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

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `addresses`
--

DROP TABLE IF EXISTS `addresses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `addresses` (
  `id` int(11) NOT NULL,
  `primaryOwnerId` int(11) DEFAULT NULL,
  `fieldId` int(11) DEFAULT NULL,
  `countryCode` varchar(255) NOT NULL,
  `administrativeArea` varchar(255) DEFAULT NULL,
  `locality` varchar(255) DEFAULT NULL,
  `dependentLocality` varchar(255) DEFAULT NULL,
  `postalCode` varchar(255) DEFAULT NULL,
  `sortingCode` varchar(255) DEFAULT NULL,
  `addressLine1` varchar(255) DEFAULT NULL,
  `addressLine2` varchar(255) DEFAULT NULL,
  `addressLine3` varchar(255) DEFAULT NULL,
  `organization` varchar(255) DEFAULT NULL,
  `organizationTaxId` varchar(255) DEFAULT NULL,
  `fullName` varchar(255) DEFAULT NULL,
  `firstName` varchar(255) DEFAULT NULL,
  `lastName` varchar(255) DEFAULT NULL,
  `latitude` varchar(255) DEFAULT NULL,
  `longitude` varchar(255) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `fk_iqvloikvkpdwacapmodeegqbfwwsttzfiaqx` (`primaryOwnerId`),
  CONSTRAINT `fk_dwkislensiccokeopruhqgnyoosvtqpqvnxz` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_iqvloikvkpdwacapmodeegqbfwwsttzfiaqx` FOREIGN KEY (`primaryOwnerId`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `announcements`
--

DROP TABLE IF EXISTS `announcements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `announcements` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `pluginId` int(11) DEFAULT NULL,
  `heading` varchar(255) NOT NULL,
  `body` text NOT NULL,
  `unread` tinyint(1) NOT NULL DEFAULT 1,
  `dateRead` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_uukijiyyfbdpzlzeqyvxlovumrsxhmnoygak` (`userId`,`unread`,`dateRead`,`dateCreated`),
  KEY `idx_mgewutpavvnrbjchxdqzhgengtvihkgkczjl` (`dateRead`),
  KEY `fk_wruwonaklxcgxnetazpxvohcqbbhhjbqrkoe` (`pluginId`),
  CONSTRAINT `fk_wospxzotjkupqslxknxobuiyjbevdfwiqlck` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_wruwonaklxcgxnetazpxvohcqbbhhjbqrkoe` FOREIGN KEY (`pluginId`) REFERENCES `plugins` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `assetindexdata`
--

DROP TABLE IF EXISTS `assetindexdata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `assetindexdata` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sessionId` int(11) NOT NULL,
  `volumeId` int(11) NOT NULL,
  `uri` text DEFAULT NULL,
  `size` bigint(20) unsigned DEFAULT NULL,
  `timestamp` datetime DEFAULT NULL,
  `isDir` tinyint(1) DEFAULT 0,
  `recordId` int(11) DEFAULT NULL,
  `isSkipped` tinyint(1) DEFAULT 0,
  `inProgress` tinyint(1) DEFAULT 0,
  `completed` tinyint(1) DEFAULT 0,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_vvjtokdopumqivgaxhocgaebidhfqnctkahc` (`sessionId`,`volumeId`),
  KEY `idx_gzbdxenxksafpxnsqlillxlimxjghnkkkmeu` (`volumeId`),
  CONSTRAINT `fk_sbdvwtpkiwufghhdpxbxpywoanluihrohqtp` FOREIGN KEY (`volumeId`) REFERENCES `volumes` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_uttkbdmmxkkkmehzpvgxbbggkbofttzmldfc` FOREIGN KEY (`sessionId`) REFERENCES `assetindexingsessions` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `assetindexingsessions`
--

DROP TABLE IF EXISTS `assetindexingsessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `assetindexingsessions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `indexedVolumes` text DEFAULT NULL,
  `totalEntries` int(11) DEFAULT NULL,
  `processedEntries` int(11) NOT NULL DEFAULT 0,
  `cacheRemoteImages` tinyint(1) DEFAULT NULL,
  `listEmptyFolders` tinyint(1) DEFAULT 0,
  `isCli` tinyint(1) DEFAULT 0,
  `actionRequired` tinyint(1) DEFAULT 0,
  `processIfRootEmpty` tinyint(1) DEFAULT 0,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `assets`
--

DROP TABLE IF EXISTS `assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `assets` (
  `id` int(11) NOT NULL,
  `volumeId` int(11) DEFAULT NULL,
  `folderId` int(11) NOT NULL,
  `uploaderId` int(11) DEFAULT NULL,
  `filename` varchar(255) NOT NULL,
  `mimeType` varchar(255) DEFAULT NULL,
  `kind` varchar(50) NOT NULL DEFAULT 'unknown',
  `alt` text DEFAULT NULL,
  `width` int(10) unsigned DEFAULT NULL,
  `height` int(10) unsigned DEFAULT NULL,
  `size` bigint(20) unsigned DEFAULT NULL,
  `focalPoint` varchar(13) DEFAULT NULL,
  `deletedWithVolume` tinyint(1) DEFAULT NULL,
  `keptFile` tinyint(1) DEFAULT NULL,
  `dateModified` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_qvgtvxwwlxpafqemsbgcnfuuabsghawguivf` (`filename`,`folderId`),
  KEY `idx_abvtfcfcqgzppjrgofuzjkgdprqvrgecamec` (`folderId`),
  KEY `idx_bivetzxptnogsjjvthfyfqtxmejmcknttcde` (`volumeId`),
  KEY `fk_tekocsxyxnieyklrguywvjqnhanpwcufwobg` (`uploaderId`),
  CONSTRAINT `fk_lvihrokbpxzrgrmhkbhnnzcdbpixlpsyxbrj` FOREIGN KEY (`folderId`) REFERENCES `volumefolders` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_modowmfkudoeglagnxbsrdobeahipbmutmmx` FOREIGN KEY (`volumeId`) REFERENCES `volumes` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_tekocsxyxnieyklrguywvjqnhanpwcufwobg` FOREIGN KEY (`uploaderId`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_tsjsorwzadpbpqdekpcuubqwgsphuvpxaufc` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `assets_sites`
--

DROP TABLE IF EXISTS `assets_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `assets_sites` (
  `assetId` int(11) NOT NULL,
  `siteId` int(11) NOT NULL,
  `alt` text DEFAULT NULL,
  PRIMARY KEY (`assetId`,`siteId`),
  KEY `fk_aknalnuelkvjzfggeovumibomcxcvfyzuvba` (`siteId`),
  CONSTRAINT `fk_aknalnuelkvjzfggeovumibomcxcvfyzuvba` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `fk_glkidgkgevdmgjkbjibfhlzlaocozqmqmgqu` FOREIGN KEY (`assetId`) REFERENCES `assets` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `auth_oauth_tokens`
--

DROP TABLE IF EXISTS `auth_oauth_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth_oauth_tokens` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ownerHandle` varchar(255) NOT NULL,
  `providerType` varchar(255) NOT NULL,
  `tokenType` varchar(255) NOT NULL,
  `reference` varchar(255) DEFAULT NULL,
  `accessToken` text DEFAULT NULL,
  `secret` text DEFAULT NULL,
  `expires` varchar(255) DEFAULT NULL,
  `refreshToken` text DEFAULT NULL,
  `resourceOwnerId` varchar(255) DEFAULT NULL,
  `values` text DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `authenticator`
--

DROP TABLE IF EXISTS `authenticator`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `authenticator` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `auth2faSecret` varchar(255) DEFAULT NULL,
  `oldTimestamp` int(10) unsigned DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `fk_lqkqvklsscofkuzcmuhzmqyirarugttwxhkz` (`userId`),
  CONSTRAINT `fk_lqkqvklsscofkuzcmuhzmqyirarugttwxhkz` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `bulkopevents`
--

DROP TABLE IF EXISTS `bulkopevents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `bulkopevents` (
  `key` char(10) NOT NULL,
  `senderClass` varchar(255) NOT NULL,
  `eventName` varchar(255) NOT NULL,
  `timestamp` datetime NOT NULL,
  PRIMARY KEY (`key`,`senderClass`,`eventName`),
  KEY `idx_ysvuwziiymmrgtwdrkpsowlzqogybnlfzaze` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `categories`
--

DROP TABLE IF EXISTS `categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `categories` (
  `id` int(11) NOT NULL,
  `groupId` int(11) NOT NULL,
  `parentId` int(11) DEFAULT NULL,
  `deletedWithGroup` tinyint(1) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_jdtdhiipxibhqhdrjnrsorabilokzbcngtpy` (`groupId`),
  KEY `fk_gtqjpmdvxqkiktckauevmrakbedagbcawuxa` (`parentId`),
  CONSTRAINT `fk_ekltgmycyzqgniebmeziaiuvonfituulthmy` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_gtqjpmdvxqkiktckauevmrakbedagbcawuxa` FOREIGN KEY (`parentId`) REFERENCES `categories` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_vrqtvmuntnirtheyxwwnaivpmzsdrijkpkjk` FOREIGN KEY (`groupId`) REFERENCES `categorygroups` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `categorygroups`
--

DROP TABLE IF EXISTS `categorygroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `categorygroups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `structureId` int(11) NOT NULL,
  `fieldLayoutId` int(11) DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `handle` varchar(255) NOT NULL,
  `defaultPlacement` enum('beginning','end') NOT NULL DEFAULT 'end',
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_uunanhzxghwptsxiizkbzlnjuwaxvmpbntgx` (`name`),
  KEY `idx_jwjmbrdxzdvswgrzsxdsstawqtrgjopuqzgo` (`handle`),
  KEY `idx_uvwkerycvzjcvbjxqobjxhwqxoehosngowzm` (`structureId`),
  KEY `idx_iucivdbueuhqivcstqnxhmmedcbhluyifnpy` (`fieldLayoutId`),
  KEY `idx_piswzyqdhcmfztsrkgdtwovlvnvphbovffqn` (`dateDeleted`),
  CONSTRAINT `fk_aerphudzxhtbpmredahlvapzjxoudhxkwhon` FOREIGN KEY (`structureId`) REFERENCES `structures` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_yzkizfrsuoibmzojzqbbaosarsptufacqxgz` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `categorygroups_sites`
--

DROP TABLE IF EXISTS `categorygroups_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `categorygroups_sites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `groupId` int(11) NOT NULL,
  `siteId` int(11) NOT NULL,
  `hasUrls` tinyint(1) NOT NULL DEFAULT 1,
  `uriFormat` text DEFAULT NULL,
  `template` varchar(500) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_idnjmmbumtlyimwpghcnmcqvdndfqhlvokyx` (`groupId`,`siteId`),
  KEY `idx_cjkndovfayjuexqykawqmchuozjoagueujba` (`siteId`),
  CONSTRAINT `fk_ggkknmnhztypspuotgseladohqtwzrmyixrx` FOREIGN KEY (`groupId`) REFERENCES `categorygroups` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_lcmrwwreuymkayhpoussqwkblzkvhsjdbksu` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `changedattributes`
--

DROP TABLE IF EXISTS `changedattributes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `changedattributes` (
  `elementId` int(11) NOT NULL,
  `siteId` int(11) NOT NULL,
  `attribute` varchar(255) NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `propagated` tinyint(1) NOT NULL,
  `userId` int(11) DEFAULT NULL,
  PRIMARY KEY (`elementId`,`siteId`,`attribute`),
  KEY `idx_khvqpffjismcfsqpdqlgcruhvygcepogvadg` (`elementId`,`siteId`,`dateUpdated`),
  KEY `fk_rwywfgyogaofdouikozlmtushjaueatcoiek` (`siteId`),
  KEY `fk_xyhmlobytgekueeosolyvopkjtkrqkkfkpnm` (`userId`),
  CONSTRAINT `fk_nrkxricfghplaoujxnuyozvnhdetruyvpxhv` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `fk_rwywfgyogaofdouikozlmtushjaueatcoiek` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `fk_xyhmlobytgekueeosolyvopkjtkrqkkfkpnm` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `changedfields`
--

DROP TABLE IF EXISTS `changedfields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `changedfields` (
  `elementId` int(11) NOT NULL,
  `siteId` int(11) NOT NULL,
  `fieldId` int(11) NOT NULL,
  `layoutElementUid` char(36) NOT NULL DEFAULT '0',
  `dateUpdated` datetime NOT NULL,
  `propagated` tinyint(1) NOT NULL,
  `userId` int(11) DEFAULT NULL,
  PRIMARY KEY (`elementId`,`siteId`,`fieldId`,`layoutElementUid`),
  KEY `idx_yixjevqontcntogoqmbjpqlnxgctmkhhrxlz` (`elementId`,`siteId`,`dateUpdated`),
  KEY `fk_hxkitwxxoprypxilpoicfxohxearcpcokspe` (`siteId`),
  KEY `fk_lkktxosmjbksmxbgkfwwjudteinxrsdpcqnp` (`fieldId`),
  KEY `fk_tzrmrhhebfbnhvaeqtwqpyqirmjezdfehvot` (`userId`),
  CONSTRAINT `fk_hxkitwxxoprypxilpoicfxohxearcpcokspe` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `fk_lkktxosmjbksmxbgkfwwjudteinxrsdpcqnp` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `fk_tzrmrhhebfbnhvaeqtwqpyqirmjezdfehvot` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
  CONSTRAINT `fk_vrypsfgzpzeijownmupepjjfqymlxzcjvvjy` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `contentblocks`
--

DROP TABLE IF EXISTS `contentblocks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `contentblocks` (
  `id` int(11) NOT NULL,
  `primaryOwnerId` int(11) DEFAULT NULL,
  `fieldId` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_fbatyxybqahalcbfhhjfwmwiucjohusckaea` (`primaryOwnerId`),
  KEY `idx_cpwzlbyfwmbeyuergpumcknelghukdyfzysk` (`fieldId`),
  CONSTRAINT `fk_enihsclmaiypgqhyaifvzxuxwanxakwdvzcp` FOREIGN KEY (`primaryOwnerId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_rawdacbutrhywmbxlthvtezzhyoirgakpxxz` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_vewpqxqvrdsjnrnnonhuvfuylfcvbuzblrwb` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `craftidtokens`
--

DROP TABLE IF EXISTS `craftidtokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `craftidtokens` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `accessToken` text NOT NULL,
  `expiryDate` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `fk_aprtjzfhhgnrfsbfjhiyisovjfhnbxdbhaiq` (`userId`),
  CONSTRAINT `fk_aprtjzfhhgnrfsbfjhiyisovjfhnbxdbhaiq` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `deprecationerrors`
--

DROP TABLE IF EXISTS `deprecationerrors`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `deprecationerrors` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `key` varchar(255) NOT NULL,
  `fingerprint` varchar(255) NOT NULL,
  `lastOccurrence` datetime NOT NULL,
  `file` varchar(255) NOT NULL,
  `line` smallint(5) unsigned DEFAULT NULL,
  `message` text DEFAULT NULL,
  `traces` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`traces`)),
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_ggqeiyvtqgzlkparplrdgikcqzkzsmglclkk` (`key`,`fingerprint`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `drafts`
--

DROP TABLE IF EXISTS `drafts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `drafts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `canonicalId` int(11) DEFAULT NULL,
  `creatorId` int(11) DEFAULT NULL,
  `provisional` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL,
  `notes` text DEFAULT NULL,
  `trackChanges` tinyint(1) NOT NULL DEFAULT 0,
  `dateLastMerged` datetime DEFAULT NULL,
  `saved` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `idx_pbjjnhpnrprdqbvwdqhmmjirshfkswdhbgnq` (`creatorId`,`provisional`),
  KEY `idx_igyysutmncnnbstaaxnbnygayzheetcgeovq` (`saved`),
  KEY `fk_pnjziqnbyykzrupscelklaupbcksriwnrrme` (`canonicalId`),
  CONSTRAINT `fk_ipktlizajpmowigitytbcucvtuqwzstrwdzy` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_pnjziqnbyykzrupscelklaupbcksriwnrrme` FOREIGN KEY (`canonicalId`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5546 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `elementactivity`
--

DROP TABLE IF EXISTS `elementactivity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `elementactivity` (
  `elementId` int(11) NOT NULL,
  `userId` int(11) NOT NULL,
  `siteId` int(11) NOT NULL,
  `draftId` int(11) DEFAULT NULL,
  `type` varchar(255) NOT NULL,
  `timestamp` datetime DEFAULT NULL,
  PRIMARY KEY (`elementId`,`userId`,`type`),
  KEY `idx_lfntenacxydtfclryddiugdzcrshilkochqv` (`elementId`,`timestamp`,`userId`),
  KEY `fk_gesincdiwdmutikkuyhqzlrkadkbheroqanw` (`userId`),
  KEY `fk_uxobxrfpuiweyzqxztckzqcflucstlcywyqs` (`siteId`),
  KEY `fk_mgtnxakxxzfjcoldzotieovkfwsbaabewkjg` (`draftId`),
  CONSTRAINT `fk_gesincdiwdmutikkuyhqzlrkadkbheroqanw` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_mgtnxakxxzfjcoldzotieovkfwsbaabewkjg` FOREIGN KEY (`draftId`) REFERENCES `drafts` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_ncpfsuiybumtansfrugtqqwvywlllycrfhwm` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_uxobxrfpuiweyzqxztckzqcflucstlcywyqs` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `elements`
--

DROP TABLE IF EXISTS `elements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `elements` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `canonicalId` int(11) DEFAULT NULL,
  `draftId` int(11) DEFAULT NULL,
  `revisionId` int(11) DEFAULT NULL,
  `fieldLayoutId` int(11) DEFAULT NULL,
  `type` varchar(255) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 1,
  `archived` tinyint(1) NOT NULL DEFAULT 0,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateLastMerged` datetime DEFAULT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `deletedWithOwner` tinyint(1) DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_qiibialuucjqeqxthdndfhqodrhcnlzfryro` (`dateDeleted`),
  KEY `idx_ycbmfgoisupnxhxbincuvcqpnilqkyuiqhag` (`fieldLayoutId`),
  KEY `idx_xagvruibfecvrqupeapkjclkpyozwbmooveu` (`type`),
  KEY `idx_gacuplsrjqjabddulzactzayoarjxuwvhnbb` (`enabled`),
  KEY `idx_tlnsdquubyavsbbrsfdevfzbltifdsoathqr` (`canonicalId`),
  KEY `idx_ufwcipjfzmbqkyzwpuxvljjnqtmluscldgsx` (`archived`,`dateCreated`),
  KEY `idx_hfbbfrbzhfugnxytcpftxoyddpuwguflobnx` (`archived`,`dateDeleted`,`draftId`,`revisionId`,`canonicalId`),
  KEY `idx_tzjbhylhnfaupogwdllppqrniipqnkyxwpwd` (`archived`,`dateDeleted`,`draftId`,`revisionId`,`canonicalId`,`enabled`),
  KEY `fk_nurtvhxbusantavjrasarobzxbtelrsznnqc` (`draftId`),
  KEY `fk_bzohdwhanrmeucuqmzngbmuqlvlmuqirwbwr` (`revisionId`),
  CONSTRAINT `fk_bzohdwhanrmeucuqmzngbmuqlvlmuqirwbwr` FOREIGN KEY (`revisionId`) REFERENCES `revisions` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_hdleolnjwfddskkpgcpedovmcaifkpzvupof` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_iqjvcupoxaaihgbplrxhefoucnbqfqbstukh` FOREIGN KEY (`canonicalId`) REFERENCES `elements` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_nurtvhxbusantavjrasarobzxbtelrsznnqc` FOREIGN KEY (`draftId`) REFERENCES `drafts` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=54279 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `elements_bulkops`
--

DROP TABLE IF EXISTS `elements_bulkops`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `elements_bulkops` (
  `elementId` int(11) NOT NULL,
  `key` char(10) NOT NULL,
  `timestamp` datetime NOT NULL,
  PRIMARY KEY (`elementId`,`key`),
  KEY `idx_vfrkqqvsamrcteuklvsypdwjixvezigivpdo` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `elements_owners`
--

DROP TABLE IF EXISTS `elements_owners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `elements_owners` (
  `elementId` int(11) NOT NULL,
  `ownerId` int(11) NOT NULL,
  `sortOrder` smallint(5) unsigned NOT NULL,
  PRIMARY KEY (`elementId`,`ownerId`),
  KEY `fk_dhwumnkkblggmgardwijeathnljiwubhkuzg` (`ownerId`),
  KEY `idx_xzxutoegrnidxsnmocxzmxampizoxbmiystj` (`sortOrder`),
  CONSTRAINT `fk_aczdnoaszuzejaadsmwxtpgjycqznkzzwago` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_dhwumnkkblggmgardwijeathnljiwubhkuzg` FOREIGN KEY (`ownerId`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `elements_sites`
--

DROP TABLE IF EXISTS `elements_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `elements_sites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `elementId` int(11) NOT NULL,
  `siteId` int(11) NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `uri` varchar(255) DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`content`)),
  `enabled` tinyint(1) NOT NULL DEFAULT 1,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_vjnigzezqicqxwafasnrqoyquqdduvdvdftq` (`elementId`,`siteId`),
  KEY `idx_ixpowpedfpxftkmpsitspmtnyxoefwchhery` (`siteId`),
  KEY `idx_faibkbrfkfvxazgejlgjrfrxnjqeblawadvk` (`title`,`siteId`),
  KEY `idx_lnznnfmrnlfaqunuspaemenziszgmlygpbnz` (`slug`,`siteId`),
  KEY `idx_cdkhcjlloeortlaiftjiniuunlenmlbluawu` (`enabled`),
  KEY `idx_icfhuppkjtndtkrunqobxqfcgpiebpzzeczy` (`uri`,`siteId`),
  CONSTRAINT `fk_jpjaekscyqockvjkuqbivtndfzwdoyxwdzxw` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_ocrawvafzozycdcpcvcyeuoznawsacoananj` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=54279 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `entries`
--

DROP TABLE IF EXISTS `entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `entries` (
  `id` int(11) NOT NULL,
  `sectionId` int(11) DEFAULT NULL,
  `parentId` int(11) DEFAULT NULL,
  `primaryOwnerId` int(11) DEFAULT NULL,
  `fieldId` int(11) DEFAULT NULL,
  `typeId` int(11) NOT NULL,
  `postDate` datetime DEFAULT NULL,
  `expiryDate` datetime DEFAULT NULL,
  `status` enum('live','pending','expired') NOT NULL DEFAULT 'live',
  `deletedWithEntryType` tinyint(1) DEFAULT NULL,
  `deletedWithSection` tinyint(1) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_vxuhugvxhgwekpmglgfmpvpdaswydtlpmnsd` (`postDate`),
  KEY `idx_dqmpytanywvwebfvxiuzoelkiuzmipglvlci` (`expiryDate`),
  KEY `idx_snnelwquugcgsgcsyxztzzdagzzgbzctkkxn` (`status`),
  KEY `idx_oyusrrffxwjasnvimazilomnuayamrqrkkrs` (`sectionId`),
  KEY `idx_pcjlgiaggbycgdkknxbchlptmhrrklpwphsl` (`typeId`),
  KEY `idx_pqzzoyioccqmeqqxwdhzjuhucuqbgflktocu` (`primaryOwnerId`),
  KEY `idx_izzumizhihbjambmxxmqxetcmzycideztdow` (`fieldId`),
  KEY `fk_cbcpwmlhnhvcbapyfnqjxpyvjqlrypwyoegd` (`parentId`),
  CONSTRAINT `fk_btaaxmdovcglmftbupzffceaoihqwxqquprk` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_cbcpwmlhnhvcbapyfnqjxpyvjqlrypwyoegd` FOREIGN KEY (`parentId`) REFERENCES `entries` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_qdyopajwvztatqgfirqpattfdtpbmmgivadv` FOREIGN KEY (`primaryOwnerId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_tzonnsswtfphhxpunbliniqybfolxriqvsjv` FOREIGN KEY (`typeId`) REFERENCES `entrytypes` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_wdykeepvoppudrfwgjrfizqwqutksqefapak` FOREIGN KEY (`sectionId`) REFERENCES `sections` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_zyczynbybirhrsunpruvzossdkcuajozzxdo` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `entries_authors`
--

DROP TABLE IF EXISTS `entries_authors`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `entries_authors` (
  `entryId` int(11) NOT NULL,
  `authorId` int(11) NOT NULL,
  `sortOrder` smallint(5) unsigned NOT NULL,
  PRIMARY KEY (`entryId`,`authorId`),
  KEY `idx_kkkhdomcumrntegqlbnixgdvjxgomwxstvuy` (`authorId`),
  KEY `idx_yfevyzfnrsztelswamdicptklnkglnixdqxp` (`entryId`,`sortOrder`),
  CONSTRAINT `fk_dmrvjudwrfejjxwchksnnnnilhppsfaqlymf` FOREIGN KEY (`entryId`) REFERENCES `entries` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_vefmiipxkunjvixyiptlbmvvuczdjslwmyjj` FOREIGN KEY (`authorId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `entrytypes`
--

DROP TABLE IF EXISTS `entrytypes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `entrytypes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `fieldLayoutId` int(11) DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `handle` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `icon` varchar(255) DEFAULT NULL,
  `color` varchar(255) DEFAULT NULL,
  `uiLabelFormat` varchar(255) NOT NULL DEFAULT '{title}',
  `hasTitleField` tinyint(1) NOT NULL DEFAULT 1,
  `titleTranslationMethod` varchar(255) NOT NULL DEFAULT 'site',
  `titleTranslationKeyFormat` text DEFAULT NULL,
  `titleFormat` varchar(255) DEFAULT NULL,
  `showSlugField` tinyint(1) DEFAULT 1,
  `slugTranslationMethod` varchar(255) NOT NULL DEFAULT 'site',
  `slugTranslationKeyFormat` text DEFAULT NULL,
  `showStatusField` tinyint(1) DEFAULT 1,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  `allowLineBreaksInTitles` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `idx_vkehvdetjwprdqsulpbglbksfkusjqjgucci` (`fieldLayoutId`),
  KEY `idx_jjwomxpvnhulsribozssqisaqqlbsqjvmsyi` (`dateDeleted`),
  CONSTRAINT `fk_yafrsjzjdqztnbrxmdfobdpjjhyhaegzzlxc` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `feedme_feeds`
--

DROP TABLE IF EXISTS `feedme_feeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `feedme_feeds` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `feedUrl` text NOT NULL,
  `feedType` varchar(255) DEFAULT NULL,
  `primaryElement` varchar(255) DEFAULT NULL,
  `elementType` varchar(255) NOT NULL,
  `elementGroup` text DEFAULT NULL,
  `siteId` varchar(255) DEFAULT NULL,
  `sortOrder` smallint(6) unsigned DEFAULT NULL,
  `singleton` tinyint(1) NOT NULL DEFAULT 0,
  `duplicateHandle` text DEFAULT NULL,
  `updateSearchIndexes` tinyint(1) NOT NULL DEFAULT 1,
  `paginationNode` text DEFAULT NULL,
  `fieldMapping` mediumtext DEFAULT NULL,
  `fieldUnique` text DEFAULT NULL,
  `passkey` varchar(255) NOT NULL,
  `backup` tinyint(1) NOT NULL DEFAULT 0,
  `setEmptyValues` tinyint(1) NOT NULL DEFAULT 0,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `feedme_logs`
--

DROP TABLE IF EXISTS `feedme_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `feedme_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `level` int(11) DEFAULT NULL,
  `category` varchar(255) DEFAULT NULL,
  `log_time` double DEFAULT NULL,
  `prefix` text DEFAULT NULL,
  `message` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_log_level` (`level`),
  KEY `idx_log_category` (`category`)
) ENGINE=InnoDB AUTO_INCREMENT=10189 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `feedme_sequences`
--

DROP TABLE IF EXISTS `feedme_sequences`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `feedme_sequences` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `key` varchar(255) NOT NULL,
  `feedId` int(11) NOT NULL,
  `options` text DEFAULT NULL,
  `timestamp` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_sequence_key` (`key`),
  KEY `idx_sequence_feedId` (`feedId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `fieldlayouts`
--

DROP TABLE IF EXISTS `fieldlayouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `fieldlayouts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL,
  `config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`config`)),
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_qwwlwnqfvylkuewgaagypsrycjehryatpzow` (`dateDeleted`),
  KEY `idx_wchkxdaphzpbzeecvukzveawczlewmlmfyar` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `fields`
--

DROP TABLE IF EXISTS `fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `handle` varchar(64) NOT NULL,
  `context` varchar(255) NOT NULL DEFAULT 'global',
  `columnSuffix` char(8) DEFAULT NULL,
  `instructions` text DEFAULT NULL,
  `searchable` tinyint(1) NOT NULL DEFAULT 1,
  `translationMethod` varchar(255) NOT NULL DEFAULT 'none',
  `translationKeyFormat` text DEFAULT NULL,
  `type` varchar(255) NOT NULL,
  `settings` text DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_lsqfyxfqwsraezylphubazinzxcumkbmxziw` (`handle`,`context`),
  KEY `idx_dmvvcaxllibxdtchgbgdehiojdcqsayhgqpd` (`context`),
  KEY `idx_wysugkgwsibkwauvrgcreyaivgyqbwyyvwav` (`dateDeleted`)
) ENGINE=InnoDB AUTO_INCREMENT=94 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_emailtemplates`
--

DROP TABLE IF EXISTS `formie_emailtemplates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_emailtemplates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handle` varchar(64) NOT NULL,
  `template` varchar(255) NOT NULL,
  `sortOrder` smallint(6) unsigned DEFAULT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_fieldlayout_pages`
--

DROP TABLE IF EXISTS `formie_fieldlayout_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_fieldlayout_pages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `layoutId` int(11) NOT NULL,
  `label` text NOT NULL,
  `sortOrder` smallint(6) unsigned DEFAULT NULL,
  `settings` text DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_wsellseropllfqtjvnmmlbieaotzifgaoqox` (`layoutId`),
  CONSTRAINT `fk_cgufcpckavqgbguoganyvvagswfccogwvstd` FOREIGN KEY (`layoutId`) REFERENCES `formie_fieldlayouts` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_fieldlayout_rows`
--

DROP TABLE IF EXISTS `formie_fieldlayout_rows`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_fieldlayout_rows` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `layoutId` int(11) NOT NULL,
  `pageId` int(11) NOT NULL,
  `sortOrder` smallint(6) unsigned DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_yuhycebplsysnvprbobsairuoyjungdvbqkm` (`layoutId`),
  KEY `idx_zmrariclaivgmsbxewzqoawnbqaapexcsyza` (`pageId`),
  CONSTRAINT `fk_erbaorsqdlbvwbxpocexnfcqzfuahxkbndsf` FOREIGN KEY (`layoutId`) REFERENCES `formie_fieldlayouts` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_vjombnskdidvaxcbyuzszobrfxmbalnerazb` FOREIGN KEY (`pageId`) REFERENCES `formie_fieldlayout_pages` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_fieldlayouts`
--

DROP TABLE IF EXISTS `formie_fieldlayouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_fieldlayouts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_fields`
--

DROP TABLE IF EXISTS `formie_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `layoutId` int(11) NOT NULL,
  `pageId` int(11) NOT NULL,
  `rowId` int(11) NOT NULL,
  `syncId` int(11) DEFAULT NULL,
  `label` text NOT NULL,
  `handle` varchar(64) NOT NULL,
  `type` varchar(255) NOT NULL,
  `sortOrder` smallint(6) unsigned DEFAULT NULL,
  `settings` mediumtext DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_tkpfjpvluewfmtufxqestjgpkiomuegvjnmb` (`layoutId`),
  KEY `idx_vgtiahcwedmvzngwifqklgdigfurdcfhyzar` (`pageId`),
  KEY `idx_fyqoxcnmaojfduuzikkmcsmgnlvzluyueneu` (`rowId`),
  KEY `idx_difxqkzzntipncmbjbqlutovxnodjcpvqade` (`syncId`),
  KEY `idx_vfldraqemfzvopodoulmlrmpudvurlqwgwvq` (`handle`),
  CONSTRAINT `fk_brpmayrtdxwysvhsjyowqeqtahmlbwfbtqsf` FOREIGN KEY (`syncId`) REFERENCES `formie_fields` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_flrlfrzkprvpccfhbtjwrrebtaxrkthvywta` FOREIGN KEY (`pageId`) REFERENCES `formie_fieldlayout_pages` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_vhjkvimadlsqmaablakviavmjyozlzyukgmt` FOREIGN KEY (`rowId`) REFERENCES `formie_fieldlayout_rows` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_zcenyegufgxlsaktpzfvtpfcxzziagdtsnnz` FOREIGN KEY (`layoutId`) REFERENCES `formie_fieldlayouts` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_forms`
--

DROP TABLE IF EXISTS `formie_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `handle` varchar(64) NOT NULL,
  `settings` mediumtext DEFAULT NULL,
  `layoutId` int(11) DEFAULT NULL,
  `templateId` int(11) DEFAULT NULL,
  `submitActionEntryId` int(11) DEFAULT NULL,
  `submitActionEntrySiteId` int(11) DEFAULT NULL,
  `defaultStatusId` int(11) DEFAULT NULL,
  `dataRetention` enum('forever','minutes','hours','days','weeks','months','years') NOT NULL DEFAULT 'forever',
  `dataRetentionValue` int(11) DEFAULT NULL,
  `userDeletedAction` enum('retain','delete') NOT NULL DEFAULT 'retain',
  `fileUploadsAction` enum('retain','delete') NOT NULL DEFAULT 'retain',
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_rxajpptdthellnalugthfibzkarwjchtukgq` (`layoutId`),
  KEY `idx_prrydlukpxxlywdrkzvaqhjhukbyapajnlgh` (`templateId`),
  KEY `idx_cddfegcondnyvkxhqlpbkezolseodmoqkpaz` (`defaultStatusId`),
  KEY `idx_xsjisypncmucbgsdbizpyrnllxnswvjvyrfd` (`submitActionEntryId`),
  KEY `idx_zidgduqsvixavfkicwnyffrldjnatpbtywhb` (`submitActionEntrySiteId`),
  CONSTRAINT `fk_abcroeupevcjhiuyisknquzeodeewuxgtqdw` FOREIGN KEY (`submitActionEntryId`) REFERENCES `entries` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_bsgirrthfwrrckqwjqvzctzyxqezwzmjtyxf` FOREIGN KEY (`layoutId`) REFERENCES `formie_fieldlayouts` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_clnhfclwuejwakbvnhedsmkwizknjehniaet` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_eozbcreculatnzjfkfvyfvxyyiducufpqdaa` FOREIGN KEY (`templateId`) REFERENCES `formie_formtemplates` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_wxhceocahlfqeouayilmxgnpwsjmtfopfxpp` FOREIGN KEY (`defaultStatusId`) REFERENCES `formie_statuses` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=3192 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_formtemplates`
--

DROP TABLE IF EXISTS `formie_formtemplates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_formtemplates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handle` varchar(64) NOT NULL,
  `template` varchar(255) DEFAULT NULL,
  `useCustomTemplates` tinyint(1) DEFAULT 1,
  `outputCssLayout` tinyint(1) DEFAULT 1,
  `outputCssTheme` tinyint(1) DEFAULT 1,
  `outputJsBase` tinyint(1) DEFAULT 1,
  `outputJsTheme` tinyint(1) DEFAULT 1,
  `outputCssLocation` varchar(255) DEFAULT NULL,
  `outputJsLocation` varchar(255) DEFAULT NULL,
  `sortOrder` smallint(6) unsigned DEFAULT NULL,
  `fieldLayoutId` int(11) DEFAULT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_ivnbqrrsusukwlcovuppjzsxzjawjzeauitw` (`fieldLayoutId`),
  CONSTRAINT `fk_fichcmwibfuzkopsjybkcsogwrymzfprbqso` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_integrations`
--

DROP TABLE IF EXISTS `formie_integrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_integrations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handle` varchar(64) NOT NULL,
  `type` varchar(255) NOT NULL,
  `sortOrder` smallint(6) unsigned DEFAULT NULL,
  `enabled` varchar(255) NOT NULL DEFAULT 'true',
  `settings` mediumtext DEFAULT NULL,
  `cache` longtext DEFAULT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_notifications`
--

DROP TABLE IF EXISTS `formie_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_notifications` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `formId` int(11) NOT NULL,
  `templateId` int(11) DEFAULT NULL,
  `pdfTemplateId` int(11) DEFAULT NULL,
  `name` text NOT NULL,
  `handle` varchar(64) NOT NULL,
  `enabled` tinyint(1) DEFAULT 1,
  `subject` text DEFAULT NULL,
  `recipients` enum('email','conditions') NOT NULL DEFAULT 'email',
  `to` text DEFAULT NULL,
  `toConditions` text DEFAULT NULL,
  `cc` text DEFAULT NULL,
  `bcc` text DEFAULT NULL,
  `replyTo` text DEFAULT NULL,
  `replyToName` text DEFAULT NULL,
  `from` text DEFAULT NULL,
  `fromName` text DEFAULT NULL,
  `sender` text DEFAULT NULL,
  `content` text DEFAULT NULL,
  `attachFiles` tinyint(1) DEFAULT 1,
  `attachPdf` tinyint(1) DEFAULT 0,
  `attachAssets` text DEFAULT NULL,
  `enableConditions` tinyint(1) DEFAULT 0,
  `conditions` text DEFAULT NULL,
  `customSettings` text DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_zxqfoctgxwbdevfmmabgkrmwwqufuraobahh` (`formId`),
  KEY `idx_ksvgenjmxuqvmstuvbkfuptspgbbwqqmobkg` (`templateId`),
  KEY `fk_hbzxebnldpvsnatdeumrzzrlnlafggxyxqdm` (`pdfTemplateId`),
  CONSTRAINT `fk_hbzxebnldpvsnatdeumrzzrlnlafggxyxqdm` FOREIGN KEY (`pdfTemplateId`) REFERENCES `formie_pdftemplates` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_jpfstsfcpjbftrpchydfmynrxpqeyjnuyuep` FOREIGN KEY (`formId`) REFERENCES `formie_forms` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_qafechuvybojsdanjvlitganxgabnizpjioo` FOREIGN KEY (`templateId`) REFERENCES `formie_emailtemplates` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_payments`
--

DROP TABLE IF EXISTS `formie_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_payments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `integrationId` int(11) NOT NULL,
  `submissionId` int(11) NOT NULL,
  `fieldId` int(11) NOT NULL,
  `subscriptionId` int(11) DEFAULT NULL,
  `amount` decimal(14,4) DEFAULT NULL,
  `currency` varchar(255) DEFAULT NULL,
  `status` enum('pending','redirect','success','failed','processing') NOT NULL,
  `reference` varchar(255) DEFAULT NULL,
  `code` varchar(255) DEFAULT NULL,
  `message` text DEFAULT NULL,
  `redirectUrl` text DEFAULT NULL,
  `note` mediumtext DEFAULT NULL,
  `response` text DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_pbpccfwvxsddledccvybkyltlglhtsiiyduh` (`integrationId`),
  KEY `idx_kmdzjixkgxdsvydtmpsqepvqwlpqckytrras` (`fieldId`),
  KEY `idx_ljfmfdvtpljvxqwdzuttbyxoatjofonlzhel` (`reference`),
  KEY `fk_pewvqtdjfutudzwwlfnpwujpdxoeebrwgvaw` (`submissionId`),
  KEY `fk_hwdxrwbyjrmnjkqdmrjnhqcjvzymdyvtfxoe` (`subscriptionId`),
  CONSTRAINT `fk_hwdxrwbyjrmnjkqdmrjnhqcjvzymdyvtfxoe` FOREIGN KEY (`subscriptionId`) REFERENCES `formie_payments_subscriptions` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_jdwnwutfmlpcfizxnevsycehuzmnxhvyufcr` FOREIGN KEY (`integrationId`) REFERENCES `formie_integrations` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_pewvqtdjfutudzwwlfnpwujpdxoeebrwgvaw` FOREIGN KEY (`submissionId`) REFERENCES `formie_submissions` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_zxgjdlztummejihvjzdgkspmadwkcxwnrqkr` FOREIGN KEY (`fieldId`) REFERENCES `formie_fields` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_payments_plans`
--

DROP TABLE IF EXISTS `formie_payments_plans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_payments_plans` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `integrationId` int(11) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `handle` varchar(255) DEFAULT NULL,
  `reference` varchar(255) NOT NULL,
  `enabled` tinyint(1) NOT NULL,
  `planData` text DEFAULT NULL,
  `isArchived` tinyint(1) NOT NULL,
  `dateArchived` datetime DEFAULT NULL,
  `sortOrder` int(11) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_gsqragqbhwexxmiptcirqaaumovfjyvdlfzb` (`handle`),
  KEY `idx_hmvurhqpfrkwcdmnyeirkozngfyropqjabiv` (`integrationId`),
  KEY `idx_anutxptxtxzxnmxzvfnqgasbnvvnophoojqn` (`reference`),
  CONSTRAINT `fk_hoawurlvwiyyjfmxlsfaehjrtgywcertkpqc` FOREIGN KEY (`integrationId`) REFERENCES `formie_integrations` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_payments_subscriptions`
--

DROP TABLE IF EXISTS `formie_payments_subscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_payments_subscriptions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `integrationId` int(11) DEFAULT NULL,
  `submissionId` int(11) DEFAULT NULL,
  `fieldId` int(11) DEFAULT NULL,
  `planId` int(11) DEFAULT NULL,
  `reference` varchar(255) NOT NULL,
  `subscriptionData` text DEFAULT NULL,
  `trialDays` int(11) NOT NULL,
  `nextPaymentDate` datetime DEFAULT NULL,
  `hasStarted` tinyint(1) NOT NULL DEFAULT 1,
  `isSuspended` tinyint(1) NOT NULL DEFAULT 0,
  `dateSuspended` datetime DEFAULT NULL,
  `isCanceled` tinyint(1) NOT NULL,
  `dateCanceled` datetime DEFAULT NULL,
  `isExpired` tinyint(1) NOT NULL,
  `dateExpired` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_nszdpiypzhcwyakbootpxshyktpwzerfrbzf` (`integrationId`),
  KEY `idx_zhvcbesabsmcoegwdwpktdqhcsnhdovhlzrm` (`submissionId`),
  KEY `idx_uletgfycsqbvrdelunglcnjlyvabwridbkty` (`fieldId`),
  KEY `idx_ohoppbbpwtnwwyojayaxfyrsrtoctdlulqcg` (`planId`),
  KEY `idx_llfcdwbgmcnntykgljiutliqdhrvsausrbhi` (`reference`),
  KEY `idx_zzsastgcuehsnntipcjeayqiiiktxdhibpnv` (`nextPaymentDate`),
  KEY `idx_hnsdofoqxmnafdzgkfwtlqkziirrhdcazwpo` (`dateExpired`),
  KEY `idx_qwdhmcokuwuekdyrlnymwistgsyvqwirgigg` (`dateExpired`),
  CONSTRAINT `fk_fiacfdjiyvmkpafronahyrfveeuaauyzwhhb` FOREIGN KEY (`planId`) REFERENCES `formie_payments_plans` (`id`),
  CONSTRAINT `fk_luawsngdzjezbvtbzswvrecbrrsrygmvkwjz` FOREIGN KEY (`integrationId`) REFERENCES `formie_integrations` (`id`),
  CONSTRAINT `fk_mafqwsjkkhduyzenonqoxwdrdbfryetvmnju` FOREIGN KEY (`fieldId`) REFERENCES `formie_fields` (`id`),
  CONSTRAINT `fk_nopxcmmxfmondobylqzshmzbtavtmpwtmbmk` FOREIGN KEY (`submissionId`) REFERENCES `formie_submissions` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_pdftemplates`
--

DROP TABLE IF EXISTS `formie_pdftemplates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_pdftemplates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handle` varchar(64) NOT NULL,
  `template` varchar(255) NOT NULL,
  `filenameFormat` varchar(255) NOT NULL,
  `sortOrder` smallint(6) unsigned DEFAULT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_relations`
--

DROP TABLE IF EXISTS `formie_relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_relations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL,
  `sourceId` int(11) NOT NULL,
  `sourceSiteId` int(11) DEFAULT NULL,
  `targetId` int(11) NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_fkenkvdvfrtrtzlrefzxqobmuwyusbsfllcw` (`sourceId`,`sourceSiteId`,`targetId`),
  KEY `idx_llttzpibnyhbdrymipbzkhpzmnsgwwpavcmo` (`sourceId`),
  KEY `idx_hbfnwnohjgsdoulwdajldpmcuvzhfkfckkbd` (`targetId`),
  KEY `idx_jzsaagwfentfmkfiptzvrnvhzocbvmzwbclk` (`sourceSiteId`),
  CONSTRAINT `fk_hknyrmitrylzxpxxugaflkwtwvrijhjudmdr` FOREIGN KEY (`sourceSiteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `fk_sciuhgapcxftmbgqmnulfkbpzsolhfwnwiqc` FOREIGN KEY (`sourceId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_wkyimtleaicvbvzxfclqtunufacelfllugap` FOREIGN KEY (`targetId`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_sentnotifications`
--

DROP TABLE IF EXISTS `formie_sentnotifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_sentnotifications` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `formId` int(11) DEFAULT NULL,
  `submissionId` int(11) DEFAULT NULL,
  `notificationId` int(11) DEFAULT NULL,
  `subject` text DEFAULT NULL,
  `to` text DEFAULT NULL,
  `cc` text DEFAULT NULL,
  `bcc` text DEFAULT NULL,
  `replyTo` text DEFAULT NULL,
  `replyToName` text DEFAULT NULL,
  `from` text DEFAULT NULL,
  `fromName` text DEFAULT NULL,
  `sender` text DEFAULT NULL,
  `body` mediumtext DEFAULT NULL,
  `htmlBody` mediumtext DEFAULT NULL,
  `info` text DEFAULT NULL,
  `success` tinyint(1) DEFAULT NULL,
  `message` text DEFAULT NULL,
  `dateCreated` datetime DEFAULT NULL,
  `dateUpdated` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `fk_mqmpkuhgvgufeqlggrjgfhuiqxkjtgokjwuc` (`formId`),
  KEY `fk_sytrqqjukpgyazrxrgkxitgiptqqrffqvdxf` (`submissionId`),
  KEY `fk_ffuurdlhwmlgeojoxlzdclittlgukdtysdho` (`notificationId`),
  CONSTRAINT `fk_ffuurdlhwmlgeojoxlzdclittlgukdtysdho` FOREIGN KEY (`notificationId`) REFERENCES `formie_notifications` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_mqmpkuhgvgufeqlggrjgfhuiqxkjtgokjwuc` FOREIGN KEY (`formId`) REFERENCES `formie_forms` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_mvcayarqktrskzgiwybxpyuptxpzkgwtdbmy` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_sytrqqjukpgyazrxrgkxitgiptqqrffqvdxf` FOREIGN KEY (`submissionId`) REFERENCES `formie_submissions` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=54278 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_statuses`
--

DROP TABLE IF EXISTS `formie_statuses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_statuses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handle` varchar(64) NOT NULL,
  `color` enum('green','orange','red','blue','yellow','pink','purple','turquoise','light','grey','black') NOT NULL DEFAULT 'green',
  `description` varchar(255) DEFAULT NULL,
  `sortOrder` smallint(6) unsigned DEFAULT NULL,
  `isDefault` tinyint(1) DEFAULT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_stencils`
--

DROP TABLE IF EXISTS `formie_stencils`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_stencils` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handle` varchar(64) NOT NULL,
  `data` mediumtext DEFAULT NULL,
  `templateId` int(11) DEFAULT NULL,
  `submitActionEntryId` int(11) DEFAULT NULL,
  `submitActionEntrySiteId` int(11) DEFAULT NULL,
  `defaultStatusId` int(11) DEFAULT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_fyzvxirpggezywbhsiojmfrlrrdkcqchhnev` (`templateId`),
  KEY `idx_rhqthqeoprhffhorqyzdddcnnbngdbmxqray` (`defaultStatusId`),
  CONSTRAINT `fk_jeuoiqhsntnbeatowkqqlsenlqvjjexrlnsv` FOREIGN KEY (`templateId`) REFERENCES `formie_formtemplates` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_pifswfutfxntlzwvfpnckosafkvzronuppem` FOREIGN KEY (`defaultStatusId`) REFERENCES `formie_statuses` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `formie_submissions`
--

DROP TABLE IF EXISTS `formie_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `formie_submissions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`content`)),
  `formId` int(11) NOT NULL,
  `statusId` int(11) DEFAULT NULL,
  `userId` int(11) DEFAULT NULL,
  `isIncomplete` tinyint(1) DEFAULT 0,
  `isSpam` tinyint(1) DEFAULT 0,
  `spamReason` text DEFAULT NULL,
  `spamClass` varchar(255) DEFAULT NULL,
  `snapshot` text DEFAULT NULL,
  `ipAddress` varchar(255) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_olhwfygrtbpbmujrokconqbtpovixoozahum` (`formId`),
  KEY `idx_ihovtpcpdubtodiaudryjjvedjzylitswzah` (`statusId`),
  KEY `idx_zaogrohjldodbykdyhyhbemdldyzbmmadjga` (`userId`),
  CONSTRAINT `fk_lrgpcpaueytvbxkmowfrymxrmpukzoddkhuw` FOREIGN KEY (`formId`) REFERENCES `formie_forms` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_ookegsgoqxoncsjobblmoluviszeggpxzjtz` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_wzcashzdbqtqwjvstxacgoyyuaathxgmrusd` FOREIGN KEY (`statusId`) REFERENCES `formie_statuses` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_xmzmkirxvmsxwanzeoayftmfuxoajxbcalnw` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=54272 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `globalsets`
--

DROP TABLE IF EXISTS `globalsets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `globalsets` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handle` varchar(255) NOT NULL,
  `fieldLayoutId` int(11) DEFAULT NULL,
  `sortOrder` smallint(5) unsigned DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_xbsaazzhfhszjjvlrtwakfprfftqylfpoixl` (`name`),
  KEY `idx_oekjlhinxdcgehqfghqgsitypscdnsmtpyiy` (`handle`),
  KEY `idx_pcmckodvesbnmrquykwlfoaxnixovjpovxlj` (`fieldLayoutId`),
  KEY `idx_agwesgbdiznudgikaivifjxnsxdqljydismg` (`sortOrder`),
  CONSTRAINT `fk_abuqvrvmzewsyxtxaizvqgrmfbetlpqmzscq` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_riekewyysqlkppelpzwfwrhantegwhpxccqn` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=555 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `googlemaps_addresses`
--

DROP TABLE IF EXISTS `googlemaps_addresses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `googlemaps_addresses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `elementId` int(11) NOT NULL,
  `siteId` int(11) NOT NULL,
  `fieldId` int(11) NOT NULL,
  `formatted` varchar(255) DEFAULT NULL,
  `raw` text DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `street1` varchar(255) DEFAULT NULL,
  `street2` varchar(255) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `zip` varchar(255) DEFAULT NULL,
  `neighborhood` varchar(255) DEFAULT NULL,
  `county` varchar(255) DEFAULT NULL,
  `country` varchar(255) DEFAULT NULL,
  `countryCode` varchar(255) DEFAULT NULL,
  `placeId` varchar(255) DEFAULT NULL,
  `lat` decimal(12,8) DEFAULT NULL,
  `lng` decimal(12,8) DEFAULT NULL,
  `zoom` tinyint(4) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_kvewpboexmmxkfkedwfaeivmkkpknwcquoim` (`elementId`,`siteId`,`fieldId`),
  KEY `idx_mgjyhmxoovosoprsajqyhvfpzwjehhuecgdz` (`elementId`),
  KEY `idx_brugxkjnouwaarvezexnxaiudgikpoleaosv` (`siteId`),
  KEY `idx_qkhwwucjjehzuzyjxcybinmhbllgiahxpojr` (`fieldId`),
  KEY `idx_imafefrmhshjeanocszdytsvejjniwqognqy` (`siteId`,`fieldId`),
  KEY `idx_ngoasmkxngxsymdpmacpljledlqbichkrzcn` (`elementId`,`siteId`),
  KEY `idx_icrdjferjjmtcnfsnfexnmwpsybhosgxbijj` (`elementId`,`fieldId`),
  CONSTRAINT `fk_bdhsrifdslnlnqvynhscqmytjtclqlvkqvgh` FOREIGN KEY (`elementId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_nqvnkbomsoehnizexbvpzvbobwynxzlvjzau` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_vivediezdmsegdgoqqvywzulessinjrfkusi` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7645 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `gqlschemas`
--

DROP TABLE IF EXISTS `gqlschemas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `gqlschemas` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `scope` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`scope`)),
  `isPublic` tinyint(1) NOT NULL DEFAULT 0,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `gqltokens`
--

DROP TABLE IF EXISTS `gqltokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `gqltokens` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `accessToken` varchar(255) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 1,
  `expiryDate` datetime DEFAULT NULL,
  `lastUsed` datetime DEFAULT NULL,
  `schemaId` int(11) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_ogdlpvwgfwqnxgziosoqipsbajxwcpdwjpfq` (`accessToken`),
  UNIQUE KEY `idx_twiblfqsstzxrejysmhraysianqcokpkibmz` (`name`),
  KEY `fk_chalaclacaykoxoscfxramybbfsmeojwptnl` (`schemaId`),
  CONSTRAINT `fk_chalaclacaykoxoscfxramybbfsmeojwptnl` FOREIGN KEY (`schemaId`) REFERENCES `gqlschemas` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `imagetransformindex`
--

DROP TABLE IF EXISTS `imagetransformindex`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `imagetransformindex` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `assetId` int(11) NOT NULL,
  `transformer` varchar(255) DEFAULT NULL,
  `filename` varchar(255) DEFAULT NULL,
  `format` varchar(255) DEFAULT NULL,
  `transformString` varchar(255) NOT NULL,
  `fileExists` tinyint(1) NOT NULL DEFAULT 0,
  `inProgress` tinyint(1) NOT NULL DEFAULT 0,
  `error` tinyint(1) NOT NULL DEFAULT 0,
  `dateIndexed` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_fuqeeozcucihypiijzlhbyulpdsbulpbygma` (`assetId`,`transformString`)
) ENGINE=InnoDB AUTO_INCREMENT=5440 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `imagetransforms`
--

DROP TABLE IF EXISTS `imagetransforms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `imagetransforms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handle` varchar(255) NOT NULL,
  `mode` enum('stretch','fit','crop','letterbox') NOT NULL DEFAULT 'crop',
  `position` enum('top-left','top-center','top-right','center-left','center-center','center-right','bottom-left','bottom-center','bottom-right') NOT NULL DEFAULT 'center-center',
  `width` int(10) unsigned DEFAULT NULL,
  `height` int(10) unsigned DEFAULT NULL,
  `format` varchar(255) DEFAULT NULL,
  `quality` int(11) DEFAULT NULL,
  `interlace` enum('none','line','plane','partition') NOT NULL DEFAULT 'none',
  `fill` varchar(11) DEFAULT NULL,
  `upscale` tinyint(1) NOT NULL DEFAULT 1,
  `parameterChangeTime` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_mltxzxqagzcumyyrnndebhvcxrrukqglcxsx` (`name`),
  KEY `idx_zhmqifimxmjppdwuaxxdkxrffslngdzxcfdl` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `info`
--

DROP TABLE IF EXISTS `info`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `info` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `version` varchar(50) NOT NULL,
  `schemaVersion` varchar(15) NOT NULL,
  `maintenance` tinyint(1) NOT NULL DEFAULT 0,
  `configVersion` char(12) NOT NULL DEFAULT '000000000000',
  `fieldVersion` char(12) NOT NULL DEFAULT '000000000000',
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `migrations`
--

DROP TABLE IF EXISTS `migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `migrations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `track` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `applyTime` datetime NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_hokepbzjninyxdvfjfnijzzopbbwebbeobxn` (`track`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `plugins`
--

DROP TABLE IF EXISTS `plugins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `plugins` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `handle` varchar(255) NOT NULL,
  `version` varchar(255) NOT NULL,
  `schemaVersion` varchar(255) NOT NULL,
  `installDate` datetime NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_yjxfmhlhejuqmhasefmufgetzyskntqrqzem` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `projectconfig`
--

DROP TABLE IF EXISTS `projectconfig`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `projectconfig` (
  `path` varchar(255) NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY (`path`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `queue`
--

DROP TABLE IF EXISTS `queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `queue` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `channel` varchar(255) NOT NULL DEFAULT 'queue',
  `job` longblob NOT NULL,
  `description` text DEFAULT NULL,
  `timePushed` int(11) NOT NULL,
  `ttr` int(11) NOT NULL,
  `delay` int(11) NOT NULL DEFAULT 0,
  `priority` int(10) unsigned NOT NULL DEFAULT 1024,
  `dateReserved` datetime DEFAULT NULL,
  `timeUpdated` int(11) DEFAULT NULL,
  `progress` smallint(6) NOT NULL DEFAULT 0,
  `progressLabel` varchar(255) DEFAULT NULL,
  `attempt` int(11) DEFAULT NULL,
  `fail` tinyint(1) DEFAULT 0,
  `dateFailed` datetime DEFAULT NULL,
  `error` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_mbkdbqdnsdqkupumbwhvaipofvnvhvivegkc` (`channel`,`fail`,`timeUpdated`,`timePushed`),
  KEY `idx_rmgvdauuujsoeewlyivkfntmyljkozojtunh` (`channel`,`fail`,`timeUpdated`,`delay`)
) ENGINE=InnoDB AUTO_INCREMENT=74352 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `recoverycodes`
--

DROP TABLE IF EXISTS `recoverycodes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `recoverycodes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `recoveryCodes` text DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `relations`
--

DROP TABLE IF EXISTS `relations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `relations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `fieldId` int(11) NOT NULL,
  `sourceId` int(11) NOT NULL,
  `sourceSiteId` int(11) DEFAULT NULL,
  `targetId` int(11) NOT NULL,
  `sortOrder` smallint(5) unsigned DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_gtkubxldumrdhogfwakgskbciupcusvafuqe` (`fieldId`,`sourceId`,`sourceSiteId`,`targetId`),
  KEY `idx_wjqdselkasklqvojxksaspfrjjampxaiguep` (`sourceId`),
  KEY `idx_ljbakwrnceegyzzhwmologvanyctoojvyjwz` (`targetId`),
  KEY `idx_dksxuagleembzlnuapswpewfpjzdnytgmiqm` (`sourceSiteId`),
  CONSTRAINT `fk_lynlgeiiwesivccxiiqdhzsjtzqduvdqowlh` FOREIGN KEY (`sourceId`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_ogujvhfyrzouqcbwfswvpvzaggtbkfsmatzk` FOREIGN KEY (`sourceSiteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `fk_ubslzsujihoamjhneyxhzvnfwfemreqgvome` FOREIGN KEY (`fieldId`) REFERENCES `fields` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=133299 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `resourcepaths`
--

DROP TABLE IF EXISTS `resourcepaths`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `resourcepaths` (
  `hash` varchar(255) NOT NULL,
  `path` varchar(255) NOT NULL,
  PRIMARY KEY (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `revisions`
--

DROP TABLE IF EXISTS `revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `revisions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `canonicalId` int(11) NOT NULL,
  `creatorId` int(11) DEFAULT NULL,
  `num` int(11) NOT NULL,
  `notes` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_vovfedpvphsnrkjgenttfyeflnvxiiktyeto` (`canonicalId`,`num`),
  KEY `fk_hhcoenppvmvdebazuoowwqofstjgxyikfbaz` (`creatorId`),
  CONSTRAINT `fk_hhcoenppvmvdebazuoowwqofstjgxyikfbaz` FOREIGN KEY (`creatorId`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_wiafzflznoonbpoobdjzrqktmxhlqxjsmeml` FOREIGN KEY (`canonicalId`) REFERENCES `elements` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6778 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `searchindex`
--

DROP TABLE IF EXISTS `searchindex`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `searchindex` (
  `elementId` int(11) NOT NULL,
  `attribute` varchar(25) NOT NULL,
  `fieldId` int(11) NOT NULL,
  `siteId` int(11) NOT NULL,
  `keywords` text NOT NULL,
  PRIMARY KEY (`elementId`,`attribute`,`fieldId`,`siteId`),
  FULLTEXT KEY `idx_xktlgbqafoazkhqgwffwkojajphychvralgk` (`keywords`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `searchindexqueue`
--

DROP TABLE IF EXISTS `searchindexqueue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `searchindexqueue` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `elementId` int(11) NOT NULL,
  `siteId` int(11) NOT NULL,
  `reserved` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `idx_vukubcqmqptdqhnjzffekcltjlskakssoxux` (`elementId`,`siteId`,`reserved`)
) ENGINE=InnoDB AUTO_INCREMENT=51696 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `searchindexqueue_fields`
--

DROP TABLE IF EXISTS `searchindexqueue_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `searchindexqueue_fields` (
  `jobId` int(11) NOT NULL,
  `fieldHandle` varchar(255) NOT NULL,
  PRIMARY KEY (`jobId`,`fieldHandle`),
  UNIQUE KEY `idx_qdndfxhuijqbydgqelcnmyopalwmuxymxwsg` (`jobId`,`fieldHandle`),
  CONSTRAINT `fk_dcqpxgjgquvnwtwfuoqiskmkciulpaitiasy` FOREIGN KEY (`jobId`) REFERENCES `searchindexqueue` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `sections`
--

DROP TABLE IF EXISTS `sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sections` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `structureId` int(11) DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `handle` varchar(255) NOT NULL,
  `type` enum('single','channel','structure') NOT NULL DEFAULT 'channel',
  `enableVersioning` tinyint(1) NOT NULL DEFAULT 0,
  `maxAuthors` smallint(5) unsigned DEFAULT NULL,
  `propagationMethod` varchar(255) NOT NULL DEFAULT 'all',
  `defaultPlacement` enum('beginning','end') NOT NULL DEFAULT 'end',
  `previewTargets` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`previewTargets`)),
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_qrpmxnrfdjqpcopeltsisloriogabqdfaurp` (`handle`),
  KEY `idx_lxsrucgwoiznmcttjddzpotbrkcackcqqoje` (`name`),
  KEY `idx_utlycaldrseybljwruetlrqruihxjocmutvg` (`structureId`),
  KEY `idx_mdzvlemchdowfonenjrjihvswxdlogpeqwyg` (`dateDeleted`),
  CONSTRAINT `fk_vfyocjkdagdwihnjzqqrvugbgscisixtvczd` FOREIGN KEY (`structureId`) REFERENCES `structures` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `sections_entrytypes`
--

DROP TABLE IF EXISTS `sections_entrytypes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sections_entrytypes` (
  `sectionId` int(11) NOT NULL,
  `typeId` int(11) NOT NULL,
  `sortOrder` smallint(5) unsigned NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `handle` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  PRIMARY KEY (`sectionId`,`typeId`),
  KEY `fk_fzigcrmravgmjettoztjeftkyrlaprkqnysd` (`typeId`),
  CONSTRAINT `fk_drwrmldkqtjkxxucxxbzrhgyyjkfyfcybgus` FOREIGN KEY (`sectionId`) REFERENCES `sections` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_fzigcrmravgmjettoztjeftkyrlaprkqnysd` FOREIGN KEY (`typeId`) REFERENCES `entrytypes` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `sections_sites`
--

DROP TABLE IF EXISTS `sections_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sections_sites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sectionId` int(11) NOT NULL,
  `siteId` int(11) NOT NULL,
  `hasUrls` tinyint(1) NOT NULL DEFAULT 1,
  `uriFormat` text DEFAULT NULL,
  `template` varchar(500) DEFAULT NULL,
  `enabledByDefault` tinyint(1) NOT NULL DEFAULT 1,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_sjfbyghiwpeyxcuyphrglivoldlooghoofln` (`sectionId`,`siteId`),
  KEY `idx_fvdgzfzqkyjrlybsmzbmdyzwgztjeuuwhmep` (`siteId`),
  CONSTRAINT `fk_vlwdqpgzrrzybebxkteyxjjjzurerhqwaplj` FOREIGN KEY (`sectionId`) REFERENCES `sections` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_xxqvpgliyyjqfdpqaoetmruffzwhxcdfcnrq` FOREIGN KEY (`siteId`) REFERENCES `sites` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `sequences`
--

DROP TABLE IF EXISTS `sequences`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sequences` (
  `name` varchar(255) NOT NULL,
  `next` int(10) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `sessions`
--

DROP TABLE IF EXISTS `sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sessions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `token` char(100) NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_kilfokhjllioafxuubkvjdcixmrsekotyjhg` (`uid`),
  KEY `idx_njmiqpmztdeqgzgbsvfamewjqfrxmkphaqtj` (`token`),
  KEY `idx_tnwbupjfwdkdanuwtvpfzfalryslymvgvtze` (`dateUpdated`),
  KEY `idx_khjbkwfudyxgliaqlrendaqfjwdyxwgtuxjb` (`userId`),
  CONSTRAINT `fk_bekwypktjzctsibpuhnymderwsiuwtibgqhc` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=378 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `shunnedmessages`
--

DROP TABLE IF EXISTS `shunnedmessages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `shunnedmessages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `message` varchar(255) NOT NULL,
  `expiryDate` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_aaoaazajyxmzihslmjgrgtbicncsriryfchn` (`userId`,`message`),
  CONSTRAINT `fk_qfodjaorjzskvwglfrxoisuvanymqqcvgwlu` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `sitegroups`
--

DROP TABLE IF EXISTS `sitegroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sitegroups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_wotsdtzykyxrnlpgkmamgfwimmypdgimmxme` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `sites`
--

DROP TABLE IF EXISTS `sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `groupId` int(11) NOT NULL,
  `primary` tinyint(1) NOT NULL,
  `enabled` varchar(255) NOT NULL DEFAULT 'true',
  `name` varchar(255) NOT NULL,
  `handle` varchar(255) NOT NULL,
  `language` varchar(255) NOT NULL,
  `hasUrls` tinyint(1) NOT NULL DEFAULT 0,
  `baseUrl` varchar(255) DEFAULT NULL,
  `sortOrder` smallint(5) unsigned DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_gvthfinszicvegnghpypqvjyxbqzddgbrape` (`dateDeleted`),
  KEY `idx_wtrpnmcmvqellmztgodbqedlonroyqvsmwyb` (`handle`),
  KEY `idx_ksomrwvmiuodevyqoavcvapuhjdbqwmaqroq` (`sortOrder`),
  KEY `fk_sfbucdquvkgcghgtwgjgnxmxyvvlinltawtl` (`groupId`),
  CONSTRAINT `fk_sfbucdquvkgcghgtwgjgnxmxyvvlinltawtl` FOREIGN KEY (`groupId`) REFERENCES `sitegroups` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `sso_identities`
--

DROP TABLE IF EXISTS `sso_identities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sso_identities` (
  `provider` varchar(255) NOT NULL,
  `identityId` varchar(255) NOT NULL,
  `userId` int(11) NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  PRIMARY KEY (`provider`,`identityId`,`userId`),
  KEY `fk_tzaclnpswsibbekhqqcwgglzwhxdxfhnxiue` (`userId`),
  CONSTRAINT `fk_tzaclnpswsibbekhqqcwgglzwhxdxfhnxiue` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `structureelements`
--

DROP TABLE IF EXISTS `structureelements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `structureelements` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `structureId` int(11) NOT NULL,
  `elementId` int(11) DEFAULT NULL,
  `root` int(10) unsigned DEFAULT NULL,
  `lft` int(10) unsigned NOT NULL,
  `rgt` int(10) unsigned NOT NULL,
  `level` smallint(5) unsigned NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_glwsesfxeuywleseaskiatelgqwhsavphfrk` (`structureId`,`elementId`),
  KEY `idx_ohtyplamqxdgdvwoewiufbgfssopjcnmobge` (`root`),
  KEY `idx_izhqjbyrvekgahskdtwwfrtdwxsxittabvdp` (`lft`),
  KEY `idx_mntqqgbsgtmmuqztopbyqqsewgvogzcwkgsj` (`rgt`),
  KEY `idx_crinuebacqhlojgjzlutlnsrduujsndwwxux` (`level`),
  KEY `idx_qksygbxkmeaxgbsnpapwjimqfaxckwnsynzh` (`elementId`),
  CONSTRAINT `fk_polmcjevuxconbxjzmwypjizowoyyalakuga` FOREIGN KEY (`structureId`) REFERENCES `structures` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=213 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `structures`
--

DROP TABLE IF EXISTS `structures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `structures` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `maxLevels` smallint(5) unsigned DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_vurwjlkxxmzdpcxvjeiisrjpptdstfqmxjtf` (`dateDeleted`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `systemmessages`
--

DROP TABLE IF EXISTS `systemmessages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `systemmessages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `language` varchar(255) NOT NULL,
  `key` varchar(255) NOT NULL,
  `subject` text NOT NULL,
  `body` text NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_etrewehssuqhqbrnqtyeafgiicowmywmjdgr` (`key`,`language`),
  KEY `idx_cllsekzmrcdtmciypfmewxfovgqqebegrhwr` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `taggroups`
--

DROP TABLE IF EXISTS `taggroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `taggroups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handle` varchar(255) NOT NULL,
  `fieldLayoutId` int(11) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_uavrgdjpotgogvrnlzfdumjufmaqyuuxujly` (`name`),
  KEY `idx_yldnmnceyqfaubyllydpjbhiiduwasouaycf` (`handle`),
  KEY `idx_uyueliiozbqtgcnrxcyjoxovkmthrexvcsmt` (`dateDeleted`),
  KEY `fk_hwbtqbpxtsynsgcrpnyskmdebwhmmwsakzex` (`fieldLayoutId`),
  CONSTRAINT `fk_hwbtqbpxtsynsgcrpnyskmdebwhmmwsakzex` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `tags`
--

DROP TABLE IF EXISTS `tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tags` (
  `id` int(11) NOT NULL,
  `groupId` int(11) NOT NULL,
  `deletedWithGroup` tinyint(1) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_rgiwbykgvorxrpuyakeblpjfenuxaxsdxjpm` (`groupId`),
  CONSTRAINT `fk_jeakhckbbkxymeltjxwzwxufybyhyxifcjgo` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_mvibepzqksdytkxjohuuwuylabzlyrdqlfre` FOREIGN KEY (`groupId`) REFERENCES `taggroups` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `tokens`
--

DROP TABLE IF EXISTS `tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `tokens` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `token` char(32) NOT NULL,
  `route` text DEFAULT NULL,
  `usageLimit` tinyint(3) unsigned DEFAULT NULL,
  `usageCount` tinyint(3) unsigned DEFAULT NULL,
  `expiryDate` datetime NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_iguhilcajijkqzzmiuaqsnvkjisprqlcqmme` (`token`),
  KEY `idx_bgrdrdanvrlcjwrwqyrwtzaipjiympabilql` (`expiryDate`)
) ENGINE=InnoDB AUTO_INCREMENT=522 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `usergroups`
--

DROP TABLE IF EXISTS `usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `usergroups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `handle` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_nifgpehogtkhcvvjwvdwmfwlozfdnbsujsgs` (`handle`),
  KEY `idx_jrxgafsujnsuoqncgwjlevwprvvtpfvuheha` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `usergroups_users`
--

DROP TABLE IF EXISTS `usergroups_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `usergroups_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `groupId` int(11) NOT NULL,
  `userId` int(11) NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_wbuxnxijmlcywxwuweutdpvzwupsblalziyu` (`groupId`,`userId`),
  KEY `idx_dqsqmznpdazocfzhimavjhxfgesvrsavnphg` (`userId`),
  CONSTRAINT `fk_ljeblfdgmxbubgysbibtizlwmlknlkupehih` FOREIGN KEY (`groupId`) REFERENCES `usergroups` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_nmguplpcqlnmygqmojtshsryqwgyoystbyce` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `userpermissions`
--

DROP TABLE IF EXISTS `userpermissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `userpermissions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_ddentucjxuehhjtoimzoqdtygrwphwzvaxww` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `userpermissions_usergroups`
--

DROP TABLE IF EXISTS `userpermissions_usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `userpermissions_usergroups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `permissionId` int(11) NOT NULL,
  `groupId` int(11) NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_ucjurorivfhaorffdrnomvhgtccyazavhutz` (`permissionId`,`groupId`),
  KEY `idx_fnmnqwfixjevawiudypfcgvtigcnbipmovhe` (`groupId`),
  CONSTRAINT `fk_ahbgiomxhstwpcelpekgmyiuypuuazcculwj` FOREIGN KEY (`permissionId`) REFERENCES `userpermissions` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_zxjibncdboywfmcxqwhpostyonqmcgmqnmds` FOREIGN KEY (`groupId`) REFERENCES `usergroups` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `userpermissions_users`
--

DROP TABLE IF EXISTS `userpermissions_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `userpermissions_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `permissionId` int(11) NOT NULL,
  `userId` int(11) NOT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_agjecihoglwrhpzfepiretvhgyrsyeydbien` (`permissionId`,`userId`),
  KEY `idx_gwgqwdcwjrmjrewzsdulljzkbnhwohhhdole` (`userId`),
  CONSTRAINT `fk_edvjmuwynfgcnocdgkpinysmqwewednubgsx` FOREIGN KEY (`permissionId`) REFERENCES `userpermissions` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_xwygztsglwroncjawbabwftszxrhhcliojsx` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `userpreferences`
--

DROP TABLE IF EXISTS `userpreferences`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `userpreferences` (
  `userId` int(11) NOT NULL AUTO_INCREMENT,
  `preferences` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`preferences`)),
  PRIMARY KEY (`userId`),
  CONSTRAINT `fk_ndzcvkhzlvudkhfdijyylmzljbmswdgdhemh` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `users`
--

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
  `id` int(11) NOT NULL,
  `photoId` int(11) DEFAULT NULL,
  `affiliatedSiteId` int(11) DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 0,
  `pending` tinyint(1) NOT NULL DEFAULT 0,
  `locked` tinyint(1) NOT NULL DEFAULT 0,
  `suspended` tinyint(1) NOT NULL DEFAULT 0,
  `admin` tinyint(1) NOT NULL DEFAULT 0,
  `username` varchar(255) DEFAULT NULL,
  `fullName` varchar(255) DEFAULT NULL,
  `firstName` varchar(255) DEFAULT NULL,
  `lastName` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `lastLoginDate` datetime DEFAULT NULL,
  `lastLoginAttemptIp` varchar(45) DEFAULT NULL,
  `invalidLoginWindowStart` datetime DEFAULT NULL,
  `invalidLoginCount` tinyint(3) unsigned DEFAULT NULL,
  `lastInvalidLoginDate` datetime DEFAULT NULL,
  `lockoutDate` datetime DEFAULT NULL,
  `hasDashboard` tinyint(1) NOT NULL DEFAULT 0,
  `verificationCode` varchar(255) DEFAULT NULL,
  `verificationCodeIssuedDate` datetime DEFAULT NULL,
  `unverifiedEmail` varchar(255) DEFAULT NULL,
  `passwordResetRequired` tinyint(1) NOT NULL DEFAULT 0,
  `lastPasswordChangeDate` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_zpgnwdxlibbpqazfhgiwlypvdkvfnbhvbofm` (`active`),
  KEY `idx_yblhifndlrcnhyhntbrnildiqaxglncchxaf` (`locked`),
  KEY `idx_uvqjtsznmwpxjnrznfuhevpvmbyaohgpdsuz` (`pending`),
  KEY `idx_mlimddujldrcphevposyxvdwufmefhhekgis` (`suspended`),
  KEY `idx_suhaweibsmrkzahdbttcrozifoymoiqwaevc` (`verificationCode`),
  KEY `idx_pmwjwhvicilxxwxrvjmzmvcqqajgpeaokyhq` (`email`),
  KEY `idx_svrmuefimiuinvktrrntubsnuknqkufdojdg` (`username`),
  KEY `fk_ktgltzjkmpoqfsdclgvnmiroliayurdlnviy` (`photoId`),
  KEY `fk_tnnwhvjjcpdbztlspbsbcziwqoqjzwzwwirb` (`affiliatedSiteId`),
  CONSTRAINT `fk_ktgltzjkmpoqfsdclgvnmiroliayurdlnviy` FOREIGN KEY (`photoId`) REFERENCES `assets` (`id`) ON DELETE SET NULL,
  CONSTRAINT `fk_pvogbbkodeqspdsqgfvcbkamrfjvbpqfnuvo` FOREIGN KEY (`id`) REFERENCES `elements` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_tnnwhvjjcpdbztlspbsbcziwqoqjzwzwwirb` FOREIGN KEY (`affiliatedSiteId`) REFERENCES `sites` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `volumefolders`
--

DROP TABLE IF EXISTS `volumefolders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `volumefolders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parentId` int(11) DEFAULT NULL,
  `volumeId` int(11) DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `path` varchar(255) DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_xymsimganfahzmnhhaxbizplgrkrozpeqovc` (`name`,`parentId`,`volumeId`),
  KEY `idx_vvdhtvkgzdckqxhuwvsmzaxijrvcrtfhcuai` (`parentId`),
  KEY `idx_lxshjhzcrxghtwsrndsufsgsfqigqpzjnrtc` (`volumeId`),
  CONSTRAINT `fk_cltqwyvsdanditwyzasjkmcotokzlpizvaaz` FOREIGN KEY (`parentId`) REFERENCES `volumefolders` (`id`) ON DELETE CASCADE,
  CONSTRAINT `fk_ktzfquwhcsxsnxyahxfiduamgksdpfvfpxql` FOREIGN KEY (`volumeId`) REFERENCES `volumes` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=98597 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `volumes`
--

DROP TABLE IF EXISTS `volumes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `volumes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `fieldLayoutId` int(11) DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `handle` varchar(255) NOT NULL,
  `fs` varchar(255) NOT NULL,
  `subpath` varchar(255) DEFAULT NULL,
  `transformFs` varchar(255) DEFAULT NULL,
  `transformSubpath` varchar(255) DEFAULT NULL,
  `titleTranslationMethod` varchar(255) NOT NULL DEFAULT 'site',
  `titleTranslationKeyFormat` text DEFAULT NULL,
  `altTranslationMethod` varchar(255) NOT NULL DEFAULT 'site',
  `altTranslationKeyFormat` text DEFAULT NULL,
  `sortOrder` smallint(5) unsigned DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `dateDeleted` datetime DEFAULT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_gbigkeuoxhyqciuxrrmcfnnfvmsymtdtlkgk` (`name`),
  KEY `idx_nibgarnftzszvgolotdqcktqauupeyhpcqgo` (`handle`),
  KEY `idx_ndvgpmousdymdklznjefxqtpldprglmmbqhj` (`fieldLayoutId`),
  KEY `idx_gusuktkxxflgmckzckhzuameydxzprqrhkfj` (`dateDeleted`),
  CONSTRAINT `fk_nyzfmnsroeqpwepnfcjzoeuevldyotxpgwqo` FOREIGN KEY (`fieldLayoutId`) REFERENCES `fieldlayouts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `webauthn`
--

DROP TABLE IF EXISTS `webauthn`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `webauthn` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `credentialId` varchar(255) DEFAULT NULL,
  `credential` text DEFAULT NULL,
  `credentialName` varchar(255) DEFAULT NULL,
  `dateLastUsed` datetime DEFAULT NULL,
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `fk_iwgkrireoeyxfnrukfprchjerpaxphldcxvj` (`userId`),
  CONSTRAINT `fk_iwgkrireoeyxfnrukfprchjerpaxphldcxvj` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `widgets`
--

DROP TABLE IF EXISTS `widgets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `widgets` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `type` varchar(255) NOT NULL,
  `sortOrder` smallint(5) unsigned DEFAULT NULL,
  `colspan` tinyint(4) DEFAULT NULL,
  `settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`settings`)),
  `dateCreated` datetime NOT NULL,
  `dateUpdated` datetime NOT NULL,
  `uid` char(36) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_nerzmenxwpjdybozzdiijnhabosizuuofrex` (`userId`),
  CONSTRAINT `fk_otipcgdghpcpsmkctrysvrtttpiqgarfiigu` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping routines for database 'akg_craft'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-03-30 13:42:57
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.16-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: akg_craft
-- ------------------------------------------------------
-- Server version	10.11.16-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_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 */;

--
-- Dumping data for table `addresses`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `addresses` WRITE;
/*!40000 ALTER TABLE `addresses` DISABLE KEYS */;
INSERT INTO `addresses` VALUES
(8,2,2,'US','NJ','Toms River',NULL,'08757',NULL,'1750 NJ-37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-04-18 17:32:44','2025-04-18 17:32:44');
/*!40000 ALTER TABLE `addresses` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `announcements`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `announcements` WRITE;
/*!40000 ALTER TABLE `announcements` DISABLE KEYS */;
/*!40000 ALTER TABLE `announcements` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `assetindexingsessions`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `assetindexingsessions` WRITE;
/*!40000 ALTER TABLE `assetindexingsessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `assetindexingsessions` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `assets`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `assets` WRITE;
/*!40000 ALTER TABLE `assets` DISABLE KEYS */;
INSERT INTO `assets` VALUES
(136,2,2,1,'arbors-entrance.jpg',NULL,'image',NULL,1920,1440,1835577,NULL,NULL,NULL,'2025-04-18 18:44:35','2025-04-18 18:44:35','2025-04-18 18:44:35'),
(137,2,2,1,'arbors-room.jpg',NULL,'image',NULL,1500,1000,220928,NULL,NULL,NULL,'2025-04-18 18:44:36','2025-04-18 18:44:36','2025-04-18 18:44:36'),
(138,2,2,1,'arbors-table.jpg',NULL,'image',NULL,1500,1000,402800,NULL,NULL,NULL,'2025-04-18 18:44:36','2025-04-18 18:44:36','2025-04-18 18:44:36'),
(285,5,7,1,'hands_holding.jpg','image/jpeg','image',NULL,1601,801,850595,NULL,NULL,NULL,'2025-09-05 20:01:00','2025-07-30 22:47:59','2025-09-05 20:01:00'),
(545,2,2,1,'Arbors-Cover-Photo.jpg','image/jpeg','image',NULL,5002,3336,4317908,'0.4259;0.4685',NULL,NULL,'2025-09-02 20:43:22','2025-09-02 20:43:22','2026-01-12 19:44:15'),
(548,3,3,1,'Arbors-flyer.pdf','application/pdf','pdf',NULL,NULL,NULL,1965207,NULL,NULL,NULL,'2025-09-02 21:15:28','2025-09-02 21:15:29','2025-09-02 21:15:29'),
(612,6,8,1,'GreatPlacetoWork.jpg','image/jpeg','image',NULL,500,500,91067,NULL,NULL,NULL,'2025-09-03 21:56:34','2025-09-03 21:56:34','2025-09-03 21:56:34'),
(613,6,8,1,'StrivingforTen.jpg','image/jpeg','image',NULL,500,500,55294,NULL,NULL,NULL,'2025-09-03 21:56:34','2025-09-03 21:56:34','2025-09-03 21:56:34'),
(614,6,8,1,'5Star_OQM.jpg','image/jpeg','image',NULL,500,500,99483,NULL,NULL,NULL,'2025-09-03 21:56:35','2025-09-03 21:56:35','2025-09-03 21:56:35'),
(632,4,4,1,'Arbors-Admin.jpg','image/jpeg','image',NULL,1080,1080,62300,NULL,NULL,NULL,'2025-09-03 22:27:11','2025-09-03 22:27:11','2025-09-03 22:27:11'),
(634,4,4,1,'Arbors-AD-1.jpg','image/jpeg','image',NULL,1080,1080,75707,NULL,NULL,NULL,'2025-09-03 22:27:23','2025-09-03 22:27:23','2025-09-03 22:27:23'),
(2516,6,8,1,'StriveforTen_Updated.jpg','image/jpeg','image',NULL,1000,1000,194040,NULL,NULL,NULL,'2025-09-19 16:58:14','2025-09-19 16:58:14','2025-09-19 16:58:14'),
(2594,5,7,1,'ListenToUsVideo.jpg','image/jpeg','image',NULL,1248,702,524232,NULL,NULL,NULL,'2025-09-19 18:57:57','2025-09-19 18:57:57','2025-09-19 18:57:57'),
(2800,7,9,1,'rehab_2025-09-23-212249_sgzj.png','image/png','image',NULL,178,178,10114,NULL,NULL,NULL,'2025-09-23 21:22:49','2025-09-23 21:13:16','2025-09-23 21:22:49'),
(2803,7,9,1,'post-acute_2025-09-23-212238_tmva.png','image/png','image',NULL,178,178,8458,NULL,NULL,NULL,'2025-09-23 21:22:38','2025-09-23 21:13:36','2025-09-23 21:22:38'),
(2806,7,9,1,'advanced_2025-09-23-212231_zbhk.png','image/png','image',NULL,178,178,9147,NULL,NULL,NULL,'2025-09-23 21:22:31','2025-09-23 21:13:42','2025-09-23 21:22:31'),
(2809,7,9,1,'long-term_2025-09-23-212224_mktw.png','image/png','image',NULL,178,178,11754,NULL,NULL,NULL,'2025-09-23 21:22:24','2025-09-23 21:13:48','2025-09-23 21:22:24'),
(2855,5,7,1,'WhatisaRespiteStay_Article.jpg','image/jpeg','image',NULL,1020,510,144402,NULL,NULL,NULL,'2025-09-24 17:19:20','2025-09-24 17:19:20','2025-09-24 17:19:20'),
(2856,5,7,1,'CaringForaLovedOneatHome_Article.jpg','image/jpeg','image',NULL,1020,510,113589,NULL,NULL,NULL,'2025-09-24 17:19:27','2025-09-24 17:19:27','2025-09-24 17:19:27'),
(2857,5,7,1,'CaringFortheWholePerson_Article.jpg','image/jpeg','image',NULL,1020,510,145044,NULL,NULL,NULL,'2025-09-24 17:19:28','2025-09-24 17:19:28','2025-09-24 17:19:28'),
(2858,5,7,1,'LevelsofCareExplained_Article.jpg','image/jpeg','image',NULL,1020,510,105189,NULL,NULL,NULL,'2025-09-24 17:19:28','2025-09-24 17:19:28','2025-09-24 17:19:28'),
(2869,6,8,1,'BestOfMineralCounty.png','image/png','image',NULL,299,300,75547,NULL,NULL,NULL,'2025-09-24 18:09:43','2025-09-24 18:09:43','2025-09-24 18:09:43'),
(2870,6,8,1,'GreatPlaceToWork-2025.png','image/png','image',NULL,300,302,25150,NULL,NULL,NULL,'2025-09-24 18:09:44','2025-09-24 18:09:44','2025-09-24 18:09:44'),
(2871,6,8,1,'JointCommission.png','image/png','image',NULL,300,302,91559,NULL,NULL,NULL,'2025-09-24 18:09:44','2025-09-24 18:09:44','2025-09-24 18:09:44'),
(2872,6,8,1,'NewsweekBestNursingHomes.png','image/png','image',NULL,299,300,80372,NULL,NULL,NULL,'2025-09-24 18:09:44','2025-09-24 18:09:44','2025-09-24 18:09:44'),
(2873,6,8,1,'5-QM.png','image/png','image',NULL,1200,1200,226362,NULL,NULL,NULL,'2026-01-17 16:29:21','2025-09-24 18:09:45','2026-01-17 16:29:21'),
(2874,6,8,1,'US-News-Best-Nursing-Homes.png','image/png','image',NULL,300,302,64612,NULL,NULL,NULL,'2025-09-24 18:09:45','2025-09-24 18:09:45','2025-10-08 18:29:50'),
(2877,5,7,1,'BeyondBingo_Article.jpg','image/jpeg','image',NULL,1020,510,215411,NULL,NULL,NULL,'2025-09-24 19:41:44','2025-09-24 19:41:44','2025-09-24 19:41:44'),
(2886,6,8,1,'striving_for_ten.png','image/png','image',NULL,1810,1810,221332,NULL,NULL,NULL,'2025-09-25 14:02:18','2025-09-25 14:02:18','2025-09-25 14:02:18'),
(2887,6,8,1,'Bronze-ahca.png','image/png','image',NULL,363,362,114299,NULL,NULL,NULL,'2025-09-25 14:07:12','2025-09-25 14:05:38','2025-09-25 14:07:18'),
(2888,6,8,1,'Silver-AHCA.png','image/png','image',NULL,364,365,108343,NULL,NULL,NULL,'2025-09-25 14:06:48','2025-09-25 14:05:39','2025-09-25 14:07:01'),
(2889,6,8,1,'AHCA-Silver2.png','image/png','image',NULL,364,365,108343,NULL,NULL,NULL,'2025-09-25 15:24:15','2025-09-25 15:18:29','2025-09-25 15:24:15'),
(2890,6,8,1,'AHCA-Bronze-2.png','image/png','image',NULL,363,362,114299,NULL,NULL,NULL,'2025-09-25 15:24:27','2025-09-25 15:18:40','2025-09-25 15:24:27'),
(2927,5,7,1,'QuestionstoAsk_Blog.jpg','image/jpeg','image',NULL,1020,510,135378,NULL,NULL,NULL,'2025-09-30 19:28:01','2025-09-30 19:28:01','2025-09-30 19:28:01'),
(2931,9,13,1,'Complete-Care-Privacy-Policy.pdf','application/pdf','pdf',NULL,NULL,NULL,171776,NULL,NULL,NULL,'2025-11-05 17:40:21','2025-09-30 22:22:11','2025-11-05 17:40:21'),
(2933,9,13,1,'Complete-Care-Website-Privacy-Policy.pdf','application/pdf','pdf',NULL,NULL,NULL,124312,NULL,NULL,NULL,'2025-11-05 17:40:21','2025-09-30 22:22:21','2025-11-05 17:40:21'),
(2934,9,13,1,'Complete-Care-Terms-of-Service.pdf','application/pdf','pdf',NULL,NULL,NULL,93180,NULL,NULL,NULL,'2025-11-05 17:40:21','2025-09-30 22:22:35','2025-11-05 17:40:21'),
(2941,9,13,1,'NonDiscriminationNotice.pdf','application/pdf','pdf',NULL,NULL,NULL,151589,NULL,NULL,NULL,'2025-11-05 17:40:20','2025-09-30 22:43:05','2025-11-05 17:40:20'),
(2968,2,2,1,'DSC_1449.jpg','image/jpeg','image',NULL,6016,4016,12007055,NULL,NULL,NULL,'2025-10-06 17:44:50','2025-10-06 17:44:50','2025-10-06 17:44:50'),
(2970,6,8,1,'CMS_4-Star-QM.png','image/png','image',NULL,2160,2164,694073,NULL,NULL,NULL,'2025-10-06 17:46:00','2025-10-06 17:46:00','2025-10-06 17:46:00'),
(3011,2,2,1,'Brick-Lobby.jpg','image/jpeg','image',NULL,1600,1200,302745,NULL,NULL,NULL,'2025-10-08 18:19:10','2025-10-08 18:19:10','2025-10-08 18:19:10'),
(3017,6,8,1,'CMS-Overall-5.png','image/png','image',NULL,2160,2164,696318,NULL,NULL,NULL,'2025-10-08 18:26:17','2025-10-08 18:26:17','2025-10-08 18:26:17'),
(3018,6,8,1,'CMS-Overall-4.png','image/png','image',NULL,2160,2164,695247,NULL,NULL,NULL,'2025-10-08 18:26:56','2025-10-08 18:26:56','2025-10-08 18:26:56'),
(3019,6,8,1,'CMS-Quality-and-Overall-4.png','image/png','image',NULL,2160,2164,693858,NULL,NULL,NULL,'2025-10-08 18:28:09','2025-10-08 18:28:09','2025-10-08 18:28:09'),
(3020,6,8,1,'US-News-Short-Term.png','image/png','image',NULL,924,976,143109,NULL,NULL,NULL,'2025-10-08 18:29:13','2025-10-08 18:29:13','2025-10-08 18:29:13'),
(3021,6,8,1,'VOHRA.png','image/png','image',NULL,1275,501,71637,NULL,NULL,NULL,'2025-10-08 18:30:50','2025-10-08 18:30:50','2025-10-08 18:31:22'),
(3022,6,8,1,'Local-BOMineral-2025-Logo.png','image/png','image',NULL,3600,3600,4033236,NULL,NULL,NULL,'2025-10-08 18:31:48','2025-10-08 18:31:49','2025-10-08 18:31:49'),
(3023,6,8,1,'Local-BOMineral-2025-Logo_WINNER.png','image/png','image',NULL,3600,3600,4296041,NULL,NULL,NULL,'2025-10-08 18:32:35','2025-10-08 18:32:35','2025-10-08 18:32:35'),
(3048,4,4,1,'Brick-Admin.jpg','image/jpeg','image',NULL,1080,1080,94395,NULL,0,0,'2025-10-08 18:42:24','2025-10-08 18:42:24','2025-10-08 18:42:24'),
(3058,2,2,1,'BurlingtonWoods-Lobby.jpg','image/jpeg','image',NULL,5044,3363,5445041,NULL,NULL,NULL,'2025-10-08 18:44:46','2025-10-08 18:44:46','2025-10-08 18:44:46'),
(3084,4,4,1,'Burlington-AD-1.jpg','image/jpeg','image',NULL,1080,1080,103887,NULL,NULL,NULL,'2025-10-08 18:51:15','2025-10-08 18:51:15','2025-10-08 18:51:15'),
(3090,2,2,1,'court-house-lobby.jpg','image/jpeg','image',NULL,5968,3979,9229046,NULL,NULL,NULL,'2025-10-08 18:53:50','2025-10-08 18:53:50','2025-10-08 18:54:27'),
(3122,2,2,1,'GreenAcres-Lobby.jpg','image/jpeg','image',NULL,6016,4016,11784141,NULL,NULL,NULL,'2025-10-08 19:52:53','2025-10-08 19:52:54','2025-10-08 19:52:54'),
(3137,4,4,1,'GreenAcres-AD.jpg','image/jpeg','image',NULL,1080,1080,105237,NULL,NULL,NULL,'2025-10-08 19:59:08','2025-10-08 19:59:08','2025-10-08 19:59:08'),
(3158,2,2,1,'HolidayCity-Lobby.jpg','image/jpeg','image',NULL,6016,4016,15103883,'0.5143;0.5189',NULL,NULL,'2025-10-08 20:21:30','2025-10-08 20:21:30','2026-01-13 20:13:21'),
(3180,4,4,1,'Holiday-City-AD.jpg','image/jpeg','image',NULL,1080,1080,97681,NULL,NULL,NULL,'2025-10-08 20:25:38','2025-10-08 20:25:38','2025-10-08 20:25:38'),
(3221,4,4,1,'Bey-Lea-AL-Admin.jpg','image/jpeg','image',NULL,1080,1080,148526,NULL,NULL,NULL,'2025-10-08 22:21:38','2025-10-08 22:21:38','2025-10-08 22:21:38'),
(3235,2,2,1,'bey-lea_bathroom.jpg','image/jpeg','image',NULL,6016,4016,9138369,NULL,NULL,NULL,'2025-10-08 22:24:19','2025-10-08 22:24:19','2025-10-08 22:24:19'),
(3236,2,2,1,'bey-lea_common.jpg','image/jpeg','image',NULL,6016,4016,16366238,NULL,NULL,NULL,'2025-10-08 22:24:35','2025-10-08 22:24:36','2025-10-08 22:24:36'),
(3237,2,2,1,'bey-lea_couch.jpg','image/jpeg','image',NULL,6016,4016,12007055,NULL,NULL,NULL,'2025-10-08 22:24:47','2025-10-08 22:24:47','2025-10-08 22:24:47'),
(3238,2,2,1,'bey-lea_room.jpg','image/jpeg','image',NULL,6016,4016,12238256,NULL,NULL,NULL,'2025-10-08 22:24:58','2025-10-08 22:24:58','2025-10-08 22:24:58'),
(3239,2,2,1,'bey-lea_room2.jpg','image/jpeg','image',NULL,6016,4016,12394826,NULL,NULL,NULL,'2025-10-08 22:25:08','2025-10-08 22:25:08','2025-10-08 22:25:08'),
(3240,2,2,1,'bey-lea_bed.jpg','image/jpeg','image',NULL,6016,4016,14126115,NULL,NULL,NULL,'2025-10-08 22:25:18','2025-10-08 22:25:19','2025-10-08 22:25:19'),
(3241,2,2,1,'bey-lea_clinic.jpg','image/jpeg','image',NULL,6016,4016,10272411,NULL,NULL,NULL,'2025-10-08 22:25:30','2025-10-08 22:25:30','2025-10-08 22:25:30'),
(3242,2,2,1,'bey-lea_gym.jpg','image/jpeg','image',NULL,6016,4016,9866225,NULL,NULL,NULL,'2025-10-08 22:25:39','2025-10-08 22:25:39','2025-10-08 22:25:39'),
(3243,2,2,1,'bey-lea_kitchen.jpg','image/jpeg','image',NULL,6016,4016,12116386,NULL,NULL,NULL,'2025-10-08 22:25:46','2025-10-08 22:25:46','2025-10-08 22:25:46'),
(3244,2,2,1,'bey-lea_lobby.jpg','image/jpeg','image',NULL,6068,3413,2171386,NULL,NULL,NULL,'2025-10-08 22:25:48','2025-10-08 22:25:48','2025-10-08 22:25:48'),
(3245,2,2,1,'bey-lea_bathroom_2025-10-08-222837_modw.jpg','image/jpeg','image',NULL,1200,801,255038,NULL,NULL,NULL,'2025-10-08 22:28:38','2025-10-08 22:28:38','2025-10-08 22:28:38'),
(3246,2,2,1,'bey-lea_bed_2025-10-08-222839_xulc.jpg','image/jpeg','image',NULL,1200,801,413455,NULL,NULL,NULL,'2025-10-08 22:28:39','2025-10-08 22:28:39','2025-10-08 22:28:39'),
(3247,2,2,1,'bey-lea_clinic_2025-10-08-222840_oadk.jpg','image/jpeg','image',NULL,1200,801,286247,NULL,NULL,NULL,'2025-10-08 22:28:40','2025-10-08 22:28:40','2025-10-08 22:28:40'),
(3248,2,2,1,'bey-lea_common_2025-10-08-222840_orrb.jpg','image/jpeg','image',NULL,1200,801,451102,NULL,NULL,NULL,'2025-10-08 22:28:40','2025-10-08 22:28:40','2025-10-08 22:28:40'),
(3249,2,2,1,'bey-lea_couch_2025-10-08-222841_bwye.jpg','image/jpeg','image',NULL,1200,801,289343,NULL,NULL,NULL,'2025-10-08 22:28:41','2025-10-08 22:28:41','2025-10-08 22:28:41'),
(3250,2,2,1,'bey-lea_gym_2025-10-08-222842_arrz.jpg','image/jpeg','image',NULL,1200,801,346341,NULL,NULL,NULL,'2025-10-08 22:28:42','2025-10-08 22:28:42','2025-10-08 22:28:42'),
(3251,2,2,1,'bey-lea_kitchen_2025-10-08-222843_urug.jpg','image/jpeg','image',NULL,1200,801,399046,NULL,NULL,NULL,'2025-10-08 22:28:43','2025-10-08 22:28:43','2025-10-08 22:28:43'),
(3252,2,2,1,'bey-lea_lobby_2025-10-08-222843_pqvz.jpg','image/jpeg','image',NULL,1200,675,311470,NULL,NULL,NULL,'2025-10-08 22:28:43','2025-10-08 22:28:43','2025-10-08 22:28:43'),
(3253,2,2,1,'bey-lea_room_2025-10-08-222844_dvij.jpg','image/jpeg','image',NULL,1200,801,339247,NULL,NULL,NULL,'2025-10-08 22:28:44','2025-10-08 22:28:44','2025-10-08 22:28:44'),
(3254,2,2,1,'bey-lea_room2_2025-10-08-222845_hoiy.jpg','image/jpeg','image',NULL,1200,801,322293,NULL,NULL,NULL,'2025-10-08 22:28:45','2025-10-08 22:28:45','2025-10-08 22:28:45'),
(3276,2,2,1,'BrakeleyPark_Lobby.jpg','image/jpeg','image',NULL,1200,800,352223,NULL,NULL,NULL,'2025-10-08 22:32:31','2025-10-08 22:32:31','2025-10-08 22:32:31'),
(3278,2,2,1,'BrakeleyPark_Lobby2.jpg','image/jpeg','image',NULL,1200,800,399884,NULL,NULL,NULL,'2025-10-08 22:32:34','2025-10-08 22:32:34','2025-10-08 22:32:34'),
(3279,2,2,1,'BrakeleyPark_Lobby3.jpg','image/jpeg','image',NULL,1200,800,347819,NULL,NULL,NULL,'2025-10-08 22:32:35','2025-10-08 22:32:35','2025-10-08 22:32:35'),
(3280,2,2,1,'BrakeleyPark_RehabGym.jpg','image/jpeg','image',NULL,1200,800,321435,NULL,NULL,NULL,'2025-10-08 22:32:37','2025-10-08 22:32:37','2025-10-08 22:32:37'),
(3281,2,2,1,'BrakeleyPark_RehabGym2.jpg','image/jpeg','image',NULL,1200,800,360099,NULL,NULL,NULL,'2025-10-08 22:32:38','2025-10-08 22:32:38','2025-10-08 22:32:38'),
(3282,2,2,1,'BrakeleyPark_Room.jpg','image/jpeg','image',NULL,1200,800,355174,NULL,NULL,NULL,'2025-10-08 22:32:40','2025-10-08 22:32:40','2025-10-08 22:32:40'),
(3283,2,2,1,'BrakeleyPark_Room2.jpg','image/jpeg','image',NULL,1200,800,332176,NULL,NULL,NULL,'2025-10-08 22:32:41','2025-10-08 22:32:41','2025-10-08 22:32:41'),
(3362,2,2,1,'367A4645.jpg','image/jpeg','image',NULL,1200,800,371249,NULL,NULL,NULL,'2025-10-08 22:40:49','2025-10-08 22:40:49','2025-10-08 22:40:49'),
(3363,2,2,1,'367A4650.jpg','image/jpeg','image',NULL,1200,801,304292,NULL,NULL,NULL,'2025-10-08 22:40:50','2025-10-08 22:40:50','2025-10-08 22:40:50'),
(3364,2,2,1,'367A4664.jpg','image/jpeg','image',NULL,1200,800,263017,NULL,NULL,NULL,'2025-10-08 22:40:50','2025-10-08 22:40:50','2025-10-08 22:40:50'),
(3365,2,2,1,'367A4717.jpg','image/jpeg','image',NULL,1200,801,307841,NULL,NULL,NULL,'2025-10-08 22:40:51','2025-10-08 22:40:51','2025-10-08 22:40:51'),
(3366,2,2,1,'367A4731.jpg','image/jpeg','image',NULL,1200,801,295434,NULL,NULL,NULL,'2025-10-08 22:40:52','2025-10-08 22:40:52','2025-10-08 22:40:52'),
(3367,2,2,1,'367A4751.jpg','image/jpeg','image',NULL,1200,801,239398,NULL,NULL,NULL,'2025-10-08 22:40:53','2025-10-08 22:40:53','2025-10-08 22:40:53'),
(3368,2,2,1,'367A4760.jpg','image/jpeg','image',NULL,1200,800,269367,NULL,NULL,NULL,'2025-10-08 22:40:54','2025-10-08 22:40:54','2025-10-08 22:40:54'),
(3369,2,2,1,'367A4773.jpg','image/jpeg','image',NULL,1200,802,277448,NULL,NULL,NULL,'2025-10-08 22:40:55','2025-10-08 22:40:55','2025-10-08 22:40:55'),
(3370,2,2,1,'367A4781.jpg','image/jpeg','image',NULL,1200,800,424423,NULL,NULL,NULL,'2025-10-08 22:40:56','2025-10-08 22:40:56','2025-10-08 22:40:56'),
(3371,2,2,1,'367A4808.jpg','image/jpeg','image',NULL,1200,800,447405,NULL,NULL,NULL,'2025-10-08 22:40:58','2025-10-08 22:40:58','2025-10-08 22:40:58'),
(3372,2,2,1,'367A4820.jpg','image/jpeg','image',NULL,1200,800,490160,NULL,NULL,NULL,'2025-10-08 22:40:59','2025-10-08 22:40:59','2025-10-08 22:40:59'),
(3373,2,2,1,'DJI_0862_ChristianHome_Waupun.jpg','image/jpeg','image',NULL,1200,899,586189,NULL,NULL,NULL,'2025-10-08 22:41:00','2025-10-08 22:41:00','2025-10-08 22:41:00'),
(3374,2,2,1,'IMG_4736_ChristianHome_Waupun.jpg','image/jpeg','image',NULL,1200,800,434955,NULL,NULL,NULL,'2025-10-08 22:41:02','2025-10-08 22:41:02','2025-10-08 22:41:02'),
(3377,2,2,1,'Lobby-7.jpg','image/jpeg','image',NULL,5679,3786,6374436,NULL,NULL,NULL,'2025-10-09 14:40:19','2025-10-09 14:40:19','2025-10-09 14:40:19'),
(3416,4,4,1,'Kresson-Admin.jpg','image/jpeg','image',NULL,1080,1080,83440,NULL,NULL,NULL,'2025-10-09 14:59:18','2025-10-09 14:59:18','2025-10-09 14:59:18'),
(3418,4,4,1,'Kresson-AD.jpg','image/jpeg','image',NULL,1080,1080,109541,NULL,NULL,NULL,'2025-10-09 14:59:46','2025-10-09 14:59:46','2025-10-09 14:59:46'),
(3425,2,2,1,'Laurelton-Lobby.jpg','image/jpeg','image',NULL,6016,4016,9683171,NULL,NULL,NULL,'2025-10-09 16:20:10','2025-10-09 16:20:10','2025-10-09 16:20:23'),
(3467,2,2,1,'Marcella-Lobby-1.jpg','image/jpeg','image',NULL,6000,4000,9570894,NULL,NULL,NULL,'2025-10-09 16:32:34','2025-10-09 16:32:34','2025-10-09 16:32:34'),
(3494,4,4,1,'Marcella-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,100444,NULL,NULL,NULL,'2026-03-09 15:47:57','2025-10-09 16:37:14','2026-03-09 15:47:57'),
(3495,4,4,1,'Taylor-Manning_Admissions.jpg','image/jpeg','image',NULL,1773,1182,207772,NULL,NULL,NULL,'2025-10-09 16:37:24','2025-10-09 16:37:24','2025-10-09 16:37:24'),
(3498,2,2,1,'Lobby-8.jpg','image/jpeg','image',NULL,5007,3340,3195440,NULL,NULL,NULL,'2025-10-09 16:38:59','2025-10-09 16:38:59','2025-10-09 16:38:59'),
(3530,2,2,1,'OceanGrove_Lobby.jpg','image/jpeg','image',NULL,6720,4480,17099464,NULL,NULL,NULL,'2025-10-09 17:00:32','2025-10-09 17:00:32','2025-10-09 17:00:45'),
(3564,2,2,1,'ShorrockGardens_Lobby.jpg','image/jpeg','image',NULL,6720,4480,17301770,'0.4268;0.5253',NULL,NULL,'2025-10-09 17:07:08','2025-10-09 17:07:08','2026-01-13 21:24:54'),
(3594,2,2,1,'Oasis-Lobby.jpg','image/jpeg','image',NULL,6720,4480,14965855,NULL,NULL,NULL,'2025-10-09 17:14:28','2025-10-09 17:14:29','2025-10-09 17:14:29'),
(3623,2,2,1,'Lobby-9.jpg','image/jpeg','image',NULL,5938,3959,1154995,NULL,NULL,NULL,'2025-10-09 17:21:43','2025-10-09 17:21:43','2025-10-09 17:21:43'),
(3648,4,4,1,'Voorhees-AD.jpg','image/jpeg','image',NULL,1080,1080,139966,NULL,NULL,NULL,'2025-10-09 17:24:30','2025-10-09 17:24:30','2025-10-09 17:24:30'),
(3689,2,2,1,'bayshore-lobby.jpg','image/jpeg','image',NULL,6720,4480,5567512,'0.6060;0.5051',NULL,NULL,'2025-10-09 20:43:00','2025-10-09 20:43:00','2026-01-14 16:18:34'),
(3712,4,4,1,'Bayshore-Admin.jpg','image/jpeg','image',NULL,1080,1080,114319,NULL,NULL,NULL,'2025-10-09 20:47:03','2025-10-09 20:47:03','2025-10-09 20:47:03'),
(3714,4,4,1,'Bayshore-AD.jpg','image/jpeg','image',NULL,1080,1080,74159,NULL,0,0,'2025-10-09 20:48:06','2025-10-09 20:48:06','2025-10-09 20:48:06'),
(3722,2,2,1,'Cedar-Grove-Lobby.jpg','image/jpeg','image',NULL,4711,3359,963786,'0.5008;0.5227',NULL,NULL,'2026-01-14 16:25:12','2025-10-09 20:50:40','2026-01-14 16:26:23'),
(3746,4,4,1,'Cedar-Grove-Admin.jpg','image/jpeg','image',NULL,1080,1080,66905,NULL,NULL,NULL,'2025-10-09 20:55:28','2025-10-09 20:55:28','2025-10-09 20:55:28'),
(3748,4,4,1,'Cedar-Grove-Admissions-Director.jpg','image/jpeg','image',NULL,1080,1080,130432,NULL,0,0,'2025-10-09 20:55:46','2025-10-09 20:55:46','2025-10-09 20:55:46'),
(3761,2,2,1,'Clark-Lobby.jpg','image/jpeg','image',NULL,6720,4480,15145752,NULL,NULL,NULL,'2025-10-13 15:57:58','2025-10-13 15:57:58','2025-10-13 15:57:58'),
(3800,4,4,1,'GreenKnoll-Admin.jpg','image/jpeg','image',NULL,1080,1080,138916,NULL,NULL,NULL,'2025-10-13 16:03:32','2025-10-13 16:03:32','2025-10-13 16:03:42'),
(3802,4,4,1,'GreenKnoll-AD.jpg','image/jpeg','image',NULL,1080,1080,73986,NULL,NULL,NULL,'2025-10-13 16:04:02','2025-10-13 16:04:02','2025-10-13 16:04:02'),
(3808,2,2,1,'Green-Knoll-Lobby.jpg','image/jpeg','image',NULL,5040,3360,2067396,'0.4840;0.5013',NULL,NULL,'2025-10-13 16:05:35','2025-10-13 16:05:35','2026-01-14 16:44:22'),
(3856,4,4,1,'Madison-Admin.jpg','image/jpeg','image',NULL,1080,1080,85590,NULL,NULL,NULL,'2025-10-13 16:15:24','2025-10-13 16:15:24','2025-10-13 16:15:24'),
(3858,4,4,1,'Madison-AD.jpg','image/jpeg','image',NULL,1080,1080,84389,NULL,0,0,'2025-10-13 16:15:40','2025-10-13 16:15:40','2025-10-13 16:15:40'),
(3865,2,2,1,'Mercerville-Lobby.jpg','image/jpeg','image',NULL,6252,4480,7301124,'0.4593;0.5013',NULL,NULL,'2025-10-13 16:20:28','2025-10-13 16:20:28','2026-01-14 17:12:24'),
(3896,2,2,1,'Orange-Park-Lobby.jpg','image/jpeg','image',NULL,5927,4480,6659867,NULL,NULL,NULL,'2025-10-13 17:02:39','2025-10-13 17:02:39','2025-10-13 17:02:39'),
(3918,4,4,1,'Orange-Admin.jpg','image/jpeg','image',NULL,1080,1080,88366,NULL,NULL,NULL,'2025-10-13 17:06:23','2025-10-13 17:06:23','2025-10-13 17:06:23'),
(3920,4,4,1,'Orange-AD.jpg','image/jpeg','image',NULL,1080,1080,83758,NULL,NULL,NULL,'2025-10-13 17:06:40','2025-10-13 17:06:40','2025-10-13 17:06:40'),
(3927,2,2,1,'Park-Place-Lobby.jpg','image/jpeg','image',NULL,6720,4480,17599905,NULL,NULL,NULL,'2025-10-13 17:19:50','2025-10-13 17:19:50','2025-10-13 17:19:50'),
(3954,4,4,1,'Park-Place-AD.jpg','image/jpeg','image',NULL,1080,1080,136300,NULL,NULL,NULL,'2025-10-13 17:22:55','2025-10-13 17:22:55','2025-10-13 17:22:55'),
(3959,2,2,1,'Plainfield-Lobby.jpg','image/jpeg','image',NULL,6720,4480,15445322,NULL,NULL,NULL,'2025-10-13 17:25:39','2025-10-13 17:25:40','2025-10-13 17:25:55'),
(3981,4,4,1,'Plainfield-AD.jpg','image/jpeg','image',NULL,1080,1080,104000,NULL,NULL,NULL,'2025-10-13 17:28:18','2025-10-13 17:28:18','2025-10-13 17:28:18'),
(3986,2,2,1,'St-Vincents-Lobby.jpg','image/jpeg','image',NULL,5902,4480,5457598,'0.5479;0.5732',NULL,NULL,'2025-10-13 17:40:31','2025-10-13 17:40:31','2026-01-14 19:06:21'),
(4008,4,4,1,'St-Vincent-Admin.jpg','image/jpeg','image',NULL,1080,1080,151258,NULL,NULL,NULL,'2025-10-13 17:43:03','2025-10-13 17:43:03','2025-10-13 17:43:03'),
(4010,4,4,1,'St-Vincents-AD.jpg','image/jpeg','image',NULL,1080,1080,72995,NULL,NULL,NULL,'2025-10-13 17:43:27','2025-10-13 17:43:27','2025-10-13 17:43:27'),
(4017,2,2,1,'Summit-Ridge-Lobby.jpg','image/jpeg','image',NULL,5007,3338,8750515,'0.4050;0.5896',NULL,NULL,'2026-01-14 19:13:35','2025-10-13 17:44:49','2026-01-14 19:17:25'),
(4018,4,4,1,'Summit-Admin.jpg','image/jpeg','image',NULL,1080,1080,100588,NULL,NULL,NULL,'2025-10-13 17:45:02','2025-10-13 17:45:02','2025-10-13 17:45:02'),
(4020,4,4,1,'Summit-AD.jpg','image/jpeg','image',NULL,1080,1080,72945,NULL,NULL,NULL,'2025-10-13 17:45:12','2025-10-13 17:45:12','2025-10-13 17:45:12'),
(4069,4,4,1,'Caldwell-AD.jpg','image/jpeg','image',NULL,1080,1080,92819,NULL,NULL,NULL,'2025-10-13 17:51:54','2025-10-13 17:51:54','2025-10-13 17:51:54'),
(4080,2,2,1,'West-Caldwell-Lobby.jpg','image/jpeg','image',NULL,6230,4480,7157860,'0.3866;0.5139',NULL,NULL,'2025-10-13 17:53:06','2025-10-13 17:53:06','2026-01-14 19:24:27'),
(4083,2,2,1,'Westfield-Lobby.jpg','image/jpeg','image',NULL,5040,3360,8684777,NULL,NULL,NULL,'2025-10-13 17:54:18','2025-10-13 17:54:18','2025-10-13 17:54:18'),
(4105,4,4,1,'Westfield-AD.jpg','image/jpeg','image',NULL,1080,1080,116843,NULL,NULL,NULL,'2025-10-13 17:56:57','2025-10-13 17:56:57','2025-10-13 17:57:21'),
(4138,4,4,1,'Woodlands-Admin.jpg','image/jpeg','image',NULL,1080,1080,94864,NULL,NULL,NULL,'2025-10-13 18:01:28','2025-10-13 18:01:28','2025-10-13 18:01:28'),
(4141,4,4,1,'Woodlands-AD.jpg','image/jpeg','image',NULL,1080,1080,80267,NULL,NULL,NULL,'2025-10-13 18:01:44','2025-10-13 18:01:44','2025-10-13 18:01:44'),
(4142,2,2,1,'Woodlands-Lobby.jpg','image/jpeg','image',NULL,5040,3360,10210881,NULL,NULL,NULL,'2025-10-13 18:02:04','2025-10-13 18:02:04','2025-10-13 18:02:04'),
(4150,2,2,1,'Roosevelt-Edison-Lounge.jpg','image/jpeg','image',NULL,5496,4480,4861132,NULL,NULL,NULL,'2025-10-13 19:05:27','2025-10-13 19:05:27','2025-10-13 19:05:27'),
(4172,4,4,1,'Edison-Admin.jpg','image/jpeg','image',NULL,1080,1080,112867,NULL,NULL,NULL,'2025-10-13 19:10:22','2025-10-13 19:10:22','2025-10-13 19:10:22'),
(4181,2,2,1,'Roosevelt-Old-Bridge-Gym.jpg','image/jpeg','image',NULL,6727,4482,15385400,NULL,NULL,NULL,'2025-10-13 19:12:29','2025-10-13 19:12:29','2025-10-13 19:12:29'),
(4207,4,4,1,'Old-Bridge-Admin.jpg','image/jpeg','image',NULL,1080,1080,78330,NULL,NULL,NULL,'2025-10-13 19:17:28','2025-10-13 19:17:28','2025-10-13 19:17:28'),
(4208,4,4,1,'Old-Bridge-AD.jpg','image/jpeg','image',NULL,1080,1080,107605,NULL,NULL,NULL,'2025-10-13 19:17:38','2025-10-13 19:17:38','2025-10-13 19:17:38'),
(4223,2,2,1,'Barn-Hill-Lobby.jpg','image/jpeg','image',NULL,6720,4480,16557805,NULL,NULL,NULL,'2025-10-13 19:26:37','2025-10-13 19:26:38','2025-10-13 19:26:38'),
(4246,4,4,1,'Barn-Hill-AD.jpg','image/jpeg','image',NULL,1080,1080,122394,NULL,NULL,NULL,'2025-10-13 19:29:49','2025-10-13 19:29:49','2025-10-13 19:29:49'),
(4276,2,2,1,'Berkshire-Lobby.jpg','image/jpeg','image',NULL,6729,4492,10943174,'0.2729;0.5399',NULL,NULL,'2025-10-13 19:34:10','2025-10-13 19:34:10','2026-01-16 20:33:17'),
(4282,2,2,1,'Brakeley-Park-Lobby.jpg','image/jpeg','image',NULL,6720,4480,17400571,NULL,NULL,NULL,'2025-10-13 19:36:08','2025-10-13 19:36:08','2025-10-13 19:36:08'),
(4322,2,2,1,'Chestnut-Hill-Lobby.jpg','image/jpeg','image',NULL,6720,4480,16641052,NULL,NULL,NULL,'2025-10-13 19:47:24','2025-10-13 19:47:24','2025-10-13 19:47:24'),
(4349,4,4,1,'Harrington-AD.jpg','image/jpeg','image',NULL,1080,1080,98776,NULL,NULL,NULL,'2025-10-14 13:43:17','2025-10-14 13:43:17','2025-10-14 13:43:17'),
(4358,2,2,1,'Fair-Lawn-Lobby.jpg','image/jpeg','image',NULL,6724,4482,15479152,NULL,NULL,NULL,'2025-10-14 16:46:43','2025-10-14 16:46:43','2025-10-14 16:46:43'),
(4385,2,2,1,'Hamilton-Plaza-Lobby.jpg','image/jpeg','image',NULL,6720,4480,15463036,NULL,NULL,NULL,'2025-10-14 16:50:16','2025-10-14 16:50:16','2025-10-14 16:50:16'),
(4414,2,2,1,'Harborage-Lobby.jpg','image/jpeg','image',NULL,6720,4480,6136127,NULL,NULL,NULL,'2025-10-14 16:54:22','2025-10-14 16:54:22','2025-10-14 16:54:22'),
(4440,2,2,1,'Harston-Lobby.jpg','image/jpeg','image',NULL,6720,4480,17233442,NULL,NULL,NULL,'2025-10-14 16:57:52','2025-10-14 16:57:52','2025-10-14 16:57:52'),
(4466,2,2,1,'Inglemoor-Lobby.jpg','image/jpeg','image',NULL,7780,5187,14898154,NULL,NULL,NULL,'2025-10-14 17:00:51','2025-10-14 17:00:51','2025-10-14 17:01:23'),
(4497,2,2,1,'Lehigh-Lobby.jpg','image/jpeg','image',NULL,6720,4480,10240320,NULL,NULL,NULL,'2025-10-14 17:06:56','2025-10-14 17:06:56','2025-10-14 17:06:56'),
(4518,4,4,1,'Lehigh-AD.jpg','image/jpeg','image',NULL,1080,1080,81384,NULL,NULL,NULL,'2025-10-14 17:09:05','2025-10-14 17:09:05','2025-10-14 17:09:05'),
(4519,4,4,1,'Lehigh-Admin.jpg','image/jpeg','image',NULL,1080,1080,88123,NULL,NULL,NULL,'2025-10-14 17:09:11','2025-10-14 17:09:11','2025-10-14 17:09:11'),
(4526,2,2,1,'Milford-Manor-Lobby.jpg','image/jpeg','image',NULL,6720,4480,16641745,NULL,NULL,NULL,'2025-10-14 17:10:03','2025-10-14 17:10:04','2025-10-14 17:10:04'),
(4554,2,2,1,'Phillipsburg-Lobby.jpg','image/jpeg','image',NULL,5040,3360,8748043,NULL,NULL,NULL,'2025-10-14 17:13:18','2025-10-14 17:13:19','2025-10-14 17:13:19'),
(4562,4,4,1,'Brakeley-AD.jpg','image/jpeg','image',NULL,1080,1080,52073,NULL,NULL,NULL,'2025-10-14 17:15:24','2025-10-14 17:15:25','2025-10-14 17:15:25'),
(4579,2,2,1,'Prospect-Heights-Lobby.jpg','image/jpeg','image',NULL,5851,4480,5149998,'0.4256;0.4983',NULL,NULL,'2025-10-14 17:19:41','2025-10-14 17:19:41','2026-01-21 02:50:25'),
(4602,4,4,1,'Prospect-Admin.jpg','image/jpeg','image',NULL,1080,1080,95445,NULL,NULL,NULL,'2025-10-14 17:22:03','2025-10-14 17:22:03','2025-10-14 17:22:03'),
(4610,2,2,1,'Regent-Lobby.jpg','image/jpeg','image',NULL,7589,5504,5575779,NULL,NULL,NULL,'2025-10-14 17:22:40','2025-10-14 17:22:40','2025-10-14 17:22:40'),
(4620,4,4,1,'Regent-AD.jpg','image/jpeg','image',NULL,1080,1080,80740,NULL,NULL,NULL,'2025-10-14 17:25:09','2025-10-14 17:25:09','2025-10-14 17:25:09'),
(4639,2,2,1,'Wayne-Hills-Lobby.jpg','image/jpeg','image',NULL,6720,4480,14984555,NULL,NULL,NULL,'2025-10-14 17:25:33','2025-10-14 17:25:33','2025-10-14 17:25:33'),
(4786,2,2,1,'Annap-Ext-4.jpg','image/jpeg','image',NULL,3600,2400,6951080,NULL,NULL,NULL,'2025-11-04 15:00:00','2025-11-04 15:00:00','2025-11-04 15:00:00'),
(4806,2,2,1,'Annap-Activity-Rm-6.JPG','image/jpeg','image',NULL,3600,2400,7543809,'0.4051;0.6493',NULL,NULL,'2025-11-04 15:06:38','2025-11-04 15:06:38','2026-01-19 16:23:19'),
(4807,2,2,1,'Annap-Dining7.jpg','image/jpeg','image',NULL,3600,2400,6051268,'0.5127;0.5989',NULL,NULL,'2025-11-04 15:06:41','2025-11-04 15:06:41','2026-01-19 16:23:30'),
(4808,2,2,1,'Annap-Lobby6.jpg','image/jpeg','image',NULL,3600,2400,4685038,'0.5613;0.4965',NULL,NULL,'2025-11-04 15:06:43','2025-11-04 15:06:43','2026-01-19 16:24:17'),
(4809,2,2,1,'Annap-Rehab-0.JPG','image/jpeg','image',NULL,3600,2400,5787711,'0.4676;0.4653',NULL,NULL,'2025-11-04 15:06:48','2025-11-04 15:06:48','2026-01-19 16:23:56'),
(4810,2,2,1,'Annap-Renal-3.JPG','image/jpeg','image',NULL,3600,2400,6154213,'0.4965;0.5347',NULL,NULL,'2025-11-04 15:06:50','2025-11-04 15:06:50','2026-01-19 16:24:07'),
(4811,2,2,1,'Annap-Room9.JPG','image/jpeg','image',NULL,1800,1200,572890,NULL,NULL,NULL,'2025-11-04 15:06:51','2025-11-04 15:06:51','2025-11-04 15:06:51'),
(4815,4,4,1,'Annapolis-Admin.jpg','image/jpeg','image',NULL,1080,1080,112248,NULL,NULL,NULL,'2025-11-04 15:08:51','2025-11-04 15:08:51','2025-11-04 15:08:51'),
(4821,2,2,1,'BarnHill_Lobby3.jpg','image/jpeg','image',NULL,6720,4480,15760539,NULL,NULL,NULL,'2025-11-04 15:12:18','2025-11-04 15:12:18','2025-11-04 15:12:18'),
(4822,2,2,1,'BarnHill_RehabGym.jpg','image/jpeg','image',NULL,6720,4480,15255251,NULL,NULL,NULL,'2025-11-04 15:12:25','2025-11-04 15:12:26','2025-11-04 15:12:26'),
(4823,2,2,1,'BarnHill_RehabGym2.jpg','image/jpeg','image',NULL,6720,4480,14310912,NULL,NULL,NULL,'2025-11-04 15:12:32','2025-11-04 15:12:32','2025-11-04 15:12:32'),
(4824,2,2,1,'BarnHill_Room.jpg','image/jpeg','image',NULL,6720,4480,15239717,NULL,NULL,NULL,'2025-11-04 15:12:38','2025-11-04 15:12:38','2025-11-04 15:12:38'),
(4826,2,2,1,'Bayshore-Room.jpg','image/jpeg','image',NULL,6720,4480,5813145,NULL,NULL,NULL,'2025-11-04 19:13:06','2025-11-04 19:13:06','2025-11-04 19:13:06'),
(4827,2,2,1,'Bayshore-Gym.jpg','image/jpeg','image',NULL,6720,4480,6441144,NULL,NULL,NULL,'2025-11-04 19:13:17','2025-11-04 19:13:18','2025-11-04 19:13:18'),
(4828,2,2,1,'Bayshore-Dining.jpg','image/jpeg','image',NULL,6272,4480,5257882,NULL,NULL,NULL,'2025-11-04 19:14:37','2025-11-04 19:14:38','2025-11-04 19:14:38'),
(4829,2,2,1,'Bayshore-Exterior.jpg','image/jpeg','image',NULL,6245,4480,6338311,'0.5516;0.4634',NULL,NULL,'2025-11-04 19:14:45','2025-11-04 19:14:45','2026-01-14 16:19:42'),
(4834,2,2,1,'367A8053.jpg','image/jpeg','image',NULL,6720,4480,9242812,'0.5961;0.5885',NULL,NULL,'2025-11-04 19:50:12','2025-11-04 19:50:12','2026-01-16 20:33:59'),
(4835,2,2,1,'367A8068.jpg','image/jpeg','image',NULL,6720,4480,9255159,NULL,NULL,NULL,'2025-11-04 19:50:20','2025-11-04 19:50:21','2025-11-04 19:50:21'),
(4836,2,2,1,'367A8091.jpg','image/jpeg','image',NULL,6720,4480,8603718,NULL,NULL,NULL,'2025-11-04 19:50:26','2025-11-04 19:50:26','2025-11-04 19:50:26'),
(4837,2,2,1,'367A8101.jpg','image/jpeg','image',NULL,6720,4480,8787900,'0.4977;0.5694',NULL,NULL,'2025-11-04 19:50:32','2025-11-04 19:50:32','2026-01-16 20:36:41'),
(4838,2,2,1,'367A8110.jpg','image/jpeg','image',NULL,6720,4480,10633962,'0.5000;0.5885',NULL,NULL,'2025-11-04 19:50:39','2025-11-04 19:50:39','2026-01-16 20:36:50'),
(4841,2,2,1,'DSC_0779.jpg','image/jpeg','image',NULL,6016,4016,12285897,NULL,NULL,NULL,'2025-11-04 19:53:51','2025-11-04 19:53:51','2025-11-04 19:53:51'),
(4842,2,2,1,'DSC_0803-Edit.jpg','image/jpeg','image',NULL,5059,3496,9301652,NULL,NULL,NULL,'2025-11-04 19:53:58','2025-11-04 19:53:59','2025-11-04 19:53:59'),
(4843,2,2,1,'DSC_0855.jpg','image/jpeg','image',NULL,6016,4016,9287502,NULL,NULL,NULL,'2025-11-04 19:54:04','2025-11-04 19:54:04','2025-11-04 19:54:04'),
(4844,2,2,1,'DSC_0922.jpg','image/jpeg','image',NULL,6016,4016,13011894,NULL,NULL,NULL,'2025-11-04 19:54:16','2025-11-04 19:54:16','2025-11-04 19:54:16'),
(4845,2,2,1,'DSC_1021.jpg','image/jpeg','image',NULL,6016,4016,9866225,NULL,NULL,NULL,'2025-11-04 19:54:21','2025-11-04 19:54:22','2025-11-04 19:54:22'),
(4846,2,2,1,'DSC_1052.jpg','image/jpeg','image',NULL,6016,4016,10272411,NULL,NULL,NULL,'2025-11-04 19:54:28','2025-11-04 19:54:28','2025-11-04 19:54:28'),
(4861,2,2,1,'Brackenville-Lobby-01.JPG','image/jpeg','image',NULL,4200,2800,2274230,NULL,NULL,NULL,'2025-11-04 20:53:20','2025-11-04 20:53:20','2025-11-04 20:53:20'),
(4879,2,2,1,'Brackenville-Activities-13.JPG','image/jpeg','image',NULL,3600,2400,2070006,NULL,NULL,NULL,'2025-11-04 20:56:08','2025-11-04 20:56:08','2025-11-04 20:56:08'),
(4880,2,2,1,'Brackenville-ADL-Kitchen-15.JPG','image/jpeg','image',NULL,3600,2400,1535933,NULL,NULL,NULL,'2025-11-04 20:56:10','2025-11-04 20:56:10','2025-11-04 20:56:10'),
(4881,2,2,1,'Brackenville-Chapel-09.JPG','image/jpeg','image',NULL,3600,2400,2073971,NULL,NULL,NULL,'2025-11-04 20:56:11','2025-11-04 20:56:11','2025-11-04 20:56:11'),
(4882,2,2,1,'Brackenville-Dining-14.JPG','image/jpeg','image',NULL,3600,2400,1878105,NULL,NULL,NULL,'2025-11-04 20:56:13','2025-11-04 20:56:13','2025-11-04 20:56:13'),
(4883,2,2,1,'Brackenville-double-room-03.JPG','image/jpeg','image',NULL,3600,2400,1766286,NULL,NULL,NULL,'2025-11-04 20:56:14','2025-11-04 20:56:14','2025-11-04 20:56:14'),
(4884,2,2,1,'Brackenville-Exterior-03.JPG','image/jpeg','image',NULL,3600,2400,3607674,NULL,NULL,NULL,'2025-11-04 20:56:17','2025-11-04 20:56:17','2025-11-04 20:56:17'),
(4885,2,2,1,'Brackenville-Fish-Pond-06.JPG','image/jpeg','image',NULL,3600,2400,3756559,NULL,NULL,NULL,'2025-11-04 20:56:20','2025-11-04 20:56:20','2025-11-04 20:56:20'),
(4886,2,2,1,'Brackenville-Rehab-Gym-00.JPG','image/jpeg','image',NULL,3600,2400,1951484,NULL,NULL,NULL,'2025-11-04 20:56:22','2025-11-04 20:56:22','2025-11-04 20:56:22'),
(4887,2,2,1,'Brackenville-Salon-10.JPG','image/jpeg','image',NULL,3600,2400,1462751,NULL,NULL,NULL,'2025-11-04 20:56:23','2025-11-04 20:56:23','2025-11-04 20:56:23'),
(4888,2,2,1,'Brackenville-single-room-04.JPG','image/jpeg','image',NULL,3600,2400,1390890,NULL,NULL,NULL,'2025-11-04 20:56:25','2025-11-04 20:56:25','2025-11-04 20:56:25'),
(4900,4,4,1,'Brackenville-Admin.jpg','image/jpeg','image',NULL,1080,1080,102073,NULL,NULL,NULL,'2025-11-04 20:57:58','2025-11-04 20:57:58','2025-11-04 20:58:09'),
(4902,4,4,1,'Brackenville-AD.jpg','image/jpeg','image',NULL,1080,1080,92072,NULL,NULL,NULL,'2025-11-04 20:58:26','2025-11-04 20:58:26','2025-11-04 20:58:36'),
(4909,2,2,1,'BrakeleyPark_RehabGym_2025-11-04-210017_zosm.jpg','image/jpeg','image',NULL,6720,4480,16535054,NULL,NULL,NULL,'2025-11-04 21:00:18','2025-11-04 21:00:18','2025-11-04 21:00:18'),
(4910,2,2,1,'BrakeleyPark_RehabGym2_2025-11-04-210026_khnv.jpg','image/jpeg','image',NULL,6720,4480,16561624,NULL,NULL,NULL,'2025-11-04 21:00:27','2025-11-04 21:00:27','2025-11-04 21:00:27'),
(4911,2,2,1,'BrakeleyPark_Room_2025-11-04-210035_tcfl.jpg','image/jpeg','image',NULL,6721,4482,17426263,NULL,NULL,NULL,'2025-11-04 21:00:36','2025-11-04 21:00:36','2025-11-04 21:00:36'),
(4914,4,4,1,'Phillipsburg-AD.jpg','image/jpeg','image',NULL,1080,1080,52073,NULL,NULL,NULL,'2025-11-04 21:01:24','2025-11-04 21:01:24','2025-11-04 21:01:24'),
(4920,2,2,1,'sts_0008-sts_00121.jpg','image/jpeg','image',NULL,6720,4480,16664886,NULL,NULL,NULL,'2025-11-04 21:06:30','2025-11-04 21:06:30','2025-11-04 21:06:30'),
(4921,2,2,1,'sts_0031-sts_00463.jpg','image/jpeg','image',NULL,6720,4480,14579290,NULL,NULL,NULL,'2025-11-04 21:06:36','2025-11-04 21:06:36','2025-11-04 21:06:36'),
(4922,2,2,1,'sts_0050-sts_00554.jpg','image/jpeg','image',NULL,6720,4480,12721492,'0.4992;0.5720',NULL,NULL,'2025-11-04 21:06:39','2025-11-04 21:06:40','2026-01-12 19:55:28'),
(4923,2,2,1,'sts_0196-sts_020021.jpg','image/jpeg','image',NULL,6720,4480,16603779,NULL,NULL,NULL,'2025-11-04 21:06:47','2025-11-04 21:06:48','2025-11-04 21:06:48'),
(4924,2,2,1,'STS_00666.jpg','image/jpeg','image',NULL,6720,4480,12875794,NULL,NULL,NULL,'2025-11-04 21:06:54','2025-11-04 21:06:54','2025-11-04 21:06:54'),
(4927,2,2,1,'LARGE-RES_02.jpg','image/jpeg','image',NULL,5044,3363,5445041,NULL,NULL,NULL,'2025-11-04 21:17:08','2025-11-04 21:17:08','2025-11-04 21:17:08'),
(4929,2,2,1,'LARGE-RES_07.jpg','image/jpeg','image',NULL,5046,3364,6167679,NULL,NULL,NULL,'2025-11-04 21:17:14','2025-11-04 21:17:14','2025-11-04 21:17:14'),
(4930,2,2,1,'LARGE-RES_08.jpg','image/jpeg','image',NULL,5040,3360,6656168,NULL,NULL,NULL,'2025-11-04 21:17:17','2025-11-04 21:17:17','2025-11-04 21:17:17'),
(4931,2,2,1,'LARGE-RES_11.jpg','image/jpeg','image',NULL,5047,3365,5972296,NULL,NULL,NULL,'2025-11-04 21:17:19','2025-11-04 21:17:19','2025-11-04 21:17:19'),
(4932,2,2,1,'367A7508.jpg','image/jpeg','image',NULL,6720,4480,15715398,NULL,NULL,NULL,'2025-11-04 21:18:04','2025-11-04 21:18:04','2025-11-04 21:18:04'),
(4933,2,2,1,'367A7610.jpg','image/jpeg','image',NULL,6742,4488,16159901,NULL,NULL,NULL,'2025-11-04 21:18:10','2025-11-04 21:18:10','2025-11-04 21:18:10'),
(4934,2,2,1,'BW10.jpg','image/jpeg','image',NULL,2700,3000,1212421,NULL,NULL,NULL,'2025-11-04 21:18:12','2025-11-04 21:18:12','2025-11-04 21:18:12'),
(4935,2,2,1,'DSC09305-Edit.jpg','image/jpeg','image',NULL,6000,4000,13337552,NULL,NULL,NULL,'2025-11-04 21:18:50','2025-11-04 21:18:50','2025-11-04 21:18:50'),
(4944,9,13,1,'Nondiscrimination_Notice_Annapolis.pdf','application/pdf','pdf',NULL,NULL,NULL,152350,NULL,NULL,NULL,'2025-11-05 17:40:20','2025-11-05 16:07:42','2025-11-05 17:40:20'),
(4951,9,13,1,'Nondiscrimination_Notice_BarnHill.pdf','application/pdf','pdf',NULL,NULL,NULL,158825,NULL,NULL,NULL,'2026-01-23 19:14:47','2025-11-05 16:13:59','2026-01-23 19:14:47'),
(4955,2,2,1,'Woodlands_RehabGym.jpg','image/jpeg','image',NULL,5043,3363,8864244,NULL,NULL,NULL,'2025-11-05 17:09:40','2025-11-05 17:09:40','2025-11-05 17:09:40'),
(4956,2,2,1,'Woodlands_Room.jpg','image/jpeg','image',NULL,5040,3360,8204956,'0.5008;0.5808',NULL,NULL,'2025-11-05 17:09:45','2025-11-05 17:09:45','2026-01-14 20:13:12'),
(4957,2,2,1,'Woodlands_Room2.jpg','image/jpeg','image',NULL,5040,3360,8630625,'0.4437;0.6162',NULL,NULL,'2025-11-05 17:09:50','2025-11-05 17:09:50','2026-01-14 20:13:25'),
(4962,9,13,1,'Nondiscrimination_Notice_Woodlands.pdf','application/pdf','pdf',NULL,NULL,NULL,158893,NULL,NULL,NULL,'2026-01-23 21:47:36','2025-11-05 17:12:14','2026-01-23 21:47:36'),
(4973,2,2,1,'STS_0357.jpg','image/jpeg','image',NULL,6720,4480,6942081,NULL,NULL,NULL,'2025-11-05 17:14:29','2025-11-05 17:14:29','2025-11-05 17:14:29'),
(4991,2,2,1,'STS_0223.jpg','image/jpeg','image',NULL,6720,4480,16017705,NULL,NULL,NULL,'2025-11-05 17:19:18','2025-11-05 17:19:18','2025-11-05 17:19:18'),
(4992,2,2,1,'STS_0245.jpg','image/jpeg','image',NULL,4480,6720,7237748,NULL,NULL,NULL,'2025-11-05 17:19:24','2025-11-05 17:19:24','2025-11-05 17:19:24'),
(4993,2,2,1,'STS_0264.jpg','image/jpeg','image',NULL,6727,4487,6430020,NULL,NULL,NULL,'2025-11-05 17:19:28','2025-11-05 17:19:28','2025-11-05 17:19:28'),
(4994,2,2,1,'STS_0286.jpg','image/jpeg','image',NULL,6726,4485,5697350,NULL,NULL,NULL,'2025-11-05 17:19:31','2025-11-05 17:19:32','2025-11-05 17:19:32'),
(4995,2,2,1,'STS_0297.jpg','image/jpeg','image',NULL,6720,4480,5699370,NULL,NULL,NULL,'2025-11-05 17:19:35','2025-11-05 17:19:36','2025-11-05 17:19:36'),
(4996,2,2,1,'STS_0314.jpg','image/jpeg','image',NULL,6720,4480,8991306,NULL,NULL,NULL,'2025-11-05 17:19:39','2025-11-05 17:19:39','2025-11-05 17:19:39'),
(4997,2,2,1,'STS_0420.jpg','image/jpeg','image',NULL,6724,4483,11407484,NULL,NULL,NULL,'2025-11-05 17:19:45','2025-11-05 17:19:45','2025-11-05 17:19:45'),
(5001,4,4,1,'WhisperingWoods-Admin.jpg','image/jpeg','image',NULL,1080,1080,144326,NULL,NULL,NULL,'2026-03-09 16:06:23','2025-11-05 17:22:23','2026-03-09 16:06:23'),
(5003,4,4,1,'Whispering-AD.jpg','image/jpeg','image',NULL,1080,1080,95499,NULL,NULL,NULL,'2025-11-05 17:22:42','2025-11-05 17:22:42','2025-11-05 17:22:42'),
(5013,2,2,1,'Wheaton-Lobby11.JPG','image/jpeg','image',NULL,3600,2400,6418427,NULL,NULL,NULL,'2025-11-05 17:24:52','2025-11-05 17:24:52','2025-11-05 17:24:52'),
(5033,2,2,1,'Wheaton-Activities.JPG','image/jpeg','image',NULL,3600,2400,4376967,NULL,NULL,NULL,'2025-11-05 17:29:57','2025-11-05 17:29:57','2025-11-05 17:29:57'),
(5034,2,2,1,'Wheaton-Dining-17.JPG','image/jpeg','image',NULL,3600,2400,6552288,NULL,NULL,NULL,'2025-11-05 17:30:02','2025-11-05 17:30:02','2025-11-05 17:30:02'),
(5035,2,2,1,'Wheaton-Ext-19.JPG','image/jpeg','image',NULL,3600,2400,8311458,NULL,NULL,NULL,'2025-11-05 17:30:04','2025-11-05 17:30:05','2025-11-05 17:30:05'),
(5036,2,2,1,'Wheaton-Memory-Care-14.JPG','image/jpeg','image',NULL,3600,2400,4457231,NULL,NULL,NULL,'2025-11-05 17:30:07','2025-11-05 17:30:07','2025-11-05 17:30:07'),
(5037,2,2,1,'Wheaton-Rehab-07.JPG','image/jpeg','image',NULL,3600,2400,5357561,NULL,NULL,NULL,'2025-11-05 17:30:13','2025-11-05 17:30:13','2025-11-05 17:30:13'),
(5038,2,2,1,'Wheaton-Rehab-Kitchen-09.JPG','image/jpeg','image',NULL,3600,2400,4408347,NULL,NULL,NULL,'2025-11-05 17:30:15','2025-11-05 17:30:15','2025-11-05 17:30:15'),
(5039,2,2,1,'Wheaton-Room-03.JPG','image/jpeg','image',NULL,3600,2400,6775489,NULL,NULL,NULL,'2025-11-05 17:30:20','2025-11-05 17:30:20','2025-11-05 17:30:20'),
(5040,2,2,1,'Wheaton-Room-05.JPG','image/jpeg','image',NULL,3600,2400,4145822,NULL,NULL,NULL,'2025-11-05 17:30:22','2025-11-05 17:30:22','2025-11-05 17:30:22'),
(5042,4,4,1,'Wheaton-Admin.jpg','image/jpeg','image',NULL,1080,1080,109897,NULL,NULL,NULL,'2025-11-05 17:31:06','2025-11-05 17:31:06','2025-11-05 17:31:06'),
(5055,2,2,1,'Westfield_DoubleRoom.jpg','image/jpeg','image',NULL,5045,3360,8252436,'0.5328;0.5922',NULL,NULL,'2025-11-05 17:35:09','2025-11-05 17:35:09','2026-01-14 19:44:34'),
(5056,2,2,1,'Westfield_Lobby.jpg','image/jpeg','image',NULL,5040,3360,8268482,NULL,NULL,NULL,'2025-11-05 17:35:13','2025-11-05 17:35:13','2025-11-05 17:35:13'),
(5057,2,2,1,'Westfield_RehabGym.jpg','image/jpeg','image',NULL,5040,3360,8298880,'0.4874;0.5770',NULL,NULL,'2025-11-05 17:35:17','2025-11-05 17:35:17','2026-01-14 19:44:54'),
(5058,2,2,1,'Westfield_SingleRoom.jpg','image/jpeg','image',NULL,3360,5040,8023012,'0.5530;0.6136',NULL,NULL,'2025-11-05 17:35:21','2025-11-05 17:35:22','2026-01-14 19:44:44'),
(5067,2,2,1,'WestCaldwell_Room2.jpg','image/jpeg','image',NULL,6720,4480,16915460,NULL,NULL,NULL,'2025-11-05 17:38:09','2025-11-05 17:38:10','2025-11-05 17:38:10'),
(5068,2,2,1,'WestCaldwell_Room-1.jpg','image/jpeg','image',NULL,6563,4488,5708885,NULL,NULL,NULL,'2025-11-05 17:40:03','2025-11-05 17:40:03','2025-11-05 17:40:03'),
(5069,2,2,1,'WestCaldwell_RehabGym-1.jpg','image/jpeg','image',NULL,6412,4480,6572227,NULL,NULL,NULL,'2025-11-05 17:40:07','2025-11-05 17:40:07','2025-11-05 17:40:07'),
(5084,2,2,1,'WayneHills_DoubleRoom.jpg','image/jpeg','image',NULL,6720,4480,13886560,NULL,NULL,NULL,'2025-11-05 17:42:13','2025-11-05 17:42:13','2025-11-05 17:42:13'),
(5085,2,2,1,'WayneHills_RehabGym.jpg','image/jpeg','image',NULL,6720,4480,14635051,NULL,NULL,NULL,'2025-11-05 17:42:21','2025-11-05 17:42:21','2025-11-05 17:42:21'),
(5086,2,2,1,'WayneHills_RehabGym2.jpg','image/jpeg','image',NULL,6720,4480,15604435,NULL,NULL,NULL,'2025-11-05 17:42:30','2025-11-05 17:42:30','2025-11-05 17:42:30'),
(5087,2,2,1,'WayneHills_RehabGym3.jpg','image/jpeg','image',NULL,6720,4480,15861201,NULL,NULL,NULL,'2025-11-05 17:42:40','2025-11-05 17:42:41','2025-11-05 17:42:41'),
(5088,2,2,1,'WayneHills_SingleRoom.jpg','image/jpeg','image',NULL,6720,4480,14471089,NULL,NULL,NULL,'2025-11-05 17:42:47','2025-11-05 17:42:47','2025-11-05 17:42:47'),
(5095,2,2,1,'STS_0008.jpg','image/jpeg','image',NULL,6720,4480,14765477,NULL,NULL,NULL,'2025-11-05 17:46:40','2025-11-05 17:46:40','2025-11-05 17:46:40'),
(5096,2,2,1,'STS_0051.jpg','image/jpeg','image',NULL,6724,4485,16688061,NULL,NULL,NULL,'2025-11-05 17:46:50','2025-11-05 17:46:50','2025-11-05 17:46:50'),
(5097,2,2,1,'STS_0175.jpg','image/jpeg','image',NULL,6720,4480,15446419,NULL,NULL,NULL,'2025-11-05 17:47:02','2025-11-05 17:47:02','2025-11-05 17:47:02'),
(5098,2,2,1,'STS_0182.jpg','image/jpeg','image',NULL,6720,4480,12114391,NULL,NULL,NULL,'2025-11-05 17:47:06','2025-11-05 17:47:06','2025-11-05 17:47:06'),
(5105,2,2,1,'DSC09338-Edit.jpg','image/jpeg','image',NULL,5921,3947,1698627,NULL,NULL,NULL,'2025-11-05 17:49:46','2025-11-05 17:49:46','2025-11-05 17:49:46'),
(5106,2,2,1,'DSC09598-Edit.jpg','image/jpeg','image',NULL,5847,3898,781969,NULL,NULL,NULL,'2025-11-05 17:49:48','2025-11-05 17:49:48','2025-11-05 17:49:48'),
(5107,2,2,1,'DSC09617-Edit.jpg','image/jpeg','image',NULL,6000,4000,844817,NULL,NULL,NULL,'2025-11-05 17:49:49','2025-11-05 17:49:49','2025-11-05 17:49:49'),
(5108,2,2,1,'DSC09629.jpg','image/jpeg','image',NULL,5893,3929,881128,NULL,NULL,NULL,'2025-11-05 17:49:51','2025-11-05 17:49:51','2025-11-05 17:49:51'),
(5109,2,2,1,'DSC09631-Edit.jpg','image/jpeg','image',NULL,6000,4000,1111252,NULL,NULL,NULL,'2025-11-05 17:49:53','2025-11-05 17:49:53','2025-11-05 17:49:53'),
(5110,2,2,1,'DSC09643-Edit.jpg','image/jpeg','image',NULL,6000,4000,3354213,NULL,NULL,NULL,'2025-11-05 17:49:54','2025-11-05 17:49:55','2025-11-05 17:49:55'),
(5111,2,2,1,'DSC09644.jpg','image/jpeg','image',NULL,5608,3739,1414950,NULL,NULL,NULL,'2025-11-05 17:49:57','2025-11-05 17:49:57','2025-11-05 17:49:57'),
(5112,2,2,1,'Exterior.jpg','image/jpeg','image',NULL,7045,5284,7411808,NULL,NULL,NULL,'2025-11-05 17:50:00','2025-11-05 17:50:01','2025-11-05 17:50:01'),
(5122,2,2,1,'HIGH-RES_02.jpg','image/jpeg','image',NULL,5024,3349,7533603,NULL,NULL,NULL,'2025-11-05 17:56:34','2025-11-05 17:56:34','2025-11-05 17:56:34'),
(5123,2,2,1,'HIGH-RES_03.jpg','image/jpeg','image',NULL,5011,3341,7074248,NULL,NULL,NULL,'2025-11-05 17:56:38','2025-11-05 17:56:38','2025-11-05 17:56:38'),
(5124,2,2,1,'HIGH-RES_04.jpg','image/jpeg','image',NULL,5019,3346,4491314,NULL,NULL,NULL,'2025-11-05 17:56:41','2025-11-05 17:56:41','2025-11-05 17:56:41'),
(5125,2,2,1,'HIGH-RES_08.jpg','image/jpeg','image',NULL,5040,3360,6753360,NULL,NULL,NULL,'2025-11-05 17:56:46','2025-11-05 17:56:46','2025-11-05 17:56:46'),
(5127,2,2,1,'StVincents_RehabGym.jpg','image/jpeg','image',NULL,6720,4480,14402169,NULL,NULL,NULL,'2025-11-05 18:44:51','2025-11-05 18:44:51','2025-11-05 18:44:51'),
(5128,2,2,1,'StVincents_Room.jpg','image/jpeg','image',NULL,6730,4490,14473520,NULL,NULL,NULL,'2025-11-05 18:44:59','2025-11-05 18:45:00','2025-11-05 18:45:00'),
(5129,2,2,1,'StVincents_Room2.jpg','image/jpeg','image',NULL,6720,4480,16524477,'0.5000;0.5492',NULL,NULL,'2025-11-05 18:45:09','2025-11-05 18:45:09','2026-01-14 19:07:48'),
(5130,2,2,1,'Unknown-6.jpeg','image/jpeg','image',NULL,5333,4000,6368183,NULL,NULL,NULL,'2025-11-05 18:45:12','2025-11-05 18:45:12','2025-11-05 18:45:12'),
(5131,2,2,1,'Unknown-10.jpeg','image/jpeg','image',NULL,5333,4000,12643642,NULL,NULL,NULL,'2025-11-05 18:45:21','2025-11-05 18:45:21','2025-11-05 18:45:21'),
(5140,2,2,1,'Springbrook-Lobby-13.JPG','image/jpeg','image',NULL,3600,2400,4966531,NULL,NULL,NULL,'2025-11-05 18:47:37','2025-11-05 18:47:37','2025-11-05 18:47:37'),
(5146,2,2,1,'Springbrook-Dining-12.JPG','image/jpeg','image',NULL,3600,2400,6240656,NULL,NULL,NULL,'2025-11-05 18:51:42','2025-11-05 18:51:42','2025-11-05 18:51:42'),
(5147,2,2,1,'Springbrook-Ext-02.JPG','image/jpeg','image',NULL,3600,2400,7339473,NULL,NULL,NULL,'2025-11-05 18:51:45','2025-11-05 18:51:45','2025-11-05 18:51:45'),
(5148,2,2,1,'Springbrook-Ext-04.JPG','image/jpeg','image',NULL,3600,2400,7996076,NULL,NULL,NULL,'2025-11-05 18:51:51','2025-11-05 18:51:51','2025-11-05 18:51:51'),
(5149,2,2,1,'Springbrook-Gazebo-16.JPG','image/jpeg','image',NULL,3600,2400,7451139,NULL,NULL,NULL,'2025-11-05 18:51:57','2025-11-05 18:51:57','2025-11-05 18:51:57'),
(5150,2,2,1,'Springbrook-Rehab-05.JPG','image/jpeg','image',NULL,3600,2400,5494977,NULL,NULL,NULL,'2025-11-05 18:52:00','2025-11-05 18:52:00','2025-11-05 18:52:00'),
(5151,2,2,1,'Springbrook-Renal-Care-08.JPG','image/jpeg','image',NULL,3600,2400,6920244,NULL,NULL,NULL,'2025-11-05 18:52:03','2025-11-05 18:52:04','2025-11-05 18:52:04'),
(5152,2,2,1,'Springbrook-Renal-Care-09.JPG','image/jpeg','image',NULL,3600,2400,4103111,NULL,NULL,NULL,'2025-11-05 18:52:08','2025-11-05 18:52:08','2025-11-05 18:52:08'),
(5153,2,2,1,'Springbrook-Room-10.JPG','image/jpeg','image',NULL,3600,2400,3826521,NULL,NULL,NULL,'2025-11-05 18:52:09','2025-11-05 18:52:09','2025-11-05 18:52:09'),
(5156,4,4,1,'Springbrook-Admin.jpg','image/jpeg','image',NULL,1080,1080,99720,NULL,NULL,NULL,'2025-11-05 18:55:30','2025-11-05 18:55:30','2025-11-05 18:55:30'),
(5158,4,4,1,'Springbrook-AD.jpg','image/jpeg','image',NULL,1080,1080,188575,NULL,NULL,NULL,'2025-11-05 18:55:42','2025-11-05 18:55:42','2025-11-05 18:55:42'),
(5185,2,2,1,'367A3378.jpg','image/jpeg','image',NULL,6737,4490,16102863,NULL,NULL,NULL,'2025-11-05 19:02:11','2025-11-05 19:02:11','2025-11-05 19:02:11'),
(5186,2,2,1,'367A3391.jpg','image/jpeg','image',NULL,6734,4488,14319016,NULL,NULL,NULL,'2025-11-05 19:02:16','2025-11-05 19:02:16','2025-11-05 19:02:16'),
(5187,2,2,1,'367A3400.jpg','image/jpeg','image',NULL,6733,4497,15205269,NULL,NULL,NULL,'2025-11-05 19:02:26','2025-11-05 19:02:26','2025-11-05 19:02:26'),
(5188,2,2,1,'367A3416.jpg','image/jpeg','image',NULL,6739,4497,15347528,NULL,NULL,NULL,'2025-11-05 19:02:37','2025-11-05 19:02:38','2025-11-05 19:02:38'),
(5189,2,2,1,'367A3441.jpg','image/jpeg','image',NULL,6736,4502,16703198,NULL,NULL,NULL,'2025-11-05 19:02:48','2025-11-05 19:02:48','2025-11-05 19:02:48'),
(5190,2,2,1,'367A3468.jpg','image/jpeg','image',NULL,6720,4480,16812298,NULL,NULL,NULL,'2025-11-05 19:02:58','2025-11-05 19:02:58','2025-11-05 19:02:58'),
(5191,2,2,1,'367A3468_2025-11-05-190348_fmiv.jpg','image/jpeg','image',NULL,6720,4480,16812298,NULL,NULL,NULL,'2025-11-05 19:03:49','2025-11-05 19:03:49','2025-11-05 19:03:49'),
(5213,2,2,1,'Silver-Lake-Exterior-15.JPG','image/jpeg','image',NULL,3600,2400,3279450,NULL,NULL,NULL,'2025-11-05 19:13:05','2025-11-05 19:13:05','2025-11-05 19:13:05'),
(5233,2,2,1,'Silver-Lake-Dining-02.JPG','image/jpeg','image',NULL,3600,2400,2308146,NULL,NULL,NULL,'2025-11-05 19:16:53','2025-11-05 19:16:53','2025-11-05 19:16:53'),
(5234,2,2,1,'Silver-Lake-Double-Bed-07.JPG','image/jpeg','image',NULL,3600,2400,2481080,NULL,NULL,NULL,'2025-11-05 19:16:55','2025-11-05 19:16:55','2025-11-05 19:16:55'),
(5235,2,2,1,'Silver-Lake-Lobby-04.JPG','image/jpeg','image',NULL,3600,2400,2185579,NULL,NULL,NULL,'2025-11-05 19:16:56','2025-11-05 19:16:56','2025-11-05 19:16:56'),
(5236,2,2,1,'Silver-Lake-Patio-16.JPG','image/jpeg','image',NULL,3600,2400,4793286,NULL,NULL,NULL,'2025-11-05 19:16:58','2025-11-05 19:16:58','2025-11-05 19:16:58'),
(5237,2,2,1,'Silver-Lake-Rehab-Gym-05.JPG','image/jpeg','image',NULL,3600,2400,1996675,NULL,NULL,NULL,'2025-11-05 19:17:00','2025-11-05 19:17:00','2025-11-05 19:17:00'),
(5238,2,2,1,'Silver-Lake-Single-Bed-08.JPG','image/jpeg','image',NULL,3600,2400,1383493,NULL,NULL,NULL,'2025-11-05 19:17:01','2025-11-05 19:17:01','2025-11-05 19:17:01'),
(5239,2,2,1,'Silver-Lake-Sitting-Room-06.JPG','image/jpeg','image',NULL,3600,2400,1869560,NULL,NULL,NULL,'2025-11-05 19:17:03','2025-11-05 19:17:03','2025-11-05 19:17:03'),
(5241,4,4,1,'Silver-Admin.jpg','image/jpeg','image',NULL,1080,1080,73179,NULL,NULL,NULL,'2025-11-05 19:18:26','2025-11-05 19:18:26','2025-11-05 19:18:26'),
(5244,4,4,1,'Silver-AD.jpg','image/jpeg','image',NULL,1080,1080,109086,NULL,NULL,NULL,'2025-11-05 19:18:37','2025-11-05 19:18:37','2025-11-05 19:18:37'),
(5253,2,2,1,'Shrewsbury-Exterior-2.jpg','image/jpeg','image',NULL,6595,4480,7844674,'0.5694;0.4546',NULL,NULL,'2025-11-05 19:22:55','2025-11-05 19:22:56','2026-01-13 21:51:18'),
(5254,2,2,1,'STS_00111.jpg','image/jpeg','image',NULL,6720,4480,13433402,NULL,NULL,NULL,'2025-11-05 19:24:53','2025-11-05 19:24:54','2025-11-05 19:24:54'),
(5255,2,2,1,'sts_0146-sts_015012.jpg','image/jpeg','image',NULL,6720,4480,13414746,NULL,NULL,NULL,'2025-11-05 19:24:59','2025-11-05 19:24:59','2025-11-05 19:24:59'),
(5256,2,2,1,'sts_0167-sts_017214.jpg','image/jpeg','image',NULL,6720,4480,13134677,NULL,NULL,NULL,'2025-11-05 19:25:08','2025-11-05 19:25:08','2025-11-05 19:25:08'),
(5257,2,2,1,'STS_00556.jpg','image/jpeg','image',NULL,6720,4480,16051863,NULL,NULL,NULL,'2025-11-05 19:25:18','2025-11-05 19:25:18','2025-11-05 19:25:18'),
(5258,2,2,1,'STS_018315.jpg','image/jpeg','image',NULL,6720,4480,12759209,NULL,NULL,NULL,'2025-11-05 19:25:27','2025-11-05 19:25:27','2025-11-05 19:25:27'),
(5277,2,2,1,'LARGE-RES_04.jpg','image/jpeg','image',NULL,5042,3361,5854661,NULL,NULL,NULL,'2025-11-11 18:03:58','2025-11-11 18:03:58','2025-11-11 18:03:58'),
(5278,2,2,1,'LARGE-RES_06.jpg','image/jpeg','image',NULL,5040,3360,6057564,NULL,NULL,NULL,'2025-11-11 18:04:01','2025-11-11 18:04:02','2025-11-11 18:04:02'),
(5279,2,2,1,'LARGE-RES_11_2025-11-11-180403_ncyp.jpg','image/jpeg','image',NULL,5047,3365,5972296,NULL,NULL,NULL,'2025-11-11 18:04:04','2025-11-11 18:04:04','2025-11-11 18:04:04'),
(5280,2,2,1,'LARGE-RES_18.jpg','image/jpeg','image',NULL,5040,3360,7061093,NULL,NULL,NULL,'2025-11-11 18:04:07','2025-11-11 18:04:07','2025-11-11 18:04:07'),
(5281,2,2,1,'LARGE-RES_03_2025-11-11-180442_nykh.jpg','image/jpeg','image',NULL,5024,3349,5492310,NULL,NULL,NULL,'2025-11-11 18:04:42','2025-11-11 18:04:43','2025-11-11 18:04:43'),
(5282,2,2,1,'Madison_RehabGym.jpg','image/jpeg','image',NULL,6720,4480,15262450,NULL,NULL,NULL,'2025-11-11 18:05:06','2025-11-11 18:05:06','2025-11-11 18:05:06'),
(5292,9,13,1,'PI315331.24A1.pdf','application/pdf','pdf',NULL,NULL,NULL,1816799,NULL,NULL,NULL,'2025-11-12 16:03:02','2025-11-12 16:03:02','2025-11-12 16:03:02'),
(5293,9,13,1,'COMPLETE-CARE-AT-PASSAIC-LLC-2024-STATEMENT-OF-REVENUES.pdf','application/pdf','pdf',NULL,NULL,NULL,74938,NULL,NULL,NULL,'2026-01-23 19:51:27','2025-11-12 16:03:03','2026-01-23 19:51:27'),
(5294,9,13,1,'COMPLETE-CARE-AT-PASSAIC-LLC-2024-NJ-AUDIT.pdf','application/pdf','pdf',NULL,NULL,NULL,313474,NULL,NULL,NULL,'2026-01-23 19:51:27','2025-11-12 16:03:03','2026-01-23 19:51:27'),
(5680,9,13,1,'Nondiscrimination_Notice_BeyLea-3.pdf','application/pdf','pdf',NULL,NULL,NULL,158865,NULL,NULL,NULL,'2026-01-22 20:00:48','2025-11-13 20:33:41','2026-01-22 20:00:48'),
(5696,9,13,1,'Nondiscrimination_Notice_CareAge.pdf','application/pdf','pdf',NULL,NULL,NULL,157652,NULL,NULL,NULL,'2025-11-14 16:30:28','2025-11-14 16:30:28','2025-11-14 16:30:28'),
(5701,9,13,1,'Nondiscrimination_Notice_BeyLeaSNF.pdf','application/pdf','pdf',NULL,NULL,NULL,158788,NULL,NULL,NULL,'2025-11-14 16:32:56','2025-11-14 16:32:56','2025-11-14 16:32:56'),
(5709,9,13,1,'Nondiscrimination_Notice_ChristianHome.pdf','application/pdf','pdf',NULL,NULL,NULL,158439,NULL,NULL,NULL,'2025-11-14 16:35:53','2025-11-14 16:35:53','2025-11-14 16:35:53'),
(5719,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Berkshire.pdf','application/pdf','pdf',NULL,NULL,NULL,163212,NULL,NULL,NULL,'2025-11-14 16:38:15','2025-11-14 16:38:15','2025-11-14 16:38:15'),
(5724,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Brackenville.pdf','application/pdf','pdf',NULL,NULL,NULL,158508,NULL,NULL,NULL,'2025-11-14 16:40:19','2025-11-14 16:40:19','2025-11-14 16:40:19'),
(5730,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Brakeley.pdf','application/pdf','pdf',NULL,NULL,NULL,158525,NULL,NULL,NULL,'2025-11-14 16:41:40','2025-11-14 16:41:40','2025-11-14 16:41:40'),
(5744,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Brick.pdf','application/pdf','pdf',NULL,NULL,NULL,158504,NULL,NULL,NULL,'2025-11-14 16:45:17','2025-11-14 16:45:17','2025-11-14 16:45:17'),
(5749,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Burlington.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2025-11-14 16:46:23','2025-11-14 16:46:23','2025-11-14 16:46:23'),
(5755,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Chestnut.pdf','application/pdf','pdf',NULL,NULL,NULL,158515,NULL,NULL,NULL,'2025-11-14 16:47:40','2025-11-14 16:47:41','2025-11-14 16:47:41'),
(5761,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Clark.pdf','application/pdf','pdf',NULL,NULL,NULL,158514,NULL,NULL,NULL,'2025-11-14 16:48:35','2025-11-14 16:48:35','2025-11-14 16:48:35'),
(5767,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Corsica.pdf','application/pdf','pdf',NULL,NULL,NULL,158511,NULL,NULL,NULL,'2025-11-14 16:49:42','2025-11-14 16:49:42','2025-11-14 16:49:42'),
(5773,9,13,1,'CCG_00503a_Nondiscrimination_Notice_CourtHouse.pdf','application/pdf','pdf',NULL,NULL,NULL,158509,NULL,NULL,NULL,'2025-11-14 16:50:30','2025-11-14 16:50:30','2025-11-14 16:50:30'),
(5779,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Dawnview.pdf','application/pdf','pdf',NULL,NULL,NULL,158523,NULL,NULL,NULL,'2025-11-14 16:51:25','2025-11-14 16:51:25','2025-11-14 16:51:25'),
(5785,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Fairlawn.pdf','application/pdf','pdf',NULL,NULL,NULL,158521,NULL,NULL,NULL,'2026-01-23 19:54:15','2025-11-14 16:54:28','2026-01-23 19:54:15'),
(5791,9,13,1,'CCG_00503a_Nondiscrimination_Notice_FoxHill.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2026-01-23 19:57:10','2025-11-14 16:55:28','2026-01-23 19:57:10'),
(5797,9,13,1,'CCG_00503a_Nondiscrimination_Notice_GreenAcres.pdf','application/pdf','pdf',NULL,NULL,NULL,158503,NULL,NULL,NULL,'2025-11-14 16:56:44','2025-11-14 16:56:44','2025-11-14 16:56:44'),
(5803,9,13,1,'CCG_00503a_Nondiscrimination_Notice_GreenKnoll.pdf','application/pdf','pdf',NULL,NULL,NULL,158515,NULL,NULL,NULL,'2025-11-14 16:57:49','2025-11-14 16:57:49','2025-11-14 16:57:49'),
(5809,9,13,1,'CCG_00503a_Nondiscrimination_Notice_GrotonRegency.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2025-11-14 16:58:49','2025-11-14 16:58:49','2025-11-14 16:58:49'),
(5815,9,13,1,'CCG_00503a_Nondiscrimination_Notice_GrotonRegency_2025-11-14-165909_umwq.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2025-11-14 16:59:09','2025-11-14 16:59:09','2025-11-14 16:59:09'),
(5821,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Hagerstown.pdf','application/pdf','pdf',NULL,NULL,NULL,158510,NULL,NULL,NULL,'2025-11-14 17:03:37','2025-11-14 17:03:37','2025-11-14 17:03:37'),
(5827,9,13,1,'CCG_00503a_Nondiscrimination_Notice_HamiltonPlaza.pdf','application/pdf','pdf',NULL,NULL,NULL,158509,NULL,NULL,NULL,'2025-11-14 17:04:36','2025-11-14 17:04:36','2025-11-14 17:04:36'),
(5833,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Harborage.pdf','application/pdf','pdf',NULL,NULL,NULL,158519,NULL,NULL,NULL,'2026-01-23 20:12:56','2025-11-14 17:05:35','2026-01-23 20:12:56'),
(5839,9,13,1,'CCG_00503a_Nondiscrimination_Notice_HarstonHall.pdf','application/pdf','pdf',NULL,NULL,NULL,158505,NULL,NULL,NULL,'2026-01-23 20:16:00','2025-11-14 17:06:42','2026-01-23 20:16:00'),
(5845,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Heritage.pdf','application/pdf','pdf',NULL,NULL,NULL,158511,NULL,NULL,NULL,'2025-11-14 17:07:30','2025-11-14 17:07:30','2025-11-14 17:07:30'),
(5851,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Hillside.pdf','application/pdf','pdf',NULL,NULL,NULL,158503,NULL,NULL,NULL,'2025-11-14 17:08:25','2025-11-14 17:08:25','2025-11-14 17:08:25'),
(5857,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Holiday.pdf','application/pdf','pdf',NULL,NULL,NULL,158508,NULL,NULL,NULL,'2025-11-14 17:09:17','2025-11-14 17:09:18','2025-11-14 17:09:18'),
(5863,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Holmdel.pdf','application/pdf','pdf',NULL,NULL,NULL,158497,NULL,NULL,NULL,'2025-11-14 17:10:25','2025-11-14 17:10:25','2025-11-14 17:10:25'),
(5869,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Hyattsville.pdf','application/pdf','pdf',NULL,NULL,NULL,158521,NULL,NULL,NULL,'2026-01-23 20:18:19','2025-11-14 17:12:18','2026-01-23 20:18:19'),
(5875,9,13,1,'CCG_00503a_Nondiscrimination_Notice_KHS.pdf','application/pdf','pdf',NULL,NULL,NULL,158509,NULL,NULL,NULL,'2025-11-14 17:13:10','2025-11-14 17:13:10','2025-11-14 17:13:10'),
(5881,9,13,1,'CCG_00503a_Nondiscrimination_Notice_KressonView.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2025-11-14 17:13:55','2025-11-14 17:13:55','2025-11-14 17:13:55'),
(5887,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Lehigh.pdf','application/pdf','pdf',NULL,NULL,NULL,158510,NULL,NULL,NULL,'2025-11-14 17:16:02','2025-11-14 17:16:02','2025-11-14 17:16:02'),
(5893,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Marcella.pdf','application/pdf','pdf',NULL,NULL,NULL,158511,NULL,NULL,NULL,'2025-11-14 17:16:53','2025-11-14 17:16:53','2025-11-14 17:16:53'),
(5899,9,13,1,'CCG_00503a_Nondiscrimination_Notice_MargatePark.pdf','application/pdf','pdf',NULL,NULL,NULL,158504,NULL,NULL,NULL,'2025-11-14 17:18:15','2025-11-14 17:18:15','2025-11-14 17:18:15'),
(5905,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Mercerville.pdf','application/pdf','pdf',NULL,NULL,NULL,158505,NULL,NULL,NULL,'2025-11-14 17:20:41','2025-11-14 17:20:41','2025-11-14 17:20:41'),
(5911,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Middlebury.pdf','application/pdf','pdf',NULL,NULL,NULL,158506,NULL,NULL,NULL,'2026-01-23 20:32:16','2025-11-14 17:21:30','2026-01-23 20:32:16'),
(5917,9,13,1,'CCG_00503a_Nondiscrimination_Notice_MilfordManor.pdf','application/pdf','pdf',NULL,NULL,NULL,158517,NULL,NULL,NULL,'2026-01-23 20:34:38','2025-11-14 17:24:32','2026-01-23 20:34:38'),
(5923,9,13,1,'CCG_00503a_Nondiscrimination_Notice_MultiMed.pdf','application/pdf','pdf',NULL,NULL,NULL,158519,NULL,NULL,NULL,'2025-11-14 17:26:04','2025-11-14 17:26:04','2025-11-14 17:26:04'),
(5929,9,13,1,'CCG_00503a_Nondiscrimination_Notice_OakRidge.pdf','application/pdf','pdf',NULL,NULL,NULL,158497,NULL,NULL,NULL,'2025-11-14 17:27:16','2025-11-14 17:27:16','2025-11-14 17:27:16'),
(5935,9,13,1,'CCG_00503a_Nondiscrimination_Notice_OceanGrove.pdf','application/pdf','pdf',NULL,NULL,NULL,158521,NULL,NULL,NULL,'2025-11-14 17:28:30','2025-11-14 17:28:30','2025-11-14 17:28:30'),
(5941,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Orange.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2025-11-14 17:29:45','2025-11-14 17:29:45','2025-11-14 17:29:45'),
(5947,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Prospect.pdf','application/pdf','pdf',NULL,NULL,NULL,158502,NULL,NULL,NULL,'2025-11-14 17:31:11','2025-11-14 17:31:11','2025-11-14 17:31:11'),
(5953,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Regent.pdf','application/pdf','pdf',NULL,NULL,NULL,158514,NULL,NULL,NULL,'2025-11-14 17:32:13','2025-11-14 17:32:13','2025-11-14 17:32:13'),
(5959,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Ridgewood.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2025-11-14 17:33:17','2025-11-14 17:33:17','2025-11-14 17:33:17'),
(5965,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Severna.pdf','application/pdf','pdf',NULL,NULL,NULL,158505,NULL,NULL,NULL,'2026-01-23 21:30:50','2025-11-14 17:45:07','2026-01-23 21:30:50'),
(5971,9,13,1,'CCG_00503a_Nondiscrimination_Notice_SheridanCommons.pdf','application/pdf','pdf',NULL,NULL,NULL,158516,NULL,NULL,NULL,'2025-11-14 17:46:23','2025-11-14 17:46:23','2025-11-14 17:46:23'),
(5977,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Shrewsbury.pdf','application/pdf','pdf',NULL,NULL,NULL,158506,NULL,NULL,NULL,'2025-11-14 17:47:39','2025-11-14 17:47:39','2025-11-14 17:47:39'),
(5982,9,13,1,'CCG_00503a_Nondiscrimination_Notice_SilverLake.pdf','application/pdf','pdf',NULL,NULL,NULL,158508,NULL,NULL,NULL,'2026-01-23 21:33:12','2025-11-14 17:48:40','2026-01-23 21:33:12'),
(5987,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Southpointe.pdf','application/pdf','pdf',NULL,NULL,NULL,158512,NULL,NULL,NULL,'2025-11-14 17:50:30','2025-11-14 17:50:30','2025-11-14 17:50:30'),
(5994,9,13,1,'CCG_00503a_Nondiscrimination_Notice_SilverSpring.pdf','application/pdf','pdf',NULL,NULL,NULL,158517,NULL,NULL,NULL,'2025-11-14 18:15:34','2025-11-14 18:15:34','2025-11-14 18:15:34'),
(6000,9,13,1,'CCG_00503a_Nondiscrimination_Notice_StVincents.pdf','application/pdf','pdf',NULL,NULL,NULL,158511,NULL,NULL,NULL,'2026-01-23 20:49:24','2025-11-14 18:16:36','2026-01-23 20:49:24'),
(6006,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Summit.pdf','application/pdf','pdf',NULL,NULL,NULL,158516,NULL,NULL,NULL,'2026-01-23 21:37:46','2025-11-14 18:17:47','2026-01-23 21:37:46'),
(6013,9,13,1,'CCG_00503a_Nondiscrimination_Notice_BLVD.pdf','application/pdf','pdf',NULL,NULL,NULL,158504,NULL,NULL,NULL,'2026-01-23 21:39:40','2025-11-14 18:18:51','2026-01-23 21:39:40'),
(6020,9,13,1,'CCG_00503a_Nondiscrimination_Notice_VictoriaCommons.pdf','application/pdf','pdf',NULL,NULL,NULL,158522,NULL,NULL,NULL,'2026-01-22 20:57:07','2025-11-14 18:19:39','2026-01-22 20:57:07'),
(6026,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Voorhees.pdf','application/pdf','pdf',NULL,NULL,NULL,158505,NULL,NULL,NULL,'2025-11-14 18:20:49','2025-11-14 18:20:49','2025-11-14 18:20:49'),
(6033,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Wayne.pdf','application/pdf','pdf',NULL,NULL,NULL,158508,NULL,NULL,NULL,'2026-01-23 20:44:47','2025-11-14 18:21:47','2026-01-23 20:44:47'),
(6039,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Wheaton.pdf','application/pdf','pdf',NULL,NULL,NULL,158504,NULL,NULL,NULL,'2025-11-14 18:22:44','2025-11-14 18:22:44','2025-11-14 18:22:44'),
(6045,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Whispering.pdf','application/pdf','pdf',NULL,NULL,NULL,158516,NULL,NULL,NULL,'2025-11-14 18:23:27','2025-11-14 18:23:27','2025-11-14 18:23:27'),
(6064,4,4,1,'Corsica-AD.jpg','image/jpeg','image',NULL,1080,1080,76921,NULL,NULL,NULL,'2025-11-17 14:59:26','2025-11-17 14:59:26','2025-11-17 14:59:26'),
(6065,4,4,1,'Corsica-Admin.jpg','image/jpeg','image',NULL,1080,1080,83495,NULL,NULL,NULL,'2025-11-17 14:59:26','2025-11-17 14:59:26','2025-11-17 14:59:26'),
(6074,4,4,1,'CourtHouse-AD.jpg','image/jpeg','image',NULL,1080,1080,136015,NULL,NULL,NULL,'2025-11-17 15:01:33','2025-11-17 15:01:33','2025-11-17 15:01:33'),
(6081,4,4,1,'Dawnview-Admin.jpg','image/jpeg','image',NULL,1080,1080,76772,NULL,NULL,NULL,'2025-11-17 15:03:36','2025-11-17 15:03:36','2025-11-17 15:03:36'),
(6082,4,4,1,'Dawnview-AD.jpg','image/jpeg','image',NULL,1080,1080,137022,NULL,NULL,NULL,'2025-11-17 15:03:43','2025-11-17 15:03:43','2025-11-17 15:03:43'),
(6090,4,4,1,'Fox-Hill-Admin.jpg','image/jpeg','image',NULL,1080,1080,86164,NULL,NULL,NULL,'2025-11-24 17:09:05','2025-11-17 15:08:28','2025-11-24 17:09:05'),
(6093,4,4,1,'FoxHill-AD.jpg','image/jpeg','image',NULL,1080,1080,142923,NULL,NULL,NULL,'2025-11-17 15:11:59','2025-11-17 15:11:59','2025-11-17 15:11:59'),
(6099,4,4,1,'Virginia-AD.jpg','image/jpeg','image',NULL,1080,1080,160839,NULL,NULL,NULL,'2025-11-17 15:16:07','2025-11-17 15:16:07','2025-11-17 15:16:07'),
(6105,4,4,1,'Glendale-AD.jpg','image/jpeg','image',NULL,1080,1080,88885,NULL,NULL,NULL,'2025-11-17 15:17:03','2025-11-17 15:17:03','2025-11-17 15:17:03'),
(6112,4,4,1,'Glendale-West-AD.jpg','image/jpeg','image',NULL,1080,1080,111454,NULL,NULL,NULL,'2025-11-17 15:34:14','2025-11-17 15:34:14','2025-11-17 15:34:14'),
(6128,4,4,1,'Groton-Admin.jpg','image/jpeg','image',NULL,1080,1080,79437,NULL,NULL,NULL,'2025-11-17 15:39:49','2025-11-17 15:39:49','2025-11-17 15:39:49'),
(6130,4,4,1,'Groton-AD.jpg','image/jpeg','image',NULL,1080,1080,137965,NULL,NULL,NULL,'2025-11-17 15:41:05','2025-11-17 15:41:05','2025-11-17 15:41:05'),
(6137,4,4,1,'Groton-RCH-AD.jpg','image/jpeg','image',NULL,1080,1080,73820,NULL,NULL,NULL,'2025-11-17 15:41:55','2025-11-17 15:41:55','2025-11-17 15:41:55'),
(6143,4,4,1,'Hagerstown-AD.jpg','image/jpeg','image',NULL,1080,1080,71838,NULL,NULL,NULL,'2025-11-17 15:42:34','2025-11-17 15:42:34','2025-11-17 15:42:34'),
(6156,4,4,1,'Harrington-Admin.jpg','image/jpeg','image',NULL,1080,1080,161411,NULL,NULL,NULL,'2025-11-17 15:57:47','2025-11-17 15:57:47','2025-11-17 15:57:47'),
(6165,4,4,1,'Heritage-AD.jpg','image/jpeg','image',NULL,1080,1080,86858,NULL,NULL,NULL,'2025-11-17 15:59:50','2025-11-17 15:59:50','2025-11-17 15:59:50'),
(6167,4,4,1,'Heritage-Admin.jpg','image/jpeg','image',NULL,1080,1080,128327,NULL,NULL,NULL,'2025-11-17 16:03:15','2025-11-17 16:03:15','2025-11-17 16:03:15'),
(6173,4,4,1,'Hillside-Admin.jpg','image/jpeg','image',NULL,1080,1080,166766,NULL,NULL,NULL,'2025-11-17 16:03:58','2025-11-17 16:03:58','2025-11-17 16:03:58'),
(6175,4,4,1,'Hillside-AD.jpg','image/jpeg','image',NULL,1080,1080,97703,NULL,NULL,NULL,'2025-11-17 16:04:11','2025-11-17 16:04:11','2025-11-17 16:04:11'),
(6183,4,4,1,'Holmdel-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,123506,NULL,NULL,NULL,'2026-03-09 16:09:29','2025-11-17 16:07:56','2026-03-09 16:09:36'),
(6185,4,4,1,'Holmdel-AD.jpg','image/jpeg','image',NULL,1080,1080,95499,NULL,NULL,NULL,'2025-11-17 16:08:16','2025-11-17 16:08:16','2025-11-17 16:08:16'),
(6191,4,4,1,'Hyattsville-AD.jpg','image/jpeg','image',NULL,1080,1080,99934,NULL,NULL,NULL,'2025-11-17 16:12:47','2025-11-17 16:12:47','2025-11-17 16:12:47'),
(6214,4,4,1,'KHS-Admin.jpg','image/jpeg','image',NULL,1080,1080,65971,NULL,NULL,NULL,'2025-11-17 16:20:31','2025-11-17 16:20:31','2025-11-17 16:20:31'),
(6216,4,4,1,'KHS-AD.jpg','image/jpeg','image',NULL,1080,1080,79925,NULL,NULL,NULL,'2025-11-17 16:20:57','2025-11-17 16:20:57','2025-11-17 16:20:57'),
(6224,4,4,1,'LaPlata-AD.jpg','image/jpeg','image',NULL,1080,1080,149206,NULL,NULL,NULL,'2025-11-17 16:22:33','2025-11-17 16:22:33','2025-11-17 16:22:33'),
(6255,4,4,1,'Meriden-Admin.jpg','image/jpeg','image',NULL,1080,1080,89665,NULL,NULL,NULL,'2025-11-17 16:36:30','2025-11-17 16:36:30','2025-11-17 16:36:30'),
(6258,4,4,1,'Meriden-AD.jpg','image/jpeg','image',NULL,1080,1080,106378,NULL,NULL,NULL,'2025-11-17 16:36:52','2025-11-17 16:36:52','2025-11-17 16:36:52'),
(6265,4,4,1,'Middlebury-Admin.jpg','image/jpeg','image',NULL,1080,1080,74221,NULL,NULL,NULL,'2025-11-17 16:38:01','2025-11-17 16:38:01','2025-11-17 16:38:01'),
(6270,4,4,1,'Middlebury-AD.jpg','image/jpeg','image',NULL,1080,1080,124845,NULL,NULL,NULL,'2025-11-17 16:38:22','2025-11-17 16:38:22','2025-11-17 16:38:22'),
(6279,4,4,1,'Multi-Admin.jpg','image/jpeg','image',NULL,1080,1080,132222,NULL,NULL,NULL,'2025-11-17 16:41:23','2025-11-17 16:41:23','2025-11-17 16:41:23'),
(6281,4,4,1,'Multi-AD.jpg','image/jpeg','image',NULL,1080,1080,160323,NULL,NULL,NULL,'2025-11-17 16:41:32','2025-11-17 16:41:32','2025-11-17 16:41:32'),
(6287,4,4,1,'Nazareth-Admin.jpg','image/jpeg','image',NULL,1080,1080,87505,NULL,NULL,NULL,'2025-11-17 16:42:25','2025-11-17 16:42:25','2025-11-17 16:42:25'),
(6292,4,4,1,'OakRidge-Admin.jpg','image/jpeg','image',NULL,1080,1080,73983,NULL,NULL,NULL,'2025-11-17 16:43:43','2025-11-17 16:43:43','2025-11-17 16:43:43'),
(6294,4,4,1,'OakRidge-AD.jpg','image/jpeg','image',NULL,1080,1080,96505,NULL,NULL,NULL,'2025-11-17 16:44:01','2025-11-17 16:44:01','2025-11-17 16:44:01'),
(6330,4,4,1,'Severna-Admin.jpg','image/jpeg','image',NULL,1080,1080,92817,NULL,NULL,NULL,'2025-11-17 16:52:18','2025-11-17 16:52:18','2025-11-17 16:52:18'),
(6341,4,4,1,'Shorrock-Admin.jpg','image/jpeg','image',NULL,1080,1080,77846,NULL,NULL,NULL,'2025-11-17 16:54:57','2025-11-17 16:54:57','2025-11-17 16:54:57'),
(6343,4,4,1,'Shorrock-AD.jpg','image/jpeg','image',NULL,1080,1080,107350,NULL,NULL,NULL,'2025-11-17 16:55:03','2025-11-17 16:55:03','2025-11-17 16:55:03'),
(6363,4,4,1,'Victoria-Admin.jpg','image/jpeg','image',NULL,1080,1080,86112,NULL,NULL,NULL,'2025-11-17 16:58:08','2025-11-17 16:58:08','2025-11-17 16:58:08'),
(6422,2,2,1,'367A3413.jpg','image/jpeg','image',NULL,6728,4491,5462043,NULL,NULL,NULL,'2025-11-19 20:57:57','2025-11-19 20:57:58','2025-11-19 20:57:58'),
(6434,4,4,1,'Hyattsville-Admin.jpg','image/jpeg','image',NULL,1080,1080,309149,NULL,NULL,NULL,'2025-11-24 14:42:12','2025-11-24 14:42:12','2025-11-24 14:42:12'),
(6460,4,4,1,'BeyLeaAL-Admin.jpg','image/jpeg','image',NULL,1080,1080,103324,NULL,NULL,NULL,'2026-03-09 16:12:14','2025-12-01 19:39:53','2026-03-09 16:12:14'),
(6519,3,3,1,'Bayshore.doc','application/msword','word',NULL,NULL,NULL,3957248,NULL,NULL,NULL,'2025-12-12 18:18:33','2025-12-12 18:18:33','2025-12-12 18:18:33'),
(6525,3,3,1,'Floor-plan-Mayfair-and-Chelsea.pdf','application/pdf','pdf',NULL,NULL,NULL,317599,NULL,NULL,NULL,'2025-12-12 18:45:11','2025-12-12 18:45:11','2025-12-12 18:45:11'),
(6526,3,3,1,'Holmdel-December2025-Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,2162299,NULL,NULL,NULL,'2025-12-12 18:45:39','2025-12-12 18:45:39','2025-12-12 18:45:39'),
(6527,2,2,1,'STS_0013.jpg','image/jpeg','image',NULL,5040,3360,3970415,NULL,NULL,NULL,'2025-12-12 18:47:11','2025-12-12 18:47:11','2025-12-12 18:47:11'),
(6528,2,2,1,'STS_0020.jpg','image/jpeg','image',NULL,5040,3360,3961803,NULL,NULL,NULL,'2025-12-12 18:47:13','2025-12-12 18:47:13','2025-12-12 18:47:13'),
(6529,2,2,1,'STS_0085.jpg','image/jpeg','image',NULL,6720,4480,9165144,NULL,NULL,NULL,'2025-12-12 18:47:16','2025-12-12 18:47:16','2025-12-12 18:47:16'),
(6530,2,2,1,'Exterior_2025-12-12-184908_qmng.jpg','image/jpeg','image',NULL,6665,4480,7678058,'0.3464;0.4343',NULL,NULL,'2025-12-12 18:49:09','2025-12-12 18:49:09','2026-01-14 16:57:15'),
(6533,2,2,1,'STS_0127.jpg','image/jpeg','image',NULL,6515,4483,8581705,NULL,NULL,NULL,'2025-12-12 18:49:58','2025-12-12 18:49:59','2025-12-12 18:49:59'),
(6542,3,3,1,'Annapolis.doc','application/msword','word',NULL,NULL,NULL,2724864,NULL,NULL,NULL,'2025-12-15 18:42:42','2025-12-15 18:42:42','2025-12-15 18:42:42'),
(6548,6,8,1,'CMS_5-Star-Overall.png','image/png','image',NULL,2160,2164,696318,NULL,NULL,NULL,'2025-12-15 19:55:28','2025-12-15 19:55:28','2025-12-15 19:55:28'),
(6557,3,3,1,'Boulevard_December2025.doc','application/msword','word',NULL,NULL,NULL,398848,NULL,NULL,NULL,'2025-12-16 14:42:20','2025-12-16 14:42:20','2025-12-16 14:42:20'),
(6598,2,2,1,'Chestnut-Hill-Residences-Exterior.jpg','image/jpeg','image',NULL,7800,5200,12216826,NULL,NULL,NULL,'2025-12-16 15:02:23','2025-12-16 15:02:23','2025-12-16 15:02:23'),
(6600,2,2,1,'20240813-Chestnut-Hill-Photos-09.jpg','image/jpeg','image',NULL,7800,5200,14997871,NULL,NULL,NULL,'2025-12-16 15:04:45','2025-12-16 15:04:45','2025-12-16 15:04:45'),
(6601,2,2,1,'20240813-Chestnut-Hill-Photos-11.jpg','image/jpeg','image',NULL,6600,4400,15174338,NULL,NULL,NULL,'2025-12-16 15:04:51','2025-12-16 15:04:51','2025-12-16 15:04:51'),
(6602,3,3,1,'Chestnut-Hill-ALF.pdf','application/pdf','pdf',NULL,NULL,NULL,1746668,NULL,NULL,NULL,'2025-12-16 15:07:32','2025-12-16 15:07:32','2025-12-16 15:07:32'),
(6608,4,4,1,'ChestnutRes-Admin.png','image/png','image',NULL,1080,1080,1063664,NULL,NULL,NULL,'2025-12-16 15:16:02','2025-12-16 15:16:02','2025-12-16 15:16:02'),
(6614,4,4,1,'Brakeley-Admin.png','image/png','image',NULL,1080,1080,930826,NULL,NULL,NULL,'2025-12-16 15:22:37','2025-12-16 15:22:37','2025-12-16 15:22:37'),
(6620,3,3,1,'Barn-Hill-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,948091,NULL,NULL,NULL,'2026-03-05 20:09:25','2025-12-16 15:25:36','2026-03-05 20:09:25'),
(6629,4,4,1,'BarnHill-Admin.png','image/png','image',NULL,1080,1080,1019715,NULL,NULL,NULL,'2025-12-16 15:26:50','2025-12-16 15:26:50','2025-12-16 15:26:50'),
(6635,2,2,1,'367A0020.jpg','image/jpeg','image',NULL,6720,4480,15270710,NULL,NULL,NULL,'2025-12-16 15:30:17','2025-12-16 15:30:17','2025-12-16 15:30:17'),
(6636,2,2,1,'367A0034.jpg','image/jpeg','image',NULL,6720,4480,16349497,NULL,NULL,NULL,'2025-12-16 15:30:24','2025-12-16 15:30:25','2025-12-16 15:30:25'),
(6637,2,2,1,'367A0043.jpg','image/jpeg','image',NULL,6722,4480,5875903,NULL,NULL,NULL,'2025-12-16 15:30:28','2025-12-16 15:30:28','2025-12-16 15:30:28'),
(6638,2,2,1,'367A0052.jpg','image/jpeg','image',NULL,6720,4480,7074932,NULL,NULL,NULL,'2025-12-16 15:30:32','2025-12-16 15:30:33','2025-12-16 15:30:33'),
(6639,2,2,1,'367A9976.jpg','image/jpeg','image',NULL,6720,4480,16439021,NULL,NULL,NULL,'2025-12-16 15:30:40','2025-12-16 15:30:40','2025-12-16 15:30:40'),
(6640,2,2,1,'367A9985.jpg','image/jpeg','image',NULL,6720,4480,15086641,NULL,NULL,NULL,'2025-12-16 15:30:46','2025-12-16 15:30:46','2025-12-16 15:30:46'),
(6641,3,3,1,'Groton_RCH_December2025.pdf','application/pdf','pdf',NULL,NULL,NULL,312320,NULL,NULL,NULL,'2025-12-16 15:30:56','2025-12-16 15:30:56','2025-12-16 15:30:56'),
(6659,2,2,1,'367A9932.jpg','image/jpeg','image',NULL,6720,4480,15769452,NULL,NULL,NULL,'2025-12-16 15:34:40','2025-12-16 15:34:40','2025-12-16 15:34:40'),
(6680,2,2,1,'367A9927.jpg','image/jpeg','image',NULL,6720,4480,16032970,NULL,NULL,NULL,'2025-12-16 15:39:21','2025-12-16 15:39:21','2025-12-16 15:39:21'),
(6681,2,2,1,'367A9939.jpg','image/jpeg','image',NULL,6720,4480,16367230,NULL,NULL,NULL,'2025-12-16 15:39:33','2025-12-16 15:39:33','2025-12-16 15:39:33'),
(6682,2,2,1,'367A9944.jpg','image/jpeg','image',NULL,6720,4480,15269625,NULL,NULL,NULL,'2025-12-16 15:39:39','2025-12-16 15:39:39','2025-12-16 15:39:39'),
(6683,2,2,1,'367A9972.jpg','image/jpeg','image',NULL,6720,4480,15509252,NULL,NULL,NULL,'2025-12-16 15:39:48','2025-12-16 15:39:48','2025-12-16 15:39:48'),
(6684,2,2,1,'367A9993.jpg','image/jpeg','image',NULL,6720,4480,14789734,NULL,NULL,NULL,'2025-12-16 15:39:55','2025-12-16 15:39:55','2025-12-16 15:39:55'),
(6685,3,3,1,'Groton_December2025.pdf','application/pdf','pdf',NULL,NULL,NULL,338796,NULL,NULL,NULL,'2025-12-16 15:40:17','2025-12-16 15:40:17','2025-12-16 15:40:17'),
(6741,2,2,1,'Corsica-Ext-1.jpg','image/jpeg','image',NULL,3600,2400,8065283,NULL,NULL,NULL,'2025-12-30 19:44:15','2025-12-30 19:44:15','2025-12-30 19:44:15'),
(6759,2,2,1,'Corsica-Dining-11.jpg','image/jpeg','image',NULL,3600,2400,6856950,NULL,NULL,NULL,'2025-12-30 19:48:07','2025-12-30 19:48:07','2025-12-30 19:48:07'),
(6760,2,2,1,'Corsica-Lobby4.jpg','image/jpeg','image',NULL,3600,2400,7658760,NULL,NULL,NULL,'2025-12-30 19:48:10','2025-12-30 19:48:10','2025-12-30 19:48:10'),
(6761,2,2,1,'Corsica-Memory-Care-Activities.jpg','image/jpeg','image',NULL,3600,2400,4531322,NULL,NULL,NULL,'2025-12-30 19:48:12','2025-12-30 19:48:12','2025-12-30 19:48:12'),
(6762,2,2,1,'Corsica-Patios-6.jpg','image/jpeg','image',NULL,3600,2400,6321521,NULL,NULL,NULL,'2025-12-30 19:48:15','2025-12-30 19:48:15','2025-12-30 19:48:15'),
(6763,2,2,1,'Corsica-Rehab-12.jpg','image/jpeg','image',NULL,3600,2400,6996198,NULL,NULL,NULL,'2025-12-30 19:48:18','2025-12-30 19:48:18','2025-12-30 19:48:18'),
(6764,2,2,1,'Corsica-Rooms-24.jpg','image/jpeg','image',NULL,3600,2400,8848976,NULL,NULL,NULL,'2025-12-30 19:48:29','2025-12-30 19:48:29','2025-12-30 19:48:29'),
(6765,2,2,1,'Corsica-Salon-23.jpg','image/jpeg','image',NULL,3600,2400,5452615,NULL,NULL,NULL,'2025-12-30 19:48:32','2025-12-30 19:48:32','2025-12-30 19:48:32'),
(6766,2,2,1,'Corsica-STR-sitting-room.jpg','image/jpeg','image',NULL,3600,2400,6280427,NULL,NULL,NULL,'2025-12-30 19:48:36','2025-12-30 19:48:36','2025-12-30 19:48:36'),
(6767,3,3,1,'Corsica-Hills.pdf','application/pdf','pdf',NULL,NULL,NULL,1645939,NULL,0,0,'2025-12-30 20:04:54','2025-12-30 20:04:54','2025-12-30 20:04:54'),
(6772,2,2,1,'Fort-Ashby-Lobby-09.JPG','image/jpeg','image',NULL,3600,2400,1913844,NULL,NULL,NULL,'2025-12-30 20:54:09','2025-12-30 20:54:09','2025-12-30 20:54:09'),
(6792,2,2,1,'Fort-Ashby-Dining-12.JPG','image/jpeg','image',NULL,3600,2400,2499729,NULL,NULL,NULL,'2025-12-30 21:32:26','2025-12-30 21:32:26','2025-12-30 21:32:26'),
(6793,2,2,1,'Fort-Ashby-Exterior02.JPG','image/jpeg','image',NULL,3600,2400,3334366,NULL,NULL,NULL,'2025-12-30 21:32:27','2025-12-30 21:32:28','2025-12-30 21:32:28'),
(6794,2,2,1,'Fort-Ashby-Lounge-13.JPG','image/jpeg','image',NULL,3600,2400,2776228,NULL,NULL,NULL,'2025-12-30 21:32:29','2025-12-30 21:32:29','2025-12-30 21:32:29'),
(6795,2,2,1,'Fort-Ashby-rehab-10.JPG','image/jpeg','image',NULL,3600,2400,1909477,NULL,NULL,NULL,'2025-12-30 21:32:31','2025-12-30 21:32:31','2025-12-30 21:32:31'),
(6796,2,2,1,'Fort-Ashby-Room-11.JPG','image/jpeg','image',NULL,3600,2400,1836575,NULL,NULL,NULL,'2025-12-30 21:32:33','2025-12-30 21:32:33','2025-12-30 21:32:33'),
(6797,3,3,1,'Dawnview.doc','application/msword','word',NULL,NULL,NULL,766976,NULL,NULL,NULL,'2025-12-30 21:39:01','2025-12-30 21:39:01','2025-12-30 21:39:01'),
(6814,3,3,1,'Madison.pdf','application/pdf','pdf',NULL,NULL,NULL,1188823,NULL,NULL,NULL,'2026-03-04 19:50:20','2026-01-02 20:01:59','2026-03-04 19:50:20'),
(6820,3,3,1,'Orange-Park-March.pdf','application/pdf','pdf',NULL,NULL,NULL,197401,NULL,NULL,NULL,'2026-03-04 19:57:16','2026-01-02 20:05:05','2026-03-04 19:57:16'),
(6844,3,3,1,'Meriden-March.pdf','application/pdf','pdf',NULL,NULL,NULL,4736812,NULL,NULL,NULL,'2026-03-04 20:17:12','2026-01-02 20:17:20','2026-03-04 20:17:12'),
(6852,3,3,1,'Dawnview_January2026.pdf','application/pdf','pdf',NULL,NULL,NULL,501338,NULL,NULL,NULL,'2026-01-02 20:22:08','2026-01-02 20:22:08','2026-01-02 20:22:08'),
(6860,3,3,1,'Hillside-March.pdf','application/pdf','pdf',NULL,NULL,NULL,325329,NULL,NULL,NULL,'2026-03-04 20:45:13','2026-01-02 20:26:44','2026-03-04 20:45:13'),
(6864,3,3,1,'Hillside-2_2026-01-02-202801_wfsj.pdf','application/pdf','pdf',NULL,NULL,NULL,593827,NULL,NULL,NULL,'2026-01-02 20:28:01','2026-01-02 20:28:01','2026-01-02 20:28:01'),
(6867,3,3,1,'LaPlata-March.pdf','application/pdf','pdf',NULL,NULL,NULL,514767,NULL,NULL,NULL,'2026-03-04 20:46:11','2026-01-02 20:30:05','2026-03-04 20:46:11'),
(6872,3,3,1,'Multi-Medical-March.pdf','application/pdf','pdf',NULL,NULL,NULL,1632488,NULL,NULL,NULL,'2026-03-04 20:46:50','2026-01-02 20:31:54','2026-03-04 20:46:51'),
(6882,3,3,1,'Springbrook_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,2507079,NULL,NULL,NULL,'2026-03-04 20:48:21','2026-01-02 20:38:22','2026-03-04 20:48:21'),
(6919,3,3,1,'Arbors-January2026Calendar_2026-01-02-205430_dbyg.pdf','application/pdf','pdf',NULL,NULL,NULL,12308983,NULL,NULL,NULL,'2026-01-02 20:54:30','2026-01-02 20:54:30','2026-01-02 20:54:30'),
(6922,3,3,1,'Glendale-West.pdf','application/pdf','pdf',NULL,NULL,NULL,528460,NULL,NULL,NULL,'2026-01-02 20:58:21','2026-01-02 20:58:21','2026-01-02 20:58:21'),
(6925,3,3,1,'HalesCorners.pdf','application/pdf','pdf',NULL,NULL,NULL,1005519,NULL,NULL,NULL,'2026-03-05 20:43:30','2026-01-02 20:59:12','2026-03-05 20:43:30'),
(6927,3,3,1,'Kensington.pdf','application/pdf','pdf',NULL,NULL,NULL,584447,NULL,NULL,NULL,'2026-03-05 20:43:58','2026-01-02 20:59:30','2026-03-05 20:43:58'),
(6931,3,3,1,'Manitowoc.pdf','application/pdf','pdf',NULL,NULL,NULL,1684214,NULL,NULL,NULL,'2026-03-05 20:44:27','2026-01-02 21:01:04','2026-03-05 20:44:27'),
(6949,4,4,1,'BeyLeaSNF-Admin.jpg','image/jpeg','image',NULL,1080,1080,66291,NULL,0,0,'2026-01-05 16:45:54','2026-01-05 16:45:54','2026-01-05 16:45:54'),
(6954,4,4,1,'Annapolis-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,106745,NULL,NULL,NULL,'2026-01-05 17:02:02','2026-01-05 17:02:02','2026-01-05 17:02:02'),
(6964,4,4,1,'Bayshore-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,98357,NULL,NULL,NULL,'2026-01-05 17:07:45','2026-01-05 17:07:45','2026-01-05 17:07:45'),
(6971,4,4,1,'Berkshire-Admin.jpg','image/jpeg','image',NULL,1080,1080,69526,NULL,NULL,NULL,'2026-01-05 17:12:18','2026-01-05 17:12:18','2026-01-05 17:12:18'),
(6986,4,4,1,'CourtHouse-Admin.jpg','image/jpeg','image',NULL,1080,1080,236270,NULL,NULL,NULL,'2026-01-05 17:22:05','2026-01-05 17:22:05','2026-01-05 17:22:05'),
(6991,4,4,1,'CourtHouse-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,236061,NULL,NULL,NULL,'2026-01-05 17:23:13','2026-01-05 17:23:13','2026-01-05 17:23:13'),
(7013,4,4,1,'FairLawn-Admin.jpg','image/jpeg','image',NULL,1080,1080,100289,NULL,NULL,NULL,'2026-01-05 17:57:56','2026-01-05 17:57:56','2026-01-05 17:57:56'),
(7020,4,4,1,'GlendaleCT-Admin.jpg','image/jpeg','image',NULL,1080,1080,112763,NULL,NULL,NULL,'2026-01-05 18:17:20','2026-01-05 18:17:20','2026-01-05 18:17:20'),
(7038,4,4,1,'Hagerstown-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,103689,NULL,NULL,NULL,'2026-01-05 18:27:22','2026-01-05 18:27:22','2026-01-05 18:27:22'),
(7042,4,4,1,'HamiltonPlaza-Admin.jpg','image/jpeg','image',NULL,1080,1080,77584,NULL,NULL,NULL,'2026-01-05 18:30:08','2026-01-05 18:30:08','2026-01-05 18:30:08'),
(7068,4,4,1,'Laurelton-Admin.jpg','image/jpeg','image',NULL,1080,1080,92809,NULL,0,0,'2026-03-09 15:30:42','2026-01-05 18:50:49','2026-03-09 15:30:48'),
(7084,4,4,1,'Monmouth-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,73961,NULL,NULL,NULL,'2026-03-09 15:54:34','2026-01-05 21:12:20','2026-03-09 15:54:34'),
(7096,4,4,1,'Plainfield-Admin.jpg','image/jpeg','image',NULL,1080,1080,56052,NULL,NULL,NULL,'2026-01-05 21:18:57','2026-01-05 21:18:57','2026-01-05 21:18:57'),
(7126,4,4,1,'Margate-AD.jpg','image/jpeg','image',NULL,1080,1080,91098,NULL,NULL,NULL,'2026-01-06 16:51:24','2026-01-06 16:45:12','2026-01-06 16:51:24'),
(7140,4,4,1,'Margate-Admin.jpg','image/jpeg','image',NULL,1080,1080,96190,NULL,NULL,NULL,'2026-01-06 19:04:55','2026-01-06 19:04:55','2026-01-06 19:04:55'),
(7151,4,4,1,'FoxHill-AD-1.jpg','image/jpeg','image',NULL,1080,1080,316137,NULL,NULL,NULL,'2026-01-06 20:42:45','2026-01-06 20:42:45','2026-01-06 20:42:45'),
(7288,3,3,1,'Bayshore.docx','application/vnd.openxmlformats-officedocument.wordprocessingml.document','word',NULL,NULL,NULL,4045016,NULL,NULL,NULL,'2026-01-07 20:15:25','2026-01-07 20:15:25','2026-01-07 20:15:25'),
(7291,4,4,1,'Voorhees-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,154070,NULL,NULL,NULL,'2026-03-09 15:59:14','2026-01-07 20:56:48','2026-03-09 15:59:14'),
(7299,4,4,1,'GlendaleWest-AD.jpg','image/jpeg','image',NULL,1080,1080,59207,NULL,NULL,NULL,'2026-01-07 21:05:18','2026-01-07 21:05:18','2026-01-07 21:05:18'),
(7307,4,4,1,'HolidayCity-Admin.jpg','image/jpeg','image',NULL,1080,1080,299643,NULL,NULL,NULL,'2026-01-07 21:22:46','2026-01-07 21:22:46','2026-01-07 21:22:46'),
(7310,4,4,1,'OceanGrove-Admin.jpg','image/jpeg','image',NULL,1080,1080,73094,NULL,NULL,NULL,'2026-01-07 21:24:59','2026-01-07 21:24:59','2026-01-07 21:24:59'),
(7314,4,4,1,'Shrewsbury-Admin.jpg','image/jpeg','image',NULL,1080,1080,305881,NULL,NULL,NULL,'2026-01-07 21:36:38','2026-01-07 21:36:38','2026-01-07 21:36:38'),
(7320,4,4,1,'Wall-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,89274,NULL,NULL,NULL,'2026-03-09 16:02:28','2026-01-07 21:50:14','2026-03-09 16:02:28'),
(7324,4,4,1,'ParkPlace-Admin.jpg','image/jpeg','image',NULL,1080,1080,69889,NULL,NULL,NULL,'2026-01-07 21:52:59','2026-01-07 21:52:59','2026-01-07 21:52:59'),
(7328,4,4,1,'WestCaldwell-Admin.jpg','image/jpeg','image',NULL,1080,1080,93015,NULL,NULL,NULL,'2026-01-07 21:58:01','2026-01-07 21:58:01','2026-01-07 21:58:01'),
(7356,4,4,1,'Jefferson-Admin.jpg','image/jpeg','image',NULL,1080,1080,165956,NULL,NULL,NULL,'2026-01-08 16:02:28','2026-01-08 16:02:28','2026-01-08 16:02:28'),
(7359,4,4,1,'Jefferson-AD.jpg','image/jpeg','image',NULL,1080,1080,203438,NULL,NULL,NULL,'2026-01-08 16:18:06','2026-01-08 16:18:06','2026-01-08 16:18:06'),
(7365,4,4,1,'Harston-AD.jpg','image/jpeg','image',NULL,1080,1080,139615,NULL,NULL,NULL,'2026-01-08 17:57:47','2026-01-08 17:57:47','2026-01-08 17:57:47'),
(7700,2,2,1,'1351-Old-Freehold-Rd-07202023_011725-1.jpg','image/jpeg','image',NULL,5593,3413,1782261,NULL,NULL,NULL,'2026-01-12 19:48:07','2026-01-12 19:48:07','2026-01-12 19:48:07'),
(7707,2,2,1,'STS_016216-1.jpg','image/jpeg','image',NULL,6422,4480,7656086,'0.5026;0.4381',NULL,NULL,'2026-01-12 19:52:47','2026-01-12 19:52:48','2026-01-12 19:53:46'),
(7722,2,2,1,'sts_0190-sts_019420.jpg','image/jpeg','image',NULL,6720,4480,16591314,NULL,NULL,NULL,'2026-01-12 19:57:31','2026-01-12 19:57:31','2026-01-12 19:57:31'),
(7732,3,3,1,'Maple-Grove-January.pdf','application/pdf','pdf',NULL,NULL,NULL,1022253,NULL,NULL,NULL,'2026-01-12 20:13:44','2026-01-12 20:13:45','2026-01-12 20:13:45'),
(7739,2,2,1,'DSC09295-Edit.jpg','image/jpeg','image',NULL,6000,4000,9345151,NULL,NULL,NULL,'2026-01-12 20:51:48','2026-01-12 20:51:48','2026-01-12 20:51:48'),
(7740,2,2,1,'DSC09301-Edit.jpg','image/jpeg','image',NULL,6000,4000,8975231,NULL,NULL,NULL,'2026-01-12 20:51:52','2026-01-12 20:51:52','2026-01-12 20:51:52'),
(7741,2,2,1,'DSC09284-Edit-1.jpg','image/jpeg','image',NULL,5308,4000,8687353,NULL,NULL,NULL,'2026-01-12 20:52:33','2026-01-12 20:52:34','2026-01-12 20:52:34'),
(7772,2,2,1,'LARGE-RES_03.jpg','image/jpeg','image',NULL,4935,3349,1579264,NULL,NULL,NULL,'2026-01-13 16:00:18','2026-01-13 16:00:18','2026-01-13 16:00:18'),
(7778,2,2,1,'DSC00072-HDR.jpg','image/jpeg','image',NULL,5970,3980,9606325,NULL,NULL,NULL,'2026-01-13 16:07:41','2026-01-13 16:07:41','2026-01-13 16:07:41'),
(7779,2,2,1,'DSC00088-Edit.jpg','image/jpeg','image',NULL,5893,3929,7717830,NULL,NULL,NULL,'2026-01-13 16:07:44','2026-01-13 16:07:44','2026-01-13 16:07:44'),
(7780,2,2,1,'DSC00092.jpg','image/jpeg','image',NULL,6000,4000,9469630,NULL,NULL,NULL,'2026-01-13 16:07:48','2026-01-13 16:07:48','2026-01-13 16:07:48'),
(7781,2,2,1,'DSC00163-Edit.jpg','image/jpeg','image',NULL,6000,4000,8137789,NULL,NULL,NULL,'2026-01-13 16:07:51','2026-01-13 16:07:51','2026-01-13 16:07:51'),
(7782,2,2,1,'DSC00168-Edit.jpg','image/jpeg','image',NULL,6000,4000,8765863,NULL,NULL,NULL,'2026-01-13 16:07:55','2026-01-13 16:07:56','2026-01-13 16:07:56'),
(7783,2,2,1,'DSC00171-Edit.jpg','image/jpeg','image',NULL,6000,4000,6117596,NULL,NULL,NULL,'2026-01-13 16:07:58','2026-01-13 16:07:58','2026-01-13 16:07:58'),
(7784,2,2,1,'DSC00264-Edit.jpg','image/jpeg','image',NULL,6000,4000,6940371,NULL,NULL,NULL,'2026-01-13 16:08:02','2026-01-13 16:08:02','2026-01-13 16:08:02'),
(7785,2,2,1,'DSC00297-Edit.jpg','image/jpeg','image',NULL,6000,4000,7574082,NULL,NULL,NULL,'2026-01-13 16:08:05','2026-01-13 16:08:05','2026-01-13 16:08:05'),
(7791,2,2,1,'Green-Acres-Lobby.jpg','image/jpeg','image',NULL,5869,4016,6703721,'0.5328;0.4407',NULL,NULL,'2026-01-13 16:11:20','2026-01-13 16:11:20','2026-01-13 16:11:40'),
(7818,7,9,1,'Residential-Care.png','image/png','image',NULL,1800,1800,93895,NULL,NULL,NULL,'2026-01-13 19:03:11','2026-01-13 19:03:11','2026-01-13 19:03:11'),
(7826,2,2,1,'Green-Acres-Dining.jpg','image/jpeg','image',NULL,5713,4016,6211491,NULL,NULL,NULL,'2026-01-13 20:01:47','2026-01-13 20:01:47','2026-01-13 20:01:47'),
(7827,2,2,1,'Green-Acres-Gym-2.jpg','image/jpeg','image',NULL,6016,4016,15965949,NULL,NULL,NULL,'2026-01-13 20:01:53','2026-01-13 20:01:53','2026-01-13 20:01:53'),
(7828,2,2,1,'Green-Acres-Gym.jpg','image/jpeg','image',NULL,5880,4016,6211677,NULL,NULL,NULL,'2026-01-13 20:01:55','2026-01-13 20:01:55','2026-01-13 20:01:55'),
(7829,2,2,1,'Green-Acres-Lobby-2.jpg','image/jpeg','image',NULL,5712,4016,7621604,NULL,NULL,NULL,'2026-01-13 20:01:59','2026-01-13 20:01:59','2026-01-13 20:01:59'),
(7830,2,2,1,'Green-Acres-Common-Room.jpg','image/jpeg','image',NULL,6016,4016,13369720,NULL,NULL,NULL,'2026-01-13 20:02:33','2026-01-13 20:02:34','2026-01-13 20:02:34'),
(7831,2,2,1,'Green-Acres-Double-Room.jpg','image/jpeg','image',NULL,5674,4002,12276857,NULL,NULL,NULL,'2026-01-13 20:02:37','2026-01-13 20:02:37','2026-01-13 20:02:37'),
(7832,2,2,1,'Green-Acres-Hall.jpg','image/jpeg','image',NULL,6016,4016,9088892,NULL,NULL,NULL,'2026-01-13 20:02:41','2026-01-13 20:02:41','2026-01-13 20:02:41'),
(7833,2,2,1,'Green-Acres-Room-Remodeled.jpg','image/jpeg','image',NULL,6016,4016,14224511,NULL,NULL,NULL,'2026-01-13 20:02:46','2026-01-13 20:02:47','2026-01-13 20:02:47'),
(7838,2,2,1,'Holiday-City-Exterior.jpg','image/jpeg','image',NULL,5008,3336,13163803,NULL,NULL,NULL,'2026-01-13 20:09:11','2026-01-13 20:09:12','2026-01-13 20:09:12'),
(7839,2,2,1,'Holiday-City-Hallway.jpg','image/jpeg','image',NULL,6016,4016,9803124,NULL,NULL,NULL,'2026-01-13 20:09:17','2026-01-13 20:09:17','2026-01-13 20:09:17'),
(7840,2,2,1,'Holiday-City-Room.jpg','image/jpeg','image',NULL,6016,4016,13546420,NULL,NULL,NULL,'2026-01-13 20:09:21','2026-01-13 20:09:21','2026-01-13 20:09:21'),
(7841,2,2,1,'Holiday-City-Rehab-Bed.jpg','image/jpeg','image',NULL,6614,4487,6798631,NULL,NULL,NULL,'2026-01-13 20:12:36','2026-01-13 20:12:36','2026-01-13 20:12:36'),
(7842,2,2,1,'Holiday-City-Rehab-Gym.jpg','image/jpeg','image',NULL,6468,4480,7097856,NULL,NULL,NULL,'2026-01-13 20:12:39','2026-01-13 20:12:39','2026-01-13 20:12:39'),
(7847,2,2,1,'Kresson-Common-Area.jpg','image/jpeg','image',NULL,6000,4000,10623706,'0.3839;0.5568',NULL,NULL,'2026-01-13 20:21:37','2026-01-13 20:21:37','2026-01-13 20:21:57'),
(7850,2,2,1,'Kresson-Common-Area_2026-01-13-202245_qpnh.jpg','image/jpeg','image',NULL,6000,4000,10623706,NULL,NULL,NULL,'2026-01-13 20:22:46','2026-01-13 20:22:46','2026-01-13 20:22:46'),
(7851,2,2,1,'Kresson-Common-Room.jpg','image/jpeg','image',NULL,6000,4000,6260184,NULL,NULL,NULL,'2026-01-13 20:22:49','2026-01-13 20:22:49','2026-01-13 20:22:49'),
(7852,2,2,1,'Kresson-Rehab-Gym.jpg','image/jpeg','image',NULL,6000,4000,7613670,NULL,NULL,NULL,'2026-01-13 20:22:52','2026-01-13 20:22:52','2026-01-13 20:22:52'),
(7853,2,2,1,'Kresson-Room.jpg','image/jpeg','image',NULL,6000,4000,11920658,NULL,NULL,NULL,'2026-01-13 20:22:57','2026-01-13 20:22:58','2026-01-13 20:22:58'),
(7858,2,2,1,'Laurelton-Bedroom.jpg','image/jpeg','image',NULL,5975,3989,10006395,NULL,NULL,NULL,'2026-01-13 20:38:44','2026-01-13 20:38:44','2026-01-13 20:38:44'),
(7859,2,2,1,'Laurelton-Dining-Room.jpg','image/jpeg','image',NULL,5921,3953,14511241,NULL,NULL,NULL,'2026-01-13 20:38:51','2026-01-13 20:38:51','2026-01-13 20:38:51'),
(7860,2,2,1,'Laurelton-Hall.jpg','image/jpeg','image',NULL,6016,4016,10733051,NULL,NULL,NULL,'2026-01-13 20:38:55','2026-01-13 20:38:55','2026-01-13 20:38:55'),
(7861,2,2,1,'Laurelton-Kitchen.jpg','image/jpeg','image',NULL,6016,4016,13937790,NULL,NULL,NULL,'2026-01-13 20:39:02','2026-01-13 20:39:02','2026-01-13 20:39:02'),
(7862,2,2,1,'Laurelton-Lobby_2026-01-13-203906_iztr.jpg','image/jpeg','image',NULL,6016,4016,10038581,'0.4924;0.4306',NULL,NULL,'2026-01-13 20:39:07','2026-01-13 20:39:08','2026-01-13 20:42:41'),
(7863,2,2,1,'Laurelton-Rehab-Gym.jpg','image/jpeg','image',NULL,6016,4016,9073768,NULL,NULL,NULL,'2026-01-13 20:39:11','2026-01-13 20:39:11','2026-01-13 20:39:11'),
(7864,2,2,1,'Laurelton-resident-room2-Treiger.jpg','image/jpeg','image',NULL,6720,4480,14180957,NULL,NULL,NULL,'2026-01-13 20:41:16','2026-01-13 20:41:16','2026-01-13 20:41:16'),
(7868,2,2,1,'Marcella-Activity-Room.jpg','image/jpeg','image',NULL,6000,4000,14445691,NULL,NULL,NULL,'2026-01-13 20:48:49','2026-01-13 20:48:50','2026-01-13 20:48:50'),
(7869,2,2,1,'Marcella-Bedroom.jpg','image/jpeg','image',NULL,6000,4000,9653527,NULL,NULL,NULL,'2026-01-13 20:48:54','2026-01-13 20:48:54','2026-01-13 20:48:54'),
(7870,2,2,1,'Marcella-Exterior-2.jpg','image/jpeg','image',NULL,7825,5869,12211446,NULL,NULL,NULL,'2026-01-13 20:48:58','2026-01-13 20:48:58','2026-01-13 20:48:58'),
(7871,2,2,1,'Marcella-Exterior.jpg','image/jpeg','image',NULL,6000,4000,10699950,NULL,NULL,NULL,'2026-01-13 20:49:04','2026-01-13 20:49:04','2026-01-13 20:49:04'),
(7872,2,2,1,'Marcella-Gazebo.jpg','image/jpeg','image',NULL,5731,3897,7480499,NULL,NULL,NULL,'2026-01-13 20:49:07','2026-01-13 20:49:07','2026-01-13 20:49:07'),
(7873,2,2,1,'Marcella-Hallway.jpg','image/jpeg','image',NULL,6000,4000,14930154,NULL,NULL,NULL,'2026-01-13 20:49:14','2026-01-13 20:49:14','2026-01-13 20:49:14'),
(7874,2,2,1,'Marcella-Rehab-Gym.jpg','image/jpeg','image',NULL,6000,4000,12838470,NULL,NULL,NULL,'2026-01-13 20:49:19','2026-01-13 20:49:19','2026-01-13 20:49:19'),
(7881,2,2,1,'Monmouth-Lobby.jpg','image/jpeg','image',NULL,5007,3340,3195440,'0.4242;0.4937',NULL,NULL,'2026-01-13 21:02:23','2026-01-13 21:02:23','2026-01-13 21:03:08'),
(7882,2,2,1,'Monmouth-Dining.jpg','image/jpeg','image',NULL,5003,3335,3519221,NULL,NULL,NULL,'2026-01-13 21:03:25','2026-01-13 21:03:25','2026-01-13 21:03:25'),
(7883,2,2,1,'Monmouth-Lobby-2.jpg','image/jpeg','image',NULL,5224,3521,4310831,NULL,NULL,NULL,'2026-01-13 21:03:27','2026-01-13 21:03:28','2026-01-13 21:03:28'),
(7884,2,2,1,'Monmouth-Rehab-Gym.jpg','image/jpeg','image',NULL,5005,3335,3783243,NULL,NULL,NULL,'2026-01-13 21:03:30','2026-01-13 21:03:30','2026-01-13 21:03:30'),
(7885,2,2,1,'Monmouth-Room-Storage.jpg','image/jpeg','image',NULL,6720,4480,6225780,NULL,NULL,NULL,'2026-01-13 21:03:33','2026-01-13 21:03:33','2026-01-13 21:03:33'),
(7886,2,2,1,'Monmouth-Room.jpg','image/jpeg','image',NULL,6720,4480,6390369,NULL,NULL,NULL,'2026-01-13 21:03:38','2026-01-13 21:03:38','2026-01-13 21:03:38'),
(7891,2,2,1,'Ocean-Grove-Exterior.jpg','image/jpeg','image',NULL,6236,4480,8538422,'0.3150;0.4407',NULL,NULL,'2026-01-13 21:13:28','2026-01-13 21:13:28','2026-01-13 21:15:53'),
(7892,2,2,1,'Ocean-Grove-Bedroom.jpg','image/jpeg','image',NULL,6720,4480,11877165,NULL,NULL,NULL,'2026-01-13 21:14:14','2026-01-13 21:14:15','2026-01-13 21:14:15'),
(7893,2,2,1,'Ocean-Grove-Dining.jpg','image/jpeg','image',NULL,6720,4480,13080930,NULL,NULL,NULL,'2026-01-13 21:14:19','2026-01-13 21:14:19','2026-01-13 21:14:19'),
(7894,2,2,1,'Ocean-Grove-Rehab-Gym.jpg','image/jpeg','image',NULL,6723,4481,16169620,NULL,NULL,NULL,'2026-01-13 21:14:26','2026-01-13 21:14:26','2026-01-13 21:14:26'),
(7901,2,2,1,'Ocean-Grove-Lobby.jpg','image/jpeg','image',NULL,6720,4480,15491192,NULL,NULL,NULL,'2026-01-13 21:17:22','2026-01-13 21:17:23','2026-01-13 21:17:23'),
(7908,2,2,1,'ShorrockGardens_Lobby_2026-01-13-212308_rkus.jpg','image/jpeg','image',NULL,6720,4480,17301770,NULL,NULL,NULL,'2026-01-13 21:23:08','2026-01-13 21:23:09','2026-01-13 21:23:09'),
(7909,2,2,1,'ShorrockGardens_RehabGym.jpg','image/jpeg','image',NULL,6720,4481,16498452,NULL,NULL,NULL,'2026-01-13 21:23:16','2026-01-13 21:23:17','2026-01-13 21:23:17'),
(7910,2,2,1,'ShorrockGardens_Room.jpg','image/jpeg','image',NULL,6720,4480,15331623,'0.5000;0.5859',NULL,NULL,'2026-01-13 21:23:26','2026-01-13 21:23:26','2026-01-13 21:25:45'),
(7911,2,2,1,'ShorrockGardens_Room2.jpg','image/jpeg','image',NULL,6723,4484,15332942,'0.5000;0.5328',NULL,NULL,'2026-01-13 21:23:33','2026-01-13 21:23:34','2026-01-13 21:26:21'),
(7920,2,2,1,'Shrewsbury-Rehab-Gym.jpg','image/jpeg','image',NULL,6720,4480,16051863,NULL,NULL,NULL,'2026-01-13 21:33:19','2026-01-13 21:33:19','2026-01-13 21:33:19'),
(7921,2,2,1,'Shrewsbury-Room-2.jpg','image/jpeg','image',NULL,6720,4480,13134677,NULL,NULL,NULL,'2026-01-13 21:33:24','2026-01-13 21:33:25','2026-01-13 21:33:25'),
(7922,2,2,1,'Shrewsbury-Room.jpg','image/jpeg','image',NULL,6720,4480,13124097,NULL,NULL,NULL,'2026-01-13 21:33:29','2026-01-13 21:33:30','2026-01-13 21:33:30'),
(7923,2,2,1,'Shrewsbury-Dining.jpg','image/jpeg','image',NULL,6607,4480,6014603,NULL,NULL,NULL,'2026-01-13 21:33:58','2026-01-13 21:33:58','2026-01-13 21:33:58'),
(7924,2,2,1,'Oasis-Common-Room.jpg','image/jpeg','image',NULL,6720,4480,16616096,NULL,NULL,NULL,'2026-01-13 21:37:48','2026-01-13 21:37:49','2026-01-13 21:37:49'),
(7925,2,2,1,'Oasis-Dining.jpg','image/jpeg','image',NULL,6720,4480,16312581,NULL,NULL,NULL,'2026-01-13 21:38:00','2026-01-13 21:38:00','2026-01-13 21:38:00'),
(7926,2,2,1,'Oasis-Lobby_2026-01-13-213805_ryjc.jpg','image/jpeg','image',NULL,6720,4480,14965855,NULL,NULL,NULL,'2026-01-13 21:38:06','2026-01-13 21:38:06','2026-01-13 21:38:06'),
(7927,2,2,1,'Oasis-Room.jpg','image/jpeg','image',NULL,6720,4480,14559229,NULL,NULL,NULL,'2026-01-13 21:38:15','2026-01-13 21:38:15','2026-01-13 21:38:15'),
(7928,2,2,1,'Oasis-Station.jpg','image/jpeg','image',NULL,6720,4480,17082593,NULL,NULL,NULL,'2026-01-13 21:38:21','2026-01-13 21:38:21','2026-01-13 21:38:21'),
(7937,2,2,1,'Victoria-Commons-Exterior.jpg','image/jpeg','image',NULL,6000,4000,12147029,'0.5480;0.3560',NULL,NULL,'2026-01-13 21:56:53','2026-01-13 21:56:53','2026-01-13 21:58:42'),
(7938,2,2,1,'Victoria-Commons-Common-Room.jpg','image/jpeg','image',NULL,6000,4000,8339887,NULL,NULL,NULL,'2026-01-13 21:57:12','2026-01-13 21:57:13','2026-01-13 21:57:13'),
(7939,2,2,1,'Victoria-Commons-Dining.jpg','image/jpeg','image',NULL,6000,4000,9041481,NULL,NULL,NULL,'2026-01-13 21:57:16','2026-01-13 21:57:16','2026-01-13 21:57:16'),
(7940,2,2,1,'Victoria-Commons-Hallway.jpg','image/jpeg','image',NULL,6000,4000,8851715,NULL,NULL,NULL,'2026-01-13 21:57:19','2026-01-13 21:57:19','2026-01-13 21:57:19'),
(7941,2,2,1,'Victoria-Commons-Social-Room.jpg','image/jpeg','image',NULL,6000,4000,12864997,NULL,NULL,NULL,'2026-01-13 21:57:26','2026-01-13 21:57:26','2026-01-13 21:57:26'),
(7950,2,2,1,'Voorhees-Courtyard.jpg','image/jpeg','image',NULL,6000,4000,3354213,NULL,NULL,NULL,'2026-01-13 22:04:24','2026-01-13 22:04:24','2026-01-13 22:04:24'),
(7951,2,2,1,'Voorhees-Dining.jpg','image/jpeg','image',NULL,5893,3929,881128,NULL,NULL,NULL,'2026-01-13 22:04:26','2026-01-13 22:04:26','2026-01-13 22:04:26'),
(7952,2,2,1,'Voorhees-Exterior.jpg','image/jpeg','image',NULL,7045,5284,7411808,NULL,NULL,NULL,'2026-01-13 22:04:32','2026-01-13 22:04:32','2026-01-13 22:04:32'),
(7953,2,2,1,'Voorhees-Hallway.jpg','image/jpeg','image',NULL,5847,3898,781969,NULL,NULL,NULL,'2026-01-13 22:04:33','2026-01-13 22:04:33','2026-01-13 22:04:33'),
(7954,2,2,1,'Voorhees-Rehab-Gym.jpg','image/jpeg','image',NULL,6000,4000,1111252,NULL,NULL,NULL,'2026-01-13 22:04:34','2026-01-13 22:04:35','2026-01-13 22:04:35'),
(7955,2,2,1,'Voorhees-Room-2.jpg','image/jpeg','image',NULL,6000,4000,792075,NULL,NULL,NULL,'2026-01-13 22:04:37','2026-01-13 22:04:37','2026-01-13 22:04:37'),
(7956,2,2,1,'Voorhees-Room.jpg','image/jpeg','image',NULL,6000,4000,844817,NULL,NULL,NULL,'2026-01-13 22:04:39','2026-01-13 22:04:39','2026-01-13 22:04:39'),
(7957,2,2,1,'Voorhees-Seating-Area.jpg','image/jpeg','image',NULL,5608,3739,1414950,NULL,NULL,NULL,'2026-01-13 22:04:40','2026-01-13 22:04:40','2026-01-13 22:04:40'),
(7998,2,2,1,'Bayshore-Entrance.jpg','image/jpeg','image',NULL,6720,4480,7792876,'0.4470;0.4659',NULL,NULL,'2026-01-14 16:21:15','2026-01-14 16:21:15','2026-01-14 16:21:57'),
(8017,2,2,1,'LARGE-RES_14.jpg','image/jpeg','image',NULL,4834,3359,986155,'0.5192;0.5274',NULL,NULL,'2026-01-14 16:27:54','2026-01-14 16:27:18','2026-01-14 16:28:27'),
(8024,2,2,1,'Cedar-Grove-Hall.jpg','image/jpeg','image',NULL,5040,3360,7061093,NULL,NULL,NULL,'2026-01-14 16:31:30','2026-01-14 16:31:30','2026-01-14 16:31:30'),
(8025,2,2,1,'Cedar-Grove-Lobby-2.jpg','image/jpeg','image',NULL,5044,3363,6020486,NULL,NULL,NULL,'2026-01-14 16:31:33','2026-01-14 16:31:33','2026-01-14 16:31:33'),
(8026,2,2,1,'Cedar-Grove-Rehab-Gym-2.jpg','image/jpeg','image',NULL,6720,4480,17104554,NULL,NULL,NULL,'2026-01-14 16:31:58','2026-01-14 16:31:59','2026-01-14 16:31:59'),
(8027,2,2,1,'Cedar-Grove-Rehab-Gym.jpg','image/jpeg','image',NULL,6720,4480,15203574,NULL,NULL,NULL,'2026-01-14 16:32:07','2026-01-14 16:32:08','2026-01-14 16:32:08'),
(8032,2,2,1,'Clark-Bedroom.jpg','image/jpeg','image',NULL,6720,4480,14820895,NULL,NULL,NULL,'2026-01-14 16:37:09','2026-01-14 16:37:09','2026-01-14 16:37:09'),
(8033,2,2,1,'Clark-Dining.jpg','image/jpeg','image',NULL,6601,4480,6203853,NULL,NULL,NULL,'2026-01-14 16:37:14','2026-01-14 16:37:14','2026-01-14 16:37:14'),
(8034,2,2,1,'Clark-Lobby_2026-01-14-163722_hdsq.jpg','image/jpeg','image',NULL,6720,4480,15934433,'0.4369;0.4988',NULL,NULL,'2026-01-14 16:37:23','2026-01-14 16:37:23','2026-01-14 16:42:48'),
(8035,2,2,1,'Clark-Rehab-Gym.jpg','image/jpeg','image',NULL,6720,4480,15637183,'0.5000;0.5000',NULL,NULL,'2026-01-14 16:37:29','2026-01-14 16:37:29','2026-01-16 01:26:46'),
(8036,2,2,1,'Clark-Room-2.jpg','image/jpeg','image',NULL,6720,4480,15240157,NULL,NULL,NULL,'2026-01-14 16:37:35','2026-01-14 16:37:35','2026-01-14 16:37:35'),
(8051,2,2,1,'Green-Knoll-Hallway.jpg','image/jpeg','image',NULL,3360,5040,7732745,NULL,NULL,NULL,'2026-01-14 16:46:40','2026-01-14 16:46:40','2026-01-14 16:46:40'),
(8052,2,2,1,'Green-Knoll-Lobby-2.jpg','image/jpeg','image',NULL,5040,3360,6917070,NULL,NULL,NULL,'2026-01-14 16:46:43','2026-01-14 16:46:43','2026-01-14 16:46:43'),
(8053,2,2,1,'Green-Knoll-Rehab-Gym.jpg','image/jpeg','image',NULL,5044,3360,8367795,NULL,NULL,NULL,'2026-01-14 16:46:46','2026-01-14 16:46:47','2026-01-14 16:46:47'),
(8054,2,2,1,'Green-Knoll-Room.jpg','image/jpeg','image',NULL,5044,3373,8007726,NULL,NULL,NULL,'2026-01-14 16:46:50','2026-01-14 16:46:51','2026-01-14 16:46:51'),
(8060,2,2,1,'Holmdel-Bedroom-Amenities.jpg','image/jpeg','image',NULL,5040,3360,3970415,NULL,NULL,NULL,'2026-01-14 16:53:49','2026-01-14 16:53:49','2026-01-14 16:53:49'),
(8061,2,2,1,'Holmdel-Bedroom.jpg','image/jpeg','image',NULL,5040,3360,3961803,NULL,NULL,NULL,'2026-01-14 16:53:53','2026-01-14 16:53:54','2026-01-14 16:53:54'),
(8062,2,2,1,'Holmdel-Common-Area.jpg','image/jpeg','image',NULL,6720,4480,9132190,'0.4983;0.5290',NULL,NULL,'2026-01-14 16:53:57','2026-01-14 16:53:57','2026-01-14 16:56:02'),
(8063,2,2,1,'Holmdel-Kitchen.jpg','image/jpeg','image',NULL,4480,6720,6068647,NULL,NULL,NULL,'2026-01-14 16:54:00','2026-01-14 16:54:00','2026-01-14 16:54:00'),
(8064,2,2,1,'Holmdel-Porch.jpg','image/jpeg','image',NULL,6515,4483,8581705,'0.4948;0.5656',NULL,NULL,'2026-01-14 16:54:06','2026-01-14 16:54:06','2026-01-14 16:55:48'),
(8079,2,2,1,'Madison-Bedroom.jpg','image/jpeg','image',NULL,5047,3365,5972296,NULL,NULL,NULL,'2026-01-14 17:01:57','2026-01-14 17:01:57','2026-01-14 17:01:57'),
(8080,2,2,1,'Madison-Rehab-Gym.jpg','image/jpeg','image',NULL,6720,4480,15262450,NULL,NULL,NULL,'2026-01-14 17:02:06','2026-01-14 17:02:06','2026-01-14 17:02:06'),
(8081,2,2,1,'Madison-Lobby-Wide-1.jpg','image/jpeg','image',NULL,6601,4480,8300343,'0.3827;0.4773',NULL,NULL,'2026-01-14 17:02:54','2026-01-14 17:02:54','2026-01-14 17:04:12'),
(8082,2,2,1,'Madison-Lobby-Zoom-1.jpg','image/jpeg','image',NULL,6438,4437,8144157,NULL,NULL,NULL,'2026-01-14 17:03:40','2026-01-14 17:03:40','2026-01-14 17:03:40'),
(8085,2,2,1,'Madison-Bedroom-2.jpg','image/jpeg','image',NULL,5037,3358,6075444,NULL,NULL,NULL,'2026-01-14 17:04:47','2026-01-14 17:04:47','2026-01-14 17:04:47'),
(8086,2,2,1,'Madison-Rehab-Gym_2026-01-14-170453_pywe.jpg','image/jpeg','image',NULL,6720,4480,15262450,NULL,NULL,NULL,'2026-01-14 17:04:54','2026-01-14 17:04:54','2026-01-14 17:04:54'),
(8087,2,2,1,'Madison-Dialysis.jpg','image/jpeg','image',NULL,5040,3360,6057564,NULL,NULL,NULL,'2026-01-14 17:05:02','2026-01-14 17:05:02','2026-01-14 17:05:02'),
(8092,2,2,1,'Mercerville-Common-Area.jpg','image/jpeg','image',NULL,6720,4480,15322614,'0.5824;0.5492',NULL,NULL,'2026-01-14 17:11:28','2026-01-14 17:11:28','2026-01-14 17:15:33'),
(8093,2,2,1,'Mercerville-Double-Room.jpg','image/jpeg','image',NULL,6720,4480,14512710,NULL,NULL,NULL,'2026-01-14 17:11:34','2026-01-14 17:11:34','2026-01-14 17:11:34'),
(8094,2,2,1,'Mercerville-Lobby-2.jpg','image/jpeg','image',NULL,6631,4465,6612268,'0.4992;0.5316',NULL,NULL,'2026-01-14 17:11:37','2026-01-14 17:11:37','2026-01-14 17:15:44'),
(8095,2,2,1,'Mercerville-Rehab-Gym.jpg','image/jpeg','image',NULL,6746,4498,15590833,NULL,NULL,NULL,'2026-01-14 17:11:46','2026-01-14 17:11:46','2026-01-14 17:11:46'),
(8104,2,2,1,'Orange-Park-Lobby_2026-01-14-173649_reeh.jpg','image/jpeg','image',NULL,6170,4480,7367195,'0.5642;0.5202',NULL,NULL,'2026-01-14 17:36:50','2026-01-14 17:36:50','2026-01-14 17:40:29'),
(8105,2,2,1,'Orange-Park-Dining.jpg','image/jpeg','image',NULL,6581,4480,6486808,'0.5026;0.5871',NULL,NULL,'2026-01-14 17:39:25','2026-01-14 17:39:25','2026-01-14 17:41:28'),
(8106,2,2,1,'Orange-Park-Rehab-Gym.jpg','image/jpeg','image',NULL,5040,3360,8488152,NULL,NULL,NULL,'2026-01-14 17:39:28','2026-01-14 17:39:28','2026-01-14 17:39:28'),
(8107,2,2,1,'Orange-Park-Room.jpg','image/jpeg','image',NULL,5040,3360,7334835,'0.4924;0.5619',NULL,NULL,'2026-01-14 17:39:30','2026-01-14 17:39:30','2026-01-14 17:41:18'),
(8108,2,2,1,'Orange-Park-Hallway.jpg','image/jpeg','image',NULL,6424,4459,7943823,'0.4982;0.5404',NULL,NULL,'2026-01-14 17:40:07','2026-01-14 17:40:07','2026-01-14 17:41:53'),
(8117,2,2,1,'Park-Place-Bedroom.jpg','image/jpeg','image',NULL,6720,4480,16377382,'0.4975;0.5404',NULL,NULL,'2026-01-14 17:49:48','2026-01-14 17:49:49','2026-01-14 17:51:39'),
(8118,2,2,1,'Park-Place-Lounge.jpg','image/jpeg','image',NULL,6640,4480,6900460,'0.4455;0.5114',NULL,NULL,'2026-01-14 17:49:53','2026-01-14 17:49:54','2026-01-14 17:51:08'),
(8119,2,2,1,'Park-Place-Rehab-Gym-Full.jpg','image/jpeg','image',NULL,6654,4480,6159168,NULL,NULL,NULL,'2026-01-14 17:49:59','2026-01-14 17:50:00','2026-01-14 17:50:00'),
(8120,2,2,1,'Park-Place-Rehab-Gym.jpg','image/jpeg','image',NULL,6723,4487,15496297,NULL,NULL,NULL,'2026-01-14 17:50:07','2026-01-14 17:50:07','2026-01-14 17:50:07'),
(8131,2,2,1,'Plainfield-Bedroom.jpg','image/jpeg','image',NULL,6720,4480,14156576,'0.5025;0.5505',NULL,NULL,'2026-01-14 18:29:12','2026-01-14 18:29:12','2026-01-14 18:53:27'),
(8132,2,2,1,'Plainfield-Common-Area-2.jpg','image/jpeg','image',NULL,6720,4480,16014889,NULL,NULL,NULL,'2026-01-14 18:29:18','2026-01-14 18:29:18','2026-01-14 18:29:18'),
(8133,2,2,1,'Plainfield-Common-Area.jpg','image/jpeg','image',NULL,6720,4480,16215804,NULL,NULL,NULL,'2026-01-14 18:29:24','2026-01-14 18:29:24','2026-01-14 18:29:24'),
(8134,2,2,1,'Plainfield-Dining.jpg','image/jpeg','image',NULL,6660,4480,5706541,NULL,NULL,NULL,'2026-01-14 18:29:27','2026-01-14 18:29:27','2026-01-14 18:29:27'),
(8135,2,2,1,'Plainfield-Hallway.jpg','image/jpeg','image',NULL,4480,6720,17634938,NULL,NULL,NULL,'2026-01-14 18:29:39','2026-01-14 18:29:39','2026-01-14 18:29:39'),
(8136,2,2,1,'Plainfield-Lobby-2.jpg','image/jpeg','image',NULL,6871,4667,13603174,NULL,NULL,NULL,'2026-01-14 18:29:48','2026-01-14 18:29:48','2026-01-14 18:29:48'),
(8141,2,2,1,'St-Vincent-Courtyard.jpeg','image/jpeg','image',NULL,5333,4000,12643642,'0.5009;0.5606',NULL,NULL,'2026-01-14 19:05:51','2026-01-14 19:05:51','2026-01-14 19:07:05'),
(8142,2,2,1,'St-Vincents-Church.jpeg','image/jpeg','image',NULL,5333,4000,6368183,NULL,NULL,NULL,'2026-01-14 19:05:54','2026-01-14 19:05:54','2026-01-14 19:05:54'),
(8162,2,2,1,'Summit-Ridge-Common-Area.jpg','image/jpeg','image',NULL,5011,3341,7074248,NULL,NULL,NULL,'2026-01-14 19:20:50','2026-01-14 19:20:50','2026-01-14 19:20:50'),
(8163,2,2,1,'Summit-Ridge-Hallway.jpg','image/jpeg','image',NULL,5040,3360,6753360,NULL,NULL,NULL,'2026-01-14 19:20:53','2026-01-14 19:20:53','2026-01-14 19:20:53'),
(8164,2,2,1,'Summit-Ridge-Room.jpg','image/jpeg','image',NULL,5049,4480,4101381,'0.4978;0.6213',NULL,NULL,'2026-01-14 19:20:55','2026-01-14 19:20:55','2026-01-14 19:23:34'),
(8165,2,2,1,'Summit-Ridge-Rehab-Gym.jpg','image/jpeg','image',NULL,6680,4480,6169518,NULL,NULL,NULL,'2026-01-14 19:22:01','2026-01-14 19:22:01','2026-01-14 19:22:01'),
(8174,2,2,1,'West-Caldwell-Rehab-Gym.jpg','image/jpeg','image',NULL,6660,4480,7290220,'0.5085;0.5757',NULL,NULL,'2026-01-14 19:27:24','2026-01-14 19:27:24','2026-01-14 19:32:31'),
(8175,2,2,1,'West-Caldwell-Room-2.jpg','image/jpeg','image',NULL,6720,4480,16915460,'0.4924;0.5556',NULL,NULL,'2026-01-14 19:28:38','2026-01-14 19:28:38','2026-01-14 19:32:07'),
(8176,2,2,1,'West-Caldwell-Room.jpg','image/jpeg','image',NULL,6655,4488,6234802,'0.5962;0.4987',NULL,NULL,'2026-01-14 19:28:41','2026-01-14 19:28:41','2026-01-14 19:31:47'),
(8177,2,2,1,'West-Caldwell-Lobby_2026-01-14-192910_gtco.jpg','image/jpeg','image',NULL,6640,4480,7428519,'0.4446;0.5341',NULL,NULL,'2026-01-14 19:29:11','2026-01-14 19:29:11','2026-01-14 19:32:48'),
(8178,2,2,1,'West-Caldwell-Lobby_2026-01-14-192929_slyo.jpg','image/jpeg','image',NULL,6640,4480,7428519,'0.4310;0.5303',NULL,NULL,'2026-01-14 19:29:29','2026-01-14 19:29:30','2026-01-14 19:33:04'),
(8194,2,2,1,'West-Caldwell-Room_2026-01-14-193430_epnv.jpg','image/jpeg','image',NULL,6609,4488,6256289,NULL,NULL,NULL,'2026-01-14 19:34:31','2026-01-14 19:34:31','2026-01-14 19:34:31'),
(8208,2,2,1,'Whispering-Woods-Lobby.jpg','image/jpeg','image',NULL,6725,4481,6480047,NULL,NULL,NULL,'2026-01-14 20:02:54','2026-01-14 20:02:54','2026-01-14 20:02:54'),
(8211,2,2,1,'Whispering-Woods-Apartment-Room.jpg','image/jpeg','image',NULL,6727,4487,6430020,'0.5042;0.6199',NULL,NULL,'2026-01-14 20:03:40','2026-01-14 20:03:40','2026-01-14 20:05:29'),
(8212,2,2,1,'Whispering-Woods-Bed-2.jpg','image/jpeg','image',NULL,6720,4480,16017705,'0.4966;0.6528',NULL,NULL,'2026-01-14 20:03:45','2026-01-14 20:03:46','2026-01-14 20:06:24'),
(8213,2,2,1,'Whispering-Woods-Bed.jpg','image/jpeg','image',NULL,6707,4452,5355958,'0.4899;0.6112',NULL,NULL,'2026-01-14 20:03:49','2026-01-14 20:03:49','2026-01-14 20:05:56'),
(8214,2,2,1,'Whispering-Woods-Bedroom.jpg','image/jpeg','image',NULL,6720,4480,5699370,'0.5025;0.5783',NULL,NULL,'2026-01-14 20:03:53','2026-01-14 20:03:53','2026-01-14 20:05:40'),
(8215,2,2,1,'Whispering-Woods-Dining.jpg','image/jpeg','image',NULL,6720,4480,8479753,'0.5160;0.5871',NULL,NULL,'2026-01-14 20:03:57','2026-01-14 20:03:57','2026-01-14 20:06:38'),
(8216,2,2,1,'Whispering-Woods-Exterior-Zoom.jpg','image/jpeg','image',NULL,6724,4483,11407484,NULL,NULL,NULL,'2026-01-14 20:04:02','2026-01-14 20:04:02','2026-01-14 20:04:02'),
(8217,2,2,1,'Whispering-Woods-Exterior.jpg','image/jpeg','image',NULL,6720,4480,14691804,'0.4882;0.4811',NULL,NULL,'2026-01-14 20:04:10','2026-01-14 20:04:10','2026-01-14 20:07:08'),
(8218,2,2,1,'Whispering-Woods-Lobby_2026-01-14-200411_qqgo.jpg','image/jpeg','image',NULL,6725,4481,6480047,'0.4731;0.5480',NULL,NULL,'2026-01-14 20:04:13','2026-01-14 20:04:13','2026-01-14 20:06:55'),
(8227,2,2,1,'Woodlands_Lobby2.jpg','image/jpeg','image',NULL,5045,3363,10128662,'0.4546;0.5366',NULL,NULL,'2026-01-14 20:10:45','2026-01-14 20:10:45','2026-01-14 20:13:50'),
(8600,2,2,1,'Hyattesville-Dining-06.JPG','image/jpeg','image',NULL,3600,2400,2444220,NULL,NULL,NULL,'2026-01-16 01:13:04','2026-01-16 01:13:04','2026-01-16 01:13:04'),
(8601,2,2,1,'Hyattesville-Exterior-02.JPG','image/jpeg','image',NULL,3600,2400,3753178,NULL,NULL,NULL,'2026-01-16 01:13:06','2026-01-16 01:13:06','2026-01-16 01:13:06'),
(8602,2,2,1,'Hyattesville-Rehab-09.JPG','image/jpeg','image',NULL,3600,2400,1841736,NULL,NULL,NULL,'2026-01-16 01:13:07','2026-01-16 01:13:07','2026-01-16 01:13:07'),
(8603,2,2,1,'Hyattesville-Renal-Care-01.JPG','image/jpeg','image',NULL,3600,2400,1614898,NULL,NULL,NULL,'2026-01-16 01:13:08','2026-01-16 01:13:08','2026-01-16 01:13:08'),
(8604,2,2,1,'Hyattesville-Rooms-10.JPG','image/jpeg','image',NULL,3600,2400,1840210,NULL,NULL,NULL,'2026-01-16 01:13:09','2026-01-16 01:13:09','2026-01-16 01:13:09'),
(8605,2,2,1,'Hyattesville-Rooms-11.JPG','image/jpeg','image',NULL,3600,2400,1948092,NULL,NULL,NULL,'2026-01-16 01:13:10','2026-01-16 01:13:10','2026-01-16 01:13:10'),
(8623,4,4,1,'BeyLea-AD.jpg','image/jpeg','image',NULL,1080,1080,301517,NULL,NULL,NULL,'2026-01-16 12:33:51','2026-01-16 12:33:51','2026-01-16 12:33:51'),
(8676,2,2,1,'Chestnut-Dining-Room.jpg','image/jpeg','image',NULL,6950,4772,520946,NULL,NULL,NULL,'2026-01-16 16:13:56','2026-01-16 16:13:56','2026-01-16 16:13:56'),
(8677,2,2,1,'Chestnut-Res-Lobby-1.jpg','image/jpeg','image',NULL,7000,4738,521030,NULL,NULL,NULL,'2026-01-16 16:14:00','2026-01-16 16:14:00','2026-01-16 16:14:00'),
(8704,4,4,1,'ChestnutRes-AD.jpg','image/jpeg','image',NULL,1080,1080,82255,NULL,NULL,NULL,'2026-01-16 16:37:39','2026-01-16 16:37:39','2026-01-16 16:37:39'),
(8733,4,4,1,'Berkshire-AD.jpg','image/jpeg','image',NULL,1080,1080,136456,NULL,NULL,NULL,'2026-01-16 20:44:33','2026-01-16 20:44:33','2026-01-16 20:44:33'),
(8740,2,2,1,'BrakeleyPark_Lobby2_2026-01-16-204735_pkfu.jpg','image/jpeg','image',NULL,6606,4482,6006040,NULL,NULL,NULL,'2026-01-16 20:47:36','2026-01-16 20:47:36','2026-01-16 20:47:36'),
(8744,2,2,1,'ChestnutHill_RehabGym2.jpg','image/jpeg','image',NULL,6720,4480,16859905,NULL,NULL,NULL,'2026-01-16 20:50:40','2026-01-16 20:50:41','2026-01-16 20:50:41'),
(8745,2,2,1,'ChestnutHill_RehabGym3.jpg','image/jpeg','image',NULL,6720,4480,16029596,NULL,NULL,NULL,'2026-01-16 20:50:52','2026-01-16 20:50:53','2026-01-16 20:50:53'),
(8746,2,2,1,'ChestnutHill_Room2.jpg','image/jpeg','image',NULL,6720,4480,16938153,'0.5000;0.6354',NULL,NULL,'2026-01-16 20:51:05','2026-01-16 20:51:05','2026-01-16 20:58:05'),
(8747,2,2,1,'ChestnutHill_Lobby.jpg','image/jpeg','image',NULL,6572,4480,5460528,NULL,NULL,NULL,'2026-01-16 20:55:25','2026-01-16 20:55:25','2026-01-16 20:55:25'),
(8748,2,2,1,'ChestnutHill_Lobby4.jpg','image/jpeg','image',NULL,6611,4480,5735708,NULL,NULL,NULL,'2026-01-16 20:55:31','2026-01-16 20:55:31','2026-01-16 20:55:31'),
(8749,2,2,1,'ChestnutHill_RehabGym.jpg','image/jpeg','image',NULL,6644,4480,6226661,NULL,NULL,NULL,'2026-01-16 20:55:37','2026-01-16 20:55:37','2026-01-16 20:55:37'),
(8750,2,2,1,'ChestnutHill_Room.jpg','image/jpeg','image',NULL,6564,4480,5786154,'0.4870;0.5624',NULL,NULL,'2026-01-16 20:55:43','2026-01-16 20:55:43','2026-01-16 20:57:41'),
(8751,2,2,1,'ChestnutHill_Room_Seating.jpg','image/jpeg','image',NULL,6496,4480,6075702,'0.5120;0.6475',NULL,NULL,'2026-01-16 20:55:49','2026-01-16 20:55:49','2026-01-16 20:57:54'),
(8752,2,2,1,'ChestnutHill_Room2_2026-01-16-205601_ddqz.jpg','image/jpeg','image',NULL,6720,4480,16938153,NULL,NULL,NULL,'2026-01-16 20:56:01','2026-01-16 20:56:02','2026-01-16 20:56:02'),
(8753,2,2,1,'ChestnutHill_Room3.jpg','image/jpeg','image',NULL,6619,4480,5981130,'0.5035;0.5850',NULL,NULL,'2026-01-16 20:56:07','2026-01-16 20:56:07','2026-01-16 20:58:14'),
(8754,2,2,1,'ChestnutHill_Room4.jpg','image/jpeg','image',NULL,6642,4480,6208576,'0.4941;0.6250',NULL,NULL,'2026-01-16 20:56:13','2026-01-16 20:56:13','2026-01-16 20:58:23'),
(8759,4,4,1,'ChestnutRes-AD_2026-01-16-205903_jjyk.jpg','image/jpeg','image',NULL,1080,1080,82255,NULL,NULL,NULL,'2026-01-16 20:59:03','2026-01-16 20:59:03','2026-01-16 20:59:03'),
(8764,4,4,1,'ChestnutRes-Admin.jpg','image/jpeg','image',NULL,1080,1080,82621,NULL,NULL,NULL,'2026-01-16 21:29:52','2026-01-16 21:29:52','2026-01-16 21:29:52'),
(8769,4,4,1,'Chestnut-Admin.jpg','image/jpeg','image',NULL,1080,1080,85838,NULL,NULL,NULL,'2026-01-16 21:31:44','2026-01-16 21:31:44','2026-01-16 21:31:44'),
(8774,2,2,1,'Screenshot-2026-01-16-153447.png','image/png','image',NULL,1205,819,1501355,NULL,NULL,NULL,'2026-01-16 21:35:06','2026-01-16 21:35:06','2026-01-16 21:35:06'),
(8779,2,2,1,'FairLawn_Room3.jpg','image/jpeg','image',NULL,6720,4480,12018060,NULL,NULL,NULL,'2026-01-17 00:12:40','2026-01-17 00:12:40','2026-01-17 00:12:40'),
(8780,2,2,1,'FairLawn_Salon.jpg','image/jpeg','image',NULL,6736,4486,14059626,NULL,NULL,NULL,'2026-01-17 00:12:43','2026-01-17 00:12:43','2026-01-17 00:12:43'),
(8781,2,2,1,'Fair-Lawn-Lobby_2026-01-17-001245_kxgj.jpg','image/jpeg','image',NULL,6724,4482,15479152,NULL,NULL,NULL,'2026-01-17 00:12:45','2026-01-17 00:12:46','2026-01-17 00:12:46'),
(8782,2,2,1,'FairLawn_Lobby.jpg','image/jpeg','image',NULL,6739,4485,15256257,NULL,NULL,NULL,'2026-01-17 00:12:48','2026-01-17 00:12:49','2026-01-17 00:12:49'),
(8783,2,2,1,'FairLawn_RehabGym.jpg','image/jpeg','image',NULL,6720,4480,16319234,NULL,NULL,NULL,'2026-01-17 00:12:50','2026-01-17 00:12:50','2026-01-17 00:12:50'),
(8784,2,2,1,'FairLawn_RehabGym2.jpg','image/jpeg','image',NULL,6724,4481,16507532,NULL,NULL,NULL,'2026-01-17 00:12:52','2026-01-17 00:12:52','2026-01-17 00:12:52'),
(8785,2,2,1,'FairLawn_Room.jpg','image/jpeg','image',NULL,6727,4484,15833556,NULL,NULL,NULL,'2026-01-17 00:12:54','2026-01-17 00:12:55','2026-01-17 00:12:55'),
(8786,2,2,1,'FairLawn_Room2.jpg','image/jpeg','image',NULL,6720,4480,15792369,NULL,NULL,NULL,'2026-01-17 00:12:56','2026-01-17 00:12:57','2026-01-17 00:12:57'),
(8795,2,2,1,'FairLawn_Room3_2026-01-17-001839_unuq.jpg','image/jpeg','image',NULL,6720,4480,12018060,NULL,NULL,NULL,'2026-01-17 00:18:39','2026-01-17 00:18:40','2026-01-17 00:18:40'),
(8796,2,2,1,'FairLawn_Salon_2026-01-17-001842_qwip.jpg','image/jpeg','image',NULL,6736,4486,14059626,NULL,NULL,NULL,'2026-01-17 00:18:42','2026-01-17 00:18:42','2026-01-17 00:18:42'),
(8797,2,2,1,'Fair-Lawn-Lobby_2026-01-17-001843_pdqx.jpg','image/jpeg','image',NULL,6724,4482,15479152,NULL,NULL,NULL,'2026-01-17 00:18:44','2026-01-17 00:18:44','2026-01-17 00:18:44'),
(8798,2,2,1,'FairLawn_Lobby_2026-01-17-001845_fobr.jpg','image/jpeg','image',NULL,6739,4485,15256257,NULL,NULL,NULL,'2026-01-17 00:18:45','2026-01-17 00:18:45','2026-01-17 00:18:45'),
(8799,2,2,1,'FairLawn_RehabGym_2026-01-17-001847_zekw.jpg','image/jpeg','image',NULL,6720,4480,16319234,NULL,NULL,NULL,'2026-01-17 00:18:48','2026-01-17 00:18:48','2026-01-17 00:18:48'),
(8800,2,2,1,'FairLawn_RehabGym2_2026-01-17-001849_mbqx.jpg','image/jpeg','image',NULL,6724,4481,16507532,NULL,NULL,NULL,'2026-01-17 00:18:50','2026-01-17 00:18:50','2026-01-17 00:18:50'),
(8801,2,2,1,'FairLawn_Room_2026-01-17-001851_qwzd.jpg','image/jpeg','image',NULL,6727,4484,15833556,NULL,NULL,NULL,'2026-01-17 00:18:52','2026-01-17 00:18:52','2026-01-17 00:18:52'),
(8802,2,2,1,'FairLawn_Room2_2026-01-17-001853_pgud.jpg','image/jpeg','image',NULL,6720,4480,15792369,NULL,NULL,NULL,'2026-01-17 00:18:54','2026-01-17 00:18:54','2026-01-17 00:18:54'),
(8803,2,2,1,'HamiltonPlaza_RehabGym3.jpg','image/jpeg','image',NULL,6728,4483,14319257,NULL,NULL,NULL,'2026-01-17 00:20:18','2026-01-17 00:20:18','2026-01-17 00:20:18'),
(8804,2,2,1,'HamiltonPlaza_SingleRoom.jpg','image/jpeg','image',NULL,6720,4480,14781472,NULL,NULL,NULL,'2026-01-17 00:20:20','2026-01-17 00:20:21','2026-01-17 00:20:21'),
(8805,2,2,1,'HamiltonPlaza_SingleRoom2.jpg','image/jpeg','image',NULL,6720,4480,14414439,NULL,NULL,NULL,'2026-01-17 00:20:23','2026-01-17 00:20:23','2026-01-17 00:20:23'),
(8806,2,2,1,'Hamilton-Plaza-Lobby_2026-01-17-002024_xdxz.jpg','image/jpeg','image',NULL,6720,4480,15463036,NULL,NULL,NULL,'2026-01-17 00:20:25','2026-01-17 00:20:25','2026-01-17 00:20:25'),
(8807,2,2,1,'HamiltonPlaza_DoubleRoom.jpg','image/jpeg','image',NULL,6720,4480,17334892,NULL,NULL,NULL,'2026-01-17 00:20:26','2026-01-17 00:20:27','2026-01-17 00:20:27'),
(8808,2,2,1,'HamiltonPlaza_RehabGym.jpg','image/jpeg','image',NULL,6720,4480,14215266,NULL,NULL,NULL,'2026-01-17 00:20:28','2026-01-17 00:20:28','2026-01-17 00:20:28'),
(8810,2,2,1,'HamiltonPlaza_RehabGym2.jpg','image/jpeg','image',NULL,6720,4480,15073963,NULL,NULL,NULL,'2026-01-17 00:20:30','2026-01-17 00:20:31','2026-01-17 00:20:31'),
(8829,2,2,1,'Double-Room-2.jpg','image/jpeg','image',NULL,6723,4484,14955094,NULL,NULL,NULL,'2026-01-17 00:24:05','2026-01-17 00:24:05','2026-01-17 00:24:05'),
(8830,2,2,1,'Double-Room.jpg','image/jpeg','image',NULL,6720,4480,5486979,NULL,NULL,NULL,'2026-01-17 00:24:08','2026-01-17 00:24:08','2026-01-17 00:24:08'),
(8831,2,2,1,'Harborage-Lobby_2026-01-17-002408_oebx.jpg','image/jpeg','image',NULL,6720,4480,6136127,NULL,NULL,NULL,'2026-01-17 00:24:10','2026-01-17 00:24:10','2026-01-17 00:24:10'),
(8832,2,2,1,'Room-2.jpg','image/jpeg','image',NULL,6720,4480,5544754,NULL,NULL,NULL,'2026-01-17 00:24:11','2026-01-17 00:24:12','2026-01-17 00:24:12'),
(8833,2,2,1,'Room-3.jpg','image/jpeg','image',NULL,6720,4480,5134041,NULL,NULL,NULL,'2026-01-17 00:24:14','2026-01-17 00:24:14','2026-01-17 00:24:14'),
(8834,2,2,1,'Room-4.jpg','image/jpeg','image',NULL,6729,4490,5110452,NULL,NULL,NULL,'2026-01-17 00:24:17','2026-01-17 00:24:17','2026-01-17 00:24:17'),
(8835,2,2,1,'Room.jpg','image/jpeg','image',NULL,6720,4480,5430415,NULL,NULL,NULL,'2026-01-17 00:24:19','2026-01-17 00:24:19','2026-01-17 00:24:19'),
(8836,2,2,1,'Bathroom.jpg','image/jpeg','image',NULL,4480,6720,5649707,NULL,NULL,NULL,'2026-01-17 00:24:22','2026-01-17 00:24:22','2026-01-17 00:24:22'),
(8837,2,2,1,'Dinning-Area.jpg','image/jpeg','image',NULL,6720,4480,6001178,NULL,NULL,NULL,'2026-01-17 00:24:24','2026-01-17 00:24:24','2026-01-17 00:24:24'),
(8862,2,2,1,'Double-Bed-Room-4.jpg','image/jpeg','image',NULL,6723,4482,13236060,NULL,NULL,NULL,'2026-01-17 00:29:22','2026-01-17 00:29:23','2026-01-17 00:29:23'),
(8864,2,2,1,'double-bed-room.jpg','image/jpeg','image',NULL,6720,4480,17123953,NULL,NULL,NULL,'2026-01-17 00:29:24','2026-01-17 00:29:25','2026-01-17 00:29:25'),
(8865,2,2,1,'Front-of-Building-2.jpg','image/jpeg','image',NULL,4480,6720,12209431,'0.3828;0.4427',NULL,NULL,'2026-01-17 00:29:28','2026-01-17 00:29:28','2026-02-06 19:37:07'),
(8866,2,2,1,'Front-of-Building.jpg','image/jpeg','image',NULL,6331,4220,15424743,NULL,NULL,NULL,'2026-01-17 00:29:29','2026-01-17 00:29:30','2026-01-17 00:29:30'),
(8867,2,2,1,'Harston-Lobby_2026-01-17-002931_aqjr.jpg','image/jpeg','image',NULL,6720,4480,17233442,NULL,NULL,NULL,'2026-01-17 00:29:32','2026-01-17 00:29:32','2026-01-17 00:29:32'),
(8868,2,2,1,'Lobby.jpg','image/jpeg','image',NULL,4480,6720,16473265,NULL,NULL,NULL,'2026-01-17 00:29:34','2026-01-17 00:29:34','2026-01-17 00:29:34'),
(8869,2,2,1,'Double-Bed-room-2.jpg','image/jpeg','image',NULL,6720,4480,16854161,NULL,NULL,NULL,'2026-01-17 00:29:36','2026-01-17 00:29:36','2026-01-17 00:29:36'),
(8871,2,2,1,'Double-bed-room-3.jpg','image/jpeg','image',NULL,6720,4480,16791992,NULL,NULL,NULL,'2026-01-17 00:29:38','2026-01-17 00:29:38','2026-01-17 00:29:38'),
(8888,2,2,1,'Inglemoor-Lobby_2026-01-17-003315_dzkx.jpg','image/jpeg','image',NULL,7780,5187,14898154,NULL,NULL,NULL,'2026-01-17 00:33:17','2026-01-17 00:33:17','2026-01-17 00:33:17'),
(8889,2,2,1,'Lobby-2.jpg','image/jpeg','image',NULL,7053,4702,12835063,NULL,NULL,NULL,'2026-01-17 00:33:20','2026-01-17 00:33:20','2026-01-17 00:33:20'),
(8918,2,2,1,'gym-rehab-2.jpg','image/jpeg','image',NULL,6720,4480,9477713,NULL,NULL,NULL,'2026-01-17 00:37:43','2026-01-17 00:37:44','2026-01-17 00:37:44'),
(8919,2,2,1,'gym-rehab-3.jpg','image/jpeg','image',NULL,6720,4480,8346964,NULL,NULL,NULL,'2026-01-17 00:37:47','2026-01-17 00:37:47','2026-01-17 00:37:47'),
(8920,2,2,1,'gym-rehab.jpg','image/jpeg','image',NULL,6720,4480,8904250,NULL,NULL,NULL,'2026-01-17 00:37:48','2026-01-17 00:37:49','2026-01-17 00:37:49'),
(8923,2,2,1,'Lehigh-Lobby_2026-01-17-003749_qrmb.jpg','image/jpeg','image',NULL,6720,4480,10240320,NULL,NULL,NULL,'2026-01-17 00:37:51','2026-01-17 00:37:51','2026-01-17 00:37:51'),
(8924,2,2,1,'patio.jpg','image/jpeg','image',NULL,6720,4480,13331122,NULL,NULL,NULL,'2026-01-17 00:37:53','2026-01-17 00:37:53','2026-01-17 00:37:53'),
(8925,2,2,1,'room-bed.jpg','image/jpeg','image',NULL,6737,4492,8445229,NULL,NULL,NULL,'2026-01-17 00:37:55','2026-01-17 00:37:56','2026-01-17 00:37:56'),
(8926,2,2,1,'367A8203.jpg','image/jpeg','image',NULL,6720,4480,10471276,NULL,NULL,NULL,'2026-01-17 00:37:58','2026-01-17 00:37:58','2026-01-17 00:37:58'),
(8927,2,2,1,'367A8236.jpg','image/jpeg','image',NULL,6720,4480,9918588,NULL,NULL,NULL,'2026-01-17 00:38:00','2026-01-17 00:38:00','2026-01-17 00:38:00'),
(8928,2,2,1,'aerial-view-2.jpg','image/jpeg','image',NULL,4032,2688,4911214,NULL,NULL,NULL,'2026-01-17 00:38:02','2026-01-17 00:38:02','2026-01-17 00:38:02'),
(8929,2,2,1,'aerial-view-3.jpg','image/jpeg','image',NULL,4032,2688,4426439,NULL,NULL,NULL,'2026-01-17 00:38:04','2026-01-17 00:38:04','2026-01-17 00:38:04'),
(8930,2,2,1,'aerial-view-4.jpg','image/jpeg','image',NULL,4032,2688,4324328,NULL,NULL,NULL,'2026-01-17 00:38:05','2026-01-17 00:38:05','2026-01-17 00:38:05'),
(8931,2,2,1,'aerial-view.jpg','image/jpeg','image',NULL,4032,2688,5033344,NULL,NULL,NULL,'2026-01-17 00:38:06','2026-01-17 00:38:06','2026-01-17 00:38:06'),
(8932,2,2,1,'double-bed-room-2_2026-01-17-003806_dnbf.jpg','image/jpeg','image',NULL,6720,4480,8485802,NULL,NULL,NULL,'2026-01-17 00:38:07','2026-01-17 00:38:08','2026-01-17 00:38:08'),
(8933,2,2,1,'double-bedroom.jpg','image/jpeg','image',NULL,6721,4483,9258349,NULL,NULL,NULL,'2026-01-17 00:38:09','2026-01-17 00:38:09','2026-01-17 00:38:09'),
(8934,2,2,1,'front-of-building-2_2026-01-17-003812_thei.jpg','image/jpeg','image',NULL,4032,2688,3206682,NULL,NULL,NULL,'2026-01-17 00:38:12','2026-01-17 00:38:12','2026-01-17 00:38:12'),
(8935,2,2,1,'front-of-building-3.jpg','image/jpeg','image',NULL,4032,2688,3412787,NULL,NULL,NULL,'2026-01-17 00:38:13','2026-01-17 00:38:13','2026-01-17 00:38:13'),
(8936,2,2,1,'front-of-building_2026-01-17-003813_svcy.jpg','image/jpeg','image',NULL,4032,2688,3115626,NULL,NULL,NULL,'2026-01-17 00:38:14','2026-01-17 00:38:14','2026-01-17 00:38:14'),
(8953,2,2,1,'MilfordManor_Room3.jpg','image/jpeg','image',NULL,6720,4480,13747666,NULL,NULL,NULL,'2026-01-17 00:42:21','2026-01-17 00:42:21','2026-01-17 00:42:21'),
(8954,2,2,1,'MilfordManor_Kitchen.jpg','image/jpeg','image',NULL,6720,4480,17210527,NULL,NULL,NULL,'2026-01-17 00:42:24','2026-01-17 00:42:24','2026-01-17 00:42:24'),
(8955,2,2,1,'MilfordManor_RehabGym.jpg','image/jpeg','image',NULL,6722,4483,16947092,NULL,NULL,NULL,'2026-01-17 00:42:25','2026-01-17 00:42:25','2026-01-17 00:42:25'),
(8956,2,2,1,'MilfordManor_RehabGym2.jpg','image/jpeg','image',NULL,6721,4483,16579580,NULL,NULL,NULL,'2026-01-17 00:42:27','2026-01-17 00:42:27','2026-01-17 00:42:27'),
(8957,2,2,1,'MilfordManor_Room.jpg','image/jpeg','image',NULL,6720,4480,14438636,NULL,NULL,NULL,'2026-01-17 00:42:29','2026-01-17 00:42:30','2026-01-17 00:42:30'),
(8958,2,2,1,'MilfordManor_Room2.jpg','image/jpeg','image',NULL,6720,4480,13142213,NULL,NULL,NULL,'2026-01-17 00:42:31','2026-01-17 00:42:32','2026-01-17 00:42:32'),
(8959,2,2,1,'Milford-Manor-Lobby_2026-01-17-004233_ctpq.jpg','image/jpeg','image',NULL,6720,4480,16641745,NULL,NULL,NULL,'2026-01-17 00:42:33','2026-01-17 00:42:34','2026-01-17 00:42:34'),
(8968,2,2,1,'Phillipsburg-Lobby_2026-01-17-004803_xrol.jpg','image/jpeg','image',NULL,5040,3360,8748043,NULL,NULL,NULL,'2026-01-17 00:48:03','2026-01-17 00:48:03','2026-01-17 00:48:03'),
(8969,2,2,1,'Phillipsburg_DoubleRoom.jpg','image/jpeg','image',NULL,5040,3360,9394086,NULL,NULL,NULL,'2026-01-17 00:48:06','2026-01-17 00:48:06','2026-01-17 00:48:06'),
(8970,2,2,1,'Phillipsburg_RehabGym.jpg','image/jpeg','image',NULL,5044,3363,9466414,NULL,NULL,NULL,'2026-01-17 00:48:07','2026-01-17 00:48:07','2026-01-17 00:48:07'),
(8971,2,2,1,'Phillipsburg_RehabGym2.jpg','image/jpeg','image',NULL,5040,3360,10029034,NULL,NULL,NULL,'2026-01-17 00:48:08','2026-01-17 00:48:08','2026-01-17 00:48:08'),
(8972,2,2,1,'Phillipsburg_SingleRoom1.jpg','image/jpeg','image',NULL,5040,3360,8152423,NULL,NULL,NULL,'2026-01-17 00:48:10','2026-01-17 00:48:10','2026-01-17 00:48:10'),
(8973,2,2,1,'Phillipsburg_SingleRoom2.jpg','image/jpeg','image',NULL,5040,3360,8057611,NULL,NULL,NULL,'2026-01-17 00:48:12','2026-01-17 00:48:12','2026-01-17 00:48:12'),
(8974,2,2,1,'Phillipsburg_SittingArea.jpg','image/jpeg','image',NULL,3360,5040,8422551,NULL,NULL,NULL,'2026-01-17 00:48:13','2026-01-17 00:48:13','2026-01-17 00:48:13'),
(8980,2,2,1,'Lobby_2026-01-17-005106_tvup.jpg','image/jpeg','image',NULL,6727,4483,13876748,NULL,NULL,NULL,'2026-01-17 00:51:08','2026-01-17 00:51:08','2026-01-17 00:51:08'),
(8981,2,2,1,'room_2026-01-17-005110_egxb.jpg','image/jpeg','image',NULL,6722,4481,4986247,NULL,NULL,NULL,'2026-01-17 00:51:11','2026-01-17 00:51:11','2026-01-17 00:51:11'),
(8982,2,2,1,'STS_0283.jpg','image/jpeg','image',NULL,6720,4481,14792872,NULL,NULL,NULL,'2026-01-17 00:51:13','2026-01-17 00:51:13','2026-01-17 00:51:13'),
(8983,2,2,1,'double-bed-room_2026-01-17-005114_qvgn.jpg','image/jpeg','image',NULL,6771,4533,13870449,NULL,NULL,NULL,'2026-01-17 00:51:15','2026-01-17 00:51:15','2026-01-17 00:51:15'),
(8984,2,2,1,'gym-rehab_2026-01-17-005117_vmiy.jpg','image/jpeg','image',NULL,6720,4480,16277667,NULL,NULL,NULL,'2026-01-17 00:51:17','2026-01-17 00:51:18','2026-01-17 00:51:18'),
(9008,2,2,1,'Hagerstown-Cover-Photo.JPG','image/jpeg','image',NULL,3600,2400,2791313,NULL,NULL,NULL,'2026-01-17 01:10:18','2026-01-17 01:10:18','2026-01-17 01:10:18'),
(9011,2,2,1,'Hagerstown-Lobby-04.JPG','image/jpeg','image',NULL,3600,2400,2594696,NULL,NULL,NULL,'2026-01-17 01:11:40','2026-01-17 01:11:41','2026-01-17 01:11:41'),
(9012,2,2,1,'Hagerstown-Patient-Room-07.JPG','image/jpeg','image',NULL,3600,2400,2290936,NULL,NULL,NULL,'2026-01-17 01:11:42','2026-01-17 01:11:42','2026-01-17 01:11:42'),
(9013,2,2,1,'Hagerstown-Rehab-05.JPG','image/jpeg','image',NULL,3600,2400,1750023,NULL,NULL,NULL,'2026-01-17 01:11:43','2026-01-17 01:11:43','2026-01-17 01:11:43'),
(9014,2,2,1,'Hagerstown-Single-Patient-Room-081.JPG','image/jpeg','image',NULL,3600,2400,2225452,NULL,NULL,NULL,'2026-01-17 01:11:44','2026-01-17 01:11:44','2026-01-17 01:11:44'),
(9015,2,2,1,'Rehab-Gym-3.jpg','image/jpeg','image',NULL,1782,1187,446227,NULL,NULL,NULL,'2026-01-17 01:11:45','2026-01-17 01:11:46','2026-01-17 01:11:46'),
(9016,2,2,1,'Rehab-Gym-4.jpg','image/jpeg','image',NULL,2010,1335,458105,NULL,NULL,NULL,'2026-01-17 01:11:47','2026-01-17 01:11:47','2026-01-17 01:11:47'),
(9017,2,2,1,'Rehab-Gym.jpg','image/jpeg','image',NULL,6000,4000,7579451,NULL,NULL,NULL,'2026-01-17 14:28:09','2026-01-17 01:11:47','2026-01-17 14:28:09'),
(9018,2,2,1,'Semi-Private-Room-2.jpg','image/jpeg','image',NULL,1782,1188,339588,NULL,NULL,NULL,'2026-01-17 01:11:48','2026-01-17 01:11:48','2026-01-17 01:11:48'),
(9025,2,2,1,'Heritage-Cover-Photo.JPG','image/jpeg','image',NULL,3600,2400,1333792,NULL,NULL,NULL,'2026-01-17 01:16:30','2026-01-17 01:16:31','2026-01-17 01:16:31'),
(9028,2,2,1,'Lobby-Copy.JPG','image/jpeg','image',NULL,3600,2400,2121450,NULL,NULL,NULL,'2026-01-17 01:17:36','2026-01-17 01:17:36','2026-01-17 01:17:36'),
(9029,2,2,1,'Patio-04-Copy.JPG','image/jpeg','image',NULL,3600,2400,2558565,NULL,NULL,NULL,'2026-01-17 01:17:37','2026-01-17 01:17:37','2026-01-17 01:17:37'),
(9030,2,2,1,'Physical-therapy-Gym-08.JPG','image/jpeg','image',NULL,3600,2400,1576819,NULL,NULL,NULL,'2026-01-17 01:17:38','2026-01-17 01:17:38','2026-01-17 01:17:38'),
(9031,2,2,1,'Physical-therapy-Gym-12.JPG','image/jpeg','image',NULL,3600,2400,1401636,NULL,NULL,NULL,'2026-01-17 01:17:39','2026-01-17 01:17:39','2026-01-17 01:17:39'),
(9032,2,2,1,'Physical-therapy-Gym-13-002.JPG','image/jpeg','image',NULL,3600,2400,1537576,NULL,NULL,NULL,'2026-01-17 01:17:41','2026-01-17 01:17:41','2026-01-17 01:17:41'),
(9033,2,2,1,'Room-06-002.JPG','image/jpeg','image',NULL,3600,2400,1314407,NULL,NULL,NULL,'2026-01-17 01:17:42','2026-01-17 01:17:42','2026-01-17 01:17:42'),
(9038,2,2,1,'Hillside-Cover-Photo.JPG','image/jpeg','image',NULL,3600,2400,3385132,NULL,NULL,NULL,'2026-01-17 01:20:17','2026-01-17 01:20:17','2026-01-17 01:20:17'),
(9041,2,2,1,'Hillside-Activities-10.JPG','image/jpeg','image',NULL,3600,2400,1914064,NULL,NULL,NULL,'2026-01-17 01:21:28','2026-01-17 01:21:28','2026-01-17 01:21:28'),
(9042,2,2,1,'Hillside-Double-Bed-08.JPG','image/jpeg','image',NULL,3600,2400,1682029,NULL,NULL,NULL,'2026-01-17 01:21:29','2026-01-17 01:21:29','2026-01-17 01:21:29'),
(9043,2,2,1,'Hillside-Lobby-05.JPG','image/jpeg','image',NULL,3600,2400,1667635,NULL,NULL,NULL,'2026-01-17 01:21:30','2026-01-17 01:21:30','2026-01-17 01:21:30'),
(9044,2,2,1,'Hillside-Lobby-and-Activities-06.JPG','image/jpeg','image',NULL,3600,2400,2028372,NULL,NULL,NULL,'2026-01-17 01:21:31','2026-01-17 01:21:31','2026-01-17 01:21:31'),
(9045,2,2,1,'Hillside-Rehab-Gym-11.JPG','image/jpeg','image',NULL,3600,2400,2269651,NULL,NULL,NULL,'2026-01-17 01:21:33','2026-01-17 01:21:33','2026-01-17 01:21:33'),
(9046,2,2,1,'Hillside-Single-Bed-07.JPG','image/jpeg','image',NULL,3600,2400,1848082,NULL,NULL,NULL,'2026-01-17 01:21:34','2026-01-17 01:21:35','2026-01-17 01:21:35'),
(9051,2,2,1,'Hyattsville-Cover-Photo.JPG','image/jpeg','image',NULL,3600,2400,3842285,NULL,NULL,NULL,'2026-01-17 01:23:43','2026-01-17 01:23:43','2026-01-17 01:23:43'),
(9056,2,2,1,'LaPlata-Cover-Photo.JPG','image/jpeg','image',NULL,3600,2400,7803801,NULL,NULL,NULL,'2026-01-17 01:26:37','2026-01-17 01:26:37','2026-01-17 01:26:37'),
(9059,2,2,1,'LaPlata-Greenhouse-05.JPG','image/jpeg','image',NULL,3600,2400,5999583,NULL,NULL,NULL,'2026-01-17 01:27:18','2026-01-17 01:27:18','2026-01-17 01:27:18'),
(9060,2,2,1,'LaPlata-Lobby-02.JPG','image/jpeg','image',NULL,3600,2400,6179919,NULL,NULL,NULL,'2026-01-17 01:27:21','2026-01-17 01:27:21','2026-01-17 01:27:21'),
(9061,2,2,1,'LaPlata-Rehab-01.JPG','image/jpeg','image',NULL,3600,2400,6053038,NULL,NULL,NULL,'2026-01-17 01:27:22','2026-01-17 01:27:22','2026-01-17 01:27:22'),
(9062,2,2,1,'LaPlata-Rooms-13.JPG','image/jpeg','image',NULL,3600,2400,4283616,NULL,NULL,NULL,'2026-01-17 01:27:24','2026-01-17 01:27:24','2026-01-17 01:27:24'),
(9063,2,2,1,'LaPlata-Rooms-14.JPG','image/jpeg','image',NULL,3600,2400,4829634,NULL,NULL,NULL,'2026-01-17 01:27:24','2026-01-17 01:27:24','2026-01-17 01:27:24'),
(9068,2,2,1,'Cover-Photo.jpg','image/jpeg','image',NULL,3600,2400,3264791,NULL,NULL,NULL,'2026-01-17 01:30:41','2026-01-17 01:30:41','2026-01-17 01:30:41'),
(9071,2,2,1,'Towson-Activities10.JPG','image/jpeg','image',NULL,3600,2400,2429732,NULL,NULL,NULL,'2026-01-17 01:31:47','2026-01-17 01:31:47','2026-01-17 01:31:47'),
(9072,2,2,1,'Towson-Lounge-06.JPG','image/jpeg','image',NULL,3600,2400,3017301,NULL,NULL,NULL,'2026-01-17 01:31:49','2026-01-17 01:31:49','2026-01-17 01:31:49'),
(9073,2,2,1,'Towson-Rehab-08.JPG','image/jpeg','image',NULL,3600,2400,2470236,NULL,NULL,NULL,'2026-01-17 01:31:50','2026-01-17 01:31:50','2026-01-17 01:31:50'),
(9074,2,2,1,'Towson-Rooms-11.JPG','image/jpeg','image',NULL,3600,2400,2303594,NULL,NULL,NULL,'2026-01-17 01:31:51','2026-01-17 01:31:51','2026-01-17 01:31:51'),
(9075,2,2,1,'Towson-Rooms-12.JPG','image/jpeg','image',NULL,3600,2400,1977526,NULL,NULL,NULL,'2026-01-17 01:31:53','2026-01-17 01:31:53','2026-01-17 01:31:53'),
(9080,2,2,1,'Oak-Ridge-Exterior-08.JPG','image/jpeg','image',NULL,3600,2400,1996966,NULL,NULL,NULL,'2026-01-17 01:34:57','2026-01-17 01:34:57','2026-01-17 01:34:57'),
(9083,2,2,1,'Oak-Ridge-Dining-12.JPG','image/jpeg','image',NULL,3600,2400,2869291,NULL,NULL,NULL,'2026-01-17 01:35:37','2026-01-17 01:35:37','2026-01-17 01:35:37'),
(9084,2,2,1,'Oak-Ridge-Exterior-08_2026-01-17-013538_kjmd.JPG','image/jpeg','image',NULL,3600,2400,1996966,NULL,NULL,NULL,'2026-01-17 01:35:38','2026-01-17 01:35:38','2026-01-17 01:35:38'),
(9085,2,2,1,'Oak-Ridge-Lobby-10.JPG','image/jpeg','image',NULL,3600,2400,1837107,NULL,NULL,NULL,'2026-01-17 01:35:39','2026-01-17 01:35:39','2026-01-17 01:35:39'),
(9086,2,2,1,'Oak-Ridge-Lounge-14.JPG','image/jpeg','image',NULL,3600,2400,2617293,NULL,NULL,NULL,'2026-01-17 01:35:40','2026-01-17 01:35:40','2026-01-17 01:35:40'),
(9087,2,2,1,'Oak-Ridge-Rehab-09.JPG','image/jpeg','image',NULL,3600,2400,2028775,NULL,NULL,NULL,'2026-01-17 01:35:42','2026-01-17 01:35:42','2026-01-17 01:35:42'),
(9088,2,2,1,'Oak-Ridge-Room15.JPG','image/jpeg','image',NULL,3600,2400,1951088,NULL,NULL,NULL,'2026-01-17 01:35:43','2026-01-17 01:35:43','2026-01-17 01:35:43'),
(9095,2,2,1,'Severna-Cover-Photo.JPG','image/jpeg','image',NULL,3600,2400,10412794,NULL,NULL,NULL,'2026-01-17 01:39:19','2026-01-17 01:39:19','2026-01-17 01:39:19'),
(9100,2,2,1,'Severna-Memory-sitting-room.JPG','image/jpeg','image',NULL,3600,2400,4251341,NULL,NULL,NULL,'2026-01-17 01:40:20','2026-01-17 01:40:20','2026-01-17 01:40:20'),
(9101,2,2,1,'Severna-Outdoor-area-11.JPG','image/jpeg','image',NULL,3600,2400,6525523,NULL,NULL,NULL,'2026-01-17 01:40:22','2026-01-17 01:40:22','2026-01-17 01:40:22'),
(9102,2,2,1,'Severna-Rehab-24.JPG','image/jpeg','image',NULL,3600,2400,4986593,NULL,NULL,NULL,'2026-01-17 01:40:22','2026-01-17 01:40:23','2026-01-17 01:40:23'),
(9103,2,2,1,'Severna-Room-19.JPG','image/jpeg','image',NULL,3600,2400,3433652,NULL,NULL,NULL,'2026-01-17 01:40:25','2026-01-17 01:40:25','2026-01-17 01:40:25'),
(9104,2,2,1,'Severna-Lobby-15.JPG','image/jpeg','image',NULL,3600,2400,5013012,NULL,NULL,NULL,'2026-01-17 01:40:26','2026-01-17 01:40:26','2026-01-17 01:40:26'),
(9105,2,2,1,'Severna-Memory-Care-patio.JPG','image/jpeg','image',NULL,3600,2400,7883092,NULL,NULL,NULL,'2026-01-17 01:40:27','2026-01-17 01:40:27','2026-01-17 01:40:27'),
(9139,2,2,1,'Lobby_2026-01-17-015416_zwse.jpg','image/jpeg','image',NULL,6720,4480,16181979,NULL,NULL,NULL,'2026-01-17 01:54:17','2026-01-17 01:54:17','2026-01-17 01:54:17'),
(9144,2,2,1,'Room-4_2026-01-17-015508_beli.jpg','image/jpeg','image',NULL,6751,4515,14360539,NULL,NULL,NULL,'2026-01-17 01:55:09','2026-01-17 01:55:09','2026-01-17 01:55:09'),
(9145,2,2,1,'Room_2026-01-17-015511_xbjk.jpg','image/jpeg','image',NULL,6720,4480,14439932,NULL,NULL,NULL,'2026-01-17 01:55:12','2026-01-17 01:55:12','2026-01-17 01:55:12'),
(9146,2,2,1,'Seating.jpg','image/jpeg','image',NULL,6720,4480,15640868,NULL,NULL,NULL,'2026-01-17 01:55:13','2026-01-17 01:55:13','2026-01-17 01:55:13'),
(9147,2,2,1,'Lobby_2026-01-17-015514_ehoy.jpg','image/jpeg','image',NULL,6720,4480,16181979,NULL,NULL,NULL,'2026-01-17 01:55:15','2026-01-17 01:55:15','2026-01-17 01:55:15'),
(9148,2,2,1,'Rehab-gym_2026-01-17-015517_dfwr.jpg','image/jpeg','image',NULL,6727,4487,16113646,NULL,NULL,NULL,'2026-01-17 01:55:17','2026-01-17 01:55:18','2026-01-17 01:55:18'),
(9149,2,2,1,'Room-2_2026-01-17-015519_kpky.jpg','image/jpeg','image',NULL,4480,6720,14378246,NULL,NULL,NULL,'2026-01-17 01:55:19','2026-01-17 01:55:20','2026-01-17 01:55:20'),
(9150,2,2,1,'Room-3_2026-01-17-015521_uide.jpg','image/jpeg','image',NULL,6862,4526,16797854,NULL,NULL,NULL,'2026-01-17 01:55:21','2026-01-17 01:55:22','2026-01-17 01:55:22'),
(9155,2,2,1,'Lobby-3-Overview.jpg','image/jpeg','image',NULL,6730,4490,16439660,NULL,NULL,NULL,'2026-01-17 01:58:39','2026-01-17 01:58:39','2026-01-17 01:58:39'),
(9160,2,2,1,'Lobby-3-Overview_2026-01-17-020007_ywnk.jpg','image/jpeg','image',NULL,6730,4490,16439660,NULL,NULL,NULL,'2026-01-17 02:00:08','2026-01-17 02:00:08','2026-01-17 02:00:08'),
(9161,2,2,1,'Lobby_2026-01-17-020010_ctlf.jpg','image/jpeg','image',NULL,6720,4480,13738260,NULL,NULL,NULL,'2026-01-17 02:00:10','2026-01-17 02:00:10','2026-01-17 02:00:10'),
(9162,2,2,1,'Rehab-Gym_2026-01-17-020012_dyno.jpg','image/jpeg','image',NULL,6727,4496,15507060,NULL,NULL,NULL,'2026-01-17 02:00:13','2026-01-17 02:00:13','2026-01-17 02:00:13'),
(9163,2,2,1,'Room-2_2026-01-17-020013_yoko.jpg','image/jpeg','image',NULL,6720,4480,15613032,NULL,NULL,NULL,'2026-01-17 02:00:14','2026-01-17 02:00:14','2026-01-17 02:00:14'),
(9164,2,2,1,'Room_2026-01-17-020016_yqrl.jpg','image/jpeg','image',NULL,6724,4484,15430334,NULL,NULL,NULL,'2026-01-17 02:00:16','2026-01-17 02:00:16','2026-01-17 02:00:16'),
(9165,2,2,1,'Lobby-2_2026-01-17-020018_goab.jpg','image/jpeg','image',NULL,6721,4483,16632258,NULL,NULL,NULL,'2026-01-17 02:00:19','2026-01-17 02:00:19','2026-01-17 02:00:19'),
(9172,2,2,1,'Rehab-Gym-2.jpg','image/jpeg','image',NULL,6743,4497,16879042,NULL,NULL,NULL,'2026-01-17 02:04:46','2026-01-17 02:04:47','2026-01-17 02:04:47'),
(9181,2,2,1,'front-of-building-2_2026-01-17-021212_iwib.jpg','image/jpeg','image',NULL,6729,4484,17092658,NULL,NULL,NULL,'2026-01-17 02:12:13','2026-01-17 02:12:13','2026-01-17 02:12:13'),
(9184,2,2,1,'room-2_2026-01-17-021302_ujoq.jpg','image/jpeg','image',NULL,6777,4516,13796805,NULL,NULL,NULL,'2026-01-17 02:13:02','2026-01-17 02:13:03','2026-01-17 02:13:03'),
(9185,2,2,1,'room-3_2026-01-17-021304_wnda.jpg','image/jpeg','image',NULL,6720,4480,16050122,NULL,NULL,NULL,'2026-01-17 02:13:05','2026-01-17 02:13:05','2026-01-17 02:13:05'),
(9186,2,2,1,'room_2026-01-17-021307_cjlj.jpg','image/jpeg','image',NULL,6736,4488,16377171,NULL,NULL,NULL,'2026-01-17 02:13:07','2026-01-17 02:13:08','2026-01-17 02:13:08'),
(9187,2,2,1,'service-area-2.jpg','image/jpeg','image',NULL,6729,4489,15409134,NULL,NULL,NULL,'2026-01-17 02:13:10','2026-01-17 02:13:10','2026-01-17 02:13:10'),
(9188,2,2,1,'service-area-3.jpg','image/jpeg','image',NULL,6737,4488,16206062,NULL,NULL,NULL,'2026-01-17 02:13:13','2026-01-17 02:13:13','2026-01-17 02:13:13'),
(9189,2,2,1,'service-area.jpg','image/jpeg','image',NULL,6720,4480,15052672,NULL,NULL,NULL,'2026-01-17 02:13:15','2026-01-17 02:13:15','2026-01-17 02:13:15'),
(9190,2,2,1,'367A4617.jpg','image/jpeg','image',NULL,6729,4486,17117599,NULL,NULL,NULL,'2026-01-17 02:13:16','2026-01-17 02:13:17','2026-01-17 02:13:17'),
(9191,2,2,1,'front-of-building-2_2026-01-17-021318_buqk.jpg','image/jpeg','image',NULL,6729,4484,17092658,NULL,NULL,NULL,'2026-01-17 02:13:18','2026-01-17 02:13:19','2026-01-17 02:13:19'),
(9192,2,2,1,'front-of-building_2026-01-17-021320_mucq.jpg','image/jpeg','image',NULL,6720,4480,17180522,NULL,NULL,NULL,'2026-01-17 02:13:20','2026-01-17 02:13:20','2026-01-17 02:13:20'),
(9193,2,2,1,'rehab-gym_2026-01-17-021322_pjfu.jpg','image/jpeg','image',NULL,6720,4480,16391671,NULL,NULL,NULL,'2026-01-17 02:13:23','2026-01-17 02:13:23','2026-01-17 02:13:23'),
(9204,2,2,1,'lobby-2_2026-01-17-021948_ohoi.jpg','image/jpeg','image',NULL,2400,1599,706325,NULL,NULL,NULL,'2026-01-17 02:19:48','2026-01-17 02:19:48','2026-01-17 02:19:48'),
(9207,2,2,1,'bathroom_2026-01-17-022012_ahso.jpg','image/jpeg','image',NULL,2400,1596,298391,NULL,NULL,NULL,'2026-01-17 02:20:12','2026-01-17 02:20:12','2026-01-17 02:20:12'),
(9208,2,2,1,'dining-area.jpg','image/jpeg','image',NULL,2400,1600,692817,NULL,NULL,NULL,'2026-01-17 02:20:12','2026-01-17 02:20:12','2026-01-17 02:20:12'),
(9209,2,2,1,'double-bed-room_2026-01-17-022013_kjiy.jpg','image/jpeg','image',NULL,2400,1599,585027,NULL,NULL,NULL,'2026-01-17 02:20:13','2026-01-17 02:20:13','2026-01-17 02:20:13'),
(9210,2,2,1,'lobby-2_2026-01-17-022014_scdz.jpg','image/jpeg','image',NULL,2400,1599,706325,NULL,NULL,NULL,'2026-01-17 02:20:14','2026-01-17 02:20:14','2026-01-17 02:20:14'),
(9211,2,2,1,'lobby_2026-01-17-022015_xccz.jpg','image/jpeg','image',NULL,2400,1600,772783,NULL,NULL,NULL,'2026-01-17 02:20:15','2026-01-17 02:20:15','2026-01-17 02:20:15'),
(9212,2,2,1,'room-2_2026-01-17-022016_htzr.jpg','image/jpeg','image',NULL,2400,1599,573030,NULL,NULL,NULL,'2026-01-17 02:20:16','2026-01-17 02:20:16','2026-01-17 02:20:16'),
(9213,2,2,1,'room_2026-01-17-022017_ximw.jpg','image/jpeg','image',NULL,2400,1600,536896,NULL,NULL,NULL,'2026-01-17 02:20:17','2026-01-17 02:20:17','2026-01-17 02:20:17'),
(9219,2,2,1,'Lobby_2026-01-17-022630_ayfg.jpg','image/jpeg','image',NULL,6725,4485,14020284,NULL,NULL,NULL,'2026-01-17 02:26:30','2026-01-17 02:26:31','2026-01-17 02:26:31'),
(9222,2,2,1,'Rehab-Gym-2_2026-01-17-022729_epec.jpg','image/jpeg','image',NULL,6746,4491,15319253,NULL,NULL,NULL,'2026-01-17 02:27:29','2026-01-17 02:27:30','2026-01-17 02:27:30'),
(9223,2,2,1,'Rehab-Gym_2026-01-17-022731_anvz.jpg','image/jpeg','image',NULL,6725,4488,16679887,NULL,NULL,NULL,'2026-01-17 02:27:32','2026-01-17 02:27:32','2026-01-17 02:27:32'),
(9224,2,2,1,'Dining-area_2026-01-17-022734_nwro.jpg','image/jpeg','image',NULL,6725,4490,16335598,NULL,NULL,NULL,'2026-01-17 02:27:35','2026-01-17 02:27:35','2026-01-17 02:27:35'),
(9225,2,2,1,'Double-bed-room_2026-01-17-022737_apcr.jpg','image/jpeg','image',NULL,6724,4488,17138809,NULL,NULL,NULL,'2026-01-17 02:27:38','2026-01-17 02:27:38','2026-01-17 02:27:38'),
(9226,2,2,1,'Lobby_2026-01-17-022739_kauj.jpg','image/jpeg','image',NULL,6725,4485,14020284,NULL,NULL,NULL,'2026-01-17 02:27:39','2026-01-17 02:27:39','2026-01-17 02:27:39'),
(9238,2,2,1,'Lobby-3.jpg','image/jpeg','image',NULL,6720,4480,17257851,NULL,NULL,NULL,'2026-01-17 02:36:47','2026-01-17 02:36:47','2026-01-17 02:36:47'),
(9244,2,2,1,'Rehab-Gym_2026-01-17-023735_rgrd.jpg','image/jpeg','image',NULL,6724,4491,14675391,NULL,NULL,NULL,'2026-01-17 02:37:36','2026-01-17 02:37:36','2026-01-17 02:37:36'),
(9245,2,2,1,'Double-Room_2026-01-17-023738_otaz.jpg','image/jpeg','image',NULL,6749,4485,14163177,NULL,NULL,NULL,'2026-01-17 02:37:38','2026-01-17 02:37:39','2026-01-17 02:37:39'),
(9246,2,2,1,'Front-of-Building-2_2026-01-17-023739_gkfl.jpg','image/jpeg','image',NULL,4032,3024,5247571,NULL,NULL,NULL,'2026-01-17 02:37:40','2026-01-17 02:37:40','2026-01-17 02:37:40'),
(9247,2,2,1,'Kitchen-Area.jpg','image/jpeg','image',NULL,6727,4495,14265124,NULL,NULL,NULL,'2026-01-17 02:37:41','2026-01-17 02:37:41','2026-01-17 02:37:41'),
(9248,2,2,1,'Lobby-2_2026-01-17-023742_xotr.jpg','image/jpeg','image',NULL,6731,4487,16147682,NULL,NULL,NULL,'2026-01-17 02:37:43','2026-01-17 02:37:43','2026-01-17 02:37:43'),
(9249,2,2,1,'Lobby-3_2026-01-17-023744_fttw.jpg','image/jpeg','image',NULL,6720,4480,17257851,NULL,NULL,NULL,'2026-01-17 02:37:45','2026-01-17 02:37:45','2026-01-17 02:37:45'),
(9250,2,2,1,'Rehab-Gym-2_2026-01-17-023746_veyd.jpg','image/jpeg','image',NULL,6728,4490,15240894,NULL,NULL,NULL,'2026-01-17 02:37:47','2026-01-17 02:37:47','2026-01-17 02:37:47'),
(9255,2,2,1,'Lobby_2026-01-17-024049_pwhf.jpg','image/jpeg','image',NULL,3000,2400,699874,NULL,NULL,NULL,'2026-01-17 02:40:50','2026-01-17 02:40:50','2026-01-17 02:40:50'),
(9258,2,2,1,'Lobby-2_2026-01-17-024131_otji.jpg','image/jpeg','image',NULL,3000,2400,591016,NULL,NULL,NULL,'2026-01-17 02:41:31','2026-01-17 02:41:31','2026-01-17 02:41:31'),
(9259,2,2,1,'Lobby_2026-01-17-024132_gtnb.jpg','image/jpeg','image',NULL,3000,2400,699874,NULL,NULL,NULL,'2026-01-17 02:41:32','2026-01-17 02:41:32','2026-01-17 02:41:32'),
(9260,2,2,1,'Room_2026-01-17-024132_vjdj.jpg','image/jpeg','image',NULL,3000,2400,834640,NULL,NULL,NULL,'2026-01-17 02:41:33','2026-01-17 02:41:33','2026-01-17 02:41:33'),
(9261,2,2,1,'Dinning-Area_2026-01-17-024134_tuxw.jpg','image/jpeg','image',NULL,3000,2400,739648,NULL,NULL,NULL,'2026-01-17 02:41:34','2026-01-17 02:41:34','2026-01-17 02:41:34'),
(9286,2,2,1,'Lobby_2026-01-17-140145_nmub.jpg','image/jpeg','image',NULL,6720,4480,5854638,NULL,NULL,NULL,'2026-01-17 14:01:46','2026-01-17 14:01:46','2026-01-17 14:01:46'),
(9289,2,2,1,'Dinning-Area-2.jpg','image/jpeg','image',NULL,6720,4480,6612263,NULL,NULL,NULL,'2026-01-17 14:03:05','2026-01-17 14:03:05','2026-01-17 14:03:05'),
(9290,2,2,1,'Dinning-Area_2026-01-17-140307_nomh.jpg','image/jpeg','image',NULL,6720,4480,6548193,NULL,NULL,NULL,'2026-01-17 14:03:08','2026-01-17 14:03:09','2026-01-17 14:03:09'),
(9291,2,2,1,'Lobby_2026-01-17-140309_zckg.jpg','image/jpeg','image',NULL,6720,4480,5854638,NULL,NULL,NULL,'2026-01-17 14:03:10','2026-01-17 14:03:10','2026-01-17 14:03:10'),
(9292,2,2,1,'Outside-seating.jpg','image/jpeg','image',NULL,6720,4480,11672543,NULL,NULL,NULL,'2026-01-17 14:03:13','2026-01-17 14:03:13','2026-01-17 14:03:13'),
(9293,2,2,1,'Rehab-Gym_2026-01-17-140315_ntdx.jpg','image/jpeg','image',NULL,6720,4480,5064411,NULL,NULL,NULL,'2026-01-17 14:03:16','2026-01-17 14:03:16','2026-01-17 14:03:16'),
(9294,2,2,1,'Dinning-Area-piano.jpg','image/jpeg','image',NULL,6720,4480,6038713,NULL,NULL,NULL,'2026-01-17 14:03:18','2026-01-17 14:03:18','2026-01-17 14:03:18'),
(9309,2,2,1,'lobby_2026-01-17-141153_gfwd.jpg','image/jpeg','image',NULL,6720,4480,16769402,NULL,NULL,NULL,'2026-01-17 14:11:53','2026-01-17 14:11:54','2026-01-17 14:11:54'),
(9312,2,2,1,'lobby_2026-01-17-141243_utls.jpg','image/jpeg','image',NULL,6720,4480,16769402,NULL,NULL,NULL,'2026-01-17 14:12:44','2026-01-17 14:12:44','2026-01-17 14:12:44'),
(9313,2,2,1,'room_2026-01-17-141246_mphf.jpg','image/jpeg','image',NULL,6720,4480,17106775,NULL,NULL,NULL,'2026-01-17 14:12:46','2026-01-17 14:12:47','2026-01-17 14:12:47'),
(9314,2,2,1,'front-of-building_2026-01-17-141247_bgai.jpg','image/jpeg','image',NULL,6723,4483,13308997,NULL,NULL,NULL,'2026-01-17 14:12:49','2026-01-17 14:12:49','2026-01-17 14:12:49'),
(9319,2,2,1,'gym-rehab_2026-01-17-141538_xcuh.jpg','image/jpeg','image',NULL,6720,4480,6184744,NULL,NULL,NULL,'2026-01-17 14:15:39','2026-01-17 14:15:39','2026-01-17 14:15:39'),
(9320,2,2,1,'lobby-2_2026-01-17-141541_tgxq.jpg','image/jpeg','image',NULL,6728,4491,5462043,NULL,NULL,NULL,'2026-01-17 14:15:42','2026-01-17 14:15:43','2026-01-17 14:15:43'),
(9321,2,2,1,'lobby_2026-01-17-141543_tphz.jpg','image/jpeg','image',NULL,6724,4486,5127591,NULL,NULL,NULL,'2026-01-17 14:15:44','2026-01-17 14:15:44','2026-01-17 14:15:44'),
(9322,2,2,1,'room-2_2026-01-17-141545_yrzi.jpg','image/jpeg','image',NULL,6720,4480,4248258,NULL,NULL,NULL,'2026-01-17 14:15:46','2026-01-17 14:15:46','2026-01-17 14:15:46'),
(9323,2,2,1,'room_2026-01-17-141548_grpc.jpg','image/jpeg','image',NULL,6720,4480,5395750,NULL,NULL,NULL,'2026-01-17 14:15:49','2026-01-17 14:15:49','2026-01-17 14:15:49'),
(9328,2,2,1,'gym-rehab-2_2026-01-17-141824_jbny.jpg','image/jpeg','image',NULL,6720,4480,16749940,NULL,NULL,NULL,'2026-01-17 14:18:25','2026-01-17 14:18:25','2026-01-17 14:18:25'),
(9331,2,2,1,'gym-rehab-3_2026-01-17-141929_vvae.jpg','image/jpeg','image',NULL,6720,4480,15575408,NULL,NULL,NULL,'2026-01-17 14:19:30','2026-01-17 14:19:30','2026-01-17 14:19:30'),
(9332,2,2,1,'gym-rehab_2026-01-17-141932_mmit.jpg','image/jpeg','image',NULL,6720,4480,8740656,NULL,NULL,NULL,'2026-01-17 14:19:33','2026-01-17 14:19:34','2026-01-17 14:19:34'),
(9333,2,2,1,'double-bed-room-2_2026-01-17-141934_xbzj.jpg','image/jpeg','image',NULL,6720,4480,14469711,NULL,NULL,NULL,'2026-01-17 14:19:35','2026-01-17 14:19:35','2026-01-17 14:19:35'),
(9334,2,2,1,'double-bed-room_2026-01-17-141936_qmwf.jpg','image/jpeg','image',NULL,6720,4480,17093791,NULL,NULL,NULL,'2026-01-17 14:19:37','2026-01-17 14:19:37','2026-01-17 14:19:37'),
(9335,2,2,1,'entertainment-area.jpg','image/jpeg','image',NULL,6720,4480,16501915,NULL,NULL,NULL,'2026-01-17 14:19:39','2026-01-17 14:19:39','2026-01-17 14:19:39'),
(9336,2,2,1,'gym-rehab-2_2026-01-17-141941_cfyt.jpg','image/jpeg','image',NULL,6720,4480,16749940,NULL,NULL,NULL,'2026-01-17 14:19:41','2026-01-17 14:19:42','2026-01-17 14:19:42'),
(9354,2,2,1,'Rehab-Gym_2026-01-17-142832_rvju.jpg','image/jpeg','image',NULL,6000,4000,7574082,NULL,NULL,NULL,'2026-01-17 14:28:33','2026-01-17 14:28:34','2026-01-17 14:28:34'),
(9415,2,2,1,'Park-Place-Lobby_2026-01-17-145451_dave.jpg','image/jpeg','image',NULL,6720,4480,17599905,NULL,NULL,NULL,'2026-01-17 14:54:52','2026-01-17 14:54:52','2026-01-17 14:54:52'),
(9420,2,2,1,'Unknown-9.jpeg','image/jpeg','image',NULL,1200,1600,440115,NULL,NULL,NULL,'2026-01-17 14:59:29','2026-01-17 14:59:29','2026-01-17 14:59:29'),
(9423,2,2,1,'Unknown-8.jpeg','image/jpeg','image',NULL,1200,1600,466126,NULL,NULL,NULL,'2026-01-17 15:00:01','2026-01-17 15:00:01','2026-01-17 15:00:01'),
(9424,2,2,1,'Unknown-7.jpeg','image/jpeg','image',NULL,1200,1600,449105,NULL,NULL,NULL,'2026-01-17 15:00:02','2026-01-17 15:00:02','2026-01-17 15:00:02'),
(9425,2,2,1,'Unknown-3.jpeg','image/jpeg','image',NULL,1600,1200,446674,NULL,NULL,NULL,'2026-01-17 15:00:02','2026-01-17 15:00:02','2026-01-17 15:00:02'),
(9426,2,2,1,'Unknown.jpeg','image/jpeg','image',NULL,5333,4000,7072777,NULL,NULL,NULL,'2026-01-17 15:00:04','2026-01-17 15:00:04','2026-01-17 15:00:04'),
(9427,2,2,1,'Unknown-1.jpeg','image/jpeg','image',NULL,3793,4330,5016997,NULL,NULL,NULL,'2026-01-17 15:00:06','2026-01-17 15:00:06','2026-01-17 15:00:06'),
(9453,3,3,1,'CC-WW-Floor-Plan-Flyer-1.pdf','application/pdf','pdf',NULL,NULL,NULL,289047,NULL,NULL,NULL,'2026-01-17 15:10:42','2026-01-17 15:10:42','2026-01-17 15:10:42'),
(9466,2,2,1,'Mayfield.jpg','image/jpeg','image',NULL,669,446,123997,NULL,NULL,NULL,'2026-01-17 15:35:31','2026-01-17 15:35:31','2026-01-17 15:35:31'),
(9469,2,2,1,'Mayfield-3.jpg','image/jpeg','image',NULL,669,446,53368,NULL,NULL,NULL,'2026-01-17 15:35:52','2026-01-17 15:35:52','2026-01-17 15:35:52'),
(9470,2,2,1,'Mayfield-2.jpg','image/jpeg','image',NULL,669,446,72789,NULL,NULL,NULL,'2026-01-17 15:35:53','2026-01-17 15:35:53','2026-01-17 15:35:53'),
(9471,2,2,1,'Mayfield_2026-01-17-153553_swad.jpg','image/jpeg','image',NULL,669,446,123997,NULL,NULL,NULL,'2026-01-17 15:35:53','2026-01-17 15:35:53','2026-01-17 15:35:53'),
(9518,2,2,1,'Roosevelt-Old-Bridge-Gym_2026-01-17-161242_qxrn.jpg','image/jpeg','image',NULL,6727,4482,15385400,NULL,NULL,NULL,'2026-01-17 16:12:43','2026-01-17 16:12:43','2026-01-17 16:12:43'),
(9519,2,2,1,'Roosevelt_OldBridge_DoubleRoom.jpg','image/jpeg','image',NULL,6729,4486,16025251,NULL,NULL,NULL,'2026-01-17 16:12:46','2026-01-17 16:12:46','2026-01-17 16:12:46'),
(9520,2,2,1,'Roosevelt_OldBridge_SingleRoom.jpg','image/jpeg','image',NULL,6720,4480,15169581,NULL,NULL,NULL,'2026-01-17 16:12:48','2026-01-17 16:12:49','2026-01-17 16:12:49'),
(9524,2,2,1,'uptown-3.jpg','image/jpeg','image',NULL,669,440,69423,NULL,NULL,NULL,'2026-01-17 16:15:19','2026-01-17 16:15:19','2026-01-17 16:15:19'),
(9529,2,2,1,'uptown-3_2026-01-17-161618_wfxl.jpg','image/jpeg','image',NULL,669,440,69423,NULL,NULL,NULL,'2026-01-17 16:16:18','2026-01-17 16:16:18','2026-01-17 16:16:18'),
(9530,2,2,1,'uptown-2.jpg','image/jpeg','image',NULL,669,446,55691,NULL,NULL,NULL,'2026-01-17 16:16:19','2026-01-17 16:16:19','2026-01-17 16:16:19'),
(9531,2,2,1,'uptown.jpg','image/jpeg','image',NULL,669,454,52115,NULL,NULL,NULL,'2026-01-17 16:16:19','2026-01-17 16:16:19','2026-01-17 16:16:19'),
(9535,2,2,1,'Beacon-1.jpg','image/jpeg','image',NULL,658,468,128617,'0.4696;0.6154',NULL,NULL,'2026-01-17 16:17:55','2026-01-17 16:17:55','2026-01-20 17:47:15'),
(9540,6,8,1,'4-QM.png','image/png','image',NULL,1200,1200,225688,NULL,NULL,NULL,'2026-01-17 16:30:01','2026-01-17 16:30:01','2026-01-17 16:30:01'),
(9543,6,8,1,'4-Overall.png','image/png','image',NULL,1200,1200,226598,NULL,NULL,NULL,'2026-01-17 16:31:05','2026-01-17 16:31:05','2026-01-17 16:31:05'),
(9546,6,8,1,'5-Overall.png','image/png','image',NULL,1200,1200,227435,NULL,NULL,NULL,'2026-01-17 16:31:34','2026-01-17 16:31:34','2026-01-17 16:31:34'),
(9553,6,8,1,'High-5.png','image/png','image',NULL,1200,1200,190617,NULL,NULL,NULL,'2026-01-17 16:32:27','2026-01-17 16:32:27','2026-01-17 16:32:27'),
(9556,6,8,1,'WW.png','image/png','image',NULL,1200,1200,167904,NULL,NULL,NULL,'2026-01-17 16:32:50','2026-01-17 16:32:50','2026-01-17 16:32:50'),
(9559,6,8,1,'Holmdel.png','image/png','image',NULL,1200,1200,167546,NULL,NULL,NULL,'2026-01-17 16:33:11','2026-01-17 16:33:11','2026-01-17 16:33:11'),
(9589,2,2,1,'Inglemoor-Dining-room.jpg','image/jpeg','image',NULL,7968,5312,6390595,NULL,NULL,NULL,'2026-01-17 16:48:36','2026-01-17 16:48:37','2026-01-17 16:48:37'),
(9592,2,2,1,'MilfordManor_Lobby-website.jpg','image/jpeg','image',NULL,5725,3817,3762287,NULL,NULL,NULL,'2026-01-17 16:52:45','2026-01-17 16:52:45','2026-01-17 16:52:45'),
(9622,2,2,1,'Regent-Dining-1.jpg','image/jpeg','image',NULL,7622,5126,5004888,NULL,NULL,NULL,'2026-01-17 17:20:15','2026-01-17 17:20:15','2026-01-17 17:20:15'),
(9623,2,2,1,'Regent-Dining-2.jpg','image/jpeg','image',NULL,7718,5146,3968931,NULL,NULL,NULL,'2026-01-17 17:20:18','2026-01-17 17:20:18','2026-01-17 17:20:18'),
(9624,2,2,1,'Regent-Gym-1-edit.jpg','image/jpeg','image',NULL,7800,5200,5767530,NULL,NULL,NULL,'2026-01-17 17:20:21','2026-01-17 17:20:21','2026-01-17 17:20:21'),
(9625,2,2,1,'Regent-Gym-2.jpg','image/jpeg','image',NULL,7647,5098,4099728,NULL,NULL,NULL,'2026-01-17 17:20:24','2026-01-17 17:20:24','2026-01-17 17:20:24'),
(9626,2,2,1,'Regent-Gym-3-edit.jpg','image/jpeg','image',NULL,7524,5016,7946238,NULL,NULL,NULL,'2026-01-17 17:20:27','2026-01-17 17:20:27','2026-01-17 17:20:27'),
(9627,2,2,1,'Regent-Hall-2.jpg','image/jpeg','image',NULL,7995,5330,4537350,NULL,NULL,NULL,'2026-01-17 17:20:30','2026-01-17 17:20:30','2026-01-17 17:20:30'),
(9628,2,2,1,'Regent-Hall.jpg','image/jpeg','image',NULL,7995,5330,4554666,NULL,NULL,NULL,'2026-01-17 17:20:33','2026-01-17 17:20:33','2026-01-17 17:20:33'),
(9629,2,2,1,'Regent-Lobby-1.jpg','image/jpeg','image',NULL,7918,5278,5799070,NULL,NULL,NULL,'2026-01-17 17:20:36','2026-01-17 17:20:36','2026-01-17 17:20:36'),
(9630,2,2,1,'Regent-Lobby-2.jpg','image/jpeg','image',NULL,7901,5267,9247669,NULL,NULL,NULL,'2026-01-17 17:20:39','2026-01-17 17:20:40','2026-01-17 17:20:40'),
(9631,2,2,1,'Regent-Lobby-3.jpg','image/jpeg','image',NULL,7633,5089,5601414,NULL,NULL,NULL,'2026-01-17 17:20:42','2026-01-17 17:20:42','2026-01-17 17:20:42'),
(9632,2,2,1,'Regent-Room-1.jpg','image/jpeg','image',NULL,7542,5028,4752109,NULL,NULL,NULL,'2026-01-17 17:20:45','2026-01-17 17:20:45','2026-01-17 17:20:45'),
(9633,2,2,1,'Regent-room-2.jpg','image/jpeg','image',NULL,7598,5065,4472339,NULL,NULL,NULL,'2026-01-17 17:20:47','2026-01-17 17:20:48','2026-01-17 17:20:48'),
(9641,6,8,1,'Newsweek-Best-Nursing-Home-CC-Badge-2026.png','image/png','image',NULL,1638,1613,607723,NULL,NULL,NULL,'2026-01-17 18:14:03','2026-01-17 18:14:03','2026-01-17 18:14:03'),
(9663,6,8,1,'CC-Badges-for-Website_High5.png','image/png','image',NULL,1200,1200,299307,NULL,NULL,NULL,'2026-01-17 18:56:43','2026-01-17 18:56:43','2026-01-17 18:56:43'),
(9664,6,8,1,'CC-Badges-for-Website_Holmdel-Google.png','image/png','image',NULL,1200,1200,197137,NULL,NULL,NULL,'2026-01-17 18:56:44','2026-01-17 18:56:44','2026-01-17 18:56:44'),
(9666,6,8,1,'CC-Badges-for-Website_Preferred-Provider-Place-Holder.png','image/png','image',NULL,1200,1200,297080,NULL,NULL,NULL,'2026-01-17 18:56:46','2026-01-17 18:56:46','2026-01-17 18:56:46'),
(9669,6,8,1,'CC-Badges-for-Website_Legacy-Award_2026-01-17-185804_nvfg.png','image/png','image',NULL,1200,1200,401694,NULL,NULL,NULL,'2026-01-17 18:58:04','2026-01-17 18:58:04','2026-01-17 18:58:04'),
(9672,6,8,1,'CC-Badges-for-Website_High5_2026-01-17-185838_noah.png','image/png','image',NULL,1200,1200,299307,NULL,NULL,NULL,'2026-01-17 18:58:38','2026-01-17 18:58:38','2026-01-17 18:58:38'),
(9675,6,8,1,'CC-Badges-for-Website_Preferred-Provider-Place-Holder_2026-01-17-185923_aisu.png','image/png','image',NULL,1200,1200,297080,NULL,NULL,NULL,'2026-01-17 18:59:24','2026-01-17 18:59:24','2026-01-17 18:59:24'),
(9677,6,8,1,'CC-CMS-4-O.png','image/png','image',NULL,2390,2393,739249,NULL,NULL,NULL,'2026-01-17 19:00:16','2026-01-17 19:00:16','2026-01-17 19:00:16'),
(9680,6,8,1,'Preferred-Provider-AtlantiCare.png','image/png','image',NULL,1200,1200,200022,NULL,NULL,NULL,'2026-01-17 19:03:08','2026-01-17 19:03:08','2026-01-17 19:03:08'),
(9685,2,2,1,'367A3617.jpg','image/jpeg','image',NULL,6726,4487,16458610,NULL,NULL,NULL,'2026-01-17 19:21:41','2026-01-17 19:21:41','2026-01-17 19:21:41'),
(9686,2,2,1,'367A3628.jpg','image/jpeg','image',NULL,6720,4480,13552350,NULL,NULL,NULL,'2026-01-17 19:21:44','2026-01-17 19:21:45','2026-01-17 19:21:45'),
(9687,2,2,1,'367A3644.jpg','image/jpeg','image',NULL,6729,4512,16020177,NULL,NULL,NULL,'2026-01-17 19:21:48','2026-01-17 19:21:49','2026-01-17 19:21:49'),
(9688,2,2,1,'367A3655.jpg','image/jpeg','image',NULL,6725,4484,16021937,NULL,NULL,NULL,'2026-01-17 19:21:52','2026-01-17 19:21:52','2026-01-17 19:21:52'),
(9689,2,2,1,'367A3670.jpg','image/jpeg','image',NULL,6720,4480,15612011,NULL,NULL,NULL,'2026-01-17 19:21:56','2026-01-17 19:21:56','2026-01-17 19:21:56'),
(9690,2,2,1,'367A3686.jpg','image/jpeg','image',NULL,6731,4490,16514751,NULL,NULL,NULL,'2026-01-17 19:22:00','2026-01-17 19:22:00','2026-01-17 19:22:00'),
(9691,2,2,1,'367A3695.jpg','image/jpeg','image',NULL,4480,6720,14464682,NULL,NULL,NULL,'2026-01-17 19:22:03','2026-01-17 19:22:04','2026-01-17 19:22:04'),
(9692,2,2,1,'367A3719.jpg','image/jpeg','image',NULL,6720,4480,17248026,NULL,NULL,NULL,'2026-01-17 19:22:08','2026-01-17 19:22:08','2026-01-17 19:22:08'),
(9693,2,2,1,'Care-Age-Family-Room.jpg','image/jpeg','image',NULL,6207,4138,4884770,NULL,NULL,NULL,'2026-01-17 19:26:40','2026-01-17 19:26:40','2026-01-17 19:26:40'),
(9694,2,2,1,'Care-Age-Outdoor-Patio.jpg','image/jpeg','image',NULL,6452,4302,8137573,NULL,NULL,NULL,'2026-01-17 19:26:43','2026-01-17 19:26:43','2026-01-17 19:26:43'),
(9698,6,8,1,'CC-CMS-5-O.png','image/png','image',NULL,2390,2393,733865,NULL,NULL,NULL,'2026-01-17 19:30:43','2026-01-17 19:30:43','2026-01-17 19:30:43'),
(9701,6,8,1,'CC-CMS-5-QM.png','image/png','image',NULL,2390,2393,738404,NULL,NULL,NULL,'2026-01-17 19:31:04','2026-01-17 19:31:04','2026-01-17 19:31:04'),
(9704,6,8,1,'CC-CMS-4-O_2026-01-17-193121_zejc.png','image/png','image',NULL,2390,2393,739249,NULL,NULL,NULL,'2026-01-17 19:31:22','2026-01-17 19:31:22','2026-01-17 19:31:22'),
(9707,6,8,1,'CC-CMS-4-QM.png','image/png','image',NULL,2390,2393,766366,NULL,NULL,NULL,'2026-01-17 19:31:43','2026-01-17 19:31:43','2026-01-17 19:31:43'),
(9710,6,8,1,'CC-Badges-for-Website_High5_2026-01-17-193201_wozc.png','image/png','image',NULL,1200,1200,299307,NULL,NULL,NULL,'2026-01-17 19:32:02','2026-01-17 19:32:02','2026-01-17 19:32:02'),
(9714,6,8,1,'CC-Legacy-Awards-2024-Badge.png','image/png','image',NULL,1200,1200,403035,NULL,NULL,NULL,'2026-02-13 16:37:06','2026-01-17 19:32:47','2026-02-13 16:37:06'),
(9717,6,8,1,'CC-Badges-for-Website_WW-Google.png','image/png','image',NULL,1200,1200,196567,NULL,NULL,NULL,'2026-01-17 19:34:00','2026-01-17 19:34:00','2026-01-17 19:34:00'),
(9720,6,8,1,'CC-Badges-for-Website_Holmdel-Google_2026-01-17-193420_obtc.png','image/png','image',NULL,1200,1200,197137,NULL,NULL,NULL,'2026-01-17 19:34:20','2026-01-17 19:34:20','2026-01-17 19:34:20'),
(9725,6,8,1,'Badge-NursingHomes_LongTerm-year-2025.png','image/png','image',NULL,2067,2155,361594,NULL,NULL,NULL,'2026-01-17 20:00:15','2026-01-17 20:00:15','2026-01-17 20:00:15'),
(9728,6,8,1,'Badge-NursingHomes_ShortTerm-year-2025.png','image/png','image',NULL,2067,2155,387742,NULL,NULL,NULL,'2026-01-17 20:00:47','2026-01-17 20:00:47','2026-01-17 20:00:47'),
(9733,6,8,1,'Badge-NursingHomes_ShortTerm-year.png','image/png','image',NULL,1034,1077,111213,NULL,NULL,NULL,'2026-01-17 20:02:32','2026-01-17 20:02:32','2026-01-17 20:02:32'),
(9736,6,8,1,'Badge-NursingHomes_LongTerm-year.png','image/png','image',NULL,1034,1077,108853,NULL,NULL,NULL,'2026-01-17 20:02:49','2026-01-17 20:02:49','2026-01-17 20:02:49'),
(9749,2,2,1,'Hales-Corners-External-1.jpg','image/jpeg','image',NULL,6393,4262,7907101,'0.7001;0.4924',NULL,NULL,'2026-01-17 20:08:01','2026-01-17 20:08:02','2026-01-17 20:20:34'),
(9800,2,2,1,'Hales-Corners-Dining-Room.jpg','image/jpeg','image',NULL,6396,4264,4356288,NULL,NULL,NULL,'2026-01-17 20:21:51','2026-01-17 20:21:51','2026-01-17 20:21:51'),
(9803,2,2,1,'Hales-Corners-External-1_2026-01-17-202153_aync.jpg','image/jpeg','image',NULL,6393,4262,7907101,NULL,NULL,NULL,'2026-01-17 20:21:54','2026-01-17 20:21:54','2026-01-17 20:21:54'),
(9804,2,2,1,'Hales-Corners-External-2.jpg','image/jpeg','image',NULL,6401,4270,6261667,NULL,NULL,NULL,'2026-01-17 20:21:57','2026-01-17 20:21:57','2026-01-17 20:21:57'),
(9805,2,2,1,'Hales-Corners-External-3.jpg','image/jpeg','image',NULL,6209,4139,6781006,NULL,NULL,NULL,'2026-01-17 20:22:00','2026-01-17 20:22:00','2026-01-17 20:22:00'),
(9806,2,2,1,'Hales-Corners-Gym-1.jpg','image/jpeg','image',NULL,6348,4236,5122061,NULL,NULL,NULL,'2026-01-17 20:22:02','2026-01-17 20:22:02','2026-01-17 20:22:02'),
(9807,2,2,1,'Hales-Corners-Gym-2.jpg','image/jpeg','image',NULL,6150,4102,4418066,NULL,NULL,NULL,'2026-01-17 20:22:04','2026-01-17 20:22:05','2026-01-17 20:22:05'),
(9808,2,2,1,'Hales-Corners-Room.jpg','image/jpeg','image',NULL,6371,4246,5833285,NULL,NULL,NULL,'2026-01-17 20:22:07','2026-01-17 20:22:07','2026-01-17 20:22:07'),
(9809,2,2,1,'Hales-Corners-Room-1.jpg','image/jpeg','image',NULL,6262,4175,5422645,NULL,NULL,NULL,'2026-01-17 20:22:10','2026-01-17 20:22:10','2026-01-17 20:22:10'),
(9811,2,2,1,'Hales-Corners-Room-2.jpg','image/jpeg','image',NULL,6171,4117,4464544,NULL,NULL,NULL,'2026-01-17 20:22:12','2026-01-17 20:22:12','2026-01-17 20:22:12'),
(9812,2,2,1,'Hales-Corners-sitting-Room-1.jpg','image/jpeg','image',NULL,6398,4171,5112064,NULL,NULL,NULL,'2026-01-17 20:22:15','2026-01-17 20:22:15','2026-01-17 20:22:15'),
(9813,2,2,1,'Hales-Corners-Sitting-Room.jpg','image/jpeg','image',NULL,6327,4219,4815278,NULL,NULL,NULL,'2026-01-17 20:22:17','2026-01-17 20:22:17','2026-01-17 20:22:17'),
(9839,2,2,1,'Kinsington-Lobby-2.jpg','image/jpeg','image',NULL,6747,4499,16778427,NULL,NULL,NULL,'2026-01-17 20:32:17','2026-01-17 20:32:18','2026-01-17 20:32:18'),
(9843,2,2,1,'Kinsington-External-1.jpg','image/jpeg','image',NULL,6612,4414,6218596,NULL,NULL,NULL,'2026-01-17 20:33:14','2026-01-17 20:33:14','2026-01-17 20:33:14'),
(9846,2,2,1,'Kinsington-External-1_2026-01-17-203343_ffjh.jpg','image/jpeg','image',NULL,6612,4414,6218596,NULL,NULL,NULL,'2026-01-17 20:33:44','2026-01-17 20:33:44','2026-01-17 20:33:44'),
(9852,2,2,1,'Kinsington-External-1_2026-01-17-203432_vjah.jpg','image/jpeg','image',NULL,6612,4414,6218596,NULL,NULL,NULL,'2026-01-17 20:34:33','2026-01-17 20:34:33','2026-01-17 20:34:33'),
(9859,2,2,1,'Kinsington-dining-Room.jpg','image/jpeg','image',NULL,6503,4333,5200018,NULL,NULL,NULL,'2026-01-17 20:35:19','2026-01-17 20:35:19','2026-01-17 20:35:19'),
(9860,2,2,1,'Kinsington-External-1_2026-01-17-203521_igkc.jpg','image/jpeg','image',NULL,6612,4414,6218596,NULL,NULL,NULL,'2026-01-17 20:35:22','2026-01-17 20:35:22','2026-01-17 20:35:22'),
(9861,2,2,1,'Kinsington-External-2.jpg','image/jpeg','image',NULL,6604,4404,5803175,NULL,NULL,NULL,'2026-01-17 20:35:25','2026-01-17 20:35:25','2026-01-17 20:35:25'),
(9862,2,2,1,'Kinsington-External-3.jpg','image/jpeg','image',NULL,6553,4369,6019951,NULL,NULL,NULL,'2026-01-17 20:35:28','2026-01-17 20:35:28','2026-01-17 20:35:28'),
(9864,2,2,1,'Kinsington-Gym-1.jpg','image/jpeg','image',NULL,6381,4254,4141739,NULL,NULL,NULL,'2026-01-17 20:35:30','2026-01-17 20:35:30','2026-01-17 20:35:30'),
(9865,2,2,1,'Kinsington-Gym-2.jpg','image/jpeg','image',NULL,6279,4186,3483573,NULL,NULL,NULL,'2026-01-17 20:35:33','2026-01-17 20:35:33','2026-01-17 20:35:33'),
(9866,2,2,1,'Kinsington-Lobby-2_2026-01-17-203537_mjxm.jpg','image/jpeg','image',NULL,6747,4499,16778427,NULL,NULL,NULL,'2026-01-17 20:35:38','2026-01-17 20:35:38','2026-01-17 20:35:38'),
(9868,2,2,1,'Kinsington-Lobby.jpg','image/jpeg','image',NULL,6741,4505,17085312,NULL,NULL,NULL,'2026-01-17 20:35:42','2026-01-17 20:35:42','2026-01-17 20:35:42'),
(9869,2,2,1,'Kinsington-Room-1.jpg','image/jpeg','image',NULL,6429,4286,4629216,NULL,NULL,NULL,'2026-01-17 20:35:44','2026-01-17 20:35:44','2026-01-17 20:35:44'),
(9870,2,2,1,'Kinsington-Room-2.jpg','image/jpeg','image',NULL,6726,4486,15082439,NULL,NULL,NULL,'2026-01-17 20:35:48','2026-01-17 20:35:48','2026-01-17 20:35:48'),
(9871,2,2,1,'Kinsington-Room-3.jpg','image/jpeg','image',NULL,6734,4488,15935013,NULL,NULL,NULL,'2026-01-17 20:35:52','2026-01-17 20:35:52','2026-01-17 20:35:52'),
(9872,2,2,1,'Kinsington-Room-4.jpg','image/jpeg','image',NULL,6744,4493,14665365,NULL,NULL,NULL,'2026-01-17 20:35:55','2026-01-17 20:35:56','2026-01-17 20:35:56'),
(9873,2,2,1,'Kinsington-Room-5.jpg','image/jpeg','image',NULL,6728,4496,14863179,NULL,NULL,NULL,'2026-01-17 20:35:59','2026-01-17 20:35:59','2026-01-17 20:35:59'),
(9874,2,2,1,'Kinsington-Room-6.jpg','image/jpeg','image',NULL,6722,4488,15694731,NULL,NULL,NULL,'2026-01-17 20:36:03','2026-01-17 20:36:03','2026-01-17 20:36:03'),
(9876,2,2,1,'Kinsington-Sitting-area.jpg','image/jpeg','image',NULL,6755,4504,15888608,NULL,NULL,NULL,'2026-01-17 20:36:11','2026-01-17 20:36:11','2026-01-17 20:36:11'),
(9901,2,2,1,'Nazareth-External-2.jpg','image/jpeg','image',NULL,6525,4350,7677198,NULL,NULL,NULL,'2026-01-17 20:44:23','2026-01-17 20:44:23','2026-01-17 20:44:23'),
(9903,2,2,1,'Nazareth-External-1.jpg','image/jpeg','image',NULL,6433,4302,5249172,NULL,NULL,NULL,'2026-01-17 20:44:37','2026-01-17 20:44:37','2026-01-17 20:44:37'),
(9904,2,2,1,'Nazareth-External-2_2026-01-17-204439_rkzj.jpg','image/jpeg','image',NULL,6525,4350,7677198,NULL,NULL,NULL,'2026-01-17 20:44:40','2026-01-17 20:44:40','2026-01-17 20:44:40'),
(9905,2,2,1,'Nazareth-External-3.jpg','image/jpeg','image',NULL,6597,4412,7338207,NULL,NULL,NULL,'2026-01-17 20:44:43','2026-01-17 20:44:43','2026-01-17 20:44:43'),
(9906,2,2,1,'Nazareth-External-4.jpg','image/jpeg','image',NULL,6630,4422,7812700,NULL,NULL,NULL,'2026-01-17 20:44:46','2026-01-17 20:44:46','2026-01-17 20:44:46'),
(9907,2,2,1,'Nazareth-Family-Room-1.jpg','image/jpeg','image',NULL,6662,4452,5593954,NULL,NULL,NULL,'2026-01-17 20:44:48','2026-01-17 20:44:49','2026-01-17 20:44:49'),
(9908,2,2,1,'Nazareth-Family-Room-2.jpg','image/jpeg','image',NULL,6636,4426,5340714,NULL,NULL,NULL,'2026-01-17 20:44:51','2026-01-17 20:44:51','2026-01-17 20:44:51'),
(9909,2,2,1,'Nazareth-Family-Room-3.jpg','image/jpeg','image',NULL,6637,4441,5631099,NULL,NULL,NULL,'2026-01-17 20:44:54','2026-01-17 20:44:54','2026-01-17 20:44:54'),
(9910,2,2,1,'Nazareth-Gym-1.jpg','image/jpeg','image',NULL,6587,4408,4723588,NULL,NULL,NULL,'2026-01-17 20:44:56','2026-01-17 20:44:56','2026-01-17 20:44:56'),
(9911,2,2,1,'Nazareth-Gym-2.jpg','image/jpeg','image',NULL,4338,6509,5380884,NULL,NULL,NULL,'2026-01-17 20:44:59','2026-01-17 20:44:59','2026-01-17 20:44:59'),
(9912,2,2,1,'Nazareth-Gym-3.jpg','image/jpeg','image',NULL,6641,4435,5356854,NULL,NULL,NULL,'2026-01-17 20:45:01','2026-01-17 20:45:01','2026-01-17 20:45:01'),
(9913,2,2,1,'Nazareth-Room-1.jpg','image/jpeg','image',NULL,6319,4214,4549385,NULL,NULL,NULL,'2026-01-17 20:45:04','2026-01-17 20:45:04','2026-01-17 20:45:04'),
(9914,2,2,1,'Nazareth-Room-2.jpg','image/jpeg','image',NULL,6634,4423,5266516,NULL,NULL,NULL,'2026-01-17 20:45:07','2026-01-17 20:45:07','2026-01-17 20:45:07'),
(9915,2,2,1,'Nazareth-Room.jpg','image/jpeg','image',NULL,6613,4414,5039919,NULL,NULL,NULL,'2026-01-17 20:45:10','2026-01-17 20:45:10','2026-01-17 20:45:10'),
(9947,2,2,1,'St.-Marys-Lobby-2.jpg','image/jpeg','image',NULL,6627,4428,6118582,NULL,NULL,NULL,'2026-01-17 20:54:19','2026-01-17 20:54:19','2026-01-17 20:54:19'),
(9949,2,2,1,'367A5155.jpg','image/jpeg','image',NULL,6722,4482,14367097,NULL,NULL,NULL,'2026-01-17 20:54:44','2026-01-17 20:54:44','2026-01-17 20:54:44'),
(9950,2,2,1,'St.-Marys-External-1.jpg','image/jpeg','image',NULL,6564,4376,5738138,NULL,NULL,NULL,'2026-01-17 20:54:47','2026-01-17 20:54:47','2026-01-17 20:54:47'),
(9951,2,2,1,'St.-Marys-External-4.jpg','image/jpeg','image',NULL,6424,4283,5305430,NULL,NULL,NULL,'2026-01-17 20:54:50','2026-01-17 20:54:50','2026-01-17 20:54:50'),
(9952,2,2,1,'St.-Marys-External-5.jpg','image/jpeg','image',NULL,6596,4397,6604373,NULL,NULL,NULL,'2026-01-17 20:54:53','2026-01-17 20:54:53','2026-01-17 20:54:53'),
(9953,2,2,1,'St.-Marys-Gym-1.jpg','image/jpeg','image',NULL,6737,4496,15524012,NULL,NULL,NULL,'2026-01-17 20:54:57','2026-01-17 20:54:57','2026-01-17 20:54:57'),
(9954,2,2,1,'St.-Marys-Gym-2.jpg','image/jpeg','image',NULL,6722,4483,15150966,NULL,NULL,NULL,'2026-01-17 20:55:01','2026-01-17 20:55:01','2026-01-17 20:55:01'),
(9956,2,2,1,'St.-Marys-Gym-3.jpg','image/jpeg','image',NULL,6724,4482,13830605,NULL,NULL,NULL,'2026-01-17 20:55:05','2026-01-17 20:55:05','2026-01-17 20:55:05'),
(9957,2,2,1,'St.-Marys-Lobby-1.jpg','image/jpeg','image',NULL,6631,4425,5687232,NULL,NULL,NULL,'2026-01-17 20:55:07','2026-01-17 20:55:08','2026-01-17 20:55:08'),
(9958,2,2,1,'St.-Marys-Lobby-2_2026-01-17-205510_oirh.jpg','image/jpeg','image',NULL,6627,4428,6118582,NULL,NULL,NULL,'2026-01-17 20:55:10','2026-01-17 20:55:10','2026-01-17 20:55:10'),
(9959,2,2,1,'St.-Marys-Room-1.jpg','image/jpeg','image',NULL,6643,4438,4000230,NULL,NULL,NULL,'2026-01-17 20:55:13','2026-01-17 20:55:13','2026-01-17 20:55:13'),
(9960,2,2,1,'St.-Marys-Room-2.jpg','image/jpeg','image',NULL,6740,4496,15985447,NULL,NULL,NULL,'2026-01-17 20:55:17','2026-01-17 20:55:17','2026-01-17 20:55:17'),
(9962,2,2,1,'St.-Marys-Room-3.jpg','image/jpeg','image',NULL,6741,4486,15576014,NULL,NULL,NULL,'2026-01-17 20:55:22','2026-01-17 20:55:22','2026-01-17 20:55:22'),
(9971,2,2,1,'Maple-Grove-External-5.jpg','image/jpeg','image',NULL,6596,4397,6604373,NULL,NULL,NULL,'2026-01-17 20:57:56','2026-01-17 20:57:56','2026-01-17 20:57:56'),
(9972,2,2,1,'Maple-Grove-External-6.jpg','image/jpeg','image',NULL,6564,4376,5738138,NULL,NULL,NULL,'2026-01-17 20:57:59','2026-01-17 20:57:59','2026-01-17 20:57:59'),
(9973,2,2,1,'Maple-Grove-External-7.jpg','image/jpeg','image',NULL,6424,4283,5305430,NULL,NULL,NULL,'2026-01-17 20:58:01','2026-01-17 20:58:02','2026-01-17 20:58:02'),
(9989,2,2,1,'Glendale-Sitting-Area.jpg','image/jpeg','image',NULL,6726,4483,14858331,NULL,NULL,NULL,'2026-01-17 21:04:31','2026-01-17 21:04:31','2026-01-17 21:04:31'),
(9994,2,2,1,'glendale-out-side.jpg','image/jpeg','image',NULL,1000,666,123357,NULL,NULL,NULL,'2026-01-17 21:05:40','2026-01-17 21:05:40','2026-01-17 21:05:40'),
(9997,2,2,1,'Glendale-Patio-1.jpg','image/jpeg','image',NULL,6589,4393,5925603,NULL,NULL,NULL,'2026-01-17 21:06:15','2026-01-17 21:06:15','2026-01-17 21:06:15'),
(10000,2,2,1,'Glendale-Room-1.jpg','image/jpeg','image',NULL,6616,4411,4826177,NULL,NULL,NULL,'2026-01-17 21:06:37','2026-01-17 21:06:38','2026-01-17 21:06:38'),
(10004,2,2,1,'Glendale-Dining-1.jpg','image/jpeg','image',NULL,6407,4273,4949476,NULL,NULL,NULL,'2026-01-17 21:07:04','2026-01-17 21:07:04','2026-01-17 21:07:04'),
(10005,2,2,1,'Glendale-Dining-2.jpg','image/jpeg','image',NULL,6480,4286,4978087,NULL,NULL,NULL,'2026-01-17 21:07:07','2026-01-17 21:07:07','2026-01-17 21:07:07'),
(10006,2,2,1,'Glendale-Dining-3.jpg','image/jpeg','image',NULL,6720,4481,15374976,NULL,NULL,NULL,'2026-01-17 21:07:11','2026-01-17 21:07:11','2026-01-17 21:07:11'),
(10007,2,2,1,'Glendale-Dining-4.jpg','image/jpeg','image',NULL,6727,4489,14539828,NULL,NULL,NULL,'2026-01-17 21:07:14','2026-01-17 21:07:15','2026-01-17 21:07:15'),
(10009,2,2,1,'Glendale-Gym-1.jpg','image/jpeg','image',NULL,6720,4480,14810539,NULL,NULL,NULL,'2026-01-17 21:07:18','2026-01-17 21:07:18','2026-01-17 21:07:18'),
(10010,2,2,1,'Glendale-Gym-2.jpg','image/jpeg','image',NULL,6725,4486,14937171,NULL,NULL,NULL,'2026-01-17 21:07:22','2026-01-17 21:07:22','2026-01-17 21:07:22'),
(10012,2,2,1,'Glendale-Hallway.jpg','image/jpeg','image',NULL,6720,4480,15835983,NULL,NULL,NULL,'2026-01-17 21:07:26','2026-01-17 21:07:26','2026-01-17 21:07:26'),
(10013,2,2,1,'Glendale-Patio-1_2026-01-17-210728_ehto.jpg','image/jpeg','image',NULL,6589,4393,5925603,NULL,NULL,NULL,'2026-01-17 21:07:29','2026-01-17 21:07:29','2026-01-17 21:07:29'),
(10014,2,2,1,'Glendale-Patio-2.jpg','image/jpeg','image',NULL,6604,4402,7099176,NULL,NULL,NULL,'2026-01-17 21:07:32','2026-01-17 21:07:32','2026-01-17 21:07:32'),
(10015,2,2,1,'Glendale-Patio-3.jpg','image/jpeg','image',NULL,6652,4434,6356390,NULL,NULL,NULL,'2026-01-17 21:07:34','2026-01-17 21:07:34','2026-01-17 21:07:34'),
(10016,2,2,1,'Glendale-Room-1_2026-01-17-210736_tmow.jpg','image/jpeg','image',NULL,6616,4411,4826177,NULL,NULL,NULL,'2026-01-17 21:07:37','2026-01-17 21:07:37','2026-01-17 21:07:37'),
(10018,2,2,1,'Glendale-Room-2.jpg','image/jpeg','image',NULL,6647,4431,5035499,NULL,NULL,NULL,'2026-01-17 21:07:39','2026-01-17 21:07:40','2026-01-17 21:07:40'),
(10019,2,2,1,'Glendale-Room-3.jpg','image/jpeg','image',NULL,6469,4313,4300342,NULL,NULL,NULL,'2026-01-17 21:07:42','2026-01-17 21:07:42','2026-01-17 21:07:42'),
(10020,2,2,1,'Glendale-Sitting-Area_2026-01-17-210745_qpwp.jpg','image/jpeg','image',NULL,6726,4483,14858331,NULL,NULL,NULL,'2026-01-17 21:07:46','2026-01-17 21:07:46','2026-01-17 21:07:46'),
(10041,2,2,1,'KHN-Lobby-3.jpg','image/jpeg','image',NULL,6689,4475,7509542,NULL,NULL,NULL,'2026-01-17 21:15:14','2026-01-17 21:15:14','2026-01-17 21:15:14'),
(10042,2,2,1,'KH-NGym-1.jpg','image/jpeg','image',NULL,6720,4480,6757245,NULL,NULL,NULL,'2026-01-17 21:15:32','2026-01-17 21:15:33','2026-01-17 21:15:33'),
(10043,2,2,1,'KH-NGym-2.jpg','image/jpeg','image',NULL,6720,4480,7618528,NULL,NULL,NULL,'2026-01-17 21:15:35','2026-01-17 21:15:36','2026-01-17 21:15:36'),
(10044,2,2,1,'KHN-Dining-room-1.jpg','image/jpeg','image',NULL,6723,4483,16720799,NULL,NULL,NULL,'2026-01-17 21:15:40','2026-01-17 21:15:40','2026-01-17 21:15:40'),
(10045,2,2,1,'KHN-Dining-room-2.jpg','image/jpeg','image',NULL,6771,4502,16535312,NULL,NULL,NULL,'2026-01-17 21:15:44','2026-01-17 21:15:44','2026-01-17 21:15:44'),
(10046,2,2,1,'KHN-Double-Room-1.jpg','image/jpeg','image',NULL,6478,4316,4834111,NULL,NULL,NULL,'2026-01-17 21:15:47','2026-01-17 21:15:47','2026-01-17 21:15:47'),
(10047,2,2,1,'KHN-Double-Room-2.jpg','image/jpeg','image',NULL,6636,4424,5477466,NULL,NULL,NULL,'2026-01-17 21:15:50','2026-01-17 21:15:50','2026-01-17 21:15:50'),
(10048,2,2,1,'KHN-Double-Room-3.jpg','image/jpeg','image',NULL,6725,4492,16097405,NULL,NULL,NULL,'2026-01-17 21:15:54','2026-01-17 21:15:55','2026-01-17 21:15:55'),
(10049,2,2,1,'KHN-External-1.jpg','image/jpeg','image',NULL,6639,4426,7595356,NULL,NULL,NULL,'2026-01-17 21:15:57','2026-01-17 21:15:57','2026-01-17 21:15:57'),
(10050,2,2,1,'KHN-External-2.jpg','image/jpeg','image',NULL,6720,4469,7227424,NULL,NULL,NULL,'2026-01-17 21:16:00','2026-01-17 21:16:00','2026-01-17 21:16:00'),
(10051,2,2,1,'KHN-Lobby-1.jpg','image/jpeg','image',NULL,6687,4414,7801206,NULL,NULL,NULL,'2026-01-17 21:16:03','2026-01-17 21:16:03','2026-01-17 21:16:03'),
(10052,2,2,1,'KHN-Lobby-2.jpg','image/jpeg','image',NULL,6720,4414,6363662,NULL,NULL,NULL,'2026-01-17 21:16:06','2026-01-17 21:16:06','2026-01-17 21:16:06'),
(10053,2,2,1,'KHN-Lobby-3_2026-01-17-211608_cqaz.jpg','image/jpeg','image',NULL,6689,4475,7509542,NULL,NULL,NULL,'2026-01-17 21:16:09','2026-01-17 21:16:09','2026-01-17 21:16:09'),
(10054,2,2,1,'KHN-Lobby-4.jpg','image/jpeg','image',NULL,6687,4458,5609183,NULL,NULL,NULL,'2026-01-17 21:16:12','2026-01-17 21:16:12','2026-01-17 21:16:12'),
(10055,2,2,1,'KHN-Lobby-5.jpg','image/jpeg','image',NULL,6675,4450,5978379,NULL,NULL,NULL,'2026-01-17 21:16:15','2026-01-17 21:16:15','2026-01-17 21:16:15'),
(10056,2,2,1,'KHN-Patio-1.jpg','image/jpeg','image',NULL,6588,4447,7570607,NULL,NULL,NULL,'2026-01-17 21:16:19','2026-01-17 21:16:19','2026-01-17 21:16:19'),
(10057,2,2,1,'KHN-Patio-2.jpg','image/jpeg','image',NULL,6687,4425,9926501,NULL,NULL,NULL,'2026-01-17 21:16:23','2026-01-17 21:16:23','2026-01-17 21:16:23'),
(10058,2,2,1,'KHN-Patio-3.jpg','image/jpeg','image',NULL,6676,4436,10133335,NULL,NULL,NULL,'2026-01-17 21:16:26','2026-01-17 21:16:26','2026-01-17 21:16:26'),
(10059,2,2,1,'KHN-Single-Room-1.jpg','image/jpeg','image',NULL,6720,4480,16548433,NULL,NULL,NULL,'2026-01-17 21:16:34','2026-01-17 21:16:34','2026-01-17 21:16:34'),
(10060,2,2,1,'KHN-Single-Room-2.jpg','image/jpeg','image',NULL,6720,4480,6400625,NULL,NULL,NULL,'2026-01-17 21:16:37','2026-01-17 21:16:38','2026-01-17 21:16:38'),
(10061,2,2,1,'KHN-Single-Room-3.jpg','image/jpeg','image',NULL,6720,4480,15528656,NULL,NULL,NULL,'2026-01-17 21:16:42','2026-01-17 21:16:42','2026-01-17 21:16:42'),
(10062,2,2,1,'KHN-Single-Room-4.jpg','image/jpeg','image',NULL,6720,4480,15091833,NULL,NULL,NULL,'2026-01-17 21:16:46','2026-01-17 21:16:46','2026-01-17 21:16:46'),
(10069,2,2,1,'KHS-External-1.jpg','image/jpeg','image',NULL,6723,4483,13308997,NULL,NULL,NULL,'2026-01-17 21:26:29','2026-01-17 21:26:29','2026-01-17 21:26:29'),
(10070,2,2,1,'KHS-Dining-Room-1.jpg','image/jpeg','image',NULL,6729,4492,16208613,NULL,NULL,NULL,'2026-01-17 21:27:05','2026-01-17 21:27:06','2026-01-17 21:27:06'),
(10071,2,2,1,'KHS-Dining-Room-2.jpg','image/jpeg','image',NULL,6720,4480,15408751,NULL,NULL,NULL,'2026-01-17 21:27:09','2026-01-17 21:27:10','2026-01-17 21:27:10'),
(10072,2,2,1,'KHS-External-1_2026-01-17-212712_uics.jpg','image/jpeg','image',NULL,6723,4483,13308997,NULL,NULL,NULL,'2026-01-17 21:27:13','2026-01-17 21:27:14','2026-01-17 21:27:14'),
(10073,2,2,1,'KHS-Lobby-1.jpg','image/jpeg','image',NULL,6720,4480,16626235,NULL,NULL,NULL,'2026-01-17 21:27:17','2026-01-17 21:27:18','2026-01-17 21:27:18'),
(10074,2,2,1,'KHS-Lobby-2.jpg','image/jpeg','image',NULL,6720,4480,16769402,NULL,NULL,NULL,'2026-01-17 21:27:22','2026-01-17 21:27:22','2026-01-17 21:27:22'),
(10075,2,2,1,'KHS-Room-1.jpg','image/jpeg','image',NULL,6720,4480,15782952,NULL,NULL,NULL,'2026-01-17 21:27:26','2026-01-17 21:27:26','2026-01-17 21:27:26'),
(10076,2,2,1,'KHS-Room-2.jpg','image/jpeg','image',NULL,6720,4480,17106775,NULL,NULL,NULL,'2026-01-17 21:27:31','2026-01-17 21:27:31','2026-01-17 21:27:31'),
(10077,2,2,1,'KHS-Dining-Room-3.jpg','image/jpeg','image',NULL,6665,4458,5861304,NULL,NULL,NULL,'2026-01-17 21:30:25','2026-01-17 21:30:25','2026-01-17 21:30:25'),
(10078,2,2,1,'KHS-Dining-Room-4.jpg','image/jpeg','image',NULL,6627,4405,5486547,NULL,NULL,NULL,'2026-01-17 21:30:27','2026-01-17 21:30:27','2026-01-17 21:30:27'),
(10079,2,2,1,'KHS-External-2.jpg','image/jpeg','image',NULL,6639,4426,6749938,NULL,NULL,NULL,'2026-01-17 21:30:30','2026-01-17 21:30:30','2026-01-17 21:30:30'),
(10080,2,2,1,'KHS-Gym.jpg','image/jpeg','image',NULL,6588,4448,5535552,NULL,NULL,NULL,'2026-01-17 21:30:32','2026-01-17 21:30:32','2026-01-17 21:30:32'),
(10083,2,2,1,'Meriden-1.jpg','image/jpeg','image',NULL,6720,4480,5271181,NULL,NULL,NULL,'2026-01-17 21:34:53','2026-01-17 21:34:53','2026-01-17 21:34:53'),
(10084,2,2,1,'Meriden-2.jpg','image/jpeg','image',NULL,6720,4480,5208698,NULL,NULL,NULL,'2026-01-17 21:34:56','2026-01-17 21:34:56','2026-01-17 21:34:56'),
(10085,2,2,1,'Meriden-3.jpg','image/jpeg','image',NULL,6720,4480,5947913,NULL,NULL,NULL,'2026-01-17 21:34:59','2026-01-17 21:34:59','2026-01-17 21:34:59'),
(10086,2,2,1,'Meriden-4.jpg','image/jpeg','image',NULL,4480,6720,6390331,NULL,NULL,NULL,'2026-01-17 21:35:02','2026-01-17 21:35:02','2026-01-17 21:35:02'),
(10087,2,2,1,'Meriden-5.jpg','image/jpeg','image',NULL,4480,6720,5330934,NULL,NULL,NULL,'2026-01-17 21:35:05','2026-01-17 21:35:05','2026-01-17 21:35:05'),
(10088,2,2,1,'Meriden-6.jpg','image/jpeg','image',NULL,6720,4480,6008898,NULL,NULL,NULL,'2026-01-17 21:35:08','2026-01-17 21:35:08','2026-01-17 21:35:08'),
(10089,2,2,1,'Meriden-7.jpg','image/jpeg','image',NULL,6721,4481,6393657,NULL,NULL,NULL,'2026-01-17 21:35:11','2026-01-17 21:35:11','2026-01-17 21:35:11'),
(10090,2,2,1,'Meriden-8.jpg','image/jpeg','image',NULL,6720,4480,5792720,NULL,NULL,NULL,'2026-01-17 21:35:14','2026-01-17 21:35:14','2026-01-17 21:35:14'),
(10094,2,2,1,'the-Boulevard-Rendering.png','image/png','image',NULL,3232,2160,7372168,NULL,NULL,NULL,'2026-01-17 22:01:43','2026-01-17 22:01:43','2026-01-17 22:01:43'),
(10097,2,2,1,'The-Boulevard-Renders_Page_1.jpg','image/jpeg','image',NULL,1851,1918,335545,NULL,NULL,NULL,'2026-01-17 22:05:02','2026-01-17 22:05:02','2026-01-17 22:05:02'),
(10098,2,2,1,'The-Boulevard-Renders_Page_2.jpg','image/jpeg','image',NULL,1866,1943,284081,NULL,NULL,NULL,'2026-01-17 22:05:03','2026-01-17 22:05:03','2026-01-17 22:05:03'),
(10099,2,2,1,'The-Boulevard-Renders_Page_3.jpg','image/jpeg','image',NULL,1884,1869,304026,NULL,NULL,NULL,'2026-01-17 22:05:03','2026-01-17 22:05:03','2026-01-17 22:05:03'),
(10100,2,2,1,'The-Boulevard-Renders_Page_4.jpg','image/jpeg','image',NULL,1889,1914,274124,NULL,NULL,NULL,'2026-01-17 22:05:05','2026-01-17 22:05:05','2026-01-17 22:05:05'),
(10101,2,2,1,'The-Boulevard-Renders_Page_5.jpg','image/jpeg','image',NULL,1862,1953,412561,NULL,NULL,NULL,'2026-01-17 22:05:06','2026-01-17 22:05:06','2026-01-17 22:05:06'),
(10102,2,2,1,'The-Boulevard-Renders_Page_6-edited.jpg','image/jpeg','image',NULL,1865,2159,455933,NULL,NULL,NULL,'2026-01-17 22:05:07','2026-01-17 22:05:07','2026-01-17 22:05:07'),
(10152,3,3,1,'Regent.pdf','application/pdf','pdf',NULL,NULL,NULL,933990,NULL,NULL,NULL,'2026-01-18 17:32:57','2026-01-18 17:32:57','2026-01-18 17:32:57'),
(10209,2,2,1,'367A4203.jpg','image/jpeg','image',NULL,6720,4480,14439932,NULL,NULL,NULL,'2026-01-18 18:51:34','2026-01-18 18:51:34','2026-01-18 18:51:34'),
(10210,2,2,1,'Glendale-West-External-4.jpg','image/jpeg','image',NULL,6681,4448,8767471,NULL,NULL,NULL,'2026-01-18 18:55:31','2026-01-18 18:55:31','2026-01-18 18:55:31'),
(10213,2,2,1,'Glendale-West-External-2.jpg','image/jpeg','image',NULL,6698,4461,8589064,NULL,NULL,NULL,'2026-01-18 18:56:47','2026-01-18 18:56:47','2026-01-18 18:56:47'),
(10216,2,2,1,'Care-Age-Family-Room_2026-01-18-185919_oyzh.jpg','image/jpeg','image',NULL,6207,4138,4884770,NULL,NULL,NULL,'2026-01-18 18:59:20','2026-01-18 18:59:20','2026-01-18 18:59:20'),
(10219,2,2,1,'Wall-Lobby-4.jpg','image/jpeg','image',NULL,6577,4380,5931851,NULL,NULL,NULL,'2026-01-18 19:14:48','2026-01-18 19:14:48','2026-01-18 19:14:48'),
(10220,2,2,1,'Wall-Bedroom.jpg','image/jpeg','image',NULL,6591,4408,4166604,NULL,NULL,NULL,'2026-01-18 19:15:00','2026-01-18 19:15:00','2026-01-18 19:15:00'),
(10221,2,2,1,'Wall-Dining-2.jpg','image/jpeg','image',NULL,6656,4423,6064751,NULL,NULL,NULL,'2026-01-18 19:15:05','2026-01-18 19:15:06','2026-01-18 19:15:06'),
(10222,2,2,1,'Wall-Dining-3.jpg','image/jpeg','image',NULL,6633,4422,5177037,NULL,NULL,NULL,'2026-01-18 19:15:10','2026-01-18 19:15:10','2026-01-18 19:15:10'),
(10223,2,2,1,'Wall-Exterior-2.jpg','image/jpeg','image',NULL,4032,3024,2840309,NULL,NULL,NULL,'2026-01-18 19:15:15','2026-01-18 19:15:15','2026-01-18 19:15:15'),
(10224,2,2,1,'Wall-Exterior.jpg','image/jpeg','image',NULL,6329,4480,8016123,NULL,NULL,NULL,'2026-01-18 19:15:30','2026-01-18 19:15:30','2026-01-18 19:15:30'),
(10225,2,2,1,'Wall-Lobby-1.jpg','image/jpeg','image',NULL,6638,4423,6501476,NULL,NULL,NULL,'2026-01-18 19:15:35','2026-01-18 19:15:36','2026-01-18 19:15:36'),
(10226,2,2,1,'Wall-Lobby-2.jpg','image/jpeg','image',NULL,6666,4394,6686509,NULL,NULL,NULL,'2026-01-18 19:15:43','2026-01-18 19:15:43','2026-01-18 19:15:43'),
(10227,2,2,1,'Wall-Lobby-3.jpg','image/jpeg','image',NULL,6602,4423,5779616,NULL,NULL,NULL,'2026-01-18 19:15:49','2026-01-18 19:15:49','2026-01-18 19:15:49'),
(10228,2,2,1,'Wall-Lobby-4_2026-01-18-191554_otvn.jpg','image/jpeg','image',NULL,6577,4380,5931851,NULL,NULL,NULL,'2026-01-18 19:15:54','2026-01-18 19:15:55','2026-01-18 19:15:55'),
(10229,2,2,1,'Wall-Lobby-5.jpg','image/jpeg','image',NULL,6620,4462,6571362,NULL,NULL,NULL,'2026-01-18 19:16:03','2026-01-18 19:16:03','2026-01-18 19:16:03'),
(10230,2,2,1,'Wall-PT-1.jpg','image/jpeg','image',NULL,6670,4430,4619216,NULL,NULL,NULL,'2026-01-18 19:16:07','2026-01-18 19:16:07','2026-01-18 19:16:07'),
(10231,2,2,1,'Wall-PT-2.jpg','image/jpeg','image',NULL,6620,4394,7427341,NULL,NULL,NULL,'2026-01-18 19:16:16','2026-01-18 19:16:16','2026-01-18 19:16:16'),
(10232,2,2,1,'Wall-PT-3.jpg','image/jpeg','image',NULL,6677,4411,6571085,NULL,NULL,NULL,'2026-01-18 19:16:22','2026-01-18 19:16:22','2026-01-18 19:16:22'),
(10233,2,2,1,'Wall-Rehab-Gym-2.jpg','image/jpeg','image',NULL,6322,4480,7840630,NULL,NULL,NULL,'2026-01-18 19:16:29','2026-01-18 19:16:29','2026-01-18 19:16:29'),
(10234,2,2,1,'Wall-Rehab-Gym.jpg','image/jpeg','image',NULL,6720,4480,12114391,NULL,NULL,NULL,'2026-01-18 19:16:42','2026-01-18 19:16:42','2026-01-18 19:16:42'),
(10235,2,2,1,'Wall-Room-1.jpg','image/jpeg','image',NULL,4480,6720,13660188,NULL,NULL,NULL,'2026-01-18 19:16:53','2026-01-18 19:16:53','2026-01-18 19:16:53'),
(10236,2,2,1,'Wall-Room-2.jpg','image/jpeg','image',NULL,6727,4487,16168597,NULL,NULL,NULL,'2026-01-18 19:17:06','2026-01-18 19:17:06','2026-01-18 19:17:06'),
(10237,2,2,1,'Wall-Room-3.jpg','image/jpeg','image',NULL,6720,4480,12707054,NULL,NULL,NULL,'2026-01-18 19:17:16','2026-01-18 19:17:16','2026-01-18 19:17:16'),
(10238,2,2,1,'Wall-Room-4.jpg','image/jpeg','image',NULL,6724,4485,16688061,NULL,NULL,NULL,'2026-01-18 19:17:29','2026-01-18 19:17:29','2026-01-18 19:17:29'),
(10239,2,2,1,'Wall-Room-5.jpg','image/jpeg','image',NULL,4480,6720,13771968,NULL,NULL,NULL,'2026-01-18 19:17:40','2026-01-18 19:17:40','2026-01-18 19:17:40'),
(10240,2,2,1,'Wall-Room.jpg','image/jpeg','image',NULL,6727,4486,15492139,NULL,NULL,NULL,'2026-01-18 19:17:53','2026-01-18 19:17:53','2026-01-18 19:17:53'),
(10247,2,2,1,'Middlebury-2.jpg','image/jpeg','image',NULL,6720,4480,16627798,NULL,NULL,NULL,'2026-01-18 19:29:59','2026-01-18 19:29:59','2026-01-18 19:29:59'),
(10248,2,2,1,'Middlebury-1.jpg','image/jpeg','image',NULL,6648,4451,6843827,NULL,NULL,NULL,'2026-01-18 19:30:40','2026-01-18 19:30:40','2026-01-18 19:30:40'),
(10249,2,2,1,'Middlebury-1_2026-01-18-193139_qryk.jpg','image/jpeg','image',NULL,6648,4451,6843827,NULL,NULL,NULL,'2026-01-18 19:31:40','2026-01-18 19:31:40','2026-01-18 19:31:40'),
(10250,2,2,1,'Middlebury-2_2026-01-18-193154_akbi.jpg','image/jpeg','image',NULL,6720,4480,16627798,NULL,NULL,NULL,'2026-01-18 19:31:54','2026-01-18 19:31:55','2026-01-18 19:31:55'),
(10251,2,2,1,'Middlebury-8.jpg','image/jpeg','image',NULL,6720,4480,15349982,NULL,NULL,NULL,'2026-01-18 19:32:07','2026-01-18 19:32:08','2026-01-18 19:32:08'),
(10252,2,2,1,'Middlebury-10.jpg','image/jpeg','image',NULL,6674,4432,6571730,NULL,NULL,NULL,'2026-01-18 19:32:13','2026-01-18 19:32:13','2026-01-18 19:32:13'),
(10426,9,13,1,'NonDiscriminationNotice-Arbors.pdf','application/pdf','pdf',NULL,NULL,NULL,159133,NULL,NULL,NULL,'2026-01-19 16:32:48','2026-01-19 16:32:48','2026-01-19 16:32:48'),
(10428,9,13,1,'Complete-Care-at-Arbors-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,404882,NULL,NULL,NULL,'2026-01-19 16:36:18','2026-01-19 16:36:18','2026-01-19 16:36:18'),
(10430,9,13,1,'Arbors-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1817732,NULL,NULL,NULL,'2026-01-19 16:36:33','2026-01-19 16:36:34','2026-01-19 16:36:34'),
(10431,9,13,1,'Complete-Care-at-Arbors-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,68231,NULL,NULL,NULL,'2026-01-19 16:36:45','2026-01-19 16:36:45','2026-01-19 16:36:45'),
(10437,4,4,1,'Arbors-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,248866,NULL,NULL,NULL,'2026-01-19 17:15:09','2026-01-19 17:15:09','2026-03-09 16:18:33'),
(10460,3,3,1,'CC-Margate-Park_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,688622,NULL,NULL,NULL,'2026-02-13 17:54:15','2026-01-19 18:47:02','2026-02-13 17:54:15'),
(10463,3,3,1,'CC-Sheridan-Commons_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,687975,NULL,NULL,NULL,'2026-02-13 17:59:39','2026-01-19 18:52:53','2026-02-13 17:59:39'),
(10466,3,3,1,'CC-The-Boulevard_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,679731,NULL,NULL,NULL,'2026-02-13 18:02:36','2026-01-19 18:54:34','2026-02-13 18:02:36'),
(10469,8,10,1,'Complete-Care-Terms-of-Service.pdf',NULL,'pdf',NULL,NULL,NULL,93180,NULL,NULL,NULL,'2026-01-19 19:11:45','2026-01-19 19:11:45','2026-01-19 19:11:45'),
(10474,3,3,1,'CC-Berkshire_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,829766,NULL,NULL,NULL,'2026-01-19 20:41:52','2026-01-19 20:41:52','2026-01-19 20:41:52'),
(10477,3,3,1,'CC-Berkshire_Clinical-Capabilities-Chart-Flyer_Digital_2026-01-19-204324_wqcz.pdf','application/pdf','pdf',NULL,NULL,NULL,829766,NULL,NULL,NULL,'2026-01-19 20:43:24','2026-01-19 20:43:24','2026-01-19 20:43:24'),
(10478,3,3,1,'CC-Brakeley-Park_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,823275,NULL,NULL,NULL,'2026-01-19 20:43:42','2026-01-19 20:43:42','2026-01-19 20:43:42'),
(10480,3,3,1,'CC-Chestnut-Hill_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,824241,NULL,NULL,NULL,'2026-01-19 20:44:12','2026-01-19 20:44:12','2026-01-19 20:44:12'),
(10483,3,3,1,'CC-Fair-Lawn-Edge_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,836434,NULL,NULL,NULL,'2026-01-19 20:44:52','2026-01-19 20:44:52','2026-01-19 20:44:52'),
(10486,3,3,1,'CC-Hamilton-Plaza_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,837242,NULL,NULL,NULL,'2026-01-19 20:45:21','2026-01-19 20:45:21','2026-01-19 20:45:21'),
(10489,3,3,1,'CC-Harborage_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,851284,NULL,NULL,NULL,'2026-01-19 20:45:50','2026-01-19 20:45:50','2026-01-19 20:45:50'),
(10492,3,3,1,'CC-Harston-Hall_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,827924,NULL,NULL,NULL,'2026-01-19 20:46:19','2026-01-19 20:46:19','2026-01-19 20:46:19'),
(10495,3,3,1,'CC-Inglemoor_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,819134,NULL,NULL,NULL,'2026-01-19 20:46:45','2026-01-19 20:46:45','2026-01-19 20:46:45'),
(10498,3,3,1,'CC-Lehigh_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,825833,NULL,NULL,NULL,'2026-01-19 20:47:09','2026-01-19 20:47:09','2026-01-19 20:47:09'),
(10501,3,3,1,'CC-Milford-Manor_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,817438,NULL,NULL,NULL,'2026-01-19 20:47:36','2026-01-19 20:47:36','2026-01-19 20:47:36'),
(10504,3,3,1,'CC-Phillipsburg_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,812979,NULL,NULL,NULL,'2026-01-19 20:48:02','2026-01-19 20:48:02','2026-01-19 20:48:02'),
(10507,3,3,1,'CC-Arbors_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193455,NULL,NULL,NULL,'2026-01-19 20:58:52','2026-01-19 20:58:52','2026-01-19 20:58:52'),
(10510,3,3,1,'CC-Arbors_Clinical-Capabilities-Chart-Flyer_digital_2026-01-19-205936_akqc.pdf','application/pdf','pdf',NULL,NULL,NULL,193455,NULL,NULL,NULL,'2026-01-19 20:59:36','2026-01-19 20:59:36','2026-01-19 20:59:36'),
(10513,3,3,1,'CC-Brick_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,1360663,NULL,NULL,NULL,'2026-01-19 21:01:16','2026-01-19 21:01:16','2026-01-19 21:01:16'),
(10517,3,3,1,'CC-Bey-Lea_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,1338117,NULL,NULL,NULL,'2026-01-19 21:03:28','2026-01-19 21:03:28','2026-01-19 21:03:28'),
(10523,3,3,1,'CC-Burlington-Woods_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,1352551,NULL,NULL,NULL,'2026-01-19 21:10:21','2026-01-19 21:10:21','2026-01-19 21:10:21'),
(10526,3,3,1,'CC-Court-House_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193752,NULL,NULL,NULL,'2026-01-19 21:11:34','2026-01-19 21:11:34','2026-01-19 21:11:34'),
(10529,3,3,1,'CC-Green-Acres_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193952,NULL,NULL,NULL,'2026-01-19 21:12:13','2026-01-19 21:12:13','2026-01-19 21:12:13'),
(10532,3,3,1,'CC-Holiday-City_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193450,NULL,NULL,NULL,'2026-01-19 21:12:51','2026-01-19 21:12:51','2026-01-19 21:12:51'),
(10535,3,3,1,'CC-Kresson-View_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193437,NULL,NULL,NULL,'2026-01-19 21:13:19','2026-01-19 21:13:19','2026-01-19 21:13:19'),
(10538,3,3,1,'CC-Laurelton_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,194155,NULL,NULL,NULL,'2026-01-19 21:13:48','2026-01-19 21:13:48','2026-01-19 21:13:48'),
(10543,3,3,1,'CC-Marcella_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,190445,NULL,NULL,NULL,'2026-01-19 21:14:37','2026-01-19 21:14:37','2026-01-19 21:14:37'),
(10546,3,3,1,'CC-Monmouth_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,190466,NULL,NULL,NULL,'2026-01-19 21:15:11','2026-01-19 21:15:11','2026-01-19 21:15:11'),
(10549,3,3,1,'CC-Ocean-Grove_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,191116,NULL,NULL,NULL,'2026-01-19 21:15:46','2026-01-19 21:15:46','2026-01-19 21:15:46'),
(10553,3,3,1,'CC-Shorrock-Gardens_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,192342,NULL,NULL,NULL,'2026-01-19 21:16:19','2026-01-19 21:16:19','2026-01-19 21:16:19'),
(10557,3,3,1,'CC-Shrewsbury_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,191921,NULL,NULL,NULL,'2026-01-19 21:16:54','2026-01-19 21:16:54','2026-01-19 21:16:54'),
(10560,3,3,1,'CC-Voorhees_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,190773,NULL,NULL,NULL,'2026-01-19 21:17:38','2026-01-19 21:17:38','2026-01-19 21:17:38'),
(10563,3,3,1,'CC-Wall_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,190710,NULL,NULL,NULL,'2026-01-19 21:18:09','2026-01-19 21:18:09','2026-01-19 21:18:09'),
(10575,8,10,NULL,'Uzziel_Pepana_USRN_Resume-2.pdf',NULL,'pdf',NULL,NULL,NULL,84006,NULL,NULL,NULL,'2026-01-19 22:40:54','2026-01-19 22:40:54','2026-01-19 22:40:54'),
(11003,2,2,1,'BrakeleyPark_Room_2026-01-20-145214_vldl.jpg','image/jpeg','image',NULL,6721,4482,17426263,NULL,NULL,NULL,'2026-01-20 14:52:15','2026-01-20 14:52:15','2026-01-20 14:52:15'),
(11004,2,2,1,'BrakeleyPark_Room2_2026-01-20-145217_taqf.jpg','image/jpeg','image',NULL,6720,4480,16337533,NULL,NULL,NULL,'2026-01-20 14:52:18','2026-01-20 14:52:18','2026-01-20 14:52:18'),
(11425,8,10,NULL,'Ivy_Bungori.pdf',NULL,'pdf',NULL,NULL,NULL,102136,NULL,NULL,NULL,'2026-01-20 16:47:47','2026-01-20 16:47:47','2026-01-20 16:47:47'),
(11474,5,7,1,'shutterstock_2073986423.jpg','image/jpeg','image',NULL,4285,2856,6081311,NULL,NULL,NULL,'2026-01-20 17:37:14','2026-01-20 17:37:14','2026-01-20 17:37:14'),
(11479,8,10,NULL,'Wayne_White.pdf',NULL,'pdf',NULL,NULL,NULL,61075,NULL,NULL,NULL,'2026-01-20 17:38:34','2026-01-20 17:38:34','2026-01-20 17:38:34'),
(11484,5,7,1,'Dr.-Israel-Go-Red.png','image/png','image',NULL,432,540,322181,'0.5093;0.5019',NULL,NULL,'2026-01-20 17:44:22','2026-01-20 17:44:22','2026-01-20 17:45:02'),
(11491,8,10,NULL,'VOTTA-B.-RESUME.pdf',NULL,'pdf',NULL,NULL,NULL,680941,NULL,NULL,NULL,'2026-01-20 17:45:54','2026-01-20 17:45:54','2026-01-20 17:45:54'),
(11504,2,2,1,'Untitled-design.jpg','image/jpeg','image',NULL,658,468,84169,'0.4635;0.4744',NULL,NULL,'2026-01-20 17:51:05','2026-01-20 17:51:05','2026-01-20 17:51:32'),
(11512,5,7,1,'Dr.-Israel-Go-Red-Blog-Photo.png','image/png','image',NULL,960,480,522658,'0.5656;0.4563',NULL,NULL,'2026-01-20 17:59:51','2026-01-20 17:59:51','2026-01-20 18:00:15'),
(11529,2,2,1,'Sheridan-Commons.png','image/png','image',NULL,759,540,797140,'0.7516;0.5389',NULL,NULL,'2026-01-20 18:09:36','2026-01-20 18:09:36','2026-01-20 18:10:34'),
(11598,4,4,1,'Arbors-AD.jpg','image/jpeg','image',NULL,1080,1080,232656,NULL,NULL,NULL,'2026-01-20 19:01:11','2026-01-20 19:01:11','2026-01-20 19:01:11'),
(11615,4,4,1,'Brick-AD.jpg','image/jpeg','image',NULL,1080,1080,151090,NULL,NULL,NULL,'2026-01-20 19:11:52','2026-01-20 19:11:52','2026-01-20 19:11:52'),
(11621,4,4,1,'Burlington-Admin.jpg','image/jpeg','image',NULL,1080,1080,220410,NULL,0,0,'2026-01-20 19:14:22','2026-01-20 19:14:22','2026-01-20 19:14:22'),
(11632,4,4,1,'CourtHouse-Admin-2.jpg','image/jpeg','image',NULL,1080,1080,254802,NULL,NULL,NULL,'2026-01-20 19:18:56','2026-01-20 19:18:56','2026-01-20 19:18:56'),
(11639,4,4,1,'GreenAcres-AD-1.jpg','image/jpeg','image',NULL,1080,1080,96669,NULL,NULL,NULL,'2026-01-20 19:23:40','2026-01-20 19:23:40','2026-01-20 19:23:40'),
(11648,4,4,1,'GreenAcres-Admin.jpg','image/jpeg','image',NULL,1080,1080,183096,NULL,NULL,NULL,'2026-01-20 19:29:50','2026-01-20 19:29:50','2026-01-20 19:29:50'),
(11655,4,4,1,'Holiday-Admin.jpg','image/jpeg','image',NULL,1080,1080,104925,NULL,NULL,NULL,'2026-01-20 19:33:02','2026-01-20 19:33:02','2026-01-20 19:33:02'),
(11661,4,4,1,'Holiday-AD.jpg','image/jpeg','image',NULL,1080,1080,124013,NULL,NULL,NULL,'2026-01-20 19:43:10','2026-01-20 19:43:10','2026-01-20 19:43:10'),
(11674,4,4,1,'Marcella-AD.jpg','image/jpeg','image',NULL,1080,1080,120702,NULL,NULL,NULL,'2026-01-20 19:55:37','2026-01-20 19:55:37','2026-01-20 19:55:37'),
(11701,4,4,1,'Wall-AD.jpg','image/jpeg','image',NULL,1080,1080,214946,NULL,NULL,NULL,'2026-01-20 20:12:04','2026-01-20 20:12:04','2026-01-20 20:12:04'),
(11715,4,4,1,'Clark-AD.jpg','image/jpeg','image',NULL,1080,1080,237090,NULL,NULL,NULL,'2026-01-20 20:26:42','2026-01-20 20:26:42','2026-01-20 20:26:42'),
(11724,4,4,1,'GreenKnoll-Admin-2.jpg','image/jpeg','image',NULL,1080,1080,138169,NULL,NULL,NULL,'2026-01-20 20:30:16','2026-01-20 20:30:16','2026-01-20 20:30:16'),
(11736,4,4,1,'Mercerville-Admin.jpg','image/jpeg','image',NULL,1080,1080,94627,NULL,NULL,NULL,'2026-01-20 20:34:51','2026-01-20 20:34:51','2026-01-20 20:34:51'),
(11750,4,4,1,'Mercerville-AD.jpg','image/jpeg','image',NULL,1080,1080,59711,NULL,NULL,NULL,'2026-01-20 20:39:12','2026-01-20 20:39:12','2026-01-20 20:39:12'),
(11769,4,4,1,'StVincent-Admin.jpg','image/jpeg','image',NULL,1080,1080,64900,NULL,NULL,NULL,'2026-03-09 15:06:58','2026-01-20 20:44:35','2026-03-09 15:07:07'),
(11800,2,2,1,'LARGE-RES_01.jpg','image/jpeg','image',NULL,5040,3360,5698982,NULL,NULL,NULL,'2026-01-20 21:00:19','2026-01-20 21:00:19','2026-01-20 21:00:19'),
(11819,2,2,1,'BW-Website-Hero.png','image/png','image',NULL,4455,2970,8899993,NULL,NULL,NULL,'2026-01-20 21:33:01','2026-01-20 21:33:01','2026-01-20 21:33:01'),
(11824,8,10,NULL,'Francesca-Della-Mea-resume-4.pdf',NULL,'pdf',NULL,NULL,NULL,178874,NULL,NULL,NULL,'2026-01-20 21:34:29','2026-01-20 21:34:29','2026-01-20 21:34:29'),
(11875,8,10,NULL,'IMG_1202.PNG',NULL,'image',NULL,1290,2796,429905,NULL,NULL,NULL,'2026-01-20 22:07:34','2026-01-20 22:07:34','2026-01-20 22:07:34'),
(11917,8,10,NULL,'Untitled-document.pdf',NULL,'pdf',NULL,NULL,NULL,56401,NULL,NULL,NULL,'2026-01-20 22:23:34','2026-01-20 22:23:34','2026-01-20 22:23:34'),
(11978,2,2,1,'The-Boulevard-Entrance-Mock-Up.png','image/png','image',NULL,5057,3454,15284675,NULL,NULL,NULL,'2026-01-20 22:32:40','2026-01-20 22:32:40','2026-01-20 22:32:40'),
(12109,8,10,NULL,'Denise-Bynaker.pdf',NULL,'pdf',NULL,NULL,NULL,78519,NULL,NULL,NULL,'2026-01-21 01:09:20','2026-01-21 01:09:20','2026-01-21 01:09:20'),
(12124,2,2,1,'367A8138.jpg','image/jpeg','image',NULL,6720,4480,10333018,NULL,NULL,NULL,'2026-01-21 01:17:42','2026-01-21 01:17:42','2026-01-21 01:17:42'),
(12247,3,3,1,'CC-Annapolis_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,865484,NULL,NULL,NULL,'2026-02-13 17:33:12','2026-01-21 01:33:35','2026-02-13 17:33:12'),
(12250,2,2,1,'IMG_5463_StClareMeadows.jpg','image/jpeg','image',NULL,6675,4477,7393284,NULL,NULL,NULL,'2026-01-21 01:33:39','2026-01-21 01:33:39','2026-01-21 01:33:39'),
(12251,2,2,1,'IMG_5478_StClareMeadows.jpg','image/jpeg','image',NULL,6639,4478,9799417,NULL,NULL,NULL,'2026-01-21 01:33:42','2026-01-21 01:33:42','2026-01-21 01:33:42'),
(12256,3,3,1,'CC-Brackenville_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,833394,NULL,NULL,NULL,'2026-02-13 17:36:54','2026-01-21 01:34:10','2026-02-13 17:36:54'),
(12269,3,3,1,'CC-Corsica-Hills_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,855846,NULL,NULL,NULL,'2026-02-13 17:38:38','2026-01-21 01:37:44','2026-02-13 17:38:38'),
(12275,3,3,1,'CC-Dawnview_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,829313,NULL,NULL,NULL,'2026-02-13 17:41:05','2026-01-21 01:38:00','2026-02-13 17:41:05'),
(12278,3,3,1,'CC-Hagerstown_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,894778,NULL,NULL,NULL,'2026-02-13 17:45:53','2026-01-21 01:38:21','2026-02-13 17:45:53'),
(12281,3,3,1,'CC-Heritage_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,881456,NULL,NULL,NULL,'2026-02-13 17:48:11','2026-01-21 01:38:45','2026-02-13 17:48:11'),
(12285,3,3,1,'CC-Hillside_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,874020,NULL,NULL,NULL,'2026-02-13 17:48:42','2026-01-21 01:39:06','2026-02-13 17:48:42'),
(12288,2,2,1,'367A4967.jpg','image/jpeg','image',NULL,6669,4480,8035452,NULL,NULL,NULL,'2026-01-21 01:39:26','2026-01-21 01:39:27','2026-01-21 01:39:27'),
(12289,3,3,1,'CC-Hyattsville_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,902752,NULL,NULL,NULL,'2026-02-13 17:50:21','2026-01-21 01:39:27','2026-02-13 17:50:21'),
(12293,3,3,1,'CC-La-Plata_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,872239,NULL,NULL,NULL,'2026-02-13 17:52:42','2026-01-21 01:39:52','2026-02-13 17:52:42'),
(12297,3,3,1,'CC-Multi-Medical-Center_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,885397,NULL,NULL,NULL,'2026-02-13 17:56:43','2026-01-21 01:40:13','2026-02-13 17:56:43'),
(12303,3,3,1,'CC-Oak-Ridge_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,868226,NULL,NULL,NULL,'2026-02-13 17:57:48','2026-01-21 01:40:36','2026-02-13 17:57:48'),
(12306,3,3,1,'CC-Severna-Park_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,867222,NULL,NULL,NULL,'2026-02-13 17:59:19','2026-01-21 01:40:57','2026-02-13 17:59:19'),
(12308,3,3,1,'CC-Silver-Lake_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,866537,NULL,NULL,NULL,'2026-02-13 18:00:30','2026-01-21 01:41:19','2026-02-13 18:00:30'),
(12315,3,3,1,'CC-Springbrook_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,866764,NULL,NULL,NULL,'2026-02-13 18:01:53','2026-01-21 01:41:50','2026-02-13 18:01:53'),
(12321,3,3,1,'CC-Wheaton_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,859089,NULL,NULL,NULL,'2026-02-13 18:04:06','2026-01-21 01:42:22','2026-02-13 18:04:06'),
(12324,3,3,1,'CC-Care-Age_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193249,NULL,NULL,NULL,'2026-02-13 17:38:12','2026-01-21 01:42:41','2026-02-13 17:38:12'),
(12331,4,4,1,'Summit-AD_2026-01-21-014257_nlsh.jpg','image/jpeg','image',NULL,1080,1080,79610,NULL,NULL,NULL,'2026-01-21 01:42:57','2026-01-21 01:42:57','2026-01-21 01:42:57'),
(12333,3,3,1,'CC-Christian-Home_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,185700,NULL,NULL,NULL,'2026-01-21 01:43:04','2026-01-21 01:43:04','2026-01-21 01:43:04'),
(12339,3,3,1,'CC-Glendale-West_Clinical-Capabilities-Chart-Flyer_digital_2026-02-13-174311_rhjk.pdf','application/pdf','pdf',NULL,NULL,NULL,193719,NULL,NULL,NULL,'2026-02-13 17:43:11','2026-01-21 01:43:28','2026-02-13 17:43:11'),
(12342,3,3,1,'CC-Grande-Prairie_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193628,NULL,NULL,NULL,'2026-02-13 17:43:44','2026-01-21 01:43:43','2026-02-13 17:43:44'),
(12344,3,3,1,'CC-Hales-Corners_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,194034,NULL,NULL,NULL,'2026-02-13 17:46:23','2026-01-21 01:44:00','2026-02-13 17:46:23'),
(12352,3,3,1,'CC-Kensington_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193488,NULL,NULL,NULL,'2026-02-13 17:50:50','2026-01-21 01:44:27','2026-02-13 17:50:50'),
(12355,3,3,1,'CC-Manitowoc_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193404,NULL,NULL,NULL,'2026-02-13 17:53:48','2026-01-21 01:44:44','2026-02-13 17:53:48'),
(12358,3,3,1,'CC-Nazareth_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,192701,NULL,NULL,NULL,'2026-02-13 17:57:13','2026-01-21 01:45:04','2026-02-13 17:57:13'),
(12360,3,3,1,'CC-Ridgewood_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193649,NULL,NULL,NULL,'2026-02-13 17:58:47','2026-01-21 01:45:20','2026-02-13 17:58:47'),
(12362,3,3,1,'CC-Jefferson-Meadows_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193384,NULL,NULL,NULL,'2026-01-21 01:45:40','2026-01-21 01:45:40','2026-01-21 01:45:40'),
(12368,3,3,1,'CC-Maple-Grove_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,181681,NULL,NULL,NULL,'2026-01-21 01:46:05','2026-01-21 01:46:05','2026-01-21 01:46:05'),
(12370,3,3,1,'CC-Southpointe_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193781,NULL,NULL,NULL,'2026-02-13 18:00:56','2026-01-21 01:46:25','2026-02-13 18:00:56'),
(12374,3,3,1,'CC-Germantown_Clinical-Capabilities-Chart-Flyer_digital.pdf','application/pdf','pdf',NULL,NULL,NULL,193511,NULL,NULL,NULL,'2026-02-13 17:41:58','2026-01-21 01:46:43','2026-02-13 17:41:58'),
(12380,3,3,1,'CC-Bayshore_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,701960,NULL,NULL,NULL,'2026-02-13 17:35:22','2026-01-21 01:47:46','2026-02-13 17:35:22'),
(12386,3,3,1,'CC-Cedar-Grove_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,682853,NULL,NULL,NULL,'2026-01-21 01:49:15','2026-01-21 01:49:15','2026-01-21 01:49:15'),
(12389,3,3,1,'CC-Clark_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,712706,NULL,NULL,NULL,'2026-01-21 01:49:37','2026-01-21 01:49:37','2026-01-21 01:49:37'),
(12391,3,3,1,'CC-Green-Knoll_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,698982,NULL,NULL,NULL,'2026-01-21 01:49:55','2026-01-21 01:49:55','2026-01-21 01:49:55'),
(12395,3,3,1,'CC-Madison_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,689767,NULL,NULL,NULL,'2026-01-21 01:50:15','2026-01-21 01:50:15','2026-01-21 01:50:15'),
(12398,3,3,1,'CC-Mercerville_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,667205,NULL,NULL,NULL,'2026-01-21 01:50:34','2026-01-21 01:50:34','2026-01-21 01:50:34'),
(12403,3,3,1,'CC-Orange-Park_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,694989,NULL,NULL,NULL,'2026-01-21 01:50:55','2026-01-21 01:50:55','2026-01-21 01:50:55'),
(12405,3,3,1,'CC-Park-Place_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,664414,NULL,NULL,NULL,'2026-01-21 01:51:18','2026-01-21 01:51:18','2026-01-21 01:51:18'),
(12408,3,3,1,'CC-Plainfield_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,654813,NULL,NULL,NULL,'2026-01-21 01:51:36','2026-01-21 01:51:36','2026-01-21 01:51:36'),
(12413,3,3,1,'CC-St.-Vincents_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,667894,NULL,NULL,NULL,'2026-01-21 01:52:00','2026-01-21 01:52:00','2026-01-21 01:52:00'),
(12418,3,3,1,'CC-Summit-Ridge_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,669218,NULL,NULL,NULL,'2026-01-21 01:52:17','2026-01-21 01:52:17','2026-01-21 01:52:17'),
(12421,3,3,1,'CC-Westfield_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,674122,NULL,NULL,NULL,'2026-02-13 18:03:41','2026-01-21 01:52:42','2026-02-13 18:03:41'),
(12425,3,3,1,'CC-West-Caldwell_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,670472,NULL,NULL,NULL,'2026-01-21 01:53:03','2026-01-21 01:53:03','2026-01-21 01:53:03'),
(12428,3,3,1,'CC-Woodlands_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,662859,NULL,NULL,NULL,'2026-01-21 01:53:38','2026-01-21 01:53:38','2026-01-21 01:53:38'),
(12431,3,3,1,'Roosevelt-Edison_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,686883,NULL,NULL,NULL,'2026-01-21 01:54:01','2026-01-21 01:54:01','2026-01-21 01:54:01'),
(12437,3,3,1,'Roosevelt-Old-Bridge_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,697157,NULL,NULL,NULL,'2026-01-21 01:54:20','2026-01-21 01:54:20','2026-01-21 01:54:20'),
(12446,3,3,1,'CC-Fox-Hill_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,688303,NULL,NULL,NULL,'2026-02-13 17:41:30','2026-01-21 01:55:28','2026-02-13 17:41:30'),
(12449,3,3,1,'CC-Glendale_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,702448,NULL,NULL,NULL,'2026-02-13 17:42:46','2026-01-21 01:55:54','2026-02-13 17:42:46'),
(12453,3,3,1,'CC-Groton-Regency_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,692262,NULL,NULL,NULL,'2026-02-13 17:44:14','2026-01-21 01:56:13','2026-02-13 17:44:15'),
(12455,3,3,1,'CC-Harrington-Court_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,697424,NULL,NULL,NULL,'2026-02-13 17:47:24','2026-01-21 01:56:30','2026-02-13 17:47:24'),
(12458,3,3,1,'CC-Kimberly-Hall-North_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,693069,NULL,NULL,NULL,'2026-02-13 17:51:20','2026-01-21 01:56:50','2026-02-13 17:51:20'),
(12461,3,3,1,'CC-Kimberly-Hall-South_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,697460,NULL,NULL,NULL,'2026-02-13 17:51:43','2026-01-21 01:57:17','2026-02-13 17:51:43'),
(12467,3,3,1,'CC-Meriden_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,700405,NULL,NULL,NULL,'2026-02-13 17:54:45','2026-01-21 01:57:41','2026-02-13 17:54:45'),
(12470,4,4,1,'Westfield-Admin.jpg','image/jpeg','image',NULL,1080,1080,63657,NULL,NULL,NULL,'2026-01-21 01:57:42','2026-01-21 01:57:42','2026-01-21 01:57:42'),
(12474,3,3,1,'CC-Milford-Manor_Clinical-Capabilities-Chart-Flyer_Digital_2026-01-21-015800_wnba.pdf','application/pdf','pdf',NULL,NULL,NULL,817438,NULL,NULL,NULL,'2026-01-21 01:58:00','2026-01-21 01:58:00','2026-01-21 01:58:00'),
(12482,3,3,1,'CC-Barn-Hill_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,840982,NULL,NULL,NULL,'2026-02-13 17:34:55','2026-01-21 01:59:15','2026-02-13 17:34:55'),
(12489,3,3,1,'CC-Prosepect-Heights_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,877433,NULL,NULL,NULL,'2026-01-21 01:59:56','2026-01-21 01:59:56','2026-01-21 01:59:56'),
(12494,3,3,1,'CC-Wayne-Hills_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,858459,NULL,NULL,NULL,'2026-02-13 18:03:23','2026-01-21 02:01:10','2026-02-13 18:03:23'),
(12534,4,4,1,'HamiltonPlaza-AD.jpg','image/jpeg','image',NULL,1080,1080,216052,NULL,NULL,NULL,'2026-01-21 02:09:23','2026-01-21 02:09:23','2026-01-21 02:09:23'),
(12644,4,4,1,'Inglemoor-AD.jpg','image/jpeg','image',NULL,1080,1080,174952,NULL,NULL,NULL,'2026-01-21 02:43:46','2026-01-21 02:43:46','2026-01-21 02:43:46'),
(12656,4,4,1,'Milford-AD.jpg','image/jpeg','image',NULL,1080,1080,116038,NULL,NULL,NULL,'2026-01-21 02:46:30','2026-01-21 02:46:30','2026-01-21 02:46:30'),
(12660,4,4,1,'Milford-Admin.jpg','image/jpeg','image',NULL,1080,1080,191269,NULL,NULL,NULL,'2026-01-21 02:48:09','2026-01-21 02:48:09','2026-01-21 02:48:09'),
(12679,4,4,1,'Wayne-Admin.jpg','image/jpeg','image',NULL,1080,1080,83550,NULL,NULL,NULL,'2026-01-21 02:56:11','2026-01-21 02:56:11','2026-01-21 02:56:11'),
(12687,4,4,1,'Wayne-AD.jpg','image/jpeg','image',NULL,1080,1080,80771,NULL,NULL,NULL,'2026-01-21 02:58:23','2026-01-21 02:58:23','2026-01-21 02:58:33'),
(12705,8,10,NULL,'Curriculum_Alan_Urbina.pdf',NULL,'pdf',NULL,NULL,NULL,2021,NULL,NULL,NULL,'2026-01-21 03:43:24','2026-01-21 03:43:24','2026-01-21 03:43:24'),
(12709,3,3,1,'Complete-Care_Sample-Weekly-Menu_CJ-AL.pdf','application/pdf','pdf',NULL,NULL,NULL,1147430,NULL,NULL,NULL,'2026-01-21 03:50:21','2026-01-21 03:50:21','2026-01-21 03:50:21'),
(12713,3,3,1,'Complete-Care_Sample-Weekly-Menu_CJ-AL_2026-01-21-035513_ytvg.pdf','application/pdf','pdf',NULL,NULL,NULL,1403035,NULL,NULL,NULL,'2026-01-21 03:55:13','2026-01-21 03:55:13','2026-01-21 03:55:13'),
(12715,3,3,1,'Complete-Care_Sample-Weekly-Menu_CJ-AL_2026-01-21-035548_lhbr.pdf','application/pdf','pdf',NULL,NULL,NULL,1403035,NULL,NULL,NULL,'2026-01-21 03:55:48','2026-01-21 03:55:48','2026-01-21 03:55:48'),
(12727,3,3,1,'Complete-Care_Sample-Weekly-Menu_CT-RCH.pdf','application/pdf','pdf',NULL,NULL,NULL,1403327,NULL,NULL,NULL,'2026-01-21 04:27:35','2026-01-21 04:27:35','2026-01-21 04:27:35'),
(14444,4,4,1,'Sheridan-Admin.jpg','image/jpeg','image',NULL,1080,1080,80175,NULL,NULL,NULL,'2026-01-21 14:21:24','2026-01-21 14:21:24','2026-01-21 14:21:24'),
(14458,4,4,1,'David-Glat-Navy-Blue-Background.jpeg','image/jpeg','image',NULL,2000,2000,1276604,NULL,NULL,NULL,'2026-01-21 14:23:39','2026-01-21 14:23:39','2026-01-21 14:23:39'),
(14469,4,4,1,'Groton-AD-2.jpg','image/jpeg','image',NULL,1080,1080,136267,NULL,NULL,NULL,'2026-01-21 14:26:32','2026-01-21 14:26:32','2026-01-21 14:26:32'),
(14494,4,4,1,'Care-Age-AD.jpg','image/jpeg','image',NULL,1080,1080,80024,NULL,NULL,NULL,'2026-01-21 14:29:47','2026-01-21 14:29:47','2026-01-21 14:29:47'),
(14506,4,4,1,'Care-Age-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,83194,NULL,NULL,NULL,'2026-01-21 14:32:24','2026-01-21 14:32:24','2026-01-21 14:32:24'),
(14533,4,4,1,'Christian-Admin.jpg','image/jpeg','image',NULL,1080,1080,121583,NULL,NULL,NULL,'2026-01-21 14:40:21','2026-01-21 14:40:21','2026-01-21 14:40:21'),
(14550,4,4,1,'Christian-AD.jpg','image/jpeg','image',NULL,1080,1080,120422,NULL,NULL,NULL,'2026-01-21 14:41:59','2026-01-21 14:41:59','2026-01-21 14:41:59'),
(14567,4,4,1,'Kensington-Admin.jpg','image/jpeg','image',NULL,1080,1080,86736,NULL,NULL,NULL,'2026-01-21 14:46:58','2026-01-21 14:46:58','2026-01-21 14:46:58'),
(14584,8,10,NULL,'Melissa-Resume-federal-23_2026-01-21-145025_mlwo.pdf',NULL,'pdf',NULL,NULL,NULL,232443,NULL,NULL,NULL,'2026-01-21 14:50:25','2026-01-21 14:50:25','2026-01-21 14:50:25'),
(14586,4,4,1,'Kensington-AD.jpg','image/jpeg','image',NULL,1080,1080,132151,NULL,NULL,NULL,'2026-01-21 14:53:29','2026-01-21 14:53:29','2026-01-21 14:53:29'),
(14595,8,10,NULL,'Melissa-Resume-federal-23.pdf',NULL,'pdf',NULL,NULL,NULL,232443,NULL,NULL,NULL,'2026-01-21 14:53:46','2026-01-21 14:53:46','2026-01-21 14:53:46'),
(14598,4,4,1,'Manitowoc-Admin.jpg','image/jpeg','image',NULL,1080,1080,76986,NULL,NULL,NULL,'2026-01-21 14:58:21','2026-01-21 14:58:21','2026-01-21 14:58:21'),
(14601,4,4,1,'Manitowoc-AD.jpg','image/jpeg','image',NULL,1080,1080,124289,NULL,NULL,NULL,'2026-01-21 14:59:35','2026-01-21 14:59:35','2026-01-21 14:59:35'),
(14613,3,3,1,'CC-Holmdel-Floor-Plan-Flyer.pdf','application/pdf','pdf',NULL,NULL,NULL,2511142,NULL,NULL,NULL,'2026-01-21 15:02:22','2026-01-21 15:02:22','2026-01-21 15:02:22'),
(14619,4,4,1,'MapleGrove-Admin.jpg','image/jpeg','image',NULL,1080,1080,76416,NULL,NULL,NULL,'2026-01-21 15:04:24','2026-01-21 15:04:24','2026-01-21 15:04:24'),
(14717,8,10,NULL,'Nicole_Tillman-2.pdf',NULL,'pdf',NULL,NULL,NULL,70241,NULL,NULL,NULL,'2026-01-21 16:02:17','2026-01-21 16:02:17','2026-01-21 16:02:17'),
(14793,4,4,1,'Shrewsbury-Admin.png','image/png','image',NULL,1080,1080,890633,NULL,NULL,NULL,'2026-01-21 16:36:03','2026-01-21 16:36:03','2026-01-21 16:36:03'),
(14795,4,4,1,'Shrewsbury-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,134967,NULL,NULL,NULL,'2026-03-09 16:14:42','2026-01-21 16:36:47','2026-03-09 16:14:42'),
(14873,4,4,1,'Severna-AD-1.jpg','image/jpeg','image',NULL,1080,1080,135110,NULL,NULL,NULL,'2026-01-21 17:04:44','2026-01-21 17:04:44','2026-01-21 17:04:44'),
(14902,4,4,1,'VictoriaCommons-AD.jpg','image/jpeg','image',NULL,1080,1080,71566,NULL,NULL,NULL,'2026-01-21 17:27:28','2026-01-21 17:27:28','2026-01-21 17:27:28'),
(14938,4,4,1,'Arbors-AD-1_2026-01-21-175504_hbtm.jpg','image/jpeg','image',NULL,1080,1080,107659,NULL,NULL,NULL,'2026-01-21 17:55:04','2026-01-21 17:55:04','2026-01-21 17:55:04'),
(14954,3,3,1,'CC-Arbors_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-181926_iwyc.pdf','application/pdf','pdf',NULL,NULL,NULL,684919,NULL,NULL,NULL,'2026-01-21 18:19:26','2026-01-21 18:19:26','2026-01-21 18:19:26'),
(14958,3,3,1,'CC-Bey-Lea_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-182017_tuzc.pdf','application/pdf','pdf',NULL,NULL,NULL,1190294,NULL,NULL,NULL,'2026-01-21 18:20:17','2026-01-21 18:20:17','2026-01-21 18:20:17'),
(14963,3,3,1,'CC-Brick_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-182038_hlcx.pdf','application/pdf','pdf',NULL,NULL,NULL,722899,NULL,NULL,NULL,'2026-01-21 18:20:38','2026-01-21 18:20:38','2026-01-21 18:20:38'),
(14967,3,3,1,'CC-Burlington-Woods_Clinical-Capabilities-Chart-Flyer_digital_2026-02-13-173746_hmow.pdf','application/pdf','pdf',NULL,NULL,NULL,196624,NULL,NULL,NULL,'2026-02-13 17:37:46','2026-01-21 18:20:56','2026-02-13 17:37:46'),
(14970,3,3,1,'CC-Court-House_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-182128_nbgu.pdf','application/pdf','pdf',NULL,NULL,NULL,692160,NULL,NULL,NULL,'2026-01-21 18:21:28','2026-01-21 18:21:28','2026-01-21 18:21:28'),
(14975,3,3,1,'CC-Green-Acres_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-182153_rcfs.pdf','application/pdf','pdf',NULL,NULL,NULL,706017,NULL,NULL,NULL,'2026-01-21 18:21:53','2026-01-21 18:21:53','2026-01-21 18:21:53'),
(14983,3,3,1,'CC-Holiday-City_Clinical-Capabilities-Chart-Flyer_digital_2026-02-13-174908_hxak.pdf','application/pdf','pdf',NULL,NULL,NULL,690545,NULL,NULL,NULL,'2026-02-13 17:49:08','2026-01-21 18:23:12','2026-02-13 17:49:08'),
(14999,3,3,1,'CC-Kresson-View_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-182555_wfxm.pdf','application/pdf','pdf',NULL,NULL,NULL,688515,NULL,NULL,NULL,'2026-01-21 18:25:55','2026-01-21 18:25:55','2026-01-21 18:25:55'),
(15002,3,3,1,'CC-Laurelton_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-182615_pcvl.pdf','application/pdf','pdf',NULL,NULL,NULL,701682,NULL,NULL,NULL,'2026-01-21 18:26:15','2026-01-21 18:26:15','2026-01-21 18:26:15'),
(15005,3,3,1,'CC-Marcella_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-182649_xddh.pdf','application/pdf','pdf',NULL,NULL,NULL,694408,NULL,NULL,NULL,'2026-01-21 18:26:49','2026-01-21 18:26:49','2026-01-21 18:26:49'),
(15008,3,3,1,'CC-Monmouth_Clinical-Capabilities-Chart-Flyer_digital_2026-02-13-175612_xjxk.pdf','application/pdf','pdf',NULL,NULL,NULL,193789,NULL,NULL,NULL,'2026-02-13 17:56:12','2026-01-21 18:27:28','2026-02-13 17:56:12'),
(15011,3,3,1,'CC-Ocean-Grove_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-182755_tgph.pdf','application/pdf','pdf',NULL,NULL,NULL,693544,NULL,NULL,NULL,'2026-01-21 18:27:55','2026-01-21 18:27:55','2026-01-21 18:27:55'),
(15014,3,3,1,'CC-Shorrock-Gardens_Clinical-Capabilities-Chart-Flyer_digital_2026-02-13-180006_lfkf.pdf','application/pdf','pdf',NULL,NULL,NULL,195684,NULL,NULL,NULL,'2026-02-13 18:00:06','2026-01-21 18:28:27','2026-02-13 18:00:06'),
(15017,3,3,1,'CC-Shrewsbury_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-182853_fgsb.pdf','application/pdf','pdf',NULL,NULL,NULL,693863,NULL,NULL,NULL,'2026-01-21 18:28:53','2026-01-21 18:28:53','2026-01-21 18:28:53'),
(15019,3,3,1,'CC-Voorhees_Clinical-Capabilities-Chart-Flyer_digital_2026-02-13-180259_dipp.pdf','application/pdf','pdf',NULL,NULL,NULL,194499,NULL,NULL,NULL,'2026-02-13 18:02:59','2026-01-21 18:29:13','2026-02-13 18:02:59'),
(15023,3,3,1,'CC-Wall_Clinical-Capabilities-Chart-Flyer_digital_2026-01-21-182943_oldw.pdf','application/pdf','pdf',NULL,NULL,NULL,708235,NULL,NULL,NULL,'2026-01-21 18:29:43','2026-01-21 18:29:43','2026-01-21 18:29:43'),
(15026,8,10,NULL,'Myracle_Williams_CNA_Resume_Updated.pdf',NULL,'pdf',NULL,NULL,NULL,4210,NULL,NULL,NULL,'2026-01-21 18:30:53','2026-01-21 18:30:53','2026-01-21 18:30:53'),
(15085,8,10,NULL,'IMG_2210_2026-01-21-191043_klwc.jpeg',NULL,'image',NULL,1125,1559,230658,NULL,NULL,NULL,'2026-01-21 19:10:43','2026-01-21 19:10:43','2026-01-21 19:10:43'),
(15316,3,3,1,'CC-Middlebury_Clinical-Capabilities-Chart-Flyer_Digital.pdf','application/pdf','pdf',NULL,NULL,NULL,700263,NULL,NULL,NULL,'2026-02-13 17:55:44','2026-01-21 19:55:04','2026-02-13 17:55:44'),
(15319,2,2,1,'IMG_5520.jpeg','image/jpeg','image',NULL,4032,3024,3804538,'0.8220;0.4078',NULL,NULL,'2026-01-21 20:01:05','2026-01-21 20:01:05','2026-01-21 20:01:16'),
(15327,8,10,NULL,'Shelly-smalls-Obrien.pdf',NULL,'pdf',NULL,NULL,NULL,87254,NULL,NULL,NULL,'2026-01-21 20:05:15','2026-01-21 20:05:15','2026-01-21 20:05:15'),
(15333,2,2,1,'IMG_5519.jpeg','image/jpeg','image',NULL,4032,3024,4811170,'0.1648;0.4494',NULL,NULL,'2026-01-21 20:18:23','2026-01-21 20:18:23','2026-01-21 20:18:54'),
(15374,3,3,1,'Complete-Care_Sample-Weekly-Menu_IL.pdf','application/pdf','pdf',NULL,NULL,NULL,1402860,NULL,NULL,NULL,'2026-01-21 20:58:55','2026-01-21 20:58:55','2026-01-21 20:58:55'),
(15380,3,3,1,'Complete-Care_Sample-Weekly-Menu_IL_2026-01-21-210841_yotj.pdf','application/pdf','pdf',NULL,NULL,NULL,1402860,NULL,NULL,NULL,'2026-01-21 21:08:41','2026-01-21 21:08:41','2026-01-21 21:08:41'),
(15384,3,3,1,'Complete-Care_Sample-Weekly-Menu_IL_2026-01-21-210904_aesb.pdf','application/pdf','pdf',NULL,NULL,NULL,1402860,NULL,NULL,NULL,'2026-01-21 21:09:04','2026-01-21 21:09:04','2026-01-21 21:09:04'),
(15407,8,10,NULL,'Resume.pdf',NULL,'pdf',NULL,NULL,NULL,94170,NULL,NULL,NULL,'2026-01-21 22:19:45','2026-01-21 22:19:45','2026-01-21 22:19:45'),
(15464,8,10,NULL,'licencia-HHA-2027.jpeg',NULL,'image',NULL,1700,2338,906673,NULL,NULL,NULL,'2026-01-22 01:38:01','2026-01-22 01:38:01','2026-01-22 01:38:01'),
(15466,8,10,NULL,'Anthony-S-Resume-Revised.docx.pdf',NULL,'pdf',NULL,NULL,NULL,86920,NULL,NULL,NULL,'2026-01-22 01:45:58','2026-01-22 01:45:59','2026-01-22 01:45:59'),
(15520,8,10,NULL,'Resume-Updated-012026.pdf',NULL,'pdf',NULL,NULL,NULL,48496,NULL,NULL,NULL,'2026-01-22 03:30:14','2026-01-22 03:30:14','2026-01-22 03:30:14'),
(15537,8,10,NULL,'Resume_2026-01-22-062203_pqmg.pdf',NULL,'pdf',NULL,NULL,NULL,91167,NULL,NULL,NULL,'2026-01-22 06:22:03','2026-01-22 06:22:03','2026-01-22 06:22:03'),
(15542,8,10,NULL,'photo1.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-01-22 06:49:19','2026-01-22 06:49:19','2026-01-22 06:49:19'),
(15544,8,10,NULL,'photo1_2026-01-22-064923_ykzk.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-01-22 06:49:23','2026-01-22 06:49:23','2026-01-22 06:49:23'),
(15554,8,10,NULL,'photo1_2026-01-22-072304_zxiz.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-01-22 07:23:04','2026-01-22 07:23:04','2026-01-22 07:23:04'),
(15556,8,10,NULL,'photo1_2026-01-22-072310_uehn.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-01-22 07:23:10','2026-01-22 07:23:10','2026-01-22 07:23:10'),
(15563,8,10,NULL,'ProfessionalResume2_2026-01-22-082545_wtni.pdf',NULL,'pdf',NULL,NULL,NULL,94247,NULL,NULL,NULL,'2026-01-22 08:25:45','2026-01-22 08:25:45','2026-01-22 08:25:45'),
(15567,8,10,NULL,'Marshall-Brown.pdf',NULL,'pdf',NULL,NULL,NULL,81880,NULL,NULL,NULL,'2026-01-22 08:38:15','2026-01-22 08:38:15','2026-01-22 08:38:15'),
(15768,4,4,1,'Laurelton-AD.jpg','image/jpeg','image',NULL,1080,1080,176043,NULL,NULL,NULL,'2026-01-22 15:58:41','2026-01-22 15:58:41','2026-01-22 15:58:41'),
(15862,8,10,NULL,'Updated-resume8325_2026-01-22-170140_tlir.pdf',NULL,'pdf',NULL,NULL,NULL,469598,NULL,NULL,NULL,'2026-01-22 17:01:40','2026-01-22 17:01:40','2026-01-22 17:01:40'),
(15917,8,10,NULL,'new-resume-CL.pdf',NULL,'pdf',NULL,NULL,NULL,91017,NULL,NULL,NULL,'2026-01-22 19:00:07','2026-01-22 19:00:07','2026-01-22 19:00:07'),
(15923,8,10,NULL,'CATHERINE-BALSAMO-2026-RESUME-2.pdf',NULL,'pdf',NULL,NULL,NULL,147018,NULL,NULL,NULL,'2026-01-22 19:33:55','2026-01-22 19:33:55','2026-01-22 19:33:55'),
(15936,9,13,1,'Complete-Care-at-Bey-Lea-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,71005,NULL,NULL,NULL,'2026-01-22 19:50:40','2026-01-22 19:50:40','2026-01-22 19:50:40'),
(15937,9,13,1,'Bey-Lea-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,2010868,NULL,NULL,NULL,'2026-01-22 19:50:41','2026-01-22 19:50:41','2026-01-22 19:50:41'),
(15938,9,13,1,'Complete-Care-at-Bey-Lea-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,410975,NULL,NULL,NULL,'2026-01-22 19:50:42','2026-01-22 19:50:42','2026-01-22 19:50:42'),
(15954,9,13,1,'CC-at-Brick-LLC-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,73827,NULL,NULL,NULL,'2026-01-22 19:56:16','2026-01-22 19:56:16','2026-01-22 19:56:16'),
(15955,9,13,1,'Brick-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1586765,NULL,NULL,NULL,'2026-01-22 19:56:17','2026-01-22 19:56:17','2026-01-22 19:56:17'),
(15956,9,13,1,'Complete-Care-at-Brick-LLC-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,428295,NULL,NULL,NULL,'2026-01-22 19:56:18','2026-01-22 19:56:18','2026-01-22 19:56:18'),
(15981,9,13,1,'Complete-Care-at-Burlington-Woods-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69595,NULL,NULL,NULL,'2026-01-22 20:03:15','2026-01-22 20:03:15','2026-01-22 20:03:15'),
(15982,9,13,1,'Complete-Care-at-Burlington-Woods-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,418071,NULL,NULL,NULL,'2026-01-22 20:03:15','2026-01-22 20:03:16','2026-01-22 20:03:16'),
(15983,9,13,1,'Burlington-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1818654,NULL,NULL,NULL,'2026-01-22 20:03:16','2026-01-22 20:03:16','2026-01-22 20:03:16'),
(15995,9,13,1,'Complete-Care-at-Court-House-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69198,NULL,NULL,NULL,'2026-01-22 20:13:52','2026-01-22 20:13:52','2026-01-22 20:13:52'),
(15996,9,13,1,'Court-House-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1854265,NULL,NULL,NULL,'2026-01-22 20:13:53','2026-01-22 20:13:53','2026-01-22 20:13:53'),
(15997,9,13,1,'Complete-Care-at-Court-House-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,418774,NULL,NULL,NULL,'2026-01-22 20:13:53','2026-01-22 20:13:53','2026-01-22 20:13:53'),
(16002,9,13,1,'Nondiscrimination_Notice_CourtHouse.pdf','application/pdf','pdf',NULL,NULL,NULL,158515,NULL,NULL,NULL,'2026-01-22 20:16:43','2026-01-22 20:16:43','2026-01-22 20:16:43'),
(16013,9,13,1,'Green-Acres-Rehab-Nursing-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1220570,NULL,NULL,NULL,'2026-01-22 20:18:30','2026-01-22 20:18:30','2026-01-22 20:18:30'),
(16014,9,13,1,'Green-Acres-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69376,NULL,NULL,NULL,'2026-01-22 20:18:31','2026-01-22 20:18:31','2026-01-22 20:18:31'),
(16015,9,13,1,'Green-Acres-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1857723,NULL,NULL,NULL,'2026-01-22 20:18:31','2026-01-22 20:18:31','2026-01-22 20:18:31'),
(16025,9,13,1,'Nondiscrimination_Notice_GreenAcres.pdf','application/pdf','pdf',NULL,NULL,NULL,158511,NULL,NULL,NULL,'2026-01-22 20:21:33','2026-01-22 20:21:33','2026-01-22 20:21:33'),
(16035,9,13,1,'Complete-Care-at-Holiday-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69148,NULL,NULL,NULL,'2026-01-22 20:24:42','2026-01-22 20:24:42','2026-01-22 20:24:42'),
(16036,9,13,1,'Holiday-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1857299,NULL,NULL,NULL,'2026-01-22 20:24:43','2026-01-22 20:24:43','2026-01-22 20:24:43'),
(16037,9,13,1,'Complete-Care-at-Holiday-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,433933,NULL,NULL,NULL,'2026-01-22 20:24:44','2026-01-22 20:24:44','2026-01-22 20:24:44'),
(16046,9,13,1,'Complete-Care-at-Kresson-View-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,70099,NULL,NULL,NULL,'2026-01-22 20:27:20','2026-01-22 20:27:20','2026-01-22 20:27:20'),
(16047,9,13,1,'Complete-Care-at-Kresson-View-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,448279,NULL,NULL,NULL,'2026-01-22 20:27:21','2026-01-22 20:27:21','2026-01-22 20:27:21'),
(16048,9,13,1,'Kresson-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1857230,NULL,NULL,NULL,'2026-01-22 20:27:22','2026-01-22 20:27:22','2026-01-22 20:27:22'),
(16057,9,13,1,'Laurelton-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1856566,NULL,NULL,NULL,'2026-01-22 20:31:00','2026-01-22 20:31:00','2026-01-22 20:31:00'),
(16058,9,13,1,'Complete-Care-at-Laurelton-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,455855,NULL,NULL,NULL,'2026-01-22 20:31:01','2026-01-22 20:31:01','2026-01-22 20:31:01'),
(16059,9,13,1,'Complete-Care-at-Laurelton-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,68862,NULL,NULL,NULL,'2026-01-22 20:31:01','2026-01-22 20:31:01','2026-01-22 20:31:01'),
(16060,9,13,1,'Nondiscrimination_Notice_Laurelton.pdf','application/pdf','pdf',NULL,NULL,NULL,163776,NULL,NULL,NULL,'2026-01-22 20:33:43','2026-01-22 20:33:43','2026-01-22 20:33:43'),
(16073,9,13,1,'Complete-Care-at-Marcella-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,68601,NULL,NULL,NULL,'2026-01-22 20:35:16','2026-01-22 20:35:16','2026-01-22 20:35:16'),
(16074,9,13,1,'Complete-Care-at-Marcella-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,414518,NULL,NULL,NULL,'2026-01-22 20:35:17','2026-01-22 20:35:17','2026-01-22 20:35:17'),
(16075,9,13,1,'Marcella-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1818706,NULL,NULL,NULL,'2026-01-22 20:35:17','2026-01-22 20:35:17','2026-01-22 20:35:17'),
(16080,9,13,1,'Nondiscrimination_Notice_Marcella.pdf','application/pdf','pdf',NULL,NULL,NULL,158506,NULL,NULL,NULL,'2026-01-22 20:37:23','2026-01-22 20:37:23','2026-01-22 20:37:23'),
(16091,9,13,1,'Monmouth-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1815806,NULL,NULL,NULL,'2026-01-22 20:39:52','2026-01-22 20:39:52','2026-01-22 20:39:52'),
(16092,9,13,1,'Complete-Care-at-Monmouth-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1081366,NULL,NULL,NULL,'2026-01-22 20:39:52','2026-01-22 20:39:52','2026-01-22 20:39:52'),
(16093,9,13,1,'Complete-Care-at-Monmouth-LLC-2024-Revenue-Schedule.pdf','application/pdf','pdf',NULL,NULL,NULL,71734,NULL,NULL,NULL,'2026-01-22 20:39:53','2026-01-22 20:39:53','2026-01-22 20:39:53'),
(16102,9,13,1,'NonDiscriminationNotice-Monmouth.pdf','application/pdf','pdf',NULL,NULL,NULL,158508,NULL,NULL,NULL,'2026-01-22 20:42:05','2026-01-22 20:42:05','2026-01-22 20:42:05'),
(16120,9,13,1,'CC-at-Ocean-Grove-LLC-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,73894,NULL,NULL,NULL,'2026-01-22 20:46:00','2026-01-22 20:46:00','2026-01-22 20:46:00'),
(16121,9,13,1,'Ocean-Grove-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1585309,NULL,NULL,NULL,'2026-01-22 20:46:00','2026-01-22 20:46:00','2026-01-22 20:46:00'),
(16122,9,13,1,'Complete-Care-at-Ocean-Grove-LLC-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,431915,NULL,NULL,NULL,'2026-01-22 20:46:01','2026-01-22 20:46:01','2026-01-22 20:46:01'),
(16131,9,13,1,'NonDiscriminationNotice-Shorrock.pdf','application/pdf','pdf',NULL,NULL,NULL,161032,NULL,NULL,NULL,'2026-01-22 20:49:36','2026-01-22 20:49:36','2026-01-22 20:49:36'),
(16133,9,13,1,'Complete-Care-at-Shorrock-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69280,NULL,NULL,NULL,'2026-01-22 20:50:33','2026-01-22 20:50:33','2026-01-22 20:50:33'),
(16134,9,13,1,'Shorrock-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1856612,NULL,NULL,NULL,'2026-01-22 20:50:34','2026-01-22 20:50:34','2026-01-22 20:50:34'),
(16135,9,13,1,'Complete-Care-at-Shorrock-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,452200,NULL,NULL,NULL,'2026-01-22 20:50:34','2026-01-22 20:50:34','2026-01-22 20:50:34'),
(16144,9,13,1,'NonDiscriminationNotice-Shrewsbury.pdf','application/pdf','pdf',NULL,NULL,NULL,161020,NULL,NULL,NULL,'2026-01-22 20:52:41','2026-01-22 20:52:41','2026-01-22 20:52:41'),
(16149,9,13,1,'CC-at-Shrewsbury-LLC-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,73991,NULL,NULL,NULL,'2026-01-22 20:54:22','2026-01-22 20:54:22','2026-01-22 20:54:22'),
(16150,9,13,1,'Shrewsbury-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1569050,NULL,NULL,NULL,'2026-01-22 20:54:23','2026-01-22 20:54:23','2026-01-22 20:54:23'),
(16151,9,13,1,'Complete-Care-at-Shrewsbury-LLC-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,431077,NULL,NULL,NULL,'2026-01-22 20:54:23','2026-01-22 20:54:23','2026-01-22 20:54:23'),
(16177,9,13,1,'CC-at-Wall-LLC-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,74302,NULL,NULL,NULL,'2026-01-22 20:59:25','2026-01-22 20:59:25','2026-01-22 20:59:25'),
(16178,9,13,1,'Wall-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1805034,NULL,NULL,NULL,'2026-01-22 20:59:26','2026-01-22 20:59:26','2026-01-22 20:59:26'),
(16179,9,13,1,'Complete-Care-at-Wall-LLC-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,428243,NULL,NULL,NULL,'2026-01-22 20:59:26','2026-01-22 20:59:26','2026-01-22 20:59:26'),
(16185,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Wall.pdf','application/pdf','pdf',NULL,NULL,NULL,158501,NULL,NULL,NULL,'2026-01-22 21:01:28','2026-01-22 21:01:28','2026-01-22 21:01:28'),
(16191,9,13,1,'Voorhees-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1855079,NULL,NULL,NULL,'2026-01-22 21:02:28','2026-01-22 21:02:28','2026-01-22 21:02:28'),
(16192,9,13,1,'Complete-Care-at-Vorhees-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,501832,NULL,NULL,NULL,'2026-01-22 21:02:28','2026-01-22 21:02:28','2026-01-22 21:02:28'),
(16194,9,13,1,'Complete-Care-at-Vorhees-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,68845,NULL,NULL,NULL,'2026-01-22 21:03:56','2026-01-22 21:03:56','2026-01-22 21:03:56'),
(16204,9,13,1,'CC-at-Bayshore-LLC-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,84777,NULL,NULL,NULL,'2026-01-22 21:07:45','2026-01-22 21:07:45','2026-01-22 21:07:45'),
(16205,9,13,1,'Bayshore-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1586544,NULL,NULL,NULL,'2026-01-22 21:07:45','2026-01-22 21:07:45','2026-01-22 21:07:45'),
(16206,9,13,1,'Complete-Care-at-Bayshore-LLC-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,429022,NULL,NULL,NULL,'2026-01-22 21:07:46','2026-01-22 21:07:46','2026-01-22 21:07:46'),
(16207,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Bayshore.pdf','application/pdf','pdf',NULL,NULL,NULL,158503,NULL,NULL,NULL,'2026-01-22 21:08:59','2026-01-22 21:08:59','2026-01-22 21:08:59'),
(16216,9,13,1,'NonDiscriminationNotice-CedarGrove.pdf','application/pdf','pdf',NULL,NULL,NULL,159773,NULL,NULL,NULL,'2026-01-22 21:10:10','2026-01-22 21:10:10','2026-01-22 21:10:10'),
(16218,9,13,1,'Complete-Care-at-Waterview-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,68926,NULL,NULL,NULL,'2026-01-22 21:12:45','2026-01-22 21:12:45','2026-01-22 21:12:45'),
(16219,9,13,1,'Complete-Care-at-Waterview-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,415319,NULL,NULL,NULL,'2026-01-22 21:12:46','2026-01-22 21:12:46','2026-01-22 21:12:46'),
(16220,9,13,1,'Waterview-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1818560,NULL,NULL,NULL,'2026-01-22 21:12:47','2026-01-22 21:12:47','2026-01-22 21:12:47'),
(16232,9,13,1,'Complete-Care-at-Clark-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,68917,NULL,NULL,NULL,'2026-01-22 21:14:55','2026-01-22 21:14:55','2026-01-22 21:14:55'),
(16233,9,13,1,'Clark-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1816597,NULL,NULL,NULL,'2026-01-22 21:14:55','2026-01-22 21:14:55','2026-01-22 21:14:55'),
(16234,9,13,1,'Complete-Care-at-Clark-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1121546,NULL,NULL,NULL,'2026-01-22 21:14:56','2026-01-22 21:14:56','2026-01-22 21:14:56'),
(16242,9,13,1,'Green-Knoll-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,72895,NULL,NULL,NULL,'2026-01-22 21:16:58','2026-01-22 21:16:58','2026-01-22 21:16:58'),
(16243,9,13,1,'Green-Knoll-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1856603,NULL,NULL,NULL,'2026-01-22 21:16:59','2026-01-22 21:16:59','2026-01-22 21:16:59'),
(16244,9,13,1,'Green-Knoll-Care-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1146290,NULL,NULL,NULL,'2026-01-22 21:17:01','2026-01-22 21:17:01','2026-01-22 21:17:01'),
(16253,9,13,1,'NonDiscriminationNotice-Madison.pdf','application/pdf','pdf',NULL,NULL,NULL,159778,NULL,NULL,NULL,'2026-01-22 21:19:16','2026-01-22 21:19:16','2026-01-22 21:19:16'),
(16256,9,13,1,'Complete-Care-at-Madison-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,68782,NULL,NULL,NULL,'2026-01-22 21:19:58','2026-01-22 21:19:58','2026-01-22 21:19:58'),
(16257,9,13,1,'Complete-Care-at-Madison-2024-NJ-Finacials.pdf','application/pdf','pdf',NULL,NULL,NULL,415327,NULL,NULL,NULL,'2026-01-22 21:19:59','2026-01-22 21:19:59','2026-01-22 21:19:59'),
(16258,9,13,1,'Madison-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1818356,NULL,NULL,NULL,'2026-01-22 21:20:00','2026-01-22 21:20:00','2026-01-22 21:20:00'),
(16268,9,13,1,'Complete-Care-at-Mercerville-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,68356,NULL,NULL,NULL,'2026-01-22 21:21:56','2026-01-22 21:21:56','2026-01-22 21:21:56'),
(16269,9,13,1,'Complete-Care-at-Mercerville-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,440153,NULL,NULL,NULL,'2026-01-22 21:21:56','2026-01-22 21:21:56','2026-01-22 21:21:56'),
(16270,9,13,1,'Mercerville-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1855515,NULL,NULL,NULL,'2026-01-22 21:21:57','2026-01-22 21:21:57','2026-01-22 21:21:57'),
(16278,9,13,1,'Orange-Park-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1817487,NULL,NULL,NULL,'2026-01-22 21:24:58','2026-01-22 21:24:58','2026-01-22 21:24:58'),
(16279,9,13,1,'Complete-Care-at-East-Orange-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,70067,NULL,NULL,NULL,'2026-01-22 21:24:59','2026-01-22 21:24:59','2026-01-22 21:24:59'),
(16280,9,13,1,'Complete-Care-at-East-Orange-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,517538,NULL,NULL,NULL,'2026-01-22 21:24:59','2026-01-22 21:24:59','2026-01-22 21:24:59'),
(16290,9,13,1,'CCG_00503a_Nondiscrimination_Notice_ParkPlace.pdf','application/pdf','pdf',NULL,NULL,NULL,158508,NULL,NULL,NULL,'2026-01-22 21:27:24','2026-01-22 21:27:24','2026-01-22 21:27:24'),
(16292,9,13,1,'Complete-Care-at-Park-Place-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69035,NULL,NULL,NULL,'2026-01-22 21:28:05','2026-01-22 21:28:05','2026-01-22 21:28:05'),
(16293,9,13,1,'Complete-Care-at-Park-Place-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,422082,NULL,NULL,NULL,'2026-01-22 21:28:05','2026-01-22 21:28:05','2026-01-22 21:28:05'),
(16294,9,13,1,'Park-Place-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1854958,NULL,NULL,NULL,'2026-01-22 21:28:06','2026-01-22 21:28:06','2026-01-22 21:28:06'),
(16305,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Plainfield.pdf','application/pdf','pdf',NULL,NULL,NULL,158499,NULL,NULL,NULL,'2026-01-22 21:29:51','2026-01-22 21:29:51','2026-01-22 21:29:51'),
(16307,9,13,1,'CC-at-Plainfield-LLC-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,74272,NULL,NULL,NULL,'2026-01-22 21:30:29','2026-01-22 21:30:29','2026-01-22 21:30:29'),
(16308,9,13,1,'Plainfield-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1568060,NULL,NULL,NULL,'2026-01-22 21:30:30','2026-01-22 21:30:30','2026-01-22 21:30:30'),
(16309,9,13,1,'Complete-Care-at-Plainfield-LLC-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,433615,NULL,NULL,NULL,'2026-01-22 21:30:30','2026-01-22 21:30:30','2026-01-22 21:30:30'),
(16360,8,10,NULL,'Resume-Heaven-Barlow.pdf',NULL,'pdf',NULL,NULL,NULL,125714,NULL,NULL,NULL,'2026-01-23 00:12:49','2026-01-23 00:12:49','2026-01-23 00:12:49'),
(16401,8,10,NULL,'AshleyFResume.pdf',NULL,'pdf',NULL,NULL,NULL,106018,NULL,NULL,NULL,'2026-01-23 00:54:08','2026-01-23 00:54:08','2026-01-23 00:54:08'),
(16427,8,10,NULL,'Resume2026.pdf',NULL,'pdf',NULL,NULL,NULL,102859,NULL,NULL,NULL,'2026-01-23 01:54:53','2026-01-23 01:54:53','2026-01-23 01:54:53'),
(16676,8,10,NULL,'Resume_2026-01-23-114034_boeo.pdf',NULL,'pdf',NULL,NULL,NULL,62294,NULL,NULL,NULL,'2026-01-23 11:40:34','2026-01-23 11:40:34','2026-01-23 11:40:34'),
(16796,8,10,NULL,'Resume.pdf.pdf',NULL,'pdf',NULL,NULL,NULL,92897,NULL,NULL,NULL,'2026-01-23 16:16:56','2026-01-23 16:16:56','2026-01-23 16:16:56'),
(16799,8,10,NULL,'Aneesha-Decorah-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,108160,NULL,NULL,NULL,'2026-01-23 16:31:06','2026-01-23 16:31:06','2026-01-23 16:31:06'),
(16829,8,10,NULL,'1DF60A82-D0FA-40EF-A3FE-DAD9E2CCB638-3.pdf',NULL,'pdf',NULL,NULL,NULL,24561,NULL,NULL,NULL,'2026-01-23 17:45:52','2026-01-23 17:45:52','2026-01-23 17:45:52'),
(16883,8,10,NULL,'Honeika_Brodbury.pdf',NULL,'pdf',NULL,NULL,NULL,59384,NULL,NULL,NULL,'2026-01-23 18:33:43','2026-01-23 18:33:43','2026-01-23 18:33:43'),
(16887,8,10,NULL,'resume-1769193221363.pdf',NULL,'pdf',NULL,NULL,NULL,68051,NULL,NULL,NULL,'2026-01-23 18:44:25','2026-01-23 18:44:25','2026-01-23 18:44:25'),
(16905,9,13,1,'Complete-Care-at-Barn-Hill-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,68747,NULL,NULL,NULL,'2026-01-23 19:11:29','2026-01-23 19:11:29','2026-01-23 19:11:29'),
(16906,9,13,1,'Barn-Hill-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1662813,NULL,NULL,NULL,'2026-01-23 19:11:30','2026-01-23 19:11:30','2026-01-23 19:11:30'),
(16907,9,13,1,'Complete-Care-at-Barn-Hill-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1204893,NULL,NULL,NULL,'2026-01-23 19:11:30','2026-01-23 19:11:30','2026-01-23 19:11:30'),
(16929,9,13,1,'Complete-Care-at-Brakeley-Park-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,72074,NULL,NULL,NULL,'2026-01-23 19:19:49','2026-01-23 19:19:49','2026-01-23 19:19:49'),
(16930,9,13,1,'Complete-Care-at-Brakeley-Park-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,393565,NULL,NULL,NULL,'2026-01-23 19:19:50','2026-01-23 19:19:50','2026-01-23 19:19:50'),
(16931,9,13,1,'Brakeley-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1857848,NULL,NULL,NULL,'2026-01-23 19:19:50','2026-01-23 19:19:51','2026-01-23 19:19:51'),
(16950,9,13,1,'Chestnut-Hill-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1818486,NULL,NULL,NULL,'2026-01-23 19:32:57','2026-01-23 19:32:57','2026-01-23 19:32:57'),
(16951,9,13,1,'Complete-Care-at-Chestnut-Hill-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,72365,NULL,NULL,NULL,'2026-01-23 19:32:57','2026-01-23 19:32:57','2026-01-23 19:32:57'),
(16952,9,13,1,'Complete-Care-at-Chestnut-Hill-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1203145,NULL,NULL,NULL,'2026-01-23 19:32:58','2026-01-23 19:32:58','2026-01-23 19:32:58'),
(16965,9,13,1,'Nondiscrimination_Notice_ChestnutRes.pdf','application/pdf','pdf',NULL,NULL,NULL,158825,NULL,NULL,NULL,'2026-01-23 19:44:04','2026-01-23 19:44:04','2026-01-23 19:44:04'),
(17019,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Germantown.pdf','application/pdf','pdf',NULL,NULL,NULL,158509,NULL,NULL,NULL,'2026-01-23 19:59:37','2026-01-23 19:59:37','2026-01-23 19:59:37'),
(17027,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Glendale.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2026-01-23 20:00:53','2026-01-23 20:00:53','2026-01-23 20:00:53'),
(17037,9,13,1,'CCG_00503a_Nondiscrimination_Notice_GlendaleWest.pdf','application/pdf','pdf',NULL,NULL,NULL,158499,NULL,NULL,NULL,'2026-01-23 20:01:55','2026-01-23 20:01:55','2026-01-23 20:01:55'),
(17047,9,13,1,'CCG_00503a_Nondiscrimination_Notice_GrandePrairie.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2026-01-23 20:03:09','2026-01-23 20:03:09','2026-01-23 20:03:09'),
(17063,9,13,1,'CCG_00503a_Nondiscrimination_Notice_HalesCorners.pdf','application/pdf','pdf',NULL,NULL,NULL,158511,NULL,NULL,NULL,'2026-01-23 20:07:10','2026-01-23 20:07:10','2026-01-23 20:07:10'),
(17073,9,13,1,'Hamilton-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1662310,NULL,NULL,NULL,'2026-01-23 20:08:54','2026-01-23 20:08:54','2026-01-23 20:08:54'),
(17074,9,13,1,'Complete-Care-at-Hamilton-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,71463,NULL,NULL,NULL,'2026-01-23 20:08:55','2026-01-23 20:08:55','2026-01-23 20:08:55'),
(17075,9,13,1,'Complete-Care-at-Hamilton-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1160509,NULL,NULL,NULL,'2026-01-23 20:08:56','2026-01-23 20:08:56','2026-01-23 20:08:56'),
(17083,9,13,1,'Complete-Care-at-Harborage-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,71006,NULL,NULL,NULL,'2026-01-23 20:11:35','2026-01-23 20:11:35','2026-01-23 20:11:35'),
(17084,9,13,1,'Harborage-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1576412,NULL,NULL,NULL,'2026-01-23 20:11:38','2026-01-23 20:11:38','2026-01-23 20:11:38'),
(17085,9,13,1,'Complete-Care-at-Harborage-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1127771,NULL,NULL,NULL,'2026-01-23 20:11:39','2026-01-23 20:11:39','2026-01-23 20:11:39'),
(17098,9,13,1,'CCG_00503a_Nondiscrimination_Notice_HarringtonCourt.pdf','application/pdf','pdf',NULL,NULL,NULL,158503,NULL,NULL,NULL,'2026-01-23 20:14:08','2026-01-23 20:14:08','2026-01-23 20:14:08'),
(17123,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Inglemoor.pdf','application/pdf','pdf',NULL,NULL,NULL,158497,NULL,NULL,NULL,'2026-01-23 20:19:19','2026-01-23 20:19:19','2026-01-23 20:19:19'),
(17125,9,13,1,'Complete-Care-at-Inglemoor-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69292,NULL,NULL,NULL,'2026-01-23 20:19:58','2026-01-23 20:19:58','2026-01-23 20:19:58'),
(17126,9,13,1,'Complete-Care-at-Inglemoor-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,418462,NULL,NULL,NULL,'2026-01-23 20:19:58','2026-01-23 20:19:58','2026-01-23 20:19:58'),
(17127,9,13,1,'Inglemoor-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1816936,NULL,NULL,NULL,'2026-01-23 20:19:59','2026-01-23 20:19:59','2026-01-23 20:19:59'),
(17135,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Jefferson.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2026-01-23 20:21:45','2026-01-23 20:21:45','2026-01-23 20:21:45'),
(17144,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Kensington.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2026-01-23 20:22:48','2026-01-23 20:22:49','2026-01-23 20:22:49'),
(17150,9,13,1,'CCG_00503a_Nondiscrimination_Notice_KHN.pdf','application/pdf','pdf',NULL,NULL,NULL,158501,NULL,NULL,NULL,'2026-01-23 20:23:52','2026-01-23 20:23:52','2026-01-23 20:23:52'),
(17158,9,13,1,'CCG_00503a_Nondiscrimination_Notice_LaPlata.pdf','application/pdf','pdf',NULL,NULL,NULL,158500,NULL,NULL,NULL,'2026-01-23 20:25:27','2026-01-23 20:25:27','2026-01-23 20:25:27'),
(17170,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Manitowoc.pdf','application/pdf','pdf',NULL,NULL,NULL,158511,NULL,NULL,NULL,'2026-01-23 20:27:21','2026-01-23 20:27:21','2026-01-23 20:27:21'),
(17179,9,13,1,'CCG_00503a_Nondiscrimination_Notice_MapleGrove.pdf','application/pdf','pdf',NULL,NULL,NULL,158499,NULL,NULL,NULL,'2026-01-23 20:29:13','2026-01-23 20:29:13','2026-01-23 20:29:13'),
(17192,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Meriden.pdf','application/pdf','pdf',NULL,NULL,NULL,158511,NULL,NULL,NULL,'2026-01-23 20:31:02','2026-01-23 20:31:02','2026-01-23 20:31:02'),
(17205,9,13,1,'Complete-Care-at-Milford-Manor-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,72423,NULL,NULL,NULL,'2026-01-23 20:33:22','2026-01-23 20:33:22','2026-01-23 20:33:22'),
(17206,9,13,1,'Milford-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1816914,NULL,NULL,NULL,'2026-01-23 20:33:23','2026-01-23 20:33:23','2026-01-23 20:33:23'),
(17207,9,13,1,'Complete-Care-at-Milford-Manor-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,409661,NULL,NULL,NULL,'2026-01-23 20:33:23','2026-01-23 20:33:23','2026-01-23 20:33:23'),
(17220,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Phillipsburg.pdf','application/pdf','pdf',NULL,NULL,NULL,158507,NULL,NULL,NULL,'2026-01-23 20:36:04','2026-01-23 20:36:04','2026-01-23 20:36:04'),
(17222,9,13,1,'Complete-Care-at-Phillipsburg-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69257,NULL,NULL,NULL,'2026-01-23 20:36:41','2026-01-23 20:36:41','2026-01-23 20:36:41'),
(17223,9,13,1,'Complete-Care-at-Phillipsburg-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,417989,NULL,NULL,NULL,'2026-01-23 20:36:42','2026-01-23 20:36:42','2026-01-23 20:36:42'),
(17224,9,13,1,'Phillipsburg-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1570522,NULL,NULL,NULL,'2026-01-23 20:36:42','2026-01-23 20:36:42','2026-01-23 20:36:42'),
(17235,9,13,1,'Complete-Care-at-Lakeview-2024-NJ-Financial-Statements.pdf','application/pdf','pdf',NULL,NULL,NULL,1090331,NULL,NULL,NULL,'2026-01-23 20:40:14','2026-01-23 20:40:14','2026-01-23 20:40:14'),
(17236,9,13,1,'Complete-Care-at-Lakeview-2024-Revenue-Schedule.pdf','application/pdf','pdf',NULL,NULL,NULL,70567,NULL,NULL,NULL,'2026-01-23 20:40:18','2026-01-23 20:40:18','2026-01-23 20:40:18'),
(17237,9,13,1,'Lakeview-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1818185,NULL,NULL,NULL,'2026-01-23 20:40:42','2026-01-23 20:40:42','2026-01-23 20:40:42'),
(17251,9,13,1,'CC-at-Regent-LLC-2024-Revenue.pdf','application/pdf','pdf',NULL,NULL,NULL,74301,NULL,NULL,NULL,'2026-01-23 20:42:16','2026-01-23 20:42:16','2026-01-23 20:42:16'),
(17252,9,13,1,'Regent-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1574127,NULL,NULL,NULL,'2026-01-23 20:42:17','2026-01-23 20:42:17','2026-01-23 20:42:17'),
(17253,9,13,1,'Complete-Care-at-Regent-LLC-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,427919,NULL,NULL,NULL,'2026-01-23 20:42:17','2026-01-23 20:42:17','2026-01-23 20:42:17'),
(17273,9,13,1,'Prospect-Heights-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1577843,NULL,NULL,NULL,'2026-01-23 20:46:38','2026-01-23 20:46:38','2026-01-23 20:46:38'),
(17274,9,13,1,'Complete-Care-at-Prospect-Heights-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,70615,NULL,NULL,NULL,'2026-01-23 20:46:39','2026-01-23 20:46:39','2026-01-23 20:46:39'),
(17275,9,13,1,'Complete-Care-at-Prospect-Heights-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1155163,NULL,NULL,NULL,'2026-01-23 20:46:39','2026-01-23 20:46:39','2026-01-23 20:46:39'),
(17286,9,13,1,'St.-Vincents-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1809332,NULL,NULL,NULL,'2026-01-23 20:50:05','2026-01-23 20:50:05','2026-01-23 20:50:05'),
(17287,9,13,1,'Complete-Care-at-St-Vincents-2024-Revenue-Schedule.pdf','application/pdf','pdf',NULL,NULL,NULL,69754,NULL,NULL,NULL,'2026-01-23 20:50:05','2026-01-23 20:50:05','2026-01-23 20:50:05'),
(17288,9,13,1,'Complete-Care-at-St-Vincents-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1156274,NULL,NULL,NULL,'2026-01-23 20:50:06','2026-01-23 20:50:06','2026-01-23 20:50:06'),
(17301,9,13,1,'Nondiscrimination_Notice_Nazareth.pdf','application/pdf','pdf',NULL,NULL,NULL,158505,NULL,NULL,NULL,'2026-01-23 21:18:07','2026-01-23 21:18:07','2026-01-23 21:18:07'),
(17330,9,13,1,'Summit-Ridge-Care-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69550,NULL,NULL,NULL,'2026-01-23 21:35:43','2026-01-23 21:35:43','2026-01-23 21:35:43'),
(17331,9,13,1,'Summit-Ridge-Care-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,428085,NULL,NULL,NULL,'2026-01-23 21:35:44','2026-01-23 21:35:44','2026-01-23 21:35:44'),
(17332,9,13,1,'Summit-Ridge-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1857123,NULL,NULL,NULL,'2026-01-23 21:35:44','2026-01-23 21:35:44','2026-01-23 21:35:44'),
(17356,9,13,1,'CCG_00503a_Nondiscrimination_Notice_WestCaldwell.pdf','application/pdf','pdf',NULL,NULL,NULL,158498,NULL,NULL,NULL,'2026-01-23 21:40:54','2026-01-23 21:40:54','2026-01-23 21:40:54'),
(17358,9,13,1,'West-Caldwell-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1575022,NULL,NULL,NULL,'2026-01-23 21:41:36','2026-01-23 21:41:36','2026-01-23 21:41:36'),
(17359,9,13,1,'Complete-Care-at-West-Caldwell-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69957,NULL,NULL,NULL,'2026-01-23 21:41:37','2026-01-23 21:41:37','2026-01-23 21:41:37'),
(17360,9,13,1,'Complete-Care-at-West-Caldwell-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1141732,NULL,NULL,NULL,'2026-01-23 21:41:37','2026-01-23 21:41:37','2026-01-23 21:41:37'),
(17371,9,13,1,'Westfield-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1818370,NULL,NULL,NULL,'2026-01-23 21:43:43','2026-01-23 21:43:43','2026-01-23 21:43:43'),
(17372,9,13,1,'Complete-Care-at-Westfield-2024-Revenues.pdf','application/pdf','pdf',NULL,NULL,NULL,69624,NULL,NULL,NULL,'2026-01-23 21:43:43','2026-01-23 21:43:43','2026-01-23 21:43:43'),
(17373,9,13,1,'Complete-Care-at-Westfield-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,452651,NULL,NULL,NULL,'2026-01-23 21:43:44','2026-01-23 21:43:44','2026-01-23 21:43:44'),
(17375,9,13,1,'CCG_00503a_Nondiscrimination_Notice_Westfield.pdf','application/pdf','pdf',NULL,NULL,NULL,158500,NULL,NULL,NULL,'2026-01-23 21:45:00','2026-01-23 21:45:00','2026-01-23 21:45:00'),
(17393,9,13,1,'Woodlands-MCR-CR-2024.pdf','application/pdf','pdf',NULL,NULL,NULL,1818773,NULL,NULL,NULL,'2026-01-23 21:48:13','2026-01-23 21:48:13','2026-01-23 21:48:13'),
(17394,9,13,1,'Complete-Care-at-Woodlands-2024-Revenue-Schedule.pdf','application/pdf','pdf',NULL,NULL,NULL,70271,NULL,NULL,NULL,'2026-01-23 21:48:13','2026-01-23 21:48:13','2026-01-23 21:48:13'),
(17395,9,13,1,'Complete-Care-at-Woodlands-2024-NJ-Financials.pdf','application/pdf','pdf',NULL,NULL,NULL,1155881,NULL,NULL,NULL,'2026-01-23 21:48:14','2026-01-23 21:48:14','2026-01-23 21:48:14'),
(17435,8,10,NULL,'AC-12-25-updated-resume.pdf',NULL,'pdf',NULL,NULL,NULL,139525,NULL,NULL,NULL,'2026-01-24 02:42:56','2026-01-24 02:42:56','2026-01-24 02:42:56'),
(17437,8,10,NULL,'AC-12-25-updated-resume_2026-01-24-024312_ruom.pdf',NULL,'pdf',NULL,NULL,NULL,139525,NULL,NULL,NULL,'2026-01-24 02:43:12','2026-01-24 02:43:12','2026-01-24 02:43:12'),
(17439,8,10,NULL,'AC-12-25-updated-resume_2026-01-24-024359_pvoo.pdf',NULL,'pdf',NULL,NULL,NULL,139525,NULL,NULL,NULL,'2026-01-24 02:43:59','2026-01-24 02:43:59','2026-01-24 02:43:59'),
(17441,8,10,NULL,'AC-12-25-updated-resume_2026-01-24-024408_tbbo.pdf',NULL,'pdf',NULL,NULL,NULL,139525,NULL,NULL,NULL,'2026-01-24 02:44:08','2026-01-24 02:44:08','2026-01-24 02:44:08'),
(17656,8,10,NULL,'Mary-Kochanowski_2026-01-24-093047_pdqm.pdf',NULL,'pdf',NULL,NULL,NULL,67419,NULL,NULL,NULL,'2026-01-24 09:30:47','2026-01-24 09:30:47','2026-01-24 09:30:47'),
(17754,8,10,NULL,'Documento-A4-curriculum-vitae-mujer-profesional-moderno-beige.pdf',NULL,'pdf',NULL,NULL,NULL,867106,NULL,NULL,NULL,'2026-01-24 12:04:07','2026-01-24 12:04:07','2026-01-24 12:04:07'),
(17911,8,10,NULL,'Resume202508240222.pdf',NULL,'pdf',NULL,NULL,NULL,109014,NULL,NULL,NULL,'2026-01-24 18:42:06','2026-01-24 18:42:06','2026-01-24 18:42:06'),
(17965,8,10,NULL,'Mary-Kochanowski.pdf',NULL,'pdf',NULL,NULL,NULL,67419,NULL,NULL,NULL,'2026-01-24 20:38:48','2026-01-24 20:38:48','2026-01-24 20:38:48'),
(18057,8,10,NULL,'IMG_0171.jpeg',NULL,'image',NULL,1215,1976,348355,NULL,NULL,NULL,'2026-01-25 02:13:08','2026-01-25 02:13:08','2026-01-25 02:13:08'),
(18556,8,10,NULL,'resume2tyesha.pdf',NULL,'pdf',NULL,NULL,NULL,3856519,NULL,NULL,NULL,'2026-01-25 18:35:31','2026-01-25 18:35:31','2026-01-25 18:35:31'),
(18559,8,10,NULL,'resume2tyesha_2026-01-25-183803_avrh.pdf',NULL,'pdf',NULL,NULL,NULL,3856519,NULL,NULL,NULL,'2026-01-25 18:38:03','2026-01-25 18:38:03','2026-01-25 18:38:03'),
(18569,8,10,NULL,'resume2tyesha_2026-01-25-185305_ysmg.pdf',NULL,'pdf',NULL,NULL,NULL,3856519,NULL,NULL,NULL,'2026-01-25 18:53:05','2026-01-25 18:53:05','2026-01-25 18:53:05'),
(18595,8,10,NULL,'IMG_2243.png',NULL,'image',NULL,1170,2532,421639,NULL,NULL,NULL,'2026-01-25 22:03:28','2026-01-25 22:03:28','2026-01-25 22:03:28'),
(18602,8,10,NULL,'IMG_5420.jpeg',NULL,'image',NULL,859,2451,504655,NULL,NULL,NULL,'2026-01-25 22:34:59','2026-01-25 22:34:59','2026-01-25 22:34:59'),
(18614,8,10,NULL,'Yolanda_Tovillo_resume_10.pdf',NULL,'pdf',NULL,NULL,NULL,68156,NULL,NULL,NULL,'2026-01-25 23:47:50','2026-01-25 23:47:50','2026-01-25 23:47:50'),
(18640,8,10,NULL,'Resume202511031240.pdf',NULL,'pdf',NULL,NULL,NULL,101499,NULL,NULL,NULL,'2026-01-26 03:03:19','2026-01-26 03:03:19','2026-01-26 03:03:19'),
(18685,8,10,NULL,'Resume-Kenya-W.-2025.pdf',NULL,'pdf',NULL,NULL,NULL,103745,NULL,NULL,NULL,'2026-01-26 03:40:08','2026-01-26 03:40:08','2026-01-26 03:40:08'),
(18687,8,10,NULL,'resume2tyesha_2026-01-26-034110_iggb.pdf',NULL,'pdf',NULL,NULL,NULL,3856519,NULL,NULL,NULL,'2026-01-26 03:41:10','2026-01-26 03:41:10','2026-01-26 03:41:10'),
(18960,8,10,NULL,'IndeedResume.pdf',NULL,'pdf',NULL,NULL,NULL,160422,NULL,NULL,NULL,'2026-01-26 14:49:05','2026-01-26 14:49:05','2026-01-26 14:49:05'),
(19103,8,10,NULL,'Kentashianna_Seawood_CNA_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,3069,NULL,NULL,NULL,'2026-01-26 17:59:41','2026-01-26 17:59:41','2026-01-26 17:59:41'),
(19118,8,10,NULL,'Janine-Josephsen-Resume-2026.pdf',NULL,'pdf',NULL,NULL,NULL,64251,NULL,NULL,NULL,'2026-01-26 19:37:54','2026-01-26 19:37:54','2026-01-26 19:37:54'),
(19120,8,10,NULL,'Janine-Josephsen-Resume-2026_2026-01-26-193820_fajb.pdf',NULL,'pdf',NULL,NULL,NULL,64251,NULL,NULL,NULL,'2026-01-26 19:38:20','2026-01-26 19:38:20','2026-01-26 19:38:20'),
(19125,8,10,NULL,'Janine-Josephsen-Resume-2026_2026-01-26-194405_dmji.pdf',NULL,'pdf',NULL,NULL,NULL,64251,NULL,NULL,NULL,'2026-01-26 19:44:05','2026-01-26 19:44:05','2026-01-26 19:44:05'),
(19167,8,10,NULL,'Donna_Murry_Resume.docx.pdf',NULL,'pdf',NULL,NULL,NULL,78243,NULL,NULL,NULL,'2026-01-26 20:43:46','2026-01-26 20:43:46','2026-01-26 20:43:46'),
(19430,8,10,NULL,'Resume_2026-01-27-141952_ghdf.pdf',NULL,'pdf',NULL,NULL,NULL,46971,NULL,NULL,NULL,'2026-01-27 14:19:52','2026-01-27 14:19:52','2026-01-27 14:19:52'),
(19432,8,10,NULL,'IndeedResume_2026-01-27-142457_owkt.pdf',NULL,'pdf',NULL,NULL,NULL,146577,NULL,NULL,NULL,'2026-01-27 14:24:57','2026-01-27 14:24:57','2026-01-27 14:24:57'),
(19720,8,10,NULL,'tarrelle-raines-resume.jpeg',NULL,'image',NULL,1076,1419,295805,NULL,NULL,NULL,'2026-01-27 18:32:17','2026-01-27 18:32:17','2026-01-27 18:32:17'),
(19722,8,10,NULL,'Elaine-resume1.pdf',NULL,'pdf',NULL,NULL,NULL,100386,NULL,NULL,NULL,'2026-01-27 18:36:01','2026-01-27 18:36:01','2026-01-27 18:36:01'),
(19763,8,10,NULL,'Kenyada-Edgeston.pdf',NULL,'pdf',NULL,NULL,NULL,63532,NULL,NULL,NULL,'2026-01-27 19:20:20','2026-01-27 19:20:20','2026-01-27 19:20:20'),
(19816,8,10,NULL,'Copy-of-certification-110_-Next-Steps-in-Becoming-a-Respite-Provider-JadeMccray.pdf',NULL,'pdf',NULL,NULL,NULL,289460,NULL,NULL,NULL,'2026-01-27 20:14:22','2026-01-27 20:14:22','2026-01-27 20:14:22'),
(19836,8,10,NULL,'updated-JW-resume-1.pdf',NULL,'pdf',NULL,NULL,NULL,38434,NULL,NULL,NULL,'2026-01-27 20:29:07','2026-01-27 20:29:07','2026-01-27 20:29:07'),
(19889,8,10,NULL,'Seble-Resume-2024-Revised-3.pdf',NULL,'pdf',NULL,NULL,NULL,76397,NULL,NULL,NULL,'2026-01-27 20:53:22','2026-01-27 20:53:22','2026-01-27 20:53:22'),
(19992,8,10,NULL,'Copy20of20Copy20of20Keri20Wooten20resume.pdf',NULL,'pdf',NULL,NULL,NULL,64928,NULL,NULL,NULL,'2026-01-28 01:43:52','2026-01-28 01:43:52','2026-01-28 01:43:52'),
(20048,8,10,NULL,'R_2025.pdf',NULL,'pdf',NULL,NULL,NULL,53671,NULL,NULL,NULL,'2026-01-28 04:18:27','2026-01-28 04:18:27','2026-01-28 04:18:27'),
(20053,8,10,NULL,'Monica_Capezza_Resume-1.pdf',NULL,'pdf',NULL,NULL,NULL,36637,NULL,NULL,NULL,'2026-01-28 04:46:54','2026-01-28 04:46:54','2026-01-28 04:46:54'),
(20833,8,10,NULL,'IMG_1448_2026-01-28-170942_zzgj.png',NULL,'image',NULL,1179,2556,350386,NULL,NULL,NULL,'2026-01-28 17:09:43','2026-01-28 17:09:43','2026-01-28 17:09:43'),
(20850,8,10,NULL,'Artreal-Clark’s-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,126632,NULL,NULL,NULL,'2026-01-28 17:14:59','2026-01-28 17:14:59','2026-01-28 17:14:59'),
(20852,8,10,NULL,'IMG_1448.png',NULL,'image',NULL,1179,2556,350386,NULL,NULL,NULL,'2026-01-28 17:15:08','2026-01-28 17:15:08','2026-01-28 17:15:08'),
(21159,8,10,NULL,'ONSTAT10_6020_80187196_onstat10120601_1.pdf',NULL,'pdf',NULL,NULL,NULL,154371,NULL,NULL,NULL,'2026-01-28 23:08:25','2026-01-28 23:08:25','2026-01-28 23:08:25'),
(21178,8,10,NULL,'TMD-Resume-2026.pdf',NULL,'pdf',NULL,NULL,NULL,59657,NULL,NULL,NULL,'2026-01-29 01:19:18','2026-01-29 01:19:18','2026-01-29 01:19:18'),
(21223,8,10,NULL,'2025-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,209981,NULL,NULL,NULL,'2026-01-29 04:30:28','2026-01-29 04:30:28','2026-01-29 04:30:28'),
(21297,8,10,NULL,'Luella_Greer_Resume.PDF',NULL,'pdf',NULL,NULL,NULL,65487,NULL,NULL,NULL,'2026-01-29 14:25:22','2026-01-29 14:25:22','2026-01-29 14:25:22'),
(21451,8,10,NULL,'Resume202502091056.pdf',NULL,'pdf',NULL,NULL,NULL,96792,NULL,NULL,NULL,'2026-01-29 16:57:07','2026-01-29 16:57:07','2026-01-29 16:57:07'),
(21569,8,10,NULL,'Screenshot-2025-08-19-at-1.22.09-PM.pdf',NULL,'pdf',NULL,NULL,NULL,91559,NULL,NULL,NULL,'2026-01-29 17:44:37','2026-01-29 17:44:37','2026-01-29 17:44:37'),
(21867,8,10,NULL,'Resume_2026-01-29-220212_yvwo.pdf',NULL,'pdf',NULL,NULL,NULL,78440,NULL,NULL,NULL,'2026-01-29 22:02:12','2026-01-29 22:02:12','2026-01-29 22:02:12'),
(22253,8,10,NULL,'Jazlyn-Zafra-Resume.png',NULL,'image',NULL,1545,2000,475529,NULL,NULL,NULL,'2026-01-30 16:06:42','2026-01-30 16:06:42','2026-01-30 16:06:42'),
(22255,8,10,NULL,'Jazlyn-Zafra-Resume_2026-01-30-160902_dhvs.png',NULL,'image',NULL,1545,2000,475529,NULL,NULL,NULL,'2026-01-30 16:09:02','2026-01-30 16:09:02','2026-01-30 16:09:02'),
(22377,8,10,NULL,'Resume-126.pdf',NULL,'pdf',NULL,NULL,NULL,91638,NULL,NULL,NULL,'2026-01-30 19:31:40','2026-01-30 19:31:40','2026-01-30 19:31:40'),
(22384,2,2,1,'DSC_0803-Edit_2026-01-30-195718_fqox.jpg','image/jpeg','image',NULL,5059,3496,9301652,NULL,NULL,NULL,'2026-01-30 19:57:19','2026-01-30 19:57:19','2026-01-30 19:57:19'),
(22397,8,10,NULL,'Updated-resume.pdf',NULL,'pdf',NULL,NULL,NULL,60516,NULL,NULL,NULL,'2026-01-30 20:46:27','2026-01-30 20:46:27','2026-01-30 20:46:27'),
(22412,8,10,NULL,'Marsahra-Carrington-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,87698,NULL,NULL,NULL,'2026-01-30 22:32:18','2026-01-30 22:32:18','2026-01-30 22:32:18'),
(22433,8,10,NULL,'ANA-GAUZ_resume.pdf',NULL,'pdf',NULL,NULL,NULL,95732,NULL,NULL,NULL,'2026-01-31 00:13:44','2026-01-31 00:13:44','2026-01-31 00:13:44'),
(22435,8,10,NULL,'26-Carolyn-Sterling-Resume-PDF_2026-01-31-001805_nmda.pdf',NULL,'pdf',NULL,NULL,NULL,68344,NULL,NULL,NULL,'2026-01-31 00:18:05','2026-01-31 00:18:05','2026-01-31 00:18:05'),
(22437,8,10,NULL,'Jemariz-Zamora-Resume.docx.pdf',NULL,'pdf',NULL,NULL,NULL,64628,NULL,NULL,NULL,'2026-01-31 00:19:34','2026-01-31 00:19:34','2026-01-31 00:19:34'),
(22450,8,10,NULL,'26-Carolyn-Sterling-Resume-PDF_2026-01-31-003336_wldk.pdf',NULL,'pdf',NULL,NULL,NULL,68344,NULL,NULL,NULL,'2026-01-31 00:33:36','2026-01-31 00:33:36','2026-01-31 00:33:36'),
(22796,8,10,NULL,'Mackenzie-Corbitt.pdf',NULL,'pdf',NULL,NULL,NULL,86561,NULL,NULL,NULL,'2026-01-31 14:57:10','2026-01-31 14:57:10','2026-01-31 14:57:10'),
(22859,8,10,NULL,'Copy6-New-CV.pdf',NULL,'pdf',NULL,NULL,NULL,99612,NULL,NULL,NULL,'2026-01-31 17:38:41','2026-01-31 17:38:41','2026-01-31 17:38:41'),
(22864,8,10,NULL,'Resume-Ebanks-2026-2-1.pdf',NULL,'pdf',NULL,NULL,NULL,88815,NULL,NULL,NULL,'2026-01-31 17:44:20','2026-01-31 17:44:20','2026-01-31 17:44:20'),
(22880,8,10,NULL,'Krystal-resume.pdf',NULL,'pdf',NULL,NULL,NULL,52648,NULL,NULL,NULL,'2026-01-31 19:17:41','2026-01-31 19:17:41','2026-01-31 19:17:41'),
(22900,8,10,NULL,'Document-7.pdf',NULL,'pdf',NULL,NULL,NULL,73058,NULL,NULL,NULL,'2026-01-31 21:52:10','2026-01-31 21:52:10','2026-01-31 21:52:10'),
(23030,8,10,NULL,'IMG_8864.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-01 05:25:13','2026-02-01 05:25:14','2026-02-01 05:25:14'),
(23248,8,10,NULL,'Stanford-2025.docx.pdf',NULL,'pdf',NULL,NULL,NULL,76806,NULL,NULL,NULL,'2026-02-01 16:25:45','2026-02-01 16:25:45','2026-02-01 16:25:45'),
(23270,8,10,NULL,'Updated-Resume_2026-02-01-165221_vgra.pdf',NULL,'pdf',NULL,NULL,NULL,231001,NULL,NULL,NULL,'2026-02-01 16:52:21','2026-02-01 16:52:21','2026-02-01 16:52:21'),
(23291,8,10,NULL,'2024-RESUME.pdf',NULL,'pdf',NULL,NULL,NULL,76568,NULL,NULL,NULL,'2026-02-01 18:35:59','2026-02-01 18:35:59','2026-02-01 18:35:59'),
(23471,8,10,NULL,'photo1_2026-02-02-092535_rvhh.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-02 09:25:35','2026-02-02 09:25:35','2026-02-02 09:25:35'),
(23473,8,10,NULL,'photo1_2026-02-02-092540_mdhx.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-02 09:25:40','2026-02-02 09:25:40','2026-02-02 09:25:40'),
(23509,8,10,NULL,'photo1_2026-02-02-121911_ixsz.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-02 12:19:11','2026-02-02 12:19:11','2026-02-02 12:19:11'),
(23511,8,10,NULL,'photo1_2026-02-02-121915_thho.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-02 12:19:15','2026-02-02 12:19:15','2026-02-02 12:19:15'),
(23691,3,3,1,'Care-Age.pdf','application/pdf','pdf',NULL,NULL,NULL,288675,NULL,NULL,NULL,'2026-03-05 20:41:39','2026-02-02 16:34:45','2026-03-05 20:41:39'),
(23694,3,3,1,'Hagerstown.pdf','application/pdf','pdf',NULL,NULL,NULL,176565,NULL,NULL,NULL,'2026-03-04 20:43:43','2026-02-02 16:35:34','2026-03-04 20:43:43'),
(23697,3,3,1,'Jefferson-Meadows_February2026.pdf','application/pdf','pdf',NULL,NULL,NULL,2822683,NULL,NULL,NULL,'2026-02-02 16:35:48','2026-02-02 16:35:48','2026-02-02 16:35:48'),
(23701,3,3,1,'Bayshore.pdf','application/pdf','pdf',NULL,NULL,NULL,1581189,NULL,NULL,NULL,'2026-03-04 19:45:17','2026-02-02 16:38:30','2026-03-04 19:45:17'),
(23704,3,3,1,'Cedar-Grove-March.pdf','application/pdf','pdf',NULL,NULL,NULL,1950042,NULL,NULL,NULL,'2026-03-04 19:47:54','2026-02-02 16:39:20','2026-03-04 19:47:54'),
(23707,3,3,1,'Clark-March.pdf','application/pdf','pdf',NULL,NULL,NULL,408204,NULL,NULL,NULL,'2026-03-04 19:48:15','2026-02-02 16:39:47','2026-03-04 19:48:15'),
(23709,3,3,1,'Green-Knoll.pdf','application/pdf','pdf',NULL,NULL,NULL,869918,NULL,NULL,NULL,'2026-03-04 19:49:25','2026-02-02 16:40:06','2026-03-04 19:49:25'),
(23713,3,3,1,'Holmdel-March2026-Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,1103769,NULL,NULL,NULL,'2026-03-04 19:49:53','2026-02-02 16:40:46','2026-03-04 19:49:53'),
(23716,3,3,1,'Mercerville.pdf','application/pdf','pdf',NULL,NULL,NULL,605779,NULL,NULL,NULL,'2026-03-04 19:50:49','2026-02-02 16:41:18','2026-03-04 19:50:49'),
(23719,3,3,1,'Park-Place.pdf','application/pdf','pdf',NULL,NULL,NULL,4348275,NULL,NULL,NULL,'2026-03-04 19:57:51','2026-02-02 16:41:55','2026-03-04 19:57:51'),
(23721,3,3,1,'Plainfield.pdf','application/pdf','pdf',NULL,NULL,NULL,889703,NULL,NULL,NULL,'2026-03-04 19:58:42','2026-02-02 16:42:13','2026-03-04 19:58:42'),
(23725,3,3,1,'St.-Vincents.pdf','application/pdf','pdf',NULL,NULL,NULL,327186,NULL,NULL,NULL,'2026-03-04 19:59:29','2026-02-02 16:43:09','2026-03-04 19:59:29'),
(23729,8,10,NULL,'Heather-L.-Stendel-Resume-26.pdf',NULL,'pdf',NULL,NULL,NULL,462653,NULL,NULL,NULL,'2026-02-02 16:44:34','2026-02-02 16:44:34','2026-02-02 16:44:34'),
(23730,3,3,1,'Summit-Ridge-March.pdf','application/pdf','pdf',NULL,NULL,NULL,2207035,NULL,NULL,NULL,'2026-03-04 20:00:27','2026-02-02 16:46:36','2026-03-04 20:00:27'),
(23734,3,3,1,'West-Caldwell.pdf','application/pdf','pdf',NULL,NULL,NULL,352118,NULL,NULL,NULL,'2026-03-04 20:01:50','2026-02-02 16:47:17','2026-03-04 20:01:50'),
(23737,3,3,1,'Westfield-1.pdf','application/pdf','pdf',NULL,NULL,NULL,348930,NULL,NULL,NULL,'2026-03-04 20:02:23','2026-02-02 16:47:44','2026-03-04 20:02:23'),
(23740,3,3,1,'Woodlands-March.pdf','application/pdf','pdf',NULL,NULL,NULL,338499,NULL,NULL,NULL,'2026-03-04 20:05:12','2026-02-02 16:48:26','2026-03-04 20:05:12'),
(23743,3,3,1,'Fox-Hill_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,7102368,NULL,NULL,NULL,'2026-03-04 20:10:28','2026-02-02 16:48:57','2026-03-04 20:10:28'),
(23746,3,3,1,'Glendale_February2026.docx','application/vnd.openxmlformats-officedocument.wordprocessingml.document','word',NULL,NULL,NULL,914970,NULL,0,0,'2026-02-02 16:50:23','2026-02-02 16:50:23','2026-02-02 16:50:23'),
(23749,3,3,1,'Groton-March-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,445685,NULL,NULL,NULL,'2026-03-04 20:12:40','2026-02-02 16:50:55','2026-03-04 20:12:40'),
(23752,3,3,1,'Groton_RCH_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,280866,NULL,NULL,NULL,'2026-03-04 20:11:14','2026-02-02 16:51:15','2026-03-04 20:11:14'),
(23755,3,3,1,'Harrington-Court_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,279555,NULL,NULL,NULL,'2026-03-04 20:13:09','2026-02-02 16:51:42','2026-03-04 20:13:09'),
(23758,3,3,1,'KHN-March-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,4809488,NULL,NULL,NULL,'2026-03-04 20:16:12','2026-02-02 16:52:12','2026-03-04 20:16:12'),
(23761,3,3,1,'KHS_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,280793,NULL,NULL,NULL,'2026-03-04 20:14:29','2026-02-02 16:52:37','2026-03-04 20:14:29'),
(23764,3,3,1,'Middlebury_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,473954,NULL,NULL,NULL,'2026-03-04 20:17:44','2026-02-02 16:52:57','2026-03-04 20:17:44'),
(23767,3,3,1,'Boulevard_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,434686,NULL,NULL,NULL,'2026-03-04 20:20:25','2026-02-02 16:53:33','2026-03-04 20:20:25'),
(23770,3,3,1,'Margate-Park_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,143707,NULL,NULL,NULL,'2026-03-04 20:20:59','2026-02-02 16:54:01','2026-03-04 20:20:59'),
(23773,3,3,1,'Sheridan-March-Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,299882,NULL,NULL,NULL,'2026-03-04 20:21:33','2026-02-02 16:54:15','2026-03-04 20:21:52'),
(23776,3,3,1,'Brackenville-March.pdf','application/pdf','pdf',NULL,NULL,NULL,239546,NULL,NULL,NULL,'2026-03-04 20:41:47','2026-02-02 16:55:07','2026-03-04 20:41:47'),
(23779,3,3,1,'Hyattsville-March.pdf','application/pdf','pdf',NULL,NULL,NULL,1196282,NULL,NULL,NULL,'2026-03-04 20:45:46','2026-02-02 16:57:52','2026-03-04 20:45:46'),
(23783,3,3,1,'Oak-Ridge_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,143707,NULL,NULL,NULL,'2026-03-04 20:47:18','2026-02-02 17:04:09','2026-03-04 20:47:18'),
(23788,3,3,1,'Severna-Park.pdf','application/pdf','pdf',NULL,NULL,NULL,2488722,NULL,NULL,NULL,'2026-02-02 17:04:49','2026-02-02 17:04:49','2026-02-02 17:04:49'),
(23792,3,3,1,'Silver-Lake_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,268665,NULL,NULL,NULL,'2026-03-04 20:47:52','2026-02-02 17:05:27','2026-03-04 20:47:52'),
(23795,3,3,1,'Wheaton_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,125264,NULL,NULL,NULL,'2026-03-04 20:48:44','2026-02-02 17:06:48','2026-03-04 20:48:44'),
(23799,8,10,NULL,'IMG_0016.png',NULL,'image',NULL,1640,2360,409962,NULL,NULL,NULL,'2026-02-02 17:17:14','2026-02-02 17:17:14','2026-02-02 17:17:14'),
(23802,3,3,1,'Berkshire.pdf','application/pdf','pdf',NULL,NULL,NULL,149294,NULL,NULL,NULL,'2026-03-05 20:10:49','2026-02-02 17:19:00','2026-03-05 20:10:49'),
(23804,3,3,1,'Brakeley-Park.pdf','application/pdf','pdf',NULL,NULL,NULL,2161342,NULL,NULL,NULL,'2026-03-05 20:11:22','2026-02-02 17:19:25','2026-03-05 20:11:22'),
(23808,3,3,1,'Chesnut-Hill-Residences.pdf','application/pdf','pdf',NULL,NULL,NULL,2079127,NULL,NULL,NULL,'2026-03-05 20:11:50','2026-02-02 17:19:55','2026-03-05 20:11:50'),
(23811,3,3,1,'Chestnut-Hill.pdf','application/pdf','pdf',NULL,NULL,NULL,81783,NULL,NULL,NULL,'2026-02-02 17:20:14','2026-02-02 17:20:14','2026-02-02 17:20:14'),
(23816,3,3,1,'Fair-Lawn-Edge.pdf','application/pdf','pdf',NULL,NULL,NULL,358689,NULL,NULL,NULL,'2026-03-05 20:12:11','2026-02-02 17:21:00','2026-03-05 20:12:11'),
(23819,3,3,1,'Hamilton-Plaza.pdf','application/pdf','pdf',NULL,NULL,NULL,249289,NULL,NULL,NULL,'2026-03-05 20:12:39','2026-02-02 17:21:42','2026-03-05 20:12:39'),
(23821,3,3,1,'Harborage.pdf','application/pdf','pdf',NULL,NULL,NULL,2088513,NULL,NULL,NULL,'2026-03-05 20:13:05','2026-02-02 17:22:12','2026-03-05 20:13:05'),
(23824,3,3,1,'Harston-Hall.pdf','application/pdf','pdf',NULL,NULL,NULL,482523,NULL,NULL,NULL,'2026-03-05 20:13:37','2026-02-02 17:22:40','2026-03-05 20:13:37'),
(23827,3,3,1,'Inglemoor.pdf','application/pdf','pdf',NULL,NULL,NULL,1619982,NULL,NULL,NULL,'2026-03-05 20:14:05','2026-02-02 17:23:04','2026-03-05 20:14:05'),
(23830,3,3,1,'Lehigh.pdf','application/pdf','pdf',NULL,NULL,NULL,551324,NULL,NULL,NULL,'2026-03-05 20:14:42','2026-02-02 17:23:32','2026-03-05 20:14:42'),
(23833,3,3,1,'Milford-Manor-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,281324,NULL,NULL,NULL,'2026-03-05 20:15:19','2026-02-02 17:23:54','2026-03-05 20:15:19'),
(23836,3,3,1,'Phillipsburg.pdf','application/pdf','pdf',NULL,NULL,NULL,836038,NULL,NULL,NULL,'2026-03-05 20:15:51','2026-02-02 17:24:28','2026-03-05 20:15:51'),
(23839,3,3,1,'Prospect-Heights-March.pdf','application/pdf','pdf',NULL,NULL,NULL,843351,NULL,NULL,NULL,'2026-03-05 20:16:13','2026-02-02 17:25:18','2026-03-05 20:16:13'),
(23842,3,3,1,'Wayne-Hills.pdf','application/pdf','pdf',NULL,NULL,NULL,2585659,NULL,NULL,NULL,'2026-03-05 20:16:41','2026-02-02 17:25:42','2026-03-05 20:16:41'),
(23845,3,3,1,'Arbors-March2026Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,10684999,NULL,NULL,NULL,'2026-03-05 20:23:26','2026-02-02 17:26:23','2026-03-05 20:23:26'),
(23848,3,3,1,'BeyLeaALF-March2026Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,5870743,NULL,NULL,NULL,'2026-03-05 20:24:33','2026-02-02 17:26:47','2026-03-05 20:24:33'),
(23851,3,3,1,'Brick-March2026Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,4782738,NULL,NULL,NULL,'2026-03-05 20:25:02','2026-02-02 17:27:15','2026-03-05 20:25:02'),
(23854,3,3,1,'BurlingtonWoods-March2026Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,3621287,NULL,NULL,NULL,'2026-03-05 20:25:27','2026-02-02 17:28:36','2026-03-05 20:25:27'),
(23857,3,3,1,'CourtHouse-February2026Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,7251742,NULL,NULL,NULL,'2026-03-05 20:25:50','2026-02-02 17:28:55','2026-03-05 20:25:50'),
(23859,3,3,1,'Green-Acres-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,11521609,NULL,NULL,NULL,'2026-03-05 20:26:21','2026-02-02 17:29:23','2026-03-05 20:26:21'),
(23863,3,3,1,'Holiday-City-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,5763511,NULL,NULL,NULL,'2026-03-06 19:17:57','2026-02-02 17:29:42','2026-03-06 19:17:57'),
(23866,3,3,1,'Kresson-View-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,2199504,NULL,NULL,NULL,'2026-03-05 20:27:18','2026-02-02 17:30:00','2026-03-05 20:27:18'),
(23869,3,3,1,'Laurelton-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,6872432,NULL,NULL,NULL,'2026-03-05 20:27:44','2026-02-02 17:30:18','2026-03-05 20:27:44'),
(23872,3,3,1,'Marcella-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,5731800,NULL,NULL,NULL,'2026-03-05 20:28:10','2026-02-02 17:30:33','2026-03-05 20:28:10'),
(23874,3,3,1,'Monmouth-Main-March2026Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,1756332,NULL,NULL,NULL,'2026-03-05 20:28:36','2026-02-02 17:30:48','2026-03-05 20:28:36'),
(23878,3,3,1,'OceanGrove-March2026Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,3126828,NULL,NULL,NULL,'2026-03-05 20:29:25','2026-02-02 17:31:06','2026-03-05 20:29:25'),
(23881,3,3,1,'Shorrock-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,1637189,NULL,NULL,NULL,'2026-03-05 20:29:48','2026-02-02 17:31:27','2026-03-05 20:29:48'),
(23887,3,3,1,'Voorhees-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,3549706,NULL,NULL,NULL,'2026-03-05 20:30:40','2026-02-02 17:31:55','2026-03-05 20:30:40'),
(23890,3,3,1,'Wall-March2026Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,1673144,NULL,NULL,NULL,'2026-03-05 20:31:04','2026-02-02 17:32:08','2026-03-05 20:31:04'),
(23893,8,10,NULL,'Shandell_Palmer.pdf',NULL,'pdf',NULL,NULL,NULL,68961,NULL,NULL,NULL,'2026-02-02 17:46:09','2026-02-02 17:46:09','2026-02-02 17:46:09'),
(23900,3,3,1,'Shrewsbury-March2026Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,2835987,NULL,NULL,NULL,'2026-03-05 20:30:13','2026-02-02 17:51:15','2026-03-05 20:30:13'),
(23903,3,3,1,'Whispering-Woods-March-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,4155290,NULL,NULL,NULL,'2026-03-04 21:05:21','2026-02-02 17:53:44','2026-03-04 21:05:21'),
(23913,8,10,NULL,'Tenisha-J-Watson-2026-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,206672,NULL,NULL,NULL,'2026-02-02 19:06:01','2026-02-02 19:06:01','2026-02-02 19:06:01'),
(23936,3,3,1,'Bey-Lea-SNF-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,5298609,NULL,NULL,NULL,'2026-03-05 20:23:55','2026-02-02 20:52:52','2026-03-05 20:23:55'),
(23939,8,10,NULL,'Resume-2.pdf',NULL,'pdf',NULL,NULL,NULL,110167,NULL,NULL,NULL,'2026-02-02 21:01:38','2026-02-02 21:01:38','2026-02-02 21:01:38'),
(23944,3,3,1,'VictoriaCommons-February2026Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,3421893,NULL,NULL,NULL,'2026-02-02 21:10:01','2026-02-02 21:10:01','2026-02-02 21:10:01'),
(23960,8,10,NULL,'photo1_2026-02-02-231554_lpoa.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-02 23:15:54','2026-02-02 23:15:54','2026-02-02 23:15:54'),
(23962,8,10,NULL,'photo1_2026-02-02-231559_jdzq.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-02 23:15:59','2026-02-02 23:15:59','2026-02-02 23:15:59'),
(23969,8,10,NULL,'photo1_2026-02-02-234334_ngif.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-02 23:43:34','2026-02-02 23:43:34','2026-02-02 23:43:34'),
(23971,8,10,NULL,'photo1_2026-02-02-234339_vljy.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-02 23:43:39','2026-02-02 23:43:39','2026-02-02 23:43:39'),
(23981,8,10,NULL,'photo1_2026-02-03-003536_xkjz.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 00:35:36','2026-02-03 00:35:36','2026-02-03 00:35:36'),
(23983,8,10,NULL,'photo1_2026-02-03-003541_pemc.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 00:35:41','2026-02-03 00:35:41','2026-02-03 00:35:41'),
(23988,8,10,NULL,'Jack-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,61843,NULL,NULL,NULL,'2026-02-03 01:47:10','2026-02-03 01:47:10','2026-02-03 01:47:10'),
(23990,8,10,NULL,'photo1_2026-02-03-020310_bjlo.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 02:03:10','2026-02-03 02:03:10','2026-02-03 02:03:10'),
(23992,8,10,NULL,'photo1_2026-02-03-020314_aitz.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 02:03:14','2026-02-03 02:03:14','2026-02-03 02:03:14'),
(23996,8,10,NULL,'photo1_2026-02-03-021843_fykg.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 02:18:43','2026-02-03 02:18:43','2026-02-03 02:18:43'),
(23998,8,10,NULL,'photo1_2026-02-03-021848_lpos.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 02:18:48','2026-02-03 02:18:48','2026-02-03 02:18:48'),
(24114,8,10,NULL,'Alisha-I-Official-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,119247,NULL,NULL,NULL,'2026-02-03 04:51:52','2026-02-03 04:51:52','2026-02-03 04:51:52'),
(24122,8,10,NULL,'photo1_2026-02-03-060133_vibc.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 06:01:33','2026-02-03 06:01:33','2026-02-03 06:01:33'),
(24124,8,10,NULL,'photo1_2026-02-03-060137_nxeg.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 06:01:37','2026-02-03 06:01:37','2026-02-03 06:01:37'),
(24142,8,10,NULL,'photo1_2026-02-03-080330_cceb.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 08:03:30','2026-02-03 08:03:30','2026-02-03 08:03:30'),
(24144,8,10,NULL,'photo1_2026-02-03-080336_gevq.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 08:03:36','2026-02-03 08:03:36','2026-02-03 08:03:36'),
(24152,8,10,NULL,'photo1_2026-02-03-080732_bvfu.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 08:07:32','2026-02-03 08:07:32','2026-02-03 08:07:32'),
(24154,8,10,NULL,'photo1_2026-02-03-080736_brnq.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 08:07:36','2026-02-03 08:07:36','2026-02-03 08:07:36'),
(24260,8,10,NULL,'photo1_2026-02-03-124423_ukav.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 12:44:23','2026-02-03 12:44:23','2026-02-03 12:44:23'),
(24262,8,10,NULL,'photo1_2026-02-03-124428_zfkb.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 12:44:28','2026-02-03 12:44:28','2026-02-03 12:44:28'),
(24302,8,10,NULL,'photo1_2026-02-03-150234_whdc.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 15:02:34','2026-02-03 15:02:34','2026-02-03 15:02:34'),
(24304,8,10,NULL,'photo1_2026-02-03-150238_ylwi.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 15:02:38','2026-02-03 15:02:38','2026-02-03 15:02:38'),
(24308,8,10,NULL,'carmen-resume.pdf',NULL,'pdf',NULL,NULL,NULL,87362,NULL,NULL,NULL,'2026-02-03 15:18:44','2026-02-03 15:18:44','2026-02-03 15:18:44'),
(24316,8,10,NULL,'IMG_20260202_184749829_HDR_2026-02-03-152511_ruwj.jpg',NULL,'image',NULL,4096,3072,2271316,NULL,NULL,NULL,'2026-02-03 15:25:11','2026-02-03 15:25:11','2026-02-03 15:25:11'),
(24317,8,10,NULL,'IMG_20260202_184841578_HDR_2026-02-03-152511_tiqm.jpg',NULL,'image',NULL,4160,3120,1893322,NULL,NULL,NULL,'2026-02-03 15:25:12','2026-02-03 15:25:12','2026-02-03 15:25:12'),
(24318,8,10,NULL,'IMG_20260202_184852079_HDR_2026-02-03-152512_enfv.jpg',NULL,'image',NULL,4160,3120,4137549,NULL,NULL,NULL,'2026-02-03 15:25:12','2026-02-03 15:25:12','2026-02-03 15:25:12'),
(24319,8,10,NULL,'IMG_20260202_184829567_HDR_2026-02-03-152512_mfyg.jpg',NULL,'image',NULL,4160,3120,1850779,NULL,NULL,NULL,'2026-02-03 15:25:13','2026-02-03 15:25:13','2026-02-03 15:25:13'),
(24320,8,10,NULL,'IMG_20260202_184859962_HDR_2026-02-03-152513_fwbs.jpg',NULL,'image',NULL,4160,3120,2462746,NULL,NULL,NULL,'2026-02-03 15:25:13','2026-02-03 15:25:13','2026-02-03 15:25:13'),
(24348,3,3,1,'Southpointe.pdf','application/pdf','pdf',NULL,NULL,NULL,376622,NULL,NULL,NULL,'2026-03-05 20:45:49','2026-02-03 15:40:05','2026-03-05 20:45:49'),
(24357,8,10,NULL,'photo1_2026-02-03-154520_mzzy.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 15:45:20','2026-02-03 15:45:20','2026-02-03 15:45:20'),
(24360,8,10,NULL,'photo1_2026-02-03-154525_ohif.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 15:45:25','2026-02-03 15:45:25','2026-02-03 15:45:25'),
(24429,8,10,NULL,'Resume_2026-02-03-172430_vpou.pdf',NULL,'pdf',NULL,NULL,NULL,94847,NULL,NULL,NULL,'2026-02-03 17:24:30','2026-02-03 17:24:30','2026-02-03 17:24:30'),
(24433,8,10,NULL,'photo1_2026-02-03-174727_scyd.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 17:47:27','2026-02-03 17:47:27','2026-02-03 17:47:27'),
(24435,8,10,NULL,'photo1_2026-02-03-174731_ywsi.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 17:47:31','2026-02-03 17:47:31','2026-02-03 17:47:31'),
(24442,8,10,NULL,'inbound4701210333307326354.pdf',NULL,'pdf',NULL,NULL,NULL,97924,NULL,NULL,NULL,'2026-02-03 18:17:15','2026-02-03 18:17:15','2026-02-03 18:17:15'),
(24444,8,10,NULL,'Emily_Rodriguez_Resume2025.pdf',NULL,'pdf',NULL,NULL,NULL,73852,NULL,NULL,NULL,'2026-02-03 18:28:29','2026-02-03 18:28:29','2026-02-03 18:28:29'),
(24446,8,10,NULL,'Resume_2026-02-03-184333_zgor.pdf',NULL,'pdf',NULL,NULL,NULL,89099,NULL,NULL,NULL,'2026-02-03 18:43:33','2026-02-03 18:43:33','2026-02-03 18:43:33'),
(24454,8,10,NULL,'photo1_2026-02-03-190713_widx.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 19:07:13','2026-02-03 19:07:13','2026-02-03 19:07:13'),
(24456,8,10,NULL,'photo1_2026-02-03-190718_zkwm.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 19:07:18','2026-02-03 19:07:18','2026-02-03 19:07:18'),
(24462,8,10,NULL,'photo1_2026-02-03-194338_qhdh.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 19:43:38','2026-02-03 19:43:38','2026-02-03 19:43:38'),
(24464,8,10,NULL,'photo1_2026-02-03-194343_iowc.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 19:43:43','2026-02-03 19:43:43','2026-02-03 19:43:43'),
(24470,8,10,NULL,'photo1_2026-02-03-200707_dvgt.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 20:07:07','2026-02-03 20:07:07','2026-02-03 20:07:07'),
(24472,8,10,NULL,'photo1_2026-02-03-200711_kbsg.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 20:07:11','2026-02-03 20:07:11','2026-02-03 20:07:11'),
(24484,8,10,NULL,'Tessa-Pettiford-resume_2026-02-03-204811_uvsf.pdf',NULL,'pdf',NULL,NULL,NULL,106994,NULL,NULL,NULL,'2026-02-03 20:48:11','2026-02-03 20:48:11','2026-02-03 20:48:11'),
(24493,8,10,NULL,'Resume-Sophia-Alize-Villanueva.pdf',NULL,'pdf',NULL,NULL,NULL,40700,NULL,NULL,NULL,'2026-02-03 21:41:57','2026-02-03 21:41:57','2026-02-03 21:41:57'),
(24500,8,10,NULL,'photo1_2026-02-03-230558_wtbv.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 23:05:58','2026-02-03 23:05:58','2026-02-03 23:05:58'),
(24502,8,10,NULL,'photo1_2026-02-03-230603_sgqc.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-03 23:06:03','2026-02-03 23:06:03','2026-02-03 23:06:03'),
(24516,8,10,NULL,'kathy-resume.pdf.pdf',NULL,'pdf',NULL,NULL,NULL,367728,NULL,NULL,NULL,'2026-02-04 00:36:47','2026-02-04 00:36:47','2026-02-04 00:36:47'),
(24520,8,10,NULL,'UPDATED-RESUME-Denita-smith.pdf',NULL,'pdf',NULL,NULL,NULL,4193,NULL,NULL,NULL,'2026-02-04 00:59:48','2026-02-04 00:59:48','2026-02-04 00:59:48'),
(24597,8,10,NULL,'photo1_2026-02-04-043453_sslj.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-04 04:34:53','2026-02-04 04:34:53','2026-02-04 04:34:53'),
(24599,8,10,NULL,'photo1_2026-02-04-043457_jebk.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-04 04:34:57','2026-02-04 04:34:57','2026-02-04 04:34:57'),
(24679,8,10,NULL,'Marquita_Henry_Resume-revised.pdf',NULL,'pdf',NULL,NULL,NULL,362815,NULL,NULL,NULL,'2026-02-04 09:05:30','2026-02-04 09:05:30','2026-02-04 09:05:30'),
(24815,8,10,NULL,'UPDATED-RESUME-Denita-smith_2026-02-04-151609_errh.pdf',NULL,'pdf',NULL,NULL,NULL,4193,NULL,NULL,NULL,'2026-02-04 15:16:09','2026-02-04 15:16:09','2026-02-04 15:16:09'),
(24849,8,10,NULL,'Marly-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,61269,NULL,NULL,NULL,'2026-02-04 16:22:56','2026-02-04 16:22:56','2026-02-04 16:22:56'),
(24853,8,10,NULL,'Resume-updated-2025.pdf',NULL,'pdf',NULL,NULL,NULL,211709,NULL,NULL,NULL,'2026-02-04 16:29:52','2026-02-04 16:29:52','2026-02-04 16:29:52'),
(24875,8,10,NULL,'Resume1.PDF',NULL,'pdf',NULL,NULL,NULL,107884,NULL,NULL,NULL,'2026-02-04 16:57:35','2026-02-04 16:57:35','2026-02-04 16:57:35'),
(24971,8,10,NULL,'Screenshot_20260204_190111_Gallery.jpg',NULL,'image',NULL,1080,1279,247734,NULL,NULL,NULL,'2026-02-05 00:37:21','2026-02-05 00:37:21','2026-02-05 00:37:21'),
(25056,8,10,NULL,'Resume_2026-02-05-084043_lqft.pdf',NULL,'pdf',NULL,NULL,NULL,252601,NULL,NULL,NULL,'2026-02-05 08:40:43','2026-02-05 08:40:43','2026-02-05 08:40:43'),
(25121,8,10,NULL,'Bolton_Yussuf_LPN_Resume_Updated_2026-02-05-180616_kbgd.pdf',NULL,'pdf',NULL,NULL,NULL,3182,NULL,NULL,NULL,'2026-02-05 18:06:16','2026-02-05 18:06:16','2026-02-05 18:06:16'),
(25124,8,10,NULL,'RESUME-2025.pdf',NULL,'pdf',NULL,NULL,NULL,589542,NULL,NULL,NULL,'2026-02-05 18:13:31','2026-02-05 18:13:31','2026-02-05 18:13:31'),
(25133,8,10,NULL,'Naziah-A.-Adams-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,51465,NULL,NULL,NULL,'2026-02-05 20:15:16','2026-02-05 20:15:16','2026-02-05 20:15:16'),
(25141,8,10,NULL,'My-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,52427,NULL,NULL,NULL,'2026-02-05 22:23:14','2026-02-05 22:23:14','2026-02-05 22:23:14'),
(25151,8,10,NULL,'Updated-Resume_2026-02-05-233401_fmzm.pdf',NULL,'pdf',NULL,NULL,NULL,84388,NULL,NULL,NULL,'2026-02-05 23:34:01','2026-02-05 23:34:01','2026-02-05 23:34:01'),
(25155,8,10,NULL,'Ruth-Chammas-Resume-January-26.pdf',NULL,'pdf',NULL,NULL,NULL,183505,NULL,NULL,NULL,'2026-02-06 00:12:55','2026-02-06 00:12:55','2026-02-06 00:12:55'),
(25158,8,10,NULL,'RN-resume-2026.pdf',NULL,'pdf',NULL,NULL,NULL,1609607,NULL,NULL,NULL,'2026-02-06 00:28:43','2026-02-06 00:28:43','2026-02-06 00:28:43'),
(25654,2,2,1,'Untitled-design.pdf','application/pdf','pdf',NULL,NULL,NULL,1169387,NULL,NULL,NULL,'2026-02-06 19:40:55','2026-02-06 19:36:11','2026-02-06 19:40:55'),
(25668,8,10,NULL,'Resized_20220625_134201.jpeg',NULL,'image',NULL,1080,1439,182078,NULL,NULL,NULL,'2026-02-06 20:05:45','2026-02-06 20:05:45','2026-02-06 20:05:45'),
(25671,8,10,NULL,'Resized_20220625_134201_2026-02-06-200913_cxml.jpeg',NULL,'image',NULL,1080,1439,182078,NULL,NULL,NULL,'2026-02-06 20:09:13','2026-02-06 20:09:13','2026-02-06 20:09:13'),
(25692,8,10,NULL,'Kehinde-Oduyemi-home-health-aide-licensed.pdf',NULL,'pdf',NULL,NULL,NULL,87177,NULL,NULL,NULL,'2026-02-06 21:35:08','2026-02-06 21:35:08','2026-02-06 21:35:08'),
(25839,8,10,NULL,'Untitled-document_2026-02-07-051714_ecsi.pdf',NULL,'pdf',NULL,NULL,NULL,79960,NULL,NULL,NULL,'2026-02-07 05:17:14','2026-02-07 05:17:14','2026-02-07 05:17:14'),
(26105,8,10,NULL,'Withney’s-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,70551,NULL,NULL,NULL,'2026-02-07 17:35:03','2026-02-07 17:35:03','2026-02-07 17:35:03'),
(26128,8,10,NULL,'Resume_2026-02-07-193711_ykrg.pdf',NULL,'pdf',NULL,NULL,NULL,81394,NULL,NULL,NULL,'2026-02-07 19:37:11','2026-02-07 19:37:11','2026-02-07 19:37:11'),
(26155,8,10,NULL,'IMG_4422.png',NULL,'image',NULL,1179,2556,12076223,NULL,NULL,NULL,'2026-02-08 04:32:33','2026-02-08 04:32:33','2026-02-08 04:32:33'),
(26245,8,10,NULL,'photo1_2026-02-08-103902_mfho.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-08 10:39:02','2026-02-08 10:39:02','2026-02-08 10:39:02'),
(26247,8,10,NULL,'photo1_2026-02-08-103906_dsfn.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-08 10:39:06','2026-02-08 10:39:06','2026-02-08 10:39:06'),
(26338,8,10,NULL,'Resume202505100658.pdf',NULL,'pdf',NULL,NULL,NULL,132709,NULL,NULL,NULL,'2026-02-08 15:11:49','2026-02-08 15:11:49','2026-02-08 15:11:49'),
(26339,8,10,NULL,'Student_eCard.pdf',NULL,'pdf',NULL,NULL,NULL,209361,NULL,NULL,NULL,'2026-02-08 15:11:49','2026-02-08 15:11:49','2026-02-08 15:11:49'),
(26358,8,10,NULL,'photo1_2026-02-08-160950_ccdo.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-08 16:09:50','2026-02-08 16:09:50','2026-02-08 16:09:50'),
(26360,8,10,NULL,'photo1_2026-02-08-160954_rdyy.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-08 16:09:54','2026-02-08 16:09:54','2026-02-08 16:09:54'),
(26415,8,10,NULL,'IMG_0545.jpeg',NULL,'image',NULL,1081,1403,88859,NULL,NULL,NULL,'2026-02-08 17:43:25','2026-02-08 17:43:25','2026-02-08 17:43:25'),
(26421,8,10,NULL,'Copy-of-Copy-of-Copy-of-Darline-resume.pdf',NULL,'pdf',NULL,NULL,NULL,111241,NULL,NULL,NULL,'2026-02-08 18:15:19','2026-02-08 18:15:19','2026-02-08 18:15:19'),
(26438,8,10,NULL,'Resume202512190228.pdf',NULL,'pdf',NULL,NULL,NULL,170462,NULL,NULL,NULL,'2026-02-08 21:24:30','2026-02-08 21:24:30','2026-02-08 21:24:30'),
(26444,8,10,NULL,'Uzziel_Pepana_USRN_Resume-2_2026-02-08-224116_otfr.pdf',NULL,'pdf',NULL,NULL,NULL,84006,NULL,NULL,NULL,'2026-02-08 22:41:16','2026-02-08 22:41:16','2026-02-08 22:41:16'),
(26628,8,10,NULL,'photo1_2026-02-09-094931_cqyo.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-09 09:49:31','2026-02-09 09:49:31','2026-02-09 09:49:31'),
(26833,8,10,NULL,'Resume_2026-02-09-143531_iizx.pdf',NULL,'pdf',NULL,NULL,NULL,69888,NULL,NULL,NULL,'2026-02-09 14:35:31','2026-02-09 14:35:31','2026-02-09 14:35:31'),
(26889,8,10,NULL,'Stephanie-Beard-001.pdf',NULL,'pdf',NULL,NULL,NULL,88275,NULL,NULL,NULL,'2026-02-09 15:54:26','2026-02-09 15:54:26','2026-02-09 15:54:26'),
(26894,8,10,NULL,'Resume_2026-02-09-164106_gdhd.pdf',NULL,'pdf',NULL,NULL,NULL,78440,NULL,NULL,NULL,'2026-02-09 16:41:06','2026-02-09 16:41:06','2026-02-09 16:41:06'),
(26956,8,10,NULL,'Screenshot_20260106-122427.-PDF-Reader.png',NULL,'image',NULL,1080,2400,494673,NULL,NULL,NULL,'2026-02-09 18:32:07','2026-02-09 18:32:07','2026-02-09 18:32:07'),
(26958,8,10,NULL,'LTSS-application.pdf',NULL,'pdf',NULL,NULL,NULL,2593343,NULL,NULL,NULL,'2026-02-09 18:32:37','2026-02-09 18:32:37','2026-02-09 18:32:37'),
(26964,8,10,NULL,'Kimber-Faust-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,94881,NULL,NULL,NULL,'2026-02-09 19:16:49','2026-02-09 19:16:49','2026-02-09 19:16:49'),
(26983,8,10,NULL,'Latasha-Myatt-LPN.pdf',NULL,'pdf',NULL,NULL,NULL,273474,NULL,NULL,NULL,'2026-02-09 22:34:33','2026-02-09 22:34:33','2026-02-09 22:34:33'),
(27020,8,10,NULL,'Resume202108231101.pdf',NULL,'pdf',NULL,NULL,NULL,60803,NULL,NULL,NULL,'2026-02-10 00:03:47','2026-02-10 00:03:47','2026-02-10 00:03:47'),
(27022,8,10,NULL,'photo1_2026-02-10-000443_hdty.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-10 00:04:43','2026-02-10 00:04:43','2026-02-10 00:04:43'),
(27024,8,10,NULL,'photo1_2026-02-10-000449_scik.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-10 00:04:49','2026-02-10 00:04:49','2026-02-10 00:04:49'),
(27031,8,10,NULL,'Manuel-A-Garcia-Perez-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,142798,NULL,NULL,NULL,'2026-02-10 00:20:09','2026-02-10 00:20:09','2026-02-10 00:20:09'),
(27038,8,10,NULL,'Resume_2026-02-10-020513_cxud.pdf',NULL,'pdf',NULL,NULL,NULL,93994,NULL,NULL,NULL,'2026-02-10 02:05:13','2026-02-10 02:05:13','2026-02-10 02:05:13'),
(27040,8,10,NULL,'photo1_2026-02-10-020646_jold.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-10 02:06:46','2026-02-10 02:06:46','2026-02-10 02:06:46'),
(27042,8,10,NULL,'photo1_2026-02-10-020650_nzqe.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-10 02:06:50','2026-02-10 02:06:50','2026-02-10 02:06:50'),
(27197,8,10,NULL,'RESUME-AND-MY-DOCUMENTS.pdf',NULL,'pdf',NULL,NULL,NULL,3155817,NULL,NULL,NULL,'2026-02-10 05:31:46','2026-02-10 05:31:46','2026-02-10 05:31:46'),
(27231,8,10,NULL,'Resume-updated-2025_2026-02-10-071536_iuqg.pdf',NULL,'pdf',NULL,NULL,NULL,211709,NULL,NULL,NULL,'2026-02-10 07:15:36','2026-02-10 07:15:36','2026-02-10 07:15:36'),
(27444,8,10,NULL,'Hannah_Newcomb_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,172509,NULL,NULL,NULL,'2026-02-10 16:07:26','2026-02-10 16:07:26','2026-02-10 16:07:26'),
(27449,3,3,1,'CC-Jefferson-Meadows_Clinical-Capabilities-Chart-Flyer_digital_2026-02-10-163230_siwr.pdf','application/pdf','pdf',NULL,NULL,NULL,183113,NULL,NULL,NULL,'2026-02-10 16:32:30','2026-02-10 16:32:30','2026-02-10 16:32:30'),
(27538,8,10,NULL,'2.10.2026-Patient-Care-Technician.pdf',NULL,'pdf',NULL,NULL,NULL,203322,NULL,NULL,NULL,'2026-02-10 19:53:06','2026-02-10 19:53:06','2026-02-10 19:53:06'),
(27543,8,10,NULL,'Resume_2026-02-10-205232_qojo.pdf',NULL,'pdf',NULL,NULL,NULL,99459,NULL,NULL,NULL,'2026-02-10 20:52:32','2026-02-10 20:52:32','2026-02-10 20:52:32'),
(27546,8,10,NULL,'Sunny-Lee_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,84462,NULL,NULL,NULL,'2026-02-10 21:01:45','2026-02-10 21:01:45','2026-02-10 21:01:45'),
(27560,8,10,NULL,'photo1_2026-02-11-012713_uboq.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-11 01:27:13','2026-02-11 01:27:13','2026-02-11 01:27:13'),
(27562,8,10,NULL,'photo1_2026-02-11-012719_ridz.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-11 01:27:19','2026-02-11 01:27:19','2026-02-11 01:27:19'),
(27639,8,10,NULL,'photo1_2026-02-11-031801_znrj.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-11 03:18:01','2026-02-11 03:18:01','2026-02-11 03:18:01'),
(27641,8,10,NULL,'photo1_2026-02-11-031804_inbr.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-11 03:18:04','2026-02-11 03:18:04','2026-02-11 03:18:04'),
(27649,8,10,NULL,'photo1_2026-02-11-034001_floh.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-11 03:40:01','2026-02-11 03:40:01','2026-02-11 03:40:01'),
(27651,8,10,NULL,'photo1_2026-02-11-034006_lgue.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-11 03:40:06','2026-02-11 03:40:06','2026-02-11 03:40:06'),
(27657,8,10,NULL,'photo1_2026-02-11-040634_cgjs.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-11 04:06:34','2026-02-11 04:06:34','2026-02-11 04:06:34'),
(27659,8,10,NULL,'photo1_2026-02-11-040638_eaqm.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-11 04:06:38','2026-02-11 04:06:38','2026-02-11 04:06:38'),
(27666,8,10,NULL,'RESUME-2025_2026-02-11-043439_hbcc.pdf',NULL,'pdf',NULL,NULL,NULL,173636,NULL,NULL,NULL,'2026-02-11 04:34:39','2026-02-11 04:34:39','2026-02-11 04:34:39'),
(27753,8,10,NULL,'Talisha_Goode_Clinical_Executive_Resume_UPDATED.pdf',NULL,'pdf',NULL,NULL,NULL,7605,NULL,NULL,NULL,'2026-02-11 12:14:20','2026-02-11 12:14:20','2026-02-11 12:14:20'),
(27841,8,10,NULL,'Resume-2_2026-02-11-143213_emvw.pdf',NULL,'pdf',NULL,NULL,NULL,66293,NULL,NULL,NULL,'2026-02-11 14:32:13','2026-02-11 14:32:13','2026-02-11 14:32:13'),
(27890,8,10,NULL,'IMG_2871.png',NULL,'image',NULL,1290,2796,587451,NULL,NULL,NULL,'2026-02-11 16:34:26','2026-02-11 16:34:26','2026-02-11 16:34:26'),
(27908,8,10,NULL,'IMG_3605-2.jpg',NULL,'image',NULL,1170,1409,281391,NULL,NULL,NULL,'2026-02-11 17:49:43','2026-02-11 17:49:43','2026-02-11 17:49:43'),
(27926,8,10,NULL,'photo1_2026-02-11-194050_wesu.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-11 19:40:50','2026-02-11 19:40:50','2026-02-11 19:40:50'),
(27928,8,10,NULL,'photo1_2026-02-11-194055_tszz.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-11 19:40:55','2026-02-11 19:40:55','2026-02-11 19:40:55'),
(28001,8,10,NULL,'Resume-2026.pdf',NULL,'pdf',NULL,NULL,NULL,196890,NULL,NULL,NULL,'2026-02-11 23:05:31','2026-02-11 23:05:31','2026-02-11 23:05:31'),
(28040,8,10,NULL,'photo1_2026-02-12-015529_cxsd.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 01:55:29','2026-02-12 01:55:29','2026-02-12 01:55:29'),
(28042,8,10,NULL,'photo1_2026-02-12-015534_vndx.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 01:55:34','2026-02-12 01:55:34','2026-02-12 01:55:34'),
(28104,8,10,NULL,'MyResume2k25.pdf',NULL,'pdf',NULL,NULL,NULL,83070,NULL,NULL,NULL,'2026-02-12 03:19:13','2026-02-12 03:19:13','2026-02-12 03:19:13'),
(28114,8,10,NULL,'Nur-Monteiro-Wiesner-1.pdf',NULL,'pdf',NULL,NULL,NULL,535175,NULL,NULL,NULL,'2026-02-12 04:36:00','2026-02-12 04:36:00','2026-02-12 04:36:00'),
(28116,8,10,NULL,'photo1_2026-02-12-044418_srai.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 04:44:18','2026-02-12 04:44:18','2026-02-12 04:44:18'),
(28118,8,10,NULL,'photo1_2026-02-12-044423_ohtk.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 04:44:23','2026-02-12 04:44:23','2026-02-12 04:44:23'),
(28123,8,10,NULL,'Currículum-Vitae-Cv-de-Marketing-Minimalista-Beige.png',NULL,'image',NULL,1546,2000,1055040,NULL,NULL,NULL,'2026-02-12 06:00:47','2026-02-12 06:00:47','2026-02-12 06:00:47'),
(28127,8,10,NULL,'Currículum-Vitae-Cv-de-Marketing-Minimalista-Beige_2026-02-12-060149_wxre.png',NULL,'image',NULL,1546,2000,1055040,NULL,NULL,NULL,'2026-02-12 06:01:49','2026-02-12 06:01:49','2026-02-12 06:01:49'),
(28151,8,10,NULL,'photo1_2026-02-12-083513_zars.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 08:35:13','2026-02-12 08:35:13','2026-02-12 08:35:13'),
(28153,8,10,NULL,'photo1_2026-02-12-083518_yghy.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 08:35:18','2026-02-12 08:35:18','2026-02-12 08:35:18'),
(28159,8,10,NULL,'photo1_2026-02-12-084941_ekxm.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 08:49:41','2026-02-12 08:49:41','2026-02-12 08:49:41'),
(28161,8,10,NULL,'photo1_2026-02-12-084946_nltr.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 08:49:46','2026-02-12 08:49:46','2026-02-12 08:49:46'),
(28167,8,10,NULL,'Resume_2026-02-12-092728_yadg.pdf',NULL,'pdf',NULL,NULL,NULL,151441,NULL,NULL,NULL,'2026-02-12 09:27:28','2026-02-12 09:27:28','2026-02-12 09:27:28'),
(28192,8,10,NULL,'LPNMedLTCFRAN.pdf',NULL,'pdf',NULL,NULL,NULL,90822,NULL,NULL,NULL,'2026-02-12 15:18:44','2026-02-12 15:18:44','2026-02-12 15:18:44'),
(28197,8,10,NULL,'Resume-2_2026-02-12-162026_ybby.pdf',NULL,'pdf',NULL,NULL,NULL,66293,NULL,NULL,NULL,'2026-02-12 16:20:26','2026-02-12 16:20:26','2026-02-12 16:20:26'),
(28222,8,10,NULL,'photo1_2026-02-12-165703_cmym.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 16:57:03','2026-02-12 16:57:03','2026-02-12 16:57:03'),
(28224,8,10,NULL,'photo1_2026-02-12-165707_mryr.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 16:57:07','2026-02-12 16:57:07','2026-02-12 16:57:07'),
(28230,8,10,NULL,'Resume-Michael-James-Campbell-8.pdf',NULL,'pdf',NULL,NULL,NULL,42405,NULL,NULL,NULL,'2026-02-12 17:08:13','2026-02-12 17:08:13','2026-02-12 17:08:13'),
(28337,8,10,NULL,'crichards_resume_v1.pdf',NULL,'pdf',NULL,NULL,NULL,92260,NULL,NULL,NULL,'2026-02-12 21:04:27','2026-02-12 21:04:27','2026-02-12 21:04:27'),
(28357,8,10,NULL,'photo1_2026-02-12-225009_unqk.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 22:50:09','2026-02-12 22:50:09','2026-02-12 22:50:09'),
(28359,8,10,NULL,'photo1_2026-02-12-225014_ckrm.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-12 22:50:14','2026-02-12 22:50:14','2026-02-12 22:50:14'),
(28372,8,10,NULL,'Anaya-resume-26.pdf',NULL,'pdf',NULL,NULL,NULL,87284,NULL,NULL,NULL,'2026-02-13 00:02:02','2026-02-13 00:02:02','2026-02-13 00:02:02'),
(28375,8,10,NULL,'photo1_2026-02-13-002834_xwga.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-13 00:28:34','2026-02-13 00:28:34','2026-02-13 00:28:34'),
(28377,8,10,NULL,'photo1_2026-02-13-002840_jnoa.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-13 00:28:40','2026-02-13 00:28:40','2026-02-13 00:28:40'),
(28390,8,10,NULL,'LOWENSON20T.20LACADEN20Food20Service.pdf',NULL,'pdf',NULL,NULL,NULL,90273,NULL,NULL,NULL,'2026-02-13 02:12:49','2026-02-13 02:12:49','2026-02-13 02:12:49'),
(28537,8,10,NULL,'Kadjedra_Henry_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,143690,NULL,NULL,NULL,'2026-02-13 06:36:31','2026-02-13 06:36:31','2026-02-13 06:36:31'),
(28648,8,10,NULL,'Resume_2026-02-13-113525_rvet.pdf',NULL,'pdf',NULL,NULL,NULL,60293,NULL,NULL,NULL,'2026-02-13 11:35:25','2026-02-13 11:35:25','2026-02-13 11:35:25'),
(28699,8,10,NULL,'Eric-Schmalfuhs.pdf',NULL,'pdf',NULL,NULL,NULL,131890,NULL,NULL,NULL,'2026-02-13 12:38:37','2026-02-13 12:38:37','2026-02-13 12:38:37'),
(28751,6,8,1,'CC-Legacy-Awards-2025-Badge.png','image/png','image',NULL,1200,1200,558298,NULL,NULL,NULL,'2026-02-13 16:39:20','2026-02-13 16:39:20','2026-02-13 16:39:20'),
(28793,8,10,NULL,'KP-Resume-October-2025.pdf',NULL,'pdf',NULL,NULL,NULL,46076,NULL,NULL,NULL,'2026-02-13 17:03:44','2026-02-13 17:03:44','2026-02-13 17:03:44'),
(28921,3,3,1,'Annapolis.pdf','application/pdf','pdf',NULL,NULL,NULL,346662,NULL,NULL,NULL,'2026-03-04 19:42:18','2026-02-13 18:10:16','2026-03-04 19:42:18'),
(28929,4,4,1,'Annapolis-AD-1.jpg','image/jpeg','image',NULL,1080,1080,92686,NULL,NULL,NULL,'2026-02-13 18:14:27','2026-02-13 18:14:27','2026-02-13 18:14:27'),
(29068,8,10,NULL,'KMB-2.pdf',NULL,'pdf',NULL,NULL,NULL,123663,NULL,NULL,NULL,'2026-02-14 02:33:01','2026-02-14 02:33:01','2026-02-14 02:33:01'),
(29328,8,10,NULL,'ipcert-1.pdf',NULL,'pdf',NULL,NULL,NULL,252537,NULL,NULL,NULL,'2026-02-14 21:17:52','2026-02-14 21:17:52','2026-02-14 21:17:52'),
(29334,8,10,NULL,'Resume_2026-02-14-220405_chbf.pdf',NULL,'pdf',NULL,NULL,NULL,118337,NULL,NULL,NULL,'2026-02-14 22:04:05','2026-02-14 22:04:05','2026-02-14 22:04:05'),
(29377,8,10,NULL,'Resume26.pdf',NULL,'pdf',NULL,NULL,NULL,93502,NULL,NULL,NULL,'2026-02-14 23:54:49','2026-02-14 23:54:49','2026-02-14 23:54:49'),
(30362,8,10,NULL,'photo1_2026-02-15-123724_kwcb.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-15 12:37:24','2026-02-15 12:37:24','2026-02-15 12:37:24'),
(30364,8,10,NULL,'photo1_2026-02-15-123728_sbgl.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-15 12:37:28','2026-02-15 12:37:28','2026-02-15 12:37:28'),
(30437,8,10,NULL,'photo1_2026-02-15-184909_zuro.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-15 18:49:09','2026-02-15 18:49:09','2026-02-15 18:49:09'),
(30439,8,10,NULL,'photo1_2026-02-15-184918_yzdx.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-15 18:49:18','2026-02-15 18:49:18','2026-02-15 18:49:18'),
(30496,8,10,NULL,'photo1_2026-02-16-000259_yaba.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 00:02:59','2026-02-16 00:02:59','2026-02-16 00:02:59'),
(30498,8,10,NULL,'photo1_2026-02-16-000305_inrr.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 00:03:05','2026-02-16 00:03:05','2026-02-16 00:03:05'),
(30522,8,10,NULL,'photo1_2026-02-16-002651_tquv.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 00:26:51','2026-02-16 00:26:51','2026-02-16 00:26:51'),
(30524,8,10,NULL,'photo1_2026-02-16-002656_droh.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 00:26:56','2026-02-16 00:26:56','2026-02-16 00:26:56'),
(30561,8,10,NULL,'‘26-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,54257,NULL,NULL,NULL,'2026-02-16 04:10:55','2026-02-16 04:10:55','2026-02-16 04:10:55'),
(30563,8,10,NULL,'photo1_2026-02-16-041942_bwlu.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 04:19:42','2026-02-16 04:19:42','2026-02-16 04:19:42'),
(30565,8,10,NULL,'photo1_2026-02-16-041946_okkm.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 04:19:46','2026-02-16 04:19:46','2026-02-16 04:19:46'),
(30604,8,10,NULL,'Resume_2026-02-16-055226_ntai.pdf',NULL,'pdf',NULL,NULL,NULL,71964,NULL,NULL,NULL,'2026-02-16 05:52:26','2026-02-16 05:52:26','2026-02-16 05:52:26'),
(30664,8,10,NULL,'photo1_2026-02-16-065129_ndwf.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 06:51:29','2026-02-16 06:51:29','2026-02-16 06:51:29'),
(30666,8,10,NULL,'photo1_2026-02-16-065134_rrdm.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 06:51:34','2026-02-16 06:51:34','2026-02-16 06:51:34'),
(30763,8,10,NULL,'My-resume-2.pdf',NULL,'pdf',NULL,NULL,NULL,63726,NULL,NULL,NULL,'2026-02-16 10:38:54','2026-02-16 10:38:54','2026-02-16 10:38:54'),
(30810,8,10,NULL,'photo1_2026-02-16-120614_xefc.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 12:06:14','2026-02-16 12:06:14','2026-02-16 12:06:14'),
(30812,8,10,NULL,'photo1_2026-02-16-120619_akkb.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 12:06:19','2026-02-16 12:06:19','2026-02-16 12:06:19'),
(30822,8,10,NULL,'photo1_2026-02-16-122311_opbs.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 12:23:11','2026-02-16 12:23:11','2026-02-16 12:23:11'),
(30824,8,10,NULL,'photo1_2026-02-16-122317_llnl.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 12:23:17','2026-02-16 12:23:17','2026-02-16 12:23:17'),
(30865,8,10,NULL,'photo1_2026-02-16-133234_juad.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 13:32:34','2026-02-16 13:32:34','2026-02-16 13:32:34'),
(30867,8,10,NULL,'photo1_2026-02-16-133238_lpjq.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 13:32:38','2026-02-16 13:32:38','2026-02-16 13:32:38'),
(30886,8,10,NULL,'photo1_2026-02-16-140730_jekn.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 14:07:30','2026-02-16 14:07:30','2026-02-16 14:07:30'),
(30888,8,10,NULL,'photo1_2026-02-16-140735_qjry.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-16 14:07:35','2026-02-16 14:07:35','2026-02-16 14:07:35'),
(30938,8,10,NULL,'Kimoras-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,82654,NULL,NULL,NULL,'2026-02-16 16:20:37','2026-02-16 16:20:37','2026-02-16 16:20:37'),
(30970,8,10,NULL,'LB-Resume-Indeed.pdf',NULL,'pdf',NULL,NULL,NULL,55863,NULL,NULL,NULL,'2026-02-16 18:28:17','2026-02-16 18:28:17','2026-02-16 18:28:17'),
(30977,8,10,NULL,'Phillp-Cooley-II-Resume-2025_26.pdf',NULL,'pdf',NULL,NULL,NULL,328167,NULL,NULL,NULL,'2026-02-16 18:47:06','2026-02-16 18:47:06','2026-02-16 18:47:06'),
(30999,8,10,NULL,'Carlton_Allen_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,8020,NULL,NULL,NULL,'2026-02-16 20:25:04','2026-02-16 20:25:04','2026-02-16 20:25:04'),
(31004,8,10,NULL,'My-resume_2026-02-16-204218_epwt.pdf',NULL,'pdf',NULL,NULL,NULL,153330,NULL,NULL,NULL,'2026-02-16 20:42:18','2026-02-16 20:42:18','2026-02-16 20:42:18'),
(31058,8,10,NULL,'Resume_2026-02-17-001613_prax.pdf',NULL,'pdf',NULL,NULL,NULL,111428,NULL,NULL,NULL,'2026-02-17 00:16:13','2026-02-17 00:16:13','2026-02-17 00:16:13'),
(31099,8,10,NULL,'photo1_2026-02-17-021359_akmc.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-17 02:13:59','2026-02-17 02:13:59','2026-02-17 02:13:59'),
(31101,8,10,NULL,'photo1_2026-02-17-021403_glvu.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-17 02:14:03','2026-02-17 02:14:03','2026-02-17 02:14:03'),
(31120,8,10,NULL,'Vanita_Adridge-2_2026-02-17-025556_wpvh.pdf',NULL,'pdf',NULL,NULL,NULL,45871,NULL,NULL,NULL,'2026-02-17 02:55:56','2026-02-17 02:55:56','2026-02-17 02:55:56'),
(31130,8,10,NULL,'2024-RN-resume-with-picture.pdf',NULL,'pdf',NULL,NULL,NULL,928137,NULL,NULL,NULL,'2026-02-17 03:29:33','2026-02-17 03:29:33','2026-02-17 03:29:33'),
(31288,8,10,NULL,'Resume_2026-02-17-114653_vlwn.pdf',NULL,'pdf',NULL,NULL,NULL,111428,NULL,NULL,NULL,'2026-02-17 11:46:53','2026-02-17 11:46:53','2026-02-17 11:46:53'),
(31417,8,10,NULL,'Resume-2025_2026-02-17-151029_ywto.pdf',NULL,'pdf',NULL,NULL,NULL,94193,NULL,NULL,NULL,'2026-02-17 15:10:29','2026-02-17 15:10:29','2026-02-17 15:10:29'),
(31425,4,4,1,'Hagerstown-AD-1.jpg','image/jpeg','image',NULL,1080,1080,91306,NULL,NULL,NULL,'2026-02-17 15:30:48','2026-02-17 15:30:48','2026-02-17 15:30:48'),
(31670,8,10,NULL,'NR-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,67450,NULL,NULL,NULL,'2026-02-18 07:24:08','2026-02-18 07:24:08','2026-02-18 07:24:08'),
(31830,8,10,NULL,'Document-1.pdf',NULL,'pdf',NULL,NULL,NULL,21349,NULL,NULL,NULL,'2026-02-18 13:16:54','2026-02-18 13:16:54','2026-02-18 13:16:54'),
(31846,8,10,NULL,'IMG_5905.jpeg',NULL,'image',NULL,855,959,269483,NULL,NULL,NULL,'2026-02-18 14:47:00','2026-02-18 14:47:00','2026-02-18 14:47:00'),
(31865,8,10,NULL,'MSaunders_Healthcare_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,153469,NULL,NULL,NULL,'2026-02-18 17:03:40','2026-02-18 17:03:40','2026-02-18 17:03:40'),
(31868,8,10,NULL,'MSaunders_Healthcare_Resume_2026-02-18-170652_abht.pdf',NULL,'pdf',NULL,NULL,NULL,153469,NULL,NULL,NULL,'2026-02-18 17:06:52','2026-02-18 17:06:52','2026-02-18 17:06:52'),
(31911,8,10,NULL,'Debra-Wolfe-Resume-2.pdf',NULL,'pdf',NULL,NULL,NULL,105956,NULL,NULL,NULL,'2026-02-18 18:41:50','2026-02-18 18:41:50','2026-02-18 18:41:50'),
(32048,8,10,NULL,'Chavanece-Evans-resume-2_17_25.docx.pdf',NULL,'pdf',NULL,NULL,NULL,159300,NULL,NULL,NULL,'2026-02-18 22:24:57','2026-02-18 22:24:57','2026-02-18 22:24:57'),
(32095,8,10,NULL,'prof-jay-doc-1995.pdf',NULL,'pdf',NULL,NULL,NULL,176493,NULL,NULL,NULL,'2026-02-19 00:42:23','2026-02-19 00:42:23','2026-02-19 00:42:23'),
(32279,8,10,NULL,'Tina-Wilson.pdf',NULL,'pdf',NULL,NULL,NULL,48416,NULL,NULL,NULL,'2026-02-19 09:22:21','2026-02-19 09:22:21','2026-02-19 09:22:21'),
(32295,8,10,NULL,'photo1_2026-02-19-095559_xecu.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-19 09:55:59','2026-02-19 09:55:59','2026-02-19 09:55:59'),
(32297,8,10,NULL,'photo1_2026-02-19-095604_lizv.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-19 09:56:04','2026-02-19 09:56:04','2026-02-19 09:56:04'),
(32351,8,10,NULL,'B.HargroveResume-1_2026-02-19-135852_fheg.pdf',NULL,'pdf',NULL,NULL,NULL,49406,NULL,NULL,NULL,'2026-02-19 13:58:52','2026-02-19 13:58:52','2026-02-19 13:58:52'),
(32388,8,10,NULL,'resume-1217.pdf',NULL,'pdf',NULL,NULL,NULL,193385,NULL,NULL,NULL,'2026-02-19 15:16:07','2026-02-19 15:16:07','2026-02-19 15:16:07'),
(32461,8,10,NULL,'Joe-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,117585,NULL,NULL,NULL,'2026-02-19 16:19:46','2026-02-19 16:19:46','2026-02-19 16:19:46'),
(32548,8,10,NULL,'KC-Resume-1.pdf',NULL,'pdf',NULL,NULL,NULL,301980,NULL,NULL,NULL,'2026-02-19 19:12:34','2026-02-19 19:12:34','2026-02-19 19:12:34'),
(32571,8,10,NULL,'Hannah-Kim-Resume-2026-pdf.pdf',NULL,'pdf',NULL,NULL,NULL,109051,NULL,NULL,NULL,'2026-02-19 20:06:23','2026-02-19 20:06:23','2026-02-19 20:06:23'),
(32588,8,10,NULL,'photo1_2026-02-19-211418_adrs.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-19 21:14:18','2026-02-19 21:14:18','2026-02-19 21:14:18'),
(32590,8,10,NULL,'photo1_2026-02-19-211423_cgin.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-19 21:14:23','2026-02-19 21:14:23','2026-02-19 21:14:23'),
(32613,8,10,NULL,'Pierre-Richard_Pierre-Louis_Resume-1.pdf',NULL,'pdf',NULL,NULL,NULL,79192,NULL,NULL,NULL,'2026-02-19 21:52:40','2026-02-19 21:52:40','2026-02-19 21:52:40'),
(32692,8,10,NULL,'photo1_2026-02-19-234543_riyg.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-19 23:45:43','2026-02-19 23:45:43','2026-02-19 23:45:43'),
(32694,8,10,NULL,'photo1_2026-02-19-234548_toae.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-19 23:45:48','2026-02-19 23:45:48','2026-02-19 23:45:48'),
(32718,8,10,NULL,'IMG_0595.png',NULL,'image',NULL,1170,2532,470999,NULL,NULL,NULL,'2026-02-20 00:20:38','2026-02-20 00:20:38','2026-02-20 00:20:38'),
(32719,8,10,NULL,'IMG_0598.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:39','2026-02-20 00:20:39','2026-02-20 00:20:39'),
(32720,8,10,NULL,'IMG_0597.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:40','2026-02-20 00:20:40','2026-02-20 00:20:40'),
(32721,8,10,NULL,'IMG_0596.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:41','2026-02-20 00:20:41','2026-02-20 00:20:41'),
(32722,8,10,NULL,'IMG_0599.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:42','2026-02-20 00:20:42','2026-02-20 00:20:42'),
(32723,8,10,NULL,'IMG_0600.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:43','2026-02-20 00:20:43','2026-02-20 00:20:43'),
(32724,8,10,NULL,'IMG_0601.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:44','2026-02-20 00:20:45','2026-02-20 00:20:45'),
(32725,8,10,NULL,'IMG_0602.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:46','2026-02-20 00:20:46','2026-02-20 00:20:46'),
(32726,8,10,NULL,'IMG_0603.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:47','2026-02-20 00:20:47','2026-02-20 00:20:47'),
(32727,8,10,NULL,'IMG_0604.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:48','2026-02-20 00:20:48','2026-02-20 00:20:48'),
(32728,8,10,NULL,'IMG_0605.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:49','2026-02-20 00:20:49','2026-02-20 00:20:49'),
(32729,8,10,NULL,'IMG_0606.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:50','2026-02-20 00:20:50','2026-02-20 00:20:50'),
(32730,8,10,NULL,'IMG_0607.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:51','2026-02-20 00:20:51','2026-02-20 00:20:51'),
(32731,8,10,NULL,'IMG_0608.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:52','2026-02-20 00:20:52','2026-02-20 00:20:52'),
(32732,8,10,NULL,'IMG_0609.png',NULL,'image',NULL,1170,2532,246401,NULL,NULL,NULL,'2026-02-20 00:20:53','2026-02-20 00:20:53','2026-02-20 00:20:53'),
(32733,8,10,NULL,'IMG_0610.png',NULL,'image',NULL,1170,2532,256655,NULL,NULL,NULL,'2026-02-20 00:20:53','2026-02-20 00:20:53','2026-02-20 00:20:53'),
(32735,8,10,NULL,'IMG_0595_2026-02-20-002056_awxg.png',NULL,'image',NULL,1170,2532,470999,NULL,NULL,NULL,'2026-02-20 00:20:56','2026-02-20 00:20:56','2026-02-20 00:20:56'),
(32736,8,10,NULL,'IMG_0598_2026-02-20-002056_nrna.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:57','2026-02-20 00:20:58','2026-02-20 00:20:58'),
(32737,8,10,NULL,'IMG_0597_2026-02-20-002058_kzcm.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:20:59','2026-02-20 00:20:59','2026-02-20 00:20:59'),
(32738,8,10,NULL,'IMG_0596_2026-02-20-002059_tkjc.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:00','2026-02-20 00:21:00','2026-02-20 00:21:00'),
(32739,8,10,NULL,'IMG_0599_2026-02-20-002100_zsrn.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:01','2026-02-20 00:21:01','2026-02-20 00:21:01'),
(32740,8,10,NULL,'IMG_0600_2026-02-20-002101_tybz.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:02','2026-02-20 00:21:02','2026-02-20 00:21:02'),
(32741,8,10,NULL,'IMG_0601_2026-02-20-002102_hngg.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:03','2026-02-20 00:21:03','2026-02-20 00:21:03'),
(32742,8,10,NULL,'IMG_0602_2026-02-20-002103_cgwf.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:04','2026-02-20 00:21:04','2026-02-20 00:21:04'),
(32743,8,10,NULL,'IMG_0603_2026-02-20-002104_pldp.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:05','2026-02-20 00:21:05','2026-02-20 00:21:05'),
(32744,8,10,NULL,'IMG_0604_2026-02-20-002105_jwvc.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:06','2026-02-20 00:21:06','2026-02-20 00:21:06'),
(32745,8,10,NULL,'IMG_0605_2026-02-20-002106_oxez.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:08','2026-02-20 00:21:08','2026-02-20 00:21:08'),
(32746,8,10,NULL,'IMG_0606_2026-02-20-002108_tlib.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:09','2026-02-20 00:21:09','2026-02-20 00:21:09'),
(32747,8,10,NULL,'IMG_0607_2026-02-20-002109_okhj.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:10','2026-02-20 00:21:10','2026-02-20 00:21:10'),
(32748,8,10,NULL,'IMG_0608_2026-02-20-002110_ndnu.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:11','2026-02-20 00:21:11','2026-02-20 00:21:11'),
(32749,8,10,NULL,'IMG_0609_2026-02-20-002111_xcpq.png',NULL,'image',NULL,1170,2532,246401,NULL,NULL,NULL,'2026-02-20 00:21:11','2026-02-20 00:21:11','2026-02-20 00:21:11'),
(32750,8,10,NULL,'IMG_0610_2026-02-20-002111_mown.png',NULL,'image',NULL,1170,2532,256655,NULL,NULL,NULL,'2026-02-20 00:21:12','2026-02-20 00:21:12','2026-02-20 00:21:12'),
(32752,8,10,NULL,'IMG_0595_2026-02-20-002129_ejat.png',NULL,'image',NULL,1170,2532,470999,NULL,NULL,NULL,'2026-02-20 00:21:30','2026-02-20 00:21:30','2026-02-20 00:21:30'),
(32753,8,10,NULL,'IMG_0598_2026-02-20-002130_wmkx.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:31','2026-02-20 00:21:31','2026-02-20 00:21:31'),
(32754,8,10,NULL,'IMG_0597_2026-02-20-002131_wvfk.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:32','2026-02-20 00:21:32','2026-02-20 00:21:32'),
(32755,8,10,NULL,'IMG_0596_2026-02-20-002132_xrmh.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:33','2026-02-20 00:21:33','2026-02-20 00:21:33'),
(32756,8,10,NULL,'IMG_0599_2026-02-20-002133_xxsp.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:34','2026-02-20 00:21:34','2026-02-20 00:21:34'),
(32757,8,10,NULL,'IMG_0600_2026-02-20-002134_iujt.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:35','2026-02-20 00:21:35','2026-02-20 00:21:35'),
(32758,8,10,NULL,'IMG_0601_2026-02-20-002135_fcqu.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:36','2026-02-20 00:21:36','2026-02-20 00:21:36'),
(32759,8,10,NULL,'IMG_0602_2026-02-20-002136_poyb.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:38','2026-02-20 00:21:38','2026-02-20 00:21:38'),
(32760,8,10,NULL,'IMG_0603_2026-02-20-002138_lojj.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:39','2026-02-20 00:21:39','2026-02-20 00:21:39'),
(32761,8,10,NULL,'IMG_0604_2026-02-20-002139_mlvg.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:40','2026-02-20 00:21:40','2026-02-20 00:21:40'),
(32762,8,10,NULL,'IMG_0605_2026-02-20-002140_doah.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:41','2026-02-20 00:21:41','2026-02-20 00:21:41'),
(32763,8,10,NULL,'IMG_0606_2026-02-20-002141_otvt.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:42','2026-02-20 00:21:42','2026-02-20 00:21:42'),
(32764,8,10,NULL,'IMG_0607_2026-02-20-002142_rdfa.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:43','2026-02-20 00:21:43','2026-02-20 00:21:43'),
(32765,8,10,NULL,'IMG_0608_2026-02-20-002143_txml.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:21:45','2026-02-20 00:21:45','2026-02-20 00:21:45'),
(32766,8,10,NULL,'IMG_0609_2026-02-20-002145_kvil.png',NULL,'image',NULL,1170,2532,246401,NULL,NULL,NULL,'2026-02-20 00:21:45','2026-02-20 00:21:45','2026-02-20 00:21:45'),
(32767,8,10,NULL,'IMG_0610_2026-02-20-002145_phos.png',NULL,'image',NULL,1170,2532,256655,NULL,NULL,NULL,'2026-02-20 00:21:46','2026-02-20 00:21:46','2026-02-20 00:21:46'),
(32769,8,10,NULL,'IMG_0595_2026-02-20-002230_tciy.png',NULL,'image',NULL,1170,2532,470999,NULL,NULL,NULL,'2026-02-20 00:22:30','2026-02-20 00:22:30','2026-02-20 00:22:30'),
(32770,8,10,NULL,'IMG_0598_2026-02-20-002230_zert.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:31','2026-02-20 00:22:31','2026-02-20 00:22:31'),
(32771,8,10,NULL,'IMG_0597_2026-02-20-002231_yupw.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:32','2026-02-20 00:22:32','2026-02-20 00:22:32'),
(32772,8,10,NULL,'IMG_0596_2026-02-20-002232_oved.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:33','2026-02-20 00:22:33','2026-02-20 00:22:33'),
(32773,8,10,NULL,'IMG_0599_2026-02-20-002233_titm.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:34','2026-02-20 00:22:34','2026-02-20 00:22:34'),
(32774,8,10,NULL,'IMG_0600_2026-02-20-002234_ltym.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:35','2026-02-20 00:22:35','2026-02-20 00:22:35'),
(32775,8,10,NULL,'IMG_0601_2026-02-20-002235_bsce.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:36','2026-02-20 00:22:36','2026-02-20 00:22:36'),
(32776,8,10,NULL,'IMG_0602_2026-02-20-002236_jdwp.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:38','2026-02-20 00:22:38','2026-02-20 00:22:38'),
(32777,8,10,NULL,'IMG_0603_2026-02-20-002238_jqzj.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:39','2026-02-20 00:22:39','2026-02-20 00:22:39'),
(32778,8,10,NULL,'IMG_0604_2026-02-20-002239_fujt.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:40','2026-02-20 00:22:40','2026-02-20 00:22:40'),
(32779,8,10,NULL,'IMG_0605_2026-02-20-002240_zaic.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:41','2026-02-20 00:22:41','2026-02-20 00:22:41'),
(32780,8,10,NULL,'IMG_0606_2026-02-20-002241_momz.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:42','2026-02-20 00:22:42','2026-02-20 00:22:42'),
(32781,8,10,NULL,'IMG_0607_2026-02-20-002242_wdso.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:43','2026-02-20 00:22:43','2026-02-20 00:22:43'),
(32782,8,10,NULL,'IMG_0608_2026-02-20-002243_vinf.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-02-20 00:22:44','2026-02-20 00:22:44','2026-02-20 00:22:44'),
(32783,8,10,NULL,'IMG_0609_2026-02-20-002244_tegx.png',NULL,'image',NULL,1170,2532,246401,NULL,NULL,NULL,'2026-02-20 00:22:45','2026-02-20 00:22:45','2026-02-20 00:22:45'),
(32784,8,10,NULL,'IMG_0610_2026-02-20-002245_lmdm.png',NULL,'image',NULL,1170,2532,256655,NULL,NULL,NULL,'2026-02-20 00:22:45','2026-02-20 00:22:45','2026-02-20 00:22:45'),
(32913,8,10,NULL,'photo1_2026-02-20-130831_jjjl.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-20 13:08:31','2026-02-20 13:08:31','2026-02-20 13:08:31'),
(32915,8,10,NULL,'photo1_2026-02-20-130836_ykva.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-20 13:08:36','2026-02-20 13:08:36','2026-02-20 13:08:36'),
(32965,8,10,NULL,'Mary-Wideman-Resume-1.pdf',NULL,'pdf',NULL,NULL,NULL,101414,NULL,NULL,NULL,'2026-02-20 18:59:26','2026-02-20 18:59:26','2026-02-20 18:59:26'),
(32998,8,10,NULL,'photo1_2026-02-20-212147_qrkv.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-20 21:21:47','2026-02-20 21:21:47','2026-02-20 21:21:47'),
(33000,8,10,NULL,'photo1_2026-02-20-212151_tsph.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-20 21:21:51','2026-02-20 21:21:51','2026-02-20 21:21:51'),
(33170,8,10,NULL,'photo1_2026-02-21-070612_bqzs.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-21 07:06:12','2026-02-21 07:06:12','2026-02-21 07:06:12'),
(33173,8,10,NULL,'photo1_2026-02-21-070616_dvts.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-21 07:06:16','2026-02-21 07:06:16','2026-02-21 07:06:16'),
(33240,8,10,NULL,'photo1_2026-02-21-130849_cdox.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-21 13:08:49','2026-02-21 13:08:49','2026-02-21 13:08:49'),
(33242,8,10,NULL,'photo1_2026-02-21-130854_uncn.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-21 13:08:54','2026-02-21 13:08:54','2026-02-21 13:08:54'),
(33289,8,10,NULL,'Jessica-Parsons-Resume-2026.pdf',NULL,'pdf',NULL,NULL,NULL,456520,NULL,NULL,NULL,'2026-02-21 14:34:33','2026-02-21 14:34:33','2026-02-21 14:34:33'),
(33304,8,10,NULL,'Nicole-Stanley-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,45035,NULL,NULL,NULL,'2026-02-21 15:53:52','2026-02-21 15:53:52','2026-02-21 15:53:52'),
(33370,8,10,NULL,'photo1_2026-02-21-192634_nise.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-21 19:26:34','2026-02-21 19:26:34','2026-02-21 19:26:34'),
(33372,8,10,NULL,'photo1_2026-02-21-192639_biid.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-21 19:26:39','2026-02-21 19:26:39','2026-02-21 19:26:39'),
(33411,8,10,NULL,'IyannaHarried.pdf',NULL,'pdf',NULL,NULL,NULL,120285,NULL,NULL,NULL,'2026-02-22 02:10:27','2026-02-22 02:10:27','2026-02-22 02:10:27'),
(33451,8,10,NULL,'Cierra_Carr_Resume2026_2026-02-22-024816_fvrl.pdf',NULL,'pdf',NULL,NULL,NULL,4064,NULL,NULL,NULL,'2026-02-22 02:48:16','2026-02-22 02:48:16','2026-02-22 02:48:16'),
(33491,8,10,NULL,'photo1_2026-02-22-041207_odql.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-22 04:12:07','2026-02-22 04:12:07','2026-02-22 04:12:07'),
(33493,8,10,NULL,'photo1_2026-02-22-041212_rfkt.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-22 04:12:12','2026-02-22 04:12:12','2026-02-22 04:12:12'),
(33563,8,10,NULL,'IMG_5444.png',NULL,'image',NULL,750,1334,4009884,NULL,NULL,NULL,'2026-02-23 00:30:10','2026-02-23 00:30:10','2026-02-23 00:30:10'),
(33628,8,10,NULL,'photo1_2026-02-23-045159_pqih.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-23 04:52:00','2026-02-23 04:52:00','2026-02-23 04:52:00'),
(33630,8,10,NULL,'photo1_2026-02-23-045205_izeb.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-23 04:52:05','2026-02-23 04:52:05','2026-02-23 04:52:05'),
(33910,8,10,NULL,'Resume_2026-02-23-183054_anlv.pdf',NULL,'pdf',NULL,NULL,NULL,42154,NULL,NULL,NULL,'2026-02-23 18:30:54','2026-02-23 18:30:54','2026-02-23 18:30:54'),
(33917,8,10,NULL,'My-Resume_2026-02-23-194654_yjkz.pdf',NULL,'pdf',NULL,NULL,NULL,52427,NULL,NULL,NULL,'2026-02-23 19:46:54','2026-02-23 19:46:54','2026-02-23 19:46:54'),
(33946,8,10,NULL,'photo1_2026-02-23-214815_kmzl.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-23 21:48:15','2026-02-23 21:48:15','2026-02-23 21:48:15'),
(33948,8,10,NULL,'photo1_2026-02-23-214821_tbgd.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-23 21:48:21','2026-02-23 21:48:21','2026-02-23 21:48:21'),
(33969,8,10,NULL,'Updated-2026-Adebola-Olutola-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,180870,NULL,NULL,NULL,'2026-02-24 01:50:37','2026-02-24 01:50:37','2026-02-24 01:50:37'),
(33981,8,10,NULL,'photo1_2026-02-24-040657_ywoz.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-24 04:06:57','2026-02-24 04:06:57','2026-02-24 04:06:57'),
(33983,8,10,NULL,'photo1_2026-02-24-040706_jiut.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-24 04:07:06','2026-02-24 04:07:06','2026-02-24 04:07:06'),
(34042,8,10,NULL,'OfficialCoombs.pdf',NULL,'pdf',NULL,NULL,NULL,58083,NULL,NULL,NULL,'2026-02-24 06:15:47','2026-02-24 06:15:47','2026-02-24 06:15:47'),
(34137,8,10,NULL,'photo1_2026-02-24-124410_lhlz.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-24 12:44:10','2026-02-24 12:44:10','2026-02-24 12:44:10'),
(34139,8,10,NULL,'photo1_2026-02-24-124415_xunr.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-24 12:44:15','2026-02-24 12:44:15','2026-02-24 12:44:15'),
(34186,8,10,NULL,'Janice-R-Dilligard.pdf',NULL,'pdf',NULL,NULL,NULL,2737436,NULL,NULL,NULL,'2026-02-24 14:04:37','2026-02-24 14:04:37','2026-02-24 14:04:37'),
(34202,8,10,NULL,'photo1_2026-02-24-145628_vjrh.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-24 14:56:28','2026-02-24 14:56:28','2026-02-24 14:56:28'),
(34204,8,10,NULL,'photo1_2026-02-24-145632_kmbk.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-24 14:56:32','2026-02-24 14:56:32','2026-02-24 14:56:32'),
(34207,4,4,1,'Ocean-AD.jpg','image/jpeg','image',NULL,1080,1080,90637,NULL,NULL,NULL,'2026-02-24 15:00:36','2026-02-24 14:57:16','2026-02-24 15:00:40'),
(34302,8,10,NULL,'Asaad_Morris_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,96461,NULL,NULL,NULL,'2026-02-24 18:12:57','2026-02-24 18:12:57','2026-02-24 18:12:57'),
(34320,8,10,NULL,'Zaniy_Lowery_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,2527,NULL,NULL,NULL,'2026-02-24 19:26:39','2026-02-24 19:26:39','2026-02-24 19:26:39'),
(34324,8,10,NULL,'Resume-2_2026-02-24-193814_grkq.pdf',NULL,'pdf',NULL,NULL,NULL,77250,NULL,NULL,NULL,'2026-02-24 19:38:14','2026-02-24 19:38:14','2026-02-24 19:38:14'),
(34326,8,10,NULL,'photo1_2026-02-24-194456_mzst.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-24 19:44:56','2026-02-24 19:44:56','2026-02-24 19:44:56'),
(34328,8,10,NULL,'photo1_2026-02-24-194500_niya.jpg',NULL,'image',NULL,1,1,693,NULL,NULL,NULL,'2026-02-24 19:45:00','2026-02-24 19:45:00','2026-02-24 19:45:00'),
(34351,8,10,NULL,'10D674AE-59D9-41A9-A345-5CA5E328436B.jpeg',NULL,'image',NULL,4032,3024,3647130,NULL,NULL,NULL,'2026-02-24 21:49:45','2026-02-24 21:49:45','2026-02-24 21:49:45'),
(34353,8,10,NULL,'10D674AE-59D9-41A9-A345-5CA5E328436B_2026-02-24-214959_hmif.jpeg',NULL,'image',NULL,4032,3024,3647130,NULL,NULL,NULL,'2026-02-24 21:49:59','2026-02-24 21:49:59','2026-02-24 21:49:59'),
(34366,8,10,NULL,'Camille-Ong-Resume-2026.pdf',NULL,'pdf',NULL,NULL,NULL,52477,NULL,NULL,NULL,'2026-02-24 23:27:37','2026-02-24 23:27:37','2026-02-24 23:27:37'),
(34372,8,10,NULL,'Updated-S-Spencer-Resume-1.pdf',NULL,'pdf',NULL,NULL,NULL,41333,NULL,NULL,NULL,'2026-02-25 00:21:37','2026-02-25 00:21:37','2026-02-25 00:21:37'),
(34377,8,10,NULL,'Wendy_Ayars_Resume20260205_190207.pdf',NULL,'pdf',NULL,NULL,NULL,147498,NULL,NULL,NULL,'2026-02-25 01:30:10','2026-02-25 01:30:10','2026-02-25 01:30:10'),
(34476,8,10,NULL,'Resume_2026-02-25-080558_agfs.pdf',NULL,'pdf',NULL,NULL,NULL,58853,NULL,NULL,NULL,'2026-02-25 08:05:58','2026-02-25 08:05:58','2026-02-25 08:05:58'),
(34652,8,10,NULL,'Blue-and-White-Professional-Corporate-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,60453,NULL,NULL,NULL,'2026-02-25 16:12:59','2026-02-25 16:12:59','2026-02-25 16:12:59'),
(34724,8,10,NULL,'Shanea_Millner_Resume2.pdf',NULL,'pdf',NULL,NULL,NULL,184879,NULL,NULL,NULL,'2026-02-25 19:38:38','2026-02-25 19:38:38','2026-02-25 19:38:38'),
(34755,4,4,1,'clark-admin.jpg','image/jpeg','image',NULL,1080,1080,104490,NULL,NULL,NULL,'2026-02-25 19:41:12','2026-02-25 19:41:12','2026-02-25 19:41:12'),
(35177,8,10,NULL,'Resume20jones20.pdf',NULL,'pdf',NULL,NULL,NULL,47547,NULL,NULL,NULL,'2026-02-25 21:08:15','2026-02-25 21:08:15','2026-02-25 21:08:15'),
(36033,8,10,NULL,'Stephanie_Nolen_Resume_2026-02-26-013456_urnv.pdf',NULL,'pdf',NULL,NULL,NULL,134676,NULL,NULL,NULL,'2026-02-26 01:34:56','2026-02-26 01:34:56','2026-02-26 01:34:56'),
(36036,8,10,NULL,'Juan-Villacis-Resume-copy.pdf',NULL,'pdf',NULL,NULL,NULL,63377,NULL,NULL,NULL,'2026-02-26 01:59:24','2026-02-26 01:59:24','2026-02-26 01:59:24'),
(36139,8,10,NULL,'wendy-M-Cespedes-resume-2025_2026-02-26-091124_etlz.pdf',NULL,'pdf',NULL,NULL,NULL,134936,NULL,NULL,NULL,'2026-02-26 09:11:24','2026-02-26 09:11:24','2026-02-26 09:11:24'),
(36167,8,10,NULL,'NewResume2025.pdf',NULL,'pdf',NULL,NULL,NULL,78973,NULL,NULL,NULL,'2026-02-26 15:34:37','2026-02-26 15:34:37','2026-02-26 15:34:37'),
(36171,8,10,NULL,'Resume_2026-02-26-154810_smys.pdf',NULL,'pdf',NULL,NULL,NULL,120560,NULL,NULL,NULL,'2026-02-26 15:48:10','2026-02-26 15:48:10','2026-02-26 15:48:10'),
(36191,8,10,NULL,'Resume_2026-02-26-184718_sxht.pdf',NULL,'pdf',NULL,NULL,NULL,55620,NULL,NULL,NULL,'2026-02-26 18:47:18','2026-02-26 18:47:18','2026-02-26 18:47:18'),
(36314,8,10,NULL,'20260218_195312.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-02-27 04:53:00','2026-02-27 04:53:00','2026-02-27 04:53:00'),
(36332,8,10,NULL,'20260218_195312_2026-02-27-051559_zhjq.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-02-27 05:16:00','2026-02-27 05:16:00','2026-02-27 05:16:00'),
(36345,8,10,NULL,'20260218_195312_2026-02-27-052727_ejcq.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-02-27 05:27:28','2026-02-27 05:27:28','2026-02-27 05:27:28'),
(36351,8,10,NULL,'20260218_195312_2026-02-27-053722_ohhd.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-02-27 05:37:23','2026-02-27 05:37:23','2026-02-27 05:37:23'),
(36357,8,10,NULL,'20260218_195312_2026-02-27-054859_waek.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-02-27 05:48:59','2026-02-27 05:48:59','2026-02-27 05:48:59'),
(36367,8,10,NULL,'Resume_2026-02-27-075459_jvzy.pdf',NULL,'pdf',NULL,NULL,NULL,55278,NULL,NULL,NULL,'2026-02-27 07:54:59','2026-02-27 07:54:59','2026-02-27 07:54:59'),
(36369,8,10,NULL,'Resume_2026-02-27-075657_sglu.pdf',NULL,'pdf',NULL,NULL,NULL,55278,NULL,NULL,NULL,'2026-02-27 07:56:57','2026-02-27 07:56:57','2026-02-27 07:56:57'),
(36542,8,10,NULL,'Eldridge-Leeann-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,215277,NULL,NULL,NULL,'2026-02-27 18:43:02','2026-02-27 18:43:02','2026-02-27 18:43:02'),
(36548,8,10,NULL,'Resume-Monica-Legerme.pdf',NULL,'pdf',NULL,NULL,NULL,335720,NULL,NULL,NULL,'2026-02-27 19:34:24','2026-02-27 19:34:24','2026-02-27 19:34:24'),
(36562,8,10,NULL,'IMG_2315.jpeg',NULL,'image',NULL,1290,1630,346012,NULL,NULL,NULL,'2026-02-27 20:31:04','2026-02-27 20:31:04','2026-02-27 20:31:04'),
(36564,8,10,NULL,'HS-Transcript.jpg',NULL,'image',NULL,1290,1770,281834,NULL,NULL,NULL,'2026-02-27 20:34:42','2026-02-27 20:34:42','2026-02-27 20:34:42'),
(36582,8,10,NULL,'Resume-1.pdf',NULL,'pdf',NULL,NULL,NULL,63805,NULL,NULL,NULL,'2026-02-27 23:01:30','2026-02-27 23:01:30','2026-02-27 23:01:30'),
(36608,8,10,NULL,'20260218_195312_2026-02-28-020027_wlrr.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-02-28 02:00:28','2026-02-28 02:00:28','2026-02-28 02:00:28'),
(36614,8,10,NULL,'20260218_195312_2026-02-28-020502_xrta.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-02-28 02:05:02','2026-02-28 02:05:02','2026-02-28 02:05:02'),
(36757,8,10,NULL,'20260218_195312_2026-02-28-195845_vhps.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-02-28 19:58:45','2026-02-28 19:58:45','2026-02-28 19:58:45'),
(36761,8,10,NULL,'20260218_195312_2026-02-28-200147_qzzw.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-02-28 20:01:47','2026-02-28 20:01:47','2026-02-28 20:01:47'),
(36785,8,10,NULL,'IMG_8585.png',NULL,'image',NULL,1170,2532,273693,NULL,NULL,NULL,'2026-03-01 02:10:38','2026-03-01 02:10:38','2026-03-01 02:10:38'),
(36787,8,10,NULL,'Crawford-2026-Resume-Director-Regional-Operations.pdf',NULL,'pdf',NULL,NULL,NULL,317059,NULL,NULL,NULL,'2026-03-01 02:19:18','2026-03-01 02:19:18','2026-03-01 02:19:18'),
(36994,8,10,NULL,'karena-resume-3.pdf',NULL,'pdf',NULL,NULL,NULL,89364,NULL,NULL,NULL,'2026-03-01 12:29:41','2026-03-01 12:29:41','2026-03-01 12:29:41'),
(37072,8,10,NULL,'20260218_195312_2026-03-01-171714_hrpb.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-03-01 17:17:15','2026-03-01 17:17:15','2026-03-01 17:17:15'),
(37102,8,10,NULL,'6B33D05E-F142-47FA-9CA6-FEF9144F1763.jpeg',NULL,'image',NULL,4032,3024,3647130,NULL,NULL,NULL,'2026-03-01 18:57:22','2026-03-01 18:57:22','2026-03-01 18:57:22'),
(37433,8,10,NULL,'Levy-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,200154,NULL,NULL,NULL,'2026-03-02 14:42:02','2026-03-02 14:42:02','2026-03-02 14:42:02'),
(37442,8,10,NULL,'RESUME-LPN.pdf',NULL,'pdf',NULL,NULL,NULL,3805,NULL,NULL,NULL,'2026-03-02 15:46:06','2026-03-02 15:46:06','2026-03-02 15:46:06'),
(37519,8,10,NULL,'TANYA_MOLLETTEWILLIAMS_2026.pdf',NULL,'pdf',NULL,NULL,NULL,146102,NULL,NULL,NULL,'2026-03-02 18:41:29','2026-03-02 18:41:29','2026-03-02 18:41:29'),
(37568,8,10,NULL,'IMG_8754.jpeg',NULL,'image',NULL,4032,3024,1689362,NULL,NULL,NULL,'2026-03-02 20:43:57','2026-03-02 20:43:57','2026-03-02 20:43:57'),
(37577,8,10,NULL,'My-Resumé-Juancho-Amon.pdf',NULL,'pdf',NULL,NULL,NULL,130563,NULL,NULL,NULL,'2026-03-02 22:20:32','2026-03-02 22:20:32','2026-03-02 22:20:32'),
(37597,8,10,NULL,'Resume-5.pdf',NULL,'pdf',NULL,NULL,NULL,140893,NULL,NULL,NULL,'2026-03-03 01:24:00','2026-03-03 01:24:00','2026-03-03 01:24:00'),
(37925,8,10,NULL,'IMG_0070.jpeg',NULL,'image',NULL,1906,1245,273203,NULL,NULL,NULL,'2026-03-03 16:35:06','2026-03-03 16:35:06','2026-03-03 16:35:06'),
(37928,8,10,NULL,'A.-Royle-CV-2026.pdf',NULL,'pdf',NULL,NULL,NULL,113510,NULL,NULL,NULL,'2026-03-03 16:37:04','2026-03-03 16:37:04','2026-03-03 16:37:04'),
(37957,8,10,NULL,'Kareemah-S-Morris-resume.pdf',NULL,'pdf',NULL,NULL,NULL,92056,NULL,NULL,NULL,'2026-03-03 19:17:32','2026-03-03 19:17:32','2026-03-03 19:17:32'),
(37964,8,10,NULL,'JGA-Resumé.pdf',NULL,'pdf',NULL,NULL,NULL,100869,NULL,NULL,NULL,'2026-03-03 20:24:11','2026-03-03 20:24:11','2026-03-03 20:24:11'),
(37983,8,10,NULL,'GLORY_TOPPING_Resume-1.pdf',NULL,'pdf',NULL,NULL,NULL,84623,NULL,NULL,NULL,'2026-03-03 23:20:07','2026-03-03 23:20:07','2026-03-03 23:20:07'),
(37989,8,10,NULL,'I-am-sharing-Official-Resume-3-Email-1-with-you_2026-03-03-234625_ecxd.pdf',NULL,'pdf',NULL,NULL,NULL,140949,NULL,NULL,NULL,'2026-03-03 23:46:25','2026-03-03 23:46:25','2026-03-03 23:46:25'),
(38177,8,10,NULL,'AS-RESUME.pdf',NULL,'pdf',NULL,NULL,NULL,330177,NULL,NULL,NULL,'2026-03-04 12:12:16','2026-03-04 12:12:16','2026-03-04 12:12:16'),
(38283,8,10,NULL,'Professional-Resume-2026-pdf.pdf',NULL,'pdf',NULL,NULL,NULL,87621,NULL,NULL,NULL,'2026-03-04 15:03:13','2026-03-04 15:03:13','2026-03-04 15:03:13'),
(38363,8,10,NULL,'Eileen_Tate_Resume-4.pdf',NULL,'pdf',NULL,NULL,NULL,230217,NULL,NULL,NULL,'2026-03-04 16:14:17','2026-03-04 16:14:17','2026-03-04 16:14:17'),
(38369,4,4,1,'GreenKnoll-AD-1.jpg','image/jpeg','image',NULL,1080,1080,72994,NULL,NULL,NULL,'2026-03-04 16:55:06','2026-03-04 16:55:06','2026-03-04 16:55:06'),
(38400,8,10,NULL,'Dajuan_Jones_Professional_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,57373,NULL,NULL,NULL,'2026-03-04 18:13:02','2026-03-04 18:13:02','2026-03-04 18:13:02'),
(38540,8,10,NULL,'Resume.heic',NULL,'image',NULL,NULL,NULL,1115561,NULL,NULL,NULL,'2026-03-04 23:34:58','2026-03-04 23:34:58','2026-03-04 23:34:58'),
(38549,8,10,NULL,'IMG_3672.png',NULL,'image',NULL,1545,1999,741403,NULL,NULL,NULL,'2026-03-05 01:18:50','2026-03-05 01:18:50','2026-03-05 01:18:50'),
(38551,8,10,NULL,'IMG_3672_2026-03-05-011853_vxrq.png',NULL,'image',NULL,1545,1999,741403,NULL,NULL,NULL,'2026-03-05 01:19:07','2026-03-05 01:19:07','2026-03-05 01:19:07'),
(38553,8,10,NULL,'IMG_3672_2026-03-05-012128_swak.png',NULL,'image',NULL,1545,1999,741403,NULL,NULL,NULL,'2026-03-05 01:21:41','2026-03-05 01:21:41','2026-03-05 01:21:41'),
(38555,8,10,NULL,'IMG_3672_2026-03-05-012141_geez.png',NULL,'image',NULL,1545,1999,741403,NULL,NULL,NULL,'2026-03-05 01:21:54','2026-03-05 01:21:54','2026-03-05 01:21:54'),
(38557,8,10,NULL,'IMG_3672_2026-03-05-012155_xvoy.png',NULL,'image',NULL,1545,1999,741403,NULL,NULL,NULL,'2026-03-05 01:22:08','2026-03-05 01:22:08','2026-03-05 01:22:08'),
(38559,8,10,NULL,'IMG_3672_2026-03-05-012208_jqae.png',NULL,'image',NULL,1545,1999,741403,NULL,NULL,NULL,'2026-03-05 01:22:21','2026-03-05 01:22:21','2026-03-05 01:22:21'),
(38561,8,10,NULL,'IMG_3672_2026-03-05-012233_xxgs.png',NULL,'image',NULL,1545,1999,741403,NULL,NULL,NULL,'2026-03-05 01:22:46','2026-03-05 01:22:46','2026-03-05 01:22:46'),
(38563,8,10,NULL,'IMG_3672_2026-03-05-012250_befk.png',NULL,'image',NULL,1545,1999,741403,NULL,NULL,NULL,'2026-03-05 01:23:04','2026-03-05 01:23:04','2026-03-05 01:23:04'),
(38565,8,10,NULL,'IMG_3672_2026-03-05-012311_kbmp.png',NULL,'image',NULL,1545,1999,741403,NULL,NULL,NULL,'2026-03-05 01:23:24','2026-03-05 01:23:24','2026-03-05 01:23:24'),
(38567,8,10,NULL,'IMG_4426.jpeg',NULL,'image',NULL,1290,1651,247393,NULL,NULL,NULL,'2026-03-05 01:24:32','2026-03-05 01:24:32','2026-03-05 01:24:32'),
(38800,3,3,1,'Christian-Home-Calendars.pdf','application/pdf','pdf',NULL,NULL,NULL,804804,NULL,NULL,NULL,'2026-03-05 20:42:03','2026-03-05 20:42:03','2026-03-05 20:42:03'),
(38802,3,3,1,'Germantown.pdf','application/pdf','pdf',NULL,NULL,NULL,136460,NULL,NULL,NULL,'2026-03-05 20:42:19','2026-03-05 20:42:19','2026-03-05 20:42:19'),
(38805,3,3,1,'Grande-Prairie.pdf','application/pdf','pdf',NULL,NULL,NULL,333449,NULL,NULL,NULL,'2026-03-05 20:43:06','2026-03-05 20:43:06','2026-03-05 20:43:06'),
(38811,3,3,1,'Nazareth-Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,431133,NULL,NULL,NULL,'2026-03-05 20:44:53','2026-03-05 20:44:53','2026-03-05 20:44:53'),
(38814,3,3,1,'Ridgewood-Calendar.pdf','application/pdf','pdf',NULL,NULL,NULL,5222178,NULL,NULL,NULL,'2026-03-05 20:45:27','2026-03-05 20:45:27','2026-03-05 20:45:27'),
(38819,8,10,NULL,'20260218_195312_2026-03-05-205223_nwox.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-03-05 20:52:24','2026-03-05 20:52:24','2026-03-05 20:52:24'),
(38889,8,10,NULL,'Ciera-Resume-2026.pdf',NULL,'pdf',NULL,NULL,NULL,90320,NULL,NULL,NULL,'2026-03-06 04:12:17','2026-03-06 04:12:17','2026-03-06 04:12:17'),
(39018,8,10,NULL,'karen2026.pdf',NULL,'pdf',NULL,NULL,NULL,138245,NULL,NULL,NULL,'2026-03-06 09:59:09','2026-03-06 09:59:09','2026-03-06 09:59:09'),
(39117,8,10,NULL,'IMG_7895.jpeg',NULL,'image',NULL,790,1177,286639,NULL,NULL,NULL,'2026-03-06 14:53:16','2026-03-06 14:53:16','2026-03-06 14:53:16'),
(39193,8,10,NULL,'Resume_2026-03-06-182254_sxcq.pdf',NULL,'pdf',NULL,NULL,NULL,84823,NULL,NULL,NULL,'2026-03-06 18:22:54','2026-03-06 18:22:54','2026-03-06 18:22:54'),
(39227,8,10,NULL,'Bonita-Hill_Resume-1.pdf',NULL,'pdf',NULL,NULL,NULL,61155,NULL,NULL,NULL,'2026-03-06 21:46:15','2026-03-06 21:46:15','2026-03-06 21:46:15'),
(39258,8,10,NULL,'IMG_2524.png',NULL,'image',NULL,1284,2778,801931,NULL,NULL,NULL,'2026-03-07 02:51:19','2026-03-07 02:51:19','2026-03-07 02:51:19'),
(39433,8,10,NULL,'Resume_2026-03-07-113340_uwzi.pdf',NULL,'pdf',NULL,NULL,NULL,62899,NULL,NULL,NULL,'2026-03-07 11:33:40','2026-03-07 11:33:40','2026-03-07 11:33:40'),
(39568,8,10,NULL,'Janette-Gray-Resume-1.pdf',NULL,'pdf',NULL,NULL,NULL,456775,NULL,NULL,NULL,'2026-03-07 19:57:54','2026-03-07 19:57:54','2026-03-07 19:57:54'),
(39692,8,10,NULL,'resume-1771431685539.pdf',NULL,'pdf',NULL,NULL,NULL,85709,NULL,NULL,NULL,'2026-03-08 02:52:01','2026-03-08 02:52:01','2026-03-08 02:52:01'),
(39723,8,10,NULL,'Yahseom_Smyth_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,83807,NULL,NULL,NULL,'2026-03-08 04:16:13','2026-03-08 04:16:13','2026-03-08 04:16:13'),
(39876,8,10,NULL,'Screenshot_20251228_072432_Photos.jpg',NULL,'image',NULL,1080,1447,189000,NULL,NULL,NULL,'2026-03-08 11:05:22','2026-03-08 11:05:22','2026-03-08 11:05:22'),
(39879,8,10,NULL,'Screenshot_20251228_072432_Photos_2026-03-08-111319_tcix.jpg',NULL,'image',NULL,1080,1447,189000,NULL,NULL,NULL,'2026-03-08 11:13:19','2026-03-08 11:13:19','2026-03-08 11:13:19'),
(39945,8,10,NULL,'Marie-Hirtzel-resume-2.pdf',NULL,'pdf',NULL,NULL,NULL,173215,NULL,NULL,NULL,'2026-03-08 16:00:46','2026-03-08 16:00:46','2026-03-08 16:00:46'),
(40047,8,10,NULL,'Resume-Apr-08-2025.pdf',NULL,'pdf',NULL,NULL,NULL,92163,NULL,NULL,NULL,'2026-03-08 23:05:45','2026-03-08 23:05:45','2026-03-08 23:05:45'),
(40059,8,10,NULL,'Resume202403020500.pdf',NULL,'pdf',NULL,NULL,NULL,60143,NULL,NULL,NULL,'2026-03-09 01:19:46','2026-03-09 01:19:46','2026-03-09 01:19:46'),
(40106,8,10,NULL,'Nayelis-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,97964,NULL,NULL,NULL,'2026-03-09 04:23:57','2026-03-09 04:23:57','2026-03-09 04:23:57'),
(40324,8,10,NULL,'IMG_1796.jpeg',NULL,'image',NULL,1216,2282,612200,NULL,NULL,NULL,'2026-03-09 14:26:30','2026-03-09 14:26:30','2026-03-09 14:26:30'),
(40372,4,4,1,'Burlington-Admin.jpg','image/jpeg','image',NULL,1080,1080,99825,NULL,NULL,NULL,'2026-03-09 15:17:20','2026-03-09 15:17:20','2026-03-09 15:17:29'),
(40382,4,4,1,'Brick-Admin.jpg','image/jpeg','image',NULL,1080,1080,87883,NULL,0,0,'2026-03-09 15:20:44','2026-03-09 15:20:44','2026-03-09 15:21:06'),
(40391,8,10,NULL,'Resume_2026-03-09-152428_wjby.pdf',NULL,'pdf',NULL,NULL,NULL,84823,NULL,NULL,NULL,'2026-03-09 15:24:28','2026-03-09 15:24:28','2026-03-09 15:24:28'),
(40396,8,10,NULL,'Resume_2026-03-09-152617_mmeq.pdf',NULL,'pdf',NULL,NULL,NULL,84823,NULL,NULL,NULL,'2026-03-09 15:26:17','2026-03-09 15:26:17','2026-03-09 15:26:17'),
(40411,4,4,1,'Laurelton-Admin.jpg','image/jpeg','image',NULL,1080,1080,92809,NULL,0,0,'2026-03-09 15:33:11','2026-03-09 15:33:11','2026-03-09 15:33:19'),
(40441,4,4,1,'Brick-Admin-Jay.jpg','image/jpeg','image',NULL,1080,1080,87883,NULL,NULL,NULL,'2026-03-09 15:39:46','2026-03-09 15:39:46','2026-03-09 15:40:10'),
(40443,4,4,1,'Laurelton-Admin-Beth.jpg','image/jpeg','image',NULL,1080,1080,92809,NULL,NULL,NULL,'2026-03-09 15:40:30','2026-03-09 15:40:30','2026-03-09 15:41:12'),
(40524,8,10,NULL,'Screenshot_20260309_124148_Drive.jpg',NULL,'image',NULL,1080,2340,833168,NULL,NULL,NULL,'2026-03-09 16:47:30','2026-03-09 16:47:30','2026-03-09 16:47:30'),
(40546,4,4,1,'SilverLake-Admin.jpg','image/jpeg','image',NULL,1080,1080,73843,NULL,NULL,NULL,'2026-03-09 18:22:49','2026-03-09 18:22:49','2026-03-09 18:22:49'),
(40555,8,10,NULL,'Résumé25-update.pdf',NULL,'pdf',NULL,NULL,NULL,97451,NULL,NULL,NULL,'2026-03-09 19:00:04','2026-03-09 19:00:04','2026-03-09 19:00:04'),
(40563,8,10,NULL,'20260218_195312_2026-03-09-203751_west.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-03-09 20:37:51','2026-03-09 20:37:51','2026-03-09 20:37:51'),
(40565,8,10,NULL,'20260218_195312_2026-03-09-204904_bsgc.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-03-09 20:49:05','2026-03-09 20:49:05','2026-03-09 20:49:05'),
(40567,8,10,NULL,'20260218_195312_2026-03-09-205141_ushd.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-03-09 20:51:41','2026-03-09 20:51:41','2026-03-09 20:51:41'),
(40569,8,10,NULL,'IJ-Resume-7.pdf',NULL,'pdf',NULL,NULL,NULL,93451,NULL,NULL,NULL,'2026-03-09 21:00:12','2026-03-09 21:00:12','2026-03-09 21:00:12'),
(40574,8,10,NULL,'20260218_195312_2026-03-09-211418_mwet.jpg',NULL,'image',NULL,4000,3000,2100908,NULL,NULL,NULL,'2026-03-09 21:14:19','2026-03-09 21:14:19','2026-03-09 21:14:19'),
(40581,8,10,NULL,'nadege-resume.pdf',NULL,'pdf',NULL,NULL,NULL,28129,NULL,NULL,NULL,'2026-03-09 22:33:43','2026-03-09 22:33:43','2026-03-09 22:33:43'),
(40590,8,10,NULL,'DmandaPrice_CV.pdf',NULL,'pdf',NULL,NULL,NULL,120068,NULL,NULL,NULL,'2026-03-09 23:16:24','2026-03-09 23:16:24','2026-03-09 23:16:24'),
(40594,8,10,NULL,'Odessa_Brown_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,4448,NULL,NULL,NULL,'2026-03-10 00:49:35','2026-03-10 00:49:35','2026-03-10 00:49:35'),
(40822,8,10,NULL,'JagdeepK-Nov.pdf',NULL,'pdf',NULL,NULL,NULL,195033,NULL,NULL,NULL,'2026-03-10 15:20:25','2026-03-10 15:20:25','2026-03-10 15:20:25'),
(40920,4,4,1,'Bayshore-AD-1.jpg','image/jpeg','image',NULL,1080,1080,82863,NULL,NULL,NULL,'2026-03-10 20:23:29','2026-03-10 20:23:29','2026-03-10 20:23:29'),
(40941,8,10,NULL,'Busra-Resume-pdf_2026-03-10-220559_hoet.pdf',NULL,'pdf',NULL,NULL,NULL,72997,NULL,NULL,NULL,'2026-03-10 22:05:59','2026-03-10 22:05:59','2026-03-10 22:05:59'),
(40957,8,10,NULL,'Raven-Fairman-2024-updated-resume.pdf',NULL,'pdf',NULL,NULL,NULL,55363,NULL,NULL,NULL,'2026-03-11 00:51:26','2026-03-11 00:51:26','2026-03-11 00:51:26'),
(41045,8,10,NULL,'UPDATED-Resume-2026-Akeira-Stone-19.pdf',NULL,'pdf',NULL,NULL,NULL,89978,NULL,NULL,NULL,'2026-03-11 05:21:37','2026-03-11 05:21:37','2026-03-11 05:21:37'),
(41257,8,10,NULL,'Dylan-Holly.pdf',NULL,'pdf',NULL,NULL,NULL,43399,NULL,NULL,NULL,'2026-03-11 14:19:45','2026-03-11 14:19:45','2026-03-11 14:19:45'),
(41345,8,10,NULL,'Nicole-Baptist-2.pdf',NULL,'pdf',NULL,NULL,NULL,63990,NULL,NULL,NULL,'2026-03-11 16:40:50','2026-03-11 16:40:50','2026-03-11 16:40:50'),
(41388,4,4,1,'SilverLake-Admin-1.jpg','image/jpeg','image',NULL,1080,1080,163439,NULL,NULL,NULL,'2026-03-11 18:34:53','2026-03-11 18:34:53','2026-03-11 18:34:53'),
(41392,8,10,NULL,'IMG_9513.jpeg',NULL,'image',NULL,2048,2366,540894,NULL,NULL,NULL,'2026-03-11 18:40:05','2026-03-11 18:40:05','2026-03-11 18:40:05'),
(41393,8,10,NULL,'IMG_9514.jpeg',NULL,'image',NULL,2064,2366,612789,NULL,NULL,NULL,'2026-03-11 18:40:05','2026-03-11 18:40:05','2026-03-11 18:40:05'),
(41394,8,10,NULL,'IMG_9515.jpeg',NULL,'image',NULL,2048,2366,657409,NULL,NULL,NULL,'2026-03-11 18:40:05','2026-03-11 18:40:05','2026-03-11 18:40:05'),
(41457,8,10,NULL,'Elinas-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,81806,NULL,NULL,NULL,'2026-03-12 02:09:18','2026-03-12 02:09:18','2026-03-12 02:09:18'),
(41460,8,10,NULL,'Amelia-Rigel-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,111424,NULL,NULL,NULL,'2026-03-12 02:29:25','2026-03-12 02:29:25','2026-03-12 02:29:25'),
(41468,8,10,NULL,'Resume.pdf_2026-03-12-032021_pkqq.pdf',NULL,'pdf',NULL,NULL,NULL,42351,NULL,NULL,NULL,'2026-03-12 03:20:21','2026-03-12 03:20:21','2026-03-12 03:20:21'),
(41564,8,10,NULL,'Tanya-Crispin.pdf',NULL,'pdf',NULL,NULL,NULL,88554,NULL,NULL,NULL,'2026-03-12 11:48:22','2026-03-12 11:48:22','2026-03-12 11:48:22'),
(41610,8,10,NULL,'Resume-2026-Final.pdf',NULL,'pdf',NULL,NULL,NULL,148070,NULL,NULL,NULL,'2026-03-12 18:55:45','2026-03-12 18:55:45','2026-03-12 18:55:45'),
(41621,8,10,NULL,'Filomena-Resume-LPN-2026.pdf',NULL,'pdf',NULL,NULL,NULL,97966,NULL,NULL,NULL,'2026-03-12 21:00:38','2026-03-12 21:00:38','2026-03-12 21:00:38'),
(41623,8,10,NULL,'Tamerrin_Oneill_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,128376,NULL,NULL,NULL,'2026-03-12 21:03:53','2026-03-12 21:03:53','2026-03-12 21:03:53'),
(41629,8,10,NULL,'TTramel_2019Resume.pdf',NULL,'pdf',NULL,NULL,NULL,286580,NULL,NULL,NULL,'2026-03-12 22:48:00','2026-03-12 22:48:00','2026-03-12 22:48:00'),
(41955,8,10,NULL,'Crystal-Jefferson-resume.pdf',NULL,'pdf',NULL,NULL,NULL,85187,NULL,NULL,NULL,'2026-03-13 17:44:25','2026-03-13 17:44:25','2026-03-13 17:44:25'),
(41971,8,10,NULL,'2026-Jessica-Lepre-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,164237,NULL,NULL,NULL,'2026-03-13 17:56:21','2026-03-13 17:56:21','2026-03-13 17:56:21'),
(42007,8,10,NULL,'MarthaResume2026_Final.pdf',NULL,'pdf',NULL,NULL,NULL,70238,NULL,NULL,NULL,'2026-03-13 18:50:05','2026-03-13 18:50:05','2026-03-13 18:50:05'),
(42043,8,10,NULL,'Resume-2023-2024.pdf',NULL,'pdf',NULL,NULL,NULL,93776,NULL,NULL,NULL,'2026-03-14 00:22:19','2026-03-14 00:22:19','2026-03-14 00:22:19'),
(42048,8,10,NULL,'Resume_2026-03-14-005648_bfok.pdf',NULL,'pdf',NULL,NULL,NULL,135029,NULL,NULL,NULL,'2026-03-14 00:56:48','2026-03-14 00:56:48','2026-03-14 00:56:48'),
(42286,8,10,NULL,'Resume_2026-03-14-162720_gvrg.pdf',NULL,'pdf',NULL,NULL,NULL,59370,NULL,NULL,NULL,'2026-03-14 16:27:20','2026-03-14 16:27:20','2026-03-14 16:27:20'),
(42288,8,10,NULL,'Michael-Fisher-1.pdf',NULL,'pdf',NULL,NULL,NULL,92606,NULL,NULL,NULL,'2026-03-14 16:29:49','2026-03-14 16:29:49','2026-03-14 16:29:49'),
(42293,8,10,NULL,'RESUME-2026_2026-03-14-171940_wkaz.pdf',NULL,'pdf',NULL,NULL,NULL,133842,NULL,NULL,NULL,'2026-03-14 17:19:40','2026-03-14 17:19:40','2026-03-14 17:19:40'),
(42366,8,10,NULL,'RN20resume2020final20one202028229.pdf',NULL,'pdf',NULL,NULL,NULL,241256,NULL,NULL,NULL,'2026-03-14 21:12:02','2026-03-14 21:12:02','2026-03-14 21:12:02'),
(42374,8,10,NULL,'Copy-of-Alberta-Pitts.pdf',NULL,'pdf',NULL,NULL,NULL,100440,NULL,NULL,NULL,'2026-03-14 21:42:36','2026-03-14 21:42:36','2026-03-14 21:42:36'),
(42412,8,10,NULL,'Chyna.jpg',NULL,'image',NULL,872,1425,271563,NULL,NULL,NULL,'2026-03-15 01:58:30','2026-03-15 01:58:30','2026-03-15 01:58:30'),
(42491,8,10,NULL,'IMG_0012.jpeg',NULL,'image',NULL,4032,3024,1850122,NULL,NULL,NULL,'2026-03-15 07:50:19','2026-03-15 07:50:19','2026-03-15 07:50:19'),
(42638,8,10,NULL,'Resume_2026-03-15-144207_xcsa.pdf',NULL,'pdf',NULL,NULL,NULL,58453,NULL,NULL,NULL,'2026-03-15 14:42:07','2026-03-15 14:42:07','2026-03-15 14:42:07'),
(42642,8,10,NULL,'Resume-Builder.pdf',NULL,'pdf',NULL,NULL,NULL,98900,NULL,NULL,NULL,'2026-03-15 15:16:38','2026-03-15 15:16:38','2026-03-15 15:16:38'),
(42672,8,10,NULL,'Shanella_Jackson_CNA_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,2903,NULL,NULL,NULL,'2026-03-15 16:32:30','2026-03-15 16:32:30','2026-03-15 16:32:30'),
(42721,8,10,NULL,'Reagan-Bonforte-Resume-26.pdf',NULL,'pdf',NULL,NULL,NULL,124766,NULL,NULL,NULL,'2026-03-15 21:06:01','2026-03-15 21:06:01','2026-03-15 21:06:01'),
(42740,8,10,NULL,'Resume-Compassionate-Front-Desk-Coordinator-Part-Time-2_2026-03-16-001645_qlxl.pdf',NULL,'pdf',NULL,NULL,NULL,64478,NULL,NULL,NULL,'2026-03-16 00:16:45','2026-03-16 00:16:45','2026-03-16 00:16:45'),
(42882,8,10,NULL,'Schrieber-Customer-Service-Sales.pdf',NULL,'pdf',NULL,NULL,NULL,310509,NULL,NULL,NULL,'2026-03-16 10:13:55','2026-03-16 10:13:55','2026-03-16 10:13:55'),
(43029,8,10,NULL,'4061_001.pdf',NULL,'pdf',NULL,NULL,NULL,73971,NULL,NULL,NULL,'2026-03-16 14:40:36','2026-03-16 14:40:36','2026-03-16 14:40:36'),
(43031,8,10,NULL,'Resume_2026-03-16-144119_gmsw.pdf',NULL,'pdf',NULL,NULL,NULL,115144,NULL,NULL,NULL,'2026-03-16 14:41:19','2026-03-16 14:41:19','2026-03-16 14:41:19'),
(43127,8,10,NULL,'Resume_2026-03-16-155419_vtte.pdf',NULL,'pdf',NULL,NULL,NULL,115144,NULL,NULL,NULL,'2026-03-16 15:54:19','2026-03-16 15:54:19','2026-03-16 15:54:19'),
(43147,9,13,1,'Notice-of-Availability.pdf','application/pdf','pdf',NULL,NULL,NULL,616815,NULL,NULL,NULL,'2026-03-16 16:08:00','2026-03-16 16:08:01','2026-03-16 16:08:01'),
(43156,8,10,NULL,'resume-1773678754711_2026-03-16-163417_rncv.pdf',NULL,'pdf',NULL,NULL,NULL,98627,NULL,NULL,NULL,'2026-03-16 16:34:17','2026-03-16 16:34:17','2026-03-16 16:34:17'),
(43171,8,10,NULL,'image.jpg',NULL,'image',NULL,4032,3024,3016118,NULL,NULL,NULL,'2026-03-16 17:40:55','2026-03-16 17:40:55','2026-03-16 17:40:55'),
(43173,8,10,NULL,'image_2026-03-16-174439_dxxs.jpg',NULL,'image',NULL,4032,3024,2916595,NULL,NULL,NULL,'2026-03-16 17:44:39','2026-03-16 17:44:40','2026-03-16 17:44:40'),
(43181,3,3,1,'Glendale_March2026.pdf','application/pdf','pdf',NULL,NULL,NULL,396963,NULL,NULL,NULL,'2026-03-16 18:28:15','2026-03-16 18:28:15','2026-03-16 18:28:15'),
(43184,3,3,1,'Corsica-Hills.pdf','application/pdf','pdf',NULL,NULL,NULL,681793,NULL,NULL,NULL,'2026-03-16 18:29:05','2026-03-16 18:29:05','2026-03-16 18:29:05'),
(43186,3,3,1,'Heritage-March.pdf','application/pdf','pdf',NULL,NULL,NULL,313162,NULL,NULL,NULL,'2026-03-16 18:30:28','2026-03-16 18:30:28','2026-03-16 18:30:28'),
(43192,8,10,NULL,'Resume_2026-03-16-190455_weyr.pdf',NULL,'pdf',NULL,NULL,NULL,92011,NULL,NULL,NULL,'2026-03-16 19:04:55','2026-03-16 19:04:55','2026-03-16 19:04:55'),
(43194,8,10,NULL,'Jeremiah-Johnsons-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,22057,NULL,NULL,NULL,'2026-03-16 19:05:24','2026-03-16 19:05:24','2026-03-16 19:05:24'),
(43212,8,10,NULL,'A.-Barlotta-Resume-copy.png',NULL,'image',NULL,1545,2000,581589,NULL,NULL,NULL,'2026-03-16 20:41:23','2026-03-16 20:41:23','2026-03-16 20:41:23'),
(43215,8,10,NULL,'A.-Barlotta-Resume-copy_2026-03-16-204617_wrrm.png',NULL,'image',NULL,1545,2000,581589,NULL,NULL,NULL,'2026-03-16 20:46:17','2026-03-16 20:46:17','2026-03-16 20:46:17'),
(43217,8,10,NULL,'A.-Barlotta-Resume-copy_2026-03-16-205341_cest.png',NULL,'image',NULL,1545,2000,581589,NULL,NULL,NULL,'2026-03-16 20:53:42','2026-03-16 20:53:42','2026-03-16 20:53:42'),
(43219,8,10,NULL,'A.-Barlotta-Resume-copy_2026-03-16-205658_gclb.png',NULL,'image',NULL,1545,2000,581589,NULL,NULL,NULL,'2026-03-16 20:56:58','2026-03-16 20:56:58','2026-03-16 20:56:58'),
(43222,8,10,NULL,'A.-Barlotta-Resume-copy_2026-03-16-205916_bhob.png',NULL,'image',NULL,1545,2000,581589,NULL,NULL,NULL,'2026-03-16 20:59:17','2026-03-16 20:59:17','2026-03-16 20:59:17'),
(43229,8,10,NULL,'Resume-3.pdf',NULL,'pdf',NULL,NULL,NULL,48139,NULL,NULL,NULL,'2026-03-16 21:53:09','2026-03-16 21:53:09','2026-03-16 21:53:09'),
(43238,8,10,NULL,'IMG_5235.jpeg',NULL,'image',NULL,5712,4284,5992620,NULL,NULL,NULL,'2026-03-16 23:01:57','2026-03-16 23:01:58','2026-03-16 23:01:58'),
(43953,8,10,NULL,'Richard-Mills-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,37970,NULL,NULL,NULL,'2026-03-17 01:21:20','2026-03-17 01:21:20','2026-03-17 01:21:20'),
(43955,8,10,NULL,'Tiana_Lamb_Resume_updated_email.pdf',NULL,'pdf',NULL,NULL,NULL,3989,NULL,NULL,NULL,'2026-03-17 01:23:41','2026-03-17 01:23:41','2026-03-17 01:23:41'),
(43957,8,10,NULL,'Richard-Mills-Resume_2026-03-17-012711_xede.pdf',NULL,'pdf',NULL,NULL,NULL,37970,NULL,NULL,NULL,'2026-03-17 01:27:11','2026-03-17 01:27:11','2026-03-17 01:27:11'),
(44073,8,10,NULL,'Maddie’s-New-Good-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,491282,NULL,NULL,NULL,'2026-03-17 02:10:55','2026-03-17 02:10:55','2026-03-17 02:10:55'),
(44218,8,10,NULL,'resume-1769527085386.pdf',NULL,'pdf',NULL,NULL,NULL,73290,NULL,NULL,NULL,'2026-03-17 07:17:50','2026-03-17 07:17:50','2026-03-17 07:17:50'),
(44315,8,10,NULL,'Derrick-Richey_2026-03-17-114237_kmep.pdf',NULL,'pdf',NULL,NULL,NULL,54258,NULL,NULL,NULL,'2026-03-17 11:42:37','2026-03-17 11:42:37','2026-03-17 11:42:37'),
(44340,8,10,NULL,'Milwaukee-resume.pdf',NULL,'pdf',NULL,NULL,NULL,102643,NULL,NULL,NULL,'2026-03-17 12:22:19','2026-03-17 12:22:19','2026-03-17 12:22:19'),
(44377,8,10,NULL,'antonio-resume.pdf',NULL,'pdf',NULL,NULL,NULL,432613,NULL,NULL,NULL,'2026-03-17 14:50:41','2026-03-17 14:50:41','2026-03-17 14:50:41'),
(44380,8,10,NULL,'RESUME-NEUTRAL.pdf',NULL,'pdf',NULL,NULL,NULL,293515,NULL,NULL,NULL,'2026-03-17 15:12:04','2026-03-17 15:12:04','2026-03-17 15:12:04'),
(44382,8,10,NULL,'Kadian-Brown-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,32617,NULL,NULL,NULL,'2026-03-17 15:41:13','2026-03-17 15:41:13','2026-03-17 15:41:13'),
(44393,8,10,NULL,'IMG_0761.png',NULL,'image',NULL,1170,2532,11871545,NULL,NULL,NULL,'2026-03-17 16:31:31','2026-03-17 16:31:31','2026-03-17 16:31:31'),
(44394,8,10,NULL,'IMG_0760.png',NULL,'image',NULL,1170,2532,1170865,NULL,NULL,NULL,'2026-03-17 16:31:32','2026-03-17 16:31:32','2026-03-17 16:31:32'),
(44404,8,10,NULL,'Saterian_Madison.pdf',NULL,'pdf',NULL,NULL,NULL,55353,NULL,NULL,NULL,'2026-03-17 17:33:36','2026-03-17 17:33:36','2026-03-17 17:33:36'),
(44461,8,10,NULL,'CamScanner-3-17-26-14.44.pdf',NULL,'pdf',NULL,NULL,NULL,1216204,NULL,NULL,NULL,'2026-03-17 18:56:02','2026-03-17 18:56:02','2026-03-17 18:56:02'),
(44533,8,10,NULL,'IMG_6287.jpeg',NULL,'image',NULL,1170,1437,183394,NULL,NULL,NULL,'2026-03-17 19:57:32','2026-03-17 19:57:32','2026-03-17 19:57:32'),
(44550,8,10,NULL,'Hospital-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,81428,NULL,NULL,NULL,'2026-03-17 20:26:21','2026-03-17 20:26:21','2026-03-17 20:26:21'),
(44558,8,10,NULL,'Resume-2_2026-03-17-223355_elim.pdf',NULL,'pdf',NULL,NULL,NULL,72152,NULL,NULL,NULL,'2026-03-17 22:33:55','2026-03-17 22:33:55','2026-03-17 22:33:55'),
(44773,8,10,NULL,'Certificate-22017268.pdf',NULL,'pdf',NULL,NULL,NULL,302711,NULL,NULL,NULL,'2026-03-18 13:35:44','2026-03-18 13:35:44','2026-03-18 13:35:44'),
(44799,8,10,NULL,'IMG_9932.HEIC',NULL,'image',NULL,NULL,NULL,2867551,NULL,NULL,NULL,'2026-03-18 14:09:45','2026-03-18 14:09:45','2026-03-18 14:09:45'),
(44800,8,10,NULL,'IMG_9934.HEIC',NULL,'image',NULL,NULL,NULL,2693013,NULL,NULL,NULL,'2026-03-18 14:09:45','2026-03-18 14:09:45','2026-03-18 14:09:45'),
(44801,8,10,NULL,'IMG_9933.HEIC',NULL,'image',NULL,NULL,NULL,2739886,NULL,NULL,NULL,'2026-03-18 14:09:45','2026-03-18 14:09:45','2026-03-18 14:09:45'),
(44846,8,10,NULL,'IMG-20250714-WA0001_2026-03-18-170124_vjjj.jpg',NULL,'image',NULL,840,1101,42890,NULL,NULL,NULL,'2026-03-18 17:01:24','2026-03-18 17:01:24','2026-03-18 17:01:24'),
(44858,8,10,NULL,'Stefano-resumen-2025.pdf',NULL,'pdf',NULL,NULL,NULL,140167,NULL,NULL,NULL,'2026-03-18 18:56:14','2026-03-18 18:56:14','2026-03-18 18:56:14'),
(44867,8,10,NULL,'Messenger_creation_CA975364-9CFD-4AFD-99F5-76E19F9C3056_2026-03-18-195259_ofid.jpeg',NULL,'image',NULL,945,2048,52948,NULL,NULL,NULL,'2026-03-18 19:52:59','2026-03-18 19:52:59','2026-03-18 19:52:59'),
(44869,8,10,NULL,'IndeedResume_2026-03-18-201249_rwnw.pdf',NULL,'pdf',NULL,NULL,NULL,97194,NULL,NULL,NULL,'2026-03-18 20:12:49','2026-03-18 20:12:49','2026-03-18 20:12:49'),
(44876,8,10,NULL,'Resume-final_2026-03-18-205959_qdwt.pdf',NULL,'pdf',NULL,NULL,NULL,336802,NULL,NULL,NULL,'2026-03-18 20:59:59','2026-03-18 20:59:59','2026-03-18 20:59:59'),
(44885,8,10,NULL,'Resume-2025_2026-03-18-224414_pwbt.pdf',NULL,'pdf',NULL,NULL,NULL,68257,NULL,NULL,NULL,'2026-03-18 22:44:14','2026-03-18 22:44:14','2026-03-18 22:44:14'),
(45609,8,10,NULL,'Myriam_B_Resume.pdf',NULL,'pdf',NULL,NULL,NULL,2713,NULL,NULL,NULL,'2026-03-19 01:18:31','2026-03-19 01:18:31','2026-03-19 01:18:31'),
(47026,8,10,NULL,'Only-resume.pdf',NULL,'pdf',NULL,NULL,NULL,64074,NULL,NULL,NULL,'2026-03-19 03:34:12','2026-03-19 03:34:12','2026-03-19 03:34:12'),
(47303,8,10,NULL,'IMG_6587.pdf',NULL,'pdf',NULL,NULL,NULL,195163,NULL,NULL,NULL,'2026-03-19 10:17:36','2026-03-19 10:17:36','2026-03-19 10:17:36'),
(47314,8,10,NULL,'CNA-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,77674,NULL,NULL,NULL,'2026-03-19 11:30:35','2026-03-19 11:30:35','2026-03-19 11:30:35'),
(47318,8,10,NULL,'Staceys-resume-_240229_155220.pdf',NULL,'pdf',NULL,NULL,NULL,1259159,NULL,NULL,NULL,'2026-03-19 11:53:38','2026-03-19 11:53:38','2026-03-19 11:53:38'),
(47331,8,10,NULL,'Billy-Jack-Perez-Resume-2025.pdf',NULL,'pdf',NULL,NULL,NULL,178446,NULL,NULL,NULL,'2026-03-19 13:43:23','2026-03-19 13:43:23','2026-03-19 13:43:23'),
(47365,6,8,1,'AHA-Heart-Failure-Certification-Badge.png','image/jpeg','image',NULL,800,800,327228,NULL,NULL,NULL,'2026-03-19 17:22:56','2026-03-19 17:05:56','2026-03-19 17:22:56'),
(47386,4,4,1,'Madison-AD-3.jpg','image/jpeg','image',NULL,1080,1080,89210,NULL,NULL,NULL,'2026-03-19 18:46:00','2026-03-19 18:46:00','2026-03-19 18:46:00'),
(47408,8,10,NULL,'IMG_5547.png',NULL,'image',NULL,1545,1999,327119,NULL,NULL,NULL,'2026-03-19 20:14:45','2026-03-19 20:14:45','2026-03-19 20:14:45'),
(47527,8,10,NULL,'IMG_6587_2026-03-20-041609_evsv.pdf',NULL,'pdf',NULL,NULL,NULL,195163,NULL,NULL,NULL,'2026-03-20 04:16:09','2026-03-20 04:16:09','2026-03-20 04:16:09'),
(47717,8,10,NULL,'Resume_2026-03-20-132912_thjo.pdf',NULL,'pdf',NULL,NULL,NULL,56066,NULL,NULL,NULL,'2026-03-20 13:29:12','2026-03-20 13:29:12','2026-03-20 13:29:12'),
(47751,8,10,NULL,'Document-1-2.pdf',NULL,'pdf',NULL,NULL,NULL,116630,NULL,NULL,NULL,'2026-03-20 16:11:18','2026-03-20 16:11:18','2026-03-20 16:11:18'),
(47783,8,10,NULL,'Screenshot_20260320_132711_Drive.jpg',NULL,'image',NULL,1080,2408,602814,NULL,NULL,NULL,'2026-03-20 17:28:29','2026-03-20 17:28:29','2026-03-20 17:28:29'),
(47799,8,10,NULL,'Screenshot_20260320_132711_Drive_2026-03-20-173853_wqal.jpg',NULL,'image',NULL,1080,2408,602814,NULL,NULL,NULL,'2026-03-20 17:38:53','2026-03-20 17:38:53','2026-03-20 17:38:53'),
(47829,8,10,NULL,'Vincent-J.-McDermott-Resume-2026-Activity-Assistant.pdf',NULL,'pdf',NULL,NULL,NULL,106936,NULL,NULL,NULL,'2026-03-20 18:27:20','2026-03-20 18:27:20','2026-03-20 18:27:20'),
(47838,8,10,NULL,'Copy-of-Resume.docx-3.pdf',NULL,'pdf',NULL,NULL,NULL,55130,NULL,NULL,NULL,'2026-03-20 19:03:47','2026-03-20 19:03:47','2026-03-20 19:03:47'),
(47849,8,10,NULL,'AmandaDoughertysResume.docx1.pdf',NULL,'pdf',NULL,NULL,NULL,130483,NULL,NULL,NULL,'2026-03-20 19:44:26','2026-03-20 19:44:26','2026-03-20 19:44:26'),
(47852,8,10,NULL,'resume_2026-03-20-195525_qkze.pdf',NULL,'pdf',NULL,NULL,NULL,180766,NULL,NULL,NULL,'2026-03-20 19:55:25','2026-03-20 19:55:25','2026-03-20 19:55:25'),
(48153,8,10,NULL,'Daniel-Bofah-Resume-2.pdf',NULL,'pdf',NULL,NULL,NULL,191246,NULL,NULL,NULL,'2026-03-21 13:59:27','2026-03-21 13:59:27','2026-03-21 13:59:27'),
(48210,8,10,NULL,'IMG_1324.jpeg',NULL,'image',NULL,763,983,123958,NULL,NULL,NULL,'2026-03-21 15:37:24','2026-03-21 15:37:24','2026-03-21 15:37:24'),
(48211,8,10,NULL,'IMG_1325.jpeg',NULL,'image',NULL,760,980,67977,NULL,NULL,NULL,'2026-03-21 15:37:24','2026-03-21 15:37:24','2026-03-21 15:37:24'),
(48274,8,10,NULL,'Resume_2026-03-21-194621_ezph.pdf',NULL,'pdf',NULL,NULL,NULL,58297,NULL,NULL,NULL,'2026-03-21 19:46:21','2026-03-21 19:46:21','2026-03-21 19:46:21'),
(48544,8,10,NULL,'Resume_2026-03-22-134420_mlld.pdf',NULL,'pdf',NULL,NULL,NULL,71459,NULL,NULL,NULL,'2026-03-22 13:44:20','2026-03-22 13:44:20','2026-03-22 13:44:20'),
(48561,8,10,NULL,'New.resume.pdf',NULL,'pdf',NULL,NULL,NULL,43010,NULL,NULL,NULL,'2026-03-22 14:37:45','2026-03-22 14:37:45','2026-03-22 14:37:45'),
(48670,8,10,NULL,'LATOYA_COLEMAN_Resume_Snagajob-2.pdf',NULL,'pdf',NULL,NULL,NULL,4642,NULL,NULL,NULL,'2026-03-22 18:30:12','2026-03-22 18:30:12','2026-03-22 18:30:12'),
(48680,8,10,NULL,'Resume_2026-03-22-193738_hfat.pdf',NULL,'pdf',NULL,NULL,NULL,54353,NULL,NULL,NULL,'2026-03-22 19:37:38','2026-03-22 19:37:38','2026-03-22 19:37:38'),
(48951,8,10,NULL,'Resume202602241045.pdf',NULL,'pdf',NULL,NULL,NULL,49643,NULL,NULL,NULL,'2026-03-23 12:34:27','2026-03-23 12:34:27','2026-03-23 12:34:27'),
(48973,8,10,NULL,'Resume-1_2026-03-23-141936_ftgh.pdf',NULL,'pdf',NULL,NULL,NULL,75356,NULL,NULL,NULL,'2026-03-23 14:19:36','2026-03-23 14:19:36','2026-03-23 14:19:36'),
(48977,8,10,NULL,'Scanned-Document.pdf',NULL,'pdf',NULL,NULL,NULL,3048860,NULL,NULL,NULL,'2026-03-23 14:44:03','2026-03-23 14:44:03','2026-03-23 14:44:03'),
(49108,8,10,NULL,'Resume-March-2026_2026-03-23-183518_zwhg.pdf',NULL,'pdf',NULL,NULL,NULL,103503,NULL,NULL,NULL,'2026-03-23 18:35:18','2026-03-23 18:35:18','2026-03-23 18:35:18'),
(49149,8,10,NULL,'Resume_2026-03-23-232149_leey.pdf',NULL,'pdf',NULL,NULL,NULL,73568,NULL,NULL,NULL,'2026-03-23 23:21:49','2026-03-23 23:21:49','2026-03-23 23:21:49'),
(49157,8,10,NULL,'Audrianna-Wright-updated-resume.pdf',NULL,'pdf',NULL,NULL,NULL,116053,NULL,NULL,NULL,'2026-03-24 00:07:08','2026-03-24 00:07:08','2026-03-24 00:07:08'),
(49172,8,10,NULL,'Belinda_Courts_Resume-11.pdf',NULL,'pdf',NULL,NULL,NULL,5634,NULL,NULL,NULL,'2026-03-24 01:15:55','2026-03-24 01:15:55','2026-03-24 01:15:55'),
(49176,8,10,NULL,'ZD-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,75567,NULL,NULL,NULL,'2026-03-24 01:52:43','2026-03-24 01:52:43','2026-03-24 01:52:43'),
(49178,8,10,NULL,'ZD-Resume_2026-03-24-015416_uuxt.pdf',NULL,'pdf',NULL,NULL,NULL,75567,NULL,NULL,NULL,'2026-03-24 01:54:16','2026-03-24 01:54:16','2026-03-24 01:54:16'),
(49332,8,10,NULL,'IMG_1105.png',NULL,'image',NULL,1170,2532,614597,NULL,NULL,NULL,'2026-03-24 07:03:08','2026-03-24 07:03:08','2026-03-24 07:03:08'),
(49333,8,10,NULL,'IMG_0871.jpeg',NULL,'image',NULL,4032,3024,8210185,NULL,NULL,NULL,'2026-03-24 07:03:08','2026-03-24 07:03:09','2026-03-24 07:03:09'),
(49426,8,10,NULL,'MARY-NAVARRO.pdf',NULL,'pdf',NULL,NULL,NULL,153593,NULL,NULL,NULL,'2026-03-24 10:38:38','2026-03-24 10:38:38','2026-03-24 10:38:38'),
(49452,8,10,NULL,'Kadian-Brown-Resume_2026-03-24-132101_tvis.pdf',NULL,'pdf',NULL,NULL,NULL,32617,NULL,NULL,NULL,'2026-03-24 13:21:01','2026-03-24 13:21:01','2026-03-24 13:21:01'),
(49488,8,10,NULL,'Michael-Meade-Resume-Behavioral-Health-Careers.pdf',NULL,'pdf',NULL,NULL,NULL,163460,NULL,NULL,NULL,'2026-03-24 15:02:12','2026-03-24 15:02:12','2026-03-24 15:02:12'),
(49515,8,10,NULL,'Resume_2026-03-24-161411_jmrf.pdf',NULL,'pdf',NULL,NULL,NULL,48911,NULL,NULL,NULL,'2026-03-24 16:14:11','2026-03-24 16:14:11','2026-03-24 16:14:11'),
(49521,8,10,NULL,'Resume-Jasmine-Alfaro.pdf',NULL,'pdf',NULL,NULL,NULL,34542,NULL,NULL,NULL,'2026-03-24 16:38:10','2026-03-24 16:38:10','2026-03-24 16:38:10'),
(49523,8,10,NULL,'CBRF-Prescreen-Guide.pdf',NULL,'pdf',NULL,NULL,NULL,2680,NULL,NULL,NULL,'2026-03-24 16:39:56','2026-03-24 16:39:56','2026-03-24 16:39:56'),
(49529,8,10,NULL,'Resume202406260826-1-1.pdf',NULL,'pdf',NULL,NULL,NULL,74274,NULL,NULL,NULL,'2026-03-24 17:57:15','2026-03-24 17:57:15','2026-03-24 17:57:15'),
(49558,8,10,NULL,'Resume-2_2026-03-24-191114_ucfk.pdf',NULL,'pdf',NULL,NULL,NULL,72726,NULL,NULL,NULL,'2026-03-24 19:11:14','2026-03-24 19:11:14','2026-03-24 19:11:14'),
(49561,8,10,NULL,'Resume-2_2026-03-24-191400_kjgb.pdf',NULL,'pdf',NULL,NULL,NULL,72726,NULL,NULL,NULL,'2026-03-24 19:14:00','2026-03-24 19:14:00','2026-03-24 19:14:00'),
(49566,8,10,NULL,'Resume-2_2026-03-24-191621_aueu.pdf',NULL,'pdf',NULL,NULL,NULL,72726,NULL,NULL,NULL,'2026-03-24 19:16:21','2026-03-24 19:16:21','2026-03-24 19:16:21'),
(49618,8,10,NULL,'Resume_2026-03-24-220033_yifo.pdf',NULL,'pdf',NULL,NULL,NULL,76192,NULL,NULL,NULL,'2026-03-24 22:00:33','2026-03-24 22:00:33','2026-03-24 22:00:33'),
(49699,8,10,NULL,'Blank-3.pdf',NULL,'pdf',NULL,NULL,NULL,51720,NULL,NULL,NULL,'2026-03-25 02:45:47','2026-03-25 02:45:47','2026-03-25 02:45:47'),
(49844,8,10,NULL,'Resume-2025-2.pdf',NULL,'pdf',NULL,NULL,NULL,165787,NULL,NULL,NULL,'2026-03-25 12:17:39','2026-03-25 12:17:39','2026-03-25 12:17:39'),
(49963,8,10,NULL,'Resume-2025_2026-03-25-143245_pavs.pdf',NULL,'pdf',NULL,NULL,NULL,165787,NULL,NULL,NULL,'2026-03-25 14:32:45','2026-03-25 14:32:45','2026-03-25 14:32:45'),
(49974,8,10,NULL,'Resume-2025_2026-03-25-143659_hcmz.pdf',NULL,'pdf',NULL,NULL,NULL,165787,NULL,NULL,NULL,'2026-03-25 14:36:59','2026-03-25 14:36:59','2026-03-25 14:36:59'),
(50013,8,10,NULL,'IMG_1367.jpeg',NULL,'image',NULL,1275,1695,197294,NULL,NULL,NULL,'2026-03-25 16:41:36','2026-03-25 16:41:36','2026-03-25 16:41:36'),
(50015,8,10,NULL,'resume-1774456950276.pdf',NULL,'pdf',NULL,NULL,NULL,61208,NULL,NULL,NULL,'2026-03-25 16:55:27','2026-03-25 16:55:27','2026-03-25 16:55:27'),
(50048,8,10,NULL,'Andrea-Napenas-resume-updated.pdf',NULL,'pdf',NULL,NULL,NULL,92082,NULL,NULL,NULL,'2026-03-25 18:13:49','2026-03-25 18:13:49','2026-03-25 18:13:49'),
(50065,8,10,NULL,'UPDATED-RESUME-DOC.pdf',NULL,'pdf',NULL,NULL,NULL,15460,NULL,NULL,NULL,'2026-03-25 18:44:17','2026-03-25 18:44:17','2026-03-25 18:44:17'),
(50141,9,13,1,'DE-Notice-of-Availability-POSTER.pdf','application/pdf','pdf',NULL,NULL,NULL,484357,NULL,NULL,NULL,'2026-03-25 18:51:08','2026-03-25 18:51:08','2026-03-25 18:51:08'),
(50152,9,13,1,'DE-Notice-of-Availability.pdf','application/pdf','pdf',NULL,NULL,NULL,689200,NULL,NULL,NULL,'2026-03-25 18:54:50','2026-03-25 18:54:50','2026-03-25 18:54:50'),
(50175,8,10,NULL,'IMG_4613.png',NULL,'image',NULL,1170,2532,589371,NULL,NULL,NULL,'2026-03-25 18:58:37','2026-03-25 18:58:37','2026-03-25 18:58:37'),
(50180,9,13,1,'IL-Notice-of-Availability.pdf','application/pdf','pdf',NULL,NULL,NULL,582633,NULL,NULL,NULL,'2026-03-25 19:00:38','2026-03-25 19:00:38','2026-03-25 19:00:38'),
(50217,9,13,1,'CT-Notice-of-Availability.pdf','application/pdf','pdf',NULL,NULL,NULL,503841,NULL,NULL,NULL,'2026-03-25 19:19:32','2026-03-25 19:19:32','2026-03-25 19:19:32'),
(50274,9,13,1,'NJ-Notice-of-Availability.pdf','application/pdf','pdf',NULL,NULL,NULL,348359,NULL,NULL,NULL,'2026-03-25 19:33:08','2026-03-25 19:33:08','2026-03-25 19:33:08'),
(50524,9,13,1,'WI-Notice-of-Availability.pdf','application/pdf','pdf',NULL,NULL,NULL,312413,NULL,NULL,NULL,'2026-03-25 19:50:59','2026-03-25 19:50:59','2026-03-25 19:50:59'),
(50592,9,13,1,'MD-Notice-of-Availability.pdf','application/pdf','pdf',NULL,NULL,NULL,235011,NULL,NULL,NULL,'2026-03-25 19:57:27','2026-03-25 19:57:27','2026-03-25 19:57:27'),
(50646,9,13,1,'WV-Notice-of-Availability.pdf','application/pdf','pdf',NULL,NULL,NULL,388446,NULL,NULL,NULL,'2026-03-25 20:02:13','2026-03-25 20:02:13','2026-03-25 20:02:13'),
(50663,9,13,1,'PA-Notice-of-Availability.pdf','application/pdf','pdf',NULL,NULL,NULL,413797,NULL,NULL,NULL,'2026-03-25 20:26:10','2026-03-25 20:26:10','2026-03-25 20:26:10'),
(50749,8,10,NULL,'IMG_3743.jpeg',NULL,'image',NULL,1250,1669,187476,NULL,NULL,NULL,'2026-03-25 22:49:02','2026-03-25 22:49:02','2026-03-25 22:49:02'),
(50764,8,10,NULL,'Resume-2_2026-03-25-232912_hynr.pdf',NULL,'pdf',NULL,NULL,NULL,120749,NULL,NULL,NULL,'2026-03-25 23:29:12','2026-03-25 23:29:12','2026-03-25 23:29:12'),
(50768,8,10,NULL,'Blank.pdf',NULL,'pdf',NULL,NULL,NULL,87430,NULL,NULL,NULL,'2026-03-25 23:41:26','2026-03-25 23:41:26','2026-03-25 23:41:26'),
(50795,8,10,NULL,'Resume_2026-03-26-011418_pkxu.pdf',NULL,'pdf',NULL,NULL,NULL,65068,NULL,NULL,NULL,'2026-03-26 01:14:18','2026-03-26 01:14:18','2026-03-26 01:14:18'),
(50835,8,10,NULL,'IMG_3506.png',NULL,'image',NULL,960,2079,271272,NULL,NULL,NULL,'2026-03-26 03:23:29','2026-03-26 03:23:29','2026-03-26 03:23:29'),
(50840,8,10,NULL,'Screenshot_20260325_224731_Chrome.jpg',NULL,'image',NULL,1080,2340,366652,NULL,NULL,NULL,'2026-03-26 03:38:00','2026-03-26 03:38:00','2026-03-26 03:38:00'),
(50892,8,10,NULL,'Resume-Feb-2026.pdf',NULL,'pdf',NULL,NULL,NULL,61263,NULL,NULL,NULL,'2026-03-26 06:54:05','2026-03-26 06:54:05','2026-03-26 06:54:05'),
(51003,8,10,NULL,'Shanique_Campbell_Resume_UPDATED.pdf',NULL,'pdf',NULL,NULL,NULL,204909,NULL,NULL,NULL,'2026-03-26 12:11:08','2026-03-26 12:11:08','2026-03-26 12:11:08'),
(51015,8,10,NULL,'RESUME-JENN_2026-03-26-125604_jjap.pdf',NULL,'pdf',NULL,NULL,NULL,107122,NULL,NULL,NULL,'2026-03-26 12:56:04','2026-03-26 12:56:04','2026-03-26 12:56:04'),
(51046,8,10,NULL,'Resume_2-1.pdf',NULL,'pdf',NULL,NULL,NULL,41244,NULL,NULL,NULL,'2026-03-26 13:59:38','2026-03-26 13:59:38','2026-03-26 13:59:38'),
(51049,8,10,NULL,'resume_2026-03-26-141812_bofp.pdf',NULL,'pdf',NULL,NULL,NULL,72782,NULL,NULL,NULL,'2026-03-26 14:18:12','2026-03-26 14:18:12','2026-03-26 14:18:12'),
(51174,8,10,NULL,'Parul-D.-Shah-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,594059,NULL,NULL,NULL,'2026-03-26 17:03:48','2026-03-26 17:03:48','2026-03-26 17:03:48'),
(51180,8,10,NULL,'Najiya-Hines-CNA-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,16054,NULL,NULL,NULL,'2026-03-26 17:14:46','2026-03-26 17:14:46','2026-03-26 17:14:46'),
(51220,8,10,NULL,'Najiya-Hines-CNA-Resume_2026-03-26-191938_essa.pdf',NULL,'pdf',NULL,NULL,NULL,16054,NULL,NULL,NULL,'2026-03-26 19:19:38','2026-03-26 19:19:38','2026-03-26 19:19:38'),
(51245,8,10,NULL,'Resume-2025_2026-03-26-202739_dmmu.pdf',NULL,'pdf',NULL,NULL,NULL,165787,NULL,NULL,NULL,'2026-03-26 20:27:39','2026-03-26 20:27:39','2026-03-26 20:27:39'),
(51248,8,10,NULL,'Susan_Hall_Resume_One_Page.pdf',NULL,'pdf',NULL,NULL,NULL,4284,NULL,NULL,NULL,'2026-03-26 20:33:33','2026-03-26 20:33:34','2026-03-26 20:33:34'),
(51409,8,10,NULL,'b6fb009c-a425-430b-8edf-4bfdf421d066.jpeg',NULL,'image',NULL,905,1280,223247,NULL,NULL,NULL,'2026-03-27 05:11:05','2026-03-27 05:11:05','2026-03-27 05:11:05'),
(51671,8,10,NULL,'b6fb009c-a425-430b-8edf-4bfdf421d066_2026-03-27-124652_babj.jpeg',NULL,'image',NULL,905,1280,223247,NULL,NULL,NULL,'2026-03-27 12:46:52','2026-03-27 12:46:52','2026-03-27 12:46:52'),
(51719,8,10,NULL,'Hill-Malik-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,52270,NULL,NULL,NULL,'2026-03-27 14:06:25','2026-03-27 14:06:25','2026-03-27 14:06:25'),
(51793,8,10,NULL,'BAGNOL20RESUME.pdf',NULL,'pdf',NULL,NULL,NULL,173551,NULL,NULL,NULL,'2026-03-27 15:38:17','2026-03-27 15:38:17','2026-03-27 15:38:17'),
(51870,8,10,NULL,'Linda-I.-LaBoy-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,47371,NULL,NULL,NULL,'2026-03-27 18:27:22','2026-03-27 18:27:22','2026-03-27 18:27:22'),
(52078,8,10,NULL,'Resume_2026-03-27-230137_anrk.pdf',NULL,'pdf',NULL,NULL,NULL,50522,NULL,NULL,NULL,'2026-03-27 23:01:37','2026-03-27 23:01:37','2026-03-27 23:01:37'),
(52486,8,10,NULL,'LUMAGUE-TISHA_RESUME-copy.pdf',NULL,'pdf',NULL,NULL,NULL,81571,NULL,NULL,NULL,'2026-03-28 13:29:47','2026-03-28 13:29:47','2026-03-28 13:29:47'),
(52788,8,10,NULL,'Resume-Update.pdf',NULL,'pdf',NULL,NULL,NULL,91117,NULL,NULL,NULL,'2026-03-28 19:50:05','2026-03-28 19:50:05','2026-03-28 19:50:05'),
(52798,8,10,NULL,'Sarah_M_Carey_Resume_ATS.pdf',NULL,'pdf',NULL,NULL,NULL,3462,NULL,NULL,NULL,'2026-03-28 20:03:58','2026-03-28 20:03:58','2026-03-28 20:03:58'),
(52807,8,10,NULL,'IMG_2944.jpeg',NULL,'image',NULL,1277,2195,293821,NULL,NULL,NULL,'2026-03-28 20:21:41','2026-03-28 20:21:41','2026-03-28 20:21:41'),
(52812,8,10,NULL,'Jahnea-Lindsey-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,78304,NULL,NULL,NULL,'2026-03-28 20:56:59','2026-03-28 20:56:59','2026-03-28 20:56:59'),
(52848,8,10,NULL,'Stephen-Vosper-Patient-Accounts-Representative-Resume.pdf',NULL,'pdf',NULL,NULL,NULL,473146,NULL,NULL,NULL,'2026-03-29 01:14:46','2026-03-29 01:14:46','2026-03-29 01:14:46'),
(53017,8,10,NULL,'RESUME_2026-03-29-115212_pwsn.pdf',NULL,'pdf',NULL,NULL,NULL,174449,NULL,NULL,NULL,'2026-03-29 11:52:12','2026-03-29 11:52:12','2026-03-29 11:52:12'),
(53103,8,10,NULL,'Imani_Mansfield_Resume-10.pdf',NULL,'pdf',NULL,NULL,NULL,2739,NULL,NULL,NULL,'2026-03-29 14:20:29','2026-03-29 14:20:29','2026-03-29 14:20:29'),
(53106,8,10,NULL,'Allison-Dwyer-resume-42925-1.pdf',NULL,'pdf',NULL,NULL,NULL,75326,NULL,NULL,NULL,'2026-03-29 14:29:00','2026-03-29 14:29:00','2026-03-29 14:29:00'),
(53114,8,10,NULL,'Allison-Dwyer-resume-42925-1_2026-03-29-143444_onws.pdf',NULL,'pdf',NULL,NULL,NULL,75326,NULL,NULL,NULL,'2026-03-29 14:34:44','2026-03-29 14:34:44','2026-03-29 14:34:44'),
(53166,8,10,NULL,'Resume-Kayla-Arndt.pdf',NULL,'pdf',NULL,NULL,NULL,39450,NULL,NULL,NULL,'2026-03-29 17:09:14','2026-03-29 17:09:14','2026-03-29 17:09:14'),
(53201,8,10,NULL,'AWhitley-Resume.docx.pdf',NULL,'pdf',NULL,NULL,NULL,93344,NULL,NULL,NULL,'2026-03-29 19:07:11','2026-03-29 19:07:11','2026-03-29 19:07:11'),
(53638,8,10,NULL,'IMG_9915.jpeg',NULL,'image',NULL,828,1387,304443,NULL,NULL,NULL,'2026-03-29 21:02:10','2026-03-29 21:02:10','2026-03-29 21:02:10'),
(54063,8,10,NULL,'Resume_EliavSacknovitz.pdf',NULL,'pdf',NULL,NULL,NULL,156278,NULL,NULL,NULL,'2026-03-30 12:40:04','2026-03-30 12:40:04','2026-03-30 12:40:04'),
(54183,8,10,NULL,'KHResumeandCL.pdf',NULL,'pdf',NULL,NULL,NULL,348446,NULL,NULL,NULL,'2026-03-30 15:19:27','2026-03-30 15:19:27','2026-03-30 15:19:27'),
(54278,2,2,1,'CT-Pulmonary-Progress-Flyer.pdf','application/pdf','pdf',NULL,NULL,NULL,1627250,NULL,NULL,NULL,'2026-03-30 18:36:01','2026-03-30 18:36:01','2026-03-30 18:36:01');
/*!40000 ALTER TABLE `assets` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `assets_sites`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `assets_sites` WRITE;
/*!40000 ALTER TABLE `assets_sites` DISABLE KEYS */;
INSERT INTO `assets_sites` VALUES
(136,1,NULL),
(137,1,NULL),
(138,1,NULL),
(285,1,NULL),
(545,1,NULL),
(548,1,NULL),
(612,1,NULL),
(613,1,NULL),
(614,1,NULL),
(632,1,NULL),
(634,1,NULL),
(2516,1,NULL),
(2594,1,NULL),
(2800,1,NULL),
(2803,1,NULL),
(2806,1,NULL),
(2809,1,NULL),
(2855,1,NULL),
(2856,1,NULL),
(2857,1,NULL),
(2858,1,NULL),
(2869,1,NULL),
(2870,1,NULL),
(2871,1,NULL),
(2872,1,NULL),
(2873,1,NULL),
(2874,1,NULL),
(2877,1,NULL),
(2886,1,NULL),
(2887,1,NULL),
(2888,1,NULL),
(2889,1,NULL),
(2890,1,NULL),
(2927,1,NULL),
(2931,1,NULL),
(2933,1,NULL),
(2934,1,NULL),
(2941,1,NULL),
(2968,1,NULL),
(2970,1,NULL),
(3011,1,NULL),
(3017,1,NULL),
(3018,1,NULL),
(3019,1,NULL),
(3020,1,NULL),
(3021,1,NULL),
(3022,1,NULL),
(3023,1,NULL),
(3048,1,NULL),
(3058,1,NULL),
(3084,1,NULL),
(3090,1,NULL),
(3122,1,NULL),
(3137,1,NULL),
(3158,1,NULL),
(3180,1,NULL),
(3221,1,NULL),
(3235,1,NULL),
(3236,1,NULL),
(3237,1,NULL),
(3238,1,NULL),
(3239,1,NULL),
(3240,1,NULL),
(3241,1,NULL),
(3242,1,NULL),
(3243,1,NULL),
(3244,1,NULL),
(3245,1,NULL),
(3246,1,NULL),
(3247,1,NULL),
(3248,1,NULL),
(3249,1,NULL),
(3250,1,NULL),
(3251,1,NULL),
(3252,1,NULL),
(3253,1,NULL),
(3254,1,NULL),
(3276,1,NULL),
(3278,1,NULL),
(3279,1,NULL),
(3280,1,NULL),
(3281,1,NULL),
(3282,1,NULL),
(3283,1,NULL),
(3362,1,NULL),
(3363,1,NULL),
(3364,1,NULL),
(3365,1,NULL),
(3366,1,NULL),
(3367,1,NULL),
(3368,1,NULL),
(3369,1,NULL),
(3370,1,NULL),
(3371,1,NULL),
(3372,1,NULL),
(3373,1,NULL),
(3374,1,NULL),
(3377,1,NULL),
(3416,1,NULL),
(3418,1,NULL),
(3425,1,NULL),
(3467,1,NULL),
(3494,1,NULL),
(3495,1,NULL),
(3498,1,NULL),
(3530,1,NULL),
(3564,1,NULL),
(3594,1,NULL),
(3623,1,NULL),
(3648,1,NULL),
(3689,1,NULL),
(3712,1,NULL),
(3714,1,NULL),
(3722,1,NULL),
(3746,1,NULL),
(3748,1,NULL),
(3761,1,NULL),
(3800,1,NULL),
(3802,1,NULL),
(3808,1,NULL),
(3856,1,NULL),
(3858,1,NULL),
(3865,1,NULL),
(3896,1,NULL),
(3918,1,NULL),
(3920,1,NULL),
(3927,1,NULL),
(3954,1,NULL),
(3959,1,NULL),
(3981,1,NULL),
(3986,1,NULL),
(4008,1,NULL),
(4010,1,NULL),
(4017,1,NULL),
(4018,1,NULL),
(4020,1,NULL),
(4069,1,NULL),
(4080,1,NULL),
(4083,1,NULL),
(4105,1,NULL),
(4138,1,NULL),
(4141,1,NULL),
(4142,1,NULL),
(4150,1,NULL),
(4172,1,NULL),
(4181,1,NULL),
(4207,1,NULL),
(4208,1,NULL),
(4223,1,NULL),
(4246,1,NULL),
(4276,1,NULL),
(4282,1,NULL),
(4322,1,NULL),
(4349,1,NULL),
(4358,1,NULL),
(4385,1,NULL),
(4414,1,NULL),
(4440,1,NULL),
(4466,1,NULL),
(4497,1,NULL),
(4518,1,NULL),
(4519,1,NULL),
(4526,1,NULL),
(4554,1,NULL),
(4562,1,NULL),
(4579,1,NULL),
(4602,1,NULL),
(4610,1,NULL),
(4620,1,NULL),
(4639,1,NULL),
(4786,1,NULL),
(4806,1,NULL),
(4807,1,NULL),
(4808,1,NULL),
(4809,1,NULL),
(4810,1,NULL),
(4811,1,NULL),
(4815,1,NULL),
(4821,1,NULL),
(4822,1,NULL),
(4823,1,NULL),
(4824,1,NULL),
(4826,1,NULL),
(4827,1,NULL),
(4828,1,NULL),
(4829,1,NULL),
(4834,1,NULL),
(4835,1,NULL),
(4836,1,NULL),
(4837,1,NULL),
(4838,1,NULL),
(4841,1,NULL),
(4842,1,NULL),
(4843,1,NULL),
(4844,1,NULL),
(4845,1,NULL),
(4846,1,NULL),
(4861,1,NULL),
(4879,1,NULL),
(4880,1,NULL),
(4881,1,NULL),
(4882,1,NULL),
(4883,1,NULL),
(4884,1,NULL),
(4885,1,NULL),
(4886,1,NULL),
(4887,1,NULL),
(4888,1,NULL),
(4900,1,NULL),
(4902,1,NULL),
(4909,1,NULL),
(4910,1,NULL),
(4911,1,NULL),
(4914,1,NULL),
(4920,1,NULL),
(4921,1,NULL),
(4922,1,NULL),
(4923,1,NULL),
(4924,1,NULL),
(4927,1,NULL),
(4929,1,NULL),
(4930,1,NULL),
(4931,1,NULL),
(4932,1,NULL),
(4933,1,NULL),
(4934,1,NULL),
(4935,1,NULL),
(4944,1,NULL),
(4951,1,NULL),
(4955,1,NULL),
(4956,1,NULL),
(4957,1,NULL),
(4962,1,NULL),
(4973,1,NULL),
(4991,1,NULL),
(4992,1,NULL),
(4993,1,NULL),
(4994,1,NULL),
(4995,1,NULL),
(4996,1,NULL),
(4997,1,NULL),
(5001,1,NULL),
(5003,1,NULL),
(5013,1,NULL),
(5033,1,NULL),
(5034,1,NULL),
(5035,1,NULL),
(5036,1,NULL),
(5037,1,NULL),
(5038,1,NULL),
(5039,1,NULL),
(5040,1,NULL),
(5042,1,NULL),
(5055,1,NULL),
(5056,1,NULL),
(5057,1,NULL),
(5058,1,NULL),
(5067,1,NULL),
(5068,1,NULL),
(5069,1,NULL),
(5084,1,NULL),
(5085,1,NULL),
(5086,1,NULL),
(5087,1,NULL),
(5088,1,NULL),
(5095,1,NULL),
(5096,1,NULL),
(5097,1,NULL),
(5098,1,NULL),
(5105,1,NULL),
(5106,1,NULL),
(5107,1,NULL),
(5108,1,NULL),
(5109,1,NULL),
(5110,1,NULL),
(5111,1,NULL),
(5112,1,NULL),
(5122,1,NULL),
(5123,1,NULL),
(5124,1,NULL),
(5125,1,NULL),
(5127,1,NULL),
(5128,1,NULL),
(5129,1,NULL),
(5130,1,NULL),
(5131,1,NULL),
(5140,1,NULL),
(5146,1,NULL),
(5147,1,NULL),
(5148,1,NULL),
(5149,1,NULL),
(5150,1,NULL),
(5151,1,NULL),
(5152,1,NULL),
(5153,1,NULL),
(5156,1,NULL),
(5158,1,NULL),
(5185,1,NULL),
(5186,1,NULL),
(5187,1,NULL),
(5188,1,NULL),
(5189,1,NULL),
(5190,1,NULL),
(5191,1,NULL),
(5213,1,NULL),
(5233,1,NULL),
(5234,1,NULL),
(5235,1,NULL),
(5236,1,NULL),
(5237,1,NULL),
(5238,1,NULL),
(5239,1,NULL),
(5241,1,NULL),
(5244,1,NULL),
(5253,1,NULL),
(5254,1,NULL),
(5255,1,NULL),
(5256,1,NULL),
(5257,1,NULL),
(5258,1,NULL),
(5277,1,NULL),
(5278,1,NULL),
(5279,1,NULL),
(5280,1,NULL),
(5281,1,NULL),
(5282,1,NULL),
(5292,1,NULL),
(5293,1,NULL),
(5294,1,NULL),
(5680,1,NULL),
(5696,1,NULL),
(5701,1,NULL),
(5709,1,NULL),
(5719,1,NULL),
(5724,1,NULL),
(5730,1,NULL),
(5744,1,NULL),
(5749,1,NULL),
(5755,1,NULL),
(5761,1,NULL),
(5767,1,NULL),
(5773,1,NULL),
(5779,1,NULL),
(5785,1,NULL),
(5791,1,NULL),
(5797,1,NULL),
(5803,1,NULL),
(5809,1,NULL),
(5815,1,NULL),
(5821,1,NULL),
(5827,1,NULL),
(5833,1,NULL),
(5839,1,NULL),
(5845,1,NULL),
(5851,1,NULL),
(5857,1,NULL),
(5863,1,NULL),
(5869,1,NULL),
(5875,1,NULL),
(5881,1,NULL),
(5887,1,NULL),
(5893,1,NULL),
(5899,1,NULL),
(5905,1,NULL),
(5911,1,NULL),
(5917,1,NULL),
(5923,1,NULL),
(5929,1,NULL),
(5935,1,NULL),
(5941,1,NULL),
(5947,1,NULL),
(5953,1,NULL),
(5959,1,NULL),
(5965,1,NULL),
(5971,1,NULL),
(5977,1,NULL),
(5982,1,NULL),
(5987,1,NULL),
(5994,1,NULL),
(6000,1,NULL),
(6006,1,NULL),
(6013,1,NULL),
(6020,1,NULL),
(6026,1,NULL),
(6033,1,NULL),
(6039,1,NULL),
(6045,1,NULL),
(6064,1,NULL),
(6065,1,NULL),
(6074,1,NULL),
(6081,1,NULL),
(6082,1,NULL),
(6090,1,NULL),
(6093,1,NULL),
(6099,1,NULL),
(6105,1,NULL),
(6112,1,NULL),
(6128,1,NULL),
(6130,1,NULL),
(6137,1,NULL),
(6143,1,NULL),
(6156,1,NULL),
(6165,1,NULL),
(6167,1,NULL),
(6173,1,NULL),
(6175,1,NULL),
(6183,1,NULL),
(6185,1,NULL),
(6191,1,NULL),
(6214,1,NULL),
(6216,1,NULL),
(6224,1,NULL),
(6255,1,NULL),
(6258,1,NULL),
(6265,1,NULL),
(6270,1,NULL),
(6279,1,NULL),
(6281,1,NULL),
(6287,1,NULL),
(6292,1,NULL),
(6294,1,NULL),
(6330,1,NULL),
(6341,1,NULL),
(6343,1,NULL),
(6363,1,NULL),
(6422,1,NULL),
(6434,1,NULL),
(6460,1,NULL),
(6519,1,NULL),
(6525,1,NULL),
(6526,1,NULL),
(6527,1,NULL),
(6528,1,NULL),
(6529,1,NULL),
(6530,1,NULL),
(6533,1,NULL),
(6542,1,NULL),
(6548,1,NULL),
(6557,1,NULL),
(6598,1,NULL),
(6600,1,NULL),
(6601,1,NULL),
(6602,1,NULL),
(6608,1,NULL),
(6614,1,NULL),
(6620,1,NULL),
(6629,1,NULL),
(6635,1,NULL),
(6636,1,NULL),
(6637,1,NULL),
(6638,1,NULL),
(6639,1,NULL),
(6640,1,NULL),
(6641,1,NULL),
(6659,1,NULL),
(6680,1,NULL),
(6681,1,NULL),
(6682,1,NULL),
(6683,1,NULL),
(6684,1,NULL),
(6685,1,NULL),
(6741,1,NULL),
(6759,1,NULL),
(6760,1,NULL),
(6761,1,NULL),
(6762,1,NULL),
(6763,1,NULL),
(6764,1,NULL),
(6765,1,NULL),
(6766,1,NULL),
(6767,1,NULL),
(6772,1,NULL),
(6792,1,NULL),
(6793,1,NULL),
(6794,1,NULL),
(6795,1,NULL),
(6796,1,NULL),
(6797,1,NULL),
(6814,1,NULL),
(6820,1,NULL),
(6844,1,NULL),
(6852,1,NULL),
(6860,1,NULL),
(6864,1,NULL),
(6867,1,NULL),
(6872,1,NULL),
(6882,1,NULL),
(6919,1,NULL),
(6922,1,NULL),
(6925,1,NULL),
(6927,1,NULL),
(6931,1,NULL),
(6949,1,NULL),
(6954,1,NULL),
(6964,1,NULL),
(6971,1,NULL),
(6986,1,NULL),
(6991,1,NULL),
(7013,1,NULL),
(7020,1,NULL),
(7038,1,NULL),
(7042,1,NULL),
(7068,1,NULL),
(7084,1,NULL),
(7096,1,NULL),
(7126,1,NULL),
(7140,1,NULL),
(7151,1,NULL),
(7288,1,NULL),
(7291,1,NULL),
(7299,1,NULL),
(7307,1,NULL),
(7310,1,NULL),
(7314,1,NULL),
(7320,1,NULL),
(7324,1,NULL),
(7328,1,NULL),
(7356,1,NULL),
(7359,1,NULL),
(7365,1,NULL),
(7700,1,NULL),
(7707,1,NULL),
(7722,1,NULL),
(7732,1,NULL),
(7739,1,NULL),
(7740,1,NULL),
(7741,1,NULL),
(7772,1,NULL),
(7778,1,NULL),
(7779,1,NULL),
(7780,1,NULL),
(7781,1,NULL),
(7782,1,NULL),
(7783,1,NULL),
(7784,1,NULL),
(7785,1,NULL),
(7791,1,NULL),
(7818,1,NULL),
(7826,1,NULL),
(7827,1,NULL),
(7828,1,NULL),
(7829,1,NULL),
(7830,1,NULL),
(7831,1,NULL),
(7832,1,NULL),
(7833,1,NULL),
(7838,1,NULL),
(7839,1,NULL),
(7840,1,NULL),
(7841,1,NULL),
(7842,1,NULL),
(7847,1,NULL),
(7850,1,NULL),
(7851,1,NULL),
(7852,1,NULL),
(7853,1,NULL),
(7858,1,NULL),
(7859,1,NULL),
(7860,1,NULL),
(7861,1,NULL),
(7862,1,NULL),
(7863,1,NULL),
(7864,1,NULL),
(7868,1,NULL),
(7869,1,NULL),
(7870,1,NULL),
(7871,1,NULL),
(7872,1,NULL),
(7873,1,NULL),
(7874,1,NULL),
(7881,1,NULL),
(7882,1,NULL),
(7883,1,NULL),
(7884,1,NULL),
(7885,1,NULL),
(7886,1,NULL),
(7891,1,NULL),
(7892,1,NULL),
(7893,1,NULL),
(7894,1,NULL),
(7901,1,NULL),
(7908,1,NULL),
(7909,1,NULL),
(7910,1,NULL),
(7911,1,NULL),
(7920,1,NULL),
(7921,1,NULL),
(7922,1,NULL),
(7923,1,NULL),
(7924,1,NULL),
(7925,1,NULL),
(7926,1,NULL),
(7927,1,NULL),
(7928,1,NULL),
(7937,1,NULL),
(7938,1,NULL),
(7939,1,NULL),
(7940,1,NULL),
(7941,1,NULL),
(7950,1,NULL),
(7951,1,NULL),
(7952,1,NULL),
(7953,1,NULL),
(7954,1,NULL),
(7955,1,NULL),
(7956,1,NULL),
(7957,1,NULL),
(7998,1,NULL),
(8017,1,NULL),
(8024,1,NULL),
(8025,1,NULL),
(8026,1,NULL),
(8027,1,NULL),
(8032,1,NULL),
(8033,1,NULL),
(8034,1,NULL),
(8035,1,NULL),
(8036,1,NULL),
(8051,1,NULL),
(8052,1,NULL),
(8053,1,NULL),
(8054,1,NULL),
(8060,1,NULL),
(8061,1,NULL),
(8062,1,NULL),
(8063,1,NULL),
(8064,1,NULL),
(8079,1,NULL),
(8080,1,NULL),
(8081,1,NULL),
(8082,1,NULL),
(8085,1,NULL),
(8086,1,NULL),
(8087,1,NULL),
(8092,1,NULL),
(8093,1,NULL),
(8094,1,NULL),
(8095,1,NULL),
(8104,1,NULL),
(8105,1,NULL),
(8106,1,NULL),
(8107,1,NULL),
(8108,1,NULL),
(8117,1,NULL),
(8118,1,NULL),
(8119,1,NULL),
(8120,1,NULL),
(8131,1,NULL),
(8132,1,NULL),
(8133,1,NULL),
(8134,1,NULL),
(8135,1,NULL),
(8136,1,NULL),
(8141,1,NULL),
(8142,1,NULL),
(8162,1,NULL),
(8163,1,NULL),
(8164,1,NULL),
(8165,1,NULL),
(8174,1,NULL),
(8175,1,NULL),
(8176,1,NULL),
(8177,1,NULL),
(8178,1,NULL),
(8194,1,NULL),
(8208,1,NULL),
(8211,1,NULL),
(8212,1,NULL),
(8213,1,NULL),
(8214,1,NULL),
(8215,1,NULL),
(8216,1,NULL),
(8217,1,NULL),
(8218,1,NULL),
(8227,1,NULL),
(8600,1,NULL),
(8601,1,NULL),
(8602,1,NULL),
(8603,1,NULL),
(8604,1,NULL),
(8605,1,NULL),
(8623,1,NULL),
(8676,1,NULL),
(8677,1,NULL),
(8704,1,NULL),
(8733,1,NULL),
(8740,1,NULL),
(8744,1,NULL),
(8745,1,NULL),
(8746,1,NULL),
(8747,1,NULL),
(8748,1,NULL),
(8749,1,NULL),
(8750,1,NULL),
(8751,1,NULL),
(8752,1,NULL),
(8753,1,NULL),
(8754,1,NULL),
(8759,1,NULL),
(8764,1,NULL),
(8769,1,NULL),
(8774,1,NULL),
(8779,1,NULL),
(8780,1,NULL),
(8781,1,NULL),
(8782,1,NULL),
(8783,1,NULL),
(8784,1,NULL),
(8785,1,NULL),
(8786,1,NULL),
(8795,1,NULL),
(8796,1,NULL),
(8797,1,NULL),
(8798,1,NULL),
(8799,1,NULL),
(8800,1,NULL),
(8801,1,NULL),
(8802,1,NULL),
(8803,1,NULL),
(8804,1,NULL),
(8805,1,NULL),
(8806,1,NULL),
(8807,1,NULL),
(8808,1,NULL),
(8810,1,NULL),
(8829,1,NULL),
(8830,1,NULL),
(8831,1,NULL),
(8832,1,NULL),
(8833,1,NULL),
(8834,1,NULL),
(8835,1,NULL),
(8836,1,NULL),
(8837,1,NULL),
(8862,1,NULL),
(8864,1,NULL),
(8865,1,NULL),
(8866,1,NULL),
(8867,1,NULL),
(8868,1,NULL),
(8869,1,NULL),
(8871,1,NULL),
(8888,1,NULL),
(8889,1,NULL),
(8918,1,NULL),
(8919,1,NULL),
(8920,1,NULL),
(8923,1,NULL),
(8924,1,NULL),
(8925,1,NULL),
(8926,1,NULL),
(8927,1,NULL),
(8928,1,NULL),
(8929,1,NULL),
(8930,1,NULL),
(8931,1,NULL),
(8932,1,NULL),
(8933,1,NULL),
(8934,1,NULL),
(8935,1,NULL),
(8936,1,NULL),
(8953,1,NULL),
(8954,1,NULL),
(8955,1,NULL),
(8956,1,NULL),
(8957,1,NULL),
(8958,1,NULL),
(8959,1,NULL),
(8968,1,NULL),
(8969,1,NULL),
(8970,1,NULL),
(8971,1,NULL),
(8972,1,NULL),
(8973,1,NULL),
(8974,1,NULL),
(8980,1,NULL),
(8981,1,NULL),
(8982,1,NULL),
(8983,1,NULL),
(8984,1,NULL),
(9008,1,NULL),
(9011,1,NULL),
(9012,1,NULL),
(9013,1,NULL),
(9014,1,NULL),
(9015,1,NULL),
(9016,1,NULL),
(9017,1,NULL),
(9018,1,NULL),
(9025,1,NULL),
(9028,1,NULL),
(9029,1,NULL),
(9030,1,NULL),
(9031,1,NULL),
(9032,1,NULL),
(9033,1,NULL),
(9038,1,NULL),
(9041,1,NULL),
(9042,1,NULL),
(9043,1,NULL),
(9044,1,NULL),
(9045,1,NULL),
(9046,1,NULL),
(9051,1,NULL),
(9056,1,NULL),
(9059,1,NULL),
(9060,1,NULL),
(9061,1,NULL),
(9062,1,NULL),
(9063,1,NULL),
(9068,1,NULL),
(9071,1,NULL),
(9072,1,NULL),
(9073,1,NULL),
(9074,1,NULL),
(9075,1,NULL),
(9080,1,NULL),
(9083,1,NULL),
(9084,1,NULL),
(9085,1,NULL),
(9086,1,NULL),
(9087,1,NULL),
(9088,1,NULL),
(9095,1,NULL),
(9100,1,NULL),
(9101,1,NULL),
(9102,1,NULL),
(9103,1,NULL),
(9104,1,NULL),
(9105,1,NULL),
(9139,1,NULL),
(9144,1,NULL),
(9145,1,NULL),
(9146,1,NULL),
(9147,1,NULL),
(9148,1,NULL),
(9149,1,NULL),
(9150,1,NULL),
(9155,1,NULL),
(9160,1,NULL),
(9161,1,NULL),
(9162,1,NULL),
(9163,1,NULL),
(9164,1,NULL),
(9165,1,NULL),
(9172,1,NULL),
(9181,1,NULL),
(9184,1,NULL),
(9185,1,NULL),
(9186,1,NULL),
(9187,1,NULL),
(9188,1,NULL),
(9189,1,NULL),
(9190,1,NULL),
(9191,1,NULL),
(9192,1,NULL),
(9193,1,NULL),
(9204,1,NULL),
(9207,1,NULL),
(9208,1,NULL),
(9209,1,NULL),
(9210,1,NULL),
(9211,1,NULL),
(9212,1,NULL),
(9213,1,NULL),
(9219,1,NULL),
(9222,1,NULL),
(9223,1,NULL),
(9224,1,NULL),
(9225,1,NULL),
(9226,1,NULL),
(9238,1,NULL),
(9244,1,NULL),
(9245,1,NULL),
(9246,1,NULL),
(9247,1,NULL),
(9248,1,NULL),
(9249,1,NULL),
(9250,1,NULL),
(9255,1,NULL),
(9258,1,NULL),
(9259,1,NULL),
(9260,1,NULL),
(9261,1,NULL),
(9286,1,NULL),
(9289,1,NULL),
(9290,1,NULL),
(9291,1,NULL),
(9292,1,NULL),
(9293,1,NULL),
(9294,1,NULL),
(9309,1,NULL),
(9312,1,NULL),
(9313,1,NULL),
(9314,1,NULL),
(9319,1,NULL),
(9320,1,NULL),
(9321,1,NULL),
(9322,1,NULL),
(9323,1,NULL),
(9328,1,NULL),
(9331,1,NULL),
(9332,1,NULL),
(9333,1,NULL),
(9334,1,NULL),
(9335,1,NULL),
(9336,1,NULL),
(9354,1,NULL),
(9415,1,NULL),
(9420,1,NULL),
(9423,1,NULL),
(9424,1,NULL),
(9425,1,NULL),
(9426,1,NULL),
(9427,1,NULL),
(9453,1,NULL),
(9466,1,NULL),
(9469,1,NULL),
(9470,1,NULL),
(9471,1,NULL),
(9518,1,NULL),
(9519,1,NULL),
(9520,1,NULL),
(9524,1,NULL),
(9529,1,NULL),
(9530,1,NULL),
(9531,1,NULL),
(9535,1,NULL),
(9540,1,NULL),
(9543,1,NULL),
(9546,1,NULL),
(9553,1,NULL),
(9556,1,NULL),
(9559,1,NULL),
(9589,1,NULL),
(9592,1,NULL),
(9622,1,NULL),
(9623,1,NULL),
(9624,1,NULL),
(9625,1,NULL),
(9626,1,NULL),
(9627,1,NULL),
(9628,1,NULL),
(9629,1,NULL),
(9630,1,NULL),
(9631,1,NULL),
(9632,1,NULL),
(9633,1,NULL),
(9641,1,NULL),
(9663,1,NULL),
(9664,1,NULL),
(9666,1,NULL),
(9669,1,NULL),
(9672,1,NULL),
(9675,1,NULL),
(9677,1,NULL),
(9680,1,NULL),
(9685,1,NULL),
(9686,1,NULL),
(9687,1,NULL),
(9688,1,NULL),
(9689,1,NULL),
(9690,1,NULL),
(9691,1,NULL),
(9692,1,NULL),
(9693,1,NULL),
(9694,1,NULL),
(9698,1,NULL),
(9701,1,NULL),
(9704,1,NULL),
(9707,1,NULL),
(9710,1,NULL),
(9714,1,NULL),
(9717,1,NULL),
(9720,1,NULL),
(9725,1,NULL),
(9728,1,NULL),
(9733,1,NULL),
(9736,1,NULL),
(9749,1,NULL),
(9800,1,NULL),
(9803,1,NULL),
(9804,1,NULL),
(9805,1,NULL),
(9806,1,NULL),
(9807,1,NULL),
(9808,1,NULL),
(9809,1,NULL),
(9811,1,NULL),
(9812,1,NULL),
(9813,1,NULL),
(9839,1,NULL),
(9843,1,NULL),
(9846,1,NULL),
(9852,1,NULL),
(9859,1,NULL),
(9860,1,NULL),
(9861,1,NULL),
(9862,1,NULL),
(9864,1,NULL),
(9865,1,NULL),
(9866,1,NULL),
(9868,1,NULL),
(9869,1,NULL),
(9870,1,NULL),
(9871,1,NULL),
(9872,1,NULL),
(9873,1,NULL),
(9874,1,NULL),
(9876,1,NULL),
(9901,1,NULL),
(9903,1,NULL),
(9904,1,NULL),
(9905,1,NULL),
(9906,1,NULL),
(9907,1,NULL),
(9908,1,NULL),
(9909,1,NULL),
(9910,1,NULL),
(9911,1,NULL),
(9912,1,NULL),
(9913,1,NULL),
(9914,1,NULL),
(9915,1,NULL),
(9947,1,NULL),
(9949,1,NULL),
(9950,1,NULL),
(9951,1,NULL),
(9952,1,NULL),
(9953,1,NULL),
(9954,1,NULL),
(9956,1,NULL),
(9957,1,NULL),
(9958,1,NULL),
(9959,1,NULL),
(9960,1,NULL),
(9962,1,NULL),
(9971,1,NULL),
(9972,1,NULL),
(9973,1,NULL),
(9989,1,NULL),
(9994,1,NULL),
(9997,1,NULL),
(10000,1,NULL),
(10004,1,NULL),
(10005,1,NULL),
(10006,1,NULL),
(10007,1,NULL),
(10009,1,NULL),
(10010,1,NULL),
(10012,1,NULL),
(10013,1,NULL),
(10014,1,NULL),
(10015,1,NULL),
(10016,1,NULL),
(10018,1,NULL),
(10019,1,NULL),
(10020,1,NULL),
(10041,1,NULL),
(10042,1,NULL),
(10043,1,NULL),
(10044,1,NULL),
(10045,1,NULL),
(10046,1,NULL),
(10047,1,NULL),
(10048,1,NULL),
(10049,1,NULL),
(10050,1,NULL),
(10051,1,NULL),
(10052,1,NULL),
(10053,1,NULL),
(10054,1,NULL),
(10055,1,NULL),
(10056,1,NULL),
(10057,1,NULL),
(10058,1,NULL),
(10059,1,NULL),
(10060,1,NULL),
(10061,1,NULL),
(10062,1,NULL),
(10069,1,NULL),
(10070,1,NULL),
(10071,1,NULL),
(10072,1,NULL),
(10073,1,NULL),
(10074,1,NULL),
(10075,1,NULL),
(10076,1,NULL),
(10077,1,NULL),
(10078,1,NULL),
(10079,1,NULL),
(10080,1,NULL),
(10083,1,NULL),
(10084,1,NULL),
(10085,1,NULL),
(10086,1,NULL),
(10087,1,NULL),
(10088,1,NULL),
(10089,1,NULL),
(10090,1,NULL),
(10094,1,NULL),
(10097,1,NULL),
(10098,1,NULL),
(10099,1,NULL),
(10100,1,NULL),
(10101,1,NULL),
(10102,1,NULL),
(10152,1,NULL),
(10209,1,NULL),
(10210,1,NULL),
(10213,1,NULL),
(10216,1,NULL),
(10219,1,NULL),
(10220,1,NULL),
(10221,1,NULL),
(10222,1,NULL),
(10223,1,NULL),
(10224,1,NULL),
(10225,1,NULL),
(10226,1,NULL),
(10227,1,NULL),
(10228,1,NULL),
(10229,1,NULL),
(10230,1,NULL),
(10231,1,NULL),
(10232,1,NULL),
(10233,1,NULL),
(10234,1,NULL),
(10235,1,NULL),
(10236,1,NULL),
(10237,1,NULL),
(10238,1,NULL),
(10239,1,NULL),
(10240,1,NULL),
(10247,1,NULL),
(10248,1,NULL),
(10249,1,NULL),
(10250,1,NULL),
(10251,1,NULL),
(10252,1,NULL),
(10426,1,NULL),
(10428,1,NULL),
(10430,1,NULL),
(10431,1,NULL),
(10437,1,NULL),
(10460,1,NULL),
(10463,1,NULL),
(10466,1,NULL),
(10469,1,NULL),
(10474,1,NULL),
(10477,1,NULL),
(10478,1,NULL),
(10480,1,NULL),
(10483,1,NULL),
(10486,1,NULL),
(10489,1,NULL),
(10492,1,NULL),
(10495,1,NULL),
(10498,1,NULL),
(10501,1,NULL),
(10504,1,NULL),
(10507,1,NULL),
(10510,1,NULL),
(10513,1,NULL),
(10517,1,NULL),
(10523,1,NULL),
(10526,1,NULL),
(10529,1,NULL),
(10532,1,NULL),
(10535,1,NULL),
(10538,1,NULL),
(10543,1,NULL),
(10546,1,NULL),
(10549,1,NULL),
(10553,1,NULL),
(10557,1,NULL),
(10560,1,NULL),
(10563,1,NULL),
(10575,1,NULL),
(11003,1,NULL),
(11004,1,NULL),
(11425,1,NULL),
(11474,1,NULL),
(11479,1,NULL),
(11484,1,NULL),
(11491,1,NULL),
(11504,1,NULL),
(11512,1,NULL),
(11529,1,NULL),
(11598,1,NULL),
(11615,1,NULL),
(11621,1,NULL),
(11632,1,NULL),
(11639,1,NULL),
(11648,1,NULL),
(11655,1,NULL),
(11661,1,NULL),
(11674,1,NULL),
(11701,1,NULL),
(11715,1,NULL),
(11724,1,NULL),
(11736,1,NULL),
(11750,1,NULL),
(11769,1,NULL),
(11800,1,NULL),
(11819,1,NULL),
(11824,1,NULL),
(11875,1,NULL),
(11917,1,NULL),
(11978,1,NULL),
(12109,1,NULL),
(12124,1,NULL),
(12247,1,NULL),
(12250,1,NULL),
(12251,1,NULL),
(12256,1,NULL),
(12269,1,NULL),
(12275,1,NULL),
(12278,1,NULL),
(12281,1,NULL),
(12285,1,NULL),
(12288,1,NULL),
(12289,1,NULL),
(12293,1,NULL),
(12297,1,NULL),
(12303,1,NULL),
(12306,1,NULL),
(12308,1,NULL),
(12315,1,NULL),
(12321,1,NULL),
(12324,1,NULL),
(12331,1,NULL),
(12333,1,NULL),
(12339,1,NULL),
(12342,1,NULL),
(12344,1,NULL),
(12352,1,NULL),
(12355,1,NULL),
(12358,1,NULL),
(12360,1,NULL),
(12362,1,NULL),
(12368,1,NULL),
(12370,1,NULL),
(12374,1,NULL),
(12380,1,NULL),
(12386,1,NULL),
(12389,1,NULL),
(12391,1,NULL),
(12395,1,NULL),
(12398,1,NULL),
(12403,1,NULL),
(12405,1,NULL),
(12408,1,NULL),
(12413,1,NULL),
(12418,1,NULL),
(12421,1,NULL),
(12425,1,NULL),
(12428,1,NULL),
(12431,1,NULL),
(12437,1,NULL),
(12446,1,NULL),
(12449,1,NULL),
(12453,1,NULL),
(12455,1,NULL),
(12458,1,NULL),
(12461,1,NULL),
(12467,1,NULL),
(12470,1,NULL),
(12474,1,NULL),
(12482,1,NULL),
(12489,1,NULL),
(12494,1,NULL),
(12534,1,NULL),
(12644,1,NULL),
(12656,1,NULL),
(12660,1,NULL),
(12679,1,NULL),
(12687,1,NULL),
(12705,1,NULL),
(12709,1,NULL),
(12713,1,NULL),
(12715,1,NULL),
(12727,1,NULL),
(14444,1,NULL),
(14458,1,NULL),
(14469,1,NULL),
(14494,1,NULL),
(14506,1,NULL),
(14533,1,NULL),
(14550,1,NULL),
(14567,1,NULL),
(14584,1,NULL),
(14586,1,NULL),
(14595,1,NULL),
(14598,1,NULL),
(14601,1,NULL),
(14613,1,NULL),
(14619,1,NULL),
(14717,1,NULL),
(14793,1,NULL),
(14795,1,NULL),
(14873,1,NULL),
(14902,1,NULL),
(14938,1,NULL),
(14954,1,NULL),
(14958,1,NULL),
(14963,1,NULL),
(14967,1,NULL),
(14970,1,NULL),
(14975,1,NULL),
(14983,1,NULL),
(14999,1,NULL),
(15002,1,NULL),
(15005,1,NULL),
(15008,1,NULL),
(15011,1,NULL),
(15014,1,NULL),
(15017,1,NULL),
(15019,1,NULL),
(15023,1,NULL),
(15026,1,NULL),
(15085,1,NULL),
(15316,1,NULL),
(15319,1,NULL),
(15327,1,NULL),
(15333,1,NULL),
(15374,1,NULL),
(15380,1,NULL),
(15384,1,NULL),
(15407,1,NULL),
(15464,1,NULL),
(15466,1,NULL),
(15520,1,NULL),
(15537,1,NULL),
(15542,1,NULL),
(15544,1,NULL),
(15554,1,NULL),
(15556,1,NULL),
(15563,1,NULL),
(15567,1,NULL),
(15768,1,NULL),
(15862,1,NULL),
(15917,1,NULL),
(15923,1,NULL),
(15936,1,NULL),
(15937,1,NULL),
(15938,1,NULL),
(15954,1,NULL),
(15955,1,NULL),
(15956,1,NULL),
(15981,1,NULL),
(15982,1,NULL),
(15983,1,NULL),
(15995,1,NULL),
(15996,1,NULL),
(15997,1,NULL),
(16002,1,NULL),
(16013,1,NULL),
(16014,1,NULL),
(16015,1,NULL),
(16025,1,NULL),
(16035,1,NULL),
(16036,1,NULL),
(16037,1,NULL),
(16046,1,NULL),
(16047,1,NULL),
(16048,1,NULL),
(16057,1,NULL),
(16058,1,NULL),
(16059,1,NULL),
(16060,1,NULL),
(16073,1,NULL),
(16074,1,NULL),
(16075,1,NULL),
(16080,1,NULL),
(16091,1,NULL),
(16092,1,NULL),
(16093,1,NULL),
(16102,1,NULL),
(16120,1,NULL),
(16121,1,NULL),
(16122,1,NULL),
(16131,1,NULL),
(16133,1,NULL),
(16134,1,NULL),
(16135,1,NULL),
(16144,1,NULL),
(16149,1,NULL),
(16150,1,NULL),
(16151,1,NULL),
(16177,1,NULL),
(16178,1,NULL),
(16179,1,NULL),
(16185,1,NULL),
(16191,1,NULL),
(16192,1,NULL),
(16194,1,NULL),
(16204,1,NULL),
(16205,1,NULL),
(16206,1,NULL),
(16207,1,NULL),
(16216,1,NULL),
(16218,1,NULL),
(16219,1,NULL),
(16220,1,NULL),
(16232,1,NULL),
(16233,1,NULL),
(16234,1,NULL),
(16242,1,NULL),
(16243,1,NULL),
(16244,1,NULL),
(16253,1,NULL),
(16256,1,NULL),
(16257,1,NULL),
(16258,1,NULL),
(16268,1,NULL),
(16269,1,NULL),
(16270,1,NULL),
(16278,1,NULL),
(16279,1,NULL),
(16280,1,NULL),
(16290,1,NULL),
(16292,1,NULL),
(16293,1,NULL),
(16294,1,NULL),
(16305,1,NULL),
(16307,1,NULL),
(16308,1,NULL),
(16309,1,NULL),
(16360,1,NULL),
(16401,1,NULL),
(16427,1,NULL),
(16676,1,NULL),
(16796,1,NULL),
(16799,1,NULL),
(16829,1,NULL),
(16883,1,NULL),
(16887,1,NULL),
(16905,1,NULL),
(16906,1,NULL),
(16907,1,NULL),
(16929,1,NULL),
(16930,1,NULL),
(16931,1,NULL),
(16950,1,NULL),
(16951,1,NULL),
(16952,1,NULL),
(16965,1,NULL),
(17019,1,NULL),
(17027,1,NULL),
(17037,1,NULL),
(17047,1,NULL),
(17063,1,NULL),
(17073,1,NULL),
(17074,1,NULL),
(17075,1,NULL),
(17083,1,NULL),
(17084,1,NULL),
(17085,1,NULL),
(17098,1,NULL),
(17123,1,NULL),
(17125,1,NULL),
(17126,1,NULL),
(17127,1,NULL),
(17135,1,NULL),
(17144,1,NULL),
(17150,1,NULL),
(17158,1,NULL),
(17170,1,NULL),
(17179,1,NULL),
(17192,1,NULL),
(17205,1,NULL),
(17206,1,NULL),
(17207,1,NULL),
(17220,1,NULL),
(17222,1,NULL),
(17223,1,NULL),
(17224,1,NULL),
(17235,1,NULL),
(17236,1,NULL),
(17237,1,NULL),
(17251,1,NULL),
(17252,1,NULL),
(17253,1,NULL),
(17273,1,NULL),
(17274,1,NULL),
(17275,1,NULL),
(17286,1,NULL),
(17287,1,NULL),
(17288,1,NULL),
(17301,1,NULL),
(17330,1,NULL),
(17331,1,NULL),
(17332,1,NULL),
(17356,1,NULL),
(17358,1,NULL),
(17359,1,NULL),
(17360,1,NULL),
(17371,1,NULL),
(17372,1,NULL),
(17373,1,NULL),
(17375,1,NULL),
(17393,1,NULL),
(17394,1,NULL),
(17395,1,NULL),
(17435,1,NULL),
(17437,1,NULL),
(17439,1,NULL),
(17441,1,NULL),
(17656,1,NULL),
(17754,1,NULL),
(17911,1,NULL),
(17965,1,NULL),
(18057,1,NULL),
(18556,1,NULL),
(18559,1,NULL),
(18569,1,NULL),
(18595,1,NULL),
(18602,1,NULL),
(18614,1,NULL),
(18640,1,NULL),
(18685,1,NULL),
(18687,1,NULL),
(18960,1,NULL),
(19103,1,NULL),
(19118,1,NULL),
(19120,1,NULL),
(19125,1,NULL),
(19167,1,NULL),
(19430,1,NULL),
(19432,1,NULL),
(19720,1,NULL),
(19722,1,NULL),
(19763,1,NULL),
(19816,1,NULL),
(19836,1,NULL),
(19889,1,NULL),
(19992,1,NULL),
(20048,1,NULL),
(20053,1,NULL),
(20833,1,NULL),
(20850,1,NULL),
(20852,1,NULL),
(21159,1,NULL),
(21178,1,NULL),
(21223,1,NULL),
(21297,1,NULL),
(21451,1,NULL),
(21569,1,NULL),
(21867,1,NULL),
(22253,1,NULL),
(22255,1,NULL),
(22377,1,NULL),
(22384,1,NULL),
(22397,1,NULL),
(22412,1,NULL),
(22433,1,NULL),
(22435,1,NULL),
(22437,1,NULL),
(22450,1,NULL),
(22796,1,NULL),
(22859,1,NULL),
(22864,1,NULL),
(22880,1,NULL),
(22900,1,NULL),
(23030,1,NULL),
(23248,1,NULL),
(23270,1,NULL),
(23291,1,NULL),
(23471,1,NULL),
(23473,1,NULL),
(23509,1,NULL),
(23511,1,NULL),
(23691,1,NULL),
(23694,1,NULL),
(23697,1,NULL),
(23701,1,NULL),
(23704,1,NULL),
(23707,1,NULL),
(23709,1,NULL),
(23713,1,NULL),
(23716,1,NULL),
(23719,1,NULL),
(23721,1,NULL),
(23725,1,NULL),
(23729,1,NULL),
(23730,1,NULL),
(23734,1,NULL),
(23737,1,NULL),
(23740,1,NULL),
(23743,1,NULL),
(23746,1,NULL),
(23749,1,NULL),
(23752,1,NULL),
(23755,1,NULL),
(23758,1,NULL),
(23761,1,NULL),
(23764,1,NULL),
(23767,1,NULL),
(23770,1,NULL),
(23773,1,NULL),
(23776,1,NULL),
(23779,1,NULL),
(23783,1,NULL),
(23788,1,NULL),
(23792,1,NULL),
(23795,1,NULL),
(23799,1,NULL),
(23802,1,NULL),
(23804,1,NULL),
(23808,1,NULL),
(23811,1,NULL),
(23816,1,NULL),
(23819,1,NULL),
(23821,1,NULL),
(23824,1,NULL),
(23827,1,NULL),
(23830,1,NULL),
(23833,1,NULL),
(23836,1,NULL),
(23839,1,NULL),
(23842,1,NULL),
(23845,1,NULL),
(23848,1,NULL),
(23851,1,NULL),
(23854,1,NULL),
(23857,1,NULL),
(23859,1,NULL),
(23863,1,NULL),
(23866,1,NULL),
(23869,1,NULL),
(23872,1,NULL),
(23874,1,NULL),
(23878,1,NULL),
(23881,1,NULL),
(23887,1,NULL),
(23890,1,NULL),
(23893,1,NULL),
(23900,1,NULL),
(23903,1,NULL),
(23913,1,NULL),
(23936,1,NULL),
(23939,1,NULL),
(23944,1,NULL),
(23960,1,NULL),
(23962,1,NULL),
(23969,1,NULL),
(23971,1,NULL),
(23981,1,NULL),
(23983,1,NULL),
(23988,1,NULL),
(23990,1,NULL),
(23992,1,NULL),
(23996,1,NULL),
(23998,1,NULL),
(24114,1,NULL),
(24122,1,NULL),
(24124,1,NULL),
(24142,1,NULL),
(24144,1,NULL),
(24152,1,NULL),
(24154,1,NULL),
(24260,1,NULL),
(24262,1,NULL),
(24302,1,NULL),
(24304,1,NULL),
(24308,1,NULL),
(24316,1,NULL),
(24317,1,NULL),
(24318,1,NULL),
(24319,1,NULL),
(24320,1,NULL),
(24348,1,NULL),
(24357,1,NULL),
(24360,1,NULL),
(24429,1,NULL),
(24433,1,NULL),
(24435,1,NULL),
(24442,1,NULL),
(24444,1,NULL),
(24446,1,NULL),
(24454,1,NULL),
(24456,1,NULL),
(24462,1,NULL),
(24464,1,NULL),
(24470,1,NULL),
(24472,1,NULL),
(24484,1,NULL),
(24493,1,NULL),
(24500,1,NULL),
(24502,1,NULL),
(24516,1,NULL),
(24520,1,NULL),
(24597,1,NULL),
(24599,1,NULL),
(24679,1,NULL),
(24815,1,NULL),
(24849,1,NULL),
(24853,1,NULL),
(24875,1,NULL),
(24971,1,NULL),
(25056,1,NULL),
(25121,1,NULL),
(25124,1,NULL),
(25133,1,NULL),
(25141,1,NULL),
(25151,1,NULL),
(25155,1,NULL),
(25158,1,NULL),
(25654,1,NULL),
(25668,1,NULL),
(25671,1,NULL),
(25692,1,NULL),
(25839,1,NULL),
(26105,1,NULL),
(26128,1,NULL),
(26155,1,NULL),
(26245,1,NULL),
(26247,1,NULL),
(26338,1,NULL),
(26339,1,NULL),
(26358,1,NULL),
(26360,1,NULL),
(26415,1,NULL),
(26421,1,NULL),
(26438,1,NULL),
(26444,1,NULL),
(26628,1,NULL),
(26833,1,NULL),
(26889,1,NULL),
(26894,1,NULL),
(26956,1,NULL),
(26958,1,NULL),
(26964,1,NULL),
(26983,1,NULL),
(27020,1,NULL),
(27022,1,NULL),
(27024,1,NULL),
(27031,1,NULL),
(27038,1,NULL),
(27040,1,NULL),
(27042,1,NULL),
(27197,1,NULL),
(27231,1,NULL),
(27444,1,NULL),
(27449,1,NULL),
(27538,1,NULL),
(27543,1,NULL),
(27546,1,NULL),
(27560,1,NULL),
(27562,1,NULL),
(27639,1,NULL),
(27641,1,NULL),
(27649,1,NULL),
(27651,1,NULL),
(27657,1,NULL),
(27659,1,NULL),
(27666,1,NULL),
(27753,1,NULL),
(27841,1,NULL),
(27890,1,NULL),
(27908,1,NULL),
(27926,1,NULL),
(27928,1,NULL),
(28001,1,NULL),
(28040,1,NULL),
(28042,1,NULL),
(28104,1,NULL),
(28114,1,NULL),
(28116,1,NULL),
(28118,1,NULL),
(28123,1,NULL),
(28127,1,NULL),
(28151,1,NULL),
(28153,1,NULL),
(28159,1,NULL),
(28161,1,NULL),
(28167,1,NULL),
(28192,1,NULL),
(28197,1,NULL),
(28222,1,NULL),
(28224,1,NULL),
(28230,1,NULL),
(28337,1,NULL),
(28357,1,NULL),
(28359,1,NULL),
(28372,1,NULL),
(28375,1,NULL),
(28377,1,NULL),
(28390,1,NULL),
(28537,1,NULL),
(28648,1,NULL),
(28699,1,NULL),
(28751,1,NULL),
(28793,1,NULL),
(28921,1,NULL),
(28929,1,NULL),
(29068,1,NULL),
(29328,1,NULL),
(29334,1,NULL),
(29377,1,NULL),
(30362,1,NULL),
(30364,1,NULL),
(30437,1,NULL),
(30439,1,NULL),
(30496,1,NULL),
(30498,1,NULL),
(30522,1,NULL),
(30524,1,NULL),
(30561,1,NULL),
(30563,1,NULL),
(30565,1,NULL),
(30604,1,NULL),
(30664,1,NULL),
(30666,1,NULL),
(30763,1,NULL),
(30810,1,NULL),
(30812,1,NULL),
(30822,1,NULL),
(30824,1,NULL),
(30865,1,NULL),
(30867,1,NULL),
(30886,1,NULL),
(30888,1,NULL),
(30938,1,NULL),
(30970,1,NULL),
(30977,1,NULL),
(30999,1,NULL),
(31004,1,NULL),
(31058,1,NULL),
(31099,1,NULL),
(31101,1,NULL),
(31120,1,NULL),
(31130,1,NULL),
(31288,1,NULL),
(31417,1,NULL),
(31425,1,NULL),
(31670,1,NULL),
(31830,1,NULL),
(31846,1,NULL),
(31865,1,NULL),
(31868,1,NULL),
(31911,1,NULL),
(32048,1,NULL),
(32095,1,NULL),
(32279,1,NULL),
(32295,1,NULL),
(32297,1,NULL),
(32351,1,NULL),
(32388,1,NULL),
(32461,1,NULL),
(32548,1,NULL),
(32571,1,NULL),
(32588,1,NULL),
(32590,1,NULL),
(32613,1,NULL),
(32692,1,NULL),
(32694,1,NULL),
(32718,1,NULL),
(32719,1,NULL),
(32720,1,NULL),
(32721,1,NULL),
(32722,1,NULL),
(32723,1,NULL),
(32724,1,NULL),
(32725,1,NULL),
(32726,1,NULL),
(32727,1,NULL),
(32728,1,NULL),
(32729,1,NULL),
(32730,1,NULL),
(32731,1,NULL),
(32732,1,NULL),
(32733,1,NULL),
(32735,1,NULL),
(32736,1,NULL),
(32737,1,NULL),
(32738,1,NULL),
(32739,1,NULL),
(32740,1,NULL),
(32741,1,NULL),
(32742,1,NULL),
(32743,1,NULL),
(32744,1,NULL),
(32745,1,NULL),
(32746,1,NULL),
(32747,1,NULL),
(32748,1,NULL),
(32749,1,NULL),
(32750,1,NULL),
(32752,1,NULL),
(32753,1,NULL),
(32754,1,NULL),
(32755,1,NULL),
(32756,1,NULL),
(32757,1,NULL),
(32758,1,NULL),
(32759,1,NULL),
(32760,1,NULL),
(32761,1,NULL),
(32762,1,NULL),
(32763,1,NULL),
(32764,1,NULL),
(32765,1,NULL),
(32766,1,NULL),
(32767,1,NULL),
(32769,1,NULL),
(32770,1,NULL),
(32771,1,NULL),
(32772,1,NULL),
(32773,1,NULL),
(32774,1,NULL),
(32775,1,NULL),
(32776,1,NULL),
(32777,1,NULL),
(32778,1,NULL),
(32779,1,NULL),
(32780,1,NULL),
(32781,1,NULL),
(32782,1,NULL),
(32783,1,NULL),
(32784,1,NULL),
(32913,1,NULL),
(32915,1,NULL),
(32965,1,NULL),
(32998,1,NULL),
(33000,1,NULL),
(33170,1,NULL),
(33173,1,NULL),
(33240,1,NULL),
(33242,1,NULL),
(33289,1,NULL),
(33304,1,NULL),
(33370,1,NULL),
(33372,1,NULL),
(33411,1,NULL),
(33451,1,NULL),
(33491,1,NULL),
(33493,1,NULL),
(33563,1,NULL),
(33628,1,NULL),
(33630,1,NULL),
(33910,1,NULL),
(33917,1,NULL),
(33946,1,NULL),
(33948,1,NULL),
(33969,1,NULL),
(33981,1,NULL),
(33983,1,NULL),
(34042,1,NULL),
(34137,1,NULL),
(34139,1,NULL),
(34186,1,NULL),
(34202,1,NULL),
(34204,1,NULL),
(34207,1,NULL),
(34302,1,NULL),
(34320,1,NULL),
(34324,1,NULL),
(34326,1,NULL),
(34328,1,NULL),
(34351,1,NULL),
(34353,1,NULL),
(34366,1,NULL),
(34372,1,NULL),
(34377,1,NULL),
(34476,1,NULL),
(34652,1,NULL),
(34724,1,NULL),
(34755,1,NULL),
(35177,1,NULL),
(36033,1,NULL),
(36036,1,NULL),
(36139,1,NULL),
(36167,1,NULL),
(36171,1,NULL),
(36191,1,NULL),
(36314,1,NULL),
(36332,1,NULL),
(36345,1,NULL),
(36351,1,NULL),
(36357,1,NULL),
(36367,1,NULL),
(36369,1,NULL),
(36542,1,NULL),
(36548,1,NULL),
(36562,1,NULL),
(36564,1,NULL),
(36582,1,NULL),
(36608,1,NULL),
(36614,1,NULL),
(36757,1,NULL),
(36761,1,NULL),
(36785,1,NULL),
(36787,1,NULL),
(36994,1,NULL),
(37072,1,NULL),
(37102,1,NULL),
(37433,1,NULL),
(37442,1,NULL),
(37519,1,NULL),
(37568,1,NULL),
(37577,1,NULL),
(37597,1,NULL),
(37925,1,NULL),
(37928,1,NULL),
(37957,1,NULL),
(37964,1,NULL),
(37983,1,NULL),
(37989,1,NULL),
(38177,1,NULL),
(38283,1,NULL),
(38363,1,NULL),
(38369,1,NULL),
(38400,1,NULL),
(38540,1,NULL),
(38549,1,NULL),
(38551,1,NULL),
(38553,1,NULL),
(38555,1,NULL),
(38557,1,NULL),
(38559,1,NULL),
(38561,1,NULL),
(38563,1,NULL),
(38565,1,NULL),
(38567,1,NULL),
(38800,1,NULL),
(38802,1,NULL),
(38805,1,NULL),
(38811,1,NULL),
(38814,1,NULL),
(38819,1,NULL),
(38889,1,NULL),
(39018,1,NULL),
(39117,1,NULL),
(39193,1,NULL),
(39227,1,NULL),
(39258,1,NULL),
(39433,1,NULL),
(39568,1,NULL),
(39692,1,NULL),
(39723,1,NULL),
(39876,1,NULL),
(39879,1,NULL),
(39945,1,NULL),
(40047,1,NULL),
(40059,1,NULL),
(40106,1,NULL),
(40324,1,NULL),
(40372,1,NULL),
(40382,1,NULL),
(40391,1,NULL),
(40396,1,NULL),
(40411,1,NULL),
(40441,1,NULL),
(40443,1,NULL),
(40524,1,NULL),
(40546,1,NULL),
(40555,1,NULL),
(40563,1,NULL),
(40565,1,NULL),
(40567,1,NULL),
(40569,1,NULL),
(40574,1,NULL),
(40581,1,NULL),
(40590,1,NULL),
(40594,1,NULL),
(40822,1,NULL),
(40920,1,NULL),
(40941,1,NULL),
(40957,1,NULL),
(41045,1,NULL),
(41257,1,NULL),
(41345,1,NULL),
(41388,1,NULL),
(41392,1,NULL),
(41393,1,NULL),
(41394,1,NULL),
(41457,1,NULL),
(41460,1,NULL),
(41468,1,NULL),
(41564,1,NULL),
(41610,1,NULL),
(41621,1,NULL),
(41623,1,NULL),
(41629,1,NULL),
(41955,1,NULL),
(41971,1,NULL),
(42007,1,NULL),
(42043,1,NULL),
(42048,1,NULL),
(42286,1,NULL),
(42288,1,NULL),
(42293,1,NULL),
(42366,1,NULL),
(42374,1,NULL),
(42412,1,NULL),
(42491,1,NULL),
(42638,1,NULL),
(42642,1,NULL),
(42672,1,NULL),
(42721,1,NULL),
(42740,1,NULL),
(42882,1,NULL),
(43029,1,NULL),
(43031,1,NULL),
(43127,1,NULL),
(43147,1,NULL),
(43156,1,NULL),
(43171,1,NULL),
(43173,1,NULL),
(43181,1,NULL),
(43184,1,NULL),
(43186,1,NULL),
(43192,1,NULL),
(43194,1,NULL),
(43212,1,NULL),
(43215,1,NULL),
(43217,1,NULL),
(43219,1,NULL),
(43222,1,NULL),
(43229,1,NULL),
(43238,1,NULL),
(43953,1,NULL),
(43955,1,NULL),
(43957,1,NULL),
(44073,1,NULL),
(44218,1,NULL),
(44315,1,NULL),
(44340,1,NULL),
(44377,1,NULL),
(44380,1,NULL),
(44382,1,NULL),
(44393,1,NULL),
(44394,1,NULL),
(44404,1,NULL),
(44461,1,NULL),
(44533,1,NULL),
(44550,1,NULL),
(44558,1,NULL),
(44773,1,NULL),
(44799,1,NULL),
(44800,1,NULL),
(44801,1,NULL),
(44846,1,NULL),
(44858,1,NULL),
(44867,1,NULL),
(44869,1,NULL),
(44876,1,NULL),
(44885,1,NULL),
(45609,1,NULL),
(47026,1,NULL),
(47303,1,NULL),
(47314,1,NULL),
(47318,1,NULL),
(47331,1,NULL),
(47365,1,NULL),
(47386,1,NULL),
(47408,1,NULL),
(47527,1,NULL),
(47717,1,NULL),
(47751,1,NULL),
(47783,1,NULL),
(47799,1,NULL),
(47829,1,NULL),
(47838,1,NULL),
(47849,1,NULL),
(47852,1,NULL),
(48153,1,NULL),
(48210,1,NULL),
(48211,1,NULL),
(48274,1,NULL),
(48544,1,NULL),
(48561,1,NULL),
(48670,1,NULL),
(48680,1,NULL),
(48951,1,NULL),
(48973,1,NULL),
(48977,1,NULL),
(49108,1,NULL),
(49149,1,NULL),
(49157,1,NULL),
(49172,1,NULL),
(49176,1,NULL),
(49178,1,NULL),
(49332,1,NULL),
(49333,1,NULL),
(49426,1,NULL),
(49452,1,NULL),
(49488,1,NULL),
(49515,1,NULL),
(49521,1,NULL),
(49523,1,NULL),
(49529,1,NULL),
(49558,1,NULL),
(49561,1,NULL),
(49566,1,NULL),
(49618,1,NULL),
(49699,1,NULL),
(49844,1,NULL),
(49963,1,NULL),
(49974,1,NULL),
(50013,1,NULL),
(50015,1,NULL),
(50048,1,NULL),
(50065,1,NULL),
(50141,1,NULL),
(50152,1,NULL),
(50175,1,NULL),
(50180,1,NULL),
(50217,1,NULL),
(50274,1,NULL),
(50524,1,NULL),
(50592,1,NULL),
(50646,1,NULL),
(50663,1,NULL),
(50749,1,NULL),
(50764,1,NULL),
(50768,1,NULL),
(50795,1,NULL),
(50835,1,NULL),
(50840,1,NULL),
(50892,1,NULL),
(51003,1,NULL),
(51015,1,NULL),
(51046,1,NULL),
(51049,1,NULL),
(51174,1,NULL),
(51180,1,NULL),
(51220,1,NULL),
(51245,1,NULL),
(51248,1,NULL),
(51409,1,NULL),
(51671,1,NULL),
(51719,1,NULL),
(51793,1,NULL),
(51870,1,NULL),
(52078,1,NULL),
(52486,1,NULL),
(52788,1,NULL),
(52798,1,NULL),
(52807,1,NULL),
(52812,1,NULL),
(52848,1,NULL),
(53017,1,NULL),
(53103,1,NULL),
(53106,1,NULL),
(53114,1,NULL),
(53166,1,NULL),
(53201,1,NULL),
(53638,1,NULL),
(54063,1,NULL),
(54183,1,NULL),
(54278,1,NULL);
/*!40000 ALTER TABLE `assets_sites` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `auth_oauth_tokens`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `auth_oauth_tokens` WRITE;
/*!40000 ALTER TABLE `auth_oauth_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_oauth_tokens` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `authenticator`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `authenticator` WRITE;
/*!40000 ALTER TABLE `authenticator` DISABLE KEYS */;
/*!40000 ALTER TABLE `authenticator` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `bulkopevents`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `bulkopevents` WRITE;
/*!40000 ALTER TABLE `bulkopevents` DISABLE KEYS */;
/*!40000 ALTER TABLE `bulkopevents` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `categories`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `categories` WRITE;
/*!40000 ALTER TABLE `categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `categories` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `categorygroups`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `categorygroups` WRITE;
/*!40000 ALTER TABLE `categorygroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `categorygroups` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `categorygroups_sites`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `categorygroups_sites` WRITE;
/*!40000 ALTER TABLE `categorygroups_sites` DISABLE KEYS */;
/*!40000 ALTER TABLE `categorygroups_sites` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `changedattributes`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `changedattributes` WRITE;
/*!40000 ALTER TABLE `changedattributes` DISABLE KEYS */;
INSERT INTO `changedattributes` VALUES
(2,1,'postDate','2025-04-18 17:16:03',0,1),
(2,1,'slug','2025-04-18 17:58:01',0,1),
(2,1,'title','2025-04-18 17:33:58',0,1),
(2,1,'uri','2025-08-20 17:56:29',0,1),
(1141,1,'enabled','2026-01-21 19:14:28',0,1),
(1646,1,'primaryOwnerId','2026-03-25 19:43:50',0,1),
(1647,1,'primaryOwnerId','2026-03-25 19:43:50',0,1),
(1680,1,'primaryOwnerId','2026-03-25 19:45:18',0,1),
(1681,1,'primaryOwnerId','2026-03-25 19:45:18',0,1),
(1777,1,'primaryOwnerId','2025-11-17 15:43:23',0,1),
(1777,1,'slug','2025-11-17 15:43:23',0,1),
(2223,1,'primaryOwnerId','2026-03-25 19:33:12',0,1),
(2224,1,'primaryOwnerId','2026-03-25 19:33:12',0,1),
(2225,1,'primaryOwnerId','2026-03-25 19:33:12',0,1),
(2236,1,'primaryOwnerId','2026-03-25 19:34:30',0,1),
(2428,1,'primaryOwnerId','2026-03-25 19:51:40',0,1),
(2429,1,'primaryOwnerId','2026-03-25 19:51:40',0,1),
(2492,1,'primaryOwnerId','2026-03-25 19:02:32',0,1),
(2501,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(2746,1,'primaryOwnerId','2026-03-25 19:33:12',0,1),
(2747,1,'primaryOwnerId','2026-03-25 19:33:12',0,1),
(2832,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(2833,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(2834,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(2835,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(2836,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(2837,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(2880,1,'enabled','2026-01-20 22:57:25',0,1),
(2939,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(2952,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(2956,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(2989,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(2990,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(2991,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(2992,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(2993,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(3002,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(3003,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(3072,1,'primaryOwnerId','2026-03-25 19:34:47',0,1),
(3073,1,'primaryOwnerId','2026-03-25 19:34:47',0,1),
(3074,1,'primaryOwnerId','2026-03-25 19:34:47',0,1),
(3075,1,'primaryOwnerId','2026-03-25 19:34:47',0,1),
(3076,1,'primaryOwnerId','2026-03-25 19:34:47',0,1),
(3081,1,'primaryOwnerId','2026-03-25 19:34:47',0,1),
(3087,1,'primaryOwnerId','2026-03-25 19:34:47',0,1),
(3088,1,'primaryOwnerId','2026-03-25 19:34:47',0,1),
(3608,1,'primaryOwnerId','2026-03-25 19:38:43',0,1),
(3609,1,'primaryOwnerId','2026-03-25 19:38:43',0,1),
(3610,1,'primaryOwnerId','2026-03-25 19:38:43',0,1),
(3611,1,'primaryOwnerId','2026-03-25 19:38:43',0,1),
(3620,1,'primaryOwnerId','2026-03-25 19:38:43',0,1),
(3621,1,'primaryOwnerId','2026-03-25 19:38:43',0,1),
(4295,1,'primaryOwnerId','2026-03-25 19:45:38',0,1),
(4296,1,'primaryOwnerId','2026-03-25 19:45:38',0,1),
(4297,1,'primaryOwnerId','2026-03-25 19:45:38',0,1),
(4298,1,'primaryOwnerId','2026-03-25 19:45:38',0,1),
(4299,1,'primaryOwnerId','2026-03-25 19:45:38',0,1),
(4311,1,'primaryOwnerId','2026-03-25 19:45:38',0,1),
(4312,1,'primaryOwnerId','2026-03-25 19:45:38',0,1),
(4770,1,'primaryOwnerId','2026-03-25 19:33:13',0,1),
(4798,1,'primaryOwnerId','2026-03-25 19:57:31',0,1),
(4799,1,'primaryOwnerId','2026-03-25 19:57:31',0,1),
(4800,1,'primaryOwnerId','2026-03-25 19:57:31',0,1),
(4801,1,'primaryOwnerId','2026-03-25 19:57:31',0,1),
(4802,1,'primaryOwnerId','2026-03-25 19:57:31',0,1),
(4818,1,'primaryOwnerId','2026-03-25 19:57:31',0,1),
(4819,1,'primaryOwnerId','2026-03-25 19:57:31',0,1),
(4917,1,'primaryOwnerId','2026-03-25 19:45:38',0,1),
(4948,1,'primaryOwnerId','2026-03-25 19:57:31',0,1),
(4949,1,'primaryOwnerId','2026-03-25 19:57:31',0,1),
(5317,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(5331,1,'primaryOwnerId','2026-03-25 19:45:38',0,1),
(5341,1,'primaryOwnerId','2026-03-25 19:34:47',0,1),
(5704,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(5733,1,'primaryOwnerId','2026-03-25 19:45:38',0,1),
(5752,1,'primaryOwnerId','2026-03-25 19:34:47',0,1),
(6208,1,'slug','2025-11-17 16:18:48',0,1),
(6952,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(8723,1,'primaryOwnerId','2026-03-25 19:33:51',0,1),
(36268,1,'enabled','2026-02-27 01:48:43',0,1);
/*!40000 ALTER TABLE `changedattributes` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `changedfields`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `changedfields` WRITE;
/*!40000 ALTER TABLE `changedfields` DISABLE KEYS */;
INSERT INTO `changedfields` VALUES
(2,1,1,'075f1904-e0fc-49c8-9cfb-6990ae779dec','2025-09-11 20:39:29',0,1),
(2,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-03-04 19:44:46',0,1),
(2,1,3,'0d6389a7-9cd0-496d-96dd-72ebf02f7bbb','2025-09-11 20:39:29',0,1),
(2,1,4,'3b262689-7127-4814-bab5-a1972e0869d4','2025-09-11 20:39:29',0,1),
(2,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-01-17 20:38:34',0,1),
(2,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 16:18:38',0,1),
(2,1,10,'7ed7a1dc-2e02-42e1-9349-7e518fe2a973','2025-09-22 20:41:13',0,1),
(2,1,12,'688e0d64-8999-47be-a427-f9e9c6e1789e','2026-01-19 16:29:55',0,1),
(2,1,13,'92b514e7-6c85-40f3-9885-4ed4138887ea','2026-02-02 17:26:25',0,1),
(2,1,15,'559340ef-728e-4935-84cc-443bd407f901','2025-09-11 20:39:29',0,1),
(2,1,16,'10d5be16-947c-4646-b2d0-3619f2760ace','2025-09-11 20:39:29',0,1),
(2,1,16,'7270a303-7119-43a8-b9bb-8360964189de','2025-04-18 18:45:07',0,1),
(2,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2025-12-03 20:39:58',0,1),
(2,1,32,'0be5b641-0a34-4d93-8816-9a4b1ad24ffd','2026-01-21 01:15:54',0,1),
(2,1,33,'cced3c80-6988-403a-9b5a-14455350e923','2025-09-11 20:39:29',0,1),
(2,1,41,'7a0d2797-bfc8-4d68-b107-61c1dd081ea0','2025-09-11 20:39:29',0,1),
(2,1,42,'19b0086c-bc10-46cc-9f45-ffc5746e8681','2025-09-11 20:39:29',0,1),
(2,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-01-21 17:55:10',0,1),
(2,1,46,'f352e58c-d152-4a45-9615-d0526b009523','2026-01-05 16:30:40',0,1),
(2,1,47,'a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f','2026-01-21 18:19:30',0,1),
(2,1,48,'403d1895-f32e-4164-8084-b11fdea310cb','2025-09-11 20:39:29',0,1),
(2,1,49,'5e40a449-23c9-418a-a0d6-36ff8f57583d','2025-09-11 20:39:29',0,1),
(2,1,50,'8e701860-42c4-437f-a61c-a48f2ecf1b99','2025-09-11 20:39:29',0,1),
(2,1,55,'5b9eeabd-1ace-4610-b19d-ef257949824b','2025-09-11 20:39:29',0,1),
(2,1,56,'1183c802-1c51-4571-b5c9-c327cf3a5eab','2025-09-23 21:59:36',0,1),
(2,1,57,'9a83aaf9-b86b-4272-88b0-1a3cd8eec119','2025-09-11 20:39:29',0,1),
(2,1,59,'0d799588-2604-4e16-86f6-6ee8c522fe72','2025-09-11 20:39:29',0,1),
(2,1,60,'b46c7894-3c01-4cc4-b90f-9612b3b9891b','2025-09-11 20:39:29',0,1),
(2,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:33:11',0,1),
(2,1,73,'d87be94b-4936-41d7-917a-18a2f21b2582','2026-01-05 16:30:40',0,1),
(2,1,73,'e0429567-09ef-4cf3-8e2c-fd6e099baff4','2026-01-21 19:54:17',0,1),
(2,1,74,'ebf27e22-ae24-4c7b-9d65-467b86ec06da','2026-01-02 20:54:42',0,1),
(2,1,76,'b22a396c-c96e-4939-9280-595954890e1b','2026-01-21 23:44:13',0,1),
(2,1,79,'1a529e59-a7aa-407e-9214-edcc5ef329bd','2026-01-21 23:44:13',0,1),
(2,1,81,'a3ce6d03-a997-40d9-ac8e-0d755516c921','2026-01-05 16:30:40',0,1),
(2,1,82,'405b422b-fca3-4a5d-b552-b860066ac2ad','2026-01-21 18:24:07',0,1),
(2,1,84,'6a2ff241-d570-4bb8-b4a0-d537212fe5d0','2026-01-06 21:34:41',0,NULL),
(1051,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-03-30 13:50:32',0,1),
(1141,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-01-21 18:39:24',0,1),
(1141,1,82,'405b422b-fca3-4a5d-b552-b860066ac2ad','2026-01-21 18:39:24',0,1),
(1777,1,21,'579071f5-918a-4d7a-8c5b-98905ecbe548','2025-11-17 15:43:23',0,1),
(1777,1,22,'50d484f9-ea00-4870-8b7a-a1c7400f42ab','2025-11-17 15:43:23',0,1),
(2880,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-01-20 14:52:25',0,1),
(2880,1,57,'9a83aaf9-b86b-4272-88b0-1a3cd8eec119','2026-01-20 14:52:25',0,1),
(6208,1,20,'2b573339-79e1-4bb1-82cf-7c0dfabcab22','2025-11-17 16:18:46',0,1),
(6507,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2025-12-23 18:40:44',0,1),
(6507,1,77,'0a43b411-e0ad-455e-88c6-b699add29650','2025-12-05 20:23:21',0,1),
(6507,1,81,'a3ce6d03-a997-40d9-ac8e-0d755516c921','2025-12-05 20:18:14',0,1),
(8839,1,20,'2b573339-79e1-4bb1-82cf-7c0dfabcab22','2026-01-17 00:24:53',0,1),
(8839,1,21,'579071f5-918a-4d7a-8c5b-98905ecbe548','2026-01-17 00:24:53',0,1),
(8839,1,22,'50d484f9-ea00-4870-8b7a-a1c7400f42ab','2026-01-17 00:24:50',0,1),
(11405,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-01-20 22:57:37',0,1),
(15093,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-01-21 19:13:56',0,1),
(31412,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-02-17 15:02:03',0,1),
(31428,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-02-17 15:30:53',0,1),
(32947,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-20 16:59:54',0,1),
(32948,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-20 16:59:58',0,1),
(32987,1,76,'b22a396c-c96e-4939-9280-595954890e1b','2026-02-20 21:03:56',0,1),
(32987,1,79,'1a529e59-a7aa-407e-9214-edcc5ef329bd','2026-02-20 21:03:56',0,1),
(32990,1,76,'b22a396c-c96e-4939-9280-595954890e1b','2026-02-20 21:04:56',0,1),
(32990,1,79,'1a529e59-a7aa-407e-9214-edcc5ef329bd','2026-02-20 21:04:56',0,1),
(32992,1,76,'b22a396c-c96e-4939-9280-595954890e1b','2026-02-20 21:05:47',0,1),
(32992,1,79,'1a529e59-a7aa-407e-9214-edcc5ef329bd','2026-02-20 21:05:47',0,1),
(32993,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-20 21:06:07',0,1),
(33881,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-23 16:46:19',0,1),
(33900,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-02-23 16:53:42',0,1),
(33900,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-02-23 16:53:42',0,1),
(33929,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-02-23 20:03:13',0,1),
(34210,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-02-24 14:57:58',0,1),
(34215,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-02-24 15:00:47',0,1),
(34243,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:12:46',0,1),
(34245,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:14:31',0,1),
(34246,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:16:13',0,1),
(34247,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:16:35',0,1),
(34248,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:17:37',0,1),
(34249,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:18:20',0,1),
(34250,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:20:06',0,1),
(34251,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:20:17',0,1),
(34253,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:20:28',0,1),
(34254,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:20:56',0,1),
(34255,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:21:22',0,1),
(34256,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:21:40',0,1),
(34257,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:21:57',0,1),
(34261,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:24:07',0,1),
(34263,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-02-24 17:24:19',0,1),
(34264,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:24:29',0,1),
(34265,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:24:36',0,1),
(34266,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:24:50',0,1),
(34267,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:25:00',0,1),
(34268,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:25:12',0,1),
(34269,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-02-24 17:25:23',0,1),
(34271,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:25:33',0,1),
(34272,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:25:43',0,1),
(34273,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:25:53',0,1),
(34274,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:26:54',0,1),
(34275,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:27:03',0,1),
(34276,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:27:12',0,1),
(34277,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:27:29',0,1),
(34278,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:27:40',0,1),
(34279,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-24 17:28:37',0,1),
(34343,1,89,'5bdbda4b-eb3e-495c-95f1-5fa68f4017fc','2026-02-24 20:34:55',0,1),
(34758,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-02-25 19:41:19',0,1),
(34776,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-25 19:57:27',0,1),
(36160,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-02-26 14:24:58',0,1),
(36225,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-02-26 21:36:31',0,1),
(36227,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-02-26 21:37:41',0,1),
(36229,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-02-26 21:38:33',0,1),
(36233,1,93,'dc6b86fd-3f63-4656-be35-473dd4b517b7','2026-02-26 22:08:23',0,1),
(36237,1,93,'dc6b86fd-3f63-4656-be35-473dd4b517b7','2026-02-26 22:09:29',0,1),
(36242,1,93,'dc6b86fd-3f63-4656-be35-473dd4b517b7','2026-02-26 22:10:50',0,1),
(36245,1,93,'dc6b86fd-3f63-4656-be35-473dd4b517b7','2026-02-26 22:12:14',0,1),
(36267,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-27 01:44:31',0,1),
(36268,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-02-27 01:48:43',0,1),
(38277,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-03-04 15:00:08',0,1),
(38279,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 15:00:23',0,1),
(38293,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 15:07:45',0,1),
(38294,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 15:08:05',0,1),
(38295,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 15:08:23',0,1),
(38296,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 15:08:34',0,1),
(38298,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-03-04 15:08:57',0,1),
(38299,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 15:09:07',0,1),
(38300,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 15:09:20',0,1),
(38304,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 15:10:55',0,1),
(38305,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 15:11:15',0,1),
(38317,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-03-04 15:30:55',0,1),
(38321,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-03-04 15:31:37',0,1),
(38326,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-03-04 15:32:02',0,1),
(38347,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 15:53:54',0,1),
(38352,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 16:00:28',0,1),
(38357,1,73,'d87be94b-4936-41d7-917a-18a2f21b2582','2026-03-04 16:06:17',0,1),
(38361,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 16:10:01',0,1),
(38361,1,73,'d87be94b-4936-41d7-917a-18a2f21b2582','2026-03-04 16:10:01',0,1),
(38372,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-03-04 16:55:21',0,1),
(38374,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 16:59:15',0,1),
(38450,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-03-04 18:57:10',0,1),
(38450,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:57:10',0,1),
(38451,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:57:39',0,1),
(38452,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:57:49',0,1),
(38454,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:58:01',0,1),
(38455,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:58:14',0,1),
(38456,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:58:26',0,1),
(38457,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:58:34',0,1),
(38458,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:58:44',0,1),
(38459,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:58:52',0,1),
(38460,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:59:02',0,1),
(38461,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:59:17',0,1),
(38462,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:59:29',0,1),
(38463,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:59:37',0,1),
(38464,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 18:59:44',0,1),
(38474,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:42:23',0,1),
(38475,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-03-04 19:44:46',0,1),
(38476,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:45:25',0,1),
(38477,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:47:57',0,1),
(38478,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:48:20',0,1),
(38479,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:49:31',0,1),
(38480,1,2,'762be5f6-1f41-4b1a-a99f-0b59fb0cdddb','2026-03-04 19:49:58',0,1),
(38481,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:50:29',0,1),
(38482,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:50:53',0,1),
(38483,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:51:22',0,1),
(38485,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:57:21',0,1),
(38487,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:58:20',0,1),
(38488,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:58:53',0,1),
(38490,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 19:59:32',0,1),
(38492,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:00:35',0,1),
(38493,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:02:01',0,1),
(38494,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:02:27',0,1),
(38495,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:04:55',0,1),
(38497,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:05:15',0,1),
(38498,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:07:05',0,1),
(38499,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:10:41',0,1),
(38500,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:11:25',0,1),
(38501,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:12:44',0,1),
(38502,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:13:17',0,1),
(38503,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:15:10',0,1),
(38504,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:16:18',0,1),
(38505,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:17:19',0,1),
(38506,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:17:49',0,1),
(38507,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:20:38',0,1),
(38508,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:21:10',0,1),
(38509,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:21:54',0,1),
(38510,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:22:32',0,1),
(38513,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:42:43',0,1),
(38514,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:43:56',0,1),
(38515,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:45:24',0,1),
(38516,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:45:51',0,1),
(38517,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:46:15',0,1),
(38518,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:46:55',0,1),
(38519,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:47:24',0,1),
(38520,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:47:55',0,1),
(38521,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:48:24',0,1),
(38522,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 20:48:47',0,1),
(38523,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-04 21:05:25',0,1),
(38707,1,73,'d87be94b-4936-41d7-917a-18a2f21b2582','2026-03-05 15:26:51',0,1),
(38711,1,73,'d87be94b-4936-41d7-917a-18a2f21b2582','2026-03-05 15:30:30',0,1),
(38714,1,73,'d87be94b-4936-41d7-917a-18a2f21b2582','2026-03-05 15:39:03',0,1),
(38718,1,73,'d87be94b-4936-41d7-917a-18a2f21b2582','2026-03-05 15:40:10',0,1),
(38745,1,89,'5bdbda4b-eb3e-495c-95f1-5fa68f4017fc','2026-03-05 18:14:43',0,1),
(38746,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 18:15:00',0,1),
(38746,1,89,'5bdbda4b-eb3e-495c-95f1-5fa68f4017fc','2026-03-05 18:15:00',0,1),
(38749,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 18:26:30',0,1),
(38758,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-05 19:29:05',0,1),
(38760,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 19:40:54',0,1),
(38764,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:01:28',0,1),
(38765,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:09:41',0,1),
(38766,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:10:55',0,1),
(38767,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:11:26',0,1),
(38768,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:11:54',0,1),
(38769,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:12:14',0,1),
(38770,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:12:43',0,1),
(38771,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:13:08',0,1),
(38772,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:13:41',0,1),
(38773,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:14:08',0,1),
(38774,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:14:50',0,1),
(38775,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:15:25',0,1),
(38776,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:15:54',0,1),
(38777,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:16:17',0,1),
(38778,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:16:45',0,1),
(38779,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:23:29',0,1),
(38780,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:24:04',0,1),
(38781,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:24:37',0,1),
(38783,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:25:08',0,1),
(38784,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:25:31',0,1),
(38785,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:25:53',0,1),
(38786,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:26:26',0,1),
(38787,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:26:59',0,1),
(38788,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:27:23',0,1),
(38789,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:27:47',0,1),
(38790,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:28:14',0,1),
(38792,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:28:44',0,1),
(38793,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:29:28',0,1),
(38794,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:29:51',0,1),
(38795,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:30:18',0,1),
(38796,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:30:42',0,1),
(38797,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:31:08',0,1),
(38798,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:41:47',0,1),
(38801,1,13,'92b514e7-6c85-40f3-9885-4ed4138887ea','2026-03-05 20:42:05',0,1),
(38801,1,72,'c67c0ac3-ce5c-4eb0-b6c1-86c68413a548','2026-03-05 20:42:05',0,1),
(38804,1,13,'92b514e7-6c85-40f3-9885-4ed4138887ea','2026-03-05 20:42:36',0,1),
(38807,1,13,'92b514e7-6c85-40f3-9885-4ed4138887ea','2026-03-05 20:43:08',0,1),
(38808,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:43:40',0,1),
(38809,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:44:08',0,1),
(38810,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:44:38',0,1),
(38813,1,13,'92b514e7-6c85-40f3-9885-4ed4138887ea','2026-03-05 20:44:56',0,1),
(38816,1,13,'92b514e7-6c85-40f3-9885-4ed4138887ea','2026-03-05 20:45:30',0,1),
(38817,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-05 20:45:52',0,1),
(39213,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-06 19:18:00',0,1),
(40279,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 13:38:56',0,1),
(40281,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-09 13:40:13',0,1),
(40346,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-03-09 14:56:17',0,1),
(40357,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:07:16',0,1),
(40369,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-09 15:16:37',0,1),
(40376,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:17:43',0,1),
(40385,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:21:19',0,1),
(40405,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:30:55',0,1),
(40413,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:33:26',0,1),
(40416,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-09 15:34:23',0,1),
(40421,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:35:44',0,1),
(40425,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:36:26',0,1),
(40431,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:37:31',0,1),
(40438,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:38:22',0,1),
(40446,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:41:52',0,1),
(40450,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:42:10',0,1),
(40456,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:48:08',0,1),
(40462,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:54:48',0,1),
(40468,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 15:59:31',0,1),
(40473,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 16:02:46',0,1),
(40478,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 16:06:38',0,1),
(40485,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 16:09:42',0,1),
(40489,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 16:12:23',0,1),
(40495,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 16:15:01',0,1),
(40501,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 16:18:38',0,1),
(40508,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 16:22:05',0,1),
(40515,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 16:24:26',0,1),
(40536,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-09 18:14:23',0,1),
(40541,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 18:18:04',0,1),
(40551,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-09 18:23:36',0,1),
(40848,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-10 15:25:39',0,1),
(40848,1,73,'d87be94b-4936-41d7-917a-18a2f21b2582','2026-03-10 15:25:39',0,1),
(40848,1,73,'e0429567-09ef-4cf3-8e2c-fd6e099baff4','2026-03-10 15:25:39',0,1),
(40923,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-03-10 20:23:48',0,1),
(43159,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-16 16:36:17',0,1),
(43159,1,73,'d87be94b-4936-41d7-917a-18a2f21b2582','2026-03-16 16:36:17',0,1),
(43159,1,73,'e0429567-09ef-4cf3-8e2c-fd6e099baff4','2026-03-16 16:36:17',0,1),
(43161,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-16 16:36:40',0,1),
(43161,1,73,'e0429567-09ef-4cf3-8e2c-fd6e099baff4','2026-03-16 16:36:40',0,1),
(43182,1,13,'92b514e7-6c85-40f3-9885-4ed4138887ea','2026-03-16 18:28:17',0,1),
(43185,1,13,'92b514e7-6c85-40f3-9885-4ed4138887ea','2026-03-16 18:29:12',0,1),
(43188,1,13,'92b514e7-6c85-40f3-9885-4ed4138887ea','2026-03-16 18:30:30',0,1),
(44483,1,89,'5bdbda4b-eb3e-495c-95f1-5fa68f4017fc','2026-03-17 19:01:42',0,1),
(47368,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-03-19 17:06:20',0,1),
(47374,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-03-19 17:24:01',0,1),
(47377,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-03-19 17:25:00',0,1),
(47389,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-03-19 18:46:23',0,1),
(47398,1,23,'ffdd5871-4e4c-4e46-88b5-06b52502357e','2026-03-19 19:39:50',0,1),
(47405,1,7,'482ad396-5443-4761-a410-c644d0217e5a','2026-03-19 19:58:41',0,1),
(50143,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 18:51:15',0,1),
(50154,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 18:54:54',0,1),
(50165,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 18:56:36',0,1),
(50171,1,9,'ab57cfd4-5e19-423b-b570-4e770a56e436','2026-03-25 18:57:10',0,1),
(50171,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 18:57:10',0,1),
(50182,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:00:42',0,1),
(50188,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:02:03',0,1),
(50195,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:02:31',0,1),
(50219,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:19:39',0,1),
(50225,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:20:46',0,1),
(50231,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:21:09',0,1),
(50239,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:27:45',0,1),
(50244,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:28:12',0,1),
(50249,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:28:36',0,1),
(50254,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:28:57',0,1),
(50259,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:29:16',0,1),
(50265,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:29:36',0,1),
(50276,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:33:11',0,1),
(50281,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:33:50',0,1),
(50286,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:34:12',0,1),
(50291,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:34:29',0,1),
(50296,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:34:46',0,1),
(50301,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:35:05',0,1),
(50306,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:35:31',0,1),
(50311,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:35:52',0,1),
(50317,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:36:13',0,1),
(50322,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:36:32',0,1),
(50327,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:36:54',0,1),
(50332,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:37:16',0,1),
(50338,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:38:04',0,1),
(50345,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:38:25',0,1),
(50351,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:38:42',0,1),
(50356,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:39:04',0,1),
(50363,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:39:20',0,1),
(50369,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:39:45',0,1),
(50374,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:40:02',0,1),
(50379,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:40:27',0,1),
(50381,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-25 19:40:29',0,1),
(50385,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:40:53',0,1),
(50390,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:41:11',0,1),
(50395,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:41:32',0,1),
(50400,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:41:50',0,1),
(50405,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:42:13',0,1),
(50410,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:42:33',0,1),
(50415,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:42:52',0,1),
(50420,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:43:09',0,1),
(50425,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:43:32',0,1),
(50430,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:43:49',0,1),
(50436,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:44:10',0,1),
(50442,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:44:24',0,1),
(50451,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:44:40',0,1),
(50456,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:44:59',0,1),
(50461,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:45:17',0,1),
(50467,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:45:37',0,1),
(50472,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:45:53',0,1),
(50477,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:46:13',0,1),
(50482,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:46:30',0,1),
(50484,1,31,'31a45631-ecd4-4327-aca7-18b9d213bb16','2026-03-25 19:46:40',0,1),
(50488,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:46:57',0,1),
(50493,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:47:14',0,1),
(50498,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:47:33',0,1),
(50503,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:47:50',0,1),
(50509,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:48:08',0,1),
(50515,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:48:35',0,1),
(50520,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:49:02',0,1),
(50526,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:51:03',0,1),
(50531,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:51:39',0,1),
(50536,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:51:58',0,1),
(50541,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:52:16',0,1),
(50547,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:52:35',0,1),
(50552,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:52:54',0,1),
(50557,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:53:33',0,1),
(50562,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:53:51',0,1),
(50567,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:54:11',0,1),
(50572,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:54:30',0,1),
(50577,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:54:53',0,1),
(50582,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:55:08',0,1),
(50588,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:55:26',0,1),
(50594,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:57:30',0,1),
(50599,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:58:11',0,1),
(50604,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:58:34',0,1),
(50609,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:58:54',0,1),
(50615,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:59:12',0,1),
(50620,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:59:30',0,1),
(50625,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 19:59:50',0,1),
(50630,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 20:00:09',0,1),
(50635,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 20:00:27',0,1),
(50640,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 20:00:41',0,1),
(50648,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 20:02:16',0,1),
(50653,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 20:03:06',0,1),
(50665,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 20:26:14',0,1),
(50671,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 20:26:43',0,1),
(50677,1,64,'6ce2653f-cadb-4733-bde2-580e6c5ab8d7','2026-03-25 20:27:02',0,1),
(54156,1,44,'2c726802-f189-49e5-935d-af3557619590','2026-03-30 13:50:32',0,1);
/*!40000 ALTER TABLE `changedfields` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `contentblocks`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `contentblocks` WRITE;
/*!40000 ALTER TABLE `contentblocks` DISABLE KEYS */;
/*!40000 ALTER TABLE `contentblocks` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `craftidtokens`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `craftidtokens` WRITE;
/*!40000 ALTER TABLE `craftidtokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `craftidtokens` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `deprecationerrors`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `deprecationerrors` WRITE;
/*!40000 ALTER TABLE `deprecationerrors` DISABLE KEYS */;
/*!40000 ALTER TABLE `deprecationerrors` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `drafts`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `drafts` WRITE;
/*!40000 ALTER TABLE `drafts` DISABLE KEYS */;
INSERT INTO `drafts` VALUES
(1794,1915,1,1,'Draft 1',NULL,1,NULL,1),
(1914,2,1,0,'Draft 1','',1,NULL,1),
(2802,1777,1,1,'Draft 1',NULL,1,NULL,1),
(3496,2880,1,1,'Draft 1','',1,'2026-01-20 22:57:35',1),
(4022,1141,1,1,'Draft 1','',1,NULL,1),
(5363,3634,1,1,'Draft 1',NULL,1,NULL,1);
/*!40000 ALTER TABLE `drafts` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `elementactivity`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `elementactivity` WRITE;
/*!40000 ALTER TABLE `elementactivity` DISABLE KEYS */;
INSERT INTO `elementactivity` VALUES
(1051,1,1,NULL,'edit','2026-03-30 13:50:30'),
(1051,1,1,NULL,'save','2026-03-30 13:50:32'),
(1584,1,1,NULL,'edit','2026-03-30 13:50:26');
/*!40000 ALTER TABLE `elementactivity` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `elements`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `elements` WRITE;
/*!40000 ALTER TABLE `elements` DISABLE KEYS */;
INSERT INTO `elements` VALUES
(1,NULL,NULL,NULL,NULL,'craft\\elements\\User',1,0,'2025-04-18 16:59:46','2025-04-18 16:59:46',NULL,NULL,NULL,'e3682bee-bd77-4012-b16c-20d4c1d6741e'),
(2,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-04-18 17:15:09','2026-03-25 19:33:11',NULL,NULL,NULL,'fb43295f-50d1-4199-9547-b616822746d7'),
(8,NULL,NULL,NULL,NULL,'craft\\elements\\Address',1,0,'2025-04-18 17:32:44','2025-04-18 17:37:13',NULL,NULL,NULL,'70e10205-927a-4a3d-8e91-9e3ffe573ce3'),
(56,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-04-18 18:14:39','2025-09-11 20:39:29',NULL,NULL,NULL,'cced9ffb-b1a4-432b-82dd-39ae892c0350'),
(57,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-04-18 18:14:39','2025-09-11 20:39:29',NULL,NULL,NULL,'5c75acb1-1c32-464d-a385-7d8e4367e7ad'),
(63,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-04-18 18:15:36','2025-09-11 20:39:29',NULL,NULL,NULL,'6b94fb19-0b48-4dbd-a994-fcc7c42212ac'),
(111,NULL,NULL,NULL,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:38:34','2025-12-05 19:07:35',NULL,NULL,NULL,'1c014517-f0ca-4b34-a4ec-8c06c66e936c'),
(112,111,NULL,46,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:38:40','2025-04-18 18:38:40',NULL,NULL,NULL,'b69fbe05-7e0a-444c-87cb-538dab008405'),
(113,NULL,NULL,NULL,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:38:44','2025-12-05 19:07:35',NULL,NULL,NULL,'e8577614-718f-4f49-9a2c-762b53180e15'),
(114,113,NULL,47,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:38:46','2025-04-18 18:38:46',NULL,NULL,NULL,'62564fb6-d7ee-42e1-a94c-0d101b1862ad'),
(115,NULL,NULL,NULL,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:38:49','2025-12-05 19:07:35',NULL,NULL,NULL,'c1291b59-240b-4c7d-a481-b43ceffa5843'),
(116,115,NULL,48,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:38:51','2025-04-18 18:38:51',NULL,NULL,NULL,'0de6d844-6a84-45b9-a5a4-219bf907924c'),
(117,NULL,NULL,NULL,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:38:54','2025-12-05 19:07:35',NULL,NULL,NULL,'c983b9b7-0678-4980-a3a6-bf04df690818'),
(118,117,NULL,49,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:38:56','2025-04-18 18:38:56',NULL,NULL,NULL,'6532d990-a37a-4e60-98a6-d2f6ad40d415'),
(119,NULL,NULL,NULL,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:38:58','2025-12-05 19:07:35',NULL,NULL,NULL,'07f26095-e9ed-4a30-9fcc-ee9e7b1c89a5'),
(120,119,NULL,50,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:39:00','2025-04-18 18:39:00',NULL,NULL,NULL,'9ef9e4fb-c780-42aa-b260-c57f1c904855'),
(121,NULL,NULL,NULL,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:39:03','2025-12-05 19:07:35',NULL,NULL,NULL,'f48f3d64-37db-4387-ad42-86a0d4022e8f'),
(122,121,NULL,51,11,'craft\\elements\\Entry',1,0,'2025-04-18 18:39:04','2025-04-18 18:39:04',NULL,NULL,NULL,'5c8697a2-2860-47df-90df-d73d461ed250'),
(131,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-04-18 18:42:36','2025-08-20 17:52:26',NULL,NULL,NULL,'10a402bd-e708-4f1b-8f19-9d6f2dd41e56'),
(132,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-04-18 18:42:36','2025-08-20 17:52:26',NULL,NULL,NULL,'61411460-73b4-43ef-93b9-77c20db6e79f'),
(136,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-04-18 18:44:35','2025-04-18 18:44:35',NULL,NULL,NULL,'73525736-57a1-472f-b811-bd05b62fb341'),
(137,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-04-18 18:44:36','2025-04-18 18:44:36',NULL,NULL,NULL,'abf930ea-95bc-4a2c-9696-8a563fc70185'),
(138,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-04-18 18:44:36','2025-04-18 18:44:36',NULL,NULL,NULL,'10a14980-1c09-497a-af73-3d142632703b'),
(285,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2025-07-30 22:47:59','2025-09-05 20:01:00',NULL,NULL,NULL,'805f8534-dd6f-4152-b919-0c5d87163b8b'),
(325,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 17:59:34','2025-08-01 18:06:11',NULL,NULL,NULL,'583d4518-7524-42db-a63d-0d921f008d36'),
(326,325,NULL,153,15,'craft\\elements\\Entry',1,0,'2025-08-01 17:59:41','2025-08-01 17:59:41',NULL,NULL,NULL,'52a01e8d-717e-470b-bbc1-3dd874556d25'),
(328,325,NULL,154,14,'craft\\elements\\Entry',1,0,'2025-08-01 17:59:53','2025-08-01 17:59:53',NULL,NULL,NULL,'c817c185-395d-435a-84c6-42430c2239a4'),
(329,NULL,NULL,NULL,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:04:51','2025-08-01 18:04:57',NULL,NULL,NULL,'328e73a9-9198-46ee-8ce1-292e019d2ac6'),
(330,329,NULL,155,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:04:57','2025-08-01 18:04:57',NULL,NULL,NULL,'82c64f78-283c-4a64-9681-11a3be4d4d40'),
(331,NULL,NULL,NULL,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:04:57','2025-08-01 18:05:01',NULL,NULL,NULL,'de1dbf90-2df4-4a57-8ef0-88e981636992'),
(332,331,NULL,156,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:01','2025-08-01 18:05:01',NULL,NULL,NULL,'ae5cc034-9679-48f5-9594-0c61fafe6990'),
(333,NULL,NULL,NULL,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:01','2025-08-01 18:05:04',NULL,NULL,NULL,'27c35b6d-8b9d-4bcc-abaf-a2338d548dfa'),
(334,333,NULL,157,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:04','2025-08-01 18:05:04',NULL,NULL,NULL,'70055f31-2d03-42d3-a985-121a1e2b2572'),
(335,NULL,NULL,NULL,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:04','2025-08-01 18:05:08',NULL,NULL,NULL,'5d7aa22c-6b88-4187-afb5-24fffb7c6539'),
(336,335,NULL,158,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:08','2025-08-01 18:05:08',NULL,NULL,NULL,'52c8f108-5ec7-4eb7-83e1-4c214d2d933b'),
(337,NULL,NULL,NULL,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:08','2025-08-01 18:05:10',NULL,NULL,NULL,'fdc36882-7b46-43fa-8ff9-4245e8dd9bd0'),
(338,337,NULL,159,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:10','2025-08-01 18:05:10',NULL,NULL,NULL,'1070a399-73d2-43b8-ad87-2e72974ec72a'),
(339,NULL,NULL,NULL,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:10','2025-08-01 18:05:15',NULL,NULL,NULL,'2558370f-56ae-47a6-8deb-2d7cb1e6ffe8'),
(340,339,NULL,160,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:15','2025-08-01 18:05:15',NULL,NULL,NULL,'a717b773-e41d-4eb4-a975-1f516ac78eeb'),
(341,NULL,NULL,NULL,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:15','2025-08-01 18:05:18',NULL,NULL,NULL,'c8f9f0cd-8e20-41d4-984b-30b14d2471af'),
(342,341,NULL,161,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:18','2025-08-01 18:05:18',NULL,NULL,NULL,'9b932f54-8d57-46cd-8c94-e9932a283f31'),
(343,NULL,NULL,NULL,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:18','2025-08-01 18:05:21',NULL,NULL,NULL,'edff3928-0002-4ca4-8b65-c9328c6c7162'),
(344,343,NULL,162,15,'craft\\elements\\Entry',1,0,'2025-08-01 18:05:21','2025-08-01 18:05:21',NULL,NULL,NULL,'6bfe948f-11ac-4494-8387-13a1d64719a8'),
(347,325,NULL,163,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:06:11','2025-08-01 18:06:11',NULL,NULL,NULL,'3b36b76d-7a5f-42fc-ba6e-2474c3e4f604'),
(348,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:06:11','2025-08-01 18:06:22',NULL,NULL,NULL,'af2219ff-28ec-46eb-b7f5-294fc48c9592'),
(349,348,NULL,164,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:06:22','2025-08-01 18:06:22',NULL,NULL,NULL,'49e28ec6-9273-48fd-bc9f-9624a56e7e96'),
(350,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:06:22','2025-08-01 18:06:40',NULL,NULL,NULL,'62a9aee5-450d-4d74-ac3c-22a50eb327d9'),
(351,350,NULL,165,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:06:40','2025-08-01 18:06:40',NULL,NULL,NULL,'f2c0689f-e1b0-4149-ba01-d0981abdda1e'),
(352,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:07:13','2025-08-01 18:07:25',NULL,NULL,NULL,'81854a0e-389f-4f30-8603-f133fa881688'),
(353,352,NULL,166,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:07:25','2025-08-01 18:07:25',NULL,NULL,NULL,'d5c48d8f-ac42-479e-8798-a50fc596d6d1'),
(354,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:07:25','2025-08-01 18:07:35',NULL,NULL,NULL,'7d9e199d-e444-4270-95c2-e0d6c18d7eda'),
(355,354,NULL,167,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:07:35','2025-08-01 18:07:35',NULL,NULL,NULL,'7a8fc6bc-eaf0-44e7-b00c-faab057bca0a'),
(356,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:07:35','2025-08-01 18:07:48',NULL,NULL,NULL,'1a91cd2e-f777-4327-82bf-9d4952df04dd'),
(357,356,NULL,168,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:07:48','2025-08-01 18:07:48',NULL,NULL,NULL,'da159131-b262-48b8-b0c9-8ca4af83f540'),
(358,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:07:51','2026-01-17 18:32:42',NULL,NULL,NULL,'83178051-07e6-40c6-ac65-1803e199667a'),
(359,358,NULL,169,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:07:58','2025-08-01 18:07:58',NULL,NULL,NULL,'d712ccab-478b-4d57-a770-e516c4c08e67'),
(360,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:08:01','2025-08-01 18:08:08',NULL,NULL,NULL,'47d21938-0536-4427-8f5f-cc02e140ab9d'),
(361,360,NULL,170,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:08:08','2025-08-01 18:08:08',NULL,NULL,NULL,'fae28537-8e36-4e69-a83a-8d0ddf218299'),
(362,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:08:10','2025-08-01 18:08:17',NULL,NULL,NULL,'d0e07c9d-1540-47f6-9214-6072a6894154'),
(363,362,NULL,171,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:08:17','2025-08-01 18:08:17',NULL,NULL,NULL,'695949a8-88ed-4210-8f64-4aa21bec75ad'),
(364,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:08:21','2025-08-01 18:08:31',NULL,NULL,NULL,'d55b94a3-92b7-4e30-85db-817cc33f7281'),
(365,364,NULL,172,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:08:31','2025-08-01 18:08:31',NULL,NULL,NULL,'9b0f4c33-4420-4c1a-a158-285c77d7ac98'),
(366,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:08:41','2025-08-01 18:09:02',NULL,NULL,NULL,'1c397521-de13-43d2-8460-dbda17e5b9dc'),
(367,366,NULL,173,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:09:02','2025-08-01 18:09:02',NULL,NULL,NULL,'3e8a2f04-8045-4812-af81-174a31a95925'),
(368,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:09:02','2025-08-01 18:09:12',NULL,NULL,NULL,'8ee85d47-9148-40ec-bd5b-c84d73572f95'),
(369,368,NULL,174,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:09:12','2025-08-01 18:09:12',NULL,NULL,NULL,'d99724a6-54f1-4049-b361-55adf27661e2'),
(370,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:09:12','2025-08-01 18:09:33',NULL,NULL,NULL,'2ce7941c-d93f-403c-bfd6-49b638f4035a'),
(371,370,NULL,175,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:09:33','2025-08-01 18:09:33',NULL,NULL,NULL,'c7581c6a-d0d7-4e1c-a436-ed6c88693ffd'),
(372,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:09:33','2025-08-01 18:09:44',NULL,NULL,NULL,'18f99c19-28c4-4251-8b65-2eb57599534e'),
(373,372,NULL,176,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:09:44','2025-08-01 18:09:44',NULL,NULL,NULL,'510e667e-1473-46b5-978c-c3d2101510f6'),
(374,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:09:44','2025-08-01 18:10:00',NULL,NULL,NULL,'f9783239-388c-401a-8006-ab0e5f64e90c'),
(375,374,NULL,177,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:10:00','2025-08-01 18:10:00',NULL,NULL,NULL,'cae79123-f9c7-4bf7-86e4-deb1ead10b4c'),
(376,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:10:00','2026-01-17 18:33:12',NULL,NULL,NULL,'82798d00-f457-47dd-a197-136a8979cb07'),
(377,376,NULL,178,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:10:07','2025-08-01 18:10:07',NULL,NULL,NULL,'539ea850-c01d-4267-a3ee-4238f88ce5cc'),
(378,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:10:07','2025-08-01 18:10:18',NULL,NULL,NULL,'8e689347-9d85-4f7e-98a0-fedc85d7efd8'),
(379,378,NULL,179,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:10:18','2025-08-01 18:10:18',NULL,NULL,NULL,'c04693d2-c401-4525-a351-aada42c7ef60'),
(382,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:10:45','2025-08-01 18:10:53',NULL,NULL,NULL,'59cac7d1-17fd-4d38-bb0d-aeabbdf85711'),
(383,382,NULL,181,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:10:53','2025-08-01 18:10:53',NULL,NULL,NULL,'99f0f1cb-7140-453a-97a3-2347159ad061'),
(384,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:10:57','2025-08-01 18:11:04',NULL,NULL,NULL,'f25f3853-7910-43ae-8a40-77d2c8cb955a'),
(385,384,NULL,182,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:11:04','2025-08-01 18:11:04',NULL,NULL,NULL,'2e6ec653-4724-40f0-9825-e0f16f6bfa46'),
(386,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:11:07','2025-08-01 18:11:17',NULL,NULL,NULL,'368912c4-ff2f-4791-b5f7-c7ab02e9366d'),
(387,386,NULL,183,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:11:17','2025-08-01 18:11:17',NULL,NULL,NULL,'c73507a9-d3c1-44e8-a1e5-6d417be2f20d'),
(388,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:11:20','2025-08-01 18:11:31',NULL,NULL,NULL,'95c17a71-7dbc-4bb1-bd1b-f68eef362ae3'),
(389,388,NULL,184,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:11:31','2025-08-01 18:11:31',NULL,NULL,NULL,'64da7682-e0dd-47fb-b824-18f245cc4a96'),
(390,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:11:35','2025-08-01 18:11:48',NULL,NULL,NULL,'86133147-b29a-42ed-adea-703e49287bba'),
(391,390,NULL,185,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:11:48','2025-08-01 18:11:48',NULL,NULL,NULL,'46f0d01f-8e54-45ad-82ce-574f2ca3b97b'),
(392,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:11:48','2025-08-01 18:12:02',NULL,NULL,NULL,'a250b11d-668e-42db-a3ef-4c92bd5c2c11'),
(393,392,NULL,186,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:12:02','2025-08-01 18:12:02',NULL,NULL,NULL,'c44b8aa0-829f-41d8-a2aa-564b5dca44b4'),
(394,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:12:03','2025-08-01 18:12:14',NULL,NULL,NULL,'673dd0fa-da64-4850-b460-39601e040741'),
(395,394,NULL,187,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:12:14','2025-08-01 18:12:14',NULL,NULL,NULL,'0a5a42ce-c4c8-4c85-bc6d-895c165cae4d'),
(396,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:12:14','2025-08-01 18:12:26',NULL,NULL,NULL,'bdb1359d-c180-4611-8a95-2eb8b1f816e1'),
(397,396,NULL,188,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:12:26','2025-08-01 18:12:26',NULL,NULL,NULL,'71b23c28-a5f2-4207-af9d-f5d212218964'),
(398,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:12:26','2025-08-01 18:12:34',NULL,NULL,NULL,'0cb6c888-0464-4bbb-a350-e279e9d68b35'),
(399,398,NULL,189,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:12:34','2025-08-01 18:12:34',NULL,NULL,NULL,'790a58f9-967e-4233-ba06-bf22f9465677'),
(400,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:12:46','2025-08-01 18:12:57',NULL,NULL,NULL,'c6ca4057-3b10-40f6-a7b5-bbf90d2b25aa'),
(401,400,NULL,190,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:12:57','2025-08-01 18:12:57',NULL,NULL,NULL,'473fe0de-7e10-487c-942b-04510711521b'),
(402,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:12:57','2025-08-01 18:13:07',NULL,NULL,NULL,'331b5ad6-85d6-4a40-a7e1-cb2cff2685eb'),
(403,402,NULL,191,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:13:07','2025-08-01 18:13:07',NULL,NULL,NULL,'7bfb3e73-2ffe-4080-843e-56ab6da363c4'),
(404,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:13:07','2025-08-01 18:13:20',NULL,NULL,NULL,'3a19f3c2-7434-48ca-bb52-5ed62fb004e3'),
(405,404,NULL,192,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:13:20','2025-08-01 18:13:20',NULL,NULL,NULL,'41e84075-2d04-47a9-bd20-a6c5f2d7f1a0'),
(406,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:13:20','2025-08-01 18:13:33',NULL,NULL,NULL,'4af36b42-1b01-4cd8-a0aa-90e28d3caa06'),
(407,406,NULL,193,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:13:33','2025-08-01 18:13:33',NULL,NULL,NULL,'82385c94-48ae-43fa-8fd6-629e2851bf81'),
(408,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:13:33','2025-08-01 18:13:42',NULL,NULL,NULL,'6df397ab-c7a8-4ca9-afb2-998ca8e61820'),
(409,408,NULL,194,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:13:42','2025-08-01 18:13:42',NULL,NULL,NULL,'62d62837-bd43-4e98-a743-3ac0d3dfccb3'),
(410,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:13:42','2025-08-01 18:13:53',NULL,NULL,NULL,'adb995c3-6ef3-49fd-b8f8-de40b96021d3'),
(411,410,NULL,195,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:13:53','2025-08-01 18:13:53',NULL,NULL,NULL,'16dbb9a1-3887-4648-97a1-e0ddda8ddec8'),
(412,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:13:53','2025-08-01 18:14:03',NULL,NULL,NULL,'278fe834-90b2-40c5-9857-c4d166881f23'),
(413,412,NULL,196,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:14:03','2025-08-01 18:14:03',NULL,NULL,NULL,'69ae175c-0c03-4018-83db-eff2a046c29f'),
(414,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:14:03','2025-08-01 18:14:13',NULL,NULL,NULL,'780c5721-1030-4d98-969b-9deff3557653'),
(415,414,NULL,197,14,'craft\\elements\\Entry',1,0,'2025-08-01 18:14:13','2025-08-01 18:14:13',NULL,NULL,NULL,'7bc31cdf-c3c5-4335-b7bf-cc36f78001bf'),
(457,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:58:35','2025-09-23 20:25:31',NULL,NULL,NULL,'6afe8b39-15ff-42bb-b973-3f0fdc816be2'),
(458,457,NULL,225,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:58:42','2025-08-20 21:58:42',NULL,NULL,NULL,'885e099b-06ad-4ca9-b798-1cc8eb8f0874'),
(459,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:58:47','2025-09-23 21:13:19',NULL,NULL,NULL,'d2b03ab3-9f68-48c7-b08a-fa96143faa3a'),
(460,459,NULL,226,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:58:54','2025-08-20 21:58:54',NULL,NULL,NULL,'4a02cd04-c703-4960-81f6-b02080e8cf60'),
(461,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:59:02','2025-09-23 20:25:25',NULL,NULL,NULL,'f1b0b1b6-ae43-43c7-bce0-29bcc5cd3a17'),
(462,461,NULL,227,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:59:06','2025-08-20 21:59:06',NULL,NULL,NULL,'f8ef6ca5-d997-41af-a600-4932f5cfbf34'),
(463,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:59:10','2025-09-23 20:25:37',NULL,NULL,NULL,'aa400bc6-8fa9-476b-b82a-cd3ccfb1803a'),
(464,463,NULL,228,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:59:15','2025-08-20 21:59:15',NULL,NULL,NULL,'6dfd32dc-d32f-448f-80f9-9f9c7eb16450'),
(465,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:59:23','2025-09-23 21:13:37',NULL,NULL,NULL,'25b87173-d04e-40ab-bd45-abe288dd5941'),
(466,465,NULL,229,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:59:33','2025-08-20 21:59:33',NULL,NULL,NULL,'bd10878c-d3f4-4a77-aac0-26a4ce94cd6f'),
(467,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:59:39','2025-09-23 20:25:55',NULL,NULL,NULL,'6ff7afbb-4b9a-483f-9da6-218c3997ad6f'),
(468,467,NULL,230,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:59:45','2025-08-20 21:59:45',NULL,NULL,NULL,'7a32a7f2-637a-4b64-8ae7-7cb144e935b2'),
(469,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 21:59:56','2025-09-23 20:26:04',NULL,NULL,NULL,'cd4f4662-0b03-4087-9e8f-1b485f959b82'),
(470,469,NULL,231,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:03','2025-08-20 22:00:03',NULL,NULL,NULL,'3131549f-c089-4f69-96e5-e59fde4a9009'),
(471,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:03','2025-09-23 20:26:11',NULL,NULL,NULL,'f4ec289c-bde1-4c45-bfbb-5c1069a516e0'),
(472,471,NULL,232,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:11','2025-08-20 22:00:11',NULL,NULL,NULL,'d12f9c87-584a-4bbf-be08-e02a6ca26147'),
(473,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:11','2025-08-20 22:00:22',NULL,NULL,NULL,'e0971592-0abc-45c9-9817-fa746354d89b'),
(474,473,NULL,233,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:22','2025-08-20 22:00:22',NULL,NULL,NULL,'ce04c12a-98d4-449f-8835-7c027df5d590'),
(475,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:31','2025-09-23 20:26:26',NULL,NULL,NULL,'544f9c74-39e1-48a1-b848-5c91ce2903e3'),
(476,475,NULL,234,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:38','2025-08-20 22:00:38',NULL,NULL,NULL,'7a1268bf-5a4e-4e66-95a8-801a89088c9f'),
(477,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:42','2025-09-23 20:26:34',NULL,NULL,NULL,'aab1bf62-810e-4549-8f8d-319f5098e937'),
(478,477,NULL,235,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:46','2025-08-20 22:00:46',NULL,NULL,NULL,'f83a6d0f-e336-4b20-94d9-f7a5bea8f26f'),
(479,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:52','2026-01-13 18:02:31',NULL,NULL,NULL,'5824e18b-943c-49f4-aee0-26e9486372c4'),
(480,479,NULL,236,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:00:59','2025-08-20 22:00:59',NULL,NULL,NULL,'6ac0ebba-f48a-49af-a6fc-eb49875f0a4c'),
(481,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:01:02','2025-09-23 20:26:54',NULL,NULL,NULL,'53138f5c-15f3-46af-9c57-838c36ff6907'),
(482,481,NULL,237,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:01:08','2025-08-20 22:01:08',NULL,NULL,NULL,'592f6284-128f-4372-8839-e24271e9a5e0'),
(483,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:01:12','2025-09-23 20:27:03',NULL,NULL,NULL,'db4fc231-4ebe-49dd-9e62-ea62d3c23f72'),
(484,483,NULL,238,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:01:17','2025-08-20 22:01:17',NULL,NULL,NULL,'485ae322-0a90-47c8-aa28-1a535baff5c5'),
(485,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:01:22','2025-09-23 20:27:13',NULL,NULL,NULL,'019352c4-069d-42e8-8424-ac0de36a3ff3'),
(486,485,NULL,239,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:01:30','2025-08-20 22:01:30',NULL,NULL,NULL,'5b15e794-120c-4028-a939-70a24320f03a'),
(487,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:01:56','2025-09-23 21:13:50',NULL,NULL,NULL,'12909ae0-a512-4b87-a2de-762fc097ba48'),
(488,487,NULL,240,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:03','2025-08-20 22:02:03',NULL,NULL,NULL,'8f2f40b7-c8dd-4269-9a64-5ebeb4c3c3fb'),
(489,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:05','2025-09-23 20:29:09',NULL,NULL,NULL,'25f98012-5633-4829-b941-2757508affba'),
(490,489,NULL,241,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:13','2025-08-20 22:02:13',NULL,NULL,NULL,'b7550ee6-d64a-4724-9914-4c567aa2ece7'),
(491,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:13','2025-09-23 20:29:17',NULL,NULL,NULL,'50117c21-038a-42be-bf0c-d5732fc15be7'),
(492,491,NULL,242,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:19','2025-08-20 22:02:19',NULL,NULL,NULL,'43c9b5a3-7c85-4352-a122-8a3f4c8a8616'),
(493,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:23','2025-09-23 20:29:24',NULL,NULL,NULL,'c8d4490f-c38e-4c36-a37e-57c3a8a9b1a3'),
(494,493,NULL,243,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:28','2025-08-20 22:02:28',NULL,NULL,NULL,'1861e046-fd59-41b8-beb6-8ec6c9a75cec'),
(495,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:28','2025-09-23 20:29:38',NULL,NULL,NULL,'5e632a25-c3f5-48b7-b309-57ff17c2b80f'),
(496,495,NULL,244,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:34','2025-08-20 22:02:34',NULL,NULL,NULL,'c838b1bb-69d2-47a9-a1c1-1a84fde8ca9a'),
(497,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:53','2025-09-23 21:13:43',NULL,NULL,NULL,'68eb2786-c4db-4964-b947-56e3b1a85a38'),
(498,497,NULL,245,6,'craft\\elements\\Entry',1,0,'2025-08-20 22:02:59','2025-08-20 22:02:59',NULL,NULL,NULL,'01d3e7fa-cfdf-4d96-b03e-c0e321fbc668'),
(545,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-09-02 20:43:21','2026-01-12 19:44:17',NULL,NULL,NULL,'b2b558ce-cd40-4d4c-a797-ca5bb55acd23'),
(548,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-09-02 21:15:29','2025-09-02 21:15:29',NULL,NULL,NULL,'229e6ff4-c6db-48ed-8904-f9db2161ad70'),
(554,NULL,NULL,NULL,16,'craft\\elements\\GlobalSet',1,0,'2025-09-02 21:50:29','2026-03-16 16:17:25',NULL,NULL,NULL,'ac2e66d3-984a-4e83-b29d-422f84e8c085'),
(555,NULL,NULL,NULL,11,'craft\\elements\\Entry',1,0,'2025-09-02 22:24:40','2025-12-05 19:07:35',NULL,NULL,NULL,'d84d167e-eaf4-4415-99d2-ab38cfaa1965'),
(556,555,NULL,273,11,'craft\\elements\\Entry',1,0,'2025-09-02 22:24:46','2025-09-02 22:24:46',NULL,NULL,NULL,'6a620e7e-d6e3-4a23-a5f8-6258867f4daa'),
(557,NULL,NULL,NULL,11,'craft\\elements\\Entry',1,0,'2025-09-02 22:24:46','2025-12-05 19:07:35',NULL,NULL,NULL,'1cee90b2-4187-4b57-a0bd-db245bf510a1'),
(558,557,NULL,274,11,'craft\\elements\\Entry',1,0,'2025-09-02 22:24:52','2025-09-02 22:24:52',NULL,NULL,NULL,'f836702a-f488-4fee-90ed-15f1cb5bb4a1'),
(559,NULL,NULL,NULL,11,'craft\\elements\\Entry',1,0,'2025-09-02 22:24:52','2025-12-05 19:07:35',NULL,NULL,NULL,'2abc4ce0-fc48-4a6c-9c02-573fdcccfd9e'),
(560,559,NULL,275,11,'craft\\elements\\Entry',1,0,'2025-09-02 22:24:59','2025-09-02 22:24:59',NULL,NULL,NULL,'0264ae86-3a96-46f7-837a-1ee4c05e4104'),
(601,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:48:04','2026-01-17 19:31:06',NULL,NULL,NULL,'9a0f8b68-a562-4873-b0ed-8507a6b25f6a'),
(602,601,NULL,294,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:48:33','2025-09-03 21:48:33',NULL,NULL,NULL,'5493f4d8-9cd9-489a-9503-1616b9080fd0'),
(605,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:48:47','2025-10-03 20:24:40',NULL,NULL,NULL,'81303c7f-793e-4e55-bfa7-c02492f7c347'),
(606,605,NULL,296,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:48:52','2025-09-03 21:48:52',NULL,NULL,NULL,'7f0e29a6-41f3-45fd-925d-fd9e234a832a'),
(607,605,NULL,297,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:49:15','2025-09-03 21:49:15',NULL,NULL,NULL,'da47c1b6-8b38-4b88-808b-a3c12590b010'),
(608,601,NULL,298,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:49:20','2025-09-03 21:49:20',NULL,NULL,NULL,'6b9349c5-491f-4b98-9c0c-558baa78c3dd'),
(609,601,NULL,299,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:49:25','2025-09-03 21:49:26',NULL,NULL,NULL,'7d47a22a-2b18-45e2-a9be-172f304f50b1'),
(610,601,NULL,300,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:52:33','2025-09-03 21:52:33',NULL,NULL,NULL,'187fd43b-d044-4624-afc8-234a7d9a5532'),
(612,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-03 21:56:34','2025-09-03 21:56:34',NULL,NULL,NULL,'b6a9c079-dc19-4954-b3f6-6ac89a38efea'),
(613,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-03 21:56:34','2025-09-03 21:56:34',NULL,NULL,NULL,'201462f8-ba2a-4661-84ed-78215a573b9d'),
(614,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-03 21:56:35','2025-10-08 18:25:13',NULL,NULL,NULL,'1c2571b2-105d-4981-882f-33972a3fa4f6'),
(616,601,NULL,301,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:56:43','2025-09-03 21:56:43',NULL,NULL,NULL,'271d147f-fb1b-4556-92ef-f203c3166ec0'),
(617,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:56:43','2025-10-03 20:24:49',NULL,NULL,NULL,'17aedcab-15f5-449a-a2ee-a3f262aa4476'),
(618,617,NULL,302,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:56:47','2025-09-03 21:56:47',NULL,NULL,NULL,'87697077-a17f-4c23-aae4-1a85ccbe1848'),
(619,617,NULL,303,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:56:57','2025-09-03 21:56:57',NULL,NULL,NULL,'7cdd5ba4-6db4-41b5-9831-12e4bdbcac37'),
(621,617,NULL,304,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:57:10','2025-09-03 21:57:10',NULL,NULL,NULL,'13fcae8c-1e31-42a7-8a3a-cb30b2361924'),
(623,605,NULL,305,5,'craft\\elements\\Entry',1,0,'2025-09-03 21:58:30','2025-09-03 21:58:30',NULL,NULL,NULL,'396501be-a3ae-4f36-9f6a-93100cf965c8'),
(629,601,NULL,308,5,'craft\\elements\\Entry',1,0,'2025-09-03 22:13:41','2025-09-03 22:13:41',NULL,NULL,NULL,'f99e598e-5b3f-408e-a17b-84356450ed28'),
(632,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-09-03 22:27:11','2025-09-03 22:27:11',NULL,NULL,NULL,'091c844c-50d7-4e50-bafa-a6bf56239538'),
(634,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-09-03 22:27:23','2025-09-03 22:27:23',NULL,NULL,NULL,'a5ef07ab-c50e-4220-a35a-0951d700536e'),
(945,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:33:50',NULL,NULL,NULL,'48a6c670-2b37-4c4d-8fd4-53ac20d90d2e'),
(951,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:34:12',NULL,NULL,NULL,'41b0861e-5cf7-40dd-9483-713f223be7e6'),
(952,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'b98b3342-f7f3-4cf7-a606-dfb8d8c57213'),
(953,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'7d66e02a-7cd7-43c9-b9f7-242ee195d3c9'),
(954,951,NULL,521,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,NULL,NULL,'fee03515-569f-49ee-adf2-268d99539a65'),
(955,952,NULL,522,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'5e020e4c-9336-4523-a3b6-35fd878e2937'),
(956,953,NULL,523,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'408b201e-e403-43ec-ac8e-74c31393f3af'),
(957,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:34:29',NULL,NULL,NULL,'e399c88e-b5dc-4726-a6ed-2abac9d595cb'),
(963,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:34:46',NULL,NULL,NULL,'73fa4e85-c923-4543-bb10-e2c4af7a8a17'),
(969,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:35:05',NULL,NULL,NULL,'07e32559-1a52-481c-b6b0-cf9c82ae6850'),
(970,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'4d8952f3-ed9d-425f-9e15-5fe6f7bf26b6'),
(971,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'93a39675-83de-4d41-baf4-5f48eee70b29'),
(972,969,NULL,530,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,NULL,NULL,'c5660b75-e1ce-4318-829a-c60ac71b25e8'),
(973,970,NULL,531,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'3b3fa9f9-a462-4c4c-af1f-83cd52d5b165'),
(974,971,NULL,532,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'5cf0cb2a-e814-4b30-b488-c2c1cfb581d2'),
(975,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:35:31',NULL,NULL,NULL,'2dc195b1-ef47-4f8b-8fe9-340e9da84901'),
(976,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'faa48ae5-3e79-4c59-bdc6-2aa586af5553'),
(977,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'5a8b5a39-85df-41bb-ac1e-10d860fe42e0'),
(978,975,NULL,533,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,NULL,NULL,'67175160-28fc-4c6a-a070-f0ba8162580d'),
(979,976,NULL,534,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'d210c426-699d-4eea-b8e5-a8b22c5e5779'),
(980,977,NULL,535,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'4bd07ed0-8527-413c-9091-b6850b773e2c'),
(981,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:35:52',NULL,NULL,NULL,'1ce07899-fff0-4291-a8ab-81cc5f758ceb'),
(982,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'89785f90-186f-4e20-92e2-e4e13eb3fc91'),
(983,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'a60ca119-2b59-4ec7-9c47-0b6792cb9a53'),
(984,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'f8804960-fbb9-4691-82e6-47af75a67885'),
(985,981,NULL,536,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,NULL,NULL,'2ff31236-ba07-46cb-8b22-885f7da30d1c'),
(986,982,NULL,537,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'f60b78b7-d499-4613-b9b2-3553ca165c5d'),
(987,983,NULL,538,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'f7435bea-b704-4e70-8961-143d3c3c1579'),
(988,984,NULL,539,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'cffbb52c-6dd3-4743-9b5d-a7ef325b2175'),
(989,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:36:13',NULL,NULL,NULL,'24ff8e10-f560-4744-b23a-be3b06e92a17'),
(990,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'55bd04a3-719f-48ca-b282-f2dd4556d0a2'),
(991,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'ce6367da-e26a-4506-a8ab-ce07526e1b47'),
(992,989,NULL,540,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,NULL,NULL,'8886d22b-fe27-466a-b242-7a796f6f2f45'),
(993,990,NULL,541,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'122bb9c9-b72a-463f-9f48-f8cbaed95ea6'),
(994,991,NULL,542,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'74190f3a-9041-428a-b16e-ee4741323fee'),
(995,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:36:32',NULL,NULL,NULL,'9e6b6166-fdac-4d25-a9fd-5af0c347d533'),
(996,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:17',NULL,'2025-09-11 18:51:17',NULL,'430a0992-651a-4999-8ab8-3ec562e0a769'),
(997,995,NULL,543,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,NULL,NULL,'7cf080d4-86a9-4aaa-b315-118ae1207f6e'),
(998,996,NULL,544,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:17',NULL,'d1d4a4a6-1fd3-447f-b00f-bed7b6dcbab5'),
(999,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:36:53',NULL,NULL,NULL,'6e18b054-3c3d-4c80-b7f6-2f7880b2b470'),
(1000,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:18',NULL,'2025-09-11 18:51:18',NULL,'a221ac78-813c-4565-a618-069c18a125bd'),
(1001,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:18',NULL,'2025-09-11 18:51:18',NULL,'4827e856-5dff-48af-b34b-97be57272aaf'),
(1002,999,NULL,545,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,NULL,NULL,'e891c1c5-3d90-4227-94fa-cef374a97e4b'),
(1003,1000,NULL,546,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:18',NULL,'7ffbf820-c595-4969-a049-c838993ee417'),
(1004,1001,NULL,547,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:18',NULL,'e606e83b-c362-4d1f-aa6f-1c9fe4541cff'),
(1005,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:37:15',NULL,NULL,NULL,'5a87fb4c-c5fd-47b4-869e-ec6321ddf8d9'),
(1006,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:18',NULL,'2025-09-11 18:51:18',NULL,'3de731a8-bb64-4220-8e1f-15102b5d8ee1'),
(1007,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:18',NULL,'2025-09-11 18:51:18',NULL,'3414182c-7409-4c4f-a868-6c5f349bcd3c'),
(1008,1005,NULL,548,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,NULL,NULL,'dda5d0cb-58f2-4149-958f-32b48f2bf45d'),
(1009,1006,NULL,549,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:18',NULL,'9c234813-244f-415d-9dd0-21715c828f5f'),
(1010,1007,NULL,550,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,'2025-09-11 18:51:18',NULL,'cbe40bb5-8ea1-4a4b-9770-3985889f0b8e'),
(1011,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:38:04',NULL,NULL,NULL,'95bbd3aa-0bb6-4efa-a47a-610d2b4e2cb3'),
(1017,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2026-03-25 19:38:25',NULL,NULL,NULL,'ce3eb7f7-2f87-4b59-9c53-05e0f3c21178'),
(1018,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:18',NULL,'2025-09-11 18:51:18',NULL,'856571b0-b255-41c6-a5ae-a33bc32ab06c'),
(1019,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:51:18',NULL,'2025-09-11 18:51:18',NULL,'c4a42116-23b5-4e52-a424-0c665420ab56'),
(1020,1017,NULL,554,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:35',NULL,NULL,NULL,'cd4d931f-c631-47a8-8828-141c1add0474'),
(1021,1018,NULL,555,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:18',NULL,'9cf29ee2-f40a-4ef9-ac7d-18404b1d9b61'),
(1022,1019,NULL,556,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:35','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:18',NULL,'7c7e60b6-0853-480d-8577-ba223745e3ed'),
(1023,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:38:42',NULL,NULL,NULL,'f2039029-4db6-41fc-921f-6c250bc2b9d7'),
(1031,NULL,NULL,NULL,1,'craft\\elements\\Entry',0,0,'2025-09-11 18:48:36','2026-02-27 01:48:43',NULL,NULL,NULL,'950498f4-be9d-468b-a88c-f8c53d277de3'),
(1032,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:18',NULL,'2025-09-11 18:51:18',NULL,'e0e830b2-2fe5-4efe-a492-5e1071461d5d'),
(1033,1031,NULL,561,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'93d7bde7-5e6f-49e9-b08e-455f032272e1'),
(1034,1032,NULL,562,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:18',NULL,'d6be10d9-eee2-48c5-90db-d4f0b2c95a8d'),
(1035,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:39:04',NULL,NULL,NULL,'4c1f47b4-c776-4a3d-91bf-971cca51fc46'),
(1036,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:18',NULL,'2025-09-11 18:51:18',NULL,'b1af9f9e-abb0-4b93-9b79-b41ad65d5667'),
(1037,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:18',NULL,'2025-09-11 18:51:18',NULL,'b9615338-fd34-496d-b5b4-a1aedd0ec222'),
(1038,1035,NULL,563,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'5c1a9229-e14b-451a-b8c1-1e924c7e046c'),
(1039,1036,NULL,564,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:18',NULL,'88a3cd53-502a-4fe7-83b5-4b381adcf1c8'),
(1040,1037,NULL,565,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:18',NULL,'65be40ee-c2e1-472f-be8a-2639abc82794'),
(1041,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:39:20',NULL,NULL,NULL,'3de194dc-8f35-4e34-862d-7ec10c5e8f04'),
(1042,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:18',NULL,'2025-09-11 18:51:18',NULL,'5baa6d92-c54a-4dc2-8217-dd570508fd35'),
(1043,1041,NULL,566,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'636fe767-0234-4469-80ab-8bbf0036bac8'),
(1044,1042,NULL,567,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:18',NULL,'9f984eb8-4779-4ee1-b5ed-ba9f407893d1'),
(1045,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:39:45',NULL,NULL,NULL,'dec3ccf7-835a-4e35-8f30-b2b10064595e'),
(1051,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-30 13:50:32',NULL,NULL,NULL,'7ecdfcf7-57f3-4966-92e3-a846e195f1f0'),
(1052,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'3953c615-c4f9-4b23-b206-81680036bf19'),
(1053,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'50fb3de6-c544-4fae-ba32-9c102626cde3'),
(1054,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'891675f1-6ee0-45e7-a0ee-c5f1def29961'),
(1055,1051,NULL,571,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'746107ef-7585-441e-90aa-bfcee8ce2a05'),
(1056,1052,NULL,572,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'0ad6941f-640f-497f-a520-3f6f0d612754'),
(1057,1053,NULL,573,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'bd598fbf-d50d-4281-9c88-da2c39fe2bd3'),
(1058,1054,NULL,574,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'f3e4bff4-6dd7-459b-81ab-324d84025de5'),
(1059,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:40:29',NULL,NULL,NULL,'1db34b40-992e-4b6a-957b-2ab444012d2d'),
(1060,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'82dd976d-5d80-4d37-91c2-975c5bfa56b7'),
(1061,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'69532f71-ad21-4e1f-8838-d65bfcaf6fb2'),
(1062,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'35450d10-89b4-4158-a5c5-02e9ce986870'),
(1063,1059,NULL,575,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'bb9c87b2-9543-4600-8052-8186727edb3c'),
(1064,1060,NULL,576,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'3320e605-1717-45f8-b8cb-051aa2ad09d2'),
(1065,1061,NULL,577,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'fad8af60-3f9b-4e49-8dce-0b22322826ff'),
(1066,1062,NULL,578,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'a7f11528-4355-46a5-9bf5-8564a92ea7a7'),
(1067,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:40:53',NULL,NULL,NULL,'3e896674-276a-4fac-9bae-6043a7566c71'),
(1068,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'1ea44685-d248-47ea-a73f-c1c827d519db'),
(1069,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'ffafd33f-b84a-4f08-9c4f-eb356107eb89'),
(1070,1067,NULL,579,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'096a387c-cf17-4eb7-baee-66df6d186421'),
(1071,1068,NULL,580,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'43db53d3-3109-4eaa-ab04-7792f01bd012'),
(1072,1069,NULL,581,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'bac4d24a-213e-45d3-99c3-97f84f2c20c8'),
(1073,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:41:11',NULL,NULL,NULL,'cf2218ca-b445-43a5-9a1f-3eb02abce60c'),
(1074,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'a5d8c15e-e74c-42ca-a88e-07f359c881fa'),
(1075,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'fea85ae0-fddf-4c69-b29b-41a708363761'),
(1076,1073,NULL,582,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'e3331081-443b-456e-8bdc-49788985f4d5'),
(1077,1074,NULL,583,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'2f0a8a72-810c-4661-9912-0cb05b93f112'),
(1078,1075,NULL,584,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'3eb1a75d-afb1-49e9-8bff-d4863316d87b'),
(1079,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:41:32',NULL,NULL,NULL,'5ae1ceec-e10f-482d-9b12-2d210b34fc9c'),
(1080,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'4f3429eb-9312-4dc9-87b3-f10cb743c365'),
(1081,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'40bc5374-c46c-4484-95ae-bc223a6c29c5'),
(1082,1079,NULL,585,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'b3b33bb7-7fdc-4d82-a425-80bc21f95332'),
(1083,1080,NULL,586,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'8ee0a6fc-a030-4d6c-ab6b-22b9dcab8887'),
(1084,1081,NULL,587,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'bdba192b-c83b-4bcf-87a1-15c2dfac991d'),
(1085,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:41:50',NULL,NULL,NULL,'560ed462-30a9-4c94-a0de-7d5cbce1bb13'),
(1086,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'964b1887-b339-4799-bc22-3d38f1bcec99'),
(1087,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:19',NULL,'2025-09-11 18:51:19',NULL,'170b6a26-1f00-43fd-a16d-b8e1de89f362'),
(1088,1085,NULL,588,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'ab6e9010-8c9d-43fd-9921-66e64b8f3ab1'),
(1089,1086,NULL,589,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'cce369e7-aff6-45ee-b1d0-f4d8e1ef17ed'),
(1090,1087,NULL,590,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:19',NULL,'ad74462a-0acc-45d9-88f3-74dbd4ac8ccb'),
(1091,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:42:13',NULL,NULL,NULL,'af8ab057-06a9-44da-a782-bce073caf3f7'),
(1092,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'1ab57f16-7dd2-438e-a80d-55d999c71173'),
(1093,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'19434827-facd-4a27-a494-9872800b7c00'),
(1094,1091,NULL,591,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'f310452f-bef2-43da-955e-ab8bbcfa8936'),
(1095,1092,NULL,592,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'f765ad23-369d-4e1e-9b9a-6d08b3eef309'),
(1096,1093,NULL,593,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'e183a3be-1a97-4aba-b30e-f87a1b5254ee'),
(1097,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:42:33',NULL,NULL,NULL,'e6a0a789-a128-4e9b-877e-cc076269bc49'),
(1098,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'c0cd0323-daed-4e05-964d-af8a63249fa5'),
(1099,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'cbb49a99-c13e-4eba-8c34-6b8a23387b19'),
(1100,1097,NULL,594,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'e6edc4a4-2f7c-41cf-8384-f76b0f961a5b'),
(1101,1098,NULL,595,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'87a71333-86d7-4929-a0cf-353398a98599'),
(1102,1099,NULL,596,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'c1e44615-926b-4d1c-882a-0bd8360c9c30'),
(1103,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:42:52',NULL,NULL,NULL,'f53d9228-7793-482e-ad9e-9266a29f470d'),
(1104,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'f7c584cc-48e7-443b-90ff-acf209238b46'),
(1105,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'338f45dd-aa66-42a4-85c1-bb6256261b91'),
(1106,1103,NULL,597,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'5bff26aa-4fa4-4926-8f2d-625ffd7225d3'),
(1107,1104,NULL,598,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'f70e062a-9e97-48e5-b354-19a4e919e692'),
(1108,1105,NULL,599,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'ef740bed-8b65-4b82-98a6-0027eeeeec08'),
(1109,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:43:09',NULL,NULL,NULL,'398ec3ba-8547-4d8c-a91c-a2de31cf9d20'),
(1110,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'2b7e749b-c62a-4693-a91a-46f8b6ddcba2'),
(1111,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'6e2b9404-765f-4991-be6b-a12b2991259d'),
(1112,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'14548fc8-ebd3-4568-889c-d54db90c442c'),
(1113,1109,NULL,600,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'844070a9-93f6-437e-96ea-3f24a1fe5866'),
(1114,1110,NULL,601,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'2e6602ca-b53e-4dec-81ac-01c98ac5f553'),
(1115,1111,NULL,602,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'05ec7e05-5c60-4b67-882e-66edaf355367'),
(1116,1112,NULL,603,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'c6c82188-bb68-421b-90c7-28bb67edbd81'),
(1117,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2026-03-25 19:43:32',NULL,NULL,NULL,'a08d8d64-84ed-4630-94bb-e92bb7619949'),
(1118,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'8bf0c634-b6dd-4835-a858-7057529489d2'),
(1119,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'cf758b45-6e11-4945-90c5-db861a5d0b8f'),
(1120,1117,NULL,604,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,NULL,NULL,'f4d033fd-dcd7-43cb-aef9-37d702ce7efa'),
(1121,1118,NULL,605,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'d1ab9b0d-752d-4163-b91e-123f67052b84'),
(1122,1119,NULL,606,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:36','2025-09-11 18:48:36',NULL,'2025-09-11 18:51:20',NULL,'dc20d49e-5b88-4a95-af7e-d615672a0254'),
(1123,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:43:49',NULL,NULL,NULL,'5706c4a0-fcfc-4823-a969-32440ed553a3'),
(1129,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:44:10',NULL,NULL,NULL,'28a28f32-135b-474d-9045-2fb69fbcde32'),
(1130,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'18e5ed3e-7421-486b-bb13-99055ff0fb06'),
(1131,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:20',NULL,'2025-09-11 18:51:20',NULL,'2e0c9d8b-55c1-48c5-9a02-d2737801c6c6'),
(1132,1129,NULL,610,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'291813ba-7229-4de4-aba7-911ce4ac6394'),
(1133,1130,NULL,611,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:20',NULL,'0949fa92-a911-4736-bf34-7e8223a20bbe'),
(1134,1131,NULL,612,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:20',NULL,'714fd2cd-0dd2-435d-a421-ba319c18ce94'),
(1135,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:44:24',NULL,NULL,NULL,'5851bd11-29aa-43b3-b611-fc88dd5e211d'),
(1136,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'c6dee479-40b3-430e-9858-341e650d0ab5'),
(1137,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'05d9e4a1-4db0-4349-abc1-7b8c59745877'),
(1138,1135,NULL,613,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'7708f32d-a59e-406a-840f-f9bf1dd0b749'),
(1139,1136,NULL,614,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'42a075b2-2fef-4890-9730-78a79bbc30d6'),
(1140,1137,NULL,615,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'3e62702c-29e4-422e-8ca8-7339310e88c5'),
(1141,NULL,NULL,NULL,1,'craft\\elements\\Entry',0,0,'2025-09-11 18:48:37','2026-01-21 19:14:28',NULL,NULL,NULL,'1d957e72-1e3c-4f74-8b78-4c0e762aab48'),
(1142,1141,NULL,616,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'4f267a08-11ce-418a-ac1f-6be097019354'),
(1143,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:44:40',NULL,NULL,NULL,'44c0f461-8c7c-4f47-b5f0-717c1c50c7a2'),
(1144,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'87aaf7fe-938f-4de7-b373-ee459a264923'),
(1145,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'f8873476-c276-43f1-8542-a4caab1bd3ba'),
(1146,1143,NULL,617,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'d4e60a3a-c323-4be2-a57f-0f627737705a'),
(1147,1144,NULL,618,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'98327891-4a30-40db-a2b7-fdc217b74322'),
(1148,1145,NULL,619,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'1cf2fd55-9139-4883-a3cc-dde3e269c2bf'),
(1149,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-01-21 01:54:04',NULL,NULL,NULL,'f381df8f-e64f-4bf2-abd8-61cbfcceaea2'),
(1150,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'a1bbd559-8b53-4167-9115-4e2adef24804'),
(1151,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'ec1adc96-db31-484b-b38c-762fcaaebf7b'),
(1152,1149,NULL,620,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'b136a7dc-9afb-4472-b693-4b52744631b4'),
(1153,1150,NULL,621,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'483bcb91-61eb-4e71-8b68-de6a6513779a'),
(1154,1151,NULL,622,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'43714484-1768-4f83-9ab6-d30e57461fb1'),
(1155,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-01-21 01:54:31',NULL,NULL,NULL,'c0f22461-831a-49b7-a594-09cc88d08098'),
(1156,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'e4a3bdea-6875-4e60-8be9-d7277eb27ef3'),
(1157,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'55922826-85ab-4780-b623-cadf0c9ea182'),
(1158,1155,NULL,623,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'b8b1578f-dc37-484b-8dab-37b24bd9377b'),
(1159,1156,NULL,624,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'04167b78-fc6a-4be2-a302-8f0b94c0d779'),
(1160,1157,NULL,625,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'ce0d8389-1634-4dbf-9e2d-6074319bdde7'),
(1161,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:44:59',NULL,NULL,NULL,'09b0cfa0-a3e5-4ad8-996a-8faaef93dada'),
(1162,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'08ecada2-bf45-40c5-b6b0-c36dc2b4d165'),
(1163,1161,NULL,626,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'9c9f8d12-26af-44ec-bf64-114ad399c910'),
(1164,1162,NULL,627,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'e0281d02-7c77-4091-bd6e-6cbd38edf2bc'),
(1165,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:45:17',NULL,NULL,NULL,'c7655616-7d4f-4c6a-b370-6126b174a372'),
(1171,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 20:26:14',NULL,NULL,NULL,'055d79fb-6463-4d54-8399-b6ebcc287543'),
(1172,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'1a1d4edf-2a46-43b7-90d1-7678aac6b95b'),
(1173,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:21',NULL,'2025-09-11 18:51:21',NULL,'daa5ed51-917d-4918-ad5f-14e19f004c46'),
(1174,1171,NULL,631,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'c63f66be-908a-45f6-b664-2ae9dffa1cd9'),
(1175,1172,NULL,632,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'69fb9b60-8113-4fe7-9933-15d763968daa'),
(1176,1173,NULL,633,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:21',NULL,'a1c4bb3b-e362-4186-9cd4-a0dc87724a6d'),
(1177,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:45:37',NULL,NULL,NULL,'2be2bbd1-385e-425c-8c2d-272477117748'),
(1185,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:45:53',NULL,NULL,NULL,'89bfa064-7f1a-4480-81eb-bbb78109087f'),
(1186,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'13112f7e-6a50-47cc-85cf-753fcea43111'),
(1187,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'fd5765c6-f665-4a02-815a-5105814ce806'),
(1188,1185,NULL,637,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'526e17f0-4799-4b50-9003-7cae2871fa1f'),
(1189,1186,NULL,638,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'baaa85fd-6100-4868-9429-3e10c48fad6c'),
(1190,1187,NULL,639,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'90b682ef-348b-41a1-b39a-d44e3681d170'),
(1191,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:46:40',NULL,NULL,NULL,'c917f067-e6d1-42f1-ba71-c9910cdf356f'),
(1192,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'da1a0e04-418a-42e0-a960-44584a7fdb5f'),
(1193,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'9994b8b2-4b7a-43fa-9170-eb4dbec75df9'),
(1194,1191,NULL,640,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'41b9e46c-fa99-46a8-9723-1526a6fa1e6d'),
(1195,1192,NULL,641,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'a37bc56c-550d-4537-8481-97b30c9fc51e'),
(1196,1193,NULL,642,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'5bbd680a-d39e-4ba0-8a2a-39d4704344f9'),
(1197,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:46:30',NULL,NULL,NULL,'a6698012-4054-4391-80ee-3f26c63ac0cf'),
(1198,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'ad2eba91-fdd1-4990-9a43-f7f0141ca539'),
(1199,1197,NULL,643,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'68d70228-e975-4723-93e4-bb1d919ac31e'),
(1200,1198,NULL,644,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'921c7a77-e591-405c-b040-34de76b14d8f'),
(1201,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:46:57',NULL,NULL,NULL,'b5c6ccd8-0e99-4efd-a495-8c5c49b45f2d'),
(1202,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'86fdea10-7626-43bc-bbe9-964584761c5d'),
(1203,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'ebe0438c-7661-4587-b14e-a83a21ad065b'),
(1204,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'2d327abb-b910-440f-8f3b-42793de72379'),
(1205,1201,NULL,645,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'4aeac103-0513-44b2-a75b-22fe41ff94a9'),
(1206,1202,NULL,646,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'c713e2b3-a3c2-4d20-bab6-66bae092be4d'),
(1207,1203,NULL,647,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'a17a7dc7-5a10-48fd-8429-362e1ad4b425'),
(1208,1204,NULL,648,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'45a9f629-d9c6-42fa-b588-eddba6553542'),
(1209,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 20:26:43',NULL,NULL,NULL,'6426c6e4-aede-4aab-8e51-3605bafda3f2'),
(1210,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'b7dc73bf-effb-4665-b518-2a72a327f95d'),
(1211,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'08f6f1b5-8aff-4d05-8675-164e9b04171c'),
(1212,1209,NULL,649,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'b3eda0a4-8a43-4e74-9355-17b70cee35dc'),
(1213,1210,NULL,650,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'051bd566-20a6-42fe-8817-296144e44534'),
(1214,1211,NULL,651,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'4af34744-eeea-4260-8231-ca668cc192a4'),
(1215,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 19:47:13',NULL,NULL,NULL,'5bd94697-9fd6-4d4e-8848-3fe542b3bbda'),
(1216,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:22',NULL,'2025-09-11 18:51:22',NULL,'6d71c8ab-c698-4295-b08f-ffa9061c8077'),
(1217,1215,NULL,652,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,NULL,NULL,'12bd724e-8184-4679-9b88-20a39863abf8'),
(1218,1216,NULL,653,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:37',NULL,'2025-09-11 18:51:22',NULL,'8c43b830-8619-42d3-ab08-94055ea805c2'),
(1219,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2026-03-25 20:27:02',NULL,NULL,NULL,'a2c697ad-df34-4492-a9f1-dae21a012b6d'),
(1220,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'c6b85159-a923-4cec-9fff-f03161a2efcc'),
(1221,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'5a2a6dfc-82b9-4dcd-8e8f-4c94f5de0e3d'),
(1222,1219,NULL,654,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:38',NULL,NULL,NULL,'dcb64168-cb4b-4687-9e89-63890ed5f69c'),
(1223,1220,NULL,655,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'34480a28-3cd6-4794-a923-a7376e674dbd'),
(1224,1221,NULL,656,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:37','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'9ea4b749-d616-48e8-a736-a7f1f2fdf7f7'),
(1225,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:47:33',NULL,NULL,NULL,'37807e51-bdf9-484c-9984-d3175d293933'),
(1226,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'7204ee6d-8c0a-440d-bbed-ed5ba7c73566'),
(1227,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'f4abdad0-9da1-4584-a755-1ac496074fea'),
(1228,1225,NULL,657,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'a03b6bc5-7bd1-49f0-9358-98d36fdcce53'),
(1229,1226,NULL,658,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'957a9562-56ee-4531-a1b4-e1a063f06e7d'),
(1230,1227,NULL,659,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'6a8f51cd-ead9-4e95-a103-3517f084165a'),
(1231,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:47:50',NULL,NULL,NULL,'8f0d2923-6550-4757-8bea-573605d2135f'),
(1232,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'0bb10668-8b22-44b4-b00b-62a7aa051d2f'),
(1233,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'1fb3327e-b3f2-4b5c-954c-6bf74d4c60bf'),
(1234,1231,NULL,660,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'23ddadd8-f438-4ec7-9cf8-a36731a6a9d1'),
(1235,1232,NULL,661,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'f8b0db55-cdf6-4da2-b2e2-a90cb9710d08'),
(1236,1233,NULL,662,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'fa93c549-eba1-48dc-b3b6-f0d7638eed41'),
(1237,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:48:08',NULL,NULL,NULL,'831198a5-a1c7-4506-9bac-ba8a760422f7'),
(1238,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'bbd52683-b622-4e7f-a893-a0cdd535a5fa'),
(1239,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'9c20ffff-befb-443f-90d7-7a162a6452a5'),
(1240,1237,NULL,663,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'1c693d24-a2ba-4121-9892-11d95b30c106'),
(1241,1238,NULL,664,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'b1d6c857-74a6-49d3-b4dd-bf7bd6514fa5'),
(1242,1239,NULL,665,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'07a0b9a0-d137-487e-b40e-389d89424067'),
(1243,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:48:34',NULL,NULL,NULL,'c5279fef-fc70-454a-9f6b-c8eb84670bf9'),
(1244,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'26e0a0a0-a0c2-4f9b-9a1f-509afdfd0ab6'),
(1245,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'a977cfb5-6806-4611-b0f7-5e758613bd40'),
(1246,1243,NULL,666,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'27795513-a0ac-4529-a8a2-148532aa4999'),
(1247,1244,NULL,667,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'d69d680d-89a1-48b0-bb0c-a2883c2c3be2'),
(1248,1245,NULL,668,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'6c658dea-614a-4ef3-9b57-bd4425deb5a0'),
(1249,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:49:02',NULL,NULL,NULL,'98f6c7e0-e81c-42ec-8429-6ac1e78827c9'),
(1250,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'e2f8e639-e575-42e9-9e80-fa9c1944a2ff'),
(1251,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'5e65210f-f52e-4202-9f70-a983ed21083f'),
(1252,1249,NULL,669,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'1873b339-5e4d-4b06-ab0c-a83eb068f3bf'),
(1253,1250,NULL,670,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'fcf77344-c556-4172-8f67-0867546ff865'),
(1254,1251,NULL,671,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'093428c5-4db5-41ff-8c0f-0071ab5d4ea7'),
(1255,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:57:30',NULL,NULL,NULL,'f283d066-0b82-44eb-b879-14ec2219674a'),
(1261,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 18:54:54',NULL,NULL,NULL,'15943273-e8c3-4a51-b5d9-e3fc7cd32a8f'),
(1262,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'669b6452-688a-4133-908c-055a66cff5e1'),
(1263,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'32684ff2-cd50-4bc2-8df8-47ac6c9695a0'),
(1264,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:23',NULL,'2025-09-11 18:51:23',NULL,'f584e501-f863-4648-8fd7-9cc2772752c8'),
(1265,1261,NULL,675,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'0a26fa57-210a-4186-80d6-03b48f59656c'),
(1266,1262,NULL,676,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'14de058b-d7c4-4cd1-b4b0-b3a031601409'),
(1267,1263,NULL,677,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'d9652a04-b7d2-47d3-98f4-c924e260267b'),
(1268,1264,NULL,678,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:23',NULL,'bb0262df-3c23-4eaa-9d4e-3fb526dd8bf9'),
(1269,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:58:11',NULL,NULL,NULL,'d3debf21-6311-42d6-a153-c4d5a58464f6'),
(1270,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'87beb08f-b473-4f64-9cfc-55683192267a'),
(1271,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'42e051d9-ffbc-402e-b5dc-b3107c29cafc'),
(1272,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'f358722c-ef6d-4fda-8feb-6b2d93e2a041'),
(1273,1269,NULL,679,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'c0a047e6-f59b-41de-a4f1-89d32e25a0bc'),
(1274,1270,NULL,680,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'611c4c6d-e885-442b-af38-d456a49260d4'),
(1275,1271,NULL,681,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'ebed7c12-2fb9-483c-af57-f2ad48e43bbf'),
(1276,1272,NULL,682,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'a9d29ed5-3300-438c-bb92-b28dd1047f02'),
(1277,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 20:02:16',NULL,NULL,NULL,'406cd088-3430-4963-accc-1e6e86db6052'),
(1278,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'aa2d165b-6b89-45f2-a104-ce337866a947'),
(1279,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'fea5f623-4050-40dd-88c2-5ad59110cf95'),
(1280,1277,NULL,683,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'60065f1f-4961-4a9a-a900-814a03d767a5'),
(1281,1278,NULL,684,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'a10bd7a2-0059-4ca0-9c80-faa5ceda7d98'),
(1282,1279,NULL,685,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'94a8740d-e5bd-4f1e-b5d3-cd7d0e8d5247'),
(1283,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:58:34',NULL,NULL,NULL,'a14f333f-5d97-4f28-adf7-1eb6de8a62dd'),
(1284,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'16f849bf-8b2b-44b3-8c12-54d94e8c6e09'),
(1285,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'77e50c01-3b96-41da-aa5b-29bfbc4816eb'),
(1286,1283,NULL,686,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'b83326e2-4680-4c83-9a5e-a117bad15222'),
(1287,1284,NULL,687,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'9dcfeb26-8b38-403a-ae08-f1818117576e'),
(1288,1285,NULL,688,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'81c3b452-fba1-4ae7-a459-8483baf683d2'),
(1289,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:58:54',NULL,NULL,NULL,'1e0bb049-da11-4a90-9e51-1549b36f3102'),
(1290,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'b8e0ffb1-5428-4ab7-80c7-77a9fd1fd911'),
(1291,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'064fc539-91b2-4d4e-9566-2ef3bc7143bb'),
(1292,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'0b5324da-3ba4-4600-a30c-ede53304bf82'),
(1293,1289,NULL,689,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'b543b24d-e8a8-4cab-be14-c9d7c7bf30fb'),
(1294,1290,NULL,690,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'ad21d5eb-6be6-4f43-94db-43ba63afe000'),
(1295,1291,NULL,691,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'2efc46dd-208e-46fc-8ba1-1bafefe9dff3'),
(1296,1292,NULL,692,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'03e88e82-4b9a-4ead-86ae-e77f88bc8305'),
(1297,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 18:56:36',NULL,NULL,NULL,'63f83f5e-ea30-4d1a-9cd7-742ab2705cc1'),
(1298,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'de4c8138-9138-4c6a-a9a4-8b80bd5bbb5d'),
(1299,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'f2cfc895-91c2-4973-83e3-6409acd12711'),
(1300,1297,NULL,693,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'2d58e33b-1434-472d-b977-53e6be4e270e'),
(1301,1298,NULL,694,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'4cfec8e5-e0b2-4b49-8801-80c343be3782'),
(1302,1299,NULL,695,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'a9d1eb84-e219-462b-9c9e-7834ebc53e8d'),
(1303,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:59:12',NULL,NULL,NULL,'6f09b6a2-cbf4-472a-9f08-6e209deb09a1'),
(1304,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'20cbbf8d-dd29-4b59-8f34-253a4b57d02a'),
(1305,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'a8d2ac4d-bf5a-45cd-aa39-847cd30098d0'),
(1306,1303,NULL,696,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'f7550701-b282-4c05-865d-2dc9990a6b39'),
(1307,1304,NULL,697,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'b3c00404-2c96-42af-b91c-d090625debee'),
(1308,1305,NULL,698,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'9fbb9366-eb03-4898-976e-b0f0b025bcd5'),
(1309,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:59:30',NULL,NULL,NULL,'1e37f615-9815-4e6b-bef1-b6c2d9b7f291'),
(1310,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'9968f953-ee7a-43ed-8ccf-d1fbb6c53297'),
(1311,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:24',NULL,'2025-09-11 18:51:24',NULL,'2a9caa7f-7ea0-424d-a570-0f087a4a2222'),
(1312,1309,NULL,699,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'20139750-d97a-4693-aa69-39ccdd656367'),
(1313,1310,NULL,700,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'7a6a4d0b-14b3-4689-96ff-bedad8dbee7d'),
(1314,1311,NULL,701,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:24',NULL,'4ed5266a-eafa-4dff-8c2f-9809e41f8048'),
(1315,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 19:59:50',NULL,NULL,NULL,'af1f0dc9-56db-4a3d-adad-a0710d5382fc'),
(1316,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'8043e61a-5d17-44bb-9058-bc868dc49ce1'),
(1317,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'89ed9071-61ce-44a1-b7f2-c0fc40b5c955'),
(1318,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'4f1e758e-0e34-44b7-baec-2c9eced211e1'),
(1319,1315,NULL,702,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,NULL,NULL,'ecc4c9a2-339a-45bd-bca3-5a269e212c39'),
(1320,1316,NULL,703,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:25',NULL,'874bbcfd-90e9-482b-ab82-2681ec104cdc'),
(1321,1317,NULL,704,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:25',NULL,'08b39ef2-0325-4439-ac82-4f9773940ed7'),
(1322,1318,NULL,705,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:38',NULL,'2025-09-11 18:51:25',NULL,'a309dc10-48fa-4065-9fa7-9c93c32da578'),
(1323,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2026-03-25 20:03:06',NULL,NULL,NULL,'6d44985a-9c4f-4f58-b4ee-714eefdab563'),
(1324,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'e0e43dea-0616-4e0d-bb7d-64ebacc06517'),
(1325,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'09f42432-3df5-4c7c-974b-e8b694ee3c4b'),
(1326,1323,NULL,706,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:39',NULL,NULL,NULL,'87fe8d58-03b3-43d3-ad8f-c4cade82789d'),
(1327,1324,NULL,707,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:25',NULL,'7a6b7e2a-0a6f-4243-b309-fb66786d0d72'),
(1328,1325,NULL,708,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:38','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:25',NULL,'65f511dc-8f93-479a-8d3e-6021a6b9778d'),
(1329,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 20:00:09',NULL,NULL,NULL,'1fd9bbc0-7bf1-46c9-ac24-0176114d3823'),
(1330,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'430de6e4-45df-469c-a0ac-15547a6ea506'),
(1331,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'ae0bbb33-7fe7-4e2f-b36d-8360e0b47ac5'),
(1332,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'c8b25d21-3bcc-43cb-a982-6aa042ce7c7a'),
(1333,1329,NULL,709,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'8fbb0b37-b9f2-4614-835e-de6c647719a5'),
(1334,1330,NULL,710,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:25',NULL,'c26615ba-e4c9-4d9a-925b-9c90103ae00a'),
(1335,1331,NULL,711,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:25',NULL,'0a8eb40c-1e1d-4fd1-8e2c-4a04d13a29d9'),
(1336,1332,NULL,712,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:25',NULL,'f0b59803-a16a-4a3d-8963-809337502b79'),
(1337,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 18:57:10',NULL,NULL,NULL,'8dcaf5df-07b7-471a-8789-20e7877f2acf'),
(1338,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'ff30ff8c-9982-4b8c-bd0c-456261a04c3b'),
(1339,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'65c56459-3662-4e2e-bbf9-e82eb7d99d31'),
(1340,1337,NULL,713,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'c5a0b65f-7882-4513-a5d1-8039a767d40e'),
(1341,1338,NULL,714,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:25',NULL,'ef3f32c1-0b07-4ad9-8029-f9d21d4ea52d'),
(1342,1339,NULL,715,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:25',NULL,'bc4525aa-9015-468f-a9d9-78ace2d48ec9'),
(1343,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 20:00:27',NULL,NULL,NULL,'dc8c0434-33bf-4a60-8f74-5e9e67c67891'),
(1344,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'41d99e48-d5cf-408d-906d-340735136b96'),
(1345,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'41d77cae-2b52-436a-8fa4-27d35f39561f'),
(1346,1343,NULL,716,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'24024ef0-16b1-4688-984c-de8e2d231d43'),
(1347,1344,NULL,717,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:25',NULL,'b6b20adb-acb3-49da-8df0-55b3eae7da84'),
(1348,1345,NULL,718,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:25',NULL,'0acc5d37-de89-4bf4-8d81-4351d737de77'),
(1349,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 20:00:41',NULL,NULL,NULL,'1fab1df4-d265-4be0-a1fb-123a3d0f4312'),
(1350,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:25',NULL,'2025-09-11 18:51:25',NULL,'345b51c1-2dd4-48fb-9194-f56d0135f9bb'),
(1351,1349,NULL,719,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'c07c82ac-f45a-4488-8e34-2752ddc02019'),
(1352,1350,NULL,720,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:25',NULL,'80005875-b4fb-4a6f-9b0a-efc12dc3323b'),
(1353,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:51:39',NULL,NULL,NULL,'f29068a1-d909-4477-8a54-4f870de19253'),
(1359,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:51:58',NULL,NULL,NULL,'0a78517d-cd10-42a9-9b07-bd04013eaa7a'),
(1360,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'1661cb08-fadf-4970-af2d-42b2bcbcc6a6'),
(1361,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'a4b559ec-0ec4-42c3-89c5-1175ff52b3cd'),
(1362,1359,NULL,724,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'7bee03aa-7706-4450-a56b-7e342d33674c'),
(1363,1360,NULL,725,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'1efe27fb-b3ec-44f8-88c2-c76667c92eb7'),
(1364,1361,NULL,726,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'40974069-b708-4298-ac81-ef5084e2f449'),
(1365,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:52:16',NULL,NULL,NULL,'b1b7bedc-a69c-43e5-a051-864302bb5316'),
(1366,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'237f0de8-486f-455b-bb4e-cb875251ba3e'),
(1367,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'54b40113-d8ad-46f9-b11d-4728753e74b9'),
(1368,1365,NULL,727,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'c64e4f58-6d8c-4ea2-808f-11038133461e'),
(1369,1366,NULL,728,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'8308aac5-f93e-44ef-b9cb-1c4cb05e5f6c'),
(1370,1367,NULL,729,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'25559755-16d6-452a-97d2-0ad02800b00d'),
(1371,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:52:54',NULL,NULL,NULL,'1bc8135b-532b-434c-9bfd-75701f485a3c'),
(1372,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'2e261345-db78-4d7b-847e-765a6af5b014'),
(1373,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'f19dd849-9553-4f3c-8a5d-4e761016e010'),
(1374,1371,NULL,730,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'9e667f0c-03ff-4446-b89d-0c3200e4c8dd'),
(1375,1372,NULL,731,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'0f5359d8-ba45-4002-a348-b377c0ff9a0a'),
(1376,1373,NULL,732,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'58fa238e-a540-4873-95f7-8bf693d3de3b'),
(1377,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:53:33',NULL,NULL,NULL,'d3466f3d-8d29-494a-b948-a4b0893f19e2'),
(1378,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'befd8433-ea04-4e2b-8fa7-bdecc16273c1'),
(1379,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'bc9fcfa7-4653-4a00-b5b5-fa6b3cf95c43'),
(1380,1377,NULL,733,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'18c9209a-e7aa-4f4a-9bdb-0bf747856160'),
(1381,1378,NULL,734,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'4a03e149-e9f8-4ebd-b1a4-076e9a096736'),
(1382,1379,NULL,735,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'fc0ac719-9207-4ea7-8a02-530c28a50aab'),
(1383,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:53:51',NULL,NULL,NULL,'69022d4d-5d2e-4e2a-8a66-4e47358a2867'),
(1384,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'7b685ee2-7565-4acf-8e09-00c7584a4c2e'),
(1385,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'b6f03b11-d559-4b74-8c8e-111414003414'),
(1386,1383,NULL,736,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'91ed79b0-819d-4400-843b-7fe2f965145c'),
(1387,1384,NULL,737,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'c732bb86-d763-4643-a7a6-6456036e6b2c'),
(1388,1385,NULL,738,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'fc779cc1-739e-41d0-831e-489bc6ceeb1a'),
(1389,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:54:11',NULL,NULL,NULL,'fb8a6fbe-da4c-4b0d-97b9-df4fceca0c83'),
(1390,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'1252935e-8575-4ed3-9d1b-b8f45c05a53a'),
(1391,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'b5c7baba-cd62-4faa-b917-7fc71bd30dbd'),
(1392,1389,NULL,739,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'ba4a3d1c-f46b-43ba-8729-46570d722618'),
(1393,1390,NULL,740,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'b2ddb548-3695-4822-a942-b64469682468'),
(1394,1391,NULL,741,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'48f4970e-7a01-4de9-8ebd-cc3fb18a5e31'),
(1395,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:54:53',NULL,NULL,NULL,'ad605fca-f52b-4f94-ad29-1bf717718384'),
(1396,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'19773b1d-8517-4181-a953-11ef69fad669'),
(1397,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'afc0add6-72c7-49c3-8778-f1b8e7106d76'),
(1398,1395,NULL,742,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'ac8b35f6-8ade-4fa6-8698-ee9bcaed8dc3'),
(1399,1396,NULL,743,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'20b18ece-9636-458e-a861-34f802032de9'),
(1400,1397,NULL,744,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'6c1c4a3a-7ef2-46b6-bc3a-0a976a4b1d11'),
(1401,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:55:08',NULL,NULL,NULL,'10136db3-f742-4345-b1a1-3f99a22062c7'),
(1402,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:26',NULL,'2025-09-11 18:51:26',NULL,'d1e067a4-53a5-4350-84c1-d64030187043'),
(1403,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'2b80baee-96c6-4993-95ca-ccf103ee535d'),
(1404,1401,NULL,745,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'3bbb8803-986e-450b-9796-659e2b7de2c7'),
(1405,1402,NULL,746,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:26',NULL,'b03033ea-1bf9-48f2-93b0-7584f9ecd395'),
(1406,1403,NULL,747,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:27',NULL,'b96cca2d-013e-4d54-9c2b-d6ebc1c94f64'),
(1407,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:54:30',NULL,NULL,NULL,'2ce11a9e-c93b-4ff0-89ed-0449154cae89'),
(1408,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'ce6fef3d-772f-4a4f-8b54-f29fdf182ae1'),
(1409,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'13e29f85-3faf-4d70-82e5-40842ee9b37b'),
(1410,1407,NULL,748,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'ab91c63d-5d6e-48a4-9c10-7e26395b19e5'),
(1411,1408,NULL,749,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:27',NULL,'c534a2ab-96f0-4165-a937-a481dfad9b7b'),
(1412,1409,NULL,750,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:27',NULL,'e7b156b5-5e57-4c89-85a1-4e4f8901dae9'),
(1413,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:55:26',NULL,NULL,NULL,'e90d7f5f-3681-4be5-8773-1c482e673ccc'),
(1414,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'ebd9af9d-9938-4547-b1d3-83cde3059a17'),
(1415,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'59cc73d1-18f2-4e04-bfca-809e0c4b69ba'),
(1416,1413,NULL,751,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'190384e1-ab95-4523-8051-9ebe0984616c'),
(1417,1414,NULL,752,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:27',NULL,'e9370a84-57a6-4369-9473-8a91cdd74e8e'),
(1418,1415,NULL,753,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:27',NULL,'2cb148f2-b545-4e25-b90e-de795d1043c5'),
(1419,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:19:39',NULL,NULL,NULL,'2f4b7332-a50d-492c-b8a1-863f352f896b'),
(1420,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'a3105570-e185-449a-a984-464a3b30cf02'),
(1421,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'7df53d4f-bf94-469a-984e-750a1a5cfce9'),
(1422,1419,NULL,754,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,NULL,NULL,'c4302b70-c839-4f09-9d08-61441e302a2a'),
(1423,1420,NULL,755,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:27',NULL,'f5015a23-32bc-45f0-bdd4-574e50eb3340'),
(1424,1421,NULL,756,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:39',NULL,'2025-09-11 18:51:27',NULL,'e93d7c83-fe99-4ed8-9873-067781188103'),
(1425,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2026-03-25 19:20:46',NULL,NULL,NULL,'137c19fb-13a6-43b3-a183-3d975cff4c0b'),
(1426,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'e12bddeb-9d59-49e9-bfca-879d3358eedd'),
(1427,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'9a4c32a0-41a7-4196-9681-452c9b2c0589'),
(1428,1425,NULL,757,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:40',NULL,NULL,NULL,'f9d41542-541f-455a-b8e4-77971605eee1'),
(1429,1426,NULL,758,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:27',NULL,'732f7e0a-a58e-44df-86da-ab57812d8c1d'),
(1430,1427,NULL,759,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:39','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:27',NULL,'6b82c2d1-81ec-47b4-9d48-093d5a1093de'),
(1431,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2026-03-25 19:21:09',NULL,NULL,NULL,'48eba560-3fda-4658-863a-2ed2ea78d8c4'),
(1432,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'e6de6bdb-fda1-4ba4-a403-f7e505a85f25'),
(1433,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'1d4df37b-a1f7-44aa-a752-bd27261ee3e0'),
(1434,1431,NULL,760,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,NULL,NULL,'98908d06-d1ae-4627-aba7-7930830d590f'),
(1435,1432,NULL,761,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:27',NULL,'d9a4fded-91e0-45ae-9c88-7d40e18fa331'),
(1436,1433,NULL,762,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:27',NULL,'66f3a2bf-6704-4029-9343-d7de7457180f'),
(1437,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2026-03-25 19:27:45',NULL,NULL,NULL,'cbfd4361-ffce-4592-b81d-197459a87850'),
(1438,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'79f8bfad-f6fd-496b-bb2b-b18aeef9c1da'),
(1439,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'df18802f-5928-4428-b780-465aeda74ac0'),
(1440,1437,NULL,763,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,NULL,NULL,'3e88023a-6fd1-4295-9fbf-f91a299dea90'),
(1441,1438,NULL,764,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:27',NULL,'f5d08f5a-95a5-41b1-914d-b306484b36ed'),
(1442,1439,NULL,765,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:27',NULL,'9a7d5c70-c5c9-40ec-8a5c-5c258ecb9ecd'),
(1443,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2026-03-25 19:28:12',NULL,NULL,NULL,'831b2af1-17e9-43bf-a866-1b800adbf68a'),
(1444,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'e00c8df3-3971-48c8-af19-038b82eb4ba7'),
(1445,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:27',NULL,'2025-09-11 18:51:27',NULL,'3c65783f-33e7-4ffc-bb0a-04996639d730'),
(1446,1443,NULL,766,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,NULL,NULL,'f586d7cd-93d2-4b89-ac91-a054e12cb936'),
(1447,1444,NULL,767,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:27',NULL,'ff273a9d-eff7-4a20-bc7a-21c1201f4103'),
(1448,1445,NULL,768,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:27',NULL,'0322bb74-57b5-470d-964b-b30250ce5c19'),
(1449,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2026-03-25 19:28:36',NULL,NULL,NULL,'b3760ae8-a6d0-4798-b7d5-0e34e2f724eb'),
(1450,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:28',NULL,'2025-09-11 18:51:28',NULL,'a1751340-9fe1-4b40-9a9d-37e0f2c3475c'),
(1451,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:28',NULL,'2025-09-11 18:51:28',NULL,'c96dca8e-8a09-4e4c-82db-24631a5f6897'),
(1452,1449,NULL,769,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,NULL,NULL,'5795e92e-598e-4042-9fa8-12750031e6a8'),
(1453,1450,NULL,770,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:28',NULL,'cb5978d5-79e0-4a0f-ba7d-ff4e3da1ee70'),
(1454,1451,NULL,771,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:28',NULL,'916f1236-d9ae-4ccd-8615-9ec2181873d9'),
(1455,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2026-03-25 19:28:57',NULL,NULL,NULL,'8652f720-82f3-44c9-87dc-ac5f3c6151fc'),
(1456,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:28',NULL,'2025-09-11 18:51:28',NULL,'8c6cd355-9b93-4b0c-af81-587274a7a28c'),
(1457,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:28',NULL,'2025-09-11 18:51:28',NULL,'e86f45b4-3583-4604-a341-32c0b2a92b55'),
(1458,1455,NULL,772,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,NULL,NULL,'70df6f09-6608-4f8b-bee7-de4d42f3774a'),
(1459,1456,NULL,773,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:28',NULL,'3bafd2d4-301b-455e-abb3-a874bf8b7d0d'),
(1460,1457,NULL,774,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:28',NULL,'4dbbb847-1ac6-4514-a003-ca72f57a24e2'),
(1461,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2026-03-25 19:29:16',NULL,NULL,NULL,'e7791e13-ae0e-4fae-9b48-9b58ceaf42e8'),
(1462,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:28',NULL,'2025-09-11 18:51:28',NULL,'d1707441-5c0d-45a3-93b5-841925d01056'),
(1463,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:28',NULL,'2025-09-11 18:51:28',NULL,'0a29bd69-fbf6-4b46-95a2-37d02ef166f8'),
(1464,1461,NULL,775,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,NULL,NULL,'54273e6b-363c-443c-ae4b-853f51fd4622'),
(1465,1462,NULL,776,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:28',NULL,'5a9ff66e-d3a3-406f-8e0b-d0f21209ff4b'),
(1466,1463,NULL,777,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:28',NULL,'cd6adbb7-5876-4d33-ac1a-e4746ddb1cea'),
(1467,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2026-03-25 19:29:36',NULL,NULL,NULL,'2968431d-70dd-4a0d-831a-b32a94b232c0'),
(1468,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:28',NULL,'2025-09-11 18:51:28',NULL,'d84ae4c3-70cb-414b-bae9-6f1d9166db44'),
(1469,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:28',NULL,'2025-09-11 18:51:28',NULL,'c84a1aa1-887f-41de-a39c-6e72f6048bff'),
(1470,1467,NULL,778,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,NULL,NULL,'a04b3e26-89b2-4a53-a861-c62c8f14019b'),
(1471,1468,NULL,779,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:28',NULL,'0fa18d33-5f4f-427c-96a0-7ad438682e27'),
(1472,1469,NULL,780,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:28',NULL,'5af2ceb6-7782-4114-8437-d8c354c6c67e'),
(1473,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2026-03-25 19:00:42',NULL,NULL,NULL,'1b66deef-1654-4f64-80a7-f8cb4ea28cb6'),
(1474,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:28',NULL,'2025-09-11 18:51:28',NULL,'88d15859-d314-492e-af61-c806c266654e'),
(1475,1473,NULL,781,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,NULL,NULL,'7d170fad-ea7c-4c68-b0cd-6d00fd70097c'),
(1476,1474,NULL,782,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:28',NULL,'5f7f1c0c-d22e-42c6-b93b-8851aee587a8'),
(1477,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2026-03-25 19:02:03',NULL,NULL,NULL,'4dac3a68-c074-41c9-a527-20c0f8126c51'),
(1478,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:51:28',NULL,'2025-09-11 18:51:28',NULL,'7b5b31ea-9bff-410c-b9bd-cf0e6184e684'),
(1479,1477,NULL,783,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,NULL,NULL,'8722911b-d004-4988-a9b2-2b0f3f68ca6b'),
(1480,1478,NULL,784,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2025-09-11 18:48:40',NULL,'2025-09-11 18:51:28',NULL,'314cbf6d-05d4-4a79-892f-4a2579e6d857'),
(1481,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:48:40','2026-03-25 19:02:31',NULL,NULL,NULL,'39cc6402-c4cc-48b9-bf88-74665c556ebb'),
(1487,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:16','2026-01-21 17:55:10',NULL,NULL,NULL,'d8648c2a-9f0f-4b86-a648-71d5f39267c9'),
(1494,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:16','2026-03-09 16:22:05',NULL,NULL,NULL,'bcc07c12-ea8c-4c99-a036-705be2becdbc'),
(1495,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:16','2026-01-16 17:08:17',NULL,NULL,NULL,'a218a501-28dd-435f-9065-d960aabc82d2'),
(1499,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-12-01 19:40:26',NULL,'2025-12-01 19:40:26',NULL,'869ba898-7c45-4e23-9b77-d0773cdb9e77'),
(1500,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2026-01-16 12:39:10',NULL,NULL,NULL,'ec2cb18c-7316-4561-bedd-709e604c85da'),
(1501,951,NULL,796,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:16','2025-09-11 18:51:17',NULL,NULL,NULL,'2cc6f3e1-db5f-466e-aaea-ccfa3e835f3d'),
(1502,1499,NULL,797,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,'2025-12-01 19:40:26',NULL,'2b960c80-8328-4c72-9045-9c13cb8d99ed'),
(1503,1500,NULL,798,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'04afa3b4-6ebd-4e9a-a5e2-3398fa2692c1'),
(1504,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2026-03-09 15:21:19',NULL,'2026-03-09 15:21:19',NULL,'fa6a8d9c-3388-4a14-a4ab-15a641f5c9c7'),
(1505,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2026-01-20 19:11:58',NULL,NULL,NULL,'19235825-3470-44a9-bcf5-f90804e5d549'),
(1509,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2026-03-09 15:17:43',NULL,NULL,NULL,'4c813f98-05db-45a9-baff-afa71ea75d34'),
(1510,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-10-08 18:52:55',NULL,NULL,NULL,'c2a25819-6441-4a63-a27d-fd3a8ece8c59'),
(1514,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2026-01-20 19:19:03',NULL,NULL,NULL,'f47ec6a8-040e-4f19-b6bf-aa54fcd868f3'),
(1515,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-11-17 15:01:37',NULL,'2025-11-17 15:01:37',NULL,'2b582155-bafd-41d2-b61e-18900b57bf14'),
(1516,969,NULL,805,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'446e4054-bec5-41b2-ac2b-28a2716d7d3a'),
(1517,1514,NULL,806,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'1c650e5c-0773-4b97-bbd2-4b6a3b8566ff'),
(1518,1515,NULL,807,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,'2025-11-17 15:01:37',NULL,'7be8d060-1fde-4af5-9f3f-70d6be6f3c18'),
(1519,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2026-01-20 19:29:55',NULL,NULL,NULL,'a2ea9619-681e-4bce-8251-ea3ec57d5055'),
(1520,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2026-01-20 19:23:56',NULL,NULL,NULL,'01750b34-4fb1-47c1-b412-a69ea5a63651'),
(1521,975,NULL,808,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'c14d1e9f-a3cb-477e-b419-ad0729e1ef99'),
(1522,1519,NULL,809,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'cdbb91b8-a5dc-4dde-b32e-193ce3193240'),
(1523,1520,NULL,810,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'f329bcfc-4243-4c63-8072-a67f1711c59c'),
(1524,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 20:39:30',NULL,NULL,NULL,'cae0731d-61a3-476e-b171-2347ec8f448f'),
(1525,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2026-01-20 19:33:07',NULL,NULL,NULL,'5a04ca5a-45d1-4921-bdca-3968a162f1f6'),
(1526,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2026-01-20 19:43:14',NULL,NULL,NULL,'c680d7e5-a164-4fe0-b75a-d750f8b669c1'),
(1527,981,NULL,811,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'e6354882-6a38-4788-a719-5d9184e2c47a'),
(1528,1524,NULL,812,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'fe1f44f3-e0b3-422a-9236-44b13e46fde6'),
(1529,1525,NULL,813,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'f4713859-22d9-4013-8ae0-f4844cafd16b'),
(1530,1526,NULL,814,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'22e968f1-a11e-498a-bc3d-6e1b7004a362'),
(1531,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-10-09 14:59:55',NULL,NULL,NULL,'1c70e206-c29c-4bf5-9067-3e0c185019a7'),
(1532,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-10-09 14:59:55',NULL,NULL,NULL,'472435b3-86eb-42e3-9e21-4039c10d851b'),
(1533,989,NULL,815,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'de45191a-4bb2-4730-8a22-fe030c5948da'),
(1534,1531,NULL,816,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'f211a9f0-f573-48b9-a56f-b6baf9fa84a7'),
(1535,1532,NULL,817,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'d32e1c7b-b917-488b-b698-dc9bc15402e1'),
(1536,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2026-03-09 15:35:44',NULL,'2026-03-09 15:35:44',NULL,'7b7a96c0-fd88-4e61-b3a1-434634e705d7'),
(1537,995,NULL,818,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,NULL,NULL,'5346c5a0-8582-46ca-974e-7f1915f7034f'),
(1538,1536,NULL,819,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:17','2025-09-11 18:51:17',NULL,'2026-03-09 15:35:44',NULL,'5de51e2c-a327-45cb-8505-c72a80d0de4f'),
(1539,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2026-03-09 15:48:08',NULL,NULL,NULL,'8f9f6928-4dea-4f6a-b61a-ce50ce7a4487'),
(1540,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2026-01-20 19:55:43',NULL,'2026-01-20 19:55:43',NULL,'ee6281cf-dd6a-4ead-b69b-52f35cbc3037'),
(1541,999,NULL,820,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'b4fa0f92-4aeb-44b8-b784-cea7078d71a7'),
(1542,1539,NULL,821,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'7a6ca703-0936-4b26-8dab-a6ac2fc8c3a8'),
(1543,1540,NULL,822,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,'2026-01-20 19:55:43',NULL,'0e8889d6-7949-4344-8c01-acd2e4e9d70c'),
(1544,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2026-03-09 15:54:48',NULL,NULL,NULL,'b3d474bd-9a80-446e-be3b-f3dd8f95a749'),
(1545,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2026-01-17 14:36:42',NULL,NULL,NULL,'f797fd60-d5b7-4a1c-ba1d-cf2985a2dd0e'),
(1546,1005,NULL,823,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'cfdf2b5c-c774-4c9c-9533-83a66068228a'),
(1547,1544,NULL,824,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'9f308709-117d-44b9-bf51-dcd985e12112'),
(1548,1545,NULL,825,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'72f3a745-6155-48a3-a80f-ae5b637e6e2f'),
(1549,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2026-01-07 21:25:15',NULL,NULL,NULL,'2c4d4b91-a2cd-44e4-a698-411d971566d7'),
(1550,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-11-17 16:45:42',NULL,'2025-11-17 16:45:42',NULL,'6bfee32f-985b-4da9-aac7-6d136c688743'),
(1551,1011,NULL,826,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'6e31745b-43ad-41e0-af18-e7449a4006dd'),
(1552,1549,NULL,827,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'24083c0b-7342-45ad-a2d4-c9f153dd3997'),
(1553,1550,NULL,828,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,'2025-11-17 16:45:42',NULL,'d1398982-fbea-4427-9d84-8ca4e994ea85'),
(1554,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-11-17 16:55:07',NULL,NULL,NULL,'818e14f3-eced-4187-bb05-1e7052a16d2d'),
(1555,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-11-17 16:55:07',NULL,NULL,NULL,'1c97b0fb-ef0a-4374-af62-9d7ddcd2adaf'),
(1556,1017,NULL,829,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'d527fae8-aa6c-412c-a757-c4e33dfa5389'),
(1557,1554,NULL,830,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'d460cd6c-e9d5-4dfe-9a7a-4e64b03781ec'),
(1558,1555,NULL,831,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'35455501-4a8b-4d5f-a8aa-cbeb3eb37081'),
(1559,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 20:39:30',NULL,NULL,NULL,'08b7891f-7ef9-492e-9a1a-4f70b6182e4b'),
(1560,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2026-03-09 16:15:01',NULL,NULL,NULL,'3beaa422-e9a0-487b-8fc8-5c51a3db68a2'),
(1561,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-10-09 17:20:39',NULL,NULL,NULL,'5fb39a85-440f-47c8-bb92-0ac03be1f30b'),
(1566,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-11-17 16:58:10',NULL,'2025-11-17 16:58:10',NULL,'3cfc1ccf-a8ef-46dd-aa1e-cd1fc857648b'),
(1567,1031,NULL,836,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'a76e1caf-84dd-411b-844f-e596924a4ce4'),
(1568,1566,NULL,837,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,'2025-11-17 16:58:10',NULL,'ca03c0ae-718f-45a0-b018-be3a500378cf'),
(1569,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2026-03-09 15:59:31',NULL,NULL,NULL,'242041a7-0de1-4672-841c-dc68b0234fd2'),
(1570,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-10-09 17:24:35',NULL,NULL,NULL,'fe040441-4598-4c71-910e-ab8973b5641c'),
(1571,1035,NULL,838,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'76a6436f-bc71-4fc9-b8a3-428357e8de61'),
(1572,1569,NULL,839,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'cdf57a62-37c3-4e8d-bf55-4d37a59d2097'),
(1573,1570,NULL,840,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:18',NULL,NULL,NULL,'6932c67a-2fc3-43ff-a5f9-df73478a6a39'),
(1574,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2026-03-09 16:02:46',NULL,NULL,NULL,'80dbadc7-dbf1-427d-83d3-9b7ccc560196'),
(1575,1041,NULL,841,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:19',NULL,NULL,NULL,'3e29aef8-b773-4acf-8035-1be83196a311'),
(1576,1574,NULL,842,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:18','2025-09-11 18:51:19',NULL,NULL,NULL,'d4f3fac6-ec2d-4d4d-a2b4-88315ac164cc'),
(1577,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-01-05 17:07:53',NULL,NULL,NULL,'dc1d4a8f-d428-4342-9942-efcf7a829bd7'),
(1578,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-03-10 20:23:48',NULL,NULL,NULL,'267f52a0-90be-4067-acf5-3ca538764045'),
(1582,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 20:39:31',NULL,NULL,NULL,'ab186df8-b9a2-49ea-af07-66f2378ecf5e'),
(1583,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-03-09 13:38:56',NULL,NULL,NULL,'f1b27b4a-f865-4548-bf7e-0613c02036a6'),
(1584,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-03-30 13:50:32',NULL,'2026-03-30 13:50:32',NULL,'9cc47e5a-cf9f-48df-8d55-7bc428be06d4'),
(1585,1051,NULL,846,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'a650b655-05e4-4ef2-864b-ff66f7652d92'),
(1586,1582,NULL,847,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'446c3fc8-16d3-4de6-939d-24d8afdbe60b'),
(1587,1583,NULL,848,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'30cbeb54-8185-40fa-856a-c57b2f80399a'),
(1588,1584,NULL,849,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,'2026-03-30 13:50:32',NULL,'06c74666-b097-4802-a6dc-212d5d809a2f'),
(1589,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 20:39:31',NULL,NULL,NULL,'96327c94-0c72-4895-9f4f-8e04afd352df'),
(1590,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-02-25 19:41:19',NULL,NULL,NULL,'7d9136f2-15e1-4ab7-b2b1-56fa9e43355e'),
(1591,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-01-20 20:26:48',NULL,NULL,NULL,'a1f9bafa-b757-435e-8731-9219b2071673'),
(1592,1059,NULL,850,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'3a917f4d-9320-49a8-9f19-69b79db4f4c7'),
(1593,1589,NULL,851,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'f996d56f-9d63-403f-ba02-ce316e65b30d'),
(1594,1590,NULL,852,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'50c7a625-31db-4ef8-ad56-cb2e9f2729bd'),
(1595,1591,NULL,853,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'2faa8e39-89fb-4e33-9f76-96d89f68c39a'),
(1596,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-01-20 20:30:21',NULL,NULL,NULL,'71542126-c1bb-482b-97ef-4fe0b493c037'),
(1597,NULL,NULL,NULL,2,'craft\\elements\\Entry',0,0,'2025-09-11 18:51:19','2026-01-20 20:27:23',NULL,'2026-01-20 20:27:23',NULL,'f1e31aa6-e7f0-4123-bc34-c0945bb7f522'),
(1598,1067,NULL,854,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'1298d3fb-9375-4d68-b188-9c1359be283e'),
(1599,1596,NULL,855,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'9303380c-4e51-4955-99f9-918c5b6b8d48'),
(1600,1597,NULL,856,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,'2026-01-20 20:27:23',NULL,'08cdbe79-c9d2-477e-acff-2cb18e7d7191'),
(1601,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-03-09 16:09:42',NULL,NULL,NULL,'877bfd37-9baa-457b-8185-cfee54576b3b'),
(1602,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-11-17 16:08:26',NULL,NULL,NULL,'624eff7a-6fc4-4aad-b6b7-02f89bedcca3'),
(1603,1073,NULL,857,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'ce628c80-6ce7-4a27-a78a-55dbf6f89f47'),
(1604,1601,NULL,858,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'a41048fc-3a9c-402d-bda0-ccdfe72e60e1'),
(1605,1602,NULL,859,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'f69e19b2-88de-4b99-9b7c-a76590a308f2'),
(1606,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-10-13 16:15:51',NULL,NULL,NULL,'f1118721-674d-4a90-9282-79cb352dbe26'),
(1607,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-03-19 18:46:22',NULL,NULL,NULL,'6967b0d6-ef75-4363-a983-b9e5b454ab9f'),
(1608,1079,NULL,860,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'ac2e114a-7b24-43f9-848d-0b81aab82de3'),
(1609,1606,NULL,861,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'6ce33d5c-0f53-4ec9-a16e-6c6cc55388d3'),
(1610,1607,NULL,862,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'1c1b47e0-f50c-4763-8578-925a6c5d61c9'),
(1611,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-01-20 20:34:55',NULL,NULL,NULL,'0fd673de-e926-43c2-8964-9cfb361c6b50'),
(1612,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2026-01-20 20:39:17',NULL,NULL,NULL,'93ac7653-3cca-4460-9789-0948234f458a'),
(1613,1085,NULL,863,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:19',NULL,NULL,NULL,'62bfdfca-f0de-45c8-8eb2-89a72f5a8845'),
(1614,1611,NULL,864,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:20',NULL,NULL,NULL,'2789a5f6-d3d9-4711-b469-d77789f115d2'),
(1615,1612,NULL,865,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:19','2025-09-11 18:51:20',NULL,NULL,NULL,'4e2e029c-f9c6-4106-ad34-f3639b3a7475'),
(1616,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-02-26 14:24:58',NULL,NULL,NULL,'e4ff0752-72c2-4db7-997b-e0c2fab843fb'),
(1617,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-10-13 17:09:47',NULL,NULL,NULL,'dd4f1c54-ed3e-492d-a4e2-64a4b58e1aa7'),
(1618,1091,NULL,866,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'26ecb9a6-97eb-4e7a-aa6d-323e1d108fa8'),
(1619,1616,NULL,867,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'26d9cdba-f85d-4a93-9b25-e0369b28df1c'),
(1620,1617,NULL,868,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'6d361fb2-b6d7-4a90-baca-62c4fc7a05d1'),
(1621,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-01-07 21:53:07',NULL,NULL,NULL,'67749652-d5a4-47f3-9731-42af69829579'),
(1622,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-10-13 17:23:02',NULL,NULL,NULL,'99ff09c9-fb4c-49c1-890a-b48ea561e917'),
(1623,1097,NULL,869,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'e2d2d06e-0044-4731-93d9-c1b7c02d30d0'),
(1624,1621,NULL,870,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'69669ad6-3ef8-40ba-8c6f-ed4562b6f106'),
(1625,1622,NULL,871,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'33839b4e-f77d-4e2e-8ee8-40e3a087dc2f'),
(1626,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-01-05 21:19:02',NULL,NULL,NULL,'2ce3deea-8f5c-488a-8774-aed3fae0e087'),
(1627,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-10-13 17:28:26',NULL,NULL,NULL,'048e1eef-0ea7-462f-89ba-d9008fcf2f0f'),
(1628,1103,NULL,872,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'90443b6c-75e3-4a87-b152-aa180ef0dbde'),
(1629,1626,NULL,873,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'98a0fc20-da2b-47e0-b836-07a12d30118b'),
(1630,1627,NULL,874,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'6823ffa5-5400-47b6-b9a6-f3baf4d39a4d'),
(1631,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 20:39:32',NULL,NULL,NULL,'48d52a92-a8f0-49de-a547-f5bc7e8d9fc9'),
(1632,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-03-09 15:07:16',NULL,NULL,NULL,'6bc7c756-aef2-4ed6-8479-624220c98c2a'),
(1633,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-03-09 14:56:17',NULL,NULL,NULL,'2bfd22e4-9e3a-4af7-afe9-09be20061e66'),
(1634,1109,NULL,875,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'c21527da-4a68-46dd-9aa7-31d4fa2f0ef9'),
(1635,1631,NULL,876,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'7075bacd-530b-4fd7-8ea9-1251ed13ee4c'),
(1636,1632,NULL,877,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'fc062f0e-ba24-48e9-a1b7-5f14da43550d'),
(1637,1633,NULL,878,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'c5a58884-0d89-4fc5-884d-60ade35000b7'),
(1638,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-01-20 18:57:18',NULL,NULL,NULL,'7de51130-bec9-4b22-b2cc-40d3949c8d42'),
(1639,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-01-21 01:43:05',NULL,NULL,NULL,'d4d941e5-4019-411f-a89a-3e114d000059'),
(1640,1117,NULL,879,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'db1b1244-f5cb-4a6e-add5-669895a3dd1b'),
(1641,1638,NULL,880,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'fd652a0c-c552-4698-9159-acaba1002a7b'),
(1642,1639,NULL,881,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'f00ca14e-86d7-48cc-86c4-19d789070ac2'),
(1643,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-01-07 21:58:05',NULL,NULL,NULL,'93866d5c-e218-4a5c-83d1-748eabf50ca6'),
(1644,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-01-17 15:02:07',NULL,NULL,NULL,'f0fd69b9-cb1d-4e34-b692-f7aa1308332b'),
(1646,1643,NULL,883,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-03-25 19:43:50',NULL,NULL,NULL,'28ee316e-d8f0-4a59-b4aa-f7514e5af48c'),
(1647,1644,NULL,884,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-03-25 19:43:50',NULL,NULL,NULL,'94383d30-23a5-4549-9758-9223e57af554'),
(1648,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2026-01-21 01:58:08',NULL,'2026-01-21 01:58:08',NULL,'12b722db-8261-462d-a755-15979b6f0776'),
(1649,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-10-13 17:57:28',NULL,NULL,NULL,'f07ff0d1-bfbf-4d9e-b615-de7da942ece5'),
(1650,1129,NULL,885,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'d55c08d6-0076-4c93-85c9-547c11277fd3'),
(1651,1648,NULL,886,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,'2026-01-21 01:58:08',NULL,'4d4fb4aa-b1ee-4e2b-b0f6-128719ce2adc'),
(1652,1649,NULL,887,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:20','2025-09-11 18:51:20',NULL,NULL,NULL,'8a8565f0-3e8b-46e8-a878-16eda6c4b32f'),
(1653,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2026-03-09 16:06:38',NULL,NULL,NULL,'76803157-1a52-4ad4-bf4b-5c6dd96ced73'),
(1654,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2026-01-20 18:47:29',NULL,'2026-01-20 18:47:29',NULL,'2f57269c-dff1-4ea7-8e9f-a3424434b1c9'),
(1655,1135,NULL,888,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'9608b27e-a7f2-47df-a45a-6b7f8e4e5ebe'),
(1656,1653,NULL,889,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'2eb10c5d-4451-4a81-8916-83999c45eaaf'),
(1657,1654,NULL,890,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,'2026-01-20 18:47:29',NULL,'9efa88df-403b-48cb-9f10-0d9a348d5fd0'),
(1658,1141,NULL,891,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'a1dd39cc-e343-4483-a3dc-1e4beaa5a8ce'),
(1659,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-10-13 18:02:09',NULL,'2025-10-13 18:02:09',NULL,'3a523137-c22a-4542-b907-8e324e63286a'),
(1660,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-10-13 18:02:09',NULL,NULL,NULL,'62d624e2-e31b-4c3f-9860-4724e86067e3'),
(1661,1143,NULL,892,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'849cc0a0-0c96-463b-939e-ba9f41b6bae1'),
(1662,1659,NULL,893,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,'2025-10-13 18:02:09',NULL,'755d8179-aaeb-4bd8-8d6d-01c55c1e9b9f'),
(1663,1660,NULL,894,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'7938168f-3f25-4a40-b1e2-cdd1bcdd40ca'),
(1664,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-10-13 19:10:27',NULL,'2025-10-13 19:10:27',NULL,'c976e4fd-a038-489e-8477-bde184a4ee42'),
(1665,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-10-13 19:10:27',NULL,NULL,NULL,'1c14f825-78a0-4c69-aaab-7e5653da9f7c'),
(1666,1149,NULL,895,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'59f2f3ff-1362-4e08-9ec0-9d18531f00a2'),
(1667,1664,NULL,896,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,'2025-10-13 19:10:27',NULL,'ed2b76e3-408d-4f68-962a-adda88e19dcf'),
(1668,1665,NULL,897,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'ad45b4bf-2650-4f21-ac8b-2d2a7ca4e17e'),
(1669,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-10-13 19:24:55',NULL,'2025-10-13 19:24:55',NULL,'81b2f1ac-2a38-4eab-82e9-64a4c778113d'),
(1670,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-10-13 19:24:55',NULL,NULL,NULL,'719386ef-189c-4aa3-bd88-5f85ec1457e8'),
(1671,1155,NULL,898,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'04029068-43ff-49d3-81c8-621db14e58c9'),
(1672,1669,NULL,899,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,'2025-10-13 19:24:55',NULL,'8466022f-0af6-4d3c-b2be-db150ff7a6a8'),
(1673,1670,NULL,900,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'e755ba7a-a013-40bc-9f3e-f81b04c2d98e'),
(1674,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2026-01-16 21:29:59',NULL,NULL,NULL,'e7e6448a-d2dc-4442-8f22-aaa73546d208'),
(1675,1161,NULL,901,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'9d6c6c4b-202c-491a-847a-d0f7fd1b00ed'),
(1676,1674,NULL,902,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'db79726b-a515-41fe-acd9-a419ff26279e'),
(1677,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2026-03-09 16:24:26',NULL,NULL,NULL,'8e117128-fc30-4864-ab2a-2ec752739976'),
(1678,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-10-13 19:30:02',NULL,NULL,NULL,'9ef20d13-0f68-4d1c-84b0-488a5047dc0d'),
(1680,1677,NULL,904,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2026-03-25 19:45:18',NULL,NULL,NULL,'aee49ab0-ca98-4965-adef-1ce8d0bb56eb'),
(1681,1678,NULL,905,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2026-03-25 19:45:18',NULL,NULL,NULL,'119a073c-fb35-4520-a35a-c2dbbe835b0a'),
(1682,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2026-01-05 17:12:30',NULL,'2026-01-05 17:12:30',NULL,'2d4b474d-0e73-48cc-8848-d539e0cb0a0d'),
(1683,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2026-01-21 17:48:49',NULL,NULL,NULL,'5413ecea-af7a-4c90-adb2-fb08a69c6858'),
(1684,1171,NULL,906,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'41486ac5-5bdb-401d-949d-a0506d41d6c6'),
(1685,1682,NULL,907,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,'2026-01-05 17:12:30',NULL,'3e8540fc-6ea4-43b6-9fdd-1b2971980111'),
(1686,1683,NULL,908,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:21','2025-09-11 18:51:21',NULL,NULL,NULL,'2d3a096f-aa14-4c23-893b-e00529728b95'),
(1692,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-12-16 15:22:47',NULL,NULL,NULL,'71e11bb6-2370-4290-bebb-18c47e65bcc8'),
(1693,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-11-04 21:01:32',NULL,NULL,NULL,'4927887c-3d65-40a0-9f31-4c8cfd54330d'),
(1694,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2026-01-16 21:31:57',NULL,NULL,NULL,'fed36498-fd42-4455-8920-8485427e2921'),
(1695,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2026-01-16 21:29:27',NULL,NULL,NULL,'ca92fb52-1474-4b0c-a08a-b54accf3ce7e'),
(1696,1185,NULL,912,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'ee4c93be-cd3d-400d-9979-f08d3a927d51'),
(1697,1694,NULL,913,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'27e66328-8500-4cbe-ab42-3dc45ddb4eb6'),
(1698,1695,NULL,914,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'9421cb12-8c71-486a-bc81-e956452c0f44'),
(1699,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2026-01-05 17:58:01',NULL,NULL,NULL,'ba72f07f-60ac-43f1-b149-8b2cc7f13296'),
(1700,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2026-01-17 00:15:34',NULL,NULL,NULL,'198c5c70-c72b-4af9-817c-fca417943203'),
(1701,1191,NULL,915,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'3d50dea2-d914-487e-84bd-61342a08114a'),
(1702,1699,NULL,916,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'adb139dc-ce51-41eb-863c-c4153f853698'),
(1703,1700,NULL,917,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'44abfe06-6d07-468c-9bab-bb3129d06883'),
(1704,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2026-01-05 18:31:07',NULL,NULL,NULL,'e4becd4f-4f88-45e9-aa43-cba6bf902c55'),
(1705,1197,NULL,918,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'444121f4-f36b-4b38-8982-30cce4084e7a'),
(1706,1704,NULL,919,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'0598bdda-bfb2-4337-8640-a7da196530df'),
(1707,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 20:39:33',NULL,NULL,NULL,'45d1a41a-8ae9-4339-9f60-5151521a8370'),
(1708,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-10-14 16:56:56',NULL,NULL,NULL,'85ba5ba2-dcd2-4d62-a5f4-e4e7899a49ad'),
(1709,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-10-14 16:56:56',NULL,NULL,NULL,'a5582294-c853-4a4d-b525-a7d0a8d1df93'),
(1710,1201,NULL,920,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'83f1f19b-c802-495b-ac4e-889569fd4156'),
(1711,1707,NULL,921,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'beb1f95e-9150-4d43-aa8d-dbf7bc015536'),
(1712,1708,NULL,922,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'3e781fdb-4dc0-4b47-a806-13f29b4650f1'),
(1713,1709,NULL,923,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'6ea5a8a2-7ca1-46ea-afa4-59dcd493e3dd'),
(1714,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-10-14 17:00:06',NULL,NULL,NULL,'d9236cf2-6abc-4b9e-9cdd-4d4d0d3591c0'),
(1715,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2026-01-08 17:57:52',NULL,NULL,NULL,'d990cde1-8e63-4ef5-9870-8fc3972bb19c'),
(1716,1209,NULL,924,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'46b9077b-a2bb-46e0-9e5c-3efdc48dd02b'),
(1717,1714,NULL,925,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'79b446c7-ec6e-4d57-abe9-d890d04da4d3'),
(1718,1715,NULL,926,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'ba3156d4-274d-46be-b952-07829b41f675'),
(1719,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2026-02-17 14:54:14',NULL,NULL,NULL,'64c70303-a72c-4aea-92ce-c5429bd30743'),
(1720,1215,NULL,927,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'30d3383e-0fe5-4b6a-8feb-df65f4c624ca'),
(1721,1719,NULL,928,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:22',NULL,NULL,NULL,'c9d9d4da-c518-4d82-ba0d-b15820567031'),
(1722,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-10-14 17:09:21',NULL,'2025-10-14 17:09:21',NULL,'33f1fc78-0dac-4051-a32a-80d2c70ba679'),
(1723,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-10-14 17:09:21',NULL,NULL,NULL,'439ee6ec-aac0-4819-8f5d-194f2ba7bbe4'),
(1724,1219,NULL,929,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:22','2025-09-11 18:51:23',NULL,NULL,NULL,'0b853c5c-8428-490a-aac0-eb738f9e93ef'),
(1725,1722,NULL,930,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,'2025-10-14 17:09:21',NULL,'ab0a4a36-83d7-4f20-9ed3-598816917770'),
(1726,1723,NULL,931,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'3dfa9614-f48a-43f1-9fed-75dee00001af'),
(1727,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2026-01-21 02:48:18',NULL,NULL,NULL,'3f0b0778-06c4-4c22-a78f-37547b8405db'),
(1728,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2026-01-21 02:48:18',NULL,NULL,NULL,'9644df4d-82f1-45cc-9361-778ff3706f07'),
(1729,1225,NULL,932,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'fb5b253f-9c1e-416e-9485-97278d2a960f'),
(1730,1727,NULL,933,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'9b104be7-5ab2-4b96-b596-c3145d9d6844'),
(1731,1728,NULL,934,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'17d578b0-68af-48f4-a4c9-82ea467b06d8'),
(1732,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2026-01-17 00:46:46',NULL,NULL,NULL,'f7b088e1-ddf5-409e-8372-6630ebc6c03a'),
(1733,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-10-14 17:15:30',NULL,'2025-10-14 17:15:30',NULL,'11ae1d50-4e9d-4c54-b48b-08a6dafa0591'),
(1734,1231,NULL,935,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'ff3b6f48-2d80-4a4f-8a43-8d12cd9e7865'),
(1735,1732,NULL,936,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'dc171179-0907-416d-963b-507021688924'),
(1736,1733,NULL,937,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,'2025-10-14 17:15:30',NULL,'b8eb67d9-030b-4583-85d5-f6b732efa259'),
(1737,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-10-14 17:22:21',NULL,NULL,NULL,'788af7e4-7d73-41d4-ac96-0d205a4d96d8'),
(1738,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2026-01-17 00:51:35',NULL,NULL,NULL,'3613d1ca-196a-4292-ac4f-5f8154c3fe4e'),
(1739,1237,NULL,938,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'31d69baf-751b-422e-a10b-79cb9012ed50'),
(1740,1737,NULL,939,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'cc47d91a-414f-4212-a14e-cd58a7f83847'),
(1741,1738,NULL,940,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'d9c9f84b-8fc2-46bc-8078-09c9085664e4'),
(1742,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-10-14 17:25:14',NULL,NULL,NULL,'6a79d926-9798-4b90-87e8-6f9b1ba98aab'),
(1743,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-10-14 17:25:14',NULL,NULL,NULL,'228b7411-ef34-4956-8205-cab4baa70528'),
(1744,1243,NULL,941,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'21869279-96e1-482b-9317-e1bce6d13352'),
(1745,1742,NULL,942,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'3ff79a04-7487-456b-838d-8978082c23e5'),
(1746,1743,NULL,943,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'e0e84cff-2980-41a7-9ae6-a44c707ce1fc'),
(1747,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2026-01-21 02:58:37',NULL,NULL,NULL,'ec1206c6-2e89-4d63-8d6f-2e22dc517182'),
(1748,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2026-01-21 02:58:37',NULL,NULL,NULL,'5abe7f78-77c0-400e-a8a0-1627bda5ca98'),
(1749,1249,NULL,944,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'555bcebc-4e66-4d31-b11f-dc62ea4f0be5'),
(1750,1747,NULL,945,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'ab669648-fd16-45e3-aad4-db2741c89bc7'),
(1751,1748,NULL,946,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'7a119e1d-8d0a-42ff-8112-cfa7aab49453'),
(1752,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2026-01-05 17:02:25',NULL,NULL,NULL,'e1c081a3-0cae-4820-8e5b-e010258bd9c1'),
(1753,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2026-02-13 18:14:35',NULL,NULL,NULL,'42912698-68d2-423f-8fe9-2a80a2580d36'),
(1757,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 20:39:34',NULL,NULL,NULL,'968ad18e-9c07-4f7a-86df-7fdede551920'),
(1758,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-11-04 20:58:46',NULL,'2025-11-04 20:58:46',NULL,'9ea957be-188f-49b7-8206-f375d4c6d08f'),
(1759,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-11-04 20:58:46',NULL,NULL,NULL,'2de3e020-43c0-478a-806b-a143a8d12003'),
(1760,1261,NULL,950,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'9cd00f41-7b44-4143-a3eb-5b0706fa4d75'),
(1761,1757,NULL,951,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:23',NULL,NULL,NULL,'d14b5f05-3259-4274-b858-b113de92899f'),
(1762,1758,NULL,952,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:24',NULL,'2025-11-04 20:58:46',NULL,'9fb2dbfa-384c-4984-9e55-232f259911dc'),
(1763,1759,NULL,953,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:23','2025-09-11 18:51:24',NULL,NULL,NULL,'02201b4f-61f3-4de1-8f5c-6c3c12fa383d'),
(1764,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 20:39:34',NULL,NULL,NULL,'d82ebff9-5908-4f22-bec7-1f9332e237a7'),
(1765,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-17 14:59:56',NULL,NULL,NULL,'93f5f7e8-4301-4b40-bf8c-6046ce439a01'),
(1766,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-17 14:59:56',NULL,NULL,NULL,'9105f58c-e41a-425c-8a07-d988a8ecc2a9'),
(1767,1269,NULL,954,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'fbb5940a-24c7-4e57-9090-c782be86152b'),
(1768,1764,NULL,955,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'973a3325-eede-4664-9655-93ad2dfd9575'),
(1769,1765,NULL,956,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'91b7146b-f6b1-416c-a469-3a7578b0e48c'),
(1770,1766,NULL,957,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'b1aad48c-3854-487a-b805-03ce09484897'),
(1771,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-17 15:03:58',NULL,NULL,NULL,'6d3bda87-f433-487f-b3e2-d02b6842b642'),
(1772,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-17 15:03:58',NULL,NULL,NULL,'ddde8323-5f54-4bfe-8bf6-e327cc50a1cd'),
(1773,1277,NULL,958,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'919843e7-a5a4-47fc-bdd4-106f1503e923'),
(1774,1771,NULL,959,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'64bf31c6-050b-40a8-ba90-b6206c0e454a'),
(1775,1772,NULL,960,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'fe47425f-36c0-4a02-acae-e8507aa4acb2'),
(1776,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2026-01-05 18:27:26',NULL,NULL,NULL,'c8395bcb-be25-4ef3-a610-dcd81378968f'),
(1777,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2026-01-17 00:25:00',NULL,'2026-01-17 00:25:00',NULL,'70f3485b-1285-4936-97d5-7e0aabbca8a0'),
(1778,1283,NULL,961,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'6280843f-504f-4120-801e-4475984a064f'),
(1779,1776,NULL,962,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'0efa9bef-ab8e-4d76-a7cd-83929ce58592'),
(1780,1777,NULL,963,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,'2026-01-17 00:25:00',NULL,'d2c17d3c-85a9-4621-af91-13c1685e1b1b'),
(1781,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 20:39:35',NULL,NULL,NULL,'5368e443-5c98-489e-9860-db31db17d82e'),
(1782,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-17 16:03:20',NULL,NULL,NULL,'412aec4d-0997-4bc7-a129-fee5322650c2'),
(1783,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-17 16:03:20',NULL,NULL,NULL,'853b8c61-6a72-44a0-817c-151ee35b010f'),
(1784,1289,NULL,964,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'a71e4b86-90a4-49b3-bfac-ed673a00c619'),
(1785,1781,NULL,965,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'ad96e4ef-df1b-4355-9d03-c123070c74cb'),
(1786,1782,NULL,966,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'30bd123e-5fad-4325-8e71-dfc1eac92e93'),
(1787,1783,NULL,967,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'c2bd872c-6fa6-43a9-8794-5fbe5087d461'),
(1788,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2026-03-09 18:18:04',NULL,'2026-03-09 18:18:04',NULL,'6dc12b4c-d661-4071-8291-06d5b9cfd6cf'),
(1789,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-17 16:04:15',NULL,NULL,NULL,'8aef1db4-40d1-4d6e-aed7-9bc8ea3ccdd0'),
(1790,1297,NULL,968,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'ba582ce6-1373-44d7-a421-ec7d6fdffbe7'),
(1791,1788,NULL,969,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,'2026-03-09 18:18:04',NULL,'27b07007-0ba5-4e11-8036-91d75e82beca'),
(1792,1789,NULL,970,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'3923cf3c-b335-4d70-a749-8fc02031984e'),
(1793,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-24 14:42:16',NULL,NULL,NULL,'b0e8d74e-cae3-4bed-b433-cb4e98a80284'),
(1794,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-17 16:13:13',NULL,NULL,NULL,'17a15f6c-143a-46bf-8383-901156835ab9'),
(1795,1303,NULL,971,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'092c3550-d902-457c-afb7-33011fd9ab86'),
(1796,1793,NULL,972,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'56c7d6bc-a4b2-404c-8491-755ccffe190b'),
(1797,1794,NULL,973,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'99c4e080-d14a-4409-af47-b9f539b30aa4'),
(1798,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-17 16:22:37',NULL,'2025-11-17 16:22:37',NULL,'81229918-1389-4a86-92eb-56599daefbce'),
(1799,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-11-17 16:22:37',NULL,NULL,NULL,'19f71060-ccf7-4fdc-a096-e765cbe4fa42'),
(1800,1309,NULL,974,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'73975a23-192f-47ab-9866-475d41f92e0b'),
(1801,1798,NULL,975,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,'2025-11-17 16:22:37',NULL,'11785b0a-fe00-4003-a98a-93e22827611c'),
(1802,1799,NULL,976,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:24','2025-09-11 18:51:24',NULL,NULL,NULL,'8b1c5678-dd33-49b3-9dbf-bb83c045c075'),
(1803,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 20:39:35',NULL,NULL,NULL,'0206e4c2-57f8-47ef-8560-4f35cee9ac0c'),
(1804,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-11-17 16:41:36',NULL,NULL,NULL,'af57dddf-d829-46e9-93dd-8cec190c875b'),
(1805,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-11-17 16:41:36',NULL,NULL,NULL,'82518c7b-5d2c-4d07-8b4b-51454aa88f45'),
(1806,1315,NULL,977,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'f05cfc82-5f81-4a16-b351-09d2a3562004'),
(1807,1803,NULL,978,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'d9d93d76-998a-4854-96ed-6c0c36ef981e'),
(1808,1804,NULL,979,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'ae6a96b1-7c13-4fb6-83fd-df178fd7da65'),
(1809,1805,NULL,980,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'060fad59-a8f3-401e-9b3b-c367abe79c3d'),
(1810,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-11-17 16:44:05',NULL,NULL,NULL,'73e0c48a-d6b4-4ec6-a6af-83f8335f5652'),
(1811,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2026-01-21 17:46:08',NULL,NULL,NULL,'918715b2-c4bc-4658-af5a-69db0da27cc3'),
(1812,1323,NULL,981,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'25fc5d75-043d-401b-bc4e-ec235be580a4'),
(1813,1810,NULL,982,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'96c40c9a-bf39-4b02-b0b3-d1ef699c7887'),
(1814,1811,NULL,983,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'008e9455-4302-437a-8200-f2c034e19054'),
(1815,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 20:39:35',NULL,NULL,NULL,'06b9c2ce-1651-4a8a-86a7-7c5356bb72af'),
(1816,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2026-01-17 00:29:50',NULL,NULL,NULL,'64699b22-e5f8-495a-b69f-002ec3c6c252'),
(1817,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-11-17 16:52:25',NULL,'2025-11-17 16:52:25',NULL,'0000dc09-3e71-484c-bdd8-77f99317562d'),
(1818,1329,NULL,984,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'3979d680-a116-4b1e-a7a5-0a6c121b2dc6'),
(1819,1815,NULL,985,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'12929fde-3e14-4bf7-9962-35fb681d31aa'),
(1820,1816,NULL,986,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'20ea7922-0d56-4a6a-b101-82f8b3f912b0'),
(1821,1817,NULL,987,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,'2025-11-17 16:52:25',NULL,'c7698e18-05df-4952-a42f-cf3c9b9f24cf'),
(1822,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-11-05 19:19:37',NULL,'2025-11-05 19:19:37',NULL,'471f4d74-c7fa-499a-8cae-306b30164931'),
(1823,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-11-05 19:19:37',NULL,NULL,NULL,'666740d0-f6b4-47b6-b6a0-06d620be07d4'),
(1824,1337,NULL,988,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'3cf03e59-8bbb-4c7c-ab6a-0a16b94ec7a3'),
(1825,1822,NULL,989,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,'2025-11-05 19:19:37',NULL,'86e25dad-040d-4151-9433-981ae7171fa5'),
(1826,1823,NULL,990,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'b8e50546-66e4-4357-a6ff-79e90168fd42'),
(1827,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-11-05 18:56:48',NULL,NULL,NULL,'d3297528-3b32-409c-b6be-16af3d192a2e'),
(1828,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-11-05 18:56:48',NULL,NULL,NULL,'5087fcba-21f3-4836-aa5f-bb4358991f64'),
(1829,1343,NULL,991,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'47a34faa-5c96-4fc7-8038-ed197f8f08f8'),
(1830,1827,NULL,992,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'cb7d2bb5-23a8-43c7-871e-bcebdab94058'),
(1831,1828,NULL,993,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'413693ae-357a-4d84-a471-2f80573de0c6'),
(1832,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-11-05 17:31:15',NULL,NULL,NULL,'a8a0fbbc-b600-474a-9ed9-5f0019fe100e'),
(1833,1349,NULL,994,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'a78de810-8a4e-417b-81f9-42be6866eda3'),
(1834,1832,NULL,995,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2025-09-11 18:51:25',NULL,NULL,NULL,'619841f7-7e5d-42d6-b07a-3be4749d3c8a'),
(1835,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2026-01-21 14:40:25',NULL,NULL,NULL,'94e32ba8-ebc3-4b5e-b654-181c1c9d4545'),
(1836,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:25','2026-01-21 14:42:08',NULL,NULL,NULL,'25e0d7c9-f92f-456b-80e8-a37d0b1767f1'),
(1840,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2026-01-17 00:35:08',NULL,NULL,NULL,'6a5ff6fc-1ec6-4ae9-b309-d0857b40ffa9'),
(1841,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2026-01-21 14:43:22',NULL,NULL,NULL,'0f75f919-cb58-42dd-ae2e-4a91477fa236'),
(1842,1359,NULL,999,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'054a9a26-bdf7-45d7-8904-7fa9ecb55865'),
(1843,1840,NULL,1000,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'5b6f6017-48f2-460d-ac3a-23b26e7b8519'),
(1844,1841,NULL,1001,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'243810f1-d51b-4b1f-8162-f5e19ddb5962'),
(1845,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-11-17 15:36:43',NULL,NULL,NULL,'4cff4e0b-5e78-4452-8f7e-e59371200276'),
(1846,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-11-17 15:36:43',NULL,NULL,NULL,'ab0ec391-d1fa-4972-bbe7-45f12d4cfe8a'),
(1847,1365,NULL,1002,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'7781b427-d058-4403-aa0f-cc068a97f598'),
(1848,1845,NULL,1003,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'110582f7-c9f0-4429-81c7-3eba238f02d7'),
(1849,1846,NULL,1004,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'8c6e358e-10e8-4c81-8685-997dee75488d'),
(1850,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2026-01-21 14:48:29',NULL,NULL,NULL,'13d41bc9-272a-4b56-8acd-e47b263a7dc8'),
(1851,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2026-01-21 14:53:34',NULL,NULL,NULL,'6f4138d3-17a0-4d35-9eaa-aa312afd0223'),
(1852,1371,NULL,1005,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'c31ec460-aa3f-4444-8912-d9d68ea626e8'),
(1853,1850,NULL,1006,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'6f7e1ed2-fa79-4f7f-9f85-5571e196b830'),
(1854,1851,NULL,1007,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'3d978518-f030-488a-ac90-3446c7b5c99e'),
(1855,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2026-01-21 14:59:39',NULL,NULL,NULL,'7eb9ab17-2f8b-4252-bf92-afc200567d39'),
(1856,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2026-01-21 14:59:39',NULL,NULL,NULL,'a36f62f6-2a9d-4c98-99be-27f86f6fd7ed'),
(1857,1377,NULL,1008,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'870a76c4-fb89-486f-b437-7d4124e5bdc4'),
(1858,1855,NULL,1009,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'8d42fd47-6ef8-4ecc-8061-fa3a8ad0432f'),
(1859,1856,NULL,1010,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'0896b4a9-0c43-4d98-85ae-9380b42d7f00'),
(1860,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-11-17 16:42:54',NULL,NULL,NULL,'f4c2cf13-cf8d-4f75-9de0-85a34cda8767'),
(1861,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2026-01-17 00:40:18',NULL,NULL,NULL,'692c5aaf-2be0-450e-b7dd-651bf6b6bf65'),
(1862,1383,NULL,1011,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'db174a89-be16-4626-9d89-18cc50c974c2'),
(1863,1860,NULL,1012,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'a876c37e-51c7-4417-a804-26bf56eab368'),
(1864,1861,NULL,1013,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'9072cc2d-0e66-46e7-aa12-ec0b6bc7ec48'),
(1865,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-11-17 16:50:38',NULL,NULL,NULL,'68fde66d-5ac0-42f4-a230-9b18495b7cab'),
(1866,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-11-17 16:50:38',NULL,NULL,NULL,'93cb8898-e7e9-4e8e-8a28-5a848b31808c'),
(1867,1389,NULL,1014,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'1ed059d2-1144-4704-be70-5daa0ed180a0'),
(1868,1865,NULL,1015,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'21903756-72b0-4bcc-87c3-ed845b043936'),
(1869,1866,NULL,1016,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'a622bc58-439c-4405-aaa8-34d6abe614b2'),
(1870,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2026-01-08 16:18:09',NULL,NULL,NULL,'79a4a800-b9ab-42d8-a63a-b451c268f49d'),
(1871,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2026-01-08 16:18:09',NULL,NULL,NULL,'c01a1617-10de-4435-a1ec-af12f1a5b62a'),
(1872,1395,NULL,1017,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'caa05347-6568-409c-a3f9-f937b62b94db'),
(1873,1870,NULL,1018,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'69c49503-d621-4a2e-b522-3496dec7fd43'),
(1874,1871,NULL,1019,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:26',NULL,NULL,NULL,'f92ecf03-bc16-4699-838a-268fbed4dc9b'),
(1875,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2026-01-21 15:04:50',NULL,NULL,NULL,'7de77e35-487c-43f4-82d4-3cd73a9d9565'),
(1876,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-11-17 16:32:33',NULL,NULL,NULL,'d6965542-553d-488f-9455-2f53e087ece4'),
(1877,1401,NULL,1020,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:27',NULL,NULL,NULL,'3f235e86-5e7a-418d-91e0-fd1bb542ed90'),
(1878,1875,NULL,1021,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:27',NULL,NULL,NULL,'3b2f4148-5f19-406a-a7f9-92b0073fd6c2'),
(1879,1876,NULL,1022,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:26','2025-09-11 18:51:27',NULL,NULL,NULL,'220dc80f-f81e-435d-8d0f-c610b0e867ca'),
(1880,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-11-05 19:12:18',NULL,NULL,NULL,'11b2072d-e970-498f-a551-3269d8746893'),
(1881,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-11-05 19:12:18',NULL,NULL,NULL,'08763e8f-9bc0-4f50-b349-a7606d107ab7'),
(1882,1407,NULL,1023,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'4a2eb12d-52e8-460c-833b-ee57c3d87ec4'),
(1883,1880,NULL,1024,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'14018a65-97f2-4571-bae4-6eabeacec21a'),
(1884,1881,NULL,1025,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'9bcce777-508d-4d4d-9818-d5bd44cc5525'),
(1885,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-11-17 15:16:11',NULL,NULL,NULL,'230aafd5-fc7c-4ed5-bc04-07c152bc9305'),
(1886,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-11-17 15:16:11',NULL,NULL,NULL,'a0affaf5-f3ae-498a-b8da-a05b6090982f'),
(1887,1413,NULL,1026,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'65f855ac-56d8-4dba-8e9c-579984fc626f'),
(1888,1885,NULL,1027,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'3d742b37-3867-414b-bbe2-f41326865c39'),
(1889,1886,NULL,1028,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'8bdd245d-2d07-49e8-a0b9-7dad79746fd3'),
(1890,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2026-01-21 15:53:27',NULL,NULL,NULL,'a907db03-80e3-4fdc-8b3b-c6a0996071f2'),
(1891,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2026-01-06 20:43:11',NULL,NULL,NULL,'f3038bca-418b-4e59-ba90-46f17cb83fb6'),
(1892,1419,NULL,1029,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'78f3b688-0e1e-424c-af6a-d8cf547ce2db'),
(1893,1890,NULL,1030,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'1135cd0e-5f94-4fed-b2bf-ede302b67f6b'),
(1894,1891,NULL,1031,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'704d5513-6f43-4d3d-8b54-fc07f2302d92'),
(1895,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2026-01-05 18:17:24',NULL,NULL,NULL,'d33ac818-2b17-44ab-a4b6-a82f65147afd'),
(1896,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-11-17 15:17:07',NULL,NULL,NULL,'d81333f6-ce9b-48d8-b8ea-efbfcb630410'),
(1897,1425,NULL,1032,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'3fc7cbab-9fd4-4bfa-b64b-a276e58e7a84'),
(1898,1895,NULL,1033,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'b9620373-ee8e-40f8-973e-0dd43b60c231'),
(1899,1896,NULL,1034,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'99c80352-f042-40ac-b568-8d5c28bdb51b'),
(1900,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2026-01-21 14:26:40',NULL,NULL,NULL,'0920a6e0-b711-472c-9e82-2e7797f40822'),
(1901,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2026-01-21 15:43:14',NULL,NULL,NULL,'c7fafe4f-2c59-46f0-95a1-36187c2bb9f2'),
(1902,1431,NULL,1035,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'a85d2601-cfed-4635-8410-7e0c3ef9b540'),
(1903,1900,NULL,1036,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'cf8cc35d-2a82-4759-9e25-729180f5320f'),
(1904,1901,NULL,1037,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'090e2936-d647-4b9d-8d3c-db7f4a342ad9'),
(1905,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-11-17 15:41:58',NULL,NULL,NULL,'500423d5-fe9b-42a5-826b-7939bd7f9754'),
(1906,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2026-01-02 20:16:44',NULL,NULL,NULL,'c3123b29-086a-4c9b-8425-63e307e498d0'),
(1907,1437,NULL,1038,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'bdd3a31a-23d2-4aba-8e99-dab5f8de482c'),
(1908,1905,NULL,1039,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'b748b024-0ff4-4e84-8518-aa52c0b61ad0'),
(1909,1906,NULL,1040,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'6b9a555f-2d7c-4e25-9d47-59eb0c8370b9'),
(1910,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-11-17 15:57:50',NULL,'2025-11-17 15:57:50',NULL,'0bb92b57-5291-4f7e-88ad-87a4bc4785dc'),
(1911,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-10-14 13:43:52',NULL,NULL,NULL,'c4404b6a-770f-4759-856d-1f40e2496c8a'),
(1912,1443,NULL,1041,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'9a4a6e25-26ea-4ddf-9a33-256fc99de417'),
(1913,1910,NULL,1042,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,'2025-11-17 15:57:50',NULL,'8606d728-1a7a-404b-a5a6-ca0a58f0aa7e'),
(1914,1911,NULL,1043,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:27','2025-09-11 18:51:27',NULL,NULL,NULL,'68800b7a-9bcc-404a-8129-709b324a84bb'),
(1915,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-11-17 16:19:28',NULL,'2025-11-17 16:19:28',NULL,'1e5b50e5-aa15-41cd-844f-d693555e098c'),
(1916,NULL,NULL,NULL,2,'craft\\elements\\Entry',0,0,'2025-09-11 18:51:28','2026-01-20 18:53:19',NULL,'2026-01-20 18:53:19',NULL,'cb288b57-6c2b-407a-988c-1fd6fc42d6db'),
(1917,1449,NULL,1044,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'25550513-724a-4fe1-bf13-524630ad9c9a'),
(1918,1915,NULL,1045,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,'2025-11-17 16:19:28',NULL,'3ca9d135-e056-4e5e-9505-58e9675be716'),
(1919,1916,NULL,1046,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,'2026-01-20 18:53:19',NULL,'e8c7b86b-9038-4260-b9c1-de90363db8b8'),
(1920,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-11-17 16:21:02',NULL,NULL,NULL,'14ac5709-531d-420e-9026-888e03f07ffe'),
(1921,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-11-17 16:21:02',NULL,NULL,NULL,'b83165b6-a1a8-44f9-95d5-43ca0cf6416c'),
(1922,1455,NULL,1047,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'4e19b3af-86c6-48f1-96b9-97f153cf7f1f'),
(1923,1920,NULL,1048,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'138f1306-d885-45d1-aa0c-b5b500498840'),
(1924,1921,NULL,1049,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'63943615-d97d-4702-ab4e-1bc8eb09354b'),
(1925,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-11-17 16:36:55',NULL,'2025-11-17 16:36:55',NULL,'8e4e8ed5-d2a1-423f-adce-87931beecf0e'),
(1926,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-11-17 16:36:55',NULL,NULL,NULL,'dfd8d683-58f6-468e-be34-b4b6e7c17fb9'),
(1927,1461,NULL,1050,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'243ef27b-8197-40bb-bf53-5ccabaaa9b5c'),
(1928,1925,NULL,1051,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,'2025-11-17 16:36:55',NULL,'59b2bd62-935f-4859-8080-4d09e205366c'),
(1929,1926,NULL,1052,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'986c668a-08e6-4c51-a72d-0919da9021e2'),
(1930,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-11-17 16:38:04',NULL,NULL,NULL,'f4c1f7dc-7a75-42ee-ac92-9ef9b78f61fc'),
(1931,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-11-17 16:38:25',NULL,NULL,NULL,'a438d929-77c9-4af7-abef-b2879f1e5c84'),
(1932,1467,NULL,1053,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'45ea515f-3ed9-4075-8894-188072e6c3ed'),
(1933,1930,NULL,1054,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'50604da0-dcf0-4764-a777-f68bc1810b66'),
(1934,1931,NULL,1055,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'be79f7df-2425-484e-ab24-abbba17b0ceb'),
(1935,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2026-01-21 14:23:45',NULL,NULL,NULL,'cfce61df-c81b-4f57-a3aa-983ba807fa20'),
(1936,1473,NULL,1056,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'45419a6a-da1f-451e-8953-6ca423ce243f'),
(1937,1935,NULL,1057,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'4ab12f2e-3542-4181-b00e-1fe92785fb63'),
(1938,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2026-01-06 19:05:05',NULL,NULL,NULL,'f6ee35b4-a050-4d7c-8729-843db1a50ea4'),
(1939,1477,NULL,1058,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'8fa91883-d767-4d14-aa41-5f61d84248bc'),
(1940,1938,NULL,1059,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2025-09-11 18:51:28',NULL,NULL,NULL,'fc374cf4-3141-4289-bed8-f0135c5d6ad0'),
(1941,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-09-11 18:51:28','2026-01-21 14:22:23',NULL,NULL,NULL,'327c5010-6976-4b31-a426-5bef2b9716fb'),
(1958,1165,NULL,1067,1,'craft\\elements\\Entry',1,0,'2025-09-11 18:58:45','2025-09-11 18:58:45',NULL,NULL,NULL,'a35e30f1-61b0-4883-a550-c6061b7b17ec'),
(1963,1171,NULL,1070,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:00:06','2025-09-11 19:00:06',NULL,NULL,NULL,'71bfee52-d555-4a08-9534-077ca5cbe269'),
(1967,951,NULL,1072,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:01:24','2025-09-11 19:01:24',NULL,NULL,NULL,'c324fefe-82cf-4376-97f7-2b69f44746d0'),
(1969,1261,NULL,1073,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:01:31','2025-09-11 19:01:31',NULL,NULL,NULL,'1da2dfd1-fdde-4e7c-8c1c-b16c1dfbf1ec'),
(1979,1051,NULL,1079,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:01:59','2025-09-11 19:01:59',NULL,NULL,NULL,'f46cb30c-a0c6-4d8a-a88b-82625188ec6d'),
(1981,1051,NULL,1080,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:02:12','2025-09-11 19:02:12',NULL,NULL,NULL,'db1d62cc-7f60-471e-af4e-b339a6f884b0'),
(1983,1185,NULL,1081,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:02:19','2025-09-11 19:02:19',NULL,NULL,NULL,'fa0de283-2588-4fb8-93b5-2bddd3befe3c'),
(1985,1161,NULL,1082,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:02:26','2025-09-11 19:02:26',NULL,NULL,NULL,'3f884b43-9ad9-4476-8d54-de21b35d977e'),
(1991,1059,NULL,1085,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:03:09','2025-09-11 19:03:09',NULL,NULL,NULL,'53f2d592-8c00-47ab-ad91-35cb9e26d24c'),
(1993,1269,NULL,1086,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:03:21','2025-09-11 19:03:21',NULL,NULL,NULL,'f5dbd9bf-09ad-4271-b3cd-08dc704adbc3'),
(1995,969,NULL,1087,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:03:31','2025-09-11 19:03:31',NULL,NULL,NULL,'ca4f3f93-fb2c-422b-887a-3b42918a2742'),
(1997,1277,NULL,1088,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:03:39','2025-09-11 19:03:39',NULL,NULL,NULL,'4e32f9a1-e6c0-464e-b2af-5b3bb1e53f37'),
(1999,1191,NULL,1089,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:03:56','2025-09-11 19:03:56',NULL,NULL,NULL,'79286800-b391-44a3-ba13-864b0de6eebf'),
(2001,1419,NULL,1090,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:04:06','2025-09-11 19:04:06',NULL,NULL,NULL,'15b9b681-8401-45b0-bd13-5d8d55fef6ec'),
(2003,1419,NULL,1091,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:04:21','2025-09-11 19:04:21',NULL,NULL,NULL,'1efa532e-9b4c-4b07-9af8-4403ad2ce57b'),
(2005,1425,NULL,1092,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:04:31','2025-09-11 19:04:31',NULL,NULL,NULL,'06d52a4f-7755-48c4-87eb-7752656a9233'),
(2007,1359,NULL,1093,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:04:40','2025-09-11 19:04:40',NULL,NULL,NULL,'de8e5c35-5844-4e09-a2e5-4833c2b07705'),
(2009,1365,NULL,1094,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:04:55','2025-09-11 19:04:55',NULL,NULL,NULL,'8054172c-564b-47df-a889-5aeb069b98db'),
(2011,975,NULL,1095,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:05:04','2025-09-11 19:05:04',NULL,NULL,NULL,'7861fac0-724f-4983-8169-f3863032cfb3'),
(2013,1067,NULL,1096,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:05:28','2025-09-11 19:05:28',NULL,NULL,NULL,'c4a17551-66b4-41d0-9db9-bd0c5a6ff983'),
(2015,1431,NULL,1097,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:05:37','2025-09-11 19:05:37',NULL,NULL,NULL,'183d926c-0797-4eb4-8ea6-975b647a9ecf'),
(2017,1437,NULL,1098,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:05:50','2025-09-11 19:05:50',NULL,NULL,NULL,'e756ade6-4126-4ad8-811f-19e1cf67f171'),
(2019,1283,NULL,1099,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:06:02','2025-09-11 19:06:02',NULL,NULL,NULL,'ced759c0-5d53-4329-8723-8b737c7e5013'),
(2021,1437,NULL,1100,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:06:46','2025-09-11 19:06:47',NULL,NULL,NULL,'c6b693cf-a6a5-4087-8ee3-52d37d094925'),
(2022,1283,NULL,1101,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:06:53','2025-09-11 19:06:53',NULL,NULL,NULL,'5ae3fcb4-c324-4f2d-bbcf-8d2e8fa407d2'),
(2024,1197,NULL,1102,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:07:01','2025-09-11 19:07:01',NULL,NULL,NULL,'fc0623dc-0cad-463c-bda5-8e8fe27bc7de'),
(2026,1201,NULL,1103,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:07:11','2025-09-11 19:07:12',NULL,NULL,NULL,'b96525de-7389-41f8-8216-6e51abe1e8b6'),
(2028,1443,NULL,1104,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:07:29','2025-09-11 19:07:29',NULL,NULL,NULL,'fd8301a6-5532-457f-8fa1-84cbdda41116'),
(2030,1209,NULL,1105,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:07:38','2025-09-11 19:07:38',NULL,NULL,NULL,'e4b44308-2f90-4005-aa80-2ac211a8bf77'),
(2032,1289,NULL,1106,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:07:47','2025-09-11 19:07:47',NULL,NULL,NULL,'1121d306-d4be-48b2-9462-3232de9d17aa'),
(2034,1297,NULL,1107,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:07:59','2025-09-11 19:07:59',NULL,NULL,NULL,'65fa8d79-6df8-4b00-8a69-e093f3da6aac'),
(2036,1303,NULL,1108,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:08:08','2025-09-11 19:08:08',NULL,NULL,NULL,'69ed4dc5-add5-40fa-b43b-ac9827039a47'),
(2039,1073,NULL,1109,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:08:31','2025-09-11 19:08:31',NULL,NULL,NULL,'1c6a3457-61ed-4d09-83d1-ac5eef6dfa6d'),
(2041,981,NULL,1110,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:08:55','2025-09-11 19:08:55',NULL,NULL,NULL,'fd810555-a475-4dc2-8fce-5f1f42ed2e87'),
(2043,1215,NULL,1111,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:09:04','2025-09-11 19:09:04',NULL,NULL,NULL,'8f3990ad-19d7-4d8e-881b-49f19c2c58af'),
(2045,1371,NULL,1112,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:09:15','2025-09-11 19:09:15',NULL,NULL,NULL,'8edd622b-4958-459c-b064-61231eb17fac'),
(2047,1449,NULL,1113,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:09:25','2025-09-11 19:09:25',NULL,NULL,NULL,'63066403-79fc-4d19-8c64-191a0eb81c37'),
(2049,1455,NULL,1114,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:09:37','2025-09-11 19:09:37',NULL,NULL,NULL,'ff3e62f8-0754-42b1-a096-64f04af0c4f8'),
(2051,989,NULL,1115,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:09:56','2025-09-11 19:09:56',NULL,NULL,NULL,'c9c12ae3-7c68-44d9-96df-d7ce4caabfca'),
(2053,1309,NULL,1116,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:10:06','2025-09-11 19:10:06',NULL,NULL,NULL,'c8161a3d-e5b4-4737-b2d6-530516336b02'),
(2055,995,NULL,1117,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:10:16','2025-09-11 19:10:16',NULL,NULL,NULL,'2dfb8d83-0cd8-4b55-83ef-92273a04153c'),
(2057,1219,NULL,1118,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:10:32','2025-09-11 19:10:32',NULL,NULL,NULL,'fb13fab4-d7a9-4278-a6be-489bc6ea86eb'),
(2059,1079,NULL,1119,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:10:45','2025-09-11 19:10:45',NULL,NULL,NULL,'7c111a7d-bd62-416f-8e79-af0f875e7f77'),
(2061,1477,NULL,1120,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:11:04','2025-09-11 19:11:04',NULL,NULL,NULL,'3a9d6c76-22b3-4fd7-9eb6-c23943d00bfa'),
(2063,1377,NULL,1121,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:11:43','2025-09-11 19:11:43',NULL,NULL,NULL,'f91db735-2a6c-47e4-bf40-a0e90cd1e6cc'),
(2065,1461,NULL,1122,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:11:57','2025-09-11 19:11:57',NULL,NULL,NULL,'d3992f92-5b45-42ed-999b-fe134c7957a2'),
(2067,1467,NULL,1123,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:12:17','2025-09-11 19:12:17',NULL,NULL,NULL,'e4d2d6ae-69aa-4fa2-9f6c-30c0773497c1'),
(2069,1467,NULL,1124,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:12:28','2025-09-11 19:12:28',NULL,NULL,NULL,'4dd55d21-d6b3-48c3-8b00-cd66cc763be1'),
(2071,1225,NULL,1125,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:12:43','2025-09-11 19:12:43',NULL,NULL,NULL,'f919eb6c-9177-4540-8272-521b059be394'),
(2073,1225,NULL,1126,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:12:57','2025-09-11 19:12:57',NULL,NULL,NULL,'a6ce2774-35b6-4250-9ad7-5d2170515117'),
(2075,1005,NULL,1127,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:13:09','2025-09-11 19:13:09',NULL,NULL,NULL,'a94bf1a5-e38c-44f4-8a28-7ada754147b5'),
(2077,1315,NULL,1128,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:13:20','2025-09-11 19:13:20',NULL,NULL,NULL,'0fa73409-ee0d-4c09-8362-d4103abcd787'),
(2079,1085,NULL,1129,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:13:54','2025-09-11 19:13:54',NULL,NULL,NULL,'ab1fe88c-150b-4e00-81c6-4919458ee93f'),
(2081,1383,NULL,1130,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:14:08','2025-09-11 19:14:08',NULL,NULL,NULL,'6fb5e57c-6c45-426c-84e0-8dd44b4a6371'),
(2083,1323,NULL,1131,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:14:25','2025-09-11 19:14:25',NULL,NULL,NULL,'3b340bb2-b777-4403-ad32-f4dc48fd168b'),
(2085,1011,NULL,1132,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:14:55','2025-09-11 19:14:55',NULL,NULL,NULL,'4d24b9f2-448f-4cda-b181-3f5a092eedee'),
(2087,1091,NULL,1133,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:15:07','2025-09-11 19:15:07',NULL,NULL,NULL,'8cbaf9be-7fe2-459d-9e47-4d9e599e95a8'),
(2089,1097,NULL,1134,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:15:25','2025-09-11 19:15:25',NULL,NULL,NULL,'e2027a29-e251-4ab5-b941-da3ed42e565f'),
(2091,1097,NULL,1135,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:15:41','2025-09-11 19:15:41',NULL,NULL,NULL,'188649eb-7b5a-40a4-9d8a-d7987434cb4d'),
(2093,1231,NULL,1136,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:15:48','2025-09-11 19:15:48',NULL,NULL,NULL,'58843612-2201-4031-8a2e-27b4d1fdf543'),
(2095,1103,NULL,1137,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:15:58','2025-09-11 19:15:58',NULL,NULL,NULL,'4b531cc3-8568-42bb-a169-633998f0cbdc'),
(2097,1237,NULL,1138,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:16:11','2025-09-11 19:16:11',NULL,NULL,NULL,'e59f3c54-4311-4224-ad56-f5850287a5be'),
(2099,1243,NULL,1139,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:16:31','2025-09-11 19:16:31',NULL,NULL,NULL,'87067b26-d622-42d1-9a23-f6cce931c3bc'),
(2102,1389,NULL,1140,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:16:56','2025-09-11 19:16:56',NULL,NULL,NULL,'124437b5-cec4-48b2-9ee7-85e937bf1838'),
(2103,1243,NULL,1141,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:17:03','2025-09-11 19:17:03',NULL,NULL,NULL,'867de1e8-dc80-4d60-a5c7-87cd2e003c18'),
(2105,1149,NULL,1142,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:17:31','2025-09-11 19:17:31',NULL,NULL,NULL,'38169acf-dfa1-4d5b-b8d6-f43e340d9eb9'),
(2107,1149,NULL,1143,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:17:42','2025-09-11 19:17:42',NULL,NULL,NULL,'268757dc-351d-4c82-a469-3dffabebac7b'),
(2109,1155,NULL,1144,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:17:58','2025-09-11 19:17:58',NULL,NULL,NULL,'1b29a977-2c91-4483-b1ab-8837337ff882'),
(2111,1329,NULL,1145,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:18:15','2025-09-11 19:18:15',NULL,NULL,NULL,'429646eb-2b77-48bb-8380-1754da05cdb9'),
(2113,1329,NULL,1146,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:18:25','2025-09-11 19:18:25',NULL,NULL,NULL,'cbcbb25d-6d83-45d5-8904-a3ed7ca981d5'),
(2117,1337,NULL,1148,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:18:55','2025-09-11 19:18:55',NULL,NULL,NULL,'19284174-7252-465b-b26d-107b795e1b9a'),
(2119,1407,NULL,1149,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:19:07','2025-09-11 19:19:07',NULL,NULL,NULL,'098e0b0a-81ad-4706-838a-eb180aa2f551'),
(2121,1343,NULL,1150,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:19:20','2025-09-11 19:19:20',NULL,NULL,NULL,'30907729-e9f0-48b0-bc40-7f9f2474f864'),
(2123,1395,NULL,1151,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:19:37','2025-09-11 19:19:37',NULL,NULL,NULL,'034a676e-d0c3-4198-a6ca-e7f228bdd5f2'),
(2125,1401,NULL,1152,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:19:49','2025-09-11 19:19:49',NULL,NULL,NULL,'4b5ada0f-bd5e-4d2f-8d79-6d66c2bfddf9'),
(2127,1473,NULL,1153,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:19:59','2025-09-11 19:19:59',NULL,NULL,NULL,'0a81651d-9d48-4f62-aa11-cd74ba613f36'),
(2129,1031,NULL,1154,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:20:11','2025-09-11 19:20:11',NULL,NULL,NULL,'a6265b03-a98c-40b8-b3b7-a368c32df4bd'),
(2131,1413,NULL,1155,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:20:35','2025-09-11 19:20:35',NULL,NULL,NULL,'795dd5f1-22f2-4bf8-a3d2-e314c7d0fd8b'),
(2133,1035,NULL,1156,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:20:48','2025-09-11 19:20:48',NULL,NULL,NULL,'1fd64ce7-13e6-4b3b-b75c-7e92550ca2b6'),
(2135,1041,NULL,1157,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:20:57','2025-09-11 19:20:57',NULL,NULL,NULL,'9c2ef53c-f806-4d03-9676-1d79eb8d776d'),
(2137,1249,NULL,1158,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:21:06','2025-09-11 19:21:06',NULL,NULL,NULL,'e14b57ba-a400-4be5-ae17-3f19da532c1b'),
(2139,1123,NULL,1159,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:21:17','2025-09-11 19:21:17',NULL,NULL,NULL,'717b966a-f061-43a1-ac67-6d9e36a302b4'),
(2141,1129,NULL,1160,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:21:27','2025-09-11 19:21:27',NULL,NULL,NULL,'bc0b3233-81f6-443a-b3ee-30dbfb648e88'),
(2143,1349,NULL,1161,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:21:36','2025-09-11 19:21:37',NULL,NULL,NULL,'b33c7e7d-a9d9-4212-90d5-d5506decebb1'),
(2145,1135,NULL,1162,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:21:45','2025-09-11 19:21:45',NULL,NULL,NULL,'b2e18ab4-0ee7-4015-af21-551ddfaaaa45'),
(2147,1141,NULL,1163,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:21:55','2025-09-11 19:21:55',NULL,NULL,NULL,'a7892f37-90c2-44ee-bb1c-bf24b417b97a'),
(2149,1141,NULL,1164,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:22:03','2025-09-11 19:22:03',NULL,NULL,NULL,'dc8d4e0e-c074-48c4-9d5c-47020a0dd90f'),
(2152,1143,NULL,1165,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:22:43','2025-09-11 19:22:43',NULL,NULL,NULL,'bbbf47b5-b0fc-4c27-946b-24678475e6fc'),
(2154,1117,NULL,1166,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:23:17','2025-09-11 19:23:17',NULL,NULL,NULL,'d3a7392b-cf13-4484-b503-300c52fce2de'),
(2156,1109,NULL,1167,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:23:27','2025-09-11 19:23:27',NULL,NULL,NULL,'06f188b6-d912-4561-a403-92160842c7d0'),
(2160,1017,NULL,1169,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:23:59','2025-09-11 19:23:59',NULL,NULL,NULL,'28e8a7b5-4c4d-4835-98ca-60b3e29b0a85'),
(2162,999,NULL,1170,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:24:30','2025-09-11 19:24:30',NULL,NULL,NULL,'1aba5b72-1133-4e69-9ffe-ad18f4b17baa'),
(2166,1261,NULL,1172,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:34:52','2025-09-11 19:34:52',NULL,NULL,NULL,'d12f63d1-c3b1-49c6-ab0c-159f96d6077c'),
(2170,1185,NULL,1174,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:35:10','2025-09-11 19:35:10',NULL,NULL,NULL,'564a2f6d-d289-44cf-9111-627c267d9070'),
(2174,1277,NULL,1176,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:35:24','2025-09-11 19:35:24',NULL,NULL,NULL,'1f7b5541-779c-4c78-b58f-d1b705ac267f'),
(2176,1191,NULL,1177,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:35:30','2025-09-11 19:35:30',NULL,NULL,NULL,'057aa1ca-89a3-44bb-b2de-2288c4c0605a'),
(2178,1359,NULL,1178,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:35:38','2025-09-11 19:35:38',NULL,NULL,NULL,'d1a1d83f-5780-42cb-929c-73f104f97786'),
(2180,1431,NULL,1179,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:35:45','2025-09-11 19:35:45',NULL,NULL,NULL,'237fafc6-7654-470b-9cfc-efb98a6d7271'),
(2182,1197,NULL,1180,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:35:51','2025-09-11 19:35:51',NULL,NULL,NULL,'e3b2b065-886b-40e6-920d-e7df10e52616'),
(2184,1201,NULL,1181,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:35:58','2025-09-11 19:35:58',NULL,NULL,NULL,'1f3bae81-3cdf-42b0-bf1c-df0190d766e7'),
(2186,1309,NULL,1182,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:36:26','2025-09-11 19:36:26',NULL,NULL,NULL,'96ebee49-8963-4c9c-8597-267e083243c3'),
(2188,1443,NULL,1183,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:36:38','2025-09-11 19:36:38',NULL,NULL,NULL,'28f0121a-37b6-4ca3-af90-5e7269320ca3'),
(2190,1209,NULL,1184,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:36:45','2025-09-11 19:36:45',NULL,NULL,NULL,'953faded-417d-4438-85ac-49071795e887'),
(2192,1289,NULL,1185,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:36:53','2025-09-11 19:36:53',NULL,NULL,NULL,'e30dcae5-ccfe-49cf-93b8-a69701e666d2'),
(2194,1297,NULL,1186,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:37:00','2025-09-11 19:37:00',NULL,NULL,NULL,'df9825e6-1ac9-47d8-8a64-b9d919d41d54'),
(2196,1303,NULL,1187,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:37:09','2025-09-11 19:37:09',NULL,NULL,NULL,'1d9da0c5-dccd-4eb6-9192-0260bd1984f8'),
(2197,1215,NULL,1188,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:37:16','2025-09-11 19:37:16',NULL,NULL,NULL,'540ad7cf-b5e1-409f-afa7-88630103ba50'),
(2199,1371,NULL,1189,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:37:24','2025-09-11 19:37:24',NULL,NULL,NULL,'220dbb9c-a7bb-49a3-b5ec-06335d4d074d'),
(2201,1449,NULL,1190,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:37:31','2025-09-11 19:37:31',NULL,NULL,NULL,'378afe3c-7ad2-4057-8861-763cb525f48b'),
(2203,1231,NULL,1191,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:37:38','2025-09-11 19:37:38',NULL,NULL,NULL,'89c6954e-718d-48d5-b247-84e07933c47d'),
(2206,1161,NULL,1192,1,'craft\\elements\\Entry',1,0,'2025-09-11 19:52:35','2025-09-11 19:52:35',NULL,NULL,NULL,'adccd7e0-b5fb-4f81-b009-4cfe297a5849'),
(2208,497,NULL,1194,6,'craft\\elements\\Entry',1,0,'2025-09-11 20:12:38','2025-09-11 20:12:38',NULL,NULL,NULL,'3498aeec-5b14-4b84-bafb-08697c8b53f9'),
(2216,951,NULL,1198,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:30:50','2025-09-11 20:30:50',NULL,NULL,NULL,'9118d376-91a5-4fae-b2fe-537f74bb71dd'),
(2218,1437,NULL,1199,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:31:02','2025-09-11 20:31:02',NULL,NULL,NULL,'c4dc8153-951e-41c1-a1f4-4315cb87714f'),
(2223,56,NULL,1202,3,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:29','2026-03-25 19:33:12',NULL,NULL,NULL,'4e5eb46e-e14e-43f3-8d8d-f5a86820c322'),
(2224,57,NULL,1203,3,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:29','2026-03-25 19:33:12',NULL,NULL,NULL,'6811b45c-2526-425c-9771-c76348de7f60'),
(2225,63,NULL,1204,3,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:29','2026-03-25 19:33:12',NULL,NULL,NULL,'bec226d8-89bd-4ba4-b8a9-d169181f88ca'),
(2231,951,NULL,1210,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:29','2025-09-11 20:39:29',NULL,NULL,NULL,'35bff0ce-c0b2-4bbd-93cf-8c5d2d9b2ac8'),
(2232,1499,NULL,1211,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:29','2025-09-11 20:39:29',NULL,'2025-12-01 19:40:26',NULL,'5333d547-c46a-4718-a413-cfd01d1d7bd9'),
(2233,1500,NULL,1212,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:29','2025-09-11 20:39:29',NULL,NULL,NULL,'d168976e-2cc4-4d4c-af00-dc14d2a37bc7'),
(2236,1505,NULL,1215,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:29','2026-03-25 19:34:30',NULL,NULL,NULL,'66c2d571-d2f3-4537-9dfd-ca69866967ae'),
(2240,969,NULL,1219,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'76467b31-29e9-40c7-a25c-794903e321bd'),
(2241,1514,NULL,1220,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'37c2f1d8-f48d-4d37-bf79-86544c5bf1c9'),
(2242,1515,NULL,1221,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,'2025-11-17 15:01:37',NULL,'b80b993f-bd4d-4975-8703-151af6f1e21c'),
(2243,975,NULL,1222,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'e2c3f267-0edf-4d28-a871-5534827dcd13'),
(2244,1519,NULL,1223,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'14d99b35-006a-4797-87c8-7c252b050c34'),
(2245,1520,NULL,1224,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'8c8ee26e-61fc-4272-9f5b-93cad0aea522'),
(2246,981,NULL,1225,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'5c4a8ed7-bccf-4437-aaa7-ccef65c83c1d'),
(2247,1524,NULL,1226,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'49785bf4-1804-40ae-902c-62aa105e5baf'),
(2248,1525,NULL,1227,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'49b1fef5-b341-46a6-8539-65944a4f9d37'),
(2249,1526,NULL,1228,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'fde5d0cc-d53c-4192-abec-5146012a0d9e'),
(2250,989,NULL,1229,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'1a80dca2-0fa0-4653-bd07-8c40d380e4ce'),
(2251,1531,NULL,1230,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'12ce86c0-0c3d-4ff2-b6b5-fdf5c1e2b7df'),
(2252,1532,NULL,1231,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'f13c2c60-e917-4db6-acb2-69a827a40b98'),
(2253,995,NULL,1232,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'375cd1b6-6ec5-440e-8538-f21a90afbcd2'),
(2254,1536,NULL,1233,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,'2026-03-09 15:35:44',NULL,'441b9908-0779-4bf8-b2be-fd673573a183'),
(2255,999,NULL,1234,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'6500fb11-8903-4680-be51-66242e0c7a20'),
(2256,1539,NULL,1235,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'dd556e78-6349-447f-b8d0-707142b16ec5'),
(2257,1540,NULL,1236,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,'2026-01-20 19:55:43',NULL,'ec389eac-6d0c-4afe-bdd2-4f08d61461c1'),
(2258,1005,NULL,1237,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'b3a7f86f-79b9-46c9-8ab2-e0e9b0e9d916'),
(2259,1544,NULL,1238,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'6f5eb08b-cc8c-4d43-a1a4-8f641b93d518'),
(2260,1545,NULL,1239,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'0a490659-8694-4bac-8ce9-52eeabd18f52'),
(2261,1011,NULL,1240,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'4f3698dd-fd09-40a7-b4c3-bfc3ad5be997'),
(2262,1549,NULL,1241,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'eb92debb-00f0-4953-928e-ac061fad2a19'),
(2263,1550,NULL,1242,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,'2025-11-17 16:45:42',NULL,'5627854d-5dc2-454c-ad79-f9a8f48b4bd5'),
(2264,1017,NULL,1243,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'bbc28ebf-a9f6-49da-acd8-ac0b6d0b7acc'),
(2265,1554,NULL,1244,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'aca4acd2-c94c-4cc5-9b3e-0312a8f8b4b7'),
(2266,1555,NULL,1245,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:30','2025-09-11 20:39:30',NULL,NULL,NULL,'75b7da17-206c-4efb-8ddf-c8b801b712b0'),
(2271,1031,NULL,1250,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'12dad23f-955f-460e-ad35-6acc8ecfd830'),
(2272,1566,NULL,1251,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,'2025-11-17 16:58:10',NULL,'81ed302a-8151-4dea-9454-f47db8b9952a'),
(2273,1035,NULL,1252,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'6411ee32-f902-4121-9ccf-0078ea5de8d5'),
(2274,1569,NULL,1253,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'9ffcb1f0-a9e9-452c-813c-02a7f4978917'),
(2275,1570,NULL,1254,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'a14619a0-72b1-40db-ad1e-5ad7a06e4946'),
(2276,1041,NULL,1255,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'70162289-9d4e-45d6-99b6-e49a8104b1d3'),
(2277,1574,NULL,1256,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'ac390979-2a8a-4b12-8501-6c6bea6cda41'),
(2278,1045,NULL,1257,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'af310d04-cb63-45fa-8a23-6afc7798913e'),
(2279,1577,NULL,1258,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'5b60e712-d1da-498a-9082-440f853077eb'),
(2280,1578,NULL,1259,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'fd2f732f-b26f-49a2-93b9-b331716686f1'),
(2281,1051,NULL,1260,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'38d50995-0253-44eb-8f77-5a17e5acf2c2'),
(2282,1582,NULL,1261,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'69f1dc7e-221e-47ad-862d-15ac4300cdeb'),
(2283,1583,NULL,1262,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'3702f942-39d6-460e-b36e-8b4540db6f7c'),
(2284,1584,NULL,1263,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,'2026-03-30 13:50:32',NULL,'beaba663-8777-4d6c-bc57-d51a866a3c30'),
(2285,1059,NULL,1264,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'e836ae4c-c9dc-4d8b-ab0d-a6fcb75733c4'),
(2286,1589,NULL,1265,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'dcfd9632-efc0-4d7f-b776-a48ddea5b270'),
(2287,1590,NULL,1266,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'08905de6-b619-444b-aee7-a9189ee1f75c'),
(2288,1591,NULL,1267,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'a940b45d-155e-4ce6-b24b-2d2e68ffe4e1'),
(2289,1067,NULL,1268,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'d045bc02-ef67-4ed6-aeca-22f47813749c'),
(2290,1596,NULL,1269,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'1578dcc9-d907-4e8d-910f-263caaef3727'),
(2291,1597,NULL,1270,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,'2026-01-20 20:27:23',NULL,'a33634ac-17e3-4467-bfdb-c6858f3f2024'),
(2292,1073,NULL,1271,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'a9919f68-a24e-47df-880a-5717be11b580'),
(2293,1601,NULL,1272,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'9dec0979-58c5-457b-926b-aed67e022895'),
(2294,1602,NULL,1273,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'683b5e74-9f8d-4b0f-973b-26fa1644b6b4'),
(2295,1079,NULL,1274,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'149786bc-fabb-496b-a566-85da74d4967d'),
(2296,1606,NULL,1275,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'8b1fedcb-9f31-4e98-8184-d0534b10afe3'),
(2297,1607,NULL,1276,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:31',NULL,NULL,NULL,'35dc0f46-424d-4a7c-abfd-4897971b5b41'),
(2298,1085,NULL,1277,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:31','2025-09-11 20:39:32',NULL,NULL,NULL,'c5018270-43ab-4486-a44c-0fd2c8bcd2a9'),
(2299,1611,NULL,1278,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'318a27e4-e09a-4352-bbb3-67cca0fa51a0'),
(2300,1612,NULL,1279,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'29274ee7-c4cd-4f9e-994f-d1abfc4bfa9b'),
(2301,1091,NULL,1280,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'f1135250-e2aa-43a0-91d0-c9caad7d1b29'),
(2302,1616,NULL,1281,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'42d461cd-6404-402c-a3e3-4381c5465191'),
(2303,1617,NULL,1282,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'60fde109-9d7f-46c3-b7b8-69b88a6ca346'),
(2304,1097,NULL,1283,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'db301f11-7b2a-400d-8159-ed7281d24ab4'),
(2305,1621,NULL,1284,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'e1686c55-70f9-4cea-b2e4-ce7d009313ac'),
(2306,1622,NULL,1285,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'c575a8a9-8783-42b6-9e61-4dd59a93bf68'),
(2307,1103,NULL,1286,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'bdd2c1c5-a5a2-4ed0-8941-ac20afe35b46'),
(2308,1626,NULL,1287,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'eb5f4d12-a163-48cc-b7c2-7146a9a7107d'),
(2309,1627,NULL,1288,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'742faf6d-455f-4c82-8830-f0dae1821511'),
(2310,1109,NULL,1289,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'0df07b97-babd-453b-82cd-4e18f11ba143'),
(2311,1631,NULL,1290,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'bbcadf66-9f58-4fb9-aac3-42b2c570bfee'),
(2312,1632,NULL,1291,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'4ba61cc5-0260-4953-8a79-7033f7b5096d'),
(2313,1633,NULL,1292,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'1369a244-487c-4518-ba07-64248e20b85b'),
(2314,1117,NULL,1293,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'1b9fbc17-10fb-4369-a185-46b2afa727e9'),
(2315,1638,NULL,1294,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'80d863cd-9d73-420e-b1fc-a61edb711aff'),
(2316,1639,NULL,1295,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'50ffd002-fe77-4eda-a3d2-0cf1f7b07f6b'),
(2317,1123,NULL,1296,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'601f8f21-3091-456f-9185-aa916538225a'),
(2318,1643,NULL,1297,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'c3abce8a-7758-4bc9-b353-361646b8f575'),
(2319,1644,NULL,1298,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'1778485e-5250-4a01-83a1-4816289cda3e'),
(2320,1129,NULL,1299,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'ba6bd15e-93a1-4996-a040-0b1ea2c919d0'),
(2321,1648,NULL,1300,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,'2026-01-21 01:58:08',NULL,'0c9c9c8b-5f65-446f-9afc-5ce22954bc23'),
(2322,1649,NULL,1301,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'75cb9044-877e-4d2e-9d67-9387824fd9ab'),
(2323,1135,NULL,1302,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'fa073e70-6bd1-41c1-936a-02054306890a'),
(2324,1653,NULL,1303,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'88b97d45-a1bb-403e-91e1-af71ec7ba5ed'),
(2325,1654,NULL,1304,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,'2026-01-20 18:47:29',NULL,'e3b15f85-f876-4a6f-bbd4-9dd6da462126'),
(2326,1143,NULL,1305,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'69f60b46-c429-48f0-aa64-abdad6aaf818'),
(2327,1659,NULL,1306,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,'2025-10-13 18:02:09',NULL,'3ed02ca8-a643-400f-a241-8db19287039f'),
(2328,1660,NULL,1307,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:32',NULL,NULL,NULL,'f312c3e7-8f70-4c6a-9efe-872191e5164c'),
(2329,1155,NULL,1308,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:33',NULL,NULL,NULL,'d287b69c-8250-4ee9-a834-d0ba58ca4fc5'),
(2330,1669,NULL,1309,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:33',NULL,'2025-10-13 19:24:55',NULL,'af969a0f-2e30-4bc2-8ad0-c0b6e8d55eb3'),
(2331,1670,NULL,1310,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:32','2025-09-11 20:39:33',NULL,NULL,NULL,'229b21e1-f73f-4cec-9f87-1198ea7163ce'),
(2332,1161,NULL,1311,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'22a2031a-af48-4eed-9a66-29a2653663bc'),
(2333,1674,NULL,1312,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'02a66161-b187-4cd4-9646-0f72924d0ca9'),
(2334,1165,NULL,1313,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'447b1859-1dd1-4510-8ee5-9430c23fb45e'),
(2335,1677,NULL,1314,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'62c9baf2-0e7a-4f34-8388-c8ecd479244f'),
(2336,1678,NULL,1315,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'daace896-c1d2-4f14-82e8-6d240e620a92'),
(2337,1171,NULL,1316,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'24f44ae8-34bd-46e5-aa09-0914caa600b2'),
(2338,1682,NULL,1317,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,'2026-01-05 17:12:30',NULL,'77d5caee-4f33-4be3-aaeb-4fd3fd3aa5c4'),
(2339,1683,NULL,1318,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'615ad73f-b89b-4ba4-a254-640a8a5d3d4c'),
(2343,1185,NULL,1322,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'d99e2d79-896b-46b8-ad33-2e3d92ac5b92'),
(2344,1694,NULL,1323,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'2de33317-f01f-4f76-946d-22dd32906035'),
(2345,1695,NULL,1324,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'20f6e708-e817-46f5-bb1c-d44613d1bea0'),
(2346,1191,NULL,1325,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'999e5bad-ced0-4cbd-9bb5-359ef3340337'),
(2347,1699,NULL,1326,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'b49521a0-f8ba-4dac-a492-ac2ab2e92e3c'),
(2348,1700,NULL,1327,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'90c34b75-3716-4000-af7c-7e24226d62bb'),
(2349,1197,NULL,1328,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'735f8e22-9d2a-48ef-b8c7-ab7e5572583d'),
(2350,1704,NULL,1329,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'000c10f4-d2c2-4071-bec1-e93a0d65c883'),
(2351,1201,NULL,1330,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'878faeb0-b61e-48e1-8c7b-2db2cc43389f'),
(2352,1707,NULL,1331,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'0f8c41f5-b2d5-4d69-ba23-592a5103aec3'),
(2353,1708,NULL,1332,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'acaa840d-86fa-442e-8e53-bf0e4beebdfd'),
(2354,1709,NULL,1333,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'cd432b78-fafc-468f-be95-a5a0967fbc7d'),
(2355,1209,NULL,1334,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'295c970e-33c8-4134-aa84-d1775bcef760'),
(2356,1714,NULL,1335,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'dd652f5c-bb0d-4383-b6a6-0250fe5553df'),
(2357,1715,NULL,1336,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:33','2025-09-11 20:39:33',NULL,NULL,NULL,'853ee76f-fb61-4858-a0b8-aca65f2f8ad0'),
(2358,1215,NULL,1337,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'4da48e8a-75ac-4a32-8211-a3e3a6c75f69'),
(2359,1719,NULL,1338,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'1adc891b-aee2-436d-95d5-a83bdd712103'),
(2360,1219,NULL,1339,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'3d9248ae-121a-4422-b4c9-54237e914052'),
(2361,1722,NULL,1340,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,'2025-10-14 17:09:21',NULL,'24822f30-3c64-4717-8006-c4e04100388a'),
(2362,1723,NULL,1341,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'c29db490-a81c-48b0-b8c3-9c840d4a9c72'),
(2363,1225,NULL,1342,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'73f673e9-a465-4b9d-89bb-caefe009bcfb'),
(2364,1727,NULL,1343,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'244ba4b5-84a2-4acc-a96b-82f8c5d71f99'),
(2365,1728,NULL,1344,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'d6e5c3cc-5eb9-436e-8b0c-6f6ce78b9d05'),
(2366,1231,NULL,1345,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'bdd115bb-c739-443f-a8a2-8dac106fa02d'),
(2367,1732,NULL,1346,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'19cfc3ae-9f47-439c-85dc-456085e59bde'),
(2368,1733,NULL,1347,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,'2025-10-14 17:15:30',NULL,'bd3e4ff3-c52b-4094-9616-0b7226bcf167'),
(2369,1237,NULL,1348,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'301e703b-180e-4835-9592-3a5fa7600feb'),
(2370,1737,NULL,1349,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'47f446bc-7243-4938-8778-6ccdae77c8e0'),
(2371,1738,NULL,1350,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'78a76273-243a-4741-ba3f-f480a40b707f'),
(2372,1243,NULL,1351,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'f6b602c3-394b-4cb1-b6b9-13d0ffc01b70'),
(2373,1742,NULL,1352,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'e0cb9382-0256-489b-b489-06cc430acd98'),
(2374,1743,NULL,1353,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'362fd34e-62a4-482a-85e9-f68906489122'),
(2375,1249,NULL,1354,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'60b1bd86-14f2-4bdd-8073-65575453f82d'),
(2376,1747,NULL,1355,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'fe0f430b-b348-4cf0-887f-143cb7151774'),
(2377,1748,NULL,1356,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'d09312ba-d309-4a58-8ec6-87a973026dcd'),
(2381,1261,NULL,1360,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'4fe257b0-e184-41bf-9790-9eb1e990f1aa'),
(2382,1757,NULL,1361,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'3bf93cf3-aab0-4cd6-a0d2-38e962e79b2b'),
(2383,1758,NULL,1362,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,'2025-11-04 20:58:46',NULL,'320dd30b-4b1b-44d1-9551-0c5432eafb7f'),
(2384,1759,NULL,1363,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:34',NULL,NULL,NULL,'42945697-1ae2-4285-a5d4-6f63dd66aa27'),
(2385,1269,NULL,1364,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:35',NULL,NULL,NULL,'71f985e0-ac5e-4096-8c4c-cd84d329274e'),
(2386,1764,NULL,1365,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:35',NULL,NULL,NULL,'4afd8dc9-cc58-490c-be34-7947478a9537'),
(2387,1765,NULL,1366,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:35',NULL,NULL,NULL,'90f445c8-f90a-4f78-9dae-c70091a3590f'),
(2388,1766,NULL,1367,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:34','2025-09-11 20:39:35',NULL,NULL,NULL,'a0f3ec1a-5eda-4702-92d1-2f30a1988bfc'),
(2389,1277,NULL,1368,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'f29c23f3-def9-4e63-acb5-40182c356a95'),
(2390,1771,NULL,1369,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'49ddf47e-12f4-4da3-b8c6-9d64ad45483e'),
(2391,1772,NULL,1370,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'840bbd83-fdf2-4a10-bfef-562e15ad93c0'),
(2392,1283,NULL,1371,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'e8ffcc5c-0dfe-44e6-810d-5858c9b4ee34'),
(2393,1776,NULL,1372,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'2d5ac8b2-ef1d-49d5-a7bc-d1a520ba2955'),
(2394,1777,NULL,1373,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,'2026-01-17 00:25:00',NULL,'ea2d3ccc-e764-49b9-ac13-889e64227fbd'),
(2395,1289,NULL,1374,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'158f173e-9874-4200-8e2f-6120f706e8cc'),
(2396,1781,NULL,1375,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'1eb22d46-fc96-4bf6-90f2-d06e7bfe3803'),
(2397,1782,NULL,1376,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'89131c6c-7c9b-4e50-8fcd-694af4fcdfd5'),
(2398,1783,NULL,1377,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'5ca644a2-0b4e-4884-a7ca-85bab193d717'),
(2399,1297,NULL,1378,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'6ca8d549-c107-448b-b8f9-b0a2c86d79e6'),
(2400,1788,NULL,1379,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,'2026-03-09 18:18:04',NULL,'b1bb2727-65f3-4b81-a3e4-f7df5c372159'),
(2401,1789,NULL,1380,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'35aa0712-f0da-4c82-a6f4-560eb1b3ff1e'),
(2402,1303,NULL,1381,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'db172afb-d9b3-406d-9dd6-0a049936d879'),
(2403,1793,NULL,1382,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'0ab79989-1460-4b4c-a966-cf1c33ae7521'),
(2404,1794,NULL,1383,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'5a6ba16b-cb14-45cf-bd8c-4a8bd409b61f'),
(2405,1309,NULL,1384,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'bb0429e3-3120-479c-8449-36e0494035ce'),
(2406,1798,NULL,1385,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,'2025-11-17 16:22:37',NULL,'307d5258-7f51-4824-a0b4-94ee9f610479'),
(2407,1799,NULL,1386,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'3bdef452-1787-4e86-a8e0-cfeb2eaa1377'),
(2408,1315,NULL,1387,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'39b8dbdb-4257-4a09-a9c6-4170aa7bc502'),
(2409,1803,NULL,1388,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'bebddb5c-63e4-401a-a3df-112ce48082fe'),
(2410,1804,NULL,1389,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'06123830-b9af-486a-b680-902c60f61746'),
(2411,1805,NULL,1390,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'236c0610-a142-45c5-8e3d-5dd35b0339ac'),
(2412,1323,NULL,1391,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'2f4efa94-8b11-460f-a936-1f90fb340eda'),
(2413,1810,NULL,1392,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'c4aebf86-a5df-4964-a9e3-7a38ca2faa33'),
(2414,1811,NULL,1393,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:35',NULL,NULL,NULL,'99833e80-f9cd-47f6-9655-a5757b3618da'),
(2415,1329,NULL,1394,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:36',NULL,NULL,NULL,'914212f0-1dc6-4e77-a408-e8f6615d7469'),
(2416,1815,NULL,1395,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:35','2025-09-11 20:39:36',NULL,NULL,NULL,'f5c7fb9b-1756-41f8-acb0-33eb138c2b7c'),
(2417,1816,NULL,1396,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'bd78096f-5f01-4fc1-a962-14c6e6c4f62f'),
(2418,1817,NULL,1397,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,'2025-11-17 16:52:25',NULL,'c8cbecdb-b3b4-4754-bcef-37df56fdf273'),
(2419,1337,NULL,1398,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'4dd4c136-5d42-4f74-8cf7-5aa04c35a4c9'),
(2420,1822,NULL,1399,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,'2025-11-05 19:19:37',NULL,'30af53b8-1d0f-49d4-a48c-664e46c580ab'),
(2421,1823,NULL,1400,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'8d1b1d6d-c4f5-46e0-b51f-779484f742c0'),
(2422,1343,NULL,1401,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'19b1b671-03e5-4c03-aa81-43c82c7b25a4'),
(2423,1827,NULL,1402,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'d8e033bd-666f-45c6-a719-60aec288e902'),
(2424,1828,NULL,1403,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'62b2db04-602b-4930-b2ef-c098a79f84bc'),
(2425,1349,NULL,1404,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'d66b4656-f7f7-469a-b9c1-e3c51d2b0b7d'),
(2426,1832,NULL,1405,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'4a04f375-aa30-4a31-8fc8-6c62cdd843df'),
(2428,1835,NULL,1407,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2026-03-25 19:51:40',NULL,NULL,NULL,'82e8162c-e2f4-4b58-aa51-e982e351f6bf'),
(2429,1836,NULL,1408,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2026-03-25 19:51:40',NULL,NULL,NULL,'343d4adc-f8f0-4d7f-85db-ab38824a577f'),
(2430,1359,NULL,1409,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'0412a0a4-d5f3-4dfd-915e-6349ef1f3dde'),
(2431,1840,NULL,1410,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'da049ea8-74df-486e-a7c2-44fc22a24cfd'),
(2432,1841,NULL,1411,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'35eaa790-5a17-410b-a030-8377d40d951a'),
(2433,1365,NULL,1412,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'2c13f3db-0d8c-40b4-b97a-ed4b02877eb8'),
(2434,1845,NULL,1413,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'2b292a19-ce1a-45ca-b797-8b8352b0c03f'),
(2435,1846,NULL,1414,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'7dcc9947-c567-48fc-8f28-452082e360de'),
(2436,1371,NULL,1415,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'4bc9d9ba-31bf-48ce-b091-e1b2e37809e6'),
(2437,1850,NULL,1416,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'ba212c3f-a596-412b-8010-896c8635c7a3'),
(2438,1851,NULL,1417,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'625668bb-b59f-4385-b729-be0c8df447d9'),
(2439,1377,NULL,1418,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'94fff098-79fd-42e7-8043-959f261b5337'),
(2440,1855,NULL,1419,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'78fc354f-286f-4409-83fe-9d7e0ab48ee6'),
(2441,1856,NULL,1420,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'219de754-7949-4025-8356-cc77f7cee520'),
(2442,1383,NULL,1421,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'9785984c-dd86-450b-b529-e8087a3d74c6'),
(2443,1860,NULL,1422,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'a840cbe7-f639-4a9f-b1be-2c02cb2cccb3'),
(2444,1861,NULL,1423,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:36','2025-09-11 20:39:36',NULL,NULL,NULL,'19f58fd6-32c7-4770-b0cd-a3adf01002c3'),
(2445,1389,NULL,1424,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'fcdc2dce-6995-41ba-8e8f-b748e4df7a14'),
(2446,1865,NULL,1425,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'160e3d0a-1e12-4513-b797-e71c56cb5873'),
(2447,1866,NULL,1426,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'cbcc8965-9ff1-42d6-871c-df8f126844f0'),
(2448,1395,NULL,1427,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'ee63e3c3-657f-42cd-82a4-159eb5173afb'),
(2449,1870,NULL,1428,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'ac44157f-7d13-4dbf-8810-8d8191d068fd'),
(2450,1871,NULL,1429,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'8a096c6a-f26a-42ed-84c9-cb66dd2aded9'),
(2451,1401,NULL,1430,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'26a9b7cb-2bb6-4bb1-b3b0-ddce5f1db05d'),
(2452,1875,NULL,1431,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'344f3dcc-df4f-4862-8dc7-788bf7cca35d'),
(2453,1876,NULL,1432,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'6460116b-b922-4014-b99f-b0399674b736'),
(2454,1407,NULL,1433,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'4e5015bf-2cf4-49a5-82c4-6b4017b3a9ba'),
(2455,1880,NULL,1434,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'6f5fa7ae-78a6-46e9-a606-70bb2b28b856'),
(2456,1881,NULL,1435,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'a328c246-05bb-46cc-a94b-7fb52151ad08'),
(2457,1413,NULL,1436,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'e119a524-5b34-4c28-a95e-f3b48918737e'),
(2458,1885,NULL,1437,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'c78d3645-9668-4cb6-8143-ed476ca7c6eb'),
(2459,1886,NULL,1438,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'601ca390-6a8d-45c4-aa43-d18cc3960f87'),
(2460,1419,NULL,1439,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'13d8e805-1633-4a70-aaa4-a79dd5540a83'),
(2461,1890,NULL,1440,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'45a8ad70-0044-41e2-9169-f8e49485961d'),
(2462,1891,NULL,1441,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'ff1ac66d-c92e-4350-b7c7-b5ff6f6d718b'),
(2463,1425,NULL,1442,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'5d25cbb7-1ce2-4f47-a70d-bb9bb77f76f7'),
(2464,1895,NULL,1443,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'6a5c2cf4-c64c-4983-aea0-39f3c0c71e25'),
(2465,1896,NULL,1444,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'9c83df00-0358-438f-a7ae-c1ced938097e'),
(2466,1431,NULL,1445,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'6612c1de-535b-4fcd-97fd-95e01c14ab39'),
(2467,1900,NULL,1446,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'494aab11-2cd1-4443-beca-41df55b19858'),
(2468,1901,NULL,1447,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'619ba96f-c0c1-4680-ad8a-30cdd7878df7'),
(2469,1437,NULL,1448,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'0612b687-bc28-42e6-bd01-98552b99bf4a'),
(2470,1905,NULL,1449,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'caed6cba-1baa-4348-8f24-da474e051ffe'),
(2471,1906,NULL,1450,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:37',NULL,NULL,NULL,'0340d5c2-3598-4571-b476-e46e7c5426fb'),
(2472,1443,NULL,1451,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:38',NULL,NULL,NULL,'3412bce4-5016-4097-8ca3-4e2df3d26db3'),
(2473,1910,NULL,1452,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:38',NULL,'2025-11-17 15:57:50',NULL,'3d3d9ed5-dd22-4069-8bde-d8e7d6ed79a0'),
(2474,1911,NULL,1453,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:37','2025-09-11 20:39:38',NULL,NULL,NULL,'9614a6a2-90fc-42eb-8d0e-dfec76b8c68d'),
(2475,1449,NULL,1454,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'38aba39a-0322-4825-8439-e1173b1c251f'),
(2476,1915,NULL,1455,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,'2025-11-17 16:19:28',NULL,'3dd2a0bd-1b32-4c57-ad79-a564fb6e89f3'),
(2477,1916,NULL,1456,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,'2026-01-20 18:53:19',NULL,'41948a97-c816-4437-bd78-daadd75fd33c'),
(2478,1455,NULL,1457,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'db7c4b65-ae52-41cd-9314-33f537c1f5bc'),
(2479,1920,NULL,1458,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'fcaecb61-cd2c-401b-956f-e9bc1238011a'),
(2480,1921,NULL,1459,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'88788456-bbb6-4513-8104-b076a6f86f51'),
(2481,1461,NULL,1460,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'b40150b0-3477-4388-8a3f-d90d99a8b929'),
(2482,1925,NULL,1461,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,'2025-11-17 16:36:55',NULL,'28cf4f1e-8941-417a-99e4-e5d448cb45b6'),
(2483,1926,NULL,1462,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'a74f0cfb-8234-4629-8684-aab1486dd1e4'),
(2484,1467,NULL,1463,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'b725cd86-2fff-4ea7-9b4b-6989100dc9e5'),
(2485,1930,NULL,1464,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'fbe32637-1457-4339-81f6-9011c1d42f2e'),
(2486,1931,NULL,1465,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'751e7a36-baf0-4343-9ee1-01e0c9a00fe7'),
(2487,1473,NULL,1466,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'15132208-ac5b-4d2d-921d-b49d10b9dbc5'),
(2488,1935,NULL,1467,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'89101061-0b59-4b87-8829-9dfccaa42ed9'),
(2489,1477,NULL,1468,1,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'4565583a-cd7e-42a2-bb8b-1eb48dd44483'),
(2490,1938,NULL,1469,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2025-09-11 20:39:38',NULL,NULL,NULL,'ef99128a-288d-4762-a0bd-3ef128729c43'),
(2492,1941,NULL,1471,2,'craft\\elements\\Entry',1,0,'2025-09-11 20:39:38','2026-03-25 19:02:32',NULL,NULL,NULL,'0697548d-424c-426b-884f-84436b0ef39c'),
(2501,1487,NULL,1476,2,'craft\\elements\\Entry',1,0,'2025-09-17 19:37:16','2026-03-25 19:33:13',NULL,NULL,NULL,'a94ed8ae-0e30-4160-b54e-a86536244182'),
(2516,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-19 16:58:14','2025-09-19 16:58:14',NULL,NULL,NULL,'a88dc780-1702-4136-8c14-39c1b8af932e'),
(2518,605,NULL,1477,5,'craft\\elements\\Entry',1,0,'2025-09-19 16:58:18','2025-09-19 16:58:18',NULL,NULL,NULL,'c4ac66da-0efc-4159-9b88-86cb23f6d62a'),
(2519,NULL,NULL,NULL,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:25:28','2025-09-24 19:41:47',NULL,NULL,NULL,'798407a8-dc42-4891-824a-5b688cae9b01'),
(2520,2519,NULL,1478,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:27:09','2025-09-19 17:27:09',NULL,NULL,NULL,'fa3f1a9f-6f97-42f5-99a3-205b578e474b'),
(2522,2519,NULL,1479,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:27:31','2025-09-19 17:27:31',NULL,NULL,NULL,'e5505781-4c57-4615-8b16-d5ef7ba052ec'),
(2523,NULL,NULL,NULL,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:28:47','2025-09-24 17:20:23',NULL,NULL,NULL,'2e9f1bdb-a41c-42cc-8dde-7aa89ffddd2f'),
(2524,2523,NULL,1480,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:29:12','2025-09-19 17:29:12',NULL,NULL,NULL,'9f84aee8-686d-471e-8b34-83d6caf38ded'),
(2526,2523,NULL,1481,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:29:35','2025-09-19 17:29:35',NULL,NULL,NULL,'8f6a715d-fff5-4e6c-8926-4cdf0ec3db0d'),
(2527,NULL,NULL,NULL,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:30:10','2025-09-24 17:20:14',NULL,NULL,NULL,'fc7c950a-4533-492a-a7a7-e2afea558b45'),
(2528,2527,NULL,1482,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:31:21','2025-09-19 17:31:21',NULL,NULL,NULL,'14ceef1a-cf0a-4f95-92a4-1f227f35893c'),
(2530,2527,NULL,1483,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:31:59','2025-09-19 17:31:59',NULL,NULL,NULL,'8ad99ee4-b840-43d9-a671-379c3e9e99fb'),
(2531,NULL,NULL,NULL,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:32:19','2025-09-30 19:28:07',NULL,NULL,NULL,'f679d85c-04bf-4fdf-aa69-2619259a729e'),
(2532,2531,NULL,1484,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:33:26','2025-09-19 17:33:26',NULL,NULL,NULL,'ec10f6fb-97fa-43dc-a55a-499e37faaa0e'),
(2534,2531,NULL,1485,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:34:50','2025-09-19 17:34:50',NULL,NULL,NULL,'9e3e9ed4-21f7-4059-9a2c-e745e294f9d6'),
(2535,NULL,NULL,NULL,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:34:52','2025-09-24 17:19:43',NULL,NULL,NULL,'a7be63ba-1aef-4be2-bbdf-387693347e0c'),
(2536,2535,NULL,1486,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:35:50','2025-09-19 17:35:50',NULL,NULL,NULL,'50604867-8e85-40ba-987a-deb315a8b043'),
(2537,NULL,NULL,NULL,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:37:12','2025-09-24 17:19:53',NULL,NULL,NULL,'56881ee1-2b77-454e-b507-84c6eeef5674'),
(2538,2537,NULL,1487,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:38:19','2025-09-19 17:38:19',NULL,NULL,NULL,'4ca31b6d-0a38-4b5f-b1b4-45ff2cc21e8b'),
(2540,2535,NULL,1488,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:38:52','2025-09-19 17:38:52',NULL,NULL,NULL,'85586ca8-0eb5-4f04-a1ce-3a1396134b8f'),
(2542,2537,NULL,1489,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:40:18','2025-09-19 17:40:18',NULL,NULL,NULL,'493901ce-3b81-4599-b50a-4ca08a357afa'),
(2544,2535,NULL,1490,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:40:24','2025-09-19 17:40:24',NULL,NULL,NULL,'16370887-6b06-44bd-8209-3f7d03301751'),
(2546,2531,NULL,1491,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:40:31','2025-09-19 17:40:31',NULL,NULL,NULL,'cc536b73-77ec-426a-ae5d-ff768d2f5e4e'),
(2548,2527,NULL,1492,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:40:36','2025-09-19 17:40:36',NULL,NULL,NULL,'ddcf4584-17c9-4aeb-884f-8cbcc989ffd1'),
(2550,2523,NULL,1493,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:40:43','2025-09-19 17:40:43',NULL,NULL,NULL,'589cd3dd-fa2a-43a5-a2ac-a51ad123960a'),
(2552,2519,NULL,1494,12,'craft\\elements\\Entry',1,0,'2025-09-19 17:40:50','2025-09-19 17:40:50',NULL,NULL,NULL,'a606d8ab-1fdf-4776-9e86-df6900369c8f'),
(2553,NULL,NULL,NULL,18,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:07','2025-09-19 18:50:13',NULL,NULL,NULL,'1f82e73c-c692-4568-b585-ae99eb7d380b'),
(2554,2553,NULL,1495,18,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:13','2025-09-19 18:50:13',NULL,NULL,NULL,'447453c2-b29f-478c-946d-abd97da673ff'),
(2555,NULL,NULL,NULL,18,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:13','2025-09-19 18:50:15',NULL,NULL,NULL,'b329aaf6-6f21-444a-b552-c1d9a05f909f'),
(2556,2555,NULL,1496,18,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:15','2025-09-19 18:50:15',NULL,NULL,NULL,'6b12fb58-47ab-496a-a6ef-81c893b554d6'),
(2557,NULL,NULL,NULL,18,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:15','2025-09-19 18:50:18',NULL,NULL,NULL,'d89963c6-a945-4912-b645-59a7dbe99761'),
(2558,2557,NULL,1497,18,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:18','2025-09-19 18:50:18',NULL,NULL,NULL,'ea0ccd3e-caa3-4ba3-b016-4af7d0df34c4'),
(2559,NULL,NULL,NULL,18,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:18','2025-09-19 18:50:27',NULL,NULL,NULL,'92068cd8-0a8e-4188-93e4-d0adbb22dc1e'),
(2560,2559,NULL,1498,18,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:27','2025-09-19 18:50:27',NULL,NULL,NULL,'34e48f02-d6e9-488f-86e0-0cffb3195a70'),
(2561,NULL,NULL,NULL,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:37','2025-09-19 18:50:45',NULL,NULL,NULL,'a231e115-688d-4f00-b246-4c3505b058dc'),
(2562,2561,NULL,1499,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:45','2025-09-19 18:50:45',NULL,NULL,NULL,'935997ba-edcf-4fd2-89ac-fbc4b386f843'),
(2563,NULL,NULL,NULL,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:45','2025-09-19 18:50:48',NULL,NULL,NULL,'a9ae196c-4c39-41b5-a34b-03614b7a607a'),
(2564,2563,NULL,1500,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:48','2025-09-19 18:50:48',NULL,NULL,NULL,'cde9bda8-b387-4efd-92c1-35b8fafb67cf'),
(2565,NULL,NULL,NULL,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:48','2025-09-19 18:50:50',NULL,NULL,NULL,'ee7ae933-c2c6-4a6a-8f16-96b6f1b9b6bd'),
(2566,2565,NULL,1501,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:50','2025-09-19 18:50:50',NULL,NULL,NULL,'d087424b-77d9-433a-b247-1ee011a5834c'),
(2567,NULL,NULL,NULL,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:50','2025-09-19 18:50:52',NULL,NULL,NULL,'be85fe8b-f433-47f1-95d4-351af20a2806'),
(2568,2567,NULL,1502,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:52','2025-09-19 18:50:52',NULL,NULL,NULL,'0b23eb9f-9b41-4259-a1ea-c97d2c437346'),
(2569,NULL,NULL,NULL,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:52','2025-09-19 18:50:55',NULL,NULL,NULL,'4dd3b51c-ef51-4e69-a1ae-51b556192a86'),
(2570,2569,NULL,1503,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:55','2025-09-19 18:50:55',NULL,NULL,NULL,'9aa038d4-3589-415e-9fce-ff6f17a1a4e4'),
(2571,NULL,NULL,NULL,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:55','2025-09-19 18:50:59',NULL,NULL,NULL,'b608439b-ca0f-4766-b3e2-94df92a69e2e'),
(2572,2571,NULL,1504,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:59','2025-09-19 18:50:59',NULL,NULL,NULL,'d42f5795-c8d7-43b8-9c6e-50db5eb4422a'),
(2573,NULL,NULL,NULL,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:50:59','2025-09-19 18:51:06',NULL,NULL,NULL,'d41283ba-951c-4073-81d9-a12cab8c4ca2'),
(2574,2573,NULL,1505,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:51:03','2025-09-19 18:51:03',NULL,NULL,NULL,'e650f765-b5b2-4adb-b603-6ffea7fe1eab'),
(2575,2573,NULL,1506,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:51:06','2025-09-19 18:51:06',NULL,NULL,NULL,'64a59e0d-63dd-4e47-9235-f311e24c2822'),
(2576,NULL,NULL,NULL,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:51:06','2025-09-19 18:51:09',NULL,NULL,NULL,'328cf59f-6de8-42e8-a1b4-0e8ca15a9118'),
(2577,2576,NULL,1507,19,'craft\\elements\\Entry',1,0,'2025-09-19 18:51:09','2025-09-19 18:51:09',NULL,NULL,NULL,'efe25b57-54ec-4dda-86e7-f8e3db89d470'),
(2579,2537,NULL,1508,12,'craft\\elements\\Entry',1,0,'2025-09-19 18:51:30','2025-09-19 18:51:30',NULL,NULL,NULL,'d1828e30-43ad-41ad-a279-bf18508cc953'),
(2581,2535,NULL,1509,12,'craft\\elements\\Entry',1,0,'2025-09-19 18:51:46','2025-09-19 18:51:46',NULL,NULL,NULL,'2b22d8d4-2fa6-4aac-98be-d594893b5212'),
(2583,2531,NULL,1510,12,'craft\\elements\\Entry',1,0,'2025-09-19 18:51:56','2025-09-19 18:51:56',NULL,NULL,NULL,'d4ea6741-e126-47b2-9b94-4261ad889e7a'),
(2585,2527,NULL,1511,12,'craft\\elements\\Entry',1,0,'2025-09-19 18:52:10','2025-09-19 18:52:10',NULL,NULL,NULL,'533472d2-9f5b-422f-8881-c8fc9d1cec24'),
(2587,2523,NULL,1512,12,'craft\\elements\\Entry',1,0,'2025-09-19 18:52:18','2025-09-19 18:52:18',NULL,NULL,NULL,'c2990695-289a-4a5b-82ff-a483f97bf743'),
(2589,2519,NULL,1513,12,'craft\\elements\\Entry',1,0,'2025-09-19 18:52:27','2025-09-19 18:52:27',NULL,NULL,NULL,'f0260a8f-8d2d-4af1-9771-887da16e8f84'),
(2590,NULL,NULL,NULL,12,'craft\\elements\\Entry',1,0,'2025-09-19 18:52:38','2025-09-19 19:15:03',NULL,NULL,NULL,'6cae16a6-f883-4139-a765-c67347143182'),
(2591,2590,NULL,1514,12,'craft\\elements\\Entry',1,0,'2025-09-19 18:53:29','2025-09-19 18:53:29',NULL,NULL,NULL,'530fb6e6-1e63-401c-8814-5f6576b81df6'),
(2592,2537,NULL,1515,12,'craft\\elements\\Entry',1,0,'2025-09-19 18:53:35','2025-09-19 18:53:35',NULL,NULL,NULL,'6f41855b-e4c1-4d65-90bf-3edb7c561ac0'),
(2594,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2025-09-19 18:57:57','2025-09-19 18:57:57',NULL,NULL,NULL,'42d65d55-306b-417d-8600-0bb8ec837d7a'),
(2595,2590,NULL,1516,12,'craft\\elements\\Entry',1,0,'2025-09-19 18:57:59','2025-09-19 18:57:59',NULL,NULL,NULL,'b0b62e6c-322d-4cd0-bf67-e701786ccddc'),
(2596,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:05:39','2025-09-19 19:06:52',NULL,NULL,NULL,'ed5b5724-8a1c-4424-a8aa-bcc5e5591568'),
(2597,2596,NULL,1517,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:06:52','2025-09-19 19:06:52',NULL,NULL,NULL,'cf4c9543-4654-44b2-bc1a-0eec18aa2fdf'),
(2598,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:06:52','2025-09-19 19:06:57',NULL,NULL,NULL,'2b425daa-3c83-4d5f-855e-9aaadf81a9e3'),
(2599,2598,NULL,1518,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:06:57','2025-09-19 19:06:57',NULL,NULL,NULL,'0a37fe07-9f4b-4616-bd4d-d342ccbdab00'),
(2600,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:06:57','2025-09-19 19:07:03',NULL,NULL,NULL,'03b51710-5c79-4483-afe4-bda55784e2f3'),
(2601,2600,NULL,1519,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:03','2025-09-19 19:07:03',NULL,NULL,NULL,'57723b37-e14c-4bbe-bac4-0df0f4508f5b'),
(2602,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:03','2025-09-19 19:07:09',NULL,NULL,NULL,'bd40e808-1b5a-4674-8f1f-79ce381e440c'),
(2603,2602,NULL,1520,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:09','2025-09-19 19:07:09',NULL,NULL,NULL,'31cd7061-ac55-4c56-9548-7d2f30484574'),
(2604,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:09','2025-09-19 19:07:13',NULL,NULL,NULL,'c1580479-2261-4e66-a3b0-771bbd6898b3'),
(2605,2604,NULL,1521,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:13','2025-09-19 19:07:13',NULL,NULL,NULL,'c43cf147-5984-4462-bce8-231f550507c2'),
(2606,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:13','2025-09-19 19:07:17',NULL,NULL,NULL,'a54c9d4f-1de7-4f3f-a0d9-1bc5ef6c3b82'),
(2607,2606,NULL,1522,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:17','2025-09-19 19:07:17',NULL,NULL,NULL,'705217ff-3a28-400c-a46f-3446855a2538'),
(2608,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:17','2025-09-19 19:07:23',NULL,NULL,NULL,'f9a5647d-ff01-4f49-a021-5fc8e32ddc73'),
(2609,2608,NULL,1523,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:23','2025-09-19 19:07:23',NULL,NULL,NULL,'366283e4-5e9a-43e9-bc56-54b1250d0c21'),
(2610,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:23','2025-09-19 19:07:27',NULL,NULL,NULL,'775903a5-eb1a-492f-a3a4-59a280676468'),
(2611,2610,NULL,1524,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:27','2025-09-19 19:07:27',NULL,NULL,NULL,'9690e450-9ea6-48b5-a4ef-5e0f65ce5dc1'),
(2612,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:27','2025-09-19 19:07:36',NULL,NULL,NULL,'cf692f93-e1c4-4161-ac36-11ae0932ee6d'),
(2613,2612,NULL,1525,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:36','2025-09-19 19:07:36',NULL,NULL,NULL,'9d55947e-e594-40a3-a249-5c5c28525fde'),
(2614,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:36','2026-01-21 15:43:59',NULL,NULL,NULL,'cb61d67e-83c4-4abc-bf6e-080ed8a8a973'),
(2615,2614,NULL,1526,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:44','2025-09-19 19:07:44',NULL,NULL,NULL,'9abe030a-b0f1-49da-b606-49d5c64d67c6'),
(2618,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:47','2025-09-19 19:07:49',NULL,NULL,NULL,'b5e0de7b-b9c8-48f0-91c6-484d8caa02ca'),
(2619,2618,NULL,1528,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:49','2025-09-19 19:07:49',NULL,NULL,NULL,'13d5c252-c187-4d28-a171-c29ca8de64cd'),
(2622,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:53','2026-01-21 14:26:33',NULL,NULL,NULL,'0a1cb6bd-d0cc-4b56-94d6-4573d769d02c'),
(2623,2622,NULL,1530,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:55','2025-09-19 19:07:55',NULL,NULL,NULL,'ccb4c11c-644a-45d9-a660-734ba66b717a'),
(2624,NULL,NULL,NULL,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:55','2025-09-19 19:07:59',NULL,NULL,NULL,'501cb39a-b029-4e58-b73e-2c796bd1926c'),
(2625,2624,NULL,1531,20,'craft\\elements\\Entry',1,0,'2025-09-19 19:07:59','2025-09-19 19:07:59',NULL,NULL,NULL,'5a043e60-e89d-457d-ad36-2d7d38519ce8'),
(2629,1165,NULL,1535,1,'craft\\elements\\Entry',1,0,'2025-09-19 19:10:48','2025-09-19 19:10:48',NULL,NULL,NULL,'e1a41b0a-395c-461c-98d7-ffda5bf0a805'),
(2631,2590,NULL,1536,12,'craft\\elements\\Entry',1,0,'2025-09-19 19:15:03','2025-09-19 19:15:03',NULL,NULL,NULL,'3b597831-2740-4f3d-9196-0d831107edfb'),
(2633,497,NULL,1537,6,'craft\\elements\\Entry',1,0,'2025-09-19 19:22:04','2025-09-19 19:22:04',NULL,NULL,NULL,'6272791a-de82-4b56-9175-163e15b04f6b'),
(2635,951,NULL,1538,1,'craft\\elements\\Entry',1,0,'2025-09-22 17:36:50','2025-09-22 17:36:50',NULL,NULL,NULL,'567baa8c-18ca-4f71-bf0c-49d45ab5d6e9'),
(2640,1359,NULL,1540,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:03:21','2025-09-22 18:03:22',NULL,NULL,NULL,'5d28cdde-151f-4f3c-866c-1ad41a17312c'),
(2641,1353,NULL,1541,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:03:40','2025-09-22 18:03:40',NULL,NULL,NULL,'9b6e0d49-0cd5-42cc-b5d3-49c6382ccb72'),
(2643,1365,NULL,1542,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:04:13','2025-09-22 18:04:13',NULL,NULL,NULL,'2f77c9ad-e35a-40f5-81ff-806c1f22da65'),
(2645,1371,NULL,1543,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:04:46','2025-09-22 18:04:46',NULL,NULL,NULL,'ec8a6866-7615-4634-a4ec-ffe1e7799e18'),
(2647,1353,NULL,1544,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:04:56','2025-09-22 18:04:56',NULL,NULL,NULL,'fa7fd048-7fe9-41c6-97e5-ae47bd39fadd'),
(2649,1359,NULL,1545,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:05:05','2025-09-22 18:05:05',NULL,NULL,NULL,'2d451d36-1ae8-48bd-bce5-4eae79f08bfc'),
(2651,1365,NULL,1546,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:05:37','2025-09-22 18:05:37',NULL,NULL,NULL,'c697e627-4e31-4d1a-880e-5b89c6307c8b'),
(2653,1377,NULL,1547,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:06:29','2025-09-22 18:06:29',NULL,NULL,NULL,'8ddfb5d1-1881-47b0-a5f8-6f766eb4e9c9'),
(2655,1383,NULL,1548,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:06:50','2025-09-22 18:06:50',NULL,NULL,NULL,'b6f34d50-21c8-4413-b4fa-cb591a437244'),
(2657,1389,NULL,1549,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:07:16','2025-09-22 18:07:16',NULL,NULL,NULL,'f5c5299c-8dfe-4fff-b2b2-214e915f50c0'),
(2659,1395,NULL,1550,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:08:00','2025-09-22 18:08:00',NULL,NULL,NULL,'d8d50f8a-5155-43f9-ad24-d17286bcab2c'),
(2661,1401,NULL,1551,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:08:33','2025-09-22 18:08:33',NULL,NULL,NULL,'af589c20-0be9-4a3e-9752-b34db1355b8d'),
(2663,1407,NULL,1552,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:08:56','2025-09-22 18:08:56',NULL,NULL,NULL,'c956fdad-0162-4993-b457-60ded1ef76f9'),
(2665,1413,NULL,1553,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:09:23','2025-09-22 18:09:23',NULL,NULL,NULL,'d60c7ef7-e87a-4f3c-b875-12d039894748'),
(2667,1413,NULL,1554,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:09:38','2025-09-22 18:09:38',NULL,NULL,NULL,'4452d2c3-b7e9-40b4-9b5d-f251e3d6fdc5'),
(2669,1413,NULL,1555,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:09:54','2025-09-22 18:09:54',NULL,NULL,NULL,'1988353a-0bb8-4430-b9a8-3cbffc4772fc'),
(2671,1359,NULL,1556,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:10:03','2025-09-22 18:10:03',NULL,NULL,NULL,'1e51a1e3-3b09-471d-86b5-8c3caa82a99a'),
(2673,1353,NULL,1557,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:10:11','2025-09-22 18:10:11',NULL,NULL,NULL,'7b3ecea1-cf13-4251-a491-14c4e29e37e8'),
(2675,1395,NULL,1558,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:10:30','2025-09-22 18:10:30',NULL,NULL,NULL,'f4e3d187-5f5b-4240-8d04-2f09cde373d0'),
(2678,1365,NULL,1559,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:10:48','2025-09-22 18:10:48',NULL,NULL,NULL,'31e57a87-8928-4f1b-8f68-ff5b8dafce53'),
(2680,1371,NULL,1560,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:11:25','2025-09-22 18:11:25',NULL,NULL,NULL,'02a82296-3dee-4128-9909-4b2cb74a82c6'),
(2682,1377,NULL,1561,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:11:35','2025-09-22 18:11:35',NULL,NULL,NULL,'044d3a09-7711-4916-9efb-81892f95fb05'),
(2684,1383,NULL,1562,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:11:49','2025-09-22 18:11:49',NULL,NULL,NULL,'8ed1ac02-aefa-4daf-9d24-698ac17f4712'),
(2686,1389,NULL,1563,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:12:03','2025-09-22 18:12:03',NULL,NULL,NULL,'b437b1a6-ba58-4119-a194-8216f04fa596'),
(2689,1401,NULL,1564,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:12:28','2025-09-22 18:12:28',NULL,NULL,NULL,'e067c24c-2576-4600-abab-2c6703865199'),
(2691,1407,NULL,1565,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:13:02','2025-09-22 18:13:02',NULL,NULL,NULL,'d95c3554-d596-4337-95e6-f25c14ea837e'),
(2693,1413,NULL,1566,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:18:15','2025-09-22 18:18:15',NULL,NULL,NULL,'7d3c09d5-33bc-49b0-9b20-52ab558dd130'),
(2695,1353,NULL,1567,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:20:10','2025-09-22 18:20:10',NULL,NULL,NULL,'cf9416ca-910d-4782-b4f7-350e2f6a7685'),
(2697,1359,NULL,1568,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:20:32','2025-09-22 18:20:33',NULL,NULL,NULL,'75051435-a9e8-4561-91e8-46d34b6aca30'),
(2698,1365,NULL,1569,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:20:52','2025-09-22 18:20:52',NULL,NULL,NULL,'bbf8407d-bac1-47fb-b03a-5b057b9a32df'),
(2699,1395,NULL,1570,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:21:16','2025-09-22 18:21:16',NULL,NULL,NULL,'c058663d-1b8b-4b28-abbe-a485ead99e64'),
(2701,1371,NULL,1571,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:21:35','2025-09-22 18:21:35',NULL,NULL,NULL,'b0bb1e40-42aa-4e8c-a453-e9d77f1d9e0f'),
(2703,1377,NULL,1572,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:22:06','2025-09-22 18:22:06',NULL,NULL,NULL,'6fadb5fa-d81a-4f7d-8b92-c83d74107c67'),
(2705,1401,NULL,1573,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:22:29','2025-09-22 18:22:29',NULL,NULL,NULL,'ce543f07-040e-4d57-bcc5-8acd57217816'),
(2707,1383,NULL,1574,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:22:45','2025-09-22 18:22:45',NULL,NULL,NULL,'aebab139-b1aa-43a9-b06b-8c7cfabcb458'),
(2709,1389,NULL,1575,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:23:01','2025-09-22 18:23:02',NULL,NULL,NULL,'ef58f931-789e-483c-a450-8b7d4d1eb7ed'),
(2711,1407,NULL,1576,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:23:24','2025-09-22 18:23:24',NULL,NULL,NULL,'f96f2cd0-e318-46d3-a704-1a5f524db1b1'),
(2712,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:31:54','2026-03-25 19:52:35',NULL,NULL,NULL,'dd61e91a-428e-4c7e-92a2-b1678fb22a9f'),
(2713,2712,NULL,1577,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:33:07','2025-09-22 18:33:07',NULL,NULL,NULL,'f0e219c3-0b40-405e-b74f-3a6a4e87fcee'),
(2716,2712,NULL,1578,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:33:47','2025-09-22 18:33:47',NULL,NULL,NULL,'c725bc56-b88f-4150-b481-9efd1c0431e5'),
(2719,2712,NULL,1580,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:33:59','2025-09-22 18:33:59',NULL,NULL,NULL,'055e1545-833e-4929-b4dc-1d22a9d7787d'),
(2720,NULL,NULL,NULL,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:34:20','2026-03-25 19:51:03',NULL,NULL,NULL,'8edf8d99-3b37-4cf7-8604-05cdfd866b47'),
(2721,2720,NULL,1581,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:35:27','2025-09-22 18:35:27',NULL,NULL,NULL,'c1d0d498-a622-47b1-a8d7-7e0f0a6bf998'),
(2723,2720,NULL,1582,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:35:58','2025-09-22 18:35:58',NULL,NULL,NULL,'b90d043b-1cbf-4469-beb6-f9248e860704'),
(2725,2720,NULL,1583,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:36:12','2025-09-22 18:36:12',NULL,NULL,NULL,'0f75944b-28b9-4f57-a792-1cf7f9f23fe2'),
(2727,2720,NULL,1584,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:36:20','2025-09-22 18:36:20',NULL,NULL,NULL,'7d8cf309-af4b-4543-9dea-d4576cd6748a'),
(2729,2712,NULL,1585,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:36:55','2025-09-22 18:36:55',NULL,NULL,NULL,'1ef5bc5d-deb8-4f07-a030-6782faff4a0b'),
(2732,1059,NULL,1587,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:42:30','2025-09-22 18:42:30',NULL,NULL,NULL,'f99c1038-bb40-418b-9813-63a7025dfd6f'),
(2733,1283,NULL,1588,1,'craft\\elements\\Entry',1,0,'2025-09-22 18:42:35','2025-09-22 18:42:35',NULL,NULL,NULL,'464e4b65-76d2-4d1a-8f39-81b5f6bdda47'),
(2742,601,NULL,1590,5,'craft\\elements\\Entry',1,0,'2025-09-22 20:40:59','2025-09-22 20:40:59',NULL,NULL,NULL,'90518e6f-0901-4395-be9a-cd14eda0165c'),
(2743,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-22 20:41:13','2025-09-22 20:41:13',NULL,NULL,NULL,'a520d29b-eced-425e-bf1a-f1a35646d600'),
(2744,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-22 20:41:13','2025-09-22 20:41:13',NULL,NULL,NULL,'7c1de11f-ebcf-4c6e-b2e8-1c5eb53efc68'),
(2746,2743,NULL,1592,3,'craft\\elements\\Entry',1,0,'2025-09-22 20:41:13','2026-03-25 19:33:12',NULL,NULL,NULL,'50b13f66-01f6-4bee-8165-85f2e52ab10a'),
(2747,2744,NULL,1593,3,'craft\\elements\\Entry',1,0,'2025-09-22 20:41:13','2026-03-25 19:33:12',NULL,NULL,NULL,'5c11c11b-6c2d-46c1-96c3-9442dcacdd1d'),
(2750,601,NULL,1594,5,'craft\\elements\\Entry',1,0,'2025-09-22 20:45:52','2025-09-22 20:45:52',NULL,NULL,NULL,'53ce4217-639b-419a-a73c-6443a3417118'),
(2751,459,NULL,1595,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:24:58','2025-09-23 20:24:58',NULL,NULL,NULL,'5a05c997-033a-4a62-ba13-559b802db7ef'),
(2753,459,NULL,1596,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:25:08','2025-09-23 20:25:08',NULL,NULL,NULL,'83e87564-d2a9-441d-94c8-ed6e5f2bf570'),
(2754,461,NULL,1597,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:25:25','2025-09-23 20:25:25',NULL,NULL,NULL,'e5f3ce22-f12e-4c27-bd18-8800f1f29444'),
(2756,457,NULL,1598,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:25:31','2025-09-23 20:25:31',NULL,NULL,NULL,'79000580-aa18-4ac5-960c-e1ec4bacd872'),
(2758,463,NULL,1599,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:25:37','2025-09-23 20:25:37',NULL,NULL,NULL,'18d046ca-46ee-4d51-9f67-2c42cdcaf067'),
(2760,465,NULL,1600,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:25:47','2025-09-23 20:25:47',NULL,NULL,NULL,'fda55c44-299e-4f1a-ae6d-fbbeec708d23'),
(2761,467,NULL,1601,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:25:55','2025-09-23 20:25:55',NULL,NULL,NULL,'20ab7767-16a4-4677-91c8-e5a8581b8e17'),
(2763,469,NULL,1602,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:26:04','2025-09-23 20:26:04',NULL,NULL,NULL,'27d68ba6-8788-4d0e-b5ca-40669ea528b7'),
(2764,471,NULL,1603,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:26:11','2025-09-23 20:26:11',NULL,NULL,NULL,'7272a6d5-a6bd-495f-a010-cee877695ac9'),
(2766,475,NULL,1604,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:26:19','2025-09-23 20:26:19',NULL,NULL,NULL,'774aa463-25fe-45e9-85e8-89b8f2eeb2dc'),
(2768,475,NULL,1605,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:26:26','2025-09-23 20:26:26',NULL,NULL,NULL,'e5b5440a-7cd9-4e0b-9320-3d413c6c873d'),
(2769,477,NULL,1606,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:26:34','2025-09-23 20:26:34',NULL,NULL,NULL,'9c3a45da-b569-44f2-8afe-f869cae19015'),
(2770,479,NULL,1607,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:26:42','2025-09-23 20:26:42',NULL,NULL,NULL,'1044a086-a589-4314-8063-db7230f407f8'),
(2772,481,NULL,1608,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:26:54','2025-09-23 20:26:54',NULL,NULL,NULL,'2e91cad0-71c1-4ae3-b7f4-249b6bbba78d'),
(2774,483,NULL,1609,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:27:03','2025-09-23 20:27:03',NULL,NULL,NULL,'89510032-755b-4553-9af0-79e69d2f2aba'),
(2775,485,NULL,1610,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:27:13','2025-09-23 20:27:13',NULL,NULL,NULL,'54c4f5d4-0aed-4ab5-a2eb-87fb9ff18ca7'),
(2776,497,NULL,1611,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:27:28','2025-09-23 20:27:28',NULL,NULL,NULL,'d2ffd692-e9c1-4969-8340-7a3bd760e48b'),
(2778,487,NULL,1612,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:29:02','2025-09-23 20:29:02',NULL,NULL,NULL,'bbcf8b4e-8275-4917-a71b-81fe04c749fa'),
(2780,489,NULL,1613,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:29:09','2025-09-23 20:29:09',NULL,NULL,NULL,'adc63a2c-f16a-4cd2-8937-f5e39b1b1d5e'),
(2781,491,NULL,1614,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:29:17','2025-09-23 20:29:17',NULL,NULL,NULL,'74537ed0-d9b5-4630-a5a0-13cd647368ae'),
(2782,493,NULL,1615,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:29:24','2025-09-23 20:29:24',NULL,NULL,NULL,'0046eebf-0773-4e96-abdb-7005b1844456'),
(2784,495,NULL,1616,6,'craft\\elements\\Entry',1,0,'2025-09-23 20:29:38','2025-09-23 20:29:38',NULL,NULL,NULL,'94205c05-e2f4-414d-a0dd-443cbfdec53b'),
(2785,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-09-23 20:43:42','2025-09-30 22:22:13',NULL,NULL,NULL,'e13f4958-4796-464e-b66a-72e49c7d45cb'),
(2786,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-09-23 20:43:49','2025-09-30 22:22:24',NULL,NULL,NULL,'e6acfaec-6184-424c-8a4f-fbe541f2fe91'),
(2787,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-09-23 20:43:54','2025-09-30 22:22:37',NULL,NULL,NULL,'46ebec47-7046-4634-af10-57e83a4bd1aa'),
(2791,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-09-23 20:45:18','2025-09-30 22:41:39',NULL,NULL,NULL,'75a41dd2-8fe4-4d4a-9c95-66b0698211a3'),
(2793,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-09-23 20:45:18','2026-01-19 16:40:30',NULL,NULL,NULL,'bb6951d7-9f9a-4283-bc5e-6467bf906b9e'),
(2800,NULL,NULL,NULL,22,'craft\\elements\\Asset',1,0,'2025-09-23 21:13:16','2025-09-23 21:22:49',NULL,NULL,NULL,'d06a14ea-0b3f-46f1-9fc3-27f80e36224e'),
(2802,459,NULL,1622,6,'craft\\elements\\Entry',1,0,'2025-09-23 21:13:19','2025-09-23 21:13:19',NULL,NULL,NULL,'c6632179-233c-4e81-8b06-f027664fe5c6'),
(2803,NULL,NULL,NULL,22,'craft\\elements\\Asset',1,0,'2025-09-23 21:13:36','2025-09-23 21:22:40',NULL,NULL,NULL,'645ea5ae-4175-4410-ba89-7daf862ff408'),
(2805,465,NULL,1623,6,'craft\\elements\\Entry',1,0,'2025-09-23 21:13:37','2025-09-23 21:13:37',NULL,NULL,NULL,'3c57da7a-d1fa-4fd7-8b32-89ab823a439d'),
(2806,NULL,NULL,NULL,22,'craft\\elements\\Asset',1,0,'2025-09-23 21:13:42','2025-09-23 21:22:33',NULL,NULL,NULL,'3aa27850-e4b8-4894-b00a-059bfe04c324'),
(2808,497,NULL,1624,6,'craft\\elements\\Entry',1,0,'2025-09-23 21:13:43','2025-09-23 21:13:43',NULL,NULL,NULL,'0b046278-b13a-4781-88f7-6d2b466a1a29'),
(2809,NULL,NULL,NULL,22,'craft\\elements\\Asset',1,0,'2025-09-23 21:13:48','2025-09-23 21:22:25',NULL,NULL,NULL,'1442f42d-5abd-4e2c-a860-c63e22014cab'),
(2811,487,NULL,1625,6,'craft\\elements\\Entry',1,0,'2025-09-23 21:13:50','2025-09-23 21:13:50',NULL,NULL,NULL,'bb03ac1d-f805-4602-abeb-2294590f0184'),
(2812,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:56:15','2025-09-23 21:56:42',NULL,NULL,NULL,'9e84d8c4-96c0-4bce-b66e-a095a9f0f08b'),
(2813,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:56:43','2025-09-23 21:56:57',NULL,NULL,NULL,'d2b74fb7-6d80-4ad7-81d2-2be6696b7351'),
(2814,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:57:02','2025-09-23 21:57:09',NULL,NULL,NULL,'331a4fd5-0801-4feb-b418-dcc4cab532ac'),
(2815,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:57:13','2025-09-23 21:57:19',NULL,NULL,NULL,'9805002c-e2bf-456f-aabe-b2e1aa762420'),
(2816,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:57:23','2025-09-23 21:57:28',NULL,NULL,NULL,'a35a41c4-7359-413b-b4a3-3abcc48f9f51'),
(2817,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:57:32','2025-09-23 21:57:37',NULL,NULL,NULL,'1160191a-e6ca-451e-8818-e29608b3a552'),
(2825,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2025-09-23 21:59:36',NULL,NULL,NULL,'853cdf0a-cf7b-449b-bd96-774731d82a62'),
(2826,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2025-09-23 21:59:36',NULL,NULL,NULL,'3a20e533-ab54-412e-a69e-1a235f6ec472'),
(2827,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2025-09-23 21:59:36',NULL,NULL,NULL,'6ab8c753-d0ae-4279-b9a6-cb3dda256892'),
(2828,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2025-09-23 21:59:36',NULL,NULL,NULL,'d64b9941-05a9-49e0-955f-2646b283f66f'),
(2829,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2025-09-23 21:59:36',NULL,NULL,NULL,'e9ae92c4-d6d1-47de-9386-f392617552fd'),
(2830,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2025-09-23 21:59:36',NULL,NULL,NULL,'b41f5c54-1e17-4c19-80a5-8b00f74c063d'),
(2832,2825,NULL,1627,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2026-03-25 19:33:13',NULL,NULL,NULL,'cd724529-1bf1-4cda-9a89-3d2e3a80c60b'),
(2833,2826,NULL,1628,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2026-03-25 19:33:13',NULL,NULL,NULL,'31244ec1-ed25-41c6-b2cb-4b15a8dcc2b8'),
(2834,2827,NULL,1629,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2026-03-25 19:33:13',NULL,NULL,NULL,'64cc34f6-a02c-446f-9b55-318ad50fcdb2'),
(2835,2828,NULL,1630,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2026-03-25 19:33:13',NULL,NULL,NULL,'664273f1-70f1-4ff8-8adb-93e88db663cf'),
(2836,2829,NULL,1631,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2026-03-25 19:33:13',NULL,NULL,NULL,'0bdc7b3b-6c94-43cd-86d0-a3d1f9d58589'),
(2837,2830,NULL,1632,3,'craft\\elements\\Entry',1,0,'2025-09-23 21:59:36','2026-03-25 19:33:13',NULL,NULL,NULL,'8d22cc7b-fcc4-40b9-b839-9a356dc70b59'),
(2848,1171,NULL,1637,1,'craft\\elements\\Entry',1,0,'2025-09-24 15:56:11','2025-09-24 15:56:11',NULL,NULL,NULL,'842aa2a0-afad-411b-b604-5b4687a01a25'),
(2850,2622,NULL,1638,20,'craft\\elements\\Entry',1,0,'2025-09-24 16:01:26','2025-09-24 16:01:26',NULL,NULL,NULL,'4b6d4640-e6f3-4965-9f7e-f361c808dcf9'),
(2852,1481,NULL,1639,1,'craft\\elements\\Entry',1,0,'2025-09-24 16:04:13','2025-09-24 16:04:13',NULL,NULL,NULL,'e3788412-d844-4d8d-8a35-ccb65973bf87'),
(2855,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2025-09-24 17:19:20','2025-09-24 17:19:20',NULL,NULL,NULL,'e39eb379-f3ed-40d5-a676-c15e7b7caf9c'),
(2856,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2025-09-24 17:19:27','2025-09-24 17:19:27',NULL,NULL,NULL,'190a5570-3d3b-4219-b9ba-b279e874db56'),
(2857,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2025-09-24 17:19:28','2025-09-24 17:19:28',NULL,NULL,NULL,'ae1aa4c4-bb08-4885-8929-dffc5bd3fcae'),
(2858,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2025-09-24 17:19:28','2025-09-24 17:19:28',NULL,NULL,NULL,'89de1b06-2658-444f-a947-fc203512607b'),
(2860,2537,NULL,1642,12,'craft\\elements\\Entry',1,0,'2025-09-24 17:19:33','2025-09-24 17:19:33',NULL,NULL,NULL,'222c9f8f-075b-423c-8194-1c4b77f8b142'),
(2862,2535,NULL,1643,12,'craft\\elements\\Entry',1,0,'2025-09-24 17:19:43','2025-09-24 17:19:43',NULL,NULL,NULL,'a09276e7-87d2-43b3-8fad-7b8ed0c4089b'),
(2864,2537,NULL,1644,12,'craft\\elements\\Entry',1,0,'2025-09-24 17:19:53','2025-09-24 17:19:53',NULL,NULL,NULL,'da67dd91-d7e5-4662-a2e8-f6a9cb9952a4'),
(2866,2527,NULL,1645,12,'craft\\elements\\Entry',1,0,'2025-09-24 17:20:14','2025-09-24 17:20:14',NULL,NULL,NULL,'6d5836ee-5ca9-474e-a501-e82f00926ac0'),
(2868,2523,NULL,1646,12,'craft\\elements\\Entry',1,0,'2025-09-24 17:20:23','2025-09-24 17:20:23',NULL,NULL,NULL,'9c454b78-f629-4187-975e-a1e1dce3c6fc'),
(2869,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-24 18:09:43','2025-09-24 18:09:43',NULL,NULL,NULL,'17a750d9-c9cb-4a80-b339-1d7e13b052e4'),
(2870,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-24 18:09:44','2025-09-24 18:09:44',NULL,NULL,NULL,'f4e7c045-25a8-492f-82e5-56ebeac79e40'),
(2871,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-24 18:09:44','2025-09-24 18:09:44',NULL,NULL,NULL,'725ddece-9d08-441e-97b9-a876cc319ef5'),
(2872,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-24 18:09:44','2025-09-24 18:09:44',NULL,NULL,NULL,'afaff2b4-2931-4511-9f19-d3b1712a4d22'),
(2873,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-24 18:09:45','2026-01-17 16:29:26',NULL,NULL,NULL,'b24b5202-8da9-4cba-bb7b-bc3e358aac70'),
(2874,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-24 18:09:45','2025-10-08 18:29:50',NULL,NULL,NULL,'acc48022-aa74-461f-be1f-e060daafaa4c'),
(2876,2531,NULL,1647,12,'craft\\elements\\Entry',0,0,'2025-09-24 18:45:18','2025-09-24 18:45:18',NULL,NULL,NULL,'c6377d46-7e13-42d8-8b21-ada7088b2ec4'),
(2877,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2025-09-24 19:41:44','2025-09-24 19:41:44',NULL,NULL,NULL,'1bf9dac5-dfae-41af-95bd-ed3239e532e7'),
(2879,2519,NULL,1648,12,'craft\\elements\\Entry',1,0,'2025-09-24 19:41:47','2025-09-24 19:41:47',NULL,NULL,NULL,'c37699f6-a2af-4a48-8689-05b33b681d15'),
(2880,NULL,NULL,NULL,1,'craft\\elements\\Entry',0,0,'2025-09-24 23:06:33','2026-01-20 22:57:25',NULL,NULL,NULL,'bef2444f-80b9-482f-bf1a-b25832667146'),
(2881,2880,NULL,1649,1,'craft\\elements\\Entry',1,0,'2025-09-24 23:07:59','2025-09-24 23:07:59',NULL,NULL,NULL,'7abd4bb1-3369-4f94-a5a3-978eaca4ac90'),
(2886,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-25 14:02:15','2025-09-25 14:02:15',NULL,NULL,NULL,'f7d6ba8f-6ac9-461b-a87c-df38fe080397'),
(2887,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-25 14:05:38','2025-10-09 16:34:55',NULL,NULL,NULL,'f3ab68b0-c780-49b7-85c6-b270a22a2120'),
(2888,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-25 14:05:39','2025-09-25 14:07:01',NULL,NULL,NULL,'cbf53f06-3113-4c1b-a3ec-f86d25f82f6d'),
(2889,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-25 15:18:29','2025-09-25 15:24:16',NULL,NULL,NULL,'2196ef41-7959-416e-834f-3e7f395383ef'),
(2890,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-09-25 15:18:40','2025-09-25 15:24:29',NULL,NULL,NULL,'bf4644ad-09e8-4d62-a5d0-10f77cf961aa'),
(2891,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-09-26 17:59:45','2026-02-12 20:49:08',NULL,NULL,NULL,'091623a3-eae4-4db8-88d6-e973fdd7615a'),
(2892,2891,NULL,1652,6,'craft\\elements\\Entry',1,0,'2025-09-26 17:59:52','2025-09-26 17:59:52',NULL,NULL,NULL,'4749bab5-fdcb-4972-837c-3b9482352428'),
(2909,1395,NULL,1659,1,'craft\\elements\\Entry',1,0,'2025-09-29 18:59:03','2025-09-29 18:59:03',NULL,NULL,NULL,'65f9351d-3861-4e4e-b8c4-0ba7bcd27cf2'),
(2910,111,NULL,1660,11,'craft\\elements\\Entry',0,0,'2025-09-29 18:59:42','2025-09-29 18:59:42',NULL,NULL,NULL,'c650617a-b594-4e54-bb13-14156916f521'),
(2911,113,NULL,1661,11,'craft\\elements\\Entry',0,0,'2025-09-29 18:59:42','2025-09-29 18:59:42',NULL,NULL,NULL,'8ff0adae-1d66-407c-b2d4-507013201ea6'),
(2912,115,NULL,1662,11,'craft\\elements\\Entry',0,0,'2025-09-29 18:59:42','2025-09-29 18:59:42',NULL,NULL,NULL,'3c8788ed-8351-455c-8912-af7f8be15220'),
(2913,117,NULL,1663,11,'craft\\elements\\Entry',0,0,'2025-09-29 18:59:42','2025-09-29 18:59:42',NULL,NULL,NULL,'3c5a81c9-23fb-47bd-a420-bf380ae636c1'),
(2914,119,NULL,1664,11,'craft\\elements\\Entry',0,0,'2025-09-29 18:59:42','2025-09-29 18:59:42',NULL,NULL,NULL,'f0c843a5-4350-4870-8d2e-93e13170963b'),
(2915,121,NULL,1665,11,'craft\\elements\\Entry',0,0,'2025-09-29 18:59:42','2025-09-29 18:59:42',NULL,NULL,NULL,'6e4d414d-af0d-4fef-8cc7-cb0f260209d4'),
(2916,555,NULL,1666,11,'craft\\elements\\Entry',0,0,'2025-09-29 18:59:42','2025-09-29 18:59:42',NULL,NULL,NULL,'f734afe7-0719-4f17-9efd-5497f899accc'),
(2917,557,NULL,1667,11,'craft\\elements\\Entry',0,0,'2025-09-29 18:59:42','2025-09-29 18:59:42',NULL,NULL,NULL,'e4fa05cf-72d2-4bcf-bfcc-b1acc0e5b588'),
(2918,559,NULL,1668,11,'craft\\elements\\Entry',0,0,'2025-09-29 18:59:42','2025-09-29 18:59:42',NULL,NULL,NULL,'55a9d344-dde2-4d75-adb3-59c6074b104e'),
(2925,2891,NULL,1671,6,'craft\\elements\\Entry',1,0,'2025-09-29 19:09:02','2025-09-29 19:09:02',NULL,NULL,NULL,'bbc19e60-bda0-4ab7-85c4-2d59f464dc1c'),
(2927,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2025-09-30 19:28:01','2025-09-30 19:28:01',NULL,NULL,NULL,'09d388c7-0016-4619-997e-07c4fe87c800'),
(2929,2531,NULL,1672,12,'craft\\elements\\Entry',1,0,'2025-09-30 19:28:07','2025-09-30 19:28:07',NULL,NULL,NULL,'57b7f73d-8020-4985-9b65-0c3a40be891b'),
(2931,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-09-30 22:22:11','2025-11-05 17:40:21',NULL,NULL,NULL,'d53e1dc0-a6fa-4ec6-b669-5a46d86a0c1f'),
(2933,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-09-30 22:22:21','2025-11-05 17:40:21',NULL,NULL,NULL,'bbe1e0e2-b667-4e3b-be36-6e2bd1c32344'),
(2934,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-09-30 22:22:35','2025-11-05 17:40:21',NULL,NULL,NULL,'7fda0972-eaa2-42f3-925e-2a9c367210b7'),
(2939,2791,NULL,1674,21,'craft\\elements\\Entry',1,0,'2025-09-30 22:41:39','2026-03-25 19:33:13',NULL,NULL,NULL,'18e7b730-40a0-4fc8-ba3f-046afa3e7dcd'),
(2941,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-09-30 22:43:05','2025-11-05 17:40:20',NULL,NULL,NULL,'cce62c0f-586e-43e7-8f0b-34dfec5796b5'),
(2945,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-09-30 22:45:18','2026-01-28 17:14:47',NULL,NULL,NULL,'f15f8b74-c868-460c-9e9d-dedc7a1b36f5'),
(2952,2945,NULL,1679,21,'craft\\elements\\Entry',1,0,'2025-09-30 22:45:57','2026-03-25 19:33:13',NULL,NULL,NULL,'940b2d3c-d38a-4a39-a33e-bb7e3b4f024e'),
(2956,2793,NULL,1681,21,'craft\\elements\\Entry',1,0,'2025-09-30 22:46:11','2026-03-25 19:33:13',NULL,NULL,NULL,'8753d74d-0fe8-4bcf-9d92-5af949f3572f'),
(2959,601,NULL,1682,5,'craft\\elements\\Entry',1,0,'2025-10-03 20:24:31','2025-10-03 20:24:31',NULL,NULL,NULL,'e7687068-e69a-4297-b2e5-fcb902e1c687'),
(2961,605,NULL,1683,5,'craft\\elements\\Entry',1,0,'2025-10-03 20:24:40','2025-10-03 20:24:40',NULL,NULL,NULL,'1901a062-005c-4ef8-a664-4a22001fe540'),
(2963,617,NULL,1684,5,'craft\\elements\\Entry',1,0,'2025-10-03 20:24:49','2025-10-03 20:24:49',NULL,NULL,NULL,'36142205-ddda-4d6f-9181-a7244c956373'),
(2965,1045,NULL,1685,1,'craft\\elements\\Entry',1,0,'2025-10-06 16:09:49','2025-10-06 16:09:49',NULL,NULL,NULL,'0d01d621-5e7c-4d0e-8fc5-d8e9fb5fa3bf'),
(2966,2712,NULL,1686,1,'craft\\elements\\Entry',1,0,'2025-10-06 16:09:59','2025-10-06 16:09:59',NULL,NULL,NULL,'f2f3b5ca-4b08-4fbd-8663-5e0200c78aa2'),
(2968,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-06 17:44:48','2025-10-06 17:45:01',NULL,NULL,NULL,'1e415e16-5d61-4b38-b4ca-eea293fa5718'),
(2969,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-10-06 17:45:32','2026-01-17 19:31:45',NULL,NULL,NULL,'7bd0e66d-ba6f-462c-b940-8a507312e64c'),
(2970,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-10-06 17:45:59','2025-10-08 18:24:15',NULL,NULL,NULL,'244b1cd5-9af2-47b0-8d0f-cbee1fa1da55'),
(2971,2969,NULL,1687,5,'craft\\elements\\Entry',1,0,'2025-10-06 17:46:02','2025-10-06 17:46:02',NULL,NULL,NULL,'ac8cf22c-9eaf-4340-8e01-73f04dd1d98c'),
(2972,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-10-06 17:46:14','2026-01-17 19:32:25',NULL,NULL,NULL,'9852d22d-7977-41ef-b9e5-8434fd943927'),
(2973,2972,NULL,1688,5,'craft\\elements\\Entry',1,0,'2025-10-06 17:46:44','2025-10-06 17:46:44',NULL,NULL,NULL,'94f173b2-a178-496a-a9cd-78f2d7103b55'),
(2974,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-10-06 17:46:46','2025-10-09 16:34:57',NULL,NULL,NULL,'f1a45e0b-97f6-484c-aaf9-862a950df77c'),
(2975,2974,NULL,1689,5,'craft\\elements\\Entry',1,0,'2025-10-06 17:47:00','2025-10-06 17:47:00',NULL,NULL,NULL,'46992ec8-dc68-47f1-a296-3da03000f308'),
(2976,2969,NULL,1690,5,'craft\\elements\\Entry',1,0,'2025-10-06 17:47:25','2025-10-06 17:47:25',NULL,NULL,NULL,'e7819822-f028-4ebe-a821-66f59652192f'),
(2977,2974,NULL,1691,5,'craft\\elements\\Entry',1,0,'2025-10-06 17:47:42','2025-10-06 17:47:42',NULL,NULL,NULL,'88b5c63d-67e7-402f-b5aa-89de02497f86'),
(2983,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:50:00','2025-10-06 17:50:00',NULL,NULL,NULL,'dff524c0-f322-4745-a9c9-f3b1a7a4588d'),
(2984,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:50:00','2025-10-06 17:50:00',NULL,NULL,NULL,'2ebdb9f4-1f94-4e6c-a05b-10cb3360ed12'),
(2985,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:50:00','2025-10-06 17:50:00',NULL,NULL,NULL,'00ae0086-f18d-4c0b-9118-866e6ecc58c6'),
(2986,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:50:00','2025-10-06 17:50:00',NULL,NULL,NULL,'26553af5-fbad-4e27-bbc0-8e13aaae314e'),
(2987,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:50:00','2025-10-06 17:50:00',NULL,NULL,NULL,'b9d159c2-3e0f-4ef5-8399-7071afa15be8'),
(2989,2983,NULL,1693,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:50:00','2026-03-25 19:33:51',NULL,NULL,NULL,'d78404f0-6e13-4842-a760-a268ccc6ae9c'),
(2990,2984,NULL,1694,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:50:00','2026-03-25 19:33:51',NULL,NULL,NULL,'b744fdd6-07ef-4759-bfab-43a08b1eba16'),
(2991,2985,NULL,1695,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:50:00','2026-03-25 19:33:51',NULL,NULL,NULL,'7c45e2a2-eceb-48b8-88bf-090da2be04cc'),
(2992,2986,NULL,1696,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:50:00','2026-03-25 19:33:51',NULL,NULL,NULL,'19b60af6-db6e-46bc-8b9c-e30b283da145'),
(2993,2987,NULL,1697,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:50:00','2026-03-25 19:33:51',NULL,NULL,NULL,'dd01058a-36b5-4bee-bd58-7fd825444905'),
(2999,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:51:32','2026-01-28 17:14:28',NULL,NULL,NULL,'55ab1db7-1e58-4e8a-a3bc-386a040bbcef'),
(3000,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:51:32','2026-01-28 17:14:28',NULL,NULL,NULL,'dd4bd306-e50b-40d3-8e5c-5322170d20f1'),
(3002,2999,NULL,1700,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:51:32','2026-03-25 19:33:51',NULL,NULL,NULL,'30e97202-0552-4122-bc2a-fac3d13d209b'),
(3003,3000,NULL,1701,3,'craft\\elements\\Entry',1,0,'2025-10-06 17:51:32','2026-03-25 19:33:51',NULL,NULL,NULL,'87a8c7fe-59b7-4473-b14a-5092baeb90dd'),
(3011,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 18:19:10','2025-10-08 18:19:10',NULL,NULL,NULL,'dc5c17f6-765e-48b3-85a8-55202a0faf0b'),
(3014,2972,NULL,1704,5,'craft\\elements\\Entry',1,0,'2025-10-08 18:21:43','2025-10-08 18:21:43',NULL,NULL,NULL,'f03c5430-813f-45f9-9bca-5aeb0f5c34bd'),
(3017,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-10-08 18:26:16','2025-10-08 18:26:30',NULL,NULL,NULL,'13b67eac-63bd-408e-9f79-f0cf8847bc4b'),
(3018,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-10-08 18:26:55','2025-10-08 18:27:05',NULL,NULL,NULL,'c9a18e0b-fd23-4af0-8cc5-01e1b23e5954'),
(3019,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-10-08 18:28:08','2025-10-08 18:28:18',NULL,NULL,NULL,'24fb6028-a4fb-41b6-b9b9-8b60c849bba5'),
(3020,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-10-08 18:29:13','2025-10-08 18:30:02',NULL,NULL,NULL,'c7aaea27-9af3-4730-85a4-0bb39f7b4afa'),
(3021,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-10-08 18:30:50','2025-10-08 18:31:22',NULL,NULL,NULL,'5f8fe953-5abe-416d-a8da-0525c95105cd'),
(3022,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-10-08 18:31:41','2025-10-08 18:32:14',NULL,NULL,NULL,'8574977d-e956-4be2-8186-3a286b884e33'),
(3023,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-10-08 18:32:26','2025-10-08 18:32:47',NULL,NULL,NULL,'fc3421f8-4272-4d92-b724-eb867dbe405e'),
(3027,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-10-08 18:35:57','2025-10-08 18:36:16',NULL,NULL,NULL,'a736b85e-4e04-40a9-94dc-c1cb48631e31'),
(3028,3027,NULL,1706,5,'craft\\elements\\Entry',1,0,'2025-10-08 18:36:16','2025-10-08 18:36:16',NULL,NULL,NULL,'0cbea65c-66d1-4a48-9c8d-b6a33060b865'),
(3036,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'8f123bf6-963c-448e-aed5-60d1334d9ccb'),
(3037,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'67491fc8-76c6-4a66-9c71-d5f44b50bab5'),
(3038,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'5ba542a2-ede0-43ca-8441-fef9aee3afea'),
(3039,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'4a14c1e3-6853-4034-8db5-394a882839ce'),
(3040,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'3cad777e-f3f6-4f1f-bc3b-d066f73de1df'),
(3041,957,NULL,1708,1,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'6bbf1680-c1e8-439b-b920-cf523ab91027'),
(3042,3036,NULL,1709,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'2e9ad6d6-f5e1-4ca8-9ddd-5b39dfab7c24'),
(3043,3037,NULL,1710,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'c7af399a-8d39-4bbc-ad83-5e85731cfca4'),
(3044,3038,NULL,1711,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'16e1ff19-1d0a-4427-8f65-1c452774cd6d'),
(3045,3039,NULL,1712,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'b80e5a21-7a15-42e5-a7ec-341b23efd69f'),
(3046,3040,NULL,1713,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:39:34','2025-10-08 18:39:34',NULL,NULL,NULL,'d28b2edb-8ca3-4906-bb56-43b2c0cead06'),
(3048,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-08 18:42:24','2026-03-09 15:18:49',NULL,'2026-03-09 15:18:49',NULL,'56a1fb3c-8b4d-4327-a5e6-511911c4a0ca'),
(3051,957,NULL,1714,1,'craft\\elements\\Entry',1,0,'2025-10-08 18:43:12','2025-10-08 18:43:12',NULL,NULL,NULL,'f29e2170-5dda-4b5e-8959-38478e2c0f95'),
(3052,1504,NULL,1715,2,'craft\\elements\\Entry',1,0,'2025-10-08 18:43:12','2025-10-08 18:43:12',NULL,'2026-03-09 15:21:19',NULL,'35df403f-543c-4c6b-8c85-8f39d3dad9cb'),
(3053,1505,NULL,1716,2,'craft\\elements\\Entry',1,0,'2025-10-08 18:43:12','2025-10-08 18:43:12',NULL,NULL,NULL,'5fcd11d2-8b9f-463a-895a-6399cdbf6c7a'),
(3055,957,NULL,1717,1,'craft\\elements\\Entry',1,0,'2025-10-08 18:43:42','2025-10-08 18:43:42',NULL,NULL,NULL,'503f8b07-4773-43b6-a2be-e40c28829ec5'),
(3058,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 18:44:46','2025-10-08 18:44:46',NULL,NULL,NULL,'054301c8-faa7-4c0f-a0d8-34aa2934601b'),
(3066,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:48:30','2025-10-08 18:48:30',NULL,NULL,NULL,'b43aabfd-e6e5-4afe-892a-ec662230bf96'),
(3067,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:48:30','2025-10-08 18:48:30',NULL,NULL,NULL,'1172871b-3e60-4daa-b4b0-9158465c8bf0'),
(3068,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:48:30','2025-10-08 18:48:30',NULL,NULL,NULL,'bd49a00d-87bf-452c-963a-5a76a777c7fa'),
(3069,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:48:30','2025-10-08 18:48:30',NULL,NULL,NULL,'b67311d5-3f55-49b1-9aee-af4bf1cfc1dc'),
(3070,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:48:30','2025-10-08 18:48:30',NULL,NULL,NULL,'2cdf0ee4-1d10-4fd9-ad1a-7868205cc2dd'),
(3072,3066,NULL,1720,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:48:30','2026-03-25 19:34:47',NULL,NULL,NULL,'aacc9f96-b49f-4f94-8feb-6b8ca9b9e6e7'),
(3073,3067,NULL,1721,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:48:30','2026-03-25 19:34:47',NULL,NULL,NULL,'3a6b6d70-4f17-4cb1-98ec-26c233367544'),
(3074,3068,NULL,1722,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:48:30','2026-03-25 19:34:47',NULL,NULL,NULL,'c38d949b-8425-4112-9386-3b1c0a0a8bea'),
(3075,3069,NULL,1723,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:48:30','2026-03-25 19:34:47',NULL,NULL,NULL,'7763659b-af9b-4bba-86dc-ae4a23c5fe77'),
(3076,3070,NULL,1724,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:48:30','2026-03-25 19:34:47',NULL,NULL,NULL,'423df36c-6bec-48fa-a836-16ffdf6ab642'),
(3079,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:50:11','2026-01-28 20:22:26',NULL,NULL,NULL,'e1707b8c-e2eb-48f3-8374-c8cee50bf48b'),
(3081,3079,NULL,1726,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:50:11','2026-03-25 19:34:47',NULL,NULL,NULL,'83151760-cf8b-495e-95d3-3b8ff0495a48'),
(3084,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-08 18:51:15','2025-10-08 18:51:29',NULL,NULL,NULL,'f9f86cbf-1eac-4ad0-b1b8-0c15e781282e'),
(3087,1509,NULL,1728,2,'craft\\elements\\Entry',1,0,'2025-10-08 18:52:55','2026-03-25 19:34:47',NULL,NULL,NULL,'e2b692bc-4bd5-48dc-b3c4-6cbaf69672c0'),
(3088,1510,NULL,1729,2,'craft\\elements\\Entry',1,0,'2025-10-08 18:52:55','2026-03-25 19:34:47',NULL,NULL,NULL,'ad119916-cade-4058-b3ce-0656f73664c7'),
(3090,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 18:53:49','2025-10-08 18:54:27',NULL,NULL,NULL,'232474b4-5e67-49ff-ad01-79e918687e9e'),
(3093,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-10-08 18:55:36','2025-10-08 18:55:51',NULL,NULL,NULL,'d528be92-2b52-489a-8b53-7106c43b0536'),
(3094,3093,NULL,1731,5,'craft\\elements\\Entry',1,0,'2025-10-08 18:55:51','2025-10-08 18:55:51',NULL,NULL,NULL,'f3f5f0b0-849c-442b-8b52-cd6de2b6af71'),
(3095,969,NULL,1732,1,'craft\\elements\\Entry',1,0,'2025-10-08 18:56:08','2025-10-08 18:56:08',NULL,NULL,NULL,'be26992b-bedf-4f4f-864e-a98a3f00e202'),
(3102,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'21bda4c0-d863-48a2-abe5-26c081922e37'),
(3103,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'76995242-ad43-4bb7-8a3a-8da9ac50cff7'),
(3104,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'a7a33caf-632e-45a9-a668-26a09c3014b8'),
(3105,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'1f4362e1-f513-4665-b739-fb32290f369c'),
(3106,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'709eb709-f9f1-4b1b-90ec-dab090c098f2'),
(3107,969,NULL,1733,1,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'6a3a98db-d84e-4d72-8d01-caec80c4de80'),
(3108,3102,NULL,1734,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'0fc8cae8-f860-41af-a02a-75f8e31f310e'),
(3109,3103,NULL,1735,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'c410006b-7e18-4705-bc2a-8ec99da92639'),
(3110,3104,NULL,1736,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'3617ee59-b774-4f71-b7e1-9dd7ac0f9ba2'),
(3111,3105,NULL,1737,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'80f82d97-6bf7-459b-9d5d-f38ee04dae3c'),
(3112,3106,NULL,1738,3,'craft\\elements\\Entry',1,0,'2025-10-08 18:57:34','2025-10-08 18:57:34',NULL,NULL,NULL,'d01acf0d-ee03-4c40-a561-f2285c001b37'),
(3114,969,NULL,1739,1,'craft\\elements\\Entry',1,0,'2025-10-08 18:59:33','2025-10-08 18:59:33',NULL,NULL,NULL,'4505dfc3-6dbc-490e-9423-01eb64fdd2b2'),
(3118,969,NULL,1740,1,'craft\\elements\\Entry',1,0,'2025-10-08 19:00:47','2025-10-08 19:00:47',NULL,NULL,NULL,'629d38f3-0c11-4e07-ba26-b21476a62a68'),
(3119,1514,NULL,1741,2,'craft\\elements\\Entry',1,0,'2025-10-08 19:00:47','2025-10-08 19:00:47',NULL,NULL,NULL,'e818e493-afdb-48bd-bd1d-665393b576e8'),
(3120,1515,NULL,1742,2,'craft\\elements\\Entry',1,0,'2025-10-08 19:00:47','2025-10-08 19:00:47',NULL,'2025-11-17 15:01:37',NULL,'3bab0044-19a5-4343-8e69-48f89213b1d0'),
(3122,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 19:52:53','2025-10-08 19:52:53',NULL,NULL,NULL,'af87fd51-f341-4428-ac78-492fdb8c02c3'),
(3125,975,NULL,1744,1,'craft\\elements\\Entry',1,0,'2025-10-08 19:54:49','2025-10-08 19:54:50',NULL,NULL,NULL,'830a7f17-8a35-4d63-a22c-942530733649'),
(3137,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-08 19:59:08','2025-10-08 19:59:08',NULL,NULL,NULL,'4ccceeae-e63e-45b0-8e79-e7c1920d31d3'),
(3138,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'059d822b-724e-4fcb-bc8d-7cd1fac7f86c'),
(3139,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'4a4ee3ac-31d1-47b5-8715-6ab4043d92e1'),
(3140,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'2810da40-ce95-4714-8200-76b5c0e4eede'),
(3141,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'7263269e-6321-4733-9d51-0677c821a91b'),
(3142,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'c3a826ba-826c-4dd6-a935-5841c40dd622'),
(3143,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2026-01-28 20:18:01',NULL,NULL,NULL,'362500c9-bdf4-44a4-97a0-42826aded357'),
(3144,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2026-01-28 20:18:01',NULL,NULL,NULL,'f114560b-6a15-4011-9841-8d43a9487a16'),
(3145,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'d7e50521-a96e-496a-a3b3-1d2c7ec9a4ef'),
(3146,975,NULL,1745,1,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'b0198c8f-b922-4014-b82c-2e61dd55659a'),
(3147,3138,NULL,1746,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'8421bd29-7ff6-436f-8f96-708fb36cae2d'),
(3148,3139,NULL,1747,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'880d66c3-15aa-4e43-bf1a-7eed1143eb86'),
(3149,3140,NULL,1748,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'15584359-b7df-4a67-9631-c7423eb7e1dd'),
(3150,3141,NULL,1749,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'31390b18-ac5d-400e-bbf8-5f5cd2e49593'),
(3151,3142,NULL,1750,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'84763762-27a3-4086-89da-a9cd825265ed'),
(3152,3143,NULL,1751,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'3bf2a799-08a3-4f11-aec7-e101d5749221'),
(3153,3144,NULL,1752,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'c06d50ef-9902-405b-b5de-ba80371aa240'),
(3154,3145,NULL,1753,3,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'0092bbb1-79d0-4298-aea9-0f3e3c6bcee0'),
(3155,1519,NULL,1754,2,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'e941ebf3-6905-4ba1-b1ab-f5ed79003139'),
(3156,1520,NULL,1755,2,'craft\\elements\\Entry',1,0,'2025-10-08 19:59:16','2025-10-08 19:59:16',NULL,NULL,NULL,'2c914bdc-4a7b-4fd2-b110-08716b2af8b5'),
(3158,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 20:21:30','2026-01-13 20:13:24',NULL,NULL,NULL,'83b7d259-d0a6-4d99-9467-7abb85c36e23'),
(3159,981,NULL,1756,1,'craft\\elements\\Entry',1,0,'2025-10-08 20:22:53','2025-10-08 20:22:54',NULL,NULL,NULL,'bbf24774-8c10-43e6-9ee2-5d6fb8dcdee6'),
(3166,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'d34a4ef4-e951-41e0-9fb2-f4fbc873209e'),
(3167,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'87fdc99f-8de3-424a-b23b-a74240ea791a'),
(3168,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'abd946e5-2322-4f04-8ea9-b698d3ee5fe3'),
(3169,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'0ae280fb-3cb2-4f8c-8784-15b4465073a9'),
(3170,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'3e7195c7-e715-420c-842f-27fadf0cb033'),
(3171,981,NULL,1757,1,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'dea4d9dd-1b96-4a42-ab36-87998774d0d0'),
(3172,3166,NULL,1758,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'ba7cb77c-c80a-4a7b-8af7-e901ba51d019'),
(3173,3167,NULL,1759,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'8309ecbe-aa76-4b2b-af6d-f8585fc3da26'),
(3174,3168,NULL,1760,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'675e44df-d694-4d1b-b233-3309b32dd204'),
(3175,3169,NULL,1761,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'70d6cd9c-6db3-48f0-bcc1-de7521f44642'),
(3176,3170,NULL,1762,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:24:41','2025-10-08 20:24:41',NULL,NULL,NULL,'7d145633-87dc-4c7a-a107-7286d02ee50b'),
(3180,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-08 20:25:38','2025-10-08 20:25:38',NULL,NULL,NULL,'c68a7f61-7a3e-45ed-9bc2-3bd8c1f90fcf'),
(3182,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:25:58','2025-10-08 20:25:58',NULL,NULL,NULL,'6831c17a-4ed4-47be-a357-2d24c2601d49'),
(3183,981,NULL,1763,1,'craft\\elements\\Entry',1,0,'2025-10-08 20:25:57','2025-10-08 20:25:58',NULL,NULL,NULL,'85386aa8-e38c-4514-be7d-0db0739049df'),
(3184,3182,NULL,1764,3,'craft\\elements\\Entry',1,0,'2025-10-08 20:25:58','2025-10-08 20:25:58',NULL,NULL,NULL,'6cfe6525-108f-48d0-9a9b-cce2039e6cdc'),
(3185,1525,NULL,1765,2,'craft\\elements\\Entry',1,0,'2025-10-08 20:25:58','2025-10-08 20:25:58',NULL,NULL,NULL,'bf934570-09ee-42f4-8fd7-fd6ac64c5f84'),
(3186,1526,NULL,1766,2,'craft\\elements\\Entry',1,0,'2025-10-08 20:25:58','2025-10-08 20:25:58',NULL,NULL,NULL,'787aa8e9-d8bf-4aae-8d66-799555c5d52d'),
(3188,981,NULL,1767,1,'craft\\elements\\Entry',1,0,'2025-10-08 20:26:01','2025-10-08 20:26:01',NULL,NULL,NULL,'5e8d679a-823e-454c-8b16-a5e31d9015c3'),
(3189,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Form',1,0,'2025-10-08 22:17:51','2026-02-19 15:40:58',NULL,NULL,NULL,'fe2e5e5e-abbd-4561-a3ba-37026f922a57'),
(3190,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Form',1,0,'2025-10-08 22:17:57','2026-02-17 20:37:13',NULL,NULL,NULL,'a86c2379-7dd0-4176-b497-17774e589315'),
(3191,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Form',1,0,'2025-10-08 22:18:05','2026-02-18 18:44:06',NULL,NULL,NULL,'0eb29f3f-cbde-4407-be4f-b02acee98449'),
(3192,NULL,NULL,NULL,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:18:49','2025-10-08 22:18:56',NULL,NULL,NULL,'fdcf5c6f-b728-447f-8c82-fbb551b5226e'),
(3193,3192,NULL,1768,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:18:56','2025-10-08 22:18:56',NULL,NULL,NULL,'cb42d871-81de-45fc-b52b-366d6efc1a2f'),
(3194,NULL,NULL,NULL,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:18:56','2025-10-08 22:18:59',NULL,NULL,NULL,'7f438e6a-e1fa-4e24-a2e9-1648ba399aa6'),
(3195,3194,NULL,1769,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:18:59','2025-10-08 22:18:59',NULL,NULL,NULL,'5c0344c3-000b-4c15-a977-80d3684def8a'),
(3196,NULL,NULL,NULL,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:18:59','2025-10-08 22:19:01',NULL,NULL,NULL,'742c6231-be5b-4f77-90a7-29083f2c688e'),
(3197,3196,NULL,1770,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:01','2025-10-08 22:19:01',NULL,NULL,NULL,'bc745dd8-db76-458d-83f9-102dbf55ff21'),
(3198,NULL,NULL,NULL,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:01','2025-10-08 22:19:04',NULL,NULL,NULL,'62fa409a-ca19-4c74-abe3-38b7808d8d7a'),
(3199,3198,NULL,1771,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:04','2025-10-08 22:19:04',NULL,NULL,NULL,'3fd9cb80-d945-4673-97b4-2752ad48de06'),
(3200,NULL,NULL,NULL,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:04','2025-10-08 22:19:06',NULL,NULL,NULL,'c1356cab-a204-400c-b6ed-106236a55ace'),
(3201,3200,NULL,1772,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:06','2025-10-08 22:19:06',NULL,NULL,NULL,'f1f30280-8da4-45d1-93ad-b1bf87fc1a99'),
(3202,NULL,NULL,NULL,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:06','2025-10-08 22:19:10',NULL,NULL,NULL,'14c7ade6-f49b-47cd-adb2-9ed996427e7b'),
(3203,3202,NULL,1773,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:10','2025-10-08 22:19:10',NULL,NULL,NULL,'23f72963-e31d-4c68-9d75-c88b1eba4ef1'),
(3204,NULL,NULL,NULL,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:10','2025-10-08 22:19:13',NULL,NULL,NULL,'5fe38de9-ef00-4a60-9edb-199aba2abeb0'),
(3205,3204,NULL,1774,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:13','2025-10-08 22:19:13',NULL,NULL,NULL,'457314c2-9b4a-48fc-b2ee-58acf9211588'),
(3206,NULL,NULL,NULL,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:13','2025-10-08 22:19:15',NULL,NULL,NULL,'21831c2c-63e7-4c73-8d71-b4382d343ec1'),
(3207,3206,NULL,1775,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:15','2025-10-08 22:19:15',NULL,NULL,NULL,'671b7251-dc16-4097-b83c-9180d0e36bc7'),
(3208,NULL,NULL,NULL,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:15','2025-10-08 22:19:18',NULL,NULL,NULL,'267ab4a4-242c-4556-adb9-da28988d3814'),
(3209,3208,NULL,1776,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:18','2025-10-08 22:19:18',NULL,NULL,NULL,'dfb00755-2955-4c8e-ad3a-bd157298da31'),
(3210,NULL,NULL,NULL,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:18','2025-10-08 22:19:21',NULL,NULL,NULL,'70a9acfe-dd17-46ba-a43c-181ef4e6f3eb'),
(3211,3210,NULL,1777,23,'craft\\elements\\Entry',1,0,'2025-10-08 22:19:21','2025-10-08 22:19:21',NULL,NULL,NULL,'48dbcb6a-94b7-41d3-94e0-46747c6ed15d'),
(3217,1165,NULL,1782,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:20:15','2025-10-08 22:20:15',NULL,NULL,NULL,'47659f3a-d549-4f3b-9a63-9108d9807044'),
(3218,957,NULL,1783,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:20:19','2025-10-08 22:20:19',NULL,NULL,NULL,'62d4ca5a-ce2c-4855-856b-11bad1d37709'),
(3219,2720,NULL,1784,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:20:23','2025-10-08 22:20:23',NULL,NULL,NULL,'132a0129-be0e-4488-9bc9-8637e1c22948'),
(3221,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-08 22:21:38','2025-10-08 22:21:38',NULL,NULL,NULL,'bdc16f15-f46f-4437-8456-4f61d3a02e89'),
(3223,951,NULL,1785,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:21:46','2025-10-08 22:21:46',NULL,NULL,NULL,'d79aa478-10ab-42d4-9220-d3d3683b044e'),
(3224,1499,NULL,1786,2,'craft\\elements\\Entry',1,0,'2025-10-08 22:21:46','2025-10-08 22:21:46',NULL,'2025-12-01 19:40:26',NULL,'8929c7c6-6dea-4018-8d44-290bb8663880'),
(3235,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:24:18','2025-10-08 22:24:18',NULL,NULL,NULL,'627b2b6b-1518-430e-998b-bf5c8934774e'),
(3236,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:24:35','2025-10-08 22:24:35',NULL,NULL,NULL,'b5404ca1-c473-44f8-a42f-4eddf48b474c'),
(3237,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:24:46','2025-10-08 22:24:46',NULL,NULL,NULL,'9bd95623-c874-426e-afde-5af3089ba860'),
(3238,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:24:57','2025-10-08 22:24:57',NULL,NULL,NULL,'560a5bc7-8092-43fb-92dc-2a33924dce10'),
(3239,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:25:07','2025-10-08 22:25:07',NULL,NULL,NULL,'c322f018-7d22-4eb0-b96b-1e4f4c964427'),
(3240,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:25:18','2025-10-08 22:25:18',NULL,NULL,NULL,'1a74ea73-9636-466d-8569-5f588f575f87'),
(3241,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:25:29','2025-10-08 22:25:29',NULL,NULL,NULL,'95dfc41f-cf70-4f09-9316-e6f5e0450622'),
(3242,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:25:38','2025-10-08 22:25:38',NULL,NULL,NULL,'6de533ef-4635-4f28-b60d-49fcc57c4a3d'),
(3243,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:25:45','2025-10-08 22:25:45',NULL,NULL,NULL,'21d30ca9-2dc4-4472-a21a-e52d0e486570'),
(3244,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:25:47','2025-10-08 22:25:47',NULL,NULL,NULL,'22d78448-056c-46a4-a7ca-839f4fd4d268'),
(3245,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:28:37','2025-10-08 22:28:37',NULL,NULL,NULL,'9733e01e-92e1-409e-a13c-25f7a5b85d16'),
(3246,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:28:39','2025-10-08 22:28:39',NULL,NULL,NULL,'71a8753e-1f70-4071-8e74-fd3ed12702ca'),
(3247,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:28:40','2025-10-08 22:28:40',NULL,NULL,NULL,'fa897fc0-44eb-45bf-93d4-c784a7e678d0'),
(3248,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:28:40','2025-10-08 22:28:40',NULL,NULL,NULL,'4a1dcc5f-11a4-497c-a7b9-1fe32fd4b2e3'),
(3249,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:28:41','2025-10-08 22:28:41',NULL,NULL,NULL,'73ea64cc-e552-4ff7-a7aa-f043ac594c5e'),
(3250,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:28:42','2025-10-08 22:28:42',NULL,NULL,NULL,'6c862239-0290-449b-8c2e-e15b87bb2df6'),
(3251,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:28:43','2025-10-08 22:28:43',NULL,NULL,NULL,'4a00740d-2bfd-4662-a6f9-cb5f4348fced'),
(3252,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:28:43','2025-10-08 22:28:43',NULL,NULL,NULL,'241cfdf9-ee01-4999-8ccc-1201776b31ee'),
(3253,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:28:44','2025-10-08 22:28:44',NULL,NULL,NULL,'96d62528-d0e1-4e65-8c8c-2acdaeff7745'),
(3254,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:28:45','2025-10-08 22:28:45',NULL,NULL,NULL,'bfb466e7-af2b-40e0-a112-e03a3666daf1'),
(3255,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2026-01-16 15:09:33',NULL,NULL,NULL,'cb0037a3-1a81-4fc5-8c12-4b958b69b0ad'),
(3256,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2026-01-16 15:09:33',NULL,NULL,NULL,'869c3b32-0a9e-4114-ba10-ce54e2ee774f'),
(3257,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2026-01-16 15:09:33',NULL,NULL,NULL,'3af8d3b0-3cc3-4b0d-ac91-c3f0f1f90897'),
(3258,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2026-01-16 15:09:33',NULL,NULL,NULL,'926da004-87c3-4218-b38e-d6392e6b5953'),
(3259,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2026-01-16 15:09:33',NULL,NULL,NULL,'3a54dcc4-f16a-48de-87d9-39254d852dbc'),
(3260,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2026-01-29 16:01:42',NULL,NULL,NULL,'684bb1bd-2c75-48c3-b747-e40a1c53f889'),
(3261,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2026-01-29 16:01:42',NULL,NULL,NULL,'231ebd46-582a-4308-8b39-55fe0546ae63'),
(3262,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2026-01-29 16:01:42',NULL,NULL,NULL,'3204721d-8dd0-4be7-8087-109eadc1ce4f'),
(3263,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2026-01-16 15:16:13',NULL,'2026-01-16 15:16:13',NULL,'ea58d1bd-ea2e-42ac-973f-f4ab5165e693'),
(3264,951,NULL,1787,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2025-10-08 22:28:53',NULL,NULL,NULL,'a6925da7-5d11-4581-94d3-eea1dbceb565'),
(3265,3255,NULL,1788,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2025-10-08 22:28:53',NULL,NULL,NULL,'ed1f1483-71dd-4017-b820-aa352dc2419f'),
(3266,3256,NULL,1789,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2025-10-08 22:28:53',NULL,NULL,NULL,'099bdd28-edef-4603-8fa3-c74521ac9cfd'),
(3267,3257,NULL,1790,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2025-10-08 22:28:53',NULL,NULL,NULL,'92047dd5-dec8-4ae3-9d86-cad05f375f02'),
(3268,3258,NULL,1791,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2025-10-08 22:28:53',NULL,NULL,NULL,'045335df-424c-4979-ae80-535040f6ee9f'),
(3269,3259,NULL,1792,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2025-10-08 22:28:53',NULL,NULL,NULL,'0a99e62f-d788-4324-9f38-34aad42587b4'),
(3270,3260,NULL,1793,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2025-10-08 22:28:53',NULL,NULL,NULL,'974c7b3a-2d4f-4dec-8e8a-e1982e379a40'),
(3271,3261,NULL,1794,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2025-10-08 22:28:53',NULL,NULL,NULL,'bfc41e73-5d62-4f56-8c15-4fb7d010d7e1'),
(3272,3262,NULL,1795,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2025-10-08 22:28:53',NULL,NULL,NULL,'8e53431c-1e44-49d8-a41f-f14f4494c16b'),
(3273,3263,NULL,1796,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:28:52','2025-10-08 22:28:53',NULL,'2026-01-16 15:16:13',NULL,'779f531d-dd18-47a1-998d-3fc8ca698806'),
(3275,951,NULL,1797,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:29:34','2025-10-08 22:29:34',NULL,NULL,NULL,'4cf2679c-1e0e-4e8d-ac48-26cbd4dd71c1'),
(3276,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:32:31','2025-10-08 22:32:31',NULL,NULL,NULL,'aca06e20-47e4-4040-8414-8b3f22ba5765'),
(3278,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:32:34','2025-10-08 22:32:34',NULL,NULL,NULL,'d156ddf6-c740-4d5b-b58e-a7f63b1effa7'),
(3279,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:32:35','2025-10-08 22:32:35',NULL,NULL,NULL,'4f48001b-13a2-4b9e-87a8-6b6209e7f9e2'),
(3280,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:32:37','2025-10-08 22:32:37',NULL,NULL,NULL,'c8cfa90c-a527-4ad9-a684-4de68ee14df5'),
(3281,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:32:38','2025-10-08 22:32:38',NULL,NULL,NULL,'d8ad29b5-965c-462d-b8a9-ee4d77b0155e'),
(3282,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:32:40','2025-10-08 22:32:40',NULL,NULL,NULL,'31fb1537-f558-483f-b21d-d697983bf9e6'),
(3283,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:32:41','2025-10-08 22:32:41',NULL,NULL,NULL,'b730aeaa-4638-4f08-b8ff-6de3ff1625d2'),
(3284,2880,NULL,1798,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:32:49','2025-10-08 22:32:49',NULL,NULL,NULL,'58f0cd84-0616-4aa1-af03-c08cdba9af77'),
(3286,2880,NULL,1799,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:33:18','2025-10-08 22:33:18',NULL,NULL,NULL,'427848f1-64a1-4f1c-9dcb-11e04c74dbee'),
(3292,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:33:45','2025-10-08 22:33:45',NULL,NULL,NULL,'33c86f5d-fcf9-4953-995e-0ae40ee2484e'),
(3293,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:33:45','2025-10-08 22:33:45',NULL,NULL,NULL,'faecdb87-ed68-4322-822f-c4c743e8c4ff'),
(3294,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:33:45','2025-10-08 22:33:45',NULL,NULL,NULL,'d2c3740c-ae0a-4a8b-bef7-754430631cda'),
(3295,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:33:45','2025-10-08 22:33:45',NULL,NULL,NULL,'18acd8a1-72cf-4c59-ae41-98d7d35dcce5'),
(3296,2880,NULL,1800,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:33:45','2025-10-08 22:33:45',NULL,NULL,NULL,'506cf3f6-e40f-4abf-80bb-4f3f2c66014c'),
(3297,3292,NULL,1801,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:33:45','2025-10-08 22:33:46',NULL,NULL,NULL,'10b4c630-fa31-4051-b6c3-b4e94df607c9'),
(3298,3293,NULL,1802,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:33:45','2025-10-08 22:33:46',NULL,NULL,NULL,'d1498675-49a4-43f4-adf9-2b1d2154356d'),
(3299,3294,NULL,1803,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:33:45','2025-10-08 22:33:46',NULL,NULL,NULL,'9f5fea88-14c7-443e-a686-ef834ef6c758'),
(3300,3295,NULL,1804,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:33:45','2025-10-08 22:33:46',NULL,NULL,NULL,'76907b6b-16e8-486f-be6d-4ae5620742af'),
(3303,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-08 22:34:45','2025-12-01 19:36:11',NULL,NULL,NULL,'d661a50d-4334-4ddb-81be-4bd4ac48c934'),
(3304,2880,NULL,1805,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:34:45','2025-10-08 22:34:45',NULL,NULL,NULL,'b73fa99b-9207-417a-8eb0-7195479484ad'),
(3305,3303,NULL,1806,2,'craft\\elements\\Entry',1,0,'2025-10-08 22:34:45','2025-10-08 22:34:45',NULL,NULL,NULL,'850cf421-3270-4edb-aa4b-34a3557413c1'),
(3308,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:10','2025-10-08 22:35:10',NULL,NULL,NULL,'dc424e0e-0c44-4684-977b-6bbb15e03bae'),
(3309,2880,NULL,1807,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:10','2025-10-08 22:35:10',NULL,NULL,NULL,'8c8e9f9c-5a22-43ed-ab88-e0a63102b044'),
(3310,3308,NULL,1808,2,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:10','2025-10-08 22:35:10',NULL,NULL,NULL,'3cd5fa52-ec18-4ce2-8817-1ce0591b6548'),
(3316,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:46','2025-10-08 22:35:46',NULL,NULL,NULL,'8969d108-e7d5-4546-96c7-01326ddffe7b'),
(3317,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:46','2025-10-08 22:35:46',NULL,NULL,NULL,'36b4f8bc-082c-4c26-86fe-a5a5f01e024f'),
(3318,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:46','2025-10-08 22:35:46',NULL,NULL,NULL,'7b34198e-87ce-4d20-9421-e4f3ff211698'),
(3319,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:46','2025-10-08 22:35:46',NULL,NULL,NULL,'f773fd54-576e-4109-a8e5-f04b3e27935f'),
(3320,2880,NULL,1809,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:46','2025-10-08 22:35:46',NULL,NULL,NULL,'3a962400-24ea-4a9c-8472-3ff801ea24da'),
(3321,3316,NULL,1810,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:46','2025-10-08 22:35:47',NULL,NULL,NULL,'6fc19b16-934e-495a-961a-dd5549b40cbf'),
(3322,3317,NULL,1811,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:46','2025-10-08 22:35:47',NULL,NULL,NULL,'4efc2a03-eb60-4910-ad3f-2033d80152d6'),
(3323,3318,NULL,1812,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:46','2025-10-08 22:35:47',NULL,NULL,NULL,'f30893d9-052e-42ee-896a-57854d88e1db'),
(3324,3319,NULL,1813,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:35:46','2025-10-08 22:35:47',NULL,NULL,NULL,'1f24e35e-22a1-4e7b-878a-5ac10367ae21'),
(3335,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'7e8b5496-fedf-4a84-bd26-064fe6c1b823'),
(3336,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'5f114127-ecf5-4041-a894-9ac71e46daa1'),
(3337,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'4cee0710-f8bc-4b56-b361-9798733a7552'),
(3338,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'ed8efdf6-38db-4c67-b4cf-ec8edbfa9a81'),
(3339,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'97d938f6-1902-4675-8115-424195284649'),
(3340,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2026-01-27 20:10:58',NULL,NULL,NULL,'5188fac9-9e32-48d1-9f3f-3d799283a888'),
(3341,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2026-01-27 20:10:58',NULL,'2026-01-27 20:10:58',NULL,'47e4702d-6092-4623-9b1c-4ae764aa3ccb'),
(3342,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2026-01-27 20:10:58',NULL,NULL,NULL,'856794d9-80d9-4788-bcf2-8860a036d87a'),
(3343,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2026-01-27 20:10:58',NULL,NULL,NULL,'fd190f6f-3cf6-42d9-b3c9-671afd744f7a'),
(3344,1353,NULL,1814,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'22eac443-6e38-4647-bfcc-2ceed65d0cdf'),
(3345,3335,NULL,1815,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'18607dcf-65e1-41ad-989a-a815d4d8d52f'),
(3346,3336,NULL,1816,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'cac4758b-5a46-4fc2-b48d-770426c52c91'),
(3347,3337,NULL,1817,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'5750e4c6-f430-4e13-b15d-4115d7a5cb40'),
(3348,3338,NULL,1818,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'a10bdd20-d263-4f02-8ede-e0da2694cf55'),
(3349,3339,NULL,1819,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'f949e1ea-175c-4582-862b-73a418fa87f5'),
(3350,3340,NULL,1820,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'f56073cb-d456-4ea0-80e4-aedcac8152eb'),
(3351,3341,NULL,1821,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,'2026-01-27 20:10:58',NULL,'70888f46-5ee1-4d3b-9694-8f4a56f09a9f'),
(3352,3342,NULL,1822,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'0334185d-fb7f-4679-80fe-7192e4313936'),
(3353,3343,NULL,1823,3,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:17','2025-10-08 22:38:17',NULL,NULL,NULL,'51a63420-3e24-4b8d-9641-92445926349a'),
(3356,1353,NULL,1824,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:45','2025-10-08 22:38:45',NULL,NULL,NULL,'9fb9ec2c-3156-491a-b7e8-c4ba46690569'),
(3357,1835,NULL,1825,2,'craft\\elements\\Entry',1,0,'2025-10-08 22:38:45','2025-10-08 22:38:45',NULL,NULL,NULL,'b819b9d7-247e-45d7-9f34-6833e4417e06'),
(3359,1353,NULL,1826,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:40:25','2025-10-08 22:40:25',NULL,NULL,NULL,'ace0a890-89d0-4b09-9eb7-044c82db1153'),
(3362,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:49','2025-10-08 22:40:49',NULL,NULL,NULL,'1b4870ed-c6ab-486e-84e6-846e8c82c76c'),
(3363,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:50','2025-10-08 22:40:50',NULL,NULL,NULL,'91f91620-da2c-4c51-a168-96f9397c3a6f'),
(3364,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:50','2025-10-08 22:40:50',NULL,NULL,NULL,'ed703b69-c26d-4fba-ad46-061978e899a6'),
(3365,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:51','2025-10-08 22:40:51',NULL,NULL,NULL,'843bf451-ea46-4e9b-8b0a-f4bd4912be4c'),
(3366,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:52','2025-10-08 22:40:52',NULL,NULL,NULL,'6805b5fb-6934-4a9b-b066-e113dbd18328'),
(3367,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:53','2025-10-08 22:40:53',NULL,NULL,NULL,'4ea78724-356d-4120-8b75-4a8b6fb13915'),
(3368,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:54','2025-10-08 22:40:54',NULL,NULL,NULL,'3ea5d451-bdb3-42da-a846-c469b07af340'),
(3369,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:54','2025-10-08 22:40:54',NULL,NULL,NULL,'13f5695f-b44d-4804-aa0e-e68d4a79372f'),
(3370,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:56','2025-10-08 22:40:56',NULL,NULL,NULL,'3e8998bb-8848-4315-aecc-63e6f5c989f0'),
(3371,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:57','2025-10-08 22:40:57',NULL,NULL,NULL,'a8513575-6827-4572-9e6d-b8fee7475225'),
(3372,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:40:59','2025-10-08 22:40:59',NULL,NULL,NULL,'512e185b-aec6-4a21-ac73-5602efb36dc0'),
(3373,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:41:00','2025-10-08 22:41:00',NULL,NULL,NULL,'79ff754c-990d-424b-84bf-15780ecf449a'),
(3374,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-08 22:41:02','2025-10-08 22:41:02',NULL,NULL,NULL,'be86a4ca-1d97-4506-8e55-b23028646685'),
(3375,1353,NULL,1827,1,'craft\\elements\\Entry',1,0,'2025-10-08 22:41:35','2025-10-08 22:41:35',NULL,NULL,NULL,'31e28523-5181-4da7-a3d1-16fc7a2d23d3'),
(3377,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-09 14:40:18','2025-10-09 14:40:35',NULL,NULL,NULL,'a2e401dd-b7b3-406b-92b7-949f212de674'),
(3378,989,NULL,1828,1,'craft\\elements\\Entry',1,0,'2025-10-09 14:50:00','2025-10-09 14:50:00',NULL,NULL,NULL,'95459cf8-461f-4440-8560-13f45fe6be2b'),
(3385,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'5bac949d-a46d-4ded-993b-e8b90806b96f'),
(3386,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'4a92b04b-d692-4ca9-a373-d08b3f8f29d9'),
(3387,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'346b8250-c6af-4afb-8789-c5178d2b80ac'),
(3388,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'fc121df5-eef0-4c66-87e5-65a2358a74e6'),
(3389,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'9f94b8e1-f51d-42aa-b8e4-816969d0c359'),
(3390,989,NULL,1829,1,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'c7f87614-9b3f-4bc3-b8ed-abf52036b258'),
(3391,3385,NULL,1830,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'3f979fa2-063f-431b-ad04-2de15edfe681'),
(3392,3386,NULL,1831,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'1651373a-2219-4a68-87be-aa1004d9d7af'),
(3393,3387,NULL,1832,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'a5562963-50b6-46b4-87d9-000a9c418bca'),
(3394,3388,NULL,1833,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'6feeb8eb-4364-4a77-9311-9e9998e30d76'),
(3395,3389,NULL,1834,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:52:39','2025-10-09 14:52:39',NULL,NULL,NULL,'2db1c4f1-8bbe-490b-9498-33c1f39dcae9'),
(3397,989,NULL,1835,1,'craft\\elements\\Entry',1,0,'2025-10-09 14:53:20','2025-10-09 14:53:20',NULL,NULL,NULL,'98b88d7d-b0bd-4610-86ce-e01dd79d2bf6'),
(3403,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:54:47','2026-01-29 16:12:42',NULL,NULL,NULL,'3bd68452-554a-4b19-bb92-9b3254b147f8'),
(3404,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:54:47','2025-10-09 14:54:47',NULL,NULL,NULL,'77c79f40-cdc4-4454-8f77-4a21643d469a'),
(3405,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:54:47','2025-10-09 14:54:47',NULL,NULL,NULL,'c1abf041-a20f-4494-b980-820bb73e3181'),
(3406,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:54:47','2025-10-09 14:54:47',NULL,NULL,NULL,'4d1f6694-bd10-4010-a9fd-25d0736178a8'),
(3407,989,NULL,1836,1,'craft\\elements\\Entry',1,0,'2025-10-09 14:54:47','2025-10-09 14:54:47',NULL,NULL,NULL,'b47e0b82-e853-4dbd-87ed-94bb923deb18'),
(3408,3403,NULL,1837,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:54:47','2025-10-09 14:54:47',NULL,NULL,NULL,'3cdb861b-fedf-43ed-910c-e714482161eb'),
(3409,3404,NULL,1838,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:54:47','2025-10-09 14:54:48',NULL,NULL,NULL,'ebcc1ea3-645d-4894-a35a-e77961f17810'),
(3410,3405,NULL,1839,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:54:47','2025-10-09 14:54:48',NULL,NULL,NULL,'1eb85fd3-d2c5-4c69-9ec5-840d2de21ace'),
(3411,3406,NULL,1840,3,'craft\\elements\\Entry',1,0,'2025-10-09 14:54:47','2025-10-09 14:54:48',NULL,NULL,NULL,'f3fd0b74-beb2-4158-800f-46ae81c9d342'),
(3413,989,NULL,1841,1,'craft\\elements\\Entry',1,0,'2025-10-09 14:58:54','2025-10-09 14:58:54',NULL,NULL,NULL,'d1e2ed20-5672-41f3-a7e6-e6c7541673ba'),
(3416,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-09 14:59:18','2025-10-09 14:59:18',NULL,NULL,NULL,'3985500b-f08c-43c8-b70f-dc76d06625b0'),
(3418,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-09 14:59:46','2025-10-09 14:59:46',NULL,NULL,NULL,'7183b6ff-7b93-4eab-a229-f0afc34b7046'),
(3419,989,NULL,1842,1,'craft\\elements\\Entry',1,0,'2025-10-09 14:59:55','2025-10-09 14:59:55',NULL,NULL,NULL,'6a86f8b8-cab6-4b2f-9772-b601393b4b89'),
(3420,1531,NULL,1843,2,'craft\\elements\\Entry',1,0,'2025-10-09 14:59:55','2025-10-09 14:59:55',NULL,NULL,NULL,'be0cdc78-0a56-4fb8-b998-077d76bce9ed'),
(3421,1532,NULL,1844,2,'craft\\elements\\Entry',1,0,'2025-10-09 14:59:55','2025-10-09 14:59:55',NULL,NULL,NULL,'c6bfc81e-7e24-4cfb-98a0-4823f26ea794'),
(3423,989,NULL,1845,1,'craft\\elements\\Entry',1,0,'2025-10-09 15:36:03','2025-10-09 15:36:03',NULL,NULL,NULL,'a770cda6-6715-42dc-a2ff-81a9751877cc'),
(3425,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-09 16:20:09','2025-10-09 16:20:23',NULL,NULL,NULL,'018ea585-8010-473e-8a32-4cbf4cbcaa10'),
(3431,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'4e1ee282-f15e-4d54-b4ed-395c31690453'),
(3432,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'25ed1b2e-0d99-4a29-b676-7951432f185c'),
(3433,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'fa0d710a-774d-4738-a884-92160e5d37d2'),
(3434,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'e82ca79b-0c06-43aa-919d-09538cba2d7d'),
(3435,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'b714b652-80d9-4f2c-a384-b970473e83a8'),
(3436,995,NULL,1846,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'2b77ad52-3fad-4488-9afe-680a7460cb0a'),
(3437,3431,NULL,1847,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'fed601b6-7f01-48b4-8fdd-8480a5f9b22e'),
(3438,3432,NULL,1848,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'08cc0e9e-b059-4903-b539-b0276500ad1d'),
(3439,3433,NULL,1849,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'42f70d31-eb8e-4050-b044-804ba67695e6'),
(3440,3434,NULL,1850,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'36bdf469-91a3-4835-8264-72328ce9663d'),
(3441,3435,NULL,1851,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:25:17','2025-10-09 16:25:17',NULL,NULL,NULL,'f4806e7b-fe6e-49d3-9e5f-847308966bb8'),
(3443,995,NULL,1852,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:29:17','2025-10-09 16:29:17',NULL,NULL,NULL,'7a1cee7a-e42f-4a3d-8d4c-19c3d85ae593'),
(3450,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2026-01-28 20:34:12',NULL,NULL,NULL,'42f9236b-0437-42af-9478-7d80b9fe4e82'),
(3451,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2026-01-28 20:34:12',NULL,NULL,NULL,'2400b99c-4ac8-4cc5-8621-320562393f18'),
(3452,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2026-01-28 20:34:12',NULL,NULL,NULL,'b0562da9-378f-4add-a6ec-bee759a2c9fe'),
(3453,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2026-01-28 20:34:12',NULL,NULL,NULL,'617e20cb-c418-49d2-a76b-c27e14350fc5'),
(3454,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2026-01-28 20:34:12',NULL,NULL,NULL,'6e7681e6-8d64-48f6-bfe7-f05cb4750f1b'),
(3455,995,NULL,1853,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2025-10-09 16:30:48',NULL,NULL,NULL,'8841635f-8616-4039-b5af-7ff7c38f1299'),
(3456,3450,NULL,1854,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2025-10-09 16:30:48',NULL,NULL,NULL,'44822184-b243-481f-bea2-c3384026dc78'),
(3457,3451,NULL,1855,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2025-10-09 16:30:48',NULL,NULL,NULL,'838c8104-853e-4a22-b101-0ef35d9a9440'),
(3458,3452,NULL,1856,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2025-10-09 16:30:48',NULL,NULL,NULL,'df7ff97c-8bc6-4b0e-9559-bf97c46a2e6c'),
(3459,3453,NULL,1857,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2025-10-09 16:30:48',NULL,NULL,NULL,'422a6c5d-be6e-408f-ab85-1e09d3afa186'),
(3460,3454,NULL,1858,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:30:48','2025-10-09 16:30:48',NULL,NULL,NULL,'a8c076f1-3128-4686-8cea-198a6863bc3e'),
(3463,995,NULL,1859,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:31:32','2025-10-09 16:31:32',NULL,NULL,NULL,'9e3e7b94-90a6-4eaa-877a-a0fe54290128'),
(3464,1536,NULL,1860,2,'craft\\elements\\Entry',1,0,'2025-10-09 16:31:32','2025-10-09 16:31:32',NULL,'2026-03-09 15:35:44',NULL,'72a36f56-4453-4270-a196-ea6835c3fd89'),
(3465,995,NULL,1861,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:31:37','2025-10-09 16:31:37',NULL,NULL,NULL,'fad055cd-029c-49ca-afa0-fd45132c8b9b'),
(3467,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-09 16:32:33','2025-10-09 16:32:41',NULL,NULL,NULL,'ff247821-2679-45c4-a657-fe1bb5d3dcb2'),
(3468,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-10-09 16:33:29','2026-01-17 19:31:25',NULL,NULL,NULL,'6360faac-521b-40ee-8abd-0fba7e83f8e8'),
(3469,3468,NULL,1862,5,'craft\\elements\\Entry',1,0,'2025-10-09 16:33:43','2025-10-09 16:33:43',NULL,NULL,NULL,'f1830387-fd43-48a3-9c57-0b43a76ece7e'),
(3471,2974,NULL,1863,5,'craft\\elements\\Entry',1,0,'2025-10-09 16:34:57','2025-10-09 16:34:57',NULL,NULL,NULL,'20c02a0d-6596-4748-a355-2a519fc45bb7'),
(3472,999,NULL,1864,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:34:59','2025-10-09 16:34:59',NULL,NULL,NULL,'d0df8df0-d3a5-410d-aab7-e2ba46c34bac'),
(3479,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'9f84783a-7d61-4ab7-baeb-b99817079b5f'),
(3480,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'1d8b1a93-7f28-4a6d-b5ff-051afe358f44'),
(3481,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'c368d4ba-d32b-4567-99e4-5b4daf8b8c1a'),
(3482,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'0af9bec1-fe2f-4691-9628-30aa98d8abcf'),
(3483,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'79d4af48-b026-48a4-bd94-1aa8c27e4fdd'),
(3484,999,NULL,1865,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'ad1e1457-b031-4c04-88a0-b1e6d7f65521'),
(3485,3479,NULL,1866,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'58cd5e75-de1d-44a2-a7ef-03d5812de62a'),
(3486,3480,NULL,1867,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'91c7cbfc-3e92-4ac4-a85b-1b5f40625a7a'),
(3487,3481,NULL,1868,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'e2553962-27d2-47c4-826a-ee1df376933d'),
(3488,3482,NULL,1869,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'3c83e31c-d901-4df2-ad9d-702ad7d6df88'),
(3489,3483,NULL,1870,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:27','2025-10-09 16:36:27',NULL,NULL,NULL,'d4ba0c40-16c5-4b05-a735-9256efa7ed3e'),
(3491,999,NULL,1871,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:36:52','2025-10-09 16:36:52',NULL,NULL,NULL,'e85dd643-ad35-494f-8440-e9ef7ad2db20'),
(3494,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-09 16:37:14','2026-03-09 15:48:00',NULL,NULL,NULL,'beb72bf0-7900-478a-a858-6a6fc664a24f'),
(3495,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-09 16:37:24','2025-10-09 16:37:50',NULL,NULL,NULL,'b4c6ff02-f95d-4291-9840-29837cb64bfc'),
(3498,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-09 16:38:58','2025-10-09 16:39:11',NULL,NULL,NULL,'6b60157f-fd52-46ea-aad4-2d078a788dc4'),
(3499,1005,NULL,1872,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:40:04','2025-10-09 16:40:04',NULL,NULL,NULL,'9a3f4d62-6d94-448c-843e-2147d2e8e81a'),
(3507,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'fc45669f-48b3-4943-a77e-9dd4730acf75'),
(3508,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'10e57df8-098e-4525-98c3-7c0dc1ebd0c9'),
(3509,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'4714385a-c300-44d9-b595-a8b88508f7d1'),
(3510,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'5345b10d-db17-4f93-96ec-4ce3590bd774'),
(3511,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'c895075f-f08f-4889-9b39-6e85151d1e38'),
(3512,1005,NULL,1873,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'502af62e-1034-4287-8e87-7c3cfbf54c75'),
(3513,3507,NULL,1874,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'83c45288-512c-4457-b230-7ba60acbf47d'),
(3514,3508,NULL,1875,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'1896a8ac-f85e-4452-8ea5-c994c2d2774b'),
(3515,3509,NULL,1876,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'dabc496b-5f20-4d5d-8f61-630a793bf332'),
(3516,3510,NULL,1877,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'6b744f56-c1cd-4035-854e-19c296f39f95'),
(3517,3511,NULL,1878,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:02','2025-10-09 16:42:02',NULL,NULL,NULL,'bb5c4b90-761d-47fb-b7f8-c52cf34d7711'),
(3522,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:54','2026-01-28 20:36:40',NULL,NULL,NULL,'62b9a044-3045-4689-9eb4-6acd4dc246b9'),
(3523,1005,NULL,1879,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:54','2025-10-09 16:42:54',NULL,NULL,NULL,'86f88adb-9bd3-4eb4-8339-dd0590ea6c9d'),
(3524,3522,NULL,1880,3,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:54','2025-10-09 16:42:55',NULL,NULL,NULL,'26d90215-18b6-4521-899c-a53a72505960'),
(3525,1544,NULL,1881,2,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:54','2025-10-09 16:42:55',NULL,NULL,NULL,'1399a021-fdce-4929-bebd-f6816d25f48d'),
(3526,1545,NULL,1882,2,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:54','2025-10-09 16:42:55',NULL,NULL,NULL,'23083187-842c-4388-96bd-6aabe1c82135'),
(3528,1005,NULL,1883,1,'craft\\elements\\Entry',1,0,'2025-10-09 16:42:58','2025-10-09 16:42:58',NULL,NULL,NULL,'3ece6770-fc81-4117-93f7-4bccb79d1a1a'),
(3530,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-09 17:00:32','2025-10-09 17:00:45',NULL,NULL,NULL,'2db95d6d-ff0a-4793-835b-0ec3f007dd80'),
(3536,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'2be6d69f-9e6b-47d5-9a9a-735e1bc79444'),
(3537,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'519e1278-392f-4f7f-9b4d-1da82fad2e41'),
(3538,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'b5b3a93b-5780-4f0c-b13c-c785f787703d'),
(3539,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'aec81209-1e67-41c2-a9a3-42231a4aaecc'),
(3540,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'7024f509-7283-487c-b25d-ae771a445bce'),
(3541,1011,NULL,1884,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'936cb6f7-0696-4317-998e-0320ff451e65'),
(3542,3536,NULL,1885,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'c09ab8eb-1da5-4561-ad37-1ea9b797dd29'),
(3543,3537,NULL,1886,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'aee9273d-1b8d-435a-a35f-5e6bf04b277f'),
(3544,3538,NULL,1887,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'3d7b0d40-04ea-41c1-940c-5182bd1c57e9'),
(3545,3539,NULL,1888,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'4c008831-1c17-49c3-badc-4ed3cc247d33'),
(3546,3540,NULL,1889,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:12','2025-10-09 17:04:12',NULL,NULL,NULL,'773453b3-9468-4506-9832-d5c2e55bf38e'),
(3548,1011,NULL,1890,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:04:34','2025-10-09 17:04:34',NULL,NULL,NULL,'e02ea7ab-c0e9-4ce7-8d04-a64f08ad9329'),
(3554,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:05:50','2026-01-28 21:29:25',NULL,NULL,NULL,'aed77a2c-a9c4-4415-ba89-5d6033d2f17e'),
(3555,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:05:50','2026-01-28 21:29:25',NULL,NULL,NULL,'fc7b17cd-dcd3-4d3b-88cc-8443cf4e19d9'),
(3556,1011,NULL,1891,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:05:50','2025-10-09 17:05:50',NULL,NULL,NULL,'0c2275ef-4ee0-4387-a539-358ad5ba6241'),
(3557,3554,NULL,1892,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:05:50','2025-10-09 17:05:50',NULL,NULL,NULL,'b587a532-0eb9-4463-885b-4fa8cd98e591'),
(3558,3555,NULL,1893,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:05:50','2025-10-09 17:05:50',NULL,NULL,NULL,'53405e28-e2b1-4795-8667-ae230d821d7c'),
(3559,1549,NULL,1894,2,'craft\\elements\\Entry',1,0,'2025-10-09 17:05:50','2025-10-09 17:05:50',NULL,NULL,NULL,'7a544893-34d6-4a56-ad3f-31e0688a8b90'),
(3560,1550,NULL,1895,2,'craft\\elements\\Entry',1,0,'2025-10-09 17:05:50','2025-10-09 17:05:50',NULL,'2025-11-17 16:45:42',NULL,'21d3b4da-9469-4ca1-b5a0-b3626be0c36c'),
(3562,1011,NULL,1896,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:05:54','2025-10-09 17:05:54',NULL,NULL,NULL,'f9a1716d-354f-469a-9c4a-c327f2d99eb5'),
(3564,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-09 17:07:07','2026-01-13 21:24:54',NULL,NULL,NULL,'f2572e55-c9ee-4124-9840-49f254d6f40c'),
(3565,1017,NULL,1897,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:07:55','2025-10-09 17:07:55',NULL,NULL,NULL,'d673b3e0-080a-4bd2-9be2-8ccfbe80de0e'),
(3572,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:21','2025-10-09 17:09:21',NULL,NULL,NULL,'6b004649-7dd6-4e35-9ee0-2cc48c42f26c'),
(3573,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:21','2025-10-09 17:09:21',NULL,NULL,NULL,'93585b8d-e411-48a8-978e-bd28d3ce188f'),
(3574,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:21','2025-10-09 17:09:21',NULL,NULL,NULL,'6ac64390-099f-402e-a69c-ceefd1e221cd'),
(3575,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:21','2025-10-09 17:09:21',NULL,NULL,NULL,'69bcd4a2-ba7f-4fe6-af26-332a6dcc199f'),
(3576,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:21','2025-10-09 17:09:21',NULL,NULL,NULL,'cbdb13cb-770f-4204-83b1-998acdaf45a7'),
(3577,1017,NULL,1898,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:20','2025-10-09 17:09:21',NULL,NULL,NULL,'3b3b5d70-131a-4ca3-87de-a783a7ea6dcd'),
(3578,3572,NULL,1899,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:21','2025-10-09 17:09:21',NULL,NULL,NULL,'debfc912-7805-4c9b-a73f-4e8adcc1295f'),
(3579,3573,NULL,1900,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:21','2025-10-09 17:09:21',NULL,NULL,NULL,'cf05b33e-92bf-4ec8-9da5-1d66762cecdd'),
(3580,3574,NULL,1901,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:21','2025-10-09 17:09:21',NULL,NULL,NULL,'c8ca3b57-4820-4388-8f51-5c667145c61c'),
(3581,3575,NULL,1902,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:21','2025-10-09 17:09:21',NULL,NULL,NULL,'df8f2faf-ce48-4b97-8607-c75977adeeb1'),
(3582,3576,NULL,1903,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:21','2025-10-09 17:09:21',NULL,NULL,NULL,'43e6435f-8600-4946-9528-bafffdc90196'),
(3584,1017,NULL,1904,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:09:46','2025-10-09 17:09:46',NULL,NULL,NULL,'7009fb8f-6366-485f-b4c2-bec683eddd24'),
(3588,1017,NULL,1905,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:10:15','2025-10-09 17:10:15',NULL,NULL,NULL,'f06119df-74ff-47c7-98c3-a97b42e4931f'),
(3589,1554,NULL,1906,2,'craft\\elements\\Entry',1,0,'2025-10-09 17:10:15','2025-10-09 17:10:15',NULL,NULL,NULL,'e9c802f0-87b6-4c6b-ad35-1b26c3d8c2f6'),
(3590,1555,NULL,1907,2,'craft\\elements\\Entry',1,0,'2025-10-09 17:10:15','2025-10-09 17:10:15',NULL,NULL,NULL,'27202baa-93e7-44ec-992f-bee3f3248c7c'),
(3592,1017,NULL,1908,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:10:31','2025-10-09 17:10:31',NULL,NULL,NULL,'a61bd919-ae1b-4502-82d2-aa2f525d25d9'),
(3594,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-09 17:14:28','2025-10-09 17:14:28',NULL,NULL,NULL,'9325eeb8-d4a9-4b68-9f2a-0e950de6e020'),
(3602,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:19:43','2025-10-09 17:19:43',NULL,NULL,NULL,'83b4c63d-163b-4af6-b7aa-e2c71ed8fe48'),
(3603,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:19:43','2026-02-06 20:19:24',NULL,NULL,NULL,'65f35979-f914-4575-a85e-6297670c5425'),
(3604,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:19:43','2026-02-06 20:19:24',NULL,NULL,NULL,'191a6adb-1b50-4a0b-af97-875245ef6f30'),
(3605,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:19:43','2025-10-09 17:19:43',NULL,NULL,NULL,'af6de89f-16c4-4e8d-b17b-f3265900ec21'),
(3608,3602,NULL,1911,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:19:43','2026-03-25 19:38:43',NULL,NULL,NULL,'3f75b37a-ca01-4299-9b7a-27da85af1cdd'),
(3609,3603,NULL,1912,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:19:43','2026-03-25 19:38:43',NULL,NULL,NULL,'1a6b88bd-ff9b-4749-b57c-e29b0716bccd'),
(3610,3604,NULL,1913,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:19:43','2026-03-25 19:38:43',NULL,NULL,NULL,'2c045287-9291-417b-a2ad-7a8eab8ddf24'),
(3611,3605,NULL,1914,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:19:43','2026-03-25 19:38:43',NULL,NULL,NULL,'22c4cba5-0022-498e-997f-fba26c88857d'),
(3620,1560,NULL,1918,2,'craft\\elements\\Entry',1,0,'2025-10-09 17:20:39','2026-03-25 19:38:43',NULL,NULL,NULL,'273121de-3639-44f6-852e-8ff17b221f06'),
(3621,1561,NULL,1919,2,'craft\\elements\\Entry',1,0,'2025-10-09 17:20:39','2026-03-25 19:38:43',NULL,NULL,NULL,'0c98bb03-bdb3-40ed-9932-56c5a040eda6'),
(3623,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-09 17:21:43','2025-10-09 17:21:43',NULL,NULL,NULL,'82cfca8f-97c7-467d-b8fe-3ff831048619'),
(3624,1035,NULL,1920,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:22:03','2025-10-09 17:22:03',NULL,NULL,NULL,'d821524c-aa33-4879-b1e0-94a8b3096d8c'),
(3631,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'e0473c9a-8dc4-4dd4-96cd-71f0ff33e710'),
(3632,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'764a21ea-21d6-4e58-9db2-28ea928b0ab4'),
(3633,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'cf214155-f2a3-4395-8a9a-3e94f01cbc71'),
(3634,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'3e9053ab-6a78-434b-b90e-c1c37f81ca5c'),
(3635,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'bffadf16-9f4e-4c0b-83d3-4a03e07642ac'),
(3636,1035,NULL,1921,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'fe9c5e3c-8a91-4532-9511-d3be444a7c75'),
(3637,3631,NULL,1922,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'533e5584-a87c-49ca-87a4-17e2d12f8457'),
(3638,3632,NULL,1923,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'5a9587e6-6ec8-461d-8b94-d507e76b2df5'),
(3639,3633,NULL,1924,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'554c8035-77c5-42c3-9d66-0782a38018c8'),
(3640,3634,NULL,1925,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'23d2da06-7427-43e0-bd07-870d8cb082a4'),
(3641,3635,NULL,1926,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:33','2025-10-09 17:23:33',NULL,NULL,NULL,'8889c84a-72a5-4ed3-aaa6-34416465f0f4'),
(3643,1035,NULL,1927,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:23:52','2025-10-09 17:23:52',NULL,NULL,NULL,'a686888e-1b3e-4059-9a94-921649b5b248'),
(3648,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-09 17:24:29','2025-10-09 17:24:29',NULL,NULL,NULL,'24d5cd55-7d2b-4b59-b95d-60928fa86e7b'),
(3649,1035,NULL,1928,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:24:35','2025-10-09 17:24:35',NULL,NULL,NULL,'bad36670-6774-46a0-ba4a-63c9ce04fa74'),
(3650,1569,NULL,1929,2,'craft\\elements\\Entry',1,0,'2025-10-09 17:24:35','2025-10-09 17:24:35',NULL,NULL,NULL,'925e98b4-bea5-4ae5-a2c8-9f07b170f101'),
(3651,1570,NULL,1930,2,'craft\\elements\\Entry',1,0,'2025-10-09 17:24:35','2025-10-09 17:24:35',NULL,NULL,NULL,'38fac39a-bd5c-44e2-ac06-3792f1349712'),
(3653,1035,NULL,1931,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:24:37','2025-10-09 17:24:37',NULL,NULL,NULL,'b24dddf9-9cbd-4124-a2b5-efe1cd78dd23'),
(3655,1041,NULL,1932,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:26:17','2025-10-09 17:26:17',NULL,NULL,NULL,'d23c112a-cd19-424b-a718-93339f4ea328'),
(3662,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'82f02427-89ac-42ca-a344-0a3201c419c1'),
(3663,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'077f62b5-f904-4ba5-aad5-f4e9958226f3'),
(3664,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'e2345b31-a63a-47cd-a911-400bc682a2b9'),
(3665,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'b55a3112-bb5c-4f63-a864-464d7c5abe61'),
(3666,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'a201c89c-8475-45fa-9c4d-6e611b2afeb0'),
(3667,1041,NULL,1933,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'39e9a434-aa55-4eab-933a-fdf7a092f557'),
(3668,3662,NULL,1934,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'6ecf7d35-bc6e-49c0-9dfd-a99658ea5e8c'),
(3669,3663,NULL,1935,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'e80a19e6-6d3e-4b21-9827-059eba9a76c3'),
(3670,3664,NULL,1936,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'e6587b13-c9e7-423f-8386-d4ba61f6dc88'),
(3671,3665,NULL,1937,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'852392e0-12f5-4bc9-aff3-cf0c29bf15cc'),
(3672,3666,NULL,1938,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:27:46','2025-10-09 17:27:46',NULL,NULL,NULL,'9d59247f-4108-4b81-b04c-b26d0bcbb21b'),
(3674,1041,NULL,1939,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:28:11','2025-10-09 17:28:11',NULL,NULL,NULL,'e30fdf49-4123-42f9-8b86-5f091a8e801e'),
(3680,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:29:43','2026-01-28 21:36:11',NULL,NULL,NULL,'42bbd2a8-0093-49d4-909e-ac7afc87c2a1'),
(3681,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:29:43','2026-01-28 21:36:11',NULL,NULL,NULL,'cc514d58-4f97-49df-aeee-0970a4399a03'),
(3682,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:29:43','2026-01-28 21:36:11',NULL,NULL,NULL,'205f4452-72b0-40e5-a79b-a9bf0b788ab3'),
(3683,1041,NULL,1940,1,'craft\\elements\\Entry',1,0,'2025-10-09 17:29:43','2025-10-09 17:29:43',NULL,NULL,NULL,'2cd72ad9-125c-4125-b7c5-2e21cc70235f'),
(3684,3680,NULL,1941,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:29:43','2025-10-09 17:29:43',NULL,NULL,NULL,'a140f62a-97c4-4267-8ed5-fa6304f5959d'),
(3685,3681,NULL,1942,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:29:43','2025-10-09 17:29:43',NULL,NULL,NULL,'4a5fe42d-85b9-49be-aa7f-67e0dd3371fb'),
(3686,3682,NULL,1943,3,'craft\\elements\\Entry',1,0,'2025-10-09 17:29:43','2025-10-09 17:29:43',NULL,NULL,NULL,'21163904-7fb7-4895-9036-07ff25ecbd26'),
(3687,1574,NULL,1944,2,'craft\\elements\\Entry',1,0,'2025-10-09 17:29:43','2025-10-09 17:29:43',NULL,NULL,NULL,'824bd24a-48d0-4b18-9f7d-442ae8312d3a'),
(3689,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-09 20:42:59','2026-01-14 16:18:34',NULL,NULL,NULL,'5e9e3676-39c2-40bb-8c72-4205cc2f1c20'),
(3690,1045,NULL,1945,1,'craft\\elements\\Entry',1,0,'2025-10-09 20:44:20','2025-10-09 20:44:20',NULL,NULL,NULL,'f658dd75-296f-4a6e-ab6c-e0875cd93fc9'),
(3697,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:06','2026-01-08 19:57:40',NULL,NULL,NULL,'2f64c502-d62e-473b-9c08-ed80c734ebb9'),
(3698,3697,NULL,1946,6,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:21','2025-10-09 20:46:21',NULL,NULL,NULL,'498d04f5-1cc4-4daf-b7c7-284be8832ef7'),
(3699,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'e6cedecd-f1fb-4d88-8ede-46530b968f44'),
(3700,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'90146cdd-a8ca-4768-bd1c-172dbdae13a7'),
(3701,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'40ccec75-c670-4aba-9538-a1f67be5e416'),
(3702,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'d5944596-326a-4f16-826a-00c570db5227'),
(3703,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'466023f5-cb24-457a-942e-0ef314e26a69'),
(3704,1045,NULL,1947,1,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'86975381-4c63-4971-a439-93f548c4c6f9'),
(3705,3699,NULL,1948,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'b2a37535-336b-407c-beb8-0b841d44b14e'),
(3706,3700,NULL,1949,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'e4dd54fd-dc52-47b8-8018-4b3baade799f'),
(3707,3701,NULL,1950,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'14d932c5-2dd1-4723-9216-3250beeee07b'),
(3708,3702,NULL,1951,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'f8a71d94-23a1-4b16-be2d-f77e5718226d'),
(3709,3703,NULL,1952,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:46:26','2025-10-09 20:46:26',NULL,NULL,NULL,'31ae445d-4c5b-42a8-84f2-a5879ffbc60a'),
(3712,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-09 20:47:03','2025-10-09 20:47:03',NULL,NULL,NULL,'7608abe9-1b42-4396-ac87-548b8b3015cb'),
(3714,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-09 20:48:06','2026-03-04 15:30:24',NULL,'2026-03-04 15:30:24',NULL,'75da13cc-3b53-4ae3-ab40-e82046bd6efe'),
(3716,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:48:21','2026-01-28 21:36:34',NULL,'2026-01-28 21:36:34',NULL,'abd5fc75-96fb-4bfe-b8d3-3b2dc279ceb2'),
(3717,1045,NULL,1953,1,'craft\\elements\\Entry',1,0,'2025-10-09 20:48:21','2025-10-09 20:48:21',NULL,NULL,NULL,'f00f71de-7603-4ba4-9742-4cdb5d04edd1'),
(3718,3716,NULL,1954,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:48:21','2025-10-09 20:48:21',NULL,'2026-01-28 21:36:34',NULL,'e6645617-9c73-4faa-aae1-f5426fcb856c'),
(3719,1577,NULL,1955,2,'craft\\elements\\Entry',1,0,'2025-10-09 20:48:21','2025-10-09 20:48:21',NULL,NULL,NULL,'326c24a9-6977-42bd-99c4-4be43d62af50'),
(3720,1578,NULL,1956,2,'craft\\elements\\Entry',1,0,'2025-10-09 20:48:21','2025-10-09 20:48:21',NULL,NULL,NULL,'1654ac97-add2-4f38-b6e9-f2285798e514'),
(3722,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-09 20:50:40','2026-01-14 16:26:23',NULL,NULL,NULL,'64cbbe56-a0ee-4bd5-9ea1-7d0444fda32b'),
(3723,1051,NULL,1957,1,'craft\\elements\\Entry',1,0,'2025-10-09 20:52:58','2025-10-09 20:52:58',NULL,NULL,NULL,'9f878777-6985-447c-9183-bbdd4902dd54'),
(3730,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:27',NULL,NULL,NULL,'65cf2e2b-45be-4029-b547-cd53c0904306'),
(3731,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:27',NULL,NULL,NULL,'89f2f03a-4f72-4572-8e77-9385e0a461fc'),
(3732,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:27',NULL,NULL,NULL,'a0008e56-ea4b-48c6-be5a-d52f1c80998f'),
(3733,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:27',NULL,NULL,NULL,'fc290ac5-ff1e-403d-b23a-5266f398e50f'),
(3734,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:27',NULL,NULL,NULL,'d9484c43-1e06-42ea-be7f-d1c69eb8549c'),
(3735,1051,NULL,1958,1,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:27',NULL,NULL,NULL,'e10f9975-5f28-4e1c-9c54-c6cab82bf1a0'),
(3736,3730,NULL,1959,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:27',NULL,NULL,NULL,'ba8e7849-101c-4460-b79f-c2a6828b13a1'),
(3737,3731,NULL,1960,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:27',NULL,NULL,NULL,'690fbcd1-aa27-4058-940d-3b640d4bd401'),
(3738,3732,NULL,1961,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:28',NULL,NULL,NULL,'10d16818-acd2-4414-9449-deab38c6d8fb'),
(3739,3733,NULL,1962,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:28',NULL,NULL,NULL,'d5e8cb70-16da-466e-9bb8-b5db30171ccb'),
(3740,3734,NULL,1963,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:27','2025-10-09 20:54:28',NULL,NULL,NULL,'46976404-d587-4364-a3d6-7bd3aefcec75'),
(3742,1051,NULL,1964,1,'craft\\elements\\Entry',1,0,'2025-10-09 20:54:48','2025-10-09 20:54:48',NULL,NULL,NULL,'fbbe05e1-dfb8-4849-b18a-a31183d1f04a'),
(3746,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-09 20:55:28','2025-10-09 20:55:28',NULL,NULL,NULL,'fe81bf01-cb45-4d27-8b33-eb39a7088c2f'),
(3748,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-09 20:55:46','2026-03-30 13:50:19',NULL,'2026-03-30 13:50:19',NULL,'08d72cdd-d6ce-40ac-9ccc-48e5b4197042'),
(3749,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:56:04','2026-01-29 17:07:18',NULL,NULL,NULL,'d0bf0ca5-975c-4005-8fa4-95e2e7dbd174'),
(3750,1051,NULL,1965,1,'craft\\elements\\Entry',1,0,'2025-10-09 20:56:04','2025-10-09 20:56:04',NULL,NULL,NULL,'605f03b2-1d79-4669-a87d-73acca795559'),
(3751,3749,NULL,1966,3,'craft\\elements\\Entry',1,0,'2025-10-09 20:56:04','2025-10-09 20:56:04',NULL,NULL,NULL,'201b063e-b97f-4bfb-82a0-ab5e108d773d'),
(3752,1583,NULL,1967,2,'craft\\elements\\Entry',1,0,'2025-10-09 20:56:04','2025-10-09 20:56:04',NULL,NULL,NULL,'9efb0b6d-6759-43a5-a414-ac7796470e8e'),
(3753,1584,NULL,1968,2,'craft\\elements\\Entry',1,0,'2025-10-09 20:56:04','2025-10-09 20:56:04',NULL,'2026-03-30 13:50:32',NULL,'3703bab7-21e7-4323-97ca-76ed272dd348'),
(3755,1353,NULL,1969,1,'craft\\elements\\Entry',1,0,'2025-10-10 18:22:08','2025-10-10 18:22:08',NULL,NULL,NULL,'2eeb28ba-66c1-434d-9d55-24b3b258edd4'),
(3757,951,NULL,1970,1,'craft\\elements\\Entry',1,0,'2025-10-10 18:22:39','2025-10-10 18:22:39',NULL,NULL,NULL,'7c883abd-42b2-4ff7-acd8-8753471d25dd'),
(3759,2880,NULL,1971,1,'craft\\elements\\Entry',1,0,'2025-10-10 18:22:50','2025-10-10 18:22:51',NULL,NULL,NULL,'5d68b813-7384-4f4d-b26d-c4ef1b1b2924'),
(3761,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 15:57:58','2025-10-13 15:57:58',NULL,NULL,NULL,'5b1cf97e-925b-4eec-8d9f-60c115190faa'),
(3762,1059,NULL,1972,1,'craft\\elements\\Entry',1,0,'2025-10-13 15:58:53','2025-10-13 15:58:54',NULL,NULL,NULL,'b0141dd7-8d60-41f3-9748-75cf10ce6019'),
(3769,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'332f9153-1705-40d1-9660-9531c97dbd01'),
(3770,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'ed107e8c-0bb1-4a2b-883d-bd53ad0119eb'),
(3771,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'bae68c7d-0fe2-4291-af85-b8d3ce8a73e5'),
(3772,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'68ddda38-a8e1-46b6-8b94-5a72981d2553'),
(3773,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'660f782e-af0a-4824-9f53-db5f852d784f'),
(3774,1059,NULL,1973,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'a475f88a-023e-4306-959d-76152549d02a'),
(3775,3769,NULL,1974,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'94ebe8bb-d88e-495b-b253-2ec0bed08b10'),
(3776,3770,NULL,1975,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'f94b32be-a1db-40b1-b5f0-123a2cd3328f'),
(3777,3771,NULL,1976,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'8102b0b3-ba4d-4154-957d-fd6ff74a271b'),
(3778,3772,NULL,1977,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'e3210c99-b7f8-4202-bb7a-e87750927e52'),
(3779,3773,NULL,1978,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:23','2025-10-13 16:00:23',NULL,NULL,NULL,'cdf459e9-7fb4-45cf-a527-662247547845'),
(3781,1059,NULL,1979,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:00:53','2025-10-13 16:00:53',NULL,NULL,NULL,'237222d7-84b1-478f-99f5-ffd5b1543e41'),
(3785,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:01:40','2026-01-29 17:09:10',NULL,NULL,NULL,'7726370e-2ffa-4012-bf0c-50863a42f7fc'),
(3786,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:01:40','2026-01-29 17:09:10',NULL,NULL,NULL,'9f3aa730-a932-43b3-8f56-da7b7d1af718'),
(3787,1059,NULL,1980,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:01:40','2025-10-13 16:01:41',NULL,NULL,NULL,'975dfeb3-7000-45e0-9293-269deba10a06'),
(3788,3785,NULL,1981,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:01:40','2025-10-13 16:01:41',NULL,NULL,NULL,'7ce9a21d-bc07-4dfd-a6b0-aecdacee80a8'),
(3789,3786,NULL,1982,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:01:40','2025-10-13 16:01:41',NULL,NULL,NULL,'034de22f-82dd-4f4b-b240-4ed5f645a52b'),
(3793,1059,NULL,1983,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:02:33','2025-10-13 16:02:33',NULL,NULL,NULL,'3790074b-da9f-4ce4-bfb7-b6cda24aff4b'),
(3794,1590,NULL,1984,2,'craft\\elements\\Entry',1,0,'2025-10-13 16:02:33','2025-10-13 16:02:33',NULL,NULL,NULL,'13a12d41-4e97-495e-973c-98b52d95ccfb'),
(3795,1591,NULL,1985,2,'craft\\elements\\Entry',1,0,'2025-10-13 16:02:33','2025-10-13 16:02:33',NULL,NULL,NULL,'2f2be886-c813-46fe-ac6d-2eb7c884fd93'),
(3797,1059,NULL,1986,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:02:37','2025-10-13 16:02:37',NULL,NULL,NULL,'84670b37-732f-4463-87ab-0c456e766d36'),
(3800,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 16:03:32','2025-10-13 16:03:42',NULL,NULL,NULL,'6a8222df-62d7-40e4-9fd0-463dfcd4aed8'),
(3802,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 16:04:02','2025-10-13 16:04:02',NULL,NULL,NULL,'23e420f1-728b-4627-8617-ace60ec827f5'),
(3803,1067,NULL,1987,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:04:07','2025-10-13 16:04:07',NULL,NULL,NULL,'0470595f-7a58-4003-a3aa-e650cc6065ad'),
(3804,1596,NULL,1988,2,'craft\\elements\\Entry',1,0,'2025-10-13 16:04:07','2025-10-13 16:04:07',NULL,NULL,NULL,'df7b6042-efab-4725-9682-3646a23bbc63'),
(3805,1597,NULL,1989,2,'craft\\elements\\Entry',1,0,'2025-10-13 16:04:07','2025-10-13 16:04:07',NULL,'2026-01-20 20:27:23',NULL,'dc2ad204-8498-485b-add3-c08b6e40c69f'),
(3808,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 16:05:35','2026-01-14 16:44:22',NULL,NULL,NULL,'1e09a858-3639-49cf-bb25-9daec6ae56a6'),
(3814,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'cd08b48b-c54a-4049-8d38-c94a70086fa0'),
(3815,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'dc3d7ee6-2887-486f-acd3-5cdc0b3c9010'),
(3816,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'61a09bbb-c305-49c1-bd0e-80ce618ecfe2'),
(3817,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'ba34f517-2422-42f5-bee9-5cb10173bea9'),
(3818,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'180b7503-1a32-4e78-8272-4cedebfc42ca'),
(3819,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2026-01-29 17:12:39',NULL,NULL,NULL,'1a64a325-0fa1-42da-9738-27dbce6952b0'),
(3820,1067,NULL,1990,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'c2994a54-13d2-40e6-b3ef-60ef4503bad9'),
(3821,3814,NULL,1991,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'6d1f66ba-6623-4b5e-ab3b-a4f1a0319a2a'),
(3822,3815,NULL,1992,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'fd8dc983-5af0-4dd3-bd9c-59d2a79f04a9'),
(3823,3816,NULL,1993,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'a60012b7-b41c-4e23-9986-a8374fee3682'),
(3824,3817,NULL,1994,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'3d7a3f43-5af4-457a-8e56-c5b65e28cdda'),
(3825,3818,NULL,1995,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'9552b841-31b5-4b39-ada2-efb681ba4907'),
(3826,3819,NULL,1996,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:23','2025-10-13 16:07:23',NULL,NULL,NULL,'790628a2-8962-4ce2-bef2-ca4f794290de'),
(3828,1067,NULL,1997,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:07:45','2025-10-13 16:07:45',NULL,NULL,NULL,'b8e85a9f-6ef1-463c-b618-a32a7e5c5fde'),
(3830,1067,NULL,1998,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:08:14','2025-10-13 16:08:14',NULL,NULL,NULL,'db54389b-6111-4521-bff1-ebf01626a6ad'),
(3833,1079,NULL,1999,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:12:15','2025-10-13 16:12:15',NULL,NULL,NULL,'de70c0c4-8783-4138-9f41-f4da79a39de6'),
(3840,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'c417b84c-a022-4d92-97d6-b5da8da0961a'),
(3841,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'3d0ee3d6-d528-4815-a861-f4f3f978fcb6'),
(3842,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'ce6e5f74-605f-4e97-a68f-2ca27f15f139'),
(3843,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'87a557b3-8da6-4906-9bd8-613191234553'),
(3844,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'0033ecc9-0e0b-4ff4-82fa-1cabb8e40ecd'),
(3845,1079,NULL,2000,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'f1d699ef-7ea3-4105-87b2-51c46485fe44'),
(3846,3840,NULL,2001,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'99bdecaf-7790-4aea-b8f5-3fbfeb303d54'),
(3847,3841,NULL,2002,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'f4f162df-b217-4938-b8f2-3bad8e94da71'),
(3848,3842,NULL,2003,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'06555db2-21a1-47b0-8e9c-7e2b5a363d1f'),
(3849,3843,NULL,2004,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'b4741a4b-fd4f-414e-849e-410546b5b878'),
(3850,3844,NULL,2005,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:13:49','2025-10-13 16:13:49',NULL,NULL,NULL,'1a782033-b50a-40a0-a5df-ff0c9c35ab80'),
(3852,1079,NULL,2006,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:14:29','2025-10-13 16:14:30',NULL,NULL,NULL,'22044155-52df-4b23-bbed-97aa9e030784'),
(3856,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 16:15:24','2025-10-13 16:15:24',NULL,NULL,NULL,'c3f7c8cb-36ee-4796-9f1b-dc17ac9b4a4d'),
(3858,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 16:15:40','2026-03-04 15:31:42',NULL,'2026-03-04 15:31:42',NULL,'bf12f978-cde5-4a38-802e-9bdd701fa97c'),
(3859,NULL,NULL,NULL,3,'craft\\elements\\Entry',0,0,'2025-10-13 16:15:51','2026-01-29 17:21:38',NULL,'2026-01-29 17:21:38',NULL,'c8aa57d5-8414-4c93-98d8-d3e7c06aa840'),
(3860,1079,NULL,2007,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:15:51','2025-10-13 16:15:51',NULL,NULL,NULL,'c753f9c6-0440-4f08-ace4-56e446e1019a'),
(3861,3859,NULL,2008,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:15:51','2025-10-13 16:15:51',NULL,'2026-01-29 17:21:38',NULL,'0e198a6d-4252-4726-9180-781257a292d9'),
(3862,1606,NULL,2009,2,'craft\\elements\\Entry',1,0,'2025-10-13 16:15:51','2025-10-13 16:15:51',NULL,NULL,NULL,'ac9c27ec-c03c-4b30-bbd6-d8842842a446'),
(3863,1607,NULL,2010,2,'craft\\elements\\Entry',1,0,'2025-10-13 16:15:51','2025-10-13 16:15:51',NULL,NULL,NULL,'a72543c7-947d-4fbd-92f5-0b86c5fdbe54'),
(3865,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 16:20:27','2026-01-14 17:12:24',NULL,NULL,NULL,'393c9bff-0570-459d-926c-c6eb005839e6'),
(3866,1085,NULL,2011,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:41:23','2025-10-13 16:41:23',NULL,NULL,NULL,'4afcbd44-0710-474e-a49f-fabab0fb53c4'),
(3874,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'6c408be1-1c0b-463a-b45c-efa17737b976'),
(3875,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'6346990d-7366-4922-886c-508e138d67b0'),
(3876,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'51240748-32cb-4e66-b056-e472abb71c69'),
(3877,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'b3ba5379-c9b3-4b68-a1d6-4860bb4c6f5a'),
(3878,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'109e05e3-5db9-4f0f-a0fe-c295cf5297e5'),
(3879,NULL,NULL,NULL,3,'craft\\elements\\Entry',0,0,'2025-10-13 16:43:20','2026-01-29 17:45:04',NULL,'2026-01-29 17:45:04',NULL,'98592287-96f5-45fd-b069-60900d7ece23'),
(3880,1085,NULL,2012,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'3987d78a-f6ca-4878-bbab-6655693adff0'),
(3881,3874,NULL,2013,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'86b63b08-2bd0-4416-bca8-743fb44af72a'),
(3882,3875,NULL,2014,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'4108a3e1-ffd0-443d-ab77-c57b9e8420c2'),
(3883,3876,NULL,2015,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'2e21e449-b4d8-4ada-bada-cd3b3c9711b4'),
(3884,3877,NULL,2016,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'b8f938ba-5aa0-47d7-9212-5c3e4b7c6fce'),
(3885,3878,NULL,2017,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,NULL,NULL,'2bf92097-1ffb-422c-80a9-c0c60558906b'),
(3886,3879,NULL,2018,3,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:20','2025-10-13 16:43:20',NULL,'2026-01-29 17:45:04',NULL,'a7f12634-a672-46a5-848d-729286c7ee15'),
(3890,1085,NULL,2019,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:47','2025-10-13 16:43:47',NULL,NULL,NULL,'904648fc-327c-4e0e-9867-1aec28d3ffc3'),
(3891,1611,NULL,2020,2,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:47','2025-10-13 16:43:47',NULL,NULL,NULL,'14798446-6461-4058-b204-90ab6e9ef346'),
(3892,1612,NULL,2021,2,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:47','2025-10-13 16:43:47',NULL,NULL,NULL,'cb64ce2d-41d2-4976-95ed-06da0b073e1a'),
(3894,1085,NULL,2022,1,'craft\\elements\\Entry',1,0,'2025-10-13 16:43:50','2025-10-13 16:43:50',NULL,NULL,NULL,'05331432-a920-4c05-a4af-3f239a81c072'),
(3896,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 17:02:38','2025-10-13 17:02:38',NULL,NULL,NULL,'7bd5068c-3814-4c9b-9898-6a251cac8c8e'),
(3902,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'78d615a6-25d1-49fc-ab40-de186ebc9b86'),
(3903,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'e2aedee6-bd93-4101-898e-14dc0e1bb0f8'),
(3904,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'e57893b7-2ddc-4ff8-98bb-b75570184257'),
(3905,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'3feef635-be19-4a6d-b213-a3dbb0217f64'),
(3906,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'75048d77-a4aa-45a8-853e-197661d92762'),
(3907,1091,NULL,2023,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'1437753d-d375-49e1-a89d-ffacf91b3706'),
(3908,3902,NULL,2024,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'dac93926-bc48-4c66-b221-ef5dd46a5b31'),
(3909,3903,NULL,2025,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'7bdf78a7-054f-4cba-b4d7-2554c0dfca26'),
(3910,3904,NULL,2026,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'f35aac30-97e6-46f8-9b78-5d2238464a42'),
(3911,3905,NULL,2027,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'76973061-f24d-4754-a056-e5a7c3cadc50'),
(3912,3906,NULL,2028,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:16','2025-10-13 17:05:16',NULL,NULL,NULL,'a52b44a1-4b80-4ee9-b922-945382806217'),
(3914,1091,NULL,2029,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:05:41','2025-10-13 17:05:41',NULL,NULL,NULL,'1dde69df-d240-49ae-8705-9ea3529b7b90'),
(3918,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 17:06:23','2025-10-13 17:06:23',NULL,NULL,NULL,'96edee62-bf13-467b-a925-cf34cb888839'),
(3920,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 17:06:39','2025-10-13 17:06:39',NULL,NULL,NULL,'8f2a6313-f096-4859-8d92-f71931a00bd9'),
(3921,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:09:47','2026-01-29 17:48:35',NULL,NULL,NULL,'784e35f3-7981-46f8-981f-45c8aaa3de14'),
(3922,1091,NULL,2030,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:09:47','2025-10-13 17:09:47',NULL,NULL,NULL,'5ea22ba7-d211-4980-a22a-972b2709bef0'),
(3923,3921,NULL,2031,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:09:47','2025-10-13 17:09:47',NULL,NULL,NULL,'948ce7d6-af59-4d14-bcb1-e8ae03570cb6'),
(3924,1616,NULL,2032,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:09:47','2025-10-13 17:09:47',NULL,NULL,NULL,'b3bf9d38-1e10-42d4-926e-603e6bf751ea'),
(3925,1617,NULL,2033,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:09:47','2025-10-13 17:09:47',NULL,NULL,NULL,'6e7a6af8-45c0-4923-a7ad-f44f3066c0a7'),
(3927,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 17:19:49','2025-10-13 17:19:49',NULL,NULL,NULL,'5c1ab61a-27d0-4c3a-a433-2b84849eb2cf'),
(3928,1097,NULL,2034,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:20:16','2025-10-13 17:20:17',NULL,NULL,NULL,'854ca287-47db-4d48-a11c-7da2b179c9b8'),
(3935,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'94c439b9-e3c0-424e-af82-b9a995f26e5d'),
(3936,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'8f7554b3-1da4-4bc6-802c-b84bc38b5176'),
(3937,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'dfa7f5e1-8c01-46f6-a66e-afeaee07d469'),
(3938,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'15fdbfc5-ad16-43fd-b420-e6312c4c2e93'),
(3939,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'4293c612-f747-46bb-bbc1-208a734a5307'),
(3940,1097,NULL,2035,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'5931751f-080b-46ac-86c7-91d4538fb645'),
(3941,3935,NULL,2036,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'e0f70a0d-a17c-4d5a-8ef5-2390352222ec'),
(3942,3936,NULL,2037,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'0e6a15ff-f522-48e2-b6cd-39e521f4c416'),
(3943,3937,NULL,2038,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'4cf83c1c-2954-4691-bdea-494c153b3d1b'),
(3944,3938,NULL,2039,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'b3bf6b64-0fc9-4aff-8b70-05346156b6e7'),
(3945,3939,NULL,2040,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:21:33','2025-10-13 17:21:33',NULL,NULL,NULL,'2c9b50f0-d4e4-4dd0-be41-0852aca4f3ca'),
(3948,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:22:18','2026-01-29 17:53:04',NULL,NULL,NULL,'5ba4a939-6287-43bf-bf98-d292e2bfc257'),
(3949,1097,NULL,2041,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:22:18','2025-10-13 17:22:18',NULL,NULL,NULL,'9cb6c5ce-0f50-4b78-87fe-b69c5f7e2f95'),
(3950,3948,NULL,2042,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:22:18','2025-10-13 17:22:18',NULL,NULL,NULL,'9ca96325-458a-4d2d-a5dd-bd990c090a43'),
(3954,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 17:22:55','2025-10-13 17:22:55',NULL,NULL,NULL,'e96116b7-f71b-4c13-893d-a88ce2c6df4c'),
(3955,1097,NULL,2043,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:23:02','2025-10-13 17:23:02',NULL,NULL,NULL,'0eec1f63-a7b5-44ce-80d0-07544ba66bf3'),
(3956,1621,NULL,2044,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:23:02','2025-10-13 17:23:02',NULL,NULL,NULL,'cae02c4a-af7b-4abc-8cc9-7aa0f19e1910'),
(3957,1622,NULL,2045,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:23:02','2025-10-13 17:23:02',NULL,NULL,NULL,'95409328-3cd5-4bf9-8370-0b27e0bf08f0'),
(3959,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 17:25:39','2025-10-13 17:25:55',NULL,NULL,NULL,'1701a219-50cd-430c-be86-2b75ad7f5ae1'),
(3965,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'2fab5094-9b24-4e66-b001-536f17a5ea1b'),
(3966,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'8c6dfd0e-2a3a-4439-992f-0be0b244c21c'),
(3967,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'5dd167c1-38dd-4043-9267-586773ecef14'),
(3968,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'72d15429-573d-43e4-a7c0-e2a750af6e96'),
(3969,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'ee6d7801-cb59-4569-af31-bc6bd251a7b9'),
(3970,1103,NULL,2046,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'374e34ca-4767-4641-896d-4a6b870593b4'),
(3971,3965,NULL,2047,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'348771db-2035-463b-9b16-baba6316966d'),
(3972,3966,NULL,2048,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'6b57de47-25d0-40f1-804f-449228732a23'),
(3973,3967,NULL,2049,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'1479489c-9b93-41e8-8ffa-0fc656288956'),
(3974,3968,NULL,2050,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'7fa1465a-628f-48e1-8301-fddbe2367b8c'),
(3975,3969,NULL,2051,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:27','2025-10-13 17:27:27',NULL,NULL,NULL,'62f7355d-ec49-41ed-bce3-3c51c00048da'),
(3977,1103,NULL,2052,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:27:45','2025-10-13 17:27:45',NULL,NULL,NULL,'3c214a87-5730-4daa-ab39-43f9ecfc7a80'),
(3981,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 17:28:18','2025-10-13 17:28:18',NULL,NULL,NULL,'237ec093-2328-47e2-8675-2e160f80bdf7'),
(3982,1103,NULL,2053,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:28:26','2025-10-13 17:28:26',NULL,NULL,NULL,'25848392-d487-44c6-be3f-c18f92029a66'),
(3983,1626,NULL,2054,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:28:26','2025-10-13 17:28:26',NULL,NULL,NULL,'a43b5ab2-b618-41a7-9002-78beca9e0aea'),
(3984,1627,NULL,2055,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:28:26','2025-10-13 17:28:26',NULL,NULL,NULL,'2e3aa1e8-6a80-4d77-ae34-c6cb34acb266'),
(3986,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 17:40:30','2026-01-14 19:06:21',NULL,NULL,NULL,'efacff44-cd06-41d0-a14b-021999a11a51'),
(3992,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'aac7f17b-239c-45dd-8241-572c213582a9'),
(3993,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'efc23a89-6b18-4db2-86a3-beabbb9e1e52'),
(3994,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'835ed6d6-ab4c-41f7-99e1-471c78621514'),
(3995,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'6837e2f9-1649-4463-9103-547f054c1a8a'),
(3996,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'ec47ff37-bb7b-425d-83ba-589379ca957f'),
(3997,1109,NULL,2056,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'cff4e695-b3f0-4cd0-a11f-1daa8ec72d56'),
(3998,3992,NULL,2057,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'2d6748bb-07e2-4188-b50b-cb2434e6d320'),
(3999,3993,NULL,2058,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'2c943d9e-a65c-4978-8c73-99215c1d4ce8'),
(4000,3994,NULL,2059,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'9a57a8a0-19ba-4691-a163-09c0d4fed136'),
(4001,3995,NULL,2060,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'8838f83d-2cfe-46ae-84d7-9abedc4c34b8'),
(4002,3996,NULL,2061,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:06','2025-10-13 17:42:06',NULL,NULL,NULL,'fa532c61-b3cb-4025-83d2-c26a58398221'),
(4004,1109,NULL,2062,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:42:25','2025-10-13 17:42:25',NULL,NULL,NULL,'5506daf4-2b1a-490c-8c3a-08cca7a2a2f2'),
(4008,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 17:43:03','2025-10-13 17:43:03',NULL,NULL,NULL,'48a087d8-0d21-4941-b82b-5a0097a2ec58'),
(4010,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 17:43:27','2025-10-13 17:43:27',NULL,NULL,NULL,'e4912cd6-8ea9-49d1-9e79-6303a3a22c05'),
(4011,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:43:34','2026-01-29 19:20:41',NULL,NULL,NULL,'236a698f-69e6-42e8-8744-0b6e4382e3db'),
(4012,1109,NULL,2063,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:43:34','2025-10-13 17:43:34',NULL,NULL,NULL,'061a5777-9140-463a-8b5b-1cd467c067b3'),
(4013,4011,NULL,2064,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:43:34','2025-10-13 17:43:34',NULL,NULL,NULL,'ba9e88d6-5469-4ed9-a520-cde8d581ff88'),
(4014,1632,NULL,2065,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:43:34','2025-10-13 17:43:34',NULL,NULL,NULL,'cd7bda22-7b3e-4a87-92f8-30337d89ab53'),
(4015,1633,NULL,2066,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:43:34','2025-10-13 17:43:34',NULL,NULL,NULL,'0f0a84b3-abb3-49e9-800c-aa82e8ac6b0b'),
(4017,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 17:44:49','2026-01-14 19:17:25',NULL,NULL,NULL,'0bdb5069-757f-42ae-9cf0-9d35c534e465'),
(4018,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 17:45:02','2025-10-13 17:45:02',NULL,NULL,NULL,'c8d03316-3fb3-42ca-be17-5b6690e266b0'),
(4020,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 17:45:12','2025-10-13 17:45:12',NULL,NULL,NULL,'99de9186-e678-4fca-aa6c-adbd851b9331'),
(4026,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'a5e6b15c-baf6-4f15-8854-3741960d6509'),
(4027,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'acf21f36-c284-4e56-8dd0-9528ffba797a'),
(4028,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'7a8e3dc4-29c1-4a3a-804d-92cdfd8c11b5'),
(4029,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'820335d6-39b8-4eb4-8c2a-6f7f5e0ee494'),
(4030,1117,NULL,2067,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'bbdc3462-f3f1-4a21-97c7-fa567143d6f7'),
(4031,4026,NULL,2068,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'6e9e2ec8-c28b-4d29-91fc-9752c4706968'),
(4032,4027,NULL,2069,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'7ff79758-31aa-4515-9b5a-3a8c6a333651'),
(4033,4028,NULL,2070,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'2b702b65-5430-4557-aab9-51098839b473'),
(4034,4029,NULL,2071,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'8d99e06e-bb73-4ca1-aa67-3e07215a74b4'),
(4035,1638,NULL,2072,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'3b94f841-2384-4369-89e2-17bd76b6d1b3'),
(4036,1639,NULL,2073,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:38','2025-10-13 17:46:38',NULL,NULL,NULL,'0040236f-b6c5-4797-ab7c-5ae72449f718'),
(4038,1117,NULL,2074,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:46:53','2025-10-13 17:46:53',NULL,NULL,NULL,'db48266c-b7c7-43ed-9d3f-5f9553507688'),
(4042,1117,NULL,2075,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:47:19','2025-10-13 17:47:19',NULL,NULL,NULL,'84e2bde3-0af5-4b15-aca0-00d05ee487df'),
(4043,1638,NULL,2076,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:47:19','2025-10-13 17:47:19',NULL,NULL,NULL,'3d21bb03-d970-4920-b666-a7051b366bc4'),
(4044,1639,NULL,2077,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:47:19','2025-10-13 17:47:19',NULL,NULL,NULL,'9cf4204f-4c68-4d1a-a084-ed561478c17f'),
(4046,1123,NULL,2078,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:48:10','2025-10-13 17:48:10',NULL,NULL,NULL,'359064b2-8195-4194-b2ad-7fee34905ea2'),
(4053,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'0861b384-3f2d-4ef0-a442-a7c6779de429'),
(4054,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'f4a30cd3-f01e-4f0e-8900-af8f59dc5cf1'),
(4055,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'bbcb4e4e-c500-46bb-a26e-755893ee3dc1'),
(4056,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'3c4baf18-035d-4aef-a62f-411c2be75452'),
(4057,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'2884ddd7-5175-4a0e-9869-7fe4b9bc177f'),
(4058,1123,NULL,2079,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'112ef6f1-5258-48c2-b959-caa96de24488'),
(4059,4053,NULL,2080,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'1c64e5d7-029f-4a5d-8f35-4a305e9f2172'),
(4060,4054,NULL,2081,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'378382ba-fd14-4f7e-82f2-62cd4a109364'),
(4061,4055,NULL,2082,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'0275c8b4-e54d-44bb-aab2-9070730515ad'),
(4062,4056,NULL,2083,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'a206b450-d282-437b-a886-62496e7cf940'),
(4063,4057,NULL,2084,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:49:38','2025-10-13 17:49:38',NULL,NULL,NULL,'cf41f687-e0ae-44da-8ec0-8d1057b2800c'),
(4069,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 17:51:54','2025-10-13 17:51:54',NULL,NULL,NULL,'ea737fe8-10e6-4128-8085-979721397257'),
(4070,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:52:01','2026-01-29 19:40:25',NULL,NULL,NULL,'157ac3b1-bfab-4b36-8e50-abe1dfad7938'),
(4071,NULL,NULL,NULL,3,'craft\\elements\\Entry',0,0,'2025-10-13 17:52:01','2026-01-29 19:40:25',NULL,'2026-01-29 19:40:25',NULL,'d2bff5fb-7c26-4025-8815-4a8b2231b6d6'),
(4072,1123,NULL,2085,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:52:01','2025-10-13 17:52:01',NULL,NULL,NULL,'00ad63b7-c18d-4cda-896b-a0883999ead2'),
(4073,4070,NULL,2086,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:52:01','2025-10-13 17:52:01',NULL,NULL,NULL,'f4aa05af-aa20-4706-bf3e-5b9ac2fbb7a4'),
(4074,4071,NULL,2087,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:52:01','2025-10-13 17:52:01',NULL,'2026-01-29 19:40:25',NULL,'710abb8f-d559-4695-b188-66d092df5df9'),
(4075,1643,NULL,2088,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:52:01','2025-10-13 17:52:01',NULL,NULL,NULL,'9e6235a7-3d82-4fb1-a04b-1d1c02e77b6d'),
(4076,1644,NULL,2089,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:52:01','2025-10-13 17:52:01',NULL,NULL,NULL,'b53a2a44-02af-4444-9380-b4c7ee5b6425'),
(4078,1123,NULL,2090,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:52:50','2025-10-13 17:52:50',NULL,NULL,NULL,'4f42082e-1068-4d7a-a690-a2e4afe8510b'),
(4080,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 17:53:05','2026-01-14 19:24:27',NULL,NULL,NULL,'4793d098-df4d-45d3-a379-25ee987a9fd6'),
(4081,1123,NULL,2091,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:53:11','2025-10-13 17:53:11',NULL,NULL,NULL,'77f6a796-8071-4115-8750-109cc6209d8a'),
(4083,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 17:54:18','2025-10-13 17:54:18',NULL,NULL,NULL,'3e0f4047-7feb-4766-943a-a55d52e0bb62'),
(4089,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'81685bd5-6bbc-4371-b6f1-a72bd2c00f99'),
(4090,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'b56634c1-f27a-45dc-8568-caa429f5c977'),
(4091,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'02e1059b-723e-436e-a06e-b8738b5b2046'),
(4092,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'42cab4fd-a418-46c9-8043-e0f67c60ddb4'),
(4093,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'5c34036b-6791-446f-a1b7-cef7b719a057'),
(4094,1129,NULL,2092,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'6d78e7b2-2680-4199-8e07-131a87092bd2'),
(4095,4089,NULL,2093,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'c33ce76e-3e0d-4593-a254-c7101899639c'),
(4096,4090,NULL,2094,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'1d227f57-f732-4f5d-86b3-11b780d31ce1'),
(4097,4091,NULL,2095,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'648da2bb-1cc2-4794-86be-ae22558b02a8'),
(4098,4092,NULL,2096,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'4ce071c4-a19a-4703-b95c-800186ee6175'),
(4099,4093,NULL,2097,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:55:52','2025-10-13 17:55:52',NULL,NULL,NULL,'7e6a70f3-bf6f-4a8e-8c4b-617cf3cb4f74'),
(4101,1129,NULL,2098,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:56:22','2025-10-13 17:56:22',NULL,NULL,NULL,'1a044971-0a78-4a13-953a-6786a06d353a'),
(4105,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 17:56:57','2025-10-13 17:57:21',NULL,NULL,NULL,'40e36cdd-9451-430a-a74a-caf5150785bf'),
(4106,1129,NULL,2099,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:57:28','2025-10-13 17:57:28',NULL,NULL,NULL,'f82d604b-399a-4a49-816b-0dfb7d018e55'),
(4107,1648,NULL,2100,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:57:28','2025-10-13 17:57:28',NULL,'2026-01-21 01:58:08',NULL,'d14c63f5-bbe2-4898-a00c-56a65e472c06'),
(4108,1649,NULL,2101,2,'craft\\elements\\Entry',1,0,'2025-10-13 17:57:28','2025-10-13 17:57:28',NULL,NULL,NULL,'63a37e93-74ce-484e-b349-8fe1a7d34df5'),
(4110,1143,NULL,2102,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:58:05','2025-10-13 17:58:05',NULL,NULL,NULL,'47fbca3f-8985-4d0e-a9b2-3efe7d88c667'),
(4117,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:21',NULL,NULL,NULL,'0be060e9-83d0-4186-8518-30d6c6836868'),
(4118,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:21',NULL,NULL,NULL,'5affa6aa-b918-4611-ba36-7ae7963bd0dd'),
(4119,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:21',NULL,NULL,NULL,'da352630-e965-4ed4-ad1a-15ef076621f7'),
(4120,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:21',NULL,NULL,NULL,'858a76da-ceaa-43d5-ad31-68dc64a8da98'),
(4121,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:21',NULL,NULL,NULL,'5cf3ce59-b2b9-4e7d-98c5-da8a2e4a7701'),
(4122,1143,NULL,2103,1,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:21',NULL,NULL,NULL,'253017e9-ebc0-4459-8503-9c1f9bc393b5'),
(4123,4117,NULL,2104,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:22',NULL,NULL,NULL,'bbeb1123-c632-4daa-8b2f-da7a2ea6670b'),
(4124,4118,NULL,2105,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:22',NULL,NULL,NULL,'351fbff7-0e2e-4e77-bea9-3f8798f7d745'),
(4125,4119,NULL,2106,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:22',NULL,NULL,NULL,'4d0db377-002b-4cda-a3b8-3967ecddf03b'),
(4126,4120,NULL,2107,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:22',NULL,NULL,NULL,'449e5ff4-a79b-4a38-8576-5dab5fb11cda'),
(4127,4121,NULL,2108,3,'craft\\elements\\Entry',1,0,'2025-10-13 17:59:21','2025-10-13 17:59:22',NULL,NULL,NULL,'b3075fb0-0fd3-44d8-ac47-06e66e71da34'),
(4131,NULL,NULL,NULL,3,'craft\\elements\\Entry',0,0,'2025-10-13 18:00:02','2026-01-29 20:09:24',NULL,'2026-01-29 20:09:24',NULL,'725094e8-6c3d-4768-9f54-8a748b6e4e5e'),
(4132,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 18:00:02','2026-01-29 20:09:24',NULL,NULL,NULL,'b2e49f2c-9926-4f4c-9b45-e419dad94da4'),
(4133,1143,NULL,2109,1,'craft\\elements\\Entry',1,0,'2025-10-13 18:00:02','2025-10-13 18:00:02',NULL,NULL,NULL,'ee0b31cd-77a1-4dfb-9f82-43b90ba80ab6'),
(4134,4131,NULL,2110,3,'craft\\elements\\Entry',1,0,'2025-10-13 18:00:02','2025-10-13 18:00:02',NULL,'2026-01-29 20:09:24',NULL,'29b663f2-d287-46df-8efb-622e7e7d9c29'),
(4135,4132,NULL,2111,3,'craft\\elements\\Entry',1,0,'2025-10-13 18:00:02','2025-10-13 18:00:02',NULL,NULL,NULL,'3ffcb078-9b70-47f9-8246-dbf87e263c27'),
(4138,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 18:01:28','2025-10-13 18:01:28',NULL,NULL,NULL,'2902e679-f962-4baf-85c7-72231aae82f9'),
(4141,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 18:01:44','2025-10-13 18:01:44',NULL,NULL,NULL,'0b40b7d0-fd36-43ce-8b54-0c0064010888'),
(4142,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 18:02:04','2025-10-13 18:02:04',NULL,NULL,NULL,'695d4da6-e73f-4c2b-b1e8-b9fb08c01ffe'),
(4143,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-13 18:02:09','2025-10-13 18:02:09',NULL,NULL,NULL,'1de73e62-39e1-498c-9aeb-79ac75073e88'),
(4144,1143,NULL,2112,1,'craft\\elements\\Entry',1,0,'2025-10-13 18:02:09','2025-10-13 18:02:09',NULL,NULL,NULL,'b918d3a9-94dc-4a74-80e9-f674cc5737a6'),
(4145,4143,NULL,2113,2,'craft\\elements\\Entry',1,0,'2025-10-13 18:02:09','2025-10-13 18:02:09',NULL,NULL,NULL,'23ef7a3b-aee3-4315-931d-5ccbab55de8b'),
(4146,1660,NULL,2114,2,'craft\\elements\\Entry',1,0,'2025-10-13 18:02:09','2025-10-13 18:02:09',NULL,NULL,NULL,'8cd8f7df-db77-4ccc-80cc-b5fadb09f436'),
(4148,1149,NULL,2115,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:03:49','2025-10-13 19:03:49',NULL,NULL,NULL,'c623ea77-4216-43a6-8a4a-9c7463ebfa1f'),
(4150,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 19:05:27','2025-10-13 19:05:27',NULL,NULL,NULL,'ad23f0b4-70ac-4de9-8e6b-cb19a989f8f8'),
(4156,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2025-10-13 19:09:10',NULL,NULL,NULL,'ba4cae3b-492a-45c1-b88a-1f9f33f2a214'),
(4157,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2025-10-13 19:09:10',NULL,NULL,NULL,'3c7a713b-7dfe-4d5a-bc96-ed254af225bd'),
(4158,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2026-01-17 16:10:02',NULL,NULL,NULL,'a10eef7b-857d-4360-b1ce-f556224eb3ac'),
(4159,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2025-10-13 19:09:10',NULL,NULL,NULL,'774cdad5-67a4-414f-8a78-c60d82f3b52f'),
(4160,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2025-10-13 19:09:10',NULL,NULL,NULL,'456ff720-95cc-4897-8af9-c15417234740'),
(4161,1149,NULL,2116,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2025-10-13 19:09:10',NULL,NULL,NULL,'c0d8ac1e-4594-415d-9ea2-bdebe1b2e456'),
(4162,4156,NULL,2117,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2025-10-13 19:09:10',NULL,NULL,NULL,'2f78cc4f-3bb9-4c9c-8f71-e574fea0cb78'),
(4163,4157,NULL,2118,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2025-10-13 19:09:10',NULL,NULL,NULL,'981820fa-ac79-424b-836a-02fedf1405ad'),
(4164,4158,NULL,2119,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2025-10-13 19:09:10',NULL,NULL,NULL,'99e7db5c-288e-4707-9871-439e378344e5'),
(4165,4159,NULL,2120,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2025-10-13 19:09:10',NULL,NULL,NULL,'904243fb-729c-4877-89f0-d86eab1b73ba'),
(4166,4160,NULL,2121,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:10','2025-10-13 19:09:10',NULL,NULL,NULL,'0038bd1e-2d55-4045-9b0d-7c9f11cf3dca'),
(4168,1149,NULL,2122,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:09:29','2025-10-13 19:09:29',NULL,NULL,NULL,'788b59b7-177c-44e1-8b0e-df174360219a'),
(4172,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 19:10:22','2025-10-13 19:10:22',NULL,NULL,NULL,'7fd6c38a-924a-45ef-856e-b6b9ea0f5e44'),
(4174,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:10:27','2025-10-13 19:10:27',NULL,NULL,NULL,'740f9f9a-93fa-4dc8-a08f-f67ea762b6fc'),
(4175,1149,NULL,2123,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:10:27','2025-10-13 19:10:27',NULL,NULL,NULL,'dcd4db4f-7844-4181-ae1d-945d5ed9bd4f'),
(4176,4174,NULL,2124,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:10:27','2025-10-13 19:10:27',NULL,NULL,NULL,'69169515-6e5b-42be-a96d-2b74bce36527'),
(4177,1665,NULL,2125,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:10:27','2025-10-13 19:10:27',NULL,NULL,NULL,'b9d8d18d-354f-4dbf-bb07-143666fb0d30'),
(4179,1155,NULL,2126,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:11:14','2025-10-13 19:11:14',NULL,NULL,NULL,'e78e91b4-c172-47a7-abd1-6cfcefadeb88'),
(4181,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 19:12:28','2025-10-13 19:12:28',NULL,NULL,NULL,'1ae634c0-cef3-4ae8-b695-ac297934ddb5'),
(4182,1155,NULL,2127,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:14:26','2025-10-13 19:14:26',NULL,NULL,NULL,'e1585a80-855f-4690-bc75-04ba16d790be'),
(4189,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'bddaa596-6d19-4503-962d-00a06b113845'),
(4190,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'4450f04c-5cd5-4083-9949-bd15e7cea782'),
(4191,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'7e037ca1-b057-4df0-b0bb-d38a875efb6e'),
(4192,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'409c5942-be03-43e7-86ae-4f1ce2f1a1d2'),
(4193,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'ad691c87-2e0c-43cc-8adb-2b40a175fdd4'),
(4194,1155,NULL,2128,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'3dacb6e3-9908-4c2d-920f-80a5ff5dca08'),
(4195,4189,NULL,2129,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'a29bd748-d3f8-4c18-8c5d-d622d35ab7b6'),
(4196,4190,NULL,2130,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'1fafbc51-89f1-4ecb-9e48-78ef78f3628c'),
(4197,4191,NULL,2131,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'5d1148ee-8e1e-4d31-a982-094d737f7375'),
(4198,4192,NULL,2132,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'48de7f5f-075e-43d9-b44b-ec60d9c90df0'),
(4199,4193,NULL,2133,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:16:05','2025-10-13 19:16:05',NULL,NULL,NULL,'7dcd9ef7-ed88-4ba1-8ab1-154409f1d8ee'),
(4207,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 19:17:28','2025-10-13 19:17:28',NULL,NULL,NULL,'946bf00f-6b48-4ef5-bde0-ea4ac46d00bc'),
(4208,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 19:17:38','2025-10-13 19:17:38',NULL,NULL,NULL,'174aff5b-5db6-4b7e-9c63-e50708b6a8be'),
(4210,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'6e9fd1b9-8e40-49f7-88c6-ea1025a670ba'),
(4211,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'b45e1ef5-5a36-4ccd-8e1c-b6b6961b1815'),
(4212,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'0375b3b1-1523-40c6-ad39-deef55dd5fd5'),
(4213,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'e6ff9754-28a3-4dc2-add7-a77d70ecf4bc'),
(4214,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'ee8f28f5-016e-46e3-8478-129c575bcf27'),
(4215,1155,NULL,2134,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'35d08a65-ae19-4646-9f1a-3f0dd55fbcbc'),
(4216,4210,NULL,2135,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'a7c337ce-7acb-4908-a613-37a6d85038bf'),
(4217,4211,NULL,2136,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'7e7cd301-99fc-452d-b93f-bae04bacf20a'),
(4218,4212,NULL,2137,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'870a853b-8311-40d3-92b7-eba16183905f'),
(4219,4213,NULL,2138,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'10ad3944-5954-43e9-9519-04b027d372fd'),
(4220,4214,NULL,2139,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'af31d3d3-2cb4-488c-b55a-10fb3f1c915e'),
(4221,1670,NULL,2140,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:24:55','2025-10-13 19:24:55',NULL,NULL,NULL,'47093c9a-6098-4fb7-8982-097dde1c3a1c'),
(4223,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 19:26:37','2025-10-13 19:26:37',NULL,NULL,NULL,'9000a937-4f22-424a-bf55-fbc1c23c7adb'),
(4224,1165,NULL,2141,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:27:40','2025-10-13 19:27:41',NULL,NULL,NULL,'54528f8a-8527-457f-9921-5e3917eecd0d'),
(4231,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'4992795a-fe66-41fc-9c25-4626afacfaca'),
(4232,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'f86004ff-378b-4b98-ac62-afd6bd096cc9'),
(4233,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'f0f229e0-7dc4-48d9-b4af-6cb3c64dbec1'),
(4234,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'8f7b4d4b-af9a-4600-9dd1-a66353756090'),
(4235,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'7d9447b6-8bf1-46e0-9d4a-fbecbc6f04dd'),
(4236,1165,NULL,2142,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'09ca3029-94d6-4df6-9294-c3fbe07ebb0a'),
(4237,4231,NULL,2143,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'cf0ffa1b-b0d8-42d8-a573-e9741906219b'),
(4238,4232,NULL,2144,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'9a5bf88f-8347-4008-be94-348db544d8f9'),
(4239,4233,NULL,2145,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'519e32c3-5435-417b-8371-4384808d8761'),
(4240,4234,NULL,2146,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'f925457f-27aa-4f8a-88a7-543cb547137f'),
(4241,4235,NULL,2147,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:00','2025-10-13 19:29:00',NULL,NULL,NULL,'f72f5b93-ce2c-45bd-95c2-17f4f56b2fcf'),
(4243,1165,NULL,2148,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:29:18','2025-10-13 19:29:18',NULL,NULL,NULL,'66d4469f-d785-4e43-b07d-33ffa5020b88'),
(4246,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-13 19:29:49','2025-10-13 19:29:49',NULL,NULL,NULL,'c249c36b-8c67-41ca-b805-e5a914aecad1'),
(4248,1165,NULL,2149,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:30:02','2025-10-13 19:30:02',NULL,NULL,NULL,'ff0b2076-2997-4d88-81b7-bb1a0db6e312'),
(4249,1677,NULL,2150,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:30:02','2025-10-13 19:30:03',NULL,NULL,NULL,'fc2d75b4-0612-4e62-b351-5d7d07f203e4'),
(4250,1678,NULL,2151,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:30:02','2025-10-13 19:30:03',NULL,NULL,NULL,'e1537adf-909f-4928-9409-833d841658d4'),
(4252,1165,NULL,2152,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:30:06','2025-10-13 19:30:06',NULL,NULL,NULL,'d40d682c-d9b4-46f0-9ff3-921ce74bb4d5'),
(4254,1171,NULL,2153,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:30:40','2025-10-13 19:30:40',NULL,NULL,NULL,'e2f7827e-38d7-4bb6-8a4b-b2b8d65f9ed9'),
(4261,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'21e9a836-77b2-4142-928c-105a7d8b7e0e'),
(4262,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'d8c486f7-7acc-4461-bd7e-4ce4f44ad92d'),
(4263,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'c1175a17-87b4-41e1-9a58-f07c21080351'),
(4264,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'58723179-c356-485b-ab03-861666d659a1'),
(4265,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'b2d3a936-66e9-4499-8845-f1d9b295ba61'),
(4266,1171,NULL,2154,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'0f640bc8-6baa-4685-b95e-71bcac28db27'),
(4267,4261,NULL,2155,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'e29ed76a-7ef9-47d4-9b84-b4e1e90f0a61'),
(4268,4262,NULL,2156,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'293ce225-ed38-471a-befc-ca727029971b'),
(4269,4263,NULL,2157,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'6465eb73-c99d-44d0-819a-f0129bbd0628'),
(4270,4264,NULL,2158,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'29ef6ba4-6ed7-4a21-9b23-0db2c4cff918'),
(4271,4265,NULL,2159,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:31:57','2025-10-13 19:31:57',NULL,NULL,NULL,'d55d0d80-53c0-402b-b56b-df91dc76f906'),
(4276,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 19:34:09','2026-01-16 20:33:17',NULL,NULL,NULL,'b2efb3ab-b61c-4207-91fa-84eed33e027d'),
(4277,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:34:44','2026-01-29 20:22:17',NULL,NULL,NULL,'7391c03a-3ffc-457c-932d-ef6a5ca26e29'),
(4278,1171,NULL,2160,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:34:44','2025-10-13 19:34:44',NULL,NULL,NULL,'80e1b5f0-0b97-4137-88ba-c51b511a714c'),
(4279,4277,NULL,2161,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:34:44','2025-10-13 19:34:44',NULL,NULL,NULL,'a709c094-80f2-4722-ad60-55534021ba67'),
(4280,1682,NULL,2162,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:34:44','2025-10-13 19:34:44',NULL,'2026-01-05 17:12:30',NULL,'0c9b9280-5870-4595-943b-cb4cf4a144c0'),
(4281,1683,NULL,2163,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:34:44','2025-10-13 19:34:44',NULL,NULL,NULL,'6ba4d252-d3fc-44fd-8364-d53f6971e2e2'),
(4282,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 19:36:07','2025-10-13 19:36:07',NULL,NULL,NULL,'c492aeca-56fc-4b46-91d7-4ebfcdda17d5'),
(4289,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:37:45','2025-10-13 19:37:45',NULL,NULL,NULL,'bb7c2c0c-e89a-4e4e-9e7c-4d4e46e5b8f5'),
(4290,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:37:45','2025-10-13 19:37:45',NULL,NULL,NULL,'0c6abb15-e685-477a-9d16-28390372afe5'),
(4291,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:37:45','2025-10-13 19:37:45',NULL,NULL,NULL,'332a9fe0-6943-467f-9e14-f4566cea1241'),
(4292,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:37:45','2025-10-13 19:37:45',NULL,NULL,NULL,'aaee8434-f389-4ec5-aeb5-0dbd2e028eac'),
(4293,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:37:45','2025-10-13 19:37:45',NULL,NULL,NULL,'0f04f331-644c-402d-93f9-1e87f0f48835'),
(4295,4289,NULL,2165,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:37:45','2026-03-25 19:45:38',NULL,NULL,NULL,'26f65cf3-ecb7-448e-ba66-3a19b2f91cc7'),
(4296,4290,NULL,2166,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:37:45','2026-03-25 19:45:38',NULL,NULL,NULL,'cc3a27a0-0faf-4196-a41f-e31c48c3aba6'),
(4297,4291,NULL,2167,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:37:45','2026-03-25 19:45:38',NULL,NULL,NULL,'09bda69b-8dbb-4a50-aabc-9aad0f4da605'),
(4298,4292,NULL,2168,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:37:45','2026-03-25 19:45:38',NULL,NULL,NULL,'64e2b939-f78c-4431-a60b-6c29ee6afbc0'),
(4299,4293,NULL,2169,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:37:45','2026-03-25 19:45:38',NULL,NULL,NULL,'46bc35e9-87c2-4865-a81b-6cd67046c191'),
(4307,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:39:00','2026-01-29 20:25:30',NULL,NULL,NULL,'1d46c9fd-5073-4975-92ed-ec2b875aa71e'),
(4308,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:39:00','2026-01-29 20:25:30',NULL,NULL,NULL,'759db7d4-e50e-4e79-925c-f61ecaf511a5'),
(4311,4307,NULL,2173,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:39:00','2026-03-25 19:45:38',NULL,NULL,NULL,'6b4f7c51-05c9-4238-a451-769c4a38bd69'),
(4312,4308,NULL,2174,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:39:00','2026-03-25 19:45:38',NULL,NULL,NULL,'d5fc3ba4-ce5f-4c4e-a972-2ad963b3b3e3'),
(4322,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-13 19:47:23','2025-10-13 19:47:23',NULL,NULL,NULL,'ad68b265-d96d-45d0-a725-496e94ae61cb'),
(4323,1185,NULL,2178,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:47:44','2025-10-13 19:47:44',NULL,NULL,NULL,'66911b05-f718-406e-ad87-73455ed96d5f'),
(4324,1694,NULL,2179,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:47:44','2025-10-13 19:47:44',NULL,NULL,NULL,'8400e6f2-1548-4b71-aea0-8926cb69fc35'),
(4325,1695,NULL,2180,2,'craft\\elements\\Entry',1,0,'2025-10-13 19:47:44','2025-10-13 19:47:44',NULL,NULL,NULL,'dc3ca947-74b8-4bbc-862a-8109839efde7'),
(4332,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'2da53d05-df77-4d94-ac1c-d9589849bcd7'),
(4333,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'88d5e36d-acec-4e4d-96d4-50abada30ed2'),
(4334,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'d16578b8-99ea-45a9-acf9-9413622cf3b7'),
(4335,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'2bb4b4aa-7cc5-47e9-b14b-fef23d31759a'),
(4336,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'3c1092e8-e7ce-4961-b496-7baed3de9c92'),
(4337,1185,NULL,2181,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'7778e6bf-63c5-4583-8cd2-6e51be0a53fa'),
(4338,4332,NULL,2182,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'de979bd4-a980-4626-b766-f56a00a1bb5e'),
(4339,4333,NULL,2183,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'611e8e6d-19d3-4c3e-b655-4a965757b295'),
(4340,4334,NULL,2184,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'8cbdc2ec-0f84-4c4f-aecf-06ad46af66a8'),
(4341,4335,NULL,2185,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'48057c68-636c-4d10-aec2-ae821469301a'),
(4342,4336,NULL,2186,3,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:09','2025-10-13 19:51:09',NULL,NULL,NULL,'dc85a8f9-d4f6-4a31-9eeb-7a02d77e78fe'),
(4344,1185,NULL,2187,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:30','2025-10-13 19:51:30',NULL,NULL,NULL,'b38e5158-8a13-4ed9-beaa-018786a2bcb1'),
(4345,1185,NULL,2188,1,'craft\\elements\\Entry',1,0,'2025-10-13 19:51:50','2025-10-13 19:51:50',NULL,NULL,NULL,'90993f04-07ed-47e7-ba53-2c8bc106af05'),
(4349,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-14 13:43:17','2025-10-14 13:43:17',NULL,NULL,NULL,'26c87cbe-ce40-4b6e-a39b-ae11425a8bbb'),
(4350,1443,NULL,2189,1,'craft\\elements\\Entry',1,0,'2025-10-14 13:43:52','2025-10-14 13:43:52',NULL,NULL,NULL,'17370d28-0907-4e32-9718-f8b7291211f4'),
(4351,1911,NULL,2190,2,'craft\\elements\\Entry',1,0,'2025-10-14 13:43:52','2025-10-14 13:43:52',NULL,NULL,NULL,'695d05f1-19e6-4113-98cc-86fd5bccec7a'),
(4354,999,NULL,2192,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:14:34','2025-10-14 16:14:34',NULL,NULL,NULL,'d454a10b-c028-471b-9971-36bf13421108'),
(4355,1539,NULL,2193,2,'craft\\elements\\Entry',1,0,'2025-10-14 16:14:34','2025-10-14 16:14:34',NULL,NULL,NULL,'fc6e7931-49f4-4a71-a1d4-59018a3fd6b8'),
(4356,1540,NULL,2194,2,'craft\\elements\\Entry',1,0,'2025-10-14 16:14:34','2025-10-14 16:14:34',NULL,'2026-01-20 19:55:43',NULL,'5bce45d5-b380-4207-a683-ec94887c1340'),
(4358,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 16:46:42','2025-10-14 16:46:42',NULL,NULL,NULL,'f0e54b99-ba93-4326-ab74-edec09ee7518'),
(4365,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'65f2f2ca-f79d-446a-a26c-9f658bc96563'),
(4366,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'712ff4db-3260-4ea5-99ad-c5b0222ec4e1'),
(4367,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'56880df3-d534-4703-bcec-f46a9a57e461'),
(4368,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'8da4231c-6709-47b3-b86c-f90434936d13'),
(4369,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'58e72202-fa22-4dba-b888-8ea40e36b20c'),
(4370,1191,NULL,2195,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'6d73eb79-4ee9-492f-b94c-7433de282658'),
(4371,4365,NULL,2196,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'cc885001-c609-4809-930f-7fc29b667370'),
(4372,4366,NULL,2197,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'7827d3e1-4a72-434f-8221-13bb164caae2'),
(4373,4367,NULL,2198,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'6fda258c-87b1-469a-99c4-95197bb871f9'),
(4374,4368,NULL,2199,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'ba7df0b5-3d0e-4746-85ed-576bbefb5454'),
(4375,4369,NULL,2200,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:02','2025-10-14 16:48:02',NULL,NULL,NULL,'03ce2209-a6cb-40bd-8d01-ed684cc14084'),
(4377,1191,NULL,2201,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:48:25','2025-10-14 16:48:25',NULL,NULL,NULL,'ec5cb8fe-1cce-40b3-962f-6fecf24ce906'),
(4381,1191,NULL,2202,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:49:14','2025-10-14 16:49:14',NULL,NULL,NULL,'c8886d75-c546-46dc-a68a-bcfcb0bd07d8'),
(4382,1699,NULL,2203,2,'craft\\elements\\Entry',1,0,'2025-10-14 16:49:14','2025-10-14 16:49:14',NULL,NULL,NULL,'5b0d0e80-4f94-4c3c-b3d4-10ebf3dfc9d7'),
(4383,1700,NULL,2204,2,'craft\\elements\\Entry',1,0,'2025-10-14 16:49:14','2025-10-14 16:49:14',NULL,NULL,NULL,'6e26ddff-bb96-4a06-827d-a4fc65d1dd58'),
(4385,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 16:50:16','2025-10-14 16:50:16',NULL,NULL,NULL,'a7467d5a-c4a8-4c8f-ae77-a82d8324af8e'),
(4391,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'3b776065-9769-4b76-9953-fc959490780b'),
(4392,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'dfb79b5e-9633-46ca-ac48-957db45bc3f4'),
(4393,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'38188e70-73c6-414f-85a2-b1cf920290c5'),
(4394,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'2f5d31af-4820-4a14-b441-87e9deb1b919'),
(4395,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'51888495-0b79-4d66-b219-b72a1d2452ef'),
(4396,1197,NULL,2205,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'f09638bd-ce63-4b80-8feb-861ef5426b89'),
(4397,4391,NULL,2206,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'aceaa5dc-494a-4d87-9b4e-9c4e74635a0f'),
(4398,4392,NULL,2207,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'86a0c1c2-bbf0-48bd-8d3f-45312c012f36'),
(4399,4393,NULL,2208,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'5af57da1-de2b-4abf-85ad-444f82fff67e'),
(4400,4394,NULL,2209,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'96f2e5a6-a427-4850-8ca0-96b1c5670309'),
(4401,4395,NULL,2210,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:02','2025-10-14 16:52:02',NULL,NULL,NULL,'a2026e3b-ecbd-4674-9eff-7ed9fdd4793c'),
(4403,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:31','2026-01-21 15:01:00',NULL,NULL,NULL,'65df3a5d-a5e7-4bc3-8e2c-ae52f22451e9'),
(4404,4403,NULL,2211,6,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:36','2025-10-14 16:52:36',NULL,NULL,NULL,'34f205d3-853a-44b7-96c0-01f10a709d8b'),
(4405,1197,NULL,2212,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:52:41','2025-10-14 16:52:41',NULL,NULL,NULL,'6331f429-7e69-44cb-8f29-6601f1c5a663'),
(4409,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:53:18','2026-01-29 21:34:16',NULL,NULL,NULL,'f13aa7c3-d27c-4ec5-841a-526c90d2c82f'),
(4410,1197,NULL,2213,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:53:18','2025-10-14 16:53:18',NULL,NULL,NULL,'f8036931-5620-4273-98d2-57666543bb80'),
(4411,4409,NULL,2214,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:53:18','2025-10-14 16:53:18',NULL,NULL,NULL,'c86a5173-61e2-4caf-b1b6-a9e2ea9fca6e'),
(4412,1704,NULL,2215,2,'craft\\elements\\Entry',1,0,'2025-10-14 16:53:18','2025-10-14 16:53:18',NULL,NULL,NULL,'7196f9c8-e1d3-4063-90c3-9f5a148c22e1'),
(4414,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 16:54:20','2025-10-14 16:54:20',NULL,NULL,NULL,'3fbb3e40-782e-436f-a493-605911155328'),
(4420,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'16d6b673-3735-4c33-b22d-720587a88f75'),
(4421,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'bf51a0f4-a9a4-484d-b5f9-ece81eb87250'),
(4422,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'2086f450-f1d2-4ac3-81f8-d8ae0b1f7492'),
(4423,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'63ee4371-2a12-4c3f-8d26-85b2e6f11f53'),
(4424,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'6e136f21-4c99-45b4-919f-990a2481d1a9'),
(4425,1201,NULL,2216,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'027be2ca-3329-4bd6-8d3f-8d4348e1a1b1'),
(4426,4420,NULL,2217,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'b7104d75-70bd-4633-b6b8-bcb8fc8542d5'),
(4427,4421,NULL,2218,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'e96b9f14-8b1a-46aa-9b12-d4cf44060735'),
(4428,4422,NULL,2219,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'efbf2462-d6bc-4c15-972c-3ae9086da66b'),
(4429,4423,NULL,2220,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'192a5ba2-7cd6-4761-a8b5-32fd257b0c71'),
(4430,4424,NULL,2221,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:55:56','2025-10-14 16:55:56',NULL,NULL,NULL,'1f54ff0e-28db-463c-8f7f-88737dbcff07'),
(4432,1201,NULL,2222,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:56:21','2025-10-14 16:56:21',NULL,NULL,NULL,'2c617e62-1244-410d-a2f4-f05cede03da2'),
(4436,1201,NULL,2223,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:56:56','2025-10-14 16:56:56',NULL,NULL,NULL,'2393e587-ae26-441d-9828-a13813aea517'),
(4437,1708,NULL,2224,2,'craft\\elements\\Entry',1,0,'2025-10-14 16:56:56','2025-10-14 16:56:56',NULL,NULL,NULL,'cd47e4f9-5fae-4f7d-98b3-d63e53f9241c'),
(4438,1709,NULL,2225,2,'craft\\elements\\Entry',1,0,'2025-10-14 16:56:56','2025-10-14 16:56:56',NULL,NULL,NULL,'319af4b3-eaae-4388-87fa-b9fe27ddd382'),
(4440,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 16:57:51','2025-10-14 16:57:51',NULL,NULL,NULL,'ebbd20f1-f103-4d3d-9db5-46ea4b8a9118'),
(4446,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:10',NULL,NULL,NULL,'1703f52a-3e84-41fe-a9e4-d3b514e8c876'),
(4447,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:10',NULL,NULL,NULL,'c0d66d10-577c-4a20-8696-22d1f3631f68'),
(4448,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:10',NULL,NULL,NULL,'00550f30-b927-41bf-8909-5d0f12a9fbd0'),
(4449,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:10',NULL,NULL,NULL,'465cf671-1b88-4dec-a0ba-64a9d68f2e18'),
(4450,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:10',NULL,NULL,NULL,'169c27d5-b5eb-4311-abad-ebfb4f293306'),
(4451,1209,NULL,2226,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:11',NULL,NULL,NULL,'8367eb40-bdff-4f82-894d-c2f9a05b2fc9'),
(4452,4446,NULL,2227,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:11',NULL,NULL,NULL,'9552799c-f8ca-4e16-bf8d-c32f005e19b8'),
(4453,4447,NULL,2228,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:11',NULL,NULL,NULL,'e53caff2-244a-4943-a046-34c705051337'),
(4454,4448,NULL,2229,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:11',NULL,NULL,NULL,'33877028-9f8e-4da0-a13a-635fcd76a268'),
(4455,4449,NULL,2230,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:11',NULL,NULL,NULL,'cd5a4a37-dd66-4fb0-b0d6-550769344bae'),
(4456,4450,NULL,2231,3,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:10','2025-10-14 16:59:11',NULL,NULL,NULL,'6ebb1ee3-ebcc-477b-8b98-4110b616d907'),
(4458,1209,NULL,2232,1,'craft\\elements\\Entry',1,0,'2025-10-14 16:59:35','2025-10-14 16:59:36',NULL,NULL,NULL,'5d84ab35-4c0c-4c5f-bc51-ae686ce5a714'),
(4462,1209,NULL,2233,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:00:06','2025-10-14 17:00:06',NULL,NULL,NULL,'4e3470ce-3cb6-4f5c-918c-69734c1651ea'),
(4463,1714,NULL,2234,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:00:06','2025-10-14 17:00:06',NULL,NULL,NULL,'25ebf60f-ed86-4bf9-89e3-1fd020566153'),
(4464,1715,NULL,2235,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:00:06','2025-10-14 17:00:06',NULL,NULL,NULL,'29bbeb15-85b7-4463-9370-59d8283296b6'),
(4466,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 17:00:49','2025-10-14 17:01:23',NULL,NULL,NULL,'0d32fdfc-d798-44f1-8d0f-d4bb1f2ea650'),
(4467,1215,NULL,2236,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:01:41','2025-10-14 17:01:41',NULL,NULL,NULL,'5323273b-c84e-47fc-8310-1c3ed7b0291f'),
(4474,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'182a432b-e782-4a30-86a3-3e8b8dde3667'),
(4475,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'5ff7ae57-b076-4b8d-bde7-974eed4f1da0'),
(4476,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'f05f92af-59c8-488a-b259-2160eaf71228'),
(4477,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'0b248ef0-b462-4adf-87c5-f197c9a1dc92'),
(4478,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'b3947e95-1681-49c2-86f8-1a2bc85bd274'),
(4479,1215,NULL,2237,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'35759317-7f82-4415-af03-acc41865763a'),
(4480,4474,NULL,2238,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'6088b5ea-258a-4207-82b7-dbe771cdd567'),
(4481,4475,NULL,2239,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'bb6a5c3f-46f4-4d9d-8df9-ed14cd9a1ab9'),
(4482,4476,NULL,2240,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'fb2cde6c-fb8d-4ca0-825f-cdbe5a8704db'),
(4483,4477,NULL,2241,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'2d8837f9-3d74-4267-a500-20a2f925d8c8'),
(4484,4478,NULL,2242,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:02:50','2025-10-14 17:02:50',NULL,NULL,NULL,'ed8e85c8-1a42-46f6-a91e-9daab2bacf66'),
(4486,1215,NULL,2243,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:04:16','2025-10-14 17:04:16',NULL,NULL,NULL,'6a7f4763-eada-4cfa-9268-9bd2820108ed'),
(4488,1215,NULL,2244,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:04:31','2025-10-14 17:04:31',NULL,NULL,NULL,'47ed21f0-b9ba-4295-a7a0-5397423cfef3'),
(4492,NULL,NULL,NULL,3,'craft\\elements\\Entry',0,0,'2025-10-14 17:05:13','2026-01-28 21:41:43',NULL,NULL,NULL,'74f7669b-8d72-4f8f-8de1-3312065b8c33'),
(4493,1215,NULL,2245,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:05:13','2025-10-14 17:05:13',NULL,NULL,NULL,'7edec2de-38e7-442b-9143-f5f423ceeda0'),
(4494,4492,NULL,2246,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:05:13','2025-10-14 17:05:13',NULL,NULL,NULL,'84cb1bb0-58a7-49f1-b56b-428a51e8da79'),
(4495,1719,NULL,2247,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:05:13','2025-10-14 17:05:13',NULL,NULL,NULL,'487b40e1-fc24-468b-a1e7-c5cf186ffa5f'),
(4497,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 17:06:55','2025-10-14 17:06:55',NULL,NULL,NULL,'ec8d0fcf-8ac8-4baa-b864-904846e06352'),
(4504,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'f64812bb-9517-495d-9fb0-04b029d93f68'),
(4505,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'63dcfdcd-f90a-4dfb-ba21-0c424dec1e67'),
(4506,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'e4fb2a50-0323-4b9f-9423-30b2a16f433e'),
(4507,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'345aab99-8935-4c41-b53c-565b593b3ff5'),
(4508,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'cb6d7e9e-5896-4468-805e-f44517e528d2'),
(4509,1219,NULL,2248,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'bd30ee7a-8b05-4e55-814c-bd8924f0e68d'),
(4510,4504,NULL,2249,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'e89979ce-a905-4636-9aa4-d8ef513fbae1'),
(4511,4505,NULL,2250,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'9f7cda5d-8893-4945-92d5-dab22b354730'),
(4512,4506,NULL,2251,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'91ec56e4-b950-4548-ac5e-d6e9ade12049'),
(4513,4507,NULL,2252,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'1472bf84-0694-4d9b-b8a1-57d690dea452'),
(4514,4508,NULL,2253,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:08:27','2025-10-14 17:08:27',NULL,NULL,NULL,'34c23816-09d3-44aa-adf4-59190c0b9784'),
(4518,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-14 17:09:05','2025-10-14 17:09:05',NULL,NULL,NULL,'9236c29d-3afb-4e93-b233-74cf198a6ed1'),
(4519,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-14 17:09:11','2025-10-14 17:09:11',NULL,NULL,NULL,'277bfa08-6dfe-47fb-8671-0742e04a0cde'),
(4521,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:09:21','2025-10-14 17:09:21',NULL,NULL,NULL,'0a20cad6-20e4-426e-871e-a3a800d2aaaa'),
(4522,1219,NULL,2254,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:09:21','2025-10-14 17:09:21',NULL,NULL,NULL,'26c097af-a01d-4b8b-a557-fe0c4e86401e'),
(4523,4521,NULL,2255,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:09:21','2025-10-14 17:09:21',NULL,NULL,NULL,'63c83e86-b79a-48d9-ac53-1fb07cf50d25'),
(4524,1723,NULL,2256,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:09:21','2025-10-14 17:09:21',NULL,NULL,NULL,'f9f688a7-90d8-4b18-bfca-daacba56ec6a'),
(4526,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 17:10:03','2025-10-14 17:10:03',NULL,NULL,NULL,'eef3aeff-d250-4872-ae9d-3275ee45b3c0'),
(4527,1225,NULL,2257,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:10:19','2025-10-14 17:10:19',NULL,NULL,NULL,'923ca987-a0d8-4141-8dc0-207868537b4c'),
(4534,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'1387671e-81ca-4d10-ba20-5cd59efb6018'),
(4535,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'b772059b-e929-4a9f-b47b-9fe8d27f1d68'),
(4536,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'92a30bf9-3196-453a-a243-f5d40378969d'),
(4537,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'5d7d8add-d5c1-47f8-ab4d-6f1cd5b3f0ed'),
(4538,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'cac93746-fc44-4ecb-a6e7-3397d2c972d3'),
(4539,1225,NULL,2258,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'4280ec76-40a2-4b1f-abe5-1ff3eaae5de5'),
(4540,4534,NULL,2259,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'c18863d4-3a67-49e5-9b44-2bc3ae683139'),
(4541,4535,NULL,2260,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'7b38d9ec-5862-4e56-a1b6-96fc1dc10cf4'),
(4542,4536,NULL,2261,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'d377b785-e362-42ec-a313-aa8663effb89'),
(4543,4537,NULL,2262,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'83627a76-0e3d-492f-8cff-4ca25e457297'),
(4544,4538,NULL,2263,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:27','2025-10-14 17:11:27',NULL,NULL,NULL,'320e081f-81e4-49cf-8589-2f862964c7c6'),
(4546,1225,NULL,2264,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:11:44','2025-10-14 17:11:44',NULL,NULL,NULL,'db1d1a9b-cbea-4520-a808-3c9f98958e4e'),
(4550,1225,NULL,2265,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:12:18','2025-10-14 17:12:18',NULL,NULL,NULL,'b5bd7fa7-d08a-4bc8-b2d9-61ed0ae4bfc8'),
(4551,1727,NULL,2266,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:12:18','2025-10-14 17:12:18',NULL,NULL,NULL,'cbed09d5-9702-46bc-9c7a-3f0d96255787'),
(4552,1728,NULL,2267,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:12:18','2025-10-14 17:12:18',NULL,NULL,NULL,'54501edd-af7e-43f7-ae40-7a242811cab8'),
(4554,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 17:13:18','2025-10-14 17:13:18',NULL,NULL,NULL,'cef852d6-2fb5-4519-b0ff-d89f0605f204'),
(4562,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-14 17:15:24','2025-10-14 17:15:24',NULL,NULL,NULL,'600068fb-ff31-411e-a90e-487c38e9fae6'),
(4564,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'eed3a0df-460e-48c4-b3a0-dd6c8c2896a3'),
(4565,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'06d9c88d-b971-4654-8dfa-3068dea739e3'),
(4566,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'dc9f7aa8-9707-4692-abad-e4c1ea1ecf09'),
(4567,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'ccee82cc-0492-4171-ae1f-b739d2757ffa'),
(4568,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'5ce11069-c659-4e7b-8c1d-20e59a75eaa7'),
(4569,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'f3dc5f4a-0775-4a23-800f-1203e9bed476'),
(4570,1231,NULL,2268,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'7afd1984-958e-4420-9cd2-f3d4a6c385de'),
(4571,4564,NULL,2269,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'b8578131-53e5-4e6b-b5d0-08a4f5eb337e'),
(4572,4565,NULL,2270,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'30b42fa2-aba5-4e4c-a2dc-273b57c351f3'),
(4573,4566,NULL,2271,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'0fd5ccd7-d4d2-45af-9191-4033166157ab'),
(4574,4567,NULL,2272,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'2162c72f-fe52-4262-9fd9-4af809230213'),
(4575,4568,NULL,2273,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'2632f0dd-494d-48da-aece-f704468fac70'),
(4576,1732,NULL,2274,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'ee1af10e-450e-4ead-8544-5048bca7b3ea'),
(4577,4569,NULL,2275,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:15:30','2025-10-14 17:15:30',NULL,NULL,NULL,'13da8c3e-621a-4b1c-b573-82200a2b1c1d'),
(4579,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 17:19:40','2026-01-21 02:50:25',NULL,NULL,NULL,'05b33ae5-ec78-4ebf-b8ee-1ae6710a6347'),
(4586,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'7ad8ebd9-a3e2-4600-82f2-a65a4e356091'),
(4587,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'668b57c8-d8f7-4a46-9ad3-85c67e9c0f62'),
(4588,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'af19ece0-a23f-4636-8789-aa0eb064226b'),
(4589,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'e5c24651-bbf2-4dcb-aa17-6ad71472be3d'),
(4590,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'60a0dbf2-4f7e-4136-a2a9-54a2be87c234'),
(4591,1237,NULL,2276,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'e7f7c738-cb8a-46eb-ab6d-fd1b66262f91'),
(4592,4586,NULL,2277,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'a0020084-73cf-4f4b-a4ba-eea7891065d7'),
(4593,4587,NULL,2278,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'36b93d8c-1f2e-4f18-9eaf-1f3ff6217511'),
(4594,4588,NULL,2279,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'cb6498e0-5092-46b6-8c1f-8689536bb6c5'),
(4595,4589,NULL,2280,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'9acae0cb-ffe9-4f35-9fd5-352d1d64d28f'),
(4596,4590,NULL,2281,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:05','2025-10-14 17:21:05',NULL,NULL,NULL,'5c7dcf55-a18d-4b00-997f-b93704f0f08e'),
(4598,1237,NULL,2282,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:21:31','2025-10-14 17:21:31',NULL,NULL,NULL,'abe725f4-503a-4cae-b29f-bdf5a0ddcc4f'),
(4602,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-14 17:22:03','2025-10-14 17:22:03',NULL,NULL,NULL,'383a6331-11d5-40c8-81cd-0607c4cf5bdb'),
(4604,NULL,NULL,NULL,3,'craft\\elements\\Entry',0,0,'2025-10-14 17:22:21','2026-01-28 21:41:59',NULL,NULL,NULL,'76635f82-2344-4382-a6c1-b3b7f934e3e7'),
(4605,1237,NULL,2283,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:22:21','2025-10-14 17:22:21',NULL,NULL,NULL,'41695181-4550-4b7f-ab45-e6761cba831f'),
(4606,4604,NULL,2284,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:22:21','2025-10-14 17:22:21',NULL,NULL,NULL,'d7e8df2d-bdd1-427c-9f67-3a1e35e8f18e'),
(4607,1737,NULL,2285,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:22:21','2025-10-14 17:22:21',NULL,NULL,NULL,'b3cad4f2-662b-4176-8e79-f1a5edf15e1e'),
(4608,1738,NULL,2286,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:22:21','2025-10-14 17:22:21',NULL,NULL,NULL,'99a63734-b4f3-4a3d-a767-663202692d5b'),
(4610,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 17:22:39','2025-10-14 17:22:39',NULL,NULL,NULL,'fdd5d51e-e354-4dc3-9fd5-bcaba5dbb2b5'),
(4620,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-10-14 17:25:09','2025-10-14 17:25:09',NULL,NULL,NULL,'74796526-0a42-4379-9ac8-35185d91c54d'),
(4621,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'457c889c-9d82-45fd-af37-25fa40acf6e5'),
(4622,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'7d78fb89-f54b-45ab-a32d-6e414dd5d11c'),
(4623,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'043a221b-80b5-4fab-9a1e-6e331b8fef90'),
(4624,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'be0f3e5e-432b-4c9d-bddf-d4348c9e4df6'),
(4625,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'a3db911a-d735-4aaa-8923-b01c0a50f2e3'),
(4626,NULL,NULL,NULL,3,'craft\\elements\\Entry',0,0,'2025-10-14 17:25:14','2026-01-28 21:42:17',NULL,NULL,NULL,'55ed1e62-5782-4a35-88b4-1298eae4fc89'),
(4627,NULL,NULL,NULL,3,'craft\\elements\\Entry',0,0,'2025-10-14 17:25:14','2026-01-28 21:42:17',NULL,NULL,NULL,'faccd65c-4e98-4888-8cf1-7c1250326c6f'),
(4628,1243,NULL,2287,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'1daa7fd9-3dc6-4e3b-b604-ee487dab060b'),
(4629,4621,NULL,2288,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'2f607fe7-fd6d-45f7-98fc-db98e1cf6373'),
(4630,4622,NULL,2289,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'24b875b6-767d-4f49-8696-2e7eb440d14a'),
(4631,4623,NULL,2290,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'0d328628-ba9a-473b-a6fd-f716f717cef5'),
(4632,4624,NULL,2291,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'dcec9424-6738-4fb8-b479-17e2ab94714d'),
(4633,4625,NULL,2292,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'f452a690-392a-460c-983f-a9a25fbc81ed'),
(4634,4626,NULL,2293,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'cc59f994-c547-4b8a-bfe0-ae37c63f9317'),
(4635,4627,NULL,2294,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'807bc6f6-93ff-493c-b532-c9511c188cc3'),
(4636,1742,NULL,2295,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'83d04946-40da-4282-afad-119663375a3a'),
(4637,1743,NULL,2296,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:25:14','2025-10-14 17:25:14',NULL,NULL,NULL,'2a68ab8b-0908-499d-a18d-db7682c9efcc'),
(4639,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-10-14 17:25:32','2025-10-14 17:25:32',NULL,NULL,NULL,'74593d4f-e93c-4be4-92ec-014eacadbcd6'),
(4645,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'0e702e8a-e341-45c4-97df-72c181ea7994'),
(4646,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'bad14890-e510-4357-bee8-b0b3794a1923'),
(4647,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'ac378203-56ce-489b-9e06-153ad7823d6a'),
(4648,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'23468d9c-8484-442d-9ff4-31092d7a7add'),
(4649,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'ab6bc909-f6de-484e-9a62-59750bfd55be'),
(4650,1249,NULL,2297,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'64e385be-6057-4b44-8933-c1207fab5e0b'),
(4651,4645,NULL,2298,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'4be058f4-0c90-4731-802c-35f66c2e6cba'),
(4652,4646,NULL,2299,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'09a01c49-a1d3-4d56-bc4e-3ad5f5e132ff'),
(4653,4647,NULL,2300,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'8b1bb8ba-221f-4b5d-ba39-cde94be186f0'),
(4654,4648,NULL,2301,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'5e46dc51-f861-4e30-a40b-687ac6b5d06a'),
(4655,4649,NULL,2302,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:27:20','2025-10-14 17:27:20',NULL,NULL,NULL,'93656225-8e67-4043-82bd-0ffe3ce27796'),
(4660,NULL,NULL,NULL,3,'craft\\elements\\Entry',0,0,'2025-10-14 17:28:10','2026-01-28 21:42:30',NULL,NULL,NULL,'10e12fd7-e5d3-46a4-baa3-188fd6ef0612'),
(4661,1249,NULL,2303,1,'craft\\elements\\Entry',1,0,'2025-10-14 17:28:09','2025-10-14 17:28:10',NULL,NULL,NULL,'4ceb31fb-5899-4005-9e38-740ad54babb0'),
(4662,4660,NULL,2304,3,'craft\\elements\\Entry',1,0,'2025-10-14 17:28:10','2025-10-14 17:28:10',NULL,NULL,NULL,'70cb7f38-49c8-4f10-8d0a-d9c96c251617'),
(4663,1747,NULL,2305,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:28:10','2025-10-14 17:28:10',NULL,NULL,NULL,'3d870c27-a45d-4bbb-ad5b-e1741bdfad80'),
(4664,1748,NULL,2306,2,'craft\\elements\\Entry',1,0,'2025-10-14 17:28:10','2025-10-14 17:28:10',NULL,NULL,NULL,'b75d6c0f-ba4b-4571-bf91-14a97e12cbd4'),
(4666,1481,NULL,2307,1,'craft\\elements\\Entry',1,0,'2025-10-14 20:32:10','2025-10-14 20:32:11',NULL,NULL,NULL,'9d0f1764-93cc-41d0-b219-16f4eb6b7cbc'),
(4668,1473,NULL,2308,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:16:00','2025-10-16 19:16:00',NULL,NULL,NULL,'f9afb73a-d7be-4f58-91fc-19cd970ce311'),
(4670,1473,NULL,2309,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:16:56','2025-10-16 19:16:56',NULL,NULL,NULL,'6a6d191d-920d-40b6-8fad-e8e14a7b31a0'),
(4674,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-16 19:18:57','2025-10-16 19:18:57',NULL,NULL,NULL,'fbd37b4c-3ee5-4e6e-96fd-2e6890abf734'),
(4675,1473,NULL,2310,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:18:56','2025-10-16 19:18:57',NULL,NULL,NULL,'1213038a-d086-4519-8002-90362dbcafd7'),
(4676,1935,NULL,2311,2,'craft\\elements\\Entry',1,0,'2025-10-16 19:18:56','2025-10-16 19:18:57',NULL,NULL,NULL,'599d06d9-6cc5-4b7f-b9dd-5216dc01e0b0'),
(4677,4674,NULL,2312,2,'craft\\elements\\Entry',1,0,'2025-10-16 19:18:57','2025-10-16 19:18:57',NULL,NULL,NULL,'91d17638-5c30-4b0c-a090-bad014627de7'),
(4679,1477,NULL,2313,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:19:28','2025-10-16 19:19:28',NULL,NULL,NULL,'a93bf8df-fd4d-486c-a098-d8427ec86674'),
(4681,1477,NULL,2314,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:19:52','2025-10-16 19:19:52',NULL,NULL,NULL,'31a56416-a8be-4f9b-8142-a72dcbc90354'),
(4683,1477,NULL,2315,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:20:30','2025-10-16 19:20:30',NULL,NULL,NULL,'ee5df520-098e-4b42-8319-40b516bc7b06'),
(4687,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-16 19:21:39','2026-01-06 16:51:36',NULL,NULL,NULL,'d2038a75-b8b6-4834-b69b-aecdebbfc4b0'),
(4688,1477,NULL,2316,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:21:39','2025-10-16 19:21:39',NULL,NULL,NULL,'a19273b7-d279-4649-ad42-8d7e38bf4439'),
(4689,1938,NULL,2317,2,'craft\\elements\\Entry',1,0,'2025-10-16 19:21:39','2025-10-16 19:21:39',NULL,NULL,NULL,'3df73f4e-5719-42f2-8c34-fa69abe66925'),
(4690,4687,NULL,2318,2,'craft\\elements\\Entry',1,0,'2025-10-16 19:21:39','2025-10-16 19:21:39',NULL,NULL,NULL,'8e8df349-71ae-4c28-9fbf-abd27c82dc6f'),
(4692,1481,NULL,2319,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:22:12','2025-10-16 19:22:12',NULL,NULL,NULL,'967c485a-f58a-4ea7-8002-5e49ad57d0b6'),
(4694,1481,NULL,2320,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:22:20','2025-10-16 19:22:21',NULL,NULL,NULL,'28de5d00-dd4c-4901-93a8-c311076939df'),
(4696,1481,NULL,2321,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:22:51','2025-10-16 19:22:51',NULL,NULL,NULL,'8ad33643-7085-4473-acc2-7711530a532f'),
(4700,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-16 19:23:32','2026-01-20 17:48:18',NULL,NULL,NULL,'d13c6438-2e1a-4a10-8926-b89b3716428c'),
(4701,1481,NULL,2322,1,'craft\\elements\\Entry',1,0,'2025-10-16 19:23:32','2025-10-16 19:23:32',NULL,NULL,NULL,'906198c9-aab0-4d1f-b20e-8c0979d57859'),
(4702,1941,NULL,2323,2,'craft\\elements\\Entry',1,0,'2025-10-16 19:23:32','2025-10-16 19:23:32',NULL,NULL,NULL,'0b6800da-7ec9-4778-a329-abd93467f4c9'),
(4703,4700,NULL,2324,2,'craft\\elements\\Entry',1,0,'2025-10-16 19:23:32','2025-10-16 19:23:32',NULL,NULL,NULL,'f608a7da-2528-46c3-ab5b-1baa561302b5'),
(4706,1437,NULL,2326,1,'craft\\elements\\Entry',1,0,'2025-10-22 18:20:15','2025-10-22 18:20:15',NULL,NULL,NULL,'8f0080f8-74d4-4d05-b204-0be9d78dade2'),
(4707,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-22 23:42:42','2025-10-22 23:42:42',NULL,NULL,NULL,'29bbd7b6-11b1-49e9-8e0c-935df9a51681'),
(4710,1437,NULL,2327,1,'craft\\elements\\Entry',1,0,'2025-10-22 23:46:58','2025-10-22 23:46:58',NULL,NULL,NULL,'b37d08a9-0ed9-4ef8-8674-f40e25d732ec'),
(4712,1437,NULL,2328,1,'craft\\elements\\Entry',1,0,'2025-10-22 23:47:07','2025-10-22 23:47:07',NULL,NULL,NULL,'9b4b6d0b-5784-437c-a2e8-d637c2fd55de'),
(4713,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-22 23:50:26','2025-10-22 23:50:26',NULL,NULL,NULL,'7a23257d-71ad-4481-87a6-c1a404b346f4'),
(4716,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 00:10:04','2025-10-23 00:10:04',NULL,NULL,NULL,'dd667d04-54fb-44d4-9c05-a4d480a92ff1'),
(4718,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 00:17:45','2025-10-23 00:17:45',NULL,NULL,NULL,'56c85468-bb1c-4e9a-977c-ee15b038f8a2'),
(4720,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 00:20:15','2025-10-23 00:20:15',NULL,NULL,NULL,'74182867-2ee6-4181-8ed6-1cbe72dd2fca'),
(4722,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 00:22:05','2025-10-23 00:22:05',NULL,NULL,NULL,'6896d554-4993-4d93-a4d0-73af086ca151'),
(4724,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 00:25:34','2025-10-23 00:25:34',NULL,NULL,NULL,'c0e2bc14-cb69-46dd-a602-9c886b48ce54'),
(4726,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 00:33:13','2025-10-23 00:33:13',NULL,NULL,NULL,'35ccae51-8aba-47fd-b222-cf792fcc9e12'),
(4728,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 00:34:41','2025-10-23 00:34:41',NULL,NULL,NULL,'91c1fdcd-6700-4cc2-afce-71812abb4549'),
(4730,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 00:52:01','2025-10-23 00:52:01',NULL,NULL,NULL,'86a80071-5350-42c8-bed7-a2560fccd00c'),
(4732,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:05:29','2025-10-23 01:05:29',NULL,NULL,NULL,'30818cba-d2e5-4621-84cb-f2ca982dc5ca'),
(4734,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:09:45','2025-10-23 01:09:45',NULL,NULL,NULL,'e0e3ecaf-87ca-4a89-9acd-ab7aab201579'),
(4736,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:11:03','2025-10-23 01:11:03',NULL,NULL,NULL,'ace48b90-eaf4-4c4f-a0c0-81d226b766c2'),
(4737,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:11:44','2025-10-23 01:11:44',NULL,NULL,NULL,'6bbaca74-7dde-4323-b985-a9678bbfc61a'),
(4739,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:12:39','2025-10-23 01:12:39',NULL,NULL,NULL,'f59036b0-5d28-4369-a0da-179f9da2d154'),
(4740,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:12:49','2025-10-23 01:12:49',NULL,NULL,NULL,'088ebcb3-0291-4e3a-a023-dc4262a0e478'),
(4741,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:13:08','2025-10-23 01:13:08',NULL,NULL,NULL,'86efacc0-a0e2-4813-8af8-5a1594658b9c'),
(4748,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:20:15','2025-10-23 01:20:15',NULL,NULL,NULL,'17ed538a-43b2-47b2-952b-d96fa26c294c'),
(4749,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:21:51','2025-10-23 01:21:51',NULL,NULL,NULL,'5902870a-1bbc-49dd-ace0-b2be8a2ac54b'),
(4752,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:22:16','2025-10-23 01:22:16',NULL,NULL,NULL,'208c5b19-b632-4b7e-a114-5d66310e1e48'),
(4753,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:24:10','2025-10-23 01:24:10',NULL,NULL,NULL,'d32523f7-f8b4-477b-9104-3b832d8403f9'),
(4754,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-23 01:27:32','2025-10-23 01:27:32',NULL,NULL,NULL,'892582f2-a589-4cd6-8fb4-cc0b5247fb8d'),
(4758,1437,NULL,2329,1,'craft\\elements\\Entry',1,0,'2025-10-23 01:33:57','2025-10-23 01:33:57',NULL,NULL,NULL,'fde6898d-be84-4920-bb51-c4017964d0e1'),
(4761,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-25 19:31:10','2025-10-25 19:31:10',NULL,NULL,NULL,'d3978b1b-d440-45a1-af84-b37e896ca89e'),
(4762,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-26 19:36:23','2025-10-26 19:36:23',NULL,NULL,NULL,'02d6064e-cbea-4f0b-ac59-27ec94dd841f'),
(4768,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-10-27 15:16:45','2026-03-09 16:18:38',NULL,NULL,NULL,'6769ab48-ddb8-45e5-86dc-9a1ac1ecc2eb'),
(4770,4768,NULL,2333,2,'craft\\elements\\Entry',1,0,'2025-10-27 15:16:45','2026-03-25 19:33:13',NULL,NULL,NULL,'3c4b14c1-7f3c-41c5-98f3-6c36fe53a257'),
(4774,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-27 19:18:25','2025-10-27 19:18:25',NULL,NULL,NULL,'c683d921-b9f5-425d-9aa9-d5753c8a0d78'),
(4776,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-29 19:06:42','2025-10-29 19:06:42',NULL,NULL,NULL,'a5153218-617a-42ef-b6ad-3cae0c0a08aa'),
(4777,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-30 06:51:48','2025-10-30 06:51:48',NULL,NULL,NULL,'684b26ce-d5c9-4e37-9a35-745a1d1bbb31'),
(4778,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-30 07:17:08','2025-10-30 07:17:08',NULL,NULL,NULL,'44b6c93a-ad2c-4ea1-9073-e37f3fcc8587'),
(4779,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-10-30 07:26:39','2025-10-30 07:26:39',NULL,NULL,NULL,'f553c7d1-e259-4646-aaf9-1614139c2934'),
(4784,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-04 14:23:45','2025-11-04 14:23:45',NULL,NULL,NULL,'335fe67c-5a5c-49e9-93c9-7500b4d2d1f1'),
(4786,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:00:00','2025-11-04 15:00:00',NULL,NULL,NULL,'5643bbda-5b2c-485e-8a21-fb842197d361'),
(4792,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 15:03:21','2025-11-04 15:03:21',NULL,NULL,NULL,'da82d0d1-37bc-4799-bc75-8f504336d8de'),
(4793,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 15:03:21','2025-11-04 15:03:21',NULL,NULL,NULL,'d9bd54e0-2c9b-4cad-8cb6-4a349033d50c'),
(4794,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 15:03:21','2025-11-04 15:03:21',NULL,NULL,NULL,'48b4391d-76ae-453c-a74c-048eff78938e'),
(4795,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 15:03:21','2025-11-04 15:03:21',NULL,NULL,NULL,'7087d62d-5bf9-48a3-adbc-8bd3c8ece171'),
(4796,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 15:03:21','2025-11-04 15:03:21',NULL,NULL,NULL,'84042f22-fc31-4f11-b99d-b864643864f9'),
(4798,4792,NULL,2335,3,'craft\\elements\\Entry',1,0,'2025-11-04 15:03:21','2026-03-25 19:57:31',NULL,NULL,NULL,'dd08ea39-9d4e-40a6-a5c5-5c4e5d4fc684'),
(4799,4793,NULL,2336,3,'craft\\elements\\Entry',1,0,'2025-11-04 15:03:21','2026-03-25 19:57:31',NULL,NULL,NULL,'7131decd-314f-495a-94b1-8fb73dbf1057'),
(4800,4794,NULL,2337,3,'craft\\elements\\Entry',1,0,'2025-11-04 15:03:21','2026-03-25 19:57:31',NULL,NULL,NULL,'2067675e-fef0-4ec3-a558-a0fbcfd4a20c'),
(4801,4795,NULL,2338,3,'craft\\elements\\Entry',1,0,'2025-11-04 15:03:21','2026-03-25 19:57:31',NULL,NULL,NULL,'27ddad1e-20cd-4bc5-ad5b-b1720cb44965'),
(4802,4796,NULL,2339,3,'craft\\elements\\Entry',1,0,'2025-11-04 15:03:21','2026-03-25 19:57:31',NULL,NULL,NULL,'653e8cf7-ad47-4d60-b1da-072017df9640'),
(4806,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:06:38','2026-01-19 16:23:19',NULL,NULL,NULL,'3db1afb9-00ac-4791-98e3-1b9fd16ae0d9'),
(4807,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:06:41','2026-01-19 16:23:30',NULL,NULL,NULL,'9d03f855-b91f-42f8-94cc-7a43bb15403e'),
(4808,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:06:43','2026-01-19 16:24:17',NULL,NULL,NULL,'15a3687b-83a9-46d1-bf4a-4e8eae9b847f'),
(4809,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:06:47','2026-01-19 16:23:56',NULL,NULL,NULL,'aa2cbac7-6a30-41af-9876-503d44e35619'),
(4810,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:06:50','2026-01-19 16:24:07',NULL,NULL,NULL,'94bae281-5710-46d7-a2f5-95cc5cc4256c'),
(4811,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:06:51','2025-11-04 15:06:51',NULL,NULL,NULL,'930fb21d-ea48-45cd-b73d-c6bf964af664'),
(4815,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-04 15:08:51','2025-11-04 15:08:51',NULL,NULL,NULL,'eb53f4b6-87e6-421d-87ac-cce4a42bedfd'),
(4818,1752,NULL,2343,2,'craft\\elements\\Entry',1,0,'2025-11-04 15:09:31','2026-03-25 19:57:31',NULL,NULL,NULL,'68c8fda9-c136-4856-902a-e7b70f089db1'),
(4819,1753,NULL,2344,2,'craft\\elements\\Entry',1,0,'2025-11-04 15:09:31','2026-03-25 19:57:31',NULL,NULL,NULL,'267a529f-d5a1-45af-850c-e444dec632e7'),
(4821,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:12:17','2025-11-04 15:12:17',NULL,NULL,NULL,'fe2d3641-56ae-4cc6-b9c9-e27b68eea7e5'),
(4822,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:12:25','2025-11-04 15:12:25',NULL,NULL,NULL,'6064566d-03f4-43d7-81a1-abde531dd0bd'),
(4823,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:12:31','2025-11-04 15:12:31',NULL,NULL,NULL,'d8030d1a-082c-41dc-ba84-9649a9fd4508'),
(4824,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 15:12:38','2025-11-04 15:12:38',NULL,NULL,NULL,'d71f34b6-79af-4615-b743-e169e7e17353'),
(4826,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:13:05','2025-11-04 19:13:05',NULL,NULL,NULL,'b4ca5751-7da2-4970-9651-9c71350870fa'),
(4827,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:13:16','2025-11-04 19:13:16',NULL,NULL,NULL,'05e6ba1e-c7ed-49f0-967f-cd328ff2e0a5'),
(4828,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:14:37','2025-11-04 19:14:37',NULL,NULL,NULL,'731be959-9df0-4221-b319-a7443ffb72b8'),
(4829,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:14:44','2026-01-14 16:19:42',NULL,NULL,NULL,'c34fc51f-0220-43bf-9323-35ec80ddc4d2'),
(4830,1045,NULL,2346,1,'craft\\elements\\Entry',1,0,'2025-11-04 19:14:54','2025-11-04 19:14:54',NULL,NULL,NULL,'e315d0ff-ee69-4a7e-96ee-5a29b8bac11b'),
(4832,1045,NULL,2347,1,'craft\\elements\\Entry',1,0,'2025-11-04 19:15:35','2025-11-04 19:15:35',NULL,NULL,NULL,'7402defc-f5e4-420e-809e-4562804fb179'),
(4834,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:50:10','2026-01-16 20:35:32',NULL,NULL,NULL,'ba458bee-a6ca-4307-80d5-16e14295e092'),
(4835,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:50:19','2025-11-04 19:50:19',NULL,NULL,NULL,'ed3c1a7b-3254-4a1c-bedd-e697a5005591'),
(4836,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:50:25','2026-01-16 20:37:02',NULL,NULL,NULL,'aa8e5b12-d758-4fde-b3d5-7dc02647bca1'),
(4837,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:50:31','2026-01-16 20:37:22',NULL,NULL,NULL,'ecbf1378-44bb-4b9d-b654-4a89f6365fea'),
(4838,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:50:38','2026-01-16 20:37:30',NULL,NULL,NULL,'5ea66ef9-9d14-45d7-b465-28607f9e9968'),
(4839,1171,NULL,2348,1,'craft\\elements\\Entry',1,0,'2025-11-04 19:51:07','2025-11-04 19:51:07',NULL,NULL,NULL,'d583467e-e454-4bb6-9138-bae34d1ecc60'),
(4841,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:53:50','2025-11-04 19:53:50',NULL,NULL,NULL,'dc947646-86a2-4362-9aca-722c2ee841e8'),
(4842,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:53:58','2025-11-04 19:53:58',NULL,NULL,NULL,'75700b53-2049-4a8b-b69a-9a6c4fb5324e'),
(4843,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:54:03','2025-11-04 19:54:03',NULL,NULL,NULL,'64927ef2-e032-49e4-88ce-80cee8a58fdb'),
(4844,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:54:16','2025-11-04 19:54:16',NULL,NULL,NULL,'8141fdea-2ad9-4995-b68a-9a0c7ba583cb'),
(4845,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:54:20','2025-11-04 19:54:20',NULL,NULL,NULL,'e4e2213a-962f-4bb9-95f8-67d10939be21'),
(4846,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 19:54:27','2025-11-04 19:54:27',NULL,NULL,NULL,'27b9e5c6-2ccc-40cb-b534-e971a2f11f11'),
(4855,951,NULL,2352,1,'craft\\elements\\Entry',1,0,'2025-11-04 20:33:01','2025-11-04 20:33:01',NULL,NULL,NULL,'82837170-7f19-4b8b-a584-afa3e15d4e7c'),
(4861,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:53:19','2025-11-04 20:53:19',NULL,NULL,NULL,'18592e06-d9ab-488e-85b8-a035c713d75f'),
(4867,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'837ed365-d09d-4f4d-82f6-602a87aa64bb'),
(4868,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'0bfc051c-7e93-45da-9500-52ea68be51c3'),
(4869,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'44a8de49-032c-4d27-b9c2-fff24208ed60'),
(4870,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'56b4c8ae-5625-4ebf-aaea-4a5e2385c3d3'),
(4871,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'76b700c6-9eda-4fd6-bc0f-f03f57381aa9'),
(4872,1261,NULL,2355,1,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'4e25732f-0ccc-4d3f-822b-e4dfc3ea2d4b'),
(4873,4867,NULL,2356,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'c5dd82d1-64dc-4947-91af-2b8ac29f4d3c'),
(4874,4868,NULL,2357,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'176593dd-0d20-438c-b1c1-e6da938ae7d3'),
(4875,4869,NULL,2358,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'5dee4310-f480-4ecc-962b-2c117f36631f'),
(4876,4870,NULL,2359,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'05e05bcd-034b-497a-9a19-cc8afac2da06'),
(4877,4871,NULL,2360,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:54:58','2025-11-04 20:54:58',NULL,NULL,NULL,'a1f4244f-97fa-4c79-9bcd-01a6c3cba21c'),
(4879,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:56:08','2025-11-04 20:56:08',NULL,NULL,NULL,'768ab1f1-f79b-402f-93d2-4a19457d1680'),
(4880,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:56:09','2025-11-04 20:56:09',NULL,NULL,NULL,'0fa3fb20-1a11-4d18-bb77-f324726ee171'),
(4881,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:56:11','2025-11-04 20:56:11',NULL,NULL,NULL,'031b87a6-aea5-4219-8ca3-f193f2e19567'),
(4882,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:56:13','2025-11-04 20:56:13',NULL,NULL,NULL,'dfc92a1f-5793-43a3-8370-1ae771f0558f'),
(4883,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:56:14','2025-11-04 20:56:14',NULL,NULL,NULL,'7196e89d-a692-47f3-92a4-61cb16eaad6d'),
(4884,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:56:17','2025-11-04 20:56:17',NULL,NULL,NULL,'ee58204e-a184-4ed9-8f75-77b1af2d2dbe'),
(4885,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:56:19','2025-11-04 20:56:19',NULL,NULL,NULL,'45100fa9-60e9-453f-a98f-b633d6de7bca'),
(4886,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:56:21','2025-11-04 20:56:21',NULL,NULL,NULL,'b3296158-9363-4a73-9a39-0826744631f9'),
(4887,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:56:23','2025-11-04 20:56:23',NULL,NULL,NULL,'b3359113-b65d-455c-8e12-de73b6c22f63'),
(4888,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 20:56:24','2025-11-04 20:56:24',NULL,NULL,NULL,'824db2de-11c0-4ab3-bf04-9f585e9cd9e1'),
(4889,1261,NULL,2361,1,'craft\\elements\\Entry',1,0,'2025-11-04 20:56:34','2025-11-04 20:56:34',NULL,NULL,NULL,'4c5c492b-b97e-49a3-86ea-d9ab690c1c93'),
(4893,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:57:09','2026-01-27 16:27:37',NULL,NULL,NULL,'6e7d44c8-640d-4964-a3e8-6a045647d4da'),
(4894,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:57:09','2026-01-27 16:27:37',NULL,NULL,NULL,'618e2ea7-de18-4759-85cb-d23b3e28f328'),
(4895,1261,NULL,2362,1,'craft\\elements\\Entry',1,0,'2025-11-04 20:57:09','2025-11-04 20:57:09',NULL,NULL,NULL,'da1993ff-33fc-4433-bb98-5083a0858ffc'),
(4896,4893,NULL,2363,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:57:09','2025-11-04 20:57:09',NULL,NULL,NULL,'c2de00d0-af6f-4593-b7c5-6ddfee30ae25'),
(4897,4894,NULL,2364,3,'craft\\elements\\Entry',1,0,'2025-11-04 20:57:09','2025-11-04 20:57:09',NULL,NULL,NULL,'2f843081-579c-4d70-98bd-e289ab6a0b0f'),
(4900,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-04 20:57:58','2025-11-04 20:58:09',NULL,NULL,NULL,'c0f2f305-e222-44d0-955c-900553496c9b'),
(4902,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-04 20:58:26','2025-11-04 20:58:36',NULL,NULL,NULL,'6e400e80-5917-47f5-b6f1-ab8629199cc9'),
(4904,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-11-04 20:58:46','2025-11-04 20:58:46',NULL,NULL,NULL,'efb6da59-e899-4cc8-b18e-5fc21602fd70'),
(4905,1261,NULL,2365,1,'craft\\elements\\Entry',1,0,'2025-11-04 20:58:46','2025-11-04 20:58:46',NULL,NULL,NULL,'ef063ada-f8eb-4cf9-8756-2662b666ce27'),
(4906,4904,NULL,2366,2,'craft\\elements\\Entry',1,0,'2025-11-04 20:58:46','2025-11-04 20:58:46',NULL,NULL,NULL,'8f208ee7-b2d4-47a8-80ae-a8f532571cc6'),
(4907,1759,NULL,2367,2,'craft\\elements\\Entry',1,0,'2025-11-04 20:58:46','2025-11-04 20:58:46',NULL,NULL,NULL,'5d2e5753-b140-415c-99c5-06e0d5c51442'),
(4909,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:00:17','2025-11-04 21:00:17',NULL,NULL,NULL,'aaf82f03-4e82-4c10-be62-ce923cfa061b'),
(4910,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:00:26','2025-11-04 21:00:26',NULL,NULL,NULL,'2bdf3ef0-3539-4fed-9b64-799acecf8e6c'),
(4911,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:00:35','2025-11-04 21:00:35',NULL,NULL,NULL,'b3132d30-033b-4277-93c9-1e5c9836fcb9'),
(4914,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-04 21:01:24','2025-11-04 21:01:24',NULL,NULL,NULL,'a8727123-cd27-417a-9e62-c7070426f0ad'),
(4917,1693,NULL,2370,2,'craft\\elements\\Entry',1,0,'2025-11-04 21:01:32','2026-03-25 19:45:38',NULL,NULL,NULL,'f4c16c15-57fe-4d71-b28f-7731142b8340'),
(4920,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:06:29','2025-11-04 21:06:29',NULL,NULL,NULL,'2ec63550-88f4-45c2-87cb-857f8c6d9e24'),
(4921,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:06:35','2025-11-04 21:06:35',NULL,NULL,NULL,'b257829b-0f82-401f-95a5-e9f6fe973875'),
(4922,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:06:39','2026-01-12 19:55:31',NULL,NULL,NULL,'98b87cd0-6ae6-45b6-b02c-ed0080216f1d'),
(4923,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:06:47','2025-11-04 21:06:47',NULL,NULL,NULL,'133b15f5-0ab3-4966-9f07-a73407e10810'),
(4924,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:06:53','2025-11-04 21:06:53',NULL,NULL,NULL,'ee14c79f-fd6e-4f44-9cc4-742e1cb4bdc8'),
(4925,957,NULL,2371,1,'craft\\elements\\Entry',1,0,'2025-11-04 21:08:43','2025-11-04 21:08:43',NULL,NULL,NULL,'b2c5eb4f-d0fa-4066-ad50-b1241156ba29'),
(4927,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:17:08','2025-11-04 21:17:08',NULL,NULL,NULL,'0de17528-b618-405a-a02b-771cf0832f11'),
(4929,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:17:14','2025-11-04 21:17:14',NULL,NULL,NULL,'9272fbcb-7603-4320-8dc1-8106b45b5df1'),
(4930,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:17:16','2025-11-04 21:17:16',NULL,NULL,NULL,'73eef64b-5452-4541-ac15-55a298b11538'),
(4931,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:17:19','2025-11-04 21:17:19',NULL,NULL,NULL,'a87123a3-0513-4394-ae2d-3ac4e608166a'),
(4932,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:18:03','2025-11-04 21:18:03',NULL,NULL,NULL,'e42404e7-2d48-4e82-bb43-2aef2b01b290'),
(4933,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:18:09','2025-11-04 21:18:09',NULL,NULL,NULL,'22a6c653-6dd6-43bf-ad0f-cbf865e03ab7'),
(4934,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:18:12','2025-11-04 21:18:12',NULL,NULL,NULL,'da4c2cb3-1440-4733-80a0-b5eb1452b68b'),
(4935,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-04 21:18:50','2025-11-04 21:18:50',NULL,NULL,NULL,'131e5bab-fb8c-4db7-9eaa-e6c8317c0955'),
(4944,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-05 16:07:42','2025-11-05 17:40:20',NULL,NULL,NULL,'9d9e9565-da84-4bd9-9ce2-756678c2a761'),
(4945,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 16:07:55','2026-01-19 16:19:29',NULL,NULL,NULL,'896fc980-2d6e-443d-bab8-cb3c17ebcef3'),
(4946,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 16:07:55','2025-11-05 16:07:55',NULL,NULL,NULL,'9a82f1f7-929e-478f-9ce7-6f246d604de5'),
(4948,4945,NULL,2375,21,'craft\\elements\\Entry',1,0,'2025-11-05 16:07:55','2026-03-25 19:57:31',NULL,NULL,NULL,'597252cd-42bd-4b6d-ba49-d37f8a8e8ad4'),
(4949,4946,NULL,2376,21,'craft\\elements\\Entry',1,0,'2025-11-05 16:07:55','2026-03-25 19:57:31',NULL,NULL,NULL,'70c0b04a-1b3a-48b8-b781-a5253f342163'),
(4951,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-05 16:13:59','2026-01-23 19:14:47',NULL,NULL,NULL,'8f9d1ac8-ab47-4507-a713-776003e5dd5e'),
(4955,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:09:39','2025-11-05 17:09:39',NULL,NULL,NULL,'3f7c8245-371b-4205-8813-4df91afb8259'),
(4956,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:09:45','2026-01-14 20:13:12',NULL,NULL,NULL,'1b592952-279d-4e00-9be9-44c2150ba3eb'),
(4957,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:09:50','2026-01-14 20:13:25',NULL,NULL,NULL,'782dd0e6-d160-456a-b996-433462cf89ea'),
(4958,1143,NULL,2377,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:09:58','2025-11-05 17:09:58',NULL,NULL,NULL,'6999390f-f382-4eba-a229-1c1c136752d9'),
(4962,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-05 17:12:14','2026-01-23 21:47:36',NULL,NULL,NULL,'3aee7c35-768a-4490-8153-389a750a311e'),
(4964,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:12:54','2025-11-05 17:12:54',NULL,NULL,NULL,'ae6edb3e-e11c-427a-a218-9941d554b174'),
(4965,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:12:54','2026-01-23 21:48:47',NULL,NULL,NULL,'cb0a7627-066d-40b2-8ae4-b15b7b68eecd'),
(4966,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:12:54','2026-01-23 21:48:47',NULL,NULL,NULL,'b7317b41-1a71-4933-b5ef-dce89d0f392b'),
(4967,1143,NULL,2378,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:12:54','2025-11-05 17:12:54',NULL,NULL,NULL,'b9a17ce3-ba4b-466c-be3d-50dfc87222e0'),
(4968,4964,NULL,2379,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:12:54','2025-11-05 17:12:54',NULL,NULL,NULL,'c6e13175-5cee-4a5e-9a11-73060c12c34e'),
(4969,4965,NULL,2380,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:12:54','2025-11-05 17:12:54',NULL,NULL,NULL,'d09e0f24-4e5a-4ef3-994e-b152a422d97b'),
(4970,4966,NULL,2381,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:12:54','2025-11-05 17:12:54',NULL,NULL,NULL,'1a915895-f8a0-461b-986f-21ec44027d25'),
(4973,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:14:28','2025-11-05 17:14:28',NULL,NULL,NULL,'e5e3086f-f3d6-48ed-bdb7-09a543f6a56f'),
(4979,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2026-01-17 15:05:50',NULL,NULL,NULL,'ab50c48e-3991-4e28-8089-05d07a5f065e'),
(4980,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2025-11-05 17:16:49',NULL,NULL,NULL,'4e71b4fb-4043-4357-a371-48a37f067582'),
(4981,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2025-11-05 17:16:49',NULL,NULL,NULL,'da88441a-b534-4f9a-8078-166dcf10ee25'),
(4982,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2025-11-05 17:16:49',NULL,NULL,NULL,'850a275d-b6e5-400f-a258-b3b178a7edbe'),
(4983,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2025-11-05 17:16:49',NULL,NULL,NULL,'0d907c2f-539d-4fa2-bf9a-e18b34ba2dd7'),
(4984,1135,NULL,2382,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2025-11-05 17:16:49',NULL,NULL,NULL,'5ef1c106-a669-4293-b92a-8855f04ed3df'),
(4985,4979,NULL,2383,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2025-11-05 17:16:49',NULL,NULL,NULL,'be8fc7c3-3a03-4817-a00a-3ec999d760ae'),
(4986,4980,NULL,2384,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2025-11-05 17:16:49',NULL,NULL,NULL,'632a8155-9917-4880-9010-7f38014c0f51'),
(4987,4981,NULL,2385,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2025-11-05 17:16:49',NULL,NULL,NULL,'cd2066f6-aed8-47e6-b961-318fe1ab5531'),
(4988,4982,NULL,2386,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2025-11-05 17:16:49',NULL,NULL,NULL,'02d6fe65-6467-4e41-a13c-20957b6286a5'),
(4989,4983,NULL,2387,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:16:49','2025-11-05 17:16:49',NULL,NULL,NULL,'21ffac11-9584-4d99-9e31-99285a5f1f80'),
(4991,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:19:17','2025-11-05 17:19:17',NULL,NULL,NULL,'4e7e82f7-536a-4b1d-accf-389bb4be5a42'),
(4992,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:19:23','2025-11-05 17:19:23',NULL,NULL,NULL,'293cb104-8159-43a3-ad92-19d59b9f2580'),
(4993,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:19:27','2025-11-05 17:19:27',NULL,NULL,NULL,'5f9663ea-2c09-427d-92e5-4b4b89b65668'),
(4994,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:19:30','2025-11-05 17:19:30',NULL,NULL,NULL,'e3bdb7b3-d92a-4ee0-9c4e-05171e6ba370'),
(4995,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:19:34','2025-11-05 17:19:34',NULL,NULL,NULL,'c8412bf3-ca91-47f5-ba81-85aaed273353'),
(4996,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:19:38','2025-11-05 17:19:38',NULL,NULL,NULL,'38517215-3351-4eb6-99e7-06680d18f1f1'),
(4997,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:19:43','2025-11-05 17:19:43',NULL,NULL,NULL,'a9c99d83-c4b8-44a4-bac7-7f9b1a3ca6ab'),
(4998,1135,NULL,2388,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:20:21','2025-11-05 17:20:21',NULL,NULL,NULL,'7aa0cbe8-c477-43c0-8db9-7e4411b60179'),
(5001,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-05 17:22:23','2026-03-09 16:06:26',NULL,NULL,NULL,'580ef3e1-3918-4edd-8bc0-3b8a5b5683d8'),
(5003,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-05 17:22:42','2025-11-05 17:22:42',NULL,NULL,NULL,'df30ae86-f503-4504-b9a6-069af072bc58'),
(5004,1135,NULL,2389,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:22:48','2025-11-05 17:22:48',NULL,NULL,NULL,'cdb20d60-9780-4621-a5f8-52a67eb7e235'),
(5005,1653,NULL,2390,2,'craft\\elements\\Entry',1,0,'2025-11-05 17:22:48','2025-11-05 17:22:48',NULL,NULL,NULL,'baf8682b-a835-46de-a78f-74f34e5f7a50'),
(5006,1654,NULL,2391,2,'craft\\elements\\Entry',1,0,'2025-11-05 17:22:48','2025-11-05 17:22:48',NULL,'2026-01-20 18:47:29',NULL,'617dd1f4-e9bd-45e0-966b-616f652e473f'),
(5009,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:23:33','2025-11-05 17:23:33',NULL,NULL,NULL,'532c1703-73f3-4a97-9a62-49520f9c24a2'),
(5010,1135,NULL,2392,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:23:33','2025-11-05 17:23:33',NULL,NULL,NULL,'37f9a7ef-289a-4543-ac6a-efd4a4a5a6ba'),
(5011,5009,NULL,2393,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:23:33','2025-11-05 17:23:33',NULL,NULL,NULL,'710d5f50-86d3-4ee7-9136-2352e5e80cf6'),
(5013,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:24:52','2025-11-05 17:24:52',NULL,NULL,NULL,'2c7e4c10-1b7a-4110-8b84-080280154e3d'),
(5019,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'8b3bb267-b922-488f-8675-16c22d2179f8'),
(5020,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'7798276c-420d-40f6-b2f1-3462271c86f3'),
(5021,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'876926db-aab8-472d-ac63-ac2751e2c648'),
(5022,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'99d9bdf0-5efc-4790-b94a-acfa0f2ec80c'),
(5023,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'b3fb411f-834c-4c34-874d-7455f09784d2'),
(5024,1349,NULL,2394,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'c8794da3-22a0-41bb-80ba-2fff6d887633'),
(5025,5019,NULL,2395,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'8f520d37-b90a-43fc-b4ca-d7054d591065'),
(5026,5020,NULL,2396,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'f3d7f2ff-1838-4997-bcca-ce536f38376f'),
(5027,5021,NULL,2397,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'5791942c-1098-477b-ae9a-5ffa622bcaf0'),
(5028,5022,NULL,2398,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'1b5f314e-2e45-4076-99f3-f2e5c8d18096'),
(5029,5023,NULL,2399,3,'craft\\elements\\Entry',1,0,'2025-11-05 17:27:42','2025-11-05 17:27:42',NULL,NULL,NULL,'106f2a64-79a2-4e7f-9ffb-b71ad94e44ed'),
(5031,1349,NULL,2400,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:28:51','2025-11-05 17:28:51',NULL,NULL,NULL,'6eff3f08-41af-48af-bc75-50d2c24b1c5a'),
(5033,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:29:57','2025-11-05 17:29:57',NULL,NULL,NULL,'912270db-5e9f-4859-a342-e929b2999db5'),
(5034,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:30:02','2025-11-05 17:30:02',NULL,NULL,NULL,'372957db-64ba-4ccc-9bcd-a30591e60540'),
(5035,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:30:04','2025-11-05 17:30:04',NULL,NULL,NULL,'5801fd67-7e8c-4cc9-95a7-4ce3c3cafead'),
(5036,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:30:07','2025-11-05 17:30:07',NULL,NULL,NULL,'aea99382-e9a8-4057-a220-8ba2069a0be2'),
(5037,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:30:13','2025-11-05 17:30:13',NULL,NULL,NULL,'cc1f86c9-78ab-43d5-9e27-910d763b085b'),
(5038,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:30:15','2025-11-05 17:30:15',NULL,NULL,NULL,'3617ed27-4288-4cac-8b05-62d99c4ceb00'),
(5039,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:30:20','2025-11-05 17:30:20',NULL,NULL,NULL,'887a39a3-8058-4553-ab8a-0f9c286d233a'),
(5040,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:30:22','2025-11-05 17:30:22',NULL,NULL,NULL,'a4d72016-2afb-4ef1-a7d1-327d7e36af28'),
(5042,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-05 17:31:06','2025-11-05 17:31:06',NULL,NULL,NULL,'c4e1b4ed-c275-488f-8d82-4d8e6667fecc'),
(5043,1349,NULL,2401,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:31:15','2025-11-05 17:31:15',NULL,NULL,NULL,'20e01ec6-a094-4d39-9d5a-7b5aaf0a1d38'),
(5044,1832,NULL,2402,2,'craft\\elements\\Entry',1,0,'2025-11-05 17:31:15','2025-11-05 17:31:15',NULL,NULL,NULL,'b8245b38-815b-4165-93e8-fa0215387ab6'),
(5048,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:32:04','2025-11-05 17:32:04',NULL,NULL,NULL,'c49c6bf5-3f0d-44a8-9de4-9657fab5f823'),
(5049,1349,NULL,2403,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:32:04','2025-11-05 17:32:04',NULL,NULL,NULL,'30135fc8-1aa8-4686-a5f1-c9eb8e6a9ed7'),
(5050,5048,NULL,2404,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:32:04','2025-11-05 17:32:04',NULL,NULL,NULL,'7ec8baa6-9e83-437b-9a6d-84dc8872f2ca'),
(5055,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:35:09','2026-01-14 19:44:34',NULL,NULL,NULL,'b895d8a3-d46a-44be-9036-0396755e2c48'),
(5056,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:35:12','2025-11-05 17:35:12',NULL,NULL,NULL,'77f9b15e-46db-4334-942d-1a963e1e2065'),
(5057,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:35:16','2026-01-14 19:44:54',NULL,NULL,NULL,'0977645d-fbe8-4e0a-ad86-738f2cb1f2fb'),
(5058,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:35:21','2026-01-14 19:44:44',NULL,NULL,NULL,'3978d009-298d-4907-9b1c-e2cdb807e147'),
(5059,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:35:38','2025-11-05 17:35:38',NULL,NULL,NULL,'506117b7-5a60-4428-87a8-7d17e998a8bc'),
(5060,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:35:38','2026-01-23 21:45:08',NULL,NULL,NULL,'94a86ec5-a804-4e98-a88a-dca0f82f7f54'),
(5061,1129,NULL,2405,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:35:38','2025-11-05 17:35:38',NULL,NULL,NULL,'d6a2a0fc-b494-48de-9439-04bf3eeb7915'),
(5062,5059,NULL,2406,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:35:38','2025-11-05 17:35:38',NULL,NULL,NULL,'39694eeb-2421-451c-bee1-b9dc93d140de'),
(5063,5060,NULL,2407,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:35:38','2025-11-05 17:35:38',NULL,NULL,NULL,'00ceeb8e-028f-4482-aaf4-9c87f05b8284'),
(5067,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:38:09','2025-11-05 17:38:09',NULL,NULL,NULL,'3364a26e-c7b4-4576-8ac0-cc2ef911626a'),
(5068,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:40:03','2025-11-05 17:40:03',NULL,NULL,NULL,'93665fca-0085-44cb-85ea-f0b8b8340b46'),
(5069,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:40:06','2025-11-05 17:40:06',NULL,NULL,NULL,'4552a447-66ca-4a3f-b6a7-6b4d4698fb45'),
(5070,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:40:11','2025-11-05 17:40:11',NULL,NULL,NULL,'adbc9cbd-3b52-43b4-9e34-c5a50828245f'),
(5071,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:40:11','2026-01-28 19:11:00',NULL,NULL,NULL,'6bbc75be-3bf4-4243-a715-12b297c27675'),
(5072,1123,NULL,2408,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:40:11','2025-11-05 17:40:11',NULL,NULL,NULL,'53a8e0f9-c375-4e76-920c-2c5bdc21fbae'),
(5073,5070,NULL,2409,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:40:11','2025-11-05 17:40:11',NULL,NULL,NULL,'f6cef0b7-238c-4fcf-b9a8-1e90196b55df'),
(5074,5071,NULL,2410,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:40:11','2025-11-05 17:40:11',NULL,NULL,NULL,'1d058427-04a6-4ec6-b78c-972cb48689f7'),
(5076,1123,NULL,2411,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:40:21','2025-11-05 17:40:21',NULL,NULL,NULL,'13dcea9d-fe73-43a6-894d-50cce71ef267'),
(5081,1045,NULL,2412,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:41:40','2025-11-05 17:41:40',NULL,NULL,NULL,'4b7b8f77-c06e-4b87-b4c8-2328e78b482d'),
(5083,1045,NULL,2413,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:41:43','2025-11-05 17:41:43',NULL,NULL,NULL,'cc833ce9-f3f5-47b1-9ac6-94064f123242'),
(5084,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:42:12','2025-11-05 17:42:12',NULL,NULL,NULL,'41e5db5c-326e-4cad-8dc5-196e0f3c154b'),
(5085,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:42:20','2025-11-05 17:42:20',NULL,NULL,NULL,'e4156898-3a73-4b3c-b742-2f6c3284c4bf'),
(5086,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:42:29','2025-11-05 17:42:29',NULL,NULL,NULL,'74cf5c05-7f2c-4559-8c52-bb1c738e589a'),
(5087,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:42:40','2025-11-05 17:42:40',NULL,NULL,NULL,'54763cda-db4e-4053-bd40-ef2a0e0b3c4b'),
(5088,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:42:46','2025-11-05 17:42:46',NULL,NULL,NULL,'7fb0b952-e553-47f7-9ab8-f606f9410b37'),
(5089,1249,NULL,2414,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:42:50','2025-11-05 17:42:50',NULL,NULL,NULL,'35808e1f-e77c-4431-b204-605d68198524'),
(5091,1249,NULL,2415,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:43:21','2025-11-05 17:43:21',NULL,NULL,NULL,'ef2d116e-25fd-4343-9c7b-59a18a4b46f5'),
(5095,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:46:39','2025-11-05 17:46:39',NULL,NULL,NULL,'27166524-69e1-4f26-8141-8bec1c484fc8'),
(5096,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:46:49','2025-11-05 17:46:49',NULL,NULL,NULL,'04deaeb9-82df-4a85-83a3-56200879b599'),
(5097,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:47:01','2025-11-05 17:47:01',NULL,NULL,NULL,'98e74935-d8e2-4f06-bd5f-946c6637d084'),
(5098,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:47:05','2025-11-05 17:47:05',NULL,NULL,NULL,'5406194d-e71f-4069-b3e5-7b9220524302'),
(5099,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:47:50','2025-11-05 17:47:50',NULL,NULL,NULL,'5634a254-5c40-4f04-9fa9-b1e0406586b3'),
(5100,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:47:50','2026-01-22 21:01:34',NULL,NULL,NULL,'3d325a35-c67a-40c2-8361-daab8772bf7d'),
(5101,1041,NULL,2416,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:47:50','2025-11-05 17:47:50',NULL,NULL,NULL,'189a38b6-08d8-4f03-b115-bac6e0852db5'),
(5102,5099,NULL,2417,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:47:50','2025-11-05 17:47:50',NULL,NULL,NULL,'2c8b35b1-3831-48ee-8e2d-b583455e9f20'),
(5103,5100,NULL,2418,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:47:50','2025-11-05 17:47:50',NULL,NULL,NULL,'29a485dc-f40c-42c2-8748-48274d858986'),
(5105,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:49:45','2025-11-05 17:49:45',NULL,NULL,NULL,'22b43852-b2d1-4b5b-a237-aafdaf4a18eb'),
(5106,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:49:47','2025-11-05 17:49:47',NULL,NULL,NULL,'76b960ff-a0c5-42f4-8445-8f217e28ca7b'),
(5107,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:49:49','2025-11-05 17:49:49',NULL,NULL,NULL,'b4c57b83-a0e0-4090-8ebb-d72377e1a1b7'),
(5108,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:49:51','2025-11-05 17:49:51',NULL,NULL,NULL,'1b311c5d-f7d1-41cb-8821-30432b390df3'),
(5109,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:49:52','2025-11-05 17:49:52',NULL,NULL,NULL,'6e5aa723-58c7-424b-9677-6ceffb5d0561'),
(5110,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:49:54','2025-11-05 17:49:54',NULL,NULL,NULL,'f80649d6-5552-46a4-bdfe-128729da07e8'),
(5111,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:49:56','2025-11-05 17:49:56',NULL,NULL,NULL,'f5222219-2592-420f-a80f-bfccf5d5d8aa'),
(5112,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:49:59','2025-11-05 17:49:59',NULL,NULL,NULL,'721f455a-ce1c-4515-bc3b-47953de3f741'),
(5115,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:52:23','2025-11-05 17:52:23',NULL,NULL,NULL,'62698c4d-e323-4ff5-ac4d-1b5336f94860'),
(5116,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:52:23','2026-01-22 21:05:05',NULL,NULL,NULL,'72eb98a1-22e4-40ec-968c-0fc36a54f586'),
(5117,1035,NULL,2419,1,'craft\\elements\\Entry',1,0,'2025-11-05 17:52:23','2025-11-05 17:52:23',NULL,NULL,NULL,'6d7372ba-6f6b-41df-a6d2-1232edb1203c'),
(5118,5115,NULL,2420,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:52:23','2025-11-05 17:52:23',NULL,NULL,NULL,'21f7bf8e-9c8b-4720-815f-67e21eb2ae01'),
(5119,5116,NULL,2421,21,'craft\\elements\\Entry',1,0,'2025-11-05 17:52:23','2025-11-05 17:52:23',NULL,NULL,NULL,'d7af8e1e-3e63-4236-af7c-202be12b27c3'),
(5122,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:56:34','2025-11-05 17:56:34',NULL,NULL,NULL,'612f22e1-33c0-4ad2-aef2-49437fda95d9'),
(5123,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:56:37','2025-11-05 17:56:37',NULL,NULL,NULL,'5630109f-c51c-429a-932f-9237ab8ee3ba'),
(5124,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:56:41','2025-11-05 17:56:41',NULL,NULL,NULL,'df373e17-5a2e-43c5-a365-baa41dfe8e14'),
(5125,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 17:56:46','2025-11-05 17:56:46',NULL,NULL,NULL,'bfbe3999-1882-4ad2-82a2-6df5a14fa555'),
(5127,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:44:51','2025-11-05 18:44:51',NULL,NULL,NULL,'830a1da1-fdec-4462-967c-e957d43b668a'),
(5128,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:44:59','2025-11-05 18:44:59',NULL,NULL,NULL,'1130fac3-ee0b-4490-a1a6-17f003876e10'),
(5129,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:45:08','2026-01-14 19:07:48',NULL,NULL,NULL,'799dce19-381e-4471-957b-ff52007d244e'),
(5130,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:45:11','2025-11-05 18:45:11',NULL,NULL,NULL,'aa6bd580-9b10-4d14-b8bb-d0eee29098b4'),
(5131,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:45:20','2025-11-05 18:45:20',NULL,NULL,NULL,'d91fb836-72fd-4c41-ae65-370c311bd944'),
(5134,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 18:46:45','2025-11-05 18:46:45',NULL,NULL,NULL,'2464e46f-2fea-4ceb-bbe8-3ec052b2dfe7'),
(5135,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 18:46:45','2026-01-23 20:50:44',NULL,NULL,NULL,'4bc92e40-27e9-4e95-8bc6-72581276b5f1'),
(5136,1109,NULL,2422,1,'craft\\elements\\Entry',1,0,'2025-11-05 18:46:45','2025-11-05 18:46:45',NULL,NULL,NULL,'cd529187-8c37-4ff0-b979-6ddf96bc0ebc'),
(5137,5134,NULL,2423,21,'craft\\elements\\Entry',1,0,'2025-11-05 18:46:45','2025-11-05 18:46:45',NULL,NULL,NULL,'4be6b4e7-305c-4d61-aa63-f49c4cf8bf18'),
(5138,5135,NULL,2424,21,'craft\\elements\\Entry',1,0,'2025-11-05 18:46:45','2025-11-05 18:46:45',NULL,NULL,NULL,'9038c1c6-cc74-4f26-9873-2e5e11b181b3'),
(5140,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:47:37','2025-11-05 18:47:37',NULL,NULL,NULL,'59143bb2-54a5-4c5c-8fda-891e8e3933c5'),
(5146,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:51:42','2025-11-05 18:51:42',NULL,NULL,NULL,'ef83c3ac-1a76-4051-be74-d14ba1f80648'),
(5147,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:51:45','2025-11-05 18:51:45',NULL,NULL,NULL,'91b83a9d-45f1-4e78-a44b-4157737435d8'),
(5148,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:51:50','2025-11-05 18:51:50',NULL,NULL,NULL,'219d0df8-ff0d-49fa-ba6a-8372c05ba9bb'),
(5149,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:51:57','2025-11-05 18:51:57',NULL,NULL,NULL,'e6690ae6-4411-4dbd-a6a9-6b66cea866d1'),
(5150,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:52:00','2025-11-05 18:52:00',NULL,NULL,NULL,'e0bd3bf4-6178-4177-82f6-21587d879bb8'),
(5151,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:52:03','2025-11-05 18:52:03',NULL,NULL,NULL,'ebe0359d-0e36-4720-84b1-85225bef8998'),
(5152,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:52:07','2025-11-05 18:52:07',NULL,NULL,NULL,'1b81737b-a9a9-4636-9165-8edf7e1999f1'),
(5153,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 18:52:09','2025-11-05 18:52:09',NULL,NULL,NULL,'b59e9756-bf46-4cfa-b2ee-ed5fe75c25cd'),
(5156,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-05 18:55:30','2025-11-05 18:55:30',NULL,NULL,NULL,'207e8651-bf1c-479e-9957-c8164c7bf04b'),
(5158,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-05 18:55:42','2025-11-05 18:55:42',NULL,NULL,NULL,'93200c28-9b7a-43c0-bdb8-c1de995f3138'),
(5161,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:48',NULL,NULL,NULL,'aff556d2-ebf1-4487-8202-f308a4c1b985'),
(5162,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:48',NULL,NULL,NULL,'73a547e2-1b27-4304-9e80-6f0ab67c7e4f'),
(5163,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:48',NULL,NULL,NULL,'9aed8c06-ecd8-48a8-8baf-f2611521d12e'),
(5164,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:48',NULL,NULL,NULL,'05351202-acb4-4f8b-b4ed-d1e0b501c9ae'),
(5165,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:48',NULL,NULL,NULL,'b379b94c-2ca9-4853-a7e2-a1815d13e057'),
(5166,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2026-01-27 18:38:14',NULL,'2026-01-27 18:38:14',NULL,'e97a7ad8-053e-4c48-aa33-25f099f71c04'),
(5167,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:48',NULL,NULL,NULL,'a4b97ca3-d261-4d39-bffa-b89b68e4eefb'),
(5168,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2026-01-23 21:34:53',NULL,'2026-01-23 21:34:53',NULL,'561bb2c5-38bb-4730-9972-12eaee24ae4d'),
(5169,1343,NULL,2425,1,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:48',NULL,NULL,NULL,'61e01ba8-d6fd-4629-976e-41ba11bb17c4'),
(5170,5161,NULL,2426,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:48',NULL,NULL,NULL,'1d924efa-6282-43fa-883d-debef50b6319'),
(5171,5162,NULL,2427,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:48',NULL,NULL,NULL,'da077bd4-ef2d-46e9-bfaa-1a415c2aecfd'),
(5172,5163,NULL,2428,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:48',NULL,NULL,NULL,'291488ac-1de1-49c5-a4c4-36f23382e6c9'),
(5173,5164,NULL,2429,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:49',NULL,NULL,NULL,'81c920f8-712f-4a41-8db2-199f89f9f9b8'),
(5174,5165,NULL,2430,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:49',NULL,NULL,NULL,'5be960e1-2999-4f13-bc35-276952d9950d'),
(5175,5166,NULL,2431,3,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:49',NULL,'2026-01-27 18:38:14',NULL,'43c8e0bb-0b54-468b-9b4f-53d5580a73a0'),
(5176,1827,NULL,2432,2,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:49',NULL,NULL,NULL,'c74f7a3a-3657-4f30-abfc-3b2b79047d24'),
(5177,1828,NULL,2433,2,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:49',NULL,NULL,NULL,'b138c636-c2ed-455c-ba19-2ec90ae3c56f'),
(5178,5167,NULL,2434,21,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:49',NULL,NULL,NULL,'b7597f50-fee5-4c62-9e43-21acbd74c1a5'),
(5179,5168,NULL,2435,21,'craft\\elements\\Entry',1,0,'2025-11-05 18:56:48','2025-11-05 18:56:49',NULL,'2026-01-23 21:34:53',NULL,'be11a753-ec4e-438a-8679-99339434df7e'),
(5185,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:02:10','2025-11-05 19:02:10',NULL,NULL,NULL,'28f9abef-641e-41ea-858b-f382b4095650'),
(5186,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:02:15','2025-11-05 19:02:15',NULL,NULL,NULL,'0a8b76fb-3c0b-4b80-b621-34bc710c4bad'),
(5187,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:02:26','2025-11-05 19:02:26',NULL,NULL,NULL,'9c5ae1fe-8448-433c-8cd8-7f4495f2af67'),
(5188,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:02:37','2025-11-05 19:02:37',NULL,NULL,NULL,'4ff8f5b7-3bdd-426a-852d-636eccfbccfd'),
(5189,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:02:47','2025-11-05 19:02:47',NULL,NULL,NULL,'e4bffbea-391a-43a1-b056-ab5ddb9a5eae'),
(5190,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:02:57','2025-11-05 19:02:57',NULL,NULL,NULL,'07a703a4-7606-4fcd-bf92-18d7e6a38dad'),
(5191,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:03:48','2025-11-05 19:03:48',NULL,NULL,NULL,'a34795a2-5d56-47cd-8a55-24791584a1ea'),
(5197,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'4a45254f-1b11-4162-8d9f-9e9960dcd1e1'),
(5198,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'9ab8d780-c6c9-4c32-aa99-e511f47cf93d'),
(5199,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'36c03ec5-f05e-42fb-99d5-f5d94735a250'),
(5200,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'8042a43a-43df-4521-bb6b-eda3f0b3179f'),
(5201,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2026-01-17 02:34:58',NULL,'2026-01-17 02:34:58',NULL,'9136f74a-02d3-4cce-9a45-5e5c64405296'),
(5202,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'83a2cbdc-6878-45ec-996d-91c8f7c965d7'),
(5203,1407,NULL,2436,1,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'035f0286-97c6-40cb-bac2-36693ce8deff'),
(5204,5197,NULL,2437,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'049b85ce-d432-4926-93fd-aa4f0f9bcebd'),
(5205,5198,NULL,2438,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'7e54e4d5-be07-44dc-945b-16d9f62fddb7'),
(5206,5199,NULL,2439,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'91468ab1-a5ee-4f4c-b4b5-d51b9298409c'),
(5207,5200,NULL,2440,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'00bf4e0d-5756-425f-a98a-7c2880a41230'),
(5208,5201,NULL,2441,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,'2026-01-17 02:34:58',NULL,'d92da984-571d-4e8a-8671-ef12da0e90bc'),
(5209,1880,NULL,2442,2,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:18',NULL,NULL,NULL,'95c40fd6-a823-4c84-af5c-25290c65ea70'),
(5210,1881,NULL,2443,2,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:19',NULL,NULL,NULL,'2781ad9e-c0b5-4b9b-a12a-0025313a86b7'),
(5211,5202,NULL,2444,21,'craft\\elements\\Entry',1,0,'2025-11-05 19:12:18','2025-11-05 19:12:19',NULL,NULL,NULL,'41deac22-901a-45ff-9ef4-3878d74e63e1'),
(5213,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:13:05','2025-11-05 19:13:05',NULL,NULL,NULL,'8292f858-6471-4ebd-9fb4-7f1a1a149328'),
(5219,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'c5f538df-787c-4d34-babf-ddbe4a5cae16'),
(5220,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'22d80080-bf6e-4217-8024-361bceffcf8a'),
(5221,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'ec5cd648-3813-4df1-9be7-f950bf5e272a'),
(5222,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'85051b7f-aa4c-4925-a3f1-204da1ddf209'),
(5223,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'25490b6f-d6ed-44ba-8b6d-46eb59b25695'),
(5224,1337,NULL,2445,1,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'85597396-aa31-498d-b074-fb03280a5ee0'),
(5225,5219,NULL,2446,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'98385662-e7ee-403b-8475-6ecbda7c53c7'),
(5226,5220,NULL,2447,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'350049f0-0d33-40b2-869a-9d9d1b1defaf'),
(5227,5221,NULL,2448,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'f5dd0455-3ca1-421a-8d37-e0a3f6645aaa'),
(5228,5222,NULL,2449,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'45a01a3c-ebad-4237-8115-891a8f693957'),
(5229,5223,NULL,2450,3,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:00','2025-11-05 19:15:00',NULL,NULL,NULL,'0b49f812-79d5-49bb-a061-f1516f21e67b'),
(5231,1337,NULL,2451,1,'craft\\elements\\Entry',1,0,'2025-11-05 19:15:32','2025-11-05 19:15:32',NULL,NULL,NULL,'2928ab77-7156-4eac-97da-70e7a0c2c419'),
(5233,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:16:52','2025-11-05 19:16:52',NULL,NULL,NULL,'c4a3e638-2dab-4173-b86c-67616ccd56bc'),
(5234,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:16:55','2025-11-05 19:16:55',NULL,NULL,NULL,'f45586cb-78d3-44a2-86ce-b5ba170c94b1'),
(5235,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:16:56','2025-11-05 19:16:56',NULL,NULL,NULL,'f3d4a52a-2400-44a6-9254-2220053bce78'),
(5236,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:16:58','2025-11-05 19:16:58',NULL,NULL,NULL,'7631a60f-5f90-4a22-8739-f67632e48052'),
(5237,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:17:00','2025-11-05 19:17:00',NULL,NULL,NULL,'f1fe9ca9-725c-4886-af05-fa01c85a483e'),
(5238,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:17:01','2025-11-05 19:17:01',NULL,NULL,NULL,'878bdf09-16b9-4a5e-bf18-3ba344956c73'),
(5239,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:17:03','2025-11-05 19:17:03',NULL,NULL,NULL,'f7edf4eb-027d-4c3e-929d-0cce649a13a2'),
(5241,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-05 19:18:26','2025-11-05 19:18:26',NULL,NULL,NULL,'37df5fbc-186c-44dc-a50f-000d438700af'),
(5244,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-05 19:18:37','2025-11-05 19:18:37',NULL,NULL,NULL,'007c00a2-db72-40b8-97c8-45ea04a20f76'),
(5246,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-11-05 19:19:37','2026-03-25 18:57:10',NULL,NULL,NULL,'cbd875b0-ccd2-4dde-8c6f-6fff97c1949a'),
(5247,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 19:19:37','2025-11-05 19:19:37',NULL,NULL,NULL,'e43d853b-b91f-4455-9299-f67a5dd376d3'),
(5248,1337,NULL,2452,1,'craft\\elements\\Entry',1,0,'2025-11-05 19:19:37','2025-11-05 19:19:37',NULL,NULL,NULL,'41ee4893-b3ba-4454-a633-9ef3fff502c1'),
(5249,5246,NULL,2453,2,'craft\\elements\\Entry',1,0,'2025-11-05 19:19:37','2025-11-05 19:19:38',NULL,NULL,NULL,'a9e62e55-4bd9-40ea-a572-0803995eef3e'),
(5250,1823,NULL,2454,2,'craft\\elements\\Entry',1,0,'2025-11-05 19:19:37','2025-11-05 19:19:38',NULL,NULL,NULL,'18a613fd-6034-40cb-b31b-c1bb3440b214'),
(5251,5247,NULL,2455,21,'craft\\elements\\Entry',1,0,'2025-11-05 19:19:37','2025-11-05 19:19:38',NULL,NULL,NULL,'9b3ac19a-c6f1-41f1-ab1e-6e6c7528333b'),
(5253,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:22:55','2026-01-13 21:51:18',NULL,NULL,NULL,'61344b06-731e-45bd-8b9e-e2ab9849ef7e'),
(5254,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:24:53','2025-11-05 19:24:53',NULL,NULL,NULL,'cbec99bd-5916-441b-8717-122f7ad12b42'),
(5255,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:24:58','2025-11-05 19:24:58',NULL,NULL,NULL,'186aa260-85b3-4e25-a3ac-7fcbc554f828'),
(5256,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:25:07','2025-11-05 19:25:07',NULL,NULL,NULL,'8bc427fa-f147-4f25-ba6b-7b3b3db40885'),
(5257,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:25:17','2025-11-05 19:25:17',NULL,NULL,NULL,'f90b02c3-3fa2-4094-929f-bc286c9db863'),
(5258,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-05 19:25:26','2025-11-05 19:25:26',NULL,NULL,NULL,'8e176856-de7a-4742-ad95-4598e27aee48'),
(5261,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 19:26:13','2025-11-05 19:26:13',NULL,NULL,NULL,'63ef3592-b39a-46aa-8086-14f6d122a338'),
(5262,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-05 19:26:13','2026-01-22 20:55:07',NULL,'2026-01-22 20:55:07',NULL,'49dbc0cf-a4ea-41ad-b393-03fa2c840306'),
(5263,1023,NULL,2456,1,'craft\\elements\\Entry',1,0,'2025-11-05 19:26:13','2025-11-05 19:26:13',NULL,NULL,NULL,'bcf22ac4-2f44-4b71-974d-2f82da15d2f6'),
(5264,5261,NULL,2457,21,'craft\\elements\\Entry',1,0,'2025-11-05 19:26:13','2025-11-05 19:26:13',NULL,NULL,NULL,'0a59b93c-97bf-4cbb-8ce0-e9c938e7dacc'),
(5265,5262,NULL,2458,21,'craft\\elements\\Entry',1,0,'2025-11-05 19:26:13','2025-11-05 19:26:13',NULL,'2026-01-22 20:55:07',NULL,'9e92ffeb-613d-4f80-b637-fc180f12d78a'),
(5266,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-06 13:29:31','2025-11-06 13:29:31',NULL,NULL,NULL,'58537df5-fbca-4e05-b415-eb35c1ffceac'),
(5268,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-10 16:13:26','2025-11-10 16:13:26',NULL,NULL,NULL,'ce9f1564-275f-49e8-bc97-ca38653fdae4'),
(5272,2720,NULL,2459,1,'craft\\elements\\Entry',1,0,'2025-11-10 20:34:52','2025-11-10 20:34:52',NULL,NULL,NULL,'6b533661-a951-4e24-a86e-e248a3b36380'),
(5274,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-11 00:54:42','2025-11-11 00:54:42',NULL,NULL,NULL,'2d9cda9d-fbd5-43fe-87ae-52c4ba93a1d7'),
(5277,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-11 18:03:58','2025-11-11 18:03:58',NULL,NULL,NULL,'38654140-c5c8-4757-8ad3-0f116e8d0f15'),
(5278,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-11 18:04:01','2025-11-11 18:04:01',NULL,NULL,NULL,'1811f27f-aa01-4acd-9761-12f1ad2e72de'),
(5279,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-11 18:04:03','2025-11-11 18:04:03',NULL,NULL,NULL,'0bfa38a9-313f-42b3-a764-1284430b3ddb'),
(5280,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-11 18:04:06','2025-11-11 18:04:06',NULL,NULL,NULL,'20c539f6-9c3a-4300-aeae-676d60432881'),
(5281,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-11 18:04:42','2025-11-11 18:04:42',NULL,NULL,NULL,'5f86a520-6e85-42ab-b19d-173473112802'),
(5282,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-11 18:05:06','2025-11-11 18:05:06',NULL,NULL,NULL,'ec787842-669d-4a83-9b83-e46ff20d5b85'),
(5283,1079,NULL,2460,1,'craft\\elements\\Entry',1,0,'2025-11-11 18:06:22','2025-11-11 18:06:22',NULL,NULL,NULL,'e9855d3b-bc67-405e-a9ea-cb410bfcb68a'),
(5285,1079,NULL,2461,1,'craft\\elements\\Entry',1,0,'2025-11-11 18:06:26','2025-11-11 18:06:26',NULL,NULL,NULL,'0b04409a-8e0b-474c-a426-4a11ac063d49'),
(5286,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-11 18:13:10','2025-11-11 18:13:10',NULL,NULL,NULL,'0f24baa4-48b5-483a-8b4d-ee2b3073211c'),
(5288,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-11 22:48:18','2025-11-11 22:48:18',NULL,NULL,NULL,'6ed33ef9-95bc-4e6f-bd65-30781bf6437b'),
(5292,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-12 16:03:02','2025-11-12 16:03:26',NULL,NULL,NULL,'56cf6d5b-338d-4d26-842f-c574a7eadf89'),
(5293,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-12 16:03:03','2026-01-23 19:51:27',NULL,NULL,NULL,'4674b9f1-b220-49ff-883b-392ebc2c14c7'),
(5294,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-12 16:03:03','2026-01-23 19:51:27',NULL,NULL,NULL,'b3e85805-40bc-483f-a45f-2bff3f307186'),
(5297,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-12 20:02:59','2025-11-12 20:02:59',NULL,NULL,NULL,'1b4817f2-8be1-4bc8-a115-fda29d0ea2a0'),
(5307,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:18:07','2025-11-13 19:18:07',NULL,NULL,NULL,'e346809f-f7c7-4b56-a13a-0ab777e3978b'),
(5308,1171,NULL,2464,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:18:07','2025-11-13 19:18:07',NULL,NULL,NULL,'48ec473c-0fab-4477-ad10-2879f6323348'),
(5309,5307,NULL,2465,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:18:07','2025-11-13 19:18:07',NULL,NULL,NULL,'4c0f05b2-5a03-4acb-86cf-a24c1116a20d'),
(5310,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:18:18','2025-11-13 19:18:18',NULL,NULL,NULL,'f8ea7d88-0eba-420c-b510-a14aefeed1ca'),
(5311,1045,NULL,2466,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:18:18','2025-11-13 19:18:18',NULL,NULL,NULL,'cb9b82ac-338b-44a4-b4cb-cf5686c5cfd9'),
(5312,5310,NULL,2467,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:18:18','2025-11-13 19:18:18',NULL,NULL,NULL,'a57e39a7-429b-4514-b2fb-3e37619f6596'),
(5315,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:19:40','2025-11-13 19:19:40',NULL,NULL,NULL,'b0d80939-11e4-4d7d-a3b2-e617ff480fc3'),
(5317,5315,NULL,2469,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:19:40','2026-03-25 19:33:51',NULL,NULL,NULL,'5716f351-417f-4fa0-b415-b1cb389b7a64'),
(5319,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:20:01','2026-01-16 12:39:10',NULL,NULL,NULL,'8a9abbfe-9684-4f2f-a2fa-7b9a92b7b1d6'),
(5320,951,NULL,2470,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:20:01','2025-11-13 19:20:01',NULL,NULL,NULL,'2d6a0c76-84d2-4e33-b8be-3edd1c950b3b'),
(5321,5319,NULL,2471,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:20:01','2025-11-13 19:20:01',NULL,NULL,NULL,'1737021b-0213-4c30-8c4d-07369b74c94a'),
(5324,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:20:32','2025-11-13 19:20:32',NULL,NULL,NULL,'0054b3c4-a3ba-4330-9281-e281dce4f482'),
(5325,1261,NULL,2472,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:20:32','2025-11-13 19:20:32',NULL,NULL,NULL,'bc6cd0bd-3c4f-4b67-8beb-8de7d1a82828'),
(5326,5324,NULL,2473,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:20:32','2025-11-13 19:20:32',NULL,NULL,NULL,'d8ea0008-5fcb-49a0-b64a-1fdb0d7947f9'),
(5329,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:21:01','2025-11-13 19:21:01',NULL,NULL,NULL,'9fb832b4-7203-4bfe-8bb8-24a723fe926f'),
(5331,5329,NULL,2475,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:21:01','2026-03-25 19:45:38',NULL,NULL,NULL,'ab73ad62-d902-42d0-8a3d-aabc6cd56b78'),
(5334,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:21:34','2025-11-13 19:21:34',NULL,NULL,NULL,'ee7df75e-6e74-4ecf-948d-08d5a7a06296'),
(5335,957,NULL,2476,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:21:34','2025-11-13 19:21:35',NULL,NULL,NULL,'225d33d1-eebb-4b80-b0b9-898b076ac472'),
(5336,5334,NULL,2477,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:21:34','2025-11-13 19:21:35',NULL,NULL,NULL,'8be2ce53-f162-4128-895a-6aaa7ede8d57'),
(5339,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:22:13','2025-11-13 19:22:13',NULL,NULL,NULL,'9f8d1bb5-0393-41db-89fc-657d7e41a338'),
(5341,5339,NULL,2479,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:22:13','2026-03-25 19:34:47',NULL,NULL,NULL,'aa79b382-500e-455d-8e6c-0f84d0a1b7d2'),
(5343,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:22:54','2025-11-13 19:22:54',NULL,NULL,NULL,'36159242-80a9-4e7a-bf59-b93341eaf5ec'),
(5344,2720,NULL,2480,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:22:54','2025-11-13 19:22:54',NULL,NULL,NULL,'1bc32c99-f600-47b6-bd94-7db865781ed8'),
(5345,5343,NULL,2481,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:22:54','2025-11-13 19:22:54',NULL,NULL,NULL,'21e7bf1b-35f7-4e68-bd87-e375b5ab82d5'),
(5348,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:23:50','2025-11-13 19:23:50',NULL,NULL,NULL,'3c02711a-54cd-4445-83d7-b9388e7dab5e'),
(5349,1051,NULL,2482,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:23:50','2025-11-13 19:23:50',NULL,NULL,NULL,'0a1e8dd1-8f7b-4f94-8462-fe32d95c4f99'),
(5350,5348,NULL,2483,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:23:50','2025-11-13 19:23:50',NULL,NULL,NULL,'0cd7c4fe-f08b-4abf-8575-8d2b904e8f91'),
(5353,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:24:33','2025-11-13 19:24:33',NULL,NULL,NULL,'1551a97c-ceca-47ab-a706-02cf34fe9181'),
(5354,1185,NULL,2484,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:24:33','2025-11-13 19:24:33',NULL,NULL,NULL,'54fb3604-9d7d-420f-9bfa-284b30e3f21e'),
(5355,5353,NULL,2485,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:24:33','2025-11-13 19:24:33',NULL,NULL,NULL,'8b7d5502-2266-40f6-be89-31c5de4e1096'),
(5358,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:25:27','2025-11-13 19:25:27',NULL,NULL,NULL,'586e206a-fd02-4d55-b623-6dc91f89bf2e'),
(5359,1059,NULL,2486,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:25:27','2025-11-13 19:25:27',NULL,NULL,NULL,'d8da84d3-831c-49ea-adc6-961fbf799058'),
(5360,5358,NULL,2487,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:25:27','2025-11-13 19:25:27',NULL,NULL,NULL,'91d83eb6-5105-4ef9-bddc-255817f99a2b'),
(5363,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:26:07','2025-11-13 19:26:07',NULL,NULL,NULL,'875aef06-92eb-467e-86bd-e2522303ef93'),
(5364,1269,NULL,2488,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:26:07','2025-11-13 19:26:08',NULL,NULL,NULL,'8e1f4cfb-f192-412b-a7f0-005d53c394c1'),
(5365,5363,NULL,2489,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:26:07','2025-11-13 19:26:08',NULL,NULL,NULL,'b9bddb04-a73a-4b53-8351-a40938e7bb83'),
(5368,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:26:37','2025-11-13 19:26:37',NULL,NULL,NULL,'a7ab6aed-7664-486c-8a4e-428ebb3a4808'),
(5369,969,NULL,2490,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:26:37','2025-11-13 19:26:37',NULL,NULL,NULL,'1d022575-203d-4f1a-a6b2-5a5eb63ce421'),
(5370,5368,NULL,2491,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:26:37','2025-11-13 19:26:37',NULL,NULL,NULL,'4eb2191f-2fc9-49e6-acaa-b67627f41e2c'),
(5373,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:11','2025-11-13 19:27:11',NULL,NULL,NULL,'27047617-d03b-442f-8bed-82ed0c831836'),
(5374,1277,NULL,2492,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:10','2025-11-13 19:27:11',NULL,NULL,NULL,'f8210deb-0d47-4d7c-ad22-dcc173e73a8a'),
(5375,5373,NULL,2493,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:11','2025-11-13 19:27:11',NULL,NULL,NULL,'185460a3-5798-4592-82b5-3c5ea098015c'),
(5376,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:21','2025-11-13 19:27:21',NULL,NULL,NULL,'619d3c85-bb49-4bb3-bec2-fbfa4d9e1e00'),
(5377,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:21','2026-01-23 19:54:21',NULL,NULL,NULL,'6f834742-ea37-48b6-8897-4b14a82376df'),
(5378,1191,NULL,2494,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:21','2025-11-13 19:27:21',NULL,NULL,NULL,'4245fff4-ea30-42b2-bef4-e9b43e965cdb'),
(5379,5376,NULL,2495,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:21','2025-11-13 19:27:21',NULL,NULL,NULL,'2415b514-bf64-491f-b2e5-18e7b6efd800'),
(5380,5377,NULL,2496,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:21','2025-11-13 19:27:21',NULL,NULL,NULL,'07e33b0f-dd7f-441e-9843-16d23421a38c'),
(5383,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:50','2025-11-13 19:27:50',NULL,NULL,NULL,'23fdb932-bdd3-43ff-8948-40b09ea91205'),
(5384,1419,NULL,2497,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:50','2025-11-13 19:27:50',NULL,NULL,NULL,'ff634a17-e027-4358-8c5e-30a2055f2464'),
(5385,5383,NULL,2498,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:27:50','2025-11-13 19:27:50',NULL,NULL,NULL,'1846849d-7ac6-4b1e-9a6b-6f3967bee1a5'),
(5388,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:28:49','2025-11-13 19:28:49',NULL,NULL,NULL,'338be981-7da3-4c8d-9c35-645f091ea4f1'),
(5389,1413,NULL,2499,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:28:49','2025-11-13 19:28:49',NULL,NULL,NULL,'f2d884ec-fbd5-473e-9f7c-b3a5d850da8e'),
(5390,5388,NULL,2500,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:28:49','2025-11-13 19:28:49',NULL,NULL,NULL,'4622aa62-f397-4d7b-83d4-a2e11f03e95a'),
(5393,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:29:31','2026-01-23 20:01:05',NULL,NULL,NULL,'6e0f1500-3d0e-405d-adc2-076bf60b87f2'),
(5394,1425,NULL,2501,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:29:31','2025-11-13 19:29:31',NULL,NULL,NULL,'8d5accd9-cc44-4ceb-96d8-cdaafc64b3c9'),
(5395,5393,NULL,2502,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:29:31','2025-11-13 19:29:31',NULL,NULL,NULL,'11ba5ce7-d1d7-4d27-b5c6-d377540de13d'),
(5398,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:30:15','2025-11-13 19:30:15',NULL,NULL,NULL,'f0b443e9-7513-4435-ad29-802f73d76e42'),
(5399,1359,NULL,2503,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:30:15','2025-11-13 19:30:15',NULL,NULL,NULL,'a2799c17-e310-410d-8fae-c641b6cb358e'),
(5400,5398,NULL,2504,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:30:15','2025-11-13 19:30:15',NULL,NULL,NULL,'66d50d7c-39c0-4453-9eb9-32a4e170b8f6'),
(5403,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:31:19','2025-11-13 19:31:19',NULL,NULL,NULL,'1b853c0f-87c6-44e4-881b-7bd76fb7ddf4'),
(5404,1365,NULL,2505,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:31:19','2025-11-13 19:31:19',NULL,NULL,NULL,'a96cf081-106f-4588-9894-3495df6c3527'),
(5405,5403,NULL,2506,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:31:19','2025-11-13 19:31:19',NULL,NULL,NULL,'60af98e6-6fba-40a8-b629-3846f1b1062e'),
(5408,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:32:07','2025-11-13 19:32:07',NULL,NULL,NULL,'ea418ebb-2657-446c-bedf-d15064b1e81c'),
(5409,975,NULL,2507,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:32:07','2025-11-13 19:32:07',NULL,NULL,NULL,'6c454829-3119-4db7-a55d-8259e9e9a977'),
(5410,5408,NULL,2508,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:32:07','2025-11-13 19:32:07',NULL,NULL,NULL,'00ee5742-f521-4205-9a09-bda616f71398'),
(5413,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:32:58','2025-11-13 19:32:58',NULL,NULL,NULL,'a1b2a05b-c172-429b-9ee6-14007ad5a5db'),
(5414,1067,NULL,2509,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:32:57','2025-11-13 19:32:58',NULL,NULL,NULL,'0c323f5e-c904-4b26-b3a3-871b59d30fbd'),
(5415,5413,NULL,2510,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:32:58','2025-11-13 19:32:58',NULL,NULL,NULL,'69d2bd9e-ef11-4b63-83f0-481ffd23b8c4'),
(5418,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:33:57','2025-11-13 19:33:57',NULL,NULL,NULL,'1fa78967-3053-40fb-bf80-d9b25fef4fd2'),
(5419,1431,NULL,2511,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:33:57','2025-11-13 19:33:57',NULL,NULL,NULL,'74b7cbc5-6908-4907-9c20-9eb916829573'),
(5420,5418,NULL,2512,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:33:57','2025-11-13 19:33:57',NULL,NULL,NULL,'68ececf6-7c62-45be-980b-40e46a78943e'),
(5423,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:34:26','2025-11-13 19:34:26',NULL,NULL,NULL,'5f34700e-ce4e-4da9-9b88-ccb6c93e3c30'),
(5424,1283,NULL,2513,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:34:26','2025-11-13 19:34:26',NULL,NULL,NULL,'7768ad10-19d5-4b7c-b1ef-d0988b672cf2'),
(5425,5423,NULL,2514,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:34:26','2025-11-13 19:34:26',NULL,NULL,NULL,'0fcd92af-695d-4b5e-a2d2-8abef412e5f1'),
(5428,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:34:58','2025-11-13 19:34:58',NULL,NULL,NULL,'98c47826-55fc-4172-a3aa-09654600c76a'),
(5429,1197,NULL,2515,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:34:58','2025-11-13 19:34:58',NULL,NULL,NULL,'06c96676-aa60-4cc5-a9a3-86b9952d0ba8'),
(5430,5428,NULL,2516,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:34:58','2025-11-13 19:34:58',NULL,NULL,NULL,'8be87053-4be7-44b6-9001-d635beab0353'),
(5433,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:35:39','2025-11-13 19:35:39',NULL,NULL,NULL,'1cad572d-008f-447d-a264-c70ff9e70e94'),
(5434,1201,NULL,2517,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:35:39','2025-11-13 19:35:39',NULL,NULL,NULL,'113d34f9-45bb-49ea-a933-f9d24663c662'),
(5435,5433,NULL,2518,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:35:39','2025-11-13 19:35:39',NULL,NULL,NULL,'2bd4fa5c-1f39-4dcc-a908-e62bab210d35'),
(5438,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:36:21','2025-11-13 19:36:21',NULL,NULL,NULL,'eb555487-f1d3-4ed0-b413-45f082d71dee'),
(5439,1443,NULL,2519,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:36:21','2025-11-13 19:36:21',NULL,NULL,NULL,'c37ada43-f0fd-4daf-b8e5-665c77d3edcd'),
(5440,5438,NULL,2520,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:36:21','2025-11-13 19:36:21',NULL,NULL,NULL,'1fc8463a-15f0-4250-abb5-b88b3f0852fc'),
(5443,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:36:55','2025-11-13 19:36:55',NULL,NULL,NULL,'0eb54453-3763-42fb-b703-4fd94dcb5652'),
(5444,1209,NULL,2521,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:36:55','2025-11-13 19:36:55',NULL,NULL,NULL,'06a67ee8-b942-4bb6-aa46-cda2cc03ad6c'),
(5445,5443,NULL,2522,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:36:55','2025-11-13 19:36:55',NULL,NULL,NULL,'f3f08d6d-4c98-40e1-8937-996b87e98129'),
(5447,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:37:39','2025-11-13 19:37:39',NULL,NULL,NULL,'cdca0ff9-2be0-435e-9743-9e49e5b6a422'),
(5448,1289,NULL,2523,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:37:39','2025-11-13 19:37:39',NULL,NULL,NULL,'70429028-683e-4eba-aca3-5a6eae95fa07'),
(5449,5447,NULL,2524,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:37:39','2025-11-13 19:37:39',NULL,NULL,NULL,'b56f1efc-f53b-4f74-923e-5af0b7779259'),
(5452,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:38:07','2025-11-13 19:38:07',NULL,NULL,NULL,'348793d7-390b-49c3-a40e-f17725a33cf4'),
(5453,1297,NULL,2525,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:38:07','2025-11-13 19:38:07',NULL,NULL,NULL,'944b37bc-6d86-493c-8fcb-6b1a46e38df3'),
(5454,5452,NULL,2526,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:38:07','2025-11-13 19:38:07',NULL,NULL,NULL,'2cef6bae-1c74-4285-bdd0-9d567e14a30f'),
(5457,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:39:18','2025-11-13 19:39:18',NULL,NULL,NULL,'14041cfa-1572-40df-a5ee-3dc00a727187'),
(5458,981,NULL,2527,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:39:18','2025-11-13 19:39:18',NULL,NULL,NULL,'5de96ad7-a316-486a-9518-964ad05e006c'),
(5459,5457,NULL,2528,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:39:18','2025-11-13 19:39:18',NULL,NULL,NULL,'31627577-a8a0-4f01-a911-e0d629d6093f'),
(5461,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:40:12','2025-11-13 19:40:12',NULL,NULL,NULL,'d8a68ea4-0285-48b0-8f71-f848a9998593'),
(5462,1073,NULL,2529,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:40:12','2025-11-13 19:40:12',NULL,NULL,NULL,'51a8f89e-c94f-4ae3-b9a8-768ab9efe369'),
(5463,5461,NULL,2530,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:40:12','2025-11-13 19:40:12',NULL,NULL,NULL,'eaf726a8-f7b1-4169-bff2-5d266e9546c7'),
(5466,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:40:46','2025-11-13 19:40:46',NULL,NULL,NULL,'ba324737-0b63-40fa-8ee1-3dacffed1aec'),
(5467,1303,NULL,2531,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:40:46','2025-11-13 19:40:47',NULL,NULL,NULL,'b8132755-596f-448c-868f-253b5bd884c9'),
(5468,5466,NULL,2532,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:40:46','2025-11-13 19:40:47',NULL,NULL,NULL,'54aaf5d5-af68-45d8-883b-f0adeec35797'),
(5471,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:43:56','2025-11-13 19:43:56',NULL,NULL,NULL,'da2eceb9-2135-4beb-aefe-9a1d3cee82dc'),
(5472,1215,NULL,2533,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:43:56','2025-11-13 19:43:56',NULL,NULL,NULL,'7b6dfa0c-f43b-424e-9788-41f4817844fa'),
(5473,5471,NULL,2534,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:43:56','2025-11-13 19:43:56',NULL,NULL,NULL,'bc7359e1-264c-433c-8162-b45f0007e80c'),
(5476,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:44:42','2026-01-23 20:21:56',NULL,NULL,NULL,'97f73c7a-0c36-42ca-996e-f8cb8da8d7ff'),
(5477,1395,NULL,2535,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:44:42','2025-11-13 19:44:42',NULL,NULL,NULL,'73627bdd-0bf2-48cc-aee1-89565ca3a92a'),
(5478,5476,NULL,2536,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:44:42','2025-11-13 19:44:42',NULL,NULL,NULL,'99474762-92a1-4259-b6b7-b572ebeb328b'),
(5481,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:45:56','2025-11-13 19:45:56',NULL,NULL,NULL,'fcc07b5b-1237-4026-9dac-64a45c17cf42'),
(5482,1371,NULL,2537,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:45:56','2025-11-13 19:45:56',NULL,NULL,NULL,'fd33e500-6544-4a13-877d-afbc87cffe68'),
(5483,5481,NULL,2538,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:45:56','2025-11-13 19:45:56',NULL,NULL,NULL,'735dab3f-d056-4210-9ab6-02fb8645879d'),
(5486,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:46:27','2025-11-13 19:46:27',NULL,NULL,NULL,'c7b6b7a0-0d3d-4ea9-83ac-0138f7d48966'),
(5487,1449,NULL,2539,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:46:27','2025-11-13 19:46:27',NULL,NULL,NULL,'3e3f081b-52b7-4108-8d2b-a6ced44f8fe2'),
(5488,5486,NULL,2540,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:46:27','2025-11-13 19:46:27',NULL,NULL,NULL,'94c144f2-58e5-48a5-adb4-b7ab32712bcf'),
(5491,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:47:52','2025-11-13 19:47:52',NULL,NULL,NULL,'f5ae6b66-2d53-4d54-8751-8e73bf3a25b8'),
(5492,1455,NULL,2541,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:47:52','2025-11-13 19:47:52',NULL,NULL,NULL,'68d0c596-4d69-46cf-a866-b765308f1bbc'),
(5493,5491,NULL,2542,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:47:52','2025-11-13 19:47:52',NULL,NULL,NULL,'8185b0b5-a311-4801-ab00-5393a4fa1e14'),
(5495,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:48:34','2025-11-13 19:48:34',NULL,NULL,NULL,'7ad89069-7819-48e8-b0a5-575893e2b246'),
(5496,989,NULL,2543,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:48:34','2025-11-13 19:48:34',NULL,NULL,NULL,'924f17b2-7b41-443d-9917-15cbedd8f51f'),
(5497,5495,NULL,2544,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:48:34','2025-11-13 19:48:34',NULL,NULL,NULL,'7f9aaeda-276c-4fd2-8a97-e8f4e73c6b62'),
(5500,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:49:15','2026-01-23 20:25:37',NULL,NULL,NULL,'7fbe8419-cfdb-45cc-ba02-101d851a3e77'),
(5501,1309,NULL,2545,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:49:15','2025-11-13 19:49:15',NULL,NULL,NULL,'c40311b2-4b64-414e-9a62-dca4e797b643'),
(5502,5500,NULL,2546,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:49:15','2025-11-13 19:49:15',NULL,NULL,NULL,'f1e7793f-5da9-4dcb-bca1-d05cbf25878e'),
(5505,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:51:51','2025-11-13 19:51:51',NULL,NULL,NULL,'a5040655-fe86-4934-8c5f-ccee891174ae'),
(5506,995,NULL,2547,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:51:51','2025-11-13 19:51:51',NULL,NULL,NULL,'95a0ebe5-0e6e-4def-8718-39923cf8a87c'),
(5507,5505,NULL,2548,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:51:51','2025-11-13 19:51:51',NULL,NULL,NULL,'cc15fe19-983a-428f-a1bd-12cebe4d007b'),
(5510,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:52:27','2026-01-23 20:26:20',NULL,NULL,NULL,'b3b8bda0-1842-4294-9195-addd7a388547'),
(5511,1219,NULL,2549,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:52:27','2025-11-13 19:52:27',NULL,NULL,NULL,'479f4f24-23b9-4451-9849-37f4027ba13f'),
(5512,5510,NULL,2550,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:52:27','2025-11-13 19:52:27',NULL,NULL,NULL,'143831c5-1180-44fe-b258-88e09aaec6b8'),
(5515,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:54:12','2025-11-13 19:54:12',NULL,NULL,NULL,'648a8970-30ce-4a79-9eb3-7c70f5dd071f'),
(5516,1079,NULL,2551,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:54:12','2025-11-13 19:54:12',NULL,NULL,NULL,'e5cf6fd6-eeae-4b3a-8a5d-dc90d345e67b'),
(5517,5515,NULL,2552,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:54:12','2025-11-13 19:54:12',NULL,NULL,NULL,'5b029402-c615-46e0-ab96-313ff3b87a60'),
(5520,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:55:19','2026-01-23 20:27:30',NULL,NULL,NULL,'27735b86-cd66-4ab0-a28c-834cbe5f5e9c'),
(5521,1377,NULL,2553,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:55:18','2025-11-13 19:55:19',NULL,NULL,NULL,'d74322e5-5b84-4499-9da2-bd21960523b9'),
(5522,5520,NULL,2554,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:55:19','2025-11-13 19:55:19',NULL,NULL,NULL,'dd07f71f-ce43-4655-ad23-d9d93afb4c0f'),
(5525,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:56:12','2025-11-13 19:56:12',NULL,NULL,NULL,'720fd130-d729-4b53-9390-164cdba818c5'),
(5526,999,NULL,2555,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:56:12','2025-11-13 19:56:12',NULL,NULL,NULL,'e9d7f623-7523-4bcd-a84e-bebaba22367a'),
(5527,5525,NULL,2556,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:56:12','2025-11-13 19:56:12',NULL,NULL,NULL,'de08db6e-55d4-4895-9e1b-06c1a41e2897'),
(5530,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:56:54','2025-11-13 19:56:54',NULL,NULL,NULL,'93faa378-3d9b-40b3-9acc-cadba2f562e2'),
(5531,1477,NULL,2557,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:56:54','2025-11-13 19:56:54',NULL,NULL,NULL,'08f3d493-d159-4e7a-a6dc-7b3b82ddc1d7'),
(5532,5530,NULL,2558,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:56:54','2025-11-13 19:56:54',NULL,NULL,NULL,'820881a0-f452-4839-b060-f75f0806be75'),
(5535,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:58:03','2025-11-13 19:58:03',NULL,NULL,NULL,'363a90f5-1da7-4633-84e1-a9d9c2e7a540'),
(5536,1085,NULL,2559,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:58:03','2025-11-13 19:58:03',NULL,NULL,NULL,'7c2925d0-97a6-4727-b650-9c70c2e4da7f'),
(5537,5535,NULL,2560,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:58:03','2025-11-13 19:58:03',NULL,NULL,NULL,'b9742479-659b-4565-a2a7-be9cfc296d05'),
(5540,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:58:36','2026-01-23 20:31:10',NULL,NULL,NULL,'b780f215-3f10-43c0-9f49-1c4f9dc7b165'),
(5541,1461,NULL,2561,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:58:36','2025-11-13 19:58:36',NULL,NULL,NULL,'7f6f3691-7c5a-4e64-a01d-dc94c812545c'),
(5542,5540,NULL,2562,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:58:36','2025-11-13 19:58:36',NULL,NULL,NULL,'d8e2ddb6-254f-494c-bc2b-0a878512183c'),
(5545,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:59:24','2025-11-13 19:59:24',NULL,NULL,NULL,'9753c4e7-9841-4ee8-897f-b258bcdef6fa'),
(5546,1467,NULL,2563,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:59:24','2025-11-13 19:59:24',NULL,NULL,NULL,'f0e5b7e6-fc58-4786-b52e-2d1038a71136'),
(5547,5545,NULL,2564,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:59:24','2025-11-13 19:59:24',NULL,NULL,NULL,'db8d6b8c-2a5a-4eb4-b08e-d7e0e85b4430'),
(5550,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:59:58','2025-11-13 19:59:58',NULL,NULL,NULL,'3dc09d21-6e5b-45bc-b03d-fa58c9214028'),
(5551,1225,NULL,2565,1,'craft\\elements\\Entry',1,0,'2025-11-13 19:59:58','2025-11-13 19:59:58',NULL,NULL,NULL,'7744200f-705a-444a-89ab-a7701d304570'),
(5552,5550,NULL,2566,21,'craft\\elements\\Entry',1,0,'2025-11-13 19:59:58','2025-11-13 19:59:58',NULL,NULL,NULL,'b9068230-ad82-410b-958f-131a9f1dde2f'),
(5555,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:06:04','2025-11-13 20:06:04',NULL,NULL,NULL,'393625c7-1126-41c6-a708-4d1cae5c4940'),
(5556,1005,NULL,2567,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:06:04','2025-11-13 20:06:04',NULL,NULL,NULL,'0b5b0a53-f3e6-458b-9d07-48c09ab0924b'),
(5557,5555,NULL,2568,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:06:04','2025-11-13 20:06:04',NULL,NULL,NULL,'35e2ade1-503c-4688-ba97-d4065a66e909'),
(5560,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:06:43','2025-11-13 20:06:43',NULL,NULL,NULL,'4da9c30b-6625-4df0-9ec4-dc589648e423'),
(5561,1315,NULL,2569,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:06:43','2025-11-13 20:06:43',NULL,NULL,NULL,'f033a789-e40a-48a3-a51a-e4a8a40b4c30'),
(5562,5560,NULL,2570,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:06:43','2025-11-13 20:06:44',NULL,NULL,NULL,'b2307dea-3910-456a-b3ed-29f66b9b0f4d'),
(5565,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:07:22','2025-11-13 20:07:22',NULL,NULL,NULL,'5604befd-1474-4776-bd34-d21db148e317'),
(5566,1383,NULL,2571,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:07:22','2025-11-13 20:07:22',NULL,NULL,NULL,'cd842f15-f7e7-4fef-8d1f-0e315f0431e1'),
(5567,5565,NULL,2572,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:07:22','2025-11-13 20:07:22',NULL,NULL,NULL,'c7704346-e23e-4970-8045-e4bc428b2195'),
(5570,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:07:52','2025-11-13 20:07:52',NULL,NULL,NULL,'64562e1e-4d2d-4d6b-83a3-df1447080e06'),
(5571,1323,NULL,2573,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:07:52','2025-11-13 20:07:52',NULL,NULL,NULL,'4f450709-9e01-4e0e-859b-3b59b3a45acc'),
(5572,5570,NULL,2574,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:07:52','2025-11-13 20:07:52',NULL,NULL,NULL,'ab6c69dd-e4c0-4365-a008-70c302749192'),
(5575,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:08:25','2025-11-13 20:08:25',NULL,NULL,NULL,'d2d3b35a-8ba1-4ba7-b974-1d3e8a212c05'),
(5576,1011,NULL,2575,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:08:25','2025-11-13 20:08:25',NULL,NULL,NULL,'e79bb47a-5fb7-462e-ae33-c3bd084cf2ef'),
(5577,5575,NULL,2576,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:08:25','2025-11-13 20:08:25',NULL,NULL,NULL,'cc4c910f-97ed-4ce1-a587-3e563bd1c3ec'),
(5579,1011,NULL,2577,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:08:58','2025-11-13 20:08:58',NULL,NULL,NULL,'cbcdbd74-846d-4542-bfec-2b46ef013fc0'),
(5582,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:09:30','2025-11-13 20:09:30',NULL,NULL,NULL,'2405e567-f38d-45b4-b2ea-9131e6bfd614'),
(5583,1091,NULL,2578,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:09:30','2025-11-13 20:09:30',NULL,NULL,NULL,'2e20b5f1-6ded-4bbc-927a-edfda5037f4d'),
(5584,5582,NULL,2579,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:09:30','2025-11-13 20:09:30',NULL,NULL,NULL,'6da86e3a-6b9a-48c6-a62b-b6d8157468c5'),
(5587,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:10:05','2025-11-13 20:10:05',NULL,NULL,NULL,'5139283a-3806-4083-93be-c06a52a93249'),
(5588,1097,NULL,2580,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:10:05','2025-11-13 20:10:05',NULL,NULL,NULL,'9bffb9f0-4099-480d-a445-be375979cb45'),
(5589,5587,NULL,2581,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:10:05','2025-11-13 20:10:05',NULL,NULL,NULL,'1b745318-9334-46ee-acda-80554d5ddf73'),
(5592,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:10:45','2025-11-13 20:10:45',NULL,NULL,NULL,'bfa1ae6c-5254-47a5-b54f-72ab3fb49c0a'),
(5593,1231,NULL,2582,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:10:45','2025-11-13 20:10:45',NULL,NULL,NULL,'d266889a-97eb-42d9-b659-9a2186386515'),
(5594,5592,NULL,2583,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:10:45','2025-11-13 20:10:45',NULL,NULL,NULL,'fc5955f2-5f3f-450f-96d8-81299d9b17d4'),
(5597,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:11:22','2025-11-13 20:11:22',NULL,NULL,NULL,'a6b41748-8604-46f6-84c2-06a9b9e80c69'),
(5598,1103,NULL,2584,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:11:22','2025-11-13 20:11:22',NULL,NULL,NULL,'9f635131-e8d2-43aa-9b3a-dc7fcbb82513'),
(5599,5597,NULL,2585,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:11:22','2025-11-13 20:11:22',NULL,NULL,NULL,'2613ead4-2a6f-4e63-b729-b2c9b3d5dd5c'),
(5602,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:11:57','2025-11-13 20:11:57',NULL,NULL,NULL,'de3d3aa7-2c1a-4503-bb94-a0078133e325'),
(5603,1237,NULL,2586,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:11:57','2025-11-13 20:11:57',NULL,NULL,NULL,'664471d9-dc48-4c1d-bae6-f450ea219522'),
(5604,5602,NULL,2587,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:11:57','2025-11-13 20:11:57',NULL,NULL,NULL,'fc8451db-67fe-479d-9556-b368fb5464c4'),
(5607,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:12:32','2025-11-13 20:12:32',NULL,NULL,NULL,'424112ba-09f6-4a09-951a-71883a00c687'),
(5608,1243,NULL,2588,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:12:32','2025-11-13 20:12:32',NULL,NULL,NULL,'c650f6b1-1242-4152-bb77-637d00489f53'),
(5609,5607,NULL,2589,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:12:32','2025-11-13 20:12:32',NULL,NULL,NULL,'79f6c3a7-f413-4bbe-ad69-2e61d50f87f7'),
(5612,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:13:03','2025-11-13 20:13:03',NULL,NULL,NULL,'88fbe0e3-12d2-4ac4-b594-2f5ebee92728'),
(5613,1389,NULL,2590,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:13:03','2025-11-13 20:13:03',NULL,NULL,NULL,'47539471-09cc-4e05-8d80-698fe3230d5e'),
(5614,5612,NULL,2591,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:13:03','2025-11-13 20:13:03',NULL,NULL,NULL,'55818dd3-4a21-4d12-9475-eb97c710194e'),
(5617,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:13:55','2025-11-13 20:13:55',NULL,NULL,NULL,'691ec391-7fe4-4db5-bdd1-59e4641a9df0'),
(5618,1149,NULL,2592,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:13:55','2025-11-13 20:13:55',NULL,NULL,NULL,'08019a3b-0024-4fdd-b8d4-01cfd54c9753'),
(5619,5617,NULL,2593,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:13:55','2025-11-13 20:13:55',NULL,NULL,NULL,'e7b8f8c0-bcbe-4249-9b1c-38f4c0bebc90'),
(5622,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:14:28','2025-11-13 20:14:28',NULL,NULL,NULL,'eb5e55fd-bcad-4689-8878-ddf0fe59fb2a'),
(5623,1329,NULL,2594,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:14:28','2025-11-13 20:14:28',NULL,NULL,NULL,'2e226661-83cf-448a-a2d5-63f79d27e093'),
(5624,5622,NULL,2595,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:14:28','2025-11-13 20:14:28',NULL,NULL,NULL,'bc1d5823-7f2b-464e-aa5e-4eef602491a6'),
(5627,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:15:18','2026-01-20 17:48:18',NULL,NULL,NULL,'72e15436-9ee3-43a7-abf0-33a3d8045945'),
(5628,1481,NULL,2596,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:15:18','2025-11-13 20:15:18',NULL,NULL,NULL,'603bf66b-d3b3-4fdb-8008-fde864a377ef'),
(5629,5627,NULL,2597,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:15:18','2025-11-13 20:15:18',NULL,NULL,NULL,'3506ef8c-6c61-43f9-bd9c-5d67395b6045'),
(5632,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:15:57','2025-11-13 20:15:57',NULL,NULL,NULL,'987cb1ae-7c76-4dc2-86ac-e3f2717d0654'),
(5633,1017,NULL,2598,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:15:57','2025-11-13 20:15:57',NULL,NULL,NULL,'21e9a8ba-78c7-455c-85ae-7d91b89edbdc'),
(5634,5632,NULL,2599,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:15:57','2025-11-13 20:15:57',NULL,NULL,NULL,'2fc52354-c165-49d3-bbb1-c2d0b9a7cc9c'),
(5636,1023,NULL,2600,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:16:13','2025-11-13 20:16:13',NULL,NULL,NULL,'d6385a36-90d7-46b8-88eb-8008e7ddbe0b'),
(5640,1343,NULL,2601,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:17:06','2025-11-13 20:17:06',NULL,NULL,NULL,'d8f5f583-e383-4a73-b852-885c029b902f'),
(5642,1109,NULL,2602,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:17:14','2025-11-13 20:17:14',NULL,NULL,NULL,'847d0322-b5ae-46c2-9073-1cd81c593703'),
(5644,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:17:57','2025-11-13 20:17:57',NULL,NULL,NULL,'12b1db39-6d35-4814-9b01-b1a530a1feb3'),
(5645,1117,NULL,2603,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:17:57','2025-11-13 20:17:57',NULL,NULL,NULL,'c08ccf2c-70f9-4824-9738-d7ffaf84458a'),
(5646,5644,NULL,2604,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:17:57','2025-11-13 20:17:57',NULL,NULL,NULL,'56c84902-ded4-4f5b-9765-0064af316523'),
(5649,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:18:17','2026-01-23 21:38:59',NULL,NULL,NULL,'9b8b5a54-8c42-44c0-8182-3bde5c1770e4'),
(5650,1473,NULL,2605,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:18:17','2025-11-13 20:18:17',NULL,NULL,NULL,'788b6ac8-737a-4e69-aba7-e6e8769848ea'),
(5651,5649,NULL,2606,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:18:17','2025-11-13 20:18:17',NULL,NULL,NULL,'55f12627-b3e1-4521-a38d-947d9ca63d30'),
(5653,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:18:52','2025-11-13 20:18:52',NULL,NULL,NULL,'7735d056-1819-4311-9ecf-dcaefb7c61e0'),
(5654,1031,NULL,2607,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:18:52','2025-11-13 20:18:52',NULL,NULL,NULL,'a189e7f8-3910-4e20-a647-4e02b14c5466'),
(5655,5653,NULL,2608,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:18:52','2025-11-13 20:18:52',NULL,NULL,NULL,'cb7e0910-3c3c-4ffc-9b01-d8f4ea40b2f9'),
(5657,1035,NULL,2609,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:19:02','2025-11-13 20:19:02',NULL,NULL,NULL,'ad9598a1-f9f0-4759-b115-e65ac5a51e87'),
(5659,1041,NULL,2610,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:19:10','2025-11-13 20:19:10',NULL,NULL,NULL,'9a1db1eb-eeb3-4d95-b0b0-c11c182a403d'),
(5662,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:19:38','2025-11-13 20:19:38',NULL,NULL,NULL,'166a5afe-d84b-4f81-b33e-8837f8dc0fd2'),
(5663,1249,NULL,2611,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:19:38','2025-11-13 20:19:38',NULL,NULL,NULL,'bc18d2fb-820f-4181-b7ba-4e5049f8bf66'),
(5664,5662,NULL,2612,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:19:38','2025-11-13 20:19:38',NULL,NULL,NULL,'01ce7083-2592-4cb6-b51a-6f9d221a44e7'),
(5666,1123,NULL,2613,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:19:48','2025-11-13 20:19:48',NULL,NULL,NULL,'fff4090b-a0f6-430b-bd45-8eefb588fac1'),
(5668,1129,NULL,2614,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:19:54','2025-11-13 20:19:54',NULL,NULL,NULL,'18b3bc0b-7b18-468e-9f7c-f95ebd75b441'),
(5670,1349,NULL,2615,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:20:09','2025-11-13 20:20:09',NULL,NULL,NULL,'d0e660f1-a426-4c88-9448-d29ebb4492d5'),
(5671,1135,NULL,2616,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:20:15','2025-11-13 20:20:15',NULL,NULL,NULL,'dcc6cca3-8a67-4b01-a474-2559e8229b7d'),
(5673,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:20:51','2025-11-13 20:20:51',NULL,NULL,NULL,'84af21b4-68fc-44c2-81b1-57a559a8a686'),
(5674,1141,NULL,2617,1,'craft\\elements\\Entry',1,0,'2025-11-13 20:20:51','2025-11-13 20:20:51',NULL,NULL,NULL,'ba7c5baf-85e4-4da6-9e00-72dbcd481fa6'),
(5675,5673,NULL,2618,21,'craft\\elements\\Entry',1,0,'2025-11-13 20:20:51','2025-11-13 20:20:51',NULL,NULL,NULL,'cb393205-d14f-463c-987d-0df40fd13c52'),
(5680,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-13 20:33:41','2026-01-22 20:00:48',NULL,NULL,NULL,'430dfc96-69b2-4a78-9c07-cf882160dc38'),
(5681,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-13 21:31:58','2026-01-22 20:00:55',NULL,NULL,NULL,'8e3ba80f-eca1-42be-8ec5-147fb2ead3a6'),
(5682,951,NULL,2619,1,'craft\\elements\\Entry',1,0,'2025-11-13 21:31:58','2025-11-13 21:31:58',NULL,NULL,NULL,'7bb03933-0caf-49b5-9f7f-1749248146e9'),
(5683,5681,NULL,2620,21,'craft\\elements\\Entry',1,0,'2025-11-13 21:31:58','2025-11-13 21:31:59',NULL,NULL,NULL,'17b21b38-3f3a-4d88-827b-239d94d1637c'),
(5684,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-14 09:59:59','2025-11-14 09:59:59',NULL,NULL,NULL,'3a5978c7-2c17-4746-92b3-6f76369b3877'),
(5685,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-14 10:13:16','2025-11-14 10:13:16',NULL,NULL,NULL,'8abd4e45-d4c9-4df4-9f7c-86863efa9823'),
(5691,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-14 15:53:02','2025-11-14 15:53:02',NULL,NULL,NULL,'4051b404-8fd1-4aa8-b49a-e479c4334de8'),
(5696,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:30:28','2025-11-14 16:30:28',NULL,NULL,NULL,'c76c0a80-350c-4cfb-ab24-e44403eec4dd'),
(5697,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:30:46','2025-11-14 16:30:46',NULL,NULL,NULL,'89375761-c720-422f-b9ca-eacbd3cfb610'),
(5698,2720,NULL,2621,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:30:46','2025-11-14 16:30:47',NULL,NULL,NULL,'61a5ab5a-74e1-41bf-9b8b-cc58d07b81a7'),
(5699,5697,NULL,2622,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:30:46','2025-11-14 16:30:47',NULL,NULL,NULL,'348137b7-8ed9-4c98-9d4f-bd00db94e438'),
(5701,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:32:56','2025-11-14 16:32:56',NULL,NULL,NULL,'7b4d1554-4935-4703-b47a-14d383c1ae60'),
(5702,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:33:01','2025-11-14 16:33:01',NULL,NULL,NULL,'6a7ae623-b486-4481-879c-c562a48f6ad0'),
(5704,5702,NULL,2624,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:33:01','2026-03-25 19:33:51',NULL,NULL,NULL,'0cf34bb4-fe5e-4622-86fe-005412d1fe0c'),
(5709,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:35:53','2025-11-14 16:35:53',NULL,NULL,NULL,'5ae74911-5b87-4f14-9756-b705908deddc'),
(5710,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:35:59','2026-01-23 19:45:17',NULL,NULL,NULL,'efd0e87c-f58b-4aad-ba98-340c13f95d3b'),
(5711,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:35:59','2025-11-14 16:35:59',NULL,NULL,NULL,'f32f071c-f55f-4940-8fe2-3aa451955253'),
(5712,1353,NULL,2625,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:35:59','2025-11-14 16:35:59',NULL,NULL,NULL,'9b418d9d-6cf0-45e4-b5f0-c90d40dca6e7'),
(5713,5710,NULL,2626,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:35:59','2025-11-14 16:35:59',NULL,NULL,NULL,'b38978bf-de82-4f7e-82c1-288e50412f21'),
(5714,5711,NULL,2627,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:35:59','2025-11-14 16:35:59',NULL,NULL,NULL,'e9199d5e-8a5f-4736-9cc6-896808bb26ab'),
(5719,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:38:15','2025-11-14 16:38:15',NULL,NULL,NULL,'72f43d97-fbf3-416e-995d-4768d0143302'),
(5720,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:38:20','2025-11-14 16:38:20',NULL,NULL,NULL,'fa8e70f8-6a53-4281-8575-2cf870a5bac6'),
(5721,1171,NULL,2628,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:38:20','2025-11-14 16:38:20',NULL,NULL,NULL,'6fb10d75-54d0-4244-9722-9af3961cafb6'),
(5722,5720,NULL,2629,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:38:20','2025-11-14 16:38:20',NULL,NULL,NULL,'00f701d5-dba3-4c09-8a26-9a4aebe1c509'),
(5724,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:40:19','2025-11-14 16:40:19',NULL,NULL,NULL,'b8b6bd8d-cdf1-484c-8fc0-87524b0406ec'),
(5725,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:40:24','2025-11-14 16:40:24',NULL,NULL,NULL,'b218ee24-6c4d-4219-bdc5-84524d69ffc8'),
(5726,1261,NULL,2630,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:40:24','2025-11-14 16:40:24',NULL,NULL,NULL,'fb982886-18a9-452f-a811-9a696413b588'),
(5727,5725,NULL,2631,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:40:24','2025-11-14 16:40:24',NULL,NULL,NULL,'d583b55c-e787-43ed-a7a3-b047e9a75b01'),
(5730,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:41:40','2025-11-14 16:41:40',NULL,NULL,NULL,'d1a8a4c0-64cd-4cfe-ae0e-d1e1e6e89373'),
(5731,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:42:09','2025-11-14 16:42:09',NULL,NULL,NULL,'e729f916-e465-45fa-a98e-91d49875fc8f'),
(5733,5731,NULL,2633,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:42:09','2026-03-25 19:45:38',NULL,NULL,NULL,'0eabf783-f9c8-473c-bafe-7e3c3bc24290'),
(5737,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:44:22','2025-11-14 16:44:22',NULL,NULL,NULL,'418bac6b-3c4a-4924-87c9-7b7d5a30f81d'),
(5738,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:44:22','2025-11-14 16:44:22',NULL,NULL,NULL,'62e9e73a-d9c5-4004-a5fa-1ad021852d6a'),
(5739,2880,NULL,2634,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:44:22','2025-11-14 16:44:22',NULL,NULL,NULL,'fd854cb7-b99c-4078-ace1-e7b1be46c4bf'),
(5740,5737,NULL,2635,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:44:22','2025-11-14 16:44:22',NULL,NULL,NULL,'831c0127-692c-4b5e-9d04-1c2b15078cd2'),
(5741,5738,NULL,2636,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:44:22','2025-11-14 16:44:22',NULL,NULL,NULL,'47be8d85-52e3-48e4-98ed-4068c9602ba6'),
(5744,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:45:17','2025-11-14 16:45:17',NULL,NULL,NULL,'781b00c4-fe6d-483c-95ed-9eb8ef0078c0'),
(5745,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:45:25','2025-11-14 16:45:25',NULL,NULL,NULL,'44d280be-c9b1-4dcc-acc8-0adc0a626643'),
(5746,957,NULL,2637,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:45:25','2025-11-14 16:45:25',NULL,NULL,NULL,'83879ad6-16b9-4d71-863e-789dd27c1d95'),
(5747,5745,NULL,2638,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:45:25','2025-11-14 16:45:25',NULL,NULL,NULL,'73a6b379-c6cf-4fc0-a74f-294aaf6f58a5'),
(5749,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:46:23','2025-11-14 16:46:23',NULL,NULL,NULL,'019e6ed4-b5b9-4d28-83fd-75ae2f8735f4'),
(5750,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:46:33','2025-11-14 16:46:33',NULL,NULL,NULL,'4ab3aab9-ff66-45b2-9c64-c4abf1dc4b2e'),
(5752,5750,NULL,2640,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:46:33','2026-03-25 19:34:47',NULL,NULL,NULL,'53e38000-7f49-47dd-8ea5-e1c7d1a34cb9'),
(5755,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:47:41','2025-11-14 16:47:41',NULL,NULL,NULL,'6928396c-4156-48bc-90b3-2cc25640b3c1'),
(5756,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:47:45','2025-11-14 16:47:45',NULL,NULL,NULL,'ad8ef8c7-0e69-4da1-8d7c-ec2f35f6fcc6'),
(5757,1185,NULL,2641,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:47:45','2025-11-14 16:47:45',NULL,NULL,NULL,'138cf9e0-b25d-496f-a6cc-48c5db8c9a61'),
(5758,5756,NULL,2642,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:47:45','2025-11-14 16:47:45',NULL,NULL,NULL,'f17f4f8f-1aef-41fc-affe-ab2ab874c5c7'),
(5761,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:48:35','2025-11-14 16:48:35',NULL,NULL,NULL,'b89876e2-9e97-4437-bde3-1c387a5eda10'),
(5762,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:48:38','2025-11-14 16:48:38',NULL,NULL,NULL,'e982e304-c7f9-4e0c-bfdd-f497433ed93a'),
(5763,1059,NULL,2643,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:48:38','2025-11-14 16:48:38',NULL,NULL,NULL,'82bc1c88-2b08-4ffe-ac19-885a9ce53973'),
(5764,5762,NULL,2644,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:48:38','2025-11-14 16:48:38',NULL,NULL,NULL,'7554ad70-a485-481a-ab6b-d38bb77741f4'),
(5767,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:49:42','2025-11-14 16:49:42',NULL,NULL,NULL,'213a5b4c-1dc9-41c3-a9a5-a773da693ba3'),
(5768,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:49:46','2025-11-14 16:49:46',NULL,NULL,NULL,'05f55d13-e96d-4d7b-9195-6d873e44633d'),
(5769,1269,NULL,2645,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:49:46','2025-11-14 16:49:46',NULL,NULL,NULL,'dbf17a8e-fff6-40e9-9f9e-19437bf10a06'),
(5770,5768,NULL,2646,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:49:46','2025-11-14 16:49:46',NULL,NULL,NULL,'834ccfff-9c2a-4e6f-b739-7f5d45d998f2'),
(5773,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:50:30','2025-11-14 16:50:30',NULL,NULL,NULL,'6e9e8526-e22e-4951-ba46-c79e2b02b4be'),
(5774,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:50:33','2026-01-22 20:16:49',NULL,NULL,NULL,'ade46a2f-9568-4ae4-b870-6468e79061cf'),
(5775,969,NULL,2647,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:50:33','2025-11-14 16:50:33',NULL,NULL,NULL,'03d0f535-42e7-4c14-862e-6df6a9154733'),
(5776,5774,NULL,2648,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:50:33','2025-11-14 16:50:33',NULL,NULL,NULL,'1c911a07-70e6-4945-9eba-7953b9a5e187'),
(5779,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:51:25','2025-11-14 16:51:25',NULL,NULL,NULL,'691b8783-894b-4fee-9634-7cbe05fa7072'),
(5780,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:51:28','2025-11-14 16:51:28',NULL,NULL,NULL,'55ffbf09-b2fb-418f-b287-9b2529acd6fc'),
(5781,1277,NULL,2649,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:51:28','2025-11-14 16:51:28',NULL,NULL,NULL,'5a733b4f-bdca-4c92-acf9-58b300f29022'),
(5782,5780,NULL,2650,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:51:28','2025-11-14 16:51:28',NULL,NULL,NULL,'f1d3c704-7979-465e-bb1f-73aedcf7d8b4'),
(5785,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:54:28','2026-01-23 19:54:15',NULL,NULL,NULL,'04b7e4ca-f8df-4608-bd7a-e859b58f7113'),
(5786,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:54:37','2026-01-23 19:54:21',NULL,NULL,NULL,'015885cf-b4f9-45ba-881e-71b8ce006da8'),
(5787,1191,NULL,2651,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:54:37','2025-11-14 16:54:37',NULL,NULL,NULL,'7ee63f68-2515-4de3-b48a-7b7147994ec3'),
(5788,5786,NULL,2652,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:54:37','2025-11-14 16:54:37',NULL,NULL,NULL,'257e1e04-b592-42e4-9365-48a13529e8c7'),
(5791,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:55:28','2026-01-23 19:57:10',NULL,NULL,NULL,'27fb55ef-158c-4628-9109-227ce8ff4a65'),
(5792,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:55:31','2026-01-23 19:57:14',NULL,NULL,NULL,'5bcf502e-5f02-4a2f-9212-e0b158b4027b'),
(5793,1419,NULL,2653,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:55:31','2025-11-14 16:55:31',NULL,NULL,NULL,'2305c313-8c4b-4aa6-a02f-41121a093aaf'),
(5794,5792,NULL,2654,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:55:31','2025-11-14 16:55:31',NULL,NULL,NULL,'ff0fadda-16a2-455f-9690-a0bdedbf5da6'),
(5797,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:56:44','2025-11-14 16:56:44',NULL,NULL,NULL,'84761aa9-3d80-439d-b475-35a665de5a66'),
(5798,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:56:47','2026-01-22 20:21:45',NULL,NULL,NULL,'fdb989b4-83c7-4078-bece-6e6e18f02620'),
(5799,975,NULL,2655,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:56:47','2025-11-14 16:56:47',NULL,NULL,NULL,'3f98653f-9dfe-4a85-84a7-82192b8788d3'),
(5800,5798,NULL,2656,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:56:47','2025-11-14 16:56:47',NULL,NULL,NULL,'42fdf355-a221-4e2d-b99b-e0326ca93286'),
(5803,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:57:49','2025-11-14 16:57:49',NULL,NULL,NULL,'0e7c4451-0821-40a9-83b5-4276ada8511e'),
(5804,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:57:53','2025-11-14 16:57:53',NULL,NULL,NULL,'e02c4fed-2226-4dbb-9b1c-7d01259e8f97'),
(5805,1067,NULL,2657,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:57:53','2025-11-14 16:57:53',NULL,NULL,NULL,'4b9ea3e4-83c9-488c-b5e4-abc3a701a7f0'),
(5806,5804,NULL,2658,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:57:53','2025-11-14 16:57:53',NULL,NULL,NULL,'e51dec22-d17c-4d87-91ae-05da1b6d0964'),
(5809,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:58:49','2025-11-14 16:58:49',NULL,NULL,NULL,'81aab63d-d2f3-4bb5-bb01-15c2f93a9eb5'),
(5810,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:58:53','2025-11-14 16:58:53',NULL,NULL,NULL,'5e39ed24-7a8b-499a-b231-3087d09b9c65'),
(5811,1431,NULL,2659,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:58:53','2025-11-14 16:58:53',NULL,NULL,NULL,'4f5bd664-1683-4ece-bd9b-81a317bf4c5a'),
(5812,5810,NULL,2660,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:58:53','2025-11-14 16:58:53',NULL,NULL,NULL,'fe66730d-d8f9-47be-b4f5-26a89003b32f'),
(5815,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 16:59:09','2025-11-14 16:59:09',NULL,NULL,NULL,'e490fac8-28be-47a4-906e-f3c9adc1caaa'),
(5816,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:59:14','2025-11-14 16:59:14',NULL,NULL,NULL,'08911c36-d211-4950-a621-067037165c6b'),
(5817,1437,NULL,2661,1,'craft\\elements\\Entry',1,0,'2025-11-14 16:59:13','2025-11-14 16:59:14',NULL,NULL,NULL,'168d95ec-3049-4ce6-9d15-276a11ba2c76'),
(5818,5816,NULL,2662,21,'craft\\elements\\Entry',1,0,'2025-11-14 16:59:14','2025-11-14 16:59:14',NULL,NULL,NULL,'9779dc71-93e6-42fc-8e13-16af1c47d973'),
(5821,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:03:37','2025-11-14 17:03:37',NULL,NULL,NULL,'1e6b6f00-50e6-4f21-961a-38e5e9cd3973'),
(5822,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:03:41','2025-11-14 17:03:41',NULL,NULL,NULL,'1d48012d-b1a6-47e2-91f7-09e4f5260f6f'),
(5823,1283,NULL,2663,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:03:41','2025-11-14 17:03:41',NULL,NULL,NULL,'e9f664be-c288-4134-8116-36c1a5bad9df'),
(5824,5822,NULL,2664,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:03:41','2025-11-14 17:03:41',NULL,NULL,NULL,'6a7c7b02-f0bf-4404-acd9-d38a7f329b15'),
(5827,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:04:36','2025-11-14 17:04:36',NULL,NULL,NULL,'9f7c15c6-efab-460e-b49a-8fb6a3fa772a'),
(5828,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:04:44','2025-11-14 17:04:44',NULL,NULL,NULL,'5b4c811c-6a3e-4da4-9a6b-375c74143577'),
(5829,1197,NULL,2665,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:04:44','2025-11-14 17:04:44',NULL,NULL,NULL,'8b8e2154-5c21-494d-9e8d-c8e4ff98cb25'),
(5830,5828,NULL,2666,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:04:44','2025-11-14 17:04:44',NULL,NULL,NULL,'277ba3ca-a26b-4dac-a604-77ebd2a1f7ed'),
(5833,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:05:35','2026-01-23 20:12:56',NULL,NULL,NULL,'061f404f-81a1-4f5d-80ea-0aae3287210a'),
(5834,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:05:38','2026-01-23 20:13:01',NULL,NULL,NULL,'6a518fb9-ec1a-432b-870d-75f6dee87e80'),
(5835,1201,NULL,2667,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:05:38','2025-11-14 17:05:38',NULL,NULL,NULL,'4c435315-8056-4419-80bb-c46bea8534c7'),
(5836,5834,NULL,2668,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:05:38','2025-11-14 17:05:38',NULL,NULL,NULL,'0c2758f1-d098-4617-86c6-0ab883cda596'),
(5839,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:06:42','2026-01-23 20:16:00',NULL,NULL,NULL,'4a1cb1a0-09b8-4380-af94-3ebbe59b426a'),
(5840,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:06:45','2026-01-23 20:16:07',NULL,NULL,NULL,'4420223e-752d-42ab-9b7b-37ec250952f0'),
(5841,1209,NULL,2669,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:06:45','2025-11-14 17:06:45',NULL,NULL,NULL,'6639c759-a9bc-4fb0-b048-b05cec7709ef'),
(5842,5840,NULL,2670,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:06:45','2025-11-14 17:06:45',NULL,NULL,NULL,'74286996-93d0-4e89-83f1-5efb4a495336'),
(5845,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:07:30','2025-11-14 17:07:30',NULL,NULL,NULL,'e14df919-881e-43fb-b572-1c1e45b90c85'),
(5846,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:07:37','2025-11-14 17:07:37',NULL,NULL,NULL,'e6f246d0-5725-4d0d-8ba9-0e08ce51a2b1'),
(5847,1289,NULL,2671,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:07:37','2025-11-14 17:07:37',NULL,NULL,NULL,'eeb6cd98-f7fe-4627-b39c-c1440b9f32d8'),
(5848,5846,NULL,2672,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:07:37','2025-11-14 17:07:37',NULL,NULL,NULL,'8d072ed3-532a-4365-81e9-b253f25db75d'),
(5851,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:08:25','2025-11-14 17:08:25',NULL,NULL,NULL,'43c97592-9889-41ea-b5c3-3881e6c63968'),
(5852,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:08:31','2025-11-14 17:08:31',NULL,NULL,NULL,'ab300b3b-1770-4c37-aaf5-dbb28f9b7232'),
(5853,1297,NULL,2673,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:08:31','2025-11-14 17:08:31',NULL,NULL,NULL,'a09df130-6ba3-4489-a572-05ad6561fdc7'),
(5854,5852,NULL,2674,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:08:31','2025-11-14 17:08:31',NULL,NULL,NULL,'5547174f-53b2-4ed2-9ecd-ec383cd103d3'),
(5857,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:09:18','2025-11-14 17:09:18',NULL,NULL,NULL,'9ca7c367-3f97-4d89-b804-3d93ad53d0dc'),
(5858,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:09:23','2025-11-14 17:09:23',NULL,NULL,NULL,'baa569bf-666c-43fe-b242-f03a0781c77c'),
(5859,981,NULL,2675,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:09:23','2025-11-14 17:09:23',NULL,NULL,NULL,'f3686ac1-98bc-412d-9562-755c42354d23'),
(5860,5858,NULL,2676,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:09:23','2025-11-14 17:09:23',NULL,NULL,NULL,'6e0e3bd9-1e36-4c6a-bf79-d2f77a30894c'),
(5863,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:10:25','2025-11-14 17:10:25',NULL,NULL,NULL,'f28c4272-ac4c-41f4-b50e-ef544f4f9d9a'),
(5864,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:10:29','2025-11-14 17:10:29',NULL,NULL,NULL,'9c1196ee-efbf-4652-8700-953c8d8b1c58'),
(5865,1073,NULL,2677,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:10:29','2025-11-14 17:10:29',NULL,NULL,NULL,'20999dfb-5f8b-413d-85a2-323834961469'),
(5866,5864,NULL,2678,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:10:29','2025-11-14 17:10:29',NULL,NULL,NULL,'90364579-46c9-4cfe-b26c-b015fe770c82'),
(5869,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:12:18','2026-01-23 20:18:19',NULL,NULL,NULL,'957120e2-2e3d-4766-8b5a-9af89cc33e73'),
(5870,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:12:22','2026-01-23 20:18:24',NULL,NULL,NULL,'97b40f7d-9e35-443c-af43-f64650200c54'),
(5871,1303,NULL,2679,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:12:22','2025-11-14 17:12:22',NULL,NULL,NULL,'8ad2bed7-d65f-487d-8041-610bf3015893'),
(5872,5870,NULL,2680,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:12:22','2025-11-14 17:12:22',NULL,NULL,NULL,'5e23ac83-8479-4107-8b66-43c22cef60e3'),
(5875,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:13:10','2025-11-14 17:13:10',NULL,NULL,NULL,'80b3026f-d52e-44b3-8d05-f48830c6e040'),
(5876,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:13:14','2025-11-14 17:13:14',NULL,NULL,NULL,'13908541-d2c5-4026-a761-9c23970f58b2'),
(5877,1455,NULL,2681,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:13:13','2025-11-14 17:13:14',NULL,NULL,NULL,'5a8fdeed-d827-4513-bf0a-7dc52ec6d27e'),
(5878,5876,NULL,2682,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:13:14','2025-11-14 17:13:14',NULL,NULL,NULL,'111f50f8-2825-4d04-9883-c5326b3b286d'),
(5881,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:13:55','2025-11-14 17:13:55',NULL,NULL,NULL,'023181d1-9a34-418f-b6e7-da294376c20f'),
(5882,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:13:58','2025-11-14 17:13:58',NULL,NULL,NULL,'97e17e3c-de15-4dfc-b20a-f5df06e0eb14'),
(5883,989,NULL,2683,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:13:58','2025-11-14 17:13:58',NULL,NULL,NULL,'b75cc211-596b-4a9c-9971-edb54247ceba'),
(5884,5882,NULL,2684,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:13:58','2025-11-14 17:13:58',NULL,NULL,NULL,'9ce3d33d-24c7-42ea-8f52-cc33ea01ba29'),
(5887,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:16:02','2025-11-14 17:16:02',NULL,NULL,NULL,'aa4913b5-b379-4e92-9141-e468a53c87a8'),
(5888,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:16:05','2025-11-14 17:16:05',NULL,NULL,NULL,'8dd496a5-b305-4fb8-ae4e-6f28223bbfea'),
(5889,1219,NULL,2685,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:16:05','2025-11-14 17:16:05',NULL,NULL,NULL,'c248b1aa-a88d-4a17-821a-866fb096c27d'),
(5890,5888,NULL,2686,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:16:05','2025-11-14 17:16:05',NULL,NULL,NULL,'2e38a27a-49bd-437f-ba5e-44a1ca829db4'),
(5893,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:16:53','2025-11-14 17:16:53',NULL,NULL,NULL,'cef3eb1f-7f6b-4381-a391-7719eff96e95'),
(5894,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:17:11','2026-01-22 20:37:37',NULL,NULL,NULL,'7e398fc0-9cfa-4231-924e-85107808157c'),
(5895,999,NULL,2687,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:17:11','2025-11-14 17:17:11',NULL,NULL,NULL,'84db5ad1-306b-498b-b742-44a5469660fb'),
(5896,5894,NULL,2688,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:17:11','2025-11-14 17:17:11',NULL,NULL,NULL,'8662faf0-a952-4b64-858d-ca01fc8abad6'),
(5899,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:18:15','2025-11-14 17:18:15',NULL,NULL,NULL,'a94934d5-b061-4f35-854d-9c9d5baea925'),
(5900,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:18:18','2025-11-14 17:18:18',NULL,NULL,NULL,'483ebd58-613b-4641-bafc-9f05c189b1f7'),
(5901,1477,NULL,2689,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:18:18','2025-11-14 17:18:18',NULL,NULL,NULL,'58875480-9136-40ef-b162-251a68e02490'),
(5902,5900,NULL,2690,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:18:18','2025-11-14 17:18:18',NULL,NULL,NULL,'6c011874-d16c-4189-974c-3c58ba2bdfeb'),
(5905,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:20:41','2025-11-14 17:20:41',NULL,NULL,NULL,'35f7bc54-c321-4098-a8d5-efb92b0dac27'),
(5906,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:20:43','2025-11-14 17:20:43',NULL,NULL,NULL,'e3184b53-cc4a-4128-9f28-09e8f49a040a'),
(5907,1085,NULL,2691,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:20:43','2025-11-14 17:20:43',NULL,NULL,NULL,'a651c0c6-74e3-4d34-9a3a-e35472dba447'),
(5908,5906,NULL,2692,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:20:43','2025-11-14 17:20:43',NULL,NULL,NULL,'e2df9aea-7d2b-47a9-8837-33f870486607'),
(5911,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:21:30','2026-01-23 20:32:16',NULL,NULL,NULL,'018c2421-66da-49c7-9479-c38f307c36ad'),
(5912,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:21:34','2026-01-23 20:32:25',NULL,NULL,NULL,'d1eb44b3-f5cd-44ac-91c8-7ecea0c11861'),
(5913,1467,NULL,2693,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:21:34','2025-11-14 17:21:34',NULL,NULL,NULL,'fcbeda23-ebaa-449e-8cef-676bfaf4d825'),
(5914,5912,NULL,2694,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:21:34','2025-11-14 17:21:34',NULL,NULL,NULL,'1368110d-7c7c-4997-aa2e-c8175a4f26b4'),
(5917,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:24:31','2026-01-23 20:34:38',NULL,NULL,NULL,'2ddaccf2-1fa0-47eb-8924-17e47d11b9cc'),
(5918,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:24:43','2026-01-23 20:34:59',NULL,NULL,NULL,'1023f539-9276-4c3f-bf00-87d099fea71f'),
(5919,1225,NULL,2695,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:24:43','2025-11-14 17:24:43',NULL,NULL,NULL,'678f6640-8c5e-4c9f-a75f-5e28ba47fe15'),
(5920,5918,NULL,2696,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:24:43','2025-11-14 17:24:43',NULL,NULL,NULL,'03f7d2be-92e1-444f-b53a-aa2cb50d3d03'),
(5923,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:26:04','2025-11-14 17:26:04',NULL,NULL,NULL,'da1b3d1e-9016-4b0f-9473-8887d3c4d422'),
(5924,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:26:13','2025-11-14 17:26:13',NULL,NULL,NULL,'844bea3c-d723-48ea-8249-177fcfbc40ad'),
(5925,1315,NULL,2697,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:26:13','2025-11-14 17:26:13',NULL,NULL,NULL,'cc1a784d-5f39-44e5-b5c6-a3ea749be36c'),
(5926,5924,NULL,2698,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:26:13','2025-11-14 17:26:13',NULL,NULL,NULL,'210af780-f09c-4731-85dc-3b2f5253a305'),
(5929,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:27:16','2025-11-14 17:27:16',NULL,NULL,NULL,'0f0f6a8b-0728-4c83-b18e-200a27eb508b'),
(5930,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:27:22','2025-11-14 17:27:22',NULL,NULL,NULL,'869b8681-1b2e-4e73-9dba-b504adf15145'),
(5931,1323,NULL,2699,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:27:22','2025-11-14 17:27:22',NULL,NULL,NULL,'87e0ca82-29d5-4f67-a6f8-525e1f66d923'),
(5932,5930,NULL,2700,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:27:22','2025-11-14 17:27:22',NULL,NULL,NULL,'e685205b-3120-4dfe-9874-68abb17b5c45'),
(5935,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:28:30','2025-11-14 17:28:30',NULL,NULL,NULL,'3cff4612-5b80-47ad-8860-5425c0e7cba7'),
(5936,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:28:32','2025-11-14 17:28:32',NULL,NULL,NULL,'29845f7f-ecbf-4a26-9054-d1d1bca6e2d3'),
(5937,1011,NULL,2701,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:28:32','2025-11-14 17:28:32',NULL,NULL,NULL,'45e60842-d7a4-4446-94f0-5f98bbde9a37'),
(5938,5936,NULL,2702,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:28:32','2025-11-14 17:28:32',NULL,NULL,NULL,'a0ef124e-13a5-4385-9c64-bbecebe071f9'),
(5941,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:29:45','2025-11-14 17:29:45',NULL,NULL,NULL,'114cc6d3-27c8-47da-b15c-4509e2f2a23a'),
(5942,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:29:48','2025-11-14 17:29:48',NULL,NULL,NULL,'74d8a6c4-0a2f-4803-b7ce-603a49e458a5'),
(5943,1091,NULL,2703,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:29:48','2025-11-14 17:29:48',NULL,NULL,NULL,'b9fadaa7-fc87-4a5f-a082-1cbff4b95152'),
(5944,5942,NULL,2704,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:29:48','2025-11-14 17:29:48',NULL,NULL,NULL,'7cec470f-6b6b-422e-ad1b-1c8b3374155e'),
(5947,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:31:11','2025-11-14 17:31:11',NULL,NULL,NULL,'9229d297-7d1d-40c9-b6af-8712e3e12b24'),
(5948,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:31:14','2025-11-14 17:31:14',NULL,NULL,NULL,'7d5a2088-aa65-41b5-ba16-ff8c7e12e856'),
(5949,1237,NULL,2705,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:31:14','2025-11-14 17:31:14',NULL,NULL,NULL,'b62f589d-9b2f-45d9-a2ed-5eaba3671b30'),
(5950,5948,NULL,2706,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:31:14','2025-11-14 17:31:14',NULL,NULL,NULL,'4e000f16-27f7-499c-9fd5-a191bce0b8e3'),
(5953,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:32:13','2025-11-14 17:32:13',NULL,NULL,NULL,'a23312c2-95b9-4e4c-8347-ab5e7c6a1a39'),
(5954,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:32:17','2025-11-14 17:32:17',NULL,NULL,NULL,'e9f375de-7b61-4546-9ca9-752869e9972c'),
(5955,1243,NULL,2707,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:32:17','2025-11-14 17:32:18',NULL,NULL,NULL,'4446f221-64b0-43dc-acfc-efc793c0f630'),
(5956,5954,NULL,2708,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:32:17','2025-11-14 17:32:18',NULL,NULL,NULL,'8dc87d23-2b91-471d-9283-c44b52ffe089'),
(5959,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:33:17','2025-11-14 17:33:17',NULL,NULL,NULL,'61e8e83f-c72c-4bbc-b0e5-dadd1f9026ac'),
(5960,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:33:20','2025-11-14 17:33:20',NULL,NULL,NULL,'526899c8-cc41-4a64-9124-d801dee98f7f'),
(5961,1389,NULL,2709,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:33:20','2025-11-14 17:33:20',NULL,NULL,NULL,'761bf813-06bb-4f77-87c4-36ccf33cad33'),
(5962,5960,NULL,2710,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:33:20','2025-11-14 17:33:20',NULL,NULL,NULL,'978263c9-a966-4a2e-be95-f9757fff144e'),
(5965,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:45:07','2026-01-23 21:30:50',NULL,NULL,NULL,'7673b2bd-bba7-485b-b0c9-6416db908338'),
(5966,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:45:13','2026-01-23 21:30:59',NULL,NULL,NULL,'0421b025-bb03-4a05-8da8-8ed2ca5856cd'),
(5967,1329,NULL,2711,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:45:12','2025-11-14 17:45:13',NULL,NULL,NULL,'e39b7d23-9f3c-41ef-8d11-f5f0edbf82dd'),
(5968,5966,NULL,2712,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:45:13','2025-11-14 17:45:13',NULL,NULL,NULL,'1687f7e4-3fb3-4a13-89e7-65ee70a164ca'),
(5971,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:46:23','2025-11-14 17:46:23',NULL,NULL,NULL,'bbab795b-dbad-4978-b99f-8e3be7f11504'),
(5972,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:46:29','2026-01-20 17:48:18',NULL,NULL,NULL,'3125e78a-4a6a-4776-84f8-20dc50b9bc76'),
(5973,1481,NULL,2713,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:46:29','2025-11-14 17:46:29',NULL,NULL,NULL,'85dac35e-a346-4d68-80cd-d5517f0ed4d4'),
(5974,5972,NULL,2714,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:46:29','2025-11-14 17:46:29',NULL,NULL,NULL,'f79a9fd2-e558-49f4-a98b-da12bd0d970e'),
(5977,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:47:39','2025-11-14 17:47:39',NULL,NULL,NULL,'7eb8d354-3fdc-49ac-9299-395ee3cbcc72'),
(5978,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:47:42','2025-11-14 17:47:42',NULL,NULL,NULL,'c9dd3a88-61bf-4bb4-a4c4-522a4529e502'),
(5979,1023,NULL,2715,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:47:42','2025-11-14 17:47:42',NULL,NULL,NULL,'b67fe16f-2ff7-4728-ae9e-a5269c90bba0'),
(5980,5978,NULL,2716,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:47:42','2025-11-14 17:47:42',NULL,NULL,NULL,'c793b74b-89b2-4a3b-b822-dccb3132d5dd'),
(5982,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:48:40','2026-01-23 21:33:12',NULL,NULL,NULL,'d37aebac-14ac-4d45-b6fe-84329a95e509'),
(5983,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:48:42','2026-01-23 21:33:17',NULL,NULL,NULL,'781f0d8d-f79b-46fa-a2fc-f4969f911c85'),
(5984,1337,NULL,2717,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:48:42','2025-11-14 17:48:42',NULL,NULL,NULL,'e1a8cf2d-a60d-40ee-9338-a7065022a49e'),
(5985,5983,NULL,2718,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:48:42','2025-11-14 17:48:42',NULL,NULL,NULL,'c1f91acc-7f13-4204-9054-da27bb4f864a'),
(5987,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 17:50:30','2025-11-14 17:50:30',NULL,NULL,NULL,'730e8d1b-90c4-4420-8b1e-21feff0d327b'),
(5988,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:50:36','2025-11-14 17:50:36',NULL,NULL,NULL,'403445a1-cf8f-4b58-8a36-d1f40aa0e65a'),
(5989,1407,NULL,2719,1,'craft\\elements\\Entry',1,0,'2025-11-14 17:50:36','2025-11-14 17:50:36',NULL,NULL,NULL,'76ab2a64-d741-4b16-87b9-3db982d02d36'),
(5990,5988,NULL,2720,21,'craft\\elements\\Entry',1,0,'2025-11-14 17:50:36','2025-11-14 17:50:36',NULL,NULL,NULL,'60d1ae4d-aece-47b3-9ebf-d5a670fa295b'),
(5994,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 18:15:34','2025-11-14 18:15:34',NULL,NULL,NULL,'267cf38f-b481-45e3-8748-e1d9bbc5ca5d'),
(5995,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:15:40','2025-11-14 18:15:40',NULL,NULL,NULL,'9c034241-815c-4f22-8828-096f51e0910b'),
(5996,1343,NULL,2721,1,'craft\\elements\\Entry',1,0,'2025-11-14 18:15:40','2025-11-14 18:15:40',NULL,NULL,NULL,'ad3890d3-bb9b-4c3a-a9b0-49ca509873fd'),
(5997,5995,NULL,2722,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:15:40','2025-11-14 18:15:41',NULL,NULL,NULL,'f556828e-985c-4e6b-a9ef-a227a6e0b36b'),
(6000,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 18:16:36','2026-01-23 20:49:24',NULL,NULL,NULL,'f7cd0456-d214-469f-b42e-89fecb077b55'),
(6001,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:17:03','2026-01-23 20:50:44',NULL,NULL,NULL,'82e2b763-fa8f-4b5c-a0ae-6e351c105ede'),
(6002,1109,NULL,2723,1,'craft\\elements\\Entry',1,0,'2025-11-14 18:17:03','2025-11-14 18:17:03',NULL,NULL,NULL,'5c88e8a4-91d1-45a3-ae18-38d578c64d0d'),
(6003,6001,NULL,2724,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:17:03','2025-11-14 18:17:03',NULL,NULL,NULL,'1f572a74-626f-41e9-9361-bb43365f44e3'),
(6006,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 18:17:47','2026-01-23 21:37:46',NULL,NULL,NULL,'59706f19-17c1-4445-9c7a-4015fd34d070'),
(6007,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:17:51','2026-01-23 21:37:50',NULL,NULL,NULL,'fca32f55-5c27-4179-bea4-7203f7ebbb00'),
(6008,1117,NULL,2725,1,'craft\\elements\\Entry',1,0,'2025-11-14 18:17:51','2025-11-14 18:17:51',NULL,NULL,NULL,'1c3aa91d-dc88-497b-8d49-4de2a62e2c78'),
(6009,6007,NULL,2726,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:17:51','2025-11-14 18:17:51',NULL,NULL,NULL,'c10ae24e-8346-4c17-8d3d-dba7dc6fc2df'),
(6010,1407,NULL,2727,1,'craft\\elements\\Entry',1,0,'2025-11-14 18:18:00','2025-11-14 18:18:00',NULL,NULL,NULL,'ba2b9047-9dc9-460d-a9d4-d46828623a92'),
(6013,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 18:18:51','2026-01-23 21:39:40',NULL,NULL,NULL,'db71ec4c-63b0-4c71-b648-9ffd95ed6c93'),
(6015,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:18:54','2026-01-23 21:39:45',NULL,NULL,NULL,'26f5b525-13d7-44d8-b35a-b507f5d13230'),
(6016,1473,NULL,2728,1,'craft\\elements\\Entry',1,0,'2025-11-14 18:18:54','2025-11-14 18:18:54',NULL,NULL,NULL,'ba04a320-a1d9-4b79-b9c1-ce7f806dc391'),
(6017,6015,NULL,2729,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:18:54','2025-11-14 18:18:54',NULL,NULL,NULL,'65dc7323-7225-49b6-9401-3351e6342c2d'),
(6020,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 18:19:39','2026-01-22 20:57:07',NULL,NULL,NULL,'b6980180-5db3-4e94-8bc6-edf859bb9609'),
(6021,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:19:43','2026-01-22 20:57:14',NULL,NULL,NULL,'af4ac66e-2557-4d42-954d-753bbf8695ca'),
(6022,1031,NULL,2730,1,'craft\\elements\\Entry',1,0,'2025-11-14 18:19:43','2025-11-14 18:19:43',NULL,NULL,NULL,'f272a255-7836-4f32-8290-2067a32e5e8f'),
(6023,6021,NULL,2731,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:19:43','2025-11-14 18:19:43',NULL,NULL,NULL,'fff86079-cadc-4ca3-9c79-c661c15026ba'),
(6026,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 18:20:49','2025-11-14 18:20:49',NULL,NULL,NULL,'11d9339b-1279-48d6-bd9c-77c78f92af7d'),
(6027,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:20:53','2026-03-25 19:39:04',NULL,NULL,NULL,'e3015fc8-30bd-4204-9c35-b3f0f5813566'),
(6028,1035,NULL,2732,1,'craft\\elements\\Entry',1,0,'2025-11-14 18:20:53','2025-11-14 18:20:53',NULL,NULL,NULL,'8912cbf8-ce04-4873-923f-fdfdc9d44f1b'),
(6029,6027,NULL,2733,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:20:53','2025-11-14 18:20:53',NULL,NULL,NULL,'f9701ffe-319e-497b-8044-cd445ecabe59'),
(6033,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 18:21:47','2026-01-23 20:44:47',NULL,NULL,NULL,'b92e6c96-1b3f-44e8-b351-4aed94be3783'),
(6034,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:21:50','2026-01-23 20:44:52',NULL,NULL,NULL,'3a31df48-175c-4077-b379-33f05c334519'),
(6035,1249,NULL,2734,1,'craft\\elements\\Entry',1,0,'2025-11-14 18:21:50','2025-11-14 18:21:50',NULL,NULL,NULL,'f619a21c-c88e-4ee6-ace5-47672c49e559'),
(6036,6034,NULL,2735,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:21:50','2025-11-14 18:21:50',NULL,NULL,NULL,'e66afb62-bf35-4a1c-b97a-e069833f58e7'),
(6039,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 18:22:44','2025-11-14 18:22:44',NULL,NULL,NULL,'f7a0eed3-1a67-4c84-a4bc-75e5c2c26dd8'),
(6040,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:22:46','2025-11-14 18:22:46',NULL,NULL,NULL,'84a6b30d-8ce1-4f3f-8aa4-0e3e2f23ce91'),
(6041,1349,NULL,2736,1,'craft\\elements\\Entry',1,0,'2025-11-14 18:22:46','2025-11-14 18:22:47',NULL,NULL,NULL,'2c624451-28a9-4486-a00a-73965e721da3'),
(6042,6040,NULL,2737,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:22:46','2025-11-14 18:22:47',NULL,NULL,NULL,'a207c5d5-bd27-4000-8727-31418612a77b'),
(6045,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2025-11-14 18:23:27','2025-11-14 18:23:27',NULL,NULL,NULL,'e9055e6e-ba74-4b5d-bb2c-dc54779b9b7a'),
(6046,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:23:30','2025-11-14 18:23:30',NULL,NULL,NULL,'6e078039-ec75-43ee-9152-97c84de5b37c'),
(6047,1135,NULL,2738,1,'craft\\elements\\Entry',1,0,'2025-11-14 18:23:30','2025-11-14 18:23:30',NULL,NULL,NULL,'57cca2de-4228-4691-be39-6ff76b583bb9'),
(6048,6046,NULL,2739,21,'craft\\elements\\Entry',1,0,'2025-11-14 18:23:30','2025-11-14 18:23:30',NULL,NULL,NULL,'12705736-679c-4a96-8b94-e1d65796be55'),
(6064,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 14:59:26','2025-11-17 14:59:26',NULL,NULL,NULL,'8999f59c-2ae3-46fe-90b2-44a86457c775'),
(6065,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 14:59:26','2025-11-17 14:59:26',NULL,NULL,NULL,'c6d872a0-c2f4-4ddb-9c21-b46a47c6a5f9'),
(6068,1269,NULL,2740,1,'craft\\elements\\Entry',1,0,'2025-11-17 14:59:56','2025-11-17 14:59:56',NULL,NULL,NULL,'df7964d4-9ca7-4e25-884e-575d6b6a5d53'),
(6069,1765,NULL,2741,2,'craft\\elements\\Entry',1,0,'2025-11-17 14:59:56','2025-11-17 14:59:56',NULL,NULL,NULL,'81fa9a19-dab1-49f7-953b-07f7f85f2640'),
(6070,1766,NULL,2742,2,'craft\\elements\\Entry',1,0,'2025-11-17 14:59:56','2025-11-17 14:59:56',NULL,NULL,NULL,'7ac39263-3d78-410c-92e1-76dc36e96b79'),
(6074,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:01:33','2025-11-17 15:01:33',NULL,NULL,NULL,'a5a651e0-515c-4176-9419-570306899b1b'),
(6076,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:01:37','2025-11-17 15:01:37',NULL,NULL,NULL,'d1c8ad1d-8516-403a-868b-46beebe0b877'),
(6077,969,NULL,2743,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:01:37','2025-11-17 15:01:37',NULL,NULL,NULL,'4cbef99e-59fd-4562-b65a-a9929e28d1d2'),
(6078,6076,NULL,2744,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:01:37','2025-11-17 15:01:37',NULL,NULL,NULL,'d61a7dff-c3b3-4afb-a66f-7be8221b36ea'),
(6081,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:03:36','2025-11-17 15:03:36',NULL,NULL,NULL,'f1c0e5a1-303d-4ba2-9be8-19aa42b36ef0'),
(6082,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:03:43','2025-11-17 15:03:43',NULL,NULL,NULL,'569f18fd-5dcb-44e0-beef-dbe0849ca986'),
(6084,1277,NULL,2745,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:03:58','2025-11-17 15:03:58',NULL,NULL,NULL,'b99a1e4f-3951-4876-aa38-a9775a9060fb'),
(6085,1771,NULL,2746,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:03:58','2025-11-17 15:03:58',NULL,NULL,NULL,'0facf11a-256d-4018-80ad-099b607d2bbf'),
(6086,1772,NULL,2747,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:03:58','2025-11-17 15:03:58',NULL,NULL,NULL,'6d9cfc15-cc85-47b6-9b28-b83d2b97cb00'),
(6088,1191,NULL,2748,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:04:56','2025-11-17 15:04:56',NULL,NULL,NULL,'97a34607-998c-4c83-b5c2-727a2b8dd5e9'),
(6090,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:08:28','2025-11-24 17:09:05',NULL,NULL,NULL,'4303b382-abe1-4873-8613-49bb22c8fdb5'),
(6093,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:11:59','2025-11-17 15:11:59',NULL,NULL,NULL,'0e0cc0ce-9038-461b-aac7-7083af6d8da8'),
(6094,1419,NULL,2749,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:12:02','2025-11-17 15:12:02',NULL,NULL,NULL,'656f77d3-ac9c-422d-9199-ade66972aeb6'),
(6095,1890,NULL,2750,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:12:02','2025-11-17 15:12:02',NULL,NULL,NULL,'d885140b-af99-4098-935d-9a908f8e350d'),
(6096,1891,NULL,2751,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:12:02','2025-11-17 15:12:02',NULL,NULL,NULL,'78e918c4-3b50-45cd-b9b0-6d345bf0db8e'),
(6099,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:16:07','2025-11-17 15:16:07',NULL,NULL,NULL,'e3519613-5d70-43c9-8952-783c56544c1b'),
(6101,1413,NULL,2752,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:16:11','2025-11-17 15:16:11',NULL,NULL,NULL,'27f81d9c-a939-4518-9461-dcdad2820226'),
(6102,1885,NULL,2753,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:16:11','2025-11-17 15:16:11',NULL,NULL,NULL,'182c05a1-346b-4b20-9422-33ca8e523ae9'),
(6103,1886,NULL,2754,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:16:11','2025-11-17 15:16:11',NULL,NULL,NULL,'7e42e05c-6c29-4aab-a4ad-66309fce9125'),
(6105,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:17:03','2025-11-17 15:17:03',NULL,NULL,NULL,'27e61a74-b70b-4412-ba94-a8bf117fd0c7'),
(6107,1425,NULL,2755,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:17:07','2025-11-17 15:17:07',NULL,NULL,NULL,'898141ff-afb0-4ea2-b561-4879f0659af1'),
(6108,1896,NULL,2756,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:17:07','2025-11-17 15:17:07',NULL,NULL,NULL,'1fa41092-6627-4496-8b92-93d11c4b1e05'),
(6112,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:34:14','2025-11-17 15:34:14',NULL,NULL,NULL,'f153d493-7eca-46b3-bd0b-c3b84ce7e218'),
(6113,1359,NULL,2757,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:34:54','2025-11-17 15:34:54',NULL,NULL,NULL,'bdc45d02-1e60-4edb-8ea0-bab284a26856'),
(6114,1841,NULL,2758,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:34:54','2025-11-17 15:34:54',NULL,NULL,NULL,'57530e28-0b32-4b1b-98ca-92f8197ff08e'),
(6117,1365,NULL,2759,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:36:43','2025-11-17 15:36:43',NULL,NULL,NULL,'352da074-4059-4b31-9299-8d3d07705d8b'),
(6118,1845,NULL,2760,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:36:43','2025-11-17 15:36:44',NULL,NULL,NULL,'8932eda6-a02c-4d5b-a86c-eb938ae6fb97'),
(6119,1846,NULL,2761,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:36:43','2025-11-17 15:36:44',NULL,NULL,NULL,'7f31405c-63b8-489c-a39f-9054e6b9ca24'),
(6122,975,NULL,2762,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:38:31','2025-11-17 15:38:31',NULL,NULL,NULL,'17d15682-c897-4b90-9925-c2cba968e540'),
(6123,1519,NULL,2763,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:38:31','2025-11-17 15:38:31',NULL,NULL,NULL,'f08c0274-3ac0-48fd-a8a4-2e4f0b537db4'),
(6125,1067,NULL,2764,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:38:51','2025-11-17 15:38:51',NULL,NULL,NULL,'aa8694b4-fbf0-40fa-8e0f-0899c087e67c'),
(6128,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:39:49','2025-11-17 15:39:49',NULL,NULL,NULL,'8ee56a14-3611-4cc9-bc15-a5265e6d1fe7'),
(6130,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:41:05','2025-11-17 15:41:05',NULL,NULL,NULL,'d254defe-bc1e-43fa-aac9-43511d82c81b'),
(6131,1431,NULL,2765,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:41:10','2025-11-17 15:41:10',NULL,NULL,NULL,'d0ca8f84-42f5-4004-b918-0dc0dbc2eaf2'),
(6132,1900,NULL,2766,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:41:10','2025-11-17 15:41:10',NULL,NULL,NULL,'380e67e3-26b5-4d21-9abe-0e1b35df3bc7'),
(6133,1901,NULL,2767,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:41:10','2025-11-17 15:41:10',NULL,NULL,NULL,'207c9ee7-2897-4a73-b620-81a49aaf9503'),
(6137,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:41:55','2025-11-17 15:41:55',NULL,NULL,NULL,'f5554fa4-9df7-43ff-9265-070fefb1469a'),
(6138,1437,NULL,2768,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:41:58','2025-11-17 15:41:58',NULL,NULL,NULL,'eba485d2-086a-4792-8f02-b09fc886bfc6'),
(6139,1905,NULL,2769,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:41:58','2025-11-17 15:41:59',NULL,NULL,NULL,'6dd28d00-1afb-417c-b465-bef53dcae070'),
(6140,1906,NULL,2770,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:41:58','2025-11-17 15:41:59',NULL,NULL,NULL,'d3c88da9-226b-4e33-b399-0823cb45a81c'),
(6143,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:42:34','2025-11-17 15:42:34',NULL,NULL,NULL,'f49f8929-9672-4141-afea-6e9be3b7d3a7'),
(6145,1283,NULL,2771,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:43:23','2025-11-17 15:43:23',NULL,NULL,NULL,'e2cfd187-c230-4678-ba6e-4298fedd66c5'),
(6146,1776,NULL,2772,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:43:23','2025-11-17 15:43:23',NULL,NULL,NULL,'18b092b5-4dff-4afb-81d7-26dd98341d9c'),
(6147,1777,NULL,2773,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:43:23','2025-11-17 15:43:23',NULL,'2026-01-17 00:25:00',NULL,'35f6b140-8ecc-4b08-b90c-07cd69fe1089'),
(6149,2712,NULL,2774,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:55:31','2025-11-17 15:55:31',NULL,NULL,NULL,'13ed8509-1520-46d4-8477-7c82a3f7a748'),
(6151,1197,NULL,2775,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:56:16','2025-11-17 15:56:17',NULL,NULL,NULL,'761e307b-151b-4c33-b24d-18aa9334bf47'),
(6153,1201,NULL,2776,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:57:09','2025-11-17 15:57:09',NULL,NULL,NULL,'92456663-e5b8-4ffd-934f-bd594a2805a0'),
(6156,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:57:47','2025-11-17 15:57:47',NULL,NULL,NULL,'cb64e564-9fc5-4d8b-b699-8c09b019b522'),
(6158,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:57:50','2025-11-17 15:57:50',NULL,NULL,NULL,'cac83d9f-ed9d-44e8-b1db-abae50d9ca7f'),
(6159,1443,NULL,2777,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:57:49','2025-11-17 15:57:50',NULL,NULL,NULL,'7989e29d-bcbf-4f74-8a50-8c6ff5a38c1a'),
(6160,6158,NULL,2778,2,'craft\\elements\\Entry',1,0,'2025-11-17 15:57:50','2025-11-17 15:57:50',NULL,NULL,NULL,'e12b0cdf-f80c-4857-b70c-432e677df4ba'),
(6162,1209,NULL,2779,1,'craft\\elements\\Entry',1,0,'2025-11-17 15:58:21','2025-11-17 15:58:21',NULL,NULL,NULL,'529a76d4-cf21-46d8-9fe3-b09f32cb81e2'),
(6165,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 15:59:50','2025-11-17 15:59:50',NULL,NULL,NULL,'2599f1ec-e352-42d1-8849-31200a94db52'),
(6167,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:03:15','2025-11-17 16:03:15',NULL,NULL,NULL,'33ce8e1b-2230-4d91-9615-7cc1516488ad'),
(6168,1289,NULL,2780,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:03:20','2025-11-17 16:03:20',NULL,NULL,NULL,'23136b66-3dc6-4753-96b7-2779ee2a92c9'),
(6169,1782,NULL,2781,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:03:20','2025-11-17 16:03:20',NULL,NULL,NULL,'c38df901-8548-4a7e-8bc1-11d65d89080f'),
(6170,1783,NULL,2782,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:03:20','2025-11-17 16:03:20',NULL,NULL,NULL,'6dc88707-f114-4777-94be-88650a7eb352'),
(6173,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:03:58','2025-11-17 16:03:58',NULL,NULL,NULL,'f3c8b2d3-c6f0-4adc-8ab2-3f53c79fdd6b'),
(6175,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:04:11','2025-11-17 16:04:11',NULL,NULL,NULL,'c1333cab-399a-4cee-9df3-51d9f41fe3cd'),
(6176,1297,NULL,2783,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:04:15','2025-11-17 16:04:15',NULL,NULL,NULL,'b0eaf2cf-972b-4049-859f-72cb488dcd04'),
(6177,1788,NULL,2784,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:04:15','2025-11-17 16:04:15',NULL,'2026-03-09 18:18:04',NULL,'0d053fd9-eb44-4b4b-b989-010df3f00076'),
(6178,1789,NULL,2785,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:04:15','2025-11-17 16:04:15',NULL,NULL,NULL,'5b01ebed-4c99-4fad-800e-21fd716c7c52'),
(6180,981,NULL,2786,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:06:53','2025-11-17 16:06:53',NULL,NULL,NULL,'7bf9f6d3-4e79-4de2-949f-f700c03ffa81'),
(6183,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:07:56','2026-03-09 16:09:36',NULL,NULL,NULL,'549f800f-77c5-47c3-bbda-0cc5a09c50f8'),
(6185,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:08:16','2025-11-17 16:08:16',NULL,NULL,NULL,'1ce782f2-340f-4099-9c61-4a9155948341'),
(6186,1073,NULL,2787,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:08:26','2025-11-17 16:08:26',NULL,NULL,NULL,'97cf054f-304e-413f-9761-590e1065c3db'),
(6187,1601,NULL,2788,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:08:26','2025-11-17 16:08:26',NULL,NULL,NULL,'3e3abbcd-0d1e-41ba-a520-6337dedda506'),
(6188,1602,NULL,2789,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:08:26','2025-11-17 16:08:26',NULL,NULL,NULL,'78aa1cbb-7cd6-4781-bed3-bcd6341cd143'),
(6191,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:12:47','2025-11-17 16:12:47',NULL,NULL,NULL,'eb9869f5-0208-4e8b-9582-09c9b22874f5'),
(6193,1303,NULL,2790,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:13:13','2025-11-17 16:13:13',NULL,NULL,NULL,'99f93890-191f-4641-b8ae-a7e8ec4f84fc'),
(6194,1793,NULL,2791,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:13:13','2025-11-17 16:13:13',NULL,NULL,NULL,'b6f02617-519d-4266-a030-dfe3e94372de'),
(6195,1794,NULL,2792,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:13:13','2025-11-17 16:13:13',NULL,NULL,NULL,'676bb5dc-f0f7-44fd-a113-8a7a7524acf2'),
(6196,1215,NULL,2793,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:13:46','2025-11-17 16:13:46',NULL,NULL,NULL,'3d7431ce-0d43-4190-803a-6c9d6d4fc47e'),
(6199,1395,NULL,2794,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:15:23','2025-11-17 16:15:23',NULL,NULL,NULL,'c088315f-cc87-4fb8-9a14-7ff40799060e'),
(6200,1870,NULL,2795,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:15:23','2025-11-17 16:15:23',NULL,NULL,NULL,'c568ca58-21ea-4792-ba2e-797e8fb2bc5f'),
(6204,1371,NULL,2796,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:17:44','2025-11-17 16:17:44',NULL,NULL,NULL,'e63880bd-518f-44af-b10b-67d9d08ff759'),
(6205,1850,NULL,2797,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:17:44','2025-11-17 16:17:44',NULL,NULL,NULL,'d636c2dd-db2b-44b4-a5e0-acbf83f32ccb'),
(6206,1851,NULL,2798,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:17:44','2025-11-17 16:17:44',NULL,NULL,NULL,'9898ae6e-6cf2-475e-82c2-c93a19282687'),
(6208,1915,1794,NULL,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:18:46','2025-11-17 16:18:48',NULL,'2025-11-17 16:19:28',NULL,'c853e9df-405d-4e30-9681-dd8036b67331'),
(6210,1449,NULL,2799,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:19:28','2025-11-17 16:19:29',NULL,NULL,NULL,'932e82a1-0af5-40d8-b560-78ccce439a06'),
(6211,1916,NULL,2800,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:19:28','2025-11-17 16:19:29',NULL,'2026-01-20 18:53:19',NULL,'de9b3a38-e5a0-48fe-a4fd-4458e9fa67e7'),
(6214,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:20:31','2025-11-17 16:20:31',NULL,NULL,NULL,'3fc164b9-7884-4371-a294-865b01a88380'),
(6216,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:20:57','2025-11-17 16:20:57',NULL,NULL,NULL,'024fc15a-c068-4c78-a5a6-e2d2729e3755'),
(6217,1455,NULL,2801,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:21:02','2025-11-17 16:21:02',NULL,NULL,NULL,'926f5de2-34b5-42dd-9230-cf5a88e7737c'),
(6218,1920,NULL,2802,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:21:02','2025-11-17 16:21:02',NULL,NULL,NULL,'a34d379c-1612-4276-8ce0-0e7ba9601d74'),
(6219,1921,NULL,2803,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:21:02','2025-11-17 16:21:02',NULL,NULL,NULL,'f87c1ab9-b4d4-4cb4-99c8-0e08a0b617e8'),
(6221,989,NULL,2804,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:21:18','2025-11-17 16:21:18',NULL,NULL,NULL,'7ead657e-5d2a-46c9-8a77-dd0f8ba127ef'),
(6224,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:22:33','2025-11-17 16:22:33',NULL,NULL,NULL,'8d9f9e2b-f87e-4cf3-8f91-c6ddc8201d00'),
(6225,1309,NULL,2805,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:22:37','2025-11-17 16:22:37',NULL,NULL,NULL,'ed6aa41b-3fba-461c-b9ac-b5c5daf1a20c'),
(6226,1799,NULL,2806,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:22:37','2025-11-17 16:22:37',NULL,NULL,NULL,'c9ce1ec9-8800-4c9f-970f-d96981c3f67f'),
(6228,995,NULL,2807,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:23:26','2025-11-17 16:23:26',NULL,NULL,NULL,'d51998ac-846c-4f42-bdcf-16e06e86ac37'),
(6230,1219,NULL,2808,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:23:55','2025-11-17 16:23:56',NULL,NULL,NULL,'4adc718a-8429-4e7d-9e53-b4116e65b292'),
(6232,1079,NULL,2809,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:24:49','2025-11-17 16:24:49',NULL,NULL,NULL,'9d3beb43-cba4-49d8-80ff-029ae2935544'),
(6236,1377,NULL,2810,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:25:54','2025-11-17 16:25:54',NULL,NULL,NULL,'b50b168e-cd6d-4cd0-af77-2ac76f5de05f'),
(6237,1855,NULL,2811,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:25:54','2025-11-17 16:25:54',NULL,NULL,NULL,'00109e00-1236-4ac5-98da-e059abb9398a'),
(6238,1856,NULL,2812,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:25:54','2025-11-17 16:25:54',NULL,NULL,NULL,'f5ea969a-7890-4409-98eb-8670454d8eee'),
(6242,1401,NULL,2813,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:32:33','2025-11-17 16:32:33',NULL,NULL,NULL,'269a1ee5-7ea8-4ee9-9411-dd0879a0477e'),
(6243,1875,NULL,2814,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:32:33','2025-11-17 16:32:33',NULL,NULL,NULL,'49ce7c2d-9831-4a62-bba4-a1abadec22a5'),
(6244,1876,NULL,2815,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:32:33','2025-11-17 16:32:33',NULL,NULL,NULL,'23594a1a-b03b-4506-9464-e719aca31e2c'),
(6246,999,NULL,2816,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:33:14','2025-11-17 16:33:14',NULL,NULL,NULL,'c7147ddd-fdce-407c-985b-b4793db20860'),
(6248,1477,NULL,2817,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:33:40','2025-11-17 16:33:40',NULL,NULL,NULL,'024c0584-026a-47ce-becb-e2e4da8e84aa'),
(6251,1085,NULL,2818,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:35:08','2025-11-17 16:35:08',NULL,NULL,NULL,'31593cb2-9d88-49d2-8c5c-7b47bd9d6327'),
(6252,1611,NULL,2819,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:35:08','2025-11-17 16:35:08',NULL,NULL,NULL,'0ef6f13b-2781-44d0-abcc-b334e08f6367'),
(6255,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:36:30','2025-11-17 16:36:30',NULL,NULL,NULL,'97f0a090-98dd-4cdf-940a-f989df9c75e7'),
(6258,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:36:52','2025-11-17 16:36:52',NULL,NULL,NULL,'ba27fdde-6461-41c0-bf15-5e0621c742b3'),
(6259,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:36:55','2025-11-17 16:36:55',NULL,NULL,NULL,'782d890e-daa0-4d02-a7ae-c7ee65ea31a0'),
(6260,1461,NULL,2820,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:36:55','2025-11-17 16:36:55',NULL,NULL,NULL,'b33e5e78-d6d6-497e-8cae-63e2e2bae67d'),
(6261,6259,NULL,2821,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:36:55','2025-11-17 16:36:55',NULL,NULL,NULL,'514389fc-9074-4c96-92b7-560439eb80b8'),
(6262,1926,NULL,2822,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:36:55','2025-11-17 16:36:55',NULL,NULL,NULL,'d1546b60-38b8-4056-ab2c-a6f2a90efc70'),
(6265,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:38:01','2025-11-17 16:38:01',NULL,NULL,NULL,'eb34f6ee-8e03-4cfe-a9df-eb8fb78e13e0'),
(6266,1467,NULL,2823,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:38:04','2025-11-17 16:38:04',NULL,NULL,NULL,'11cc949f-ec6f-4e5d-a7bb-e1f9985e20a0'),
(6267,1930,NULL,2824,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:38:04','2025-11-17 16:38:04',NULL,NULL,NULL,'8e7fdf20-171d-429e-86dc-3203a5df07cc'),
(6270,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:38:21','2025-11-17 16:38:21',NULL,NULL,NULL,'7e852cb9-58f8-41b6-84cf-580d0b2084ca'),
(6271,1467,NULL,2825,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:38:25','2025-11-17 16:38:25',NULL,NULL,NULL,'66a90a20-41c8-4337-893e-a1d65860e5d3'),
(6272,1931,NULL,2826,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:38:25','2025-11-17 16:38:25',NULL,NULL,NULL,'62111fac-f3e2-47c6-a1c4-27204a35d04a'),
(6274,1225,NULL,2827,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:39:15','2025-11-17 16:39:15',NULL,NULL,NULL,'3107f9e7-ec02-41a8-9c42-b9dc2e8b5fd9'),
(6276,1005,NULL,2828,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:40:10','2025-11-17 16:40:10',NULL,NULL,NULL,'663f0ee8-17bf-4cd7-9694-77c78f4564a9'),
(6279,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:41:23','2025-11-17 16:41:23',NULL,NULL,NULL,'1238a46e-3bf4-4284-b06f-df47e9945b40'),
(6281,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:41:32','2025-11-17 16:41:32',NULL,NULL,NULL,'5ba74f42-9678-4f9a-83fd-4cf07a56bb42'),
(6282,1315,NULL,2829,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:41:36','2025-11-17 16:41:36',NULL,NULL,NULL,'9d248607-10e3-46e0-af7f-e265fee92d5b'),
(6283,1804,NULL,2830,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:41:36','2025-11-17 16:41:37',NULL,NULL,NULL,'03fe823d-920f-42b4-896f-fa1b5a04e23a'),
(6284,1805,NULL,2831,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:41:36','2025-11-17 16:41:37',NULL,NULL,NULL,'258c5d7c-6496-4b75-8332-dad1c3605dc9'),
(6287,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:42:25','2025-11-17 16:42:25',NULL,NULL,NULL,'839b2cf1-a87c-4570-88b1-3e9b5452fa7c'),
(6288,1383,NULL,2832,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:42:54','2025-11-17 16:42:54',NULL,NULL,NULL,'1d067451-6633-4207-a18f-b86a70f62c86'),
(6289,1860,NULL,2833,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:42:54','2025-11-17 16:42:54',NULL,NULL,NULL,'4e2be6fc-3460-482b-971c-a99e2370b464'),
(6292,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:43:43','2025-11-17 16:43:43',NULL,NULL,NULL,'396058db-754f-4fbb-9e4b-3f946f006ed0'),
(6294,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:44:01','2025-11-17 16:44:01',NULL,NULL,NULL,'9ed59da5-2bc5-464d-bfb3-c408f0c4479b'),
(6295,1323,NULL,2834,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:44:05','2025-11-17 16:44:05',NULL,NULL,NULL,'658b6e97-f02d-44e8-8616-ba784b93f497'),
(6296,1810,NULL,2835,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:44:05','2025-11-17 16:44:05',NULL,NULL,NULL,'30773958-5e90-440a-818e-659c846843e0'),
(6297,1811,NULL,2836,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:44:05','2025-11-17 16:44:05',NULL,NULL,NULL,'5e0c3109-a8ac-46b6-9245-d09b1e9d0f92'),
(6300,1011,NULL,2837,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:45:42','2025-11-17 16:45:42',NULL,NULL,NULL,'86794199-9bea-4be1-9f6c-ff34c40ee2f0'),
(6301,1549,NULL,2838,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:45:42','2025-11-17 16:45:42',NULL,NULL,NULL,'bb83aa88-0030-4f75-88d4-d3ddd3d609d4'),
(6303,1091,NULL,2839,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:46:07','2025-11-17 16:46:07',NULL,NULL,NULL,'e8a8d3f3-ca89-40e7-8374-b1e067ee5318'),
(6306,1097,NULL,2840,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:47:04','2025-11-17 16:47:04',NULL,NULL,NULL,'2faf6c29-bd6c-4791-9753-56341523430a'),
(6307,1621,NULL,2841,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:47:04','2025-11-17 16:47:04',NULL,NULL,NULL,'7b6c1945-7e18-4eed-b4d3-f7ad675db4a4'),
(6309,1231,NULL,2842,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:47:49','2025-11-17 16:47:49',NULL,NULL,NULL,'1a020b43-b3cc-41e0-a50b-261d0817be0d'),
(6312,1103,NULL,2843,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:48:44','2025-11-17 16:48:44',NULL,NULL,NULL,'7b905241-0edc-45b9-a583-fe5f4b97de8d'),
(6313,1626,NULL,2844,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:48:44','2025-11-17 16:48:44',NULL,NULL,NULL,'b21f8338-254a-4f2a-bb3e-da10e98ed9d3'),
(6315,1237,NULL,2845,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:49:12','2025-11-17 16:49:12',NULL,NULL,NULL,'2623c0c4-b939-44cf-b62c-73cb753ed416'),
(6317,1243,NULL,2846,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:49:29','2025-11-17 16:49:29',NULL,NULL,NULL,'08e0245b-8a3a-4f7d-956a-47286d8e0c0e'),
(6321,1389,NULL,2847,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:50:38','2025-11-17 16:50:38',NULL,NULL,NULL,'f7fe4748-a58f-4ac0-bf54-bcb083741794'),
(6322,1865,NULL,2848,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:50:38','2025-11-17 16:50:38',NULL,NULL,NULL,'095dbbdc-1004-4571-b8fc-2dea39eeec90'),
(6323,1866,NULL,2849,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:50:38','2025-11-17 16:50:38',NULL,NULL,NULL,'59363b2c-ecb0-41b9-8ebe-1e7ee558e1aa'),
(6325,1149,NULL,2850,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:51:01','2025-11-17 16:51:01',NULL,NULL,NULL,'e39c52ff-d6af-4f23-9aec-621f39dc73fe'),
(6327,1155,NULL,2851,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:51:11','2025-11-17 16:51:11',NULL,NULL,NULL,'0e4fa2b9-d827-4542-8a43-6161d10fd501'),
(6330,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:52:18','2025-11-17 16:52:18',NULL,NULL,NULL,'30474a77-7a4c-4b5e-8d1d-ff696d10c24a'),
(6331,1329,NULL,2852,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:52:25','2025-11-17 16:52:25',NULL,NULL,NULL,'d05341e0-4e2a-46df-9b9f-b51a1e09f9bd'),
(6332,1816,NULL,2853,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:52:25','2025-11-17 16:52:25',NULL,NULL,NULL,'cdb8e5b5-8bc4-4638-8e58-73b2bfe97ac2'),
(6334,1481,NULL,2854,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:52:46','2025-11-17 16:52:46',NULL,NULL,NULL,'27a7ac5f-b48b-41ef-b7a1-7b8b1e581054'),
(6336,1481,NULL,2855,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:53:01','2025-11-17 16:53:01',NULL,NULL,NULL,'22114ee3-0e48-4389-ae20-1c99d7cdc9ab'),
(6338,1017,NULL,2856,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:53:34','2025-11-17 16:53:34',NULL,NULL,NULL,'8d0e28b8-ab80-4418-826c-be14fa557978'),
(6341,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:54:57','2025-11-17 16:54:57',NULL,NULL,NULL,'6e4cd146-107f-429c-bb6b-2b32a4727df6'),
(6343,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:55:03','2025-11-17 16:55:03',NULL,NULL,NULL,'5d842592-9af5-4507-9e2c-dfeb1dbddc09'),
(6345,1017,NULL,2857,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:55:07','2025-11-17 16:55:07',NULL,NULL,NULL,'f5ead08d-cf03-4599-b73c-90983415be52'),
(6346,1554,NULL,2858,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:55:07','2025-11-17 16:55:07',NULL,NULL,NULL,'782c0baf-4a89-4d9b-836e-f326466875b8'),
(6347,1555,NULL,2859,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:55:07','2025-11-17 16:55:07',NULL,NULL,NULL,'49c68086-473d-4359-b958-da3e77dc0588'),
(6348,1023,NULL,2860,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:55:43','2025-11-17 16:55:43',NULL,NULL,NULL,'a4a16578-127d-41df-9186-0eb0c33fadaa'),
(6350,1337,NULL,2861,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:56:05','2025-11-17 16:56:05',NULL,NULL,NULL,'d78cb36f-ec03-4abb-b83f-d7a3046085fa'),
(6352,1407,NULL,2862,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:56:34','2025-11-17 16:56:34',NULL,NULL,NULL,'904ba421-be34-47c1-a5a4-3dff93f1e335'),
(6354,1343,NULL,2863,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:56:56','2025-11-17 16:56:56',NULL,NULL,NULL,'a17d97d3-a31d-4980-9a51-7f700d478d83'),
(6356,1109,NULL,2864,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:57:05','2025-11-17 16:57:06',NULL,NULL,NULL,'11f0046a-64cf-491a-ba24-10c3f77714eb'),
(6358,1117,NULL,2865,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:57:12','2025-11-17 16:57:12',NULL,NULL,NULL,'d9a4099e-e9b5-4cff-ae6e-b5793c4ea4e8'),
(6360,1473,NULL,2866,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:57:32','2025-11-17 16:57:32',NULL,NULL,NULL,'72f04040-3474-457c-bb52-6e8cae656c23'),
(6363,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-17 16:58:08','2025-11-17 16:58:08',NULL,NULL,NULL,'857defce-65da-4125-b199-312a92bdd592'),
(6365,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:58:10','2025-11-17 16:58:10',NULL,NULL,NULL,'f3fa806a-ca52-4673-b1e6-2598ee66ef92'),
(6366,1031,NULL,2867,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:58:10','2025-11-17 16:58:10',NULL,NULL,NULL,'5f73c843-ac8e-4f3a-8dbe-0c71c1e5b16a'),
(6367,6365,NULL,2868,2,'craft\\elements\\Entry',1,0,'2025-11-17 16:58:10','2025-11-17 16:58:10',NULL,NULL,NULL,'cbfb1f2f-7780-434d-8526-f3d3c6b60a1c'),
(6369,1035,NULL,2869,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:58:37','2025-11-17 16:58:37',NULL,NULL,NULL,'b4014312-501e-4928-9e54-a4ffba5f8876'),
(6370,1041,NULL,2870,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:59:02','2025-11-17 16:59:02',NULL,NULL,NULL,'38bd821b-d0c2-4109-a720-154c036fa963'),
(6372,1249,NULL,2871,1,'craft\\elements\\Entry',1,0,'2025-11-17 16:59:29','2025-11-17 16:59:29',NULL,NULL,NULL,'27b7ee13-ae98-4abf-8a8b-51b8bba9b034'),
(6375,1123,NULL,2872,1,'craft\\elements\\Entry',1,0,'2025-11-17 17:00:27','2025-11-17 17:00:27',NULL,NULL,NULL,'1af5f3cb-343c-4cb3-a28f-594f7524b90a'),
(6376,1643,NULL,2873,2,'craft\\elements\\Entry',1,0,'2025-11-17 17:00:27','2025-11-17 17:00:27',NULL,NULL,NULL,'2dd4228b-6110-40f2-a2f2-bba39f5363cc'),
(6378,1129,NULL,2874,1,'craft\\elements\\Entry',1,0,'2025-11-17 17:01:01','2025-11-17 17:01:01',NULL,NULL,NULL,'6d333592-eb44-400b-a94b-fe4e80dde6af'),
(6380,1349,NULL,2875,1,'craft\\elements\\Entry',1,0,'2025-11-17 17:01:07','2025-11-17 17:01:07',NULL,NULL,NULL,'9d176fca-5d8d-4f22-ac22-73fbd7a45a93'),
(6382,1135,NULL,2876,1,'craft\\elements\\Entry',1,0,'2025-11-17 17:01:13','2025-11-17 17:01:13',NULL,NULL,NULL,'f75dcbb9-0f76-4881-9325-7f95fff35cc0'),
(6383,1141,NULL,2877,1,'craft\\elements\\Entry',1,0,'2025-11-17 17:01:19','2025-11-17 17:01:19',NULL,NULL,NULL,'9854969d-cc5c-49d4-8568-cf355ac6c428'),
(6384,1143,NULL,2878,1,'craft\\elements\\Entry',1,0,'2025-11-17 17:01:32','2025-11-17 17:01:32',NULL,NULL,NULL,'83334511-0581-4989-97db-a4f556820d47'),
(6385,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-17 17:12:39','2025-11-17 17:12:39',NULL,NULL,NULL,'3055dd3e-7424-4bde-b6a4-bdedeee3390b'),
(6387,1059,NULL,2879,1,'craft\\elements\\Entry',1,0,'2025-11-17 17:32:09','2025-11-17 17:32:09',NULL,NULL,NULL,'1003b1c7-b225-4eed-9f5c-2eda4f0128bd'),
(6389,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-17 22:20:28','2025-11-17 22:20:28',NULL,NULL,NULL,'281f18c2-3134-4529-a23f-50dba1a11912'),
(6391,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-11-18 16:47:26','2026-01-21 14:32:36',NULL,NULL,NULL,'442eb83b-8172-49dd-ab56-a3cb73123b14'),
(6392,2720,NULL,2881,1,'craft\\elements\\Entry',1,0,'2025-11-18 16:47:26','2025-11-18 16:47:26',NULL,NULL,NULL,'b5ae4dd2-deca-4b41-b242-e291b31b88dc'),
(6393,6391,NULL,2882,2,'craft\\elements\\Entry',1,0,'2025-11-18 16:47:26','2025-11-18 16:47:26',NULL,NULL,NULL,'bede80d9-280d-49dd-8be0-526fb4c69e47'),
(6394,1353,NULL,2883,1,'craft\\elements\\Entry',1,0,'2025-11-18 16:48:51','2025-11-18 16:48:51',NULL,NULL,NULL,'90d8ca2b-4270-4ccb-8167-9435bed7282b'),
(6396,1365,NULL,2884,1,'craft\\elements\\Entry',1,0,'2025-11-18 16:49:19','2025-11-18 16:49:19',NULL,NULL,NULL,'e0234d83-6571-4ea3-b561-7cb05394e7d4'),
(6398,2712,NULL,2885,1,'craft\\elements\\Entry',1,0,'2025-11-18 16:58:20','2025-11-18 16:58:20',NULL,NULL,NULL,'bb8894be-2d26-4324-8de5-ed34db841879'),
(6400,1371,NULL,2886,1,'craft\\elements\\Entry',1,0,'2025-11-18 16:59:09','2025-11-18 16:59:09',NULL,NULL,NULL,'fc9ad9b4-770e-431c-8c0c-9ea5bfb12bbd'),
(6402,1377,NULL,2887,1,'craft\\elements\\Entry',1,0,'2025-11-18 16:59:49','2025-11-18 16:59:49',NULL,NULL,NULL,'f9d63849-0854-4730-b716-09d1c91e70f7'),
(6404,1383,NULL,2888,1,'craft\\elements\\Entry',1,0,'2025-11-18 17:00:32','2025-11-18 17:00:32',NULL,NULL,NULL,'f9fee428-3126-449a-b74b-a808d709f255'),
(6406,1389,NULL,2889,1,'craft\\elements\\Entry',1,0,'2025-11-18 17:00:54','2025-11-18 17:00:54',NULL,NULL,NULL,'daedf8f6-6ed6-45ff-ad52-917b07c1e8db'),
(6408,1389,NULL,2890,1,'craft\\elements\\Entry',1,0,'2025-11-18 17:02:08','2025-11-18 17:02:08',NULL,NULL,NULL,'1c2b0a66-7b96-4fdc-9438-991ae6fe8573'),
(6410,1407,NULL,2891,1,'craft\\elements\\Entry',1,0,'2025-11-18 17:02:19','2025-11-18 17:02:20',NULL,NULL,NULL,'3b7e42e1-5155-4e5d-b037-ffa6dd8d2aac'),
(6412,1395,NULL,2892,1,'craft\\elements\\Entry',1,0,'2025-11-18 17:03:04','2025-11-18 17:03:04',NULL,NULL,NULL,'a82542f1-5efd-471e-b6bb-5c0de07abd02'),
(6414,1401,NULL,2893,1,'craft\\elements\\Entry',1,0,'2025-11-18 17:03:39','2025-11-18 17:03:39',NULL,NULL,NULL,'bed40539-0f48-4fc3-9da4-d4a112c4247f'),
(6416,1413,NULL,2894,1,'craft\\elements\\Entry',1,0,'2025-11-18 17:03:57','2025-11-18 17:03:57',NULL,NULL,NULL,'5a407d6e-6133-4807-827d-a6a6942bb547'),
(6418,1161,NULL,2895,1,'craft\\elements\\Entry',1,0,'2025-11-18 17:06:51','2025-11-18 17:06:51',NULL,NULL,NULL,'565a687b-604c-4686-8a45-0ed5c5eb1d13'),
(6422,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-11-19 20:57:56','2025-11-19 20:57:56',NULL,NULL,NULL,'37df1ee8-ef4f-478a-981a-98325b77b639'),
(6423,1461,NULL,2896,1,'craft\\elements\\Entry',1,0,'2025-11-19 20:58:44','2025-11-19 20:58:44',NULL,NULL,NULL,'63cd694b-d96b-476b-a033-bb1729173860'),
(6425,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-21 05:23:55','2025-11-21 05:23:55',NULL,NULL,NULL,'257d7743-b2b5-45b1-9c9e-46d5a4483256'),
(6426,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-23 13:10:55','2025-11-23 13:10:55',NULL,NULL,NULL,'9af0e06e-1876-49ae-835c-bac2c6f9c7bb'),
(6427,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-24 01:15:13','2025-11-24 01:15:13',NULL,NULL,NULL,'3107d546-1055-4087-96e4-63f98ff5891e'),
(6428,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-24 05:21:19','2025-11-24 05:21:19',NULL,NULL,NULL,'f18d6786-cb3c-468b-a912-8ed77fdec68a'),
(6434,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-11-24 14:42:12','2025-11-24 14:42:12',NULL,NULL,NULL,'b647e8f3-7e25-4f7f-ac29-45c80f454e1d'),
(6436,1303,NULL,2897,1,'craft\\elements\\Entry',1,0,'2025-11-24 14:42:16','2025-11-24 14:42:16',NULL,NULL,NULL,'cd8255f5-3008-46b2-a85e-7d5fb3f377da'),
(6437,1793,NULL,2898,2,'craft\\elements\\Entry',1,0,'2025-11-24 14:42:16','2025-11-24 14:42:16',NULL,NULL,NULL,'4207d202-473d-4889-88c8-307b83cc4fcb'),
(6438,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-24 16:33:31','2025-11-24 16:33:31',NULL,NULL,NULL,'6c90f733-9d66-4cee-9375-80dc4f176763'),
(6443,1419,NULL,2899,1,'craft\\elements\\Entry',1,0,'2025-11-24 17:09:22','2025-11-24 17:09:22',NULL,NULL,NULL,'0154183b-4f7f-4be0-8270-49ec54d4b5ab'),
(6445,1123,NULL,2900,1,'craft\\elements\\Entry',1,0,'2025-11-24 17:46:53','2025-11-24 17:46:53',NULL,NULL,NULL,'9f9f2aed-1446-4406-8b26-97b9920416d5'),
(6446,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-24 22:02:09','2025-11-24 22:02:09',NULL,NULL,NULL,'c7a8a89f-716e-44bd-b74e-210408a67a2d'),
(6447,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-24 23:08:11','2025-11-24 23:08:11',NULL,NULL,NULL,'82611df0-e23a-4034-b4f6-ac9421384b9d'),
(6451,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-11-27 02:10:34','2025-11-27 02:10:34',NULL,NULL,NULL,'7a5675a2-f402-48e1-8ed4-7704d521f54e'),
(6454,1177,NULL,2901,1,'craft\\elements\\Entry',1,0,'2025-12-01 19:35:58','2025-12-01 19:35:58',NULL,NULL,NULL,'52585f3f-ace8-4aeb-8980-f914c61779e6'),
(6455,1692,NULL,2902,2,'craft\\elements\\Entry',1,0,'2025-12-01 19:35:58','2025-12-01 19:35:58',NULL,NULL,NULL,'7885ea08-7b21-4f5a-99d7-4e72eb15e036'),
(6457,2880,NULL,2903,1,'craft\\elements\\Entry',1,0,'2025-12-01 19:36:11','2025-12-01 19:36:11',NULL,NULL,NULL,'af506716-170e-4743-b7ee-b7b69c9b3add'),
(6458,3303,NULL,2904,2,'craft\\elements\\Entry',1,0,'2025-12-01 19:36:11','2025-12-01 19:36:11',NULL,NULL,NULL,'172518d7-a716-426a-b20e-f7c52f3b3fa8'),
(6460,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-12-01 19:39:53','2026-03-09 16:12:17',NULL,NULL,NULL,'aec9f5aa-cbf2-4113-9c5a-2c98bdee77ca'),
(6462,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2025-12-01 19:40:26','2026-03-09 16:12:23',NULL,NULL,NULL,'73714742-4144-4101-bfdb-da1ddc4f68ee'),
(6463,951,NULL,2905,1,'craft\\elements\\Entry',1,0,'2025-12-01 19:40:26','2025-12-01 19:40:26',NULL,NULL,NULL,'817768c0-ccdf-414c-adbf-871d19dd2e21'),
(6464,6462,NULL,2906,2,'craft\\elements\\Entry',1,0,'2025-12-01 19:40:26','2025-12-01 19:40:26',NULL,NULL,NULL,'a8958a50-2a26-410f-9c1b-264803a650e8'),
(6467,951,NULL,2907,1,'craft\\elements\\Entry',1,0,'2025-12-01 19:40:57','2025-12-01 19:40:57',NULL,NULL,NULL,'0b3f9e53-fadb-4a6b-bd46-adb8f07b4505'),
(6468,6462,NULL,2908,2,'craft\\elements\\Entry',1,0,'2025-12-01 19:40:57','2025-12-01 19:40:57',NULL,NULL,NULL,'51413243-e200-4945-b891-6406a4e785a9'),
(6469,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-02 18:45:11','2025-12-02 18:45:11',NULL,NULL,NULL,'ee9b5cf7-494a-477e-a887-bfdf3cc9d08b'),
(6470,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-03 18:43:05','2025-12-03 18:43:05',NULL,NULL,NULL,'b7bb72f8-f6d8-40a9-a1f2-66fef5840eb2'),
(6479,111,NULL,2911,11,'craft\\elements\\Entry',0,0,'2025-12-05 19:00:12','2025-12-05 19:00:12',NULL,NULL,NULL,'ab5f131e-7488-4ea8-b2f5-445b4246ac2e'),
(6480,111,NULL,2912,11,'craft\\elements\\Entry',0,0,'2025-12-05 19:00:26','2025-12-05 19:00:26',NULL,NULL,NULL,'3fa215ad-d2ab-492e-bd92-6a681e86e7f2'),
(6482,113,NULL,2913,11,'craft\\elements\\Entry',0,0,'2025-12-05 19:00:33','2025-12-05 19:00:33',NULL,NULL,NULL,'c8256006-bda5-4364-b949-10bb43acb415'),
(6484,115,NULL,2914,11,'craft\\elements\\Entry',0,0,'2025-12-05 19:00:43','2025-12-05 19:00:43',NULL,NULL,NULL,'d926e58d-1560-4be5-89e2-2fd92959c5d9'),
(6486,117,NULL,2915,11,'craft\\elements\\Entry',0,0,'2025-12-05 19:00:53','2025-12-05 19:00:53',NULL,NULL,NULL,'fa724633-50ae-4774-82b1-03d9624af93e'),
(6488,119,NULL,2916,11,'craft\\elements\\Entry',0,0,'2025-12-05 19:01:02','2025-12-05 19:01:02',NULL,NULL,NULL,'7a24e167-95ab-45f3-b3f9-a62cf53293e7'),
(6490,121,NULL,2917,11,'craft\\elements\\Entry',0,0,'2025-12-05 19:01:13','2025-12-05 19:01:13',NULL,NULL,NULL,'3b3b14ef-3629-4255-ac8b-3f0cdd5ff04a'),
(6492,555,NULL,2918,11,'craft\\elements\\Entry',0,0,'2025-12-05 19:01:24','2025-12-05 19:01:24',NULL,NULL,NULL,'a93d7602-f81f-4a5a-89c1-7922222f76d7'),
(6494,557,NULL,2919,11,'craft\\elements\\Entry',0,0,'2025-12-05 19:01:36','2025-12-05 19:01:36',NULL,NULL,NULL,'c0ac0d38-b165-49d3-ab52-f8ca058fae64'),
(6496,559,NULL,2920,11,'craft\\elements\\Entry',0,0,'2025-12-05 19:01:50','2025-12-05 19:01:50',NULL,NULL,NULL,'91536cae-6523-45ce-b90c-39d0103a3702'),
(6498,111,NULL,2922,11,'craft\\elements\\Entry',1,0,'2025-12-05 19:07:35','2025-12-05 19:07:35',NULL,NULL,NULL,'20480d06-e8ff-4d44-8aab-5c80d7dc3523'),
(6499,113,NULL,2923,11,'craft\\elements\\Entry',1,0,'2025-12-05 19:07:35','2025-12-05 19:07:35',NULL,NULL,NULL,'33d641d8-5046-491a-8223-2e17b711d1ab'),
(6500,115,NULL,2924,11,'craft\\elements\\Entry',1,0,'2025-12-05 19:07:35','2025-12-05 19:07:35',NULL,NULL,NULL,'b8969706-99cb-4aad-9abd-b7cdcaacba76'),
(6501,117,NULL,2925,11,'craft\\elements\\Entry',1,0,'2025-12-05 19:07:35','2025-12-05 19:07:35',NULL,NULL,NULL,'9cd5d5b0-5929-4518-8aab-f5105d74124a'),
(6502,119,NULL,2926,11,'craft\\elements\\Entry',1,0,'2025-12-05 19:07:35','2025-12-05 19:07:35',NULL,NULL,NULL,'135e2001-e64d-4c39-bc2d-63cff0244093'),
(6503,121,NULL,2927,11,'craft\\elements\\Entry',1,0,'2025-12-05 19:07:35','2025-12-05 19:07:35',NULL,NULL,NULL,'af93d26e-70e9-4d8e-afbe-6a2c88c0ee51'),
(6504,555,NULL,2928,11,'craft\\elements\\Entry',1,0,'2025-12-05 19:07:35','2025-12-05 19:07:35',NULL,NULL,NULL,'39b2979c-4a85-4db1-a940-15b824ac0574'),
(6505,557,NULL,2929,11,'craft\\elements\\Entry',1,0,'2025-12-05 19:07:35','2025-12-05 19:07:35',NULL,NULL,NULL,'329c30f9-4eba-41c7-9a7e-b3543cd3912b'),
(6506,559,NULL,2930,11,'craft\\elements\\Entry',1,0,'2025-12-05 19:07:35','2025-12-05 19:07:35',NULL,NULL,NULL,'0af28798-c68b-4c6f-b2c2-07cbba7dda14'),
(6507,2,1914,NULL,1,'craft\\elements\\Entry',1,0,'2025-12-05 20:15:12','2025-12-23 18:40:44',NULL,NULL,NULL,'425256fc-3941-40b4-9df1-a4a41b248376'),
(6510,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-06 10:30:04','2025-12-06 10:30:04',NULL,NULL,NULL,'fb34686e-8152-4eae-bf74-fecae94c04f1'),
(6512,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-10 00:40:14','2025-12-10 00:40:14',NULL,NULL,NULL,'981e716b-00bc-4b66-b200-b39aeaf2d83d'),
(6513,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-10 14:28:24','2025-12-10 14:28:24',NULL,NULL,NULL,'56ff8a62-8493-4174-9295-242d0b7eb63c'),
(6514,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-10 15:29:53','2025-12-10 15:29:53',NULL,NULL,NULL,'86c8b834-ad1b-47e4-9819-49cd50b40b1e'),
(6518,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-12 17:54:22','2025-12-12 17:54:22',NULL,NULL,NULL,'00f91350-4a8f-4e94-ba80-ef15467475ac'),
(6519,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-12 18:18:33','2025-12-12 18:18:33',NULL,NULL,NULL,'d1956cda-88bc-4a20-be53-cb939c915dad'),
(6521,1045,NULL,2931,1,'craft\\elements\\Entry',1,0,'2025-12-12 18:18:37','2025-12-12 18:18:37',NULL,NULL,NULL,'261d3aa6-749b-468e-b28e-c4adf989ba7a'),
(6523,1045,NULL,2932,1,'craft\\elements\\Entry',1,0,'2025-12-12 18:42:28','2025-12-12 18:42:28',NULL,NULL,NULL,'27149027-25bc-4087-9213-797b77f8fc6e'),
(6525,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-12 18:45:11','2025-12-12 18:45:11',NULL,NULL,NULL,'0bba8e55-2154-4a68-b426-ab30aaba8532'),
(6526,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-12 18:45:39','2025-12-12 18:45:39',NULL,NULL,NULL,'3abb64a6-8e68-4e4a-8bd2-5994cff73338'),
(6527,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-12 18:47:11','2025-12-12 18:47:11',NULL,NULL,NULL,'66200dc9-c921-449b-a3d9-2690ec4d9c13'),
(6528,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-12 18:47:12','2025-12-12 18:47:12',NULL,NULL,NULL,'d97eb5f3-00d3-47f9-8e7e-c985fc280593'),
(6529,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-12 18:47:15','2025-12-12 18:47:15',NULL,NULL,NULL,'7445eccb-8f21-4c74-bbec-f06758961ae5'),
(6530,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-12 18:49:08','2026-01-14 16:57:15',NULL,NULL,NULL,'0f5e0f95-fa49-40a7-b2e4-a6c0ffb980c1'),
(6531,1073,NULL,2933,1,'craft\\elements\\Entry',1,0,'2025-12-12 18:49:40','2025-12-12 18:49:40',NULL,NULL,NULL,'20e05901-de6d-401a-a233-f3d14ab68c13'),
(6533,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-12 18:49:57','2025-12-12 18:49:57',NULL,NULL,NULL,'670419cb-29ee-4724-bb5e-d33775cea4d2'),
(6534,1073,NULL,2934,1,'craft\\elements\\Entry',1,0,'2025-12-12 18:50:45','2025-12-12 18:50:45',NULL,NULL,NULL,'7489a0ad-a6c0-4b51-98a2-56c15247272f'),
(6536,1073,NULL,2935,1,'craft\\elements\\Entry',1,0,'2025-12-12 18:53:00','2025-12-12 18:53:00',NULL,NULL,NULL,'4e6e0007-269b-4a0b-a315-9b9454c8e5c7'),
(6537,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-14 13:24:44','2025-12-14 13:24:44',NULL,NULL,NULL,'0b8a6b77-526f-4f42-8577-85544d4dc170'),
(6538,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-14 18:22:52','2025-12-14 18:22:52',NULL,NULL,NULL,'6addd092-d3cf-4a48-a4fa-389d119e123c'),
(6542,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-15 18:42:42','2025-12-15 18:42:42',NULL,NULL,NULL,'8afd6736-be75-4799-a81a-ceb3cdb0553d'),
(6547,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2025-12-15 19:54:35','2026-01-17 19:30:46',NULL,NULL,NULL,'52a7c239-8c0b-4be2-997e-3d8bdb7b3a79'),
(6548,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2025-12-15 19:55:27','2025-12-15 19:55:27',NULL,NULL,NULL,'43db91ff-b60c-4840-80c4-586b8fe1b2a7'),
(6549,6547,NULL,2938,5,'craft\\elements\\Entry',1,0,'2025-12-15 19:55:30','2025-12-15 19:55:30',NULL,NULL,NULL,'f0e4caec-2b3f-49dc-81e9-27d834fc5ecd'),
(6551,6547,NULL,2939,5,'craft\\elements\\Entry',1,0,'2025-12-15 19:55:54','2025-12-15 19:55:54',NULL,NULL,NULL,'09cea125-21f1-48d1-aa64-5058860f5d28'),
(6552,1255,NULL,2940,1,'craft\\elements\\Entry',1,0,'2025-12-15 19:56:06','2025-12-15 19:56:06',NULL,NULL,NULL,'a071e016-ffa5-4fc4-8855-bd8527ae3ae3'),
(6555,1473,NULL,2941,1,'craft\\elements\\Entry',1,0,'2025-12-16 14:41:54','2025-12-16 14:41:54',NULL,NULL,NULL,'d9222a49-108a-4cb2-a983-16e03c551a29'),
(6557,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-16 14:42:20','2025-12-16 14:42:20',NULL,NULL,NULL,'3cd673d1-fdbd-4ba3-83e3-3d99c27c476a'),
(6559,1473,NULL,2942,1,'craft\\elements\\Entry',1,0,'2025-12-16 14:42:53','2025-12-16 14:42:53',NULL,NULL,NULL,'da6cc18b-08f5-4db6-8ec8-a5bec3c57df0'),
(6560,1935,NULL,2943,2,'craft\\elements\\Entry',1,0,'2025-12-16 14:42:53','2025-12-16 14:42:53',NULL,NULL,NULL,'c13e1bef-2003-407f-a572-f429a2263ea4'),
(6562,1473,NULL,2944,1,'craft\\elements\\Entry',1,0,'2025-12-16 14:43:05','2025-12-16 14:43:05',NULL,NULL,NULL,'56f5bebe-5845-43f8-b598-1c49924eff31'),
(6564,1477,NULL,2945,1,'craft\\elements\\Entry',1,0,'2025-12-16 14:43:40','2025-12-16 14:43:40',NULL,NULL,NULL,'61d74e11-cebe-4884-808c-b425897aea28'),
(6570,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:50:05','2025-12-16 14:50:05',NULL,NULL,NULL,'d5384edd-ba1f-4031-8220-77ded5c24060'),
(6571,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:50:05','2025-12-16 14:50:05',NULL,NULL,NULL,'f0e86b75-6a21-4bff-98d0-475d105c8670'),
(6572,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:50:05','2025-12-16 14:50:05',NULL,NULL,NULL,'0685099a-9218-405d-bc1c-60f518d404cd'),
(6573,1477,NULL,2946,1,'craft\\elements\\Entry',1,0,'2025-12-16 14:50:05','2025-12-16 14:50:05',NULL,NULL,NULL,'b4c9ab8d-65d0-4244-87ab-487b6e74df59'),
(6574,6570,NULL,2947,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:50:05','2025-12-16 14:50:05',NULL,NULL,NULL,'cad89727-29b8-46bb-87e1-b22846942dce'),
(6575,6571,NULL,2948,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:50:05','2025-12-16 14:50:05',NULL,NULL,NULL,'d254b40d-ec77-41c3-9bd8-df2ed933865e'),
(6576,6572,NULL,2949,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:50:05','2025-12-16 14:50:05',NULL,NULL,NULL,'7f2e20fd-b8e1-4b72-91d9-258366d686ee'),
(6582,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:52:15','2026-01-20 17:48:18',NULL,NULL,NULL,'d44bf6f2-b9ed-4c77-8939-4513e85ae48b'),
(6583,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:52:15','2026-01-20 17:48:18',NULL,NULL,NULL,'1f07b52e-a50e-4627-ac91-3af8ba31984e'),
(6584,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:52:15','2026-01-20 17:48:18',NULL,NULL,NULL,'f3958144-6208-4242-a55a-dd99ac401be8'),
(6585,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:52:15','2026-01-20 17:48:18',NULL,NULL,NULL,'2e4ca2ab-f5ad-4aee-9009-376c16ce28b7'),
(6586,1481,NULL,2950,1,'craft\\elements\\Entry',1,0,'2025-12-16 14:52:15','2025-12-16 14:52:15',NULL,NULL,NULL,'4dfbc709-f74a-4186-aea6-897cfc1dc0b4'),
(6587,6582,NULL,2951,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:52:15','2025-12-16 14:52:15',NULL,NULL,NULL,'93281ba5-411a-46cb-84b4-a17327cc2d51'),
(6588,6583,NULL,2952,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:52:15','2025-12-16 14:52:15',NULL,NULL,NULL,'51c13201-43d7-42d9-adc0-8c5e5ea97944'),
(6589,6584,NULL,2953,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:52:15','2025-12-16 14:52:15',NULL,NULL,NULL,'1d90d713-7dbc-474f-8241-b1d1d85521a1'),
(6590,6585,NULL,2954,3,'craft\\elements\\Entry',1,0,'2025-12-16 14:52:15','2025-12-16 14:52:15',NULL,NULL,NULL,'9115f1d7-f18b-45c9-9139-48e4e33a038d'),
(6592,1481,NULL,2955,1,'craft\\elements\\Entry',1,0,'2025-12-16 14:52:22','2025-12-16 14:52:22',NULL,NULL,NULL,'a52004a6-7ee1-4a57-b4f2-9d2d59214ea5'),
(6594,1161,NULL,2956,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:00:08','2025-12-16 15:00:08',NULL,NULL,NULL,'976ecfee-a9a8-44ba-ae82-025d38b93741'),
(6598,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:02:21','2025-12-16 15:02:21',NULL,NULL,NULL,'01dd9b99-53f4-4ef3-a52e-0a9eca018cf9'),
(6600,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:04:43','2026-01-16 16:14:28',NULL,NULL,NULL,'3000d33f-73b4-4d66-bf4f-98951815196f'),
(6601,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:04:50','2026-01-16 16:14:43',NULL,NULL,NULL,'6c41e52b-23f4-4a3a-8f64-2f94703a7440'),
(6602,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-16 15:07:32','2025-12-16 15:07:32',NULL,NULL,NULL,'1548f425-07fb-4faf-b4bb-9de4abceb30c'),
(6603,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:07:35','2026-01-16 16:05:51',NULL,NULL,NULL,'6d2be48c-a033-4ede-991c-59546ee1f030'),
(6604,1161,NULL,2957,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:07:35','2025-12-16 15:07:35',NULL,NULL,NULL,'0a91a0d4-b646-4fa7-b8a7-f474ae0fbd2e'),
(6605,6603,NULL,2958,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:07:35','2025-12-16 15:07:35',NULL,NULL,NULL,'4db87c53-7932-47da-94d9-45429a9032f4'),
(6608,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-12-16 15:16:02','2025-12-16 15:16:02',NULL,NULL,NULL,'bed628f9-995b-4385-8f79-307441303f83'),
(6609,1161,NULL,2959,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:16:08','2025-12-16 15:16:08',NULL,NULL,NULL,'7e44376b-0dec-4376-b9d4-126a69804f90'),
(6610,1674,NULL,2960,2,'craft\\elements\\Entry',1,0,'2025-12-16 15:16:08','2025-12-16 15:16:08',NULL,NULL,NULL,'e4dbef44-3245-46fc-9a6b-e25747b58fc3'),
(6612,1177,NULL,2961,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:17:27','2025-12-16 15:17:27',NULL,NULL,NULL,'561f5655-6f6e-4c07-a36c-3612ff138d50'),
(6614,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-12-16 15:22:32','2025-12-16 15:22:32',NULL,NULL,NULL,'4551e801-ff94-41dc-8244-2794956596c0'),
(6616,1177,NULL,2962,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:22:47','2025-12-16 15:22:47',NULL,NULL,NULL,'b31dca2d-e804-4e8f-94a1-93f22add19fc'),
(6617,1692,NULL,2963,2,'craft\\elements\\Entry',1,0,'2025-12-16 15:22:47','2025-12-16 15:22:48',NULL,NULL,NULL,'d803e1a9-7789-4eac-a464-610b3008ba78'),
(6619,1177,NULL,2964,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:23:28','2025-12-16 15:23:28',NULL,NULL,NULL,'3c428099-8783-47e2-8d2a-4ca892b32376'),
(6620,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-16 15:25:36','2026-03-05 20:09:40',NULL,NULL,NULL,'035254fd-1e0f-4954-8343-e70e95dd7a89'),
(6621,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-12-16 15:25:40','2026-01-23 19:15:05',NULL,NULL,NULL,'457da758-0c06-422f-92c3-9a094efc742b'),
(6622,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-12-16 15:25:40','2025-12-16 15:25:40',NULL,NULL,NULL,'55d12e7e-ebdb-4f38-9184-d7f0f1a27ed7'),
(6623,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2025-12-16 15:25:40','2026-01-23 19:13:17',NULL,NULL,NULL,'d13af090-021c-40a8-878d-0ba1cc76ec83'),
(6624,1165,NULL,2965,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:25:39','2025-12-16 15:25:40',NULL,NULL,NULL,'0346eaae-5bf8-41d8-91d0-18aa38fa959a'),
(6625,6621,NULL,2966,21,'craft\\elements\\Entry',1,0,'2025-12-16 15:25:40','2025-12-16 15:25:40',NULL,NULL,NULL,'cac0bc37-25d9-4172-bf28-fbc583cb4085'),
(6626,6622,NULL,2967,21,'craft\\elements\\Entry',1,0,'2025-12-16 15:25:40','2025-12-16 15:25:40',NULL,NULL,NULL,'37f44eb0-9c46-4506-86b1-4e4d640b6a2d'),
(6627,6623,NULL,2968,21,'craft\\elements\\Entry',1,0,'2025-12-16 15:25:40','2025-12-16 15:25:40',NULL,NULL,NULL,'0e7eeb1a-2c8f-4d76-a584-fc2a8fd146ce'),
(6629,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2025-12-16 15:26:45','2025-12-16 15:26:45',NULL,NULL,NULL,'7c65cf4c-2145-4c8d-b3fd-cd2fc2a168b0'),
(6631,1165,NULL,2969,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:26:54','2025-12-16 15:26:54',NULL,NULL,NULL,'d3f9b88d-b275-4a12-9d68-4f3378d98783'),
(6632,1677,NULL,2970,2,'craft\\elements\\Entry',1,0,'2025-12-16 15:26:54','2025-12-16 15:26:54',NULL,NULL,NULL,'793f3f95-0676-4083-9f68-dc77b7e06d61'),
(6634,1165,NULL,2971,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:26:56','2025-12-16 15:26:56',NULL,NULL,NULL,'4f29614d-f19c-4450-a1fc-a0596ab09b00'),
(6635,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:30:16','2025-12-16 15:30:16',NULL,NULL,NULL,'edfde142-ee70-4aaf-8f7e-3f9c8d06b5a6'),
(6636,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:30:24','2025-12-16 15:30:24',NULL,NULL,NULL,'4a0651ed-70f4-4172-8ec3-0a245e469d2c'),
(6637,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:30:26','2025-12-16 15:30:26',NULL,NULL,NULL,'737340c4-0379-44c2-9352-898333068234'),
(6638,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:30:31','2025-12-16 15:30:31',NULL,NULL,NULL,'568d066c-c06e-4edc-a799-9e10d304a9db'),
(6639,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:30:39','2025-12-16 15:30:39',NULL,NULL,NULL,'3e7a65a2-125c-4377-ade1-c59c14d1d6d9'),
(6640,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:30:45','2025-12-16 15:30:45',NULL,NULL,NULL,'418e1644-22e7-4be1-928f-71695837a5d4'),
(6641,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-16 15:30:56','2025-12-16 15:30:56',NULL,NULL,NULL,'57081dfb-89a3-4f6d-bf89-439b575b8276'),
(6642,1437,NULL,2972,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:30:59','2025-12-16 15:30:59',NULL,NULL,NULL,'929e1504-6d3c-46d6-9499-8772eb357a38'),
(6644,1437,NULL,2973,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:31:29','2025-12-16 15:31:29',NULL,NULL,NULL,'4757459c-a5c1-419d-a790-219b1411ea3a'),
(6646,1437,NULL,2974,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:32:07','2025-12-16 15:32:07',NULL,NULL,NULL,'237caa84-ddcf-406c-a98b-9184319d9a6d'),
(6651,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:32:50','2026-01-20 15:18:57',NULL,NULL,NULL,'25fc3c97-b326-44be-8ac9-4d05a829c596'),
(6652,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:32:50','2026-01-20 15:18:57',NULL,NULL,NULL,'a71473f2-01e3-4de5-ac7d-e9d3e992402b'),
(6653,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:32:50','2026-01-20 15:24:09',NULL,NULL,NULL,'8f697f7a-803d-4f7d-adfe-4e93ebcafe0a'),
(6654,1437,NULL,2975,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:32:50','2025-12-16 15:32:50',NULL,NULL,NULL,'c3b3e456-4b58-4d4a-8b21-4b8416e52cd2'),
(6655,6651,NULL,2976,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:32:50','2025-12-16 15:32:50',NULL,NULL,NULL,'878d60c8-6c4b-4406-a353-05c4244a01eb'),
(6656,6652,NULL,2977,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:32:50','2025-12-16 15:32:50',NULL,NULL,NULL,'8ec4c850-5ce1-4f1c-a513-f064acc64975'),
(6657,6653,NULL,2978,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:32:50','2025-12-16 15:32:50',NULL,NULL,NULL,'17309b4a-0d69-4117-8136-6a327a775d37'),
(6659,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:34:39','2025-12-16 15:34:39',NULL,NULL,NULL,'35f60c79-1d15-4f93-b388-54602b430bea'),
(6668,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2025-12-16 15:37:55',NULL,NULL,NULL,'8d8ba5e5-b577-4548-9291-e3c33d20a084'),
(6669,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2025-12-16 15:37:55',NULL,NULL,NULL,'a7e24b64-70e7-46be-a433-970c7fa5b16c'),
(6670,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2026-01-20 15:20:16',NULL,NULL,NULL,'fa307fb4-166d-467a-ac49-adb22ebc2063'),
(6671,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2026-01-20 15:20:16',NULL,NULL,NULL,'10603403-c3f5-4d51-b758-7b0dc98cfc20'),
(6672,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2025-12-16 15:37:55',NULL,NULL,NULL,'6cf90311-e65d-4cc0-b735-a5f01fc4eb7e'),
(6673,1431,NULL,2979,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2025-12-16 15:37:55',NULL,NULL,NULL,'46b86626-08b9-4e7d-a2e4-258dbebd1f37'),
(6674,6668,NULL,2980,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2025-12-16 15:37:56',NULL,NULL,NULL,'6be06450-d0ec-469e-9cf0-2e0e6483084f'),
(6675,6669,NULL,2981,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2025-12-16 15:37:56',NULL,NULL,NULL,'f4cfcfdc-34ce-4496-bca6-b86840a13486'),
(6676,6670,NULL,2982,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2025-12-16 15:37:56',NULL,NULL,NULL,'8cd58982-01d9-43a5-b813-b7e48da8a4e3'),
(6677,6671,NULL,2983,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2025-12-16 15:37:56',NULL,NULL,NULL,'ec234fcb-8baf-4580-a3e8-927728b638bb'),
(6678,6672,NULL,2984,3,'craft\\elements\\Entry',1,0,'2025-12-16 15:37:55','2025-12-16 15:37:56',NULL,NULL,NULL,'8aeb2107-83d8-448d-8650-816be528308b'),
(6680,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:39:21','2025-12-16 15:39:21',NULL,NULL,NULL,'cc5632c5-e6b8-4f00-a8c3-630e27eb4a43'),
(6681,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:39:32','2025-12-16 15:39:32',NULL,NULL,NULL,'a74d4013-0536-46d6-b19a-b4887787e819'),
(6682,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:39:38','2025-12-16 15:39:38',NULL,NULL,NULL,'524a4d08-7452-4cfc-b34a-996bff1c72b6'),
(6683,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:39:47','2025-12-16 15:39:47',NULL,NULL,NULL,'965dd3bc-0f0a-4798-9544-60877c1475da'),
(6684,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-16 15:39:54','2025-12-16 15:39:54',NULL,NULL,NULL,'6e62bedc-e9b8-4a04-9ee6-b5b36da6785d'),
(6685,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-16 15:40:17','2025-12-16 15:40:17',NULL,NULL,NULL,'52f23a81-741a-4f4c-a49e-e4c97b45f073'),
(6686,1431,NULL,2985,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:40:19','2025-12-16 15:40:19',NULL,NULL,NULL,'a2f727ee-7fce-4359-bad2-c214e9529375'),
(6689,1431,NULL,2986,1,'craft\\elements\\Entry',1,0,'2025-12-16 15:40:58','2025-12-16 15:40:58',NULL,NULL,NULL,'4e8a8ac1-96c8-4a16-9975-d8636bc121b1'),
(6690,1901,NULL,2987,2,'craft\\elements\\Entry',1,0,'2025-12-16 15:40:58','2025-12-16 15:40:58',NULL,NULL,NULL,'d19f033d-fb82-4954-b3da-4f5494931f94'),
(6697,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-18 20:41:36','2025-12-18 20:41:36',NULL,NULL,NULL,'b54a50ba-9e0a-4d36-b902-6b3b89c91700'),
(6700,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-19 00:11:11','2025-12-19 00:11:11',NULL,NULL,NULL,'a7c751fa-78aa-4a32-a1de-5562c4f67173'),
(6701,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-19 00:40:13','2025-12-19 00:40:13',NULL,NULL,NULL,'50cba4e6-9f30-4f0f-82f2-ab1649c54e19'),
(6702,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-20 20:54:23','2025-12-20 20:54:23',NULL,NULL,NULL,'94e0a67a-b439-4dd0-8a0a-bbea7a9190fc'),
(6703,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-21 19:23:13','2025-12-21 19:23:13',NULL,NULL,NULL,'3ea1b6c7-18a5-4511-9afd-f719c61b83ab'),
(6704,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-22 18:01:37','2025-12-22 18:01:37',NULL,NULL,NULL,'24816e68-f7e1-4fa8-9938-4e3915d2ea09'),
(6712,1177,NULL,2988,1,'craft\\elements\\Entry',1,0,'2025-12-23 19:14:35','2025-12-23 19:14:35',NULL,NULL,NULL,'9804692e-7bcc-42b6-92db-65512e0332fe'),
(6714,1177,NULL,2989,1,'craft\\elements\\Entry',1,0,'2025-12-23 19:14:38','2025-12-23 19:14:38',NULL,NULL,NULL,'a08fdc9a-f721-4797-bf36-cdffb1b3821b'),
(6716,1177,NULL,2990,1,'craft\\elements\\Entry',1,0,'2025-12-23 19:14:50','2025-12-23 19:14:50',NULL,NULL,NULL,'058ec945-512a-423f-988e-58af01e7c22c'),
(6719,NULL,NULL,NULL,26,'craft\\elements\\Entry',1,0,'2025-12-23 19:16:28','2026-01-13 19:03:38',NULL,'2026-01-13 19:03:38',NULL,'7f9fe8b9-8922-4685-aa70-57f864990f4b'),
(6720,1177,NULL,2991,1,'craft\\elements\\Entry',1,0,'2025-12-23 19:16:28','2025-12-23 19:16:28',NULL,NULL,NULL,'5314980a-f0a5-4007-87e9-5b386a16ebd0'),
(6721,6719,NULL,2992,26,'craft\\elements\\Entry',1,0,'2025-12-23 19:16:28','2025-12-23 19:16:28',NULL,'2026-01-13 19:03:38',NULL,'951009fb-93fd-4c60-945e-454a7ebea577'),
(6722,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2025-12-23 19:18:46','2026-01-13 19:03:20',NULL,NULL,NULL,'4e20fb52-cfa5-467a-98c9-087548d29de1'),
(6723,6722,NULL,2993,6,'craft\\elements\\Entry',1,0,'2025-12-23 19:19:22','2025-12-23 19:19:22',NULL,NULL,NULL,'49ae7fe8-7ad0-41a3-af64-184dd9d4ab85'),
(6726,1177,NULL,2994,1,'craft\\elements\\Entry',1,0,'2025-12-23 19:19:50','2025-12-23 19:19:50',NULL,NULL,NULL,'bfed8417-fbb8-4f86-82b0-0f7d691501c4'),
(6727,6719,NULL,2995,26,'craft\\elements\\Entry',1,0,'2025-12-23 19:19:50','2025-12-23 19:19:50',NULL,'2026-01-13 19:03:38',NULL,'43dc1059-d929-45a2-9898-5859ce0f15f6'),
(6728,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-26 03:45:07','2025-12-26 03:45:07',NULL,NULL,NULL,'850b61ba-4329-49d0-b69c-440d40623c61'),
(6729,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-26 04:00:14','2025-12-26 04:00:14',NULL,NULL,NULL,'3d01d3de-c35f-4e47-8882-1b2b2696827e'),
(6730,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-26 04:48:54','2025-12-26 04:48:54',NULL,NULL,NULL,'3ddd1740-8e1c-4e75-87e7-9f6431934adf'),
(6734,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-29 17:45:04','2025-12-29 17:45:04',NULL,NULL,NULL,'6f7bd931-ee15-43ce-b427-81710d8e445e'),
(6736,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-30 18:06:26','2025-12-30 18:06:26',NULL,NULL,NULL,'d1f97019-ac98-42e1-8e74-e485179ed74e'),
(6739,1255,NULL,2996,1,'craft\\elements\\Entry',1,0,'2025-12-30 19:41:52','2025-12-30 19:41:52',NULL,NULL,NULL,'2d153b54-38c6-4e76-8b25-40a8584d5cb1'),
(6740,1261,NULL,2997,1,'craft\\elements\\Entry',1,0,'2025-12-30 19:43:27','2025-12-30 19:43:27',NULL,NULL,NULL,'e00c05c9-a53a-4871-b106-deb0a0f332b0'),
(6741,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 19:44:15','2025-12-30 19:44:15',NULL,NULL,NULL,'28266289-d229-4c4e-b1b1-abadd71c3e7a'),
(6747,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'8e52da72-e763-4aa2-b5e9-7c58e6963396'),
(6748,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'ab0c35ab-643f-4b60-889c-df4cb9128c64'),
(6749,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'6b62317d-7219-43b2-aa3b-82594f66a61b'),
(6750,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'9788f2af-eeef-417d-b573-1816824e6443'),
(6751,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'97c6eda6-31e6-4d9a-9361-0eb893df96be'),
(6752,1269,NULL,2998,1,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'cda71ffc-5b9f-45b1-8705-5a0d06030bb0'),
(6753,6747,NULL,2999,3,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'be5995af-a629-4938-ab30-985bfb1dac9c'),
(6754,6748,NULL,3000,3,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'8c3b2460-355c-4cc1-bfc5-9597681b1477'),
(6755,6749,NULL,3001,3,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'2a9fd2f9-1a65-4ded-9238-3483e8dfaca0'),
(6756,6750,NULL,3002,3,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'f21073ba-ea84-48a8-acd7-93dc1e9344b9'),
(6757,6751,NULL,3003,3,'craft\\elements\\Entry',1,0,'2025-12-30 19:46:23','2025-12-30 19:46:23',NULL,NULL,NULL,'65ff3d2d-9729-4475-b154-d3267826212c'),
(6759,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 19:48:06','2025-12-30 19:48:06',NULL,NULL,NULL,'6f8a8622-ce2e-4229-b886-fefd62273f9d'),
(6760,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 19:48:10','2025-12-30 19:48:10',NULL,NULL,NULL,'1c608771-fd19-4a48-b9b8-fadc69078927'),
(6761,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 19:48:12','2025-12-30 19:48:12',NULL,NULL,NULL,'e2d8aa72-b8c8-4c60-ad7a-1517da15bbab'),
(6762,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 19:48:15','2025-12-30 19:48:15',NULL,NULL,NULL,'a58ff82a-9121-4431-9514-7693e265d14c'),
(6763,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 19:48:18','2025-12-30 19:48:18',NULL,NULL,NULL,'2e19d9e0-54ee-46ac-b1e4-195d70b493f8'),
(6764,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 19:48:28','2025-12-30 19:48:28',NULL,NULL,NULL,'abeaff1d-77f4-4b49-be8b-7922553e80fd'),
(6765,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 19:48:32','2025-12-30 19:48:32',NULL,NULL,NULL,'b243256f-34c2-40d1-9b32-e23ab2454f37'),
(6766,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 19:48:35','2025-12-30 19:48:35',NULL,NULL,NULL,'6e1ef372-0eba-47a4-9dc5-d9abc14454ec'),
(6767,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-30 20:04:54','2026-03-16 18:28:52',NULL,'2026-03-16 18:28:52',NULL,'03ea7d1f-bece-4421-a1b6-3faef9bc8790'),
(6768,1269,NULL,3004,1,'craft\\elements\\Entry',1,0,'2025-12-30 20:04:57','2025-12-30 20:04:57',NULL,NULL,NULL,'16bf500a-9f1e-440c-93c6-fbc6d31ffa3e'),
(6770,1269,NULL,3005,1,'craft\\elements\\Entry',1,0,'2025-12-30 20:05:38','2025-12-30 20:05:38',NULL,NULL,NULL,'1c8c901c-52c3-439f-adfc-ee006f5f291b'),
(6772,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 20:54:09','2025-12-30 20:54:09',NULL,NULL,NULL,'3912927c-cfa1-4fc7-a834-d522296e55b1'),
(6773,1277,NULL,3006,1,'craft\\elements\\Entry',1,0,'2025-12-30 21:29:25','2025-12-30 21:29:25',NULL,NULL,NULL,'c6d75d7f-2bc4-4746-bc50-fba6cde9846c'),
(6780,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'d89a9c15-ee25-48cd-b982-6f0bd556a5a4'),
(6781,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'e7b4f57e-b9b6-4a6b-98b3-94efeb3754c9'),
(6782,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'e5dd2976-5f81-41ba-b7e4-63d6ed3844fb'),
(6783,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'33515136-9063-4ac6-9f9d-f0c282d687e0'),
(6784,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'701c27f6-f575-46cf-8145-cfa078b5de4c'),
(6785,1277,NULL,3007,1,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'f964f396-ae1b-49cc-8fea-2ddd45e72715'),
(6786,6780,NULL,3008,3,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'1a217030-3b2d-48ef-8e8f-f72c3c827f9b'),
(6787,6781,NULL,3009,3,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'fa4b32ba-0e54-40f6-9f80-15fdd147781f'),
(6788,6782,NULL,3010,3,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'635bf9c8-2575-4a2f-832d-f91094e1a47c'),
(6789,6783,NULL,3011,3,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'298e0325-d3b3-45a3-81f9-343669fd82f7'),
(6790,6784,NULL,3012,3,'craft\\elements\\Entry',1,0,'2025-12-30 21:31:13','2025-12-30 21:31:13',NULL,NULL,NULL,'36604018-8d6c-4805-8853-423ea73c47f8'),
(6792,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 21:32:26','2025-12-30 21:32:26',NULL,NULL,NULL,'b257dcfd-5532-4a00-a4dc-216ac110ade4'),
(6793,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 21:32:27','2025-12-30 21:32:27',NULL,NULL,NULL,'59adb4c1-fcf5-48d2-bbee-296bbbb9d405'),
(6794,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 21:32:29','2025-12-30 21:32:29',NULL,NULL,NULL,'f478e57d-a21f-4acf-89d7-6b99e34ade50'),
(6795,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 21:32:31','2025-12-30 21:32:31',NULL,NULL,NULL,'f1cdb4bc-f1d7-4f9b-a48e-992981476008'),
(6796,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2025-12-30 21:32:32','2025-12-30 21:32:32',NULL,NULL,NULL,'a5af71a1-e902-4562-a068-b2942558b955'),
(6797,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2025-12-30 21:39:01','2025-12-30 21:39:01',NULL,NULL,NULL,'4c6bbe68-1942-449d-a4de-2d9c432b47c6'),
(6798,1277,NULL,3013,1,'craft\\elements\\Entry',1,0,'2025-12-30 21:39:21','2025-12-30 21:39:21',NULL,NULL,NULL,'fb350bb1-b9e2-4264-9288-71479843eca3'),
(6799,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2025-12-30 22:14:15','2025-12-30 22:14:15',NULL,NULL,NULL,'e08eda4e-d00b-48e4-b996-7860fcc3cfca'),
(6802,1045,NULL,3014,1,'craft\\elements\\Entry',1,0,'2026-01-02 19:49:14','2026-01-02 19:49:14',NULL,NULL,NULL,'5aec5c01-e3d8-40fe-b582-eb4e50bfe3eb'),
(6804,1051,NULL,3015,1,'craft\\elements\\Entry',1,0,'2026-01-02 19:50:00','2026-01-02 19:50:00',NULL,NULL,NULL,'e6a42c7c-c560-4e24-8fe7-7a1c6891db0c'),
(6807,1059,NULL,3016,1,'craft\\elements\\Entry',1,0,'2026-01-02 19:56:16','2026-01-02 19:56:16',NULL,NULL,NULL,'f7a59b2f-f94c-45d6-a4d9-054ee205849a'),
(6810,1059,NULL,3017,1,'craft\\elements\\Entry',1,0,'2026-01-02 19:59:27','2026-01-02 19:59:27',NULL,NULL,NULL,'71cca102-1b6f-47ca-af1e-ebe5e1d2a0fd'),
(6813,1073,NULL,3018,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:00:29','2026-01-02 20:00:29',NULL,NULL,NULL,'95fe062d-5161-4693-a791-c25c127c3d72'),
(6814,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:01:59','2026-03-04 19:50:24',NULL,NULL,NULL,'569a65bd-90b4-4601-a5f2-9a6868532b67'),
(6816,1079,NULL,3019,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:02:01','2026-01-02 20:02:02',NULL,NULL,NULL,'488e4a53-5846-42b7-b51d-794c68421894'),
(6819,1085,NULL,3020,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:04:05','2026-01-02 20:04:06',NULL,NULL,NULL,'3b9b9997-4920-4bd6-ae7e-ec691110482c'),
(6820,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:05:05','2026-03-04 19:57:19',NULL,NULL,NULL,'1c2a106c-ce12-4806-8143-957807392090'),
(6822,1091,NULL,3021,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:05:06','2026-01-02 20:05:06',NULL,NULL,NULL,'5706c109-ab87-40ae-9972-4a662dbacd81'),
(6825,1097,NULL,3022,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:06:19','2026-01-02 20:06:19',NULL,NULL,NULL,'f8bd9a19-8dcc-49bc-ad99-ec369bdb5330'),
(6828,1123,NULL,3023,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:08:18','2026-01-02 20:08:18',NULL,NULL,NULL,'9ee6985b-4c73-4ee3-9793-963ec1bafaf5'),
(6831,1129,NULL,3024,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:08:56','2026-01-02 20:08:57',NULL,NULL,NULL,'101f17da-7b2f-4b63-b359-99513644b0de'),
(6834,1143,NULL,3025,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:10:34','2026-01-02 20:10:34',NULL,NULL,NULL,'ba929a1b-d879-4ec5-9091-b324696c3da8'),
(6836,1425,NULL,3026,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:13:09','2026-01-02 20:13:09',NULL,NULL,NULL,'81d16e32-5496-4abe-819b-83df79e3b875'),
(6839,1431,NULL,3027,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:15:31','2026-01-02 20:15:31',NULL,NULL,NULL,'8b6bfeca-1dec-4273-8e2b-67e1ca6e547e'),
(6841,1437,NULL,3028,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:16:43','2026-01-02 20:16:44',NULL,NULL,NULL,'627c63c5-82bc-4c07-ac8a-72a1bae1bb3e'),
(6842,1906,NULL,3029,2,'craft\\elements\\Entry',1,0,'2026-01-02 20:16:44','2026-01-02 20:16:44',NULL,NULL,NULL,'21ca9025-4a6d-4a4c-9f6a-bf00ffdd6c2b'),
(6844,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:17:20','2026-03-04 20:17:17',NULL,NULL,NULL,'df3215b5-6cd5-42fc-b2ab-5584e3fee3a2'),
(6845,1461,NULL,3030,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:17:23','2026-01-02 20:17:23',NULL,NULL,NULL,'6df71ca5-e4ce-487b-b7ce-5800ae086c8a'),
(6848,1467,NULL,3031,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:18:16','2026-01-02 20:18:16',NULL,NULL,NULL,'d9428083-2b91-47be-b0ab-dfafbb92ecfc'),
(6851,1261,NULL,3032,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:21:09','2026-01-02 20:21:09',NULL,NULL,NULL,'07485737-616e-4b14-b663-11f43c5ddb98'),
(6852,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:22:08','2026-01-02 20:22:08',NULL,NULL,NULL,'c5455783-50cc-4ce4-b9af-5b4d1e3eb5be'),
(6854,1277,NULL,3033,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:22:12','2026-01-02 20:22:12',NULL,NULL,NULL,'b4c7026a-eb48-418a-8ef6-b761497eafcf'),
(6856,1277,NULL,3034,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:24:05','2026-01-02 20:24:05',NULL,NULL,NULL,'6b1c5365-fce7-4b8e-a374-a9b6e01dba00'),
(6859,1283,NULL,3035,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:25:34','2026-01-02 20:25:34',NULL,NULL,NULL,'69fbdf67-7ef1-486a-8339-d5845bf31aaa'),
(6860,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:26:44','2026-03-04 20:45:22',NULL,NULL,NULL,'9f0e93e5-1c72-4920-a4e7-ec811963a6d1'),
(6862,1297,NULL,3036,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:26:45','2026-01-02 20:26:45',NULL,NULL,NULL,'a720669a-1a58-4a8c-8cad-3c8c77b1eac0'),
(6864,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:28:01','2026-01-02 20:28:01',NULL,NULL,NULL,'20c7086b-53ff-41ef-9ea6-fca6c462894e'),
(6866,1303,NULL,3037,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:29:17','2026-01-02 20:29:17',NULL,NULL,NULL,'c8e13695-ec85-4985-a2ed-9496674ca5d7'),
(6867,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:30:05','2026-03-04 20:46:13',NULL,NULL,NULL,'ee3c5462-fdf9-42e0-9676-0e7f9a713af2'),
(6869,1309,NULL,3038,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:30:07','2026-01-02 20:30:07',NULL,NULL,NULL,'cbc51366-34ce-4c97-9917-00621d32f8d2'),
(6871,1309,NULL,3039,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:31:06','2026-01-02 20:31:06',NULL,NULL,NULL,'ca25ef71-ebfc-4458-8df1-43a006b95880'),
(6872,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:31:54','2026-03-04 20:46:52',NULL,NULL,NULL,'4a9dce4b-896c-4715-9b3d-ab6fa00f3415'),
(6874,1315,NULL,3040,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:31:57','2026-01-02 20:31:57',NULL,NULL,NULL,'d872f03a-0be4-48f4-b08c-d2d2ce8e542c'),
(6875,1323,NULL,3041,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:35:34','2026-01-02 20:35:34',NULL,NULL,NULL,'4306533c-f17b-4a77-be82-fda45cb0d6f3'),
(6878,1323,NULL,3042,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:36:11','2026-01-02 20:36:11',NULL,NULL,NULL,'783414ad-d28d-42fd-a40a-85c5c77300e5'),
(6881,1329,NULL,3043,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:37:40','2026-01-02 20:37:40',NULL,NULL,NULL,'759650da-5417-48a8-bd2b-f296ca9ed270'),
(6882,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:38:22','2026-03-04 20:48:23',NULL,NULL,NULL,'4ae06c39-00b5-4e31-bfe1-299e76ed2fa1'),
(6884,1343,NULL,3044,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:38:23','2026-01-02 20:38:23',NULL,NULL,NULL,'ca1057cc-43cb-42c8-b6c4-f0a35a67619a'),
(6886,1165,NULL,3045,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:39:34','2026-01-02 20:39:34',NULL,NULL,NULL,'942012de-849c-4781-b79e-3a514607fbb1'),
(6888,1171,NULL,3046,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:40:00','2026-01-02 20:40:00',NULL,NULL,NULL,'1dec80f2-330a-43c8-821e-582d9d43ee44'),
(6890,1161,NULL,3047,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:42:52','2026-01-02 20:42:52',NULL,NULL,NULL,'e57f0d21-d684-446f-984d-5cc55550fa12'),
(6893,1191,NULL,3048,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:43:47','2026-01-02 20:43:47',NULL,NULL,NULL,'b97d54d5-cc63-4549-8ffa-c64728900a18'),
(6895,1191,NULL,3049,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:44:44','2026-01-02 20:44:44',NULL,NULL,NULL,'b0a2b25f-2a36-4c5d-a183-697788e37e93'),
(6898,1197,NULL,3050,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:45:14','2026-01-02 20:45:14',NULL,NULL,NULL,'c9ae9f95-31fd-4da9-ae38-3004edd7143b'),
(6900,1209,NULL,3051,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:46:02','2026-01-02 20:46:02',NULL,NULL,NULL,'ee2e9815-2c71-418a-8e6f-694033a2c9f7'),
(6903,1215,NULL,3052,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:47:53','2026-01-02 20:47:53',NULL,NULL,NULL,'e6839bbd-e253-4908-83be-1fe4eb5fbe0e'),
(6906,1219,NULL,3053,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:49:01','2026-01-02 20:49:01',NULL,NULL,NULL,'787c81ef-2959-4dde-8823-fe1fe8fec8cc'),
(6909,1225,NULL,3054,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:50:10','2026-01-02 20:50:10',NULL,NULL,NULL,'6efb93f2-9ba6-4e44-909f-fe1a5a5a4774'),
(6912,1231,NULL,3055,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:51:13','2026-01-02 20:51:13',NULL,NULL,NULL,'3facff75-495e-43f7-8d81-c0664a5d01a8'),
(6914,1237,NULL,3056,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:52:40','2026-01-02 20:52:40',NULL,NULL,NULL,'58222917-8e53-4b27-bbd7-049d190a3771'),
(6917,1249,NULL,3057,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:53:15','2026-01-02 20:53:15',NULL,NULL,NULL,'7496d16a-40ba-47e9-a6aa-b46efbb647ff'),
(6919,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:54:30','2026-01-02 20:54:30',NULL,NULL,NULL,'0845f7f4-5b68-4e8b-bcbb-f7784f013f96'),
(6921,957,NULL,3059,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:57:38','2026-01-02 20:57:38',NULL,NULL,NULL,'4ee81609-9d0e-4639-bcd5-7c44878c9b21'),
(6922,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:58:21','2026-01-02 20:58:21',NULL,NULL,NULL,'5d264146-af81-418f-9084-1ce329ec9e9b'),
(6923,1359,NULL,3060,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:58:23','2026-01-02 20:58:23',NULL,NULL,NULL,'917f41c8-e7ca-4437-8a8f-8709fd33fe7b'),
(6925,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:59:12','2026-03-05 20:43:37',NULL,NULL,NULL,'52f88f76-91fe-4895-8433-c773fd531003'),
(6926,2712,NULL,3061,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:59:13','2026-01-02 20:59:13',NULL,NULL,NULL,'913102ee-da61-4f14-a3fa-7edea39d2292'),
(6927,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 20:59:30','2026-03-05 20:44:06',NULL,NULL,NULL,'aa7a58fe-1372-4ecc-b8e0-c2cef011204e'),
(6929,1371,NULL,3062,1,'craft\\elements\\Entry',1,0,'2026-01-02 20:59:32','2026-01-02 20:59:32',NULL,NULL,NULL,'74fe6556-9a27-40f1-9f77-2734c2809e18'),
(6931,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-02 21:01:04','2026-03-05 20:44:31',NULL,NULL,NULL,'23ebe34b-90b8-4878-99b2-093d2f401d81'),
(6933,1377,NULL,3063,1,'craft\\elements\\Entry',1,0,'2026-01-02 21:01:08','2026-01-02 21:01:08',NULL,NULL,NULL,'82a2795e-9afc-463f-b2b3-1a2be13c2c53'),
(6936,1407,NULL,3064,1,'craft\\elements\\Entry',1,0,'2026-01-02 21:02:08','2026-01-02 21:02:08',NULL,NULL,NULL,'cdd23238-d3e4-488c-b4ba-588d25de4e4c'),
(6937,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-04 00:14:53','2026-01-04 00:14:53',NULL,NULL,NULL,'643203b7-c9bc-4721-96b3-8106465d678b'),
(6938,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-04 01:30:47','2026-01-04 01:30:47',NULL,NULL,NULL,'bd6c0144-3c4a-4ae9-bd02-4cb2deb74d0a'),
(6939,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-04 04:11:19','2026-01-04 04:11:19',NULL,NULL,NULL,'34fc319a-1e92-489e-a281-c87e814d7b8f'),
(6943,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-05 15:52:04','2026-01-05 15:52:04',NULL,NULL,NULL,'9012bf12-e3fc-4e8e-8235-6860bf59e85b'),
(6949,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 16:45:54','2026-03-09 16:20:55',NULL,'2026-03-09 16:20:55',NULL,'9755d662-49f8-4047-9c95-32dcc2b60413'),
(6952,1494,NULL,3067,2,'craft\\elements\\Entry',1,0,'2026-01-05 16:46:02','2026-03-25 19:33:51',NULL,NULL,NULL,'1763e11c-3e4e-4b2c-a5fc-05b5eaebff2f'),
(6953,951,NULL,3068,1,'craft\\elements\\Entry',1,0,'2026-01-05 16:49:57','2026-01-05 16:49:57',NULL,NULL,NULL,'07b3cd2a-df79-440b-9232-b8dc4bcc9fe3'),
(6954,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 17:02:02','2026-01-05 17:02:02',NULL,NULL,NULL,'1459a339-bce7-4164-8e7f-14ad3b1b896d'),
(6956,1255,NULL,3069,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:02:25','2026-01-05 17:02:25',NULL,NULL,NULL,'e1e60991-8510-421a-8f9a-3b3305bbf3a5'),
(6957,1752,NULL,3070,2,'craft\\elements\\Entry',1,0,'2026-01-05 17:02:25','2026-01-05 17:02:25',NULL,NULL,NULL,'7536af49-7e5f-49df-9d50-5269c3f4cd5e'),
(6959,1255,NULL,3071,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:03:01','2026-01-05 17:03:01',NULL,NULL,NULL,'41607d07-19aa-4a00-9ba3-93fff96893db'),
(6962,1165,NULL,3072,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:03:57','2026-01-05 17:03:57',NULL,NULL,NULL,'6e08b5c5-adea-438d-855e-da074aa9220f'),
(6964,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 17:07:45','2026-01-05 17:07:45',NULL,NULL,NULL,'5611b6eb-4d0a-4177-981c-199bbfb2d426'),
(6966,1045,NULL,3073,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:07:53','2026-01-05 17:07:53',NULL,NULL,NULL,'51b01b1c-b4d8-4886-beb5-1ee3ba544d69'),
(6967,1577,NULL,3074,2,'craft\\elements\\Entry',1,0,'2026-01-05 17:07:53','2026-01-05 17:07:53',NULL,NULL,NULL,'b771ad0e-aceb-4641-bd43-b99912005010'),
(6969,1045,NULL,3075,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:08:09','2026-01-05 17:08:09',NULL,NULL,NULL,'f83d73ec-6b3b-4123-976b-52a0748fe23e'),
(6971,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 17:12:17','2026-01-05 17:12:17',NULL,NULL,NULL,'44b78c4a-138b-4314-acc4-b4c13200b115'),
(6974,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-05 17:12:30','2026-01-05 17:12:30',NULL,NULL,NULL,'706e370a-d121-4752-89e7-48e8d1dccb6a'),
(6975,1171,NULL,3076,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:12:30','2026-01-05 17:12:30',NULL,NULL,NULL,'1f9dc161-3bb0-48bd-880d-9437044e841a'),
(6976,6974,NULL,3077,2,'craft\\elements\\Entry',1,0,'2026-01-05 17:12:30','2026-01-05 17:12:30',NULL,NULL,NULL,'93978165-1fc1-4c54-9394-27b28ffc63ef'),
(6978,1171,NULL,3078,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:12:40','2026-01-05 17:12:40',NULL,NULL,NULL,'407f4ddd-4d6e-47b4-9a7f-706be43b5a4a'),
(6980,1261,NULL,3079,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:14:31','2026-01-05 17:14:31',NULL,NULL,NULL,'41391c89-35a8-460f-ad32-15b65c1d4f99'),
(6982,1177,NULL,3080,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:15:18','2026-01-05 17:15:18',NULL,NULL,NULL,'f0e18e88-337d-40ee-858c-5d6478fa54dc'),
(6984,957,NULL,3081,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:16:05','2026-01-05 17:16:05',NULL,NULL,NULL,'d4882450-c334-4a5f-ad86-08504766a192'),
(6986,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 17:22:05','2026-01-05 17:22:05',NULL,NULL,NULL,'ed7f7a8a-432b-4f68-9fa5-152daed00a02'),
(6988,969,NULL,3082,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:22:12','2026-01-05 17:22:12',NULL,NULL,NULL,'c2dcb97f-327c-4549-9ebb-6110f9ef6c71'),
(6989,1514,NULL,3083,2,'craft\\elements\\Entry',1,0,'2026-01-05 17:22:12','2026-01-05 17:22:12',NULL,NULL,NULL,'247aa52a-2ce1-41d6-ac37-96476f29bcb0'),
(6991,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 17:23:13','2026-01-05 17:23:13',NULL,NULL,NULL,'3e0753d7-095f-435b-9398-e0fe231f7758'),
(6993,969,NULL,3084,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:23:19','2026-01-05 17:23:19',NULL,NULL,NULL,'a74920bb-9be0-450a-aaf3-aa4ece9b47af'),
(6994,1514,NULL,3085,2,'craft\\elements\\Entry',1,0,'2026-01-05 17:23:19','2026-01-05 17:23:19',NULL,NULL,NULL,'b888a382-dabc-403c-a2c2-1fde1ddcabff'),
(6996,969,NULL,3086,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:23:34','2026-01-05 17:23:34',NULL,NULL,NULL,'407f797c-4c46-443a-8d57-3c7c03c1be9c'),
(6999,1051,NULL,3088,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:45:13','2026-01-05 17:45:13',NULL,NULL,NULL,'503ba0be-5c51-467b-b7d5-1ecb3c7c8838'),
(7000,1185,NULL,3089,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:48:50','2026-01-05 17:48:50',NULL,NULL,NULL,'e0c1a1f2-ef4e-4d21-bc2b-f8ce709d5c03'),
(7002,1161,NULL,3090,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:50:00','2026-01-05 17:50:00',NULL,NULL,NULL,'7fbd759c-c8ed-4c43-bde6-6ee3f11e7aed'),
(7004,1059,NULL,3091,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:51:48','2026-01-05 17:51:48',NULL,NULL,NULL,'7f499ff3-8c68-4400-85b8-264378af7150'),
(7006,1269,NULL,3092,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:52:27','2026-01-05 17:52:28',NULL,NULL,NULL,'625e03ec-3119-4f28-9f48-61dc1dca0a39'),
(7008,969,NULL,3093,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:52:46','2026-01-05 17:52:46',NULL,NULL,NULL,'54e9d575-7329-4b9c-b3ff-29db28cffc3c'),
(7010,1277,NULL,3094,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:53:20','2026-01-05 17:53:20',NULL,NULL,NULL,'dd5e4c66-c5e6-49eb-8146-cb07f7c4f2f2'),
(7013,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 17:57:56','2026-01-05 17:57:56',NULL,NULL,NULL,'515631a2-d8af-446e-bd73-daf52d80caf2'),
(7014,1191,NULL,3095,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:58:01','2026-01-05 17:58:01',NULL,NULL,NULL,'0fc05427-617b-4194-8ade-05dc03e67d3c'),
(7015,1699,NULL,3096,2,'craft\\elements\\Entry',1,0,'2026-01-05 17:58:01','2026-01-05 17:58:01',NULL,NULL,NULL,'3ba3b0dc-2e00-4b45-bde0-59e851a82842'),
(7017,1191,NULL,3097,1,'craft\\elements\\Entry',1,0,'2026-01-05 17:58:13','2026-01-05 17:58:13',NULL,NULL,NULL,'2fd3f5c7-5b78-4c7c-9794-2bbb190aea66'),
(7018,1419,NULL,3098,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:13:00','2026-01-05 18:13:00',NULL,NULL,NULL,'c3d7c573-fd5c-4986-80cc-1f8f459bf23c'),
(7020,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 18:17:20','2026-01-05 18:17:20',NULL,NULL,NULL,'b88b368f-0a27-4e99-9e4d-936667a26899'),
(7022,1425,NULL,3099,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:17:24','2026-01-05 18:17:24',NULL,NULL,NULL,'87c900d6-47a2-4731-b963-899d4a5fc553'),
(7023,1895,NULL,3100,2,'craft\\elements\\Entry',1,0,'2026-01-05 18:17:24','2026-01-05 18:17:24',NULL,NULL,NULL,'174216ff-cb94-4600-ae1d-32349c3d3fd1'),
(7025,975,NULL,3101,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:18:33','2026-01-05 18:18:34',NULL,NULL,NULL,'b5cf6bd7-d570-4c06-a6a5-2e9d9259d701'),
(7027,1067,NULL,3102,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:18:59','2026-01-05 18:18:59',NULL,NULL,NULL,'c20cfd2e-9b8f-42f0-830a-ef9b7d67c2c4'),
(7029,1431,NULL,3103,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:19:34','2026-01-05 18:19:34',NULL,NULL,NULL,'22cc0f32-3c7e-4a49-91dd-61e14f4fb628'),
(7031,1437,NULL,3104,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:19:43','2026-01-05 18:19:43',NULL,NULL,NULL,'a64e0518-575f-4342-9ef9-94cb849033a7'),
(7035,1283,NULL,3105,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:26:03','2026-01-05 18:26:03',NULL,NULL,NULL,'ffa3ee7f-b1f7-47a4-9c62-17b22602f5d7'),
(7036,1776,NULL,3106,2,'craft\\elements\\Entry',1,0,'2026-01-05 18:26:03','2026-01-05 18:26:03',NULL,NULL,NULL,'840dc4e4-3e22-4c76-9cc1-efd999f94d45'),
(7038,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 18:27:22','2026-01-05 18:27:22',NULL,NULL,NULL,'1430d2dc-fb3e-4c6e-ac97-a972b91c3fc4'),
(7040,1283,NULL,3107,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:27:26','2026-01-05 18:27:26',NULL,NULL,NULL,'860a8960-4c4a-43fb-915b-6c42fa7ef7b9'),
(7041,1776,NULL,3108,2,'craft\\elements\\Entry',1,0,'2026-01-05 18:27:26','2026-01-05 18:27:26',NULL,NULL,NULL,'6eb90af0-4b12-418e-9c8a-389b101352fc'),
(7042,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 18:30:08','2026-01-05 18:30:08',NULL,NULL,NULL,'4207dfed-c524-4781-b546-f3b951535532'),
(7045,1197,NULL,3109,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:31:07','2026-01-05 18:31:07',NULL,NULL,NULL,'64ea4471-cabf-4d76-bda9-7c45f28a17e7'),
(7046,1704,NULL,3110,2,'craft\\elements\\Entry',1,0,'2026-01-05 18:31:07','2026-01-05 18:31:07',NULL,NULL,NULL,'a59acfbc-b1b2-4fd6-99c9-d6228124927c'),
(7049,1443,NULL,3111,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:33:01','2026-01-05 18:33:01',NULL,NULL,NULL,'1089887e-1a6c-43e9-807e-98eaab6fb706'),
(7060,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-05 18:42:40','2026-01-20 18:53:19',NULL,NULL,NULL,'db7ca1e7-c605-4217-9fa2-6b39e895b4f0'),
(7061,1449,NULL,3112,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:42:40','2026-01-05 18:42:40',NULL,NULL,NULL,'8ac07b16-caba-4518-84e6-c3eab6852540'),
(7062,7060,NULL,3113,2,'craft\\elements\\Entry',1,0,'2026-01-05 18:42:40','2026-01-05 18:42:40',NULL,NULL,NULL,'e22c74c3-d923-4731-a942-92a2e0e15fdd'),
(7064,1455,NULL,3114,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:43:45','2026-01-05 18:43:45',NULL,NULL,NULL,'4380836e-4aa7-4406-a08a-e5158db121a8'),
(7068,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 18:50:49','2026-03-09 15:33:00',NULL,'2026-03-09 15:33:00',NULL,'723810d6-5c2b-4c8a-84ca-add18df4cc03'),
(7070,995,NULL,3115,1,'craft\\elements\\Entry',1,0,'2026-01-05 18:50:52','2026-01-05 18:50:52',NULL,NULL,NULL,'59435189-5933-44ec-830e-8930ef2cba47'),
(7071,1536,NULL,3116,2,'craft\\elements\\Entry',1,0,'2026-01-05 18:50:52','2026-01-05 18:50:52',NULL,'2026-03-09 15:35:44',NULL,'35a69c40-175c-4a53-af6a-251024aea7ab'),
(7077,1377,NULL,3117,1,'craft\\elements\\Entry',1,0,'2026-01-05 21:07:06','2026-01-05 21:07:06',NULL,NULL,NULL,'dd09a0f5-4be2-481c-bfd3-32a98faca124'),
(7084,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 21:12:20','2026-03-09 15:54:36',NULL,NULL,NULL,'cbf6e3db-095c-4455-8e3c-74c37b905265'),
(7086,1005,NULL,3118,1,'craft\\elements\\Entry',1,0,'2026-01-05 21:12:25','2026-01-05 21:12:25',NULL,NULL,NULL,'813b7c8e-7feb-4d93-bbfe-8dcd8a3f9aa3'),
(7087,1544,NULL,3119,2,'craft\\elements\\Entry',1,0,'2026-01-05 21:12:25','2026-01-05 21:12:25',NULL,NULL,NULL,'777e5dee-a636-4058-876c-268eb84147a5'),
(7096,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-05 21:18:56','2026-01-05 21:18:56',NULL,NULL,NULL,'e090fae9-8ce9-4cc5-920e-e6f311eb50ed'),
(7098,1103,NULL,3120,1,'craft\\elements\\Entry',1,0,'2026-01-05 21:19:02','2026-01-05 21:19:02',NULL,NULL,NULL,'4ce22969-d525-4020-a82a-943352c1de4b'),
(7099,1626,NULL,3121,2,'craft\\elements\\Entry',1,0,'2026-01-05 21:19:02','2026-01-05 21:19:02',NULL,NULL,NULL,'02ac9e90-91a0-4bf0-9ce4-011ed4bd64d5'),
(7126,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-06 16:45:12','2026-01-06 16:51:24',NULL,NULL,NULL,'18d75bb3-695c-4eb9-b31b-a3f4bda21ccf'),
(7128,1477,NULL,3122,1,'craft\\elements\\Entry',1,0,'2026-01-06 16:45:27','2026-01-06 16:45:27',NULL,NULL,NULL,'0370fc29-98f8-4f56-b674-c3bc3e56b76f'),
(7129,4687,NULL,3123,2,'craft\\elements\\Entry',1,0,'2026-01-06 16:45:27','2026-01-06 16:45:27',NULL,NULL,NULL,'50155ae1-6c08-4eca-9507-f86bddbd1531'),
(7131,1477,NULL,3124,1,'craft\\elements\\Entry',1,0,'2026-01-06 16:45:39','2026-01-06 16:45:39',NULL,NULL,NULL,'32efea70-38bc-4f1b-90f0-fa4ee6025634'),
(7135,1477,NULL,3125,1,'craft\\elements\\Entry',1,0,'2026-01-06 16:51:36','2026-01-06 16:51:36',NULL,NULL,NULL,'ac38aaed-6a44-4672-9e47-bebd5f1ae65d'),
(7136,4687,NULL,3126,2,'craft\\elements\\Entry',1,0,'2026-01-06 16:51:36','2026-01-06 16:51:36',NULL,NULL,NULL,'e44714ab-6f6f-4967-8bfc-2f6aa71fbe70'),
(7138,1477,NULL,3127,1,'craft\\elements\\Entry',1,0,'2026-01-06 17:23:21','2026-01-06 17:23:21',NULL,NULL,NULL,'ae0096b8-9c73-43dc-8cde-794d5506fc05'),
(7140,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-06 19:04:55','2026-01-06 19:04:55',NULL,NULL,NULL,'ff713dd5-22a9-415d-8656-c12c43f3f6b4'),
(7142,1477,NULL,3128,1,'craft\\elements\\Entry',1,0,'2026-01-06 19:05:05','2026-01-06 19:05:05',NULL,NULL,NULL,'a9288bf3-b79e-4fd9-af92-806263be5c92'),
(7143,1938,NULL,3129,2,'craft\\elements\\Entry',1,0,'2026-01-06 19:05:05','2026-01-06 19:05:05',NULL,NULL,NULL,'dd89dea7-ca14-4355-8d0f-024829a76cfe'),
(7144,1477,NULL,3130,1,'craft\\elements\\Entry',1,0,'2026-01-06 19:05:09','2026-01-06 19:05:09',NULL,NULL,NULL,'06db81b0-073a-4fc0-b8d4-0fa95cf088d6'),
(7149,1255,NULL,3132,1,'craft\\elements\\Entry',1,0,'2026-01-06 20:42:19','2026-01-06 20:42:19',NULL,NULL,NULL,'de8c2f75-cf9b-42db-be76-d41358cc5adb'),
(7151,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-06 20:42:45','2026-01-06 20:42:45',NULL,NULL,NULL,'e7efb1f6-8f7d-4a2f-9838-ebd291502739'),
(7153,1419,NULL,3133,1,'craft\\elements\\Entry',1,0,'2026-01-06 20:42:52','2026-01-06 20:42:52',NULL,NULL,NULL,'33cded7d-5efc-4fe2-9d7c-6a7e7297e94c'),
(7154,1891,NULL,3134,2,'craft\\elements\\Entry',1,0,'2026-01-06 20:42:52','2026-01-06 20:42:52',NULL,NULL,NULL,'5f1b7b0d-09ac-4e29-9493-75e602f3057d'),
(7157,1419,NULL,3135,1,'craft\\elements\\Entry',1,0,'2026-01-06 20:43:11','2026-01-06 20:43:12',NULL,NULL,NULL,'7ad4e9db-7630-4cbb-9e47-29bb284caac6'),
(7158,1891,NULL,3136,2,'craft\\elements\\Entry',1,0,'2026-01-06 20:43:11','2026-01-06 20:43:12',NULL,NULL,NULL,'1e804b17-9112-4bed-9d3a-0aaa53c9ccfe'),
(7159,1419,NULL,3137,1,'craft\\elements\\Entry',1,0,'2026-01-06 20:43:14','2026-01-06 20:43:14',NULL,NULL,NULL,'9d9fb6e3-f843-43ee-ba8b-5efc4c597d5b'),
(7161,1255,NULL,3138,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:13:53','2026-01-06 21:13:53',NULL,NULL,NULL,'7a497a34-8183-45b1-b019-b977ff4664c2'),
(7165,951,NULL,3140,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:33:45','2026-01-06 21:33:45',NULL,NULL,NULL,'271590a3-7314-44ec-9bbc-6942e867b95a'),
(7166,2880,NULL,3141,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'7c7d03da-f7bb-4fc2-b483-90f2b7af6589'),
(7167,2720,NULL,3142,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'d3bf2c82-d579-4726-9181-472c4e29a043'),
(7168,2712,NULL,3143,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'d70ae135-7a75-455f-ae1c-53e451efd3b8'),
(7169,1481,NULL,3144,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'c8a3411c-8783-4b89-b27b-f07c2147bdaf'),
(7170,1477,NULL,3145,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'cbeff32c-2908-4a24-8a5e-bac34cbe0a70'),
(7171,1473,NULL,3146,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'f52fd100-1ef2-4c77-a362-1cdb30f7abc4'),
(7172,1467,NULL,3147,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'7acb323d-7cca-4c48-bb71-a7ed889cf522'),
(7173,1461,NULL,3148,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'2646402f-eea5-4f82-b39d-0bf0e2447dae'),
(7174,1455,NULL,3149,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'89a6eb54-a6d4-4716-b770-b486e9323151'),
(7175,1449,NULL,3150,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'1ae08950-856d-4d1b-90b2-c86b23b1cc09'),
(7176,1443,NULL,3151,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'cd800d46-5d8f-48ee-a75a-04860011d30a'),
(7177,1437,NULL,3152,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:36','2026-01-06 21:34:36',NULL,NULL,NULL,'dd30f212-11de-4937-8be9-f57cd90b30a5'),
(7178,1431,NULL,3153,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'2165d4cb-ba4f-4bfc-af74-1cd7d983b5bf'),
(7179,1425,NULL,3154,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'b8dd7b75-94a2-454a-9553-dd889712aeed'),
(7180,1419,NULL,3155,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'9f9f657e-8789-4a5d-84a8-70479c57e5f1'),
(7181,1413,NULL,3156,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'8c9dc23b-ecba-4634-b2be-fffa5d97c667'),
(7182,1407,NULL,3157,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'3575abd1-c1f2-4696-b321-4dacef7de9a5'),
(7183,1401,NULL,3158,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'afaa9738-12cf-4b6f-826f-84cd8cb815a0'),
(7184,1395,NULL,3159,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'4976358e-6b4f-4add-bab8-e8a8bbf662f4'),
(7185,1389,NULL,3160,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'b73137b6-be35-49b5-821c-ab3b5578fb61'),
(7186,1383,NULL,3161,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'54d54e2b-26a3-4fbe-a7d6-814049b515f9'),
(7187,1377,NULL,3162,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'7d04a114-b6c2-4ba7-96f9-64140974fab2'),
(7188,1371,NULL,3163,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'8ad9c1ee-bf19-4e7f-b01c-6705be7b1f17'),
(7189,1365,NULL,3164,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'c6e86952-8bae-4632-9f1e-61a02cf3dc3f'),
(7190,1359,NULL,3165,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'3e2c40ce-0b98-44bc-8b37-a94ff38f0b0a'),
(7191,1353,NULL,3166,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'247ea4ff-23cc-4d60-bf57-8d713059319f'),
(7192,1349,NULL,3167,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'21eac52f-390d-49ee-959d-8d29bf94448c'),
(7193,1343,NULL,3168,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'1e0c65c9-b841-4a59-b6a9-9054e70d880f'),
(7194,1337,NULL,3169,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'8bbc3fb5-4e56-4db7-bc19-0176cd10de7f'),
(7195,1329,NULL,3170,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'d85866c4-08a4-4457-827e-aaa401ee6e8b'),
(7196,1323,NULL,3171,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'c6d8cbfd-944d-49d6-978e-74d197cd1c52'),
(7197,1315,NULL,3172,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'8c226882-76c0-4321-9338-12918b8bb69c'),
(7198,1309,NULL,3173,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'574f792e-a723-4f64-9c92-6a0704087f84'),
(7199,1303,NULL,3174,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'30addc79-a1f7-4bb7-87c7-b77da5fa7fd2'),
(7200,1297,NULL,3175,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:37','2026-01-06 21:34:37',NULL,NULL,NULL,'9a40fc13-6faa-4255-9102-bb6b112a6c20'),
(7201,1289,NULL,3176,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'228f4980-8722-44d0-b8c2-e89daa778415'),
(7202,1283,NULL,3177,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'39d80c95-e8fd-44dc-ad76-6422bcb8700d'),
(7203,1277,NULL,3178,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'f492b279-1663-4866-b535-372b22cff53e'),
(7204,1269,NULL,3179,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'3c3bd265-45eb-46b3-85fe-2a6bc70b493b'),
(7205,1261,NULL,3180,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'2f3926a6-eeca-4962-8df2-95c1ecacd3cf'),
(7206,1255,NULL,3181,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'92e4c616-63c5-44fc-9adf-bf77288ace92'),
(7207,1249,NULL,3182,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'94f6bba9-28e3-4ca8-a401-0bb44754f698'),
(7208,1243,NULL,3183,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'58e3bda3-9fbf-4a2e-bf72-af1c29546f10'),
(7209,1237,NULL,3184,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'73b7186d-b6e2-4e52-ab9b-a8450a873689'),
(7210,1231,NULL,3185,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'767cbc15-32b6-4acc-b4b3-ec7d209790db'),
(7211,1225,NULL,3186,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'58c72992-2318-4a33-b8a5-e14d6b2630bf'),
(7212,1219,NULL,3187,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'786bf2a1-e430-40a4-8a89-49d528ccbe12'),
(7213,1215,NULL,3188,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'dff40396-94a7-459f-9338-a0f464ec25c9'),
(7214,1209,NULL,3189,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'4d900ce7-ae6d-4368-af0d-b29dea43adf6'),
(7215,1201,NULL,3190,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'32ae0fdf-e668-4563-8fbb-81b2d692825d'),
(7216,1197,NULL,3191,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'93aff606-94c1-4ef8-9990-3a1f4f64b08b'),
(7217,1191,NULL,3192,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'640f3e2e-4802-4624-8e75-c1f4f5f192f9'),
(7218,1185,NULL,3193,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'51d73e9f-d2a4-4d1a-a595-9945f8fe3531'),
(7219,1177,NULL,3194,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:38',NULL,NULL,NULL,'32ad320d-5572-4d6e-aed7-fdecf7c8e090'),
(7220,1171,NULL,3195,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:38','2026-01-06 21:34:39',NULL,NULL,NULL,'4b23aac1-f70e-43ce-8343-93cbed7bef2d'),
(7221,1165,NULL,3196,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'285c596f-8ee3-4bd3-a91b-1b43f36ec21d'),
(7222,1161,NULL,3197,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'eb23a5a5-57eb-4233-b428-7ee8fb4de6a8'),
(7223,1155,NULL,3198,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'875c1cc2-6c31-4c01-8d01-65bea366a6b8'),
(7224,1149,NULL,3199,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'c86f3314-ba05-4eba-93e2-8dddc4c745bc'),
(7225,1143,NULL,3200,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'17f81069-86b4-4cb7-8e49-678c1ff1aca9'),
(7226,1141,NULL,3201,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'40c4e6f5-8a8b-4357-bd1f-c1bac183cc73'),
(7227,1135,NULL,3202,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'07009862-193f-4ae7-937c-eb6fd3a01293'),
(7228,1129,NULL,3203,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'123d2bed-b94e-4305-814d-30b0916f918a'),
(7229,1123,NULL,3204,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'afa24301-467b-4c3b-a154-228f3932cab2'),
(7230,1117,NULL,3205,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'7ef9b0e3-49cd-4ca6-b962-f139fcf7eaf8'),
(7231,1109,NULL,3206,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'7d79b9fd-f364-42e6-8548-70bf0145947f'),
(7232,1103,NULL,3207,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'1b7fe77d-2edf-44c5-910e-43d0f7314c64'),
(7233,1097,NULL,3208,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'735c845a-1779-4638-b848-308f01f6c35a'),
(7234,1091,NULL,3209,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'e72eadf0-f9ff-4cd3-b3a3-6eee28717a75'),
(7235,1085,NULL,3210,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'d1440b45-1b3a-4b9d-9f03-7c793cbdde60'),
(7236,1079,NULL,3211,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'b990b4fc-9d8b-4a7c-9aea-f655ecd77f7a'),
(7237,1073,NULL,3212,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'0b15c13c-3e7a-4e52-bab7-db3a7fb58fe5'),
(7238,1067,NULL,3213,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:39',NULL,NULL,NULL,'41194a3f-275f-4dd8-b98e-f47bbb6ee8a7'),
(7239,1059,NULL,3214,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:39','2026-01-06 21:34:40',NULL,NULL,NULL,'bc956f31-3d92-4f73-8489-98b0583e6d6b'),
(7240,1051,NULL,3215,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'77bbab0a-139b-4f96-8dd9-ab7f2525c60d'),
(7241,1045,NULL,3216,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'3f61374e-79aa-445a-be99-5c1995075cde'),
(7242,1041,NULL,3217,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'df2790b9-c6b0-496f-96de-2402801c63a1'),
(7243,1035,NULL,3218,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'ab791344-9399-4c60-aa96-f9b9ce1e769b'),
(7244,1031,NULL,3219,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'8b2fbcdf-fbb0-466e-bc8f-546ee177a933'),
(7245,1023,NULL,3220,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'6b39b17c-a850-42ab-9580-774afec1fc53'),
(7246,1017,NULL,3221,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'98253789-9bb6-4115-8acb-0862178314d6'),
(7247,1011,NULL,3222,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'5d0c37a5-2e0c-45da-ad38-c1930a0a41b8'),
(7248,1005,NULL,3223,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'4012070d-f156-4cd2-ad34-fd6bf7fa5b15'),
(7249,999,NULL,3224,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'55f09e27-a6e1-4711-a841-cb43ded07425'),
(7250,995,NULL,3225,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'297fdf3e-cc5a-464d-9f23-401e3ebb6d00'),
(7251,989,NULL,3226,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'4d3b1724-47f3-489a-807e-defb576af819'),
(7252,981,NULL,3227,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'f3b4dd2c-9b44-43b0-ab2d-a63b676473b3'),
(7253,975,NULL,3228,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'e4ccb915-6109-4a59-ab0e-54a1e106f5ee'),
(7254,969,NULL,3229,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:40',NULL,NULL,NULL,'37a2fdf5-2243-41d7-8f10-a764375b645d'),
(7256,957,NULL,3231,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:40','2026-01-06 21:34:41',NULL,NULL,NULL,'592917f0-203c-46b9-92dd-d88147a77441'),
(7257,951,NULL,3232,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:34:41','2026-01-06 21:34:41',NULL,NULL,NULL,'5e78e249-3890-4ca2-9b46-409743425282'),
(7260,1165,NULL,3235,1,'craft\\elements\\Entry',1,0,'2026-01-06 21:35:29','2026-01-06 21:35:29',NULL,NULL,NULL,'9b0f4957-df73-4ec5-9e67-6ee793446304'),
(7264,1353,NULL,3238,1,'craft\\elements\\Entry',1,0,'2026-01-06 23:15:44','2026-01-06 23:15:44',NULL,NULL,NULL,'b602b719-ace6-478e-a987-1d95d1195070'),
(7265,1395,NULL,3239,1,'craft\\elements\\Entry',1,0,'2026-01-06 23:16:12','2026-01-06 23:16:12',NULL,NULL,NULL,'812028e5-423c-48a6-9381-8e854af7574b'),
(7267,1395,NULL,3240,1,'craft\\elements\\Entry',1,0,'2026-01-06 23:17:17','2026-01-06 23:17:17',NULL,NULL,NULL,'febc48b3-a9f5-4aea-80c0-6239087e459e'),
(7269,1395,NULL,3241,1,'craft\\elements\\Entry',1,0,'2026-01-06 23:17:45','2026-01-06 23:17:45',NULL,NULL,NULL,'9a3edee7-9cd6-46f2-b041-577690212e96'),
(7271,1353,NULL,3242,1,'craft\\elements\\Entry',1,0,'2026-01-06 23:19:03','2026-01-06 23:19:03',NULL,NULL,NULL,'19c06015-e130-472c-90ef-84686e264412'),
(7274,1353,NULL,3243,1,'craft\\elements\\Entry',1,0,'2026-01-06 23:29:22','2026-01-06 23:29:22',NULL,NULL,NULL,'c50e4178-2580-43e2-99cb-10c5f4682c14'),
(7275,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-06 23:52:12','2026-01-06 23:52:12',NULL,NULL,NULL,'37bbedd2-4426-4d8c-b62a-e46be70a1e4e'),
(7283,1477,NULL,3245,1,'craft\\elements\\Entry',1,0,'2026-01-07 19:04:08','2026-01-07 19:04:08',NULL,NULL,NULL,'8c2a26a0-2604-4f43-bfaf-81d27682958b'),
(7287,951,NULL,3246,1,'craft\\elements\\Entry',1,0,'2026-01-07 20:13:35','2026-01-07 20:13:35',NULL,NULL,NULL,'889c500f-a1d9-46d0-9cd8-f22808c70433'),
(7288,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-07 20:15:25','2026-01-07 20:15:25',NULL,NULL,NULL,'a57007df-a55b-4826-ad5a-7ab4aaa95178'),
(7290,1201,NULL,3247,1,'craft\\elements\\Entry',1,0,'2026-01-07 20:36:07','2026-01-07 20:36:07',NULL,NULL,NULL,'0d5f363d-66a9-4f75-9a49-5adf58e37ad3'),
(7291,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-07 20:56:48','2026-03-09 15:59:19',NULL,NULL,NULL,'069fbba5-c2d6-49b3-92b3-3b9923c7f6b3'),
(7293,1035,NULL,3248,1,'craft\\elements\\Entry',1,0,'2026-01-07 20:56:54','2026-01-07 20:56:54',NULL,NULL,NULL,'159448f5-d4f6-4111-9e2e-a5c9bdb869da'),
(7294,1569,NULL,3249,2,'craft\\elements\\Entry',1,0,'2026-01-07 20:56:54','2026-01-07 20:56:54',NULL,NULL,NULL,'b9b79f49-f3fd-49d1-b8bf-99f2c4a904bb'),
(7296,1035,NULL,3250,1,'craft\\elements\\Entry',1,0,'2026-01-07 21:01:38','2026-01-07 21:01:38',NULL,NULL,NULL,'0f139943-ef3b-4389-8963-ab877dd446cd'),
(7299,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-07 21:05:18','2026-01-07 21:05:18',NULL,NULL,NULL,'0f3e2900-5b2a-4ad3-a58a-821b9ebd58cb'),
(7301,1359,NULL,3251,1,'craft\\elements\\Entry',1,0,'2026-01-07 21:05:26','2026-01-07 21:05:26',NULL,NULL,NULL,'68cd211a-f99f-45a1-b900-b818a726358d'),
(7302,1841,NULL,3252,2,'craft\\elements\\Entry',1,0,'2026-01-07 21:05:26','2026-01-07 21:05:26',NULL,NULL,NULL,'03c1226b-8d71-40f4-9c65-d4d14e279fe1'),
(7304,1359,NULL,3253,1,'craft\\elements\\Entry',1,0,'2026-01-07 21:05:52','2026-01-07 21:05:52',NULL,NULL,NULL,'f5cd0fc3-a78e-40ec-b544-b150a056e52d'),
(7307,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-07 21:22:46','2026-01-07 21:22:46',NULL,NULL,NULL,'ac9ed47c-014a-4fe9-858c-4545adb1d133'),
(7308,981,NULL,3254,1,'craft\\elements\\Entry',1,0,'2026-01-07 21:22:50','2026-01-07 21:22:50',NULL,NULL,NULL,'8a31be22-5437-45ab-80fc-059ed7c66655'),
(7309,1525,NULL,3255,2,'craft\\elements\\Entry',1,0,'2026-01-07 21:22:50','2026-01-07 21:22:50',NULL,NULL,NULL,'c1ad5707-b763-436d-96d7-5cc59e7b9d58'),
(7310,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-07 21:24:59','2026-01-07 21:24:59',NULL,NULL,NULL,'9894d19c-adb2-4cf5-bd36-a9671de13428'),
(7312,1011,NULL,3256,1,'craft\\elements\\Entry',1,0,'2026-01-07 21:25:15','2026-01-07 21:25:15',NULL,NULL,NULL,'42cd31ff-6668-4617-a972-0b7dc7e3459c'),
(7313,1549,NULL,3257,2,'craft\\elements\\Entry',1,0,'2026-01-07 21:25:15','2026-01-07 21:25:15',NULL,NULL,NULL,'936ead68-9b18-4ddd-97f1-a6aa67488b71'),
(7314,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-07 21:36:38','2026-01-07 21:36:38',NULL,NULL,NULL,'49e6aaac-ffe0-46fd-a97a-455f4f1e250f'),
(7316,1023,NULL,3258,1,'craft\\elements\\Entry',1,0,'2026-01-07 21:36:47','2026-01-07 21:36:47',NULL,NULL,NULL,'33f8985f-446a-4a4c-b640-edd399f31979'),
(7317,1560,NULL,3259,2,'craft\\elements\\Entry',1,0,'2026-01-07 21:36:47','2026-01-07 21:36:47',NULL,NULL,NULL,'677f4c78-35d2-4720-a242-76b23436f0b9'),
(7319,1023,NULL,3260,1,'craft\\elements\\Entry',1,0,'2026-01-07 21:37:04','2026-01-07 21:37:04',NULL,NULL,NULL,'80427dab-324e-43c2-ac06-18d92ede894a'),
(7320,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-07 21:50:14','2026-03-09 16:02:33',NULL,NULL,NULL,'f0786bd7-30d7-4684-8c6b-093bb4347c60'),
(7322,1041,NULL,3261,1,'craft\\elements\\Entry',1,0,'2026-01-07 21:52:44','2026-01-07 21:52:44',NULL,NULL,NULL,'9852fbbb-c5cd-44fa-a7be-be6a44310a55'),
(7323,1574,NULL,3262,2,'craft\\elements\\Entry',1,0,'2026-01-07 21:52:44','2026-01-07 21:52:44',NULL,NULL,NULL,'362f8873-893f-4e28-a6a4-bc4d53714a90'),
(7324,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-07 21:52:59','2026-01-07 21:52:59',NULL,NULL,NULL,'33d6aa7a-c971-43ac-89fd-282ee5282af7'),
(7326,1097,NULL,3263,1,'craft\\elements\\Entry',1,0,'2026-01-07 21:53:07','2026-01-07 21:53:07',NULL,NULL,NULL,'0d383c9b-cff1-418a-80e2-32cef0e63ce0'),
(7327,1621,NULL,3264,2,'craft\\elements\\Entry',1,0,'2026-01-07 21:53:07','2026-01-07 21:53:07',NULL,NULL,NULL,'a7e5f3e6-8996-4602-9fe6-be6f8fcd6099'),
(7328,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-07 21:58:01','2026-01-07 21:58:01',NULL,NULL,NULL,'3db61056-77a2-40e5-849a-649871d825c2'),
(7330,1123,NULL,3265,1,'craft\\elements\\Entry',1,0,'2026-01-07 21:58:05','2026-01-07 21:58:05',NULL,NULL,NULL,'c92a741a-a2a3-4b1e-adcd-4917c79b0aae'),
(7331,1643,NULL,3266,2,'craft\\elements\\Entry',1,0,'2026-01-07 21:58:05','2026-01-07 21:58:05',NULL,NULL,NULL,'15a33b60-4593-4abd-beb7-4b32ca4ae633'),
(7332,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-07 23:29:21','2026-01-07 23:29:21',NULL,NULL,NULL,'2ebd14a5-b909-4280-abe9-dc3087c962d5'),
(7333,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-08 03:01:19','2026-01-08 03:01:19',NULL,NULL,NULL,'a6fb7533-ad00-4620-8e1a-6b74c4797849'),
(7338,NULL,NULL,NULL,27,'craft\\elements\\Entry',1,0,'2026-01-08 15:06:15','2026-01-15 19:58:24',NULL,'2026-01-15 19:58:24',NULL,'6bf2b4c3-0d17-4cff-b563-597eb41f5620'),
(7339,NULL,NULL,NULL,27,'craft\\elements\\Entry',1,0,'2026-01-08 15:06:15','2026-01-20 18:51:26',NULL,'2026-01-20 18:51:26',NULL,'564e6819-7d4b-4cb7-aa5c-b70e2d34a694'),
(7340,NULL,NULL,NULL,27,'craft\\elements\\Entry',1,0,'2026-01-08 15:06:15','2026-01-15 19:59:47',NULL,NULL,NULL,'c5df81a2-fc9e-4ad3-bb44-94540825352b'),
(7341,1353,NULL,3267,1,'craft\\elements\\Entry',1,0,'2026-01-08 15:06:15','2026-01-08 15:06:15',NULL,NULL,NULL,'f819a54d-43d7-4047-892c-645964312c35'),
(7342,7338,NULL,3268,27,'craft\\elements\\Entry',1,0,'2026-01-08 15:06:15','2026-01-08 15:06:15',NULL,'2026-01-15 19:58:24',NULL,'9475dacc-2df1-4ea6-a36e-aad7232d4e0a'),
(7343,7339,NULL,3269,27,'craft\\elements\\Entry',1,0,'2026-01-08 15:06:15','2026-01-08 15:06:15',NULL,'2026-01-20 18:51:26',NULL,'80eba15b-c119-4dd4-8cab-0998426cf368'),
(7344,7340,NULL,3270,27,'craft\\elements\\Entry',1,0,'2026-01-08 15:06:15','2026-01-08 15:06:15',NULL,NULL,NULL,'e75d2d18-db96-45f7-87fd-e27eadde632c'),
(7346,1353,NULL,3271,1,'craft\\elements\\Entry',1,0,'2026-01-08 15:06:20','2026-01-08 15:06:20',NULL,NULL,NULL,'a0f2324d-1d68-4988-b3cf-1ad79107c849'),
(7349,1353,NULL,3272,1,'craft\\elements\\Entry',1,0,'2026-01-08 15:08:19','2026-01-08 15:08:20',NULL,NULL,NULL,'d784ea50-80fa-4784-9f90-281395a35735'),
(7350,7338,NULL,3273,27,'craft\\elements\\Entry',1,0,'2026-01-08 15:08:20','2026-01-08 15:08:20',NULL,'2026-01-15 19:58:24',NULL,'64cd28f4-c19e-4ec0-aa1a-0eed7551af48'),
(7353,1337,NULL,3274,1,'craft\\elements\\Entry',1,0,'2026-01-08 15:17:35','2026-01-08 15:17:35',NULL,NULL,NULL,'1a99c941-e84c-421c-b66b-2f9d7a02f06f'),
(7354,5246,NULL,3275,2,'craft\\elements\\Entry',1,0,'2026-01-08 15:17:35','2026-01-08 15:17:35',NULL,NULL,NULL,'d2b12786-418c-48ce-9d81-20e937548b29'),
(7356,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-08 16:02:28','2026-01-08 16:02:28',NULL,NULL,NULL,'035f73f4-baa1-4097-afda-3749881df486'),
(7359,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-08 16:18:06','2026-01-08 16:18:06',NULL,NULL,NULL,'4c9c3113-2491-4764-b829-3171f8176c92'),
(7360,1395,NULL,3276,1,'craft\\elements\\Entry',1,0,'2026-01-08 16:18:09','2026-01-08 16:18:09',NULL,NULL,NULL,'cbbbb82d-2118-4f0d-bc38-68cd67b3d309'),
(7361,1870,NULL,3277,2,'craft\\elements\\Entry',1,0,'2026-01-08 16:18:09','2026-01-08 16:18:09',NULL,NULL,NULL,'66d20c86-6640-4e91-9a87-48f7e6bc7dfd'),
(7362,1871,NULL,3278,2,'craft\\elements\\Entry',1,0,'2026-01-08 16:18:09','2026-01-08 16:18:09',NULL,NULL,NULL,'b7042fca-68d4-4a89-9ba6-d63f37ce3ae1'),
(7365,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-08 17:57:47','2026-01-08 17:57:47',NULL,NULL,NULL,'23f56ae0-3806-4179-92c9-a6ade60e1d30'),
(7367,1209,NULL,3279,1,'craft\\elements\\Entry',1,0,'2026-01-08 17:57:52','2026-01-08 17:57:52',NULL,NULL,NULL,'cd9357e3-876d-4cc0-b4be-1c39f4c3e123'),
(7368,1715,NULL,3280,2,'craft\\elements\\Entry',1,0,'2026-01-08 17:57:52','2026-01-08 17:57:52',NULL,NULL,NULL,'61c6a1a5-dc14-43fe-ab1c-54adf76fa73a'),
(7369,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:56:05','2026-01-08 19:56:29',NULL,NULL,NULL,'1db47b71-eea7-458a-be08-28c8fe35f087'),
(7370,7369,NULL,3281,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:56:29','2026-01-08 19:56:29',NULL,NULL,NULL,'b6bab338-cc23-4f31-856e-7d75402c3ed3'),
(7372,3697,NULL,3282,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:57:40','2026-01-08 19:57:40',NULL,NULL,NULL,'9c9bdce5-042b-46b3-8239-553830c21333'),
(7374,4403,NULL,3283,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:57:55','2026-01-08 19:57:55',NULL,NULL,NULL,'56269fbc-8302-46b7-9247-8ee8fe02008a'),
(7376,2891,NULL,3284,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:58:12','2026-01-08 19:58:12',NULL,NULL,NULL,'ac7774a8-48c5-49f5-a825-6062707624c1'),
(7377,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:58:31','2026-01-08 19:58:41',NULL,NULL,NULL,'92aa497b-2916-4e90-a851-fb635a21dd2c'),
(7378,7377,NULL,3285,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:58:41','2026-01-08 19:58:41',NULL,NULL,NULL,'085d85c7-1415-49ba-a843-029b1ed4625f'),
(7379,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:58:57','2026-01-08 19:59:05',NULL,NULL,NULL,'493b742a-db5b-4472-8ca3-9c64b150c71d'),
(7380,7379,NULL,3286,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:59:05','2026-01-08 19:59:05',NULL,NULL,NULL,'d7086056-8c73-4355-bbf9-0bd71433a2a2'),
(7381,NULL,NULL,NULL,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:59:18','2026-01-08 19:59:26',NULL,NULL,NULL,'70964808-c756-4933-8107-863376a36648'),
(7382,7381,NULL,3287,6,'craft\\elements\\Entry',1,0,'2026-01-08 19:59:26','2026-01-08 19:59:26',NULL,NULL,NULL,'7d581b6c-dcb1-45ac-aaea-9963cb505e06'),
(7384,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-09 03:53:36','2026-01-09 03:53:36',NULL,NULL,NULL,'74d18beb-c873-4ca9-8300-c0828015d6a4'),
(7386,1353,NULL,3289,1,'craft\\elements\\Entry',1,0,'2026-01-09 18:08:44','2026-01-09 18:08:44',NULL,NULL,NULL,'14c59794-b924-4120-abf4-cdbb8f63f98e'),
(7387,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-09 18:27:20','2026-01-09 18:27:20',NULL,NULL,NULL,'7f1ace47-2f45-44a9-9b3c-b7ff9b8e7a73'),
(7395,951,NULL,3291,1,'craft\\elements\\Entry',1,0,'2026-01-09 20:27:24','2026-01-09 20:27:24',NULL,NULL,NULL,'a964d8b6-06bb-4ca2-9911-5ea3b8c60567'),
(7397,951,NULL,3292,1,'craft\\elements\\Entry',1,0,'2026-01-09 20:27:42','2026-01-09 20:27:42',NULL,NULL,NULL,'68401a7e-62c6-4556-8af9-91c751f961e8'),
(7399,951,NULL,3293,1,'craft\\elements\\Entry',1,0,'2026-01-09 20:27:44','2026-01-09 20:27:44',NULL,NULL,NULL,'3dfe001f-5e5f-4e13-8b5b-04b5109e77af'),
(7400,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-11 02:43:12','2026-01-11 02:43:12',NULL,NULL,NULL,'48c10048-f012-4636-b948-d95d6957345d'),
(7401,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-11 20:30:58','2026-01-11 20:30:58',NULL,NULL,NULL,'58e90a80-9c30-4a33-ab79-527a0238e784'),
(7402,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-12 00:49:04','2026-01-12 00:49:04',NULL,NULL,NULL,'25325cef-3e29-467c-bde4-894be28980b5'),
(7403,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-12 08:18:22','2026-01-12 08:18:22',NULL,NULL,NULL,'9a95a348-8ec6-45f7-8fc4-e7ab91a3fa5b'),
(7418,957,NULL,3299,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:20:19','2026-01-12 15:20:19',NULL,NULL,NULL,'62bdadc8-85ad-4a3e-a531-c01600905e3d'),
(7420,957,NULL,3300,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:21:08','2026-01-12 15:21:08',NULL,NULL,NULL,'e2012280-cfe9-465e-87fa-cc6a234b03c4'),
(7427,969,NULL,3304,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:25:15','2026-01-12 15:25:15',NULL,NULL,NULL,'09dd46d1-c53c-421e-b586-5d7e76d43759'),
(7429,969,NULL,3305,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:25:18','2026-01-12 15:25:18',NULL,NULL,NULL,'b9d7263c-be84-4002-8cd7-6ca49504e78e'),
(7431,975,NULL,3306,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:28:54','2026-01-12 15:28:54',NULL,NULL,NULL,'fb444dd9-0e6e-4f4a-ae89-3ed5fa183b0e'),
(7433,975,NULL,3307,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:29:01','2026-01-12 15:29:01',NULL,NULL,NULL,'ff59664b-10b6-457a-811b-803c0b52b2a3'),
(7435,981,NULL,3308,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:30:40','2026-01-12 15:30:40',NULL,NULL,NULL,'0a1dc235-7da7-403f-85cb-47577b3802be'),
(7436,989,NULL,3309,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:32:01','2026-01-12 15:32:02',NULL,NULL,NULL,'1a939eed-c8d2-431c-9b54-b3bde60a2049'),
(7438,995,NULL,3310,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:33:35','2026-01-12 15:33:35',NULL,NULL,NULL,'a908904c-fe42-4a0c-b1ce-ea019914fd04'),
(7439,999,NULL,3311,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:35:30','2026-01-12 15:35:30',NULL,NULL,NULL,'a0c5a79b-b103-4742-97be-432d5dc00c9a'),
(7442,999,NULL,3312,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:36:46','2026-01-12 15:36:46',NULL,NULL,NULL,'71764bb4-4da8-4aa9-9156-a90cf92968bd'),
(7444,999,NULL,3313,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:37:29','2026-01-12 15:37:29',NULL,NULL,NULL,'7c197abb-3dce-4152-b571-a202d78b58ed'),
(7445,1005,NULL,3314,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:39:00','2026-01-12 15:39:00',NULL,NULL,NULL,'2507c3f7-575c-46e2-83e2-2faf0e1502a8'),
(7447,1011,NULL,3315,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:46:28','2026-01-12 15:46:28',NULL,NULL,NULL,'06b3f19f-13d5-4702-8fc3-cab3b0c9a0c4'),
(7448,1017,NULL,3316,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:47:31','2026-01-12 15:47:31',NULL,NULL,NULL,'d9d1b36c-559c-45e1-85f1-0f0f609eda09'),
(7450,1017,NULL,3317,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:48:05','2026-01-12 15:48:05',NULL,NULL,NULL,'7ceec163-7882-495d-be48-29b9f41c9afe'),
(7452,1017,NULL,3318,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:48:08','2026-01-12 15:48:08',NULL,NULL,NULL,'48ae6a47-4ac4-4b5c-a2d1-1e32ba248412'),
(7454,1023,NULL,3319,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:48:49','2026-01-12 15:48:49',NULL,NULL,NULL,'644b9695-4161-4ef0-be99-45d0931f8e7b'),
(7456,1023,NULL,3320,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:49:24','2026-01-12 15:49:25',NULL,NULL,NULL,'d7c5ac82-11d5-4b27-bbb4-2b46885a2a90'),
(7457,1031,NULL,3321,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:49:50','2026-01-12 15:49:50',NULL,NULL,NULL,'56fa056a-6a3e-4b61-b9a6-5b05655534ce'),
(7459,1035,NULL,3322,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:50:29','2026-01-12 15:50:29',NULL,NULL,NULL,'b5164d65-7d05-46c8-a429-b74edef4f067'),
(7461,1035,NULL,3323,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:50:48','2026-01-12 15:50:49',NULL,NULL,NULL,'75e235d3-0101-4a7e-b4e3-02745b10c08d'),
(7464,1041,NULL,3324,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:51:25','2026-01-12 15:51:25',NULL,NULL,NULL,'8111025b-ab07-42cf-8519-cdcbd3110358'),
(7466,1041,NULL,3325,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:51:52','2026-01-12 15:51:52',NULL,NULL,NULL,'6cff74fe-82cf-4a98-9531-8addcfdebc77'),
(7468,1045,NULL,3326,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:54:02','2026-01-12 15:54:02',NULL,NULL,NULL,'eb5ef093-e1ed-4bd4-8387-a8195c9e3fd0'),
(7470,1051,NULL,3327,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:55:10','2026-01-12 15:55:10',NULL,NULL,NULL,'56db38cb-e03f-42fe-9a3b-f36e1d93e511'),
(7472,1059,NULL,3328,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:56:42','2026-01-12 15:56:42',NULL,NULL,NULL,'7880f603-eafd-40a1-8e6f-c7fe30f43eac'),
(7474,1067,NULL,3329,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:57:55','2026-01-12 15:57:55',NULL,NULL,NULL,'cfc93bab-d887-4a70-a06d-b72d55dd585f'),
(7475,1079,NULL,3330,1,'craft\\elements\\Entry',1,0,'2026-01-12 15:59:49','2026-01-12 15:59:49',NULL,NULL,NULL,'34be16c3-cfac-4e92-8e1b-3af53e026d49'),
(7476,1085,NULL,3331,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:01:37','2026-01-12 16:01:37',NULL,NULL,NULL,'54d45515-ad4a-4524-8eb7-68dfc9f9ebd3'),
(7477,1091,NULL,3332,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:03:01','2026-01-12 16:03:01',NULL,NULL,NULL,'d5787a6b-4a1b-4d32-9b9a-47d893ceb121'),
(7479,1097,NULL,3333,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:04:25','2026-01-12 16:04:25',NULL,NULL,NULL,'2b943803-a21e-474a-a883-53c97b1a2b99'),
(7481,1103,NULL,3334,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:06:01','2026-01-12 16:06:01',NULL,NULL,NULL,'763b88f8-ea40-4efe-915a-82c77bb17083'),
(7482,1109,NULL,3335,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:07:21','2026-01-12 16:07:21',NULL,NULL,NULL,'dc244f81-5beb-4aae-a31b-d19572b71508'),
(7483,1117,NULL,3336,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:08:17','2026-01-12 16:08:18',NULL,NULL,NULL,'32549cc0-ae43-4ad5-8354-7fb525f7195d'),
(7485,1123,NULL,3337,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:08:53','2026-01-12 16:08:53',NULL,NULL,NULL,'8c8083e3-ae4b-4b30-891d-7a9edbaf53a3'),
(7487,1129,NULL,3338,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:10:08','2026-01-12 16:10:08',NULL,NULL,NULL,'f37c97ed-35cc-46d0-9732-601582a98fcd'),
(7489,1129,NULL,3339,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:10:27','2026-01-12 16:10:27',NULL,NULL,NULL,'dd7e69c0-4345-447e-b604-60887aeaace8'),
(7490,1141,NULL,3340,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:11:56','2026-01-12 16:11:56',NULL,NULL,NULL,'955475eb-6b53-4b02-aa6e-7046891fc60c'),
(7491,1143,NULL,3341,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:12:48','2026-01-12 16:12:48',NULL,NULL,NULL,'46cd8e9e-fd0c-4298-9cc2-18afb0c8c7c0'),
(7492,1149,NULL,3342,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:13:41','2026-01-12 16:13:41',NULL,NULL,NULL,'f0164f04-2af6-45b3-8c69-b31e2b5db6ea'),
(7493,1155,NULL,3343,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:14:24','2026-01-12 16:14:24',NULL,NULL,NULL,'ac051aeb-df34-4555-9f81-e941b7187fa4'),
(7495,1143,NULL,3344,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:15:10','2026-01-12 16:15:10',NULL,NULL,NULL,'382d1670-ec2c-4fda-a024-6d0891c552be'),
(7497,1129,NULL,3345,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:15:22','2026-01-12 16:15:22',NULL,NULL,NULL,'4c16f8bd-ac4f-4c06-b6ba-c618884ee06e'),
(7499,1141,NULL,3346,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:15:32','2026-01-12 16:15:32',NULL,NULL,NULL,'92666abe-3dd5-4cb5-a15f-20c50dd32a4c'),
(7500,1165,NULL,3347,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:16:38','2026-01-12 16:16:38',NULL,NULL,NULL,'3ad6ea44-ea2e-470e-a6c7-6532c8264342'),
(7501,1171,NULL,3348,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:17:52','2026-01-12 16:17:52',NULL,NULL,NULL,'9e2f1e99-6ebc-4264-aa5e-ef5c44e7b307'),
(7503,1177,NULL,3349,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:18:37','2026-01-12 16:18:38',NULL,NULL,NULL,'ff68b22f-9e83-4010-9858-683b5e279d5f'),
(7505,1185,NULL,3350,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:19:23','2026-01-12 16:19:23',NULL,NULL,NULL,'1bac89cd-84b6-4b60-a817-1d54fdd2bba8'),
(7507,1191,NULL,3351,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:39:25','2026-01-12 16:39:25',NULL,NULL,NULL,'eac3d2fa-4da6-4c16-841e-6deceb1f7932'),
(7509,1197,NULL,3352,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:40:37','2026-01-12 16:40:37',NULL,NULL,NULL,'b6c2f2d0-c58e-43d3-bc17-d352836d0cf7'),
(7511,1201,NULL,3353,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:41:50','2026-01-12 16:41:50',NULL,NULL,NULL,'b1b54b23-9cdf-4f0e-9cc8-45f7313e6cca'),
(7513,1209,NULL,3354,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:42:47','2026-01-12 16:42:47',NULL,NULL,NULL,'4f909a6a-b06c-4d7d-aad4-87a71afbfb3f'),
(7514,1215,NULL,3355,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:43:42','2026-01-12 16:43:42',NULL,NULL,NULL,'0319cc93-9549-422d-89bd-fd8b0ee99bfd'),
(7515,1219,NULL,3356,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:44:41','2026-01-12 16:44:41',NULL,NULL,NULL,'d514cd45-cff5-4d75-87ce-c0ba568847f1'),
(7516,1225,NULL,3357,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:45:28','2026-01-12 16:45:28',NULL,NULL,NULL,'8a7048f0-b84c-439e-9708-abe26e47d3d2'),
(7517,1231,NULL,3358,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:46:10','2026-01-12 16:46:10',NULL,NULL,NULL,'317a66a6-d152-4c81-8791-3cc6bb0b4a5e'),
(7518,1237,NULL,3359,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:46:58','2026-01-12 16:46:58',NULL,NULL,NULL,'a3468dc5-3821-4974-b68d-d10ef1eb8f3f'),
(7519,1243,NULL,3360,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:47:52','2026-01-12 16:47:52',NULL,NULL,NULL,'10796475-3df5-4b5e-9b96-6143a5121608'),
(7520,1249,NULL,3361,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:48:43','2026-01-12 16:48:43',NULL,NULL,NULL,'ac8c8745-88ff-4460-b48d-2853a607fa7a'),
(7521,1255,NULL,3362,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:49:48','2026-01-12 16:49:48',NULL,NULL,NULL,'de14f5d1-3ee0-4af3-88c6-4261b43a420f'),
(7523,1261,NULL,3363,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:50:50','2026-01-12 16:50:51',NULL,NULL,NULL,'052ca97d-8bc0-43ef-8b44-a7b00216873c'),
(7525,1269,NULL,3364,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:52:14','2026-01-12 16:52:14',NULL,NULL,NULL,'09b3cf8f-1153-41f4-89fe-a715c813a7ad'),
(7527,1277,NULL,3365,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:53:26','2026-01-12 16:53:26',NULL,NULL,NULL,'6f5aaac2-693e-4572-ab25-2a1a7c2bcec1'),
(7529,1283,NULL,3366,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:54:55','2026-01-12 16:54:55',NULL,NULL,NULL,'7edb1639-56d4-4610-b7d1-ee6cba3f0cd7'),
(7530,1289,NULL,3367,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:56:23','2026-01-12 16:56:23',NULL,NULL,NULL,'52806cc3-e586-4696-8733-79d2385c3cbe'),
(7531,1297,NULL,3368,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:57:32','2026-01-12 16:57:32',NULL,NULL,NULL,'1222a9d9-c18c-4732-9b74-2324786e33f4'),
(7532,1303,NULL,3369,1,'craft\\elements\\Entry',1,0,'2026-01-12 16:59:08','2026-01-12 16:59:08',NULL,NULL,NULL,'7357c437-c392-4cfd-a43c-83f9ebfe9fd5'),
(7534,1309,NULL,3370,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:00:10','2026-01-12 17:00:10',NULL,NULL,NULL,'1b86ae1b-a827-4223-b5f8-072901c746c2'),
(7535,1315,NULL,3371,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:01:10','2026-01-12 17:01:10',NULL,NULL,NULL,'00ec1132-9e66-4ab6-9748-4d8c9e087a43'),
(7536,1323,NULL,3372,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:02:32','2026-01-12 17:02:32',NULL,NULL,NULL,'08613fd9-2638-4e8a-8dd0-915e7e46229e'),
(7537,1329,NULL,3373,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:03:41','2026-01-12 17:03:41',NULL,NULL,NULL,'14536877-b704-49a6-8cfd-9d6d121adead'),
(7539,1337,NULL,3374,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:04:34','2026-01-12 17:04:34',NULL,NULL,NULL,'eaf21a83-def2-4139-8cb2-4afaff481006'),
(7540,1343,NULL,3375,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:05:30','2026-01-12 17:05:30',NULL,NULL,NULL,'49d68752-daf2-4b4d-a46d-6e861720a9ef'),
(7541,1349,NULL,3376,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:06:32','2026-01-12 17:06:32',NULL,NULL,NULL,'9b116072-b9e6-413b-a628-a6d8d8175d12'),
(7543,1349,NULL,3377,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:06:48','2026-01-12 17:06:48',NULL,NULL,NULL,'3d375c3c-1c42-48f6-9135-ef79989beca4'),
(7544,1353,NULL,3378,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:08:47','2026-01-12 17:08:47',NULL,NULL,NULL,'9ad19b55-ecbc-428e-b25d-df64d0e5f6ec'),
(7546,1359,NULL,3379,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:09:57','2026-01-12 17:09:57',NULL,NULL,NULL,'bc244abb-856b-4834-a757-0257564dec0a'),
(7548,1365,NULL,3380,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:11:23','2026-01-12 17:11:23',NULL,NULL,NULL,'40c9d601-c864-4a5d-bb0f-b4506f4b47e6'),
(7550,2712,NULL,3381,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:12:39','2026-01-12 17:12:39',NULL,NULL,NULL,'7c79b428-5339-4e18-ac9c-fb9aff00bdbc'),
(7551,2720,NULL,3382,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:13:39','2026-01-12 17:13:39',NULL,NULL,NULL,'711d4b6e-4851-4e00-be6e-4bb4b4ab8340'),
(7553,2712,NULL,3383,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:13:57','2026-01-12 17:13:57',NULL,NULL,NULL,'4261672b-856c-416e-b4f1-ab668dbd4c6d'),
(7554,1413,NULL,3384,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:14:57','2026-01-12 17:14:57',NULL,NULL,NULL,'91fd243c-1fce-41c7-aeef-1c1b23cb96fa'),
(7556,1371,NULL,3385,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:16:18','2026-01-12 17:16:18',NULL,NULL,NULL,'5e9cb1e3-c24e-49d3-80fd-c76da8e80e45'),
(7558,1377,NULL,3386,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:17:30','2026-01-12 17:17:30',NULL,NULL,NULL,'af25051d-a9fd-4c54-bad1-fc5a03b961b0'),
(7559,1383,NULL,3387,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:18:29','2026-01-12 17:18:29',NULL,NULL,NULL,'95fa8a9c-7e80-4334-808a-5595c5148a69'),
(7560,1389,NULL,3388,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:19:21','2026-01-12 17:19:21',NULL,NULL,NULL,'888fafed-efa8-4bde-9515-31fe2713309d'),
(7561,1407,NULL,3389,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:20:16','2026-01-12 17:20:16',NULL,NULL,NULL,'08fc68c6-f236-4079-a5bc-41d4af3ccc26'),
(7563,1395,NULL,3390,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:22:25','2026-01-12 17:22:26',NULL,NULL,NULL,'490ae0f9-e8dc-44c9-a13f-45697836e61d'),
(7564,1401,NULL,3391,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:24:06','2026-01-12 17:24:06',NULL,NULL,NULL,'d5738478-63cb-40ec-90bc-78dcebbe8c8f'),
(7565,1419,NULL,3392,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:26:39','2026-01-12 17:26:39',NULL,NULL,NULL,'d52babd1-1245-48cc-9738-52a75fe98374'),
(7566,1425,NULL,3393,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:27:46','2026-01-12 17:27:46',NULL,NULL,NULL,'3f6ff909-7033-4d64-b8ad-43758e6c4491'),
(7568,1431,NULL,3394,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:28:45','2026-01-12 17:28:46',NULL,NULL,NULL,'d6d2d085-8723-4836-94fd-5b0ef63b30f9'),
(7571,1443,NULL,3395,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:29:41','2026-01-12 17:29:41',NULL,NULL,NULL,'3d21a252-901e-47c2-88c1-666f57d63509'),
(7573,1449,NULL,3396,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:30:33','2026-01-12 17:30:34',NULL,NULL,NULL,'d478d33c-64d7-4ee1-a0cc-b7a3afa8125b'),
(7575,1455,NULL,3397,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:31:29','2026-01-12 17:31:29',NULL,NULL,NULL,'05162587-3f7e-4008-bfce-cedfc48a5e06'),
(7576,1461,NULL,3398,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:32:33','2026-01-12 17:32:33',NULL,NULL,NULL,'18d55b6b-6879-40f2-9abb-7adbfc0f34d5'),
(7577,1467,NULL,3399,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:33:24','2026-01-12 17:33:24',NULL,NULL,NULL,'8cf78251-49c5-46c4-9fa0-f15b2b7a9600'),
(7578,1473,NULL,3400,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:34:10','2026-01-12 17:34:10',NULL,NULL,NULL,'287c9003-2d54-4829-9768-c2a9b1004b75'),
(7580,1477,NULL,3401,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:34:53','2026-01-12 17:34:53',NULL,NULL,NULL,'acc464ea-34f5-4d1b-b9a7-db3f1dd70e1f'),
(7581,1481,NULL,3402,1,'craft\\elements\\Entry',1,0,'2026-01-12 17:35:32','2026-01-12 17:35:33',NULL,NULL,NULL,'192df8e1-b26b-43ce-b507-b929954e71b9'),
(7584,NULL,NULL,NULL,26,'craft\\elements\\Entry',1,0,'2026-01-12 18:07:00','2026-01-12 18:07:38',NULL,'2026-01-12 18:07:38',NULL,'2f54c090-0fcf-4a35-9a5d-63b9773bfc32'),
(7585,1431,NULL,3403,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:07:00','2026-01-12 18:07:00',NULL,NULL,NULL,'ed2fc4d2-60cf-4b48-880a-f4d005002eb1'),
(7586,7584,NULL,3404,26,'craft\\elements\\Entry',1,0,'2026-01-12 18:07:00','2026-01-12 18:07:00',NULL,'2026-01-12 18:07:38',NULL,'217c7a8d-fd48-4ebf-b2ff-60aa8fc80445'),
(7588,1431,NULL,3405,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:07:38','2026-01-12 18:07:38',NULL,NULL,NULL,'99c6370b-b9b1-4e80-b76d-6d3bd374033c'),
(7590,1431,NULL,3406,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:12:30','2026-01-12 18:12:30',NULL,NULL,NULL,'36c403ec-60fc-493b-b414-c11a2ebdfd8a'),
(7593,1231,NULL,3407,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:14:27','2026-01-12 18:14:27',NULL,NULL,NULL,'73b1c31b-c961-4f12-9a93-12de364db54d'),
(7595,1197,NULL,3408,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:14:47','2026-01-12 18:14:47',NULL,NULL,NULL,'91c10819-ca4a-4611-858e-97649958575a'),
(7597,1201,NULL,3409,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:15:11','2026-01-12 18:15:11',NULL,NULL,NULL,'29699790-836c-4527-bbbb-bc275eb99ff0'),
(7599,1185,NULL,3410,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:15:30','2026-01-12 18:15:30',NULL,NULL,NULL,'b9162221-df90-4bc5-a22a-c07cdfd3a92d'),
(7601,1165,NULL,3411,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:15:41','2026-01-12 18:15:41',NULL,NULL,NULL,'53bbd089-75b7-45f0-b26d-621ab046c960'),
(7603,1143,NULL,3412,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:16:03','2026-01-12 18:16:03',NULL,NULL,NULL,'be9018d1-ec58-45c9-bea7-15701f673635'),
(7605,1143,NULL,3413,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:16:10','2026-01-12 18:16:11',NULL,NULL,NULL,'00377abd-daef-4772-80ed-aae87c281d87'),
(7607,1141,NULL,3414,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:16:24','2026-01-12 18:16:25',NULL,NULL,NULL,'84c62f4b-b0ad-4c95-9e93-01b5c600ed38'),
(7609,1155,NULL,3415,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:16:42','2026-01-12 18:16:43',NULL,NULL,NULL,'046435cc-3914-4d40-b584-3ca08b4a62e0'),
(7611,1149,NULL,3416,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:22:43','2026-01-12 18:22:43',NULL,NULL,NULL,'72591d98-55b4-4282-9b26-4daf1bda6e26'),
(7613,1231,NULL,3417,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:23:10','2026-01-12 18:23:10',NULL,NULL,NULL,'db256ad1-6f66-4e67-b18d-fd85488ae0c6'),
(7615,1197,NULL,3418,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:23:29','2026-01-12 18:23:29',NULL,NULL,NULL,'9867bd66-f11c-4c8b-a4dc-70e3ac63b9db'),
(7617,1201,NULL,3419,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:23:41','2026-01-12 18:23:41',NULL,NULL,NULL,'c07feb03-bb90-4478-b83e-801b7ab93985'),
(7619,1185,NULL,3420,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:23:52','2026-01-12 18:23:52',NULL,NULL,NULL,'dce78e7c-1426-427d-85f7-91e7586a24f6'),
(7621,1165,NULL,3421,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:24:01','2026-01-12 18:24:01',NULL,NULL,NULL,'4c784686-a310-44ab-a464-9b77ed8e8422'),
(7623,1143,NULL,3422,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:24:18','2026-01-12 18:24:18',NULL,NULL,NULL,'dc5d7052-991c-41b5-9f93-af068fd5823a'),
(7625,1141,NULL,3423,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:24:34','2026-01-12 18:24:34',NULL,NULL,NULL,'b50f2dd2-6bce-41da-8d88-3fc9ab6c3aa1'),
(7627,1155,NULL,3424,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:24:43','2026-01-12 18:24:44',NULL,NULL,NULL,'82e2f377-8004-4dd7-8b0f-1e18416cb5f1'),
(7629,1149,NULL,3425,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:24:51','2026-01-12 18:24:51',NULL,NULL,NULL,'ae4202b3-8074-4ec2-a329-7f7aeb2999cb'),
(7631,1045,NULL,3426,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:25:57','2026-01-12 18:25:57',NULL,NULL,NULL,'fb84d5d0-f46a-4690-a051-6e9dfc9c76fc'),
(7633,1085,NULL,3427,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:26:20','2026-01-12 18:26:20',NULL,NULL,NULL,'91b5040d-043d-49ee-8bc6-882941389731'),
(7635,1097,NULL,3428,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:26:31','2026-01-12 18:26:31',NULL,NULL,NULL,'ae3ab797-371a-449f-986a-b0b21e9f0b63'),
(7637,1103,NULL,3429,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:26:40','2026-01-12 18:26:40',NULL,NULL,NULL,'7d6883c7-feb6-4c45-bed5-c4dc14dffcb1'),
(7639,1129,NULL,3430,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:26:53','2026-01-12 18:26:53',NULL,NULL,NULL,'8187771c-2dca-4501-baf1-71a9403f7bdc'),
(7641,1141,NULL,3431,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:27:00','2026-01-12 18:27:00',NULL,NULL,NULL,'20475f1a-881b-43d0-8ec2-a5005f114a29'),
(7643,1143,NULL,3432,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:27:11','2026-01-12 18:27:11',NULL,NULL,NULL,'c9de402d-b7dd-4813-ad28-0f28869a9345'),
(7650,951,NULL,3434,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:51:21','2026-01-12 18:51:22',NULL,NULL,NULL,'35278813-c4dd-40ab-b5af-bdf9b94d73f4'),
(7653,957,NULL,3435,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:51:43','2026-01-12 18:51:43',NULL,NULL,NULL,'7cdb9d7d-71fc-4d2d-927b-be9d906c1ca9'),
(7659,969,NULL,3437,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:52:19','2026-01-12 18:52:19',NULL,NULL,NULL,'573b1b74-db90-4932-b36a-592095b232ec'),
(7662,975,NULL,3438,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:52:39','2026-01-12 18:52:39',NULL,NULL,NULL,'79d605c9-8da9-46e4-9a11-9532357110b9'),
(7665,981,NULL,3439,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:53:00','2026-01-12 18:53:00',NULL,NULL,NULL,'c12e34d2-0f1a-41d7-a800-8cb2cf353e80'),
(7668,989,NULL,3440,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:53:23','2026-01-12 18:53:23',NULL,NULL,NULL,'8de545d4-fb68-479e-9c7f-138321b58674'),
(7671,995,NULL,3441,1,'craft\\elements\\Entry',1,0,'2026-01-12 18:53:46','2026-01-12 18:53:46',NULL,NULL,NULL,'464eed7a-c1b7-483f-b92b-d52ba9b5ea23'),
(7675,1005,NULL,3442,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:17:23','2026-01-12 19:17:23',NULL,NULL,NULL,'ed38c4d0-5034-4f91-93a7-5e8e87f1a28a'),
(7678,1011,NULL,3443,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:17:42','2026-01-12 19:17:42',NULL,NULL,NULL,'231083c5-679e-471c-b6ea-8d8862a9f69b'),
(7681,1017,NULL,3444,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:18:14','2026-01-12 19:18:14',NULL,NULL,NULL,'4b7eeb8a-0f97-4bc1-bf86-d0a231024824'),
(7684,1023,NULL,3445,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:18:38','2026-01-12 19:18:38',NULL,NULL,NULL,'cf785ed5-eeee-452f-8f16-85c9479eeeec'),
(7687,1031,NULL,3446,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:19:20','2026-01-12 19:19:21',NULL,NULL,NULL,'d0fe8b02-bf36-44b0-9fcc-2e4f95a951f4'),
(7690,1035,NULL,3447,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:19:37','2026-01-12 19:19:37',NULL,NULL,NULL,'d65fb142-4884-491f-aff9-009f42a7c8eb'),
(7693,1041,NULL,3448,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:19:50','2026-01-12 19:19:50',NULL,NULL,NULL,'4e164e7f-2d68-4508-aede-d862b80180dd'),
(7694,2,NULL,3449,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:43:54','2026-01-12 19:43:54',NULL,NULL,NULL,'501cf957-a176-4226-bfdc-c0faa3db2e84'),
(7696,2,NULL,3450,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:44:19','2026-01-12 19:44:19',NULL,NULL,NULL,'e44abf90-f624-4a8f-8e8c-556fe19de15d'),
(7698,2,NULL,3451,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:45:05','2026-01-12 19:45:05',NULL,NULL,NULL,'523005be-6936-408a-abba-dd937935efed'),
(7700,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-12 19:48:06','2026-01-12 19:48:06',NULL,NULL,NULL,'f1f43f47-6853-4b5c-8977-1b5b3fba8a29'),
(7707,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-12 19:52:47','2026-01-12 19:53:47',NULL,NULL,NULL,'e1c8bfc8-b97b-4f08-9432-7f7edd5f0c01'),
(7708,957,NULL,3455,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:52:53','2026-01-12 19:52:53',NULL,NULL,NULL,'8fe076fe-1abc-465c-ac83-f47079f85299'),
(7710,957,NULL,3456,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:53:28','2026-01-12 19:53:28',NULL,NULL,NULL,'845c13a6-6de5-4e12-8fb8-076f2f2aac3d'),
(7712,957,NULL,3457,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:53:49','2026-01-12 19:53:49',NULL,NULL,NULL,'1760be7a-6929-4311-a5bc-14d962e84d85'),
(7714,957,NULL,3458,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:55:33','2026-01-12 19:55:33',NULL,NULL,NULL,'7b505101-3e2b-4e9b-9aae-c09e765a8f59'),
(7716,957,NULL,3459,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:56:08','2026-01-12 19:56:08',NULL,NULL,NULL,'c52be136-e46a-475d-8179-7926cd85e3dc'),
(7718,957,NULL,3460,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:56:23','2026-01-12 19:56:23',NULL,NULL,NULL,'ad4fa104-1fab-4482-8750-21e02a7a40b1'),
(7720,957,NULL,3461,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:56:34','2026-01-12 19:56:34',NULL,NULL,NULL,'8901dd8e-9be8-4632-9cad-e6f48d8c5279'),
(7722,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-12 19:57:31','2026-01-12 19:57:31',NULL,NULL,NULL,'fc8dd559-b925-42ee-94ba-23797feac776'),
(7723,957,NULL,3462,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:57:40','2026-01-12 19:57:40',NULL,NULL,NULL,'d212d2dd-7169-44c4-9514-4c752869fbb2'),
(7725,957,NULL,3463,1,'craft\\elements\\Entry',1,0,'2026-01-12 19:58:01','2026-01-12 19:58:01',NULL,NULL,NULL,'97016631-34a3-4791-8b54-435835f35d0f'),
(7727,957,NULL,3464,1,'craft\\elements\\Entry',1,0,'2026-01-12 20:04:28','2026-01-12 20:04:29',NULL,NULL,NULL,'da1785fe-a08a-4207-a881-11ad205a6b6d'),
(7732,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-12 20:13:45','2026-01-12 20:13:45',NULL,NULL,NULL,'7253f057-1c56-4bcd-8dfe-a96f4dc2a471'),
(7733,1401,NULL,3466,1,'craft\\elements\\Entry',1,0,'2026-01-12 20:13:50','2026-01-12 20:13:50',NULL,NULL,NULL,'cb228ee7-9dda-47f7-ab85-aa9d97580e52'),
(7736,957,NULL,3467,1,'craft\\elements\\Entry',1,0,'2026-01-12 20:48:04','2026-01-12 20:48:05',NULL,NULL,NULL,'f87b8936-59bd-442a-a678-52ee4d726b42'),
(7739,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-12 20:51:47','2026-01-12 20:51:47',NULL,NULL,NULL,'f4dd73a1-921a-4478-88b4-82545f0624ef'),
(7740,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-12 20:51:51','2026-01-12 20:51:51',NULL,NULL,NULL,'efdddc80-7b86-4575-85a3-660275adf9a2'),
(7741,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-12 20:52:32','2026-01-12 20:52:32',NULL,NULL,NULL,'e6570082-b507-4f44-9d71-9f9e78ae02a1'),
(7756,963,NULL,3476,1,'craft\\elements\\Entry',1,0,'2026-01-12 21:01:02','2026-01-12 21:01:02',NULL,NULL,NULL,'7f59807d-ff00-4f4d-85aa-d88192e6346c'),
(7760,1177,NULL,3477,1,'craft\\elements\\Entry',1,0,'2026-01-12 21:11:23','2026-01-12 21:11:23',NULL,NULL,NULL,'d1749911-b05c-41d6-ba9b-463d997bec46'),
(7762,1023,NULL,3478,1,'craft\\elements\\Entry',1,0,'2026-01-12 21:24:09','2026-01-12 21:24:09',NULL,NULL,NULL,'e476ca4f-ac36-4a5c-b9ee-c1b138e121ca'),
(7763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-12 23:19:50','2026-01-12 23:19:50',NULL,NULL,NULL,'78b2ba83-2b57-4c38-86e5-9c7b6cb3b755'),
(7764,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-13 01:27:11','2026-01-13 01:27:11',NULL,NULL,NULL,'2348b06e-552e-4262-ac7f-f633d00f15d1'),
(7767,963,NULL,3479,1,'craft\\elements\\Entry',1,0,'2026-01-13 15:01:41','2026-01-13 15:01:41',NULL,NULL,NULL,'4dabd48b-a66e-4635-a247-82605c95e8dd'),
(7769,963,NULL,3480,1,'craft\\elements\\Entry',1,0,'2026-01-13 15:01:43','2026-01-13 15:01:43',NULL,NULL,NULL,'851f64d7-806e-438d-9344-a94ba7fdb644'),
(7772,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 16:00:18','2026-01-13 16:00:18',NULL,NULL,NULL,'d028b781-7ffe-4069-ac8a-03bb22a13c66'),
(7773,963,NULL,3481,1,'craft\\elements\\Entry',1,0,'2026-01-13 16:00:26','2026-01-13 16:00:26',NULL,NULL,NULL,'b3e952f0-74b0-4c9a-852a-ba249ad059f7'),
(7775,963,NULL,3482,1,'craft\\elements\\Entry',1,0,'2026-01-13 16:00:34','2026-01-13 16:00:34',NULL,NULL,NULL,'d54130ab-37c9-4238-9c0c-3274ee0398ac'),
(7776,963,NULL,3483,1,'craft\\elements\\Entry',1,0,'2026-01-13 16:04:21','2026-01-13 16:04:21',NULL,NULL,NULL,'1d822d16-aa92-4b23-baea-19dbe3b36874'),
(7778,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 16:07:40','2026-01-13 16:07:40',NULL,NULL,NULL,'9254ce7d-985f-458b-a2fa-df1cdee7345d'),
(7779,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 16:07:43','2026-01-13 16:07:43',NULL,NULL,NULL,'c911e965-63f6-4659-aad5-8ad98243bad7'),
(7780,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 16:07:47','2026-01-13 16:07:47',NULL,NULL,NULL,'7ae19699-b42b-4027-8347-3c4ed06c8fc2'),
(7781,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 16:07:50','2026-01-13 16:07:50',NULL,NULL,NULL,'4c380928-957f-4a86-8955-fafec288a5a1'),
(7782,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 16:07:54','2026-01-13 16:07:54',NULL,NULL,NULL,'79418c1c-e0fc-419e-8deb-d3ac2ad2e415'),
(7783,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 16:07:57','2026-01-13 16:07:57',NULL,NULL,NULL,'1ede0c32-b459-4bf3-b723-ba362a24df6c'),
(7784,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 16:08:01','2026-01-13 16:08:01',NULL,NULL,NULL,'c911bd27-1c8b-40de-aa53-5b78dd41b857'),
(7785,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 16:08:04','2026-01-13 16:08:04',NULL,NULL,NULL,'06b7ec38-e632-478a-ad69-226a2dd10141'),
(7786,969,NULL,3484,1,'craft\\elements\\Entry',1,0,'2026-01-13 16:08:07','2026-01-13 16:08:07',NULL,NULL,NULL,'1ca085d8-4399-4537-8165-7fdd63806680'),
(7788,969,NULL,3485,1,'craft\\elements\\Entry',1,0,'2026-01-13 16:08:38','2026-01-13 16:08:39',NULL,NULL,NULL,'2bdcd754-954d-4b7d-8742-cea19637df8c'),
(7790,969,NULL,3486,1,'craft\\elements\\Entry',1,0,'2026-01-13 16:09:02','2026-01-13 16:09:02',NULL,NULL,NULL,'9cbb1f92-32e7-4bcd-9417-7a0555d3cae5'),
(7791,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 16:11:20','2026-01-13 16:11:42',NULL,NULL,NULL,'fc001fb2-2e30-4c55-abdc-7d1efe719810'),
(7792,975,NULL,3487,1,'craft\\elements\\Entry',1,0,'2026-01-13 16:11:45','2026-01-13 16:11:45',NULL,NULL,NULL,'1f67db27-4231-487a-9c89-a57e115898fe'),
(7795,1165,NULL,3488,1,'craft\\elements\\Entry',1,0,'2026-01-13 17:47:53','2026-01-13 17:47:53',NULL,NULL,NULL,'36a3967e-fbf7-4566-a8b1-7cb27d916b63'),
(7797,1165,NULL,3489,1,'craft\\elements\\Entry',1,0,'2026-01-13 17:48:44','2026-01-13 17:48:44',NULL,NULL,NULL,'a2936bf7-a703-408b-9853-e65c97cb4d2e'),
(7799,1171,NULL,3490,1,'craft\\elements\\Entry',1,0,'2026-01-13 17:51:03','2026-01-13 17:51:03',NULL,NULL,NULL,'081627c2-392c-447a-9f60-5f80f6cf0b13'),
(7801,1171,NULL,3491,1,'craft\\elements\\Entry',1,0,'2026-01-13 17:51:26','2026-01-13 17:51:26',NULL,NULL,NULL,'eed22022-c07f-4efb-b29d-e9c27e19f6cb'),
(7804,479,NULL,3492,6,'craft\\elements\\Entry',1,0,'2026-01-13 18:01:05','2026-01-13 18:01:05',NULL,NULL,NULL,'3705fff8-549a-47c7-8bf7-a469cbdda12e'),
(7805,479,NULL,3493,6,'craft\\elements\\Entry',1,0,'2026-01-13 18:01:14','2026-01-13 18:01:14',NULL,NULL,NULL,'3a407e89-a314-43ee-a905-55b0f9f027f0'),
(7807,479,NULL,3494,6,'craft\\elements\\Entry',1,0,'2026-01-13 18:01:29','2026-01-13 18:01:29',NULL,NULL,NULL,'f7f8158d-b96e-48f2-8234-94fd1ca81618'),
(7808,1165,NULL,3495,1,'craft\\elements\\Entry',1,0,'2026-01-13 18:01:34','2026-01-13 18:01:34',NULL,NULL,NULL,'0c880842-1964-4c4a-8dbb-4bd3e91e8641'),
(7810,479,NULL,3496,6,'craft\\elements\\Entry',1,0,'2026-01-13 18:02:31','2026-01-13 18:02:31',NULL,NULL,NULL,'c2d229b3-b5dd-409c-b91f-5c1a84b96c8b'),
(7811,1165,NULL,3497,1,'craft\\elements\\Entry',1,0,'2026-01-13 18:02:33','2026-01-13 18:02:33',NULL,NULL,NULL,'83c64021-3765-4c1a-b7e5-b314d6ea734d'),
(7813,1165,NULL,3498,1,'craft\\elements\\Entry',1,0,'2026-01-13 18:06:00','2026-01-13 18:06:00',NULL,NULL,NULL,'1fc69d66-579e-41ea-ab6e-8fa20c1bf72f'),
(7815,1177,NULL,3499,1,'craft\\elements\\Entry',1,0,'2026-01-13 18:13:24','2026-01-13 18:13:24',NULL,NULL,NULL,'19fed533-5b30-4926-ac2f-ddc7e06e9c54'),
(7818,NULL,NULL,NULL,22,'craft\\elements\\Asset',1,0,'2026-01-13 19:03:10','2026-01-13 19:03:10',NULL,NULL,NULL,'df56c6e0-e496-4100-a9a4-1e876beee876'),
(7819,6722,NULL,3500,6,'craft\\elements\\Entry',1,0,'2026-01-13 19:03:20','2026-01-13 19:03:20',NULL,NULL,NULL,'abc625ce-10d9-4c58-bba1-e131e60b5522'),
(7822,NULL,NULL,NULL,26,'craft\\elements\\Entry',1,0,'2026-01-13 19:03:38','2026-01-17 15:56:27',NULL,NULL,NULL,'5d4e7fc2-1df4-4dc9-b307-21a7662ca4d9'),
(7823,1177,NULL,3501,1,'craft\\elements\\Entry',1,0,'2026-01-13 19:03:38','2026-01-13 19:03:38',NULL,NULL,NULL,'afa882a8-a72d-4a67-b234-7a96298a75a8'),
(7824,7822,NULL,3502,26,'craft\\elements\\Entry',1,0,'2026-01-13 19:03:38','2026-01-13 19:03:39',NULL,NULL,NULL,'da0ba8da-39c2-4883-872a-34f2500e5483'),
(7826,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:01:46','2026-01-13 20:01:46',NULL,NULL,NULL,'29eb3733-980e-41b5-b158-22fbc3c79c6f'),
(7827,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:01:52','2026-01-13 20:01:52',NULL,NULL,NULL,'5da2691b-c59d-4c62-a405-01d13b7cbcdc'),
(7828,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:01:55','2026-01-13 20:01:55',NULL,NULL,NULL,'0e327d01-fda6-476b-983e-823b49b80bc9'),
(7829,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:01:58','2026-01-13 20:01:58',NULL,NULL,NULL,'e3c5a3f4-0d49-460c-b598-84edb30acbb2'),
(7830,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:02:32','2026-01-13 20:02:32',NULL,NULL,NULL,'d9f31e0f-7d99-450a-ae6a-60f2dea018c5'),
(7831,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:02:37','2026-01-13 20:02:37',NULL,NULL,NULL,'6ee2e0b6-9311-4a41-a5fb-3aad3481897b'),
(7832,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:02:40','2026-01-13 20:02:40',NULL,NULL,NULL,'03c96544-8a01-44f8-b078-53a3f97da29f'),
(7833,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:02:46','2026-01-13 20:02:46',NULL,NULL,NULL,'17b68e7d-3b10-4d56-9a7f-6f2aa98f9715'),
(7834,975,NULL,3503,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:03:08','2026-01-13 20:03:08',NULL,NULL,NULL,'643eaed1-6a9d-44c8-8ebc-21694756cf64'),
(7836,975,NULL,3504,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:03:33','2026-01-13 20:03:33',NULL,NULL,NULL,'721bb5c8-0508-4518-9118-df7acbbf55fd'),
(7838,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:09:11','2026-01-13 20:09:11',NULL,NULL,NULL,'a462bb94-a529-445e-a759-814303cdc6ec'),
(7839,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:09:16','2026-01-13 20:09:16',NULL,NULL,NULL,'3fa15640-1902-483a-b6b4-e8dcdc6c2ec1'),
(7840,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:09:21','2026-01-13 20:09:21',NULL,NULL,NULL,'f1ae3b7c-4638-4361-99d4-2303b521e64a'),
(7841,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:12:35','2026-01-13 20:12:35',NULL,NULL,NULL,'5080a3d0-2dbf-4e33-bef1-e8c93ce45da3'),
(7842,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:12:38','2026-01-13 20:12:38',NULL,NULL,NULL,'2b9600ce-308c-47cb-94c1-a65c044603b6'),
(7843,981,NULL,3505,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:13:01','2026-01-13 20:13:01',NULL,NULL,NULL,'c1784e11-d23d-49c0-a614-b1f083853897'),
(7845,981,NULL,3506,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:13:32','2026-01-13 20:13:32',NULL,NULL,NULL,'a22371a8-343f-47dc-89f5-ee63d040099b'),
(7847,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:21:36','2026-01-13 20:21:58',NULL,NULL,NULL,'ec01970a-eff4-46e7-bcd1-7a0277c1255e'),
(7848,989,NULL,3507,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:22:01','2026-01-13 20:22:01',NULL,NULL,NULL,'010823f4-c518-4a8b-97f2-9e2b762642c9'),
(7850,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:22:45','2026-01-13 20:22:45',NULL,NULL,NULL,'3f26c4c9-59b3-4c83-a82a-41508275fa25'),
(7851,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:22:48','2026-01-13 20:22:48',NULL,NULL,NULL,'5bd9e296-ee55-445e-946b-a7803bcce04f'),
(7852,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:22:51','2026-01-13 20:22:51',NULL,NULL,NULL,'9c40ac31-b08d-4e71-b220-ea27d7a65b59'),
(7853,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:22:56','2026-01-13 20:22:56',NULL,NULL,NULL,'332919fa-80b6-4369-b9f6-54460f78d669'),
(7854,989,NULL,3508,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:25:30','2026-01-13 20:25:30',NULL,NULL,NULL,'236e345f-850c-4293-bfe1-53c58affd585'),
(7856,989,NULL,3509,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:29:14','2026-01-13 20:29:14',NULL,NULL,NULL,'ba39c647-6534-4f15-93f4-295a9ef5a25c'),
(7858,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:38:43','2026-01-13 20:38:43',NULL,NULL,NULL,'18ce7595-d4fd-405d-aece-096c3d1f1dd0'),
(7859,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:38:50','2026-01-13 20:38:50',NULL,NULL,NULL,'4ed9c57d-931b-4fc0-91a9-94967b57f5a9'),
(7860,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:38:55','2026-01-13 20:38:55',NULL,NULL,NULL,'c37ebb57-bf09-430e-8fd3-c74df94317eb'),
(7861,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:39:01','2026-01-13 20:39:01',NULL,NULL,NULL,'f04520e9-f986-4e7a-8954-e031f0feea5f'),
(7862,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:39:06','2026-01-13 20:42:41',NULL,NULL,NULL,'cff93019-12b0-496c-b3fc-ec2bad1d4639'),
(7863,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:39:10','2026-01-13 20:39:10',NULL,NULL,NULL,'740805e8-6dde-40f4-a630-691ae1a6da05'),
(7864,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:41:15','2026-01-13 20:41:15',NULL,NULL,NULL,'0a383c7e-5d44-4eb1-aba5-49f661d97c9e'),
(7865,995,NULL,3510,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:41:59','2026-01-13 20:41:59',NULL,NULL,NULL,'31b97250-1d96-473e-887a-b8eaf59fedcc'),
(7867,995,NULL,3511,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:42:43','2026-01-13 20:42:43',NULL,NULL,NULL,'0fa78412-03d2-42eb-af5b-55f814a9f137'),
(7868,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:48:49','2026-01-13 20:48:49',NULL,NULL,NULL,'a17a52e5-52cf-4d06-bb17-66409b3a8754'),
(7869,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:48:53','2026-01-13 20:48:53',NULL,NULL,NULL,'3af28aba-0a95-423b-bb63-84aefa186a65'),
(7870,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:48:57','2026-01-13 20:48:57',NULL,NULL,NULL,'8d8fea6f-9676-4363-90ad-07498b21f7c5'),
(7871,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:49:03','2026-01-13 20:49:03',NULL,NULL,NULL,'42cbf18e-60ca-439c-9c9f-eecfc9870ce6'),
(7872,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:49:06','2026-01-13 20:49:06',NULL,NULL,NULL,'425e6dc1-9060-4db5-bf19-36c671aaf20c'),
(7873,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:49:14','2026-01-13 20:49:14',NULL,NULL,NULL,'d699516d-6237-4470-988a-8138e130512c'),
(7874,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 20:49:18','2026-01-13 20:49:18',NULL,NULL,NULL,'a64d5a06-8f95-4935-b1f7-3c44a93d6ab6'),
(7875,999,NULL,3512,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:50:35','2026-01-13 20:50:35',NULL,NULL,NULL,'fea5594e-d0ed-4e92-8487-bc1dcea04990'),
(7877,999,NULL,3513,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:52:02','2026-01-13 20:52:02',NULL,NULL,NULL,'cacf21aa-9fee-45cf-890b-dce863adeb36'),
(7879,999,NULL,3514,1,'craft\\elements\\Entry',1,0,'2026-01-13 20:52:28','2026-01-13 20:52:28',NULL,NULL,NULL,'a3690e9a-d31f-41bb-b50f-ad4ac9e58dbb'),
(7881,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:02:22','2026-01-13 21:03:08',NULL,NULL,NULL,'7daa0ae1-dd82-4c1b-9e22-bc48361506c1'),
(7882,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:03:24','2026-01-13 21:03:24',NULL,NULL,NULL,'d227dfe7-3416-4eab-aa41-fe1a3b4aca7a'),
(7883,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:03:27','2026-01-13 21:03:27',NULL,NULL,NULL,'c9f6fac9-87af-4fed-acc4-41618a07f566'),
(7884,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:03:29','2026-01-13 21:03:29',NULL,NULL,NULL,'9cecab52-f45e-4039-8ed0-6a1f81c7647a'),
(7885,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:03:32','2026-01-13 21:03:32',NULL,NULL,NULL,'9ee15caf-9acb-4317-b55c-4d0949c59c1c'),
(7886,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:03:37','2026-01-13 21:03:37',NULL,NULL,NULL,'0b245a96-3606-44fa-8c3e-f23c13463ea9'),
(7887,1005,NULL,3515,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:03:56','2026-01-13 21:03:56',NULL,NULL,NULL,'78f24730-c87b-409f-9ee5-1941a433fd13'),
(7889,1005,NULL,3516,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:04:49','2026-01-13 21:04:49',NULL,NULL,NULL,'c5197035-7b50-4b6b-a6fc-2e820f1ccaad'),
(7891,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:13:27','2026-01-13 21:15:53',NULL,NULL,NULL,'dd9e54c9-446a-4753-8be4-40d2ec02851f'),
(7892,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:14:14','2026-01-13 21:14:14',NULL,NULL,NULL,'1cf07d17-624d-44f2-9054-fb70dceebf72'),
(7893,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:14:19','2026-01-13 21:14:19',NULL,NULL,NULL,'10a0ff64-7cff-4d60-969e-cd326155d739'),
(7894,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:14:25','2026-01-13 21:14:25',NULL,NULL,NULL,'93676d63-c3a7-405a-98b1-8054ec915f25'),
(7895,1011,NULL,3517,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:14:34','2026-01-13 21:14:34',NULL,NULL,NULL,'1b6efccc-9e51-425e-ac72-f4caf99d2fcf'),
(7897,1011,NULL,3518,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:14:56','2026-01-13 21:14:56',NULL,NULL,NULL,'f7331d2d-c9fc-4e1c-9eca-cd230f5e6cb6'),
(7899,1011,NULL,3519,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:15:56','2026-01-13 21:15:56',NULL,NULL,NULL,'803450a5-0788-4725-abb5-b16063d25d90'),
(7901,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:17:22','2026-01-13 21:17:22',NULL,NULL,NULL,'5efadc4f-44e5-44ec-8774-d5088c200ddb'),
(7902,1011,NULL,3520,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:17:45','2026-01-13 21:17:45',NULL,NULL,NULL,'e8ed6452-936b-410d-bc72-04808f58a0a5'),
(7904,1011,NULL,3521,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:19:14','2026-01-13 21:19:14',NULL,NULL,NULL,'363e01a2-8f5e-424c-a8e3-1d9a61acd02f'),
(7906,1011,NULL,3522,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:19:32','2026-01-13 21:19:32',NULL,NULL,NULL,'736aecb9-305e-46b7-9888-56acc3dd95d5'),
(7908,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:23:08','2026-01-13 21:23:08',NULL,NULL,NULL,'5ef1c286-25b5-45bc-af2d-cc5dca48f940'),
(7909,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:23:16','2026-01-13 21:23:16',NULL,NULL,NULL,'93f0e664-e991-4ef4-b436-9777ef863b74'),
(7910,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:23:26','2026-01-13 21:25:45',NULL,NULL,NULL,'7d805265-3167-44a7-a772-e0e5ddb8911d'),
(7911,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:23:33','2026-01-13 21:26:21',NULL,NULL,NULL,'e082d315-308f-407d-afc4-d8e2280b057c'),
(7912,1017,NULL,3523,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:24:06','2026-01-13 21:24:06',NULL,NULL,NULL,'79a61a38-428f-46be-be70-4d8f3a1f64d7'),
(7914,1017,NULL,3524,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:24:56','2026-01-13 21:24:56',NULL,NULL,NULL,'0ec515c9-f1a3-46bf-813a-347d2ff719ef'),
(7916,1017,NULL,3525,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:25:53','2026-01-13 21:25:53',NULL,NULL,NULL,'5ccead20-e0f6-4655-9e8d-450510568164'),
(7918,1017,NULL,3526,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:26:24','2026-01-13 21:26:24',NULL,NULL,NULL,'24ab1667-4e3b-4481-9b95-08565d00b9d6'),
(7920,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:33:18','2026-01-13 21:33:18',NULL,NULL,NULL,'229d2709-2fab-4534-92ee-f81ab7a17c31'),
(7921,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:33:24','2026-01-13 21:33:24',NULL,NULL,NULL,'f19c50ef-113e-4260-94df-60152a57553a'),
(7922,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:33:29','2026-01-13 21:33:29',NULL,NULL,NULL,'0ffcf957-8120-4862-a40d-895de9664822'),
(7923,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:33:57','2026-01-13 21:33:57',NULL,NULL,NULL,'9befa616-0903-4edd-a6b6-2a61897661bd'),
(7924,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:37:48','2026-01-13 21:37:48',NULL,NULL,NULL,'a98f7579-f1fb-48d2-a491-d3178d2edc6c'),
(7925,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:37:59','2026-01-13 21:37:59',NULL,NULL,NULL,'323c40f6-5918-4237-80ea-fcef7e6d7b76'),
(7926,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:38:05','2026-01-13 21:38:05',NULL,NULL,NULL,'524899fe-df62-4361-a522-32afa6ac8796'),
(7927,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:38:14','2026-01-13 21:38:14',NULL,NULL,NULL,'8a59d999-6ca8-4084-a428-2ea2e1c3282d'),
(7928,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:38:20','2026-01-13 21:38:20',NULL,NULL,NULL,'47a3a956-d4ed-4b48-b5d1-64bc418e5468'),
(7929,1023,NULL,3527,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:49:39','2026-01-13 21:49:39',NULL,NULL,NULL,'7b35eb4b-36a2-4c71-b6cc-6b55b7c73ac0'),
(7931,1023,NULL,3528,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:50:04','2026-01-13 21:50:04',NULL,NULL,NULL,'8e030793-3fd7-4155-92ca-1ed2797b8506'),
(7933,1023,NULL,3529,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:50:42','2026-01-13 21:50:42',NULL,NULL,NULL,'e2aa8df4-b126-4231-a158-a782eb831438'),
(7935,1023,NULL,3530,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:51:20','2026-01-13 21:51:20',NULL,NULL,NULL,'cfd24de6-d656-4b81-8c46-6d22cd5e7eb8'),
(7937,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:56:52','2026-01-13 21:58:42',NULL,NULL,NULL,'3027ec43-fc44-4b93-a66a-3779b1787785'),
(7938,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:57:11','2026-01-13 21:57:11',NULL,NULL,NULL,'7d57f43b-29b3-401a-8afa-b09ad3a9dddd'),
(7939,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:57:15','2026-01-13 21:57:15',NULL,NULL,NULL,'77db01cb-efee-443b-98ac-1b1e9c9650fe'),
(7940,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:57:18','2026-01-13 21:57:18',NULL,NULL,NULL,'fc29f5a1-4fa5-4353-9921-5007c5281a8e'),
(7941,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 21:57:25','2026-01-13 21:57:25',NULL,NULL,NULL,'1159fa17-d2b3-4ee2-9898-77f2003da7cc'),
(7942,1031,NULL,3531,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:57:41','2026-01-13 21:57:41',NULL,NULL,NULL,'ef9903cd-fde9-4201-9993-883532273c67'),
(7944,1031,NULL,3532,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:58:21','2026-01-13 21:58:21',NULL,NULL,NULL,'9c738c5d-73e0-4608-ac6d-7bb007707a71'),
(7946,1031,NULL,3533,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:58:47','2026-01-13 21:58:47',NULL,NULL,NULL,'e77c9c71-9949-49b2-b1e7-96f4cdbdc28c'),
(7948,1031,NULL,3534,1,'craft\\elements\\Entry',1,0,'2026-01-13 21:59:09','2026-01-13 21:59:09',NULL,NULL,NULL,'c5163607-0878-4075-8908-e6392734ade1'),
(7950,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 22:04:23','2026-01-13 22:04:23',NULL,NULL,NULL,'224637f0-3700-4961-aa35-5aa8fe1a9fe4'),
(7951,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 22:04:25','2026-01-13 22:04:25',NULL,NULL,NULL,'285f99f7-9a99-4c62-953e-f1e91931aaef'),
(7952,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 22:04:30','2026-01-13 22:04:30',NULL,NULL,NULL,'4e05b51f-aab3-4a88-ab5f-bf55d19fd2fb'),
(7953,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 22:04:33','2026-01-13 22:04:33',NULL,NULL,NULL,'5e65b22b-796f-448b-9c9d-90c3e4bb6f1d'),
(7954,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 22:04:34','2026-01-13 22:04:34',NULL,NULL,NULL,'898dd12f-ad9f-4f3b-9719-7c41f7a9bdb8'),
(7955,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 22:04:36','2026-01-13 22:04:36',NULL,NULL,NULL,'bff09ba6-4911-4585-912e-4960f40cfeb3'),
(7956,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 22:04:38','2026-01-13 22:04:38',NULL,NULL,NULL,'354b1375-ce7e-4b14-b4a2-01f13bd7840a'),
(7957,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-13 22:04:40','2026-01-13 22:04:40',NULL,NULL,NULL,'0d1ce82c-9eda-4049-81d1-c6ca13ee21c4'),
(7958,1035,NULL,3535,1,'craft\\elements\\Entry',1,0,'2026-01-13 22:05:03','2026-01-13 22:05:03',NULL,NULL,NULL,'a947940b-2551-4156-b770-0ff871f34a2c'),
(7960,1035,NULL,3536,1,'craft\\elements\\Entry',1,0,'2026-01-13 22:05:29','2026-01-13 22:05:29',NULL,NULL,NULL,'53f94f28-6791-446d-8d5c-0be632931ee2'),
(7962,1177,NULL,3537,1,'craft\\elements\\Entry',1,0,'2026-01-13 22:12:37','2026-01-13 22:12:38',NULL,NULL,NULL,'30e87bc6-8161-4d34-8001-b5307e0429fc'),
(7963,1041,NULL,3538,1,'craft\\elements\\Entry',1,0,'2026-01-13 22:14:47','2026-01-13 22:14:47',NULL,NULL,NULL,'0b72c6d3-3443-421b-b8fe-3c972d0e72ae'),
(7965,1177,NULL,3539,1,'craft\\elements\\Entry',1,0,'2026-01-13 22:20:29','2026-01-13 22:20:29',NULL,NULL,NULL,'44104a55-b6fb-438c-b9f4-c0296e27c308'),
(7966,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-13 23:33:26','2026-01-13 23:33:26',NULL,NULL,NULL,'c50d9dde-bbe5-485a-b089-dddad2300160'),
(7968,1161,NULL,3540,1,'craft\\elements\\Entry',1,0,'2026-01-14 15:18:41','2026-01-14 15:18:41',NULL,NULL,NULL,'decbe6a6-200b-4857-a3eb-341afbb30d31'),
(7970,1165,NULL,3541,1,'craft\\elements\\Entry',1,0,'2026-01-14 15:23:35','2026-01-14 15:23:35',NULL,NULL,NULL,'b42f2344-6233-4704-90de-2930dcecf1f7'),
(7972,1165,NULL,3542,1,'craft\\elements\\Entry',1,0,'2026-01-14 15:52:05','2026-01-14 15:52:05',NULL,NULL,NULL,'22a3fdd1-fd1f-4026-92b3-2cc5151935ef'),
(7974,1171,NULL,3543,1,'craft\\elements\\Entry',1,0,'2026-01-14 15:54:14','2026-01-14 15:54:14',NULL,NULL,NULL,'c761c20b-c465-466e-988b-7d9dab67fd54'),
(7976,1177,NULL,3544,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:00:01','2026-01-14 16:00:01',NULL,NULL,NULL,'392f715e-4884-4bfb-95f3-64283ccc5e53'),
(7978,1185,NULL,3545,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:04:02','2026-01-14 16:04:02',NULL,NULL,NULL,'de5c39a5-c632-4989-879e-d32d80e14868'),
(7980,1165,NULL,3546,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:06:36','2026-01-14 16:06:36',NULL,NULL,NULL,'205f7129-72b5-4955-a7d7-0ec52e1aa13b'),
(7982,1191,NULL,3547,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:11:10','2026-01-14 16:11:10',NULL,NULL,NULL,'3c6ea3d2-7e20-49bf-bd0f-e8c8e1e9371a'),
(7984,1191,NULL,3548,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:11:17','2026-01-14 16:11:18',NULL,NULL,NULL,'a4377b69-93d2-4025-9693-5e4ddba646b3'),
(7986,1045,NULL,3549,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:18:02','2026-01-14 16:18:02',NULL,NULL,NULL,'8211c147-7c21-4716-bee8-4f0656e033be'),
(7988,1045,NULL,3550,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:18:36','2026-01-14 16:18:37',NULL,NULL,NULL,'cceb86a9-a1eb-49ee-b837-786ac40bc9df'),
(7990,1045,NULL,3551,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:18:48','2026-01-14 16:18:48',NULL,NULL,NULL,'d07dad15-5a6f-4533-affc-8a5cc057e836'),
(7992,1045,NULL,3552,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:19:20','2026-01-14 16:19:20',NULL,NULL,NULL,'253adcfa-247b-4bd3-b16a-b64455adff4f'),
(7994,1045,NULL,3553,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:19:44','2026-01-14 16:19:44',NULL,NULL,NULL,'873487e5-734d-4e52-9fcd-74f5dbd03639'),
(7996,1045,NULL,3554,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:19:55','2026-01-14 16:19:55',NULL,NULL,NULL,'4b171dcc-fea4-4e0b-a038-94205d9d598c'),
(7998,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:21:14','2026-01-14 16:21:57',NULL,NULL,NULL,'55d6908f-496e-4421-b0fc-9dca8147b28b'),
(7999,1045,NULL,3555,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:21:33','2026-01-14 16:21:33',NULL,NULL,NULL,'b62b5b49-9550-4275-9f19-8fc99603407a'),
(8001,1045,NULL,3556,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:21:59','2026-01-14 16:21:59',NULL,NULL,NULL,'0ef6d424-a4ef-4365-aa8e-a1a87f137e46'),
(8003,1045,NULL,3557,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:22:22','2026-01-14 16:22:22',NULL,NULL,NULL,'5fc71a04-067e-4f6b-931f-4446abb7ebef'),
(8006,1045,NULL,3558,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:23:11','2026-01-14 16:23:12',NULL,NULL,NULL,'da62c06e-f43b-4be3-99a7-a4fa88b925f9'),
(8007,1051,NULL,3559,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:24:04','2026-01-14 16:24:04',NULL,NULL,NULL,'677027e5-e5ec-425e-a924-42ac3219f62b'),
(8009,1051,NULL,3560,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:24:34','2026-01-14 16:24:34',NULL,NULL,NULL,'57561b0c-9718-463b-b048-819d878f1228'),
(8011,1051,NULL,3561,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:25:26','2026-01-14 16:25:26',NULL,NULL,NULL,'b663bb9c-b24d-4185-9d34-a3bd625f8a23'),
(8013,1051,NULL,3562,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:25:59','2026-01-14 16:25:59',NULL,NULL,NULL,'0a02b072-02cf-40df-9182-d417fa3aa8fe'),
(8015,1051,NULL,3563,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:26:24','2026-01-14 16:26:24',NULL,NULL,NULL,'c580a152-808f-4e4f-90b6-aa055f63661e'),
(8017,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:27:17','2026-01-14 16:28:29',NULL,NULL,NULL,'3a46d34c-ad12-4ebc-b41e-daa66a4f91ea'),
(8018,1051,NULL,3564,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:27:59','2026-01-14 16:27:59',NULL,NULL,NULL,'b1dc3ede-77fe-47e6-8b59-b1ebabb88134'),
(8020,1051,NULL,3565,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:28:30','2026-01-14 16:28:30',NULL,NULL,NULL,'bcfb76a6-bda0-4ac2-a194-2cd2f7862c19'),
(8022,1051,NULL,3566,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:28:57','2026-01-14 16:28:57',NULL,NULL,NULL,'e77b3de3-00d1-4b62-b4f0-416cc42b3c64'),
(8024,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:31:30','2026-01-14 16:31:30',NULL,NULL,NULL,'8099f3db-a212-4259-950a-b57b82f62c50'),
(8025,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:31:32','2026-01-14 16:31:32',NULL,NULL,NULL,'261ac61b-4611-4f99-9d20-f0687e3713fd'),
(8026,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:31:58','2026-01-14 16:31:58',NULL,NULL,NULL,'d2904a04-c2cb-473c-a72a-16d6bbd0e210'),
(8027,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:32:07','2026-01-14 16:32:07',NULL,NULL,NULL,'36e8d1be-7144-4788-b543-303b2438ed84'),
(8028,1051,NULL,3567,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:32:12','2026-01-14 16:32:12',NULL,NULL,NULL,'c2e18396-5156-42b4-8601-470fec0e7c0d'),
(8030,1051,NULL,3568,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:32:25','2026-01-14 16:32:25',NULL,NULL,NULL,'4c914caa-d9f9-4338-a2e3-f23753df3f61'),
(8032,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:37:09','2026-01-14 16:37:09',NULL,NULL,NULL,'4edb9539-a039-464a-bba6-364389a84802'),
(8033,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:37:13','2026-01-14 16:37:13',NULL,NULL,NULL,'ccf1609a-cc21-473d-b72b-bfbba753a76d'),
(8034,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:37:22','2026-01-14 16:42:48',NULL,NULL,NULL,'f7e5ce28-69d3-4010-8d95-efad767b3375'),
(8035,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:37:29','2026-01-16 01:26:46',NULL,NULL,NULL,'8f40f64b-6879-415f-9450-90b0e8bbf9fc'),
(8036,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:37:34','2026-01-14 16:37:34',NULL,NULL,NULL,'76386423-a39d-4cb7-adee-2059a369ae87'),
(8037,1059,NULL,3569,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:41:23','2026-01-14 16:41:23',NULL,NULL,NULL,'ed9707d9-e5a8-467e-a52f-dcf22d6e3261'),
(8039,1059,NULL,3570,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:41:50','2026-01-14 16:41:50',NULL,NULL,NULL,'b3da389e-980a-4495-9891-aef58fa01804'),
(8041,1059,NULL,3571,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:42:30','2026-01-14 16:42:30',NULL,NULL,NULL,'246a3ffb-05f7-472d-911b-05ca2211a7fc'),
(8043,1059,NULL,3572,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:42:52','2026-01-14 16:42:52',NULL,NULL,NULL,'54da9732-d8cb-4e8d-9b9b-5bf9afc3a7b3'),
(8045,1059,NULL,3573,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:43:10','2026-01-14 16:43:10',NULL,NULL,NULL,'1790a79a-d001-4f37-abdf-cb8ecd67237e'),
(8047,1059,NULL,3574,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:43:29','2026-01-14 16:43:29',NULL,NULL,NULL,'78a35e9d-3191-4150-aa0b-ec89e07769b5'),
(8049,1067,NULL,3575,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:44:24','2026-01-14 16:44:24',NULL,NULL,NULL,'f1f29691-7ff8-44c6-b9f3-43ce02016a14'),
(8051,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:46:40','2026-01-14 16:46:40',NULL,NULL,NULL,'99fe1528-0d55-4457-9eb0-278f3db2d3d0'),
(8052,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:46:42','2026-01-14 16:46:42',NULL,NULL,NULL,'0c62f28d-cbf1-403e-826f-9144329a9f20'),
(8053,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:46:46','2026-01-14 16:46:46',NULL,NULL,NULL,'f1e82b03-2ef4-408f-93ea-0c5783afa6b3'),
(8054,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:46:50','2026-01-14 16:46:50',NULL,NULL,NULL,'6c25a573-2249-41a3-8e5d-2e1843ad6757'),
(8055,1067,NULL,3576,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:48:14','2026-01-14 16:48:14',NULL,NULL,NULL,'97099fe2-4d4e-4523-95ee-55b202d7b09e'),
(8057,1067,NULL,3577,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:48:42','2026-01-14 16:48:42',NULL,NULL,NULL,'6cfaadcf-7216-4a9c-a6da-6f9972830399'),
(8058,1073,NULL,3578,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:53:12','2026-01-14 16:53:12',NULL,NULL,NULL,'048b956f-4d7a-4e33-bad2-a777ee7441c0'),
(8060,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:53:49','2026-01-14 16:53:49',NULL,NULL,NULL,'b368f53f-372d-4fe0-97f7-f1c2f75cfd4a'),
(8061,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:53:53','2026-01-14 16:53:53',NULL,NULL,NULL,'311eb2da-bf2c-4b93-a6ce-1199c7f72f72'),
(8062,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:53:56','2026-01-14 16:56:02',NULL,NULL,NULL,'2b0fd3e2-7c56-4ef5-93df-fc48119ea7dc'),
(8063,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:53:59','2026-01-14 16:53:59',NULL,NULL,NULL,'2b0de0fa-6670-417e-8f14-25a7f2cb977e'),
(8064,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 16:54:05','2026-01-14 16:55:48',NULL,NULL,NULL,'938505ad-78b4-4017-8a46-ec6e80ecd28e'),
(8065,1073,NULL,3579,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:54:34','2026-01-14 16:54:34',NULL,NULL,NULL,'6875ab17-d7e5-47c4-a1f4-41b50dd59083'),
(8067,1073,NULL,3580,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:55:51','2026-01-14 16:55:51',NULL,NULL,NULL,'58b37eb2-8733-4831-9010-5db0c5105471'),
(8069,1073,NULL,3581,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:56:05','2026-01-14 16:56:05',NULL,NULL,NULL,'e8df918b-2e60-43c0-8d25-03f94ce8cfcc'),
(8071,1073,NULL,3582,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:56:24','2026-01-14 16:56:24',NULL,NULL,NULL,'077b1e32-658e-4ee7-bbf3-b4d74a8923da'),
(8073,1073,NULL,3583,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:56:59','2026-01-14 16:56:59',NULL,NULL,NULL,'9136d01d-a246-4314-a18b-a9e74ed8b848'),
(8075,1073,NULL,3584,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:57:17','2026-01-14 16:57:17',NULL,NULL,NULL,'1e9faae7-ccf7-4e9c-898d-cdbf0c5a771a'),
(8077,1073,NULL,3585,1,'craft\\elements\\Entry',1,0,'2026-01-14 16:57:40','2026-01-14 16:57:40',NULL,NULL,NULL,'c5f4d7af-92a2-45a9-a32f-a019111d089f'),
(8079,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:01:57','2026-01-14 17:01:57',NULL,NULL,NULL,'d37fcc57-29a7-47ed-846a-dfd33e8569d6'),
(8080,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:02:05','2026-01-14 17:02:05',NULL,NULL,NULL,'65f8584e-ab48-4c06-b572-bb56a7800ebe'),
(8081,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:02:53','2026-01-14 17:04:12',NULL,NULL,NULL,'5fc74831-9f47-43a3-a469-8bad0a752019'),
(8082,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:03:39','2026-01-14 17:03:39',NULL,NULL,NULL,'fcb63a5d-2dfa-4d3b-946b-8df900f52101'),
(8083,1079,NULL,3586,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:04:15','2026-01-14 17:04:15',NULL,NULL,NULL,'b39b74a3-2004-412c-b7d6-5c97c77f130d'),
(8085,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:04:46','2026-01-14 17:04:46',NULL,NULL,NULL,'a59984c5-1d05-4ec9-8b78-fcfcdb830532'),
(8086,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:04:53','2026-01-14 17:04:53',NULL,NULL,NULL,'8d53c874-4160-4db1-8516-61e9d7c82837'),
(8087,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:05:01','2026-01-14 17:05:01',NULL,NULL,NULL,'a3483187-4eb9-46f9-aea2-53b10ff5ceaa'),
(8088,1079,NULL,3587,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:05:11','2026-01-14 17:05:11',NULL,NULL,NULL,'7f5b263f-3941-4d9c-b768-3f05c2628c85'),
(8090,1079,NULL,3588,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:05:33','2026-01-14 17:05:33',NULL,NULL,NULL,'c7b869ed-53e2-42c1-b0f2-1c1d28dc4142'),
(8092,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:11:27','2026-01-14 17:15:33',NULL,NULL,NULL,'466d073a-4324-4186-9cc7-f247def42bca'),
(8093,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:11:33','2026-01-14 17:11:33',NULL,NULL,NULL,'d5b99366-d01c-4397-806d-01cb57187cb9'),
(8094,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:11:36','2026-01-14 17:15:44',NULL,NULL,NULL,'701d0316-169e-4fa1-8ef3-d2c4e5a9b41f'),
(8095,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:11:45','2026-01-14 17:11:45',NULL,NULL,NULL,'b99b1d27-b19d-474e-89d5-76af5042cb4b'),
(8096,1085,NULL,3589,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:12:01','2026-01-14 17:12:01',NULL,NULL,NULL,'341cd36d-068a-43f7-978a-8947b87b4961'),
(8098,1085,NULL,3590,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:12:26','2026-01-14 17:12:26',NULL,NULL,NULL,'b9869dae-7fcf-4302-b3b8-97e1a6cea74d'),
(8100,1085,NULL,3591,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:15:47','2026-01-14 17:15:47',NULL,NULL,NULL,'065355fa-2f04-4c93-a579-fa36eccf876d'),
(8102,1085,NULL,3592,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:16:33','2026-01-14 17:16:33',NULL,NULL,NULL,'dba403f8-16f4-45a1-b7ca-644f7e05d489'),
(8104,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:36:49','2026-01-14 17:40:29',NULL,NULL,NULL,'e5710ede-0c9b-4f86-894b-cd7b7ca16de1'),
(8105,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:39:24','2026-01-14 17:41:28',NULL,NULL,NULL,'71190780-95e5-43a5-89ba-1a040a6377d3'),
(8106,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:39:28','2026-01-14 17:39:28',NULL,NULL,NULL,'54cc455a-ba00-4a82-8866-0ac2336f450a'),
(8107,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:39:30','2026-01-14 17:41:18',NULL,NULL,NULL,'105dc83f-4f40-454b-9357-b46d3cb821b9'),
(8108,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:40:06','2026-01-14 17:41:53',NULL,NULL,NULL,'8783fa1d-ad05-4292-93c9-1e45c9674f70'),
(8109,1091,NULL,3593,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:40:32','2026-01-14 17:40:32',NULL,NULL,NULL,'a59c0c34-3b55-4a3b-b680-ab4ec661e12f'),
(8111,1091,NULL,3594,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:41:30','2026-01-14 17:41:30',NULL,NULL,NULL,'f5e72e1b-5da7-4c04-91aa-62a147801463'),
(8113,1091,NULL,3595,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:41:54','2026-01-14 17:41:54',NULL,NULL,NULL,'3b6a5ff4-d4a4-41fa-92f2-dd41436dfbd7'),
(8115,1091,NULL,3596,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:41:59','2026-01-14 17:41:59',NULL,NULL,NULL,'2d5db4e0-b85b-4ca3-92da-701f65c7e71d'),
(8117,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:49:48','2026-01-14 17:51:39',NULL,NULL,NULL,'49400d1b-1bb3-4ced-bf43-8228ee25cb2b'),
(8118,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:49:53','2026-01-14 17:51:08',NULL,NULL,NULL,'a99046a8-44b9-432d-b116-38c0d62c12f3'),
(8119,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:49:59','2026-01-14 17:49:59',NULL,NULL,NULL,'fca6cec1-0aac-4b9a-9564-93633f48a9ec'),
(8120,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 17:50:06','2026-01-14 17:50:06',NULL,NULL,NULL,'8c2739a6-ccf0-46cc-a6da-7c4327c58cb6'),
(8121,1097,NULL,3597,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:50:31','2026-01-14 17:50:32',NULL,NULL,NULL,'69106549-3402-4a44-aea8-a282fe9123f8'),
(8123,1097,NULL,3598,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:50:53','2026-01-14 17:50:53',NULL,NULL,NULL,'7de44bd4-6451-4dec-b74d-9eaec4bcafa7'),
(8125,1097,NULL,3599,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:51:11','2026-01-14 17:51:11',NULL,NULL,NULL,'d86985f4-d452-4d12-b956-fc29463e7d84'),
(8127,1097,NULL,3600,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:51:41','2026-01-14 17:51:41',NULL,NULL,NULL,'13ea7d81-a380-42b6-a638-d28e979a8a8e'),
(8129,1097,NULL,3601,1,'craft\\elements\\Entry',1,0,'2026-01-14 17:52:31','2026-01-14 17:52:31',NULL,NULL,NULL,'d2a02026-7602-47de-9202-f0f5fc890574'),
(8131,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 18:29:12','2026-01-14 18:53:27',NULL,NULL,NULL,'90a7c702-591d-43ea-8dce-b8ab741252f9'),
(8132,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 18:29:17','2026-01-14 18:29:17',NULL,NULL,NULL,'929d3279-c720-4a59-8ac1-57612f83cf76'),
(8133,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 18:29:23','2026-01-14 18:29:23',NULL,NULL,NULL,'b0d9f0b8-a38a-40d1-a7a7-897dbf3be214'),
(8134,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 18:29:26','2026-01-14 18:29:26',NULL,NULL,NULL,'4c19a0f3-da2c-4568-b142-60baf478202a'),
(8135,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 18:29:38','2026-01-14 18:29:38',NULL,NULL,NULL,'1fa566a4-f59e-4508-a957-cbfdf0c74444'),
(8136,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 18:29:48','2026-01-14 18:29:48',NULL,NULL,NULL,'1af6dd42-24fc-45d1-82fa-fea69645a8c6'),
(8137,1103,NULL,3602,1,'craft\\elements\\Entry',1,0,'2026-01-14 18:51:51','2026-01-14 18:51:51',NULL,NULL,NULL,'f423290a-4d82-4c19-aab9-f4e94543058d'),
(8139,1103,NULL,3603,1,'craft\\elements\\Entry',1,0,'2026-01-14 18:53:34','2026-01-14 18:53:34',NULL,NULL,NULL,'8f310719-2636-48c5-93ba-b248c4c72656'),
(8141,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:05:50','2026-01-14 19:07:05',NULL,NULL,NULL,'a49a00ea-02a9-4c79-a951-01dc409e4fc0'),
(8142,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:05:53','2026-01-14 19:05:53',NULL,NULL,NULL,'8eedde12-a11a-4c5b-a88a-222239fe2985'),
(8143,1109,NULL,3604,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:06:04','2026-01-14 19:06:05',NULL,NULL,NULL,'1257957a-2a6c-4c9d-af84-9e155fc2dd92'),
(8145,1109,NULL,3605,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:06:24','2026-01-14 19:06:24',NULL,NULL,NULL,'c0ab33bb-3426-40d9-8748-76aae8997a23'),
(8147,1109,NULL,3606,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:07:15','2026-01-14 19:07:15',NULL,NULL,NULL,'521571c6-d6a7-4365-92ec-52fcc91cefbd'),
(8149,1109,NULL,3607,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:07:50','2026-01-14 19:07:50',NULL,NULL,NULL,'2dfb632a-55d8-448e-857f-a43b5a510c50'),
(8151,1109,NULL,3608,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:08:02','2026-01-14 19:08:02',NULL,NULL,NULL,'93586ea1-ec46-4f65-ba9b-1f5d377c32fb'),
(8154,1117,NULL,3609,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:13:57','2026-01-14 19:13:57',NULL,NULL,NULL,'0c4d7bfc-560e-46a5-8fbb-1162b864a268'),
(8156,1117,NULL,3610,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:14:11','2026-01-14 19:14:12',NULL,NULL,NULL,'b8959767-bb6d-4b1a-b3eb-d8349deb8f03'),
(8158,1117,NULL,3611,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:17:10','2026-01-14 19:17:10',NULL,NULL,NULL,'9dd8b2e8-b2b2-474f-92a4-26092c472629'),
(8160,1117,NULL,3612,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:17:32','2026-01-14 19:17:32',NULL,NULL,NULL,'43af44ef-91a5-4a77-836f-47acc92cebba'),
(8162,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:20:50','2026-01-14 19:20:50',NULL,NULL,NULL,'6bbad88a-e66d-4df9-8d92-aeb7a0d2e6a9'),
(8163,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:20:52','2026-01-14 19:20:52',NULL,NULL,NULL,'d724e4e3-08a9-4e68-8c03-b47549a7f5f6'),
(8164,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:20:54','2026-01-14 19:23:34',NULL,NULL,NULL,'29fd09f6-67fe-4eb2-bcd1-f92ff39ec277'),
(8165,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:22:01','2026-01-14 19:22:01',NULL,NULL,NULL,'088ebef5-a9ae-45de-bf54-9f306b14f980'),
(8166,1117,NULL,3613,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:22:58','2026-01-14 19:22:58',NULL,NULL,NULL,'fe41f53d-1f20-4278-b7c5-73cdf48384b5'),
(8168,1117,NULL,3614,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:23:06','2026-01-14 19:23:06',NULL,NULL,NULL,'50cb4c33-9f88-4111-9229-219a8ef6171f'),
(8170,1117,NULL,3615,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:23:37','2026-01-14 19:23:37',NULL,NULL,NULL,'ebc4d270-e3d9-4313-b264-26e1786fe8ff'),
(8172,1123,NULL,3616,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:24:32','2026-01-14 19:24:32',NULL,NULL,NULL,'19c5ae90-c216-4082-bf82-3c191a7d33f1'),
(8174,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:27:23','2026-01-14 19:32:31',NULL,NULL,NULL,'e4854f25-b215-4bb4-b429-ee1507ff0ba4'),
(8175,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:28:37','2026-01-14 19:32:07',NULL,NULL,NULL,'62cd9309-7db9-4e7a-8d56-aa285ae9f192'),
(8176,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:28:40','2026-01-14 19:31:47',NULL,NULL,NULL,'fd39cfd4-1d24-43a6-a0bd-8e4467453138'),
(8177,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:29:10','2026-01-14 19:32:48',NULL,NULL,NULL,'c693a25e-b77b-41f3-b48c-319506841392'),
(8178,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:29:29','2026-01-14 19:33:04',NULL,NULL,NULL,'eb907b1b-7717-4296-9825-ad632f896a48'),
(8179,1123,NULL,3617,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:30:50','2026-01-14 19:30:50',NULL,NULL,NULL,'a6804408-ceaf-4cb0-bfd9-eb8612efdea1'),
(8181,1123,NULL,3618,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:31:05','2026-01-14 19:31:05',NULL,NULL,NULL,'b13eaeae-932d-451c-bcd8-29fa3714c981'),
(8183,1123,NULL,3619,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:31:49','2026-01-14 19:31:49',NULL,NULL,NULL,'debdc957-64ea-4c34-bd66-de689c13250e'),
(8185,1123,NULL,3620,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:32:10','2026-01-14 19:32:10',NULL,NULL,NULL,'5c27bdca-9e9a-44ea-a0c5-0449c39db440'),
(8186,1123,NULL,3621,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:32:33','2026-01-14 19:32:33',NULL,NULL,NULL,'97a31b4a-7b10-4a48-9c11-ef5acd37f1bc'),
(8188,1123,NULL,3622,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:32:49','2026-01-14 19:32:49',NULL,NULL,NULL,'fe1c0582-7126-4767-9a83-5bc52d997e45'),
(8190,1123,NULL,3623,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:33:11','2026-01-14 19:33:11',NULL,NULL,NULL,'6083c8cf-5a52-48b8-b771-8885d4729f65'),
(8192,1123,NULL,3624,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:33:25','2026-01-14 19:33:25',NULL,NULL,NULL,'e3680add-3094-4e9a-b08e-1b613e50ee9c'),
(8194,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 19:34:30','2026-01-14 19:34:30',NULL,NULL,NULL,'17a8d132-c6f2-48ef-9b3a-1c20f42a8bd0'),
(8195,1123,NULL,3625,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:34:38','2026-01-14 19:34:38',NULL,NULL,NULL,'98acd321-113a-46cd-98a3-34fa50bebe3d'),
(8197,1123,NULL,3626,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:34:59','2026-01-14 19:34:59',NULL,NULL,NULL,'fa71cec7-5f8c-4007-9513-f1c4cde4165e'),
(8199,1123,NULL,3627,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:35:01','2026-01-14 19:35:02',NULL,NULL,NULL,'c38f8da8-5c7b-4966-9b52-341e0078a4bd'),
(8201,1129,NULL,3628,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:43:43','2026-01-14 19:43:43',NULL,NULL,NULL,'19a7b8ca-a5a4-4f13-9ed0-b6b906161d3c'),
(8203,1129,NULL,3629,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:44:13','2026-01-14 19:44:13',NULL,NULL,NULL,'a83f0166-0b94-49f9-9882-2007aa76cca7'),
(8205,1129,NULL,3630,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:44:57','2026-01-14 19:44:57',NULL,NULL,NULL,'b6cae701-d0b1-494f-a0ea-9b4873ff859c'),
(8207,1129,NULL,3631,1,'craft\\elements\\Entry',1,0,'2026-01-14 19:45:20','2026-01-14 19:45:20',NULL,NULL,NULL,'82686604-4736-4e9f-bd21-c28efd810917'),
(8208,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 20:02:52','2026-01-14 20:02:52',NULL,NULL,NULL,'84f623cd-fffc-4953-883d-3b03689b6792'),
(8209,1135,NULL,3632,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:02:59','2026-01-14 20:02:59',NULL,NULL,NULL,'94aa9758-baa8-41ac-a176-a6ba2c91610f'),
(8211,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 20:03:39','2026-01-14 20:05:29',NULL,NULL,NULL,'b75bf888-f142-4c6f-9d87-cab564feeb5c'),
(8212,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 20:03:45','2026-01-14 20:06:24',NULL,NULL,NULL,'5444d406-c19f-4b80-90e4-f3586a56fddc'),
(8213,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 20:03:48','2026-01-14 20:05:56',NULL,NULL,NULL,'8893e82a-e2b5-42b7-9cf1-1661e81ee1a5'),
(8214,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 20:03:52','2026-01-14 20:05:40',NULL,NULL,NULL,'6d4bee21-c32e-4a19-8247-ef36bd457652'),
(8215,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 20:03:56','2026-01-14 20:06:38',NULL,NULL,NULL,'d8206b68-faf2-4acb-8a96-6db776522a57'),
(8216,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 20:04:01','2026-01-14 20:04:01',NULL,NULL,NULL,'77df3ddf-db6a-45fa-b54d-39da4592f211'),
(8217,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 20:04:08','2026-01-14 20:07:08',NULL,NULL,NULL,'52f4ae5a-71a0-4ae3-8af1-56341a51fee3'),
(8218,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 20:04:11','2026-01-14 20:06:55',NULL,NULL,NULL,'e73c4a65-4a5d-44b4-ab15-9f2f97a4d093'),
(8219,1135,NULL,3633,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:04:38','2026-01-14 20:04:38',NULL,NULL,NULL,'dbb8657e-69d2-46d8-a290-37bac2da6d74'),
(8221,1135,NULL,3634,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:07:10','2026-01-14 20:07:10',NULL,NULL,NULL,'054b0424-4caa-4df3-aad3-22606c9fe24a'),
(8223,1135,NULL,3635,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:08:06','2026-01-14 20:08:06',NULL,NULL,NULL,'e940ee9a-6427-42a5-8b5d-5d09f14bc918'),
(8225,1135,NULL,3636,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:08:36','2026-01-14 20:08:36',NULL,NULL,NULL,'cbaac412-ffa5-42ae-9a3b-cd3fa8f248e6'),
(8227,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-14 20:10:45','2026-01-14 20:13:50',NULL,NULL,NULL,'2f156952-047e-4252-ad08-4660a8768234'),
(8228,1143,NULL,3637,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:10:56','2026-01-14 20:10:56',NULL,NULL,NULL,'8d389e31-6dd9-4221-a502-428ee32621d4'),
(8230,1143,NULL,3638,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:11:26','2026-01-14 20:11:26',NULL,NULL,NULL,'180b7dde-d00d-4292-ba7d-0e3e895cb8e7'),
(8232,1143,NULL,3639,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:12:18','2026-01-14 20:12:18',NULL,NULL,NULL,'d7c6d51a-012e-4d1f-95da-068686bbb494'),
(8234,1143,NULL,3640,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:13:52','2026-01-14 20:13:52',NULL,NULL,NULL,'9ede94a8-4882-4530-acac-dcc396bc7f4c'),
(8236,1191,NULL,3641,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:20:04','2026-01-14 20:20:04',NULL,NULL,NULL,'d165db6a-3f46-4e76-a36d-ce711bf8d1ce'),
(8238,1197,NULL,3642,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:23:07','2026-01-14 20:23:07',NULL,NULL,NULL,'893dfb72-e663-4606-9815-80e863510b49'),
(8240,1201,NULL,3643,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:26:00','2026-01-14 20:26:00',NULL,NULL,NULL,'551f7a7f-699e-43a2-83da-d8e96af82206'),
(8242,1209,NULL,3644,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:30:29','2026-01-14 20:30:29',NULL,NULL,NULL,'6fe142ee-8673-4db3-8021-f8f8c110b950'),
(8244,1209,NULL,3645,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:31:36','2026-01-14 20:31:36',NULL,NULL,NULL,'23454300-194a-4cb6-9598-7b9d03d3cc6d'),
(8247,1215,NULL,3646,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:35:39','2026-01-14 20:35:39',NULL,NULL,NULL,'d4d6a3ca-3e7d-41b5-8f49-8e39552633d7'),
(8249,1215,NULL,3647,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:38:32','2026-01-14 20:38:32',NULL,NULL,NULL,'985728a9-6a78-42a5-a468-8712cfca343c'),
(8251,1215,NULL,3648,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:42:02','2026-01-14 20:42:02',NULL,NULL,NULL,'5e3b90d9-c1e4-469b-a06b-89f17507aa59'),
(8253,1219,NULL,3649,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:43:18','2026-01-14 20:43:18',NULL,NULL,NULL,'01f29854-9e01-4d07-b193-e34a8f826d8f'),
(8255,1219,NULL,3650,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:45:26','2026-01-14 20:45:26',NULL,NULL,NULL,'dfc45812-9ff7-4f66-88d6-e174f7f8057c'),
(8258,1171,NULL,3651,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:47:47','2026-01-14 20:47:47',NULL,NULL,NULL,'0dc767ea-5736-42eb-bc1e-1335d3db6f6b'),
(8260,1225,NULL,3652,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:48:50','2026-01-14 20:48:50',NULL,NULL,NULL,'1bc64e8e-5cf8-4bdf-9239-496c5e51085f'),
(8262,1225,NULL,3653,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:49:16','2026-01-14 20:49:16',NULL,NULL,NULL,'781f61d4-7330-4aea-9014-fe1c8f75d16f'),
(8264,1225,NULL,3654,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:49:51','2026-01-14 20:49:51',NULL,NULL,NULL,'150f9417-204a-41ff-ac8f-27ce798fc494'),
(8266,1225,NULL,3655,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:50:07','2026-01-14 20:50:07',NULL,NULL,NULL,'b455cec8-9e29-4631-af5a-0b05fbcdeb9e'),
(8268,1231,NULL,3656,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:58:41','2026-01-14 20:58:41',NULL,NULL,NULL,'69317f7b-fde7-441b-868a-3caed182fc2a'),
(8270,1231,NULL,3657,1,'craft\\elements\\Entry',1,0,'2026-01-14 20:59:14','2026-01-14 20:59:14',NULL,NULL,NULL,'385f3170-364a-454b-af62-03bc32e6684b'),
(8272,1237,NULL,3658,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:02:26','2026-01-14 21:02:26',NULL,NULL,NULL,'401dbefb-f042-451d-bb1c-553ae07dd93f'),
(8274,1237,NULL,3659,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:04:28','2026-01-14 21:04:28',NULL,NULL,NULL,'d476450e-8138-493c-93aa-69123fabc698'),
(8276,1237,NULL,3660,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:04:37','2026-01-14 21:04:37',NULL,NULL,NULL,'b8833964-c143-43f2-b1be-23ef454e54cf'),
(8278,1243,NULL,3661,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:05:38','2026-01-14 21:05:38',NULL,NULL,NULL,'9feae8e7-de88-4548-a458-6c6d60bd0e8c'),
(8280,1249,NULL,3662,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:08:37','2026-01-14 21:08:37',NULL,NULL,NULL,'df02e448-b9f5-426d-9f4f-a3d4c977ab7d'),
(8282,1255,NULL,3663,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:25:07','2026-01-14 21:25:07',NULL,NULL,NULL,'7e47fe2c-a91d-4e06-b514-2ee30ec7252f'),
(8284,1261,NULL,3664,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:25:43','2026-01-14 21:25:43',NULL,NULL,NULL,'81edfd60-a00c-46d7-84f4-f082ba1f7d2d'),
(8286,1269,NULL,3665,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:26:23','2026-01-14 21:26:24',NULL,NULL,NULL,'8e41e195-4bf7-4314-8bf5-4ab70eae9a63'),
(8288,1283,NULL,3666,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:27:55','2026-01-14 21:27:55',NULL,NULL,NULL,'4a1cb2b1-8b11-4742-a429-305022eb4727'),
(8290,1283,NULL,3667,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:29:05','2026-01-14 21:29:05',NULL,NULL,NULL,'d233b7f9-aae8-410d-93d5-257ada07c157'),
(8292,1283,NULL,3668,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:29:12','2026-01-14 21:29:12',NULL,NULL,NULL,'5c107889-f950-4b22-bd8b-41dd30d767fb'),
(8294,1283,NULL,3669,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:29:33','2026-01-14 21:29:33',NULL,NULL,NULL,'becd131f-2f5e-48c6-acf8-afd6f164cc14'),
(8296,1289,NULL,3670,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:34:16','2026-01-14 21:34:16',NULL,NULL,NULL,'ddd07173-17d7-4e12-b330-34fca789cca9'),
(8298,1289,NULL,3671,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:35:02','2026-01-14 21:35:02',NULL,NULL,NULL,'ab08c3c9-6b46-44cb-896b-8e93456d40f0'),
(8300,1289,NULL,3672,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:35:04','2026-01-14 21:35:05',NULL,NULL,NULL,'c5035398-5024-47d0-b6ae-62e758472fd5'),
(8302,1297,NULL,3673,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:35:28','2026-01-14 21:35:28',NULL,NULL,NULL,'b0a1d966-5e2d-454e-a523-585015ea438a'),
(8304,1303,NULL,3674,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:37:57','2026-01-14 21:37:57',NULL,NULL,NULL,'545e0d54-2f1f-48e0-9522-e9bb86c5b8a8'),
(8306,1303,NULL,3675,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:38:00','2026-01-14 21:38:00',NULL,NULL,NULL,'5e340b08-c7c8-4352-94b9-9a0b5d680467'),
(8308,1303,NULL,3676,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:40:51','2026-01-14 21:40:51',NULL,NULL,NULL,'4953363e-443e-44d1-9e97-e53e1bc73ec4'),
(8310,1303,NULL,3677,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:43:39','2026-01-14 21:43:39',NULL,NULL,NULL,'2879903f-b424-405d-89cb-684cece5b1d1'),
(8312,1303,NULL,3678,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:43:52','2026-01-14 21:43:52',NULL,NULL,NULL,'a64ae2d7-68fc-4a42-8d94-e60757e4102c'),
(8314,1315,NULL,3679,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:44:11','2026-01-14 21:44:11',NULL,NULL,NULL,'db594c04-f432-4639-94aa-a60aea0e99db'),
(8316,1323,NULL,3680,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:44:43','2026-01-14 21:44:43',NULL,NULL,NULL,'f4408c3c-0bfa-41db-9d97-913d097af416'),
(8318,1323,NULL,3681,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:45:22','2026-01-14 21:45:23',NULL,NULL,NULL,'4e6787de-51b2-415d-82f8-bcba8caaa038'),
(8320,1323,NULL,3682,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:45:27','2026-01-14 21:45:27',NULL,NULL,NULL,'c42fd626-8b84-4734-b1c7-48d72062c435'),
(8322,1315,NULL,3683,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:46:01','2026-01-14 21:46:01',NULL,NULL,NULL,'19917837-e423-4f9f-8fc0-11a9e33b22d4'),
(8324,1315,NULL,3684,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:46:09','2026-01-14 21:46:09',NULL,NULL,NULL,'30de8894-196e-45d9-8d04-661290260928'),
(8326,1329,NULL,3685,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:47:03','2026-01-14 21:47:03',NULL,NULL,NULL,'d72d16e5-7a11-4735-b524-d47ec4392907'),
(8328,1329,NULL,3686,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:47:27','2026-01-14 21:47:27',NULL,NULL,NULL,'60566ffe-1fe4-4c27-b8e7-5d5f41ee5428'),
(8330,1329,NULL,3687,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:48:09','2026-01-14 21:48:09',NULL,NULL,NULL,'e4b567bd-b766-4cec-9308-ba34c3013638'),
(8332,1329,NULL,3688,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:48:13','2026-01-14 21:48:13',NULL,NULL,NULL,'8aefba20-af70-47ae-8704-c8f9c5592ea7'),
(8334,1349,NULL,3689,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:49:11','2026-01-14 21:49:11',NULL,NULL,NULL,'aecd5761-4f09-41c3-99ad-6a50efc93865'),
(8336,1349,NULL,3690,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:49:13','2026-01-14 21:49:13',NULL,NULL,NULL,'3b849347-ab09-4c41-bee0-a73e1a695188'),
(8338,1359,NULL,3691,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:54:14','2026-01-14 21:54:14',NULL,NULL,NULL,'be4382ed-5232-415b-8862-ab83cec47647'),
(8340,1359,NULL,3692,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:55:00','2026-01-14 21:55:00',NULL,NULL,NULL,'2ad4c4ef-85b0-4581-b2b3-f12275eb3e6f'),
(8342,1359,NULL,3693,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:55:13','2026-01-14 21:55:13',NULL,NULL,NULL,'7896079f-90ef-466b-afe9-260dff6524e5'),
(8344,1365,NULL,3694,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:55:58','2026-01-14 21:55:58',NULL,NULL,NULL,'e91105ea-ce38-4e33-9619-ab9590e31ebd'),
(8346,1365,NULL,3695,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:56:11','2026-01-14 21:56:11',NULL,NULL,NULL,'09b8f1ef-c70d-4d04-904e-177376b12473'),
(8348,1371,NULL,3696,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:57:09','2026-01-14 21:57:09',NULL,NULL,NULL,'3a448a26-0f91-4cdd-a227-e4554e4d865f'),
(8350,1371,NULL,3697,1,'craft\\elements\\Entry',1,0,'2026-01-14 21:58:00','2026-01-14 21:58:00',NULL,NULL,NULL,'1bf71ffb-968b-42ad-9da3-be4b82ae6b9f'),
(8354,1353,NULL,3698,1,'craft\\elements\\Entry',1,0,'2026-01-14 22:10:23','2026-01-14 22:10:23',NULL,NULL,NULL,'60928e7f-725d-43b2-864f-4ae34dbadeb5'),
(8355,7339,NULL,3699,27,'craft\\elements\\Entry',1,0,'2026-01-14 22:10:23','2026-01-14 22:10:23',NULL,'2026-01-20 18:51:26',NULL,'1d967096-367d-499e-898f-edc717762be9'),
(8356,7340,NULL,3700,27,'craft\\elements\\Entry',1,0,'2026-01-14 22:10:23','2026-01-14 22:10:23',NULL,NULL,NULL,'ec18ca78-e4c0-4984-85b8-d0806776253c'),
(8358,1377,NULL,3701,1,'craft\\elements\\Entry',1,0,'2026-01-14 22:11:02','2026-01-14 22:11:02',NULL,NULL,NULL,'7c62777c-1d11-4c87-8579-8e4ce105d677'),
(8360,1377,NULL,3702,1,'craft\\elements\\Entry',1,0,'2026-01-14 22:12:46','2026-01-14 22:12:46',NULL,NULL,NULL,'04a24673-61c9-49cd-873b-329b99051068'),
(8362,1377,NULL,3703,1,'craft\\elements\\Entry',1,0,'2026-01-14 22:13:07','2026-01-14 22:13:07',NULL,NULL,NULL,'796be95b-f588-48b4-9cee-53b31208c8a1'),
(8364,1383,NULL,3704,1,'craft\\elements\\Entry',1,0,'2026-01-14 22:13:38','2026-01-14 22:13:38',NULL,NULL,NULL,'614de6e5-0811-45fb-a6e6-deff4f054951'),
(8366,1383,NULL,3705,1,'craft\\elements\\Entry',1,0,'2026-01-14 22:14:11','2026-01-14 22:14:11',NULL,NULL,NULL,'6e5fa5c6-22b7-43b3-b1be-870b1e803d6c'),
(8368,1389,NULL,3706,1,'craft\\elements\\Entry',1,0,'2026-01-14 22:14:40','2026-01-14 22:14:40',NULL,NULL,NULL,'cdb4353f-387f-4ace-ae44-16635ef42d86'),
(8370,1389,NULL,3707,1,'craft\\elements\\Entry',1,0,'2026-01-14 22:15:18','2026-01-14 22:15:19',NULL,NULL,NULL,'37b255a3-6259-407b-aa9c-bc012f20bde1'),
(8372,1413,NULL,3708,1,'craft\\elements\\Entry',1,0,'2026-01-14 22:15:34','2026-01-14 22:15:34',NULL,NULL,NULL,'65909a9f-8190-4c07-9091-4703438e8087'),
(8374,1413,NULL,3709,1,'craft\\elements\\Entry',1,0,'2026-01-14 22:15:42','2026-01-14 22:15:42',NULL,NULL,NULL,'95a858ed-e044-42f3-8331-b6f56cc1659f'),
(8376,2,NULL,3710,1,'craft\\elements\\Entry',1,0,'2026-01-15 14:55:50','2026-01-15 14:55:50',NULL,NULL,NULL,'7c0da824-08c3-4a5e-b2cc-dba569986280'),
(8379,951,NULL,3712,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:05:53','2026-01-15 15:05:53',NULL,NULL,NULL,'d5adb3f5-cf0a-4386-bf3a-f3453e619720'),
(8381,951,NULL,3713,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:06:05','2026-01-15 15:06:05',NULL,NULL,NULL,'be4a4537-784d-4bb4-8d81-7b08eb5f3264'),
(8383,969,NULL,3714,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:07:27','2026-01-15 15:07:27',NULL,NULL,NULL,'5af68329-2b12-4830-983d-ebea8110651d'),
(8385,975,NULL,3715,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:09:34','2026-01-15 15:09:34',NULL,NULL,NULL,'72015524-048a-47e0-939d-9b6fe76b8ee7'),
(8387,975,NULL,3716,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:09:43','2026-01-15 15:09:43',NULL,NULL,NULL,'4a7fbab9-6cd4-4e4b-bb84-e884ca614456'),
(8389,989,NULL,3717,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:12:19','2026-01-15 15:12:19',NULL,NULL,NULL,'03a63e4d-96b2-4d4b-821b-ec87ba47e92c'),
(8391,989,NULL,3718,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:12:34','2026-01-15 15:12:34',NULL,NULL,NULL,'9c847932-7897-40cc-a404-75932e59578a'),
(8393,989,NULL,3719,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:12:53','2026-01-15 15:12:53',NULL,NULL,NULL,'ad198a4c-d130-45e5-a97c-c1ab81285ee3'),
(8395,999,NULL,3720,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:14:27','2026-01-15 15:14:27',NULL,NULL,NULL,'a892be30-8bbb-47a1-ae43-cb42c42099d5'),
(8397,999,NULL,3721,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:14:38','2026-01-15 15:14:38',NULL,NULL,NULL,'f73285db-52ba-4ab2-aede-a0746f88bfc0'),
(8399,1005,NULL,3722,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:15:34','2026-01-15 15:15:34',NULL,NULL,NULL,'300a71ca-2336-4fe7-87a9-b959552124af'),
(8401,1011,NULL,3723,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:17:56','2026-01-15 15:17:57',NULL,NULL,NULL,'88fbd2af-a5ef-4cf1-bd0f-31926898d800'),
(8403,1011,NULL,3724,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:19:19','2026-01-15 15:19:19',NULL,NULL,NULL,'51e5163f-e192-4ca4-a8a6-a900d9e03a78'),
(8405,1011,NULL,3725,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:20:02','2026-01-15 15:20:02',NULL,NULL,NULL,'7b3bd89e-e7dd-4340-8c1b-93ac18707cd6'),
(8407,1011,NULL,3726,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:20:07','2026-01-15 15:20:07',NULL,NULL,NULL,'fdfa62f5-c65b-40ed-8ea6-3aa80db65c7b'),
(8409,1023,NULL,3727,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:22:19','2026-01-15 15:22:19',NULL,NULL,NULL,'597371ec-04a5-4eea-b522-dcae47def0d5'),
(8411,1023,NULL,3728,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:22:29','2026-01-15 15:22:29',NULL,NULL,NULL,'f8c3b0b5-a1cc-497c-93f5-73ce90445e6e'),
(8413,1031,NULL,3729,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:27:32','2026-01-15 15:27:32',NULL,NULL,NULL,'6af7bb27-b674-4a4f-95be-dba78f514c11'),
(8415,1035,NULL,3730,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:28:22','2026-01-15 15:28:22',NULL,NULL,NULL,'5dc7370e-3da2-4bf0-b4f1-7635cf536467'),
(8417,1035,NULL,3731,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:31:26','2026-01-15 15:31:26',NULL,NULL,NULL,'4c29d118-d9c4-46c3-9c7a-4484648ba349'),
(8418,1041,NULL,3732,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:32:26','2026-01-15 15:32:26',NULL,NULL,NULL,'251dc6b2-940f-4986-bf8f-48c372df1cd3'),
(8420,1045,NULL,3733,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:44:13','2026-01-15 15:44:13',NULL,NULL,NULL,'131b9912-b17c-412e-b3ca-beae4349fd4a'),
(8422,1051,NULL,3734,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:45:45','2026-01-15 15:45:45',NULL,NULL,NULL,'faaf8502-ec58-4708-b61f-98b1a1f24834'),
(8424,1051,NULL,3735,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:46:00','2026-01-15 15:46:00',NULL,NULL,NULL,'4bc184cc-7361-41de-98ed-26a6122a6706'),
(8426,1059,NULL,3736,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:46:52','2026-01-15 15:46:52',NULL,NULL,NULL,'55b01484-54a5-44cf-a9b7-17f27d0432d8'),
(8428,1059,NULL,3737,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:47:10','2026-01-15 15:47:10',NULL,NULL,NULL,'3ec9babe-4bbd-428e-9852-c9572b6737c0'),
(8430,1059,NULL,3738,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:47:22','2026-01-15 15:47:22',NULL,NULL,NULL,'edb1b236-d3ee-4e78-8118-d9bc28711f5b'),
(8432,1073,NULL,3739,1,'craft\\elements\\Entry',1,0,'2026-01-15 15:59:16','2026-01-15 15:59:16',NULL,NULL,NULL,'269726e9-2d84-40ae-a81e-e4f51680980f'),
(8434,1079,NULL,3740,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:00:29','2026-01-15 16:00:29',NULL,NULL,NULL,'afeea088-4334-48ee-9971-ca057d62a303'),
(8436,1085,NULL,3741,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:00:41','2026-01-15 16:00:41',NULL,NULL,NULL,'5cf6d730-fde0-48bb-b56a-59cd1b0c087a'),
(8438,1103,NULL,3742,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:02:04','2026-01-15 16:02:04',NULL,NULL,NULL,'8371a346-fead-41bd-a799-93276ce08753'),
(8440,1103,NULL,3743,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:08:31','2026-01-15 16:08:31',NULL,NULL,NULL,'8a2d9a47-203e-4ff6-98f7-baf31be4feff'),
(8442,1109,NULL,3744,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:11:22','2026-01-15 16:11:22',NULL,NULL,NULL,'82b03511-85b0-4249-9479-546052b607d5'),
(8444,1117,NULL,3745,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:11:45','2026-01-15 16:11:45',NULL,NULL,NULL,'67fd726d-5fe6-4ba1-9578-d21d27f36be6'),
(8446,1123,NULL,3746,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:13:42','2026-01-15 16:13:42',NULL,NULL,NULL,'7119c31c-b65c-4785-bf9a-78980471221e'),
(8448,1129,NULL,3747,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:14:06','2026-01-15 16:14:06',NULL,NULL,NULL,'b8c3de9c-cce2-4329-8178-bf8267657aea'),
(8450,1135,NULL,3748,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:32:55','2026-01-15 16:32:55',NULL,NULL,NULL,'31c5b6d7-8f14-4414-87f3-f91e32c51ed1'),
(8452,1143,NULL,3749,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:34:44','2026-01-15 16:34:44',NULL,NULL,NULL,'89ef34c7-be7c-4a58-9ffc-edf081e0308c'),
(8453,1431,NULL,3750,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:43:48','2026-01-15 16:43:48',NULL,NULL,NULL,'202376ee-6995-4fb1-90d9-dceb809569f8'),
(8455,1437,NULL,3751,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:46:39','2026-01-15 16:46:39',NULL,NULL,NULL,'2bfc0496-3c1f-42da-b7cc-13737788c90b'),
(8457,1437,NULL,3752,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:47:41','2026-01-15 16:47:41',NULL,NULL,NULL,'041761bf-e144-41ae-bb4f-4b2fbc06e80c'),
(8459,1389,NULL,3753,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:49:17','2026-01-15 16:49:17',NULL,NULL,NULL,'385a3387-0283-4563-b06c-da7c628c1351'),
(8461,1437,NULL,3754,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:49:36','2026-01-15 16:49:36',NULL,NULL,NULL,'24b3fb4b-75aa-4d1b-bd30-268cb9a4969d'),
(8463,1283,NULL,3755,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:49:52','2026-01-15 16:49:52',NULL,NULL,NULL,'35b68666-4e1d-4484-9a40-e53e0fa3f5b3'),
(8465,963,NULL,3756,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:50:18','2026-01-15 16:50:18',NULL,NULL,NULL,'fe053fe0-7008-41d8-91e5-62f8af07b9c2'),
(8467,1249,NULL,3757,1,'craft\\elements\\Entry',1,0,'2026-01-15 16:50:31','2026-01-15 16:50:31',NULL,NULL,NULL,'831b616a-0119-4bb6-b2a5-bbe9d477b1f3'),
(8469,1437,NULL,3758,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:04:18','2026-01-15 18:04:18',NULL,NULL,NULL,'01599879-4e08-48eb-9488-3f58d06824b4'),
(8471,1437,NULL,3759,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:04:21','2026-01-15 18:04:21',NULL,NULL,NULL,'c53552bf-34ad-44e5-956c-7912e0d31d01'),
(8473,1443,NULL,3760,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:05:05','2026-01-15 18:05:05',NULL,NULL,NULL,'99fb7c6a-8e7d-473e-9e78-4245046b3edc'),
(8475,1449,NULL,3761,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:06:17','2026-01-15 18:06:18',NULL,NULL,NULL,'1aab83db-1ce4-4560-95fc-76b5031c4bf6'),
(8477,1449,NULL,3762,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:06:35','2026-01-15 18:06:35',NULL,NULL,NULL,'06243a6a-ed05-4d14-b4b5-ee761f17e208'),
(8479,1461,NULL,3763,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:07:18','2026-01-15 18:07:18',NULL,NULL,NULL,'3d7c1631-50bd-4940-894f-9607cb59733a'),
(8481,1467,NULL,3764,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:07:42','2026-01-15 18:07:42',NULL,NULL,NULL,'a0014b50-31b9-4224-a44d-b532a92466ea'),
(8483,1419,NULL,3765,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:10:10','2026-01-15 18:10:10',NULL,NULL,NULL,'14c54944-bd7b-43f8-b982-7715937bded8'),
(8485,1425,NULL,3766,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:10:31','2026-01-15 18:10:31',NULL,NULL,NULL,'81aa228e-f9b2-46ac-a07a-eeb1bad00526'),
(8487,1431,NULL,3767,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:10:49','2026-01-15 18:10:49',NULL,NULL,NULL,'bdb3a0ee-f8c4-4bac-b9a8-525d138100bc'),
(8489,1437,NULL,3768,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:11:04','2026-01-15 18:11:04',NULL,NULL,NULL,'7baa3f15-b83f-4f96-8c57-c75c18a48a52'),
(8491,1443,NULL,3769,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:11:14','2026-01-15 18:11:14',NULL,NULL,NULL,'ab77c4c5-6b84-43c5-998a-49277e9a691a'),
(8493,1449,NULL,3770,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:11:28','2026-01-15 18:11:28',NULL,NULL,NULL,'cd2a4a1a-0e09-4697-be0b-a87e2ed40982'),
(8495,1455,NULL,3771,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:11:38','2026-01-15 18:11:38',NULL,NULL,NULL,'01385ee4-fd8a-4d6b-b8cc-8d2c660be031'),
(8497,1461,NULL,3772,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:11:48','2026-01-15 18:11:48',NULL,NULL,NULL,'e9dde711-9f94-4d45-a948-bf2041998554'),
(8499,1467,NULL,3773,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:12:00','2026-01-15 18:12:00',NULL,NULL,NULL,'77e6542e-8141-443b-bd1c-1830122f4c7e'),
(8501,1473,NULL,3774,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:33:45','2026-01-15 18:33:45',NULL,NULL,NULL,'703b14a6-4d64-4647-9a61-4689165bddf8'),
(8503,1473,NULL,3775,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:34:14','2026-01-15 18:34:15',NULL,NULL,NULL,'ab95c2d7-bbe1-495c-84d6-830afc4e10c0'),
(8505,1477,NULL,3776,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:34:40','2026-01-15 18:34:40',NULL,NULL,NULL,'a70310f5-20a2-4877-86fc-93a2c2c07de7'),
(8507,1477,NULL,3777,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:35:03','2026-01-15 18:35:03',NULL,NULL,NULL,'6ed06960-d27b-4a43-a773-3d91177b62e5'),
(8509,1477,NULL,3778,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:35:13','2026-01-15 18:35:13',NULL,NULL,NULL,'e50811da-3c62-4904-846d-40bc2c53a5ae'),
(8511,1481,NULL,3779,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:35:33','2026-01-15 18:35:33',NULL,NULL,NULL,'346d7dc8-7eb7-4e2b-95a7-96d1878d7059'),
(8513,1481,NULL,3780,1,'craft\\elements\\Entry',1,0,'2026-01-15 18:46:23','2026-01-15 18:46:24',NULL,NULL,NULL,'6fec2192-d015-45ab-99b5-b476cccc5c29'),
(8518,NULL,NULL,NULL,27,'craft\\elements\\Entry',1,0,'2026-01-15 19:58:24','2026-01-20 18:51:26',NULL,'2026-01-20 18:51:26',NULL,'cf18f720-22d0-4193-988e-c84a56c74af1'),
(8519,1353,NULL,3781,1,'craft\\elements\\Entry',1,0,'2026-01-15 19:58:24','2026-01-15 19:58:24',NULL,NULL,NULL,'17b7b6b2-cfae-4c29-b714-dbe2b192d0ec'),
(8520,8518,NULL,3782,27,'craft\\elements\\Entry',1,0,'2026-01-15 19:58:24','2026-01-15 19:58:24',NULL,'2026-01-20 18:51:26',NULL,'ad4b8e72-1a43-4e65-8891-3f5402ef2208'),
(8523,1353,NULL,3783,1,'craft\\elements\\Entry',1,0,'2026-01-15 19:58:33','2026-01-15 19:58:33',NULL,NULL,NULL,'cd36a8e8-dbd1-4c7b-8893-f4c23e3ff5bc'),
(8524,7339,NULL,3784,27,'craft\\elements\\Entry',1,0,'2026-01-15 19:58:33','2026-01-15 19:58:33',NULL,'2026-01-20 18:51:26',NULL,'aa191f3e-5a3b-4ef8-b7c0-f03f26b30e95'),
(8528,1353,NULL,3785,1,'craft\\elements\\Entry',1,0,'2026-01-15 19:59:47','2026-01-15 19:59:47',NULL,NULL,NULL,'a945a2a5-d980-4d80-ad7e-82aaca462462'),
(8529,7339,NULL,3786,27,'craft\\elements\\Entry',1,0,'2026-01-15 19:59:47','2026-01-15 19:59:47',NULL,'2026-01-20 18:51:26',NULL,'5007ed73-fd8e-4e3f-a13a-ac44cff157be'),
(8530,7340,NULL,3787,27,'craft\\elements\\Entry',1,0,'2026-01-15 19:59:47','2026-01-15 19:59:47',NULL,NULL,NULL,'d0397e62-8d95-4d5f-9acf-ac2be0346fd5'),
(8535,NULL,NULL,NULL,27,'craft\\elements\\Entry',1,0,'2026-01-15 20:12:12','2026-01-15 20:12:12',NULL,NULL,NULL,'b9a4c28b-0863-4699-96c4-0ce7bed00f71'),
(8536,NULL,NULL,NULL,27,'craft\\elements\\Entry',1,0,'2026-01-15 20:12:12','2026-01-20 18:52:20',NULL,NULL,NULL,'73cad371-c7fc-4fc7-ba4c-4e022ab04df3'),
(8537,1395,NULL,3788,1,'craft\\elements\\Entry',1,0,'2026-01-15 20:12:12','2026-01-15 20:12:12',NULL,NULL,NULL,'a321155e-66db-42aa-94da-780d15fcc176'),
(8538,8535,NULL,3789,27,'craft\\elements\\Entry',1,0,'2026-01-15 20:12:12','2026-01-15 20:12:12',NULL,NULL,NULL,'efb2d901-3f3b-40e8-ab3b-cfccdfb4c3bb'),
(8539,8536,NULL,3790,27,'craft\\elements\\Entry',1,0,'2026-01-15 20:12:12','2026-01-15 20:12:12',NULL,NULL,NULL,'3a86803b-e56d-4962-b457-09b0ad4b942f'),
(8543,963,NULL,3791,1,'craft\\elements\\Entry',1,0,'2026-01-15 20:20:56','2026-01-15 20:20:56',NULL,NULL,NULL,'c6daec68-873b-409b-8a20-f7c393a7aee4'),
(8545,1255,NULL,3792,1,'craft\\elements\\Entry',1,0,'2026-01-15 20:23:17','2026-01-15 20:23:17',NULL,NULL,NULL,'57fde767-57f1-40d8-b9a8-8e46e02ab313'),
(8546,2,NULL,3793,1,'craft\\elements\\Entry',1,0,'2026-01-15 20:23:27','2026-01-15 20:23:27',NULL,NULL,NULL,'0cc0f845-3c2a-4c39-a38e-ebb9d94ad046'),
(8547,1353,NULL,3794,1,'craft\\elements\\Entry',1,0,'2026-01-15 20:23:32','2026-01-15 20:23:32',NULL,NULL,NULL,'8a057493-f5af-47ad-b46a-072a3117c766'),
(8548,8518,NULL,3795,27,'craft\\elements\\Entry',1,0,'2026-01-15 20:23:32','2026-01-15 20:23:32',NULL,'2026-01-20 18:51:26',NULL,'18bf03a3-1cea-4a5a-be35-17627a943efd'),
(8549,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-15 20:35:55','2026-01-15 20:35:55',NULL,NULL,NULL,'2b4a2c93-098b-4ace-bc10-e70769c9cf30'),
(8551,1165,NULL,3796,1,'craft\\elements\\Entry',1,0,'2026-01-15 20:40:02','2026-01-15 20:40:02',NULL,NULL,NULL,'67575dfd-eb1b-40df-990a-468509ab0275'),
(8553,1045,NULL,3797,1,'craft\\elements\\Entry',1,0,'2026-01-15 20:40:11','2026-01-15 20:40:11',NULL,NULL,NULL,'ff0aa3fc-a3b1-4de4-b406-9a71ac26a2b3'),
(8558,963,NULL,3798,1,'craft\\elements\\Entry',1,0,'2026-01-15 20:41:18','2026-01-15 20:41:18',NULL,NULL,NULL,'22eb69cb-8534-41ea-bf80-52f14643f6cb'),
(8594,1353,NULL,3799,1,'craft\\elements\\Entry',1,0,'2026-01-15 21:13:35','2026-01-15 21:13:35',NULL,NULL,NULL,'3c7fcebd-bc39-4ae9-9dec-ca4c7c9ab56c'),
(8595,8518,NULL,3800,27,'craft\\elements\\Entry',1,0,'2026-01-15 21:13:35','2026-01-15 21:13:35',NULL,'2026-01-20 18:51:26',NULL,'ad249fe0-9272-4308-9846-b1a8a1c5b6c3'),
(8596,7339,NULL,3801,27,'craft\\elements\\Entry',1,0,'2026-01-15 21:13:35','2026-01-15 21:13:35',NULL,'2026-01-20 18:51:26',NULL,'2c2eb7d4-ed37-4614-bb3f-1159f7a5006c'),
(8600,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 01:13:04','2026-01-16 01:13:04',NULL,NULL,NULL,'c8927ff3-6eaa-43a8-b9db-2836d0a4a7a7'),
(8601,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 01:13:06','2026-01-16 01:13:06',NULL,NULL,NULL,'66141422-d7bb-4694-9e3e-761200082c12'),
(8602,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 01:13:07','2026-01-16 01:13:07',NULL,NULL,NULL,'bf32178c-8b99-4079-9a7e-3269ff36f12e'),
(8603,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 01:13:08','2026-01-16 01:13:08',NULL,NULL,NULL,'786b4503-c8fa-4745-bc3c-80d33f0268af'),
(8604,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 01:13:09','2026-01-16 01:13:09',NULL,NULL,NULL,'10eb5ac3-0407-4c52-b455-86418de67105'),
(8605,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 01:13:10','2026-01-16 01:13:10',NULL,NULL,NULL,'ce3d6a99-7cda-4a9d-9598-93d29510f544'),
(8606,1303,NULL,3802,1,'craft\\elements\\Entry',1,0,'2026-01-16 01:13:42','2026-01-16 01:13:42',NULL,NULL,NULL,'6875e1ff-153b-4510-83a2-2c73db461d27'),
(8608,1303,NULL,3803,1,'craft\\elements\\Entry',1,0,'2026-01-16 01:14:26','2026-01-16 01:14:26',NULL,NULL,NULL,'940f8a5d-d599-4bf5-9032-268f3584d53b'),
(8612,1419,NULL,3804,1,'craft\\elements\\Entry',1,0,'2026-01-16 01:21:26','2026-01-16 01:21:26',NULL,NULL,NULL,'580f6b75-2a2e-4f15-98b5-300d5bb6f475'),
(8613,2,NULL,3805,1,'craft\\elements\\Entry',1,0,'2026-01-16 01:22:04','2026-01-16 01:22:04',NULL,NULL,NULL,'1be10aa2-db1a-4bc4-9003-3a4713a4b3f6'),
(8615,1059,NULL,3806,1,'craft\\elements\\Entry',1,0,'2026-01-16 01:25:51','2026-01-16 01:25:51',NULL,NULL,NULL,'29034733-6775-4baf-beec-3eebbb98ab20'),
(8617,1059,NULL,3807,1,'craft\\elements\\Entry',1,0,'2026-01-16 01:26:50','2026-01-16 01:26:50',NULL,NULL,NULL,'a4e4c716-2959-4a17-a045-afdd1b2e5217'),
(8619,2,NULL,3808,1,'craft\\elements\\Entry',1,0,'2026-01-16 01:33:19','2026-01-16 01:33:19',NULL,NULL,NULL,'7442f229-254d-4b7f-9701-e71c589c7677'),
(8621,2,NULL,3809,1,'craft\\elements\\Entry',1,0,'2026-01-16 01:34:08','2026-01-16 01:34:08',NULL,NULL,NULL,'f049caea-c1de-48b7-8e1d-bed71982dc2d'),
(8623,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-16 12:33:51','2026-01-16 12:33:51',NULL,NULL,NULL,'c445db5d-e38e-4884-8f06-bb96342fac64'),
(8627,951,NULL,3810,1,'craft\\elements\\Entry',1,0,'2026-01-16 12:39:10','2026-01-16 12:39:10',NULL,NULL,NULL,'8f133bff-97b6-4074-80c4-c9ac36f0c44b'),
(8628,1500,NULL,3811,2,'craft\\elements\\Entry',1,0,'2026-01-16 12:39:10','2026-01-16 12:39:10',NULL,NULL,NULL,'485004ac-d68b-4a40-893b-33b0980f081d'),
(8629,5319,NULL,3812,21,'craft\\elements\\Entry',1,0,'2026-01-16 12:39:10','2026-01-16 12:39:10',NULL,NULL,NULL,'24b85f2d-60f8-475c-9041-250b4e22954b'),
(8630,5681,NULL,3813,21,'craft\\elements\\Entry',1,0,'2026-01-16 12:39:10','2026-01-16 12:39:10',NULL,NULL,NULL,'454d321a-3d80-4dda-95e1-7f968c850207'),
(8637,951,NULL,3814,1,'craft\\elements\\Entry',1,0,'2026-01-16 15:09:33','2026-01-16 15:09:33',NULL,NULL,NULL,'9f4deaad-5de4-4803-b047-065dd540765d'),
(8638,3255,NULL,3815,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:09:33','2026-01-16 15:09:33',NULL,NULL,NULL,'1521a63a-4695-47b1-b23d-d21315b30e06'),
(8639,3256,NULL,3816,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:09:33','2026-01-16 15:09:33',NULL,NULL,NULL,'36b74f04-5fce-44be-a7b8-00881f59b5a2'),
(8640,3257,NULL,3817,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:09:33','2026-01-16 15:09:33',NULL,NULL,NULL,'8d2085b7-391d-451a-ae28-709234b8c873'),
(8641,3258,NULL,3818,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:09:33','2026-01-16 15:09:33',NULL,NULL,NULL,'c8c3e0a5-f2ed-4a24-a32c-7688c8ae9b95'),
(8642,3259,NULL,3819,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:09:33','2026-01-16 15:09:33',NULL,NULL,NULL,'3850225e-6748-4ea1-bf94-22888fe95359'),
(8650,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:16:13','2026-01-29 16:01:42',NULL,NULL,NULL,'532c5b39-afea-4bf1-8f51-8e109cf9be07'),
(8651,951,NULL,3821,1,'craft\\elements\\Entry',1,0,'2026-01-16 15:16:13','2026-01-16 15:16:13',NULL,NULL,NULL,'9294826e-4cb0-4f2c-835a-44a02939c5b6'),
(8652,3260,NULL,3822,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:16:13','2026-01-16 15:16:13',NULL,NULL,NULL,'eeb24d74-8a67-4f46-ada5-b99364563e3c'),
(8653,3261,NULL,3823,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:16:13','2026-01-16 15:16:13',NULL,NULL,NULL,'f18d3e80-63e7-4e99-9aec-74c6dced2eb0'),
(8654,3262,NULL,3824,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:16:13','2026-01-16 15:16:13',NULL,NULL,NULL,'ee13e923-2a4b-44de-aa85-2c8dbda1a982'),
(8655,8650,NULL,3825,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:16:13','2026-01-16 15:16:13',NULL,NULL,NULL,'56fb4356-faea-4867-91c8-de0bb299d0b3'),
(8656,951,NULL,3826,1,'craft\\elements\\Entry',1,0,'2026-01-16 15:17:14','2026-01-16 15:17:14',NULL,NULL,NULL,'13d1daf0-2aae-4691-88a8-55722a24ce6b'),
(8657,1161,NULL,3827,1,'craft\\elements\\Entry',1,0,'2026-01-16 15:18:24','2026-01-16 15:18:24',NULL,NULL,NULL,'64bae6da-faad-457f-9800-ef331cb0fe17'),
(8660,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:22:57','2026-01-16 15:22:57',NULL,NULL,NULL,'4b2c29c2-fb7e-4589-8854-d35c1bb836fd'),
(8661,1161,NULL,3828,1,'craft\\elements\\Entry',1,0,'2026-01-16 15:22:57','2026-01-16 15:22:57',NULL,NULL,NULL,'8b72f276-c710-47b3-9ed2-da497f1945ac'),
(8662,8660,NULL,3829,3,'craft\\elements\\Entry',1,0,'2026-01-16 15:22:57','2026-01-16 15:22:57',NULL,NULL,NULL,'2d2ca0cf-e6ea-4804-8604-7d342a083d0d'),
(8668,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:05:51','2026-01-16 16:05:51',NULL,NULL,NULL,'da0ecd5c-dc84-4190-8d82-9a2715bc7216'),
(8669,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:05:51','2026-01-16 16:05:51',NULL,NULL,NULL,'2eeb4328-b79a-4bc3-9dc7-0be340e1815b'),
(8670,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:05:51','2026-01-16 16:05:51',NULL,NULL,NULL,'4023f52c-d77b-44be-b8b8-df635e667776'),
(8671,1161,NULL,3830,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:05:51','2026-01-16 16:05:51',NULL,NULL,NULL,'cb9d7f83-3665-494e-8877-928cc36abe00'),
(8672,6603,NULL,3831,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:05:51','2026-01-16 16:05:51',NULL,NULL,NULL,'bb31ffbc-305d-4d0d-9439-05a8e97b6b12'),
(8673,8668,NULL,3832,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:05:51','2026-01-16 16:05:51',NULL,NULL,NULL,'d8537a78-1f2f-45b8-840a-762e12d7c615'),
(8674,8669,NULL,3833,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:05:51','2026-01-16 16:05:51',NULL,NULL,NULL,'b389f2bd-a2cb-45ff-9b16-6ab9a5688536'),
(8675,8670,NULL,3834,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:05:51','2026-01-16 16:05:51',NULL,NULL,NULL,'8625d1c7-d7b2-4eb1-8cb8-2dc28c8c6cb8'),
(8676,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 16:13:55','2026-01-16 16:13:55',NULL,NULL,NULL,'193963df-ca55-4240-8ec0-48d09d614e44'),
(8677,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 16:13:59','2026-01-16 16:13:59',NULL,NULL,NULL,'d9ab5786-3085-404f-a565-117e39ab756c'),
(8679,1161,NULL,3835,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:15:26','2026-01-16 16:15:26',NULL,NULL,NULL,'ea85370b-6ad0-49a6-9e12-fefc4ac81b7a'),
(8681,1161,NULL,3836,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:16:10','2026-01-16 16:16:10',NULL,NULL,NULL,'a1eec904-170c-4471-ba60-71d3cf912de1'),
(8683,1161,NULL,3837,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:23:31','2026-01-16 16:23:31',NULL,NULL,NULL,'a90ead3b-5a62-4c32-8d3b-b8854b74ea64'),
(8689,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:27:18','2026-01-16 16:27:18',NULL,NULL,NULL,'6ea9eeb7-490d-4a73-8184-ba04293a7f84'),
(8690,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:27:18','2026-01-29 20:41:11',NULL,NULL,NULL,'830cb285-8801-49e8-905a-f9a80ed49ed8'),
(8691,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:27:18','2026-01-16 16:27:18',NULL,NULL,NULL,'4c937a26-2091-484c-af28-a420840d4ea0'),
(8692,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:27:18','2026-01-29 20:41:11',NULL,NULL,NULL,'94101749-4ea1-4880-a9be-55c1132b85f3'),
(8693,1161,NULL,3838,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:27:18','2026-01-16 16:27:18',NULL,NULL,NULL,'e9b31138-a810-4cd7-a102-26b40799c795'),
(8694,8689,NULL,3839,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:27:18','2026-01-16 16:27:18',NULL,NULL,NULL,'b72ca925-6dff-434a-98c3-0bfe5248d82f'),
(8695,8690,NULL,3840,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:27:18','2026-01-16 16:27:18',NULL,NULL,NULL,'c1887c78-fe82-4087-b021-2400fb9935a2'),
(8696,8691,NULL,3841,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:27:18','2026-01-16 16:27:18',NULL,NULL,NULL,'2ce67f51-dcd4-4ac0-93c2-3110ccc68153'),
(8697,8692,NULL,3842,3,'craft\\elements\\Entry',1,0,'2026-01-16 16:27:18','2026-01-16 16:27:18',NULL,NULL,NULL,'23c5abea-c698-4ade-98a9-8cbb6f8988af'),
(8698,1161,NULL,3843,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:27:46','2026-01-16 16:27:46',NULL,NULL,NULL,'70f7afd7-a174-4148-b900-2030fb59abf0'),
(8700,1161,NULL,3844,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:31:31','2026-01-16 16:31:31',NULL,NULL,NULL,'674456e1-603e-4882-ab5a-9a8b4b55503e'),
(8701,1161,NULL,3845,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:33:03','2026-01-16 16:33:03',NULL,NULL,NULL,'61c02068-7526-423a-83b4-ffdde33749ce'),
(8704,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-16 16:37:39','2026-01-16 16:37:39',NULL,NULL,NULL,'e11bd3c0-5dbc-4ae5-ac63-5817df9b6e2d'),
(8706,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-16 16:40:40','2026-01-16 16:40:40',NULL,NULL,NULL,'04208538-8fc0-4b8f-8366-a859adf468a5'),
(8707,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-16 16:40:40','2026-01-23 19:44:24',NULL,NULL,NULL,'95145412-3feb-45a9-9d0d-1cb142ede868'),
(8708,1161,NULL,3846,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:40:40','2026-01-16 16:40:40',NULL,NULL,NULL,'f0ca9068-b2a0-400b-88b7-ea1542ede4c5'),
(8709,1674,NULL,3847,2,'craft\\elements\\Entry',1,0,'2026-01-16 16:40:40','2026-01-16 16:40:40',NULL,NULL,NULL,'eedf556c-9d7d-405e-8110-5d293bf96963'),
(8710,8706,NULL,3848,2,'craft\\elements\\Entry',1,0,'2026-01-16 16:40:40','2026-01-16 16:40:40',NULL,NULL,NULL,'715e7cc1-490a-48da-9ff3-0b057a9d0862'),
(8711,8707,NULL,3849,21,'craft\\elements\\Entry',1,0,'2026-01-16 16:40:40','2026-01-16 16:40:40',NULL,NULL,NULL,'502f889d-5857-43f3-a1ed-693afecedc74'),
(8712,1161,NULL,3850,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:41:18','2026-01-16 16:41:19',NULL,NULL,NULL,'811f1791-daab-490b-b5d5-180031050de9'),
(8713,1161,NULL,3851,1,'craft\\elements\\Entry',1,0,'2026-01-16 16:43:52','2026-01-16 16:43:52',NULL,NULL,NULL,'0c9b4ea9-ad3d-4638-a79c-32fa46ff7d31'),
(8715,981,NULL,3852,1,'craft\\elements\\Entry',1,0,'2026-01-16 17:03:39','2026-01-16 17:03:39',NULL,NULL,NULL,'5f5b084e-5f99-40f0-af7e-501ee8deb580'),
(8716,1526,NULL,3853,2,'craft\\elements\\Entry',1,0,'2026-01-16 17:03:39','2026-01-16 17:03:39',NULL,NULL,NULL,'25d11e19-f1f2-4dd5-88ca-5631c5d66f85'),
(8718,2,NULL,3854,1,'craft\\elements\\Entry',1,0,'2026-01-16 17:07:34','2026-01-16 17:07:35',NULL,NULL,NULL,'02af4bf1-e7fa-433a-9d7b-a5381857fc2b'),
(8719,1487,NULL,3855,2,'craft\\elements\\Entry',1,0,'2026-01-16 17:07:34','2026-01-16 17:07:35',NULL,NULL,NULL,'b9817912-36ed-4cb0-84dd-eaba4ad89a30'),
(8723,1495,NULL,3857,2,'craft\\elements\\Entry',1,0,'2026-01-16 17:08:17','2026-03-25 19:33:51',NULL,NULL,NULL,'d3c233c9-04dc-4e7e-a438-878dd37a654e'),
(8725,957,NULL,3858,1,'craft\\elements\\Entry',1,0,'2026-01-16 17:10:51','2026-01-16 17:10:51',NULL,NULL,NULL,'2931a6af-a04f-41e3-b25e-0453f3b250e7'),
(8726,1505,NULL,3859,2,'craft\\elements\\Entry',1,0,'2026-01-16 17:10:51','2026-01-16 17:10:51',NULL,NULL,NULL,'dc306093-cc13-4581-93a9-59dda7af68bc'),
(8727,1161,NULL,3860,1,'craft\\elements\\Entry',1,0,'2026-01-16 20:31:47','2026-01-16 20:31:47',NULL,NULL,NULL,'ae794b64-964f-4d73-aefc-e25dedb68076'),
(8728,1171,NULL,3861,1,'craft\\elements\\Entry',1,0,'2026-01-16 20:32:57','2026-01-16 20:32:57',NULL,NULL,NULL,'92c25dfd-3e45-4017-9cf9-8c05d92ace15'),
(8730,1171,NULL,3862,1,'craft\\elements\\Entry',1,0,'2026-01-16 20:33:19','2026-01-16 20:33:19',NULL,NULL,NULL,'431eac22-d972-441e-ac6e-abc27f7b8aac'),
(8733,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-16 20:44:33','2026-01-16 20:44:33',NULL,NULL,NULL,'c097116b-7d2f-4a35-9638-5f6d63898292'),
(8734,1171,NULL,3863,1,'craft\\elements\\Entry',1,0,'2026-01-16 20:44:54','2026-01-16 20:44:54',NULL,NULL,NULL,'6ed27feb-2ee9-4d3a-a352-515d47cbce8d'),
(8735,1683,NULL,3864,2,'craft\\elements\\Entry',1,0,'2026-01-16 20:44:54','2026-01-16 20:44:54',NULL,NULL,NULL,'b997e1f6-2d60-40c3-b8b4-a28f9a0fef35'),
(8737,1171,NULL,3865,1,'craft\\elements\\Entry',1,0,'2026-01-16 20:44:57','2026-01-16 20:44:57',NULL,NULL,NULL,'9a80a1d1-f40c-49a4-a988-6fb95bc683ef'),
(8738,1177,NULL,3866,1,'craft\\elements\\Entry',1,0,'2026-01-16 20:47:17','2026-01-16 20:47:17',NULL,NULL,NULL,'c16e986f-2347-4fcc-8b28-52a69c4b640b'),
(8740,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:47:35','2026-01-16 20:47:35',NULL,NULL,NULL,'0dc9a639-ebcb-4fbd-b434-7cc8903fa371'),
(8741,1177,NULL,3867,1,'craft\\elements\\Entry',1,0,'2026-01-16 20:47:40','2026-01-16 20:47:40',NULL,NULL,NULL,'b8a3a5f5-b46b-4c78-aea2-144f1d1af8a6'),
(8743,1177,NULL,3868,1,'craft\\elements\\Entry',1,0,'2026-01-16 20:48:03','2026-01-16 20:48:03',NULL,NULL,NULL,'77a3e278-46bc-46cd-8414-56ca1aa20684'),
(8744,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:50:40','2026-01-16 20:50:40',NULL,NULL,NULL,'cc0eeff1-2ade-40aa-a877-ddd3e19b5ba0'),
(8745,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:50:52','2026-01-16 20:50:52',NULL,NULL,NULL,'55784df9-2240-4f3e-8a20-9a269093d7c2'),
(8746,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:51:05','2026-01-16 20:58:05',NULL,NULL,NULL,'68147155-7fd4-4d69-a2ec-0fbb6ecb96f7'),
(8747,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:55:24','2026-01-16 20:55:24',NULL,NULL,NULL,'bfe45ca0-b34f-41d4-8b26-cc62a1fec982'),
(8748,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:55:30','2026-01-16 20:55:30',NULL,NULL,NULL,'f75b4001-128b-44bd-9169-a7492111783f'),
(8749,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:55:36','2026-01-16 20:55:36',NULL,NULL,NULL,'45caaa0e-fdd9-4384-b608-6ba24ae53f8f'),
(8750,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:55:42','2026-01-16 20:57:41',NULL,NULL,NULL,'af4b4ccd-a2c1-491f-99c2-f702864b71d8'),
(8751,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:55:48','2026-01-16 20:57:54',NULL,NULL,NULL,'9dea1456-76a2-4108-8748-e0806f1811d8'),
(8752,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:56:01','2026-01-16 20:56:01',NULL,NULL,NULL,'d649e602-be36-4d80-9a7d-bd9fa27682e3'),
(8753,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:56:07','2026-01-16 20:58:14',NULL,NULL,NULL,'63a5cd79-ef9b-49db-94f4-cf0407f22a28'),
(8754,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 20:56:12','2026-01-16 20:58:23',NULL,NULL,NULL,'a388b839-cd2a-46bf-bf27-da8deba8b1ce'),
(8755,1185,NULL,3869,1,'craft\\elements\\Entry',1,0,'2026-01-16 20:56:59','2026-01-16 20:56:59',NULL,NULL,NULL,'493291eb-6e05-474f-9a49-e3a9afe4999f'),
(8757,1185,NULL,3870,1,'craft\\elements\\Entry',1,0,'2026-01-16 20:58:27','2026-01-16 20:58:27',NULL,NULL,NULL,'58cc7152-55c7-45b7-ab80-d848a3c8844c'),
(8759,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-16 20:59:03','2026-01-16 20:59:03',NULL,NULL,NULL,'32c4ef06-fcc7-44eb-bca7-3d1ab73e3152'),
(8761,1185,NULL,3871,1,'craft\\elements\\Entry',1,0,'2026-01-16 21:29:26','2026-01-16 21:29:27',NULL,NULL,NULL,'fcc726bb-7bb9-426b-a6aa-717b443a2f5c'),
(8762,1695,NULL,3872,2,'craft\\elements\\Entry',1,0,'2026-01-16 21:29:27','2026-01-16 21:29:27',NULL,NULL,NULL,'8f5f0c72-0b09-4b5e-84a7-2696034673e4'),
(8764,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-16 21:29:52','2026-01-16 21:29:52',NULL,NULL,NULL,'380df9d8-f61a-4b64-ac03-50c4ec4f0278'),
(8766,1161,NULL,3873,1,'craft\\elements\\Entry',1,0,'2026-01-16 21:29:59','2026-01-16 21:29:59',NULL,NULL,NULL,'3bee9f33-e6e7-4841-8925-06f41e680235'),
(8767,1674,NULL,3874,2,'craft\\elements\\Entry',1,0,'2026-01-16 21:29:59','2026-01-16 21:29:59',NULL,NULL,NULL,'099df385-5890-476d-ac5c-bd2f0b87bac8'),
(8769,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-16 21:31:44','2026-01-16 21:31:44',NULL,NULL,NULL,'78d13ccc-8b01-46dc-8921-ab3efb108e7d'),
(8771,1185,NULL,3875,1,'craft\\elements\\Entry',1,0,'2026-01-16 21:31:57','2026-01-16 21:31:57',NULL,NULL,NULL,'d8c44b21-7ecd-4f39-a26f-913f9422809f'),
(8772,1694,NULL,3876,2,'craft\\elements\\Entry',1,0,'2026-01-16 21:31:57','2026-01-16 21:31:57',NULL,NULL,NULL,'7d33a98b-c906-41e2-9c13-2b3c47ce3c31'),
(8774,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-16 21:35:06','2026-01-16 21:35:22',NULL,NULL,NULL,'ac32f650-4968-4c00-818d-125c58216afd'),
(8775,1161,NULL,3877,1,'craft\\elements\\Entry',1,0,'2026-01-16 21:35:24','2026-01-16 21:35:24',NULL,NULL,NULL,'91ece7fe-802d-42f8-ba03-3b60d7c22c23'),
(8777,1161,NULL,3878,1,'craft\\elements\\Entry',1,0,'2026-01-16 21:35:49','2026-01-16 21:35:49',NULL,NULL,NULL,'b723b458-c173-4169-9101-c4fc038c6365'),
(8779,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:12:40','2026-01-17 00:12:40',NULL,NULL,NULL,'02616030-cc9e-43bf-ba1e-9c69eecbc5d6'),
(8780,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:12:42','2026-01-17 00:12:42',NULL,NULL,NULL,'f607b6d2-9a17-4d57-923e-e713a1d9cb9b'),
(8781,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:12:45','2026-01-17 00:12:45',NULL,NULL,NULL,'9f73e4be-814a-45bc-aa3e-8dc0a937b276'),
(8782,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:12:48','2026-01-17 00:12:48',NULL,NULL,NULL,'efa88b2b-0fee-4fda-8cf7-67305624dd2a'),
(8783,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:12:49','2026-01-17 00:12:49',NULL,NULL,NULL,'27d7c7b7-d7a2-42e9-b73e-49a7e60ef9ad'),
(8784,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:12:51','2026-01-17 00:12:51',NULL,NULL,NULL,'7c205f3d-e719-42d7-8c43-7089c925d238'),
(8785,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:12:54','2026-01-17 00:12:54',NULL,NULL,NULL,'71d63209-5cea-4d8a-8fe2-d33b4e31422e'),
(8786,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:12:56','2026-01-17 00:12:56',NULL,NULL,NULL,'f0b21877-e362-4a0b-a2fc-9243717b1e16'),
(8787,1191,NULL,3879,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:13:48','2026-01-17 00:13:48',NULL,NULL,NULL,'4e9d91f6-64b6-46d5-9313-f3c13873111d'),
(8789,1191,NULL,3880,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:14:38','2026-01-17 00:14:38',NULL,NULL,NULL,'45506863-a42a-4d5e-ab48-068d9a45f074'),
(8792,1191,NULL,3881,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:15:34','2026-01-17 00:15:34',NULL,NULL,NULL,'31b78bc6-cc2b-4a35-a0dd-250f1aa579e4'),
(8793,1700,NULL,3882,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:15:34','2026-01-17 00:15:34',NULL,NULL,NULL,'1fbc1e85-f2e1-4037-baf6-9026f1bed9de'),
(8795,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:18:39','2026-01-17 00:18:39',NULL,NULL,NULL,'e1dd4c9b-69f3-4680-9fd0-bdada729c567'),
(8796,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:18:42','2026-01-17 00:18:42',NULL,NULL,NULL,'5c23bbd6-c204-4858-a586-eb7d258fae42'),
(8797,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:18:43','2026-01-17 00:18:43',NULL,NULL,NULL,'e586fcbd-e03d-4fcb-a122-89d9c8d0a78e'),
(8798,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:18:45','2026-01-17 00:18:45',NULL,NULL,NULL,'a2f2b593-8b74-4937-89d4-1e10f7358c68'),
(8799,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:18:47','2026-01-17 00:18:47',NULL,NULL,NULL,'eaa5a806-ce98-4f2a-9a43-91815d652f38'),
(8800,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:18:49','2026-01-17 00:18:49',NULL,NULL,NULL,'77bc19e7-f6f3-40ef-8a0b-e0784afa45fd'),
(8801,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:18:51','2026-01-17 00:18:51',NULL,NULL,NULL,'19bd8bad-7b68-4a36-9c0a-5d24123d677c'),
(8802,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:18:53','2026-01-17 00:18:53',NULL,NULL,NULL,'0a7adde3-d99d-46d4-a4f5-c87093dbc61c'),
(8803,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:20:17','2026-01-17 00:20:17',NULL,NULL,NULL,'2efd1f10-326d-45f8-a96c-761349b446c1'),
(8804,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:20:20','2026-01-17 00:20:20',NULL,NULL,NULL,'f7dd74b4-9d76-4e5c-be77-8a562756e67d'),
(8805,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:20:23','2026-01-17 00:20:23',NULL,NULL,NULL,'27a663fe-96c7-44a2-b614-a5e8e171ffac'),
(8806,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:20:24','2026-01-17 00:20:24',NULL,NULL,NULL,'ae37c8fc-1685-493f-bad1-a017e54a694e'),
(8807,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:20:26','2026-01-17 00:20:26',NULL,NULL,NULL,'03b547b2-84ce-430f-a4f6-b8c475f4fe0c'),
(8808,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:20:28','2026-01-17 00:20:28',NULL,NULL,NULL,'2e5526b0-7ee5-462b-bddb-2e437703eb76'),
(8810,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:20:30','2026-01-17 00:20:30',NULL,NULL,NULL,'2aee4ec7-df91-4264-b875-2bf0adde24e5'),
(8812,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:21:22','2026-01-21 02:09:29',NULL,NULL,NULL,'f657b39b-4037-49c0-ab6b-4b7a1e0ba5f2'),
(8813,1197,NULL,3883,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:21:22','2026-01-17 00:21:22',NULL,NULL,NULL,'397ebd9d-eaa0-4483-9ecc-91a559ac96aa'),
(8814,8812,NULL,3884,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:21:22','2026-01-17 00:21:22',NULL,NULL,NULL,'4907e229-5a4a-4ddf-90a5-575665650c1d'),
(8819,1255,NULL,3885,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:23:10','2026-01-17 00:23:10',NULL,NULL,NULL,'1c120bf6-597b-4174-bfed-1fbec2a83de9'),
(8820,1753,NULL,3886,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:23:10','2026-01-17 00:23:10',NULL,NULL,NULL,'28fd74bf-4bbb-4141-91f0-4466f71c4db7'),
(8822,1197,NULL,3887,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:23:22','2026-01-17 00:23:22',NULL,NULL,NULL,'528ce205-1ebd-474c-afbe-2eb2ab94fc32'),
(8824,1261,NULL,3888,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:23:33','2026-01-17 00:23:33',NULL,NULL,NULL,'1c349d82-a489-460d-aefd-df60bc4e4d52'),
(8826,1269,NULL,3889,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:23:53','2026-01-17 00:23:53',NULL,NULL,NULL,'c35d8448-4462-443f-9600-efdb81b33bc9'),
(8828,1277,NULL,3890,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:24:03','2026-01-17 00:24:03',NULL,NULL,NULL,'a5fd3624-7680-493f-b805-3146da3df3f8'),
(8829,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:24:04','2026-01-17 00:24:04',NULL,NULL,NULL,'c2352750-c979-42f3-899b-3a1c92ad7c56'),
(8830,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:24:07','2026-01-17 00:24:07',NULL,NULL,NULL,'8a53abaf-2ceb-411c-8488-ddacc50af04b'),
(8831,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:24:08','2026-01-17 00:24:08',NULL,NULL,NULL,'73a7c87c-b9f2-465f-b57e-872851dbdbfa'),
(8832,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:24:10','2026-01-17 00:24:10',NULL,NULL,NULL,'7caa3473-76d8-45b9-868e-fdf4b40a7e7a'),
(8833,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:24:13','2026-01-17 00:24:13',NULL,NULL,NULL,'0487b4c9-f559-4437-b054-027c56371c68'),
(8834,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:24:16','2026-01-17 00:24:16',NULL,NULL,NULL,'3666d536-7866-4d13-81ec-0e2a473fda44'),
(8835,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:24:18','2026-01-17 00:24:18',NULL,NULL,NULL,'b0a7701f-d2cd-4684-bd9a-7832979a0a3a'),
(8836,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:24:21','2026-01-17 00:24:21',NULL,NULL,NULL,'bd9ead21-f168-4392-a5c9-5df80ef10cf2'),
(8837,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:24:23','2026-01-17 00:24:23',NULL,NULL,NULL,'c696b1bc-554d-41c1-9a97-17b35185e3a9'),
(8839,1777,2802,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:24:50','2026-01-17 00:24:53',NULL,'2026-01-17 00:25:00',NULL,'557a4115-2cf2-4d66-aeea-f9eec951c440'),
(8840,1201,NULL,3891,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:24:53','2026-01-17 00:24:53',NULL,NULL,NULL,'c29bb4d6-ca96-4ded-991e-5a118b6e8962'),
(8841,1283,NULL,3892,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:25:00','2026-01-17 00:25:00',NULL,NULL,NULL,'128b1429-2887-4765-add5-b068fb72a06f'),
(8844,1289,NULL,3893,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:25:25','2026-01-17 00:25:25',NULL,NULL,NULL,'a5848828-1f83-45a9-bae0-64469fcaa339'),
(8846,1201,NULL,3894,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:25:43','2026-01-17 00:25:43',NULL,NULL,NULL,'353a6f42-166f-4fc4-8c77-91c1905a8980'),
(8847,1297,NULL,3895,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:25:52','2026-01-17 00:25:52',NULL,NULL,NULL,'5fc485fa-a4da-416e-a074-a8bbb8d634d7'),
(8849,1303,NULL,3896,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:26:06','2026-01-17 00:26:06',NULL,NULL,NULL,'10a2a6fb-06ca-4268-bc4a-8d4bdc321a35'),
(8853,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:27:21','2026-03-05 19:29:05',NULL,NULL,NULL,'11d8453c-6def-4415-8f06-cb071cbe12e0'),
(8854,1309,NULL,3897,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:27:21','2026-01-17 00:27:21',NULL,NULL,NULL,'c7ef4ee5-1226-4f18-b104-595f7af7d77f'),
(8855,8853,NULL,3898,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:27:21','2026-01-17 00:27:21',NULL,NULL,NULL,'4f901487-4ee7-4930-844f-cdda9b96302f'),
(8857,1315,NULL,3899,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:27:47','2026-01-17 00:27:47',NULL,NULL,NULL,'bd29896e-e9d8-4910-81d6-86e8bea17cb6'),
(8859,1323,NULL,3900,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:28:48','2026-01-17 00:28:48',NULL,NULL,NULL,'01463071-aea4-459e-9a89-006b27d5933c'),
(8862,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:29:21','2026-01-17 00:29:21',NULL,NULL,NULL,'bc899847-dc5e-4954-8dcd-640f4158810b'),
(8864,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:29:24','2026-01-17 00:29:24',NULL,NULL,NULL,'79397d5d-06bd-4c2e-93c9-4dfba0029d99'),
(8865,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:29:27','2026-02-06 19:37:07',NULL,NULL,NULL,'ec58e478-670e-4ddf-a165-f0c789c8113c'),
(8866,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:29:29','2026-01-17 00:29:29',NULL,NULL,NULL,'0334ac85-b766-4488-af72-738a5306b282'),
(8867,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:29:31','2026-01-17 00:29:31',NULL,NULL,NULL,'e65a3709-31c7-4e91-897c-f0b5b8fb83c3'),
(8868,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:29:33','2026-01-17 00:29:33',NULL,NULL,NULL,'82e177bb-b846-4bb7-93e5-cd4f2ebf0f66'),
(8869,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:29:35','2026-01-17 00:29:35',NULL,NULL,NULL,'c7c1d129-5cf6-46e1-bbd1-fbd1805fcee3'),
(8871,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:29:37','2026-01-17 00:29:37',NULL,NULL,NULL,'a3eb4113-4620-414b-9bab-9957271ab7a1'),
(8872,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:29:50','2026-02-23 16:53:42',NULL,'2026-02-23 16:53:42',NULL,'5a617e6c-34b6-4f2a-b503-35ae1f5418ba'),
(8873,1329,NULL,3901,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:29:50','2026-01-17 00:29:50',NULL,NULL,NULL,'9680a50f-d600-4aab-a468-1daf0a223236'),
(8874,1816,NULL,3902,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:29:50','2026-01-17 00:29:50',NULL,NULL,NULL,'20603085-7875-4839-8870-f4a620280cd8'),
(8875,8872,NULL,3903,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:29:50','2026-01-17 00:29:50',NULL,'2026-02-23 16:53:42',NULL,'ceeb0db1-773c-40b5-8645-7738954d57e3'),
(8876,1209,NULL,3904,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:30:07','2026-01-17 00:30:07',NULL,NULL,NULL,'3cb2381a-b1fd-4ef3-a944-b078916f8258'),
(8878,1329,NULL,3905,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:30:18','2026-01-17 00:30:18',NULL,NULL,NULL,'ea269d04-b041-40d0-98f5-22a39101080d'),
(8881,1209,NULL,3906,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:30:38','2026-01-17 00:30:38',NULL,NULL,NULL,'4ecb4f27-a137-47ae-a572-d6bb91173b7c'),
(8883,1337,NULL,3907,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:31:21','2026-01-17 00:31:21',NULL,NULL,NULL,'6711275a-4f95-4560-a25e-bec4914f2455'),
(8885,1343,NULL,3908,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:31:38','2026-01-17 00:31:38',NULL,NULL,NULL,'9aa8e106-e7d3-4a90-be40-abb6f653a0ee'),
(8888,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:33:15','2026-01-17 00:33:15',NULL,NULL,NULL,'fa81e233-fa17-49a4-83b2-6cc173beda9a'),
(8889,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:33:18','2026-01-17 00:33:18',NULL,NULL,NULL,'56b2459e-96fa-4ac3-aa9b-ee8f3140e304'),
(8890,1349,NULL,3909,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:33:33','2026-01-17 00:33:33',NULL,NULL,NULL,'5e6358e4-ce03-4123-b795-3db8a347ad1b'),
(8894,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:34:02','2026-01-21 02:43:50',NULL,NULL,NULL,'517860e2-5655-4179-a974-ddc4c8f66926'),
(8895,1215,NULL,3910,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:34:02','2026-01-17 00:34:02',NULL,NULL,NULL,'c5be0bd9-3940-4a40-9cf9-c489cd2f7dd5'),
(8896,8894,NULL,3911,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:34:02','2026-01-17 00:34:02',NULL,NULL,NULL,'6e00f3ca-4ed3-4da8-bce4-d763abbef8f0'),
(8897,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:34:08','2026-01-21 14:32:36',NULL,NULL,NULL,'c92fdb29-3875-4712-bb97-2d43066798ee'),
(8898,2720,NULL,3912,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:34:08','2026-01-17 00:34:08',NULL,NULL,NULL,'e83e85e2-a127-4240-9e17-2055ae29f1cd'),
(8899,8897,NULL,3913,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:34:08','2026-01-17 00:34:08',NULL,NULL,NULL,'05d3a5d8-18a6-4ce0-ae05-4415fcf005ff'),
(8902,1353,NULL,3914,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:34:34','2026-01-17 00:34:34',NULL,NULL,NULL,'7ff6af2f-1cf1-410e-8310-8772fc556def'),
(8903,1836,NULL,3915,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:34:34','2026-01-17 00:34:34',NULL,NULL,NULL,'cadfaa3e-2e31-4417-adb1-8dfb5ad29256'),
(8906,1359,NULL,3916,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:35:08','2026-01-17 00:35:08',NULL,NULL,NULL,'d3e2d35a-4b51-4180-91d1-d91ff3a35a50'),
(8907,1840,NULL,3917,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:35:08','2026-01-17 00:35:08',NULL,NULL,NULL,'341d115d-7351-4f1f-93a7-ffffc6f6011c'),
(8908,1365,NULL,3918,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:35:29','2026-01-17 00:35:29',NULL,NULL,NULL,'c6ec4699-f0b8-41a2-ac24-e54988f9c0d1'),
(8911,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:36:10','2026-01-17 00:36:10',NULL,NULL,NULL,'7debc5af-2263-475f-80d0-63f18549f9cf'),
(8912,2712,NULL,3919,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:36:10','2026-01-17 00:36:10',NULL,NULL,NULL,'c2708a81-1216-4a42-bfd1-9293a07e3066'),
(8913,8911,NULL,3920,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:36:10','2026-01-17 00:36:10',NULL,NULL,NULL,'195cd8b0-b193-4e68-94ea-8cbfa92d46ae'),
(8914,1215,NULL,3921,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:36:18','2026-01-17 00:36:18',NULL,NULL,NULL,'ed939ee8-842c-4ddb-9038-078b52ec6e9a'),
(8918,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:37:42','2026-01-17 00:37:42',NULL,NULL,NULL,'8a3afc09-6d37-4fbe-a2ea-b4f7df028613'),
(8919,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:37:45','2026-01-17 00:37:45',NULL,NULL,NULL,'b4f47190-8093-468c-a8cc-9fe8e4a07e57'),
(8920,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:37:47','2026-01-17 00:37:47',NULL,NULL,NULL,'be41b5dd-8d86-4e36-9f59-519d493b00ff'),
(8921,1371,NULL,3922,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:37:49','2026-01-17 00:37:49',NULL,NULL,NULL,'07859ce8-eba3-4d15-88d6-b0fa1d958ff2'),
(8922,1850,NULL,3923,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:37:49','2026-01-17 00:37:49',NULL,NULL,NULL,'190495fa-762a-417f-aff2-1c9020bb8eaf'),
(8923,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:37:49','2026-01-17 00:37:49',NULL,NULL,NULL,'1cf6fa11-37ed-402f-92e4-903887f7981d'),
(8924,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:37:52','2026-01-17 00:37:52',NULL,NULL,NULL,'fba3dd42-2215-4dc8-9819-df89e1947e62'),
(8925,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:37:54','2026-01-17 00:37:54',NULL,NULL,NULL,'895b32e3-8fa8-4dea-9099-5c2148a6154b'),
(8926,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:37:57','2026-01-17 00:37:57',NULL,NULL,NULL,'fc0f6497-d1b8-44e8-be6a-29a6c1e614f2'),
(8927,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:37:59','2026-01-17 00:37:59',NULL,NULL,NULL,'02f2b576-9b64-4531-8b03-3c9dedd76bc0'),
(8928,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:38:02','2026-01-17 00:38:02',NULL,NULL,NULL,'f60a02e9-ce49-415d-8da9-72d842a6e7cc'),
(8929,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:38:03','2026-01-17 00:38:03',NULL,NULL,NULL,'1697cd9b-7371-4faf-b468-c234bfa3fd6e'),
(8930,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:38:04','2026-01-17 00:38:04',NULL,NULL,NULL,'a3782de7-ac32-485a-a1b7-0951194e7122'),
(8931,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:38:05','2026-01-17 00:38:05',NULL,NULL,NULL,'8d1cd6c1-de16-4d27-9ff6-96a18f0dd756'),
(8932,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:38:06','2026-01-17 00:38:06',NULL,NULL,NULL,'d10d4e7a-73c5-4fe5-84a2-602c4be3a263'),
(8933,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:38:08','2026-01-17 00:38:08',NULL,NULL,NULL,'06d36874-a8cf-4bca-83f8-c6e526fdc904'),
(8934,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:38:12','2026-01-17 00:38:12',NULL,NULL,NULL,'03281657-8c92-457b-819a-b8fde2f49c63'),
(8935,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:38:12','2026-01-17 00:38:12',NULL,NULL,NULL,'a3007108-71ad-477e-9fc2-3e043f67a4ec'),
(8936,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:38:13','2026-01-17 00:38:13',NULL,NULL,NULL,'aa072dce-a085-4d31-aedd-5881419973b5'),
(8940,1377,NULL,3924,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:39:39','2026-01-17 00:39:39',NULL,NULL,NULL,'e41345b8-5408-48b0-b74b-76856eefd46e'),
(8941,1855,NULL,3925,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:39:39','2026-01-17 00:39:39',NULL,NULL,NULL,'89750ed7-b672-42fe-8320-b3fd1e2adcba'),
(8942,1856,NULL,3926,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:39:39','2026-01-17 00:39:39',NULL,NULL,NULL,'fde6450a-7141-42e5-bda7-1726a9768e4e'),
(8945,1219,NULL,3927,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:40:06','2026-01-17 00:40:06',NULL,NULL,NULL,'46366baf-cded-4562-b0af-65a324a46ac4'),
(8947,1383,NULL,3928,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:40:18','2026-01-17 00:40:18',NULL,NULL,NULL,'feed89cb-bb6a-42ac-a3aa-69c7bd9e5723'),
(8948,1861,NULL,3929,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:40:18','2026-01-17 00:40:18',NULL,NULL,NULL,'c435370a-7a97-4cea-a7c2-f56e3cfd628e'),
(8950,1389,NULL,3930,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:40:34','2026-01-17 00:40:34',NULL,NULL,NULL,'e56fb74e-45f1-4584-9035-ea476f188aaf'),
(8953,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:42:20','2026-01-17 00:42:20',NULL,NULL,NULL,'85613bbb-1e3e-449b-a44e-8e4543bb964d'),
(8954,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:42:23','2026-01-17 00:42:23',NULL,NULL,NULL,'a0b37d1f-62fa-4f9d-8379-0423535fbbc4'),
(8955,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:42:24','2026-01-17 00:42:24',NULL,NULL,NULL,'e5581af4-9494-43f4-a96b-5ef12118ea0e'),
(8956,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:42:26','2026-01-17 00:42:26',NULL,NULL,NULL,'a91e481f-c26c-49f9-8ee7-601815b1878e'),
(8957,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:42:29','2026-01-17 00:42:29',NULL,NULL,NULL,'1a30d0b4-b51f-4b7b-b892-47a8ae47cb66'),
(8958,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:42:31','2026-01-17 00:42:31',NULL,NULL,NULL,'292c34bb-732d-4f51-92bf-ba39c4b91fe3'),
(8959,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:42:33','2026-01-17 00:42:33',NULL,NULL,NULL,'e751e32d-76e0-478b-906e-b524f8ce5887'),
(8960,1225,NULL,3931,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:42:54','2026-01-17 00:42:54',NULL,NULL,NULL,'ccce9965-ea86-43ab-b9bb-c590fe56bf4a'),
(8962,1225,NULL,3932,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:44:22','2026-01-17 00:44:22',NULL,NULL,NULL,'7ace43ad-394c-4b43-b100-f8e6261deb09'),
(8965,1231,NULL,3933,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:46:46','2026-01-17 00:46:46',NULL,NULL,NULL,'f16a5ba2-5800-4d61-a951-be1b38ac98f5'),
(8966,1732,NULL,3934,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:46:46','2026-01-17 00:46:46',NULL,NULL,NULL,'556f7201-8613-4e91-9356-94620bc18ae8'),
(8968,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:48:03','2026-01-17 00:48:03',NULL,NULL,NULL,'5ecaeb29-68f6-4aea-9f5b-bab92f4cce5e'),
(8969,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:48:05','2026-01-17 00:48:05',NULL,NULL,NULL,'255a6c8e-bdd9-47a6-b0e9-b88fd17269ec'),
(8970,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:48:06','2026-01-17 00:48:06',NULL,NULL,NULL,'7a4786e8-add5-46fe-937b-b3fb981d540a'),
(8971,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:48:08','2026-01-17 00:48:08',NULL,NULL,NULL,'3ec615a6-5a0b-42fa-8312-7952a9897555'),
(8972,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:48:10','2026-01-17 00:48:10',NULL,NULL,NULL,'30e1a92d-2173-4a98-ab0d-42a6956db42f'),
(8973,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:48:11','2026-01-17 00:48:11',NULL,NULL,NULL,'80fa645c-9c91-4774-a634-c111e2e14b58'),
(8974,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:48:13','2026-01-17 00:48:13',NULL,NULL,NULL,'a195c4ca-8847-44c1-9254-2dcf13a5c9e7'),
(8975,1231,NULL,3935,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:48:26','2026-01-17 00:48:26',NULL,NULL,NULL,'dac2fcfc-718d-47f1-ae14-5b1dc80ea8be'),
(8977,1231,NULL,3936,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:48:54','2026-01-17 00:48:54',NULL,NULL,NULL,'6db3e1b6-dc26-45a2-81e8-2c9c9530ccd7'),
(8980,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:51:06','2026-01-17 00:51:06',NULL,NULL,NULL,'712e13c5-6ae1-4bea-b532-3a04c0caf1cb'),
(8981,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:51:10','2026-01-17 00:51:10',NULL,NULL,NULL,'c11af81e-9d9b-4360-b9a5-94df534577e2'),
(8982,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:51:12','2026-01-17 00:51:12',NULL,NULL,NULL,'6e4b1681-b36f-4b26-8d06-d8ee4e6aab16'),
(8983,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:51:14','2026-01-17 00:51:14',NULL,NULL,NULL,'02317330-042a-44ed-9e4f-f4e891fd94e6'),
(8984,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 00:51:17','2026-01-17 00:51:17',NULL,NULL,NULL,'f0b2074f-8362-46c1-8d44-81a42ea1477d'),
(8985,1237,NULL,3937,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:51:35','2026-01-17 00:51:35',NULL,NULL,NULL,'566bc933-f956-4bac-bcb7-7be28470e24b'),
(8986,1738,NULL,3938,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:51:35','2026-01-17 00:51:35',NULL,NULL,NULL,'73f22880-c562-4b88-ac4c-01a8595c7635'),
(8988,1237,NULL,3939,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:51:52','2026-01-17 00:51:52',NULL,NULL,NULL,'655f73e0-4bfb-4ab4-abda-4e5a16ba100e'),
(8990,1243,NULL,3940,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:54:16','2026-01-17 00:54:16',NULL,NULL,NULL,'d17fb20d-0f2d-4348-bd39-29c8cf6cc763'),
(8993,1249,NULL,3941,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:56:23','2026-01-17 00:56:24',NULL,NULL,NULL,'9bec2c28-4266-4fc0-b914-aa89e78d3e67'),
(8994,1748,NULL,3942,2,'craft\\elements\\Entry',1,0,'2026-01-17 00:56:24','2026-01-17 00:56:24',NULL,NULL,NULL,'bda963fa-2361-4e3d-a790-4c54c9f65c70'),
(8996,1249,NULL,3943,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:57:41','2026-01-17 00:57:41',NULL,NULL,NULL,'b62fc5ab-48fe-488d-b9f8-583c139cd983'),
(8998,1255,NULL,3944,1,'craft\\elements\\Entry',1,0,'2026-01-17 00:59:00','2026-01-17 00:59:00',NULL,NULL,NULL,'f601ea85-402d-4e55-8353-69d98ab5b172'),
(9000,1261,NULL,3945,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:03:18','2026-01-17 01:03:18',NULL,NULL,NULL,'257a697a-08df-4e34-ba9c-e784e5dcec33'),
(9002,1269,NULL,3946,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:06:13','2026-01-17 01:06:13',NULL,NULL,NULL,'6b2a0fd3-e1b1-4307-b3f2-c666bb080282'),
(9004,1269,NULL,3947,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:06:31','2026-01-17 01:06:31',NULL,NULL,NULL,'25757dbb-e5e1-41f5-b6f3-358c599e4b2c'),
(9006,1277,NULL,3948,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:07:40','2026-01-17 01:07:40',NULL,NULL,NULL,'874d18b3-4bef-41d4-8b1b-25296199663e'),
(9008,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:10:17','2026-01-17 01:10:17',NULL,NULL,NULL,'b79fa6b6-fe89-460d-83d6-a4a18eac90a9'),
(9009,1283,NULL,3949,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:11:13','2026-01-17 01:11:13',NULL,NULL,NULL,'f94bd095-876f-457d-807d-1f553127ea5a'),
(9011,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:11:40','2026-01-17 01:11:40',NULL,NULL,NULL,'ad67cc4f-c4bf-4cc9-861f-507d358b463a'),
(9012,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:11:41','2026-01-17 01:11:41',NULL,NULL,NULL,'bca717db-98e5-4fc9-bf2c-37c6fa598330'),
(9013,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:11:42','2026-01-17 01:11:42',NULL,NULL,NULL,'4e32d1fc-d7d2-479a-88cc-63fe2a8ab0b5'),
(9014,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:11:43','2026-01-17 01:11:43',NULL,NULL,NULL,'8523d3d0-bb7e-4cc5-81b0-d71c849437e1'),
(9015,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:11:45','2026-01-17 01:11:45',NULL,NULL,NULL,'ca43ad7b-1074-4b8d-99be-99ddc0aafc9a'),
(9016,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:11:46','2026-01-17 01:11:46',NULL,NULL,NULL,'6a29feec-c5a3-46f7-9d40-d7d1bba09af3'),
(9017,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:11:47','2026-01-17 14:28:08',NULL,NULL,NULL,'9a846513-17bc-4781-9645-5155f864d4e0'),
(9018,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:11:48','2026-01-17 01:11:48',NULL,NULL,NULL,'1d1c8545-1b79-450a-abd4-16ec15a8af04'),
(9019,1283,NULL,3950,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:12:21','2026-01-17 01:12:21',NULL,NULL,NULL,'f188f760-def4-48ed-894d-57ea64682605'),
(9021,1283,NULL,3951,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:13:17','2026-01-17 01:13:17',NULL,NULL,NULL,'dbdc9baf-02f9-4ebc-b5bc-ff9ed587c889'),
(9024,1283,NULL,3952,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:15:17','2026-01-17 01:15:17',NULL,NULL,NULL,'45f871ac-f9d1-4cc1-965b-e11cd40fbbdc'),
(9025,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:16:30','2026-01-17 01:16:30',NULL,NULL,NULL,'61056489-5f1e-478c-bf14-1713f407ccb6'),
(9026,1289,NULL,3953,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:17:22','2026-01-17 01:17:22',NULL,NULL,NULL,'60730c89-ee72-447e-8075-0614dd45efaa'),
(9028,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:17:36','2026-01-17 01:17:36',NULL,NULL,NULL,'8bd51e6e-200f-4263-9b3a-2c290224dd37'),
(9029,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:17:37','2026-01-17 01:17:37',NULL,NULL,NULL,'226ace9f-68d7-44a7-9bf3-c5ccbba4710c'),
(9030,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:17:38','2026-01-17 01:17:38',NULL,NULL,NULL,'f293027e-8b61-4a23-9d5c-83b26286f639'),
(9031,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:17:39','2026-01-17 01:17:39',NULL,NULL,NULL,'82b31d3f-3c25-411c-926d-53531d290646'),
(9032,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:17:41','2026-01-17 01:17:41',NULL,NULL,NULL,'cf276831-b828-4ffb-9a1f-88a5bbfae9f4'),
(9033,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:17:42','2026-01-17 01:17:42',NULL,NULL,NULL,'f04981b9-6e09-4bf5-af79-5b330938570e'),
(9034,1289,NULL,3954,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:18:02','2026-01-17 01:18:02',NULL,NULL,NULL,'d4f6dfdb-7e68-452c-8507-861e0dd14ea2'),
(9036,1289,NULL,3955,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:18:22','2026-01-17 01:18:22',NULL,NULL,NULL,'f9cd4a9b-7f33-4713-bb21-44538d74497d'),
(9038,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:20:17','2026-01-17 01:20:17',NULL,NULL,NULL,'afbcc083-4af4-4f2d-adcd-97a3a8170d30'),
(9039,1297,NULL,3956,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:21:09','2026-01-17 01:21:09',NULL,NULL,NULL,'b2aa67c7-b231-4ef0-a06d-be8c78a9e9c8'),
(9041,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:21:28','2026-01-17 01:21:28',NULL,NULL,NULL,'5bc2a877-7deb-4a66-aa51-d833e126948e'),
(9042,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:21:29','2026-01-17 01:21:29',NULL,NULL,NULL,'e10c7793-78c7-4848-a1eb-e67d7afb5d80'),
(9043,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:21:30','2026-01-17 01:21:30',NULL,NULL,NULL,'89daf0b7-6c97-45d6-bea3-4aada4a35db2'),
(9044,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:21:31','2026-01-17 01:21:31',NULL,NULL,NULL,'5d9affdf-7d19-4e99-bd6c-57b63e7c2065'),
(9045,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:21:33','2026-01-17 01:21:33',NULL,NULL,NULL,'d97d39c2-5814-486c-9fe3-6700228d45ec'),
(9046,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:21:34','2026-01-17 01:21:34',NULL,NULL,NULL,'5f4f905d-10db-4eda-992a-36c825b3e561'),
(9047,1297,NULL,3957,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:21:56','2026-01-17 01:21:56',NULL,NULL,NULL,'f9210850-463a-4cda-9538-162c161f3e15'),
(9049,1297,NULL,3958,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:22:20','2026-01-17 01:22:20',NULL,NULL,NULL,'8e135849-8a58-4607-8a13-873076c283b0'),
(9051,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:23:42','2026-01-17 01:23:42',NULL,NULL,NULL,'3dc9732c-6070-4b49-83e4-524f60d1db12'),
(9052,1303,NULL,3959,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:24:06','2026-01-17 01:24:06',NULL,NULL,NULL,'d077c927-913f-4d8b-8b69-be8b107130b4'),
(9054,1303,NULL,3960,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:25:03','2026-01-17 01:25:03',NULL,NULL,NULL,'026bb7bc-be63-460e-9cb4-0bb4a403e2eb'),
(9056,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:26:36','2026-01-17 01:26:36',NULL,NULL,NULL,'ae21d7bb-15f3-4629-bfaa-a645341218b6'),
(9057,1309,NULL,3961,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:27:02','2026-01-17 01:27:02',NULL,NULL,NULL,'6da018fb-495e-49d6-bf82-3fc7652b0edc'),
(9059,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:27:17','2026-01-17 01:27:17',NULL,NULL,NULL,'eb6d1dc9-dc47-41cd-9a62-16fa1b2f3982'),
(9060,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:27:21','2026-01-17 01:27:21',NULL,NULL,NULL,'f218ccf0-8f03-48e4-bbbb-e6d3fa5be0c5'),
(9061,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:27:22','2026-01-17 01:27:22',NULL,NULL,NULL,'fef4f0bc-2cc6-4383-9730-a5752fa2b0ee'),
(9062,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:27:24','2026-01-17 01:27:24',NULL,NULL,NULL,'3445e229-4166-4b60-9b7d-b11c3d996282'),
(9063,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:27:24','2026-01-17 01:27:24',NULL,NULL,NULL,'b10fc503-8daf-4e8f-ab98-f96312022003'),
(9064,1309,NULL,3962,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:27:38','2026-01-17 01:27:38',NULL,NULL,NULL,'7bb99ee9-1839-4e8e-a1ef-9ad2635cae58'),
(9066,1309,NULL,3963,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:28:31','2026-01-17 01:28:31',NULL,NULL,NULL,'77a0f71b-179d-4de8-a71a-fbff2e0febac'),
(9068,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:30:40','2026-01-17 01:30:40',NULL,NULL,NULL,'505afcae-e823-4ca5-b755-322f7b24f96b'),
(9069,1315,NULL,3964,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:31:33','2026-01-17 01:31:33',NULL,NULL,NULL,'b1d466e6-ec2a-4125-8922-776e22f039ed'),
(9071,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:31:47','2026-01-17 01:31:47',NULL,NULL,NULL,'97f3b971-32d9-4367-bf8b-a3607a9dd060'),
(9072,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:31:48','2026-01-17 01:31:48',NULL,NULL,NULL,'53418b4b-5541-4409-a8f3-6bb4a2a309c8'),
(9073,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:31:49','2026-01-17 01:31:49',NULL,NULL,NULL,'052ba7ce-8950-4b32-9e29-62b1d313631f'),
(9074,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:31:50','2026-01-17 01:31:50',NULL,NULL,NULL,'bcc2984c-3f3f-4dcc-9e31-71f654e18379'),
(9075,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:31:52','2026-01-17 01:31:52',NULL,NULL,NULL,'b45c2b9b-f5e5-4345-ae98-51abc2a417d4'),
(9076,1315,NULL,3965,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:31:58','2026-01-17 01:31:58',NULL,NULL,NULL,'41a98d76-3623-43f2-a17d-c51f4d059105'),
(9078,1315,NULL,3966,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:32:31','2026-01-17 01:32:31',NULL,NULL,NULL,'dbaf9398-28d6-4ae3-b091-63f14b761ffd'),
(9080,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:34:56','2026-01-17 01:34:56',NULL,NULL,NULL,'01e5ab3a-221e-4b77-8762-b96a4869beb5'),
(9081,1323,NULL,3967,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:35:22','2026-01-17 01:35:22',NULL,NULL,NULL,'00d39dc8-6d9b-44ed-b6d7-34d2cb656d32'),
(9083,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:35:36','2026-01-17 01:35:36',NULL,NULL,NULL,'cf4fd120-6764-45ae-b2f7-b930ec45dbf4'),
(9084,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:35:38','2026-01-17 01:35:38',NULL,NULL,NULL,'19d40e19-650c-4818-8fa3-367a1ec8833e'),
(9085,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:35:39','2026-01-17 01:35:39',NULL,NULL,NULL,'0513649f-446e-47c4-8fd9-1ecbdd599eec'),
(9086,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:35:40','2026-01-17 01:35:40',NULL,NULL,NULL,'0b85e0ad-069f-4444-85ba-2e778abfa45b'),
(9087,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:35:42','2026-01-17 01:35:42',NULL,NULL,NULL,'7ec5f505-5b58-4fd4-8fcc-4bad4c945262'),
(9088,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:35:43','2026-01-17 01:35:43',NULL,NULL,NULL,'0aef6f1e-d460-4152-b506-e41ea59b11df'),
(9089,1323,NULL,3968,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:36:01','2026-01-17 01:36:01',NULL,NULL,NULL,'a3f6d399-2612-4636-9423-12c69a7853eb'),
(9092,1323,NULL,3969,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:37:11','2026-01-17 01:37:11',NULL,NULL,NULL,'d5a10a5a-7b0a-4b41-8a2b-652835889115'),
(9093,1811,NULL,3970,2,'craft\\elements\\Entry',1,0,'2026-01-17 01:37:11','2026-01-17 01:37:11',NULL,NULL,NULL,'2cfa62ad-a4eb-449c-8461-2fcc5ce98b28'),
(9095,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:39:18','2026-01-17 01:39:18',NULL,NULL,NULL,'e393a5ef-e0cb-4504-9f77-7879fed6f57c'),
(9096,1329,NULL,3971,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:39:45','2026-01-17 01:39:45',NULL,NULL,NULL,'ff16dccf-1d60-41cd-aac3-81613b805803'),
(9098,1329,NULL,3972,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:39:57','2026-01-17 01:39:57',NULL,NULL,NULL,'12792244-d1d1-4c66-b61d-4a56f4f899fa'),
(9100,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:40:19','2026-01-17 01:40:19',NULL,NULL,NULL,'5cce6c04-0f23-46fd-a63a-65d260af9a3c'),
(9101,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:40:21','2026-01-17 01:40:21',NULL,NULL,NULL,'81bc883c-7acb-4eae-a1cc-3718490bba1b'),
(9102,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:40:22','2026-01-17 01:40:22',NULL,NULL,NULL,'db908c2a-cc08-42cf-b127-13acde2975d0'),
(9103,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:40:24','2026-01-17 01:40:24',NULL,NULL,NULL,'ede282c6-6e49-4715-915d-43be99dec9a2'),
(9104,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:40:26','2026-01-17 01:40:26',NULL,NULL,NULL,'3a0ce056-3c45-41d1-80a3-5eedfd2ebfb1'),
(9105,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:40:27','2026-01-17 01:40:27',NULL,NULL,NULL,'382e3829-cbc7-47bd-8826-8a360c8dbc11'),
(9106,1329,NULL,3973,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:40:39','2026-01-17 01:40:39',NULL,NULL,NULL,'10dd67c4-ce48-4306-9d18-703f93eac7b5'),
(9108,1329,NULL,3974,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:41:37','2026-01-17 01:41:37',NULL,NULL,NULL,'cf91213c-49ca-4b90-9cbc-a8cc732abbe4'),
(9110,1329,NULL,3975,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:41:59','2026-01-17 01:41:59',NULL,NULL,NULL,'7355bbc3-63a4-4551-920d-dea69b255802'),
(9112,1343,NULL,3976,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:42:48','2026-01-17 01:42:48',NULL,NULL,NULL,'5195a2de-443e-4f01-a0ba-5b56eb6711de'),
(9114,1343,NULL,3977,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:43:48','2026-01-17 01:43:48',NULL,NULL,NULL,'088d750d-96cc-45f9-a0f3-c724821d4faf'),
(9116,1337,NULL,3978,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:44:47','2026-01-17 01:44:47',NULL,NULL,NULL,'b8971ed8-20ee-44c9-892b-dba6ad9a8f36'),
(9118,1349,NULL,3979,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:45:09','2026-01-17 01:45:09',NULL,NULL,NULL,'5fabe76f-27c8-4c82-8450-57929fbf688a'),
(9121,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 01:45:41','2026-02-17 15:02:03',NULL,'2026-02-17 15:02:03',NULL,'18521fc0-b5bf-4d3b-ab27-4412379924da'),
(9122,1349,NULL,3980,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:45:41','2026-01-17 01:45:41',NULL,NULL,NULL,'3bf47851-539d-46e1-9503-cabb52054195'),
(9123,9121,NULL,3981,2,'craft\\elements\\Entry',1,0,'2026-01-17 01:45:41','2026-01-17 01:45:41',NULL,'2026-02-17 15:02:03',NULL,'a69e4396-a70c-450e-ad93-50d2b6f1fa56'),
(9125,1349,NULL,3982,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:46:11','2026-01-17 01:46:11',NULL,NULL,NULL,'28af9c67-5d47-490f-8c1c-e060899aecce'),
(9127,2720,NULL,3983,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:49:30','2026-01-17 01:49:31',NULL,NULL,NULL,'a7558285-7b0b-475c-956e-a9f9b3834756'),
(9129,2720,NULL,3984,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:50:14','2026-01-17 01:50:14',NULL,NULL,NULL,'0159f47a-4816-43be-ab84-82e99dae1ed0'),
(9131,2720,NULL,3985,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:50:29','2026-01-17 01:50:29',NULL,NULL,NULL,'8e528b57-d2e6-4991-8305-cd4e27c91b46'),
(9133,1353,NULL,3986,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:51:24','2026-01-17 01:51:24',NULL,NULL,NULL,'01d79b07-14ee-4a55-a6d4-a52c484c6061'),
(9136,1359,NULL,3987,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:52:58','2026-01-17 01:52:58',NULL,NULL,NULL,'c6077d5f-7a92-4935-b2b0-10a2cb0809a3'),
(9137,1841,NULL,3988,2,'craft\\elements\\Entry',1,0,'2026-01-17 01:52:58','2026-01-17 01:52:58',NULL,NULL,NULL,'8ca38e41-c480-4ec8-9134-95752cd4166b'),
(9139,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:54:16','2026-01-17 01:54:16',NULL,NULL,NULL,'7c38ae30-c076-4e8f-a542-6df0e66f14ed'),
(9140,1359,NULL,3989,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:54:40','2026-01-17 01:54:40',NULL,NULL,NULL,'a7f705ad-d957-4bc9-8f23-681c6c36bf25'),
(9142,1359,NULL,3990,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:54:50','2026-01-17 01:54:50',NULL,NULL,NULL,'5d0a5e76-cddc-4f6a-b9e3-84ac42f0e5c7'),
(9144,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:55:08','2026-01-17 01:55:08',NULL,NULL,NULL,'794ff554-e256-4151-bfdc-de50547ed62f'),
(9145,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:55:11','2026-01-17 01:55:11',NULL,NULL,NULL,'db62677a-ccb9-4170-9872-994d980cc2f7'),
(9146,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:55:12','2026-01-17 01:55:12',NULL,NULL,NULL,'50b66c12-52bc-4bcf-b01a-0083d406e195'),
(9147,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:55:14','2026-01-17 01:55:14',NULL,NULL,NULL,'059d5832-80b6-47fa-aeb3-c5e9e4e8978a'),
(9148,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:55:17','2026-01-17 01:55:17',NULL,NULL,NULL,'be0658a9-e0a6-45c9-a249-fe9e84ab5f2a'),
(9149,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:55:19','2026-01-17 01:55:19',NULL,NULL,NULL,'863a9475-b1be-44cf-8649-4d3db0cd9eaf'),
(9150,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:55:21','2026-01-17 01:55:21',NULL,NULL,NULL,'f97e7586-223e-46e2-81a9-c7a160d7410e'),
(9151,1359,NULL,3991,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:56:05','2026-01-17 01:56:05',NULL,NULL,NULL,'94bfa144-b065-4d65-8427-e86f359bd43a'),
(9153,1359,NULL,3992,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:56:32','2026-01-17 01:56:32',NULL,NULL,NULL,'0b2293f7-c416-41b0-be52-fe2c3c549295'),
(9155,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 01:58:38','2026-01-17 01:58:38',NULL,NULL,NULL,'6d368867-3890-442e-a5e0-3d95216c7949'),
(9156,1365,NULL,3993,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:59:14','2026-01-17 01:59:14',NULL,NULL,NULL,'81b3d5e3-0f49-445c-9615-82b6e8eddc63'),
(9158,1365,NULL,3994,1,'craft\\elements\\Entry',1,0,'2026-01-17 01:59:23','2026-01-17 01:59:23',NULL,NULL,NULL,'a2285a2c-6443-4e46-9530-2cd05d73a065'),
(9160,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:00:07','2026-01-17 02:00:07',NULL,NULL,NULL,'9ff49079-3233-42fa-8b9d-21a6d1647011'),
(9161,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:00:10','2026-01-17 02:00:10',NULL,NULL,NULL,'99a05775-ca35-4730-9ff8-c434ffeab180'),
(9162,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:00:12','2026-01-17 02:00:12',NULL,NULL,NULL,'a36a77d7-1f4d-4cc3-bdc0-e4087fa53ee6'),
(9163,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:00:13','2026-01-17 02:00:13',NULL,NULL,NULL,'005ea003-3e3a-435c-9963-001abe1cd1b1'),
(9164,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:00:16','2026-01-17 02:00:16',NULL,NULL,NULL,'75201594-ba71-4b77-a0c3-f4998186ce1b'),
(9165,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:00:18','2026-01-17 02:00:18',NULL,NULL,NULL,'b22c259d-6c55-4d41-834f-f1d6aa1c7488'),
(9166,1365,NULL,3995,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:00:30','2026-01-17 02:00:30',NULL,NULL,NULL,'8b24cb1d-4ab6-42ce-9f85-8c5a40268171'),
(9168,1365,NULL,3996,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:01:06','2026-01-17 02:01:06',NULL,NULL,NULL,'f07115aa-b65e-4ad8-8979-1849753dec85'),
(9170,2712,NULL,3997,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:03:53','2026-01-17 02:03:53',NULL,NULL,NULL,'961ecfd2-b7d4-469a-934f-5e0b3309d5d0'),
(9172,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:04:46','2026-01-17 02:04:46',NULL,NULL,NULL,'51b3d44d-fb51-4038-a3b2-c43ddd92e7e4'),
(9173,2712,NULL,3998,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:04:54','2026-01-17 02:04:54',NULL,NULL,NULL,'237f2abb-20a2-4c0c-9f6c-7186d6006bab'),
(9175,2712,NULL,3999,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:05:44','2026-01-17 02:05:44',NULL,NULL,NULL,'dd5d3287-3e6e-45d8-8902-8c36995d3a50'),
(9177,1371,NULL,4000,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:08:51','2026-01-17 02:08:51',NULL,NULL,NULL,'b1ee37a2-6735-4e06-9f17-e526b203d440'),
(9179,1371,NULL,4001,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:09:41','2026-01-17 02:09:41',NULL,NULL,NULL,'416d8028-0b9a-4c2d-82cc-28dcb85234bc'),
(9181,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:12:12','2026-01-17 02:12:12',NULL,NULL,NULL,'88f7a2b6-101e-4d4f-99d5-42c837c41639'),
(9182,1377,NULL,4002,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:12:37','2026-01-17 02:12:37',NULL,NULL,NULL,'d65701ae-c51a-474c-a3d9-e4c5ab99841b'),
(9184,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:13:02','2026-01-17 02:13:02',NULL,NULL,NULL,'cec7dc03-8a0e-4878-9419-2cf7b3604dbb'),
(9185,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:13:04','2026-01-17 02:13:04',NULL,NULL,NULL,'b043dfbd-d387-4381-a819-3de20b99837c'),
(9186,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:13:07','2026-01-17 02:13:07',NULL,NULL,NULL,'0bdd72b4-0fca-4581-91de-640c744a9944'),
(9187,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:13:10','2026-01-17 02:13:10',NULL,NULL,NULL,'1e7ac565-c884-47d0-9b95-f9c7c84085bc'),
(9188,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:13:12','2026-01-17 02:13:12',NULL,NULL,NULL,'89c1a1ce-6ab9-49fa-bd11-49ff13ecd4ff'),
(9189,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:13:14','2026-01-17 02:13:14',NULL,NULL,NULL,'25f25a2b-1cd5-461b-9853-b37168ef8652'),
(9190,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:13:16','2026-01-17 02:13:16',NULL,NULL,NULL,'59a61570-f9c1-4111-bc99-379068304299'),
(9191,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:13:18','2026-01-17 02:13:18',NULL,NULL,NULL,'e6304c84-74ee-4291-97b9-307b8b7cc02f'),
(9192,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:13:20','2026-01-17 02:13:20',NULL,NULL,NULL,'c53926e5-9f3e-40db-a2f5-a10b265aea22'),
(9193,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:13:22','2026-01-17 02:13:22',NULL,NULL,NULL,'2efa7db1-789a-4836-9555-6e84939d0fe6'),
(9194,1377,NULL,4003,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:13:27','2026-01-17 02:13:27',NULL,NULL,NULL,'bd376816-0f55-4084-9901-37521b7bc55d'),
(9196,1377,NULL,4004,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:13:35','2026-01-17 02:13:35',NULL,NULL,NULL,'dd96461c-e31f-4092-bcbc-6aae7c10bffe'),
(9198,1377,NULL,4005,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:13:55','2026-01-17 02:13:55',NULL,NULL,NULL,'b65685c7-a40a-4362-a98d-cd45aa3f58aa'),
(9200,1383,NULL,4006,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:17:02','2026-01-17 02:17:02',NULL,NULL,NULL,'1e799e72-522c-44c7-85bb-78b8c712d134'),
(9202,1383,NULL,4007,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:17:21','2026-01-17 02:17:21',NULL,NULL,NULL,'4c9dadd5-36c9-4e5a-a13f-97e30d993b8d'),
(9204,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:19:48','2026-01-17 02:19:48',NULL,NULL,NULL,'b3e17b4d-2752-49ed-9b51-51ac9769e2ac'),
(9205,1389,NULL,4008,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:19:51','2026-01-17 02:19:51',NULL,NULL,NULL,'ae550244-f79b-4f2c-bf39-2e5064a19df9'),
(9207,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:20:12','2026-01-17 02:20:12',NULL,NULL,NULL,'0fe82173-fc59-4280-8b1a-b0928520ed11'),
(9208,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:20:12','2026-01-17 02:20:12',NULL,NULL,NULL,'6c32d070-b215-4bc7-aa70-d73f2d5bee54'),
(9209,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:20:13','2026-01-17 02:20:13',NULL,NULL,NULL,'9afe87cf-459d-4096-8a47-b45de5a72ff2'),
(9210,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:20:14','2026-01-17 02:20:14',NULL,NULL,NULL,'40f206ef-a77c-4204-96d8-b99a05d5f9ce'),
(9211,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:20:15','2026-01-17 02:20:15',NULL,NULL,NULL,'ba11a7a7-5eb1-4494-b2d9-6067fc758ca1'),
(9212,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:20:16','2026-01-17 02:20:16',NULL,NULL,NULL,'b5083c58-8e83-4c43-81ae-b60bdade6a64'),
(9213,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:20:17','2026-01-17 02:20:17',NULL,NULL,NULL,'526c086a-b8b3-4c90-b003-cff36f196045'),
(9214,1389,NULL,4009,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:20:36','2026-01-17 02:20:36',NULL,NULL,NULL,'6a67bc33-c4de-4978-acb4-e2e816ca1462'),
(9216,1389,NULL,4010,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:24:29','2026-01-17 02:24:29',NULL,NULL,NULL,'ae417258-f5c6-4f3f-8136-51d7ec08f35f'),
(9218,1389,NULL,4011,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:24:49','2026-01-17 02:24:49',NULL,NULL,NULL,'12213a97-92f2-4e20-9f75-4c2abecf7be1'),
(9219,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:26:30','2026-01-17 02:26:30',NULL,NULL,NULL,'942458a1-21e2-43c3-b35f-08a6695a5f5d'),
(9220,1395,NULL,4012,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:27:00','2026-01-17 02:27:00',NULL,NULL,NULL,'f2351bd5-5acb-47f6-9d29-b45e25341374'),
(9222,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:27:29','2026-01-17 02:27:29',NULL,NULL,NULL,'447ce595-b7d8-47f6-b9f5-624d28bb4481'),
(9223,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:27:31','2026-01-17 02:27:31',NULL,NULL,NULL,'b0d1e229-cda5-40cf-a865-0b55e010597b'),
(9224,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:27:34','2026-01-17 02:27:34',NULL,NULL,NULL,'772fafcf-e5df-43e2-acf3-c3ce6ddbfd89'),
(9225,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:27:37','2026-01-17 02:27:37',NULL,NULL,NULL,'87fb49fa-1021-4868-b7e7-f64823ea3e6d'),
(9226,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:27:39','2026-01-17 02:27:39',NULL,NULL,NULL,'7d19464c-ed25-44da-8367-c5a16cee44ca'),
(9227,1395,NULL,4013,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:29:24','2026-01-17 02:29:24',NULL,NULL,NULL,'d7388c2b-d681-47d6-ab15-f994e0932eb4'),
(9229,1395,NULL,4014,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:30:01','2026-01-17 02:30:01',NULL,NULL,NULL,'741f5930-50ec-47fd-b630-e929a399384a'),
(9231,1401,NULL,4015,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:32:56','2026-01-17 02:32:56',NULL,NULL,NULL,'49c6071e-1111-4a18-aa79-fad93daa968f'),
(9233,1401,NULL,4016,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:33:00','2026-01-17 02:33:00',NULL,NULL,NULL,'9e284f11-9aa1-499c-86e8-5202f67a7d76'),
(9235,1407,NULL,4017,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:34:16','2026-01-17 02:34:16',NULL,NULL,NULL,'69cbedcb-c811-48e8-a8ba-f837dc365a12'),
(9237,1407,NULL,4018,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:34:58','2026-01-17 02:34:58',NULL,NULL,NULL,'0e3b38f0-5630-4714-8baf-5cfdb091e9e5'),
(9238,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:36:46','2026-01-17 02:36:46',NULL,NULL,NULL,'cc540adf-e3a8-4656-aefa-71b438dba7ea'),
(9240,1413,NULL,4019,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:37:03','2026-01-17 02:37:03',NULL,NULL,NULL,'478b6949-50f9-4f84-a225-20bb418cc537'),
(9242,1413,NULL,4020,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:37:18','2026-01-17 02:37:18',NULL,NULL,NULL,'14d26659-85f2-4dfa-8679-94e850662bae'),
(9244,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:37:35','2026-01-17 02:37:35',NULL,NULL,NULL,'92d92b68-9c4a-4bba-8ba8-c1dd91b0082e'),
(9245,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:37:38','2026-01-17 02:37:38',NULL,NULL,NULL,'fc95bd44-a4e4-4f0b-8617-968a44021ec7'),
(9246,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:37:39','2026-01-17 02:37:39',NULL,NULL,NULL,'c68af00b-1b46-47ee-bdb6-cf59a3863a31'),
(9247,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:37:40','2026-01-17 02:37:40',NULL,NULL,NULL,'65ac5138-d5f6-4311-8b7a-98308ad6545a'),
(9248,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:37:42','2026-01-17 02:37:42',NULL,NULL,NULL,'207d4b87-864d-42c7-934b-5487e1e33404'),
(9249,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:37:44','2026-01-17 02:37:44',NULL,NULL,NULL,'eda0f143-c154-448c-8376-5107c5c56ed1'),
(9250,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:37:46','2026-01-17 02:37:46',NULL,NULL,NULL,'bec6de9c-a754-4b40-8006-53467246a9ca'),
(9251,1413,NULL,4021,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:37:55','2026-01-17 02:37:55',NULL,NULL,NULL,'85c6c093-72f4-4035-abc2-152f8524d438'),
(9253,1413,NULL,4022,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:39:41','2026-01-17 02:39:41',NULL,NULL,NULL,'4c854fbf-0ca6-4955-b1cd-5def0bd63e9e'),
(9255,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:40:49','2026-01-17 02:40:49',NULL,NULL,NULL,'440f22d9-9267-4b54-98b0-5b4f50fa5f82'),
(9256,1419,NULL,4023,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:41:11','2026-01-17 02:41:11',NULL,NULL,NULL,'f08def8c-9edc-48c0-aa91-86efdc123efe'),
(9258,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:41:31','2026-01-17 02:41:31',NULL,NULL,NULL,'fa76399d-050c-43ff-a4aa-3be2dd5a9f6f'),
(9259,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:41:32','2026-01-17 02:41:32',NULL,NULL,NULL,'4127701d-e7ae-4a0e-88f0-00b2a952087f'),
(9260,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:41:32','2026-01-17 02:41:32',NULL,NULL,NULL,'604f6464-214c-473b-aed7-b1945eedc440'),
(9261,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 02:41:34','2026-01-17 02:41:34',NULL,NULL,NULL,'d5fe08ec-16a5-47c0-8046-32d74c4252ae'),
(9262,1419,NULL,4024,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:41:45','2026-01-17 02:41:45',NULL,NULL,NULL,'d26da5f6-52fb-45cf-963d-ae85ecc4038a'),
(9264,1419,NULL,4025,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:42:07','2026-01-17 02:42:07',NULL,NULL,NULL,'79deeb47-282a-4544-acb8-aaa438827874'),
(9266,1425,NULL,4026,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:45:00','2026-01-17 02:45:00',NULL,NULL,NULL,'fe57e6b6-cb63-47f4-a024-b165c85ae63d'),
(9268,1425,NULL,4027,1,'craft\\elements\\Entry',1,0,'2026-01-17 02:45:10','2026-01-17 02:45:10',NULL,NULL,NULL,'2c1e1106-24b1-4804-8aab-7fd0e662f5f7'),
(9270,1431,NULL,4028,1,'craft\\elements\\Entry',1,0,'2026-01-17 13:54:25','2026-01-17 13:54:25',NULL,NULL,NULL,'7b2c364a-bc3d-4e48-b211-ff433158de36'),
(9273,1431,NULL,4029,1,'craft\\elements\\Entry',1,0,'2026-01-17 13:55:07','2026-01-17 13:55:07',NULL,NULL,NULL,'e4ed26ed-c000-46e0-9a93-1978f9ac6c85'),
(9274,1901,NULL,4030,2,'craft\\elements\\Entry',1,0,'2026-01-17 13:55:07','2026-01-17 13:55:07',NULL,NULL,NULL,'559d9861-140f-401d-ba70-8c08f7a446a4'),
(9277,1431,NULL,4031,1,'craft\\elements\\Entry',1,0,'2026-01-17 13:57:34','2026-01-17 13:57:34',NULL,NULL,NULL,'539e1c0d-b2b5-4fac-bba8-c950b2ab5292'),
(9278,6670,NULL,4032,3,'craft\\elements\\Entry',1,0,'2026-01-17 13:57:34','2026-01-17 13:57:34',NULL,NULL,NULL,'38f76480-e8ad-46ae-9332-3894f38bc19e'),
(9280,1431,NULL,4033,1,'craft\\elements\\Entry',1,0,'2026-01-17 13:57:48','2026-01-17 13:57:48',NULL,NULL,NULL,'f507bab2-21d3-46e7-92c1-dc05eb2c7f5e'),
(9282,1419,NULL,4034,1,'craft\\elements\\Entry',1,0,'2026-01-17 13:58:36','2026-01-17 13:58:36',NULL,NULL,NULL,'0b6d02c9-7cd8-4bfb-bebb-7e18f65edd35'),
(9284,1437,NULL,4035,1,'craft\\elements\\Entry',1,0,'2026-01-17 13:59:33','2026-01-17 13:59:33',NULL,NULL,NULL,'2bf44876-130c-4b1b-80a6-6f88f0d3e804'),
(9286,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:01:45','2026-01-17 14:01:45',NULL,NULL,NULL,'4b94c81b-77cd-4b2c-ad88-0e3601d9fd8e'),
(9287,1443,NULL,4036,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:02:36','2026-01-17 14:02:36',NULL,NULL,NULL,'b31d8873-70f4-4e1a-87e2-eea4a4fb9dea'),
(9289,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:03:04','2026-01-17 14:03:04',NULL,NULL,NULL,'0fbb81a7-efa1-471c-8158-8a62b9769b0e'),
(9290,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:03:07','2026-01-17 14:03:07',NULL,NULL,NULL,'67749109-c097-4800-aef6-f4e56aade7e1'),
(9291,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:03:09','2026-01-17 14:03:09',NULL,NULL,NULL,'3a7ef3af-c444-4f6b-9fb0-658f8aefe5f4'),
(9292,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:03:12','2026-01-17 14:03:12',NULL,NULL,NULL,'295e1a68-a344-433c-bc15-502a9e2506c7'),
(9293,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:03:15','2026-01-17 14:03:15',NULL,NULL,NULL,'379a5c5f-0185-490e-ac1e-f36d04bae11c'),
(9294,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:03:17','2026-01-17 14:03:17',NULL,NULL,NULL,'7b8e31e3-430c-481e-9fc1-1f84b2a4bd63'),
(9295,1443,NULL,4037,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:03:30','2026-01-17 14:03:30',NULL,NULL,NULL,'365e8849-6f31-40ef-af7a-7edda4e6cd3d'),
(9297,1443,NULL,4038,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:04:12','2026-01-17 14:04:12',NULL,NULL,NULL,'74558c0e-1247-4cd8-bcb3-39dfc9b2db0d'),
(9300,1449,NULL,4039,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:05:55','2026-01-17 14:05:55',NULL,NULL,NULL,'156b684a-4cb0-4379-8c8b-efac684e32d0'),
(9301,1916,NULL,4040,2,'craft\\elements\\Entry',0,0,'2026-01-17 14:05:55','2026-01-17 14:05:55',NULL,'2026-01-20 18:53:19',NULL,'4e53f2ae-3ebf-4446-a5da-84d50779223b'),
(9303,1449,NULL,4041,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:08:54','2026-01-17 14:08:54',NULL,NULL,NULL,'a7ec59db-9414-4aa9-9b45-4acca9e5aa63'),
(9305,1449,NULL,4042,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:09:10','2026-01-17 14:09:10',NULL,NULL,NULL,'c7496785-e60b-4310-b375-c45c8cb2b579'),
(9307,1449,NULL,4043,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:09:18','2026-01-17 14:09:18',NULL,NULL,NULL,'328e6982-fb85-4aba-a410-45d2b4039f51'),
(9309,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:11:53','2026-01-17 14:11:53',NULL,NULL,NULL,'d45e6ab8-d300-454d-8dce-132e56bbffbf'),
(9310,1455,NULL,4044,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:12:28','2026-01-17 14:12:28',NULL,NULL,NULL,'b9664737-4b84-4a37-a8f7-5583b674fc6c'),
(9312,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:12:43','2026-01-17 14:12:43',NULL,NULL,NULL,'97448f02-70ca-4588-bc22-03e4190374f1'),
(9313,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:12:46','2026-01-17 14:12:46',NULL,NULL,NULL,'e8aa3daa-baa8-4932-a276-ddf07c8bbd4c'),
(9314,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:12:47','2026-01-17 14:12:47',NULL,NULL,NULL,'6c2654c2-46a0-4345-9178-64cd6dabc698'),
(9315,1455,NULL,4045,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:12:58','2026-01-17 14:12:58',NULL,NULL,NULL,'eccebd18-3dea-4295-91c6-c2dea95ed160'),
(9317,1455,NULL,4046,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:14:19','2026-01-17 14:14:20',NULL,NULL,NULL,'c4485f32-3ee1-4afe-b0bd-4f32d8749086'),
(9319,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:15:38','2026-01-17 14:15:38',NULL,NULL,NULL,'10182b9d-d816-4059-9940-8ffabed712ce'),
(9320,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:15:41','2026-01-17 14:15:41',NULL,NULL,NULL,'740d7320-15a6-4889-8abb-44ed28a62a28'),
(9321,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:15:43','2026-01-17 14:15:43',NULL,NULL,NULL,'476f9d9a-5894-452d-8062-e23666dbc2d9'),
(9322,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:15:45','2026-01-17 14:15:45',NULL,NULL,NULL,'6a842d89-29f4-49f5-8b1a-71a283fc70f6'),
(9323,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:15:48','2026-01-17 14:15:48',NULL,NULL,NULL,'a308f0d0-349b-4d2f-b6ef-a477d7ea5986'),
(9324,1461,NULL,4047,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:15:56','2026-01-17 14:15:56',NULL,NULL,NULL,'0f0c0381-81b2-449a-9db6-5bc1f922cd64'),
(9326,1461,NULL,4048,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:16:36','2026-01-17 14:16:36',NULL,NULL,NULL,'d5287da6-46d3-45fe-8b6a-2e685dc4919f'),
(9328,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:18:24','2026-01-17 14:18:24',NULL,NULL,NULL,'0e0b62f6-f0f2-443d-a3c5-0b69c820f2c0'),
(9329,1467,NULL,4049,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:18:55','2026-01-17 14:18:55',NULL,NULL,NULL,'3325e8a5-ecae-4a58-80a6-3201d1b5c699'),
(9331,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:19:29','2026-01-17 14:19:29',NULL,NULL,NULL,'e430250a-cd51-4624-9562-07e772e07c8d'),
(9332,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:19:32','2026-01-17 14:19:32',NULL,NULL,NULL,'a626d646-0b27-4bff-a658-d3625e8adfcf'),
(9333,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:19:34','2026-01-17 14:19:34',NULL,NULL,NULL,'ce5d5bc0-ef4f-4096-9fae-e4fb04cba033'),
(9334,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:19:36','2026-01-17 14:19:36',NULL,NULL,NULL,'d6f9ec48-2053-482f-9181-27f94dad895d'),
(9335,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:19:39','2026-01-17 14:19:39',NULL,NULL,NULL,'beded954-8642-479b-81db-28ca5cfe7098'),
(9336,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:19:41','2026-01-17 14:19:41',NULL,NULL,NULL,'19b99b21-71ec-430e-8437-737c01739c03'),
(9337,1467,NULL,4050,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:20:16','2026-01-17 14:20:16',NULL,NULL,NULL,'bddf9667-8f6d-4d54-8ab3-f5e58eaa39c4'),
(9339,1467,NULL,4051,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:20:24','2026-01-17 14:20:24',NULL,NULL,NULL,'a5d6e93c-e551-41db-a1b3-bd9624789bf9'),
(9341,2,NULL,4052,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:23:49','2026-01-17 14:23:49',NULL,NULL,NULL,'441806c3-74df-4a00-8961-ac3e5d337e56'),
(9342,1487,NULL,4053,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:23:49','2026-01-17 14:23:49',NULL,NULL,NULL,'7fd609d3-b4b9-487d-a65e-e3d050d9c5a8'),
(9344,2,NULL,4054,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:23:57','2026-01-17 14:23:57',NULL,NULL,NULL,'0faca9da-ceb3-4143-9ed0-a7d07f791128'),
(9348,951,NULL,4056,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:25:25','2026-01-17 14:25:25',NULL,NULL,NULL,'b47436de-f3b6-4ca8-b04e-8bf6b59d0a7d'),
(9350,957,NULL,4057,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:26:13','2026-01-17 14:26:13',NULL,NULL,NULL,'cc8562f3-6447-4f19-8de6-9d97da875ed2'),
(9352,963,NULL,4058,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:26:56','2026-01-17 14:26:57',NULL,NULL,NULL,'28006efc-7a07-4d3f-9f7f-52b67e1ccaf4'),
(9354,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:28:32','2026-01-17 14:28:32',NULL,NULL,NULL,'20ec80c6-62e3-41c3-8b7c-46d1aede5fc8'),
(9355,969,NULL,4059,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:28:37','2026-01-17 14:28:38',NULL,NULL,NULL,'6f1cc408-0d00-43b6-a268-1328abee804c'),
(9357,969,NULL,4060,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:29:08','2026-01-17 14:29:08',NULL,NULL,NULL,'954d4720-6ae2-4d8c-bb89-8fc3a9bc0102'),
(9359,975,NULL,4061,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:30:13','2026-01-17 14:30:13',NULL,NULL,NULL,'a402850c-e296-4b64-8d7c-fb6b82e368dc'),
(9360,1520,NULL,4062,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:30:13','2026-01-17 14:30:13',NULL,NULL,NULL,'cc3aae3c-b814-4166-9868-7b2234a468d3'),
(9362,975,NULL,4063,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:30:51','2026-01-17 14:30:51',NULL,NULL,NULL,'7ae9bfe0-24f0-40f0-8f2d-1ca526055d95'),
(9364,981,NULL,4064,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:31:20','2026-01-17 14:31:20',NULL,NULL,NULL,'bbead7e3-0a1a-4ff7-9dcd-615570d284a3'),
(9365,989,NULL,4065,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:31:57','2026-01-17 14:31:58',NULL,NULL,NULL,'6db40ffc-8051-42ce-972c-5f74325b8ad1'),
(9367,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:32:34','2026-01-22 15:58:45',NULL,NULL,NULL,'ac06c3cb-d7f2-4bb9-ab9a-017cc079cdf3'),
(9368,995,NULL,4066,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:32:33','2026-01-17 14:32:34',NULL,NULL,NULL,'29223531-6fab-444b-9d74-143c8d15f22c'),
(9369,9367,NULL,4067,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:32:34','2026-01-17 14:32:34',NULL,NULL,NULL,'ce97399e-f42f-4586-bd05-a144d8aab719'),
(9371,995,NULL,4068,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:33:09','2026-01-17 14:33:09',NULL,NULL,NULL,'56935134-f8f9-4519-a073-dc9a5ade1c15'),
(9373,1005,NULL,4069,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:36:42','2026-01-17 14:36:42',NULL,NULL,NULL,'169bf2b3-de0d-4294-b91c-9372ecc8156a'),
(9374,1545,NULL,4070,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:36:42','2026-01-17 14:36:42',NULL,NULL,NULL,'8e88147a-b814-4073-9688-7079207bdee5'),
(9376,1005,NULL,4071,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:36:55','2026-01-17 14:36:55',NULL,NULL,NULL,'ddc058c4-6961-46ce-b71b-c440789f88bf'),
(9378,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:37:46','2026-02-24 15:00:47',NULL,NULL,NULL,'4257988e-88cf-497f-939b-1c3c229075f3'),
(9379,1011,NULL,4072,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:37:46','2026-01-17 14:37:46',NULL,NULL,NULL,'d407bf59-240e-4009-9df3-9d6aab0c7544'),
(9380,9378,NULL,4073,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:37:46','2026-01-17 14:37:46',NULL,NULL,NULL,'8b989dfe-d8ea-4826-a15c-3b838fbdd095'),
(9382,1011,NULL,4074,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:37:50','2026-01-17 14:37:50',NULL,NULL,NULL,'c68b6b4c-ee23-4dd3-b658-9a5d5959189e'),
(9383,1017,NULL,4075,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:38:30','2026-01-17 14:38:30',NULL,NULL,NULL,'dd138a11-1e41-4860-b949-2fb569a55dd9'),
(9385,1017,NULL,4076,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:38:33','2026-01-17 14:38:33',NULL,NULL,NULL,'dab611b8-4eca-4fef-9649-ea9b71868113'),
(9387,1017,NULL,4077,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:38:37','2026-01-17 14:38:37',NULL,NULL,NULL,'80cbdc06-e284-430f-bb96-fcb2986255f7'),
(9389,1023,NULL,4078,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:39:49','2026-01-17 14:39:49',NULL,NULL,NULL,'a4e02427-4e26-47a0-a307-7ea9d703a0b7'),
(9391,1023,NULL,4079,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:40:30','2026-01-17 14:40:30',NULL,NULL,NULL,'52f76220-ebc2-44e4-9fa6-8dfd02d4a42d'),
(9393,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:42:35','2026-01-21 17:27:33',NULL,NULL,NULL,'76ca0ce3-be7a-4620-a356-be41c7af45d0'),
(9394,1031,NULL,4080,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:42:34','2026-01-17 14:42:35',NULL,NULL,NULL,'6774e15a-efc0-4878-866e-a7f35cce4066'),
(9395,9393,NULL,4081,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:42:35','2026-01-17 14:42:35',NULL,NULL,NULL,'ba07f23f-6091-4176-b43b-638d17b3ba2c'),
(9397,1031,NULL,4082,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:42:44','2026-01-17 14:42:44',NULL,NULL,NULL,'598be570-87b5-4bdc-9150-ba09f54c4ddc'),
(9398,1035,NULL,4083,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:43:31','2026-01-17 14:43:31',NULL,NULL,NULL,'b0c63b27-450c-46b9-b03b-2690d4ca8147'),
(9400,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:44:11','2026-01-20 20:12:12',NULL,NULL,NULL,'74ee489f-e612-499a-b564-a79e9c7672e1'),
(9401,1041,NULL,4084,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:44:11','2026-01-17 14:44:11',NULL,NULL,NULL,'8898bde4-1fa7-47ef-afe8-2e686f2c82c0'),
(9402,9400,NULL,4085,2,'craft\\elements\\Entry',1,0,'2026-01-17 14:44:11','2026-01-17 14:44:11',NULL,NULL,NULL,'0030a4c5-45c2-44e2-8619-8398850236e3'),
(9404,1041,NULL,4086,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:46:38','2026-01-17 14:46:38',NULL,NULL,NULL,'2cbad7f0-898e-4f33-aa79-91fdc8102834'),
(9405,1045,NULL,4087,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:48:51','2026-01-17 14:48:51',NULL,NULL,NULL,'7c50cfee-704c-46a9-b68c-0ef84b2abf6a'),
(9406,1051,NULL,4088,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:49:06','2026-01-17 14:49:07',NULL,NULL,NULL,'d711519e-87f5-461e-911a-5f1b18d83e69'),
(9408,1059,NULL,4089,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:49:45','2026-01-17 14:49:45',NULL,NULL,NULL,'cdef27c3-7da5-410a-88e0-2d8c9fb9e921'),
(9410,1067,NULL,4090,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:50:50','2026-01-17 14:50:50',NULL,NULL,NULL,'1cbe15ff-d530-48b8-b1f3-f2405298317c'),
(9411,1597,NULL,4091,2,'craft\\elements\\Entry',0,0,'2026-01-17 14:50:50','2026-01-17 14:50:50',NULL,'2026-01-20 20:27:23',NULL,'c56d962a-600c-4d51-86e3-d1d94742fd72'),
(9413,1067,NULL,4092,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:50:54','2026-01-17 14:50:54',NULL,NULL,NULL,'7b0842fb-7f88-483f-a1fb-5a93b5430868'),
(9414,1091,NULL,4093,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:53:03','2026-01-17 14:53:04',NULL,NULL,NULL,'dca4558c-054a-4d28-81c4-fbebe905eefa'),
(9415,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:54:51','2026-01-17 14:54:51',NULL,NULL,NULL,'ad5336e8-eab1-4276-b8d6-97c634351622'),
(9416,1097,NULL,4094,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:54:56','2026-01-17 14:54:56',NULL,NULL,NULL,'9869c137-3c5f-4258-9cd0-042a8b2176b6'),
(9418,1097,NULL,4095,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:55:40','2026-01-17 14:55:40',NULL,NULL,NULL,'cc9c96d2-41ec-4821-a70a-d1b877ba08b9'),
(9419,1103,NULL,4096,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:56:44','2026-01-17 14:56:44',NULL,NULL,NULL,'37dcf6b1-883f-4a88-9cda-1d31b144ad0c'),
(9420,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 14:59:28','2026-01-17 14:59:28',NULL,NULL,NULL,'c437d52e-42bd-4c16-8897-31e32481a988'),
(9421,1109,NULL,4097,1,'craft\\elements\\Entry',1,0,'2026-01-17 14:59:32','2026-01-17 14:59:32',NULL,NULL,NULL,'2af53902-8c54-4164-a431-5be312f8920e'),
(9423,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 15:00:01','2026-01-17 15:00:01',NULL,NULL,NULL,'a327c707-aee8-4880-8e97-77fbc4b88cb0'),
(9424,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 15:00:02','2026-01-17 15:00:02',NULL,NULL,NULL,'3b0e36b2-499c-4fd5-89b6-35486424f209'),
(9425,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 15:00:02','2026-01-17 15:00:02',NULL,NULL,NULL,'f4c9e5b6-2a50-45ce-887a-4a5ce052ebfe'),
(9426,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 15:00:03','2026-01-17 15:00:03',NULL,NULL,NULL,'1303dd04-66a5-4e8e-86a5-a33069acb348'),
(9427,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 15:00:05','2026-01-17 15:00:05',NULL,NULL,NULL,'0edbf36a-ae95-4f4f-a11d-b92849449542'),
(9428,1109,NULL,4098,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:00:13','2026-01-17 15:00:13',NULL,NULL,NULL,'d51251d9-ea89-4113-b6c0-f5d877648503'),
(9430,1109,NULL,4099,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:00:17','2026-01-17 15:00:17',NULL,NULL,NULL,'d0f9846b-09d2-4ec6-8ff8-812c34e4de49'),
(9432,1117,NULL,4100,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:01:04','2026-01-17 15:01:04',NULL,NULL,NULL,'a3b1ab7b-13f1-47c5-8310-25abd546836e'),
(9433,1639,NULL,4101,2,'craft\\elements\\Entry',1,0,'2026-01-17 15:01:04','2026-01-17 15:01:04',NULL,NULL,NULL,'e46578f2-2093-4763-bb31-7c3b5d76cd80'),
(9435,1117,NULL,4102,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:01:11','2026-01-17 15:01:11',NULL,NULL,NULL,'9c52e9d9-0440-44e4-ae7d-0479d598601c'),
(9438,1123,NULL,4103,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:02:07','2026-01-17 15:02:07',NULL,NULL,NULL,'899cbee4-b8cb-4997-b523-f7ccee34bf17'),
(9439,1644,NULL,4104,2,'craft\\elements\\Entry',1,0,'2026-01-17 15:02:07','2026-01-17 15:02:07',NULL,NULL,NULL,'97aa02e5-2a31-4c96-aaf5-3664523b318f'),
(9441,1123,NULL,4105,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:02:11','2026-01-17 15:02:11',NULL,NULL,NULL,'d577e2d8-2e4b-4526-b96e-366953449c4b'),
(9443,1129,NULL,4106,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:03:55','2026-01-17 15:03:55',NULL,NULL,NULL,'5e97bab2-f974-4e60-860b-477cb6d6a905'),
(9444,1648,NULL,4107,2,'craft\\elements\\Entry',1,0,'2026-01-17 15:03:55','2026-01-17 15:03:55',NULL,'2026-01-21 01:58:08',NULL,'49c0deb8-cb5f-4657-8893-6cd4af537ad8'),
(9446,1129,NULL,4108,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:04:00','2026-01-17 15:04:00',NULL,NULL,NULL,'7d5afd11-ba4b-4f98-96db-0be487863d4f'),
(9448,1135,NULL,4109,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:05:50','2026-01-17 15:05:50',NULL,NULL,NULL,'9980e730-099a-4c54-b371-fbd24276da8e'),
(9449,4979,NULL,4110,3,'craft\\elements\\Entry',1,0,'2026-01-17 15:05:50','2026-01-17 15:05:50',NULL,NULL,NULL,'33557bb5-5e9f-4189-ba04-60798e070be7'),
(9451,1135,NULL,4111,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:08:48','2026-01-17 15:08:48',NULL,NULL,NULL,'6be33e93-21eb-4c26-8ec3-0540044125f2'),
(9453,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-17 15:10:42','2026-01-17 15:10:42',NULL,NULL,NULL,'0d3a2602-9710-4096-972e-bae22452edb9'),
(9454,1135,NULL,4112,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:10:48','2026-01-17 15:10:48',NULL,NULL,NULL,'eaa936b2-8ed6-4544-a9a3-e8ffc5ca1257'),
(9456,1135,NULL,4113,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:11:26','2026-01-17 15:11:26',NULL,NULL,NULL,'ac24e3f1-2b9d-4469-b45c-cf9885d10e9c'),
(9458,1041,NULL,4114,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:15:11','2026-01-17 15:15:11',NULL,NULL,NULL,'cf3a954b-b653-4bc3-8e34-5f7322630d0a'),
(9460,1431,NULL,4115,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:22:12','2026-01-17 15:22:12',NULL,NULL,NULL,'fd11e55a-4fda-4960-95a7-987c13c1fb51'),
(9462,1431,NULL,4116,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:23:06','2026-01-17 15:23:06',NULL,NULL,NULL,'2083de6a-9648-4d26-bcc0-d4c031276dd7'),
(9464,1431,NULL,4117,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:34:09','2026-01-17 15:34:09',NULL,NULL,NULL,'eaa9d8a1-bf43-4aab-aedb-c5ad838def8f'),
(9466,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 15:35:31','2026-01-17 15:35:31',NULL,NULL,NULL,'86436477-6e83-42ad-9374-a92d37c19cab'),
(9467,1473,NULL,4118,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:35:35','2026-01-17 15:35:35',NULL,NULL,NULL,'9b479a14-56b1-4737-9d39-c2f8b4613bfe'),
(9469,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 15:35:52','2026-01-17 22:02:18',NULL,NULL,NULL,'a0a7451c-63a5-4314-b2ba-4121f7f7b1e4'),
(9470,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 15:35:53','2026-01-17 22:02:25',NULL,NULL,NULL,'43c26e92-0a8c-4617-b999-dd052f4ed3f0'),
(9471,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 15:35:53','2026-01-17 22:02:33',NULL,NULL,NULL,'9205694a-cd4f-4a05-99ea-3753efc1a07d'),
(9472,1473,NULL,4119,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:35:59','2026-01-17 15:36:00',NULL,NULL,NULL,'afdc2b58-07bb-45ac-be91-07bec38e917b'),
(9474,1473,NULL,4120,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:36:35','2026-01-17 15:36:35',NULL,NULL,NULL,'db3298b9-13fe-4af1-a585-20e5c666ad18'),
(9476,1473,NULL,4121,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:37:23','2026-01-17 15:37:23',NULL,NULL,NULL,'b8b8594a-92d2-4225-9962-d417934ed498'),
(9477,1143,NULL,4122,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:45:13','2026-01-17 15:45:13',NULL,NULL,NULL,'3df97460-8fd2-4a36-9595-6ddbed78f5af'),
(9479,1161,NULL,4123,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:48:02','2026-01-17 15:48:02',NULL,NULL,NULL,'bb380ed8-66c8-4f02-ba06-82a3d6b7f296'),
(9480,1165,NULL,4124,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:49:23','2026-01-17 15:49:23',NULL,NULL,NULL,'bf5ceb67-9bfc-484e-867c-14554f8d78d4'),
(9482,1165,NULL,4125,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:49:27','2026-01-17 15:49:27',NULL,NULL,NULL,'7f65b187-f5b5-41c4-8c4e-b66a0de65d31'),
(9484,1171,NULL,4126,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:50:21','2026-01-17 15:50:21',NULL,NULL,NULL,'d7f02846-fd50-4c5f-95a8-3f0bd4df118a'),
(9487,1177,NULL,4127,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:54:30','2026-01-17 15:54:30',NULL,NULL,NULL,'2aada565-772e-4ec7-ad10-7e48b716d04f'),
(9488,7822,NULL,4128,26,'craft\\elements\\Entry',1,0,'2026-01-17 15:54:30','2026-01-17 15:54:30',NULL,NULL,NULL,'e870fb9a-bb56-4693-af61-fd495ee162c1'),
(9491,1177,NULL,4129,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:56:27','2026-01-17 15:56:27',NULL,NULL,NULL,'8c0f252c-74d7-4864-a049-7fced1ef9851'),
(9492,7822,NULL,4130,26,'craft\\elements\\Entry',1,0,'2026-01-17 15:56:27','2026-01-17 15:56:27',NULL,NULL,NULL,'a6dc93b1-b354-4961-949a-90cd03560ebf'),
(9494,1177,NULL,4131,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:57:06','2026-01-17 15:57:06',NULL,NULL,NULL,'796a0175-917d-49c4-a29f-8390a573b3df'),
(9496,1177,NULL,4132,1,'craft\\elements\\Entry',1,0,'2026-01-17 15:59:26','2026-01-17 15:59:26',NULL,NULL,NULL,'262a3ddf-885f-4eec-bd11-b77574e04fbe'),
(9497,2880,NULL,4133,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:02:21','2026-01-17 16:02:21',NULL,NULL,NULL,'f5f99817-1ecc-4c9a-b7b9-76266418af61'),
(9499,2880,NULL,4134,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:02:38','2026-01-17 16:02:38',NULL,NULL,NULL,'a64835e7-7416-4d82-a777-e63fe43be40a'),
(9502,NULL,NULL,NULL,26,'craft\\elements\\Entry',1,0,'2026-01-17 16:05:23','2026-01-17 16:06:20',NULL,'2026-01-17 16:06:20',NULL,'da76416b-2ecd-4cb7-b1e3-2ed8e9a0d7eb'),
(9503,1185,NULL,4135,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:05:23','2026-01-17 16:05:23',NULL,NULL,NULL,'6f5ff4b1-9a81-49ab-bf36-ab8761a01434'),
(9504,9502,NULL,4136,26,'craft\\elements\\Entry',1,0,'2026-01-17 16:05:23','2026-01-17 16:05:23',NULL,'2026-01-17 16:06:20',NULL,'09aeda8b-61b9-48ed-8e0b-afe22553e7b6'),
(9506,1185,NULL,4137,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:06:20','2026-01-17 16:06:20',NULL,NULL,NULL,'874d00b5-20b7-4899-8dd6-55f47ca01358'),
(9508,1191,NULL,4138,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:07:21','2026-01-17 16:07:22',NULL,NULL,NULL,'c7fc5657-f60d-47ba-8a78-ad7d74a73a6b'),
(9510,1191,NULL,4139,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:07:41','2026-01-17 16:07:41',NULL,NULL,NULL,'e3de5f2c-7ff0-4e79-a5b2-04b06d767261'),
(9512,1191,NULL,4140,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:08:01','2026-01-17 16:08:01',NULL,NULL,NULL,'074e3176-d315-4e9c-812b-9a5d2b0440b9'),
(9514,1149,NULL,4141,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:10:02','2026-01-17 16:10:02',NULL,NULL,NULL,'f8155499-a095-4413-a810-8f149b69cdc8'),
(9515,4158,NULL,4142,3,'craft\\elements\\Entry',1,0,'2026-01-17 16:10:02','2026-01-17 16:10:02',NULL,NULL,NULL,'2c14dfec-310e-4b44-9323-f66fb8d97c7a'),
(9517,1149,NULL,4143,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:10:34','2026-01-17 16:10:35',NULL,NULL,NULL,'ada92bcf-cc57-4cfc-8eb7-82a3123b9bf1'),
(9518,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 16:12:42','2026-01-17 16:12:42',NULL,NULL,NULL,'28568031-de58-4ae7-87de-15b4b427dea3'),
(9519,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 16:12:45','2026-01-17 16:12:45',NULL,NULL,NULL,'74c52780-2546-4000-adf8-79050d3e79cb'),
(9520,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 16:12:48','2026-01-17 16:12:48',NULL,NULL,NULL,'a7713b8f-d813-4219-9b32-a4ad81d484b7'),
(9521,1155,NULL,4144,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:12:54','2026-01-17 16:12:54',NULL,NULL,NULL,'7261c35d-97e1-4070-9bd7-f7c8efcb8d5f'),
(9523,1155,NULL,4145,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:13:00','2026-01-17 16:13:00',NULL,NULL,NULL,'d3d4494c-ae20-4d71-8246-dd4a89972458'),
(9524,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 16:15:19','2026-01-17 16:15:56',NULL,NULL,NULL,'9349469b-25c4-4c7f-8279-2705c3ba7f71'),
(9525,1477,NULL,4146,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:15:23','2026-01-17 16:15:23',NULL,NULL,NULL,'885ee5c3-abf9-4fbc-8ddc-db6f6123434e'),
(9527,1477,NULL,4147,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:15:58','2026-01-17 16:15:58',NULL,NULL,NULL,'7b02cc23-21e6-4e61-8d66-dfc3890da6f5'),
(9529,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 16:16:18','2026-01-17 16:16:18',NULL,NULL,NULL,'82ec3e1f-018e-473c-acdb-90377621280f'),
(9530,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 16:16:19','2026-01-17 16:16:19',NULL,NULL,NULL,'5ea543ac-ac8b-4395-8126-258115b23de6'),
(9531,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 16:16:19','2026-01-17 16:16:19',NULL,NULL,NULL,'df1656c8-0979-4793-ba97-89664164781e'),
(9532,1477,NULL,4148,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:16:28','2026-01-17 16:16:28',NULL,NULL,NULL,'b78b1bff-cc69-4bfe-989c-805c32181d5d'),
(9534,1477,NULL,4149,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:16:38','2026-01-17 16:16:38',NULL,NULL,NULL,'d3ef8b16-d349-431c-acdc-5685b22250a6'),
(9535,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 16:17:55','2026-01-20 17:47:15',NULL,NULL,NULL,'d5974278-7d1c-4bff-bf10-8b81190808ef'),
(9536,1481,NULL,4150,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:17:59','2026-01-17 16:17:59',NULL,NULL,NULL,'731db018-6617-4ff5-a22b-ced06b5be2e5'),
(9538,1481,NULL,4151,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:18:59','2026-01-17 16:18:59',NULL,NULL,NULL,'ba960d19-0701-4d9e-bd7b-54d67b271357'),
(9540,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 16:30:01','2026-01-17 16:30:01',NULL,NULL,NULL,'64343cf4-1174-489f-a691-b7ff2e2b52cc'),
(9542,2969,NULL,4152,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:30:16','2026-01-17 16:30:16',NULL,NULL,NULL,'12a6877f-0b18-434f-adee-39d87490fd73'),
(9543,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 16:31:05','2026-01-17 16:31:05',NULL,NULL,NULL,'54cb180a-b758-4b6a-bcf7-65fa784fd414'),
(9545,3468,NULL,4153,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:31:11','2026-01-17 16:31:11',NULL,NULL,NULL,'b9109b14-725b-4e63-848b-1fc21c9ff069'),
(9546,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 16:31:34','2026-01-17 16:31:34',NULL,NULL,NULL,'35cc4ae0-2c88-47ce-9bd1-6a9f7abac32e'),
(9548,6547,NULL,4154,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:31:40','2026-01-17 16:31:40',NULL,NULL,NULL,'734140ab-65ec-49d0-8400-be429cdbe51a'),
(9549,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:31:53','2026-02-13 16:39:47',NULL,NULL,NULL,'82261750-e1f5-450b-924c-5e735774ec32'),
(9551,9549,NULL,4155,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:32:10','2026-01-17 16:32:10',NULL,NULL,NULL,'e028b5ea-3147-4ead-a398-fae8e8effe38'),
(9552,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:32:15','2026-01-17 19:32:03',NULL,NULL,NULL,'a21c0d3b-2a0d-4e04-903f-b4a012d5e95a'),
(9553,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 16:32:26','2026-01-17 16:32:26',NULL,NULL,NULL,'f3a7ab74-c18a-411f-a746-a1326d8a6330'),
(9554,9552,NULL,4156,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:32:29','2026-01-17 16:32:29',NULL,NULL,NULL,'c259d7ff-6f3b-4359-af10-d63a5edb2a71'),
(9555,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:32:33','2026-01-17 19:34:03',NULL,NULL,NULL,'41c6f1e3-ca9f-4cce-80c8-a2a3cc2a1df5'),
(9556,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 16:32:50','2026-01-17 16:32:50',NULL,NULL,NULL,'0a0053bc-b784-492b-9a38-09d8c401ad89'),
(9557,9555,NULL,4157,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:32:52','2026-01-17 16:32:52',NULL,NULL,NULL,'66f4b1cc-13b7-4b2b-8998-e85af38c9571'),
(9558,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:32:56','2026-01-17 19:34:35',NULL,NULL,NULL,'2cc3850a-655a-4462-a07f-287043bceb68'),
(9559,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 16:33:11','2026-01-17 16:33:11',NULL,NULL,NULL,'3b9137f5-0583-42d8-b0e8-a7a8c47a080f'),
(9560,9558,NULL,4158,5,'craft\\elements\\Entry',1,0,'2026-01-17 16:33:14','2026-01-17 16:33:14',NULL,NULL,NULL,'5a888536-d046-408d-ada4-d7e0dc1cb384'),
(9562,1255,NULL,4159,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:33:51','2026-01-17 16:33:51',NULL,NULL,NULL,'db5d5b70-9e5a-4b9e-a269-d047938ad16e'),
(9564,1255,NULL,4160,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:34:42','2026-01-17 16:34:42',NULL,NULL,NULL,'7af8d06a-7bcd-4458-b8b9-874514800d71'),
(9566,1255,NULL,4161,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:36:56','2026-01-17 16:36:56',NULL,NULL,NULL,'89b60c5e-0b36-417a-96f6-7e0f7b5d476a'),
(9568,963,NULL,4162,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:40:31','2026-01-17 16:40:31',NULL,NULL,NULL,'db0e44ef-07ad-4882-b114-2b9783417ad7'),
(9569,1079,NULL,4163,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:41:23','2026-01-17 16:41:23',NULL,NULL,NULL,'6916f668-b61d-45df-a0db-ef52244a4268'),
(9571,1079,NULL,4164,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:41:26','2026-01-17 16:41:26',NULL,NULL,NULL,'5862d3d9-2587-49d9-9d88-7e5bc7b4a255'),
(9573,1079,NULL,4165,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:41:45','2026-01-17 16:41:46',NULL,NULL,NULL,'5900ed69-4d43-44a3-806f-aa3dbad63be1'),
(9575,1389,NULL,4166,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:43:42','2026-01-17 16:43:42',NULL,NULL,NULL,'1af2eec6-2cb9-4964-ae39-9aa2b260be5c'),
(9577,1437,NULL,4167,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:44:17','2026-01-17 16:44:17',NULL,NULL,NULL,'683fb79d-0f72-45f2-b888-271551215ab5'),
(9579,1283,NULL,4168,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:44:39','2026-01-17 16:44:39',NULL,NULL,NULL,'8a7db94f-877e-4b0b-aec7-f4bec45690f3'),
(9582,963,NULL,4169,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:45:25','2026-01-17 16:45:25',NULL,NULL,NULL,'e03000f5-f681-4f46-a65d-dcfb66344e01'),
(9584,963,NULL,4170,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:45:28','2026-01-17 16:45:28',NULL,NULL,NULL,'592d6e7a-ea48-4de1-a857-53d1d6ad39d8'),
(9586,963,NULL,4171,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:46:33','2026-01-17 16:46:33',NULL,NULL,NULL,'619b34e1-7c3d-43a8-9754-3b0be7972c7f'),
(9588,1249,NULL,4172,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:46:50','2026-01-17 16:46:50',NULL,NULL,NULL,'151e0f59-81b1-429a-9d41-ad4f4cd1b1cd'),
(9589,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 16:48:35','2026-01-17 16:48:35',NULL,NULL,NULL,'b9378da5-1710-4118-a7f1-6e8f953dd040'),
(9590,1215,NULL,4173,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:49:11','2026-01-17 16:49:11',NULL,NULL,NULL,'e6f3145e-58be-4d9f-9819-5ac88a3ef94c'),
(9592,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 16:52:44','2026-01-17 16:52:44',NULL,NULL,NULL,'67d19bd3-a8c5-4d1e-bf59-86d172f6019f'),
(9593,1225,NULL,4174,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:54:58','2026-01-17 16:54:58',NULL,NULL,NULL,'8f1a0eaf-f7a6-4574-b147-b72f38b53741'),
(9596,1103,NULL,4175,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:56:12','2026-01-17 16:56:12',NULL,NULL,NULL,'33a9cc0d-5e4c-43f0-a08c-d31a73005ce3'),
(9598,1103,NULL,4176,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:56:34','2026-01-17 16:56:34',NULL,NULL,NULL,'e0c182c5-963a-4aca-a980-ad9a15cc7200'),
(9600,1237,NULL,4177,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:58:11','2026-01-17 16:58:11',NULL,NULL,NULL,'4294e833-37d8-41d1-9202-d5e8b64f2ac5'),
(9602,1237,NULL,4178,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:58:14','2026-01-17 16:58:14',NULL,NULL,NULL,'d29634a1-d432-44cf-95a8-aff8a77eebd7'),
(9604,1237,NULL,4179,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:58:37','2026-01-17 16:58:37',NULL,NULL,NULL,'c77f3051-5c99-44b0-85cb-32955742e66f'),
(9606,1023,NULL,4180,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:59:52','2026-01-17 16:59:52',NULL,NULL,NULL,'d0cdcf57-529b-479d-9b80-f99594307cd6'),
(9608,1023,NULL,4181,1,'craft\\elements\\Entry',1,0,'2026-01-17 16:59:56','2026-01-17 16:59:56',NULL,NULL,NULL,'5544ee12-d481-4e67-b34a-9d21521132a4'),
(9610,1023,NULL,4182,1,'craft\\elements\\Entry',1,0,'2026-01-17 17:00:02','2026-01-17 17:00:02',NULL,NULL,NULL,'f8e05165-3c16-40ef-8edd-69941c9a8c40'),
(9611,1243,NULL,4183,1,'craft\\elements\\Entry',1,0,'2026-01-17 17:02:11','2026-01-17 17:02:11',NULL,NULL,NULL,'fc9b56c6-b1df-4a74-a97a-9b1828c3a71c'),
(9613,1243,NULL,4184,1,'craft\\elements\\Entry',1,0,'2026-01-17 17:02:14','2026-01-17 17:02:14',NULL,NULL,NULL,'2c189f04-2ec1-40b5-b6eb-3a60e78d10b2'),
(9615,1243,NULL,4185,1,'craft\\elements\\Entry',1,0,'2026-01-17 17:02:18','2026-01-17 17:02:18',NULL,NULL,NULL,'a01845fe-cf8c-4987-abfb-ded5bd82013d'),
(9617,1215,NULL,4186,1,'craft\\elements\\Entry',1,0,'2026-01-17 17:03:47','2026-01-17 17:03:47',NULL,NULL,NULL,'68574d94-c862-430a-bfdb-b425b0699138'),
(9619,1215,NULL,4187,1,'craft\\elements\\Entry',1,0,'2026-01-17 17:03:50','2026-01-17 17:03:50',NULL,NULL,NULL,'a109129d-d3f8-49b5-951a-e1a853c95a65'),
(9621,1215,NULL,4188,1,'craft\\elements\\Entry',1,0,'2026-01-17 17:03:54','2026-01-17 17:03:54',NULL,NULL,NULL,'9db41180-3375-4400-8724-847b00849444'),
(9622,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:14','2026-01-17 17:20:14',NULL,NULL,NULL,'1ece1f51-b18f-4e56-93cf-88b789f9f9d1'),
(9623,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:17','2026-01-17 17:20:17',NULL,NULL,NULL,'2a4f31c5-302f-4c31-8745-92d9bc29a8b6'),
(9624,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:20','2026-01-17 17:20:20',NULL,NULL,NULL,'b1d49f23-827e-4d44-af54-b3c5ec18c5b5'),
(9625,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:23','2026-01-17 17:20:23',NULL,NULL,NULL,'4ec23eb8-ee11-405d-ae8b-aa06fd055ee6'),
(9626,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:26','2026-01-17 17:20:26',NULL,NULL,NULL,'508d1a41-ecff-46fb-a2fa-73558e963f8f'),
(9627,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:29','2026-01-17 17:20:29',NULL,NULL,NULL,'eca1cf8c-4d03-4d8a-8b58-1de28520ba1a'),
(9628,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:32','2026-01-17 17:20:32',NULL,NULL,NULL,'5d8765d6-a6da-41bc-ba96-fc7d44f94d27'),
(9629,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:35','2026-01-17 17:20:35',NULL,NULL,NULL,'fb1948b2-6b8d-4bba-9c32-5ec2687351d9'),
(9630,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:38','2026-01-17 17:20:38',NULL,NULL,NULL,'f54d7a09-8e64-4288-b77d-cd1ab8df0533'),
(9631,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:41','2026-01-17 17:20:41',NULL,NULL,NULL,'e02b0dbf-3d54-43ac-8b48-17d3005c9f7f'),
(9632,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:44','2026-01-17 17:20:44',NULL,NULL,NULL,'a2b061b2-02c3-421f-bd15-bd03ed0a1eee'),
(9633,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 17:20:47','2026-01-17 17:20:47',NULL,NULL,NULL,'b98b2480-57d0-4f29-91b7-0797857ad0f7'),
(9635,1243,NULL,4189,1,'craft\\elements\\Entry',1,0,'2026-01-17 17:21:47','2026-01-17 17:21:48',NULL,NULL,NULL,'50468445-1f0a-44c7-aa0d-a93385338d78'),
(9637,1243,NULL,4190,1,'craft\\elements\\Entry',1,0,'2026-01-17 17:23:48','2026-01-17 17:23:48',NULL,NULL,NULL,'bdf5dfca-a75a-45a9-af8e-6338d402355b'),
(9639,1243,NULL,4191,1,'craft\\elements\\Entry',1,0,'2026-01-17 17:24:15','2026-01-17 17:24:15',NULL,NULL,NULL,'dc7fe38d-a8ac-435c-bf84-d7cda8a3d1d9'),
(9640,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-01-17 18:13:48','2026-01-17 18:14:06',NULL,NULL,NULL,'690c155e-38af-491f-af8b-6e46e5ae6b44'),
(9641,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 18:14:03','2026-01-17 18:14:03',NULL,NULL,NULL,'9191585a-f29a-44a9-a46a-cb04d36592f5'),
(9642,9640,NULL,4192,5,'craft\\elements\\Entry',1,0,'2026-01-17 18:14:06','2026-01-17 18:14:06',NULL,NULL,NULL,'978e91d1-57c5-4492-91e5-02e3fb3908e9'),
(9644,2972,NULL,4193,5,'craft\\elements\\Entry',1,0,'2026-01-17 18:14:19','2026-01-17 18:14:19',NULL,NULL,NULL,'4897ca07-7a71-48e3-a9d4-ee2af6ad0ad3'),
(9646,2969,NULL,4194,5,'craft\\elements\\Entry',1,0,'2026-01-17 18:15:39','2026-01-17 18:15:39',NULL,NULL,NULL,'37e8f568-ba9c-47f8-aa24-2d9788ed5607'),
(9648,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2026-01-17 18:24:45','2026-01-17 18:26:47',NULL,NULL,NULL,'eb8879ac-1648-4950-8c48-d074858dfc45'),
(9649,9648,NULL,4196,14,'craft\\elements\\Entry',1,0,'2026-01-17 18:26:47','2026-01-17 18:26:47',NULL,NULL,NULL,'3a7bd9d3-83df-44a6-b353-5b66aa901f84'),
(9650,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2026-01-17 18:27:12','2026-01-17 18:28:32',NULL,NULL,NULL,'cb72a9bf-ab92-462a-a22d-f52a5976b786'),
(9651,9650,NULL,4197,14,'craft\\elements\\Entry',1,0,'2026-01-17 18:28:32','2026-01-17 18:28:32',NULL,NULL,NULL,'8c9eec24-4f45-48b7-af2e-1bdb90ccdc0b'),
(9652,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2026-01-17 18:28:40','2026-01-17 18:30:11',NULL,NULL,NULL,'bd18e9ff-4879-42d0-8ccc-aa0308ebcf59'),
(9653,9652,NULL,4198,14,'craft\\elements\\Entry',1,0,'2026-01-17 18:30:11','2026-01-17 18:30:11',NULL,NULL,NULL,'9cfeb7fd-6d1e-4363-8cf5-5f792244cd82'),
(9654,358,NULL,4199,14,'craft\\elements\\Entry',1,0,'2026-01-17 18:32:42','2026-01-17 18:32:42',NULL,NULL,NULL,'e159718d-3cc3-4c41-bad7-dfa7ea6c2a34'),
(9655,376,NULL,4200,14,'craft\\elements\\Entry',1,0,'2026-01-17 18:33:12','2026-01-17 18:33:12',NULL,NULL,NULL,'01983318-7149-454e-bb81-168052939145'),
(9656,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2026-01-17 18:33:15','2026-01-17 18:35:28',NULL,NULL,NULL,'770aca85-05c4-4e0b-b1df-6b91901e92c1'),
(9657,9656,NULL,4201,14,'craft\\elements\\Entry',1,0,'2026-01-17 18:35:28','2026-01-17 18:35:28',NULL,NULL,NULL,'5b44e551-c56a-44f5-825a-311954992f0c'),
(9663,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 18:56:43','2026-01-17 18:56:43',NULL,NULL,NULL,'7c733bf7-62df-4823-986c-87bd040d8588'),
(9664,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 18:56:44','2026-01-17 18:56:44',NULL,NULL,NULL,'5fbeef6a-663e-4f1d-9d30-205d8a5fa2e0'),
(9666,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 18:56:46','2026-01-17 18:56:46',NULL,NULL,NULL,'635b975e-21fa-4bf6-a6ab-c8d192f5033c'),
(9669,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 18:58:04','2026-01-17 18:58:04',NULL,NULL,NULL,'6579e6c4-fbe2-4595-b792-fee5fbd504a5'),
(9672,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 18:58:38','2026-01-17 18:58:38',NULL,NULL,NULL,'350a6090-0028-483d-802e-972c6c593d46'),
(9675,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 18:59:23','2026-01-17 18:59:23',NULL,NULL,NULL,'2f589dae-cb96-43e1-a2af-f22055af111a'),
(9677,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 19:00:15','2026-01-17 19:00:15',NULL,NULL,NULL,'d427c8c8-ca10-45c3-949b-8fde57d1a51f'),
(9680,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 19:03:08','2026-01-17 19:03:08',NULL,NULL,NULL,'983a5b8e-6291-43df-b495-ebb3b2559b9a'),
(9685,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 19:21:40','2026-01-17 19:22:21',NULL,NULL,NULL,'3f614505-2b9e-4ea2-8de1-b7830826215b'),
(9686,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 19:21:44','2026-01-17 19:22:32',NULL,NULL,NULL,'ff4abd54-39f3-4394-b5bc-45a43178a3dd'),
(9687,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 19:21:48','2026-01-17 19:23:17',NULL,NULL,NULL,'adaa85b2-d3e6-4529-b2f6-2fe9be841795'),
(9688,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 19:21:51','2026-01-17 19:23:28',NULL,NULL,NULL,'7dc92e11-ef81-4f6a-9c24-9375779a26f5'),
(9689,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 19:21:55','2026-01-17 19:23:39',NULL,NULL,NULL,'46101c56-2e7c-4c53-a908-4a6615f998dd'),
(9690,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 19:21:59','2026-01-17 19:23:52',NULL,NULL,NULL,'95c3fd01-3f05-47f5-ba46-6a8d10922dff'),
(9691,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 19:22:03','2026-01-17 19:22:03',NULL,NULL,NULL,'0087bd44-b66b-44b2-ac9b-823836c90205'),
(9692,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 19:22:07','2026-01-17 19:24:21',NULL,NULL,NULL,'dce0d90d-9b84-4f22-bb64-d19449f78405'),
(9693,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 19:26:39','2026-01-17 19:26:39',NULL,NULL,NULL,'bb7ad87d-927c-4b86-ac4a-2500a23deffd'),
(9694,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 19:26:42','2026-01-17 19:26:42',NULL,NULL,NULL,'1e75e5c9-6676-4525-b148-a0d9151a169c'),
(9695,2720,NULL,4209,1,'craft\\elements\\Entry',1,0,'2026-01-17 19:27:10','2026-01-17 19:27:11',NULL,NULL,NULL,'48e49659-6e86-4356-896f-f4012ea0316d'),
(9698,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 19:30:42','2026-01-17 19:30:42',NULL,NULL,NULL,'70cc7141-01af-4bf8-9214-32f068d0bfba'),
(9699,6547,NULL,4210,5,'craft\\elements\\Entry',1,0,'2026-01-17 19:30:46','2026-01-17 19:30:46',NULL,NULL,NULL,'d37db4fd-c051-43fe-90c0-eb5f53782186'),
(9701,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 19:31:03','2026-01-17 19:31:03',NULL,NULL,NULL,'d948883e-82a9-467f-a17a-e57ba6c39e8d'),
(9702,601,NULL,4211,5,'craft\\elements\\Entry',1,0,'2026-01-17 19:31:06','2026-01-17 19:31:06',NULL,NULL,NULL,'d7cc5e4e-58a9-4e30-aed5-8ac40a1a5b57'),
(9704,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 19:31:21','2026-01-17 19:31:21',NULL,NULL,NULL,'090fc0d9-d43e-48af-b700-185ffbda28eb'),
(9705,3468,NULL,4212,5,'craft\\elements\\Entry',1,0,'2026-01-17 19:31:25','2026-01-17 19:31:25',NULL,NULL,NULL,'84d99215-9dd4-422f-824f-d0096b262600'),
(9707,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 19:31:42','2026-01-17 19:31:42',NULL,NULL,NULL,'59a1d192-6663-41ec-b66e-eb2c0c5e1633'),
(9708,2969,NULL,4213,5,'craft\\elements\\Entry',1,0,'2026-01-17 19:31:45','2026-01-17 19:31:45',NULL,NULL,NULL,'ec93250d-7b6e-421d-9351-d1b6c2e28e89'),
(9710,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 19:32:01','2026-01-17 19:32:01',NULL,NULL,NULL,'be5a52de-8961-49a6-a3ed-23c2a2d96bf4'),
(9711,9552,NULL,4214,5,'craft\\elements\\Entry',1,0,'2026-01-17 19:32:03','2026-01-17 19:32:04',NULL,NULL,NULL,'f59beb01-dd07-42c3-a6b9-e1f38552efc4'),
(9712,2972,NULL,4215,5,'craft\\elements\\Entry',1,0,'2026-01-17 19:32:25','2026-01-17 19:32:25',NULL,NULL,NULL,'430b2a55-9ef8-4b6e-9fb4-84a4b5232245'),
(9714,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 19:32:47','2026-02-13 16:37:39',NULL,NULL,NULL,'d641916c-8dee-4a6a-9c54-b6561bcaa3bf'),
(9715,9549,NULL,4216,5,'craft\\elements\\Entry',1,0,'2026-01-17 19:32:50','2026-01-17 19:32:50',NULL,NULL,NULL,'30a8d244-aed8-4cb0-9aaa-a06f5dd72324'),
(9717,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 19:34:00','2026-01-17 19:34:00',NULL,NULL,NULL,'3faec4ea-403c-4ee8-b26f-e054e3876c24'),
(9718,9555,NULL,4217,5,'craft\\elements\\Entry',1,0,'2026-01-17 19:34:03','2026-01-17 19:34:03',NULL,NULL,NULL,'ab24187e-1bec-4c11-abda-0663ef531061'),
(9720,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 19:34:20','2026-01-17 19:34:20',NULL,NULL,NULL,'350b97b9-3c34-4c86-b9fa-0b4bd2731874'),
(9721,9558,NULL,4218,5,'craft\\elements\\Entry',1,0,'2026-01-17 19:34:35','2026-01-17 19:34:35',NULL,NULL,NULL,'9558559b-4f38-481f-b720-aecac1413870'),
(9724,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-01-17 19:59:46','2026-01-17 20:01:11',NULL,NULL,NULL,'25099faa-1caf-4ba7-bd20-8784374cfbd3'),
(9725,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 20:00:14','2026-01-17 20:00:14',NULL,NULL,NULL,'ae97ac20-ab93-4a4c-9e77-e3e15b3b7f1a'),
(9726,9724,NULL,4219,5,'craft\\elements\\Entry',1,0,'2026-01-17 20:00:19','2026-01-17 20:00:19',NULL,NULL,NULL,'cd5ad599-e3a1-4cd9-8c41-2b81217005f8'),
(9727,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-01-17 20:00:30','2026-01-17 20:01:01',NULL,NULL,NULL,'e2386af8-9cdd-4576-8a27-61cf63d9876e'),
(9728,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 20:00:46','2026-01-17 20:00:46',NULL,NULL,NULL,'6abd1c1a-716c-42f1-a9c6-9cc8781ebacd'),
(9729,9727,NULL,4220,5,'craft\\elements\\Entry',1,0,'2026-01-17 20:01:01','2026-01-17 20:01:01',NULL,NULL,NULL,'366ab7da-55e8-42c7-987b-46857ec6aa83'),
(9731,9724,NULL,4221,5,'craft\\elements\\Entry',1,0,'2026-01-17 20:01:11','2026-01-17 20:01:11',NULL,NULL,NULL,'cf94dca2-cfd6-43ed-8e6b-cdf5e10589af'),
(9732,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-01-17 20:02:14','2026-01-17 20:02:34',NULL,NULL,NULL,'8670265e-725c-49ee-8479-7c9dc13cd4a4'),
(9733,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 20:02:32','2026-01-17 20:02:32',NULL,NULL,NULL,'8a149928-ff3f-4095-b50b-3b07cb3ff1ae'),
(9734,9732,NULL,4222,5,'craft\\elements\\Entry',1,0,'2026-01-17 20:02:34','2026-01-17 20:02:34',NULL,NULL,NULL,'157eb6bb-c98e-4551-8ef7-5e4211e0854b'),
(9735,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-01-17 20:02:37','2026-01-17 20:02:51',NULL,NULL,NULL,'35e0c63f-5679-4891-ad6e-0ac80b4f1b08'),
(9736,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-01-17 20:02:49','2026-01-17 20:02:49',NULL,NULL,NULL,'11890459-fdd0-4d29-b0d3-943caf0b527f'),
(9737,9735,NULL,4223,5,'craft\\elements\\Entry',1,0,'2026-01-17 20:02:51','2026-01-17 20:02:51',NULL,NULL,NULL,'345a2bcb-68fe-47c0-b506-240f5c7835eb'),
(9739,1255,NULL,4224,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:05:20','2026-01-17 20:05:20',NULL,NULL,NULL,'3e90c8f9-29a7-4155-ae47-6a029d8b2445'),
(9741,1255,NULL,4225,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:05:24','2026-01-17 20:05:24',NULL,NULL,NULL,'25702a80-75de-4547-8aeb-705e78289e7d'),
(9743,1261,NULL,4226,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:06:41','2026-01-17 20:06:41',NULL,NULL,NULL,'e1b30dc5-84fa-4449-8cc6-b474d76bbb6e'),
(9745,1261,NULL,4227,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:07:09','2026-01-17 20:07:09',NULL,NULL,NULL,'2f518f9f-f754-446b-a79e-b83e9b092271'),
(9747,1269,NULL,4228,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:07:42','2026-01-17 20:07:42',NULL,NULL,NULL,'a4c2d9c6-49f9-4c77-a14b-5928af70c72f'),
(9749,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:08:01','2026-01-17 20:20:34',NULL,NULL,NULL,'80ee5f62-e80d-4b7e-bc32-12b9bce84534'),
(9750,1277,NULL,4229,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:08:14','2026-01-17 20:08:14',NULL,NULL,NULL,'74676238-6769-4a4d-8ed2-0ee2157eacbe'),
(9752,1277,NULL,4230,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:08:28','2026-01-17 20:08:28',NULL,NULL,NULL,'25f157df-be0b-4cc2-aa88-99cf8ca8c3a6'),
(9754,1283,NULL,4231,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:08:53','2026-01-17 20:08:53',NULL,NULL,NULL,'d54d6f84-24d1-440f-bb34-97f5c547ef8b'),
(9756,1289,NULL,4232,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:09:25','2026-01-17 20:09:25',NULL,NULL,NULL,'eebf5644-80e7-4c39-a13b-ff43da819a90'),
(9758,1289,NULL,4233,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:09:30','2026-01-17 20:09:30',NULL,NULL,NULL,'a983424a-2333-4894-bdc4-9188e270ebe9'),
(9760,1297,NULL,4234,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:10:11','2026-01-17 20:10:11',NULL,NULL,NULL,'b84cec0b-a660-4256-9c2b-b2c2b8ecc10f'),
(9762,1303,NULL,4235,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:10:36','2026-01-17 20:10:37',NULL,NULL,NULL,'ded09b10-b20e-4a74-977f-2907c42c7522'),
(9764,1309,NULL,4236,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:11:05','2026-01-17 20:11:05',NULL,NULL,NULL,'b137bdb2-ff20-4156-a077-f8b7240f2f49'),
(9766,1315,NULL,4237,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:12:46','2026-01-17 20:12:46',NULL,NULL,NULL,'e4747c43-1316-41d7-8769-20f95a378e11'),
(9768,1315,NULL,4238,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:13:11','2026-01-17 20:13:11',NULL,NULL,NULL,'02c744e7-3131-442b-a069-2085de4b4c6d'),
(9770,1323,NULL,4239,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:13:34','2026-01-17 20:13:34',NULL,NULL,NULL,'2eba3e21-e221-4345-a449-52b013b4b24c'),
(9772,1329,NULL,4240,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:14:11','2026-01-17 20:14:11',NULL,NULL,NULL,'09d31642-a2a8-46cd-ab91-b1fed33d57ac'),
(9774,1329,NULL,4241,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:14:15','2026-01-17 20:14:15',NULL,NULL,NULL,'b5db5ed1-2302-4e69-83ec-0433cb761911'),
(9776,1337,NULL,4242,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:14:52','2026-01-17 20:14:52',NULL,NULL,NULL,'f3e51da5-c729-4f51-baf7-f7f12a287a90'),
(9778,1337,NULL,4243,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:15:33','2026-01-17 20:15:33',NULL,NULL,NULL,'2fe7bf50-0a12-4c53-bbb4-8e403132b45f'),
(9780,1337,NULL,4244,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:15:37','2026-01-17 20:15:37',NULL,NULL,NULL,'04f0b967-f592-42ea-88aa-a115fb5fb7c0'),
(9782,1343,NULL,4245,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:16:34','2026-01-17 20:16:34',NULL,NULL,NULL,'d33d68c8-0a5a-490e-b148-7defaf8a65f5'),
(9784,1343,NULL,4246,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:16:46','2026-01-17 20:16:46',NULL,NULL,NULL,'240fe46a-3b0b-409b-ab21-fb43fc851877'),
(9786,1349,NULL,4247,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:17:24','2026-01-17 20:17:24',NULL,NULL,NULL,'1380007d-9484-4fd4-bc45-2b0dc318ff96'),
(9788,1481,NULL,4248,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:18:46','2026-01-17 20:18:46',NULL,NULL,NULL,'2a27c260-fe7a-4694-9211-e3f359d8e967'),
(9790,1481,NULL,4249,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:18:49','2026-01-17 20:18:49',NULL,NULL,NULL,'a861722b-ea58-4e82-bdfa-af2277894373'),
(9792,1473,NULL,4250,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:19:05','2026-01-17 20:19:05',NULL,NULL,NULL,'a3d80fc0-f002-4e5f-90e6-0d229781653d'),
(9794,1477,NULL,4251,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:19:21','2026-01-17 20:19:21',NULL,NULL,NULL,'47f32e63-bc23-484e-be96-4d09b608966c'),
(9796,1419,NULL,4252,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:20:19','2026-01-17 20:20:19',NULL,NULL,NULL,'ef219103-f9c9-484b-85b3-883d26fad337'),
(9798,1425,NULL,4253,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:21:06','2026-01-17 20:21:06',NULL,NULL,NULL,'b4e7834d-b694-4c38-a11f-c0b9985d9a9a'),
(9800,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:21:50','2026-01-17 20:21:50',NULL,NULL,NULL,'3ccb2a90-873c-457d-850d-6ce46bf4f762'),
(9801,1431,NULL,4254,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:21:51','2026-01-17 20:21:51',NULL,NULL,NULL,'80402704-74f8-4f7a-8139-2fefe0e84f1c'),
(9803,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:21:53','2026-01-17 20:21:53',NULL,NULL,NULL,'0b0c6383-fb3a-4475-a8b9-7df34515b30b'),
(9804,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:21:56','2026-01-17 20:21:56',NULL,NULL,NULL,'298fb221-b1e6-4a3a-96bd-0789d647480f'),
(9805,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:21:59','2026-01-17 20:21:59',NULL,NULL,NULL,'5b3bc819-f53f-43c9-ab9e-6203f84c72e0'),
(9806,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:22:01','2026-01-17 20:22:01',NULL,NULL,NULL,'8cdfa0b2-7220-4d2d-ad92-c7af4de194fc'),
(9807,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:22:04','2026-01-17 20:22:04',NULL,NULL,NULL,'106a3b9e-156d-4edd-8d4c-9a6583bd4f49'),
(9808,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:22:06','2026-01-17 20:22:06',NULL,NULL,NULL,'0c947e04-1e99-4b87-84e0-2359f5f77f0a'),
(9809,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:22:09','2026-01-17 20:22:09',NULL,NULL,NULL,'a9753008-6fc6-4833-9b23-42e167896025'),
(9810,1431,NULL,4255,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:22:11','2026-01-17 20:22:11',NULL,NULL,NULL,'3ede5c8b-4b10-45a3-bd92-52319a7667f0'),
(9811,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:22:11','2026-01-17 20:22:11',NULL,NULL,NULL,'8979c6d6-8acf-4f7a-9de4-efa8c5dcb8a9'),
(9812,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:22:14','2026-01-17 20:22:14',NULL,NULL,NULL,'8e2b9132-2039-426f-aa33-ce3f51d08401'),
(9813,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:22:17','2026-01-17 20:22:17',NULL,NULL,NULL,'a00bf40f-1d4c-4594-8481-e6f37a361890'),
(9815,1443,NULL,4256,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:23:13','2026-01-17 20:23:13',NULL,NULL,NULL,'8ea4bc15-c707-4527-a122-6b636936f5bb'),
(9816,2712,NULL,4257,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:23:18','2026-01-17 20:23:18',NULL,NULL,NULL,'10f45853-c8a6-46f5-9906-d65e076c1144'),
(9818,1437,NULL,4258,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:23:36','2026-01-17 20:23:36',NULL,NULL,NULL,'7488902e-7f88-444b-9b7c-9b54fa4ab114'),
(9820,1449,NULL,4259,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:24:19','2026-01-17 20:24:19',NULL,NULL,NULL,'87e4773e-fe25-46d8-b68f-b4bda9055a67'),
(9822,1455,NULL,4260,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:24:47','2026-01-17 20:24:47',NULL,NULL,NULL,'21c96d6d-c845-4cff-8a3f-e8e06fae2b5c'),
(9824,1461,NULL,4261,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:25:17','2026-01-17 20:25:17',NULL,NULL,NULL,'e3d3fac9-64ce-4138-b5b1-878d3da48ac7'),
(9826,1467,NULL,4262,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:25:55','2026-01-17 20:25:56',NULL,NULL,NULL,'446d7e6f-fddd-489f-be2a-6bd2a57aed1c'),
(9828,2720,NULL,4263,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:27:17','2026-01-17 20:27:17',NULL,NULL,NULL,'89881244-e068-40d4-a9ed-1578cc461ce6'),
(9830,2720,NULL,4264,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:29:05','2026-01-17 20:29:05',NULL,NULL,NULL,'460cec2d-31ac-4445-b0a3-6949bcbfa215'),
(9832,1353,NULL,4265,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:30:25','2026-01-17 20:30:25',NULL,NULL,NULL,'66368080-9a81-498e-b14f-217e91d6be50'),
(9834,1359,NULL,4266,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:30:58','2026-01-17 20:30:59',NULL,NULL,NULL,'c7234910-a546-4c30-9158-9c51f0c29d75'),
(9836,1365,NULL,4267,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:31:28','2026-01-17 20:31:28',NULL,NULL,NULL,'9d023e47-bf35-4828-9c92-3593711f3690'),
(9839,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:32:17','2026-01-17 20:32:17',NULL,NULL,NULL,'ccee69cc-daf0-4ddd-ac3a-a6b32b542495'),
(9840,2712,NULL,4268,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:32:40','2026-01-17 20:32:40',NULL,NULL,NULL,'e1ffe855-cd27-4293-92ca-e72d4bd21e0c'),
(9842,2712,NULL,4269,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:32:53','2026-01-17 20:32:53',NULL,NULL,NULL,'2bd3c4fb-fb1e-46e2-8f11-d14a67986f07'),
(9843,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:33:14','2026-01-17 20:33:14',NULL,NULL,NULL,'557e7fae-5913-4325-8b85-85ed33200562'),
(9844,1371,NULL,4270,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:33:16','2026-01-17 20:33:16',NULL,NULL,NULL,'9289e184-c2aa-4ec5-8a0f-52750611a83e'),
(9846,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:33:43','2026-01-17 20:33:43',NULL,NULL,NULL,'7b22893e-c66c-4a5a-a265-cdd2f92f1f6e'),
(9847,1377,NULL,4271,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:33:51','2026-01-17 20:33:51',NULL,NULL,NULL,'d607724e-3807-4f98-b23b-ea7fbdd78a01'),
(9850,1383,NULL,4272,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:34:10','2026-01-17 20:34:10',NULL,NULL,NULL,'05465a53-2828-4e93-8ea3-6c549cc65c92'),
(9852,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:34:32','2026-01-17 20:34:32',NULL,NULL,NULL,'02d4e500-eb48-4b55-a2c1-5a9b743abe17'),
(9853,1371,NULL,4273,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:34:38','2026-01-17 20:34:38',NULL,NULL,NULL,'2fcde3d2-f76d-4d85-947e-97929f5eb273'),
(9854,1389,NULL,4274,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:34:39','2026-01-17 20:34:40',NULL,NULL,NULL,'ac14692e-54a7-4a04-83e7-0e7e790dfb9a'),
(9857,1395,NULL,4275,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:35:05','2026-01-17 20:35:05',NULL,NULL,NULL,'60e42748-e964-48f6-bf42-f4b7a0ee2fc1'),
(9859,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:19','2026-01-17 20:35:19',NULL,NULL,NULL,'0ebf4a09-ee9b-4378-a0b4-a441a4336b0c'),
(9860,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:21','2026-01-17 20:35:21',NULL,NULL,NULL,'f925ee68-8d31-4c5c-829e-a4ac4da3af3e'),
(9861,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:24','2026-01-17 20:35:24',NULL,NULL,NULL,'b0c979cc-ed9c-48ff-b6f8-d113e9edb49f'),
(9862,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:27','2026-01-17 20:35:27',NULL,NULL,NULL,'8895a820-a16d-4b1a-b94f-6bb164aeff97'),
(9863,1401,NULL,4276,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:35:28','2026-01-17 20:35:28',NULL,NULL,NULL,'9f4642e8-2a81-4805-a217-19e66e5be626'),
(9864,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:29','2026-01-17 20:35:29',NULL,NULL,NULL,'2b2fd563-c878-4ba0-9ade-5ca0049f380f'),
(9865,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:32','2026-01-17 20:35:32',NULL,NULL,NULL,'5769791c-6feb-4351-907b-0131fb0ef82d'),
(9866,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:37','2026-01-17 20:35:37',NULL,NULL,NULL,'4533277c-4964-4324-ae07-f3fd3ca9a0bb'),
(9868,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:41','2026-01-17 20:35:41',NULL,NULL,NULL,'f4999bdd-51c3-44eb-8e6d-56727b27b6c7'),
(9869,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:44','2026-01-17 20:35:44',NULL,NULL,NULL,'f5f290a1-03aa-4e99-935c-dcaa7fd503ef'),
(9870,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:47','2026-01-17 20:35:47',NULL,NULL,NULL,'83a04c5e-16f9-42ee-b314-4dc6dab62263'),
(9871,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:51','2026-01-17 20:35:51',NULL,NULL,NULL,'6705ae07-71ba-4a38-99a0-5c917bce209c'),
(9872,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:55','2026-01-17 20:35:55',NULL,NULL,NULL,'11664c2d-c5bf-4d0d-998c-5c5d1e8b1d4e'),
(9873,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:35:59','2026-01-17 20:35:59',NULL,NULL,NULL,'a1d3d8d0-ff41-4f10-a621-9be2d69a69c1'),
(9874,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:36:02','2026-01-17 20:36:02',NULL,NULL,NULL,'0234b5c6-70d7-40d3-80b8-0d54bc50eff6'),
(9875,1407,NULL,4277,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:36:03','2026-01-17 20:36:04',NULL,NULL,NULL,'aa79135e-c843-463f-8051-10ddc82c0a71'),
(9876,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:36:10','2026-01-17 20:36:10',NULL,NULL,NULL,'f390ae09-ea71-421a-ba02-497434a23ce8'),
(9878,1413,NULL,4278,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:36:48','2026-01-17 20:36:48',NULL,NULL,NULL,'e7ea9e26-75b7-45cd-8764-ac643f2f8db7'),
(9879,1371,NULL,4279,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:37:40','2026-01-17 20:37:40',NULL,NULL,NULL,'1e94c824-97bd-4a2a-8583-1f1f550e5372'),
(9880,2,NULL,4280,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:38:34','2026-01-17 20:38:34',NULL,NULL,NULL,'42b22e96-40e0-46a6-99e4-dd9b871c9cd4'),
(9882,945,NULL,4281,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:39:18','2026-01-17 20:39:18',NULL,NULL,NULL,'ec8d6041-dc8b-477e-8452-cb75070926a1'),
(9884,951,NULL,4282,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:39:41','2026-01-17 20:39:41',NULL,NULL,NULL,'cf9af5aa-1705-41f6-b1e3-eafe8fac902b'),
(9887,957,NULL,4283,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:40:29','2026-01-17 20:40:29',NULL,NULL,NULL,'ec6d08c3-d3f4-4354-92ce-d3320caec71d'),
(9889,963,NULL,4284,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:40:55','2026-01-17 20:40:55',NULL,NULL,NULL,'d584f4ed-002f-4204-916c-0ba3382006fd'),
(9891,969,NULL,4285,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:41:27','2026-01-17 20:41:27',NULL,NULL,NULL,'7b778bce-5dba-4525-b365-e686c2723677'),
(9893,975,NULL,4286,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:42:48','2026-01-17 20:42:48',NULL,NULL,NULL,'7c774050-2471-4dc7-bfef-82f6cf68db74'),
(9895,975,NULL,4287,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:43:16','2026-01-17 20:43:16',NULL,NULL,NULL,'6d60d98c-16e7-4ccd-89c4-68dbdd17269d'),
(9897,981,NULL,4288,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:43:37','2026-01-17 20:43:37',NULL,NULL,NULL,'79445d23-d3dd-42ba-a8c6-59c3321314b2'),
(9899,989,NULL,4289,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:44:06','2026-01-17 20:44:06',NULL,NULL,NULL,'4b64db1b-f2f6-4150-afc4-3be086df1da9'),
(9901,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:44:22','2026-01-17 20:44:22',NULL,NULL,NULL,'5a820e8e-4dea-43c0-9e3e-7716c819555b'),
(9902,995,NULL,4290,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:44:27','2026-01-17 20:44:27',NULL,NULL,NULL,'9f25d884-bfbb-416b-8330-d59d18edd6de'),
(9903,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:44:37','2026-01-17 20:44:37',NULL,NULL,NULL,'b9bbd3fe-ef26-4d9b-84fe-581a3f00a478'),
(9904,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:44:39','2026-01-17 20:44:39',NULL,NULL,NULL,'771cfe3e-72d0-4edf-a12b-19292802ad1a'),
(9905,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:44:42','2026-01-17 20:44:42',NULL,NULL,NULL,'bae53961-26e5-40a3-b538-8660b1e87376'),
(9906,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:44:45','2026-01-17 20:44:45',NULL,NULL,NULL,'a7b0e0e7-4061-4ae7-82be-2d3794905fc5'),
(9907,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:44:48','2026-01-17 20:44:48',NULL,NULL,NULL,'d339e897-760d-444a-a02f-783461733db5'),
(9908,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:44:50','2026-01-17 20:44:50',NULL,NULL,NULL,'931704ea-b5ba-4822-a66f-68b4441a6fe2'),
(9909,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:44:53','2026-01-17 20:44:53',NULL,NULL,NULL,'97af380b-4b02-409c-b71c-3ec0d663cd52'),
(9910,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:44:56','2026-01-17 20:44:56',NULL,NULL,NULL,'02d0ca43-4557-4ba8-ac66-db018ccab043'),
(9911,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:44:58','2026-01-17 20:44:58',NULL,NULL,NULL,'1e8a452c-0a36-4d9b-8f4f-6c25927c01f9'),
(9912,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:45:01','2026-01-17 20:45:01',NULL,NULL,NULL,'04caa8bd-807a-4e88-bcff-07ba438cd146'),
(9913,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:45:03','2026-01-17 20:45:03',NULL,NULL,NULL,'1acaae11-5258-4631-8577-9c0675c8d3f8'),
(9914,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:45:06','2026-01-17 20:45:06',NULL,NULL,NULL,'e06ac9aa-4b34-4a30-8328-580a368d5827'),
(9915,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:45:09','2026-01-17 20:45:09',NULL,NULL,NULL,'c4c2188c-7767-4de8-8aa9-a97221fa7f23'),
(9916,1383,NULL,4291,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:45:27','2026-01-17 20:45:27',NULL,NULL,NULL,'612423ff-f184-4efb-a983-861aa0eb44c8'),
(9917,999,NULL,4292,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:45:46','2026-01-17 20:45:46',NULL,NULL,NULL,'242f81a6-5e37-40c6-9806-88b38dbc3cdc'),
(9920,1005,NULL,4293,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:46:07','2026-01-17 20:46:07',NULL,NULL,NULL,'c51c447f-6cec-4a2c-a6d0-7902dddb9c80'),
(9922,1011,NULL,4294,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:46:49','2026-01-17 20:46:49',NULL,NULL,NULL,'e1af1410-226c-403e-9153-ac48f2d271d9'),
(9924,1017,NULL,4295,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:47:09','2026-01-17 20:47:09',NULL,NULL,NULL,'f6200189-8e10-4b17-8f44-5d65bb87eb78'),
(9926,1023,NULL,4296,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:47:45','2026-01-17 20:47:45',NULL,NULL,NULL,'c03ee848-11d2-4016-9ff3-0ad37fd725f4'),
(9928,1031,NULL,4297,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:48:08','2026-01-17 20:48:08',NULL,NULL,NULL,'2bb9ef3e-b07e-40a9-8030-41caaaf60e46'),
(9930,1035,NULL,4298,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:48:35','2026-01-17 20:48:35',NULL,NULL,NULL,'94d620d5-b49a-4423-9db8-ed32e30c532e'),
(9932,1041,NULL,4299,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:49:28','2026-01-17 20:49:28',NULL,NULL,NULL,'3f046a59-b482-4a3e-bd8d-345797c21fe2'),
(9934,1045,NULL,4300,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:50:38','2026-01-17 20:50:38',NULL,NULL,NULL,'980108e3-c64b-49e1-9ec6-37efbf1d6cb8'),
(9936,1051,NULL,4301,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:51:09','2026-01-17 20:51:09',NULL,NULL,NULL,'58216a9b-36f8-450c-b77c-e4cb3fbf90f0'),
(9938,1059,NULL,4302,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:52:03','2026-01-17 20:52:04',NULL,NULL,NULL,'834070c8-568f-4dd1-9477-6255ee508ca2'),
(9940,1051,NULL,4303,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:52:25','2026-01-17 20:52:25',NULL,NULL,NULL,'091c03af-9847-4b1e-8981-df8815b42629'),
(9942,1067,NULL,4304,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:52:55','2026-01-17 20:52:55',NULL,NULL,NULL,'bb2ede69-f935-4550-94df-b267fb78e617'),
(9943,1073,NULL,4305,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:53:29','2026-01-17 20:53:29',NULL,NULL,NULL,'38a3eba5-9548-4435-885d-76ce45b209a3'),
(9945,1073,NULL,4306,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:54:09','2026-01-17 20:54:10',NULL,NULL,NULL,'2cbf027d-fc6e-4f95-b408-be4fc2909c85'),
(9947,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:54:18','2026-01-17 20:54:18',NULL,NULL,NULL,'9442a0f1-1bf1-4cab-9e49-faa92caa4463'),
(9948,1079,NULL,4307,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:54:38','2026-01-17 20:54:38',NULL,NULL,NULL,'4a9a38cb-270d-4e97-a3b0-0fe76799606e'),
(9949,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:54:43','2026-01-17 20:55:58',NULL,NULL,NULL,'a0985317-ddd6-49da-955f-dfc620b01d53'),
(9950,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:54:46','2026-01-17 20:54:46',NULL,NULL,NULL,'4e518c68-3307-4a7e-b173-7a791e144969'),
(9951,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:54:49','2026-01-17 20:54:49',NULL,NULL,NULL,'956dd7e3-1492-405e-af79-f65f3d61e866'),
(9952,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:54:52','2026-01-17 20:54:52',NULL,NULL,NULL,'25398e13-187c-43ed-94e1-7c3977d3c30d'),
(9953,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:54:56','2026-01-17 20:55:51',NULL,NULL,NULL,'2e376142-28b8-4089-9872-9b61cc3f41a5'),
(9954,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:55:00','2026-01-17 20:56:07',NULL,NULL,NULL,'f9d3f9ff-3720-40f5-9a9f-0a5e87988635'),
(9955,1085,NULL,4308,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:55:02','2026-01-17 20:55:02',NULL,NULL,NULL,'dae82425-eb30-45fc-a5ad-c35e5c3cb95a'),
(9956,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:55:04','2026-01-17 20:56:13',NULL,NULL,NULL,'ccf495cf-b384-4183-94f3-a8f92bcf4729'),
(9957,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:55:07','2026-01-17 20:56:18',NULL,NULL,NULL,'215e7f0e-fc72-4c5b-90ba-48abb7145fae'),
(9958,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:55:10','2026-01-17 20:56:23',NULL,NULL,NULL,'39c672eb-e2cc-4a32-ad98-129f033c761a'),
(9959,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:55:12','2026-01-17 20:56:29',NULL,NULL,NULL,'6ad4b215-c3f1-42cb-9c75-5baffd4c26f6'),
(9960,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:55:16','2026-01-17 20:56:34',NULL,NULL,NULL,'daf2c351-a563-4057-8d9d-3ce4f67e923e'),
(9962,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:55:21','2026-01-17 20:56:40',NULL,NULL,NULL,'305134f7-e201-4f35-a79d-8494c69f7a13'),
(9963,1091,NULL,4309,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:55:36','2026-01-17 20:55:36',NULL,NULL,NULL,'831776ec-5a04-4fba-8aba-56215fb64309'),
(9965,1097,NULL,4310,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:56:08','2026-01-17 20:56:08',NULL,NULL,NULL,'7c80d74b-8e41-4c19-8d9a-488d937a8d1b'),
(9967,1103,NULL,4311,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:56:47','2026-01-17 20:56:47',NULL,NULL,NULL,'9b057f6e-35de-4ec3-946a-f0c96cfcd02b'),
(9969,1109,NULL,4312,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:57:14','2026-01-17 20:57:14',NULL,NULL,NULL,'f1f8bae4-4038-43e3-9828-8407d17e34ba'),
(9971,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:57:55','2026-01-17 20:57:55',NULL,NULL,NULL,'065902d0-4979-42b7-9acf-7d7f8d90b6b3'),
(9972,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:57:58','2026-01-17 20:57:58',NULL,NULL,NULL,'4219ea9e-b7f5-4ed6-9e96-723de5142e16'),
(9973,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 20:58:01','2026-01-17 20:58:01',NULL,NULL,NULL,'d2bf756a-6ccb-42d6-88f3-c8c4e49af531'),
(9974,1117,NULL,4313,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:58:03','2026-01-17 20:58:03',NULL,NULL,NULL,'dc2a9e55-33a1-4754-98c4-a272332d9cbf'),
(9976,1401,NULL,4314,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:58:39','2026-01-17 20:58:39',NULL,NULL,NULL,'62cab97b-66c9-47db-86f1-397360534155'),
(9977,1123,NULL,4315,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:59:04','2026-01-17 20:59:04',NULL,NULL,NULL,'b4f4f8d5-7b85-4e17-9f33-1de7134bc5de'),
(9980,1129,NULL,4316,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:59:26','2026-01-17 20:59:26',NULL,NULL,NULL,'7aba5a01-dfb5-4730-b168-b845736e9a47'),
(9982,1135,NULL,4317,1,'craft\\elements\\Entry',1,0,'2026-01-17 20:59:56','2026-01-17 20:59:56',NULL,NULL,NULL,'639bddc3-51ba-4cd9-9e2d-3c2ee6930874'),
(9984,1143,NULL,4318,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:00:49','2026-01-17 21:00:49',NULL,NULL,NULL,'b7c1f2d0-0db9-47a2-9577-8860ea5c907b'),
(9986,1149,NULL,4319,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:02:16','2026-01-17 21:02:16',NULL,NULL,NULL,'fff28d12-e397-4e8c-be5f-41cef5317f95'),
(9988,1155,NULL,4320,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:03:19','2026-01-17 21:03:19',NULL,NULL,NULL,'816ae536-0358-48d7-bffa-0a6a68b37aaa'),
(9989,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:04:30','2026-01-17 21:04:30',NULL,NULL,NULL,'3e6c6170-0fd9-4a75-b2e9-17fb670ebbe1'),
(9991,1165,NULL,4321,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:05:03','2026-01-17 21:05:03',NULL,NULL,NULL,'d3e175c6-16d2-4e00-b633-9ffa8aaae18e'),
(9993,1171,NULL,4322,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:05:35','2026-01-17 21:05:35',NULL,NULL,NULL,'0b607913-7534-4613-a3c3-d8a1b5b26787'),
(9994,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:05:39','2026-01-17 21:05:39',NULL,NULL,NULL,'a408d214-40b6-4eb7-b45c-d52defa70aa5'),
(9996,1177,NULL,4323,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:06:08','2026-01-17 21:06:08',NULL,NULL,NULL,'1795339c-cfb2-46af-8236-8dbcf8aaf2a2'),
(9997,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:06:14','2026-01-17 21:06:14',NULL,NULL,NULL,'0e52ed7b-56dc-499a-b85a-26ecd8d923a0'),
(9999,1165,NULL,4324,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:06:26','2026-01-17 21:06:26',NULL,NULL,NULL,'ec42a4a9-7ceb-4ec9-8c65-6f49fd910edb'),
(10000,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:06:37','2026-01-17 21:06:37',NULL,NULL,NULL,'7487116d-4ee3-48bf-a6e7-86b604cb823f'),
(10002,1185,NULL,4325,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:06:48','2026-01-17 21:06:48',NULL,NULL,NULL,'114a6f39-893f-477a-9aaf-b315b106ed8f'),
(10004,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:04','2026-01-17 21:07:04',NULL,NULL,NULL,'627d4f10-cb94-4a27-9c67-36065fca2786'),
(10005,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:06','2026-01-17 21:07:06',NULL,NULL,NULL,'c2d138cd-a0f3-46ac-9426-55e4ac59398c'),
(10006,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:10','2026-01-17 21:07:10',NULL,NULL,NULL,'40cf4473-f9b7-4bd1-8470-65f7fdc03866'),
(10007,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:14','2026-01-17 21:07:14',NULL,NULL,NULL,'c4ae7797-4cec-439d-bf2e-a996473a217a'),
(10008,1191,NULL,4326,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:07:14','2026-01-17 21:07:15',NULL,NULL,NULL,'d291b24e-5dfa-4314-b439-4aed704e2cb4'),
(10009,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:17','2026-01-17 21:07:17',NULL,NULL,NULL,'22e3b16e-8663-459d-945d-e1f99f1f1298'),
(10010,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:21','2026-01-17 21:07:21',NULL,NULL,NULL,'cdbeb3ef-8b02-4155-b9da-fc9d0502d7e3'),
(10012,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:25','2026-01-17 21:07:25',NULL,NULL,NULL,'d7e50db3-d042-447e-a442-061268d81cef'),
(10013,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:28','2026-01-17 21:07:28',NULL,NULL,NULL,'fe3cbfb8-fda4-4e56-9ee1-78b088b95a45'),
(10014,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:31','2026-01-17 21:07:31',NULL,NULL,NULL,'d5abbd7d-d052-4770-8a69-1940b431d1c3'),
(10015,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:33','2026-01-17 21:07:33',NULL,NULL,NULL,'aee529f4-92da-4aab-b5ca-a0f3dd24a871'),
(10016,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:36','2026-01-17 21:07:36',NULL,NULL,NULL,'234ecd67-aaa1-48e9-9a55-00d55bcf8d29'),
(10017,1197,NULL,4327,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:07:36','2026-01-17 21:07:36',NULL,NULL,NULL,'bdaab6e7-96c5-4ba1-b76e-6ee843f6a1b3'),
(10018,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:39','2026-01-17 21:07:39',NULL,NULL,NULL,'7944544a-6cb2-4b57-adfb-1bc190436453'),
(10019,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:42','2026-01-17 21:07:42',NULL,NULL,NULL,'1ae44d6c-dcb7-4353-929b-26eb2847def4'),
(10020,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:07:45','2026-01-17 21:07:45',NULL,NULL,NULL,'85365cd3-0a40-45de-89be-dfb81485384a'),
(10022,1425,NULL,4328,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:07:55','2026-01-17 21:07:55',NULL,NULL,NULL,'267bcb36-f934-44be-b551-5c5fa1ce4f38'),
(10023,1201,NULL,4329,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:08:11','2026-01-17 21:08:11',NULL,NULL,NULL,'703701d4-8fff-47f7-8747-ec7f9f1addb4'),
(10025,1209,NULL,4330,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:08:35','2026-01-17 21:08:35',NULL,NULL,NULL,'83fb643f-5f3f-4607-abd8-6e0ede8fff39'),
(10027,1215,NULL,4331,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:08:57','2026-01-17 21:08:57',NULL,NULL,NULL,'8df88dc7-fdab-4d2f-8023-5b4bdc59691f'),
(10029,1219,NULL,4332,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:10:20','2026-01-17 21:10:20',NULL,NULL,NULL,'338b98ad-f02f-4b85-bd6f-933da0363d05'),
(10031,1219,NULL,4333,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:10:34','2026-01-17 21:10:34',NULL,NULL,NULL,'4442d588-5cd2-4a64-8a47-91b53c90b9ed'),
(10033,1225,NULL,4334,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:10:54','2026-01-17 21:10:54',NULL,NULL,NULL,'9ab36a21-48bf-486c-8583-5ea9b74ae917'),
(10035,1231,NULL,4335,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:11:24','2026-01-17 21:11:24',NULL,NULL,NULL,'6d4a4c7b-e03a-4bd4-821c-e41138ac04d0'),
(10037,1237,NULL,4336,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:12:02','2026-01-17 21:12:02',NULL,NULL,NULL,'e7d6c20d-b02e-4175-bace-4bcfde3a8b60'),
(10039,1243,NULL,4337,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:12:41','2026-01-17 21:12:41',NULL,NULL,NULL,'b9c7c915-575b-4bfb-bfb5-deccf87bc9b2'),
(10040,1249,NULL,4338,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:13:08','2026-01-17 21:13:08',NULL,NULL,NULL,'4d5cb932-a4aa-4c7d-b568-86303c9599ab'),
(10041,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:15:13','2026-01-17 21:15:13',NULL,NULL,NULL,'edbdb186-2805-4064-8e35-46745d312a6a'),
(10042,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:15:31','2026-01-17 21:15:31',NULL,NULL,NULL,'6fd93379-773c-4b22-8769-ad9153adb9e5'),
(10043,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:15:34','2026-01-17 21:15:34',NULL,NULL,NULL,'5759122e-92b7-4121-b8bc-362839a81330'),
(10044,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:15:39','2026-01-17 21:15:39',NULL,NULL,NULL,'45baf941-41ee-481d-96bc-c62d0bf72289'),
(10045,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:15:43','2026-01-17 21:15:43',NULL,NULL,NULL,'a4d36c05-752b-4fe1-8a4f-782032c84983'),
(10046,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:15:46','2026-01-17 21:15:46',NULL,NULL,NULL,'bdcfcab8-adb2-40ac-a65d-44596c8c76cd'),
(10047,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:15:49','2026-01-17 21:15:49',NULL,NULL,NULL,'c6b45d17-e260-4cff-9cdd-dc09f608001b'),
(10048,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:15:54','2026-01-17 21:15:54',NULL,NULL,NULL,'00abb892-a546-4548-a4e1-6214405c0c68'),
(10049,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:15:56','2026-01-17 21:15:56',NULL,NULL,NULL,'175b1801-1d28-4488-a52a-d21b559d4823'),
(10050,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:15:59','2026-01-17 21:15:59',NULL,NULL,NULL,'cdda465b-dfe4-4392-88bb-653130f1e2b3'),
(10051,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:02','2026-01-17 21:16:02',NULL,NULL,NULL,'8e8bc468-52ce-45ac-9901-f8c18f46342f'),
(10052,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:05','2026-01-17 21:16:05',NULL,NULL,NULL,'efdc3063-7da7-4eae-822c-8de471711e17'),
(10053,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:08','2026-01-17 21:16:08',NULL,NULL,NULL,'bee42c1a-1678-4d0b-94fb-cece90790261'),
(10054,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:11','2026-01-17 21:16:11',NULL,NULL,NULL,'6bc097f8-663a-4be1-9878-4f911c593b98'),
(10055,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:14','2026-01-17 21:16:14',NULL,NULL,NULL,'5c816882-7027-4ffa-9776-40b175f62bfd'),
(10056,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:18','2026-01-17 21:16:18',NULL,NULL,NULL,'83e917e0-afea-4d51-a7f5-4869246d7104'),
(10057,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:22','2026-01-17 21:16:22',NULL,NULL,NULL,'f4c4b8fb-70ca-4d5d-82f7-f3cebcadabe0'),
(10058,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:25','2026-01-17 21:16:25',NULL,NULL,NULL,'e94b8b1e-c6a6-4baf-b70f-dc80e3b79425'),
(10059,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:33','2026-01-17 21:16:33',NULL,NULL,NULL,'4be5b95c-1d53-4453-b8b4-1e7834b6d2ee'),
(10060,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:36','2026-01-17 21:16:36',NULL,NULL,NULL,'75525477-936e-4e10-90b3-d63c86e4574d'),
(10061,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:41','2026-01-17 21:16:41',NULL,NULL,NULL,'6dfc8cb5-50f5-4aee-ae6b-226d62551e4e'),
(10062,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:16:45','2026-01-17 21:16:45',NULL,NULL,NULL,'7a3ea90f-80a7-4718-b39e-1aafabd1f459'),
(10063,1449,NULL,4339,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:18:15','2026-01-17 21:18:15',NULL,NULL,NULL,'936b28f2-8dfa-4951-a55f-46109f43be3f'),
(10065,1449,NULL,4340,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:23:35','2026-01-17 21:23:35',NULL,NULL,NULL,'1121c4de-660b-4bea-af82-ab30008704be'),
(10067,1449,NULL,4341,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:24:55','2026-01-17 21:24:55',NULL,NULL,NULL,'ef9f606f-a1c0-4a4c-9cc3-a7fc91a6c44f'),
(10069,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:26:28','2026-01-17 21:26:28',NULL,NULL,NULL,'cbab6bef-dce0-4cd1-b358-fd3a3635bb82'),
(10070,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:27:05','2026-01-17 21:27:05',NULL,NULL,NULL,'35236a1f-05ae-4751-8d16-a994958d7f88'),
(10071,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:27:09','2026-01-17 21:27:09',NULL,NULL,NULL,'53214814-3afe-4b3e-8ea9-f7a7ea841cf9'),
(10072,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:27:12','2026-01-17 21:27:12',NULL,NULL,NULL,'d6983335-7ec4-4ed7-b14e-0cd5946deb2d'),
(10073,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:27:17','2026-01-17 21:27:17',NULL,NULL,NULL,'7949e232-c0b1-40f7-a21a-105151681d22'),
(10074,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:27:21','2026-01-17 21:27:21',NULL,NULL,NULL,'b0c832d0-18f7-46f4-8097-20d37dab5688'),
(10075,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:27:25','2026-01-17 21:27:25',NULL,NULL,NULL,'99594b0a-e130-4697-9a16-c2b2f6e5f361'),
(10076,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:27:30','2026-01-17 21:27:30',NULL,NULL,NULL,'5a5d32af-3b00-4ceb-875e-e8fa62edc433'),
(10077,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:30:24','2026-01-17 21:30:24',NULL,NULL,NULL,'5a2ed9c1-a84f-4b7f-8682-dfe6146aa230'),
(10078,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:30:26','2026-01-17 21:30:26',NULL,NULL,NULL,'bbe0ec43-9531-4a3b-9734-15ba3a5a342e'),
(10079,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:30:29','2026-01-17 21:30:29',NULL,NULL,NULL,'3f4117c3-a4b7-4d17-8366-1aa395837f12'),
(10080,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:30:32','2026-01-17 21:30:32',NULL,NULL,NULL,'f73a6df6-447d-493f-99fc-1e638d93cc6e'),
(10081,1455,NULL,4342,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:31:06','2026-01-17 21:31:06',NULL,NULL,NULL,'cc7304f8-814f-4336-84af-2242ca06e7af'),
(10083,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:34:52','2026-01-17 21:35:29',NULL,NULL,NULL,'c7696c6b-925e-4e1f-be8c-b13345f51f7a'),
(10084,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:34:55','2026-01-17 21:35:47',NULL,NULL,NULL,'4ee414b1-2e03-4e4a-9f1a-a04053514f0e'),
(10085,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:34:57','2026-01-17 21:36:00',NULL,NULL,NULL,'8f4b7bd8-6468-4258-b235-e6f0c8bd342e'),
(10086,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:35:01','2026-01-17 21:36:08',NULL,NULL,NULL,'1bd6617d-b13c-4b8d-ab62-0e9b0e5b7805'),
(10087,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:35:04','2026-01-17 21:36:22',NULL,NULL,NULL,'603bcf84-dc3e-4ad0-a05f-0fa6d3eab5e6'),
(10088,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:35:07','2026-01-17 21:36:29',NULL,NULL,NULL,'0abccbcc-2f18-44b2-aed0-60e61264d78e'),
(10089,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:35:10','2026-01-17 21:36:36',NULL,NULL,NULL,'cab71fda-9460-426a-b97e-cbda68bd9568'),
(10090,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 21:35:13','2026-01-17 21:36:45',NULL,NULL,NULL,'4dac50e4-8d75-4c75-afef-72d9d0467cf9'),
(10091,1461,NULL,4343,1,'craft\\elements\\Entry',1,0,'2026-01-17 21:37:07','2026-01-17 21:37:07',NULL,NULL,NULL,'131b6dfd-ef51-41d5-ac96-6aeccfed0752'),
(10094,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 22:01:40','2026-01-17 22:01:40',NULL,NULL,NULL,'9d1b3ce2-7a22-4675-a897-d26221876ab4'),
(10095,1473,NULL,4344,1,'craft\\elements\\Entry',1,0,'2026-01-17 22:02:43','2026-01-17 22:02:43',NULL,NULL,NULL,'a2fbb0e4-27bc-44de-85bc-6907019eab88'),
(10097,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 22:05:02','2026-01-17 22:05:02',NULL,NULL,NULL,'885e4a0f-d63a-4d65-920e-0d7929ba5051'),
(10098,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 22:05:03','2026-01-17 22:05:03',NULL,NULL,NULL,'0f65806f-2447-4222-8d59-cf0ab36d3013'),
(10099,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 22:05:03','2026-01-17 22:05:03',NULL,NULL,NULL,'ac119d26-9ccf-42ec-a18d-a0ba3ce6fab4'),
(10100,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 22:05:05','2026-01-17 22:05:05',NULL,NULL,NULL,'ee83364b-d8c5-4b10-bb90-876705549a9c'),
(10101,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 22:05:06','2026-01-17 22:05:06',NULL,NULL,NULL,'481155b3-82f8-4b98-a815-d155607a1a29'),
(10102,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-17 22:05:07','2026-01-17 22:05:07',NULL,NULL,NULL,'3ec91657-dedc-49de-ad5b-99cdb981f35b'),
(10103,1473,NULL,4345,1,'craft\\elements\\Entry',1,0,'2026-01-17 22:05:29','2026-01-17 22:05:29',NULL,NULL,NULL,'ed9361da-24c8-43ee-92a1-abca7917e839'),
(10110,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'58bbee3d-faf1-4890-bdbb-522c3023c82c'),
(10111,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'bbea6271-d8e4-4bac-8216-fa64e13e2d7f'),
(10112,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'cd63e9ce-41df-4742-9bc4-559394f212b6'),
(10113,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'998a0333-739a-4316-9195-43e0c79b1987'),
(10114,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'6ce77bdc-d840-419b-b323-b78bf93a2cea'),
(10115,1283,NULL,4346,1,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'e50c1202-578b-4c11-a790-4d3ae35db451'),
(10116,10110,NULL,4347,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'c6f52dd0-1dae-49c0-bb70-dbf69c6a2a4c'),
(10117,10111,NULL,4348,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'efb265c9-6155-4b8d-a42f-e5780c46e5a9'),
(10118,10112,NULL,4349,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'50a699da-e1d3-4f6e-9ed7-5f22d969098a'),
(10119,10113,NULL,4350,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'0da24c48-7926-4314-adfa-21e83352645d'),
(10120,10114,NULL,4351,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:43','2026-01-17 23:01:43',NULL,NULL,NULL,'fc3c3ce4-2850-49b1-b87c-397da1d5655f'),
(10122,1283,NULL,4352,1,'craft\\elements\\Entry',1,0,'2026-01-17 23:01:58','2026-01-17 23:01:58',NULL,NULL,NULL,'b9c7093e-d112-430d-9ab4-f921623f1e17'),
(10129,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'e31fa605-7112-49b4-81d9-e8101172e317'),
(10130,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'23e0b5a8-cf8a-4b3a-9631-65da758c3200'),
(10131,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'1152389e-566c-4ff1-8a58-25bc1090ba8a'),
(10132,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'6749a7eb-9ad3-4cdb-8d38-689fc39d3095'),
(10133,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'142207fa-b045-43be-95e7-b27ad18e60e6'),
(10134,1289,NULL,4353,1,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'98efeb99-7893-4a4f-aff2-a0c6b86c24c5'),
(10135,10129,NULL,4354,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'ea4e9574-a23c-4d97-bc1f-0fa286747078'),
(10136,10130,NULL,4355,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'66bbb699-2059-493f-913a-aef19045dd60'),
(10137,10131,NULL,4356,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'f6f2f2cb-62ac-4249-8a52-d233a560253c'),
(10138,10132,NULL,4357,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'4c18cd30-fc2b-4961-8c6e-975e884c2605'),
(10139,10133,NULL,4358,3,'craft\\elements\\Entry',1,0,'2026-01-17 23:05:05','2026-01-17 23:05:05',NULL,NULL,NULL,'bc95e13d-f883-4421-9144-7cab56099875'),
(10141,1371,NULL,4359,1,'craft\\elements\\Entry',1,0,'2026-01-18 00:29:49','2026-01-18 00:29:49',NULL,NULL,NULL,'c9971a19-4e15-43d7-aa4f-aefd5a447d81'),
(10143,1371,NULL,4360,1,'craft\\elements\\Entry',1,0,'2026-01-18 00:29:52','2026-01-18 00:29:52',NULL,NULL,NULL,'54fc4083-165d-494a-944a-9eadca60ea54'),
(10144,NULL,NULL,NULL,14,'craft\\elements\\Entry',1,0,'2026-01-18 00:35:26','2026-01-18 00:38:21',NULL,NULL,NULL,'a364e40b-22d5-47ea-9d34-f10ffde4e7c2'),
(10145,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-18 00:37:12','2026-01-18 00:37:12',NULL,NULL,NULL,'678c66f7-c7d4-4bab-b376-f3fa1145170a'),
(10146,10144,NULL,4361,14,'craft\\elements\\Entry',1,0,'2026-01-18 00:38:21','2026-01-18 00:38:21',NULL,NULL,NULL,'7ffac567-8e10-4c02-bedf-e31140a56e29'),
(10150,1201,NULL,4362,1,'craft\\elements\\Entry',1,0,'2026-01-18 17:31:18','2026-01-18 17:31:18',NULL,NULL,NULL,'a90af444-3656-4318-96b2-a60399c6ce7d'),
(10152,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-18 17:32:57','2026-01-18 17:32:57',NULL,NULL,NULL,'a2a48562-aab4-4fcc-9607-f3af43ce574a'),
(10153,1243,NULL,4363,1,'craft\\elements\\Entry',1,0,'2026-01-18 17:33:01','2026-01-18 17:33:01',NULL,NULL,NULL,'815fd766-b83c-4697-820f-5bf8f848270a'),
(10159,1443,NULL,4364,1,'craft\\elements\\Entry',1,0,'2026-01-18 17:47:24','2026-01-18 17:47:24',NULL,NULL,NULL,'c140bd2b-030f-47a2-b4a7-5191fb3a4014'),
(10162,1449,NULL,4365,1,'craft\\elements\\Entry',1,0,'2026-01-18 17:47:58','2026-01-18 17:47:58',NULL,NULL,NULL,'ec46fd09-5b3b-49a8-9bb8-62c63b16fa31'),
(10165,1455,NULL,4366,1,'craft\\elements\\Entry',1,0,'2026-01-18 17:48:14','2026-01-18 17:48:14',NULL,NULL,NULL,'d018d0f2-93de-44a6-825e-a9692da98f08'),
(10168,1473,NULL,4367,1,'craft\\elements\\Entry',1,0,'2026-01-18 17:50:19','2026-01-18 17:50:19',NULL,NULL,NULL,'6c2a3bcf-8ed0-4eac-804b-8357d7348e62'),
(10170,1481,NULL,4368,1,'craft\\elements\\Entry',1,0,'2026-01-18 17:52:29','2026-01-18 17:52:29',NULL,NULL,NULL,'1b9624e3-59c8-4108-afef-5844c34f7f5a'),
(10171,6583,NULL,4369,3,'craft\\elements\\Entry',1,0,'2026-01-18 17:52:29','2026-01-18 17:52:29',NULL,NULL,NULL,'3423a7bf-23f7-4eaf-a6b6-7f11cbbea5e5'),
(10178,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:27',NULL,NULL,NULL,'7d33b897-44c0-404a-a3d6-cee0b1ff8859'),
(10179,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:27',NULL,NULL,NULL,'93d51981-da6d-4ad5-bd53-3da3c1855923'),
(10180,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:27',NULL,NULL,NULL,'0e885b0e-7dc2-4411-8d7a-65c3be30a4ff'),
(10181,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:27',NULL,NULL,NULL,'39da05c3-ad83-431f-af25-2c68b9d92089'),
(10182,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:27',NULL,NULL,NULL,'b5aed104-8fb2-4da6-83eb-eb05b09e5c8d'),
(10183,1297,NULL,4370,1,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:27',NULL,NULL,NULL,'b5ba5e07-c480-4915-a743-71696b23aa52'),
(10184,10178,NULL,4371,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:27',NULL,NULL,NULL,'a5ea6622-3859-47d8-8565-d8715205f2a0'),
(10185,10179,NULL,4372,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:27',NULL,NULL,NULL,'7734f093-f90c-4aa1-a495-b9c5ccce5b43'),
(10186,10180,NULL,4373,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:27',NULL,NULL,NULL,'ed4537de-f2ac-40c8-b201-6b6cdf0feaff'),
(10187,10181,NULL,4374,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:27',NULL,NULL,NULL,'340d6cc9-4b03-4b1a-8b7f-bd4672f8a240'),
(10188,10182,NULL,4375,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:27','2026-01-18 18:42:28',NULL,NULL,NULL,'26fe9600-7157-4b9d-b573-f41c349ace28'),
(10190,1297,NULL,4376,1,'craft\\elements\\Entry',1,0,'2026-01-18 18:42:31','2026-01-18 18:42:31',NULL,NULL,NULL,'d4d35989-b379-4534-abca-c9c67b04f267'),
(10197,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:31',NULL,NULL,NULL,'5e83a476-110f-4bfe-8c22-4aff7d224d28'),
(10198,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:31',NULL,NULL,NULL,'93217043-36dc-4d55-a279-cb70acd6a109'),
(10199,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:31',NULL,NULL,NULL,'ad1581b7-912f-4550-a0ca-367061028f21'),
(10200,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:31',NULL,NULL,NULL,'3386d6d4-8f88-4544-a669-c3156c4194d8'),
(10201,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:31',NULL,NULL,NULL,'41bb19b9-45d7-413d-9826-d305ab86c45c'),
(10202,1309,NULL,4377,1,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:32',NULL,NULL,NULL,'5d04f504-bcd4-46b1-b317-c7d388d8c7c8'),
(10203,10197,NULL,4378,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:32',NULL,NULL,NULL,'f5ec8860-b4d1-469c-87ad-cc59eefef861'),
(10204,10198,NULL,4379,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:32',NULL,NULL,NULL,'cec31e19-7317-48b5-b5ad-8139ecbe7eb8'),
(10205,10199,NULL,4380,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:32',NULL,NULL,NULL,'bda6cd32-2831-44d5-914d-6c4bb1162fa2'),
(10206,10200,NULL,4381,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:32',NULL,NULL,NULL,'b8e86b27-0721-48e0-beaf-44c584d429d9'),
(10207,10201,NULL,4382,3,'craft\\elements\\Entry',1,0,'2026-01-18 18:46:31','2026-01-18 18:46:32',NULL,NULL,NULL,'aafd3b35-27db-458b-9d1f-63e8e7fcf350'),
(10209,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 18:51:34','2026-01-18 18:51:34',NULL,NULL,NULL,'c535f4fe-48ef-46ec-9e8a-612a767ef618'),
(10210,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 18:55:30','2026-01-18 18:55:30',NULL,NULL,NULL,'9113998b-4d7e-4bca-a4fb-4a9da447c669'),
(10211,1359,NULL,4383,1,'craft\\elements\\Entry',1,0,'2026-01-18 18:56:03','2026-01-18 18:56:04',NULL,NULL,NULL,'b4c70048-d53b-4fc5-ba6d-6e78370b2fd3'),
(10213,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 18:56:46','2026-01-18 18:56:46',NULL,NULL,NULL,'c163a585-89b1-4504-8bdb-be48f44ecac4'),
(10214,1359,NULL,4384,1,'craft\\elements\\Entry',1,0,'2026-01-18 18:56:49','2026-01-18 18:56:49',NULL,NULL,NULL,'b05a14c9-34db-4170-a7cb-b43540fe43b0'),
(10216,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 18:59:19','2026-01-18 18:59:19',NULL,NULL,NULL,'bed130f9-5a5f-49ab-8eca-09e22e7a66df'),
(10217,2720,NULL,4385,1,'craft\\elements\\Entry',1,0,'2026-01-18 18:59:30','2026-01-18 18:59:30',NULL,NULL,NULL,'9ec52ed4-ae7a-4c3d-8b14-b0485fc47acf'),
(10219,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:14:47','2026-01-18 19:14:47',NULL,NULL,NULL,'71d56774-fc99-4874-96cd-e4379fa33701'),
(10220,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:14:59','2026-01-18 19:14:59',NULL,NULL,NULL,'2e34ee37-12c2-4474-97cd-2da0ef5246cb'),
(10221,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:15:05','2026-01-18 19:15:05',NULL,NULL,NULL,'0076c417-03e2-4584-a614-53a4bb0139ba'),
(10222,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:15:09','2026-01-18 19:15:09',NULL,NULL,NULL,'5c2182de-da50-4840-8dd4-2ae027834723'),
(10223,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:15:15','2026-01-18 19:15:15',NULL,NULL,NULL,'9117c009-2978-49c8-b73b-bdd61dd5a4e2'),
(10224,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:15:29','2026-01-18 19:15:29',NULL,NULL,NULL,'b144465b-1137-46d4-b023-cb8d985c9c6f'),
(10225,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:15:35','2026-01-18 19:15:35',NULL,NULL,NULL,'864943b3-128c-475e-a822-1d52862f967b'),
(10226,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:15:42','2026-01-18 19:15:42',NULL,NULL,NULL,'d5804831-4d2d-44ba-b940-6fc693b62c90'),
(10227,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:15:48','2026-01-18 19:15:48',NULL,NULL,NULL,'6c48f69d-9d22-4ad1-a6c8-a1eafad87ec8'),
(10228,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:15:54','2026-01-18 19:15:54',NULL,NULL,NULL,'31f1feb2-7082-4180-aaf7-247ac7475579'),
(10229,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:16:02','2026-01-18 19:16:02',NULL,NULL,NULL,'8ac527d5-7550-470f-8cbb-94d26ab88aae'),
(10230,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:16:06','2026-01-18 19:16:06',NULL,NULL,NULL,'23b0c945-5aa4-4d5c-8e10-890bb06dfb35'),
(10231,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:16:15','2026-01-18 19:16:15',NULL,NULL,NULL,'fc7a1140-0401-41f1-9581-f05b5b69b07f'),
(10232,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:16:21','2026-01-18 19:16:21',NULL,NULL,NULL,'cfa4c867-0868-4352-8b91-57f11ec46fcd'),
(10233,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:16:28','2026-01-18 19:16:28',NULL,NULL,NULL,'60e528d6-c470-436e-8d55-058f532b0e3c'),
(10234,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:16:41','2026-01-18 19:16:41',NULL,NULL,NULL,'326e98fd-3cac-411b-96e0-6b9de40268f5'),
(10235,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:16:52','2026-01-18 19:16:52',NULL,NULL,NULL,'cc794d6d-e88c-4d50-86e3-9da1dbfe074a'),
(10236,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:17:05','2026-01-18 19:17:05',NULL,NULL,NULL,'c299b154-ade7-46b2-82b6-9478b796ddd3'),
(10237,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:17:15','2026-01-18 19:17:15',NULL,NULL,NULL,'de430fd9-7ef0-4bc0-a54e-0e23e9dbad98'),
(10238,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:17:28','2026-01-18 19:17:28',NULL,NULL,NULL,'81d23b8a-edf0-44fc-83a9-1e8168d71241'),
(10239,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:17:40','2026-01-18 19:17:40',NULL,NULL,NULL,'ed80f0d8-5897-4efb-83ea-f2a8e40f2765'),
(10240,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:17:52','2026-01-18 19:17:52',NULL,NULL,NULL,'aad059eb-601f-4adc-9629-8bf39842fd99'),
(10241,1041,NULL,4386,1,'craft\\elements\\Entry',1,0,'2026-01-18 19:19:10','2026-01-18 19:19:10',NULL,NULL,NULL,'3d6c61a5-17ec-4a05-9f89-16cc08749482'),
(10243,1041,NULL,4387,1,'craft\\elements\\Entry',1,0,'2026-01-18 19:21:32','2026-01-18 19:21:33',NULL,NULL,NULL,'f82a2fa0-4ea5-415e-9797-68b2702bfb4c'),
(10245,1045,NULL,4388,1,'craft\\elements\\Entry',1,0,'2026-01-18 19:25:46','2026-01-18 19:25:46',NULL,NULL,NULL,'2de31487-fc63-41f9-a61e-0aaffec304fc'),
(10247,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:29:58','2026-01-18 19:29:58',NULL,NULL,NULL,'cbab5a55-91d1-4bd9-b94f-0a96bed15281'),
(10248,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:30:39','2026-01-18 19:30:39',NULL,NULL,NULL,'da2bb11a-8ef4-4f45-9fd1-5b0116a19c56'),
(10249,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:31:39','2026-01-18 19:31:39',NULL,NULL,NULL,'d84264d4-3ce9-4804-8d60-6e73c5714d3c'),
(10250,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:31:54','2026-01-18 19:31:54',NULL,NULL,NULL,'80b84926-4fa0-4000-86ed-3efb3952a9a5'),
(10251,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:32:07','2026-01-18 19:32:07',NULL,NULL,NULL,'749b9ca6-56ad-4d1f-8888-f81e7e2a4b44'),
(10252,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-18 19:32:13','2026-01-18 19:32:13',NULL,NULL,NULL,'6a7fa98a-cf5d-491b-8ea0-2bf2817358b1'),
(10253,1467,NULL,4389,1,'craft\\elements\\Entry',1,0,'2026-01-18 19:32:43','2026-01-18 19:32:43',NULL,NULL,NULL,'ff434f8e-aa0e-47d2-a175-aff2b5a151b1'),
(10260,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'0d2eaeda-6ad2-4b9c-8eee-2b21e9e94376'),
(10261,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'f78e62ef-1b8e-4d67-9e54-5e736c51c463'),
(10262,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'aa5f7da8-4ec8-44a5-afbd-c04eb1f9b8c4'),
(10263,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'63912a65-3c65-40e7-83e0-4dfa3b78abdc'),
(10264,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'edd36794-c6d7-478b-bb46-dda1859533a7'),
(10265,1315,NULL,4390,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'c5378506-5cf2-4c8d-8da7-c46003c8a63e'),
(10266,10260,NULL,4391,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'426f6eca-4088-4362-b776-6da4870eb3b6'),
(10267,10261,NULL,4392,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'61df5ebb-d745-43cf-a5d9-e3032a90a447'),
(10268,10262,NULL,4393,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'3c679b95-0f29-4bf4-a54b-c2b68977cc49'),
(10269,10263,NULL,4394,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'3c63b784-9978-4ca4-b75e-be26aa1d572b'),
(10270,10264,NULL,4395,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:08:32','2026-01-18 22:08:32',NULL,NULL,NULL,'1766119a-a94a-4742-8594-4c70cc97b539'),
(10277,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'6f2adc22-bafe-4909-b821-6ffb0cf88d65'),
(10278,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'189f0fba-5ae5-432f-9489-77f00297d1a8'),
(10279,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'c04ddc87-a1a4-4a71-8961-706c2d1cc06b'),
(10280,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'3f68817e-fb2d-4a4e-b6db-7064cc773108'),
(10281,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'9c900aba-889d-4423-b14f-420ec324931a'),
(10282,1323,NULL,4396,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'b7914d00-1d17-4416-894d-0c02f74ae8bd'),
(10283,10277,NULL,4397,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'9c7d0034-a19b-44f3-b352-9cfca6a10ef5'),
(10284,10278,NULL,4398,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'ff5b4256-6f5d-4eae-bdf2-fabc3b01d9da'),
(10285,10279,NULL,4399,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'967e684d-0c71-4d27-a7e3-95b4c4cc08ac'),
(10286,10280,NULL,4400,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'c675a78b-a22e-4cfb-a34f-f228d9c6bf26'),
(10287,10281,NULL,4401,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:13:26','2026-01-18 22:13:26',NULL,NULL,NULL,'c24289f3-5d51-4887-a005-bd47bcd0a10b'),
(10294,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'19bbd030-8c13-4924-9639-73a42e12503f'),
(10295,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'f02d4a3d-e55c-4180-a01d-e78ff9e25b05'),
(10296,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'d1ae7b29-b7aa-417f-99b8-9abc64439f48'),
(10297,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'0052870a-4a8a-4c0d-9525-eef3edb338c7'),
(10298,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'ceed8f4f-5e02-435d-8dc0-1b9be9bb9cd5'),
(10299,1329,NULL,4402,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'3d4c17f5-66bf-49db-a402-18e38dcf9c94'),
(10300,10294,NULL,4403,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'2fa1e55a-ac96-4bab-8397-54170d7780e9'),
(10301,10295,NULL,4404,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'f3959219-8b58-4291-983c-bba3789754df'),
(10302,10296,NULL,4405,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'539f4f81-8f73-467b-9b0f-7b309e7a259a'),
(10303,10297,NULL,4406,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'d1b5eda6-aab8-4ae8-8a75-4f0221b58c88'),
(10304,10298,NULL,4407,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:16:02','2026-01-18 22:16:02',NULL,NULL,NULL,'f7f21263-fe3a-4705-91a2-31e3f38e9f78'),
(10310,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:19:45','2026-01-18 22:19:45',NULL,NULL,NULL,'b04b7928-852b-4c53-b550-af65359042cd'),
(10311,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:19:45','2026-01-18 22:19:45',NULL,NULL,NULL,'c68e5081-5a0e-4955-b154-b5d8d67b423d'),
(10312,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:19:45','2026-01-18 22:19:45',NULL,NULL,NULL,'213b2aa0-ccc7-4822-8673-0796e18fd68f'),
(10313,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:19:45','2026-01-18 22:19:45',NULL,NULL,NULL,'7444ddd5-ef89-4c72-b84e-41b19a73f18d'),
(10314,2720,NULL,4408,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:19:45','2026-01-18 22:19:45',NULL,NULL,NULL,'76ac18d0-5d61-48ec-a2a4-74af1d4b7014'),
(10315,10310,NULL,4409,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:19:45','2026-01-18 22:19:45',NULL,NULL,NULL,'1fdcc538-3c4c-48bb-98fc-cb53be85acc2'),
(10316,10311,NULL,4410,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:19:45','2026-01-18 22:19:45',NULL,NULL,NULL,'1e2ac14b-15cf-4c2a-bddb-11de8999b024'),
(10317,10312,NULL,4411,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:19:45','2026-01-18 22:19:45',NULL,NULL,NULL,'ae4f7f8d-8d06-4eed-bf95-626687f91a26'),
(10318,10313,NULL,4412,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:19:45','2026-01-18 22:19:45',NULL,NULL,NULL,'eb71f9d0-850d-4fd6-9fbe-dddc5eb24860'),
(10320,2720,NULL,4413,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:20:06','2026-01-18 22:20:06',NULL,NULL,NULL,'662ab294-1cd2-4787-81c3-0abed02d44d6'),
(10326,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:22:39','2026-01-18 22:22:39',NULL,NULL,NULL,'65fa41a6-bf05-4487-b1e9-d5377b2a3819'),
(10327,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:22:39','2026-01-18 22:22:39',NULL,NULL,NULL,'2a0788c9-f4ad-45b8-9045-f61f58f73c28'),
(10328,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:22:39','2026-01-18 22:22:39',NULL,NULL,NULL,'e562b916-213c-48e9-8cdf-36800d8943e1'),
(10329,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:22:39','2026-01-18 22:22:39',NULL,NULL,NULL,'f35a986d-e890-46d5-83e5-5a0d27b1942b'),
(10330,1359,NULL,4414,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:22:39','2026-01-18 22:22:39',NULL,NULL,NULL,'cf46dc22-6e00-41fa-9949-92f0f258d0e3'),
(10331,10326,NULL,4415,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:22:39','2026-01-18 22:22:39',NULL,NULL,NULL,'e7424e31-667c-4397-92ad-3ad1b3e1870d'),
(10332,10327,NULL,4416,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:22:39','2026-01-18 22:22:39',NULL,NULL,NULL,'c2784e9c-7c4b-432c-a97d-631635b867e9'),
(10333,10328,NULL,4417,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:22:39','2026-01-18 22:22:39',NULL,NULL,NULL,'d16c7bb2-4af5-45ac-baca-53568f5fe55c'),
(10334,10329,NULL,4418,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:22:39','2026-01-18 22:22:39',NULL,NULL,NULL,'93611eeb-6c17-4935-874a-e685bdce83d4'),
(10340,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:25:10','2026-01-18 22:25:10',NULL,NULL,NULL,'db551df0-7ca8-49ee-9802-b8507d43c9b3'),
(10341,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:25:10','2026-01-18 22:25:10',NULL,NULL,NULL,'9e5b1580-3c82-42e7-a2c4-a677c13d3650'),
(10342,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:25:10','2026-01-18 22:25:10',NULL,NULL,NULL,'1171e04d-2aa4-464d-9496-743ae1d48b73'),
(10343,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:25:10','2026-01-18 22:25:10',NULL,NULL,NULL,'4d5859ff-4ba9-481a-8038-741f53a65498'),
(10344,1365,NULL,4419,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:25:10','2026-01-18 22:25:10',NULL,NULL,NULL,'2deee9f5-9b2b-4dbe-86f1-b9c787259647'),
(10345,10340,NULL,4420,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:25:10','2026-01-18 22:25:10',NULL,NULL,NULL,'5ad9c752-1475-45d5-aab2-0e09810b0035'),
(10346,10341,NULL,4421,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:25:10','2026-01-18 22:25:10',NULL,NULL,NULL,'075b6250-3b0b-4d15-a975-f657befe3ded'),
(10347,10342,NULL,4422,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:25:10','2026-01-18 22:25:10',NULL,NULL,NULL,'cb6d7bd5-b82f-4078-997f-aa59fef8043a'),
(10348,10343,NULL,4423,3,'craft\\elements\\Entry',1,0,'2026-01-18 22:25:10','2026-01-18 22:25:10',NULL,NULL,NULL,'a4aabb43-85f1-4d2f-9203-f96d7fce21c3'),
(10350,975,NULL,4424,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:26:48','2026-01-18 22:26:48',NULL,NULL,NULL,'5e1f08fd-d700-441f-ae4b-fc4dc94dd6b5'),
(10352,999,NULL,4425,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:27:13','2026-01-18 22:27:13',NULL,NULL,NULL,'e41c08cb-f276-45ae-b360-21552754517a'),
(10354,1011,NULL,4426,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:27:36','2026-01-18 22:27:37',NULL,NULL,NULL,'80bc8355-6da0-45ed-a572-07e901dbef23'),
(10356,1041,NULL,4427,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:28:05','2026-01-18 22:28:05',NULL,NULL,NULL,'57a49e4a-bba4-4fd1-bd89-2891a0938196'),
(10358,1051,NULL,4428,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:28:28','2026-01-18 22:28:28',NULL,NULL,NULL,'52df3c41-e6f1-44b4-a1f5-5f16bee4ec85'),
(10360,1079,NULL,4429,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:28:58','2026-01-18 22:28:58',NULL,NULL,NULL,'984b569f-6855-4c8c-938c-d16a6d9f0a37'),
(10362,1123,NULL,4430,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:29:23','2026-01-18 22:29:23',NULL,NULL,NULL,'3f915507-eecc-48bc-abef-3ac0eebcda6c'),
(10364,1149,NULL,4431,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:29:53','2026-01-18 22:29:53',NULL,NULL,NULL,'882d69b0-1d3e-4c93-b79b-b19f03ef03c4'),
(10366,1155,NULL,4432,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:30:17','2026-01-18 22:30:17',NULL,NULL,NULL,'dfbea815-2c15-4c00-8992-2d84fea34bfb'),
(10368,1171,NULL,4433,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:30:44','2026-01-18 22:30:44',NULL,NULL,NULL,'d70f4d30-a905-4305-955f-5a3c2ec7b1b8'),
(10370,1243,NULL,4434,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:31:10','2026-01-18 22:31:10',NULL,NULL,NULL,'e9ec4181-afc1-4dba-9e38-4425cb8b14fb'),
(10372,1315,NULL,4435,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:31:53','2026-01-18 22:31:53',NULL,NULL,NULL,'28218b1d-432b-40ba-8944-d86f996f0d6b'),
(10374,1431,NULL,4436,1,'craft\\elements\\Entry',1,0,'2026-01-18 22:32:20','2026-01-18 22:32:20',NULL,NULL,NULL,'ef3ea080-34c5-46c0-98fd-eea4f42127ea'),
(10375,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-18 23:50:30','2026-01-18 23:50:30',NULL,NULL,NULL,'778ab72f-6f14-419c-8e2c-7811ffd631fb'),
(10380,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 15:31:16','2026-01-19 15:31:16',NULL,NULL,NULL,'65a5178e-6b30-4a12-b2d8-c6966c3afaaf'),
(10384,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 15:50:20','2026-01-19 15:50:20',NULL,NULL,NULL,'c612a31c-ac86-452e-bbf1-459adfa950dd'),
(10392,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-19 16:18:35','2026-01-26 20:32:29',NULL,NULL,NULL,'e1eafeb6-2365-49ff-bda5-84c5d5607e4f'),
(10393,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-19 16:18:35','2026-01-27 16:32:39',NULL,'2026-01-27 16:32:39',NULL,'21319d9e-4851-481a-902c-731c45e55f63'),
(10394,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-19 16:18:35','2026-01-27 16:32:39',NULL,NULL,NULL,'ffd25d17-c46f-4e2c-8130-c35f80bff32d'),
(10395,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-19 16:18:35','2026-01-19 16:18:35',NULL,NULL,NULL,'2b47a38e-b6dd-49a8-b44a-f5b7952d3eb9'),
(10396,1255,NULL,4437,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:18:35','2026-01-19 16:18:35',NULL,NULL,NULL,'f23a626a-1417-40b8-a714-63d2a43e2496'),
(10397,10392,NULL,4438,3,'craft\\elements\\Entry',1,0,'2026-01-19 16:18:35','2026-01-19 16:18:35',NULL,NULL,NULL,'d088fb5a-34c7-4c26-ba3e-c588f01a2dcd'),
(10398,10393,NULL,4439,3,'craft\\elements\\Entry',1,0,'2026-01-19 16:18:35','2026-01-19 16:18:35',NULL,'2026-01-27 16:32:39',NULL,'40eed812-6965-41c4-951a-4a5368f38b84'),
(10399,10394,NULL,4440,3,'craft\\elements\\Entry',1,0,'2026-01-19 16:18:35','2026-01-19 16:18:35',NULL,NULL,NULL,'92412731-2f10-45cd-84fb-1ea543230324'),
(10400,10395,NULL,4441,3,'craft\\elements\\Entry',1,0,'2026-01-19 16:18:35','2026-01-19 16:18:35',NULL,NULL,NULL,'a3a87271-ace3-402a-9789-188fa692d731'),
(10403,1255,NULL,4442,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:19:29','2026-01-19 16:19:29',NULL,NULL,NULL,'7c7aa5cb-5b46-4c58-abef-fab1e64231cc'),
(10404,4945,NULL,4443,21,'craft\\elements\\Entry',1,0,'2026-01-19 16:19:29','2026-01-19 16:19:29',NULL,NULL,NULL,'109656b6-4138-4b9f-9600-9cddd177f781'),
(10407,2891,NULL,4444,6,'craft\\elements\\Entry',1,0,'2026-01-19 16:21:04','2026-01-19 16:21:04',NULL,NULL,NULL,'acd44191-3e10-4ef4-a7db-c7f96a55293b'),
(10408,1255,NULL,4445,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:21:10','2026-01-19 16:21:10',NULL,NULL,NULL,'4ffcefaf-8390-4592-833e-5a7142aa3e58'),
(10411,1255,NULL,4446,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:21:51','2026-01-19 16:21:51',NULL,NULL,NULL,'74884ceb-94d1-452b-95d4-f5774926fe89'),
(10413,1255,NULL,4447,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:24:19','2026-01-19 16:24:19',NULL,NULL,NULL,'ca7ca314-def4-47f4-b1f7-1f0da8f037b9'),
(10415,1255,NULL,4448,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:25:00','2026-01-19 16:25:00',NULL,NULL,NULL,'3f808e30-3c92-481d-a2ae-a3096d9e96f0'),
(10417,1255,NULL,4449,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:25:25','2026-01-19 16:25:25',NULL,NULL,NULL,'0d7a5f13-f36a-4159-8b1f-94af6c58e670'),
(10419,1255,NULL,4450,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:25:58','2026-01-19 16:25:58',NULL,NULL,NULL,'f2bcfb94-84a6-412e-8629-6352baf84a95'),
(10421,1255,NULL,4451,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:29:01','2026-01-19 16:29:01',NULL,NULL,NULL,'08389df1-51c6-446f-8899-eeb13e54bc67'),
(10422,2,NULL,4452,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:29:55','2026-01-19 16:29:55',NULL,NULL,NULL,'e1b17955-ec50-4a94-a281-0df1c4ecc199'),
(10424,1255,NULL,4453,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:30:29','2026-01-19 16:30:29',NULL,NULL,NULL,'4832cfea-05db-436c-8768-4b79d1bee8cb'),
(10426,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-19 16:32:48','2026-01-19 16:32:48',NULL,NULL,NULL,'99f6dd53-9106-4738-a21a-fa9d37d93abe'),
(10428,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-19 16:36:18','2026-01-19 16:36:18',NULL,NULL,NULL,'0855a3ce-20ad-4b4d-917b-95cba9e445e3'),
(10430,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-19 16:36:33','2026-01-19 16:36:33',NULL,NULL,NULL,'19ada1bf-cf97-4595-90d6-60773a13cef7'),
(10431,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-19 16:36:45','2026-01-19 16:36:45',NULL,NULL,NULL,'ebb7a0f5-d43a-4c08-8555-4bb915f4817f'),
(10433,1349,NULL,4454,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:37:33','2026-01-19 16:37:33',NULL,NULL,NULL,'032778b2-644b-416a-8aee-8b600471d1d3'),
(10434,2,NULL,4455,1,'craft\\elements\\Entry',1,0,'2026-01-19 16:40:30','2026-01-19 16:40:30',NULL,NULL,NULL,'36d66548-3445-489a-ad2d-c81214836b4b'),
(10435,2793,NULL,4456,21,'craft\\elements\\Entry',1,0,'2026-01-19 16:40:30','2026-01-19 16:40:30',NULL,NULL,NULL,'415c7aef-bee2-4040-b929-a12c1b37c483'),
(10437,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-19 17:15:09','2026-03-09 16:18:33',NULL,NULL,NULL,'23faf1c0-1363-4ee2-a287-b9c2b3f96edf'),
(10440,2,NULL,4457,1,'craft\\elements\\Entry',1,0,'2026-01-19 17:16:04','2026-01-19 17:16:04',NULL,NULL,NULL,'cb255b8d-f9f3-4ac5-b283-427d62af51c3'),
(10441,4768,NULL,4458,2,'craft\\elements\\Entry',1,0,'2026-01-19 17:16:04','2026-01-19 17:16:04',NULL,NULL,NULL,'426e5534-9e9b-4c30-a5d3-4199ab61441e'),
(10442,1487,NULL,4459,2,'craft\\elements\\Entry',1,0,'2026-01-19 17:16:04','2026-01-19 17:16:04',NULL,NULL,NULL,'3d55d55b-5268-4776-a65b-c05162894ab5'),
(10448,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-19 17:33:45','2026-01-19 17:33:45',NULL,NULL,NULL,'2d40bb86-6f93-4130-a2cd-ec8a72303863'),
(10449,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-19 17:33:45','2026-01-19 17:33:45',NULL,NULL,NULL,'65ed8410-2527-451f-97c9-92d6c2d8efd0'),
(10450,945,NULL,4460,1,'craft\\elements\\Entry',1,0,'2026-01-19 17:33:45','2026-01-19 17:33:45',NULL,NULL,NULL,'d27d2ef4-2a07-4bee-9786-a2275293aad4'),
(10451,10448,NULL,4461,3,'craft\\elements\\Entry',1,0,'2026-01-19 17:33:45','2026-01-19 17:33:45',NULL,NULL,NULL,'aa8a9481-e0c9-41fc-9006-62a19d0d185b'),
(10452,10449,NULL,4462,3,'craft\\elements\\Entry',1,0,'2026-01-19 17:33:45','2026-01-19 17:33:45',NULL,NULL,NULL,'1c3193a0-e8e1-446a-826b-e70d819ccdda'),
(10453,951,NULL,4463,1,'craft\\elements\\Entry',1,0,'2026-01-19 17:35:46','2026-01-19 17:35:46',NULL,NULL,NULL,'5b97a52d-89f3-472f-982b-f266ce066f93'),
(10455,951,NULL,4464,1,'craft\\elements\\Entry',1,0,'2026-01-19 17:36:22','2026-01-19 17:36:22',NULL,NULL,NULL,'26cc9e47-b050-4785-8893-e5ead13bff58'),
(10457,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 18:43:13','2026-01-19 18:43:13',NULL,NULL,NULL,'fc90bdee-7aa0-4a04-ac12-eb3d118589bb'),
(10460,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 18:47:02','2026-02-13 17:54:17',NULL,NULL,NULL,'ca26b225-9ff1-4df6-8753-4dfb5c6630cb'),
(10461,1477,NULL,4465,1,'craft\\elements\\Entry',1,0,'2026-01-19 18:51:30','2026-01-19 18:51:30',NULL,NULL,NULL,'c43adb8d-c75b-466a-ab94-5382dbb417c0'),
(10463,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 18:52:53','2026-02-13 17:59:41',NULL,NULL,NULL,'ab498822-cb0a-4183-adbb-60f29537da8a'),
(10464,1481,NULL,4466,1,'craft\\elements\\Entry',1,0,'2026-01-19 18:53:24','2026-01-19 18:53:24',NULL,NULL,NULL,'24f62883-9bdb-49a9-8b2c-0b102c557644'),
(10466,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 18:54:34','2026-02-13 18:02:37',NULL,NULL,NULL,'720f6ff0-adab-404a-88a3-67a38a16ec03'),
(10467,1473,NULL,4467,1,'craft\\elements\\Entry',1,0,'2026-01-19 18:55:06','2026-01-19 18:55:06',NULL,NULL,NULL,'c7079aa2-4c8e-44f1-9642-65a8e5825abf'),
(10468,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 19:11:45','2026-01-19 19:11:45',NULL,NULL,NULL,'9338b0ad-73e2-4ff5-9f19-a51c2087afbf'),
(10469,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-19 19:11:45','2026-01-19 19:11:45',NULL,NULL,NULL,'a1528c9d-0d85-4a0c-81f4-f1cfd87f5a5c'),
(10471,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 20:20:46','2026-01-19 20:20:46',NULL,NULL,NULL,'d41d21b0-9a07-457f-8c53-06e7365721b1'),
(10474,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:41:52','2026-02-13 17:35:54',NULL,NULL,NULL,'a6b1fcb6-6afb-4c8b-9844-63aca919faed'),
(10475,1171,NULL,4468,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:42:05','2026-01-19 20:42:05',NULL,NULL,NULL,'0e64e293-0665-439a-aa3b-5a591a7f685a'),
(10477,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:43:24','2026-01-19 20:43:24',NULL,NULL,NULL,'81677307-e51c-4c46-b43b-f4ab6176fce0'),
(10478,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:43:42','2026-02-13 17:37:23',NULL,NULL,NULL,'5a2d1309-3c35-4cfa-bcc2-8061ce0cb10b'),
(10479,1177,NULL,4469,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:43:52','2026-01-19 20:43:52',NULL,NULL,NULL,'cd75e999-f068-417e-a52e-63fad7795b34'),
(10480,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:44:12','2026-01-19 20:44:20',NULL,NULL,NULL,'90494e58-46c2-48e4-b51b-4c86aaa6957e'),
(10481,1185,NULL,4470,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:44:22','2026-01-19 20:44:22',NULL,NULL,NULL,'90ba6c38-acb2-42ba-91e5-515d3998bf00'),
(10483,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:44:52','2026-01-19 20:44:59',NULL,NULL,NULL,'0d44f236-17df-40ce-aa82-59d96459978c'),
(10484,1191,NULL,4471,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:45:02','2026-01-19 20:45:02',NULL,NULL,NULL,'cc0c3d03-287b-4372-84e9-105b59c49239'),
(10486,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:45:21','2026-01-19 20:45:27',NULL,NULL,NULL,'27b75378-bb6e-456c-bc5b-bfc266fa9a32'),
(10487,1197,NULL,4472,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:45:33','2026-01-19 20:45:33',NULL,NULL,NULL,'02e1e4d2-199b-4a13-ae79-137bf1b3fced'),
(10489,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:45:50','2026-01-19 20:45:58',NULL,NULL,NULL,'764ca054-8cf8-4c9c-8240-cce23b61c204'),
(10490,1201,NULL,4473,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:46:03','2026-01-19 20:46:04',NULL,NULL,NULL,'02674694-1e1c-4dec-8570-78c4714ac16b'),
(10492,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:46:19','2026-02-13 17:47:51',NULL,NULL,NULL,'30a8fc1d-abe3-438e-b0dd-d8110bdc25fd'),
(10493,1209,NULL,4474,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:46:28','2026-01-19 20:46:28',NULL,NULL,NULL,'812bed4a-3afa-4f55-b731-1d5345a058a6'),
(10495,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:46:45','2026-01-19 20:46:52',NULL,NULL,NULL,'88b4a13a-b24b-458a-9177-f28c7b19fc32'),
(10496,1215,NULL,4475,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:46:54','2026-01-19 20:46:54',NULL,NULL,NULL,'ccb8bfdb-913d-4c5c-8a78-227108bb9da4'),
(10498,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:47:09','2026-01-19 20:47:15',NULL,NULL,NULL,'d24c0d60-10a4-4c80-80b3-4721f63ad8b0'),
(10499,1219,NULL,4476,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:47:18','2026-01-19 20:47:18',NULL,NULL,NULL,'8399a5b6-17e7-486e-9019-fb800546f2df'),
(10501,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:47:36','2026-01-19 20:47:42',NULL,NULL,NULL,'1cd1758a-ec6e-44ff-baa5-9a90395092df'),
(10502,1225,NULL,4477,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:47:44','2026-01-19 20:47:44',NULL,NULL,NULL,'db6c686c-0d3f-4ecc-be3b-88fd18a049f2'),
(10504,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:48:02','2026-01-19 20:48:09',NULL,NULL,NULL,'fa487b28-d76c-46f9-80d9-59142d238e71'),
(10505,1231,NULL,4478,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:48:11','2026-01-19 20:48:12',NULL,NULL,NULL,'b5723584-4fa6-496b-a356-ec293e36430f'),
(10507,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:58:52','2026-01-19 20:58:58',NULL,NULL,NULL,'b212fe28-b4a4-42b6-9b65-245b6909bb32'),
(10508,2,NULL,4479,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:59:09','2026-01-19 20:59:09',NULL,NULL,NULL,'936fdd03-3512-43d4-afae-d5f91baea55c'),
(10510,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 20:59:36','2026-01-19 20:59:46',NULL,NULL,NULL,'08697750-9cbb-40e2-baf2-a4ff71528064'),
(10511,945,NULL,4480,1,'craft\\elements\\Entry',1,0,'2026-01-19 20:59:47','2026-01-19 20:59:47',NULL,NULL,NULL,'4d6deea6-0b93-4067-a2a7-4014a16eb361'),
(10513,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:01:16','2026-01-19 21:01:26',NULL,NULL,NULL,'7d179db1-4408-421f-92a2-1ac18e8af647'),
(10514,957,NULL,4481,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:01:27','2026-01-19 21:01:27',NULL,NULL,NULL,'2c9cca30-961f-4bb8-a6a9-d6d9ed4737c8'),
(10516,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 21:02:21','2026-01-19 21:02:21',NULL,NULL,NULL,'2ed0d726-e5a7-433d-b011-8ed47330e0fb'),
(10517,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:03:28','2026-01-19 21:03:37',NULL,NULL,NULL,'531c2f0b-5482-4242-b57e-197c1d82381a'),
(10519,945,NULL,4482,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:03:40','2026-01-19 21:03:40',NULL,NULL,NULL,'31558a5c-2c3b-4422-84fa-64a7e58a06ec'),
(10523,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:10:21','2026-01-19 21:10:28',NULL,NULL,NULL,'8bb67eb8-cf15-4dcd-813d-924b10b80370'),
(10524,963,NULL,4483,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:10:31','2026-01-19 21:10:31',NULL,NULL,NULL,'c92d2df4-18d8-420f-9a95-aeb6e3913024'),
(10526,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:11:34','2026-01-19 21:11:41',NULL,NULL,NULL,'fddde8a3-14d1-40b6-ab0e-e744078724fb'),
(10527,969,NULL,4484,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:11:44','2026-01-19 21:11:44',NULL,NULL,NULL,'78c46eca-49e4-4497-ab3f-1f943a288755'),
(10529,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:12:13','2026-01-19 21:12:19',NULL,NULL,NULL,'9294eb32-d8ec-4bd7-ac48-704192252d85'),
(10530,975,NULL,4485,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:12:21','2026-01-19 21:12:21',NULL,NULL,NULL,'6c94e773-a476-4fa6-9186-bfbdd9873c77'),
(10532,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:12:51','2026-01-19 21:12:51',NULL,NULL,NULL,'92ed6d95-bb57-4e6f-bdb4-58cd87db13b9'),
(10533,981,NULL,4486,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:12:54','2026-01-19 21:12:54',NULL,NULL,NULL,'7ab22dd8-7a1f-4bd9-90fe-3e4a2dca189e'),
(10535,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:13:19','2026-01-19 21:13:19',NULL,NULL,NULL,'3c00e65d-6eab-4665-b031-7cf9d07a13aa'),
(10536,989,NULL,4487,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:13:24','2026-01-19 21:13:24',NULL,NULL,NULL,'603ead10-1452-45b4-98e7-929b3db3385a'),
(10538,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:13:48','2026-01-19 21:13:48',NULL,NULL,NULL,'234a86bb-0e2d-47d1-9c53-cb4b16cb8cf8'),
(10539,995,NULL,4488,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:13:50','2026-01-19 21:13:50',NULL,NULL,NULL,'b248af03-f9c2-40fe-bd4d-5c5d5846c3cb'),
(10540,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 21:14:18','2026-01-19 21:14:18',NULL,NULL,NULL,'2c51d1eb-e445-493c-80fd-3bd0eccac1b1'),
(10543,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:14:37','2026-01-19 21:14:37',NULL,NULL,NULL,'4077f0c8-21af-466c-80bb-18a77310d397'),
(10544,999,NULL,4489,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:14:38','2026-01-19 21:14:38',NULL,NULL,NULL,'a4cbbd8f-9c5a-482b-83e9-fce0cc55cc7c'),
(10546,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:15:11','2026-01-19 21:15:11',NULL,NULL,NULL,'bdefe44d-f987-4ca8-9a9a-ef35acb7b817'),
(10547,1005,NULL,4490,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:15:16','2026-01-19 21:15:16',NULL,NULL,NULL,'70d51352-85fe-4d6c-a866-c15ed55bcc97'),
(10549,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:15:46','2026-01-19 21:15:46',NULL,NULL,NULL,'c3cc0031-e0d8-46d4-8417-b7d723be064c'),
(10550,1011,NULL,4491,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:15:47','2026-01-19 21:15:47',NULL,NULL,NULL,'88926009-127f-479f-b7eb-d188a7650a49'),
(10552,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 21:16:05','2026-01-19 21:16:05',NULL,NULL,NULL,'0088e7c7-6a89-4622-993c-87a58b1564ee'),
(10553,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:16:19','2026-01-19 21:16:19',NULL,NULL,NULL,'09ba0457-10a2-4991-8ece-51fc86ea23b4'),
(10555,1017,NULL,4492,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:16:20','2026-01-19 21:16:20',NULL,NULL,NULL,'dbcb4515-f5ac-49fb-9501-dd7477f75a8f'),
(10557,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:16:54','2026-01-19 21:16:54',NULL,NULL,NULL,'fad291f9-d29e-4ca5-b1e1-45f6d2826e37'),
(10558,1023,NULL,4493,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:16:57','2026-01-19 21:16:57',NULL,NULL,NULL,'a00f181b-70ae-4556-9b50-b06170e597b8'),
(10560,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:17:38','2026-01-19 21:17:38',NULL,NULL,NULL,'16648501-c812-41ed-952a-a0822b9624f8'),
(10561,1035,NULL,4494,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:17:42','2026-01-19 21:17:43',NULL,NULL,NULL,'5fe842b2-1978-4648-a5fc-2d90aa0ce26c'),
(10563,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-19 21:18:09','2026-01-19 21:18:09',NULL,NULL,NULL,'99f76507-4cb6-4d02-a5c8-06cba49cb188'),
(10564,1041,NULL,4495,1,'craft\\elements\\Entry',1,0,'2026-01-19 21:18:12','2026-01-19 21:18:12',NULL,NULL,NULL,'82ede7a4-6155-409d-a886-cb744e03f961'),
(10565,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 21:19:12','2026-01-19 21:19:12',NULL,NULL,NULL,'6f700356-55a2-4814-b761-570c46877090'),
(10566,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 21:26:40','2026-01-19 21:26:40',NULL,NULL,NULL,'6346e1fc-b9b4-4de5-a18f-c8408fe7f5f8'),
(10567,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 21:45:18','2026-01-19 21:45:18',NULL,NULL,NULL,'3e877499-77e3-4edd-8d75-fbd62075837b'),
(10568,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 21:59:44','2026-01-19 21:59:44',NULL,NULL,NULL,'1df660cb-e6e0-4f77-b9c3-62bdc4d25d49'),
(10569,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 22:07:17','2026-01-19 22:07:17',NULL,NULL,NULL,'0058ccb2-4e72-4314-9882-4acef7975eb8'),
(10570,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 22:13:44','2026-01-19 22:13:44',NULL,NULL,NULL,'e4a87e7b-23f3-4986-a99e-7f729705726f'),
(10571,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 22:15:19','2026-01-19 22:15:19',NULL,NULL,NULL,'f482b3d7-39c9-4f13-b992-e4b1d3c4dd38'),
(10572,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 22:31:45','2026-01-19 22:31:45',NULL,NULL,NULL,'255fe40e-10bd-4b77-98ba-e49b52fc3f6d'),
(10573,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 22:40:17','2026-01-19 22:40:17',NULL,NULL,NULL,'bda54008-2620-4cc4-9f4f-da216289bc27'),
(10574,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 22:40:54','2026-01-19 22:40:54',NULL,NULL,NULL,'74104059-d812-4b0e-bfff-fdfe90680a2e'),
(10575,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-19 22:40:54','2026-01-19 22:40:54',NULL,NULL,NULL,'53df9a6b-3bcd-4f3b-8076-f4ea67a4b96b'),
(10576,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 23:10:04','2026-01-19 23:10:04',NULL,NULL,NULL,'73a3b29b-f66f-4610-8a66-acff63a6f706'),
(10577,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 23:13:51','2026-01-19 23:13:51',NULL,NULL,NULL,'2c6b28b2-a3d1-4138-a941-fa08d94c31f7'),
(10578,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 23:17:20','2026-01-19 23:17:20',NULL,NULL,NULL,'c7beb36e-9b31-4cf1-80bb-fd5e82844393'),
(10579,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 23:17:50','2026-01-19 23:17:50',NULL,NULL,NULL,'46395104-aa1a-4ef4-acdd-0b58c5fd71bb'),
(10580,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 23:24:46','2026-01-19 23:24:46',NULL,NULL,NULL,'fc0f32c8-33b6-469f-80c3-bb97ef1b898e'),
(10581,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 23:35:12','2026-01-19 23:35:12',NULL,NULL,NULL,'1f97a49e-8aa7-447d-aae8-4e4570bf55f9'),
(10582,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 23:46:14','2026-01-19 23:46:14',NULL,NULL,NULL,'850e94d0-2b20-409c-8d1e-5aa611b4c56d'),
(10583,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 23:48:02','2026-01-19 23:48:02',NULL,NULL,NULL,'7656d0be-54af-4840-a754-cd41d495e15e'),
(10584,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-19 23:51:13','2026-01-19 23:51:13',NULL,NULL,NULL,'e84983e4-8796-44bc-abdf-90489bdb0bf7'),
(10585,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 00:00:36','2026-01-20 00:00:36',NULL,NULL,NULL,'4b7c48e1-9f92-48be-bf90-2b7791b4a209'),
(10586,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 00:24:50','2026-01-20 00:24:50',NULL,NULL,NULL,'e0cadc16-e0a5-4eaa-915f-b2c8e36de2a0'),
(10587,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 00:31:01','2026-01-20 00:31:01',NULL,NULL,NULL,'d7d108f5-95ad-4ad6-b91d-e7c469a0e7b1'),
(10588,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 00:39:35','2026-01-20 00:39:35',NULL,NULL,NULL,'6fe5e878-bfb4-4fe5-a4d9-5f5412e605aa'),
(10589,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 01:00:55','2026-01-20 01:00:55',NULL,NULL,NULL,'1723e825-b76d-44eb-9a35-957876fc1375'),
(10590,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 01:07:54','2026-01-20 01:07:54',NULL,NULL,NULL,'13229156-29bd-4aa8-a32c-05efd495a8e2'),
(10591,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 01:53:35','2026-01-20 01:53:35',NULL,NULL,NULL,'4dd11e13-45f4-4c6f-a775-fd5bc9dda101'),
(10592,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 02:12:49','2026-01-20 02:12:49',NULL,NULL,NULL,'d47d3f25-ef14-4c90-bc86-87c2f00f6b7c'),
(10593,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 02:29:28','2026-01-20 02:29:28',NULL,NULL,NULL,'816601fc-7f89-4b6f-973d-f15eb1355c67'),
(10594,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 02:41:42','2026-01-20 02:41:42',NULL,NULL,NULL,'a91cd245-52e7-4f9a-8879-a716759f3914'),
(10595,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 02:52:22','2026-01-20 02:52:22',NULL,NULL,NULL,'37245711-9fa3-4e4d-89db-a7c2b7d85f87'),
(10596,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 02:58:32','2026-01-20 02:58:32',NULL,NULL,NULL,'3ed811c9-db41-4806-99d4-fdb9e5ffdeb1'),
(10597,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 03:31:42','2026-01-20 03:31:42',NULL,NULL,NULL,'0cde7f50-26c6-4493-9202-374954ed3f21'),
(10598,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 03:36:39','2026-01-20 03:36:39',NULL,NULL,NULL,'7e6183ca-7a82-4d60-bbd5-c33f74148e7c'),
(10599,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 03:37:20','2026-01-20 03:37:20',NULL,NULL,NULL,'4ffd7d6b-b104-42bb-8ac1-9cdabc7e7f37'),
(10600,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 03:42:18','2026-01-20 03:42:18',NULL,NULL,NULL,'16ed9dd0-f94a-4d4b-8449-f4936b789374'),
(10601,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 03:51:56','2026-01-20 03:51:56',NULL,NULL,NULL,'839e7ea6-8d71-4e19-9435-2e530c462b92'),
(10602,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:12:04','2026-01-20 04:12:04',NULL,NULL,NULL,'e258221b-7c8b-4e19-b07c-a0341488617d'),
(10603,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:14:18','2026-01-20 04:14:18',NULL,NULL,NULL,'5c006c6b-55d1-4a8f-affe-873ea4c1e786'),
(10604,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:16:38','2026-01-20 04:16:38',NULL,NULL,NULL,'f1bad74f-a837-4cb4-9091-875e6dca938b'),
(10605,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:20:17','2026-01-20 04:20:17',NULL,NULL,NULL,'adcef0c3-b869-40e3-b24f-f2fe9b282a63'),
(10606,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:21:48','2026-01-20 04:21:48',NULL,NULL,NULL,'6dde1ab7-fa70-43f2-8ff6-b84a57ed0f3f'),
(10607,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:21:57','2026-01-20 04:21:57',NULL,NULL,NULL,'22399a52-4cc0-4493-ac50-22878cabb344'),
(10608,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:22:52','2026-01-20 04:22:52',NULL,NULL,NULL,'b0e92a27-c8e8-4ca0-b4be-ad02cb7862d5'),
(10609,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:24:09','2026-01-20 04:24:09',NULL,NULL,NULL,'cd598712-d1e4-4107-bc11-7efa3d17e70b'),
(10610,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:24:25','2026-01-20 04:24:25',NULL,NULL,NULL,'a99f7d9c-ab18-46dd-98c0-3fccd92ecd70'),
(10611,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:25:50','2026-01-20 04:25:50',NULL,NULL,NULL,'8f5ab363-8d77-42fb-b311-960bd5b20783'),
(10612,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:29:03','2026-01-20 04:29:03',NULL,NULL,NULL,'0acdc65f-1f28-468e-b2ad-89066784becc'),
(10613,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:30:32','2026-01-20 04:30:32',NULL,NULL,NULL,'9af181f3-a13b-4dbb-8e67-9910a2f08a40'),
(10614,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:31:23','2026-01-20 04:31:23',NULL,NULL,NULL,'5cf0f000-04cd-41a1-89cf-bbfaad4bd8e3'),
(10615,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:32:14','2026-01-20 04:32:14',NULL,NULL,NULL,'8eda01e6-b585-430c-833e-9d9b0fb95218'),
(10616,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:32:34','2026-01-20 04:32:34',NULL,NULL,NULL,'111f8051-27fc-4acf-8944-0cf8ab84fb45'),
(10617,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:35:33','2026-01-20 04:35:33',NULL,NULL,NULL,'ad39108c-4eac-4e7d-8171-371983ddc146'),
(10618,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:39:34','2026-01-20 04:39:34',NULL,NULL,NULL,'1694532c-4786-40b8-9596-45bc1c3ac741'),
(10619,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:39:42','2026-01-20 04:39:42',NULL,NULL,NULL,'17c82bc5-4c33-4d37-a69e-a3128d6a1634'),
(10620,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:39:48','2026-01-20 04:39:48',NULL,NULL,NULL,'a4c5ec1e-7c04-4f09-8a44-af52d9c175a0'),
(10621,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:40:20','2026-01-20 04:40:20',NULL,NULL,NULL,'2a9bb5ab-6e51-41a4-95db-8fdf7e51dd9a'),
(10622,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:42:19','2026-01-20 04:42:19',NULL,NULL,NULL,'52a01ec8-1ac3-4606-a6fe-1b1c43fbb286'),
(10623,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:43:29','2026-01-20 04:43:29',NULL,NULL,NULL,'253ea2c3-5cfc-4fd3-9fcf-45f5e0ca6158'),
(10624,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:50:28','2026-01-20 04:50:28',NULL,NULL,NULL,'776b1354-4e78-4ab6-8c6c-4b21e92f179b'),
(10625,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:50:50','2026-01-20 04:50:50',NULL,NULL,NULL,'b2909f99-e753-4125-a0cd-4c557536a84d'),
(10626,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:51:01','2026-01-20 04:51:01',NULL,NULL,NULL,'c0a2f651-cc40-4b75-911f-5d1abaee8ef5'),
(10627,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:51:13','2026-01-20 04:51:13',NULL,NULL,NULL,'1940a1c5-9044-438f-bb66-6b134cf42dbf'),
(10628,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:53:03','2026-01-20 04:53:03',NULL,NULL,NULL,'b4d01ed7-5c58-45a2-9a3d-ec135622892a'),
(10629,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 04:58:05','2026-01-20 04:58:05',NULL,NULL,NULL,'0b96cac1-db59-4fcf-8448-713017500b54'),
(10630,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:02:49','2026-01-20 05:02:49',NULL,NULL,NULL,'53c68044-95cb-40d3-9a74-a6ed311c43a1'),
(10631,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:05:24','2026-01-20 05:05:24',NULL,NULL,NULL,'340f98f3-0194-4f47-ad7e-e646c1e91687'),
(10632,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:06:11','2026-01-20 05:06:11',NULL,NULL,NULL,'5c9643f0-4689-4b28-9751-a226010f0fbe'),
(10633,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:06:59','2026-01-20 05:06:59',NULL,NULL,NULL,'f61b1c75-d32d-4830-979d-a196d6e50d32'),
(10634,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:08:31','2026-01-20 05:08:31',NULL,NULL,NULL,'5a7d7301-c6d0-49c0-bdf3-fb5f547e781d'),
(10635,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:08:33','2026-01-20 05:08:33',NULL,NULL,NULL,'f70dd83d-e477-49a1-9d20-3040fc8f6b5c'),
(10636,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:11:24','2026-01-20 05:11:24',NULL,NULL,NULL,'b6f22e60-690b-4f98-8b9a-41d483c3e707'),
(10637,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:12:03','2026-01-20 05:12:03',NULL,NULL,NULL,'0e6a1066-9003-4950-893c-b65effea61d9'),
(10638,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:12:07','2026-01-20 05:12:07',NULL,NULL,NULL,'87f1dc6b-0267-4529-a4af-d7a55e0d5358'),
(10639,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:12:31','2026-01-20 05:12:31',NULL,NULL,NULL,'f474131a-a2a1-48e3-ab69-63a730e86c55'),
(10640,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:12:48','2026-01-20 05:12:48',NULL,NULL,NULL,'c3a72907-9a52-407e-9026-90eef606735c'),
(10641,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:16:09','2026-01-20 05:16:09',NULL,NULL,NULL,'3a2d53eb-fb65-46ab-aac0-27dfb45006af'),
(10642,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:16:49','2026-01-20 05:16:49',NULL,NULL,NULL,'cac6236c-b43c-405a-8c39-c459cb0b834c'),
(10643,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:18:01','2026-01-20 05:18:01',NULL,NULL,NULL,'44a998f0-b7bc-45ad-a74b-4704e01cd37c'),
(10644,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:19:00','2026-01-20 05:19:00',NULL,NULL,NULL,'dca5224f-dd8d-4844-9c46-ce43cacfe4d4'),
(10645,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:19:56','2026-01-20 05:19:56',NULL,NULL,NULL,'d30dc1eb-a695-432c-8f22-e05ba7ef2e0e'),
(10646,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:21:40','2026-01-20 05:21:40',NULL,NULL,NULL,'301bcb45-59ba-41d6-b366-25fcaa4bdc4e'),
(10647,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:22:21','2026-01-20 05:22:21',NULL,NULL,NULL,'2d74c174-21e8-48be-b098-f8c4602b3a86'),
(10648,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:22:57','2026-01-20 05:22:57',NULL,NULL,NULL,'a22c8b1d-35af-4f94-b77d-d9b34a1ebb7d'),
(10649,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:27:19','2026-01-20 05:27:19',NULL,NULL,NULL,'3ca62dc9-43b2-404a-9436-481e0400caa2'),
(10650,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:33:51','2026-01-20 05:33:51',NULL,NULL,NULL,'52a76c66-112d-4e23-89a5-7b2bfb9a6d2c'),
(10651,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:42:42','2026-01-20 05:42:42',NULL,NULL,NULL,'048d067a-c549-4834-a4f4-d61d13a8be8d'),
(10652,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:44:58','2026-01-20 05:44:58',NULL,NULL,NULL,'8608895f-c222-43ab-9f4b-1c4d81cf4e02'),
(10653,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:53:57','2026-01-20 05:53:57',NULL,NULL,NULL,'9f42b3e6-7381-403f-8b40-98347b1a14a3'),
(10654,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 05:56:52','2026-01-20 05:56:52',NULL,NULL,NULL,'03a52c18-a3f9-4a80-a3ce-aa59811fd574'),
(10655,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 06:02:43','2026-01-20 06:02:43',NULL,NULL,NULL,'d040dc7c-2f13-4a28-bc1c-bae11d0e9b11'),
(10656,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 06:04:19','2026-01-20 06:04:19',NULL,NULL,NULL,'9bb47cf4-f735-4500-a063-ab3701b3ee48'),
(10657,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 06:04:19','2026-01-20 06:04:19',NULL,NULL,NULL,'8eb9f53a-caea-4a30-9dfc-282f6ec1f930'),
(10658,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 06:04:19','2026-01-20 06:04:19',NULL,NULL,NULL,'7413b803-e0b6-41bf-be4c-e8de355e0ab4'),
(10659,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 06:08:36','2026-01-20 06:08:36',NULL,NULL,NULL,'fc3743b9-5fa3-4c34-bdeb-6c9a96feaad1'),
(10660,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 06:25:39','2026-01-20 06:25:39',NULL,NULL,NULL,'23023ef1-6ad6-4b3d-80ed-0ba5a6429f1b'),
(10661,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 06:36:12','2026-01-20 06:36:12',NULL,NULL,NULL,'e1177331-32a8-42ef-9714-56baff60a441'),
(10662,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 06:57:21','2026-01-20 06:57:21',NULL,NULL,NULL,'e0ca1265-75a5-4faf-a30e-f36c71f12a45'),
(10663,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 07:10:00','2026-01-20 07:10:00',NULL,NULL,NULL,'5e724c3a-b3aa-4f91-bb42-dcd3e53518e4'),
(10664,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 07:14:33','2026-01-20 07:14:33',NULL,NULL,NULL,'2d43526b-218c-458f-99b4-ebe2507f56b1'),
(10665,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 07:24:18','2026-01-20 07:24:18',NULL,NULL,NULL,'9567878c-b43e-439c-97e6-092e4d9c8abf'),
(10666,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 07:34:46','2026-01-20 07:34:46',NULL,NULL,NULL,'91dbb822-97c3-4f5b-8861-9f496b7b111e'),
(10667,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 07:50:55','2026-01-20 07:50:55',NULL,NULL,NULL,'eba53734-e204-4c7c-8993-c04323e74e52'),
(10668,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 07:50:55','2026-01-20 07:50:55',NULL,NULL,NULL,'5022805f-23ea-4849-a39f-057ff44f5c13'),
(10669,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 08:05:13','2026-01-20 08:05:13',NULL,NULL,NULL,'9c107f65-870c-479e-9065-2e9b47adf61c'),
(10670,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 08:19:00','2026-01-20 08:19:00',NULL,NULL,NULL,'98e0c1c1-34da-455a-9313-d56b3b508db5'),
(10671,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 08:27:39','2026-01-20 08:27:39',NULL,NULL,NULL,'0d0b0837-2a10-409e-afb0-5cf590085123'),
(10672,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 08:33:21','2026-01-20 08:33:21',NULL,NULL,NULL,'a0c72e05-c977-4cd7-8688-3fd2163b7580'),
(10673,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 08:47:40','2026-01-20 08:47:40',NULL,NULL,NULL,'991cce3e-0f3a-4e6e-901f-53d49a06abe4'),
(10674,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 09:25:25','2026-01-20 09:25:25',NULL,NULL,NULL,'5c89ab1c-e61e-4335-9c7d-e5e77e32bb9f'),
(10675,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 09:49:57','2026-01-20 09:49:57',NULL,NULL,NULL,'c57658bd-5e5b-42df-a123-0e5a0ea710f0'),
(10676,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 09:53:43','2026-01-20 09:53:43',NULL,NULL,NULL,'facf7d0e-ed91-4edb-a0ba-9af03f4dfd99'),
(10677,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 09:56:49','2026-01-20 09:56:49',NULL,NULL,NULL,'6130f6c7-2e13-4ba5-ad54-1aa0ad178e80'),
(10678,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 09:57:27','2026-01-20 09:57:27',NULL,NULL,NULL,'580e56af-bbbc-4c3b-b933-6b06c0a3ae5c'),
(10679,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 09:58:05','2026-01-20 09:58:05',NULL,NULL,NULL,'c51566c2-1056-47af-bda5-7e699183ea43'),
(10680,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 09:58:08','2026-01-20 09:58:08',NULL,NULL,NULL,'8488b583-4aa6-4ca1-9d0a-f6ba78068d03'),
(10681,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 09:58:22','2026-01-20 09:58:22',NULL,NULL,NULL,'d1da6f34-4c22-4164-89e6-3f573fb41c6e'),
(10682,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 09:59:26','2026-01-20 09:59:26',NULL,NULL,NULL,'0df71f34-2259-4a73-a74e-825dc9aed5df'),
(10683,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:01:01','2026-01-20 10:01:01',NULL,NULL,NULL,'0564b028-04a5-417f-bdec-f0dc4c50ee80'),
(10684,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:01:02','2026-01-20 10:01:02',NULL,NULL,NULL,'93a118c9-d0fd-4b15-8787-4ba8b2ab7abf'),
(10685,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:01:22','2026-01-20 10:01:22',NULL,NULL,NULL,'3f191730-f1b1-4f18-9090-618f594509fc'),
(10686,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:03:33','2026-01-20 10:03:33',NULL,NULL,NULL,'3ed8734e-4ed8-4a0c-80b7-b1981eadbbf4'),
(10687,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:08:18','2026-01-20 10:08:18',NULL,NULL,NULL,'6f58e2df-5937-4914-82b0-3178ca7a9400'),
(10688,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:10:17','2026-01-20 10:10:17',NULL,NULL,NULL,'b84f3faf-71ea-4545-97b3-ac418b832b61'),
(10689,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:11:46','2026-01-20 10:11:46',NULL,NULL,NULL,'1247e409-d5eb-4aed-9e4a-cb8b52d87c11'),
(10690,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:13:56','2026-01-20 10:13:56',NULL,NULL,NULL,'ce73d845-f1e3-4e89-a740-77891966d9a3'),
(10691,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:13:57','2026-01-20 10:13:57',NULL,NULL,NULL,'c62fc44a-c6c5-4046-951b-79f2593efaf7'),
(10692,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:18:48','2026-01-20 10:18:48',NULL,NULL,NULL,'e1f40db3-5ef3-425b-b1df-a15c2e468319'),
(10693,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:22:16','2026-01-20 10:22:16',NULL,NULL,NULL,'0298f1b7-30cf-4c5a-9418-1c769e1fd957'),
(10694,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:26:36','2026-01-20 10:26:36',NULL,NULL,NULL,'f4b53d8f-e20c-4a83-8825-cd71ce73a295'),
(10695,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:28:36','2026-01-20 10:28:36',NULL,NULL,NULL,'1ef2a39e-2d75-4763-bf02-63b9b80c07ce'),
(10696,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:31:55','2026-01-20 10:31:55',NULL,NULL,NULL,'b47b3461-bf2f-47d9-91df-2bd31a9666d2'),
(10697,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:32:13','2026-01-20 10:32:13',NULL,NULL,NULL,'44c96714-704c-4171-8e97-ebf528c23ace'),
(10698,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:34:30','2026-01-20 10:34:30',NULL,NULL,NULL,'4205f48d-5d56-407c-8740-990497682c68'),
(10699,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 10:43:07','2026-01-20 10:43:07',NULL,NULL,NULL,'81edfb6f-4fd7-4d95-ba49-4972378c8a9e'),
(10700,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:03:29','2026-01-20 11:03:29',NULL,NULL,NULL,'7cfabb6c-3b5d-4978-a1b8-2ae4ad785c46'),
(10701,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:09:47','2026-01-20 11:09:47',NULL,NULL,NULL,'23dc1863-3fc0-4ab5-9d08-55994a837800'),
(10702,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:10:09','2026-01-20 11:10:09',NULL,NULL,NULL,'f8c4835c-ca65-4678-b4c0-ae95166da4bd'),
(10703,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:14:19','2026-01-20 11:14:19',NULL,NULL,NULL,'318b7574-30b8-464d-babe-2ec216664371'),
(10704,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:15:41','2026-01-20 11:15:41',NULL,NULL,NULL,'bbb17f9c-9c17-4013-9ebb-d8e62912770b'),
(10705,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:16:40','2026-01-20 11:16:40',NULL,NULL,NULL,'d307e0e1-001e-4529-b16a-f00393a44282'),
(10706,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:17:44','2026-01-20 11:17:44',NULL,NULL,NULL,'11d41778-7069-4312-a83a-6941601c4c4d'),
(10707,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:22:13','2026-01-20 11:22:13',NULL,NULL,NULL,'4f9e5314-a8c6-403d-beda-fe7f66fd713e'),
(10708,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:24:58','2026-01-20 11:24:58',NULL,NULL,NULL,'eb53e712-6167-45cb-973a-09216cd40860'),
(10709,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:26:03','2026-01-20 11:26:03',NULL,NULL,NULL,'2f38ba96-c961-4a62-9b26-fca287f90e12'),
(10710,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:28:04','2026-01-20 11:28:04',NULL,NULL,NULL,'998b5071-b288-416d-ba00-02e0d97005ed'),
(10711,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:30:40','2026-01-20 11:30:40',NULL,NULL,NULL,'32043257-11c0-49a3-a439-557431514a52'),
(10712,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:37:58','2026-01-20 11:37:58',NULL,NULL,NULL,'e317d165-8977-49f8-addc-d71c4959ccac'),
(10713,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:41:09','2026-01-20 11:41:09',NULL,NULL,NULL,'cf135933-d3f9-400d-95e9-4f1e5feb0da7'),
(10714,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:41:41','2026-01-20 11:41:41',NULL,NULL,NULL,'a5fa6789-2c4d-4125-a209-98fc284aecac'),
(10715,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:45:15','2026-01-20 11:45:15',NULL,NULL,NULL,'d7f3bdc9-e41b-47b8-94a5-c9813d5b6fff'),
(10716,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:45:29','2026-01-20 11:45:29',NULL,NULL,NULL,'9fea6bf4-3a1e-4448-88e9-7aa4198c778c'),
(10717,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:46:29','2026-01-20 11:46:29',NULL,NULL,NULL,'e84b572d-446f-45e7-a667-73fa3ae6416c'),
(10718,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:51:03','2026-01-20 11:51:03',NULL,NULL,NULL,'a9ad862b-a68b-4943-8702-6c179e70ae86'),
(10719,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:51:25','2026-01-20 11:51:25',NULL,NULL,NULL,'0c0ffb80-6cca-4a3e-af67-4aa7fe976872'),
(10720,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:52:53','2026-01-20 11:52:53',NULL,NULL,NULL,'e3b3719b-5850-4f91-b65b-9528c2631db7'),
(10721,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:54:47','2026-01-20 11:54:47',NULL,NULL,NULL,'6bbd1d9c-9bae-43ad-8e34-ceec7b48cf74'),
(10722,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:56:09','2026-01-20 11:56:09',NULL,NULL,NULL,'4c3be055-87ee-4cd6-b5ad-0efc7df4a050'),
(10723,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:57:22','2026-01-20 11:57:22',NULL,NULL,NULL,'55b1bb6a-dd55-4f22-bdae-bbf696f734e7'),
(10724,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:58:38','2026-01-20 11:58:38',NULL,NULL,NULL,'c103f8a4-d21d-43ab-8172-c83f6132806c'),
(10725,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:59:20','2026-01-20 11:59:20',NULL,NULL,NULL,'0f572e8a-234a-4156-9390-8b19083b3606'),
(10726,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:59:32','2026-01-20 11:59:32',NULL,NULL,NULL,'8ac55fd0-8894-4a70-8cce-9121f76ec3d2'),
(10727,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 11:59:45','2026-01-20 11:59:45',NULL,NULL,NULL,'e4e7da95-868c-4987-b4a6-2c25a82cc97d'),
(10728,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:00:49','2026-01-20 12:00:49',NULL,NULL,NULL,'d2b6b420-11b9-471d-bdab-a7dd887a10a3'),
(10729,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:29:52','2026-01-20 12:29:52',NULL,NULL,NULL,'89a7efb9-7da3-4c2d-8242-3ab04b461057'),
(10730,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:34:41','2026-01-20 12:34:41',NULL,NULL,NULL,'cb78ac12-477a-4a37-963c-de8401f3b5f4'),
(10731,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:35:01','2026-01-20 12:35:01',NULL,NULL,NULL,'f494c6b4-6c17-46f9-b0ba-abb6bc2411a9'),
(10732,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:37:57','2026-01-20 12:37:57',NULL,NULL,NULL,'ae296f38-b189-4ab9-9712-7dab93611953'),
(10733,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:37:57','2026-01-20 12:37:57',NULL,NULL,NULL,'3c030a53-dc80-4a47-a63e-a22898a76df0'),
(10734,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:43:20','2026-01-20 12:43:20',NULL,NULL,NULL,'5d88bf7f-4eec-4ea6-b068-e6117a442556'),
(10735,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:45:20','2026-01-20 12:45:20',NULL,NULL,NULL,'c57d99a4-c0cc-46a9-88d9-d13ab8451eb7'),
(10736,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:49:11','2026-01-20 12:49:11',NULL,NULL,NULL,'fc5b6ca2-6270-4f3f-b188-f578eec068f3'),
(10737,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:56:23','2026-01-20 12:56:23',NULL,NULL,NULL,'34768344-c853-4c44-afb7-70f4ee18d31b'),
(10738,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:57:49','2026-01-20 12:57:49',NULL,NULL,NULL,'fd666ff2-5e4e-4ad3-9a5b-f2e0153269c6'),
(10739,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 12:58:49','2026-01-20 12:58:49',NULL,NULL,NULL,'45eabc98-a5d4-4b42-8d92-3b037a5d313f'),
(10740,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:06:36','2026-01-20 13:06:36',NULL,NULL,NULL,'a9b949c1-bf80-4021-bb01-2b8a66021c34'),
(10741,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:07:44','2026-01-20 13:07:44',NULL,NULL,NULL,'c8019a42-623c-461a-8fbe-d38a6f9a077a'),
(10742,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:07:52','2026-01-20 13:07:52',NULL,NULL,NULL,'50c34c3a-332f-4051-aad2-8a2946e52596'),
(10743,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:10:28','2026-01-20 13:10:28',NULL,NULL,NULL,'1e4ee990-e764-4e3a-81fe-7d73e412663a'),
(10744,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:20:07','2026-01-20 13:20:07',NULL,NULL,NULL,'a65372cf-d483-45ee-9d6b-41f33db7ff81'),
(10745,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:21:05','2026-01-20 13:21:05',NULL,NULL,NULL,'452b7d57-136c-4e9b-a55f-ed9e33ed33fb'),
(10746,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:21:06','2026-01-20 13:21:06',NULL,NULL,NULL,'d6996eb0-0efc-4716-862d-a58bb812909d'),
(10747,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:25:50','2026-01-20 13:25:50',NULL,NULL,NULL,'94936440-01dc-40af-90fc-0151bbcb5635'),
(10748,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:25:51','2026-01-20 13:25:51',NULL,NULL,NULL,'ef8ccba7-811d-4106-be88-414c28df21b0'),
(10749,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:26:01','2026-01-20 13:26:01',NULL,NULL,NULL,'aa8395d2-b351-48fd-9530-9bcfa1d22608'),
(10750,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:27:59','2026-01-20 13:27:59',NULL,NULL,NULL,'6a60e6d9-5877-4cb6-917a-e960f3678306'),
(10751,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:28:40','2026-01-20 13:28:40',NULL,NULL,NULL,'287fd202-8e2a-4917-89d3-f1516305ab9f'),
(10752,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:28:41','2026-01-20 13:28:41',NULL,NULL,NULL,'8046bf43-e128-40b6-b7b2-6566d384b37b'),
(10753,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:29:17','2026-01-20 13:29:17',NULL,NULL,NULL,'a08fce39-d88d-4d91-b9d2-1dc5c3392d01'),
(10754,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:30:35','2026-01-20 13:30:35',NULL,NULL,NULL,'8d2df63b-dcf6-4878-93d7-6551e8b80fe5'),
(10755,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:33:15','2026-01-20 13:33:15',NULL,NULL,NULL,'893bafc1-ad9a-4015-8908-4c5724c0a2b2'),
(10756,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:33:34','2026-01-20 13:33:34',NULL,NULL,NULL,'5457c63c-9639-4a4f-bd13-b493963bd59c'),
(10757,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:34:51','2026-01-20 13:34:51',NULL,NULL,NULL,'2bd2de80-2914-4eac-9a02-44c68b689427'),
(10758,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:36:19','2026-01-20 13:36:19',NULL,NULL,NULL,'f5a9ba3c-44dc-4984-974e-427d54705acf'),
(10759,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:37:29','2026-01-20 13:37:29',NULL,NULL,NULL,'b8f90314-1ab6-4a91-a2cc-24b6a6710548'),
(10760,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:37:37','2026-01-20 13:37:37',NULL,NULL,NULL,'e3ed8bb5-7acf-41d6-9b89-df03222ae900'),
(10761,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:40:47','2026-01-20 13:40:47',NULL,NULL,NULL,'d6cc5f92-6e84-44f0-adf1-751bf5750a32'),
(10762,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:48:49','2026-01-20 13:48:49',NULL,NULL,NULL,'3f6d108a-5fca-488f-9b77-289cef9cb367'),
(10763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:48:50','2026-01-20 13:48:50',NULL,NULL,NULL,'e8af7c86-3d91-40cc-a113-17ae11dba8b7'),
(10764,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 13:53:56','2026-01-20 13:53:56',NULL,NULL,NULL,'49a58a98-370a-4e89-902d-b50261c9b889'),
(10765,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:18:17','2026-01-20 14:18:17',NULL,NULL,NULL,'0895f5d6-1685-42f3-b8c9-5e90d27550da'),
(10766,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:19:12','2026-01-20 14:19:12',NULL,NULL,NULL,'4f82e61e-330c-4666-a4d3-de2cd6db4d7b'),
(10767,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:20:26','2026-01-20 14:20:26',NULL,NULL,NULL,'e8149e5c-259b-44b7-af89-dafb2d9294e6'),
(10768,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:22:04','2026-01-20 14:22:04',NULL,NULL,NULL,'f6cee21d-f94a-4683-bae3-49fee38cdaa0'),
(10769,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:25:16','2026-01-20 14:25:16',NULL,NULL,NULL,'f8b50edd-cc54-4cb1-953c-d77d8ca15d49'),
(10770,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:27:33','2026-01-20 14:27:33',NULL,NULL,NULL,'0a9abeef-55a3-406d-ba74-cd8c9fdc256e'),
(10771,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:30:46','2026-01-20 14:30:46',NULL,NULL,NULL,'95beaabb-57fb-4947-93f3-37de6c91ad8b'),
(10772,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:31:55','2026-01-20 14:31:55',NULL,NULL,NULL,'545c8591-ee1a-42dd-8918-d6358f4b524e'),
(10773,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:35:00','2026-01-20 14:35:00',NULL,NULL,NULL,'f21cd417-e07a-4e4d-bacd-7f2b6417d447'),
(10774,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:36:54','2026-01-20 14:36:54',NULL,NULL,NULL,'2c4e83d8-94d5-47da-a6a8-6a5deefa066a'),
(10775,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:37:51','2026-01-20 14:37:51',NULL,NULL,NULL,'ae80c12c-c866-446a-be8f-e092ed019d3f'),
(10776,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:39:18','2026-01-20 14:39:18',NULL,NULL,NULL,'34a07e2d-8b14-49d3-8e9f-a8263f252a28'),
(10777,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:40:40','2026-01-20 14:40:40',NULL,NULL,NULL,'ab12d189-4946-4081-87e4-5664d194e328'),
(10778,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:43:14','2026-01-20 14:43:14',NULL,NULL,NULL,'60a3c7bc-7429-472b-b427-d165d249833b'),
(10779,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:43:26','2026-01-20 14:43:26',NULL,NULL,NULL,'7d4597cc-2a37-4319-8ff5-d0d7776f139d'),
(10780,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:46:40','2026-01-20 14:46:40',NULL,NULL,NULL,'d763ca56-f021-4ad6-9ef0-d6c9de532100'),
(10997,995,NULL,4496,1,'craft\\elements\\Entry',1,0,'2026-01-20 14:49:28','2026-01-20 14:49:29',NULL,NULL,NULL,'0ea3b684-300d-4ea4-ac1a-c22376a9becf'),
(10999,1023,NULL,4497,1,'craft\\elements\\Entry',1,0,'2026-01-20 14:50:45','2026-01-20 14:50:45',NULL,NULL,NULL,'2910c933-5a47-4fea-8fb4-3c0f60a5bb9e'),
(11001,1185,NULL,4498,1,'craft\\elements\\Entry',1,0,'2026-01-20 14:51:02','2026-01-20 14:51:03',NULL,NULL,NULL,'6b361467-a7e9-4c5d-8d00-0efb20b58788'),
(11003,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-20 14:52:14','2026-01-20 14:52:14',NULL,NULL,NULL,'07977979-e58f-4b56-99e3-b1bd9dc93d34'),
(11004,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-20 14:52:17','2026-01-20 14:52:17',NULL,NULL,NULL,'d61af9b5-146f-462a-9c37-8dd389604f30'),
(11005,2880,NULL,4499,1,'craft\\elements\\Entry',1,0,'2026-01-20 14:52:25','2026-01-20 14:52:25',NULL,NULL,NULL,'bc4c9c55-bf29-48fd-839d-6317ae955dd4'),
(11007,1185,NULL,4500,1,'craft\\elements\\Entry',1,0,'2026-01-20 14:52:39','2026-01-20 14:52:39',NULL,NULL,NULL,'fbfa2735-5be4-4f55-a4b9-2051a58cc914'),
(11008,1161,NULL,4501,1,'craft\\elements\\Entry',1,0,'2026-01-20 14:52:47','2026-01-20 14:52:47',NULL,NULL,NULL,'3fe6d41b-0825-4a26-afdf-34c34ca5a3a4'),
(11010,1283,NULL,4502,1,'craft\\elements\\Entry',1,0,'2026-01-20 14:53:27','2026-01-20 14:53:27',NULL,NULL,NULL,'711a97c9-a096-44fd-8e89-872b35a9d674'),
(11014,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:54:31','2026-01-20 14:54:31',NULL,NULL,NULL,'00657f1d-3194-4a7a-b1da-6d63d6697165'),
(11018,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'51c16c25-05ec-471b-aaff-a1169f738b87'),
(11019,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'98972a85-f863-4a30-8040-acc6b7838ac4'),
(11020,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'450ab7c4-fb51-409e-89b1-15267c205388'),
(11021,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'6434624a-7153-41e4-8f4c-90bbaf49c241'),
(11022,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'179dc3a3-3d39-4212-90ce-2fd1c4dfb9d2'),
(11023,1371,NULL,4503,1,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'d2320fb7-1b35-4ca6-82c2-a8ced735a8b7'),
(11024,11018,NULL,4504,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'ec6b6be3-f2e2-4e75-9dde-0c2ac7296b38'),
(11025,11019,NULL,4505,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'7774efac-79f4-4c96-8d97-4286e7d5d02e'),
(11026,11020,NULL,4506,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'24a50fef-9392-43a7-92d5-bbcc3aa6213e'),
(11027,11021,NULL,4507,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'fb21024b-e635-408f-ae5a-8751301e2d0e'),
(11028,11022,NULL,4508,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:56:24','2026-01-20 14:56:24',NULL,NULL,NULL,'2ed6129e-4a27-4c20-b8d9-909ad0741e5c'),
(11034,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 14:57:32','2026-01-20 14:57:32',NULL,NULL,NULL,'9e50d7e9-669d-4e2a-893e-4b4740eaf48a'),
(11037,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'3a3d5e07-63d8-4985-b4ce-20f217f029aa'),
(11038,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'eb0288ab-e4ed-4869-88d6-274786209144'),
(11039,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'26d7bc12-693a-4784-9370-e1acee6955de'),
(11040,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'f445cbf7-add0-4944-9ea9-6e2170c4a35d'),
(11041,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'0e32ce9b-0f80-4a5e-a5a2-2276c3d8141a'),
(11042,1377,NULL,4509,1,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'bdbad8ca-e5d6-41ac-92f3-89a54534be1c'),
(11043,11037,NULL,4510,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'62be6ac9-8b97-4b1d-ba3e-8e65ab52393f'),
(11044,11038,NULL,4511,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'d6a783e1-d623-4e3a-b9b2-ccee6589ac56'),
(11045,11039,NULL,4512,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'91d1a8c0-797d-4b0c-91d5-378958284cef'),
(11046,11040,NULL,4513,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'0a7a8a1c-5266-4c72-83e9-d8287fd61912'),
(11047,11041,NULL,4514,3,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:31','2026-01-20 14:58:31',NULL,NULL,NULL,'779528b9-0ae2-43e3-8605-02ea7b5dd3df'),
(11050,1377,NULL,4515,1,'craft\\elements\\Entry',1,0,'2026-01-20 14:58:34','2026-01-20 14:58:34',NULL,NULL,NULL,'7654acc8-b96c-4a85-81c3-5777400f3df0'),
(11057,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'be4dda60-6ade-4899-a542-96a816579cd8'),
(11058,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'d0b228bf-3c88-4063-b217-dc41dd357fb9'),
(11059,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'add0a8f8-e7bf-43c3-96be-cfd321057fc7'),
(11060,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'ea317393-f109-4d6d-93c8-6cd0554046eb'),
(11061,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'e7f53fb3-f808-4dc3-89e9-c3dd45a95d9a'),
(11062,1383,NULL,4516,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'578bff28-7fa2-4f42-8dab-0bfb866e285f'),
(11063,11057,NULL,4517,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'f829071c-6580-4554-a7ba-96ed1754967d'),
(11064,11058,NULL,4518,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'dabadcd6-99bf-43c1-8be4-d16ef1bb57ce'),
(11065,11059,NULL,4519,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'8ee0edaf-5bc3-4606-8a3a-9f7445a9a847'),
(11066,11060,NULL,4520,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'ac29b6d0-e408-464d-8d68-5176cc92c96e'),
(11067,11061,NULL,4521,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:00:15','2026-01-20 15:00:15',NULL,NULL,NULL,'5f6096d4-0c07-453d-a9ab-f604a1ba730e'),
(11070,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:00:52','2026-01-20 15:00:52',NULL,NULL,NULL,'fb76df72-b0aa-4ead-bda4-1202e3e41d81'),
(11075,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:01:53','2026-01-20 15:01:53',NULL,NULL,NULL,'66569351-29b8-45ba-a76c-aac45fa3a113'),
(11076,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'23e86a44-2a1b-4291-a623-8519d1a39d3d'),
(11077,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'2e19d809-989f-4afa-a13e-0c0f1b76550c'),
(11078,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'93cd0eff-9df6-4a09-a956-783edf4dede2'),
(11079,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'5d08a4b3-f2cd-4e5c-8016-41dbe9f79931'),
(11080,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'f3ee5ec0-7829-4b89-85ae-795285166301'),
(11081,1389,NULL,4522,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'5f3c3eb9-f9ae-4c8e-9f61-b2eb6b350afc'),
(11082,11076,NULL,4523,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'3a8e8563-57df-4156-b934-37e9d8db85f6'),
(11083,11077,NULL,4524,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'4a035fc3-26a7-4e1d-b33d-cb20d69437f1'),
(11084,11078,NULL,4525,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'6a64283c-d9f6-4a38-9e2c-18d26a0f097d'),
(11085,11079,NULL,4526,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'19900343-b2b3-4704-a3c8-43a4be34d755'),
(11086,11080,NULL,4527,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:02:05','2026-01-20 15:02:05',NULL,NULL,NULL,'faa217b0-3952-4f3c-85a0-8b365fb115a6'),
(11091,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:03:08','2026-01-20 15:03:08',NULL,NULL,NULL,'b52447cf-1647-4ce9-8312-30008a934d87'),
(11092,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:03:10','2026-01-20 15:03:10',NULL,NULL,NULL,'2d8fe04d-01a0-4fe9-a4c6-0e37f4750e2f'),
(11097,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:31','2026-01-20 15:04:31',NULL,NULL,NULL,'b2de89b5-d70b-4925-8ccb-c508c3b0e365'),
(11098,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:31','2026-01-20 15:04:31',NULL,NULL,NULL,'e75befcd-c15e-41cf-b358-bfacd23794c4'),
(11099,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:31','2026-01-20 15:04:31',NULL,NULL,NULL,'7408a512-5ae6-4932-a1cd-8036cdb67271'),
(11100,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:31','2026-01-20 15:04:31',NULL,NULL,NULL,'ade67fb6-c49e-4b8c-9a10-15911cf58379'),
(11101,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:31','2026-01-20 15:04:31',NULL,NULL,NULL,'700b6bfa-8c46-413f-8dc8-a502ae29c56a'),
(11102,1413,NULL,4528,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:30','2026-01-20 15:04:31',NULL,NULL,NULL,'d6c308fc-9d3b-423b-950c-8debed5e9e29'),
(11103,11097,NULL,4529,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:31','2026-01-20 15:04:31',NULL,NULL,NULL,'a6a8bc49-4bf1-455c-80c7-d4979fb369ef'),
(11104,11098,NULL,4530,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:31','2026-01-20 15:04:31',NULL,NULL,NULL,'2e1473c2-4ae7-4718-bc1c-e09dae66f181'),
(11105,11099,NULL,4531,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:31','2026-01-20 15:04:31',NULL,NULL,NULL,'0e16d394-e229-4c02-9141-f1703c04ce3c'),
(11106,11100,NULL,4532,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:31','2026-01-20 15:04:31',NULL,NULL,NULL,'55c20d5a-865d-4cf7-800b-d77cb2a29caa'),
(11107,11101,NULL,4533,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:04:31','2026-01-20 15:04:31',NULL,NULL,NULL,'d3a39fa5-0327-4556-94d8-3706ca3a3c0f'),
(11112,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:05:00','2026-01-20 15:05:00',NULL,NULL,NULL,'561ca4c3-48ac-4847-a048-cf391feb88b6'),
(11113,1401,NULL,4534,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:05:00','2026-01-20 15:05:00',NULL,NULL,NULL,'412c4968-ef38-4a00-b819-629ef97ddd80'),
(11114,11112,NULL,4535,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:05:00','2026-01-20 15:05:00',NULL,NULL,NULL,'b0b2c498-24d9-4445-b5f3-42e612a0a4fe'),
(11117,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:05:19','2026-01-20 15:05:19',NULL,NULL,NULL,'eb36af44-a6fc-4cc5-b180-4b9e8ecf55c8'),
(11121,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:05:59','2026-01-20 15:05:59',NULL,NULL,NULL,'d0175efa-d09d-47c2-b5bd-21ee952451b1'),
(11122,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:05:59','2026-01-20 15:05:59',NULL,NULL,NULL,'3f97a3bb-4950-4fbe-a2cb-75387b2b94b8'),
(11123,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:06:03','2026-01-20 15:06:03',NULL,NULL,NULL,'cf716972-296e-4763-aa32-66cbecaf3284'),
(11124,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:06:16','2026-01-20 15:06:16',NULL,NULL,NULL,'d37e3b87-1fa8-4d5c-99c6-7c288ab92470'),
(11125,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:06:16','2026-01-20 15:06:16',NULL,NULL,NULL,'0f3727fc-7f72-4315-adaa-4dc772339083'),
(11126,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:06:16','2026-01-20 15:06:16',NULL,NULL,NULL,'48fcdfab-5243-4bc3-b734-3f5c4660327b'),
(11127,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:06:16','2026-01-20 15:06:16',NULL,NULL,NULL,'bf6fae3e-e362-4792-8a71-a99146fd09ce'),
(11128,1401,NULL,4536,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:06:16','2026-01-20 15:06:16',NULL,NULL,NULL,'195c52e1-b143-4ae1-b15e-07020fedaac9'),
(11129,11124,NULL,4537,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:06:16','2026-01-20 15:06:16',NULL,NULL,NULL,'0bf98a6f-9160-4610-b8fc-f4eb229da1ec'),
(11130,11125,NULL,4538,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:06:16','2026-01-20 15:06:16',NULL,NULL,NULL,'5dc71686-ffad-459d-ac1e-f8d4c178b085'),
(11131,11126,NULL,4539,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:06:16','2026-01-20 15:06:16',NULL,NULL,NULL,'0fc45010-b0dc-4792-8b8b-18d71639cff0'),
(11132,11127,NULL,4540,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:06:16','2026-01-20 15:06:16',NULL,NULL,NULL,'226a5232-9360-4805-9c10-155991188923'),
(11137,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:06:32','2026-01-20 15:06:32',NULL,NULL,NULL,'baf429b9-d8e4-4b16-a530-433e26bcb60a'),
(11141,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:08:02','2026-01-20 15:08:02',NULL,NULL,NULL,'0b0700f6-ba2f-4daf-9c2a-5446a299eb71'),
(11143,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:08:16','2026-01-20 15:08:16',NULL,NULL,NULL,'e4d11ea3-16e0-4fe3-ae6e-4e42cb271010'),
(11146,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:09:42','2026-01-20 15:09:42',NULL,NULL,NULL,'5c648e08-ccbb-4898-aa94-45e49fb8cf6f'),
(11147,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:05',NULL,NULL,NULL,'777a8b6e-583b-4104-8c89-6e52e613b130'),
(11148,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:05',NULL,NULL,NULL,'1f781995-4f31-4866-8b51-3a3e1b16c49b'),
(11149,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:05',NULL,NULL,NULL,'ed02b805-ca06-4c9d-af8f-c5818041c559'),
(11150,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:05',NULL,NULL,NULL,'6ee4a107-c16f-4e00-9afc-98aaca5ffd3c'),
(11151,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:05',NULL,NULL,NULL,'f4ff11fd-91c4-4fe8-96b6-b8392ac9befc'),
(11152,1395,NULL,4541,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:05',NULL,NULL,NULL,'04a7cd0c-c344-4c27-8bb0-19c371faa457'),
(11153,11147,NULL,4542,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:06',NULL,NULL,NULL,'f9530288-1495-49a6-bc65-ff95d34a0017'),
(11154,11148,NULL,4543,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:06',NULL,NULL,NULL,'0d0e1b98-9239-40a3-ab82-adaebbd96ed1'),
(11155,11149,NULL,4544,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:06',NULL,NULL,NULL,'d96bb390-b48d-488e-9c33-0334c211afed'),
(11156,11150,NULL,4545,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:06',NULL,NULL,NULL,'f8241ad8-5ce5-476a-814f-47ee9072e9c8'),
(11157,11151,NULL,4546,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:10:05','2026-01-20 15:10:06',NULL,NULL,NULL,'16ce7203-9485-4403-b922-67e3891e428d'),
(11166,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:11:21','2026-01-20 15:11:21',NULL,NULL,NULL,'7b83afae-5cdf-4a8d-902f-75583cdbc860'),
(11167,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:11:29','2026-01-20 15:11:29',NULL,NULL,NULL,'481679b6-7fb5-4f6a-8ebb-2e2fa650af1e'),
(11170,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:43',NULL,NULL,NULL,'79c61dd4-6bbf-4e4a-ba92-e809808e9879'),
(11171,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:43',NULL,NULL,NULL,'4963fb71-57c3-4398-a678-4be3948a1d36'),
(11172,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:43',NULL,NULL,NULL,'79a3690a-6620-44fc-b709-755f71acce8a'),
(11173,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:43',NULL,NULL,NULL,'1c82da9c-234f-4004-91f1-539c8d0ac985'),
(11174,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:43',NULL,NULL,NULL,'94083743-5bfc-45be-b513-9d033df5cfec'),
(11175,2712,NULL,4547,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:43',NULL,NULL,NULL,'21980789-4d2e-402d-bac0-7947086d36a7'),
(11176,11170,NULL,4548,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:44',NULL,NULL,NULL,'3a31c93a-52b8-4a69-b65b-5ee8bcf68ffa'),
(11177,11171,NULL,4549,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:44',NULL,NULL,NULL,'2e72a2ff-51e3-42c3-b0d4-0342e92ec35f'),
(11178,11172,NULL,4550,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:44',NULL,NULL,NULL,'de2ac6ec-5059-4a5d-b031-85797a6fd309'),
(11179,11173,NULL,4551,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:44',NULL,NULL,NULL,'cb2f85b1-8f1f-41c9-beae-8c7f5bfe4b3d'),
(11180,11174,NULL,4552,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:12:43','2026-01-20 15:12:44',NULL,NULL,NULL,'cd4f7d24-8261-4d0f-8a01-214a2c67bd00'),
(11181,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:12:44','2026-01-20 15:12:44',NULL,NULL,NULL,'6eac34a7-7879-474e-b4be-90ccf6969d80'),
(11187,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:13:28','2026-01-20 15:13:28',NULL,NULL,NULL,'454da654-7487-4b0c-9f41-74d24182ceff'),
(11191,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:15:35','2026-01-20 15:15:35',NULL,NULL,NULL,'89238112-219d-4bb6-8b53-95dc03b844d4'),
(11193,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'3808bb8d-5c0f-4b1a-bb35-b26cd598a606'),
(11194,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'cca223fd-9069-4c81-96f3-d6c3eab6cbc8'),
(11195,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'18cdb99b-f4fd-4fd8-ab52-3fb8185929e6'),
(11196,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'4655184b-8d6e-4821-9cf0-e7fe947fe7b7'),
(11197,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'291e8123-4663-422b-ac87-7fcd890dbfc3'),
(11198,1419,NULL,4553,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'34562fe7-1f51-4478-9a5b-40cb43faa6ad'),
(11199,11193,NULL,4554,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'7a26ddab-8b3c-4e1d-a725-213c0a255425'),
(11200,11194,NULL,4555,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'512b5b8d-c321-4a65-8c71-f76839f952ba'),
(11201,11195,NULL,4556,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'3c52c2f3-abc3-45da-825d-21858f51115a'),
(11202,11196,NULL,4557,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'f6af0f9d-b265-4d21-a5fb-1a9e40d1331b'),
(11203,11197,NULL,4558,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:15:56','2026-01-20 15:15:56',NULL,NULL,NULL,'ff793334-3033-4174-9d99-14d9e76ac0ce'),
(11204,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:15:57','2026-01-20 15:15:57',NULL,NULL,NULL,'c9cfdda0-f84f-4e66-9fa4-4c5c2c82b0a0'),
(11214,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:16:59','2026-01-20 15:16:59',NULL,NULL,NULL,'604509b7-728d-42ba-a7d1-d43d2a4f1c1e'),
(11215,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'fd09482c-b24c-4c55-9f10-0779ffda695f'),
(11216,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'9ef94cb8-2d4c-4829-acba-a8708954080e'),
(11217,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'57494fc9-0a1a-4481-8c43-dbc9e750ef75'),
(11218,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'5601eef1-fe72-45f7-b8d0-a03765a89a54'),
(11219,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'04d3dd4f-59eb-4ee3-ae17-0e1a39d96af2'),
(11220,1425,NULL,4559,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'158bbff5-7796-4d08-9874-5bc8e0a7de92'),
(11221,11215,NULL,4560,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'e89343c4-e559-447a-84a8-b6a574daa232'),
(11222,11216,NULL,4561,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'f4cc87e1-e59c-42a3-8fa3-b08df6813cd1'),
(11223,11217,NULL,4562,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'6d978bbf-d1a3-4868-bd1c-4122eb968f8d'),
(11224,11218,NULL,4563,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'16b14e49-1568-4229-a874-252efbd09a7a'),
(11225,11219,NULL,4564,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:17:05','2026-01-20 15:17:05',NULL,NULL,NULL,'feddce9f-900c-46fc-8535-58e50039510d'),
(11227,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:17:08','2026-01-20 15:17:08',NULL,NULL,NULL,'e421d373-acd3-4966-abfb-d4c6d2fa0869'),
(11228,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:17:08','2026-01-20 15:17:08',NULL,NULL,NULL,'8e9efaa4-2c55-4457-be67-a42d72bb7b01'),
(11231,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:17:35','2026-01-20 15:17:35',NULL,NULL,NULL,'86c300d9-1c14-41cd-bf21-da7101ecdb13'),
(11235,1437,NULL,4565,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:18:57','2026-01-20 15:18:57',NULL,NULL,NULL,'6c46f528-a455-4528-b091-326e0f4d9a1f'),
(11236,6651,NULL,4566,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:18:57','2026-01-20 15:18:57',NULL,NULL,NULL,'038d2fb0-3f5f-44ed-9d12-054619940b93'),
(11237,6652,NULL,4567,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:18:57','2026-01-20 15:18:57',NULL,NULL,NULL,'4742c323-f7e1-4a3d-af9f-9839bf424e2e'),
(11239,1437,NULL,4568,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:19:03','2026-01-20 15:19:03',NULL,NULL,NULL,'35e067ac-53dd-4e7a-8e9a-6cd0956295d9'),
(11242,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:19:36','2026-01-20 15:19:36',NULL,NULL,NULL,'ec5e34ab-f069-4648-a003-9076ebf9c8a3'),
(11244,1431,NULL,4569,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:20:16','2026-01-20 15:20:16',NULL,NULL,NULL,'f0c6bfd1-0d6a-42cb-a19b-3e52a96c1e65'),
(11245,6670,NULL,4570,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:20:16','2026-01-20 15:20:16',NULL,NULL,NULL,'e3af8459-79a9-404f-876d-8cd9499464bd'),
(11246,6671,NULL,4571,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:20:16','2026-01-20 15:20:16',NULL,NULL,NULL,'3bf53b4f-44d2-40ff-8f35-eebf301e2a44'),
(11251,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:22:19','2026-01-20 15:22:19',NULL,NULL,NULL,'563208c8-48f1-4fc4-a23e-e7dc1fd41810'),
(11252,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:22:56','2026-01-20 15:22:56',NULL,NULL,NULL,'ba6aeb54-ca1f-42d4-893d-7d36b8095350'),
(11254,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:24:09','2026-01-20 15:24:09',NULL,NULL,NULL,'6c8def97-9bef-46a2-8f03-88e6a03a62ef'),
(11255,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:24:09','2026-01-20 15:24:09',NULL,NULL,NULL,'ea03938f-4a47-4913-b734-d5e5ce4d4c1a'),
(11256,1437,NULL,4572,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:24:09','2026-01-20 15:24:09',NULL,NULL,NULL,'7b40097e-8df6-459f-80be-959cac593d9f'),
(11257,11254,NULL,4573,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:24:09','2026-01-20 15:24:09',NULL,NULL,NULL,'91a08223-e0b4-4f8c-bc4c-e77d625563d6'),
(11258,6653,NULL,4574,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:24:09','2026-01-20 15:24:09',NULL,NULL,NULL,'3b8eb55b-a148-4d79-9c86-2b2e5448c8ce'),
(11259,11255,NULL,4575,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:24:09','2026-01-20 15:24:09',NULL,NULL,NULL,'f915e5ab-181a-41bc-a59f-366254185961'),
(11268,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:25:33','2026-01-20 15:25:33',NULL,NULL,NULL,'aa0938c5-d075-4753-8b94-5e757600fcc1'),
(11269,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'56a8169e-c7fa-4675-8064-e636364fae9c'),
(11270,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'d8c30fb0-5fab-47d1-980c-1fb20da949ec'),
(11271,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'83528286-2be3-4e46-a447-90ebb6463a54'),
(11272,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'ef042a1a-e888-489a-b2ac-a0ff627e88a2'),
(11273,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'c3b60e00-f976-4b9e-8d44-7366d2290095'),
(11274,1443,NULL,4576,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'67b6b21a-1a23-40ef-b460-70d725d9bf7d'),
(11275,11269,NULL,4577,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'f1fc4913-8772-46e0-96f8-e3d71d7ed7c5'),
(11276,11270,NULL,4578,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'c4a97d51-b154-41cd-b333-a91071e74aa2'),
(11277,11271,NULL,4579,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'3ba8675f-8630-436e-8359-d77899da5761'),
(11278,11272,NULL,4580,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'d437ee97-e504-443d-a519-7f1d67624da1'),
(11279,11273,NULL,4581,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:25:43','2026-01-20 15:25:43',NULL,NULL,NULL,'c75e43a0-748d-4d9a-aa1d-e6f139848dd8'),
(11287,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'9575a4d0-b34d-433a-aac7-d187473f4181'),
(11288,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'3f130ca9-365c-4b56-890b-c76c35feea83'),
(11289,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'ebe9057a-60c7-43cc-8487-f99b97e6698f'),
(11290,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'4d35d0ee-7bd8-4a4f-a652-62fde4328d77'),
(11291,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'2bd4c445-16e7-493b-ad17-32b97d9d8e0a'),
(11292,1449,NULL,4582,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'e31e82df-bbb6-4d78-a653-09fc1d49385e'),
(11293,11287,NULL,4583,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'af068b16-cec5-48a0-aec5-8be8f8f87923'),
(11294,11288,NULL,4584,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'f037a62e-38d9-4b04-a5f8-4808188e0b2d'),
(11295,11289,NULL,4585,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'180098e6-f475-42ae-aa04-b49340f0d442'),
(11296,11290,NULL,4586,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'1e4b850f-3ae2-4de2-9556-0b29815a2f97'),
(11297,11291,NULL,4587,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:26:56','2026-01-20 15:26:56',NULL,NULL,NULL,'fca09eda-89fa-4480-a7a9-d435da24480b'),
(11298,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:27:01','2026-01-20 15:27:01',NULL,NULL,NULL,'2317d152-5635-4469-9072-ebdee561f176'),
(11300,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:27:28','2026-01-20 15:27:28',NULL,NULL,NULL,'8d815734-03f2-4121-b41d-b7200d06f006'),
(11306,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'cb06cc10-8fdd-4fee-92e3-734c3a4d118c'),
(11307,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'cda326f6-cbf9-4e3a-84c6-c0d4c13367fd'),
(11308,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'35d13181-6ab3-441d-9d99-ac8e88890ed7'),
(11309,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'b81efdea-211a-40f4-8b8a-6686f1f26657'),
(11310,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'f47732f8-fa3d-44d7-9ac6-e55b795e7fba'),
(11311,1455,NULL,4588,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'dc12dc6f-fd89-4828-b1c0-f4431f05ff7e'),
(11312,11306,NULL,4589,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'c98e6f56-c8f3-4f6f-84a2-fb43319ca4b4'),
(11313,11307,NULL,4590,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'8114cf52-6ab4-45eb-9b8f-be31a90e85a8'),
(11314,11308,NULL,4591,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'ede41907-b737-4a45-936a-382104b5a384'),
(11315,11309,NULL,4592,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'89001221-97f8-404d-947c-529bc951c920'),
(11316,11310,NULL,4593,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:29:08','2026-01-20 15:29:08',NULL,NULL,NULL,'d7c0bdb2-5609-4078-b1fd-2fb6e8aa2055'),
(11325,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'19227c0d-b306-41be-ba2c-a159a4fabcb7'),
(11326,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'16346a54-9988-44b0-8304-0498353de7a2'),
(11327,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'e088b32e-c914-492a-aa4a-b746028efb81'),
(11328,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'50ec05a5-11cc-4608-8727-2264a67ac0fe'),
(11329,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'5d524ad9-97a9-4c0f-b5ef-ac2f351a4e12'),
(11330,1461,NULL,4594,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'217f5b8f-df6b-4578-a329-416501ea13c6'),
(11331,11325,NULL,4595,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'2e2a739b-052f-4958-86f7-ea07408f6c1e'),
(11332,11326,NULL,4596,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'8a5e7d76-8895-4e41-8d4f-8f093e2f03ce'),
(11333,11327,NULL,4597,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'242bd1e3-6b09-4540-8e20-1562e74d578b'),
(11334,11328,NULL,4598,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'0f960cdf-eda9-4e51-8918-55465eb3856a'),
(11335,11329,NULL,4599,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:30:41','2026-01-20 15:30:41',NULL,NULL,NULL,'5f176b8f-b990-4ec8-a030-96282d1c004d'),
(11338,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:31:36','2026-01-20 15:31:36',NULL,NULL,NULL,'a2336296-47d4-4bfb-88a5-6867614913fe'),
(11343,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'a5a90042-445e-411d-b071-684e5ea03c18'),
(11344,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'16eadfb2-cb35-44a8-b835-b9e9a7b030af'),
(11345,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'09d6b838-b0f2-496f-9762-9d8f0fb426d9'),
(11346,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'dd95e678-aab0-4d9a-8662-5eceb6bbb633'),
(11347,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'81e730c2-e25d-4c1f-915b-d58a8cf64179'),
(11348,1467,NULL,4600,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'063a2ab1-0dc9-4863-8de7-acc1e6baea64'),
(11349,11343,NULL,4601,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'2a40351c-a296-43b3-ae11-cb040a9d98b0'),
(11350,11344,NULL,4602,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'f3aa9699-9034-4354-ba5b-c9f3263b7592'),
(11351,11345,NULL,4603,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'80a8e98a-c96e-4958-b0a3-e83f7135e11f'),
(11352,11346,NULL,4604,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'62e20ea3-4b1e-4c65-9bf7-cdde10a89224'),
(11353,11347,NULL,4605,3,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:10','2026-01-20 15:33:10',NULL,NULL,NULL,'ade6f1db-7af2-47cd-910e-3b3962acb2a1'),
(11355,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:33:12','2026-01-20 15:33:12',NULL,NULL,NULL,'cb60ccb7-ae6a-47e1-8586-f607ca1deabb'),
(11358,1481,NULL,4606,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:34','2026-01-20 15:33:34',NULL,NULL,NULL,'c353c263-e009-48f4-a2f7-64a272bdc652'),
(11360,1481,NULL,4607,1,'craft\\elements\\Entry',1,0,'2026-01-20 15:33:43','2026-01-20 15:33:43',NULL,NULL,NULL,'b9bcdbee-fae7-4bcd-9d17-2e2a69ec24ca'),
(11362,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:37:38','2026-01-20 15:37:38',NULL,NULL,NULL,'127ee0b2-34bb-4b14-8a83-115b3f8f1d60'),
(11363,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:38:45','2026-01-20 15:38:45',NULL,NULL,NULL,'c7af9cd4-8ec4-4682-b2ff-f523a6af3b34'),
(11364,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:38:45','2026-01-20 15:38:45',NULL,NULL,NULL,'9d7df68f-6340-4dae-bd1d-104e1454e2b0'),
(11365,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:39:33','2026-01-20 15:39:33',NULL,NULL,NULL,'02db6b71-3687-4b8d-a16c-969e912452ca'),
(11366,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:40:14','2026-01-20 15:40:14',NULL,NULL,NULL,'4569ad75-50c9-4faf-86f4-9558b0b3067d'),
(11367,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:40:19','2026-01-20 15:40:19',NULL,NULL,NULL,'b075a2ae-fad8-4e8d-a3c9-265bd8372767'),
(11368,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:41:33','2026-01-20 15:41:33',NULL,NULL,NULL,'5a6aca28-112f-421e-82c6-570893753381'),
(11369,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:44:32','2026-01-20 15:44:32',NULL,NULL,NULL,'0a130e01-cfd7-49d0-98d5-2b70d4a1dc9e'),
(11370,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:45:34','2026-01-20 15:45:34',NULL,NULL,NULL,'60fe4615-1d56-488b-bcf9-9451a9af477a'),
(11371,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:45:35','2026-01-20 15:45:35',NULL,NULL,NULL,'6136dfd5-6809-4c25-a3fe-248b584f279f'),
(11372,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:56:17','2026-01-20 15:56:17',NULL,NULL,NULL,'3ee4d579-ccef-4148-8612-43e6f0102cd4'),
(11373,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:56:20','2026-01-20 15:56:20',NULL,NULL,NULL,'1bf7b214-926e-4237-bcbf-7257783e2b20'),
(11374,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:56:33','2026-01-20 15:56:33',NULL,NULL,NULL,'7a3c57ee-a52b-4f13-bf09-f4e4440664a6'),
(11375,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:56:33','2026-01-20 15:56:33',NULL,NULL,NULL,'44ffe286-68f0-4d57-b163-4f40256c737b'),
(11376,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 15:56:34','2026-01-20 15:56:34',NULL,NULL,NULL,'d217873b-29ed-4654-abdf-ca96e8ab2a1f'),
(11392,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:00:21','2026-01-20 16:00:21',NULL,NULL,NULL,'a5fdf253-f06d-48a3-97dd-f8a1ffb339eb'),
(11393,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:02:07','2026-01-20 16:02:07',NULL,NULL,NULL,'ad309f14-f1f5-46b2-814f-1816a43c18c8'),
(11397,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:06:08','2026-01-20 16:06:08',NULL,NULL,NULL,'3de97198-2419-4fc6-aee3-45aee0279b3d'),
(11400,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:07:57','2026-01-20 16:07:57',NULL,NULL,NULL,'00870015-0be1-4e5a-81cf-1891630f5da6'),
(11404,1191,NULL,4608,1,'craft\\elements\\Entry',1,0,'2026-01-20 16:08:33','2026-01-20 16:08:33',NULL,NULL,NULL,'43ce8d25-1c85-49e6-8807-aa57ab5acdae'),
(11405,2880,3496,NULL,1,'craft\\elements\\Entry',0,0,'2026-01-20 16:08:47','2026-01-20 22:57:37','2026-01-20 22:57:35',NULL,NULL,'a4e48d3d-ff5c-402c-be3c-61b0cf38736e'),
(11406,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:11:55','2026-01-20 16:11:55',NULL,NULL,NULL,'96e14278-a394-484e-9e2f-bcc495040af1'),
(11409,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:13:29','2026-01-20 16:13:29',NULL,NULL,NULL,'9e81a716-b092-465d-a53b-326940326afa'),
(11411,1353,NULL,4609,1,'craft\\elements\\Entry',1,0,'2026-01-20 16:19:48','2026-01-20 16:19:48',NULL,NULL,NULL,'5c681ae8-4487-4f2c-ab60-2007bd75a717'),
(11412,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:21:15','2026-01-20 16:21:15',NULL,NULL,NULL,'101e37d5-8b1e-4c19-b160-ad1f0a62af8d'),
(11413,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:21:58','2026-01-20 16:21:58',NULL,NULL,NULL,'ea52c013-38c0-425a-9c6f-032d6cd6deea'),
(11416,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:29:42','2026-01-20 16:29:42',NULL,NULL,NULL,'e278df3b-3be5-47a0-b34c-0892f0c17cd9'),
(11420,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:31:19','2026-01-20 16:31:19',NULL,NULL,NULL,'5897be3c-91b0-48f6-95b3-34373f3493bd'),
(11422,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:45:56','2026-01-20 16:45:56',NULL,NULL,NULL,'3aba85fe-b799-42f3-9cfa-5274690c97b4'),
(11424,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:47:47','2026-01-20 16:47:47',NULL,NULL,NULL,'672d0dd1-bf50-4642-a3c3-e4e05a628425'),
(11425,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-20 16:47:47','2026-01-20 16:47:47',NULL,NULL,NULL,'6551eb24-ca98-4941-89a0-461efed496cb'),
(11426,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:52:10','2026-01-20 16:52:10',NULL,NULL,NULL,'deae141c-b734-46e7-acbb-234066b4e2a4'),
(11427,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 16:54:23','2026-01-20 16:54:23',NULL,NULL,NULL,'e3f13bb6-9316-4a0f-a4f0-329c79488df9'),
(11431,2,NULL,4610,1,'craft\\elements\\Entry',1,0,'2026-01-20 17:00:17','2026-01-20 17:00:17',NULL,NULL,NULL,'13f6550a-f369-47f6-91fc-2de9bf4fa709'),
(11434,NULL,NULL,NULL,12,'craft\\elements\\Entry',1,0,'2026-01-20 17:11:24','2026-01-20 18:09:20',NULL,NULL,NULL,'c54dd110-53b9-466c-9720-fae6feee6d21'),
(11435,11434,NULL,4611,12,'craft\\elements\\Entry',1,0,'2026-01-20 17:17:13','2026-01-20 17:17:13',NULL,NULL,NULL,'f6a380e0-239a-4de2-a3a7-28ca4c5170ef'),
(11436,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:17:22','2026-01-20 17:17:22',NULL,NULL,NULL,'6199a964-43ea-41f8-b84d-f6c4fca88ad2'),
(11437,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:17:23','2026-01-20 17:17:23',NULL,NULL,NULL,'49e44cc4-7512-496e-9f65-b63a038bed40'),
(11438,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:17:28','2026-01-20 17:17:28',NULL,NULL,NULL,'d146ff62-8795-416d-9468-14c54ea70085'),
(11439,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:18:23','2026-01-20 17:18:23',NULL,NULL,NULL,'5592c1fb-e778-4206-9e2d-4ae209390eae');
INSERT INTO `elements` VALUES
(11445,11434,NULL,4612,12,'craft\\elements\\Entry',1,0,'2026-01-20 17:18:38','2026-01-20 17:18:38',NULL,NULL,NULL,'bce73bc4-e250-4e1c-8bc3-7eefae99e9e1'),
(11446,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:22:44','2026-01-20 17:22:44',NULL,NULL,NULL,'b60481b3-bf3c-46ce-8d53-c359e00a525d'),
(11447,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:23:27','2026-01-20 17:23:27',NULL,NULL,NULL,'db079cef-9889-48a4-998b-6f692c326fc5'),
(11450,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:27:54','2026-01-20 17:27:54',NULL,NULL,NULL,'f7555caa-d80d-406d-a2d7-3d6779645e86'),
(11452,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:28:49','2026-01-20 17:28:49',NULL,NULL,NULL,'fedaab52-f301-46b6-bc68-afa10c2c3f87'),
(11453,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:28:50','2026-01-20 17:28:50',NULL,NULL,NULL,'e978788b-ba4f-43d9-b79d-69991852ea90'),
(11454,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:28:51','2026-01-20 17:28:51',NULL,NULL,NULL,'61300cc5-565b-4e85-85f2-ea3c7289b508'),
(11460,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:30:14','2026-01-20 17:30:14',NULL,NULL,NULL,'a08b9622-8b58-4a9a-aa6d-3909c383a3f5'),
(11461,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:30:15','2026-01-20 17:30:15',NULL,NULL,NULL,'deaf257c-cb78-4259-a65e-db8b8b15847a'),
(11462,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:30:15','2026-01-20 17:30:15',NULL,NULL,NULL,'8b638eab-5866-4085-b6a8-e2704d86bf73'),
(11463,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:32:57','2026-01-20 17:32:57',NULL,NULL,NULL,'56377593-eaf4-43b2-83a7-80a66e327980'),
(11464,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:35:37','2026-01-20 17:35:37',NULL,NULL,NULL,'3ee6236e-1e8d-4215-896e-f341c274653b'),
(11465,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:35:38','2026-01-20 17:35:38',NULL,NULL,NULL,'b4a07074-216d-4c34-aba2-e759d7ad43c8'),
(11466,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:35:44','2026-01-20 17:35:44',NULL,NULL,NULL,'efb6f8ab-a401-40c6-bf31-400ef8136081'),
(11474,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2026-01-20 17:37:14','2026-01-20 17:37:14',NULL,NULL,NULL,'1fd2b76e-a6f0-4e5c-9ff8-8c0dadde95c1'),
(11476,11434,NULL,4613,12,'craft\\elements\\Entry',1,0,'2026-01-20 17:37:19','2026-01-20 17:37:19',NULL,NULL,NULL,'ed1391c1-8cee-4049-a1ec-fa4b2f00252e'),
(11477,11434,NULL,4614,12,'craft\\elements\\Entry',1,0,'2026-01-20 17:37:30','2026-01-20 17:37:30',NULL,NULL,NULL,'7faff9d5-eaed-4ff3-85da-426e938bfcfb'),
(11478,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:38:34','2026-01-20 17:38:34',NULL,NULL,NULL,'0d2bae82-21e7-4c35-b1cf-d5f98df5c762'),
(11479,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-20 17:38:34','2026-01-20 17:38:34',NULL,NULL,NULL,'d8a178bc-d906-45e1-8e6c-3b5bb005e8bd'),
(11481,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:41:53','2026-01-20 17:41:53',NULL,NULL,NULL,'6ee75ca5-04a3-4725-b167-232f8106fb88'),
(11483,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:44:20','2026-01-20 17:44:20',NULL,NULL,NULL,'c97320c6-ae12-452e-aca3-b1d05b909d93'),
(11484,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2026-01-20 17:44:22','2026-01-20 17:45:02',NULL,NULL,NULL,'143ec7a4-cd42-47fc-940a-f3691ba9d08a'),
(11487,11434,NULL,4615,12,'craft\\elements\\Entry',1,0,'2026-01-20 17:44:26','2026-01-20 17:44:26',NULL,NULL,NULL,'449b710a-e168-4353-b286-157bab8c864a'),
(11488,11434,NULL,4616,12,'craft\\elements\\Entry',1,0,'2026-01-20 17:44:49','2026-01-20 17:44:49',NULL,NULL,NULL,'60c7e3ee-fc14-4f87-b057-12f5831f157d'),
(11489,11434,NULL,4617,12,'craft\\elements\\Entry',1,0,'2026-01-20 17:45:05','2026-01-20 17:45:05',NULL,NULL,NULL,'8c1d330a-2bf4-448a-9e0c-0c626d4fb7f2'),
(11490,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:45:54','2026-01-20 17:45:54',NULL,NULL,NULL,'acc0309e-95e9-4922-8ab3-1f159de1c82c'),
(11491,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-20 17:45:54','2026-01-20 17:45:54',NULL,NULL,NULL,'1ca80fc3-343e-433f-98bb-7523a8ddbb30'),
(11493,1481,NULL,4618,1,'craft\\elements\\Entry',1,0,'2026-01-20 17:48:18','2026-01-20 17:48:18',NULL,NULL,NULL,'a66d4e8c-3532-4a5e-8fc5-109aeab1873b'),
(11494,6582,NULL,4619,3,'craft\\elements\\Entry',1,0,'2026-01-20 17:48:18','2026-01-20 17:48:18',NULL,NULL,NULL,'1b70861a-8ca1-4e4c-933c-41fcf90386fc'),
(11495,6583,NULL,4620,3,'craft\\elements\\Entry',1,0,'2026-01-20 17:48:18','2026-01-20 17:48:18',NULL,NULL,NULL,'63272304-3a61-48e3-be39-fe77bf7fd1c9'),
(11496,6584,NULL,4621,3,'craft\\elements\\Entry',1,0,'2026-01-20 17:48:18','2026-01-20 17:48:18',NULL,NULL,NULL,'4a15cbbf-352c-4461-93c5-4e7559ac1956'),
(11497,6585,NULL,4622,3,'craft\\elements\\Entry',1,0,'2026-01-20 17:48:18','2026-01-20 17:48:18',NULL,NULL,NULL,'cc0d34d2-44df-4fc6-bacf-dcf0d10a15d8'),
(11498,1941,NULL,4623,2,'craft\\elements\\Entry',1,0,'2026-01-20 17:48:18','2026-01-20 17:48:18',NULL,NULL,NULL,'9f0c1f37-85fb-4a8e-8fdf-97daa09b1744'),
(11499,4700,NULL,4624,2,'craft\\elements\\Entry',1,0,'2026-01-20 17:48:18','2026-01-20 17:48:18',NULL,NULL,NULL,'8469b743-c3d0-4519-97ba-eaa0cad43d84'),
(11500,5627,NULL,4625,21,'craft\\elements\\Entry',1,0,'2026-01-20 17:48:18','2026-01-20 17:48:18',NULL,NULL,NULL,'340f9532-75f4-4cab-ab97-c3780b6db960'),
(11501,5972,NULL,4626,21,'craft\\elements\\Entry',1,0,'2026-01-20 17:48:18','2026-01-20 17:48:18',NULL,NULL,NULL,'fb635779-8dc3-42fd-9e80-c23c70cca36a'),
(11502,1481,NULL,4627,1,'craft\\elements\\Entry',1,0,'2026-01-20 17:48:20','2026-01-20 17:48:20',NULL,NULL,NULL,'7e719740-e85f-4d9c-86e8-996ebee66be7'),
(11504,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-20 17:51:05','2026-01-20 17:51:32',NULL,NULL,NULL,'85277d58-55ad-48b8-8367-6985257af572'),
(11505,1481,NULL,4628,1,'craft\\elements\\Entry',1,0,'2026-01-20 17:51:16','2026-01-20 17:51:16',NULL,NULL,NULL,'d1435161-d492-412f-81d8-1ec2535a055e'),
(11507,1481,NULL,4629,1,'craft\\elements\\Entry',1,0,'2026-01-20 17:51:34','2026-01-20 17:51:34',NULL,NULL,NULL,'533cddcb-2a3d-4ca9-9d4b-090a0817c353'),
(11509,1481,NULL,4630,1,'craft\\elements\\Entry',1,0,'2026-01-20 17:52:15','2026-01-20 17:52:15',NULL,NULL,NULL,'b2fc5258-f432-4f95-9f63-fa64e458272c'),
(11510,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 17:58:26','2026-01-20 17:58:26',NULL,NULL,NULL,'3aadf245-c548-4b11-90a2-d6f85728583e'),
(11512,NULL,NULL,NULL,13,'craft\\elements\\Asset',1,0,'2026-01-20 17:59:49','2026-01-20 18:00:15',NULL,NULL,NULL,'b86b1b1f-4725-434c-a250-5885e220c3c5'),
(11514,11434,NULL,4631,12,'craft\\elements\\Entry',1,0,'2026-01-20 17:59:56','2026-01-20 17:59:56',NULL,NULL,NULL,'d7bf3927-8955-447a-8a9e-b4a01d520b03'),
(11515,11434,NULL,4632,12,'craft\\elements\\Entry',1,0,'2026-01-20 18:00:17','2026-01-20 18:00:17',NULL,NULL,NULL,'dfea3fe4-2bc4-455c-a432-4795893bca38'),
(11516,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 18:04:44','2026-01-20 18:04:44',NULL,NULL,NULL,'ff97f97e-1813-4bd0-91f4-d683c36f3b90'),
(11517,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 18:04:44','2026-01-20 18:04:44',NULL,NULL,NULL,'96597bae-4768-4c5e-a300-3e9a466aed4a'),
(11518,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 18:04:49','2026-01-20 18:04:49',NULL,NULL,NULL,'b1311511-2eb6-49db-aefc-eda48f5eb07d'),
(11519,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 18:06:29','2026-01-20 18:06:29',NULL,NULL,NULL,'7f8225d7-8628-44eb-8443-07b79fa275c7'),
(11526,945,NULL,4633,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:08:46','2026-01-20 18:08:46',NULL,NULL,NULL,'6e6826cd-92ab-4fea-af81-b241b42cf986'),
(11527,11434,NULL,4634,12,'craft\\elements\\Entry',1,0,'2026-01-20 18:09:20','2026-01-20 18:09:20',NULL,NULL,NULL,'6ac15f89-ce6e-45ff-b029-6bb4eb7c72b2'),
(11529,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-20 18:09:35','2026-01-20 18:10:34',NULL,NULL,NULL,'0df135d8-3205-4872-9eb9-9b9eb9e5e401'),
(11530,1481,NULL,4635,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:09:41','2026-01-20 18:09:41',NULL,NULL,NULL,'988aa5fd-97af-4a19-8d24-351987a4a861'),
(11532,1481,NULL,4636,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:10:04','2026-01-20 18:10:04',NULL,NULL,NULL,'0f2c98ff-34ac-4e40-ba83-b2aab6e0f3f1'),
(11534,1481,NULL,4637,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:10:19','2026-01-20 18:10:19',NULL,NULL,NULL,'c28b8039-7853-4673-84ad-4bdecbe11f3e'),
(11536,1481,NULL,4638,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:10:36','2026-01-20 18:10:36',NULL,NULL,NULL,'6f8fabe2-a930-44b6-9a48-ac2832802675'),
(11538,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 18:13:07','2026-01-20 18:13:07',NULL,NULL,NULL,'39c6dd92-d463-46e7-909b-a6c4414970d7'),
(11539,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 18:18:13','2026-01-20 18:18:13',NULL,NULL,NULL,'70636ed8-f8c7-45af-8827-25fe58e75ac4'),
(11542,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 18:35:16','2026-01-20 18:35:16',NULL,NULL,NULL,'5bf4d6b6-ac33-4f7b-a4c3-65ff31a35ec7'),
(11543,1177,NULL,4639,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:39:05','2026-01-20 18:39:05',NULL,NULL,NULL,'87d33612-6ae2-42b8-856c-6d88da3cac27'),
(11546,951,NULL,4640,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:40:41','2026-01-20 18:40:41',NULL,NULL,NULL,'320c92c5-f1bf-4abc-890d-497743c1ffb5'),
(11548,951,NULL,4641,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:41:22','2026-01-20 18:41:22',NULL,NULL,NULL,'8050ad9b-0ff3-4b3c-87a7-a6ff3c884f37'),
(11549,1031,NULL,4642,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:43:05','2026-01-20 18:43:05',NULL,NULL,NULL,'8e99b17c-62b2-4af7-aaf1-5066d74aabea'),
(11552,1073,NULL,4643,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:44:06','2026-01-20 18:44:06',NULL,NULL,NULL,'68c16b98-70bb-4236-af11-40a4f3ef5080'),
(11554,1073,NULL,4644,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:44:24','2026-01-20 18:44:24',NULL,NULL,NULL,'e91c9d47-da38-4a7a-b41a-26cc78b506c3'),
(11556,1079,NULL,4645,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:45:16','2026-01-20 18:45:16',NULL,NULL,NULL,'badf4ff9-402f-4764-8dec-f6259669ebf0'),
(11558,1135,NULL,4646,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:46:11','2026-01-20 18:46:11',NULL,NULL,NULL,'4e8149fd-8616-4458-b9b1-2687595de40f'),
(11563,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-20 18:47:29','2026-01-20 18:47:29',NULL,NULL,NULL,'b501988b-724a-489f-a5ae-ced3cb6ff3c1'),
(11564,1135,NULL,4647,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:47:29','2026-01-20 18:47:29',NULL,NULL,NULL,'6706ee05-c849-43c2-8f84-91d8215aa14b'),
(11565,1653,NULL,4648,2,'craft\\elements\\Entry',1,0,'2026-01-20 18:47:29','2026-01-20 18:47:29',NULL,NULL,NULL,'e3f3ddb2-670b-46b8-8c51-5f80d0c559e3'),
(11566,11563,NULL,4649,2,'craft\\elements\\Entry',1,0,'2026-01-20 18:47:29','2026-01-20 18:47:29',NULL,NULL,NULL,'e6af0886-d406-423c-aeff-5950a9a92ec3'),
(11567,1161,NULL,4650,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:49:06','2026-01-20 18:49:06',NULL,NULL,NULL,'b56eed48-1f74-4f6e-8738-dbc77779057a'),
(11569,1161,NULL,4651,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:49:17','2026-01-20 18:49:17',NULL,NULL,NULL,'975ad5f1-5f8b-471a-8c16-6a904908dcd9'),
(11575,NULL,NULL,NULL,27,'craft\\elements\\Entry',1,0,'2026-01-20 18:51:26','2026-01-20 18:51:26',NULL,NULL,NULL,'3b3378a4-e86c-4218-a882-2c7e9c753d7b'),
(11576,NULL,NULL,NULL,27,'craft\\elements\\Entry',1,0,'2026-01-20 18:51:26','2026-01-20 18:51:26',NULL,NULL,NULL,'3e89ca5a-aab4-4a6c-a92a-bd3c9d467608'),
(11577,1353,NULL,4652,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:51:26','2026-01-20 18:51:26',NULL,NULL,NULL,'3f702773-fb15-4e4d-9522-1f61e6ee8d11'),
(11578,11575,NULL,4653,27,'craft\\elements\\Entry',1,0,'2026-01-20 18:51:26','2026-01-20 18:51:26',NULL,NULL,NULL,'d7f6acc0-0a16-4915-af3f-86dee1fbad97'),
(11579,11576,NULL,4654,27,'craft\\elements\\Entry',1,0,'2026-01-20 18:51:26','2026-01-20 18:51:26',NULL,NULL,NULL,'c268f6a9-c332-453a-9f77-a8d135944a30'),
(11581,1353,NULL,4655,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:51:29','2026-01-20 18:51:29',NULL,NULL,NULL,'dd2de1b8-6bcb-4393-98cf-04d869573da7'),
(11584,1395,NULL,4656,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:52:20','2026-01-20 18:52:20',NULL,NULL,NULL,'049bc05a-8072-4e43-af2d-fbcdbf70484a'),
(11585,8536,NULL,4657,27,'craft\\elements\\Entry',1,0,'2026-01-20 18:52:20','2026-01-20 18:52:20',NULL,NULL,NULL,'ccffe1ab-cb3c-44af-896c-2c86b7fd68e1'),
(11588,1449,NULL,4658,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:53:19','2026-01-20 18:53:19',NULL,NULL,NULL,'a8760cd1-78b5-4095-961b-ff3db2eadcdb'),
(11589,7060,NULL,4659,2,'craft\\elements\\Entry',1,0,'2026-01-20 18:53:19','2026-01-20 18:53:19',NULL,NULL,NULL,'3263462b-ebd8-4177-ba11-cb0f28ee448d'),
(11591,1255,NULL,4660,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:54:25','2026-01-20 18:54:25',NULL,NULL,NULL,'56071efb-dcf4-4576-9527-b57e7d025670'),
(11592,2,NULL,4661,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:56:58','2026-01-20 18:56:58',NULL,NULL,NULL,'5c058eef-ae91-4816-af28-a00885140084'),
(11595,1117,NULL,4662,1,'craft\\elements\\Entry',1,0,'2026-01-20 18:57:18','2026-01-20 18:57:18',NULL,NULL,NULL,'9cc86031-814c-4178-8e35-cc8066e1171c'),
(11596,1638,NULL,4663,2,'craft\\elements\\Entry',1,0,'2026-01-20 18:57:18','2026-01-20 18:57:18',NULL,NULL,NULL,'7c2bbe88-b190-4455-9990-eaa291fbd905'),
(11598,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 19:01:11','2026-01-20 19:01:11',NULL,NULL,NULL,'a07c3ec1-0fa4-4c92-90e0-ec443befc62a'),
(11600,2,NULL,4664,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:01:22','2026-01-20 19:01:22',NULL,NULL,NULL,'e1ccc5bd-3f88-4505-8bfa-fa14c1540c5f'),
(11601,1487,NULL,4665,2,'craft\\elements\\Entry',1,0,'2026-01-20 19:01:22','2026-01-20 19:01:22',NULL,NULL,NULL,'393b3933-44cb-4b4f-8bdc-902d29015541'),
(11603,2,NULL,4666,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:01:30','2026-01-20 19:01:31',NULL,NULL,NULL,'de316e14-8a2c-4006-86d5-accd19fee1c8'),
(11604,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 19:03:09','2026-01-20 19:03:09',NULL,NULL,NULL,'2aed7197-da9b-48ba-8013-945191ffe23b'),
(11605,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 19:05:06','2026-01-20 19:05:06',NULL,NULL,NULL,'f0855509-51a1-45b9-a9f5-de1bb9f4ab7d'),
(11609,951,NULL,4667,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:06:33','2026-01-20 19:06:33',NULL,NULL,NULL,'c67fe172-d04a-419f-b37a-40ad8e32d6d2'),
(11611,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 19:06:38','2026-01-20 19:06:38',NULL,NULL,NULL,'0f1b3838-864a-4b00-8c17-70fb1ebc97e8'),
(11612,945,NULL,4668,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:06:59','2026-01-20 19:06:59',NULL,NULL,NULL,'5f011111-a90b-41f7-9c33-d70811c7a737'),
(11615,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 19:11:52','2026-01-20 19:11:52',NULL,NULL,NULL,'dc6a09c9-d42e-4a22-bcb8-c38afe09618d'),
(11617,957,NULL,4669,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:11:58','2026-01-20 19:11:58',NULL,NULL,NULL,'60a7d6b7-e80b-4753-a011-2a3f3df45677'),
(11618,1505,NULL,4670,2,'craft\\elements\\Entry',1,0,'2026-01-20 19:11:58','2026-01-20 19:11:58',NULL,NULL,NULL,'e3592a81-302a-4b93-98df-3c66c4d08f7b'),
(11620,957,NULL,4671,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:12:17','2026-01-20 19:12:17',NULL,NULL,NULL,'0e01d35c-bb0b-40ef-87ee-bfe733f7e2fd'),
(11621,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 19:14:22','2026-03-09 15:17:01',NULL,'2026-03-09 15:17:01',NULL,'3a0070ce-beda-4343-b3b2-c3f2a7383a62'),
(11623,963,NULL,4672,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:14:29','2026-01-20 19:14:29',NULL,NULL,NULL,'6b0e58ee-28a0-46d4-b0ac-fbe2a67829f1'),
(11624,1509,NULL,4673,2,'craft\\elements\\Entry',1,0,'2026-01-20 19:14:29','2026-01-20 19:14:29',NULL,NULL,NULL,'c1d72d5a-01dc-41f5-8d73-8e1b8de54d4c'),
(11626,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 19:14:36','2026-01-20 19:14:36',NULL,NULL,NULL,'71843b9e-13c6-408b-82d6-4e92c464b106'),
(11627,963,NULL,4674,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:14:42','2026-01-20 19:14:43',NULL,NULL,NULL,'10d27d9f-fa9d-4d39-a0da-3419630ab4ce'),
(11629,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 19:14:45','2026-01-20 19:14:45',NULL,NULL,NULL,'b931b1e7-1964-4815-a1ae-f64098f32a9e'),
(11632,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 19:18:56','2026-01-20 19:18:56',NULL,NULL,NULL,'9c95be63-3b7f-4681-a8e4-957afbf5268c'),
(11634,969,NULL,4675,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:19:03','2026-01-20 19:19:03',NULL,NULL,NULL,'4612515b-1b24-43c1-8b7a-697636437268'),
(11635,1514,NULL,4676,2,'craft\\elements\\Entry',1,0,'2026-01-20 19:19:03','2026-01-20 19:19:03',NULL,NULL,NULL,'660cb57f-6908-40ee-a367-adc54e220e87'),
(11637,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 19:19:17','2026-01-20 19:19:17',NULL,NULL,NULL,'4d3d1fe3-ecaa-429e-bac8-c1ba58c58ff0'),
(11639,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 19:23:40','2026-01-20 19:23:40',NULL,NULL,NULL,'c0669db3-943d-4ccc-9ac0-5c9ca9702941'),
(11641,975,NULL,4677,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:23:55','2026-01-20 19:23:56',NULL,NULL,NULL,'bd81f2a5-7548-4068-bc35-0a7ac7de1412'),
(11642,1520,NULL,4678,2,'craft\\elements\\Entry',1,0,'2026-01-20 19:23:56','2026-01-20 19:23:56',NULL,NULL,NULL,'4ff9ef25-ee2a-4cfe-94e2-deefdd532c33'),
(11643,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 19:25:32','2026-01-20 19:25:32',NULL,NULL,NULL,'599b1062-f9e0-4465-906f-f8869839370e'),
(11644,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 19:26:23','2026-01-20 19:26:23',NULL,NULL,NULL,'8a9a960b-0345-4db6-886b-59b9edd590d3'),
(11648,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 19:29:49','2026-01-20 19:29:49',NULL,NULL,NULL,'d9d67739-c7b2-4067-b6fc-f63c9db198b4'),
(11650,975,NULL,4679,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:29:55','2026-01-20 19:29:55',NULL,NULL,NULL,'b7f38635-36c1-4d69-b20e-974643aa57ce'),
(11651,1519,NULL,4680,2,'craft\\elements\\Entry',1,0,'2026-01-20 19:29:55','2026-01-20 19:29:55',NULL,NULL,NULL,'065bfa60-34b1-4318-bb1f-181f3ae6efb1'),
(11653,975,NULL,4681,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:30:02','2026-01-20 19:30:02',NULL,NULL,NULL,'8dc6e968-fc2b-4ee2-9767-3202a49fd569'),
(11655,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 19:33:02','2026-01-20 19:33:02',NULL,NULL,NULL,'edda7f22-66ad-4eb8-aa78-735db561e3cd'),
(11657,981,NULL,4682,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:33:07','2026-01-20 19:33:07',NULL,NULL,NULL,'bbb45759-b273-4c84-a8a0-d7d08b01c794'),
(11658,1525,NULL,4683,2,'craft\\elements\\Entry',1,0,'2026-01-20 19:33:07','2026-01-20 19:33:07',NULL,NULL,NULL,'7bcc8033-0d30-464b-a4ff-8167ca1119ea'),
(11660,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 19:33:59','2026-01-20 19:33:59',NULL,NULL,NULL,'896dc9f1-943c-4fc6-b1ca-b9f78e24cb82'),
(11661,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 19:43:10','2026-01-20 19:43:10',NULL,NULL,NULL,'5e3b42e9-17ef-431f-8c5c-d3cd79b25777'),
(11664,981,NULL,4684,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:43:14','2026-01-20 19:43:14',NULL,NULL,NULL,'06e570b8-60fd-4bc5-9f8b-15442858f553'),
(11665,1526,NULL,4685,2,'craft\\elements\\Entry',1,0,'2026-01-20 19:43:14','2026-01-20 19:43:14',NULL,NULL,NULL,'c4ddbfc5-39d7-45fb-9a4c-56d6b66a50a8'),
(11667,981,NULL,4686,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:43:41','2026-01-20 19:43:41',NULL,NULL,NULL,'b6b60ebd-6938-4749-83d4-a37aae893264'),
(11669,989,NULL,4687,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:44:31','2026-01-20 19:44:31',NULL,NULL,NULL,'c1d17e70-2349-4ac3-a399-df14b761c5d5'),
(11671,995,NULL,4688,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:52:40','2026-01-20 19:52:41',NULL,NULL,NULL,'392fe770-587d-4384-9dbf-326ed50b094b'),
(11674,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 19:55:37','2026-01-20 19:55:37',NULL,NULL,NULL,'7eca2cee-6625-4a4e-98c4-50800f0d7226'),
(11676,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-20 19:55:43','2026-01-20 19:55:43',NULL,NULL,NULL,'48788b11-008e-4f59-a705-18b9dbe8c76d'),
(11677,999,NULL,4689,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:55:43','2026-01-20 19:55:43',NULL,NULL,NULL,'0c1f842e-b18e-48d9-a427-24f2155467eb'),
(11678,11676,NULL,4690,2,'craft\\elements\\Entry',1,0,'2026-01-20 19:55:43','2026-01-20 19:55:43',NULL,NULL,NULL,'3f73999a-8122-4c22-8cbd-f5f99e276f14'),
(11680,999,NULL,4691,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:55:55','2026-01-20 19:55:55',NULL,NULL,NULL,'ebaad474-333b-4a72-8f54-fcb3d76188b3'),
(11682,1005,NULL,4692,1,'craft\\elements\\Entry',1,0,'2026-01-20 19:57:02','2026-01-20 19:57:02',NULL,NULL,NULL,'a48a6f3c-eb4c-45b1-8ddd-6df2ee89a986'),
(11686,1011,NULL,4693,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:00:32','2026-01-20 20:00:32',NULL,NULL,NULL,'373e053d-882b-47a2-a1c7-c09ac0d39320'),
(11687,9378,NULL,4694,2,'craft\\elements\\Entry',1,0,'2026-01-20 20:00:32','2026-01-20 20:00:32',NULL,NULL,NULL,'cc81310d-2760-41db-9df7-8e324dcb214b'),
(11689,1011,NULL,4695,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:00:47','2026-01-20 20:00:47',NULL,NULL,NULL,'6b8d5fdd-8940-4f1d-8cf5-cab32d77e3f5'),
(11690,1017,NULL,4696,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:02:11','2026-01-20 20:02:11',NULL,NULL,NULL,'d4e18743-3bc3-4e9f-bbba-0ea6fc4a1557'),
(11692,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 20:04:39','2026-01-20 20:04:39',NULL,NULL,NULL,'a8170f81-cd97-4b41-b5e6-a39f53023623'),
(11693,1023,NULL,4697,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:04:51','2026-01-20 20:04:51',NULL,NULL,NULL,'8f705641-28a4-482f-b192-ea98eef92db4'),
(11696,1031,NULL,4698,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:06:14','2026-01-20 20:06:14',NULL,NULL,NULL,'e5be4efd-4886-49fe-9df6-9e59b4e66fa6'),
(11697,9393,NULL,4699,2,'craft\\elements\\Entry',1,0,'2026-01-20 20:06:14','2026-01-20 20:06:14',NULL,NULL,NULL,'c82bbd02-4803-4871-8b05-99cbc58e7084'),
(11699,1035,NULL,4700,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:06:47','2026-01-20 20:06:47',NULL,NULL,NULL,'dd3d29a7-3c28-4507-94f5-606367284c2d'),
(11701,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 20:12:04','2026-01-20 20:12:04',NULL,NULL,NULL,'f6961257-627b-4478-8d80-7dd3407f381c'),
(11703,1041,NULL,4701,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:12:12','2026-01-20 20:12:12',NULL,NULL,NULL,'42969d3d-7a77-4ce3-bd61-8fa28bcede08'),
(11704,9400,NULL,4702,2,'craft\\elements\\Entry',1,0,'2026-01-20 20:12:12','2026-01-20 20:12:12',NULL,NULL,NULL,'32ae3cab-45de-4721-887c-c4137765dcdd'),
(11706,1041,NULL,4703,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:12:32','2026-01-20 20:12:32',NULL,NULL,NULL,'b520050e-a9e0-4e9f-bc5a-13b0ac3b2c19'),
(11707,1045,NULL,4704,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:12:56','2026-01-20 20:12:56',NULL,NULL,NULL,'24a04682-756e-487f-810a-8d42f2b73891'),
(11708,1051,NULL,4705,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:13:15','2026-01-20 20:13:15',NULL,NULL,NULL,'013d942c-9c7a-4e6a-9b1d-bd259e2959a0'),
(11712,2891,NULL,4706,6,'craft\\elements\\Entry',1,0,'2026-01-20 20:15:45','2026-01-20 20:15:45',NULL,NULL,NULL,'a0f50723-1cc4-424a-be45-9e71a5044110'),
(11713,963,NULL,4707,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:23:50','2026-01-20 20:23:50',NULL,NULL,NULL,'7d11cf77-29a4-46d8-87a7-e59c6c718af9'),
(11714,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 20:26:11','2026-01-20 20:26:11',NULL,NULL,NULL,'8166f11f-947a-44f2-8e7d-e3d20498d58f'),
(11715,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 20:26:42','2026-01-20 20:26:42',NULL,NULL,NULL,'63a40d49-d000-4f9c-ac68-36137ae540c7'),
(11718,1059,NULL,4708,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:26:48','2026-01-20 20:26:48',NULL,NULL,NULL,'b2a780c4-141b-4758-b70f-a84e80bb3151'),
(11719,1591,NULL,4709,2,'craft\\elements\\Entry',1,0,'2026-01-20 20:26:48','2026-01-20 20:26:48',NULL,NULL,NULL,'17d5693d-7507-45b0-b629-d4829d2daa22'),
(11720,1059,NULL,4710,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:27:09','2026-01-20 20:27:09',NULL,NULL,NULL,'db5de1ff-21d0-46bd-b94e-be9beaf5657d'),
(11722,1067,NULL,4711,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:27:23','2026-01-20 20:27:23',NULL,NULL,NULL,'ce78a944-4f83-47a0-beb2-c95c1f8a113c'),
(11724,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 20:30:16','2026-01-20 20:30:16',NULL,NULL,NULL,'0f3064f6-f065-43cf-bb8c-264e23413f8d'),
(11726,1067,NULL,4712,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:30:21','2026-01-20 20:30:21',NULL,NULL,NULL,'78d0556c-cbc1-48d6-96f6-e2e622c8cac7'),
(11727,1596,NULL,4713,2,'craft\\elements\\Entry',1,0,'2026-01-20 20:30:21','2026-01-20 20:30:21',NULL,NULL,NULL,'cfe94045-d3dd-41e6-ab94-8519bcc180d6'),
(11729,1067,NULL,4714,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:30:31','2026-01-20 20:30:31',NULL,NULL,NULL,'9ac6eac9-886b-4cf8-9318-592baf61ae44'),
(11731,1073,NULL,4715,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:31:07','2026-01-20 20:31:07',NULL,NULL,NULL,'db41b293-c468-4d9a-bd52-ddbba3c282f1'),
(11733,1079,NULL,4716,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:31:46','2026-01-20 20:31:46',NULL,NULL,NULL,'0e667120-c65d-4387-9ad3-e465c3b5e751'),
(11736,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 20:34:51','2026-01-20 20:34:51',NULL,NULL,NULL,'59c1b1cc-18d9-4aef-9b07-2d5a6b5646e0'),
(11738,1085,NULL,4717,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:34:55','2026-01-20 20:34:55',NULL,NULL,NULL,'1651d7c7-11f9-4437-ab18-291e4f6120c4'),
(11739,1611,NULL,4718,2,'craft\\elements\\Entry',1,0,'2026-01-20 20:34:55','2026-01-20 20:34:55',NULL,NULL,NULL,'6b151ebe-77ed-4d48-91d7-74c3d4947ab5'),
(11740,963,NULL,4719,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:35:25','2026-01-20 20:35:25',NULL,NULL,NULL,'6e9f486c-4d75-4332-bb74-35353c673cd8'),
(11742,1255,NULL,4720,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:35:59','2026-01-20 20:35:59',NULL,NULL,NULL,'e0d3a40b-05ef-466b-8dde-d0efe02cd362'),
(11744,945,NULL,4721,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:36:34','2026-01-20 20:36:34',NULL,NULL,NULL,'53ec80f5-00c9-45cd-977e-740187367714'),
(11748,2891,NULL,4722,6,'craft\\elements\\Entry',1,0,'2026-01-20 20:38:41','2026-01-20 20:38:41',NULL,NULL,NULL,'225677a4-09bd-487f-bbfb-0b37b7661641'),
(11750,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 20:39:12','2026-01-20 20:39:12',NULL,NULL,NULL,'ffe7988e-1e05-4cf8-ae53-44473145b758'),
(11752,1085,NULL,4723,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:39:17','2026-01-20 20:39:17',NULL,NULL,NULL,'e44975b0-e645-4a10-b4f1-23a9855d6890'),
(11753,1612,NULL,4724,2,'craft\\elements\\Entry',1,0,'2026-01-20 20:39:17','2026-01-20 20:39:17',NULL,NULL,NULL,'ab066651-e41a-43a4-8626-baa43fd938c4'),
(11755,1085,NULL,4725,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:39:35','2026-01-20 20:39:35',NULL,NULL,NULL,'fb3e77bb-27b7-4250-91df-0b2c3fe24c5d'),
(11756,963,NULL,4726,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:39:55','2026-01-20 20:39:55',NULL,NULL,NULL,'8566ef16-d2a4-4146-968a-b862780fa222'),
(11758,963,NULL,4727,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:40:23','2026-01-20 20:40:23',NULL,NULL,NULL,'55076038-c6eb-4d95-8819-3e4d5edbba9d'),
(11760,1091,NULL,4728,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:40:47','2026-01-20 20:40:47',NULL,NULL,NULL,'cfdfb181-d958-495c-a9fc-fad3224a397d'),
(11762,1097,NULL,4729,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:41:08','2026-01-20 20:41:08',NULL,NULL,NULL,'362390fc-aa3a-4c85-90d9-d5ef24344486'),
(11764,1103,NULL,4730,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:41:36','2026-01-20 20:41:36',NULL,NULL,NULL,'bd273aca-3371-491c-997e-a06a979a4ce1'),
(11765,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 20:41:40','2026-01-20 20:41:40',NULL,NULL,NULL,'96249535-c5f1-4716-9f3c-8c6e86e0b27e'),
(11769,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-20 20:44:34','2026-03-09 15:07:07',NULL,NULL,NULL,'3248facb-ef7d-4d31-b63c-f4139f5a3e5a'),
(11771,1109,NULL,4731,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:44:57','2026-01-20 20:44:58',NULL,NULL,NULL,'86e48634-12a7-473c-a47b-80d7ae5f4c2d'),
(11772,1632,NULL,4732,2,'craft\\elements\\Entry',1,0,'2026-01-20 20:44:57','2026-01-20 20:44:58',NULL,NULL,NULL,'38e3db80-be94-4bfa-b952-c9a5e0dfaeae'),
(11776,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 20:45:14','2026-01-20 20:45:14',NULL,NULL,NULL,'16ace92e-eccb-420b-9b3c-8132fd414906'),
(11779,963,NULL,4733,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:45:24','2026-01-20 20:45:24',NULL,NULL,NULL,'37d93965-44dc-4a05-8515-4f5c757be21c'),
(11780,1109,NULL,4734,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:45:48','2026-01-20 20:45:48',NULL,NULL,NULL,'a2801860-371e-4758-8536-376f8d388605'),
(11783,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 20:46:27','2026-01-20 20:46:27',NULL,NULL,NULL,'1eba50a7-d65d-4d74-8d1b-edc2e0aae88c'),
(11784,995,NULL,4735,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:48:45','2026-01-20 20:48:45',NULL,NULL,NULL,'e30734fc-efa4-441a-98ff-00f8d8c1f143'),
(11787,1237,NULL,4736,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:49:39','2026-01-20 20:49:39',NULL,NULL,NULL,'0ce71b24-3275-465c-9e5a-4f3b427ee2d3'),
(11789,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 20:52:16','2026-01-20 20:52:16',NULL,NULL,NULL,'9a43a8d2-b9a3-4f08-9a96-6118178f4892'),
(11791,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 20:53:27','2026-01-20 20:53:27',NULL,NULL,NULL,'a729f4c7-b9e7-4fb2-bf49-699b4eb4df0a'),
(11792,1023,NULL,4737,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:53:29','2026-01-20 20:53:29',NULL,NULL,NULL,'b4506c35-8e85-493b-9010-9571d3c4b7bb'),
(11795,963,NULL,4738,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:53:56','2026-01-20 20:53:56',NULL,NULL,NULL,'ff99ac05-e227-4e3c-8c6c-fb4ecdd548f7'),
(11796,1023,NULL,4739,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:54:30','2026-01-20 20:54:30',NULL,NULL,NULL,'2cda3c78-8a5c-4b14-b573-9e1071768f90'),
(11799,1117,NULL,4740,1,'craft\\elements\\Entry',1,0,'2026-01-20 20:59:16','2026-01-20 20:59:16',NULL,NULL,NULL,'c096b089-e47e-4715-8ed3-1d02d807f5fe'),
(11800,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-20 21:00:19','2026-01-20 21:00:19',NULL,NULL,NULL,'f1609606-5824-4548-8de4-badeb56fb887'),
(11801,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:02:47','2026-01-20 21:02:47',NULL,NULL,NULL,'e3454544-1f3a-4ed4-8876-ac84bedfcfaf'),
(11802,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:03:02','2026-01-20 21:03:02',NULL,NULL,NULL,'78433d6c-a11a-4268-a363-ea177351b78e'),
(11803,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:05:57','2026-01-20 21:05:57',NULL,NULL,NULL,'da3f3057-5928-4c14-bea2-de78b33eea55'),
(11804,963,NULL,4741,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:09:02','2026-01-20 21:09:02',NULL,NULL,NULL,'34a9f5e7-a068-4d32-bef8-8e5588dcfb54'),
(11809,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:19:10','2026-01-20 21:19:10',NULL,NULL,NULL,'cb8e3c4e-1b80-4ba8-9f0c-f9df2fe438a6'),
(11810,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:25:28','2026-01-20 21:25:28',NULL,NULL,NULL,'5a822333-7289-49a0-a569-096ed3d7d2d1'),
(11811,963,NULL,4742,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:26:34','2026-01-20 21:26:34',NULL,NULL,NULL,'ec220e37-0edc-4b8a-b659-525dc4757c04'),
(11814,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:28:23','2026-01-20 21:28:23',NULL,NULL,NULL,'2b2186d9-00b0-4e68-9047-53fb1ab225f1'),
(11815,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:29:04','2026-01-20 21:29:04',NULL,NULL,NULL,'639b94e8-d7aa-4df0-b633-2aaee6fee574'),
(11819,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-20 21:32:57','2026-01-20 21:32:57',NULL,NULL,NULL,'2c507369-8df7-47db-9a26-a9b464f818b3'),
(11820,963,NULL,4743,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:33:05','2026-01-20 21:33:05',NULL,NULL,NULL,'6ee77b51-1fc8-43e7-abd1-a6aa91e121d1'),
(11821,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:34:16','2026-01-20 21:34:16',NULL,NULL,NULL,'a60cae9f-0222-4a4b-a166-8a0d6ef3a864'),
(11823,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:34:29','2026-01-20 21:34:29',NULL,NULL,NULL,'bd868b66-7a0a-495d-92b3-5d19a57d43f3'),
(11824,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-20 21:34:29','2026-01-20 21:34:29',NULL,NULL,NULL,'aa859617-cb5e-4f65-89db-72ed743c2444'),
(11827,963,NULL,4744,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:35:03','2026-01-20 21:35:04',NULL,NULL,NULL,'9ab3b5f6-66c1-4d2b-a7ed-f3c087cb774b'),
(11829,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:35:16','2026-01-20 21:35:16',NULL,NULL,NULL,'8af3b8d7-5df3-4c50-9992-e8d3da1564e6'),
(11831,1249,NULL,4745,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:36:25','2026-01-20 21:36:26',NULL,NULL,NULL,'307c44a9-eef5-4e4e-b092-7d19989d7612'),
(11835,1103,NULL,4746,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:38:06','2026-01-20 21:38:06',NULL,NULL,NULL,'016c7ca7-34ea-4941-b07c-7817bfe1341c'),
(11837,1389,NULL,4747,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:38:56','2026-01-20 21:38:56',NULL,NULL,NULL,'9e246c35-ed12-4d68-ab2d-fd2a3d099ae5'),
(11839,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:41:20','2026-01-20 21:41:20',NULL,NULL,NULL,'fc18020f-f099-49a9-a97c-7d6081e2f3bd'),
(11841,1023,NULL,4748,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:41:39','2026-01-20 21:41:39',NULL,NULL,NULL,'768524ae-c579-43f9-a336-49eaa1a13c4f'),
(11843,1215,NULL,4749,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:42:52','2026-01-20 21:42:53',NULL,NULL,NULL,'9fe861be-115f-4ab8-984b-5049d76e5a31'),
(11845,1255,NULL,4750,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:43:06','2026-01-20 21:43:06',NULL,NULL,NULL,'38612cdc-addd-4989-9d31-2224635731b4'),
(11847,1461,NULL,4751,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:43:41','2026-01-20 21:43:41',NULL,NULL,NULL,'6a10f952-545b-4208-8c3c-9937c5a1beb4'),
(11849,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 21:44:35','2026-01-20 21:44:35',NULL,NULL,NULL,'d0be9a46-c721-42be-8ff1-02109dd2692b'),
(11851,963,NULL,4752,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:49:45','2026-01-20 21:49:45',NULL,NULL,NULL,'32be411e-e1a6-4929-a7ee-852e93d163ca'),
(11852,1079,NULL,4753,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:50:07','2026-01-20 21:50:07',NULL,NULL,NULL,'67224c29-f494-41db-b0d0-e2e3aaad3cb4'),
(11855,1261,NULL,4754,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:53:55','2026-01-20 21:53:55',NULL,NULL,NULL,'b18e0aa9-6789-4a51-afd5-e778a8f3396e'),
(11859,1477,NULL,4755,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:56:48','2026-01-20 21:56:48',NULL,NULL,NULL,'b70be9b0-320e-4f52-a4b0-ae7136ad29d5'),
(11860,1243,NULL,4756,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:57:06','2026-01-20 21:57:06',NULL,NULL,NULL,'9cf77c94-640d-4a9f-9363-b20e3e83caff'),
(11862,1407,NULL,4757,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:57:23','2026-01-20 21:57:23',NULL,NULL,NULL,'72f0ed1c-5ba3-4736-839c-a90c17cfe63e'),
(11864,2,NULL,4758,1,'craft\\elements\\Entry',1,0,'2026-01-20 21:59:56','2026-01-20 21:59:56',NULL,NULL,NULL,'f9ddee16-4ae5-496c-9a4a-39c56e75879d'),
(11866,2720,NULL,4759,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:02:20','2026-01-20 22:02:20',NULL,NULL,NULL,'3528802a-9950-446a-8397-495d3b622c8a'),
(11868,1209,NULL,4760,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:04:41','2026-01-20 22:04:41',NULL,NULL,NULL,'86bab193-f18d-4cb8-8381-e0f9bc08dfc8'),
(11870,1209,NULL,4761,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:04:54','2026-01-20 22:04:54',NULL,NULL,NULL,'a95f21b2-9c16-443f-9b0e-65364b05223e'),
(11872,1177,NULL,4762,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:05:22','2026-01-20 22:05:22',NULL,NULL,NULL,'1dd4d508-0f71-4d01-8075-fd128c1868d1'),
(11874,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 22:07:31','2026-01-20 22:07:31',NULL,NULL,NULL,'1b966003-d6c0-4f22-8f84-0d1b6c10f4fd'),
(11875,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-20 22:07:31','2026-01-20 22:07:31',NULL,NULL,NULL,'5626e621-9b42-4f5f-b415-96346f3b1702'),
(11876,1177,NULL,4763,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:07:50','2026-01-20 22:07:50',NULL,NULL,NULL,'fab110e1-3f62-4094-a80c-f7395002badd'),
(11879,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 22:09:18','2026-01-20 22:09:18',NULL,NULL,NULL,'d1a4bcd5-a251-44cf-80d9-67f719ef6ce0'),
(11882,963,NULL,4764,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:10:49','2026-01-20 22:10:49',NULL,NULL,NULL,'aa461d0f-ea75-41d3-ba7c-93342871320b'),
(11885,963,NULL,4765,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:10:55','2026-01-20 22:10:55',NULL,NULL,NULL,'b509719b-a393-4532-a6ff-de39a12389ff'),
(11887,1177,NULL,4766,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:11:20','2026-01-20 22:11:20',NULL,NULL,NULL,'7da8f90a-3782-49c6-b3b9-fd4faedbdbd7'),
(11889,963,NULL,4767,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:11:47','2026-01-20 22:11:47',NULL,NULL,NULL,'64be537a-0757-4e6e-b06b-20729b86f98f'),
(11890,1255,NULL,4768,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:14:53','2026-01-20 22:14:53',NULL,NULL,NULL,'736c4a49-3f38-44cb-9b5b-2f329eaa687b'),
(11892,2,NULL,4769,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:15:28','2026-01-20 22:15:29',NULL,NULL,NULL,'e07807e9-06ea-4dc3-b7f8-5a208f7a9cf0'),
(11893,1165,NULL,4770,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:15:51','2026-01-20 22:15:51',NULL,NULL,NULL,'44d2ddff-987f-4eb9-a2aa-78fda60f763f'),
(11895,1045,NULL,4771,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:16:10','2026-01-20 22:16:10',NULL,NULL,NULL,'17503a82-8016-4bdb-aed5-39a58b34adb0'),
(11897,1171,NULL,4772,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:16:32','2026-01-20 22:16:32',NULL,NULL,NULL,'cf6b807f-67b2-4f9d-9759-d086e6c891b4'),
(11899,1079,NULL,4773,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:17:10','2026-01-20 22:17:10',NULL,NULL,NULL,'cf1b9405-69d9-4c28-a64b-5f07fb828583'),
(11900,1045,NULL,4774,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:17:18','2026-01-20 22:17:18',NULL,NULL,NULL,'ad11c556-9f0a-4d8a-9b48-568fa5490f7a'),
(11902,1171,NULL,4775,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:19:17','2026-01-20 22:19:17',NULL,NULL,NULL,'da7e818a-1993-4fbc-866b-c3ba28c437de'),
(11904,945,NULL,4776,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:19:30','2026-01-20 22:19:30',NULL,NULL,NULL,'e18706ce-1f1b-48c2-baa0-c84e72344080'),
(11906,951,NULL,4777,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:19:39','2026-01-20 22:19:39',NULL,NULL,NULL,'0ef66c47-eaac-4204-8da6-afb574bbee63'),
(11907,1261,NULL,4778,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:19:50','2026-01-20 22:19:50',NULL,NULL,NULL,'b64ce805-06a5-422f-bd34-eaff5c48370e'),
(11909,1261,NULL,4779,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:20:25','2026-01-20 22:20:25',NULL,NULL,NULL,'ccb1fbe0-1305-4d65-aaee-b73d45545ac9'),
(11911,1177,NULL,4780,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:21:10','2026-01-20 22:21:11',NULL,NULL,NULL,'2a0bd93a-acb3-41d5-abb0-0bce6d82eac7'),
(11913,2720,NULL,4781,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:21:30','2026-01-20 22:21:30',NULL,NULL,NULL,'178e18b9-dbf2-4e7e-8167-05f87705ecc0'),
(11915,1051,NULL,4782,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:21:43','2026-01-20 22:21:43',NULL,NULL,NULL,'fe907b2a-f376-4f84-a5ec-b7fb5fcd7e61'),
(11916,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 22:23:34','2026-01-20 22:23:34',NULL,NULL,NULL,'374d06ae-152d-4e3a-87bd-2ce69853884d'),
(11917,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-20 22:23:34','2026-01-20 22:23:34',NULL,NULL,NULL,'dde21e93-8b6c-4dbe-9391-3d931c6e550b'),
(11920,1051,NULL,4783,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:25:30','2026-01-20 22:25:30',NULL,NULL,NULL,'4d7c55ea-30d8-4733-9a8a-c442e6addbe8'),
(11922,1185,NULL,4784,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:25:46','2026-01-20 22:25:46',NULL,NULL,NULL,'5dd01feb-1a71-4148-96ad-ad80533ec423'),
(11923,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 22:25:47','2026-01-20 22:25:47',NULL,NULL,NULL,'b5bcc61e-3285-4df7-9bdb-3f53299700f8'),
(11926,1353,NULL,4785,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:26:01','2026-01-20 22:26:01',NULL,NULL,NULL,'a160e5ab-e0ab-4309-9cc5-a726b366acc0'),
(11928,1059,NULL,4786,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:26:13','2026-01-20 22:26:13',NULL,NULL,NULL,'848ebe45-20cf-47d5-a257-3885d5173b3a'),
(11930,1269,NULL,4787,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:26:26','2026-01-20 22:26:26',NULL,NULL,NULL,'5e612afa-3507-44dc-839e-d1ec8f05ea0f'),
(11932,969,NULL,4788,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:26:40','2026-01-20 22:26:40',NULL,NULL,NULL,'f8331337-57d8-477e-a213-ddf4937a5729'),
(11934,1277,NULL,4789,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:26:54','2026-01-20 22:26:54',NULL,NULL,NULL,'c2bdf1d0-7ec1-405a-a329-da93d8aaa3b6'),
(11936,1191,NULL,4790,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:27:08','2026-01-20 22:27:08',NULL,NULL,NULL,'df7462dc-8f05-4ce3-870b-930b3b28fc65'),
(11938,1419,NULL,4791,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:27:22','2026-01-20 22:27:22',NULL,NULL,NULL,'62bcf2c7-7da9-4ebe-a547-cafe829552b0'),
(11939,1413,NULL,4792,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:27:33','2026-01-20 22:27:33',NULL,NULL,NULL,'7de00446-7340-4103-995b-afaf3515f21a'),
(11941,1425,NULL,4793,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:27:44','2026-01-20 22:27:44',NULL,NULL,NULL,'eb9213e3-79e0-44d7-9516-49bd6b42f15d'),
(11943,1359,NULL,4794,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:27:56','2026-01-20 22:27:56',NULL,NULL,NULL,'95060e71-d620-494a-bd68-50a06a9070ac'),
(11945,1365,NULL,4795,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:28:07','2026-01-20 22:28:07',NULL,NULL,NULL,'5b86ae46-6eaf-4f50-98fe-4462f2e1cc59'),
(11947,975,NULL,4796,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:28:26','2026-01-20 22:28:26',NULL,NULL,NULL,'4661ac34-624c-459f-8f5d-bca465e7b525'),
(11949,1067,NULL,4797,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:28:41','2026-01-20 22:28:41',NULL,NULL,NULL,'16d28dfa-ee30-43c5-ad58-cdf6c527afd8'),
(11951,1431,NULL,4798,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:28:51','2026-01-20 22:28:51',NULL,NULL,NULL,'189fecd8-62ee-43ec-aaaa-95753e960b2a'),
(11953,1283,NULL,4799,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:29:07','2026-01-20 22:29:07',NULL,NULL,NULL,'c5ae123d-14d5-4851-aff2-38024b975ebb'),
(11955,2712,NULL,4800,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:29:19','2026-01-20 22:29:19',NULL,NULL,NULL,'da5f5dc8-d7ea-4e5e-bcad-7b940b19b959'),
(11956,1197,NULL,4801,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:29:33','2026-01-20 22:29:33',NULL,NULL,NULL,'5119ae5b-0434-4c91-8dfe-a9205f7a6014'),
(11958,1201,NULL,4802,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:29:48','2026-01-20 22:29:48',NULL,NULL,NULL,'5a21ecc5-c235-4cd4-9e41-7769dde8f352'),
(11962,1289,NULL,4803,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:30:17','2026-01-20 22:30:17',NULL,NULL,NULL,'0c7031c6-c966-4f28-90f3-9c0f1f5368ee'),
(11965,981,NULL,4804,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:30:43','2026-01-20 22:30:43',NULL,NULL,NULL,'b5138a29-59cb-42ce-a94a-6fc1b2f1ad61'),
(11966,1073,NULL,4805,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:30:51','2026-01-20 22:30:51',NULL,NULL,NULL,'0a4e30d1-fc12-4bb3-b4ae-a71326a12a30'),
(11969,1215,NULL,4806,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:31:13','2026-01-20 22:31:13',NULL,NULL,NULL,'f358ef80-e5a9-46f0-aeb1-dbf97f1162d9'),
(11971,1395,NULL,4807,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:31:26','2026-01-20 22:31:26',NULL,NULL,NULL,'66378afc-e2c9-43be-905e-a82fd9f5cd8c'),
(11975,989,NULL,4808,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:32:07','2026-01-20 22:32:07',NULL,NULL,NULL,'2114e77d-de45-4c2b-ba5a-f48d854eb418'),
(11977,1309,NULL,4809,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:32:22','2026-01-20 22:32:22',NULL,NULL,NULL,'417e1869-c7e4-49e8-97df-cb7647d850cc'),
(11978,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-20 22:32:35','2026-01-20 22:32:35',NULL,NULL,NULL,'eeb5a934-d091-40bc-b2a5-eea3fb78a830'),
(11979,995,NULL,4810,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:32:35','2026-01-20 22:32:35',NULL,NULL,NULL,'28df33a9-c408-4614-af54-b7df8154eb8e'),
(11980,1473,NULL,4811,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:32:43','2026-01-20 22:32:43',NULL,NULL,NULL,'38a30868-5502-465e-b3eb-770f8eb441f1'),
(11982,1219,NULL,4812,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:32:49','2026-01-20 22:32:49',NULL,NULL,NULL,'8f0058bd-9282-42f0-bbda-5ff0ab09db44'),
(11985,1401,NULL,4813,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:33:17','2026-01-20 22:33:17',NULL,NULL,NULL,'774968cd-a7aa-4ec6-82eb-f32f0f54ce45'),
(11987,999,NULL,4814,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:33:28','2026-01-20 22:33:28',NULL,NULL,NULL,'c291acac-f705-4868-bcd4-1c84394f82ce'),
(11991,1085,NULL,4815,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:33:57','2026-01-20 22:33:57',NULL,NULL,NULL,'673e13eb-19c9-4981-803e-ce43d5de3fc6'),
(11994,1225,NULL,4816,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:34:26','2026-01-20 22:34:26',NULL,NULL,NULL,'a04bda59-0984-473a-a7b1-89b03a25d6b0'),
(11996,1005,NULL,4817,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:34:37','2026-01-20 22:34:37',NULL,NULL,NULL,'b09dd8dc-510b-4964-b41f-1e8c3fc4f4a2'),
(11999,1315,NULL,4818,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:36:02','2026-01-20 22:36:02',NULL,NULL,NULL,'f70974a1-f5bf-4388-94fa-dd55c912c1e6'),
(12001,1383,NULL,4819,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:36:14','2026-01-20 22:36:14',NULL,NULL,NULL,'363b0fdf-0a3a-45cf-a580-acddcaf17553'),
(12003,1323,NULL,4820,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:36:28','2026-01-20 22:36:28',NULL,NULL,NULL,'4981212f-bc45-460c-8fc1-fbc09d717c26'),
(12005,1011,NULL,4821,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:36:39','2026-01-20 22:36:39',NULL,NULL,NULL,'93898552-93ef-4186-86b2-edfcd1288517'),
(12007,1091,NULL,4822,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:36:51','2026-01-20 22:36:51',NULL,NULL,NULL,'3a0e7aed-a09e-4ad8-8a88-b491be5426eb'),
(12009,1097,NULL,4823,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:37:02','2026-01-20 22:37:02',NULL,NULL,NULL,'10895886-2db4-41b3-9243-90401ec0d63b'),
(12011,1231,NULL,4824,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:37:15','2026-01-20 22:37:15',NULL,NULL,NULL,'d274e9ff-ce23-40b3-893d-52a487dee8da'),
(12013,1103,NULL,4825,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:37:22','2026-01-20 22:37:22',NULL,NULL,NULL,'05718de4-27b1-44b1-a1c4-c5a0239e1355'),
(12015,1237,NULL,4826,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:37:36','2026-01-20 22:37:36',NULL,NULL,NULL,'4cc2bb93-f086-43b6-ad63-c874582a3227'),
(12019,1329,NULL,4827,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:38:02','2026-01-20 22:38:02',NULL,NULL,NULL,'4a15b99a-9b60-4dcb-95f4-5cc0bc62f69c'),
(12020,1481,NULL,4828,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:38:08','2026-01-20 22:38:08',NULL,NULL,NULL,'440835e1-2323-4fba-8e67-342ec010d20f'),
(12022,1017,NULL,4829,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:38:22','2026-01-20 22:38:22',NULL,NULL,NULL,'21d4aee6-bf80-4af0-bc9b-45b29fcf4dcc'),
(12024,1023,NULL,4830,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:38:30','2026-01-20 22:38:30',NULL,NULL,NULL,'c9822846-9307-4296-b87d-21b10c0573e2'),
(12025,1337,NULL,4831,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:38:37','2026-01-20 22:38:37',NULL,NULL,NULL,'7cdbd638-5486-408b-9c47-d8d3fd736348'),
(12029,1109,NULL,4832,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:39:04','2026-01-20 22:39:04',NULL,NULL,NULL,'64189098-34d8-496e-94dc-39fffc908e03'),
(12031,1117,NULL,4833,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:39:11','2026-01-20 22:39:11',NULL,NULL,NULL,'963c5346-3f73-4964-a9ec-bd138dbb271c'),
(12035,1035,NULL,4834,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:39:32','2026-01-20 22:39:32',NULL,NULL,NULL,'e74c7b63-5a3e-4c86-9aaf-9688e49b284c'),
(12037,1041,NULL,4835,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:39:50','2026-01-20 22:39:50',NULL,NULL,NULL,'a9c3ee78-41fe-40e4-8641-1bc292634889'),
(12039,1249,NULL,4836,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:39:58','2026-01-20 22:39:58',NULL,NULL,NULL,'bf666bab-405e-44b5-ad62-deb1169f2f51'),
(12041,1123,NULL,4837,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:40:06','2026-01-20 22:40:06',NULL,NULL,NULL,'11861edd-bd6d-4e58-94f9-e6d273a57604'),
(12043,1129,NULL,4838,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:40:13','2026-01-20 22:40:14',NULL,NULL,NULL,'19a52529-2303-4260-a224-d5af7fc7f5dc'),
(12045,1141,NULL,4839,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:40:41','2026-01-20 22:40:41',NULL,NULL,NULL,'02d23d35-a656-42fa-bff9-62d6e2a4404a'),
(12047,1143,NULL,4840,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:41:32','2026-01-20 22:41:32',NULL,NULL,NULL,'589d166c-58db-4889-94a8-b855fb80ed55'),
(12049,1177,NULL,4841,1,'craft\\elements\\Entry',1,0,'2026-01-20 22:43:31','2026-01-20 22:43:31',NULL,NULL,NULL,'7c6c5b64-163d-45b2-ac58-ac8f04735bd5'),
(12051,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 22:46:35','2026-01-20 22:46:35',NULL,NULL,NULL,'9e5455fe-e2c1-4536-9675-e2d34d9133c1'),
(12052,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 22:48:12','2026-01-20 22:48:12',NULL,NULL,NULL,'9221672f-e215-41c8-9d02-640ed0a88d3e'),
(12055,2880,NULL,4842,1,'craft\\elements\\Entry',0,0,'2026-01-20 22:57:25','2026-01-20 22:57:25',NULL,NULL,NULL,'a963248d-1206-4a34-8655-1c3016439e90'),
(12056,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 22:57:50','2026-01-20 22:57:50',NULL,NULL,NULL,'e76a0748-b2d1-492a-b4ba-7ead998d6d6a'),
(12057,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 22:59:13','2026-01-20 22:59:13',NULL,NULL,NULL,'1bb5ada9-7dc6-4384-bc48-759965235c78'),
(12058,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:02:52','2026-01-20 23:02:52',NULL,NULL,NULL,'ab420d95-6326-48ef-bcaf-2e539552a324'),
(12062,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:09:48','2026-01-20 23:09:48',NULL,NULL,NULL,'b313005a-325b-4402-92f0-a8ccd8eb6311'),
(12063,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:11:44','2026-01-20 23:11:44',NULL,NULL,NULL,'954489c0-f399-4280-8e90-05e8e29d9436'),
(12066,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:19:22','2026-01-20 23:19:22',NULL,NULL,NULL,'e8500a8a-02cd-4313-bf82-ccee720c2e83'),
(12067,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:19:34','2026-01-20 23:19:34',NULL,NULL,NULL,'a917e8f8-39d5-400e-857b-7d5acbfb4c52'),
(12068,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:28:50','2026-01-20 23:28:50',NULL,NULL,NULL,'018f0fb3-008d-47e9-876d-3ed1b77d6cbc'),
(12069,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:30:25','2026-01-20 23:30:25',NULL,NULL,NULL,'d697c8ad-2f8d-4905-833f-8de434a4a793'),
(12070,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:33:53','2026-01-20 23:33:53',NULL,NULL,NULL,'bb36f779-14e5-48af-af54-59ed71ad14f8'),
(12071,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:37:25','2026-01-20 23:37:25',NULL,NULL,NULL,'e902df91-d8bf-4159-afa3-741ef7a8a090'),
(12072,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:38:47','2026-01-20 23:38:47',NULL,NULL,NULL,'0f31aac3-f55a-4de4-96d2-d315e60a813f'),
(12073,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:39:42','2026-01-20 23:39:42',NULL,NULL,NULL,'18381401-607c-4987-a38c-0c5dcc917e8f'),
(12074,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:47:13','2026-01-20 23:47:13',NULL,NULL,NULL,'c02b44c2-6565-4caf-823f-c42f1bd9d693'),
(12075,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:56:48','2026-01-20 23:56:48',NULL,NULL,NULL,'df537f54-b4bf-4568-906e-01b3ec5d9669'),
(12076,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-20 23:59:22','2026-01-20 23:59:22',NULL,NULL,NULL,'d400e5b2-d28e-4082-b344-8ec1ca7b9ceb'),
(12077,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 00:02:22','2026-01-21 00:02:22',NULL,NULL,NULL,'67994e5d-0a88-4110-9ed4-bdb19992a65e'),
(12078,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 00:12:17','2026-01-21 00:12:17',NULL,NULL,NULL,'2af24060-2435-4c53-8e1f-c372df6ec260'),
(12079,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 00:26:43','2026-01-21 00:26:43',NULL,NULL,NULL,'eb2d1b0f-9b51-4878-8273-01486747c82f'),
(12080,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 00:38:19','2026-01-21 00:38:19',NULL,NULL,NULL,'eb0cd98b-0313-4d67-8e91-733227a56e17'),
(12081,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 00:40:22','2026-01-21 00:40:22',NULL,NULL,NULL,'7e1a168d-5f6e-4ead-bedb-8f4ee3fce5d2'),
(12082,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 00:42:18','2026-01-21 00:42:18',NULL,NULL,NULL,'d9df123f-b0c5-4f03-91f3-9911acc683ba'),
(12083,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 00:48:25','2026-01-21 00:48:25',NULL,NULL,NULL,'94945656-c67a-4623-92fa-48d007cf99d3'),
(12084,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 00:57:06','2026-01-21 00:57:06',NULL,NULL,NULL,'175a793d-251b-455f-a4ad-cc5f21857726'),
(12085,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 00:58:44','2026-01-21 00:58:44',NULL,NULL,NULL,'0fcd7a18-7db0-4964-8892-7e6d3aa72a51'),
(12086,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:05:35','2026-01-21 01:05:35',NULL,NULL,NULL,'eb01ec1e-36f7-47e4-94ab-a76b03e864d9'),
(12108,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:09:20','2026-01-21 01:09:20',NULL,NULL,NULL,'8437a8cb-2ab3-4d9b-a2a8-d9a83c46b9cb'),
(12109,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-21 01:09:20','2026-01-21 01:09:20',NULL,NULL,NULL,'a40b4dff-b321-4f6a-9789-9532a9d4aae0'),
(12113,1255,NULL,4843,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:15:38','2026-01-21 01:15:38',NULL,NULL,NULL,'47fc6c22-03e2-4b92-a304-b682f632a235'),
(12115,2,NULL,4844,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:15:54','2026-01-21 01:15:54',NULL,NULL,NULL,'3b6ab4e6-d688-4c90-b477-c83253cb4189'),
(12116,1165,NULL,4845,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:16:03','2026-01-21 01:16:03',NULL,NULL,NULL,'65344357-abc1-4a91-a6f3-6f25652eb58a'),
(12118,2,NULL,4846,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:16:40','2026-01-21 01:16:40',NULL,NULL,NULL,'1bb4bbd2-5121-42db-922a-5b7ebe196ece'),
(12120,1165,NULL,4847,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:16:50','2026-01-21 01:16:50',NULL,NULL,NULL,'b770ab66-df8f-43eb-aaef-81db0d86de82'),
(12122,1171,NULL,4848,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:17:13','2026-01-21 01:17:13',NULL,NULL,NULL,'f88530b8-c503-4a2f-97c7-0f2c699c777d'),
(12124,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-21 01:17:41','2026-01-21 01:17:41',NULL,NULL,NULL,'e73f4774-813b-48ff-aafb-6688f699be20'),
(12126,945,NULL,4849,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:18:01','2026-01-21 01:18:01',NULL,NULL,NULL,'2bdf8343-6777-4d19-80c1-37e048bddd04'),
(12128,1171,NULL,4850,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:18:31','2026-01-21 01:18:31',NULL,NULL,NULL,'359723be-b7b0-4bff-b2f5-72dedc318dc7'),
(12129,957,NULL,4851,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:18:35','2026-01-21 01:18:35',NULL,NULL,NULL,'fd180f67-915e-4703-8181-f9307b79fb64'),
(12132,1185,NULL,4852,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:19:04','2026-01-21 01:19:04',NULL,NULL,NULL,'b2287db0-2df9-468a-b0e9-fc244f7a4135'),
(12134,1353,NULL,4853,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:19:18','2026-01-21 01:19:18',NULL,NULL,NULL,'c4367795-38dc-45e7-8c13-4a0d8867dcc7'),
(12135,1261,NULL,4854,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:19:20','2026-01-21 01:19:20',NULL,NULL,NULL,'2f6ca416-a534-430f-aa0d-7257413e5487'),
(12138,969,NULL,4855,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:19:37','2026-01-21 01:19:37',NULL,NULL,NULL,'4a197d98-a8db-4a16-8437-f694b6e32d72'),
(12140,1191,NULL,4856,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:19:53','2026-01-21 01:19:53',NULL,NULL,NULL,'259fd861-75ae-4eb2-974d-6f6d94b8ce6f'),
(12141,1277,NULL,4857,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:20:10','2026-01-21 01:20:10',NULL,NULL,NULL,'63e9274d-b492-4e37-8942-dc6fa03924b1'),
(12143,975,NULL,4858,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:20:16','2026-01-21 01:20:16',NULL,NULL,NULL,'5a553a93-0486-4b20-bc87-a2def0a21a63'),
(12145,1067,NULL,4859,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:20:33','2026-01-21 01:20:33',NULL,NULL,NULL,'8763228d-5098-4213-aa34-14d2208a35cd'),
(12147,1197,NULL,4860,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:20:59','2026-01-21 01:20:59',NULL,NULL,NULL,'8960223d-6e93-46ef-982f-3d859054c5b2'),
(12148,1209,NULL,4861,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:21:18','2026-01-21 01:21:18',NULL,NULL,NULL,'336b212b-2bc9-45ce-8a3d-e617ebdd7489'),
(12150,981,NULL,4862,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:22:06','2026-01-21 01:22:06',NULL,NULL,NULL,'bb80dc7f-a340-4417-a774-ce41be217278'),
(12152,1215,NULL,4863,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:22:27','2026-01-21 01:22:27',NULL,NULL,NULL,'d223cf9d-0657-46c6-844c-56f4c099e1e4'),
(12154,1395,NULL,4864,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:22:45','2026-01-21 01:22:45',NULL,NULL,NULL,'7a8bfed4-1779-465d-b70e-6eec22c21f2f'),
(12156,989,NULL,4865,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:23:03','2026-01-21 01:23:04',NULL,NULL,NULL,'9bbfd7b7-cf02-44ca-b7b6-6f9a046f3cf1'),
(12158,995,NULL,4866,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:23:28','2026-01-21 01:23:28',NULL,NULL,NULL,'6eed0317-fd2d-414f-bc75-4851dcda86e8'),
(12159,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:23:29','2026-01-21 01:23:29',NULL,NULL,NULL,'28372cc4-6437-4dd4-a91f-8a5f318580f5'),
(12162,1219,NULL,4867,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:23:38','2026-01-21 01:23:38',NULL,NULL,NULL,'1ececd62-881c-4208-9553-915584bbc925'),
(12163,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:23:40','2026-01-21 01:23:40',NULL,NULL,NULL,'d500407b-3df7-4f4e-9f51-3559e41bef13'),
(12167,1079,NULL,4868,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:23:48','2026-01-21 01:23:48',NULL,NULL,NULL,'81b40478-0a8e-42c5-b8e1-23a01ee8939f'),
(12169,1401,NULL,4869,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:24:10','2026-01-21 01:24:11',NULL,NULL,NULL,'4ebbb061-45cf-45f9-92c1-d789f0dd963c'),
(12170,999,NULL,4870,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:24:19','2026-01-21 01:24:19',NULL,NULL,NULL,'47bf3367-f65f-4b02-a091-a196f1c77e1f'),
(12172,1085,NULL,4871,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:24:36','2026-01-21 01:24:36',NULL,NULL,NULL,'5b3e9fa5-bad6-411b-8c50-8a2207ac1e66'),
(12173,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:24:49','2026-01-21 01:24:49',NULL,NULL,NULL,'a131ca4e-a8c6-42da-8b4a-02530271a8b0'),
(12175,1225,NULL,4872,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:24:54','2026-01-21 01:24:54',NULL,NULL,NULL,'72bf9497-43eb-4193-a4f4-967cbdad51b9'),
(12178,1011,NULL,4873,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:25:15','2026-01-21 01:25:15',NULL,NULL,NULL,'1023ba4b-cbb2-40d3-84fb-244d685f0ffc'),
(12180,1097,NULL,4874,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:25:42','2026-01-21 01:25:42',NULL,NULL,NULL,'4dd4de1c-681e-41af-a9fa-bf0a6520ae54'),
(12182,1231,NULL,4875,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:25:51','2026-01-21 01:25:51',NULL,NULL,NULL,'16a3cbfa-7867-4cbe-a6b4-4ca92cbeee55'),
(12184,1103,NULL,4876,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:25:58','2026-01-21 01:25:58',NULL,NULL,NULL,'68ffd342-8657-45c5-a982-b95d8852b788'),
(12186,1237,NULL,4877,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:26:05','2026-01-21 01:26:05',NULL,NULL,NULL,'49e58040-784d-4291-8738-1027e98d5a7e'),
(12187,1243,NULL,4878,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:26:14','2026-01-21 01:26:14',NULL,NULL,NULL,'aa0385ec-4b9d-4ff4-97e9-36683e75bd89'),
(12190,1017,NULL,4879,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:26:49','2026-01-21 01:26:49',NULL,NULL,NULL,'71b368e9-daf3-4fcd-8eaa-1a8bcd1c7aa5'),
(12191,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:26:54','2026-01-21 01:26:54',NULL,NULL,NULL,'99cdeea1-5555-4ffa-a68d-26ed459ea09c'),
(12194,1023,NULL,4880,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:27:02','2026-01-21 01:27:03',NULL,NULL,NULL,'e822c96d-89d8-42e0-88be-ab9cd3c5d1d8'),
(12196,1109,NULL,4881,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:27:24','2026-01-21 01:27:24',NULL,NULL,NULL,'13399dcc-4ddd-4ee8-a20e-0f5e609f52bf'),
(12198,1117,NULL,4882,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:27:32','2026-01-21 01:27:32',NULL,NULL,NULL,'72666ef6-7496-4675-aef6-efd2dd782131'),
(12200,1041,NULL,4883,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:28:11','2026-01-21 01:28:11',NULL,NULL,NULL,'e1d504a0-bc18-4326-8513-6ec16e39019c'),
(12202,1123,NULL,4884,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:28:20','2026-01-21 01:28:20',NULL,NULL,NULL,'8868a5ea-d9a7-4735-bea1-cd3511e7ba40'),
(12204,1143,NULL,4885,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:28:27','2026-01-21 01:28:27',NULL,NULL,NULL,'0860dcd9-96c7-433d-a609-5c03fb782e99'),
(12206,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:28:29','2026-01-21 01:28:29',NULL,NULL,NULL,'5fcec5c4-5391-4bbb-a901-33c3f30c73aa'),
(12207,2,NULL,4886,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:28:33','2026-01-21 01:28:33',NULL,NULL,NULL,'c944f55a-0672-40e4-a259-bd8747ae9349'),
(12209,1141,NULL,4887,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:28:34','2026-01-21 01:28:34',NULL,NULL,NULL,'dccf3797-0230-43e9-bfd5-f323d4a1bffc'),
(12211,945,NULL,4888,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:28:46','2026-01-21 01:28:46',NULL,NULL,NULL,'9c0c90f3-5800-4074-9eaa-a1dbf55e7b3f'),
(12212,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:28:47','2026-01-21 01:28:47',NULL,NULL,NULL,'d6d515c1-5b69-427c-9b5f-a4af4a91486d'),
(12215,957,NULL,4889,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:29:02','2026-01-21 01:29:02',NULL,NULL,NULL,'2f812aa9-223c-472f-90e9-6e593eed6553'),
(12217,963,NULL,4890,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:29:15','2026-01-21 01:29:15',NULL,NULL,NULL,'ce135fa3-c117-41f5-a3bc-7befc4c45958'),
(12219,969,NULL,4891,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:29:30','2026-01-21 01:29:30',NULL,NULL,NULL,'679a051b-c41b-42ba-b2d0-a8f3884228ff'),
(12221,975,NULL,4892,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:29:42','2026-01-21 01:29:42',NULL,NULL,NULL,'3f778396-b4b7-41c8-af2d-c8b5dd2c4017'),
(12223,981,NULL,4893,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:29:59','2026-01-21 01:30:00',NULL,NULL,NULL,'c9afe59e-65d3-420b-ba18-f359be4bb982'),
(12225,989,NULL,4894,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:30:11','2026-01-21 01:30:11',NULL,NULL,NULL,'6470e5da-def0-4e28-b799-510fa24c4a77'),
(12228,995,NULL,4895,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:30:27','2026-01-21 01:30:27',NULL,NULL,NULL,'a809b912-fe69-4451-9457-b5fe5501051e'),
(12230,999,NULL,4896,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:30:39','2026-01-21 01:30:39',NULL,NULL,NULL,'214238e1-a042-4255-8996-28e0c09e2d28'),
(12232,1005,NULL,4897,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:30:52','2026-01-21 01:30:52',NULL,NULL,NULL,'6a20c844-4b01-42f3-899d-a78fa006df25'),
(12234,1011,NULL,4898,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:31:06','2026-01-21 01:31:06',NULL,NULL,NULL,'2e44609a-9ed4-4120-bb22-9ef9bca3e8da'),
(12235,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:31:07','2026-01-21 01:31:07',NULL,NULL,NULL,'3da44396-d5fc-40bf-9f79-3d5e364ce0f2'),
(12238,1017,NULL,4899,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:31:20','2026-01-21 01:31:20',NULL,NULL,NULL,'10de8ba4-d610-458d-94e3-62f61b70b48b'),
(12240,1023,NULL,4900,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:31:32','2026-01-21 01:31:32',NULL,NULL,NULL,'5b95ce8b-0708-4499-b711-69fb437bf88e'),
(12242,1035,NULL,4901,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:31:48','2026-01-21 01:31:48',NULL,NULL,NULL,'2a760eff-d8c7-44af-9656-fc9c176f2d0b'),
(12244,1041,NULL,4902,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:32:02','2026-01-21 01:32:02',NULL,NULL,NULL,'a2e5abdb-d316-4923-b6f4-7b23a327ad09'),
(12245,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:32:20','2026-01-21 01:32:20',NULL,NULL,NULL,'6ba5cf6c-9f99-4917-8273-50be534c6ef4'),
(12247,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:33:35','2026-02-13 17:33:14',NULL,NULL,NULL,'e367407c-769f-409a-a060-5d77f482d8ba'),
(12249,1255,NULL,4903,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:33:37','2026-01-21 01:33:37',NULL,NULL,NULL,'124dff62-9959-4215-a708-ebfcbab77de8'),
(12250,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-21 01:33:38','2026-01-21 01:33:38',NULL,NULL,NULL,'3ab74441-74d9-4694-9872-f936f98dd7b9'),
(12251,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-21 01:33:41','2026-01-21 01:33:41',NULL,NULL,NULL,'4e8f633a-6ff7-4cd8-9624-417ce667659a'),
(12253,1395,NULL,4904,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:33:51','2026-01-21 01:33:51',NULL,NULL,NULL,'4b6bacea-75d3-49b1-b0b8-9b173f82c982'),
(12255,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:34:04','2026-01-21 01:34:04',NULL,NULL,NULL,'7bbdf277-c01b-48ed-8d57-95e4bf507ca7'),
(12256,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:34:10','2026-02-13 17:36:56',NULL,NULL,NULL,'2ec72933-e9fc-4438-9e80-3481c1b3e80e'),
(12258,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:34:44','2026-01-21 01:34:44',NULL,NULL,NULL,'293a7a4f-5d72-42c1-93c0-16608f74299f'),
(12259,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:35:50','2026-01-21 01:35:50',NULL,NULL,NULL,'7d3980f4-0d1d-466a-b696-8eb3ae342ffc'),
(12260,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:36:15','2026-01-21 01:36:15',NULL,NULL,NULL,'297571ee-6fa6-4591-abd2-d8e696a36fd5'),
(12261,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:36:59','2026-01-21 01:36:59',NULL,NULL,NULL,'194ea017-f744-4905-b999-b39b065f1d35'),
(12262,1261,NULL,4905,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:37:05','2026-01-21 01:37:05',NULL,NULL,NULL,'3640267a-4fd7-4604-b484-c55815383baf'),
(12268,1261,NULL,4906,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:37:15','2026-01-21 01:37:15',NULL,NULL,NULL,'2c9dba2b-8839-468a-b47b-b939b1431aeb'),
(12269,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:37:44','2026-02-13 17:38:41',NULL,NULL,NULL,'328f8df3-354a-4efe-b166-6e53c8ca2e04'),
(12271,1395,NULL,4907,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:37:45','2026-01-21 01:37:46',NULL,NULL,NULL,'9c7d2305-67eb-4a05-96d3-d606f862fb5f'),
(12272,1269,NULL,4908,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:37:47','2026-01-21 01:37:47',NULL,NULL,NULL,'7d194c7f-4570-4c5f-8ed5-d570832790de'),
(12275,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:38:00','2026-02-13 17:41:07',NULL,NULL,NULL,'0a901a7e-198e-4b38-b710-0d3d34effce3'),
(12276,1277,NULL,4909,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:38:02','2026-01-21 01:38:02',NULL,NULL,NULL,'506a6d01-ed35-4527-a4e7-82bcea97897a'),
(12278,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:38:21','2026-02-13 17:45:55',NULL,NULL,NULL,'25b36f3a-0a3e-43da-a10b-d3316159d72c'),
(12279,1283,NULL,4910,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:38:23','2026-01-21 01:38:23',NULL,NULL,NULL,'af4ec25e-8b48-4d73-b203-35c9e13cbd31'),
(12281,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:38:45','2026-02-13 17:48:13',NULL,NULL,NULL,'aa2f621e-71f6-4c4b-aeb4-274394bba7dc'),
(12282,1289,NULL,4911,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:38:49','2026-01-21 01:38:49',NULL,NULL,NULL,'3b4791d8-35f8-4d48-bb13-0ddf10ced5c4'),
(12283,1395,NULL,4912,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:38:56','2026-01-21 01:38:56',NULL,NULL,NULL,'74e733a0-6a86-444c-9f23-4b23bb2ece2a'),
(12285,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:39:06','2026-02-13 17:48:44',NULL,NULL,NULL,'7b1a1e85-4ab8-4d6d-9372-395a2158b730'),
(12286,1297,NULL,4913,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:39:09','2026-01-21 01:39:09',NULL,NULL,NULL,'871e197b-2cae-4d92-9d61-6d86d1e2d65b'),
(12287,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:39:18','2026-01-21 01:39:18',NULL,NULL,NULL,'f2c7fdee-bbbd-4a61-a062-739d7461302e'),
(12288,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-21 01:39:25','2026-01-21 01:39:25',NULL,NULL,NULL,'14a4a4a4-e650-4b7c-a035-1d9ae6617e8f'),
(12289,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:39:27','2026-02-13 17:50:22',NULL,NULL,NULL,'9cc23043-ba30-46a5-bb0f-65f4a80a3f0f'),
(12291,1303,NULL,4914,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:39:30','2026-01-21 01:39:30',NULL,NULL,NULL,'a61ae0af-cf92-4aff-8091-ab336a42d123'),
(12292,1395,NULL,4915,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:39:30','2026-01-21 01:39:30',NULL,NULL,NULL,'7ef975ea-7e07-47d8-b377-a90e84c53ca3'),
(12293,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:39:52','2026-02-13 17:52:45',NULL,NULL,NULL,'aafccc30-bd45-481f-9da6-755f12440b9a'),
(12295,1309,NULL,4916,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:39:55','2026-01-21 01:39:55',NULL,NULL,NULL,'8da039e2-65bf-4d07-b228-bacac387634d'),
(12297,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:40:13','2026-02-13 17:56:46',NULL,NULL,NULL,'70e3f6af-0d1d-4de6-b359-ef9a8b2311cb'),
(12298,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:40:15','2026-01-21 01:40:15',NULL,NULL,NULL,'98b6f5fa-8f19-400b-94d9-bb4ad7d5a9dd'),
(12299,1315,NULL,4917,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:40:16','2026-01-21 01:40:16',NULL,NULL,NULL,'8e422c22-7ae2-41aa-bb63-e39b62acec32'),
(12303,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:40:36','2026-02-13 17:57:49',NULL,NULL,NULL,'9192b47b-8507-4fb1-8895-a964a29b8a25'),
(12304,1323,NULL,4918,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:40:39','2026-01-21 01:40:39',NULL,NULL,NULL,'15059dd9-1f86-4729-8753-1e2cdd0ec198'),
(12306,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:40:57','2026-02-13 17:59:20',NULL,NULL,NULL,'2a9d5212-69a0-47cc-8ac0-6fb3b7b90369'),
(12307,1329,NULL,4919,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:40:59','2026-01-21 01:41:00',NULL,NULL,NULL,'e96927be-949b-4390-a456-5175ed6c210e'),
(12308,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:41:19','2026-02-13 18:00:32',NULL,NULL,NULL,'ce8a4245-7267-4a19-9fb4-ac7afb9bc2e3'),
(12310,1337,NULL,4920,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:41:21','2026-01-21 01:41:21',NULL,NULL,NULL,'3033b14e-3b4b-4d6f-ae7e-970df435e3e6'),
(12311,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:41:32','2026-01-21 01:41:32',NULL,NULL,NULL,'520a8816-7db6-48f6-b97c-f44026da01ed'),
(12312,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:41:40','2026-01-21 01:41:40',NULL,NULL,NULL,'5e6130d3-733f-4ecd-a353-3f074af79c18'),
(12313,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:41:42','2026-01-21 01:41:42',NULL,NULL,NULL,'333264f1-c3d2-43ce-b4bb-d670e774f0c4'),
(12314,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:41:45','2026-01-21 01:41:45',NULL,NULL,NULL,'84ad672d-d4a2-4e40-b082-1cd2bcb851d1'),
(12315,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:41:50','2026-02-13 18:01:54',NULL,NULL,NULL,'43cbc16a-7256-49c2-bef4-de406c5c45d1'),
(12320,1343,NULL,4921,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:41:52','2026-01-21 01:41:53',NULL,NULL,NULL,'975bfac0-ebc4-4a8a-b1ce-532df0acb73b'),
(12321,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:42:22','2026-02-13 18:04:07',NULL,NULL,NULL,'288b0659-62b7-401a-88cc-654b6964de4c'),
(12322,1349,NULL,4922,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:42:24','2026-01-21 01:42:24',NULL,NULL,NULL,'aed67fed-0e40-455c-af04-0a3115c2ff37'),
(12324,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:42:41','2026-02-13 17:38:14',NULL,NULL,NULL,'5066cbac-ac62-42df-b4d5-a1ec7c3e4b7e'),
(12325,2720,NULL,4923,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:42:44','2026-01-21 01:42:44',NULL,NULL,NULL,'a1ed370c-0a1b-47f5-a70f-5e75a2eb8662'),
(12326,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:42:51','2026-01-21 01:42:51',NULL,NULL,NULL,'4b7951ee-fd8a-472d-88c0-b891c5ecf626'),
(12327,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:42:56','2026-01-21 01:42:56',NULL,NULL,NULL,'5ea47692-ffef-41b8-923d-fec559746a92'),
(12331,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 01:42:57','2026-01-21 01:42:57',NULL,NULL,NULL,'f2d60dd9-79b1-41a7-b715-bb2684c63a1d'),
(12333,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:43:04','2026-01-21 01:43:04',NULL,NULL,NULL,'27f52460-8cb6-46f7-8151-c763be98876b'),
(12334,1117,NULL,4924,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:43:05','2026-01-21 01:43:05',NULL,NULL,NULL,'70bf0381-84f5-4fb8-86db-fe68e110bdcb'),
(12335,1639,NULL,4925,2,'craft\\elements\\Entry',1,0,'2026-01-21 01:43:05','2026-01-21 01:43:05',NULL,NULL,NULL,'e0093cc1-36cf-4d7e-9f20-b2006079dd6d'),
(12337,1353,NULL,4926,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:43:06','2026-01-21 01:43:06',NULL,NULL,NULL,'e3db379e-a927-4668-ad31-938f17689c03'),
(12338,1117,NULL,4927,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:43:15','2026-01-21 01:43:15',NULL,NULL,NULL,'8434e954-cc68-4651-9f8e-68b523ecf531'),
(12339,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:43:28','2026-02-13 17:43:12',NULL,NULL,NULL,'db5b862b-05a3-4c40-81df-58f294d86b4c'),
(12340,1359,NULL,4928,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:43:29','2026-01-21 01:43:29',NULL,NULL,NULL,'4a6525b8-c2b3-45d4-b6b9-4b779422c627'),
(12342,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:43:43','2026-02-13 17:43:45',NULL,NULL,NULL,'94ecb75d-39df-42ce-95a9-cbfd4c28b692'),
(12343,1365,NULL,4929,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:43:45','2026-01-21 01:43:45',NULL,NULL,NULL,'9d907045-4ef6-4d62-b82c-f8d46760ba26'),
(12344,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:44:00','2026-02-13 17:46:26',NULL,NULL,NULL,'71038da7-9090-4aa4-a1b0-6dcae192dbd4'),
(12347,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:44:10','2026-01-21 01:44:10',NULL,NULL,NULL,'23c88030-dc0c-4e1a-b451-cdd16f524aaa'),
(12348,2712,NULL,4930,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:44:10','2026-01-21 01:44:10',NULL,NULL,NULL,'acd937ed-7beb-45e0-a164-a2fd5978390f'),
(12351,1123,NULL,4931,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:44:23','2026-01-21 01:44:23',NULL,NULL,NULL,'2ad55c37-491e-4526-bf7c-970f30880758'),
(12352,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:44:27','2026-02-13 17:50:52',NULL,NULL,NULL,'1e24f8b4-ea52-4b0e-8dc0-6f1ee6ad72d3'),
(12353,1371,NULL,4932,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:44:29','2026-01-21 01:44:29',NULL,NULL,NULL,'ea539ce0-c899-466d-a386-107961ab73db'),
(12355,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:44:44','2026-02-13 17:53:50',NULL,NULL,NULL,'67e5f172-9c3e-4aff-86a0-f7bcf4a5fc95'),
(12356,1377,NULL,4933,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:44:47','2026-01-21 01:44:47',NULL,NULL,NULL,'3b75420b-a698-4039-9782-4f59cdb8a0ba'),
(12358,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:45:04','2026-02-13 17:57:14',NULL,NULL,NULL,'226d363f-be04-4c8d-8463-3b80b19d6c6b'),
(12359,1383,NULL,4934,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:45:06','2026-01-21 01:45:06',NULL,NULL,NULL,'8dab8805-44db-4fe1-bb4a-caa7f43bf652'),
(12360,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:45:20','2026-02-13 17:58:48',NULL,NULL,NULL,'891267c8-1599-4909-932d-adca8e91a8fa'),
(12361,1389,NULL,4935,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:45:22','2026-01-21 01:45:22',NULL,NULL,NULL,'52ffb331-35ac-4abf-8140-c6aef1c42cf0'),
(12362,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:45:40','2026-01-21 01:45:40',NULL,NULL,NULL,'6c4adbcc-a366-4e6e-8704-84ae31dd3836'),
(12364,1395,NULL,4936,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:45:42','2026-01-21 01:45:42',NULL,NULL,NULL,'aa148e7b-f5ce-483e-b088-72e2d387f003'),
(12365,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:45:50','2026-01-21 01:45:50',NULL,NULL,NULL,'169efdc7-33ed-4ddf-8166-b7ad18528bcf'),
(12368,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:46:05','2026-01-21 01:46:05',NULL,NULL,NULL,'a22e6ca0-a6de-4ffe-8d49-6f60a558ea35'),
(12369,1401,NULL,4937,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:46:09','2026-01-21 01:46:09',NULL,NULL,NULL,'f72e7fcb-24cb-47b4-b9ba-7ab56f89d418'),
(12370,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:46:25','2026-02-13 18:00:58',NULL,NULL,NULL,'9db50482-c084-4faf-b85d-ba3ad239c7f0'),
(12371,1407,NULL,4938,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:46:27','2026-01-21 01:46:28',NULL,NULL,NULL,'7e498516-746b-4929-80b8-956d0ab9cd19'),
(12373,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:46:39','2026-01-21 01:46:39',NULL,NULL,NULL,'aaa44641-138e-4821-9b30-3e98338857a5'),
(12374,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:46:43','2026-02-13 17:42:00',NULL,NULL,NULL,'b64a5b18-7ff7-4755-ab9d-615b80f9f171'),
(12376,1413,NULL,4939,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:46:45','2026-01-21 01:46:46',NULL,NULL,NULL,'f1ccfc79-0301-466c-81b2-5d4f82a89be0'),
(12377,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:47:05','2026-01-21 01:47:05',NULL,NULL,NULL,'db2e7b0e-1012-40a3-8a67-12c67b330a2b'),
(12379,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:47:10','2026-01-21 01:47:10',NULL,NULL,NULL,'7dd49db6-cb89-4d50-a011-1d798acd490a'),
(12380,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:47:46','2026-02-13 17:35:24',NULL,NULL,NULL,'a0a06980-98e4-435d-832b-d08ddfdc6359'),
(12382,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:48:45','2026-01-21 01:48:45',NULL,NULL,NULL,'3100ba8e-ca0f-4d13-84ff-de5c27acfad6'),
(12383,1045,NULL,4940,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:49:01','2026-01-21 01:49:01',NULL,NULL,NULL,'f7ebe848-2949-4ccb-a2f8-7ba69864935f'),
(12386,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:49:15','2026-01-21 01:49:15',NULL,NULL,NULL,'261678d8-601a-41ff-9248-e8765336f1f3'),
(12387,1051,NULL,4941,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:49:18','2026-01-21 01:49:18',NULL,NULL,NULL,'d3d6a2e1-cfe3-4c77-ae62-816f9422409e'),
(12389,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:49:37','2026-01-21 01:49:37',NULL,NULL,NULL,'9c952746-e865-4855-9df4-9c3073cef3ea'),
(12390,1059,NULL,4942,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:49:39','2026-01-21 01:49:39',NULL,NULL,NULL,'997c8ed6-d9f1-4cfb-b7d1-8fb38fba7f3a'),
(12391,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:49:55','2026-01-21 01:49:55',NULL,NULL,NULL,'dbd0aeeb-9f87-4df4-bc23-10da67d5c9d6'),
(12393,1067,NULL,4943,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:49:59','2026-01-21 01:49:59',NULL,NULL,NULL,'a4216f98-c883-4892-8c60-fede9cd7cf98'),
(12395,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:50:15','2026-01-21 01:50:15',NULL,NULL,NULL,'8a9afafc-810d-40da-9931-decf861a4152'),
(12396,1079,NULL,4944,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:50:19','2026-01-21 01:50:19',NULL,NULL,NULL,'c5563e6c-564a-41b3-9f79-3a44036e093c'),
(12397,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:50:26','2026-01-21 01:50:26',NULL,NULL,NULL,'0ae968a0-2386-421b-b555-cabab3e8b6f9'),
(12398,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:50:34','2026-01-21 01:50:34',NULL,NULL,NULL,'2fa85547-84c3-46ce-80a0-c677e6d4d733'),
(12401,1085,NULL,4945,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:50:37','2026-01-21 01:50:37',NULL,NULL,NULL,'77520d03-a031-4d4d-b630-85d4f7b6e998'),
(12403,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:50:55','2026-01-21 01:50:55',NULL,NULL,NULL,'9d4fa650-cb63-4db0-b324-5b5e90c65923'),
(12404,1091,NULL,4946,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:50:58','2026-01-21 01:50:58',NULL,NULL,NULL,'600f53ae-1997-4383-8e52-5bc9c62e55df'),
(12405,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:51:18','2026-01-21 01:51:18',NULL,NULL,NULL,'d5e1404b-be98-420e-b0fe-c2e864ce2d17'),
(12406,1097,NULL,4947,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:51:21','2026-01-21 01:51:21',NULL,NULL,NULL,'9a9a945f-9be6-4ca5-ba1b-5f608da0311e'),
(12408,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:51:36','2026-01-21 01:51:36',NULL,NULL,NULL,'5b16be2f-3db4-491f-a06a-1b5567bf2f39'),
(12409,1103,NULL,4948,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:51:38','2026-01-21 01:51:38',NULL,NULL,NULL,'2a8e9808-77a1-4715-89da-edb122283a9e'),
(12411,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:51:52','2026-01-21 01:51:52',NULL,NULL,NULL,'b38a85f8-4f60-4867-b570-945535146fe5'),
(12412,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:51:52','2026-01-21 01:51:52',NULL,NULL,NULL,'fc5bd5b7-c40b-4a7b-b2fe-55acc180ceef'),
(12413,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:52:00','2026-01-21 01:52:00',NULL,NULL,NULL,'0a56acd0-7116-4ccc-9e21-f07161757829'),
(12416,1109,NULL,4949,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:52:03','2026-01-21 01:52:03',NULL,NULL,NULL,'b84f3e0e-10a9-4fe8-a2e6-7374579b8b96'),
(12418,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:52:17','2026-01-21 01:52:17',NULL,NULL,NULL,'081a0dfb-3b0a-4f14-b3f7-c920af018bb5'),
(12419,1117,NULL,4950,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:52:22','2026-01-21 01:52:22',NULL,NULL,NULL,'c97dfdd5-1c70-49b2-aa68-5e86116209ab'),
(12420,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:52:39','2026-01-21 01:52:39',NULL,NULL,NULL,'a414212e-cee7-42c4-9222-e0d72467873e'),
(12421,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:52:42','2026-02-13 18:03:42',NULL,NULL,NULL,'a8714b6c-5bb0-45b3-a0e8-eb03db94d03c'),
(12423,1129,NULL,4951,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:52:45','2026-01-21 01:52:45',NULL,NULL,NULL,'5d698fed-80b6-4039-a7cb-6e167687316d'),
(12425,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:53:03','2026-01-21 01:53:03',NULL,NULL,NULL,'fb90d8a6-4014-4a86-9285-673d2ae10036'),
(12426,1123,NULL,4952,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:53:08','2026-01-21 01:53:08',NULL,NULL,NULL,'9950e6a3-e78e-4a67-ad6b-5286c8a8c84c'),
(12428,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:53:38','2026-01-21 01:53:38',NULL,NULL,NULL,'7326dc0f-35c6-4379-ab96-d519c7e08d21'),
(12429,1143,NULL,4953,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:53:44','2026-01-21 01:53:44',NULL,NULL,NULL,'50d9d82d-ab43-4f39-8ae6-3e9d949b3999'),
(12431,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:54:01','2026-01-21 01:54:01',NULL,NULL,NULL,'768482e1-f71b-4f99-8370-fbde4d8709b6'),
(12432,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:54:04','2026-01-21 01:54:04',NULL,NULL,NULL,'db23f539-d1ee-4a77-bb8b-e33c0efa48cb'),
(12433,1149,NULL,4954,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:54:04','2026-01-21 01:54:04',NULL,NULL,NULL,'04f95601-3ed2-40e6-baaf-1cdf0dbafeed'),
(12436,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:54:16','2026-01-21 01:54:16',NULL,NULL,NULL,'560cc96d-905a-4c5f-88db-6c37b7e30a11'),
(12437,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:54:20','2026-01-21 01:54:20',NULL,NULL,NULL,'6cc794b9-025a-46c8-bf53-d60479dc3e02'),
(12439,1155,NULL,4955,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:54:31','2026-01-21 01:54:31',NULL,NULL,NULL,'5f5f5fa5-ee8a-4e97-b790-62161c9777e7'),
(12440,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:54:35','2026-01-21 01:54:35',NULL,NULL,NULL,'4b4cade5-4468-4956-86d2-291a46d7014c'),
(12441,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:55:11','2026-01-21 01:55:11',NULL,NULL,NULL,'55599a63-088b-440f-9c34-e3b12208fe50'),
(12445,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:55:22','2026-01-21 01:55:22',NULL,NULL,NULL,'a4d9f06c-dbb5-4873-aebf-6f81d720093e'),
(12446,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:55:28','2026-02-13 17:41:31',NULL,NULL,NULL,'c52e0b4a-f72e-4593-80c8-0b6cad4b858e'),
(12448,1419,NULL,4956,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:55:33','2026-01-21 01:55:33',NULL,NULL,NULL,'517ee84c-a4c2-4ab5-baaf-6f45bf48849e'),
(12449,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:55:54','2026-02-13 17:42:48',NULL,NULL,NULL,'01a22c45-9d38-4522-9d22-a8649b7c28c0'),
(12451,1425,NULL,4957,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:55:58','2026-01-21 01:55:58',NULL,NULL,NULL,'c0fb96ed-312e-476d-bed1-1586b56e4ccc'),
(12453,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:56:13','2026-02-13 17:44:17',NULL,NULL,NULL,'144a5da8-0568-47f6-97eb-d3a4e9657b54'),
(12454,1431,NULL,4958,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:56:15','2026-01-21 01:56:15',NULL,NULL,NULL,'d9d6d3a4-8f8d-4a0a-99e2-1726615aa87d'),
(12455,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:56:30','2026-02-13 17:47:26',NULL,NULL,NULL,'0bf4a095-7d59-44a7-9aea-d032735f4591'),
(12456,1443,NULL,4959,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:56:32','2026-01-21 01:56:32',NULL,NULL,NULL,'a22349c5-5f86-4590-9ad0-f671d9d8d5a3'),
(12457,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:56:46','2026-01-21 01:56:46',NULL,NULL,NULL,'3b46d286-361c-43ac-b5b0-ed1da285b436'),
(12458,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:56:50','2026-02-13 17:51:22',NULL,NULL,NULL,'fdecc127-adef-4931-b9d5-1d73909000c5'),
(12460,1449,NULL,4960,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:57:00','2026-01-21 01:57:00',NULL,NULL,NULL,'b770be07-ff08-426f-a491-a9bc56331911'),
(12461,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:57:17','2026-02-13 17:51:45',NULL,NULL,NULL,'8532d21d-ddae-411b-821d-feee0389d7e2'),
(12462,1455,NULL,4961,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:57:21','2026-01-21 01:57:21',NULL,NULL,NULL,'40b8ea22-6974-455a-adb9-89cd3039dddb'),
(12463,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:57:33','2026-01-21 01:57:33',NULL,NULL,NULL,'9d317883-ad3b-4e29-8c68-388e5c3b1bf8'),
(12466,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 01:57:40','2026-01-21 01:57:40',NULL,NULL,NULL,'a13b66f2-7142-4f98-a6f1-12afcfb3ac22'),
(12467,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:57:41','2026-02-13 17:54:46',NULL,NULL,NULL,'851791d4-9498-4ca3-86c8-174f376c829c'),
(12470,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 01:57:42','2026-01-21 01:57:42',NULL,NULL,NULL,'6db0483d-9f48-4b3b-b4f5-759f7cb9e274'),
(12472,1461,NULL,4962,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:57:43','2026-01-21 01:57:43',NULL,NULL,NULL,'2efe35ca-c781-4986-832f-875cdeabc6d4'),
(12474,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:58:00','2026-01-21 01:58:00',NULL,NULL,NULL,'ef75586d-4a2a-4438-86b1-0d7f0ebac56e'),
(12475,1467,NULL,4963,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:58:03','2026-01-21 01:58:03',NULL,NULL,NULL,'50b1bce6-2fd0-4aba-a334-9571cfc8d16d'),
(12476,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-01-21 01:58:08','2026-01-21 01:58:08',NULL,NULL,NULL,'274b82c7-92a8-4fa1-b4fa-3bbb7de9a73c'),
(12477,1129,NULL,4964,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:58:08','2026-01-21 01:58:08',NULL,NULL,NULL,'6c737fad-5c7a-465c-bbe9-7e496cbaef1e'),
(12478,12476,NULL,4965,2,'craft\\elements\\Entry',1,0,'2026-01-21 01:58:08','2026-01-21 01:58:08',NULL,NULL,NULL,'cf3f84d2-2016-47ad-b9e7-9fca9bac7eea'),
(12480,1129,NULL,4966,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:58:23','2026-01-21 01:58:23',NULL,NULL,NULL,'75a8705e-bf6f-400d-8025-1ce384c2d4a9'),
(12482,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:59:15','2026-02-13 17:34:57',NULL,NULL,NULL,'6ef03f6f-877d-4d10-9956-058f9c099151'),
(12483,1135,NULL,4967,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:59:17','2026-01-21 01:59:17',NULL,NULL,NULL,'dc5aae9e-a20c-4e26-b655-142dd2d46826'),
(12485,1143,NULL,4968,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:59:37','2026-01-21 01:59:37',NULL,NULL,NULL,'47a5fff3-05e4-46f0-922e-f0183b2071c2'),
(12488,1143,NULL,4969,1,'craft\\elements\\Entry',1,0,'2026-01-21 01:59:52','2026-01-21 01:59:52',NULL,NULL,NULL,'d29bb547-e55a-4130-acd6-3aeec879f21d'),
(12489,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 01:59:56','2026-01-21 01:59:56',NULL,NULL,NULL,'16198c02-247a-4454-8ca7-414d41561a29'),
(12490,1237,NULL,4970,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:00:12','2026-01-21 02:00:12',NULL,NULL,NULL,'edd1391f-a240-4a86-96aa-c5a409d46d55'),
(12494,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 02:01:10','2026-02-13 18:03:24',NULL,NULL,NULL,'3555c30f-a6db-4bd4-ad75-e447ab0adb26'),
(12495,1249,NULL,4971,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:01:12','2026-01-21 02:01:12',NULL,NULL,NULL,'96de354c-1b5a-4a51-80c2-d7ea7449f91d'),
(12496,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:02:30','2026-01-21 02:02:30',NULL,NULL,NULL,'ba136775-5e9c-426c-af09-e7332ffb9305'),
(12497,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:02:37','2026-01-21 02:02:37',NULL,NULL,NULL,'0d3c6454-e279-461d-ac54-43b6e8f38c25'),
(12498,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:02:37','2026-01-21 02:02:37',NULL,NULL,NULL,'cf3d068f-f728-4ca9-8161-24f6b7ea8f8d'),
(12499,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:03:04','2026-01-21 02:03:04',NULL,NULL,NULL,'086b7db3-a98e-4d58-a262-7e4c14a87596'),
(12500,1185,NULL,4972,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:03:24','2026-01-21 02:03:24',NULL,NULL,NULL,'f267007a-a23b-459a-adea-d0090edc5cb8'),
(12506,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:03:56','2026-01-21 02:03:56',NULL,NULL,NULL,'2f21c501-e628-485b-816d-6a974602ca63'),
(12507,1161,NULL,4973,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:04:24','2026-01-21 02:04:24',NULL,NULL,NULL,'2e26970c-6306-4737-99c7-9f99bc9a6b7b'),
(12509,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:04:37','2026-01-21 02:04:37',NULL,NULL,NULL,'8227a1a1-9ca7-4884-8ee9-13ce4de2173a'),
(12510,1165,NULL,4974,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:04:56','2026-01-21 02:04:56',NULL,NULL,NULL,'6dca269e-82b5-4840-add9-e07bc27f3612'),
(12513,1171,NULL,4975,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:05:17','2026-01-21 02:05:17',NULL,NULL,NULL,'59fdc836-c196-4073-bd9b-55506c645ce4'),
(12515,1177,NULL,4976,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:05:36','2026-01-21 02:05:36',NULL,NULL,NULL,'12a03f02-b52f-4d9b-9444-3e2a9157b3a4'),
(12517,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:05:55','2026-01-21 02:05:55',NULL,NULL,NULL,'4b16548d-b1ba-46b0-bbaa-3a47bd99ab56'),
(12518,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:05:58','2026-01-21 02:05:58',NULL,NULL,NULL,'c27463fe-5b45-43bb-8649-3566233e6a63'),
(12522,1191,NULL,4977,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:06:20','2026-01-21 02:06:20',NULL,NULL,NULL,'9a3c9dd6-b9fc-49b7-be46-e438c2cf3152'),
(12523,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:06:25','2026-01-21 02:06:25',NULL,NULL,NULL,'03a6c3ad-6a68-408e-bf5b-ebd4f975eb9c'),
(12524,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:06:27','2026-01-21 02:06:27',NULL,NULL,NULL,'0ec2eaee-10b7-4694-989e-408f66e78377'),
(12528,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:06:46','2026-01-21 02:06:46',NULL,NULL,NULL,'fce3a2fb-15eb-4b82-a757-12b470899a8b'),
(12529,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:07:15','2026-01-21 02:07:15',NULL,NULL,NULL,'cc1bb057-2ea7-47f3-879e-77c2fdae2bd9'),
(12530,1177,NULL,4978,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:07:39','2026-01-21 02:07:39',NULL,NULL,NULL,'98cb7008-d769-4ab5-87fc-4c793b275862'),
(12534,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 02:09:23','2026-01-21 02:09:23',NULL,NULL,NULL,'314dd19a-fc4e-4f46-980e-8c183eba8e1a'),
(12536,1197,NULL,4979,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:09:28','2026-01-21 02:09:29',NULL,NULL,NULL,'cd266c61-b47d-4f64-8a7b-40535fb387a6'),
(12537,8812,NULL,4980,2,'craft\\elements\\Entry',1,0,'2026-01-21 02:09:29','2026-01-21 02:09:29',NULL,NULL,NULL,'58d7fc45-d4e9-4e84-bcf2-eeb1d9f80c82'),
(12538,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:11:21','2026-01-21 02:11:21',NULL,NULL,NULL,'a044698b-ea35-45cb-9e64-07f15465c33f'),
(12539,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:11:55','2026-01-21 02:11:55',NULL,NULL,NULL,'f63cd6c6-fa03-40ed-9932-fe2e7d5a8c9c'),
(12540,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:11:58','2026-01-21 02:11:58',NULL,NULL,NULL,'68e1224e-0e69-4d7b-ad04-fe85d36a9e40'),
(12541,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:12:19','2026-01-21 02:12:19',NULL,NULL,NULL,'e0556e89-070a-48e5-96b8-4694edea8e30'),
(12542,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:13:31','2026-01-21 02:13:31',NULL,NULL,NULL,'dd446721-0635-4b08-a0b9-44fcdadfb9b9'),
(12543,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:13:38','2026-01-21 02:13:38',NULL,NULL,NULL,'566951cd-a73e-4e69-bf27-80fc7b23447c'),
(12544,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:15:42','2026-01-21 02:15:42',NULL,NULL,NULL,'9c021038-a87c-4592-af37-76fb30a93d65'),
(12552,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:16:47','2026-01-21 02:16:47',NULL,NULL,NULL,'358fac8f-cd66-443a-9d45-3567b05e96fa'),
(12553,1177,NULL,4981,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:16:56','2026-01-21 02:16:56',NULL,NULL,NULL,'8077fd50-606a-489f-a6f7-e6a581c4864b'),
(12556,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:17:11','2026-01-21 02:17:11',NULL,NULL,NULL,'7a3f03c6-e52a-4f90-8015-4de5d8756097'),
(12557,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:19:08','2026-01-21 02:19:08',NULL,NULL,NULL,'c38a97f5-37aa-40f5-9b80-e7aca012f45e'),
(12558,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:19:42','2026-01-21 02:19:42',NULL,NULL,NULL,'7d047fdd-174b-45c7-9ac1-4d93a485ce69'),
(12559,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:20:38','2026-01-21 02:20:38',NULL,NULL,NULL,'c3a1bde2-007b-4b6c-89ed-1279efeb19cd'),
(12564,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:21:56','2026-01-21 02:21:56',NULL,NULL,NULL,'a40655a0-9c7a-4f96-bd34-86fa90b3d34b'),
(12565,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:21:56','2026-01-21 02:21:56',NULL,NULL,NULL,'bd4f6ae6-7bf6-4841-b32d-44f836f2e98c'),
(12566,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:22:22','2026-01-21 02:22:22',NULL,NULL,NULL,'b528d313-695e-4aa7-a5dd-80292d6bffdd'),
(12570,1177,NULL,4982,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:22:56','2026-01-21 02:22:56',NULL,NULL,NULL,'482f7a3b-b532-42c6-a531-c03f11125f33'),
(12571,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:23:01','2026-01-21 02:23:01',NULL,NULL,NULL,'9aa868df-ecb8-4669-bcb6-311be77bc84c'),
(12572,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:23:13','2026-01-21 02:23:13',NULL,NULL,NULL,'3198e994-8e51-4560-8f6a-8d7ecb78a494'),
(12573,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:23:24','2026-01-21 02:23:24',NULL,NULL,NULL,'1e13d6a5-98d4-4083-b8e4-a1b0cd27f0b0'),
(12574,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:23:25','2026-01-21 02:23:25',NULL,NULL,NULL,'2bd3fa12-e8db-4d26-98df-9e63dc765a53'),
(12580,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:26:19','2026-01-21 02:26:19',NULL,NULL,NULL,'8bc40884-7abe-42ca-8069-57df2444c920'),
(12581,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:26:35','2026-01-21 02:26:35',NULL,NULL,NULL,'90d0a582-e9b4-4709-bc04-842ffae5b2a1'),
(12582,1177,NULL,4983,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:27:31','2026-01-21 02:27:31',NULL,NULL,NULL,'2f59d1f9-b2e2-4df3-9187-3954291be138'),
(12585,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:27:44','2026-01-21 02:27:44',NULL,NULL,NULL,'22841ab1-1013-4bd7-ad75-e3e73c12df70'),
(12586,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:27:44','2026-01-21 02:27:44',NULL,NULL,NULL,'b704c68f-b84a-4cf1-aae1-ccfe56ea0dc3'),
(12587,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:27:44','2026-01-21 02:27:44',NULL,NULL,NULL,'45e1f7e1-a28d-40e2-be84-fa237169f4b9'),
(12588,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:28:02','2026-01-21 02:28:02',NULL,NULL,NULL,'5f2f544d-296c-4ab8-ae8b-235add86e656'),
(12589,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:28:04','2026-01-21 02:28:04',NULL,NULL,NULL,'208bb374-f806-4f48-abe6-2abdf2ef6e83'),
(12594,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:28:05','2026-01-21 02:28:05',NULL,NULL,NULL,'a3b5b4ce-6089-43dd-8cff-e11eee1c4776'),
(12598,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:28:06','2026-01-21 02:28:06',NULL,NULL,NULL,'8c0541d6-defa-41f4-b021-e7a665f2604c'),
(12599,1197,NULL,4984,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:28:08','2026-01-21 02:28:08',NULL,NULL,NULL,'fbb9bdd8-df4d-4902-9652-e0a01b8167aa'),
(12602,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:28:56','2026-01-21 02:28:56',NULL,NULL,NULL,'8bd89ae1-72ab-4076-aa08-1b547a807df5'),
(12603,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:29:11','2026-01-21 02:29:11',NULL,NULL,NULL,'aebe8ebf-078a-44b1-8117-3f7337b746c1'),
(12604,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:29:14','2026-01-21 02:29:14',NULL,NULL,NULL,'bc01a8db-c1d7-480f-8af8-33f3e03d9ca5'),
(12605,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:29:23','2026-01-21 02:29:23',NULL,NULL,NULL,'767f8070-7e1e-4b56-892f-2ab19ed8f7fa'),
(12606,1201,NULL,4985,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:29:28','2026-01-21 02:29:28',NULL,NULL,NULL,'ee27a01c-d2a8-4f18-8404-c14f6b66e78a'),
(12607,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:29:30','2026-01-21 02:29:30',NULL,NULL,NULL,'034b9967-9390-49f8-838b-2fcb5d5e7e83'),
(12614,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:29:37','2026-01-21 02:29:37',NULL,NULL,NULL,'1a721508-8ed2-4522-83b3-2639b4e7a5ca'),
(12616,1177,NULL,4986,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:31:30','2026-01-21 02:31:30',NULL,NULL,NULL,'bf6c5cbe-15be-41ce-af39-df38a3e77e46'),
(12618,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:32:09','2026-01-21 02:32:09',NULL,NULL,NULL,'c6bc215f-1581-45d4-9a55-dd24467adc39'),
(12619,1209,NULL,4987,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:32:24','2026-01-21 02:32:24',NULL,NULL,NULL,'68a825f5-404f-4dc6-a554-f46c244cc440'),
(12622,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:33:33','2026-01-21 02:33:33',NULL,NULL,NULL,'130313e6-8d2d-4829-8034-b5ac6530897b'),
(12623,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:33:39','2026-01-21 02:33:39',NULL,NULL,NULL,'13c89178-ea99-4bef-8bd2-2543ab0ca77c'),
(12624,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:33:53','2026-01-21 02:33:53',NULL,NULL,NULL,'3976a43a-2bb6-4a74-9cb6-51d3d909d5f4'),
(12625,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:34:34','2026-01-21 02:34:34',NULL,NULL,NULL,'346df13b-111a-4c4f-98c3-7091adc57b86'),
(12626,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:34:38','2026-01-21 02:34:38',NULL,NULL,NULL,'aa814263-d27e-4c2e-8a0a-4447724f0400'),
(12627,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:34:38','2026-01-21 02:34:38',NULL,NULL,NULL,'69c85c71-650e-498d-a1d6-adaa9dbe8cca'),
(12628,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:38:49','2026-01-21 02:38:49',NULL,NULL,NULL,'890ba4b8-5fe0-4c8b-9a05-48245c09b4df'),
(12629,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:38:57','2026-01-21 02:38:57',NULL,NULL,NULL,'ad62eff8-c94e-4e35-befb-11b37f4c1fd3'),
(12630,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:40:37','2026-01-21 02:40:37',NULL,NULL,NULL,'2ee0c000-afbd-4f8d-a268-1cee93628124'),
(12631,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:40:45','2026-01-21 02:40:45',NULL,NULL,NULL,'8c54207c-6f77-477e-987a-d8d3d92f76ce'),
(12644,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 02:43:46','2026-01-21 02:43:46',NULL,NULL,NULL,'cec44c04-9cdb-4d1b-bad4-24ec03b7605c'),
(12646,1215,NULL,4988,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:43:50','2026-01-21 02:43:50',NULL,NULL,NULL,'ac2d1f14-2d40-4343-b980-2430c4a1cccc'),
(12647,1719,NULL,4989,2,'craft\\elements\\Entry',1,0,'2026-01-21 02:43:50','2026-01-21 02:43:50',NULL,NULL,NULL,'675e0f9b-7d4a-4c69-8261-0c88bad3c611'),
(12648,8894,NULL,4990,2,'craft\\elements\\Entry',1,0,'2026-01-21 02:43:50','2026-01-21 02:43:50',NULL,NULL,NULL,'e483a147-a853-464d-ab4f-a90540fa54f9'),
(12650,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:44:09','2026-01-21 02:44:09',NULL,NULL,NULL,'7955d3ff-5e62-4b23-8edb-53ecb9ecbba2'),
(12651,1219,NULL,4991,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:44:12','2026-01-21 02:44:12',NULL,NULL,NULL,'f5a86b29-f5d7-40ac-9593-23681cc379bb'),
(12652,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:44:13','2026-01-21 02:44:13',NULL,NULL,NULL,'335bff4c-2d19-462b-a36f-47162f904fa4'),
(12656,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 02:46:30','2026-01-21 02:46:30',NULL,NULL,NULL,'16100cb1-a459-4acd-801f-4c785c79fcd3'),
(12658,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:46:53','2026-01-21 02:46:53',NULL,NULL,NULL,'b68e25d8-4592-4d59-9de9-32957098c085'),
(12659,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:48:06','2026-01-21 02:48:06',NULL,NULL,NULL,'b11b0da1-24fc-4157-822e-583e6f7c9b99'),
(12660,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 02:48:09','2026-01-21 02:48:09',NULL,NULL,NULL,'ba672495-a6c5-4e95-ae41-b533cb7650ee'),
(12664,1225,NULL,4992,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:48:18','2026-01-21 02:48:18',NULL,NULL,NULL,'5f223946-f2d7-4367-9d21-26d6cda9f495'),
(12665,1727,NULL,4993,2,'craft\\elements\\Entry',1,0,'2026-01-21 02:48:18','2026-01-21 02:48:18',NULL,NULL,NULL,'cff26e2f-a2b9-40bd-90e1-db23a1482ff4'),
(12666,1728,NULL,4994,2,'craft\\elements\\Entry',1,0,'2026-01-21 02:48:18','2026-01-21 02:48:18',NULL,NULL,NULL,'d529059c-e240-46a6-bf1f-776a84c60312'),
(12668,1225,NULL,4995,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:48:31','2026-01-21 02:48:31',NULL,NULL,NULL,'ee09232b-fed3-4f05-87b1-e3ba0b604189'),
(12670,1231,NULL,4996,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:49:00','2026-01-21 02:49:00',NULL,NULL,NULL,'efd7301f-1079-432d-8c7b-fee575213500'),
(12672,1237,NULL,4997,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:50:26','2026-01-21 02:50:26',NULL,NULL,NULL,'d53ba139-8c50-47ce-8d72-e82f0826a571'),
(12673,1243,NULL,4998,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:51:27','2026-01-21 02:51:27',NULL,NULL,NULL,'179d03fe-c2c8-4e42-9a02-91b52e961fc2'),
(12675,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:51:55','2026-01-21 02:51:55',NULL,NULL,NULL,'ea7c0a5f-2910-49e4-bfec-e463085ad8bd'),
(12676,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:52:58','2026-01-21 02:52:58',NULL,NULL,NULL,'9a72b6e2-709f-4fd2-8bb9-f68cfb71ddc8'),
(12677,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:53:09','2026-01-21 02:53:09',NULL,NULL,NULL,'a31ab5cc-a818-40e6-9982-cd1c8eec4b43'),
(12678,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:54:16','2026-01-21 02:54:16',NULL,NULL,NULL,'5c9b149c-abe8-4ff9-ab26-7e3ec4c6d806'),
(12679,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 02:56:11','2026-01-21 02:56:11',NULL,NULL,NULL,'6ae89efe-83ae-40f1-90f1-419b00a143b0'),
(12685,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:57:52','2026-01-21 02:57:52',NULL,NULL,NULL,'1319a6a1-af31-4c43-863e-10b47d6da4f6'),
(12686,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 02:58:01','2026-01-21 02:58:01',NULL,NULL,NULL,'d8526c88-ca7f-40b8-a56a-71b514985962'),
(12687,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 02:58:23','2026-01-21 02:58:33',NULL,NULL,NULL,'2c889c01-939d-498b-9822-743df349e90b'),
(12691,1249,NULL,4999,1,'craft\\elements\\Entry',1,0,'2026-01-21 02:58:37','2026-01-21 02:58:37',NULL,NULL,NULL,'7f8cf1ea-2fc3-4744-b9ec-c526b850b614'),
(12692,1747,NULL,5000,2,'craft\\elements\\Entry',1,0,'2026-01-21 02:58:37','2026-01-21 02:58:37',NULL,NULL,NULL,'4b7ea85e-9492-41da-b462-df0428dcd08e'),
(12693,1748,NULL,5001,2,'craft\\elements\\Entry',1,0,'2026-01-21 02:58:37','2026-01-21 02:58:37',NULL,NULL,NULL,'f5154a97-140b-4621-bc2d-d5259e37469d'),
(12694,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 03:04:19','2026-01-21 03:04:19',NULL,NULL,NULL,'b544a36b-937d-4aee-960f-f7dfe147c12a'),
(12695,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 03:06:03','2026-01-21 03:06:03',NULL,NULL,NULL,'c292a936-4dd2-4f64-954a-ddac507789cd'),
(12696,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 03:15:50','2026-01-21 03:15:50',NULL,NULL,NULL,'16a3ff09-0944-4da1-a3a6-1fea82741d99'),
(12701,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 03:36:27','2026-01-21 03:36:27',NULL,NULL,NULL,'888cce69-3f75-40e8-b6e9-765ff55a9545'),
(12703,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 03:42:43','2026-01-21 03:42:43',NULL,NULL,NULL,'b167f169-4a59-4d04-877a-84ad7a16d073'),
(12704,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 03:43:24','2026-01-21 03:43:24',NULL,NULL,NULL,'ee68a680-cd59-4c50-97ff-867791961f14'),
(12705,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-21 03:43:24','2026-01-21 03:43:24',NULL,NULL,NULL,'0d1f3a20-4ff1-41d7-9c34-2e5c61de02a7'),
(12709,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 03:50:21','2026-01-21 03:50:21',NULL,NULL,NULL,'c63a33fa-7291-4dac-b638-e433ec547e59'),
(12710,1073,NULL,5002,1,'craft\\elements\\Entry',1,0,'2026-01-21 03:50:37','2026-01-21 03:50:37',NULL,NULL,NULL,'ef374ec5-6a20-40d1-8d7d-c17118ba309c'),
(12711,1073,NULL,5003,1,'craft\\elements\\Entry',1,0,'2026-01-21 03:50:41','2026-01-21 03:50:41',NULL,NULL,NULL,'777a2fe8-c8bc-497b-b7c4-48dba76027d9'),
(12713,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 03:55:13','2026-01-21 03:55:13',NULL,NULL,NULL,'4e5c7516-c78d-4783-a829-de9ca28a36f6'),
(12714,1073,NULL,5004,1,'craft\\elements\\Entry',1,0,'2026-01-21 03:55:17','2026-01-21 03:55:17',NULL,NULL,NULL,'b32f2044-0655-44ed-bd06-1f5a0769cb04'),
(12715,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 03:55:48','2026-01-21 03:55:48',NULL,NULL,NULL,'13f546f8-7046-4c6f-a841-64754dba42a4'),
(12717,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 03:55:59','2026-01-21 03:55:59',NULL,NULL,NULL,'25ab565a-1e31-471f-805b-7f407d422a11'),
(12720,1135,NULL,5005,1,'craft\\elements\\Entry',1,0,'2026-01-21 03:56:33','2026-01-21 03:56:33',NULL,NULL,NULL,'eb3d36f4-4d73-4342-b26f-66878fd441d9'),
(12721,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:06:05','2026-01-21 04:06:05',NULL,NULL,NULL,'0946960c-a042-4865-bd43-554fdfddc39d'),
(12722,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:07:12','2026-01-21 04:07:12',NULL,NULL,NULL,'8fc8507a-69c1-4aea-8bc4-bcc818ab5c91'),
(12723,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:21:48','2026-01-21 04:21:48',NULL,NULL,NULL,'9c9813cf-78ad-4164-9153-93da99a0fbea'),
(12727,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 04:27:35','2026-01-21 04:27:35',NULL,NULL,NULL,'5476ed54-f9d3-4233-8d86-6e575016f1f4'),
(12728,1437,NULL,5006,1,'craft\\elements\\Entry',1,0,'2026-01-21 04:27:40','2026-01-21 04:27:40',NULL,NULL,NULL,'96a00891-f063-45d8-9fb7-5f66e58f178e'),
(12729,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:29:52','2026-01-21 04:29:52',NULL,NULL,NULL,'7435340e-a36d-4f00-ab57-c99e46e2acce'),
(12730,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:30:19','2026-01-21 04:30:19',NULL,NULL,NULL,'275a4f6c-7857-44e1-b19e-1d736976ba5b'),
(12731,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:39:44','2026-01-21 04:39:44',NULL,NULL,NULL,'ddb318b4-8f29-4b63-9de6-12db21de5439'),
(12732,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:47:12','2026-01-21 04:47:12',NULL,NULL,NULL,'b0188293-954a-4f6a-899c-18d4be7b3b6a'),
(12733,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:47:12','2026-01-21 04:47:12',NULL,NULL,NULL,'d45c1f60-f9d0-4f26-a267-091a84484e2b'),
(12734,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:47:29','2026-01-21 04:47:29',NULL,NULL,NULL,'8365c024-a7b6-41e0-b998-5ad39b0e3ae3'),
(12735,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:54:34','2026-01-21 04:54:34',NULL,NULL,NULL,'c78ccfc1-1e14-4676-8deb-70b8829a345e'),
(12736,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:54:50','2026-01-21 04:54:50',NULL,NULL,NULL,'75d082aa-a30f-42f3-9da8-53fce9224615'),
(12737,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 04:57:42','2026-01-21 04:57:42',NULL,NULL,NULL,'4fb4f1fc-9977-4859-9659-841fe9ba0ba7'),
(12738,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 05:09:09','2026-01-21 05:09:09',NULL,NULL,NULL,'6753f9b5-8166-4362-97ad-23ff9fd9ada0'),
(12739,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 05:32:08','2026-01-21 05:32:08',NULL,NULL,NULL,'dce194db-3e16-4f18-ae19-d0a0d6655e9f'),
(12740,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 05:32:40','2026-01-21 05:32:40',NULL,NULL,NULL,'14af3381-5a1b-405d-b522-d28bb990967d'),
(12741,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 05:33:08','2026-01-21 05:33:08',NULL,NULL,NULL,'01c02e69-784c-4d28-804e-039d980ede49'),
(12742,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 05:33:55','2026-01-21 05:33:55',NULL,NULL,NULL,'488bd8a5-5b82-47b7-ad6f-b2af621baf22'),
(12743,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 05:57:57','2026-01-21 05:57:57',NULL,NULL,NULL,'794ca9b3-e320-42de-ad7d-1742e4569628'),
(12744,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:02:23','2026-01-21 06:02:23',NULL,NULL,NULL,'65db4872-2bba-445f-9f9c-3b1312614b00'),
(12745,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:08:07','2026-01-21 06:08:07',NULL,NULL,NULL,'a8af45ae-8598-4092-bc3c-4dc8b4f7b8ef'),
(12746,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:09:40','2026-01-21 06:09:40',NULL,NULL,NULL,'916ccc23-0435-4758-a638-036a9802f97b'),
(12747,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:17:08','2026-01-21 06:17:08',NULL,NULL,NULL,'318f0751-c178-409d-bc13-e40e38711fc2'),
(12748,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:27:48','2026-01-21 06:27:48',NULL,NULL,NULL,'a484b84b-08eb-4f77-bdb0-2381b781f8e3'),
(12749,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:32:47','2026-01-21 06:32:47',NULL,NULL,NULL,'9af726ac-0dbb-410c-86e6-2756b3e45db6'),
(12750,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:33:19','2026-01-21 06:33:19',NULL,NULL,NULL,'ea901609-5a6c-48de-a5f2-658a23d36569'),
(12751,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:34:49','2026-01-21 06:34:49',NULL,NULL,NULL,'2b5c5d08-6039-4de2-a481-148c8d8a3a9b'),
(12752,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:37:35','2026-01-21 06:37:35',NULL,NULL,NULL,'9f090ae1-bd61-426d-8b9a-3d789691aa3a'),
(12753,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:38:48','2026-01-21 06:38:48',NULL,NULL,NULL,'7dca68f5-6b95-4aad-847d-8a0ac2431cab'),
(12754,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:38:50','2026-01-21 06:38:50',NULL,NULL,NULL,'502c6332-b3f8-4c20-8864-44b813fad3d6'),
(12755,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:39:02','2026-01-21 06:39:02',NULL,NULL,NULL,'02f0eb42-fc59-46da-8b02-ea9be67d89cd'),
(12756,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:39:43','2026-01-21 06:39:43',NULL,NULL,NULL,'f0246828-59f4-42bc-8ba0-c01ddbec93c0'),
(12757,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:40:34','2026-01-21 06:40:34',NULL,NULL,NULL,'53b0d4e4-6d44-408c-b133-41008d2992b7'),
(12758,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:42:36','2026-01-21 06:42:36',NULL,NULL,NULL,'2cd22532-9a40-4642-b816-37d6ee5e1c7c'),
(12759,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:42:55','2026-01-21 06:42:55',NULL,NULL,NULL,'0ff87448-eb5e-45db-8ee3-8419baa395e0'),
(12760,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:43:51','2026-01-21 06:43:51',NULL,NULL,NULL,'57c19cc5-04ca-426d-b9b9-c13cd817e909'),
(12761,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:44:44','2026-01-21 06:44:44',NULL,NULL,NULL,'2b4bd930-4234-40d9-838a-640a091fa9d7'),
(12762,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:45:40','2026-01-21 06:45:40',NULL,NULL,NULL,'12df1b74-b8ce-40c4-b969-637a649918aa'),
(12763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:46:04','2026-01-21 06:46:04',NULL,NULL,NULL,'d8138d01-2078-404b-8354-6e7e1fd1afab'),
(12764,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:46:16','2026-01-21 06:46:16',NULL,NULL,NULL,'f27dd106-0435-416c-a679-403e37c7f7e3'),
(12765,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:46:56','2026-01-21 06:46:56',NULL,NULL,NULL,'91b2143c-3b3b-4460-aa39-6d67472c7710'),
(12766,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:52:20','2026-01-21 06:52:20',NULL,NULL,NULL,'6b255ff5-c1ca-4c55-871a-c7df8af1a5e0'),
(12767,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:56:00','2026-01-21 06:56:00',NULL,NULL,NULL,'9c9e63f4-6020-4d0d-a5f5-03d188d55d76'),
(12768,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:57:50','2026-01-21 06:57:50',NULL,NULL,NULL,'a1fe7b4d-2e49-4686-9da9-57465459c564'),
(12769,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:59:07','2026-01-21 06:59:07',NULL,NULL,NULL,'a5b797ba-edcf-41ca-abc8-2181a93369a2'),
(12770,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 06:59:18','2026-01-21 06:59:18',NULL,NULL,NULL,'c8fd5f05-d922-4cca-b173-09422b09f653'),
(12771,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:02:09','2026-01-21 07:02:09',NULL,NULL,NULL,'142fd431-9f8e-4287-8d06-26705aad82d3'),
(12772,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:02:13','2026-01-21 07:02:13',NULL,NULL,NULL,'306e1da7-eb63-450e-885a-625d8b45a757'),
(12773,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:03:10','2026-01-21 07:03:10',NULL,NULL,NULL,'f842acb3-1cc4-4bec-8d0b-1c88ec20b8f6'),
(12774,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:05:44','2026-01-21 07:05:44',NULL,NULL,NULL,'2de90623-fc6c-4628-a87f-9ce16c319149'),
(12775,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:08:17','2026-01-21 07:08:17',NULL,NULL,NULL,'27481821-381d-4f10-9917-1eaad92cf54b'),
(12776,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:08:49','2026-01-21 07:08:49',NULL,NULL,NULL,'8d7a76c4-4b86-4f2f-8eac-203694de0ff6'),
(12777,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:10:38','2026-01-21 07:10:38',NULL,NULL,NULL,'ce739ea7-67c8-4c62-90f2-e0ebe91116b7'),
(12778,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:12:18','2026-01-21 07:12:18',NULL,NULL,NULL,'8870f22a-beb1-444b-9c2b-bb8f182a847c'),
(12779,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:15:55','2026-01-21 07:15:55',NULL,NULL,NULL,'3cf34cfc-7d41-46d3-87a0-58dbbfc798ca'),
(12780,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:18:12','2026-01-21 07:18:12',NULL,NULL,NULL,'137b1b3d-c2d5-43fb-9de0-c4125a1a9e71'),
(12781,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:20:09','2026-01-21 07:20:09',NULL,NULL,NULL,'0178939e-a737-48c2-9625-8a355b71d893'),
(12782,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:36:33','2026-01-21 07:36:33',NULL,NULL,NULL,'3495312e-c8fc-4be7-b751-39bef7c31c6a'),
(12783,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:36:36','2026-01-21 07:36:36',NULL,NULL,NULL,'b3df68f3-2090-48cb-b22f-126f59e76810'),
(12784,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:41:12','2026-01-21 07:41:12',NULL,NULL,NULL,'84905d32-5705-4a89-a28f-38cf6848d76c'),
(12785,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:55:36','2026-01-21 07:55:36',NULL,NULL,NULL,'73233502-aa56-434b-b9d6-39feaf8780df'),
(12786,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:57:32','2026-01-21 07:57:32',NULL,NULL,NULL,'e0219be5-3889-4516-8f4f-1622e908ce87'),
(12787,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 07:59:12','2026-01-21 07:59:12',NULL,NULL,NULL,'720eeb03-1ffb-4657-87a3-a11f44df8891'),
(12788,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:03:10','2026-01-21 08:03:10',NULL,NULL,NULL,'13f0da32-7e50-42de-9400-00214fc00224'),
(12789,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:04:51','2026-01-21 08:04:51',NULL,NULL,NULL,'6ce7fa82-1990-4387-b3c9-eedc14e20b0f'),
(12790,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:04:59','2026-01-21 08:04:59',NULL,NULL,NULL,'50262942-58b5-4768-ae04-330c5e0eee7a'),
(12791,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:05:33','2026-01-21 08:05:33',NULL,NULL,NULL,'dda8a0c3-2121-4c51-b77c-dc2a473a7302'),
(12792,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:05:49','2026-01-21 08:05:49',NULL,NULL,NULL,'5e5955fa-21e5-469b-8d0f-924efcd8027c'),
(12793,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:05:49','2026-01-21 08:05:49',NULL,NULL,NULL,'5487aef5-6dc3-4db6-b8b7-06c09346cd86'),
(12794,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:06:47','2026-01-21 08:06:47',NULL,NULL,NULL,'5f21920c-8085-4dae-b33f-60e9a1f85821'),
(12795,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:08:20','2026-01-21 08:08:20',NULL,NULL,NULL,'298bc279-c917-4c6e-9542-a5defcfd21ed'),
(12796,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:08:35','2026-01-21 08:08:35',NULL,NULL,NULL,'ec09e550-5563-48b9-8e83-95db1d7812bc'),
(12797,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:09:55','2026-01-21 08:09:55',NULL,NULL,NULL,'a6f05a2d-2a77-4e2e-9f1c-252cc3b66a8c'),
(12798,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:10:27','2026-01-21 08:10:27',NULL,NULL,NULL,'fb5b5830-cbee-4c5f-8b23-a391bfc3c9d3'),
(12799,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:10:46','2026-01-21 08:10:46',NULL,NULL,NULL,'819cb687-61cf-47fb-9bc2-3601a97d69ba'),
(12800,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:11:38','2026-01-21 08:11:38',NULL,NULL,NULL,'a13c2fda-7a1c-4fac-82f5-768aff8d10dd'),
(12801,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:12:41','2026-01-21 08:12:41',NULL,NULL,NULL,'8143292f-4187-428a-aa2a-8ebeacef0ddc'),
(12802,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:13:49','2026-01-21 08:13:49',NULL,NULL,NULL,'93a6dc76-c4d4-466c-9f3a-ad3a40d93187'),
(12803,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:13:49','2026-01-21 08:13:49',NULL,NULL,NULL,'8eee540d-5442-4097-9e9c-8c19d011168d'),
(12804,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:15:04','2026-01-21 08:15:04',NULL,NULL,NULL,'c17c1c78-3f9b-44c7-a175-dcab340f74ea'),
(12805,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:15:15','2026-01-21 08:15:15',NULL,NULL,NULL,'bae5609e-fbe6-46bb-b4fd-92f7005ffd5e'),
(12806,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:15:44','2026-01-21 08:15:44',NULL,NULL,NULL,'4a9aaff7-2c89-4ada-84ae-9dbd878b8633'),
(12807,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:16:03','2026-01-21 08:16:03',NULL,NULL,NULL,'c1010221-60ad-417f-8412-7ebd008976a5'),
(12808,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:19:15','2026-01-21 08:19:15',NULL,NULL,NULL,'16ff50d1-722b-4f8c-9c0a-e27437603cb4'),
(12809,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:19:51','2026-01-21 08:19:51',NULL,NULL,NULL,'1a9d0603-6632-4bf1-ab05-e14179604f07'),
(12810,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:19:51','2026-01-21 08:19:51',NULL,NULL,NULL,'f767a49d-45df-400d-be75-72352ab2c08c'),
(12811,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:20:42','2026-01-21 08:20:42',NULL,NULL,NULL,'d48a638b-2721-4955-a93e-15c0c7be727a'),
(12812,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:20:52','2026-01-21 08:20:52',NULL,NULL,NULL,'f9798b8e-4f61-410f-a8c2-f641a93fc716'),
(12813,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:21:58','2026-01-21 08:21:58',NULL,NULL,NULL,'047f3979-7f98-4040-92bf-26e611abc59f'),
(12814,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:22:18','2026-01-21 08:22:18',NULL,NULL,NULL,'8e92c9ff-546c-46df-ad76-b087e334d119'),
(12815,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:23:15','2026-01-21 08:23:15',NULL,NULL,NULL,'72575251-384f-4987-a544-baccd6fe4aeb'),
(12816,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:23:56','2026-01-21 08:23:56',NULL,NULL,NULL,'9827f786-24bb-4470-ad20-90d7d13453f1'),
(12817,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:25:19','2026-01-21 08:25:19',NULL,NULL,NULL,'8a8cffbf-88d3-44bc-9ad8-e7a4f742cdcf'),
(12818,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:26:25','2026-01-21 08:26:25',NULL,NULL,NULL,'173bd4ad-5d95-404c-9b9c-99fd8509f303'),
(12819,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:26:32','2026-01-21 08:26:32',NULL,NULL,NULL,'fa1849bc-19d5-47bb-91d9-bf1a742b07b5'),
(12820,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:27:23','2026-01-21 08:27:23',NULL,NULL,NULL,'42935721-c1cd-464e-8c94-eda8b5fa6c32'),
(12821,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:27:27','2026-01-21 08:27:27',NULL,NULL,NULL,'4c643a56-388e-4220-8ae1-bd3694d38180'),
(12822,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:28:07','2026-01-21 08:28:07',NULL,NULL,NULL,'aafc19e7-4840-41e4-96e6-50b3d4db41c6'),
(12823,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:29:15','2026-01-21 08:29:15',NULL,NULL,NULL,'25238e16-e58f-4104-a905-cc9d98da0de0'),
(12824,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:30:02','2026-01-21 08:30:02',NULL,NULL,NULL,'f40f5f01-f258-475d-b106-ccd099f620e5'),
(12825,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:30:40','2026-01-21 08:30:40',NULL,NULL,NULL,'3b3500ea-dcfa-40d6-8098-9678c763c9a7'),
(12826,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:32:43','2026-01-21 08:32:43',NULL,NULL,NULL,'3e4fd2ec-a72e-4756-972e-eb349ee9d59a'),
(12827,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:33:12','2026-01-21 08:33:12',NULL,NULL,NULL,'b8f7c61d-4b29-426b-be2e-aed14e54a57b'),
(12828,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:33:23','2026-01-21 08:33:23',NULL,NULL,NULL,'54ef11da-25f1-44de-a331-e49172f866ac'),
(12829,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:33:31','2026-01-21 08:33:31',NULL,NULL,NULL,'b474208f-e639-4fe8-82b8-8883af937b13'),
(12830,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:33:39','2026-01-21 08:33:39',NULL,NULL,NULL,'48c3e5be-d1ea-4688-b02f-6fcfdc528e6e'),
(12831,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:34:04','2026-01-21 08:34:04',NULL,NULL,NULL,'1572856d-cc4a-4273-ba93-c78c1bd9613c'),
(12832,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:34:04','2026-01-21 08:34:04',NULL,NULL,NULL,'0a21d23f-6560-4aae-a1a6-c3775d7d1ece'),
(12833,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:35:06','2026-01-21 08:35:06',NULL,NULL,NULL,'a3fbae58-b6f3-4bfe-b2d1-c474100f2152'),
(12834,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:36:02','2026-01-21 08:36:02',NULL,NULL,NULL,'21729432-30df-415a-bdf9-e9b47802aea8'),
(12835,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:36:53','2026-01-21 08:36:53',NULL,NULL,NULL,'b45d9408-ce52-42f2-b73f-33666444a0e5'),
(12836,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:38:22','2026-01-21 08:38:22',NULL,NULL,NULL,'c76b06a2-f082-4524-be87-5837bc426b6b'),
(12837,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:38:38','2026-01-21 08:38:38',NULL,NULL,NULL,'a074ca36-9f0b-4a43-ac25-18f86a6de82d'),
(12838,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:39:49','2026-01-21 08:39:49',NULL,NULL,NULL,'2ab5fe2e-43f2-4139-a41a-50625a7d41fa'),
(12839,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:39:50','2026-01-21 08:39:50',NULL,NULL,NULL,'356d801d-2d36-4d88-b952-ab902ceb4602'),
(12840,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:40:41','2026-01-21 08:40:41',NULL,NULL,NULL,'220a6334-e391-45ce-b03f-24aa328fbef0'),
(12841,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:40:41','2026-01-21 08:40:41',NULL,NULL,NULL,'8d6f24e9-f45b-46d1-a9bb-4564c20122bb'),
(12842,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:42:05','2026-01-21 08:42:05',NULL,NULL,NULL,'610f9f6e-853f-49a0-af79-19ee06afc533'),
(12843,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:42:05','2026-01-21 08:42:05',NULL,NULL,NULL,'9751e77b-aead-42e1-aecc-07a4afff87e8'),
(12844,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:42:57','2026-01-21 08:42:57',NULL,NULL,NULL,'0dccdd72-b48c-4b0e-8477-d3ce90ec4163'),
(12845,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:43:04','2026-01-21 08:43:04',NULL,NULL,NULL,'e33a6c33-4feb-4cf4-b157-fe72a069eb97'),
(12846,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:43:36','2026-01-21 08:43:36',NULL,NULL,NULL,'d873288d-2758-47bc-b656-11ec94056d44'),
(12847,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:45:37','2026-01-21 08:45:37',NULL,NULL,NULL,'c3f9096a-f5e1-4ad2-81c0-5540a088a7f1'),
(12848,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:46:47','2026-01-21 08:46:47',NULL,NULL,NULL,'2208095c-26ca-4db5-8548-22705146a94b'),
(12849,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:47:11','2026-01-21 08:47:11',NULL,NULL,NULL,'632d8866-446c-4334-98e0-96ea1cb9b927'),
(12850,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:48:25','2026-01-21 08:48:25',NULL,NULL,NULL,'74d6cb45-6c93-433c-a8c6-1e42626858b4'),
(12851,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:49:23','2026-01-21 08:49:23',NULL,NULL,NULL,'283da2b1-59c1-465c-b001-da25bfdbbb62'),
(12852,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:53:19','2026-01-21 08:53:19',NULL,NULL,NULL,'ca16715d-c994-4717-ae8e-4894171d7f89'),
(12853,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:55:37','2026-01-21 08:55:37',NULL,NULL,NULL,'5a88d3ba-41dc-4ee0-8df6-b7ea893e27a4'),
(12854,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:55:38','2026-01-21 08:55:38',NULL,NULL,NULL,'8d07f8b1-a6d0-47ac-921e-fab3b6ec1d54'),
(12855,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:55:39','2026-01-21 08:55:39',NULL,NULL,NULL,'795bf1ad-c5d5-4047-96cb-c270ac3845a4'),
(12856,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:55:47','2026-01-21 08:55:47',NULL,NULL,NULL,'36c68d9c-2c95-4b43-a8c6-698d5f495054'),
(12857,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:56:05','2026-01-21 08:56:05',NULL,NULL,NULL,'038594ed-2327-46d7-8212-bfcad11196a5'),
(12858,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:56:59','2026-01-21 08:56:59',NULL,NULL,NULL,'8bb437d8-3458-4a91-999e-c7e18bcc9cff'),
(12859,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:57:50','2026-01-21 08:57:50',NULL,NULL,NULL,'83326293-a202-4934-9ca3-9f87c7b024f5'),
(12860,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:58:54','2026-01-21 08:58:54',NULL,NULL,NULL,'13380cd8-a19c-4e50-a3bf-97bc1c4ebd31'),
(12861,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:58:54','2026-01-21 08:58:54',NULL,NULL,NULL,'ebe7c09a-c0e4-430c-ba1c-5307c89c70d3'),
(12862,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 08:59:08','2026-01-21 08:59:08',NULL,NULL,NULL,'037c4f2d-7e11-46f6-b1a1-20f8442943e2'),
(12863,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:00:17','2026-01-21 09:00:17',NULL,NULL,NULL,'1ad168cd-b6fa-4ebb-8adf-b5b771326b4d'),
(12864,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:02:20','2026-01-21 09:02:20',NULL,NULL,NULL,'790c4934-e87a-4d59-85a6-13d222465d73'),
(12865,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:02:38','2026-01-21 09:02:38',NULL,NULL,NULL,'2c6955e0-d574-4bc8-a491-1b5e3bc24489'),
(12866,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:02:50','2026-01-21 09:02:50',NULL,NULL,NULL,'0b56caae-c69d-4760-b8e3-805870b38706'),
(12867,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:05:13','2026-01-21 09:05:13',NULL,NULL,NULL,'a4d65242-f793-4763-82ab-5fda4283b081'),
(12868,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:06:41','2026-01-21 09:06:41',NULL,NULL,NULL,'d3c517bb-41e7-4f32-89a0-119236f32ced'),
(12869,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:07:08','2026-01-21 09:07:08',NULL,NULL,NULL,'955bfb54-f9a4-4e45-80c2-8379f88ba157'),
(12870,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:07:09','2026-01-21 09:07:09',NULL,NULL,NULL,'9ae48c99-9b90-4d82-b0ad-fd7180310972'),
(12871,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:07:20','2026-01-21 09:07:20',NULL,NULL,NULL,'ddf5b772-20d0-4bc0-ae97-5ff2e99cda60'),
(12872,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:07:32','2026-01-21 09:07:32',NULL,NULL,NULL,'31a38537-8661-4f58-bbde-0248e14fb97e'),
(12873,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:09:24','2026-01-21 09:09:24',NULL,NULL,NULL,'14d2ba97-caf6-4ead-85b9-5bde998a8345'),
(12874,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:10:17','2026-01-21 09:10:17',NULL,NULL,NULL,'06f5d350-3bd8-43e2-8d7e-dec670fcd59e'),
(12875,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:10:54','2026-01-21 09:10:54',NULL,NULL,NULL,'fe16fbbb-0b9d-4a37-8ba6-5e944ca82498'),
(12876,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:11:19','2026-01-21 09:11:19',NULL,NULL,NULL,'db8407b0-29fa-4c6c-90a7-19a7aebc7f35'),
(12877,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:11:27','2026-01-21 09:11:27',NULL,NULL,NULL,'4051e0d8-d677-471d-8415-05cdc642a57c'),
(12878,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:11:36','2026-01-21 09:11:36',NULL,NULL,NULL,'efd78011-73da-4b57-ac01-381d5ff59f2f'),
(12879,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:12:34','2026-01-21 09:12:34',NULL,NULL,NULL,'199c6ef6-5d90-4af8-b27b-35d2d33f142a'),
(12880,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:13:12','2026-01-21 09:13:12',NULL,NULL,NULL,'5aae1036-a7d0-44b0-b8dd-077b07b23dde'),
(12881,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:14:27','2026-01-21 09:14:27',NULL,NULL,NULL,'53fb9b04-9715-4264-9b29-2db33f04deb8'),
(12882,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:14:48','2026-01-21 09:14:48',NULL,NULL,NULL,'97917756-c1f7-429e-a531-9b0db81135e1'),
(12883,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:16:10','2026-01-21 09:16:10',NULL,NULL,NULL,'3b04b532-52c3-4239-abc8-22c5324360b5'),
(12884,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:16:42','2026-01-21 09:16:42',NULL,NULL,NULL,'8a2542f8-a0bc-48c0-b34f-80f667e2aad8'),
(12885,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:17:07','2026-01-21 09:17:07',NULL,NULL,NULL,'997de5b7-1f84-42de-a522-3f687f9835a0'),
(12886,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:18:00','2026-01-21 09:18:00',NULL,NULL,NULL,'b7d38e84-0f50-4be9-baef-c3c3f2b4eb1f'),
(12887,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:18:05','2026-01-21 09:18:05',NULL,NULL,NULL,'e430817b-a470-4956-b440-008d3351a46b'),
(12888,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:18:52','2026-01-21 09:18:52',NULL,NULL,NULL,'611a1fac-0bc3-43bb-a6e8-bfc45deb5530'),
(12889,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:19:02','2026-01-21 09:19:02',NULL,NULL,NULL,'757be2a9-7320-4578-b909-f7837f328cb5'),
(12890,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:19:51','2026-01-21 09:19:51',NULL,NULL,NULL,'af02fa0a-32ca-45c3-a4ec-8f69932510ab'),
(12891,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:20:24','2026-01-21 09:20:24',NULL,NULL,NULL,'df6ff06d-41ef-4315-bf53-ac2e621a1440'),
(12892,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:20:26','2026-01-21 09:20:26',NULL,NULL,NULL,'8bdbfdf9-26e7-401e-a912-e2e2c7f4ae26'),
(12893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:21:55','2026-01-21 09:21:55',NULL,NULL,NULL,'9bc45b5a-ac33-48c1-a688-32f54bf79e79'),
(12894,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:24:19','2026-01-21 09:24:19',NULL,NULL,NULL,'a7738674-7e6c-4859-ae7d-646b60c6c07c'),
(12895,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:25:28','2026-01-21 09:25:28',NULL,NULL,NULL,'42b3cad3-621c-4f83-94c4-a6b32741f1a5'),
(12896,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:25:29','2026-01-21 09:25:29',NULL,NULL,NULL,'8c13c4f8-a5cd-43dc-9950-c31ffa7b7d08'),
(12897,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:26:22','2026-01-21 09:26:22',NULL,NULL,NULL,'8a420ec3-a4b3-4a9d-92d2-d403989e7868'),
(12898,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:28:33','2026-01-21 09:28:33',NULL,NULL,NULL,'a76af2b7-6afc-4e47-aabd-d5d7e947c78e'),
(12899,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:29:08','2026-01-21 09:29:08',NULL,NULL,NULL,'80657f9b-9ab2-4361-adcd-129e66a297f3'),
(12900,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:29:44','2026-01-21 09:29:44',NULL,NULL,NULL,'160d8c39-22e2-4b7e-9550-6dfe8a311f62'),
(12901,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:29:45','2026-01-21 09:29:45',NULL,NULL,NULL,'7e5df754-e045-42dd-a25c-d64f8baf6704'),
(12902,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:31:24','2026-01-21 09:31:24',NULL,NULL,NULL,'852260a6-4f16-41a0-a10a-b060dc39b21d'),
(12903,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:33:36','2026-01-21 09:33:36',NULL,NULL,NULL,'03c1fc68-d914-465b-8c0a-dd1048f9f358'),
(12904,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:34:16','2026-01-21 09:34:16',NULL,NULL,NULL,'4b9959e6-8807-4a52-b975-ffdf89162b04'),
(12905,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:34:16','2026-01-21 09:34:16',NULL,NULL,NULL,'c6f4e472-e44a-43bd-af62-ca4632ce789a'),
(12906,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:35:05','2026-01-21 09:35:05',NULL,NULL,NULL,'f30c55f2-8506-4641-a1f0-dbcd4b17588e'),
(12907,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:36:06','2026-01-21 09:36:06',NULL,NULL,NULL,'eaa68574-17bd-4feb-bdb0-5e0d40469fa3'),
(12908,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:36:27','2026-01-21 09:36:27',NULL,NULL,NULL,'e37eea3f-bf28-40d0-a254-8963ba3e3881'),
(12909,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:36:27','2026-01-21 09:36:27',NULL,NULL,NULL,'e0f9678d-320c-464c-80bc-45cdabef001d'),
(12910,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:38:11','2026-01-21 09:38:11',NULL,NULL,NULL,'f32abc19-b9b3-4e52-8845-b009ceb71354'),
(12911,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:38:21','2026-01-21 09:38:21',NULL,NULL,NULL,'0baebde1-a91c-49b7-a50c-e24b4e5d449d'),
(12912,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:38:53','2026-01-21 09:38:53',NULL,NULL,NULL,'aaeb40d9-a5d6-4be3-bd7e-58144eaffb78'),
(12913,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:39:22','2026-01-21 09:39:22',NULL,NULL,NULL,'11e2f5d7-9e1b-4101-8922-5c39a79b95b4'),
(12914,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:39:35','2026-01-21 09:39:35',NULL,NULL,NULL,'2b4436f5-7531-4034-9153-9863d41fc9c5'),
(12915,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:39:49','2026-01-21 09:39:49',NULL,NULL,NULL,'b036956a-ccb3-432d-a3d8-8028e8753893'),
(12916,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:46:07','2026-01-21 09:46:07',NULL,NULL,NULL,'8e4372f6-7401-42f8-b869-75dbe938e66b'),
(12917,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:46:20','2026-01-21 09:46:20',NULL,NULL,NULL,'9c877b29-214c-4d51-bfb0-c702ff96e184'),
(12918,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:47:32','2026-01-21 09:47:32',NULL,NULL,NULL,'0963da21-c790-442e-afe1-e30745d6e951'),
(12919,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:49:39','2026-01-21 09:49:39',NULL,NULL,NULL,'16ac9c80-e5c2-4d4b-a1ab-ec5ea8731e27'),
(12920,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 09:57:19','2026-01-21 09:57:19',NULL,NULL,NULL,'03b3afa0-7e66-4b53-90a5-cc71aa8f0a82'),
(12921,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:00:42','2026-01-21 10:00:42',NULL,NULL,NULL,'d67c5437-f089-457e-b422-b651af7090ac'),
(12922,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:02:09','2026-01-21 10:02:09',NULL,NULL,NULL,'7a8b7157-97b2-462e-a431-94e874fd6599'),
(12923,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:02:11','2026-01-21 10:02:11',NULL,NULL,NULL,'0302fcd7-348b-44fc-89ad-1ad2d320f13f'),
(12924,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:02:12','2026-01-21 10:02:12',NULL,NULL,NULL,'56aeca0e-a919-46ff-9197-de5b4d3e3054'),
(12925,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:02:12','2026-01-21 10:02:12',NULL,NULL,NULL,'ed149494-a327-4e92-b801-2aca6b46dada'),
(12926,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:02:53','2026-01-21 10:02:53',NULL,NULL,NULL,'574ea04a-df35-4d9d-965f-8d30c22a851a'),
(12927,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:03:30','2026-01-21 10:03:30',NULL,NULL,NULL,'c2b64c8a-16d6-4540-b22b-ff783c9dc2a7'),
(12928,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:08:24','2026-01-21 10:08:24',NULL,NULL,NULL,'0a1145c7-f08f-42df-9ccb-6991904cedae'),
(12929,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:09:14','2026-01-21 10:09:14',NULL,NULL,NULL,'fc0cc99d-0faa-4749-8d6a-650209f4d097'),
(12930,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:10:43','2026-01-21 10:10:43',NULL,NULL,NULL,'c793f23a-b8e9-4628-bfe8-3972f04ca57c'),
(12931,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:11:11','2026-01-21 10:11:11',NULL,NULL,NULL,'0b3bb971-bb1f-4baa-9306-616ed6d2ebc2'),
(12932,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:11:28','2026-01-21 10:11:28',NULL,NULL,NULL,'5bd1d283-5ed4-4cc4-b556-a22e6e0ca49c'),
(12933,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:13:27','2026-01-21 10:13:27',NULL,NULL,NULL,'79003876-2f2f-43e1-890f-4b181b1c4712'),
(12934,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:13:55','2026-01-21 10:13:55',NULL,NULL,NULL,'1a06da28-673a-4bcf-80df-7c7452bcfa9c'),
(12935,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:14:47','2026-01-21 10:14:47',NULL,NULL,NULL,'dd7c6da2-1d2b-4d32-ae1f-4b683ecba0a1'),
(12936,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:16:48','2026-01-21 10:16:48',NULL,NULL,NULL,'56a3f209-0917-4597-abd8-f3e89cfec0c0'),
(12937,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:17:15','2026-01-21 10:17:15',NULL,NULL,NULL,'f039d42d-22df-4386-9a70-195f049a431a'),
(12938,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:17:27','2026-01-21 10:17:27',NULL,NULL,NULL,'9808b78a-ea9a-4056-80a8-401ea0bac292'),
(12939,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:18:14','2026-01-21 10:18:14',NULL,NULL,NULL,'ab575179-9113-4195-80d1-50dd9bd50c72'),
(12940,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:18:30','2026-01-21 10:18:30',NULL,NULL,NULL,'1254f0ac-12b3-4901-b223-737111a67d83'),
(12941,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:19:25','2026-01-21 10:19:25',NULL,NULL,NULL,'f21a2017-da25-448a-968a-6dc32f17e804'),
(12942,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:19:57','2026-01-21 10:19:57',NULL,NULL,NULL,'51504d2b-9dd3-4750-b34e-c4f9c4513a73'),
(12943,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:20:11','2026-01-21 10:20:11',NULL,NULL,NULL,'cb098f0c-cc0b-4e12-9305-2a81704f0baf'),
(12944,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:20:21','2026-01-21 10:20:21',NULL,NULL,NULL,'7aec296b-5a97-41c0-b0e5-aca97041afbb'),
(12945,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:20:41','2026-01-21 10:20:41',NULL,NULL,NULL,'200d797c-d950-455c-8666-b09786c17101'),
(12946,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:21:04','2026-01-21 10:21:04',NULL,NULL,NULL,'f2000421-247c-4ceb-85cc-502a67196a4f'),
(12947,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:21:48','2026-01-21 10:21:48',NULL,NULL,NULL,'6973cfa8-66a1-48b2-8ff0-0db861a6ec7d'),
(12948,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:22:04','2026-01-21 10:22:04',NULL,NULL,NULL,'e90b199b-db17-496c-a61b-285d8c752d6d'),
(12949,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:24:04','2026-01-21 10:24:04',NULL,NULL,NULL,'96a9e738-9a1a-40e2-8b7a-587f034114f3'),
(12950,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:24:11','2026-01-21 10:24:11',NULL,NULL,NULL,'94f86a85-e2b8-4909-b717-d75434666458'),
(12951,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:24:37','2026-01-21 10:24:37',NULL,NULL,NULL,'0df6f239-70a1-4d84-b02d-f533d423e3aa'),
(12952,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:24:53','2026-01-21 10:24:53',NULL,NULL,NULL,'cf2e0bfd-524c-4a3f-a1e2-7f809f15c274'),
(12953,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:25:11','2026-01-21 10:25:11',NULL,NULL,NULL,'fd1f44bd-9a75-4069-b282-39a860744157'),
(12954,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:25:12','2026-01-21 10:25:12',NULL,NULL,NULL,'e7f8dac2-4a32-4768-9848-d047ef9de3e3'),
(12955,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:27:13','2026-01-21 10:27:13',NULL,NULL,NULL,'5bdcf10d-9a2d-4216-8e07-2f3b8e76dbc6'),
(12956,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:27:33','2026-01-21 10:27:33',NULL,NULL,NULL,'1b912c77-97b3-4767-9c34-997f7fb5cbbf'),
(12957,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:28:28','2026-01-21 10:28:28',NULL,NULL,NULL,'2d23be71-e914-48bd-813d-590ebbfa1fef'),
(12958,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:29:10','2026-01-21 10:29:10',NULL,NULL,NULL,'28d61e23-a868-48c7-a21e-9a87ead8fcc2'),
(12959,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:29:28','2026-01-21 10:29:28',NULL,NULL,NULL,'9ebe3936-0de5-4157-97b7-0496bc0cfc1f'),
(12960,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:30:53','2026-01-21 10:30:53',NULL,NULL,NULL,'4653ce56-16c7-41b9-ab54-1c0abe678b13'),
(12961,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:31:57','2026-01-21 10:31:57',NULL,NULL,NULL,'a4bd1c88-3343-431d-9cc5-5c9ab9674eae'),
(12962,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:32:21','2026-01-21 10:32:21',NULL,NULL,NULL,'311e2b13-f869-4197-8aaa-bcf0e9b64f7a'),
(12963,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:35:12','2026-01-21 10:35:12',NULL,NULL,NULL,'12860517-c8c9-47c4-9001-97f1c82e0718'),
(12964,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:35:40','2026-01-21 10:35:40',NULL,NULL,NULL,'fe17ae2c-0672-4541-904d-16b53f188284'),
(12965,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:36:15','2026-01-21 10:36:15',NULL,NULL,NULL,'8852f4ef-c28e-422a-9c09-eb4be3ecaf28'),
(12966,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:36:54','2026-01-21 10:36:54',NULL,NULL,NULL,'547f72a5-2da8-4472-89b1-e140635e6d15'),
(12967,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:38:29','2026-01-21 10:38:29',NULL,NULL,NULL,'c04978b7-13d2-4878-b710-b68828808c36'),
(12968,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:39:28','2026-01-21 10:39:28',NULL,NULL,NULL,'7245631b-6f5c-42b4-a6f5-59114d8ee8a8'),
(12969,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:40:40','2026-01-21 10:40:40',NULL,NULL,NULL,'d28e3365-188c-4d73-a771-c3122d0924fa'),
(12970,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:41:12','2026-01-21 10:41:12',NULL,NULL,NULL,'b248ef48-6404-46c8-8daf-13e3dc68ae4d'),
(12971,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:41:37','2026-01-21 10:41:37',NULL,NULL,NULL,'af51d646-6207-46aa-bc9e-f6611273c4cd'),
(12972,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:41:54','2026-01-21 10:41:54',NULL,NULL,NULL,'952305ce-057c-41cd-bce2-7e7fffe3cab4'),
(12973,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:42:31','2026-01-21 10:42:31',NULL,NULL,NULL,'72839375-be10-482c-be78-e375cea1b790'),
(12974,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:42:39','2026-01-21 10:42:39',NULL,NULL,NULL,'f4e08095-20e4-4857-822a-852296ad7bd5'),
(12975,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:43:18','2026-01-21 10:43:18',NULL,NULL,NULL,'fb11206b-c6de-4571-b38b-c22c6adf9389'),
(12976,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:44:10','2026-01-21 10:44:10',NULL,NULL,NULL,'449d4445-7383-491f-b3b9-680bd976098b'),
(12977,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:44:15','2026-01-21 10:44:15',NULL,NULL,NULL,'0a8c1925-af2b-4536-8291-1d3b14075c71'),
(12978,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:44:36','2026-01-21 10:44:36',NULL,NULL,NULL,'c6dcfe3b-a7ec-4041-9ace-afdf619aba3f'),
(12979,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:45:08','2026-01-21 10:45:08',NULL,NULL,NULL,'0710f4e7-a18c-4f8d-aef0-ef5023252385'),
(12980,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:46:04','2026-01-21 10:46:04',NULL,NULL,NULL,'86a890fe-a41c-4180-80cf-45cb578de43e'),
(12981,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:46:22','2026-01-21 10:46:22',NULL,NULL,NULL,'4df103f7-4fff-4119-b130-f3b2c32907fd'),
(12982,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:46:35','2026-01-21 10:46:35',NULL,NULL,NULL,'f055567e-0f25-4196-b4bf-443eada1e2cb'),
(12983,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:47:54','2026-01-21 10:47:54',NULL,NULL,NULL,'40c97de1-444c-41bd-aea9-ae2109435d01'),
(12984,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:48:51','2026-01-21 10:48:51',NULL,NULL,NULL,'955af737-ecde-486c-bbb4-bbd2e52cf011'),
(12985,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:50:31','2026-01-21 10:50:31',NULL,NULL,NULL,'609e9fbf-3f37-4c27-8a22-03b58709455c'),
(12986,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:53:09','2026-01-21 10:53:09',NULL,NULL,NULL,'38cd47ba-a47d-48e5-8699-b86afcb103c7'),
(12987,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:53:28','2026-01-21 10:53:28',NULL,NULL,NULL,'7ceed463-23dd-4eec-859c-1728b90abcfb'),
(12988,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:53:29','2026-01-21 10:53:29',NULL,NULL,NULL,'47187a23-07f9-4836-9889-f5aa6a221da4'),
(12989,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:53:33','2026-01-21 10:53:33',NULL,NULL,NULL,'288099e8-ad0a-4d38-be2c-b41864f27225'),
(12990,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:53:33','2026-01-21 10:53:33',NULL,NULL,NULL,'a28e22e0-992e-4e73-b1a2-60034dd22077'),
(12991,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:53:37','2026-01-21 10:53:37',NULL,NULL,NULL,'adfba578-e516-4614-a34e-9b8ab66efb0a'),
(12992,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:54:37','2026-01-21 10:54:37',NULL,NULL,NULL,'62621170-8be7-41eb-895b-046d626c599c'),
(12993,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:54:59','2026-01-21 10:54:59',NULL,NULL,NULL,'87a3b801-5c82-470c-9e67-934d89978964'),
(12994,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:55:49','2026-01-21 10:55:49',NULL,NULL,NULL,'35144580-2f43-435f-8941-ba6e4307bbfc'),
(12995,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:56:17','2026-01-21 10:56:17',NULL,NULL,NULL,'07c1ec00-7b44-4f0a-8222-c8b105a0e59f'),
(12996,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:57:05','2026-01-21 10:57:05',NULL,NULL,NULL,'a63091b6-a946-483f-ace7-88f770170a5c'),
(12997,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:57:58','2026-01-21 10:57:58',NULL,NULL,NULL,'de1b1161-588e-4554-bdfd-8dfeb868f522'),
(12998,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:58:02','2026-01-21 10:58:02',NULL,NULL,NULL,'12e0689d-3f64-4539-a756-097fdf81e509'),
(12999,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 10:59:24','2026-01-21 10:59:24',NULL,NULL,NULL,'3bc3ea58-39e3-40da-89fa-faa268c77e67'),
(13000,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:01:13','2026-01-21 11:01:13',NULL,NULL,NULL,'ec25d5b7-1079-4c6b-bc31-63e0bda2c63d'),
(13001,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:01:14','2026-01-21 11:01:14',NULL,NULL,NULL,'5b65d641-cad5-40b1-82a2-3f5015480dc1'),
(13002,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:01:48','2026-01-21 11:01:48',NULL,NULL,NULL,'d3c7216a-3102-41b0-96b0-fac954465579'),
(13003,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:02:29','2026-01-21 11:02:29',NULL,NULL,NULL,'00684902-e1e0-49b5-a7a1-fbbe337164aa'),
(13004,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:03:20','2026-01-21 11:03:20',NULL,NULL,NULL,'1892e03c-3c20-4967-ba11-91b044b5c71a'),
(13005,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:04:47','2026-01-21 11:04:47',NULL,NULL,NULL,'0a30f1a8-a53d-4978-a93b-a47661b9ede8'),
(13006,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:04:49','2026-01-21 11:04:49',NULL,NULL,NULL,'9e8d7282-e5a8-4d40-8e2e-eca9dd0f517f'),
(13007,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:05:16','2026-01-21 11:05:16',NULL,NULL,NULL,'dbb63521-a8a9-4837-823e-4d64cacf324d'),
(13008,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:06:02','2026-01-21 11:06:02',NULL,NULL,NULL,'e45d1f0b-3ae9-4988-b193-365b3bf1987f'),
(13009,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:06:13','2026-01-21 11:06:13',NULL,NULL,NULL,'d577bb85-47b2-4ada-b7dd-eb72fb1a6c55'),
(13010,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:06:55','2026-01-21 11:06:55',NULL,NULL,NULL,'c6b4f0a4-d059-413f-99ee-80804d46172e'),
(13011,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:08:40','2026-01-21 11:08:40',NULL,NULL,NULL,'2c7a79bb-4828-4f8b-8fc8-51383db6cac3'),
(13012,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:09:17','2026-01-21 11:09:17',NULL,NULL,NULL,'3b1f9131-a912-4ce6-9d3f-c18c5e423cbd'),
(13013,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:09:17','2026-01-21 11:09:17',NULL,NULL,NULL,'5170aa7c-2879-4230-8983-59d71ef3543e'),
(13014,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:09:18','2026-01-21 11:09:18',NULL,NULL,NULL,'8d7d042b-ab07-441e-a6cc-af9395cef7a9'),
(13015,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:10:39','2026-01-21 11:10:39',NULL,NULL,NULL,'56a9696e-cf59-45e2-9ff7-00b3cfdc73c7'),
(13016,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:10:40','2026-01-21 11:10:40',NULL,NULL,NULL,'c4f1e325-f1d1-499d-9201-f62b7613dbfa'),
(13017,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:11:13','2026-01-21 11:11:13',NULL,NULL,NULL,'2415d4e7-2814-47c1-b4d6-449c49c5713c'),
(13018,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:11:26','2026-01-21 11:11:26',NULL,NULL,NULL,'cb494f7c-892d-4ef6-a6d4-bd23b68a8aed'),
(13019,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:11:37','2026-01-21 11:11:37',NULL,NULL,NULL,'80a0b7b4-1b3a-4f46-be65-8974d38198a9'),
(13020,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:11:45','2026-01-21 11:11:45',NULL,NULL,NULL,'759e0167-d1a4-458c-8c94-275236d8cf39'),
(13021,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:13:03','2026-01-21 11:13:03',NULL,NULL,NULL,'43a58f80-81d0-4970-9cc8-d769a7c59d7e'),
(13022,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:13:12','2026-01-21 11:13:12',NULL,NULL,NULL,'3f14bd38-fd20-45d8-af2c-2b4383b7d8e4'),
(13023,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:13:18','2026-01-21 11:13:18',NULL,NULL,NULL,'0344fe5c-ab29-4020-981c-f96fb437e34f'),
(13024,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:13:50','2026-01-21 11:13:50',NULL,NULL,NULL,'ffda31fa-0fb0-4eb4-82b0-65922c5f7bfd'),
(13025,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:17:41','2026-01-21 11:17:41',NULL,NULL,NULL,'d0a46728-4d89-45a5-9fa4-e224bb7955cf'),
(13026,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:17:46','2026-01-21 11:17:46',NULL,NULL,NULL,'9d481522-a2f6-4274-94e7-9ee685b0d8ce'),
(13027,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:18:22','2026-01-21 11:18:22',NULL,NULL,NULL,'dd804dd2-0829-4a39-99b3-8b79795e7562'),
(13028,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:19:04','2026-01-21 11:19:04',NULL,NULL,NULL,'9aee2c20-049c-4af7-9048-2102627108dd'),
(13029,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:19:04','2026-01-21 11:19:04',NULL,NULL,NULL,'f7c7c811-9ba5-4f65-9bb6-73893a79ef81'),
(13030,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:19:50','2026-01-21 11:19:50',NULL,NULL,NULL,'4c360f4f-4d30-48e1-9f22-29334067e6ea'),
(13031,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:20:15','2026-01-21 11:20:15',NULL,NULL,NULL,'165db7f8-f7ce-4aa4-99c9-de0ebcb8328b'),
(13032,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:20:31','2026-01-21 11:20:31',NULL,NULL,NULL,'cdc20fde-335a-468e-9e63-5034231d5b17'),
(13033,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:20:35','2026-01-21 11:20:35',NULL,NULL,NULL,'e73c768a-8ac9-4449-807d-53e7831a71bc'),
(13034,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:20:50','2026-01-21 11:20:50',NULL,NULL,NULL,'f9afba6d-7462-4b9d-b955-a8a250d00302'),
(13035,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:20:50','2026-01-21 11:20:50',NULL,NULL,NULL,'8d1b0ee7-3184-421c-aba3-359709e952c8'),
(13036,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:20:51','2026-01-21 11:20:51',NULL,NULL,NULL,'139d1d44-ed31-43d4-a814-eccd5712af48'),
(13037,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:21:06','2026-01-21 11:21:06',NULL,NULL,NULL,'309cc32f-ee45-4b7e-98a7-f8365f64023e'),
(13038,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:21:23','2026-01-21 11:21:23',NULL,NULL,NULL,'0c1073f2-e3b7-454b-ab1d-7be22cf557fc'),
(13039,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:25:12','2026-01-21 11:25:12',NULL,NULL,NULL,'9c68f69b-da21-4689-b3a6-a05cb4bc9566'),
(13040,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:26:19','2026-01-21 11:26:19',NULL,NULL,NULL,'cecbc40d-a866-4b5e-bbb6-b648a3b8bf2f'),
(13041,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:26:33','2026-01-21 11:26:33',NULL,NULL,NULL,'5dbe6f55-4894-4b0d-82ea-547d6dc471e1'),
(13042,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:26:39','2026-01-21 11:26:39',NULL,NULL,NULL,'82fc7383-7cf5-4df9-a26b-8d6bd0922f1f'),
(13043,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:27:29','2026-01-21 11:27:29',NULL,NULL,NULL,'e0973fe6-2378-4ea5-be41-f35817363e32'),
(13044,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:28:07','2026-01-21 11:28:07',NULL,NULL,NULL,'935e2d9b-7754-4ed8-8761-8a411d833ec8'),
(13045,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:28:54','2026-01-21 11:28:54',NULL,NULL,NULL,'c0e61ffb-74f8-4442-8037-b60a195cdd83'),
(13046,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:30:17','2026-01-21 11:30:17',NULL,NULL,NULL,'2aa34862-9f20-4267-a066-d1b90e6b793f'),
(13047,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:31:25','2026-01-21 11:31:25',NULL,NULL,NULL,'95e462b6-6371-4b0b-afd3-e69837be3f18'),
(13048,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:31:26','2026-01-21 11:31:26',NULL,NULL,NULL,'6e93949f-3992-4b2d-8579-9c274766a985'),
(13049,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:31:44','2026-01-21 11:31:44',NULL,NULL,NULL,'8bd6ead4-6b46-4b55-b7c7-cb643499da6a'),
(13050,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:33:06','2026-01-21 11:33:06',NULL,NULL,NULL,'dc0a4123-4d53-485d-81b4-cfe85fc99e49'),
(13051,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:33:57','2026-01-21 11:33:57',NULL,NULL,NULL,'a7df301b-a9d3-41d7-abd3-2ff7dc750dc4'),
(13052,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:33:57','2026-01-21 11:33:57',NULL,NULL,NULL,'7e5c3c13-f24b-4931-8eff-c2eeb88634cc'),
(13053,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:34:11','2026-01-21 11:34:11',NULL,NULL,NULL,'8d715de6-2219-4c3d-bf31-dce3904cb032'),
(13054,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:34:27','2026-01-21 11:34:27',NULL,NULL,NULL,'55cc32e7-ea94-4120-b80d-a4138248564e'),
(13055,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:36:08','2026-01-21 11:36:08',NULL,NULL,NULL,'888ae64e-90f0-422c-aac4-ba70e610f530'),
(13056,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:37:31','2026-01-21 11:37:31',NULL,NULL,NULL,'d764d96f-ba57-49df-aea7-1237eeb3cc24'),
(13057,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:41:52','2026-01-21 11:41:52',NULL,NULL,NULL,'75080c5c-7b98-4990-9401-52c67777d7bb'),
(13058,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:42:25','2026-01-21 11:42:25',NULL,NULL,NULL,'a598e45d-117d-4c55-ae2c-02ed2b2f6289'),
(13059,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:42:25','2026-01-21 11:42:25',NULL,NULL,NULL,'a0144b5c-0cfe-446d-b7af-45e993c25526'),
(13060,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:43:28','2026-01-21 11:43:28',NULL,NULL,NULL,'d7c22417-a96c-45cd-99af-34371102db47'),
(13061,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:43:46','2026-01-21 11:43:46',NULL,NULL,NULL,'6408d62c-255f-44a9-a396-64da3ee64bac'),
(13062,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:46:40','2026-01-21 11:46:40',NULL,NULL,NULL,'494c5351-dda8-4e8c-a634-d947aba803b7'),
(13063,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:54:39','2026-01-21 11:54:39',NULL,NULL,NULL,'cabd810b-ca83-4267-8a5d-af6e5bab9364'),
(13064,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:54:45','2026-01-21 11:54:45',NULL,NULL,NULL,'acb51280-698e-4bdf-a767-b86f26f2b22d'),
(13065,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:55:27','2026-01-21 11:55:27',NULL,NULL,NULL,'a16fea8a-3031-4228-93f0-5fc697650c0d'),
(13066,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 11:57:26','2026-01-21 11:57:26',NULL,NULL,NULL,'9ad932d5-56d8-4c9f-b488-47e526477ed5'),
(13067,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 12:01:47','2026-01-21 12:01:47',NULL,NULL,NULL,'a280e54a-da63-4479-a94c-926d364014cc'),
(13068,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 12:08:39','2026-01-21 12:08:39',NULL,NULL,NULL,'aadeed9b-c492-4f12-b9f7-3e4de23d8601'),
(13069,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 12:22:58','2026-01-21 12:22:58',NULL,NULL,NULL,'0ad4cd3e-86d8-4524-8a8e-4899305fc2d2'),
(13070,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 12:39:41','2026-01-21 12:39:41',NULL,NULL,NULL,'cf640015-ad4a-472c-819e-372c20dfce80'),
(13071,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 12:52:54','2026-01-21 12:52:54',NULL,NULL,NULL,'7dec70f6-d2c9-4171-803b-d78d14d44327'),
(13072,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 12:53:31','2026-01-21 12:53:31',NULL,NULL,NULL,'280bf8aa-cacb-4317-b206-30ec4043596b'),
(13073,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 12:55:39','2026-01-21 12:55:39',NULL,NULL,NULL,'cb85c21a-0001-467c-83a5-c7bfe978759f'),
(13074,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 12:57:08','2026-01-21 12:57:08',NULL,NULL,NULL,'72d75b19-3ea3-4275-80aa-760600eb7f93'),
(13075,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:00:56','2026-01-21 13:00:56',NULL,NULL,NULL,'697b2162-7d60-4037-a5b7-d624ce389c23'),
(13076,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:05:16','2026-01-21 13:05:16',NULL,NULL,NULL,'85a7b51d-1f46-4aa2-9368-abd1d72301ce'),
(13077,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:13:09','2026-01-21 13:13:09',NULL,NULL,NULL,'14f91885-aefd-475c-9342-7b9c832f7aeb'),
(13078,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:15:32','2026-01-21 13:15:32',NULL,NULL,NULL,'fafc9f0f-34a2-463b-822b-58e6cc432dbb'),
(13079,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:16:35','2026-01-21 13:16:35',NULL,NULL,NULL,'39ed0d95-421d-4220-beef-b73b98c6a91a'),
(13080,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:21:56','2026-01-21 13:21:56',NULL,NULL,NULL,'9b380146-e645-4803-9b42-cf3a86344b55'),
(13081,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:25:45','2026-01-21 13:25:45',NULL,NULL,NULL,'0264067c-4027-4b31-8a58-607d26120555'),
(13082,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:26:11','2026-01-21 13:26:11',NULL,NULL,NULL,'76de8e24-59e6-4dfc-a536-1127d8123563'),
(13083,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:26:18','2026-01-21 13:26:18',NULL,NULL,NULL,'1304cc11-9cf0-49c2-844b-6e08b2d1a2c5'),
(13084,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:27:48','2026-01-21 13:27:48',NULL,NULL,NULL,'cab2ba78-f230-40b0-a161-c1bb841916b8'),
(13085,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:28:09','2026-01-21 13:28:09',NULL,NULL,NULL,'99dbec30-14ef-473e-9ed9-3509389a661a'),
(13086,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:30:27','2026-01-21 13:30:27',NULL,NULL,NULL,'ff502482-d7a9-4703-8f5b-e1ff2a177527'),
(13087,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:31:08','2026-01-21 13:31:08',NULL,NULL,NULL,'f2bd31e3-e31e-4575-8c3d-a78d316e51b9'),
(13088,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:31:54','2026-01-21 13:31:54',NULL,NULL,NULL,'5b3fe719-d1e2-4e48-9b73-b71cc522594e'),
(13089,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:33:34','2026-01-21 13:33:34',NULL,NULL,NULL,'b1484525-3766-4167-a583-459fffb050cc'),
(13090,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:34:04','2026-01-21 13:34:04',NULL,NULL,NULL,'0b3af5fb-2881-4769-98d8-8a5429ca4452'),
(13091,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:34:12','2026-01-21 13:34:12',NULL,NULL,NULL,'74220190-76b4-4131-8f0b-4bc5fac702df'),
(13092,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:34:23','2026-01-21 13:34:23',NULL,NULL,NULL,'61bbb2c0-e120-4cc7-8062-9736af9602d5'),
(13093,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:35:14','2026-01-21 13:35:14',NULL,NULL,NULL,'8cd4aaad-18a1-4f2e-acb0-d35759f79299'),
(13094,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:35:39','2026-01-21 13:35:39',NULL,NULL,NULL,'728be18f-9e12-46b0-a507-c208e93529db'),
(13095,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:36:12','2026-01-21 13:36:12',NULL,NULL,NULL,'7ba59104-5b5c-42e5-b177-fb0ca394d6ed'),
(13096,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:39:17','2026-01-21 13:39:17',NULL,NULL,NULL,'e1e05644-767e-48f5-83e4-008c6c39317a'),
(13097,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:39:48','2026-01-21 13:39:48',NULL,NULL,NULL,'3987fbbb-fb64-4310-bcd1-a7f6d9075653'),
(13098,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:40:12','2026-01-21 13:40:12',NULL,NULL,NULL,'a7140ffb-972f-4b9e-8a07-218f37bb052b'),
(13099,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:41:04','2026-01-21 13:41:04',NULL,NULL,NULL,'fa7f4da5-7d98-43de-830c-8601c11bfb97'),
(13100,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:41:10','2026-01-21 13:41:10',NULL,NULL,NULL,'a30f521b-0ba0-4214-b9b7-f91c451621eb'),
(13101,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:41:54','2026-01-21 13:41:54',NULL,NULL,NULL,'44db92c3-92d8-4110-9f37-4d50a37a2bca'),
(13102,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:42:29','2026-01-21 13:42:29',NULL,NULL,NULL,'6d668954-adc2-4963-b67b-64c69ba4e98b'),
(13103,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:42:34','2026-01-21 13:42:34',NULL,NULL,NULL,'577fda59-a5fe-4727-8253-198de9ec0dca'),
(13104,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:04','2026-01-21 13:43:04',NULL,NULL,NULL,'639361c9-d6ea-4947-a27c-624979f7f6ac'),
(13105,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:06','2026-01-21 13:43:06',NULL,NULL,NULL,'d389c4eb-8a96-4d24-905d-6d0d828f76ae'),
(13106,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:32','2026-01-21 13:43:32',NULL,NULL,NULL,'e9f8551f-00a2-451f-a92a-8e4aec90a206'),
(13107,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:36','2026-01-21 13:43:36',NULL,NULL,NULL,'6ad07e7e-cfd8-4c08-ba2b-12ec63aceb88'),
(13108,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:39','2026-01-21 13:43:39',NULL,NULL,NULL,'565444a2-f78d-40aa-aa0e-04fe43876f3b'),
(13109,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:40','2026-01-21 13:43:40',NULL,NULL,NULL,'e9a2594d-ec9d-4ccd-b8a7-b7feb6c23db5'),
(13110,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:41','2026-01-21 13:43:41',NULL,NULL,NULL,'4366f152-edb9-411d-b0f5-ec57dd30e4c5'),
(13111,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:42','2026-01-21 13:43:42',NULL,NULL,NULL,'7c12c19f-7006-44cb-a4ed-75d9500dfdbb'),
(13112,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:43','2026-01-21 13:43:43',NULL,NULL,NULL,'fed7950b-ebb5-4a15-8c66-5964b8bd0738'),
(13113,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:44','2026-01-21 13:43:44',NULL,NULL,NULL,'e148fa26-c71a-4d4c-8056-cab5cbaa0309'),
(13114,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:44','2026-01-21 13:43:44',NULL,NULL,NULL,'914d18ed-144d-45b1-b1d0-4250b50a10fa'),
(13115,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:46','2026-01-21 13:43:46',NULL,NULL,NULL,'54fa0162-5574-4ed9-bf18-b98f17169206'),
(13116,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:46','2026-01-21 13:43:46',NULL,NULL,NULL,'fa9376c4-e5b8-45ae-a6e8-2211454587b5'),
(13117,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:43:46','2026-01-21 13:43:46',NULL,NULL,NULL,'2ac4e270-5960-48ed-8f5d-a8d719a05df8'),
(13118,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:44:08','2026-01-21 13:44:08',NULL,NULL,NULL,'87aa23c2-f989-4981-8462-e57ba42b5a58'),
(13119,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:44:08','2026-01-21 13:44:08',NULL,NULL,NULL,'f4497baf-8b32-40ba-b250-1ca23bb88ab2'),
(13511,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:19','2026-01-21 13:45:19',NULL,NULL,NULL,'52214d5f-fea0-422b-b11c-d189f4b8b164'),
(13512,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:23','2026-01-21 13:45:23',NULL,NULL,NULL,'39bcc4bf-4998-4519-ab8f-82201d09e037'),
(13513,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:37','2026-01-21 13:45:37',NULL,NULL,NULL,'8d107f41-3c38-4697-8d8f-362e833e95b0'),
(13514,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:42','2026-01-21 13:45:42',NULL,NULL,NULL,'257ee314-1bb7-4926-ac51-7a3e41f6fb27'),
(13515,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:43','2026-01-21 13:45:43',NULL,NULL,NULL,'9d59205e-4609-4721-9870-a470ecafbc49'),
(13516,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:45','2026-01-21 13:45:45',NULL,NULL,NULL,'547b9f91-3c9a-4f91-8edd-ff9366c79dfb'),
(13517,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:46','2026-01-21 13:45:46',NULL,NULL,NULL,'47d57f11-d52f-40ee-ac69-670dec0ec6af'),
(13518,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:48','2026-01-21 13:45:48',NULL,NULL,NULL,'82a92b69-ae9d-4168-bea1-406cdf39e25f'),
(13519,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:48','2026-01-21 13:45:48',NULL,NULL,NULL,'c18bb046-e01c-4ad2-8bcb-094f72130255'),
(13520,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:51','2026-01-21 13:45:51',NULL,NULL,NULL,'b7fbd674-0f88-4c71-9f64-289ec9e13598'),
(13521,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:54','2026-01-21 13:45:54',NULL,NULL,NULL,'d3878ba0-1382-41a2-96aa-94fb2af6086b'),
(13522,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:57','2026-01-21 13:45:57',NULL,NULL,NULL,'2f83d7ee-77f7-4bec-9f69-ea23149a630f'),
(13523,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:45:58','2026-01-21 13:45:58',NULL,NULL,NULL,'76039ce4-95cf-4aac-92d8-210894de694f'),
(13524,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:01','2026-01-21 13:46:01',NULL,NULL,NULL,'58b122a9-9b9a-4da3-b33b-dc8d78974690'),
(13525,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:06','2026-01-21 13:46:06',NULL,NULL,NULL,'d51eb6ab-9542-49be-9f4a-d10447d5852e'),
(13526,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:18','2026-01-21 13:46:18',NULL,NULL,NULL,'8ed38b90-86b9-4a35-aa15-ffc0c4fda0ca'),
(13527,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:19','2026-01-21 13:46:19',NULL,NULL,NULL,'ea9c168e-73dc-4669-850c-4365a7a025d5'),
(13528,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:22','2026-01-21 13:46:22',NULL,NULL,NULL,'21311bf6-adce-4220-bb7c-3261f6142bba'),
(13529,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:24','2026-01-21 13:46:24',NULL,NULL,NULL,'0be97b49-adae-4fcc-b1b4-62661f7f3314'),
(13530,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:29','2026-01-21 13:46:29',NULL,NULL,NULL,'e1e7f9ac-386f-4304-b1e9-64b2bf85cdb7'),
(13531,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:31','2026-01-21 13:46:31',NULL,NULL,NULL,'a0395940-3e23-4ee2-b62f-968eb8592a7e'),
(13532,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:31','2026-01-21 13:46:31',NULL,NULL,NULL,'c592f935-1bb2-49b1-ad73-b9e280d42328'),
(13533,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:32','2026-01-21 13:46:32',NULL,NULL,NULL,'44c794b0-f9e3-4cd5-a644-a6b4d988b427'),
(13534,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:32','2026-01-21 13:46:32',NULL,NULL,NULL,'6f4b648e-1cca-4a30-b3f6-c3d8b324fc60'),
(13535,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:32','2026-01-21 13:46:32',NULL,NULL,NULL,'6a8e2f59-582a-4a0d-b4e6-6d884e438728'),
(13536,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:35','2026-01-21 13:46:35',NULL,NULL,NULL,'153b736d-2e95-48a7-8a78-603ff42ff087'),
(13537,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:36','2026-01-21 13:46:36',NULL,NULL,NULL,'fac9aa17-cbe7-4f25-a7dc-943165aa5285'),
(13538,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:36','2026-01-21 13:46:36',NULL,NULL,NULL,'41462645-7c81-411e-856f-e20b035037d5'),
(13539,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:41','2026-01-21 13:46:41',NULL,NULL,NULL,'2dadb920-ad2f-471e-b43d-f57157e271d8'),
(13540,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:44','2026-01-21 13:46:44',NULL,NULL,NULL,'7d79937a-1621-4065-942e-e394c504d244'),
(13541,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:47','2026-01-21 13:46:47',NULL,NULL,NULL,'1721cae5-b1b5-4914-93a7-51455bbf6e91'),
(13542,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:49','2026-01-21 13:46:49',NULL,NULL,NULL,'601ba0ba-95ca-4b22-8365-8f8354c62e92'),
(13543,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:55','2026-01-21 13:46:55',NULL,NULL,NULL,'aa836fd0-7b74-440a-bb82-2cf7a41d5d7b'),
(13544,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:46:59','2026-01-21 13:46:59',NULL,NULL,NULL,'559b865e-d7aa-4205-aa3c-e7d14363dd06'),
(13545,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:00','2026-01-21 13:47:00',NULL,NULL,NULL,'a150b8c6-1b3d-4714-9ab3-44e450c90468'),
(13546,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:02','2026-01-21 13:47:02',NULL,NULL,NULL,'025673d7-9f4f-4957-8dec-eaddbbc8b337'),
(13547,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:06','2026-01-21 13:47:06',NULL,NULL,NULL,'166b8b57-9004-4e92-8ab9-62634c140397'),
(13548,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:07','2026-01-21 13:47:07',NULL,NULL,NULL,'7e459856-b32e-4c5c-9721-8d7233670830'),
(13549,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:10','2026-01-21 13:47:10',NULL,NULL,NULL,'a41f81b7-fe3d-44b7-96bf-c8a8f3ebf14f'),
(13550,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:11','2026-01-21 13:47:11',NULL,NULL,NULL,'1e19ffad-4895-4d96-9d54-3909cf50162b'),
(13551,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:13','2026-01-21 13:47:13',NULL,NULL,NULL,'c5a06b81-e3c8-4402-8b13-d72230c16c74'),
(13552,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:13','2026-01-21 13:47:13',NULL,NULL,NULL,'cac4ce81-c5d1-4d57-8831-5f51e19e7f21'),
(13553,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:16','2026-01-21 13:47:16',NULL,NULL,NULL,'42d23463-b5b5-4489-b0d1-7196827d5afe'),
(13554,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:17','2026-01-21 13:47:17',NULL,NULL,NULL,'5950e1fd-4ad0-4879-a823-eaaa8df6b333'),
(13555,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:18','2026-01-21 13:47:18',NULL,NULL,NULL,'29d632ec-b016-4c60-bf5f-fffde44dbb9f'),
(13556,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:19','2026-01-21 13:47:19',NULL,NULL,NULL,'8c71e28d-e416-49f7-a252-1e772de8da4c'),
(13557,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:21','2026-01-21 13:47:21',NULL,NULL,NULL,'61d048a3-5708-4962-a0b8-62031305e3ff'),
(13558,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:22','2026-01-21 13:47:22',NULL,NULL,NULL,'c08e46b6-0b61-4d08-ab32-bc1ae35f6999'),
(13559,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:22','2026-01-21 13:47:22',NULL,NULL,NULL,'d8f91ce9-20e2-4fcc-ade5-113ce483fa0a'),
(13560,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:24','2026-01-21 13:47:24',NULL,NULL,NULL,'0e2b1de8-f13e-48c9-91a8-71586986fabe'),
(13561,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:26','2026-01-21 13:47:26',NULL,NULL,NULL,'fd042dbb-495e-48d1-a9f9-38db39d42c60'),
(13562,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:28','2026-01-21 13:47:28',NULL,NULL,NULL,'4abfa3c0-cb04-47f6-bb10-b769a7392373'),
(13563,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:31','2026-01-21 13:47:31',NULL,NULL,NULL,'6571de8d-ea59-4571-8cf4-91d2d3962243'),
(13564,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:32','2026-01-21 13:47:32',NULL,NULL,NULL,'5d52a7bd-3507-45c1-80a3-a1f16e6c218f'),
(13565,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:33','2026-01-21 13:47:33',NULL,NULL,NULL,'aa8f63d2-aad2-4b15-a631-a4e31228a98c'),
(13566,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:36','2026-01-21 13:47:36',NULL,NULL,NULL,'ea3d98c5-22fd-436e-a135-e5e0dcaed386'),
(13567,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:36','2026-01-21 13:47:36',NULL,NULL,NULL,'c23ec3ee-1eec-4f0a-9a67-7d1a91c7a10e'),
(13568,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:38','2026-01-21 13:47:38',NULL,NULL,NULL,'9a9e45df-a16d-44b4-9a5f-27ca7119e4b7'),
(13569,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:42','2026-01-21 13:47:42',NULL,NULL,NULL,'821aa283-e33d-4517-9163-d70708415009'),
(13570,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:44','2026-01-21 13:47:44',NULL,NULL,NULL,'7da5f823-dcf9-4467-8fac-4bf58af6b861'),
(13571,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:48','2026-01-21 13:47:48',NULL,NULL,NULL,'afe9b3af-5f7d-43ab-b9d2-251232aa9806'),
(13572,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:50','2026-01-21 13:47:50',NULL,NULL,NULL,'6e0dddd6-69df-46ca-9f31-ec60064a5286'),
(13573,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:53','2026-01-21 13:47:53',NULL,NULL,NULL,'5e4053f9-20c7-4265-982a-990f8f9372ac'),
(13574,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:55','2026-01-21 13:47:55',NULL,NULL,NULL,'886633df-8a56-417a-83ac-e4449bea27d5'),
(13575,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:57','2026-01-21 13:47:57',NULL,NULL,NULL,'3679a562-6945-471e-bd32-982a76c961b0'),
(13576,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:47:59','2026-01-21 13:47:59',NULL,NULL,NULL,'c4c9a0a4-d174-4429-b8b3-02f46cdd6b4f'),
(13577,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:04','2026-01-21 13:48:04',NULL,NULL,NULL,'ce762ef6-a63c-4a65-9738-cedd9749dab5'),
(13578,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:05','2026-01-21 13:48:05',NULL,NULL,NULL,'4d7bcf86-22b2-4f13-adfc-f0489ff375b3'),
(13579,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:07','2026-01-21 13:48:07',NULL,NULL,NULL,'cafbc890-a396-47d6-9f13-224a7b3f80f3'),
(13580,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:10','2026-01-21 13:48:10',NULL,NULL,NULL,'04b895e1-7cdb-45ea-8096-fa693de6d9d4'),
(13581,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:10','2026-01-21 13:48:10',NULL,NULL,NULL,'a3267601-4ef5-44f9-8583-02261b375648'),
(13582,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:12','2026-01-21 13:48:12',NULL,NULL,NULL,'239728ca-b64c-4e0a-9a2b-513a8898c03f'),
(13583,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:13','2026-01-21 13:48:13',NULL,NULL,NULL,'c8771b06-b540-44e8-b521-28c841b7efcc'),
(13584,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:17','2026-01-21 13:48:17',NULL,NULL,NULL,'a7ff32ff-4373-4ae0-8f46-745f510b9131'),
(13585,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:19','2026-01-21 13:48:19',NULL,NULL,NULL,'b648343d-d3d7-46d9-8afc-845f79452246'),
(13586,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:21','2026-01-21 13:48:21',NULL,NULL,NULL,'658a6349-122a-49f5-82f7-713017e8cb62'),
(13587,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:22','2026-01-21 13:48:22',NULL,NULL,NULL,'9064e7a3-813e-42b9-a005-c8865cffcd8c'),
(13588,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:23','2026-01-21 13:48:23',NULL,NULL,NULL,'2ef2c34d-88b6-4b2c-b07f-a3bbd7d95697'),
(13589,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:25','2026-01-21 13:48:25',NULL,NULL,NULL,'a2b12c35-e7a3-485b-837c-2b5868912628'),
(13590,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:32','2026-01-21 13:48:32',NULL,NULL,NULL,'3464a891-22f0-4a4d-9d7b-d745305ed7b7'),
(13591,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:33','2026-01-21 13:48:33',NULL,NULL,NULL,'22ce076d-0db4-4358-88f4-6e80b8920729'),
(13592,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:33','2026-01-21 13:48:33',NULL,NULL,NULL,'013acb7f-4fb8-4558-a6c7-65de0534f162'),
(13593,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:35','2026-01-21 13:48:35',NULL,NULL,NULL,'ee717619-856f-46bf-82ae-c1c3911c7c7a'),
(13594,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:37','2026-01-21 13:48:37',NULL,NULL,NULL,'2c9122cd-c076-4f0e-b17f-218fd9d3e649'),
(13595,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:38','2026-01-21 13:48:38',NULL,NULL,NULL,'bf5b8fdd-9f87-435b-b2b2-61a48999346b'),
(13596,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:38','2026-01-21 13:48:38',NULL,NULL,NULL,'11b932e8-9e8b-4c63-b620-37f75f7fc477'),
(13597,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:39','2026-01-21 13:48:39',NULL,NULL,NULL,'7acf8325-8500-4022-9baa-728dad290218'),
(13598,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:40','2026-01-21 13:48:40',NULL,NULL,NULL,'eb964c05-d724-4080-801f-dac1c09544e4'),
(13599,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:40','2026-01-21 13:48:40',NULL,NULL,NULL,'97de7d70-bc4b-4c55-8c74-8609dfcbd76c'),
(13600,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:42','2026-01-21 13:48:42',NULL,NULL,NULL,'726ceefb-ee0c-461e-80a4-de4a9444e9d3'),
(13601,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:44','2026-01-21 13:48:44',NULL,NULL,NULL,'995b49bb-dadf-4323-af93-2d1477967ec9'),
(13602,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:44','2026-01-21 13:48:44',NULL,NULL,NULL,'890d003d-ad0c-4742-9be6-18b711db1646'),
(13603,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:45','2026-01-21 13:48:45',NULL,NULL,NULL,'aa84f250-8904-4f1f-8f8c-2c1aa352fd08'),
(13604,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:45','2026-01-21 13:48:45',NULL,NULL,NULL,'1d46bd0a-a4de-4362-87ba-f7b7d457fb22'),
(13605,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:47','2026-01-21 13:48:47',NULL,NULL,NULL,'4040f8ac-259a-4460-a810-4b801c6df421'),
(13606,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:48','2026-01-21 13:48:48',NULL,NULL,NULL,'461f138f-87bb-4fac-a2b1-71e4988c3d5c'),
(13607,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:49','2026-01-21 13:48:49',NULL,NULL,NULL,'34a07824-6d53-4321-956b-445dd059afb9'),
(13608,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:48:57','2026-01-21 13:48:57',NULL,NULL,NULL,'d75ca825-d1fb-48a0-a38d-5e13f2339cc9'),
(13609,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:05','2026-01-21 13:49:05',NULL,NULL,NULL,'91ba5381-9a1d-4a1e-807c-590fdcf92b85'),
(13610,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:09','2026-01-21 13:49:09',NULL,NULL,NULL,'5aa4eeda-a848-42bd-984d-2d9dca6ff358'),
(13611,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:12','2026-01-21 13:49:12',NULL,NULL,NULL,'4e15e3d7-c001-4859-ad84-53ee7de52d50'),
(13612,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:14','2026-01-21 13:49:14',NULL,NULL,NULL,'981ffb42-938a-4313-a84a-85544ba6d4ae'),
(13613,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:15','2026-01-21 13:49:15',NULL,NULL,NULL,'f92ae7a3-e018-4746-9489-54bddc8c9bd3'),
(13614,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:19','2026-01-21 13:49:19',NULL,NULL,NULL,'456e1c92-d6b5-4445-a708-b7097f5fbc7b'),
(13615,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:21','2026-01-21 13:49:21',NULL,NULL,NULL,'37e2c712-8239-4381-8f32-702558c6cbb5'),
(13616,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:27','2026-01-21 13:49:27',NULL,NULL,NULL,'bfc32390-057c-42c0-82ef-9580b43d0f4e'),
(13617,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:27','2026-01-21 13:49:27',NULL,NULL,NULL,'68f353b2-5cb2-4950-8360-77ffd55023da'),
(13618,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:27','2026-01-21 13:49:27',NULL,NULL,NULL,'87af3301-c316-468f-8fde-6df7780051d2'),
(13619,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:28','2026-01-21 13:49:28',NULL,NULL,NULL,'6eade0b6-387c-4549-8aed-36a3429bb54b'),
(13620,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:32','2026-01-21 13:49:32',NULL,NULL,NULL,'5c943bf4-e1e7-49a5-a0d5-701fcafbeb8f'),
(13621,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:33','2026-01-21 13:49:33',NULL,NULL,NULL,'95fc981e-4789-4a3c-9943-cda75d4e566d'),
(13622,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:40','2026-01-21 13:49:40',NULL,NULL,NULL,'1550eb3c-3b1d-4b0c-afe2-c2710e93be81'),
(13623,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:42','2026-01-21 13:49:42',NULL,NULL,NULL,'86b6d207-bfd8-4b8c-8f5f-720580b1cb92'),
(13624,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:46','2026-01-21 13:49:46',NULL,NULL,NULL,'474600f1-c4e4-485e-9784-67d968086f70'),
(13625,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:50','2026-01-21 13:49:50',NULL,NULL,NULL,'b81f66db-1d1c-422f-bb74-494a9cdb3646'),
(13626,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:52','2026-01-21 13:49:52',NULL,NULL,NULL,'af78b9cc-02b5-4da3-889c-979feda26cd9'),
(13627,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:54','2026-01-21 13:49:54',NULL,NULL,NULL,'2374d0e2-0802-468e-b059-ef0efb19377d'),
(13628,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:56','2026-01-21 13:49:56',NULL,NULL,NULL,'aace6188-e72f-4ff7-9adb-8d3aedad700c'),
(13629,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:49:57','2026-01-21 13:49:57',NULL,NULL,NULL,'2f44b29d-302f-407b-a14e-a797b9ea1141'),
(13630,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:06','2026-01-21 13:50:06',NULL,NULL,NULL,'b3cbf5e8-5838-4497-b9e5-b713cf311538'),
(13631,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:06','2026-01-21 13:50:06',NULL,NULL,NULL,'6e91fc23-e37c-48c2-8a88-87a4af96913a'),
(13632,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:08','2026-01-21 13:50:08',NULL,NULL,NULL,'307eaae7-76d0-422a-beef-cedf662a8cdf'),
(13633,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:10','2026-01-21 13:50:10',NULL,NULL,NULL,'813a6c6b-09a5-4532-b460-3661bf8fde92'),
(13634,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:12','2026-01-21 13:50:12',NULL,NULL,NULL,'ba9efd30-1101-48eb-82c2-2d6191c508c2'),
(13635,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:15','2026-01-21 13:50:15',NULL,NULL,NULL,'b98d1128-3c5a-41c1-aa9c-901e890b7a1b'),
(13636,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:15','2026-01-21 13:50:15',NULL,NULL,NULL,'9a93201a-9847-4abe-a406-156d80fe78d2'),
(13637,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:17','2026-01-21 13:50:17',NULL,NULL,NULL,'d24b3363-0a9f-4bd1-9e77-b9539156e297'),
(13638,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:19','2026-01-21 13:50:19',NULL,NULL,NULL,'55ea7fa5-cf3a-473a-8ec4-bdd4609b95eb'),
(13639,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:20','2026-01-21 13:50:20',NULL,NULL,NULL,'a1856c69-efab-4091-a6e3-c56b65214687'),
(13640,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:21','2026-01-21 13:50:21',NULL,NULL,NULL,'d687b7c1-e766-4b4f-80d3-631ca40688da'),
(13641,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:22','2026-01-21 13:50:22',NULL,NULL,NULL,'cf65ad92-b411-4b97-ae37-9c3810a010d0'),
(13642,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:26','2026-01-21 13:50:26',NULL,NULL,NULL,'35f445cd-4f9e-4f61-87fc-c68ca267d124'),
(13643,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:27','2026-01-21 13:50:27',NULL,NULL,NULL,'c3d0ae07-4364-4abd-9c78-0740a735097a'),
(13644,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:32','2026-01-21 13:50:32',NULL,NULL,NULL,'ca66468c-6337-4233-853f-1b243025df87'),
(13645,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:37','2026-01-21 13:50:37',NULL,NULL,NULL,'d3803e30-85df-468b-a937-54756b41011a'),
(13646,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:43','2026-01-21 13:50:43',NULL,NULL,NULL,'b77e3357-a8f1-4794-82cc-0225c6b2a785'),
(13647,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:45','2026-01-21 13:50:45',NULL,NULL,NULL,'8dfb6dfb-6467-43ac-97f1-59fa2a665911'),
(13648,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:46','2026-01-21 13:50:46',NULL,NULL,NULL,'a7e181a6-c3f2-4d7a-99fc-65fab7a60878'),
(13649,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:47','2026-01-21 13:50:47',NULL,NULL,NULL,'0156a0c3-563b-4b61-b16c-84a0fbbd944c'),
(13650,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:48','2026-01-21 13:50:48',NULL,NULL,NULL,'de6d0f81-4e07-4f31-84b9-d43eae54e5b8'),
(13651,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:48','2026-01-21 13:50:48',NULL,NULL,NULL,'6ab078e6-40ba-4b3f-b7ea-f6827888e934'),
(13652,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:49','2026-01-21 13:50:49',NULL,NULL,NULL,'94a6d71a-2e72-40b7-8698-cfaf64140dcf'),
(13653,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:50','2026-01-21 13:50:50',NULL,NULL,NULL,'020c4c77-1487-47cc-9f54-a312b5ac6ac5'),
(13654,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:52','2026-01-21 13:50:52',NULL,NULL,NULL,'94a99041-6e4c-4a2f-aa65-465f4a1412d7'),
(13655,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:57','2026-01-21 13:50:57',NULL,NULL,NULL,'45544b73-948d-4b3f-b85e-940ed4d0f209'),
(13656,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:50:58','2026-01-21 13:50:58',NULL,NULL,NULL,'1a8a7d02-61ae-4e1e-baec-1dac70514d93'),
(13657,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:07','2026-01-21 13:51:07',NULL,NULL,NULL,'7734759d-1e2e-460c-a51d-6f9684d728ae'),
(13658,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:08','2026-01-21 13:51:08',NULL,NULL,NULL,'92e4aaf0-1ff2-42fd-85af-3a038091d731'),
(13659,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:15','2026-01-21 13:51:15',NULL,NULL,NULL,'203003a1-f509-4145-8137-2c1d3064aae6'),
(13660,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:16','2026-01-21 13:51:16',NULL,NULL,NULL,'24ca8055-bbd3-46ee-8fd1-8c59bfe990b9'),
(13661,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:21','2026-01-21 13:51:21',NULL,NULL,NULL,'3131bed9-cc8b-4891-8202-239470c8313d'),
(13662,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:23','2026-01-21 13:51:23',NULL,NULL,NULL,'63b70a9e-80f8-439e-a069-049b12d21269'),
(13663,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:27','2026-01-21 13:51:27',NULL,NULL,NULL,'0d7369c6-a46e-4ab7-8404-603429e32d51'),
(13664,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:28','2026-01-21 13:51:28',NULL,NULL,NULL,'c353b4fd-f9d0-4759-8f2e-7ccbc4027b32'),
(13665,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:32','2026-01-21 13:51:32',NULL,NULL,NULL,'afe3e068-1897-43a9-a254-d57e7d24146e'),
(13666,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:34','2026-01-21 13:51:34',NULL,NULL,NULL,'50f70658-2358-4e34-b367-8c2fa92bcc83'),
(13667,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:36','2026-01-21 13:51:36',NULL,NULL,NULL,'85dd9a99-29be-43e9-ad4f-16defddce40f'),
(13668,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:37','2026-01-21 13:51:37',NULL,NULL,NULL,'628ee8f1-28b7-4473-9d3d-04d1fb7e71d2'),
(13669,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:42','2026-01-21 13:51:42',NULL,NULL,NULL,'e3026976-6d09-4dab-a303-c2ff584dd117'),
(13670,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:48','2026-01-21 13:51:48',NULL,NULL,NULL,'b9e7442b-4b19-4bfb-a88c-bd1318e0335f'),
(13671,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:51','2026-01-21 13:51:51',NULL,NULL,NULL,'d875d623-8cdc-4ddb-ace1-e8ac1cc4292d'),
(13672,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:51:56','2026-01-21 13:51:56',NULL,NULL,NULL,'cb69e1ef-caf7-443c-a995-5cc20532d9ce'),
(13673,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:05','2026-01-21 13:52:05',NULL,NULL,NULL,'fb02366a-b1da-4273-b7c5-2f5f23ec0c4a'),
(13674,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:15','2026-01-21 13:52:15',NULL,NULL,NULL,'7c04194b-1327-46b6-83bf-99708a864727'),
(13675,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:15','2026-01-21 13:52:15',NULL,NULL,NULL,'274ec18b-67af-4eab-ab75-a870ca656a13'),
(13676,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:19','2026-01-21 13:52:19',NULL,NULL,NULL,'ab43b4a5-d8e3-4bcd-af46-932fd17609c6'),
(13677,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:22','2026-01-21 13:52:22',NULL,NULL,NULL,'b5063177-514a-41a7-bca8-f598990f60c6'),
(13678,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:24','2026-01-21 13:52:24',NULL,NULL,NULL,'3df9650b-7194-486a-9911-49d26353145c'),
(13679,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:25','2026-01-21 13:52:25',NULL,NULL,NULL,'bcce61f3-aae2-46de-811a-e5bb023a5799'),
(13680,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:25','2026-01-21 13:52:25',NULL,NULL,NULL,'768b08d9-6751-42aa-bfe3-b29a0881e539'),
(13681,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:27','2026-01-21 13:52:27',NULL,NULL,NULL,'0976a81c-6997-428e-a15b-34703321c3ba'),
(13682,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:29','2026-01-21 13:52:29',NULL,NULL,NULL,'e63d1ffa-61cb-4f75-9ab7-dbdc271cfb78'),
(13683,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:29','2026-01-21 13:52:29',NULL,NULL,NULL,'371547a2-1b7c-48c6-bcb5-9857e12b357d'),
(13684,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:30','2026-01-21 13:52:30',NULL,NULL,NULL,'5d279bec-9fdc-4806-b28e-efd2612a5931'),
(13685,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:34','2026-01-21 13:52:34',NULL,NULL,NULL,'ab29f84a-90c6-4cc4-b553-9932aec010cc'),
(13686,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:35','2026-01-21 13:52:35',NULL,NULL,NULL,'5ee900a6-79cb-4b27-bc4d-3b4f2f615abb'),
(13687,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:39','2026-01-21 13:52:39',NULL,NULL,NULL,'c800705b-885b-434d-97be-3ed54e4b6b18'),
(13688,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:41','2026-01-21 13:52:41',NULL,NULL,NULL,'610ad7be-8177-454f-a0a8-a42d2a5e89cd'),
(13689,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:44','2026-01-21 13:52:44',NULL,NULL,NULL,'fb77d54e-dea4-444c-9c75-7052be812d46'),
(13690,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:46','2026-01-21 13:52:46',NULL,NULL,NULL,'ae8b1c8d-1606-433f-b6cd-c75ad4527433'),
(13691,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:47','2026-01-21 13:52:47',NULL,NULL,NULL,'e053f1a2-28ee-406f-8c24-185cc319cdd6'),
(13692,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:50','2026-01-21 13:52:50',NULL,NULL,NULL,'b9a56651-7071-49d5-acb1-2d9719d3dcb2'),
(13693,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:51','2026-01-21 13:52:51',NULL,NULL,NULL,'229b258f-cdff-4eb5-82e9-b011c578a5cd'),
(13694,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:52','2026-01-21 13:52:52',NULL,NULL,NULL,'b9b3245b-84f4-4a43-b229-5586f53f3a11'),
(13695,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:52','2026-01-21 13:52:52',NULL,NULL,NULL,'b5dbb9e9-fb07-4d76-9ad7-a538b51390b4'),
(13696,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:53','2026-01-21 13:52:53',NULL,NULL,NULL,'efe7f134-0350-40c0-8130-c4ce820162d8'),
(13697,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:54','2026-01-21 13:52:54',NULL,NULL,NULL,'4e7ea8ac-5e43-4f0a-ae1e-bcd80dceca7c'),
(13698,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:52:59','2026-01-21 13:52:59',NULL,NULL,NULL,'aafbd37e-320f-4a22-8924-8f7eba6ec708'),
(13699,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:01','2026-01-21 13:53:01',NULL,NULL,NULL,'e6f6e652-8bc1-43be-8842-b91c4c7ba004'),
(13700,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:05','2026-01-21 13:53:05',NULL,NULL,NULL,'92629eed-9c90-4b2c-9567-2b619c4544b1'),
(13701,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:05','2026-01-21 13:53:05',NULL,NULL,NULL,'64082da8-0969-44cd-b972-25f92fd35d09'),
(13702,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:06','2026-01-21 13:53:06',NULL,NULL,NULL,'68559b9c-fa3c-4163-8e11-0225369b12bd'),
(13703,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:07','2026-01-21 13:53:07',NULL,NULL,NULL,'6e330128-8efc-4151-b012-6cbe01d11b75'),
(13704,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:08','2026-01-21 13:53:08',NULL,NULL,NULL,'9da756ea-4e2d-4655-97ce-a9c279d0b157'),
(13705,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:09','2026-01-21 13:53:09',NULL,NULL,NULL,'95a390d3-0d35-4862-a412-adc0aa816e54'),
(13706,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:09','2026-01-21 13:53:09',NULL,NULL,NULL,'5295d0d0-b7d3-47ab-9ce0-211adf4a9109'),
(13707,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:11','2026-01-21 13:53:11',NULL,NULL,NULL,'57c220ca-2a84-4fbb-a7a7-e17dc51a10c8'),
(13708,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:15','2026-01-21 13:53:15',NULL,NULL,NULL,'49163226-4dc5-4a09-b776-b055fa9c3081'),
(13709,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:19','2026-01-21 13:53:19',NULL,NULL,NULL,'3c89bab7-e6cc-4db7-8490-029d7e75ee53'),
(13710,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:20','2026-01-21 13:53:20',NULL,NULL,NULL,'824839b5-fb42-4c52-9884-3d1bff8c5f27'),
(13711,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:21','2026-01-21 13:53:21',NULL,NULL,NULL,'b445b2db-0ea6-40f2-98a0-842d81998ab1'),
(13712,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:26','2026-01-21 13:53:26',NULL,NULL,NULL,'1e63f192-5db3-4eb8-8982-c5a752629437'),
(13713,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:27','2026-01-21 13:53:27',NULL,NULL,NULL,'146eebd2-8075-4568-bd05-076fb344d28d'),
(13714,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:29','2026-01-21 13:53:29',NULL,NULL,NULL,'d9d0897b-3105-40af-b10d-d429212adaeb'),
(13715,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:30','2026-01-21 13:53:30',NULL,NULL,NULL,'aebe2ced-6417-4bfe-aa5b-c166ead06b90'),
(13716,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:38','2026-01-21 13:53:38',NULL,NULL,NULL,'e401b574-a920-42f2-9756-69a026bd5cc3'),
(13717,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:41','2026-01-21 13:53:41',NULL,NULL,NULL,'bdf9871a-489a-404c-8596-873752e33d24'),
(13718,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:43','2026-01-21 13:53:43',NULL,NULL,NULL,'867a85bb-2772-47de-9aac-eb89408048aa'),
(13719,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:49','2026-01-21 13:53:49',NULL,NULL,NULL,'61cec069-a3f6-472e-8078-5caf9b48bbea'),
(13720,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:50','2026-01-21 13:53:50',NULL,NULL,NULL,'2988025d-95b8-4af5-ab24-fe2a51ff9646'),
(13721,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:50','2026-01-21 13:53:50',NULL,NULL,NULL,'91144db8-b22c-40da-b7d8-270f97e08325'),
(13722,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:52','2026-01-21 13:53:52',NULL,NULL,NULL,'87929b5b-448b-4b8d-b90e-3fd3ed843707'),
(13723,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:53:52','2026-01-21 13:53:52',NULL,NULL,NULL,'440e3271-d7e8-43f0-8e77-83275beb2556'),
(13724,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:01','2026-01-21 13:54:01',NULL,NULL,NULL,'404510c5-01d8-4fc7-9712-6e82e300dc4c'),
(13725,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:02','2026-01-21 13:54:02',NULL,NULL,NULL,'bf56817d-0ce4-4579-a3b0-29daa3975941'),
(13726,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:03','2026-01-21 13:54:03',NULL,NULL,NULL,'e8d36ca4-2b23-41a2-be9a-6bc003d76abc'),
(13727,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:03','2026-01-21 13:54:03',NULL,NULL,NULL,'2fcb5534-aac9-456e-8ef2-02da99880aee'),
(13728,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:09','2026-01-21 13:54:09',NULL,NULL,NULL,'5196af09-cb3a-4008-8b23-61f934500788'),
(13729,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:10','2026-01-21 13:54:10',NULL,NULL,NULL,'4c683d57-d4a3-455a-be84-4a95dde5b4c1'),
(13730,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:10','2026-01-21 13:54:10',NULL,NULL,NULL,'33954384-32e6-477a-bef0-d5ba56049bbb'),
(13731,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:30','2026-01-21 13:54:30',NULL,NULL,NULL,'31faf16f-a03d-48d3-a55b-29b0d93c3664'),
(13732,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:38','2026-01-21 13:54:38',NULL,NULL,NULL,'ca7571d7-5dd6-4054-ac50-5dca4add4653'),
(13733,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:40','2026-01-21 13:54:40',NULL,NULL,NULL,'1a540456-9f16-4bcb-8e44-aab7dcd4e86b'),
(13734,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:46','2026-01-21 13:54:46',NULL,NULL,NULL,'99092591-0ab6-4df9-8536-9592ea8570ed'),
(13735,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:47','2026-01-21 13:54:47',NULL,NULL,NULL,'b8aa4ea8-6725-494c-a996-3a1020057aa2'),
(13736,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:54:51','2026-01-21 13:54:51',NULL,NULL,NULL,'b14260fe-1b97-4b0c-80d8-988f38830e93'),
(13737,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:04','2026-01-21 13:55:04',NULL,NULL,NULL,'cda950d5-56f6-42db-a17e-7af5aa4780bc'),
(13738,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:04','2026-01-21 13:55:04',NULL,NULL,NULL,'91040e24-071a-4f2f-b315-545ad1100d0c'),
(13739,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:08','2026-01-21 13:55:08',NULL,NULL,NULL,'1cfe6ebf-c505-452c-8edf-1a677ece3307'),
(13740,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:09','2026-01-21 13:55:09',NULL,NULL,NULL,'7e476036-2aa6-4221-9fc2-49285d92c042'),
(13741,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:09','2026-01-21 13:55:09',NULL,NULL,NULL,'9f7d0e2a-33d1-452b-afa5-2024acb5ef25'),
(13742,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:11','2026-01-21 13:55:11',NULL,NULL,NULL,'e9540b5c-8538-4915-806c-c5424cd0f8bc'),
(13743,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:13','2026-01-21 13:55:13',NULL,NULL,NULL,'ad24beac-e6e8-44ee-8a88-da9ecf119a09'),
(13744,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:13','2026-01-21 13:55:13',NULL,NULL,NULL,'06091ed5-c0b6-46cd-bed8-9f44218a95d3'),
(13745,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:14','2026-01-21 13:55:14',NULL,NULL,NULL,'6991bb3e-6251-41b0-89a7-79d59ca0d22b'),
(13746,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:15','2026-01-21 13:55:15',NULL,NULL,NULL,'18f1bab0-695e-4ddc-8139-73682b374be4'),
(13747,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:15','2026-01-21 13:55:15',NULL,NULL,NULL,'a32cc8e3-d21a-4598-8b08-0f3c57654162'),
(13748,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:15','2026-01-21 13:55:15',NULL,NULL,NULL,'28c56e50-e71c-441e-b937-95a4313a2cdb'),
(13749,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:19','2026-01-21 13:55:19',NULL,NULL,NULL,'ae5141ab-b8be-491f-b5d0-dcbdfcb05a44'),
(13750,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:21','2026-01-21 13:55:21',NULL,NULL,NULL,'88718a09-ce27-45e6-bc1f-b88dbdcbdbea'),
(13751,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:21','2026-01-21 13:55:21',NULL,NULL,NULL,'bcfa5c45-1d1c-4bc1-bae4-3ed92351f57e'),
(13752,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:23','2026-01-21 13:55:23',NULL,NULL,NULL,'f16426e7-5358-4c4a-8fc8-6b6591a175e6'),
(13753,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:25','2026-01-21 13:55:25',NULL,NULL,NULL,'e6133c62-f336-4be1-8801-7e613d6ac874'),
(13754,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:25','2026-01-21 13:55:25',NULL,NULL,NULL,'ac0a2eed-8796-440c-a081-72dcc80eb386'),
(13755,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:25','2026-01-21 13:55:25',NULL,NULL,NULL,'37d5819d-52ee-4bf6-bfaf-a32fefe3644e'),
(13756,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:26','2026-01-21 13:55:26',NULL,NULL,NULL,'59e4b30d-61b6-418c-8e88-1004cfab3f21'),
(13757,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:26','2026-01-21 13:55:26',NULL,NULL,NULL,'0e81e10d-9eb4-45a2-a232-669a932ae03f'),
(13758,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:28','2026-01-21 13:55:28',NULL,NULL,NULL,'45eac176-1808-459f-a6fb-ffa78076f25b'),
(13759,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:28','2026-01-21 13:55:28',NULL,NULL,NULL,'6dcbeb5d-a244-464c-8d8d-5d33180676fe'),
(13760,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:28','2026-01-21 13:55:28',NULL,NULL,NULL,'c60bb936-5aab-4cbf-ad7b-40d7fc22ed2c'),
(13761,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:32','2026-01-21 13:55:32',NULL,NULL,NULL,'35912b28-9f58-4bc6-9206-3b7ffff13718'),
(13762,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:33','2026-01-21 13:55:33',NULL,NULL,NULL,'43a66c82-db36-40dc-9c32-091a997e6c24'),
(13763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:47','2026-01-21 13:55:47',NULL,NULL,NULL,'c5e294e2-2bf9-4019-989c-e1a94e8fb6c7'),
(13764,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:55:56','2026-01-21 13:55:56',NULL,NULL,NULL,'748ad471-9e74-434a-b0b0-e030ffc2f0ae'),
(13765,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:00','2026-01-21 13:56:00',NULL,NULL,NULL,'998e0a8b-f2a8-4778-a498-3a7aa8655dcd'),
(13766,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:01','2026-01-21 13:56:01',NULL,NULL,NULL,'b59dffa0-0b56-4461-aca0-b583ceeaae44'),
(13767,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:02','2026-01-21 13:56:02',NULL,NULL,NULL,'981402d1-4ca9-46a6-b191-043bf0898a1b'),
(13768,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:05','2026-01-21 13:56:05',NULL,NULL,NULL,'89383420-920e-466f-afcb-519bca6bead5'),
(13769,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:07','2026-01-21 13:56:07',NULL,NULL,NULL,'b78c488d-ad4d-4f14-aa17-04b2c3aeb48b'),
(13770,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:08','2026-01-21 13:56:08',NULL,NULL,NULL,'4def55d1-fb94-4c7a-b8e8-a34ca723eda5'),
(13771,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:09','2026-01-21 13:56:09',NULL,NULL,NULL,'7b5554e5-a5b1-4c1c-ad2f-06633bd0963c'),
(13772,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:11','2026-01-21 13:56:11',NULL,NULL,NULL,'1daeea9b-58a4-4531-a256-7ed329ebec5e'),
(13773,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:15','2026-01-21 13:56:15',NULL,NULL,NULL,'2b0938b8-5730-4cff-aca0-c3b17081c9de'),
(13774,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:16','2026-01-21 13:56:16',NULL,NULL,NULL,'6a299b52-3bee-4d9c-8835-a90606090513'),
(13775,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:16','2026-01-21 13:56:16',NULL,NULL,NULL,'f3979368-9cbe-4983-bb2e-91ddd9c9d306'),
(13776,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:17','2026-01-21 13:56:17',NULL,NULL,NULL,'e8e1edf9-316b-43b4-a9b3-2a1963dcc65b'),
(13777,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:17','2026-01-21 13:56:17',NULL,NULL,NULL,'b0c019db-70f4-4f73-89e8-d38437f46f61'),
(13778,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:21','2026-01-21 13:56:21',NULL,NULL,NULL,'4010174e-334d-48b8-b50e-b1c9176e582e'),
(13779,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:22','2026-01-21 13:56:22',NULL,NULL,NULL,'fd53bf3f-694b-4ab8-a984-d519b829ef2b'),
(13780,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:24','2026-01-21 13:56:24',NULL,NULL,NULL,'4b66ad38-396a-438b-9bc3-b8e4267ce6f3'),
(13781,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:24','2026-01-21 13:56:24',NULL,NULL,NULL,'1d4758bd-b717-49c2-b4aa-431b1be0c34f'),
(13782,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:25','2026-01-21 13:56:25',NULL,NULL,NULL,'9605aa73-301c-4cad-8550-d628e55d6c5f'),
(13783,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:26','2026-01-21 13:56:26',NULL,NULL,NULL,'9ff11430-4fb5-4e4a-ac0b-24b0d82df332'),
(13784,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:27','2026-01-21 13:56:27',NULL,NULL,NULL,'a59fcb32-b12b-4851-8895-0aa513e934ff'),
(13785,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:27','2026-01-21 13:56:27',NULL,NULL,NULL,'8ad161a9-e1a2-4129-84f0-bd53e7105554'),
(13786,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:30','2026-01-21 13:56:30',NULL,NULL,NULL,'75a35528-592b-4eda-b2d0-71a74aeece08'),
(13787,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:31','2026-01-21 13:56:31',NULL,NULL,NULL,'198f081d-8b7d-4480-8343-abf7cd6ec404'),
(13788,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:31','2026-01-21 13:56:31',NULL,NULL,NULL,'8a2e5a26-87d7-46cb-bb8a-59ba55a6aa2a'),
(13789,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:37','2026-01-21 13:56:37',NULL,NULL,NULL,'f9f85795-9d02-4f3b-a74c-175daa1f642e'),
(13790,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:39','2026-01-21 13:56:39',NULL,NULL,NULL,'3a027710-42b7-4974-9f16-442d0402879b'),
(13791,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:39','2026-01-21 13:56:39',NULL,NULL,NULL,'c3a521c5-ca85-46a6-9cfa-312d3722c20d'),
(13792,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:40','2026-01-21 13:56:40',NULL,NULL,NULL,'d31343b1-0fc2-4551-aa56-6b2bb2de42bb'),
(13793,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:44','2026-01-21 13:56:44',NULL,NULL,NULL,'ce2ae4bd-861e-431f-8ac7-3b052af7fba8'),
(13794,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:45','2026-01-21 13:56:45',NULL,NULL,NULL,'0d880d3f-ea7a-49cc-a30c-5950a799357a'),
(13795,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:49','2026-01-21 13:56:49',NULL,NULL,NULL,'1dcc2b6d-6b49-4b17-a4fe-a0e70e39c5ce'),
(13796,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:51','2026-01-21 13:56:51',NULL,NULL,NULL,'40488530-3783-4564-9573-bba7aa46917d'),
(13797,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:51','2026-01-21 13:56:51',NULL,NULL,NULL,'e91548e4-7789-4a9d-b2cf-f8a4bfea6a0f'),
(13798,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:52','2026-01-21 13:56:52',NULL,NULL,NULL,'2e22cb5a-24ca-49bc-820e-93e075b97d4c'),
(13799,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:56:59','2026-01-21 13:56:59',NULL,NULL,NULL,'84f079bb-2e2d-4d54-830a-ea42be2416a8'),
(13800,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:00','2026-01-21 13:57:00',NULL,NULL,NULL,'1144ea78-114c-4166-96c6-9de7ee8c8a17'),
(13801,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:01','2026-01-21 13:57:01',NULL,NULL,NULL,'7f0cbf55-2ebd-454a-99e3-80a3eaec47aa'),
(13802,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:03','2026-01-21 13:57:03',NULL,NULL,NULL,'ab4782d5-02a4-4fe5-89b3-eba94d038bec'),
(13803,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:05','2026-01-21 13:57:05',NULL,NULL,NULL,'d7b3e4b6-ff43-4edc-b8c9-167127b24a6e'),
(13804,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:06','2026-01-21 13:57:06',NULL,NULL,NULL,'e9da0ba2-2333-4e88-a63a-c2f0634a28c0'),
(13805,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:07','2026-01-21 13:57:07',NULL,NULL,NULL,'ad35d960-f715-4369-944b-85505a37f5f8'),
(13806,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:07','2026-01-21 13:57:07',NULL,NULL,NULL,'e0264ad6-2962-4198-aff1-fda805d3d20c'),
(13807,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:08','2026-01-21 13:57:08',NULL,NULL,NULL,'64e22b00-51db-4d8d-84c2-a2fdc2680a7c'),
(13808,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:08','2026-01-21 13:57:08',NULL,NULL,NULL,'67addd47-fffd-4b68-b2dd-7c5eb9ff444d'),
(13809,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:09','2026-01-21 13:57:09',NULL,NULL,NULL,'f2874a7f-ccff-492a-91ca-58f715add94b'),
(13810,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:14','2026-01-21 13:57:14',NULL,NULL,NULL,'befaddb1-ab93-458a-986f-78d24942ba2d'),
(13811,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:15','2026-01-21 13:57:15',NULL,NULL,NULL,'9af63427-c113-496d-9313-529b16dc100e'),
(13812,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:16','2026-01-21 13:57:16',NULL,NULL,NULL,'78805e70-df65-4447-9253-c67dfeb570d7'),
(13813,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:16','2026-01-21 13:57:16',NULL,NULL,NULL,'9e42f000-c815-4982-8281-a3f8432e34a4'),
(13814,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:17','2026-01-21 13:57:17',NULL,NULL,NULL,'0f7bd188-4cd2-44c3-a81f-1794aae139c7'),
(13815,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:19','2026-01-21 13:57:19',NULL,NULL,NULL,'fec6d0b3-2463-4ec3-8872-0159d3a7b6e4'),
(13816,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:19','2026-01-21 13:57:19',NULL,NULL,NULL,'0436e9ae-f654-47cc-ab86-0ed05d861841'),
(13817,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:20','2026-01-21 13:57:20',NULL,NULL,NULL,'e381d218-5bb5-429f-853f-21eee22c08b8'),
(13818,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:21','2026-01-21 13:57:21',NULL,NULL,NULL,'93b44a81-9e8f-4dc2-a02f-96bf7910b0a8'),
(13819,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:21','2026-01-21 13:57:21',NULL,NULL,NULL,'ee8b1e66-ae95-4b82-90b6-e64748a99890'),
(13820,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:24','2026-01-21 13:57:24',NULL,NULL,NULL,'d04f63cd-a242-48ce-a083-4b93b65f9618'),
(13821,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:25','2026-01-21 13:57:25',NULL,NULL,NULL,'7d4aa91e-8db7-4d33-9508-9a4015843c23'),
(13822,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:26','2026-01-21 13:57:26',NULL,NULL,NULL,'24d70ac9-a490-4c8f-a43d-2bc59bc5c312'),
(13823,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:27','2026-01-21 13:57:27',NULL,NULL,NULL,'a0b2b867-6bcb-42db-b877-207fc069f581'),
(13824,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:27','2026-01-21 13:57:27',NULL,NULL,NULL,'0d688606-cb78-4f3e-be5c-38e2a1f154ca'),
(13825,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:28','2026-01-21 13:57:28',NULL,NULL,NULL,'c82da162-34ab-4ca3-a092-6261adb972a0'),
(13826,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:28','2026-01-21 13:57:28',NULL,NULL,NULL,'025ff860-d682-4e7f-aa9f-d5a1116995c3'),
(13827,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:28','2026-01-21 13:57:28',NULL,NULL,NULL,'a6641f87-ac18-4730-8366-a73635001bb8'),
(13828,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:28','2026-01-21 13:57:28',NULL,NULL,NULL,'7130ec0e-a5d2-41fb-bc19-706588d399ce'),
(13829,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:31','2026-01-21 13:57:31',NULL,NULL,NULL,'8ffdb196-c76f-453b-9f52-76407832f65d'),
(13830,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:33','2026-01-21 13:57:33',NULL,NULL,NULL,'1b216454-a262-4d65-8919-6fc9177c9929'),
(13831,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:34','2026-01-21 13:57:34',NULL,NULL,NULL,'4331d71e-ad7b-4b7b-839b-b74e80da724b'),
(13832,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:34','2026-01-21 13:57:34',NULL,NULL,NULL,'3e274d70-50d8-4498-ac29-0caf6ccedcfa'),
(13833,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:35','2026-01-21 13:57:35',NULL,NULL,NULL,'5628ce06-3bb3-417c-aa09-4439cd0a70d0'),
(13834,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:36','2026-01-21 13:57:36',NULL,NULL,NULL,'e81b88a9-b0cc-45a0-84be-8b64b7394655'),
(13835,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:36','2026-01-21 13:57:36',NULL,NULL,NULL,'8a99b73b-4838-4930-aded-44718adf2198'),
(13836,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:37','2026-01-21 13:57:37',NULL,NULL,NULL,'74f57d35-1ed7-4055-ae29-aeac5ed8878b'),
(13837,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:38','2026-01-21 13:57:38',NULL,NULL,NULL,'fbbb75b3-306d-421e-bcb6-dc8be90b56f4'),
(13838,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:40','2026-01-21 13:57:40',NULL,NULL,NULL,'e2f14313-49b0-458c-bd44-7c06c420fa69'),
(13839,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:44','2026-01-21 13:57:44',NULL,NULL,NULL,'8edd84ae-45a2-49aa-b0b1-7e0891059d31'),
(13840,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:47','2026-01-21 13:57:47',NULL,NULL,NULL,'8c8a4679-feb1-4a2b-933f-1386d606ef1e'),
(13841,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:52','2026-01-21 13:57:52',NULL,NULL,NULL,'e4a5934c-6965-4f35-a612-fd23137303e0'),
(13842,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:53','2026-01-21 13:57:53',NULL,NULL,NULL,'52b7d808-b241-4296-ac1e-20e57633040d'),
(13843,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:57:58','2026-01-21 13:57:58',NULL,NULL,NULL,'fc8e7641-32c3-462d-8469-1204885c720c'),
(13844,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:00','2026-01-21 13:58:00',NULL,NULL,NULL,'9a29312a-819a-4ee9-818e-3f2fb4cbcd15'),
(13845,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:01','2026-01-21 13:58:01',NULL,NULL,NULL,'89b85f6e-8070-485b-a53a-9f9337f0aeed'),
(13846,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:02','2026-01-21 13:58:02',NULL,NULL,NULL,'77dce8bc-22f0-496e-9bdb-09fd5bd7472c'),
(13847,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:03','2026-01-21 13:58:03',NULL,NULL,NULL,'b35d441e-c062-43bf-8484-ff1116add14c'),
(13848,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:04','2026-01-21 13:58:04',NULL,NULL,NULL,'49a62cd0-93c0-4e43-a9d5-d45b19eb228f'),
(13849,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:05','2026-01-21 13:58:05',NULL,NULL,NULL,'07302da8-9201-43c2-8ef7-e7751ce9349d'),
(13850,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:07','2026-01-21 13:58:07',NULL,NULL,NULL,'683a27d9-8e79-40bb-ae14-0880157b5adb'),
(13851,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:07','2026-01-21 13:58:07',NULL,NULL,NULL,'ac0263e6-df12-4b96-8b6d-6fcdb2793008'),
(13852,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:10','2026-01-21 13:58:10',NULL,NULL,NULL,'741d5bd8-695f-456c-962b-6daceaf91b29'),
(13853,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:10','2026-01-21 13:58:10',NULL,NULL,NULL,'8b92bb16-fc34-41e8-9003-416bea675f3f'),
(13854,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:11','2026-01-21 13:58:11',NULL,NULL,NULL,'23e9c85a-2fae-4fd7-b40a-ecbf040c25e3'),
(13855,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:13','2026-01-21 13:58:13',NULL,NULL,NULL,'61e330bf-1cec-4263-aebe-b19b55139cba'),
(13856,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:15','2026-01-21 13:58:15',NULL,NULL,NULL,'6a008ecc-503f-4c0b-be3f-8a6846e56f7c'),
(13857,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:17','2026-01-21 13:58:17',NULL,NULL,NULL,'244f8c17-72a7-40a9-8e13-5458b3d44a4c'),
(13858,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:19','2026-01-21 13:58:19',NULL,NULL,NULL,'6ad1c27c-3cc8-4ed6-8177-721a80ce38f3'),
(13859,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:20','2026-01-21 13:58:20',NULL,NULL,NULL,'4d6397ee-20e9-4730-b13e-b9f6bd68aff6'),
(13860,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:25','2026-01-21 13:58:25',NULL,NULL,NULL,'708e173d-66ae-45ef-85bc-98c3c71d7e9c'),
(13861,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:25','2026-01-21 13:58:25',NULL,NULL,NULL,'f0eb1f71-2202-4573-b2d9-431728926636'),
(13862,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:26','2026-01-21 13:58:26',NULL,NULL,NULL,'82e069de-dcaa-432b-976c-9e30103902d6'),
(13863,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:27','2026-01-21 13:58:27',NULL,NULL,NULL,'7918ad2b-6919-42a7-8383-0f1d1c4f5a90'),
(13864,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:27','2026-01-21 13:58:27',NULL,NULL,NULL,'baea4308-8163-448e-9594-2c99677fc129'),
(13865,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:28','2026-01-21 13:58:28',NULL,NULL,NULL,'3210050e-0243-4c23-adc1-e161e1d0f637'),
(13866,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:29','2026-01-21 13:58:29',NULL,NULL,NULL,'5bd77e40-d9a5-49c7-895c-df4a64497698'),
(13867,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:31','2026-01-21 13:58:31',NULL,NULL,NULL,'f6feb302-c7a8-4b49-a8ee-aa5ec71d7560'),
(13868,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:32','2026-01-21 13:58:32',NULL,NULL,NULL,'17b3d2e3-01e8-4e71-8b5d-e903d687f5e7'),
(13869,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:33','2026-01-21 13:58:33',NULL,NULL,NULL,'1f6487d1-4ad7-48f1-964f-fedc49899e5e'),
(13870,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:34','2026-01-21 13:58:34',NULL,NULL,NULL,'97ece117-1100-48ce-bd85-05a98edbdd3f'),
(13871,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:34','2026-01-21 13:58:34',NULL,NULL,NULL,'da49aac8-8f58-4cb7-9d75-28d6e1e6500a'),
(13872,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:43','2026-01-21 13:58:43',NULL,NULL,NULL,'5bd77a9f-d8cb-43c4-ae6b-950487af24d8'),
(13873,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:44','2026-01-21 13:58:44',NULL,NULL,NULL,'2856683d-3ab3-48d0-a12b-b3477d45d408'),
(13874,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:45','2026-01-21 13:58:45',NULL,NULL,NULL,'56106c96-9551-4271-9923-6082419a15c6'),
(13875,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:48','2026-01-21 13:58:48',NULL,NULL,NULL,'08c6e10e-5b2d-43af-ac54-9e4f3e83abb2'),
(13876,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:50','2026-01-21 13:58:50',NULL,NULL,NULL,'0985e66a-b5ac-4c36-90b7-ca1de3532843'),
(13877,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:55','2026-01-21 13:58:55',NULL,NULL,NULL,'99e7fa7a-8495-4421-938f-04ef5102836c'),
(13878,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:55','2026-01-21 13:58:55',NULL,NULL,NULL,'3aea684a-83bd-4a5b-ae74-5f88fb146ea7'),
(13879,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:55','2026-01-21 13:58:55',NULL,NULL,NULL,'ea388f2e-f9f0-4531-a7d9-6ec4b9141482'),
(13880,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:58:57','2026-01-21 13:58:57',NULL,NULL,NULL,'fdb2e180-56ab-4e4c-b8fd-b4a9947cd1e8'),
(13881,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:00','2026-01-21 13:59:00',NULL,NULL,NULL,'c787269b-357c-4869-9201-c29ec84b3706'),
(13882,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:00','2026-01-21 13:59:00',NULL,NULL,NULL,'6415d463-0226-4f9d-9d6b-fc8fa86ff945'),
(13883,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:01','2026-01-21 13:59:01',NULL,NULL,NULL,'95d7e5c3-7af8-4a8b-a717-e9e65ea93270'),
(13884,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:02','2026-01-21 13:59:02',NULL,NULL,NULL,'a2e33019-cf1e-48ee-802e-bd0d34ff3bc8'),
(13885,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:02','2026-01-21 13:59:02',NULL,NULL,NULL,'f4c88b3a-5fd5-4093-955a-8dfa3786cae4'),
(13886,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:04','2026-01-21 13:59:04',NULL,NULL,NULL,'ba79ed10-2d1f-4152-9cb6-e4357dabf574'),
(13887,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:05','2026-01-21 13:59:05',NULL,NULL,NULL,'090ce20f-700e-427e-9916-92c773dc0767'),
(13888,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:06','2026-01-21 13:59:06',NULL,NULL,NULL,'0543e1df-c949-42aa-b3d8-83d0f2ce09a0'),
(13889,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:07','2026-01-21 13:59:07',NULL,NULL,NULL,'827ef072-fd52-4c5b-a23d-19fbbe0f9eeb'),
(13890,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:07','2026-01-21 13:59:07',NULL,NULL,NULL,'fe26f820-bed9-49d9-b7ef-c175309b8e14'),
(13891,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:12','2026-01-21 13:59:12',NULL,NULL,NULL,'6ecfa810-bae8-4215-81b5-a60ba7178cbb'),
(13892,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:12','2026-01-21 13:59:12',NULL,NULL,NULL,'04c3ac9f-74e0-4db5-b35b-a9dab8b211a6'),
(13893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:17','2026-01-21 13:59:17',NULL,NULL,NULL,'df234721-a03a-4352-bdf9-c441ce53e6e0'),
(13894,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:17','2026-01-21 13:59:17',NULL,NULL,NULL,'88ef14a4-1a2c-4a87-9ea2-24cc5a2e8228'),
(13895,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:17','2026-01-21 13:59:17',NULL,NULL,NULL,'c671b409-c3ad-41a7-bb2c-0fe49bbd3cca'),
(13896,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:19','2026-01-21 13:59:19',NULL,NULL,NULL,'f811b33f-9306-4e69-b35f-094e7a234732'),
(13897,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:21','2026-01-21 13:59:21',NULL,NULL,NULL,'0f410eb2-a489-409a-871c-69ec44ed6b68'),
(13898,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:24','2026-01-21 13:59:24',NULL,NULL,NULL,'84e21e89-68fe-479f-aeb3-fbc0ee895b68'),
(13899,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:24','2026-01-21 13:59:24',NULL,NULL,NULL,'497f9685-1d22-45ea-b88b-2d2e1fba0fdb'),
(13900,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:32','2026-01-21 13:59:32',NULL,NULL,NULL,'a95b548d-da44-45df-ac72-fe25f12bed7a'),
(13901,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:38','2026-01-21 13:59:38',NULL,NULL,NULL,'42d92812-63d5-46dc-8708-75585f277014'),
(13902,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:39','2026-01-21 13:59:39',NULL,NULL,NULL,'6bb03d46-c72e-4220-a93f-04ed99944d05'),
(13903,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:44','2026-01-21 13:59:44',NULL,NULL,NULL,'dc9650b9-b2fa-4fbc-ae03-8e7c98c3b784'),
(13904,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:45','2026-01-21 13:59:45',NULL,NULL,NULL,'436bca2c-cf68-4013-b6e9-8f9b0277bc66'),
(13905,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:45','2026-01-21 13:59:45',NULL,NULL,NULL,'b7ac54a2-c138-4ab4-98e7-4d1d67bdd2ab'),
(13906,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:47','2026-01-21 13:59:47',NULL,NULL,NULL,'08d5b7bb-a99b-42a2-8e1e-dd460d1e85c5'),
(13907,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:47','2026-01-21 13:59:47',NULL,NULL,NULL,'20660b62-c33a-41e2-843e-e5f514a2cb7c'),
(13908,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:52','2026-01-21 13:59:52',NULL,NULL,NULL,'680211d5-32a4-410b-a5d7-cfa2d83a0c99'),
(13909,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:53','2026-01-21 13:59:53',NULL,NULL,NULL,'929825e0-6530-4163-8d1d-e8dc08b60ba6'),
(13910,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:56','2026-01-21 13:59:56',NULL,NULL,NULL,'c4a1dea2-e5c7-4b0f-adb3-9a6e2a1d324a'),
(13911,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 13:59:59','2026-01-21 13:59:59',NULL,NULL,NULL,'8fd548f2-154d-4d28-b8e8-8025bf74cb1d'),
(13912,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:00:03','2026-01-21 14:00:03',NULL,NULL,NULL,'0f9321b6-9368-42db-8703-8aaa17149525'),
(13913,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:00:08','2026-01-21 14:00:08',NULL,NULL,NULL,'e3a44569-0756-40ae-b0ec-c92e71920085'),
(13914,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:00:14','2026-01-21 14:00:14',NULL,NULL,NULL,'8b8972f9-a67d-4728-b4c4-9283d186d3ca'),
(13915,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:00:15','2026-01-21 14:00:15',NULL,NULL,NULL,'152cf826-669f-4368-94a6-f616fe0bb0c0'),
(13916,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:00:23','2026-01-21 14:00:23',NULL,NULL,NULL,'ee679b24-e4fc-4434-bea4-fca7671cac6b'),
(13917,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:00:25','2026-01-21 14:00:25',NULL,NULL,NULL,'0501c90e-f6df-4da8-be3c-8c740d94b799'),
(13918,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:00:26','2026-01-21 14:00:26',NULL,NULL,NULL,'bf6ea79f-3237-4a7e-93b5-8aa1a28b5fa7'),
(13919,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:00:27','2026-01-21 14:00:27',NULL,NULL,NULL,'fb862ea4-246e-4f2f-a5fc-cb017ffd50ba'),
(13920,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:00:34','2026-01-21 14:00:34',NULL,NULL,NULL,'0098bc39-1b2f-4a5d-bd82-91ccc3c21b99'),
(13921,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:00:40','2026-01-21 14:00:40',NULL,NULL,NULL,'f606e015-dc49-4e6e-8bb9-ee4329eec81a'),
(13922,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:01:34','2026-01-21 14:01:34',NULL,NULL,NULL,'ec174107-0051-4055-806b-776c17955a57'),
(13923,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:01:44','2026-01-21 14:01:44',NULL,NULL,NULL,'8d18b7a1-0a7b-4427-b049-413e3a7f6b2c'),
(13924,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:01:46','2026-01-21 14:01:46',NULL,NULL,NULL,'edf5cbbd-9b2a-4d31-a249-c0b5a33f479c'),
(13925,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:01:54','2026-01-21 14:01:54',NULL,NULL,NULL,'3a989247-b7f8-4a06-af78-d53a044cd23c'),
(13926,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:02:01','2026-01-21 14:02:01',NULL,NULL,NULL,'dc0537fc-2e3f-47e6-ab2c-0eef411f839d'),
(13927,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:02:02','2026-01-21 14:02:02',NULL,NULL,NULL,'6a4b9db6-9616-4fce-8e6e-89ecbb4c88c6'),
(13928,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:02:05','2026-01-21 14:02:05',NULL,NULL,NULL,'93bd5a3c-088a-4dc0-bebc-2af8512d6e99'),
(13929,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:02:06','2026-01-21 14:02:06',NULL,NULL,NULL,'54b72d77-2e3b-477b-85c6-8661f302cfcf'),
(13930,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:02:09','2026-01-21 14:02:09',NULL,NULL,NULL,'cd5d718a-cf3d-4191-a99b-a14e18359203'),
(13931,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:02:10','2026-01-21 14:02:10',NULL,NULL,NULL,'074a0f86-558d-4c65-8949-be0258099b93'),
(13932,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:03:09','2026-01-21 14:03:09',NULL,NULL,NULL,'2c87dbdf-f8fd-4332-8f0b-ad893e33cf08'),
(13933,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:03:29','2026-01-21 14:03:29',NULL,NULL,NULL,'f6366e31-2346-43df-8bf0-97ea0527b26d'),
(13934,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:03:30','2026-01-21 14:03:30',NULL,NULL,NULL,'9378e85a-f96c-4660-adc3-c37d77d0d388'),
(13935,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:03:31','2026-01-21 14:03:31',NULL,NULL,NULL,'9492b703-74ba-4c26-a0a6-e94dd5faeea2'),
(13936,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:03:37','2026-01-21 14:03:37',NULL,NULL,NULL,'cfa77813-7587-4e80-8d1b-3e0f4e137b33'),
(13937,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:03:48','2026-01-21 14:03:48',NULL,NULL,NULL,'ee12475d-4435-4f82-bb88-7e072fe9ec75'),
(13938,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:03:56','2026-01-21 14:03:56',NULL,NULL,NULL,'717e7d9e-f6fd-4a80-943b-190bd2cd2025'),
(13939,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:03','2026-01-21 14:04:03',NULL,NULL,NULL,'6b5b9ecb-f14e-45c2-8249-35a87f3c1778'),
(13940,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:16','2026-01-21 14:04:16',NULL,NULL,NULL,'202b71c2-a117-4e6c-84b0-ed2c37ee7413'),
(13941,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:23','2026-01-21 14:04:23',NULL,NULL,NULL,'1bf08a7f-bf42-4970-a86c-d6eff281824e'),
(13942,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:26','2026-01-21 14:04:26',NULL,NULL,NULL,'9729655c-971d-4a5e-ae95-a7c8d550e7fe'),
(13943,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:32','2026-01-21 14:04:32',NULL,NULL,NULL,'9972b9f3-6f68-4866-af39-8bef64205d03'),
(13944,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:35','2026-01-21 14:04:35',NULL,NULL,NULL,'5c648a33-15b9-4a6b-93c4-252c619f4131'),
(13945,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:43','2026-01-21 14:04:43',NULL,NULL,NULL,'4ed82c12-bbdd-4ea0-b304-3ee0fe9d4936'),
(13946,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:45','2026-01-21 14:04:45',NULL,NULL,NULL,'2f1c4516-84f1-4546-8e0c-4b5e1a981724'),
(13947,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:52','2026-01-21 14:04:52',NULL,NULL,NULL,'539096ad-b49c-454f-868b-59f501b7aaeb'),
(13948,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:57','2026-01-21 14:04:57',NULL,NULL,NULL,'9f9f2b76-4f05-43aa-80bc-37f00d773c24'),
(13949,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:04:58','2026-01-21 14:04:58',NULL,NULL,NULL,'052c9086-59e8-43e3-9b59-66d1f6cb97a5'),
(13950,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:03','2026-01-21 14:05:03',NULL,NULL,NULL,'338fdaef-97fe-4951-b3be-d6e0412759c5'),
(13951,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:06','2026-01-21 14:05:06',NULL,NULL,NULL,'16811135-b854-4489-97f0-b11f3e4b8d94'),
(13952,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:22','2026-01-21 14:05:22',NULL,NULL,NULL,'e7e5ae7d-c056-4771-b1b1-e7e365874ebf'),
(13953,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:32','2026-01-21 14:05:32',NULL,NULL,NULL,'1c6aa807-735a-40ac-8ca1-0fbbab70860c'),
(13954,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:39','2026-01-21 14:05:39',NULL,NULL,NULL,'267474b9-09bb-42db-aa44-6feca76b1665'),
(13955,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:45','2026-01-21 14:05:45',NULL,NULL,NULL,'ed6d69eb-09f1-4ece-9bba-9849bf6a3a63'),
(13956,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:48','2026-01-21 14:05:48',NULL,NULL,NULL,'f8eb26af-27f0-4e79-b1cc-bc0afd1cb4fb'),
(13957,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:48','2026-01-21 14:05:48',NULL,NULL,NULL,'d6763ec6-7e1a-4385-9a85-32379bcd49b8'),
(13958,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:50','2026-01-21 14:05:50',NULL,NULL,NULL,'72018b76-9985-4780-bfde-9686827cecd2'),
(13959,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:51','2026-01-21 14:05:51',NULL,NULL,NULL,'ad4d25ad-fdfa-431e-b74a-893bfc87f128'),
(13960,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:51','2026-01-21 14:05:51',NULL,NULL,NULL,'9a0d6073-54ab-44d6-9858-f71b23e17898'),
(13961,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:52','2026-01-21 14:05:52',NULL,NULL,NULL,'aa8afe3a-3736-4f3e-a09e-5ff14e372b23'),
(13962,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:53','2026-01-21 14:05:53',NULL,NULL,NULL,'0488fcc8-6e4f-4a00-859a-d6ad5fe0de6a'),
(13963,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:05:53','2026-01-21 14:05:53',NULL,NULL,NULL,'7284bfa2-8e3e-4514-91fd-2185b7cd70fa'),
(13964,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:06:24','2026-01-21 14:06:24',NULL,NULL,NULL,'31429eaf-1f15-4b62-8138-ce3ad0d07a6c'),
(13965,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:09:05','2026-01-21 14:09:05',NULL,NULL,NULL,'2a273301-a027-4347-821b-6453fc1c110c'),
(13966,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:10:42','2026-01-21 14:10:42',NULL,NULL,NULL,'3b06fcc3-382b-4de6-9cd2-549ca9f421be'),
(13967,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:13:30','2026-01-21 14:13:30',NULL,NULL,NULL,'721f7a0c-7d0e-473e-9a62-602062e76646'),
(13968,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:13:41','2026-01-21 14:13:41',NULL,NULL,NULL,'88852029-13ed-4524-be0f-3265d6111eaa'),
(13969,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:14:01','2026-01-21 14:14:01',NULL,NULL,NULL,'b9e71873-744e-4838-9fea-0b6e1406893b'),
(13970,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:14:04','2026-01-21 14:14:04',NULL,NULL,NULL,'b3e8bc47-b2d0-433d-8425-76adeff42bc6'),
(13971,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:14:06','2026-01-21 14:14:06',NULL,NULL,NULL,'48a39d93-5df1-48c6-b556-a11cfa58736d'),
(13972,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:14:54','2026-01-21 14:14:54',NULL,NULL,NULL,'0de76212-22c5-464a-89c1-6f0482227c61'),
(13973,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:15:40','2026-01-21 14:15:40',NULL,NULL,NULL,'358aa8b9-eec1-4c7b-9648-d81fe0970706'),
(13974,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:17:00','2026-01-21 14:17:00',NULL,NULL,NULL,'c9f6a7f7-767c-4077-93bd-4cb439714cbe'),
(14370,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:19:34','2026-01-21 14:19:34',NULL,NULL,NULL,'0eac62e1-14a4-4086-9685-10f940919f6b'),
(14442,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:20:33','2026-01-21 14:20:33',NULL,NULL,NULL,'84296aa5-a1a9-4316-a902-09722c7f70ac'),
(14443,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:21:17','2026-01-21 14:21:17',NULL,NULL,NULL,'7bc0852d-eaa7-4424-a04e-c08551f56fcb'),
(14444,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:21:24','2026-01-21 14:21:24',NULL,NULL,NULL,'b8a1c8a3-a78e-4d0a-8dec-95893eb57f3f'),
(14448,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:21:56','2026-01-21 14:21:56',NULL,NULL,NULL,'89cb85b0-3f0e-4ea9-8ac0-7def1cbf1e70'),
(14449,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:22:00','2026-01-21 14:22:00',NULL,NULL,NULL,'6419dd64-b6e6-4610-84e1-2697d9ec067a'),
(14450,1481,NULL,5007,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:22:23','2026-01-21 14:22:23',NULL,NULL,NULL,'f4215747-95af-46e1-8077-ba74373ab12b'),
(14451,1941,NULL,5008,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:22:23','2026-01-21 14:22:23',NULL,NULL,NULL,'b8329d83-32c8-4054-9af2-da66aed2353a'),
(14455,1477,NULL,5009,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:22:56','2026-01-21 14:22:56',NULL,NULL,NULL,'bb015aa3-faa1-42c9-a42f-925b2ce207b6'),
(14456,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:23:19','2026-01-21 14:23:19',NULL,NULL,NULL,'558819b1-3f81-4468-a164-abac45c78763'),
(14458,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:23:39','2026-01-21 14:23:39',NULL,NULL,NULL,'f2890966-cbf5-44ff-b399-56e0bc09faf3'),
(14460,1473,NULL,5010,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:23:45','2026-01-21 14:23:45',NULL,NULL,NULL,'f8384aee-1c85-49e6-aab4-d231e6cf07c0'),
(14461,1935,NULL,5011,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:23:45','2026-01-21 14:23:45',NULL,NULL,NULL,'6d555871-8b8f-4c82-b936-e43f0c3175c9'),
(14463,1473,NULL,5012,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:24:04','2026-01-21 14:24:04',NULL,NULL,NULL,'b769dd04-5a39-4701-b0ec-5e0e9dd43ce5'),
(14465,1419,NULL,5013,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:24:26','2026-01-21 14:24:26',NULL,NULL,NULL,'c629281e-fcf8-4b2b-957e-87527fe26d6f'),
(14467,1425,NULL,5014,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:24:39','2026-01-21 14:24:39',NULL,NULL,NULL,'a3840167-b3ff-4642-b608-4a970043551a'),
(14469,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:26:32','2026-01-21 14:26:32',NULL,NULL,NULL,'d6f5e3fd-ea65-47cb-abc1-99e93b99cf5e'),
(14471,2622,NULL,5015,20,'craft\\elements\\Entry',1,0,'2026-01-21 14:26:33','2026-01-21 14:26:33',NULL,NULL,NULL,'cb9f4a59-9dab-4ad0-83b0-66c73c7a7986'),
(14474,1431,NULL,5016,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:26:40','2026-01-21 14:26:40',NULL,NULL,NULL,'a89cea1d-140b-43f0-8063-36585671c10a'),
(14475,1900,NULL,5017,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:26:40','2026-01-21 14:26:40',NULL,NULL,NULL,'7b8d5487-cf95-4a60-8a65-9ca41f2df219'),
(14476,1901,NULL,5018,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:26:40','2026-01-21 14:26:40',NULL,NULL,NULL,'ecafce54-29ee-400c-a226-937cbd30d5a6'),
(14477,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:26:44','2026-01-21 14:26:44',NULL,NULL,NULL,'e3d5673d-b53b-4cf8-b837-612b95e4bfe2'),
(14480,1437,NULL,5019,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:26:52','2026-01-21 14:26:52',NULL,NULL,NULL,'79487895-5682-46de-b565-f97955b3a845'),
(14482,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:27:01','2026-01-21 14:27:01',NULL,NULL,NULL,'55e5eae8-0e3a-4da0-bcce-dac0c912a873'),
(14483,1443,NULL,5020,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:27:02','2026-01-21 14:27:02',NULL,NULL,NULL,'803aaf3c-330d-4da0-8e1c-554ee3a96ff3'),
(14485,1449,NULL,5021,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:27:23','2026-01-21 14:27:23',NULL,NULL,NULL,'ce4a9c19-d8ad-443d-b094-afae045ffe4c'),
(14487,1455,NULL,5022,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:27:32','2026-01-21 14:27:32',NULL,NULL,NULL,'22d3c4d3-538d-41c1-87d6-d3bff1a215e9'),
(14488,1461,NULL,5023,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:27:45','2026-01-21 14:27:45',NULL,NULL,NULL,'f3268bc0-b8ff-40ab-9701-2536ade7b24d'),
(14490,1467,NULL,5024,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:27:56','2026-01-21 14:27:56',NULL,NULL,NULL,'cd334b25-8da9-40cc-8f5c-9aa2ceea7675'),
(14492,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:28:06','2026-01-21 14:28:06',NULL,NULL,NULL,'2bea3047-be36-4383-b378-3a0734b5b7b2'),
(14494,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:29:47','2026-01-21 14:29:47',NULL,NULL,NULL,'2dc823ee-7133-475d-bd27-aa9885fc4277'),
(14496,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:30:26','2026-01-21 14:30:26',NULL,NULL,NULL,'42f7817d-5ed8-4f5a-bfab-6519eea4d508'),
(14497,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:30:49','2026-01-21 14:30:49',NULL,NULL,NULL,'1c3fde23-2cc2-46ac-aa3d-c1d58b76f843'),
(14498,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:31:10','2026-01-21 14:31:10',NULL,NULL,NULL,'f213252b-59f3-4a56-bf05-d966e655514b'),
(14499,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:31:55','2026-01-21 14:31:55',NULL,NULL,NULL,'d1025e37-a421-4e10-9aa6-c7f2ac43cf5e'),
(14505,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:32:01','2026-01-21 14:32:01',NULL,NULL,NULL,'17c0ce94-b686-4d65-afb9-5dd7f70adff9'),
(14506,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:32:24','2026-01-21 14:32:24',NULL,NULL,NULL,'3461fd75-8d5c-44b4-810e-6d57974ac26b'),
(14509,2720,NULL,5025,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:32:36','2026-01-21 14:32:36',NULL,NULL,NULL,'cefd43d3-51ba-481a-a22c-fbfe359a0dd1'),
(14510,6391,NULL,5026,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:32:36','2026-01-21 14:32:36',NULL,NULL,NULL,'f556737e-bea6-41a9-af3c-c3a89b46f8aa'),
(14511,8897,NULL,5027,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:32:36','2026-01-21 14:32:36',NULL,NULL,NULL,'244b64bf-3156-481f-ad86-a697475e79b8'),
(14512,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:33:12','2026-01-21 14:33:12',NULL,NULL,NULL,'c7a06320-4c3b-4f13-83b0-e45975dbcecd'),
(14513,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:33:48','2026-01-21 14:33:48',NULL,NULL,NULL,'9de3faa4-ab2e-4705-9cd3-f05e020df298'),
(14514,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:34:37','2026-01-21 14:34:37',NULL,NULL,NULL,'942716b5-df1f-43ad-96c2-b57d699e7f45'),
(14515,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:34:38','2026-01-21 14:34:38',NULL,NULL,NULL,'b2c79967-7ba6-4746-9f9a-e2ebab371a7a'),
(14520,1041,NULL,5028,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:36:16','2026-01-21 14:36:16',NULL,NULL,NULL,'61bcc7c5-f748-4dab-a774-324f919166c7'),
(14522,1035,NULL,5029,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:37:12','2026-01-21 14:37:12',NULL,NULL,NULL,'b69d4431-598e-4100-b739-168ce4b3cc41'),
(14524,2720,NULL,5030,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:38:32','2026-01-21 14:38:32',NULL,NULL,NULL,'ebc09bc1-58b4-4daa-9366-4fd956caac4d'),
(14525,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:39:03','2026-01-21 14:39:03',NULL,NULL,NULL,'aac364e1-f3c4-49c6-a1da-efde7af375bf'),
(14526,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:39:08','2026-01-21 14:39:08',NULL,NULL,NULL,'715f48fe-6cce-4ff7-bc34-f1819afa024c'),
(14527,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:40:08','2026-01-21 14:40:08',NULL,NULL,NULL,'63619bb1-91cb-4843-8cbf-b299179bf52a'),
(14533,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:40:21','2026-01-21 14:40:21',NULL,NULL,NULL,'3321d1ee-7dc0-48bd-aa0c-f0b7d6c3f13e'),
(14535,1353,NULL,5031,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:40:25','2026-01-21 14:40:25',NULL,NULL,NULL,'d8f0ad2a-256c-4060-91c5-e06b62c0255a'),
(14536,1835,NULL,5032,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:40:25','2026-01-21 14:40:25',NULL,NULL,NULL,'664152ed-aac5-46a8-a971-66202597c4ef'),
(14538,1073,NULL,5033,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:40:43','2026-01-21 14:40:43',NULL,NULL,NULL,'a3ffcf9e-7aee-444d-8585-e45b27c1fcb3'),
(14539,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:40:53','2026-01-21 14:40:53',NULL,NULL,NULL,'367f8777-9189-4e65-985b-7df40f46a078'),
(14540,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:40:53','2026-01-21 14:40:53',NULL,NULL,NULL,'b5e6b7eb-c6da-4050-a9bf-5a1e09033a48'),
(14544,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:40:58','2026-01-21 14:40:58',NULL,NULL,NULL,'9408b01b-5e27-4105-a3ac-e8ae46243c11'),
(14545,1135,NULL,5034,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:41:03','2026-01-21 14:41:03',NULL,NULL,NULL,'388cd152-b52e-4a74-a554-1aaae11d7853'),
(14547,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:41:46','2026-01-21 14:41:46',NULL,NULL,NULL,'5848b0bb-6731-4de8-aac8-236fdce5c885'),
(14550,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:41:59','2026-01-21 14:41:59',NULL,NULL,NULL,'40006563-c141-4bb6-9794-de77a8ec3333'),
(14552,1353,NULL,5035,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:42:08','2026-01-21 14:42:08',NULL,NULL,NULL,'98f5b9de-9f0e-4314-a7c9-8ecf183b0b18'),
(14553,1836,NULL,5036,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:42:08','2026-01-21 14:42:08',NULL,NULL,NULL,'ed4aaf74-a779-42b5-867c-662bbbec1c03'),
(14554,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:42:10','2026-01-21 14:42:10',NULL,NULL,NULL,'6ce23e57-0e55-46e3-bd27-594f2aefdc03'),
(14558,1359,NULL,5037,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:43:22','2026-01-21 14:43:22',NULL,NULL,NULL,'95bc0a1f-9d54-41e7-9bc2-8fe0c6a7b7ee'),
(14559,1841,NULL,5038,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:43:22','2026-01-21 14:43:22',NULL,NULL,NULL,'35c0a873-8527-4f29-a198-06ccf065b31a'),
(14560,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:44:02','2026-01-21 14:44:02',NULL,NULL,NULL,'20a243dd-9618-4f72-ac60-8efa4c5d1ea1'),
(14563,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:44:47','2026-01-21 14:44:47',NULL,NULL,NULL,'8424d825-531b-43bf-9844-229b8dec2d16'),
(14564,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:46:00','2026-01-21 14:46:00',NULL,NULL,NULL,'bf40d9bb-f01e-4b39-a6e8-9e548909ee47'),
(14565,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:46:06','2026-01-21 14:46:06',NULL,NULL,NULL,'b8653dd0-5330-4667-b733-329fd30f6ecd'),
(14566,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:46:32','2026-01-21 14:46:32',NULL,NULL,NULL,'b4250477-81cb-4ad5-b4ef-7c70904945bd'),
(14567,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:46:58','2026-01-21 14:46:58',NULL,NULL,NULL,'03517e23-db6c-4aeb-94ac-566955534877'),
(14573,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:48:08','2026-01-21 14:48:08',NULL,NULL,NULL,'3aebebc4-edca-4f5b-bff6-4e6adeee6377'),
(14574,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:48:26','2026-01-21 14:48:26',NULL,NULL,NULL,'fd7881ae-d5d8-4d4b-93a4-7a3dfdc9bc24'),
(14575,1371,NULL,5039,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:48:29','2026-01-21 14:48:29',NULL,NULL,NULL,'df26f735-25c9-428d-a2d7-3e01011131b0'),
(14576,1850,NULL,5040,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:48:29','2026-01-21 14:48:29',NULL,NULL,NULL,'856f3ec1-48be-4c52-87da-c4b7edec72d0'),
(14580,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:48:59','2026-01-21 14:48:59',NULL,NULL,NULL,'d61936cb-6594-41b6-b65a-5492bd7bcad7'),
(14581,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:49:18','2026-01-21 14:49:18',NULL,NULL,NULL,'7e7d3c53-5042-4fd8-9815-5bb5a2fc7fab'),
(14583,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:50:25','2026-01-21 14:50:25',NULL,NULL,NULL,'cf37a867-2bfa-4f25-8634-3f2321de65e2'),
(14584,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-21 14:50:25','2026-01-21 14:50:25',NULL,NULL,NULL,'7cc0a5d6-05ce-4823-bd32-d607ccef7938'),
(14585,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:51:22','2026-01-21 14:51:22',NULL,NULL,NULL,'4e1ae83a-cf7a-49e0-9e7b-ef8b64d922d0'),
(14586,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:53:29','2026-01-21 14:53:29',NULL,NULL,NULL,'c27ab36f-1d8e-4594-9e12-895f36bcb12c'),
(14592,1371,NULL,5041,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:53:34','2026-01-21 14:53:34',NULL,NULL,NULL,'41849226-9177-4121-8fbe-b18561bdf0c1'),
(14593,1851,NULL,5042,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:53:34','2026-01-21 14:53:34',NULL,NULL,NULL,'2a9358cd-1492-4d22-ad0d-1e9c448c27a3'),
(14594,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:53:46','2026-01-21 14:53:46',NULL,NULL,NULL,'b0860129-5d56-4a5b-a2c6-625717e5fbd0'),
(14595,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-21 14:53:46','2026-01-21 14:53:46',NULL,NULL,NULL,'7c439c89-02d6-435c-8f13-d127d7034e11'),
(14598,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:58:21','2026-01-21 14:58:21',NULL,NULL,NULL,'4c0ff986-9530-4b2f-8c62-d13fee92399c'),
(14600,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 14:58:57','2026-01-21 14:58:57',NULL,NULL,NULL,'25feac44-da1a-4a03-8731-5c429933a2e6'),
(14601,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 14:59:35','2026-01-21 14:59:35',NULL,NULL,NULL,'a0a86cac-1a6d-4d71-a0dd-317e9936a57e'),
(14604,1377,NULL,5043,1,'craft\\elements\\Entry',1,0,'2026-01-21 14:59:39','2026-01-21 14:59:39',NULL,NULL,NULL,'47c110fa-ee2b-4015-8509-2eba949f1955'),
(14605,1855,NULL,5044,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:59:39','2026-01-21 14:59:39',NULL,NULL,NULL,'a83f3e35-5d2d-4b0b-b0c4-7d05eac0a7cb'),
(14606,1856,NULL,5045,2,'craft\\elements\\Entry',1,0,'2026-01-21 14:59:39','2026-01-21 14:59:39',NULL,NULL,NULL,'cd2d88f5-4d8f-4b79-96aa-59d63249867f'),
(14609,4403,NULL,5046,6,'craft\\elements\\Entry',1,0,'2026-01-21 15:01:00','2026-01-21 15:01:00',NULL,NULL,NULL,'fe37500b-53cf-4a56-8a22-c5ada23e1aad'),
(14611,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:01:18','2026-01-21 15:01:18',NULL,NULL,NULL,'fe72edab-4249-4a47-bcbb-986e9b7fce3d'),
(14613,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 15:02:22','2026-01-21 15:02:22',NULL,NULL,NULL,'484ddb7e-1690-4f77-a1f0-1f47a755c2e8'),
(14614,1073,NULL,5047,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:02:25','2026-01-21 15:02:25',NULL,NULL,NULL,'d96ddbb6-15bd-4ab8-ad44-83b43906a677'),
(14615,1383,NULL,5048,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:02:32','2026-01-21 15:02:33',NULL,NULL,NULL,'6cf2748e-ec8f-431b-ab08-918ac1d3dd85'),
(14617,1395,NULL,5049,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:02:40','2026-01-21 15:02:40',NULL,NULL,NULL,'ad589e5b-7629-4ae4-8818-c1dfd30b00a7'),
(14619,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 15:04:24','2026-01-21 15:04:24',NULL,NULL,NULL,'7b83ef4b-7329-43b4-83fe-21e49a5daa30'),
(14621,1401,NULL,5050,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:04:50','2026-01-21 15:04:50',NULL,NULL,NULL,'82f30810-39a7-49a5-95e3-429b9bf589c3'),
(14622,1875,NULL,5051,2,'craft\\elements\\Entry',1,0,'2026-01-21 15:04:50','2026-01-21 15:04:50',NULL,NULL,NULL,'d2012387-7245-4062-9fe9-194c431a40a5'),
(14624,1407,NULL,5052,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:05:47','2026-01-21 15:05:47',NULL,NULL,NULL,'3fb2a29a-a97f-4ea7-919a-02d427634b75'),
(14626,1413,NULL,5053,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:05:55','2026-01-21 15:05:55',NULL,NULL,NULL,'347ffe20-a660-4139-a7be-9d0206d785eb'),
(14628,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:14:23','2026-01-21 15:14:23',NULL,NULL,NULL,'542ae094-06b1-4faf-9448-fa24ebba0bdd'),
(14629,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:14:47','2026-01-21 15:14:47',NULL,NULL,NULL,'5807214d-e313-4e94-af12-22033423c4fa'),
(14630,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:15:50','2026-01-21 15:15:50',NULL,NULL,NULL,'4428e8e6-3975-40c2-a81e-130e5b7f4dfd'),
(14634,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:18:26','2026-01-21 15:18:26',NULL,NULL,NULL,'3f0899d4-d9bb-46ed-8ebe-ed087187022c'),
(14635,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:18:30','2026-01-21 15:18:30',NULL,NULL,NULL,'14f62aee-5c03-46b3-9409-a5abe4ef386b'),
(14638,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:19:53','2026-01-21 15:19:53',NULL,NULL,NULL,'14af8e9a-a78e-4116-961e-eec85250644c'),
(14640,1481,NULL,5054,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:22:25','2026-01-21 15:22:25',NULL,NULL,NULL,'4565d7dc-3c36-467b-adbf-53913e6477c3'),
(14642,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:22:54','2026-01-21 15:22:54',NULL,NULL,NULL,'60032b9e-30c8-4469-b261-e85bb1a01865'),
(14643,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:25:58','2026-01-21 15:25:58',NULL,NULL,NULL,'014924b8-150b-41bb-8771-c749465bee48'),
(14646,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:28:40','2026-01-21 15:28:40',NULL,NULL,NULL,'1583d54c-0002-43cf-8f94-48d628fdcf15'),
(14648,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:32:28','2026-01-21 15:32:28',NULL,NULL,NULL,'5dd8e746-d93b-4a75-89e6-10cdd46b1225'),
(14649,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:32:52','2026-01-21 15:32:52',NULL,NULL,NULL,'0857cb60-8eaa-4138-b9d1-968fe9290dc2'),
(14650,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:33:14','2026-01-21 15:33:14',NULL,NULL,NULL,'2689c98d-3aa1-4d97-afaa-652bc0385977'),
(14654,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:36:18','2026-01-21 15:36:18',NULL,NULL,NULL,'c5fafe0a-b5b0-43a8-ab19-195aec9b5b14'),
(14656,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:38:17','2026-01-21 15:38:17',NULL,NULL,NULL,'c1c6eecd-e32a-49e2-aea9-b4122a0ebe56'),
(14658,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:41:53','2026-01-21 15:41:53',NULL,NULL,NULL,'601028b7-7e7b-4fe1-a39a-6f6ecc871817'),
(14660,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:42:12','2026-01-21 15:42:12',NULL,NULL,NULL,'6a7fb28d-fe52-4b0f-bf7e-1b26b5b86f5a'),
(14662,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:42:24','2026-01-21 15:42:24',NULL,NULL,NULL,'6aea7ff5-efab-4655-84a0-3ed96fc494c2'),
(14666,1431,NULL,5055,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:43:14','2026-01-21 15:43:14',NULL,NULL,NULL,'05d5b878-69fa-4bc0-8cc8-4a8bd0cc38a6'),
(14667,1901,NULL,5056,2,'craft\\elements\\Entry',1,0,'2026-01-21 15:43:14','2026-01-21 15:43:14',NULL,NULL,NULL,'fffb93eb-fdfe-45bd-a432-0fad01da50b6'),
(14668,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:43:19','2026-01-21 15:43:19',NULL,NULL,NULL,'b15f8373-2708-43df-8f64-df0ce901c4ef'),
(14670,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:43:41','2026-01-21 15:43:41',NULL,NULL,NULL,'61890a3c-5a31-4af2-9014-2c395df7bd6c'),
(14673,2614,NULL,5057,20,'craft\\elements\\Entry',1,0,'2026-01-21 15:43:59','2026-01-21 15:43:59',NULL,NULL,NULL,'ace92693-bb31-4b9c-a2ca-3c8871491e52'),
(14675,1073,NULL,5058,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:44:48','2026-01-21 15:44:48',NULL,NULL,NULL,'9fba861d-6129-4575-869f-c18f461427bc'),
(14677,1073,NULL,5059,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:45:13','2026-01-21 15:45:13',NULL,NULL,NULL,'25cdee1c-f7fd-4aa9-b6e2-4f9e74a6afe0'),
(14680,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:46:49','2026-01-21 15:46:49',NULL,NULL,NULL,'5eb684f7-0363-49ec-8d84-b6ac6689c118'),
(14681,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:46:49','2026-01-21 15:46:49',NULL,NULL,NULL,'9cb0ecb5-2f0a-4cd9-b400-87f98c106e37'),
(14682,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:46:50','2026-01-21 15:46:50',NULL,NULL,NULL,'eb33ee9d-03fb-4998-a741-c8089e9a809b'),
(14686,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:48:02','2026-01-21 15:48:02',NULL,NULL,NULL,'4f2249d6-435f-40c9-9e95-40c153578ed1'),
(14688,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:49:45','2026-01-21 15:49:45',NULL,NULL,NULL,'d923365b-3e0c-47bc-908b-2eb2c86f2de0'),
(14691,1419,NULL,5060,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:50:16','2026-01-21 15:50:16',NULL,NULL,NULL,'f9b3d2d4-be6d-4654-be0a-87ec1057ebd5'),
(14693,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:52:31','2026-01-21 15:52:31',NULL,NULL,NULL,'ef872032-ffef-4c6c-9f68-a4712e986246'),
(14694,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:53:01','2026-01-21 15:53:01',NULL,NULL,NULL,'0ffb0aaf-a3ce-4493-b430-1f053ccb0273'),
(14695,1419,NULL,5061,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:53:27','2026-01-21 15:53:27',NULL,NULL,NULL,'71143e8d-33a5-44d8-b886-a0ea208f2908'),
(14696,1890,NULL,5062,2,'craft\\elements\\Entry',1,0,'2026-01-21 15:53:27','2026-01-21 15:53:27',NULL,NULL,NULL,'a6463da6-8f62-4807-9e8f-8d2b9d3bd4c6'),
(14699,1419,NULL,5063,1,'craft\\elements\\Entry',1,0,'2026-01-21 15:53:30','2026-01-21 15:53:31',NULL,NULL,NULL,'5bc29183-b6d7-42a7-921f-aab547d5ae22'),
(14700,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:53:33','2026-01-21 15:53:33',NULL,NULL,NULL,'7e2da093-758e-4c6d-b100-a1f2677dff5f'),
(14701,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:53:52','2026-01-21 15:53:52',NULL,NULL,NULL,'d700a7ee-13b0-431c-8976-6bf3afc7b955'),
(14702,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:54:32','2026-01-21 15:54:32',NULL,NULL,NULL,'616482f0-446d-4739-85e6-ff3d55881fa2'),
(14703,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:55:17','2026-01-21 15:55:17',NULL,NULL,NULL,'30de53be-3d66-4d4d-a4ba-e638b92150b6'),
(14708,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:58:39','2026-01-21 15:58:39',NULL,NULL,NULL,'ef651c05-324f-4183-8173-4906a15d458f'),
(14709,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:58:44','2026-01-21 15:58:44',NULL,NULL,NULL,'b1e7bb73-7e68-4824-b3c3-75b974fd82e1'),
(14710,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 15:59:17','2026-01-21 15:59:17',NULL,NULL,NULL,'c113ad9e-5e3b-40cd-a9c7-b1d6bf993d5e'),
(14711,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:00:55','2026-01-21 16:00:55',NULL,NULL,NULL,'3077d262-6023-4768-bd8a-8825e1e7a667'),
(14716,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:02:17','2026-01-21 16:02:17',NULL,NULL,NULL,'a5b6d22c-11fe-435e-b253-8c910ef1fb25'),
(14717,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-21 16:02:17','2026-01-21 16:02:17',NULL,NULL,NULL,'45f4046e-3d2d-4525-8b19-742a680daf53'),
(14719,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:03:32','2026-01-21 16:03:32',NULL,NULL,NULL,'a6910bda-3cb5-44b3-a651-af9c796329da'),
(14721,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:04:36','2026-01-21 16:04:36',NULL,NULL,NULL,'86c93bbe-fb49-4ed7-b6ec-548f1716bb2e'),
(14723,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:07:05','2026-01-21 16:07:05',NULL,NULL,NULL,'e24bb324-34c3-4245-90e2-c0e574b8a6dd'),
(14724,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:07:49','2026-01-21 16:07:49',NULL,NULL,NULL,'6cc132cc-6863-42a0-89db-ebc4b10d73d2'),
(14725,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:08:07','2026-01-21 16:08:07',NULL,NULL,NULL,'d485f1e1-1bea-4e28-abc2-6e297a9023ce'),
(14726,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:08:31','2026-01-21 16:08:31',NULL,NULL,NULL,'929a591a-467e-4b50-ad55-d79be27227c8'),
(14727,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:08:59','2026-01-21 16:08:59',NULL,NULL,NULL,'b849f9af-d07f-48c0-8272-370135937131'),
(14733,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:10:02','2026-01-21 16:10:02',NULL,NULL,NULL,'f6e6536d-5e21-4275-b40e-a0a6c7c0a760'),
(14734,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:10:26','2026-01-21 16:10:26',NULL,NULL,NULL,'610f784d-0c98-4494-ad74-552fff6836aa'),
(14737,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:11:01','2026-01-21 16:11:01',NULL,NULL,NULL,'44220ed5-fde9-4544-8f87-01aaf2ee1bc3'),
(14738,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:11:01','2026-01-21 16:11:01',NULL,NULL,NULL,'61e02309-0a5a-4ffc-8cfa-746555d981a4'),
(14739,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:12:28','2026-01-21 16:12:28',NULL,NULL,NULL,'0e186f07-81e9-47d8-ab2c-d1fd5002c6c7'),
(14743,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:14:04','2026-01-21 16:14:04',NULL,NULL,NULL,'bae46011-9531-4e43-9d45-afc209ca6cbe'),
(14744,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:14:05','2026-01-21 16:14:05',NULL,NULL,NULL,'19c979d7-3127-44bb-b68f-8808f5ec1dff'),
(14747,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:16:11','2026-01-21 16:16:11',NULL,NULL,NULL,'dd08e71c-22aa-4b6f-9d66-0886fc36be74'),
(14749,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:17:39','2026-01-21 16:17:39',NULL,NULL,NULL,'ba976892-e6d2-4a86-91e9-fef94dc1a587'),
(14750,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:18:47','2026-01-21 16:18:47',NULL,NULL,NULL,'05cc0929-e1ab-4728-9424-e8114245f2cf'),
(14751,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:19:21','2026-01-21 16:19:21',NULL,NULL,NULL,'b05d96a3-dbef-48e8-b10b-91f514babbb9'),
(14752,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:19:43','2026-01-21 16:19:43',NULL,NULL,NULL,'cdd96d64-9d5b-4465-8fd0-c05f71f55d0b'),
(14753,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:20:21','2026-01-21 16:20:21',NULL,NULL,NULL,'f8f777ac-124e-44aa-b0e7-ab6f7468b738'),
(14754,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:20:28','2026-01-21 16:20:28',NULL,NULL,NULL,'e742654c-2b20-45cd-9b5a-48e60270f57d'),
(14755,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:21:02','2026-01-21 16:21:02',NULL,NULL,NULL,'200bcc1c-437a-4fbd-976d-eabf17ebce24'),
(14756,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:21:09','2026-01-21 16:21:09',NULL,NULL,NULL,'281cbd35-a1e6-4566-a8a5-4a19e1c96583'),
(14757,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:21:53','2026-01-21 16:21:53',NULL,NULL,NULL,'ab22245c-d372-4278-940d-924150758391'),
(14758,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:22:21','2026-01-21 16:22:21',NULL,NULL,NULL,'575481b2-0c25-4315-9518-bb53091ffecf'),
(14770,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:25:18','2026-01-21 16:25:18',NULL,NULL,NULL,'dfff67a3-333f-45a0-8b95-0fdb57754058'),
(14771,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:26:04','2026-01-21 16:26:04',NULL,NULL,NULL,'8663005c-499f-4399-a57a-29c81f894d75'),
(14772,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:27:07','2026-01-21 16:27:07',NULL,NULL,NULL,'11ead803-dfda-452a-8427-617cc851d90e'),
(14773,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:28:32','2026-01-21 16:28:32',NULL,NULL,NULL,'1cd4ce35-1dad-4d96-a76e-b53c231939c5'),
(14774,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:30:49','2026-01-21 16:30:49',NULL,NULL,NULL,'a5028eff-60f6-425e-b5cb-7bf8afb8fead'),
(14780,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:33:56','2026-01-21 16:33:56',NULL,NULL,NULL,'d8525808-df1a-4a44-8175-171d72410c7f'),
(14781,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:34:09','2026-01-21 16:34:09',NULL,NULL,NULL,'502359e3-3a9b-4b80-a3d6-bd0f472a1a4b'),
(14782,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:34:10','2026-01-21 16:34:10',NULL,NULL,NULL,'3336a86c-7658-4582-9b0e-ea48cff3e2f4'),
(14783,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:34:29','2026-01-21 16:34:29',NULL,NULL,NULL,'68783078-08d9-45d0-93e9-bb1d99be4767'),
(14784,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:35:30','2026-01-21 16:35:30',NULL,NULL,NULL,'54df07b8-3d6f-4632-a1bd-bc7d13183e70'),
(14791,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:35:43','2026-01-21 16:35:43',NULL,NULL,NULL,'318fc13d-4bf3-4750-8bb5-33271bd9e539'),
(14793,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 16:36:03','2026-01-21 16:36:03',NULL,NULL,NULL,'14b29b38-bdf0-47eb-a14f-f962d1893dbd'),
(14795,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 16:36:47','2026-03-09 16:14:48',NULL,NULL,NULL,'b1b2e572-192d-4c0d-8d8d-005122da2313'),
(14796,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:37:02','2026-01-21 16:37:02',NULL,NULL,NULL,'5724ef2e-4830-4e08-9f94-6f7cd0e070f1'),
(14797,1023,NULL,5064,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:37:06','2026-01-21 16:37:06',NULL,NULL,NULL,'c4338fd1-7a9f-447f-8a59-49b94892e344'),
(14798,1560,NULL,5065,2,'craft\\elements\\Entry',1,0,'2026-01-21 16:37:06','2026-01-21 16:37:06',NULL,NULL,NULL,'88f15fb2-e57b-480f-97a1-2598916f5d76'),
(14800,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:37:51','2026-01-21 16:37:51',NULL,NULL,NULL,'b62b3fa8-a887-4e36-b55c-eb474083ed6f'),
(14801,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:37:53','2026-01-21 16:37:53',NULL,NULL,NULL,'d0ea958f-59ad-4eb0-858b-226c93cd8e8d'),
(14802,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:38:41','2026-01-21 16:38:41',NULL,NULL,NULL,'7dad2ea8-1c2b-4f32-ab02-5ef50d0873c5'),
(14803,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:38:57','2026-01-21 16:38:57',NULL,NULL,NULL,'8412c41b-55fa-4cf3-a80c-da89bd88c40e'),
(14804,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:39:26','2026-01-21 16:39:26',NULL,NULL,NULL,'f6be4add-9d6f-48cf-9678-451124c9898e'),
(14805,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:40:25','2026-01-21 16:40:25',NULL,NULL,NULL,'019be651-ccf7-4a6a-a12f-1024f7dd2f31'),
(14806,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:40:45','2026-01-21 16:40:45',NULL,NULL,NULL,'62fa5e27-eabd-4063-a12f-7ca1853b0d96'),
(14807,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:41:04','2026-01-21 16:41:04',NULL,NULL,NULL,'2484ad69-bba5-4d85-b155-f034e9fe91f1'),
(14808,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:41:26','2026-01-21 16:41:26',NULL,NULL,NULL,'f8c3e151-3df8-4b2f-ad86-b7d070623a29'),
(14809,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:42:02','2026-01-21 16:42:02',NULL,NULL,NULL,'d6019b7d-7915-4773-a7a1-86a13d81ee24'),
(14810,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:44:25','2026-01-21 16:44:25',NULL,NULL,NULL,'1cf9b8a1-2390-40f5-8854-8e3fd42e37f5'),
(14811,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:45:36','2026-01-21 16:45:36',NULL,NULL,NULL,'b9a4939c-e3d7-4161-9bb5-0e4bec5e8288'),
(14812,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:45:38','2026-01-21 16:45:38',NULL,NULL,NULL,'520d5b01-d5d4-4514-8369-83f219b0205e'),
(14813,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:45:38','2026-01-21 16:45:38',NULL,NULL,NULL,'16b7998a-00ab-4b5e-9c72-c6c0b54f9b71'),
(14814,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:50:26','2026-01-21 16:50:26',NULL,NULL,NULL,'66f9124f-374e-4caa-b390-bbe3d2717b97'),
(14815,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:51:29','2026-01-21 16:51:29',NULL,NULL,NULL,'885c854d-704d-442d-bd70-7912c800b793'),
(14816,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:52:29','2026-01-21 16:52:29',NULL,NULL,NULL,'2e7655eb-5a83-4b65-81d4-1b0297a970f9'),
(14817,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:53:07','2026-01-21 16:53:07',NULL,NULL,NULL,'1581179c-5cee-4368-b047-7fe10b9301aa'),
(14818,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:53:17','2026-01-21 16:53:17',NULL,NULL,NULL,'496fabda-e01e-4070-8ed3-f13720d92482'),
(14839,1255,NULL,5066,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:54:53','2026-01-21 16:54:53',NULL,NULL,NULL,'fb9fd3ab-0c5b-48af-89f4-935a5a85c0f6'),
(14841,1261,NULL,5067,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:55:19','2026-01-21 16:55:19',NULL,NULL,NULL,'9bf11eef-7b5a-4b36-a577-c9b1a9a14fd4'),
(14843,1269,NULL,5068,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:55:32','2026-01-21 16:55:32',NULL,NULL,NULL,'383bfecc-a868-4dba-8171-da1bc10e59bc'),
(14844,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 16:55:37','2026-01-21 16:55:37',NULL,NULL,NULL,'a57ca2d6-e831-4cdd-b9d2-6a6deb550595'),
(14846,1277,NULL,5069,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:55:52','2026-01-21 16:55:52',NULL,NULL,NULL,'f674aa15-2c4c-4247-ba8b-ffdfc087ef0a'),
(14848,1283,NULL,5070,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:56:02','2026-01-21 16:56:02',NULL,NULL,NULL,'2466a49c-6bd0-4e0c-ba2b-6c706b88b262'),
(14850,1289,NULL,5071,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:56:19','2026-01-21 16:56:19',NULL,NULL,NULL,'f0a1982c-6f15-407e-87a5-e0eda8cf0e8b'),
(14851,1297,NULL,5072,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:56:27','2026-01-21 16:56:27',NULL,NULL,NULL,'4434aaab-835f-432e-be81-376338b3237b'),
(14853,1303,NULL,5073,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:56:42','2026-01-21 16:56:42',NULL,NULL,NULL,'99848b3a-dd58-4dbe-9953-e6930e8de798'),
(14859,1309,NULL,5074,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:57:00','2026-01-21 16:57:00',NULL,NULL,NULL,'e6041515-ff3c-4c21-9407-931a44c6a3f5'),
(14861,1315,NULL,5075,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:57:24','2026-01-21 16:57:24',NULL,NULL,NULL,'40ef0866-7ea3-4ca6-acbe-9bfc52fdb2ea'),
(14864,1323,NULL,5076,1,'craft\\elements\\Entry',1,0,'2026-01-21 16:59:29','2026-01-21 16:59:29',NULL,NULL,NULL,'5e3dba2e-4cfd-4a7e-9e0f-40c2e4f1f0f6'),
(14865,1811,NULL,5077,2,'craft\\elements\\Entry',1,0,'2026-01-21 16:59:29','2026-01-21 16:59:29',NULL,NULL,NULL,'21a747cf-f261-4794-aa3d-d2b96d2f5706'),
(14867,1323,NULL,5078,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:00:13','2026-01-21 17:00:13',NULL,NULL,NULL,'8e1e5452-46c4-4735-918b-f050bfb046de'),
(14869,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:00:44','2026-01-21 17:00:44',NULL,NULL,NULL,'5417233a-1f77-4503-8d87-05d3a41999c1'),
(14870,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:02:08','2026-01-21 17:02:08',NULL,NULL,NULL,'1ad29982-b5d1-4ae4-970e-4ce6820f794f'),
(14871,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:02:08','2026-01-21 17:02:08',NULL,NULL,NULL,'170c9fcb-0f40-40a6-a3db-ff9727077823'),
(14872,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:02:08','2026-01-21 17:02:08',NULL,NULL,NULL,'51cb2de5-36c7-47bf-bfd6-fb0a1f2728cf'),
(14873,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 17:04:44','2026-01-21 17:04:44',NULL,NULL,NULL,'dfdf4424-4cee-473a-9bc7-aa7446ed6cd0'),
(14879,1329,NULL,5079,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:04:48','2026-01-21 17:04:49',NULL,NULL,NULL,'95fd27b2-7533-40d2-9583-2e5aaa1459e8'),
(14880,8872,NULL,5080,2,'craft\\elements\\Entry',1,0,'2026-01-21 17:04:49','2026-01-21 17:04:49',NULL,'2026-02-23 16:53:42',NULL,'665acb02-3902-49ca-9385-136448690d31'),
(14881,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:04:53','2026-01-21 17:04:53',NULL,NULL,NULL,'de4de20d-dae8-4ea4-b411-9b012c089258'),
(14884,1337,NULL,5081,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:05:17','2026-01-21 17:05:17',NULL,NULL,NULL,'74ccb1ee-7372-44e8-a239-7429eea39b45'),
(14886,1343,NULL,5082,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:05:38','2026-01-21 17:05:38',NULL,NULL,NULL,'fa9b23e7-47d4-4773-a302-521234b4bef4'),
(14887,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:06:36','2026-01-21 17:06:36',NULL,NULL,NULL,'01cdc67c-9587-45a8-b781-035ab24cadfa'),
(14891,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:11:11','2026-01-21 17:11:11',NULL,NULL,NULL,'53bd1a6d-a2ee-48ba-aee4-37fa75ed168f'),
(14893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:16:03','2026-01-21 17:16:03',NULL,NULL,NULL,'9525677a-b3d8-431b-b607-5e0b2f13dcc7'),
(14895,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:17:34','2026-01-21 17:17:34',NULL,NULL,NULL,'f9798e6b-2943-4c9a-82e9-a6f8adfa8c3e'),
(14898,1349,NULL,5083,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:18:01','2026-01-21 17:18:01',NULL,NULL,NULL,'894e161d-20f7-473b-97af-0546feba1981'),
(14899,9121,NULL,5084,2,'craft\\elements\\Entry',1,0,'2026-01-21 17:18:01','2026-01-21 17:18:01',NULL,'2026-02-17 15:02:03',NULL,'7ac18aef-9066-4516-a9aa-a6ae80fca1a6'),
(14900,1023,NULL,5085,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:22:25','2026-01-21 17:22:25',NULL,NULL,NULL,'fcaec678-2e28-4271-be60-1ad932ea3482'),
(14902,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 17:27:28','2026-01-21 17:27:28',NULL,NULL,NULL,'01fac086-d3cc-49a3-97cc-6bfec0730cd0'),
(14904,1031,NULL,5086,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:27:33','2026-01-21 17:27:33',NULL,NULL,NULL,'02c3eeb2-22e5-4edc-958f-5f66f61ef28c'),
(14905,9393,NULL,5087,2,'craft\\elements\\Entry',1,0,'2026-01-21 17:27:33','2026-01-21 17:27:33',NULL,NULL,NULL,'6265b97d-7d92-4abd-977b-0ea8060405be'),
(14908,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:34:24','2026-01-21 17:34:24',NULL,NULL,NULL,'172371d7-5c59-47e8-a76c-082548c1d799'),
(14911,945,NULL,5088,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:43:27','2026-01-21 17:43:27',NULL,NULL,NULL,'30ee8950-4c86-486d-9738-44344f80b9cf'),
(14913,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:45:42','2026-01-21 17:45:42',NULL,NULL,NULL,'e0ab0f03-5379-4811-a918-2e195376d377'),
(14917,1323,NULL,5089,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:46:08','2026-01-21 17:46:08',NULL,NULL,NULL,'fd808ea4-66d0-4291-a01a-bfe00051f415'),
(14918,1811,NULL,5090,2,'craft\\elements\\Entry',1,0,'2026-01-21 17:46:08','2026-01-21 17:46:08',NULL,NULL,NULL,'c5d729e0-0464-4cb7-8ab1-fd17dea109a1'),
(14923,1171,NULL,5091,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:48:49','2026-01-21 17:48:49',NULL,NULL,NULL,'a4730d86-92a0-433a-920e-eb2afa271f76'),
(14924,1683,NULL,5092,2,'craft\\elements\\Entry',1,0,'2026-01-21 17:48:49','2026-01-21 17:48:49',NULL,NULL,NULL,'4bc86b16-1d8d-4523-9c4d-ac9b940799a7'),
(14926,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:50:00','2026-01-21 17:50:00',NULL,NULL,NULL,'07546afc-bb87-4f0f-9699-17258d35e2b4'),
(14929,945,NULL,5093,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:51:36','2026-01-21 17:51:36',NULL,NULL,NULL,'d6fe246d-1ad2-4b8f-83c4-1617855aef79'),
(14930,2,NULL,5094,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:51:40','2026-01-21 17:51:40',NULL,NULL,NULL,'06c2db2c-1d7c-4ef7-ba12-1ca57110c5c0'),
(14931,1487,NULL,5095,2,'craft\\elements\\Entry',1,0,'2026-01-21 17:51:40','2026-01-21 17:51:40',NULL,NULL,NULL,'9e0c5206-db47-4cd4-b2a6-b0372d4f0f60'),
(14933,981,NULL,5096,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:52:48','2026-01-21 17:52:48',NULL,NULL,NULL,'e1a74943-4f62-4d24-91a3-2d02db0f7916'),
(14935,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 17:54:58','2026-01-21 17:54:58',NULL,NULL,NULL,'ee780f2f-1fbf-4352-89e0-b68f2e448f15'),
(14938,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-21 17:55:04','2026-01-21 17:55:04',NULL,NULL,NULL,'0db26379-40b8-45f8-b407-b6d358e77ae1'),
(14940,2,NULL,5097,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:55:10','2026-01-21 17:55:10',NULL,NULL,NULL,'48c6df37-479c-4bfe-bc91-4deadbea8e88'),
(14941,1487,NULL,5098,2,'craft\\elements\\Entry',1,0,'2026-01-21 17:55:10','2026-01-21 17:55:10',NULL,NULL,NULL,'aceebc8c-e636-4ee9-8e53-2efa6ce2a846'),
(14944,945,NULL,5099,1,'craft\\elements\\Entry',1,0,'2026-01-21 17:55:47','2026-01-21 17:55:47',NULL,NULL,NULL,'874ba870-2b54-43f0-a85a-a6d23e3c41d7'),
(14948,969,NULL,5100,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:02:12','2026-01-21 18:02:12',NULL,NULL,NULL,'47e19cb7-14f1-40da-a464-131c9586349c'),
(14954,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:19:26','2026-02-13 17:34:03',NULL,NULL,NULL,'88fdd91d-445a-4c57-bf3f-271bba274e53'),
(14955,2,NULL,5101,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:19:29','2026-01-21 18:19:30',NULL,NULL,NULL,'d09e3be1-7ace-4a43-a73f-d446b7e758dd'),
(14957,2,NULL,5102,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:20:01','2026-01-21 18:20:01',NULL,NULL,NULL,'4cf2624c-438d-47aa-862e-2d015112239e'),
(14958,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:20:17','2026-02-13 17:36:26',NULL,NULL,NULL,'be83a27e-4fc1-4445-8885-9fe179ad2eb9'),
(14959,945,NULL,5103,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:20:20','2026-01-21 18:20:20',NULL,NULL,NULL,'9da63263-569d-4a11-9115-f9b161f1efb9'),
(14961,945,NULL,5104,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:20:23','2026-01-21 18:20:23',NULL,NULL,NULL,'4afb0bc6-4200-435b-ab83-371a26b63bff'),
(14963,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:20:38','2026-01-21 18:20:38',NULL,NULL,NULL,'391ebcdd-d2c7-4331-9a63-65e8eea33da6'),
(14964,957,NULL,5105,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:20:39','2026-01-21 18:20:39',NULL,NULL,NULL,'2d2029ab-2b89-4a65-a0a2-0301367e06da'),
(14966,957,NULL,5106,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:20:44','2026-01-21 18:20:44',NULL,NULL,NULL,'e0ee1fa1-dfd2-4e86-8483-93966466f49d'),
(14967,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:20:56','2026-02-13 17:37:48',NULL,NULL,NULL,'96451e19-4643-47a3-b723-07336bb57cb4'),
(14968,963,NULL,5107,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:21:00','2026-01-21 18:21:00',NULL,NULL,NULL,'bff8dcdb-2a2d-41ab-b2a6-507782a5b2ce'),
(14970,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:21:28','2026-02-13 17:40:37',NULL,NULL,NULL,'1f362c03-2352-41a2-9b16-831f4fa4dbd6'),
(14971,969,NULL,5108,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:21:31','2026-01-21 18:21:31',NULL,NULL,NULL,'6215c14c-119e-419f-bcec-53190a4ea7d5'),
(14975,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:21:53','2026-01-21 18:21:53',NULL,NULL,NULL,'2b69dfe7-e461-4066-8c0f-52bc84d99b46'),
(14976,975,NULL,5109,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:21:56','2026-01-21 18:21:56',NULL,NULL,NULL,'c4c5996e-3ae6-4df3-89fe-c05ffd498256'),
(14978,975,NULL,5110,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:21:59','2026-01-21 18:21:59',NULL,NULL,NULL,'dfbf68a5-d51d-4eca-b603-975d5392f565'),
(14980,975,NULL,5111,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:22:16','2026-01-21 18:22:16',NULL,NULL,NULL,'71a7668d-39c7-4eb3-8608-d036c3ffca80'),
(14983,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:23:12','2026-02-13 17:49:09',NULL,NULL,NULL,'dbf6aff9-6a47-460c-949b-5ed1dcb017fc'),
(14984,981,NULL,5112,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:23:48','2026-01-21 18:23:48',NULL,NULL,NULL,'8d0677d1-3087-4aa3-a9ec-f11834e11c79'),
(14986,2,NULL,5113,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:24:07','2026-01-21 18:24:07',NULL,NULL,NULL,'b2df196c-65d2-4090-a2f4-fd52c1701383'),
(14988,945,NULL,5114,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:24:20','2026-01-21 18:24:20',NULL,NULL,NULL,'578ac869-1a57-4f34-9397-b268d97a281e'),
(14990,957,NULL,5115,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:24:38','2026-01-21 18:24:38',NULL,NULL,NULL,'dc2d07b9-7c82-4517-9666-019ecd84cc80'),
(14992,963,NULL,5116,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:24:50','2026-01-21 18:24:50',NULL,NULL,NULL,'0881418e-c355-499d-9765-34918f495a17'),
(14994,969,NULL,5117,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:25:03','2026-01-21 18:25:04',NULL,NULL,NULL,'856ae88a-5cf6-4411-a23c-441854cade75'),
(14995,975,NULL,5118,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:25:14','2026-01-21 18:25:14',NULL,NULL,NULL,'fa86132e-1091-41fa-8a0e-ed21e8bbe35a'),
(14997,981,NULL,5119,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:25:25','2026-01-21 18:25:25',NULL,NULL,NULL,'1562a034-53cc-41b8-9321-d80c0b162a4d'),
(14999,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:25:55','2026-02-13 17:52:20',NULL,NULL,NULL,'ab74c9fa-2344-4173-99d0-29d5205ce7b6'),
(15000,989,NULL,5120,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:25:59','2026-01-21 18:25:59',NULL,NULL,NULL,'a21d5218-1dbb-4def-b251-768776905bf2'),
(15002,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:26:15','2026-02-13 17:53:24',NULL,NULL,NULL,'eaafc309-2327-4f01-9c47-c5b55151be5f'),
(15003,995,NULL,5121,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:26:24','2026-01-21 18:26:24',NULL,NULL,NULL,'73c6e9ab-ecc5-46fb-8185-143475845573'),
(15005,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:26:49','2026-01-21 18:26:49',NULL,NULL,NULL,'6e8fb9a5-3ab9-43f0-adb3-568868e37bdd'),
(15006,999,NULL,5122,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:27:04','2026-01-21 18:27:04',NULL,NULL,NULL,'17442384-b068-45db-b917-23a478d515c3'),
(15008,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:27:28','2026-02-13 17:56:13',NULL,NULL,NULL,'bce7e100-1d56-4345-9b46-ce459947699c'),
(15009,1005,NULL,5123,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:27:35','2026-01-21 18:27:35',NULL,NULL,NULL,'8144fa4e-3223-4d90-9e83-c595ffd9393c'),
(15011,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:27:55','2026-02-13 17:58:18',NULL,NULL,NULL,'f0a4bc64-6485-4239-a99c-9821136152e1'),
(15012,1011,NULL,5124,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:28:03','2026-01-21 18:28:03',NULL,NULL,NULL,'5b3d12ab-6e54-4cdb-8936-45f2efd7d1e3'),
(15014,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:28:27','2026-02-13 18:00:10',NULL,NULL,NULL,'ca24a42d-a209-4583-9b93-0198f86f512f'),
(15015,1017,NULL,5125,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:28:29','2026-01-21 18:28:29',NULL,NULL,NULL,'a4123c26-41c2-4e26-a823-1973725c74e7'),
(15017,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:28:53','2026-01-21 18:28:53',NULL,NULL,NULL,'317dedab-2749-401c-b5fa-9c11178e617a'),
(15018,1023,NULL,5126,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:28:56','2026-01-21 18:28:56',NULL,NULL,NULL,'304abd8e-897a-4cea-b7f1-3cccc925dbb5'),
(15019,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:29:13','2026-02-13 18:03:02',NULL,NULL,NULL,'ae3caccf-ecaf-4045-b2e0-1e234d1f2be8'),
(15021,1035,NULL,5127,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:29:18','2026-01-21 18:29:18',NULL,NULL,NULL,'d90e71c0-af97-4096-a450-12f96997843f'),
(15023,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 18:29:43','2026-01-21 18:29:43',NULL,NULL,NULL,'1d985a76-79b9-4972-ae42-73a45eb94dc5'),
(15024,1041,NULL,5128,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:30:00','2026-01-21 18:30:00',NULL,NULL,NULL,'c3fd80f1-e901-43dd-b6ea-e8df578ca98c'),
(15025,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 18:30:53','2026-01-21 18:30:53',NULL,NULL,NULL,'c6481231-30b5-46c6-8c92-b5855d78b8bf'),
(15026,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-21 18:30:53','2026-01-21 18:30:53',NULL,NULL,NULL,'500f861d-2c39-48c9-a987-a964265b9c63'),
(15031,975,NULL,5129,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:33:33','2026-01-21 18:33:33',NULL,NULL,NULL,'6395089f-fdf6-4ea6-8a9b-a5f32f054851'),
(15037,1143,NULL,5130,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:39:15','2026-01-21 18:39:15',NULL,NULL,NULL,'d31ae6ea-62d4-4741-808f-9ce59b8943f4'),
(15039,1141,NULL,5131,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:39:24','2026-01-21 18:39:24',NULL,NULL,NULL,'79566aec-363a-448a-8353-51660574812e'),
(15040,1135,NULL,5132,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:39:40','2026-01-21 18:39:40',NULL,NULL,NULL,'c769c03a-6274-4cfe-8e4f-f9b6c8398bb4'),
(15042,1349,NULL,5133,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:39:55','2026-01-21 18:39:55',NULL,NULL,NULL,'be19a663-7542-43ad-8968-cf51bab3752c'),
(15044,1129,NULL,5134,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:40:03','2026-01-21 18:40:03',NULL,NULL,NULL,'d76145d4-a369-42f7-bd77-417aff06817b'),
(15046,1123,NULL,5135,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:40:14','2026-01-21 18:40:14',NULL,NULL,NULL,'3d89ca36-d943-42f8-8218-13e1013fa54c'),
(15048,1249,NULL,5136,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:40:23','2026-01-21 18:40:23',NULL,NULL,NULL,'fe422faa-a55f-4a6a-85f9-f71f5cc82b8f'),
(15050,1041,NULL,5137,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:40:30','2026-01-21 18:40:30',NULL,NULL,NULL,'27cec6f5-da02-401c-bf33-2b9371907198'),
(15052,1035,NULL,5138,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:40:39','2026-01-21 18:40:39',NULL,NULL,NULL,'d1c4676f-d268-452a-81bf-bebbce8d2acf'),
(15054,1031,NULL,5139,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:40:51','2026-01-21 18:40:51',NULL,NULL,NULL,'663ca455-ca3b-40c1-9d66-63a85455514f'),
(15056,1473,NULL,5140,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:41:04','2026-01-21 18:41:04',NULL,NULL,NULL,'dd5402f5-70bf-4c1c-aa5d-569db65f48d7'),
(15058,1117,NULL,5141,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:41:12','2026-01-21 18:41:13',NULL,NULL,NULL,'a031c6fa-d282-4daf-a2f1-1dde77d0f5f4'),
(15060,1109,NULL,5142,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:41:24','2026-01-21 18:41:24',NULL,NULL,NULL,'fef79a62-31d2-409e-b4c4-21e17a40ae2d'),
(15062,1343,NULL,5143,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:41:31','2026-01-21 18:41:31',NULL,NULL,NULL,'fb67fa17-d317-43de-8022-6786c28f2438'),
(15064,1407,NULL,5144,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:41:40','2026-01-21 18:41:40',NULL,NULL,NULL,'3507d930-9df9-4c47-902f-bbe4533f46f1'),
(15066,1109,NULL,5145,1,'craft\\elements\\Entry',1,0,'2026-01-21 18:46:05','2026-01-21 18:46:05',NULL,NULL,NULL,'6bf36e1e-04a5-4e2c-a247-2a2254f70858'),
(15074,945,NULL,5146,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:02:17','2026-01-21 19:02:17',NULL,NULL,NULL,'0c8657c2-13ec-4a3a-b6fe-66fab49292ee'),
(15076,945,NULL,5147,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:02:24','2026-01-21 19:02:24',NULL,NULL,NULL,'e6be7b81-d482-4e30-a0e6-99375630062b'),
(15078,945,NULL,5148,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:02:42','2026-01-21 19:02:42',NULL,NULL,NULL,'8c524131-ce43-4450-923d-70327cd8e523'),
(15081,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 19:08:20','2026-01-21 19:08:20',NULL,NULL,NULL,'f4130622-59a4-461a-a510-a2316cdddab1'),
(15085,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-21 19:10:43','2026-01-21 19:10:43',NULL,NULL,NULL,'c9496667-1b2a-47ef-b4b3-31f4919bbfb9'),
(15086,945,NULL,5149,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:11:07','2026-01-21 19:11:07',NULL,NULL,NULL,'cc44ff8f-2727-42ac-95d9-570199086c45'),
(15088,945,NULL,5150,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:11:59','2026-01-21 19:12:00',NULL,NULL,NULL,'eab8ea57-65b6-413f-a437-4e1836c909f6'),
(15092,1143,NULL,5151,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:13:51','2026-01-21 19:13:51',NULL,NULL,NULL,'24edd6b6-8c3b-4344-ab53-6a2cf2fa65c2'),
(15093,1141,4022,NULL,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:13:56','2026-01-21 19:13:56',NULL,NULL,NULL,'bf95e16b-7fbb-4d42-9ee0-d3566ab91f6a'),
(15095,NULL,NULL,NULL,26,'craft\\elements\\Entry',1,0,'2026-01-21 19:14:21','2026-01-21 19:17:46',NULL,'2026-01-21 19:17:46',NULL,'232e5939-f626-487c-9416-62451e036447'),
(15096,945,NULL,5152,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:14:21','2026-01-21 19:14:21',NULL,NULL,NULL,'3a28f024-3e38-44e8-9540-ac272cfbde43'),
(15097,15095,NULL,5153,26,'craft\\elements\\Entry',1,0,'2026-01-21 19:14:21','2026-01-21 19:14:21',NULL,'2026-01-21 19:17:46',NULL,'6e0e3e62-adeb-4155-af63-13c161d057e6'),
(15099,1141,NULL,5154,1,'craft\\elements\\Entry',0,0,'2026-01-21 19:14:28','2026-01-21 19:14:28',NULL,NULL,NULL,'912b45ae-44ef-4f57-8cc2-df6175608f71'),
(15101,945,NULL,5155,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:14:40','2026-01-21 19:14:40',NULL,NULL,NULL,'acb60767-b852-424f-935a-d4f8a8c02a70'),
(15103,1135,NULL,5156,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:15:23','2026-01-21 19:15:23',NULL,NULL,NULL,'f517d6f6-5521-4f09-a2b4-bf4bb1c50370'),
(15105,1349,NULL,5157,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:15:43','2026-01-21 19:15:43',NULL,NULL,NULL,'b2603902-17f6-42c0-9ec9-33e5a2e47d8b'),
(15107,1129,NULL,5158,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:16:01','2026-01-21 19:16:01',NULL,NULL,NULL,'c716d4f4-807d-4d0a-8913-74b20f7b4765'),
(15109,1123,NULL,5159,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:16:23','2026-01-21 19:16:23',NULL,NULL,NULL,'43e4f151-c19d-48f0-b02f-752563338901'),
(15111,945,NULL,5160,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:17:24','2026-01-21 19:17:24',NULL,NULL,NULL,'24c3a064-b4f8-44f1-9d41-80bdd25ff3cb'),
(15113,945,NULL,5161,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:17:46','2026-01-21 19:17:46',NULL,NULL,NULL,'ba2d296a-fcce-44dd-9126-80fcd7f71797'),
(15116,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 19:19:39','2026-01-21 19:19:39',NULL,NULL,NULL,'1b520b67-46f9-48eb-adc2-d1296d07d404'),
(15118,1249,NULL,5162,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:21:28','2026-01-21 19:21:28',NULL,NULL,NULL,'faba3e1b-3452-459f-805f-be1ff5af9829'),
(15121,1041,NULL,5163,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:21:48','2026-01-21 19:21:48',NULL,NULL,NULL,'410cea2d-86cc-40fa-bf23-b9824faefd4e'),
(15123,1035,NULL,5164,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:22:16','2026-01-21 19:22:16',NULL,NULL,NULL,'5284c554-5810-4002-b675-b110e7b6ab7d'),
(15125,1031,NULL,5165,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:22:40','2026-01-21 19:22:40',NULL,NULL,NULL,'0f0a54fc-229c-4382-bb62-352f0cc45ab8'),
(15128,1481,NULL,5166,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:23:35','2026-01-21 19:23:35',NULL,NULL,NULL,'2060f93f-7392-48d7-94aa-f62d42dcc7f6'),
(15131,1473,NULL,5167,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:23:57','2026-01-21 19:23:57',NULL,NULL,NULL,'4ecec703-43c2-4e46-a600-a0dd55470773'),
(15135,945,NULL,5168,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:24:19','2026-01-21 19:24:19',NULL,NULL,NULL,'6e3fd519-7991-44e4-97ac-f13394c914b3'),
(15136,1117,NULL,5169,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:24:24','2026-01-21 19:24:24',NULL,NULL,NULL,'3a560309-e24a-411f-ba87-7c61db937c73'),
(15138,1109,NULL,5170,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:24:40','2026-01-21 19:24:40',NULL,NULL,NULL,'34fc999e-5dd7-43bd-a50e-15a6f0620fa8'),
(15140,1343,NULL,5171,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:24:58','2026-01-21 19:24:58',NULL,NULL,NULL,'fb4fc696-a272-4267-a629-fb46db942802'),
(15142,1407,NULL,5172,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:25:16','2026-01-21 19:25:16',NULL,NULL,NULL,'46ce9b81-07c3-48ea-b75b-973f40a866da'),
(15144,1337,NULL,5173,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:26:09','2026-01-21 19:26:09',NULL,NULL,NULL,'bbd7d2a7-f38a-4b40-98de-4de8c04c72cb'),
(15148,1023,NULL,5174,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:27:14','2026-01-21 19:27:14',NULL,NULL,NULL,'c9225c57-3d5d-4141-8562-981ecea2dc44'),
(15150,1017,NULL,5175,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:27:38','2026-01-21 19:27:38',NULL,NULL,NULL,'e3047f54-e986-4654-af0c-e901bb72ac7f'),
(15152,1481,NULL,5176,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:27:56','2026-01-21 19:27:56',NULL,NULL,NULL,'d69ccdf8-683e-4e2e-bf5f-be3417fe700e'),
(15154,1329,NULL,5177,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:28:13','2026-01-21 19:28:13',NULL,NULL,NULL,'23f27f66-c95d-4f9f-95ef-fbd9b7b85c13'),
(15156,1389,NULL,5178,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:29:20','2026-01-21 19:29:20',NULL,NULL,NULL,'8af2cc57-725f-4399-9572-3e780bd14888'),
(15159,1243,NULL,5179,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:29:36','2026-01-21 19:29:36',NULL,NULL,NULL,'e7586f8a-0b55-4a0b-a648-ec2ea8a8393b'),
(15161,1237,NULL,5180,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:29:52','2026-01-21 19:29:52',NULL,NULL,NULL,'0296fe5c-4fee-40ad-9963-e2b3bf7fd826'),
(15163,1103,NULL,5181,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:30:10','2026-01-21 19:30:10',NULL,NULL,NULL,'6e224711-aaf1-4785-901d-d4edc2118860'),
(15165,1231,NULL,5182,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:30:32','2026-01-21 19:30:32',NULL,NULL,NULL,'af56c69c-5d55-4889-8306-a40173e5c3f5'),
(15167,1097,NULL,5183,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:30:55','2026-01-21 19:30:55',NULL,NULL,NULL,'31b971dd-03fc-42b9-b361-c91f4b9b98f2'),
(15170,1091,NULL,5184,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:31:16','2026-01-21 19:31:16',NULL,NULL,NULL,'6842ed8a-06c4-4538-a2df-eb30ecaadf2b'),
(15172,1011,NULL,5185,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:31:34','2026-01-21 19:31:34',NULL,NULL,NULL,'1e461d81-9ed1-4788-ba7c-2818ceebb2c8'),
(15174,1323,NULL,5186,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:31:50','2026-01-21 19:31:50',NULL,NULL,NULL,'b9bd76b3-0b11-4536-b481-594068119442'),
(15177,1383,NULL,5187,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:32:23','2026-01-21 19:32:23',NULL,NULL,NULL,'f2eb97bb-7744-40f5-b3d8-f88114fb21d1'),
(15179,1315,NULL,5188,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:32:50','2026-01-21 19:32:50',NULL,NULL,NULL,'0adacfd5-1782-435b-a979-07d97dc7ca5f'),
(15181,1005,NULL,5189,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:33:08','2026-01-21 19:33:08',NULL,NULL,NULL,'f7c4603c-bca9-4fc9-8fb7-8e51434d3f3a'),
(15183,1225,NULL,5190,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:33:28','2026-01-21 19:33:28',NULL,NULL,NULL,'dd3c406f-d257-43c8-970b-b29b4c04bcc5'),
(15184,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 19:33:29','2026-01-21 19:33:29',NULL,NULL,NULL,'35034ac8-7131-4bcd-9787-7076dd75c0df'),
(15187,1467,NULL,5191,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:33:48','2026-01-21 19:33:48',NULL,NULL,NULL,'f4f93399-c078-44aa-8d90-b3fccd9f4f7e'),
(15189,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 19:34:12','2026-01-21 19:34:12',NULL,NULL,NULL,'caee39c1-4de2-4f7b-940a-76339b0914e3'),
(15190,1461,NULL,5192,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:34:19','2026-01-21 19:34:19',NULL,NULL,NULL,'007943e9-aedf-4dad-abd3-219959dd65a6'),
(15193,1085,NULL,5193,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:34:41','2026-01-21 19:34:41',NULL,NULL,NULL,'f8a74a0a-b068-4d89-8dec-3d9e89596ccb'),
(15195,1477,NULL,5194,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:35:01','2026-01-21 19:35:01',NULL,NULL,NULL,'7d4e4e3c-e7b0-4b28-be29-59a56639f239'),
(15197,999,NULL,5195,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:35:21','2026-01-21 19:35:21',NULL,NULL,NULL,'784a8aa3-1da5-4cf8-a59c-1701275ffa52'),
(15200,1401,NULL,5196,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:36:00','2026-01-21 19:36:00',NULL,NULL,NULL,'b55d4096-dd9f-452b-b189-2ea48a9b9028'),
(15202,1377,NULL,5197,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:36:25','2026-01-21 19:36:25',NULL,NULL,NULL,'3041cb68-048b-45ec-b9e8-08f12c14b4f0'),
(15205,1079,NULL,5198,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:36:49','2026-01-21 19:36:49',NULL,NULL,NULL,'9d899489-b417-453b-966d-378479ee4c97'),
(15207,1219,NULL,5199,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:37:11','2026-01-21 19:37:11',NULL,NULL,NULL,'16f301eb-d56e-4c5c-931d-897b441ba725'),
(15211,995,NULL,5200,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:37:30','2026-01-21 19:37:30',NULL,NULL,NULL,'4d4a2515-51a8-4d80-8391-a6956ef45f68'),
(15213,1309,NULL,5201,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:37:46','2026-01-21 19:37:46',NULL,NULL,NULL,'d276abc5-0f97-4da8-b900-26aa580d7bca'),
(15215,989,NULL,5202,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:38:04','2026-01-21 19:38:04',NULL,NULL,NULL,'fb30bae1-1d68-4615-9add-0196ac707f8a'),
(15217,1455,NULL,5203,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:38:32','2026-01-21 19:38:32',NULL,NULL,NULL,'045ad87e-82fc-450f-99b0-487f1157bf19'),
(15219,1449,NULL,5204,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:38:49','2026-01-21 19:38:50',NULL,NULL,NULL,'02762bb9-c601-45bd-b161-b0acd5d0009c'),
(15221,1371,NULL,5205,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:39:15','2026-01-21 19:39:15',NULL,NULL,NULL,'6c5fc679-cab3-4ed1-9986-ba86ca05576b'),
(15223,1395,NULL,5206,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:39:57','2026-01-21 19:39:58',NULL,NULL,NULL,'15d7804e-6389-4ff5-a53b-29da2d3f048f'),
(15225,1215,NULL,5207,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:40:15','2026-01-21 19:40:15',NULL,NULL,NULL,'0fb26445-f156-4764-8a3e-b0981b56c331'),
(15227,1303,NULL,5208,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:40:33','2026-01-21 19:40:33',NULL,NULL,NULL,'978e800b-35f7-4628-a607-ddcd58c724b0'),
(15228,1073,NULL,5209,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:40:54','2026-01-21 19:40:54',NULL,NULL,NULL,'ebbeb847-a461-4477-a09f-4334ab0b6188'),
(15230,981,NULL,5210,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:41:12','2026-01-21 19:41:12',NULL,NULL,NULL,'deab4395-63e5-43c1-9ed7-4d121bb3362a'),
(15232,1297,NULL,5211,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:41:30','2026-01-21 19:41:31',NULL,NULL,NULL,'6328244e-39e0-4230-ab77-b8b3e2ced01a'),
(15234,1289,NULL,5212,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:41:48','2026-01-21 19:41:48',NULL,NULL,NULL,'a6754e2d-315f-42aa-a209-312ca490a40e'),
(15236,1209,NULL,5213,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:42:07','2026-01-21 19:42:07',NULL,NULL,NULL,'32da908d-105d-4239-abce-c5735cb453da'),
(15238,1443,NULL,5214,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:42:26','2026-01-21 19:42:26',NULL,NULL,NULL,'ec715a30-1523-44a7-a873-d6bd7291627a'),
(15240,1201,NULL,5215,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:42:43','2026-01-21 19:42:43',NULL,NULL,NULL,'1974ced1-a73b-430f-ab08-2ff6427b9aca'),
(15242,1197,NULL,5216,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:43:00','2026-01-21 19:43:00',NULL,NULL,NULL,'44a21b34-b4b5-44b6-98a8-56afdc7b2856'),
(15244,2712,NULL,5217,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:44:16','2026-01-21 19:44:17',NULL,NULL,NULL,'91c842b3-3c00-4ebe-93f2-c5f7fd4930a0'),
(15246,1283,NULL,5218,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:44:40','2026-01-21 19:44:40',NULL,NULL,NULL,'d19024ac-e605-4b95-8e0e-c01d87375945'),
(15247,1437,NULL,5219,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:45:08','2026-01-21 19:45:08',NULL,NULL,NULL,'68b84eba-ffb1-4d2a-a206-eb62d54b791c'),
(15248,1437,NULL,5220,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:45:17','2026-01-21 19:45:17',NULL,NULL,NULL,'f556d476-5402-4d09-96bf-608e038fea92'),
(15249,1431,NULL,5221,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:45:28','2026-01-21 19:45:28',NULL,NULL,NULL,'a097eb5e-76f8-43cf-aa93-54739299385c'),
(15251,1067,NULL,5222,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:45:46','2026-01-21 19:45:46',NULL,NULL,NULL,'b4b75f0e-8c0e-4682-a761-3f3387460ff6'),
(15253,975,NULL,5223,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:46:00','2026-01-21 19:46:00',NULL,NULL,NULL,'db4eb5b5-f237-4908-81d9-c49dc153b112'),
(15255,1365,NULL,5224,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:46:23','2026-01-21 19:46:23',NULL,NULL,NULL,'16e10987-1416-4755-8d5e-98b0b6dc24b2'),
(15257,1359,NULL,5225,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:46:50','2026-01-21 19:46:50',NULL,NULL,NULL,'696751c6-eed4-4411-ba79-d60d3ac51d4b'),
(15259,1425,NULL,5226,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:47:02','2026-01-21 19:47:02',NULL,NULL,NULL,'6e958a32-ef59-4ab9-8dca-f52f13a0706c'),
(15262,1413,NULL,5227,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:47:26','2026-01-21 19:47:27',NULL,NULL,NULL,'eddfc54a-2420-4ffa-ab6f-e5cf1b493d84'),
(15263,1419,NULL,5228,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:47:44','2026-01-21 19:47:44',NULL,NULL,NULL,'51a48337-bc4f-4206-939e-a5874cd5c33e'),
(15265,1191,NULL,5229,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:48:01','2026-01-21 19:48:01',NULL,NULL,NULL,'3db1d971-ec2f-4eac-848c-109bb014b924'),
(15267,1277,NULL,5230,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:48:16','2026-01-21 19:48:16',NULL,NULL,NULL,'760e3d7b-8421-4b10-815c-c57f0639c5e3'),
(15269,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 19:48:31','2026-01-21 19:48:31',NULL,NULL,NULL,'ba3b16f4-cdda-4bcb-bc16-e109d3c84421'),
(15270,969,NULL,5231,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:48:39','2026-01-21 19:48:39',NULL,NULL,NULL,'72319de9-cc3f-4c54-b4f0-5eae4ce3d41a'),
(15273,1269,NULL,5232,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:48:57','2026-01-21 19:48:57',NULL,NULL,NULL,'0033718f-f20f-42ed-a70e-48c2b7c13f41'),
(15275,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 19:49:08','2026-01-21 19:49:08',NULL,NULL,NULL,'b3e9637a-bd64-4a70-9021-70e00db494be'),
(15277,1059,NULL,5233,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:49:24','2026-01-21 19:49:24',NULL,NULL,NULL,'8b6f5fa2-aead-41ef-86bc-1893cf36b708'),
(15281,1353,NULL,5234,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:49:42','2026-01-21 19:49:42',NULL,NULL,NULL,'d732ba14-2e02-4c40-ac96-57371acd4d0b'),
(15283,1161,NULL,5235,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:50:19','2026-01-21 19:50:19',NULL,NULL,NULL,'0bb3dab2-19c0-47ad-addb-b24960b79001'),
(15284,1185,NULL,5236,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:50:38','2026-01-21 19:50:38',NULL,NULL,NULL,'809be7bf-b7e2-4482-a6c9-977cfc2564da'),
(15286,1051,NULL,5237,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:50:59','2026-01-21 19:50:59',NULL,NULL,NULL,'5280069f-b412-4e12-9621-b16e667d14b8'),
(15288,2720,NULL,5238,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:51:54','2026-01-21 19:51:54',NULL,NULL,NULL,'8121417f-1077-4523-87f9-7008549c7dc7'),
(15290,963,NULL,5239,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:52:10','2026-01-21 19:52:10',NULL,NULL,NULL,'ca01bf36-8f15-47bd-8da5-fabd5064e324'),
(15292,957,NULL,5240,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:52:28','2026-01-21 19:52:28',NULL,NULL,NULL,'41fac86f-f761-452f-bb92-a80221697577'),
(15294,1177,NULL,5241,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:52:44','2026-01-21 19:52:44',NULL,NULL,NULL,'09795739-a21d-4d00-bd8c-b9edfaa74c6e'),
(15297,1261,NULL,5242,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:52:56','2026-01-21 19:52:56',NULL,NULL,NULL,'3ead3746-2555-4de6-b7b8-2998209ab468'),
(15300,951,NULL,5243,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:53:11','2026-01-21 19:53:11',NULL,NULL,NULL,'43668fa0-aa5a-468f-88bb-5304db93bf82'),
(15302,945,NULL,5244,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:53:19','2026-01-21 19:53:19',NULL,NULL,NULL,'b2930591-a9ba-4a8c-a448-4f9162050c3a'),
(15304,1171,NULL,5245,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:53:32','2026-01-21 19:53:32',NULL,NULL,NULL,'c293b35c-bc12-4e86-aea2-4fc3ceca2531'),
(15306,1045,NULL,5246,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:53:46','2026-01-21 19:53:46',NULL,NULL,NULL,'3bf6ff73-3ac0-4f71-9844-6bcfad0a8220'),
(15308,1165,NULL,5247,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:54:02','2026-01-21 19:54:02',NULL,NULL,NULL,'d6df0925-26e4-47a5-b321-cd8571859992'),
(15310,2,NULL,5248,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:54:17','2026-01-21 19:54:17',NULL,NULL,NULL,'9041e23e-23d2-4d8c-852f-e226b0df2b62'),
(15312,1255,NULL,5249,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:54:31','2026-01-21 19:54:31',NULL,NULL,NULL,'26d35f2a-1496-420a-8497-4e1e1bcb0895'),
(15316,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 19:55:04','2026-02-13 17:55:46',NULL,NULL,NULL,'64d12c68-f81a-4798-9ff1-3ed18f235508'),
(15317,1467,NULL,5250,1,'craft\\elements\\Entry',1,0,'2026-01-21 19:55:07','2026-01-21 19:55:07',NULL,NULL,NULL,'966b64c3-71ef-45fd-94ba-9fc938da3b6a'),
(15319,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-21 20:01:05','2026-01-21 20:01:16',NULL,NULL,NULL,'0390115d-3102-479f-b774-68e85f25e010'),
(15320,1481,NULL,5251,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:01:18','2026-01-21 20:01:18',NULL,NULL,NULL,'4a852764-fdd4-4e60-b1de-d29e33f251af'),
(15326,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 20:05:14','2026-01-21 20:05:14',NULL,NULL,NULL,'a655153d-a8bc-43b3-8e82-da9b569a79f2'),
(15327,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-21 20:05:15','2026-01-21 20:05:15',NULL,NULL,NULL,'91b27fc5-cf91-41d3-bd25-919c5c2dcfd4'),
(15328,1481,NULL,5252,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:05:19','2026-01-21 20:05:19',NULL,NULL,NULL,'5bdb2868-5ae9-4f4f-a827-5a05ae328d41'),
(15333,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-21 20:18:23','2026-01-21 20:18:54',NULL,NULL,NULL,'0b27cda5-77a2-478c-bc8e-e22ddda08a5d'),
(15334,1481,NULL,5253,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:18:37','2026-01-21 20:18:37',NULL,NULL,NULL,'612acd48-2fd1-4ab1-9774-d6a83e1f417d'),
(15336,1481,NULL,5254,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:18:55','2026-01-21 20:18:55',NULL,NULL,NULL,'660a5642-c2da-4a1e-82dd-5fd95d403d3b'),
(15338,1481,NULL,5255,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:19:14','2026-01-21 20:19:14',NULL,NULL,NULL,'52d7fc2d-8e19-45a5-bd97-1d0938f2efa5'),
(15346,1449,NULL,5256,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:24:02','2026-01-21 20:24:02',NULL,NULL,NULL,'eac03f45-17d9-4f16-88f7-cc6b7373372d'),
(15348,1449,NULL,5257,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:24:26','2026-01-21 20:24:26',NULL,NULL,NULL,'106cc3e0-c491-418f-87cb-eb40fd27cbd7'),
(15350,1449,NULL,5258,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:24:30','2026-01-21 20:24:30',NULL,NULL,NULL,'92fd0291-0458-426e-81c3-7479d821a9fa'),
(15362,963,NULL,5259,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:36:34','2026-01-21 20:36:34',NULL,NULL,NULL,'1cae3abe-a855-419b-a486-daeef1cb13a0'),
(15367,1449,NULL,5260,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:43:34','2026-01-21 20:43:34',NULL,NULL,NULL,'3ced73c0-e090-4cbd-8e0a-142b9c53ac91'),
(15371,1449,NULL,5261,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:48:50','2026-01-21 20:48:51',NULL,NULL,NULL,'aa90c02b-640f-4ac2-9674-608366ab0d8c'),
(15374,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 20:58:55','2026-01-21 20:58:55',NULL,NULL,NULL,'6e682a72-5844-49cc-82ed-847baa68d5da'),
(15375,1481,NULL,5262,1,'craft\\elements\\Entry',1,0,'2026-01-21 20:59:02','2026-01-21 20:59:02',NULL,NULL,NULL,'0b2b6076-475c-4e66-9f7d-5e7c6adca4c7'),
(15376,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 21:04:07','2026-01-21 21:04:07',NULL,NULL,NULL,'cc234e2a-148c-4fa7-97f1-924cc23f7818'),
(15380,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 21:08:41','2026-01-21 21:08:41',NULL,NULL,NULL,'cf94d239-068b-4e1e-944a-eb3c37a06f79'),
(15381,1477,NULL,5263,1,'craft\\elements\\Entry',1,0,'2026-01-21 21:08:44','2026-01-21 21:08:44',NULL,NULL,NULL,'ae3c8131-8ead-4229-ace5-ebd95d45e206'),
(15384,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-01-21 21:09:04','2026-01-21 21:09:04',NULL,NULL,NULL,'ba5a4955-6304-4f09-b74f-5bfb0538cf7e'),
(15385,1473,NULL,5264,1,'craft\\elements\\Entry',1,0,'2026-01-21 21:09:06','2026-01-21 21:09:06',NULL,NULL,NULL,'150ccd05-1450-4df6-86ec-cfb9537e38fd'),
(15387,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 21:09:39','2026-01-21 21:09:39',NULL,NULL,NULL,'e25f1946-52c4-4b3a-a443-ce4d4735c998'),
(15390,1437,NULL,5265,1,'craft\\elements\\Entry',1,0,'2026-01-21 21:11:15','2026-01-21 21:11:16',NULL,NULL,NULL,'6a0efa89-c2b2-4204-b90b-91a1d4e7b143'),
(15393,1255,NULL,5266,1,'craft\\elements\\Entry',1,0,'2026-01-21 21:16:27','2026-01-21 21:16:27',NULL,NULL,NULL,'f4d6a8d6-c846-45ef-8dd8-c7dcbbe5be00'),
(15394,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 21:19:46','2026-01-21 21:19:46',NULL,NULL,NULL,'948551fd-e55e-4e9f-aeda-d043936b5905'),
(15396,1449,NULL,5267,1,'craft\\elements\\Entry',1,0,'2026-01-21 21:22:14','2026-01-21 21:22:14',NULL,NULL,NULL,'e97957ab-5dd0-4451-ba58-85244e33ecd4'),
(15399,945,NULL,5268,1,'craft\\elements\\Entry',1,0,'2026-01-21 21:39:35','2026-01-21 21:39:35',NULL,NULL,NULL,'699c9d2f-7df3-40f1-ae8b-6f844a5f064d'),
(15401,981,NULL,5269,1,'craft\\elements\\Entry',1,0,'2026-01-21 21:40:26','2026-01-21 21:40:26',NULL,NULL,NULL,'9ea5804e-a7e0-47ff-a811-ccc9e7476237'),
(15402,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 21:51:51','2026-01-21 21:51:51',NULL,NULL,NULL,'c33282b0-db41-4b9e-b30a-9c7eb1bddc1f'),
(15404,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 21:52:54','2026-01-21 21:52:54',NULL,NULL,NULL,'51769946-84db-4791-a40e-50784e1a3abd'),
(15406,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 22:19:45','2026-01-21 22:19:45',NULL,NULL,NULL,'a3f0c6ea-6f9f-4ee9-8824-26749c1aba92'),
(15407,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-21 22:19:45','2026-01-21 22:19:45',NULL,NULL,NULL,'de9c5fd2-8660-41dc-8d2b-bd08b4f16519'),
(15408,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 22:24:21','2026-01-21 22:24:21',NULL,NULL,NULL,'7cd448d2-03b4-46ea-8a70-51cb182e8cd4'),
(15424,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-21 23:42:21','2026-01-21 23:42:21',NULL,NULL,NULL,'adf1e52b-dbf8-412c-87ee-0ec5a6b61349'),
(15432,2,NULL,5270,1,'craft\\elements\\Entry',1,0,'2026-01-21 23:44:13','2026-01-21 23:44:13',NULL,NULL,NULL,'a821d947-c2af-4c57-bf69-d1035e4a3677'),
(15437,2,NULL,5271,1,'craft\\elements\\Entry',1,0,'2026-01-21 23:52:45','2026-01-21 23:52:45',NULL,NULL,NULL,'47b45f2d-7143-44f8-8204-8eba2519ad1b'),
(15439,945,NULL,5272,1,'craft\\elements\\Entry',1,0,'2026-01-21 23:53:00','2026-01-21 23:53:01',NULL,NULL,NULL,'b2fc21a3-6e7e-4e67-8938-cad349d01b34'),
(15451,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 00:11:53','2026-01-22 00:11:53',NULL,NULL,NULL,'0a4d67fa-5c12-46d1-943e-b8133ba4fcd4'),
(15461,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 01:10:00','2026-01-22 01:10:00',NULL,NULL,NULL,'0e153d12-7b4d-499b-87f9-d86def63f7db'),
(15463,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 01:38:01','2026-01-22 01:38:01',NULL,NULL,NULL,'06c0bbf8-6a52-47a5-b1e3-4d20c78f674f'),
(15464,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 01:38:01','2026-01-22 01:38:01',NULL,NULL,NULL,'b9799cf4-73e4-4276-b6da-5e057bfb4b03'),
(15465,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 01:45:58','2026-01-22 01:45:58',NULL,NULL,NULL,'a0f70f6b-54f2-4cbc-8e89-5908e3128500'),
(15466,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 01:45:58','2026-01-22 01:45:58',NULL,NULL,NULL,'783b53e0-38ec-4837-aaf6-e10f53bebbdb'),
(15478,957,NULL,5273,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:46:23','2026-01-22 02:46:23',NULL,NULL,NULL,'7f9dcadd-f2b9-4021-b8b0-35932511f499'),
(15480,957,NULL,5274,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:48:32','2026-01-22 02:48:33',NULL,NULL,NULL,'154c8e17-57aa-4385-82e8-1217a3e3ce57'),
(15482,963,NULL,5275,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:49:08','2026-01-22 02:49:08',NULL,NULL,NULL,'efc10f61-4aba-48bb-9f69-6f936ccb7701'),
(15484,963,NULL,5276,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:50:03','2026-01-22 02:50:03',NULL,NULL,NULL,'12c282c1-eb9a-4335-a277-b45074f03579'),
(15486,969,NULL,5277,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:50:32','2026-01-22 02:50:32',NULL,NULL,NULL,'4b1f30c5-a9a1-4288-9e2c-d31cfa473a95'),
(15488,969,NULL,5278,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:51:06','2026-01-22 02:51:06',NULL,NULL,NULL,'fd048c87-e533-4ea2-9608-dee6bb0ac950'),
(15490,975,NULL,5279,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:52:09','2026-01-22 02:52:09',NULL,NULL,NULL,'25decc92-5a54-429e-bd96-dadb3bd4a5d8'),
(15492,975,NULL,5280,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:52:30','2026-01-22 02:52:30',NULL,NULL,NULL,'8a0e72a0-eef6-401e-9d64-43e8c33be052'),
(15494,981,NULL,5281,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:53:17','2026-01-22 02:53:17',NULL,NULL,NULL,'b0237097-7c92-443e-b7af-30728a33dd33'),
(15496,981,NULL,5282,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:53:38','2026-01-22 02:53:38',NULL,NULL,NULL,'18a79f6a-b6dd-4706-88f2-c86a0bdc1b7b'),
(15498,989,NULL,5283,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:54:28','2026-01-22 02:54:28',NULL,NULL,NULL,'563d33c1-b143-4377-a19d-72201cde5b87'),
(15500,995,NULL,5284,1,'craft\\elements\\Entry',1,0,'2026-01-22 02:55:20','2026-01-22 02:55:20',NULL,NULL,NULL,'37edca8c-a230-4109-9056-0cbee7fb624b'),
(15503,999,NULL,5285,1,'craft\\elements\\Entry',1,0,'2026-01-22 03:19:52','2026-01-22 03:19:52',NULL,NULL,NULL,'619ee007-4d71-44c2-a69e-be9501db4389'),
(15505,1005,NULL,5286,1,'craft\\elements\\Entry',1,0,'2026-01-22 03:20:39','2026-01-22 03:20:39',NULL,NULL,NULL,'5ebdcff5-d46b-4d61-ba1e-a00d6c32db79'),
(15507,1005,NULL,5287,1,'craft\\elements\\Entry',1,0,'2026-01-22 03:20:42','2026-01-22 03:20:42',NULL,NULL,NULL,'9b033240-afeb-432d-9a11-1d0f3b209263'),
(15509,1011,NULL,5288,1,'craft\\elements\\Entry',1,0,'2026-01-22 03:21:33','2026-01-22 03:21:33',NULL,NULL,NULL,'4c9df1a0-056e-4760-9a9e-7c9eaf6bd6d3'),
(15511,1017,NULL,5289,1,'craft\\elements\\Entry',1,0,'2026-01-22 03:22:22','2026-01-22 03:22:22',NULL,NULL,NULL,'e7598ee4-cdad-4e78-a599-1a7af380bb9d'),
(15513,1023,NULL,5290,1,'craft\\elements\\Entry',1,0,'2026-01-22 03:23:07','2026-01-22 03:23:07',NULL,NULL,NULL,'70170297-b4e0-4d0c-aaad-76bbd76fc81b'),
(15515,1031,NULL,5291,1,'craft\\elements\\Entry',1,0,'2026-01-22 03:24:00','2026-01-22 03:24:00',NULL,NULL,NULL,'eaf0496a-018a-4647-b551-8940b045423e'),
(15517,1035,NULL,5292,1,'craft\\elements\\Entry',1,0,'2026-01-22 03:24:48','2026-01-22 03:24:48',NULL,NULL,NULL,'e91e4526-5d6e-4162-833f-6cea04989045'),
(15518,1041,NULL,5293,1,'craft\\elements\\Entry',1,0,'2026-01-22 03:25:33','2026-01-22 03:25:33',NULL,NULL,NULL,'99d27fc3-5279-4092-b51c-ca7b16897965'),
(15519,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 03:30:14','2026-01-22 03:30:14',NULL,NULL,NULL,'b6bb5813-3507-44eb-81a2-abb56b0d608e'),
(15520,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 03:30:14','2026-01-22 03:30:14',NULL,NULL,NULL,'05aa5a7c-5e31-4a24-b185-ebd3451eb641'),
(15534,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 06:18:41','2026-01-22 06:18:41',NULL,NULL,NULL,'94bf4b8e-9fa3-44f2-bb42-3bb974053408'),
(15537,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 06:22:03','2026-01-22 06:22:03',NULL,NULL,NULL,'0e0067c7-97c3-40d3-82a6-77ed02a97cb3'),
(15542,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 06:49:19','2026-01-22 06:49:19',NULL,NULL,NULL,'d4037a61-abdf-4c9e-b4ae-628a2eeaedfe'),
(15544,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 06:49:23','2026-01-22 06:49:23',NULL,NULL,NULL,'e3821f43-073d-4256-a38c-dfc702642f90'),
(15554,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 07:23:04','2026-01-22 07:23:04',NULL,NULL,NULL,'defd1688-df0f-468c-a7f8-35732ec802c5'),
(15556,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 07:23:10','2026-01-22 07:23:10',NULL,NULL,NULL,'a6db069b-d75a-4ddf-a96b-883b839d5cbc'),
(15560,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 08:24:32','2026-01-22 08:24:32',NULL,NULL,NULL,'d5f12a58-2d50-4c49-8791-bcf33fb62a00'),
(15563,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 08:25:45','2026-01-22 08:25:45',NULL,NULL,NULL,'98461486-7ec8-4982-80e2-4c354d0bbb8b'),
(15566,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 08:38:15','2026-01-22 08:38:15',NULL,NULL,NULL,'6906a7ae-343f-4a39-a48e-f6db53813c8c'),
(15567,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 08:38:15','2026-01-22 08:38:15',NULL,NULL,NULL,'91b84831-c741-4f82-8e37-1f6736a34c60'),
(15575,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 09:53:16','2026-01-22 09:53:16',NULL,NULL,NULL,'db0bc7a1-5fb4-437b-9c83-b444da609d99'),
(15627,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 11:48:38','2026-01-22 11:48:38',NULL,NULL,NULL,'30c0727b-cbc2-45f8-b153-e125c61bc923'),
(15636,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 12:09:44','2026-01-22 12:09:44',NULL,NULL,NULL,'5039874b-5234-4cea-a0f7-aa9c7a8358c4'),
(15661,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 12:50:32','2026-01-22 12:50:32',NULL,NULL,NULL,'6df905b3-09eb-440d-a0a6-47643854d558'),
(15674,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 13:24:26','2026-01-22 13:24:26',NULL,NULL,NULL,'7a8a1091-0396-41bd-8975-b926add4165c'),
(15677,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 14:15:00','2026-01-22 14:15:00',NULL,NULL,NULL,'51e4b3e6-0164-4c47-95a9-642b5d85ab95'),
(15691,1045,NULL,5294,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:28:43','2026-01-22 14:28:43',NULL,NULL,NULL,'2b23e4ec-f04c-4f53-803a-eac414e85496'),
(15693,1051,NULL,5295,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:30:14','2026-01-22 14:30:14',NULL,NULL,NULL,'a8961d44-f097-4bc5-8295-9321aacdb5a6'),
(15695,1059,NULL,5296,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:31:53','2026-01-22 14:31:53',NULL,NULL,NULL,'85be1329-ac6b-4c4c-a989-d20f5f52c0fe'),
(15697,1067,NULL,5297,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:32:48','2026-01-22 14:32:48',NULL,NULL,NULL,'d9f801a8-545c-4b73-a6d4-3e5addfd903b'),
(15699,1073,NULL,5298,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:34:44','2026-01-22 14:34:44',NULL,NULL,NULL,'f972085a-6e76-4b30-9661-f7cc3fb11cdd'),
(15701,1079,NULL,5299,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:35:47','2026-01-22 14:35:47',NULL,NULL,NULL,'cb15989a-4c92-4d27-8646-e624f2e29d71'),
(15703,1079,NULL,5300,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:36:26','2026-01-22 14:36:26',NULL,NULL,NULL,'0d188c19-1824-4e76-9316-c18ee91b15cb'),
(15705,1079,NULL,5301,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:37:02','2026-01-22 14:37:03',NULL,NULL,NULL,'2809d536-fc01-466f-b742-1937ba425d61'),
(15707,1085,NULL,5302,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:37:19','2026-01-22 14:37:19',NULL,NULL,NULL,'fa5dde1b-d043-46f1-a33f-cde7897b04a3'),
(15708,1085,NULL,5303,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:37:23','2026-01-22 14:37:23',NULL,NULL,NULL,'9705ff05-8a68-42c9-8634-7b96d12d7cc6'),
(15709,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 14:37:56','2026-01-22 14:37:56',NULL,NULL,NULL,'ecbb9104-1ae1-4df1-a5b1-c67c6ee9b13e'),
(15713,1091,NULL,5304,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:39:01','2026-01-22 14:39:01',NULL,NULL,NULL,'0532b98e-cc8d-4bf8-a91d-370f8a5e4be3'),
(15715,1097,NULL,5305,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:40:35','2026-01-22 14:40:35',NULL,NULL,NULL,'95de4d9c-1985-460a-9052-2f58c40d3200'),
(15717,1103,NULL,5306,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:41:59','2026-01-22 14:41:59',NULL,NULL,NULL,'1bd4d21b-7d0c-47f8-b6df-9e9018a8bb81'),
(15719,1109,NULL,5307,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:43:02','2026-01-22 14:43:02',NULL,NULL,NULL,'90a82180-4df7-400c-b852-1402e1494a07'),
(15721,1117,NULL,5308,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:44:12','2026-01-22 14:44:12',NULL,NULL,NULL,'33b90cc6-eeee-44b5-b398-97561de24435'),
(15723,1123,NULL,5309,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:45:46','2026-01-22 14:45:46',NULL,NULL,NULL,'9bbdcd20-5a2e-4066-9882-6ca113480369'),
(15725,1129,NULL,5310,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:46:33','2026-01-22 14:46:34',NULL,NULL,NULL,'52e0d1dd-0496-4d5d-8b7a-b1db9b6e3545'),
(15727,1135,NULL,5311,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:47:30','2026-01-22 14:47:30',NULL,NULL,NULL,'eff41c79-06fe-4e5f-96da-6ad7c9bedc5a'),
(15729,1143,NULL,5312,1,'craft\\elements\\Entry',1,0,'2026-01-22 14:48:22','2026-01-22 14:48:22',NULL,NULL,NULL,'d0f69913-688b-4783-9cc3-27d552bce1f3'),
(15732,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 14:55:34','2026-01-22 14:55:34',NULL,NULL,NULL,'0e1a136b-568d-45af-9e41-13cb2a73bb10'),
(15734,2720,NULL,5313,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:04:06','2026-01-22 15:04:07',NULL,NULL,NULL,'b6e54846-004c-4334-9423-53bfadafe194'),
(15736,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 15:06:35','2026-01-22 15:06:35',NULL,NULL,NULL,'2a12d4ee-87a7-44c6-a42a-a4fb16db05c9'),
(15737,2720,NULL,5314,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:09:45','2026-01-22 15:09:45',NULL,NULL,NULL,'4ad5d4f0-4324-4bdc-9381-e057291bbdd9'),
(15740,1353,NULL,5315,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:12:22','2026-01-22 15:12:22',NULL,NULL,NULL,'caf5be17-1893-4321-9535-ff48f58b34c3'),
(15742,1413,NULL,5316,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:14:08','2026-01-22 15:14:08',NULL,NULL,NULL,'a18bdbcc-ade0-410a-a282-b947aecfd67f'),
(15745,1359,NULL,5317,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:15:38','2026-01-22 15:15:38',NULL,NULL,NULL,'35148ada-39d5-4b7f-a713-95846328b0aa'),
(15751,1365,NULL,5318,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:27:29','2026-01-22 15:27:29',NULL,NULL,NULL,'46e95bb1-7ad0-4f31-b72d-87236bb06150'),
(15753,2712,NULL,5319,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:36:49','2026-01-22 15:36:49',NULL,NULL,NULL,'403c2d91-1615-44ef-8a20-94af0e873774'),
(15755,1395,NULL,5320,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:41:25','2026-01-22 15:41:25',NULL,NULL,NULL,'e3a940a5-07b4-40d6-91b1-098b2181b980'),
(15758,1371,NULL,5321,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:49:42','2026-01-22 15:49:42',NULL,NULL,NULL,'bc5659bc-ed77-4f74-b59d-ebd25cc0bc8a'),
(15760,1377,NULL,5322,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:51:08','2026-01-22 15:51:08',NULL,NULL,NULL,'e3549ae1-224d-4804-9945-883db36bec7d'),
(15762,1401,NULL,5323,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:52:16','2026-01-22 15:52:17',NULL,NULL,NULL,'61802a29-5983-42d8-aeee-733ca64f9f4a'),
(15764,1383,NULL,5324,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:53:22','2026-01-22 15:53:22',NULL,NULL,NULL,'e260d076-fa31-4e70-919e-034579682ff8'),
(15766,1389,NULL,5325,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:54:24','2026-01-22 15:54:25',NULL,NULL,NULL,'7c2ad0b6-322c-4d44-a4ae-bfee91ddd98d'),
(15768,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-01-22 15:58:41','2026-01-22 15:58:41',NULL,NULL,NULL,'b549d410-b422-4883-9497-b972ce83dd9b'),
(15770,995,NULL,5326,1,'craft\\elements\\Entry',1,0,'2026-01-22 15:58:45','2026-01-22 15:58:45',NULL,NULL,NULL,'63ca3229-3886-47b7-a492-97e6a9824f8f'),
(15771,9367,NULL,5327,2,'craft\\elements\\Entry',1,0,'2026-01-22 15:58:45','2026-01-22 15:58:45',NULL,NULL,NULL,'a7e4e904-7371-4639-8a26-ff8ec4a65737'),
(15772,995,NULL,5328,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:01:21','2026-01-22 16:01:21',NULL,NULL,NULL,'35ffc78f-9572-4c4e-b732-86709f617a71'),
(15774,1407,NULL,5329,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:02:45','2026-01-22 16:02:45',NULL,NULL,NULL,'e424df8d-6808-4d3c-a93a-9b648d86e77c'),
(15777,1477,NULL,5330,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:04:14','2026-01-22 16:04:14',NULL,NULL,NULL,'bb87d5d1-dd07-475b-9fcf-73642cce5ba6'),
(15779,1481,NULL,5331,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:05:12','2026-01-22 16:05:12',NULL,NULL,NULL,'71dbb51b-a51f-4ef1-854b-9c80347d8482'),
(15781,1473,NULL,5332,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:06:18','2026-01-22 16:06:18',NULL,NULL,NULL,'fef7a4a0-330c-4ee2-84fc-e7654eb4d816'),
(15784,1419,NULL,5333,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:11:55','2026-01-22 16:11:55',NULL,NULL,NULL,'8efa7c79-5714-4ede-ba6d-ed22cb64dfea'),
(15786,1425,NULL,5334,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:12:57','2026-01-22 16:12:57',NULL,NULL,NULL,'62a4415c-f0be-4877-9a9a-43c0e6a1fae8'),
(15791,1431,NULL,5335,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:13:45','2026-01-22 16:13:46',NULL,NULL,NULL,'952b9c2c-9eeb-4ffc-859d-ca0d251912a8'),
(15795,1443,NULL,5336,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:14:55','2026-01-22 16:14:55',NULL,NULL,NULL,'46177617-0c1f-4027-bab3-44d2dbb7e71f'),
(15797,1449,NULL,5337,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:16:01','2026-01-22 16:16:01',NULL,NULL,NULL,'bfda3367-aa28-4855-8cc7-3ead1d6bc3d6'),
(15799,1455,NULL,5338,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:16:48','2026-01-22 16:16:48',NULL,NULL,NULL,'0a3e7140-8820-481f-ba92-729f1845d6e3'),
(15801,1461,NULL,5339,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:17:45','2026-01-22 16:17:45',NULL,NULL,NULL,'a0eb116c-fa9c-445b-8cf3-6bf8c4d63367'),
(15803,1467,NULL,5340,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:18:41','2026-01-22 16:18:41',NULL,NULL,NULL,'0719b1b4-e985-4b84-b2fc-89fe1e0327a3'),
(15804,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 16:18:50','2026-01-22 16:18:50',NULL,NULL,NULL,'0d505c24-9763-4d1c-a1d4-a9e6037ff716'),
(15807,1165,NULL,5341,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:19:37','2026-01-22 16:19:37',NULL,NULL,NULL,'eec0da57-9e9f-4e00-b0a9-01b3533d3fba'),
(15809,1171,NULL,5342,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:20:21','2026-01-22 16:20:21',NULL,NULL,NULL,'8c41730c-a695-4d48-a22a-d4822275ebbd'),
(15811,1171,NULL,5343,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:21:07','2026-01-22 16:21:07',NULL,NULL,NULL,'cf67cc67-4747-4dae-8929-05a97d29552a'),
(15813,1177,NULL,5344,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:21:28','2026-01-22 16:21:28',NULL,NULL,NULL,'5418e342-9513-44a9-a197-a2d9ee5a5971'),
(15815,1177,NULL,5345,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:29:37','2026-01-22 16:29:37',NULL,NULL,NULL,'c12824dc-4100-438e-b9ab-39a7accbc867'),
(15818,1185,NULL,5346,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:31:55','2026-01-22 16:31:55',NULL,NULL,NULL,'5a3e2e30-53d0-49ff-b520-a7ff6bcb8cc9'),
(15820,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 16:37:54','2026-01-22 16:37:54',NULL,NULL,NULL,'fc6e3cdd-f53c-4fb0-b33b-ec679aaa6b22'),
(15822,1191,NULL,5347,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:44:38','2026-01-22 16:44:39',NULL,NULL,NULL,'a7190bd4-e09c-43f7-8767-83084c56ea39'),
(15825,1197,NULL,5348,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:47:08','2026-01-22 16:47:08',NULL,NULL,NULL,'80d019e9-6e06-4bac-a3b1-f7ce29673433'),
(15827,1197,NULL,5349,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:47:48','2026-01-22 16:47:48',NULL,NULL,NULL,'301c1544-bd41-4ac8-9005-a06da21a5282'),
(15829,1201,NULL,5350,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:48:12','2026-01-22 16:48:12',NULL,NULL,NULL,'bc0b1b45-c0b4-45dc-9b30-9e86b7f5e67a'),
(15831,1209,NULL,5351,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:49:05','2026-01-22 16:49:05',NULL,NULL,NULL,'ae68a2a6-a130-493a-8dfb-db8f1beadd89'),
(15833,1215,NULL,5352,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:50:41','2026-01-22 16:50:41',NULL,NULL,NULL,'936c2663-1a2e-46de-9339-c3337ce77473'),
(15835,1219,NULL,5353,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:51:26','2026-01-22 16:51:26',NULL,NULL,NULL,'579580c4-ef24-4fb8-87f1-947ee381b478'),
(15837,1225,NULL,5354,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:52:14','2026-01-22 16:52:14',NULL,NULL,NULL,'7c1e5fb6-0d98-4ebe-a960-44a5d9f66f85'),
(15839,1231,NULL,5355,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:53:13','2026-01-22 16:53:13',NULL,NULL,NULL,'17e7462d-63c5-4020-b826-4b9559e0b9e7'),
(15841,1237,NULL,5356,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:54:06','2026-01-22 16:54:07',NULL,NULL,NULL,'c3df3639-5cf6-4315-b33e-3baa15e4e070'),
(15843,1243,NULL,5357,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:55:15','2026-01-22 16:55:15',NULL,NULL,NULL,'5891f273-d362-49e9-b4a1-f81b3783b38f'),
(15845,1249,NULL,5358,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:56:09','2026-01-22 16:56:09',NULL,NULL,NULL,'5e219910-bb14-4d7b-8500-2ba012532896'),
(15847,1255,NULL,5359,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:56:54','2026-01-22 16:56:54',NULL,NULL,NULL,'22aebb2e-a66e-4255-b93f-5446d906a19e'),
(15849,1261,NULL,5360,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:57:36','2026-01-22 16:57:36',NULL,NULL,NULL,'6214c338-6b75-442b-9616-7834a749bd43'),
(15850,1269,NULL,5361,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:58:22','2026-01-22 16:58:22',NULL,NULL,NULL,'5e72bea6-7459-412e-a038-b907bc362aaf'),
(15853,1277,NULL,5362,1,'craft\\elements\\Entry',1,0,'2026-01-22 16:59:14','2026-01-22 16:59:14',NULL,NULL,NULL,'2de67a60-75c0-4c7b-8e8d-411409cc3274'),
(15855,1283,NULL,5363,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:00:15','2026-01-22 17:00:15',NULL,NULL,NULL,'a9cc1196-2aa8-4e98-bfaf-7906fa3df58c'),
(15856,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 17:00:20','2026-01-22 17:00:20',NULL,NULL,NULL,'e61c8b9f-3136-4d15-90a6-bf175fc7858d'),
(15860,1289,NULL,5364,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:01:03','2026-01-22 17:01:03',NULL,NULL,NULL,'3f7fd971-f290-433b-b3e8-e8b98132c487'),
(15862,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 17:01:40','2026-01-22 17:01:40',NULL,NULL,NULL,'ae4ff986-16ed-44af-a43c-f29fdf09d0d9'),
(15864,1297,NULL,5365,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:02:33','2026-01-22 17:02:33',NULL,NULL,NULL,'a3affd14-934d-4e17-9312-5f7a7afbee60'),
(15866,1303,NULL,5366,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:03:24','2026-01-22 17:03:24',NULL,NULL,NULL,'165890f9-f2dc-44fd-9c9f-7a09498cd01e'),
(15868,1303,NULL,5367,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:05:19','2026-01-22 17:05:19',NULL,NULL,NULL,'df4deeb4-0f76-4005-b087-d319b1ff0b7e'),
(15870,1309,NULL,5368,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:05:40','2026-01-22 17:05:40',NULL,NULL,NULL,'b87bf958-1284-4464-b297-bee074450773'),
(15872,1315,NULL,5369,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:06:23','2026-01-22 17:06:23',NULL,NULL,NULL,'58fea442-9532-4d83-9aaf-10c83d40527e'),
(15874,1323,NULL,5370,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:07:04','2026-01-22 17:07:04',NULL,NULL,NULL,'04ccf187-71a4-4de4-82ee-27e2485f3aac'),
(15875,1329,NULL,5371,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:07:51','2026-01-22 17:07:51',NULL,NULL,NULL,'a5f9114b-14a9-4013-b0de-69e8f09992ed'),
(15877,1337,NULL,5372,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:08:41','2026-01-22 17:08:41',NULL,NULL,NULL,'8129e5b8-85c1-4f74-9764-e03b49c8092f'),
(15879,1343,NULL,5373,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:09:31','2026-01-22 17:09:31',NULL,NULL,NULL,'cf8aab95-5ddb-45eb-8252-e7910214b6c4'),
(15881,1349,NULL,5374,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:10:13','2026-01-22 17:10:13',NULL,NULL,NULL,'e7dcaabd-e8f9-493f-b8c2-1b2baea61a12'),
(15883,951,NULL,5375,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:12:25','2026-01-22 17:12:25',NULL,NULL,NULL,'6abc5f53-6b19-460d-9bea-4b4454f32262'),
(15885,951,NULL,5376,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:19:26','2026-01-22 17:19:26',NULL,NULL,NULL,'6e2df839-53ba-4f4b-a436-61030b0a1f2e'),
(15887,1161,NULL,5377,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:20:32','2026-01-22 17:20:32',NULL,NULL,NULL,'80df0d9e-5970-46e1-b75c-1d2a285f97db'),
(15889,1161,NULL,5378,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:20:43','2026-01-22 17:20:43',NULL,NULL,NULL,'955d3888-1dad-4267-92e5-218efae5bb3d'),
(15892,1161,NULL,5379,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:27:41','2026-01-22 17:27:41',NULL,NULL,NULL,'c34441b1-46d1-4d57-a176-c4b9770b133e'),
(15894,1437,NULL,5380,1,'craft\\elements\\Entry',1,0,'2026-01-22 17:28:50','2026-01-22 17:28:50',NULL,NULL,NULL,'f992849e-1099-44f6-9fd4-9b09afc3d421'),
(15908,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 18:20:39','2026-01-22 18:20:39',NULL,NULL,NULL,'dee111f4-e67f-4728-8d73-39bd3d19fb04'),
(15909,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 18:24:20','2026-01-22 18:24:20',NULL,NULL,NULL,'17d101ca-aacd-4858-af52-2811e5652a2e'),
(15916,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 19:00:07','2026-01-22 19:00:07',NULL,NULL,NULL,'914a8d68-8eed-4a12-8705-20ccb90a522a'),
(15917,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 19:00:07','2026-01-22 19:00:07',NULL,NULL,NULL,'f89b4533-9413-455b-8e24-ad3ddd50e971'),
(15922,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 19:33:55','2026-01-22 19:33:55',NULL,NULL,NULL,'cf73449b-853e-436b-bdfa-02e60862c3f2'),
(15923,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-22 19:33:55','2026-01-22 19:33:55',NULL,NULL,NULL,'de9be1fd-0e49-4fbb-b7c4-096b97eb4f2c'),
(15925,1255,NULL,5381,1,'craft\\elements\\Entry',1,0,'2026-01-22 19:41:32','2026-01-22 19:41:32',NULL,NULL,NULL,'f20e0a4a-1b4d-4f27-a333-4341f0a39f43'),
(15929,2,NULL,5382,1,'craft\\elements\\Entry',1,0,'2026-01-22 19:46:47','2026-01-22 19:46:47',NULL,NULL,NULL,'0476cd71-65c8-4eab-b7dc-6eb0688a3e0e'),
(15930,2945,NULL,5383,21,'craft\\elements\\Entry',1,0,'2026-01-22 19:46:47','2026-01-22 19:46:47',NULL,NULL,NULL,'a6f6857c-86b7-448f-89e1-a7f956203af7'),
(15933,2,NULL,5384,1,'craft\\elements\\Entry',1,0,'2026-01-22 19:47:16','2026-01-22 19:47:16',NULL,NULL,NULL,'885e6bea-a6bf-44b2-85e3-506a1e26be27'),
(15934,2945,NULL,5385,21,'craft\\elements\\Entry',1,0,'2026-01-22 19:47:16','2026-01-22 19:47:16',NULL,NULL,NULL,'68f8aaee-7e3c-4a5a-96d1-54bd05acdc37'),
(15936,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 19:50:40','2026-01-22 19:50:40',NULL,NULL,NULL,'8f31902a-c8ff-4ce4-ae14-e18748769809'),
(15937,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 19:50:41','2026-01-22 19:50:41',NULL,NULL,NULL,'6294ff5e-ab05-4cc6-af39-3fd94432b1c8'),
(15938,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 19:50:42','2026-01-22 19:50:42',NULL,NULL,NULL,'97ab89ea-dfb0-4af2-8d3d-27f22a7c4a3e'),
(15942,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 19:53:10','2026-01-28 17:14:28',NULL,NULL,NULL,'4573285f-6f27-4d36-949e-15639ce70c86'),
(15943,945,NULL,5386,1,'craft\\elements\\Entry',1,0,'2026-01-22 19:53:10','2026-01-22 19:53:10',NULL,NULL,NULL,'49bcc6b0-7d75-4cc5-80f0-ab245513b350'),
(15944,15942,NULL,5387,21,'craft\\elements\\Entry',1,0,'2026-01-22 19:53:10','2026-01-22 19:53:10',NULL,NULL,NULL,'7313c068-cac8-45c2-8a8c-e5d10867b388'),
(15946,945,NULL,5388,1,'craft\\elements\\Entry',1,0,'2026-01-22 19:53:33','2026-01-22 19:53:33',NULL,NULL,NULL,'0498e9d7-4ec9-4f70-af73-67f23495c06b'),
(15948,945,NULL,5389,1,'craft\\elements\\Entry',1,0,'2026-01-22 19:54:15','2026-01-22 19:54:15',NULL,NULL,NULL,'f7ba9579-932e-4d0b-ab4f-cbc2c7e5d02b'),
(15951,951,NULL,5390,1,'craft\\elements\\Entry',1,0,'2026-01-22 19:54:40','2026-01-22 19:54:40',NULL,NULL,NULL,'32a9f5d7-50e6-4601-ac69-02651f1f0c52'),
(15954,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 19:56:16','2026-01-22 19:56:16',NULL,NULL,NULL,'498470c4-4fbb-4b16-a465-7b039b3ac063'),
(15955,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 19:56:17','2026-01-22 19:56:17',NULL,NULL,NULL,'78ca53fd-38c2-4b83-b51c-a60e2c17b50a'),
(15956,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 19:56:18','2026-01-22 19:56:18',NULL,NULL,NULL,'3b01441e-85cc-497b-a40d-17d780afcf28'),
(15960,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 19:58:41','2026-01-22 19:58:41',NULL,NULL,NULL,'85424dc7-9017-4f4d-846a-285af1447af5'),
(15961,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 19:59:05','2026-01-22 19:59:05',NULL,NULL,NULL,'ab5f26c9-7469-474f-8a89-577b423bbad3'),
(15962,957,NULL,5391,1,'craft\\elements\\Entry',1,0,'2026-01-22 19:59:05','2026-01-22 19:59:05',NULL,NULL,NULL,'344c8be2-5d5a-4dbf-952a-99365998a0aa'),
(15963,15961,NULL,5392,21,'craft\\elements\\Entry',1,0,'2026-01-22 19:59:05','2026-01-22 19:59:05',NULL,NULL,NULL,'7df4a903-3698-4cca-ac5a-8df50932c56a'),
(15966,957,NULL,5393,1,'craft\\elements\\Entry',1,0,'2026-01-22 19:59:41','2026-01-22 19:59:41',NULL,NULL,NULL,'8a193960-f572-40e1-adbe-5a778fc81ca3'),
(15970,951,NULL,5394,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:00:55','2026-01-22 20:00:55',NULL,NULL,NULL,'afb88b61-1dd3-42d7-a42a-7d9413dfbc08'),
(15971,5681,NULL,5395,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:00:55','2026-01-22 20:00:55',NULL,NULL,NULL,'75f54aa2-68e1-4340-aa1e-b06c7f7b36f9'),
(15973,951,NULL,5396,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:01:17','2026-01-22 20:01:17',NULL,NULL,NULL,'961ad0ea-dcd1-426e-8aaa-298a40d9c8f8'),
(15975,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 20:01:31','2026-01-22 20:01:31',NULL,NULL,NULL,'c2a0e388-ac23-438d-860c-ad087c01b6ab'),
(15976,951,NULL,5397,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:02:15','2026-01-22 20:02:15',NULL,NULL,NULL,'d9a5e3bf-736e-42d8-8739-74b97f7ed871'),
(15981,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:03:15','2026-01-22 20:03:15',NULL,NULL,NULL,'49280ad7-e5a7-4bae-b887-32b9f7c99a42'),
(15982,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:03:16','2026-01-22 20:03:16',NULL,NULL,NULL,'00b018ca-75fc-467e-bcf4-1d3ba33bb4be'),
(15983,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:03:16','2026-01-22 20:03:16',NULL,NULL,NULL,'e57e0255-d41a-4688-8a4c-57c1d0919517'),
(15984,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:05:37','2026-01-22 20:05:37',NULL,NULL,NULL,'9eaf568e-f78c-466e-ae50-8fc3d079a745'),
(15985,963,NULL,5398,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:05:37','2026-01-22 20:05:37',NULL,NULL,NULL,'2125b95c-7c16-4d9e-a69a-a3f030563289'),
(15986,15984,NULL,5399,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:05:37','2026-01-22 20:05:37',NULL,NULL,NULL,'060f7aea-4e1c-4589-b3a2-268a90bde7df'),
(15988,963,NULL,5400,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:05:50','2026-01-22 20:05:50',NULL,NULL,NULL,'b95c9cda-59a6-4e46-8c41-6f11e2cf7b8c'),
(15993,963,NULL,5401,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:12:45','2026-01-22 20:12:45',NULL,NULL,NULL,'542b4869-6451-44b6-a878-02d4dafbb284'),
(15995,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:13:52','2026-01-22 20:13:52',NULL,NULL,NULL,'7e72c237-7772-4f64-a6e0-f38fcb6a2932'),
(15996,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:13:53','2026-01-22 20:13:53',NULL,NULL,NULL,'f0960f8c-9414-4c69-87a8-e39edaefff92'),
(15997,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:13:53','2026-01-22 20:13:53',NULL,NULL,NULL,'366f2bb7-5dbb-4ff4-8520-07e887d16d88'),
(15998,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:14:46','2026-01-22 20:17:19',NULL,NULL,NULL,'581b09b6-4753-4ae3-bc49-5be3a1167c4d'),
(15999,969,NULL,5402,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:14:46','2026-01-22 20:14:46',NULL,NULL,NULL,'f4ef40c3-9f67-41eb-8005-3317cf94bfe5'),
(16000,15998,NULL,5403,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:14:46','2026-01-22 20:14:46',NULL,NULL,NULL,'1fa9f8d4-c84b-4d4f-a5b4-664ee6d404cc'),
(16002,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:16:43','2026-01-22 20:16:43',NULL,NULL,NULL,'b0a6a7d6-9488-46d5-9702-1611a7d62570'),
(16004,969,NULL,5404,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:16:49','2026-01-22 20:16:49',NULL,NULL,NULL,'a0a65bb3-d875-44bc-b5a9-cfb03ada0ec2'),
(16005,5774,NULL,5405,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:16:49','2026-01-22 20:16:49',NULL,NULL,NULL,'c0f9c48b-5ed9-46f4-8bcd-8f709ff93cd7'),
(16008,969,NULL,5406,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:17:19','2026-01-22 20:17:19',NULL,NULL,NULL,'43b86378-63cc-4b69-a2f8-5c2d9aafbfc1'),
(16009,15998,NULL,5407,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:17:19','2026-01-22 20:17:19',NULL,NULL,NULL,'ae51608f-be94-4291-b016-be5dd98a6d75'),
(16013,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:18:30','2026-01-22 20:18:30',NULL,NULL,NULL,'dea9da71-5df3-4a68-9334-6cea7a4a343e'),
(16014,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:18:31','2026-01-22 20:18:31',NULL,NULL,NULL,'88752622-4e0e-43fd-8a46-0d64d7d68ead'),
(16015,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:18:31','2026-01-22 20:18:31',NULL,NULL,NULL,'ea23682c-5755-4655-8e1d-2f247661c983'),
(16021,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:20:46','2026-01-22 20:22:28',NULL,NULL,NULL,'e2e37a4e-e32a-444e-b684-61d0d66c0dba'),
(16022,975,NULL,5408,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:20:46','2026-01-22 20:20:46',NULL,NULL,NULL,'50b3b3fc-678a-4ca0-96dc-78d74dbc9d1f'),
(16023,16021,NULL,5409,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:20:46','2026-01-22 20:20:46',NULL,NULL,NULL,'374fd586-5072-42f0-a42b-ff2259dfed3a'),
(16025,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:21:33','2026-01-22 20:21:33',NULL,NULL,NULL,'d3e7609c-a8ad-4957-a71a-2027d8bc0134'),
(16027,975,NULL,5410,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:21:45','2026-01-22 20:21:45',NULL,NULL,NULL,'41ef0127-5367-4cde-be82-dcf1ae6aeded'),
(16028,5798,NULL,5411,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:21:45','2026-01-22 20:21:45',NULL,NULL,NULL,'3d6ec1c4-da9c-487a-86ff-30c2d9f77b93'),
(16031,975,NULL,5412,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:22:28','2026-01-22 20:22:28',NULL,NULL,NULL,'3d463dc8-79c2-4759-b6bd-6d47a181d0ea'),
(16032,16021,NULL,5413,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:22:28','2026-01-22 20:22:28',NULL,NULL,NULL,'d2051a46-108b-429e-9b8a-5397c7ecd8d6'),
(16035,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:24:42','2026-01-22 20:24:42',NULL,NULL,NULL,'e0ea5c5d-d4fe-4342-b260-0c5fae1f9312'),
(16036,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:24:43','2026-01-22 20:24:43',NULL,NULL,NULL,'b7f43841-5a69-4c03-93e2-c269e5f50b1f'),
(16037,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:24:44','2026-01-22 20:24:44',NULL,NULL,NULL,'bc808c02-7ab3-4f10-a817-13107941992b'),
(16039,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:25:39','2026-01-22 20:25:39',NULL,NULL,NULL,'10f47c42-3767-4931-bd09-7e33065a982b'),
(16040,981,NULL,5414,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:25:39','2026-01-22 20:25:39',NULL,NULL,NULL,'c7c946e0-a431-462d-b1d8-2ba4636698c7'),
(16041,16039,NULL,5415,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:25:39','2026-01-22 20:25:39',NULL,NULL,NULL,'a330ca49-76f0-4ef4-9f96-1ad83400b918'),
(16043,981,NULL,5416,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:26:11','2026-01-22 20:26:11',NULL,NULL,NULL,'60697a43-33fc-4671-a30c-649eb6137b58'),
(16046,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:27:20','2026-01-22 20:27:20',NULL,NULL,NULL,'02757975-3052-44da-91c6-f9414971c3cf'),
(16047,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:27:21','2026-01-22 20:27:21',NULL,NULL,NULL,'ea21c089-818f-4165-9332-c97e0b4830eb'),
(16048,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:27:22','2026-01-22 20:27:22',NULL,NULL,NULL,'06e5d0e6-d222-4bdf-9e1d-63fdda5de3ee'),
(16049,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:28:36','2026-01-22 20:28:36',NULL,NULL,NULL,'4d9b60ef-af5d-46e3-adc2-3a23cfe813d4'),
(16050,989,NULL,5417,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:28:36','2026-01-22 20:28:36',NULL,NULL,NULL,'12fdcc4e-5023-40ef-93bd-32cc43a3280e'),
(16051,16049,NULL,5418,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:28:36','2026-01-22 20:28:36',NULL,NULL,NULL,'56e3c374-61ee-464c-a251-5107c6160f82'),
(16053,989,NULL,5419,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:29:36','2026-01-22 20:29:36',NULL,NULL,NULL,'1419361a-eee7-4a6b-b873-ee9238c11a7f'),
(16057,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:31:00','2026-01-22 20:31:00',NULL,NULL,NULL,'04334eed-bd86-479f-aa2f-f60f666fc478'),
(16058,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:31:01','2026-01-22 20:31:01',NULL,NULL,NULL,'822f6163-1c97-465a-91e0-f83c388519e1'),
(16059,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:31:01','2026-01-22 20:31:01',NULL,NULL,NULL,'20b31136-deab-49a1-97af-0c38e04e9bcd'),
(16060,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:33:43','2026-01-22 20:33:43',NULL,NULL,NULL,'e03323a2-880a-4c73-95c2-1e38a40d1c5e'),
(16062,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:33:48','2026-01-22 20:33:48',NULL,NULL,NULL,'b16c3998-5872-44d7-95e8-e0c55b447b49'),
(16063,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:33:48','2026-01-22 20:34:14',NULL,NULL,NULL,'be8cd95b-3bda-4546-966c-2530afb151df'),
(16064,995,NULL,5420,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:33:48','2026-01-22 20:33:48',NULL,NULL,NULL,'321b0285-9b90-45b0-b433-18b8e2463b1b'),
(16065,16062,NULL,5421,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:33:48','2026-01-22 20:33:48',NULL,NULL,NULL,'2b36d599-3e0f-4e1e-a480-ef934a81add1'),
(16066,16063,NULL,5422,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:33:48','2026-01-22 20:33:48',NULL,NULL,NULL,'74a678e8-7981-4c57-8da5-ad9975f866a3'),
(16069,995,NULL,5423,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:34:14','2026-01-22 20:34:15',NULL,NULL,NULL,'4d383eb5-1fe2-4303-a5c6-ab45fd3eaae8'),
(16070,16063,NULL,5424,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:34:14','2026-01-22 20:34:15',NULL,NULL,NULL,'b8e0d157-cc2f-4a2e-a436-041746ddbb75'),
(16073,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:35:16','2026-01-22 20:35:16',NULL,NULL,NULL,'47c7bf68-fc39-4ee5-b498-822fb8d9f7f9'),
(16074,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:35:17','2026-01-22 20:35:17',NULL,NULL,NULL,'de455002-114a-4d3b-b9bf-72bf3ffc7abe'),
(16075,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:35:17','2026-01-22 20:35:17',NULL,NULL,NULL,'8695bfa3-f034-45bf-9028-d26ccb549f46'),
(16076,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:36:07','2026-01-22 20:38:29',NULL,NULL,NULL,'fed23e96-44c1-45b9-b12c-de3b08e4010c'),
(16077,999,NULL,5425,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:36:07','2026-01-22 20:36:07',NULL,NULL,NULL,'e173f98a-56ae-4252-bf08-1611a24cd387'),
(16078,16076,NULL,5426,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:36:07','2026-01-22 20:36:07',NULL,NULL,NULL,'57e5d461-9a8c-43fe-a525-3746ef91003c'),
(16080,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:37:23','2026-01-22 20:37:23',NULL,NULL,NULL,'73f9c304-d273-43ae-a289-9aa26cee600e'),
(16082,999,NULL,5427,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:37:37','2026-01-22 20:37:37',NULL,NULL,NULL,'a6cbd4ce-6655-449e-a970-4cf30483df13'),
(16083,5894,NULL,5428,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:37:37','2026-01-22 20:37:37',NULL,NULL,NULL,'853a50db-2c75-4198-8d80-fde50b007e4e'),
(16086,999,NULL,5429,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:38:29','2026-01-22 20:38:29',NULL,NULL,NULL,'a5c95c8f-a88f-4d17-aedf-a25d094dfaee'),
(16087,16076,NULL,5430,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:38:29','2026-01-22 20:38:29',NULL,NULL,NULL,'04cb69fb-6770-47a3-b5af-4622f318e63b'),
(16091,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:39:52','2026-01-22 20:39:52',NULL,NULL,NULL,'db39a72c-0a65-4994-a271-df296d99bbcd'),
(16092,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:39:52','2026-01-22 20:39:52',NULL,NULL,NULL,'cc2bfe0e-2f6b-438a-aae5-a84169151f0e'),
(16093,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:39:53','2026-01-22 20:39:53',NULL,NULL,NULL,'ef16657b-bc95-47ed-938c-c03e04e9e420'),
(16096,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:41:00','2026-01-22 20:42:10',NULL,NULL,NULL,'c137cef2-b38e-4fd0-ad92-cc056772845c'),
(16097,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:41:00','2026-01-22 20:41:00',NULL,NULL,NULL,'d3c74d16-a6e3-4f2e-8ba1-e7bede0c33a5'),
(16098,1005,NULL,5431,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:41:00','2026-01-22 20:41:00',NULL,NULL,NULL,'2ec4abfd-b8f3-46a4-8768-44f2113ce807'),
(16099,16096,NULL,5432,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:41:00','2026-01-22 20:41:00',NULL,NULL,NULL,'4f262328-39ca-41ee-8745-bb9bff1e46fd'),
(16100,16097,NULL,5433,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:41:00','2026-01-22 20:41:00',NULL,NULL,NULL,'f8f84915-74f9-4417-a724-4ce85b587bfa'),
(16102,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:42:05','2026-01-22 20:42:05',NULL,NULL,NULL,'97f6de76-0e5d-4d01-8bf1-2abb87b7b4bb'),
(16104,1005,NULL,5434,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:42:10','2026-01-22 20:42:10',NULL,NULL,NULL,'ebf7d3d7-3236-4504-b4e6-de6c253113c1'),
(16105,16096,NULL,5435,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:42:10','2026-01-22 20:42:10',NULL,NULL,NULL,'617d78ee-b331-4a11-80a6-54d2496a2c92'),
(16107,1005,NULL,5436,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:42:59','2026-01-22 20:42:59',NULL,NULL,NULL,'11120a63-5f22-4ef4-9a52-a8bc6ca5222e'),
(16110,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:44:27','2026-01-22 20:48:43',NULL,NULL,NULL,'1966afff-eac8-45cb-986c-cd69882fdaf7'),
(16111,1011,NULL,5437,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:44:27','2026-01-22 20:44:27',NULL,NULL,NULL,'8bdb5be8-4c90-4bea-91e8-a2596cdbffb7'),
(16112,16110,NULL,5438,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:44:27','2026-01-22 20:44:27',NULL,NULL,NULL,'5018df83-bb42-45d1-8d34-cc12be22f054'),
(16114,1011,NULL,5439,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:44:31','2026-01-22 20:44:31',NULL,NULL,NULL,'d1f704de-7c78-4e22-9ec7-ddae661ba89e'),
(16116,2,NULL,5440,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:44:50','2026-01-22 20:44:50',NULL,NULL,NULL,'72796585-3006-42df-8078-73158411b389'),
(16117,2945,NULL,5441,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:44:50','2026-01-22 20:44:50',NULL,NULL,NULL,'a86bb8f8-d1ec-4d12-9b09-0cdf4668ad87'),
(16120,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:46:00','2026-01-22 20:46:00',NULL,NULL,NULL,'856cd95a-4a74-43f6-9d7f-ca15f15875f1'),
(16121,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:46:00','2026-01-22 20:46:00',NULL,NULL,NULL,'d55cd298-74ab-468c-9b9c-6fa9c3f86dc8'),
(16122,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:46:01','2026-01-22 20:46:01',NULL,NULL,NULL,'62d233ab-28a2-463d-87c5-9522ac07a658'),
(16123,1011,NULL,5442,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:47:51','2026-01-22 20:47:51',NULL,NULL,NULL,'3af07c34-77c0-429b-9a99-845f699bf04b'),
(16124,16110,NULL,5443,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:47:51','2026-01-22 20:47:51',NULL,NULL,NULL,'e8ee37b8-8edc-498f-822b-919db4963fda'),
(16127,1011,NULL,5444,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:48:43','2026-01-22 20:48:43',NULL,NULL,NULL,'367634fc-1a55-4ad2-b665-ec663f2b447a'),
(16128,16110,NULL,5445,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:48:43','2026-01-22 20:48:43',NULL,NULL,NULL,'9aedabce-fc3d-4cbf-b64a-876283f70e9c'),
(16131,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:49:36','2026-01-22 20:49:36',NULL,NULL,NULL,'e304e57c-9637-414b-b476-9f00486ac317'),
(16133,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:50:33','2026-01-22 20:50:33',NULL,NULL,NULL,'5da293c7-fbcb-4d8f-b302-0f1f94cb0822'),
(16134,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:50:34','2026-01-22 20:50:34',NULL,NULL,NULL,'d9975cd4-583a-43ad-9c26-952adc757542'),
(16135,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:50:34','2026-01-22 20:50:34',NULL,NULL,NULL,'18920860-2759-4241-9047-84f3d9c5d74e'),
(16136,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:51:35','2026-01-22 20:51:35',NULL,NULL,NULL,'0ec5d70d-c3b4-405d-9ddc-a3be3d5b7749'),
(16137,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:51:35','2026-01-22 20:51:35',NULL,NULL,NULL,'99bc10bb-0012-4043-b1cf-5b0671f3f6fa'),
(16138,1017,NULL,5446,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:51:35','2026-01-22 20:51:35',NULL,NULL,NULL,'7b175f3c-40bc-430e-8144-954af67ced55'),
(16139,16136,NULL,5447,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:51:35','2026-01-22 20:51:35',NULL,NULL,NULL,'87864070-c688-4a7b-8ec8-7258e9fd7e82'),
(16140,16137,NULL,5448,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:51:35','2026-01-22 20:51:35',NULL,NULL,NULL,'f60dfd68-3835-4370-a9c4-d5e8fae4a15d'),
(16142,1017,NULL,5449,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:51:57','2026-01-22 20:51:57',NULL,NULL,NULL,'0b52e9d4-66d7-45c3-bc69-990bf5cef3f8'),
(16144,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:52:41','2026-01-22 20:52:41',NULL,NULL,NULL,'90561b6f-98cb-4438-9135-6689f4dd4154'),
(16149,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:54:22','2026-01-22 20:54:22',NULL,NULL,NULL,'05c6c09a-2216-49ab-af30-f59abe0d2d27'),
(16150,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:54:23','2026-01-22 20:54:23',NULL,NULL,NULL,'5106a766-61e8-4acf-a01b-6f7a05b73fe1'),
(16151,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:54:23','2026-01-22 20:54:23',NULL,NULL,NULL,'dbd51a50-b139-4e49-983d-3a79bc0e97fb'),
(16152,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:55:07','2026-01-22 20:55:46',NULL,NULL,NULL,'7c3a3ce8-4f35-47e8-9e82-2b8cdc1ff853'),
(16153,1023,NULL,5450,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:55:06','2026-01-22 20:55:07',NULL,NULL,NULL,'6185b0a4-e1d8-4900-84bd-cc8bdc81003b'),
(16154,16152,NULL,5451,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:55:07','2026-01-22 20:55:07',NULL,NULL,NULL,'bee9e272-b2cd-49a4-89ac-18f0b8c17308'),
(16157,1023,NULL,5452,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:55:46','2026-01-22 20:55:47',NULL,NULL,NULL,'ad3c196e-ce66-4a01-97f6-539b429f2aec'),
(16158,16152,NULL,5453,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:55:46','2026-01-22 20:55:47',NULL,NULL,NULL,'2431823e-4d2b-4fa6-96fa-53652f5e9d21'),
(16162,1035,NULL,5454,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:56:10','2026-01-22 20:56:10',NULL,NULL,NULL,'f775b8ab-60f4-47c4-aa4f-f01724a735de'),
(16163,5116,NULL,5455,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:56:10','2026-01-22 20:56:10',NULL,NULL,NULL,'868ba4ae-7a16-4ef7-b0a2-23653e5b0f8e'),
(16166,1041,NULL,5456,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:56:24','2026-01-22 20:56:24',NULL,NULL,NULL,'5fd59f72-5423-4b6a-8178-3d9bbd952eb7'),
(16167,5100,NULL,5457,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:56:24','2026-01-22 20:56:24',NULL,NULL,NULL,'98d04090-9479-48c3-a3d2-b2f6035f7ede'),
(16171,1031,NULL,5458,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:57:14','2026-01-22 20:57:14',NULL,NULL,NULL,'326531f9-370d-4089-aa48-4d6967f38e66'),
(16172,6021,NULL,5459,21,'craft\\elements\\Entry',1,0,'2026-01-22 20:57:14','2026-01-22 20:57:14',NULL,NULL,NULL,'d5b2d299-1caa-4811-bbaf-9e4f10d69e6c'),
(16174,1031,NULL,5460,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:57:55','2026-01-22 20:57:55',NULL,NULL,NULL,'b31a4a10-e3f5-4d4b-9458-19e29ae932da'),
(16177,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:59:25','2026-01-22 20:59:25',NULL,NULL,NULL,'660b917b-9b24-4fe7-a919-524b8e26c7ce'),
(16178,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:59:26','2026-01-22 20:59:26',NULL,NULL,NULL,'2b1167b8-092f-4d54-8d6d-1eb587718833'),
(16179,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 20:59:26','2026-01-22 20:59:26',NULL,NULL,NULL,'49374871-8154-4b23-832c-954c5e3c0be8'),
(16180,1035,NULL,5461,1,'craft\\elements\\Entry',1,0,'2026-01-22 20:59:54','2026-01-22 20:59:54',NULL,NULL,NULL,'98bb3413-d82a-4c98-ab78-ec3c8c8eb90d'),
(16185,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:01:28','2026-01-22 21:01:28',NULL,NULL,NULL,'fde951e6-d8f1-402c-af4c-984506a8c608'),
(16186,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:01:34','2026-01-22 21:01:34',NULL,NULL,NULL,'7c608c04-15e3-4bfe-8444-db328e368d67'),
(16187,1041,NULL,5462,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:01:34','2026-01-22 21:01:34',NULL,NULL,NULL,'5310d5ed-e33b-42a2-908f-d9c0fad68f0b'),
(16188,5100,NULL,5463,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:01:34','2026-01-22 21:01:34',NULL,NULL,NULL,'c7f6f605-a5f1-4dff-a342-6999ada9aa62'),
(16189,16186,NULL,5464,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:01:34','2026-01-22 21:01:34',NULL,NULL,NULL,'97dc5291-0352-4c6c-8204-4ff89c46ac5f'),
(16191,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:02:28','2026-01-22 21:02:28',NULL,NULL,NULL,'91764ed8-074f-4ef9-a0aa-89ebd694e77b'),
(16192,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:02:28','2026-01-22 21:02:28',NULL,NULL,NULL,'be382d27-246f-4840-b6e1-2eac2178fdb0'),
(16194,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:03:56','2026-01-22 21:03:56',NULL,NULL,NULL,'665f341a-9566-45ed-b056-a760eb2e10e6'),
(16196,1035,NULL,5465,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:05:05','2026-01-22 21:05:05',NULL,NULL,NULL,'f0b7c218-28e0-4e38-bb3b-406ac0b958eb'),
(16197,5116,NULL,5466,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:05:05','2026-01-22 21:05:05',NULL,NULL,NULL,'7a9b1b20-82cc-4d0f-a33e-7e787229f0a1'),
(16199,1035,NULL,5467,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:05:09','2026-01-22 21:05:09',NULL,NULL,NULL,'f0ddcd45-83d2-468a-94cc-86ca746b2c91'),
(16200,1035,NULL,5468,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:05:40','2026-01-22 21:05:40',NULL,NULL,NULL,'ee59516e-5853-4cfc-be6f-601c9ad8ac66'),
(16204,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:07:45','2026-01-22 21:07:45',NULL,NULL,NULL,'59db783e-56ee-4efd-8277-0de3bbc45fa1'),
(16205,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:07:45','2026-01-22 21:07:45',NULL,NULL,NULL,'f7ed2d41-6ee5-4372-9a0b-9e54d7592ed8'),
(16206,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:07:46','2026-01-22 21:07:46',NULL,NULL,NULL,'338db88d-11f9-43a3-b210-f32a28e77ab5'),
(16207,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:08:59','2026-01-22 21:08:59',NULL,NULL,NULL,'6581abc0-351f-4f9a-aeb6-27b27a18a401'),
(16209,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:09:04','2026-01-22 21:09:04',NULL,NULL,NULL,'2d847af5-aa8a-45cf-96ca-2ddac0bd3eef'),
(16210,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:09:04','2026-01-22 21:09:04',NULL,NULL,NULL,'777dc4e7-b659-4e5f-9339-984c7c752e91'),
(16211,1045,NULL,5469,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:09:04','2026-01-22 21:09:04',NULL,NULL,NULL,'3e165284-6dd7-4225-bd48-fa0a6d6763f8'),
(16212,16209,NULL,5470,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:09:04','2026-01-22 21:09:04',NULL,NULL,NULL,'f619dcf8-888b-47bf-9d01-a234649d18b0'),
(16213,16210,NULL,5471,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:09:04','2026-01-22 21:09:04',NULL,NULL,NULL,'08153d3d-69e8-418a-9af2-ea79f11423af'),
(16216,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:10:10','2026-01-22 21:10:10',NULL,NULL,NULL,'11454585-7b53-475d-aa84-da91f71f8a26'),
(16218,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:12:45','2026-01-22 21:12:45',NULL,NULL,NULL,'ff20f558-97d0-4399-b246-92b6f701a0d3'),
(16219,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:12:46','2026-01-22 21:12:46',NULL,NULL,NULL,'d779d541-bafa-420a-8810-ac70477292da'),
(16220,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:12:47','2026-01-22 21:12:47',NULL,NULL,NULL,'5c18fbaf-8ed8-4aa0-8683-aa7148a59d3b'),
(16223,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:13:31','2026-01-22 21:13:31',NULL,NULL,NULL,'90dbaeef-ab16-4236-8dd0-fe0013f541f9'),
(16224,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:13:31','2026-01-22 21:13:31',NULL,NULL,NULL,'88b8fff7-f5a2-4d89-94cd-ed43ac197a07'),
(16225,1051,NULL,5472,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:13:31','2026-01-22 21:13:31',NULL,NULL,NULL,'78356666-9cf6-4181-ad45-c4125e83f0f4'),
(16226,16223,NULL,5473,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:13:31','2026-01-22 21:13:31',NULL,NULL,NULL,'8f90dbb4-bb90-43cb-afe5-7bced3c11128'),
(16227,16224,NULL,5474,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:13:31','2026-01-22 21:13:31',NULL,NULL,NULL,'22d37a87-61c1-4f10-b43f-576b04638cac'),
(16229,1051,NULL,5475,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:14:06','2026-01-22 21:14:06',NULL,NULL,NULL,'e94a5439-e8b1-4e7c-adda-438b3a9d78a0'),
(16232,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:14:55','2026-01-22 21:14:55',NULL,NULL,NULL,'4f5c8506-dc53-4c3e-97de-6a7a1abd063f'),
(16233,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:14:55','2026-01-22 21:14:55',NULL,NULL,NULL,'f532fdca-e004-452c-8a62-2014f6b4bbbd'),
(16234,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:14:56','2026-01-22 21:14:56',NULL,NULL,NULL,'5cedcb02-c796-436c-8394-1f9235851562'),
(16235,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:15:35','2026-01-22 21:15:35',NULL,NULL,NULL,'e68dd525-9bbf-43b2-90e7-7df032c6fa38'),
(16236,1059,NULL,5476,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:15:35','2026-01-22 21:15:35',NULL,NULL,NULL,'159594a2-d744-47e8-a5ea-95568b595547'),
(16237,16235,NULL,5477,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:15:35','2026-01-22 21:15:35',NULL,NULL,NULL,'397d99e8-c621-420d-9991-134f077a3a59'),
(16239,1059,NULL,5478,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:16:00','2026-01-22 21:16:00',NULL,NULL,NULL,'321bd3f4-8e1a-4a32-b9a1-5aad137565d9'),
(16242,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:16:58','2026-01-22 21:16:58',NULL,NULL,NULL,'0d66192f-8815-4b10-98ae-cb963fc8e4e0'),
(16243,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:16:59','2026-01-22 21:16:59',NULL,NULL,NULL,'23aa44f3-e842-42cb-9ede-80fc6718ed10'),
(16244,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:17:01','2026-01-22 21:17:01',NULL,NULL,NULL,'f76e5955-1924-40d7-a819-80aacb2a611e'),
(16245,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:17:37','2026-01-22 21:17:37',NULL,NULL,NULL,'46fae9e0-0a20-4954-acdb-b43500707cc4'),
(16246,1067,NULL,5479,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:17:37','2026-01-22 21:17:37',NULL,NULL,NULL,'86ab3c27-e744-4c23-8235-d44ed5ac0f8e'),
(16247,16245,NULL,5480,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:17:37','2026-01-22 21:17:37',NULL,NULL,NULL,'3d8f2b24-5610-4348-9c4e-af677b6b7d18'),
(16248,1067,NULL,5481,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:18:07','2026-01-22 21:18:07',NULL,NULL,NULL,'29d1ecf3-dc0e-4afc-aafb-ee821ad0c065'),
(16250,1073,NULL,5482,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:18:29','2026-01-22 21:18:29',NULL,NULL,NULL,'a20f7160-f451-4eaf-9bae-6ca1e8456978'),
(16253,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:19:16','2026-01-22 21:19:16',NULL,NULL,NULL,'d226c9f1-72b8-4979-82b0-00e517f2bdf3'),
(16256,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:19:58','2026-01-22 21:19:58',NULL,NULL,NULL,'ed300e52-8a75-4b81-a069-8a1aa405f67d'),
(16257,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:19:59','2026-01-22 21:20:13',NULL,NULL,NULL,'a6a43ff1-2088-40cb-bb3a-3537bce538de'),
(16258,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:20:00','2026-01-22 21:20:00',NULL,NULL,NULL,'a55b402a-c674-4824-b2d3-d1722ea55cd0'),
(16259,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:20:48','2026-01-22 21:20:48',NULL,NULL,NULL,'45d907d2-b88c-488c-b0b4-ccd804e91189'),
(16260,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:20:48','2026-01-22 21:20:48',NULL,NULL,NULL,'e4542c1d-4773-43d2-92dc-fbf2efa21613'),
(16261,1079,NULL,5483,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:20:48','2026-01-22 21:20:48',NULL,NULL,NULL,'3552e02c-a3e7-4bfc-bbcf-8b240705072a'),
(16262,16259,NULL,5484,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:20:48','2026-01-22 21:20:48',NULL,NULL,NULL,'384c79cb-3842-4808-8e59-638a9223741f'),
(16263,16260,NULL,5485,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:20:48','2026-01-22 21:20:48',NULL,NULL,NULL,'25c59297-8cfb-4b19-b72a-c4db3244bfae'),
(16265,1079,NULL,5486,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:21:16','2026-01-22 21:21:16',NULL,NULL,NULL,'f0a1204f-ab9e-4b31-a857-0b04a8cb5c1c'),
(16268,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:21:56','2026-01-22 21:21:56',NULL,NULL,NULL,'d4a5b206-7c24-41eb-8808-c6b18e45ceb7'),
(16269,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:21:56','2026-01-22 21:21:56',NULL,NULL,NULL,'3132170a-6917-45cb-ad09-d1ee6ea6b975'),
(16270,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:21:57','2026-01-22 21:21:57',NULL,NULL,NULL,'7b62239e-c9e3-4552-aa17-9ec64e970eff'),
(16271,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:22:35','2026-01-22 21:22:35',NULL,NULL,NULL,'82864266-de7c-4b4a-ad18-16205cb9232e'),
(16272,1085,NULL,5487,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:22:35','2026-01-22 21:22:35',NULL,NULL,NULL,'70b217ff-2db4-49b0-b7b1-17ec8c370448'),
(16273,16271,NULL,5488,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:22:35','2026-01-22 21:22:35',NULL,NULL,NULL,'8a355492-8635-4096-93ee-cd97462057c4'),
(16275,1085,NULL,5489,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:23:16','2026-01-22 21:23:17',NULL,NULL,NULL,'8c7fab2b-65aa-4d62-aada-1d27d8b9e8ee'),
(16278,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:24:58','2026-01-22 21:24:58',NULL,NULL,NULL,'fedf469c-ec4c-48a7-bfba-4952db1c3852'),
(16279,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:24:59','2026-01-22 21:24:59',NULL,NULL,NULL,'c95c5a1a-c191-49c5-be92-3036d5b1c4af'),
(16280,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:24:59','2026-01-22 21:24:59',NULL,NULL,NULL,'d513f1a8-4e1b-408d-bdfe-43d62ed45934'),
(16281,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 21:25:03','2026-01-22 21:25:03',NULL,NULL,NULL,'e78d51d5-e02d-4052-b052-3443eebb58ad'),
(16282,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:25:58','2026-01-22 21:25:58',NULL,NULL,NULL,'19c3cd2a-22af-481b-9e9d-ee1402d2fdad'),
(16283,1091,NULL,5490,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:25:58','2026-01-22 21:25:58',NULL,NULL,NULL,'8aa63afa-8eb9-481c-9124-e88d2c7c6921'),
(16284,16282,NULL,5491,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:25:58','2026-01-22 21:25:58',NULL,NULL,NULL,'f13e8364-d472-4513-8983-92e061e092d9'),
(16287,1091,NULL,5492,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:26:23','2026-01-22 21:26:23',NULL,NULL,NULL,'f0c2c81e-0163-44fb-ad4f-37f3df71f5bb'),
(16290,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:27:24','2026-01-22 21:27:24',NULL,NULL,NULL,'d088d86b-d02f-4106-bfc8-0488db66cf2e'),
(16292,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:28:05','2026-01-22 21:28:05',NULL,NULL,NULL,'11f665a5-cbb5-4584-83f0-e90a70c4b475'),
(16293,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:28:05','2026-01-22 21:28:05',NULL,NULL,NULL,'d416f22b-f50a-4c10-a7d8-66231b588176'),
(16294,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:28:06','2026-01-22 21:28:06',NULL,NULL,NULL,'46735f8e-f17f-4875-acd5-1cba5ff01937'),
(16296,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:28:41','2026-01-22 21:28:41',NULL,NULL,NULL,'093e239b-7510-4738-9af3-21e1b8d77ded'),
(16297,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:28:41','2026-01-22 21:28:41',NULL,NULL,NULL,'7b191ef2-7e62-4849-916f-32755436ac7f'),
(16298,1097,NULL,5493,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:28:41','2026-01-22 21:28:41',NULL,NULL,NULL,'0478646c-107c-4d15-b154-f61e35eb75fc'),
(16299,16296,NULL,5494,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:28:41','2026-01-22 21:28:41',NULL,NULL,NULL,'57b098c7-8ae2-4289-963e-11d7dc52c9cd'),
(16300,16297,NULL,5495,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:28:41','2026-01-22 21:28:41',NULL,NULL,NULL,'5d6ef450-e61c-4bd0-8a8f-2d094d27e340'),
(16302,1097,NULL,5496,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:28:56','2026-01-22 21:28:56',NULL,NULL,NULL,'a2556c2d-bf84-470b-9792-70b9068fdb6c'),
(16305,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:29:51','2026-01-22 21:29:51',NULL,NULL,NULL,'47906866-d705-4bc1-8dea-6ec1b88f4d0b'),
(16307,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:30:29','2026-01-22 21:30:29',NULL,NULL,NULL,'292a4b6d-9035-46a2-a494-0af462d37e0b'),
(16308,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:30:30','2026-01-22 21:30:30',NULL,NULL,NULL,'aed2fa48-0b63-428d-90db-bc43225d451d'),
(16309,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-22 21:30:30','2026-01-22 21:30:30',NULL,NULL,NULL,'79eb6500-0b6a-4a93-bd95-6f8241184445'),
(16310,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:31:13','2026-01-22 21:31:13',NULL,NULL,NULL,'8c2a5425-60cc-4257-a36a-f8a9e660bb47'),
(16311,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:31:13','2026-01-22 21:31:13',NULL,NULL,NULL,'424d561c-fdb7-46f6-8a03-8a6c0a3831c0'),
(16312,1103,NULL,5497,1,'craft\\elements\\Entry',1,0,'2026-01-22 21:31:13','2026-01-22 21:31:13',NULL,NULL,NULL,'014935bc-33c8-4ebb-8b2b-ebac0249134a'),
(16313,16310,NULL,5498,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:31:13','2026-01-22 21:31:13',NULL,NULL,NULL,'b058405f-51b4-4b25-bb22-545772a02e7a'),
(16314,16311,NULL,5499,21,'craft\\elements\\Entry',1,0,'2026-01-22 21:31:13','2026-01-22 21:31:13',NULL,NULL,NULL,'a34aa591-5fa8-4f04-8fb5-b4709a8eab82'),
(16328,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 23:39:28','2026-01-22 23:39:28',NULL,NULL,NULL,'7967d1fc-7021-44c5-884f-893806d2aaaf'),
(16346,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-22 23:59:56','2026-01-22 23:59:56',NULL,NULL,NULL,'cdad18e2-764d-4ba8-9a02-d2cdd27e9fc8'),
(16359,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 00:12:49','2026-01-23 00:12:49',NULL,NULL,NULL,'2aee862e-d663-41a9-8728-206b4f5b9c5a'),
(16360,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-23 00:12:49','2026-01-23 00:12:49',NULL,NULL,NULL,'51d4ab41-8588-47a2-9170-172a23e00edf'),
(16400,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 00:54:08','2026-01-23 00:54:08',NULL,NULL,NULL,'b9c0d33b-5af8-4771-9f1a-4762bf60abfd'),
(16401,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-23 00:54:08','2026-01-23 00:54:08',NULL,NULL,NULL,'104b3439-c2fc-4e6a-8a9e-cc719f2ffedf'),
(16418,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 01:21:59','2026-01-23 01:21:59',NULL,NULL,NULL,'7f04bb9a-af9b-4856-a477-945667bca59b'),
(16420,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 01:25:44','2026-01-23 01:25:44',NULL,NULL,NULL,'1f23b10c-db77-4f3e-be75-be540d38884e'),
(16421,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 01:33:34','2026-01-23 01:33:34',NULL,NULL,NULL,'f9e4608b-9c00-4761-9cd6-5e2f13025f62'),
(16426,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 01:54:53','2026-01-23 01:54:53',NULL,NULL,NULL,'7a8f64c0-646c-490a-9095-14eefe71be3d'),
(16427,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-23 01:54:53','2026-01-23 01:54:53',NULL,NULL,NULL,'f2d0c9b3-c296-4702-85e7-ec53f96638c6'),
(16430,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 02:06:34','2026-01-23 02:06:34',NULL,NULL,NULL,'62b13760-e779-4842-9362-13aa416a4398'),
(16551,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 07:39:15','2026-01-23 07:39:15',NULL,NULL,NULL,'75c93d01-0ecd-4521-a4ed-e0ee8032539b'),
(16600,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 09:11:25','2026-01-23 09:11:25',NULL,NULL,NULL,'e892b2d0-e918-47c6-9407-dacb00bba2b0'),
(16675,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 11:40:34','2026-01-23 11:40:34',NULL,NULL,NULL,'bc46204a-f83f-423f-90c3-95ee0f4baa46'),
(16676,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-23 11:40:34','2026-01-23 11:40:34',NULL,NULL,NULL,'e595784d-5884-4803-b8e8-5f5bd07d9ee1'),
(16783,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 14:58:05','2026-01-23 14:58:05',NULL,NULL,NULL,'df5135aa-823e-41ce-bb0d-440ece62bd94'),
(16785,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 15:07:58','2026-01-23 15:07:58',NULL,NULL,NULL,'c624948d-3cd5-400a-8ba0-0711787bf929'),
(16786,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 15:12:27','2026-01-23 15:12:27',NULL,NULL,NULL,'03d50a5b-eebc-4f7a-aa63-87e6a20c60f5'),
(16787,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 15:15:30','2026-01-23 15:15:30',NULL,NULL,NULL,'ed13026e-e9cb-4d8f-b7e0-f39d0af8dad0'),
(16792,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 15:36:06','2026-01-23 15:36:06',NULL,NULL,NULL,'5c7b456e-2dc8-49db-8d29-e7d96644f1c7'),
(16795,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 16:16:56','2026-01-23 16:16:56',NULL,NULL,NULL,'367b17f5-3cbc-4b48-8d1a-9f39ba120731'),
(16796,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-23 16:16:56','2026-01-23 16:16:56',NULL,NULL,NULL,'10d65fc9-3efb-4aef-82b1-010e87bbe4ec'),
(16798,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 16:31:06','2026-01-23 16:31:06',NULL,NULL,NULL,'eb384802-97e2-45ad-bd17-a7221cb4b281'),
(16799,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-23 16:31:06','2026-01-23 16:31:06',NULL,NULL,NULL,'6b9f6abb-66ab-4f5b-9808-fe6d1314fb78'),
(16807,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 16:56:55','2026-01-23 16:56:55',NULL,NULL,NULL,'38a5f797-5ebc-43d8-a35f-331d2642c8b7'),
(16810,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 17:17:20','2026-01-23 17:17:20',NULL,NULL,NULL,'1a5643b3-5445-45f7-b1e8-4d784a6be133'),
(16812,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 17:19:29','2026-01-23 17:19:29',NULL,NULL,NULL,'1ec663e2-a938-464d-89d7-69959d8f41c8'),
(16828,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 17:45:52','2026-01-23 17:45:52',NULL,NULL,NULL,'5269bc9f-27de-4091-a144-49461f8d2842'),
(16829,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-23 17:45:52','2026-01-23 17:45:52',NULL,NULL,NULL,'e1e0f2a2-8319-4601-99b3-89ba8887ea68'),
(16882,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 18:33:43','2026-01-23 18:33:43',NULL,NULL,NULL,'2aff2747-70a5-4c27-82a0-a692ee260467'),
(16883,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-23 18:33:43','2026-01-23 18:33:43',NULL,NULL,NULL,'11e0884e-5042-4b81-838c-a70e8c7c99ba'),
(16886,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 18:44:25','2026-01-23 18:44:25',NULL,NULL,NULL,'dc0145c6-5c86-4745-a4ee-2581a5fd627d'),
(16887,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-23 18:44:25','2026-01-23 18:44:25',NULL,NULL,NULL,'c41d8add-a2b1-46f0-a297-64c7047cf987'),
(16905,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:11:29','2026-01-23 19:11:29',NULL,NULL,NULL,'f78dbb28-fffa-466e-a320-ba8b5395b898'),
(16906,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:11:30','2026-01-23 19:11:30',NULL,NULL,NULL,'67725598-dea7-45a1-81b0-1408ec6d3cf1'),
(16907,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:11:30','2026-01-23 19:11:30',NULL,NULL,NULL,'eb4cd911-574e-4999-b854-fe40a36b8c24'),
(16908,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 19:11:51','2026-01-23 19:11:51',NULL,NULL,NULL,'8ed42df8-ea81-49b2-98aa-4c63deee50c8'),
(16909,1165,NULL,5500,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:13:17','2026-01-23 19:13:17',NULL,NULL,NULL,'bcb4e0a9-d2e8-45e9-b578-4b07b9ce3077'),
(16910,6623,NULL,5501,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:13:17','2026-01-23 19:13:17',NULL,NULL,NULL,'7d368058-b7f8-456b-b6dc-0143a89f5585'),
(16916,1165,NULL,5502,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:15:05','2026-01-23 19:15:05',NULL,NULL,NULL,'2a0d9103-1661-44b3-a110-1d4e041131f5'),
(16917,6621,NULL,5503,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:15:05','2026-01-23 19:15:05',NULL,NULL,NULL,'57ee6a57-ec40-4692-91b7-42d167f17a27'),
(16919,1165,NULL,5504,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:16:00','2026-01-23 19:16:00',NULL,NULL,NULL,'0aa942a2-683a-459e-a7e6-404df38f60b7'),
(16921,1045,NULL,5505,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:16:23','2026-01-23 19:16:23',NULL,NULL,NULL,'397390e6-7ce9-4cd7-bfd6-71a99c2b85ac'),
(16924,1171,NULL,5506,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:17:41','2026-01-23 19:17:41',NULL,NULL,NULL,'3fd3abdf-9540-48c9-b459-6ec30de70e44'),
(16926,1261,NULL,5507,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:18:38','2026-01-23 19:18:39',NULL,NULL,NULL,'3e2d61f7-a618-4b3a-8696-b4be301cd3a8'),
(16929,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:19:49','2026-01-23 19:19:49',NULL,NULL,NULL,'45174d4a-6856-4bf1-b544-6e5df9a6bbba'),
(16930,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:19:50','2026-01-23 19:19:50',NULL,NULL,NULL,'f24e0dba-24c2-4838-a029-99d588bf6abb'),
(16931,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:19:51','2026-01-23 19:19:51',NULL,NULL,NULL,'1f3d3202-73be-4423-8365-abd72c21b843'),
(16932,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:21:28','2026-01-23 19:29:51',NULL,NULL,NULL,'99cc0c96-a823-433a-913f-2a3eb8520280'),
(16933,1177,NULL,5508,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:21:28','2026-01-23 19:21:28',NULL,NULL,NULL,'fefe9aac-6be4-4dca-b454-47ed1b5a6845'),
(16934,16932,NULL,5509,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:21:28','2026-01-23 19:21:28',NULL,NULL,NULL,'c9ab1d73-6187-40cb-8cf4-8a3a14e566cb'),
(16936,1177,NULL,5510,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:22:19','2026-01-23 19:22:19',NULL,NULL,NULL,'7c5173bf-11be-4b8d-8626-8bf8e4ebd6cf'),
(16938,2,NULL,5511,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:22:25','2026-01-23 19:22:25',NULL,NULL,NULL,'be50e171-167d-4d13-a5d8-1c4b4da32292'),
(16944,1177,NULL,5512,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:29:51','2026-01-23 19:29:52',NULL,NULL,NULL,'bd93f2b0-c5b6-463f-bfb4-8fb9b87e6786'),
(16945,16932,NULL,5513,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:29:51','2026-01-23 19:29:52',NULL,NULL,NULL,'f4e9069c-ec1a-4b2c-bcfa-f3966ae25489'),
(16947,2720,NULL,5514,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:31:19','2026-01-23 19:31:19',NULL,NULL,NULL,'8adfc5b8-3bf1-4b12-bb6b-d3e61e7021be'),
(16950,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:32:57','2026-01-23 19:32:57',NULL,NULL,NULL,'513549ad-0190-47e0-bb39-9d89ef4d460f'),
(16951,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:32:57','2026-01-23 19:32:57',NULL,NULL,NULL,'38b57fa1-fcc2-4a6a-a2cd-19a631eeda92'),
(16952,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:32:58','2026-01-23 19:32:58',NULL,NULL,NULL,'781fda00-6629-41b1-b4d7-4bbd1b4b4292'),
(16955,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:39:58','2026-01-23 19:39:58',NULL,NULL,NULL,'238ba257-94b4-4625-8854-5dd060182903'),
(16956,1185,NULL,5515,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:39:57','2026-01-23 19:39:58',NULL,NULL,NULL,'c036d70e-7f38-4e9d-b3fa-e449895ef465'),
(16957,16955,NULL,5516,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:39:58','2026-01-23 19:39:58',NULL,NULL,NULL,'3fed7490-c70b-4703-91f1-76f2e9554b8d'),
(16959,1185,NULL,5517,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:40:37','2026-01-23 19:40:37',NULL,NULL,NULL,'d2871b2f-a4d6-42df-beb9-c2e85daedc15'),
(16960,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 19:40:55','2026-01-23 19:40:55',NULL,NULL,NULL,'f19d6cab-93fa-464a-8287-e207363c1736'),
(16962,1185,NULL,5518,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:42:38','2026-01-23 19:42:38',NULL,NULL,NULL,'7c9828a4-2f7c-4ef5-85a3-d905134fc7a0'),
(16965,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:44:04','2026-01-23 19:44:04',NULL,NULL,NULL,'f5677aa5-efd3-4c82-b7c3-99f5b6fd7dd4'),
(16966,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:44:09','2026-01-23 19:44:09',NULL,NULL,NULL,'179f5bdd-c2da-432f-a9e6-5c1919ccffd5'),
(16967,1161,NULL,5519,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:44:09','2026-01-23 19:44:09',NULL,NULL,NULL,'0aca391f-c856-40a1-96b4-0319d0c755fa'),
(16968,16966,NULL,5520,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:44:09','2026-01-23 19:44:09',NULL,NULL,NULL,'8c0dea33-7f96-4b38-95bf-257f2a46f2ae'),
(16971,1161,NULL,5521,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:44:24','2026-01-23 19:44:24',NULL,NULL,NULL,'c60466ab-6a41-43d5-a95a-d5eb7ba0d17a'),
(16972,8707,NULL,5522,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:44:24','2026-01-23 19:44:24',NULL,NULL,NULL,'acf604a4-0d16-4f33-a2c7-94866cf68338'),
(16974,1353,NULL,5523,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:45:17','2026-01-23 19:45:17',NULL,NULL,NULL,'00ebe0c2-e68e-49af-aa7b-1cb5c43d21fd'),
(16975,5710,NULL,5524,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:45:17','2026-01-23 19:45:17',NULL,NULL,NULL,'953cc249-c654-4fc5-94b5-626e9186e952'),
(16977,1353,NULL,5525,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:45:54','2026-01-23 19:45:54',NULL,NULL,NULL,'080201e7-6cd0-48e1-bec4-6631f6d7c718'),
(16980,1269,NULL,5526,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:46:45','2026-01-23 19:46:45',NULL,NULL,NULL,'b58ec35a-5b98-40b0-b665-e4d1b2ebb34e'),
(16981,1277,NULL,5527,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:48:29','2026-01-23 19:48:29',NULL,NULL,NULL,'bc76758e-4894-42c0-bb27-b27de863b7c1'),
(17002,1191,NULL,5528,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:54:21','2026-01-23 19:54:22',NULL,NULL,NULL,'6406d79a-39a5-44cb-bd8f-c91e1ae6194a'),
(17003,5786,NULL,5529,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:54:21','2026-01-23 19:54:22',NULL,NULL,NULL,'9d42048c-fb83-4a1c-9ccf-af9a8d998bb0'),
(17004,5377,NULL,5530,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:54:21','2026-01-23 19:54:22',NULL,NULL,NULL,'b23e1f57-0e93-421c-b94e-d79a31ed44c2'),
(17006,1191,NULL,5531,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:55:10','2026-01-23 19:55:10',NULL,NULL,NULL,'6ce5655f-6107-4283-ac58-85da5d7b2e17'),
(17008,1191,NULL,5532,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:55:42','2026-01-23 19:55:42',NULL,NULL,NULL,'ec656a03-82ed-421e-a13c-c362f8915f7c'),
(17013,1419,NULL,5533,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:57:14','2026-01-23 19:57:14',NULL,NULL,NULL,'f0ae194d-30fc-4c0d-a3c5-67b5f3ca9626'),
(17014,5792,NULL,5534,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:57:14','2026-01-23 19:57:14',NULL,NULL,NULL,'9f610144-5cc6-47d0-8124-9e5ba3cf202c'),
(17016,1419,NULL,5535,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:57:34','2026-01-23 19:57:34',NULL,NULL,NULL,'5b7071ad-6846-4381-b013-d84cc98623dc'),
(17019,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 19:59:37','2026-01-23 19:59:37',NULL,NULL,NULL,'2cfaca1b-af12-4c1b-83fb-c2000b43c515'),
(17020,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:59:40','2026-01-23 19:59:40',NULL,NULL,NULL,'f8132bb7-791d-4bb0-9026-1b3bd42a21f6'),
(17021,1413,NULL,5536,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:59:40','2026-01-23 19:59:40',NULL,NULL,NULL,'f0d810c5-4d3f-469f-91c3-37ebbe967a0f'),
(17022,17020,NULL,5537,21,'craft\\elements\\Entry',1,0,'2026-01-23 19:59:40','2026-01-23 19:59:40',NULL,NULL,NULL,'1ca27f43-5c1b-4b95-a453-ac90a6428524'),
(17024,1413,NULL,5538,1,'craft\\elements\\Entry',1,0,'2026-01-23 19:59:54','2026-01-23 19:59:54',NULL,NULL,NULL,'f50019a1-9b4a-4b4b-85ac-4064649e5df9'),
(17027,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:00:53','2026-01-23 20:00:53',NULL,NULL,NULL,'f5742ce5-4ddb-4a57-bcc1-6b19f7c5f488'),
(17029,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:01:05','2026-01-23 20:01:05',NULL,NULL,NULL,'cc612c2e-552a-4e12-9908-5504311391d2'),
(17030,1425,NULL,5539,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:01:05','2026-01-23 20:01:05',NULL,NULL,NULL,'e777cc6a-cefa-41a0-943f-aba1b361656a'),
(17031,5393,NULL,5540,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:01:05','2026-01-23 20:01:05',NULL,NULL,NULL,'a70e6e09-84e3-4ced-a754-d37f27d9cc75'),
(17032,17029,NULL,5541,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:01:05','2026-01-23 20:01:05',NULL,NULL,NULL,'e63ba6fa-e9d9-4aa2-8d22-b47c2a072f9a'),
(17037,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:01:55','2026-01-23 20:01:55',NULL,NULL,NULL,'76cec9b7-8009-47f3-b43d-c0ee1eeb8252'),
(17040,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:01:59','2026-01-23 20:01:59',NULL,NULL,NULL,'e339ec36-274e-49c9-ad0e-7a5df03eb1d3'),
(17041,1359,NULL,5542,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:01:59','2026-01-23 20:01:59',NULL,NULL,NULL,'8e22683b-ce25-412f-a180-0628240980ee'),
(17042,17040,NULL,5543,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:01:59','2026-01-23 20:01:59',NULL,NULL,NULL,'75ae8078-2a64-4ec7-bd39-288cd2140ee6'),
(17044,1359,NULL,5544,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:02:06','2026-01-23 20:02:06',NULL,NULL,NULL,'b46833dc-cc07-477d-9267-b47a21fc621b'),
(17047,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:03:09','2026-01-23 20:03:09',NULL,NULL,NULL,'853ae68e-634f-455f-9389-d9470c005b05'),
(17048,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:03:15','2026-01-23 20:03:15',NULL,NULL,NULL,'e17e4aa6-aa5e-4986-a683-f63646e18f65'),
(17049,1365,NULL,5545,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:03:15','2026-01-23 20:03:15',NULL,NULL,NULL,'cac4ddf1-4ebf-4ed7-9fbe-eb78dc9a88c8'),
(17050,17048,NULL,5546,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:03:15','2026-01-23 20:03:15',NULL,NULL,NULL,'81c80054-4e71-4164-8bfa-d2bdf7954e5e'),
(17051,1431,NULL,5547,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:03:58','2026-01-23 20:03:58',NULL,NULL,NULL,'8722c285-a98a-4941-9e8e-38f2d9bcf9d8'),
(17054,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:04:26','2026-01-23 20:04:26',NULL,NULL,NULL,'cce15bca-3b45-4123-9194-e5c1da6cb04a'),
(17055,1437,NULL,5548,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:04:25','2026-01-23 20:04:26',NULL,NULL,NULL,'db3b3cfd-a28d-4f90-8787-9ef101b77d15'),
(17056,17054,NULL,5549,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:04:26','2026-01-23 20:04:26',NULL,NULL,NULL,'1d30aaf5-006a-41d7-8fd8-13a0e04cf694'),
(17057,1437,NULL,5550,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:04:36','2026-01-23 20:04:36',NULL,NULL,NULL,'1d1e6bee-a15c-461e-8ca7-adec3523eb28'),
(17059,1283,NULL,5551,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:05:37','2026-01-23 20:05:37',NULL,NULL,NULL,'1e592a91-e756-448d-baad-123fc2fba3d2'),
(17063,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:07:10','2026-01-23 20:07:10',NULL,NULL,NULL,'8e63d14a-b850-4ec3-af23-4ca404486235'),
(17064,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:07:13','2026-01-23 20:07:13',NULL,NULL,NULL,'6010a77a-6223-4784-b7f6-faa17d834b6f'),
(17065,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:07:13','2026-01-23 20:07:13',NULL,NULL,NULL,'a1f372fc-b334-4274-9c13-1e1e8028ea45'),
(17066,2712,NULL,5552,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:07:13','2026-01-23 20:07:13',NULL,NULL,NULL,'964775ac-a36f-402a-b7f9-3456904ee834'),
(17067,17064,NULL,5553,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:07:13','2026-01-23 20:07:13',NULL,NULL,NULL,'4260f3ec-d99d-45c6-9e0f-5ce22d3fb778'),
(17068,17065,NULL,5554,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:07:13','2026-01-23 20:07:13',NULL,NULL,NULL,'8bc10c96-1454-4138-9e2d-feb2a8721c94'),
(17070,2712,NULL,5555,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:07:27','2026-01-23 20:07:27',NULL,NULL,NULL,'ef926bd2-f3e0-4d14-bcd3-f5c675920fa5'),
(17073,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:08:54','2026-01-23 20:08:54',NULL,NULL,NULL,'4ad2f405-f195-4e14-8d66-cedc92d4d78a'),
(17074,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:08:55','2026-01-23 20:08:55',NULL,NULL,NULL,'0d6e3a6f-23b7-4865-9ff8-bd0c675d0abc'),
(17075,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:08:56','2026-01-23 20:08:56',NULL,NULL,NULL,'a121e3f3-8354-4f0e-bc33-51451974bf00'),
(17076,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:09:32','2026-01-23 20:09:32',NULL,NULL,NULL,'9cc214a4-6a72-47d0-8449-6c2549be1794'),
(17077,1197,NULL,5556,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:09:32','2026-01-23 20:09:32',NULL,NULL,NULL,'080e24f5-5b5f-46b7-82e1-cac4ebb7abcf'),
(17078,17076,NULL,5557,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:09:32','2026-01-23 20:09:32',NULL,NULL,NULL,'dae89c23-8db1-4a5b-8e3e-7fc6a4c28f93'),
(17080,1197,NULL,5558,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:10:11','2026-01-23 20:10:11',NULL,NULL,NULL,'fc7ead98-6b69-43d1-8e49-9ba4241df841'),
(17083,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:11:35','2026-01-23 20:11:35',NULL,NULL,NULL,'d64edf67-8b53-4a9f-a12b-1529a43a20dd'),
(17084,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:11:38','2026-01-23 20:11:38',NULL,NULL,NULL,'838dcb6c-7048-41a9-93ac-4048a9733942'),
(17085,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:11:39','2026-01-23 20:11:39',NULL,NULL,NULL,'243c3c18-8391-4409-ac56-85d160115dd1'),
(17086,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:12:14','2026-01-23 20:12:14',NULL,NULL,NULL,'f97a642a-7ca4-4f7d-91d2-e2941ae9f887'),
(17087,1201,NULL,5559,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:12:14','2026-01-23 20:12:14',NULL,NULL,NULL,'7c5656a3-410e-4cef-83d8-7ec4da6dbb29'),
(17088,17086,NULL,5560,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:12:14','2026-01-23 20:12:14',NULL,NULL,NULL,'528a54dd-b54a-49e0-8eec-a07f19c2b815'),
(17092,1201,NULL,5561,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:13:01','2026-01-23 20:13:01',NULL,NULL,NULL,'2e779a01-639d-4ba7-a82e-3d626fc1270b'),
(17093,5834,NULL,5562,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:13:01','2026-01-23 20:13:01',NULL,NULL,NULL,'bdd7b711-7389-4962-bce6-bf944a965078'),
(17095,1201,NULL,5563,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:13:04','2026-01-23 20:13:04',NULL,NULL,NULL,'c11a900f-3b50-4e09-8367-f0a1dbea47ec'),
(17098,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:14:08','2026-01-23 20:14:08',NULL,NULL,NULL,'2843cca4-c829-4f38-a3ff-6fe2fedbfd9d'),
(17099,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:14:13','2026-01-23 20:14:13',NULL,NULL,NULL,'5146dead-23d7-4c01-bcf6-15ecb693a696'),
(17100,1443,NULL,5564,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:14:13','2026-01-23 20:14:13',NULL,NULL,NULL,'dca12fb4-e263-472f-8507-374ad0f21c53'),
(17101,17099,NULL,5565,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:14:13','2026-01-23 20:14:13',NULL,NULL,NULL,'a2334ba1-5343-49f7-8a69-9b00671d1dc4'),
(17103,1443,NULL,5566,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:14:19','2026-01-23 20:14:19',NULL,NULL,NULL,'8803572f-2a91-495a-abd8-fd6d9597f7a4'),
(17108,1209,NULL,5567,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:16:07','2026-01-23 20:16:07',NULL,NULL,NULL,'231cb311-78aa-4df7-a389-9d1bfa0cc2d8'),
(17109,5840,NULL,5568,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:16:07','2026-01-23 20:16:07',NULL,NULL,NULL,'5830b4cb-9436-4973-8f92-94549445a58c'),
(17111,1289,NULL,5569,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:16:42','2026-01-23 20:16:42',NULL,NULL,NULL,'4677e03a-98e6-4349-afb7-cf9f33186535'),
(17113,1297,NULL,5570,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:17:16','2026-01-23 20:17:16',NULL,NULL,NULL,'df921ee3-2ffa-48e5-91ad-acc28a4f219a'),
(17117,1303,NULL,5571,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:18:24','2026-01-23 20:18:24',NULL,NULL,NULL,'ff30aeae-4b4b-45ad-b82e-f4fae4d04980'),
(17118,5870,NULL,5572,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:18:24','2026-01-23 20:18:24',NULL,NULL,NULL,'c72f3f28-55fa-4133-94b1-5de281369986'),
(17120,1303,NULL,5573,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:18:28','2026-01-23 20:18:28',NULL,NULL,NULL,'72c6f1f0-ab41-45ee-9bbd-ea1150100215'),
(17123,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:19:19','2026-01-23 20:19:19',NULL,NULL,NULL,'40c044cc-2e86-4f95-989c-5e03b8c090e5'),
(17125,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:19:58','2026-01-23 20:19:58',NULL,NULL,NULL,'028b7b7c-2c13-464a-92df-178dbaf87fc2'),
(17126,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:19:58','2026-01-23 20:19:58',NULL,NULL,NULL,'b67e44a3-de2e-4927-a7f7-70f708e9c3ca'),
(17127,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:19:59','2026-01-23 20:19:59',NULL,NULL,NULL,'22d2213e-d62d-4c0a-a2da-f725d5924935'),
(17128,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:20:47','2026-01-23 20:20:47',NULL,NULL,NULL,'44212c87-a8ba-46bb-ae2c-3eadfcfbacee'),
(17129,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:20:47','2026-01-23 20:20:47',NULL,NULL,NULL,'eda9306a-f5f6-4533-8c11-2b014f272ff9'),
(17130,1215,NULL,5574,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:20:47','2026-01-23 20:20:47',NULL,NULL,NULL,'2090a353-a063-4048-b1f3-531efbfd8ba1'),
(17131,17128,NULL,5575,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:20:47','2026-01-23 20:20:47',NULL,NULL,NULL,'aa130043-0809-48fa-b755-1009f9c86072'),
(17132,17129,NULL,5576,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:20:47','2026-01-23 20:20:47',NULL,NULL,NULL,'24764eb5-3240-43c5-b4db-2e83e5096898'),
(17135,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:21:45','2026-01-23 20:21:45',NULL,NULL,NULL,'6ac7a478-64d0-4c61-9160-9b4122e2ea2a'),
(17137,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:21:56','2026-01-23 20:21:56',NULL,NULL,NULL,'3d02eb6f-61f3-450c-bf12-e98057277ee7'),
(17138,1395,NULL,5577,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:21:56','2026-01-23 20:21:56',NULL,NULL,NULL,'f9a30be3-8b84-4b3d-b297-ca387d354404'),
(17139,5476,NULL,5578,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:21:56','2026-01-23 20:21:56',NULL,NULL,NULL,'21b43315-997b-4320-b012-5ef176ec0efa'),
(17140,17137,NULL,5579,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:21:56','2026-01-23 20:21:56',NULL,NULL,NULL,'186e0986-4a35-4e26-90dc-1d2241cb25dc'),
(17144,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:22:49','2026-01-23 20:22:49',NULL,NULL,NULL,'2ec24214-a9bb-4c46-98af-f77fdd952b32'),
(17145,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:22:57','2026-01-23 20:22:57',NULL,NULL,NULL,'4c781a1b-1198-4ded-afe2-0f9cc350c04b'),
(17146,1371,NULL,5580,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:22:57','2026-01-23 20:22:57',NULL,NULL,NULL,'796db04a-a008-4c0c-911e-c7c1c35a2684'),
(17147,17145,NULL,5581,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:22:57','2026-01-23 20:22:57',NULL,NULL,NULL,'c170e9e4-fc35-4e0a-8669-e306c1d71c4d'),
(17150,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:23:52','2026-01-23 20:23:52',NULL,NULL,NULL,'f250afb0-f932-45d6-ac58-c701f118875c'),
(17151,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:23:59','2026-01-23 20:23:59',NULL,NULL,NULL,'7e4f81ee-82c9-4aaa-956d-a23240eeb99e'),
(17152,1449,NULL,5582,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:23:59','2026-01-23 20:23:59',NULL,NULL,NULL,'d07c3f68-5e27-4493-8b35-1d04603b3498'),
(17153,17151,NULL,5583,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:23:59','2026-01-23 20:23:59',NULL,NULL,NULL,'a24dd490-98c1-496b-9e3a-907e0037cd7f'),
(17155,1455,NULL,5584,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:24:26','2026-01-23 20:24:26',NULL,NULL,NULL,'0d43279c-6d3d-455e-a320-a1662bf5fb68'),
(17158,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:25:27','2026-01-23 20:25:27',NULL,NULL,NULL,'3766fd08-f812-4f5f-b7b0-d9738a701801'),
(17160,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:25:37','2026-01-23 20:25:37',NULL,NULL,NULL,'1e8ef4ef-8a21-4f0d-b115-f22f9b19389e'),
(17161,1309,NULL,5585,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:25:37','2026-01-23 20:25:37',NULL,NULL,NULL,'d5d1ac9c-bec6-4a1b-b3e6-f5a64f100dc8'),
(17162,5500,NULL,5586,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:25:37','2026-01-23 20:25:37',NULL,NULL,NULL,'37d62628-1860-4661-b0d5-2e0da26c632f'),
(17163,17160,NULL,5587,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:25:37','2026-01-23 20:25:37',NULL,NULL,NULL,'4a351014-aee2-4dae-a951-c6ad1194a660'),
(17166,1219,NULL,5588,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:26:20','2026-01-23 20:26:20',NULL,NULL,NULL,'badea539-9364-4d77-a96c-50ce2dabcb88'),
(17167,5510,NULL,5589,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:26:20','2026-01-23 20:26:20',NULL,NULL,NULL,'4a9ec3db-e762-41f7-8fc3-4ec0c7d4f29f'),
(17170,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:27:21','2026-01-23 20:27:21',NULL,NULL,NULL,'783d2db2-a25e-4635-8d84-1ca620a73306'),
(17172,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:27:30','2026-01-23 20:27:30',NULL,NULL,NULL,'64df0add-86ad-47a2-bc0e-86ebbcfa4b5d'),
(17173,1377,NULL,5590,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:27:30','2026-01-23 20:27:30',NULL,NULL,NULL,'1bfa7a00-b4ae-4199-80d2-fb4312da3012'),
(17174,5520,NULL,5591,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:27:30','2026-01-23 20:27:30',NULL,NULL,NULL,'7057354b-cd87-41de-b50e-fbd56783521a'),
(17175,17172,NULL,5592,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:27:30','2026-01-23 20:27:30',NULL,NULL,NULL,'0cca9e43-1598-4bbb-b59e-b9b5e2f31077'),
(17179,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:29:13','2026-01-23 20:29:13',NULL,NULL,NULL,'b6119c6e-1524-4f95-bd75-e7b99523d058'),
(17180,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:29:17','2026-01-23 20:29:17',NULL,NULL,NULL,'f59523a9-2af6-43a4-9880-a1ac99e492f2'),
(17181,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:29:17','2026-01-23 20:29:17',NULL,NULL,NULL,'00aa16af-628e-46f4-b06d-5e37b2c534a5'),
(17182,1401,NULL,5593,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:29:17','2026-01-23 20:29:17',NULL,NULL,NULL,'3f179536-5c00-4fc5-9790-adde136da710'),
(17183,17180,NULL,5594,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:29:17','2026-01-23 20:29:17',NULL,NULL,NULL,'07789766-3cc7-4f69-84b6-bf50eaae2121'),
(17184,17181,NULL,5595,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:29:17','2026-01-23 20:29:17',NULL,NULL,NULL,'ff4438b9-c6f4-4d65-8fad-d3c3a90566a5'),
(17186,1401,NULL,5596,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:29:38','2026-01-23 20:29:38',NULL,NULL,NULL,'b85f094e-6b91-4c48-8b24-458c5f860596'),
(17187,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 20:29:44','2026-01-23 20:29:44',NULL,NULL,NULL,'75c49664-7ca4-4b05-9339-93ba25474d47'),
(17188,1477,NULL,5597,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:30:09','2026-01-23 20:30:09',NULL,NULL,NULL,'01e9bd2b-097d-4a42-b418-968a30cacc7b'),
(17192,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:31:02','2026-01-23 20:31:02',NULL,NULL,NULL,'162bac8f-d89b-4c8e-9a12-057dbee49d9f'),
(17194,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:31:10','2026-01-23 20:31:10',NULL,NULL,NULL,'b35a3e81-e5bf-4ab0-bcbd-9ff4acf45a66'),
(17195,1461,NULL,5598,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:31:10','2026-01-23 20:31:10',NULL,NULL,NULL,'5ebe3ad7-ffd5-4e7a-85be-5abb8ffc886d'),
(17196,5540,NULL,5599,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:31:10','2026-01-23 20:31:10',NULL,NULL,NULL,'91f69c64-060d-4325-b983-c07999889dcd'),
(17197,17194,NULL,5600,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:31:10','2026-01-23 20:31:10',NULL,NULL,NULL,'becc89ab-f9af-4b81-9fc7-c47eba02b700'),
(17201,1467,NULL,5601,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:32:25','2026-01-23 20:32:25',NULL,NULL,NULL,'ecfdd65e-9474-46c1-9e15-907180cf63b1'),
(17202,5912,NULL,5602,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:32:25','2026-01-23 20:32:25',NULL,NULL,NULL,'bf7999be-f66b-4ad7-a31b-b9d0fbde1165'),
(17205,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:33:22','2026-01-23 20:33:22',NULL,NULL,NULL,'a9e57280-d3c4-482e-a0fc-5ce1e9e7b78e'),
(17206,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:33:23','2026-01-23 20:33:23',NULL,NULL,NULL,'4b849965-c63b-4ab5-b2ed-3ca25dc97559'),
(17207,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:33:23','2026-01-23 20:33:23',NULL,NULL,NULL,'9e9ab105-ac8f-4b79-a371-8c60c6a37aa9'),
(17209,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:33:57','2026-01-23 20:33:57',NULL,NULL,NULL,'aa231286-6cb2-4a58-ba21-6c97f3f98041'),
(17210,1225,NULL,5603,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:33:57','2026-01-23 20:33:57',NULL,NULL,NULL,'9ccba5de-7378-4703-9ca3-4014adf56a62'),
(17211,17209,NULL,5604,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:33:57','2026-01-23 20:33:57',NULL,NULL,NULL,'1ea29101-7b9f-43e5-83b9-0bc4ffdb1733'),
(17215,1225,NULL,5605,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:34:58','2026-01-23 20:34:59',NULL,NULL,NULL,'c1ac3882-39f6-46d3-96e2-7aaa6600dee1'),
(17216,5918,NULL,5606,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:34:59','2026-01-23 20:34:59',NULL,NULL,NULL,'d752260c-dfb6-4d77-bfbf-40a936e0527c'),
(17220,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:36:04','2026-01-23 20:36:04',NULL,NULL,NULL,'e3cb1f77-f2f6-45d2-95fb-57fbd8adf9c5'),
(17222,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:36:41','2026-01-23 20:36:41',NULL,NULL,NULL,'3fda70a5-43b1-4cdf-a1ba-129609a4c657'),
(17223,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:36:42','2026-01-23 20:36:42',NULL,NULL,NULL,'0b3d5a85-857f-47dd-98ec-a888b0c4f6e4'),
(17224,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:36:42','2026-01-23 20:36:42',NULL,NULL,NULL,'6bdcfff4-8d9b-49bc-8df1-46924eadd536'),
(17225,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:37:14','2026-01-23 20:37:14',NULL,NULL,NULL,'466fdeac-8737-4d72-a220-37c0ca4640f9'),
(17226,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:37:14','2026-01-23 20:37:14',NULL,NULL,NULL,'c47c9fd9-e49b-441b-bb8c-c90090a19d58'),
(17227,1231,NULL,5607,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:37:14','2026-01-23 20:37:14',NULL,NULL,NULL,'dea28089-ce34-4ab7-bc56-b8375690b860'),
(17228,17225,NULL,5608,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:37:14','2026-01-23 20:37:14',NULL,NULL,NULL,'ab141072-ef1f-4b73-8333-4fa1716fe80a'),
(17229,17226,NULL,5609,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:37:14','2026-01-23 20:37:14',NULL,NULL,NULL,'07d49878-ea35-49d9-88cc-d927210fd0ea'),
(17231,1237,NULL,5610,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:37:37','2026-01-23 20:37:37',NULL,NULL,NULL,'54dfbdb6-b980-439b-944d-bf1c850b443e'),
(17232,1103,NULL,5611,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:38:39','2026-01-23 20:38:39',NULL,NULL,NULL,'ca6588f0-7e38-46b6-aec4-d6de5eb96960'),
(17235,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:40:14','2026-01-23 20:40:14',NULL,NULL,NULL,'8919e0e2-7935-493f-a904-86c73c1da298'),
(17236,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:40:18','2026-01-23 20:40:18',NULL,NULL,NULL,'85a16178-4432-4652-8d1b-7cfb2e06876d'),
(17237,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:40:42','2026-01-23 20:40:42',NULL,NULL,NULL,'c29b0ee7-1e30-4515-817d-8d7d8bd91204'),
(17238,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:40:45','2026-01-23 20:47:35',NULL,NULL,NULL,'0fe3d008-5c1f-469d-8e1c-304dcc935d36'),
(17239,1237,NULL,5612,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:40:45','2026-01-23 20:40:45',NULL,NULL,NULL,'fa42b05d-1a03-4bbd-a2c6-c46aa95da685'),
(17240,17238,NULL,5613,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:40:45','2026-01-23 20:40:45',NULL,NULL,NULL,'12c5c13a-f7fb-4822-92ee-1570f2567258'),
(17243,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:41:14','2026-01-23 20:45:41',NULL,NULL,NULL,'c64b8d89-e1c5-4157-884b-abc5112f27ad'),
(17244,1243,NULL,5614,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:41:14','2026-01-23 20:41:14',NULL,NULL,NULL,'3e8ca03d-0550-4885-9609-c789e7450f5e'),
(17245,17243,NULL,5615,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:41:14','2026-01-23 20:41:14',NULL,NULL,NULL,'d2e38e36-be7e-4d4b-a988-2a77a76010ad'),
(17248,1237,NULL,5616,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:42:00','2026-01-23 20:42:01',NULL,NULL,NULL,'b67ad06d-71ca-40b7-ab8b-6726634a7c5d'),
(17249,17238,NULL,5617,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:42:01','2026-01-23 20:42:01',NULL,NULL,NULL,'1841619d-a9ac-4766-8a18-06546d523bad'),
(17251,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:42:16','2026-01-23 20:42:16',NULL,NULL,NULL,'fc12494c-8768-4872-abfb-5bb4fda7ad52'),
(17252,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:42:17','2026-01-23 20:42:17',NULL,NULL,NULL,'1b55695c-e72e-4901-812d-600e8944f180'),
(17253,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:42:17','2026-01-23 20:42:17',NULL,NULL,NULL,'91a4b2d0-3bc8-4b98-afe4-6cf5f074e8b8'),
(17255,1237,NULL,5618,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:43:32','2026-01-23 20:43:32',NULL,NULL,NULL,'28a7ae07-6901-4b30-9e2c-c8e37182f2dc'),
(17256,17238,NULL,5619,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:43:32','2026-01-23 20:43:32',NULL,NULL,NULL,'2e4041da-5661-4b88-a1ca-9730b1304c0a'),
(17259,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:44:09','2026-01-23 20:44:09',NULL,NULL,NULL,'b14aa005-dde6-4651-8b39-0650d2d4d91d'),
(17260,1249,NULL,5620,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:44:09','2026-01-23 20:44:09',NULL,NULL,NULL,'7fa625f5-200d-4355-9c47-88d227f962f3'),
(17261,17259,NULL,5621,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:44:09','2026-01-23 20:44:09',NULL,NULL,NULL,'ab3adc5c-272d-4e32-bcac-0cf547c865d7'),
(17265,1249,NULL,5622,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:44:52','2026-01-23 20:44:52',NULL,NULL,NULL,'91017d14-c713-4c3f-87be-2e4ac52c7f27'),
(17266,6034,NULL,5623,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:44:52','2026-01-23 20:44:52',NULL,NULL,NULL,'7ea29a8e-a1f9-441e-9b91-f15d03006d00'),
(17269,1243,NULL,5624,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:45:41','2026-01-23 20:45:41',NULL,NULL,NULL,'284a53b0-9358-47a0-b409-02e8247533e9'),
(17270,17243,NULL,5625,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:45:41','2026-01-23 20:45:41',NULL,NULL,NULL,'f70a3c09-f904-4038-a208-37b282f1d7e9'),
(17272,1243,NULL,5626,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:46:00','2026-01-23 20:46:00',NULL,NULL,NULL,'6b2d7719-55c8-4980-bff6-f712a881f15a'),
(17273,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:46:38','2026-01-23 20:46:38',NULL,NULL,NULL,'d29d681e-14f6-4496-9528-34ec962846a9'),
(17274,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:46:39','2026-01-23 20:46:39',NULL,NULL,NULL,'31e68df5-4342-4b5a-8227-6cf39480dc0e'),
(17275,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:46:39','2026-01-23 20:46:39',NULL,NULL,NULL,'5869af59-1fdc-4c24-a8f2-90a028395dfd'),
(17278,1237,NULL,5627,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:47:35','2026-01-23 20:47:35',NULL,NULL,NULL,'9e14e2ac-af96-4fe9-8111-cd8eee0916ec'),
(17279,17238,NULL,5628,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:47:35','2026-01-23 20:47:35',NULL,NULL,NULL,'2bf3bf8c-7f32-4670-ac62-5f7fff8e5d9c'),
(17281,1237,NULL,5629,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:48:07','2026-01-23 20:48:07',NULL,NULL,NULL,'14cfe147-b059-4552-bc0a-42404104b42c'),
(17286,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:50:05','2026-01-23 20:50:05',NULL,NULL,NULL,'60bc4f29-ebdb-45d9-b357-b93bc8443d11'),
(17287,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:50:05','2026-01-23 20:50:05',NULL,NULL,NULL,'830cb792-4b45-478e-8fab-d49c82ebbbdf'),
(17288,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 20:50:06','2026-01-23 20:50:06',NULL,NULL,NULL,'96b42c54-828d-428b-933c-d5e4bbb40c16'),
(17289,1109,NULL,5630,1,'craft\\elements\\Entry',1,0,'2026-01-23 20:50:43','2026-01-23 20:50:44',NULL,NULL,NULL,'d73e631d-f6f1-4e6b-a65d-2fbfdbf25e87'),
(17290,6001,NULL,5631,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:50:44','2026-01-23 20:50:44',NULL,NULL,NULL,'cd97bc8a-56ff-46cd-8ecd-eb08f885b9d7'),
(17291,5135,NULL,5632,21,'craft\\elements\\Entry',1,0,'2026-01-23 20:50:44','2026-01-23 20:50:44',NULL,NULL,NULL,'70751803-f950-4394-94b8-81227a5c72d7'),
(17294,1109,NULL,5633,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:15:44','2026-01-23 21:15:44',NULL,NULL,NULL,'f2c82e68-cb79-4d7e-81d4-20fc6c504194'),
(17295,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 21:15:57','2026-01-23 21:15:57',NULL,NULL,NULL,'c38d7bb9-a1c6-4341-9495-4a3c7b858826'),
(17298,1315,NULL,5634,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:16:51','2026-01-23 21:16:51',NULL,NULL,NULL,'f86ab2a1-1e94-4c6d-9455-132a3037cb10'),
(17301,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:18:07','2026-01-23 21:18:07',NULL,NULL,NULL,'f9bbec9b-fcd8-4dec-822e-8d52a3dc99a0'),
(17302,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:18:13','2026-01-23 21:18:13',NULL,NULL,NULL,'257b2a2e-7c94-4bec-a2db-1efe270d195f'),
(17303,1383,NULL,5635,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:18:13','2026-01-23 21:18:13',NULL,NULL,NULL,'89a2df45-2c03-4114-9e78-29fd2eac3894'),
(17304,17302,NULL,5636,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:18:13','2026-01-23 21:18:13',NULL,NULL,NULL,'cb91f4a3-b57d-40e4-9e96-792d2cab8e12'),
(17305,1323,NULL,5637,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:18:47','2026-01-23 21:18:47',NULL,NULL,NULL,'6ed2d7c1-90b8-4489-a80f-a6f594858f4c'),
(17307,1389,NULL,5638,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:19:37','2026-01-23 21:19:37',NULL,NULL,NULL,'1b698b75-41f8-4cfe-993a-ed7372343a91'),
(17312,1329,NULL,5639,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:30:59','2026-01-23 21:30:59',NULL,NULL,NULL,'9aae2d36-84fe-42f3-b63c-9d6e3c9ba37e'),
(17313,5966,NULL,5640,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:30:59','2026-01-23 21:30:59',NULL,NULL,NULL,'841859f9-f340-44ed-9933-7c5a0a2a40c3'),
(17315,1481,NULL,5641,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:31:41','2026-01-23 21:31:41',NULL,NULL,NULL,'12107a80-8503-485a-8132-803a660d1039'),
(17320,1337,NULL,5642,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:33:17','2026-01-23 21:33:17',NULL,NULL,NULL,'f2e70042-9ec2-4bea-aa08-461f30e41bc6'),
(17321,5983,NULL,5643,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:33:17','2026-01-23 21:33:17',NULL,NULL,NULL,'420eda16-e375-49ff-9f91-6b25bbb0e9aa'),
(17323,1337,NULL,5644,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:33:28','2026-01-23 21:33:28',NULL,NULL,NULL,'9900b23c-be8d-46ad-8375-42fa86f3a13d'),
(17325,1407,NULL,5645,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:34:04','2026-01-23 21:34:04',NULL,NULL,NULL,'5ab79d17-713e-4c4b-812d-e3a2b13b5712'),
(17327,1343,NULL,5646,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:34:53','2026-01-23 21:34:53',NULL,NULL,NULL,'9d31569d-3d69-4a71-b8c2-54d99a44592c'),
(17330,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:35:43','2026-01-23 21:35:43',NULL,NULL,NULL,'9d7bca4b-e70b-49cf-b00d-f14bb89ba473'),
(17331,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:35:44','2026-01-23 21:35:44',NULL,NULL,NULL,'00479795-cf1c-452f-b80a-53efc0843742'),
(17332,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:35:44','2026-01-23 21:35:44',NULL,NULL,NULL,'1286486a-e7bf-427a-91cc-b10e222de62c'),
(17333,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:37:02','2026-01-23 21:37:02',NULL,NULL,NULL,'c8b5e9b3-4849-4f33-acc0-97cf95f0aade'),
(17334,1117,NULL,5647,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:37:02','2026-01-23 21:37:02',NULL,NULL,NULL,'15c24338-ad22-48e8-be4e-b1075fcbd672'),
(17335,17333,NULL,5648,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:37:02','2026-01-23 21:37:02',NULL,NULL,NULL,'5267601f-1884-46d2-90ab-09af32b615c6'),
(17339,1117,NULL,5649,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:37:50','2026-01-23 21:37:50',NULL,NULL,NULL,'a980800c-cc97-4e85-b0b4-cce2d62b6c52'),
(17340,6007,NULL,5650,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:37:50','2026-01-23 21:37:50',NULL,NULL,NULL,'6efa96db-4fba-4a9f-9632-6699e83b3f35'),
(17342,1117,NULL,5651,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:38:03','2026-01-23 21:38:03',NULL,NULL,NULL,'9798e89c-5d43-4da4-a9b1-124505a735f1'),
(17345,1473,NULL,5652,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:38:59','2026-01-23 21:38:59',NULL,NULL,NULL,'518cac56-48ad-4a20-8b04-beb4c4f99fb0'),
(17346,5649,NULL,5653,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:38:59','2026-01-23 21:38:59',NULL,NULL,NULL,'098a848e-91ce-43e1-820a-22cfe403ac3e'),
(17350,1473,NULL,5654,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:39:45','2026-01-23 21:39:45',NULL,NULL,NULL,'a9bafd8a-6613-4393-9f0a-4a89ef60bd0e'),
(17351,6015,NULL,5655,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:39:45','2026-01-23 21:39:45',NULL,NULL,NULL,'866f5b18-7502-4bd4-924d-6b90f43492f6'),
(17353,1473,NULL,5656,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:39:55','2026-01-23 21:39:55',NULL,NULL,NULL,'fdcdc3b4-5c49-4bae-835c-477817511a78'),
(17356,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:40:54','2026-01-23 21:40:54',NULL,NULL,NULL,'e34765be-a833-4173-9372-d3ed087e2931'),
(17358,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:41:36','2026-01-23 21:41:36',NULL,NULL,NULL,'ec3bda67-7eec-48f2-b65e-0914539f1fd8'),
(17359,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:41:37','2026-01-23 21:41:37',NULL,NULL,NULL,'40787b98-71e7-4979-a8db-bb15be4e179a'),
(17360,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:41:37','2026-01-23 21:41:37',NULL,NULL,NULL,'85d67807-e8fb-4406-8e6c-89f85cccb99b'),
(17361,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:42:23','2026-01-23 21:42:23',NULL,NULL,NULL,'89858698-7f95-4ddf-bbb2-619fa7cc2131'),
(17362,1123,NULL,5657,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:42:23','2026-01-23 21:42:23',NULL,NULL,NULL,'5b2ec652-e9d6-4739-a592-8f1aab55a5e9'),
(17363,17361,NULL,5658,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:42:23','2026-01-23 21:42:23',NULL,NULL,NULL,'8e8adcae-63aa-4184-9c71-42ef2acbac72'),
(17364,5071,NULL,5659,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:42:23','2026-01-23 21:42:23',NULL,NULL,NULL,'bbd5b986-b997-4337-89e9-b89f9badf80c'),
(17367,1123,NULL,5660,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:42:55','2026-01-23 21:42:55',NULL,NULL,NULL,'9946f190-52b2-49d8-b626-daa8c755eba5'),
(17368,5071,NULL,5661,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:42:55','2026-01-23 21:42:55',NULL,NULL,NULL,'20cbd860-d504-4866-b49a-1973808bfcb4'),
(17371,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:43:43','2026-01-23 21:43:43',NULL,NULL,NULL,'8a6c054c-57c8-4716-8e4f-bc04b17a24f2'),
(17372,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:43:43','2026-01-23 21:43:43',NULL,NULL,NULL,'cdfcd08d-f06d-4efc-b55c-50e66ea9e24f'),
(17373,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:43:44','2026-01-23 21:43:44',NULL,NULL,NULL,'d5390b61-365f-405c-b3bb-415b9c864b94'),
(17375,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:45:00','2026-01-23 21:45:00',NULL,NULL,NULL,'68c2014e-afb4-44d8-abd4-d88458066f54'),
(17376,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:45:08','2026-01-23 21:45:08',NULL,NULL,NULL,'99a5eafd-febc-42d4-8dcb-c4f475ccbe07'),
(17377,1129,NULL,5662,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:45:08','2026-01-23 21:45:08',NULL,NULL,NULL,'5937dd36-881b-4c0c-a908-646959dfbded'),
(17378,17376,NULL,5663,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:45:08','2026-01-23 21:45:08',NULL,NULL,NULL,'2d908191-84c7-44f1-b44b-b4bf875e5423'),
(17379,5060,NULL,5664,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:45:08','2026-01-23 21:45:08',NULL,NULL,NULL,'21ff1327-0849-489f-8d54-5d700f2b9531'),
(17381,1129,NULL,5665,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:45:32','2026-01-23 21:45:32',NULL,NULL,NULL,'5177db4a-733a-41f0-b14e-de8a57b5c501'),
(17383,1349,NULL,5666,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:46:03','2026-01-23 21:46:03',NULL,NULL,NULL,'24d881b0-bc3c-42bc-a7ba-e039f8564e4b'),
(17385,1135,NULL,5667,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:46:34','2026-01-23 21:46:34',NULL,NULL,NULL,'7ed1c4a8-ed46-4091-aa3c-3e57065fbbea'),
(17390,2,NULL,5668,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:47:47','2026-01-23 21:47:48',NULL,NULL,NULL,'8db9e92b-c748-4bab-ad5e-c069a8d28a02'),
(17391,2945,NULL,5669,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:47:47','2026-01-23 21:47:48',NULL,NULL,NULL,'6734f9ac-79c0-47be-a2e1-27852f547f8f'),
(17393,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:48:13','2026-01-23 21:48:13',NULL,NULL,NULL,'53d77013-f6fc-4b20-baf4-0f88bf8202e1'),
(17394,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:48:13','2026-01-23 21:48:13',NULL,NULL,NULL,'2757bae1-927c-4f45-91c0-bcd75a2d99e1'),
(17395,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-01-23 21:48:14','2026-01-23 21:48:14',NULL,NULL,NULL,'520a973a-7dd6-41f2-8b75-8ff5771bbe66'),
(17396,1143,NULL,5670,1,'craft\\elements\\Entry',1,0,'2026-01-23 21:48:47','2026-01-23 21:48:47',NULL,NULL,NULL,'f1457131-7b3c-4707-8131-0577c5799cc9'),
(17397,4965,NULL,5671,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:48:47','2026-01-23 21:48:47',NULL,NULL,NULL,'32cd9a18-711f-4018-8cd4-8baa5fc04132'),
(17398,4966,NULL,5672,21,'craft\\elements\\Entry',1,0,'2026-01-23 21:48:47','2026-01-23 21:48:47',NULL,NULL,NULL,'cd4a22a1-9dbd-40eb-9cf5-81ce09f1ff26'),
(17403,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 22:00:32','2026-01-23 22:00:32',NULL,NULL,NULL,'a8349dfa-9d6a-4dd6-bef7-aedcc68c582e'),
(17408,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 22:37:02','2026-01-23 22:37:02',NULL,NULL,NULL,'27a1efb5-9bc9-4036-80c0-18c94f4482c2'),
(17410,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 22:51:04','2026-01-23 22:51:04',NULL,NULL,NULL,'1516e673-a89b-4920-9ef4-32942c312ad2'),
(17415,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-23 23:28:29','2026-01-23 23:28:29',NULL,NULL,NULL,'77589385-04d7-4e62-bc61-16cfd33e23e9'),
(17421,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 00:09:05','2026-01-24 00:09:05',NULL,NULL,NULL,'42a20778-3b4f-4023-bd8f-121652f156e8'),
(17423,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 00:44:37','2026-01-24 00:44:37',NULL,NULL,NULL,'d424250f-86f6-4f7f-b0fe-b9b2efd06c09'),
(17434,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 02:42:56','2026-01-24 02:42:56',NULL,NULL,NULL,'7d4d8d88-e739-40ee-ba49-372f46a024dd'),
(17435,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-24 02:42:56','2026-01-24 02:42:56',NULL,NULL,NULL,'ea4e973f-d156-4923-9c1a-859080e0b832'),
(17437,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-24 02:43:12','2026-01-24 02:43:12',NULL,NULL,NULL,'618dd854-fb66-4c66-a6f7-850eec150930'),
(17439,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-24 02:43:59','2026-01-24 02:43:59',NULL,NULL,NULL,'23e530ea-d02f-4d12-af2f-3110e7002bac'),
(17441,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-24 02:44:08','2026-01-24 02:44:08',NULL,NULL,NULL,'5af980e5-3e1c-451f-adb3-7538a91cea23'),
(17651,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 09:29:27','2026-01-24 09:29:27',NULL,NULL,NULL,'c9b1ec63-63e1-4d1a-8ba0-211f1ce0f999'),
(17654,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 09:29:37','2026-01-24 09:29:37',NULL,NULL,NULL,'c2b4975f-000d-4aae-95fd-807ac71c4a94'),
(17656,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-24 09:30:47','2026-01-24 09:30:47',NULL,NULL,NULL,'5be07fcd-9f05-4e01-96e5-e64ab5f99c46'),
(17659,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 09:34:01','2026-01-24 09:34:01',NULL,NULL,NULL,'b37ab82b-a05f-45f0-9f20-a6849b99ff32'),
(17753,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 12:04:07','2026-01-24 12:04:07',NULL,NULL,NULL,'07340557-6519-4b8d-a5df-fc6fbf7a40ba'),
(17754,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-24 12:04:07','2026-01-24 12:04:07',NULL,NULL,NULL,'b95cc48c-73fd-4d70-a4ff-fdfcd1d410c3'),
(17775,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 12:43:43','2026-01-24 12:43:43',NULL,NULL,NULL,'2f12f0f7-cf51-4b43-a860-44edfcfa1787'),
(17881,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 16:53:55','2026-01-24 16:53:55',NULL,NULL,NULL,'525e7fbf-2831-4c3d-99d0-0ea391d8a518'),
(17893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 17:24:49','2026-01-24 17:24:49',NULL,NULL,NULL,'5314273e-af78-4079-b584-dda9f7de276e'),
(17900,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 17:47:39','2026-01-24 17:47:39',NULL,NULL,NULL,'4f905655-eb4c-4048-995a-351a4efb66b1'),
(17910,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 18:42:06','2026-01-24 18:42:06',NULL,NULL,NULL,'f4c73c0d-9ffa-4734-b52f-1cd46f89f990'),
(17911,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-24 18:42:06','2026-01-24 18:42:06',NULL,NULL,NULL,'580788b7-3c9a-4a7c-87bc-3c55572d875e'),
(17964,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-24 20:38:48','2026-01-24 20:38:48',NULL,NULL,NULL,'b1a87bb6-8e62-4626-917e-4c6ce77d55ac'),
(17965,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-24 20:38:48','2026-01-24 20:38:48',NULL,NULL,NULL,'5ec8ae9c-6ba9-4994-aeba-66b360c3d0f1'),
(18045,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 01:40:06','2026-01-25 01:40:06',NULL,NULL,NULL,'a861faba-6f1d-4a59-9bed-a16bd1f48765'),
(18055,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 02:06:46','2026-01-25 02:06:46',NULL,NULL,NULL,'b325bd4a-3710-46c5-abee-b7dc20cf14cd'),
(18056,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 02:13:08','2026-01-25 02:13:08',NULL,NULL,NULL,'abff80a7-8161-479a-bdf8-47c6ee5e246a'),
(18057,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-25 02:13:08','2026-01-25 02:13:08',NULL,NULL,NULL,'be3283d6-1f9b-48b8-84dd-7af2306646b4'),
(18090,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 04:43:38','2026-01-25 04:43:38',NULL,NULL,NULL,'ed14da87-9607-45f0-84ac-627aa222e1f6'),
(18424,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 13:26:49','2026-01-25 13:26:49',NULL,NULL,NULL,'d08ff78a-2ffe-40aa-9e9f-21288f26b9dc'),
(18455,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 14:15:52','2026-01-25 14:15:52',NULL,NULL,NULL,'b76192ce-ee1b-41c8-84df-73a9f776039d'),
(18478,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 14:32:04','2026-01-25 14:32:04',NULL,NULL,NULL,'953b45a1-bc5d-4c2b-817e-7643e639ba42'),
(18555,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 18:35:31','2026-01-25 18:35:31',NULL,NULL,NULL,'05c44575-eccd-4c71-a7da-83fa24a7646d'),
(18556,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-25 18:35:31','2026-01-25 18:35:31',NULL,NULL,NULL,'5a0cf883-d4df-4d36-b77c-eb30aca6c28c'),
(18558,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 18:38:03','2026-01-25 18:38:03',NULL,NULL,NULL,'e8949d48-0896-4026-95c2-4a77fe4ded3a'),
(18559,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-25 18:38:03','2026-01-25 18:38:03',NULL,NULL,NULL,'d0ff0c39-7aa6-4739-a38e-bb3d613224f9'),
(18566,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 18:50:37','2026-01-25 18:50:37',NULL,NULL,NULL,'c3212860-ad52-4f57-9af9-94a7788f4675'),
(18569,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-25 18:53:05','2026-01-25 18:53:05',NULL,NULL,NULL,'1ca7bc42-1a48-481f-9db5-fd61e96529b3'),
(18594,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 22:03:28','2026-01-25 22:03:28',NULL,NULL,NULL,'71cb2c6d-a9ee-418c-b2fe-931320c887e6'),
(18595,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-25 22:03:28','2026-01-25 22:03:28',NULL,NULL,NULL,'b924e66a-afd7-4827-84e1-5a3b294a54bd'),
(18601,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 22:34:58','2026-01-25 22:34:58',NULL,NULL,NULL,'13d90458-7fba-4ef3-a6ab-4f899124f512'),
(18602,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-25 22:34:58','2026-01-25 22:34:58',NULL,NULL,NULL,'65dfdc31-12c2-4f22-817c-3c72c9473fe3'),
(18613,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-25 23:47:50','2026-01-25 23:47:50',NULL,NULL,NULL,'0bd87fe1-e0e3-481e-bf6e-13083a6d1bc5'),
(18614,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-25 23:47:50','2026-01-25 23:47:50',NULL,NULL,NULL,'3fff9e73-7392-494c-bef6-007811080beb'),
(18639,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 03:03:19','2026-01-26 03:03:19',NULL,NULL,NULL,'a4f296af-9f79-41a8-b3bf-f078073b00ce'),
(18640,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-26 03:03:19','2026-01-26 03:03:19',NULL,NULL,NULL,'1079e682-0db2-489b-bec5-e6883935fda2'),
(18684,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 03:40:08','2026-01-26 03:40:08',NULL,NULL,NULL,'3c95c61f-10f2-4282-8a64-497f575d2548'),
(18685,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-26 03:40:08','2026-01-26 03:40:08',NULL,NULL,NULL,'4ec5bb02-4f3c-4273-aeae-9761146bdeb3'),
(18686,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 03:41:10','2026-01-26 03:41:10',NULL,NULL,NULL,'b769bd0d-579a-4a6d-8076-3f77010ede0d'),
(18687,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-26 03:41:10','2026-01-26 03:41:10',NULL,NULL,NULL,'721cb23b-8b2f-4367-ac56-0b4ee9a3a158'),
(18783,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 08:09:41','2026-01-26 08:09:41',NULL,NULL,NULL,'d14f7e5a-1587-4392-bdee-919322ce8a8b'),
(18826,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 10:55:37','2026-01-26 10:55:37',NULL,NULL,NULL,'e775527c-6bbb-447d-ab9e-00ab5f2ed033'),
(18837,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 11:05:06','2026-01-26 11:05:06',NULL,NULL,NULL,'0732511f-2419-424d-8a65-415b969c194c'),
(18951,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 14:37:25','2026-01-26 14:37:25',NULL,NULL,NULL,'68cef2ed-033e-408e-9a00-acce51ff638a'),
(18959,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 14:49:05','2026-01-26 14:49:05',NULL,NULL,NULL,'13cb117f-470c-4afc-8edf-e2a9e1195a39'),
(18960,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-26 14:49:05','2026-01-26 14:49:05',NULL,NULL,NULL,'cc88306b-a6c3-4840-b295-29f8309b522a'),
(19008,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 16:06:06','2026-01-26 16:06:06',NULL,NULL,NULL,'c2de7dbe-0e06-4116-b0d1-15bd6d4eb7e3'),
(19102,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 17:59:41','2026-01-26 17:59:41',NULL,NULL,NULL,'baff6545-90b6-4dc9-b516-7f4d5e127c95'),
(19103,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-26 17:59:41','2026-01-26 17:59:41',NULL,NULL,NULL,'57efc45a-0b80-4d89-8418-fa0cea1e85e0'),
(19106,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 18:20:37','2026-01-26 18:20:37',NULL,NULL,NULL,'51e19f12-d254-4899-b618-655da2d480eb'),
(19118,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-26 19:37:54','2026-01-26 19:37:54',NULL,NULL,NULL,'9fbae4fc-7755-4392-a933-83aa21eef16a'),
(19120,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-26 19:38:20','2026-01-26 19:38:20',NULL,NULL,NULL,'1757ad40-f199-4f91-9166-eab3793219c1'),
(19123,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 19:43:11','2026-01-26 19:43:11',NULL,NULL,NULL,'a6cbb90a-6e4e-434c-8310-81352921a33f'),
(19124,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 19:44:05','2026-01-26 19:44:05',NULL,NULL,NULL,'0dbe2520-e43b-405f-84d6-3d90ecc2b802'),
(19125,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-26 19:44:05','2026-01-26 19:44:05',NULL,NULL,NULL,'924afae3-e288-4aea-bfb3-ef8cea1699d2'),
(19140,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:06:04','2026-01-27 16:27:37',NULL,NULL,NULL,'3445ee6f-cb9a-4123-9292-95d3bbaeab85'),
(19141,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:06:04','2026-01-27 16:27:37',NULL,NULL,NULL,'9724e6be-724f-41e3-aff5-61511cc4546d'),
(19142,1261,NULL,5673,1,'craft\\elements\\Entry',1,0,'2026-01-26 20:06:04','2026-01-26 20:06:04',NULL,NULL,NULL,'9a764fc5-120a-46df-a13e-ba1d4d4c89ce'),
(19143,4893,NULL,5674,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:06:04','2026-01-26 20:06:04',NULL,NULL,NULL,'e62e2f45-d4a7-46db-b14c-657569fa0edd'),
(19144,19140,NULL,5675,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:06:04','2026-01-26 20:06:04',NULL,NULL,NULL,'f40c6f82-7485-44dd-b040-6fdd60af2646'),
(19145,19141,NULL,5676,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:06:04','2026-01-26 20:06:04',NULL,NULL,NULL,'9c3c7cfd-7bfc-4c8f-8a20-93d63609da35'),
(19147,1255,NULL,5677,1,'craft\\elements\\Entry',1,0,'2026-01-26 20:08:53','2026-01-26 20:08:53',NULL,NULL,NULL,'9f7bd80e-ff5c-4ff3-86d9-8e339b1cb16a'),
(19156,1255,NULL,5678,1,'craft\\elements\\Entry',1,0,'2026-01-26 20:32:29','2026-01-26 20:32:29',NULL,NULL,NULL,'228990b5-a37d-4c24-96c9-3f8ca768481a'),
(19157,10392,NULL,5679,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:32:29','2026-01-26 20:32:29',NULL,NULL,NULL,'5f8351db-e691-4fae-871a-d5c5c7860857'),
(19158,10393,NULL,5680,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:32:29','2026-01-26 20:32:29',NULL,'2026-01-27 16:32:39',NULL,'6d583630-2c96-4521-9feb-33805752732e'),
(19159,10394,NULL,5681,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:32:29','2026-01-26 20:32:29',NULL,NULL,NULL,'8ddf077e-9108-4363-8f8b-d2c7ecb3bf0e'),
(19164,2,NULL,5682,1,'craft\\elements\\Entry',1,0,'2026-01-26 20:43:27','2026-01-26 20:43:27',NULL,NULL,NULL,'07915306-4f50-4242-8cbc-0fd1bad36817'),
(19166,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 20:43:46','2026-01-26 20:43:46',NULL,NULL,NULL,'4e1213cc-0fdd-4857-8cf0-924de44b1f54'),
(19167,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-26 20:43:46','2026-01-26 20:43:46',NULL,NULL,NULL,'3717d40a-6b58-4728-9bde-792e29665e02'),
(19172,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'9f8cba44-0bf9-44b3-8ac5-430829892ca1'),
(19173,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'25a28081-3981-4d17-853d-a844383af32c'),
(19174,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'65c31df2-461c-4d4e-b01e-7bf50460c9a0'),
(19175,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'217cfc80-7cb8-483e-82d9-3de9b43d9bfa'),
(19176,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'065fc669-6fea-4a57-9241-43497132ca96'),
(19177,1269,NULL,5683,1,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'9ef864ae-46b8-46aa-a20c-10334e75420c'),
(19178,19172,NULL,5684,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'dd748120-0a04-4d04-b3fe-0a9b2c3e626f'),
(19179,19173,NULL,5685,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'e5df4724-dc3b-4140-9b2b-521f843c9bfd'),
(19180,19174,NULL,5686,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'05b0b937-69f6-401e-ae31-5441100f408f'),
(19181,19175,NULL,5687,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'d8cb7fab-2fa5-4286-830e-78bab9a05bbf'),
(19182,19176,NULL,5688,3,'craft\\elements\\Entry',1,0,'2026-01-26 20:48:12','2026-01-26 20:48:12',NULL,NULL,NULL,'16320d6c-e753-40be-a35b-726c2459e097'),
(19192,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-26 21:34:46','2026-01-26 21:34:46',NULL,NULL,NULL,'04acf10f-db59-4af7-a13e-e3e78bcfb263'),
(19214,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 00:21:12','2026-01-27 00:21:12',NULL,NULL,NULL,'3a197ce9-52fe-4cc4-b3c1-741389bb0044'),
(19429,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 14:19:52','2026-01-27 14:19:52',NULL,NULL,NULL,'662fc626-936d-4f4d-bc92-e806ed6caff7'),
(19430,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-27 14:19:52','2026-01-27 14:19:52',NULL,NULL,NULL,'9db0f573-cb80-4a5f-91bf-fe0d4dcf3909'),
(19431,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 14:24:57','2026-01-27 14:24:57',NULL,NULL,NULL,'7c43314e-5bcb-43a5-8d42-83bcba6be4f7'),
(19432,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-27 14:24:57','2026-01-27 14:24:57',NULL,NULL,NULL,'e1709b2d-2051-4856-a820-e0cbf2bb686e'),
(19461,1269,NULL,5689,1,'craft\\elements\\Entry',1,0,'2026-01-27 15:53:55','2026-01-27 15:53:55',NULL,NULL,NULL,'9e2014f8-21b0-4499-b3c1-aa097d0ac7d6'),
(19475,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:23:15',NULL,NULL,NULL,'73a35ddd-88c6-4df7-97e7-b3e26a1c6616'),
(19476,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:06:38',NULL,NULL,NULL,'59f13d21-fb76-4b0a-89b1-19b5213bb78a'),
(19477,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:06:38',NULL,NULL,NULL,'f518d4bd-71e6-4316-9b66-86e61d0bb2fb'),
(19478,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:06:38',NULL,NULL,NULL,'2c49d38d-8360-46ce-b508-3bd933db5e5c'),
(19479,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:06:38',NULL,NULL,NULL,'7fb94113-5d72-4d1a-8830-9dde78f950f2'),
(19480,1277,NULL,5690,1,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:06:38',NULL,NULL,NULL,'629e76be-e6d5-4858-be29-9edda956144e'),
(19481,19475,NULL,5691,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:06:38',NULL,NULL,NULL,'893293f4-a44a-4707-96bb-948fbd39731a'),
(19482,19476,NULL,5692,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:06:38',NULL,NULL,NULL,'292e5378-1923-4958-bb4e-ddceb3834231'),
(19483,19477,NULL,5693,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:06:38',NULL,NULL,NULL,'ca80198c-cf12-4e1c-a8a3-054833b6abf8'),
(19484,19478,NULL,5694,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:06:38',NULL,NULL,NULL,'ecabed69-3a4e-4a6a-8428-93aa0e981476'),
(19485,19479,NULL,5695,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:06:38','2026-01-27 16:06:38',NULL,NULL,NULL,'35cbd90e-be6c-46a3-88e6-6cd6b7806a13'),
(19498,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 16:14:46','2026-01-27 16:14:46',NULL,NULL,NULL,'b32829a8-db6c-47f8-a827-325f0f4a8bff'),
(19499,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'2ab0d3dc-911a-4737-9c63-10489efba44d'),
(19500,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'edb4407e-0c4a-4e55-8430-cc140623e0bb'),
(19501,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'f45a0276-4ea0-4f50-bc66-d4f14a52819a'),
(19502,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'812def83-5441-43e8-8319-ceb1e68d8419'),
(19503,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'6fd68829-46a6-451f-81b5-5a082799e50c'),
(19504,1283,NULL,5696,1,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'fbc2b404-132c-44b1-954a-d6e2a551bed1'),
(19505,19499,NULL,5697,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'2dd71b01-56cf-4dea-9208-986a7d5104ed'),
(19506,19500,NULL,5698,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'e31a256a-bab9-4e20-9098-bd95d9fe6e89'),
(19507,19501,NULL,5699,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'2392ebd9-1210-4981-a796-c7b2c741baf9'),
(19508,19502,NULL,5700,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'efc92193-4e2c-4ea4-b4b3-5af822e8f2b4'),
(19509,19503,NULL,5701,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:15:06','2026-01-27 16:15:06',NULL,NULL,NULL,'abe7dcc3-c1d8-445f-9940-71a88ac0c08a'),
(19522,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:17',NULL,NULL,NULL,'2218f650-09e2-45d1-a01c-fa5603168b8b'),
(19523,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:17',NULL,NULL,NULL,'87673390-4ddb-4c43-ae0a-e491271fe7a5'),
(19524,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:17',NULL,NULL,NULL,'cf6af73a-0731-46c1-b159-61578b953dcc'),
(19525,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:17',NULL,NULL,NULL,'ac40b2fe-d5cf-4f62-b23c-10aa09debbd7'),
(19526,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:17',NULL,NULL,NULL,'1f9d17f9-75b7-4771-a6cd-2a4f00bacce3'),
(19527,1289,NULL,5702,1,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:18',NULL,NULL,NULL,'1d0bde66-eaa9-46f6-8bd5-65084651d9d4'),
(19528,19522,NULL,5703,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:18',NULL,NULL,NULL,'9bc36aac-5d0c-48e5-8c4a-bcc4d8c6e797'),
(19529,19523,NULL,5704,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:18',NULL,NULL,NULL,'7f302325-d045-4ed9-8489-8fd326e05cd0'),
(19530,19524,NULL,5705,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:18',NULL,NULL,NULL,'a5443d1e-f78f-4ba6-8b5d-f60d1aa73e2d'),
(19531,19525,NULL,5706,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:18',NULL,NULL,NULL,'ca4b4928-9415-44ad-bc3e-6f9f012aa331'),
(19532,19526,NULL,5707,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:22:17','2026-01-27 16:22:18',NULL,NULL,NULL,'cf6aacd7-de46-47df-8c82-ecef4f7a6a3a'),
(19537,1277,NULL,5708,1,'craft\\elements\\Entry',1,0,'2026-01-27 16:23:15','2026-01-27 16:23:15',NULL,NULL,NULL,'caaa59ad-b4b9-45bf-923f-f3021f905187'),
(19538,19475,NULL,5709,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:23:15','2026-01-27 16:23:15',NULL,NULL,NULL,'a05e552e-902e-41c0-935a-fb94d97061ed'),
(19544,1261,NULL,5710,1,'craft\\elements\\Entry',1,0,'2026-01-27 16:27:37','2026-01-27 16:27:37',NULL,NULL,NULL,'2d2f5f5c-bfda-4876-8dcc-e3c4faad436c'),
(19545,4893,NULL,5711,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:27:37','2026-01-27 16:27:37',NULL,NULL,NULL,'831bc44f-c809-48a2-aedc-10a20c0a699e'),
(19546,4894,NULL,5712,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:27:37','2026-01-27 16:27:37',NULL,NULL,NULL,'6e0992e3-d3ee-4d26-9ff0-52f518934990'),
(19547,19140,NULL,5713,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:27:37','2026-01-27 16:27:37',NULL,NULL,NULL,'5cff7694-1f2f-4a2f-b47f-88540ae94e23'),
(19548,19141,NULL,5714,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:27:37','2026-01-27 16:27:37',NULL,NULL,NULL,'905037ee-76cc-46e6-a96d-d71c81821985'),
(19554,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:32:39','2026-01-27 16:32:39',NULL,NULL,NULL,'9729683d-2ffb-40d5-9416-22941a559217'),
(19555,1255,NULL,5715,1,'craft\\elements\\Entry',1,0,'2026-01-27 16:32:39','2026-01-27 16:32:39',NULL,NULL,NULL,'09b1866f-50f3-4b15-b53e-f04c5f535c84'),
(19556,19554,NULL,5716,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:32:39','2026-01-27 16:32:39',NULL,NULL,NULL,'d8c6d692-c8ee-469c-8d2b-76bac5324203'),
(19557,10394,NULL,5717,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:32:39','2026-01-27 16:32:39',NULL,NULL,NULL,'7570efad-efb4-43bf-a81e-29cfcb1219ef'),
(19565,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'2c609bf0-f741-4dcc-9eaf-2175d973e423'),
(19566,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'1e7ad039-32f7-4bd8-8cc5-496cd55b763c'),
(19567,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'994c66b1-cf83-4a50-9097-bab9528fdb3b'),
(19568,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'9c7954f0-b21d-461a-8c22-3ea495b5b2b6'),
(19569,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'d76f4508-2039-40d3-84b9-aa0876399d6d'),
(19570,1297,NULL,5718,1,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'8e8bdedc-bfa3-450f-bf94-213f98c4a2a1'),
(19571,19565,NULL,5719,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'14251966-1746-43c1-b351-298ce46fcf85'),
(19572,19566,NULL,5720,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'9e38f2fd-886c-4495-9d80-17674cb3c394'),
(19573,19567,NULL,5721,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'246d12ac-19aa-4d68-b548-bb12c6a1e383'),
(19574,19568,NULL,5722,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'7e080f25-1f7e-4c8d-bad2-726fb45e8fb4'),
(19575,19569,NULL,5723,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:38:31','2026-01-27 16:38:31',NULL,NULL,NULL,'56d4a6c5-cdae-4726-8d7e-5d9e5a069a8c'),
(19595,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'95a0821d-e6b7-4061-9c6b-f827f604c5da'),
(19596,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'5edbc41b-c456-4c58-baf6-fc809863ac69'),
(19597,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'e078dd98-4ee1-47f0-b460-1aa1492a0dc2'),
(19598,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'abc1e808-125f-4fbc-a616-48a127b06ee6'),
(19599,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'0ced2362-50a4-4964-9f4d-e86ae3576223'),
(19600,1303,NULL,5724,1,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'fcead4bc-a8a2-42f6-9385-eec3c4d3e1d5'),
(19601,19595,NULL,5725,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'90af4f2a-8be2-4fef-acb7-d0db30611a95'),
(19602,19596,NULL,5726,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'417d6ea7-4346-4b03-a213-4da7a05ba36e'),
(19603,19597,NULL,5727,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'54ee7d30-0145-4932-b7cb-020414de7980'),
(19604,19598,NULL,5728,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'bc00ee75-c7b9-4e84-b91a-1fd872d616da'),
(19605,19599,NULL,5729,3,'craft\\elements\\Entry',1,0,'2026-01-27 16:55:42','2026-01-27 16:55:42',NULL,NULL,NULL,'6f3aafa8-3123-4399-b099-678f3c49a263'),
(19614,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'06f90330-f005-47f1-a891-96a9e0d14d16'),
(19615,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'bd924b39-14cd-4856-ab1a-13fe7a7cd51b'),
(19616,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'287ee6ca-c725-4cb9-a73e-b886e8aaa8e9'),
(19617,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'010ef5af-a7da-4c2f-94b3-498981801e33'),
(19618,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'405f164c-6e22-4ebd-af0c-0b65d84a6620'),
(19619,1309,NULL,5730,1,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'e9ac93b3-241e-4a4d-b6a8-7bb2834ecf75'),
(19620,19614,NULL,5731,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'e9b9cee2-4c35-4093-a0ea-61b460a912da'),
(19621,19615,NULL,5732,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'4b7d0483-28c0-42f1-a5fd-1560035118de'),
(19622,19616,NULL,5733,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'9b030d64-ceec-4c4c-a2e8-a1c031ea97e1'),
(19623,19617,NULL,5734,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'73acad65-0df2-4651-bf29-45ddfcc3d31d'),
(19624,19618,NULL,5735,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:03:34','2026-01-27 17:03:34',NULL,NULL,NULL,'311261a9-1867-45d9-9736-9bbd7d446ced'),
(19633,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'dcea1f80-ee32-40e5-905c-faeb9ffcf7f4'),
(19634,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'194f6800-5d38-4528-9dcc-0ad8b73c13c7'),
(19635,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'8adbb58a-1cfd-48af-8f6e-835986af80c9'),
(19636,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'fcf697a9-5e15-4727-861a-ee4edddd810a'),
(19637,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'75d55bdd-5c98-4747-af74-dbeac7dc4058'),
(19638,1315,NULL,5736,1,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'430c2302-9310-498c-9bd2-4fe901f7a83c'),
(19639,19633,NULL,5737,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'2f26e79a-20c5-4097-ae91-19859bd900c7'),
(19640,19634,NULL,5738,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'1e313b1d-94d6-4eda-a89b-76dcc14771b3'),
(19641,19635,NULL,5739,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'b4579a6e-b04b-4864-86ae-f8c4503d6f4f'),
(19642,19636,NULL,5740,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'adbca2d7-474d-4d1a-8af0-bb07832e077c'),
(19643,19637,NULL,5741,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:11:25','2026-01-27 17:11:25',NULL,NULL,NULL,'b155c6d9-b167-4eed-b7f2-fa348dc23766'),
(19645,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 17:13:12','2026-01-27 17:13:12',NULL,NULL,NULL,'aedeead6-375e-4b4b-8fb5-36d232606d01'),
(19657,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'9c8dff49-3f5d-46c3-a6f9-97bb71d0989e'),
(19658,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'c2fc29f3-6dea-40a4-ab2e-4df7a7f374bb'),
(19659,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'e7357ae4-3864-4b2c-89d9-4b1a64151353'),
(19660,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'453f15e1-607d-41bd-835a-a81fa34f84ed'),
(19661,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'1845ac5f-87a7-431b-81a8-3b42d1ddda2b'),
(19662,1323,NULL,5742,1,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'5068aa6c-b271-47e0-a1d8-5daccd37e48d'),
(19663,19657,NULL,5743,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'8b2f20f3-ea30-4cb5-adff-802e491a80b8'),
(19664,19658,NULL,5744,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'4f103c18-480e-4c08-a035-912c73b8a1db'),
(19665,19659,NULL,5745,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'2f573639-bcf4-4e77-a4d0-55481372c09c'),
(19666,19660,NULL,5746,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'6021a3e8-3d85-4607-a256-23c85d8d53fa'),
(19667,19661,NULL,5747,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:22:12','2026-01-27 17:22:12',NULL,NULL,NULL,'d9afefac-69ee-4f4a-bf6b-68ffd41e4fa4'),
(19675,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:11',NULL,NULL,NULL,'58f77b11-a8ed-4597-a200-fcd7a629a7ad'),
(19676,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:11',NULL,NULL,NULL,'1edfb728-f765-4577-a127-7de1e6ac0795'),
(19677,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:11',NULL,NULL,NULL,'6dfa9e96-b30f-46de-ac79-80c94e92c68d'),
(19678,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:11',NULL,NULL,NULL,'a0bedf9d-fb90-4c1e-9fa6-f4fcb13ec22c'),
(19679,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:11',NULL,NULL,NULL,'d9156779-2349-4859-81d2-e777a07f1e39'),
(19680,1329,NULL,5748,1,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:12',NULL,NULL,NULL,'d5959663-fcde-4875-8cbd-2be1d7bbfd5f'),
(19681,19675,NULL,5749,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:12',NULL,NULL,NULL,'b044db44-a1bd-4e17-ad2e-2a1099748a1f'),
(19682,19676,NULL,5750,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:12',NULL,NULL,NULL,'accc908d-1e23-4063-805e-2f7ac88330ce'),
(19683,19677,NULL,5751,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:12',NULL,NULL,NULL,'07b3d10d-42eb-41fc-a621-40b1a1c0c1d8'),
(19684,19678,NULL,5752,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:12',NULL,NULL,NULL,'1949f4b8-b2e9-4d00-92a9-1689831aa743'),
(19685,19679,NULL,5753,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:28:11','2026-01-27 17:28:12',NULL,NULL,NULL,'85577d5b-8a76-41b0-9693-e3958f9440c3'),
(19691,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 17:32:02','2026-01-27 17:32:02',NULL,NULL,NULL,'2c5a62b8-bd36-4e02-8989-5a284028c247'),
(19698,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'7ea5d8d3-6c90-43f7-8406-03e35bc1b61c'),
(19699,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'75079f40-1292-45c0-8ebc-0c7056f27622'),
(19700,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'5d40bb25-c9d9-4490-b2c6-3b8c98b1ad40'),
(19701,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'4b5d349a-02e3-4b43-84a0-90f461398f80'),
(19702,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'79d1d193-1150-4883-a384-7b5daf1fdf35'),
(19703,1337,NULL,5754,1,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'b495f6ae-9d1a-4e14-9381-a0a72fc61acd'),
(19704,19698,NULL,5755,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'ab137884-4e77-4bf1-81e3-ba17f666a6b8'),
(19705,19699,NULL,5756,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'fe1fb37e-f369-4d46-8f71-5103c092a637'),
(19706,19700,NULL,5757,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'06373b3e-6cbc-47db-bd14-cef5c92c565f'),
(19707,19701,NULL,5758,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'41a84bd8-840f-4bab-a956-5c4a40464b56'),
(19708,19702,NULL,5759,3,'craft\\elements\\Entry',1,0,'2026-01-27 17:40:22','2026-01-27 17:40:22',NULL,NULL,NULL,'76d0a506-1d5c-4e8a-a5b5-da7f5bc8e5ec'),
(19719,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 18:32:17','2026-01-27 18:32:17',NULL,NULL,NULL,'62ec696c-1ea5-4995-9a95-7a513e832309'),
(19720,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-27 18:32:17','2026-01-27 18:32:17',NULL,NULL,NULL,'5edd05b8-5f5d-4944-bfa2-733157cb9a95'),
(19721,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 18:36:01','2026-01-27 18:36:01',NULL,NULL,NULL,'60187ddb-4509-4df7-984b-d0a0455aa8b1'),
(19722,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-27 18:36:01','2026-01-27 18:36:01',NULL,NULL,NULL,'147f1851-a0d0-44aa-945d-0a2cbe854d26'),
(19724,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'7b96cfcf-1cf1-45ae-a8d4-806fe988b533'),
(19725,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'5e521369-afeb-4df7-8e0b-4aafd1d8c340'),
(19726,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'dc084700-511e-4484-8e0b-aed0fd037e19'),
(19727,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'7ff7b9ad-1c38-4d67-b4d3-6e19df3226b3'),
(19728,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'98598a1f-76d9-44d1-928e-4a7994edd8dd'),
(19729,1343,NULL,5760,1,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'18b7fd4e-da52-467e-8ca6-e03fb2dcadca'),
(19730,19724,NULL,5761,3,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'eed92c61-da37-4350-9743-0bbfd24cc5e2'),
(19731,19725,NULL,5762,3,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'fdeac471-368f-4918-bf08-9658ba58f162'),
(19732,19726,NULL,5763,3,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'ddf409f3-ed82-42f5-af94-93800d189aca'),
(19733,19727,NULL,5764,3,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'6ca86cfe-11a4-45bc-a3b1-84bdb730574e'),
(19734,19728,NULL,5765,3,'craft\\elements\\Entry',1,0,'2026-01-27 18:38:14','2026-01-27 18:38:14',NULL,NULL,NULL,'88f1f90e-07b6-455f-a239-7ecf7cd05434'),
(19742,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 18:59:34','2026-01-27 18:59:34',NULL,NULL,NULL,'7e6eb14f-6f13-43e3-8109-c2306404bef3'),
(19749,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'5a9b9967-2cb5-4da4-8c66-06f6631cd889'),
(19750,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'d4cddc86-3b55-43bb-a618-accb3afac556'),
(19751,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'a5cc797b-0fb0-4ad2-95b3-b445a19f44cd'),
(19752,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'925ef28d-95aa-40a4-bdb2-11217efafb7d'),
(19753,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'f0202e85-bfe8-4fc0-b2f6-9c98fba60230'),
(19754,1349,NULL,5766,1,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'51dfc606-58f1-4d76-92b4-bf232db07069'),
(19755,19749,NULL,5767,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'b37b0235-b801-411c-a93f-c40a694ac452'),
(19756,19750,NULL,5768,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'eb7be574-5a97-4234-a044-70c6bcf2e58d'),
(19757,19751,NULL,5769,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'7fd9f9f8-46f6-48f8-9c22-0fc5e5a6b273'),
(19758,19752,NULL,5770,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'eeb86ace-b2e2-4140-841c-90157e699441'),
(19759,19753,NULL,5771,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:03:54','2026-01-27 19:03:54',NULL,NULL,NULL,'5640806b-d345-4057-9e4a-17de54db59c6'),
(19762,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 19:20:20','2026-01-27 19:20:20',NULL,NULL,NULL,'34a98a9f-e123-4a06-9fe1-c0319f5dec7d'),
(19763,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-27 19:20:20','2026-01-27 19:20:20',NULL,NULL,NULL,'253fcdd9-7d60-4108-b62f-5482c0ae5495'),
(19764,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 19:23:14','2026-01-27 19:23:14',NULL,NULL,NULL,'be49c81e-724a-45f8-8fef-bfc4145edef3'),
(19776,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'b1d66fbf-2e0a-45e8-ae0a-e4853acfe7ab'),
(19777,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'cc885ab6-eb71-4685-832d-c426ff2473ed'),
(19778,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'07815b1f-961c-4ef9-8577-8f00167978cd'),
(19779,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'808b18a8-353d-43f9-a22d-125c31fc8f01'),
(19780,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'dd9e4502-18ee-4035-b5a4-4b8fdfb79ae3'),
(19781,2720,NULL,5772,1,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'cc948928-1844-4e1b-9e7a-4bc77c6aee32'),
(19782,19776,NULL,5773,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'9add144f-c063-4185-b03b-3a73b4b45849'),
(19783,19777,NULL,5774,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'ad943cd2-a592-4ccf-a1d9-22cca692e3b4'),
(19784,19778,NULL,5775,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'12fde054-635b-4c5c-a003-8b1de678a5fe'),
(19785,19779,NULL,5776,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'9214c829-cf3a-4464-8a4e-b0d912b468af'),
(19786,19780,NULL,5777,3,'craft\\elements\\Entry',1,0,'2026-01-27 19:39:12','2026-01-27 19:39:12',NULL,NULL,NULL,'b47d551e-5cbe-4fe7-97dd-3a8641826174'),
(19794,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 19:53:42','2026-01-27 19:53:42',NULL,NULL,NULL,'62f86f70-0251-484c-8d50-4333d523c315'),
(19802,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:10:58','2026-01-27 20:10:58',NULL,NULL,NULL,'d3d1c98f-46f2-448e-a018-37b8a5009c27'),
(19803,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:10:58','2026-01-27 20:10:58',NULL,NULL,NULL,'3787fd01-c573-4915-b4d3-ba473fcd5900'),
(19804,1353,NULL,5778,1,'craft\\elements\\Entry',1,0,'2026-01-27 20:10:58','2026-01-27 20:10:58',NULL,NULL,NULL,'575cbd27-94ba-4b3a-872f-7fa64add9bb7'),
(19805,3340,NULL,5779,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:10:58','2026-01-27 20:10:58',NULL,NULL,NULL,'1c837758-b1a2-4b69-a7c7-086fd779b2c3'),
(19806,19802,NULL,5780,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:10:58','2026-01-27 20:10:58',NULL,NULL,NULL,'90a6cd7e-abe3-4ad0-8627-d8f7a7ec543c'),
(19807,3342,NULL,5781,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:10:58','2026-01-27 20:10:58',NULL,NULL,NULL,'16118ed3-2271-4ece-b766-6c2f82d10214'),
(19808,3343,NULL,5782,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:10:58','2026-01-27 20:10:58',NULL,NULL,NULL,'706ac70e-7fa9-46c7-a2e1-4e1a52b6a416'),
(19809,19803,NULL,5783,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:10:58','2026-01-27 20:10:58',NULL,NULL,NULL,'5b47ecaa-d4b4-4100-8c07-aeae35253f48'),
(19815,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 20:14:22','2026-01-27 20:14:22',NULL,NULL,NULL,'6445baff-b7ef-4d04-9423-b1ab1587b5a6'),
(19816,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-27 20:14:22','2026-01-27 20:14:22',NULL,NULL,NULL,'87b440ce-960f-4845-b90f-07237daccaac'),
(19818,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'bd0cfeea-3c1b-4f94-8ab6-50db17f5a49a'),
(19819,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'94036a65-649d-4b0f-a2b4-7fae70220380'),
(19820,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'f4e2591f-d36b-49dc-a060-c1bd8390a136'),
(19821,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'b9525a5e-0116-43b3-a29a-7b559549bec3'),
(19822,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'16a687a9-aaa1-4549-8cda-eb9ec3c4fec2'),
(19823,1413,NULL,5784,1,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'0ca0b468-0dc2-4ba8-a71f-a6c1d93471d3'),
(19824,19818,NULL,5785,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'61ce060c-bf08-4b64-9b75-90e0b8ad98ef'),
(19825,19819,NULL,5786,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'3695c08b-5469-4cf9-a2d5-9acd9f4874fd'),
(19826,19820,NULL,5787,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'b91cc01c-11ca-4a61-b042-4b3d0eec5e13'),
(19827,19821,NULL,5788,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'a30f202f-664d-4d29-a6bd-5223bdbd46e0'),
(19828,19822,NULL,5789,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:15:48','2026-01-27 20:15:48',NULL,NULL,NULL,'e8430c75-0f85-49c7-afeb-82c07fac4c1c'),
(19835,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 20:29:07','2026-01-27 20:29:07',NULL,NULL,NULL,'29818a34-9aae-41a8-ac1b-55806c5879f1'),
(19836,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-27 20:29:07','2026-01-27 20:29:07',NULL,NULL,NULL,'8bb2b7c6-6a77-4c78-addd-1dc67ebf62a5'),
(19840,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'f72ade9f-db88-4aad-96ca-eb547659df18'),
(19841,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'89a239e2-3b4f-49af-a8a7-758bb705f34a'),
(19842,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'8089c80d-ba60-4268-a300-499d0d93cdf6'),
(19843,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'156d30f9-1e92-49a4-99b0-6d473d326abe'),
(19844,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'311348e9-a1a0-4d4a-8bf4-3022f10fdc0d'),
(19845,1359,NULL,5790,1,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'b6d404b9-ad93-40ad-8f96-eefcf5ade9a0'),
(19846,19840,NULL,5791,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'4d277ab1-b4f7-4b8f-9836-8da741d64f01'),
(19847,19841,NULL,5792,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'49e131c3-8ef8-44ec-b298-fd55a0e8276f'),
(19848,19842,NULL,5793,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'603e1878-ea16-49f7-a903-395da0fffc9f'),
(19849,19843,NULL,5794,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'40ab502c-121a-476e-97e6-552933879d03'),
(19850,19844,NULL,5795,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:34:32','2026-01-27 20:34:32',NULL,NULL,NULL,'8fbbb201-5cb5-434c-8181-7dff97c44848'),
(19858,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:22',NULL,NULL,NULL,'524addea-2333-4df1-a72f-b3aeb13d6732'),
(19859,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:22',NULL,NULL,NULL,'4e20968c-9b13-4e74-a638-bf1a8f347e74'),
(19860,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:22',NULL,NULL,NULL,'1a19dd2f-0697-42a5-9c66-19f647f3a31f'),
(19861,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:22',NULL,NULL,NULL,'4b56177f-4f47-4b39-a8ed-2fa863835a02'),
(19862,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:22',NULL,NULL,NULL,'085f4377-6b13-45bc-a8e5-80927a635ba3'),
(19863,1365,NULL,5796,1,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:23',NULL,NULL,NULL,'bf3cf968-3c25-4091-a095-565892bed954'),
(19864,19858,NULL,5797,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:23',NULL,NULL,NULL,'15460f6b-033c-43f4-aaba-fa712e00ff58'),
(19865,19859,NULL,5798,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:23',NULL,NULL,NULL,'d19d1a64-0226-487c-a8dc-946d223f0e07'),
(19866,19860,NULL,5799,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:23',NULL,NULL,NULL,'d51d9109-8666-4027-9c47-953df038a65a'),
(19867,19861,NULL,5800,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:23',NULL,NULL,NULL,'dc4b3b0a-d102-4a09-ac2d-559150376a10'),
(19868,19862,NULL,5801,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:37:22','2026-01-27 20:37:23',NULL,NULL,NULL,'680a8494-6937-4f01-bfbd-d7a0ccd9438b'),
(19875,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:57',NULL,NULL,NULL,'1372c4e9-327e-41ca-9edf-fbce12deb7f9'),
(19876,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:57',NULL,NULL,NULL,'3c953383-787d-4005-a5b9-738593fc96d3'),
(19877,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:57',NULL,NULL,NULL,'0d77e89b-f6bc-476a-a192-f8b30300f8f3'),
(19878,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:57',NULL,NULL,NULL,'43bd1c57-5ea9-4fcf-9228-8cd65287a56b'),
(19879,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:57',NULL,NULL,NULL,'cb1203ff-f869-42f7-8673-2e66567b79e0'),
(19880,2712,NULL,5802,1,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:57',NULL,NULL,NULL,'d6bdab30-6ac6-4286-87fc-bbca68e85c61'),
(19881,19875,NULL,5803,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:58',NULL,NULL,NULL,'8b2bdab7-fbf6-4d62-9341-2c830f46019a'),
(19882,19876,NULL,5804,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:58',NULL,NULL,NULL,'7eb5cfc0-024c-423b-8249-bcc3b931e2eb'),
(19883,19877,NULL,5805,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:58',NULL,NULL,NULL,'0999063d-3dfe-406d-af21-5a3e057c6fe8'),
(19884,19878,NULL,5806,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:58',NULL,NULL,NULL,'5feb6870-792b-45e5-9e9d-654999f3b1e8'),
(19885,19879,NULL,5807,3,'craft\\elements\\Entry',1,0,'2026-01-27 20:42:57','2026-01-27 20:42:58',NULL,NULL,NULL,'6394d380-eb93-4b33-a99e-2defb1de0e02'),
(19889,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-27 20:53:22','2026-01-27 20:53:22',NULL,NULL,NULL,'4867a790-d26f-4b17-bf88-f719fac94b66'),
(19895,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'3dddbda4-c732-4126-9369-bdb64837fa77'),
(19896,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'ebd7fc99-4e9a-4218-98aa-beb203a8d267'),
(19897,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'0d2007a1-cfdc-423a-b1b9-5722cfc4c6d0'),
(19898,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'9abff728-e878-46a1-922d-44a3a8d48750'),
(19899,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'0ad83ba3-5e84-4bbc-ab0e-33a64c3bb902'),
(19900,1395,NULL,5808,1,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'1ed808be-ac0a-4cba-bb6c-e49dc3dfe14f'),
(19901,19895,NULL,5809,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'4f463613-9abd-4d8c-9a2c-720acf638552'),
(19902,19896,NULL,5810,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'0540b4b8-9235-4cea-a68d-f1abbf36a4bd'),
(19903,19897,NULL,5811,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'62be0ef8-f083-4cf7-9540-307c0f357198'),
(19904,19898,NULL,5812,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'e0008962-19d3-423e-80a4-1c53f281ede9'),
(19905,19899,NULL,5813,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:01:01','2026-01-27 21:01:01',NULL,NULL,NULL,'4bc9f5f7-db26-4cb3-88be-7e8249698ea8'),
(19906,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 21:01:06','2026-01-27 21:01:06',NULL,NULL,NULL,'90a76b37-d30d-459e-ab31-5b71a2e8e87d'),
(19914,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:04',NULL,NULL,NULL,'a4674efb-0001-410b-b2e8-74314a12ee30'),
(19915,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:04',NULL,NULL,NULL,'3ba856bb-baf1-4ed1-88d9-fa5e38f55f83'),
(19916,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:04',NULL,NULL,NULL,'f5f11710-ce1d-4107-86b8-c4f56a23e4fd'),
(19917,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:04',NULL,NULL,NULL,'679e9288-3b0f-4741-8dcf-ac43e90349e1'),
(19918,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:04',NULL,NULL,NULL,'c0775b94-71b3-4b3c-9de2-3c34361784d3'),
(19919,1371,NULL,5814,1,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:04',NULL,NULL,NULL,'23f68eaa-f035-41d4-9b97-0cae4734dd45'),
(19920,19914,NULL,5815,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:04',NULL,NULL,NULL,'c207a023-84b4-4494-b47e-2879ebf8ce4b'),
(19921,19915,NULL,5816,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:05',NULL,NULL,NULL,'1420d9a5-d8e6-49e6-85c7-e80a6a3c540b'),
(19922,19916,NULL,5817,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:05',NULL,NULL,NULL,'2bdee7c2-af89-4e35-a76a-4a1818bc7642'),
(19923,19917,NULL,5818,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:05',NULL,NULL,NULL,'4f758c51-8726-4bbb-907a-0f63abff8d0b'),
(19924,19918,NULL,5819,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:04:04','2026-01-27 21:04:05',NULL,NULL,NULL,'ceae082d-055f-4707-851d-c01f67c784ba'),
(19930,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:05:31','2026-01-27 21:05:31',NULL,NULL,NULL,'3814e078-3bb8-4781-9b26-b3bd5d1dac01'),
(19931,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:05:31','2026-01-27 21:05:31',NULL,NULL,NULL,'d3c6a894-161c-4687-bc7f-051dcda54119'),
(19932,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:05:31','2026-01-27 21:05:31',NULL,NULL,NULL,'c6f2fea9-f0b6-445c-96b9-bd0307b43491'),
(19933,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:05:31','2026-01-27 21:05:31',NULL,NULL,NULL,'c88157a1-39a0-474c-bfbe-1659f0621671'),
(19934,1377,NULL,5820,1,'craft\\elements\\Entry',1,0,'2026-01-27 21:05:31','2026-01-27 21:05:31',NULL,NULL,NULL,'3b4b5fa6-cebc-41ee-8175-813e8a636bd2'),
(19935,19930,NULL,5821,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:05:31','2026-01-27 21:05:31',NULL,NULL,NULL,'3928953e-9243-4a29-bb5d-5342794447e3'),
(19936,19931,NULL,5822,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:05:31','2026-01-27 21:05:31',NULL,NULL,NULL,'c7bba8a7-1f3b-4221-9073-f3c48c26caf8'),
(19937,19932,NULL,5823,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:05:31','2026-01-27 21:05:31',NULL,NULL,NULL,'2ab4c4f0-ae81-4115-af20-b9299d9efa29'),
(19938,19933,NULL,5824,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:05:31','2026-01-27 21:05:31',NULL,NULL,NULL,'a9934387-09bb-4fe0-ba54-f611126ebb05'),
(19941,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:06:51','2026-01-27 21:06:51',NULL,NULL,NULL,'00f7a9e5-b2d7-46e2-97f3-1bed469b9736'),
(19942,1377,NULL,5825,1,'craft\\elements\\Entry',1,0,'2026-01-27 21:06:51','2026-01-27 21:06:51',NULL,NULL,NULL,'d9a4229d-0aa0-463d-bedc-e64973942e74'),
(19943,19941,NULL,5826,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:06:51','2026-01-27 21:06:51',NULL,NULL,NULL,'bfb3e8da-c010-40f8-982f-15d9fdd7e3b9'),
(19950,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'92573d2b-9d11-4a85-a9c6-84e33b0bf6ec'),
(19951,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'dfa12691-b7ec-4f8b-9295-715799675e0c'),
(19952,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'f28cef93-58dc-4ee7-ad49-346208925af5'),
(19953,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'caebc794-3f03-49b7-a6eb-2bbfaa71e485'),
(19954,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'9a7095b3-bb61-4866-9485-f5fc41f2e7e7'),
(19955,1383,NULL,5827,1,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'20da9a8f-76b7-4ba5-84ff-85702d35f72c'),
(19956,19950,NULL,5828,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'da042658-a084-4ad5-8c17-0b0ccecf5d7e'),
(19957,19951,NULL,5829,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'0c9c57a8-3f7e-49e7-8e41-39ea50b2d565'),
(19958,19952,NULL,5830,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'1fbfd911-c1d4-4fef-8666-516754df7715'),
(19959,19953,NULL,5831,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'8bcec84f-62e7-425c-bdf5-09a83817aabf'),
(19960,19954,NULL,5832,3,'craft\\elements\\Entry',1,0,'2026-01-27 21:10:47','2026-01-27 21:10:47',NULL,NULL,NULL,'9241a3b8-596f-47af-93af-dd907d5efc64'),
(19964,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 21:41:12','2026-01-27 21:41:12',NULL,NULL,NULL,'3d8113a6-a636-45e2-9bef-3bd8926ed42b'),
(19967,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 21:53:03','2026-01-27 21:53:03',NULL,NULL,NULL,'0757a2bd-0e0e-48d0-a3c4-05f8e4068911'),
(19968,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 21:53:04','2026-01-27 21:53:04',NULL,NULL,NULL,'da005559-0f7e-4d04-8bc3-e853117ed7a0'),
(19969,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 21:54:22','2026-01-27 21:54:22',NULL,NULL,NULL,'3e452d73-304b-460f-b010-d489b7714f60'),
(19970,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 21:54:32','2026-01-27 21:54:32',NULL,NULL,NULL,'2022adc5-f216-4619-9e81-eb0c08e7d80b'),
(19971,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-27 21:56:27','2026-01-27 21:56:27',NULL,NULL,NULL,'61cee18b-b7b7-48a1-9b96-3ca8d0a2f1f1'),
(19989,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 00:24:17','2026-01-28 00:24:17',NULL,NULL,NULL,'8eda4519-66a8-4281-ae78-722fb0287538'),
(19992,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-28 01:43:52','2026-01-28 01:43:52',NULL,NULL,NULL,'30bdce0d-f594-4a50-8a79-1e84a1ad4a31'),
(20047,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 04:18:27','2026-01-28 04:18:27',NULL,NULL,NULL,'9877f384-8dab-45ff-92cc-8cf161f772d4'),
(20048,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-28 04:18:27','2026-01-28 04:18:27',NULL,NULL,NULL,'88e0cfc2-677e-4d11-b3f9-e0207055768c'),
(20053,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-28 04:46:54','2026-01-28 04:46:54',NULL,NULL,NULL,'b278b759-4e60-4a2e-ab94-83f764f8f843'),
(20169,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 08:08:22','2026-01-28 08:08:22',NULL,NULL,NULL,'93c5fc61-a4ab-4788-9b09-74a5f195ae8f'),
(20746,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 13:12:07','2026-01-28 13:12:07',NULL,NULL,NULL,'e605e503-b216-4d77-a86b-aa0f680cda04'),
(20753,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 13:17:57','2026-01-28 13:17:57',NULL,NULL,NULL,'816cf247-3b3c-441f-944f-7bdf1ec3a3d0'),
(20762,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 13:21:49','2026-01-28 13:21:49',NULL,NULL,NULL,'2dcf9edd-8e1b-4300-8527-2a4fe3478fe3'),
(20763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 13:23:50','2026-01-28 13:23:50',NULL,NULL,NULL,'d98c1bab-d914-47b8-afab-4548cb984d44'),
(20790,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 14:53:18','2026-01-28 14:53:18',NULL,NULL,NULL,'4dc1b20f-213b-4fe2-8049-e4317cf1b7d0'),
(20791,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 14:54:54','2026-01-28 14:54:54',NULL,NULL,NULL,'f5ca69a0-ce4f-45d0-9329-227046f95af5'),
(20793,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 14:58:03','2026-01-28 14:58:03',NULL,NULL,NULL,'f8834ac5-8106-4b0d-ab0c-67931882a120'),
(20806,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 15:08:38','2026-01-28 15:08:38',NULL,NULL,NULL,'350756b2-d497-4a65-b1ed-afcb80ee5adf'),
(20807,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 15:24:57','2026-01-28 15:24:57',NULL,NULL,NULL,'ea61a8fd-dcbb-4b55-ad04-ffa87866674b'),
(20808,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 15:50:24','2026-01-28 15:50:24',NULL,NULL,NULL,'b3d18488-27a5-4980-824f-4414ae24df2e'),
(20811,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 16:24:09','2026-01-28 16:24:09',NULL,NULL,NULL,'ad1bc58f-6d4b-4da9-ad3d-55875cf0ffc7'),
(20813,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 16:39:22','2026-01-28 16:39:22',NULL,NULL,NULL,'e8af4493-f3ac-493e-8df0-578ed2879566'),
(20825,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 17:07:52','2026-01-28 17:07:52',NULL,NULL,NULL,'8dc69817-60a2-4b69-8fd6-65e6c9a913b8'),
(20831,2,NULL,5833,1,'craft\\elements\\Entry',1,0,'2026-01-28 17:09:25','2026-01-28 17:09:25',NULL,NULL,NULL,'4da4f96a-d22b-40ef-b6c2-586de02f5011'),
(20833,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-28 17:09:42','2026-01-28 17:09:42',NULL,NULL,NULL,'c61271fb-71bc-4adc-ab4a-f40b48b2c607'),
(20839,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 17:14:28','2026-01-28 17:14:28',NULL,NULL,NULL,'eed546cb-a9e3-42ad-bfc9-00898959e163'),
(20840,945,NULL,5834,1,'craft\\elements\\Entry',1,0,'2026-01-28 17:14:28','2026-01-28 17:14:28',NULL,NULL,NULL,'73866486-265e-4376-8759-83cf9a0e06a6'),
(20841,2999,NULL,5835,3,'craft\\elements\\Entry',1,0,'2026-01-28 17:14:28','2026-01-28 17:14:28',NULL,NULL,NULL,'1e06eca2-b897-4219-be96-63c3feba0601'),
(20842,3000,NULL,5836,3,'craft\\elements\\Entry',1,0,'2026-01-28 17:14:28','2026-01-28 17:14:28',NULL,NULL,NULL,'cc36752a-f7bf-4cc3-8da1-1e7ba7af1700'),
(20843,20839,NULL,5837,3,'craft\\elements\\Entry',1,0,'2026-01-28 17:14:28','2026-01-28 17:14:28',NULL,NULL,NULL,'bf679d6e-6936-429a-b69d-8cf718b2b31c'),
(20844,15942,NULL,5838,21,'craft\\elements\\Entry',1,0,'2026-01-28 17:14:28','2026-01-28 17:14:28',NULL,NULL,NULL,'c9038805-7969-40dd-92c3-5c1ea94bb91d'),
(20847,2,NULL,5839,1,'craft\\elements\\Entry',1,0,'2026-01-28 17:14:47','2026-01-28 17:14:47',NULL,NULL,NULL,'f48af013-aadd-4453-99c3-e6844122c804'),
(20848,2945,NULL,5840,21,'craft\\elements\\Entry',1,0,'2026-01-28 17:14:47','2026-01-28 17:14:47',NULL,NULL,NULL,'5e40eebe-9912-4d90-874e-e6c2da8644ee'),
(20849,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 17:14:59','2026-01-28 17:14:59',NULL,NULL,NULL,'6b301603-434d-4cc3-ba93-d478134f9d04'),
(20850,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-28 17:14:59','2026-01-28 17:14:59',NULL,NULL,NULL,'b5426c24-3b6c-45b0-af3f-5394cbef39b7'),
(20851,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 17:15:07','2026-01-28 17:15:07',NULL,NULL,NULL,'115b4257-2e50-46c3-860e-24fc551a04f5'),
(20852,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-28 17:15:07','2026-01-28 17:15:07',NULL,NULL,NULL,'23452b57-9b5f-4241-8f00-32e5c757b4b3'),
(20856,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 17:28:46','2026-01-28 17:28:46',NULL,NULL,NULL,'db0a946a-c12c-471a-a783-02d7d11755de'),
(20857,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 17:29:50','2026-01-28 17:29:50',NULL,NULL,NULL,'00057390-23d0-47e6-a630-064022a01018'),
(20869,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 18:00:34','2026-01-28 18:00:34',NULL,NULL,NULL,'e3fa6896-d2e4-4ce6-9d58-41bdb7b6e8a9'),
(20873,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 18:11:23','2026-01-28 18:11:23',NULL,NULL,NULL,'a35e536e-6b23-4973-9964-bc6a3ade5fe1'),
(20885,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 18:58:22','2026-01-28 18:58:22',NULL,NULL,NULL,'e42482a5-cecd-49cc-b31a-39c378d5eb10'),
(20891,1041,NULL,5841,1,'craft\\elements\\Entry',1,0,'2026-01-28 19:08:34','2026-01-28 19:08:34',NULL,NULL,NULL,'b009b6d9-65b5-47ac-bedf-78540e41264a'),
(20895,1123,NULL,5842,1,'craft\\elements\\Entry',1,0,'2026-01-28 19:11:00','2026-01-28 19:11:00',NULL,NULL,NULL,'1d4a28d6-fc85-4aef-a182-156990068691'),
(20896,5071,NULL,5843,21,'craft\\elements\\Entry',1,0,'2026-01-28 19:11:00','2026-01-28 19:11:00',NULL,NULL,NULL,'c73fb6ef-fc26-4c10-bce0-470bb0d60074'),
(20903,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 19:20:08','2026-01-28 19:20:08',NULL,NULL,NULL,'ca40430f-4672-4989-8e8e-9f04c13ef67a'),
(20907,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 19:49:07','2026-01-28 19:49:07',NULL,NULL,NULL,'60b63a2e-39f7-493b-a3ea-fa990da172fd'),
(20918,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:18:01','2026-01-28 20:18:01',NULL,NULL,NULL,'4dcd7a22-206f-4c95-9bc3-a4a4594d055b'),
(20919,975,NULL,5844,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:18:01','2026-01-28 20:18:01',NULL,NULL,NULL,'7370aa81-a44e-438a-b1ff-ef438cd4aae1'),
(20920,3143,NULL,5845,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:18:01','2026-01-28 20:18:01',NULL,NULL,NULL,'6a4df208-f953-4b9f-9c36-6dfddcb7e267'),
(20921,3144,NULL,5846,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:18:01','2026-01-28 20:18:01',NULL,NULL,NULL,'7fe1262a-6f67-4113-b734-b21f564998b1'),
(20922,20918,NULL,5847,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:18:01','2026-01-28 20:18:01',NULL,NULL,NULL,'ba40a4b3-5745-42f8-b2d5-044cae6bc373'),
(20924,945,NULL,5848,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:18:14','2026-01-28 20:18:14',NULL,NULL,NULL,'79d55421-7150-4c05-966b-e7fa343299f9'),
(20933,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:22:26','2026-01-28 20:22:26',NULL,NULL,NULL,'567ccc4e-df27-4815-a65a-0be2240cccf0'),
(20934,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:22:26','2026-01-28 20:22:26',NULL,NULL,NULL,'5c6bf0dd-a6af-4fac-bc67-da6f2c1c7cca'),
(20935,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:22:26','2026-01-29 16:09:21',NULL,NULL,NULL,'dcb6e137-cbb3-44a1-b19a-061aa1e128ec'),
(20936,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:22:26','2026-01-28 20:22:26',NULL,NULL,NULL,'3ba37140-cd36-4c11-b738-96812b65a604'),
(20937,963,NULL,5849,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:22:26','2026-01-28 20:22:26',NULL,NULL,NULL,'8c86432a-1ce3-4ebc-97ad-8b8a1ee3573c'),
(20938,3079,NULL,5850,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:22:26','2026-01-28 20:22:26',NULL,NULL,NULL,'9f49032b-e34a-4f23-8923-ad234b4981f2'),
(20939,20933,NULL,5851,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:22:26','2026-01-28 20:22:26',NULL,NULL,NULL,'acd3c17b-af3f-4396-90b1-967416d2ddeb'),
(20940,20934,NULL,5852,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:22:26','2026-01-28 20:22:26',NULL,NULL,NULL,'7b048dc7-64db-49ac-8c17-3cc0690bcae2'),
(20941,20935,NULL,5853,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:22:26','2026-01-28 20:22:26',NULL,NULL,NULL,'c5ececf2-f62a-4442-a67c-84f41931f9d0'),
(20942,20936,NULL,5854,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:22:26','2026-01-28 20:22:26',NULL,NULL,NULL,'f59eb471-f20e-45ef-a226-16051048cea8'),
(20949,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'6aa1bb76-9729-4a38-84f5-f554d3d5e53a'),
(20950,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'3784cc8e-a16f-4c8a-a857-10d35dd3125e'),
(20951,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'a8537d4b-bdad-45dc-b650-9db2c08b2764'),
(20952,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'e016022b-b41e-402e-b6ce-1c95b622317c'),
(20953,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'336764f9-0eb5-4017-aefe-d53e9bbc0f86'),
(20954,969,NULL,5855,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'d33363bf-3fe8-4a52-9be6-cb2b91c50b49'),
(20955,20949,NULL,5856,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'fe49c278-52a5-4210-8a8b-3a3f50767843'),
(20956,20950,NULL,5857,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'941b5020-cb78-44e0-a444-9c46e800ce03'),
(20957,20951,NULL,5858,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'1bca8a76-4840-4a80-8f21-b8d7a6614549'),
(20958,20952,NULL,5859,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'c0988b3c-db81-49fd-a359-bd040aab348c'),
(20959,20953,NULL,5860,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:27:59','2026-01-28 20:27:59',NULL,NULL,NULL,'53893f98-d7e1-4741-a2ca-fd1297fe48ed'),
(20962,975,NULL,5861,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:28:29','2026-01-28 20:28:29',NULL,NULL,NULL,'a66e3346-e518-40dd-b2cc-cf3e014899ae'),
(20968,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:32:04','2026-01-28 20:32:04',NULL,NULL,NULL,'ab3c40b6-3e3a-4d1d-ac7f-a34d33a0716d'),
(20969,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:32:04','2026-01-28 20:32:04',NULL,NULL,NULL,'3c1432e7-b375-4bea-8e7d-a6b886fcabb0'),
(20970,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:32:04','2026-01-28 20:32:04',NULL,NULL,NULL,'77bdf799-280e-4a4c-a79f-b51d97ab99b8'),
(20971,981,NULL,5862,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:32:04','2026-01-28 20:32:04',NULL,NULL,NULL,'0732dbbb-b5a4-4ac3-9334-5bf8f2245085'),
(20972,20968,NULL,5863,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:32:04','2026-01-28 20:32:04',NULL,NULL,NULL,'bbff63e7-22ce-4159-ae55-8fa54d8d482e'),
(20973,20969,NULL,5864,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:32:04','2026-01-28 20:32:04',NULL,NULL,NULL,'3b56fcab-6526-4699-ab48-692a3f98e7ac'),
(20974,20970,NULL,5865,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:32:04','2026-01-28 20:32:04',NULL,NULL,NULL,'f6e4e474-3e6f-476f-b96e-e186f1133be5'),
(20976,981,NULL,5866,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:32:16','2026-01-28 20:32:16',NULL,NULL,NULL,'53879fd5-f75e-4803-ba87-b37ca4a80019'),
(20978,989,NULL,5867,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:32:39','2026-01-28 20:32:39',NULL,NULL,NULL,'d0f4203f-ba3c-4984-a653-dc08e8f1a3d8'),
(20985,995,NULL,5868,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:34:12','2026-01-28 20:34:12',NULL,NULL,NULL,'d3957b5a-0e99-4114-a456-f6fe5c3ed04c'),
(20986,3450,NULL,5869,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:34:12','2026-01-28 20:34:12',NULL,NULL,NULL,'627d0a48-ad2f-42ca-b6f4-8f51d4fe03b0'),
(20987,3452,NULL,5870,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:34:12','2026-01-28 20:34:12',NULL,NULL,NULL,'3398bbf5-91cc-4c31-a761-c4869ed17df1'),
(20988,3451,NULL,5871,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:34:12','2026-01-28 20:34:12',NULL,NULL,NULL,'69271423-d25e-478e-93b7-bac4d7cec37d'),
(20989,3453,NULL,5872,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:34:12','2026-01-28 20:34:12',NULL,NULL,NULL,'fead24b1-c816-4a8f-9ebc-34d51dd1f84b'),
(20990,3454,NULL,5873,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:34:12','2026-01-28 20:34:12',NULL,NULL,NULL,'64276a8f-ae14-4b9e-a949-8701d58600ff'),
(20992,999,NULL,5874,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:34:25','2026-01-28 20:34:25',NULL,NULL,NULL,'f764612f-75ef-4e66-95a6-16a9fe124f16'),
(20999,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:36:40','2026-01-28 20:36:40',NULL,NULL,NULL,'a7f2db95-8843-4ace-955b-dbc1671271a3'),
(21000,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:36:40','2026-01-28 20:36:40',NULL,NULL,NULL,'3300b392-b24a-408a-bd6c-5093d2849c06'),
(21001,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:36:40','2026-01-28 20:36:40',NULL,NULL,NULL,'7a58d35c-adad-4814-9e1c-1ebd48adacac'),
(21002,1005,NULL,5875,1,'craft\\elements\\Entry',1,0,'2026-01-28 20:36:40','2026-01-28 20:36:40',NULL,NULL,NULL,'9299af93-96b4-4c3c-9565-0296f3491ab2'),
(21003,3522,NULL,5876,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:36:40','2026-01-28 20:36:40',NULL,NULL,NULL,'43faed91-3a92-4aad-ae5b-6b498cf14ec1'),
(21004,20999,NULL,5877,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:36:40','2026-01-28 20:36:40',NULL,NULL,NULL,'2fd4ed03-9095-42ac-b535-2fe72b6c17c1'),
(21005,21000,NULL,5878,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:36:40','2026-01-28 20:36:40',NULL,NULL,NULL,'7e226933-9f31-4ed8-9bce-7346f17fa57e'),
(21006,21001,NULL,5879,3,'craft\\elements\\Entry',1,0,'2026-01-28 20:36:40','2026-01-28 20:36:40',NULL,NULL,NULL,'fb89c635-9051-4a81-ab7f-d7ae9a6ade73'),
(21010,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 20:43:17','2026-01-28 20:43:17',NULL,NULL,NULL,'12b98264-a145-487b-9407-0522c46bd107'),
(21021,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:29:25','2026-01-28 21:29:25',NULL,NULL,NULL,'18b084e0-5dad-4a50-8bad-29f5d02a68d4'),
(21022,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:29:25','2026-01-28 21:29:25',NULL,NULL,NULL,'9bb8b3be-146c-4294-9357-da6cccfef88b'),
(21023,1011,NULL,5880,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:29:25','2026-01-28 21:29:25',NULL,NULL,NULL,'4e02fde7-f29f-42d3-b5ee-b19a496f74ec'),
(21024,3555,NULL,5881,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:29:25','2026-01-28 21:29:25',NULL,NULL,NULL,'66e7b8be-977e-4074-b328-4fbaa78d78c1'),
(21025,3554,NULL,5882,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:29:25','2026-01-28 21:29:25',NULL,NULL,NULL,'6b221c3d-6b1d-43b7-a702-b449b98fe36b'),
(21026,21021,NULL,5883,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:29:25','2026-01-28 21:29:25',NULL,NULL,NULL,'dc9486a9-c1a1-4ec6-a6cb-6202094bc4b4'),
(21027,21022,NULL,5884,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:29:25','2026-01-28 21:29:25',NULL,NULL,NULL,'54d327c7-cfaf-4eed-b83a-fea15039ede6'),
(21036,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:34:03','2026-01-28 21:34:03',NULL,NULL,NULL,'a2f53bc9-308d-4ff1-8df2-a57b773ff4b9'),
(21037,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:34:03','2026-01-28 21:34:03',NULL,NULL,NULL,'884662c9-b7e4-49e7-8183-ae1091c32156'),
(21038,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:34:03','2026-01-28 21:34:03',NULL,NULL,NULL,'adc9e64a-1933-43da-9c3c-32338440ed19'),
(21039,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:34:03','2026-01-28 21:34:03',NULL,NULL,NULL,'c82f94e2-2782-419f-8284-2a58e3b8b7d9'),
(21040,1023,NULL,5885,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:34:03','2026-01-28 21:34:03',NULL,NULL,NULL,'c7b7db8b-69d6-4eb6-a232-e9ac87451c84'),
(21041,21036,NULL,5886,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:34:03','2026-01-28 21:34:03',NULL,NULL,NULL,'6e060dc0-e6f7-408f-86dc-43d997e736ba'),
(21042,21037,NULL,5887,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:34:03','2026-01-28 21:34:03',NULL,NULL,NULL,'99967fc8-c3dc-4b3d-9454-c9254c40fa33'),
(21043,21038,NULL,5888,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:34:03','2026-01-28 21:34:03',NULL,NULL,NULL,'df4096c6-b92a-4548-a2c3-5773e209e49d'),
(21044,21039,NULL,5889,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:34:03','2026-01-28 21:34:03',NULL,NULL,NULL,'682b120f-ff7d-4531-b468-f049577e7421'),
(21046,1031,NULL,5890,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:34:15','2026-01-28 21:34:15',NULL,NULL,NULL,'8ea53e13-fc5b-4497-9a72-5aaa0ea939eb'),
(21052,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:36:11','2026-01-28 21:36:11',NULL,NULL,NULL,'4cf7e3b0-8335-4ce7-a3c4-c1d976f3c4d5'),
(21053,1041,NULL,5891,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:36:11','2026-01-28 21:36:11',NULL,NULL,NULL,'576c2dfc-e0d1-46c6-ab1e-67876d34701c'),
(21054,3680,NULL,5892,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:36:11','2026-01-28 21:36:11',NULL,NULL,NULL,'7cdfa8fe-0a5f-4e9f-9291-84142cbc5ab2'),
(21055,3681,NULL,5893,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:36:11','2026-01-28 21:36:11',NULL,NULL,NULL,'ea2c6200-a199-4bda-a041-f2bd339cf87d'),
(21056,3682,NULL,5894,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:36:11','2026-01-28 21:36:11',NULL,NULL,NULL,'f578527a-e94c-47b1-83aa-7586f9d463ca'),
(21057,21052,NULL,5895,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:36:11','2026-01-28 21:36:11',NULL,NULL,NULL,'4dbe3633-d0e7-4da9-a177-ec07a6d8790b'),
(21058,1045,NULL,5896,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:36:34','2026-01-28 21:36:34',NULL,NULL,NULL,'ef0de10e-c357-4731-afda-33e44f9ba1f5'),
(21061,1051,NULL,5897,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:37:11','2026-01-28 21:37:11',NULL,NULL,NULL,'389ad6e6-7877-4884-ba94-aed31785b7d9'),
(21062,3749,NULL,5898,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:37:11','2026-01-28 21:37:11',NULL,NULL,NULL,'ebbd34fc-fe14-4893-aade-911eca3fee40'),
(21069,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:38:39','2026-01-28 21:38:39',NULL,NULL,NULL,'21113a0a-3cd5-4ff0-b079-e22802c5a823'),
(21070,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:38:39','2026-01-28 21:38:39',NULL,NULL,NULL,'377db845-6ec5-46db-bc56-1e73ff5b316d'),
(21071,1059,NULL,5899,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:38:39','2026-01-28 21:38:39',NULL,NULL,NULL,'87a9bd3b-cee1-4654-b07b-100ae37af9a4'),
(21072,21069,NULL,5900,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:38:39','2026-01-28 21:38:39',NULL,NULL,NULL,'ca1ada83-5d31-4e5c-8a18-f40abe8f0bee'),
(21073,3786,NULL,5901,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:38:39','2026-01-28 21:38:39',NULL,NULL,NULL,'5e42a318-315e-4242-a672-da5c14c8739d'),
(21074,21070,NULL,5902,3,'craft\\elements\\Entry',1,0,'2026-01-28 21:38:39','2026-01-28 21:38:39',NULL,NULL,NULL,'0ccc46f1-822b-4117-b5d9-779acd765af8'),
(21077,1067,NULL,5903,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:38:58','2026-01-28 21:38:58',NULL,NULL,NULL,'ac855e7e-7eb3-472e-b04c-6491b640472e'),
(21078,3819,NULL,5904,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:38:58','2026-01-28 21:38:58',NULL,NULL,NULL,'ce6a3136-1203-4783-bc29-54fba51a45c6'),
(21081,1079,NULL,5905,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:39:40','2026-01-28 21:39:40',NULL,NULL,NULL,'82ca45e2-f119-405d-be1a-0e025eca3d1c'),
(21082,3859,NULL,5906,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:39:40','2026-01-28 21:39:40',NULL,'2026-01-29 17:21:38',NULL,'1790e033-6b8f-4c3b-abdb-1a6deaee0e14'),
(21085,1085,NULL,5907,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:39:54','2026-01-28 21:39:54',NULL,NULL,NULL,'3af872ee-58f0-4481-ac8c-d4a44980ca5e'),
(21086,3879,NULL,5908,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:39:54','2026-01-28 21:39:54',NULL,'2026-01-29 17:45:04',NULL,'d1f0b3b2-94e6-46e6-8037-36c62be5957a'),
(21089,1091,NULL,5909,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:40:04','2026-01-28 21:40:04',NULL,NULL,NULL,'ca9984e7-dcb8-4588-9f99-0dcd79aa8d36'),
(21090,3921,NULL,5910,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:40:04','2026-01-28 21:40:04',NULL,NULL,NULL,'830735be-3656-4df2-93bf-895ffbdc5331'),
(21093,1097,NULL,5911,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:40:17','2026-01-28 21:40:17',NULL,NULL,NULL,'0664431a-5045-4425-b8b5-4406ba4197fc'),
(21094,3948,NULL,5912,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:40:17','2026-01-28 21:40:17',NULL,NULL,NULL,'92e87760-092f-423c-bd52-4cbde8f70fcc'),
(21096,1109,NULL,5913,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:40:27','2026-01-28 21:40:27',NULL,NULL,NULL,'c7e18756-dcb0-4db1-95dc-4d7ae8d3f34c'),
(21097,4011,NULL,5914,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:40:27','2026-01-28 21:40:27',NULL,NULL,NULL,'ddb1ccfd-1454-4968-9b34-503b24e15c34'),
(21101,1123,NULL,5915,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:40:43','2026-01-28 21:40:43',NULL,NULL,NULL,'68d728dd-f289-4a60-80f1-5a7d726b85d7'),
(21102,4070,NULL,5916,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:40:43','2026-01-28 21:40:43',NULL,NULL,NULL,'d2712f94-ace5-4613-b050-cd21834d1618'),
(21103,4071,NULL,5917,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:40:43','2026-01-28 21:40:43',NULL,'2026-01-29 19:40:25',NULL,'11a58987-c942-4721-b171-159fe31122a6'),
(21107,1143,NULL,5918,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:41:00','2026-01-28 21:41:00',NULL,NULL,NULL,'f48d9472-aa05-40c3-86d1-da7caa997e9d'),
(21108,4131,NULL,5919,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:41:00','2026-01-28 21:41:00',NULL,'2026-01-29 20:09:24',NULL,'d83f55dc-3032-4035-9e25-d7d4284d26fd'),
(21109,4132,NULL,5920,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:41:00','2026-01-28 21:41:00',NULL,NULL,NULL,'6b237782-5aef-489e-8529-441a16ec1486'),
(21112,1171,NULL,5921,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:41:14','2026-01-28 21:41:14',NULL,NULL,NULL,'a5c2b9f6-3e82-4f2b-bb4c-890827aa3bb3'),
(21113,4277,NULL,5922,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:41:14','2026-01-28 21:41:14',NULL,NULL,NULL,'a2509cdb-9e80-4f23-8b85-2b277f11918d'),
(21116,1197,NULL,5923,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:41:25','2026-01-28 21:41:25',NULL,NULL,NULL,'ef8512d8-ab3c-4ba3-951f-41174b206e64'),
(21117,4409,NULL,5924,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:41:25','2026-01-28 21:41:25',NULL,NULL,NULL,'fcd7d84f-45a0-46ab-b2ba-a8d3f82ee967'),
(21120,1215,NULL,5925,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:41:43','2026-01-28 21:41:43',NULL,NULL,NULL,'e818d4e4-4a03-4c44-b18e-a6955d67a46b'),
(21121,4492,NULL,5926,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:41:43','2026-01-28 21:41:43',NULL,NULL,NULL,'67e91e3c-bfef-467a-b642-59430730eb73'),
(21124,1237,NULL,5927,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:41:59','2026-01-28 21:41:59',NULL,NULL,NULL,'a35c3fc3-9ce6-495b-bdf1-775c914638a5'),
(21125,4604,NULL,5928,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:41:59','2026-01-28 21:41:59',NULL,NULL,NULL,'eb277c53-6356-438c-b666-6fc5f71c14ff'),
(21129,1243,NULL,5929,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:42:17','2026-01-28 21:42:17',NULL,NULL,NULL,'4e47addc-4b41-4fdf-9275-b84178c939f1'),
(21130,4626,NULL,5930,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:42:17','2026-01-28 21:42:17',NULL,NULL,NULL,'8bc48731-55f9-48aa-9360-bccf5d0bbd7d'),
(21131,4627,NULL,5931,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:42:17','2026-01-28 21:42:17',NULL,NULL,NULL,'3de0139a-4349-498f-99d6-a363d706a434'),
(21134,1249,NULL,5932,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:42:30','2026-01-28 21:42:30',NULL,NULL,NULL,'663ded31-878d-44b8-91a5-af6d758e49d0'),
(21135,4660,NULL,5933,3,'craft\\elements\\Entry',0,0,'2026-01-28 21:42:30','2026-01-28 21:42:30',NULL,NULL,NULL,'cf1122a9-ac7c-4fb6-9163-5aca3978147a'),
(21137,1261,NULL,5934,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:42:37','2026-01-28 21:42:37',NULL,NULL,NULL,'09f9e91f-e66b-4632-a111-1403d5e3285d'),
(21138,1395,NULL,5935,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:42:51','2026-01-28 21:42:51',NULL,NULL,NULL,'9455caa5-022e-47b6-a8a2-f494f99c726f'),
(21140,1389,NULL,5936,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:43:02','2026-01-28 21:43:02',NULL,NULL,NULL,'bc6a2291-35e1-4e4a-bf3d-ec04cb743216'),
(21142,1425,NULL,5937,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:43:12','2026-01-28 21:43:12',NULL,NULL,NULL,'8b760901-d655-4f09-bbf7-4f575a81c3b1'),
(21144,1431,NULL,5938,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:43:23','2026-01-28 21:43:23',NULL,NULL,NULL,'a4de4a68-3419-4f34-a4d3-c65277bd6690'),
(21146,1443,NULL,5939,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:43:34','2026-01-28 21:43:34',NULL,NULL,NULL,'1aa3e656-c8eb-4cc9-9335-b319b6ce03e0'),
(21148,1449,NULL,5940,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:43:46','2026-01-28 21:43:47',NULL,NULL,NULL,'bdfbc620-3585-4de7-afef-5b1f64abe117'),
(21150,1461,NULL,5941,1,'craft\\elements\\Entry',1,0,'2026-01-28 21:43:55','2026-01-28 21:43:55',NULL,NULL,NULL,'d2b84207-4d3e-47b4-b93b-e7252495178a'),
(21158,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 23:08:25','2026-01-28 23:08:25',NULL,NULL,NULL,'26e5d201-7212-456e-91fa-fe74a994ac59'),
(21159,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-28 23:08:25','2026-01-28 23:08:25',NULL,NULL,NULL,'6a3af821-c807-40d8-926c-4a7456600566'),
(21160,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-28 23:47:55','2026-01-28 23:47:55',NULL,NULL,NULL,'462eb236-6b6a-448b-b0f7-3a5315c325b0'),
(21164,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 00:09:35','2026-01-29 00:09:35',NULL,NULL,NULL,'21ab1dd2-2943-42e8-90c7-e4a811925f9f'),
(21166,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 00:33:27','2026-01-29 00:33:27',NULL,NULL,NULL,'2397153f-0fdc-4a23-97b3-5da14cde4a20'),
(21176,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 01:17:39','2026-01-29 01:17:39',NULL,NULL,NULL,'870ecc08-aada-48d4-bbcc-2674a36365a9'),
(21178,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-29 01:19:18','2026-01-29 01:19:18',NULL,NULL,NULL,'99a7bcf5-d79d-4772-a49f-398f6ba12400'),
(21192,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 01:29:30','2026-01-29 01:29:30',NULL,NULL,NULL,'a748743a-c73a-4740-8a91-71d2ea03d17f'),
(21222,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 04:30:28','2026-01-29 04:30:28',NULL,NULL,NULL,'6b32a3bd-6ad1-49e0-b98d-17f7f6df44d7'),
(21223,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-29 04:30:28','2026-01-29 04:30:28',NULL,NULL,NULL,'a6ff550f-e868-403b-ae59-5853167af2bf'),
(21240,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 07:33:54','2026-01-29 07:33:54',NULL,NULL,NULL,'89d5d693-66b4-45aa-87ca-789cce149fb4'),
(21243,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 09:23:11','2026-01-29 09:23:11',NULL,NULL,NULL,'ecf744e8-9d8d-4d84-88ef-820029af9ea1'),
(21293,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 13:35:49','2026-01-29 13:35:49',NULL,NULL,NULL,'898cd60a-7f1f-4df2-9e1c-ca7fb8d7a30e'),
(21296,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 14:25:22','2026-01-29 14:25:22',NULL,NULL,NULL,'533d2574-5272-4253-8df4-d934c675708b'),
(21297,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-29 14:25:22','2026-01-29 14:25:22',NULL,NULL,NULL,'608f297a-fa68-4569-bc67-a0095c8614e5'),
(21312,1315,NULL,5942,1,'craft\\elements\\Entry',1,0,'2026-01-29 14:34:42','2026-01-29 14:34:42',NULL,NULL,NULL,'45779256-f8ee-48d5-85ed-56bcb1a7b916'),
(21314,1315,NULL,5943,1,'craft\\elements\\Entry',1,0,'2026-01-29 14:35:13','2026-01-29 14:35:13',NULL,NULL,NULL,'68cea3bb-6958-40b4-8191-6494c4fdcac9'),
(21316,1413,NULL,5944,1,'craft\\elements\\Entry',1,0,'2026-01-29 14:38:44','2026-01-29 14:38:44',NULL,NULL,NULL,'2aa2eae7-ccd8-4997-a261-a41d14af6ab9'),
(21322,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 15:50:20','2026-01-29 15:50:20',NULL,NULL,NULL,'f98e2774-bb07-4e81-ac10-cd8292cc2ff0'),
(21325,2,NULL,5945,1,'craft\\elements\\Entry',1,0,'2026-01-29 15:59:54','2026-01-29 15:59:54',NULL,NULL,NULL,'e0578ab9-cdf7-4b59-97f8-6eca5633a10c'),
(21327,945,NULL,5946,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:00:00','2026-01-29 16:00:00',NULL,NULL,NULL,'4aebc38a-cacb-48f7-bc95-f459521247bb'),
(21334,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:01:42','2026-01-29 16:01:42',NULL,NULL,NULL,'42bb6084-a6f8-42ba-ba70-d6208dd9d90a'),
(21335,951,NULL,5947,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:01:42','2026-01-29 16:01:42',NULL,NULL,NULL,'5c3a7ff5-f6d1-4702-b4fb-3fb7860684b4'),
(21336,3260,NULL,5948,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:01:42','2026-01-29 16:01:42',NULL,NULL,NULL,'70c092ff-9119-4dfd-9d00-fa77dfd11f48'),
(21337,3261,NULL,5949,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:01:42','2026-01-29 16:01:42',NULL,NULL,NULL,'cf9bda7d-b86b-4820-94e2-c92be02e7777'),
(21338,3262,NULL,5950,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:01:42','2026-01-29 16:01:42',NULL,NULL,NULL,'c0b9aa99-c9d6-4df2-aa98-f7070f93253a'),
(21339,8650,NULL,5951,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:01:42','2026-01-29 16:01:42',NULL,NULL,NULL,'845d4bde-171d-46b6-ad5e-b27b53749b33'),
(21340,21334,NULL,5952,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:01:42','2026-01-29 16:01:42',NULL,NULL,NULL,'6ed6a3a5-a440-4b39-b3a3-338f7d3bed1e'),
(21341,945,NULL,5953,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:01:44','2026-01-29 16:01:44',NULL,NULL,NULL,'9abc828a-2bcc-4dd6-a9a8-d0e675de8cc2'),
(21349,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'44f71a93-c6ad-40a7-85c3-6dd41367caaa'),
(21350,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'a0eef2be-d518-4805-b925-ad157b860181'),
(21351,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'d8f90c89-793f-4952-80b2-6eb672a66e87'),
(21352,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'b9759fb4-ebe7-4671-a982-9932a9b4e3b6'),
(21353,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'d4c2f3af-a797-4ffa-967d-5f9a24eb74ec'),
(21354,957,NULL,5954,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'ba23a7ea-5ea4-4822-a5a9-f927daeefa6e'),
(21355,21349,NULL,5955,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'56266a1d-6425-4afe-9e50-b917c38940ac'),
(21356,21350,NULL,5956,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'5288ac80-3fe0-4cc8-87e5-c213a478e6d7'),
(21357,21351,NULL,5957,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'9b296270-a9dc-4d0a-a0bf-795b9303b3a0'),
(21358,21352,NULL,5958,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'f7fe511d-9c61-4397-9fb2-3838c0654deb'),
(21359,21353,NULL,5959,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:08:14','2026-01-29 16:08:14',NULL,NULL,NULL,'dc41c57d-2743-461f-ba18-38ffb0022594'),
(21362,963,NULL,5960,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:09:21','2026-01-29 16:09:21',NULL,NULL,NULL,'9509d4e9-9ea1-4ba7-85d4-466ca0743a89'),
(21363,20935,NULL,5961,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:09:21','2026-01-29 16:09:21',NULL,NULL,NULL,'e8d8fc85-6efd-48b9-be88-2f008201c9b1'),
(21365,969,NULL,5962,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:09:39','2026-01-29 16:09:39',NULL,NULL,NULL,'ec5178e7-3ede-4085-b39d-82a01af5c358'),
(21367,975,NULL,5963,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:10:11','2026-01-29 16:10:11',NULL,NULL,NULL,'8a8a112e-7be0-4752-afec-9bab1134d645'),
(21369,981,NULL,5964,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:10:53','2026-01-29 16:10:53',NULL,NULL,NULL,'5ff47beb-e09e-4af7-88aa-33fdc8fa7f52'),
(21374,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:12:42','2026-01-29 16:12:42',NULL,NULL,NULL,'a97dab00-6e33-4a58-ae64-b5497c82d59c'),
(21375,989,NULL,5965,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:12:42','2026-01-29 16:12:42',NULL,NULL,NULL,'3c20f5a8-318a-4c4b-9024-d7e6ab69e6d0'),
(21376,3403,NULL,5966,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:12:42','2026-01-29 16:12:42',NULL,NULL,NULL,'f1e2b0dc-448a-4004-aa82-299e0e140ce3'),
(21377,21374,NULL,5967,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:12:42','2026-01-29 16:12:42',NULL,NULL,NULL,'c343704d-37a8-4bca-81a4-e615b80cfb81'),
(21379,995,NULL,5968,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:13:21','2026-01-29 16:13:21',NULL,NULL,NULL,'04c0dbff-0e87-42ea-8bb9-e1a7dd02154f'),
(21404,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'54107c14-27f0-4862-87d8-ea12d954b99d'),
(21405,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'b505fc2d-dae6-4874-8d0f-e87ccbd07802'),
(21406,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'c4c863e8-9956-461d-99a5-c8a1b1c73b15'),
(21407,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'ee3f0025-2325-4bf2-bea9-e65a88598144'),
(21408,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'b754ec4c-3b37-46ae-a3bb-367357867ec2'),
(21409,999,NULL,5969,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'54236e23-b1d6-4f17-b317-5eeb4996e65a'),
(21410,21404,NULL,5970,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'b1119a5b-13b1-431f-a631-a7045e2ad4be'),
(21411,21405,NULL,5971,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'60f50128-0b72-4527-8ab7-a5deb12bb119'),
(21412,21406,NULL,5972,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'0ff8cdac-47fe-47e8-9969-2b9412dfa86f'),
(21413,21407,NULL,5973,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'45546904-ebd9-445c-82e6-a51555d35774'),
(21414,21408,NULL,5974,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:48:33','2026-01-29 16:48:33',NULL,NULL,NULL,'e363a087-bf72-4e1c-8529-e4cb2e3d2b4b'),
(21417,1005,NULL,5975,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:50:22','2026-01-29 16:50:22',NULL,NULL,NULL,'a1e2dd82-2ff2-477a-8b3a-7c02aaae8da5'),
(21422,1011,NULL,5976,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:52:50','2026-01-29 16:52:50',NULL,NULL,NULL,'09e8b1a1-1c29-4f7a-98f2-333ec942d82b'),
(21432,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'47708708-f592-4cd1-96ea-9e33c9160f5f'),
(21433,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'cd488f0b-2762-4a37-b0b0-8f610faf744a'),
(21434,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'e8cef19f-93ea-44d0-9e11-d447029775b8'),
(21435,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'d4a6dafb-23cc-46e2-9f50-b7baa1674ba6'),
(21436,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'c804362b-1008-4fe2-9b3d-69b457ee2c39'),
(21437,1017,NULL,5977,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'236a590d-1819-40fd-a896-baf9edf428ce'),
(21438,21432,NULL,5978,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'b8ebdc71-da56-46c5-a36e-cc96206403c0'),
(21439,21433,NULL,5979,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'7addc31f-902b-42ed-ab63-10c04b61579a'),
(21440,21434,NULL,5980,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'5eac6511-3451-4477-b068-0af3d0dacd39'),
(21441,21435,NULL,5981,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'8fad1cd8-0558-469f-9959-d1e3e7b97a6d'),
(21442,21436,NULL,5982,3,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:33','2026-01-29 16:55:33',NULL,NULL,NULL,'6643faa3-5088-41ce-b9e6-a0005ed98625'),
(21445,1023,NULL,5983,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:55:50','2026-01-29 16:55:50',NULL,NULL,NULL,'35a2dfe5-f9c8-4cf4-982f-360d47b35e48'),
(21449,1031,NULL,5984,1,'craft\\elements\\Entry',1,0,'2026-01-29 16:56:25','2026-01-29 16:56:25',NULL,NULL,NULL,'40a39762-e2bc-44e7-bc12-e39518535532'),
(21450,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 16:57:07','2026-01-29 16:57:07',NULL,NULL,NULL,'10ba6b63-5c28-440e-be81-85219889572e'),
(21451,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-29 16:57:07','2026-01-29 16:57:07',NULL,NULL,NULL,'6bd17fa8-70ae-424d-ae23-010a7735e7d3'),
(21457,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:01:10','2026-01-29 17:01:10',NULL,NULL,NULL,'2c07fdfb-763a-486a-add6-998edf14a60e'),
(21458,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:01:10','2026-01-29 17:01:10',NULL,NULL,NULL,'6f677cd1-6c72-4fbd-82aa-1634ab731530'),
(21459,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:01:10','2026-01-29 17:01:10',NULL,NULL,NULL,'327a14a5-697c-4205-87ed-05df1e2080a0'),
(21460,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:01:10','2026-01-29 17:01:10',NULL,NULL,NULL,'f28f37f2-dafe-4e4a-bdd6-e081e3af6437'),
(21461,1035,NULL,5985,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:01:10','2026-01-29 17:01:10',NULL,NULL,NULL,'f6001321-ddc1-4c07-87a0-9ac81885084a'),
(21462,21457,NULL,5986,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:01:10','2026-01-29 17:01:10',NULL,NULL,NULL,'b49ae146-1337-4ccb-a1dc-7b595e7dc3ab'),
(21463,21458,NULL,5987,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:01:10','2026-01-29 17:01:10',NULL,NULL,NULL,'1d56d7ab-f654-4712-bd2a-503c569c6248'),
(21464,21459,NULL,5988,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:01:10','2026-01-29 17:01:10',NULL,NULL,NULL,'84c11e6f-243b-4783-a244-91c9ab590a82'),
(21465,21460,NULL,5989,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:01:10','2026-01-29 17:01:10',NULL,NULL,NULL,'a6297381-fa94-40df-9aea-7c4983d0da59'),
(21468,1041,NULL,5990,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:01:21','2026-01-29 17:01:21',NULL,NULL,NULL,'098ccd8f-63ac-46b6-9326-597d2b3d4645'),
(21476,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'3dd3e925-e034-47e0-979a-c310fd4d37b6'),
(21477,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'42d675a7-9470-4bf3-b2eb-0988da736d9c'),
(21478,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'64b25aa6-528c-423f-9804-d087bc7a193a'),
(21479,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'90bb7067-df63-47ce-8183-dd4baad1c1df'),
(21480,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'4e6b3838-ad38-4e7d-96a3-9662ef2baecf'),
(21481,1045,NULL,5991,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'1afea08f-b1f3-4edd-b041-22ef747eb337'),
(21482,21476,NULL,5992,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'38833f21-8dcf-4669-9faf-386d12e5a4d4'),
(21483,21477,NULL,5993,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'14154952-e5be-450e-8fcb-5783df458ce5'),
(21484,21478,NULL,5994,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'8ecf56f7-f876-44e2-bfb7-f00a6ba25b35'),
(21485,21479,NULL,5995,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'32800167-e74d-4b5c-ab4d-27502c18cd9c'),
(21486,21480,NULL,5996,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:05:21','2026-01-29 17:05:21',NULL,NULL,NULL,'181b305c-ea51-4935-af22-9395bbd6aff8'),
(21492,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:07:18','2026-01-29 17:07:18',NULL,NULL,NULL,'635b026f-cb2a-4343-931e-b7c102236ee1'),
(21493,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:07:18','2026-01-29 17:07:18',NULL,NULL,NULL,'d905c4fd-4c9f-4c06-b098-d157f60c0375'),
(21494,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:07:18','2026-01-29 17:07:18',NULL,NULL,NULL,'d75e4d8a-dfa1-405a-b27d-43b94bf8636d'),
(21495,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:07:18','2026-01-29 17:07:18',NULL,NULL,NULL,'19e18710-11cd-4d67-8adf-f23bcf782e0a'),
(21496,1051,NULL,5997,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:07:18','2026-01-29 17:07:18',NULL,NULL,NULL,'c9794826-a522-4a77-9c28-6af5c914de2b'),
(21497,21492,NULL,5998,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:07:18','2026-01-29 17:07:18',NULL,NULL,NULL,'9fad4cec-a902-41ee-ab08-6d7a5a11fae8'),
(21498,3749,NULL,5999,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:07:18','2026-01-29 17:07:18',NULL,NULL,NULL,'84add751-7d92-4de0-bcbe-a94da84269f2'),
(21499,21493,NULL,6000,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:07:18','2026-01-29 17:07:18',NULL,NULL,NULL,'3ff99073-4b8c-434c-9f09-8bb32528a061'),
(21500,21494,NULL,6001,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:07:18','2026-01-29 17:07:18',NULL,NULL,NULL,'ec44ff18-5b48-44ea-8a37-e561867bbe6a'),
(21501,21495,NULL,6002,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:07:18','2026-01-29 17:07:18',NULL,NULL,NULL,'58ed94b0-bb16-4a43-b97c-868532953d08'),
(21507,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:09:10','2026-01-29 17:09:10',NULL,NULL,NULL,'21aeb079-4850-460d-a525-4dc88c97f10b'),
(21508,1059,NULL,6003,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:09:10','2026-01-29 17:09:10',NULL,NULL,NULL,'93cbc156-c6d2-4d45-869e-6fd32b5c615a'),
(21509,3785,NULL,6004,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:09:10','2026-01-29 17:09:10',NULL,NULL,NULL,'fe028011-a048-4ec3-8632-1f0de5988b1a'),
(21510,3786,NULL,6005,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:09:10','2026-01-29 17:09:10',NULL,NULL,NULL,'a51c170a-a008-4366-8387-ab6ddb06683b'),
(21511,21507,NULL,6006,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:09:10','2026-01-29 17:09:10',NULL,NULL,NULL,'d85e44bd-6ae8-4d93-a0de-ca16bc81e1a0'),
(21517,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:12:39','2026-01-29 17:12:39',NULL,NULL,NULL,'0f4519e3-1294-44a4-b1cc-d75853bb2db6'),
(21518,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:12:39','2026-01-29 17:12:39',NULL,NULL,NULL,'1e48c8a4-8279-4bc8-bd04-d70da95d2359'),
(21519,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:12:39','2026-01-29 17:12:39',NULL,NULL,NULL,'61e31479-aeab-41b3-acff-ef701ec4202e'),
(21520,1067,NULL,6007,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:12:39','2026-01-29 17:12:39',NULL,NULL,NULL,'307ad2d0-3382-4a09-a6de-759c325ba644'),
(21521,3819,NULL,6008,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:12:39','2026-01-29 17:12:40',NULL,NULL,NULL,'df7936c1-9359-461b-8752-6276756bbc84'),
(21522,21517,NULL,6009,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:12:39','2026-01-29 17:12:40',NULL,NULL,NULL,'700a024a-1904-45ea-aa2e-496da7f916f5'),
(21523,21518,NULL,6010,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:12:39','2026-01-29 17:12:40',NULL,NULL,NULL,'fc921b70-34d3-4bf2-8df0-e6bab50346f2'),
(21524,21519,NULL,6011,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:12:39','2026-01-29 17:12:40',NULL,NULL,NULL,'d43b9d28-f7ea-48b1-ad07-607f4ff6b72d'),
(21531,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'b0882ca1-ed32-4cc3-b64c-7718b0cd9082'),
(21532,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'648be7c2-1914-40a0-a227-b8b9a77dde5f'),
(21533,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'62a283eb-0dbe-4a59-b348-fb496ed03667'),
(21534,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'6ce1e7ac-bb60-45b8-b5a7-c9af2a03ac87'),
(21535,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'45ad0233-4a70-4f01-8c20-c75c20af1380'),
(21536,1073,NULL,6012,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'e5e23b19-88a9-48b7-afde-b6fa463dc5b4'),
(21537,21531,NULL,6013,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'d4b7feba-2177-4490-a2ca-41ed25484363'),
(21538,21532,NULL,6014,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'eade0104-c016-4233-aa2a-982879b03fc9'),
(21539,21533,NULL,6015,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'7b9bd564-b774-47a7-918d-afdb296b26af'),
(21540,21534,NULL,6016,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'9ba61680-e557-4075-b935-b4291f8859e6'),
(21541,21535,NULL,6017,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:16:36','2026-01-29 17:16:36',NULL,NULL,NULL,'10fd2f3b-fcc0-4c02-a7e3-587cc57d944a'),
(21549,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'83237660-3067-41d0-98a7-e92af56fd713'),
(21550,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'bdc93c44-21f4-45f0-ba6a-62952fc07332'),
(21551,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'7301f59a-6e5a-412a-9847-e4a8f17ee7db'),
(21552,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'12fecc23-d5f6-4dcb-9d52-967e354aa92b'),
(21553,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'8e9f4d71-ad7f-4b25-9225-96e34bc7f6de'),
(21554,1079,NULL,6018,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'bdea3fc9-8a9e-42a1-812f-cb6724745a25'),
(21555,21549,NULL,6019,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'49f8333b-e08e-4f39-85e7-172ebc6a413c'),
(21556,21550,NULL,6020,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'4c9c0c7f-a41c-4200-b282-e93a55d0e2fd'),
(21557,21551,NULL,6021,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'61c2af48-4ef1-4630-8ff8-fdc9103b768c'),
(21558,21552,NULL,6022,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'03f4f584-7348-47d4-8c15-015a51397c0d'),
(21559,21553,NULL,6023,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:21:38','2026-01-29 17:21:38',NULL,NULL,NULL,'ce2fead6-6bfd-4c3d-9a22-2848ab22f349'),
(21568,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 17:44:37','2026-01-29 17:44:37',NULL,NULL,NULL,'6da56b96-5c93-4c71-bb17-1eebcc1481bd'),
(21569,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-29 17:44:37','2026-01-29 17:44:37',NULL,NULL,NULL,'6f894a30-a741-4e40-ae26-57277dc32c2e'),
(21571,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:04','2026-01-29 17:45:04',NULL,NULL,NULL,'5d00fed0-1ad9-4146-904b-35fe747f0ec8'),
(21572,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:04','2026-01-29 17:45:04',NULL,NULL,NULL,'02d889de-2bf7-4a4a-abbb-721d923e5022'),
(21573,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:04','2026-01-29 17:45:04',NULL,NULL,NULL,'5462ba29-d864-4e5b-ac22-5cc1df2c8a54'),
(21574,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:04','2026-01-29 17:45:04',NULL,NULL,NULL,'49e46b38-88f1-484e-8ba3-2311bb6bb278'),
(21575,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:04','2026-01-29 17:45:04',NULL,NULL,NULL,'6daf6ece-8d02-4e2a-9c91-26675179a6cb'),
(21576,1085,NULL,6024,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:03','2026-01-29 17:45:04',NULL,NULL,NULL,'c9ef9ab6-c727-461a-abfc-d1f5f1bda6a6'),
(21577,21571,NULL,6025,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:04','2026-01-29 17:45:04',NULL,NULL,NULL,'90be0183-4280-4aeb-a46a-b96ff2f0b27b'),
(21578,21572,NULL,6026,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:04','2026-01-29 17:45:04',NULL,NULL,NULL,'adab349f-2581-41de-9e6d-99634ffee936'),
(21579,21573,NULL,6027,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:04','2026-01-29 17:45:04',NULL,NULL,NULL,'87ed726c-47ea-438b-907a-452ac721d21a'),
(21580,21574,NULL,6028,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:04','2026-01-29 17:45:04',NULL,NULL,NULL,'d0757093-8850-4d01-a24e-f37c781c5ea6'),
(21581,21575,NULL,6029,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:45:04','2026-01-29 17:45:04',NULL,NULL,NULL,'6106d8ba-2cb3-4102-86cd-7faea2c76c9b'),
(21588,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:48:35','2026-01-29 17:48:35',NULL,NULL,NULL,'6410b3c1-e9a2-465e-ae71-92309e290dc4'),
(21589,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:48:35','2026-01-29 17:48:35',NULL,NULL,NULL,'00ce6a48-7f08-44b7-8074-72fb9f4d964c'),
(21590,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:48:35','2026-01-29 17:48:35',NULL,NULL,NULL,'3ad82776-363c-45d7-9ec0-1ca0d9bbc618'),
(21591,1091,NULL,6030,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:48:35','2026-01-29 17:48:35',NULL,NULL,NULL,'562cbfb3-30af-49bf-a93a-1ee8a2f815d4'),
(21592,3921,NULL,6031,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:48:35','2026-01-29 17:48:35',NULL,NULL,NULL,'0b9779d2-7309-45c2-af3c-c3d0bd6d9520'),
(21593,21588,NULL,6032,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:48:35','2026-01-29 17:48:35',NULL,NULL,NULL,'b72470a4-3904-446a-8975-56d5a3dbe7bd'),
(21594,21589,NULL,6033,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:48:35','2026-01-29 17:48:35',NULL,NULL,NULL,'97690768-802d-4c67-ad33-8e29cacd5d7f'),
(21595,21590,NULL,6034,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:48:35','2026-01-29 17:48:35',NULL,NULL,NULL,'cee795e7-085e-4bb6-9fce-c6a1926a107d'),
(21601,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:53:04','2026-01-29 17:53:04',NULL,NULL,NULL,'a8a10488-65ce-4962-a2ee-94f7f2cc1630'),
(21602,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:53:04','2026-01-29 17:53:04',NULL,NULL,NULL,'df10944c-7097-4e4a-b245-4f64fa050572'),
(21603,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:53:04','2026-01-29 17:53:04',NULL,NULL,NULL,'c4000855-efc7-4148-bd69-466f64b4518a'),
(21604,1097,NULL,6035,1,'craft\\elements\\Entry',1,0,'2026-01-29 17:53:04','2026-01-29 17:53:04',NULL,NULL,NULL,'6285feb2-cc0d-4cac-a81f-6186fc1d2705'),
(21605,3948,NULL,6036,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:53:04','2026-01-29 17:53:04',NULL,NULL,NULL,'0e3be170-4510-451a-bddb-130035e62dec'),
(21606,21601,NULL,6037,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:53:04','2026-01-29 17:53:04',NULL,NULL,NULL,'33d11444-f0cb-4211-8e6e-592fc06cb8c8'),
(21607,21602,NULL,6038,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:53:04','2026-01-29 17:53:04',NULL,NULL,NULL,'ccfd03e0-bfed-4c48-8de4-427497a07c22'),
(21608,21603,NULL,6039,3,'craft\\elements\\Entry',1,0,'2026-01-29 17:53:04','2026-01-29 17:53:04',NULL,NULL,NULL,'f6f45f2b-3c18-44fe-9d90-a630a4bb6c70'),
(21629,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 18:21:55','2026-01-29 18:21:55',NULL,NULL,NULL,'be910766-4a94-4337-9dee-3ddf98d074b5'),
(21639,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:07:35','2026-01-29 19:07:35',NULL,NULL,NULL,'ce39b687-8783-49fb-8ebd-12af6a30bda8'),
(21640,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:07:35','2026-01-29 19:07:35',NULL,NULL,NULL,'a9a93b43-2a17-4dbf-b3d0-c623cae755dd'),
(21641,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:07:35','2026-01-29 19:07:35',NULL,NULL,NULL,'e1c47c5d-57a6-478f-8eb4-b658c0f674f9'),
(21642,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:07:35','2026-01-29 19:07:35',NULL,NULL,NULL,'db00eaaf-f91e-4959-9cc1-a33ae6ab96f8'),
(21643,1103,NULL,6040,1,'craft\\elements\\Entry',1,0,'2026-01-29 19:07:35','2026-01-29 19:07:35',NULL,NULL,NULL,'faa97e25-1cb3-49bf-a3a2-d7093b3a7105'),
(21644,21639,NULL,6041,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:07:35','2026-01-29 19:07:35',NULL,NULL,NULL,'29cb0797-46d9-46cf-8b8c-63edfa3eb241'),
(21645,21640,NULL,6042,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:07:35','2026-01-29 19:07:35',NULL,NULL,NULL,'53507b54-1fc3-481d-99b7-8356f308934b'),
(21646,21641,NULL,6043,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:07:35','2026-01-29 19:07:35',NULL,NULL,NULL,'abee0025-a85a-4aff-ace2-1fddc50f3985'),
(21647,21642,NULL,6044,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:07:35','2026-01-29 19:07:35',NULL,NULL,NULL,'896fdc8b-8425-4e12-9c89-4e6ba4b241cd'),
(21653,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 19:19:23','2026-01-29 19:19:23',NULL,NULL,NULL,'6c5f1cc6-da30-4814-9a37-16973e704e5b'),
(21658,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:20:41','2026-01-29 19:20:41',NULL,NULL,NULL,'e6752b9f-c8a8-4f13-be49-3f17b1c2db83'),
(21659,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:20:41','2026-01-29 19:20:41',NULL,NULL,NULL,'9952b824-b193-46df-afcf-b60bdd6b79fe'),
(21660,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:20:41','2026-01-29 19:20:41',NULL,NULL,NULL,'4a378488-23cf-44cc-b41f-2c4c8235ac22'),
(21661,1109,NULL,6045,1,'craft\\elements\\Entry',1,0,'2026-01-29 19:20:41','2026-01-29 19:20:41',NULL,NULL,NULL,'840c8ee5-2648-4105-8074-aaa3898cf516'),
(21662,4011,NULL,6046,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:20:41','2026-01-29 19:20:41',NULL,NULL,NULL,'68bcf881-db1a-411b-bfd6-0f5dc97b454a'),
(21663,21658,NULL,6047,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:20:41','2026-01-29 19:20:41',NULL,NULL,NULL,'d0643838-1a1b-4ce6-889d-740fcc282bb1'),
(21664,21659,NULL,6048,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:20:41','2026-01-29 19:20:41',NULL,NULL,NULL,'1f67387f-7c32-4629-bd04-2e385232d256'),
(21665,21660,NULL,6049,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:20:41','2026-01-29 19:20:41',NULL,NULL,NULL,'4d090dc8-4f5a-43d8-b936-451877fed59a'),
(21668,1109,NULL,6050,1,'craft\\elements\\Entry',1,0,'2026-01-29 19:22:09','2026-01-29 19:22:09',NULL,NULL,NULL,'db7e2337-ab8a-443e-8f90-8444b8b0b293'),
(21675,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:31:54','2026-01-29 19:31:54',NULL,NULL,NULL,'0d91b9f3-38bd-4cea-a4c5-6881c487b697'),
(21676,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:31:54','2026-01-29 19:31:54',NULL,NULL,NULL,'0cc790fa-0397-45a7-85a3-2baa92c88a8c'),
(21677,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:31:54','2026-01-29 19:31:54',NULL,NULL,NULL,'a9e1ec57-617a-494e-8798-2b5e8e373f86'),
(21678,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:31:54','2026-01-29 19:31:54',NULL,NULL,NULL,'cb8d8cbb-c115-477d-b784-651b5684d855'),
(21679,1117,NULL,6051,1,'craft\\elements\\Entry',1,0,'2026-01-29 19:31:54','2026-01-29 19:31:54',NULL,NULL,NULL,'3602e89b-45a1-4d5e-a730-39c54e344f9a'),
(21680,21675,NULL,6052,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:31:54','2026-01-29 19:31:54',NULL,NULL,NULL,'4b0786c4-ba3e-4543-afba-2af79c9f86e8'),
(21681,21676,NULL,6053,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:31:54','2026-01-29 19:31:54',NULL,NULL,NULL,'b20ca590-0aac-4b12-998f-512d638c2dd9'),
(21682,21677,NULL,6054,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:31:54','2026-01-29 19:31:54',NULL,NULL,NULL,'a9b35642-f950-44a2-bc67-8bf07d3ff5b1'),
(21683,21678,NULL,6055,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:31:54','2026-01-29 19:31:54',NULL,NULL,NULL,'e281038a-4917-4b93-b252-2564ea978315'),
(21694,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:40:25','2026-01-29 19:40:25',NULL,NULL,NULL,'23b00866-8e65-4ed5-adf3-f39788717b71'),
(21695,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:40:25','2026-01-29 19:40:25',NULL,NULL,NULL,'9158f96c-9d42-4151-ac77-cb2f55686d4d'),
(21696,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:40:25','2026-01-29 19:40:25',NULL,NULL,NULL,'f7931e2b-ca8d-4f60-88fc-d05056122705'),
(21697,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:40:25','2026-01-29 19:40:25',NULL,NULL,NULL,'99be6c1a-1531-412a-853b-bf10788c39ea'),
(21698,1123,NULL,6056,1,'craft\\elements\\Entry',1,0,'2026-01-29 19:40:25','2026-01-29 19:40:25',NULL,NULL,NULL,'0c4e95ed-1ead-4f37-8442-a99b92ea6740'),
(21699,4070,NULL,6057,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:40:25','2026-01-29 19:40:25',NULL,NULL,NULL,'db1371c0-55be-4cf5-a34e-5d2cfa4c98be'),
(21700,21694,NULL,6058,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:40:25','2026-01-29 19:40:25',NULL,NULL,NULL,'babdbfd9-8ca6-4ae2-9cae-d018d123b42c'),
(21701,21695,NULL,6059,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:40:25','2026-01-29 19:40:25',NULL,NULL,NULL,'e883cd09-6f08-4fce-9865-188595036a44'),
(21702,21696,NULL,6060,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:40:25','2026-01-29 19:40:25',NULL,NULL,NULL,'ac6743de-8507-4b58-884a-5db8f9cb9042'),
(21703,21697,NULL,6061,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:40:25','2026-01-29 19:40:25',NULL,NULL,NULL,'cb238fad-1470-4618-a86b-8bcbb82ceb74'),
(21709,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:52:47','2026-01-29 19:52:47',NULL,NULL,NULL,'da790fce-10fd-4763-b2ae-ec5f8ae670d6'),
(21710,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:52:47','2026-01-29 19:52:47',NULL,NULL,NULL,'3347480d-f686-4d9e-a89e-22d13a12cf04'),
(21711,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:52:47','2026-01-29 19:52:47',NULL,NULL,NULL,'4a2246a6-f03e-4407-97b4-04c76c62b232'),
(21712,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:52:47','2026-01-29 19:52:47',NULL,NULL,NULL,'39a9b6d5-4826-4816-ba73-081f6249ebb8'),
(21713,1129,NULL,6062,1,'craft\\elements\\Entry',1,0,'2026-01-29 19:52:47','2026-01-29 19:52:47',NULL,NULL,NULL,'10ae4794-c4f4-4b43-bb38-5d101427d140'),
(21714,21709,NULL,6063,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:52:47','2026-01-29 19:52:48',NULL,NULL,NULL,'aa76dcf1-22d3-48a1-b375-6779c423b20d'),
(21715,21710,NULL,6064,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:52:47','2026-01-29 19:52:48',NULL,NULL,NULL,'1f087294-a9a2-4309-a3d5-aeb2bf636007'),
(21716,21711,NULL,6065,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:52:47','2026-01-29 19:52:48',NULL,NULL,NULL,'01f0a65a-f568-4da6-b718-e145446c1d6d'),
(21717,21712,NULL,6066,3,'craft\\elements\\Entry',1,0,'2026-01-29 19:52:47','2026-01-29 19:52:48',NULL,NULL,NULL,'c3177ef3-e9d7-49da-b4a5-d3287d51b8a1'),
(21722,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 19:58:31','2026-01-29 19:58:31',NULL,NULL,NULL,'9bc1f7e7-a385-4853-8db1-f1bed75fb58a'),
(21725,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:01:18','2026-01-29 20:01:18',NULL,NULL,NULL,'607b4cbe-d2ee-45f5-99ea-da9fb2d785e1'),
(21726,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:01:18','2026-01-29 20:01:18',NULL,NULL,NULL,'665b8be7-92d0-45a0-9ed9-a2914fd15b1f'),
(21727,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:01:18','2026-01-29 20:01:18',NULL,NULL,NULL,'d631253e-77c4-4ffe-947b-75e44ff8cf88'),
(21728,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:01:18','2026-01-29 20:01:18',NULL,NULL,NULL,'abc79662-2828-4815-b28a-198bc9e9cfb7'),
(21729,1135,NULL,6067,1,'craft\\elements\\Entry',1,0,'2026-01-29 20:01:18','2026-01-29 20:01:18',NULL,NULL,NULL,'006cf8f0-c34b-47fa-8812-7c76b3f7abd2'),
(21730,21725,NULL,6068,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:01:18','2026-01-29 20:01:18',NULL,NULL,NULL,'03fe0d59-ae08-4f61-9265-87958ecf3357'),
(21731,21726,NULL,6069,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:01:18','2026-01-29 20:01:18',NULL,NULL,NULL,'df5a87e2-77dc-4761-9558-b08a4a460879'),
(21732,21727,NULL,6070,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:01:18','2026-01-29 20:01:18',NULL,NULL,NULL,'7d4ecbd9-2211-4f31-992c-0bde3e0ffb1b'),
(21733,21728,NULL,6071,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:01:18','2026-01-29 20:01:18',NULL,NULL,NULL,'5b04d662-d0cd-4423-aa8c-273957e6fe23'),
(21741,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:09:24','2026-01-29 20:09:24',NULL,NULL,NULL,'8990ba8a-7117-474f-8eb8-19380c7f2877'),
(21742,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:09:24','2026-01-29 20:09:24',NULL,NULL,NULL,'0b61669e-b32b-450b-b1e6-6cc661e83298'),
(21743,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:09:24','2026-01-29 20:09:24',NULL,NULL,NULL,'5c027385-3a4f-4a40-8fa7-27fca0cc6caa'),
(21744,1143,NULL,6072,1,'craft\\elements\\Entry',1,0,'2026-01-29 20:09:24','2026-01-29 20:09:24',NULL,NULL,NULL,'f042d209-a7c9-4a15-888b-d8fe8e80a184'),
(21745,21741,NULL,6073,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:09:24','2026-01-29 20:09:24',NULL,NULL,NULL,'398f1014-6be3-4c77-9dd0-ae52bb19ec77'),
(21746,4132,NULL,6074,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:09:24','2026-01-29 20:09:24',NULL,NULL,NULL,'bf70fc59-619f-4214-bfac-73631e86a57a'),
(21747,21742,NULL,6075,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:09:24','2026-01-29 20:09:24',NULL,NULL,NULL,'dbe32051-146d-4b53-bf75-8ecc39173f14'),
(21748,21743,NULL,6076,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:09:24','2026-01-29 20:09:24',NULL,NULL,NULL,'d1a5367a-eb8c-45c6-ab3f-f559291a6c66'),
(21751,1161,NULL,6077,1,'craft\\elements\\Entry',1,0,'2026-01-29 20:11:04','2026-01-29 20:11:04',NULL,NULL,NULL,'09c6f893-d5ba-4d07-9310-5bd4e4cbc33e'),
(21759,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:42','2026-01-29 20:16:42',NULL,NULL,NULL,'68ff34de-7846-4824-a960-7223990b3737'),
(21760,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:42','2026-01-29 20:16:42',NULL,NULL,NULL,'1b1b497f-9ce6-42fe-8b2e-8f5c471da533'),
(21761,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:42','2026-01-29 20:16:42',NULL,NULL,NULL,'0c1bfd18-7907-4672-a1b2-0167fc868e69'),
(21762,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:42','2026-01-29 20:16:42',NULL,NULL,NULL,'fb9f738d-56fb-4c01-91b1-b3badde5aace'),
(21763,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:42','2026-01-29 20:16:42',NULL,NULL,NULL,'e73c8998-b9ac-4d64-93f5-8374ed942074'),
(21764,1165,NULL,6078,1,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:41','2026-01-29 20:16:42',NULL,NULL,NULL,'8a519832-fee6-42c3-803d-a1a69de46149'),
(21765,21759,NULL,6079,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:42','2026-01-29 20:16:42',NULL,NULL,NULL,'3199216c-0ce4-453f-b7f2-a925f33f86fa'),
(21766,21760,NULL,6080,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:42','2026-01-29 20:16:42',NULL,NULL,NULL,'8b125ff5-5678-4cd7-91fe-c92afe635724'),
(21767,21761,NULL,6081,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:42','2026-01-29 20:16:42',NULL,NULL,NULL,'794366d4-f7bc-4d02-914a-248b924f2199'),
(21768,21762,NULL,6082,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:42','2026-01-29 20:16:42',NULL,NULL,NULL,'4e5fbaf5-0b09-400a-b689-0bae23fa4e9d'),
(21769,21763,NULL,6083,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:16:42','2026-01-29 20:16:42',NULL,NULL,NULL,'d917fbc2-82b8-47f6-9161-7fb20d7fef8f'),
(21776,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:22:17','2026-01-29 20:22:17',NULL,NULL,NULL,'f9a53e95-4058-4d62-ab50-caf9063cea72'),
(21777,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:22:17','2026-01-29 20:22:17',NULL,NULL,NULL,'239664a7-e94e-4bde-a856-b0fa9bddd204'),
(21778,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:22:17','2026-01-29 20:22:17',NULL,NULL,NULL,'24ed50f0-4cc1-490b-a320-29934b2fe06f'),
(21779,1171,NULL,6084,1,'craft\\elements\\Entry',1,0,'2026-01-29 20:22:17','2026-01-29 20:22:17',NULL,NULL,NULL,'dc3ef82a-8489-423b-8792-886589f4b944'),
(21780,4277,NULL,6085,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:22:17','2026-01-29 20:22:17',NULL,NULL,NULL,'1319dd5b-dd45-475d-a429-85b69d40511a'),
(21781,21776,NULL,6086,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:22:17','2026-01-29 20:22:17',NULL,NULL,NULL,'8ada6f08-1e4d-4607-917f-b7ecfd363d4a'),
(21782,21777,NULL,6087,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:22:17','2026-01-29 20:22:17',NULL,NULL,NULL,'4d84da22-2ccc-4133-be10-e9e4a01ed975'),
(21783,21778,NULL,6088,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:22:17','2026-01-29 20:22:17',NULL,NULL,NULL,'b29081f5-2b4f-40f0-9f79-d7ce1adb6e2b'),
(21792,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:25:30','2026-01-29 20:25:30',NULL,NULL,NULL,'78d8982c-c120-449b-9af6-3be66984c4c0'),
(21793,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:25:30','2026-01-29 20:25:30',NULL,NULL,NULL,'64e547ad-c4e6-407e-a84b-b63944c619b5'),
(21794,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:25:30','2026-01-29 20:25:30',NULL,NULL,NULL,'79a339ea-a009-4a29-bcf5-7eee8a9bd99e'),
(21795,1177,NULL,6089,1,'craft\\elements\\Entry',1,0,'2026-01-29 20:25:30','2026-01-29 20:25:30',NULL,NULL,NULL,'8acf4691-5c29-4d7b-9e15-d53f767c15f4'),
(21796,21792,NULL,6090,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:25:30','2026-01-29 20:25:31',NULL,NULL,NULL,'4c74f14b-9327-47a1-ad17-6b18e335427e'),
(21797,4307,NULL,6091,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:25:30','2026-01-29 20:25:31',NULL,NULL,NULL,'815e4e7b-56df-4d7a-bcf1-3a12c6a50740'),
(21798,4308,NULL,6092,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:25:30','2026-01-29 20:25:31',NULL,NULL,NULL,'e470fa70-52e8-4c7b-9fa2-53b81d2e0ecf'),
(21799,21793,NULL,6093,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:25:30','2026-01-29 20:25:31',NULL,NULL,NULL,'53f0b4d6-bca3-438c-b03e-3a894a0d9a85'),
(21800,21794,NULL,6094,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:25:30','2026-01-29 20:25:31',NULL,NULL,NULL,'08fae431-048b-49ce-92e8-f162b796370d'),
(21808,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 20:39:51',NULL,NULL,NULL,'4bad5e6a-3378-44d9-8cce-d4a22bf10c5e'),
(21809,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 20:39:51',NULL,NULL,NULL,'aa6d5cb6-3684-4f11-908a-b037dc1cfcdc'),
(21810,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 20:39:51',NULL,NULL,NULL,'c9481def-5900-4282-8663-0f12829b6691'),
(21811,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 20:39:51',NULL,NULL,NULL,'726e7e26-1218-4de5-bc52-492492ef485f'),
(21812,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 21:28:54',NULL,NULL,NULL,'591e33be-fdf4-4b8f-8c9e-dfd9436410fe'),
(21813,1185,NULL,6095,1,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 20:39:51',NULL,NULL,NULL,'6eff30d3-30e7-497a-ae92-dffb9ab4644d'),
(21814,21808,NULL,6096,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 20:39:51',NULL,NULL,NULL,'7eccb38c-03cb-41c3-966c-7f39b6ddf465'),
(21815,21809,NULL,6097,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 20:39:51',NULL,NULL,NULL,'8058d610-6ba1-4bb9-aab0-a5a841d0a43e'),
(21816,21810,NULL,6098,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 20:39:51',NULL,NULL,NULL,'988240bb-2d98-4bea-bb2f-710b2ae5a126'),
(21817,21811,NULL,6099,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 20:39:51',NULL,NULL,NULL,'0a3fa083-72d9-47e3-9014-16061604b89c'),
(21818,21812,NULL,6100,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:39:51','2026-01-29 20:39:51',NULL,NULL,NULL,'ffedc8ad-1216-48be-a674-d3090894ce2c'),
(21824,1161,NULL,6101,1,'craft\\elements\\Entry',1,0,'2026-01-29 20:41:11','2026-01-29 20:41:12',NULL,NULL,NULL,'48c8625b-77de-4a9c-a56b-3da1c2ee42e2'),
(21825,8690,NULL,6102,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:41:11','2026-01-29 20:41:12',NULL,NULL,NULL,'37acbdba-7365-44f7-a6e9-e7005f78f630'),
(21826,8692,NULL,6103,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:41:11','2026-01-29 20:41:12',NULL,NULL,NULL,'1458a913-9a9e-4f7c-8789-e747468a61fa'),
(21835,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'24f7acdf-0d51-4786-a9ab-e7b87a7e8583'),
(21836,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'bcf97d9a-7dad-44b0-b4be-0855bf596d38'),
(21837,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'cb8fa671-22bc-4a1c-815e-b11b081a3f73'),
(21838,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'ba1de114-ab13-4835-a07d-25d913cbea75'),
(21839,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'45c11fee-fa30-4103-9db3-1674426daf71'),
(21840,1191,NULL,6104,1,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'99f01408-c1d8-4dcd-9b2b-f251a774950d'),
(21841,21835,NULL,6105,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'99444439-e124-4293-9ac3-69b34bece353'),
(21842,21836,NULL,6106,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'82282c1b-1deb-4ad9-a8d0-f7e064bebd58'),
(21843,21837,NULL,6107,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'1882e4b9-a5d0-4972-931b-184c5c78d02e'),
(21844,21838,NULL,6108,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'4a0232d7-f67f-4f85-a6b7-e983aa92ebe2'),
(21845,21839,NULL,6109,3,'craft\\elements\\Entry',1,0,'2026-01-29 20:56:59','2026-01-29 20:56:59',NULL,NULL,NULL,'1a488ee6-2c74-48a2-a003-ea33c0f8069b'),
(21848,1185,NULL,6110,1,'craft\\elements\\Entry',1,0,'2026-01-29 21:28:54','2026-01-29 21:28:54',NULL,NULL,NULL,'b36e5dbc-c1f5-4df4-b55e-866bfbfaaa8f'),
(21849,21812,NULL,6111,3,'craft\\elements\\Entry',1,0,'2026-01-29 21:28:54','2026-01-29 21:28:54',NULL,NULL,NULL,'1af1599c-bad4-409c-94bf-ecee040a9b0f'),
(21855,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 21:34:16','2026-01-29 21:34:16',NULL,NULL,NULL,'939a7487-ea0b-4c77-b3b6-e58d60748da0'),
(21856,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 21:34:16','2026-01-29 21:34:16',NULL,NULL,NULL,'afc3132a-d3a2-47b3-b539-9d302b4be62e'),
(21857,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-01-29 21:34:16','2026-01-29 21:34:16',NULL,NULL,NULL,'bb185164-e9bb-4109-9e74-fef0e9cea28b'),
(21858,1197,NULL,6112,1,'craft\\elements\\Entry',1,0,'2026-01-29 21:34:16','2026-01-29 21:34:16',NULL,NULL,NULL,'6d988749-96d6-4309-b380-628ad3b1c743'),
(21859,4409,NULL,6113,3,'craft\\elements\\Entry',1,0,'2026-01-29 21:34:16','2026-01-29 21:34:16',NULL,NULL,NULL,'6d6acab3-0c07-40d0-82cb-d6cedffcd3ce'),
(21860,21855,NULL,6114,3,'craft\\elements\\Entry',1,0,'2026-01-29 21:34:16','2026-01-29 21:34:16',NULL,NULL,NULL,'b70f0e52-b2a9-43e3-a26e-7d3b4bd30555'),
(21861,21856,NULL,6115,3,'craft\\elements\\Entry',1,0,'2026-01-29 21:34:16','2026-01-29 21:34:16',NULL,NULL,NULL,'6c5dc8a2-4213-4192-b2fd-4323bfb96db6'),
(21862,21857,NULL,6116,3,'craft\\elements\\Entry',1,0,'2026-01-29 21:34:16','2026-01-29 21:34:16',NULL,NULL,NULL,'b525dbf2-b4ce-41a5-9b43-c53fec322b77'),
(21864,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 22:01:10','2026-01-29 22:01:10',NULL,NULL,NULL,'53332d3d-07c7-43cd-ad71-60a50324aa67'),
(21866,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-29 22:02:12','2026-01-29 22:02:12',NULL,NULL,NULL,'97c39f79-307c-4b77-b670-aa11fd7b87a1'),
(21867,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-29 22:02:12','2026-01-29 22:02:12',NULL,NULL,NULL,'b042c07a-b1c1-4180-b422-1bd132d0dfa9'),
(21876,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 00:06:24','2026-01-30 00:06:24',NULL,NULL,NULL,'2c05e7c4-bd27-4500-a609-5daf19e6570e'),
(21877,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 00:48:28','2026-01-30 00:48:28',NULL,NULL,NULL,'002c8265-46f6-45c3-84ca-778ed0275b4a'),
(21882,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 01:23:22','2026-01-30 01:23:22',NULL,NULL,NULL,'c264b521-6bed-4b82-b383-79e77709ab2b'),
(21959,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 03:56:55','2026-01-30 03:56:55',NULL,NULL,NULL,'36374951-517b-4f4c-9b65-6d55b25562ad'),
(22160,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 11:08:46','2026-01-30 11:08:46',NULL,NULL,NULL,'433e4458-b173-46ea-a3e0-7a580f061dfe'),
(22161,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 11:08:59','2026-01-30 11:08:59',NULL,NULL,NULL,'89798066-7828-4831-aed8-73424c1f8618'),
(22173,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 13:40:13','2026-01-30 13:40:13',NULL,NULL,NULL,'14c56625-b095-4eb4-b84f-060df113f902'),
(22202,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 14:12:31','2026-01-30 14:12:31',NULL,NULL,NULL,'de00add7-1a00-4b87-b02c-6a9d9f8be206'),
(22251,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 15:48:07','2026-01-30 15:48:07',NULL,NULL,NULL,'f837f38c-f87a-4f4f-b10c-a854bcf45b3a'),
(22253,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-30 16:06:41','2026-01-30 16:06:41',NULL,NULL,NULL,'1aad4c2c-35ec-4fc2-b774-9c2496267ab0'),
(22254,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 16:09:02','2026-01-30 16:09:02',NULL,NULL,NULL,'65282719-2cc9-4b41-8e11-6a00c57b7df5'),
(22255,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-30 16:09:02','2026-01-30 16:09:02',NULL,NULL,NULL,'644d05cb-cdf8-4246-a469-7921cb9814b3'),
(22305,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 17:03:48','2026-01-30 17:03:48',NULL,NULL,NULL,'67798e08-59db-4f40-bc32-753c1d375d10'),
(22330,1395,NULL,6117,1,'craft\\elements\\Entry',1,0,'2026-01-30 17:30:10','2026-01-30 17:30:10',NULL,NULL,NULL,'e1cb1e6f-5d75-4f5b-be78-9b9df2f177e9'),
(22367,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 18:39:52','2026-01-30 18:39:52',NULL,NULL,NULL,'f29b8c2e-19c4-4d83-bbeb-8dc616e048fe'),
(22374,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 19:21:55','2026-01-30 19:21:55',NULL,NULL,NULL,'8006269d-91eb-472c-b29e-43f39b6fb292'),
(22375,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 19:23:57','2026-01-30 19:23:57',NULL,NULL,NULL,'1018206a-9d9e-4f2b-bc67-dd5efa61e88c'),
(22376,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 19:31:40','2026-01-30 19:31:40',NULL,NULL,NULL,'ffc8d77e-b677-4772-8183-8728578c0cfe'),
(22377,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-30 19:31:40','2026-01-30 19:31:40',NULL,NULL,NULL,'bf6db72b-0991-40db-806c-2346a65a4ccc'),
(22384,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-01-30 19:57:18','2026-01-30 19:57:33',NULL,NULL,NULL,'8740cac0-640a-4449-9d6b-bf11c58bb76b'),
(22385,945,NULL,6118,1,'craft\\elements\\Entry',1,0,'2026-01-30 19:57:35','2026-01-30 19:57:36',NULL,NULL,NULL,'a1987ca6-0774-4fd0-803b-bafb13ba2d4b'),
(22393,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 20:34:31','2026-01-30 20:34:31',NULL,NULL,NULL,'992bb16b-5511-407a-bcb3-14b6fa88fa00'),
(22396,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 20:46:27','2026-01-30 20:46:27',NULL,NULL,NULL,'fdb4487f-ac90-43d4-bfdf-92e81c139f3d'),
(22397,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-30 20:46:27','2026-01-30 20:46:27',NULL,NULL,NULL,'4a3c1218-ab7a-437c-9b63-2441d7046954'),
(22406,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 22:01:25','2026-01-30 22:01:25',NULL,NULL,NULL,'1833d1e2-e6af-45fa-b146-4424987a5a44'),
(22411,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-30 22:32:18','2026-01-30 22:32:18',NULL,NULL,NULL,'c013b18e-2e26-48c9-96b5-0f3198b604d4'),
(22412,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-30 22:32:18','2026-01-30 22:32:18',NULL,NULL,NULL,'6da2e290-07c8-453e-a564-d960efd6ec5e'),
(22429,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 00:13:12','2026-01-31 00:13:12',NULL,NULL,NULL,'b5306a6e-a017-4aaf-8ee7-3772071f1eb9'),
(22432,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 00:13:44','2026-01-31 00:13:44',NULL,NULL,NULL,'ff19af7a-db3e-44b4-9cd1-a44c897175c2'),
(22433,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-31 00:13:44','2026-01-31 00:13:44',NULL,NULL,NULL,'f757ab96-069d-49d1-b336-5971d073c00f'),
(22434,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 00:18:05','2026-01-31 00:18:05',NULL,NULL,NULL,'9ed04b71-cb24-4c9d-a947-cc1b79466649'),
(22435,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-31 00:18:05','2026-01-31 00:18:05',NULL,NULL,NULL,'40326aa4-3e6d-405a-a89b-8bf4f3dbb281'),
(22437,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-31 00:19:34','2026-01-31 00:19:34',NULL,NULL,NULL,'fd13d8e3-0427-4212-a793-b1b9227c5655'),
(22438,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 00:27:25','2026-01-31 00:27:25',NULL,NULL,NULL,'f97633f6-99b7-4560-a8d7-f316e1fc5aff'),
(22440,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 00:28:45','2026-01-31 00:28:45',NULL,NULL,NULL,'e77eb4ad-f135-41ba-bdac-b81c7cfe3156'),
(22442,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 00:29:49','2026-01-31 00:29:49',NULL,NULL,NULL,'610d6610-ab56-4aba-ae74-7211fa5320e6'),
(22444,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 00:30:49','2026-01-31 00:30:49',NULL,NULL,NULL,'81bdf2cc-1491-4e9a-8041-decec2f0b00f'),
(22445,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 00:31:42','2026-01-31 00:31:42',NULL,NULL,NULL,'ae5a8831-3bc8-4cbc-925c-398b00f3b7c7'),
(22447,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 00:32:46','2026-01-31 00:32:46',NULL,NULL,NULL,'20e426fd-c0d3-4318-960d-bc24696be150'),
(22449,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 00:33:36','2026-01-31 00:33:36',NULL,NULL,NULL,'0fa6be03-050d-4dd9-a272-e818f94c3c32'),
(22450,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-31 00:33:36','2026-01-31 00:33:36',NULL,NULL,NULL,'3e387392-2fef-46a5-a55e-3164bfa83562'),
(22455,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 01:20:44','2026-01-31 01:20:44',NULL,NULL,NULL,'20911181-c02c-4704-b1b2-a19059664c5d'),
(22795,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 14:57:10','2026-01-31 14:57:10',NULL,NULL,NULL,'02ff4988-29f8-4ba7-afe7-35f330f96275'),
(22796,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-31 14:57:10','2026-01-31 14:57:10',NULL,NULL,NULL,'d1d669cf-4121-46de-9251-9f5be51c85fe'),
(22803,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 16:08:40','2026-01-31 16:08:40',NULL,NULL,NULL,'e2579dc8-e853-40b9-99ad-2a68293f8b40'),
(22805,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 16:11:27','2026-01-31 16:11:27',NULL,NULL,NULL,'0c26c70e-5a62-4eb4-b73d-7757c7760fdd'),
(22858,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 17:38:41','2026-01-31 17:38:41',NULL,NULL,NULL,'dcb8e2e4-53b2-42fd-86cb-4174b10ac01d'),
(22859,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-31 17:38:41','2026-01-31 17:38:41',NULL,NULL,NULL,'c939aa67-61ba-4783-ade6-ade80fb64a05'),
(22863,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 17:44:20','2026-01-31 17:44:20',NULL,NULL,NULL,'5fd0fdf0-d698-4ea4-9289-ecd14007a097'),
(22864,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-31 17:44:20','2026-01-31 17:44:20',NULL,NULL,NULL,'45323506-ef0a-4c54-ba0c-2c5a08bc8145'),
(22879,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 19:17:41','2026-01-31 19:17:41',NULL,NULL,NULL,'3d908677-9f49-47d6-88ea-f594df0350b6'),
(22880,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-31 19:17:41','2026-01-31 19:17:41',NULL,NULL,NULL,'f0417521-0fa4-4c13-8de2-0d7659167ee8'),
(22895,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 21:27:55','2026-01-31 21:27:55',NULL,NULL,NULL,'13e832aa-907b-440a-a5eb-66e44bcaae0e'),
(22899,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-01-31 21:52:10','2026-01-31 21:52:10',NULL,NULL,NULL,'8b49f9fd-96a3-4861-914d-c97664809c35'),
(22900,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-01-31 21:52:10','2026-01-31 21:52:10',NULL,NULL,NULL,'1e9b2b9f-6173-4ab2-8798-a807a5f3f2bc'),
(23029,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-01 05:25:12','2026-02-01 05:25:12',NULL,NULL,NULL,'9e4c9a0d-987d-4a5e-8821-8c3293ece2b8'),
(23030,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-01 05:25:12','2026-02-01 05:25:12',NULL,NULL,NULL,'6ed9a99d-3f05-430b-bd68-f01f183ad081'),
(23145,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-01 10:58:52','2026-02-01 10:58:52',NULL,NULL,NULL,'9c687b25-e89d-42a8-bcbe-11a038b14ada'),
(23198,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-01 13:27:06','2026-02-01 13:27:06',NULL,NULL,NULL,'8fef85f8-adc5-45c7-9fea-cf4f6df9edfd'),
(23247,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-01 16:25:45','2026-02-01 16:25:45',NULL,NULL,NULL,'deff71d8-47e8-4870-a253-d6973d79e340'),
(23248,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-01 16:25:45','2026-02-01 16:25:45',NULL,NULL,NULL,'05f96e25-b52d-4ca1-905c-085efe618024'),
(23269,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-01 16:52:21','2026-02-01 16:52:21',NULL,NULL,NULL,'32b9efc8-905b-4381-aaae-3444900a7624'),
(23270,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-01 16:52:21','2026-02-01 16:52:21',NULL,NULL,NULL,'e906fca0-ed57-4f0e-afe1-5aeaa3680a08'),
(23290,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-01 18:35:59','2026-02-01 18:35:59',NULL,NULL,NULL,'28bb84dc-7a31-4a8f-b94b-ad25589d63fa'),
(23291,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-01 18:35:59','2026-02-01 18:35:59',NULL,NULL,NULL,'67b871f0-5eae-4e47-a467-89ffdfed5b48'),
(23306,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-01 22:19:20','2026-02-01 22:19:20',NULL,NULL,NULL,'bd98dd6b-fb82-4fc2-8388-8de4b415a46a'),
(23314,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 01:12:51','2026-02-02 01:12:51',NULL,NULL,NULL,'8f373e51-e5a5-40e5-a794-ea74b6ba6b63'),
(23318,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 01:52:07','2026-02-02 01:52:07',NULL,NULL,NULL,'73c9447d-9975-4a5a-b234-11ea587e6815'),
(23393,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 05:40:15','2026-02-02 05:40:15',NULL,NULL,NULL,'05eb8215-ae65-4ce4-80d6-e3b4a80cc03d'),
(23401,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 07:26:40','2026-02-02 07:26:40',NULL,NULL,NULL,'f9f90f71-05a7-4a74-82dd-97bc3f2b7ccc'),
(23410,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 07:42:45','2026-02-02 07:42:45',NULL,NULL,NULL,'8b60ebdd-51bb-4b1f-b7e6-94acbcf8f4aa'),
(23471,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 09:25:35','2026-02-02 09:25:35',NULL,NULL,NULL,'dea25383-b69a-4bff-89b9-0d77082b034e'),
(23473,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 09:25:40','2026-02-02 09:25:40',NULL,NULL,NULL,'5da840dc-7468-448a-bc2f-a2dd58706093'),
(23509,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 12:19:11','2026-02-02 12:19:11',NULL,NULL,NULL,'1b52ff3c-058e-4991-bb88-2e11dd006090'),
(23511,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 12:19:15','2026-02-02 12:19:15',NULL,NULL,NULL,'a2b54cff-964e-4cc1-89e6-d9f12fb52b93'),
(23515,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 12:52:03','2026-02-02 12:52:03',NULL,NULL,NULL,'facf5adc-8c1e-469f-af61-7a25f29f88d7'),
(23541,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 13:21:13','2026-02-02 13:21:13',NULL,NULL,NULL,'db56763c-c182-435d-aa3a-c87308edc0d8'),
(23571,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 14:46:00','2026-02-02 14:46:00',NULL,NULL,NULL,'d9d653c8-5ff9-44e6-9277-4871a2d503d0'),
(23572,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 14:47:41','2026-02-02 14:47:41',NULL,NULL,NULL,'3632feb3-b3ec-4190-ae27-e5f292f670a3'),
(23606,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 15:31:03','2026-02-02 15:31:03',NULL,NULL,NULL,'152bcd4a-f8e5-4116-8ab2-59e57713b371'),
(23644,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 16:23:05','2026-02-02 16:23:05',NULL,NULL,NULL,'94259762-bb03-4118-890b-6a77e7102a0c'),
(23689,1407,NULL,6119,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:32:43','2026-02-02 16:32:43',NULL,NULL,NULL,'4bb0ec5a-3850-4384-a8c3-1cfd53d123cf'),
(23691,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:34:45','2026-03-05 20:41:44',NULL,NULL,NULL,'970a0d4d-ca5f-4ab7-b137-ca2232f4786a'),
(23692,2720,NULL,6120,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:34:47','2026-02-02 16:34:47',NULL,NULL,NULL,'2cb8899b-814c-4a54-8f4f-9a3c95aa6181'),
(23694,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:35:34','2026-03-04 20:43:48',NULL,NULL,NULL,'f10732c7-cb26-4553-9d8c-38b8cf54bb5f'),
(23695,1283,NULL,6121,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:35:36','2026-02-02 16:35:36',NULL,NULL,NULL,'7bab16f8-faac-4bb2-902b-deece0f0d341'),
(23697,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:35:48','2026-02-02 16:35:48',NULL,NULL,NULL,'cafbf322-53cb-49dc-8d3c-9bff222266c8'),
(23698,1395,NULL,6122,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:37:35','2026-02-02 16:37:35',NULL,NULL,NULL,'5046189a-1df4-49ce-aa6d-41e35d7c577b'),
(23701,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:38:30','2026-03-04 19:45:21',NULL,NULL,NULL,'1114afbb-3c5b-4275-9dde-97751df0b413'),
(23702,1045,NULL,6123,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:38:35','2026-02-02 16:38:36',NULL,NULL,NULL,'9dfb8253-cdf2-476b-b896-97a051fc01be'),
(23704,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:39:20','2026-03-04 19:47:55',NULL,NULL,NULL,'14f6059d-29ab-4bed-a2b6-5cc1030e9db4'),
(23705,1051,NULL,6124,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:39:22','2026-02-02 16:39:22',NULL,NULL,NULL,'5be626c9-fc03-4094-8f6c-17a55a1e4dbe'),
(23707,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:39:47','2026-03-04 19:48:17',NULL,NULL,NULL,'7fb8da69-653a-452d-969c-74d1b89b8cf6'),
(23708,1059,NULL,6125,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:39:49','2026-02-02 16:39:49',NULL,NULL,NULL,'e703dd42-74a5-4173-a8d3-82c02633945d'),
(23709,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:40:06','2026-03-04 19:49:28',NULL,NULL,NULL,'3125594d-2b99-454b-a5ce-f4dc54b1f5aa'),
(23711,1067,NULL,6126,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:40:16','2026-02-02 16:40:16',NULL,NULL,NULL,'bfcee301-dd27-4453-b50c-6de5e5d58788'),
(23713,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:40:46','2026-03-04 19:49:55',NULL,NULL,NULL,'caadcef5-8e4d-4478-9d6b-b80caa03af94'),
(23714,1073,NULL,6127,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:40:47','2026-02-02 16:40:47',NULL,NULL,NULL,'894431ef-166e-499a-80ed-d497a91e4fed'),
(23716,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:41:18','2026-03-04 19:50:51',NULL,NULL,NULL,'bc3c3d6b-44a3-4725-8059-d5e073625c75'),
(23717,1085,NULL,6128,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:41:20','2026-02-02 16:41:20',NULL,NULL,NULL,'628eb571-68a7-478d-9e12-35b6d33e2faa'),
(23719,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:41:55','2026-03-04 19:57:53',NULL,NULL,NULL,'fbb3a5a0-9f48-4449-b3be-85e659202bfd'),
(23720,1097,NULL,6129,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:41:57','2026-02-02 16:41:57',NULL,NULL,NULL,'4fa767fe-5bb0-43b6-90f4-105c20d69e21'),
(23721,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:42:13','2026-03-04 19:58:46',NULL,NULL,NULL,'ad87dcd1-9b7e-4083-b4c5-1b02ea63b26e'),
(23723,1103,NULL,6130,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:42:16','2026-02-02 16:42:16',NULL,NULL,NULL,'8a67bae8-0fca-472a-b262-436d5ff118e0'),
(23725,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:43:09','2026-03-04 19:59:30',NULL,NULL,NULL,'dde0c193-d889-47e8-a909-e317c9970b89'),
(23726,1109,NULL,6131,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:43:12','2026-02-02 16:43:12',NULL,NULL,NULL,'d1a36b86-8d0a-4d96-b74a-6738fc64245b'),
(23728,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 16:44:34','2026-02-02 16:44:34',NULL,NULL,NULL,'ce6b78c1-3d21-44f1-9c4f-b0e96ac50c55'),
(23729,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 16:44:34','2026-02-02 16:44:34',NULL,NULL,NULL,'7b716150-f735-4321-acd3-a840a6534448'),
(23730,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:46:36','2026-03-04 20:00:31',NULL,NULL,NULL,'e7fdeaa4-8d0c-47fb-8c45-61364ba71f44'),
(23732,1117,NULL,6132,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:46:38','2026-02-02 16:46:38',NULL,NULL,NULL,'762a5acf-385f-4626-aebe-47768c9eec39'),
(23734,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:47:17','2026-03-04 20:01:59',NULL,NULL,NULL,'56d3c2f6-0742-4b04-81a4-921e9083d9a2'),
(23735,1123,NULL,6133,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:47:19','2026-02-02 16:47:19',NULL,NULL,NULL,'fc2796d7-86b7-4fdf-84d1-9c98ffe6630a'),
(23737,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:47:44','2026-03-04 20:02:25',NULL,NULL,NULL,'c44de361-74ee-4aeb-b39a-b32d24bc3d66'),
(23738,1129,NULL,6134,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:47:46','2026-02-02 16:47:46',NULL,NULL,NULL,'49245f07-f29c-4bc7-ad8e-a408b6789dbf'),
(23740,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:48:26','2026-03-04 20:05:14',NULL,NULL,NULL,'f92528b7-07a4-4bef-9e20-59650d050156'),
(23741,1143,NULL,6135,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:48:28','2026-02-02 16:48:28',NULL,NULL,NULL,'613e4c74-c0a0-4eb5-9c4c-29a3da8c8e67'),
(23743,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:48:57','2026-03-04 20:10:38',NULL,NULL,NULL,'cf59954c-42a5-4314-8dfe-843fe9059196'),
(23744,1419,NULL,6136,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:48:59','2026-02-02 16:48:59',NULL,NULL,NULL,'f9f681f5-fa7c-4b64-b618-03a74faed843'),
(23746,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:50:23','2026-03-16 18:27:41',NULL,'2026-03-16 18:27:41',NULL,'f3c09292-603f-4c5c-bf0f-db506e2d8f8d'),
(23747,1425,NULL,6137,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:50:25','2026-02-02 16:50:25',NULL,NULL,NULL,'537793dd-7cb7-43f3-830b-7914f193b9b5'),
(23749,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:50:55','2026-03-04 20:12:42',NULL,NULL,NULL,'b1c1c90e-63fc-499a-af78-25df31520ae4'),
(23750,1431,NULL,6138,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:50:56','2026-02-02 16:50:56',NULL,NULL,NULL,'fa05b870-4320-4517-83b1-283961af69c1'),
(23752,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:51:15','2026-03-04 20:11:17',NULL,NULL,NULL,'cca139a3-7d67-40bb-8ac2-79bc22c95444'),
(23753,1437,NULL,6139,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:51:18','2026-02-02 16:51:18',NULL,NULL,NULL,'616af5aa-c9aa-4124-b1a3-178fc6f1f53e'),
(23755,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:51:42','2026-03-04 20:13:15',NULL,NULL,NULL,'2967e642-318d-4ad5-a46a-faed847a134e'),
(23756,1443,NULL,6140,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:51:45','2026-02-02 16:51:45',NULL,NULL,NULL,'8096a675-2999-4761-a634-1dfaafbfe96e'),
(23758,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:52:12','2026-03-04 20:16:16',NULL,NULL,NULL,'dc46d314-27d3-498e-b0ba-12d83b10fe50'),
(23759,1449,NULL,6141,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:52:14','2026-02-02 16:52:14',NULL,NULL,NULL,'e35186e8-f820-4e84-bfeb-20b0128d5939'),
(23761,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:52:37','2026-03-04 20:14:41',NULL,NULL,NULL,'dabadeaf-224a-4af5-a691-6792087e5090'),
(23762,1455,NULL,6142,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:52:39','2026-02-02 16:52:39',NULL,NULL,NULL,'fea5b427-dee5-401d-8851-9ab01c78c77b'),
(23764,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:52:57','2026-03-04 20:17:46',NULL,NULL,NULL,'f61ed5c1-58bc-4b1f-9c68-af6553e9dace'),
(23765,1467,NULL,6143,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:52:59','2026-02-02 16:52:59',NULL,NULL,NULL,'c40f5ef1-5596-46ff-9218-e5dbe05fdf40'),
(23767,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:53:33','2026-03-04 20:20:28',NULL,NULL,NULL,'5e8f0b3e-5ec5-403a-b58e-e32b8a38d07f'),
(23768,1473,NULL,6144,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:53:35','2026-02-02 16:53:35',NULL,NULL,NULL,'c8d51b3d-9f63-4d13-bef2-e39e52f89552'),
(23770,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:54:01','2026-03-04 20:21:01',NULL,NULL,NULL,'732c09d4-c04a-4dec-9cdf-b1b9659b4655'),
(23771,1477,NULL,6145,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:54:03','2026-02-02 16:54:03',NULL,NULL,NULL,'30e7845c-2c19-498c-9026-e061ac61e359'),
(23773,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:54:15','2026-03-04 20:21:51',NULL,NULL,NULL,'84ce420b-841b-41d5-829e-0f220b80c420'),
(23774,1481,NULL,6146,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:54:16','2026-02-02 16:54:16',NULL,NULL,NULL,'40c4da67-4c58-4b73-afe0-28efad4550d9'),
(23776,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:55:07','2026-03-04 20:42:33',NULL,NULL,NULL,'45ccfb90-4708-44ab-8af3-bd4569f2f193'),
(23777,1261,NULL,6147,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:55:09','2026-02-02 16:55:09',NULL,NULL,NULL,'d1e2df87-da40-4da9-a711-8acd31754589'),
(23779,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 16:57:52','2026-03-04 20:45:50',NULL,NULL,NULL,'7550b803-f0a2-405e-aad4-020b401de57b'),
(23780,1303,NULL,6148,1,'craft\\elements\\Entry',1,0,'2026-02-02 16:57:54','2026-02-02 16:57:54',NULL,NULL,NULL,'c8bc8c5e-2e6a-4383-8cc6-7986fcdc2558'),
(23783,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:04:09','2026-03-04 20:47:20',NULL,NULL,NULL,'067e82bd-3f2a-4ac7-871c-78f3e845ad14'),
(23784,1323,NULL,6149,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:04:12','2026-02-02 17:04:12',NULL,NULL,NULL,'d6f9caac-2bd6-4c50-9a73-e51d7c74ea60'),
(23786,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 17:04:36','2026-02-02 17:04:36',NULL,NULL,NULL,'3dbb3215-f8bf-466d-9365-23a4f3e82989'),
(23788,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:04:49','2026-02-02 17:04:49',NULL,NULL,NULL,'c756304c-a9c8-4eb5-a3e4-d8a13c575c76'),
(23789,1329,NULL,6150,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:04:50','2026-02-02 17:04:50',NULL,NULL,NULL,'6da557d8-21f5-423b-a8d1-ca49c95e07fc'),
(23792,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:05:27','2026-03-04 20:47:54',NULL,NULL,NULL,'3520c882-ee8a-437e-9a69-ce91450902ea'),
(23793,1337,NULL,6151,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:05:29','2026-02-02 17:05:29',NULL,NULL,NULL,'820f6de9-036d-4778-bec0-b8ad9bac0b92'),
(23795,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:06:48','2026-03-04 20:48:45',NULL,NULL,NULL,'5ef06f8a-fbec-4e8c-9486-91d6974931b1'),
(23796,1349,NULL,6152,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:06:50','2026-02-02 17:06:50',NULL,NULL,NULL,'4a304c7c-94c4-472d-ba03-46df1f3c7fa4'),
(23798,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 17:17:11','2026-02-02 17:17:11',NULL,NULL,NULL,'7b971866-02a4-4edc-bfb8-36b0e723ee2a'),
(23799,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 17:17:11','2026-02-02 17:17:11',NULL,NULL,NULL,'660528a2-11c5-4362-b5a9-3c986e0435a8'),
(23802,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:19:00','2026-03-05 20:10:52',NULL,NULL,NULL,'cabe9f4c-237b-49e2-9ebb-3109ad952526'),
(23803,1171,NULL,6153,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:19:02','2026-02-02 17:19:02',NULL,NULL,NULL,'ae316a19-c179-4815-8008-865a7840b223'),
(23804,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:19:25','2026-03-05 20:11:24',NULL,NULL,NULL,'0eb4822f-5e9d-4b77-bf06-02850a200dd9'),
(23806,1177,NULL,6154,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:19:27','2026-02-02 17:19:27',NULL,NULL,NULL,'df9dc00e-fa75-4b85-9feb-be0e77ca0699'),
(23808,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:19:55','2026-03-05 20:11:52',NULL,NULL,NULL,'79db2da6-432f-4945-a758-5c3ca0ada681'),
(23809,1161,NULL,6155,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:19:56','2026-02-02 17:19:56',NULL,NULL,NULL,'76fec90c-8460-4427-b6d4-f552a11bf152'),
(23811,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:20:14','2026-02-02 17:20:14',NULL,NULL,NULL,'9af5097f-0942-4691-b73f-05aae62b969e'),
(23812,1185,NULL,6156,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:20:16','2026-02-02 17:20:16',NULL,NULL,NULL,'a8b063a0-8a5a-4044-a4ea-ea427173c1c0'),
(23813,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 17:20:34','2026-02-02 17:20:34',NULL,NULL,NULL,'c0412888-8954-421b-9fd1-3c188e754fd2'),
(23816,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:21:00','2026-03-05 20:12:12',NULL,NULL,NULL,'70916657-3223-49b9-82b8-c097e3edc037'),
(23817,1191,NULL,6157,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:21:02','2026-02-02 17:21:02',NULL,NULL,NULL,'d25f2302-3fb1-4b65-893b-20b1c901b319'),
(23819,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:21:42','2026-03-05 20:12:40',NULL,NULL,NULL,'c2eff9c0-c389-4afb-ae15-5209bb83fb75'),
(23820,1197,NULL,6158,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:21:49','2026-02-02 17:21:49',NULL,NULL,NULL,'0f4b6103-d314-49f9-827d-e63ca0ac3783'),
(23821,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:22:12','2026-03-05 20:13:06',NULL,NULL,NULL,'8fa77068-3ff3-4e26-b5b4-0e4883e7ee07'),
(23822,1201,NULL,6159,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:22:14','2026-02-02 17:22:14',NULL,NULL,NULL,'ecb9fb99-2d1e-437c-af3a-5157489bcdc5'),
(23824,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:22:40','2026-03-05 20:13:39',NULL,NULL,NULL,'f5d3e5ef-2719-4bc4-8866-37090abda512'),
(23825,1209,NULL,6160,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:22:41','2026-02-02 17:22:41',NULL,NULL,NULL,'3aee24f2-0ec0-485f-86f1-c0f07cdd40a5'),
(23827,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:23:04','2026-03-05 20:14:06',NULL,NULL,NULL,'b15029bf-52b7-44da-b440-54df1d58ce05'),
(23828,1215,NULL,6161,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:23:06','2026-02-02 17:23:06',NULL,NULL,NULL,'c6401399-7d10-4137-bf23-c9f51cf1440d'),
(23830,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:23:32','2026-03-05 20:14:44',NULL,NULL,NULL,'43a7bed2-74af-4d62-8f75-ede5eb9e0344'),
(23831,1219,NULL,6162,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:23:33','2026-02-02 17:23:33',NULL,NULL,NULL,'975fdd6f-c0b7-4957-80ea-9dd33a31de9c'),
(23833,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:23:54','2026-03-05 20:15:23',NULL,NULL,NULL,'f9e28388-2db9-436f-9f79-ab5fbc7d480e'),
(23834,1225,NULL,6163,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:23:56','2026-02-02 17:23:56',NULL,NULL,NULL,'7d8223ff-074f-45c8-95a2-b4604df4e79c'),
(23836,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:24:28','2026-03-05 20:15:52',NULL,NULL,NULL,'0e8091db-0767-4f59-8603-260e35706196'),
(23837,1231,NULL,6164,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:24:30','2026-02-02 17:24:30',NULL,NULL,NULL,'30a55e32-1c30-4665-b4e5-68a392639643'),
(23839,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:25:18','2026-03-05 20:16:15',NULL,NULL,NULL,'979acbb2-c105-4758-aaf5-0d08f9f8e037'),
(23840,1237,NULL,6165,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:25:19','2026-02-02 17:25:19',NULL,NULL,NULL,'2ebde424-72c6-4973-9068-c35e94bfa2e9'),
(23842,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:25:42','2026-03-05 20:16:43',NULL,NULL,NULL,'3c89f98a-73fe-414a-8dba-6b2d3cbbee7c'),
(23843,1249,NULL,6166,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:25:43','2026-02-02 17:25:43',NULL,NULL,NULL,'516067c3-14bf-4b82-a7ab-064f84b1b019'),
(23845,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:26:23','2026-03-05 20:23:27',NULL,NULL,NULL,'95371333-9270-4c9a-b6f2-3dde6e90d8d0'),
(23846,2,NULL,6167,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:26:25','2026-02-02 17:26:25',NULL,NULL,NULL,'8f2d1ec4-b2ab-486a-a736-911c4470cf4a'),
(23848,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:26:47','2026-03-05 20:24:35',NULL,NULL,NULL,'d34db998-aff1-471e-8efc-aebaeac503eb'),
(23849,951,NULL,6168,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:26:52','2026-02-02 17:26:52',NULL,NULL,NULL,'012ce3aa-7cc5-4e2d-90cc-bb550584bda7'),
(23851,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:27:15','2026-03-05 20:25:06',NULL,NULL,NULL,'8493bc94-d747-41dc-bfbf-ae065e7dda18'),
(23852,957,NULL,6169,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:27:17','2026-02-02 17:27:17',NULL,NULL,NULL,'5d5a20a1-8d96-40bc-9450-50d7a0630bbf'),
(23854,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:28:36','2026-03-05 20:25:29',NULL,NULL,NULL,'ca1e1bbe-e328-48e3-ae2b-5a76fa9d5b0f'),
(23855,963,NULL,6170,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:28:38','2026-02-02 17:28:38',NULL,NULL,NULL,'a387540d-12ee-4c15-b984-cfa3696a0693'),
(23857,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:28:55','2026-03-05 20:25:50',NULL,NULL,NULL,'ef8348fa-5068-47d7-8a74-dbc6c1b68951'),
(23858,969,NULL,6171,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:28:59','2026-02-02 17:28:59',NULL,NULL,NULL,'0cc95f09-a14e-4e91-b3cf-97771c1f48f1'),
(23859,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:29:23','2026-03-05 20:26:22',NULL,NULL,NULL,'376cd1b8-f681-48fc-ac78-7ca93ad79e7d'),
(23861,975,NULL,6172,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:29:24','2026-02-02 17:29:24',NULL,NULL,NULL,'954a6ba2-9676-48c9-b765-6c8f960ec871'),
(23863,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:29:42','2026-03-06 19:17:59',NULL,NULL,NULL,'3aee2f86-c591-423d-964d-6ab26a24669d'),
(23864,981,NULL,6173,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:29:43','2026-02-02 17:29:43',NULL,NULL,NULL,'7f27b2a4-cd5a-46a3-a782-02f1334ad5ff'),
(23866,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:30:00','2026-03-05 20:27:19',NULL,NULL,NULL,'8a879339-4de6-436d-8b06-d07f9b10b8ef'),
(23867,989,NULL,6174,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:30:01','2026-02-02 17:30:01',NULL,NULL,NULL,'5fcf8157-63a5-4ee1-8958-eee8c2423631'),
(23869,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:30:18','2026-03-05 20:27:46',NULL,NULL,NULL,'e9d833a1-27d1-47cc-ad59-72ee974fb2d4'),
(23870,995,NULL,6175,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:30:20','2026-02-02 17:30:20',NULL,NULL,NULL,'b97925da-4c55-4a37-9ea2-042a45ebc86f'),
(23872,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:30:33','2026-03-05 20:28:12',NULL,NULL,NULL,'2e605695-9307-45ea-9c34-044bf2480355'),
(23873,999,NULL,6176,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:30:34','2026-02-02 17:30:34',NULL,NULL,NULL,'7bbb3b05-71a0-4771-b738-512ffe9be7cf'),
(23874,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:30:48','2026-03-05 20:28:40',NULL,NULL,NULL,'7bbbecdb-bc91-4ec2-ac34-5c14223ca221'),
(23876,1005,NULL,6177,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:30:50','2026-02-02 17:30:50',NULL,NULL,NULL,'6467ee3a-0bb9-4c3d-99e4-b0c9cc6185c6'),
(23878,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:31:06','2026-03-05 20:29:26',NULL,NULL,NULL,'656c67bd-a223-4c59-a34a-ec74c9dd0b9a'),
(23879,1011,NULL,6178,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:31:08','2026-02-02 17:31:08',NULL,NULL,NULL,'ed5bd771-b0f2-4928-9082-dd661f5c50fe'),
(23881,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:31:27','2026-03-05 20:29:49',NULL,NULL,NULL,'4cbfc105-c27b-49d0-aea6-891fd5c10eaf'),
(23882,1017,NULL,6179,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:31:28','2026-02-02 17:31:29',NULL,NULL,NULL,'b4b1c568-018a-4b9c-955c-ca960bac825b'),
(23885,1023,NULL,6180,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:31:42','2026-02-02 17:31:42',NULL,NULL,NULL,'801e051d-3064-407b-a7e9-ef6124a1c66f'),
(23887,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:31:55','2026-03-05 20:30:40',NULL,NULL,NULL,'7fc00d97-53c6-4d5f-9279-fc50872bb44b'),
(23888,1035,NULL,6181,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:31:57','2026-02-02 17:31:57',NULL,NULL,NULL,'19d47824-1a0c-4d57-8ab9-237ee1279247'),
(23890,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:32:08','2026-03-05 20:31:05',NULL,NULL,NULL,'25443a81-73f5-4d51-b40b-3ede35a3ea2f'),
(23891,1041,NULL,6182,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:32:09','2026-02-02 17:32:09',NULL,NULL,NULL,'f87634f3-ea92-4691-a861-c896eca32b60'),
(23892,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 17:46:09','2026-02-02 17:46:09',NULL,NULL,NULL,'6e5eee4b-d6b3-4a6a-b6fc-356dd5c80d54'),
(23893,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 17:46:09','2026-02-02 17:46:09',NULL,NULL,NULL,'b5d1ee7a-1db0-43ee-99d3-3ac0cbf43a72'),
(23894,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 17:46:44','2026-02-02 17:46:44',NULL,NULL,NULL,'4dac91f3-f86e-4ffd-92f7-c2817b1cd661'),
(23898,1023,NULL,6183,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:50:34','2026-02-02 17:50:34',NULL,NULL,NULL,'bb882080-509e-4bfb-aa35-a28afdcd2f63'),
(23900,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:51:15','2026-03-05 20:30:16',NULL,NULL,NULL,'dbed066c-aae9-4c09-9391-cf49028c213d'),
(23901,1023,NULL,6184,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:51:18','2026-02-02 17:51:18',NULL,NULL,NULL,'bb9a2326-abe4-451e-8521-d127d2ac3abc'),
(23903,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 17:53:44','2026-03-04 21:05:23',NULL,NULL,NULL,'084c6035-d75f-4ca3-830e-53b5dad94e8f'),
(23904,1135,NULL,6185,1,'craft\\elements\\Entry',1,0,'2026-02-02 17:53:46','2026-02-02 17:53:46',NULL,NULL,NULL,'d0e1e287-f364-4671-b0df-02ac86573a4a'),
(23906,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 18:26:56','2026-02-02 18:26:56',NULL,NULL,NULL,'2daaff7f-b6b6-48d8-b50d-de94cdffaa48'),
(23908,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 18:38:59','2026-02-02 18:38:59',NULL,NULL,NULL,'5cd64845-243d-4faf-96ae-9729af7d9f9e'),
(23909,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 18:48:52','2026-02-02 18:48:52',NULL,NULL,NULL,'c03f103a-eee2-4764-9b5d-a5e544d54865'),
(23911,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 18:54:56','2026-02-02 18:54:56',NULL,NULL,NULL,'b787b54c-aeca-42d2-b018-2f3fbf8bd9fc'),
(23912,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 19:06:01','2026-02-02 19:06:01',NULL,NULL,NULL,'aa38ff1b-433d-49aa-a67a-7ee55f685b12'),
(23913,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 19:06:01','2026-02-02 19:06:01',NULL,NULL,NULL,'b76b7bf9-bb44-4d28-96ca-a8c6837f63ea'),
(23921,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 19:52:07','2026-02-02 19:52:07',NULL,NULL,NULL,'e1cb6b5f-1bb6-4a1b-a654-0d2c23106def'),
(23923,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 20:09:20','2026-02-02 20:09:20',NULL,NULL,NULL,'f845ea21-3a75-4f7c-8860-a0d014c04fbb'),
(23925,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 20:20:15','2026-02-02 20:20:15',NULL,NULL,NULL,'34137271-d3f8-40be-86c2-4a4045ec3935'),
(23932,945,NULL,6186,1,'craft\\elements\\Entry',1,0,'2026-02-02 20:51:41','2026-02-02 20:51:41',NULL,NULL,NULL,'b8bab7c7-ce77-411e-b275-cead2745de89'),
(23934,945,NULL,6187,1,'craft\\elements\\Entry',1,0,'2026-02-02 20:51:52','2026-02-02 20:51:52',NULL,NULL,NULL,'91e18a43-1223-4c12-be02-dc2f2cb6872b'),
(23936,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 20:52:52','2026-03-05 20:23:59',NULL,NULL,NULL,'d730a3a8-c1f3-451e-b934-03313369c1c5'),
(23937,945,NULL,6188,1,'craft\\elements\\Entry',1,0,'2026-02-02 20:52:54','2026-02-02 20:52:54',NULL,NULL,NULL,'59d8dcb6-b7d1-4703-9188-c86a9b9bbd18'),
(23938,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 21:01:38','2026-02-02 21:01:38',NULL,NULL,NULL,'0d9b9ffc-acba-472f-901f-68b452ed472a'),
(23939,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 21:01:38','2026-02-02 21:01:38',NULL,NULL,NULL,'0905dd67-03e2-40c2-bb69-ef6ce8c95c58'),
(23944,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-02 21:10:01','2026-02-02 21:10:01',NULL,NULL,NULL,'9c5ffe41-644e-46b3-8ad3-3c5296fc09d0'),
(23945,1031,NULL,6189,1,'craft\\elements\\Entry',1,0,'2026-02-02 21:10:03','2026-02-02 21:10:03',NULL,NULL,NULL,'525516f0-8f42-430b-afe7-adafe235dbf6'),
(23947,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 21:32:51','2026-02-02 21:32:51',NULL,NULL,NULL,'b84a9363-9453-476e-9b98-7200aeccdb3e'),
(23948,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 21:39:27','2026-02-02 21:39:27',NULL,NULL,NULL,'1f6ced6a-2498-488c-a9dd-a2e46b5951fa'),
(23951,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 21:46:33','2026-02-02 21:46:33',NULL,NULL,NULL,'9e4c16de-c45a-4e5d-8beb-7210858b6d29'),
(23954,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 22:02:28','2026-02-02 22:02:28',NULL,NULL,NULL,'d3319e0c-443c-42fe-9a94-551cac103b56'),
(23960,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 23:15:54','2026-02-02 23:15:54',NULL,NULL,NULL,'e71b75df-9528-47b0-8715-fed51b92d58b'),
(23962,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 23:15:59','2026-02-02 23:15:59',NULL,NULL,NULL,'3d24bf0d-e93a-4b9e-a385-df7110c34969'),
(23966,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 23:17:58','2026-02-02 23:17:58',NULL,NULL,NULL,'02baeacf-8b76-4fcc-9cc8-236c29bfd728'),
(23967,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-02 23:23:51','2026-02-02 23:23:51',NULL,NULL,NULL,'3fb98bbf-da7e-4d58-829a-45aa1e75478d'),
(23969,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 23:43:34','2026-02-02 23:43:34',NULL,NULL,NULL,'ccff4390-b6ee-4b53-be33-8085b6b0aa6a'),
(23971,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-02 23:43:39','2026-02-02 23:43:39',NULL,NULL,NULL,'d533098d-6616-4de1-a486-f9ddc2e2439a'),
(23977,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 00:13:44','2026-02-03 00:13:44',NULL,NULL,NULL,'11a7e599-5170-4ad3-893f-f3e6109b7bf7'),
(23981,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 00:35:36','2026-02-03 00:35:36',NULL,NULL,NULL,'c4b0a0fd-f2da-48bc-a086-288ff58b6eff'),
(23983,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 00:35:41','2026-02-03 00:35:41',NULL,NULL,NULL,'a7794006-9263-432b-98c3-dec1b24262a0'),
(23987,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 01:47:10','2026-02-03 01:47:10',NULL,NULL,NULL,'d7d74503-af13-4445-a758-215f829b2326'),
(23988,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 01:47:10','2026-02-03 01:47:10',NULL,NULL,NULL,'d6aa7429-9d40-40b4-a11d-57b02f7613ac'),
(23990,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 02:03:10','2026-02-03 02:03:10',NULL,NULL,NULL,'50d3f930-fa59-4507-912d-4740a2e5c956'),
(23992,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 02:03:14','2026-02-03 02:03:14',NULL,NULL,NULL,'d2140161-0b5b-4232-b78b-c776058c2124'),
(23996,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 02:18:43','2026-02-03 02:18:43',NULL,NULL,NULL,'803eaca7-02ee-4163-8a31-92b40952e2f8'),
(23998,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 02:18:48','2026-02-03 02:18:48',NULL,NULL,NULL,'55ffa4b3-c51f-4c32-87a9-d85a4c1f694a'),
(24113,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 04:51:52','2026-02-03 04:51:52',NULL,NULL,NULL,'31b4caf6-c48b-4d50-811f-423c67370a2a'),
(24114,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 04:51:52','2026-02-03 04:51:52',NULL,NULL,NULL,'0374613e-58d5-4fe3-a141-b4ebbbbb84f8'),
(24122,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 06:01:33','2026-02-03 06:01:33',NULL,NULL,NULL,'18cb8126-4294-41ad-864e-30a3246eb836'),
(24124,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 06:01:37','2026-02-03 06:01:37',NULL,NULL,NULL,'9382cd57-66c2-4ce2-9b0f-35cdc55bf130'),
(24128,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 06:26:58','2026-02-03 06:26:58',NULL,NULL,NULL,'c5c389a1-12d2-4cbe-bb22-43b1026370a8'),
(24142,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 08:03:30','2026-02-03 08:03:30',NULL,NULL,NULL,'7eb4d048-ff3f-4a0c-820f-ec45c37f330f'),
(24144,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 08:03:36','2026-02-03 08:03:36',NULL,NULL,NULL,'e005c942-4714-4c27-8bb4-172883cb9533'),
(24152,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 08:07:32','2026-02-03 08:07:32',NULL,NULL,NULL,'78474a4c-f0e2-416f-9295-ba90d168ffff'),
(24154,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 08:07:36','2026-02-03 08:07:36',NULL,NULL,NULL,'3de6a3e4-4a9e-44be-97ce-4cc99767044a'),
(24162,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 08:18:32','2026-02-03 08:18:32',NULL,NULL,NULL,'5e3ccec8-89ff-4cc6-b830-108c48ceae4f'),
(24170,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 08:32:16','2026-02-03 08:32:16',NULL,NULL,NULL,'e4b9348d-aa9b-4c4d-b58e-42d1debf10e9'),
(24173,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 08:36:04','2026-02-03 08:36:04',NULL,NULL,NULL,'c8989b71-3b23-4af6-845c-320ad3d65a4e'),
(24182,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 10:05:55','2026-02-03 10:05:55',NULL,NULL,NULL,'06f77969-b82c-4c33-961b-9e4146ef8bc5'),
(24184,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 10:12:53','2026-02-03 10:12:53',NULL,NULL,NULL,'3e057f02-ebbc-4731-8907-da78a5b574c1'),
(24238,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 11:29:06','2026-02-03 11:29:06',NULL,NULL,NULL,'7d1a5dbe-30b8-4532-9e40-d8b1cf0a85bb'),
(24260,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 12:44:23','2026-02-03 12:44:23',NULL,NULL,NULL,'2ca913f9-0ca4-4180-9b59-a060ac91b2a3'),
(24262,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 12:44:28','2026-02-03 12:44:28',NULL,NULL,NULL,'6bee0bc0-9e78-4226-8790-dca3ade45658'),
(24296,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 14:08:30','2026-02-03 14:08:30',NULL,NULL,NULL,'ea66e239-9ccd-4a81-bd76-c2e3209675a6'),
(24297,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 14:08:40','2026-02-03 14:08:40',NULL,NULL,NULL,'ef471e14-c428-4252-90ce-988b2530cd7b'),
(24298,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 14:19:52','2026-02-03 14:19:52',NULL,NULL,NULL,'f1c03e1a-6341-493e-9a01-6f3960c1b512'),
(24302,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 15:02:34','2026-02-03 15:02:34',NULL,NULL,NULL,'4742326b-659d-44b1-8773-4ceb97662d21'),
(24304,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 15:02:38','2026-02-03 15:02:38',NULL,NULL,NULL,'49e1c5b8-341a-45ad-97cb-74ca6e70e333'),
(24307,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 15:18:44','2026-02-03 15:18:44',NULL,NULL,NULL,'23b7ab00-f56e-4547-a171-88385b0879e0'),
(24308,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 15:18:44','2026-02-03 15:18:44',NULL,NULL,NULL,'6a6b96c1-6045-4c58-a4f4-460c0bcc8ccc'),
(24309,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 15:21:45','2026-02-03 15:21:45',NULL,NULL,NULL,'eff7abac-86eb-4a7a-9be5-9f0dbe72dbc5'),
(24316,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 15:25:11','2026-02-03 15:25:11',NULL,NULL,NULL,'39af42db-2768-436b-aec0-22e161ceca75'),
(24317,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 15:25:11','2026-02-03 15:25:11',NULL,NULL,NULL,'a33e4c89-448a-49ad-81b0-4c4b14b06aae'),
(24318,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 15:25:12','2026-02-03 15:25:12',NULL,NULL,NULL,'d16c8efc-8bd0-49b9-95fe-c903622a0c08'),
(24319,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 15:25:12','2026-02-03 15:25:12',NULL,NULL,NULL,'a12e4008-fb9b-4c97-802e-09065fd5d915'),
(24320,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 15:25:13','2026-02-03 15:25:13',NULL,NULL,NULL,'4d3f4ddf-a5bd-491c-a300-b0c3e52cfe88'),
(24321,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 15:31:30','2026-02-03 15:31:30',NULL,NULL,NULL,'727e2143-4d79-404a-9fdd-133de6e77d80'),
(24348,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-03 15:40:05','2026-03-05 20:45:51',NULL,NULL,NULL,'b7d9bca6-0423-4231-ab73-cb6d9af1c5f6'),
(24349,1407,NULL,6190,1,'craft\\elements\\Entry',1,0,'2026-02-03 15:40:07','2026-02-03 15:40:07',NULL,NULL,NULL,'aec27277-2609-469c-bc65-f4440a778a34'),
(24357,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 15:45:20','2026-02-03 15:45:20',NULL,NULL,NULL,'575bf4b8-7925-4a3e-8037-7b25da32766a'),
(24360,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 15:45:25','2026-02-03 15:45:25',NULL,NULL,NULL,'16825a73-0973-458c-9c66-148915c8b919'),
(24427,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 17:23:08','2026-02-03 17:23:08',NULL,NULL,NULL,'70a4bfc8-6a35-4646-81ce-9b82272da1cc'),
(24429,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 17:24:30','2026-02-03 17:24:30',NULL,NULL,NULL,'6d365a43-2ed8-4d7a-bfb2-5fffd77fea8c'),
(24433,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 17:47:27','2026-02-03 17:47:27',NULL,NULL,NULL,'42a70747-2dd3-44d7-a0ee-f5a99e59d18d'),
(24435,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 17:47:31','2026-02-03 17:47:31',NULL,NULL,NULL,'7f8dd991-50b9-4c3d-aa45-302f1d759b58'),
(24441,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 18:17:15','2026-02-03 18:17:15',NULL,NULL,NULL,'90622ad4-eb1d-415d-a44f-6af6c96d2f0f'),
(24442,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 18:17:15','2026-02-03 18:17:15',NULL,NULL,NULL,'3d6c79f0-3930-4ec3-9a40-0ae285e42c2c'),
(24443,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 18:28:29','2026-02-03 18:28:29',NULL,NULL,NULL,'f984cd92-8cb9-4b9a-9614-da9e86249e7b'),
(24444,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 18:28:29','2026-02-03 18:28:29',NULL,NULL,NULL,'42b3b443-5829-4f5f-af6e-f52aa91466b9'),
(24445,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 18:43:33','2026-02-03 18:43:33',NULL,NULL,NULL,'7bb459de-507f-41d8-af80-caa23a399db9'),
(24446,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 18:43:33','2026-02-03 18:43:33',NULL,NULL,NULL,'9e67d1b1-3e17-40dc-93ba-820876f8492f'),
(24451,1353,NULL,6191,1,'craft\\elements\\Entry',1,0,'2026-02-03 18:48:14','2026-02-03 18:48:14',NULL,NULL,NULL,'e3f3d434-9713-40df-bc5a-53fbba1331db'),
(24454,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 19:07:13','2026-02-03 19:07:13',NULL,NULL,NULL,'a7570238-bf87-4e45-a22d-3deaa5521d91'),
(24456,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 19:07:18','2026-02-03 19:07:18',NULL,NULL,NULL,'aa0ff5d7-affd-4c07-ae7a-951f5476fbfb'),
(24460,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 19:24:57','2026-02-03 19:24:57',NULL,NULL,NULL,'2a88ab3b-3274-4f61-9f73-37f74155252f'),
(24462,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 19:43:38','2026-02-03 19:43:38',NULL,NULL,NULL,'d1383890-2c64-4888-be5e-9cf9cb0df9d1'),
(24464,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 19:43:43','2026-02-03 19:43:43',NULL,NULL,NULL,'cb31e01e-1903-430c-a297-68415c1609ff'),
(24470,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 20:07:07','2026-02-03 20:07:07',NULL,NULL,NULL,'86eb63f8-88a0-434d-b85f-a810f1e4f156'),
(24472,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 20:07:11','2026-02-03 20:07:11',NULL,NULL,NULL,'4399db99-4725-4b49-83ea-9621f9908b8f'),
(24480,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 20:39:15','2026-02-03 20:39:15',NULL,NULL,NULL,'15e1ac62-6559-4d0b-baff-ca365d475d72'),
(24481,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 20:46:48','2026-02-03 20:46:48',NULL,NULL,NULL,'cb19d023-84d5-47df-8b83-0e3f7855001e'),
(24484,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 20:48:11','2026-02-03 20:48:11',NULL,NULL,NULL,'ff9b7283-45b4-4f18-b5f2-764d0d154657'),
(24488,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 21:09:59','2026-02-03 21:09:59',NULL,NULL,NULL,'9267bea6-26a7-4164-b0b3-6433b47346dd'),
(24491,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 21:30:02','2026-02-03 21:30:02',NULL,NULL,NULL,'daa7da90-3422-41dd-a675-0a05d2e9c0e3'),
(24492,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 21:41:57','2026-02-03 21:41:57',NULL,NULL,NULL,'9199ec31-f24e-4206-99ce-379c97b4219c'),
(24493,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 21:41:57','2026-02-03 21:41:57',NULL,NULL,NULL,'c3288583-ef3c-4437-9abd-52166c7fdf3c'),
(24494,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 21:43:58','2026-02-03 21:43:58',NULL,NULL,NULL,'d901b2fd-fc15-43c5-9c2c-e54c5b60b7aa'),
(24496,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-03 22:19:27','2026-02-03 22:19:27',NULL,NULL,NULL,'df219df1-a122-4004-8359-03d927dd64b3'),
(24500,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 23:05:58','2026-02-03 23:05:58',NULL,NULL,NULL,'9a03ad47-063f-499a-a64d-b9b7afcb696f'),
(24502,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-03 23:06:03','2026-02-03 23:06:03',NULL,NULL,NULL,'14d2d9f6-3361-4a25-b58d-1649aab6d4ef'),
(24512,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 00:03:57','2026-02-04 00:03:57',NULL,NULL,NULL,'82fc147d-2db6-447c-b9d6-c950be60d997'),
(24515,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 00:36:47','2026-02-04 00:36:47',NULL,NULL,NULL,'4064aa99-7f7b-46a9-870a-1b478bb3eaa4'),
(24516,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-04 00:36:47','2026-02-04 00:36:47',NULL,NULL,NULL,'b55b14c8-c924-414d-91c3-5126a8cfbf0d'),
(24519,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 00:59:48','2026-02-04 00:59:48',NULL,NULL,NULL,'841e4e76-2daf-4c33-8647-e457abe87b86'),
(24520,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-04 00:59:48','2026-02-04 00:59:48',NULL,NULL,NULL,'381dc776-b4da-4fb4-bcb5-e208a129a8b8'),
(24522,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 02:04:30','2026-02-04 02:04:30',NULL,NULL,NULL,'b5dc7f7b-f3a7-4e09-be39-a71559c2d872'),
(24597,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-04 04:34:53','2026-02-04 04:34:53',NULL,NULL,NULL,'03ac327f-c2a4-4008-a545-1b5d54810ca0'),
(24599,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-04 04:34:57','2026-02-04 04:34:57',NULL,NULL,NULL,'e76be8fe-e43d-4f0c-a2a4-d2b4bf9fd689'),
(24678,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 09:05:30','2026-02-04 09:05:30',NULL,NULL,NULL,'dfbfcb28-520b-4ce7-840d-9118a754c587'),
(24679,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-04 09:05:30','2026-02-04 09:05:30',NULL,NULL,NULL,'7581d0cd-1f49-4218-ab5a-92c305efd748'),
(24729,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 12:03:46','2026-02-04 12:03:46',NULL,NULL,NULL,'a297fc51-d4c1-4478-b21c-84880b520d58'),
(24802,2,NULL,6192,1,'craft\\elements\\Entry',1,0,'2026-02-04 15:06:20','2026-02-04 15:06:20',NULL,NULL,NULL,'509d77b9-054e-455c-8d22-24c872159b79'),
(24814,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 15:16:09','2026-02-04 15:16:09',NULL,NULL,NULL,'4932ab31-2c08-4939-a95f-59c65f1254e3'),
(24815,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-04 15:16:09','2026-02-04 15:16:09',NULL,NULL,NULL,'444d44c6-b61c-4d14-9ccb-06149341daf9'),
(24824,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 15:23:07','2026-02-04 15:23:07',NULL,NULL,NULL,'6c454b68-5a97-491f-b73f-a1a0854f2c1d'),
(24845,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 16:13:51','2026-02-04 16:13:51',NULL,NULL,NULL,'3d689c77-e499-4a75-aec6-52c48428bfc1'),
(24848,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 16:22:56','2026-02-04 16:22:56',NULL,NULL,NULL,'3fc35e0e-40a6-4049-9b93-40c384559f29'),
(24849,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-04 16:22:56','2026-02-04 16:22:56',NULL,NULL,NULL,'63ab798e-8d30-4c9d-8e2b-3d522c89d5b6'),
(24850,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 16:26:17','2026-02-04 16:26:17',NULL,NULL,NULL,'0943cd2c-3d44-403d-8060-c4921533feb3'),
(24851,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 16:28:18','2026-02-04 16:28:18',NULL,NULL,NULL,'7c84197f-de74-4f25-8f6b-49f08fc15951'),
(24852,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 16:29:52','2026-02-04 16:29:52',NULL,NULL,NULL,'8284337e-6ed2-4b57-a507-26a026be4441'),
(24853,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-04 16:29:52','2026-02-04 16:29:52',NULL,NULL,NULL,'9a72b928-f008-40f2-b433-bfb384a5c23b'),
(24874,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 16:57:35','2026-02-04 16:57:35',NULL,NULL,NULL,'6d198f2f-482e-4510-b249-78f3285ac80a'),
(24875,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-04 16:57:35','2026-02-04 16:57:35',NULL,NULL,NULL,'1d889c5f-0cec-4195-aa15-0a031e9a6ff7'),
(24885,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 17:07:28','2026-02-04 17:07:28',NULL,NULL,NULL,'696f20b6-9fcd-40e2-af9c-821a0b3193b0'),
(24942,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 18:43:14','2026-02-04 18:43:14',NULL,NULL,NULL,'440f30c3-bade-4cd0-87c0-a77a8cbb93d5'),
(24948,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 19:18:22','2026-02-04 19:18:22',NULL,NULL,NULL,'6fce644a-572f-4c3a-b0f2-a7f3026db85e'),
(24949,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 19:24:40','2026-02-04 19:24:40',NULL,NULL,NULL,'4b6dbb3c-b802-4b68-ad69-4d6fbed7a8fc'),
(24953,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 20:13:34','2026-02-04 20:13:34',NULL,NULL,NULL,'37fffe77-4f81-41b4-a551-d8354dcca64d'),
(24954,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 20:20:47','2026-02-04 20:20:47',NULL,NULL,NULL,'f1e8466e-9dc7-43fa-8a50-db2856c4bcc3'),
(24959,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 21:24:43','2026-02-04 21:24:43',NULL,NULL,NULL,'53c1b820-abd8-428a-aa5f-f5cc85a01fcd'),
(24963,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 23:16:43','2026-02-04 23:16:43',NULL,NULL,NULL,'a9d02abb-ea29-4e56-a41d-e856100eacfe'),
(24964,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-04 23:42:23','2026-02-04 23:42:23',NULL,NULL,NULL,'b4447d27-4ef1-4e8b-b27c-976fb6cf7b89'),
(24970,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 00:37:21','2026-02-05 00:37:21',NULL,NULL,NULL,'cff70032-1139-40e7-b1d9-d167b0820d6f'),
(24971,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-05 00:37:21','2026-02-05 00:37:21',NULL,NULL,NULL,'ba8aa930-71c5-414b-abe4-738aed4d0cfa'),
(24974,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 01:12:29','2026-02-05 01:12:29',NULL,NULL,NULL,'5f51fa58-9fcf-49b7-97b7-ad82eabb2709'),
(24978,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 02:25:48','2026-02-05 02:25:48',NULL,NULL,NULL,'41f337f0-7311-4049-be44-492ebd7a66cc'),
(24982,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 03:39:30','2026-02-05 03:39:30',NULL,NULL,NULL,'d6edbe96-3616-4670-be5d-e644ceb7de6d'),
(24983,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 03:50:05','2026-02-05 03:50:05',NULL,NULL,NULL,'3c7f8dc1-5c75-4358-b4da-b40ffe1f3c2a'),
(25043,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 07:58:00','2026-02-05 07:58:00',NULL,NULL,NULL,'4764c2b6-f62a-469a-a2a1-a38529c23726'),
(25055,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 08:40:43','2026-02-05 08:40:43',NULL,NULL,NULL,'3bf26a6f-a000-4093-95c2-b97c6f834e68'),
(25056,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-05 08:40:43','2026-02-05 08:40:43',NULL,NULL,NULL,'a5d61962-81d7-4f61-9a60-c2ba12eb84b5'),
(25064,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 10:06:30','2026-02-05 10:06:30',NULL,NULL,NULL,'bb0a6c61-697a-47a1-8d20-fa11515b3ea8'),
(25074,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 12:14:38','2026-02-05 12:14:38',NULL,NULL,NULL,'10f17406-16f5-440c-aba9-3c937dc15cc9'),
(25080,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 14:05:37','2026-02-05 14:05:37',NULL,NULL,NULL,'d1f26965-d283-48ab-a774-9624f57d2e92'),
(25083,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 15:23:49','2026-02-05 15:23:49',NULL,NULL,NULL,'aaf2f0f2-be65-44fc-abbf-5a8fddc0ad73'),
(25088,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 15:37:29','2026-02-05 15:37:29',NULL,NULL,NULL,'9f449ec8-8dcb-4850-bce1-78a4ec45940a'),
(25093,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 15:54:33','2026-02-05 15:54:33',NULL,NULL,NULL,'68e02882-e33a-4dac-938e-82ce719a5632'),
(25109,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 16:56:52','2026-02-05 16:56:52',NULL,NULL,NULL,'af067b57-e52b-4a79-bb08-d07c7badb49d'),
(25112,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 17:08:54','2026-02-05 17:08:54',NULL,NULL,NULL,'7e2d7938-91a5-4f36-82e1-71199e9ca6ce'),
(25114,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 17:22:37','2026-02-05 17:22:37',NULL,NULL,NULL,'742ebe66-3dc8-459e-858a-0ed7a972ae65'),
(25117,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 17:49:11','2026-02-05 17:49:11',NULL,NULL,NULL,'0dab8ea0-c13a-455e-aeb8-833381465abe'),
(25118,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 18:04:42','2026-02-05 18:04:42',NULL,NULL,NULL,'fc4460fa-0dc9-4c58-a049-94c842508e14'),
(25120,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 18:06:16','2026-02-05 18:06:16',NULL,NULL,NULL,'bce4acc7-4714-45ef-b764-b4cbbe2066f5'),
(25121,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-05 18:06:16','2026-02-05 18:06:16',NULL,NULL,NULL,'52b4c825-e7cf-44c1-945e-18c3d33c7130'),
(25122,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 18:10:28','2026-02-05 18:10:28',NULL,NULL,NULL,'04e40175-ac27-4282-9f45-3fa0ab1374f9'),
(25123,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 18:13:31','2026-02-05 18:13:31',NULL,NULL,NULL,'d4ae3d94-6f20-4b76-b16a-e639ae7e2b29'),
(25124,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-05 18:13:31','2026-02-05 18:13:31',NULL,NULL,NULL,'efce7060-d51d-4d43-bab3-965af006d87a'),
(25128,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 19:08:04','2026-02-05 19:08:04',NULL,NULL,NULL,'2c2b8b8b-2d04-4055-aaf6-23842bcf700a'),
(25132,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 20:15:16','2026-02-05 20:15:16',NULL,NULL,NULL,'d7fa98ae-8cd6-4fc3-a38e-2c5cc2daefc3'),
(25133,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-05 20:15:16','2026-02-05 20:15:16',NULL,NULL,NULL,'162c130f-1eb2-4963-bb12-2611659d8fd9'),
(25137,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 21:16:06','2026-02-05 21:16:06',NULL,NULL,NULL,'afc2c281-bb58-43b8-98ad-e2b646d11faf'),
(25140,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 22:23:14','2026-02-05 22:23:14',NULL,NULL,NULL,'2ca5e295-9543-4ee0-959c-6de873e9168e'),
(25141,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-05 22:23:14','2026-02-05 22:23:14',NULL,NULL,NULL,'4e210bd2-8744-46d4-8087-9b62cf1d3317'),
(25145,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 22:49:04','2026-02-05 22:49:04',NULL,NULL,NULL,'effac822-3f20-421e-85ff-3a38d62180b2'),
(25150,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-05 23:34:01','2026-02-05 23:34:01',NULL,NULL,NULL,'48001cf2-69be-4539-a639-c3701a3fee84'),
(25151,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-05 23:34:01','2026-02-05 23:34:01',NULL,NULL,NULL,'82b281f4-4b50-493e-a211-52625f629051'),
(25154,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 00:12:55','2026-02-06 00:12:55',NULL,NULL,NULL,'63b501b9-d842-414f-8102-582731b78705'),
(25155,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-06 00:12:55','2026-02-06 00:12:55',NULL,NULL,NULL,'eb2a130c-9bbd-4693-85e7-f03c8362e48a'),
(25156,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 00:16:33','2026-02-06 00:16:33',NULL,NULL,NULL,'d8458390-ef86-4b74-be1a-a50056383eab'),
(25157,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 00:28:43','2026-02-06 00:28:43',NULL,NULL,NULL,'592c08ed-e242-4586-8607-968d8999a003'),
(25158,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-06 00:28:43','2026-02-06 00:28:43',NULL,NULL,NULL,'d0288fc4-f9c8-4926-9da3-5965aff847c9'),
(25159,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 00:29:58','2026-02-06 00:29:58',NULL,NULL,NULL,'d6c3b3b4-7801-44ef-8c41-53d715fb4ec1'),
(25164,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 01:19:17','2026-02-06 01:19:17',NULL,NULL,NULL,'dd263916-a647-412f-a34d-1b53b842f8d1'),
(25165,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 01:21:36','2026-02-06 01:21:36',NULL,NULL,NULL,'8a8fe627-4a6c-4f15-8214-d093799422a0'),
(25166,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 01:42:21','2026-02-06 01:42:21',NULL,NULL,NULL,'f582ec21-dd28-4c2d-8e58-0f20b22436f8'),
(25169,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 01:51:09','2026-02-06 01:51:09',NULL,NULL,NULL,'3a03fbde-b884-4447-a011-9ad008c2eb09'),
(25207,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 02:17:27','2026-02-06 02:17:27',NULL,NULL,NULL,'9cb1fc5b-96d8-4b80-b268-8c3bdb9d0765'),
(25291,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 05:49:24','2026-02-06 05:49:24',NULL,NULL,NULL,'a143f4c3-03ec-4806-bf4e-3777efbc6300'),
(25409,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 10:24:32','2026-02-06 10:24:32',NULL,NULL,NULL,'5b735e83-ec5b-496c-992f-cbdcb8e5a9a3'),
(25478,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 14:00:53','2026-02-06 14:00:53',NULL,NULL,NULL,'8ac179f3-9ae1-4f12-8865-3fa6a145d5af'),
(25485,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 14:12:06','2026-02-06 14:12:06',NULL,NULL,NULL,'712a6f61-4582-4266-875e-fa2049441de6'),
(25520,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 15:09:18','2026-02-06 15:09:18',NULL,NULL,NULL,'65c14166-c394-4098-bbc8-e5ac0a464a25'),
(25522,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 15:21:36','2026-02-06 15:21:36',NULL,NULL,NULL,'ccbe6abc-e9cf-4a2a-8974-77d3b983f9be'),
(25617,1109,NULL,6193,1,'craft\\elements\\Entry',1,0,'2026-02-06 17:41:38','2026-02-06 17:41:38',NULL,NULL,NULL,'a9672156-cabf-4d29-b743-630251faaa44'),
(25620,1269,NULL,6194,1,'craft\\elements\\Entry',1,0,'2026-02-06 17:42:54','2026-02-06 17:42:55',NULL,NULL,NULL,'7163ac63-b68c-4c1f-abf8-e79dac59d28b'),
(25622,1237,NULL,6195,1,'craft\\elements\\Entry',1,0,'2026-02-06 17:43:26','2026-02-06 17:43:26',NULL,NULL,NULL,'e31012b0-e026-48d2-9a0d-d9baaade1b56'),
(25644,1467,NULL,6196,1,'craft\\elements\\Entry',1,0,'2026-02-06 18:43:08','2026-02-06 18:43:08',NULL,NULL,NULL,'26977399-8efd-445f-9673-37bfd7ebab1a'),
(25645,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 18:49:28','2026-02-06 18:49:28',NULL,NULL,NULL,'c00fbde9-314d-47f5-89eb-dd587318f6ce'),
(25646,1023,NULL,6197,1,'craft\\elements\\Entry',1,0,'2026-02-06 18:51:49','2026-02-06 18:51:49',NULL,NULL,NULL,'16510212-b3e6-4318-a8b8-1bb736676ede'),
(25651,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 19:30:43','2026-02-06 19:30:43',NULL,NULL,NULL,'a39acb76-9418-40c3-aa57-aa4e4dffedd4'),
(25654,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-02-06 19:36:11','2026-02-06 19:40:57',NULL,NULL,NULL,'94d800b5-e9df-42de-9e2c-898c9fe67437'),
(25655,1209,NULL,6198,1,'craft\\elements\\Entry',1,0,'2026-02-06 19:37:11','2026-02-06 19:37:11',NULL,NULL,NULL,'5b04fec1-33a1-4c74-b2b3-f77f49d4d4b0'),
(25657,1209,NULL,6199,1,'craft\\elements\\Entry',1,0,'2026-02-06 19:37:18','2026-02-06 19:37:18',NULL,NULL,NULL,'6e8d66a7-8fc2-493a-83ec-a95fdd0a51d2'),
(25659,1209,NULL,6200,1,'craft\\elements\\Entry',1,0,'2026-02-06 19:38:04','2026-02-06 19:38:04',NULL,NULL,NULL,'2ba1caae-9a7f-442d-90fe-bacf2c607e9f'),
(25661,1209,NULL,6201,1,'craft\\elements\\Entry',1,0,'2026-02-06 19:39:57','2026-02-06 19:39:58',NULL,NULL,NULL,'f7696982-c922-406c-aace-88f77631d91e'),
(25663,1209,NULL,6202,1,'craft\\elements\\Entry',1,0,'2026-02-06 19:41:09','2026-02-06 19:41:09',NULL,NULL,NULL,'7b34d91a-7918-404b-9365-f3595171b382'),
(25665,1209,NULL,6203,1,'craft\\elements\\Entry',1,0,'2026-02-06 19:52:35','2026-02-06 19:52:35',NULL,NULL,NULL,'7b5cedca-6e69-43b6-a1bb-b3cb6df07116'),
(25667,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 20:05:45','2026-02-06 20:05:45',NULL,NULL,NULL,'a412022b-53fc-454e-be98-37239503d9ea'),
(25668,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-06 20:05:45','2026-02-06 20:05:45',NULL,NULL,NULL,'5fce2741-8034-405d-a842-2b437ad6342b'),
(25670,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 20:09:13','2026-02-06 20:09:13',NULL,NULL,NULL,'49e37820-f00d-41e0-9d1e-48b85bfef9d9'),
(25671,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-06 20:09:13','2026-02-06 20:09:13',NULL,NULL,NULL,'c6df8968-f028-454b-aed7-1d3a3b9d677c'),
(25681,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-02-06 20:19:24','2026-02-06 20:19:24',NULL,NULL,NULL,'47941d55-0044-4133-81fe-566cdf514c6e'),
(25682,NULL,NULL,NULL,3,'craft\\elements\\Entry',1,0,'2026-02-06 20:19:24','2026-02-06 20:19:24',NULL,NULL,NULL,'1a2c6e0e-68e0-4e1a-9287-bf1f33035700'),
(25683,1023,NULL,6204,1,'craft\\elements\\Entry',1,0,'2026-02-06 20:19:24','2026-02-06 20:19:24',NULL,NULL,NULL,'e1798a52-0c46-4bc6-b909-fe8b79332594'),
(25684,3603,NULL,6205,3,'craft\\elements\\Entry',1,0,'2026-02-06 20:19:24','2026-02-06 20:19:24',NULL,NULL,NULL,'2739df08-42af-47c5-9b80-13b611582a84'),
(25685,3604,NULL,6206,3,'craft\\elements\\Entry',1,0,'2026-02-06 20:19:24','2026-02-06 20:19:24',NULL,NULL,NULL,'890e4cf9-72bf-4e07-a084-ed08c63ff0b5'),
(25686,25681,NULL,6207,3,'craft\\elements\\Entry',1,0,'2026-02-06 20:19:24','2026-02-06 20:19:24',NULL,NULL,NULL,'0bc8431c-be8f-469b-b4f2-712b6b92ef84'),
(25687,25682,NULL,6208,3,'craft\\elements\\Entry',1,0,'2026-02-06 20:19:24','2026-02-06 20:19:24',NULL,NULL,NULL,'d72d1a22-b19e-4aee-a933-6a499ca2051a'),
(25688,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 20:31:49','2026-02-06 20:31:49',NULL,NULL,NULL,'f0646052-6c6a-41ed-b590-8a08d4e79a1a'),
(25691,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 21:35:08','2026-02-06 21:35:08',NULL,NULL,NULL,'d8e2e6f5-f6bc-4ed1-9574-ba5db13a673c'),
(25692,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-06 21:35:08','2026-02-06 21:35:08',NULL,NULL,NULL,'e4469f44-2401-4c4f-a255-51cb8f47b13c'),
(25718,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-06 22:58:12','2026-02-06 22:58:12',NULL,NULL,NULL,'5cc391d6-5dfc-46cc-9565-b3c4e50b6252'),
(25839,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-07 05:17:14','2026-02-07 05:17:14',NULL,NULL,NULL,'6f05f826-61c6-47a2-8946-1fffe62c72a1'),
(26047,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-07 13:19:13','2026-02-07 13:19:13',NULL,NULL,NULL,'11aceada-b331-457d-9be0-16a78330fbe0'),
(26059,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-07 13:54:41','2026-02-07 13:54:41',NULL,NULL,NULL,'7b65869f-639e-483e-bf17-23e208acde28'),
(26063,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-07 14:09:34','2026-02-07 14:09:34',NULL,NULL,NULL,'52eaec14-8a0b-42e9-a511-2ffd6ad9c645'),
(26085,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-07 17:07:02','2026-02-07 17:07:02',NULL,NULL,NULL,'f892bf44-02b2-4a9d-94c3-bcb302770275'),
(26104,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-07 17:35:03','2026-02-07 17:35:03',NULL,NULL,NULL,'bc74671f-61b2-4258-9c8e-db62d74e598c'),
(26105,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-07 17:35:03','2026-02-07 17:35:03',NULL,NULL,NULL,'4f1b8282-a046-48e0-9425-d831da434ceb'),
(26127,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-07 19:37:11','2026-02-07 19:37:11',NULL,NULL,NULL,'958a3624-6f09-4fb1-8817-a901dd2376f0'),
(26128,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-07 19:37:11','2026-02-07 19:37:11',NULL,NULL,NULL,'883d218b-08c5-4776-b53a-371e760d5f8c'),
(26129,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-07 20:13:08','2026-02-07 20:13:08',NULL,NULL,NULL,'92792e8a-4170-4d99-90cc-35e85ddd0923'),
(26135,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-07 23:24:41','2026-02-07 23:24:41',NULL,NULL,NULL,'455f5465-2718-4a12-9386-65f7e0b4c17a'),
(26137,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 00:00:28','2026-02-08 00:00:28',NULL,NULL,NULL,'242388de-8963-4242-957c-8b53de2cd7c8'),
(26138,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 00:11:14','2026-02-08 00:11:14',NULL,NULL,NULL,'a1b29b7d-93fb-4f7c-b9ea-e3d0120ed5ee'),
(26141,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 00:35:53','2026-02-08 00:35:53',NULL,NULL,NULL,'fadb62a2-f442-4658-8b4a-84856b4fefd1'),
(26145,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 01:59:03','2026-02-08 01:59:03',NULL,NULL,NULL,'8910e252-c7ec-4e91-b58d-fac47a8af1df'),
(26151,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 03:55:19','2026-02-08 03:55:19',NULL,NULL,NULL,'c9659749-1cbf-4f05-a93e-856710745f62'),
(26154,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 04:32:32','2026-02-08 04:32:32',NULL,NULL,NULL,'b6418c46-c051-44b6-b35d-47883f91bb37'),
(26155,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 04:32:32','2026-02-08 04:32:32',NULL,NULL,NULL,'10d7eb2c-db00-4cbd-912b-b09679610a17'),
(26245,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 10:39:02','2026-02-08 10:39:02',NULL,NULL,NULL,'dc0b8fcf-ef50-47c6-b19c-ec142a05e050'),
(26247,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 10:39:06','2026-02-08 10:39:06',NULL,NULL,NULL,'ad09227e-87c4-489d-b1eb-132d2f9df75b'),
(26331,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 14:13:55','2026-02-08 14:13:55',NULL,NULL,NULL,'9ab86d4a-4e45-4470-954b-739714094c31'),
(26337,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 15:11:49','2026-02-08 15:11:49',NULL,NULL,NULL,'09fb1323-b432-4322-b896-edcabfca6910'),
(26338,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 15:11:49','2026-02-08 15:11:49',NULL,NULL,NULL,'a19b70d4-eecb-44f7-a391-aa9db77c9da9'),
(26339,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 15:11:49','2026-02-08 15:11:49',NULL,NULL,NULL,'6c004657-e132-47e6-8892-2547f13f7637'),
(26358,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 16:09:50','2026-02-08 16:09:50',NULL,NULL,NULL,'96b6dc54-fb7d-4c26-9b81-95d906ba9ecc'),
(26360,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 16:09:54','2026-02-08 16:09:54',NULL,NULL,NULL,'dc0606c0-c698-47bc-ba55-e5b9ba62cb23'),
(26400,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 17:00:50','2026-02-08 17:00:50',NULL,NULL,NULL,'34283cbd-df6a-4769-84b2-02bade3688e3'),
(26414,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 17:43:25','2026-02-08 17:43:25',NULL,NULL,NULL,'9a0f5443-6ef5-4025-a993-1271b249e5f6'),
(26415,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 17:43:25','2026-02-08 17:43:25',NULL,NULL,NULL,'5b48c547-b3c3-4f9d-8d93-dd5a9d477c6b'),
(26418,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 17:53:19','2026-02-08 17:53:19',NULL,NULL,NULL,'a2e81086-f0f9-4b35-9743-9e7a71b67b9e'),
(26420,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 18:15:18','2026-02-08 18:15:18',NULL,NULL,NULL,'d098230f-2740-4de5-a99a-1a81a2fb92a7'),
(26421,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 18:15:19','2026-02-08 18:15:19',NULL,NULL,NULL,'1878167c-1d37-4025-aa38-155de825409b'),
(26426,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 19:23:02','2026-02-08 19:23:02',NULL,NULL,NULL,'7e44fe36-0bad-4a49-85f3-08650e801923'),
(26428,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 20:03:57','2026-02-08 20:03:57',NULL,NULL,NULL,'ccdd1cc6-d0b8-4ac3-add7-8c5242edb7fd'),
(26437,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 21:24:30','2026-02-08 21:24:30',NULL,NULL,NULL,'b70bdb37-e8b4-4d25-9303-009ca45c12c5'),
(26438,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 21:24:30','2026-02-08 21:24:30',NULL,NULL,NULL,'e3081d27-843e-45e7-970f-8b6b046547dd'),
(26443,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-08 22:41:16','2026-02-08 22:41:16',NULL,NULL,NULL,'7bc90eb5-72ad-4fbc-bfb1-ae4d90c7bd7f'),
(26444,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-08 22:41:16','2026-02-08 22:41:16',NULL,NULL,NULL,'4f9fa1e0-5520-4883-9dd5-ad705df0b601'),
(26628,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-09 09:49:31','2026-02-09 09:49:31',NULL,NULL,NULL,'d82e7d40-1211-4d4a-8a47-6f2f9ed70b49'),
(26832,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 14:35:31','2026-02-09 14:35:31',NULL,NULL,NULL,'a0926532-37c8-4235-9e45-d83ce9f2b4e0'),
(26833,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-09 14:35:31','2026-02-09 14:35:31',NULL,NULL,NULL,'6716c518-6377-494b-bd11-b2ee7e9c8836'),
(26885,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 15:46:10','2026-02-09 15:46:10',NULL,NULL,NULL,'e9434d38-5a68-4471-b98d-399b770ec80a'),
(26888,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 15:54:26','2026-02-09 15:54:26',NULL,NULL,NULL,'95de3a01-a500-4bb7-ba8e-acf681e6bcd2'),
(26889,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-09 15:54:26','2026-02-09 15:54:26',NULL,NULL,NULL,'56df646b-7f66-449b-ba6d-1bb9e4496dfc'),
(26893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 16:41:06','2026-02-09 16:41:06',NULL,NULL,NULL,'56437cc1-c0a0-467b-becf-596deba7b4cc'),
(26894,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-09 16:41:06','2026-02-09 16:41:06',NULL,NULL,NULL,'231c98ae-d34a-4867-8076-06a05fcba4fe'),
(26916,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 17:11:06','2026-02-09 17:11:06',NULL,NULL,NULL,'9a2d4407-9510-473f-ac58-d7016d35d5d9'),
(26955,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 18:32:07','2026-02-09 18:32:07',NULL,NULL,NULL,'51b50fef-c608-4fdf-b57f-ee181c6f202a'),
(26956,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-09 18:32:07','2026-02-09 18:32:07',NULL,NULL,NULL,'aa72a5ab-0ed5-4597-af87-3385002174b3'),
(26957,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 18:32:37','2026-02-09 18:32:37',NULL,NULL,NULL,'50a13614-8153-4915-868d-305d7b6320bc'),
(26958,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-09 18:32:37','2026-02-09 18:32:37',NULL,NULL,NULL,'c1c04474-7fe7-425b-add3-a1e8273f6043'),
(26963,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 19:16:49','2026-02-09 19:16:49',NULL,NULL,NULL,'c66463d2-12b7-4775-8004-bb3e51ab895e'),
(26964,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-09 19:16:49','2026-02-09 19:16:49',NULL,NULL,NULL,'dadbd86c-d911-41ba-8e14-1d79753ce72d'),
(26972,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 20:53:31','2026-02-09 20:53:31',NULL,NULL,NULL,'7b9ee23d-271d-429c-b5c8-3ef0e114a815'),
(26975,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 21:04:57','2026-02-09 21:04:57',NULL,NULL,NULL,'78d87b38-2c39-4420-92a5-9a5b0b83d883'),
(26976,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 21:05:54','2026-02-09 21:05:54',NULL,NULL,NULL,'4933ab6c-e1ea-46ba-9c79-15d8f985eab7'),
(26978,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 22:00:49','2026-02-09 22:00:49',NULL,NULL,NULL,'c73812bb-92d4-48e4-8ae4-30d1bc374440'),
(26982,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 22:34:33','2026-02-09 22:34:33',NULL,NULL,NULL,'b8240a32-025f-4a5c-86dd-f9a8b68487b8'),
(26983,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-09 22:34:33','2026-02-09 22:34:33',NULL,NULL,NULL,'27a425bd-894b-4f45-90c3-2bd39fd1535c'),
(27012,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 23:44:31','2026-02-09 23:44:31',NULL,NULL,NULL,'60b45646-f44f-4f4a-8df0-ac102dbfc13f'),
(27017,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 23:56:43','2026-02-09 23:56:43',NULL,NULL,NULL,'a77bbcf2-9dd1-4ecf-be6f-1a0d9a0fd825'),
(27018,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-09 23:59:26','2026-02-09 23:59:26',NULL,NULL,NULL,'93c290a0-ac04-4ad3-bcc2-b7b3bc6d13f1'),
(27019,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 00:03:47','2026-02-10 00:03:47',NULL,NULL,NULL,'962cf202-eadc-4098-86ec-bd0296b32a21'),
(27020,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 00:03:47','2026-02-10 00:03:47',NULL,NULL,NULL,'38d702e4-40e5-47e5-a434-768488332e46'),
(27022,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 00:04:43','2026-02-10 00:04:43',NULL,NULL,NULL,'422be1f1-cc0c-43d9-9fc0-e49ba45c0b9b'),
(27024,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 00:04:49','2026-02-10 00:04:49',NULL,NULL,NULL,'6a7877bc-8957-4011-ba7d-e465467c28f2'),
(27030,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 00:20:09','2026-02-10 00:20:09',NULL,NULL,NULL,'7f524d22-f2b8-4f48-b606-c312c47eed04'),
(27031,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 00:20:09','2026-02-10 00:20:09',NULL,NULL,NULL,'fbb66bfd-f4e6-4d54-9bab-7cf47c5115a2'),
(27034,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 01:13:32','2026-02-10 01:13:32',NULL,NULL,NULL,'03b1c47a-4d71-4779-a225-a3533fb36013'),
(27037,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 02:05:13','2026-02-10 02:05:13',NULL,NULL,NULL,'0bfe7017-1063-4e49-bddb-531468cb9817'),
(27038,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 02:05:13','2026-02-10 02:05:13',NULL,NULL,NULL,'8c35b4e9-3b4d-4e78-8ea4-0e2811860b44'),
(27040,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 02:06:46','2026-02-10 02:06:46',NULL,NULL,NULL,'9d3e8093-0e1c-4d7b-91c2-26f4d31d7dcf'),
(27042,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 02:06:50','2026-02-10 02:06:50',NULL,NULL,NULL,'d1cbca38-45e7-4586-8404-2b2f8c634680'),
(27143,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 04:03:55','2026-02-10 04:03:55',NULL,NULL,NULL,'0d5bb12e-9e2a-422c-a948-e8f592111e94'),
(27196,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 05:31:46','2026-02-10 05:31:46',NULL,NULL,NULL,'0ab99526-aa16-4f62-85ef-d993915c607a'),
(27197,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 05:31:46','2026-02-10 05:31:46',NULL,NULL,NULL,'eba6ced6-5008-42a9-9037-5e3371733168'),
(27230,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 07:15:36','2026-02-10 07:15:36',NULL,NULL,NULL,'006e6a6d-d8b7-49be-ac64-d2457b28fc84'),
(27231,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 07:15:36','2026-02-10 07:15:36',NULL,NULL,NULL,'6e7e95ef-bc79-443a-938e-457f705a3b34'),
(27234,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 07:41:16','2026-02-10 07:41:16',NULL,NULL,NULL,'cc1b050a-0444-409d-a1a9-75752d9ae284'),
(27236,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 07:50:11','2026-02-10 07:50:11',NULL,NULL,NULL,'1d43700a-6b59-4f4e-9299-91f7f1bf935b'),
(27238,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 07:55:42','2026-02-10 07:55:42',NULL,NULL,NULL,'d4854440-d34b-45a4-ab34-2abc0041cdf1'),
(27362,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 12:13:26','2026-02-10 12:13:26',NULL,NULL,NULL,'dc4e42cc-38b4-40ff-ad33-75cf13ea7eb5'),
(27443,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 16:07:26','2026-02-10 16:07:26',NULL,NULL,NULL,'cb59a789-e937-478c-b8ce-d295bc4efae2'),
(27444,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 16:07:26','2026-02-10 16:07:26',NULL,NULL,NULL,'a9180159-c68c-4be7-bd03-0a5122aad3d6'),
(27448,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 16:31:38','2026-02-10 16:31:38',NULL,NULL,NULL,'289620bf-00f8-4242-ae9d-74d12b9bc467'),
(27449,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-10 16:32:30','2026-02-10 16:32:30',NULL,NULL,NULL,'d9156fd1-4ad5-4afd-a7f4-b4b682bdb565'),
(27451,1395,NULL,6209,1,'craft\\elements\\Entry',1,0,'2026-02-10 16:32:32','2026-02-10 16:32:33',NULL,NULL,NULL,'da3a619d-e864-4ee2-9391-816fc13f2074'),
(27465,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 16:55:21','2026-02-10 16:55:21',NULL,NULL,NULL,'3043f9bd-df0f-4e54-a2d7-371d47796ae5'),
(27513,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 17:52:30','2026-02-10 17:52:30',NULL,NULL,NULL,'8d7fe02a-b151-4caa-a32a-cf71300d8d92'),
(27529,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-02-10 18:35:59','2026-02-10 18:35:59',NULL,NULL,NULL,'32e59205-efe9-4efc-9347-e2081a749079'),
(27530,1449,NULL,6210,1,'craft\\elements\\Entry',1,0,'2026-02-10 18:35:59','2026-02-10 18:35:59',NULL,NULL,NULL,'e27cc9de-f43f-45fb-b03f-f4869535fb2b'),
(27531,27529,NULL,6211,2,'craft\\elements\\Entry',1,0,'2026-02-10 18:35:59','2026-02-10 18:35:59',NULL,NULL,NULL,'282e7033-e6b7-4dee-a1ad-6a06252c66e7'),
(27533,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 18:56:15','2026-02-10 18:56:15',NULL,NULL,NULL,'81cad496-f0e3-4a01-9f16-e681f2117dbf'),
(27537,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 19:53:06','2026-02-10 19:53:06',NULL,NULL,NULL,'f5de9513-72ed-4e5a-8893-ca4f1e58aab1'),
(27538,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 19:53:06','2026-02-10 19:53:06',NULL,NULL,NULL,'f04d7657-b0f4-4c6d-8aa1-d40fd9ff26fb'),
(27542,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 20:52:32','2026-02-10 20:52:32',NULL,NULL,NULL,'50bcce82-0ac5-4260-9a9b-2e7723c150b4'),
(27543,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 20:52:32','2026-02-10 20:52:32',NULL,NULL,NULL,'51665295-9b7a-4b62-8aa1-6ad3f5071e65'),
(27545,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 21:01:45','2026-02-10 21:01:45',NULL,NULL,NULL,'6c738ec7-248d-4fc9-b53d-928a4e1f97ab'),
(27546,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-10 21:01:45','2026-02-10 21:01:45',NULL,NULL,NULL,'94cd0d93-bf7a-4324-ae6c-b09469c61d6d'),
(27547,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 21:04:05','2026-02-10 21:04:05',NULL,NULL,NULL,'7f26cf2e-d5eb-4d11-9116-969dffc4e510'),
(27548,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 21:45:20','2026-02-10 21:45:20',NULL,NULL,NULL,'6d688996-57e4-41cb-a309-59251a763ca2'),
(27549,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 21:47:34','2026-02-10 21:47:34',NULL,NULL,NULL,'dcc1b1ef-6948-4d3b-8d84-e601343b8d17'),
(27551,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 22:46:36','2026-02-10 22:46:36',NULL,NULL,NULL,'5cffabd9-18a9-41e0-9600-ebae490f0b10'),
(27555,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-10 23:31:00','2026-02-10 23:31:00',NULL,NULL,NULL,'bb986c65-9d7c-4ad5-921e-54dfd3b1020d'),
(27558,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 00:40:59','2026-02-11 00:40:59',NULL,NULL,NULL,'0188d407-0dfc-4e34-be02-d6f6115b366c'),
(27560,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 01:27:13','2026-02-11 01:27:13',NULL,NULL,NULL,'289f825b-5d6c-460e-aded-324f54b2d8c4'),
(27562,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 01:27:19','2026-02-11 01:27:19',NULL,NULL,NULL,'b2cc5cc6-596e-488d-a608-af9c2cbbd5ac'),
(27639,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 03:18:01','2026-02-11 03:18:01',NULL,NULL,NULL,'d2675f20-6370-4530-a24c-a6fc57f31f33'),
(27641,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 03:18:04','2026-02-11 03:18:04',NULL,NULL,NULL,'bc09514e-9f77-4dcc-9c23-aae2951739cb'),
(27649,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 03:40:01','2026-02-11 03:40:01',NULL,NULL,NULL,'433c367f-fd43-4c88-86b1-e3d891733a90'),
(27651,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 03:40:06','2026-02-11 03:40:06',NULL,NULL,NULL,'c6d39ff3-e727-442e-901b-e750dc286d88'),
(27657,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 04:06:34','2026-02-11 04:06:34',NULL,NULL,NULL,'ca5b2e30-3f9a-48e0-a360-ac2e175d556b'),
(27659,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 04:06:38','2026-02-11 04:06:38',NULL,NULL,NULL,'502c3f31-eaa6-4834-aa28-b6771133cec8'),
(27665,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 04:34:39','2026-02-11 04:34:39',NULL,NULL,NULL,'3d5f6d79-e3d6-48f6-b425-d72102bf0300'),
(27666,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 04:34:39','2026-02-11 04:34:39',NULL,NULL,NULL,'aa9ae6f6-1be0-4ac5-8671-e66398643c1c'),
(27692,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 06:53:55','2026-02-11 06:53:55',NULL,NULL,NULL,'64ea83d4-54c1-434d-9102-ba4f87d3235c'),
(27752,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 12:14:20','2026-02-11 12:14:20',NULL,NULL,NULL,'1884cb7a-8eb0-495b-bfc2-8208f63e4abe'),
(27753,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 12:14:20','2026-02-11 12:14:20',NULL,NULL,NULL,'002f8d50-efd8-43fd-ac60-79e6a72a2eb1'),
(27754,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 12:14:39','2026-02-11 12:14:39',NULL,NULL,NULL,'9b6238d0-b429-4d9d-aaa3-20aee722290a'),
(27823,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 14:01:03','2026-02-11 14:01:03',NULL,NULL,NULL,'f4983f6d-825a-478a-9d1a-a67d11546822'),
(27840,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 14:32:13','2026-02-11 14:32:13',NULL,NULL,NULL,'99fe71b7-0cc7-4c04-99b7-0b17f33facf4'),
(27841,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 14:32:13','2026-02-11 14:32:13',NULL,NULL,NULL,'4cf516b7-d38e-48ce-8e74-3be3147d23b3'),
(27885,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 16:08:30','2026-02-11 16:08:30',NULL,NULL,NULL,'8116a8a1-d330-4a62-aa48-020b9b4935ce'),
(27887,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 16:21:06','2026-02-11 16:21:06',NULL,NULL,NULL,'b3234fe5-590d-4365-be3a-85167dfa6cf0'),
(27888,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 16:25:36','2026-02-11 16:25:36',NULL,NULL,NULL,'76c03e7e-a072-4fc4-b29a-eaf53ea76112'),
(27889,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 16:34:23','2026-02-11 16:34:23',NULL,NULL,NULL,'0ab196df-1e9d-40d0-a38b-5a10c68c068c'),
(27890,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 16:34:23','2026-02-11 16:34:23',NULL,NULL,NULL,'c1ed58af-a927-4a9f-9af5-53593928fc93'),
(27892,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 16:36:23','2026-02-11 16:36:23',NULL,NULL,NULL,'9fbfc366-8743-4649-878f-19f90a43827f'),
(27893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 16:50:38','2026-02-11 16:50:38',NULL,NULL,NULL,'3b3d555d-572a-453b-9e0b-6a7a1fcbdf10'),
(27903,1449,NULL,6212,1,'craft\\elements\\Entry',1,0,'2026-02-11 17:05:49','2026-02-11 17:05:49',NULL,NULL,NULL,'4f1eaf40-0e9f-47e0-8f14-55b07fb86725'),
(27905,1449,NULL,6213,1,'craft\\elements\\Entry',1,0,'2026-02-11 17:06:23','2026-02-11 17:06:23',NULL,NULL,NULL,'964399b9-53bb-41ef-99ac-0bb1536ec7ec'),
(27906,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 17:38:15','2026-02-11 17:38:15',NULL,NULL,NULL,'33aa99df-4d7c-4f27-80f5-b734b40d3d6a'),
(27907,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 17:49:42','2026-02-11 17:49:42',NULL,NULL,NULL,'45b1cce9-5ef7-4c68-89a4-1ae0078d17d4'),
(27908,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 17:49:42','2026-02-11 17:49:42',NULL,NULL,NULL,'49059d14-0daa-4d8c-a2a8-c28872e2f08a'),
(27910,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 18:07:29','2026-02-11 18:07:29',NULL,NULL,NULL,'e7d4c996-c98e-4783-83ee-9ac101b37c30'),
(27912,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 19:01:23','2026-02-11 19:01:23',NULL,NULL,NULL,'0f2c5e4a-e37e-4399-9109-61e9472d6cde'),
(27913,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 19:03:17','2026-02-11 19:03:17',NULL,NULL,NULL,'6189b53c-8d4d-4178-9741-1f54d8299609'),
(27915,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 19:05:27','2026-02-11 19:05:27',NULL,NULL,NULL,'2b51b7a5-2385-49bb-92a3-ee0a7e6ae3b3'),
(27924,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 19:36:30','2026-02-11 19:36:30',NULL,NULL,NULL,'88bee3f5-f02e-4283-a511-7c2e722787e8'),
(27926,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 19:40:50','2026-02-11 19:40:50',NULL,NULL,NULL,'45211237-35ce-4673-96fb-dd9115798468'),
(27928,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 19:40:55','2026-02-11 19:40:55',NULL,NULL,NULL,'92238cdf-009c-4ec7-b602-8197b500e3ff'),
(27932,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 19:42:15','2026-02-11 19:42:15',NULL,NULL,NULL,'a8993603-014e-474a-9c77-9745d2459893'),
(27934,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 19:55:35','2026-02-11 19:55:35',NULL,NULL,NULL,'f6add6ff-8ea7-4876-8665-5d656d18a3c0'),
(27987,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 21:07:12','2026-02-11 21:07:12',NULL,NULL,NULL,'02fe7b70-d3a0-4350-8084-96df3d6b9a13'),
(27993,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 21:14:26','2026-02-11 21:14:26',NULL,NULL,NULL,'8eb4a8df-01d7-4aa6-96bd-612e7cc29ee0'),
(27995,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 21:46:16','2026-02-11 21:46:16',NULL,NULL,NULL,'ec1249f6-ac24-4158-bd8d-22b6db20e7b2'),
(28000,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-11 23:05:31','2026-02-11 23:05:31',NULL,NULL,NULL,'57c479c6-ac18-4d09-8e9f-1dfad52a83fd'),
(28001,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-11 23:05:31','2026-02-11 23:05:31',NULL,NULL,NULL,'24243087-a942-47be-b977-0b7642f6ff66'),
(28008,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 00:33:47','2026-02-12 00:33:47',NULL,NULL,NULL,'3c1cd083-34b6-4e8c-b12e-fcd263e49b94'),
(28040,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 01:55:29','2026-02-12 01:55:29',NULL,NULL,NULL,'4e468be1-99e9-4b2f-8e33-10a3addfe3b4'),
(28042,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 01:55:34','2026-02-12 01:55:34',NULL,NULL,NULL,'42091897-9016-4c0d-84c4-6cb435add4ad'),
(28103,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 03:19:13','2026-02-12 03:19:13',NULL,NULL,NULL,'f1b166fa-d584-4e1a-a218-198a2145d319'),
(28104,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 03:19:13','2026-02-12 03:19:13',NULL,NULL,NULL,'654d2fe7-db45-4cbc-8cf9-9dfe0c11c5ae'),
(28113,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 04:36:00','2026-02-12 04:36:00',NULL,NULL,NULL,'3123d8dc-8680-46f7-b63a-2a8ac13d47a9'),
(28114,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 04:36:00','2026-02-12 04:36:00',NULL,NULL,NULL,'0fdd795b-0cff-4cfd-a909-ded1065edec9'),
(28116,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 04:44:18','2026-02-12 04:44:18',NULL,NULL,NULL,'33682774-bd23-449a-920f-f44e11d73970'),
(28118,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 04:44:23','2026-02-12 04:44:23',NULL,NULL,NULL,'bc37aa37-fd2c-4dc0-a588-f9571128f425'),
(28122,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 06:00:46','2026-02-12 06:00:46',NULL,NULL,NULL,'03a8cb8d-0de2-4853-ae66-de5cbf5df38c'),
(28123,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 06:00:46','2026-02-12 06:00:46',NULL,NULL,NULL,'10df8a27-e4d5-4057-9936-a2889d9bb0be'),
(28127,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 06:01:49','2026-02-12 06:01:49',NULL,NULL,NULL,'42629ca7-4dc9-4764-8c0f-5b2cbefafabc'),
(28151,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 08:35:13','2026-02-12 08:35:13',NULL,NULL,NULL,'7792f7d8-ac4b-4775-a497-a02af93f9671'),
(28153,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 08:35:18','2026-02-12 08:35:18',NULL,NULL,NULL,'42de480a-168e-464a-8fe4-d131793aac6f'),
(28159,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 08:49:41','2026-02-12 08:49:41',NULL,NULL,NULL,'f66b61dc-7283-4382-bc21-fdcb6da6c8de'),
(28161,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 08:49:46','2026-02-12 08:49:46',NULL,NULL,NULL,'238d59f4-e978-4c59-af55-3316b9414415'),
(28166,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 09:27:28','2026-02-12 09:27:28',NULL,NULL,NULL,'118a9937-3811-4345-9a43-21dca2df4c13'),
(28167,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 09:27:28','2026-02-12 09:27:28',NULL,NULL,NULL,'9679de1d-1dd3-49ab-9e3c-5681a0581b30'),
(28183,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 13:34:02','2026-02-12 13:34:02',NULL,NULL,NULL,'0171012e-1af3-47a2-a451-3596f75f8ac9'),
(28189,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 14:24:07','2026-02-12 14:24:07',NULL,NULL,NULL,'43c8f0e0-ca7a-483b-9aad-8f30b56ca14a'),
(28191,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 15:18:44','2026-02-12 15:18:44',NULL,NULL,NULL,'80a38410-393e-4346-8b44-365567f54c16'),
(28192,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 15:18:44','2026-02-12 15:18:44',NULL,NULL,NULL,'e9e24988-3f23-45b4-bafa-d0ca404ccb26'),
(28195,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 16:05:49','2026-02-12 16:05:49',NULL,NULL,NULL,'fc2cb397-6830-4041-b5b9-a352b4367954'),
(28196,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 16:20:26','2026-02-12 16:20:26',NULL,NULL,NULL,'a1d85d9f-e1b4-4c48-b4aa-8adfaf634b8b'),
(28197,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 16:20:26','2026-02-12 16:20:26',NULL,NULL,NULL,'e25b2416-9beb-4175-8ceb-08271a24cd0b'),
(28222,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 16:57:03','2026-02-12 16:57:03',NULL,NULL,NULL,'0932ca51-8f43-40de-8a70-f56df25de2b1'),
(28224,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 16:57:07','2026-02-12 16:57:07',NULL,NULL,NULL,'05504bd5-0b12-46fb-a9a7-3bbc082b76a0'),
(28229,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 17:08:13','2026-02-12 17:08:13',NULL,NULL,NULL,'bcee719b-8b22-4755-8dbe-b7859c461781'),
(28230,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 17:08:13','2026-02-12 17:08:13',NULL,NULL,NULL,'fcca2aa1-c314-403e-a795-9b17e973ecf8'),
(28236,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 17:11:40','2026-02-12 17:11:40',NULL,NULL,NULL,'5f99ddf7-b724-4a90-a695-29d6528cafae'),
(28239,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 17:17:53','2026-02-12 17:17:53',NULL,NULL,NULL,'9a525aa6-49cc-4821-b864-f186645f77ba'),
(28249,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 18:13:01','2026-02-12 18:13:01',NULL,NULL,NULL,'0c400e7e-bc14-4903-84db-a2091221b552'),
(28250,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 18:13:14','2026-02-12 18:13:14',NULL,NULL,NULL,'1295b5e4-2a0b-4e5b-a0a5-6465fbbd5113'),
(28251,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 18:17:21','2026-02-12 18:17:21',NULL,NULL,NULL,'baddc6ec-f15c-4844-8384-3c1c96e81a22'),
(28259,2720,NULL,6214,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:40:48','2026-02-12 18:40:48',NULL,NULL,NULL,'93f9763d-de14-473f-9eec-fb190bff5329'),
(28261,2720,NULL,6215,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:41:03','2026-02-12 18:41:03',NULL,NULL,NULL,'c02452aa-eddb-4300-af5e-bdf3cbdbe98a'),
(28263,2712,NULL,6216,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:41:23','2026-02-12 18:41:23',NULL,NULL,NULL,'2ef8de32-7f3d-4f85-b4b6-f07c352d2026'),
(28265,2712,NULL,6217,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:42:39','2026-02-12 18:42:39',NULL,NULL,NULL,'95eef2cb-bf69-47cf-b325-b3137c1eee42'),
(28267,1395,NULL,6218,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:42:50','2026-02-12 18:42:50',NULL,NULL,NULL,'3187e282-c19d-4813-a0d1-7acd02aec576'),
(28269,1395,NULL,6219,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:43:16','2026-02-12 18:43:16',NULL,NULL,NULL,'5a97b371-6aff-4d1a-8511-f5468748c9cb'),
(28271,1413,NULL,6220,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:43:35','2026-02-12 18:43:35',NULL,NULL,NULL,'47898cd1-1947-4643-8184-9793ee56ca4a'),
(28273,1413,NULL,6221,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:43:52','2026-02-12 18:43:52',NULL,NULL,NULL,'d8016947-e474-414b-a48e-39da11b01c99'),
(28275,1407,NULL,6222,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:44:09','2026-02-12 18:44:09',NULL,NULL,NULL,'40cbf304-a77d-42cd-a924-be801cd48891'),
(28277,1407,NULL,6223,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:45:07','2026-02-12 18:45:07',NULL,NULL,NULL,'9d679b72-ed69-471e-bab0-467cd00454ef'),
(28279,1401,NULL,6224,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:45:40','2026-02-12 18:45:41',NULL,NULL,NULL,'9fc0142e-fa7c-4145-b61e-cafbbcf87de6'),
(28281,1401,NULL,6225,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:46:49','2026-02-12 18:46:49',NULL,NULL,NULL,'7da44aef-7c42-4fbc-b966-38fb85dbc7ef'),
(28283,1389,NULL,6226,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:47:01','2026-02-12 18:47:01',NULL,NULL,NULL,'e5de8292-8712-467c-a74c-c3db5353100c'),
(28285,1389,NULL,6227,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:48:16','2026-02-12 18:48:16',NULL,NULL,NULL,'37403efa-6096-48ad-a3e2-b95e4f577cf7'),
(28287,1383,NULL,6228,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:48:34','2026-02-12 18:48:34',NULL,NULL,NULL,'487be35a-cc29-4963-a100-1ee712158522'),
(28289,1383,NULL,6229,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:48:48','2026-02-12 18:48:48',NULL,NULL,NULL,'10e86390-42dc-404f-affa-ce40de6f5c8e'),
(28291,1377,NULL,6230,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:49:08','2026-02-12 18:49:08',NULL,NULL,NULL,'94f180d2-4c74-47c3-979a-ebb63a0fd95a'),
(28293,1377,NULL,6231,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:49:33','2026-02-12 18:49:33',NULL,NULL,NULL,'a0893aed-fa87-4701-b0ca-26545a5235ab'),
(28295,1371,NULL,6232,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:49:41','2026-02-12 18:49:41',NULL,NULL,NULL,'a998fdde-7c89-44c1-bbb4-bbdc8dd9146e'),
(28297,1371,NULL,6233,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:50:00','2026-02-12 18:50:01',NULL,NULL,NULL,'39a2d404-2fad-42c2-8f6b-df97a4735a52'),
(28299,1365,NULL,6234,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:50:27','2026-02-12 18:50:27',NULL,NULL,NULL,'6c2ad6e0-5e3b-4914-9d70-d70d07c1e227'),
(28301,1365,NULL,6235,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:50:44','2026-02-12 18:50:45',NULL,NULL,NULL,'50a7b61c-2c63-45d4-bd79-f71d1a8fdde0'),
(28303,1359,NULL,6236,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:50:56','2026-02-12 18:50:56',NULL,NULL,NULL,'2fe39dd0-518f-4d8b-84a6-b11c1e02f1e0'),
(28305,1359,NULL,6237,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:51:06','2026-02-12 18:51:06',NULL,NULL,NULL,'cda594cd-8828-46a1-866a-ec52b3648752'),
(28307,1353,NULL,6238,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:51:27','2026-02-12 18:51:27',NULL,NULL,NULL,'143d8bc0-c9fe-41f7-8f7c-62bdb837ff54'),
(28309,1353,NULL,6239,1,'craft\\elements\\Entry',1,0,'2026-02-12 18:53:14','2026-02-12 18:53:14',NULL,NULL,NULL,'b54d4910-acf7-47fb-adf0-e3de5a67f6e4'),
(28310,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 19:02:12','2026-02-12 19:02:12',NULL,NULL,NULL,'0e38ee89-d88b-418e-8e7f-eb0517432e1b'),
(28312,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 19:18:23','2026-02-12 19:18:23',NULL,NULL,NULL,'100c6665-221b-4a9d-9d77-ebb6464b20ca'),
(28314,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 19:23:56','2026-02-12 19:23:56',NULL,NULL,NULL,'e1a93643-095d-45ae-97f2-effdfe1c4782'),
(28319,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 20:08:52','2026-02-12 20:08:52',NULL,NULL,NULL,'bb4df4f7-d5c2-4a51-9396-dcdda5700c94'),
(28320,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 20:22:48','2026-02-12 20:22:48',NULL,NULL,NULL,'f7161dce-434e-4db6-b061-5cb688f1e990'),
(28331,2891,NULL,6240,6,'craft\\elements\\Entry',1,0,'2026-02-12 20:48:35','2026-02-12 20:48:35',NULL,NULL,NULL,'471d3acf-3c1e-44c7-af1a-8b7e45dc21ee'),
(28333,2891,NULL,6241,6,'craft\\elements\\Entry',1,0,'2026-02-12 20:49:08','2026-02-12 20:49:08',NULL,NULL,NULL,'a9e90a21-1c19-485e-8fb4-a9ec8f2b51dc'),
(28336,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 21:04:27','2026-02-12 21:04:27',NULL,NULL,NULL,'de028922-1427-4e54-a118-dd99162c2bf7'),
(28337,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 21:04:27','2026-02-12 21:04:27',NULL,NULL,NULL,'efa4ff27-14d9-4bcf-a40d-91055c197456'),
(28339,1359,NULL,6242,1,'craft\\elements\\Entry',1,0,'2026-02-12 21:28:53','2026-02-12 21:28:53',NULL,NULL,NULL,'2f94942e-6363-4fab-8e85-e4d342154df9'),
(28343,2,NULL,6243,1,'craft\\elements\\Entry',1,0,'2026-02-12 21:32:21','2026-02-12 21:32:21',NULL,NULL,NULL,'0a97088c-05d9-4beb-ae47-bd69530896e9'),
(28349,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-12 22:29:42','2026-02-12 22:29:42',NULL,NULL,NULL,'caac72cd-8bef-4aef-b562-24834fdc475f'),
(28357,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 22:50:09','2026-02-12 22:50:09',NULL,NULL,NULL,'6bd89a09-0154-4ff7-b651-61fb585ce134'),
(28359,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-12 22:50:14','2026-02-12 22:50:14',NULL,NULL,NULL,'a418d258-c594-47bd-bd27-1a2ff28b6564'),
(28371,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 00:02:02','2026-02-13 00:02:02',NULL,NULL,NULL,'e02f6034-696c-4d61-a4ce-b69d28d841ae'),
(28372,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-13 00:02:02','2026-02-13 00:02:02',NULL,NULL,NULL,'a7203d97-2be7-47d2-9b10-fab8e16eabe8'),
(28375,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-13 00:28:34','2026-02-13 00:28:34',NULL,NULL,NULL,'7ff1573d-0145-4ead-8ad0-9d0d7969a8ac'),
(28377,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-13 00:28:40','2026-02-13 00:28:40',NULL,NULL,NULL,'a2d6a4a5-fd89-40b0-922a-7eb13dececbe'),
(28389,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 02:12:49','2026-02-13 02:12:49',NULL,NULL,NULL,'1845eb1b-70e8-48cd-8564-29d7809cd429'),
(28390,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-13 02:12:49','2026-02-13 02:12:49',NULL,NULL,NULL,'d5263f81-9371-44d9-a5eb-f3580ba8f99e'),
(28392,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 02:16:27','2026-02-13 02:16:27',NULL,NULL,NULL,'43c29c53-263e-4031-98a2-3435e0f30c76'),
(28463,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 05:02:28','2026-02-13 05:02:28',NULL,NULL,NULL,'de8724bd-b319-4d5d-a5ad-a9007a1d3ae5'),
(28536,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 06:36:31','2026-02-13 06:36:31',NULL,NULL,NULL,'e8518474-efc4-4fad-a67c-12976226d474'),
(28537,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-13 06:36:31','2026-02-13 06:36:31',NULL,NULL,NULL,'7b396cd2-2b6e-4073-90aa-537883aa9175'),
(28647,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 11:35:25','2026-02-13 11:35:25',NULL,NULL,NULL,'fa9a08bc-67ea-4b23-b168-59ec0731c122'),
(28648,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-13 11:35:25','2026-02-13 11:35:25',NULL,NULL,NULL,'8ce3ca88-fb79-4ae6-bc07-7dbb674c5981'),
(28674,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 12:05:47','2026-02-13 12:05:47',NULL,NULL,NULL,'c4ade402-1b96-436c-8a46-e8a1b2a2a7e5'),
(28698,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 12:38:37','2026-02-13 12:38:37',NULL,NULL,NULL,'45de7baa-5347-4ec0-9840-30db8e715562'),
(28699,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-13 12:38:37','2026-02-13 12:38:37',NULL,NULL,NULL,'70d9b458-8d3a-4bd1-a550-3e12eeeb6e72'),
(28727,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 14:34:32','2026-02-13 14:34:32',NULL,NULL,NULL,'9c0f24e9-041c-40c7-9271-04384c517506'),
(28739,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 16:34:31','2026-02-13 16:34:31',NULL,NULL,NULL,'3b43fab7-d0c1-46cd-a236-d7b866e1641f'),
(28751,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-02-13 16:39:20','2026-02-13 16:43:44',NULL,NULL,NULL,'4add6747-84d2-447b-86ec-936bc5ac4684'),
(28752,9549,NULL,6244,5,'craft\\elements\\Entry',1,0,'2026-02-13 16:39:47','2026-02-13 16:39:47',NULL,NULL,NULL,'b9615684-52d0-40c6-bba2-ca3ee1ffb5d5'),
(28753,1165,NULL,6245,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:39:49','2026-02-13 16:39:49',NULL,NULL,NULL,'f8e71f97-7f17-4298-b8a2-c476b41bac72'),
(28755,1051,NULL,6246,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:40:30','2026-02-13 16:40:30',NULL,NULL,NULL,'3eb9bfa3-ee49-4b33-9fa3-cc481bfdbe58'),
(28757,975,NULL,6247,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:41:03','2026-02-13 16:41:03',NULL,NULL,NULL,'ef8eade9-0490-449b-90fa-335a6c2fdee0'),
(28760,1455,NULL,6248,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:41:40','2026-02-13 16:41:40',NULL,NULL,NULL,'972ace6b-0ace-442d-b9cd-772cfde98bcc'),
(28762,1315,NULL,6249,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:41:55','2026-02-13 16:41:56',NULL,NULL,NULL,'5d4d8877-0a56-4f47-b63d-ac88004da27e'),
(28764,1455,NULL,6250,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:42:07','2026-02-13 16:42:07',NULL,NULL,NULL,'3ee1d7f6-ec34-456e-8af0-7b7324d05c6b'),
(28766,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-02-13 16:44:07','2026-02-13 16:44:25',NULL,NULL,NULL,'ca7715f7-c643-4aaa-80c0-fa9c419dae31'),
(28767,28766,NULL,6251,5,'craft\\elements\\Entry',1,0,'2026-02-13 16:44:25','2026-02-13 16:44:25',NULL,NULL,NULL,'584ecfa5-1476-40f2-ab59-1ad060f6f7a9'),
(28768,999,NULL,6252,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:44:35','2026-02-13 16:44:35',NULL,NULL,NULL,'84d685c7-243c-4c28-a5f4-19d309b7aaf0'),
(28770,999,NULL,6253,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:46:02','2026-02-13 16:46:02',NULL,NULL,NULL,'e2f1972f-c9c9-43a2-a4af-e074a7859f9c'),
(28773,1165,NULL,6254,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:46:12','2026-02-13 16:46:12',NULL,NULL,NULL,'c7ae2fbb-75bc-4b34-bdd1-cc710b71fd46'),
(28775,999,NULL,6255,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:46:27','2026-02-13 16:46:27',NULL,NULL,NULL,'fa1cf1a7-fb7f-45c9-bbcf-2c416060fcc9'),
(28777,1171,NULL,6256,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:46:50','2026-02-13 16:46:50',NULL,NULL,NULL,'be39715b-b8b4-4d3d-ac19-d84c76b6ae10'),
(28779,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 16:47:06','2026-02-13 16:47:06',NULL,NULL,NULL,'e15493c3-8da7-4d42-a0e5-5f7f51fa4811'),
(28780,1467,NULL,6257,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:47:22','2026-02-13 16:47:22',NULL,NULL,NULL,'6706a8f7-938a-4d7b-be13-c2965a3bb969'),
(28783,1297,NULL,6258,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:47:43','2026-02-13 16:47:43',NULL,NULL,NULL,'86e5cdec-076c-4bb6-b127-790986a4143d'),
(28785,1407,NULL,6259,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:48:06','2026-02-13 16:48:06',NULL,NULL,NULL,'6e612e95-8326-4467-8cbb-8d14cb66a067'),
(28787,1109,NULL,6260,1,'craft\\elements\\Entry',1,0,'2026-02-13 16:48:25','2026-02-13 16:48:25',NULL,NULL,NULL,'ee1dbbd2-d86b-4e3c-8251-cf810251e561'),
(28791,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 17:03:06','2026-02-13 17:03:06',NULL,NULL,NULL,'59945e6f-9ebe-4160-8eb8-fa608f88a633'),
(28792,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 17:03:44','2026-02-13 17:03:44',NULL,NULL,NULL,'8e75f136-3a9c-431f-ace2-bd71c1a1e592'),
(28793,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-13 17:03:44','2026-02-13 17:03:44',NULL,NULL,NULL,'3949df2c-bf6f-49a8-bbf3-4436225a7829'),
(28794,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 17:05:58','2026-02-13 17:05:58',NULL,NULL,NULL,'aa368880-b5d2-4898-b117-564b83d92dc8'),
(28799,1297,NULL,6261,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:09:43','2026-02-13 17:09:43',NULL,NULL,NULL,'c4563ec0-deb3-4cb0-b0bc-89c0eaac1551'),
(28801,1297,NULL,6262,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:12:12','2026-02-13 17:12:13',NULL,NULL,NULL,'c5934c50-a69f-44df-981c-f2af9834dc3f'),
(28805,1255,NULL,6263,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:33:30','2026-02-13 17:33:30',NULL,NULL,NULL,'a3e5d553-b87d-4cfb-bbba-deab5f56577c'),
(28808,1165,NULL,6264,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:35:01','2026-02-13 17:35:01',NULL,NULL,NULL,'caf9a3c4-c31b-423e-9769-219f5d4e526c'),
(28810,1045,NULL,6265,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:35:30','2026-02-13 17:35:31',NULL,NULL,NULL,'ce8a38be-cabd-4156-bfbf-a800fbf4cfb1'),
(28812,1171,NULL,6266,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:35:58','2026-02-13 17:35:58',NULL,NULL,NULL,'da682975-1a69-449f-8332-8aa2ba047adb'),
(28814,945,NULL,6267,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:36:30','2026-02-13 17:36:30',NULL,NULL,NULL,'69670a12-f3f2-4c1b-b7cb-0110df44d52e'),
(28815,1261,NULL,6268,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:37:00','2026-02-13 17:37:00',NULL,NULL,NULL,'ae81c8f5-1af9-4ed1-9b87-04dd99d41157'),
(28817,1177,NULL,6269,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:37:26','2026-02-13 17:37:26',NULL,NULL,NULL,'385a253b-08cb-41b1-b435-d87052af5c91'),
(28819,963,NULL,6270,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:37:52','2026-02-13 17:37:52',NULL,NULL,NULL,'9c856865-83fc-488a-b16c-f798d814f39a'),
(28821,2720,NULL,6271,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:38:17','2026-02-13 17:38:17',NULL,NULL,NULL,'aa033e29-c726-411c-88c8-b02d79f26ba9'),
(28823,1269,NULL,6272,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:38:45','2026-02-13 17:38:45',NULL,NULL,NULL,'66d60524-a4e0-4b32-ba4f-bbf0caac1550'),
(28825,969,NULL,6273,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:40:40','2026-02-13 17:40:40',NULL,NULL,NULL,'71acdddf-bd33-4029-84cf-b4eb9e982829'),
(28827,1277,NULL,6274,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:41:11','2026-02-13 17:41:11',NULL,NULL,NULL,'f7c11f60-c043-4ba8-8fef-7419bd0fe145'),
(28829,1419,NULL,6275,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:41:38','2026-02-13 17:41:38',NULL,NULL,NULL,'7cd79f82-d5de-4ef3-b48c-35e2ffa186da'),
(28831,1413,NULL,6276,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:42:04','2026-02-13 17:42:04',NULL,NULL,NULL,'5ccae46d-38c5-4bdf-a05f-66d3dad3443d'),
(28833,1425,NULL,6277,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:42:52','2026-02-13 17:42:52',NULL,NULL,NULL,'01bce63f-5948-4692-b7be-adeca52233ba'),
(28835,1359,NULL,6278,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:43:19','2026-02-13 17:43:19',NULL,NULL,NULL,'6d54066c-7267-4e55-badc-f1f3064d7107'),
(28837,1365,NULL,6279,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:43:49','2026-02-13 17:43:49',NULL,NULL,NULL,'567943f2-f27c-4f7e-b20a-85c35765363d'),
(28839,1431,NULL,6280,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:45:32','2026-02-13 17:45:32',NULL,NULL,NULL,'014e900a-7fb1-42b6-9192-36d26d3f7ba3'),
(28841,1283,NULL,6281,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:45:59','2026-02-13 17:45:59',NULL,NULL,NULL,'e580ad61-dfa5-40c4-9bf0-ec2542e9e370'),
(28843,2712,NULL,6282,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:46:30','2026-02-13 17:46:30',NULL,NULL,NULL,'c6ba04ff-f396-4527-adfc-40ac324961e6'),
(28845,1197,NULL,6283,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:47:06','2026-02-13 17:47:06',NULL,NULL,NULL,'fc428119-895f-4a69-8ed0-b264d9f7a963'),
(28847,1443,NULL,6284,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:47:29','2026-02-13 17:47:30',NULL,NULL,NULL,'579ab118-d9d0-47ea-b89d-63089cf4761b'),
(28849,1209,NULL,6285,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:47:53','2026-02-13 17:47:53',NULL,NULL,NULL,'3f4f73c7-9425-4054-9593-3d2ea50495b3'),
(28851,1289,NULL,6286,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:48:16','2026-02-13 17:48:16',NULL,NULL,NULL,'f8d5f55f-fa88-4531-b18d-a634507baa70'),
(28854,1297,NULL,6287,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:48:50','2026-02-13 17:48:50',NULL,NULL,NULL,'1a349765-a606-4d2d-bad2-524ff6cc1676'),
(28856,981,NULL,6288,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:49:48','2026-02-13 17:49:48',NULL,NULL,NULL,'b39ff1d5-d6cb-4ec9-8b5b-65c1680950fd'),
(28857,1303,NULL,6289,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:50:26','2026-02-13 17:50:26',NULL,NULL,NULL,'71d26222-572e-4f04-a0fb-0eeaf8a2446b'),
(28860,1371,NULL,6290,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:50:57','2026-02-13 17:50:57',NULL,NULL,NULL,'2d51c672-a513-4ffd-ae10-86c4525296eb'),
(28862,1449,NULL,6291,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:51:25','2026-02-13 17:51:26',NULL,NULL,NULL,'6e7793b7-11a8-487b-b507-0434b966c162'),
(28864,1455,NULL,6292,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:51:50','2026-02-13 17:51:51',NULL,NULL,NULL,'a8bf69ce-79ab-44fa-8fd4-2897aac30e12'),
(28866,989,NULL,6293,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:52:22','2026-02-13 17:52:22',NULL,NULL,NULL,'eadb80a6-3511-4451-87ec-15b9adb26635'),
(28868,1309,NULL,6294,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:52:48','2026-02-13 17:52:48',NULL,NULL,NULL,'625e5ae1-6145-407d-b955-215d2fea4887'),
(28870,995,NULL,6295,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:53:26','2026-02-13 17:53:26',NULL,NULL,NULL,'a1a3e7b5-9412-4ae5-af02-d2bfe1e99dd6'),
(28872,1377,NULL,6296,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:53:53','2026-02-13 17:53:53',NULL,NULL,NULL,'bb628b60-e72f-47e8-9c4d-eddca86160a7'),
(28874,1477,NULL,6297,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:54:21','2026-02-13 17:54:21',NULL,NULL,NULL,'ea1a3f60-2ad9-4d5f-aa98-ef90db752dc8'),
(28876,1461,NULL,6298,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:54:52','2026-02-13 17:54:52',NULL,NULL,NULL,'ce9192ac-101b-43a2-a7e4-d343959a6b91'),
(28879,1477,NULL,6299,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:55:20','2026-02-13 17:55:20',NULL,NULL,NULL,'0cdfc70a-9541-4073-a4e1-2ad183b33ed0'),
(28882,1467,NULL,6300,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:55:48','2026-02-13 17:55:48',NULL,NULL,NULL,'d5d1fc14-d54b-4dfa-bf7e-b138888a2c5e'),
(28883,1005,NULL,6301,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:56:18','2026-02-13 17:56:18',NULL,NULL,NULL,'b026ed11-21e7-4232-9d2c-5f4bc29e7270'),
(28885,1315,NULL,6302,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:56:49','2026-02-13 17:56:49',NULL,NULL,NULL,'0f823db7-ca8a-4027-b448-11b0c08e6326'),
(28887,1383,NULL,6303,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:57:19','2026-02-13 17:57:19',NULL,NULL,NULL,'9cf4bfb0-71d4-4760-be1a-1d52652f6a33'),
(28889,1323,NULL,6304,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:57:53','2026-02-13 17:57:53',NULL,NULL,NULL,'555af56a-0132-4423-bc59-3d4d77529944'),
(28890,1011,NULL,6305,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:58:20','2026-02-13 17:58:20',NULL,NULL,NULL,'de9eec02-8f05-4012-8e89-973003c58491'),
(28893,1389,NULL,6306,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:58:52','2026-02-13 17:58:53',NULL,NULL,NULL,'970e8bd3-d569-4d80-b098-934ac5315251'),
(28895,1481,NULL,6307,1,'craft\\elements\\Entry',1,0,'2026-02-13 17:59:45','2026-02-13 17:59:45',NULL,NULL,NULL,'0be01bb7-9b7c-4a92-b2b1-bbfba3ff58bd'),
(28898,1017,NULL,6308,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:00:12','2026-02-13 18:00:12',NULL,NULL,NULL,'ecf04b16-eb32-4b1c-ad0f-c00591710c86'),
(28900,1337,NULL,6309,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:00:35','2026-02-13 18:00:35',NULL,NULL,NULL,'97206268-a1ac-47c9-acd9-34626d2a1a2c'),
(28902,1407,NULL,6310,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:01:07','2026-02-13 18:01:07',NULL,NULL,NULL,'be51f111-aab2-428e-82e1-675da9e88398'),
(28906,1343,NULL,6311,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:02:09','2026-02-13 18:02:09',NULL,NULL,NULL,'ac865b53-95f1-4664-b89e-22395295b6e5'),
(28909,1473,NULL,6312,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:02:41','2026-02-13 18:02:42',NULL,NULL,NULL,'c56597ba-6490-4d6e-aed0-b8b1d7cf7963'),
(28911,1035,NULL,6313,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:03:05','2026-02-13 18:03:06',NULL,NULL,NULL,'57dd22b2-962d-46a8-9cba-ef8dd5753333'),
(28913,1249,NULL,6314,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:03:27','2026-02-13 18:03:27',NULL,NULL,NULL,'8d02e60b-6c8e-4dcf-b236-cd0a668fe9cf'),
(28916,1129,NULL,6315,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:03:48','2026-02-13 18:03:48',NULL,NULL,NULL,'b9cdee42-6bc3-4851-a249-d8e1300f877f'),
(28918,1349,NULL,6316,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:04:10','2026-02-13 18:04:10',NULL,NULL,NULL,'9e1a2bc7-3c26-4c46-825c-982930bf2f9a'),
(28921,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-02-13 18:10:16','2026-03-04 20:22:18',NULL,NULL,NULL,'015a16b5-a0ae-4ff2-9105-8a1c7a563c31'),
(28922,1255,NULL,6317,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:10:18','2026-02-13 18:10:18',NULL,NULL,NULL,'c862fcdd-017f-419e-b1cf-aec0468f29ec'),
(28929,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-02-13 18:14:27','2026-02-13 18:14:27',NULL,NULL,NULL,'3cea5e47-7892-420f-835b-657ffc77c5ad'),
(28930,1255,NULL,6318,1,'craft\\elements\\Entry',1,0,'2026-02-13 18:14:35','2026-02-13 18:14:35',NULL,NULL,NULL,'fc46849a-c234-4c20-a2a9-cdeafb423444'),
(28931,1753,NULL,6319,2,'craft\\elements\\Entry',1,0,'2026-02-13 18:14:35','2026-02-13 18:14:35',NULL,NULL,NULL,'19ff86ae-aa02-4e67-9faa-752af15d7df6'),
(28956,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 18:55:02','2026-02-13 18:55:02',NULL,NULL,NULL,'3db7a42c-87a8-476b-9dfe-dc9ebafba5a2'),
(28967,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 19:38:07','2026-02-13 19:38:07',NULL,NULL,NULL,'efa7d578-0e03-4e2c-8e3b-be917f17fc2d'),
(28985,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 20:04:24','2026-02-13 20:04:24',NULL,NULL,NULL,'4fbe8be8-1956-4da4-8b05-dc5f900a2432'),
(28998,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 20:17:30','2026-02-13 20:17:30',NULL,NULL,NULL,'31e893be-e64b-45da-83ed-1aab9298c398'),
(29006,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 20:23:58','2026-02-13 20:23:58',NULL,NULL,NULL,'026acb3c-ef2c-4d1b-bad4-c02c2464fe4f'),
(29007,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 20:26:48','2026-02-13 20:26:48',NULL,NULL,NULL,'cdcdaee2-981b-4880-b218-ebf4f24a359a'),
(29038,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 21:13:02','2026-02-13 21:13:02',NULL,NULL,NULL,'e060387f-7b19-41bc-b92c-b4e25ea7a247'),
(29045,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 21:34:38','2026-02-13 21:34:38',NULL,NULL,NULL,'abc6572d-83cd-48c5-96ec-7c3e6c1f7663'),
(29047,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-13 21:53:14','2026-02-13 21:53:14',NULL,NULL,NULL,'0357e655-0675-48c0-8fb2-27d67369b624'),
(29060,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 01:18:55','2026-02-14 01:18:55',NULL,NULL,NULL,'b4f17856-cbfb-4a07-ac5a-58f47f7e74cb'),
(29067,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 02:33:01','2026-02-14 02:33:01',NULL,NULL,NULL,'44ed1beb-1f6b-4ba0-9b71-6a81d658f20d'),
(29068,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-14 02:33:01','2026-02-14 02:33:01',NULL,NULL,NULL,'2e3cfd6f-6806-430e-8896-2deae86087c9'),
(29093,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 05:04:40','2026-02-14 05:04:40',NULL,NULL,NULL,'f5aa36e9-f7fd-4cb0-bd1c-acd228716025'),
(29094,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 05:05:23','2026-02-14 05:05:23',NULL,NULL,NULL,'e9d736f8-9d8c-435e-aa3d-bc2551c39330'),
(29096,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 05:06:08','2026-02-14 05:06:08',NULL,NULL,NULL,'6718f67b-6a76-4fb5-8ee9-5543b2b471db'),
(29097,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 05:06:35','2026-02-14 05:06:35',NULL,NULL,NULL,'b91c2127-36a6-4fcc-828e-c97ce59bbef0'),
(29211,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 12:39:22','2026-02-14 12:39:22',NULL,NULL,NULL,'5b80b55f-f06b-4f45-8ed6-c06ebddcdf49'),
(29271,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 13:58:04','2026-02-14 13:58:04',NULL,NULL,NULL,'633627cd-ecf2-4ff1-8388-19e2c64952a4'),
(29321,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 20:48:31','2026-02-14 20:48:31',NULL,NULL,NULL,'9ca983cb-0204-4daf-a52e-94ffa26bda66'),
(29327,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 21:17:52','2026-02-14 21:17:52',NULL,NULL,NULL,'1e6f5ee6-d440-44a6-a549-16a002299c4e'),
(29328,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-14 21:17:52','2026-02-14 21:17:52',NULL,NULL,NULL,'3bc1b8fc-2baf-44fc-bea6-7358758699c0'),
(29333,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 22:04:05','2026-02-14 22:04:05',NULL,NULL,NULL,'b6d6b6fb-222f-49a3-bcb4-c7c7637937cd'),
(29334,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-14 22:04:05','2026-02-14 22:04:05',NULL,NULL,NULL,'7156d9a5-f940-4dc8-8a8e-0bc48283dc14'),
(29376,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-14 23:54:49','2026-02-14 23:54:49',NULL,NULL,NULL,'3b7a421d-4209-4829-9151-8409e80e185f'),
(29377,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-14 23:54:49','2026-02-14 23:54:49',NULL,NULL,NULL,'778e53d7-a2be-4420-bb83-2f42a4c78ab3'),
(29423,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-15 01:25:55','2026-02-15 01:25:55',NULL,NULL,NULL,'9f4ba782-bc89-47b7-912d-a2a0552251ea'),
(30362,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-15 12:37:24','2026-02-15 12:37:24',NULL,NULL,NULL,'6b0776c5-c350-4510-a420-97646e7bc3b2'),
(30364,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-15 12:37:28','2026-02-15 12:37:28',NULL,NULL,NULL,'05c51703-4472-4ca0-8593-81c9ad8a70db'),
(30424,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-15 15:45:27','2026-02-15 15:45:27',NULL,NULL,NULL,'de1ac891-b192-4406-bf85-f600af3dec6c'),
(30430,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-15 17:29:28','2026-02-15 17:29:28',NULL,NULL,NULL,'6aa1ee51-a02f-4b3b-9102-354793428660'),
(30437,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-15 18:49:09','2026-02-15 18:49:09',NULL,NULL,NULL,'c8ef762b-3ef1-492a-a131-06bd0387b096'),
(30439,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-15 18:49:18','2026-02-15 18:49:18',NULL,NULL,NULL,'7a8b7df9-4b27-4b68-a26a-5ead92e6fe43'),
(30447,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-15 20:16:22','2026-02-15 20:16:22',NULL,NULL,NULL,'98f3e3c0-8640-4f1e-aa69-33031105bde0'),
(30451,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-15 20:43:03','2026-02-15 20:43:03',NULL,NULL,NULL,'384d788d-4951-4672-8bb2-f9e2ddd60b42'),
(30456,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-15 21:36:41','2026-02-15 21:36:41',NULL,NULL,NULL,'03d0a73a-7d93-4b6b-83e9-b706b4ee5650'),
(30496,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 00:02:59','2026-02-16 00:02:59',NULL,NULL,NULL,'3a29d888-7c4f-4ad2-aba1-494deb625f0d'),
(30498,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 00:03:05','2026-02-16 00:03:05',NULL,NULL,NULL,'7b085a8e-b277-4e3f-b166-71cbc52098d5'),
(30522,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 00:26:51','2026-02-16 00:26:51',NULL,NULL,NULL,'0a9e7dc0-3ad4-4969-b6db-bc0861b9f48f'),
(30524,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 00:26:56','2026-02-16 00:26:56',NULL,NULL,NULL,'0045c8a4-2293-4027-814a-5e3a4ec1144d'),
(30545,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 01:25:15','2026-02-16 01:25:15',NULL,NULL,NULL,'b445f354-32eb-49d0-9789-09862115ed94'),
(30549,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 02:01:18','2026-02-16 02:01:18',NULL,NULL,NULL,'2079151a-4581-4b13-ac00-2a33e7dec7e7'),
(30560,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 04:10:55','2026-02-16 04:10:55',NULL,NULL,NULL,'d47e3e43-3c69-43bd-926a-08015f398b76'),
(30561,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 04:10:55','2026-02-16 04:10:55',NULL,NULL,NULL,'3ba4814d-4549-4910-99b0-46b553b2e8b2'),
(30563,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 04:19:42','2026-02-16 04:19:42',NULL,NULL,NULL,'1c0a7a59-030c-422e-8d9d-febe8e75c67e'),
(30565,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 04:19:46','2026-02-16 04:19:46',NULL,NULL,NULL,'da414e44-3cb6-47c9-9803-506ac4f77b7f'),
(30603,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 05:52:26','2026-02-16 05:52:26',NULL,NULL,NULL,'7be5ef5d-250f-480e-bb8f-efa5667a0d42'),
(30604,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 05:52:26','2026-02-16 05:52:26',NULL,NULL,NULL,'17fb0e5d-a695-457b-8315-2d981b56f282'),
(30664,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 06:51:29','2026-02-16 06:51:29',NULL,NULL,NULL,'027fb79b-f13f-4fbb-93f2-d154a30f53b7'),
(30666,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 06:51:34','2026-02-16 06:51:34',NULL,NULL,NULL,'58f56fd5-ac10-4070-9e22-35ccf269eb93'),
(30730,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 09:52:47','2026-02-16 09:52:47',NULL,NULL,NULL,'6d927899-c7d9-43be-93b4-03e067e9e915'),
(30762,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 10:38:54','2026-02-16 10:38:54',NULL,NULL,NULL,'289e44ac-3acd-4d72-a830-d3deed2a194f'),
(30763,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 10:38:54','2026-02-16 10:38:54',NULL,NULL,NULL,'d7eddacf-4881-46ec-84be-4d2296cf3596'),
(30810,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 12:06:14','2026-02-16 12:06:14',NULL,NULL,NULL,'74c076b5-7cc5-4e00-bd1a-553be621af49'),
(30812,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 12:06:19','2026-02-16 12:06:19',NULL,NULL,NULL,'2fc4055c-d1a0-406f-9d7a-377b0a091dd0'),
(30822,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 12:23:11','2026-02-16 12:23:11',NULL,NULL,NULL,'d6da9c80-41ab-4ee3-a52b-37489259c766'),
(30824,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 12:23:17','2026-02-16 12:23:17',NULL,NULL,NULL,'10308c36-b3a7-4a76-a3f3-d79e948176e5'),
(30865,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 13:32:34','2026-02-16 13:32:34',NULL,NULL,NULL,'e340744e-a5e0-4e26-899a-02174871ee4e'),
(30867,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 13:32:38','2026-02-16 13:32:38',NULL,NULL,NULL,'2d25f792-a97a-4dd3-a7ff-b2844cd5daac'),
(30883,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 14:07:00','2026-02-16 14:07:00',NULL,NULL,NULL,'0ad40556-527f-40f3-bd87-90433a5aacf5'),
(30886,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 14:07:30','2026-02-16 14:07:30',NULL,NULL,NULL,'69d597ff-63bf-4ffc-81b0-ed8d15a26150'),
(30888,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 14:07:35','2026-02-16 14:07:35',NULL,NULL,NULL,'f181be95-e951-4976-8578-4231e9af16c1'),
(30913,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 15:07:55','2026-02-16 15:07:55',NULL,NULL,NULL,'2747c329-5fef-4b66-a13f-0414714bce3c'),
(30921,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 15:37:30','2026-02-16 15:37:30',NULL,NULL,NULL,'5027e57e-b41b-43ef-830c-6adc86ccb05a'),
(30924,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 15:41:36','2026-02-16 15:41:36',NULL,NULL,NULL,'b01a9134-7368-4f9c-b580-dc305ba303d5'),
(30937,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 16:20:37','2026-02-16 16:20:37',NULL,NULL,NULL,'e56959e8-5f4c-43c7-92bd-3beef3b7bbab'),
(30938,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 16:20:37','2026-02-16 16:20:37',NULL,NULL,NULL,'d574044d-ef65-4304-bcee-37aa45511c22'),
(30966,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 18:20:41','2026-02-16 18:20:41',NULL,NULL,NULL,'7d1ebec4-d157-4757-b6c4-eff3351d45eb'),
(30967,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 18:23:27','2026-02-16 18:23:27',NULL,NULL,NULL,'c00ac46d-53f8-4ddf-b053-e1ed1254f114'),
(30969,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 18:28:17','2026-02-16 18:28:17',NULL,NULL,NULL,'219d1283-3fa2-409e-93fd-90481ca68931'),
(30970,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 18:28:17','2026-02-16 18:28:17',NULL,NULL,NULL,'35dab093-9e4d-4986-abea-57d9796c6443'),
(30973,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 18:29:29','2026-02-16 18:29:29',NULL,NULL,NULL,'c1c6bb85-118b-4c68-9b7b-03151712597b'),
(30976,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 18:47:06','2026-02-16 18:47:06',NULL,NULL,NULL,'a1c8f7a3-9e2e-44af-9f66-834117fc92e2'),
(30977,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 18:47:06','2026-02-16 18:47:06',NULL,NULL,NULL,'d88248f1-15be-4c01-974e-e79950db27ab'),
(30984,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 19:17:14','2026-02-16 19:17:14',NULL,NULL,NULL,'377e0bb5-1826-4834-a46f-d2ffefff152e'),
(30988,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 19:51:56','2026-02-16 19:51:56',NULL,NULL,NULL,'7760613b-8f88-4ee1-af0d-63640aa263e2'),
(30990,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 19:56:36','2026-02-16 19:56:36',NULL,NULL,NULL,'27d047b2-9f9d-4b2f-9457-f20f4cb75d49'),
(30993,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 20:08:29','2026-02-16 20:08:29',NULL,NULL,NULL,'7f15b2ab-12cd-4d84-a5fa-6472254c630c'),
(30995,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 20:21:14','2026-02-16 20:21:14',NULL,NULL,NULL,'a8e41040-d13f-4c34-a64f-16b52d936f4b'),
(30998,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 20:25:04','2026-02-16 20:25:04',NULL,NULL,NULL,'4980401f-80bf-4ae7-9e4b-8f767c03fcaa'),
(30999,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 20:25:04','2026-02-16 20:25:04',NULL,NULL,NULL,'a82dd567-55b2-4b16-848e-eb4d4b767e6b'),
(31001,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 20:41:31','2026-02-16 20:41:31',NULL,NULL,NULL,'cbf948c5-93be-436c-bd12-095d73addfa0'),
(31004,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-16 20:42:18','2026-02-16 20:42:18',NULL,NULL,NULL,'164ba111-70f9-46b6-9bc6-63a138408ba9'),
(31008,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 21:03:56','2026-02-16 21:03:56',NULL,NULL,NULL,'3551165e-100b-4beb-94d8-cb2e792cd90c'),
(31022,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 22:13:20','2026-02-16 22:13:20',NULL,NULL,NULL,'0bebb44f-22c6-4b72-ace6-aa00b9a427e4'),
(31023,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 22:13:26','2026-02-16 22:13:26',NULL,NULL,NULL,'2cb6fd6e-4c6d-494a-953d-54c55740e68c'),
(31024,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 22:13:30','2026-02-16 22:13:30',NULL,NULL,NULL,'40271491-d481-4b29-853d-18013a80c637'),
(31025,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 22:13:35','2026-02-16 22:13:35',NULL,NULL,NULL,'4b0bd8d6-03a9-413f-ac8a-98647916fc9f'),
(31040,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-16 23:13:39','2026-02-16 23:13:39',NULL,NULL,NULL,'8245df26-5955-4955-bc5f-8412320157f6'),
(31057,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 00:16:13','2026-02-17 00:16:13',NULL,NULL,NULL,'d28e62a1-2330-4fa4-9305-eedce2c6512d'),
(31058,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-17 00:16:13','2026-02-17 00:16:13',NULL,NULL,NULL,'3361e073-56ad-4c83-8a0e-9c30082e8f45'),
(31066,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 00:48:27','2026-02-17 00:48:27',NULL,NULL,NULL,'00ca3052-9d94-4286-9fc1-492379a5fe0f'),
(31079,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 01:16:28','2026-02-17 01:16:28',NULL,NULL,NULL,'60e37740-5b24-411a-bc1a-767bfe625dd1'),
(31080,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 01:17:02','2026-02-17 01:17:02',NULL,NULL,NULL,'9e13a447-3351-4001-a8b8-7e40799d9200'),
(31099,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-17 02:13:59','2026-02-17 02:13:59',NULL,NULL,NULL,'40f27176-c408-44fd-9383-459e9830e1d4'),
(31101,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-17 02:14:03','2026-02-17 02:14:03',NULL,NULL,NULL,'25789ee9-bea1-4a8f-8df0-c41204aa8c81'),
(31114,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 02:50:27','2026-02-17 02:50:27',NULL,NULL,NULL,'31d44c17-6e8e-4692-973d-d78dd56290ae'),
(31119,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 02:55:56','2026-02-17 02:55:56',NULL,NULL,NULL,'7186e063-0533-4688-b67a-2f16cd2e60da'),
(31120,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-17 02:55:56','2026-02-17 02:55:56',NULL,NULL,NULL,'30411fd9-94bc-4e3b-852b-12b9d2ba3309'),
(31125,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 03:04:05','2026-02-17 03:04:05',NULL,NULL,NULL,'e11d7800-76da-428d-abca-2c3629b283f8'),
(31129,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 03:29:33','2026-02-17 03:29:33',NULL,NULL,NULL,'a7cf36aa-e822-4669-8bb0-a03156b80530'),
(31130,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-17 03:29:33','2026-02-17 03:29:33',NULL,NULL,NULL,'2cd49956-a933-4548-ba33-cab844b0b68f'),
(31285,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 11:44:29','2026-02-17 11:44:29',NULL,NULL,NULL,'88f5bf38-25bf-426f-9e46-46b0169ba863'),
(31288,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-17 11:46:53','2026-02-17 11:46:53',NULL,NULL,NULL,'4f0b1c95-abde-40a3-8852-dda44435f3b7'),
(31307,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 12:50:25','2026-02-17 12:50:25',NULL,NULL,NULL,'95212263-2032-4f4b-a20b-513334d815a2'),
(31351,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 13:49:32','2026-02-17 13:49:32',NULL,NULL,NULL,'e13c2b40-e42a-48fd-9f44-03770fc0adc3'),
(31404,1215,NULL,6320,1,'craft\\elements\\Entry',1,0,'2026-02-17 14:54:14','2026-02-17 14:54:14',NULL,NULL,NULL,'28985514-8b87-4dd2-ad2e-5620938f2583'),
(31405,1719,NULL,6321,2,'craft\\elements\\Entry',1,0,'2026-02-17 14:54:14','2026-02-17 14:54:15',NULL,NULL,NULL,'3e389229-a068-4214-8ecf-dcead8c91fdd'),
(31411,NULL,NULL,NULL,2,'craft\\elements\\Entry',0,0,'2026-02-17 15:02:03','2026-02-17 15:02:03',NULL,NULL,NULL,'a0420b6a-1169-443a-b7ad-f19f7fde867a'),
(31412,1349,NULL,6322,1,'craft\\elements\\Entry',1,0,'2026-02-17 15:02:03','2026-02-17 15:02:03',NULL,NULL,NULL,'4fbd9083-df34-4b2f-8abf-56d6de025f49'),
(31413,31411,NULL,6323,2,'craft\\elements\\Entry',0,0,'2026-02-17 15:02:03','2026-02-17 15:02:03',NULL,NULL,NULL,'c5f2d7fd-d23b-432e-a777-aed602436155'),
(31416,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 15:10:29','2026-02-17 15:10:29',NULL,NULL,NULL,'f382b114-9c8c-4caa-88cb-41e83aabf140'),
(31417,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-17 15:10:29','2026-02-17 15:10:29',NULL,NULL,NULL,'0089248d-09db-464a-9139-a2ce684261f2'),
(31425,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-02-17 15:30:48','2026-02-17 15:30:48',NULL,NULL,NULL,'99471a81-f70e-4d59-8c02-92f7c47f7ee0'),
(31427,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-02-17 15:30:53','2026-02-17 15:30:53',NULL,NULL,NULL,'19b60f66-c6ca-4253-9636-951e277986ee'),
(31428,1283,NULL,6324,1,'craft\\elements\\Entry',1,0,'2026-02-17 15:30:53','2026-02-17 15:30:53',NULL,NULL,NULL,'ab103c0e-210f-43f2-8a32-6544f3ce0a0d'),
(31429,31427,NULL,6325,2,'craft\\elements\\Entry',1,0,'2026-02-17 15:30:53','2026-02-17 15:30:53',NULL,NULL,NULL,'87977b61-a388-429a-b7ff-f2cad0c5621a'),
(31441,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 17:18:28','2026-02-17 17:18:28',NULL,NULL,NULL,'4d33f820-36f1-4c2f-802c-5a6a1e5b2b52'),
(31442,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 17:19:27','2026-02-17 17:19:27',NULL,NULL,NULL,'47a156b6-7fc8-4b5e-bad7-e4d05ac4b16f'),
(31443,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 17:19:41','2026-02-17 17:19:41',NULL,NULL,NULL,'f1f2cfd3-e3c6-44fe-85f7-991c6b0a27c5'),
(31448,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 17:56:30','2026-02-17 17:56:30',NULL,NULL,NULL,'dbf5bd77-5e9f-4a82-b146-80fabbfeaf79'),
(31451,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 18:07:57','2026-02-17 18:07:57',NULL,NULL,NULL,'86317827-0115-4cd7-b9af-61be6dacf8b9'),
(31455,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 19:02:54','2026-02-17 19:02:54',NULL,NULL,NULL,'e707aa2e-4400-43e9-9995-22d05f506edf'),
(31477,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 20:39:30','2026-02-17 20:39:30',NULL,NULL,NULL,'2cbbc1dc-01e3-48d1-bf37-0d2e5d6642cd'),
(31504,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 21:06:55','2026-02-17 21:06:55',NULL,NULL,NULL,'9071a65a-63a4-4181-a07e-f99a35297560'),
(31525,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 21:23:46','2026-02-17 21:23:46',NULL,NULL,NULL,'316eb862-fa7e-4b30-b8ee-f4d4625dd1c1'),
(31543,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 21:54:23','2026-02-17 21:54:23',NULL,NULL,NULL,'c8a2d6b2-c244-49fc-9544-22caca7ac376'),
(31592,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 23:35:49','2026-02-17 23:35:49',NULL,NULL,NULL,'e610c1ec-bf25-418e-8499-c85e5360fe46'),
(31595,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-17 23:41:56','2026-02-17 23:41:56',NULL,NULL,NULL,'fdbbd544-7e3a-4b19-9216-de0fbb4d418b'),
(31613,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 01:00:56','2026-02-18 01:00:56',NULL,NULL,NULL,'f725b046-7e87-44a7-b4ba-3ef5332e9365'),
(31615,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 01:10:11','2026-02-18 01:10:11',NULL,NULL,NULL,'0db0ec88-a31d-4e62-a41b-a8bedc2478bb'),
(31636,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 02:21:38','2026-02-18 02:21:38',NULL,NULL,NULL,'1de77575-3e22-4c04-aef1-6e248e385378'),
(31661,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 07:13:58','2026-02-18 07:13:58',NULL,NULL,NULL,'41dc7533-857e-462e-9a1a-0246a3fb6f44'),
(31669,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 07:24:08','2026-02-18 07:24:08',NULL,NULL,NULL,'dd78a1ad-862b-49e8-b379-4465bb95f8ee'),
(31670,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-18 07:24:08','2026-02-18 07:24:08',NULL,NULL,NULL,'c3c0bcbb-0549-475c-acdc-8b1887f14c72'),
(31829,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 13:16:54','2026-02-18 13:16:54',NULL,NULL,NULL,'081c7d7a-174a-4d19-87d1-21abc423bdb8'),
(31830,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-18 13:16:54','2026-02-18 13:16:54',NULL,NULL,NULL,'7a025571-7b62-4da5-a1e5-abb2e2179ca3'),
(31835,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 13:37:14','2026-02-18 13:37:14',NULL,NULL,NULL,'d8e49941-70d2-4a6e-a69f-2d5215129eef'),
(31845,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 14:47:00','2026-02-18 14:47:00',NULL,NULL,NULL,'91e61cd5-0cb1-4ff5-999d-10ba66751235'),
(31846,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-18 14:47:00','2026-02-18 14:47:00',NULL,NULL,NULL,'151867bd-d79e-4d7b-8632-812b7d9caec5'),
(31847,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 14:49:56','2026-02-18 14:49:56',NULL,NULL,NULL,'86dca697-5468-4186-b815-7155b7ff1507'),
(31854,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 16:19:19','2026-02-18 16:19:19',NULL,NULL,NULL,'99587892-6a07-40d4-8a5d-28519fe19df9'),
(31858,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 16:29:06','2026-02-18 16:29:06',NULL,NULL,NULL,'2593fdf5-26fe-4081-b40d-09be5dd92a45'),
(31862,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 16:54:53','2026-02-18 16:54:53',NULL,NULL,NULL,'abce2ec0-7116-40ae-93e0-ec044f482817'),
(31863,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 16:56:40','2026-02-18 16:56:40',NULL,NULL,NULL,'33f9ead5-1c62-4294-ab90-10d5c497011a'),
(31864,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 17:03:40','2026-02-18 17:03:40',NULL,NULL,NULL,'1809ed65-912c-4401-82ca-9503000e2fa3'),
(31865,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-18 17:03:40','2026-02-18 17:03:40',NULL,NULL,NULL,'a4e6deb7-0b8e-4e81-a547-ecbb9291e562'),
(31867,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 17:06:52','2026-02-18 17:06:52',NULL,NULL,NULL,'6194262a-19b4-481f-bcd3-e53c9b9685f6'),
(31868,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-18 17:06:52','2026-02-18 17:06:52',NULL,NULL,NULL,'b990d08a-04ab-4db5-be2a-9475f4166dac'),
(31897,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 17:53:17','2026-02-18 17:53:17',NULL,NULL,NULL,'e067df62-bd78-46b1-81ca-02c13a9a70f5'),
(31899,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 17:56:51','2026-02-18 17:56:51',NULL,NULL,NULL,'1979015a-d8a5-405e-b6a3-1508a64eab8d'),
(31902,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 18:03:37','2026-02-18 18:03:37',NULL,NULL,NULL,'6d32a65b-02ea-4c3b-b344-3972318c7f20'),
(31907,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 18:30:06','2026-02-18 18:30:06',NULL,NULL,NULL,'3ae5da09-e313-4d06-90a8-f5ae394b46ed'),
(31910,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 18:41:50','2026-02-18 18:41:50',NULL,NULL,NULL,'0fe80ff4-6dfd-4a4c-bcfc-e94da577ed71'),
(31911,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-18 18:41:50','2026-02-18 18:41:50',NULL,NULL,NULL,'e10b97f0-2ae6-42c8-a19c-351b05852402'),
(31920,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 18:47:41','2026-02-18 18:47:41',NULL,NULL,NULL,'3a21f8c4-2b15-40ff-92d7-5a92914ed00d'),
(31921,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 18:49:41','2026-02-18 18:49:41',NULL,NULL,NULL,'76a157a7-e28e-4f68-9f0d-31b1b5be3953'),
(31958,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 19:28:47','2026-02-18 19:28:47',NULL,NULL,NULL,'c058b23b-e8b4-4507-a614-53540ceb7226'),
(31961,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 19:42:37','2026-02-18 19:42:37',NULL,NULL,NULL,'e2e959cd-3137-427e-988e-d436f9133a3a'),
(31965,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 19:55:09','2026-02-18 19:55:09',NULL,NULL,NULL,'1fef51d5-0e51-4ad2-b961-f9e5cfafb664'),
(31967,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 20:16:31','2026-02-18 20:16:31',NULL,NULL,NULL,'970da4a1-2af9-4ab2-8fb0-b635c50f9e39'),
(31977,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 20:36:46','2026-02-18 20:36:46',NULL,NULL,NULL,'82999659-eccb-414b-bba9-28cd81dcc8c5'),
(31989,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 21:23:58','2026-02-18 21:23:58',NULL,NULL,NULL,'518f9484-088f-4ef4-98cd-4756a1f675e1'),
(32047,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-18 22:24:57','2026-02-18 22:24:57',NULL,NULL,NULL,'c3d15a45-0532-419e-acbd-d936f7e96240'),
(32048,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-18 22:24:57','2026-02-18 22:24:57',NULL,NULL,NULL,'890f9d6b-dcb7-46f7-ad8a-7be65551b661'),
(32094,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 00:42:23','2026-02-19 00:42:23',NULL,NULL,NULL,'a7147160-67c6-4b7a-82fe-e161826a92ca'),
(32095,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 00:42:23','2026-02-19 00:42:23',NULL,NULL,NULL,'e6a858b4-985b-40bf-aaa2-239b63f7ee70'),
(32145,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 02:11:33','2026-02-19 02:11:33',NULL,NULL,NULL,'a3cf838d-bde2-45c6-b99b-5b1a606ba92d'),
(32186,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 03:55:04','2026-02-19 03:55:04',NULL,NULL,NULL,'fb1d5dd0-1de9-4e88-99bf-9f21b4ec4c45'),
(32278,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 09:22:21','2026-02-19 09:22:21',NULL,NULL,NULL,'5359f4e3-ea19-4147-a578-45d6a7ffb450'),
(32279,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 09:22:21','2026-02-19 09:22:21',NULL,NULL,NULL,'143dc67e-a815-41b2-b609-b430b6e2db59'),
(32295,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 09:55:59','2026-02-19 09:55:59',NULL,NULL,NULL,'7a55e4f9-83a7-4b5a-84cf-fa811744be31'),
(32297,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 09:56:04','2026-02-19 09:56:04',NULL,NULL,NULL,'551dc01e-93be-4fc5-9857-20d9395a95c9'),
(32348,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 13:57:30','2026-02-19 13:57:30',NULL,NULL,NULL,'724aac27-f93a-47a7-bdec-fac8df07eadf'),
(32351,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 13:58:52','2026-02-19 13:58:52',NULL,NULL,NULL,'f8f9c313-62e3-4144-ac9e-1cddb8f5503b'),
(32352,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 14:06:59','2026-02-19 14:06:59',NULL,NULL,NULL,'de3320ab-34f5-4670-96a4-c8f52ed5f3fa'),
(32368,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 14:54:50','2026-02-19 14:54:50',NULL,NULL,NULL,'d88c8e65-2748-4910-bb29-215bb131c3a6'),
(32387,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 15:16:07','2026-02-19 15:16:07',NULL,NULL,NULL,'2d0b3915-c2b5-43c8-b228-ef6402e80be2'),
(32388,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 15:16:07','2026-02-19 15:16:07',NULL,NULL,NULL,'1e367b5d-0ecf-4660-af81-031e8b43b43e'),
(32390,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 15:18:01','2026-02-19 15:18:01',NULL,NULL,NULL,'2b383b61-b7e1-4981-98a2-6fc622c22517'),
(32418,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 15:40:36','2026-02-19 15:40:36',NULL,NULL,NULL,'c476a06c-8e8e-4df0-8b40-2ce95b328245'),
(32419,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 15:41:33','2026-02-19 15:41:33',NULL,NULL,NULL,'41f6b8d7-929c-4a13-ba46-678b6a5147e5'),
(32432,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 15:52:56','2026-02-19 15:52:56',NULL,NULL,NULL,'fb8eac8c-1bf1-4451-bef8-1398576e4e68'),
(32435,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 15:53:15','2026-02-19 15:53:15',NULL,NULL,NULL,'a4e64ac3-b69e-4086-a3d1-70480adc2f13'),
(32437,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 15:55:04','2026-02-19 15:55:04',NULL,NULL,NULL,'6084cb37-74ec-4683-bb09-e7a07f8fcb7c'),
(32460,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 16:19:46','2026-02-19 16:19:46',NULL,NULL,NULL,'b0351684-cbd4-4018-b957-4fbda213adf8'),
(32461,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 16:19:46','2026-02-19 16:19:46',NULL,NULL,NULL,'04cee511-a776-4e1f-86bd-0081eb61492a'),
(32480,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 16:41:27','2026-02-19 16:41:27',NULL,NULL,NULL,'b9204602-891c-4d64-a1de-0bac9e185fc0'),
(32498,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 17:20:26','2026-02-19 17:20:26',NULL,NULL,NULL,'ca5ddad0-b49a-43d1-bb85-5c431253b18a'),
(32502,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 17:26:33','2026-02-19 17:26:33',NULL,NULL,NULL,'c7864d76-0a64-4433-a73f-35ec9d068975'),
(32547,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 19:12:34','2026-02-19 19:12:34',NULL,NULL,NULL,'2dd78b12-ceac-4ccc-9437-ccc4f4c7fb9c'),
(32548,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 19:12:34','2026-02-19 19:12:34',NULL,NULL,NULL,'3c55b705-77a4-480d-9364-53fd595ffbbc'),
(32570,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 20:06:23','2026-02-19 20:06:23',NULL,NULL,NULL,'cd280665-14ef-40fc-8c17-d32fe85fbea5'),
(32571,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 20:06:23','2026-02-19 20:06:23',NULL,NULL,NULL,'609e181b-e68c-4042-b4fa-b4ca6f356700'),
(32577,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 20:32:23','2026-02-19 20:32:23',NULL,NULL,NULL,'57435cab-0fb6-4b92-b232-8dfe210ab4f5'),
(32578,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 20:41:16','2026-02-19 20:41:16',NULL,NULL,NULL,'caffff4a-5e46-459b-a0aa-fae0458484d7'),
(32580,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 20:53:09','2026-02-19 20:53:09',NULL,NULL,NULL,'41cc81bd-21e2-4916-b0c4-b7bd16dfadbf'),
(32588,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 21:14:18','2026-02-19 21:14:18',NULL,NULL,NULL,'ed0f5175-11b0-4f69-88e5-db709167b2ed'),
(32590,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 21:14:23','2026-02-19 21:14:23',NULL,NULL,NULL,'b29c5d0d-75ed-4ff9-a7a8-77d1082e3843'),
(32612,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-19 21:52:40','2026-02-19 21:52:40',NULL,NULL,NULL,'c20cf400-f5c6-4427-a9ef-a778d3e8f6b4'),
(32613,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 21:52:40','2026-02-19 21:52:40',NULL,NULL,NULL,'8638bdfa-57e1-4b16-922d-29e03d49e481'),
(32692,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 23:45:43','2026-02-19 23:45:43',NULL,NULL,NULL,'5ef98207-b80a-4a14-8564-31a276845b3c'),
(32694,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-19 23:45:48','2026-02-19 23:45:48',NULL,NULL,NULL,'509453cb-a766-4816-9927-5afc14688800'),
(32716,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 00:18:51','2026-02-20 00:18:51',NULL,NULL,NULL,'11597070-e3f1-458a-9942-7eef9733f6b3'),
(32718,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:37','2026-02-20 00:20:37',NULL,NULL,NULL,'d0878a83-fe66-4b64-ab36-872fc1c7cc22'),
(32719,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:38','2026-02-20 00:20:38',NULL,NULL,NULL,'3d6aa410-c61f-4cab-8a3d-f2fab7041d7a'),
(32720,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:39','2026-02-20 00:20:39',NULL,NULL,NULL,'a2805105-2b8c-433e-80c1-b08acceb47ec'),
(32721,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:40','2026-02-20 00:20:40',NULL,NULL,NULL,'ddba4d90-9063-467a-8709-a89bfc8ee417'),
(32722,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:41','2026-02-20 00:20:41',NULL,NULL,NULL,'abb56e47-3d19-42b3-831c-5a5f5da5a768'),
(32723,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:42','2026-02-20 00:20:42',NULL,NULL,NULL,'efcc9f9c-3eae-46de-943a-107e4e14a8ec'),
(32724,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:43','2026-02-20 00:20:43',NULL,NULL,NULL,'7149fdea-f0e3-41bc-a196-5d1fd34a95bd'),
(32725,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:45','2026-02-20 00:20:45',NULL,NULL,NULL,'cf0559fe-f79e-42de-9fcb-90079d44c0e3'),
(32726,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:46','2026-02-20 00:20:46',NULL,NULL,NULL,'fb03d3ce-ec5d-461c-99b9-13bb73305ca9'),
(32727,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:47','2026-02-20 00:20:47',NULL,NULL,NULL,'a2873dd8-e520-49c2-95b8-40fa31d5e1e9'),
(32728,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:48','2026-02-20 00:20:48',NULL,NULL,NULL,'1c84a35d-5b38-403e-9a43-51aefbe90e57'),
(32729,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:49','2026-02-20 00:20:49',NULL,NULL,NULL,'fa738dbe-2de9-4b45-b64a-4e9fb8951ca0'),
(32730,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:50','2026-02-20 00:20:50',NULL,NULL,NULL,'8177410f-7926-4b63-8522-d03e0cc93a34'),
(32731,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:51','2026-02-20 00:20:51',NULL,NULL,NULL,'9d7afca3-4b7f-4ece-ab8b-e03569104a5d'),
(32732,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:52','2026-02-20 00:20:52',NULL,NULL,NULL,'08296045-599b-4aee-a027-ce0b8bd6d5c2'),
(32733,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:53','2026-02-20 00:20:53',NULL,NULL,NULL,'370d482b-3412-4b08-804d-16667c6fc469'),
(32735,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:56','2026-02-20 00:20:56',NULL,NULL,NULL,'05026678-9cb8-43ad-9c3b-ee6dd2e9f19c'),
(32736,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:56','2026-02-20 00:20:56',NULL,NULL,NULL,'e6846643-7d29-433d-8cc5-7e363641964c'),
(32737,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:58','2026-02-20 00:20:58',NULL,NULL,NULL,'63f0ae61-72c3-49bf-97ae-7dcb3c7452fd'),
(32738,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:20:59','2026-02-20 00:20:59',NULL,NULL,NULL,'12cfec7a-ddf0-4b8b-bc8c-aa90bc42d39b'),
(32739,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:00','2026-02-20 00:21:00',NULL,NULL,NULL,'53f11733-1d86-4971-bd75-a0816a801b55'),
(32740,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:01','2026-02-20 00:21:01',NULL,NULL,NULL,'ccd735d6-3c39-4d6c-9fb7-b4595da060a1'),
(32741,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:02','2026-02-20 00:21:02',NULL,NULL,NULL,'1952b6eb-f9d7-4870-9262-e572ae0c6339'),
(32742,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:03','2026-02-20 00:21:03',NULL,NULL,NULL,'f6bb1d41-4906-451f-9157-0165fbd9e200'),
(32743,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:04','2026-02-20 00:21:04',NULL,NULL,NULL,'a5814595-27c2-4313-8108-bdc0b17af22f'),
(32744,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:05','2026-02-20 00:21:05',NULL,NULL,NULL,'9b5ec5ec-0be5-407b-ab90-5d6972212a4b'),
(32745,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:06','2026-02-20 00:21:06',NULL,NULL,NULL,'3917a11f-11b2-4f9b-8d0f-2dd149c00378'),
(32746,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:08','2026-02-20 00:21:08',NULL,NULL,NULL,'7afaed88-68dc-4208-8486-87296153f437'),
(32747,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:09','2026-02-20 00:21:09',NULL,NULL,NULL,'58d57f7b-a0d5-4c78-85e9-de6f1612a4ad'),
(32748,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:10','2026-02-20 00:21:10',NULL,NULL,NULL,'ff2efa39-6543-4f73-88c5-6284c92f7884'),
(32749,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:11','2026-02-20 00:21:11',NULL,NULL,NULL,'7936412e-671e-4eeb-8503-aed40eba6f2e'),
(32750,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:11','2026-02-20 00:21:11',NULL,NULL,NULL,'fa151d2c-b3d4-4f38-8706-bc19a3beebe0'),
(32752,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:29','2026-02-20 00:21:29',NULL,NULL,NULL,'149fcd4a-216f-4a23-8e5a-2a5e0bca00a7'),
(32753,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:30','2026-02-20 00:21:30',NULL,NULL,NULL,'5661da05-29f4-419f-a702-d0a44bc8abfb'),
(32754,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:31','2026-02-20 00:21:31',NULL,NULL,NULL,'303f76aa-1cbe-4301-b3d3-7c69d5a16347'),
(32755,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:32','2026-02-20 00:21:32',NULL,NULL,NULL,'7736ecac-665b-4835-b266-fe0c1f169c44'),
(32756,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:33','2026-02-20 00:21:33',NULL,NULL,NULL,'97052681-434d-4d59-9269-16f18f898803'),
(32757,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:34','2026-02-20 00:21:34',NULL,NULL,NULL,'d521dbd6-3c16-4228-b33b-d43288517948'),
(32758,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:35','2026-02-20 00:21:35',NULL,NULL,NULL,'5894a571-018b-4a05-bbc8-bdae3ffbf5fb'),
(32759,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:36','2026-02-20 00:21:36',NULL,NULL,NULL,'a5c63090-a64c-4f51-bbc1-6ca23ca09dba'),
(32760,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:38','2026-02-20 00:21:38',NULL,NULL,NULL,'7219a6c9-0936-4ffe-ba95-c00dbbf3af21'),
(32761,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:39','2026-02-20 00:21:39',NULL,NULL,NULL,'c4cf6980-13ae-4000-ab90-aabdb976c854'),
(32762,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:40','2026-02-20 00:21:40',NULL,NULL,NULL,'873266ab-aef6-4b47-b1ca-858e51dce42e'),
(32763,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:41','2026-02-20 00:21:41',NULL,NULL,NULL,'92c97c1a-07ee-42b5-a25d-3b1b28a9a571'),
(32764,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:42','2026-02-20 00:21:42',NULL,NULL,NULL,'6edbab7d-6b86-4d4e-9bfc-963521879633'),
(32765,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:43','2026-02-20 00:21:43',NULL,NULL,NULL,'f09b1a5b-3e6d-471d-aee6-ca7831569c13'),
(32766,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:45','2026-02-20 00:21:45',NULL,NULL,NULL,'d056f730-2252-46a6-b9b9-353769d7c22a'),
(32767,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:21:45','2026-02-20 00:21:45',NULL,NULL,NULL,'a5a83e10-6ba1-4f41-a17f-449a4bba4b72'),
(32769,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:30','2026-02-20 00:22:30',NULL,NULL,NULL,'051ab7c4-0d04-4a42-80ae-b3afbd83b15c'),
(32770,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:30','2026-02-20 00:22:30',NULL,NULL,NULL,'a609069c-3944-49ec-bcf2-c38dedae1885'),
(32771,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:31','2026-02-20 00:22:31',NULL,NULL,NULL,'f9dd2420-858c-46da-a38b-d4d71f11f921'),
(32772,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:32','2026-02-20 00:22:32',NULL,NULL,NULL,'acc509b6-943d-4f82-9f03-0a6910c92998'),
(32773,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:33','2026-02-20 00:22:33',NULL,NULL,NULL,'085a4943-9f12-417a-b6d6-090de38e72c6'),
(32774,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:34','2026-02-20 00:22:34',NULL,NULL,NULL,'0e703f66-581a-4809-a42c-b785b52a9b23'),
(32775,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:35','2026-02-20 00:22:35',NULL,NULL,NULL,'0c17415d-2c17-4e60-92af-9b34c64c26a3'),
(32776,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:36','2026-02-20 00:22:36',NULL,NULL,NULL,'e2ef74dd-4da0-4e35-b496-f91a806e997e'),
(32777,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:38','2026-02-20 00:22:38',NULL,NULL,NULL,'0ce4a616-5430-49dd-9d50-9f6026199448'),
(32778,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:39','2026-02-20 00:22:39',NULL,NULL,NULL,'f3662a53-912b-4ab3-91fc-845f227af897'),
(32779,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:40','2026-02-20 00:22:40',NULL,NULL,NULL,'31a1920b-3d18-47ce-a1eb-b658081fe5cf'),
(32780,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:41','2026-02-20 00:22:41',NULL,NULL,NULL,'720b63da-4dea-442c-994f-1bb58d4a6999'),
(32781,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:42','2026-02-20 00:22:42',NULL,NULL,NULL,'0f31ec73-818f-4b9a-aa26-186362d5ae75'),
(32782,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:43','2026-02-20 00:22:43',NULL,NULL,NULL,'eb2d9a71-a275-4b53-8e0c-a94623d11fb2'),
(32783,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:44','2026-02-20 00:22:44',NULL,NULL,NULL,'3d39657c-e74b-44bc-a18e-dcea7b7ba32e'),
(32784,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 00:22:45','2026-02-20 00:22:45',NULL,NULL,NULL,'f3319832-d5c1-4717-b43c-01763f2658ec'),
(32869,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 04:23:57','2026-02-20 04:23:57',NULL,NULL,NULL,'c86f2996-bf5a-45e3-a617-e1fab17a2827'),
(32886,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 07:54:22','2026-02-20 07:54:22',NULL,NULL,NULL,'0d9da483-8766-4ef6-ae73-ab21aa67f068'),
(32894,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 09:19:05','2026-02-20 09:19:05',NULL,NULL,NULL,'22dee4f8-4822-4ccb-82f2-20622f26773c'),
(32899,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 10:07:55','2026-02-20 10:07:55',NULL,NULL,NULL,'bed492fb-4e7f-4e14-9b5c-11212e6c2ea5'),
(32901,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 10:24:57','2026-02-20 10:24:57',NULL,NULL,NULL,'51965392-339a-447d-a9d6-9b29d69fd7fe'),
(32910,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 12:03:18','2026-02-20 12:03:18',NULL,NULL,NULL,'431b853b-d1c7-4b78-b675-f315dd2b0335'),
(32913,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 13:08:31','2026-02-20 13:08:31',NULL,NULL,NULL,'ddcd4b26-a9ee-4584-976a-6984cd42d531'),
(32915,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 13:08:36','2026-02-20 13:08:36',NULL,NULL,NULL,'52c5ed3b-8645-430c-869a-cc56900e9be2'),
(32924,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 14:00:25','2026-02-20 14:00:25',NULL,NULL,NULL,'b3173e89-7a85-4769-8bad-1012da43acd3'),
(32943,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 16:37:57','2026-02-20 16:37:57',NULL,NULL,NULL,'84334e59-5e43-4bf3-a9f5-15729211ad0d'),
(32947,945,NULL,6326,1,'craft\\elements\\Entry',1,0,'2026-02-20 16:59:54','2026-02-20 16:59:54',NULL,NULL,NULL,'09b6fd27-d639-4b1c-bc45-15b2a137be5a'),
(32948,945,NULL,6327,1,'craft\\elements\\Entry',1,0,'2026-02-20 16:59:58','2026-02-20 16:59:58',NULL,NULL,NULL,'0948b6a0-ef27-44c1-b98e-c085d59bb250'),
(32957,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 18:29:58','2026-02-20 18:29:58',NULL,NULL,NULL,'c4b77f20-78f1-4c07-a1f3-8a59ec8b2c02'),
(32964,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 18:59:26','2026-02-20 18:59:26',NULL,NULL,NULL,'0d9f500e-bbbb-4f9e-b6a5-816e23f35335'),
(32965,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 18:59:26','2026-02-20 18:59:26',NULL,NULL,NULL,'01d91035-0e88-4652-ba59-28e67c2afc67'),
(32966,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 19:07:00','2026-02-20 19:07:00',NULL,NULL,NULL,'4f29ed3a-f2f2-418c-97ce-fa0c9099dbd3'),
(32984,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 21:03:10','2026-02-20 21:03:10',NULL,NULL,NULL,'03c40eab-f93c-4606-84c1-92d3d7e292e2'),
(32987,945,NULL,6328,1,'craft\\elements\\Entry',1,0,'2026-02-20 21:03:56','2026-02-20 21:03:56',NULL,NULL,NULL,'c57c83b1-a392-47b8-b09f-5ee5b0efa39b'),
(32990,945,NULL,6329,1,'craft\\elements\\Entry',1,0,'2026-02-20 21:04:56','2026-02-20 21:04:56',NULL,NULL,NULL,'3774e5a6-eab8-4a0f-83d1-44a42ed6987d'),
(32992,945,NULL,6330,1,'craft\\elements\\Entry',1,0,'2026-02-20 21:05:47','2026-02-20 21:05:47',NULL,NULL,NULL,'5b0e310f-d49a-4bc3-a3fc-084b6f6db542'),
(32993,945,NULL,6331,1,'craft\\elements\\Entry',1,0,'2026-02-20 21:06:06','2026-02-20 21:06:07',NULL,NULL,NULL,'904dfa61-f5f1-477b-9c57-d8933cd717d3'),
(32995,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 21:19:44','2026-02-20 21:19:44',NULL,NULL,NULL,'81622d08-cfb8-4086-b2ab-3376ea5366c0'),
(32998,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 21:21:47','2026-02-20 21:21:47',NULL,NULL,NULL,'830825fd-9506-4d92-81a8-9c3dc5d244da'),
(33000,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-20 21:21:51','2026-02-20 21:21:51',NULL,NULL,NULL,'4f16c0bb-3fd7-4dee-83b7-03752b670c39'),
(33013,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-20 22:26:30','2026-02-20 22:26:30',NULL,NULL,NULL,'11a316cb-664d-4021-9761-2602957e968c'),
(33170,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-21 07:06:12','2026-02-21 07:06:12',NULL,NULL,NULL,'152a62be-15e0-431d-b5c0-05bf030f925e'),
(33173,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-21 07:06:16','2026-02-21 07:06:16',NULL,NULL,NULL,'ce9735e6-c708-4cb8-8bbc-ad2f50e525a2'),
(33240,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-21 13:08:49','2026-02-21 13:08:49',NULL,NULL,NULL,'e7fc1d30-fe59-4647-9060-4d9e8105e91e'),
(33242,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-21 13:08:54','2026-02-21 13:08:54',NULL,NULL,NULL,'4213db74-e604-48f9-a2fd-3640ce8b7057'),
(33288,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-21 14:34:33','2026-02-21 14:34:33',NULL,NULL,NULL,'1d5c8858-4b43-45c4-97fa-650a6fcbb842'),
(33289,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-21 14:34:33','2026-02-21 14:34:33',NULL,NULL,NULL,'288cd29d-6abd-4dea-952d-944cfacf7bbc'),
(33303,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-21 15:53:52','2026-02-21 15:53:52',NULL,NULL,NULL,'6a12c518-c592-4eab-8211-2e7588d7f47b'),
(33304,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-21 15:53:52','2026-02-21 15:53:52',NULL,NULL,NULL,'47855c74-9d68-40a5-828e-1b3beffb7881'),
(33338,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-21 18:13:55','2026-02-21 18:13:55',NULL,NULL,NULL,'c020aee8-3344-4fe7-8f6f-9f46ed1d8724'),
(33370,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-21 19:26:34','2026-02-21 19:26:34',NULL,NULL,NULL,'ba218350-edd2-48ca-a2bf-2904341924e4'),
(33372,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-21 19:26:39','2026-02-21 19:26:39',NULL,NULL,NULL,'490cdeba-61db-43f7-a065-46606309f7e0'),
(33400,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-22 01:01:10','2026-02-22 01:01:10',NULL,NULL,NULL,'4d4e296a-7293-4b67-8334-ff3e309f39e6'),
(33410,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-22 02:10:27','2026-02-22 02:10:27',NULL,NULL,NULL,'9c2022b1-c7de-45ba-9c28-a97783af6d1c'),
(33411,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-22 02:10:27','2026-02-22 02:10:27',NULL,NULL,NULL,'28965bcf-8147-4790-b4dc-7c3101994be4'),
(33451,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-22 02:48:16','2026-02-22 02:48:16',NULL,NULL,NULL,'33180a6e-bd00-4003-9026-d7d7c00678e7'),
(33491,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-22 04:12:07','2026-02-22 04:12:07',NULL,NULL,NULL,'0823157b-1c2c-4197-aa6c-707505ed57fb'),
(33493,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-22 04:12:12','2026-02-22 04:12:12',NULL,NULL,NULL,'d0b8b41b-166d-4794-82ab-2488b76d1dca'),
(33531,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-22 14:33:02','2026-02-22 14:33:02',NULL,NULL,NULL,'d59f9d32-b501-44ff-a1b1-38c4a2ff35e9'),
(33537,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-22 15:33:37','2026-02-22 15:33:37',NULL,NULL,NULL,'5444f011-02c1-4504-821e-2273f2a70419'),
(33539,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-22 16:36:06','2026-02-22 16:36:06',NULL,NULL,NULL,'3fa485cd-fb01-4b6d-929a-be9915fd8a2f'),
(33544,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-22 18:30:39','2026-02-22 18:30:39',NULL,NULL,NULL,'847ce603-aafe-48fe-8446-96fb27809efc'),
(33550,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-22 20:38:57','2026-02-22 20:38:57',NULL,NULL,NULL,'c49c7aaa-6e90-4259-9886-bddce30257f8'),
(33557,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-22 23:04:06','2026-02-22 23:04:06',NULL,NULL,NULL,'c657ba4a-7669-4d66-bc76-fcac9d0010dc'),
(33562,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 00:30:10','2026-02-23 00:30:10',NULL,NULL,NULL,'1804e4c4-f097-478d-acb9-fb920dbf1010'),
(33563,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-23 00:30:10','2026-02-23 00:30:10',NULL,NULL,NULL,'7c6f63ca-6832-4eb5-a103-4bde35512f60'),
(33573,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 03:02:33','2026-02-23 03:02:33',NULL,NULL,NULL,'be7bf41e-c151-4c1a-9883-60ec69d501f8'),
(33628,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-23 04:51:59','2026-02-23 04:51:59',NULL,NULL,NULL,'f934a50b-f385-43a2-bd9a-bf45c8aef6e4'),
(33630,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-23 04:52:05','2026-02-23 04:52:05',NULL,NULL,NULL,'dd70deb7-f764-485d-b7c1-bb696adffc21'),
(33641,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 06:39:20','2026-02-23 06:39:20',NULL,NULL,NULL,'996f0e0c-20c4-44b9-8b48-2c2d6fd006a9'),
(33689,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 10:08:55','2026-02-23 10:08:55',NULL,NULL,NULL,'bf942472-7f9f-49d9-8d2d-7974305a58b5'),
(33710,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 12:05:40','2026-02-23 12:05:40',NULL,NULL,NULL,'c79aba2f-7c5b-4bb9-8f7c-b55f9c1d8c15'),
(33741,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 12:33:31','2026-02-23 12:33:31',NULL,NULL,NULL,'db5e37ac-f9c6-4953-a1a4-6fb64b5474fd'),
(33770,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 12:54:52','2026-02-23 12:54:52',NULL,NULL,NULL,'2d719708-9dac-469e-bf8b-9c1b1d4bcb93'),
(33825,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 15:18:40','2026-02-23 15:18:40',NULL,NULL,NULL,'ebdfd13c-d7a0-4959-ac4f-04f0221d0a4e'),
(33863,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 15:53:56','2026-02-23 15:53:56',NULL,NULL,NULL,'0098be4d-5145-4850-9e52-18d4aaa71005'),
(33867,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 15:57:06','2026-02-23 15:57:06',NULL,NULL,NULL,'15fbddff-2616-479e-9582-484eb3a5171e'),
(33876,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 16:24:26','2026-02-23 16:24:26',NULL,NULL,NULL,'73eb7278-59d6-45a1-8b3f-c91fb2173277'),
(33877,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 16:24:27','2026-02-23 16:24:27',NULL,NULL,NULL,'78ebbe56-84dc-43e6-a1a5-dcc51affc64c'),
(33881,1255,NULL,6332,1,'craft\\elements\\Entry',1,0,'2026-02-23 16:46:19','2026-02-23 16:46:19',NULL,NULL,NULL,'70361b75-82f7-4c15-9fd9-9425585b2ab8'),
(33900,1329,NULL,6333,1,'craft\\elements\\Entry',1,0,'2026-02-23 16:53:42','2026-02-23 16:53:42',NULL,NULL,NULL,'492477bd-57bc-43bb-a697-da6f11f987e2'),
(33901,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 17:14:04','2026-02-23 17:14:04',NULL,NULL,NULL,'b1cb9b73-596f-4976-8fdd-a52c579b8c65'),
(33903,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 17:19:24','2026-02-23 17:19:24',NULL,NULL,NULL,'8ab8a2b4-8b26-4d1c-b0ed-0d8bf4218acd'),
(33907,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 17:59:28','2026-02-23 17:59:28',NULL,NULL,NULL,'66c0132a-4791-416e-9f82-44c6abee0179'),
(33908,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 18:15:58','2026-02-23 18:15:58',NULL,NULL,NULL,'56a43a6c-f302-46f0-902e-167a952484b2'),
(33909,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 18:30:54','2026-02-23 18:30:54',NULL,NULL,NULL,'a2239188-571a-4c7d-a947-ab19a31ce68e'),
(33910,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-23 18:30:54','2026-02-23 18:30:54',NULL,NULL,NULL,'5fef1d38-1e98-4a49-9472-f62e47276d68'),
(33916,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 19:46:54','2026-02-23 19:46:54',NULL,NULL,NULL,'f12b80ad-cbc9-46b3-b613-1d42823d0f00'),
(33917,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-23 19:46:54','2026-02-23 19:46:54',NULL,NULL,NULL,'79d782f3-1ea5-4826-9f72-51663cc9abb6'),
(33918,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 19:54:58','2026-02-23 19:54:58',NULL,NULL,NULL,'c84cd02e-a362-4d6e-950c-5c712ca71b3f'),
(33919,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 20:00:22','2026-02-23 20:00:22',NULL,NULL,NULL,'6d95bf74-fbbd-4b39-9527-099034080e67'),
(33929,1091,NULL,6334,1,'craft\\elements\\Entry',1,0,'2026-02-23 20:03:13','2026-02-23 20:03:13',NULL,NULL,NULL,'321d7412-466e-47b4-82d2-7993d39ed2ed'),
(33932,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 20:17:07','2026-02-23 20:17:07',NULL,NULL,NULL,'65440558-64ba-45de-8ff7-04881d784778'),
(33933,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 20:17:58','2026-02-23 20:17:58',NULL,NULL,NULL,'1e6849a2-5ce8-4840-b2dc-9fbb964a3cc6'),
(33934,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 20:24:24','2026-02-23 20:24:24',NULL,NULL,NULL,'23db0849-bd24-498a-a545-be57ba20e503'),
(33946,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-23 21:48:15','2026-02-23 21:48:15',NULL,NULL,NULL,'2091714d-2c9f-4128-a54e-4c78daa913b7'),
(33948,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-23 21:48:21','2026-02-23 21:48:21',NULL,NULL,NULL,'f2a8da9b-535a-4a31-a2e5-5b16c350f0b7'),
(33952,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 22:11:43','2026-02-23 22:11:43',NULL,NULL,NULL,'92526f92-be78-467c-8b51-b2e918ae7bdd'),
(33953,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 22:14:32','2026-02-23 22:14:32',NULL,NULL,NULL,'2fac0cb7-ab1a-45b2-8a6b-1e332e0b3922'),
(33954,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 22:18:00','2026-02-23 22:18:00',NULL,NULL,NULL,'7a6e581d-9d9e-4374-8dcd-452c7561ecf2'),
(33956,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-23 22:24:22','2026-02-23 22:24:22',NULL,NULL,NULL,'46f3d4df-83c3-4164-ad06-04c49cd097bb'),
(33968,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 01:50:37','2026-02-24 01:50:37',NULL,NULL,NULL,'f32df7b8-78a5-4234-ab7e-a4cb025dde09'),
(33969,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 01:50:37','2026-02-24 01:50:37',NULL,NULL,NULL,'bf0fb3f7-a25a-4dd9-a472-ea1ac01f30cb'),
(33981,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 04:06:57','2026-02-24 04:06:57',NULL,NULL,NULL,'91184dc7-9be4-4f28-9932-1639fa5e4385'),
(33983,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 04:07:06','2026-02-24 04:07:06',NULL,NULL,NULL,'8d6e7a7b-7f2e-4235-a4c7-6a1bdcd73db1'),
(34041,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 06:15:47','2026-02-24 06:15:47',NULL,NULL,NULL,'8c255754-83c0-4743-aac3-7c1e6bcb67a5'),
(34042,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 06:15:47','2026-02-24 06:15:47',NULL,NULL,NULL,'5f98837c-e31e-4b4c-ab26-651bc1d5dfc5'),
(34046,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 06:40:54','2026-02-24 06:40:54',NULL,NULL,NULL,'69cfea30-4910-4dce-924f-7c70da7a4eb0'),
(34050,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 07:34:10','2026-02-24 07:34:10',NULL,NULL,NULL,'ea849351-cc52-46c6-8d86-e5562c6f90e0'),
(34137,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 12:44:10','2026-02-24 12:44:10',NULL,NULL,NULL,'41af7e41-9929-4b71-a0de-884cd4276d5d'),
(34139,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 12:44:15','2026-02-24 12:44:15',NULL,NULL,NULL,'aa611798-524d-4c5c-aefd-60359f169212'),
(34182,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 13:42:58','2026-02-24 13:42:58',NULL,NULL,NULL,'e1545ceb-c4a9-4c8c-8fa7-ab1b223f726d'),
(34185,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 14:04:37','2026-02-24 14:04:37',NULL,NULL,NULL,'10b603f8-9dea-44c9-99d7-8177d7420188'),
(34186,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 14:04:37','2026-02-24 14:04:37',NULL,NULL,NULL,'afa2b1ae-4eed-466d-abbb-8da7849e239f'),
(34202,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 14:56:28','2026-02-24 14:56:28',NULL,NULL,NULL,'f214ab21-c063-4137-b38f-3924774ae47a'),
(34204,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 14:56:32','2026-02-24 14:56:32',NULL,NULL,NULL,'422d6f70-68b4-47fe-b46f-8d7550cd6c55'),
(34207,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-02-24 14:57:16','2026-02-24 15:00:44',NULL,NULL,NULL,'0a380dd9-07f0-468a-96c0-f8831959c071'),
(34210,1011,NULL,6335,1,'craft\\elements\\Entry',1,0,'2026-02-24 14:57:58','2026-02-24 14:57:58',NULL,NULL,NULL,'0feed99e-dc79-41ab-a050-b91d422b77ed'),
(34211,9378,NULL,6336,2,'craft\\elements\\Entry',1,0,'2026-02-24 14:57:58','2026-02-24 14:57:58',NULL,NULL,NULL,'55f0bc1b-2462-4e0c-963a-3df02c2e1d5f'),
(34215,1011,NULL,6337,1,'craft\\elements\\Entry',1,0,'2026-02-24 15:00:47','2026-02-24 15:00:47',NULL,NULL,NULL,'e80d38f8-7155-4b38-8f33-f1632a73c02f'),
(34216,9378,NULL,6338,2,'craft\\elements\\Entry',1,0,'2026-02-24 15:00:47','2026-02-24 15:00:47',NULL,NULL,NULL,'2832714b-9059-4144-a5a1-0e3200e2cfa1'),
(34229,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 16:56:14','2026-02-24 16:56:14',NULL,NULL,NULL,'24612f1b-bb9f-4d05-9251-a9816873db5e'),
(34240,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 17:11:58','2026-02-24 17:11:58',NULL,NULL,NULL,'7230ad77-b49b-4257-93ab-8a907b983d7e'),
(34243,957,NULL,6339,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:12:46','2026-02-24 17:12:46',NULL,NULL,NULL,'e1f44776-130b-4573-8cf5-d671306217e7'),
(34245,999,NULL,6340,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:14:31','2026-02-24 17:14:31',NULL,NULL,NULL,'935812ca-edcd-4666-b583-78c29d1b8473'),
(34246,1425,NULL,6341,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:16:13','2026-02-24 17:16:13',NULL,NULL,NULL,'a71e0522-2664-44ef-9035-39078c80cd61'),
(34247,1467,NULL,6342,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:16:35','2026-02-24 17:16:35',NULL,NULL,NULL,'0189bd9c-11c4-4ca0-827d-2c1afac98dab'),
(34248,1255,NULL,6343,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:17:37','2026-02-24 17:17:37',NULL,NULL,NULL,'39ae56d1-38a8-4ab7-b0ab-9590c3094dc7'),
(34249,1197,NULL,6344,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:18:20','2026-02-24 17:18:20',NULL,NULL,NULL,'9ac6a923-c4bb-4659-92d0-d4c6eadee5de'),
(34250,1303,NULL,6345,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:20:06','2026-02-24 17:20:06',NULL,NULL,NULL,'b1e8593a-a8d4-4ae8-9d9a-ecec510eb9ab'),
(34251,1045,NULL,6346,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:20:16','2026-02-24 17:20:17',NULL,NULL,NULL,'271436bc-b8fb-4067-9819-3a71d20fd78f'),
(34253,1059,NULL,6347,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:20:28','2026-02-24 17:20:28',NULL,NULL,NULL,'6f3ff2a7-5009-416e-980e-58bdc957a9a5'),
(34254,1091,NULL,6348,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:20:56','2026-02-24 17:20:56',NULL,NULL,NULL,'e2a568b8-854c-45d8-bf2e-146597ff1f49'),
(34255,1249,NULL,6349,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:21:22','2026-02-24 17:21:22',NULL,NULL,NULL,'9c2ee51e-f942-4c07-9fba-61098b76d045'),
(34256,1283,NULL,6350,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:21:40','2026-02-24 17:21:40',NULL,NULL,NULL,'053e818a-213d-464e-b803-4fe2450a3f5d'),
(34257,1315,NULL,6351,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:21:57','2026-02-24 17:21:57',NULL,NULL,NULL,'5857ccd5-049f-495e-9ff3-63fd1921d6aa'),
(34261,963,NULL,6352,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:24:07','2026-02-24 17:24:07',NULL,NULL,NULL,'c0ee475c-16f5-468b-8ab8-d04ac21aafcf'),
(34263,1079,NULL,6353,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:24:19','2026-02-24 17:24:19',NULL,NULL,NULL,'36b0c4b2-a576-4dac-93f9-28476d0cb7cc'),
(34264,1209,NULL,6354,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:24:29','2026-02-24 17:24:29',NULL,NULL,NULL,'d1a918fb-c528-4931-b050-f04ba3adfb97'),
(34265,1255,NULL,6355,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:24:36','2026-02-24 17:24:36',NULL,NULL,NULL,'acfeaca3-65cb-43f2-9484-d19dc6ea5efc'),
(34266,1297,NULL,6356,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:24:50','2026-02-24 17:24:50',NULL,NULL,NULL,'fcd63776-1276-4f02-9fca-3e6211985bb7'),
(34267,1303,NULL,6357,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:25:00','2026-02-24 17:25:00',NULL,NULL,NULL,'bf3a2137-665a-4e11-9b37-8ce6ee71c6bf'),
(34268,1343,NULL,6358,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:25:12','2026-02-24 17:25:12',NULL,NULL,NULL,'dd54db4f-0712-48cc-ae12-012d2df90704'),
(34269,1359,NULL,6359,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:25:23','2026-02-24 17:25:23',NULL,NULL,NULL,'05a559cd-7de9-45f2-a714-ef2327fe133f'),
(34271,1371,NULL,6360,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:25:33','2026-02-24 17:25:33',NULL,NULL,NULL,'20c3e72d-3317-46c0-b203-15eb235afdae'),
(34272,1389,NULL,6361,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:25:43','2026-02-24 17:25:43',NULL,NULL,NULL,'8d16b598-b650-45e2-b430-b31d29e47881'),
(34273,1455,NULL,6362,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:25:53','2026-02-24 17:25:53',NULL,NULL,NULL,'d641bcbc-57ed-45c0-b955-cc09c6b20fb9'),
(34274,1477,NULL,6363,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:26:54','2026-02-24 17:26:54',NULL,NULL,NULL,'8c1e841f-a3fb-460e-8b0b-e929a558969b'),
(34275,995,NULL,6364,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:27:03','2026-02-24 17:27:03',NULL,NULL,NULL,'dac5df4f-41e3-43b5-b352-8687307b6687'),
(34276,1017,NULL,6365,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:27:12','2026-02-24 17:27:12',NULL,NULL,NULL,'78bab493-1b65-4a50-abda-5c7c31e8582f'),
(34277,1165,NULL,6366,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:27:29','2026-02-24 17:27:29',NULL,NULL,NULL,'790dea9a-947d-4829-9b70-3c4daabef76f'),
(34278,1269,NULL,6367,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:27:39','2026-02-24 17:27:40',NULL,NULL,NULL,'3cb87047-6691-4ac1-a148-a1c40a7864a2'),
(34279,1023,NULL,6368,1,'craft\\elements\\Entry',1,0,'2026-02-24 17:28:37','2026-02-24 17:28:37',NULL,NULL,NULL,'2e95e8dc-77ec-4d0b-b507-231100c5fac0'),
(34301,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 18:12:57','2026-02-24 18:12:57',NULL,NULL,NULL,'2c05a57d-03fd-4a71-b080-be53c7d6af4d'),
(34302,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 18:12:57','2026-02-24 18:12:57',NULL,NULL,NULL,'741b8bc0-f6a7-44c3-b9c2-df1e7d624549'),
(34317,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 19:19:54','2026-02-24 19:19:54',NULL,NULL,NULL,'fe0cab48-77d3-4911-b2af-3fc459ab5514'),
(34319,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 19:26:39','2026-02-24 19:26:39',NULL,NULL,NULL,'df182671-2281-4ecb-82ad-84b7a3d828ad'),
(34320,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 19:26:39','2026-02-24 19:26:39',NULL,NULL,NULL,'9a778e6a-79b2-4b3f-8d7b-cdba48f8783c'),
(34323,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 19:38:14','2026-02-24 19:38:14',NULL,NULL,NULL,'258a71fc-2153-418b-875d-3f931a530a7d'),
(34324,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 19:38:14','2026-02-24 19:38:14',NULL,NULL,NULL,'1d661e04-390e-41b9-b9c4-4297809be452'),
(34326,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 19:44:56','2026-02-24 19:44:56',NULL,NULL,NULL,'3c65998a-90e8-47e8-854e-b3b2d14b0a5e'),
(34328,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 19:45:00','2026-02-24 19:45:00',NULL,NULL,NULL,'9f1148e0-ca6a-4c40-b962-8d43922dc379'),
(34332,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 19:55:08','2026-02-24 19:55:08',NULL,NULL,NULL,'774dcd66-61f0-4074-9a27-38c096223eed'),
(34333,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 19:56:32','2026-02-24 19:56:32',NULL,NULL,NULL,'b7cf59a9-f1ae-4b67-92af-c98c1660a89b'),
(34343,1129,NULL,6369,1,'craft\\elements\\Entry',1,0,'2026-02-24 20:34:55','2026-02-24 20:34:55',NULL,NULL,NULL,'0a799276-6588-486e-93f4-b4ee2ef123c6'),
(34344,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 20:40:13','2026-02-24 20:40:13',NULL,NULL,NULL,'65083394-2a73-4e6d-ba9b-fc0adea9cfd8'),
(34347,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 20:43:04','2026-02-24 20:43:04',NULL,NULL,NULL,'59121019-2c18-44d3-81e6-09cb9cce52d0'),
(34350,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 21:49:44','2026-02-24 21:49:44',NULL,NULL,NULL,'65fc6933-6ba1-47d6-9aa9-7c9e39a88a37'),
(34351,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 21:49:44','2026-02-24 21:49:44',NULL,NULL,NULL,'30335cd0-7a9b-4602-a6a0-5c08cf51314d'),
(34353,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 21:49:59','2026-02-24 21:49:59',NULL,NULL,NULL,'ebd11286-553d-4a8a-9b37-d68e7dc89fa1'),
(34359,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 22:48:06','2026-02-24 22:48:06',NULL,NULL,NULL,'3ed4bd7f-2c64-4b77-b0c0-6ef5a64670f9'),
(34365,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-24 23:27:37','2026-02-24 23:27:37',NULL,NULL,NULL,'66153907-9669-4f37-873d-6e6488a9f1d1'),
(34366,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-24 23:27:37','2026-02-24 23:27:37',NULL,NULL,NULL,'7e26e180-fb94-4738-b764-dec0568a3d46'),
(34368,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 00:01:59','2026-02-25 00:01:59',NULL,NULL,NULL,'a1873b2c-e318-44b6-9a53-29a4f7ba7d0c'),
(34369,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 00:04:56','2026-02-25 00:04:56',NULL,NULL,NULL,'fc998899-f0b5-4b6b-8e6c-968faf0116a5'),
(34371,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 00:21:37','2026-02-25 00:21:37',NULL,NULL,NULL,'1631a591-fe35-4bb9-abbb-a9f9c389ae87'),
(34372,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-25 00:21:37','2026-02-25 00:21:37',NULL,NULL,NULL,'fdeca18d-2f32-4e3f-b37a-ae97caacbec9'),
(34376,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 01:30:10','2026-02-25 01:30:10',NULL,NULL,NULL,'5e8fcbdc-9d15-40af-991a-f619e187eebc'),
(34377,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-25 01:30:10','2026-02-25 01:30:10',NULL,NULL,NULL,'8e967e72-7aa1-4260-86b0-70d1f27a5800'),
(34445,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 04:48:54','2026-02-25 04:48:54',NULL,NULL,NULL,'2c0b8fdb-00a8-459d-8de6-9dce9679e3c6'),
(34469,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 07:53:46','2026-02-25 07:53:46',NULL,NULL,NULL,'21fccf21-ef2c-428a-87b4-f78527724519'),
(34475,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 08:05:58','2026-02-25 08:05:58',NULL,NULL,NULL,'10bb8c81-6e3b-47ab-b592-d5ced2acfda9'),
(34476,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-25 08:05:58','2026-02-25 08:05:58',NULL,NULL,NULL,'0afcbcd0-dae0-4436-8304-cfa268628d76'),
(34628,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 13:45:07','2026-02-25 13:45:07',NULL,NULL,NULL,'c7f7fb79-8647-4b56-84ef-909cc32be1ba'),
(34632,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 13:54:28','2026-02-25 13:54:28',NULL,NULL,NULL,'9f158896-910a-48f9-b064-9d77096f42ae'),
(34644,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 15:33:48','2026-02-25 15:33:48',NULL,NULL,NULL,'8059fef3-aca3-4c73-b629-389ca0f1ca85'),
(34651,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 16:12:59','2026-02-25 16:12:59',NULL,NULL,NULL,'100fcdb8-82bb-49b3-81e9-960aba322e60'),
(34652,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-25 16:12:59','2026-02-25 16:12:59',NULL,NULL,NULL,'e6c14072-84a0-4bc2-a705-f6696719f6a2'),
(34657,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 16:24:21','2026-02-25 16:24:21',NULL,NULL,NULL,'a0264e9a-4156-44d4-981f-557bc1869f88'),
(34660,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 16:39:43','2026-02-25 16:39:43',NULL,NULL,NULL,'06316a9a-5c2c-4a67-a5cf-bc03c370566a'),
(34662,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 16:44:36','2026-02-25 16:44:36',NULL,NULL,NULL,'686154ed-679a-4a24-a1a3-190fc82c9777'),
(34663,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 16:57:34','2026-02-25 16:57:34',NULL,NULL,NULL,'c9bcdc52-9649-4307-9b91-f78859989805'),
(34664,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 16:57:55','2026-02-25 16:57:55',NULL,NULL,NULL,'fd42df55-5fe6-4c20-88f5-2eb09ea09ecb'),
(34668,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 17:07:10','2026-02-25 17:07:10',NULL,NULL,NULL,'8304a2e8-e71e-4b7b-b9ed-a083085f66af'),
(34669,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 17:07:43','2026-02-25 17:07:43',NULL,NULL,NULL,'ee7c4d7f-6695-4249-974c-0ecfc1b3b90a'),
(34670,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 17:14:11','2026-02-25 17:14:11',NULL,NULL,NULL,'b058f5dc-0513-46b0-9cef-64018eabc3ec'),
(34674,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 17:19:14','2026-02-25 17:19:14',NULL,NULL,NULL,'1ffb2a59-fd57-40ac-a534-231aaf46ffc6'),
(34685,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 18:04:54','2026-02-25 18:04:54',NULL,NULL,NULL,'9d500f44-f0ef-4e69-a21a-9ad3fa9b2126'),
(34686,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 18:05:59','2026-02-25 18:05:59',NULL,NULL,NULL,'c3778988-d1e8-4f69-849d-0f22d8170859'),
(34695,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 19:10:42','2026-02-25 19:10:42',NULL,NULL,NULL,'d75cfd19-a064-4863-af01-06e017bded8b'),
(34705,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 19:21:24','2026-02-25 19:21:24',NULL,NULL,NULL,'f1281bb9-b16f-48e3-b616-962e5394ee4b'),
(34706,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 19:22:50','2026-02-25 19:22:50',NULL,NULL,NULL,'7cc2c548-7600-4583-bbee-dea31defceb1'),
(34721,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 19:37:19','2026-02-25 19:37:19',NULL,NULL,NULL,'f1909d94-ba92-433e-8d41-7ca4f64a857f'),
(34723,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 19:38:38','2026-02-25 19:38:38',NULL,NULL,NULL,'d5455d63-5226-4d19-b990-0561d50d0a13'),
(34724,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-25 19:38:38','2026-02-25 19:38:38',NULL,NULL,NULL,'7882d97f-ffd7-4a7e-8e0a-ac48f056df22'),
(34755,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-02-25 19:41:12','2026-02-25 19:41:12',NULL,NULL,NULL,'2849ad93-d2ea-4b6a-8ae0-7a66c07eae5b'),
(34758,1059,NULL,6370,1,'craft\\elements\\Entry',1,0,'2026-02-25 19:41:18','2026-02-25 19:41:19',NULL,NULL,NULL,'c6b07d80-6d91-46dd-8f8f-1d507209d1ec'),
(34759,1590,NULL,6371,2,'craft\\elements\\Entry',1,0,'2026-02-25 19:41:19','2026-02-25 19:41:19',NULL,NULL,NULL,'6400b1fa-87d1-44cb-bdf9-1a73ab3304ec'),
(34763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 19:49:30','2026-02-25 19:49:30',NULL,NULL,NULL,'aedf9302-bfde-4386-b51d-23a4591d0967'),
(34767,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 19:52:25','2026-02-25 19:52:25',NULL,NULL,NULL,'4d4c7e75-8ab1-4552-a657-bc2cddc1a446'),
(34776,1437,NULL,6372,1,'craft\\elements\\Entry',1,0,'2026-02-25 19:57:27','2026-02-25 19:57:27',NULL,NULL,NULL,'4a9044ab-6e2a-4f49-b2ad-dbf82209ebc7'),
(35176,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 21:08:15','2026-02-25 21:08:15',NULL,NULL,NULL,'3ca774a6-7268-4039-985c-6ede20179279'),
(35177,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-25 21:08:15','2026-02-25 21:08:15',NULL,NULL,NULL,'8c1f248e-6c8f-4f04-9c17-46af83266200'),
(35219,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-25 21:09:54','2026-02-25 21:09:54',NULL,NULL,NULL,'07a5dc8c-f12f-4760-935c-952ce1b5110d'),
(36026,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 00:16:45','2026-02-26 00:16:45',NULL,NULL,NULL,'a3bcd841-e6a0-441b-9696-9a69d2648812'),
(36029,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 01:11:11','2026-02-26 01:11:11',NULL,NULL,NULL,'babe1c3b-47b6-49e7-9ecc-e437f159be67'),
(36030,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 01:33:13','2026-02-26 01:33:13',NULL,NULL,NULL,'14554ea6-e224-4176-8f61-b96033b14c5c'),
(36033,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-26 01:34:56','2026-02-26 01:34:56',NULL,NULL,NULL,'44ee497a-938c-4886-b975-003633b51e76'),
(36035,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 01:59:24','2026-02-26 01:59:24',NULL,NULL,NULL,'d7e00c05-de92-4332-9d99-d28c7549c3f4'),
(36036,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-26 01:59:24','2026-02-26 01:59:24',NULL,NULL,NULL,'39785c94-ff6a-49a3-bfe8-8a0022cd0597'),
(36060,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 04:36:34','2026-02-26 04:36:34',NULL,NULL,NULL,'9d1f1c3c-edce-4982-95e5-cce1f403894a'),
(36131,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 08:59:50','2026-02-26 08:59:50',NULL,NULL,NULL,'dac6f90d-8012-4803-a3fb-f62aee4422f0'),
(36139,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-26 09:11:24','2026-02-26 09:11:24',NULL,NULL,NULL,'3ff76859-d968-44b5-8a4c-57f9f5fe3ac8'),
(36160,1091,NULL,6373,1,'craft\\elements\\Entry',1,0,'2026-02-26 14:24:58','2026-02-26 14:24:58',NULL,NULL,NULL,'086c5bb8-3a3e-4c00-8278-19e1c16ea132'),
(36161,1616,NULL,6374,2,'craft\\elements\\Entry',1,0,'2026-02-26 14:24:58','2026-02-26 14:24:58',NULL,NULL,NULL,'d85d150f-593e-4fc5-8316-80ed5db1f5cc'),
(36166,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 15:34:37','2026-02-26 15:34:37',NULL,NULL,NULL,'810b90b4-e2d6-4768-bd34-6616fbd01a17'),
(36167,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-26 15:34:37','2026-02-26 15:34:37',NULL,NULL,NULL,'e2eae6df-6ec3-4584-918a-32be582acb2f'),
(36170,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 15:48:10','2026-02-26 15:48:10',NULL,NULL,NULL,'112d9916-f1be-4360-8237-472b03ccf7e1'),
(36171,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-26 15:48:10','2026-02-26 15:48:10',NULL,NULL,NULL,'873d307d-12d5-40e7-a5e5-f01272dde37c'),
(36173,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 16:00:32','2026-02-26 16:00:32',NULL,NULL,NULL,'713174af-235c-4df0-b3b8-dcff1b176258'),
(36177,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 16:19:27','2026-02-26 16:19:27',NULL,NULL,NULL,'365acb7f-08a3-47bf-80ab-480f9675e9f1'),
(36178,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 16:25:30','2026-02-26 16:25:30',NULL,NULL,NULL,'17b54b8d-5665-4611-994c-0def499686a4'),
(36181,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 16:47:42','2026-02-26 16:47:42',NULL,NULL,NULL,'f4489ea8-280c-406b-8336-5b3d69210e75'),
(36182,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 16:48:52','2026-02-26 16:48:52',NULL,NULL,NULL,'47c03364-a940-4319-9a75-6b15c6b94f10'),
(36183,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 17:24:09','2026-02-26 17:24:09',NULL,NULL,NULL,'c38eba37-6aed-4534-bcfd-ff97ee023ceb'),
(36184,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 17:37:54','2026-02-26 17:37:54',NULL,NULL,NULL,'0ee60c8a-8fcb-479e-b4f9-c1a87b2301b6'),
(36190,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 18:47:18','2026-02-26 18:47:18',NULL,NULL,NULL,'69a66ed7-007a-404a-b9ab-6d1916e1944d'),
(36191,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-26 18:47:18','2026-02-26 18:47:18',NULL,NULL,NULL,'9721c24e-d6ba-4179-b006-18a0bdf56d1f'),
(36194,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 19:06:56','2026-02-26 19:06:56',NULL,NULL,NULL,'3fd06472-2c00-469d-a04c-7d5ae1bdb7e9'),
(36198,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 19:48:51','2026-02-26 19:48:51',NULL,NULL,NULL,'75fb9fa7-4a4d-42bc-b2c3-bcae50afe2d1'),
(36200,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 20:04:21','2026-02-26 20:04:21',NULL,NULL,NULL,'92986dd5-3ac8-458c-af1a-b024ff21da05'),
(36203,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 20:17:29','2026-02-26 20:17:29',NULL,NULL,NULL,'7452be6b-669c-4ca1-877b-a8a6b034466f'),
(36207,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 21:22:48','2026-02-26 21:22:48',NULL,NULL,NULL,'cb255831-beea-4f74-aab6-caa2d8d01da4'),
(36225,1467,NULL,6375,1,'craft\\elements\\Entry',1,0,'2026-02-26 21:36:31','2026-02-26 21:36:31',NULL,NULL,NULL,'fd50656c-d99b-4dc5-b651-e738a2f78c0a'),
(36227,1343,NULL,6376,1,'craft\\elements\\Entry',1,0,'2026-02-26 21:37:40','2026-02-26 21:37:41',NULL,NULL,NULL,'0dd9c6c7-8a0a-4fbe-acdb-123749c2cbfc'),
(36229,1091,NULL,6377,1,'craft\\elements\\Entry',1,0,'2026-02-26 21:38:33','2026-02-26 21:38:33',NULL,NULL,NULL,'c01371cf-966e-4b5f-983d-3b729dc695b5'),
(36232,NULL,NULL,NULL,28,'craft\\elements\\Entry',1,0,'2026-02-26 22:08:23','2026-02-26 22:09:29',NULL,NULL,NULL,'bd208d1e-df53-4b8c-872c-df9fa801590a'),
(36233,1123,NULL,6378,1,'craft\\elements\\Entry',1,0,'2026-02-26 22:08:23','2026-02-26 22:08:23',NULL,NULL,NULL,'c540cbac-ba5a-4fdc-9b30-625d6c565852'),
(36234,36232,NULL,6379,28,'craft\\elements\\Entry',1,0,'2026-02-26 22:08:23','2026-02-26 22:08:23',NULL,NULL,NULL,'be03665e-66fb-41da-981c-112a0afc49d5'),
(36237,1123,NULL,6380,1,'craft\\elements\\Entry',1,0,'2026-02-26 22:09:29','2026-02-26 22:09:29',NULL,NULL,NULL,'1be1dbdb-210d-4b23-895b-0c89e17a68ea'),
(36238,36232,NULL,6381,28,'craft\\elements\\Entry',1,0,'2026-02-26 22:09:29','2026-02-26 22:09:29',NULL,NULL,NULL,'b630af11-31c4-4af7-8983-0b00db51a3d4'),
(36241,NULL,NULL,NULL,28,'craft\\elements\\Entry',1,0,'2026-02-26 22:10:50','2026-02-26 22:12:14',NULL,'2026-02-26 22:12:14',NULL,'9205bedf-c726-483a-9dc9-71abfe03775e'),
(36242,1353,NULL,6382,1,'craft\\elements\\Entry',1,0,'2026-02-26 22:10:50','2026-02-26 22:10:50',NULL,NULL,NULL,'8cded76a-998e-42e1-819b-3bf6fd2d5f84'),
(36243,36241,NULL,6383,28,'craft\\elements\\Entry',1,0,'2026-02-26 22:10:50','2026-02-26 22:10:50',NULL,'2026-02-26 22:12:14',NULL,'fd455ce9-de13-430e-8821-81d0107b37dc'),
(36245,1353,NULL,6384,1,'craft\\elements\\Entry',1,0,'2026-02-26 22:12:14','2026-02-26 22:12:14',NULL,NULL,NULL,'6a6ca63c-397d-4fbd-9e2f-69378097a535'),
(36247,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 22:27:55','2026-02-26 22:27:55',NULL,NULL,NULL,'4e0a0f7d-b038-4c7a-805c-884c3fbb9396'),
(36255,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-26 23:35:07','2026-02-26 23:35:07',NULL,NULL,NULL,'433712a4-b96f-48ee-9743-011f7d531b3b'),
(36267,1051,NULL,6385,1,'craft\\elements\\Entry',1,0,'2026-02-27 01:44:31','2026-02-27 01:44:31',NULL,NULL,NULL,'e7587be5-b8b5-4af4-9acb-8d9636eaee1b'),
(36268,1031,NULL,6386,1,'craft\\elements\\Entry',0,0,'2026-02-27 01:48:43','2026-02-27 01:48:43',NULL,NULL,NULL,'d9300b17-80ea-4737-a738-49cdbfd4b6a4'),
(36304,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 04:49:23','2026-02-27 04:49:23',NULL,NULL,NULL,'3af047c3-b1c9-4ac5-90d6-9c6c5cfb26b3'),
(36314,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 04:53:00','2026-02-27 04:53:00',NULL,NULL,NULL,'a59c58c3-2864-43be-a7fc-3b22d14045cb'),
(36328,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 05:13:55','2026-02-27 05:13:55',NULL,NULL,NULL,'f4d67be7-16b8-4bbc-8a8c-eda6c1d22404'),
(36332,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 05:15:59','2026-02-27 05:15:59',NULL,NULL,NULL,'903c205c-30c0-4b04-a5a0-1ed6d11a435f'),
(36339,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 05:22:35','2026-02-27 05:22:35',NULL,NULL,NULL,'850aaca4-8778-4b99-b518-41d2d6512bf8'),
(36344,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 05:27:27','2026-02-27 05:27:27',NULL,NULL,NULL,'a15ba170-839b-463b-8d4e-d0e012410ea7'),
(36345,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 05:27:27','2026-02-27 05:27:27',NULL,NULL,NULL,'ad7293d1-2754-414a-b408-f6deca47dbac'),
(36350,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 05:37:22','2026-02-27 05:37:22',NULL,NULL,NULL,'c3aa18a3-bb10-4669-92ff-ee98c9773623'),
(36351,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 05:37:22','2026-02-27 05:37:22',NULL,NULL,NULL,'38d3942f-d772-4810-b26a-87fa110dd247'),
(36356,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 05:48:59','2026-02-27 05:48:59',NULL,NULL,NULL,'199ba6f2-9d49-40f7-84e4-2efd26a7a565'),
(36357,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 05:48:59','2026-02-27 05:48:59',NULL,NULL,NULL,'ade9ba40-661d-4dad-98bf-b0ed76b25b53'),
(36366,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 07:54:59','2026-02-27 07:54:59',NULL,NULL,NULL,'69829fc8-6eba-4462-9e74-70f8cea37812'),
(36367,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 07:54:59','2026-02-27 07:54:59',NULL,NULL,NULL,'71b1d621-f13c-40c3-8416-67810dd6f67c'),
(36368,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 07:56:57','2026-02-27 07:56:57',NULL,NULL,NULL,'e4bbd041-75e8-4f08-8435-37a3b3a0250e'),
(36369,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 07:56:57','2026-02-27 07:56:57',NULL,NULL,NULL,'8d1dd76a-fdaf-4e56-b294-41438fb4d7a9'),
(36449,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 11:47:46','2026-02-27 11:47:46',NULL,NULL,NULL,'42bfbc84-d87f-4304-8b5a-6b2777f6089b'),
(36454,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 13:09:16','2026-02-27 13:09:16',NULL,NULL,NULL,'511280c8-f1b8-4d75-98d6-6287d810bdde'),
(36455,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 13:17:49','2026-02-27 13:17:49',NULL,NULL,NULL,'36c7449c-c4dc-444a-957a-80bd1529c414'),
(36511,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 15:23:53','2026-02-27 15:23:53',NULL,NULL,NULL,'257cd0fe-5ed7-42e7-9b63-bdc9b51d04d4'),
(36513,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 15:27:34','2026-02-27 15:27:34',NULL,NULL,NULL,'09480d87-bb3b-47f3-a52c-1bb49ddb492b'),
(36530,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 17:35:37','2026-02-27 17:35:37',NULL,NULL,NULL,'ae372bf0-30b6-4590-a338-6fba4fc57d51'),
(36531,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 17:54:16','2026-02-27 17:54:16',NULL,NULL,NULL,'a27a9ed3-dd06-4878-b031-7a34aaaae6b6'),
(36541,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 18:43:02','2026-02-27 18:43:02',NULL,NULL,NULL,'6a265154-6d55-4fed-8072-01f03b94b340'),
(36542,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 18:43:02','2026-02-27 18:43:02',NULL,NULL,NULL,'8f6f5bef-52b5-45d1-afbc-4c059689d23b'),
(36547,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 19:34:24','2026-02-27 19:34:24',NULL,NULL,NULL,'c12065b1-5e7a-43c0-9b5d-031dc20d288f'),
(36548,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 19:34:24','2026-02-27 19:34:24',NULL,NULL,NULL,'fec9451d-526d-4634-8537-f0d2c22f717e'),
(36550,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 19:41:46','2026-02-27 19:41:46',NULL,NULL,NULL,'0a01157d-3352-467b-967f-5fd478003522'),
(36551,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 19:42:50','2026-02-27 19:42:50',NULL,NULL,NULL,'331415eb-3f50-4871-ac94-233ff5226830'),
(36561,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 20:31:04','2026-02-27 20:31:04',NULL,NULL,NULL,'98c574b9-6970-46fe-9488-74bbf46d3576'),
(36562,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 20:31:04','2026-02-27 20:31:04',NULL,NULL,NULL,'8bbd8c5b-6af6-4a7f-b4e9-a889ce5c0811'),
(36563,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 20:34:41','2026-02-27 20:34:41',NULL,NULL,NULL,'82a963ab-10b9-4abb-aa01-4748dd8e1bf6'),
(36564,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 20:34:41','2026-02-27 20:34:41',NULL,NULL,NULL,'60d04a34-04ad-42b7-ae15-a11ce344d616'),
(36578,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 22:37:32','2026-02-27 22:37:32',NULL,NULL,NULL,'a3b87159-1a8d-4582-9461-214f0917584b'),
(36581,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-27 23:01:30','2026-02-27 23:01:30',NULL,NULL,NULL,'51f88fba-30c1-4ad5-a84c-fc2c4a3c0d4f'),
(36582,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-27 23:01:30','2026-02-27 23:01:30',NULL,NULL,NULL,'e318f210-966c-4ccc-885e-8f832eb49a62'),
(36607,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 02:00:27','2026-02-28 02:00:27',NULL,NULL,NULL,'dc08ae60-1ff7-470b-afbd-66c2e8aaabb9'),
(36608,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-28 02:00:27','2026-02-28 02:00:27',NULL,NULL,NULL,'27a440ff-52a1-4e9e-8507-7774ef581333'),
(36610,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 02:03:33','2026-02-28 02:03:33',NULL,NULL,NULL,'398e55a8-a230-45f6-a9e1-b1d25ce5c5a2'),
(36614,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-28 02:05:02','2026-02-28 02:05:02',NULL,NULL,NULL,'16832107-cd33-44b5-b3ad-7bf4f85114d2'),
(36658,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 04:36:36','2026-02-28 04:36:36',NULL,NULL,NULL,'735c2775-3793-4539-9996-df69ee5f561d'),
(36682,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 10:49:20','2026-02-28 10:49:20',NULL,NULL,NULL,'d2440536-79ea-4cd7-b6bc-760d36031a04'),
(36683,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 11:03:38','2026-02-28 11:03:38',NULL,NULL,NULL,'7ceb0068-ba3f-437a-99a2-4e57d3df994a'),
(36687,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 11:48:21','2026-02-28 11:48:21',NULL,NULL,NULL,'d4b95664-3f99-48a9-a477-de6f34aaa4ba'),
(36688,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 11:55:06','2026-02-28 11:55:06',NULL,NULL,NULL,'d2f7eeda-35cb-486d-9a83-0d8ffff725e1'),
(36691,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 12:23:51','2026-02-28 12:23:51',NULL,NULL,NULL,'90b57852-c228-424e-93f5-de1141fa7c26'),
(36704,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 16:27:07','2026-02-28 16:27:07',NULL,NULL,NULL,'598c1fa6-22bc-45fd-8191-787e9ef1bb13'),
(36709,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 17:18:57','2026-02-28 17:18:57',NULL,NULL,NULL,'15f660e1-b313-4ed4-8566-07837940509b'),
(36751,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 18:57:03','2026-02-28 18:57:03',NULL,NULL,NULL,'fe4e9288-be06-4513-b09d-cb76f7e3f088'),
(36752,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 18:57:05','2026-02-28 18:57:05',NULL,NULL,NULL,'60a1c77d-e20f-41f1-82a9-dc368ad37728'),
(36756,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 19:58:45','2026-02-28 19:58:45',NULL,NULL,NULL,'b7f9ae96-c1de-4403-938d-56d455d3c38f'),
(36757,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-28 19:58:45','2026-02-28 19:58:45',NULL,NULL,NULL,'9f051adc-f602-4a74-8a85-1dd656dfeeed'),
(36758,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-02-28 20:01:02','2026-02-28 20:01:02',NULL,NULL,NULL,'f4e8ad8e-4bcf-42f8-be58-bb9ed1e1816d'),
(36761,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-02-28 20:01:47','2026-02-28 20:01:47',NULL,NULL,NULL,'9be6c9c6-09b3-497b-b0fd-6727929ac150'),
(36779,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 00:22:35','2026-03-01 00:22:35',NULL,NULL,NULL,'5016b1c2-eb25-4440-a5f1-b03db03096c2'),
(36784,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 02:10:38','2026-03-01 02:10:38',NULL,NULL,NULL,'831d1738-ca5c-479a-9cd1-90b2d2364777'),
(36785,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-01 02:10:38','2026-03-01 02:10:38',NULL,NULL,NULL,'9eb99968-7bea-4c36-8dbf-bfbc431619fd'),
(36786,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 02:19:18','2026-03-01 02:19:18',NULL,NULL,NULL,'6b352d90-007c-425b-b162-a63e2c249034'),
(36787,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-01 02:19:18','2026-03-01 02:19:18',NULL,NULL,NULL,'8ff4d389-31ce-4c19-8eb9-6b76e7927c88'),
(36862,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:55','2026-03-01 04:20:55',NULL,NULL,NULL,'2a334fc1-7831-4e18-ad98-b0e041b907ed'),
(36863,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:55','2026-03-01 04:20:55',NULL,NULL,NULL,'b62579d2-c3d8-4320-b36a-c0c8aa6949c3'),
(36864,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:55','2026-03-01 04:20:55',NULL,NULL,NULL,'58748704-52c6-459d-ae96-e04ae9c34769'),
(36865,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:56','2026-03-01 04:20:56',NULL,NULL,NULL,'8f524470-326e-49be-a862-7b6d868a654a'),
(36866,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:56','2026-03-01 04:20:56',NULL,NULL,NULL,'de227a65-010a-4583-a6a5-8aad9a658178'),
(36867,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:57','2026-03-01 04:20:57',NULL,NULL,NULL,'6da3a000-3268-48a3-a15c-d953aafff6bf'),
(36868,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:57','2026-03-01 04:20:57',NULL,NULL,NULL,'cc2ddaa4-3fdb-4f83-8d29-6b2c401da7dc'),
(36869,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:57','2026-03-01 04:20:57',NULL,NULL,NULL,'3a608232-e583-42ba-8f05-d4e6f41f640c'),
(36870,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:58','2026-03-01 04:20:58',NULL,NULL,NULL,'fe97c386-cfbf-4839-9e9b-f98a0be68552'),
(36871,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:58','2026-03-01 04:20:58',NULL,NULL,NULL,'f9d831bf-c8a1-44f3-8817-f34179c0d9d8'),
(36872,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:58','2026-03-01 04:20:58',NULL,NULL,NULL,'54e4cb4d-545d-4fd0-841a-5e555821c062'),
(36873,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:58','2026-03-01 04:20:58',NULL,NULL,NULL,'c46fe4f4-2080-48a7-8391-d0382088e3f8'),
(36874,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:59','2026-03-01 04:20:59',NULL,NULL,NULL,'d7bf3d60-07be-4f3b-84f7-41b71271161d'),
(36875,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:59','2026-03-01 04:20:59',NULL,NULL,NULL,'4325acce-ab26-4b3b-b245-56ea651d10be'),
(36876,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:20:59','2026-03-01 04:20:59',NULL,NULL,NULL,'6160e369-2aef-4052-9089-7f00fc2fcd78'),
(36877,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:00','2026-03-01 04:21:00',NULL,NULL,NULL,'fe209670-b2c6-4b0b-b73d-d705d8d9a651'),
(36878,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:00','2026-03-01 04:21:00',NULL,NULL,NULL,'c744826d-9799-4fec-b688-3a8e73f80179'),
(36879,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:00','2026-03-01 04:21:00',NULL,NULL,NULL,'7d5f5e5e-9abc-4639-ae35-3daf64f63c5b'),
(36880,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:00','2026-03-01 04:21:00',NULL,NULL,NULL,'c6cb2955-89d1-49e2-8427-2a1201da25a3'),
(36881,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:01','2026-03-01 04:21:01',NULL,NULL,NULL,'52e97c4c-2588-4fae-b08a-9bded82c19aa'),
(36882,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:01','2026-03-01 04:21:01',NULL,NULL,NULL,'187181f9-e0fb-4fe1-bbe6-240bce674066'),
(36883,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:01','2026-03-01 04:21:01',NULL,NULL,NULL,'43be12be-71fc-4be4-bdb6-e54afe03e9e4'),
(36884,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:01','2026-03-01 04:21:01',NULL,NULL,NULL,'c6473362-eda3-4316-9497-be5d8de024ee'),
(36885,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:02','2026-03-01 04:21:02',NULL,NULL,NULL,'c1f4e2be-0299-4c33-94c1-8f60d3aaaa4b'),
(36886,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:02','2026-03-01 04:21:02',NULL,NULL,NULL,'32d99233-8a86-43ce-a0af-07e879a74c47'),
(36887,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:03','2026-03-01 04:21:03',NULL,NULL,NULL,'2ecd2555-c78d-42e3-a154-67ee300190fb'),
(36888,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:03','2026-03-01 04:21:03',NULL,NULL,NULL,'99928925-fdb5-494a-9527-754ecf60982d'),
(36889,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:03','2026-03-01 04:21:03',NULL,NULL,NULL,'eb68caff-7351-411f-8934-f50e9d09d5ee'),
(36890,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:03','2026-03-01 04:21:03',NULL,NULL,NULL,'d0f8e7cf-82a3-4e7e-b483-720721fb0046'),
(36891,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:03','2026-03-01 04:21:03',NULL,NULL,NULL,'3e6502df-a013-4591-81dc-64126003a85e'),
(36892,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:04','2026-03-01 04:21:04',NULL,NULL,NULL,'9c5e1828-3269-4758-bec3-eef81662a87e'),
(36893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:04','2026-03-01 04:21:04',NULL,NULL,NULL,'4f288578-1706-40fb-b08a-bfc54730b866'),
(36894,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:04','2026-03-01 04:21:04',NULL,NULL,NULL,'9a86b723-1f4e-40ae-90f2-0c442ad0f461'),
(36895,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:04','2026-03-01 04:21:04',NULL,NULL,NULL,'e74eb67c-3aa2-4a5c-bf76-b134cd5e1871'),
(36896,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:05','2026-03-01 04:21:05',NULL,NULL,NULL,'f81c79de-205d-4740-8e4e-6a182287e0b7'),
(36897,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:05','2026-03-01 04:21:05',NULL,NULL,NULL,'f5d32dd4-0f10-467c-bc5a-2be46e305e5e'),
(36898,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:05','2026-03-01 04:21:05',NULL,NULL,NULL,'80256a2d-2d7a-47f1-99e9-e29c135bc3e7'),
(36899,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:06','2026-03-01 04:21:06',NULL,NULL,NULL,'c842bc94-c9cd-44d1-b667-7079571d65e8'),
(36900,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:06','2026-03-01 04:21:06',NULL,NULL,NULL,'65d8ad84-ac2c-4708-afed-76bb73321561'),
(36901,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-01 04:21:06','2026-03-01 04:21:06',NULL,NULL,NULL,'d5719faf-d560-43a5-8c70-30e4f548ecc9'),
(36903,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 05:01:34','2026-03-01 05:01:34',NULL,NULL,NULL,'5148ef97-c44a-4967-b845-73aeb12ee419'),
(36993,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 12:29:41','2026-03-01 12:29:41',NULL,NULL,NULL,'88f2737c-4c4e-426c-83a8-c4b7ed8a73f9'),
(36994,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-01 12:29:41','2026-03-01 12:29:41',NULL,NULL,NULL,'5f8fb1fa-dd05-48ba-b9e4-7035277cc602'),
(36999,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 13:11:14','2026-03-01 13:11:14',NULL,NULL,NULL,'de8e78c0-6ea2-4720-8a5c-2eefcf7a8bc6'),
(37004,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 13:51:00','2026-03-01 13:51:00',NULL,NULL,NULL,'2c422395-bf40-41aa-ad0c-cfa37e5cb378'),
(37007,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 14:18:55','2026-03-01 14:18:55',NULL,NULL,NULL,'1d11bba1-2a38-449e-8e6a-7a3521e1bb5c'),
(37009,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 14:33:06','2026-03-01 14:33:06',NULL,NULL,NULL,'cc0e74db-faea-41b7-a075-bebfc575a26c'),
(37010,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 14:47:16','2026-03-01 14:47:16',NULL,NULL,NULL,'10ccf247-71fb-4674-8519-ffab2c620d8e'),
(37012,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 15:34:52','2026-03-01 15:34:52',NULL,NULL,NULL,'01089a0b-5298-40aa-a9d8-4fd6462b7079'),
(37013,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 15:35:10','2026-03-01 15:35:10',NULL,NULL,NULL,'d1b405b3-aea5-4903-922f-e65891daeb28'),
(37071,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 17:17:14','2026-03-01 17:17:14',NULL,NULL,NULL,'c1d10680-debc-4f63-b3d5-94bb268bcbd3'),
(37072,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-01 17:17:14','2026-03-01 17:17:14',NULL,NULL,NULL,'29091cfe-f4ed-42fa-aa5c-449b9bf07537'),
(37101,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 18:57:22','2026-03-01 18:57:22',NULL,NULL,NULL,'cc6e65c0-e950-4175-bb75-0712d198412d'),
(37102,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-01 18:57:22','2026-03-01 18:57:22',NULL,NULL,NULL,'053e0ce9-d9c1-4943-9ea2-062f4eaeb98f'),
(37123,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-01 22:45:55','2026-03-01 22:45:55',NULL,NULL,NULL,'3e5a4d1e-2ee1-46bb-89bf-f6c91ce50bed'),
(37128,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 00:52:05','2026-03-02 00:52:05',NULL,NULL,NULL,'a0d743b5-4ee7-4e94-b0d7-90c0f220cc88'),
(37130,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 01:06:47','2026-03-02 01:06:47',NULL,NULL,NULL,'7e52f424-a9e7-4118-bb2b-4cd0d5e105ab'),
(37252,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 06:55:28','2026-03-02 06:55:28',NULL,NULL,NULL,'66d6adc1-2ebe-4c02-b893-5862092aeca5'),
(37337,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 10:15:07','2026-03-02 10:15:07',NULL,NULL,NULL,'8d2116c7-2e23-440e-ac7f-17b97686b72a'),
(37425,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 13:45:10','2026-03-02 13:45:10',NULL,NULL,NULL,'6d7bc01e-cd63-4561-a5cb-6b11c35bc0b5'),
(37430,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 14:13:43','2026-03-02 14:13:43',NULL,NULL,NULL,'e07896ed-2445-42ab-92c0-0edbee2eadb7'),
(37432,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 14:42:02','2026-03-02 14:42:02',NULL,NULL,NULL,'00f2ca86-17a2-4622-8add-6701e1fd0306'),
(37433,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-02 14:42:02','2026-03-02 14:42:02',NULL,NULL,NULL,'e3e0afd3-5c24-4b89-96f1-840dfb35670e'),
(37437,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 14:51:47','2026-03-02 14:51:47',NULL,NULL,NULL,'61b84f7b-1b1f-447c-99d2-8cb7fa7a5db1'),
(37439,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 15:23:00','2026-03-02 15:23:00',NULL,NULL,NULL,'c170d742-2502-4aa7-b002-abccab8f6ec7'),
(37441,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 15:46:06','2026-03-02 15:46:06',NULL,NULL,NULL,'173d0fe0-69a6-402d-98ea-cfd895bdeace'),
(37442,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-02 15:46:06','2026-03-02 15:46:06',NULL,NULL,NULL,'7cd0e85f-7e41-49e8-bf4f-2abe06ac00a3'),
(37443,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 16:11:11','2026-03-02 16:11:11',NULL,NULL,NULL,'2f4a9636-603a-4944-b749-715fcb158b8c'),
(37444,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 16:40:46','2026-03-02 16:40:46',NULL,NULL,NULL,'767a1a1c-fcac-43a0-96ef-ae61987af137'),
(37445,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 16:43:46','2026-03-02 16:43:46',NULL,NULL,NULL,'f6b3fb5d-5111-4a70-a685-56acc69f9c6e'),
(37447,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 17:17:06','2026-03-02 17:17:06',NULL,NULL,NULL,'4d59d9fb-237b-4cdc-bcf4-8d3d736fc73f'),
(37449,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 17:20:02','2026-03-02 17:20:02',NULL,NULL,NULL,'c62d0f36-149e-40fb-9de1-350f9571b581'),
(37455,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 17:31:12','2026-03-02 17:31:12',NULL,NULL,NULL,'e12c7403-7c69-41ab-9d08-a7ec8e25c950'),
(37462,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 17:45:11','2026-03-02 17:45:11',NULL,NULL,NULL,'5994ef0c-a2c7-482b-9562-10f061bd84de'),
(37505,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 18:27:48','2026-03-02 18:27:48',NULL,NULL,NULL,'6485e8c8-3278-42ef-854a-db1c06c74d30'),
(37508,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 18:33:06','2026-03-02 18:33:06',NULL,NULL,NULL,'6d3afd1e-b6a1-47b9-aef5-893cb68e3338'),
(37519,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-02 18:41:29','2026-03-02 18:41:29',NULL,NULL,NULL,'51a68bed-00d7-49e4-bdcf-1a0da207e308'),
(37567,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 20:43:56','2026-03-02 20:43:56',NULL,NULL,NULL,'697e33e4-603c-41bf-a62a-284b5003abd0'),
(37568,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-02 20:43:56','2026-03-02 20:43:56',NULL,NULL,NULL,'6f1d9841-6db9-4c1d-8770-3d296c1c2476'),
(37570,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 21:01:53','2026-03-02 21:01:53',NULL,NULL,NULL,'c7ccafeb-cf7f-43c8-b2ff-606dcaa5b27e'),
(37574,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 21:42:01','2026-03-02 21:42:01',NULL,NULL,NULL,'3640d442-fd0f-4fe9-9b47-e4953f61f42d'),
(37576,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 22:20:32','2026-03-02 22:20:32',NULL,NULL,NULL,'aa29945b-c736-4614-8583-4e0de77ccce5'),
(37577,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-02 22:20:32','2026-03-02 22:20:32',NULL,NULL,NULL,'33f57637-d0a9-4fe6-bcaa-0c8e3f93df08'),
(37581,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 22:30:30','2026-03-02 22:30:30',NULL,NULL,NULL,'f7bec5fb-5acc-40c4-8ebe-2ac59041dd76'),
(37585,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 23:45:03','2026-03-02 23:45:03',NULL,NULL,NULL,'74e8bca4-f921-4021-9716-cc114dc7a66a'),
(37587,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-02 23:58:19','2026-03-02 23:58:19',NULL,NULL,NULL,'530e9e5f-0ce6-445a-b206-0aaa0e21dd2b'),
(37594,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 00:53:42','2026-03-03 00:53:42',NULL,NULL,NULL,'779d2109-9309-4817-ab91-c3c89364a14c'),
(37596,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 01:24:00','2026-03-03 01:24:00',NULL,NULL,NULL,'189053bf-9458-4f18-a493-0a00b50e5385'),
(37597,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-03 01:24:00','2026-03-03 01:24:00',NULL,NULL,NULL,'c8f070bf-31f8-4a5b-a705-ad653fe0f7b1'),
(37761,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 10:17:17','2026-03-03 10:17:17',NULL,NULL,NULL,'a2a60b49-e8bd-401a-b9da-4d6efe8ba430'),
(37837,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 13:16:32','2026-03-03 13:16:32',NULL,NULL,NULL,'737a2ac3-d950-45bb-bc13-a87859c90dd2'),
(37846,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 13:28:08','2026-03-03 13:28:08',NULL,NULL,NULL,'8658cb5e-5bac-4411-8579-b7c781a8fe35'),
(37907,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 16:09:00','2026-03-03 16:09:00',NULL,NULL,NULL,'0f24ef39-1de6-4b42-8cf9-4f131368cdf1'),
(37911,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 16:19:03','2026-03-03 16:19:03',NULL,NULL,NULL,'d9baeeba-61e7-4aea-be49-607658fee25e'),
(37924,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 16:35:06','2026-03-03 16:35:06',NULL,NULL,NULL,'2cf969c3-10b1-41be-b344-9013eaa7cb41'),
(37925,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-03 16:35:06','2026-03-03 16:35:06',NULL,NULL,NULL,'e20e7eef-45ce-48f9-af4e-8cafb32dfd35'),
(37927,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 16:37:04','2026-03-03 16:37:04',NULL,NULL,NULL,'57053ee1-acce-4a18-9f6c-eeca29ee44aa'),
(37928,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-03 16:37:04','2026-03-03 16:37:04',NULL,NULL,NULL,'ef74101f-c62c-4626-b867-a087a9edf1a1'),
(37933,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 16:51:36','2026-03-03 16:51:36',NULL,NULL,NULL,'809d3bd4-806c-46e5-b10e-a09561508ae5'),
(37937,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 17:27:48','2026-03-03 17:27:48',NULL,NULL,NULL,'459a48d2-0b54-4d4a-85f1-76491dfa4d2d'),
(37943,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 18:13:51','2026-03-03 18:13:51',NULL,NULL,NULL,'975d76dc-2c74-4fac-9eb1-f73c4a6cc55e'),
(37945,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 18:29:04','2026-03-03 18:29:04',NULL,NULL,NULL,'4974556d-46ed-4a7d-abe1-3e48a3907fe5'),
(37951,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 18:46:53','2026-03-03 18:46:53',NULL,NULL,NULL,'af03578d-5da6-4e4d-a09a-9296ff4b4954'),
(37952,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 18:48:46','2026-03-03 18:48:46',NULL,NULL,NULL,'ab1bc94d-4d68-4d01-b12e-cab218b7357f'),
(37956,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 19:17:32','2026-03-03 19:17:32',NULL,NULL,NULL,'baa11a60-722f-41a5-a314-07fb87a372d2'),
(37957,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-03 19:17:32','2026-03-03 19:17:32',NULL,NULL,NULL,'b9ab9e27-536b-4242-b4fc-4ffcbe1d36b5'),
(37959,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 19:23:47','2026-03-03 19:23:47',NULL,NULL,NULL,'88decdc5-7a6b-499f-80f7-5d30cb6c9ca1'),
(37963,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 20:24:11','2026-03-03 20:24:11',NULL,NULL,NULL,'56a75298-5b0e-4b60-955e-a735819b570a'),
(37964,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-03 20:24:11','2026-03-03 20:24:11',NULL,NULL,NULL,'e65299cb-615b-43bb-8637-f608193848ae'),
(37968,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 20:58:57','2026-03-03 20:58:57',NULL,NULL,NULL,'e76d70e5-f88f-4a6e-9578-84702221724a'),
(37975,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 21:44:41','2026-03-03 21:44:41',NULL,NULL,NULL,'e5375d90-62ef-4369-a622-75b26ec57c10'),
(37977,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 22:28:29','2026-03-03 22:28:29',NULL,NULL,NULL,'946f6013-e8d5-439e-b384-b1b26ab9a990'),
(37981,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 23:01:55','2026-03-03 23:01:55',NULL,NULL,NULL,'04cd5055-aa83-4f8c-9595-0939cf2e3faa'),
(37982,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 23:20:07','2026-03-03 23:20:07',NULL,NULL,NULL,'57bbe804-356b-4ddc-9189-e0eae56172f8'),
(37983,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-03 23:20:07','2026-03-03 23:20:07',NULL,NULL,NULL,'4dc88521-7c7a-4aa2-804b-97f044f18339'),
(37986,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-03 23:45:51','2026-03-03 23:45:51',NULL,NULL,NULL,'85f93928-4ef3-45ca-8f37-2a423874afbb'),
(37989,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-03 23:46:25','2026-03-03 23:46:25',NULL,NULL,NULL,'ffcb5d97-2480-4167-a921-84e82b900883'),
(38000,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 01:35:54','2026-03-04 01:35:54',NULL,NULL,NULL,'ea87d888-3879-4d93-8aa1-e627c8ee6ea6'),
(38055,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 03:02:40','2026-03-04 03:02:40',NULL,NULL,NULL,'6ebcac12-acb3-432c-bcd8-8336bfa18e7a'),
(38064,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 03:31:06','2026-03-04 03:31:06',NULL,NULL,NULL,'b12eebaa-5183-4ff0-8620-f3544b7e0795'),
(38067,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 03:38:50','2026-03-04 03:38:50',NULL,NULL,NULL,'eda6d1d7-96a6-4594-864c-146a3c0a83bb'),
(38174,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 11:08:23','2026-03-04 11:08:23',NULL,NULL,NULL,'996871af-c8f5-42bd-9cd4-b8b071bb40c1'),
(38176,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 12:12:16','2026-03-04 12:12:16',NULL,NULL,NULL,'bec16059-a97e-4fe4-b67d-1e96de10ac49'),
(38177,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-04 12:12:16','2026-03-04 12:12:16',NULL,NULL,NULL,'ce822c72-4b0a-4cd4-a7c2-2d677190bf99'),
(38196,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 14:44:39','2026-03-04 14:44:39',NULL,NULL,NULL,'49bcd479-4710-44a4-983a-2fbc3dce8cb5'),
(38205,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:20','2026-03-04 14:57:20',NULL,NULL,NULL,'753c6687-dbb8-49d4-a755-d9323afc7696'),
(38206,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:21','2026-03-04 14:57:21',NULL,NULL,NULL,'4f473001-d805-448c-82a8-976a78a42b3b'),
(38207,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:21','2026-03-04 14:57:21',NULL,NULL,NULL,'f5a62805-8978-4ce9-afdd-cdc406d977ca'),
(38208,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:21','2026-03-04 14:57:21',NULL,NULL,NULL,'59f1bb31-5e81-474b-b52b-9fc304ccdd9b'),
(38209,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:21','2026-03-04 14:57:21',NULL,NULL,NULL,'8d01651b-2e58-472b-8dca-b93c301fb652'),
(38210,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:22','2026-03-04 14:57:22',NULL,NULL,NULL,'5f7d324c-11c1-457d-a4b2-423574d74b51'),
(38211,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:22','2026-03-04 14:57:22',NULL,NULL,NULL,'603621fc-5634-4893-8c7e-c9c27fdc0a42'),
(38212,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:22','2026-03-04 14:57:22',NULL,NULL,NULL,'d5a7f5e4-01f0-46e3-b6f9-4c9327bb5000'),
(38213,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:22','2026-03-04 14:57:22',NULL,NULL,NULL,'45292d66-9f3f-49d1-9e42-577add57c880'),
(38214,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:23','2026-03-04 14:57:23',NULL,NULL,NULL,'484769e2-42cd-4181-87db-6d24d067f73f'),
(38215,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:24','2026-03-04 14:57:24',NULL,NULL,NULL,'bb4f6059-ba1a-4e1e-a60a-9887ca4dde49'),
(38216,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:24','2026-03-04 14:57:24',NULL,NULL,NULL,'c4966d92-d202-4d62-ba84-acb697c5f163'),
(38217,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:24','2026-03-04 14:57:24',NULL,NULL,NULL,'f26242d9-c5b1-438f-91b7-61a8da927878'),
(38218,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:24','2026-03-04 14:57:24',NULL,NULL,NULL,'5b664e41-7b6e-439f-b03a-9f45e13b2eb0'),
(38219,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:24','2026-03-04 14:57:24',NULL,NULL,NULL,'f16ce860-4a20-46ff-964e-f5ed1ccbf873'),
(38220,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:25','2026-03-04 14:57:25',NULL,NULL,NULL,'6f77514b-38ae-41b2-8841-ff390b9940fc'),
(38221,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:25','2026-03-04 14:57:25',NULL,NULL,NULL,'b7b576c5-8968-432a-b4b6-cfbc1fecf72c'),
(38222,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:25','2026-03-04 14:57:25',NULL,NULL,NULL,'2b44fa65-c7a5-40ee-b779-8b2619154b32'),
(38223,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:25','2026-03-04 14:57:25',NULL,NULL,NULL,'cf2ff23a-c748-4250-b7e6-a68450aca5f4'),
(38224,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:26','2026-03-04 14:57:26',NULL,NULL,NULL,'dcdfd995-61f5-45cd-b6d8-3963b6c63d2a'),
(38225,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:26','2026-03-04 14:57:26',NULL,NULL,NULL,'ed6f28a4-f8f3-4497-a896-5d4051921071'),
(38226,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:26','2026-03-04 14:57:26',NULL,NULL,NULL,'81de64c9-320a-4c32-9b7f-71e72697e972'),
(38227,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:26','2026-03-04 14:57:26',NULL,NULL,NULL,'fbb0a327-8ee4-4380-bc5d-cea2f889831c'),
(38228,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:27','2026-03-04 14:57:27',NULL,NULL,NULL,'05256141-340a-44f3-a465-2e2bda677bfb'),
(38229,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:27','2026-03-04 14:57:27',NULL,NULL,NULL,'b6123e8b-4043-4500-93ca-32be177a4adf'),
(38230,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:27','2026-03-04 14:57:27',NULL,NULL,NULL,'ad4e21e7-9aff-44e7-ae23-ecd212f6eead'),
(38231,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:27','2026-03-04 14:57:27',NULL,NULL,NULL,'4fe69135-3c06-4389-a8f8-f0cd4b32229b'),
(38232,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:28','2026-03-04 14:57:28',NULL,NULL,NULL,'1860d488-1b95-4bbf-a859-731fc0847047'),
(38233,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:28','2026-03-04 14:57:28',NULL,NULL,NULL,'276aea5d-44ca-4983-b3a2-45670d42bb49'),
(38234,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:28','2026-03-04 14:57:28',NULL,NULL,NULL,'5dc513b4-d5fb-4230-8229-db0a3cb53cec'),
(38235,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:28','2026-03-04 14:57:28',NULL,NULL,NULL,'f634e210-1902-4273-bcab-809c8a458cc9'),
(38236,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:29','2026-03-04 14:57:29',NULL,NULL,NULL,'405bf2d3-f6d1-4265-a906-8d96ce8a5e88'),
(38237,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:29','2026-03-04 14:57:29',NULL,NULL,NULL,'873f8f08-313d-40c6-96c6-2907b1b6abfa'),
(38238,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:29','2026-03-04 14:57:29',NULL,NULL,NULL,'64cd472f-1d8b-45fc-910d-2b26a6b20435'),
(38239,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:29','2026-03-04 14:57:29',NULL,NULL,NULL,'84a8ed79-d1e4-4765-8a20-302793d68e73'),
(38240,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:30','2026-03-04 14:57:30',NULL,NULL,NULL,'9c4c3098-c421-4f6b-a730-fcef874c0307'),
(38241,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:30','2026-03-04 14:57:30',NULL,NULL,NULL,'99b4312b-8017-4f1f-b1d6-396e401e94ca'),
(38242,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:30','2026-03-04 14:57:30',NULL,NULL,NULL,'d657bb67-6bd2-44ee-92e2-228fd21921e7'),
(38243,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:30','2026-03-04 14:57:30',NULL,NULL,NULL,'7c327a8c-b87b-45b0-85f6-e24f14b5655a'),
(38244,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:31','2026-03-04 14:57:31',NULL,NULL,NULL,'75446091-aac5-4d34-907d-c8917df5c1ca'),
(38245,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:31','2026-03-04 14:57:31',NULL,NULL,NULL,'6e5d23b2-a9a7-46e9-8891-64547e259018'),
(38246,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:31','2026-03-04 14:57:31',NULL,NULL,NULL,'0441ae8c-151b-45fe-9865-62b708e4d3e4'),
(38247,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:32','2026-03-04 14:57:32',NULL,NULL,NULL,'0979ac30-bec4-4e5e-bc6b-2886202adf8e'),
(38248,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:32','2026-03-04 14:57:32',NULL,NULL,NULL,'ad3bc2b5-61f6-4637-a317-173ed57013d9'),
(38249,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:32','2026-03-04 14:57:32',NULL,NULL,NULL,'8730f2d1-01c9-47b7-9bad-613ee19e63af'),
(38250,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:32','2026-03-04 14:57:32',NULL,NULL,NULL,'26e01032-2180-4890-bcec-8f58f100a2cb'),
(38251,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:33','2026-03-04 14:57:33',NULL,NULL,NULL,'b4d2bce0-54f4-4d32-8398-2be9c24c7f65'),
(38252,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:33','2026-03-04 14:57:33',NULL,NULL,NULL,'2d56bcb7-77dc-4714-a400-899b0e247aa3'),
(38253,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:33','2026-03-04 14:57:33',NULL,NULL,NULL,'00492920-8099-4fb4-b17b-421c0934fcfe'),
(38254,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:33','2026-03-04 14:57:33',NULL,NULL,NULL,'d2772ef9-ce5f-4976-affe-77b661345809'),
(38255,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:34','2026-03-04 14:57:34',NULL,NULL,NULL,'1874b13e-9a20-4b37-8f09-c8ac2081b7d5'),
(38256,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:34','2026-03-04 14:57:34',NULL,NULL,NULL,'0ebac1b4-ef1c-4e79-bddd-4ceb394f2729'),
(38257,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:34','2026-03-04 14:57:34',NULL,NULL,NULL,'a3e03c26-4124-4c8c-93b3-c31377061554'),
(38258,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:35','2026-03-04 14:57:35',NULL,NULL,NULL,'69ddeed3-b8fb-4505-af51-affb7a18a582'),
(38259,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:35','2026-03-04 14:57:35',NULL,NULL,NULL,'4ea46a02-6e74-4ba1-893d-e492ab4eb279'),
(38260,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:35','2026-03-04 14:57:35',NULL,NULL,NULL,'e885a7df-6941-46be-9bc9-d90fd00b20d7'),
(38261,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:35','2026-03-04 14:57:35',NULL,NULL,NULL,'07b81c99-cc5a-4276-a4dd-336a778383f8'),
(38262,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:35','2026-03-04 14:57:35',NULL,NULL,NULL,'0e6bb4dc-d917-4158-8294-926fa268de5a'),
(38263,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:36','2026-03-04 14:57:36',NULL,NULL,NULL,'175c8c6b-7192-40e3-b948-ce3344afd69e'),
(38264,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:36','2026-03-04 14:57:36',NULL,NULL,NULL,'55c0fd36-5c01-4dc3-88f4-5e71d316e9f1'),
(38265,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:36','2026-03-04 14:57:36',NULL,NULL,NULL,'1beaed0d-4a89-435e-bddc-0f7e4d8f3cf4'),
(38266,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:36','2026-03-04 14:57:36',NULL,NULL,NULL,'e24b8769-2072-477f-9a1c-18fc8f254f10'),
(38267,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:37','2026-03-04 14:57:37',NULL,NULL,NULL,'1d140f09-b7e8-44a5-9269-93465caf36f5'),
(38268,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:37','2026-03-04 14:57:37',NULL,NULL,NULL,'699c5ef0-8c8e-4595-88c2-5150dc3715ce'),
(38269,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:37','2026-03-04 14:57:37',NULL,NULL,NULL,'0fdf468d-b04e-4cb2-bd4c-a34b322ad601'),
(38271,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:37','2026-03-04 14:57:37',NULL,NULL,NULL,'e61d2612-1c52-40f8-9ed1-eec678c83d84'),
(38272,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:38','2026-03-04 14:57:38',NULL,NULL,NULL,'c5e23c04-d9fc-4dab-8bb5-12f4755c91ed'),
(38273,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:38','2026-03-04 14:57:38',NULL,NULL,NULL,'c3533fe9-788c-456d-90d3-524da378cf37'),
(38274,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 14:57:38','2026-03-04 14:57:38',NULL,NULL,NULL,'e6b7aeb4-05a8-482b-8615-6dbbec94e047'),
(38277,957,NULL,6387,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:00:08','2026-03-04 15:00:08',NULL,NULL,NULL,'e6dbfa37-14de-4709-a841-abb862a2c9f6'),
(38279,1091,NULL,6388,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:00:23','2026-03-04 15:00:23',NULL,NULL,NULL,'3e4c8e12-44ec-4bdc-8bc1-fd0176e756a1'),
(38282,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 15:03:13','2026-03-04 15:03:13',NULL,NULL,NULL,'835bb1d5-2a1f-44fe-90e8-2b595032a37f'),
(38283,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-04 15:03:13','2026-03-04 15:03:13',NULL,NULL,NULL,'b8e05f02-031c-45a7-93cb-4d8b67e402ed'),
(38292,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 15:07:22','2026-03-04 15:07:22',NULL,NULL,NULL,'3c9e0819-d401-4843-912c-968679cd22ef'),
(38293,1413,NULL,6389,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:07:45','2026-03-04 15:07:45',NULL,NULL,NULL,'8997caa7-c4ce-431a-a96b-8ea957a2004b'),
(38294,1467,NULL,6390,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:08:05','2026-03-04 15:08:05',NULL,NULL,NULL,'86b0449d-d427-4f7a-85f9-da93643b9c98'),
(38295,957,NULL,6391,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:08:23','2026-03-04 15:08:23',NULL,NULL,NULL,'f3b2a7b1-66a6-4ca3-8ca5-9807e7566c6c'),
(38296,1091,NULL,6392,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:08:34','2026-03-04 15:08:34',NULL,NULL,NULL,'fc4f8f3a-13e9-4d0e-8616-42733147f4d5'),
(38298,1443,NULL,6393,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:08:57','2026-03-04 15:08:57',NULL,NULL,NULL,'de58d4f9-e3c4-41ea-afa2-24fe1ed72ffd'),
(38299,1249,NULL,6394,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:09:07','2026-03-04 15:09:07',NULL,NULL,NULL,'c1f54966-5713-4531-9c16-d7d0ba446e23'),
(38300,1041,NULL,6395,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:09:20','2026-03-04 15:09:20',NULL,NULL,NULL,'afb1d80b-99bb-4232-823b-289ba4deaae9'),
(38304,1215,NULL,6396,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:10:55','2026-03-04 15:10:55',NULL,NULL,NULL,'1d8c93dd-9c66-44ef-a949-73f47b2e2640'),
(38305,1117,NULL,6397,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:11:15','2026-03-04 15:11:15',NULL,NULL,NULL,'ddf76f3e-5c37-4677-ab5a-4f50cc83eca2'),
(38317,1045,NULL,6398,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:30:55','2026-03-04 15:30:55',NULL,NULL,NULL,'b9769b13-40f8-4fa9-9963-421c618b6187'),
(38318,1578,NULL,6399,2,'craft\\elements\\Entry',1,0,'2026-03-04 15:30:55','2026-03-04 15:30:55',NULL,NULL,NULL,'955670a5-b8f2-4551-a2fa-38392b1d8baa'),
(38321,1079,NULL,6400,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:31:37','2026-03-04 15:31:37',NULL,NULL,NULL,'438051e7-efcc-4d57-bef4-5f7879bad4e1'),
(38322,1607,NULL,6401,2,'craft\\elements\\Entry',1,0,'2026-03-04 15:31:37','2026-03-04 15:31:37',NULL,NULL,NULL,'cd4b2c05-16f8-46a9-91b7-4e63587927cb'),
(38325,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-03-04 15:32:02','2026-03-04 16:55:21',NULL,NULL,NULL,'f6a7a44c-176c-47ad-8c0f-6e43473f7742'),
(38326,1067,NULL,6402,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:32:02','2026-03-04 15:32:02',NULL,NULL,NULL,'8aa9f10a-2566-44ca-9d42-4c6a7a95b44b'),
(38327,38325,NULL,6403,2,'craft\\elements\\Entry',1,0,'2026-03-04 15:32:02','2026-03-04 15:32:02',NULL,NULL,NULL,'3c83dd29-3be4-4146-bec6-cba2e8da0895'),
(38332,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 15:34:15','2026-03-04 15:34:15',NULL,NULL,NULL,'7909f882-f5d7-4803-af45-05beeb8337af'),
(38344,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 15:52:04','2026-03-04 15:52:04',NULL,NULL,NULL,'9648d3a6-4ed9-495a-bd87-218f82d1d586'),
(38347,1371,NULL,6404,1,'craft\\elements\\Entry',1,0,'2026-03-04 15:53:54','2026-03-04 15:53:54',NULL,NULL,NULL,'36837df4-b21f-457e-8192-a3f25e9b083e'),
(38352,1371,NULL,6405,1,'craft\\elements\\Entry',1,0,'2026-03-04 16:00:28','2026-03-04 16:00:28',NULL,NULL,NULL,'4d57ef0a-f3c9-46b9-9980-a3ea90db364f'),
(38357,1371,NULL,6406,1,'craft\\elements\\Entry',1,0,'2026-03-04 16:06:17','2026-03-04 16:06:17',NULL,NULL,NULL,'e22c5b09-5eb1-4b9a-88fe-e7904bd5995e'),
(38358,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 16:06:36','2026-03-04 16:06:36',NULL,NULL,NULL,'22a0dd64-3f9d-4507-a32d-9eb148604524'),
(38359,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 16:09:36','2026-03-04 16:09:36',NULL,NULL,NULL,'7eb106fd-9f0b-48d4-a642-6f4eaf3b851c'),
(38361,1371,NULL,6407,1,'craft\\elements\\Entry',1,0,'2026-03-04 16:10:01','2026-03-04 16:10:01',NULL,NULL,NULL,'85f85b38-d25c-4adb-8330-75f9c04f021f'),
(38362,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 16:14:17','2026-03-04 16:14:17',NULL,NULL,NULL,'b1342166-6f2e-44b4-948d-0889c38edf4e'),
(38363,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-04 16:14:17','2026-03-04 16:14:17',NULL,NULL,NULL,'530edd9a-47c5-4add-a46d-dce9b1916b45'),
(38365,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 16:32:53','2026-03-04 16:32:53',NULL,NULL,NULL,'b9620bf6-0a72-4b5e-9d25-90b8700b0bd9'),
(38367,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 16:54:56','2026-03-04 16:54:56',NULL,NULL,NULL,'15ff3cc9-1c7f-4827-afbe-f9281e65580e'),
(38368,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 16:54:56','2026-03-04 16:54:56',NULL,NULL,NULL,'7007fe0f-9195-425d-b9ed-3650b1d797e4'),
(38369,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-03-04 16:55:06','2026-03-04 16:55:06',NULL,NULL,NULL,'d179633f-0c30-4ebd-a9cc-41d502df3579'),
(38372,1067,NULL,6408,1,'craft\\elements\\Entry',1,0,'2026-03-04 16:55:21','2026-03-04 16:55:21',NULL,NULL,NULL,'40ea44d3-b814-4329-9844-d0ecc38880ef'),
(38373,38325,NULL,6409,2,'craft\\elements\\Entry',1,0,'2026-03-04 16:55:21','2026-03-04 16:55:21',NULL,NULL,NULL,'dde2bd65-2ee5-49e0-8242-ba3da29fcbdd'),
(38374,1371,NULL,6410,1,'craft\\elements\\Entry',1,0,'2026-03-04 16:59:15','2026-03-04 16:59:15',NULL,NULL,NULL,'1c28c173-615f-41a7-801a-b0563c7f2679'),
(38399,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 18:13:02','2026-03-04 18:13:02',NULL,NULL,NULL,'a1e839e7-2161-410d-bf93-70525058946d'),
(38400,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-04 18:13:02','2026-03-04 18:13:02',NULL,NULL,NULL,'d11f9ff6-fa05-4574-b609-793c2d9939aa'),
(38439,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 18:41:28','2026-03-04 18:41:28',NULL,NULL,NULL,'c653681d-6af2-47ba-bbdc-5de4533bf932'),
(38446,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 18:49:23','2026-03-04 18:49:23',NULL,NULL,NULL,'e537911f-e7e1-413f-8666-dfa8da5e4a62'),
(38447,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 18:49:23','2026-03-04 18:49:23',NULL,NULL,NULL,'57b2b40b-2066-477e-8ba9-57227f7d91f6'),
(38450,1407,NULL,6411,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:57:10','2026-03-04 18:57:10',NULL,NULL,NULL,'105c7339-c706-491d-bf81-104df59d6512'),
(38451,2720,NULL,6412,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:57:39','2026-03-04 18:57:39',NULL,NULL,NULL,'0bfbc28f-6848-44d0-a99b-93c9c77a6d8e'),
(38452,1353,NULL,6413,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:57:49','2026-03-04 18:57:49',NULL,NULL,NULL,'f822323f-a0f6-42fd-9d6a-5ad11bfb8e8a'),
(38454,1359,NULL,6414,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:58:01','2026-03-04 18:58:01',NULL,NULL,NULL,'5afd9cb2-4e82-4650-8831-40b1fdd1e36e'),
(38455,1365,NULL,6415,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:58:14','2026-03-04 18:58:14',NULL,NULL,NULL,'f6137945-187a-4083-9343-227c6dc9ba73'),
(38456,2712,NULL,6416,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:58:26','2026-03-04 18:58:26',NULL,NULL,NULL,'e1b5c42b-c9ff-421b-973c-a76a6528f2c3'),
(38457,1371,NULL,6417,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:58:34','2026-03-04 18:58:34',NULL,NULL,NULL,'6cce3e9c-d30b-46a6-a38d-d52bb0ed0ab4'),
(38458,1377,NULL,6418,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:58:44','2026-03-04 18:58:44',NULL,NULL,NULL,'858556e6-c465-4178-a704-1ade80454f93'),
(38459,1383,NULL,6419,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:58:52','2026-03-04 18:58:52',NULL,NULL,NULL,'5455e037-9d67-494e-ae53-334fa5ac2156'),
(38460,1389,NULL,6420,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:59:02','2026-03-04 18:59:02',NULL,NULL,NULL,'7c346ccc-09f7-428c-bfd1-0ceed5052008'),
(38461,1407,NULL,6421,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:59:17','2026-03-04 18:59:17',NULL,NULL,NULL,'343caecb-e296-4468-97b4-e598b51d3678'),
(38462,1395,NULL,6422,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:59:29','2026-03-04 18:59:29',NULL,NULL,NULL,'ee31d56c-1adf-4983-a581-bfbf6ef4db9a'),
(38463,1401,NULL,6423,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:59:37','2026-03-04 18:59:37',NULL,NULL,NULL,'51883da9-d14f-4811-963b-650a95a1563b'),
(38464,1413,NULL,6424,1,'craft\\elements\\Entry',1,0,'2026-03-04 18:59:44','2026-03-04 18:59:44',NULL,NULL,NULL,'dab42195-ecac-4aa3-aff3-f7bcfd830c0d'),
(38472,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 19:40:38','2026-03-04 19:40:38',NULL,NULL,NULL,'54d4301d-418d-4242-ac8a-8061d8900c0a'),
(38473,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-04 19:41:47','2026-03-04 19:41:47',NULL,NULL,NULL,'62cf4ed8-f626-491f-b2ea-5a2c94c2372e'),
(38474,1255,NULL,6425,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:42:23','2026-03-04 19:42:23',NULL,NULL,NULL,'694d65ec-7fbe-4ddc-93aa-ee49e71f3413'),
(38475,2,NULL,6426,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:44:46','2026-03-04 19:44:46',NULL,NULL,NULL,'7ae56593-08db-453b-9abb-30475ef35b6a'),
(38476,1045,NULL,6427,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:45:25','2026-03-04 19:45:25',NULL,NULL,NULL,'7081c80f-aefd-4894-9a78-52787e892a27'),
(38477,1051,NULL,6428,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:47:57','2026-03-04 19:47:57',NULL,NULL,NULL,'d1cdf2b2-f9ed-4b11-a596-de6817910bae'),
(38478,1059,NULL,6429,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:48:20','2026-03-04 19:48:20',NULL,NULL,NULL,'c26f3b10-92d9-49e0-969c-7aca6222b396'),
(38479,1067,NULL,6430,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:49:31','2026-03-04 19:49:31',NULL,NULL,NULL,'9f69859c-a92d-445a-8100-04765152becb'),
(38480,1073,NULL,6431,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:49:58','2026-03-04 19:49:58',NULL,NULL,NULL,'cf1a1d07-29a9-498a-bf6b-045cdf9ed2f8'),
(38481,1079,NULL,6432,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:50:29','2026-03-04 19:50:29',NULL,NULL,NULL,'42b68691-1a14-47a4-b59d-1688219f13d6'),
(38482,1085,NULL,6433,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:50:53','2026-03-04 19:50:53',NULL,NULL,NULL,'630dd27c-16c9-4e1f-a3ad-34b7c49e0e43'),
(38483,1091,NULL,6434,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:51:22','2026-03-04 19:51:22',NULL,NULL,NULL,'a29c59d8-ee65-4f63-a489-c76c62eecefd'),
(38485,1091,NULL,6435,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:57:21','2026-03-04 19:57:21',NULL,NULL,NULL,'3b15a052-2e4d-4b79-8b3d-9cc27b8be9cf'),
(38487,1097,NULL,6436,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:58:20','2026-03-04 19:58:20',NULL,NULL,NULL,'a3dfb8f5-71ec-4d9e-8bf0-7308be244073'),
(38488,1103,NULL,6437,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:58:52','2026-03-04 19:58:53',NULL,NULL,NULL,'6417e185-544e-4cc4-b7ef-b33ef19f58b8'),
(38490,1109,NULL,6438,1,'craft\\elements\\Entry',1,0,'2026-03-04 19:59:32','2026-03-04 19:59:32',NULL,NULL,NULL,'b4bf6737-dd0f-45c6-9048-375c54cb3a76'),
(38492,1117,NULL,6439,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:00:35','2026-03-04 20:00:35',NULL,NULL,NULL,'509e36c2-a917-4977-a3df-9d051e1a05c8'),
(38493,1123,NULL,6440,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:02:01','2026-03-04 20:02:01',NULL,NULL,NULL,'647692e7-73c5-48e3-92ac-5a34fa81d2b2'),
(38494,1129,NULL,6441,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:02:27','2026-03-04 20:02:27',NULL,NULL,NULL,'85cff03f-b6f1-40c0-b120-b3195fb7124a'),
(38495,1135,NULL,6442,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:04:55','2026-03-04 20:04:55',NULL,NULL,NULL,'ce207229-a1d5-4da8-9977-d275d0f0f37b'),
(38497,1143,NULL,6443,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:05:15','2026-03-04 20:05:15',NULL,NULL,NULL,'6de7eeae-9e5f-4e75-8239-eb52b72b1b8b'),
(38498,1135,NULL,6444,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:07:05','2026-03-04 20:07:05',NULL,NULL,NULL,'90c8dd6c-381f-4892-979e-a2ab7bb57ee9'),
(38499,1419,NULL,6445,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:10:41','2026-03-04 20:10:41',NULL,NULL,NULL,'513791b2-a1a0-45ab-b227-d9663b652091'),
(38500,1437,NULL,6446,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:11:25','2026-03-04 20:11:25',NULL,NULL,NULL,'357cb01a-ad0c-4c17-8b68-e43f04268b22'),
(38501,1431,NULL,6447,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:12:44','2026-03-04 20:12:44',NULL,NULL,NULL,'948057f9-5320-45d2-9eef-9e5b8a93e35c'),
(38502,1443,NULL,6448,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:13:17','2026-03-04 20:13:17',NULL,NULL,NULL,'ac13edb4-70e0-4bb4-8795-2fcb27a8b67a'),
(38503,1455,NULL,6449,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:15:10','2026-03-04 20:15:10',NULL,NULL,NULL,'0d80ff85-7316-40c0-a7ae-37a1cead0196'),
(38504,1449,NULL,6450,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:16:18','2026-03-04 20:16:18',NULL,NULL,NULL,'960ca928-56e8-4847-acd3-61ea7aabef15'),
(38505,1461,NULL,6451,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:17:19','2026-03-04 20:17:19',NULL,NULL,NULL,'06d4cddd-5fc3-4f29-aac9-388d3180bc79'),
(38506,1467,NULL,6452,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:17:49','2026-03-04 20:17:49',NULL,NULL,NULL,'40a0f7c4-4683-4ac8-90e3-00adbfd20e85'),
(38507,1473,NULL,6453,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:20:38','2026-03-04 20:20:38',NULL,NULL,NULL,'3df3d7d7-dc51-420c-996a-76b32c009575'),
(38508,1477,NULL,6454,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:21:10','2026-03-04 20:21:10',NULL,NULL,NULL,'8d923155-eb56-43e9-b31f-a44a518974c1'),
(38509,1481,NULL,6455,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:21:54','2026-03-04 20:21:54',NULL,NULL,NULL,'280f3989-7ca7-46d6-a344-b5541edcbc04'),
(38510,1255,NULL,6456,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:22:32','2026-03-04 20:22:32',NULL,NULL,NULL,'9a839f37-fda9-4efc-9e21-20ff9793c2ce'),
(38513,1261,NULL,6457,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:42:43','2026-03-04 20:42:43',NULL,NULL,NULL,'3211045b-f5fd-4a39-9a71-3e47c43a2f7e'),
(38514,1283,NULL,6458,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:43:56','2026-03-04 20:43:56',NULL,NULL,NULL,'8567bc7d-930b-4725-803c-69d24f91a591'),
(38515,1297,NULL,6459,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:45:24','2026-03-04 20:45:24',NULL,NULL,NULL,'1b480b83-a179-45e2-89b0-6840e105d0f0'),
(38516,1303,NULL,6460,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:45:51','2026-03-04 20:45:51',NULL,NULL,NULL,'56400a48-59f5-4a42-b43e-1e3a45ab84ae'),
(38517,1309,NULL,6461,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:46:15','2026-03-04 20:46:15',NULL,NULL,NULL,'d45fedc9-c355-411d-84c6-4962dd3192fe'),
(38518,1315,NULL,6462,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:46:55','2026-03-04 20:46:55',NULL,NULL,NULL,'7b4b4508-3bac-49f3-a126-d3a623b9247e'),
(38519,1323,NULL,6463,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:47:24','2026-03-04 20:47:24',NULL,NULL,NULL,'eb2fad51-4c76-47c2-a66a-3f43614d9cb5'),
(38520,1337,NULL,6464,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:47:55','2026-03-04 20:47:55',NULL,NULL,NULL,'06fdfd65-2de5-400b-b61c-1ccfeb13465e'),
(38521,1343,NULL,6465,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:48:24','2026-03-04 20:48:24',NULL,NULL,NULL,'58a109de-6080-4767-9e8b-9c95db73e23d'),
(38522,1349,NULL,6466,1,'craft\\elements\\Entry',1,0,'2026-03-04 20:48:47','2026-03-04 20:48:47',NULL,NULL,NULL,'f2769a43-7f45-46cf-9de3-a0f2b472ad81'),
(38523,1135,NULL,6467,1,'craft\\elements\\Entry',1,0,'2026-03-04 21:05:25','2026-03-04 21:05:25',NULL,NULL,NULL,'44fe3898-13ef-48ab-93b2-299d7ab6f62b'),
(38525,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 21:21:46','2026-03-04 21:21:46',NULL,NULL,NULL,'64cb4199-bba4-49d5-b48a-f4f4a1b36891'),
(38526,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 21:31:26','2026-03-04 21:31:26',NULL,NULL,NULL,'316c4892-9d9f-4b2e-a8f4-36777cf3e239'),
(38529,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 21:44:15','2026-03-04 21:44:15',NULL,NULL,NULL,'21d3ad16-7aa5-46f8-acf7-ffdca698efee'),
(38537,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 23:04:43','2026-03-04 23:04:43',NULL,NULL,NULL,'bdff8036-9587-4cb8-a8fa-a2788c4c48f2'),
(38539,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-04 23:34:58','2026-03-04 23:34:58',NULL,NULL,NULL,'35c079fd-2b23-4be4-87d4-174dbe284e21'),
(38540,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-04 23:34:58','2026-03-04 23:34:58',NULL,NULL,NULL,'9d55e8f4-feff-455b-98e8-2fa9991e0fef'),
(38544,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 00:56:11','2026-03-05 00:56:11',NULL,NULL,NULL,'b38b6cc4-181e-45cd-819b-2d7841796546'),
(38546,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 01:02:30','2026-03-05 01:02:30',NULL,NULL,NULL,'379c169f-8563-439d-ab43-81b929f36379'),
(38548,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 01:18:37','2026-03-05 01:18:37',NULL,NULL,NULL,'236705a6-4d51-46ab-a366-7da59caa3b6e'),
(38549,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 01:18:37','2026-03-05 01:18:37',NULL,NULL,NULL,'716e8e77-4212-4462-96c4-5fdf59dd4c50'),
(38551,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 01:18:53','2026-03-05 01:18:53',NULL,NULL,NULL,'91aead1a-7bce-4ccc-a083-c190d9aa3e4a'),
(38552,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 01:21:28','2026-03-05 01:21:28',NULL,NULL,NULL,'6ace4354-1ea5-44b6-bb03-6854c15b3d1c'),
(38553,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 01:21:28','2026-03-05 01:21:28',NULL,NULL,NULL,'5071d2ac-551a-46ea-9dad-dd80cca880e3'),
(38555,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 01:21:41','2026-03-05 01:21:41',NULL,NULL,NULL,'e0ebdfba-79f3-4a16-80bd-f9ce80c0b45b'),
(38557,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 01:21:55','2026-03-05 01:21:55',NULL,NULL,NULL,'e5437d60-2bc2-4854-88f6-5cdeb33145a4'),
(38559,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 01:22:08','2026-03-05 01:22:08',NULL,NULL,NULL,'d4b11c14-a093-4281-b615-98b42ec15857'),
(38561,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 01:22:33','2026-03-05 01:22:33',NULL,NULL,NULL,'99aeb939-de22-41cc-a173-0bd506c756ed'),
(38563,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 01:22:50','2026-03-05 01:22:50',NULL,NULL,NULL,'69067604-692a-4ce3-ab1e-8490ba1b4151'),
(38565,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 01:23:11','2026-03-05 01:23:11',NULL,NULL,NULL,'3c77157d-9d24-4ca0-a056-aa0abec28789'),
(38567,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 01:24:32','2026-03-05 01:24:32',NULL,NULL,NULL,'f9eaecdc-2b14-41a6-9b5d-4a9b176bb23a'),
(38575,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 02:48:21','2026-03-05 02:48:21',NULL,NULL,NULL,'cf62dfa0-95ed-43a3-91c8-c605cde8e0a7'),
(38578,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 02:58:51','2026-03-05 02:58:51',NULL,NULL,NULL,'35efef8b-608b-4d9c-b9a5-6c703127574a'),
(38681,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 13:50:39','2026-03-05 13:50:39',NULL,NULL,NULL,'f76c4f2c-becf-4802-ade7-00f9228e7283'),
(38689,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:23','2026-03-05 15:02:23',NULL,NULL,NULL,'188c73dd-7140-4288-9204-953edef87e86'),
(38690,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:23','2026-03-05 15:02:23',NULL,NULL,NULL,'18849a04-960f-4644-aa81-3f60c5d6ceec'),
(38691,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:24','2026-03-05 15:02:24',NULL,NULL,NULL,'4809f303-3b17-4cf1-9756-47efb54e8249'),
(38692,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:24','2026-03-05 15:02:24',NULL,NULL,NULL,'bd9da0cc-a269-4a7e-b13c-23cff9fb5625'),
(38693,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:24','2026-03-05 15:02:24',NULL,NULL,NULL,'c4ded72c-b562-4a63-bbf2-3b4e2cbd8287'),
(38694,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:25','2026-03-05 15:02:25',NULL,NULL,NULL,'48633cc1-b274-4855-a60c-ee67c033d2f3'),
(38695,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:25','2026-03-05 15:02:25',NULL,NULL,NULL,'22a8b9ff-9650-4826-9de3-af95c0123e83'),
(38696,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:25','2026-03-05 15:02:25',NULL,NULL,NULL,'4297a813-e8d2-4893-a271-979b17662623'),
(38697,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:26','2026-03-05 15:02:26',NULL,NULL,NULL,'eb97be8e-967a-4ba3-a2fa-b7a11323eb48'),
(38698,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:26','2026-03-05 15:02:26',NULL,NULL,NULL,'cce68f79-0761-42c3-9e42-51f61307a896'),
(38699,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:26','2026-03-05 15:02:26',NULL,NULL,NULL,'3b20d7be-43bb-45b8-a088-d54c65d5f9fd'),
(38700,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:02:26','2026-03-05 15:02:26',NULL,NULL,NULL,'5cfeca23-67e1-4cda-b6f7-cf9a9ed5bd19'),
(38704,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 15:12:34','2026-03-05 15:12:34',NULL,NULL,NULL,'a7fd5282-9e7f-42d1-8802-fb068be6fa8e'),
(38705,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:12:59','2026-03-05 15:12:59',NULL,NULL,NULL,'74b49048-22ae-40a3-adb9-496dd8b9ac10'),
(38707,1407,NULL,6468,1,'craft\\elements\\Entry',1,0,'2026-03-05 15:26:51','2026-03-05 15:26:51',NULL,NULL,NULL,'5b7c04e5-cb87-41a0-b747-6d357e475b53'),
(38708,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 15:27:28','2026-03-05 15:27:28',NULL,NULL,NULL,'7546218e-c7d4-4ec9-b90c-ae1bd23b7d4f'),
(38709,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:30:20','2026-03-05 15:30:20',NULL,NULL,NULL,'9f327e68-d012-41ec-aa23-855710406465'),
(38711,1407,NULL,6469,1,'craft\\elements\\Entry',1,0,'2026-03-05 15:30:30','2026-03-05 15:30:30',NULL,NULL,NULL,'d33341a7-9de8-418e-b963-b94bda30bcca'),
(38712,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 15:30:55','2026-03-05 15:35:17',NULL,NULL,NULL,'858b200f-8166-44e8-ae07-b30e351543fb'),
(38714,1371,NULL,6470,1,'craft\\elements\\Entry',1,0,'2026-03-05 15:39:03','2026-03-05 15:39:03',NULL,NULL,NULL,'6890ba6b-3b77-4c6d-a115-a86625aab9a2'),
(38715,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 15:39:20','2026-03-05 15:39:20',NULL,NULL,NULL,'1ae7d5dd-7340-4743-b9eb-05b90f5de145'),
(38716,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:39:56','2026-03-05 15:39:56',NULL,NULL,NULL,'94aaf079-9e0c-448c-90d7-bbd4e8b6aa0a'),
(38718,2712,NULL,6471,1,'craft\\elements\\Entry',1,0,'2026-03-05 15:40:10','2026-03-05 15:40:10',NULL,NULL,NULL,'e665d423-f0b7-4663-8215-b9ef556813eb'),
(38719,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 15:40:33','2026-03-05 15:40:33',NULL,NULL,NULL,'b08b24ae-3bda-4a07-bf1a-ab32f6f55d71'),
(38720,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 15:40:40','2026-03-05 15:40:40',NULL,NULL,NULL,'fdff12fa-33c2-445f-94c1-8f6b2bf08a45'),
(38724,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 16:17:30','2026-03-05 16:17:30',NULL,NULL,NULL,'8e86d866-45eb-4f63-993a-1ccafd392880'),
(38727,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 16:47:29','2026-03-05 16:47:29',NULL,NULL,NULL,'2297e3ac-a478-443e-b262-30cc5d14ec69'),
(38730,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 17:38:36','2026-03-05 17:38:36',NULL,NULL,NULL,'12925c1e-db47-4191-baa1-0f959c2d686c'),
(38731,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 17:48:37','2026-03-05 17:48:37',NULL,NULL,NULL,'61f48850-1d4b-4fc0-ba96-ba46f1d16fa9'),
(38734,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 17:56:14','2026-03-05 17:56:14',NULL,NULL,NULL,'e8427ed6-5cbf-4e89-8c4a-664c35646fee'),
(38737,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 18:07:30','2026-03-05 18:07:30',NULL,NULL,NULL,'d13e2637-46d0-47d2-9108-d91a2d91856b'),
(38738,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 18:10:01','2026-03-05 18:10:01',NULL,NULL,NULL,'902c6bf6-f61f-40d3-b20b-4d310e70e700'),
(38739,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 18:14:24','2026-03-05 18:14:24',NULL,NULL,NULL,'ab47416f-efbe-4b21-9f14-a4b6ae05918c'),
(38740,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 18:14:24','2026-03-05 18:14:24',NULL,NULL,NULL,'c5995556-5add-4a23-9600-ca7f6475d037'),
(38741,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 18:14:25','2026-03-05 18:14:25',NULL,NULL,NULL,'7ff1eb58-a541-4563-8e1a-9249b8d45b96'),
(38742,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 18:14:25','2026-03-05 18:14:25',NULL,NULL,NULL,'15e3264b-56c0-4f95-aa9a-2d4df0a9f84a'),
(38743,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 18:14:25','2026-03-05 18:14:25',NULL,NULL,NULL,'577d9dfb-d090-4878-be72-56261c19efd9'),
(38745,1109,NULL,6472,1,'craft\\elements\\Entry',1,0,'2026-03-05 18:14:43','2026-03-05 18:14:43',NULL,NULL,NULL,'21e54a4b-3c0e-4c1d-81a0-5b88e14fc04f'),
(38746,1109,NULL,6473,1,'craft\\elements\\Entry',1,0,'2026-03-05 18:15:00','2026-03-05 18:15:00',NULL,NULL,NULL,'dabd15f9-a46a-4405-a064-9187877ac7e9'),
(38747,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 18:18:12','2026-03-05 18:18:12',NULL,NULL,NULL,'e6a48b2f-ae65-44e6-bafa-5985e607ccbe'),
(38749,1109,NULL,6474,1,'craft\\elements\\Entry',1,0,'2026-03-05 18:26:30','2026-03-05 18:26:30',NULL,NULL,NULL,'932090a2-406a-4953-a0bf-d7ea3e0f032b'),
(38750,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-05 18:26:34','2026-03-05 18:26:34',NULL,NULL,NULL,'826b1533-3b93-4298-9272-2480b0873335'),
(38758,1309,NULL,6475,1,'craft\\elements\\Entry',1,0,'2026-03-05 19:29:05','2026-03-05 19:29:05',NULL,NULL,NULL,'4e208dfd-e799-4509-8688-91650bd400ac'),
(38759,8853,NULL,6476,2,'craft\\elements\\Entry',1,0,'2026-03-05 19:29:05','2026-03-05 19:29:05',NULL,NULL,NULL,'32acc908-5e21-45de-be2b-350a83b5f52b'),
(38760,1455,NULL,6477,1,'craft\\elements\\Entry',1,0,'2026-03-05 19:40:54','2026-03-05 19:40:54',NULL,NULL,NULL,'1aad1e2c-52a2-47cc-88ef-968286dfe32a'),
(38764,1371,NULL,6478,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:01:28','2026-03-05 20:01:28',NULL,NULL,NULL,'b4eceb71-92a9-480b-8f02-f8c2647c9546'),
(38765,1165,NULL,6479,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:09:41','2026-03-05 20:09:41',NULL,NULL,NULL,'4f15c2d0-eabf-4c2d-aae7-20b367204798'),
(38766,1171,NULL,6480,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:10:55','2026-03-05 20:10:55',NULL,NULL,NULL,'a8d810ab-2062-4b34-94f7-117e9d0d8bc2'),
(38767,1177,NULL,6481,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:11:26','2026-03-05 20:11:26',NULL,NULL,NULL,'e2e477af-5731-4ee8-b582-7e8aa8d76be4'),
(38768,1161,NULL,6482,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:11:54','2026-03-05 20:11:54',NULL,NULL,NULL,'056838c9-b21b-4a5d-b496-19c028539529'),
(38769,1191,NULL,6483,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:12:14','2026-03-05 20:12:14',NULL,NULL,NULL,'ea222b7a-6a9b-48a1-b2ab-ab258b64df64'),
(38770,1197,NULL,6484,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:12:43','2026-03-05 20:12:43',NULL,NULL,NULL,'598f3e13-dbe3-438e-8a60-eb2426919394'),
(38771,1201,NULL,6485,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:13:08','2026-03-05 20:13:08',NULL,NULL,NULL,'5e5557bb-99ea-4169-af8c-877bf7e64902'),
(38772,1209,NULL,6486,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:13:41','2026-03-05 20:13:41',NULL,NULL,NULL,'626bbc20-7321-499f-aaa0-1a6c62b47cfb'),
(38773,1215,NULL,6487,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:14:08','2026-03-05 20:14:08',NULL,NULL,NULL,'bcb43d9c-02db-41bc-8f33-9b0004426119'),
(38774,1219,NULL,6488,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:14:50','2026-03-05 20:14:50',NULL,NULL,NULL,'97c58889-b28d-48fc-b162-948be4687fe3'),
(38775,1225,NULL,6489,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:15:25','2026-03-05 20:15:25',NULL,NULL,NULL,'32e99e14-28e5-4c44-af8c-ef56bbba07c0'),
(38776,1231,NULL,6490,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:15:54','2026-03-05 20:15:54',NULL,NULL,NULL,'633fe8ad-332c-4b88-be74-0be17d1c63ed'),
(38777,1237,NULL,6491,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:16:17','2026-03-05 20:16:17',NULL,NULL,NULL,'91cdebfc-939a-464a-a0f9-509cc72bba61'),
(38778,1249,NULL,6492,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:16:45','2026-03-05 20:16:45',NULL,NULL,NULL,'3737940a-e599-45f7-b62c-109ac710d233'),
(38779,2,NULL,6493,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:23:29','2026-03-05 20:23:29',NULL,NULL,NULL,'a2f897ee-c4cb-4a58-a5d9-de09c63d7e93'),
(38780,945,NULL,6494,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:24:04','2026-03-05 20:24:04',NULL,NULL,NULL,'181967c5-5cfd-434d-84be-22414aba5fd6'),
(38781,951,NULL,6495,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:24:37','2026-03-05 20:24:37',NULL,NULL,NULL,'1854055c-fe89-42d1-81a7-d49c129838e4'),
(38783,957,NULL,6496,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:25:07','2026-03-05 20:25:08',NULL,NULL,NULL,'11021715-9053-482c-8622-ecd80edd2d6b'),
(38784,963,NULL,6497,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:25:31','2026-03-05 20:25:31',NULL,NULL,NULL,'3a12570f-ba82-4cbe-869e-5258d4c81810'),
(38785,969,NULL,6498,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:25:53','2026-03-05 20:25:53',NULL,NULL,NULL,'6772c9aa-df09-443e-91d1-164464b4c5be'),
(38786,975,NULL,6499,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:26:26','2026-03-05 20:26:26',NULL,NULL,NULL,'dda2bf62-0795-4b56-9f75-0174f165150d'),
(38787,981,NULL,6500,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:26:59','2026-03-05 20:26:59',NULL,NULL,NULL,'9da4c1df-ac91-4795-b5cd-a4a29e453e0e'),
(38788,989,NULL,6501,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:27:23','2026-03-05 20:27:23',NULL,NULL,NULL,'9d484078-5743-468a-9b8b-4459947f5326'),
(38789,995,NULL,6502,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:27:47','2026-03-05 20:27:47',NULL,NULL,NULL,'b4e0b5a6-8ae1-4d55-954d-1bf3ca4f820a'),
(38790,999,NULL,6503,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:28:14','2026-03-05 20:28:14',NULL,NULL,NULL,'d73b64b6-c06b-4370-ae61-6a0fc376c19f'),
(38792,1005,NULL,6504,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:28:44','2026-03-05 20:28:44',NULL,NULL,NULL,'9b8d259b-f799-463c-86aa-b4efabe5634d'),
(38793,1011,NULL,6505,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:29:28','2026-03-05 20:29:28',NULL,NULL,NULL,'9ed98fcb-d097-46cb-8bfb-f9bae48c19f9'),
(38794,1017,NULL,6506,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:29:51','2026-03-05 20:29:51',NULL,NULL,NULL,'1273a119-620a-4002-b58e-0bd8874a3dca'),
(38795,1023,NULL,6507,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:30:18','2026-03-05 20:30:18',NULL,NULL,NULL,'cddab77e-18c3-4150-8237-74506d09c288'),
(38796,1035,NULL,6508,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:30:42','2026-03-05 20:30:42',NULL,NULL,NULL,'becfaf05-dba0-402c-9499-c51caf73700c'),
(38797,1041,NULL,6509,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:31:08','2026-03-05 20:31:08',NULL,NULL,NULL,'85ad1c4c-7256-4f9c-a4bb-3f2b74a6bf40'),
(38798,2720,NULL,6510,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:41:47','2026-03-05 20:41:47',NULL,NULL,NULL,'d8c9b451-aedd-415b-b58d-41382c78022e'),
(38800,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-03-05 20:42:03','2026-03-05 20:42:03',NULL,NULL,NULL,'d4a2b478-aac1-4097-9c32-1a61ca82ba09'),
(38801,1353,NULL,6511,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:42:05','2026-03-05 20:42:05',NULL,NULL,NULL,'5119a17f-2fc0-46ed-a8d2-29fcc8fccef4'),
(38802,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-03-05 20:42:19','2026-03-05 20:42:19',NULL,NULL,NULL,'d3154615-e8c4-4cee-ad46-548a5644f7c6'),
(38804,1413,NULL,6512,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:42:36','2026-03-05 20:42:36',NULL,NULL,NULL,'c55610ff-70ff-40b3-8182-78ad5bf8718b'),
(38805,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-03-05 20:43:06','2026-03-05 20:43:06',NULL,NULL,NULL,'517f99d0-6735-4d69-9793-8e83e9f5c010'),
(38807,1365,NULL,6513,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:43:08','2026-03-05 20:43:08',NULL,NULL,NULL,'21cbccc0-164b-4e6f-b4c7-1da97a99358b'),
(38808,2712,NULL,6514,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:43:40','2026-03-05 20:43:40',NULL,NULL,NULL,'93cbe6fa-2c19-42d9-81a8-b8631a7d2840'),
(38809,1371,NULL,6515,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:44:08','2026-03-05 20:44:08',NULL,NULL,NULL,'c08476c1-d5a2-433f-84e2-020a49305766'),
(38810,1377,NULL,6516,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:44:38','2026-03-05 20:44:38',NULL,NULL,NULL,'1d07c743-f5c1-4bf1-8be0-a684e942c368'),
(38811,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-03-05 20:44:53','2026-03-05 20:44:53',NULL,NULL,NULL,'e2ca9a95-169f-4dbe-a10e-02688673c025'),
(38813,1383,NULL,6517,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:44:56','2026-03-05 20:44:56',NULL,NULL,NULL,'f86f3710-55b7-418f-ac40-3465e9bd2016'),
(38814,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-03-05 20:45:27','2026-03-05 20:45:27',NULL,NULL,NULL,'177d18d8-cfd6-4e7a-8fa0-d2e43b327781'),
(38816,1389,NULL,6518,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:45:29','2026-03-05 20:45:30',NULL,NULL,NULL,'67f11a72-2389-4416-b7db-5962d243dfdc'),
(38817,1407,NULL,6519,1,'craft\\elements\\Entry',1,0,'2026-03-05 20:45:52','2026-03-05 20:45:52',NULL,NULL,NULL,'366e832f-93da-4aaa-b15c-42a5ea38bfa8'),
(38818,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-05 20:52:23','2026-03-05 20:52:23',NULL,NULL,NULL,'730a8d39-2b86-4727-ac3f-07a23b8545b0'),
(38819,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-05 20:52:23','2026-03-05 20:52:23',NULL,NULL,NULL,'8f1cf47e-06e5-44ab-825c-14843700c41a'),
(38854,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 00:44:44','2026-03-06 00:44:44',NULL,NULL,NULL,'092a3cf3-3c2c-40c0-8145-3fd1cfea31d9'),
(38855,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 00:45:19','2026-03-06 00:45:19',NULL,NULL,NULL,'0a2226d6-d981-41f1-a978-d8ff78d74e26'),
(38888,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 04:12:17','2026-03-06 04:12:17',NULL,NULL,NULL,'d75d74a8-6711-4ec3-9bba-08581387c9cf'),
(38889,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-06 04:12:17','2026-03-06 04:12:17',NULL,NULL,NULL,'d50d4d77-0be0-46ab-9a06-0508d9f2ef80'),
(39017,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 09:59:09','2026-03-06 09:59:09',NULL,NULL,NULL,'1a2568c5-4091-404a-a874-7b74e0f958c0'),
(39018,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-06 09:59:09','2026-03-06 09:59:09',NULL,NULL,NULL,'f742422a-eaea-4cc2-929d-e0864e0ad17c'),
(39028,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 10:24:38','2026-03-06 10:24:38',NULL,NULL,NULL,'638d2365-1d4b-415a-94e3-0a59d9445c6e'),
(39091,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 13:48:54','2026-03-06 13:48:54',NULL,NULL,NULL,'ed9d5694-2a6d-4952-882f-e9f9d64dd26d'),
(39116,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 14:53:16','2026-03-06 14:53:16',NULL,NULL,NULL,'82f534b3-fabe-49ed-9f0d-61fe221000e9'),
(39117,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-06 14:53:16','2026-03-06 14:53:16',NULL,NULL,NULL,'2f589541-20ce-48e1-9d96-db54e7faba93'),
(39150,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 15:43:56','2026-03-06 15:43:56',NULL,NULL,NULL,'adfd00dd-90d7-4ddf-9904-07e0c91e6046'),
(39172,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 16:15:22','2026-03-06 16:15:22',NULL,NULL,NULL,'dbb873d0-b67f-4650-9060-0c1b778d359c'),
(39184,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 16:52:38','2026-03-06 16:52:38',NULL,NULL,NULL,'6b2e75a6-6c73-4463-8577-49492c6367e4'),
(39190,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 18:00:22','2026-03-06 18:00:22',NULL,NULL,NULL,'ddfb5712-693e-47db-87e6-08169a507cb2'),
(39192,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 18:22:54','2026-03-06 18:22:54',NULL,NULL,NULL,'3f057958-b7f6-4860-b268-445e5ce17e87'),
(39193,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-06 18:22:54','2026-03-06 18:22:54',NULL,NULL,NULL,'3bce03c9-2725-4a5c-9fe0-c6ab95e57ca8'),
(39194,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:41','2026-03-06 18:39:41',NULL,NULL,NULL,'cd4af37f-396f-4da0-81d6-7214d27b4115'),
(39195,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:41','2026-03-06 18:39:41',NULL,NULL,NULL,'b1b91435-57c7-4a69-a13b-830fe7912aa9'),
(39196,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:42','2026-03-06 18:39:42',NULL,NULL,NULL,'e61e3a27-f5e7-414a-8150-8a6d586873dd'),
(39197,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:42','2026-03-06 18:39:42',NULL,NULL,NULL,'9b92ebbb-3e30-4620-b7ef-fb73e31e21dc'),
(39198,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:42','2026-03-06 18:39:42',NULL,NULL,NULL,'126741fa-b056-4cf2-8bee-4c05afdb181d'),
(39199,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:43','2026-03-06 18:39:43',NULL,NULL,NULL,'9c37c476-45b6-43be-89a5-0361be1a67da'),
(39200,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:43','2026-03-06 18:39:43',NULL,NULL,NULL,'4952b9d1-1913-4937-a284-a42d63385d2a'),
(39201,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:43','2026-03-06 18:39:43',NULL,NULL,NULL,'09b3bbb7-db48-4950-887d-0e4ba42e8483'),
(39202,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:43','2026-03-06 18:39:43',NULL,NULL,NULL,'7f3d6fb5-b36f-4c79-99a1-51cb233ecd8f'),
(39203,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:44','2026-03-06 18:39:44',NULL,NULL,NULL,'a814e288-33f3-4f78-aa9b-8e1612d28941'),
(39204,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:44','2026-03-06 18:39:44',NULL,NULL,NULL,'6d8d0271-ef15-427c-8aa1-07d67f0cf791'),
(39205,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:44','2026-03-06 18:39:44',NULL,NULL,NULL,'9e434126-28f8-48e1-a28e-da2c7c1ecd23'),
(39206,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 18:39:44','2026-03-06 18:39:44',NULL,NULL,NULL,'556e4490-196d-44d4-b508-12de89f95d3e'),
(39209,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 18:50:48','2026-03-06 18:50:48',NULL,NULL,NULL,'6e951fc3-465e-46fa-aba5-5da2dcd95e81'),
(39210,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 18:51:26','2026-03-06 18:51:26',NULL,NULL,NULL,'7c82593e-4fcb-4367-bfc8-774a30a2367c'),
(39211,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 19:17:02','2026-03-06 19:17:02',NULL,NULL,NULL,'39e96d18-1d33-4e26-babf-95d764ac4029'),
(39212,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-06 19:17:02','2026-03-06 19:17:02',NULL,NULL,NULL,'37fc1d5f-62ef-4545-a785-1e82c53d4dac'),
(39213,981,NULL,6520,1,'craft\\elements\\Entry',1,0,'2026-03-06 19:18:00','2026-03-06 19:18:00',NULL,NULL,NULL,'38e5850e-66a9-4965-a9fe-27c8caa1415e'),
(39223,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 20:51:57','2026-03-06 20:51:57',NULL,NULL,NULL,'5e6b4afd-8c46-47bf-8366-07ffa78ba9ef'),
(39226,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 21:46:15','2026-03-06 21:46:15',NULL,NULL,NULL,'15eb359a-f6b6-4f2d-a5f8-e4fdc7fe11ab'),
(39227,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-06 21:46:15','2026-03-06 21:46:15',NULL,NULL,NULL,'f66e0774-e50a-4baf-8988-75f473fa649c'),
(39234,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-06 23:08:19','2026-03-06 23:08:19',NULL,NULL,NULL,'154c10a6-5168-421b-b7f3-9b7b299390a2'),
(39252,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 01:57:13','2026-03-07 01:57:13',NULL,NULL,NULL,'94739596-3225-4791-9fe6-39a2e7300441'),
(39257,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 02:51:15','2026-03-07 02:51:15',NULL,NULL,NULL,'0faed84c-e4a0-40cf-9d25-bde8fd56132c'),
(39258,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-07 02:51:15','2026-03-07 02:51:15',NULL,NULL,NULL,'9822e5e4-a607-40ab-ba10-0208512a5a55'),
(39266,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 04:54:00','2026-03-07 04:54:00',NULL,NULL,NULL,'5626ca42-b777-4e38-bdc7-78aaf6a69d9a'),
(39267,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 04:55:20','2026-03-07 04:55:20',NULL,NULL,NULL,'4bd686bc-f882-4857-ba46-08fce92160f2'),
(39432,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 11:33:40','2026-03-07 11:33:40',NULL,NULL,NULL,'391c6f9e-509c-4a1c-afdc-b66d287d47cf'),
(39433,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-07 11:33:40','2026-03-07 11:33:40',NULL,NULL,NULL,'b96d7108-44a9-4a8f-a84e-ba447775c3df'),
(39452,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 14:20:52','2026-03-07 14:20:52',NULL,NULL,NULL,'b470b871-3bab-4476-b5ec-b7d2c4c58dcf'),
(39532,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 16:52:39','2026-03-07 16:52:39',NULL,NULL,NULL,'bc49d68a-ce71-414f-b877-6afec111bc59'),
(39562,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 19:42:41','2026-03-07 19:42:41',NULL,NULL,NULL,'cd815247-04bf-4411-9557-8c007c0321a8'),
(39564,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 19:54:22','2026-03-07 19:54:22',NULL,NULL,NULL,'ff369cf4-0ec0-4967-b592-876ee8d1eb95'),
(39568,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-07 19:57:54','2026-03-07 19:57:54',NULL,NULL,NULL,'2afabdc1-722f-4311-8563-c3edbcdd1de9'),
(39613,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 20:42:12','2026-03-07 20:42:12',NULL,NULL,NULL,'a300a480-91c5-425e-aba3-c4f1f62a1482'),
(39665,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-07 23:33:24','2026-03-07 23:33:24',NULL,NULL,NULL,'17f5f6dc-1ace-4cf8-928d-2f8feb8cd2d0'),
(39691,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 02:52:01','2026-03-08 02:52:01',NULL,NULL,NULL,'f893fee7-f4fb-43d6-9a56-b4a9708ef05f'),
(39692,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-08 02:52:01','2026-03-08 02:52:01',NULL,NULL,NULL,'fc51c65f-1c03-4635-a369-cc1f657500e5'),
(39722,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 04:16:13','2026-03-08 04:16:13',NULL,NULL,NULL,'b9fedfee-5394-4d96-9aae-52010efc4e8a'),
(39723,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-08 04:16:13','2026-03-08 04:16:13',NULL,NULL,NULL,'996595d5-99ab-4c76-aadf-ab42970c27e3'),
(39875,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 11:05:22','2026-03-08 11:05:22',NULL,NULL,NULL,'ba3457fb-3e35-41bc-a0f5-e8acd5d6f916'),
(39876,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-08 11:05:22','2026-03-08 11:05:22',NULL,NULL,NULL,'b95ee0f5-f5d4-48fc-aa5c-282d4358bacf'),
(39878,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 11:13:19','2026-03-08 11:13:19',NULL,NULL,NULL,'4f459d6a-0380-467d-a296-06370b7092f4'),
(39879,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-08 11:13:19','2026-03-08 11:13:19',NULL,NULL,NULL,'67053a6d-9411-455c-9539-ffa61c823626'),
(39934,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 13:10:02','2026-03-08 13:10:02',NULL,NULL,NULL,'ec86366a-b107-48e7-93ba-188e20591f54'),
(39941,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 14:48:14','2026-03-08 14:48:14',NULL,NULL,NULL,'09e8f6ef-e53a-49d3-87ef-d770465093fc'),
(39944,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 16:00:46','2026-03-08 16:00:46',NULL,NULL,NULL,'fdbb47e0-f579-4d26-a054-fb2b6113600e'),
(39945,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-08 16:00:46','2026-03-08 16:00:46',NULL,NULL,NULL,'71bf9031-918a-4f9c-a9bf-9fa1f4a4df96'),
(39959,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 17:27:36','2026-03-08 17:27:36',NULL,NULL,NULL,'c7a393f7-be0b-4228-a991-613022b76b95'),
(40007,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 18:24:38','2026-03-08 18:24:38',NULL,NULL,NULL,'cea3cb62-814f-43ad-8fa7-06eb6558de94'),
(40029,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 19:57:56','2026-03-08 19:57:56',NULL,NULL,NULL,'3a9c72d5-3e02-4ec6-8e09-1e3d22da04cf'),
(40046,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-08 23:05:45','2026-03-08 23:05:45',NULL,NULL,NULL,'09da2b5b-d97a-4793-8ab6-fbb44198f97c'),
(40047,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-08 23:05:45','2026-03-08 23:05:45',NULL,NULL,NULL,'93768f14-fdbc-4ac2-a853-ad6af69debbe'),
(40058,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 01:19:46','2026-03-09 01:19:46',NULL,NULL,NULL,'48d6802f-93fc-43b5-899d-c0cc72d03e10'),
(40059,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 01:19:46','2026-03-09 01:19:46',NULL,NULL,NULL,'f61b2441-4061-4526-ab11-7afbac8bfc8a'),
(40094,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 04:17:12','2026-03-09 04:17:12',NULL,NULL,NULL,'f96f85aa-174b-4a6a-8e68-a1e5a17c4362'),
(40105,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 04:23:57','2026-03-09 04:23:57',NULL,NULL,NULL,'b73b7611-44cd-4b6d-9787-d53a7359d225'),
(40106,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 04:23:57','2026-03-09 04:23:57',NULL,NULL,NULL,'9f67e502-23fd-45f6-91c6-42a38259dc96'),
(40161,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 06:07:27','2026-03-09 06:07:27',NULL,NULL,NULL,'132e75a5-0024-449a-b7f4-66fd648714a9'),
(40247,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:23','2026-03-09 13:38:23',NULL,NULL,NULL,'dcf828c4-c859-48f0-b91c-4dd6e9176e10'),
(40248,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:24','2026-03-09 13:38:24',NULL,NULL,NULL,'c2559612-4b1c-4c5f-9360-2372b5185ca3'),
(40249,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:24','2026-03-09 13:38:24',NULL,NULL,NULL,'d98186b6-d404-4e03-9eda-bf7071619ead'),
(40250,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:24','2026-03-09 13:38:24',NULL,NULL,NULL,'2f7cb166-dfd5-46c3-9137-9ec2e29ddad2'),
(40251,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:25','2026-03-09 13:38:25',NULL,NULL,NULL,'4b95cd66-fa57-4c5a-a7c1-cf2fbe71a460'),
(40252,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:25','2026-03-09 13:38:25',NULL,NULL,NULL,'bc0d193c-cdeb-4a9c-95c8-b6d3e0a6c183'),
(40253,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:25','2026-03-09 13:38:25',NULL,NULL,NULL,'51d16bf0-35a8-489b-80b0-9f6977fd6a10'),
(40254,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:25','2026-03-09 13:38:25',NULL,NULL,NULL,'9b61e80b-659d-4b03-b12b-c286b4bebf78'),
(40255,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:26','2026-03-09 13:38:26',NULL,NULL,NULL,'454ac296-68bf-439d-8a65-a7d1d572c2e5'),
(40256,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:26','2026-03-09 13:38:26',NULL,NULL,NULL,'31e36482-f248-487b-866f-f8fb352acc99'),
(40257,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:26','2026-03-09 13:38:26',NULL,NULL,NULL,'b27db97f-7ad7-4b44-acb8-a297c9ab35f6'),
(40258,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:27','2026-03-09 13:38:27',NULL,NULL,NULL,'ee791504-41c7-4562-954a-5310f0731183'),
(40259,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:27','2026-03-09 13:38:27',NULL,NULL,NULL,'44d33b6b-152d-45d3-89c6-cf7de73f42fe'),
(40260,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:27','2026-03-09 13:38:27',NULL,NULL,NULL,'1c863d11-71ba-4e3b-bac1-fe8e60e6d02a'),
(40261,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:27','2026-03-09 13:38:27',NULL,NULL,NULL,'e76ffee8-efe8-42da-92f5-4ad5d526334a'),
(40263,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:28','2026-03-09 13:38:28',NULL,NULL,NULL,'7667ad88-090f-431e-a8ca-c1c3b99845df'),
(40264,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:28','2026-03-09 13:38:28',NULL,NULL,NULL,'66f0944a-b8a4-4b4d-ae53-5139d3a78be6'),
(40265,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:28','2026-03-09 13:38:28',NULL,NULL,NULL,'0e397375-702d-4e25-8acd-298bdefc9c26'),
(40266,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:29','2026-03-09 13:38:29',NULL,NULL,NULL,'73ae1104-7199-4359-b656-8e04ca2e6a08'),
(40267,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:29','2026-03-09 13:38:29',NULL,NULL,NULL,'11e2d5ab-7c47-48b0-8c11-0976668ce6f5'),
(40268,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:29','2026-03-09 13:38:29',NULL,NULL,NULL,'1c05f81f-6e88-46d6-894f-7c17e9b95995'),
(40269,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:30','2026-03-09 13:38:30',NULL,NULL,NULL,'f9191fc7-37b7-44f6-8a5d-b69b88b29853'),
(40270,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:30','2026-03-09 13:38:30',NULL,NULL,NULL,'34b4ea9f-0050-4fc9-ad81-66aa2421677f'),
(40271,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:30','2026-03-09 13:38:30',NULL,NULL,NULL,'9c996bd3-ee90-452e-bac9-d0639e4f6213'),
(40272,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:30','2026-03-09 13:38:30',NULL,NULL,NULL,'f7a1d27d-3138-4411-acce-24878f530835'),
(40273,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:31','2026-03-09 13:38:31',NULL,NULL,NULL,'53575597-2120-42ba-9e36-76ae5cb9166e'),
(40274,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:31','2026-03-09 13:38:31',NULL,NULL,NULL,'2624855c-35a9-44f2-8050-4124df146bb8'),
(40275,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:31','2026-03-09 13:38:31',NULL,NULL,NULL,'5ce0d6b1-565a-49b2-99d8-4715b5326ca0'),
(40276,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 13:38:32','2026-03-09 13:38:32',NULL,NULL,NULL,'8f099c0a-bff2-435e-b266-b775f0c059c4'),
(40279,1051,NULL,6521,1,'craft\\elements\\Entry',1,0,'2026-03-09 13:38:56','2026-03-09 13:38:56',NULL,NULL,NULL,'4e3efa3b-10bb-4f79-8c29-a91f41e7abf9'),
(40280,1583,NULL,6522,2,'craft\\elements\\Entry',1,0,'2026-03-09 13:38:56','2026-03-09 13:38:56',NULL,NULL,NULL,'73f90425-c7f6-4649-8fa8-bd588f694270'),
(40281,1051,NULL,6523,1,'craft\\elements\\Entry',1,0,'2026-03-09 13:40:13','2026-03-09 13:40:13',NULL,NULL,NULL,'c539fe32-2663-4e0a-8704-e258276a09fe'),
(40306,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 14:01:43','2026-03-09 14:01:43',NULL,NULL,NULL,'36bc49f8-56d5-4201-98b6-a23691e7f9fb'),
(40313,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 14:09:30','2026-03-09 14:09:30',NULL,NULL,NULL,'43e49d58-bb14-4fcf-9cfe-cc1d1c51a55d'),
(40323,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 14:26:29','2026-03-09 14:26:29',NULL,NULL,NULL,'42341e88-cee8-49b5-b401-96a65ea60c75'),
(40324,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 14:26:29','2026-03-09 14:26:29',NULL,NULL,NULL,'006d6fc8-02ef-4133-839d-7e6e8fe45075'),
(40343,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 14:55:37','2026-03-09 14:55:37',NULL,NULL,NULL,'c52f2b53-3492-4bd5-9528-7f3d25a7d442'),
(40346,1109,NULL,6524,1,'craft\\elements\\Entry',1,0,'2026-03-09 14:56:17','2026-03-09 14:56:17',NULL,NULL,NULL,'f6af92a3-130a-435b-a896-e0e1830a5555'),
(40347,1633,NULL,6525,2,'craft\\elements\\Entry',1,0,'2026-03-09 14:56:17','2026-03-09 14:56:17',NULL,NULL,NULL,'de9082c3-b45f-490d-a3e3-72bc5b82aa72'),
(40357,1109,NULL,6526,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:07:16','2026-03-09 15:07:16',NULL,NULL,NULL,'3ad93864-bc28-4887-8e93-acf6d0aeaa8c'),
(40358,1632,NULL,6527,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:07:16','2026-03-09 15:07:17',NULL,NULL,NULL,'af4e5ac7-f4dd-4b0e-b4fe-e7a54565ab92'),
(40369,2,NULL,6528,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:16:37','2026-03-09 15:16:37',NULL,NULL,NULL,'4a551f1c-63a8-40fa-95c5-0e212deda56a'),
(40372,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-03-09 15:17:20','2026-03-09 15:17:29',NULL,NULL,NULL,'0b2544e4-6518-4ce8-b62a-cc80ded0b865'),
(40376,963,NULL,6529,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:17:43','2026-03-09 15:17:43',NULL,NULL,NULL,'177f489a-4293-4f56-98f2-66b5bbd829a9'),
(40377,1509,NULL,6530,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:17:43','2026-03-09 15:17:43',NULL,NULL,NULL,'baa10310-bab9-4895-8af0-99d0a4765c59'),
(40382,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-03-09 15:20:44','2026-03-09 15:38:09',NULL,'2026-03-09 15:38:09',NULL,'e4ad94c4-7c7f-40e4-8374-1b4a9e301781'),
(40384,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:21:19','2026-03-09 15:42:10',NULL,NULL,NULL,'e706bf26-e8ce-45e1-a801-478b3bac26fb'),
(40385,957,NULL,6531,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:21:19','2026-03-09 15:21:19',NULL,NULL,NULL,'bb615c41-f1fb-40eb-8082-cd5fca62a516'),
(40386,40384,NULL,6532,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:21:19','2026-03-09 15:21:19',NULL,NULL,NULL,'00901f8d-e499-4a8e-a2d3-89d0b8ef13e9'),
(40390,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 15:24:28','2026-03-09 15:24:28',NULL,NULL,NULL,'2265ba44-34b5-412e-bdd6-011711ccfd4a'),
(40391,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 15:24:28','2026-03-09 15:24:28',NULL,NULL,NULL,'e47d809a-3480-4eb9-8b11-abd4e8493c85'),
(40395,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 15:26:17','2026-03-09 15:26:17',NULL,NULL,NULL,'3fd34d61-6fb8-4643-aef4-8c5cc901027a'),
(40396,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 15:26:17','2026-03-09 15:26:17',NULL,NULL,NULL,'92863986-9461-4ee6-a3db-b523570adede'),
(40400,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 15:30:05','2026-03-09 15:30:05',NULL,NULL,NULL,'00018496-616a-45eb-94fd-b43fd345cc70'),
(40401,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 15:30:05','2026-03-09 15:30:05',NULL,NULL,NULL,'7f96f83e-f79b-48da-bdfb-cbe6d5512247'),
(40405,995,NULL,6533,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:30:54','2026-03-09 15:30:55',NULL,NULL,NULL,'d9c2f082-ba9f-410a-ba62-4fd84c281dd6'),
(40406,1536,NULL,6534,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:30:54','2026-03-09 15:30:55',NULL,'2026-03-09 15:35:44',NULL,'be3c0cfe-ebc2-4358-b4f4-ad27c502e80b'),
(40411,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-03-09 15:33:11','2026-03-09 15:37:16',NULL,'2026-03-09 15:37:16',NULL,'9e378d43-78db-4dc4-aa80-493e4e89e824'),
(40413,995,NULL,6535,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:33:26','2026-03-09 15:33:26',NULL,NULL,NULL,'c2a44d07-d5f9-4b65-9251-c6210e0d4156'),
(40414,1536,NULL,6536,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:33:26','2026-03-09 15:33:26',NULL,'2026-03-09 15:35:44',NULL,'ca02b0db-2694-4ca7-a0a0-4f6cbcda4827'),
(40416,995,NULL,6537,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:34:23','2026-03-09 15:34:23',NULL,NULL,NULL,'39f673c8-38f3-4b3d-80d3-756b9a0656d3'),
(40420,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:35:44','2026-03-09 15:41:52',NULL,NULL,NULL,'2e5e0d97-434d-40c5-874c-12edf9bdecc2'),
(40421,995,NULL,6538,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:35:44','2026-03-09 15:35:44',NULL,NULL,NULL,'1c862dcd-5647-451d-aa2a-66ef314588a3'),
(40422,40420,NULL,6539,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:35:44','2026-03-09 15:35:44',NULL,NULL,NULL,'9561c1e8-a749-4ef6-a3de-3616fad32936'),
(40425,995,NULL,6540,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:36:26','2026-03-09 15:36:26',NULL,NULL,NULL,'d2b1af98-cc0c-4840-add1-08367c3406a3'),
(40426,40420,NULL,6541,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:36:26','2026-03-09 15:36:26',NULL,NULL,NULL,'81232ca5-5a24-4775-8a76-42feb333beaf'),
(40431,995,NULL,6542,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:37:31','2026-03-09 15:37:31',NULL,NULL,NULL,'bd104f9c-9612-4b46-8d86-d08512eacac3'),
(40432,40420,NULL,6543,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:37:31','2026-03-09 15:37:31',NULL,NULL,NULL,'37beb3db-70ef-4076-a129-225c954bc964'),
(40438,957,NULL,6544,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:38:22','2026-03-09 15:38:22',NULL,NULL,NULL,'c903722c-1a37-445a-bddd-2a04a9101958'),
(40439,40384,NULL,6545,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:38:22','2026-03-09 15:38:22',NULL,NULL,NULL,'0d7f554b-938c-4d5b-8ba2-895fe55d6325'),
(40441,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-03-09 15:39:46','2026-03-09 15:40:10',NULL,NULL,NULL,'e5eae446-51f4-4d7a-9fc8-af1a5256b39a'),
(40443,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-03-09 15:40:30','2026-03-09 15:41:12',NULL,NULL,NULL,'fece495f-fe13-41c9-9ce0-68bba6bea138'),
(40446,995,NULL,6546,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:41:52','2026-03-09 15:41:52',NULL,NULL,NULL,'27b82b64-8ab5-43bc-aa23-5bf9c5b9c482'),
(40447,40420,NULL,6547,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:41:52','2026-03-09 15:41:52',NULL,NULL,NULL,'a3b1ae9e-351f-4fcb-9ea1-34f9d09ea303'),
(40450,957,NULL,6548,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:42:10','2026-03-09 15:42:10',NULL,NULL,NULL,'4286f0dc-fd81-4466-8a0f-7b9904ef7605'),
(40451,40384,NULL,6549,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:42:10','2026-03-09 15:42:10',NULL,NULL,NULL,'fa69d0f7-3ee2-4344-b9d4-35502d3b9000'),
(40456,999,NULL,6550,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:48:08','2026-03-09 15:48:08',NULL,NULL,NULL,'4c5468f0-9790-4e3e-b742-59943efb133b'),
(40457,1539,NULL,6551,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:48:08','2026-03-09 15:48:08',NULL,NULL,NULL,'e3888899-fafa-45bb-b994-198cb5d0950a'),
(40462,1005,NULL,6552,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:54:48','2026-03-09 15:54:48',NULL,NULL,NULL,'c6739c4f-49fb-4334-963d-f22eca47781d'),
(40463,1544,NULL,6553,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:54:48','2026-03-09 15:54:48',NULL,NULL,NULL,'51270885-5f53-471a-92e4-3b10e56ae096'),
(40468,1035,NULL,6554,1,'craft\\elements\\Entry',1,0,'2026-03-09 15:59:31','2026-03-09 15:59:31',NULL,NULL,NULL,'43c0e4a2-58fa-4e62-8446-f9a9a0023994'),
(40469,1569,NULL,6555,2,'craft\\elements\\Entry',1,0,'2026-03-09 15:59:31','2026-03-09 15:59:31',NULL,NULL,NULL,'175a8371-13ad-40d9-a095-2becc934ef79'),
(40473,1041,NULL,6556,1,'craft\\elements\\Entry',1,0,'2026-03-09 16:02:45','2026-03-09 16:02:46',NULL,NULL,NULL,'38ba4b74-bb83-41b2-9466-676cb0a0f7fa'),
(40474,1574,NULL,6557,2,'craft\\elements\\Entry',1,0,'2026-03-09 16:02:46','2026-03-09 16:02:46',NULL,NULL,NULL,'23be1d98-7816-4c39-9b0e-808877460eb2'),
(40478,1135,NULL,6558,1,'craft\\elements\\Entry',1,0,'2026-03-09 16:06:38','2026-03-09 16:06:38',NULL,NULL,NULL,'d2f9bb8b-1cdc-43ee-9bdc-2be099211926'),
(40479,1653,NULL,6559,2,'craft\\elements\\Entry',1,0,'2026-03-09 16:06:38','2026-03-09 16:06:39',NULL,NULL,NULL,'5a70a1cd-af9e-4ce5-8cf2-4e7cae2a0a09'),
(40485,1073,NULL,6560,1,'craft\\elements\\Entry',1,0,'2026-03-09 16:09:42','2026-03-09 16:09:42',NULL,NULL,NULL,'8851f5a7-f99a-46fb-8178-476c1184e094'),
(40486,1601,NULL,6561,2,'craft\\elements\\Entry',1,0,'2026-03-09 16:09:42','2026-03-09 16:09:42',NULL,NULL,NULL,'6c01331d-0dc5-4e28-afe1-aeffdcdbffb9'),
(40489,951,NULL,6562,1,'craft\\elements\\Entry',1,0,'2026-03-09 16:12:23','2026-03-09 16:12:23',NULL,NULL,NULL,'c6ee9c10-bf3a-47ba-afd4-4cbc2118e850'),
(40490,6462,NULL,6563,2,'craft\\elements\\Entry',1,0,'2026-03-09 16:12:23','2026-03-09 16:12:24',NULL,NULL,NULL,'800ded0c-1212-4a38-979d-228b8dd097b8'),
(40495,1023,NULL,6564,1,'craft\\elements\\Entry',1,0,'2026-03-09 16:15:01','2026-03-09 16:15:01',NULL,NULL,NULL,'fa94cde6-d5f6-47cf-89dc-d1ad2f03899b'),
(40496,1560,NULL,6565,2,'craft\\elements\\Entry',1,0,'2026-03-09 16:15:01','2026-03-09 16:15:01',NULL,NULL,NULL,'f410c553-1f2b-4e4d-a200-a845b5f0035d'),
(40501,2,NULL,6566,1,'craft\\elements\\Entry',1,0,'2026-03-09 16:18:38','2026-03-09 16:18:38',NULL,NULL,NULL,'55f0e3e6-6f02-4559-8472-e03abc9fc38c'),
(40502,4768,NULL,6567,2,'craft\\elements\\Entry',1,0,'2026-03-09 16:18:38','2026-03-09 16:18:38',NULL,NULL,NULL,'ef31133d-9ada-49d5-a18c-fb1f0b236856'),
(40508,945,NULL,6568,1,'craft\\elements\\Entry',1,0,'2026-03-09 16:22:05','2026-03-09 16:22:05',NULL,NULL,NULL,'2d12c7d7-3807-44e1-9c7e-158cc473480f'),
(40509,1494,NULL,6569,2,'craft\\elements\\Entry',1,0,'2026-03-09 16:22:05','2026-03-09 16:22:05',NULL,NULL,NULL,'375744ec-6db2-4f2c-b21b-619919c5b30d'),
(40510,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 16:22:09','2026-03-09 16:22:09',NULL,NULL,NULL,'edd634b5-1f54-4e0a-84fe-fba76ee7b29c'),
(40511,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 16:22:41','2026-03-09 16:22:41',NULL,NULL,NULL,'d611bbd4-8a7e-4b3e-8c9c-bf0b44f70565'),
(40515,1165,NULL,6570,1,'craft\\elements\\Entry',1,0,'2026-03-09 16:24:26','2026-03-09 16:24:26',NULL,NULL,NULL,'b8fc5288-a9de-4b6d-982a-504d8c801182'),
(40516,1677,NULL,6571,2,'craft\\elements\\Entry',1,0,'2026-03-09 16:24:26','2026-03-09 16:24:27',NULL,NULL,NULL,'e4956023-3652-4a0d-988b-d6c149455da6'),
(40521,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 16:33:41','2026-03-09 16:33:41',NULL,NULL,NULL,'f77c3011-9c18-4134-9578-8896f54a1db2'),
(40523,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 16:47:30','2026-03-09 16:47:30',NULL,NULL,NULL,'fbaeaa11-4390-46fa-aafb-772799e02ef1'),
(40524,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 16:47:30','2026-03-09 16:47:30',NULL,NULL,NULL,'9cb6423c-d149-4acc-846a-b60251354fca'),
(40527,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 16:51:37','2026-03-09 16:51:37',NULL,NULL,NULL,'43d94f2e-b02f-475c-b800-57399511bd99'),
(40528,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 16:51:37','2026-03-09 16:51:37',NULL,NULL,NULL,'a1d3b0f6-8a17-447e-a604-20405d581898'),
(40531,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 18:03:45','2026-03-09 18:03:45',NULL,NULL,NULL,'e4744f0f-f1a1-4d11-a812-a112c23520ed'),
(40532,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 18:06:20','2026-03-09 18:06:20',NULL,NULL,NULL,'23ff2d35-dcbd-474a-967e-77e785dbf16d'),
(40533,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 18:06:22','2026-03-09 18:06:22',NULL,NULL,NULL,'05e332d3-20eb-448b-b661-e8371c8bdb85'),
(40534,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 18:06:22','2026-03-09 18:06:22',NULL,NULL,NULL,'fa5df73a-93fa-4ce7-b4c8-74830b8c2c60'),
(40536,1249,NULL,6572,1,'craft\\elements\\Entry',1,0,'2026-03-09 18:14:23','2026-03-09 18:14:23',NULL,NULL,NULL,'4f280649-ca43-4f30-935d-d298d74c8717'),
(40540,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-03-09 18:18:04','2026-03-09 18:23:36',NULL,'2026-03-09 18:23:36',NULL,'ce27efa9-1f4f-4523-b1b0-e886a54c468f'),
(40541,1297,NULL,6573,1,'craft\\elements\\Entry',1,0,'2026-03-09 18:18:04','2026-03-09 18:18:04',NULL,NULL,NULL,'6952223b-4c60-446f-a1aa-e8239c8c27c4'),
(40542,40540,NULL,6574,2,'craft\\elements\\Entry',1,0,'2026-03-09 18:18:04','2026-03-09 18:18:04',NULL,'2026-03-09 18:23:36',NULL,'23ec3f2d-e038-4d71-a8b7-2ddbad3acab1'),
(40544,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 18:19:51','2026-03-09 18:19:51',NULL,NULL,NULL,'f014d945-d9b0-4e07-9326-f372c28aaf8d'),
(40545,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-09 18:22:36','2026-03-09 18:22:36',NULL,NULL,NULL,'88c86f79-808a-47c9-bb17-3d71a2c38ebe'),
(40546,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-03-09 18:22:49','2026-03-09 18:22:49',NULL,NULL,NULL,'8eb6f68f-6c56-4509-ae27-2dd3582cd417'),
(40550,NULL,NULL,NULL,2,'craft\\elements\\Entry',1,0,'2026-03-09 18:23:36','2026-03-09 18:23:36',NULL,NULL,NULL,'8a8480bd-9a4e-46ba-b7aa-fc03a7f81c61'),
(40551,1297,NULL,6575,1,'craft\\elements\\Entry',1,0,'2026-03-09 18:23:36','2026-03-09 18:23:36',NULL,NULL,NULL,'06435824-692b-471d-a733-836b8db877ba'),
(40552,40550,NULL,6576,2,'craft\\elements\\Entry',1,0,'2026-03-09 18:23:36','2026-03-09 18:23:36',NULL,NULL,NULL,'6d8bfae5-9d22-4881-9930-3614dfd70f13'),
(40554,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 19:00:04','2026-03-09 19:00:04',NULL,NULL,NULL,'56c12f02-501c-415b-9ab3-e0686826c3b4'),
(40555,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 19:00:04','2026-03-09 19:00:04',NULL,NULL,NULL,'76b1425b-b859-4b67-ba02-256601665970'),
(40557,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 19:35:41','2026-03-09 19:35:41',NULL,NULL,NULL,'dc6e175d-bef1-4c6d-a635-1e3dad4a433c'),
(40558,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 19:57:03','2026-03-09 19:57:03',NULL,NULL,NULL,'dc782bfe-092d-4e5f-ba2e-4d4cdbabab14'),
(40560,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 20:11:22','2026-03-09 20:11:22',NULL,NULL,NULL,'be9cf56b-413e-46c0-9969-489e4f6a049f'),
(40562,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 20:37:51','2026-03-09 20:37:51',NULL,NULL,NULL,'ad08c480-4c77-4724-af4d-0a31c4106ed1'),
(40563,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 20:37:51','2026-03-09 20:37:51',NULL,NULL,NULL,'96676571-20ab-41ec-81b4-a45e726f7776'),
(40564,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 20:49:04','2026-03-09 20:49:04',NULL,NULL,NULL,'063f7c42-afa0-4996-bf91-1385680c0931'),
(40565,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 20:49:04','2026-03-09 20:49:04',NULL,NULL,NULL,'a543199c-5d70-4b96-badf-1a85b7a6ccc3'),
(40566,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 20:51:41','2026-03-09 20:51:41',NULL,NULL,NULL,'fe255c75-29b4-4f52-a903-954bdc38a66c'),
(40567,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 20:51:41','2026-03-09 20:51:41',NULL,NULL,NULL,'8adc3eb3-fb92-43e7-97eb-d8dcca7642b2'),
(40568,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 21:00:12','2026-03-09 21:00:12',NULL,NULL,NULL,'d05ee8e3-c217-4ce1-9b4a-c6db142d0563'),
(40569,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 21:00:12','2026-03-09 21:00:12',NULL,NULL,NULL,'6205c21c-16dc-468d-9329-390f5b26e3bb'),
(40570,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 21:06:38','2026-03-09 21:06:38',NULL,NULL,NULL,'2043b439-7e6e-4fa8-98d3-1b151632ba1e'),
(40573,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 21:14:18','2026-03-09 21:14:18',NULL,NULL,NULL,'f763422a-5680-48fb-9958-70f20ce0a30c'),
(40574,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 21:14:18','2026-03-09 21:14:18',NULL,NULL,NULL,'8898347a-1284-45d4-a1db-09ff1a019a4d'),
(40577,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 21:33:38','2026-03-09 21:33:38',NULL,NULL,NULL,'ade7f740-e9ff-44a2-838c-ed629647562c'),
(40580,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 22:33:43','2026-03-09 22:33:43',NULL,NULL,NULL,'9fd1ea8f-573e-4409-b9a0-868ff1de5231'),
(40581,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 22:33:43','2026-03-09 22:33:43',NULL,NULL,NULL,'9fa0d9d3-bf9d-4217-8636-afa24fdc3830'),
(40588,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 23:11:42','2026-03-09 23:11:42',NULL,NULL,NULL,'99d92f1e-e48a-4ecd-b530-8e98e0a8ad4b'),
(40589,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-09 23:16:24','2026-03-09 23:16:24',NULL,NULL,NULL,'0ddf9abb-1ff6-4fe4-9177-9b8ee6fa1a41'),
(40590,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-09 23:16:24','2026-03-09 23:16:24',NULL,NULL,NULL,'ff264629-e97b-45e0-af3e-4a41ecd0e070'),
(40593,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 00:49:35','2026-03-10 00:49:35',NULL,NULL,NULL,'25cbdef0-f1ab-4f4e-9215-997b4b1a4671'),
(40594,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-10 00:49:35','2026-03-10 00:49:35',NULL,NULL,NULL,'57b1d6d5-15c6-4095-959c-36caa56760e8'),
(40625,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 02:47:58','2026-03-10 02:47:58',NULL,NULL,NULL,'a5528a2c-397d-4be3-9a17-099c463b1b5f'),
(40661,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 03:49:06','2026-03-10 03:49:06',NULL,NULL,NULL,'acd11e3c-2963-4541-ab5b-6e611b3bc75b'),
(40668,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 04:42:49','2026-03-10 04:42:49',NULL,NULL,NULL,'3ddda44f-b481-454d-b4dd-2a0aa1c53fd2'),
(40801,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 13:02:19','2026-03-10 13:02:19',NULL,NULL,NULL,'19fff2b3-e6dc-4145-95bd-3e6ad4b2a745'),
(40804,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 13:41:18','2026-03-10 13:41:18',NULL,NULL,NULL,'382a98b5-3dd2-48bd-84b6-e95d6e20f4ab'),
(40808,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 14:00:02','2026-03-10 14:00:02',NULL,NULL,NULL,'635989c7-11da-4be2-baed-3323f9943672'),
(40809,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 14:05:46','2026-03-10 14:05:46',NULL,NULL,NULL,'ce53b449-4acf-46c5-b312-48cbbcf4241e'),
(40816,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 14:52:50','2026-03-10 14:52:50',NULL,NULL,NULL,'7649043a-4f28-4155-afa0-7e8779844802'),
(40821,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 15:20:25','2026-03-10 15:20:25',NULL,NULL,NULL,'37bb291a-f154-4ee5-9985-9db3e0331ba6'),
(40822,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-10 15:20:25','2026-03-10 15:20:25',NULL,NULL,NULL,'ec57d302-634b-441d-94e7-5030f21666e1'),
(40823,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:17','2026-03-10 15:25:17',NULL,NULL,NULL,'dcf7647b-3f53-46c9-981f-52ac473ddd3b'),
(40824,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:18','2026-03-10 15:25:18',NULL,NULL,NULL,'79373f57-15db-4b4f-a9e0-dad67a9a23fe'),
(40825,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:18','2026-03-10 15:25:18',NULL,NULL,NULL,'e303504a-71e3-42e9-aebc-d644ee6384d5'),
(40826,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:18','2026-03-10 15:25:18',NULL,NULL,NULL,'d598f6b2-6e1c-4d5a-87df-6d1ec41a06b4'),
(40827,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:19','2026-03-10 15:25:19',NULL,NULL,NULL,'7d570fed-6409-4093-b8ce-54c5f42f94bc'),
(40828,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:19','2026-03-10 15:25:19',NULL,NULL,NULL,'998b1996-cba9-42fa-a707-7c097fabd54f'),
(40829,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:20','2026-03-10 15:25:20',NULL,NULL,NULL,'41f261aa-83f7-4ea6-a295-c6a5440344c0'),
(40830,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:20','2026-03-10 15:25:20',NULL,NULL,NULL,'b7333492-f3ec-4773-a4b3-4ef95893d896'),
(40831,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:20','2026-03-10 15:25:20',NULL,NULL,NULL,'da4c0d4d-4b85-4c62-8ae1-afd21f5ab0e2'),
(40832,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:21','2026-03-10 15:25:21',NULL,NULL,NULL,'d87e1efa-27c4-4b0b-a8a5-ac1fa2a5e958'),
(40833,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:21','2026-03-10 15:25:21',NULL,NULL,NULL,'911c13f8-68d4-4689-9a21-c6e4d51e2609'),
(40834,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:21','2026-03-10 15:25:21',NULL,NULL,NULL,'5ff275e1-9d89-45b5-b12a-08d03feda7e6'),
(40835,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:21','2026-03-10 15:25:21',NULL,NULL,NULL,'36dc9878-306e-4d06-bda6-3de93553e74c'),
(40836,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:22','2026-03-10 15:25:22',NULL,NULL,NULL,'2224cfc7-f09f-4e76-943d-15e58d2608bc'),
(40837,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:22','2026-03-10 15:25:22',NULL,NULL,NULL,'528c7a39-720b-4882-8354-42c9e06f3865'),
(40838,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:22','2026-03-10 15:25:22',NULL,NULL,NULL,'a3880be2-77d1-4e0f-bfad-d35f420c920a'),
(40839,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:23','2026-03-10 15:25:23',NULL,NULL,NULL,'6c4138cf-4712-43ce-b06b-37a433f76643'),
(40840,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:23','2026-03-10 15:25:23',NULL,NULL,NULL,'b5d8771f-c338-47f8-b6fd-8a57a9fb35a5'),
(40841,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:23','2026-03-10 15:25:23',NULL,NULL,NULL,'d05debf4-792f-4b56-9a0b-c925c2be8606'),
(40842,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:23','2026-03-10 15:25:23',NULL,NULL,NULL,'9251cafb-d1c3-4bf1-a421-1e35a554c7ee'),
(40843,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:24','2026-03-10 15:25:24',NULL,NULL,NULL,'6c604aef-4b55-4057-a399-9225b9ff20c4'),
(40844,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:24','2026-03-10 15:25:24',NULL,NULL,NULL,'42f34f2b-1234-40c8-be12-b64f3d40cece'),
(40845,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:24','2026-03-10 15:25:24',NULL,NULL,NULL,'5b532f07-851f-49f1-b14b-b38ac7ea926e'),
(40846,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 15:25:25','2026-03-10 15:25:25',NULL,NULL,NULL,'77c6b870-1d93-4cf3-928c-9cf82623af30'),
(40848,1249,NULL,6577,1,'craft\\elements\\Entry',1,0,'2026-03-10 15:25:39','2026-03-10 15:25:39',NULL,NULL,NULL,'bfee98f9-ceed-4b1d-ba51-2b8fa72033bc'),
(40851,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 15:43:56','2026-03-10 15:43:56',NULL,NULL,NULL,'67f271a0-5e37-42fd-bd16-2435d06e99f9'),
(40857,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 16:58:54','2026-03-10 16:58:54',NULL,NULL,NULL,'1b8751ef-9e99-4fee-a710-1e63aca071db'),
(40861,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 17:11:12','2026-03-10 17:11:12',NULL,NULL,NULL,'b26a04ad-25a9-4a6e-9525-2d476676b4a0'),
(40917,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 20:23:22','2026-03-10 20:23:22',NULL,NULL,NULL,'014eb1a1-7e4e-4c0b-b03e-64f6c9be99af'),
(40918,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 20:23:22','2026-03-10 20:23:22',NULL,NULL,NULL,'b9b8177c-c1c7-45be-bb61-3936e6c34184'),
(40919,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-10 20:23:22','2026-03-10 20:23:22',NULL,NULL,NULL,'f4e0f052-3695-4053-94a4-f48cc21d5231'),
(40920,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-03-10 20:23:29','2026-03-10 20:23:38',NULL,NULL,NULL,'59ccdbf0-7912-43d3-a5ae-fd88946d56d6'),
(40923,1045,NULL,6578,1,'craft\\elements\\Entry',1,0,'2026-03-10 20:23:48','2026-03-10 20:23:48',NULL,NULL,NULL,'6c2da362-01d8-4776-ade5-796bff565000'),
(40924,1578,NULL,6579,2,'craft\\elements\\Entry',1,0,'2026-03-10 20:23:48','2026-03-10 20:23:48',NULL,NULL,NULL,'5b7cf081-d2fb-424c-b6ec-5b5dc889e7c7'),
(40933,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 21:25:07','2026-03-10 21:25:07',NULL,NULL,NULL,'32ea18bb-3602-45ba-8ab7-28bab39b0df6'),
(40938,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 22:04:42','2026-03-10 22:04:42',NULL,NULL,NULL,'958e9a4a-8462-4a7f-aa4c-aaf6e7464b30'),
(40941,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-10 22:05:59','2026-03-10 22:05:59',NULL,NULL,NULL,'360057aa-3ce7-4cc3-9552-ab3b1c3a4962'),
(40943,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 22:23:46','2026-03-10 22:23:46',NULL,NULL,NULL,'8a82d211-f033-4def-a469-6fb93a57b899'),
(40944,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-10 22:26:01','2026-03-10 22:26:01',NULL,NULL,NULL,'ee1c6249-7f80-413b-b066-69e94e541975'),
(40956,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 00:51:26','2026-03-11 00:51:26',NULL,NULL,NULL,'914145fd-9d64-458c-9101-0ab5eaf9861c'),
(40957,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-11 00:51:26','2026-03-11 00:51:26',NULL,NULL,NULL,'58071c94-876f-4aca-a393-145afb305b0c'),
(40959,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 01:15:49','2026-03-11 01:15:49',NULL,NULL,NULL,'e5e4c359-23e0-4cfe-9fd6-c0d163988ea5'),
(41005,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 03:38:13','2026-03-11 03:38:13',NULL,NULL,NULL,'ba7b54d7-be86-4759-83ae-bac8edc56ddc'),
(41029,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 04:18:13','2026-03-11 04:18:13',NULL,NULL,NULL,'b5abd2c3-abb1-4222-bd24-c6c721b642b0'),
(41044,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 05:21:37','2026-03-11 05:21:37',NULL,NULL,NULL,'ac1d35f9-fd04-4f6b-8924-32bd770f7f18'),
(41045,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-11 05:21:37','2026-03-11 05:21:37',NULL,NULL,NULL,'856095ef-1c6b-4c99-8ba7-7970a1c93be2'),
(41211,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 12:03:05','2026-03-11 12:03:05',NULL,NULL,NULL,'6fd8bea9-4ac7-4ebd-a4c7-60be23b72648'),
(41218,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 12:06:03','2026-03-11 12:06:03',NULL,NULL,NULL,'b5cf48bd-ba7b-4218-b297-1bdda5f53314'),
(41231,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 12:36:29','2026-03-11 12:36:29',NULL,NULL,NULL,'0f6ead23-ffa7-4edd-bfb0-340ba2de4959'),
(41248,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 14:07:33','2026-03-11 14:07:33',NULL,NULL,NULL,'2b5cbe92-18a8-463e-9406-1a576658c9b5'),
(41256,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 14:19:45','2026-03-11 14:19:45',NULL,NULL,NULL,'92499836-0dfc-443d-b89d-ad04a9a530c0'),
(41257,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-11 14:19:45','2026-03-11 14:19:45',NULL,NULL,NULL,'e63371f6-b024-4dab-b3af-7d66cdd2efe4'),
(41344,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 16:40:50','2026-03-11 16:40:50',NULL,NULL,NULL,'9eb6d7db-625f-4905-a6ee-ad3223450dc8'),
(41345,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-11 16:40:50','2026-03-11 16:40:50',NULL,NULL,NULL,'f21e42f6-f04a-4dea-a3c4-388dd96aa7f9'),
(41353,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 17:29:23','2026-03-11 17:29:23',NULL,NULL,NULL,'f53ba79b-4047-4eac-a582-3fa160d3c6c7'),
(41359,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 17:49:58','2026-03-11 17:49:58',NULL,NULL,NULL,'51d38d5d-71dc-42e7-83fb-4e44ab727e2b'),
(41360,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 18:08:15','2026-03-11 18:08:15',NULL,NULL,NULL,'886df2c3-1d05-4068-987d-2d640ecdae21'),
(41361,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 18:20:59','2026-03-11 18:20:59',NULL,NULL,NULL,'25598099-33f7-4ade-aad9-fafba6a79939'),
(41369,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:36','2026-03-11 18:34:36',NULL,NULL,NULL,'24571da5-0cc9-4074-91de-8ddcbb5fed3f'),
(41370,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:36','2026-03-11 18:34:36',NULL,NULL,NULL,'f3a76448-2ac3-42d9-9c1e-31fbb6f2ee14'),
(41371,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:36','2026-03-11 18:34:36',NULL,NULL,NULL,'d8338cc1-ff38-42bf-be43-3dcb66c34d1f'),
(41372,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:36','2026-03-11 18:34:36',NULL,NULL,NULL,'d7b30cf0-be97-46d7-ad21-f35a3d4ee17d'),
(41373,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:37','2026-03-11 18:34:37',NULL,NULL,NULL,'c3db6f39-054c-429c-ae89-a1292f9bc83a'),
(41374,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:37','2026-03-11 18:34:37',NULL,NULL,NULL,'4964b8e5-00cf-47d6-9e06-376a118af4e3'),
(41375,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:37','2026-03-11 18:34:37',NULL,NULL,NULL,'557deaf1-4046-433c-8483-7785875c4afd'),
(41376,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:37','2026-03-11 18:34:37',NULL,NULL,NULL,'6d1b4287-1005-4812-9f0f-dcb54f63c464'),
(41377,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:38','2026-03-11 18:34:38',NULL,NULL,NULL,'30a454f7-eec3-4abb-9e45-209183704e15'),
(41378,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:38','2026-03-11 18:34:38',NULL,NULL,NULL,'d7f38a2e-d15b-42a5-870a-c610e2bf490e'),
(41379,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:38','2026-03-11 18:34:38',NULL,NULL,NULL,'b0e0fbd0-85e0-44ec-ac0d-861c2df44915'),
(41380,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:38','2026-03-11 18:34:38',NULL,NULL,NULL,'b086bf7d-9560-447d-914e-e4c1953129dd'),
(41381,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:39','2026-03-11 18:34:39',NULL,NULL,NULL,'486bd6ce-d6e6-47b9-99df-a91f397de036'),
(41382,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:39','2026-03-11 18:34:39',NULL,NULL,NULL,'8ad1430c-8930-4b67-8f18-e12f769ebab5'),
(41383,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:39','2026-03-11 18:34:39',NULL,NULL,NULL,'69972518-f2ae-45f7-a34b-fe7d8079f45b'),
(41384,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:40','2026-03-11 18:34:40',NULL,NULL,NULL,'315bcbea-c18d-4b14-b669-a32b377eb0b8'),
(41385,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:40','2026-03-11 18:34:40',NULL,NULL,NULL,'82f62b68-b17c-4d99-b0e3-c8a943509ca7'),
(41386,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:40','2026-03-11 18:34:40',NULL,NULL,NULL,'4d214c11-a632-4dc1-9d16-6cfae6e8d00f'),
(41387,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:34:40','2026-03-11 18:34:40',NULL,NULL,NULL,'47cb34a5-b351-49b7-b11d-d096c6727596'),
(41388,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-03-11 18:34:53','2026-03-11 18:35:00',NULL,NULL,NULL,'2582943f-4d1e-4689-b895-783a78b32cbc'),
(41391,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 18:40:04','2026-03-11 18:40:04',NULL,NULL,NULL,'69a7c61d-28be-4c51-835a-5c6fbae07427'),
(41392,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-11 18:40:04','2026-03-11 18:40:04',NULL,NULL,NULL,'72a8eaa5-2d64-44b1-b705-dfed7672361f'),
(41393,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-11 18:40:05','2026-03-11 18:40:05',NULL,NULL,NULL,'3e0139a3-64b4-465c-bac6-bd5f5f294798'),
(41394,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-11 18:40:05','2026-03-11 18:40:05',NULL,NULL,NULL,'d85087ab-bc26-4a35-83b1-a48a06516435'),
(41397,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-11 18:53:07','2026-03-11 18:53:07',NULL,NULL,NULL,'d565c5c8-cdd9-43df-b54b-21a92e48b683'),
(41404,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 19:29:26','2026-03-11 19:29:26',NULL,NULL,NULL,'43d78291-686a-44f3-b076-0ace3984b3e7'),
(41428,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 21:14:11','2026-03-11 21:14:11',NULL,NULL,NULL,'672df115-5741-4d0c-9dd4-147bef7ead65'),
(41445,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-11 22:47:51','2026-03-11 22:47:51',NULL,NULL,NULL,'74408a63-461d-451a-9a36-b04b4dc81051'),
(41453,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 01:46:44','2026-03-12 01:46:44',NULL,NULL,NULL,'44581cb8-20ae-46cd-a080-3dcad6868271'),
(41456,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 02:09:18','2026-03-12 02:09:18',NULL,NULL,NULL,'f540df66-ab16-496a-a2c6-8195080cd753'),
(41457,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-12 02:09:18','2026-03-12 02:09:18',NULL,NULL,NULL,'f138593a-3244-432d-b400-f06e9f5f8800'),
(41459,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 02:29:25','2026-03-12 02:29:25',NULL,NULL,NULL,'e5505dc0-b7d5-4c8e-9d15-b664a9e7b635'),
(41460,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-12 02:29:25','2026-03-12 02:29:25',NULL,NULL,NULL,'2156a6e1-1004-4ab1-a908-ed89e436192f'),
(41467,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 03:20:21','2026-03-12 03:20:21',NULL,NULL,NULL,'06fb54bd-6205-4b23-9c5e-eb850271e1ea'),
(41468,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-12 03:20:21','2026-03-12 03:20:21',NULL,NULL,NULL,'2a49851d-c6ab-4a6d-af05-48c2d50d6301'),
(41533,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 06:09:30','2026-03-12 06:09:30',NULL,NULL,NULL,'77d7b9cf-0102-41ef-b6d7-832cc2321277'),
(41557,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 10:32:43','2026-03-12 10:32:43',NULL,NULL,NULL,'c8a77bd8-0733-41a3-a373-6d42759dd85a'),
(41558,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 10:50:48','2026-03-12 10:50:48',NULL,NULL,NULL,'e0104f4c-d308-4729-8cdc-90d80f19f946'),
(41561,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 11:24:38','2026-03-12 11:24:38',NULL,NULL,NULL,'ca741efc-55b6-40b9-a966-d40e90fcb749'),
(41563,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 11:48:22','2026-03-12 11:48:22',NULL,NULL,NULL,'e8991e76-85fb-4075-8c03-1242eda92d93'),
(41564,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-12 11:48:22','2026-03-12 11:48:22',NULL,NULL,NULL,'6a6d7522-8ed1-4954-bbed-519c3bd7eac9'),
(41575,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 13:58:01','2026-03-12 13:58:01',NULL,NULL,NULL,'973d2a8f-c038-4605-99c7-2ce117b26dec'),
(41576,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 14:00:06','2026-03-12 14:00:06',NULL,NULL,NULL,'fca2d261-3612-485d-a768-67a5401074c4'),
(41577,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 14:14:35','2026-03-12 14:14:35',NULL,NULL,NULL,'43927033-34d6-4692-955a-e7b852f3119a'),
(41579,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 14:30:36','2026-03-12 14:30:36',NULL,NULL,NULL,'3d8b725c-11b6-498f-8495-3fa8df02977a'),
(41581,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 14:51:14','2026-03-12 14:51:14',NULL,NULL,NULL,'f8b120e8-d2d2-45b9-b7e2-1e18af679755'),
(41598,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 17:06:36','2026-03-12 17:06:36',NULL,NULL,NULL,'fa03bc81-4ff1-4717-b445-e4da40646752'),
(41608,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 18:43:25','2026-03-12 18:43:25',NULL,NULL,NULL,'21fc4119-f7a8-4f35-9c1e-b054cb215174'),
(41609,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 18:55:45','2026-03-12 18:55:45',NULL,NULL,NULL,'f7128a14-77b4-4801-bc1a-b274d9470921'),
(41610,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-12 18:55:45','2026-03-12 18:55:45',NULL,NULL,NULL,'7beb6463-42a0-4ee3-945b-6fa8fabc3b78'),
(41611,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 19:08:43','2026-03-12 19:08:43',NULL,NULL,NULL,'b604f2dc-5252-45a9-b382-6503835c8b5d'),
(41614,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 19:31:58','2026-03-12 19:31:58',NULL,NULL,NULL,'a87a82c2-3888-4a04-840b-0cec52df47e5'),
(41620,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 21:00:38','2026-03-12 21:00:38',NULL,NULL,NULL,'39e46e99-1550-4f78-b6c8-e5349b84ded9'),
(41621,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-12 21:00:38','2026-03-12 21:00:38',NULL,NULL,NULL,'97d794ba-8168-48f5-b277-73cd731486cc'),
(41622,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 21:03:53','2026-03-12 21:03:53',NULL,NULL,NULL,'79aa641e-5a94-435b-86ba-f9b58218b44a'),
(41623,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-12 21:03:53','2026-03-12 21:03:53',NULL,NULL,NULL,'063fc796-987e-4b67-94b7-8d6973504ca2'),
(41626,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 22:17:12','2026-03-12 22:17:12',NULL,NULL,NULL,'353f0001-1448-4303-a574-39efd63af49c'),
(41628,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 22:48:00','2026-03-12 22:48:00',NULL,NULL,NULL,'5047c3e5-5ab8-47ea-87e7-2fd523f6f3ef'),
(41629,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-12 22:48:00','2026-03-12 22:48:00',NULL,NULL,NULL,'5068dc17-bb60-4bfb-ad7f-dc304d7e8509'),
(41632,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-12 23:18:17','2026-03-12 23:18:17',NULL,NULL,NULL,'61fc4dee-20af-4c0e-860b-cf8d7eee2be0'),
(41643,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 03:34:44','2026-03-13 03:34:44',NULL,NULL,NULL,'efe74fe2-ec8f-420f-9871-164f42ce41fc'),
(41788,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 09:15:19','2026-03-13 09:15:19',NULL,NULL,NULL,'0c766a2b-e54a-4b2c-9f78-3eb4810b4f05'),
(41804,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 10:35:54','2026-03-13 10:35:54',NULL,NULL,NULL,'51c3497b-b7c8-40d5-8f89-a8e35665d727'),
(41904,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 14:33:52','2026-03-13 14:33:52',NULL,NULL,NULL,'dcf8fbef-376c-408f-a3c0-abcf45f0442e'),
(41905,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 14:40:27','2026-03-13 14:40:27',NULL,NULL,NULL,'1433a8ff-5d1e-4995-a2f0-680f4165c853'),
(41923,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 16:38:37','2026-03-13 16:38:37',NULL,NULL,NULL,'364cfc17-d97e-46b2-965c-b24350ce2dbc'),
(41925,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 17:00:52','2026-03-13 17:00:52',NULL,NULL,NULL,'90370664-5e43-4e33-8edc-c6f1a9b55af2'),
(41937,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 17:15:56','2026-03-13 17:15:56',NULL,NULL,NULL,'ffee9cc4-1eec-41b6-8570-c8fa1e76a935'),
(41954,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 17:44:25','2026-03-13 17:44:25',NULL,NULL,NULL,'f2f5d432-49a6-45b0-89ae-71131f65abac'),
(41955,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-13 17:44:25','2026-03-13 17:44:25',NULL,NULL,NULL,'b83b51a2-f29a-4264-80d6-6389b65df6a9'),
(41970,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 17:56:21','2026-03-13 17:56:21',NULL,NULL,NULL,'266d4742-3e88-459c-8483-8e0d00507c80'),
(41971,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-13 17:56:21','2026-03-13 17:56:21',NULL,NULL,NULL,'f2cc5600-fe0d-419e-9a10-dd1f9d380c62'),
(41973,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 17:59:03','2026-03-13 17:59:03',NULL,NULL,NULL,'6c2ccb0b-62a3-42e1-9e6b-48894908d9f9'),
(42006,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 18:50:05','2026-03-13 18:50:05',NULL,NULL,NULL,'2c5a45bf-48c9-49bb-92f0-311b5a1b2102'),
(42007,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-13 18:50:05','2026-03-13 18:50:05',NULL,NULL,NULL,'862da7ae-b1f2-49fe-bfdb-af36d817bff7'),
(42008,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 18:53:21','2026-03-13 18:53:21',NULL,NULL,NULL,'f2a1bbd8-fb46-436c-98d1-2718cd82d9ca'),
(42009,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 18:53:56','2026-03-13 18:53:56',NULL,NULL,NULL,'c27f9a8c-a18a-4797-bdb2-ab85b211b2e8'),
(42010,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 18:56:59','2026-03-13 18:56:59',NULL,NULL,NULL,'42b18e04-4f8c-48c5-9101-83acf8aba7bd'),
(42011,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 18:57:08','2026-03-13 18:57:08',NULL,NULL,NULL,'c435b09f-357b-47b0-b713-224782a2d966'),
(42021,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 20:14:32','2026-03-13 20:14:32',NULL,NULL,NULL,'d4c3b510-4169-40e7-b59d-bb979ef22bba'),
(42025,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 21:04:37','2026-03-13 21:04:37',NULL,NULL,NULL,'e295f946-38c1-439f-a941-901db67e3c4a'),
(42026,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 21:08:22','2026-03-13 21:08:22',NULL,NULL,NULL,'60bbf812-696c-4adc-a7d2-0b78eb084df7'),
(42031,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 21:40:39','2026-03-13 21:40:39',NULL,NULL,NULL,'81031f7f-4688-4d39-8122-12bf54b1cfbf'),
(42032,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 21:40:59','2026-03-13 21:40:59',NULL,NULL,NULL,'5da31f18-c004-4f64-99aa-0e478b5a3550'),
(42034,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-13 21:48:00','2026-03-13 21:48:00',NULL,NULL,NULL,'69f5f843-1e9b-41e1-8d2f-324d3c9362e0'),
(42042,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 00:22:19','2026-03-14 00:22:19',NULL,NULL,NULL,'320b71cf-3231-459a-af37-85b27e18af8e'),
(42043,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-14 00:22:19','2026-03-14 00:22:19',NULL,NULL,NULL,'b06365f0-be51-4b22-bf57-ad92e8690f52'),
(42044,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 00:32:46','2026-03-14 00:32:46',NULL,NULL,NULL,'d75980b4-6b40-4212-aebf-56c54666a3d1'),
(42047,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 00:56:48','2026-03-14 00:56:48',NULL,NULL,NULL,'d401b8b5-27bc-4d1f-9604-c045dc6d571c'),
(42048,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-14 00:56:48','2026-03-14 00:56:48',NULL,NULL,NULL,'ae458d9e-e2c6-4449-94db-69589c2c206c'),
(42185,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 06:34:35','2026-03-14 06:34:35',NULL,NULL,NULL,'b2a7a4d6-1113-4124-8121-f4fc0db96778'),
(42218,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 12:21:01','2026-03-14 12:21:01',NULL,NULL,NULL,'4f70284f-9da0-4e66-9dee-a6410339a6b6'),
(42282,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 16:26:45','2026-03-14 16:26:45',NULL,NULL,NULL,'057df33e-db34-4019-957e-ffa5b4d952eb'),
(42286,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-14 16:27:20','2026-03-14 16:27:20',NULL,NULL,NULL,'5f019057-e22b-43a5-a7dd-69095285b0fb'),
(42287,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 16:29:49','2026-03-14 16:29:49',NULL,NULL,NULL,'65565717-5680-4286-8541-7678ba30c26d'),
(42288,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-14 16:29:49','2026-03-14 16:29:49',NULL,NULL,NULL,'cb7b4267-f2c4-4b78-9bb2-73316bdf935e'),
(42289,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 16:32:09','2026-03-14 16:32:09',NULL,NULL,NULL,'36a9d6d7-39ec-4433-af34-9f5abae9782c'),
(42292,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 17:19:40','2026-03-14 17:19:40',NULL,NULL,NULL,'17125609-981d-4acf-8f42-8bc8ef0cd5e2'),
(42293,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-14 17:19:40','2026-03-14 17:19:40',NULL,NULL,NULL,'194087cc-4608-4063-b7aa-8c27db6e0098'),
(42296,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 17:38:05','2026-03-14 17:38:05',NULL,NULL,NULL,'b7debe75-2072-42da-97af-801b3fc3b3bb'),
(42360,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 20:47:50','2026-03-14 20:47:50',NULL,NULL,NULL,'5937fd6f-5f75-4aec-ba2f-28bc5efa4ab9'),
(42365,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 21:12:02','2026-03-14 21:12:02',NULL,NULL,NULL,'cee569c0-5c97-44f2-a955-944fb6761912'),
(42366,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-14 21:12:02','2026-03-14 21:12:02',NULL,NULL,NULL,'09dfb0ed-6e6a-4841-b45a-0666b13a0fdf'),
(42371,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 21:27:58','2026-03-14 21:27:58',NULL,NULL,NULL,'97d19cc5-7a83-44df-ae25-00ba66a0e5d0'),
(42373,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-14 21:42:36','2026-03-14 21:42:36',NULL,NULL,NULL,'5f30f372-fa2d-4956-9678-70ffc5af9387'),
(42374,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-14 21:42:36','2026-03-14 21:42:36',NULL,NULL,NULL,'9508173e-226b-447e-80dc-535dbfdcf900'),
(42400,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 00:58:47','2026-03-15 00:58:47',NULL,NULL,NULL,'5f1cee7a-5989-44c5-ac02-6c1485b44736'),
(42408,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 01:44:42','2026-03-15 01:44:42',NULL,NULL,NULL,'97cfa5ac-907c-45b8-b0cd-5421079ab2fb'),
(42411,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 01:58:30','2026-03-15 01:58:30',NULL,NULL,NULL,'b6def0a2-8dfe-4b24-804e-963a232923bb'),
(42412,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-15 01:58:30','2026-03-15 01:58:30',NULL,NULL,NULL,'a2364bda-10b2-44df-b83b-5c83d960587b'),
(42490,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 07:50:19','2026-03-15 07:50:19',NULL,NULL,NULL,'22462d2c-8337-493b-8efe-2edfb9bd1c2b'),
(42491,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-15 07:50:19','2026-03-15 07:50:19',NULL,NULL,NULL,'f6802de9-e048-4a9c-bf81-293cf980d350'),
(42634,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 14:24:22','2026-03-15 14:24:22',NULL,NULL,NULL,'b63dba9e-03d9-4f69-a3f5-16954af7b1fb'),
(42637,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 14:42:07','2026-03-15 14:42:07',NULL,NULL,NULL,'15b80490-3456-469f-88a8-17292cdc7722'),
(42638,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-15 14:42:07','2026-03-15 14:42:07',NULL,NULL,NULL,'d8182fe2-44b7-48b8-971b-114a3762fd0f'),
(42641,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 15:16:38','2026-03-15 15:16:38',NULL,NULL,NULL,'672fb32a-6688-4667-afc5-5689eb83e90e'),
(42642,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-15 15:16:38','2026-03-15 15:16:38',NULL,NULL,NULL,'2e0e6858-df17-4b9d-bac9-ce5ece8c2051'),
(42671,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 16:32:30','2026-03-15 16:32:30',NULL,NULL,NULL,'4c9ec827-5786-4ba2-8d4c-b9fa19269914'),
(42672,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-15 16:32:30','2026-03-15 16:32:30',NULL,NULL,NULL,'41842b2e-612f-479a-bd83-8fbe58aff764'),
(42701,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 18:28:22','2026-03-15 18:28:22',NULL,NULL,NULL,'eb531026-ecb8-424a-ae56-26f773b567e9'),
(42716,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 20:14:58','2026-03-15 20:14:58',NULL,NULL,NULL,'ad7690d1-700f-4f81-8cef-03b3673fb4c5'),
(42720,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-15 21:06:01','2026-03-15 21:06:01',NULL,NULL,NULL,'a7e79e00-ccec-4082-bf7c-21cb1824599c'),
(42721,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-15 21:06:01','2026-03-15 21:06:01',NULL,NULL,NULL,'5090b953-bf34-48f6-b21f-a40b9b5484c2'),
(42737,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 00:13:19','2026-03-16 00:13:19',NULL,NULL,NULL,'e6c64fad-6d60-465c-b57f-c16907e9dece'),
(42740,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 00:16:45','2026-03-16 00:16:45',NULL,NULL,NULL,'e4307aec-4564-4698-9c6a-8d8af458771f'),
(42747,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 02:02:32','2026-03-16 02:02:32',NULL,NULL,NULL,'abb94759-691c-41d2-bf3e-19ddf14483f7'),
(42766,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 03:14:05','2026-03-16 03:14:05',NULL,NULL,NULL,'b28074e6-3fab-48fe-9db1-5c4042151fc1'),
(42881,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 10:13:55','2026-03-16 10:13:55',NULL,NULL,NULL,'9d3bba85-d01c-41f5-9236-0198ccec39d2'),
(42882,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 10:13:55','2026-03-16 10:13:55',NULL,NULL,NULL,'003b9360-25a6-4bd9-8fd1-04f4af8041f3'),
(42899,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 10:27:24','2026-03-16 10:27:24',NULL,NULL,NULL,'0954d646-0b5a-43d2-b948-47e1afa7491c'),
(42940,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 12:04:26','2026-03-16 12:04:26',NULL,NULL,NULL,'9623e7a3-8179-48f9-9a49-d1060b79beee'),
(42948,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 12:58:43','2026-03-16 12:58:43',NULL,NULL,NULL,'342f1af4-78dc-4904-86ff-0244fa9f771a'),
(43026,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 14:33:36','2026-03-16 14:33:36',NULL,NULL,NULL,'58ee4f4c-f61f-4e9e-92ca-58138f4bd3a7'),
(43028,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 14:40:36','2026-03-16 14:40:36',NULL,NULL,NULL,'d169372e-047a-460d-99d5-3309d4479328'),
(43029,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 14:40:36','2026-03-16 14:40:36',NULL,NULL,NULL,'4ae3e712-766c-4242-989b-82bf27abeabd'),
(43030,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 14:41:19','2026-03-16 14:41:19',NULL,NULL,NULL,'07546257-a2dc-4f1c-bea2-84f42eeb0f7f'),
(43031,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 14:41:19','2026-03-16 14:41:19',NULL,NULL,NULL,'da89c8eb-a732-411c-9fa0-38fd5b964280'),
(43036,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:36:57','2026-03-16 15:36:57',NULL,NULL,NULL,'23f5d4f4-2ee9-4b61-88a7-bc563881ead5'),
(43037,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:36:57','2026-03-16 15:36:57',NULL,NULL,NULL,'ef20326b-b324-473a-82e8-335cb5906992'),
(43038,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:36:57','2026-03-16 15:36:57',NULL,NULL,NULL,'f5aaebf1-4fc3-45ee-94d8-90be97ab881c'),
(43039,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:36:58','2026-03-16 15:36:58',NULL,NULL,NULL,'970dcb0e-2a90-42de-84bf-b43406abd04c'),
(43040,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:36:58','2026-03-16 15:36:58',NULL,NULL,NULL,'d16c8fd1-3ac8-4253-815b-12afbf4ac717'),
(43041,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:36:58','2026-03-16 15:36:58',NULL,NULL,NULL,'7f9b35cd-b71e-42ae-ab0d-b6a8e8e559fa'),
(43042,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:36:59','2026-03-16 15:36:59',NULL,NULL,NULL,'671728a9-72e6-421a-aed9-8382c0922a9e'),
(43043,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:36:59','2026-03-16 15:36:59',NULL,NULL,NULL,'bbe7dc06-8b17-4260-b87b-4b75404f50b8'),
(43044,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:36:59','2026-03-16 15:36:59',NULL,NULL,NULL,'11806d11-5de5-4719-83e2-5cf2c0131843'),
(43045,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:36:59','2026-03-16 15:36:59',NULL,NULL,NULL,'f61890c7-48b3-4979-8d30-95aac562b399'),
(43046,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:00','2026-03-16 15:37:00',NULL,NULL,NULL,'5701aa00-dc6b-4451-bceb-67f5f59a319a'),
(43047,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:00','2026-03-16 15:37:00',NULL,NULL,NULL,'92d40a7d-e036-40d0-af64-388a259c9db0'),
(43048,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:00','2026-03-16 15:37:00',NULL,NULL,NULL,'6ef9a30d-0698-498d-bf54-1bb83b7a6d0d'),
(43049,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:00','2026-03-16 15:37:00',NULL,NULL,NULL,'06e2e0fe-0d40-48f0-b11b-a81ba877ab1e'),
(43050,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:01','2026-03-16 15:37:01',NULL,NULL,NULL,'379d3cc7-6206-4c8a-9888-2b0cd5f23970'),
(43051,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:01','2026-03-16 15:37:01',NULL,NULL,NULL,'c7f793f8-a3d8-4068-b52d-7a830c688bed'),
(43052,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:01','2026-03-16 15:37:01',NULL,NULL,NULL,'9ffd6b4e-9044-4f5a-a1cb-f8e1bca02672'),
(43053,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:01','2026-03-16 15:37:01',NULL,NULL,NULL,'0120eabd-7bc0-43e9-8a3e-28b8b98cd9b5'),
(43054,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:02','2026-03-16 15:37:02',NULL,NULL,NULL,'eaaf6762-2c20-46c1-9dca-b22b8fd29210'),
(43055,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:02','2026-03-16 15:37:02',NULL,NULL,NULL,'a30f5ad9-f854-40ec-8d87-c9fe8d9efa58'),
(43056,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:02','2026-03-16 15:37:02',NULL,NULL,NULL,'46db1228-2460-4116-b136-43b5fbdfc2b2'),
(43057,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:03','2026-03-16 15:37:03',NULL,NULL,NULL,'9d331f3f-6cb2-4a23-be6c-25cdcb2ef315'),
(43058,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:03','2026-03-16 15:37:03',NULL,NULL,NULL,'8bf8d45a-8043-4e01-8c90-7735d12f9c70'),
(43059,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:03','2026-03-16 15:37:03',NULL,NULL,NULL,'3d7b712c-97bc-4d8f-b38f-e08965dfa57f'),
(43060,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:03','2026-03-16 15:37:03',NULL,NULL,NULL,'166cf64b-f2de-4508-9c56-e09fce40b15d'),
(43061,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:04','2026-03-16 15:37:04',NULL,NULL,NULL,'8c29bdcf-2bf3-4327-9894-cadcf8a38ced'),
(43062,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:04','2026-03-16 15:37:04',NULL,NULL,NULL,'bb802998-842f-4a54-a41c-5cf1292e4665'),
(43063,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:04','2026-03-16 15:37:04',NULL,NULL,NULL,'97a0e372-03a7-4620-99bf-c6a3c40af970'),
(43064,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:05','2026-03-16 15:37:05',NULL,NULL,NULL,'c2552151-7046-4474-9c58-b8699a9415c7'),
(43065,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:05','2026-03-16 15:37:05',NULL,NULL,NULL,'a88662bc-12b4-43a0-b830-d8005f1e0780'),
(43066,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:05','2026-03-16 15:37:05',NULL,NULL,NULL,'cc254db5-57c4-4d5f-96f9-d951ea66beac'),
(43067,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:05','2026-03-16 15:37:05',NULL,NULL,NULL,'987b3f4a-15fd-4897-80aa-2a1c5ac2012e'),
(43068,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:06','2026-03-16 15:37:06',NULL,NULL,NULL,'a4cad185-6607-4998-9d9a-ff3c61805490'),
(43069,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:06','2026-03-16 15:37:06',NULL,NULL,NULL,'dec1c752-b3d6-4d4a-9ba2-eb8341711534'),
(43070,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:06','2026-03-16 15:37:06',NULL,NULL,NULL,'1d7cfaf0-fbb9-4f34-81bd-8fcf5a30eb63'),
(43071,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:06','2026-03-16 15:37:06',NULL,NULL,NULL,'d1795436-cd3d-4c0b-a5ca-1f4d4371d831'),
(43072,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:07','2026-03-16 15:37:07',NULL,NULL,NULL,'a080482b-931b-46ab-9c10-74471c9eae1d'),
(43073,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:07','2026-03-16 15:37:07',NULL,NULL,NULL,'128a7380-de33-456c-b588-6b86ca66f1a9'),
(43074,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:07','2026-03-16 15:37:07',NULL,NULL,NULL,'d993f5a9-b435-4f1c-8f6c-e52a2b4cc26b'),
(43075,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:07','2026-03-16 15:37:07',NULL,NULL,NULL,'6143d93d-d639-411e-ba27-e779758cb9ff'),
(43076,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:08','2026-03-16 15:37:08',NULL,NULL,NULL,'4489296a-8493-4a5f-b6e4-e3e89d491f64'),
(43077,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:08','2026-03-16 15:37:08',NULL,NULL,NULL,'9499830b-45e4-4114-820d-256d6724b126'),
(43078,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:08','2026-03-16 15:37:08',NULL,NULL,NULL,'b0a453ef-d85e-440e-83a3-96a2ca553359'),
(43079,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:08','2026-03-16 15:37:08',NULL,NULL,NULL,'c4f413c6-6386-445f-9477-eb2dec685b84'),
(43080,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:09','2026-03-16 15:37:09',NULL,NULL,NULL,'b640d580-ac70-4480-ab19-2c24faf30f84'),
(43081,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:09','2026-03-16 15:37:09',NULL,NULL,NULL,'5dcb0dcc-180f-40cc-b064-bdb9aad49a08'),
(43082,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:09','2026-03-16 15:37:09',NULL,NULL,NULL,'a7fece10-2e54-495d-be20-1180cc097e8d'),
(43083,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:09','2026-03-16 15:37:09',NULL,NULL,NULL,'476a11f2-9852-4175-8d93-e8478edf7079'),
(43084,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:10','2026-03-16 15:37:10',NULL,NULL,NULL,'4006a131-c801-4517-b3f7-b1645b1498c6'),
(43085,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:10','2026-03-16 15:37:10',NULL,NULL,NULL,'b5b775b0-1be2-45dd-be3d-3ff582831e30'),
(43086,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:10','2026-03-16 15:37:10',NULL,NULL,NULL,'fb5e28aa-58ce-4812-8202-e11b572bd9c2'),
(43087,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:10','2026-03-16 15:37:10',NULL,NULL,NULL,'49da7f6e-6214-423b-a8e3-1327a358b928'),
(43088,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:11','2026-03-16 15:37:11',NULL,NULL,NULL,'6e251243-9c4a-444f-8d5d-088fa3b8104a'),
(43089,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:11','2026-03-16 15:37:11',NULL,NULL,NULL,'e7710ac1-03a7-416f-876d-31bff4543f79'),
(43090,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:11','2026-03-16 15:37:11',NULL,NULL,NULL,'accef096-f927-4cdd-a63e-eae758b16ab6'),
(43091,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:11','2026-03-16 15:37:11',NULL,NULL,NULL,'7c093abf-7c6c-44c4-99c9-5cdbfd132997'),
(43092,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:12','2026-03-16 15:37:12',NULL,NULL,NULL,'e59e7fbd-7e34-4e6c-bcd5-7c0ae0662b25'),
(43093,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:12','2026-03-16 15:37:12',NULL,NULL,NULL,'5831ee15-1047-44fe-8281-c8b581966c6c'),
(43094,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:12','2026-03-16 15:37:12',NULL,NULL,NULL,'aa47c580-deac-47dd-8a98-9a485bfad2b0'),
(43095,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:13','2026-03-16 15:37:13',NULL,NULL,NULL,'db805a87-fe0d-4a1f-82b3-3081854f0519'),
(43096,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:13','2026-03-16 15:37:13',NULL,NULL,NULL,'dbea6326-f16a-4558-8ca2-f98aab3f5d41'),
(43097,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:13','2026-03-16 15:37:13',NULL,NULL,NULL,'f1b2aa7f-17fc-4732-9dc9-0d0f5b1c1abc'),
(43098,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:13','2026-03-16 15:37:13',NULL,NULL,NULL,'60eb578d-680a-4049-ab5a-2210a1a32612'),
(43099,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:14','2026-03-16 15:37:14',NULL,NULL,NULL,'c61110fa-7ed0-40b9-ad70-4bd129e9251a'),
(43100,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:14','2026-03-16 15:37:14',NULL,NULL,NULL,'3a1be65b-f885-4c96-bdea-b3d9b508b030'),
(43101,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:14','2026-03-16 15:37:14',NULL,NULL,NULL,'2495d624-de52-473a-9386-b770fd633425'),
(43102,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:15','2026-03-16 15:37:15',NULL,NULL,NULL,'7f969c85-38c7-4296-aca7-2a0c0f72651a'),
(43103,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:15','2026-03-16 15:37:15',NULL,NULL,NULL,'d732d91d-840a-4cf2-8211-3c8b15e8fd59'),
(43104,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:15','2026-03-16 15:37:15',NULL,NULL,NULL,'aa2a29b5-8f6a-4c49-8bcb-0964b0eb9e03'),
(43105,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:16','2026-03-16 15:37:16',NULL,NULL,NULL,'b0960a8d-2771-4440-8817-9b93f559575e'),
(43106,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:16','2026-03-16 15:37:16',NULL,NULL,NULL,'f973feff-6ec6-4a4a-92c6-84ed9aa2b139'),
(43107,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:16','2026-03-16 15:37:16',NULL,NULL,NULL,'71668a0f-7ac4-4623-8f03-aedbcb0c6e41'),
(43108,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:16','2026-03-16 15:37:16',NULL,NULL,NULL,'9beb0ad7-6119-49b7-98ba-12cb8938962b'),
(43109,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:17','2026-03-16 15:37:17',NULL,NULL,NULL,'a682641c-7ebc-4729-a397-333d28b3927a'),
(43110,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:17','2026-03-16 15:37:17',NULL,NULL,NULL,'0ef27483-be17-425e-9a35-dab182fafb0e'),
(43111,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:17','2026-03-16 15:37:17',NULL,NULL,NULL,'0c02fb73-bad1-43d3-a963-aebf8ec39ad8'),
(43112,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:17','2026-03-16 15:37:17',NULL,NULL,NULL,'7ef14873-7e48-4e4e-ba13-af6fd86a397f'),
(43113,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:18','2026-03-16 15:37:18',NULL,NULL,NULL,'af5a6d01-043d-449d-878f-99c1c5b7bd8e'),
(43114,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:18','2026-03-16 15:37:18',NULL,NULL,NULL,'f6c0b821-63de-46a0-ac93-41360142066b'),
(43115,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:18','2026-03-16 15:37:18',NULL,NULL,NULL,'5b4b90db-2a4b-4795-add4-ba0934220e9a'),
(43116,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:18','2026-03-16 15:37:18',NULL,NULL,NULL,'6900ccf8-6bce-4263-ad85-89cc003314c2'),
(43117,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:19','2026-03-16 15:37:19',NULL,NULL,NULL,'f9ef194b-1565-46b1-8d09-243f5cf09397'),
(43118,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:19','2026-03-16 15:37:19',NULL,NULL,NULL,'4fb8978d-285c-43d4-8c41-2fa4bc355761'),
(43119,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 15:37:19','2026-03-16 15:37:19',NULL,NULL,NULL,'d5c5a3f1-6f0c-4ce5-b691-40a517f095fc'),
(43120,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 15:39:47','2026-03-16 15:39:47',NULL,NULL,NULL,'bc5ffb25-59b5-4d4d-a708-f4c81102389a'),
(43121,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 15:41:23','2026-03-16 15:41:23',NULL,NULL,NULL,'5023324d-b34f-4641-845f-cdc0a86b9ed9'),
(43122,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 15:41:31','2026-03-16 15:41:31',NULL,NULL,NULL,'3ece33e6-3be0-4430-9482-632a64d585bd'),
(43124,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 15:47:57','2026-03-16 15:47:57',NULL,NULL,NULL,'72ac6631-d307-4515-8807-d2292a8169ab'),
(43126,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 15:54:19','2026-03-16 15:54:19',NULL,NULL,NULL,'e8cf083c-cdb2-4760-866b-c1f69cb7777e'),
(43127,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 15:54:19','2026-03-16 15:54:19',NULL,NULL,NULL,'fdad5b10-2e21-4801-bb59-510d7bcbf466'),
(43137,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 16:04:36','2026-03-16 16:04:36',NULL,NULL,NULL,'c19c18f2-7ba6-4fac-92dd-10ef4ee7c212'),
(43138,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 16:05:56','2026-03-16 16:05:56',NULL,NULL,NULL,'158f316d-d97a-4894-a1ab-f739de16853f'),
(43139,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 16:05:56','2026-03-16 16:05:56',NULL,NULL,NULL,'430abae2-7b50-4f26-adfa-3f585f2a2b62'),
(43140,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 16:05:56','2026-03-16 16:05:56',NULL,NULL,NULL,'562a0d35-4424-46ab-b3d1-a272567197d5'),
(43141,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 16:05:56','2026-03-16 16:05:56',NULL,NULL,NULL,'0c74d1bd-27f4-45e0-80c3-1e04c88c9893'),
(43142,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 16:05:57','2026-03-16 16:05:57',NULL,NULL,NULL,'bc4af92f-cf6f-4b6c-ac5d-adcbfaf8c571'),
(43143,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 16:05:57','2026-03-16 16:05:57',NULL,NULL,NULL,'7f6db802-611c-49dc-aa07-d73957942f8a'),
(43145,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-16 16:07:41','2026-03-25 18:51:23',NULL,'2026-03-25 18:51:23',NULL,'18119c7b-dbfb-45aa-b67f-780784cd08e1'),
(43147,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-03-16 16:08:01','2026-03-16 16:11:02',NULL,NULL,NULL,'c3392c38-22f3-4ded-8b07-cce0c4467bef'),
(43153,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 16:33:32','2026-03-16 16:33:32',NULL,NULL,NULL,'329fa928-299c-492c-8114-f866db51a391'),
(43156,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 16:34:17','2026-03-16 16:34:17',NULL,NULL,NULL,'d86eaa84-cad1-4011-9637-d3355ba17c12'),
(43157,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 16:35:33','2026-03-16 16:35:33',NULL,NULL,NULL,'5f2a9060-474c-4773-82dd-8d2da418cc3e'),
(43159,1249,NULL,6580,1,'craft\\elements\\Entry',1,0,'2026-03-16 16:36:17','2026-03-16 16:36:17',NULL,NULL,NULL,'275c774f-0d75-4af2-b1fd-a715454e86f4'),
(43161,1249,NULL,6581,1,'craft\\elements\\Entry',1,0,'2026-03-16 16:36:40','2026-03-16 16:36:40',NULL,NULL,NULL,'32bccd04-007c-453a-acdd-858eacb41545'),
(43163,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 16:38:33','2026-03-16 16:38:33',NULL,NULL,NULL,'9badbec1-7bbe-4763-b08b-697ba4818cc9'),
(43170,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 17:40:54','2026-03-16 17:40:54',NULL,NULL,NULL,'0d544411-65e3-4939-ae1f-3c60d23f8afe'),
(43171,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 17:40:54','2026-03-16 17:40:54',NULL,NULL,NULL,'01c64223-6d7e-4105-8cae-c373cc5a9c96'),
(43172,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 17:44:39','2026-03-16 17:44:39',NULL,NULL,NULL,'056d76d9-a47f-4fd3-a40e-4e167db3f28b'),
(43173,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 17:44:39','2026-03-16 17:44:39',NULL,NULL,NULL,'919c5d0a-0665-4c45-aed0-0583fa24934e'),
(43177,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 18:27:11','2026-03-16 18:27:11',NULL,NULL,NULL,'edc531c0-6652-4e16-ab7f-98f82b69b0cf'),
(43178,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 18:27:12','2026-03-16 18:27:12',NULL,NULL,NULL,'5a3a1a1e-a5c8-4fcd-802c-33305d5f9a01'),
(43179,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 18:27:12','2026-03-16 18:27:12',NULL,NULL,NULL,'c9bdda4b-f28a-4862-983d-f068fc49003c'),
(43181,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-03-16 18:28:15','2026-03-16 18:28:15',NULL,NULL,NULL,'38f514c6-8453-4686-89a1-d01c0e723cdf'),
(43182,1425,NULL,6582,1,'craft\\elements\\Entry',1,0,'2026-03-16 18:28:17','2026-03-16 18:28:17',NULL,NULL,NULL,'3199da19-2c75-4712-bc81-12ef87c4c702'),
(43184,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-03-16 18:29:05','2026-03-16 18:29:05',NULL,NULL,NULL,'23dd4fa2-4e3d-48f5-8765-2e8ebc5062f8'),
(43185,1269,NULL,6583,1,'craft\\elements\\Entry',1,0,'2026-03-16 18:29:12','2026-03-16 18:29:12',NULL,NULL,NULL,'be1d49ab-23f1-4976-bceb-ee4f6b7816d1'),
(43186,NULL,NULL,NULL,9,'craft\\elements\\Asset',1,0,'2026-03-16 18:30:28','2026-03-16 18:30:28',NULL,NULL,NULL,'de43a097-c7d9-44c2-b209-ec6051b2ad98'),
(43188,1289,NULL,6584,1,'craft\\elements\\Entry',1,0,'2026-03-16 18:30:30','2026-03-16 18:30:30',NULL,NULL,NULL,'b4fabda9-2d0d-41e8-81b8-d4c264787820'),
(43189,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 18:53:53','2026-03-16 18:53:53',NULL,NULL,NULL,'a8ec8269-f4a2-4633-baf2-12238840b52a'),
(43190,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-16 18:56:42','2026-03-16 18:56:42',NULL,NULL,NULL,'fb43bf16-ca54-4e7d-a945-2fae7f4fa6f1'),
(43191,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 19:04:55','2026-03-16 19:04:55',NULL,NULL,NULL,'2234a133-878f-4129-840e-bdda3c293ecf'),
(43192,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 19:04:55','2026-03-16 19:04:55',NULL,NULL,NULL,'dbcebe79-0fc2-4748-a9b3-714f11ebb6a2'),
(43193,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 19:05:24','2026-03-16 19:05:24',NULL,NULL,NULL,'2bfd3aa1-803f-47e2-bb78-1c4405e1f42a'),
(43194,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 19:05:24','2026-03-16 19:05:24',NULL,NULL,NULL,'5aaddcbf-00ea-4afe-aff5-612850b417c0'),
(43195,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 19:28:37','2026-03-16 19:28:37',NULL,NULL,NULL,'816a22ab-2b3d-4db0-b66a-8d03652e370d'),
(43206,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 20:24:33','2026-03-16 20:24:33',NULL,NULL,NULL,'87b0ab89-78ad-4bea-bc1a-0fbabfd54d26'),
(43211,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 20:41:22','2026-03-16 20:41:22',NULL,NULL,NULL,'72fdc730-459f-4843-be3e-e00b2efcf13a'),
(43212,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 20:41:22','2026-03-16 20:41:22',NULL,NULL,NULL,'2c9171cb-1787-4429-8763-978775289e39'),
(43213,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 20:43:03','2026-03-16 20:43:03',NULL,NULL,NULL,'f50db8b2-160c-471e-8e8d-2e3f4944813b'),
(43214,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 20:46:17','2026-03-16 20:46:17',NULL,NULL,NULL,'f7707f32-d34b-40fd-b810-deaf5f6cf37d'),
(43215,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 20:46:17','2026-03-16 20:46:17',NULL,NULL,NULL,'11dcb4bf-2d0f-473f-a9b9-09ccfaedd8ed'),
(43216,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 20:53:41','2026-03-16 20:53:41',NULL,NULL,NULL,'0f424313-4f3c-4b82-8d89-ef098eb6d223'),
(43217,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 20:53:41','2026-03-16 20:53:41',NULL,NULL,NULL,'be9057c9-54a4-418e-8849-cf9ac5a324fb'),
(43218,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 20:56:58','2026-03-16 20:56:58',NULL,NULL,NULL,'e300b44f-d683-4690-97ad-87c119e52193'),
(43219,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 20:56:58','2026-03-16 20:56:58',NULL,NULL,NULL,'cc5237b0-3ea6-4f9f-be6f-b2b5cb4504b8'),
(43221,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 20:59:16','2026-03-16 20:59:16',NULL,NULL,NULL,'fff8d15e-3708-40f7-9130-6b275f81d9dd'),
(43222,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 20:59:16','2026-03-16 20:59:16',NULL,NULL,NULL,'eb41a2b8-c76d-46da-ba78-26ca06555133'),
(43226,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 21:43:54','2026-03-16 21:43:54',NULL,NULL,NULL,'7c4a7dc2-7adf-465f-a87e-f3bc63b2ea0a'),
(43228,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 21:53:09','2026-03-16 21:53:09',NULL,NULL,NULL,'ab720232-ad1d-41ae-be5d-13e8a5099848'),
(43229,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 21:53:09','2026-03-16 21:53:09',NULL,NULL,NULL,'b007562a-258c-4932-876d-d45c808e52b1'),
(43230,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 22:10:27','2026-03-16 22:10:27',NULL,NULL,NULL,'14b4d6b2-85a9-4294-b90e-0b162c388425'),
(43234,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 22:43:06','2026-03-16 22:43:06',NULL,NULL,NULL,'15b17554-b7b5-4a72-9fa8-f7088cc2e02f'),
(43237,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-16 23:01:57','2026-03-16 23:01:57',NULL,NULL,NULL,'311744d0-ddaa-4f55-9ea2-28378a0178d6'),
(43238,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-16 23:01:57','2026-03-16 23:01:57',NULL,NULL,NULL,'be97e4b1-0018-4178-9913-1e7a75f3c8e2'),
(43271,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:40','2026-03-17 00:17:40',NULL,NULL,NULL,'b2fc676c-fffa-44fe-97aa-a977568d5966'),
(43272,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:40','2026-03-17 00:17:40',NULL,NULL,NULL,'1b1400a7-c0b8-472f-ad78-1a094a9d79f6'),
(43273,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:40','2026-03-17 00:17:40',NULL,NULL,NULL,'6de6f8d3-9a8c-4f0c-8a1d-68f403a5d3e3'),
(43274,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:41','2026-03-17 00:17:41',NULL,NULL,NULL,'756063cd-4019-4db3-83cc-36ff3387bb6b'),
(43275,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:41','2026-03-17 00:17:41',NULL,NULL,NULL,'fa070fe5-6eab-48f3-8af9-72aef54a6170'),
(43276,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:41','2026-03-17 00:17:41',NULL,NULL,NULL,'bd6607d9-f51d-48f5-a207-04a04fcc292c'),
(43277,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:42','2026-03-17 00:17:42',NULL,NULL,NULL,'963dbbc4-ec92-4732-83c9-2cae342e6886'),
(43278,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:42','2026-03-17 00:17:42',NULL,NULL,NULL,'24450874-60dd-42dd-afdf-8db95dddbaa3'),
(43279,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:42','2026-03-17 00:17:42',NULL,NULL,NULL,'36bc9a12-b1cf-4687-9e78-0b8045e617ec'),
(43280,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:43','2026-03-17 00:17:43',NULL,NULL,NULL,'a05d1cf3-c0f7-4d8a-970a-8b9aa45b03e3'),
(43281,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:43','2026-03-17 00:17:43',NULL,NULL,NULL,'2a5e3ad2-b9a7-4c2a-b092-3e705861a494'),
(43282,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:43','2026-03-17 00:17:43',NULL,NULL,NULL,'67882b4c-d197-4aec-b385-6aadb01915b3'),
(43283,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:43','2026-03-17 00:17:43',NULL,NULL,NULL,'16a7bcc8-a6cf-4fdd-86a4-7f20fc033e48'),
(43284,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:44','2026-03-17 00:17:44',NULL,NULL,NULL,'355ab292-8c92-49e4-8c88-645f14ef43f3'),
(43285,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 00:17:44','2026-03-17 00:17:44',NULL,NULL,NULL,'bc4d0d91-ad1b-4684-8a0f-c22be6d7f198'),
(43302,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 00:19:13','2026-03-17 00:19:13',NULL,NULL,NULL,'84d15e41-e990-4c2f-81d8-9fcf23866f65'),
(43952,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 01:21:20','2026-03-17 01:21:20',NULL,NULL,NULL,'32d8753c-d226-4028-abea-4e924c275915'),
(43953,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 01:21:20','2026-03-17 01:21:20',NULL,NULL,NULL,'81122c68-f5f9-4fd4-aaf7-2f212e22085c'),
(43954,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 01:23:41','2026-03-17 01:23:41',NULL,NULL,NULL,'ba8408e1-956f-4784-8f55-6302cc0198a1'),
(43955,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 01:23:41','2026-03-17 01:23:41',NULL,NULL,NULL,'7236bf3e-cb0c-4533-8ebb-424643403992'),
(43956,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 01:27:11','2026-03-17 01:27:11',NULL,NULL,NULL,'71011bca-a301-4b30-812e-e2d00d4e6100'),
(43957,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 01:27:11','2026-03-17 01:27:11',NULL,NULL,NULL,'ad59e02d-0524-437c-9d11-6a6f6f69abf6'),
(43962,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 01:50:30','2026-03-17 01:50:30',NULL,NULL,NULL,'8cd11e7c-9430-4730-a2b9-c81fa08b5f51'),
(43963,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 01:50:31','2026-03-17 01:50:31',NULL,NULL,NULL,'c4a145e1-4970-4736-8a17-16f353120cc3'),
(43964,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 01:50:31','2026-03-17 01:50:31',NULL,NULL,NULL,'1ece864c-cee1-4723-9145-9453ddbad0fb'),
(43965,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 01:50:31','2026-03-17 01:50:31',NULL,NULL,NULL,'ea19549e-80ef-42c6-b262-1f6b3539fe34'),
(44072,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 02:10:55','2026-03-17 02:10:55',NULL,NULL,NULL,'ee38f516-3b8d-4402-bc60-e4575f1a8947'),
(44073,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 02:10:55','2026-03-17 02:10:55',NULL,NULL,NULL,'c013fc09-a410-48d0-b100-6e869e05c4d2'),
(44074,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 02:11:03','2026-03-17 02:11:03',NULL,NULL,NULL,'728be710-232b-4d7b-b557-6003a407c9ea'),
(44142,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 02:45:58','2026-03-17 02:45:58',NULL,NULL,NULL,'b7de5211-6130-4fb5-a4d3-1cf5a9a5ea37'),
(44217,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 07:17:50','2026-03-17 07:17:50',NULL,NULL,NULL,'d76900de-10a9-4689-9423-580647f916ad'),
(44218,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 07:17:50','2026-03-17 07:17:50',NULL,NULL,NULL,'5b4461be-cece-4105-8190-fc2721837c9c'),
(44281,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 10:25:12','2026-03-17 10:25:12',NULL,NULL,NULL,'dc2c39ec-135c-4150-a930-11c93cdac4d3'),
(44291,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 10:38:10','2026-03-17 10:38:10',NULL,NULL,NULL,'91cc123a-a063-4f93-b555-9f49a10e75b8'),
(44314,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 11:42:37','2026-03-17 11:42:37',NULL,NULL,NULL,'bb970d43-710a-4538-973a-4e1137adb2f4'),
(44315,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 11:42:37','2026-03-17 11:42:37',NULL,NULL,NULL,'cb9d4ee5-aca6-468f-b459-93cd46a0f49d'),
(44339,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 12:22:19','2026-03-17 12:22:19',NULL,NULL,NULL,'46aac19a-135d-414d-b52d-cd731c99c099'),
(44340,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 12:22:19','2026-03-17 12:22:19',NULL,NULL,NULL,'6b2260c4-173a-4376-a4bf-40d68b63d491'),
(44344,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 12:25:54','2026-03-17 12:25:54',NULL,NULL,NULL,'7fe2b393-bde1-4242-8086-4eec85e321e8'),
(44350,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 12:42:35','2026-03-17 12:42:35',NULL,NULL,NULL,'92fe09dd-65c3-43b6-908e-e2b21e411e76'),
(44364,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 13:33:58','2026-03-17 13:33:58',NULL,NULL,NULL,'73c4dd12-bf47-4594-b0c4-4ef68e0e3296'),
(44368,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 13:59:45','2026-03-17 13:59:45',NULL,NULL,NULL,'4d368f49-5570-4142-a80a-f0e4ebb4d44f'),
(44373,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 14:31:11','2026-03-17 14:31:11',NULL,NULL,NULL,'082efa7e-2161-4129-a4be-1f3b0eaf7598'),
(44376,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 14:50:41','2026-03-17 14:50:41',NULL,NULL,NULL,'f70afba9-a585-4c9e-8571-158a668ea232'),
(44377,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 14:50:41','2026-03-17 14:50:41',NULL,NULL,NULL,'34dd0667-33fa-4393-9822-bb953d035ab9'),
(44379,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 15:12:04','2026-03-17 15:12:04',NULL,NULL,NULL,'c61c63dc-0177-4206-b7b1-ce4cbf52487c'),
(44380,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 15:12:04','2026-03-17 15:12:04',NULL,NULL,NULL,'5d22a13e-eee0-4a7b-b89d-88857685eb7e'),
(44381,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 15:41:13','2026-03-17 15:41:13',NULL,NULL,NULL,'f057e653-8748-4273-b4e7-21acefb25d81'),
(44382,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 15:41:13','2026-03-17 15:41:13',NULL,NULL,NULL,'6a5f8d91-2e74-40b9-ad57-bc7f3b0d924e'),
(44383,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 15:50:06','2026-03-17 15:50:06',NULL,NULL,NULL,'63680019-49d2-4a79-9050-3db63c13434d'),
(44384,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 15:52:46','2026-03-17 15:52:46',NULL,NULL,NULL,'ba17f8de-b5e6-4951-8aea-f373c73acc8a'),
(44389,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 16:28:17','2026-03-17 16:28:17',NULL,NULL,NULL,'b23f185d-7d2b-43fb-aa13-3463d7e3d68e'),
(44390,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 16:29:12','2026-03-17 16:29:12',NULL,NULL,NULL,'b680dc2b-2d8e-444b-a387-9b56ff18de30'),
(44392,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 16:31:30','2026-03-17 16:31:30',NULL,NULL,NULL,'e23687ce-b695-4754-9535-0327d3204ebf'),
(44393,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 16:31:30','2026-03-17 16:31:30',NULL,NULL,NULL,'7001759a-b931-4fa0-8117-e85a0b0d9ed7'),
(44394,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 16:31:31','2026-03-17 16:31:31',NULL,NULL,NULL,'9bb99d5b-5c2e-419f-a450-8ad6e5132731'),
(44403,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 17:33:36','2026-03-17 17:33:36',NULL,NULL,NULL,'1c4d9021-4106-4b22-aedb-0b9c084a0890'),
(44404,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 17:33:36','2026-03-17 17:33:36',NULL,NULL,NULL,'4ac9fbdb-aa75-473e-84d2-4364985c1757'),
(44428,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 18:05:46','2026-03-17 18:05:46',NULL,NULL,NULL,'a8a3e307-43d3-4e13-b084-7269aa001d3e'),
(44457,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 18:52:54','2026-03-17 18:52:54',NULL,NULL,NULL,'4043e3b1-4ee7-49b5-b9e7-04d1df3d545b'),
(44460,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 18:56:02','2026-03-17 18:56:02',NULL,NULL,NULL,'51d2f1f1-95fd-401a-b2b1-8c2aec24a710'),
(44461,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 18:56:02','2026-03-17 18:56:02',NULL,NULL,NULL,'3e5f6fc9-dddf-4ecc-9f1d-3e235251e5a0'),
(44465,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:38','2026-03-17 19:01:38',NULL,NULL,NULL,'128a21f9-c33d-468f-a159-fe4311953675'),
(44466,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:38','2026-03-17 19:01:38',NULL,NULL,NULL,'3021fb74-2d9d-4b00-b6aa-e5abc67b90e6'),
(44467,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:38','2026-03-17 19:01:38',NULL,NULL,NULL,'af4605cc-c66b-4fe1-a2c3-474a4668c92e'),
(44468,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:38','2026-03-17 19:01:38',NULL,NULL,NULL,'0f13c8ff-8fc0-4017-9d7a-76da14ffffac'),
(44469,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:39','2026-03-17 19:01:39',NULL,NULL,NULL,'619bc6fa-9d9e-4ec6-b3f3-b47998fd9910'),
(44470,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:39','2026-03-17 19:01:39',NULL,NULL,NULL,'69d60f06-6665-4d12-9754-aee99c2f471d'),
(44471,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:39','2026-03-17 19:01:39',NULL,NULL,NULL,'bfae1218-252b-433c-9ea9-43a45842c58b'),
(44472,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:40','2026-03-17 19:01:40',NULL,NULL,NULL,'4bfcdcca-db57-4930-b2df-71aed317971c'),
(44473,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:40','2026-03-17 19:01:40',NULL,NULL,NULL,'e1e010f7-6b08-4151-9fe7-c4be6d7240fb'),
(44474,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:40','2026-03-17 19:01:40',NULL,NULL,NULL,'61583243-da5e-4f6d-9c5e-5e5a55707c4c'),
(44475,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:40','2026-03-17 19:01:40',NULL,NULL,NULL,'6ec3a49c-b3cf-4d9a-b212-3c84917a5b69'),
(44476,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:41','2026-03-17 19:01:41',NULL,NULL,NULL,'afcd989e-c37f-411c-b06c-6648a9f582de'),
(44478,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:41','2026-03-17 19:01:41',NULL,NULL,NULL,'f5445af8-992b-42e4-86b6-f0f2a70d9868'),
(44479,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:42','2026-03-17 19:01:42',NULL,NULL,NULL,'0685b461-08ed-40c3-bf4b-150f45fa9f47'),
(44480,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:42','2026-03-17 19:01:42',NULL,NULL,NULL,'1ae53f0b-b21a-4a1b-8084-e4630bd596c5'),
(44481,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:42','2026-03-17 19:01:42',NULL,NULL,NULL,'06dcb430-45ab-4c30-af33-757c398ee909'),
(44482,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:42','2026-03-17 19:01:42',NULL,NULL,NULL,'5b7da59a-840e-490c-a404-d99b8ff192b9'),
(44483,1109,NULL,6585,1,'craft\\elements\\Entry',1,0,'2026-03-17 19:01:42','2026-03-17 19:01:42',NULL,NULL,NULL,'41d475f5-acf4-4b78-ab30-1b80e4deb6f4'),
(44484,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:42','2026-03-17 19:01:42',NULL,NULL,NULL,'099206d3-ece8-456f-9227-ec7a6f8c431f'),
(44485,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:43','2026-03-17 19:01:43',NULL,NULL,NULL,'0f9263a7-8612-4951-bd3c-2f8e59e975b8'),
(44486,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:44','2026-03-17 19:01:44',NULL,NULL,NULL,'cb9f93fc-2337-437d-940c-7234a2a506fc'),
(44487,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:44','2026-03-17 19:01:44',NULL,NULL,NULL,'3c0d8a12-5e76-430a-8558-74fb1da8ecec'),
(44488,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:44','2026-03-17 19:01:44',NULL,NULL,NULL,'b4ad832b-38e9-46ff-90d8-3ee84b57ecd9'),
(44489,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-17 19:01:45','2026-03-17 19:01:45',NULL,NULL,NULL,'a5c3b066-89a6-43ad-89e8-dc9733c73e18'),
(44532,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 19:57:32','2026-03-17 19:57:32',NULL,NULL,NULL,'b1825f35-ad77-4551-b8c7-c5ccc8ca5e5f'),
(44533,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 19:57:32','2026-03-17 19:57:32',NULL,NULL,NULL,'f10e2660-a3c9-481b-9264-b124de090f61'),
(44536,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 20:02:42','2026-03-17 20:02:42',NULL,NULL,NULL,'5d0ea382-649a-4170-a677-8123e79e80c3'),
(44549,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 20:26:21','2026-03-17 20:26:21',NULL,NULL,NULL,'ccb28a7d-3a08-4adb-924a-31cdf3def3d6'),
(44550,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 20:26:21','2026-03-17 20:26:21',NULL,NULL,NULL,'dbec0a6e-c9c1-4065-ac06-b5b960e4903a'),
(44555,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 21:19:30','2026-03-17 21:19:30',NULL,NULL,NULL,'073ccca0-5518-4dbc-820f-386b54e6f75b'),
(44557,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 22:33:55','2026-03-17 22:33:55',NULL,NULL,NULL,'6c9b726c-764c-4766-8d68-d8ad037ab824'),
(44558,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-17 22:33:55','2026-03-17 22:33:55',NULL,NULL,NULL,'5b638bac-ff07-4c96-9e39-bb4961d3df50'),
(44559,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-17 23:08:54','2026-03-17 23:08:54',NULL,NULL,NULL,'9d0195b7-5ba8-4e6a-84db-895cdd47edfd'),
(44563,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 00:50:26','2026-03-18 00:50:26',NULL,NULL,NULL,'f45368dd-e7f7-4540-b536-3e4aa539a958'),
(44564,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 01:45:32','2026-03-18 01:45:32',NULL,NULL,NULL,'5ee929fa-c82a-4b0f-addb-572e6282f2de'),
(44565,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 01:46:30','2026-03-18 01:46:30',NULL,NULL,NULL,'31b4ab9b-814a-4082-8347-088ff960e2d8'),
(44712,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 08:31:08','2026-03-18 08:31:08',NULL,NULL,NULL,'823679a5-517e-409a-a1e8-80e35cc6adda'),
(44752,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 11:40:04','2026-03-18 11:40:04',NULL,NULL,NULL,'a5a1b148-40cb-4dc6-bd3f-7ce22c3091d7'),
(44772,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 13:35:44','2026-03-18 13:35:44',NULL,NULL,NULL,'ba94a42c-3732-4478-a523-b44cdb249ba6'),
(44773,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-18 13:35:44','2026-03-18 13:35:44',NULL,NULL,NULL,'50411aec-edb7-4b67-b21c-98677e0433b4'),
(44798,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 14:09:45','2026-03-18 14:09:45',NULL,NULL,NULL,'29a3c2f6-727d-409e-9510-4fe0d95454ef'),
(44799,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-18 14:09:45','2026-03-18 14:09:45',NULL,NULL,NULL,'89486ba8-5614-4cf7-ae70-93ad5dc5cec0'),
(44800,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-18 14:09:45','2026-03-18 14:09:45',NULL,NULL,NULL,'3178e7d1-088a-4ac5-aa3a-084e0caa3d94'),
(44801,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-18 14:09:45','2026-03-18 14:09:45',NULL,NULL,NULL,'6bf964e6-dc4b-40de-bc56-64fb518575ae'),
(44804,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 14:16:38','2026-03-18 14:16:38',NULL,NULL,NULL,'1b8c36e0-d902-4dbd-a26e-f3fbf9e84796'),
(44840,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 16:27:05','2026-03-18 16:27:05',NULL,NULL,NULL,'f39b0fc5-fcca-4950-b19c-524b1f4b3ace'),
(44846,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-18 17:01:24','2026-03-18 17:01:24',NULL,NULL,NULL,'ea7108dc-3c23-4afd-89e5-644b13f5e5c9'),
(44853,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 18:07:20','2026-03-18 18:07:20',NULL,NULL,NULL,'0106cfa2-31c6-4a41-9239-e5ef4a32277b'),
(44857,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 18:56:14','2026-03-18 18:56:14',NULL,NULL,NULL,'b4dac6bb-016b-4155-91ee-f86edd88e4f2'),
(44858,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-18 18:56:14','2026-03-18 18:56:14',NULL,NULL,NULL,'ab66ee93-352c-4296-b6ed-f9795a1d51c4'),
(44864,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 19:49:26','2026-03-18 19:49:26',NULL,NULL,NULL,'9196c2e5-fab1-4602-bfab-36217d275980'),
(44866,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 19:52:59','2026-03-18 19:52:59',NULL,NULL,NULL,'638f3f0b-d349-4e5c-948c-cd345315a32b'),
(44867,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-18 19:52:59','2026-03-18 19:52:59',NULL,NULL,NULL,'b24ab1fe-4328-467c-b95d-72c55c13535a'),
(44868,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 20:12:49','2026-03-18 20:12:49',NULL,NULL,NULL,'32a310bf-832d-4249-9379-2af6ca2dbf7a'),
(44869,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-18 20:12:49','2026-03-18 20:12:49',NULL,NULL,NULL,'40f59338-3348-43c0-b331-41ff207a9224'),
(44875,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 20:59:59','2026-03-18 20:59:59',NULL,NULL,NULL,'9c92a75a-deff-474a-917f-33e3a79790d7'),
(44876,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-18 20:59:59','2026-03-18 20:59:59',NULL,NULL,NULL,'b625d031-0a71-4042-95a1-860c08177ac7'),
(44880,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 21:37:43','2026-03-18 21:37:43',NULL,NULL,NULL,'bd985619-7086-44b6-9a98-23222ad2d110'),
(44881,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 22:01:39','2026-03-18 22:01:39',NULL,NULL,NULL,'c9f19704-6a08-4fa6-93f6-17a33b4b61db'),
(44884,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 22:44:14','2026-03-18 22:44:14',NULL,NULL,NULL,'1920ff45-955e-44c3-aba2-73e5a03f9895'),
(44885,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-18 22:44:14','2026-03-18 22:44:14',NULL,NULL,NULL,'b6deb326-884d-47d6-b105-414bd3bf3acf'),
(44887,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 22:52:15','2026-03-18 22:52:15',NULL,NULL,NULL,'9a6bd3b5-f081-4a48-8622-faa17849937a'),
(44891,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 23:20:34','2026-03-18 23:20:34',NULL,NULL,NULL,'38a50787-54fc-4ca9-9391-35146a5ace46'),
(44892,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 23:23:45','2026-03-18 23:23:45',NULL,NULL,NULL,'24a3a1e3-0b7f-45ee-bac3-b8a0e97ce796'),
(44893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-18 23:24:08','2026-03-18 23:24:08',NULL,NULL,NULL,'e29c8048-5ce7-4f10-a2aa-2c1ee158fa5c'),
(44931,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:43','2026-03-19 00:37:43',NULL,NULL,NULL,'df633c4a-e3b9-454e-8fd8-99cb29d9ae48'),
(44932,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:43','2026-03-19 00:37:43',NULL,NULL,NULL,'b427e803-8e10-4423-8faf-1235e66bcc2b'),
(44933,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:43','2026-03-19 00:37:43',NULL,NULL,NULL,'26883e6d-7462-4d0b-8a35-33da74906eb1'),
(44934,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:44','2026-03-19 00:37:44',NULL,NULL,NULL,'c7f1fbf8-facf-476f-91dc-c1a84d5012b7'),
(44935,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:44','2026-03-19 00:37:44',NULL,NULL,NULL,'be2c8899-561d-4093-97a3-2efba8ddebfc'),
(44936,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:44','2026-03-19 00:37:44',NULL,NULL,NULL,'af42b0e0-8d9e-4db0-9d0a-e5235a762acb'),
(44937,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:44','2026-03-19 00:37:44',NULL,NULL,NULL,'31db895f-25ce-4f84-bbc3-e0a2f9fbe56c'),
(44938,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:45','2026-03-19 00:37:45',NULL,NULL,NULL,'715b9341-b669-4000-a79f-3c1fe677f3cd'),
(44939,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:45','2026-03-19 00:37:45',NULL,NULL,NULL,'8a692be8-d20f-46da-832f-3eb4f2d3cadd'),
(44940,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:45','2026-03-19 00:37:45',NULL,NULL,NULL,'c5a1f02b-c757-4b10-9d97-c4050e77b905'),
(44941,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:45','2026-03-19 00:37:45',NULL,NULL,NULL,'e5c9683b-6aea-4699-a01b-c212fd8e5d27'),
(44942,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:46','2026-03-19 00:37:46',NULL,NULL,NULL,'91b390bd-ebfc-484f-8637-f569a659886a'),
(44943,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:46','2026-03-19 00:37:46',NULL,NULL,NULL,'798732c1-6b15-4e82-ba4e-45170b371f26'),
(44944,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:47','2026-03-19 00:37:47',NULL,NULL,NULL,'3884784c-6d3f-4e43-856d-42b037066a43'),
(44945,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:47','2026-03-19 00:37:47',NULL,NULL,NULL,'966a070d-c90d-4bd1-b453-8a469ef4e279'),
(44946,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:47','2026-03-19 00:37:47',NULL,NULL,NULL,'d526994b-3ea6-4fdd-a6a2-3b1ca469e29b'),
(44947,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:47','2026-03-19 00:37:47',NULL,NULL,NULL,'5dc30197-c0b9-4c66-8214-da6043645d60'),
(44948,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:48','2026-03-19 00:37:48',NULL,NULL,NULL,'9ef7d915-9cfa-4e5b-8f16-c40712a380ec'),
(44949,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:48','2026-03-19 00:37:48',NULL,NULL,NULL,'4d4a667a-e6a7-4171-b4ef-7823ba3e7c0b'),
(44950,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:48','2026-03-19 00:37:48',NULL,NULL,NULL,'4949a7eb-a072-4337-945f-3dc549c2b437'),
(44951,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:49','2026-03-19 00:37:49',NULL,NULL,NULL,'8c973bdd-a492-4cb4-9480-f35fbccc8ec7'),
(44952,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:49','2026-03-19 00:37:49',NULL,NULL,NULL,'90e3d0c3-9709-49bb-ae9d-d6b7d9b46d37'),
(44953,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:49','2026-03-19 00:37:49',NULL,NULL,NULL,'95183157-ef49-4e21-815d-ea040c2d9a34'),
(44954,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:49','2026-03-19 00:37:49',NULL,NULL,NULL,'ca0245ad-0e92-4cb6-951a-556f41252ba0'),
(44955,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:50','2026-03-19 00:37:50',NULL,NULL,NULL,'5c09875f-a927-41e7-8ff5-e3cd375fc718'),
(44956,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:50','2026-03-19 00:37:50',NULL,NULL,NULL,'575db893-cc62-4a2c-a4b3-11a0d5a50792'),
(44957,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:50','2026-03-19 00:37:50',NULL,NULL,NULL,'200afba7-1f90-4c32-9a8f-8838ceac2f1b'),
(44958,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 00:37:50','2026-03-19 00:37:50',NULL,NULL,NULL,'9e051a65-9b44-4178-b1fa-004aa2ea8fab'),
(45608,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 01:18:31','2026-03-19 01:18:31',NULL,NULL,NULL,'1d1cea56-35bb-43cc-92df-e0099cf7ac2d'),
(45609,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-19 01:18:31','2026-03-19 01:18:31',NULL,NULL,NULL,'85ac804f-ad86-4a2b-8757-adfe150d9eb4'),
(45617,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 01:56:39','2026-03-19 01:56:39',NULL,NULL,NULL,'5ea3d401-451d-44b0-98c0-21233a5d9c70'),
(47025,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 03:34:12','2026-03-19 03:34:12',NULL,NULL,NULL,'48a16f3b-1003-4ccc-82e4-f3b924c4c77e'),
(47026,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-19 03:34:12','2026-03-19 03:34:12',NULL,NULL,NULL,'e25f162f-3239-4710-b064-5f01fe7de320'),
(47054,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 04:15:06','2026-03-19 04:15:06',NULL,NULL,NULL,'29512964-1b03-437c-9690-a9f4c4b2fd2a'),
(47302,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 10:17:36','2026-03-19 10:17:36',NULL,NULL,NULL,'e2482049-a75e-4011-9073-8e283d2e3b4d'),
(47303,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-19 10:17:36','2026-03-19 10:17:36',NULL,NULL,NULL,'124c98f3-5797-48b5-a4c7-823a9babbbc2'),
(47313,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 11:30:35','2026-03-19 11:30:35',NULL,NULL,NULL,'4a8097e3-a1f3-424b-8119-10c59c61c027'),
(47314,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-19 11:30:35','2026-03-19 11:30:35',NULL,NULL,NULL,'038f014c-ff1e-4587-b4d8-dd1a218cc592'),
(47317,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 11:53:38','2026-03-19 11:53:38',NULL,NULL,NULL,'669352b0-5e56-4035-ae9f-dd63cca8cf47'),
(47318,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-19 11:53:38','2026-03-19 11:53:38',NULL,NULL,NULL,'24748b71-2337-4e4e-94bd-0158189c9382'),
(47320,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 12:10:52','2026-03-19 12:10:52',NULL,NULL,NULL,'cd421f50-3947-4a23-aad0-7a0de6cfcf6c'),
(47326,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 13:15:05','2026-03-19 13:15:05',NULL,NULL,NULL,'a80fc12e-b5c1-4830-9713-38617f7bdc82'),
(47330,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 13:43:23','2026-03-19 13:43:23',NULL,NULL,NULL,'0c154093-2613-49c9-9f25-c7bf2901c788'),
(47331,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-19 13:43:23','2026-03-19 13:43:23',NULL,NULL,NULL,'ec5194db-b73e-4634-be99-a1722d146faa'),
(47335,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 14:29:18','2026-03-19 14:29:18',NULL,NULL,NULL,'c617ba98-f57c-4d70-be19-a5ac0d7f6568'),
(47352,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 16:28:33','2026-03-19 16:28:33',NULL,NULL,NULL,'2757a102-dc92-4cd3-ac05-4dbdbb5cb511'),
(47353,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 16:51:31','2026-03-19 16:51:31',NULL,NULL,NULL,'8742e3b1-404d-4906-9297-7fb457a1a267'),
(47355,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 17:05:30','2026-03-19 17:05:30',NULL,NULL,NULL,'efa715e7-7525-4549-bc8e-75f3b9dd375a'),
(47356,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 17:05:31','2026-03-19 17:05:31',NULL,NULL,NULL,'36ccc08b-7b4a-4dd1-9396-8050c6722ae3'),
(47357,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 17:05:31','2026-03-19 17:05:31',NULL,NULL,NULL,'a5585f6d-4072-4a87-9c50-aee549ac7e9b'),
(47358,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 17:05:31','2026-03-19 17:05:31',NULL,NULL,NULL,'d7e54222-d868-4249-a458-cb5170d77c5f'),
(47359,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 17:05:32','2026-03-19 17:05:32',NULL,NULL,NULL,'fc72dca6-6f8d-40f0-a94d-4f71a9836225'),
(47360,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 17:05:32','2026-03-19 17:05:32',NULL,NULL,NULL,'e30ad8aa-267d-4e69-935c-29dbb42a8cf2'),
(47361,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 17:05:32','2026-03-19 17:05:32',NULL,NULL,NULL,'7e547a1d-679d-4994-9b00-36b0af96e3f3'),
(47362,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 17:05:33','2026-03-19 17:05:33',NULL,NULL,NULL,'9e07f0c2-cae3-493f-aead-775939a7c0c9'),
(47363,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 17:05:33','2026-03-19 17:05:33',NULL,NULL,NULL,'f013eacd-eef0-41b0-af90-798911fec59c'),
(47364,NULL,NULL,NULL,5,'craft\\elements\\Entry',1,0,'2026-03-19 17:05:49','2026-03-19 17:06:10',NULL,NULL,NULL,'45cb0006-9fb5-4c92-82fc-1a751d57a5c6'),
(47365,NULL,NULL,NULL,17,'craft\\elements\\Asset',1,0,'2026-03-19 17:05:56','2026-03-19 17:22:59',NULL,NULL,NULL,'f1d859f4-3a93-4f7c-b92d-1809c40b9ad6'),
(47366,47364,NULL,6586,5,'craft\\elements\\Entry',1,0,'2026-03-19 17:06:10','2026-03-19 17:06:10',NULL,NULL,NULL,'1b293cae-e4d7-429d-8163-1d9fbf6b6b31'),
(47368,1129,NULL,6587,1,'craft\\elements\\Entry',1,0,'2026-03-19 17:06:20','2026-03-19 17:06:20',NULL,NULL,NULL,'2e6b38e2-2dd0-4579-8d49-a2b26e0c186d'),
(47371,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 17:22:04','2026-03-19 17:22:04',NULL,NULL,NULL,'7dadc377-da4a-46e2-a97b-8abbe44f221b'),
(47372,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 17:22:57','2026-03-19 17:22:57',NULL,NULL,NULL,'737a2c5a-b9d0-4cd4-af27-cf060759b76b'),
(47374,1237,NULL,6588,1,'craft\\elements\\Entry',1,0,'2026-03-19 17:24:00','2026-03-19 17:24:01',NULL,NULL,NULL,'76b1a5fc-3e98-4f09-8cf8-20862dc7c911'),
(47377,1243,NULL,6589,1,'craft\\elements\\Entry',1,0,'2026-03-19 17:25:00','2026-03-19 17:25:00',NULL,NULL,NULL,'1955825d-4ef4-416c-807d-4ba845c3e440'),
(47386,NULL,NULL,NULL,10,'craft\\elements\\Asset',1,0,'2026-03-19 18:46:00','2026-03-19 18:46:16',NULL,NULL,NULL,'5322675c-4175-4af6-ab43-1c843bea9d1b'),
(47389,1079,NULL,6590,1,'craft\\elements\\Entry',1,0,'2026-03-19 18:46:22','2026-03-19 18:46:23',NULL,NULL,NULL,'a74c747a-c8fc-487d-bbe0-93a368821de3'),
(47390,1607,NULL,6591,2,'craft\\elements\\Entry',1,0,'2026-03-19 18:46:22','2026-03-19 18:46:23',NULL,NULL,NULL,'32000cdf-73d9-444b-8ede-9210c6317768'),
(47396,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 19:36:43','2026-03-19 19:36:43',NULL,NULL,NULL,'e248d1e2-bbb1-4a8d-8b02-f305f6f71f61'),
(47397,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-19 19:39:43','2026-03-19 19:39:43',NULL,NULL,NULL,'f60114c2-089c-457f-8415-e27079686520'),
(47398,3634,5363,NULL,3,'craft\\elements\\Entry',1,0,'2026-03-19 19:39:50','2026-03-19 19:39:50',NULL,NULL,NULL,'c29023c9-5e49-4ed2-8a8d-720978d9c199'),
(47405,1165,NULL,6592,1,'craft\\elements\\Entry',1,0,'2026-03-19 19:58:41','2026-03-19 19:58:41',NULL,NULL,NULL,'bb2e079b-e020-43d4-8b71-582ac69b322d'),
(47407,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 20:14:42','2026-03-19 20:14:42',NULL,NULL,NULL,'c98f8f84-00a8-4515-8584-5cf7b7248a34'),
(47408,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-19 20:14:42','2026-03-19 20:14:42',NULL,NULL,NULL,'6bab5179-6ae3-4527-9d87-97d163bd3122'),
(47410,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 20:27:20','2026-03-19 20:27:20',NULL,NULL,NULL,'790a654c-50c6-4d7d-8213-631a57853f8d'),
(47423,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 22:16:50','2026-03-19 22:16:50',NULL,NULL,NULL,'051c9a8c-067e-42f1-bd53-6fc1c5bd8ed7'),
(47426,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-19 23:08:40','2026-03-19 23:08:40',NULL,NULL,NULL,'4bc45cdf-533c-4346-8aad-b4a4688d42c2'),
(47526,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 04:16:09','2026-03-20 04:16:09',NULL,NULL,NULL,'6b06c85a-4291-449b-a345-c071590e1264'),
(47527,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-20 04:16:09','2026-03-20 04:16:09',NULL,NULL,NULL,'f754b7af-d905-41fd-87ab-2073e79d6be1'),
(47646,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 11:29:56','2026-03-20 11:29:56',NULL,NULL,NULL,'a7044f1a-78ea-4722-a54c-5ed32a795d1d'),
(47682,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 12:54:07','2026-03-20 12:54:07',NULL,NULL,NULL,'7f921c72-4b28-42aa-aeea-2cdd2618d221'),
(47684,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 12:54:30','2026-03-20 12:54:30',NULL,NULL,NULL,'15b95a91-469e-48f3-b87d-cb87fcf5a439'),
(47700,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 13:11:04','2026-03-20 13:11:04',NULL,NULL,NULL,'1109431e-bf70-4320-9bea-ccb91150ffdc'),
(47716,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 13:29:12','2026-03-20 13:29:12',NULL,NULL,NULL,'ba468f30-ceca-4c56-9aee-cc9ca8df42f2'),
(47717,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-20 13:29:12','2026-03-20 13:29:12',NULL,NULL,NULL,'d2792902-6952-4882-aab3-c309c3369c06'),
(47730,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 14:24:43','2026-03-20 14:24:43',NULL,NULL,NULL,'5bb8bde5-cf38-4f7e-9281-afdae5bb4ad5'),
(47732,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 14:39:47','2026-03-20 14:39:47',NULL,NULL,NULL,'7ce5563e-e2d6-4626-88a2-2f4aac892b25'),
(47739,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 15:10:45','2026-03-20 15:10:45',NULL,NULL,NULL,'74fbfe7f-6691-473a-a5d4-89d8e086ad2e'),
(47750,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 16:11:18','2026-03-20 16:11:18',NULL,NULL,NULL,'be77546d-4f80-4e6b-a25c-23ca4bfd1372'),
(47751,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-20 16:11:18','2026-03-20 16:11:18',NULL,NULL,NULL,'863fa97d-c35b-4dce-b51e-84ed464d9e57'),
(47758,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:55','2026-03-20 17:12:55',NULL,NULL,NULL,'6829e411-c9e3-446d-80bc-8294b4473c7b'),
(47759,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:55','2026-03-20 17:12:55',NULL,NULL,NULL,'4df0646f-9ae1-4305-8656-dbd1d94b1ac0'),
(47760,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:56','2026-03-20 17:12:56',NULL,NULL,NULL,'bbece883-ab9f-40df-9356-84a7ca9391f5'),
(47761,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:56','2026-03-20 17:12:56',NULL,NULL,NULL,'6e4b6388-c126-44ae-b778-7fed5a0a118a'),
(47762,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:56','2026-03-20 17:12:56',NULL,NULL,NULL,'e4c8b1e6-c8bf-4afe-8cfc-ff12533daaf6'),
(47763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:56','2026-03-20 17:12:56',NULL,NULL,NULL,'85d48a2d-7c48-48b1-8424-9414e578eabd'),
(47764,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:57','2026-03-20 17:12:57',NULL,NULL,NULL,'137e6511-fcb1-42cb-9ccf-29e3f256f5de'),
(47765,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:57','2026-03-20 17:12:57',NULL,NULL,NULL,'dc44970f-5b00-4ab6-aeca-00dca59f6ead'),
(47766,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:57','2026-03-20 17:12:57',NULL,NULL,NULL,'0f3e3709-8d52-4452-950c-49786a1516bc'),
(47767,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:58','2026-03-20 17:12:58',NULL,NULL,NULL,'f6ff079d-c19c-4cef-bf24-80fd3ebdc9cb'),
(47768,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:58','2026-03-20 17:12:58',NULL,NULL,NULL,'48b428d8-6266-45d3-9341-a50c98bbeb63'),
(47769,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:58','2026-03-20 17:12:58',NULL,NULL,NULL,'273f90cd-c9cb-44d8-a6dc-eb60b6bb573e'),
(47770,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:58','2026-03-20 17:12:58',NULL,NULL,NULL,'34eedb3e-ebab-4080-a728-ca34efed84b9'),
(47771,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 17:12:59','2026-03-20 17:12:59',NULL,NULL,NULL,'2bcbfc99-50be-4531-86b7-d1f7259c97d3'),
(47782,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 17:28:29','2026-03-20 17:28:29',NULL,NULL,NULL,'4131ee7f-3c19-4e4e-b9c7-7bdfe9c83629'),
(47783,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-20 17:28:29','2026-03-20 17:28:29',NULL,NULL,NULL,'c8e0da50-508a-4029-ae0a-8f4d4309761f'),
(47798,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 17:38:53','2026-03-20 17:38:53',NULL,NULL,NULL,'dfefecab-29b1-48a9-a015-b61dceed9266'),
(47799,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-20 17:38:53','2026-03-20 17:38:53',NULL,NULL,NULL,'5ca20c34-f36d-4f78-92f4-68922184ca46'),
(47812,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 18:03:11','2026-03-20 18:03:11',NULL,NULL,NULL,'2f06bb72-53fc-4dfe-9c4f-4cc560ec0731'),
(47814,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 18:06:29','2026-03-20 18:06:29',NULL,NULL,NULL,'955d0357-0987-4447-b508-a66b50de471b'),
(47828,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 18:27:20','2026-03-20 18:27:20',NULL,NULL,NULL,'5b0427e9-f152-4214-a038-2d75f6177a4f'),
(47829,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-20 18:27:20','2026-03-20 18:27:20',NULL,NULL,NULL,'5a3375d4-be44-47f4-9bb5-4e79838efa9e'),
(47835,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 18:48:39','2026-03-20 18:48:39',NULL,NULL,NULL,'b2bf913d-fe49-4b14-bc95-b54ce9751a96'),
(47837,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 19:03:47','2026-03-20 19:03:47',NULL,NULL,NULL,'d823032b-b816-4403-a3f6-3347fb8274d2'),
(47838,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-20 19:03:47','2026-03-20 19:03:47',NULL,NULL,NULL,'98f296b1-9060-40cd-8ba2-adedf510ea6f'),
(47840,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 19:06:31','2026-03-20 19:06:31',NULL,NULL,NULL,'ac5bee3d-c556-4416-91cf-f8b681205a8f'),
(47841,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 19:07:11','2026-03-20 19:07:11',NULL,NULL,NULL,'e46ea319-b189-4606-8e68-67c8d46af23c'),
(47848,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 19:44:26','2026-03-20 19:44:26',NULL,NULL,NULL,'2bed0a6e-1957-4053-938c-2e0921b7a157'),
(47849,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-20 19:44:26','2026-03-20 19:44:26',NULL,NULL,NULL,'58833e82-892d-46ae-8268-c8d5545bb20b'),
(47851,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 19:55:25','2026-03-20 19:55:25',NULL,NULL,NULL,'e591e62f-04f6-4a3d-9dfb-2c7025ad852d'),
(47852,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-20 19:55:25','2026-03-20 19:55:25',NULL,NULL,NULL,'2feca863-7169-4a01-87f5-5d4b24e13019'),
(47855,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 19:59:58','2026-03-20 19:59:58',NULL,NULL,NULL,'4b6462e5-e8e1-42e9-8776-d28a32eba7f3'),
(47858,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 20:14:07','2026-03-20 20:14:07',NULL,NULL,NULL,'38584ac1-4ab2-458d-a437-05b361134167'),
(47860,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 20:32:48','2026-03-20 20:32:48',NULL,NULL,NULL,'e493e309-227a-4bca-8df3-06a731e8eaa6'),
(47884,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:50:57','2026-03-20 20:50:57',NULL,NULL,NULL,'1e6341c1-7915-4646-8589-c69d7d340652'),
(47885,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:50:57','2026-03-20 20:50:57',NULL,NULL,NULL,'2ddffc1c-3e50-44fa-802d-bf39cf8f04d7'),
(47886,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:50:58','2026-03-20 20:50:58',NULL,NULL,NULL,'351c800a-a753-4a73-b9e6-e6b3a67d1644'),
(47887,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:50:58','2026-03-20 20:50:58',NULL,NULL,NULL,'a5b05998-9e0a-4ee2-b2f7-6ab5836509be'),
(47888,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:50:58','2026-03-20 20:50:58',NULL,NULL,NULL,'4d0af671-278c-4c09-960d-61d9e6f6768c'),
(47889,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:50:58','2026-03-20 20:50:58',NULL,NULL,NULL,'5e150316-84ad-4e78-8b40-23b30c3405ba'),
(47890,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:50:59','2026-03-20 20:50:59',NULL,NULL,NULL,'160962e7-7f90-48af-a5fd-d77bd2e26e44'),
(47891,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:50:59','2026-03-20 20:50:59',NULL,NULL,NULL,'c84ba0e1-6cfa-408d-8075-61c1a04114bc'),
(47892,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:50:59','2026-03-20 20:50:59',NULL,NULL,NULL,'fb7bfdd6-8123-464d-a152-301cf0a3fd3a'),
(47893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:51:00','2026-03-20 20:51:00',NULL,NULL,NULL,'73361abf-2796-49ae-8c45-10a626fcdf10'),
(47894,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:51:00','2026-03-20 20:51:00',NULL,NULL,NULL,'3d11431a-56e8-463e-848f-e12239f35c9d'),
(47895,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:51:00','2026-03-20 20:51:00',NULL,NULL,NULL,'5738fdaa-8f59-4c3b-9893-9c9dd7a3ba91'),
(47896,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:51:01','2026-03-20 20:51:01',NULL,NULL,NULL,'420573c7-8303-4848-af11-ebaa0f2193a3'),
(47897,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-20 20:51:01','2026-03-20 20:51:01',NULL,NULL,NULL,'fe12de0a-f539-49f6-895c-dc2ba5453552'),
(47928,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 22:50:55','2026-03-20 22:50:55',NULL,NULL,NULL,'ce796808-22d3-4819-810a-15e60c0c9b40'),
(47929,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-20 22:52:07','2026-03-20 22:52:07',NULL,NULL,NULL,'d321f42c-693d-4b46-a607-f4f68c8fa03b'),
(47950,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-21 01:06:08','2026-03-21 01:06:08',NULL,NULL,NULL,'b7b6ec7c-afce-4305-8134-e3b01ca6b159'),
(47966,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-21 03:32:32','2026-03-21 03:32:32',NULL,NULL,NULL,'16add7aa-f59f-48ea-a6db-13ae87eaf97c'),
(48152,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-21 13:59:27','2026-03-21 13:59:27',NULL,NULL,NULL,'cd89088d-5fac-495d-87db-1b02831a6243'),
(48153,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-21 13:59:27','2026-03-21 13:59:27',NULL,NULL,NULL,'d061d040-e6a8-48ef-9167-2c660037c767'),
(48209,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-21 15:37:24','2026-03-21 15:37:24',NULL,NULL,NULL,'809ad0cc-93a8-4e8a-9e1d-6e99704d626e'),
(48210,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-21 15:37:24','2026-03-21 15:37:24',NULL,NULL,NULL,'6398cfd2-da1d-4190-9946-349c840b04dc'),
(48211,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-21 15:37:24','2026-03-21 15:37:24',NULL,NULL,NULL,'4a74d689-4b7b-43cb-a04d-a431c95d8c42'),
(48216,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-21 16:04:48','2026-03-21 16:04:48',NULL,NULL,NULL,'34e1da21-744f-4b03-a875-cddabae7e0ae'),
(48218,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-21 16:12:20','2026-03-21 16:12:20',NULL,NULL,NULL,'49e382d0-ba33-4211-be7e-b5ab1a872b1a'),
(48223,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-21 16:53:21','2026-03-21 16:53:21',NULL,NULL,NULL,'e2d1da4b-8b6a-45ca-ae11-241fff654f73'),
(48273,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-21 19:46:21','2026-03-21 19:46:21',NULL,NULL,NULL,'878c04b7-764e-4fd3-85aa-95f387b80367'),
(48274,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-21 19:46:21','2026-03-21 19:46:21',NULL,NULL,NULL,'9e45e496-c737-44b3-8801-8845d6405c5d'),
(48305,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-21 20:29:16','2026-03-21 20:29:16',NULL,NULL,NULL,'66d4aaec-1808-432a-808b-99acb48cabe9'),
(48329,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-21 22:35:28','2026-03-21 22:35:28',NULL,NULL,NULL,'b12a3d13-5e69-405a-8117-8091cee6ddac'),
(48341,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-22 00:46:10','2026-03-22 00:46:10',NULL,NULL,NULL,'850b2feb-da48-4b44-a3e1-c56ec5019298'),
(48342,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-22 01:08:08','2026-03-22 01:08:08',NULL,NULL,NULL,'6daa8dea-bf98-4276-83ee-f39dcd3f88b3'),
(48351,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-22 02:39:56','2026-03-22 02:39:56',NULL,NULL,NULL,'099c9fd7-67e1-435b-a7ec-674ad6321f0a'),
(48543,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-22 13:44:20','2026-03-22 13:44:20',NULL,NULL,NULL,'b598b8e2-d533-4c37-9f85-9d3b7c32cbcc'),
(48544,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-22 13:44:20','2026-03-22 13:44:20',NULL,NULL,NULL,'4ab8c1b6-18dd-4d3c-a4e4-23617546f4f1'),
(48560,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-22 14:37:45','2026-03-22 14:37:45',NULL,NULL,NULL,'73292652-e552-4bb7-9fe8-ece6c0ce1983'),
(48561,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-22 14:37:45','2026-03-22 14:37:45',NULL,NULL,NULL,'4661eb27-cc04-46b8-8b77-05df0ac4e010'),
(48669,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-22 18:30:12','2026-03-22 18:30:12',NULL,NULL,NULL,'d24972f1-70d7-4fbf-b6c7-446eb6d8c0b9'),
(48670,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-22 18:30:12','2026-03-22 18:30:12',NULL,NULL,NULL,'8094154b-feef-4364-9700-e24d25861654'),
(48679,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-22 19:37:38','2026-03-22 19:37:38',NULL,NULL,NULL,'b3f181cb-7e31-49e5-8c36-936f585d6121'),
(48680,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-22 19:37:38','2026-03-22 19:37:38',NULL,NULL,NULL,'8d4a849b-4a9a-4b31-b86b-201972a5f883'),
(48704,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-22 22:52:51','2026-03-22 22:52:51',NULL,NULL,NULL,'fe9adf9a-d2a3-468c-a1c6-6ee0559ea63a'),
(48728,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 02:37:31','2026-03-23 02:37:31',NULL,NULL,NULL,'8acebe28-c662-4498-aa97-4c287693d378'),
(48804,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 04:57:11','2026-03-23 04:57:11',NULL,NULL,NULL,'575c3346-bef4-437c-b411-bd4ea78b14bc'),
(48950,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 12:34:27','2026-03-23 12:34:27',NULL,NULL,NULL,'2ddd2b61-eb39-4a4f-8fb4-7f22eafb2337'),
(48951,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-23 12:34:27','2026-03-23 12:34:27',NULL,NULL,NULL,'5e3ba068-92a2-41f7-bdd3-3b9500c6b1f6'),
(48962,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 13:26:20','2026-03-23 13:26:20',NULL,NULL,NULL,'a27038fe-6972-4bcb-9029-c866e73df31f'),
(48963,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 13:40:02','2026-03-23 13:40:02',NULL,NULL,NULL,'59d5a4ce-2323-4147-a41e-9f554abb3719'),
(48965,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 13:50:43','2026-03-23 13:50:43',NULL,NULL,NULL,'79232cb0-916a-424f-9f96-10b31d667056'),
(48966,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 13:56:33','2026-03-23 13:56:33',NULL,NULL,NULL,'905980d1-9e47-45b0-a3e3-a5fe70db0bce'),
(48972,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 14:19:36','2026-03-23 14:19:36',NULL,NULL,NULL,'4b3aeb14-91b8-40bd-a695-0f5654093b48'),
(48973,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-23 14:19:36','2026-03-23 14:19:36',NULL,NULL,NULL,'03a6f78c-fd42-4348-b35e-5806f71af706'),
(48976,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 14:44:03','2026-03-23 14:44:03',NULL,NULL,NULL,'afb30fba-08f2-45a5-97d6-b49541b149bc'),
(48977,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-23 14:44:03','2026-03-23 14:44:03',NULL,NULL,NULL,'8123d927-ec70-4ec2-94bb-7317aa6ad888'),
(48978,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 14:56:09','2026-03-23 14:56:09',NULL,NULL,NULL,'82ed4b8e-38c2-4f9f-92f0-5fadfa2a1bb4'),
(48990,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:15','2026-03-23 16:46:15',NULL,NULL,NULL,'c3bead52-e1c7-45de-b86d-76bf35640c1e'),
(48991,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:15','2026-03-23 16:46:15',NULL,NULL,NULL,'6230d335-c5db-4cf9-97db-b5f2de764c20'),
(48992,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:15','2026-03-23 16:46:15',NULL,NULL,NULL,'fee25694-a63e-4b42-b4f9-389482185723'),
(48993,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:16','2026-03-23 16:46:16',NULL,NULL,NULL,'eb303cf0-19be-44a7-83b5-b250e1e15690'),
(48994,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:16','2026-03-23 16:46:16',NULL,NULL,NULL,'ecd31824-5085-4294-9dfe-61b44f32cb38'),
(48995,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:17','2026-03-23 16:46:17',NULL,NULL,NULL,'1cf3e008-91bd-4316-85a4-9327f9b9c948'),
(48996,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:17','2026-03-23 16:46:17',NULL,NULL,NULL,'929e80c9-d478-4285-a94d-2263a04e6c17'),
(48997,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:17','2026-03-23 16:46:17',NULL,NULL,NULL,'9850b143-5f1d-4343-be7f-43db30461f83'),
(48998,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:17','2026-03-23 16:46:17',NULL,NULL,NULL,'d9193ca0-35fb-4af9-b697-9f8d98cfdc04'),
(48999,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:18','2026-03-23 16:46:18',NULL,NULL,NULL,'bf5c35f9-3719-4c79-af45-a6fa5025329c'),
(49000,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:18','2026-03-23 16:46:18',NULL,NULL,NULL,'877d6b3b-fa3b-4f9f-b157-7418ddf7779e'),
(49001,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:18','2026-03-23 16:46:18',NULL,NULL,NULL,'f8665e25-f24f-4936-924e-9b0cee6326ed'),
(49002,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:19','2026-03-23 16:46:19',NULL,NULL,NULL,'0425ca59-7fbc-4290-8895-5aea488b7c56'),
(49003,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:19','2026-03-23 16:46:19',NULL,NULL,NULL,'c92feda9-3a13-47e3-b9b3-2fcbdf0183cf'),
(49004,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:19','2026-03-23 16:46:19',NULL,NULL,NULL,'d932a517-d9a5-41f3-837b-ff9d87e36f71'),
(49005,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:20','2026-03-23 16:46:20',NULL,NULL,NULL,'9aecfef1-562a-4f90-8842-5cb6566f1c65'),
(49006,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:20','2026-03-23 16:46:20',NULL,NULL,NULL,'5f2af8f7-4311-4380-b0d8-4939856c2052'),
(49007,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:20','2026-03-23 16:46:20',NULL,NULL,NULL,'e6200cc0-6c21-45da-ad18-2e0ef0bac553'),
(49008,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:20','2026-03-23 16:46:20',NULL,NULL,NULL,'2d722051-9178-4a06-9155-36da1cfc84d9'),
(49009,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:21','2026-03-23 16:46:21',NULL,NULL,NULL,'bb055da7-c5a8-478a-9b19-6c4e8fe198ac'),
(49010,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:21','2026-03-23 16:46:21',NULL,NULL,NULL,'df4307ff-e6ed-49a0-8da2-b67ff812368a'),
(49011,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:21','2026-03-23 16:46:21',NULL,NULL,NULL,'2545f526-a6d1-4a28-95d6-29dbb54674ec'),
(49012,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:22','2026-03-23 16:46:22',NULL,NULL,NULL,'990cd61d-d810-434e-b93d-dcc876c48b36'),
(49013,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:22','2026-03-23 16:46:22',NULL,NULL,NULL,'f613119a-b313-4c05-9443-a3569bd65ab2'),
(49014,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:22','2026-03-23 16:46:22',NULL,NULL,NULL,'8073aeac-dc6c-46ee-9bcc-48a075824979'),
(49015,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:22','2026-03-23 16:46:22',NULL,NULL,NULL,'5eb51d80-629d-4944-bf2f-6b7be4784c9e'),
(49016,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:23','2026-03-23 16:46:23',NULL,NULL,NULL,'ec6a5524-a36c-4ced-b6b4-32bd0c7ab5f8'),
(49017,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:23','2026-03-23 16:46:23',NULL,NULL,NULL,'3cce3ec4-2efa-4ab2-a35d-b3d6524c4f28'),
(49018,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:24','2026-03-23 16:46:24',NULL,NULL,NULL,'be706e99-fb63-465a-b9c4-8fa63e913e25'),
(49019,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-23 16:46:24','2026-03-23 16:46:24',NULL,NULL,NULL,'9922ed71-bad7-421f-b293-c811fcb5e775'),
(49021,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 16:47:52','2026-03-23 16:47:52',NULL,NULL,NULL,'0b9d3124-e71a-4df4-b7d5-c8b3ad5d5dc3'),
(49023,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 16:48:31','2026-03-23 16:48:31',NULL,NULL,NULL,'e22ea3d7-6e37-4b42-8286-14e95b7689ff'),
(49035,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 17:05:37','2026-03-23 17:05:37',NULL,NULL,NULL,'9a73249f-da70-4756-aa16-41c0f4f14e22'),
(49105,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 18:33:24','2026-03-23 18:33:24',NULL,NULL,NULL,'2e525a2d-7ae9-4777-9cca-8faa321f9c6f'),
(49107,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 18:35:18','2026-03-23 18:35:18',NULL,NULL,NULL,'e07e36e7-af02-4f4e-909a-3743487c93d1'),
(49108,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-23 18:35:18','2026-03-23 18:35:18',NULL,NULL,NULL,'cc1750dc-4067-4073-88f7-3039da739c74'),
(49116,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 19:13:46','2026-03-23 19:13:46',NULL,NULL,NULL,'64509e1d-22b8-4cb0-9736-12da3dea74b6'),
(49117,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 19:27:34','2026-03-23 19:27:34',NULL,NULL,NULL,'ab88e882-3b63-440f-8005-f518b9bdfb0e'),
(49124,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 20:13:09','2026-03-23 20:13:09',NULL,NULL,NULL,'ba7596d6-0e4e-4154-ac03-c3d712b17850'),
(49132,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 20:43:49','2026-03-23 20:43:49',NULL,NULL,NULL,'34722710-8947-4407-81f8-954ff0cabe22'),
(49141,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 22:48:26','2026-03-23 22:48:26',NULL,NULL,NULL,'f0289e3f-f8bc-40a9-afbf-5bd062bf8333'),
(49148,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 23:21:49','2026-03-23 23:21:49',NULL,NULL,NULL,'a9f06407-225c-4b67-bb7a-4d221b6731f5'),
(49149,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-23 23:21:49','2026-03-23 23:21:49',NULL,NULL,NULL,'2053f9e8-d9ed-4b64-8fc1-8452287f4396'),
(49150,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-23 23:28:58','2026-03-23 23:28:58',NULL,NULL,NULL,'7d3bf959-c593-4063-822c-5df6825d20db'),
(49156,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 00:07:08','2026-03-24 00:07:08',NULL,NULL,NULL,'af54ff57-7a05-419a-ab32-9771c4c41dd9'),
(49157,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 00:07:08','2026-03-24 00:07:08',NULL,NULL,NULL,'41b66bc0-c39c-4763-8b23-95620634cd62'),
(49171,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 01:15:55','2026-03-24 01:15:55',NULL,NULL,NULL,'130d8966-caf3-4123-ac64-b1ae09a8e04a'),
(49172,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 01:15:55','2026-03-24 01:15:55',NULL,NULL,NULL,'177a8967-15d8-423c-ba19-c63f9265bf04'),
(49175,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 01:52:43','2026-03-24 01:52:43',NULL,NULL,NULL,'18f07601-5232-42c5-9b2d-78f6a7961204'),
(49176,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 01:52:43','2026-03-24 01:52:43',NULL,NULL,NULL,'b83077cd-ca68-440a-83fb-18995b086a06'),
(49177,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 01:54:16','2026-03-24 01:54:16',NULL,NULL,NULL,'fdf2c99a-f986-45d4-861a-bc4492e9dff6'),
(49178,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 01:54:16','2026-03-24 01:54:16',NULL,NULL,NULL,'1133f1a1-fc18-43df-a69d-bcb9a5cdf27a'),
(49188,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 02:47:55','2026-03-24 02:47:55',NULL,NULL,NULL,'1afb46af-df6b-4a6d-ad96-1a06bf73616a'),
(49224,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 04:31:28','2026-03-24 04:31:28',NULL,NULL,NULL,'6782ddc8-a809-4074-a3f4-e5a671f83d45'),
(49331,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 07:03:03','2026-03-24 07:03:03',NULL,NULL,NULL,'5971bbcd-a56e-496e-b702-fa691255aa7d'),
(49332,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 07:03:03','2026-03-24 07:03:03',NULL,NULL,NULL,'b3d18887-f286-48eb-871e-3205f45a0b98'),
(49333,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 07:03:08','2026-03-24 07:03:08',NULL,NULL,NULL,'5a9e29b9-ceeb-4e61-89a6-c10e45e27d3b'),
(49425,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 10:38:38','2026-03-24 10:38:38',NULL,NULL,NULL,'1d970259-140f-48b4-9df6-eccc4d4d9c0d'),
(49426,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 10:38:38','2026-03-24 10:38:38',NULL,NULL,NULL,'d25e4e1d-5ec4-4940-88e2-2a0bab554c66'),
(49427,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 10:38:48','2026-03-24 10:38:48',NULL,NULL,NULL,'50682457-c1af-452f-bdc6-4cfc5fd228d5'),
(49444,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 12:02:26','2026-03-24 12:02:26',NULL,NULL,NULL,'d065cd86-36bb-488c-aedb-7b1399463e7b'),
(49447,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 12:43:35','2026-03-24 12:43:35',NULL,NULL,NULL,'1ec4cc1d-0319-4d32-a19e-33caad858a87'),
(49451,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 13:21:01','2026-03-24 13:21:01',NULL,NULL,NULL,'ee19f573-627a-458d-b09e-c5b9d9c739bb'),
(49452,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 13:21:01','2026-03-24 13:21:01',NULL,NULL,NULL,'945fb2d9-c79f-42a9-9e55-d4f324c148c1'),
(49487,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 15:02:12','2026-03-24 15:02:12',NULL,NULL,NULL,'883029a1-db43-49c4-b8f6-d1aff90d7fa8'),
(49488,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 15:02:12','2026-03-24 15:02:12',NULL,NULL,NULL,'04e9260b-c674-46ee-96ff-da7d35c84120'),
(49494,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 15:17:21','2026-03-24 15:17:21',NULL,NULL,NULL,'926d5caf-281f-4e21-a017-5576c223fe7d'),
(49514,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 16:14:11','2026-03-24 16:14:11',NULL,NULL,NULL,'03eade1b-055e-431d-8df5-ca5749e02850'),
(49515,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 16:14:11','2026-03-24 16:14:11',NULL,NULL,NULL,'3784a595-1d96-4af5-9bea-6d7580fbc372'),
(49520,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 16:38:10','2026-03-24 16:38:10',NULL,NULL,NULL,'9095d506-f9a5-46ed-b2e8-b94687adfe10'),
(49521,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 16:38:10','2026-03-24 16:38:10',NULL,NULL,NULL,'adff4c14-2e86-4814-96e0-f52a77cd22e2'),
(49522,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 16:39:56','2026-03-24 16:39:56',NULL,NULL,NULL,'767e76e4-ea16-43de-970d-427db3ccbb61'),
(49523,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 16:39:56','2026-03-24 16:39:56',NULL,NULL,NULL,'2d5cbef5-3f89-4027-af42-87cfdd654500'),
(49526,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 17:23:30','2026-03-24 17:23:30',NULL,NULL,NULL,'1b2ff98a-596d-4f42-8174-f7b2140b31cc'),
(49528,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 17:57:15','2026-03-24 17:57:15',NULL,NULL,NULL,'53af0c84-7e32-4a6e-b297-3cb56cd1b6dd'),
(49529,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 17:57:15','2026-03-24 17:57:15',NULL,NULL,NULL,'2157d576-9da1-42e6-92f3-2ad4d406c67d'),
(49531,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 18:04:29','2026-03-24 18:04:29',NULL,NULL,NULL,'884505cb-f33d-4787-9ad9-225ac889520a'),
(49534,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 18:09:44','2026-03-24 18:09:44',NULL,NULL,NULL,'245da336-170c-4eef-9769-ec031d2d330a'),
(49557,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 19:11:14','2026-03-24 19:11:14',NULL,NULL,NULL,'683a65ce-2bc0-4c51-b516-ab39dc358513'),
(49558,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 19:11:14','2026-03-24 19:11:14',NULL,NULL,NULL,'4d8aac6f-f6ef-4565-9ad0-c4af782548f5'),
(49560,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 19:14:00','2026-03-24 19:14:00',NULL,NULL,NULL,'d3372064-9a76-4a06-9703-9fccf2a12e43'),
(49561,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 19:14:00','2026-03-24 19:14:00',NULL,NULL,NULL,'50c314ac-d73e-4e43-9f96-f4059d8c972e'),
(49565,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 19:16:21','2026-03-24 19:16:21',NULL,NULL,NULL,'8ace9369-f221-4423-85f4-96ecf487d908'),
(49566,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 19:16:21','2026-03-24 19:16:21',NULL,NULL,NULL,'4d049134-8e6f-498f-9766-3f523fbbc844'),
(49604,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 20:35:14','2026-03-24 20:35:14',NULL,NULL,NULL,'effc0591-190d-40bc-a15b-658b99c979c0'),
(49609,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 21:24:25','2026-03-24 21:24:25',NULL,NULL,NULL,'f3b3aead-e809-496e-9eae-c868df89dca1'),
(49611,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 21:28:42','2026-03-24 21:28:42',NULL,NULL,NULL,'29de0365-a409-4703-8b33-4221db84a463'),
(49617,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 22:00:33','2026-03-24 22:00:33',NULL,NULL,NULL,'157f81a0-c714-4f84-98c0-5a98b9580c2b'),
(49618,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-24 22:00:33','2026-03-24 22:00:33',NULL,NULL,NULL,'7135f1c2-52ae-4289-b279-8f9b784ec6b1'),
(49633,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-24 23:30:37','2026-03-24 23:30:37',NULL,NULL,NULL,'31dbf3d2-6f42-480f-82d3-39bcf8fd8b01'),
(49647,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 00:11:09','2026-03-25 00:11:09',NULL,NULL,NULL,'55636c85-baec-4df9-9d10-0212a8d9d31f'),
(49653,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 00:48:19','2026-03-25 00:48:19',NULL,NULL,NULL,'f22978cb-29cc-41e8-a83d-0916bce7e34d'),
(49666,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 01:57:00','2026-03-25 01:57:00',NULL,NULL,NULL,'d1033a18-76de-46fa-80ba-f3851419cbbd'),
(49698,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 02:45:47','2026-03-25 02:45:47',NULL,NULL,NULL,'92e025eb-c73d-4aef-bcd8-c41634e3fb4d'),
(49699,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 02:45:47','2026-03-25 02:45:47',NULL,NULL,NULL,'81a9d38e-6d40-4859-9de2-4b91ecf7c321'),
(49701,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 02:47:38','2026-03-25 02:47:38',NULL,NULL,NULL,'cf618bf8-1511-4abb-9447-26caac83c199'),
(49719,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 03:15:33','2026-03-25 03:15:33',NULL,NULL,NULL,'66ea6a93-c976-4414-8155-0d4d2566e36c'),
(49729,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 03:41:34','2026-03-25 03:41:34',NULL,NULL,NULL,'3f1e0512-d793-4fa0-b6f0-a7dc64ff62b6'),
(49807,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 09:10:45','2026-03-25 09:10:45',NULL,NULL,NULL,'1454703d-5765-46c2-a98c-1eac8b5b853c'),
(49843,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 12:17:39','2026-03-25 12:17:39',NULL,NULL,NULL,'359c598f-b005-4cc4-bd4c-cacc1959f22a'),
(49844,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 12:17:39','2026-03-25 12:17:39',NULL,NULL,NULL,'10f97e8f-e0c4-4262-b247-c05d0bb55ede'),
(49845,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 12:20:10','2026-03-25 12:20:10',NULL,NULL,NULL,'5d27be8f-081a-4a3e-93d0-d4e4c856185c'),
(49848,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 12:44:44','2026-03-25 12:44:44',NULL,NULL,NULL,'42defaeb-bba3-4b23-bb60-0099c9de787b'),
(49882,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 13:33:07','2026-03-25 13:33:07',NULL,NULL,NULL,'256abd83-ac93-4667-874e-75a58a7944af'),
(49951,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 14:25:07','2026-03-25 14:25:07',NULL,NULL,NULL,'e7a2c590-1b7c-4ecd-a2af-d38992cc5f11'),
(49962,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 14:32:45','2026-03-25 14:32:45',NULL,NULL,NULL,'d79eb17b-7805-4a52-a22e-105795a151db'),
(49963,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 14:32:45','2026-03-25 14:32:45',NULL,NULL,NULL,'a5c7ff7d-bbe6-474c-a2d1-b8dbcd553c54'),
(49973,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 14:36:59','2026-03-25 14:36:59',NULL,NULL,NULL,'0783478c-efa1-4ce7-aad8-f7a7d3157f38'),
(49974,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 14:36:59','2026-03-25 14:36:59',NULL,NULL,NULL,'f7ef8034-a301-4c5a-a0b1-b3c24b7cc1ca'),
(49981,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 14:42:36','2026-03-25 14:42:36',NULL,NULL,NULL,'70edff8f-3ad3-4ab8-83d6-25b5e96ef0bb'),
(49985,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 14:45:34','2026-03-25 14:45:34',NULL,NULL,NULL,'89350585-8bea-4000-b64d-5c6081fff238'),
(50003,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 15:03:12','2026-03-25 15:03:12',NULL,NULL,NULL,'eb8fc601-fb51-4896-9e81-7357d8d6189f'),
(50012,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 16:41:36','2026-03-25 16:41:36',NULL,NULL,NULL,'5961c333-a87f-4115-8b0a-ff27b44d9bd4'),
(50013,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 16:41:36','2026-03-25 16:41:36',NULL,NULL,NULL,'809e26a1-adb3-4660-bf68-8c2e91760c49'),
(50014,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 16:55:27','2026-03-25 16:55:27',NULL,NULL,NULL,'5d965c05-e406-4cb7-b6f0-59fd44a9a046'),
(50015,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 16:55:27','2026-03-25 16:55:27',NULL,NULL,NULL,'fcd98b25-9848-4bbe-a001-6fd8fcd0c7ed'),
(50023,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 17:44:04','2026-03-25 17:44:04',NULL,NULL,NULL,'eb9cdfa2-2f94-46aa-af7f-bc9d2815c8ee'),
(50047,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 18:13:49','2026-03-25 18:13:49',NULL,NULL,NULL,'ded36c29-f069-483a-a4b8-2b15e91fbebe'),
(50048,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 18:13:49','2026-03-25 18:13:49',NULL,NULL,NULL,'34b189cb-27dd-43ec-b97a-98485ac0b479'),
(50064,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 18:44:17','2026-03-25 18:44:17',NULL,NULL,NULL,'6c528fad-d06e-48e8-b0f5-bb9fbbe31acc'),
(50065,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 18:44:17','2026-03-25 18:44:17',NULL,NULL,NULL,'1718dfe3-0261-4549-b471-863e27582789'),
(50067,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:06','2026-03-25 18:48:06',NULL,NULL,NULL,'f52c9e7f-baf0-41bc-bd99-e33c65507b83'),
(50068,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:06','2026-03-25 18:48:06',NULL,NULL,NULL,'73b1f8ce-f081-482e-87e9-89c57c25ff42'),
(50069,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:07','2026-03-25 18:48:07',NULL,NULL,NULL,'77e86d95-36cd-4726-a0d3-115f92ed183b'),
(50070,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:07','2026-03-25 18:48:07',NULL,NULL,NULL,'14923c91-8322-402a-930b-7283abacca19'),
(50071,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:07','2026-03-25 18:48:07',NULL,NULL,NULL,'dcf2290a-3e01-4b12-bb06-5a49a08c7566'),
(50072,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:08','2026-03-25 18:48:08',NULL,NULL,NULL,'c790d5e8-41e4-48aa-b22c-a762c930691c'),
(50073,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:08','2026-03-25 18:48:08',NULL,NULL,NULL,'df6dd26b-0298-454f-a6b6-dbce6f1c7850'),
(50074,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:08','2026-03-25 18:48:08',NULL,NULL,NULL,'97feb071-fada-4786-8777-722e932ea376'),
(50075,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:08','2026-03-25 18:48:08',NULL,NULL,NULL,'7ce934a5-5e98-42d8-95d8-b207369d3f23'),
(50076,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:09','2026-03-25 18:48:09',NULL,NULL,NULL,'19b6fb9c-fe00-46d4-acc6-1cb8357fbbf7'),
(50077,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:09','2026-03-25 18:48:09',NULL,NULL,NULL,'a5e0dd19-d5b1-4045-a020-1a6139972811'),
(50078,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:09','2026-03-25 18:48:09',NULL,NULL,NULL,'3014010f-134d-4a1f-be6d-054020499561'),
(50079,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:10','2026-03-25 18:48:10',NULL,NULL,NULL,'523f661b-9dac-40cf-ab00-6a82730b8bb8'),
(50080,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:10','2026-03-25 18:48:10',NULL,NULL,NULL,'c4bcfa5c-8538-4b54-bba7-364f2734aaec'),
(50081,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:10','2026-03-25 18:48:10',NULL,NULL,NULL,'4aa13d86-9586-4200-a15f-4f5f1b1ced89'),
(50082,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:11','2026-03-25 18:48:11',NULL,NULL,NULL,'a004e669-e01d-447e-a32a-6179a0db865b'),
(50083,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:11','2026-03-25 18:48:11',NULL,NULL,NULL,'87bd44c6-8702-4f83-82e4-4bc07e99cc78'),
(50084,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:11','2026-03-25 18:48:11',NULL,NULL,NULL,'4ce22035-8188-4f4d-9996-82ed973353e3'),
(50085,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:12','2026-03-25 18:48:12',NULL,NULL,NULL,'496d4990-b20c-4e13-86e2-a22c91ecda77'),
(50086,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:12','2026-03-25 18:48:12',NULL,NULL,NULL,'734b7d40-5371-4cbf-8324-ef2b5ccf80d3'),
(50087,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:13','2026-03-25 18:48:13',NULL,NULL,NULL,'46df0e94-d381-483e-845f-26f7436266fa'),
(50088,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:13','2026-03-25 18:48:13',NULL,NULL,NULL,'c66e13f2-1fc3-4caa-89ff-c484448d64e6'),
(50089,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:13','2026-03-25 18:48:13',NULL,NULL,NULL,'505906af-f1a5-482d-b42f-08fbed1ffeb5'),
(50090,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:13','2026-03-25 18:48:13',NULL,NULL,NULL,'c285410f-1088-4b1f-a122-523eaab804f3'),
(50091,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:14','2026-03-25 18:48:14',NULL,NULL,NULL,'4b5597ba-77ba-49d6-91f7-10f3770d5666'),
(50092,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:14','2026-03-25 18:48:14',NULL,NULL,NULL,'a8782c3e-b68a-455e-b031-c8e857474ce1'),
(50093,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:14','2026-03-25 18:48:14',NULL,NULL,NULL,'9770a2f2-0f48-49e8-9d88-4b1a8cfca3c0'),
(50094,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:15','2026-03-25 18:48:15',NULL,NULL,NULL,'93e4dc1d-4f31-42e1-a367-427107a3c176'),
(50095,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:15','2026-03-25 18:48:15',NULL,NULL,NULL,'83ee3808-b9ee-4c10-94cd-a485391eeeef'),
(50096,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:15','2026-03-25 18:48:15',NULL,NULL,NULL,'e6e65bbb-d6da-43b2-8f88-07c0b17a7583'),
(50097,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:15','2026-03-25 18:48:15',NULL,NULL,NULL,'df23a04b-0446-4849-9dc5-a7a666bea462'),
(50098,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:16','2026-03-25 18:48:16',NULL,NULL,NULL,'c7ce5fae-4bb7-4e2d-bcf3-004b57aab17f'),
(50099,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:16','2026-03-25 18:48:16',NULL,NULL,NULL,'c63eba62-586a-4d10-aa17-a03017d8369d'),
(50100,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:16','2026-03-25 18:48:16',NULL,NULL,NULL,'12f2cb40-5f19-4532-8c22-b219d0a6eaaf'),
(50101,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:17','2026-03-25 18:48:17',NULL,NULL,NULL,'e2ce37f2-7068-4e04-b522-2b776387fc92'),
(50102,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:17','2026-03-25 18:48:17',NULL,NULL,NULL,'16dbaf4a-b855-43df-8fa6-34f75231e530'),
(50103,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:17','2026-03-25 18:48:17',NULL,NULL,NULL,'0c3592e5-9e9d-4aa8-918c-854e8ebea92a'),
(50104,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:18','2026-03-25 18:48:18',NULL,NULL,NULL,'f617a122-90b5-449b-9bfe-cd59aecb4e8e'),
(50105,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:18','2026-03-25 18:48:18',NULL,NULL,NULL,'e31c059f-a1af-470e-8948-2b123c76e5bf'),
(50106,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:18','2026-03-25 18:48:18',NULL,NULL,NULL,'05156efe-8dda-4dc7-a30a-096ebe192cd6'),
(50107,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:18','2026-03-25 18:48:18',NULL,NULL,NULL,'2004a458-47db-4cdc-908b-9eefc1a88bdf'),
(50108,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:19','2026-03-25 18:48:19',NULL,NULL,NULL,'c197ffe2-5506-42a8-833d-b55e4b324e4f'),
(50109,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:19','2026-03-25 18:48:19',NULL,NULL,NULL,'d2b0c0ce-f68f-4ab7-a520-95fa0cf80fe4'),
(50110,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:19','2026-03-25 18:48:19',NULL,NULL,NULL,'669957f4-5905-4337-9a9f-3d631f520439'),
(50111,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:19','2026-03-25 18:48:19',NULL,NULL,NULL,'d0bd0f48-97af-41b0-9454-93383acae060'),
(50112,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:20','2026-03-25 18:48:20',NULL,NULL,NULL,'8a9c5aae-2949-4c32-99ae-8375e52b883d'),
(50113,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:20','2026-03-25 18:48:20',NULL,NULL,NULL,'2427b73a-1fab-413c-8014-7400ee645b04'),
(50114,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:20','2026-03-25 18:48:20',NULL,NULL,NULL,'10595cc7-1311-4aeb-ae74-53b288600e25'),
(50115,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:20','2026-03-25 18:48:20',NULL,NULL,NULL,'202e6dfe-1ff2-4e54-966f-a82895d70ad3'),
(50116,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:21','2026-03-25 18:48:21',NULL,NULL,NULL,'66387114-9a13-405d-9abd-e3064dc9e523'),
(50117,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:21','2026-03-25 18:48:21',NULL,NULL,NULL,'979b326a-1b67-41a2-8e9f-2fc39ff61fbc'),
(50118,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:21','2026-03-25 18:48:21',NULL,NULL,NULL,'67f33c7b-2eee-4d68-b48c-f47422345d3c'),
(50119,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:22','2026-03-25 18:48:22',NULL,NULL,NULL,'47a61058-5c68-4b32-91ab-ba30ac78d2e0'),
(50120,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:22','2026-03-25 18:48:22',NULL,NULL,NULL,'282337bf-fff6-4aed-9526-b4789b781949'),
(50121,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:22','2026-03-25 18:48:22',NULL,NULL,NULL,'6233ed0a-973f-4d33-8c9b-ea9a0377b255'),
(50122,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:22','2026-03-25 18:48:22',NULL,NULL,NULL,'c2690034-b1fd-4cfb-a121-148ff89a880c'),
(50123,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:23','2026-03-25 18:48:23',NULL,NULL,NULL,'ad9d0f24-352d-4033-9d16-bc9b00eb7bff'),
(50124,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:23','2026-03-25 18:48:23',NULL,NULL,NULL,'44b76576-3051-43b2-b514-0b603d815083'),
(50125,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:23','2026-03-25 18:48:23',NULL,NULL,NULL,'bca5a7ec-1552-4bf4-811b-bf63eb526b84'),
(50126,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:24','2026-03-25 18:48:24',NULL,NULL,NULL,'32ba650a-6be8-495b-bbf7-e879f3343c62'),
(50127,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:24','2026-03-25 18:48:24',NULL,NULL,NULL,'5a8c6904-0064-449b-bac7-6200f6ecceef'),
(50128,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:24','2026-03-25 18:48:24',NULL,NULL,NULL,'68128330-6c5d-4d74-b2cd-ade41d89c443'),
(50129,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:24','2026-03-25 18:48:24',NULL,NULL,NULL,'ba151a74-2980-49b4-9c46-1bff82dd08cb'),
(50130,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 18:48:25','2026-03-25 18:48:25',NULL,NULL,NULL,'f59aaa4f-f84a-4e15-87f8-0a39d3fc1332'),
(50141,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-03-25 18:51:08','2026-03-25 18:51:08',NULL,NULL,NULL,'15700440-f0e4-4de5-95df-8f1fde292e27'),
(50142,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 18:51:15','2026-03-25 18:54:54',NULL,NULL,NULL,'80f631fc-996b-41c6-a5c1-cab8ec7a223d'),
(50143,1261,NULL,6593,1,'craft\\elements\\Entry',1,0,'2026-03-25 18:51:14','2026-03-25 18:51:15',NULL,NULL,NULL,'5a154bb6-ed64-412b-b208-18ee0f2b317e'),
(50144,50142,NULL,6594,21,'craft\\elements\\Entry',1,0,'2026-03-25 18:51:15','2026-03-25 18:51:15',NULL,NULL,NULL,'b5d0d749-fea6-468c-8552-a74617c8091f'),
(50152,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-03-25 18:54:50','2026-03-25 18:54:50',NULL,NULL,NULL,'2587af53-b103-46b8-9ba0-32a06b4cca95'),
(50154,1261,NULL,6595,1,'craft\\elements\\Entry',1,0,'2026-03-25 18:54:54','2026-03-25 18:54:54',NULL,NULL,NULL,'5038ff6e-bfbb-47f6-bf1f-85180afc37b9'),
(50155,50142,NULL,6596,21,'craft\\elements\\Entry',1,0,'2026-03-25 18:54:54','2026-03-25 18:54:54',NULL,NULL,NULL,'203b5d7d-ffe4-40cf-888a-f3cf056e0fca'),
(50164,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 18:56:36','2026-03-25 18:56:36',NULL,NULL,NULL,'3936820c-c253-43c0-9912-b82952d91989'),
(50165,1297,NULL,6597,1,'craft\\elements\\Entry',1,0,'2026-03-25 18:56:36','2026-03-25 18:56:36',NULL,NULL,NULL,'b3a55f5f-c881-4daf-836b-3e31d757f75c'),
(50166,50164,NULL,6598,21,'craft\\elements\\Entry',1,0,'2026-03-25 18:56:36','2026-03-25 18:56:36',NULL,NULL,NULL,'5a10b878-2777-4ced-959d-1c9871636d6d'),
(50170,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 18:57:10','2026-03-25 18:57:10',NULL,NULL,NULL,'15a4c7c0-de2d-4a93-b232-9b7b80337f0d'),
(50171,1337,NULL,6599,1,'craft\\elements\\Entry',1,0,'2026-03-25 18:57:10','2026-03-25 18:57:10',NULL,NULL,NULL,'d6fcc24a-f3c8-4f20-9d25-6e82a8a9ebf0'),
(50172,5246,NULL,6600,2,'craft\\elements\\Entry',1,0,'2026-03-25 18:57:10','2026-03-25 18:57:10',NULL,NULL,NULL,'613cc15c-3a67-46d4-8176-e21cad65318a'),
(50173,50170,NULL,6601,21,'craft\\elements\\Entry',1,0,'2026-03-25 18:57:10','2026-03-25 18:57:10',NULL,NULL,NULL,'faa6be53-ddc3-4543-ba39-f8bb96856d1d'),
(50174,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 18:58:33','2026-03-25 18:58:33',NULL,NULL,NULL,'a058a2e2-88ad-4abe-a948-50bfff5cf1db'),
(50175,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 18:58:33','2026-03-25 18:58:33',NULL,NULL,NULL,'9ddb320c-9b44-4bc6-ab81-bf55bd983007'),
(50177,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 19:00:12','2026-03-25 19:00:12',NULL,NULL,NULL,'72baa5a9-a580-4a28-882a-8c95f2641743'),
(50180,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-03-25 19:00:38','2026-03-25 19:00:38',NULL,NULL,NULL,'316b5780-e61e-4566-850e-d5939a2fc077'),
(50181,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:00:42','2026-03-25 19:00:42',NULL,NULL,NULL,'3efacee2-bf41-48c9-aa7b-f129ae7e22ae'),
(50182,1473,NULL,6602,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:00:42','2026-03-25 19:00:42',NULL,NULL,NULL,'a7f24492-dfd6-42c4-afea-1faa452bf75f'),
(50183,50181,NULL,6603,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:00:42','2026-03-25 19:00:42',NULL,NULL,NULL,'897123cb-4805-4e47-9582-60d3ca101aed'),
(50187,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:02:03','2026-03-25 19:02:03',NULL,NULL,NULL,'cd9d7590-8f79-4ede-b358-c4eecf69497b'),
(50188,1477,NULL,6604,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:02:03','2026-03-25 19:02:03',NULL,NULL,NULL,'a51f5d06-ead5-435a-95a5-97b368873d49'),
(50189,50187,NULL,6605,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:02:03','2026-03-25 19:02:03',NULL,NULL,NULL,'49d7fd65-1999-4246-9362-2ed5a1b0e2d5'),
(50194,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:02:31','2026-03-25 19:02:31',NULL,NULL,NULL,'8cc888df-89b6-4e80-8bda-9411f9276dc7'),
(50195,1481,NULL,6606,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:02:31','2026-03-25 19:02:31',NULL,NULL,NULL,'dbcbe279-14c3-42bb-8c20-82be0d709fe3'),
(50196,50194,NULL,6607,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:02:31','2026-03-25 19:02:31',NULL,NULL,NULL,'d32c04d7-4789-488c-b10a-2ba309c5eeee'),
(50217,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-03-25 19:19:32','2026-03-25 19:19:32',NULL,NULL,NULL,'68d85250-3b6d-4b2a-9956-420b62226138'),
(50218,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:19:39','2026-03-25 19:19:39',NULL,NULL,NULL,'861559bc-4e5a-4ab6-9cc2-b6ee771d3134'),
(50219,1419,NULL,6608,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:19:39','2026-03-25 19:19:39',NULL,NULL,NULL,'56624b69-810e-4642-b657-3bf51f442013'),
(50220,50218,NULL,6609,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:19:39','2026-03-25 19:19:39',NULL,NULL,NULL,'ce2fc5f2-e083-44fc-8ca0-a7f785bc586f'),
(50224,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:20:46','2026-03-25 19:20:46',NULL,NULL,NULL,'1c594a8a-4ae4-42f0-9a86-75b3805d3e62'),
(50225,1425,NULL,6610,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:20:46','2026-03-25 19:20:46',NULL,NULL,NULL,'8159cf16-bde4-41bd-92fb-935ffd8afa00'),
(50226,50224,NULL,6611,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:20:46','2026-03-25 19:20:46',NULL,NULL,NULL,'3938fd1a-c5fb-4380-b005-74006041d6e0'),
(50230,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:21:09','2026-03-25 19:21:09',NULL,NULL,NULL,'26de93ce-0f0e-444b-91f9-5f53ebaebbb4'),
(50231,1431,NULL,6612,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:21:09','2026-03-25 19:21:09',NULL,NULL,NULL,'6844bb10-7644-4b67-bfd5-c2d782a28000'),
(50232,50230,NULL,6613,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:21:09','2026-03-25 19:21:09',NULL,NULL,NULL,'25c2bb78-01eb-41bb-80b0-989947684b82'),
(50238,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:27:45','2026-03-25 19:27:45',NULL,NULL,NULL,'97f33bd3-a3fe-467e-ba8d-36e8cd2ab830'),
(50239,1437,NULL,6614,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:27:45','2026-03-25 19:27:45',NULL,NULL,NULL,'2f5e39f5-6e12-43f8-bffa-767ca9343125'),
(50240,50238,NULL,6615,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:27:45','2026-03-25 19:27:45',NULL,NULL,NULL,'ee1c19b2-dd2f-48e4-b280-ddc6860d4cd0'),
(50243,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:28:12','2026-03-25 19:28:12',NULL,NULL,NULL,'24ffad5b-0949-487e-b3ee-8ba0a3d1607f'),
(50244,1443,NULL,6616,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:28:12','2026-03-25 19:28:12',NULL,NULL,NULL,'a65e86a3-de25-4d04-b1d3-bd3c4e0a0886'),
(50245,50243,NULL,6617,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:28:12','2026-03-25 19:28:12',NULL,NULL,NULL,'c399a664-7657-4c3d-8092-f4c30875523e'),
(50248,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:28:36','2026-03-25 19:28:36',NULL,NULL,NULL,'0163037f-545a-45f3-8002-9e43c8ba337d'),
(50249,1449,NULL,6618,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:28:36','2026-03-25 19:28:36',NULL,NULL,NULL,'f9e972be-c952-435f-a098-9d4b633e2d56'),
(50250,50248,NULL,6619,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:28:36','2026-03-25 19:28:36',NULL,NULL,NULL,'91a7a8e9-d193-42f1-9d29-b298b83e3c32'),
(50253,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:28:57','2026-03-25 19:28:57',NULL,NULL,NULL,'86c031c0-6148-4105-a4a0-a0113219cc57'),
(50254,1455,NULL,6620,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:28:57','2026-03-25 19:28:57',NULL,NULL,NULL,'8030c924-6ff6-45ef-a30d-b29c670651de'),
(50255,50253,NULL,6621,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:28:57','2026-03-25 19:28:57',NULL,NULL,NULL,'3782cb94-e4ab-456e-a07f-4fb75fa5fa0d'),
(50258,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:29:16','2026-03-25 19:29:16',NULL,NULL,NULL,'f640c9a6-2a68-40d0-8bcd-1e8a1209f9ca'),
(50259,1461,NULL,6622,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:29:16','2026-03-25 19:29:16',NULL,NULL,NULL,'2e0d9b1e-2811-4cbb-9458-5ef771ae4217'),
(50260,50258,NULL,6623,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:29:16','2026-03-25 19:29:16',NULL,NULL,NULL,'83aac774-94a9-4a77-aa66-734ef47d562e'),
(50264,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:29:36','2026-03-25 19:29:36',NULL,NULL,NULL,'ca0b4c3e-97d3-4629-93c6-cda5daab0891'),
(50265,1467,NULL,6624,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:29:36','2026-03-25 19:29:36',NULL,NULL,NULL,'e4b284cd-7a49-4e03-b4f1-f06fa3470b06'),
(50266,50264,NULL,6625,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:29:36','2026-03-25 19:29:36',NULL,NULL,NULL,'8761b15b-7f13-4273-b112-b2b171b5d409'),
(50269,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 19:32:08','2026-03-25 19:32:08',NULL,NULL,NULL,'1847d559-5bf2-41f1-97e7-9f3acac4e0ba'),
(50271,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-25 19:32:48','2026-03-25 19:32:48',NULL,NULL,NULL,'503c59b3-af81-4b60-85a9-8d04366c2219'),
(50274,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-03-25 19:33:08','2026-03-25 19:33:08',NULL,NULL,NULL,'b25cde26-5702-4774-9ab7-a44c6618fa06'),
(50275,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:33:11','2026-03-25 19:33:11',NULL,NULL,NULL,'12d0f0bc-6c29-42bb-8d40-5ec008900dba'),
(50276,2,NULL,6626,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:33:11','2026-03-25 19:33:11',NULL,NULL,NULL,'1cecfcf1-c477-4beb-b9c0-3299085e9c4e'),
(50277,50275,NULL,6627,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:33:11','2026-03-25 19:33:11',NULL,NULL,NULL,'8a21eb93-b62f-4dc4-972f-699e61ee1aff'),
(50280,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:33:50','2026-03-25 19:33:50',NULL,NULL,NULL,'74ea433f-e52b-486c-9329-2090bc9b9c3e'),
(50281,945,NULL,6628,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:33:50','2026-03-25 19:33:50',NULL,NULL,NULL,'194144b8-4736-4be8-9b41-b01f5a0175ae'),
(50282,50280,NULL,6629,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:33:50','2026-03-25 19:33:50',NULL,NULL,NULL,'4c4fcb9b-1e12-4c87-bf9c-ec0c01e63ae7'),
(50285,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:34:12','2026-03-25 19:34:12',NULL,NULL,NULL,'70d6c60b-c302-47c5-88c9-cdf7efa4e5c5'),
(50286,951,NULL,6630,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:34:12','2026-03-25 19:34:12',NULL,NULL,NULL,'2aad923d-c759-4077-8152-454732383419'),
(50287,50285,NULL,6631,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:34:12','2026-03-25 19:34:12',NULL,NULL,NULL,'7fc8ecb7-63c8-4fbb-8643-eda61d49547d'),
(50290,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:34:29','2026-03-25 19:34:29',NULL,NULL,NULL,'d736fc6f-c238-47cd-805f-79413dd9a91b'),
(50291,957,NULL,6632,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:34:29','2026-03-25 19:34:29',NULL,NULL,NULL,'9dd0ebc2-7fb4-42c3-8752-7f1377eb14df'),
(50292,50290,NULL,6633,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:34:29','2026-03-25 19:34:29',NULL,NULL,NULL,'7dd1e9c5-4765-4234-8868-114eb57cbcde'),
(50295,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:34:46','2026-03-25 19:34:46',NULL,NULL,NULL,'27fd7e9f-e91f-443e-bbf5-5b08823e0c14'),
(50296,963,NULL,6634,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:34:46','2026-03-25 19:34:46',NULL,NULL,NULL,'0871524d-cc4a-4e47-b34c-17c30fd0216a'),
(50297,50295,NULL,6635,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:34:46','2026-03-25 19:34:46',NULL,NULL,NULL,'dac83993-7c98-40cb-8732-5c287bdbab27'),
(50300,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:35:05','2026-03-25 19:35:05',NULL,NULL,NULL,'450c3d5c-927e-433f-bc08-c5ec6624c3ba'),
(50301,969,NULL,6636,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:35:05','2026-03-25 19:35:05',NULL,NULL,NULL,'ba63dc69-e029-4f87-9a19-40171d82cd15'),
(50302,50300,NULL,6637,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:35:05','2026-03-25 19:35:05',NULL,NULL,NULL,'5e65c276-db09-4393-a6af-a5f879c75309'),
(50305,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:35:31','2026-03-25 19:35:31',NULL,NULL,NULL,'a57a7d61-6207-4fed-a858-93d01e3e7f69'),
(50306,975,NULL,6638,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:35:31','2026-03-25 19:35:31',NULL,NULL,NULL,'fb4f8c18-b177-4c38-b2b7-989fd3f916f3'),
(50307,50305,NULL,6639,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:35:31','2026-03-25 19:35:31',NULL,NULL,NULL,'c787f4f0-d332-433f-889a-06af7b45f3b1'),
(50310,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:35:52','2026-03-25 19:35:52',NULL,NULL,NULL,'5df9f5f3-3cfa-4336-ad63-483507ce7108'),
(50311,981,NULL,6640,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:35:52','2026-03-25 19:35:52',NULL,NULL,NULL,'51d7ead4-4096-4a1f-b1c9-52515955e04b'),
(50312,50310,NULL,6641,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:35:52','2026-03-25 19:35:52',NULL,NULL,NULL,'1feabd16-528a-45c5-8ea1-ba6707c23cf6'),
(50316,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:36:13','2026-03-25 19:36:13',NULL,NULL,NULL,'38481702-fdba-4271-91ec-377274483f93'),
(50317,989,NULL,6642,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:36:13','2026-03-25 19:36:13',NULL,NULL,NULL,'0fe5d481-1c80-478d-93b4-46921430abff'),
(50318,50316,NULL,6643,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:36:13','2026-03-25 19:36:13',NULL,NULL,NULL,'95074d9a-f677-42da-9f3b-681077fd8158'),
(50321,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:36:32','2026-03-25 19:36:32',NULL,NULL,NULL,'2e8aad69-b4ff-4ea1-b908-36f2b4c7beff'),
(50322,995,NULL,6644,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:36:32','2026-03-25 19:36:32',NULL,NULL,NULL,'2bb6af94-5696-4dfd-aa0c-c476b1079b1f'),
(50323,50321,NULL,6645,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:36:32','2026-03-25 19:36:32',NULL,NULL,NULL,'a966178a-4fba-4dd1-8296-23aa67de90aa'),
(50326,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:36:54','2026-03-25 19:36:54',NULL,NULL,NULL,'cb933c6a-b26d-41d0-9be5-0a14ae50d6cd'),
(50327,999,NULL,6646,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:36:53','2026-03-25 19:36:54',NULL,NULL,NULL,'197b3123-9ad0-4e78-884a-57da43d85f29'),
(50328,50326,NULL,6647,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:36:54','2026-03-25 19:36:54',NULL,NULL,NULL,'5eefd216-6ef2-48a8-9b4e-356164c1dbcf'),
(50331,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:37:16','2026-03-25 19:37:16',NULL,NULL,NULL,'774790a2-86aa-4a32-962b-b555616c9181'),
(50332,1005,NULL,6648,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:37:15','2026-03-25 19:37:16',NULL,NULL,NULL,'8a5aab2d-5013-4f7e-830a-65a33d07846f'),
(50333,50331,NULL,6649,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:37:16','2026-03-25 19:37:16',NULL,NULL,NULL,'de1bdf03-628f-4011-9359-6f1366a12c4f'),
(50337,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:38:04','2026-03-25 19:38:04',NULL,NULL,NULL,'50abe4a7-a4e8-421f-b85a-98fde0f19e0d'),
(50338,1011,NULL,6650,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:38:04','2026-03-25 19:38:04',NULL,NULL,NULL,'9f2f78bc-25a0-4b00-b919-291fcf9b1249'),
(50339,50337,NULL,6651,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:38:04','2026-03-25 19:38:04',NULL,NULL,NULL,'5cf10d8e-94ba-4ddf-a784-7833416bc5d4'),
(50344,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:38:25','2026-03-25 19:38:25',NULL,NULL,NULL,'94566b00-f258-4637-b90b-6efa48ad28d7'),
(50345,1017,NULL,6652,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:38:25','2026-03-25 19:38:25',NULL,NULL,NULL,'328d1b3f-02b0-4089-ae8d-210ecb13ec5b'),
(50346,50344,NULL,6653,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:38:25','2026-03-25 19:38:25',NULL,NULL,NULL,'efdcf33b-2d18-499d-b6c3-368551734265'),
(50350,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:38:42','2026-03-25 19:38:42',NULL,NULL,NULL,'32092892-3b02-4d47-87f1-b8e53a804bd4'),
(50351,1023,NULL,6654,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:38:42','2026-03-25 19:38:42',NULL,NULL,NULL,'318a212a-d8c1-4269-95cb-ebb29b8984b8'),
(50352,50350,NULL,6655,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:38:42','2026-03-25 19:38:42',NULL,NULL,NULL,'dfe509ff-0273-420c-8f75-1db41a59d01c'),
(50355,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:39:04','2026-03-25 19:39:04',NULL,NULL,NULL,'9b491b84-be83-4003-8d39-fc0074218de2'),
(50356,1035,NULL,6656,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:39:04','2026-03-25 19:39:04',NULL,NULL,NULL,'4cc8f87e-7a58-4976-bde9-1ef6d6d26ad4'),
(50357,6027,NULL,6657,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:39:04','2026-03-25 19:39:04',NULL,NULL,NULL,'d7c4c953-3e78-41da-8bf4-0be84568066c'),
(50358,50355,NULL,6658,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:39:04','2026-03-25 19:39:04',NULL,NULL,NULL,'10459564-1b23-40d3-92e5-a58768599741'),
(50362,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:39:20','2026-03-25 19:39:20',NULL,NULL,NULL,'4f462a44-da30-43e8-94b1-eb9c8bf499c7'),
(50363,1041,NULL,6659,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:39:20','2026-03-25 19:39:20',NULL,NULL,NULL,'27704564-6d27-4c60-9def-62b340d8ab2a'),
(50364,50362,NULL,6660,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:39:20','2026-03-25 19:39:20',NULL,NULL,NULL,'301421c4-0d42-448b-95f6-87e6f71ea61e'),
(50368,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:39:45','2026-03-25 19:39:45',NULL,NULL,NULL,'3b65091c-48dc-4400-ab45-75b4d12a2975'),
(50369,1045,NULL,6661,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:39:45','2026-03-25 19:39:45',NULL,NULL,NULL,'c0413623-7ed2-4dca-a6a5-256f7d35fe21'),
(50370,50368,NULL,6662,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:39:45','2026-03-25 19:39:45',NULL,NULL,NULL,'b507b446-6d1d-465e-8679-114c4397e81c'),
(50373,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:40:02','2026-03-25 19:40:02',NULL,NULL,NULL,'6995cf59-b896-41b0-8462-a9af3bba8d71'),
(50374,1051,NULL,6663,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:40:02','2026-03-25 19:40:02',NULL,NULL,NULL,'5cf5500e-c8ee-4599-878b-4a22d5f8080e'),
(50375,50373,NULL,6664,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:40:02','2026-03-25 19:40:02',NULL,NULL,NULL,'4387d999-f6ec-4070-8e44-eeb754607a85'),
(50378,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:40:27','2026-03-25 19:40:27',NULL,NULL,NULL,'28a7bdf1-4ae7-4ac0-b5b0-c0bc44228e92'),
(50379,1059,NULL,6665,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:40:27','2026-03-25 19:40:27',NULL,NULL,NULL,'db9071b8-2ffa-4600-8b66-afc8f1bd5816'),
(50380,50378,NULL,6666,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:40:27','2026-03-25 19:40:27',NULL,NULL,NULL,'d2ea36ef-cd62-49a3-9b85-a09d54235840');
INSERT INTO `elements` VALUES
(50381,1059,NULL,6667,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:40:29','2026-03-25 19:40:29',NULL,NULL,NULL,'06c54c80-c1f4-4f76-b436-0b1a98a47f73'),
(50384,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:40:53','2026-03-25 19:40:53',NULL,NULL,NULL,'1d2c09b6-2792-4295-872d-044a478bdcb0'),
(50385,1067,NULL,6668,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:40:53','2026-03-25 19:40:53',NULL,NULL,NULL,'370b6e5f-0fde-4e2f-9fa4-bae853139baf'),
(50386,50384,NULL,6669,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:40:53','2026-03-25 19:40:53',NULL,NULL,NULL,'21f8c0c0-1886-4246-958f-1a055e115020'),
(50389,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:41:11','2026-03-25 19:41:11',NULL,NULL,NULL,'59d35390-184f-4010-b0b1-b41a6e2934a1'),
(50390,1073,NULL,6670,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:41:11','2026-03-25 19:41:11',NULL,NULL,NULL,'e3f935af-d981-40c5-b605-d7ea2e78d90f'),
(50391,50389,NULL,6671,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:41:11','2026-03-25 19:41:11',NULL,NULL,NULL,'30f2dc46-59ec-48c8-9667-93ec4ab13e88'),
(50394,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:41:32','2026-03-25 19:41:32',NULL,NULL,NULL,'cc4e357b-96a9-4777-9ad6-f9067466ed94'),
(50395,1079,NULL,6672,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:41:32','2026-03-25 19:41:32',NULL,NULL,NULL,'3606a211-7f4c-435b-b3bf-8dadb166b68c'),
(50396,50394,NULL,6673,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:41:32','2026-03-25 19:41:32',NULL,NULL,NULL,'84f23689-31dc-4ecc-bf80-42695e036024'),
(50399,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:41:50','2026-03-25 19:41:50',NULL,NULL,NULL,'db80483b-2a16-46aa-8b85-fbbdddc6505b'),
(50400,1085,NULL,6674,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:41:50','2026-03-25 19:41:50',NULL,NULL,NULL,'12c3ec54-11f0-4c43-8c7e-7fd0873baa9c'),
(50401,50399,NULL,6675,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:41:50','2026-03-25 19:41:50',NULL,NULL,NULL,'5062d680-cf06-4483-8ea4-68a0747c2c2e'),
(50404,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:42:13','2026-03-25 19:42:13',NULL,NULL,NULL,'f9879982-734e-47be-a6e5-bb75dc0d3090'),
(50405,1091,NULL,6676,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:42:13','2026-03-25 19:42:13',NULL,NULL,NULL,'cfcf9bdf-14c6-4058-8a3c-ae242404aaae'),
(50406,50404,NULL,6677,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:42:13','2026-03-25 19:42:13',NULL,NULL,NULL,'a57eaba0-06a6-43de-8a11-13201fd2b991'),
(50409,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:42:33','2026-03-25 19:42:33',NULL,NULL,NULL,'632266fa-e578-49fb-9673-a010104b21c1'),
(50410,1097,NULL,6678,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:42:33','2026-03-25 19:42:33',NULL,NULL,NULL,'3a5dc430-c5eb-42ce-b2cd-223ccec660a0'),
(50411,50409,NULL,6679,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:42:33','2026-03-25 19:42:33',NULL,NULL,NULL,'7f1c8544-a6fc-4e41-ade4-7b789d9f2576'),
(50414,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:42:52','2026-03-25 19:42:52',NULL,NULL,NULL,'b5a7c024-8ec7-455e-8f09-865ea9ad6d31'),
(50415,1103,NULL,6680,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:42:52','2026-03-25 19:42:52',NULL,NULL,NULL,'51cf53df-da1e-4915-a12f-7e4c4d15a071'),
(50416,50414,NULL,6681,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:42:52','2026-03-25 19:42:53',NULL,NULL,NULL,'8a793332-3c69-494b-bc4e-bd806422e456'),
(50419,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:43:09','2026-03-25 19:43:09',NULL,NULL,NULL,'6df91ad7-cb75-4bd6-be3e-25f53a4eff2a'),
(50420,1109,NULL,6682,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:43:09','2026-03-25 19:43:09',NULL,NULL,NULL,'861ad7e6-1f31-450a-9076-d5a8cf1961d4'),
(50421,50419,NULL,6683,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:43:09','2026-03-25 19:43:09',NULL,NULL,NULL,'7237b42a-76a2-4fb1-a91e-5e17e41d9374'),
(50424,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:43:32','2026-03-25 19:43:32',NULL,NULL,NULL,'4a51a736-bd6b-4237-bca2-fddd2ac29eb6'),
(50425,1117,NULL,6684,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:43:32','2026-03-25 19:43:32',NULL,NULL,NULL,'55c0513a-5bae-441f-bace-91626980d117'),
(50426,50424,NULL,6685,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:43:32','2026-03-25 19:43:33',NULL,NULL,NULL,'c7804d42-7369-466f-a282-6f794207bd07'),
(50429,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:43:49','2026-03-25 19:43:49',NULL,NULL,NULL,'7b74866a-0dc7-403d-bbaf-b33046948629'),
(50430,1123,NULL,6686,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:43:49','2026-03-25 19:43:49',NULL,NULL,NULL,'8ff4a442-42fc-4e7a-a435-07860aba3400'),
(50431,50429,NULL,6687,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:43:49','2026-03-25 19:43:49',NULL,NULL,NULL,'9fad7127-6577-4a23-a70a-9159b0da1795'),
(50435,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:10','2026-03-25 19:44:10',NULL,NULL,NULL,'ea9c463f-d751-4cf0-8e79-786140fc6448'),
(50436,1129,NULL,6688,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:10','2026-03-25 19:44:10',NULL,NULL,NULL,'fbe622e1-c117-43d4-a09c-2da2d077938c'),
(50437,50435,NULL,6689,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:10','2026-03-25 19:44:10',NULL,NULL,NULL,'f3d2f2f3-8d75-450d-bf6f-e4c2e3e2af92'),
(50441,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:24','2026-03-25 19:44:24',NULL,NULL,NULL,'fba71881-5d64-4ea5-b245-abbca400ed8f'),
(50442,1135,NULL,6690,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:24','2026-03-25 19:44:24',NULL,NULL,NULL,'6774d8b5-7276-4eeb-8da0-ccc9b4bc8820'),
(50443,50441,NULL,6691,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:24','2026-03-25 19:44:24',NULL,NULL,NULL,'1124ee61-9574-4105-9c33-264f13a1ea5f'),
(50450,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:40','2026-03-25 19:44:40',NULL,NULL,NULL,'6820f083-0488-4294-b7f4-2c1246e87d9a'),
(50451,1143,NULL,6692,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:40','2026-03-25 19:44:40',NULL,NULL,NULL,'198059c0-87e3-4d61-bda5-139406c84194'),
(50452,50450,NULL,6693,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:40','2026-03-25 19:44:40',NULL,NULL,NULL,'dc28daf0-26dc-45f2-9d26-6b2d357f9ecd'),
(50455,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:59','2026-03-25 19:44:59',NULL,NULL,NULL,'8651f912-bbd4-41d3-a088-a6764e243fad'),
(50456,1161,NULL,6694,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:59','2026-03-25 19:44:59',NULL,NULL,NULL,'c17bc024-2f7b-46c7-a2fa-ef9719d2d264'),
(50457,50455,NULL,6695,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:44:59','2026-03-25 19:44:59',NULL,NULL,NULL,'ea7e1e1f-0e29-43b8-b98c-b53844cf5350'),
(50460,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:45:17','2026-03-25 19:45:17',NULL,NULL,NULL,'ff7b72b8-4a06-49b6-8905-bb19d78a0ef6'),
(50461,1165,NULL,6696,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:45:17','2026-03-25 19:45:17',NULL,NULL,NULL,'4d6501ec-d2db-4588-9955-267bebb5e681'),
(50462,50460,NULL,6697,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:45:17','2026-03-25 19:45:17',NULL,NULL,NULL,'da771a0b-b13b-4a2f-8c84-85026fa38fe2'),
(50466,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:45:37','2026-03-25 19:45:37',NULL,NULL,NULL,'10172be4-cdf4-4f1e-850a-5b7c7951fc6e'),
(50467,1177,NULL,6698,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:45:37','2026-03-25 19:45:37',NULL,NULL,NULL,'14e3dfe6-d6fc-4fa5-8ac0-54b43671cc27'),
(50468,50466,NULL,6699,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:45:37','2026-03-25 19:45:37',NULL,NULL,NULL,'7745f0c5-b9c8-4b06-96a4-61529d0e0aa4'),
(50471,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:45:53','2026-03-25 19:45:53',NULL,NULL,NULL,'9bf6d3c7-6f62-4373-ae47-dfc59caffaf5'),
(50472,1185,NULL,6700,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:45:53','2026-03-25 19:45:53',NULL,NULL,NULL,'240214f7-1468-4ec5-8210-9f649461387d'),
(50473,50471,NULL,6701,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:45:53','2026-03-25 19:45:54',NULL,NULL,NULL,'fdb47dc0-dd0a-4f18-a8b0-6935020da973'),
(50476,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:46:13','2026-03-25 19:46:13',NULL,NULL,NULL,'ed840f8d-97bc-40cc-bfd1-89e8919b3dd4'),
(50477,1191,NULL,6702,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:46:12','2026-03-25 19:46:13',NULL,NULL,NULL,'c9efb661-5b7d-4142-8750-8c71f38882bd'),
(50478,50476,NULL,6703,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:46:13','2026-03-25 19:46:13',NULL,NULL,NULL,'5b936fcd-6793-4757-8fe0-92b54b39f2e8'),
(50481,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:46:30','2026-03-25 19:46:30',NULL,NULL,NULL,'5539fd59-7cb2-4534-a60c-038a7d5eeba7'),
(50482,1197,NULL,6704,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:46:30','2026-03-25 19:46:30',NULL,NULL,NULL,'6c8e81c8-ea7b-4bb1-bd14-55c049368871'),
(50483,50481,NULL,6705,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:46:30','2026-03-25 19:46:30',NULL,NULL,NULL,'e721f83a-ceff-4bcf-9ce1-e902cdba61a6'),
(50484,1191,NULL,6706,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:46:40','2026-03-25 19:46:40',NULL,NULL,NULL,'a723f007-5b8f-4b01-8a13-aa104c22a968'),
(50487,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:46:57','2026-03-25 19:46:57',NULL,NULL,NULL,'f890a164-2616-4163-aca6-28683eedf26b'),
(50488,1201,NULL,6707,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:46:57','2026-03-25 19:46:57',NULL,NULL,NULL,'f3e7d361-4005-46fa-aa73-332650691318'),
(50489,50487,NULL,6708,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:46:57','2026-03-25 19:46:57',NULL,NULL,NULL,'220770e1-a038-489a-8d13-ff680074c6b8'),
(50492,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:47:14','2026-03-25 19:47:14',NULL,NULL,NULL,'7fd4f0a1-37ff-4588-b2c9-7d28f011dbf4'),
(50493,1215,NULL,6709,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:47:13','2026-03-25 19:47:14',NULL,NULL,NULL,'45fb3a58-18ae-4f7a-a135-8c554d691e57'),
(50494,50492,NULL,6710,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:47:14','2026-03-25 19:47:14',NULL,NULL,NULL,'46217a1a-6b8f-4582-b503-6311ad7f9167'),
(50497,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:47:33','2026-03-25 19:47:33',NULL,NULL,NULL,'7216086c-66f3-439d-bd5b-724afc565a50'),
(50498,1225,NULL,6711,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:47:33','2026-03-25 19:47:33',NULL,NULL,NULL,'3dcc5307-2f15-47fc-8359-ad9d053263b2'),
(50499,50497,NULL,6712,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:47:33','2026-03-25 19:47:33',NULL,NULL,NULL,'9788bf20-6479-432b-bd85-727984099803'),
(50502,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:47:50','2026-03-25 19:47:50',NULL,NULL,NULL,'a4e2264c-692b-4cd3-85bd-a7a8e5e4279c'),
(50503,1231,NULL,6713,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:47:50','2026-03-25 19:47:50',NULL,NULL,NULL,'7b42b232-265a-453d-8737-126b7a5380c3'),
(50504,50502,NULL,6714,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:47:50','2026-03-25 19:47:50',NULL,NULL,NULL,'466734bf-2e0c-4d2b-ad11-7e27cc4c949e'),
(50508,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:48:08','2026-03-25 19:48:08',NULL,NULL,NULL,'a3a5b717-2518-4da4-8dc5-352421b61458'),
(50509,1237,NULL,6715,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:48:08','2026-03-25 19:48:08',NULL,NULL,NULL,'06c5321f-500a-49cc-b9b3-2f3208560e1c'),
(50510,50508,NULL,6716,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:48:08','2026-03-25 19:48:08',NULL,NULL,NULL,'09b23d9a-4dba-45a9-aaf7-b1553774a4a0'),
(50514,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:48:35','2026-03-25 19:48:35',NULL,NULL,NULL,'0213a219-37de-40bc-b61d-b5155c4fcf67'),
(50515,1243,NULL,6717,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:48:34','2026-03-25 19:48:35',NULL,NULL,NULL,'fa0d5eac-134c-46a3-bd72-97407d3430a4'),
(50516,50514,NULL,6718,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:48:35','2026-03-25 19:48:35',NULL,NULL,NULL,'053a35bc-df0a-4cb2-ba8a-7d16fbbe193a'),
(50519,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:49:02','2026-03-25 19:49:02',NULL,NULL,NULL,'27cd9b6e-4353-427f-bdbe-9e13ddaab13b'),
(50520,1249,NULL,6719,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:49:02','2026-03-25 19:49:02',NULL,NULL,NULL,'10394c6d-da08-4bde-8f57-47c941a343a6'),
(50521,50519,NULL,6720,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:49:02','2026-03-25 19:49:02',NULL,NULL,NULL,'0090113a-da71-4173-9663-be13cc82a482'),
(50524,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-03-25 19:50:59','2026-03-25 19:50:59',NULL,NULL,NULL,'b047731c-7793-4558-87f2-e7aaec0df353'),
(50525,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:51:03','2026-03-25 19:51:03',NULL,NULL,NULL,'7e22e5ee-8b14-4051-b210-cee26c4172f0'),
(50526,2720,NULL,6721,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:51:03','2026-03-25 19:51:03',NULL,NULL,NULL,'f940b066-024f-48a3-ad8f-b5c28c294735'),
(50527,50525,NULL,6722,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:51:03','2026-03-25 19:51:03',NULL,NULL,NULL,'1ad80d1f-90cd-420e-9c41-3149b280cf36'),
(50530,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:51:39','2026-03-25 19:51:39',NULL,NULL,NULL,'c144c4d6-0f50-449e-9ff5-e291eaa7f079'),
(50531,1353,NULL,6723,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:51:39','2026-03-25 19:51:39',NULL,NULL,NULL,'5a95e952-a6e9-44b5-9c5b-387a66094f5c'),
(50532,50530,NULL,6724,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:51:39','2026-03-25 19:51:39',NULL,NULL,NULL,'10ee796b-309e-412d-b20c-bf255b91c19b'),
(50535,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:51:58','2026-03-25 19:51:58',NULL,NULL,NULL,'92f764fd-0a07-4800-82cc-4b9426fbc542'),
(50536,1359,NULL,6725,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:51:58','2026-03-25 19:51:58',NULL,NULL,NULL,'1df8e744-db97-41a4-a006-a87eb66eb707'),
(50537,50535,NULL,6726,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:51:58','2026-03-25 19:51:58',NULL,NULL,NULL,'1a959b0a-3b4a-4bc3-abd8-e33a141ba599'),
(50540,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:52:16','2026-03-25 19:52:16',NULL,NULL,NULL,'9b27716f-2eaa-4dd8-8836-bbd59e131b90'),
(50541,1365,NULL,6727,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:52:16','2026-03-25 19:52:16',NULL,NULL,NULL,'89f8adc5-6336-4367-87a4-0b321c00473a'),
(50542,50540,NULL,6728,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:52:16','2026-03-25 19:52:16',NULL,NULL,NULL,'0b223db2-3b7b-4ee7-a48c-84023993cc56'),
(50546,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:52:35','2026-03-25 19:52:35',NULL,NULL,NULL,'fac06f7c-b420-4caa-9bdb-8008987b0a3b'),
(50547,2712,NULL,6729,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:52:35','2026-03-25 19:52:35',NULL,NULL,NULL,'005ac352-8a43-4c5d-be33-68f75d52f32c'),
(50548,50546,NULL,6730,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:52:35','2026-03-25 19:52:35',NULL,NULL,NULL,'ec5f8cd8-2f24-41e2-9224-74a11aee5ecb'),
(50551,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:52:54','2026-03-25 19:52:54',NULL,NULL,NULL,'03f60307-e468-4273-9630-155a4a4db4ee'),
(50552,1371,NULL,6731,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:52:54','2026-03-25 19:52:54',NULL,NULL,NULL,'89bd8a1e-a1bf-42dc-ad5d-03fe3aef3dac'),
(50553,50551,NULL,6732,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:52:54','2026-03-25 19:52:54',NULL,NULL,NULL,'f0282790-0f96-4373-a627-e28f17256805'),
(50556,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:53:33','2026-03-25 19:53:33',NULL,NULL,NULL,'ea0c0667-dbfd-4476-ac1d-c63f23035d54'),
(50557,1377,NULL,6733,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:53:33','2026-03-25 19:53:33',NULL,NULL,NULL,'407d7156-3439-4ada-8e97-6ea8b0cd032f'),
(50558,50556,NULL,6734,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:53:33','2026-03-25 19:53:33',NULL,NULL,NULL,'a0c2420d-2eb3-40f2-a953-97abbd931e48'),
(50561,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:53:51','2026-03-25 19:53:51',NULL,NULL,NULL,'a4035e46-4ae8-4c33-b2f8-32dcfd320663'),
(50562,1383,NULL,6735,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:53:51','2026-03-25 19:53:51',NULL,NULL,NULL,'99462707-9875-472e-a038-3253c0f3465a'),
(50563,50561,NULL,6736,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:53:51','2026-03-25 19:53:51',NULL,NULL,NULL,'42ddc1d3-8d71-4e5a-9529-0672d1855a91'),
(50566,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:54:11','2026-03-25 19:54:11',NULL,NULL,NULL,'57504b62-7ab3-4226-83b1-053337856691'),
(50567,1389,NULL,6737,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:54:11','2026-03-25 19:54:11',NULL,NULL,NULL,'c7797bf3-dc5e-4040-ba61-3b566266976f'),
(50568,50566,NULL,6738,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:54:11','2026-03-25 19:54:11',NULL,NULL,NULL,'05758725-1684-4e6d-bdbb-12b2a09ea3cd'),
(50571,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:54:30','2026-03-25 19:54:30',NULL,NULL,NULL,'aa2911cd-5b61-4a69-a337-fd767fdaeffc'),
(50572,1407,NULL,6739,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:54:30','2026-03-25 19:54:30',NULL,NULL,NULL,'ff7eeaf2-f3cf-41c4-882b-4a4a2da494ca'),
(50573,50571,NULL,6740,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:54:30','2026-03-25 19:54:30',NULL,NULL,NULL,'19b413af-0876-4b8c-b873-c07152a850df'),
(50576,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:54:53','2026-03-25 19:54:53',NULL,NULL,NULL,'58fb8a63-d657-4ffb-9907-77b6edcc5b87'),
(50577,1395,NULL,6741,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:54:53','2026-03-25 19:54:53',NULL,NULL,NULL,'9735642d-69e0-48a0-a972-5aef4bb3f460'),
(50578,50576,NULL,6742,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:54:53','2026-03-25 19:54:53',NULL,NULL,NULL,'ae2d1ccb-2d16-4f27-8cea-ddfa00c57790'),
(50581,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:55:08','2026-03-25 19:55:08',NULL,NULL,NULL,'2244a760-5fdc-405a-9214-1933e492f474'),
(50582,1401,NULL,6743,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:55:08','2026-03-25 19:55:08',NULL,NULL,NULL,'7cab5f42-cfab-4472-8b66-27bd098d48d3'),
(50583,50581,NULL,6744,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:55:08','2026-03-25 19:55:08',NULL,NULL,NULL,'270358ea-f872-4be8-829c-ae2cc2c21faf'),
(50587,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:55:26','2026-03-25 19:55:26',NULL,NULL,NULL,'254e5953-1df9-4c37-be6f-911d4373ff63'),
(50588,1413,NULL,6745,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:55:26','2026-03-25 19:55:26',NULL,NULL,NULL,'18a4955c-c535-4888-bae5-ab7df9e58390'),
(50589,50587,NULL,6746,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:55:26','2026-03-25 19:55:26',NULL,NULL,NULL,'d94d8940-2c45-4e91-bb50-5bdb3e87cbf5'),
(50592,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-03-25 19:57:27','2026-03-25 19:57:27',NULL,NULL,NULL,'f63c4b62-24c3-44b1-be66-d5f059b6fec3'),
(50593,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:57:30','2026-03-25 19:57:30',NULL,NULL,NULL,'7f0b520b-15d9-4150-a085-3531a3b7a86d'),
(50594,1255,NULL,6747,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:57:30','2026-03-25 19:57:30',NULL,NULL,NULL,'f31f1105-18c0-4520-a6f3-7ece4db07e7f'),
(50595,50593,NULL,6748,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:57:30','2026-03-25 19:57:30',NULL,NULL,NULL,'0f9d2119-a1ba-4175-be4f-f0557342f231'),
(50598,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:58:11','2026-03-25 19:58:11',NULL,NULL,NULL,'dc6adbda-26f7-474e-84db-35713ff27718'),
(50599,1269,NULL,6749,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:58:11','2026-03-25 19:58:11',NULL,NULL,NULL,'aefe4d59-086e-48a4-9cfa-2e4bc9efae0f'),
(50600,50598,NULL,6750,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:58:11','2026-03-25 19:58:11',NULL,NULL,NULL,'6635de35-f173-4967-bc16-a541914fa407'),
(50603,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:58:34','2026-03-25 19:58:34',NULL,NULL,NULL,'1af7e9d0-9edd-4a80-aae4-7ebb429a1d52'),
(50604,1283,NULL,6751,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:58:34','2026-03-25 19:58:34',NULL,NULL,NULL,'8c485960-dcca-4d43-961b-9ffdeb18361f'),
(50605,50603,NULL,6752,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:58:34','2026-03-25 19:58:34',NULL,NULL,NULL,'e7087d58-68ce-4c5b-b347-1626573fa16d'),
(50608,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:58:54','2026-03-25 19:58:54',NULL,NULL,NULL,'9e39b831-fe14-45df-917a-966927c5b44a'),
(50609,1289,NULL,6753,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:58:54','2026-03-25 19:58:54',NULL,NULL,NULL,'a3eb0ca6-9a12-4ee5-89b1-75828519d329'),
(50610,50608,NULL,6754,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:58:54','2026-03-25 19:58:54',NULL,NULL,NULL,'6f866275-7868-498e-8d28-0fb4a35595a2'),
(50614,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:59:12','2026-03-25 19:59:12',NULL,NULL,NULL,'68b1a4ac-061b-406d-b5d8-c6126da8f133'),
(50615,1303,NULL,6755,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:59:12','2026-03-25 19:59:12',NULL,NULL,NULL,'cf602482-e7b6-4203-a56c-3ced907296a0'),
(50616,50614,NULL,6756,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:59:12','2026-03-25 19:59:12',NULL,NULL,NULL,'d02fe3ff-9c01-4325-8c6a-7ea3e4d8cb1d'),
(50619,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:59:30','2026-03-25 19:59:30',NULL,NULL,NULL,'0efb72ed-d5c0-49fc-a7e3-623a53d4fa22'),
(50620,1309,NULL,6757,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:59:30','2026-03-25 19:59:30',NULL,NULL,NULL,'c5b2890b-c71e-4737-af73-ba26153662fe'),
(50621,50619,NULL,6758,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:59:30','2026-03-25 19:59:30',NULL,NULL,NULL,'61b9ebd4-5b46-4799-9cff-c63d30d6ddc6'),
(50624,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:59:50','2026-03-25 19:59:50',NULL,NULL,NULL,'9bef9f8a-ea12-4a95-a097-a31b4ecd6f3c'),
(50625,1315,NULL,6759,1,'craft\\elements\\Entry',1,0,'2026-03-25 19:59:50','2026-03-25 19:59:50',NULL,NULL,NULL,'93e97b19-5973-45b1-8dfd-9d04c2a7e0a3'),
(50626,50624,NULL,6760,21,'craft\\elements\\Entry',1,0,'2026-03-25 19:59:50','2026-03-25 19:59:50',NULL,NULL,NULL,'36fa273a-4a42-4640-8f78-f85ec27398ba'),
(50629,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:00:09','2026-03-25 20:00:09',NULL,NULL,NULL,'dcc8e114-a439-4d65-9ef8-4389552be537'),
(50630,1329,NULL,6761,1,'craft\\elements\\Entry',1,0,'2026-03-25 20:00:09','2026-03-25 20:00:09',NULL,NULL,NULL,'613580dc-6407-4417-9c76-4ab8757c9117'),
(50631,50629,NULL,6762,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:00:09','2026-03-25 20:00:09',NULL,NULL,NULL,'9aaf1002-97d7-43dd-aab7-f6c9520d520a'),
(50634,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:00:27','2026-03-25 20:00:27',NULL,NULL,NULL,'9ac29633-542c-4d7b-9d98-3c14df988ed4'),
(50635,1343,NULL,6763,1,'craft\\elements\\Entry',1,0,'2026-03-25 20:00:27','2026-03-25 20:00:27',NULL,NULL,NULL,'757952b4-6484-493d-8793-7c839d532ffc'),
(50636,50634,NULL,6764,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:00:27','2026-03-25 20:00:27',NULL,NULL,NULL,'f44bb8bf-6ff8-4aed-ba73-0a95da4321d6'),
(50639,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:00:41','2026-03-25 20:00:41',NULL,NULL,NULL,'619e63b5-ce2b-4284-ae10-2ef950d22e2c'),
(50640,1349,NULL,6765,1,'craft\\elements\\Entry',1,0,'2026-03-25 20:00:41','2026-03-25 20:00:41',NULL,NULL,NULL,'8c7fde41-c38d-4a32-ad82-7762fc7eed04'),
(50641,50639,NULL,6766,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:00:41','2026-03-25 20:00:41',NULL,NULL,NULL,'9ab2d93d-70a5-4763-a5a4-903da852220f'),
(50646,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-03-25 20:02:13','2026-03-25 20:02:13',NULL,NULL,NULL,'84193551-dd59-44a6-ac12-ad2542b6a273'),
(50647,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:02:16','2026-03-25 20:02:16',NULL,NULL,NULL,'75a153d8-47fb-437f-b30f-0396b11de3bb'),
(50648,1277,NULL,6767,1,'craft\\elements\\Entry',1,0,'2026-03-25 20:02:16','2026-03-25 20:02:16',NULL,NULL,NULL,'3c5c4a55-df83-4f1c-89ec-f704972927d6'),
(50649,50647,NULL,6768,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:02:16','2026-03-25 20:02:16',NULL,NULL,NULL,'fcd9250d-373b-495c-a5ce-f7b4ae09994f'),
(50652,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:03:06','2026-03-25 20:03:06',NULL,NULL,NULL,'1dc3a54c-6e26-4729-90ce-799de77c465f'),
(50653,1323,NULL,6769,1,'craft\\elements\\Entry',1,0,'2026-03-25 20:03:06','2026-03-25 20:03:06',NULL,NULL,NULL,'440eda95-1df4-4a16-8098-565a9064c0e0'),
(50654,50652,NULL,6770,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:03:06','2026-03-25 20:03:06',NULL,NULL,NULL,'e29e4ed0-55f4-4073-b016-219d1e7af3be'),
(50663,NULL,NULL,NULL,25,'craft\\elements\\Asset',1,0,'2026-03-25 20:26:10','2026-03-25 20:26:10',NULL,NULL,NULL,'be11a3a0-2f4b-490b-8500-a0003440f99d'),
(50664,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:26:14','2026-03-25 20:26:14',NULL,NULL,NULL,'2c52d862-c35a-40bb-902a-671fa40360b8'),
(50665,1171,NULL,6771,1,'craft\\elements\\Entry',1,0,'2026-03-25 20:26:14','2026-03-25 20:26:14',NULL,NULL,NULL,'173e55bb-1d1c-4732-b659-52e8b6e71002'),
(50666,50664,NULL,6772,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:26:14','2026-03-25 20:26:14',NULL,NULL,NULL,'efa3255c-3f69-4e4a-ace9-2dc251dc76cb'),
(50670,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:26:43','2026-03-25 20:26:43',NULL,NULL,NULL,'6a28468d-abe7-4cb6-995b-e6956768f15b'),
(50671,1209,NULL,6773,1,'craft\\elements\\Entry',1,0,'2026-03-25 20:26:43','2026-03-25 20:26:43',NULL,NULL,NULL,'09d31104-ca03-4b68-ae11-ada941a50337'),
(50672,50670,NULL,6774,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:26:43','2026-03-25 20:26:43',NULL,NULL,NULL,'ce777069-8335-4705-9686-43ecd2e1dd88'),
(50676,NULL,NULL,NULL,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:27:02','2026-03-25 20:27:02',NULL,NULL,NULL,'22e0c0b3-1972-4914-9a64-05867741ee42'),
(50677,1219,NULL,6775,1,'craft\\elements\\Entry',1,0,'2026-03-25 20:27:02','2026-03-25 20:27:02',NULL,NULL,NULL,'b32572e7-42b4-4d29-b125-459f10c93601'),
(50678,50676,NULL,6776,21,'craft\\elements\\Entry',1,0,'2026-03-25 20:27:02','2026-03-25 20:27:02',NULL,NULL,NULL,'8e4c85c7-5ae9-451c-872d-b3a48c1c4b6b'),
(50748,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 22:49:02','2026-03-25 22:49:02',NULL,NULL,NULL,'4a43e40f-45b3-4bf9-842b-4084320ee637'),
(50749,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 22:49:02','2026-03-25 22:49:02',NULL,NULL,NULL,'c6cebeb1-50d3-4056-8998-5acd6459c929'),
(50763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 23:29:12','2026-03-25 23:29:12',NULL,NULL,NULL,'404341b2-fa93-4fcf-a24e-9aab285f20b4'),
(50764,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 23:29:12','2026-03-25 23:29:12',NULL,NULL,NULL,'3d753ed2-010e-4f2b-89bc-5f0ea78b0ee0'),
(50767,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-25 23:41:26','2026-03-25 23:41:26',NULL,NULL,NULL,'53365509-eea9-46e2-bc6e-20b070a63e64'),
(50768,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-25 23:41:26','2026-03-25 23:41:26',NULL,NULL,NULL,'e049b666-9d40-447c-a42d-659ff404750f'),
(50792,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 01:12:04','2026-03-26 01:12:04',NULL,NULL,NULL,'922680cb-cbda-4ca6-b1b2-a841b61121a6'),
(50795,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 01:14:18','2026-03-26 01:14:18',NULL,NULL,NULL,'7914f706-1c74-4c98-aa7c-2ae3faf28b65'),
(50834,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 03:23:28','2026-03-26 03:23:28',NULL,NULL,NULL,'2fbe9885-8eb0-4299-b699-42429feb7093'),
(50835,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 03:23:28','2026-03-26 03:23:28',NULL,NULL,NULL,'202df8c0-a94d-4714-883d-de2ec828400d'),
(50839,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 03:38:00','2026-03-26 03:38:00',NULL,NULL,NULL,'e29b56f0-632b-4923-8ae6-36816b462359'),
(50840,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 03:38:00','2026-03-26 03:38:00',NULL,NULL,NULL,'2b5d8aa6-9605-4ac7-98d4-cbb617709a83'),
(50891,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 06:54:05','2026-03-26 06:54:05',NULL,NULL,NULL,'d8d23634-e9ae-4e0a-9684-8086d7a6d483'),
(50892,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 06:54:05','2026-03-26 06:54:05',NULL,NULL,NULL,'130269b0-8804-4ec1-a44c-ee2111cfc73b'),
(51002,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 12:11:08','2026-03-26 12:11:08',NULL,NULL,NULL,'1b8cd339-f65a-4758-bbd1-f8ea2bd895b6'),
(51003,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 12:11:08','2026-03-26 12:11:08',NULL,NULL,NULL,'5e424c8f-186c-4a8f-8f0b-5cb403224735'),
(51012,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 12:54:56','2026-03-26 12:54:56',NULL,NULL,NULL,'b143cf8c-3f01-42d2-a9e4-f25578956586'),
(51014,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 12:56:04','2026-03-26 12:56:04',NULL,NULL,NULL,'0767c99f-fe94-47e4-8eb7-07cb1fa88308'),
(51015,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 12:56:04','2026-03-26 12:56:04',NULL,NULL,NULL,'4d43f0ba-4a2a-4875-8e4e-40c0b0cb9731'),
(51022,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 13:01:47','2026-03-26 13:01:47',NULL,NULL,NULL,'ec6b0268-d3a0-46a9-8295-e955fa1803b7'),
(51045,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 13:59:38','2026-03-26 13:59:38',NULL,NULL,NULL,'87c8bd22-afff-401b-94b2-7aea592697c1'),
(51046,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 13:59:38','2026-03-26 13:59:38',NULL,NULL,NULL,'0dff4cb5-8873-4fe3-be18-040ab22dac43'),
(51048,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 14:18:12','2026-03-26 14:18:12',NULL,NULL,NULL,'ac932600-475d-4f4c-9c05-be8fbbef9587'),
(51049,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 14:18:12','2026-03-26 14:18:12',NULL,NULL,NULL,'dc84f8bc-9563-41da-99ae-fdae349dfb66'),
(51113,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 15:47:43','2026-03-26 15:47:43',NULL,NULL,NULL,'cb41625e-b4b5-4f5d-8bb0-844e07672652'),
(51121,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 15:55:50','2026-03-26 15:55:50',NULL,NULL,NULL,'5b40dfd4-d46d-41c3-a55e-8321d242b34e'),
(51170,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 16:57:21','2026-03-26 16:57:21',NULL,NULL,NULL,'cbbe0eb4-c779-46e0-aa68-7bac9904df6e'),
(51173,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 17:03:48','2026-03-26 17:03:48',NULL,NULL,NULL,'a8b0c0ed-efcd-45d2-be48-e8f1b571183c'),
(51174,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 17:03:48','2026-03-26 17:03:48',NULL,NULL,NULL,'e93f161f-eddb-4022-a496-05678a48bdeb'),
(51179,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 17:14:46','2026-03-26 17:14:46',NULL,NULL,NULL,'0219c018-e4a0-4053-80df-dd97af1d382c'),
(51180,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 17:14:46','2026-03-26 17:14:46',NULL,NULL,NULL,'429a24f4-61a0-45f4-926e-2028cfc94e19'),
(51182,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 17:18:12','2026-03-26 17:18:12',NULL,NULL,NULL,'bf6d2708-74d5-42c0-a520-799d592fdf56'),
(51184,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 17:24:21','2026-03-26 17:24:21',NULL,NULL,NULL,'127dbe8d-342c-482b-bdb4-07ab108fd840'),
(51216,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 19:04:44','2026-03-26 19:04:44',NULL,NULL,NULL,'5006acac-58bd-49ab-ae20-0ba8acc4e271'),
(51219,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 19:19:38','2026-03-26 19:19:38',NULL,NULL,NULL,'c7ae7f9b-328b-4ae7-a81a-ac3c6ea1f6d3'),
(51220,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 19:19:38','2026-03-26 19:19:38',NULL,NULL,NULL,'b0a25233-a739-4dc0-a3b5-cafcbb4ec46a'),
(51244,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 20:27:39','2026-03-26 20:27:39',NULL,NULL,NULL,'fdc74adf-61cd-4797-b33a-0a779a66b77f'),
(51245,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 20:27:39','2026-03-26 20:27:39',NULL,NULL,NULL,'4cbfd3d2-0515-445c-af3f-077145726318'),
(51247,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-26 20:33:33','2026-03-26 20:33:33',NULL,NULL,NULL,'dbc0fda7-77cd-4ee4-a09f-e3395d4ec2a3'),
(51248,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-26 20:33:34','2026-03-26 20:33:34',NULL,NULL,NULL,'582220d4-e961-47dd-973e-41c6b845ce78'),
(51408,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 05:11:05','2026-03-27 05:11:05',NULL,NULL,NULL,'c8b166cf-a97f-415b-9820-f15fa4b3969b'),
(51409,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-27 05:11:05','2026-03-27 05:11:05',NULL,NULL,NULL,'52e717d3-ed2d-4821-9538-e02e618b5ccd'),
(51435,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 06:25:04','2026-03-27 06:25:04',NULL,NULL,NULL,'dc012061-eb7a-49c3-b8ee-f3a1d77f820b'),
(51650,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 12:23:11','2026-03-27 12:23:11',NULL,NULL,NULL,'e3cf39c4-e571-4d50-a5f4-b9bb773a3469'),
(51665,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 12:44:36','2026-03-27 12:44:36',NULL,NULL,NULL,'b3c80198-9d50-438f-85c8-be2d7b4c049d'),
(51668,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 12:46:03','2026-03-27 12:46:03',NULL,NULL,NULL,'4f2cfb7a-b2f8-42ba-9c4d-dcd8c2201515'),
(51670,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 12:46:52','2026-03-27 12:46:52',NULL,NULL,NULL,'b6f3fa44-ff5c-4ed1-8df6-3a15609ccaf1'),
(51671,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-27 12:46:52','2026-03-27 12:46:52',NULL,NULL,NULL,'708c775c-7f00-4cc9-a174-a2189c88ad23'),
(51693,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 13:48:46','2026-03-27 13:48:46',NULL,NULL,NULL,'3515868c-703c-4481-a5b4-5fd7a9c35fb8'),
(51718,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 14:06:25','2026-03-27 14:06:25',NULL,NULL,NULL,'c06bbdf8-6a38-4833-89a6-bf2492941ac6'),
(51719,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-27 14:06:25','2026-03-27 14:06:25',NULL,NULL,NULL,'ab759ecd-448d-447d-8697-436f003f8b0d'),
(51763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 14:47:31','2026-03-27 14:47:31',NULL,NULL,NULL,'7d184f6c-75bc-4ee9-aa63-9a11928e5c63'),
(51786,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 15:20:28','2026-03-27 15:20:28',NULL,NULL,NULL,'95cf5937-597b-420e-ab0d-3aee2818c244'),
(51791,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 15:34:29','2026-03-27 15:34:29',NULL,NULL,NULL,'9f585aa4-671f-4b3b-a9eb-2299f69bf056'),
(51793,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-27 15:38:17','2026-03-27 15:38:17',NULL,NULL,NULL,'d38ac08a-0517-4fbb-bfda-48cbd6f90d23'),
(51827,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 16:12:09','2026-03-27 16:12:09',NULL,NULL,NULL,'99439e88-e9bf-41c4-97dd-d277ba488dfa'),
(51854,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 17:06:20','2026-03-27 17:06:20',NULL,NULL,NULL,'7a4e5d3a-4b50-440b-8154-41fa0d3de7e9'),
(51859,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 17:32:38','2026-03-27 17:32:38',NULL,NULL,NULL,'14ae7dfd-db3f-4ab8-a9d1-403420c815c0'),
(51861,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 17:38:13','2026-03-27 17:38:13',NULL,NULL,NULL,'16126c2d-6018-4d96-977f-0ff41386cfba'),
(51862,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 17:42:18','2026-03-27 17:42:18',NULL,NULL,NULL,'02f45ea2-5c64-4a96-8d54-85e9330f34bf'),
(51864,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 17:52:25','2026-03-27 17:52:25',NULL,NULL,NULL,'661393a5-5d17-4749-9dfd-1a588f5a98dd'),
(51867,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 18:05:49','2026-03-27 18:05:49',NULL,NULL,NULL,'1cdb4b1f-90d0-46ce-a6a2-82c2927354ea'),
(51869,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 18:27:22','2026-03-27 18:27:22',NULL,NULL,NULL,'e1a6e521-fce1-4ff8-857f-67e25c5331e9'),
(51870,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-27 18:27:22','2026-03-27 18:27:22',NULL,NULL,NULL,'2ff0e1f4-abf7-473f-84a9-996b7183f74d'),
(51871,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 18:29:32','2026-03-27 18:29:32',NULL,NULL,NULL,'3bcfab03-6aa9-4b60-bb9e-20e864e907b0'),
(51895,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 19:06:04','2026-03-27 19:06:04',NULL,NULL,NULL,'08ead457-abbf-4a80-b000-af5779b981ab'),
(51906,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 19:15:52','2026-03-27 19:15:52',NULL,NULL,NULL,'ed5d9dab-597c-4f84-a44e-8341c41e06ca'),
(51907,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 19:16:32','2026-03-27 19:16:32',NULL,NULL,NULL,'ae9e8fa6-cf51-4370-87c5-2e310a71db1c'),
(51964,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 20:28:12','2026-03-27 20:28:12',NULL,NULL,NULL,'cf77dcac-8d7f-40dd-9794-135805840414'),
(52077,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 23:01:37','2026-03-27 23:01:37',NULL,NULL,NULL,'968bf099-a337-47cf-a375-b049d75cf6f1'),
(52078,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-27 23:01:37','2026-03-27 23:01:37',NULL,NULL,NULL,'7b9e8220-c64e-48ba-8605-d66235d68ac9'),
(52100,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-27 23:18:52','2026-03-27 23:18:52',NULL,NULL,NULL,'72fbf8fe-269c-4d19-8b88-c41a378318f4'),
(52140,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 02:26:22','2026-03-28 02:26:22',NULL,NULL,NULL,'cd985c84-52c7-4f16-8538-118a4b8c25f0'),
(52485,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 13:29:47','2026-03-28 13:29:47',NULL,NULL,NULL,'72f5df72-dfb4-4ae5-8c86-216fa4d1cd5c'),
(52486,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-28 13:29:47','2026-03-28 13:29:47',NULL,NULL,NULL,'d7e95aac-2993-4e4a-a2fc-7adaaabd7674'),
(52632,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:05:47','2026-03-28 16:05:47',NULL,NULL,NULL,'71e03dcc-72ea-4001-8fc1-5295f35234b0'),
(52633,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:06:03','2026-03-28 16:06:03',NULL,NULL,NULL,'68c21e77-d3e1-4eac-9ec4-9f467e50952a'),
(52634,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:07:58','2026-03-28 16:07:58',NULL,NULL,NULL,'46169688-e9d2-4ca3-88e8-503e20ff775c'),
(52635,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:08:51','2026-03-28 16:08:51',NULL,NULL,NULL,'ad7c6b90-86b7-4aa3-b206-d8d0dee8102c'),
(52636,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:08:52','2026-03-28 16:08:52',NULL,NULL,NULL,'cf27cac2-958c-4b4b-92d7-d7295196de75'),
(52637,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:08:54','2026-03-28 16:08:54',NULL,NULL,NULL,'b9b075bf-114d-4979-b92e-1f2ec5c9933b'),
(52638,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:08:55','2026-03-28 16:08:55',NULL,NULL,NULL,'a42c9617-1e26-4ff1-b31d-da587bca2127'),
(52639,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:08:56','2026-03-28 16:08:56',NULL,NULL,NULL,'9454ce6a-7e55-438d-bb7f-b8ef0ea0502c'),
(52640,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:16:06','2026-03-28 16:16:06',NULL,NULL,NULL,'f6c4171c-1480-4d1e-aac4-5863e90caefb'),
(52641,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:20:39','2026-03-28 16:20:39',NULL,NULL,NULL,'348e3b89-eddf-4237-a2ae-9717b9e30ebc'),
(52642,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:20:40','2026-03-28 16:20:40',NULL,NULL,NULL,'eba4926d-b6c0-468c-a7e3-b1359c400a1d'),
(52643,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:20:42','2026-03-28 16:20:42',NULL,NULL,NULL,'f2f10d5f-1099-435b-9fc4-8d346022b1cc'),
(52644,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:20:43','2026-03-28 16:20:43',NULL,NULL,NULL,'981e8504-b4c3-4c47-9fa4-856fb32e64d9'),
(52645,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:20:44','2026-03-28 16:20:44',NULL,NULL,NULL,'0cbf2fb6-6e8c-48e6-8da7-adb3393fd1a1'),
(52646,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:29:26','2026-03-28 16:29:26',NULL,NULL,NULL,'827b7cca-26c2-4013-9bc3-44a7061d3610'),
(52647,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:34:14','2026-03-28 16:34:14',NULL,NULL,NULL,'97e3b01d-b2b5-475d-a09e-4f621786a339'),
(52648,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:40:55','2026-03-28 16:40:55',NULL,NULL,NULL,'cdf68831-d30b-4fc1-bcfd-feb3d743b894'),
(52649,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:42:32','2026-03-28 16:42:32',NULL,NULL,NULL,'ca89af8a-8a37-4e1c-a39b-faf27e8aa26e'),
(52650,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:46:11','2026-03-28 16:46:11',NULL,NULL,NULL,'2eac7dd9-c04b-469f-a610-ef87a76a14f9'),
(52651,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:55:11','2026-03-28 16:55:11',NULL,NULL,NULL,'fe148ab3-e324-4e16-9a59-3c64e2e4e338'),
(52652,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:56:13','2026-03-28 16:56:13',NULL,NULL,NULL,'3d16bd4d-3011-4720-949f-62ffeedb0e32'),
(52653,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:56:14','2026-03-28 16:56:14',NULL,NULL,NULL,'77a2df0b-4adc-44c0-a38c-4c835d6e280d'),
(52654,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:56:15','2026-03-28 16:56:15',NULL,NULL,NULL,'9d2659b7-f7fe-4dcf-84f3-1b2bb5e7ab6b'),
(52655,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:56:16','2026-03-28 16:56:16',NULL,NULL,NULL,'c850bd69-a179-410e-b397-36ef08ff5c7d'),
(52656,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:56:18','2026-03-28 16:56:18',NULL,NULL,NULL,'c831cd28-3c44-42c4-9d62-c13384f7c771'),
(52657,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 16:58:05','2026-03-28 16:58:05',NULL,NULL,NULL,'735bb5d4-5546-4d44-b247-bbc6b2273c94'),
(52658,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:02:32','2026-03-28 17:02:32',NULL,NULL,NULL,'7712d46c-6a88-49a6-9302-f4e225df6bad'),
(52659,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:03:42','2026-03-28 17:03:42',NULL,NULL,NULL,'9bd68873-55f0-4650-b513-06e96f6424f1'),
(52660,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:04:12','2026-03-28 17:04:12',NULL,NULL,NULL,'c1af8eec-16c8-4400-8f91-7b89b9efb62c'),
(52661,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:06:32','2026-03-28 17:06:32',NULL,NULL,NULL,'9428c3ce-e88c-441a-b3cf-e485f1499582'),
(52662,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:08:21','2026-03-28 17:08:21',NULL,NULL,NULL,'ab6c735f-e4e6-4f5e-9b1d-808e39f3a8df'),
(52663,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:11:38','2026-03-28 17:11:38',NULL,NULL,NULL,'770d4b18-9901-4cd9-9a33-874473f33177'),
(52664,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:13:08','2026-03-28 17:13:08',NULL,NULL,NULL,'d27125d1-81ab-4411-9644-692380a04c69'),
(52665,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:13:15','2026-03-28 17:13:15',NULL,NULL,NULL,'d3a34386-a609-45ad-84c9-6b1442aa5af7'),
(52666,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:14:06','2026-03-28 17:14:06',NULL,NULL,NULL,'72482bd5-b1a3-417c-9383-b58ec30044a2'),
(52667,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:15:01','2026-03-28 17:15:01',NULL,NULL,NULL,'0d80f148-4e70-44c7-9bdd-dff0a66a001d'),
(52668,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:16:18','2026-03-28 17:16:18',NULL,NULL,NULL,'e6800c66-1313-4e54-80d8-f8959b347a53'),
(52669,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:17:45','2026-03-28 17:17:45',NULL,NULL,NULL,'488ce8ea-2eac-4cdb-bc81-c4587931f8ed'),
(52670,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:19:15','2026-03-28 17:19:15',NULL,NULL,NULL,'00054a51-caea-4410-b808-a37c1611179d'),
(52671,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:20:51','2026-03-28 17:20:51',NULL,NULL,NULL,'ae6097a8-0aaf-40af-b5bd-4d33e8525b7b'),
(52672,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:21:18','2026-03-28 17:21:18',NULL,NULL,NULL,'4f4ccf0e-7132-4b5d-a7d8-c18721e74290'),
(52673,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:21:51','2026-03-28 17:21:51',NULL,NULL,NULL,'0f577469-656f-43d9-a9f6-9cd143f725fa'),
(52674,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:23:40','2026-03-28 17:23:40',NULL,NULL,NULL,'3bac2a4e-a8fa-436a-872a-d9ff72b0a79a'),
(52675,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:23:58','2026-03-28 17:23:58',NULL,NULL,NULL,'f2858f40-d7e1-45cc-bc40-26055a3d4c31'),
(52676,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:24:24','2026-03-28 17:24:24',NULL,NULL,NULL,'3da739ae-cb0a-461e-9493-d4f14912b347'),
(52677,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:24:32','2026-03-28 17:24:32',NULL,NULL,NULL,'48cce928-ba10-45c1-b943-f4a1a725b81e'),
(52678,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:24:33','2026-03-28 17:24:33',NULL,NULL,NULL,'483d0932-389b-4865-8b06-74e453f2d5f0'),
(52679,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:24:37','2026-03-28 17:24:37',NULL,NULL,NULL,'474189de-a88f-4db1-990d-21ad9e35f17a'),
(52680,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:24:39','2026-03-28 17:24:39',NULL,NULL,NULL,'7a898c47-c71c-4615-8107-b264a10397b2'),
(52681,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:24:40','2026-03-28 17:24:40',NULL,NULL,NULL,'195a844a-88f9-4b48-a0d2-03914f315f30'),
(52682,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:24:41','2026-03-28 17:24:41',NULL,NULL,NULL,'ff7a96c9-1821-42ed-956b-7d81254c3f1f'),
(52683,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:25:53','2026-03-28 17:25:53',NULL,NULL,NULL,'66f4c9b4-bb44-4431-a2ca-fd6fca85ade4'),
(52684,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:26:11','2026-03-28 17:26:11',NULL,NULL,NULL,'a44996e9-c696-496c-8405-464c04a721e6'),
(52685,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:26:35','2026-03-28 17:26:35',NULL,NULL,NULL,'cd9f8dc8-7f8b-46a2-97a9-84592328bd43'),
(52686,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:26:50','2026-03-28 17:26:50',NULL,NULL,NULL,'8f47f456-168e-4233-935a-bf58c68fce45'),
(52687,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:27:13','2026-03-28 17:27:13',NULL,NULL,NULL,'7e69e6f0-74da-428c-8d79-2e9c8fb75a69'),
(52688,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:29:03','2026-03-28 17:29:03',NULL,NULL,NULL,'68869584-32fd-4332-9945-02b099f264de'),
(52689,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:29:05','2026-03-28 17:29:05',NULL,NULL,NULL,'03d121a5-b6b5-4a59-975a-7c6609d936b3'),
(52690,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:29:06','2026-03-28 17:29:06',NULL,NULL,NULL,'dbf713bd-19a2-4973-8804-883988ac8aab'),
(52691,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:29:07','2026-03-28 17:29:07',NULL,NULL,NULL,'31d85170-464a-454b-a409-b252d3d17479'),
(52692,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:29:08','2026-03-28 17:29:08',NULL,NULL,NULL,'63609a99-a7ce-446f-af48-4608815ed8fc'),
(52693,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:29:17','2026-03-28 17:29:17',NULL,NULL,NULL,'62784f3f-d671-48d4-b194-218982bb28a5'),
(52694,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:29:24','2026-03-28 17:29:24',NULL,NULL,NULL,'3b0ec5eb-6911-40ae-9f16-bc7f3cb62b58'),
(52695,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:29:34','2026-03-28 17:29:34',NULL,NULL,NULL,'5924340a-554c-4fe8-a821-c018cb8aeeff'),
(52696,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:30:20','2026-03-28 17:30:20',NULL,NULL,NULL,'7bfdff55-b901-4324-a04f-2ce2099f35c1'),
(52697,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:30:52','2026-03-28 17:30:52',NULL,NULL,NULL,'9d6e8b0a-0d72-4af1-a02a-8b7d16c0d600'),
(52698,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:31:39','2026-03-28 17:31:39',NULL,NULL,NULL,'463df494-798e-491e-a192-c9e3dbe2de01'),
(52699,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:31:41','2026-03-28 17:31:41',NULL,NULL,NULL,'35d3f54e-ece2-4160-a44f-ec5b2df9d63d'),
(52700,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:31:51','2026-03-28 17:31:51',NULL,NULL,NULL,'95ff3271-6cee-4ec9-90f2-7ec7732213b1'),
(52701,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:33:52','2026-03-28 17:33:52',NULL,NULL,NULL,'b1a89424-9c52-4431-a01e-56f473871d2e'),
(52702,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:34:31','2026-03-28 17:34:31',NULL,NULL,NULL,'a451c580-ef5c-4573-bc88-1218ca7da334'),
(52703,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:34:32','2026-03-28 17:34:32',NULL,NULL,NULL,'025ab9d6-e340-41fe-9de9-273410540e5f'),
(52704,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:34:34','2026-03-28 17:34:34',NULL,NULL,NULL,'8d1a8a4b-11f8-4002-8fe3-f20a193dd08b'),
(52705,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:34:35','2026-03-28 17:34:35',NULL,NULL,NULL,'966dee51-2c88-42d0-a74b-d4993e5270d1'),
(52706,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:34:36','2026-03-28 17:34:36',NULL,NULL,NULL,'ff0da5d0-8512-4888-a4d7-8f5d125991f9'),
(52707,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:35:16','2026-03-28 17:35:16',NULL,NULL,NULL,'a5db5b72-a09b-48dc-93db-70b1d6d3d9d8'),
(52708,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:35:49','2026-03-28 17:35:49',NULL,NULL,NULL,'889aaa00-75f8-4b8d-9c6a-6a5f8e3517c0'),
(52709,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:35:52','2026-03-28 17:35:52',NULL,NULL,NULL,'1d2ad66b-19da-4a22-b8ca-ce05d07ee8d5'),
(52710,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:36:28','2026-03-28 17:36:28',NULL,NULL,NULL,'be86198c-eae0-4518-b019-029d02e8e1d6'),
(52711,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:36:29','2026-03-28 17:36:29',NULL,NULL,NULL,'31c3f826-e852-46eb-89eb-246a13a10fb8'),
(52712,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:36:30','2026-03-28 17:36:30',NULL,NULL,NULL,'69988555-e320-4d81-abca-65621ecd1388'),
(52713,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:36:31','2026-03-28 17:36:31',NULL,NULL,NULL,'1b54ac8b-9783-443e-ae35-b30cb91503b2'),
(52714,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:36:33','2026-03-28 17:36:33',NULL,NULL,NULL,'41ed87e7-57ed-49c7-8089-36aced28c898'),
(52715,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:37:19','2026-03-28 17:37:19',NULL,NULL,NULL,'8cbae62b-773c-4ced-992c-cb414c6ddf7f'),
(52716,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:39:20','2026-03-28 17:39:20',NULL,NULL,NULL,'521dd1d6-3bdc-4b43-8a73-02bbab80fcda'),
(52717,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:42:35','2026-03-28 17:42:35',NULL,NULL,NULL,'8c3dcb4f-06f9-4603-b754-4be550bfbd61'),
(52718,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:44:34','2026-03-28 17:44:34',NULL,NULL,NULL,'a338f453-e6c9-4447-924c-0e93654e3d87'),
(52719,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:44:39','2026-03-28 17:44:39',NULL,NULL,NULL,'b4a95cb8-d5f4-45fb-9a36-f8f9394577ba'),
(52720,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:44:51','2026-03-28 17:44:51',NULL,NULL,NULL,'820668c7-87e9-4e9b-af87-0b8a7f4b4d35'),
(52721,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:45:28','2026-03-28 17:45:28',NULL,NULL,NULL,'6887a8da-4b5a-4d7a-966c-c867fd85770a'),
(52722,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:45:32','2026-03-28 17:45:32',NULL,NULL,NULL,'55312c46-f766-440c-ba4b-0e7118cd933b'),
(52723,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:46:36','2026-03-28 17:46:36',NULL,NULL,NULL,'cf7a1493-cf2a-48e0-9ddf-95c5af146984'),
(52724,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:46:43','2026-03-28 17:46:43',NULL,NULL,NULL,'a0603bdf-3152-4039-a42c-cb5fb1604f08'),
(52725,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:49:09','2026-03-28 17:49:09',NULL,NULL,NULL,'a969707a-62e3-4b88-97b3-4a2aa68aadf9'),
(52726,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:49:54','2026-03-28 17:49:54',NULL,NULL,NULL,'f699d3fe-671e-477e-94d1-73e060874839'),
(52727,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:50:21','2026-03-28 17:50:21',NULL,NULL,NULL,'01f75d7b-f2c3-44a7-b2bf-f43d46bd9a3a'),
(52728,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:50:55','2026-03-28 17:50:55',NULL,NULL,NULL,'ba0abe21-d176-4345-a6f8-3f591d088bee'),
(52729,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:51:22','2026-03-28 17:51:22',NULL,NULL,NULL,'4c32352d-f789-46b0-8c15-fa2765c76249'),
(52730,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:52:01','2026-03-28 17:52:01',NULL,NULL,NULL,'cd7b291b-4e27-4309-b40d-cb6c7f13cccc'),
(52731,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:52:34','2026-03-28 17:52:34',NULL,NULL,NULL,'486e3ff7-f86d-4a49-9d9b-4883f0eb62f9'),
(52732,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:53:19','2026-03-28 17:53:19',NULL,NULL,NULL,'8ad0c147-76d3-4cf8-9a9d-c7b5a3b60aa0'),
(52733,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:54:10','2026-03-28 17:54:10',NULL,NULL,NULL,'8d8c28ba-cfbe-4fde-8c24-9e67eeae6cb8'),
(52734,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:54:12','2026-03-28 17:54:12',NULL,NULL,NULL,'cdb93f71-4330-482a-a8b9-00d05fdec790'),
(52735,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:55:55','2026-03-28 17:55:55',NULL,NULL,NULL,'bacc3b8f-be71-42e7-b302-fb89dc5b55dd'),
(52736,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:56:25','2026-03-28 17:56:25',NULL,NULL,NULL,'f79dd275-260c-4748-8179-5d65bb6afa5e'),
(52737,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 17:58:35','2026-03-28 17:58:35',NULL,NULL,NULL,'3dadf6bb-6a6d-4e92-bcf2-fc6ff8fbace4'),
(52738,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:01:17','2026-03-28 18:01:17',NULL,NULL,NULL,'40c318c2-0b4b-4e64-980d-1dff527d0285'),
(52739,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:03:01','2026-03-28 18:03:01',NULL,NULL,NULL,'2dba5109-503a-4988-be5e-489bb9cf1974'),
(52740,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:03:23','2026-03-28 18:03:23',NULL,NULL,NULL,'6cb748dd-4898-4ab9-8173-410573672c7e'),
(52741,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:04:57','2026-03-28 18:04:57',NULL,NULL,NULL,'9f3b1db4-2ae5-4963-bc8b-ea149deea956'),
(52742,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:06:54','2026-03-28 18:06:54',NULL,NULL,NULL,'b4f91020-d183-416a-ba24-72f69cf86e84'),
(52743,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:07:45','2026-03-28 18:07:45',NULL,NULL,NULL,'9b2ed052-8a32-4df3-a1e9-e2ea34860b53'),
(52744,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:09:53','2026-03-28 18:09:53',NULL,NULL,NULL,'660f2d95-b187-48ce-ad48-74ba7df5fed9'),
(52745,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:16:39','2026-03-28 18:16:39',NULL,NULL,NULL,'29a52d82-04eb-4115-bc5b-7ed560aaa07a'),
(52746,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:18:45','2026-03-28 18:18:45',NULL,NULL,NULL,'2fc99cad-31d3-4d4b-bce1-0b2a33c0a3e2'),
(52747,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:19:45','2026-03-28 18:19:45',NULL,NULL,NULL,'c197f115-8a75-422c-8243-f00faba5b161'),
(52748,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:22:50','2026-03-28 18:22:50',NULL,NULL,NULL,'3b4e378b-23f3-40d0-94fc-0c63b7e90ac4'),
(52749,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:23:39','2026-03-28 18:23:39',NULL,NULL,NULL,'a276d981-5472-426f-baf9-a2dd78e90002'),
(52750,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:25:46','2026-03-28 18:25:46',NULL,NULL,NULL,'05c4cb89-f9c8-4db5-990e-1ff7bd9c8c50'),
(52751,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:25:48','2026-03-28 18:25:48',NULL,NULL,NULL,'1bb46d11-2f17-4c21-8ac3-3ca6d7d619de'),
(52752,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:25:49','2026-03-28 18:25:49',NULL,NULL,NULL,'0b0aec19-6f35-4c4b-acd3-ff2e16521f0e'),
(52753,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:25:50','2026-03-28 18:25:50',NULL,NULL,NULL,'0b6dc560-15b4-49bf-97ba-7ec35978e56a'),
(52754,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:25:51','2026-03-28 18:25:51',NULL,NULL,NULL,'25d78dfe-745a-4f0e-9985-327ba7589d36'),
(52755,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:27:27','2026-03-28 18:27:27',NULL,NULL,NULL,'134344c5-56d2-416d-aac1-3e4760e721ee'),
(52756,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:31:13','2026-03-28 18:31:13',NULL,NULL,NULL,'fa52192b-dde3-4ca0-816c-3cf9e4ea6911'),
(52757,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:31:15','2026-03-28 18:31:15',NULL,NULL,NULL,'1db1e520-9d24-4642-887b-24b63d9f57ad'),
(52758,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:31:19','2026-03-28 18:31:19',NULL,NULL,NULL,'fcbd0316-c3cb-43da-a35b-95debebb42ba'),
(52759,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:34:40','2026-03-28 18:34:40',NULL,NULL,NULL,'d64285da-bb53-426d-b5c1-89c9dbb97e23'),
(52760,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:34:42','2026-03-28 18:34:42',NULL,NULL,NULL,'834942a3-d255-472a-ad29-8e15ac233aaf'),
(52761,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:34:43','2026-03-28 18:34:43',NULL,NULL,NULL,'9e46ccf4-4927-46c2-a27b-1730eca337ff'),
(52762,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:34:44','2026-03-28 18:34:44',NULL,NULL,NULL,'b865553e-075a-46c7-90e1-3db97d371d22'),
(52763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:34:45','2026-03-28 18:34:45',NULL,NULL,NULL,'bd27c647-c873-4e94-b435-d881967a016b'),
(52764,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:34:59','2026-03-28 18:34:59',NULL,NULL,NULL,'cd4a78f8-fa37-4c08-9e4c-4f90ed79f42c'),
(52765,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:36:18','2026-03-28 18:36:18',NULL,NULL,NULL,'97562227-e119-459c-99ee-e52b010697d3'),
(52766,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:36:59','2026-03-28 18:36:59',NULL,NULL,NULL,'0bd6f130-098d-496c-8973-6c4cdcf3a909'),
(52767,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:37:00','2026-03-28 18:37:00',NULL,NULL,NULL,'7127b91a-44f6-42c5-9394-acf09b49b02c'),
(52768,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:37:02','2026-03-28 18:37:02',NULL,NULL,NULL,'861d7da6-03f3-467b-8054-83e196c70782'),
(52769,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:37:03','2026-03-28 18:37:03',NULL,NULL,NULL,'8017e377-60d4-4766-834d-d28d767a4bcc'),
(52770,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:37:04','2026-03-28 18:37:04',NULL,NULL,NULL,'8a6f4868-2fa4-4499-b5f8-fb52280bb1d5'),
(52771,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:39:10','2026-03-28 18:39:10',NULL,NULL,NULL,'04e11892-c40b-4a17-be96-2078c0c24b09'),
(52772,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:39:47','2026-03-28 18:39:47',NULL,NULL,NULL,'97a0264e-f393-4921-8ab0-b3a206364690'),
(52773,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:40:45','2026-03-28 18:40:45',NULL,NULL,NULL,'3ad32e20-b783-40c5-b7cf-17a1dafaedd2'),
(52774,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:41:16','2026-03-28 18:41:16',NULL,NULL,NULL,'578a14a0-4cae-4014-b279-1366b02eccfb'),
(52775,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:45:43','2026-03-28 18:45:43',NULL,NULL,NULL,'15283ca1-ed98-4b1c-914b-ff2bfeaaf305'),
(52776,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:52:27','2026-03-28 18:52:27',NULL,NULL,NULL,'86cc6dea-bed2-492f-b0e4-377138593560'),
(52777,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 18:55:06','2026-03-28 18:55:06',NULL,NULL,NULL,'ab564bc8-1cb9-4ef2-afdb-1c8d73cc5239'),
(52778,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:03:57','2026-03-28 19:03:57',NULL,NULL,NULL,'2d05b38d-9dfb-42a3-ae1e-7cd8985062e4'),
(52779,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:20:32','2026-03-28 19:20:32',NULL,NULL,NULL,'83922223-1bb4-4f41-b22f-6301fcd5fda4'),
(52780,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:28:07','2026-03-28 19:28:07',NULL,NULL,NULL,'19a7c638-8dea-4c56-9f05-a36e943d2920'),
(52781,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:28:08','2026-03-28 19:28:08',NULL,NULL,NULL,'e67e9e1d-b260-477d-83ef-4f2429e314a1'),
(52782,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:28:09','2026-03-28 19:28:09',NULL,NULL,NULL,'9c772f72-6f72-454c-a2d6-23e19861f0aa'),
(52783,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:28:10','2026-03-28 19:28:10',NULL,NULL,NULL,'80e0110b-6838-4fd8-b291-aa340a076fe2'),
(52784,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:28:12','2026-03-28 19:28:12',NULL,NULL,NULL,'5999ea6f-6b59-45c3-9d9f-c22236cb333c'),
(52785,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:35:29','2026-03-28 19:35:29',NULL,NULL,NULL,'0c755b9e-dd0b-48f1-8dbf-b9f40341f866'),
(52786,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:41:51','2026-03-28 19:41:51',NULL,NULL,NULL,'41e7bd9a-6cb9-4bdf-8856-c79c301f821e'),
(52787,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:50:05','2026-03-28 19:50:05',NULL,NULL,NULL,'3d43659c-a82d-4411-baf1-22f2a5ba624c'),
(52788,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-28 19:50:05','2026-03-28 19:50:05',NULL,NULL,NULL,'1449fd00-5d27-4df0-b872-10b6c484f5d6'),
(52789,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:50:18','2026-03-28 19:50:18',NULL,NULL,NULL,'ca199999-e83a-4f50-a917-5cf952763772'),
(52790,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:52:40','2026-03-28 19:52:40',NULL,NULL,NULL,'5783ebce-77d2-4084-9eaf-93b4ff398677'),
(52791,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 19:57:55','2026-03-28 19:57:55',NULL,NULL,NULL,'8ea61e67-d762-4885-a15b-c553e5f5c3a9'),
(52792,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:01:38','2026-03-28 20:01:38',NULL,NULL,NULL,'87551c18-6be7-404e-94bb-a61b6dd48d5b'),
(52793,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:01:40','2026-03-28 20:01:40',NULL,NULL,NULL,'ee681092-b4a3-42d9-8036-eb6876da12f3'),
(52794,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:01:41','2026-03-28 20:01:41',NULL,NULL,NULL,'8faa6fa2-8ae4-4443-9ba6-b2c7373ca4e3'),
(52795,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:01:43','2026-03-28 20:01:43',NULL,NULL,NULL,'5f1aab69-7558-48f4-9738-c38463fc9580'),
(52796,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:01:44','2026-03-28 20:01:44',NULL,NULL,NULL,'ac8ba8bb-7983-4ed5-80e4-ee98080b84e4'),
(52797,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:03:58','2026-03-28 20:03:58',NULL,NULL,NULL,'1d85491f-36ee-4d71-8ac7-6ff686fa26d7'),
(52798,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-28 20:03:58','2026-03-28 20:03:58',NULL,NULL,NULL,'fbdc8343-bfcf-4a36-9adf-986b733be4f0'),
(52799,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:09:28','2026-03-28 20:09:28',NULL,NULL,NULL,'d2895511-e7b6-4ea5-b94a-60d6a89d03e1'),
(52800,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:12:23','2026-03-28 20:12:23',NULL,NULL,NULL,'427770f6-1cbe-4cb7-9501-8091951ded5e'),
(52801,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:13:28','2026-03-28 20:13:28',NULL,NULL,NULL,'0d0894e6-960b-41c9-afcc-5c5308a2cee5'),
(52802,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:13:30','2026-03-28 20:13:30',NULL,NULL,NULL,'f579e1b9-e6ac-4075-996b-ce19f3e004a7'),
(52803,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:13:31','2026-03-28 20:13:31',NULL,NULL,NULL,'4396d086-1f02-446d-9e96-ac8095245855'),
(52804,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:13:32','2026-03-28 20:13:32',NULL,NULL,NULL,'2e33ba01-5d96-4469-a733-799e2974c060'),
(52805,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:13:33','2026-03-28 20:13:33',NULL,NULL,NULL,'7a25327a-a1be-458f-8bd1-791154774ef2'),
(52806,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:21:41','2026-03-28 20:21:41',NULL,NULL,NULL,'8251c9e3-bfa5-424d-ac93-1ddb0f65e62a'),
(52807,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-28 20:21:41','2026-03-28 20:21:41',NULL,NULL,NULL,'183d170f-e730-4755-ae09-dc119f99a10c'),
(52808,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:30:56','2026-03-28 20:30:56',NULL,NULL,NULL,'f021276a-5e55-477e-bcac-353726323eff'),
(52809,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:44:17','2026-03-28 20:44:17',NULL,NULL,NULL,'27884819-d8d9-499c-a33a-e5c69e5bf526'),
(52810,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:44:34','2026-03-28 20:44:34',NULL,NULL,NULL,'000ea698-bd26-4339-94db-ea2c0b86e510'),
(52811,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 20:56:59','2026-03-28 20:56:59',NULL,NULL,NULL,'391229ff-709f-4419-a5f8-31d20fc48469'),
(52812,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-28 20:56:59','2026-03-28 20:56:59',NULL,NULL,NULL,'3752b97f-df16-4e28-9dad-fb6bf666843a'),
(52813,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 21:05:42','2026-03-28 21:05:42',NULL,NULL,NULL,'5ed776bd-0241-473c-b9a2-4bddd87d5951'),
(52814,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 21:10:14','2026-03-28 21:10:14',NULL,NULL,NULL,'b588fc36-e61b-4bb4-8257-3c5efb69a2cf'),
(52815,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 21:12:19','2026-03-28 21:12:19',NULL,NULL,NULL,'745019f0-2213-4ed8-a061-8c7dacbc195c'),
(52816,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 21:21:33','2026-03-28 21:21:33',NULL,NULL,NULL,'6469c802-ff2c-42f6-84a0-fead80ba3b9d'),
(52817,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 21:26:38','2026-03-28 21:26:38',NULL,NULL,NULL,'99d26af1-ed77-4b2e-a51a-35a9e37e31f5'),
(52818,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 21:27:08','2026-03-28 21:27:08',NULL,NULL,NULL,'667c2902-66b1-428d-abda-41385a38095f'),
(52819,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 21:37:55','2026-03-28 21:37:55',NULL,NULL,NULL,'061d7464-d18e-494c-a9d4-8c2582725a93'),
(52820,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 21:49:21','2026-03-28 21:49:21',NULL,NULL,NULL,'8e9c5dfc-0217-40fa-9b98-8479857c663b'),
(52821,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 21:58:42','2026-03-28 21:58:42',NULL,NULL,NULL,'56f696f3-99fe-41aa-a589-0d3301bbbfa3'),
(52822,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:04:57','2026-03-28 22:04:57',NULL,NULL,NULL,'99022e5d-24ce-45ae-a943-97d9df0075e7'),
(52823,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:08:51','2026-03-28 22:08:51',NULL,NULL,NULL,'79347f36-4d45-41f2-8dd5-5fb2a40f9317'),
(52824,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:21:56','2026-03-28 22:21:56',NULL,NULL,NULL,'a5fd47c9-991c-4660-aba4-6b72a03125c9'),
(52825,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:25:49','2026-03-28 22:25:49',NULL,NULL,NULL,'5d9e00a4-144e-4729-929d-d72b550b70e6'),
(52826,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:27:27','2026-03-28 22:27:27',NULL,NULL,NULL,'992cb5d3-7eb2-4076-9931-ecc263207008'),
(52827,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:29:14','2026-03-28 22:29:14',NULL,NULL,NULL,'6139a858-5c91-48ee-b79b-c24c079e05aa'),
(52828,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:33:54','2026-03-28 22:33:54',NULL,NULL,NULL,'d9c25be9-0ddc-4e5e-b26a-87770da5bcd1'),
(52829,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:38:59','2026-03-28 22:38:59',NULL,NULL,NULL,'516d2c24-b974-4441-b3ae-c24a028b8c4d'),
(52830,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:41:39','2026-03-28 22:41:39',NULL,NULL,NULL,'ab6891d8-4ea3-4dfa-8c32-2db0ee113ca2'),
(52831,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:48:51','2026-03-28 22:48:51',NULL,NULL,NULL,'dd7d1c6d-2a8b-4d55-b7ee-d6d5c5efd400'),
(52832,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:50:25','2026-03-28 22:50:25',NULL,NULL,NULL,'2c229170-c9a4-4fcb-ae48-209785ae18b2'),
(52833,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:55:00','2026-03-28 22:55:00',NULL,NULL,NULL,'f123f23e-36a8-4527-9201-eceb171673d9'),
(52834,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 22:55:42','2026-03-28 22:55:42',NULL,NULL,NULL,'f19ec36f-0a60-4d63-90ce-ef04611f76d0'),
(52835,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 23:07:12','2026-03-28 23:07:12',NULL,NULL,NULL,'edd77470-c0ed-4d7a-849e-400d9ca0978d'),
(52836,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 23:13:16','2026-03-28 23:13:16',NULL,NULL,NULL,'eecb5c9c-33d2-4e12-b135-b6b28acd096b'),
(52837,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 23:16:45','2026-03-28 23:16:45',NULL,NULL,NULL,'ef5bddbf-6389-4d9f-ac4b-c1fe04ec4b09'),
(52838,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 23:23:02','2026-03-28 23:23:02',NULL,NULL,NULL,'36919f93-23f3-4d90-be2a-fa5d628602eb'),
(52839,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 23:27:11','2026-03-28 23:27:11',NULL,NULL,NULL,'8b53a728-51a9-4e95-8101-453ead953f1d'),
(52840,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 23:52:04','2026-03-28 23:52:04',NULL,NULL,NULL,'c739c5a0-f2ae-4f8e-8845-ad2cf92b0a86'),
(52841,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 23:58:18','2026-03-28 23:58:18',NULL,NULL,NULL,'493b7991-c14c-402b-b8d1-1f7235a1ed83'),
(52842,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-28 23:59:16','2026-03-28 23:59:16',NULL,NULL,NULL,'03810f15-bda0-4d81-905c-049e00452461'),
(52843,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 00:43:47','2026-03-29 00:43:47',NULL,NULL,NULL,'e7be0991-001b-4f78-bcf6-3a42a174aeeb'),
(52844,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 00:58:28','2026-03-29 00:58:28',NULL,NULL,NULL,'5c8c8b75-93b3-4c6a-b625-d4cd53806148'),
(52845,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 00:59:52','2026-03-29 00:59:52',NULL,NULL,NULL,'e3e0c729-dd20-4391-a2ae-203cdd43ab24'),
(52846,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 01:01:14','2026-03-29 01:01:14',NULL,NULL,NULL,'d1529557-b9a0-4fd5-831d-2c555bd9221e'),
(52847,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 01:14:46','2026-03-29 01:14:46',NULL,NULL,NULL,'e0925f9b-cc95-49dd-86a0-82397af7d2f5'),
(52848,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-29 01:14:46','2026-03-29 01:14:46',NULL,NULL,NULL,'206bf259-7c3e-489a-a224-b46bcd65ddcc'),
(52849,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 01:43:41','2026-03-29 01:43:41',NULL,NULL,NULL,'de154389-7857-40a2-8bfb-a1a6dcb96f1a'),
(52850,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 01:49:46','2026-03-29 01:49:46',NULL,NULL,NULL,'2b64cec8-1993-4d9b-9f20-059afab7e70a'),
(52851,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 02:08:28','2026-03-29 02:08:28',NULL,NULL,NULL,'f11f60b3-dd78-4c3e-84aa-639a7a4c4691'),
(52852,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 02:16:28','2026-03-29 02:16:28',NULL,NULL,NULL,'b87993ee-39cb-4029-89ba-33fcc7e572e4'),
(52853,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 02:19:57','2026-03-29 02:19:57',NULL,NULL,NULL,'8ff7e291-085d-44f3-ac81-644204f9e4fa'),
(52854,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 02:21:50','2026-03-29 02:21:50',NULL,NULL,NULL,'e2e3671f-6a3a-417d-828e-0fbabe542a26'),
(52855,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 02:25:50','2026-03-29 02:25:50',NULL,NULL,NULL,'b5697229-3411-45ef-a865-6053f04da4c8'),
(52856,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 02:43:38','2026-03-29 02:43:38',NULL,NULL,NULL,'7e349d77-370b-4ad8-80ee-afc3b9d092a8'),
(52857,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 02:44:19','2026-03-29 02:44:19',NULL,NULL,NULL,'99cf56dd-7b72-47e4-9d3d-811e3b41fdee'),
(52858,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 02:53:08','2026-03-29 02:53:08',NULL,NULL,NULL,'10b573b1-4dc6-46db-818a-9098c81facad'),
(52859,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 02:55:53','2026-03-29 02:55:53',NULL,NULL,NULL,'c3396723-0021-4f51-9733-95041efca0b2'),
(52860,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 03:03:11','2026-03-29 03:03:11',NULL,NULL,NULL,'b4d11a3f-3bbe-43ad-b975-c34f05945c36'),
(52861,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 03:07:26','2026-03-29 03:07:26',NULL,NULL,NULL,'a1d87264-45c7-4bd6-9031-5bb78458bfe9'),
(52862,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 03:07:51','2026-03-29 03:07:51',NULL,NULL,NULL,'574a1fd2-7469-475b-a5a5-8c4c9e685839'),
(52863,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 03:11:39','2026-03-29 03:11:39',NULL,NULL,NULL,'3e5a989b-775f-4ea4-aaaf-fecbe10e4ba4'),
(52864,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 03:13:54','2026-03-29 03:13:54',NULL,NULL,NULL,'2e19099c-2f9a-40a7-b084-e6342589a9ee'),
(52865,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 03:43:38','2026-03-29 03:43:38',NULL,NULL,NULL,'2d498d7e-0268-40d5-9993-d2d8ded4b75d'),
(52866,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 04:04:52','2026-03-29 04:04:52',NULL,NULL,NULL,'005ab713-3cd6-4b08-9111-6f0272cba9c2'),
(52867,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 04:05:59','2026-03-29 04:05:59',NULL,NULL,NULL,'608ab325-4409-4aeb-b0f1-dcf5ddc902c6'),
(52868,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 04:14:18','2026-03-29 04:14:18',NULL,NULL,NULL,'abfda21f-6dc0-4cd5-bc41-4364985bccc5'),
(52869,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 04:31:15','2026-03-29 04:31:15',NULL,NULL,NULL,'7779508a-65d1-416e-a73c-dcf1e9fc822e'),
(52870,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 04:49:01','2026-03-29 04:49:01',NULL,NULL,NULL,'7931dc0a-5ab1-4be0-8dbc-45940669fc3b'),
(52871,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 04:51:14','2026-03-29 04:51:14',NULL,NULL,NULL,'c101df99-5a2d-4dd8-8f4e-c3eef803d8dc'),
(52872,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 04:54:12','2026-03-29 04:54:12',NULL,NULL,NULL,'99701fd4-4bd8-4e3e-b602-5a7b82196bbe'),
(52873,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:13:04','2026-03-29 05:13:04',NULL,NULL,NULL,'99bde15b-5127-4629-b779-c409266cf1e8'),
(52874,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:20:29','2026-03-29 05:20:29',NULL,NULL,NULL,'db64d70b-7e3f-406e-84a4-0199496fd40c'),
(52875,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:24:20','2026-03-29 05:24:20',NULL,NULL,NULL,'5e0a9cea-2918-418b-8cfe-e825bcec7c68'),
(52876,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:33:57','2026-03-29 05:33:57',NULL,NULL,NULL,'0b773c85-2fbe-4033-aa6f-6ce3ad22ee32'),
(52877,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:35:23','2026-03-29 05:35:23',NULL,NULL,NULL,'66d594ef-3a07-4515-84d0-f3eba74dd00b'),
(52878,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:36:01','2026-03-29 05:36:01',NULL,NULL,NULL,'a06bc2a9-adbe-4495-be7f-f7ccf2bda6ce'),
(52879,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:37:05','2026-03-29 05:37:05',NULL,NULL,NULL,'aa9e2f4c-2b15-46cc-bdf2-edc43c62dfef'),
(52880,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:40:18','2026-03-29 05:40:18',NULL,NULL,NULL,'4e5556c2-3728-4815-add7-28f410ba4340'),
(52881,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:40:38','2026-03-29 05:40:38',NULL,NULL,NULL,'e7ba5488-7dfd-41a6-b6c2-3e374a0e7e82'),
(52882,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:40:45','2026-03-29 05:40:45',NULL,NULL,NULL,'fbb2b00b-d4ae-401d-af95-ab0af5ed1e5c'),
(52883,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:40:51','2026-03-29 05:40:51',NULL,NULL,NULL,'5cf2473e-fa78-4af6-95b0-9dddda3d4941'),
(52884,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:42:14','2026-03-29 05:42:14',NULL,NULL,NULL,'fb45034f-30f0-4e5f-96bf-7a9f83a18c1e'),
(52885,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:42:26','2026-03-29 05:42:26',NULL,NULL,NULL,'9e06a2af-2fcd-485b-b1db-2edb99a2d7af'),
(52886,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:42:31','2026-03-29 05:42:31',NULL,NULL,NULL,'1d10bc87-dd44-4cb2-9743-02361f404eae'),
(52887,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:47:00','2026-03-29 05:47:00',NULL,NULL,NULL,'bfec1b12-0d4b-4e63-9880-e2a0159bde4b'),
(52888,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:48:33','2026-03-29 05:48:33',NULL,NULL,NULL,'179f66bf-59ae-4c59-ac69-b64e86ab644e'),
(52889,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:48:58','2026-03-29 05:48:58',NULL,NULL,NULL,'0903ec20-59ab-4b3b-bafb-f97096cc795e'),
(52890,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:50:52','2026-03-29 05:50:52',NULL,NULL,NULL,'bbf7be72-b409-44ab-ace2-bb4dd1d6e4d3'),
(52891,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:51:26','2026-03-29 05:51:26',NULL,NULL,NULL,'16c5057a-eb72-4388-9c69-5029524999da'),
(52892,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:57:13','2026-03-29 05:57:13',NULL,NULL,NULL,'b6ce260b-1b55-4917-9292-3ab544e8ee13'),
(52893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:57:42','2026-03-29 05:57:42',NULL,NULL,NULL,'32a1793c-797f-4d27-b7f4-a3c7b254bc3c'),
(52894,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 05:58:38','2026-03-29 05:58:38',NULL,NULL,NULL,'586860fd-7034-466b-b70f-d32192bb0e76'),
(52895,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:02:43','2026-03-29 06:02:43',NULL,NULL,NULL,'398fb657-7c79-43b1-8a01-cc13bf1d8948'),
(52896,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:03:53','2026-03-29 06:03:53',NULL,NULL,NULL,'4514951d-dd3b-4b6e-a83c-3710a54674be'),
(52897,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:04:27','2026-03-29 06:04:27',NULL,NULL,NULL,'3b6f9079-6167-4b1a-a994-47400d6ad871'),
(52898,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:04:33','2026-03-29 06:04:33',NULL,NULL,NULL,'4d53623f-1cda-4988-b0f4-5f1a1ee83234'),
(52899,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:07:36','2026-03-29 06:07:36',NULL,NULL,NULL,'f406a701-e647-4756-8f83-bee79b427c49'),
(52900,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:08:37','2026-03-29 06:08:37',NULL,NULL,NULL,'332b8648-c1ff-4782-9b5b-92414d44239d'),
(52901,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:09:33','2026-03-29 06:09:33',NULL,NULL,NULL,'e78c2ef5-476b-4d1a-ab40-2a6b041aad23'),
(52902,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:10:12','2026-03-29 06:10:12',NULL,NULL,NULL,'e0685799-7e47-4959-9990-eecc8a428384'),
(52903,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:12:46','2026-03-29 06:12:46',NULL,NULL,NULL,'5f14992d-de0d-4347-84db-63f62b08cf61'),
(52904,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:12:50','2026-03-29 06:12:50',NULL,NULL,NULL,'fa53dde8-778c-44df-96a4-cfb558081693'),
(52905,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:13:13','2026-03-29 06:13:13',NULL,NULL,NULL,'f51564cd-dfc4-44b5-a70e-4517b36342d0'),
(52906,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:13:14','2026-03-29 06:13:14',NULL,NULL,NULL,'c61d1808-cea9-4e66-a1dc-ce3d6efb5a2b'),
(52907,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:13:41','2026-03-29 06:13:41',NULL,NULL,NULL,'ce41250a-6b4c-43c7-bb4c-d12f17594500'),
(52908,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:14:01','2026-03-29 06:14:01',NULL,NULL,NULL,'c7e18e80-74f6-4ea5-b03d-3c88ff7b28a3'),
(52909,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:14:13','2026-03-29 06:14:13',NULL,NULL,NULL,'f2de954d-6280-45c5-a44f-61cdc7f7b6a0'),
(52910,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:14:57','2026-03-29 06:14:57',NULL,NULL,NULL,'9fc072bd-87d3-49cc-826d-c014d8941272'),
(52911,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:15:12','2026-03-29 06:15:12',NULL,NULL,NULL,'d1e7fce5-484e-40a4-9f94-b4c815e5e3b2'),
(52912,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:16:29','2026-03-29 06:16:29',NULL,NULL,NULL,'87aac156-5e96-4ee0-954f-8bcdbef92a23'),
(52913,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:17:32','2026-03-29 06:17:32',NULL,NULL,NULL,'41660d63-785b-45ce-b60d-75cb10084e86'),
(52914,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:18:19','2026-03-29 06:18:19',NULL,NULL,NULL,'495e6953-450f-47c4-bbea-e49ebed5c6c6'),
(52915,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:18:55','2026-03-29 06:18:55',NULL,NULL,NULL,'9edcc30f-edf2-4b46-8620-c162d953b256'),
(52916,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:18:57','2026-03-29 06:18:57',NULL,NULL,NULL,'e9316159-d238-4d45-a82d-965e72464e44'),
(52917,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:20:34','2026-03-29 06:20:34',NULL,NULL,NULL,'da877b1d-b684-4c51-8519-0290720b5fb0'),
(52918,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:21:22','2026-03-29 06:21:22',NULL,NULL,NULL,'c816ed1a-49cd-457c-86fb-c52ddf631cf7'),
(52919,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:23:26','2026-03-29 06:23:26',NULL,NULL,NULL,'ae031fcf-d702-4fa0-802b-3c4abc699dfd'),
(52920,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:23:35','2026-03-29 06:23:35',NULL,NULL,NULL,'d15607db-5609-49a0-99e7-dc2871fd6601'),
(52921,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:28:42','2026-03-29 06:28:42',NULL,NULL,NULL,'8e7730a0-4cfa-4591-8d2f-dda929382b05'),
(52922,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:30:44','2026-03-29 06:30:44',NULL,NULL,NULL,'a723ac1f-73a0-4156-9dad-2983645bb89b'),
(52923,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:32:22','2026-03-29 06:32:22',NULL,NULL,NULL,'d8e71276-75ba-427a-8717-52a191be08be'),
(52924,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:32:57','2026-03-29 06:32:57',NULL,NULL,NULL,'14f5c8ed-004d-48cd-bc03-471765b24e3c'),
(52925,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:34:52','2026-03-29 06:34:52',NULL,NULL,NULL,'19c674ea-3a87-426e-a131-f82e3815eef9'),
(52926,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:35:42','2026-03-29 06:35:42',NULL,NULL,NULL,'e565fca7-bb3b-4d0e-aa3f-a1c89d43c522'),
(52927,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:36:07','2026-03-29 06:36:07',NULL,NULL,NULL,'b2315d35-db31-4746-80ae-e2e3ace9425f'),
(52928,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:36:29','2026-03-29 06:36:29',NULL,NULL,NULL,'a7b7a4e6-ef57-46cd-9da9-9a8d5bd3482b'),
(52929,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:36:37','2026-03-29 06:36:37',NULL,NULL,NULL,'7a774f41-4ce1-45e9-9a4e-fde499298e06'),
(52930,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:38:07','2026-03-29 06:38:07',NULL,NULL,NULL,'35e527ce-ce0b-4a94-afcf-ed1430e08da7'),
(52931,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:45:11','2026-03-29 06:45:11',NULL,NULL,NULL,'6f3c8f9f-9835-4379-955e-0a79bb2137ef'),
(52932,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:46:02','2026-03-29 06:46:02',NULL,NULL,NULL,'bfba3c27-9734-46ca-ba76-9e5601f1af29'),
(52933,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:47:04','2026-03-29 06:47:04',NULL,NULL,NULL,'fd890120-20f3-4fdb-9845-467302ebaa61'),
(52934,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:47:16','2026-03-29 06:47:16',NULL,NULL,NULL,'79078fcc-0c6a-4cb7-8598-f51b29f4c6af'),
(52935,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:48:03','2026-03-29 06:48:03',NULL,NULL,NULL,'4fca4c52-3564-4f4d-adac-6d802769db7b'),
(52936,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:49:33','2026-03-29 06:49:33',NULL,NULL,NULL,'1d1c3ae9-3745-4210-ada5-28e8d30f26eb'),
(52937,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:50:57','2026-03-29 06:50:57',NULL,NULL,NULL,'7d4ba742-e004-45f8-90c9-24f44de43e0a'),
(52938,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:51:00','2026-03-29 06:51:00',NULL,NULL,NULL,'b0e0b15d-50fb-41d1-be82-cef40cdd1427'),
(52939,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:51:23','2026-03-29 06:51:23',NULL,NULL,NULL,'b5859833-a786-49ea-987f-551db5ad10a2'),
(52940,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:51:41','2026-03-29 06:51:41',NULL,NULL,NULL,'9bdbd7ec-12d1-4427-9dff-b4561675e75e'),
(52941,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:52:46','2026-03-29 06:52:46',NULL,NULL,NULL,'4f1d06e2-c398-4827-9d84-0edfa91381e7'),
(52942,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:53:58','2026-03-29 06:53:58',NULL,NULL,NULL,'0ba21bf4-a2ca-4b2f-8507-8c425a7c9b77'),
(52943,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:55:40','2026-03-29 06:55:40',NULL,NULL,NULL,'17afdd67-3620-4056-a493-f0b58aef3d0a'),
(52944,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:55:46','2026-03-29 06:55:46',NULL,NULL,NULL,'43447cc3-16d9-4b3f-bfb9-891b3be18ff1'),
(52945,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:57:17','2026-03-29 06:57:17',NULL,NULL,NULL,'1c3364c5-4386-41f9-9560-006cf93076ac'),
(52946,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 06:58:38','2026-03-29 06:58:38',NULL,NULL,NULL,'062aac17-f1be-4ba3-b60e-58290335a7a1'),
(52947,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:01:06','2026-03-29 07:01:06',NULL,NULL,NULL,'542600cc-a99f-4f54-8874-a2edddc1cae5'),
(52948,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:03:08','2026-03-29 07:03:08',NULL,NULL,NULL,'2786f646-7493-4452-a410-5289a60dc7ea'),
(52949,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:05:09','2026-03-29 07:05:09',NULL,NULL,NULL,'06ee2d50-f6e2-4df6-90fc-7aab13f591f1'),
(52950,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:06:47','2026-03-29 07:06:47',NULL,NULL,NULL,'29445aac-c09f-4020-b415-b523af27df0d'),
(52951,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:08:03','2026-03-29 07:08:03',NULL,NULL,NULL,'4650b86c-59b5-4e65-960b-65ffe35c1577'),
(52952,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:09:15','2026-03-29 07:09:15',NULL,NULL,NULL,'19104e05-1010-4a34-a9f2-f5c1a6442d99'),
(52953,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:09:16','2026-03-29 07:09:16',NULL,NULL,NULL,'07d84f77-9da1-45f7-b0b3-5ab2f2b1cd6b'),
(52954,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:11:28','2026-03-29 07:11:28',NULL,NULL,NULL,'21df4270-eccb-4e0a-94db-c0b479a7ce6b'),
(52955,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:14:33','2026-03-29 07:14:33',NULL,NULL,NULL,'b464690d-154d-4dd5-b99f-e5e0d281fed1'),
(52956,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:17:06','2026-03-29 07:17:06',NULL,NULL,NULL,'654f8742-7c71-4032-b8e3-058a0b58c418'),
(52957,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:18:48','2026-03-29 07:18:48',NULL,NULL,NULL,'d6ecbf59-547f-48a4-a58f-7e590f5ace03'),
(52958,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:19:02','2026-03-29 07:19:02',NULL,NULL,NULL,'803c2de0-0c21-4aef-9dc4-d058016ab304'),
(52959,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:21:43','2026-03-29 07:21:43',NULL,NULL,NULL,'a9f750f3-8503-4d01-acfd-a3e2332d53e9'),
(52960,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:25:40','2026-03-29 07:25:40',NULL,NULL,NULL,'069fbec0-7644-4acb-8fc5-adc6f0454955'),
(52961,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:26:40','2026-03-29 07:26:40',NULL,NULL,NULL,'6487d010-7417-41f3-a1ae-496190c73a03'),
(52962,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:31:52','2026-03-29 07:31:52',NULL,NULL,NULL,'343c467f-803e-44d1-93f4-d6a7caee9c53'),
(52963,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:34:35','2026-03-29 07:34:35',NULL,NULL,NULL,'83cf60b1-9a3f-4f24-b735-b6c68a44baa2'),
(52964,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:35:13','2026-03-29 07:35:13',NULL,NULL,NULL,'4aa04927-4209-48d7-b125-87df52e973ad'),
(52965,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:35:26','2026-03-29 07:35:26',NULL,NULL,NULL,'4260ea54-0503-4931-ace3-374488548e43'),
(52966,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:37:10','2026-03-29 07:37:10',NULL,NULL,NULL,'33c2325d-48db-45d8-888c-a71126a09e14'),
(52967,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:37:55','2026-03-29 07:37:55',NULL,NULL,NULL,'7890e8dc-fc1c-494f-b419-efb268afe16a'),
(52968,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:38:04','2026-03-29 07:38:04',NULL,NULL,NULL,'dc35494e-e8a8-4380-9053-a3011b5db241'),
(52969,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:38:22','2026-03-29 07:38:22',NULL,NULL,NULL,'4d6a7b60-06a6-42a6-b15a-231082a11bc5'),
(52970,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:39:42','2026-03-29 07:39:42',NULL,NULL,NULL,'7e075fce-b361-4a77-b8e6-91fab41ffe5c'),
(52971,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:41:06','2026-03-29 07:41:06',NULL,NULL,NULL,'05ceded9-9ee3-4e4b-bbb1-7ecc1e4caea8'),
(52972,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:42:41','2026-03-29 07:42:41',NULL,NULL,NULL,'c44f446d-f8ed-4414-93c5-472bbb894a7c'),
(52973,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:42:47','2026-03-29 07:42:47',NULL,NULL,NULL,'b8033012-5f89-417b-947f-f3dcf6d76821'),
(52974,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:43:38','2026-03-29 07:43:38',NULL,NULL,NULL,'4642a828-f18b-452f-8b1d-b93d1dc12052'),
(52975,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:44:41','2026-03-29 07:44:41',NULL,NULL,NULL,'7194abf3-f947-4628-86d4-4e7d68725a65'),
(52976,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:45:03','2026-03-29 07:45:03',NULL,NULL,NULL,'4efe75ea-e058-4cb2-b87f-bca2b0b561e8'),
(52977,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:45:16','2026-03-29 07:45:16',NULL,NULL,NULL,'a72c6608-e79a-4869-adc9-9b0f4b165e20'),
(52978,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:46:13','2026-03-29 07:46:13',NULL,NULL,NULL,'30215f7b-4c65-4577-8647-5de5db24ea4d'),
(52979,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:46:41','2026-03-29 07:46:41',NULL,NULL,NULL,'1b81ac4c-03df-490d-abd1-2113ffc6fe1a'),
(52980,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:46:45','2026-03-29 07:46:45',NULL,NULL,NULL,'d1b60af0-621f-4ae8-93c6-34e364594735'),
(52981,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:47:38','2026-03-29 07:47:38',NULL,NULL,NULL,'34792ea2-ad39-4aea-a41c-eaa0146da29d'),
(52982,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:47:58','2026-03-29 07:47:58',NULL,NULL,NULL,'a6294ed8-becd-4dab-8e3d-7ef3fae76871'),
(52983,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:50:04','2026-03-29 07:50:04',NULL,NULL,NULL,'5a8e666d-4807-4ff1-9e3a-14f93aba3ec6'),
(52984,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:52:40','2026-03-29 07:52:40',NULL,NULL,NULL,'e06e9b01-eb3d-49d8-9104-ba34e3729ac3'),
(52985,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:53:49','2026-03-29 07:53:49',NULL,NULL,NULL,'9db25a02-2de8-414d-9001-e93fcb0274a3'),
(52986,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:54:12','2026-03-29 07:54:12',NULL,NULL,NULL,'3629d8e3-2adb-474a-8f2c-0658e20e3276'),
(52987,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:54:12','2026-03-29 07:54:12',NULL,NULL,NULL,'6b610284-f17f-4ae4-b648-37405eaf8401'),
(52988,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 07:55:37','2026-03-29 07:55:37',NULL,NULL,NULL,'2709e50b-1a98-4312-aaa6-2fedd345af87'),
(52989,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:01:38','2026-03-29 08:01:38',NULL,NULL,NULL,'0babd6ce-4122-49f3-8851-df8e6aeb1daf'),
(52990,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:04:18','2026-03-29 08:04:18',NULL,NULL,NULL,'0524ffd7-f610-4424-81cc-9146764ef92e'),
(52991,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:04:25','2026-03-29 08:04:25',NULL,NULL,NULL,'9d5735b2-a676-4230-a9ab-efe113c59d79'),
(52992,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:05:28','2026-03-29 08:05:28',NULL,NULL,NULL,'2b1d8523-310c-4c1f-b428-b9c8d8a87933'),
(52993,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:07:53','2026-03-29 08:07:53',NULL,NULL,NULL,'a9e7bc2e-f060-4cd0-bf8e-9c132be10773'),
(52994,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:08:04','2026-03-29 08:08:04',NULL,NULL,NULL,'292547ce-c459-4efb-a373-ee8ca10cb3e8'),
(52995,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:08:31','2026-03-29 08:08:31',NULL,NULL,NULL,'76c009d9-b0eb-422a-b493-ac8fa05ef0f6'),
(52996,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:08:43','2026-03-29 08:08:43',NULL,NULL,NULL,'2948b454-b30e-49e2-8a57-2080201fece8'),
(52997,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:12:11','2026-03-29 08:12:11',NULL,NULL,NULL,'fa6a0c4f-cc68-4963-8f12-8fba131ed95a'),
(52998,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:23:21','2026-03-29 08:23:21',NULL,NULL,NULL,'a1e6b5a5-afa6-47c5-8ae8-73ddd1781b3c'),
(52999,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:25:14','2026-03-29 08:25:14',NULL,NULL,NULL,'4befdcae-f817-4315-9508-55fed162b0f5'),
(53000,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:29:41','2026-03-29 08:29:41',NULL,NULL,NULL,'c15d7688-10f2-4065-96e0-d94cc4a3d7ab'),
(53001,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:30:24','2026-03-29 08:30:24',NULL,NULL,NULL,'e9410ca1-0e6e-455d-9ba7-b7749bdfdfd9'),
(53002,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 08:31:32','2026-03-29 08:31:32',NULL,NULL,NULL,'4ee67ab6-090f-41d3-a357-5b62b8c45cda'),
(53003,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 09:07:07','2026-03-29 09:07:07',NULL,NULL,NULL,'1f94e92a-17d4-435b-9b3a-59f27ce1d5cb'),
(53004,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 09:16:46','2026-03-29 09:16:46',NULL,NULL,NULL,'eee7e2fd-a19c-4459-bb58-6bf0c5d8ed40'),
(53005,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 09:18:13','2026-03-29 09:18:13',NULL,NULL,NULL,'89cd3bac-e0bc-4240-9532-88e5e1904a42'),
(53006,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 09:28:53','2026-03-29 09:28:53',NULL,NULL,NULL,'32f61eb2-76fc-468b-9324-dca7baf38c66'),
(53007,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 09:56:49','2026-03-29 09:56:49',NULL,NULL,NULL,'d6ec491c-741c-43f2-8f53-1a5813790bad'),
(53008,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 10:00:10','2026-03-29 10:00:10',NULL,NULL,NULL,'f3fe7367-541b-45c8-8e1b-aaaa9bcbe72f'),
(53009,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 10:04:25','2026-03-29 10:04:25',NULL,NULL,NULL,'239207d4-56da-4973-94a5-e59197027444'),
(53010,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 10:06:33','2026-03-29 10:06:33',NULL,NULL,NULL,'7f68007e-9e89-471a-b2f7-0de785b6f698'),
(53011,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 10:19:32','2026-03-29 10:19:32',NULL,NULL,NULL,'45368102-9bb6-4102-af24-fd7953abcc26'),
(53012,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 10:34:08','2026-03-29 10:34:08',NULL,NULL,NULL,'75aacbd0-f8f8-4450-a05a-c28ec77dc8cd'),
(53013,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 11:11:03','2026-03-29 11:11:03',NULL,NULL,NULL,'19480c29-546b-4584-8c0f-f6d585c38e49'),
(53014,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 11:46:58','2026-03-29 11:46:58',NULL,NULL,NULL,'0f33a2ff-7fc8-4504-9b31-1789544bd14a'),
(53015,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 11:51:06','2026-03-29 11:51:06',NULL,NULL,NULL,'8b0e3ada-9dcd-455c-a6f7-7fd7523d4d5e'),
(53016,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 11:52:12','2026-03-29 11:52:12',NULL,NULL,NULL,'74294628-847c-4f29-93b2-57f3b9d8bbcc'),
(53017,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-29 11:52:12','2026-03-29 11:52:12',NULL,NULL,NULL,'cdf96c7b-dede-45e0-a57e-dc4e938eb977'),
(53018,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 11:59:12','2026-03-29 11:59:12',NULL,NULL,NULL,'731cdea1-49c7-4830-8e4e-542ab91eb69d'),
(53019,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:12:44','2026-03-29 12:12:44',NULL,NULL,NULL,'7d4c0f0d-1870-45e1-8a48-7201e7dc5961'),
(53020,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:15:31','2026-03-29 12:15:31',NULL,NULL,NULL,'90a4d893-5a4c-4aa9-836a-c92c859d210d'),
(53021,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:22:36','2026-03-29 12:22:36',NULL,NULL,NULL,'02c88f3c-af1c-4af3-a598-b2105154ae59'),
(53022,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:22:50','2026-03-29 12:22:50',NULL,NULL,NULL,'cf1758c4-7590-4da5-a771-d8d70ab15382'),
(53023,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:24:42','2026-03-29 12:24:42',NULL,NULL,NULL,'4bfa8edb-5464-4631-99fa-083d4d64c17d'),
(53024,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:25:17','2026-03-29 12:25:17',NULL,NULL,NULL,'0b357d7a-1530-4483-abb4-d5336040a911'),
(53025,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:25:28','2026-03-29 12:25:28',NULL,NULL,NULL,'cf88686c-d27e-44d1-ab77-6d7f6ab85c43'),
(53026,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:26:11','2026-03-29 12:26:11',NULL,NULL,NULL,'59ca5170-fb19-4f4d-81b2-765855a922f6'),
(53027,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:26:49','2026-03-29 12:26:49',NULL,NULL,NULL,'dd5b3da5-31c8-4ea0-956e-1948ddd97093'),
(53028,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:29:10','2026-03-29 12:29:10',NULL,NULL,NULL,'7baebcd6-83b7-4a79-a1e8-bdf3af222b40'),
(53029,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:30:25','2026-03-29 12:30:25',NULL,NULL,NULL,'6a3e70bf-eaa6-47ef-ac56-6806fd20416c'),
(53030,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:30:53','2026-03-29 12:30:53',NULL,NULL,NULL,'2afa1bcf-7574-45fd-b574-890211ed854d'),
(53031,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:31:10','2026-03-29 12:31:10',NULL,NULL,NULL,'d6d794ed-fe84-4c6a-8c72-c7876b671cca'),
(53032,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:34:37','2026-03-29 12:34:37',NULL,NULL,NULL,'45caf076-f261-4282-97a7-0a8745c20219'),
(53033,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:36:27','2026-03-29 12:36:27',NULL,NULL,NULL,'fe6dd925-0a91-48a9-bca0-17298da7392c'),
(53034,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:37:33','2026-03-29 12:37:33',NULL,NULL,NULL,'4ba9ad5c-d0da-47c1-8500-6a4c32dd6f51'),
(53035,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:37:45','2026-03-29 12:37:45',NULL,NULL,NULL,'9ddb860d-d2aa-4ea0-a23e-89c3e6f9cf6f'),
(53036,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:38:35','2026-03-29 12:38:35',NULL,NULL,NULL,'f06d5f0c-0260-4892-a87f-c16f25db63c2'),
(53037,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:38:45','2026-03-29 12:38:45',NULL,NULL,NULL,'452b9033-a845-455a-bff6-2e948c0c9a43'),
(53038,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:39:15','2026-03-29 12:39:15',NULL,NULL,NULL,'5b7994b4-f4e1-48c3-b71f-c78873c15e5a'),
(53039,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:40:31','2026-03-29 12:40:31',NULL,NULL,NULL,'7c4eca7a-4b73-4342-8c81-41ed2ade7431'),
(53040,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:40:53','2026-03-29 12:40:53',NULL,NULL,NULL,'52632c42-f4cb-4e2e-bb14-0e4903ad743b'),
(53041,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:42:42','2026-03-29 12:42:42',NULL,NULL,NULL,'6d4dc040-a106-44d3-b214-62dbe13daacd'),
(53042,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:45:23','2026-03-29 12:45:23',NULL,NULL,NULL,'e63e99dc-2a7c-447d-b18f-a3277e7af533'),
(53043,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:58:03','2026-03-29 12:58:03',NULL,NULL,NULL,'3a7af3e9-bf10-4f46-a61e-08dc8be5ecbf'),
(53044,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:58:30','2026-03-29 12:58:30',NULL,NULL,NULL,'d1fe31d2-90a8-428c-9b80-a8416762b8ed'),
(53045,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 12:59:46','2026-03-29 12:59:46',NULL,NULL,NULL,'1cfec13e-7a93-4906-98f2-dfc89830c5aa'),
(53046,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:01:41','2026-03-29 13:01:41',NULL,NULL,NULL,'1237531c-5869-4aab-be7d-109951dff5b6'),
(53047,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:02:20','2026-03-29 13:02:20',NULL,NULL,NULL,'270866ef-aedd-4cb4-afe0-63852328de90'),
(53048,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:03:06','2026-03-29 13:03:06',NULL,NULL,NULL,'e7f87004-aa71-4185-986e-c09fa224f06b'),
(53049,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:06:17','2026-03-29 13:06:17',NULL,NULL,NULL,'bb8d6c04-27f0-4ae6-b114-4b1a356e5f11'),
(53050,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:08:51','2026-03-29 13:08:51',NULL,NULL,NULL,'3bb7ea1d-e981-4460-929b-d3e171252e8d'),
(53051,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:09:10','2026-03-29 13:09:10',NULL,NULL,NULL,'8111dac0-1edc-4360-ab39-3bb604b1b810'),
(53052,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:11:56','2026-03-29 13:11:56',NULL,NULL,NULL,'7a8046b1-4589-4546-82cf-6b9341ead1ee'),
(53053,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:14:55','2026-03-29 13:14:55',NULL,NULL,NULL,'d3c3c4bb-a205-4c9c-909f-39256e97b7de'),
(53054,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:16:07','2026-03-29 13:16:07',NULL,NULL,NULL,'52fd7a58-c87d-4c24-828a-254189a7d1c1'),
(53055,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:19:38','2026-03-29 13:19:38',NULL,NULL,NULL,'89e34302-f8f0-4e38-8c6f-8a3b59eada02'),
(53056,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:19:44','2026-03-29 13:19:44',NULL,NULL,NULL,'cb52d4ad-5880-4061-a855-d169b7f82817'),
(53057,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:21:15','2026-03-29 13:21:15',NULL,NULL,NULL,'552c4796-6b32-42e6-a72c-0b3a201d3a94'),
(53058,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:21:22','2026-03-29 13:21:22',NULL,NULL,NULL,'9c48ec2e-ff6b-468c-928a-f732702e094b'),
(53059,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:23:45','2026-03-29 13:23:45',NULL,NULL,NULL,'d5d8bd0b-bd3b-4687-b402-8e469c54bcf8'),
(53060,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:25:17','2026-03-29 13:25:17',NULL,NULL,NULL,'31af5b14-c3ad-4099-b26d-afa846412d51'),
(53061,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:25:46','2026-03-29 13:25:46',NULL,NULL,NULL,'7972bc01-363c-48c4-80c7-7c09cf375a05'),
(53062,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:27:15','2026-03-29 13:27:15',NULL,NULL,NULL,'12586fa7-77da-4f1b-b0ce-72af15dac4f4'),
(53063,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:28:39','2026-03-29 13:28:39',NULL,NULL,NULL,'53db3051-a98b-448c-8b99-2dece2b0213b'),
(53064,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:30:47','2026-03-29 13:30:47',NULL,NULL,NULL,'f30420d7-4b7a-487c-8ea9-7087dbe888d0'),
(53065,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:31:47','2026-03-29 13:31:47',NULL,NULL,NULL,'7d1270aa-0982-41a4-8be4-a01470f6c79d'),
(53066,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:33:05','2026-03-29 13:33:05',NULL,NULL,NULL,'cee84678-2c7f-45dc-a5ae-7f4c7f9e9a83'),
(53067,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:34:23','2026-03-29 13:34:23',NULL,NULL,NULL,'e31065fb-9d83-4ed8-9709-a8fddfbbd72e'),
(53068,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:36:16','2026-03-29 13:36:16',NULL,NULL,NULL,'d5ea0a21-076f-4a2c-b51a-fccede6ec1fa'),
(53069,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:36:18','2026-03-29 13:36:18',NULL,NULL,NULL,'3b748b68-4237-4c68-8d1e-871095c2415f'),
(53070,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:38:25','2026-03-29 13:38:25',NULL,NULL,NULL,'7b781b85-8f55-4c86-a4a3-3b07b19bee35'),
(53071,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:41:17','2026-03-29 13:41:17',NULL,NULL,NULL,'1e17fcd5-ae77-4c0c-acf4-ddab6286ee82'),
(53072,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:42:02','2026-03-29 13:42:02',NULL,NULL,NULL,'adbfeb4c-bfea-429c-bad3-2513ad6a3ae3'),
(53073,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:43:37','2026-03-29 13:43:37',NULL,NULL,NULL,'eedceab1-a91b-4299-a264-2e4194009465'),
(53074,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:47:27','2026-03-29 13:47:27',NULL,NULL,NULL,'2d346091-38eb-4496-863e-c7c2515f098a'),
(53075,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:48:09','2026-03-29 13:48:09',NULL,NULL,NULL,'7d3b3616-60b2-478b-a12a-61cbcf4d8f5b'),
(53076,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:50:19','2026-03-29 13:50:19',NULL,NULL,NULL,'39e12630-453d-4ebe-82f9-ea2e5f8526ca'),
(53077,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:50:53','2026-03-29 13:50:53',NULL,NULL,NULL,'a55eb4ae-222a-4852-a713-7536d3ea791e'),
(53078,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:52:00','2026-03-29 13:52:00',NULL,NULL,NULL,'8c01f32f-9889-45f2-b022-fb7195c4bea0'),
(53079,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:52:03','2026-03-29 13:52:03',NULL,NULL,NULL,'066a9c35-10b9-4793-a428-871bbd18189c'),
(53080,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:52:05','2026-03-29 13:52:05',NULL,NULL,NULL,'d2c8dcfe-ed04-4516-8c73-dbb9651b139b'),
(53081,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:52:06','2026-03-29 13:52:06',NULL,NULL,NULL,'3440add1-84bc-405b-b2bf-c2711ee3d56f'),
(53082,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:52:07','2026-03-29 13:52:07',NULL,NULL,NULL,'46f94168-0a3a-46f5-a274-5b15ad61467b'),
(53083,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:53:01','2026-03-29 13:53:01',NULL,NULL,NULL,'4bab54be-e373-499a-a4f3-4e9fbbee447f'),
(53084,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:54:52','2026-03-29 13:54:52',NULL,NULL,NULL,'ee32eb4e-3a7d-4fff-b702-99c8dab8df53'),
(53085,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:54:53','2026-03-29 13:54:53',NULL,NULL,NULL,'5f14c940-84d7-4254-a9bf-072103a2fd61'),
(53086,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:54:54','2026-03-29 13:54:54',NULL,NULL,NULL,'8fbee73a-4fad-42d3-96e3-48f78b7bb3b4'),
(53087,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:54:56','2026-03-29 13:54:56',NULL,NULL,NULL,'522cec58-1a41-4987-b92f-cbe4ea75b5bc'),
(53088,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:54:57','2026-03-29 13:54:57',NULL,NULL,NULL,'9835462c-f83e-4633-8d6f-43a7adb9c35e'),
(53089,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:59:23','2026-03-29 13:59:23',NULL,NULL,NULL,'722f7b2c-3c34-4f2f-804d-df4ea640ff37'),
(53090,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:59:24','2026-03-29 13:59:24',NULL,NULL,NULL,'dcdaeb7e-1d98-4719-99e1-d2cdb751ef13'),
(53091,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:59:27','2026-03-29 13:59:27',NULL,NULL,NULL,'79099099-64de-484b-829c-eb2e8c4dc085'),
(53092,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:59:28','2026-03-29 13:59:28',NULL,NULL,NULL,'c3da0905-8e02-4c81-b985-bb2b3c58bd36'),
(53093,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 13:59:30','2026-03-29 13:59:30',NULL,NULL,NULL,'94a46e6c-19f1-462f-a2e0-453080ef02aa'),
(53094,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:00:15','2026-03-29 14:00:15',NULL,NULL,NULL,'1bc10c71-5a01-4a65-b02a-472df36957be'),
(53095,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:06:38','2026-03-29 14:06:38',NULL,NULL,NULL,'5d5623c9-4b48-461b-a809-5cb1c8685743'),
(53096,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:06:40','2026-03-29 14:06:40',NULL,NULL,NULL,'b66cb469-ab14-4dbf-8141-a207e159fb4b'),
(53097,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:06:41','2026-03-29 14:06:41',NULL,NULL,NULL,'f0c10030-92bb-4066-b51f-9181cb496935'),
(53098,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:06:42','2026-03-29 14:06:42',NULL,NULL,NULL,'62be8518-e80c-4217-b96f-c766a7740a2e'),
(53099,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:06:43','2026-03-29 14:06:43',NULL,NULL,NULL,'42d80611-ba01-41c0-b1fe-bc5ee3b1fbd6'),
(53100,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:08:42','2026-03-29 14:08:42',NULL,NULL,NULL,'3098c36f-9d34-4f13-bd19-e0642aae24dc'),
(53101,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:10:03','2026-03-29 14:10:03',NULL,NULL,NULL,'5e605ab6-9f39-4bdc-af61-2b6b26b6ae87'),
(53102,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:20:29','2026-03-29 14:20:29',NULL,NULL,NULL,'30fa8ce2-ceab-445d-81ef-6ab24bdbf1c0'),
(53103,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-29 14:20:29','2026-03-29 14:20:29',NULL,NULL,NULL,'ddf1a130-e7cf-4a6d-8024-92cea0b5d95f'),
(53104,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:25:32','2026-03-29 14:25:32',NULL,NULL,NULL,'fc89a272-240c-4334-ada3-4916d03e1e35'),
(53105,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:29:00','2026-03-29 14:29:00',NULL,NULL,NULL,'f5333891-0efb-478f-a909-7bcc08c07d3f'),
(53106,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-29 14:29:00','2026-03-29 14:29:00',NULL,NULL,NULL,'640ba12b-41cb-4cf4-abb4-905a331c8670'),
(53107,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:32:04','2026-03-29 14:32:04',NULL,NULL,NULL,'1ac3d6f4-2444-4add-bde8-3a4a0203075c'),
(53108,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:32:05','2026-03-29 14:32:05',NULL,NULL,NULL,'82fcdbd3-cdee-49ef-aabd-f48ea4ebe70f'),
(53109,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:32:06','2026-03-29 14:32:06',NULL,NULL,NULL,'4ca7a685-cfeb-4cc6-80f6-982cdca4aa77'),
(53110,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:32:08','2026-03-29 14:32:08',NULL,NULL,NULL,'bcdd4a38-2d4a-4eb8-94a3-67f5078ba405'),
(53111,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:32:10','2026-03-29 14:32:10',NULL,NULL,NULL,'eb325a75-acd3-4bd4-881c-1e15db3cb3cc'),
(53112,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:33:31','2026-03-29 14:33:31',NULL,NULL,NULL,'4fc20b14-6ceb-4843-bbae-ddafa513b44b'),
(53113,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:34:44','2026-03-29 14:34:44',NULL,NULL,NULL,'53ab0c4d-29df-4044-add5-9d892a4afcb5'),
(53114,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-29 14:34:44','2026-03-29 14:34:44',NULL,NULL,NULL,'d01fa0c9-7dfe-4522-a98c-a78218b242d3'),
(53115,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:39:59','2026-03-29 14:39:59',NULL,NULL,NULL,'711a2dd5-3b37-4598-88ad-72d6092f4a97'),
(53116,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:48:00','2026-03-29 14:48:00',NULL,NULL,NULL,'316c9a36-1a41-431f-91d1-a9be224a81f9'),
(53117,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:48:01','2026-03-29 14:48:01',NULL,NULL,NULL,'2433a500-b3a9-4af8-ad45-9ed2797aa061'),
(53118,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:48:03','2026-03-29 14:48:03',NULL,NULL,NULL,'4e64f753-5297-4b3c-9b21-1ee37d8bc76a'),
(53119,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:48:05','2026-03-29 14:48:05',NULL,NULL,NULL,'8d85a650-a5d7-48cf-b94e-8016dcbe021c'),
(53120,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:48:09','2026-03-29 14:48:09',NULL,NULL,NULL,'038e604e-0424-4525-8f57-9a17592e6668'),
(53121,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:52:48','2026-03-29 14:52:48',NULL,NULL,NULL,'767241b7-f5c9-4ff3-b65d-b79ee78d2282'),
(53122,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:52:50','2026-03-29 14:52:50',NULL,NULL,NULL,'a51c86ba-21f9-4d49-89d1-f6b1b0456fb4'),
(53123,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:52:51','2026-03-29 14:52:51',NULL,NULL,NULL,'980e8a58-9c9b-4e16-a3b1-2b28b48fa99f'),
(53124,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:52:52','2026-03-29 14:52:52',NULL,NULL,NULL,'469391b3-0761-45fa-a45a-822706245c58'),
(53125,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:52:55','2026-03-29 14:52:55',NULL,NULL,NULL,'9a34dabd-05b7-4767-882d-72e11d540e7d'),
(53126,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 14:59:53','2026-03-29 14:59:53',NULL,NULL,NULL,'0ff7b144-0614-48f5-9935-ba51658345e6'),
(53127,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:12:22','2026-03-29 15:12:22',NULL,NULL,NULL,'58bb64be-7e81-4126-8eda-af4ac43af479'),
(53128,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:12:24','2026-03-29 15:12:24',NULL,NULL,NULL,'5698731a-18eb-481b-8ece-bafd46f2afe8'),
(53129,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:12:25','2026-03-29 15:12:25',NULL,NULL,NULL,'231dd1eb-7348-4f3a-9747-1a64278114a2'),
(53130,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:12:27','2026-03-29 15:12:27',NULL,NULL,NULL,'0fd1f5c0-1559-417e-8d9d-5f7bb7bc778b'),
(53131,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:12:28','2026-03-29 15:12:28',NULL,NULL,NULL,'3a4bc8c0-ed1e-456c-bd4d-a9c5f7591330'),
(53132,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:14:46','2026-03-29 15:14:46',NULL,NULL,NULL,'415de230-ab07-4654-9b9d-05a20d93bb22'),
(53133,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:23:44','2026-03-29 15:23:44',NULL,NULL,NULL,'f9dea870-ac06-486b-b4ab-44e1003745aa'),
(53134,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:54:25','2026-03-29 15:54:25',NULL,NULL,NULL,'eafbf322-8abc-459c-b6ec-894c9cd9a56d'),
(53135,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:55:29','2026-03-29 15:55:29',NULL,NULL,NULL,'3fcc1d5b-52fc-4f69-a9ef-78f7c1e552a8'),
(53136,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:55:37','2026-03-29 15:55:37',NULL,NULL,NULL,'e9818641-30fc-429c-979d-60cadc9a63f4'),
(53137,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:56:06','2026-03-29 15:56:06',NULL,NULL,NULL,'ce900028-fb84-46b3-a51c-d059442c7f3e'),
(53138,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 15:56:16','2026-03-29 15:56:16',NULL,NULL,NULL,'66272db5-aa69-4a6b-9c35-054a52bee6f1'),
(53139,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:01:26','2026-03-29 16:01:26',NULL,NULL,NULL,'468052f9-fb0c-4bb6-a1fa-cf439e97b587'),
(53140,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:03:38','2026-03-29 16:03:38',NULL,NULL,NULL,'b54a11de-5390-4fd5-93c4-bc2b399a94f8'),
(53141,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:03:40','2026-03-29 16:03:40',NULL,NULL,NULL,'0d4daa0c-ea0c-49cd-a26e-76049b4c7d4d'),
(53142,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:03:58','2026-03-29 16:03:58',NULL,NULL,NULL,'e34530a4-ebce-42f6-bcbf-e9e7c50a37c6'),
(53143,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:12:28','2026-03-29 16:12:28',NULL,NULL,NULL,'da957069-4343-4669-8baf-6536915127af'),
(53144,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:13:00','2026-03-29 16:13:00',NULL,NULL,NULL,'a2ec3087-86af-41ed-a805-5d2c1d770429'),
(53145,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:13:19','2026-03-29 16:13:19',NULL,NULL,NULL,'31a6e905-dbbb-4059-bd9d-c08371aa0739'),
(53146,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:13:59','2026-03-29 16:13:59',NULL,NULL,NULL,'6b636bdf-0df7-4a32-a6b1-941e53b71586'),
(53147,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:15:06','2026-03-29 16:15:06',NULL,NULL,NULL,'83c71a97-0c08-425d-8627-976b99c55f9e'),
(53148,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:15:43','2026-03-29 16:15:43',NULL,NULL,NULL,'bf1e891e-4d91-496e-9fc5-bdf2d8e0554a'),
(53149,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:18:12','2026-03-29 16:18:12',NULL,NULL,NULL,'a07e8140-d228-4f0d-a840-21f64b415f65'),
(53150,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:18:47','2026-03-29 16:18:47',NULL,NULL,NULL,'efc58097-fef0-4a08-a3de-404240906ed3'),
(53151,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:19:00','2026-03-29 16:19:00',NULL,NULL,NULL,'7d512642-e69a-4867-8fa9-2c5355eedba3'),
(53152,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:25:38','2026-03-29 16:25:38',NULL,NULL,NULL,'9a9c18e7-417c-45fe-a371-bc9a6baf9d8a'),
(53153,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:33:31','2026-03-29 16:33:31',NULL,NULL,NULL,'1827aedc-4b8a-4386-98bc-42811000e7a9'),
(53154,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:36:16','2026-03-29 16:36:16',NULL,NULL,NULL,'af00431e-3b7b-43a9-92f0-4178cdbe0510'),
(53155,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:37:35','2026-03-29 16:37:35',NULL,NULL,NULL,'eeb5983e-851e-465a-acd3-19607f7a5f8e'),
(53156,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:38:42','2026-03-29 16:38:42',NULL,NULL,NULL,'ff3a1b7b-1759-41db-b1c3-f293f6e10c21'),
(53157,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:39:08','2026-03-29 16:39:08',NULL,NULL,NULL,'cfaf2894-b1fd-438f-85de-9a507869e9fc'),
(53158,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:39:23','2026-03-29 16:39:23',NULL,NULL,NULL,'a2cc6970-d494-4651-9957-453a3046fbf0'),
(53159,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:43:50','2026-03-29 16:43:50',NULL,NULL,NULL,'2d58c214-e6a5-4f24-b323-74bb88447f55'),
(53160,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:44:14','2026-03-29 16:44:14',NULL,NULL,NULL,'c39839da-5eb6-45ef-b278-5a5696eb5be3'),
(53161,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:51:19','2026-03-29 16:51:19',NULL,NULL,NULL,'e456beeb-28cd-40b5-b7ba-bcd4ae0be570'),
(53162,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:51:24','2026-03-29 16:51:24',NULL,NULL,NULL,'de76fa69-bfd1-4c88-b6c4-18e234a9cb3e'),
(53163,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 16:55:47','2026-03-29 16:55:47',NULL,NULL,NULL,'76a8fcbb-ed84-42f7-99d8-7671eeb4ade9'),
(53164,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 17:06:26','2026-03-29 17:06:26',NULL,NULL,NULL,'e1b1a7dc-1219-4589-a615-d5ca352e8951'),
(53165,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 17:09:14','2026-03-29 17:09:14',NULL,NULL,NULL,'2452a190-3231-4202-993b-11dc36b3da5e'),
(53166,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-29 17:09:14','2026-03-29 17:09:14',NULL,NULL,NULL,'e5178cc6-320e-49fc-895b-69ab3918be89'),
(53167,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 17:14:41','2026-03-29 17:14:41',NULL,NULL,NULL,'23f31406-2b95-4c12-8c8a-5507f5b24638'),
(53168,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 17:16:02','2026-03-29 17:16:02',NULL,NULL,NULL,'4d5b3e56-2735-4546-b712-8929742efb3d'),
(53169,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 17:37:57','2026-03-29 17:37:57',NULL,NULL,NULL,'a90bd63b-352b-4b6b-a249-b747ec945994'),
(53170,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 17:38:35','2026-03-29 17:38:35',NULL,NULL,NULL,'7fb36b50-dad9-47b2-84de-1ed5bbd80849'),
(53171,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 17:44:41','2026-03-29 17:44:41',NULL,NULL,NULL,'fc8ccf55-e01e-4bae-a496-b434b0d09a72'),
(53172,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 17:47:01','2026-03-29 17:47:01',NULL,NULL,NULL,'8e30e981-f9a9-4a3b-80e7-c1614d18dc77'),
(53173,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 17:48:14','2026-03-29 17:48:14',NULL,NULL,NULL,'7c770536-b82b-4d8b-891d-6d9e1c364f7a'),
(53174,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 17:59:52','2026-03-29 17:59:52',NULL,NULL,NULL,'f0b66123-2ea8-42ca-bfc1-5a93d0646dd9'),
(53175,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:05:03','2026-03-29 18:05:03',NULL,NULL,NULL,'b30b304e-49e4-4f99-9f40-403cc464ed91'),
(53176,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:06:46','2026-03-29 18:06:46',NULL,NULL,NULL,'4461b509-158e-4c1f-817f-cd3a1511d912'),
(53177,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:14:27','2026-03-29 18:14:27',NULL,NULL,NULL,'e0ed7686-db7c-47e3-9e95-b6f506ca4e07'),
(53178,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:15:18','2026-03-29 18:15:18',NULL,NULL,NULL,'fa02299b-eec1-4feb-9ce7-71e2ace9dd0b'),
(53179,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:16:54','2026-03-29 18:16:54',NULL,NULL,NULL,'9d64bc03-98b1-4001-9ee8-9ba3b53fb252'),
(53180,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:23:32','2026-03-29 18:23:32',NULL,NULL,NULL,'507b90a6-6b37-45bb-bee7-01fa8e76c9d5'),
(53181,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:23:35','2026-03-29 18:23:35',NULL,NULL,NULL,'1dcc93c5-e107-430b-ad4c-bc6ab550ddf6'),
(53182,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:23:36','2026-03-29 18:23:36',NULL,NULL,NULL,'1ffa2ff2-a98b-4659-ac74-d8cc8cfe329f'),
(53183,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:23:37','2026-03-29 18:23:37',NULL,NULL,NULL,'99875ea6-7d12-4f09-b780-35ff1b36d431'),
(53184,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:23:38','2026-03-29 18:23:38',NULL,NULL,NULL,'00a6b8f7-7510-4182-a300-d49b08284c48'),
(53185,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:40:33','2026-03-29 18:40:33',NULL,NULL,NULL,'1a0d08e2-b690-4e0b-945b-d8717ea7efcb'),
(53186,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:40:39','2026-03-29 18:40:39',NULL,NULL,NULL,'9e79ea0f-0193-4f70-a48d-63d64e45ed54'),
(53187,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:40:41','2026-03-29 18:40:41',NULL,NULL,NULL,'c71e6432-d7c7-4a05-b6f7-f32e871eb81f'),
(53188,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:40:43','2026-03-29 18:40:43',NULL,NULL,NULL,'890d5a96-b9e4-428f-a382-d1fc5299327e'),
(53189,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:40:44','2026-03-29 18:40:44',NULL,NULL,NULL,'b8f08943-9f53-4f4b-aea0-733b762b4663'),
(53190,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:47:37','2026-03-29 18:47:37',NULL,NULL,NULL,'2f98f190-2df9-4ee2-a1bd-430b718a6f75'),
(53191,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:49:10','2026-03-29 18:49:10',NULL,NULL,NULL,'dbfbd2e2-ccaf-4190-81b3-0fc19e313c91'),
(53192,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:49:11','2026-03-29 18:49:11',NULL,NULL,NULL,'c653e1bd-4d1d-4c3f-b5ef-ce8b2e53564b'),
(53193,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:49:20','2026-03-29 18:49:20',NULL,NULL,NULL,'0c8ed439-e5a6-4aa0-9740-2546f41df2bf'),
(53194,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:49:27','2026-03-29 18:49:27',NULL,NULL,NULL,'acb8e298-b69b-496d-983d-b4ff933b66a1'),
(53195,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:49:47','2026-03-29 18:49:47',NULL,NULL,NULL,'03b529d7-90f5-4222-8643-29abc19597ac'),
(53196,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 18:55:52','2026-03-29 18:55:52',NULL,NULL,NULL,'8d139e2b-dad1-4e01-a989-e8558172d6e3'),
(53197,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:02:17','2026-03-29 19:02:17',NULL,NULL,NULL,'d2ff63a7-22b7-4b57-8f6b-7dc3d50edd03'),
(53198,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:02:58','2026-03-29 19:02:58',NULL,NULL,NULL,'a9a45e6c-a9c8-4f34-ba62-6799c7d56c25'),
(53199,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:05:43','2026-03-29 19:05:43',NULL,NULL,NULL,'00fa5857-7217-4ec7-b217-250795013854'),
(53200,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:07:11','2026-03-29 19:07:11',NULL,NULL,NULL,'b7fdeab6-ef88-425f-9db2-e80c48ebe33e'),
(53201,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-29 19:07:11','2026-03-29 19:07:11',NULL,NULL,NULL,'f7929243-b4c5-4966-b789-03ec2fe925ba'),
(53202,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:11:58','2026-03-29 19:11:58',NULL,NULL,NULL,'116bab47-a71a-43f3-8373-f8319350b7ec'),
(53203,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:15:36','2026-03-29 19:15:36',NULL,NULL,NULL,'22a23d58-1cf5-4b7e-a158-b4868e8dd549'),
(53204,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:15:38','2026-03-29 19:15:38',NULL,NULL,NULL,'46f62d6e-2d7c-4e79-803a-0e27aeb5b9e6'),
(53205,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:15:42','2026-03-29 19:15:42',NULL,NULL,NULL,'4de4655b-e3ab-4bbf-856e-44e4489fba87'),
(53206,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:15:45','2026-03-29 19:15:45',NULL,NULL,NULL,'a06c24b8-4357-41de-bd4c-899c896f50b2'),
(53207,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:15:47','2026-03-29 19:15:47',NULL,NULL,NULL,'22727715-f10a-4655-8b45-dc99c7b30c0c'),
(53208,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:17:12','2026-03-29 19:17:12',NULL,NULL,NULL,'d550e11e-f6e1-4b5e-a7f0-20d96f0e49ed'),
(53209,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:17:14','2026-03-29 19:17:14',NULL,NULL,NULL,'e0106f5d-1e02-4090-92fc-62d2190cc4a9'),
(53210,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:17:17','2026-03-29 19:17:17',NULL,NULL,NULL,'1da33464-2aa0-4552-8785-d2554c523ee1'),
(53211,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:17:18','2026-03-29 19:17:18',NULL,NULL,NULL,'bd3b73d8-0e79-4375-b872-6c30573a2327'),
(53212,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:17:19','2026-03-29 19:17:19',NULL,NULL,NULL,'0331789c-f5d9-4155-9af7-5eaeb63745d4'),
(53213,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:19:31','2026-03-29 19:19:31',NULL,NULL,NULL,'1631dfee-f991-4011-8923-6b6ffb019a06'),
(53214,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:40:09','2026-03-29 19:40:09',NULL,NULL,NULL,'0f5d1f52-d479-4272-ab11-58d4b6fb0dbb'),
(53215,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:41:18','2026-03-29 19:41:18',NULL,NULL,NULL,'b5df2a89-5a99-4aa9-9272-0672793fd09e'),
(53216,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:41:23','2026-03-29 19:41:23',NULL,NULL,NULL,'6b6c1485-3696-49af-a8d0-b8caf924c1d6'),
(53217,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:41:27','2026-03-29 19:41:27',NULL,NULL,NULL,'74c28d16-229f-4bf7-b9db-ff8146b28b61'),
(53218,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:41:29','2026-03-29 19:41:29',NULL,NULL,NULL,'45d90c5f-3812-4a32-b213-b2feb03a6d3b'),
(53219,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:41:31','2026-03-29 19:41:31',NULL,NULL,NULL,'e90f9a97-68c7-4931-a92e-2d40d9c861bd'),
(53220,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:49:47','2026-03-29 19:49:47',NULL,NULL,NULL,'046c41cf-b8f2-4685-92e1-abc38efd7525'),
(53221,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 19:50:21','2026-03-29 19:50:21',NULL,NULL,NULL,'9c9540ba-9fe6-47b7-b6ab-e77d1eb4974c'),
(53222,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:03:53','2026-03-29 20:03:53',NULL,NULL,NULL,'594c6d4e-203c-44c4-9c85-89cc1c627226'),
(53223,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:08:46','2026-03-29 20:08:46',NULL,NULL,NULL,'54f2e2bc-a8ef-4fde-917d-8d2855d61527'),
(53224,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:14:26','2026-03-29 20:14:26',NULL,NULL,NULL,'30a5a49a-de85-492d-bc10-5d83462021eb'),
(53225,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:14:29','2026-03-29 20:14:29',NULL,NULL,NULL,'2ed47c5a-ce27-4b86-8cfe-4f1a2bfd83bc'),
(53226,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:14:32','2026-03-29 20:14:32',NULL,NULL,NULL,'9993b4db-8978-4ba5-be84-34e59b017acd'),
(53227,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:14:35','2026-03-29 20:14:35',NULL,NULL,NULL,'d180f291-300e-4505-a016-2b3d305a43a9'),
(53228,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:14:39','2026-03-29 20:14:39',NULL,NULL,NULL,'3c6d8fa4-ed4e-49f3-953d-c93079225de3'),
(53443,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:35:50','2026-03-29 20:35:50',NULL,NULL,NULL,'42613963-ef64-48b2-ac0d-271734f19cd3'),
(53444,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:35:50','2026-03-29 20:35:50',NULL,NULL,NULL,'831fb6f8-d0df-4cf1-b993-73b3cc7fb53e'),
(53511,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:38:23','2026-03-29 20:38:23',NULL,NULL,NULL,'32074455-9c86-4e3d-91d0-390a5792b958'),
(53550,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:42:05','2026-03-29 20:42:05',NULL,NULL,NULL,'e089095d-f0c4-49ad-96f5-fee856348d34'),
(53561,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:42:36','2026-03-29 20:42:36',NULL,NULL,NULL,'0a3a407a-c986-45c1-8970-cc5493acd2ea'),
(53572,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:43:12','2026-03-29 20:43:12',NULL,NULL,NULL,'8bdf9d28-58af-4db7-8ea3-7512918369f4'),
(53573,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:43:13','2026-03-29 20:43:13',NULL,NULL,NULL,'0536a29a-92c4-4230-8b35-87a6df06cc89'),
(53574,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:43:17','2026-03-29 20:43:17',NULL,NULL,NULL,'b6ad8835-4fc7-4f06-8c80-12ff89485451'),
(53577,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:43:19','2026-03-29 20:43:19',NULL,NULL,NULL,'e9def7f1-199b-4d1d-8a17-725acb8d8497'),
(53578,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:43:21','2026-03-29 20:43:21',NULL,NULL,NULL,'0923d0ee-fe82-4bbd-9572-9c153db7df93'),
(53635,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:57:48','2026-03-29 20:57:48',NULL,NULL,NULL,'5fffd063-018d-4c98-8a4a-90456313323b'),
(53636,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 20:58:17','2026-03-29 20:58:17',NULL,NULL,NULL,'91c2329a-11fd-4fd8-a947-3f5b08e89143'),
(53637,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:02:10','2026-03-29 21:02:10',NULL,NULL,NULL,'af30a99c-7c79-459b-b43b-62c3a79bdac3'),
(53638,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-29 21:02:10','2026-03-29 21:02:10',NULL,NULL,NULL,'b9827b8f-dd33-4e0b-bca9-10a8db16ef79'),
(53639,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:04:18','2026-03-29 21:04:18',NULL,NULL,NULL,'b0f50a91-5621-4d50-afcb-0752e19eea09'),
(53640,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:13:53','2026-03-29 21:13:53',NULL,NULL,NULL,'0f66186e-e294-4cce-bfa3-d9b151746bbf'),
(53641,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:14:37','2026-03-29 21:14:37',NULL,NULL,NULL,'8a32a31f-3365-4233-81b8-1eef024beedc'),
(53642,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:22:36','2026-03-29 21:22:36',NULL,NULL,NULL,'e59344c3-a5de-4574-97bd-c3bdfd080af9'),
(53643,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:30:22','2026-03-29 21:30:22',NULL,NULL,NULL,'f88bee19-8799-465f-945b-e1f7f8b2b8f0'),
(53644,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:30:23','2026-03-29 21:30:23',NULL,NULL,NULL,'5911a819-5be9-4f53-ad60-16342c9838da'),
(53645,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:30:24','2026-03-29 21:30:24',NULL,NULL,NULL,'506ab2ba-6613-4c97-a230-03de4872c6e9'),
(53646,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:30:25','2026-03-29 21:30:25',NULL,NULL,NULL,'a3f76924-25e2-45f6-b103-f2b99083ede1'),
(53647,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:30:27','2026-03-29 21:30:27',NULL,NULL,NULL,'25118870-6f9a-4ef1-9da1-7504eebf4874'),
(53648,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:31:33','2026-03-29 21:31:33',NULL,NULL,NULL,'2589b904-4567-4ba8-b8f7-b999c14e79e5'),
(53649,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:40:26','2026-03-29 21:40:26',NULL,NULL,NULL,'2de0d276-64fd-4c8b-9662-a8c15c173fb2'),
(53650,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:44:36','2026-03-29 21:44:36',NULL,NULL,NULL,'f9eb769d-000b-4975-9329-16a433ae79fc'),
(53651,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 21:44:43','2026-03-29 21:44:43',NULL,NULL,NULL,'3aaf4a00-fb13-4978-b339-395e27a9067d'),
(53652,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:02:20','2026-03-29 22:02:20',NULL,NULL,NULL,'02cd1546-f0de-45a9-b2ee-6da1b7642e5e'),
(53653,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:03:50','2026-03-29 22:03:50',NULL,NULL,NULL,'f37035e1-c261-4ef2-8b87-620388f103da'),
(53654,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:04:08','2026-03-29 22:04:08',NULL,NULL,NULL,'fd818406-432e-4aa9-82de-22f431ae80e9'),
(53655,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:04:32','2026-03-29 22:04:32',NULL,NULL,NULL,'eee79da1-a820-4386-8064-c2a5fdd8839d'),
(53656,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:15:30','2026-03-29 22:15:30',NULL,NULL,NULL,'da0c2822-7466-4536-8d7f-437b93d40978'),
(53657,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:17:30','2026-03-29 22:17:30',NULL,NULL,NULL,'9af76b20-05d3-4caa-960a-1e692b101b9f'),
(53658,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:25:26','2026-03-29 22:25:26',NULL,NULL,NULL,'36d34f5a-6e9f-4408-9bfe-41d12cb867ce'),
(53659,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:25:40','2026-03-29 22:25:40',NULL,NULL,NULL,'e5ae2855-fc4a-4385-9ab0-614e34dfb833'),
(53660,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:26:36','2026-03-29 22:26:36',NULL,NULL,NULL,'a3fe9202-a035-41fe-8200-1abf8d60a8e6'),
(53661,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:26:37','2026-03-29 22:26:37',NULL,NULL,NULL,'8c4a2fe5-9827-4ad6-b252-1be8100623c2'),
(53662,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:26:39','2026-03-29 22:26:39',NULL,NULL,NULL,'f05e47bc-a8d5-46ec-bdd2-5a457209cfba'),
(53663,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:26:40','2026-03-29 22:26:40',NULL,NULL,NULL,'828f1f4a-fea5-4942-a599-5b69e94c99b2'),
(53664,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:26:41','2026-03-29 22:26:41',NULL,NULL,NULL,'715084c6-2a25-4c4e-8046-9ed720089473'),
(53665,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:29:34','2026-03-29 22:29:34',NULL,NULL,NULL,'11ed933e-f606-4fa3-a07a-140455439d8e'),
(53666,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:29:35','2026-03-29 22:29:35',NULL,NULL,NULL,'80ab4ec4-38e0-407b-b857-c52cc2299576'),
(53667,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:29:36','2026-03-29 22:29:36',NULL,NULL,NULL,'a11444fb-929b-4f11-bcaf-c89b790c25e2'),
(53668,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:29:38','2026-03-29 22:29:38',NULL,NULL,NULL,'d5540d2a-f254-478a-ad3a-6f5d9c4174b9'),
(53669,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:29:39','2026-03-29 22:29:39',NULL,NULL,NULL,'2c79aa68-b84c-4dee-9d5e-92254efefa88'),
(53670,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:33:55','2026-03-29 22:33:55',NULL,NULL,NULL,'50f29f6e-6ee3-47e4-9882-60b0f4f654ff'),
(53671,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:42:44','2026-03-29 22:42:44',NULL,NULL,NULL,'37dce132-d2b2-4210-9646-f0daeea8804c'),
(53672,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:42:45','2026-03-29 22:42:45',NULL,NULL,NULL,'9ac326d9-65ff-4fd3-bf68-dd748d46ca69'),
(53673,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:42:47','2026-03-29 22:42:47',NULL,NULL,NULL,'2c617b5b-d870-4d56-aa02-35e249d0b6e6'),
(53674,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:42:48','2026-03-29 22:42:48',NULL,NULL,NULL,'b665a17e-91d7-4ec4-8b64-0ba4a092e095'),
(53675,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:42:49','2026-03-29 22:42:49',NULL,NULL,NULL,'90b80591-911f-4439-b7f4-6fbedf151f1d'),
(53676,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:46:43','2026-03-29 22:46:43',NULL,NULL,NULL,'454dee66-3647-4a23-b858-ce37421737e7'),
(53677,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:46:45','2026-03-29 22:46:45',NULL,NULL,NULL,'07b4f9f8-3395-4e05-87dc-d8637016e4a8'),
(53678,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:46:46','2026-03-29 22:46:46',NULL,NULL,NULL,'2d7c47e3-6c57-4e52-9455-f4cf724dadfe'),
(53679,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:46:47','2026-03-29 22:46:47',NULL,NULL,NULL,'8c84fa8e-ac6d-48c8-8353-b8c6b234e6b9'),
(53680,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:46:48','2026-03-29 22:46:48',NULL,NULL,NULL,'fcfc90e4-6c9d-4cc9-bd54-215408cdd241'),
(53681,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:54:13','2026-03-29 22:54:13',NULL,NULL,NULL,'06d7216d-a97c-4e9b-ad6b-b1bcea6cf391'),
(53682,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:55:28','2026-03-29 22:55:28',NULL,NULL,NULL,'4fd008af-73a1-4cbf-b803-475cf960764b'),
(53683,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:55:29','2026-03-29 22:55:29',NULL,NULL,NULL,'5f13cccf-57e3-4c31-ac41-c49de5459333'),
(53684,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:55:30','2026-03-29 22:55:30',NULL,NULL,NULL,'e36694b0-223a-4395-b965-768219bc0bc6'),
(53685,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:55:32','2026-03-29 22:55:32',NULL,NULL,NULL,'73e4a454-b35f-4f16-9908-da2cf33e7638'),
(53686,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:55:34','2026-03-29 22:55:34',NULL,NULL,NULL,'421ce789-4d5a-4c1d-b096-277fa77859c4'),
(53687,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:56:47','2026-03-29 22:56:47',NULL,NULL,NULL,'c69516c5-8e80-4801-947d-91420f196a18'),
(53688,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:58:21','2026-03-29 22:58:21',NULL,NULL,NULL,'fcc075b8-b19b-4570-b49b-23be13493f14'),
(53689,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:58:24','2026-03-29 22:58:24',NULL,NULL,NULL,'b291767d-b773-4a3c-8e6c-6be9651d541c'),
(53690,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:58:24','2026-03-29 22:58:24',NULL,NULL,NULL,'09db098a-d080-4e4d-af01-848af7d4e0f7'),
(53691,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:58:25','2026-03-29 22:58:25',NULL,NULL,NULL,'02ae969a-b03c-4f11-a53e-9a3bfeff2674'),
(53692,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:58:26','2026-03-29 22:58:26',NULL,NULL,NULL,'b704acb1-554b-4b1d-99c2-ffe104fdc765'),
(53693,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 22:58:27','2026-03-29 22:58:27',NULL,NULL,NULL,'d033a5da-f57e-446e-ae55-000c559936cd'),
(53694,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:09:00','2026-03-29 23:09:00',NULL,NULL,NULL,'9aab2d41-e37d-4e85-944b-7f99ef12e6b6'),
(53695,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:16:04','2026-03-29 23:16:04',NULL,NULL,NULL,'a737d203-d86e-4abb-8ac6-a10a98da51b9'),
(53696,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:16:05','2026-03-29 23:16:05',NULL,NULL,NULL,'7bc75160-b85e-4617-826f-861a85525a7a'),
(53697,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:16:06','2026-03-29 23:16:06',NULL,NULL,NULL,'ea52d507-dd7e-472a-b7b7-3abcc9e37159'),
(53698,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:16:08','2026-03-29 23:16:08',NULL,NULL,NULL,'5a420662-98fd-4252-b607-187ea8dab3f5'),
(53699,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:16:09','2026-03-29 23:16:09',NULL,NULL,NULL,'565947a4-70e1-463a-963c-2d6b99113650'),
(53700,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:20:53','2026-03-29 23:20:53',NULL,NULL,NULL,'31f3aced-59af-4442-93c4-88a3bc1e6022'),
(53701,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:21:55','2026-03-29 23:21:55',NULL,NULL,NULL,'cdc793c7-2a10-45d6-92db-fc32c02246c5'),
(53702,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:23:51','2026-03-29 23:23:51',NULL,NULL,NULL,'35c3019b-5c15-4392-a9e3-4e72ad297ada'),
(53703,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:29:22','2026-03-29 23:29:22',NULL,NULL,NULL,'72651fd6-5ae8-43e1-8bcc-175b20469e89'),
(53704,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:36:48','2026-03-29 23:36:48',NULL,NULL,NULL,'280bdd27-b946-4bc0-91c3-17ed0fdc744d'),
(53705,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:40:58','2026-03-29 23:40:58',NULL,NULL,NULL,'2518f4ea-3dc7-4f34-83a7-7b58d4a36556'),
(53706,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:40:59','2026-03-29 23:40:59',NULL,NULL,NULL,'ed46b3d9-90d7-4f3e-a94b-371df749b8b5'),
(53707,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:41:00','2026-03-29 23:41:00',NULL,NULL,NULL,'3c6ff307-b85e-4687-89c7-286c1f131f0a'),
(53708,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:41:02','2026-03-29 23:41:02',NULL,NULL,NULL,'4f30f125-6179-49e6-ae6a-668cc0fa3978'),
(53709,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:41:03','2026-03-29 23:41:03',NULL,NULL,NULL,'b8dcb136-c098-48a0-baec-67ea53582c3c'),
(53710,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:41:41','2026-03-29 23:41:41',NULL,NULL,NULL,'3567073f-6cef-4545-acf4-53134281ae88'),
(53711,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:41:42','2026-03-29 23:41:42',NULL,NULL,NULL,'f5a8c598-a13c-471c-80e5-cd3233166021'),
(53712,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:41:43','2026-03-29 23:41:43',NULL,NULL,NULL,'51c3c728-84be-4634-a4ea-e864d08481a9'),
(53713,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:41:44','2026-03-29 23:41:44',NULL,NULL,NULL,'e0a50bed-5590-4df6-8643-0757b586ad74'),
(53714,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:41:45','2026-03-29 23:41:45',NULL,NULL,NULL,'3738265d-1fa7-451e-a3fc-d255cda97ffd'),
(53715,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:48:08','2026-03-29 23:48:08',NULL,NULL,NULL,'8bd7ebc6-a394-4e2b-a0f3-2d598b33eb7b'),
(53716,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:55:25','2026-03-29 23:55:25',NULL,NULL,NULL,'f4e5a2ea-89cc-4edc-8073-1a131b29733d'),
(53717,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:55:27','2026-03-29 23:55:27',NULL,NULL,NULL,'347c7707-9411-46bb-a4e7-39d729e858aa'),
(53718,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:55:28','2026-03-29 23:55:28',NULL,NULL,NULL,'fd6d9aae-4d27-43e0-82d9-9a20deaa36a6'),
(53719,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:55:30','2026-03-29 23:55:30',NULL,NULL,NULL,'ff01460d-cfda-4ea9-ba08-231f53e46078'),
(53720,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-29 23:55:31','2026-03-29 23:55:31',NULL,NULL,NULL,'52431e53-071e-42c6-b807-6c76a15f360f'),
(53721,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:05:25','2026-03-30 00:05:25',NULL,NULL,NULL,'8a630c0e-9ab9-4f09-a605-943ff36422a5'),
(53722,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:07:12','2026-03-30 00:07:12',NULL,NULL,NULL,'1ab14a1f-63ee-4094-82a9-3728b4669164'),
(53723,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:13:15','2026-03-30 00:13:15',NULL,NULL,NULL,'d893805a-4143-46ad-a58b-49446ebc7c6a'),
(53724,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:16:39','2026-03-30 00:16:39',NULL,NULL,NULL,'d9aa6d25-78c0-4b6b-a518-4aea6df87db4'),
(53725,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:26:11','2026-03-30 00:26:11',NULL,NULL,NULL,'358ecb7b-a6ef-4a41-bb3a-9845fac55b1a'),
(53726,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:26:27','2026-03-30 00:26:27',NULL,NULL,NULL,'d6154511-44e7-48d6-b3ab-ef79d620b9c4'),
(53727,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:26:33','2026-03-30 00:26:33',NULL,NULL,NULL,'d9e05535-5a7d-43ad-b559-a6f564d80e73'),
(53728,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:33:41','2026-03-30 00:33:41',NULL,NULL,NULL,'b78c458f-f669-4193-8005-51f00e7e8536'),
(53729,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:36:35','2026-03-30 00:36:35',NULL,NULL,NULL,'222c1f81-b3f4-4bb6-bdfd-47e9c689a4e2'),
(53730,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:36:36','2026-03-30 00:36:36',NULL,NULL,NULL,'f9ec44be-9863-4cb2-a30d-9a4757a2cc02'),
(53731,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:36:37','2026-03-30 00:36:37',NULL,NULL,NULL,'719ccac2-8dd5-4456-bf2a-b2638505afc8'),
(53732,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:36:38','2026-03-30 00:36:38',NULL,NULL,NULL,'bb4f6ad4-0f17-4ab6-b17d-1a7753f4c612'),
(53733,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:36:40','2026-03-30 00:36:40',NULL,NULL,NULL,'198ed576-cbae-4ebb-be78-08b58836b342'),
(53734,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:38:11','2026-03-30 00:38:11',NULL,NULL,NULL,'cf025c8f-ed6f-4659-8603-dd05419540c2'),
(53735,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:38:12','2026-03-30 00:38:12',NULL,NULL,NULL,'115fdb25-f425-4d93-b8fd-4f2c2068c13e'),
(53736,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:38:13','2026-03-30 00:38:13',NULL,NULL,NULL,'a6f5eb32-fae2-4731-9f4a-a09b550e238b'),
(53737,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:38:15','2026-03-30 00:38:15',NULL,NULL,NULL,'77471e7b-0301-4077-bfbb-6e8ee182f7e3'),
(53738,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:38:16','2026-03-30 00:38:16',NULL,NULL,NULL,'c423e8f9-1dcb-4b86-9b55-a0c6b5a619b0'),
(53739,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:38:35','2026-03-30 00:38:35',NULL,NULL,NULL,'fbbb59b1-c2fc-48d6-921f-3c6c8b3a4c10'),
(53740,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 00:45:07','2026-03-30 00:45:07',NULL,NULL,NULL,'009a8f3b-2456-47e2-9301-a83d04387f64'),
(53741,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 01:09:43','2026-03-30 01:09:43',NULL,NULL,NULL,'0199fcbb-b582-4318-b9b5-f72e59b1a60b'),
(53742,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 01:30:10','2026-03-30 01:30:10',NULL,NULL,NULL,'5de38fc3-83c7-4dda-91c3-955bcb09ad86'),
(53743,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 01:44:48','2026-03-30 01:44:48',NULL,NULL,NULL,'d5562930-3e70-46a3-8eca-cb0bb8d91d0f'),
(53744,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 01:48:33','2026-03-30 01:48:33',NULL,NULL,NULL,'0c21b956-57b8-4b40-83b8-0fe29bc10d2b'),
(53745,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 01:48:34','2026-03-30 01:48:34',NULL,NULL,NULL,'d5030c3a-7682-4fe6-97ea-eafdc71cab38'),
(53746,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 01:48:35','2026-03-30 01:48:35',NULL,NULL,NULL,'723d0cf4-94f2-4782-8894-e785c315bcca'),
(53747,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 01:48:36','2026-03-30 01:48:36',NULL,NULL,NULL,'ca4d939b-63d4-4d17-8910-92893c88a268'),
(53748,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 01:48:37','2026-03-30 01:48:37',NULL,NULL,NULL,'6474e5c2-501d-4b18-9928-bae1a98b3307'),
(53749,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 01:58:46','2026-03-30 01:58:46',NULL,NULL,NULL,'011f21cd-defe-44a5-b67b-86bbae29d787'),
(53750,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:02:26','2026-03-30 02:02:26',NULL,NULL,NULL,'3d17d553-04c1-4e03-9c55-f55fe10de4ea'),
(53751,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:04:47','2026-03-30 02:04:47',NULL,NULL,NULL,'c0760a1e-10cf-480c-8ff6-fa4abd93cbb2'),
(53752,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:12:06','2026-03-30 02:12:06',NULL,NULL,NULL,'3d1527b9-9cb6-4814-a7b1-932bb1a43a5a'),
(53753,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:14:47','2026-03-30 02:14:47',NULL,NULL,NULL,'8810317e-166e-480c-bea7-ec283003acaf'),
(53754,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:17:07','2026-03-30 02:17:07',NULL,NULL,NULL,'b85e79b1-f598-4591-b499-c1255adee74a'),
(53755,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:17:24','2026-03-30 02:17:24',NULL,NULL,NULL,'a7b0f020-b484-4953-8fc4-413a78cf69ab'),
(53756,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:17:56','2026-03-30 02:17:56',NULL,NULL,NULL,'2930b4ae-c826-4272-ac7f-273c3494e583'),
(53757,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:19:33','2026-03-30 02:19:33',NULL,NULL,NULL,'59d79962-2302-4e0c-a036-0240cdefeb2a'),
(53758,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:24:35','2026-03-30 02:24:35',NULL,NULL,NULL,'751f07f0-6aa2-4085-bd7b-57cafc8ec2c5'),
(53759,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:27:38','2026-03-30 02:27:38',NULL,NULL,NULL,'ddf5eac2-17dd-461b-976a-0f346f3f322a'),
(53760,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:30:47','2026-03-30 02:30:47',NULL,NULL,NULL,'8713cedc-0180-4dc7-adb1-9e1ab67d014e'),
(53761,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:31:47','2026-03-30 02:31:47',NULL,NULL,NULL,'f4f20e11-fd42-4d84-910e-4be4f5942ecc'),
(53762,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:32:04','2026-03-30 02:32:04',NULL,NULL,NULL,'d238447d-3d23-48c4-b9b5-dd154751ab1b'),
(53763,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:34:28','2026-03-30 02:34:28',NULL,NULL,NULL,'49bc8a08-e0a8-4633-83ac-36bde8371f35'),
(53764,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:36:02','2026-03-30 02:36:02',NULL,NULL,NULL,'fddd7947-e842-47a6-8dc5-eeae47543151'),
(53765,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:38:52','2026-03-30 02:38:52',NULL,NULL,NULL,'2a6f08d3-ae71-47fb-a549-d898addd195d'),
(53766,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:39:25','2026-03-30 02:39:25',NULL,NULL,NULL,'e4cf0077-5a93-4d87-be0f-44b2c0c05f73'),
(53767,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:40:37','2026-03-30 02:40:37',NULL,NULL,NULL,'ad46875a-5aa3-421d-ace1-143447c938e3'),
(53768,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:40:56','2026-03-30 02:40:56',NULL,NULL,NULL,'b336d896-1174-41ba-83bb-ea3c72a6a14f'),
(53769,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:40:57','2026-03-30 02:40:57',NULL,NULL,NULL,'19a77a2a-d722-482f-a939-5b6068823f30'),
(53770,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:40:59','2026-03-30 02:40:59',NULL,NULL,NULL,'47781d55-4fcb-403c-880a-6cfb9958a762'),
(53771,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:41:00','2026-03-30 02:41:00',NULL,NULL,NULL,'3cf2f972-b946-4c69-9eaf-0e7e99a7dc96'),
(53772,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:41:01','2026-03-30 02:41:01',NULL,NULL,NULL,'ae567833-d74f-466c-af3b-39a390b3f551'),
(53773,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:41:15','2026-03-30 02:41:15',NULL,NULL,NULL,'61339cf3-b2b7-401b-864a-0e3dce68a895'),
(53774,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:43:26','2026-03-30 02:43:26',NULL,NULL,NULL,'351668e1-e660-4d2b-8458-ccf2a963d94e'),
(53775,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:43:37','2026-03-30 02:43:37',NULL,NULL,NULL,'d97e2a56-2068-48f9-8885-5164ffa2d6e7'),
(53776,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:46:08','2026-03-30 02:46:08',NULL,NULL,NULL,'eb266c67-a072-4815-97f9-f3c3c212aa03'),
(53777,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:46:30','2026-03-30 02:46:30',NULL,NULL,NULL,'6758c8c2-07f1-4fbf-9717-2803772e4494'),
(53778,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:46:49','2026-03-30 02:46:49',NULL,NULL,NULL,'50f2c948-a987-4d6e-9f77-77bca827c9c5'),
(53779,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:47:10','2026-03-30 02:47:10',NULL,NULL,NULL,'3136616b-5eb1-4fa1-835d-b6bceb521ea4'),
(53780,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:47:54','2026-03-30 02:47:54',NULL,NULL,NULL,'0e3c9c7e-e1ae-45e1-ae8f-2e8deb7d87ff'),
(53781,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:49:28','2026-03-30 02:49:28',NULL,NULL,NULL,'9094f889-2492-4075-933f-90e14933bda3'),
(53782,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:50:37','2026-03-30 02:50:37',NULL,NULL,NULL,'e56d0ea7-5228-45c3-bf05-52285e0a73c7'),
(53783,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:52:05','2026-03-30 02:52:05',NULL,NULL,NULL,'e32c1a20-88e9-45bf-8882-24fd98ab1bcf'),
(53784,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:52:42','2026-03-30 02:52:42',NULL,NULL,NULL,'7e1747e5-efb8-4945-9b0e-0000989d07d6'),
(53785,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:55:46','2026-03-30 02:55:46',NULL,NULL,NULL,'2980d5fb-1406-465b-9b92-3f34f47f15fc'),
(53786,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:56:24','2026-03-30 02:56:24',NULL,NULL,NULL,'b440f141-1a0c-4b9a-86e9-23c26041b810'),
(53787,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:57:01','2026-03-30 02:57:01',NULL,NULL,NULL,'09e2581f-6689-4919-9689-eda76a0e1c97'),
(53788,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:57:15','2026-03-30 02:57:15',NULL,NULL,NULL,'0f7873b1-9698-45f5-b046-11ac55016de2'),
(53789,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:57:44','2026-03-30 02:57:44',NULL,NULL,NULL,'50b62d7c-c57e-440e-9d28-ed50c24ff44f'),
(53790,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 02:58:13','2026-03-30 02:58:13',NULL,NULL,NULL,'50b026ed-5852-4ca6-bfef-8a96a268aa7e'),
(53791,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:04:00','2026-03-30 03:04:00',NULL,NULL,NULL,'88681d9c-428e-4d60-92f1-a079abff8074'),
(53792,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:04:35','2026-03-30 03:04:35',NULL,NULL,NULL,'ee762fa8-0c3c-4f36-b641-307e94d59abe'),
(53793,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:05:13','2026-03-30 03:05:13',NULL,NULL,NULL,'34c9b831-1315-44d0-b00e-ca42704bdb10'),
(53794,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:08:09','2026-03-30 03:08:09',NULL,NULL,NULL,'649bffa0-bfeb-4c55-aab3-2c750ba1c50e'),
(53795,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:10:13','2026-03-30 03:10:13',NULL,NULL,NULL,'dcf7b6d7-6ab6-463c-99b7-3300aef913bc'),
(53796,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:10:48','2026-03-30 03:10:48',NULL,NULL,NULL,'8bda6fe5-9d69-459a-95d1-be543a3ab76b'),
(53797,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:11:55','2026-03-30 03:11:55',NULL,NULL,NULL,'e1a8601b-96c5-4e7f-aa41-5e78f276655f'),
(53798,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:12:07','2026-03-30 03:12:07',NULL,NULL,NULL,'3bc8e897-8621-4f75-9747-79463ef2df25'),
(53799,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:12:10','2026-03-30 03:12:10',NULL,NULL,NULL,'12703b52-fe60-48af-8670-b119d9af3699'),
(53800,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:12:51','2026-03-30 03:12:51',NULL,NULL,NULL,'3aa0ac8d-aa85-4e4f-9d7c-bb3da2a71d2f'),
(53801,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:14:29','2026-03-30 03:14:29',NULL,NULL,NULL,'72a40b4e-30f6-43f5-b297-9ef8c9098abc'),
(53802,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:15:27','2026-03-30 03:15:27',NULL,NULL,NULL,'db280dd2-7f24-4745-aec6-ee2318244bc8'),
(53803,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:15:28','2026-03-30 03:15:28',NULL,NULL,NULL,'2b077b27-05a1-4c96-9826-801acf169ea3'),
(53804,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:15:29','2026-03-30 03:15:29',NULL,NULL,NULL,'9ddb9f08-df92-40c9-9bf6-9d214045f494'),
(53805,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:15:30','2026-03-30 03:15:30',NULL,NULL,NULL,'012c8242-d9dc-4f39-8117-562d0521356b'),
(53806,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:15:32','2026-03-30 03:15:32',NULL,NULL,NULL,'c7376be6-f726-4fc6-970a-711ecba72ed5'),
(53807,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:19:59','2026-03-30 03:19:59',NULL,NULL,NULL,'dae95b66-9672-4b9e-ad76-7e5e8bd08fe5'),
(53808,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:21:51','2026-03-30 03:21:51',NULL,NULL,NULL,'45354238-e661-405a-b1ea-ef44ca2141d0'),
(53809,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:22:21','2026-03-30 03:22:21',NULL,NULL,NULL,'e2c0f3b8-3a03-4ed5-be64-9e196980724e'),
(53810,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:25:08','2026-03-30 03:25:08',NULL,NULL,NULL,'bde0571b-6e9e-4b92-9f3a-05c2030be3c4'),
(53811,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:27:57','2026-03-30 03:27:57',NULL,NULL,NULL,'6906d301-5b51-4591-85f5-23b3525b03cf'),
(53812,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:27:58','2026-03-30 03:27:58',NULL,NULL,NULL,'f700aa2f-52ea-4e66-8741-edd75f44589f'),
(53813,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:28:00','2026-03-30 03:28:00',NULL,NULL,NULL,'a17180fa-7df6-4247-a885-8a6518917354'),
(53814,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:28:01','2026-03-30 03:28:01',NULL,NULL,NULL,'93217a40-b755-4cb3-befe-f69c484002b6'),
(53815,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:28:02','2026-03-30 03:28:02',NULL,NULL,NULL,'eed798dc-a53f-46b6-9277-c6eee5fd6eb9'),
(53816,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:29:48','2026-03-30 03:29:48',NULL,NULL,NULL,'591941b5-f675-4035-9b16-3f9308895c15'),
(53817,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:31:18','2026-03-30 03:31:18',NULL,NULL,NULL,'de428aea-2757-4d60-9a6f-e7eca9398bbd'),
(53818,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:33:05','2026-03-30 03:33:05',NULL,NULL,NULL,'42f12e80-0b6d-4d2b-8b7a-4eb69f7f4783'),
(53819,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:33:14','2026-03-30 03:33:14',NULL,NULL,NULL,'a383681f-d912-48ab-b64a-926dd54d3d45'),
(53820,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:34:21','2026-03-30 03:34:21',NULL,NULL,NULL,'d944186f-319f-4ea1-9ead-ef0c047db6c6'),
(53821,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:39:02','2026-03-30 03:39:02',NULL,NULL,NULL,'7e9f21de-e7cd-4dce-b0ba-42cad9e9d7ed'),
(53822,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:40:45','2026-03-30 03:40:45',NULL,NULL,NULL,'180a4584-e8af-4445-86bb-946d17089260'),
(53823,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:44:36','2026-03-30 03:44:36',NULL,NULL,NULL,'7eb19a7d-0514-4b9b-9be2-885befd012a7'),
(53824,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:48:17','2026-03-30 03:48:17',NULL,NULL,NULL,'1d055db0-e796-4b44-b74d-ebaec510cf72'),
(53825,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:48:43','2026-03-30 03:48:43',NULL,NULL,NULL,'e3fac655-7d53-4122-a58b-66f155c6800b'),
(53826,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 03:55:40','2026-03-30 03:55:40',NULL,NULL,NULL,'245e8824-fb4d-46df-b491-8da81a33fb03'),
(53827,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:05:52','2026-03-30 04:05:52',NULL,NULL,NULL,'cc893099-0c39-4f37-9d11-bd24750041a7'),
(53828,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:08:53','2026-03-30 04:08:53',NULL,NULL,NULL,'2a0f3ba4-e287-41b7-a8e1-ddd51ffac156'),
(53829,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:14:33','2026-03-30 04:14:33',NULL,NULL,NULL,'82780ca2-fd0b-442f-aec8-181b8a1cbf3a'),
(53830,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:16:27','2026-03-30 04:16:27',NULL,NULL,NULL,'aba17676-c717-40bd-b2ec-9cd5723371a2'),
(53831,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:30:55','2026-03-30 04:30:55',NULL,NULL,NULL,'2710c22e-d9f5-4000-afc5-d230bb3cb71b'),
(53832,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:32:34','2026-03-30 04:32:34',NULL,NULL,NULL,'4880c01e-54ed-4e6f-8080-cf6720ff46c9'),
(53833,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:34:04','2026-03-30 04:34:04',NULL,NULL,NULL,'21df4b2e-c38c-4e2f-a41a-4bb6a324f755'),
(53834,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:36:27','2026-03-30 04:36:27',NULL,NULL,NULL,'301b400f-3198-4598-9d04-8c8d86f206d9'),
(53835,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:36:58','2026-03-30 04:36:58',NULL,NULL,NULL,'1f11be2f-5a7f-4296-9bc9-269c3b94fee0'),
(53836,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:38:47','2026-03-30 04:38:47',NULL,NULL,NULL,'41840699-a0b0-4498-af41-0685b2df2ab1'),
(53837,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:39:37','2026-03-30 04:39:37',NULL,NULL,NULL,'aeb63540-0c88-41c6-ad5c-c19ec7a064cc'),
(53838,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:41:06','2026-03-30 04:41:06',NULL,NULL,NULL,'cf5651bd-709d-4acf-a4fe-2e60f2157cab'),
(53839,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:46:51','2026-03-30 04:46:51',NULL,NULL,NULL,'0446c26b-2178-44f6-acc2-06ab3e1f8025'),
(53840,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:48:47','2026-03-30 04:48:47',NULL,NULL,NULL,'9cdbcf17-feb2-4df5-9e65-6106a66299dc'),
(53841,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:48:55','2026-03-30 04:48:55',NULL,NULL,NULL,'24735f1a-906c-4a6b-a635-7aaf4c9d83d3'),
(53842,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:48:56','2026-03-30 04:48:56',NULL,NULL,NULL,'2c16c9e6-6ced-419a-a37d-df51419a3419'),
(53843,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:48:58','2026-03-30 04:48:58',NULL,NULL,NULL,'f3200693-ecf3-4572-b396-148e3463426b'),
(53844,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:48:59','2026-03-30 04:48:59',NULL,NULL,NULL,'e3aa0732-7cc8-4d0f-9a96-3cd109e2bbac'),
(53845,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:49:00','2026-03-30 04:49:00',NULL,NULL,NULL,'c29b05d8-1820-4e42-b922-260c8021df8c'),
(53846,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:49:21','2026-03-30 04:49:21',NULL,NULL,NULL,'5d49c7ab-0837-4364-a581-d74d19ec5f54'),
(53847,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:50:15','2026-03-30 04:50:15',NULL,NULL,NULL,'a3ad9376-641e-4eb6-afa0-17facbbfa285'),
(53848,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:51:24','2026-03-30 04:51:24',NULL,NULL,NULL,'ce510b49-9706-4086-a8ee-5ee4b67c91a0'),
(53849,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:52:53','2026-03-30 04:52:53',NULL,NULL,NULL,'fc53cf70-8849-42d1-854f-9b3edb359604'),
(53850,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:53:27','2026-03-30 04:53:27',NULL,NULL,NULL,'be3cf92f-cabd-45d3-8157-6328c7b040b4'),
(53851,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:53:28','2026-03-30 04:53:28',NULL,NULL,NULL,'c763d7b9-7239-48c4-a657-4ca7840f2648'),
(53852,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:54:07','2026-03-30 04:54:07',NULL,NULL,NULL,'eb10c734-3f18-4456-ac09-f3232c273961'),
(53853,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:57:27','2026-03-30 04:57:27',NULL,NULL,NULL,'cd3cdb61-0d17-425f-86cd-b9b989932ba3'),
(53854,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:58:53','2026-03-30 04:58:53',NULL,NULL,NULL,'d769fc16-d8b7-47b8-9ecd-5ffe5215d1ce'),
(53855,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:58:54','2026-03-30 04:58:54',NULL,NULL,NULL,'5fab3abf-c7ba-4b81-aa44-4e8243b6af89'),
(53856,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:59:08','2026-03-30 04:59:08',NULL,NULL,NULL,'86757f57-402e-4528-893d-120da6f14bac'),
(53857,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 04:59:26','2026-03-30 04:59:26',NULL,NULL,NULL,'60c977dd-eb37-4245-a3eb-c9e2bf25cf54'),
(53858,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:00:40','2026-03-30 05:00:40',NULL,NULL,NULL,'e68444e2-24cd-4d62-a1fc-15a5810c72d0'),
(53859,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:02:38','2026-03-30 05:02:38',NULL,NULL,NULL,'08aadd15-0942-46cf-a268-72045aa2d701'),
(53860,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:03:18','2026-03-30 05:03:18',NULL,NULL,NULL,'fdbd7317-dda0-42f9-bd66-f4c218f21e5e'),
(53861,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:03:50','2026-03-30 05:03:50',NULL,NULL,NULL,'04bb844c-0dea-44a1-92a5-5b4007470ba0'),
(53862,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:03:51','2026-03-30 05:03:51',NULL,NULL,NULL,'205a59f4-6bef-4034-a6f0-22b66139c7de'),
(53863,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:04:01','2026-03-30 05:04:01',NULL,NULL,NULL,'c9396c11-8254-4e67-a54a-5468507f1122'),
(53864,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:06:12','2026-03-30 05:06:12',NULL,NULL,NULL,'2c09e866-4251-405d-9ce8-e2c33e47db79'),
(53865,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:06:14','2026-03-30 05:06:14',NULL,NULL,NULL,'7cb60b7f-a71d-4c11-a2c5-cbbec615ef7e'),
(53866,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:06:15','2026-03-30 05:06:15',NULL,NULL,NULL,'3f0d6c3a-e162-4a13-8b8e-8d9f303c6fc8'),
(53867,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:06:16','2026-03-30 05:06:16',NULL,NULL,NULL,'6d5ddc95-793e-470d-9fb0-7ac22bc931a4'),
(53868,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:06:17','2026-03-30 05:06:17',NULL,NULL,NULL,'61ee0eb9-a62b-4f3d-90dc-471235ea6b08'),
(53869,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:06:19','2026-03-30 05:06:19',NULL,NULL,NULL,'06b5f675-171d-4e38-b622-ad2f67eaeb7d'),
(53870,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:06:38','2026-03-30 05:06:38',NULL,NULL,NULL,'39026fa1-44ab-4c55-9850-748c83062754'),
(53871,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:06:43','2026-03-30 05:06:43',NULL,NULL,NULL,'48b80295-abea-4503-b620-d632ff192b85'),
(53872,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:08:41','2026-03-30 05:08:41',NULL,NULL,NULL,'147d7723-363b-4ee3-b82b-64633315716f'),
(53873,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:11:23','2026-03-30 05:11:23',NULL,NULL,NULL,'d901c8b1-3887-4068-b9e8-dcb8b4ca10ab'),
(53874,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:12:23','2026-03-30 05:12:23',NULL,NULL,NULL,'e71f7fab-b1cb-451b-965c-b2bd4ccd02ba'),
(53875,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:14:15','2026-03-30 05:14:15',NULL,NULL,NULL,'a2f962e7-52fa-446f-9855-7769ea35eb7a'),
(53876,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:14:26','2026-03-30 05:14:26',NULL,NULL,NULL,'5fde9f48-979a-49dc-a89e-a9ac7601a4a6'),
(53877,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:14:49','2026-03-30 05:14:49',NULL,NULL,NULL,'b44efc5e-7111-4ed0-b530-786dfa7fee30'),
(53878,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:18:01','2026-03-30 05:18:01',NULL,NULL,NULL,'8feb5a6a-63ee-4e52-90cd-31005f3fa4ce'),
(53879,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:19:26','2026-03-30 05:19:26',NULL,NULL,NULL,'5ecede24-eafe-4cf4-bdab-c203cc6cf2ef'),
(53880,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:20:21','2026-03-30 05:20:21',NULL,NULL,NULL,'585db2e9-3bee-4f5c-b421-1c06fe362cbe'),
(53881,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:21:02','2026-03-30 05:21:02',NULL,NULL,NULL,'2479afb3-cc6b-4d70-8fba-159300bb017b'),
(53882,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:22:36','2026-03-30 05:22:36',NULL,NULL,NULL,'1600dcbb-e81e-4701-b4c0-e7a4ac46dce2'),
(53883,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:24:03','2026-03-30 05:24:03',NULL,NULL,NULL,'e388f02a-1b1a-453b-884b-0bbe7ae6e4fa'),
(53884,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:25:36','2026-03-30 05:25:36',NULL,NULL,NULL,'7d1784bb-a3c7-4657-9bf0-d6d48c3eb0c4'),
(53885,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:27:07','2026-03-30 05:27:07',NULL,NULL,NULL,'3975ab50-dbbc-4cef-a77f-dab6456fa631'),
(53886,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:28:53','2026-03-30 05:28:53',NULL,NULL,NULL,'1f1be225-ba76-4322-b304-bbe44c6b8dff'),
(53887,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:29:44','2026-03-30 05:29:44',NULL,NULL,NULL,'b7083c51-d3aa-426d-8f8a-9a02a2566d42'),
(53888,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:32:10','2026-03-30 05:32:10',NULL,NULL,NULL,'50daa382-aed8-4fe8-9cdd-d3ed383d8b40'),
(53889,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:33:28','2026-03-30 05:33:28',NULL,NULL,NULL,'52decb0e-8237-41ef-9caf-57192c403657'),
(53890,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:37:28','2026-03-30 05:37:28',NULL,NULL,NULL,'c88698b2-8587-4b34-9be1-c9b98136a814'),
(53891,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:38:15','2026-03-30 05:38:15',NULL,NULL,NULL,'1377d9af-8a5c-49fe-b46a-dce9b12fb384'),
(53892,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:38:56','2026-03-30 05:38:56',NULL,NULL,NULL,'97292230-92b5-4b8c-b6b7-82a3a33bb72f'),
(53893,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:40:37','2026-03-30 05:40:37',NULL,NULL,NULL,'dfc302b6-5a16-425e-a3b1-ea87a5888737'),
(53894,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:41:05','2026-03-30 05:41:05',NULL,NULL,NULL,'2fd0f15f-7536-4cf4-a7cf-e0a66f617247'),
(53895,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:41:15','2026-03-30 05:41:15',NULL,NULL,NULL,'b190c08b-5d84-4cdc-b789-843e012a4fe3'),
(53896,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:41:37','2026-03-30 05:41:37',NULL,NULL,NULL,'4187679a-1f22-46f2-98b4-609277593c32'),
(53897,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:43:07','2026-03-30 05:43:07',NULL,NULL,NULL,'15b37a98-0bca-4e2e-b948-721b481bc769'),
(53898,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:43:34','2026-03-30 05:43:34',NULL,NULL,NULL,'ea3d6bc0-813e-4171-b900-e11140e4d269'),
(53899,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:44:36','2026-03-30 05:44:36',NULL,NULL,NULL,'682aa3ce-b521-4d53-8e2c-feba2077acd3'),
(53900,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:44:59','2026-03-30 05:44:59',NULL,NULL,NULL,'713805fa-31d4-421d-a3cc-707e8eb6b692'),
(53901,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:45:29','2026-03-30 05:45:29',NULL,NULL,NULL,'b24c1d98-e955-455d-9b8e-7f5b52636479'),
(53902,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:46:21','2026-03-30 05:46:21',NULL,NULL,NULL,'d43a43b2-8faa-43db-a728-a94da864c5f4'),
(53903,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:48:57','2026-03-30 05:48:57',NULL,NULL,NULL,'23c1781a-ce95-4ea2-816e-0779f8edf1dd'),
(53904,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:50:56','2026-03-30 05:50:56',NULL,NULL,NULL,'389238e3-f2fc-458c-8d19-1d15e813539f'),
(53905,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:52:16','2026-03-30 05:52:16',NULL,NULL,NULL,'b04fea7d-aaf2-4c55-9363-efad48011146'),
(53906,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:52:34','2026-03-30 05:52:34',NULL,NULL,NULL,'2f8b1e27-291e-4f85-b2f8-fb3d192d4a4c'),
(53907,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:53:11','2026-03-30 05:53:11',NULL,NULL,NULL,'2951e2c2-15fa-4b85-b222-9ddd76843c29'),
(53908,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:53:13','2026-03-30 05:53:13',NULL,NULL,NULL,'760fbe8f-d479-42cf-ab5a-edeb60c997d6'),
(53909,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:53:15','2026-03-30 05:53:15',NULL,NULL,NULL,'193b8a8b-9419-47c6-8d4b-bf07041df43b'),
(53910,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:53:16','2026-03-30 05:53:16',NULL,NULL,NULL,'45202508-d6ea-4226-bc8d-dcf56c40aad5'),
(53911,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:53:18','2026-03-30 05:53:18',NULL,NULL,NULL,'8145077c-a2b0-4e90-a9b5-a2772b357d03'),
(53912,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:54:01','2026-03-30 05:54:01',NULL,NULL,NULL,'6972c36a-e457-4902-9eb4-f0e9b600d0cd'),
(53913,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 05:56:31','2026-03-30 05:56:31',NULL,NULL,NULL,'9b7ecbcb-0e9b-4d9d-971b-f672cf5de398'),
(53914,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:00:12','2026-03-30 06:00:12',NULL,NULL,NULL,'b506837a-28f8-4ff6-8244-008fcf2e4b0d'),
(53915,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:04:44','2026-03-30 06:04:44',NULL,NULL,NULL,'fa8c9e39-b5de-4632-87a9-96be3f0b7d2f'),
(53916,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:11:46','2026-03-30 06:11:46',NULL,NULL,NULL,'1881ad81-c1ad-42f1-b58b-22f543ea56d5'),
(53917,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:11:59','2026-03-30 06:11:59',NULL,NULL,NULL,'35bbf629-b238-4847-85fb-bfe3acdaf5b5'),
(53918,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:13:35','2026-03-30 06:13:35',NULL,NULL,NULL,'8d4e8866-b423-4fed-9362-fc27d6ba4a41'),
(53919,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:13:36','2026-03-30 06:13:36',NULL,NULL,NULL,'9a36bfff-0679-485e-9ae6-d8fb2966da10'),
(53920,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:13:38','2026-03-30 06:13:38',NULL,NULL,NULL,'01496348-843e-46a4-ae66-092ea080f476'),
(53921,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:13:40','2026-03-30 06:13:40',NULL,NULL,NULL,'d2c733da-953e-48be-a80d-a877863693cd'),
(53922,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:13:41','2026-03-30 06:13:41',NULL,NULL,NULL,'4531c654-dba7-4f43-8f17-9220f057c420'),
(53923,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:23:46','2026-03-30 06:23:46',NULL,NULL,NULL,'9e90613e-e894-412c-ad6d-f722c5d2d967'),
(53924,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:23:51','2026-03-30 06:23:51',NULL,NULL,NULL,'c73c6a22-3d51-478e-8684-42446fcd4a69'),
(53925,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:24:26','2026-03-30 06:24:26',NULL,NULL,NULL,'5cd8dd3c-859e-41ba-b8b6-c66f552ddfea'),
(53926,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:25:05','2026-03-30 06:25:05',NULL,NULL,NULL,'cf8f6489-9146-41b9-9821-4370dbc18ef5'),
(53927,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:25:30','2026-03-30 06:25:30',NULL,NULL,NULL,'403024b6-c801-4724-ba80-da21f6c8a4a7'),
(53928,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:27:59','2026-03-30 06:27:59',NULL,NULL,NULL,'4a0b637d-7dcd-4ac2-beef-d8cfd2471105'),
(53929,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:29:24','2026-03-30 06:29:24',NULL,NULL,NULL,'39acc293-84a3-4e3a-b1a2-48f06638674b'),
(53930,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:31:46','2026-03-30 06:31:46',NULL,NULL,NULL,'b1b59fa1-62da-4316-bc5f-24b53c6ef483'),
(53931,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:32:40','2026-03-30 06:32:40',NULL,NULL,NULL,'6a10287a-d863-4eb7-a7b8-b4e6c79dcc46'),
(53932,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:35:30','2026-03-30 06:35:30',NULL,NULL,NULL,'b0cb3743-b022-42d8-a842-bf546d90bf29'),
(53933,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:39:22','2026-03-30 06:39:22',NULL,NULL,NULL,'2ad386f9-5bde-404a-8fe6-4744da0a59ce'),
(53934,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:39:28','2026-03-30 06:39:28',NULL,NULL,NULL,'92779b3b-46db-4ab3-b483-d7486d967306'),
(53935,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:39:49','2026-03-30 06:39:49',NULL,NULL,NULL,'83d6d72a-d5c8-4b30-8050-48e63db19c1d'),
(53936,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:40:06','2026-03-30 06:40:06',NULL,NULL,NULL,'77ce2444-e279-40f0-b13f-9ed7e5fba5a6'),
(53937,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:40:08','2026-03-30 06:40:08',NULL,NULL,NULL,'b9a84481-90cd-41b5-969c-5c90edf60097'),
(53938,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:41:04','2026-03-30 06:41:04',NULL,NULL,NULL,'2083f9c0-14d6-4ffd-894a-566c7cab1fd7'),
(53939,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:46:41','2026-03-30 06:46:41',NULL,NULL,NULL,'ca5a6723-65cf-4b5f-aa47-a1322795526c'),
(53940,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:47:46','2026-03-30 06:47:46',NULL,NULL,NULL,'efb20293-7ceb-4a0e-91aa-7d3dad8c7a0f'),
(53941,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:54:30','2026-03-30 06:54:30',NULL,NULL,NULL,'c43224c2-4c72-4d2c-b483-8289d1416831'),
(53942,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:55:19','2026-03-30 06:55:19',NULL,NULL,NULL,'e4c50fd3-9250-4c2c-950d-69eb83db012b'),
(53943,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:55:31','2026-03-30 06:55:31',NULL,NULL,NULL,'352f8530-4216-4dd7-9d94-014bba41dd66'),
(53944,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 06:58:09','2026-03-30 06:58:09',NULL,NULL,NULL,'cf85cf65-5567-4dd8-8124-4773b3bf7713'),
(53945,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:00:44','2026-03-30 07:00:44',NULL,NULL,NULL,'5ea837a9-d6cb-4bb5-b8b9-ee1689e7db17'),
(53946,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:03:33','2026-03-30 07:03:33',NULL,NULL,NULL,'4d44a4e6-eecb-47f9-8e23-fd057461e08e'),
(53947,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:05:14','2026-03-30 07:05:14',NULL,NULL,NULL,'02b47006-9eed-42e6-9c9e-c7f5e706474f'),
(53948,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:06:40','2026-03-30 07:06:40',NULL,NULL,NULL,'3e8153c0-991e-4e2b-800a-9f45013b90c2'),
(53949,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:10:57','2026-03-30 07:10:57',NULL,NULL,NULL,'df09bac3-b32f-4fb9-ba91-cd27cc5d9457'),
(53950,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:19:08','2026-03-30 07:19:08',NULL,NULL,NULL,'d41c7d45-61d2-4553-b55c-e66bf1cd2899'),
(53951,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:19:32','2026-03-30 07:19:32',NULL,NULL,NULL,'7553dc78-fe2c-48a3-887c-44d64c039938'),
(53952,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:20:39','2026-03-30 07:20:39',NULL,NULL,NULL,'ba183a2c-80d0-4f26-811c-5c19fee7f9c0'),
(53953,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:22:02','2026-03-30 07:22:02',NULL,NULL,NULL,'638711b1-9d0f-49ad-9d65-aeabeca78345'),
(53954,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:22:56','2026-03-30 07:22:56',NULL,NULL,NULL,'09efbbc7-9394-44bb-9593-73a56cd66a52'),
(53955,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:23:53','2026-03-30 07:23:53',NULL,NULL,NULL,'9b0422c3-313f-460d-add0-959785374ff2'),
(53956,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:25:13','2026-03-30 07:25:13',NULL,NULL,NULL,'9b51a446-dfa5-496a-8ac5-04f392f253c1'),
(53957,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:28:44','2026-03-30 07:28:44',NULL,NULL,NULL,'a5d2cea7-304e-4c80-ada0-100ff8c11a21'),
(53958,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:30:47','2026-03-30 07:30:47',NULL,NULL,NULL,'4f51999e-e364-4838-baf5-1c562c09c491'),
(53959,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:31:15','2026-03-30 07:31:15',NULL,NULL,NULL,'a8ee859f-02fa-4f22-8363-eb202cae1d68'),
(53960,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:33:10','2026-03-30 07:33:10',NULL,NULL,NULL,'ef5eec4e-5651-4314-81bb-cd1e3a151ed5'),
(53961,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:33:19','2026-03-30 07:33:19',NULL,NULL,NULL,'021515da-8541-4420-b602-b8af572d8686'),
(53962,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:33:21','2026-03-30 07:33:21',NULL,NULL,NULL,'a912eedd-54a1-4aa4-b4e3-749a6d571cfe'),
(53963,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:33:23','2026-03-30 07:33:23',NULL,NULL,NULL,'1d3bfae2-111f-4bee-add0-50ebbc2517a0'),
(53964,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:35:13','2026-03-30 07:35:13',NULL,NULL,NULL,'c31d4d69-0d9d-4d05-8968-1e3c21387b69'),
(53965,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:35:14','2026-03-30 07:35:14',NULL,NULL,NULL,'2e17e563-bd59-43e2-9cd4-745b31d61042'),
(53966,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:35:44','2026-03-30 07:35:44',NULL,NULL,NULL,'c59928c1-d042-4c47-9086-aa9bebd7fa4b'),
(53967,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:36:50','2026-03-30 07:36:50',NULL,NULL,NULL,'87300b3f-0634-4458-856a-1a45d8757944'),
(53968,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:37:15','2026-03-30 07:37:15',NULL,NULL,NULL,'44997a0f-4032-49b8-8597-a9216d704048'),
(53969,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:38:27','2026-03-30 07:38:27',NULL,NULL,NULL,'f63ad6bc-d519-4d0a-a874-29eb9c5c9385'),
(53970,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:40:58','2026-03-30 07:40:58',NULL,NULL,NULL,'d65762be-29cd-4204-a721-5508cfc881bc'),
(53971,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:41:57','2026-03-30 07:41:57',NULL,NULL,NULL,'c3cc804f-18d5-4591-b9df-5abd26c80b87'),
(53972,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:42:02','2026-03-30 07:42:02',NULL,NULL,NULL,'0f3d25c5-9b2b-4f09-a8ab-988dbc003471'),
(53973,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:42:35','2026-03-30 07:42:35',NULL,NULL,NULL,'07eb0bea-7a09-4376-b227-6f21fa593b30'),
(53974,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:43:18','2026-03-30 07:43:18',NULL,NULL,NULL,'9da5771e-839f-4065-a840-3c3e96c0b256'),
(53975,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:44:04','2026-03-30 07:44:04',NULL,NULL,NULL,'e068c195-753c-4ba2-9fca-0f888e6e1d75'),
(53976,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:46:35','2026-03-30 07:46:35',NULL,NULL,NULL,'f2cced4c-2bbd-4c4d-a034-1f13e3c9f5ca'),
(53977,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:48:34','2026-03-30 07:48:34',NULL,NULL,NULL,'8a5cd0a4-920e-415b-91d5-130d94d168e1'),
(53978,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:50:18','2026-03-30 07:50:18',NULL,NULL,NULL,'65c16bcc-01cb-4cf6-a879-aba6de23ac77'),
(53979,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 07:57:41','2026-03-30 07:57:41',NULL,NULL,NULL,'16c0ceae-5e67-428a-bae2-c90c196da62b'),
(53980,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:12:26','2026-03-30 08:12:26',NULL,NULL,NULL,'5d46f142-c7a4-403c-a673-b0ec4e49d740'),
(53981,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:12:27','2026-03-30 08:12:27',NULL,NULL,NULL,'10173760-6962-44dd-8bf1-f18b5756f55e'),
(53982,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:14:32','2026-03-30 08:14:32',NULL,NULL,NULL,'cf8c8a53-3d8c-4d4c-984c-14fb4049b1ef'),
(53983,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:15:43','2026-03-30 08:15:43',NULL,NULL,NULL,'1eb21d07-daa9-412c-b315-f8290d35343e'),
(53984,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:21:48','2026-03-30 08:21:48',NULL,NULL,NULL,'0c8fb5f7-5319-4e7c-ada1-c7b30b27e308'),
(53985,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:21:54','2026-03-30 08:21:54',NULL,NULL,NULL,'1ae600ea-c9fd-4757-a4f1-7afed7e03814'),
(53986,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:29:14','2026-03-30 08:29:14',NULL,NULL,NULL,'306f75a9-d779-4a67-ab29-f8941ae026a0'),
(53987,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:29:22','2026-03-30 08:29:22',NULL,NULL,NULL,'37ed6f21-1bd7-478b-be4f-176ed07c8e89'),
(53988,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:29:35','2026-03-30 08:29:35',NULL,NULL,NULL,'76dc260b-561e-4a11-88a8-c75654447bdc'),
(53989,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:30:33','2026-03-30 08:30:33',NULL,NULL,NULL,'c57f930a-22f1-4665-825b-66e7d9eba173'),
(53990,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:39:35','2026-03-30 08:39:35',NULL,NULL,NULL,'48187aed-4980-49ee-aabb-893eb838c203'),
(53991,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:40:22','2026-03-30 08:40:22',NULL,NULL,NULL,'2760ff13-9146-4cd6-b7ad-12b3085f78eb'),
(53992,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:42:56','2026-03-30 08:42:56',NULL,NULL,NULL,'e3a0cdfc-7d7d-4bcb-9146-dbb1a94cb956'),
(53993,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:46:22','2026-03-30 08:46:22',NULL,NULL,NULL,'c0d7c82c-48dc-4b0c-83e9-d9e5aafddcbb'),
(53994,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:46:22','2026-03-30 08:46:22',NULL,NULL,NULL,'4cd2f96b-be7c-4ce4-9f0b-a87e3fef7ced'),
(53995,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:48:05','2026-03-30 08:48:05',NULL,NULL,NULL,'a62bb396-2dfa-45b3-b53f-d102cac836e4'),
(53996,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:49:22','2026-03-30 08:49:22',NULL,NULL,NULL,'669df1f4-a6ab-4a97-a4a1-10350cf71530'),
(53997,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:53:07','2026-03-30 08:53:07',NULL,NULL,NULL,'25975714-9bd0-4909-b584-f3c83491d664'),
(53998,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 08:55:45','2026-03-30 08:55:45',NULL,NULL,NULL,'826bc3bc-081b-46df-b6a8-c2f89b77aa8c'),
(53999,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 09:02:39','2026-03-30 09:02:39',NULL,NULL,NULL,'e84eab20-05ad-4b33-914f-7c3b5e5f524c'),
(54000,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 09:33:45','2026-03-30 09:33:45',NULL,NULL,NULL,'1220b692-8a92-4cc4-aa15-08f5b2b3cd2e'),
(54001,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 09:43:00','2026-03-30 09:43:00',NULL,NULL,NULL,'ab1dc6b8-3e96-406a-b30f-ff072dcda9ff'),
(54002,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 09:43:35','2026-03-30 09:43:35',NULL,NULL,NULL,'a51d5cb3-09ec-4e61-8d70-a7afa3e15e84'),
(54003,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 09:54:28','2026-03-30 09:54:28',NULL,NULL,NULL,'a7ea3ca4-4574-48a9-8dde-8ec2b0bc06f3'),
(54004,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 09:54:41','2026-03-30 09:54:41',NULL,NULL,NULL,'6aaa7619-dbb1-41dc-8df9-120265edde89'),
(54005,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 09:56:11','2026-03-30 09:56:11',NULL,NULL,NULL,'f3439e54-98d8-4d69-b09d-3bffbc65115b'),
(54006,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 09:58:09','2026-03-30 09:58:09',NULL,NULL,NULL,'38637ae5-c218-4521-ae88-5085269fe5b6'),
(54007,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 09:59:47','2026-03-30 09:59:47',NULL,NULL,NULL,'afe9aa63-7895-4d3f-9468-bbfa3b296916'),
(54008,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:01:43','2026-03-30 10:01:43',NULL,NULL,NULL,'c90b9ff7-42fd-4a79-b618-124459ced2d4'),
(54009,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:03:55','2026-03-30 10:03:55',NULL,NULL,NULL,'27f6de8e-9865-474c-9fd2-97f51e319468'),
(54010,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:06:10','2026-03-30 10:06:10',NULL,NULL,NULL,'6af8a4ad-f053-463c-84b6-374ab2cb335e'),
(54011,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:07:35','2026-03-30 10:07:35',NULL,NULL,NULL,'38542343-049d-4303-a72e-d965209d5de2'),
(54012,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:09:56','2026-03-30 10:09:56',NULL,NULL,NULL,'12349519-bbea-44d4-b90c-26666e429f20'),
(54013,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:11:25','2026-03-30 10:11:25',NULL,NULL,NULL,'6529eb24-1b53-4472-9f7a-d062fbc68e6a'),
(54014,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:12:05','2026-03-30 10:12:05',NULL,NULL,NULL,'6c70ac43-ec5a-4a89-b702-6002049b96fc'),
(54015,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:17:49','2026-03-30 10:17:49',NULL,NULL,NULL,'8ca6b614-02fb-49df-adf5-ff833c9550bc'),
(54016,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:18:28','2026-03-30 10:18:28',NULL,NULL,NULL,'f7963456-33bf-4380-978c-386da6bd8e25'),
(54017,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:19:24','2026-03-30 10:19:24',NULL,NULL,NULL,'f6be71d8-9fad-4fab-bd72-dc9deafa1526'),
(54018,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:21:23','2026-03-30 10:21:23',NULL,NULL,NULL,'a09ee864-d404-40bc-a4b2-d0c7eaebf785'),
(54019,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:23:37','2026-03-30 10:23:37',NULL,NULL,NULL,'6710d7a8-bcf5-4853-bc75-6a12f70fdb5f'),
(54020,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:24:05','2026-03-30 10:24:05',NULL,NULL,NULL,'f2bff27f-b6c8-412c-9a96-2f8aa7dbc8aa'),
(54021,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:27:41','2026-03-30 10:27:41',NULL,NULL,NULL,'af231635-27a7-4659-9ef9-aaf8aa094d24'),
(54022,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:28:51','2026-03-30 10:28:51',NULL,NULL,NULL,'2b3860aa-4808-444d-ab49-9cd0297a8f74'),
(54023,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:29:36','2026-03-30 10:29:36',NULL,NULL,NULL,'7d68868e-efd8-4961-8b88-0742d8824989'),
(54024,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:30:24','2026-03-30 10:30:24',NULL,NULL,NULL,'719d1606-3e6c-42d0-af3d-d2f8db77cf23'),
(54025,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:31:25','2026-03-30 10:31:25',NULL,NULL,NULL,'6e8a884b-632f-433e-b3b2-e2829a66c6fb'),
(54026,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:31:37','2026-03-30 10:31:37',NULL,NULL,NULL,'f90a089b-bad1-49c2-8fa5-c3583b41706c'),
(54027,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:34:03','2026-03-30 10:34:03',NULL,NULL,NULL,'d48fe1a1-b107-4c87-a46b-dd6c183297d6'),
(54028,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:34:40','2026-03-30 10:34:40',NULL,NULL,NULL,'372184e4-1885-4703-a389-0b7fb06a20e5'),
(54029,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:34:47','2026-03-30 10:34:47',NULL,NULL,NULL,'0f79094b-af1e-4590-b06b-1ac72ad5abae'),
(54030,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:34:48','2026-03-30 10:34:48',NULL,NULL,NULL,'4c98cf20-649a-4e19-a905-2e626116d77e'),
(54031,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:35:04','2026-03-30 10:35:04',NULL,NULL,NULL,'bd721313-87a9-413f-b5ec-e26da94af253'),
(54032,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:35:08','2026-03-30 10:35:08',NULL,NULL,NULL,'842e8207-6fd2-4910-a68f-484dca83f673'),
(54033,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:38:06','2026-03-30 10:38:06',NULL,NULL,NULL,'eac84769-45fa-4467-ae5e-5dd142876f66'),
(54034,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:38:39','2026-03-30 10:38:39',NULL,NULL,NULL,'cfdb2584-1c72-4f31-b89c-d6d73b07dfc9'),
(54035,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:43:56','2026-03-30 10:43:56',NULL,NULL,NULL,'697d7f9c-116d-4ada-893d-af774df6a045'),
(54036,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:45:02','2026-03-30 10:45:02',NULL,NULL,NULL,'202da08a-9ba7-41b3-9843-a0e584d77288'),
(54037,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:47:34','2026-03-30 10:47:34',NULL,NULL,NULL,'7aca2b48-1308-46a4-ae54-a3bb22718629'),
(54038,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:50:11','2026-03-30 10:50:11',NULL,NULL,NULL,'fee85417-1685-43a5-ae91-a7a62730916b'),
(54039,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:54:07','2026-03-30 10:54:07',NULL,NULL,NULL,'9b634b03-eee9-444d-8ce1-41194f53e4f2'),
(54040,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:55:45','2026-03-30 10:55:45',NULL,NULL,NULL,'1106c533-14da-4edd-aa67-80df6e0133fc'),
(54041,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:56:15','2026-03-30 10:56:15',NULL,NULL,NULL,'0732b78a-d048-420c-8e50-d5327d9b6188'),
(54042,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 10:59:48','2026-03-30 10:59:48',NULL,NULL,NULL,'e9fb9a81-83e1-4e0f-8794-d6c5989cb7e6'),
(54043,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:00:47','2026-03-30 11:00:47',NULL,NULL,NULL,'34f83fa1-93fc-4c42-b1d2-a0dc0d5dffce'),
(54044,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:01:07','2026-03-30 11:01:07',NULL,NULL,NULL,'be3451f7-e37d-4ca4-9323-620423d1fa87'),
(54045,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:02:54','2026-03-30 11:02:54',NULL,NULL,NULL,'9c43a274-c829-40d5-adad-b2b793cceed2'),
(54046,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:09:46','2026-03-30 11:09:46',NULL,NULL,NULL,'a9b2fd7a-2d12-47e8-9770-53298230be9c'),
(54047,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:10:27','2026-03-30 11:10:27',NULL,NULL,NULL,'afb57230-72ab-49b9-adee-064f94993b74'),
(54048,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:10:58','2026-03-30 11:10:58',NULL,NULL,NULL,'2383dcd2-1444-469b-9106-3047423f86a1'),
(54049,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:11:30','2026-03-30 11:11:30',NULL,NULL,NULL,'07dc445b-b5c5-491b-956e-665eefb16f12'),
(54050,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:26:40','2026-03-30 11:26:40',NULL,NULL,NULL,'899606d1-0cf2-4b6b-abd4-73efe1b473da'),
(54051,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:43:04','2026-03-30 11:43:04',NULL,NULL,NULL,'87f1239c-2146-4462-8b55-f762a87ed5bc'),
(54052,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:51:35','2026-03-30 11:51:35',NULL,NULL,NULL,'a582ba2a-f795-458c-bdf6-e64e41fe4f8d'),
(54053,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:57:22','2026-03-30 11:57:22',NULL,NULL,NULL,'b67dcd90-57e0-45cb-90d8-7ba13a210de9'),
(54054,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 11:58:20','2026-03-30 11:58:20',NULL,NULL,NULL,'11043955-77b6-4f9b-8098-9e852ba1a9b3'),
(54055,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 12:01:20','2026-03-30 12:01:20',NULL,NULL,NULL,'d2838bec-b5a0-4e6e-a9a5-7a3ac70603b9'),
(54056,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 12:02:57','2026-03-30 12:02:57',NULL,NULL,NULL,'e4b6b82d-15ff-4583-91ff-04c0547cdad1'),
(54057,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 12:08:27','2026-03-30 12:08:27',NULL,NULL,NULL,'31a44b96-cb06-4d28-9a0e-ee3ff1806213'),
(54058,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 12:08:51','2026-03-30 12:08:51',NULL,NULL,NULL,'99f157f0-8a15-4fc0-a739-bcc7e48c91e3'),
(54059,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 12:13:47','2026-03-30 12:13:47',NULL,NULL,NULL,'06efa2ee-2c0e-45c1-ab63-503f7fa40067'),
(54060,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 12:14:31','2026-03-30 12:14:31',NULL,NULL,NULL,'56bf2aeb-3a12-4456-ab64-a09d2f21ed64'),
(54061,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 12:34:39','2026-03-30 12:34:39',NULL,NULL,NULL,'d11cd6a6-3a74-45ad-a1c0-4031a923a379'),
(54062,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 12:40:04','2026-03-30 12:40:04',NULL,NULL,NULL,'03eed434-c608-47ee-bf28-1a0f28499b2a'),
(54063,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-30 12:40:04','2026-03-30 12:40:04',NULL,NULL,NULL,'f2823a21-19e0-43d4-aba7-63b33c7f0ab2'),
(54064,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 12:47:33','2026-03-30 12:47:33',NULL,NULL,NULL,'e50bf37a-a442-4904-a3f1-7614b35ef833'),
(54065,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 12:57:35','2026-03-30 12:57:35',NULL,NULL,NULL,'74fe72d6-2e7e-4579-8004-d47437067541'),
(54066,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 13:13:07','2026-03-30 13:13:07',NULL,NULL,NULL,'55036a4d-4e76-401a-b51f-7e44da0bbd75'),
(54067,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 13:37:29','2026-03-30 13:37:29',NULL,NULL,NULL,'bd92a0d2-0975-45ae-ae6b-9ba77d82de51'),
(54068,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 13:42:47','2026-03-30 13:42:47',NULL,NULL,NULL,'19ca6e3f-f6fc-4ca5-9c88-e68a8abb2cc3'),
(54069,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:51','2026-03-30 13:49:51',NULL,NULL,NULL,'4f69e554-0d25-42e6-8096-ed06c7d1e4d7'),
(54070,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:51','2026-03-30 13:49:51',NULL,NULL,NULL,'f69fbc4a-2964-42cb-9a73-d15e1f42e801'),
(54071,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:52','2026-03-30 13:49:52',NULL,NULL,NULL,'cb2ad70d-a4c4-4b97-9e13-8547960c7f06'),
(54072,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:52','2026-03-30 13:49:52',NULL,NULL,NULL,'8f05bf23-8de0-4f4e-a419-7adc59b56e5d'),
(54073,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:52','2026-03-30 13:49:52',NULL,NULL,NULL,'7c0fa630-5b6e-49dd-b8fb-cf56f5c133c9'),
(54074,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:53','2026-03-30 13:49:53',NULL,NULL,NULL,'d6bb12f0-668b-4070-a56f-382aabc04ada'),
(54075,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:53','2026-03-30 13:49:53',NULL,NULL,NULL,'9446ebd1-c219-4944-b1b5-bd09e5c06b08'),
(54076,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:53','2026-03-30 13:49:53',NULL,NULL,NULL,'90ad1a70-d136-4a2f-aa8a-355015cf0246'),
(54077,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:54','2026-03-30 13:49:54',NULL,NULL,NULL,'df71c605-0266-4f94-b6e2-9e4f5dd0cfe3'),
(54078,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:54','2026-03-30 13:49:54',NULL,NULL,NULL,'17db6a58-c4e7-412b-9695-1cbdb3a8bb70'),
(54079,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:54','2026-03-30 13:49:54',NULL,NULL,NULL,'6bcb3f3e-6aaf-46a8-a8db-7e53c1baab3c'),
(54080,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:54','2026-03-30 13:49:54',NULL,NULL,NULL,'0952d27d-67b5-44b1-83d0-4cda6f166e98'),
(54081,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:55','2026-03-30 13:49:55',NULL,NULL,NULL,'7b374658-6252-4a25-9ef9-cef6d709a79a'),
(54082,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:55','2026-03-30 13:49:55',NULL,NULL,NULL,'756aeabd-36b6-4982-859a-dfa75802cae3'),
(54083,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:55','2026-03-30 13:49:55',NULL,NULL,NULL,'9d77d7f7-dd4a-469f-8e2f-8c8d6eef3951'),
(54084,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:55','2026-03-30 13:49:55',NULL,NULL,NULL,'20e99db9-156c-42a1-9921-a2ab250d9cad'),
(54085,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:56','2026-03-30 13:49:56',NULL,NULL,NULL,'e87773f5-b4e1-4183-be00-0b5706b37420'),
(54086,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:56','2026-03-30 13:49:56',NULL,NULL,NULL,'c998a1a4-b32a-4c3e-94d7-0a28fc2263d7'),
(54087,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:56','2026-03-30 13:49:56',NULL,NULL,NULL,'12371add-02cd-4cb2-90ef-bb3963f50aa3'),
(54088,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:57','2026-03-30 13:49:57',NULL,NULL,NULL,'1d3a75bb-7e3a-40e3-9b53-9a91623df408'),
(54089,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:57','2026-03-30 13:49:57',NULL,NULL,NULL,'dfae234e-8047-4cb8-b19e-145630680028'),
(54090,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:57','2026-03-30 13:49:57',NULL,NULL,NULL,'bfddcbce-c56e-49dc-b9fd-d46c8357d833'),
(54091,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:58','2026-03-30 13:49:58',NULL,NULL,NULL,'f8cf8e65-95aa-4b38-bb6a-b7ec9f3bb2e6'),
(54092,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:58','2026-03-30 13:49:58',NULL,NULL,NULL,'02253989-ac51-4224-ab54-b5a830ad69a4'),
(54093,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:58','2026-03-30 13:49:58',NULL,NULL,NULL,'87376c3c-0961-43f8-9a08-cf2e9ec06ff0'),
(54094,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:58','2026-03-30 13:49:58',NULL,NULL,NULL,'03913a4b-f3fd-4596-8e94-4e9adda45643'),
(54095,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:59','2026-03-30 13:49:59',NULL,NULL,NULL,'f9afa5eb-c133-4635-8a67-5f0fd03d8cfb'),
(54096,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:59','2026-03-30 13:49:59',NULL,NULL,NULL,'25686036-a2b7-4b64-946a-99cfa01cf064'),
(54097,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:49:59','2026-03-30 13:49:59',NULL,NULL,NULL,'535394b0-1159-408d-8991-6d350c528ad5'),
(54098,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:00','2026-03-30 13:50:00',NULL,NULL,NULL,'59778605-6beb-4cb8-988c-5e1373a6677e'),
(54099,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:00','2026-03-30 13:50:00',NULL,NULL,NULL,'3923cbd6-27c7-4bc4-9bd6-ec73c40d3961'),
(54100,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:00','2026-03-30 13:50:00',NULL,NULL,NULL,'04a45e73-db05-437e-8b8e-0cac922985a9'),
(54101,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:00','2026-03-30 13:50:00',NULL,NULL,NULL,'30556e29-5473-45c9-927a-d33ba9a02cb1'),
(54102,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:01','2026-03-30 13:50:01',NULL,NULL,NULL,'8f6ef150-92c6-4a66-a68e-db57279a3fb1'),
(54103,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:01','2026-03-30 13:50:01',NULL,NULL,NULL,'1c2a50f4-6c78-4354-8fa5-3c6e5cfca200'),
(54104,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:01','2026-03-30 13:50:01',NULL,NULL,NULL,'13f01c2d-c73e-4307-8182-2d0e59384821'),
(54105,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:01','2026-03-30 13:50:01',NULL,NULL,NULL,'46f69ac0-c3c2-4a92-96e6-1eb86e9982e0'),
(54106,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:02','2026-03-30 13:50:02',NULL,NULL,NULL,'a895e895-357b-4954-871a-613e80903079'),
(54107,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:02','2026-03-30 13:50:02',NULL,NULL,NULL,'546f9122-499b-49ba-931e-570c1bc74537'),
(54108,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:02','2026-03-30 13:50:02',NULL,NULL,NULL,'d78f103f-c813-402e-95e1-3e39992d85bc'),
(54109,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:02','2026-03-30 13:50:02',NULL,NULL,NULL,'671e6c39-7c0c-4ffe-b4cb-2d7aad1cb3a9'),
(54110,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:03','2026-03-30 13:50:03',NULL,NULL,NULL,'789a5838-0cbc-47ee-94a4-303bfae70920'),
(54111,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:03','2026-03-30 13:50:03',NULL,NULL,NULL,'847bacad-a03f-41f8-b86b-d1538ca0132f'),
(54112,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:03','2026-03-30 13:50:03',NULL,NULL,NULL,'e96a428f-420d-4345-b6aa-55f82758d99e'),
(54113,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:03','2026-03-30 13:50:03',NULL,NULL,NULL,'64857919-9dae-4fed-a2be-37ddab4bf507'),
(54114,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:04','2026-03-30 13:50:04',NULL,NULL,NULL,'97e46cb6-116f-4d01-b98c-3c27e06ed9d9'),
(54115,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:04','2026-03-30 13:50:04',NULL,NULL,NULL,'927ba537-1610-4b2c-902e-68f5084e0dbf'),
(54116,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:04','2026-03-30 13:50:04',NULL,NULL,NULL,'84bc0199-19ee-47f2-abe3-7b0954c02f06'),
(54117,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:04','2026-03-30 13:50:04',NULL,NULL,NULL,'6a08ac05-1524-404b-8eff-d2c27a1f515b'),
(54118,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:05','2026-03-30 13:50:05',NULL,NULL,NULL,'9dd49920-6567-4890-8242-408bd5b522bf'),
(54119,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:05','2026-03-30 13:50:05',NULL,NULL,NULL,'454845b0-a784-48c5-a41a-afda2d25e366'),
(54120,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:05','2026-03-30 13:50:05',NULL,NULL,NULL,'42642248-1626-4bf3-b75b-ca8361343fdf'),
(54121,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:06','2026-03-30 13:50:06',NULL,NULL,NULL,'c55e52d8-058d-46df-af3e-2b9f1229bb7a'),
(54122,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:06','2026-03-30 13:50:06',NULL,NULL,NULL,'3f8a1f91-6211-40fe-ab08-db92441bef96'),
(54123,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:06','2026-03-30 13:50:06',NULL,NULL,NULL,'e673fbd5-dc4f-47e3-9df5-b569c48ad0d6'),
(54124,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:06','2026-03-30 13:50:06',NULL,NULL,NULL,'c655d644-02e2-485a-8e85-7c3c1a3c52fb'),
(54125,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:07','2026-03-30 13:50:07',NULL,NULL,NULL,'8e163ce2-dc1f-4ee3-a62e-5d598e9b0dff'),
(54126,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:07','2026-03-30 13:50:07',NULL,NULL,NULL,'9cab459e-dd4f-43e0-9800-73f964c30f3b'),
(54127,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:07','2026-03-30 13:50:07',NULL,NULL,NULL,'ea12b916-62a8-4b5a-8fd3-15bae14196f9'),
(54128,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:07','2026-03-30 13:50:07',NULL,NULL,NULL,'016483bd-6b60-4fac-b9a6-d5aed25cbb01'),
(54129,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:08','2026-03-30 13:50:08',NULL,NULL,NULL,'364c494f-f578-4ae3-84a3-5710746f3df2'),
(54130,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:08','2026-03-30 13:50:08',NULL,NULL,NULL,'c25eab2d-5383-401d-a6d5-5de75e0c6a9e'),
(54131,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:08','2026-03-30 13:50:08',NULL,NULL,NULL,'ec5439d6-698b-4925-846b-c042b84832cd'),
(54132,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:08','2026-03-30 13:50:08',NULL,NULL,NULL,'dda94987-890f-4e70-900e-b62ce4e61141'),
(54133,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:09','2026-03-30 13:50:09',NULL,NULL,NULL,'79485cd0-4d5d-442d-ada8-0c879c191c01'),
(54134,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:09','2026-03-30 13:50:09',NULL,NULL,NULL,'d52ea604-9dcc-411b-9861-ef30de970a31'),
(54135,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:09','2026-03-30 13:50:09',NULL,NULL,NULL,'e472135c-ee30-42fe-86dc-1f5632c22703'),
(54136,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:09','2026-03-30 13:50:09',NULL,NULL,NULL,'7dc6dd0d-d23c-4651-92b3-38a3776c6b29'),
(54137,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:10','2026-03-30 13:50:10',NULL,NULL,NULL,'fa741cf7-1149-4d61-9ccf-a543dad88c16'),
(54138,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:10','2026-03-30 13:50:10',NULL,NULL,NULL,'f0187969-38b1-42bc-8576-c778072c6b9d'),
(54139,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:10','2026-03-30 13:50:10',NULL,NULL,NULL,'30988e7a-9462-4b4c-bb19-f3934dc64b60'),
(54140,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:10','2026-03-30 13:50:10',NULL,NULL,NULL,'85e0fe28-5c96-41d8-848a-491eca3f2026'),
(54141,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:11','2026-03-30 13:50:11',NULL,NULL,NULL,'f9ff87cd-c9ae-44db-9aca-56fbd7fea847'),
(54142,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:11','2026-03-30 13:50:11',NULL,NULL,NULL,'1f42d52f-4b53-44b5-a6d8-fbe9e5a058a2'),
(54143,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:11','2026-03-30 13:50:11',NULL,NULL,NULL,'ebc738ae-ea77-46d7-a084-4b153df7e83a'),
(54144,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:12','2026-03-30 13:50:12',NULL,NULL,NULL,'1a265605-3eca-40a4-bd45-421f1fdb3d78'),
(54145,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:12','2026-03-30 13:50:12',NULL,NULL,NULL,'014ca2ff-1b4d-4f9f-be1a-85b5e14196a0'),
(54146,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:12','2026-03-30 13:50:12',NULL,NULL,NULL,'52a19f62-0d1b-4d72-8618-b9cd5b3a7987'),
(54147,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:12','2026-03-30 13:50:12',NULL,NULL,NULL,'79e2fd6d-5c81-4488-823b-944a99a8569f'),
(54148,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:13','2026-03-30 13:50:13',NULL,NULL,NULL,'51bc2ab9-82ca-4492-8a78-415a87711628'),
(54149,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:13','2026-03-30 13:50:13',NULL,NULL,NULL,'59a73ad7-f275-4717-ad9d-77f24ea39886'),
(54150,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:13','2026-03-30 13:50:13',NULL,NULL,NULL,'f7457bd1-705e-4c5a-8d66-2af538f5c59b'),
(54151,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:14','2026-03-30 13:50:14',NULL,NULL,NULL,'4717d9da-840d-4d95-acf2-d1ae2b90f75e'),
(54152,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:14','2026-03-30 13:50:14',NULL,NULL,NULL,'324eb66c-ded2-40ed-982f-73febec65881'),
(54153,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 13:50:14','2026-03-30 13:50:14',NULL,NULL,NULL,'0a07e418-337a-47d7-b86d-764cf2364d9d'),
(54156,1051,NULL,6777,1,'craft\\elements\\Entry',1,0,'2026-03-30 13:50:32','2026-03-30 13:50:32',NULL,NULL,NULL,'f6fb23a2-6c07-487e-a2f7-9a845fe00fb0'),
(54157,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 13:51:49','2026-03-30 13:51:49',NULL,NULL,NULL,'dfbcfd03-1df2-441b-9822-2710894dfc8c'),
(54158,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 13:54:50','2026-03-30 13:54:50',NULL,NULL,NULL,'2c679df4-65e9-4cb4-92d6-a327b1535511'),
(54159,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 13:56:48','2026-03-30 13:56:48',NULL,NULL,NULL,'ea25cea5-e306-4903-b16b-72b93fee891f'),
(54160,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 14:04:17','2026-03-30 14:04:17',NULL,NULL,NULL,'c5fbf79f-055e-42a0-b9d6-d901f1458d59'),
(54161,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 14:15:16','2026-03-30 14:15:16',NULL,NULL,NULL,'fdda49b3-ddda-4144-be14-6a89b48d2ade'),
(54162,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 14:18:13','2026-03-30 14:18:13',NULL,NULL,NULL,'21536b9a-0214-4966-99bd-265b3bbb98f9'),
(54163,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 14:30:27','2026-03-30 14:30:27',NULL,NULL,NULL,'789b38f7-aebf-4d05-828c-7c298e76c465'),
(54164,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 14:30:27','2026-03-30 14:30:27',NULL,NULL,NULL,'580c7fa9-ebe0-4939-b93c-dec3f87629b9'),
(54165,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 14:38:30','2026-03-30 14:38:30',NULL,NULL,NULL,'3082c19e-0e6e-4290-86f7-7a669a8b23ca'),
(54166,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 14:44:32','2026-03-30 14:44:32',NULL,NULL,NULL,'6356f47e-cd42-428d-b9ca-966ae3086786'),
(54167,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 14:52:22','2026-03-30 14:52:22',NULL,NULL,NULL,'1eb68e29-3984-48da-b2ec-9458d9334084'),
(54168,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 14:58:41','2026-03-30 14:58:41',NULL,NULL,NULL,'75f4df23-934e-4dad-9a54-e16ccaa41e9a'),
(54169,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 14:59:42','2026-03-30 14:59:42',NULL,NULL,NULL,'a512d804-6fd9-4d43-b786-1a1de35a1f70'),
(54170,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:02:01','2026-03-30 15:02:01',NULL,NULL,NULL,'109edda6-eca1-4a2e-854e-a9da59232693'),
(54171,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:07:51','2026-03-30 15:07:51',NULL,NULL,NULL,'13d33fc2-e036-47f7-8b30-0c15793db9b8'),
(54172,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:08:23','2026-03-30 15:08:23',NULL,NULL,NULL,'e0903d41-10e1-4b12-8c97-9f8480754e3c'),
(54173,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:11:21','2026-03-30 15:11:21',NULL,NULL,NULL,'dd789720-c3b9-406d-a789-e6f8b72f838a'),
(54174,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:11:42','2026-03-30 15:11:42',NULL,NULL,NULL,'3a901048-751b-4404-a778-65fe4efabea2'),
(54175,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:11:56','2026-03-30 15:11:56',NULL,NULL,NULL,'46651169-1ff4-4160-a36c-4fed8c695346'),
(54176,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:14:39','2026-03-30 15:14:39',NULL,NULL,NULL,'e775350f-f8ff-4e46-9be0-f63c79d87848'),
(54177,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:15:26','2026-03-30 15:15:26',NULL,NULL,NULL,'0439add0-43f3-49cf-ab0f-79c9d5e2d03d'),
(54178,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:15:35','2026-03-30 15:15:35',NULL,NULL,NULL,'b2f17271-2b2f-4e9c-8e87-480128491a9f'),
(54179,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:15:42','2026-03-30 15:15:42',NULL,NULL,NULL,'2509b22a-ee0e-4ba9-b2ef-662a093b9512'),
(54180,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:16:20','2026-03-30 15:16:20',NULL,NULL,NULL,'a30d67e2-bd3d-4c3d-a07e-6edd29f0b429'),
(54181,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:19:22','2026-03-30 15:19:22',NULL,NULL,NULL,'b5ebf55d-0e02-4ea9-a05a-015d808b17c0'),
(54182,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:19:27','2026-03-30 15:19:27',NULL,NULL,NULL,'83e0d112-1d8f-4af4-ab6e-69cdf6471d19'),
(54183,NULL,NULL,NULL,24,'craft\\elements\\Asset',1,0,'2026-03-30 15:19:27','2026-03-30 15:19:27',NULL,NULL,NULL,'d267ffc7-4bb0-4b6d-8046-daa0d0520c19'),
(54184,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:20:09','2026-03-30 15:20:09',NULL,NULL,NULL,'21221182-8132-4d66-8c53-07659b6cfed6'),
(54185,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:20:54','2026-03-30 15:20:54',NULL,NULL,NULL,'22926bf3-be91-4201-b36c-9da1216652f8'),
(54186,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:22:24','2026-03-30 15:22:24',NULL,NULL,NULL,'a19fd1b5-2c96-4b21-8e37-853a40a6d0a5'),
(54187,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:22:52','2026-03-30 15:22:52',NULL,NULL,NULL,'630c2180-83e2-4cb2-b743-1afad530ff92'),
(54188,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:23:31','2026-03-30 15:23:31',NULL,NULL,NULL,'1cfd8692-4cf5-465e-be41-7408e068557e'),
(54189,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:23:44','2026-03-30 15:23:44',NULL,NULL,NULL,'c9ab4dcb-0589-469b-a08b-e9c85383251c'),
(54190,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:24:37','2026-03-30 15:24:37',NULL,NULL,NULL,'0cea9969-8d44-43e5-852a-1b3bf27c5d7f'),
(54191,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:26:22','2026-03-30 15:26:22',NULL,NULL,NULL,'c99b5241-9cf1-42de-aaed-95f0d277c91e'),
(54192,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:29:24','2026-03-30 15:29:24',NULL,NULL,NULL,'55078aa8-8220-4456-9c11-bc145ba455d9'),
(54193,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:29:30','2026-03-30 15:29:30',NULL,NULL,NULL,'d8a51106-ec9b-4f3b-932b-3edba4696d8f'),
(54194,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:32:27','2026-03-30 15:32:27',NULL,NULL,NULL,'80592818-0c4a-4d47-b1b8-5c7d21073d0e'),
(54195,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:33:01','2026-03-30 15:33:01',NULL,NULL,NULL,'d64e1ce9-42e1-4ec7-af41-2b061b1c224c'),
(54196,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:33:46','2026-03-30 15:33:46',NULL,NULL,NULL,'f7cb635b-0be6-43ce-abd9-74ad81f4dcc3'),
(54197,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:34:18','2026-03-30 15:34:18',NULL,NULL,NULL,'62bdefce-0949-46f1-ac84-a5e2f57a5739'),
(54198,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:34:33','2026-03-30 15:34:33',NULL,NULL,NULL,'63e05237-71ac-4f04-9ea6-b0a99a6fd110'),
(54199,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:35:46','2026-03-30 15:35:46',NULL,NULL,NULL,'692ebeb7-61e0-40d6-be79-b24e3e62747a'),
(54200,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:36:15','2026-03-30 15:36:15',NULL,NULL,NULL,'eb4493b6-23a0-4d4e-90a0-05b2da5b8a89'),
(54201,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:37:02','2026-03-30 15:37:02',NULL,NULL,NULL,'47e8a366-e961-4ce8-8ba8-a87b9eb1bbe8'),
(54202,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:38:09','2026-03-30 15:38:09',NULL,NULL,NULL,'7a5dd3b6-6354-4bae-89f4-0aee0b5b6556'),
(54203,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:39:41','2026-03-30 15:39:41',NULL,NULL,NULL,'f993273b-a34e-4bf3-a143-e05ea164e8b4'),
(54204,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:39:55','2026-03-30 15:39:55',NULL,NULL,NULL,'4642ee25-578f-400d-9088-a20c06f1b1b2'),
(54205,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:42:11','2026-03-30 15:42:11',NULL,NULL,NULL,'5f9d3ef8-29a4-454c-9283-4d113edae874'),
(54206,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:42:20','2026-03-30 15:42:20',NULL,NULL,NULL,'851bf542-25cf-4f57-95fe-441de88ed4a0'),
(54207,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:44:12','2026-03-30 15:44:12',NULL,NULL,NULL,'7bd3f9fc-3e1e-44c0-9b2a-2d74dee9ead3'),
(54208,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:48:17','2026-03-30 15:48:17',NULL,NULL,NULL,'1b957792-596f-4caf-842b-1e15348d133a'),
(54209,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:49:35','2026-03-30 15:49:35',NULL,NULL,NULL,'fb6cc17b-4ec4-4bd4-a639-11232fc10c10'),
(54210,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:49:55','2026-03-30 15:49:55',NULL,NULL,NULL,'1974bfd7-8d53-4647-92ea-4c287b0cea29'),
(54211,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:51:40','2026-03-30 15:51:40',NULL,NULL,NULL,'e244aeaf-db33-4cb4-aa63-639252f9fcd9'),
(54212,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:53:05','2026-03-30 15:53:05',NULL,NULL,NULL,'db9651ae-b1f3-4dea-9078-e2cd8f808df7'),
(54213,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:54:01','2026-03-30 15:54:01',NULL,NULL,NULL,'223b21dd-a0b8-45b8-a035-0497e439aad0'),
(54214,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 15:58:56','2026-03-30 15:58:56',NULL,NULL,NULL,'c965f391-7e5a-48cb-b39d-049cbb6769ce'),
(54215,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:02:53','2026-03-30 16:02:53',NULL,NULL,NULL,'88dc445f-7203-4ac9-b29a-cc4303e0edd6'),
(54216,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:05:13','2026-03-30 16:05:13',NULL,NULL,NULL,'585a0be7-b1e1-44b9-a285-647542ecb583'),
(54217,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:06:14','2026-03-30 16:06:14',NULL,NULL,NULL,'3ff24082-859d-415b-a08b-8b538f84abe4'),
(54218,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:06:22','2026-03-30 16:06:22',NULL,NULL,NULL,'692a3ef5-eb3b-409d-8e5b-bb0c86ab3b05'),
(54219,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:07:51','2026-03-30 16:07:51',NULL,NULL,NULL,'ee9840a8-8b8e-42a8-af4d-80fca024b346'),
(54220,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:08:02','2026-03-30 16:08:02',NULL,NULL,NULL,'739507a5-f9cb-4421-a5c2-d4bef07bfe3e'),
(54221,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:08:44','2026-03-30 16:08:44',NULL,NULL,NULL,'f9d4fecf-4310-4d45-99e3-cd2b1ddfe6ca'),
(54222,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:08:56','2026-03-30 16:08:56',NULL,NULL,NULL,'e284b432-3d39-43e0-973a-3d4f33cf5103'),
(54223,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:09:02','2026-03-30 16:09:02',NULL,NULL,NULL,'3fa5ac5a-c222-45d3-b898-bff8f1762506'),
(54224,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:10:03','2026-03-30 16:10:03',NULL,NULL,NULL,'07b00d90-cebf-42d1-b1fb-59a64863ae5a'),
(54225,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:10:13','2026-03-30 16:10:13',NULL,NULL,NULL,'5d20ab78-71d4-42e8-888d-8d0bcfb2685f'),
(54226,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:12:21','2026-03-30 16:12:21',NULL,NULL,NULL,'eb2a8c78-df77-4064-8c81-e08800bedb2d'),
(54227,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:13:11','2026-03-30 16:13:11',NULL,NULL,NULL,'682e01c0-bb60-417c-8784-f27f6ca497bb'),
(54228,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:14:01','2026-03-30 16:14:01',NULL,NULL,NULL,'bdce8edf-a658-487b-b6e2-291e29aea3a3'),
(54229,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:18:38','2026-03-30 16:18:38',NULL,NULL,NULL,'3df6b3eb-0ef4-4d3b-831f-f37906f1c97c'),
(54230,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:19:15','2026-03-30 16:19:15',NULL,NULL,NULL,'6d642915-2993-4edb-b00b-d4d51caacea6'),
(54231,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:19:19','2026-03-30 16:19:19',NULL,NULL,NULL,'db3fa585-9cf8-4dff-b0a3-ae013a764291'),
(54232,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:20:05','2026-03-30 16:20:05',NULL,NULL,NULL,'1243b636-a696-4feb-b877-fe5a039957f2'),
(54233,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:20:45','2026-03-30 16:20:45',NULL,NULL,NULL,'34f1b79d-cdf9-4cfa-aa68-397260e05a24'),
(54234,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:21:41','2026-03-30 16:21:41',NULL,NULL,NULL,'055ece43-e341-4f93-9226-e779ae422670'),
(54235,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:24:19','2026-03-30 16:24:19',NULL,NULL,NULL,'90a6d6bd-b9e2-4929-8652-eb55b2a51d65'),
(54236,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:25:13','2026-03-30 16:25:13',NULL,NULL,NULL,'b79eaedd-7c63-48b3-aaec-6a4391402ec3'),
(54237,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:29:06','2026-03-30 16:29:06',NULL,NULL,NULL,'fb349ad2-ae7e-4530-acd5-32dd608419b4'),
(54238,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:29:43','2026-03-30 16:29:43',NULL,NULL,NULL,'6e316c65-d993-44d7-a5be-bcdccb22f089'),
(54239,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:30:41','2026-03-30 16:30:41',NULL,NULL,NULL,'78370d71-7dd2-4f2d-8431-3255f0e001bf'),
(54240,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:31:01','2026-03-30 16:31:01',NULL,NULL,NULL,'1818bf4d-eddf-49dc-8547-2340261f7db0'),
(54241,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:36:09','2026-03-30 16:36:09',NULL,NULL,NULL,'93bffc4e-c185-4042-8c5a-a0b709458336'),
(54242,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:36:38','2026-03-30 16:36:38',NULL,NULL,NULL,'fd32c9cc-106f-4f52-91e0-2f10b7914567'),
(54243,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:37:28','2026-03-30 16:37:28',NULL,NULL,NULL,'c7f5e127-9bf2-406b-96ed-babb68767c03'),
(54244,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:37:32','2026-03-30 16:37:32',NULL,NULL,NULL,'36b49e89-c6df-41d6-8ca1-5c36a616a2d5'),
(54245,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:38:23','2026-03-30 16:38:23',NULL,NULL,NULL,'70dd9327-a01e-4e73-a014-0cf3261f7ab0'),
(54246,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:38:31','2026-03-30 16:38:31',NULL,NULL,NULL,'be690048-97f5-4ec7-98f6-104d6bd2de72'),
(54247,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:39:43','2026-03-30 16:39:43',NULL,NULL,NULL,'34d8cff5-4f2c-42c8-824c-bccb9c202c2c'),
(54248,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:39:44','2026-03-30 16:39:44',NULL,NULL,NULL,'b1d01868-82c7-4458-a79a-5617d11c89d8'),
(54249,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:41:22','2026-03-30 16:41:22',NULL,NULL,NULL,'93ae5d62-77a8-4c18-a6cf-1fe837a0b980'),
(54250,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:44:36','2026-03-30 16:44:36',NULL,NULL,NULL,'fc10f709-ea0a-4371-a978-71f799261ef3'),
(54251,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:45:08','2026-03-30 16:45:08',NULL,NULL,NULL,'edf3325a-741f-4c4a-8777-3e8a70145011'),
(54252,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:48:21','2026-03-30 16:48:21',NULL,NULL,NULL,'f2768ecb-7ae5-44d4-a07a-8878764c52bc'),
(54253,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:52:25','2026-03-30 16:52:25',NULL,NULL,NULL,'829ea23b-ffa4-4b68-83c5-e8dcc5e35bfd'),
(54254,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:54:23','2026-03-30 16:54:23',NULL,NULL,NULL,'cdfb9464-4dea-45cc-a765-d062a31978df'),
(54255,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 16:54:59','2026-03-30 16:54:59',NULL,NULL,NULL,'e1187b6d-375c-42e0-866f-2bdfd578298c'),
(54256,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:05:44','2026-03-30 17:05:44',NULL,NULL,NULL,'c884efb0-43e9-4bb8-b9eb-554efff19c0b'),
(54257,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:10:16','2026-03-30 17:10:16',NULL,NULL,NULL,'dae716e0-e1c4-4a77-b82f-564e1ef02a03'),
(54258,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:10:24','2026-03-30 17:10:24',NULL,NULL,NULL,'f45751eb-cea7-4dbf-930b-8c196766af65'),
(54259,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:10:30','2026-03-30 17:10:30',NULL,NULL,NULL,'c91cb9f8-da8f-4771-9e9c-404cd503678e'),
(54260,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:11:16','2026-03-30 17:11:16',NULL,NULL,NULL,'56081058-92a1-4dbb-b2d6-d10713e1d022'),
(54261,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:12:30','2026-03-30 17:12:30',NULL,NULL,NULL,'ee934f6a-e510-461b-bc4b-3025c051f7b2'),
(54262,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:20:51','2026-03-30 17:20:51',NULL,NULL,NULL,'a76f0033-ea2d-4f1a-80e3-44cddb607c06'),
(54263,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:38:08','2026-03-30 17:38:08',NULL,NULL,NULL,'65f26197-d037-4fd4-91e9-78929ef2e43f'),
(54264,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:38:09','2026-03-30 17:38:09',NULL,NULL,NULL,'6af9895e-c1d0-406f-bb10-55dce02017f0'),
(54265,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:40:44','2026-03-30 17:40:44',NULL,NULL,NULL,'1eef2889-0163-4871-84e4-07a495bccc3d'),
(54266,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:40:46','2026-03-30 17:40:46',NULL,NULL,NULL,'75a2109a-5ea3-4475-ac80-a8ddd6f3e4c4'),
(54267,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:42:23','2026-03-30 17:42:23',NULL,NULL,NULL,'b02f8cd3-d907-4de4-92fc-173dba51f6e6'),
(54268,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:43:15','2026-03-30 17:43:15',NULL,NULL,NULL,'1b0a4dd2-b237-4614-bc8d-49122f42804b'),
(54269,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:44:42','2026-03-30 17:44:42',NULL,NULL,NULL,'7683f338-c7a0-411d-82a3-9e9ff2cf8c23'),
(54270,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 17:57:47','2026-03-30 17:57:47',NULL,NULL,NULL,'f27fca60-5f64-4402-97ed-4e07b6464875'),
(54271,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\Submission',1,0,'2026-03-30 18:03:02','2026-03-30 18:03:02',NULL,NULL,NULL,'bc48fefa-3820-476d-b9c5-bc4ef5dfcc5c'),
(54272,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 18:35:30','2026-03-30 18:35:30',NULL,NULL,NULL,'31ea5bc2-6698-479f-a7c6-941437c385f2'),
(54273,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 18:35:31','2026-03-30 18:35:31',NULL,NULL,NULL,'8c2fe34a-a658-4f8a-b285-2cbbd8cf1a4d'),
(54274,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 18:35:31','2026-03-30 18:35:31',NULL,NULL,NULL,'18c2d553-1be3-413a-ab25-d94675f8fca3'),
(54275,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 18:35:31','2026-03-30 18:35:31',NULL,NULL,NULL,'99cec550-9a26-4028-8029-e9cb4a752e90'),
(54276,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 18:35:32','2026-03-30 18:35:32',NULL,NULL,NULL,'116535f6-e9ce-4ea5-8b88-a2ab4eb766e9'),
(54277,NULL,NULL,NULL,NULL,'verbb\\formie\\elements\\SentNotification',1,0,'2026-03-30 18:35:32','2026-03-30 18:35:32',NULL,NULL,NULL,'447ea0f0-1fb8-4c4a-82e7-9c312eabe4a2'),
(54278,NULL,NULL,NULL,8,'craft\\elements\\Asset',1,0,'2026-03-30 18:36:01','2026-03-30 18:36:01',NULL,NULL,NULL,'a6117e25-db7a-4f1b-99b0-4c13c9bcf7b4');
/*!40000 ALTER TABLE `elements` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `elements_bulkops`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `elements_bulkops` WRITE;
/*!40000 ALTER TABLE `elements_bulkops` DISABLE KEYS */;
/*!40000 ALTER TABLE `elements_bulkops` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `elements_owners`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `elements_owners` WRITE;
/*!40000 ALTER TABLE `elements_owners` DISABLE KEYS */;
INSERT INTO `elements_owners` VALUES
(8,2,1),
(8,6507,1),
(56,2,1),
(56,6507,1),
(131,2,1),
(131,6507,1),
(952,951,1),
(953,951,1),
(955,954,1),
(956,954,1),
(970,969,1),
(971,969,1),
(973,972,1),
(974,972,1),
(976,975,1),
(977,975,1),
(979,978,1),
(980,978,1),
(982,981,1),
(983,981,1),
(984,981,1),
(986,985,1),
(987,985,1),
(988,985,1),
(990,989,1),
(991,989,1),
(993,992,1),
(994,992,1),
(996,995,1),
(998,997,1),
(1000,999,1),
(1001,999,1),
(1003,1002,1),
(1004,1002,1),
(1006,1005,1),
(1007,1005,1),
(1009,1008,1),
(1010,1008,1),
(1018,1017,1),
(1019,1017,1),
(1021,1020,1),
(1022,1020,1),
(1032,1031,1),
(1034,1033,1),
(1036,1035,1),
(1037,1035,1),
(1039,1038,1),
(1040,1038,1),
(1042,1041,1),
(1044,1043,1),
(1052,1051,1),
(1053,1051,1),
(1054,1051,1),
(1056,1055,1),
(1057,1055,1),
(1058,1055,1),
(1060,1059,1),
(1061,1059,1),
(1062,1059,1),
(1064,1063,1),
(1065,1063,1),
(1066,1063,1),
(1068,1067,1),
(1069,1067,1),
(1071,1070,1),
(1072,1070,1),
(1074,1073,1),
(1075,1073,1),
(1077,1076,1),
(1078,1076,1),
(1080,1079,1),
(1081,1079,1),
(1083,1082,1),
(1084,1082,1),
(1086,1085,1),
(1087,1085,1),
(1089,1088,1),
(1090,1088,1),
(1092,1091,1),
(1093,1091,1),
(1095,1094,1),
(1096,1094,1),
(1098,1097,1),
(1099,1097,1),
(1101,1100,1),
(1102,1100,1),
(1104,1103,1),
(1105,1103,1),
(1107,1106,1),
(1108,1106,1),
(1110,1109,1),
(1111,1109,1),
(1112,1109,1),
(1114,1113,1),
(1115,1113,1),
(1116,1113,1),
(1118,1117,1),
(1119,1117,1),
(1121,1120,1),
(1122,1120,1),
(1130,1129,1),
(1131,1129,1),
(1133,1132,1),
(1134,1132,1),
(1136,1135,1),
(1137,1135,1),
(1139,1138,1),
(1140,1138,1),
(1144,1143,1),
(1145,1143,1),
(1147,1146,1),
(1148,1146,1),
(1150,1149,1),
(1151,1149,1),
(1153,1152,1),
(1154,1152,1),
(1156,1155,1),
(1157,1155,1),
(1159,1158,1),
(1160,1158,1),
(1162,1161,1),
(1164,1163,1),
(1172,1171,1),
(1173,1171,1),
(1175,1174,1),
(1176,1174,1),
(1186,1185,1),
(1187,1185,1),
(1189,1188,1),
(1190,1188,1),
(1192,1191,1),
(1193,1191,1),
(1195,1194,1),
(1196,1194,1),
(1198,1197,1),
(1200,1199,1),
(1202,1201,1),
(1203,1201,1),
(1204,1201,1),
(1206,1205,1),
(1207,1205,1),
(1208,1205,1),
(1210,1209,1),
(1211,1209,1),
(1213,1212,1),
(1214,1212,1),
(1216,1215,1),
(1218,1217,1),
(1220,1219,1),
(1221,1219,1),
(1223,1222,1),
(1224,1222,1),
(1226,1225,1),
(1227,1225,1),
(1229,1228,1),
(1230,1228,1),
(1232,1231,1),
(1233,1231,1),
(1235,1234,1),
(1236,1234,1),
(1238,1237,1),
(1239,1237,1),
(1241,1240,1),
(1242,1240,1),
(1244,1243,1),
(1245,1243,1),
(1247,1246,1),
(1248,1246,1),
(1250,1249,1),
(1251,1249,1),
(1253,1252,1),
(1254,1252,1),
(1262,1261,1),
(1263,1261,1),
(1264,1261,1),
(1266,1265,1),
(1267,1265,1),
(1268,1265,1),
(1270,1269,1),
(1271,1269,1),
(1272,1269,1),
(1274,1273,1),
(1275,1273,1),
(1276,1273,1),
(1278,1277,1),
(1279,1277,1),
(1281,1280,1),
(1282,1280,1),
(1284,1283,1),
(1285,1283,1),
(1287,1286,1),
(1288,1286,1),
(1290,1289,1),
(1291,1289,1),
(1292,1289,1),
(1294,1293,1),
(1295,1293,1),
(1296,1293,1),
(1298,1297,1),
(1299,1297,1),
(1301,1300,1),
(1302,1300,1),
(1304,1303,1),
(1305,1303,1),
(1307,1306,1),
(1308,1306,1),
(1310,1309,1),
(1311,1309,1),
(1313,1312,1),
(1314,1312,1),
(1316,1315,1),
(1317,1315,1),
(1318,1315,1),
(1320,1319,1),
(1321,1319,1),
(1322,1319,1),
(1324,1323,1),
(1325,1323,1),
(1327,1326,1),
(1328,1326,1),
(1330,1329,1),
(1331,1329,1),
(1332,1329,1),
(1334,1333,1),
(1335,1333,1),
(1336,1333,1),
(1338,1337,1),
(1339,1337,1),
(1341,1340,1),
(1342,1340,1),
(1344,1343,1),
(1345,1343,1),
(1347,1346,1),
(1348,1346,1),
(1350,1349,1),
(1352,1351,1),
(1360,1359,1),
(1361,1359,1),
(1363,1362,1),
(1364,1362,1),
(1366,1365,1),
(1367,1365,1),
(1369,1368,1),
(1370,1368,1),
(1372,1371,1),
(1373,1371,1),
(1375,1374,1),
(1376,1374,1),
(1378,1377,1),
(1379,1377,1),
(1381,1380,1),
(1382,1380,1),
(1384,1383,1),
(1385,1383,1),
(1387,1386,1),
(1388,1386,1),
(1390,1389,1),
(1391,1389,1),
(1393,1392,1),
(1394,1392,1),
(1396,1395,1),
(1397,1395,1),
(1399,1398,1),
(1400,1398,1),
(1402,1401,1),
(1403,1401,1),
(1405,1404,1),
(1406,1404,1),
(1408,1407,1),
(1409,1407,1),
(1411,1410,1),
(1412,1410,1),
(1414,1413,1),
(1415,1413,1),
(1417,1416,1),
(1418,1416,1),
(1420,1419,1),
(1421,1419,1),
(1423,1422,1),
(1424,1422,1),
(1426,1425,1),
(1427,1425,1),
(1429,1428,1),
(1430,1428,1),
(1432,1431,1),
(1433,1431,1),
(1435,1434,1),
(1436,1434,1),
(1438,1437,1),
(1439,1437,1),
(1441,1440,1),
(1442,1440,1),
(1444,1443,1),
(1445,1443,1),
(1447,1446,1),
(1448,1446,1),
(1450,1449,1),
(1451,1449,1),
(1453,1452,1),
(1454,1452,1),
(1456,1455,1),
(1457,1455,1),
(1459,1458,1),
(1460,1458,1),
(1462,1461,1),
(1463,1461,1),
(1465,1464,1),
(1466,1464,1),
(1468,1467,1),
(1469,1467,1),
(1471,1470,1),
(1472,1470,1),
(1474,1473,1),
(1476,1475,1),
(1478,1477,1),
(1480,1479,1),
(1487,2,1),
(1487,6507,1),
(1494,945,1),
(1495,945,1),
(1499,951,1),
(1500,951,1),
(1502,1501,1),
(1502,1967,1),
(1502,2216,1),
(1503,1501,1),
(1503,1967,1),
(1503,2216,1),
(1504,957,1),
(1505,957,1),
(1509,963,1),
(1510,963,1),
(1514,969,1),
(1515,969,1),
(1517,1516,1),
(1517,1995,1),
(1518,1516,1),
(1518,1995,1),
(1519,975,1),
(1520,975,1),
(1522,1521,1),
(1522,2011,1),
(1523,1521,1),
(1523,2011,1),
(1524,981,1),
(1525,981,1),
(1526,981,1),
(1528,1527,1),
(1528,2041,1),
(1529,1527,1),
(1529,2041,1),
(1530,1527,1),
(1530,2041,1),
(1531,989,1),
(1532,989,1),
(1534,1533,1),
(1534,2051,1),
(1535,1533,1),
(1535,2051,1),
(1536,995,1),
(1538,1537,1),
(1538,2055,1),
(1539,999,1),
(1540,999,1),
(1542,1541,1),
(1542,2162,1),
(1543,1541,1),
(1543,2162,1),
(1544,1005,1),
(1545,1005,1),
(1547,1546,1),
(1547,2075,1),
(1548,1546,1),
(1548,2075,1),
(1549,1011,1),
(1550,1011,1),
(1552,1551,1),
(1552,2085,1),
(1553,1551,1),
(1553,2085,1),
(1554,1017,1),
(1555,1017,1),
(1557,1556,1),
(1557,2160,1),
(1558,1556,1),
(1558,2160,1),
(1559,1023,1),
(1560,1023,1),
(1561,1023,1),
(1566,1031,1),
(1568,1567,1),
(1568,2129,1),
(1569,1035,1),
(1570,1035,1),
(1572,1571,1),
(1572,2133,1),
(1573,1571,1),
(1573,2133,1),
(1574,1041,1),
(1576,1575,1),
(1576,2135,1),
(1577,1045,1),
(1578,1045,1),
(1582,1051,1),
(1583,1051,1),
(1584,1051,1),
(1586,1585,1),
(1586,1979,1),
(1586,1981,1),
(1587,1585,1),
(1587,1979,1),
(1587,1981,1),
(1588,1585,1),
(1588,1979,1),
(1588,1981,1),
(1589,1059,1),
(1590,1059,1),
(1591,1059,1),
(1593,1592,1),
(1593,1991,1),
(1594,1592,1),
(1594,1991,1),
(1595,1592,1),
(1595,1991,1),
(1596,1067,1),
(1597,1067,1),
(1599,1598,1),
(1599,2013,1),
(1600,1598,1),
(1600,2013,1),
(1601,1073,1),
(1602,1073,1),
(1604,1603,1),
(1604,2039,1),
(1605,1603,1),
(1605,2039,1),
(1606,1079,1),
(1607,1079,1),
(1609,1608,1),
(1609,2059,1),
(1610,1608,1),
(1610,2059,1),
(1611,1085,1),
(1612,1085,1),
(1614,1613,1),
(1614,2079,1),
(1615,1613,1),
(1615,2079,1),
(1616,1091,1),
(1617,1091,1),
(1619,1618,1),
(1619,2087,1),
(1620,1618,1),
(1620,2087,1),
(1621,1097,1),
(1622,1097,1),
(1624,1623,1),
(1624,2089,1),
(1624,2091,1),
(1625,1623,1),
(1625,2089,1),
(1625,2091,1),
(1626,1103,1),
(1627,1103,1),
(1629,1628,1),
(1629,2095,1),
(1630,1628,1),
(1630,2095,1),
(1631,1109,1),
(1632,1109,1),
(1633,1109,1),
(1635,1634,1),
(1635,2156,1),
(1636,1634,1),
(1636,2156,1),
(1637,1634,1),
(1637,2156,1),
(1638,1117,1),
(1639,1117,1),
(1641,1640,1),
(1641,2154,1),
(1642,1640,1),
(1642,2154,1),
(1643,1123,1),
(1644,1123,1),
(1646,2139,1),
(1647,2139,1),
(1648,1129,1),
(1649,1129,1),
(1651,1650,1),
(1651,2141,1),
(1652,1650,1),
(1652,2141,1),
(1653,1135,1),
(1654,1135,1),
(1656,1655,1),
(1656,2145,1),
(1657,1655,1),
(1657,2145,1),
(1659,1143,1),
(1660,1143,1),
(1662,1661,1),
(1662,2152,1),
(1663,1661,1),
(1663,2152,1),
(1664,1149,1),
(1665,1149,1),
(1667,1666,1),
(1667,2105,1),
(1667,2107,1),
(1667,4148,1),
(1667,4161,1),
(1667,4168,1),
(1668,1666,1),
(1668,2105,1),
(1668,2107,1),
(1668,4148,1),
(1668,4161,1),
(1668,4168,1),
(1669,1155,1),
(1670,1155,1),
(1672,1671,1),
(1672,2109,1),
(1673,1671,1),
(1673,2109,1),
(1674,1161,1),
(1676,1675,1),
(1676,1985,1),
(1676,2206,1),
(1677,1165,1),
(1678,1165,1),
(1680,1958,1),
(1681,1958,1),
(1682,1171,1),
(1683,1171,1),
(1685,1684,1),
(1685,1963,1),
(1686,1684,1),
(1686,1963,1),
(1692,1177,1),
(1693,1177,1),
(1694,1185,1),
(1695,1185,1),
(1697,1696,1),
(1697,1983,1),
(1697,2170,1),
(1698,1696,1),
(1698,1983,1),
(1698,2170,1),
(1699,1191,1),
(1700,1191,1),
(1702,1701,1),
(1702,1999,1),
(1702,2176,1),
(1703,1701,1),
(1703,1999,1),
(1703,2176,1),
(1704,1197,1),
(1706,1705,1),
(1706,2024,1),
(1706,2182,1),
(1707,1201,1),
(1708,1201,1),
(1709,1201,1),
(1711,1710,1),
(1711,2026,1),
(1711,2184,1),
(1712,1710,1),
(1712,2026,1),
(1712,2184,1),
(1713,1710,1),
(1713,2026,1),
(1713,2184,1),
(1714,1209,1),
(1715,1209,1),
(1717,1716,1),
(1717,2030,1),
(1717,2190,1),
(1718,1716,1),
(1718,2030,1),
(1718,2190,1),
(1719,1215,1),
(1721,1720,1),
(1721,2043,1),
(1721,2197,1),
(1722,1219,1),
(1723,1219,1),
(1725,1724,1),
(1725,2057,1),
(1726,1724,1),
(1726,2057,1),
(1727,1225,1),
(1728,1225,1),
(1730,1729,1),
(1730,2071,1),
(1730,2073,1),
(1731,1729,1),
(1731,2071,1),
(1731,2073,1),
(1732,1231,1),
(1733,1231,1),
(1735,1734,1),
(1735,2093,1),
(1735,2203,1),
(1736,1734,1),
(1736,2093,1),
(1736,2203,1),
(1737,1237,1),
(1738,1237,1),
(1740,1739,1),
(1740,2097,1),
(1741,1739,1),
(1741,2097,1),
(1742,1243,1),
(1743,1243,1),
(1745,1744,1),
(1745,2099,1),
(1745,2103,1),
(1746,1744,1),
(1746,2099,1),
(1746,2103,1),
(1747,1249,1),
(1748,1249,1),
(1750,1749,1),
(1750,2137,1),
(1751,1749,1),
(1751,2137,1),
(1752,1255,1),
(1753,1255,1),
(1757,1261,1),
(1758,1261,1),
(1759,1261,1),
(1761,1760,1),
(1761,1969,1),
(1761,2166,1),
(1762,1760,1),
(1762,1969,1),
(1762,2166,1),
(1763,1760,1),
(1763,1969,1),
(1763,2166,1),
(1764,1269,1),
(1765,1269,1),
(1766,1269,1),
(1768,1767,1),
(1768,1993,1),
(1769,1767,1),
(1769,1993,1),
(1770,1767,1),
(1770,1993,1),
(1771,1277,1),
(1772,1277,1),
(1774,1773,1),
(1774,1997,1),
(1774,2174,1),
(1775,1773,1),
(1775,1997,1),
(1775,2174,1),
(1776,1283,1),
(1777,1283,1),
(1779,1778,1),
(1779,2019,1),
(1779,2022,1),
(1780,1778,1),
(1780,2019,1),
(1780,2022,1),
(1781,1289,1),
(1782,1289,1),
(1783,1289,1),
(1785,1784,1),
(1785,2032,1),
(1785,2192,1),
(1786,1784,1),
(1786,2032,1),
(1786,2192,1),
(1787,1784,1),
(1787,2032,1),
(1787,2192,1),
(1788,1297,1),
(1789,1297,1),
(1791,1790,1),
(1791,2034,1),
(1791,2194,1),
(1792,1790,1),
(1792,2034,1),
(1792,2194,1),
(1793,1303,1),
(1794,1303,1),
(1796,1795,1),
(1796,2036,1),
(1796,2196,1),
(1797,1795,1),
(1797,2036,1),
(1797,2196,1),
(1798,1309,1),
(1799,1309,1),
(1801,1800,1),
(1801,2053,1),
(1801,2186,1),
(1802,1800,1),
(1802,2053,1),
(1802,2186,1),
(1803,1315,1),
(1804,1315,1),
(1805,1315,1),
(1807,1806,1),
(1807,2077,1),
(1808,1806,1),
(1808,2077,1),
(1809,1806,1),
(1809,2077,1),
(1810,1323,1),
(1811,1323,1),
(1813,1812,1),
(1813,2083,1),
(1814,1812,1),
(1814,2083,1),
(1815,1329,1),
(1816,1329,1),
(1817,1329,1),
(1819,1818,1),
(1819,2111,1),
(1819,2113,1),
(1820,1818,1),
(1820,2111,1),
(1820,2113,1),
(1821,1818,1),
(1821,2111,1),
(1821,2113,1),
(1822,1337,1),
(1823,1337,1),
(1825,1824,1),
(1825,2117,1),
(1826,1824,1),
(1826,2117,1),
(1827,1343,1),
(1828,1343,1),
(1830,1829,1),
(1830,2121,1),
(1831,1829,1),
(1831,2121,1),
(1832,1349,1),
(1834,1833,1),
(1834,2143,1),
(1835,1353,1),
(1836,1353,1),
(1840,1359,1),
(1841,1359,1),
(1843,1842,1),
(1843,2007,1),
(1843,2178,1),
(1844,1842,1),
(1844,2007,1),
(1844,2178,1),
(1845,1365,1),
(1846,1365,1),
(1848,1847,1),
(1848,2009,1),
(1849,1847,1),
(1849,2009,1),
(1850,1371,1),
(1851,1371,1),
(1853,1852,1),
(1853,2045,1),
(1853,2199,1),
(1854,1852,1),
(1854,2045,1),
(1854,2199,1),
(1855,1377,1),
(1856,1377,1),
(1858,1857,1),
(1858,2063,1),
(1859,1857,1),
(1859,2063,1),
(1860,1383,1),
(1861,1383,1),
(1863,1862,1),
(1863,2081,1),
(1864,1862,1),
(1864,2081,1),
(1865,1389,1),
(1866,1389,1),
(1868,1867,1),
(1868,2102,1),
(1869,1867,1),
(1869,2102,1),
(1870,1395,1),
(1871,1395,1),
(1873,1872,1),
(1873,2123,1),
(1874,1872,1),
(1874,2123,1),
(1875,1401,1),
(1876,1401,1),
(1878,1877,1),
(1878,2125,1),
(1879,1877,1),
(1879,2125,1),
(1880,1407,1),
(1881,1407,1),
(1883,1882,1),
(1883,2119,1),
(1884,1882,1),
(1884,2119,1),
(1885,1413,1),
(1886,1413,1),
(1888,1887,1),
(1888,2131,1),
(1889,1887,1),
(1889,2131,1),
(1890,1419,1),
(1891,1419,1),
(1893,1892,1),
(1893,2001,1),
(1893,2003,1),
(1894,1892,1),
(1894,2001,1),
(1894,2003,1),
(1895,1425,1),
(1896,1425,1),
(1898,1897,1),
(1898,2005,1),
(1899,1897,1),
(1899,2005,1),
(1900,1431,1),
(1901,1431,1),
(1903,1902,1),
(1903,2015,1),
(1903,2180,1),
(1904,1902,1),
(1904,2015,1),
(1904,2180,1),
(1905,1437,1),
(1906,1437,1),
(1908,1907,1),
(1908,2017,1),
(1908,2021,1),
(1908,2218,1),
(1909,1907,1),
(1909,2017,1),
(1909,2021,1),
(1909,2218,1),
(1910,1443,1),
(1911,1443,1),
(1913,1912,1),
(1913,2028,1),
(1913,2188,1),
(1914,1912,1),
(1914,2028,1),
(1914,2188,1),
(1915,1449,1),
(1916,1449,1),
(1918,1917,1),
(1918,2047,1),
(1918,2201,1),
(1919,1917,1),
(1919,2047,1),
(1919,2201,1),
(1920,1455,1),
(1921,1455,1),
(1923,1922,1),
(1923,2049,1),
(1924,1922,1),
(1924,2049,1),
(1925,1461,1),
(1926,1461,1),
(1928,1927,1),
(1928,2065,1),
(1929,1927,1),
(1929,2065,1),
(1930,1467,1),
(1931,1467,1),
(1933,1932,1),
(1933,2067,1),
(1933,2069,1),
(1934,1932,1),
(1934,2067,1),
(1934,2069,1),
(1935,1473,1),
(1937,1936,1),
(1937,2127,1),
(1938,1477,1),
(1940,1939,1),
(1940,2061,1),
(1941,1481,1),
(2223,7694,1),
(2223,7696,1),
(2223,7698,1),
(2223,8376,1),
(2223,8546,1),
(2223,8613,1),
(2223,8619,1),
(2223,8621,1),
(2223,8718,1),
(2223,9341,1),
(2223,9344,1),
(2223,9880,1),
(2223,10422,1),
(2223,10434,1),
(2223,10440,1),
(2223,10508,1),
(2223,11431,1),
(2223,11592,1),
(2223,11600,1),
(2223,11603,1),
(2223,11864,1),
(2223,11892,1),
(2223,12115,1),
(2223,12118,1),
(2223,12207,1),
(2223,14930,1),
(2223,14940,1),
(2223,14955,1),
(2223,14957,1),
(2223,14986,1),
(2223,15310,1),
(2223,15432,1),
(2223,15437,1),
(2223,15929,1),
(2223,15933,1),
(2223,16116,1),
(2223,16938,1),
(2223,17390,1),
(2223,19164,1),
(2223,20831,1),
(2223,20847,1),
(2223,21325,1),
(2223,23846,1),
(2223,24802,1),
(2223,28343,1),
(2223,38475,1),
(2223,38779,1),
(2223,40369,1),
(2223,40501,1),
(2223,50276,1),
(2232,2231,1),
(2232,2635,1),
(2233,2231,1),
(2233,2635,1),
(2233,3223,1),
(2233,3264,1),
(2233,3275,1),
(2233,3757,1),
(2233,4855,1),
(2233,5320,1),
(2233,5682,1),
(2233,6463,1),
(2233,6467,1),
(2233,6953,1),
(2233,7165,1),
(2233,7257,1),
(2233,7287,1),
(2233,7395,1),
(2233,7397,1),
(2233,7399,1),
(2233,7650,1),
(2233,8379,1),
(2233,8381,1),
(2236,3041,1),
(2241,2240,1),
(2241,3095,1),
(2241,3107,1),
(2241,3114,1),
(2242,2240,1),
(2242,3095,1),
(2242,3107,1),
(2242,3114,1),
(2244,2243,1),
(2244,3125,1),
(2245,2243,1),
(2245,3125,1),
(2247,2246,1),
(2247,3159,1),
(2247,3171,1),
(2247,3183,1),
(2247,3188,1),
(2248,2246,1),
(2248,3159,1),
(2248,3171,1),
(2249,2246,1),
(2249,3159,1),
(2249,3171,1),
(2251,2250,1),
(2251,3378,1),
(2251,3390,1),
(2251,3397,1),
(2251,3407,1),
(2251,3413,1),
(2252,2250,1),
(2252,3378,1),
(2252,3390,1),
(2252,3397,1),
(2252,3407,1),
(2252,3413,1),
(2254,2253,1),
(2254,3436,1),
(2254,3443,1),
(2254,3455,1),
(2256,2255,1),
(2256,3472,1),
(2256,3484,1),
(2256,3491,1),
(2257,2255,1),
(2257,3472,1),
(2257,3484,1),
(2257,3491,1),
(2259,2258,1),
(2259,3499,1),
(2259,3512,1),
(2260,2258,1),
(2260,3499,1),
(2260,3512,1),
(2262,2261,1),
(2262,3541,1),
(2262,3548,1),
(2263,2261,1),
(2263,3541,1),
(2263,3548,1),
(2265,2264,1),
(2265,3565,1),
(2265,3577,1),
(2265,3584,1),
(2266,2264,1),
(2266,3565,1),
(2266,3577,1),
(2266,3584,1),
(2272,2271,1),
(2272,5654,1),
(2272,6022,1),
(2274,2273,1),
(2274,3624,1),
(2274,3636,1),
(2274,3643,1),
(2275,2273,1),
(2275,3624,1),
(2275,3636,1),
(2275,3643,1),
(2277,2276,1),
(2277,3655,1),
(2277,3667,1),
(2277,3674,1),
(2279,2278,1),
(2279,2965,1),
(2279,3690,1),
(2279,3704,1),
(2280,2278,1),
(2280,2965,1),
(2280,3690,1),
(2280,3704,1),
(2282,2281,1),
(2282,3723,1),
(2282,3735,1),
(2282,3742,1),
(2282,3750,1),
(2283,2281,1),
(2283,3723,1),
(2283,3735,1),
(2283,3742,1),
(2284,2281,1),
(2284,3723,1),
(2284,3735,1),
(2284,3742,1),
(2286,2285,1),
(2286,2732,1),
(2287,2285,1),
(2287,2732,1),
(2287,3762,1),
(2287,3774,1),
(2287,3781,1),
(2287,3787,1),
(2288,2285,1),
(2288,2732,1),
(2288,3762,1),
(2288,3774,1),
(2288,3781,1),
(2288,3787,1),
(2290,2289,1),
(2291,2289,1),
(2293,2292,1),
(2293,5462,1),
(2293,5865,1),
(2294,2292,1),
(2294,5462,1),
(2294,5865,1),
(2296,2295,1),
(2296,3833,1),
(2296,3845,1),
(2296,3852,1),
(2297,2295,1),
(2297,3833,1),
(2297,3845,1),
(2297,3852,1),
(2299,2298,1),
(2299,3866,1),
(2299,3880,1),
(2300,2298,1),
(2300,3866,1),
(2300,3880,1),
(2302,2301,1),
(2302,3907,1),
(2302,3914,1),
(2303,2301,1),
(2303,3907,1),
(2303,3914,1),
(2305,2304,1),
(2305,3928,1),
(2305,3940,1),
(2305,3949,1),
(2306,2304,1),
(2306,3928,1),
(2306,3940,1),
(2306,3949,1),
(2308,2307,1),
(2308,3970,1),
(2308,3977,1),
(2309,2307,1),
(2309,3970,1),
(2309,3977,1),
(2311,2310,1),
(2312,2310,1),
(2312,3997,1),
(2312,4004,1),
(2313,2310,1),
(2313,3997,1),
(2313,4004,1),
(2315,2314,1),
(2316,2314,1),
(2318,2317,1),
(2318,4046,1),
(2318,4058,1),
(2319,2317,1),
(2319,4046,1),
(2319,4058,1),
(2321,2320,1),
(2321,4094,1),
(2321,4101,1),
(2322,2320,1),
(2322,4094,1),
(2322,4101,1),
(2324,2323,1),
(2324,4984,1),
(2324,4998,1),
(2325,2323,1),
(2325,4984,1),
(2325,4998,1),
(2327,2326,1),
(2327,4110,1),
(2327,4122,1),
(2327,4133,1),
(2328,2326,1),
(2328,4110,1),
(2328,4122,1),
(2328,4133,1),
(2330,2329,1),
(2330,4179,1),
(2330,4182,1),
(2330,4194,1),
(2331,2329,1),
(2331,4179,1),
(2331,4182,1),
(2331,4194,1),
(2333,2332,1),
(2333,6418,1),
(2333,6594,1),
(2333,6604,1),
(2335,2334,1),
(2335,2629,1),
(2335,3217,1),
(2335,4224,1),
(2335,4236,1),
(2335,4243,1),
(2336,2334,1),
(2336,2629,1),
(2336,3217,1),
(2336,4224,1),
(2336,4236,1),
(2336,4243,1),
(2338,2337,1),
(2338,2848,1),
(2338,4254,1),
(2338,4266,1),
(2339,2337,1),
(2339,2848,1),
(2339,4254,1),
(2339,4266,1),
(2344,2343,1),
(2345,2343,1),
(2347,2346,1),
(2347,4370,1),
(2347,4377,1),
(2348,2346,1),
(2348,4370,1),
(2348,4377,1),
(2350,2349,1),
(2350,4396,1),
(2350,4405,1),
(2352,2351,1),
(2353,2351,1),
(2353,4425,1),
(2353,4432,1),
(2354,2351,1),
(2354,4425,1),
(2354,4432,1),
(2356,2355,1),
(2356,4451,1),
(2356,4458,1),
(2357,2355,1),
(2357,4451,1),
(2357,4458,1),
(2359,2358,1),
(2359,4467,1),
(2359,4479,1),
(2359,4486,1),
(2359,4488,1),
(2361,2360,1),
(2361,4509,1),
(2362,2360,1),
(2362,4509,1),
(2364,2363,1),
(2364,4527,1),
(2364,4539,1),
(2364,4546,1),
(2365,2363,1),
(2365,4527,1),
(2365,4539,1),
(2365,4546,1),
(2367,2366,1),
(2368,2366,1),
(2370,2369,1),
(2370,4591,1),
(2370,4598,1),
(2371,2369,1),
(2371,4591,1),
(2371,4598,1),
(2373,2372,1),
(2374,2372,1),
(2376,2375,1),
(2376,4650,1),
(2377,2375,1),
(2377,4650,1),
(2382,2381,1),
(2383,2381,1),
(2383,4872,1),
(2383,4889,1),
(2383,4895,1),
(2384,2381,1),
(2384,4872,1),
(2384,4889,1),
(2384,4895,1),
(2386,2385,1),
(2387,2385,1),
(2387,5364,1),
(2387,5769,1),
(2388,2385,1),
(2388,5364,1),
(2388,5769,1),
(2390,2389,1),
(2390,5374,1),
(2390,5781,1),
(2391,2389,1),
(2391,5374,1),
(2391,5781,1),
(2393,2392,1),
(2393,2733,1),
(2393,5424,1),
(2393,5823,1),
(2394,2392,1),
(2394,2733,1),
(2394,5424,1),
(2394,5823,1),
(2396,2395,1),
(2397,2395,1),
(2397,5448,1),
(2397,5847,1),
(2398,2395,1),
(2398,5448,1),
(2398,5847,1),
(2400,2399,1),
(2400,5453,1),
(2400,5853,1),
(2401,2399,1),
(2401,5453,1),
(2401,5853,1),
(2403,2402,1),
(2403,5467,1),
(2403,5871,1),
(2404,2402,1),
(2404,5467,1),
(2404,5871,1),
(2406,2405,1),
(2406,5501,1),
(2407,2405,1),
(2407,5501,1),
(2409,2408,1),
(2410,2408,1),
(2410,5561,1),
(2410,5925,1),
(2411,2408,1),
(2411,5561,1),
(2411,5925,1),
(2413,2412,1),
(2413,5571,1),
(2413,5931,1),
(2414,2412,1),
(2414,5571,1),
(2414,5931,1),
(2416,2415,1),
(2417,2415,1),
(2417,5623,1),
(2417,5967,1),
(2418,2415,1),
(2418,5623,1),
(2418,5967,1),
(2420,2419,1),
(2420,5224,1),
(2420,5231,1),
(2421,2419,1),
(2421,5224,1),
(2421,5231,1),
(2423,2422,1),
(2424,2422,1),
(2426,2425,1),
(2426,5024,1),
(2426,5031,1),
(2428,2641,1),
(2428,2647,1),
(2428,2673,1),
(2428,2695,1),
(2428,3344,1),
(2429,2641,1),
(2429,2647,1),
(2429,2673,1),
(2429,2695,1),
(2429,3344,1),
(2429,3356,1),
(2429,3359,1),
(2429,3375,1),
(2429,3755,1),
(2429,5712,1),
(2429,6394,1),
(2429,7191,1),
(2429,7264,1),
(2429,7271,1),
(2429,7274,1),
(2429,7341,1),
(2429,7346,1),
(2429,7349,1),
(2429,7386,1),
(2429,7544,1),
(2429,8354,1),
(2429,8519,1),
(2429,8523,1),
(2429,8528,1),
(2429,8547,1),
(2429,8594,1),
(2431,2430,1),
(2431,2640,1),
(2431,2649,1),
(2431,2671,1),
(2431,2697,1),
(2431,5399,1),
(2431,6113,1),
(2431,6923,1),
(2431,7190,1),
(2431,7301,1),
(2431,7304,1),
(2431,7546,1),
(2431,8338,1),
(2431,8340,1),
(2431,8342,1),
(2432,2430,1),
(2432,2640,1),
(2432,2649,1),
(2432,2671,1),
(2432,2697,1),
(2432,5399,1),
(2434,2433,1),
(2434,2643,1),
(2434,2651,1),
(2434,2678,1),
(2434,2698,1),
(2434,5404,1),
(2435,2433,1),
(2435,2643,1),
(2435,2651,1),
(2435,2678,1),
(2435,2698,1),
(2435,5404,1),
(2437,2436,1),
(2437,2645,1),
(2437,2680,1),
(2437,2701,1),
(2437,5482,1),
(2438,2436,1),
(2438,2645,1),
(2438,2680,1),
(2438,2701,1),
(2438,5482,1),
(2440,2439,1),
(2440,2653,1),
(2440,2682,1),
(2440,2703,1),
(2440,5521,1),
(2441,2439,1),
(2441,2653,1),
(2441,2682,1),
(2441,2703,1),
(2441,5521,1),
(2443,2442,1),
(2443,2655,1),
(2443,2684,1),
(2443,2707,1),
(2443,5566,1),
(2444,2442,1),
(2444,2655,1),
(2444,2684,1),
(2444,2707,1),
(2444,5566,1),
(2444,6288,1),
(2444,6404,1),
(2444,7186,1),
(2444,7559,1),
(2444,8364,1),
(2444,8366,1),
(2446,2445,1),
(2446,2657,1),
(2446,2686,1),
(2446,2709,1),
(2446,5613,1),
(2446,5961,1),
(2447,2445,1),
(2447,2657,1),
(2447,2686,1),
(2447,2709,1),
(2447,5613,1),
(2447,5961,1),
(2449,2448,1),
(2449,2659,1),
(2449,2675,1),
(2449,2699,1),
(2449,2909,1),
(2449,5477,1),
(2450,2448,1),
(2450,2659,1),
(2450,2675,1),
(2450,2699,1),
(2450,2909,1),
(2450,5477,1),
(2450,6199,1),
(2450,6412,1),
(2450,7184,1),
(2450,7265,1),
(2450,7267,1),
(2450,7269,1),
(2452,2451,1),
(2452,2661,1),
(2452,2689,1),
(2452,2705,1),
(2453,2451,1),
(2453,2661,1),
(2453,2689,1),
(2453,2705,1),
(2455,2454,1),
(2455,2663,1),
(2455,2691,1),
(2455,2711,1),
(2456,2454,1),
(2456,2663,1),
(2456,2691,1),
(2456,2711,1),
(2458,2457,1),
(2458,2665,1),
(2458,2667,1),
(2458,2669,1),
(2458,2693,1),
(2458,5389,1),
(2459,2457,1),
(2459,2665,1),
(2459,2667,1),
(2459,2669,1),
(2459,2693,1),
(2459,5389,1),
(2461,2460,1),
(2461,5384,1),
(2461,5793,1),
(2462,2460,1),
(2462,5384,1),
(2462,5793,1),
(2464,2463,1),
(2464,5394,1),
(2464,6107,1),
(2464,6836,1),
(2465,2463,1),
(2465,5394,1),
(2467,2466,1),
(2467,5419,1),
(2467,5811,1),
(2468,2466,1),
(2468,5419,1),
(2468,5811,1),
(2470,2469,1),
(2470,4706,1),
(2470,4710,1),
(2470,4712,1),
(2470,4758,1),
(2470,5817,1),
(2471,2469,1),
(2471,4706,1),
(2471,4710,1),
(2471,4712,1),
(2471,4758,1),
(2471,5817,1),
(2473,2472,1),
(2473,4350,1),
(2473,5439,1),
(2474,2472,1),
(2476,2475,1),
(2476,5487,1),
(2477,2475,1),
(2477,5487,1),
(2479,2478,1),
(2479,5492,1),
(2479,5877,1),
(2480,2478,1),
(2480,5492,1),
(2480,5877,1),
(2482,2481,1),
(2482,5541,1),
(2483,2481,1),
(2483,5541,1),
(2485,2484,1),
(2485,5546,1),
(2485,5913,1),
(2486,2484,1),
(2486,5546,1),
(2486,5913,1),
(2486,6266,1),
(2488,2487,1),
(2488,4668,1),
(2488,4670,1),
(2490,2489,1),
(2490,4679,1),
(2490,4681,1),
(2490,4683,1),
(2492,2852,1),
(2492,4666,1),
(2492,4692,1),
(2492,4694,1),
(2492,4696,1),
(2501,7694,1),
(2501,7696,1),
(2501,7698,1),
(2501,8376,1),
(2501,8546,1),
(2501,8613,1),
(2501,8619,1),
(2501,8621,1),
(2785,554,1),
(2791,2,1),
(2791,6507,1),
(2812,554,1),
(2825,2,1),
(2825,6507,1),
(2832,7694,1),
(2832,7696,1),
(2832,7698,1),
(2832,8376,1),
(2832,8546,1),
(2832,8613,1),
(2832,8619,1),
(2832,8621,1),
(2832,8718,1),
(2832,9341,1),
(2832,9344,1),
(2832,9880,1),
(2832,10422,1),
(2832,10434,1),
(2832,10440,1),
(2832,10508,1),
(2832,11431,1),
(2832,11592,1),
(2832,11600,1),
(2832,11603,1),
(2832,11864,1),
(2832,11892,1),
(2832,12115,1),
(2832,12118,1),
(2832,12207,1),
(2832,14930,1),
(2832,14940,1),
(2832,14955,1),
(2832,14957,1),
(2832,14986,1),
(2832,15310,1),
(2832,15432,1),
(2832,15437,1),
(2832,15929,1),
(2832,15933,1),
(2832,16116,1),
(2832,16938,1),
(2832,17390,1),
(2832,19164,1),
(2832,20831,1),
(2832,20847,1),
(2832,21325,1),
(2832,23846,1),
(2832,24802,1),
(2832,28343,1),
(2832,38475,1),
(2832,38779,1),
(2832,40369,1),
(2832,40501,1),
(2832,50276,1),
(2939,7694,1),
(2939,7696,1),
(2939,7698,1),
(2939,8376,1),
(2939,8546,1),
(2939,8613,1),
(2939,8619,1),
(2939,8621,1),
(2939,8718,1),
(2939,9341,1),
(2939,9344,1),
(2939,9880,1),
(2939,10422,1),
(2939,10434,1),
(2939,10440,1),
(2939,10508,1),
(2939,11431,1),
(2939,11592,1),
(2939,11600,1),
(2939,11603,1),
(2939,11864,1),
(2939,11892,1),
(2939,12115,1),
(2939,12118,1),
(2939,12207,1),
(2939,14930,1),
(2939,14940,1),
(2939,14955,1),
(2939,14957,1),
(2939,14986,1),
(2939,15310,1),
(2939,15432,1),
(2939,15437,1),
(2939,15929,1),
(2939,15933,1),
(2939,16116,1),
(2939,16938,1),
(2939,17390,1),
(2939,19164,1),
(2939,20831,1),
(2939,20847,1),
(2939,21325,1),
(2939,23846,1),
(2939,24802,1),
(2939,28343,1),
(2939,38475,1),
(2939,38779,1),
(2939,40369,1),
(2939,40501,1),
(2939,50276,1),
(2983,945,1),
(2989,9882,1),
(2989,10450,1),
(2989,10511,1),
(2989,10519,1),
(2989,11526,1),
(2989,11612,1),
(2989,11744,1),
(2989,11904,1),
(2989,12126,1),
(2989,12211,1),
(2989,14911,1),
(2989,14929,1),
(2989,14944,1),
(2989,14959,1),
(2989,14961,1),
(2989,14988,1),
(2989,15074,1),
(2989,15076,1),
(2989,15078,1),
(2989,15086,1),
(2989,15088,1),
(2989,15096,1),
(2989,15101,1),
(2989,15111,1),
(2989,15113,1),
(2989,15135,1),
(2989,15302,1),
(2989,15399,1),
(2989,15439,1),
(2989,15943,1),
(2989,15946,1),
(2989,15948,1),
(2989,20840,1),
(2989,20924,1),
(2989,21327,1),
(2989,21341,1),
(2989,22385,1),
(2989,23932,1),
(2989,23934,1),
(2989,23937,1),
(2989,28814,1),
(2989,32947,1),
(2989,32948,1),
(2989,32987,1),
(2989,32990,1),
(2989,32992,1),
(2989,32993,1),
(2989,38780,1),
(2989,40508,1),
(2989,50281,1),
(2999,945,1),
(3002,9882,1),
(3002,10450,1),
(3002,10511,1),
(3002,10519,1),
(3002,11526,1),
(3002,11612,1),
(3002,11744,1),
(3002,11904,1),
(3002,12126,1),
(3002,12211,1),
(3002,14911,1),
(3002,14929,1),
(3002,14944,1),
(3002,14959,1),
(3002,14961,1),
(3002,14988,1),
(3002,15074,1),
(3002,15076,1),
(3002,15078,1),
(3002,15086,1),
(3002,15088,1),
(3002,15096,1),
(3002,15101,1),
(3002,15111,1),
(3002,15113,1),
(3002,15135,1),
(3002,15302,1),
(3002,15399,1),
(3002,15439,1),
(3002,15943,1),
(3002,15946,1),
(3002,15948,1),
(3036,957,1),
(3042,3041,1),
(3042,3051,1),
(3042,3055,1),
(3042,3218,1),
(3042,4925,1),
(3042,5335,1),
(3042,5746,1),
(3042,6921,1),
(3042,6984,1),
(3042,7256,1),
(3042,7418,1),
(3042,7420,1),
(3042,7653,1),
(3042,7708,1),
(3042,7710,1),
(3042,7712,1),
(3042,7714,1),
(3042,7716,1),
(3042,7718,1),
(3042,7720,1),
(3042,7723,1),
(3042,7725,1),
(3042,7727,1),
(3042,7736,1),
(3042,8725,1),
(3042,9350,1),
(3042,9887,1),
(3042,10514,1),
(3042,11617,1),
(3042,11620,1),
(3042,12129,1),
(3042,12215,1),
(3042,14964,1),
(3042,14966,1),
(3042,14990,1),
(3042,15292,1),
(3042,15478,1),
(3042,15480,1),
(3042,15962,1),
(3042,15966,1),
(3042,21354,1),
(3042,23852,1),
(3042,34243,1),
(3042,38277,1),
(3042,38295,1),
(3042,38783,1),
(3042,40385,1),
(3042,40438,1),
(3042,40450,1),
(3042,50291,1),
(3052,3051,1),
(3052,3055,1),
(3052,3218,1),
(3052,4925,1),
(3052,5335,1),
(3052,5746,1),
(3052,6921,1),
(3052,6984,1),
(3052,7256,1),
(3052,7418,1),
(3052,7420,1),
(3052,7653,1),
(3052,7708,1),
(3052,7710,1),
(3052,7712,1),
(3052,7714,1),
(3052,7716,1),
(3052,7718,1),
(3052,7720,1),
(3052,7723,1),
(3052,7725,1),
(3052,7727,1),
(3052,7736,1),
(3052,8725,1),
(3052,9350,1),
(3052,9887,1),
(3052,10514,1),
(3052,11617,1),
(3052,11620,1),
(3052,12129,1),
(3052,12215,1),
(3052,14964,1),
(3052,14966,1),
(3052,14990,1),
(3052,15292,1),
(3052,15478,1),
(3052,15480,1),
(3052,15962,1),
(3052,15966,1),
(3052,21354,1),
(3052,23852,1),
(3052,34243,1),
(3052,38277,1),
(3052,38295,1),
(3052,38783,1),
(3053,3051,1),
(3053,3055,1),
(3053,3218,1),
(3053,4925,1),
(3053,5335,1),
(3053,5746,1),
(3053,6921,1),
(3053,6984,1),
(3053,7256,1),
(3053,7418,1),
(3053,7420,1),
(3053,7653,1),
(3053,7708,1),
(3053,7710,1),
(3053,7712,1),
(3053,7714,1),
(3053,7716,1),
(3053,7718,1),
(3053,7720,1),
(3053,7723,1),
(3053,7725,1),
(3053,7727,1),
(3053,7736,1),
(3066,963,1),
(3072,7756,1),
(3072,7767,1),
(3072,7769,1),
(3072,7773,1),
(3072,7775,1),
(3072,7776,1),
(3072,8465,1),
(3072,8543,1),
(3072,8558,1),
(3072,9352,1),
(3072,9568,1),
(3072,9582,1),
(3072,9584,1),
(3072,9586,1),
(3072,9889,1),
(3072,10524,1),
(3072,11623,1),
(3072,11627,1),
(3072,11713,1),
(3072,11740,1),
(3072,11756,1),
(3072,11758,1),
(3072,11779,1),
(3072,11795,1),
(3072,11804,1),
(3072,11811,1),
(3072,11820,1),
(3072,11827,1),
(3072,11851,1),
(3072,11882,1),
(3072,11885,1),
(3072,11889,1),
(3072,12217,1),
(3072,14968,1),
(3072,14992,1),
(3072,15290,1),
(3072,15362,1),
(3072,15482,1),
(3072,15484,1),
(3072,15985,1),
(3072,15988,1),
(3072,15993,1),
(3072,20937,1),
(3072,21362,1),
(3072,23855,1),
(3072,28819,1),
(3072,34261,1),
(3072,38784,1),
(3072,40376,1),
(3072,50296,1),
(3079,963,1),
(3081,7756,1),
(3081,7767,1),
(3081,7769,1),
(3081,7773,1),
(3081,7775,1),
(3081,7776,1),
(3081,8465,1),
(3081,8543,1),
(3081,8558,1),
(3081,9352,1),
(3081,9568,1),
(3081,9582,1),
(3081,9584,1),
(3081,9586,1),
(3081,9889,1),
(3081,10524,1),
(3081,11623,1),
(3081,11627,1),
(3081,11713,1),
(3081,11740,1),
(3081,11756,1),
(3081,11758,1),
(3081,11779,1),
(3081,11795,1),
(3081,11804,1),
(3081,11811,1),
(3081,11820,1),
(3081,11827,1),
(3081,11851,1),
(3081,11882,1),
(3081,11885,1),
(3081,11889,1),
(3081,12217,1),
(3081,14968,1),
(3081,14992,1),
(3081,15290,1),
(3081,15362,1),
(3081,15482,1),
(3081,15484,1),
(3081,15985,1),
(3081,15988,1),
(3081,15993,1),
(3087,7756,1),
(3087,7767,1),
(3087,7769,1),
(3087,7773,1),
(3087,7775,1),
(3087,7776,1),
(3087,8465,1),
(3087,8543,1),
(3087,8558,1),
(3087,9352,1),
(3087,9568,1),
(3087,9582,1),
(3087,9584,1),
(3087,9586,1),
(3087,9889,1),
(3087,10524,1),
(3088,7756,1),
(3088,7767,1),
(3088,7769,1),
(3088,7773,1),
(3088,7775,1),
(3088,7776,1),
(3088,8465,1),
(3088,8543,1),
(3088,8558,1),
(3088,9352,1),
(3088,9568,1),
(3088,9582,1),
(3088,9584,1),
(3088,9586,1),
(3088,9889,1),
(3088,10524,1),
(3088,11623,1),
(3088,11627,1),
(3088,11713,1),
(3088,11740,1),
(3088,11756,1),
(3088,11758,1),
(3088,11779,1),
(3088,11795,1),
(3088,11804,1),
(3088,11811,1),
(3088,11820,1),
(3088,11827,1),
(3088,11851,1),
(3088,11882,1),
(3088,11885,1),
(3088,11889,1),
(3088,12217,1),
(3088,14968,1),
(3088,14992,1),
(3088,15290,1),
(3088,15362,1),
(3088,15482,1),
(3088,15484,1),
(3088,15985,1),
(3088,15988,1),
(3088,15993,1),
(3088,20937,1),
(3088,21362,1),
(3088,23855,1),
(3088,28819,1),
(3088,34261,1),
(3088,38784,1),
(3088,40376,1),
(3088,50296,1),
(3102,969,1),
(3108,3107,1),
(3108,3114,1),
(3108,3118,1),
(3108,5369,1),
(3108,5775,1),
(3108,6077,1),
(3108,6988,1),
(3108,6993,1),
(3108,6996,1),
(3108,7008,1),
(3108,7254,1),
(3108,7427,1),
(3108,7429,1),
(3108,7659,1),
(3108,7786,1),
(3108,7788,1),
(3108,7790,1),
(3108,8383,1),
(3108,9355,1),
(3108,9357,1),
(3108,9891,1),
(3108,10527,1),
(3108,11634,1),
(3108,11932,1),
(3108,12138,1),
(3108,12219,1),
(3108,14948,1),
(3108,14971,1),
(3108,14994,1),
(3108,15270,1),
(3108,15486,1),
(3108,15488,1),
(3108,15999,1),
(3108,16004,1),
(3108,16008,1),
(3108,20954,1),
(3108,21365,1),
(3108,23858,1),
(3108,28825,1),
(3108,38785,1),
(3108,50301,1),
(3119,3118,1),
(3119,5369,1),
(3119,5775,1),
(3119,6077,1),
(3120,3118,1),
(3120,5369,1),
(3120,5775,1),
(3138,975,1),
(3143,975,1),
(3147,3146,1),
(3147,5409,1),
(3147,5799,1),
(3147,6122,1),
(3147,7025,1),
(3147,7253,1),
(3147,7431,1),
(3147,7433,1),
(3147,7662,1),
(3147,7792,1),
(3147,7834,1),
(3147,7836,1),
(3147,8385,1),
(3147,8387,1),
(3147,9359,1),
(3147,9362,1),
(3147,9893,1),
(3147,9895,1),
(3147,10350,1),
(3147,10530,1),
(3147,11641,1),
(3147,11650,1),
(3147,11653,1),
(3147,11947,1),
(3147,12143,1),
(3147,12221,1),
(3147,14976,1),
(3147,14978,1),
(3147,14980,1),
(3147,14995,1),
(3147,15031,1),
(3147,15253,1),
(3147,15490,1),
(3147,15492,1),
(3147,16022,1),
(3147,16027,1),
(3147,16031,1),
(3147,20919,1),
(3147,20962,1),
(3147,21367,1),
(3147,23861,1),
(3147,28757,1),
(3147,38786,1),
(3147,50306,1),
(3152,3146,1),
(3152,5409,1),
(3152,5799,1),
(3152,6122,1),
(3152,7025,1),
(3152,7253,1),
(3152,7431,1),
(3152,7433,1),
(3152,7662,1),
(3152,7792,1),
(3152,7834,1),
(3152,7836,1),
(3152,8385,1),
(3152,8387,1),
(3152,9359,1),
(3152,9362,1),
(3152,9893,1),
(3152,9895,1),
(3152,10350,1),
(3152,10530,1),
(3152,11641,1),
(3152,11650,1),
(3152,11653,1),
(3152,11947,1),
(3152,12143,1),
(3152,12221,1),
(3152,14976,1),
(3152,14978,1),
(3152,14980,1),
(3152,14995,1),
(3152,15031,1),
(3152,15253,1),
(3152,15490,1),
(3152,15492,1),
(3152,16022,1),
(3152,16027,1),
(3152,16031,1),
(3155,3146,1),
(3155,5409,1),
(3155,5799,1),
(3156,3146,1),
(3156,5409,1),
(3156,5799,1),
(3156,6122,1),
(3156,7025,1),
(3156,7253,1),
(3156,7431,1),
(3156,7433,1),
(3156,7662,1),
(3156,7792,1),
(3156,7834,1),
(3156,7836,1),
(3156,8385,1),
(3156,8387,1),
(3166,981,1),
(3172,3171,1),
(3172,3183,1),
(3172,3188,1),
(3172,5458,1),
(3172,5859,1),
(3172,6180,1),
(3172,7252,1),
(3172,7308,1),
(3172,7435,1),
(3172,7665,1),
(3172,7843,1),
(3172,7845,1),
(3172,8715,1),
(3172,9364,1),
(3172,9897,1),
(3172,10533,1),
(3172,11657,1),
(3172,11664,1),
(3172,11667,1),
(3172,11965,1),
(3172,12150,1),
(3172,12223,1),
(3172,14933,1),
(3172,14984,1),
(3172,14997,1),
(3172,15230,1),
(3172,15401,1),
(3172,15494,1),
(3172,15496,1),
(3172,16040,1),
(3172,16043,1),
(3172,20971,1),
(3172,20976,1),
(3172,21369,1),
(3172,23864,1),
(3172,28856,1),
(3172,38787,1),
(3172,39213,1),
(3172,50311,1),
(3184,3183,1),
(3184,3188,1),
(3184,5458,1),
(3184,5859,1),
(3184,6180,1),
(3184,7252,1),
(3184,7308,1),
(3184,7435,1),
(3184,7665,1),
(3184,7843,1),
(3184,7845,1),
(3184,8715,1),
(3184,9364,1),
(3184,9897,1),
(3184,10533,1),
(3184,11657,1),
(3184,11664,1),
(3184,11667,1),
(3184,11965,1),
(3184,12150,1),
(3184,12223,1),
(3184,14933,1),
(3184,14984,1),
(3184,14997,1),
(3184,15230,1),
(3184,15401,1),
(3184,15494,1),
(3184,15496,1),
(3184,16040,1),
(3184,16043,1),
(3184,20971,1),
(3185,3183,1),
(3185,3188,1),
(3185,5458,1),
(3185,5859,1),
(3185,6180,1),
(3185,7252,1),
(3186,3183,1),
(3186,3188,1),
(3186,5458,1),
(3186,5859,1),
(3186,6180,1),
(3186,7252,1),
(3186,7308,1),
(3186,7435,1),
(3186,7665,1),
(3186,7843,1),
(3186,7845,1),
(3224,3223,1),
(3224,3264,1),
(3224,3275,1),
(3224,3757,1),
(3224,4855,1),
(3224,5320,1),
(3224,5682,1),
(3255,951,1),
(3260,951,1),
(3265,3264,1),
(3265,3275,1),
(3265,3757,1),
(3265,4855,1),
(3265,5320,1),
(3265,5682,1),
(3265,6463,1),
(3265,6467,1),
(3265,6953,1),
(3265,7165,1),
(3265,7257,1),
(3265,7287,1),
(3265,7395,1),
(3265,7397,1),
(3265,7399,1),
(3265,7650,1),
(3265,8379,1),
(3265,8381,1),
(3265,8627,1),
(3270,3264,1),
(3270,3275,1),
(3270,3757,1),
(3270,4855,1),
(3270,5320,1),
(3270,5682,1),
(3270,6463,1),
(3270,6467,1),
(3270,6953,1),
(3270,7165,1),
(3270,7257,1),
(3270,7287,1),
(3270,7395,1),
(3270,7397,1),
(3270,7399,1),
(3270,7650,1),
(3270,8379,1),
(3270,8381,1),
(3270,8627,1),
(3270,8637,1),
(3292,2880,1),
(3292,11405,1),
(3297,3296,1),
(3297,3304,1),
(3297,3309,1),
(3297,3320,1),
(3297,3759,1),
(3297,5739,1),
(3297,6457,1),
(3297,7166,1),
(3297,9497,1),
(3297,9499,1),
(3297,11005,1),
(3297,12055,1),
(3303,2880,1),
(3303,11405,1),
(3305,3304,1),
(3305,3309,1),
(3305,3320,1),
(3305,3759,1),
(3305,5739,1),
(3308,2880,1),
(3308,11405,1),
(3310,3309,1),
(3310,3320,1),
(3310,3759,1),
(3310,5739,1),
(3310,6457,1),
(3310,7166,1),
(3310,9497,1),
(3310,9499,1),
(3310,11005,1),
(3310,12055,1),
(3316,2880,1),
(3316,11405,1),
(3321,3320,1),
(3321,3759,1),
(3321,5739,1),
(3321,6457,1),
(3321,7166,1),
(3321,9497,1),
(3321,9499,1),
(3321,11005,1),
(3321,12055,1),
(3335,1353,1),
(3340,1353,1),
(3345,3344,1),
(3345,3356,1),
(3345,3359,1),
(3345,3375,1),
(3345,3755,1),
(3345,5712,1),
(3345,6394,1),
(3345,7191,1),
(3345,7264,1),
(3345,7271,1),
(3345,7274,1),
(3345,7341,1),
(3345,7346,1),
(3345,7349,1),
(3345,7386,1),
(3345,7544,1),
(3345,8354,1),
(3345,8519,1),
(3345,8523,1),
(3345,8528,1),
(3345,8547,1),
(3345,8594,1),
(3345,8902,1),
(3345,9133,1),
(3345,9832,1),
(3345,11411,1),
(3345,11577,1),
(3345,11581,1),
(3345,11926,1),
(3345,12134,1),
(3345,12337,1),
(3345,14535,1),
(3345,14552,1),
(3345,15281,1),
(3345,15740,1),
(3345,16974,1),
(3345,16977,1),
(3345,19804,1),
(3345,24451,1),
(3345,28307,1),
(3345,28309,1),
(3345,36242,1),
(3345,36245,1),
(3345,38452,1),
(3345,38801,1),
(3345,50531,1),
(3350,3344,1),
(3350,3356,1),
(3350,3359,1),
(3350,3375,1),
(3350,3755,1),
(3350,5712,1),
(3350,6394,1),
(3350,7191,1),
(3350,7264,1),
(3350,7271,1),
(3350,7274,1),
(3350,7341,1),
(3350,7346,1),
(3350,7349,1),
(3350,7386,1),
(3350,7544,1),
(3350,8354,1),
(3350,8519,1),
(3350,8523,1),
(3350,8528,1),
(3350,8547,1),
(3350,8594,1),
(3350,8902,1),
(3350,9133,1),
(3350,9832,1),
(3350,11411,1),
(3350,11577,1),
(3350,11581,1),
(3350,11926,1),
(3350,12134,1),
(3350,12337,1),
(3350,14535,1),
(3350,14552,1),
(3350,15281,1),
(3350,15740,1),
(3350,16974,1),
(3350,16977,1),
(3357,3356,1),
(3357,3359,1),
(3357,3375,1),
(3357,3755,1),
(3357,5712,1),
(3357,6394,1),
(3357,7191,1),
(3357,7264,1),
(3357,7271,1),
(3357,7274,1),
(3357,7341,1),
(3357,7346,1),
(3357,7349,1),
(3357,7386,1),
(3357,7544,1),
(3357,8354,1),
(3357,8519,1),
(3357,8523,1),
(3357,8528,1),
(3357,8547,1),
(3357,8594,1),
(3357,8902,1),
(3357,9133,1),
(3357,9832,1),
(3357,11411,1),
(3357,11577,1),
(3357,11581,1),
(3357,11926,1),
(3357,12134,1),
(3357,12337,1),
(3385,989,1),
(3391,3390,1),
(3391,3397,1),
(3391,3407,1),
(3391,3413,1),
(3391,3419,1),
(3391,3423,1),
(3391,5496,1),
(3391,5883,1),
(3391,6221,1),
(3391,7251,1),
(3391,7436,1),
(3391,7668,1),
(3391,7848,1),
(3391,7854,1),
(3391,7856,1),
(3391,8389,1),
(3391,8391,1),
(3391,8393,1),
(3391,9365,1),
(3391,9899,1),
(3391,10536,1),
(3391,11669,1),
(3391,11975,1),
(3391,12156,1),
(3391,12225,1),
(3391,15000,1),
(3391,15215,1),
(3391,15498,1),
(3391,16050,1),
(3391,16053,1),
(3391,20978,1),
(3391,21375,1),
(3391,23867,1),
(3391,28866,1),
(3391,38788,1),
(3391,50317,1),
(3403,989,1),
(3408,3407,1),
(3408,3413,1),
(3408,3419,1),
(3408,3423,1),
(3408,5496,1),
(3408,5883,1),
(3408,6221,1),
(3408,7251,1),
(3408,7436,1),
(3408,7668,1),
(3408,7848,1),
(3408,7854,1),
(3408,7856,1),
(3408,8389,1),
(3408,8391,1),
(3408,8393,1),
(3408,9365,1),
(3408,9899,1),
(3408,10536,1),
(3408,11669,1),
(3408,11975,1),
(3408,12156,1),
(3408,12225,1),
(3408,15000,1),
(3408,15215,1),
(3408,15498,1),
(3408,16050,1),
(3408,16053,1),
(3408,20978,1),
(3420,3419,1),
(3420,3423,1),
(3420,5496,1),
(3420,5883,1),
(3420,6221,1),
(3420,7251,1),
(3420,7436,1),
(3420,7668,1),
(3420,7848,1),
(3420,7854,1),
(3420,7856,1),
(3420,8389,1),
(3420,8391,1),
(3420,8393,1),
(3420,9365,1),
(3420,9899,1),
(3420,10536,1),
(3420,11669,1),
(3420,11975,1),
(3420,12156,1),
(3420,12225,1),
(3420,15000,1),
(3420,15215,1),
(3420,15498,1),
(3420,16050,1),
(3420,16053,1),
(3420,20978,1),
(3420,21375,1),
(3420,23867,1),
(3420,28866,1),
(3420,38788,1),
(3420,50317,1),
(3421,3419,1),
(3421,3423,1),
(3421,5496,1),
(3421,5883,1),
(3421,6221,1),
(3421,7251,1),
(3421,7436,1),
(3421,7668,1),
(3421,7848,1),
(3421,7854,1),
(3421,7856,1),
(3421,8389,1),
(3421,8391,1),
(3421,8393,1),
(3421,9365,1),
(3421,9899,1),
(3421,10536,1),
(3421,11669,1),
(3421,11975,1),
(3421,12156,1),
(3421,12225,1),
(3421,15000,1),
(3421,15215,1),
(3421,15498,1),
(3421,16050,1),
(3421,16053,1),
(3421,20978,1),
(3421,21375,1),
(3421,23867,1),
(3421,28866,1),
(3421,38788,1),
(3421,50317,1),
(3431,995,1),
(3437,3436,1),
(3437,3443,1),
(3437,3455,1),
(3437,3463,1),
(3437,3465,1),
(3437,5506,1),
(3437,6228,1),
(3437,7070,1),
(3437,7250,1),
(3437,7438,1),
(3437,7671,1),
(3437,7865,1),
(3437,7867,1),
(3437,9368,1),
(3437,9371,1),
(3437,9902,1),
(3437,10539,1),
(3437,10997,1),
(3437,11671,1),
(3437,11784,1),
(3437,11979,1),
(3437,12158,1),
(3437,12228,1),
(3437,15003,1),
(3437,15211,1),
(3437,15500,1),
(3437,15770,1),
(3437,15772,1),
(3437,16064,1),
(3437,16069,1),
(3437,20985,1),
(3437,21379,1),
(3437,23870,1),
(3437,28870,1),
(3437,34275,1),
(3437,38789,1),
(3437,40405,1),
(3437,40413,1),
(3437,40416,1),
(3437,40421,1),
(3437,40425,1),
(3437,40431,1),
(3437,40446,1),
(3437,50322,1),
(3450,995,1),
(3456,3455,1),
(3456,3463,1),
(3456,3465,1),
(3456,5506,1),
(3456,6228,1),
(3456,7070,1),
(3456,7250,1),
(3456,7438,1),
(3456,7671,1),
(3456,7865,1),
(3456,7867,1),
(3456,9368,1),
(3456,9371,1),
(3456,9902,1),
(3456,10539,1),
(3456,10997,1),
(3456,11671,1),
(3456,11784,1),
(3456,11979,1),
(3456,12158,1),
(3456,12228,1),
(3456,15003,1),
(3456,15211,1),
(3456,15500,1),
(3456,15770,1),
(3456,15772,1),
(3456,16064,1),
(3456,16069,1),
(3464,3463,1),
(3464,3465,1),
(3464,5506,1),
(3464,6228,1),
(3479,999,1),
(3485,3484,1),
(3485,3491,1),
(3485,4354,1),
(3485,5526,1),
(3485,5895,1),
(3485,6246,1),
(3485,7249,1),
(3485,7439,1),
(3485,7442,1),
(3485,7444,1),
(3485,7875,1),
(3485,7877,1),
(3485,7879,1),
(3485,8395,1),
(3485,8397,1),
(3485,9917,1),
(3485,10352,1),
(3485,10544,1),
(3485,11677,1),
(3485,11680,1),
(3485,11987,1),
(3485,12170,1),
(3485,12230,1),
(3485,15006,1),
(3485,15197,1),
(3485,15503,1),
(3485,16077,1),
(3485,16082,1),
(3485,16086,1),
(3485,20992,1),
(3485,21409,1),
(3485,23873,1),
(3485,28768,1),
(3485,28770,1),
(3485,28775,1),
(3485,34245,1),
(3485,38790,1),
(3485,40456,1),
(3485,50327,1),
(3507,1005,1),
(3513,3512,1),
(3513,3523,1),
(3513,3528,1),
(3513,5556,1),
(3513,6276,1),
(3513,7086,1),
(3513,7248,1),
(3513,7445,1),
(3513,7675,1),
(3513,7887,1),
(3513,7889,1),
(3513,8399,1),
(3513,9373,1),
(3513,9376,1),
(3513,9920,1),
(3513,10547,1),
(3513,11682,1),
(3513,11996,1),
(3513,12232,1),
(3513,15009,1),
(3513,15181,1),
(3513,15505,1),
(3513,15507,1),
(3513,16098,1),
(3513,16104,1),
(3513,16107,1),
(3513,21002,1),
(3513,21417,1),
(3513,23876,1),
(3513,28883,1),
(3513,38792,1),
(3513,40462,1),
(3513,50332,1),
(3522,1005,1),
(3524,3523,1),
(3524,3528,1),
(3524,5556,1),
(3524,6276,1),
(3524,7086,1),
(3524,7248,1),
(3524,7445,1),
(3524,7675,1),
(3524,7887,1),
(3524,7889,1),
(3524,8399,1),
(3524,9373,1),
(3524,9376,1),
(3524,9920,1),
(3524,10547,1),
(3524,11682,1),
(3524,11996,1),
(3524,12232,1),
(3524,15009,1),
(3524,15181,1),
(3524,15505,1),
(3524,15507,1),
(3524,16098,1),
(3524,16104,1),
(3524,16107,1),
(3525,3523,1),
(3525,3528,1),
(3525,5556,1),
(3525,6276,1),
(3526,3523,1),
(3526,3528,1),
(3526,5556,1),
(3526,6276,1),
(3526,7086,1),
(3526,7248,1),
(3526,7445,1),
(3526,7675,1),
(3526,7887,1),
(3526,7889,1),
(3526,8399,1),
(3536,1011,1),
(3542,3541,1),
(3542,3548,1),
(3542,3556,1),
(3542,3562,1),
(3542,5576,1),
(3542,5579,1),
(3542,5937,1),
(3542,6300,1),
(3542,7247,1),
(3542,7312,1),
(3542,7447,1),
(3542,7678,1),
(3542,7895,1),
(3542,7897,1),
(3542,7899,1),
(3542,7902,1),
(3542,7904,1),
(3542,7906,1),
(3542,8401,1),
(3542,8403,1),
(3542,8405,1),
(3542,8407,1),
(3542,9379,1),
(3542,9382,1),
(3542,9922,1),
(3542,10354,1),
(3542,10550,1),
(3542,11686,1),
(3542,11689,1),
(3542,12005,1),
(3542,12178,1),
(3542,12234,1),
(3542,15012,1),
(3542,15172,1),
(3542,15509,1),
(3542,16111,1),
(3542,16114,1),
(3542,16123,1),
(3542,16127,1),
(3542,21023,1),
(3542,21422,1),
(3542,23879,1),
(3542,28890,1),
(3542,34210,1),
(3542,34215,1),
(3542,38793,1),
(3542,50338,1),
(3555,1011,1),
(3557,3556,1),
(3557,3562,1),
(3557,5576,1),
(3557,5579,1),
(3557,5937,1),
(3557,6300,1),
(3557,7247,1),
(3557,7312,1),
(3557,7447,1),
(3557,7678,1),
(3557,7895,1),
(3557,7897,1),
(3557,7899,1),
(3557,7902,1),
(3557,7904,1),
(3557,7906,1),
(3557,8401,1),
(3557,8403,1),
(3557,8405,1),
(3557,8407,1),
(3557,9379,1),
(3557,9382,1),
(3557,9922,1),
(3557,10354,1),
(3557,10550,1),
(3557,11686,1),
(3557,11689,1),
(3557,12005,1),
(3557,12178,1),
(3557,12234,1),
(3557,15012,1),
(3557,15172,1),
(3557,15509,1),
(3557,16111,1),
(3557,16114,1),
(3557,16123,1),
(3557,16127,1),
(3559,3556,1),
(3559,3562,1),
(3559,5576,1),
(3559,5579,1),
(3559,5937,1),
(3560,3556,1),
(3560,3562,1),
(3560,5576,1),
(3560,5579,1),
(3560,5937,1),
(3572,1017,1),
(3578,3577,1),
(3578,3584,1),
(3578,3588,1),
(3578,3592,1),
(3578,5633,1),
(3578,6338,1),
(3578,6345,1),
(3578,7246,1),
(3578,7448,1),
(3578,7450,1),
(3578,7452,1),
(3578,7681,1),
(3578,7912,1),
(3578,7914,1),
(3578,7916,1),
(3578,7918,1),
(3578,9383,1),
(3578,9385,1),
(3578,9387,1),
(3578,9924,1),
(3578,10555,1),
(3578,11690,1),
(3578,12022,1),
(3578,12190,1),
(3578,12238,1),
(3578,15015,1),
(3578,15150,1),
(3578,15511,1),
(3578,16138,1),
(3578,16142,1),
(3578,21437,1),
(3578,23882,1),
(3578,28898,1),
(3578,34276,1),
(3578,38794,1),
(3578,50345,1),
(3589,3588,1),
(3589,3592,1),
(3589,5633,1),
(3589,6338,1),
(3590,3588,1),
(3590,3592,1),
(3590,5633,1),
(3590,6338,1),
(3602,1023,1),
(3608,5263,1),
(3608,5636,1),
(3608,5979,1),
(3608,6348,1),
(3608,7245,1),
(3608,7316,1),
(3608,7319,1),
(3608,7454,1),
(3608,7456,1),
(3608,7684,1),
(3608,7762,1),
(3608,7929,1),
(3608,7931,1),
(3608,7933,1),
(3608,7935,1),
(3608,8409,1),
(3608,8411,1),
(3608,9389,1),
(3608,9391,1),
(3608,9606,1),
(3608,9608,1),
(3608,9610,1),
(3608,9926,1),
(3608,10558,1),
(3608,10999,1),
(3608,11693,1),
(3608,11792,1),
(3608,11796,1),
(3608,11841,1),
(3608,12024,1),
(3608,12194,1),
(3608,12240,1),
(3608,14797,1),
(3608,14900,1),
(3608,15018,1),
(3608,15148,1),
(3608,15513,1),
(3608,16153,1),
(3608,16157,1),
(3608,21040,1),
(3608,21445,1),
(3608,23885,1),
(3608,23898,1),
(3608,23901,1),
(3608,25646,1),
(3608,25683,1),
(3608,34279,1),
(3608,38795,1),
(3608,40495,1),
(3608,50351,1),
(3620,5263,1),
(3620,5636,1),
(3620,5979,1),
(3620,6348,1),
(3620,7245,1),
(3621,5263,1),
(3621,5636,1),
(3621,5979,1),
(3621,6348,1),
(3621,7245,1),
(3621,7316,1),
(3621,7319,1),
(3621,7454,1),
(3621,7456,1),
(3621,7684,1),
(3621,7762,1),
(3621,7929,1),
(3621,7931,1),
(3621,7933,1),
(3621,7935,1),
(3621,8409,1),
(3621,8411,1),
(3621,9389,1),
(3621,9391,1),
(3621,9606,1),
(3621,9608,1),
(3621,9610,1),
(3621,9926,1),
(3621,10558,1),
(3621,10999,1),
(3621,11693,1),
(3621,11792,1),
(3621,11796,1),
(3621,11841,1),
(3621,12024,1),
(3621,12194,1),
(3621,12240,1),
(3621,14797,1),
(3621,14900,1),
(3621,15018,1),
(3621,15148,1),
(3621,15513,1),
(3621,16153,1),
(3621,16157,1),
(3621,21040,1),
(3621,21445,1),
(3621,23885,1),
(3621,23898,1),
(3621,23901,1),
(3621,25646,1),
(3621,25683,1),
(3621,34279,1),
(3621,38795,1),
(3621,40495,1),
(3621,50351,1),
(3631,1035,1),
(3637,3636,1),
(3637,3643,1),
(3637,3649,1),
(3637,3653,1),
(3637,5117,1),
(3637,5657,1),
(3637,6028,1),
(3637,6369,1),
(3637,7243,1),
(3637,7293,1),
(3637,7296,1),
(3637,7459,1),
(3637,7461,1),
(3637,7690,1),
(3637,7958,1),
(3637,7960,1),
(3637,8415,1),
(3637,8417,1),
(3637,9398,1),
(3637,9930,1),
(3637,10561,1),
(3637,11699,1),
(3637,12035,1),
(3637,12242,1),
(3637,14522,1),
(3637,15021,1),
(3637,15052,1),
(3637,15123,1),
(3637,15517,1),
(3637,16162,1),
(3637,16180,1),
(3637,16196,1),
(3637,16199,1),
(3637,16200,1),
(3637,21461,1),
(3637,23888,1),
(3637,28911,1),
(3637,38796,1),
(3637,40468,1),
(3637,50356,1),
(3650,3649,1),
(3650,3653,1),
(3650,5117,1),
(3650,5657,1),
(3650,6028,1),
(3650,6369,1),
(3650,7243,1),
(3651,3649,1),
(3651,3653,1),
(3651,5117,1),
(3651,5657,1),
(3651,6028,1),
(3651,6369,1),
(3651,7243,1),
(3651,7293,1),
(3651,7296,1),
(3651,7459,1),
(3651,7461,1),
(3651,7690,1),
(3651,7958,1),
(3651,7960,1),
(3651,8415,1),
(3651,8417,1),
(3651,9398,1),
(3651,9930,1),
(3651,10561,1),
(3651,11699,1),
(3651,12035,1),
(3651,12242,1),
(3651,14522,1),
(3651,15021,1),
(3651,15052,1),
(3651,15123,1),
(3651,15517,1),
(3651,16162,1),
(3651,16180,1),
(3651,16196,1),
(3651,16199,1),
(3651,16200,1),
(3651,21461,1),
(3651,23888,1),
(3651,28911,1),
(3651,38796,1),
(3651,40468,1),
(3651,50356,1),
(3662,1041,1),
(3668,3667,1),
(3668,3674,1),
(3668,3683,1),
(3668,5101,1),
(3668,5659,1),
(3668,6370,1),
(3668,7242,1),
(3668,7322,1),
(3668,7464,1),
(3668,7466,1),
(3668,7693,1),
(3668,7963,1),
(3668,8418,1),
(3668,9401,1),
(3668,9404,1),
(3668,9458,1),
(3668,9932,1),
(3668,10241,1),
(3668,10243,1),
(3668,10356,1),
(3668,10564,1),
(3668,11703,1),
(3668,11706,1),
(3668,12037,1),
(3668,12200,1),
(3668,12244,1),
(3668,14520,1),
(3668,15024,1),
(3668,15050,1),
(3668,15121,1),
(3668,15518,1),
(3668,16166,1),
(3668,16187,1),
(3668,20891,1),
(3668,21053,1),
(3668,21468,1),
(3668,23891,1),
(3668,38300,1),
(3668,38797,1),
(3668,40473,1),
(3668,50363,1),
(3680,1041,1),
(3684,3683,1),
(3684,5101,1),
(3684,5659,1),
(3684,6370,1),
(3684,7242,1),
(3684,7322,1),
(3684,7464,1),
(3684,7466,1),
(3684,7693,1),
(3684,7963,1),
(3684,8418,1),
(3684,9401,1),
(3684,9404,1),
(3684,9458,1),
(3684,9932,1),
(3684,10241,1),
(3684,10243,1),
(3684,10356,1),
(3684,10564,1),
(3684,11703,1),
(3684,11706,1),
(3684,12037,1),
(3684,12200,1),
(3684,12244,1),
(3684,14520,1),
(3684,15024,1),
(3684,15050,1),
(3684,15121,1),
(3684,15518,1),
(3684,16166,1),
(3684,16187,1),
(3684,20891,1),
(3687,3683,1),
(3687,5101,1),
(3687,5659,1),
(3687,6370,1),
(3687,7242,1),
(3699,1045,1),
(3705,3704,1),
(3705,3717,1),
(3705,4830,1),
(3705,4832,1),
(3705,5081,1),
(3705,5083,1),
(3705,5311,1),
(3705,6521,1),
(3705,6523,1),
(3705,6802,1),
(3705,6966,1),
(3705,6969,1),
(3705,7241,1),
(3705,7468,1),
(3705,7631,1),
(3705,7986,1),
(3705,7988,1),
(3705,7990,1),
(3705,7992,1),
(3705,7994,1),
(3705,7996,1),
(3705,7999,1),
(3705,8001,1),
(3705,8003,1),
(3705,8006,1),
(3705,8420,1),
(3705,8553,1),
(3705,9405,1),
(3705,9934,1),
(3705,10245,1),
(3705,11707,1),
(3705,11895,1),
(3705,11900,1),
(3705,12383,1),
(3705,15306,1),
(3705,15691,1),
(3705,16211,1),
(3705,16921,1),
(3705,21058,1),
(3705,21481,1),
(3705,23702,1),
(3705,28810,1),
(3705,34251,1),
(3705,38317,1),
(3705,38476,1),
(3705,40923,1),
(3705,50369,1),
(3716,1045,1),
(3718,3717,1),
(3718,4830,1),
(3718,4832,1),
(3718,5081,1),
(3718,5083,1),
(3718,5311,1),
(3718,6521,1),
(3718,6523,1),
(3718,6802,1),
(3718,6966,1),
(3718,6969,1),
(3718,7241,1),
(3718,7468,1),
(3718,7631,1),
(3718,7986,1),
(3718,7988,1),
(3718,7990,1),
(3718,7992,1),
(3718,7994,1),
(3718,7996,1),
(3718,7999,1),
(3718,8001,1),
(3718,8003,1),
(3718,8006,1),
(3718,8420,1),
(3718,8553,1),
(3718,9405,1),
(3718,9934,1),
(3718,10245,1),
(3718,11707,1),
(3718,11895,1),
(3718,11900,1),
(3718,12383,1),
(3718,15306,1),
(3718,15691,1),
(3718,16211,1),
(3718,16921,1),
(3719,3717,1),
(3719,4830,1),
(3719,4832,1),
(3719,5081,1),
(3719,5083,1),
(3719,5311,1),
(3719,6521,1),
(3719,6523,1),
(3719,6802,1),
(3720,3717,1),
(3720,4830,1),
(3720,4832,1),
(3720,5081,1),
(3720,5083,1),
(3720,5311,1),
(3720,6521,1),
(3720,6523,1),
(3720,6802,1),
(3720,6966,1),
(3720,6969,1),
(3720,7241,1),
(3720,7468,1),
(3720,7631,1),
(3720,7986,1),
(3720,7988,1),
(3720,7990,1),
(3720,7992,1),
(3720,7994,1),
(3720,7996,1),
(3720,7999,1),
(3720,8001,1),
(3720,8003,1),
(3720,8006,1),
(3720,8420,1),
(3720,8553,1),
(3720,9405,1),
(3720,9934,1),
(3720,10245,1),
(3720,11707,1),
(3720,11895,1),
(3720,11900,1),
(3720,12383,1),
(3720,15306,1),
(3720,15691,1),
(3720,16211,1),
(3720,16921,1),
(3720,21058,1),
(3720,21481,1),
(3720,23702,1),
(3720,28810,1),
(3720,34251,1),
(3730,1051,1),
(3736,3735,1),
(3736,3742,1),
(3736,3750,1),
(3736,5349,1),
(3736,6804,1),
(3736,6999,1),
(3736,7240,1),
(3736,7470,1),
(3736,8007,1),
(3736,8009,1),
(3736,8011,1),
(3736,8013,1),
(3736,8015,1),
(3736,8018,1),
(3736,8020,1),
(3736,8022,1),
(3736,8028,1),
(3736,8030,1),
(3736,8422,1),
(3736,8424,1),
(3736,9406,1),
(3736,9936,1),
(3736,9940,1),
(3736,10358,1),
(3736,11708,1),
(3736,11915,1),
(3736,11920,1),
(3736,12387,1),
(3736,15286,1),
(3736,15693,1),
(3736,16225,1),
(3736,16229,1),
(3736,21061,1),
(3736,21496,1),
(3736,23705,1),
(3736,28755,1),
(3736,36267,1),
(3736,38477,1),
(3736,40279,1),
(3736,40281,1),
(3736,50374,1),
(3736,54156,1),
(3751,3750,1),
(3751,5349,1),
(3751,6804,1),
(3751,6999,1),
(3751,7240,1),
(3751,7470,1),
(3751,8007,1),
(3751,8009,1),
(3751,8011,1),
(3751,8013,1),
(3751,8015,1),
(3751,8018,1),
(3751,8020,1),
(3751,8022,1),
(3751,8028,1),
(3751,8030,1),
(3751,8422,1),
(3751,8424,1),
(3751,9406,1),
(3751,9936,1),
(3751,9940,1),
(3751,10358,1),
(3751,11708,1),
(3751,11915,1),
(3751,11920,1),
(3751,12387,1),
(3751,15286,1),
(3751,15693,1),
(3751,16225,1),
(3751,16229,1),
(3752,3750,1),
(3752,5349,1),
(3752,6804,1),
(3752,6999,1),
(3752,7240,1),
(3752,7470,1),
(3752,8007,1),
(3752,8009,1),
(3752,8011,1),
(3752,8013,1),
(3752,8015,1),
(3752,8018,1),
(3752,8020,1),
(3752,8022,1),
(3752,8028,1),
(3752,8030,1),
(3752,8422,1),
(3752,8424,1),
(3752,9406,1),
(3752,9936,1),
(3752,9940,1),
(3752,10358,1),
(3752,11708,1),
(3752,11915,1),
(3752,11920,1),
(3752,12387,1),
(3752,15286,1),
(3752,15693,1),
(3752,16225,1),
(3752,16229,1),
(3752,21061,1),
(3752,21496,1),
(3752,23705,1),
(3752,28755,1),
(3752,36267,1),
(3752,38477,1),
(3753,3750,1),
(3753,5349,1),
(3753,6804,1),
(3753,6999,1),
(3753,7240,1),
(3753,7470,1),
(3753,8007,1),
(3753,8009,1),
(3753,8011,1),
(3753,8013,1),
(3753,8015,1),
(3753,8018,1),
(3753,8020,1),
(3753,8022,1),
(3753,8028,1),
(3753,8030,1),
(3753,8422,1),
(3753,8424,1),
(3753,9406,1),
(3753,9936,1),
(3753,9940,1),
(3753,10358,1),
(3753,11708,1),
(3753,11915,1),
(3753,11920,1),
(3753,12387,1),
(3753,15286,1),
(3753,15693,1),
(3753,16225,1),
(3753,16229,1),
(3753,21061,1),
(3753,21496,1),
(3753,23705,1),
(3753,28755,1),
(3753,36267,1),
(3753,38477,1),
(3753,40279,1),
(3753,40281,1),
(3753,50374,1),
(3769,1059,1),
(3775,3774,1),
(3775,3781,1),
(3775,3787,1),
(3775,3793,1),
(3775,3797,1),
(3775,5359,1),
(3775,5763,1),
(3775,6387,1),
(3775,6807,1),
(3775,6810,1),
(3775,7004,1),
(3775,7239,1),
(3775,7472,1),
(3775,8037,1),
(3775,8039,1),
(3775,8041,1),
(3775,8043,1),
(3775,8045,1),
(3775,8047,1),
(3775,8426,1),
(3775,8428,1),
(3775,8430,1),
(3775,8615,1),
(3775,8617,1),
(3775,9408,1),
(3775,9938,1),
(3775,11718,1),
(3775,11720,1),
(3775,11928,1),
(3775,12390,1),
(3775,15277,1),
(3775,15695,1),
(3775,16236,1),
(3775,16239,1),
(3775,21071,1),
(3775,21508,1),
(3775,23708,1),
(3775,34253,1),
(3775,34758,1),
(3775,38478,1),
(3775,50379,1),
(3775,50381,1),
(3788,3787,1),
(3788,3793,1),
(3788,3797,1),
(3788,5359,1),
(3788,5763,1),
(3788,6387,1),
(3788,6807,1),
(3788,6810,1),
(3788,7004,1),
(3788,7239,1),
(3788,7472,1),
(3788,8037,1),
(3788,8039,1),
(3788,8041,1),
(3788,8043,1),
(3788,8045,1),
(3788,8047,1),
(3788,8426,1),
(3788,8428,1),
(3788,8430,1),
(3788,8615,1),
(3788,8617,1),
(3788,9408,1),
(3788,9938,1),
(3788,11718,1),
(3788,11720,1),
(3788,11928,1),
(3788,12390,1),
(3788,15277,1),
(3788,15695,1),
(3788,16236,1),
(3788,16239,1),
(3794,3793,1),
(3794,3797,1),
(3794,5359,1),
(3794,5763,1),
(3794,6387,1),
(3794,6807,1),
(3794,6810,1),
(3794,7004,1),
(3794,7239,1),
(3794,7472,1),
(3794,8037,1),
(3794,8039,1),
(3794,8041,1),
(3794,8043,1),
(3794,8045,1),
(3794,8047,1),
(3794,8426,1),
(3794,8428,1),
(3794,8430,1),
(3794,8615,1),
(3794,8617,1),
(3794,9408,1),
(3794,9938,1),
(3794,11718,1),
(3794,11720,1),
(3794,11928,1),
(3794,12390,1),
(3794,15277,1),
(3794,15695,1),
(3794,16236,1),
(3794,16239,1),
(3794,21071,1),
(3794,21508,1),
(3794,23708,1),
(3794,34253,1),
(3795,3793,1),
(3795,3797,1),
(3795,5359,1),
(3795,5763,1),
(3795,6387,1),
(3795,6807,1),
(3795,6810,1),
(3795,7004,1),
(3795,7239,1),
(3795,7472,1),
(3795,8037,1),
(3795,8039,1),
(3795,8041,1),
(3795,8043,1),
(3795,8045,1),
(3795,8047,1),
(3795,8426,1),
(3795,8428,1),
(3795,8430,1),
(3795,8615,1),
(3795,8617,1),
(3795,9408,1),
(3795,9938,1),
(3804,3803,1),
(3804,3820,1),
(3804,3828,1),
(3804,3830,1),
(3804,5414,1),
(3804,5805,1),
(3804,6125,1),
(3804,7027,1),
(3804,7238,1),
(3804,7474,1),
(3804,8049,1),
(3804,8055,1),
(3804,8057,1),
(3804,9410,1),
(3804,9413,1),
(3804,9942,1),
(3804,11722,1),
(3805,3803,1),
(3805,3820,1),
(3805,3828,1),
(3805,3830,1),
(3805,5414,1),
(3805,5805,1),
(3805,6125,1),
(3805,7027,1),
(3805,7238,1),
(3805,7474,1),
(3805,8049,1),
(3805,8055,1),
(3805,8057,1),
(3814,1067,1),
(3819,1067,1),
(3821,3820,1),
(3821,3828,1),
(3821,3830,1),
(3821,5414,1),
(3821,5805,1),
(3821,6125,1),
(3821,7027,1),
(3821,7238,1),
(3821,7474,1),
(3821,8049,1),
(3821,8055,1),
(3821,8057,1),
(3821,9410,1),
(3821,9413,1),
(3821,9942,1),
(3821,11722,1),
(3821,11726,1),
(3821,11729,1),
(3821,11949,1),
(3821,12145,1),
(3821,12393,1),
(3821,15251,1),
(3821,15697,1),
(3821,16246,1),
(3821,16248,1),
(3821,21077,1),
(3821,21520,1),
(3821,23711,1),
(3821,38326,1),
(3821,38372,1),
(3821,38479,1),
(3821,50385,1),
(3826,3820,1),
(3826,3828,1),
(3826,3830,1),
(3826,5414,1),
(3826,5805,1),
(3826,6125,1),
(3826,7027,1),
(3826,7238,1),
(3826,7474,1),
(3826,8049,1),
(3826,8055,1),
(3826,8057,1),
(3826,9410,1),
(3826,9413,1),
(3826,9942,1),
(3826,11722,1),
(3826,11726,1),
(3826,11729,1),
(3826,11949,1),
(3826,12145,1),
(3826,12393,1),
(3826,15251,1),
(3826,15697,1),
(3826,16246,1),
(3826,16248,1),
(3840,1079,1),
(3846,3845,1),
(3846,3852,1),
(3846,3860,1),
(3846,5283,1),
(3846,5285,1),
(3846,5516,1),
(3846,6232,1),
(3846,6816,1),
(3846,7236,1),
(3846,7475,1),
(3846,8083,1),
(3846,8088,1),
(3846,8090,1),
(3846,8434,1),
(3846,9569,1),
(3846,9571,1),
(3846,9573,1),
(3846,9948,1),
(3846,10360,1),
(3846,11556,1),
(3846,11733,1),
(3846,11852,1),
(3846,11899,1),
(3846,12167,1),
(3846,12396,1),
(3846,15205,1),
(3846,15701,1),
(3846,15703,1),
(3846,15705,1),
(3846,16261,1),
(3846,16265,1),
(3846,21081,1),
(3846,21554,1),
(3846,34263,1),
(3846,38321,1),
(3846,38481,1),
(3846,47389,1),
(3846,50395,1),
(3859,1079,1),
(3861,3860,1),
(3861,5283,1),
(3861,5285,1),
(3861,5516,1),
(3861,6232,1),
(3861,6816,1),
(3861,7236,1),
(3861,7475,1),
(3861,8083,1),
(3861,8088,1),
(3861,8090,1),
(3861,8434,1),
(3861,9569,1),
(3861,9571,1),
(3861,9573,1),
(3861,9948,1),
(3861,10360,1),
(3861,11556,1),
(3861,11733,1),
(3861,11852,1),
(3861,11899,1),
(3861,12167,1),
(3861,12396,1),
(3861,15205,1),
(3861,15701,1),
(3861,15703,1),
(3861,15705,1),
(3861,16261,1),
(3861,16265,1),
(3862,3860,1),
(3862,5283,1),
(3862,5285,1),
(3862,5516,1),
(3862,6232,1),
(3862,6816,1),
(3862,7236,1),
(3862,7475,1),
(3862,8083,1),
(3862,8088,1),
(3862,8090,1),
(3862,8434,1),
(3862,9569,1),
(3862,9571,1),
(3862,9573,1),
(3862,9948,1),
(3862,10360,1),
(3862,11556,1),
(3862,11733,1),
(3862,11852,1),
(3862,11899,1),
(3862,12167,1),
(3862,12396,1),
(3862,15205,1),
(3862,15701,1),
(3862,15703,1),
(3862,15705,1),
(3862,16261,1),
(3862,16265,1),
(3862,21081,1),
(3862,21554,1),
(3862,34263,1),
(3862,38321,1),
(3862,38481,1),
(3862,47389,1),
(3862,50395,1),
(3863,3860,1),
(3863,5283,1),
(3863,5285,1),
(3863,5516,1),
(3863,6232,1),
(3863,6816,1),
(3863,7236,1),
(3863,7475,1),
(3863,8083,1),
(3863,8088,1),
(3863,8090,1),
(3863,8434,1),
(3863,9569,1),
(3863,9571,1),
(3863,9573,1),
(3863,9948,1),
(3863,10360,1),
(3863,11556,1),
(3863,11733,1),
(3863,11852,1),
(3863,11899,1),
(3863,12167,1),
(3863,12396,1),
(3863,15205,1),
(3863,15701,1),
(3863,15703,1),
(3863,15705,1),
(3863,16261,1),
(3863,16265,1),
(3863,21081,1),
(3863,21554,1),
(3863,34263,1),
(3874,1085,1),
(3879,1085,1),
(3881,3880,1),
(3881,3890,1),
(3881,3894,1),
(3881,5536,1),
(3881,5907,1),
(3881,6251,1),
(3881,6819,1),
(3881,7235,1),
(3881,7476,1),
(3881,7633,1),
(3881,8096,1),
(3881,8098,1),
(3881,8100,1),
(3881,8102,1),
(3881,8436,1),
(3881,9955,1),
(3881,11738,1),
(3881,11752,1),
(3881,11755,1),
(3881,11991,1),
(3881,12172,1),
(3881,12401,1),
(3881,15193,1),
(3881,15707,1),
(3881,15708,1),
(3881,16272,1),
(3881,16275,1),
(3881,21085,1),
(3881,21576,1),
(3881,23717,1),
(3881,38482,1),
(3881,50400,1),
(3886,3880,1),
(3886,3890,1),
(3886,3894,1),
(3886,5536,1),
(3886,5907,1),
(3886,6251,1),
(3886,6819,1),
(3886,7235,1),
(3886,7476,1),
(3886,7633,1),
(3886,8096,1),
(3886,8098,1),
(3886,8100,1),
(3886,8102,1),
(3886,8436,1),
(3886,9955,1),
(3886,11738,1),
(3886,11752,1),
(3886,11755,1),
(3886,11991,1),
(3886,12172,1),
(3886,12401,1),
(3886,15193,1),
(3886,15707,1),
(3886,15708,1),
(3886,16272,1),
(3886,16275,1),
(3891,3890,1),
(3891,3894,1),
(3891,5536,1),
(3891,5907,1),
(3892,3890,1),
(3892,3894,1),
(3892,5536,1),
(3892,5907,1),
(3892,6251,1),
(3892,6819,1),
(3892,7235,1),
(3892,7476,1),
(3892,7633,1),
(3892,8096,1),
(3892,8098,1),
(3892,8100,1),
(3892,8102,1),
(3892,8436,1),
(3892,9955,1),
(3892,11738,1),
(3902,1091,1),
(3908,3907,1),
(3908,3914,1),
(3908,3922,1),
(3908,5583,1),
(3908,5943,1),
(3908,6303,1),
(3908,6822,1),
(3908,7234,1),
(3908,7477,1),
(3908,8109,1),
(3908,8111,1),
(3908,8113,1),
(3908,8115,1),
(3908,9414,1),
(3908,9963,1),
(3908,11760,1),
(3908,12007,1),
(3908,12404,1),
(3908,15170,1),
(3908,15713,1),
(3908,16283,1),
(3908,16287,1),
(3908,21089,1),
(3908,21591,1),
(3908,33929,1),
(3908,34254,1),
(3908,36160,1),
(3908,36229,1),
(3908,38279,1),
(3908,38296,1),
(3908,38483,1),
(3908,38485,1),
(3908,50405,1),
(3921,1091,1),
(3923,3922,1),
(3923,5583,1),
(3923,5943,1),
(3923,6303,1),
(3923,6822,1),
(3923,7234,1),
(3923,7477,1),
(3923,8109,1),
(3923,8111,1),
(3923,8113,1),
(3923,8115,1),
(3923,9414,1),
(3923,9963,1),
(3923,11760,1),
(3923,12007,1),
(3923,12404,1),
(3923,15170,1),
(3923,15713,1),
(3923,16283,1),
(3923,16287,1),
(3924,3922,1),
(3924,5583,1),
(3924,5943,1),
(3924,6303,1),
(3924,6822,1),
(3924,7234,1),
(3924,7477,1),
(3924,8109,1),
(3924,8111,1),
(3924,8113,1),
(3924,8115,1),
(3924,9414,1),
(3924,9963,1),
(3924,11760,1),
(3924,12007,1),
(3924,12404,1),
(3924,15170,1),
(3924,15713,1),
(3924,16283,1),
(3924,16287,1),
(3924,21089,1),
(3924,21591,1),
(3924,33929,1),
(3924,34254,1),
(3925,3922,1),
(3925,5583,1),
(3925,5943,1),
(3925,6303,1),
(3925,6822,1),
(3925,7234,1),
(3925,7477,1),
(3925,8109,1),
(3925,8111,1),
(3925,8113,1),
(3925,8115,1),
(3925,9414,1),
(3925,9963,1),
(3925,11760,1),
(3925,12007,1),
(3925,12404,1),
(3925,15170,1),
(3925,15713,1),
(3925,16283,1),
(3925,16287,1),
(3925,21089,1),
(3925,21591,1),
(3925,33929,1),
(3925,34254,1),
(3925,36160,1),
(3925,36229,1),
(3925,38279,1),
(3925,38296,1),
(3925,38483,1),
(3925,38485,1),
(3925,50405,1),
(3935,1097,1),
(3941,3940,1),
(3941,3949,1),
(3941,3955,1),
(3941,5588,1),
(3941,6306,1),
(3941,6825,1),
(3941,7233,1),
(3941,7326,1),
(3941,7479,1),
(3941,7635,1),
(3941,8121,1),
(3941,8123,1),
(3941,8125,1),
(3941,8127,1),
(3941,8129,1),
(3941,9416,1),
(3941,9418,1),
(3941,9965,1),
(3941,11762,1),
(3941,12009,1),
(3941,12180,1),
(3941,12406,1),
(3941,15167,1),
(3941,15715,1),
(3941,16298,1),
(3941,16302,1),
(3941,21093,1),
(3941,21604,1),
(3941,23720,1),
(3941,38487,1),
(3941,50410,1),
(3948,1097,1),
(3950,3949,1),
(3950,3955,1),
(3950,5588,1),
(3950,6306,1),
(3950,6825,1),
(3950,7233,1),
(3950,7326,1),
(3950,7479,1),
(3950,7635,1),
(3950,8121,1),
(3950,8123,1),
(3950,8125,1),
(3950,8127,1),
(3950,8129,1),
(3950,9416,1),
(3950,9418,1),
(3950,9965,1),
(3950,11762,1),
(3950,12009,1),
(3950,12180,1),
(3950,12406,1),
(3950,15167,1),
(3950,15715,1),
(3950,16298,1),
(3950,16302,1),
(3956,3955,1),
(3956,5588,1),
(3957,3955,1),
(3957,5588,1),
(3957,6306,1),
(3957,6825,1),
(3957,7233,1),
(3957,7326,1),
(3957,7479,1),
(3957,7635,1),
(3957,8121,1),
(3957,8123,1),
(3957,8125,1),
(3957,8127,1),
(3957,8129,1),
(3957,9416,1),
(3957,9418,1),
(3957,9965,1),
(3957,11762,1),
(3957,12009,1),
(3957,12180,1),
(3957,12406,1),
(3957,15167,1),
(3957,15715,1),
(3957,16298,1),
(3957,16302,1),
(3957,21093,1),
(3957,21604,1),
(3957,23720,1),
(3957,38487,1),
(3957,50410,1),
(3965,1103,1),
(3971,3970,1),
(3971,3977,1),
(3971,3982,1),
(3971,5598,1),
(3971,6312,1),
(3971,7098,1),
(3971,7232,1),
(3971,7481,1),
(3971,7637,1),
(3971,8137,1),
(3971,8139,1),
(3971,8438,1),
(3971,8440,1),
(3971,9419,1),
(3971,9596,1),
(3971,9598,1),
(3971,9967,1),
(3971,11764,1),
(3971,11835,1),
(3971,12013,1),
(3971,12184,1),
(3971,12409,1),
(3971,15163,1),
(3971,15717,1),
(3971,16312,1),
(3971,17232,1),
(3971,21643,1),
(3971,23723,1),
(3971,38488,1),
(3971,50415,1),
(3983,3982,1),
(3983,5598,1),
(3984,3982,1),
(3984,5598,1),
(3984,6312,1),
(3984,7098,1),
(3984,7232,1),
(3984,7481,1),
(3984,7637,1),
(3984,8137,1),
(3984,8139,1),
(3984,8438,1),
(3984,8440,1),
(3984,9419,1),
(3984,9596,1),
(3984,9598,1),
(3984,9967,1),
(3984,11764,1),
(3984,11835,1),
(3984,12013,1),
(3984,12184,1),
(3984,12409,1),
(3984,15163,1),
(3984,15717,1),
(3984,16312,1),
(3984,17232,1),
(3984,21643,1),
(3984,23723,1),
(3984,38488,1),
(3984,50415,1),
(3992,1109,1),
(3998,3997,1),
(3998,4004,1),
(3998,4012,1),
(3998,5136,1),
(3998,5642,1),
(3998,6002,1),
(3998,6356,1),
(3998,7231,1),
(3998,7482,1),
(3998,8143,1),
(3998,8145,1),
(3998,8147,1),
(3998,8149,1),
(3998,8151,1),
(3998,8442,1),
(3998,9421,1),
(3998,9428,1),
(3998,9430,1),
(3998,9969,1),
(3998,11771,1),
(3998,11780,1),
(3998,12029,1),
(3998,12196,1),
(3998,12416,1),
(3998,15060,1),
(3998,15066,1),
(3998,15138,1),
(3998,15719,1),
(3998,17289,1),
(3998,17294,1),
(3998,21096,1),
(3998,21661,1),
(3998,21668,1),
(3998,23726,1),
(3998,25617,1),
(3998,28787,1),
(3998,38490,1),
(3998,38745,1),
(3998,38746,1),
(3998,38749,1),
(3998,40346,1),
(3998,40357,1),
(3998,44483,1),
(3998,50420,1),
(4011,1109,1),
(4013,4012,1),
(4013,5136,1),
(4013,5642,1),
(4013,6002,1),
(4013,6356,1),
(4013,7231,1),
(4013,7482,1),
(4013,8143,1),
(4013,8145,1),
(4013,8147,1),
(4013,8149,1),
(4013,8151,1),
(4013,8442,1),
(4013,9421,1),
(4013,9428,1),
(4013,9430,1),
(4013,9969,1),
(4013,11771,1),
(4013,11780,1),
(4013,12029,1),
(4013,12196,1),
(4013,12416,1),
(4013,15060,1),
(4013,15066,1),
(4013,15138,1),
(4013,15719,1),
(4013,17289,1),
(4013,17294,1),
(4014,4012,1),
(4014,5136,1),
(4014,5642,1),
(4014,6002,1),
(4014,6356,1),
(4014,7231,1),
(4014,7482,1),
(4014,8143,1),
(4014,8145,1),
(4014,8147,1),
(4014,8149,1),
(4014,8151,1),
(4014,8442,1),
(4014,9421,1),
(4014,9428,1),
(4014,9430,1),
(4014,9969,1),
(4015,4012,1),
(4015,5136,1),
(4015,5642,1),
(4015,6002,1),
(4015,6356,1),
(4015,7231,1),
(4015,7482,1),
(4015,8143,1),
(4015,8145,1),
(4015,8147,1),
(4015,8149,1),
(4015,8151,1),
(4015,8442,1),
(4015,9421,1),
(4015,9428,1),
(4015,9430,1),
(4015,9969,1),
(4015,11771,1),
(4015,11780,1),
(4015,12029,1),
(4015,12196,1),
(4015,12416,1),
(4015,15060,1),
(4015,15066,1),
(4015,15138,1),
(4015,15719,1),
(4015,17289,1),
(4015,17294,1),
(4015,21096,1),
(4015,21661,1),
(4015,21668,1),
(4015,23726,1),
(4015,25617,1),
(4015,28787,1),
(4015,38490,1),
(4015,38745,1),
(4015,38746,1),
(4015,38749,1),
(4026,1117,1),
(4031,4030,1),
(4031,4038,1),
(4031,4042,1),
(4031,5645,1),
(4031,6008,1),
(4031,6358,1),
(4031,7230,1),
(4031,7483,1),
(4031,8154,1),
(4031,8156,1),
(4031,8158,1),
(4031,8160,1),
(4031,8166,1),
(4031,8168,1),
(4031,8170,1),
(4031,8444,1),
(4031,9432,1),
(4031,9435,1),
(4031,9974,1),
(4031,11595,1),
(4031,11799,1),
(4031,12031,1),
(4031,12198,1),
(4031,12334,1),
(4031,12338,1),
(4031,12419,1),
(4031,15058,1),
(4031,15136,1),
(4031,15721,1),
(4031,17334,1),
(4031,17339,1),
(4031,17342,1),
(4031,21679,1),
(4031,23732,1),
(4031,38305,1),
(4031,38492,1),
(4031,50425,1),
(4035,4030,1),
(4035,4038,1),
(4036,4030,1),
(4036,4038,1),
(4043,4042,1),
(4043,5645,1),
(4043,6008,1),
(4043,6358,1),
(4043,7230,1),
(4043,7483,1),
(4043,8154,1),
(4043,8156,1),
(4043,8158,1),
(4043,8160,1),
(4043,8166,1),
(4043,8168,1),
(4043,8170,1),
(4043,8444,1),
(4043,9432,1),
(4043,9435,1),
(4043,9974,1),
(4044,4042,1),
(4044,5645,1),
(4044,6008,1),
(4044,6358,1),
(4044,7230,1),
(4044,7483,1),
(4044,8154,1),
(4044,8156,1),
(4044,8158,1),
(4044,8160,1),
(4044,8166,1),
(4044,8168,1),
(4044,8170,1),
(4044,8444,1),
(4053,1123,1),
(4059,4058,1),
(4059,4072,1),
(4059,4078,1),
(4059,4081,1),
(4059,5072,1),
(4059,5076,1),
(4059,5666,1),
(4059,6375,1),
(4059,6445,1),
(4059,6828,1),
(4059,7229,1),
(4059,7330,1),
(4059,7485,1),
(4059,8172,1),
(4059,8179,1),
(4059,8181,1),
(4059,8183,1),
(4059,8185,1),
(4059,8186,1),
(4059,8188,1),
(4059,8190,1),
(4059,8192,1),
(4059,8195,1),
(4059,8197,1),
(4059,8199,1),
(4059,8446,1),
(4059,9438,1),
(4059,9441,1),
(4059,9977,1),
(4059,10362,1),
(4059,12041,1),
(4059,12202,1),
(4059,12351,1),
(4059,12426,1),
(4059,15046,1),
(4059,15109,1),
(4059,15723,1),
(4059,17362,1),
(4059,17367,1),
(4059,20895,1),
(4059,21101,1),
(4059,21698,1),
(4059,23735,1),
(4059,36233,1),
(4059,36237,1),
(4059,38493,1),
(4059,50430,1),
(4070,1123,1),
(4073,4072,1),
(4073,4078,1),
(4073,4081,1),
(4073,5072,1),
(4073,5076,1),
(4073,5666,1),
(4073,6375,1),
(4073,6445,1),
(4073,6828,1),
(4073,7229,1),
(4073,7330,1),
(4073,7485,1),
(4073,8172,1),
(4073,8179,1),
(4073,8181,1),
(4073,8183,1),
(4073,8185,1),
(4073,8186,1),
(4073,8188,1),
(4073,8190,1),
(4073,8192,1),
(4073,8195,1),
(4073,8197,1),
(4073,8199,1),
(4073,8446,1),
(4073,9438,1),
(4073,9441,1),
(4073,9977,1),
(4073,10362,1),
(4073,12041,1),
(4073,12202,1),
(4073,12351,1),
(4073,12426,1),
(4073,15046,1),
(4073,15109,1),
(4073,15723,1),
(4073,17362,1),
(4073,17367,1),
(4073,20895,1),
(4075,4072,1),
(4075,4078,1),
(4075,4081,1),
(4075,5072,1),
(4075,5076,1),
(4075,5666,1),
(4076,4072,1),
(4076,4078,1),
(4076,4081,1),
(4076,5072,1),
(4076,5076,1),
(4076,5666,1),
(4076,6375,1),
(4076,6445,1),
(4076,6828,1),
(4076,7229,1),
(4076,7330,1),
(4076,7485,1),
(4076,8172,1),
(4076,8179,1),
(4076,8181,1),
(4076,8183,1),
(4076,8185,1),
(4076,8186,1),
(4076,8188,1),
(4076,8190,1),
(4076,8192,1),
(4076,8195,1),
(4076,8197,1),
(4076,8199,1),
(4076,8446,1),
(4089,1129,1),
(4095,4094,1),
(4095,4101,1),
(4095,4106,1),
(4095,5061,1),
(4095,5668,1),
(4095,6378,1),
(4095,6831,1),
(4095,7228,1),
(4095,7487,1),
(4095,7489,1),
(4095,7497,1),
(4095,7639,1),
(4095,8201,1),
(4095,8203,1),
(4095,8205,1),
(4095,8207,1),
(4095,8448,1),
(4095,9443,1),
(4095,9446,1),
(4095,9980,1),
(4095,12043,1),
(4095,12423,1),
(4095,12477,1),
(4095,12480,1),
(4095,15044,1),
(4095,15107,1),
(4095,15725,1),
(4095,17377,1),
(4095,17381,1),
(4095,21713,1),
(4095,23738,1),
(4095,28916,1),
(4095,34343,1),
(4095,38494,1),
(4095,47368,1),
(4095,50436,1),
(4107,4106,1),
(4107,5061,1),
(4107,5668,1),
(4107,6378,1),
(4107,6831,1),
(4107,7228,1),
(4107,7487,1),
(4107,7489,1),
(4107,7497,1),
(4107,7639,1),
(4107,8201,1),
(4107,8203,1),
(4107,8205,1),
(4107,8207,1),
(4107,8448,1),
(4108,4106,1),
(4108,5061,1),
(4108,5668,1),
(4108,6378,1),
(4108,6831,1),
(4108,7228,1),
(4108,7487,1),
(4108,7489,1),
(4108,7497,1),
(4108,7639,1),
(4108,8201,1),
(4108,8203,1),
(4108,8205,1),
(4108,8207,1),
(4108,8448,1),
(4108,9443,1),
(4108,9446,1),
(4108,9980,1),
(4108,12043,1),
(4108,12423,1),
(4108,12477,1),
(4108,12480,1),
(4108,15044,1),
(4108,15107,1),
(4108,15725,1),
(4108,17377,1),
(4108,17381,1),
(4108,21713,1),
(4108,23738,1),
(4108,28916,1),
(4108,34343,1),
(4108,38494,1),
(4108,47368,1),
(4108,50436,1),
(4117,1143,1),
(4123,4122,1),
(4123,4133,1),
(4123,4144,1),
(4123,4958,1),
(4123,4967,1),
(4123,6384,1),
(4123,6834,1),
(4123,7225,1),
(4123,7491,1),
(4123,7495,1),
(4123,7603,1),
(4123,7605,1),
(4123,7623,1),
(4123,7643,1),
(4123,8228,1),
(4123,8230,1),
(4123,8232,1),
(4123,8234,1),
(4123,8452,1),
(4123,9477,1),
(4123,9984,1),
(4123,12047,1),
(4123,12204,1),
(4123,12429,1),
(4123,12485,1),
(4123,12488,1),
(4123,15037,1),
(4123,15092,1),
(4123,15729,1),
(4123,17396,1),
(4123,21107,1),
(4123,21744,1),
(4123,23741,1),
(4123,38497,1),
(4123,50451,1),
(4131,1143,1),
(4134,4133,1),
(4134,4144,1),
(4134,4958,1),
(4134,4967,1),
(4134,6384,1),
(4134,6834,1),
(4134,7225,1),
(4134,7491,1),
(4134,7495,1),
(4134,7603,1),
(4134,7605,1),
(4134,7623,1),
(4134,7643,1),
(4134,8228,1),
(4134,8230,1),
(4134,8232,1),
(4134,8234,1),
(4134,8452,1),
(4134,9477,1),
(4134,9984,1),
(4134,12047,1),
(4134,12204,1),
(4134,12429,1),
(4134,12485,1),
(4134,12488,1),
(4134,15037,1),
(4134,15092,1),
(4134,15729,1),
(4134,17396,1),
(4143,1143,1),
(4145,4144,1),
(4145,4958,1),
(4145,4967,1),
(4145,6384,1),
(4145,6834,1),
(4145,7225,1),
(4145,7491,1),
(4145,7495,1),
(4145,7603,1),
(4145,7605,1),
(4145,7623,1),
(4145,7643,1),
(4145,8228,1),
(4145,8230,1),
(4145,8232,1),
(4145,8234,1),
(4145,8452,1),
(4145,9477,1),
(4145,9984,1),
(4145,12047,1),
(4145,12204,1),
(4145,12429,1),
(4145,12485,1),
(4145,12488,1),
(4145,15037,1),
(4145,15092,1),
(4145,15729,1),
(4145,17396,1),
(4145,21107,1),
(4145,21744,1),
(4145,23741,1),
(4145,38497,1),
(4145,50451,1),
(4146,4144,1),
(4146,4958,1),
(4146,4967,1),
(4146,6384,1),
(4146,6834,1),
(4146,7225,1),
(4146,7491,1),
(4146,7495,1),
(4146,7603,1),
(4146,7605,1),
(4146,7623,1),
(4146,7643,1),
(4146,8228,1),
(4146,8230,1),
(4146,8232,1),
(4146,8234,1),
(4146,8452,1),
(4146,9477,1),
(4146,9984,1),
(4146,12047,1),
(4146,12204,1),
(4146,12429,1),
(4146,12485,1),
(4146,12488,1),
(4146,15037,1),
(4146,15092,1),
(4146,15729,1),
(4146,17396,1),
(4146,21107,1),
(4146,21744,1),
(4146,23741,1),
(4146,38497,1),
(4146,50451,1),
(4156,1149,1),
(4162,4161,1),
(4162,4168,1),
(4162,4175,1),
(4162,5618,1),
(4162,6325,1),
(4162,7224,1),
(4162,7492,1),
(4162,7611,1),
(4162,7629,1),
(4162,9514,1),
(4162,9517,1),
(4162,9986,1),
(4162,10364,1),
(4162,12433,1),
(4174,1149,1),
(4176,4175,1),
(4176,5618,1),
(4176,6325,1),
(4176,7224,1),
(4176,7492,1),
(4176,7611,1),
(4176,7629,1),
(4176,9514,1),
(4176,9517,1),
(4176,9986,1),
(4176,10364,1),
(4176,12433,1),
(4177,4175,1),
(4177,5618,1),
(4177,6325,1),
(4177,7224,1),
(4177,7492,1),
(4177,7611,1),
(4177,7629,1),
(4177,9514,1),
(4177,9517,1),
(4177,9986,1),
(4177,10364,1),
(4177,12433,1),
(4189,1155,1),
(4195,4194,1),
(4195,4215,1),
(4195,6327,1),
(4195,7223,1),
(4195,7493,1),
(4195,7609,1),
(4195,7627,1),
(4195,9521,1),
(4195,9523,1),
(4195,9988,1),
(4195,10366,1),
(4195,12439,1),
(4210,1155,1),
(4214,1155,1),
(4216,4215,1),
(4216,6327,1),
(4216,7223,1),
(4216,7493,1),
(4216,7609,1),
(4216,7627,1),
(4216,9521,1),
(4216,9523,1),
(4216,9988,1),
(4216,10366,1),
(4216,12439,1),
(4220,4215,1),
(4220,6327,1),
(4220,7223,1),
(4220,7493,1),
(4220,7609,1),
(4220,7627,1),
(4220,9521,1),
(4220,9523,1),
(4220,9988,1),
(4220,10366,1),
(4220,12439,1),
(4221,4215,1),
(4221,6327,1),
(4221,7223,1),
(4221,7493,1),
(4221,7609,1),
(4221,7627,1),
(4221,9521,1),
(4221,9523,1),
(4221,9988,1),
(4221,10366,1),
(4221,12439,1),
(4231,1165,1),
(4237,4236,1),
(4237,4243,1),
(4237,4248,1),
(4237,4252,1),
(4237,6624,1),
(4237,6631,1),
(4237,6634,1),
(4237,6886,1),
(4237,6962,1),
(4237,7221,1),
(4237,7260,1),
(4237,7500,1),
(4237,7601,1),
(4237,7621,1),
(4237,7795,1),
(4237,7797,1),
(4237,7808,1),
(4237,7811,1),
(4237,7813,1),
(4237,7970,1),
(4237,7972,1),
(4237,7980,1),
(4237,8551,1),
(4237,9480,1),
(4237,9482,1),
(4237,9991,1),
(4237,9999,1),
(4237,11893,1),
(4237,12116,1),
(4237,12120,1),
(4237,12510,1),
(4237,15308,1),
(4237,15807,1),
(4237,16909,1),
(4237,16916,1),
(4237,16919,1),
(4237,21764,1),
(4237,28753,1),
(4237,28773,1),
(4237,28808,1),
(4237,34277,1),
(4237,38765,1),
(4237,40515,1),
(4237,47405,1),
(4237,50461,1),
(4249,4248,1),
(4249,4252,1),
(4249,6624,1),
(4250,4248,1),
(4250,4252,1),
(4250,6624,1),
(4250,6631,1),
(4250,6634,1),
(4250,6886,1),
(4250,6962,1),
(4250,7221,1),
(4250,7260,1),
(4250,7500,1),
(4250,7601,1),
(4250,7621,1),
(4250,7795,1),
(4250,7797,1),
(4250,7808,1),
(4250,7811,1),
(4250,7813,1),
(4250,7970,1),
(4250,7972,1),
(4250,7980,1),
(4250,8551,1),
(4250,9480,1),
(4250,9482,1),
(4250,9991,1),
(4250,9999,1),
(4250,11893,1),
(4250,12116,1),
(4250,12120,1),
(4250,12510,1),
(4250,15308,1),
(4250,15807,1),
(4250,16909,1),
(4250,16916,1),
(4250,16919,1),
(4250,21764,1),
(4250,28753,1),
(4250,28773,1),
(4250,28808,1),
(4250,34277,1),
(4250,38765,1),
(4250,40515,1),
(4250,47405,1),
(4250,50461,1),
(4261,1171,1),
(4267,4266,1),
(4267,4278,1),
(4267,4839,1),
(4267,5308,1),
(4267,5721,1),
(4267,6888,1),
(4267,6975,1),
(4267,6978,1),
(4267,7220,1),
(4267,7501,1),
(4267,7799,1),
(4267,7801,1),
(4267,7974,1),
(4267,8258,1),
(4267,8728,1),
(4267,8730,1),
(4267,8734,1),
(4267,8737,1),
(4267,9484,1),
(4267,9993,1),
(4267,10368,1),
(4267,10475,1),
(4267,11897,1),
(4267,11902,1),
(4267,12122,1),
(4267,12128,1),
(4267,12513,1),
(4267,14923,1),
(4267,15304,1),
(4267,15809,1),
(4267,15811,1),
(4267,16924,1),
(4267,21112,1),
(4267,21779,1),
(4267,23803,1),
(4267,28777,1),
(4267,28812,1),
(4267,38766,1),
(4267,50665,1),
(4277,1171,1),
(4279,4278,1),
(4279,4839,1),
(4279,5308,1),
(4279,5721,1),
(4279,6888,1),
(4279,6975,1),
(4279,6978,1),
(4279,7220,1),
(4279,7501,1),
(4279,7799,1),
(4279,7801,1),
(4279,7974,1),
(4279,8258,1),
(4279,8728,1),
(4279,8730,1),
(4279,8734,1),
(4279,8737,1),
(4279,9484,1),
(4279,9993,1),
(4279,10368,1),
(4279,10475,1),
(4279,11897,1),
(4279,11902,1),
(4279,12122,1),
(4279,12128,1),
(4279,12513,1),
(4279,14923,1),
(4279,15304,1),
(4279,15809,1),
(4279,15811,1),
(4279,16924,1),
(4280,4278,1),
(4280,4839,1),
(4280,5308,1),
(4280,5721,1),
(4280,6888,1),
(4281,4278,1),
(4281,4839,1),
(4281,5308,1),
(4281,5721,1),
(4281,6888,1),
(4281,6975,1),
(4281,6978,1),
(4281,7220,1),
(4281,7501,1),
(4281,7799,1),
(4281,7801,1),
(4281,7974,1),
(4281,8258,1),
(4281,8728,1),
(4281,8730,1),
(4289,1177,1),
(4295,6454,1),
(4295,6612,1),
(4295,6616,1),
(4295,6619,1),
(4295,6712,1),
(4295,6714,1),
(4295,6716,1),
(4295,6720,1),
(4295,6726,1),
(4295,6982,1),
(4295,7219,1),
(4295,7503,1),
(4295,7760,1),
(4295,7815,1),
(4295,7823,1),
(4295,7962,1),
(4295,7965,1),
(4295,7976,1),
(4295,8738,1),
(4295,8741,1),
(4295,8743,1),
(4295,9487,1),
(4295,9491,1),
(4295,9494,1),
(4295,9496,1),
(4295,9996,1),
(4295,10479,1),
(4295,11543,1),
(4295,11872,1),
(4295,11876,1),
(4295,11887,1),
(4295,11911,1),
(4295,12049,1),
(4295,12515,1),
(4295,12530,1),
(4295,12553,1),
(4295,12570,1),
(4295,12582,1),
(4295,12616,1),
(4295,15294,1),
(4295,15813,1),
(4295,15815,1),
(4295,16933,1),
(4295,16936,1),
(4295,16944,1),
(4295,21795,1),
(4295,23806,1),
(4295,28817,1),
(4295,38767,1),
(4295,50467,1),
(4324,4323,1),
(4324,4337,1),
(4324,4344,1),
(4324,4345,1),
(4324,5354,1),
(4324,5757,1),
(4324,7000,1),
(4324,7218,1),
(4324,7505,1),
(4324,7599,1),
(4324,7619,1),
(4324,7978,1),
(4324,8755,1),
(4324,8757,1),
(4324,8761,1),
(4325,4323,1),
(4325,4337,1),
(4325,4344,1),
(4325,4345,1),
(4325,5354,1),
(4325,5757,1),
(4325,7000,1),
(4325,7218,1),
(4325,7505,1),
(4325,7599,1),
(4325,7619,1),
(4325,7978,1),
(4325,8755,1),
(4325,8757,1),
(4332,1185,1),
(4338,4337,1),
(4338,4344,1),
(4338,4345,1),
(4338,5354,1),
(4338,5757,1),
(4338,7000,1),
(4338,7218,1),
(4338,7505,1),
(4338,7599,1),
(4338,7619,1),
(4338,7978,1),
(4338,8755,1),
(4338,8757,1),
(4338,8761,1),
(4338,8771,1),
(4338,9503,1),
(4338,9506,1),
(4338,10002,1),
(4338,10481,1),
(4338,11001,1),
(4338,11007,1),
(4338,11922,1),
(4338,12132,1),
(4338,12500,1),
(4338,15284,1),
(4338,15818,1),
(4338,16956,1),
(4338,16959,1),
(4338,16962,1),
(4338,21813,1),
(4338,21848,1),
(4338,23812,1),
(4338,50472,1),
(4351,4350,1),
(4351,5439,1),
(4351,6159,1),
(4351,7049,1),
(4351,7176,1),
(4351,7571,1),
(4351,8473,1),
(4351,8491,1),
(4351,9287,1),
(4351,9295,1),
(4351,9297,1),
(4351,9815,1),
(4351,10159,1),
(4351,11274,1),
(4351,12456,1),
(4351,14483,1),
(4351,15238,1),
(4351,15795,1),
(4351,17100,1),
(4351,17103,1),
(4351,21146,1),
(4351,23756,1),
(4351,28847,1),
(4351,38298,1),
(4351,38502,1),
(4351,50244,1),
(4355,4354,1),
(4355,5526,1),
(4355,5895,1),
(4355,6246,1),
(4355,7249,1),
(4355,7439,1),
(4355,7442,1),
(4355,7444,1),
(4355,7875,1),
(4355,7877,1),
(4355,7879,1),
(4355,8395,1),
(4355,8397,1),
(4355,9917,1),
(4355,10352,1),
(4355,10544,1),
(4355,11677,1),
(4355,11680,1),
(4355,11987,1),
(4355,12170,1),
(4355,12230,1),
(4355,15006,1),
(4355,15197,1),
(4355,15503,1),
(4355,16077,1),
(4355,16082,1),
(4355,16086,1),
(4355,20992,1),
(4355,21409,1),
(4355,23873,1),
(4355,28768,1),
(4355,28770,1),
(4355,28775,1),
(4355,34245,1),
(4355,38790,1),
(4356,4354,1),
(4356,5526,1),
(4356,5895,1),
(4356,6246,1),
(4356,7249,1),
(4356,7439,1),
(4356,7442,1),
(4356,7444,1),
(4356,7875,1),
(4356,7877,1),
(4356,7879,1),
(4356,8395,1),
(4356,8397,1),
(4356,9917,1),
(4356,10352,1),
(4356,10544,1),
(4365,1191,1),
(4371,4370,1),
(4371,4377,1),
(4371,4381,1),
(4371,5378,1),
(4371,5787,1),
(4371,6088,1),
(4371,6893,1),
(4371,6895,1),
(4371,7014,1),
(4371,7017,1),
(4371,7217,1),
(4371,7507,1),
(4371,7982,1),
(4371,7984,1),
(4371,8236,1),
(4371,8787,1),
(4371,8789,1),
(4371,8792,1),
(4371,9508,1),
(4371,9510,1),
(4371,9512,1),
(4371,10008,1),
(4371,10484,1),
(4371,11404,1),
(4371,11936,1),
(4371,12140,1),
(4371,12522,1),
(4371,15265,1),
(4371,15822,1),
(4371,17002,1),
(4371,17006,1),
(4371,17008,1),
(4371,21840,1),
(4371,23817,1),
(4371,38769,1),
(4371,50477,1),
(4371,50484,1),
(4382,4381,1),
(4382,5378,1),
(4382,5787,1),
(4382,6088,1),
(4382,6893,1),
(4382,6895,1),
(4383,4381,1),
(4383,5378,1),
(4383,5787,1),
(4383,6088,1),
(4383,6893,1),
(4383,6895,1),
(4383,7014,1),
(4383,7017,1),
(4383,7217,1),
(4383,7507,1),
(4383,7982,1),
(4383,7984,1),
(4383,8236,1),
(4383,8787,1),
(4383,8789,1),
(4391,1197,1),
(4397,4396,1),
(4397,4405,1),
(4397,4410,1),
(4397,5429,1),
(4397,5829,1),
(4397,6151,1),
(4397,6898,1),
(4397,7045,1),
(4397,7216,1),
(4397,7509,1),
(4397,7595,1),
(4397,7615,1),
(4397,8238,1),
(4397,8813,1),
(4397,8822,1),
(4397,10017,1),
(4397,10487,1),
(4397,11956,1),
(4397,12147,1),
(4397,12536,1),
(4397,12599,1),
(4397,15242,1),
(4397,15825,1),
(4397,15827,1),
(4397,17077,1),
(4397,17080,1),
(4397,21116,1),
(4397,21858,1),
(4397,23820,1),
(4397,28845,1),
(4397,34249,1),
(4397,38770,1),
(4397,50482,1),
(4409,1197,1),
(4411,4410,1),
(4411,5429,1),
(4411,5829,1),
(4411,6151,1),
(4411,6898,1),
(4411,7045,1),
(4411,7216,1),
(4411,7509,1),
(4411,7595,1),
(4411,7615,1),
(4411,8238,1),
(4411,8813,1),
(4411,8822,1),
(4411,10017,1),
(4411,10487,1),
(4411,11956,1),
(4411,12147,1),
(4411,12536,1),
(4411,12599,1),
(4411,15242,1),
(4411,15825,1),
(4411,15827,1),
(4411,17077,1),
(4411,17080,1),
(4412,4410,1),
(4412,5429,1),
(4412,5829,1),
(4412,6151,1),
(4412,6898,1),
(4420,1201,1),
(4426,4425,1),
(4426,4432,1),
(4426,4436,1),
(4426,5434,1),
(4426,5835,1),
(4426,6153,1),
(4426,7215,1),
(4426,7290,1),
(4426,7511,1),
(4426,7597,1),
(4426,7617,1),
(4426,8240,1),
(4426,8840,1),
(4426,8846,1),
(4426,10023,1),
(4426,10150,1),
(4426,10490,1),
(4426,11958,1),
(4426,12606,1),
(4426,15240,1),
(4426,15829,1),
(4426,17087,1),
(4426,17092,1),
(4426,17095,1),
(4426,23822,1),
(4426,38771,1),
(4426,50488,1),
(4437,4436,1),
(4437,5434,1),
(4437,5835,1),
(4437,6153,1),
(4437,7215,1),
(4437,7290,1),
(4437,7511,1),
(4437,7597,1),
(4437,7617,1),
(4437,8240,1),
(4437,8840,1),
(4437,8846,1),
(4437,10023,1),
(4437,10150,1),
(4437,10490,1),
(4437,11958,1),
(4437,12606,1),
(4437,15240,1),
(4437,15829,1),
(4437,17087,1),
(4437,17092,1),
(4437,17095,1),
(4437,23822,1),
(4437,38771,1),
(4437,50488,1),
(4438,4436,1),
(4438,5434,1),
(4438,5835,1),
(4438,6153,1),
(4438,7215,1),
(4438,7290,1),
(4438,7511,1),
(4438,7597,1),
(4438,7617,1),
(4438,8240,1),
(4438,8840,1),
(4438,8846,1),
(4438,10023,1),
(4438,10150,1),
(4438,10490,1),
(4438,11958,1),
(4438,12606,1),
(4438,15240,1),
(4438,15829,1),
(4438,17087,1),
(4438,17092,1),
(4438,17095,1),
(4438,23822,1),
(4438,38771,1),
(4438,50488,1),
(4446,1209,1),
(4452,4451,1),
(4452,4458,1),
(4452,4462,1),
(4452,5444,1),
(4452,5841,1),
(4452,6162,1),
(4452,6900,1),
(4452,7214,1),
(4452,7367,1),
(4452,7513,1),
(4452,8242,1),
(4452,8244,1),
(4452,8876,1),
(4452,8881,1),
(4452,10025,1),
(4452,10493,1),
(4452,11868,1),
(4452,11870,1),
(4452,12148,1),
(4452,12619,1),
(4452,15236,1),
(4452,15831,1),
(4452,17108,1),
(4452,23825,1),
(4452,25655,1),
(4452,25657,1),
(4452,25659,1),
(4452,25661,1),
(4452,25663,1),
(4452,25665,1),
(4452,28849,1),
(4452,34264,1),
(4452,38772,1),
(4452,50671,1),
(4463,4462,1),
(4463,5444,1),
(4463,5841,1),
(4463,6162,1),
(4463,6900,1),
(4463,7214,1),
(4463,7367,1),
(4463,7513,1),
(4463,8242,1),
(4463,8244,1),
(4463,8876,1),
(4463,8881,1),
(4463,10025,1),
(4463,10493,1),
(4463,11868,1),
(4463,11870,1),
(4463,12148,1),
(4463,12619,1),
(4463,15236,1),
(4463,15831,1),
(4463,17108,1),
(4463,23825,1),
(4463,25655,1),
(4463,25657,1),
(4463,25659,1),
(4463,25661,1),
(4463,25663,1),
(4463,25665,1),
(4463,28849,1),
(4463,34264,1),
(4463,38772,1),
(4463,50671,1),
(4464,4462,1),
(4464,5444,1),
(4464,5841,1),
(4464,6162,1),
(4464,6900,1),
(4464,7214,1),
(4474,1215,1),
(4480,4479,1),
(4480,4486,1),
(4480,4488,1),
(4480,4493,1),
(4480,5472,1),
(4480,6196,1),
(4480,6903,1),
(4480,7213,1),
(4480,7514,1),
(4480,8247,1),
(4480,8249,1),
(4480,8251,1),
(4480,8895,1),
(4480,8914,1),
(4480,9590,1),
(4480,9617,1),
(4480,9619,1),
(4480,9621,1),
(4480,10027,1),
(4480,10496,1),
(4480,11843,1),
(4480,11969,1),
(4480,12152,1),
(4480,12646,1),
(4480,15225,1),
(4480,15833,1),
(4480,17130,1),
(4480,21120,1),
(4480,23828,1),
(4480,31404,1),
(4480,38304,1),
(4480,38773,1),
(4480,50493,1),
(4492,1215,1),
(4494,4493,1),
(4494,5472,1),
(4494,6196,1),
(4494,6903,1),
(4494,7213,1),
(4494,7514,1),
(4494,8247,1),
(4494,8249,1),
(4494,8251,1),
(4494,8895,1),
(4494,8914,1),
(4494,9590,1),
(4494,9617,1),
(4494,9619,1),
(4494,9621,1),
(4494,10027,1),
(4494,10496,1),
(4494,11843,1),
(4494,11969,1),
(4494,12152,1),
(4494,12646,1),
(4494,15225,1),
(4494,15833,1),
(4494,17130,1),
(4495,4493,1),
(4495,5472,1),
(4495,6196,1),
(4495,6903,1),
(4495,7213,1),
(4495,7514,1),
(4495,8247,1),
(4495,8249,1),
(4495,8251,1),
(4495,8895,1),
(4495,8914,1),
(4495,9590,1),
(4495,9617,1),
(4495,9619,1),
(4495,9621,1),
(4495,10027,1),
(4495,10496,1),
(4495,11843,1),
(4495,11969,1),
(4495,12152,1),
(4504,1219,1),
(4510,4509,1),
(4510,4522,1),
(4510,5511,1),
(4510,5889,1),
(4510,6230,1),
(4510,6906,1),
(4510,7212,1),
(4510,7515,1),
(4510,8253,1),
(4510,8255,1),
(4510,8945,1),
(4510,10029,1),
(4510,10031,1),
(4510,10499,1),
(4510,11982,1),
(4510,12162,1),
(4510,12651,1),
(4510,15207,1),
(4510,15835,1),
(4510,17166,1),
(4510,23831,1),
(4510,38774,1),
(4510,50677,1),
(4521,1219,1),
(4523,4522,1),
(4523,5511,1),
(4523,5889,1),
(4523,6230,1),
(4523,6906,1),
(4523,7212,1),
(4523,7515,1),
(4523,8253,1),
(4523,8255,1),
(4523,8945,1),
(4523,10029,1),
(4523,10031,1),
(4523,10499,1),
(4523,11982,1),
(4523,12162,1),
(4523,12651,1),
(4523,15207,1),
(4523,15835,1),
(4523,17166,1),
(4523,23831,1),
(4523,38774,1),
(4523,50677,1),
(4524,4522,1),
(4524,5511,1),
(4524,5889,1),
(4524,6230,1),
(4524,6906,1),
(4524,7212,1),
(4524,7515,1),
(4524,8253,1),
(4524,8255,1),
(4524,8945,1),
(4524,10029,1),
(4524,10031,1),
(4524,10499,1),
(4524,11982,1),
(4524,12162,1),
(4524,12651,1),
(4524,15207,1),
(4524,15835,1),
(4524,17166,1),
(4524,23831,1),
(4524,38774,1),
(4524,50677,1),
(4534,1225,1),
(4540,4539,1),
(4540,4546,1),
(4540,4550,1),
(4540,5551,1),
(4540,5919,1),
(4540,6274,1),
(4540,6909,1),
(4540,7211,1),
(4540,7516,1),
(4540,8260,1),
(4540,8262,1),
(4540,8264,1),
(4540,8266,1),
(4540,8960,1),
(4540,8962,1),
(4540,9593,1),
(4540,10033,1),
(4540,10502,1),
(4540,11994,1),
(4540,12175,1),
(4540,12664,1),
(4540,12668,1),
(4540,15183,1),
(4540,15837,1),
(4540,17210,1),
(4540,17215,1),
(4540,23834,1),
(4540,38775,1),
(4540,50498,1),
(4551,4550,1),
(4551,5551,1),
(4551,5919,1),
(4551,6274,1),
(4551,6909,1),
(4551,7211,1),
(4551,7516,1),
(4551,8260,1),
(4551,8262,1),
(4551,8264,1),
(4551,8266,1),
(4551,8960,1),
(4551,8962,1),
(4551,9593,1),
(4551,10033,1),
(4551,10502,1),
(4551,11994,1),
(4551,12175,1),
(4552,4550,1),
(4552,5551,1),
(4552,5919,1),
(4552,6274,1),
(4552,6909,1),
(4552,7211,1),
(4552,7516,1),
(4552,8260,1),
(4552,8262,1),
(4552,8264,1),
(4552,8266,1),
(4552,8960,1),
(4552,8962,1),
(4552,9593,1),
(4552,10033,1),
(4552,10502,1),
(4552,11994,1),
(4552,12175,1),
(4564,1231,1),
(4569,1231,1),
(4571,4570,1),
(4571,5593,1),
(4571,6309,1),
(4571,6912,1),
(4571,7210,1),
(4571,7517,1),
(4571,7593,1),
(4571,7613,1),
(4571,8268,1),
(4571,8270,1),
(4571,8965,1),
(4571,8975,1),
(4571,8977,1),
(4571,10035,1),
(4571,10505,1),
(4571,12011,1),
(4571,12182,1),
(4571,12670,1),
(4571,15165,1),
(4571,15839,1),
(4571,17227,1),
(4571,23837,1),
(4571,38776,1),
(4571,50503,1),
(4576,4570,1),
(4576,5593,1),
(4576,6309,1),
(4576,6912,1),
(4576,7210,1),
(4576,7517,1),
(4576,7593,1),
(4576,7613,1),
(4576,8268,1),
(4576,8270,1),
(4577,4570,1),
(4577,5593,1),
(4577,6309,1),
(4577,6912,1),
(4577,7210,1),
(4577,7517,1),
(4577,7593,1),
(4577,7613,1),
(4577,8268,1),
(4577,8270,1),
(4577,8965,1),
(4577,8975,1),
(4577,8977,1),
(4577,10035,1),
(4577,10505,1),
(4577,12011,1),
(4577,12182,1),
(4577,12670,1),
(4577,15165,1),
(4577,15839,1),
(4577,17227,1),
(4577,23837,1),
(4577,38776,1),
(4577,50503,1),
(4604,1237,1),
(4606,4605,1),
(4606,5603,1),
(4606,5949,1),
(4606,6315,1),
(4606,6914,1),
(4606,7209,1),
(4606,7518,1),
(4606,8272,1),
(4606,8274,1),
(4606,8276,1),
(4606,8985,1),
(4606,8988,1),
(4606,9600,1),
(4606,9602,1),
(4606,9604,1),
(4606,10037,1),
(4606,11787,1),
(4606,12015,1),
(4606,12186,1),
(4606,12490,1),
(4606,12672,1),
(4606,15161,1),
(4606,15841,1),
(4606,17231,1),
(4606,17239,1),
(4606,17248,1),
(4606,17255,1),
(4606,17278,1),
(4606,17281,1),
(4607,4605,1),
(4607,5603,1),
(4607,5949,1),
(4607,6315,1),
(4607,6914,1),
(4607,7209,1),
(4607,7518,1),
(4607,8272,1),
(4607,8274,1),
(4607,8276,1),
(4607,8985,1),
(4607,8988,1),
(4607,9600,1),
(4607,9602,1),
(4607,9604,1),
(4607,10037,1),
(4607,11787,1),
(4607,12015,1),
(4607,12186,1),
(4607,12490,1),
(4607,12672,1),
(4607,15161,1),
(4607,15841,1),
(4607,17231,1),
(4607,17239,1),
(4607,17248,1),
(4607,17255,1),
(4607,17278,1),
(4607,17281,1),
(4607,21124,1),
(4607,23840,1),
(4607,25622,1),
(4607,38777,1),
(4607,47374,1),
(4607,50509,1),
(4608,4605,1),
(4608,5603,1),
(4608,5949,1),
(4608,6315,1),
(4608,6914,1),
(4608,7209,1),
(4608,7518,1),
(4608,8272,1),
(4608,8274,1),
(4608,8276,1),
(4621,1243,1),
(4626,1243,1),
(4629,4628,1),
(4629,5608,1),
(4629,5955,1),
(4629,6317,1),
(4629,7208,1),
(4629,7519,1),
(4629,8278,1),
(4629,8990,1),
(4629,9611,1),
(4629,9613,1),
(4629,9615,1),
(4629,9635,1),
(4629,9637,1),
(4629,9639,1),
(4629,10039,1),
(4629,10153,1),
(4629,10370,1),
(4629,11860,1),
(4629,12187,1),
(4629,12673,1),
(4629,15159,1),
(4629,15843,1),
(4629,17244,1),
(4629,17269,1),
(4629,17272,1),
(4629,21129,1),
(4629,47377,1),
(4629,50515,1),
(4634,4628,1),
(4634,5608,1),
(4634,5955,1),
(4634,6317,1),
(4634,7208,1),
(4634,7519,1),
(4634,8278,1),
(4634,8990,1),
(4634,9611,1),
(4634,9613,1),
(4634,9615,1),
(4634,9635,1),
(4634,9637,1),
(4634,9639,1),
(4634,10039,1),
(4634,10153,1),
(4634,10370,1),
(4634,11860,1),
(4634,12187,1),
(4634,12673,1),
(4634,15159,1),
(4634,15843,1),
(4634,17244,1),
(4634,17269,1),
(4634,17272,1),
(4636,4628,1),
(4636,5608,1),
(4636,5955,1),
(4636,6317,1),
(4636,7208,1),
(4636,7519,1),
(4636,8278,1),
(4636,8990,1),
(4636,9611,1),
(4636,9613,1),
(4636,9615,1),
(4636,9635,1),
(4636,9637,1),
(4636,9639,1),
(4636,10039,1),
(4636,10153,1),
(4636,10370,1),
(4636,11860,1),
(4636,12187,1),
(4636,12673,1),
(4636,15159,1),
(4636,15843,1),
(4636,17244,1),
(4636,17269,1),
(4636,17272,1),
(4636,21129,1),
(4636,47377,1),
(4636,50515,1),
(4637,4628,1),
(4637,5608,1),
(4637,5955,1),
(4637,6317,1),
(4637,7208,1),
(4637,7519,1),
(4637,8278,1),
(4637,8990,1),
(4637,9611,1),
(4637,9613,1),
(4637,9615,1),
(4637,9635,1),
(4637,9637,1),
(4637,9639,1),
(4637,10039,1),
(4637,10153,1),
(4637,10370,1),
(4637,11860,1),
(4637,12187,1),
(4637,12673,1),
(4637,15159,1),
(4637,15843,1),
(4637,17244,1),
(4637,17269,1),
(4637,17272,1),
(4637,21129,1),
(4637,47377,1),
(4637,50515,1),
(4645,1249,1),
(4651,4650,1),
(4651,4661,1),
(4651,5089,1),
(4651,5091,1),
(4651,5663,1),
(4651,6035,1),
(4651,6372,1),
(4651,6917,1),
(4651,7207,1),
(4651,7520,1),
(4651,8280,1),
(4651,8467,1),
(4651,8993,1),
(4651,8996,1),
(4651,9588,1),
(4651,10040,1),
(4651,11831,1),
(4651,12039,1),
(4651,12495,1),
(4651,12691,1),
(4651,15048,1),
(4651,15118,1),
(4651,15845,1),
(4651,17260,1),
(4651,17265,1),
(4651,21134,1),
(4651,23843,1),
(4651,28913,1),
(4651,34255,1),
(4651,38299,1),
(4651,38778,1),
(4651,40536,1),
(4651,40848,1),
(4651,43159,1),
(4651,43161,1),
(4651,50520,1),
(4660,1249,1),
(4662,4661,1),
(4662,5089,1),
(4662,5091,1),
(4662,5663,1),
(4662,6035,1),
(4662,6372,1),
(4662,6917,1),
(4662,7207,1),
(4662,7520,1),
(4662,8280,1),
(4662,8467,1),
(4662,8993,1),
(4662,8996,1),
(4662,9588,1),
(4662,10040,1),
(4662,11831,1),
(4662,12039,1),
(4662,12495,1),
(4662,12691,1),
(4662,15048,1),
(4662,15118,1),
(4662,15845,1),
(4662,17260,1),
(4662,17265,1),
(4663,4661,1),
(4663,5089,1),
(4663,5091,1),
(4663,5663,1),
(4663,6035,1),
(4663,6372,1),
(4663,6917,1),
(4663,7207,1),
(4663,7520,1),
(4663,8280,1),
(4663,8467,1),
(4663,8993,1),
(4663,8996,1),
(4663,9588,1),
(4663,10040,1),
(4663,11831,1),
(4663,12039,1),
(4663,12495,1),
(4664,4661,1),
(4664,5089,1),
(4664,5091,1),
(4664,5663,1),
(4664,6035,1),
(4664,6372,1),
(4664,6917,1),
(4664,7207,1),
(4664,7520,1),
(4664,8280,1),
(4664,8467,1),
(4674,1473,1),
(4676,4675,1),
(4676,5650,1),
(4676,6016,1),
(4676,6360,1),
(4676,6555,1),
(4677,4675,1),
(4677,5650,1),
(4677,6016,1),
(4677,6360,1),
(4677,6555,1),
(4677,6559,1),
(4677,6562,1),
(4677,7171,1),
(4677,7578,1),
(4677,8501,1),
(4677,8503,1),
(4677,9467,1),
(4677,9472,1),
(4677,9474,1),
(4677,9476,1),
(4677,9792,1),
(4677,10095,1),
(4677,10103,1),
(4677,10168,1),
(4677,10467,1),
(4677,11980,1),
(4677,14460,1),
(4677,14463,1),
(4677,15056,1),
(4677,15131,1),
(4677,15385,1),
(4677,15781,1),
(4677,17345,1),
(4677,17350,1),
(4677,17353,1),
(4677,23768,1),
(4677,28909,1),
(4677,38507,1),
(4677,50182,1),
(4687,1477,1),
(4689,4688,1),
(4689,5531,1),
(4689,5901,1),
(4689,6248,1),
(4689,6564,1),
(4689,6573,1),
(4689,7128,1),
(4689,7131,1),
(4689,7135,1),
(4689,7138,1),
(4690,4688,1),
(4690,5531,1),
(4690,5901,1),
(4690,6248,1),
(4690,6564,1),
(4690,6573,1),
(4700,1481,1),
(4702,4701,1),
(4702,5628,1),
(4702,5973,1),
(4702,6334,1),
(4702,6336,1),
(4702,6586,1),
(4702,6592,1),
(4702,7169,1),
(4702,7581,1),
(4702,8511,1),
(4702,8513,1),
(4702,9536,1),
(4702,9538,1),
(4702,9788,1),
(4702,9790,1),
(4702,10170,1),
(4702,10464,1),
(4702,11358,1),
(4702,11360,1),
(4703,4701,1),
(4703,5628,1),
(4703,5973,1),
(4703,6334,1),
(4703,6336,1),
(4703,6586,1),
(4703,6592,1),
(4703,7169,1),
(4703,7581,1),
(4703,8511,1),
(4703,8513,1),
(4703,9536,1),
(4703,9538,1),
(4703,9788,1),
(4703,9790,1),
(4703,10170,1),
(4703,10464,1),
(4703,11358,1),
(4703,11360,1),
(4768,2,1),
(4768,6507,1),
(4770,7694,1),
(4770,7696,1),
(4770,7698,1),
(4770,8376,1),
(4770,8546,1),
(4770,8613,1),
(4770,8619,1),
(4770,8621,1),
(4770,8718,1),
(4770,9341,1),
(4770,9344,1),
(4770,9880,1),
(4770,10422,1),
(4770,10434,1),
(4792,1255,1),
(4798,6552,1),
(4798,6739,1),
(4798,6956,1),
(4798,6959,1),
(4798,7149,1),
(4798,7161,1),
(4798,7206,1),
(4798,7521,1),
(4798,8282,1),
(4798,8545,1),
(4798,8819,1),
(4798,8998,1),
(4798,9562,1),
(4798,9564,1),
(4798,9566,1),
(4798,9739,1),
(4798,9741,1),
(4798,10396,1),
(4798,10403,1),
(4798,10408,1),
(4798,10411,1),
(4798,10413,1),
(4798,10415,1),
(4798,10417,1),
(4798,10419,1),
(4798,10421,1),
(4798,10424,1),
(4798,11591,1),
(4798,11742,1),
(4798,11845,1),
(4798,11890,1),
(4798,12113,1),
(4798,12249,1),
(4798,14839,1),
(4798,15312,1),
(4798,15393,1),
(4798,15847,1),
(4798,15925,1),
(4798,19147,1),
(4798,19156,1),
(4798,19555,1),
(4798,28805,1),
(4798,28922,1),
(4798,28930,1),
(4798,33881,1),
(4798,34248,1),
(4798,34265,1),
(4798,38474,1),
(4798,38510,1),
(4798,50594,1),
(4818,6552,1),
(4818,6739,1),
(4819,6552,1),
(4819,6739,1),
(4819,6956,1),
(4819,6959,1),
(4819,7149,1),
(4819,7161,1),
(4819,7206,1),
(4819,7521,1),
(4819,8282,1),
(4819,8545,1),
(4867,1261,1),
(4873,4872,1),
(4873,4889,1),
(4873,4895,1),
(4873,4905,1),
(4873,5325,1),
(4873,5726,1),
(4873,6740,1),
(4873,6851,1),
(4873,6980,1),
(4873,7205,1),
(4873,7523,1),
(4873,8284,1),
(4873,8824,1),
(4873,9000,1),
(4873,9743,1),
(4873,9745,1),
(4873,11855,1),
(4873,11907,1),
(4873,11909,1),
(4873,12135,1),
(4873,12262,1),
(4873,12268,1),
(4873,14841,1),
(4873,15297,1),
(4873,15849,1),
(4873,16926,1),
(4873,19142,1),
(4873,19544,1),
(4873,21137,1),
(4873,23777,1),
(4873,28815,1),
(4873,38513,1),
(4873,50143,1),
(4873,50154,1),
(4893,1261,1),
(4896,4895,1),
(4896,4905,1),
(4896,5325,1),
(4896,5726,1),
(4896,6740,1),
(4896,6851,1),
(4896,6980,1),
(4896,7205,1),
(4896,7523,1),
(4896,8284,1),
(4896,8824,1),
(4896,9000,1),
(4896,9743,1),
(4896,9745,1),
(4896,11855,1),
(4896,11907,1),
(4896,11909,1),
(4896,12135,1),
(4896,12262,1),
(4896,12268,1),
(4896,14841,1),
(4896,15297,1),
(4896,15849,1),
(4896,16926,1),
(4904,1261,1),
(4906,4905,1),
(4906,5325,1),
(4906,5726,1),
(4906,6740,1),
(4906,6851,1),
(4906,6980,1),
(4906,7205,1),
(4906,7523,1),
(4906,8284,1),
(4906,8824,1),
(4906,9000,1),
(4906,9743,1),
(4906,9745,1),
(4906,11855,1),
(4906,11907,1),
(4906,11909,1),
(4906,12135,1),
(4906,12262,1),
(4906,12268,1),
(4906,14841,1),
(4906,15297,1),
(4906,15849,1),
(4906,16926,1),
(4906,19142,1),
(4906,19544,1),
(4906,21137,1),
(4906,23777,1),
(4906,28815,1),
(4906,38513,1),
(4906,50143,1),
(4906,50154,1),
(4907,4905,1),
(4907,5325,1),
(4907,5726,1),
(4907,6740,1),
(4907,6851,1),
(4907,6980,1),
(4907,7205,1),
(4907,7523,1),
(4907,8284,1),
(4907,8824,1),
(4907,9000,1),
(4907,9743,1),
(4907,9745,1),
(4907,11855,1),
(4907,11907,1),
(4907,11909,1),
(4907,12135,1),
(4907,12262,1),
(4907,12268,1),
(4907,14841,1),
(4907,15297,1),
(4907,15849,1),
(4907,16926,1),
(4907,19142,1),
(4907,19544,1),
(4907,21137,1),
(4907,23777,1),
(4907,28815,1),
(4907,38513,1),
(4907,50143,1),
(4907,50154,1),
(4917,6454,1),
(4917,6612,1),
(4917,6616,1),
(4917,6619,1),
(4917,6712,1),
(4917,6714,1),
(4917,6716,1),
(4917,6720,1),
(4917,6726,1),
(4917,6982,1),
(4917,7219,1),
(4917,7503,1),
(4917,7760,1),
(4917,7815,1),
(4917,7823,1),
(4917,7962,1),
(4917,7965,1),
(4917,7976,1),
(4917,8738,1),
(4917,8741,1),
(4917,8743,1),
(4917,9487,1),
(4917,9491,1),
(4917,9494,1),
(4917,9496,1),
(4917,9996,1),
(4917,10479,1),
(4917,11543,1),
(4917,11872,1),
(4917,11876,1),
(4917,11887,1),
(4917,11911,1),
(4917,12049,1),
(4917,12515,1),
(4917,12530,1),
(4917,12553,1),
(4917,12570,1),
(4917,12582,1),
(4917,12616,1),
(4917,15294,1),
(4917,15813,1),
(4917,15815,1),
(4917,16933,1),
(4917,16936,1),
(4917,16944,1),
(4917,21795,1),
(4917,23806,1),
(4917,28817,1),
(4917,38767,1),
(4917,50467,1),
(4945,1255,1),
(4948,6552,1),
(4948,6739,1),
(4948,6956,1),
(4948,6959,1),
(4948,7149,1),
(4948,7161,1),
(4948,7206,1),
(4948,7521,1),
(4948,8282,1),
(4948,8545,1),
(4948,8819,1),
(4948,8998,1),
(4948,9562,1),
(4948,9564,1),
(4948,9566,1),
(4948,9739,1),
(4948,9741,1),
(4948,10396,1),
(4964,1143,1),
(4968,4967,1),
(4968,6384,1),
(4968,6834,1),
(4968,7225,1),
(4968,7491,1),
(4968,7495,1),
(4968,7603,1),
(4968,7605,1),
(4968,7623,1),
(4968,7643,1),
(4968,8228,1),
(4968,8230,1),
(4968,8232,1),
(4968,8234,1),
(4968,8452,1),
(4968,9477,1),
(4968,9984,1),
(4968,12047,1),
(4968,12204,1),
(4968,12429,1),
(4968,12485,1),
(4968,12488,1),
(4968,15037,1),
(4968,15092,1),
(4968,15729,1),
(4968,17396,1),
(4968,21107,1),
(4968,21744,1),
(4968,23741,1),
(4968,38497,1),
(4968,50451,1),
(4979,1135,1),
(4985,4984,1),
(4985,4998,1),
(4985,5004,1),
(4985,5010,1),
(4985,5671,1),
(4985,6047,1),
(4985,6382,1),
(4985,7227,1),
(4985,8209,1),
(4985,8219,1),
(4985,8221,1),
(4985,8223,1),
(4985,8225,1),
(4985,8450,1),
(5005,5004,1),
(5005,5010,1),
(5005,5671,1),
(5005,6047,1),
(5005,6382,1),
(5005,7227,1),
(5005,8209,1),
(5005,8219,1),
(5005,8221,1),
(5005,8223,1),
(5005,8225,1),
(5005,8450,1),
(5005,9448,1),
(5005,9451,1),
(5005,9454,1),
(5005,9456,1),
(5005,9982,1),
(5005,11558,1),
(5006,5004,1),
(5006,5010,1),
(5006,5671,1),
(5006,6047,1),
(5006,6382,1),
(5006,7227,1),
(5006,8209,1),
(5006,8219,1),
(5006,8221,1),
(5006,8223,1),
(5006,8225,1),
(5006,8450,1),
(5006,9448,1),
(5006,9451,1),
(5006,9454,1),
(5006,9456,1),
(5006,9982,1),
(5006,11558,1),
(5009,1135,1),
(5011,5010,1),
(5011,5671,1),
(5011,6047,1),
(5011,6382,1),
(5011,7227,1),
(5011,8209,1),
(5011,8219,1),
(5011,8221,1),
(5011,8223,1),
(5011,8225,1),
(5011,8450,1),
(5011,9448,1),
(5011,9451,1),
(5011,9454,1),
(5011,9456,1),
(5011,9982,1),
(5011,11558,1),
(5011,11564,1),
(5011,12483,1),
(5011,12720,1),
(5011,14545,1),
(5011,15040,1),
(5011,15103,1),
(5011,15727,1),
(5011,17385,1),
(5011,21729,1),
(5011,23904,1),
(5011,38495,1),
(5011,38498,1),
(5011,38523,1),
(5011,40478,1),
(5011,50442,1),
(5019,1349,1),
(5025,5024,1),
(5025,5031,1),
(5025,5043,1),
(5025,5049,1),
(5025,5670,1),
(5025,6041,1),
(5025,6380,1),
(5025,7192,1),
(5025,7541,1),
(5025,7543,1),
(5025,8334,1),
(5025,8336,1),
(5025,8890,1),
(5025,9118,1),
(5025,9122,1),
(5025,9125,1),
(5025,9786,1),
(5025,10433,1),
(5025,12322,1),
(5025,14898,1),
(5025,15042,1),
(5025,15105,1),
(5025,15881,1),
(5025,17383,1),
(5025,19754,1),
(5025,23796,1),
(5025,28918,1),
(5025,31412,1),
(5025,38522,1),
(5025,50640,1),
(5044,5043,1),
(5044,5049,1),
(5044,5670,1),
(5044,6041,1),
(5044,6380,1),
(5044,7192,1),
(5044,7541,1),
(5044,7543,1),
(5044,8334,1),
(5044,8336,1),
(5044,8890,1),
(5044,9118,1),
(5044,9122,1),
(5044,9125,1),
(5044,9786,1),
(5044,10433,1),
(5044,12322,1),
(5044,14898,1),
(5044,15042,1),
(5044,15105,1),
(5044,15881,1),
(5044,17383,1),
(5044,19754,1),
(5044,23796,1),
(5044,28918,1),
(5044,31412,1),
(5044,38522,1),
(5044,50640,1),
(5048,1349,1),
(5050,5049,1),
(5050,5670,1),
(5050,6041,1),
(5050,6380,1),
(5050,7192,1),
(5050,7541,1),
(5050,7543,1),
(5050,8334,1),
(5050,8336,1),
(5050,8890,1),
(5050,9118,1),
(5050,9122,1),
(5050,9125,1),
(5050,9786,1),
(5050,10433,1),
(5050,12322,1),
(5050,14898,1),
(5050,15042,1),
(5050,15105,1),
(5050,15881,1),
(5050,17383,1),
(5050,19754,1),
(5050,23796,1),
(5050,28918,1),
(5050,31412,1),
(5050,38522,1),
(5050,50640,1),
(5059,1129,1),
(5062,5061,1),
(5062,5668,1),
(5062,6378,1),
(5062,6831,1),
(5062,7228,1),
(5062,7487,1),
(5062,7489,1),
(5062,7497,1),
(5062,7639,1),
(5062,8201,1),
(5062,8203,1),
(5062,8205,1),
(5062,8207,1),
(5062,8448,1),
(5062,9443,1),
(5062,9446,1),
(5062,9980,1),
(5062,12043,1),
(5062,12423,1),
(5062,12477,1),
(5062,12480,1),
(5062,15044,1),
(5062,15107,1),
(5062,15725,1),
(5062,17377,1),
(5062,17381,1),
(5062,21713,1),
(5062,23738,1),
(5062,28916,1),
(5062,34343,1),
(5062,38494,1),
(5062,47368,1),
(5062,50436,1),
(5070,1123,1),
(5073,5072,1),
(5073,5076,1),
(5073,5666,1),
(5073,6375,1),
(5073,6445,1),
(5073,6828,1),
(5073,7229,1),
(5073,7330,1),
(5073,7485,1),
(5073,8172,1),
(5073,8179,1),
(5073,8181,1),
(5073,8183,1),
(5073,8185,1),
(5073,8186,1),
(5073,8188,1),
(5073,8190,1),
(5073,8192,1),
(5073,8195,1),
(5073,8197,1),
(5073,8199,1),
(5073,8446,1),
(5073,9438,1),
(5073,9441,1),
(5073,9977,1),
(5073,10362,1),
(5073,12041,1),
(5073,12202,1),
(5073,12351,1),
(5073,12426,1),
(5073,15046,1),
(5073,15109,1),
(5073,15723,1),
(5073,17362,1),
(5073,17367,1),
(5073,20895,1),
(5073,21101,1),
(5073,21698,1),
(5073,23735,1),
(5073,36233,1),
(5073,36237,1),
(5073,38493,1),
(5073,50430,1),
(5099,1041,1),
(5102,5101,1),
(5102,5659,1),
(5102,6370,1),
(5102,7242,1),
(5102,7322,1),
(5102,7464,1),
(5102,7466,1),
(5102,7693,1),
(5102,7963,1),
(5102,8418,1),
(5102,9401,1),
(5102,9404,1),
(5102,9458,1),
(5102,9932,1),
(5102,10241,1),
(5102,10243,1),
(5102,10356,1),
(5102,10564,1),
(5102,11703,1),
(5102,11706,1),
(5102,12037,1),
(5102,12200,1),
(5102,12244,1),
(5102,14520,1),
(5102,15024,1),
(5102,15050,1),
(5102,15121,1),
(5102,15518,1),
(5102,16166,1),
(5102,16187,1),
(5102,20891,1),
(5102,21053,1),
(5102,21468,1),
(5102,23891,1),
(5102,38300,1),
(5102,38797,1),
(5102,40473,1),
(5102,50363,1),
(5115,1035,1),
(5118,5117,1),
(5118,5657,1),
(5118,6028,1),
(5118,6369,1),
(5118,7243,1),
(5118,7293,1),
(5118,7296,1),
(5118,7459,1),
(5118,7461,1),
(5118,7690,1),
(5118,7958,1),
(5118,7960,1),
(5118,8415,1),
(5118,8417,1),
(5118,9398,1),
(5118,9930,1),
(5118,10561,1),
(5118,11699,1),
(5118,12035,1),
(5118,12242,1),
(5118,14522,1),
(5118,15021,1),
(5118,15052,1),
(5118,15123,1),
(5118,15517,1),
(5118,16162,1),
(5118,16180,1),
(5118,16196,1),
(5118,16199,1),
(5118,16200,1),
(5118,21461,1),
(5118,23888,1),
(5118,28911,1),
(5118,38796,1),
(5118,40468,1),
(5118,50356,1),
(5134,1109,1),
(5137,5136,1),
(5137,5642,1),
(5137,6002,1),
(5137,6356,1),
(5137,7231,1),
(5137,7482,1),
(5137,8143,1),
(5137,8145,1),
(5137,8147,1),
(5137,8149,1),
(5137,8151,1),
(5137,8442,1),
(5137,9421,1),
(5137,9428,1),
(5137,9430,1),
(5137,9969,1),
(5137,11771,1),
(5137,11780,1),
(5137,12029,1),
(5137,12196,1),
(5137,12416,1),
(5137,15060,1),
(5137,15066,1),
(5137,15138,1),
(5137,15719,1),
(5137,17289,1),
(5137,17294,1),
(5137,21096,1),
(5137,21661,1),
(5137,21668,1),
(5137,23726,1),
(5137,25617,1),
(5137,28787,1),
(5137,38490,1),
(5137,38745,1),
(5137,38746,1),
(5137,38749,1),
(5137,40346,1),
(5137,40357,1),
(5137,44483,1),
(5137,50420,1),
(5161,1343,1),
(5166,1343,1),
(5167,1343,1),
(5170,5169,1),
(5170,5640,1),
(5170,5996,1),
(5170,6354,1),
(5170,6884,1),
(5170,7193,1),
(5170,7540,1),
(5170,8885,1),
(5170,9112,1),
(5170,9114,1),
(5170,9782,1),
(5170,9784,1),
(5170,12320,1),
(5170,14886,1),
(5170,15062,1),
(5170,15140,1),
(5170,15879,1),
(5170,17327,1),
(5170,19729,1),
(5170,28906,1),
(5170,34268,1),
(5170,36227,1),
(5170,38521,1),
(5170,50635,1),
(5175,5169,1),
(5175,5640,1),
(5175,5996,1),
(5175,6354,1),
(5175,6884,1),
(5175,7193,1),
(5175,7540,1),
(5175,8885,1),
(5175,9112,1),
(5175,9114,1),
(5175,9782,1),
(5175,9784,1),
(5175,12320,1),
(5175,14886,1),
(5175,15062,1),
(5175,15140,1),
(5175,15879,1),
(5175,17327,1),
(5176,5169,1),
(5176,5640,1),
(5176,5996,1),
(5176,6354,1),
(5176,6884,1),
(5176,7193,1),
(5176,7540,1),
(5176,8885,1),
(5176,9112,1),
(5176,9114,1),
(5176,9782,1),
(5176,9784,1),
(5176,12320,1),
(5176,14886,1),
(5176,15062,1),
(5176,15140,1),
(5176,15879,1),
(5176,17327,1),
(5176,19729,1),
(5176,28906,1),
(5176,34268,1),
(5176,36227,1),
(5176,38521,1),
(5176,50635,1),
(5177,5169,1),
(5177,5640,1),
(5177,5996,1),
(5177,6354,1),
(5177,6884,1),
(5177,7193,1),
(5177,7540,1),
(5177,8885,1),
(5177,9112,1),
(5177,9114,1),
(5177,9782,1),
(5177,9784,1),
(5177,12320,1),
(5177,14886,1),
(5177,15062,1),
(5177,15140,1),
(5177,15879,1),
(5177,17327,1),
(5177,19729,1),
(5177,28906,1),
(5177,34268,1),
(5177,36227,1),
(5177,38521,1),
(5177,50635,1),
(5178,5169,1),
(5178,5640,1),
(5178,5996,1),
(5178,6354,1),
(5178,6884,1),
(5178,7193,1),
(5178,7540,1),
(5178,8885,1),
(5178,9112,1),
(5178,9114,1),
(5178,9782,1),
(5178,9784,1),
(5178,12320,1),
(5178,14886,1),
(5178,15062,1),
(5178,15140,1),
(5178,15879,1),
(5178,17327,1),
(5178,19729,1),
(5178,28906,1),
(5178,34268,1),
(5178,36227,1),
(5178,38521,1),
(5178,50635,1),
(5198,1407,1),
(5202,1407,1),
(5204,5203,1),
(5204,5989,1),
(5204,6010,1),
(5204,6352,1),
(5204,6410,1),
(5204,6936,1),
(5204,7182,1),
(5204,7561,1),
(5205,9235,1),
(5205,9237,1),
(5205,9875,1),
(5205,11862,1),
(5205,12371,1),
(5205,14624,1),
(5205,15064,1),
(5205,15142,1),
(5205,15774,1),
(5205,17325,1),
(5205,23689,1),
(5205,24349,1),
(5205,28275,1),
(5205,28277,1),
(5205,28785,1),
(5205,28902,1),
(5205,38450,1),
(5205,38461,1),
(5205,38707,1),
(5205,38711,1),
(5205,38817,1),
(5205,50572,1),
(5209,5203,1),
(5209,5989,1),
(5209,6010,1),
(5209,6352,1),
(5209,6410,1),
(5209,6936,1),
(5209,7182,1),
(5209,7561,1),
(5209,9235,1),
(5209,9237,1),
(5209,9875,1),
(5209,11862,1),
(5209,12371,1),
(5209,14624,1),
(5209,15064,1),
(5209,15142,1),
(5209,15774,1),
(5209,17325,1),
(5209,23689,1),
(5209,24349,1),
(5209,28275,1),
(5209,28277,1),
(5209,28785,1),
(5209,28902,1),
(5209,38450,1),
(5209,38461,1),
(5209,38707,1),
(5209,38711,1),
(5209,38817,1),
(5209,50572,1),
(5210,5203,1),
(5210,5989,1),
(5210,6010,1),
(5210,6352,1),
(5210,6410,1),
(5210,6936,1),
(5210,7182,1),
(5210,7561,1),
(5210,9235,1),
(5210,9237,1),
(5210,9875,1),
(5210,11862,1),
(5210,12371,1),
(5210,14624,1),
(5210,15064,1),
(5210,15142,1),
(5210,15774,1),
(5210,17325,1),
(5210,23689,1),
(5210,24349,1),
(5210,28275,1),
(5210,28277,1),
(5210,28785,1),
(5210,28902,1),
(5210,38450,1),
(5210,38461,1),
(5210,38707,1),
(5210,38711,1),
(5210,38817,1),
(5210,50572,1),
(5211,5203,1),
(5211,5989,1),
(5211,6010,1),
(5211,6352,1),
(5211,6410,1),
(5211,6936,1),
(5211,7182,1),
(5211,7561,1),
(5211,9235,1),
(5211,9237,1),
(5211,9875,1),
(5211,11862,1),
(5211,12371,1),
(5211,14624,1),
(5211,15064,1),
(5211,15142,1),
(5211,15774,1),
(5211,17325,1),
(5211,23689,1),
(5211,24349,1),
(5211,28275,1),
(5211,28277,1),
(5211,28785,1),
(5211,28902,1),
(5211,38450,1),
(5211,38461,1),
(5211,38707,1),
(5211,38711,1),
(5211,38817,1),
(5211,50572,1),
(5219,1337,1),
(5225,5224,1),
(5225,5231,1),
(5225,5248,1),
(5225,5984,1),
(5225,6350,1),
(5225,7194,1),
(5225,7353,1),
(5225,7539,1),
(5225,8883,1),
(5225,9116,1),
(5225,9776,1),
(5225,9778,1),
(5225,9780,1),
(5225,12025,1),
(5225,12310,1),
(5225,14884,1),
(5225,15144,1),
(5225,15877,1),
(5225,17320,1),
(5225,17323,1),
(5225,19703,1),
(5225,23793,1),
(5225,28900,1),
(5225,38520,1),
(5225,50171,1),
(5246,1337,1),
(5247,1337,1),
(5249,5248,1),
(5249,5984,1),
(5249,6350,1),
(5249,7194,1),
(5250,5248,1),
(5250,5984,1),
(5250,6350,1),
(5250,7194,1),
(5250,7353,1),
(5250,7539,1),
(5250,8883,1),
(5250,9116,1),
(5250,9776,1),
(5250,9778,1),
(5250,9780,1),
(5250,12025,1),
(5250,12310,1),
(5250,14884,1),
(5250,15144,1),
(5250,15877,1),
(5250,17320,1),
(5250,17323,1),
(5250,19703,1),
(5250,23793,1),
(5250,28900,1),
(5250,38520,1),
(5250,50171,1),
(5251,5248,1),
(5251,5984,1),
(5251,6350,1),
(5251,7194,1),
(5251,7353,1),
(5251,7539,1),
(5251,8883,1),
(5251,9116,1),
(5251,9776,1),
(5251,9778,1),
(5251,9780,1),
(5251,12025,1),
(5251,12310,1),
(5251,14884,1),
(5251,15144,1),
(5251,15877,1),
(5251,17320,1),
(5251,17323,1),
(5251,19703,1),
(5251,23793,1),
(5251,28900,1),
(5251,38520,1),
(5251,50171,1),
(5261,1023,1),
(5264,5263,1),
(5264,5636,1),
(5264,5979,1),
(5264,6348,1),
(5264,7245,1),
(5264,7316,1),
(5264,7319,1),
(5264,7454,1),
(5264,7456,1),
(5264,7684,1),
(5264,7762,1),
(5264,7929,1),
(5264,7931,1),
(5264,7933,1),
(5264,7935,1),
(5264,8409,1),
(5264,8411,1),
(5264,9389,1),
(5264,9391,1),
(5264,9606,1),
(5264,9608,1),
(5264,9610,1),
(5264,9926,1),
(5264,10558,1),
(5264,10999,1),
(5264,11693,1),
(5264,11792,1),
(5264,11796,1),
(5264,11841,1),
(5264,12024,1),
(5264,12194,1),
(5264,12240,1),
(5264,14797,1),
(5264,14900,1),
(5264,15018,1),
(5264,15148,1),
(5264,15513,1),
(5264,16153,1),
(5264,16157,1),
(5264,21040,1),
(5264,21445,1),
(5264,23885,1),
(5264,23898,1),
(5264,23901,1),
(5264,25646,1),
(5264,25683,1),
(5264,34279,1),
(5264,38795,1),
(5264,40495,1),
(5264,50351,1),
(5307,1171,1),
(5309,5308,1),
(5309,5721,1),
(5309,6888,1),
(5309,6975,1),
(5309,6978,1),
(5309,7220,1),
(5309,7501,1),
(5309,7799,1),
(5309,7801,1),
(5309,7974,1),
(5309,8258,1),
(5309,8728,1),
(5309,8730,1),
(5309,8734,1),
(5309,8737,1),
(5309,9484,1),
(5309,9993,1),
(5309,10368,1),
(5309,10475,1),
(5309,11897,1),
(5309,11902,1),
(5309,12122,1),
(5309,12128,1),
(5309,12513,1),
(5309,14923,1),
(5309,15304,1),
(5309,15809,1),
(5309,15811,1),
(5309,16924,1),
(5309,21112,1),
(5309,21779,1),
(5309,23803,1),
(5309,28777,1),
(5309,28812,1),
(5309,38766,1),
(5309,50665,1),
(5310,1045,1),
(5312,5311,1),
(5312,6521,1),
(5312,6523,1),
(5312,6802,1),
(5312,6966,1),
(5312,6969,1),
(5312,7241,1),
(5312,7468,1),
(5312,7631,1),
(5312,7986,1),
(5312,7988,1),
(5312,7990,1),
(5312,7992,1),
(5312,7994,1),
(5312,7996,1),
(5312,7999,1),
(5312,8001,1),
(5312,8003,1),
(5312,8006,1),
(5312,8420,1),
(5312,8553,1),
(5312,9405,1),
(5312,9934,1),
(5312,10245,1),
(5312,11707,1),
(5312,11895,1),
(5312,11900,1),
(5312,12383,1),
(5312,15306,1),
(5312,15691,1),
(5312,16211,1),
(5312,16921,1),
(5312,21058,1),
(5312,21481,1),
(5312,23702,1),
(5312,28810,1),
(5312,34251,1),
(5312,38317,1),
(5312,38476,1),
(5312,40923,1),
(5312,50369,1),
(5315,945,1),
(5317,9882,1),
(5317,10450,1),
(5317,10511,1),
(5317,10519,1),
(5317,11526,1),
(5317,11612,1),
(5317,11744,1),
(5317,11904,1),
(5317,12126,1),
(5317,12211,1),
(5317,14911,1),
(5317,14929,1),
(5317,14944,1),
(5317,14959,1),
(5317,14961,1),
(5317,14988,1),
(5317,15074,1),
(5317,15076,1),
(5317,15078,1),
(5317,15086,1),
(5317,15088,1),
(5317,15096,1),
(5317,15101,1),
(5317,15111,1),
(5317,15113,1),
(5317,15135,1),
(5317,15302,1),
(5317,15399,1),
(5317,15439,1),
(5317,15943,1),
(5317,15946,1),
(5317,15948,1),
(5317,20840,1),
(5317,20924,1),
(5317,21327,1),
(5317,21341,1),
(5317,22385,1),
(5317,23932,1),
(5317,23934,1),
(5317,23937,1),
(5317,28814,1),
(5317,32947,1),
(5317,32948,1),
(5317,32987,1),
(5317,32990,1),
(5317,32992,1),
(5317,32993,1),
(5317,38780,1),
(5317,40508,1),
(5317,50281,1),
(5319,951,1),
(5321,5320,1),
(5321,5682,1),
(5321,6463,1),
(5321,6467,1),
(5321,6953,1),
(5321,7165,1),
(5321,7257,1),
(5321,7287,1),
(5321,7395,1),
(5321,7397,1),
(5321,7399,1),
(5321,7650,1),
(5321,8379,1),
(5321,8381,1),
(5324,1261,1),
(5326,5325,1),
(5326,5726,1),
(5326,6740,1),
(5326,6851,1),
(5326,6980,1),
(5326,7205,1),
(5326,7523,1),
(5326,8284,1),
(5326,8824,1),
(5326,9000,1),
(5326,9743,1),
(5326,9745,1),
(5326,11855,1),
(5326,11907,1),
(5326,11909,1),
(5326,12135,1),
(5326,12262,1),
(5326,12268,1),
(5326,14841,1),
(5326,15297,1),
(5326,15849,1),
(5326,16926,1),
(5326,19142,1),
(5326,19544,1),
(5326,21137,1),
(5326,23777,1),
(5326,28815,1),
(5326,38513,1),
(5326,50143,1),
(5326,50154,1),
(5329,1177,1),
(5331,6454,1),
(5331,6612,1),
(5331,6616,1),
(5331,6619,1),
(5331,6712,1),
(5331,6714,1),
(5331,6716,1),
(5331,6720,1),
(5331,6726,1),
(5331,6982,1),
(5331,7219,1),
(5331,7503,1),
(5331,7760,1),
(5331,7815,1),
(5331,7823,1),
(5331,7962,1),
(5331,7965,1),
(5331,7976,1),
(5331,8738,1),
(5331,8741,1),
(5331,8743,1),
(5331,9487,1),
(5331,9491,1),
(5331,9494,1),
(5331,9496,1),
(5331,9996,1),
(5331,10479,1),
(5331,11543,1),
(5331,11872,1),
(5331,11876,1),
(5331,11887,1),
(5331,11911,1),
(5331,12049,1),
(5331,12515,1),
(5331,12530,1),
(5331,12553,1),
(5331,12570,1),
(5331,12582,1),
(5331,12616,1),
(5331,15294,1),
(5331,15813,1),
(5331,15815,1),
(5331,16933,1),
(5331,16936,1),
(5331,16944,1),
(5331,21795,1),
(5331,23806,1),
(5331,28817,1),
(5331,38767,1),
(5331,50467,1),
(5334,957,1),
(5336,5335,1),
(5336,5746,1),
(5336,6921,1),
(5336,6984,1),
(5336,7256,1),
(5336,7418,1),
(5336,7420,1),
(5336,7653,1),
(5336,7708,1),
(5336,7710,1),
(5336,7712,1),
(5336,7714,1),
(5336,7716,1),
(5336,7718,1),
(5336,7720,1),
(5336,7723,1),
(5336,7725,1),
(5336,7727,1),
(5336,7736,1),
(5336,8725,1),
(5336,9350,1),
(5336,9887,1),
(5336,10514,1),
(5336,11617,1),
(5336,11620,1),
(5336,12129,1),
(5336,12215,1),
(5336,14964,1),
(5336,14966,1),
(5336,14990,1),
(5336,15292,1),
(5336,15478,1),
(5336,15480,1),
(5336,15962,1),
(5336,15966,1),
(5336,21354,1),
(5336,23852,1),
(5336,34243,1),
(5336,38277,1),
(5336,38295,1),
(5336,38783,1),
(5336,40385,1),
(5336,40438,1),
(5336,40450,1),
(5336,50291,1),
(5339,963,1),
(5341,7756,1),
(5341,7767,1),
(5341,7769,1),
(5341,7773,1),
(5341,7775,1),
(5341,7776,1),
(5341,8465,1),
(5341,8543,1),
(5341,8558,1),
(5341,9352,1),
(5341,9568,1),
(5341,9582,1),
(5341,9584,1),
(5341,9586,1),
(5341,9889,1),
(5341,10524,1),
(5341,11623,1),
(5341,11627,1),
(5341,11713,1),
(5341,11740,1),
(5341,11756,1),
(5341,11758,1),
(5341,11779,1),
(5341,11795,1),
(5341,11804,1),
(5341,11811,1),
(5341,11820,1),
(5341,11827,1),
(5341,11851,1),
(5341,11882,1),
(5341,11885,1),
(5341,11889,1),
(5341,12217,1),
(5341,14968,1),
(5341,14992,1),
(5341,15290,1),
(5341,15362,1),
(5341,15482,1),
(5341,15484,1),
(5341,15985,1),
(5341,15988,1),
(5341,15993,1),
(5341,20937,1),
(5341,21362,1),
(5341,23855,1),
(5341,28819,1),
(5341,34261,1),
(5341,38784,1),
(5341,40376,1),
(5341,50296,1),
(5343,2720,1),
(5345,5344,1),
(5345,5698,1),
(5345,6392,1),
(5345,7167,1),
(5345,7551,1),
(5345,8898,1),
(5345,9127,1),
(5345,9129,1),
(5345,9131,1),
(5345,9695,1),
(5345,9828,1),
(5345,9830,1),
(5345,10217,1),
(5345,10314,1),
(5345,10320,1),
(5345,11866,1),
(5345,11913,1),
(5345,12325,1),
(5345,14509,1),
(5345,14524,1),
(5345,15288,1),
(5345,15734,1),
(5345,15737,1),
(5345,16947,1),
(5345,19781,1),
(5345,23692,1),
(5345,28259,1),
(5345,28261,1),
(5345,28821,1),
(5345,38451,1),
(5345,38798,1),
(5345,50526,1),
(5348,1051,1),
(5350,5349,1),
(5350,6804,1),
(5350,6999,1),
(5350,7240,1),
(5350,7470,1),
(5350,8007,1),
(5350,8009,1),
(5350,8011,1),
(5350,8013,1),
(5350,8015,1),
(5350,8018,1),
(5350,8020,1),
(5350,8022,1),
(5350,8028,1),
(5350,8030,1),
(5350,8422,1),
(5350,8424,1),
(5350,9406,1),
(5350,9936,1),
(5350,9940,1),
(5350,10358,1),
(5350,11708,1),
(5350,11915,1),
(5350,11920,1),
(5350,12387,1),
(5350,15286,1),
(5350,15693,1),
(5350,16225,1),
(5350,16229,1),
(5350,21061,1),
(5350,21496,1),
(5350,23705,1),
(5350,28755,1),
(5350,36267,1),
(5350,38477,1),
(5350,40279,1),
(5350,40281,1),
(5350,50374,1),
(5350,54156,1),
(5353,1185,1),
(5355,5354,1),
(5355,5757,1),
(5355,7000,1),
(5355,7218,1),
(5355,7505,1),
(5355,7599,1),
(5355,7619,1),
(5355,7978,1),
(5355,8755,1),
(5355,8757,1),
(5355,8761,1),
(5355,8771,1),
(5355,9503,1),
(5355,9506,1),
(5355,10002,1),
(5355,10481,1),
(5355,11001,1),
(5355,11007,1),
(5355,11922,1),
(5355,12132,1),
(5355,12500,1),
(5355,15284,1),
(5355,15818,1),
(5355,16956,1),
(5355,16959,1),
(5355,16962,1),
(5355,21813,1),
(5355,21848,1),
(5355,23812,1),
(5355,50472,1),
(5358,1059,1),
(5360,5359,1),
(5360,5763,1),
(5360,6387,1),
(5360,6807,1),
(5360,6810,1),
(5360,7004,1),
(5360,7239,1),
(5360,7472,1),
(5360,8037,1),
(5360,8039,1),
(5360,8041,1),
(5360,8043,1),
(5360,8045,1),
(5360,8047,1),
(5360,8426,1),
(5360,8428,1),
(5360,8430,1),
(5360,8615,1),
(5360,8617,1),
(5360,9408,1),
(5360,9938,1),
(5360,11718,1),
(5360,11720,1),
(5360,11928,1),
(5360,12390,1),
(5360,15277,1),
(5360,15695,1),
(5360,16236,1),
(5360,16239,1),
(5360,21071,1),
(5360,21508,1),
(5360,23708,1),
(5360,34253,1),
(5360,34758,1),
(5360,38478,1),
(5360,50379,1),
(5360,50381,1),
(5363,1269,1),
(5365,5364,1),
(5365,5769,1),
(5365,6068,1),
(5365,6752,1),
(5365,6768,1),
(5365,6770,1),
(5365,7006,1),
(5365,7204,1),
(5365,7525,1),
(5365,8286,1),
(5365,8826,1),
(5365,9002,1),
(5365,9004,1),
(5365,9747,1),
(5365,11930,1),
(5365,12272,1),
(5365,14843,1),
(5365,15273,1),
(5365,15850,1),
(5365,16980,1),
(5365,19177,1),
(5365,19461,1),
(5365,25620,1),
(5365,28823,1),
(5365,34278,1),
(5365,43185,1),
(5365,50599,1),
(5368,969,1),
(5370,5369,1),
(5370,5775,1),
(5370,6077,1),
(5370,6988,1),
(5370,6993,1),
(5370,6996,1),
(5370,7008,1),
(5370,7254,1),
(5370,7427,1),
(5370,7429,1),
(5370,7659,1),
(5370,7786,1),
(5370,7788,1),
(5370,7790,1),
(5370,8383,1),
(5370,9355,1),
(5370,9357,1),
(5370,9891,1),
(5370,10527,1),
(5370,11634,1),
(5370,11932,1),
(5370,12138,1),
(5370,12219,1),
(5370,14948,1),
(5370,14971,1),
(5370,14994,1),
(5370,15270,1),
(5370,15486,1),
(5370,15488,1),
(5370,15999,1),
(5370,16004,1),
(5370,16008,1),
(5370,20954,1),
(5370,21365,1),
(5370,23858,1),
(5370,28825,1),
(5370,38785,1),
(5370,50301,1),
(5373,1277,1),
(5375,5374,1),
(5375,5781,1),
(5375,6084,1),
(5375,6773,1),
(5375,6785,1),
(5375,6798,1),
(5375,6854,1),
(5375,6856,1),
(5375,7010,1),
(5375,7203,1),
(5375,7527,1),
(5375,8828,1),
(5375,9006,1),
(5375,9750,1),
(5375,9752,1),
(5375,11934,1),
(5375,12141,1),
(5375,12276,1),
(5375,14846,1),
(5375,15267,1),
(5375,15853,1),
(5375,16981,1),
(5375,19480,1),
(5375,19537,1),
(5375,28827,1),
(5375,50648,1),
(5376,1191,1),
(5379,5378,1),
(5379,5787,1),
(5379,6088,1),
(5379,6893,1),
(5379,6895,1),
(5379,7014,1),
(5379,7017,1),
(5379,7217,1),
(5379,7507,1),
(5379,7982,1),
(5379,7984,1),
(5379,8236,1),
(5379,8787,1),
(5379,8789,1),
(5379,8792,1),
(5379,9508,1),
(5379,9510,1),
(5379,9512,1),
(5379,10008,1),
(5379,10484,1),
(5379,11404,1),
(5379,11936,1),
(5379,12140,1),
(5379,12522,1),
(5379,15265,1),
(5379,15822,1),
(5379,17002,1),
(5379,17006,1),
(5379,17008,1),
(5379,21840,1),
(5379,23817,1),
(5379,38769,1),
(5379,50477,1),
(5379,50484,1),
(5383,1419,1),
(5385,5384,1),
(5385,5793,1),
(5385,6094,1),
(5385,6443,1),
(5385,7018,1),
(5385,7153,1),
(5385,7157,1),
(5385,7159,1),
(5385,7180,1),
(5385,7565,1),
(5385,8483,1),
(5385,8612,1),
(5385,9256,1),
(5385,9262,1),
(5385,9264,1),
(5385,9282,1),
(5385,9796,1),
(5385,11198,1),
(5385,11938,1),
(5385,12448,1),
(5385,14465,1),
(5385,14691,1),
(5385,14695,1),
(5385,14699,1),
(5385,15263,1),
(5385,15784,1),
(5385,17013,1),
(5385,17016,1),
(5385,23744,1),
(5385,28829,1),
(5385,38499,1),
(5385,50219,1),
(5388,1413,1),
(5390,5389,1),
(5390,6101,1),
(5390,6416,1),
(5390,7181,1),
(5390,7554,1),
(5390,8372,1),
(5390,8374,1),
(5390,9240,1),
(5390,9242,1),
(5390,9251,1),
(5390,9253,1),
(5390,9878,1),
(5390,11102,1),
(5390,11939,1),
(5390,12376,1),
(5390,14626,1),
(5390,15262,1),
(5390,15742,1),
(5390,17021,1),
(5390,17024,1),
(5390,19823,1),
(5390,21316,1),
(5390,28271,1),
(5390,28273,1),
(5390,28831,1),
(5390,38293,1),
(5390,38464,1),
(5390,38804,1),
(5390,50588,1),
(5393,1425,1),
(5395,5394,1),
(5395,6107,1),
(5395,6836,1),
(5395,7022,1),
(5395,7179,1),
(5395,7566,1),
(5395,8485,1),
(5395,9266,1),
(5395,9268,1),
(5395,9798,1),
(5395,10022,1),
(5395,11220,1),
(5395,11941,1),
(5395,12451,1),
(5395,14467,1),
(5395,15259,1),
(5395,15786,1),
(5398,1359,1),
(5400,5399,1),
(5400,6113,1),
(5400,6923,1),
(5400,7190,1),
(5400,7301,1),
(5400,7304,1),
(5400,7546,1),
(5400,8338,1),
(5400,8340,1),
(5400,8342,1),
(5400,8906,1),
(5400,9136,1),
(5400,9140,1),
(5400,9142,1),
(5400,9151,1),
(5400,9153,1),
(5400,9834,1),
(5400,10211,1),
(5400,10214,1),
(5400,10330,1),
(5400,11943,1),
(5400,12340,1),
(5400,14558,1),
(5400,15257,1),
(5400,15745,1),
(5400,17041,1),
(5400,17044,1),
(5400,19845,1),
(5400,28303,1),
(5400,28305,1),
(5400,28339,1),
(5400,28835,1),
(5400,34269,1),
(5400,38454,1),
(5400,50536,1),
(5403,1365,1),
(5405,5404,1),
(5405,6117,1),
(5405,6396,1),
(5405,7189,1),
(5405,7548,1),
(5405,8344,1),
(5405,8346,1),
(5405,8908,1),
(5405,9156,1),
(5405,9158,1),
(5405,9166,1),
(5405,9168,1),
(5405,9836,1),
(5405,10344,1),
(5405,11945,1),
(5405,12343,1),
(5405,15255,1),
(5405,15751,1),
(5405,17049,1),
(5405,19863,1),
(5405,28299,1),
(5405,28301,1),
(5405,28837,1),
(5405,38455,1),
(5405,38807,1),
(5405,50541,1),
(5408,975,1),
(5410,5409,1),
(5410,5799,1),
(5410,6122,1),
(5410,7025,1),
(5410,7253,1),
(5410,7431,1),
(5410,7433,1),
(5410,7662,1),
(5410,7792,1),
(5410,7834,1),
(5410,7836,1),
(5410,8385,1),
(5410,8387,1),
(5410,9359,1),
(5410,9362,1),
(5410,9893,1),
(5410,9895,1),
(5410,10350,1),
(5410,10530,1),
(5410,11641,1),
(5410,11650,1),
(5410,11653,1),
(5410,11947,1),
(5410,12143,1),
(5410,12221,1),
(5410,14976,1),
(5410,14978,1),
(5410,14980,1),
(5410,14995,1),
(5410,15031,1),
(5410,15253,1),
(5410,15490,1),
(5410,15492,1),
(5410,16022,1),
(5410,16027,1),
(5410,16031,1),
(5410,20919,1),
(5410,20962,1),
(5410,21367,1),
(5410,23861,1),
(5410,28757,1),
(5410,38786,1),
(5410,50306,1),
(5413,1067,1),
(5415,5414,1),
(5415,5805,1),
(5415,6125,1),
(5415,7027,1),
(5415,7238,1),
(5415,7474,1),
(5415,8049,1),
(5415,8055,1),
(5415,8057,1),
(5415,9410,1),
(5415,9413,1),
(5415,9942,1),
(5415,11722,1),
(5415,11726,1),
(5415,11729,1),
(5415,11949,1),
(5415,12145,1),
(5415,12393,1),
(5415,15251,1),
(5415,15697,1),
(5415,16246,1),
(5415,16248,1),
(5415,21077,1),
(5415,21520,1),
(5415,23711,1),
(5415,38326,1),
(5415,38372,1),
(5415,38479,1),
(5415,50385,1),
(5418,1431,1),
(5420,5419,1),
(5420,5811,1),
(5420,6131,1),
(5420,6673,1),
(5420,6686,1),
(5420,6689,1),
(5420,6839,1),
(5420,7029,1),
(5420,7178,1),
(5420,7568,1),
(5420,7585,1),
(5420,7588,1),
(5420,7590,1),
(5420,8453,1),
(5420,8487,1),
(5420,9270,1),
(5420,9273,1),
(5420,9277,1),
(5420,9280,1),
(5420,9460,1),
(5420,9462,1),
(5420,9464,1),
(5420,9801,1),
(5420,9810,1),
(5420,10374,1),
(5420,11244,1),
(5420,11951,1),
(5420,12454,1),
(5420,14474,1),
(5420,14666,1),
(5420,15249,1),
(5420,15791,1),
(5420,17051,1),
(5420,21144,1),
(5420,23750,1),
(5420,28839,1),
(5420,38501,1),
(5420,50231,1),
(5423,1283,1),
(5425,5424,1),
(5425,5823,1),
(5425,6145,1),
(5425,6859,1),
(5425,7035,1),
(5425,7040,1),
(5425,7202,1),
(5425,7529,1),
(5425,8288,1),
(5425,8290,1),
(5425,8292,1),
(5425,8294,1),
(5425,8463,1),
(5425,8841,1),
(5425,9009,1),
(5425,9019,1),
(5425,9021,1),
(5425,9024,1),
(5425,9579,1),
(5425,9754,1),
(5425,10115,1),
(5425,10122,1),
(5425,11010,1),
(5425,11953,1),
(5425,12279,1),
(5425,14848,1),
(5425,15246,1),
(5425,15855,1),
(5425,17059,1),
(5425,19504,1),
(5425,23695,1),
(5425,28841,1),
(5425,31428,1),
(5425,34256,1),
(5425,38514,1),
(5425,50604,1),
(5428,1197,1),
(5430,5429,1),
(5430,5829,1),
(5430,6151,1),
(5430,6898,1),
(5430,7045,1),
(5430,7216,1),
(5430,7509,1),
(5430,7595,1),
(5430,7615,1),
(5430,8238,1),
(5430,8813,1),
(5430,8822,1),
(5430,10017,1),
(5430,10487,1),
(5430,11956,1),
(5430,12147,1),
(5430,12536,1),
(5430,12599,1),
(5430,15242,1),
(5430,15825,1),
(5430,15827,1),
(5430,17077,1),
(5430,17080,1),
(5430,21116,1),
(5430,21858,1),
(5430,23820,1),
(5430,28845,1),
(5430,34249,1),
(5430,38770,1),
(5430,50482,1),
(5433,1201,1),
(5435,5434,1),
(5435,5835,1),
(5435,6153,1),
(5435,7215,1),
(5435,7290,1),
(5435,7511,1),
(5435,7597,1),
(5435,7617,1),
(5435,8240,1),
(5435,8840,1),
(5435,8846,1),
(5435,10023,1),
(5435,10150,1),
(5435,10490,1),
(5435,11958,1),
(5435,12606,1),
(5435,15240,1),
(5435,15829,1),
(5435,17087,1),
(5435,17092,1),
(5435,17095,1),
(5435,23822,1),
(5435,38771,1),
(5435,50488,1),
(5438,1443,1),
(5440,5439,1),
(5440,6159,1),
(5440,7049,1),
(5440,7176,1),
(5440,7571,1),
(5440,8473,1),
(5440,8491,1),
(5440,9287,1),
(5440,9295,1),
(5440,9297,1),
(5440,9815,1),
(5440,10159,1),
(5440,11274,1),
(5440,12456,1),
(5440,14483,1),
(5440,15238,1),
(5440,15795,1),
(5440,17100,1),
(5440,17103,1),
(5440,21146,1),
(5440,23756,1),
(5440,28847,1),
(5440,38298,1),
(5440,38502,1),
(5440,50244,1),
(5443,1209,1),
(5445,5444,1),
(5445,5841,1),
(5445,6162,1),
(5445,6900,1),
(5445,7214,1),
(5445,7367,1),
(5445,7513,1),
(5445,8242,1),
(5445,8244,1),
(5445,8876,1),
(5445,8881,1),
(5445,10025,1),
(5445,10493,1),
(5445,11868,1),
(5445,11870,1),
(5445,12148,1),
(5445,12619,1),
(5445,15236,1),
(5445,15831,1),
(5445,17108,1),
(5445,23825,1),
(5445,25655,1),
(5445,25657,1),
(5445,25659,1),
(5445,25661,1),
(5445,25663,1),
(5445,25665,1),
(5445,28849,1),
(5445,34264,1),
(5445,38772,1),
(5445,50671,1),
(5447,1289,1),
(5449,5448,1),
(5449,5847,1),
(5449,6168,1),
(5449,7201,1),
(5449,7530,1),
(5449,8296,1),
(5449,8298,1),
(5449,8300,1),
(5449,8844,1),
(5449,9026,1),
(5449,9034,1),
(5449,9036,1),
(5449,9756,1),
(5449,9758,1),
(5449,10134,1),
(5449,11962,1),
(5449,12282,1),
(5449,14850,1),
(5449,15234,1),
(5449,15860,1),
(5449,17111,1),
(5449,19527,1),
(5449,28851,1),
(5449,43188,1),
(5449,50609,1),
(5452,1297,1),
(5454,5453,1),
(5454,5853,1),
(5454,6176,1),
(5454,6862,1),
(5454,7200,1),
(5454,7531,1),
(5454,8302,1),
(5454,8847,1),
(5454,9039,1),
(5454,9047,1),
(5454,9049,1),
(5454,9760,1),
(5454,10183,1),
(5454,10190,1),
(5454,12286,1),
(5454,14851,1),
(5454,15232,1),
(5454,15864,1),
(5454,17113,1),
(5454,19570,1),
(5454,28783,1),
(5454,28799,1),
(5454,28801,1),
(5454,28854,1),
(5454,34266,1),
(5454,38515,1),
(5454,40541,1),
(5454,40551,1),
(5454,50165,1),
(5457,981,1),
(5459,5458,1),
(5459,5859,1),
(5459,6180,1),
(5459,7252,1),
(5459,7308,1),
(5459,7435,1),
(5459,7665,1),
(5459,7843,1),
(5459,7845,1),
(5459,8715,1),
(5459,9364,1),
(5459,9897,1),
(5459,10533,1),
(5459,11657,1),
(5459,11664,1),
(5459,11667,1),
(5459,11965,1),
(5459,12150,1),
(5459,12223,1),
(5459,14933,1),
(5459,14984,1),
(5459,14997,1),
(5459,15230,1),
(5459,15401,1),
(5459,15494,1),
(5459,15496,1),
(5459,16040,1),
(5459,16043,1),
(5459,20971,1),
(5459,20976,1),
(5459,21369,1),
(5459,23864,1),
(5459,28856,1),
(5459,38787,1),
(5459,39213,1),
(5459,50311,1),
(5461,1073,1),
(5463,5462,1),
(5463,5865,1),
(5463,6186,1),
(5463,6531,1),
(5463,6534,1),
(5463,6536,1),
(5463,6813,1),
(5463,7237,1),
(5463,8058,1),
(5463,8065,1),
(5463,8067,1),
(5463,8069,1),
(5463,8071,1),
(5463,8073,1),
(5463,8075,1),
(5463,8077,1),
(5463,8432,1),
(5463,9943,1),
(5463,9945,1),
(5463,11552,1),
(5463,11554,1),
(5463,11731,1),
(5463,11966,1),
(5463,12710,1),
(5463,12711,1),
(5463,12714,1),
(5463,14538,1),
(5463,14614,1),
(5463,14675,1),
(5463,14677,1),
(5463,15228,1),
(5463,15699,1),
(5463,16250,1),
(5463,21536,1),
(5463,23714,1),
(5463,38480,1),
(5463,40485,1),
(5463,50390,1),
(5466,1303,1),
(5468,5467,1),
(5468,5871,1),
(5468,6193,1),
(5468,6436,1),
(5468,6866,1),
(5468,7199,1),
(5468,7532,1),
(5468,8304,1),
(5468,8306,1),
(5468,8308,1),
(5468,8310,1),
(5468,8312,1),
(5468,8606,1),
(5468,8608,1),
(5468,8849,1),
(5468,9052,1),
(5468,9054,1),
(5468,9762,1),
(5468,12291,1),
(5468,14853,1),
(5468,15227,1),
(5468,15866,1),
(5468,15868,1),
(5468,17117,1),
(5468,17120,1),
(5468,19600,1),
(5468,23780,1),
(5468,28857,1),
(5468,34250,1),
(5468,34267,1),
(5468,38516,1),
(5468,50615,1),
(5471,1215,1),
(5473,5472,1),
(5473,6196,1),
(5473,6903,1),
(5473,7213,1),
(5473,7514,1),
(5473,8247,1),
(5473,8249,1),
(5473,8251,1),
(5473,8895,1),
(5473,8914,1),
(5473,9590,1),
(5473,9617,1),
(5473,9619,1),
(5473,9621,1),
(5473,10027,1),
(5473,10496,1),
(5473,11843,1),
(5473,11969,1),
(5473,12152,1),
(5473,12646,1),
(5473,15225,1),
(5473,15833,1),
(5473,17130,1),
(5473,21120,1),
(5473,23828,1),
(5473,31404,1),
(5473,38304,1),
(5473,38773,1),
(5473,50493,1),
(5476,1395,1),
(5478,5477,1),
(5478,6199,1),
(5478,6412,1),
(5478,7184,1),
(5478,7265,1),
(5478,7267,1),
(5478,7269,1),
(5478,7360,1),
(5478,7563,1),
(5478,8537,1),
(5478,9220,1),
(5478,9227,1),
(5478,9229,1),
(5478,9857,1),
(5478,11152,1),
(5478,11584,1),
(5478,11971,1),
(5478,12154,1),
(5478,12253,1),
(5478,12271,1),
(5478,12283,1),
(5478,12292,1),
(5478,12364,1),
(5478,14617,1),
(5478,15223,1),
(5478,15755,1),
(5481,1371,1),
(5483,5482,1),
(5483,6204,1),
(5483,6400,1),
(5483,6929,1),
(5483,7188,1),
(5483,7556,1),
(5483,8348,1),
(5483,8350,1),
(5483,8921,1),
(5483,9177,1),
(5483,9179,1),
(5483,9844,1),
(5483,9853,1),
(5483,9879,1),
(5483,10141,1),
(5483,10143,1),
(5483,11023,1),
(5483,12353,1),
(5483,14575,1),
(5483,14592,1),
(5483,15221,1),
(5483,15758,1),
(5483,17146,1),
(5483,19919,1),
(5483,28295,1),
(5483,28297,1),
(5483,28860,1),
(5483,34271,1),
(5483,38347,1),
(5483,38352,1),
(5483,38357,1),
(5483,38361,1),
(5483,38374,1),
(5483,38457,1),
(5483,38714,1),
(5483,38764,1),
(5483,38809,1),
(5483,50552,1),
(5486,1449,1),
(5488,5487,1),
(5488,6210,1),
(5488,7061,1),
(5488,7175,1),
(5488,7573,1),
(5488,8475,1),
(5488,8477,1),
(5488,8493,1),
(5488,9300,1),
(5488,9303,1),
(5488,9305,1),
(5488,9307,1),
(5488,9820,1),
(5488,10063,1),
(5488,10065,1),
(5488,10067,1),
(5488,10162,1),
(5488,11292,1),
(5488,11588,1),
(5488,12460,1),
(5488,14485,1),
(5488,15219,1),
(5488,15346,1),
(5488,15348,1),
(5488,15350,1),
(5488,15367,1),
(5488,15371,1),
(5488,15396,1),
(5488,15797,1),
(5488,17152,1),
(5488,21148,1),
(5488,23759,1),
(5488,27530,1),
(5488,27903,1),
(5488,27905,1),
(5488,28862,1),
(5488,38504,1),
(5488,50249,1),
(5491,1455,1),
(5493,5492,1),
(5493,5877,1),
(5493,6217,1),
(5493,7064,1),
(5493,7174,1),
(5493,7575,1),
(5493,8495,1),
(5493,9310,1),
(5493,9315,1),
(5493,9317,1),
(5493,9822,1),
(5493,10081,1),
(5493,10165,1),
(5493,11311,1),
(5493,12462,1),
(5493,14487,1),
(5493,15217,1),
(5493,15799,1),
(5493,17155,1),
(5493,23762,1),
(5493,28760,1),
(5493,28764,1),
(5493,28864,1),
(5493,34273,1),
(5493,38503,1),
(5493,38760,1),
(5493,50254,1),
(5495,989,1),
(5497,5496,1),
(5497,5883,1),
(5497,6221,1),
(5497,7251,1),
(5497,7436,1),
(5497,7668,1),
(5497,7848,1),
(5497,7854,1),
(5497,7856,1),
(5497,8389,1),
(5497,8391,1),
(5497,8393,1),
(5497,9365,1),
(5497,9899,1),
(5497,10536,1),
(5497,11669,1),
(5497,11975,1),
(5497,12156,1),
(5497,12225,1),
(5497,15000,1),
(5497,15215,1),
(5497,15498,1),
(5497,16050,1),
(5497,16053,1),
(5497,20978,1),
(5497,21375,1),
(5497,23867,1),
(5497,28866,1),
(5497,38788,1),
(5497,50317,1),
(5500,1309,1),
(5502,5501,1),
(5502,6225,1),
(5502,6869,1),
(5502,6871,1),
(5502,7198,1),
(5502,7534,1),
(5502,8854,1),
(5502,9057,1),
(5502,9064,1),
(5502,9066,1),
(5502,9764,1),
(5502,10202,1),
(5502,11977,1),
(5502,12295,1),
(5502,14859,1),
(5502,15213,1),
(5502,15870,1),
(5505,995,1),
(5507,5506,1),
(5507,6228,1),
(5507,7070,1),
(5507,7250,1),
(5507,7438,1),
(5507,7671,1),
(5507,7865,1),
(5507,7867,1),
(5507,9368,1),
(5507,9371,1),
(5507,9902,1),
(5507,10539,1),
(5507,10997,1),
(5507,11671,1),
(5507,11784,1),
(5507,11979,1),
(5507,12158,1),
(5507,12228,1),
(5507,15003,1),
(5507,15211,1),
(5507,15500,1),
(5507,15770,1),
(5507,15772,1),
(5507,16064,1),
(5507,16069,1),
(5507,20985,1),
(5507,21379,1),
(5507,23870,1),
(5507,28870,1),
(5507,34275,1),
(5507,38789,1),
(5507,40405,1),
(5507,40413,1),
(5507,40416,1),
(5507,40421,1),
(5507,40425,1),
(5507,40431,1),
(5507,40446,1),
(5507,50322,1),
(5510,1219,1),
(5512,5511,1),
(5512,5889,1),
(5512,6230,1),
(5512,6906,1),
(5512,7212,1),
(5512,7515,1),
(5512,8253,1),
(5512,8255,1),
(5512,8945,1),
(5512,10029,1),
(5512,10031,1),
(5512,10499,1),
(5512,11982,1),
(5512,12162,1),
(5512,12651,1),
(5512,15207,1),
(5512,15835,1),
(5515,1079,1),
(5517,5516,1),
(5517,6232,1),
(5517,6816,1),
(5517,7236,1),
(5517,7475,1),
(5517,8083,1),
(5517,8088,1),
(5517,8090,1),
(5517,8434,1),
(5517,9569,1),
(5517,9571,1),
(5517,9573,1),
(5517,9948,1),
(5517,10360,1),
(5517,11556,1),
(5517,11733,1),
(5517,11852,1),
(5517,11899,1),
(5517,12167,1),
(5517,12396,1),
(5517,15205,1),
(5517,15701,1),
(5517,15703,1),
(5517,15705,1),
(5517,16261,1),
(5517,16265,1),
(5517,21081,1),
(5517,21554,1),
(5517,34263,1),
(5517,38321,1),
(5517,38481,1),
(5517,47389,1),
(5517,50395,1),
(5520,1377,1),
(5522,5521,1),
(5522,6236,1),
(5522,6402,1),
(5522,6933,1),
(5522,7077,1),
(5522,7187,1),
(5522,7558,1),
(5522,8358,1),
(5522,8360,1),
(5522,8362,1),
(5522,8940,1),
(5522,9182,1),
(5522,9194,1),
(5522,9196,1),
(5522,9198,1),
(5522,9847,1),
(5522,11042,1),
(5522,11050,1),
(5522,12356,1),
(5522,14604,1),
(5522,15202,1),
(5522,15760,1),
(5525,999,1),
(5527,5526,1),
(5527,5895,1),
(5527,6246,1),
(5527,7249,1),
(5527,7439,1),
(5527,7442,1),
(5527,7444,1),
(5527,7875,1),
(5527,7877,1),
(5527,7879,1),
(5527,8395,1),
(5527,8397,1),
(5527,9917,1),
(5527,10352,1),
(5527,10544,1),
(5527,11677,1),
(5527,11680,1),
(5527,11987,1),
(5527,12170,1),
(5527,12230,1),
(5527,15006,1),
(5527,15197,1),
(5527,15503,1),
(5527,16077,1),
(5527,16082,1),
(5527,16086,1),
(5527,20992,1),
(5527,21409,1),
(5527,23873,1),
(5527,28768,1),
(5527,28770,1),
(5527,28775,1),
(5527,34245,1),
(5527,38790,1),
(5527,40456,1),
(5527,50327,1),
(5530,1477,1),
(5532,5531,1),
(5532,5901,1),
(5532,6248,1),
(5532,6564,1),
(5532,6573,1),
(5532,7128,1),
(5532,7131,1),
(5532,7135,1),
(5532,7138,1),
(5532,7142,1),
(5532,7144,1),
(5532,7170,1),
(5532,7283,1),
(5532,7580,1),
(5532,8505,1),
(5532,8507,1),
(5532,8509,1),
(5532,9525,1),
(5532,9527,1),
(5532,9532,1),
(5532,9534,1),
(5532,9794,1),
(5532,10461,1),
(5532,11859,1),
(5532,14455,1),
(5532,15195,1),
(5532,15381,1),
(5532,15777,1),
(5532,17188,1),
(5532,23771,1),
(5532,28874,1),
(5532,28879,1),
(5532,34274,1),
(5532,38508,1),
(5532,50188,1),
(5535,1085,1),
(5537,5536,1),
(5537,5907,1),
(5537,6251,1),
(5537,6819,1),
(5537,7235,1),
(5537,7476,1),
(5537,7633,1),
(5537,8096,1),
(5537,8098,1),
(5537,8100,1),
(5537,8102,1),
(5537,8436,1),
(5537,9955,1),
(5537,11738,1),
(5537,11752,1),
(5537,11755,1),
(5537,11991,1),
(5537,12172,1),
(5537,12401,1),
(5537,15193,1),
(5537,15707,1),
(5537,15708,1),
(5537,16272,1),
(5537,16275,1),
(5537,21085,1),
(5537,21576,1),
(5537,23717,1),
(5537,38482,1),
(5537,50400,1),
(5540,1461,1),
(5542,5541,1),
(5542,6260,1),
(5542,6423,1),
(5542,6845,1),
(5542,7173,1),
(5542,7576,1),
(5542,8479,1),
(5542,8497,1),
(5542,9324,1),
(5542,9326,1),
(5542,9824,1),
(5542,10091,1),
(5542,11330,1),
(5542,11847,1),
(5542,12472,1),
(5542,14488,1),
(5542,15190,1),
(5542,15801,1),
(5545,1467,1),
(5547,5546,1),
(5547,5913,1),
(5547,6266,1),
(5547,6271,1),
(5547,6848,1),
(5547,7172,1),
(5547,7577,1),
(5547,8481,1),
(5547,8499,1),
(5547,9329,1),
(5547,9337,1),
(5547,9339,1),
(5547,9826,1),
(5547,10253,1),
(5547,11348,1),
(5547,12475,1),
(5547,14490,1),
(5547,15187,1),
(5547,15317,1),
(5547,15803,1),
(5547,17201,1),
(5547,23765,1),
(5547,25644,1),
(5547,28780,1),
(5547,28882,1),
(5547,34247,1),
(5547,36225,1),
(5547,38294,1),
(5547,38506,1),
(5547,50265,1),
(5550,1225,1),
(5552,5551,1),
(5552,5919,1),
(5552,6274,1),
(5552,6909,1),
(5552,7211,1),
(5552,7516,1),
(5552,8260,1),
(5552,8262,1),
(5552,8264,1),
(5552,8266,1),
(5552,8960,1),
(5552,8962,1),
(5552,9593,1),
(5552,10033,1),
(5552,10502,1),
(5552,11994,1),
(5552,12175,1),
(5552,12664,1),
(5552,12668,1),
(5552,15183,1),
(5552,15837,1),
(5552,17210,1),
(5552,17215,1),
(5552,23834,1),
(5552,38775,1),
(5552,50498,1),
(5555,1005,1),
(5557,5556,1),
(5557,6276,1),
(5557,7086,1),
(5557,7248,1),
(5557,7445,1),
(5557,7675,1),
(5557,7887,1),
(5557,7889,1),
(5557,8399,1),
(5557,9373,1),
(5557,9376,1),
(5557,9920,1),
(5557,10547,1),
(5557,11682,1),
(5557,11996,1),
(5557,12232,1),
(5557,15009,1),
(5557,15181,1),
(5557,15505,1),
(5557,15507,1),
(5557,16098,1),
(5557,16104,1),
(5557,16107,1),
(5557,21002,1),
(5557,21417,1),
(5557,23876,1),
(5557,28883,1),
(5557,38792,1),
(5557,40462,1),
(5557,50332,1),
(5560,1315,1),
(5562,5561,1),
(5562,5925,1),
(5562,6282,1),
(5562,6874,1),
(5562,7197,1),
(5562,7535,1),
(5562,8314,1),
(5562,8322,1),
(5562,8324,1),
(5562,8857,1),
(5562,9069,1),
(5562,9076,1),
(5562,9078,1),
(5562,9766,1),
(5562,9768,1),
(5562,10265,1),
(5562,10372,1),
(5562,11999,1),
(5562,12299,1),
(5562,14861,1),
(5562,15179,1),
(5562,15872,1),
(5562,17298,1),
(5562,19638,1),
(5562,21312,1),
(5562,21314,1),
(5562,28762,1),
(5562,28885,1),
(5562,34257,1),
(5562,38518,1),
(5562,50625,1),
(5565,1383,1),
(5567,5566,1),
(5567,6288,1),
(5567,6404,1),
(5567,7186,1),
(5567,7559,1),
(5567,8364,1),
(5567,8366,1),
(5567,8947,1),
(5567,9200,1),
(5567,9202,1),
(5567,9850,1),
(5567,9916,1),
(5567,11062,1),
(5567,12001,1),
(5567,12359,1),
(5567,14615,1),
(5567,15177,1),
(5567,15764,1),
(5567,17303,1),
(5567,19955,1),
(5567,28287,1),
(5567,28289,1),
(5567,28887,1),
(5567,38459,1),
(5567,38813,1),
(5567,50562,1),
(5570,1323,1),
(5572,5571,1),
(5572,5931,1),
(5572,6295,1),
(5572,6875,1),
(5572,6878,1),
(5572,7196,1),
(5572,7536,1),
(5572,8316,1),
(5572,8318,1),
(5572,8320,1),
(5572,8859,1),
(5572,9081,1),
(5572,9089,1),
(5572,9092,1),
(5572,9770,1),
(5572,10282,1),
(5572,12003,1),
(5572,12304,1),
(5572,14864,1),
(5572,14867,1),
(5572,14917,1),
(5572,15174,1),
(5572,15874,1),
(5572,17305,1),
(5572,19662,1),
(5572,23784,1),
(5572,28889,1),
(5572,38519,1),
(5572,50653,1),
(5575,1011,1),
(5577,5576,1),
(5577,5579,1),
(5577,5937,1),
(5577,6300,1),
(5577,7247,1),
(5577,7312,1),
(5577,7447,1),
(5577,7678,1),
(5577,7895,1),
(5577,7897,1),
(5577,7899,1),
(5577,7902,1),
(5577,7904,1),
(5577,7906,1),
(5577,8401,1),
(5577,8403,1),
(5577,8405,1),
(5577,8407,1),
(5577,9379,1),
(5577,9382,1),
(5577,9922,1),
(5577,10354,1),
(5577,10550,1),
(5577,11686,1),
(5577,11689,1),
(5577,12005,1),
(5577,12178,1),
(5577,12234,1),
(5577,15012,1),
(5577,15172,1),
(5577,15509,1),
(5577,16111,1),
(5577,16114,1),
(5577,16123,1),
(5577,16127,1),
(5577,21023,1),
(5577,21422,1),
(5577,23879,1),
(5577,28890,1),
(5577,34210,1),
(5577,34215,1),
(5577,38793,1),
(5577,50338,1),
(5582,1091,1),
(5584,5583,1),
(5584,5943,1),
(5584,6303,1),
(5584,6822,1),
(5584,7234,1),
(5584,7477,1),
(5584,8109,1),
(5584,8111,1),
(5584,8113,1),
(5584,8115,1),
(5584,9414,1),
(5584,9963,1),
(5584,11760,1),
(5584,12007,1),
(5584,12404,1),
(5584,15170,1),
(5584,15713,1),
(5584,16283,1),
(5584,16287,1),
(5584,21089,1),
(5584,21591,1),
(5584,33929,1),
(5584,34254,1),
(5584,36160,1),
(5584,36229,1),
(5584,38279,1),
(5584,38296,1),
(5584,38483,1),
(5584,38485,1),
(5584,50405,1),
(5587,1097,1),
(5589,5588,1),
(5589,6306,1),
(5589,6825,1),
(5589,7233,1),
(5589,7326,1),
(5589,7479,1),
(5589,7635,1),
(5589,8121,1),
(5589,8123,1),
(5589,8125,1),
(5589,8127,1),
(5589,8129,1),
(5589,9416,1),
(5589,9418,1),
(5589,9965,1),
(5589,11762,1),
(5589,12009,1),
(5589,12180,1),
(5589,12406,1),
(5589,15167,1),
(5589,15715,1),
(5589,16298,1),
(5589,16302,1),
(5589,21093,1),
(5589,21604,1),
(5589,23720,1),
(5589,38487,1),
(5589,50410,1),
(5592,1231,1),
(5594,5593,1),
(5594,6309,1),
(5594,6912,1),
(5594,7210,1),
(5594,7517,1),
(5594,7593,1),
(5594,7613,1),
(5594,8268,1),
(5594,8270,1),
(5594,8965,1),
(5594,8975,1),
(5594,8977,1),
(5594,10035,1),
(5594,10505,1),
(5594,12011,1),
(5594,12182,1),
(5594,12670,1),
(5594,15165,1),
(5594,15839,1),
(5594,17227,1),
(5594,23837,1),
(5594,38776,1),
(5594,50503,1),
(5597,1103,1),
(5599,5598,1),
(5599,6312,1),
(5599,7098,1),
(5599,7232,1),
(5599,7481,1),
(5599,7637,1),
(5599,8137,1),
(5599,8139,1),
(5599,8438,1),
(5599,8440,1),
(5599,9419,1),
(5599,9596,1),
(5599,9598,1),
(5599,9967,1),
(5599,11764,1),
(5599,11835,1),
(5599,12013,1),
(5599,12184,1),
(5599,12409,1),
(5599,15163,1),
(5599,15717,1),
(5599,16312,1),
(5599,17232,1),
(5599,21643,1),
(5599,23723,1),
(5599,38488,1),
(5599,50415,1),
(5602,1237,1),
(5604,5603,1),
(5604,5949,1),
(5604,6315,1),
(5604,6914,1),
(5604,7209,1),
(5604,7518,1),
(5604,8272,1),
(5604,8274,1),
(5604,8276,1),
(5604,8985,1),
(5604,8988,1),
(5604,9600,1),
(5604,9602,1),
(5604,9604,1),
(5604,10037,1),
(5604,11787,1),
(5604,12015,1),
(5604,12186,1),
(5604,12490,1),
(5604,12672,1),
(5604,15161,1),
(5604,15841,1),
(5604,17231,1),
(5604,17239,1),
(5604,17248,1),
(5604,17255,1),
(5604,17278,1),
(5604,17281,1),
(5604,21124,1),
(5604,23840,1),
(5604,25622,1),
(5604,38777,1),
(5604,47374,1),
(5604,50509,1),
(5607,1243,1),
(5609,5608,1),
(5609,5955,1),
(5609,6317,1),
(5609,7208,1),
(5609,7519,1),
(5609,8278,1),
(5609,8990,1),
(5609,9611,1),
(5609,9613,1),
(5609,9615,1),
(5609,9635,1),
(5609,9637,1),
(5609,9639,1),
(5609,10039,1),
(5609,10153,1),
(5609,10370,1),
(5609,11860,1),
(5609,12187,1),
(5609,12673,1),
(5609,15159,1),
(5609,15843,1),
(5609,17244,1),
(5609,17269,1),
(5609,17272,1),
(5609,21129,1),
(5609,47377,1),
(5609,50515,1),
(5612,1389,1),
(5614,5613,1),
(5614,5961,1),
(5614,6321,1),
(5614,6406,1),
(5614,6408,1),
(5614,7185,1),
(5614,7560,1),
(5614,8368,1),
(5614,8370,1),
(5614,8459,1),
(5614,8950,1),
(5614,9205,1),
(5614,9214,1),
(5614,9216,1),
(5614,9218,1),
(5614,9575,1),
(5614,9854,1),
(5614,11081,1),
(5614,11837,1),
(5614,12361,1),
(5614,15156,1),
(5614,15766,1),
(5614,17307,1),
(5614,21140,1),
(5614,28283,1),
(5614,28285,1),
(5614,28893,1),
(5614,34272,1),
(5614,38460,1),
(5614,38816,1),
(5614,50567,1),
(5617,1149,1),
(5619,5618,1),
(5619,6325,1),
(5619,7224,1),
(5619,7492,1),
(5619,7611,1),
(5619,7629,1),
(5619,9514,1),
(5619,9517,1),
(5619,9986,1),
(5619,10364,1),
(5619,12433,1),
(5622,1329,1),
(5624,5623,1),
(5624,5967,1),
(5624,6331,1),
(5624,6881,1),
(5624,7195,1),
(5624,7537,1),
(5624,8326,1),
(5624,8328,1),
(5624,8330,1),
(5624,8332,1),
(5624,8873,1),
(5624,8878,1),
(5624,9096,1),
(5624,9098,1),
(5624,9106,1),
(5624,9108,1),
(5624,9110,1),
(5624,9772,1),
(5624,9774,1),
(5624,10299,1),
(5624,12019,1),
(5624,12307,1),
(5624,14879,1),
(5624,15154,1),
(5624,15875,1),
(5624,17312,1),
(5624,19680,1),
(5624,23789,1),
(5624,33900,1),
(5624,50630,1),
(5627,1481,1),
(5629,5628,1),
(5629,5973,1),
(5629,6334,1),
(5629,6336,1),
(5629,6586,1),
(5629,6592,1),
(5629,7169,1),
(5629,7581,1),
(5629,8511,1),
(5629,8513,1),
(5629,9536,1),
(5629,9538,1),
(5629,9788,1),
(5629,9790,1),
(5629,10170,1),
(5629,10464,1),
(5629,11358,1),
(5629,11360,1),
(5632,1017,1),
(5634,5633,1),
(5634,6338,1),
(5634,6345,1),
(5634,7246,1),
(5634,7448,1),
(5634,7450,1),
(5634,7452,1),
(5634,7681,1),
(5634,7912,1),
(5634,7914,1),
(5634,7916,1),
(5634,7918,1),
(5634,9383,1),
(5634,9385,1),
(5634,9387,1),
(5634,9924,1),
(5634,10555,1),
(5634,11690,1),
(5634,12022,1),
(5634,12190,1),
(5634,12238,1),
(5634,15015,1),
(5634,15150,1),
(5634,15511,1),
(5634,16138,1),
(5634,16142,1),
(5634,21437,1),
(5634,23882,1),
(5634,28898,1),
(5634,34276,1),
(5634,38794,1),
(5634,50345,1),
(5644,1117,1),
(5646,5645,1),
(5646,6008,1),
(5646,6358,1),
(5646,7230,1),
(5646,7483,1),
(5646,8154,1),
(5646,8156,1),
(5646,8158,1),
(5646,8160,1),
(5646,8166,1),
(5646,8168,1),
(5646,8170,1),
(5646,8444,1),
(5646,9432,1),
(5646,9435,1),
(5646,9974,1),
(5646,11595,1),
(5646,11799,1),
(5646,12031,1),
(5646,12198,1),
(5646,12334,1),
(5646,12338,1),
(5646,12419,1),
(5646,15058,1),
(5646,15136,1),
(5646,15721,1),
(5646,17334,1),
(5646,17339,1),
(5646,17342,1),
(5646,21679,1),
(5646,23732,1),
(5646,38305,1),
(5646,38492,1),
(5646,50425,1),
(5649,1473,1),
(5651,5650,1),
(5651,6016,1),
(5651,6360,1),
(5651,6555,1),
(5651,6559,1),
(5651,6562,1),
(5651,7171,1),
(5651,7578,1),
(5651,8501,1),
(5651,8503,1),
(5651,9467,1),
(5651,9472,1),
(5651,9474,1),
(5651,9476,1),
(5651,9792,1),
(5651,10095,1),
(5651,10103,1),
(5651,10168,1),
(5651,10467,1),
(5651,11980,1),
(5651,14460,1),
(5651,14463,1),
(5651,15056,1),
(5651,15131,1),
(5651,15385,1),
(5651,15781,1),
(5653,1031,1),
(5655,5654,1),
(5655,6022,1),
(5655,6366,1),
(5655,7244,1),
(5655,7457,1),
(5655,7687,1),
(5655,7942,1),
(5655,7944,1),
(5655,7946,1),
(5655,7948,1),
(5655,8413,1),
(5655,9394,1),
(5655,9397,1),
(5655,9928,1),
(5655,11549,1),
(5655,11696,1),
(5655,14904,1),
(5655,15054,1),
(5655,15125,1),
(5655,15515,1),
(5655,16171,1),
(5655,16174,1),
(5655,21046,1),
(5655,21449,1),
(5655,23945,1),
(5655,36268,1),
(5662,1249,1),
(5664,5663,1),
(5664,6035,1),
(5664,6372,1),
(5664,6917,1),
(5664,7207,1),
(5664,7520,1),
(5664,8280,1),
(5664,8467,1),
(5664,8993,1),
(5664,8996,1),
(5664,9588,1),
(5664,10040,1),
(5664,11831,1),
(5664,12039,1),
(5664,12495,1),
(5664,12691,1),
(5664,15048,1),
(5664,15118,1),
(5664,15845,1),
(5664,17260,1),
(5664,17265,1),
(5664,21134,1),
(5664,23843,1),
(5664,28913,1),
(5664,34255,1),
(5664,38299,1),
(5664,38778,1),
(5664,40536,1),
(5664,40848,1),
(5664,43159,1),
(5664,43161,1),
(5664,50520,1),
(5673,1141,1),
(5673,15093,1),
(5675,5674,1),
(5675,6383,1),
(5675,7226,1),
(5675,7490,1),
(5675,7499,1),
(5675,7607,1),
(5675,7625,1),
(5675,7641,1),
(5675,12045,1),
(5675,12209,1),
(5675,15039,1),
(5675,15099,1),
(5710,1353,1),
(5713,5712,1),
(5713,6394,1),
(5713,7191,1),
(5713,7264,1),
(5713,7271,1),
(5713,7274,1),
(5713,7341,1),
(5713,7346,1),
(5713,7349,1),
(5713,7386,1),
(5713,7544,1),
(5713,8354,1),
(5713,8519,1),
(5713,8523,1),
(5713,8528,1),
(5713,8547,1),
(5713,8594,1),
(5713,8902,1),
(5713,9133,1),
(5713,9832,1),
(5713,11411,1),
(5713,11577,1),
(5713,11581,1),
(5713,11926,1),
(5713,12134,1),
(5713,12337,1),
(5713,14535,1),
(5713,14552,1),
(5713,15281,1),
(5713,15740,1),
(5737,2880,1),
(5737,11405,1),
(5740,5739,1),
(5740,6457,1),
(5740,7166,1),
(5740,9497,1),
(5740,9499,1),
(5740,11005,1),
(5740,12055,1),
(5818,5817,1),
(5818,6138,1),
(5818,6642,1),
(5818,6644,1),
(5818,6646,1),
(5818,6654,1),
(5818,6841,1),
(5818,7031,1),
(5818,7177,1),
(5818,8455,1),
(5818,8457,1),
(5818,8461,1),
(5818,8469,1),
(5818,8471,1),
(5818,8489,1),
(5818,9284,1),
(5818,9577,1),
(5818,9818,1),
(5818,11235,1),
(5818,11239,1),
(5818,11256,1),
(5818,12728,1),
(5818,14480,1),
(5818,15247,1),
(5818,15248,1),
(5818,15390,1),
(5818,15894,1),
(6069,6068,1),
(6069,6752,1),
(6069,6768,1),
(6069,6770,1),
(6069,7006,1),
(6069,7204,1),
(6069,7525,1),
(6069,8286,1),
(6069,8826,1),
(6069,9002,1),
(6069,9004,1),
(6069,9747,1),
(6069,11930,1),
(6069,12272,1),
(6069,14843,1),
(6069,15273,1),
(6069,15850,1),
(6069,16980,1),
(6069,19177,1),
(6069,19461,1),
(6069,25620,1),
(6069,28823,1),
(6069,34278,1),
(6069,43185,1),
(6069,50599,1),
(6070,6068,1),
(6070,6752,1),
(6070,6768,1),
(6070,6770,1),
(6070,7006,1),
(6070,7204,1),
(6070,7525,1),
(6070,8286,1),
(6070,8826,1),
(6070,9002,1),
(6070,9004,1),
(6070,9747,1),
(6070,11930,1),
(6070,12272,1),
(6070,14843,1),
(6070,15273,1),
(6070,15850,1),
(6070,16980,1),
(6070,19177,1),
(6070,19461,1),
(6070,25620,1),
(6070,28823,1),
(6070,34278,1),
(6070,43185,1),
(6070,50599,1),
(6076,969,1),
(6078,6077,1),
(6078,6988,1),
(6078,6993,1),
(6078,6996,1),
(6078,7008,1),
(6078,7254,1),
(6078,7427,1),
(6078,7429,1),
(6078,7659,1),
(6078,7786,1),
(6078,7788,1),
(6078,7790,1),
(6078,8383,1),
(6078,9355,1),
(6078,9357,1),
(6078,9891,1),
(6078,10527,1),
(6078,11634,1),
(6078,11932,1),
(6078,12138,1),
(6078,12219,1),
(6078,14948,1),
(6078,14971,1),
(6078,14994,1),
(6078,15270,1),
(6078,15486,1),
(6078,15488,1),
(6078,15999,1),
(6078,16004,1),
(6078,16008,1),
(6078,20954,1),
(6078,21365,1),
(6078,23858,1),
(6078,28825,1),
(6078,38785,1),
(6078,50301,1),
(6085,6084,1),
(6085,6773,1),
(6085,6785,1),
(6085,6798,1),
(6085,6854,1),
(6085,6856,1),
(6085,7010,1),
(6085,7203,1),
(6085,7527,1),
(6085,8828,1),
(6085,9006,1),
(6085,9750,1),
(6085,9752,1),
(6085,11934,1),
(6085,12141,1),
(6085,12276,1),
(6085,14846,1),
(6085,15267,1),
(6085,15853,1),
(6085,16981,1),
(6085,19480,1),
(6085,19537,1),
(6085,28827,1),
(6085,50648,1),
(6086,6084,1),
(6086,6773,1),
(6086,6785,1),
(6086,6798,1),
(6086,6854,1),
(6086,6856,1),
(6086,7010,1),
(6086,7203,1),
(6086,7527,1),
(6086,8828,1),
(6086,9006,1),
(6086,9750,1),
(6086,9752,1),
(6086,11934,1),
(6086,12141,1),
(6086,12276,1),
(6086,14846,1),
(6086,15267,1),
(6086,15853,1),
(6086,16981,1),
(6086,19480,1),
(6086,19537,1),
(6086,28827,1),
(6086,50648,1),
(6095,6094,1),
(6095,6443,1),
(6095,7018,1),
(6095,7153,1),
(6095,7157,1),
(6095,7159,1),
(6095,7180,1),
(6095,7565,1),
(6095,8483,1),
(6095,8612,1),
(6095,9256,1),
(6095,9262,1),
(6095,9264,1),
(6095,9282,1),
(6095,9796,1),
(6095,11198,1),
(6095,11938,1),
(6095,12448,1),
(6095,14465,1),
(6095,14691,1),
(6096,6094,1),
(6096,6443,1),
(6096,7018,1),
(6102,6101,1),
(6102,6416,1),
(6102,7181,1),
(6102,7554,1),
(6102,8372,1),
(6102,8374,1),
(6102,9240,1),
(6102,9242,1),
(6102,9251,1),
(6102,9253,1),
(6102,9878,1),
(6102,11102,1),
(6102,11939,1),
(6102,12376,1),
(6102,14626,1),
(6102,15262,1),
(6102,15742,1),
(6102,17021,1),
(6102,17024,1),
(6102,19823,1),
(6102,21316,1),
(6102,28271,1),
(6102,28273,1),
(6102,28831,1),
(6102,38293,1),
(6102,38464,1),
(6102,38804,1),
(6102,50588,1),
(6103,6101,1),
(6103,6416,1),
(6103,7181,1),
(6103,7554,1),
(6103,8372,1),
(6103,8374,1),
(6103,9240,1),
(6103,9242,1),
(6103,9251,1),
(6103,9253,1),
(6103,9878,1),
(6103,11102,1),
(6103,11939,1),
(6103,12376,1),
(6103,14626,1),
(6103,15262,1),
(6103,15742,1),
(6103,17021,1),
(6103,17024,1),
(6103,19823,1),
(6103,21316,1),
(6103,28271,1),
(6103,28273,1),
(6103,28831,1),
(6103,38293,1),
(6103,38464,1),
(6103,38804,1),
(6103,50588,1),
(6108,6107,1),
(6108,6836,1),
(6108,7022,1),
(6108,7179,1),
(6108,7566,1),
(6108,8485,1),
(6108,9266,1),
(6108,9268,1),
(6108,9798,1),
(6108,10022,1),
(6108,11220,1),
(6108,11941,1),
(6108,12451,1),
(6108,14467,1),
(6108,15259,1),
(6108,15786,1),
(6108,17030,1),
(6108,21142,1),
(6108,23747,1),
(6108,28833,1),
(6108,34246,1),
(6108,43182,1),
(6108,50225,1),
(6114,6113,1),
(6114,6923,1),
(6114,7190,1),
(6118,6117,1),
(6118,6396,1),
(6118,7189,1),
(6118,7548,1),
(6118,8344,1),
(6118,8346,1),
(6118,8908,1),
(6118,9156,1),
(6118,9158,1),
(6118,9166,1),
(6118,9168,1),
(6118,9836,1),
(6118,10344,1),
(6118,11945,1),
(6118,12343,1),
(6118,15255,1),
(6118,15751,1),
(6118,17049,1),
(6118,19863,1),
(6118,28299,1),
(6118,28301,1),
(6118,28837,1),
(6118,38455,1),
(6118,38807,1),
(6118,50541,1),
(6119,6117,1),
(6119,6396,1),
(6119,7189,1),
(6119,7548,1),
(6119,8344,1),
(6119,8346,1),
(6119,8908,1),
(6119,9156,1),
(6119,9158,1),
(6119,9166,1),
(6119,9168,1),
(6119,9836,1),
(6119,10344,1),
(6119,11945,1),
(6119,12343,1),
(6119,15255,1),
(6119,15751,1),
(6119,17049,1),
(6119,19863,1),
(6119,28299,1),
(6119,28301,1),
(6119,28837,1),
(6119,38455,1),
(6119,38807,1),
(6119,50541,1),
(6123,6122,1),
(6123,7025,1),
(6123,7253,1),
(6123,7431,1),
(6123,7433,1),
(6123,7662,1),
(6123,7792,1),
(6123,7834,1),
(6123,7836,1),
(6123,8385,1),
(6123,8387,1),
(6123,9359,1),
(6123,9362,1),
(6123,9893,1),
(6123,9895,1),
(6123,10350,1),
(6123,10530,1),
(6123,11641,1),
(6132,6131,1),
(6132,6673,1),
(6132,6686,1),
(6132,6689,1),
(6132,6839,1),
(6132,7029,1),
(6132,7178,1),
(6132,7568,1),
(6132,7585,1),
(6132,7588,1),
(6132,7590,1),
(6132,8453,1),
(6132,8487,1),
(6132,9270,1),
(6132,9273,1),
(6132,9277,1),
(6132,9280,1),
(6132,9460,1),
(6132,9462,1),
(6132,9464,1),
(6132,9801,1),
(6132,9810,1),
(6132,10374,1),
(6132,11244,1),
(6132,11951,1),
(6132,12454,1),
(6133,6131,1),
(6133,6673,1),
(6133,6686,1),
(6139,6138,1),
(6139,6642,1),
(6139,6644,1),
(6139,6646,1),
(6139,6654,1),
(6139,6841,1),
(6139,7031,1),
(6139,7177,1),
(6139,8455,1),
(6139,8457,1),
(6139,8461,1),
(6139,8469,1),
(6139,8471,1),
(6139,8489,1),
(6139,9284,1),
(6139,9577,1),
(6139,9818,1),
(6139,11235,1),
(6139,11239,1),
(6139,11256,1),
(6139,12728,1),
(6139,14480,1),
(6139,15247,1),
(6139,15248,1),
(6139,15390,1),
(6139,15894,1),
(6139,17055,1),
(6139,17057,1),
(6139,23753,1),
(6139,34776,1),
(6139,38500,1),
(6139,50239,1),
(6140,6138,1),
(6140,6642,1),
(6140,6644,1),
(6140,6646,1),
(6140,6654,1),
(6146,6145,1),
(6146,6859,1),
(6147,6145,1),
(6147,6859,1),
(6147,7035,1),
(6147,7040,1),
(6147,7202,1),
(6147,7529,1),
(6147,8288,1),
(6147,8290,1),
(6147,8292,1),
(6147,8294,1),
(6147,8463,1),
(6158,1443,1),
(6160,6159,1),
(6160,7049,1),
(6160,7176,1),
(6160,7571,1),
(6160,8473,1),
(6160,8491,1),
(6160,9287,1),
(6160,9295,1),
(6160,9297,1),
(6160,9815,1),
(6160,10159,1),
(6160,11274,1),
(6160,12456,1),
(6160,14483,1),
(6160,15238,1),
(6160,15795,1),
(6160,17100,1),
(6160,17103,1),
(6160,21146,1),
(6160,23756,1),
(6160,28847,1),
(6160,38298,1),
(6160,38502,1),
(6160,50244,1),
(6169,6168,1),
(6169,7201,1),
(6169,7530,1),
(6169,8296,1),
(6169,8298,1),
(6169,8300,1),
(6169,8844,1),
(6169,9026,1),
(6169,9034,1),
(6169,9036,1),
(6169,9756,1),
(6169,9758,1),
(6169,10134,1),
(6169,11962,1),
(6169,12282,1),
(6169,14850,1),
(6169,15234,1),
(6169,15860,1),
(6169,17111,1),
(6169,19527,1),
(6169,28851,1),
(6169,43188,1),
(6169,50609,1),
(6170,6168,1),
(6170,7201,1),
(6170,7530,1),
(6170,8296,1),
(6170,8298,1),
(6170,8300,1),
(6170,8844,1),
(6170,9026,1),
(6170,9034,1),
(6170,9036,1),
(6170,9756,1),
(6170,9758,1),
(6170,10134,1),
(6170,11962,1),
(6170,12282,1),
(6170,14850,1),
(6170,15234,1),
(6170,15860,1),
(6170,17111,1),
(6170,19527,1),
(6170,28851,1),
(6170,43188,1),
(6170,50609,1),
(6177,6176,1),
(6177,6862,1),
(6177,7200,1),
(6177,7531,1),
(6177,8302,1),
(6177,8847,1),
(6177,9039,1),
(6177,9047,1),
(6177,9049,1),
(6177,9760,1),
(6177,10183,1),
(6177,10190,1),
(6177,12286,1),
(6177,14851,1),
(6177,15232,1),
(6177,15864,1),
(6177,17113,1),
(6177,19570,1),
(6177,28783,1),
(6177,28799,1),
(6177,28801,1),
(6177,28854,1),
(6177,34266,1),
(6177,38515,1),
(6178,6176,1),
(6178,6862,1),
(6178,7200,1),
(6178,7531,1),
(6178,8302,1),
(6178,8847,1),
(6178,9039,1),
(6178,9047,1),
(6178,9049,1),
(6178,9760,1),
(6178,10183,1),
(6178,10190,1),
(6178,12286,1),
(6178,14851,1),
(6178,15232,1),
(6178,15864,1),
(6178,17113,1),
(6178,19570,1),
(6178,28783,1),
(6178,28799,1),
(6178,28801,1),
(6178,28854,1),
(6178,34266,1),
(6178,38515,1),
(6178,40541,1),
(6178,40551,1),
(6178,50165,1),
(6187,6186,1),
(6187,6531,1),
(6187,6534,1),
(6187,6536,1),
(6187,6813,1),
(6187,7237,1),
(6187,8058,1),
(6187,8065,1),
(6187,8067,1),
(6187,8069,1),
(6187,8071,1),
(6187,8073,1),
(6187,8075,1),
(6187,8077,1),
(6187,8432,1),
(6187,9943,1),
(6187,9945,1),
(6187,11552,1),
(6187,11554,1),
(6187,11731,1),
(6187,11966,1),
(6187,12710,1),
(6187,12711,1),
(6187,12714,1),
(6187,14538,1),
(6187,14614,1),
(6187,14675,1),
(6187,14677,1),
(6187,15228,1),
(6187,15699,1),
(6187,16250,1),
(6187,21536,1),
(6187,23714,1),
(6187,38480,1),
(6188,6186,1),
(6188,6531,1),
(6188,6534,1),
(6188,6536,1),
(6188,6813,1),
(6188,7237,1),
(6188,8058,1),
(6188,8065,1),
(6188,8067,1),
(6188,8069,1),
(6188,8071,1),
(6188,8073,1),
(6188,8075,1),
(6188,8077,1),
(6188,8432,1),
(6188,9943,1),
(6188,9945,1),
(6188,11552,1),
(6188,11554,1),
(6188,11731,1),
(6188,11966,1),
(6188,12710,1),
(6188,12711,1),
(6188,12714,1),
(6188,14538,1),
(6188,14614,1),
(6188,14675,1),
(6188,14677,1),
(6188,15228,1),
(6188,15699,1),
(6188,16250,1),
(6188,21536,1),
(6188,23714,1),
(6188,38480,1),
(6188,40485,1),
(6188,50390,1),
(6194,6193,1),
(6195,6193,1),
(6195,6436,1),
(6195,6866,1),
(6195,7199,1),
(6195,7532,1),
(6195,8304,1),
(6195,8306,1),
(6195,8308,1),
(6195,8310,1),
(6195,8312,1),
(6195,8606,1),
(6195,8608,1),
(6195,8849,1),
(6195,9052,1),
(6195,9054,1),
(6195,9762,1),
(6195,12291,1),
(6195,14853,1),
(6195,15227,1),
(6195,15866,1),
(6195,15868,1),
(6195,17117,1),
(6195,17120,1),
(6195,19600,1),
(6195,23780,1),
(6195,28857,1),
(6195,34250,1),
(6195,34267,1),
(6195,38516,1),
(6195,50615,1),
(6200,6199,1),
(6200,6412,1),
(6200,7184,1),
(6200,7265,1),
(6200,7267,1),
(6200,7269,1),
(6205,6204,1),
(6205,6400,1),
(6205,6929,1),
(6205,7188,1),
(6205,7556,1),
(6205,8348,1),
(6205,8350,1),
(6206,6204,1),
(6206,6400,1),
(6206,6929,1),
(6206,7188,1),
(6206,7556,1),
(6206,8348,1),
(6206,8350,1),
(6206,8921,1),
(6206,9177,1),
(6206,9179,1),
(6206,9844,1),
(6206,9853,1),
(6206,9879,1),
(6206,10141,1),
(6206,10143,1),
(6206,11023,1),
(6206,12353,1),
(6206,14575,1),
(6208,1449,1),
(6211,6210,1),
(6211,7061,1),
(6211,7175,1),
(6211,7573,1),
(6211,8475,1),
(6211,8477,1),
(6211,8493,1),
(6218,6217,1),
(6218,7064,1),
(6218,7174,1),
(6218,7575,1),
(6218,8495,1),
(6218,9310,1),
(6218,9315,1),
(6218,9317,1),
(6218,9822,1),
(6218,10081,1),
(6218,10165,1),
(6218,11311,1),
(6218,12462,1),
(6218,14487,1),
(6218,15217,1),
(6218,15799,1),
(6218,17155,1),
(6218,23762,1),
(6218,28760,1),
(6218,28764,1),
(6218,28864,1),
(6218,34273,1),
(6218,38503,1),
(6218,38760,1),
(6218,50254,1),
(6219,6217,1),
(6219,7064,1),
(6219,7174,1),
(6219,7575,1),
(6219,8495,1),
(6219,9310,1),
(6219,9315,1),
(6219,9317,1),
(6219,9822,1),
(6219,10081,1),
(6219,10165,1),
(6219,11311,1),
(6219,12462,1),
(6219,14487,1),
(6219,15217,1),
(6219,15799,1),
(6219,17155,1),
(6219,23762,1),
(6219,28760,1),
(6219,28764,1),
(6219,28864,1),
(6219,34273,1),
(6219,38503,1),
(6219,38760,1),
(6219,50254,1),
(6226,6225,1),
(6226,6869,1),
(6226,6871,1),
(6226,7198,1),
(6226,7534,1),
(6226,8854,1),
(6226,9057,1),
(6226,9064,1),
(6226,9066,1),
(6226,9764,1),
(6226,10202,1),
(6226,11977,1),
(6226,12295,1),
(6226,14859,1),
(6226,15213,1),
(6226,15870,1),
(6226,17161,1),
(6226,19619,1),
(6226,28868,1),
(6226,38517,1),
(6226,38758,1),
(6226,50620,1),
(6237,6236,1),
(6237,6402,1),
(6237,6933,1),
(6237,7077,1),
(6237,7187,1),
(6237,7558,1),
(6237,8358,1),
(6237,8360,1),
(6237,8362,1),
(6238,6236,1),
(6238,6402,1),
(6238,6933,1),
(6238,7077,1),
(6238,7187,1),
(6238,7558,1),
(6238,8358,1),
(6238,8360,1),
(6238,8362,1),
(6243,6242,1),
(6243,6414,1),
(6243,7183,1),
(6243,7564,1),
(6243,7733,1),
(6243,9231,1),
(6243,9233,1),
(6243,9863,1),
(6243,9976,1),
(6243,11113,1),
(6243,11128,1),
(6243,11985,1),
(6243,12169,1),
(6243,12369,1),
(6244,6242,1),
(6244,6414,1),
(6244,7183,1),
(6244,7564,1),
(6244,7733,1),
(6244,9231,1),
(6244,9233,1),
(6244,9863,1),
(6244,9976,1),
(6244,11113,1),
(6244,11128,1),
(6244,11985,1),
(6244,12169,1),
(6244,12369,1),
(6244,14621,1),
(6244,15200,1),
(6244,15762,1),
(6244,17182,1),
(6244,17186,1),
(6244,28279,1),
(6244,28281,1),
(6244,38463,1),
(6244,50582,1),
(6252,6251,1),
(6252,6819,1),
(6252,7235,1),
(6252,7476,1),
(6252,7633,1),
(6252,8096,1),
(6252,8098,1),
(6252,8100,1),
(6252,8102,1),
(6252,8436,1),
(6252,9955,1),
(6259,1461,1),
(6261,6260,1),
(6261,6423,1),
(6261,6845,1),
(6261,7173,1),
(6261,7576,1),
(6261,8479,1),
(6261,8497,1),
(6261,9324,1),
(6261,9326,1),
(6261,9824,1),
(6261,10091,1),
(6261,11330,1),
(6261,11847,1),
(6261,12472,1),
(6261,14488,1),
(6261,15190,1),
(6261,15801,1),
(6261,17195,1),
(6261,21150,1),
(6261,28876,1),
(6261,38505,1),
(6261,50259,1),
(6262,6260,1),
(6262,6423,1),
(6262,6845,1),
(6262,7173,1),
(6262,7576,1),
(6262,8479,1),
(6262,8497,1),
(6262,9324,1),
(6262,9326,1),
(6262,9824,1),
(6262,10091,1),
(6262,11330,1),
(6262,11847,1),
(6262,12472,1),
(6262,14488,1),
(6262,15190,1),
(6262,15801,1),
(6262,17195,1),
(6262,21150,1),
(6262,28876,1),
(6262,38505,1),
(6262,50259,1),
(6267,6266,1),
(6267,6271,1),
(6267,6848,1),
(6267,7172,1),
(6267,7577,1),
(6267,8481,1),
(6267,8499,1),
(6267,9329,1),
(6267,9337,1),
(6267,9339,1),
(6267,9826,1),
(6267,10253,1),
(6267,11348,1),
(6267,12475,1),
(6267,14490,1),
(6267,15187,1),
(6267,15317,1),
(6267,15803,1),
(6267,17201,1),
(6267,23765,1),
(6267,25644,1),
(6267,28780,1),
(6267,28882,1),
(6267,34247,1),
(6267,36225,1),
(6267,38294,1),
(6267,38506,1),
(6267,50265,1),
(6272,6271,1),
(6272,6848,1),
(6272,7172,1),
(6272,7577,1),
(6272,8481,1),
(6272,8499,1),
(6272,9329,1),
(6272,9337,1),
(6272,9339,1),
(6272,9826,1),
(6272,10253,1),
(6272,11348,1),
(6272,12475,1),
(6272,14490,1),
(6272,15187,1),
(6272,15317,1),
(6272,15803,1),
(6272,17201,1),
(6272,23765,1),
(6272,25644,1),
(6272,28780,1),
(6272,28882,1),
(6272,34247,1),
(6272,36225,1),
(6272,38294,1),
(6272,38506,1),
(6272,50265,1),
(6283,6282,1),
(6283,6874,1),
(6283,7197,1),
(6283,7535,1),
(6283,8314,1),
(6283,8322,1),
(6283,8324,1),
(6283,8857,1),
(6283,9069,1),
(6283,9076,1),
(6283,9078,1),
(6283,9766,1),
(6283,9768,1),
(6283,10265,1),
(6283,10372,1),
(6283,11999,1),
(6283,12299,1),
(6283,14861,1),
(6283,15179,1),
(6283,15872,1),
(6283,17298,1),
(6283,19638,1),
(6283,21312,1),
(6283,21314,1),
(6283,28762,1),
(6283,28885,1),
(6283,34257,1),
(6283,38518,1),
(6283,50625,1),
(6284,6282,1),
(6284,6874,1),
(6284,7197,1),
(6284,7535,1),
(6284,8314,1),
(6284,8322,1),
(6284,8324,1),
(6284,8857,1),
(6284,9069,1),
(6284,9076,1),
(6284,9078,1),
(6284,9766,1),
(6284,9768,1),
(6284,10265,1),
(6284,10372,1),
(6284,11999,1),
(6284,12299,1),
(6284,14861,1),
(6284,15179,1),
(6284,15872,1),
(6284,17298,1),
(6284,19638,1),
(6284,21312,1),
(6284,21314,1),
(6284,28762,1),
(6284,28885,1),
(6284,34257,1),
(6284,38518,1),
(6284,50625,1),
(6289,6288,1),
(6289,6404,1),
(6289,7186,1),
(6289,7559,1),
(6289,8364,1),
(6289,8366,1),
(6289,8947,1),
(6289,9200,1),
(6289,9202,1),
(6289,9850,1),
(6289,9916,1),
(6289,11062,1),
(6289,12001,1),
(6289,12359,1),
(6289,14615,1),
(6289,15177,1),
(6289,15764,1),
(6289,17303,1),
(6289,19955,1),
(6289,28287,1),
(6289,28289,1),
(6289,28887,1),
(6289,38459,1),
(6289,38813,1),
(6289,50562,1),
(6296,6295,1),
(6296,6875,1),
(6296,6878,1),
(6296,7196,1),
(6296,7536,1),
(6296,8316,1),
(6296,8318,1),
(6296,8320,1),
(6296,8859,1),
(6296,9081,1),
(6296,9089,1),
(6296,9092,1),
(6296,9770,1),
(6296,10282,1),
(6296,12003,1),
(6296,12304,1),
(6296,14864,1),
(6296,14867,1),
(6296,14917,1),
(6296,15174,1),
(6296,15874,1),
(6296,17305,1),
(6296,19662,1),
(6296,23784,1),
(6296,28889,1),
(6296,38519,1),
(6296,50653,1),
(6297,6295,1),
(6297,6875,1),
(6297,6878,1),
(6297,7196,1),
(6297,7536,1),
(6297,8316,1),
(6297,8318,1),
(6297,8320,1),
(6297,8859,1),
(6297,9081,1),
(6297,9089,1),
(6301,6300,1),
(6301,7247,1),
(6307,6306,1),
(6307,6825,1),
(6307,7233,1),
(6313,6312,1),
(6322,6321,1),
(6322,6406,1),
(6322,6408,1),
(6322,7185,1),
(6322,7560,1),
(6322,8368,1),
(6322,8370,1),
(6322,8459,1),
(6322,8950,1),
(6322,9205,1),
(6322,9214,1),
(6322,9216,1),
(6322,9218,1),
(6322,9575,1),
(6322,9854,1),
(6322,11081,1),
(6322,11837,1),
(6322,12361,1),
(6322,15156,1),
(6322,15766,1),
(6322,17307,1),
(6322,21140,1),
(6322,28283,1),
(6322,28285,1),
(6322,28893,1),
(6322,34272,1),
(6322,38460,1),
(6322,38816,1),
(6322,50567,1),
(6323,6321,1),
(6323,6406,1),
(6323,6408,1),
(6323,7185,1),
(6323,7560,1),
(6323,8368,1),
(6323,8370,1),
(6323,8459,1),
(6323,8950,1),
(6323,9205,1),
(6323,9214,1),
(6323,9216,1),
(6323,9218,1),
(6323,9575,1),
(6323,9854,1),
(6323,11081,1),
(6323,11837,1),
(6323,12361,1),
(6323,15156,1),
(6323,15766,1),
(6323,17307,1),
(6323,21140,1),
(6323,28283,1),
(6323,28285,1),
(6323,28893,1),
(6323,34272,1),
(6323,38460,1),
(6323,38816,1),
(6323,50567,1),
(6332,6331,1),
(6332,6881,1),
(6332,7195,1),
(6332,7537,1),
(6332,8326,1),
(6332,8328,1),
(6332,8330,1),
(6332,8332,1),
(6346,6345,1),
(6346,7246,1),
(6346,7448,1),
(6346,7450,1),
(6346,7452,1),
(6346,7681,1),
(6346,7912,1),
(6346,7914,1),
(6346,7916,1),
(6346,7918,1),
(6346,9383,1),
(6346,9385,1),
(6346,9387,1),
(6346,9924,1),
(6346,10555,1),
(6346,11690,1),
(6346,12022,1),
(6346,12190,1),
(6346,12238,1),
(6346,15015,1),
(6346,15150,1),
(6346,15511,1),
(6346,16138,1),
(6346,16142,1),
(6346,21437,1),
(6346,23882,1),
(6346,28898,1),
(6346,34276,1),
(6346,38794,1),
(6346,50345,1),
(6347,6345,1),
(6347,7246,1),
(6347,7448,1),
(6347,7450,1),
(6347,7452,1),
(6347,7681,1),
(6347,7912,1),
(6347,7914,1),
(6347,7916,1),
(6347,7918,1),
(6347,9383,1),
(6347,9385,1),
(6347,9387,1),
(6347,9924,1),
(6347,10555,1),
(6347,11690,1),
(6347,12022,1),
(6347,12190,1),
(6347,12238,1),
(6347,15015,1),
(6347,15150,1),
(6347,15511,1),
(6347,16138,1),
(6347,16142,1),
(6347,21437,1),
(6347,23882,1),
(6347,28898,1),
(6347,34276,1),
(6347,38794,1),
(6347,50345,1),
(6365,1031,1),
(6367,6366,1),
(6367,7244,1),
(6367,7457,1),
(6367,7687,1),
(6367,7942,1),
(6367,7944,1),
(6367,7946,1),
(6367,7948,1),
(6367,8413,1),
(6367,9394,1),
(6367,9397,1),
(6367,9928,1),
(6367,11549,1),
(6367,11696,1),
(6367,14904,1),
(6367,15054,1),
(6367,15125,1),
(6367,15515,1),
(6367,16171,1),
(6367,16174,1),
(6367,21046,1),
(6367,21449,1),
(6367,23945,1),
(6367,36268,1),
(6376,6375,1),
(6376,6445,1),
(6376,6828,1),
(6376,7229,1),
(6391,2720,1),
(6393,6392,1),
(6393,7167,1),
(6393,7551,1),
(6393,8898,1),
(6393,9127,1),
(6393,9129,1),
(6393,9131,1),
(6393,9695,1),
(6393,9828,1),
(6393,9830,1),
(6393,10217,1),
(6393,10314,1),
(6393,10320,1),
(6393,11866,1),
(6393,11913,1),
(6393,12325,1),
(6437,6436,1),
(6437,6866,1),
(6437,7199,1),
(6437,7532,1),
(6437,8304,1),
(6437,8306,1),
(6437,8308,1),
(6437,8310,1),
(6437,8312,1),
(6437,8606,1),
(6437,8608,1),
(6437,8849,1),
(6437,9052,1),
(6437,9054,1),
(6437,9762,1),
(6437,12291,1),
(6437,14853,1),
(6437,15227,1),
(6437,15866,1),
(6437,15868,1),
(6437,17117,1),
(6437,17120,1),
(6437,19600,1),
(6437,23780,1),
(6437,28857,1),
(6437,34250,1),
(6437,34267,1),
(6437,38516,1),
(6437,50615,1),
(6455,6454,1),
(6455,6612,1),
(6458,6457,1),
(6458,7166,1),
(6458,9497,1),
(6458,9499,1),
(6458,11005,1),
(6458,12055,1),
(6462,951,1),
(6464,6463,1),
(6468,6467,1),
(6468,6953,1),
(6468,7165,1),
(6468,7257,1),
(6468,7287,1),
(6468,7395,1),
(6468,7397,1),
(6468,7399,1),
(6468,7650,1),
(6468,8379,1),
(6468,8381,1),
(6468,8627,1),
(6468,8637,1),
(6468,8651,1),
(6468,8656,1),
(6468,9348,1),
(6468,9884,1),
(6468,10453,1),
(6468,10455,1),
(6468,11546,1),
(6468,11548,1),
(6468,11609,1),
(6468,11906,1),
(6468,15300,1),
(6468,15883,1),
(6468,15885,1),
(6468,15951,1),
(6468,15970,1),
(6468,15973,1),
(6468,15976,1),
(6468,21335,1),
(6468,23849,1),
(6468,38781,1),
(6560,6559,1),
(6560,6562,1),
(6560,7171,1),
(6560,7578,1),
(6560,8501,1),
(6560,8503,1),
(6560,9467,1),
(6560,9472,1),
(6560,9474,1),
(6560,9476,1),
(6560,9792,1),
(6560,10095,1),
(6560,10103,1),
(6560,10168,1),
(6560,10467,1),
(6560,11980,1),
(6570,1477,1),
(6574,6573,1),
(6574,7128,1),
(6574,7131,1),
(6574,7135,1),
(6574,7138,1),
(6574,7142,1),
(6574,7144,1),
(6574,7170,1),
(6574,7283,1),
(6574,7580,1),
(6574,8505,1),
(6574,8507,1),
(6574,8509,1),
(6574,9525,1),
(6574,9527,1),
(6574,9532,1),
(6574,9534,1),
(6574,9794,1),
(6574,10461,1),
(6574,11859,1),
(6574,14455,1),
(6574,15195,1),
(6574,15381,1),
(6574,15777,1),
(6574,17188,1),
(6574,23771,1),
(6574,28874,1),
(6574,28879,1),
(6574,34274,1),
(6574,38508,1),
(6574,50188,1),
(6582,1481,1),
(6587,6586,1),
(6587,6592,1),
(6587,7169,1),
(6587,7581,1),
(6587,8511,1),
(6587,8513,1),
(6587,9536,1),
(6587,9538,1),
(6587,9788,1),
(6587,9790,1),
(6587,10170,1),
(6587,10464,1),
(6587,11358,1),
(6587,11360,1),
(6605,6604,1),
(6605,6609,1),
(6605,6890,1),
(6605,7002,1),
(6605,7222,1),
(6605,7968,1),
(6605,8657,1),
(6605,8661,1),
(6610,6609,1),
(6610,6890,1),
(6610,7002,1),
(6610,7222,1),
(6610,7968,1),
(6610,8657,1),
(6610,8661,1),
(6610,8671,1),
(6610,8679,1),
(6610,8681,1),
(6610,8683,1),
(6610,8693,1),
(6610,8698,1),
(6610,8700,1),
(6610,8701,1),
(6617,6616,1),
(6617,6619,1),
(6617,6712,1),
(6617,6714,1),
(6617,6716,1),
(6617,6720,1),
(6617,6726,1),
(6617,6982,1),
(6617,7219,1),
(6617,7503,1),
(6617,7760,1),
(6617,7815,1),
(6617,7823,1),
(6617,7962,1),
(6617,7965,1),
(6617,7976,1),
(6617,8738,1),
(6617,8741,1),
(6617,8743,1),
(6617,9487,1),
(6617,9491,1),
(6617,9494,1),
(6617,9496,1),
(6617,9996,1),
(6617,10479,1),
(6617,11543,1),
(6617,11872,1),
(6617,11876,1),
(6617,11887,1),
(6617,11911,1),
(6617,12049,1),
(6617,12515,1),
(6617,12530,1),
(6617,12553,1),
(6617,12570,1),
(6617,12582,1),
(6617,12616,1),
(6617,15294,1),
(6617,15813,1),
(6617,15815,1),
(6617,16933,1),
(6617,16936,1),
(6617,16944,1),
(6617,21795,1),
(6617,23806,1),
(6617,28817,1),
(6617,38767,1),
(6617,50467,1),
(6622,1165,1),
(6625,6624,1),
(6625,6631,1),
(6625,6634,1),
(6625,6886,1),
(6625,6962,1),
(6625,7221,1),
(6625,7260,1),
(6625,7500,1),
(6625,7601,1),
(6625,7621,1),
(6625,7795,1),
(6625,7797,1),
(6625,7808,1),
(6625,7811,1),
(6625,7813,1),
(6625,7970,1),
(6625,7972,1),
(6625,7980,1),
(6625,8551,1),
(6625,9480,1),
(6625,9482,1),
(6625,9991,1),
(6625,9999,1),
(6625,11893,1),
(6625,12116,1),
(6625,12120,1),
(6625,12510,1),
(6625,15308,1),
(6625,15807,1),
(6626,16909,1),
(6626,16916,1),
(6626,16919,1),
(6626,21764,1),
(6626,28753,1),
(6626,28773,1),
(6626,28808,1),
(6626,34277,1),
(6626,38765,1),
(6626,40515,1),
(6626,47405,1),
(6626,50461,1),
(6632,6631,1),
(6632,6634,1),
(6632,6886,1),
(6632,6962,1),
(6632,7221,1),
(6632,7260,1),
(6632,7500,1),
(6632,7601,1),
(6632,7621,1),
(6632,7795,1),
(6632,7797,1),
(6632,7808,1),
(6632,7811,1),
(6632,7813,1),
(6632,7970,1),
(6632,7972,1),
(6632,7980,1),
(6632,8551,1),
(6632,9480,1),
(6632,9482,1),
(6632,9991,1),
(6632,9999,1),
(6632,11893,1),
(6632,12116,1),
(6632,12120,1),
(6632,12510,1),
(6632,15308,1),
(6632,15807,1),
(6632,16909,1),
(6632,16916,1),
(6632,16919,1),
(6632,21764,1),
(6632,28753,1),
(6632,28773,1),
(6632,28808,1),
(6632,34277,1),
(6632,38765,1),
(6655,6654,1),
(6655,6841,1),
(6655,7031,1),
(6655,7177,1),
(6655,8455,1),
(6655,8457,1),
(6655,8461,1),
(6655,8469,1),
(6655,8471,1),
(6655,8489,1),
(6655,9284,1),
(6655,9577,1),
(6655,9818,1),
(6668,1431,1),
(6674,6673,1),
(6674,6686,1),
(6674,6689,1),
(6674,6839,1),
(6674,7029,1),
(6674,7178,1),
(6674,7568,1),
(6674,7585,1),
(6674,7588,1),
(6674,7590,1),
(6674,8453,1),
(6674,8487,1),
(6674,9270,1),
(6674,9273,1),
(6674,9277,1),
(6674,9280,1),
(6674,9460,1),
(6674,9462,1),
(6674,9464,1),
(6674,9801,1),
(6674,9810,1),
(6674,10374,1),
(6674,11244,1),
(6674,11951,1),
(6674,12454,1),
(6674,14474,1),
(6674,14666,1),
(6674,15249,1),
(6674,15791,1),
(6674,17051,1),
(6674,21144,1),
(6674,23750,1),
(6674,28839,1),
(6674,38501,1),
(6674,50231,1),
(6690,6689,1),
(6690,6839,1),
(6690,7029,1),
(6690,7178,1),
(6690,7568,1),
(6690,7585,1),
(6690,7588,1),
(6690,7590,1),
(6690,8453,1),
(6690,8487,1),
(6690,9270,1),
(6719,1177,1),
(6721,6720,1),
(6727,6726,1),
(6727,6982,1),
(6727,7219,1),
(6727,7503,1),
(6727,7760,1),
(6727,7815,1),
(6747,1269,1),
(6753,6752,1),
(6753,6768,1),
(6753,6770,1),
(6753,7006,1),
(6753,7204,1),
(6753,7525,1),
(6753,8286,1),
(6753,8826,1),
(6753,9002,1),
(6753,9004,1),
(6753,9747,1),
(6753,11930,1),
(6753,12272,1),
(6753,14843,1),
(6753,15273,1),
(6753,15850,1),
(6753,16980,1),
(6753,19177,1),
(6753,19461,1),
(6753,25620,1),
(6753,28823,1),
(6753,34278,1),
(6753,43185,1),
(6753,50599,1),
(6780,1277,1),
(6786,6785,1),
(6786,6798,1),
(6786,6854,1),
(6786,6856,1),
(6786,7010,1),
(6786,7203,1),
(6786,7527,1),
(6786,8828,1),
(6786,9006,1),
(6786,9750,1),
(6786,9752,1),
(6786,11934,1),
(6786,12141,1),
(6786,12276,1),
(6786,14846,1),
(6786,15267,1),
(6786,15853,1),
(6786,16981,1),
(6786,19480,1),
(6786,19537,1),
(6786,28827,1),
(6786,50648,1),
(6842,6841,1),
(6842,7031,1),
(6842,7177,1),
(6842,8455,1),
(6842,8457,1),
(6842,8461,1),
(6842,8469,1),
(6842,8471,1),
(6842,8489,1),
(6842,9284,1),
(6842,9577,1),
(6842,9818,1),
(6842,11235,1),
(6842,11239,1),
(6842,11256,1),
(6842,12728,1),
(6842,14480,1),
(6842,15247,1),
(6842,15248,1),
(6842,15390,1),
(6842,15894,1),
(6842,17055,1),
(6842,17057,1),
(6842,23753,1),
(6842,34776,1),
(6842,38500,1),
(6842,50239,1),
(6952,9882,1),
(6952,10450,1),
(6952,10511,1),
(6952,10519,1),
(6952,11526,1),
(6952,11612,1),
(6952,11744,1),
(6952,11904,1),
(6952,12126,1),
(6952,12211,1),
(6952,14911,1),
(6952,14929,1),
(6952,14944,1),
(6952,14959,1),
(6952,14961,1),
(6952,14988,1),
(6952,15074,1),
(6952,15076,1),
(6952,15078,1),
(6952,15086,1),
(6952,15088,1),
(6952,15096,1),
(6952,15101,1),
(6952,15111,1),
(6952,15113,1),
(6952,15135,1),
(6952,15302,1),
(6952,15399,1),
(6952,15439,1),
(6952,15943,1),
(6952,15946,1),
(6952,15948,1),
(6952,20840,1),
(6952,20924,1),
(6952,21327,1),
(6952,21341,1),
(6952,22385,1),
(6952,23932,1),
(6952,23934,1),
(6952,23937,1),
(6952,28814,1),
(6952,32947,1),
(6952,32948,1),
(6952,32987,1),
(6952,32990,1),
(6952,32992,1),
(6952,32993,1),
(6952,38780,1),
(6957,6956,1),
(6957,6959,1),
(6957,7149,1),
(6957,7161,1),
(6957,7206,1),
(6957,7521,1),
(6957,8282,1),
(6957,8545,1),
(6957,8819,1),
(6957,8998,1),
(6957,9562,1),
(6957,9564,1),
(6957,9566,1),
(6957,9739,1),
(6957,9741,1),
(6957,10396,1),
(6957,10403,1),
(6957,10408,1),
(6957,10411,1),
(6957,10413,1),
(6957,10415,1),
(6957,10417,1),
(6957,10419,1),
(6957,10421,1),
(6957,10424,1),
(6957,11591,1),
(6957,11742,1),
(6957,11845,1),
(6957,11890,1),
(6957,12113,1),
(6957,12249,1),
(6957,14839,1),
(6957,15312,1),
(6957,15393,1),
(6957,15847,1),
(6957,15925,1),
(6957,19147,1),
(6957,19156,1),
(6957,19555,1),
(6957,28805,1),
(6957,28922,1),
(6957,28930,1),
(6957,33881,1),
(6957,34248,1),
(6957,34265,1),
(6957,38474,1),
(6957,38510,1),
(6957,50594,1),
(6967,6966,1),
(6967,6969,1),
(6967,7241,1),
(6967,7468,1),
(6967,7631,1),
(6967,7986,1),
(6967,7988,1),
(6967,7990,1),
(6967,7992,1),
(6967,7994,1),
(6967,7996,1),
(6967,7999,1),
(6967,8001,1),
(6967,8003,1),
(6967,8006,1),
(6967,8420,1),
(6967,8553,1),
(6967,9405,1),
(6967,9934,1),
(6967,10245,1),
(6967,11707,1),
(6967,11895,1),
(6967,11900,1),
(6967,12383,1),
(6967,15306,1),
(6967,15691,1),
(6967,16211,1),
(6967,16921,1),
(6967,21058,1),
(6967,21481,1),
(6967,23702,1),
(6967,28810,1),
(6967,34251,1),
(6967,38317,1),
(6967,38476,1),
(6967,40923,1),
(6967,50369,1),
(6974,1171,1),
(6976,6975,1),
(6976,6978,1),
(6976,7220,1),
(6976,7501,1),
(6976,7799,1),
(6976,7801,1),
(6976,7974,1),
(6976,8258,1),
(6976,8728,1),
(6976,8730,1),
(6976,8734,1),
(6976,8737,1),
(6976,9484,1),
(6976,9993,1),
(6976,10368,1),
(6976,10475,1),
(6976,11897,1),
(6976,11902,1),
(6976,12122,1),
(6976,12128,1),
(6976,12513,1),
(6976,14923,1),
(6976,15304,1),
(6976,15809,1),
(6976,15811,1),
(6976,16924,1),
(6976,21112,1),
(6976,21779,1),
(6976,23803,1),
(6976,28777,1),
(6976,28812,1),
(6976,38766,1),
(6976,50665,1),
(6989,6988,1),
(6994,6993,1),
(6994,6996,1),
(6994,7008,1),
(6994,7254,1),
(6994,7427,1),
(6994,7429,1),
(6994,7659,1),
(6994,7786,1),
(6994,7788,1),
(6994,7790,1),
(6994,8383,1),
(6994,9355,1),
(6994,9357,1),
(6994,9891,1),
(6994,10527,1),
(7015,7014,1),
(7015,7017,1),
(7015,7217,1),
(7015,7507,1),
(7015,7982,1),
(7015,7984,1),
(7015,8236,1),
(7015,8787,1),
(7015,8789,1),
(7015,8792,1),
(7015,9508,1),
(7015,9510,1),
(7015,9512,1),
(7015,10008,1),
(7015,10484,1),
(7015,11404,1),
(7015,11936,1),
(7015,12140,1),
(7015,12522,1),
(7015,15265,1),
(7015,15822,1),
(7015,17002,1),
(7015,17006,1),
(7015,17008,1),
(7015,21840,1),
(7015,23817,1),
(7015,38769,1),
(7015,50477,1),
(7015,50484,1),
(7023,7022,1),
(7023,7179,1),
(7023,7566,1),
(7023,8485,1),
(7023,9266,1),
(7023,9268,1),
(7023,9798,1),
(7023,10022,1),
(7023,11220,1),
(7023,11941,1),
(7023,12451,1),
(7023,14467,1),
(7023,15259,1),
(7023,15786,1),
(7023,17030,1),
(7023,21142,1),
(7023,23747,1),
(7023,28833,1),
(7023,34246,1),
(7023,43182,1),
(7023,50225,1),
(7036,7035,1),
(7041,7040,1),
(7041,7202,1),
(7041,7529,1),
(7041,8288,1),
(7041,8290,1),
(7041,8292,1),
(7041,8294,1),
(7041,8463,1),
(7041,8841,1),
(7041,9009,1),
(7041,9019,1),
(7041,9021,1),
(7041,9024,1),
(7041,9579,1),
(7041,9754,1),
(7041,10115,1),
(7041,10122,1),
(7041,11010,1),
(7041,11953,1),
(7041,12279,1),
(7041,14848,1),
(7041,15246,1),
(7041,15855,1),
(7041,17059,1),
(7041,19504,1),
(7041,23695,1),
(7041,28841,1),
(7041,31428,1),
(7041,34256,1),
(7041,38514,1),
(7041,50604,1),
(7046,7045,1),
(7046,7216,1),
(7046,7509,1),
(7046,7595,1),
(7046,7615,1),
(7046,8238,1),
(7046,8813,1),
(7046,8822,1),
(7046,10017,1),
(7046,10487,1),
(7046,11956,1),
(7046,12147,1),
(7046,12536,1),
(7046,12599,1),
(7046,15242,1),
(7046,15825,1),
(7046,15827,1),
(7046,17077,1),
(7046,17080,1),
(7046,21116,1),
(7046,21858,1),
(7046,23820,1),
(7046,28845,1),
(7046,34249,1),
(7046,38770,1),
(7046,50482,1),
(7071,7070,1),
(7071,7250,1),
(7071,7438,1),
(7071,7671,1),
(7071,7865,1),
(7071,7867,1),
(7071,9368,1),
(7071,9371,1),
(7071,9902,1),
(7071,10539,1),
(7071,10997,1),
(7071,11671,1),
(7071,11784,1),
(7071,11979,1),
(7071,12158,1),
(7071,12228,1),
(7071,15003,1),
(7071,15211,1),
(7071,15500,1),
(7071,15770,1),
(7071,15772,1),
(7071,16064,1),
(7071,16069,1),
(7071,20985,1),
(7071,21379,1),
(7071,23870,1),
(7071,28870,1),
(7071,34275,1),
(7071,38789,1),
(7087,7086,1),
(7087,7248,1),
(7087,7445,1),
(7087,7675,1),
(7087,7887,1),
(7087,7889,1),
(7087,8399,1),
(7087,9373,1),
(7087,9376,1),
(7087,9920,1),
(7087,10547,1),
(7087,11682,1),
(7087,11996,1),
(7087,12232,1),
(7087,15009,1),
(7087,15181,1),
(7087,15505,1),
(7087,15507,1),
(7087,16098,1),
(7087,16104,1),
(7087,16107,1),
(7087,21002,1),
(7087,21417,1),
(7087,23876,1),
(7087,28883,1),
(7087,38792,1),
(7099,7098,1),
(7099,7232,1),
(7099,7481,1),
(7099,7637,1),
(7099,8137,1),
(7099,8139,1),
(7099,8438,1),
(7099,8440,1),
(7099,9419,1),
(7099,9596,1),
(7099,9598,1),
(7099,9967,1),
(7099,11764,1),
(7099,11835,1),
(7099,12013,1),
(7099,12184,1),
(7099,12409,1),
(7099,15163,1),
(7099,15717,1),
(7099,16312,1),
(7099,17232,1),
(7099,21643,1),
(7099,23723,1),
(7099,38488,1),
(7099,50415,1),
(7129,7128,1),
(7129,7131,1),
(7136,7135,1),
(7136,7138,1),
(7136,7142,1),
(7136,7144,1),
(7136,7170,1),
(7136,7283,1),
(7136,7580,1),
(7136,8505,1),
(7136,8507,1),
(7136,8509,1),
(7136,9525,1),
(7136,9527,1),
(7136,9532,1),
(7136,9534,1),
(7136,9794,1),
(7136,10461,1),
(7136,11859,1),
(7136,14455,1),
(7136,15195,1),
(7136,15381,1),
(7136,15777,1),
(7136,17188,1),
(7136,23771,1),
(7136,28874,1),
(7136,28879,1),
(7136,34274,1),
(7136,38508,1),
(7136,50188,1),
(7143,7142,1),
(7143,7144,1),
(7143,7170,1),
(7143,7283,1),
(7143,7580,1),
(7143,8505,1),
(7143,8507,1),
(7143,8509,1),
(7143,9525,1),
(7143,9527,1),
(7143,9532,1),
(7143,9534,1),
(7143,9794,1),
(7143,10461,1),
(7143,11859,1),
(7143,14455,1),
(7143,15195,1),
(7143,15381,1),
(7143,15777,1),
(7143,17188,1),
(7143,23771,1),
(7143,28874,1),
(7143,28879,1),
(7143,34274,1),
(7143,38508,1),
(7143,50188,1),
(7154,7153,1),
(7158,7157,1),
(7158,7159,1),
(7158,7180,1),
(7158,7565,1),
(7158,8483,1),
(7158,8612,1),
(7158,9256,1),
(7158,9262,1),
(7158,9264,1),
(7158,9282,1),
(7158,9796,1),
(7158,11198,1),
(7158,11938,1),
(7158,12448,1),
(7158,14465,1),
(7158,14691,1),
(7158,14695,1),
(7158,14699,1),
(7158,15263,1),
(7158,15784,1),
(7158,17013,1),
(7158,17016,1),
(7158,23744,1),
(7158,28829,1),
(7158,38499,1),
(7158,50219,1),
(7294,7293,1),
(7294,7296,1),
(7294,7459,1),
(7294,7461,1),
(7294,7690,1),
(7294,7958,1),
(7294,7960,1),
(7294,8415,1),
(7294,8417,1),
(7294,9398,1),
(7294,9930,1),
(7294,10561,1),
(7294,11699,1),
(7294,12035,1),
(7294,12242,1),
(7294,14522,1),
(7294,15021,1),
(7294,15052,1),
(7294,15123,1),
(7294,15517,1),
(7294,16162,1),
(7294,16180,1),
(7294,16196,1),
(7294,16199,1),
(7294,16200,1),
(7294,21461,1),
(7294,23888,1),
(7294,28911,1),
(7294,38796,1),
(7302,7301,1),
(7302,7304,1),
(7302,7546,1),
(7302,8338,1),
(7302,8340,1),
(7302,8342,1),
(7302,8906,1),
(7309,7308,1),
(7309,7435,1),
(7309,7665,1),
(7309,7843,1),
(7309,7845,1),
(7309,8715,1),
(7309,9364,1),
(7309,9897,1),
(7309,10533,1),
(7313,7312,1),
(7313,7447,1),
(7313,7678,1),
(7313,7895,1),
(7313,7897,1),
(7313,7899,1),
(7313,7902,1),
(7313,7904,1),
(7313,7906,1),
(7313,8401,1),
(7313,8403,1),
(7313,8405,1),
(7313,8407,1),
(7313,9379,1),
(7313,9382,1),
(7313,9922,1),
(7313,10354,1),
(7313,10550,1),
(7313,11686,1),
(7313,11689,1),
(7313,12005,1),
(7313,12178,1),
(7313,12234,1),
(7313,15012,1),
(7313,15172,1),
(7313,15509,1),
(7313,16111,1),
(7313,16114,1),
(7313,16123,1),
(7313,16127,1),
(7313,21023,1),
(7313,21422,1),
(7313,23879,1),
(7313,28890,1),
(7313,34210,1),
(7313,34215,1),
(7313,38793,1),
(7313,50338,1),
(7317,7316,1),
(7317,7319,1),
(7317,7454,1),
(7317,7456,1),
(7317,7684,1),
(7317,7762,1),
(7317,7929,1),
(7317,7931,1),
(7317,7933,1),
(7317,7935,1),
(7317,8409,1),
(7317,8411,1),
(7317,9389,1),
(7317,9391,1),
(7317,9606,1),
(7317,9608,1),
(7317,9610,1),
(7317,9926,1),
(7317,10558,1),
(7317,10999,1),
(7317,11693,1),
(7317,11792,1),
(7317,11796,1),
(7317,11841,1),
(7317,12024,1),
(7317,12194,1),
(7317,12240,1),
(7323,7322,1),
(7323,7464,1),
(7323,7466,1),
(7323,7693,1),
(7323,7963,1),
(7323,8418,1),
(7323,9401,1),
(7323,9404,1),
(7323,9458,1),
(7323,9932,1),
(7323,10241,1),
(7323,10243,1),
(7323,10356,1),
(7323,10564,1),
(7323,11703,1),
(7323,11706,1),
(7323,12037,1),
(7323,12200,1),
(7323,12244,1),
(7323,14520,1),
(7323,15024,1),
(7323,15050,1),
(7323,15121,1),
(7323,15518,1),
(7323,16166,1),
(7323,16187,1),
(7323,20891,1),
(7323,21053,1),
(7323,21468,1),
(7323,23891,1),
(7323,38300,1),
(7323,38797,1),
(7327,7326,1),
(7327,7479,1),
(7327,7635,1),
(7327,8121,1),
(7327,8123,1),
(7327,8125,1),
(7327,8127,1),
(7327,8129,1),
(7327,9416,1),
(7327,9418,1),
(7327,9965,1),
(7327,11762,1),
(7327,12009,1),
(7327,12180,1),
(7327,12406,1),
(7327,15167,1),
(7327,15715,1),
(7327,16298,1),
(7327,16302,1),
(7327,21093,1),
(7327,21604,1),
(7327,23720,1),
(7327,38487,1),
(7327,50410,1),
(7331,7330,1),
(7331,7485,1),
(7331,8172,1),
(7331,8179,1),
(7331,8181,1),
(7331,8183,1),
(7331,8185,1),
(7331,8186,1),
(7331,8188,1),
(7331,8190,1),
(7331,8192,1),
(7331,8195,1),
(7331,8197,1),
(7331,8199,1),
(7331,8446,1),
(7331,9438,1),
(7331,9441,1),
(7331,9977,1),
(7331,10362,1),
(7331,12041,1),
(7331,12202,1),
(7331,12351,1),
(7331,12426,1),
(7331,15046,1),
(7331,15109,1),
(7331,15723,1),
(7331,17362,1),
(7331,17367,1),
(7331,20895,1),
(7331,21101,1),
(7331,21698,1),
(7331,23735,1),
(7331,36233,1),
(7331,36237,1),
(7331,38493,1),
(7331,50430,1),
(7338,1353,1),
(7342,7341,1),
(7342,7346,1),
(7350,7349,1),
(7350,7386,1),
(7350,7544,1),
(7350,8354,1),
(7354,7353,1),
(7354,7539,1),
(7354,8883,1),
(7354,9116,1),
(7354,9776,1),
(7354,9778,1),
(7354,9780,1),
(7354,12025,1),
(7354,12310,1),
(7354,14884,1),
(7354,15144,1),
(7354,15877,1),
(7354,17320,1),
(7354,17323,1),
(7354,19703,1),
(7354,23793,1),
(7354,28900,1),
(7354,38520,1),
(7361,7360,1),
(7361,7563,1),
(7361,8537,1),
(7361,9220,1),
(7361,9227,1),
(7361,9229,1),
(7361,9857,1),
(7361,11152,1),
(7361,11584,1),
(7361,11971,1),
(7361,12154,1),
(7361,12253,1),
(7361,12271,1),
(7361,12283,1),
(7361,12292,1),
(7361,12364,1),
(7361,14617,1),
(7361,15223,1),
(7361,15755,1),
(7361,17138,1),
(7361,19900,1),
(7361,21138,1),
(7361,22330,1),
(7361,23698,1),
(7361,27451,1),
(7361,28267,1),
(7361,28269,1),
(7361,38462,1),
(7361,50577,1),
(7362,7360,1),
(7362,7563,1),
(7362,8537,1),
(7362,9220,1),
(7362,9227,1),
(7362,9229,1),
(7362,9857,1),
(7362,11152,1),
(7362,11584,1),
(7362,11971,1),
(7362,12154,1),
(7362,12253,1),
(7362,12271,1),
(7362,12283,1),
(7362,12292,1),
(7362,12364,1),
(7362,14617,1),
(7362,15223,1),
(7362,15755,1),
(7362,17138,1),
(7362,19900,1),
(7362,21138,1),
(7362,22330,1),
(7362,23698,1),
(7362,27451,1),
(7362,28267,1),
(7362,28269,1),
(7362,38462,1),
(7362,50577,1),
(7368,7367,1),
(7368,7513,1),
(7368,8242,1),
(7368,8244,1),
(7368,8876,1),
(7368,8881,1),
(7368,10025,1),
(7368,10493,1),
(7368,11868,1),
(7368,11870,1),
(7368,12148,1),
(7368,12619,1),
(7368,15236,1),
(7368,15831,1),
(7368,17108,1),
(7368,23825,1),
(7368,25655,1),
(7368,25657,1),
(7368,25659,1),
(7368,25661,1),
(7368,25663,1),
(7368,25665,1),
(7368,28849,1),
(7368,34264,1),
(7368,38772,1),
(7368,50671,1),
(7584,1431,1),
(7586,7585,1),
(7822,1177,1),
(7824,7823,1),
(7824,7962,1),
(7824,7965,1),
(7824,7976,1),
(7824,8738,1),
(7824,8741,1),
(7824,8743,1),
(8518,1353,1),
(8520,8519,1),
(8520,8523,1),
(8520,8528,1),
(8535,1395,1),
(8538,8537,1),
(8538,9220,1),
(8538,9227,1),
(8538,9229,1),
(8538,9857,1),
(8538,11152,1),
(8538,11584,1),
(8538,11971,1),
(8538,12154,1),
(8538,12253,1),
(8538,12271,1),
(8538,12283,1),
(8538,12292,1),
(8538,12364,1),
(8538,14617,1),
(8538,15223,1),
(8538,15755,1),
(8538,17138,1),
(8538,19900,1),
(8538,21138,1),
(8538,22330,1),
(8538,23698,1),
(8538,27451,1),
(8538,28267,1),
(8538,28269,1),
(8538,38462,1),
(8538,50577,1),
(8548,8547,1),
(8595,8594,1),
(8595,8902,1),
(8595,9133,1),
(8595,9832,1),
(8595,11411,1),
(8628,8627,1),
(8628,8637,1),
(8628,8651,1),
(8628,8656,1),
(8628,9348,1),
(8628,9884,1),
(8628,10453,1),
(8628,10455,1),
(8628,11546,1),
(8628,11548,1),
(8628,11609,1),
(8628,11906,1),
(8628,15300,1),
(8628,15883,1),
(8628,15885,1),
(8628,15951,1),
(8628,15970,1),
(8628,15973,1),
(8628,15976,1),
(8628,21335,1),
(8628,23849,1),
(8628,38781,1),
(8628,40489,1),
(8628,50286,1),
(8629,8627,1),
(8629,8637,1),
(8629,8651,1),
(8629,8656,1),
(8629,9348,1),
(8629,9884,1),
(8629,10453,1),
(8629,10455,1),
(8629,11546,1),
(8629,11548,1),
(8629,11609,1),
(8629,11906,1),
(8629,15300,1),
(8629,15883,1),
(8629,15885,1),
(8629,15951,1),
(8629,15970,1),
(8629,15973,1),
(8629,15976,1),
(8629,21335,1),
(8629,23849,1),
(8629,38781,1),
(8629,40489,1),
(8629,50286,1),
(8638,8637,1),
(8638,8651,1),
(8638,8656,1),
(8638,9348,1),
(8638,9884,1),
(8638,10453,1),
(8638,10455,1),
(8638,11546,1),
(8638,11548,1),
(8638,11609,1),
(8638,11906,1),
(8638,15300,1),
(8638,15883,1),
(8638,15885,1),
(8638,15951,1),
(8638,15970,1),
(8638,15973,1),
(8638,15976,1),
(8638,21335,1),
(8638,23849,1),
(8638,38781,1),
(8638,40489,1),
(8638,50286,1),
(8652,8651,1),
(8652,8656,1),
(8652,9348,1),
(8652,9884,1),
(8652,10453,1),
(8652,10455,1),
(8652,11546,1),
(8652,11548,1),
(8652,11609,1),
(8652,11906,1),
(8652,15300,1),
(8652,15883,1),
(8652,15885,1),
(8652,15951,1),
(8652,15970,1),
(8652,15973,1),
(8652,15976,1),
(8660,1161,1),
(8662,8671,1),
(8662,8679,1),
(8662,8681,1),
(8662,8683,1),
(8662,8693,1),
(8662,8698,1),
(8662,8700,1),
(8662,8701,1),
(8662,8708,1),
(8662,8712,1),
(8662,8713,1),
(8662,8727,1),
(8662,8766,1),
(8662,8775,1),
(8662,8777,1),
(8662,9479,1),
(8662,11008,1),
(8662,11567,1),
(8662,11569,1),
(8662,12507,1),
(8662,15283,1),
(8662,15887,1),
(8662,15889,1),
(8662,15892,1),
(8662,16967,1),
(8662,16971,1),
(8662,21751,1),
(8662,21824,1),
(8662,23809,1),
(8662,38768,1),
(8662,50456,1),
(8689,1161,1),
(8694,8693,1),
(8694,8698,1),
(8694,8700,1),
(8694,8701,1),
(8694,8708,1),
(8694,8712,1),
(8694,8713,1),
(8694,8727,1),
(8694,8766,1),
(8694,8775,1),
(8694,8777,1),
(8694,9479,1),
(8694,11008,1),
(8694,11567,1),
(8694,11569,1),
(8694,12507,1),
(8694,15283,1),
(8694,15887,1),
(8694,15889,1),
(8694,15892,1),
(8694,16967,1),
(8694,16971,1),
(8694,21751,1),
(8694,21824,1),
(8694,23809,1),
(8694,38768,1),
(8694,50456,1),
(8706,1161,1),
(8707,1161,1),
(8709,8708,1),
(8709,8712,1),
(8709,8713,1),
(8709,8727,1),
(8710,8708,1),
(8710,8712,1),
(8710,8713,1),
(8710,8727,1),
(8710,8766,1),
(8710,8775,1),
(8710,8777,1),
(8710,9479,1),
(8710,11008,1),
(8710,11567,1),
(8710,11569,1),
(8710,12507,1),
(8710,15283,1),
(8710,15887,1),
(8710,15889,1),
(8710,15892,1),
(8710,16967,1),
(8710,16971,1),
(8710,21751,1),
(8710,21824,1),
(8710,23809,1),
(8710,38768,1),
(8710,50456,1),
(8711,8708,1),
(8711,8712,1),
(8711,8713,1),
(8711,8727,1),
(8711,8766,1),
(8711,8775,1),
(8711,8777,1),
(8711,9479,1),
(8711,11008,1),
(8711,11567,1),
(8711,11569,1),
(8711,12507,1),
(8711,15283,1),
(8711,15887,1),
(8711,15889,1),
(8711,15892,1),
(8711,16967,1),
(8716,8715,1),
(8716,9364,1),
(8716,9897,1),
(8716,10533,1),
(8716,11657,1),
(8719,8718,1),
(8723,9882,1),
(8723,10450,1),
(8723,10511,1),
(8723,10519,1),
(8723,11526,1),
(8723,11612,1),
(8723,11744,1),
(8723,11904,1),
(8723,12126,1),
(8723,12211,1),
(8723,14911,1),
(8723,14929,1),
(8723,14944,1),
(8723,14959,1),
(8723,14961,1),
(8723,14988,1),
(8723,15074,1),
(8723,15076,1),
(8723,15078,1),
(8723,15086,1),
(8723,15088,1),
(8723,15096,1),
(8723,15101,1),
(8723,15111,1),
(8723,15113,1),
(8723,15135,1),
(8723,15302,1),
(8723,15399,1),
(8723,15439,1),
(8723,15943,1),
(8723,15946,1),
(8723,15948,1),
(8723,20840,1),
(8723,20924,1),
(8723,21327,1),
(8723,21341,1),
(8723,22385,1),
(8723,23932,1),
(8723,23934,1),
(8723,23937,1),
(8723,28814,1),
(8723,32947,1),
(8723,32948,1),
(8723,32987,1),
(8723,32990,1),
(8723,32992,1),
(8723,32993,1),
(8723,38780,1),
(8723,40508,1),
(8723,50281,1),
(8726,8725,1),
(8726,9350,1),
(8726,9887,1),
(8726,10514,1),
(8735,8734,1),
(8735,8737,1),
(8735,9484,1),
(8735,9993,1),
(8735,10368,1),
(8735,10475,1),
(8735,11897,1),
(8735,11902,1),
(8735,12122,1),
(8735,12128,1),
(8735,12513,1),
(8762,8761,1),
(8762,8771,1),
(8762,9503,1),
(8762,9506,1),
(8762,10002,1),
(8762,10481,1),
(8762,11001,1),
(8762,11007,1),
(8762,11922,1),
(8762,12132,1),
(8762,12500,1),
(8762,15284,1),
(8762,15818,1),
(8762,16956,1),
(8762,16959,1),
(8762,16962,1),
(8762,21813,1),
(8762,21848,1),
(8762,23812,1),
(8762,50472,1),
(8767,8766,1),
(8767,8775,1),
(8767,8777,1),
(8767,9479,1),
(8767,11008,1),
(8767,11567,1),
(8767,11569,1),
(8767,12507,1),
(8767,15283,1),
(8767,15887,1),
(8767,15889,1),
(8767,15892,1),
(8767,16967,1),
(8767,16971,1),
(8767,21751,1),
(8767,21824,1),
(8767,23809,1),
(8767,38768,1),
(8767,50456,1),
(8772,8771,1),
(8772,9503,1),
(8772,9506,1),
(8772,10002,1),
(8772,10481,1),
(8772,11001,1),
(8772,11007,1),
(8772,11922,1),
(8772,12132,1),
(8772,12500,1),
(8772,15284,1),
(8772,15818,1),
(8772,16956,1),
(8772,16959,1),
(8772,16962,1),
(8772,21813,1),
(8772,21848,1),
(8772,23812,1),
(8772,50472,1),
(8793,8792,1),
(8793,9508,1),
(8793,9510,1),
(8793,9512,1),
(8793,10008,1),
(8793,10484,1),
(8793,11404,1),
(8793,11936,1),
(8793,12140,1),
(8793,12522,1),
(8793,15265,1),
(8793,15822,1),
(8793,17002,1),
(8793,17006,1),
(8793,17008,1),
(8793,21840,1),
(8793,23817,1),
(8793,38769,1),
(8793,50477,1),
(8793,50484,1),
(8812,1197,1),
(8814,8813,1),
(8814,8822,1),
(8814,10017,1),
(8814,10487,1),
(8814,11956,1),
(8814,12147,1),
(8820,8819,1),
(8820,8998,1),
(8820,9562,1),
(8820,9564,1),
(8820,9566,1),
(8820,9739,1),
(8820,9741,1),
(8820,10396,1),
(8820,10403,1),
(8820,10408,1),
(8820,10411,1),
(8820,10413,1),
(8820,10415,1),
(8820,10417,1),
(8820,10419,1),
(8820,10421,1),
(8820,10424,1),
(8820,11591,1),
(8820,11742,1),
(8820,11845,1),
(8820,11890,1),
(8820,12113,1),
(8820,12249,1),
(8820,14839,1),
(8820,15312,1),
(8820,15393,1),
(8820,15847,1),
(8820,15925,1),
(8820,19147,1),
(8820,19156,1),
(8820,19555,1),
(8820,28805,1),
(8820,28922,1),
(8839,1283,1),
(8874,8873,1),
(8874,8878,1),
(8874,9096,1),
(8874,9098,1),
(8874,9106,1),
(8874,9108,1),
(8874,9110,1),
(8874,9772,1),
(8874,9774,1),
(8874,10299,1),
(8874,12019,1),
(8874,12307,1),
(8874,14879,1),
(8874,15154,1),
(8874,15875,1),
(8874,17312,1),
(8874,19680,1),
(8874,23789,1),
(8874,33900,1),
(8874,50630,1),
(8894,1215,1),
(8896,8895,1),
(8896,8914,1),
(8896,9590,1),
(8896,9617,1),
(8896,9619,1),
(8896,9621,1),
(8896,10027,1),
(8896,10496,1),
(8896,11843,1),
(8896,11969,1),
(8896,12152,1),
(8897,2720,1),
(8899,8898,1),
(8899,9127,1),
(8899,9129,1),
(8899,9131,1),
(8899,9695,1),
(8899,9828,1),
(8899,9830,1),
(8899,10217,1),
(8899,10314,1),
(8899,10320,1),
(8899,11866,1),
(8899,11913,1),
(8899,12325,1),
(8903,8902,1),
(8903,9133,1),
(8903,9832,1),
(8903,11411,1),
(8903,11577,1),
(8903,11581,1),
(8903,11926,1),
(8903,12134,1),
(8903,12337,1),
(8903,14535,1),
(8907,8906,1),
(8907,9136,1),
(8907,9140,1),
(8907,9142,1),
(8907,9151,1),
(8907,9153,1),
(8907,9834,1),
(8907,10211,1),
(8907,10214,1),
(8907,10330,1),
(8907,11943,1),
(8907,12340,1),
(8907,14558,1),
(8907,15257,1),
(8907,15745,1),
(8907,17041,1),
(8907,17044,1),
(8907,19845,1),
(8907,28303,1),
(8907,28305,1),
(8907,28339,1),
(8907,28835,1),
(8907,34269,1),
(8907,38454,1),
(8907,50536,1),
(8911,2712,1),
(8913,8912,1),
(8913,9170,1),
(8913,9173,1),
(8913,9175,1),
(8913,9816,1),
(8913,9840,1),
(8913,9842,1),
(8913,11175,1),
(8913,11955,1),
(8913,12348,1),
(8913,15244,1),
(8913,15753,1),
(8913,17066,1),
(8913,17070,1),
(8913,19880,1),
(8913,28263,1),
(8913,28265,1),
(8913,28843,1),
(8913,38456,1),
(8913,38718,1),
(8913,38808,1),
(8913,50547,1),
(8922,8921,1),
(8922,9177,1),
(8922,9179,1),
(8922,9844,1),
(8922,9853,1),
(8922,9879,1),
(8922,10141,1),
(8922,10143,1),
(8922,11023,1),
(8922,12353,1),
(8941,8940,1),
(8941,9182,1),
(8941,9194,1),
(8941,9196,1),
(8941,9198,1),
(8941,9847,1),
(8941,11042,1),
(8941,11050,1),
(8941,12356,1),
(8942,8940,1),
(8942,9182,1),
(8942,9194,1),
(8942,9196,1),
(8942,9198,1),
(8942,9847,1),
(8942,11042,1),
(8942,11050,1),
(8942,12356,1),
(8948,8947,1),
(8948,9200,1),
(8948,9202,1),
(8948,9850,1),
(8948,9916,1),
(8948,11062,1),
(8948,12001,1),
(8948,12359,1),
(8948,14615,1),
(8948,15177,1),
(8948,15764,1),
(8948,17303,1),
(8948,19955,1),
(8948,28287,1),
(8948,28289,1),
(8948,28887,1),
(8948,38459,1),
(8948,38813,1),
(8948,50562,1),
(8966,8965,1),
(8966,8975,1),
(8966,8977,1),
(8966,10035,1),
(8966,10505,1),
(8966,12011,1),
(8966,12182,1),
(8966,12670,1),
(8966,15165,1),
(8966,15839,1),
(8966,17227,1),
(8966,23837,1),
(8966,38776,1),
(8966,50503,1),
(8986,8985,1),
(8986,8988,1),
(8986,9600,1),
(8986,9602,1),
(8986,9604,1),
(8986,10037,1),
(8986,11787,1),
(8986,12015,1),
(8986,12186,1),
(8986,12490,1),
(8986,12672,1),
(8986,15161,1),
(8986,15841,1),
(8986,17231,1),
(8986,17239,1),
(8986,17248,1),
(8986,17255,1),
(8986,17278,1),
(8986,17281,1),
(8986,21124,1),
(8986,23840,1),
(8986,25622,1),
(8986,38777,1),
(8986,47374,1),
(8986,50509,1),
(8994,8993,1),
(8994,8996,1),
(8994,9588,1),
(8994,10040,1),
(8994,11831,1),
(8994,12039,1),
(8994,12495,1),
(9093,9092,1),
(9093,9770,1),
(9093,10282,1),
(9093,12003,1),
(9093,12304,1),
(9121,1349,1),
(9123,9122,1),
(9123,9125,1),
(9123,9786,1),
(9123,10433,1),
(9123,12322,1),
(9137,9136,1),
(9137,9140,1),
(9137,9142,1),
(9137,9151,1),
(9137,9153,1),
(9137,9834,1),
(9137,10211,1),
(9137,10214,1),
(9137,10330,1),
(9137,11943,1),
(9137,12340,1),
(9274,9273,1),
(9274,9277,1),
(9274,9280,1),
(9274,9460,1),
(9274,9462,1),
(9274,9464,1),
(9274,9801,1),
(9274,9810,1),
(9274,10374,1),
(9274,11244,1),
(9274,11951,1),
(9274,12454,1),
(9301,9300,1),
(9301,9303,1),
(9301,9305,1),
(9301,9307,1),
(9301,9820,1),
(9301,10063,1),
(9301,10065,1),
(9301,10067,1),
(9301,10162,1),
(9301,11292,1),
(9342,9341,1),
(9342,9344,1),
(9342,9880,1),
(9342,10422,1),
(9342,10434,1),
(9360,9359,1),
(9360,9362,1),
(9360,9893,1),
(9360,9895,1),
(9360,10350,1),
(9360,10530,1),
(9367,995,1),
(9369,9368,1),
(9369,9371,1),
(9369,9902,1),
(9369,10539,1),
(9369,10997,1),
(9369,11671,1),
(9369,11784,1),
(9369,11979,1),
(9369,12158,1),
(9369,12228,1),
(9369,15003,1),
(9369,15211,1),
(9369,15500,1),
(9374,9373,1),
(9374,9376,1),
(9374,9920,1),
(9374,10547,1),
(9374,11682,1),
(9374,11996,1),
(9374,12232,1),
(9374,15009,1),
(9374,15181,1),
(9374,15505,1),
(9374,15507,1),
(9374,16098,1),
(9374,16104,1),
(9374,16107,1),
(9374,21002,1),
(9374,21417,1),
(9374,23876,1),
(9374,28883,1),
(9374,38792,1),
(9374,40462,1),
(9374,50332,1),
(9393,1031,1),
(9395,9394,1),
(9395,9397,1),
(9395,9928,1),
(9395,11549,1),
(9400,1041,1),
(9402,9401,1),
(9402,9404,1),
(9402,9458,1),
(9402,9932,1),
(9402,10241,1),
(9402,10243,1),
(9402,10356,1),
(9402,10564,1),
(9411,9410,1),
(9411,9413,1),
(9411,9942,1),
(9433,9432,1),
(9433,9435,1),
(9433,9974,1),
(9433,11595,1),
(9433,11799,1),
(9433,12031,1),
(9433,12198,1),
(9439,9438,1),
(9439,9441,1),
(9439,9977,1),
(9439,10362,1),
(9439,12041,1),
(9439,12202,1),
(9439,12351,1),
(9439,12426,1),
(9439,15046,1),
(9439,15109,1),
(9439,15723,1),
(9439,17362,1),
(9439,17367,1),
(9439,20895,1),
(9439,21101,1),
(9439,21698,1),
(9439,23735,1),
(9439,36233,1),
(9439,36237,1),
(9439,38493,1),
(9439,50430,1),
(9444,9443,1),
(9444,9446,1),
(9444,9980,1),
(9444,12043,1),
(9444,12423,1),
(9449,9448,1),
(9449,9451,1),
(9449,9454,1),
(9449,9456,1),
(9449,9982,1),
(9449,11558,1),
(9449,11564,1),
(9449,12483,1),
(9449,12720,1),
(9449,14545,1),
(9449,15040,1),
(9449,15103,1),
(9449,15727,1),
(9449,17385,1),
(9449,21729,1),
(9449,23904,1),
(9449,38495,1),
(9449,38498,1),
(9449,38523,1),
(9449,40478,1),
(9449,50442,1),
(9488,9487,1),
(9492,9491,1),
(9492,9494,1),
(9492,9496,1),
(9492,9996,1),
(9492,10479,1),
(9492,11543,1),
(9492,11872,1),
(9492,11876,1),
(9492,11887,1),
(9492,11911,1),
(9492,12049,1),
(9492,12515,1),
(9492,12530,1),
(9492,12553,1),
(9492,12570,1),
(9492,12582,1),
(9492,12616,1),
(9492,15294,1),
(9492,15813,1),
(9492,15815,1),
(9492,16933,1),
(9492,16936,1),
(9492,16944,1),
(9492,21795,1),
(9492,23806,1),
(9492,28817,1),
(9492,38767,1),
(9492,50467,1),
(9502,1185,1),
(9504,9503,1),
(10110,1283,1),
(10116,10115,1),
(10116,10122,1),
(10116,11010,1),
(10116,11953,1),
(10116,12279,1),
(10116,14848,1),
(10116,15246,1),
(10116,15855,1),
(10116,17059,1),
(10116,19504,1),
(10116,23695,1),
(10116,28841,1),
(10116,31428,1),
(10116,34256,1),
(10116,38514,1),
(10116,50604,1),
(10129,1289,1),
(10135,10134,1),
(10135,11962,1),
(10135,12282,1),
(10135,14850,1),
(10135,15234,1),
(10135,15860,1),
(10135,17111,1),
(10135,19527,1),
(10135,28851,1),
(10135,43188,1),
(10135,50609,1),
(10178,1297,1),
(10184,10183,1),
(10184,10190,1),
(10184,12286,1),
(10184,14851,1),
(10184,15232,1),
(10184,15864,1),
(10184,17113,1),
(10184,19570,1),
(10184,28783,1),
(10184,28799,1),
(10184,28801,1),
(10184,28854,1),
(10184,34266,1),
(10184,38515,1),
(10184,40541,1),
(10184,40551,1),
(10184,50165,1),
(10197,1309,1),
(10203,10202,1),
(10203,11977,1),
(10203,12295,1),
(10203,14859,1),
(10203,15213,1),
(10203,15870,1),
(10203,17161,1),
(10203,19619,1),
(10203,28868,1),
(10203,38517,1),
(10203,38758,1),
(10203,50620,1),
(10260,1315,1),
(10266,10265,1),
(10266,10372,1),
(10266,11999,1),
(10266,12299,1),
(10266,14861,1),
(10266,15179,1),
(10266,15872,1),
(10266,17298,1),
(10266,19638,1),
(10266,21312,1),
(10266,21314,1),
(10266,28762,1),
(10266,28885,1),
(10266,34257,1),
(10266,38518,1),
(10266,50625,1),
(10277,1323,1),
(10283,10282,1),
(10283,12003,1),
(10283,12304,1),
(10283,14864,1),
(10283,14867,1),
(10283,14917,1),
(10283,15174,1),
(10283,15874,1),
(10283,17305,1),
(10283,19662,1),
(10283,23784,1),
(10283,28889,1),
(10283,38519,1),
(10283,50653,1),
(10294,1329,1),
(10300,10299,1),
(10300,12019,1),
(10300,12307,1),
(10300,14879,1),
(10300,15154,1),
(10300,15875,1),
(10300,17312,1),
(10300,19680,1),
(10300,23789,1),
(10300,33900,1),
(10300,50630,1),
(10310,2720,1),
(10315,10314,1),
(10315,10320,1),
(10315,11866,1),
(10315,11913,1),
(10315,12325,1),
(10315,14509,1),
(10315,14524,1),
(10315,15288,1),
(10315,15734,1),
(10315,15737,1),
(10315,16947,1),
(10315,19781,1),
(10315,23692,1),
(10315,28259,1),
(10315,28261,1),
(10315,28821,1),
(10315,38451,1),
(10315,38798,1),
(10315,50526,1),
(10326,1359,1),
(10331,10330,1),
(10331,11943,1),
(10331,12340,1),
(10331,14558,1),
(10331,15257,1),
(10331,15745,1),
(10331,17041,1),
(10331,17044,1),
(10331,19845,1),
(10331,28303,1),
(10331,28305,1),
(10331,28339,1),
(10331,28835,1),
(10331,34269,1),
(10331,38454,1),
(10331,50536,1),
(10340,1365,1),
(10345,10344,1),
(10345,11945,1),
(10345,12343,1),
(10345,15255,1),
(10345,15751,1),
(10345,17049,1),
(10345,19863,1),
(10345,28299,1),
(10345,28301,1),
(10345,28837,1),
(10345,38455,1),
(10345,38807,1),
(10345,50541,1),
(10392,1255,1),
(10397,10396,1),
(10397,10403,1),
(10397,10408,1),
(10397,10411,1),
(10397,10413,1),
(10397,10415,1),
(10397,10417,1),
(10397,10419,1),
(10397,10421,1),
(10397,10424,1),
(10397,11591,1),
(10397,11742,1),
(10397,11845,1),
(10397,11890,1),
(10397,12113,1),
(10397,12249,1),
(10397,14839,1),
(10397,15312,1),
(10397,15393,1),
(10397,15847,1),
(10397,15925,1),
(10397,19147,1),
(10404,10403,1),
(10404,10408,1),
(10404,10411,1),
(10404,10413,1),
(10404,10415,1),
(10404,10417,1),
(10404,10419,1),
(10404,10421,1),
(10404,10424,1),
(10404,11591,1),
(10404,11742,1),
(10404,11845,1),
(10404,11890,1),
(10404,12113,1),
(10404,12249,1),
(10404,14839,1),
(10404,15312,1),
(10404,15393,1),
(10404,15847,1),
(10404,15925,1),
(10404,19147,1),
(10404,19156,1),
(10404,19555,1),
(10404,28805,1),
(10404,28922,1),
(10404,28930,1),
(10404,33881,1),
(10404,34248,1),
(10404,34265,1),
(10404,38474,1),
(10404,38510,1),
(10404,50594,1),
(10441,10440,1),
(10441,10508,1),
(10441,11431,1),
(10441,11592,1),
(10441,11600,1),
(10441,11603,1),
(10441,11864,1),
(10441,11892,1),
(10441,12115,1),
(10441,12118,1),
(10441,12207,1),
(10441,14930,1),
(10441,14940,1),
(10441,14955,1),
(10441,14957,1),
(10441,14986,1),
(10441,15310,1),
(10441,15432,1),
(10441,15437,1),
(10441,15929,1),
(10441,15933,1),
(10441,16116,1),
(10441,16938,1),
(10441,17390,1),
(10441,19164,1),
(10441,20831,1),
(10441,20847,1),
(10441,21325,1),
(10441,23846,1),
(10441,24802,1),
(10441,28343,1),
(10441,38475,1),
(10441,38779,1),
(10441,40369,1),
(10442,10440,1),
(10442,10508,1),
(10442,11431,1),
(10442,11592,1),
(11018,1371,1),
(11024,11023,1),
(11024,12353,1),
(11024,14575,1),
(11024,14592,1),
(11024,15221,1),
(11024,15758,1),
(11024,17146,1),
(11024,19919,1),
(11024,28295,1),
(11024,28297,1),
(11024,28860,1),
(11024,34271,1),
(11024,38347,1),
(11024,38352,1),
(11024,38357,1),
(11024,38361,1),
(11024,38374,1),
(11024,38457,1),
(11024,38714,1),
(11024,38764,1),
(11024,38809,1),
(11024,50552,1),
(11037,1377,1),
(11043,11042,1),
(11043,11050,1),
(11043,12356,1),
(11043,14604,1),
(11043,15202,1),
(11043,15760,1),
(11043,17173,1),
(11043,19934,1),
(11043,19942,1),
(11043,28291,1),
(11043,28293,1),
(11043,28872,1),
(11043,38458,1),
(11043,38810,1),
(11043,50557,1),
(11057,1383,1),
(11063,11062,1),
(11063,12001,1),
(11063,12359,1),
(11063,14615,1),
(11063,15177,1),
(11063,15764,1),
(11063,17303,1),
(11063,19955,1),
(11063,28287,1),
(11063,28289,1),
(11063,28887,1),
(11063,38459,1),
(11063,38813,1),
(11063,50562,1),
(11076,1389,1),
(11082,11081,1),
(11082,11837,1),
(11082,12361,1),
(11082,15156,1),
(11082,15766,1),
(11082,17307,1),
(11082,21140,1),
(11082,28283,1),
(11082,28285,1),
(11082,28893,1),
(11082,34272,1),
(11082,38460,1),
(11082,38816,1),
(11082,50567,1),
(11097,1413,1),
(11103,11102,1),
(11103,11939,1),
(11103,12376,1),
(11103,14626,1),
(11103,15262,1),
(11103,15742,1),
(11103,17021,1),
(11103,17024,1),
(11103,19823,1),
(11103,21316,1),
(11103,28271,1),
(11103,28273,1),
(11103,28831,1),
(11103,38293,1),
(11103,38464,1),
(11103,38804,1),
(11103,50588,1),
(11114,11113,1),
(11124,1401,1),
(11129,11128,1),
(11129,11985,1),
(11129,12169,1),
(11129,12369,1),
(11129,14621,1),
(11129,15200,1),
(11129,15762,1),
(11129,17182,1),
(11129,17186,1),
(11129,28279,1),
(11129,28281,1),
(11129,38463,1),
(11129,50582,1),
(11147,1395,1),
(11153,11152,1),
(11153,11584,1),
(11153,11971,1),
(11153,12154,1),
(11153,12253,1),
(11153,12271,1),
(11153,12283,1),
(11153,12292,1),
(11153,12364,1),
(11153,14617,1),
(11153,15223,1),
(11153,15755,1),
(11153,17138,1),
(11153,19900,1),
(11153,21138,1),
(11153,22330,1),
(11153,23698,1),
(11153,27451,1),
(11153,28267,1),
(11153,28269,1),
(11153,38462,1),
(11153,50577,1),
(11170,2712,1),
(11176,11175,1),
(11176,11955,1),
(11176,12348,1),
(11176,15244,1),
(11176,15753,1),
(11176,17066,1),
(11176,17070,1),
(11176,19880,1),
(11176,28263,1),
(11176,28265,1),
(11176,28843,1),
(11176,38456,1),
(11176,38718,1),
(11176,38808,1),
(11176,50547,1),
(11193,1419,1),
(11199,11198,1),
(11199,11938,1),
(11199,12448,1),
(11199,14465,1),
(11199,14691,1),
(11199,14695,1),
(11199,14699,1),
(11199,15263,1),
(11199,15784,1),
(11199,17013,1),
(11199,17016,1),
(11199,23744,1),
(11199,28829,1),
(11199,38499,1),
(11199,50219,1),
(11215,1425,1),
(11221,11220,1),
(11221,11941,1),
(11221,12451,1),
(11221,14467,1),
(11221,15259,1),
(11221,15786,1),
(11221,17030,1),
(11221,21142,1),
(11221,23747,1),
(11221,28833,1),
(11221,34246,1),
(11221,43182,1),
(11221,50225,1),
(11236,11235,1),
(11236,11239,1),
(11254,1437,1),
(11257,11256,1),
(11257,12728,1),
(11257,14480,1),
(11257,15247,1),
(11257,15248,1),
(11257,15390,1),
(11257,15894,1),
(11257,17055,1),
(11257,17057,1),
(11257,23753,1),
(11257,34776,1),
(11257,38500,1),
(11257,50239,1),
(11269,1443,1),
(11275,11274,1),
(11275,12456,1),
(11275,14483,1),
(11275,15238,1),
(11275,15795,1),
(11275,17100,1),
(11275,17103,1),
(11275,21146,1),
(11275,23756,1),
(11275,28847,1),
(11275,38298,1),
(11275,38502,1),
(11275,50244,1),
(11287,1449,1),
(11293,11292,1),
(11293,11588,1),
(11293,12460,1),
(11293,14485,1),
(11293,15219,1),
(11293,15346,1),
(11293,15348,1),
(11293,15350,1),
(11293,15367,1),
(11293,15371,1),
(11293,15396,1),
(11293,15797,1),
(11293,17152,1),
(11293,21148,1),
(11293,23759,1),
(11293,27530,1),
(11293,27903,1),
(11293,27905,1),
(11293,28862,1),
(11293,38504,1),
(11293,50249,1),
(11306,1455,1),
(11312,11311,1),
(11312,12462,1),
(11312,14487,1),
(11312,15217,1),
(11312,15799,1),
(11312,17155,1),
(11312,23762,1),
(11312,28760,1),
(11312,28764,1),
(11312,28864,1),
(11312,34273,1),
(11312,38503,1),
(11312,38760,1),
(11312,50254,1),
(11325,1461,1),
(11331,11330,1),
(11331,11847,1),
(11331,12472,1),
(11331,14488,1),
(11331,15190,1),
(11331,15801,1),
(11331,17195,1),
(11331,21150,1),
(11331,28876,1),
(11331,38505,1),
(11331,50259,1),
(11343,1467,1),
(11349,11348,1),
(11349,12475,1),
(11349,14490,1),
(11349,15187,1),
(11349,15317,1),
(11349,15803,1),
(11349,17201,1),
(11349,23765,1),
(11349,25644,1),
(11349,28780,1),
(11349,28882,1),
(11349,34247,1),
(11349,36225,1),
(11349,38294,1),
(11349,38506,1),
(11349,50265,1),
(11494,11493,1),
(11494,11502,1),
(11494,11505,1),
(11494,11507,1),
(11494,11509,1),
(11494,11530,1),
(11494,11532,1),
(11494,11534,1),
(11494,11536,1),
(11494,12020,1),
(11494,14450,1),
(11494,14640,1),
(11494,15128,1),
(11494,15152,1),
(11494,15320,1),
(11494,15328,1),
(11494,15334,1),
(11494,15336,1),
(11494,15338,1),
(11494,15375,1),
(11494,15779,1),
(11494,17315,1),
(11494,23774,1),
(11494,28895,1),
(11494,38509,1),
(11494,50195,1),
(11498,11493,1),
(11498,11502,1),
(11498,11505,1),
(11498,11507,1),
(11498,11509,1),
(11498,11530,1),
(11498,11532,1),
(11498,11534,1),
(11498,11536,1),
(11498,12020,1),
(11499,11493,1),
(11499,11502,1),
(11499,11505,1),
(11499,11507,1),
(11499,11509,1),
(11499,11530,1),
(11499,11532,1),
(11499,11534,1),
(11499,11536,1),
(11499,12020,1),
(11499,14450,1),
(11499,14640,1),
(11499,15128,1),
(11499,15152,1),
(11499,15320,1),
(11499,15328,1),
(11499,15334,1),
(11499,15336,1),
(11499,15338,1),
(11499,15375,1),
(11499,15779,1),
(11499,17315,1),
(11499,23774,1),
(11499,28895,1),
(11499,38509,1),
(11499,50195,1),
(11500,11493,1),
(11500,11502,1),
(11500,11505,1),
(11500,11507,1),
(11500,11509,1),
(11500,11530,1),
(11500,11532,1),
(11500,11534,1),
(11500,11536,1),
(11500,12020,1),
(11500,14450,1),
(11500,14640,1),
(11500,15128,1),
(11500,15152,1),
(11500,15320,1),
(11500,15328,1),
(11500,15334,1),
(11500,15336,1),
(11500,15338,1),
(11500,15375,1),
(11500,15779,1),
(11500,17315,1),
(11500,23774,1),
(11500,28895,1),
(11500,38509,1),
(11500,50195,1),
(11563,1135,1),
(11565,11564,1),
(11565,12483,1),
(11565,12720,1),
(11565,14545,1),
(11565,15040,1),
(11565,15103,1),
(11565,15727,1),
(11565,17385,1),
(11565,21729,1),
(11565,23904,1),
(11565,38495,1),
(11565,38498,1),
(11565,38523,1),
(11566,11564,1),
(11566,12483,1),
(11566,12720,1),
(11566,14545,1),
(11566,15040,1),
(11566,15103,1),
(11566,15727,1),
(11566,17385,1),
(11566,21729,1),
(11566,23904,1),
(11566,38495,1),
(11566,38498,1),
(11566,38523,1),
(11566,40478,1),
(11566,50442,1),
(11575,1353,1),
(11578,11577,1),
(11578,11581,1),
(11578,11926,1),
(11578,12134,1),
(11578,12337,1),
(11578,14535,1),
(11578,14552,1),
(11578,15281,1),
(11578,15740,1),
(11578,16974,1),
(11578,16977,1),
(11578,19804,1),
(11578,24451,1),
(11578,28307,1),
(11578,28309,1),
(11578,36242,1),
(11578,36245,1),
(11578,38452,1),
(11578,38801,1),
(11578,50531,1),
(11596,11595,1),
(11596,11799,1),
(11596,12031,1),
(11596,12198,1),
(11596,12334,1),
(11596,12338,1),
(11596,12419,1),
(11596,15058,1),
(11596,15136,1),
(11596,15721,1),
(11596,17334,1),
(11596,17339,1),
(11596,17342,1),
(11596,21679,1),
(11596,23732,1),
(11596,38305,1),
(11596,38492,1),
(11596,50425,1),
(11601,11600,1),
(11601,11603,1),
(11601,11864,1),
(11601,11892,1),
(11601,12115,1),
(11601,12118,1),
(11601,12207,1),
(11618,11617,1),
(11618,11620,1),
(11618,12129,1),
(11618,12215,1),
(11618,14964,1),
(11618,14966,1),
(11618,14990,1),
(11618,15292,1),
(11618,15478,1),
(11618,15480,1),
(11618,15962,1),
(11618,15966,1),
(11618,21354,1),
(11618,23852,1),
(11618,34243,1),
(11618,38277,1),
(11618,38295,1),
(11618,38783,1),
(11618,40385,1),
(11618,40438,1),
(11618,40450,1),
(11618,50291,1),
(11624,11623,1),
(11624,11627,1),
(11624,11713,1),
(11624,11740,1),
(11624,11756,1),
(11624,11758,1),
(11624,11779,1),
(11624,11795,1),
(11624,11804,1),
(11624,11811,1),
(11624,11820,1),
(11624,11827,1),
(11624,11851,1),
(11624,11882,1),
(11624,11885,1),
(11624,11889,1),
(11624,12217,1),
(11624,14968,1),
(11624,14992,1),
(11624,15290,1),
(11624,15362,1),
(11624,15482,1),
(11624,15484,1),
(11624,15985,1),
(11624,15988,1),
(11624,15993,1),
(11624,20937,1),
(11624,21362,1),
(11624,23855,1),
(11624,28819,1),
(11624,34261,1),
(11624,38784,1),
(11635,11634,1),
(11635,11932,1),
(11635,12138,1),
(11635,12219,1),
(11635,14948,1),
(11635,14971,1),
(11635,14994,1),
(11635,15270,1),
(11635,15486,1),
(11635,15488,1),
(11635,15999,1),
(11635,16004,1),
(11635,16008,1),
(11635,20954,1),
(11635,21365,1),
(11635,23858,1),
(11635,28825,1),
(11635,38785,1),
(11635,50301,1),
(11642,11641,1),
(11642,11650,1),
(11642,11653,1),
(11642,11947,1),
(11642,12143,1),
(11642,12221,1),
(11642,14976,1),
(11642,14978,1),
(11642,14980,1),
(11642,14995,1),
(11642,15031,1),
(11642,15253,1),
(11642,15490,1),
(11642,15492,1),
(11642,16022,1),
(11642,16027,1),
(11642,16031,1),
(11642,20919,1),
(11642,20962,1),
(11642,21367,1),
(11642,23861,1),
(11642,28757,1),
(11642,38786,1),
(11642,50306,1),
(11651,11650,1),
(11651,11653,1),
(11651,11947,1),
(11651,12143,1),
(11651,12221,1),
(11651,14976,1),
(11651,14978,1),
(11651,14980,1),
(11651,14995,1),
(11651,15031,1),
(11651,15253,1),
(11651,15490,1),
(11651,15492,1),
(11651,16022,1),
(11651,16027,1),
(11651,16031,1),
(11651,20919,1),
(11651,20962,1),
(11651,21367,1),
(11651,23861,1),
(11651,28757,1),
(11651,38786,1),
(11651,50306,1),
(11658,11657,1),
(11658,11664,1),
(11658,11667,1),
(11658,11965,1),
(11658,12150,1),
(11658,12223,1),
(11658,14933,1),
(11658,14984,1),
(11658,14997,1),
(11658,15230,1),
(11658,15401,1),
(11658,15494,1),
(11658,15496,1),
(11658,16040,1),
(11658,16043,1),
(11658,20971,1),
(11658,20976,1),
(11658,21369,1),
(11658,23864,1),
(11658,28856,1),
(11658,38787,1),
(11658,39213,1),
(11658,50311,1),
(11665,11664,1),
(11665,11667,1),
(11665,11965,1),
(11665,12150,1),
(11665,12223,1),
(11665,14933,1),
(11665,14984,1),
(11665,14997,1),
(11665,15230,1),
(11665,15401,1),
(11665,15494,1),
(11665,15496,1),
(11665,16040,1),
(11665,16043,1),
(11665,20971,1),
(11665,20976,1),
(11665,21369,1),
(11665,23864,1),
(11665,28856,1),
(11665,38787,1),
(11665,39213,1),
(11665,50311,1),
(11676,999,1),
(11678,11677,1),
(11678,11680,1),
(11678,11987,1),
(11678,12170,1),
(11678,12230,1),
(11678,15006,1),
(11678,15197,1),
(11678,15503,1),
(11678,16077,1),
(11678,16082,1),
(11678,16086,1),
(11678,20992,1),
(11678,21409,1),
(11678,23873,1),
(11678,28768,1),
(11678,28770,1),
(11678,28775,1),
(11678,34245,1),
(11678,38790,1),
(11678,40456,1),
(11678,50327,1),
(11697,11696,1),
(11704,11703,1),
(11704,11706,1),
(11704,12037,1),
(11704,12200,1),
(11704,12244,1),
(11704,14520,1),
(11704,15024,1),
(11704,15050,1),
(11704,15121,1),
(11704,15518,1),
(11704,16166,1),
(11704,16187,1),
(11704,20891,1),
(11704,21053,1),
(11704,21468,1),
(11704,23891,1),
(11704,38300,1),
(11704,38797,1),
(11704,40473,1),
(11704,50363,1),
(11719,11718,1),
(11719,11720,1),
(11719,11928,1),
(11719,12390,1),
(11719,15277,1),
(11719,15695,1),
(11719,16236,1),
(11719,16239,1),
(11719,21071,1),
(11719,21508,1),
(11719,23708,1),
(11719,34253,1),
(11719,34758,1),
(11719,38478,1),
(11719,50379,1),
(11719,50381,1),
(11727,11726,1),
(11727,11729,1),
(11727,11949,1),
(11727,12145,1),
(11727,12393,1),
(11727,15251,1),
(11727,15697,1),
(11727,16246,1),
(11727,16248,1),
(11727,21077,1),
(11727,21520,1),
(11727,23711,1),
(11727,38326,1),
(11727,38372,1),
(11727,38479,1),
(11727,50385,1),
(11739,11738,1),
(11739,11752,1),
(11739,11755,1),
(11739,11991,1),
(11739,12172,1),
(11739,12401,1),
(11739,15193,1),
(11739,15707,1),
(11739,15708,1),
(11739,16272,1),
(11739,16275,1),
(11739,21085,1),
(11739,21576,1),
(11739,23717,1),
(11739,38482,1),
(11739,50400,1),
(11753,11752,1),
(11753,11755,1),
(11753,11991,1),
(11753,12172,1),
(11753,12401,1),
(11753,15193,1),
(11753,15707,1),
(11753,15708,1),
(11753,16272,1),
(11753,16275,1),
(11753,21085,1),
(11753,21576,1),
(11753,23717,1),
(11753,38482,1),
(11753,50400,1),
(11772,11771,1),
(11772,11780,1),
(11772,12029,1),
(11772,12196,1),
(11772,12416,1),
(11772,15060,1),
(11772,15066,1),
(11772,15138,1),
(11772,15719,1),
(11772,17289,1),
(11772,17294,1),
(11772,21096,1),
(11772,21661,1),
(11772,21668,1),
(11772,23726,1),
(11772,25617,1),
(11772,28787,1),
(11772,38490,1),
(11772,38745,1),
(11772,38746,1),
(11772,38749,1),
(11772,40346,1),
(12335,12334,1),
(12335,12338,1),
(12335,12419,1),
(12335,15058,1),
(12335,15136,1),
(12335,15721,1),
(12335,17334,1),
(12335,17339,1),
(12335,17342,1),
(12335,21679,1),
(12335,23732,1),
(12335,38305,1),
(12335,38492,1),
(12335,50425,1),
(12476,1129,1),
(12478,12477,1),
(12478,12480,1),
(12478,15044,1),
(12478,15107,1),
(12478,15725,1),
(12478,17377,1),
(12478,17381,1),
(12478,21713,1),
(12478,23738,1),
(12478,28916,1),
(12478,34343,1),
(12478,38494,1),
(12478,47368,1),
(12478,50436,1),
(12537,12536,1),
(12537,12599,1),
(12537,15242,1),
(12537,15825,1),
(12537,15827,1),
(12537,17077,1),
(12537,17080,1),
(12537,21116,1),
(12537,21858,1),
(12537,23820,1),
(12537,28845,1),
(12537,34249,1),
(12537,38770,1),
(12537,50482,1),
(12647,12646,1),
(12647,15225,1),
(12647,15833,1),
(12647,17130,1),
(12647,21120,1),
(12647,23828,1),
(12648,12646,1),
(12648,15225,1),
(12648,15833,1),
(12648,17130,1),
(12648,21120,1),
(12648,23828,1),
(12648,31404,1),
(12648,38304,1),
(12648,38773,1),
(12648,50493,1),
(12665,12664,1),
(12665,12668,1),
(12665,15183,1),
(12665,15837,1),
(12665,17210,1),
(12665,17215,1),
(12665,23834,1),
(12665,38775,1),
(12665,50498,1),
(12666,12664,1),
(12666,12668,1),
(12666,15183,1),
(12666,15837,1),
(12666,17210,1),
(12666,17215,1),
(12666,23834,1),
(12666,38775,1),
(12666,50498,1),
(12692,12691,1),
(12692,15048,1),
(12692,15118,1),
(12692,15845,1),
(12692,17260,1),
(12692,17265,1),
(12692,21134,1),
(12692,23843,1),
(12692,28913,1),
(12692,34255,1),
(12692,38299,1),
(12692,38778,1),
(12692,40536,1),
(12692,40848,1),
(12692,43159,1),
(12692,43161,1),
(12692,50520,1),
(12693,12691,1),
(12693,15048,1),
(12693,15118,1),
(12693,15845,1),
(12693,17260,1),
(12693,17265,1),
(12693,21134,1),
(12693,23843,1),
(12693,28913,1),
(12693,34255,1),
(12693,38299,1),
(12693,38778,1),
(12693,40536,1),
(12693,40848,1),
(12693,43159,1),
(12693,43161,1),
(12693,50520,1),
(14451,14450,1),
(14451,14640,1),
(14451,15128,1),
(14451,15152,1),
(14451,15320,1),
(14451,15328,1),
(14451,15334,1),
(14451,15336,1),
(14451,15338,1),
(14451,15375,1),
(14451,15779,1),
(14451,17315,1),
(14451,23774,1),
(14451,28895,1),
(14451,38509,1),
(14451,50195,1),
(14461,14460,1),
(14461,14463,1),
(14461,15056,1),
(14461,15131,1),
(14461,15385,1),
(14461,15781,1),
(14461,17345,1),
(14461,17350,1),
(14461,17353,1),
(14461,23768,1),
(14461,28909,1),
(14461,38507,1),
(14461,50182,1),
(14475,14474,1),
(14475,14666,1),
(14475,15249,1),
(14475,15791,1),
(14475,17051,1),
(14475,21144,1),
(14475,23750,1),
(14475,28839,1),
(14475,38501,1),
(14475,50231,1),
(14476,14474,1),
(14510,14509,1),
(14510,14524,1),
(14510,15288,1),
(14510,15734,1),
(14510,15737,1),
(14510,16947,1),
(14510,19781,1),
(14510,23692,1),
(14510,28259,1),
(14510,28261,1),
(14510,28821,1),
(14510,38451,1),
(14510,38798,1),
(14510,50526,1),
(14511,14509,1),
(14511,14524,1),
(14511,15288,1),
(14511,15734,1),
(14511,15737,1),
(14511,16947,1),
(14511,19781,1),
(14511,23692,1),
(14511,28259,1),
(14511,28261,1),
(14511,28821,1),
(14511,38451,1),
(14511,38798,1),
(14511,50526,1),
(14536,14535,1),
(14536,14552,1),
(14536,15281,1),
(14536,15740,1),
(14536,16974,1),
(14536,16977,1),
(14536,19804,1),
(14536,24451,1),
(14536,28307,1),
(14536,28309,1),
(14536,36242,1),
(14536,36245,1),
(14536,38452,1),
(14536,38801,1),
(14536,50531,1),
(14553,14552,1),
(14553,15281,1),
(14553,15740,1),
(14553,16974,1),
(14553,16977,1),
(14553,19804,1),
(14553,24451,1),
(14553,28307,1),
(14553,28309,1),
(14553,36242,1),
(14553,36245,1),
(14553,38452,1),
(14553,38801,1),
(14553,50531,1),
(14559,14558,1),
(14559,15257,1),
(14559,15745,1),
(14559,17041,1),
(14559,17044,1),
(14559,19845,1),
(14559,28303,1),
(14559,28305,1),
(14559,28339,1),
(14559,28835,1),
(14559,34269,1),
(14559,38454,1),
(14559,50536,1),
(14576,14575,1),
(14576,14592,1),
(14576,15221,1),
(14576,15758,1),
(14576,17146,1),
(14576,19919,1),
(14576,28295,1),
(14576,28297,1),
(14576,28860,1),
(14576,34271,1),
(14576,38347,1),
(14576,38352,1),
(14576,38357,1),
(14576,38361,1),
(14576,38374,1),
(14576,38457,1),
(14576,38714,1),
(14576,38764,1),
(14576,38809,1),
(14576,50552,1),
(14593,14592,1),
(14593,15221,1),
(14593,15758,1),
(14593,17146,1),
(14593,19919,1),
(14593,28295,1),
(14593,28297,1),
(14593,28860,1),
(14593,34271,1),
(14593,38347,1),
(14593,38352,1),
(14593,38357,1),
(14593,38361,1),
(14593,38374,1),
(14593,38457,1),
(14593,38714,1),
(14593,38764,1),
(14593,38809,1),
(14593,50552,1),
(14605,14604,1),
(14605,15202,1),
(14605,15760,1),
(14605,17173,1),
(14605,19934,1),
(14605,19942,1),
(14605,28291,1),
(14605,28293,1),
(14605,28872,1),
(14605,38458,1),
(14605,38810,1),
(14605,50557,1),
(14606,14604,1),
(14606,15202,1),
(14606,15760,1),
(14606,17173,1),
(14606,19934,1),
(14606,19942,1),
(14606,28291,1),
(14606,28293,1),
(14606,28872,1),
(14606,38458,1),
(14606,38810,1),
(14606,50557,1),
(14622,14621,1),
(14622,15200,1),
(14622,15762,1),
(14622,17182,1),
(14622,17186,1),
(14622,28279,1),
(14622,28281,1),
(14622,38463,1),
(14622,50582,1),
(14667,14666,1),
(14667,15249,1),
(14667,15791,1),
(14667,17051,1),
(14667,21144,1),
(14667,23750,1),
(14667,28839,1),
(14667,38501,1),
(14667,50231,1),
(14696,14695,1),
(14696,14699,1),
(14696,15263,1),
(14696,15784,1),
(14696,17013,1),
(14696,17016,1),
(14696,23744,1),
(14696,28829,1),
(14696,38499,1),
(14696,50219,1),
(14798,14797,1),
(14798,14900,1),
(14798,15018,1),
(14798,15148,1),
(14798,15513,1),
(14798,16153,1),
(14798,16157,1),
(14798,21040,1),
(14798,21445,1),
(14798,23885,1),
(14798,23898,1),
(14798,23901,1),
(14798,25646,1),
(14798,25683,1),
(14798,34279,1),
(14798,38795,1),
(14865,14864,1),
(14865,14867,1),
(14899,14898,1),
(14899,15042,1),
(14899,15105,1),
(14899,15881,1),
(14899,17383,1),
(14899,19754,1),
(14899,23796,1),
(14899,28918,1),
(14905,14904,1),
(14905,15054,1),
(14905,15125,1),
(14905,15515,1),
(14905,16171,1),
(14905,16174,1),
(14905,21046,1),
(14905,21449,1),
(14905,23945,1),
(14905,36268,1),
(14918,14917,1),
(14918,15174,1),
(14918,15874,1),
(14918,17305,1),
(14918,19662,1),
(14918,23784,1),
(14918,28889,1),
(14918,38519,1),
(14918,50653,1),
(14924,14923,1),
(14924,15304,1),
(14924,15809,1),
(14924,15811,1),
(14924,16924,1),
(14924,21112,1),
(14924,21779,1),
(14924,23803,1),
(14924,28777,1),
(14924,28812,1),
(14924,38766,1),
(14924,50665,1),
(14931,14930,1),
(14941,14940,1),
(14941,14955,1),
(14941,14957,1),
(14941,14986,1),
(14941,15310,1),
(14941,15432,1),
(14941,15437,1),
(14941,15929,1),
(14941,15933,1),
(14941,16116,1),
(14941,16938,1),
(14941,17390,1),
(14941,19164,1),
(14941,20831,1),
(14941,20847,1),
(14941,21325,1),
(14941,23846,1),
(14941,24802,1),
(14941,28343,1),
(14941,38475,1),
(14941,38779,1),
(14941,40369,1),
(14941,40501,1),
(14941,50276,1),
(15771,15770,1),
(15771,15772,1),
(15771,16064,1),
(15771,16069,1),
(15771,20985,1),
(15771,21379,1),
(15771,23870,1),
(15771,28870,1),
(15771,34275,1),
(15771,38789,1),
(15771,40405,1),
(15771,40413,1),
(15771,40416,1),
(15771,40421,1),
(15771,40425,1),
(15771,40431,1),
(15771,40446,1),
(15771,50322,1),
(16972,16971,1),
(16972,21751,1),
(16972,21824,1),
(16972,23809,1),
(16972,38768,1),
(16972,50456,1),
(16975,16974,1),
(16975,16977,1),
(16975,19804,1),
(16975,24451,1),
(16975,28307,1),
(16975,28309,1),
(16975,36242,1),
(16975,36245,1),
(16975,38452,1),
(16975,38801,1),
(16975,50531,1),
(17031,17030,1),
(17031,21142,1),
(17031,23747,1),
(17031,28833,1),
(17031,34246,1),
(17031,43182,1),
(17031,50225,1),
(17054,1437,1),
(17056,17055,1),
(17056,17057,1),
(17056,23753,1),
(17056,34776,1),
(17056,38500,1),
(17056,50239,1),
(17064,2712,1),
(17067,17066,1),
(17067,17070,1),
(17067,19880,1),
(17067,28263,1),
(17067,28265,1),
(17067,28843,1),
(17067,38456,1),
(17067,38718,1),
(17067,38808,1),
(17067,50547,1),
(17139,17138,1),
(17139,19900,1),
(17139,21138,1),
(17139,22330,1),
(17139,23698,1),
(17139,27451,1),
(17139,28267,1),
(17139,28269,1),
(17139,38462,1),
(17139,50577,1),
(17162,17161,1),
(17162,19619,1),
(17162,28868,1),
(17162,38517,1),
(17162,38758,1),
(17162,50620,1),
(17167,17166,1),
(17167,23831,1),
(17167,38774,1),
(17167,50677,1),
(17174,17173,1),
(17174,19934,1),
(17174,19942,1),
(17174,28291,1),
(17174,28293,1),
(17174,28872,1),
(17174,38458,1),
(17174,38810,1),
(17174,50557,1),
(17180,1401,1),
(17183,17182,1),
(17183,17186,1),
(17183,28279,1),
(17183,28281,1),
(17183,38463,1),
(17183,50582,1),
(17196,17195,1),
(17196,21150,1),
(17196,28876,1),
(17196,38505,1),
(17196,50259,1),
(17346,17345,1),
(17346,17350,1),
(17346,17353,1),
(17346,23768,1),
(17346,28909,1),
(17346,38507,1),
(17346,50182,1),
(19143,19142,1),
(19157,19156,1),
(19157,19555,1),
(19157,28805,1),
(19157,28922,1),
(19157,28930,1),
(19157,33881,1),
(19157,34248,1),
(19157,34265,1),
(19157,38474,1),
(19157,38510,1),
(19157,50594,1),
(19172,1269,1),
(19178,19177,1),
(19178,19461,1),
(19178,25620,1),
(19178,28823,1),
(19178,34278,1),
(19178,43185,1),
(19178,50599,1),
(19475,1277,1),
(19481,19480,1),
(19499,1283,1),
(19505,19504,1),
(19505,23695,1),
(19505,28841,1),
(19505,31428,1),
(19505,34256,1),
(19505,38514,1),
(19505,50604,1),
(19522,1289,1),
(19528,19527,1),
(19528,28851,1),
(19528,43188,1),
(19528,50609,1),
(19538,19537,1),
(19538,28827,1),
(19538,50648,1),
(19545,19544,1),
(19545,21137,1),
(19545,23777,1),
(19545,28815,1),
(19545,38513,1),
(19545,50143,1),
(19545,50154,1),
(19565,1297,1),
(19571,19570,1),
(19571,28783,1),
(19571,28799,1),
(19571,28801,1),
(19571,28854,1),
(19571,34266,1),
(19571,38515,1),
(19571,40541,1),
(19571,40551,1),
(19571,50165,1),
(19595,1303,1),
(19601,19600,1),
(19601,23780,1),
(19601,28857,1),
(19601,34250,1),
(19601,34267,1),
(19601,38516,1),
(19601,50615,1),
(19614,1309,1),
(19620,19619,1),
(19620,28868,1),
(19620,38517,1),
(19620,38758,1),
(19620,50620,1),
(19633,1315,1),
(19639,19638,1),
(19639,21312,1),
(19639,21314,1),
(19639,28762,1),
(19639,28885,1),
(19639,34257,1),
(19639,38518,1),
(19639,50625,1),
(19657,1323,1),
(19663,19662,1),
(19663,23784,1),
(19663,28889,1),
(19663,38519,1),
(19663,50653,1),
(19675,1329,1),
(19681,19680,1),
(19681,23789,1),
(19681,33900,1),
(19681,50630,1),
(19698,1337,1),
(19704,19703,1),
(19704,23793,1),
(19704,28900,1),
(19704,38520,1),
(19704,50171,1),
(19724,1343,1),
(19730,19729,1),
(19730,28906,1),
(19730,34268,1),
(19730,36227,1),
(19730,38521,1),
(19730,50635,1),
(19749,1349,1),
(19755,19754,1),
(19755,23796,1),
(19755,28918,1),
(19755,31412,1),
(19755,38522,1),
(19755,50640,1),
(19776,2720,1),
(19782,19781,1),
(19782,23692,1),
(19782,28259,1),
(19782,28261,1),
(19782,28821,1),
(19782,38451,1),
(19782,38798,1),
(19782,50526,1),
(19805,19804,1),
(19805,24451,1),
(19805,28307,1),
(19805,28309,1),
(19805,36242,1),
(19805,36245,1),
(19805,38452,1),
(19805,38801,1),
(19805,50531,1),
(19818,1413,1),
(19824,19823,1),
(19824,21316,1),
(19824,28271,1),
(19824,28273,1),
(19824,28831,1),
(19824,38293,1),
(19824,38464,1),
(19824,38804,1),
(19824,50588,1),
(19840,1359,1),
(19846,19845,1),
(19846,28303,1),
(19846,28305,1),
(19846,28339,1),
(19846,28835,1),
(19846,34269,1),
(19846,38454,1),
(19846,50536,1),
(19858,1365,1),
(19864,19863,1),
(19864,28299,1),
(19864,28301,1),
(19864,28837,1),
(19864,38455,1),
(19864,38807,1),
(19864,50541,1),
(19875,2712,1),
(19881,19880,1),
(19881,28263,1),
(19881,28265,1),
(19881,28843,1),
(19881,38456,1),
(19881,38718,1),
(19881,38808,1),
(19881,50547,1),
(19895,1395,1),
(19901,19900,1),
(19901,21138,1),
(19901,22330,1),
(19901,23698,1),
(19901,27451,1),
(19901,28267,1),
(19901,28269,1),
(19901,38462,1),
(19901,50577,1),
(19914,1371,1),
(19920,19919,1),
(19920,28295,1),
(19920,28297,1),
(19920,28860,1),
(19920,34271,1),
(19920,38347,1),
(19920,38352,1),
(19920,38357,1),
(19920,38361,1),
(19920,38374,1),
(19920,38457,1),
(19920,38714,1),
(19920,38764,1),
(19920,38809,1),
(19920,50552,1),
(19930,1377,1),
(19935,19934,1),
(19935,19942,1),
(19935,28291,1),
(19935,28293,1),
(19935,28872,1),
(19935,38458,1),
(19935,38810,1),
(19935,50557,1),
(19950,1383,1),
(19956,19955,1),
(19956,28287,1),
(19956,28289,1),
(19956,28887,1),
(19956,38459,1),
(19956,38813,1),
(19956,50562,1),
(20841,20840,1),
(20841,20924,1),
(20841,21327,1),
(20841,21341,1),
(20841,22385,1),
(20841,23932,1),
(20841,23934,1),
(20841,23937,1),
(20841,28814,1),
(20841,32947,1),
(20841,32948,1),
(20841,32987,1),
(20841,32990,1),
(20841,32992,1),
(20841,32993,1),
(20841,38780,1),
(20841,40508,1),
(20841,50281,1),
(20920,20919,1),
(20920,20962,1),
(20920,21367,1),
(20920,23861,1),
(20920,28757,1),
(20920,38786,1),
(20920,50306,1),
(20938,20937,1),
(20938,21362,1),
(20938,23855,1),
(20938,28819,1),
(20938,34261,1),
(20938,38784,1),
(20938,40376,1),
(20938,50296,1),
(20949,969,1),
(20955,20954,1),
(20955,21365,1),
(20955,23858,1),
(20955,28825,1),
(20955,38785,1),
(20955,50301,1),
(20968,981,1),
(20972,20976,1),
(20972,21369,1),
(20972,23864,1),
(20972,28856,1),
(20972,38787,1),
(20972,39213,1),
(20972,50311,1),
(20986,20985,1),
(20986,21379,1),
(20986,23870,1),
(20986,28870,1),
(20986,34275,1),
(20986,38789,1),
(20986,40405,1),
(20986,40413,1),
(20986,40416,1),
(20986,40421,1),
(20986,40425,1),
(20986,40431,1),
(20986,40446,1),
(20986,50322,1),
(21003,21002,1),
(21003,21417,1),
(21003,23876,1),
(21003,28883,1),
(21003,38792,1),
(21003,40462,1),
(21003,50332,1),
(21024,21023,1),
(21024,21422,1),
(21024,23879,1),
(21024,28890,1),
(21024,34210,1),
(21024,34215,1),
(21024,38793,1),
(21024,50338,1),
(21036,1023,1),
(21041,21040,1),
(21041,21445,1),
(21041,23885,1),
(21041,23898,1),
(21041,23901,1),
(21041,25646,1),
(21041,25683,1),
(21041,34279,1),
(21041,38795,1),
(21041,40495,1),
(21041,50351,1),
(21054,21053,1),
(21054,21468,1),
(21054,23891,1),
(21054,38300,1),
(21054,38797,1),
(21054,40473,1),
(21054,50363,1),
(21062,21061,1),
(21069,1059,1),
(21072,21071,1),
(21072,21508,1),
(21072,23708,1),
(21072,34253,1),
(21072,34758,1),
(21072,38478,1),
(21072,50379,1),
(21072,50381,1),
(21078,21077,1),
(21082,21081,1),
(21086,21085,1),
(21090,21089,1),
(21094,21093,1),
(21097,21096,1),
(21102,21101,1),
(21108,21107,1),
(21113,21112,1),
(21117,21116,1),
(21121,21120,1),
(21121,23828,1),
(21121,31404,1),
(21121,38304,1),
(21121,38773,1),
(21121,50493,1),
(21125,21124,1),
(21125,23840,1),
(21125,25622,1),
(21125,38777,1),
(21125,47374,1),
(21125,50509,1),
(21130,21129,1),
(21130,47377,1),
(21130,50515,1),
(21135,21134,1),
(21135,23843,1),
(21135,28913,1),
(21135,34255,1),
(21135,38299,1),
(21135,38778,1),
(21135,40536,1),
(21135,40848,1),
(21135,43159,1),
(21135,43161,1),
(21135,50520,1),
(21336,21335,1),
(21336,23849,1),
(21336,38781,1),
(21336,40489,1),
(21336,50286,1),
(21349,957,1),
(21355,21354,1),
(21355,23852,1),
(21355,34243,1),
(21355,38277,1),
(21355,38295,1),
(21355,38783,1),
(21355,40385,1),
(21355,40438,1),
(21355,40450,1),
(21355,50291,1),
(21376,21375,1),
(21376,23867,1),
(21376,28866,1),
(21376,38788,1),
(21376,50317,1),
(21404,999,1),
(21410,21409,1),
(21410,23873,1),
(21410,28768,1),
(21410,28770,1),
(21410,28775,1),
(21410,34245,1),
(21410,38790,1),
(21410,40456,1),
(21410,50327,1),
(21432,1017,1),
(21438,21437,1),
(21438,23882,1),
(21438,28898,1),
(21438,34276,1),
(21438,38794,1),
(21438,50345,1),
(21457,1035,1),
(21462,21461,1),
(21462,23888,1),
(21462,28911,1),
(21462,38796,1),
(21462,40468,1),
(21462,50356,1),
(21492,1051,1),
(21497,21496,1),
(21497,23705,1),
(21497,28755,1),
(21497,36267,1),
(21497,38477,1),
(21497,40279,1),
(21497,40281,1),
(21497,50374,1),
(21497,54156,1),
(21521,21520,1),
(21521,23711,1),
(21521,38326,1),
(21521,38372,1),
(21521,38479,1),
(21521,50385,1),
(21531,1073,1),
(21537,21536,1),
(21537,23714,1),
(21537,38480,1),
(21537,40485,1),
(21537,50390,1),
(21549,1079,1),
(21555,21554,1),
(21555,34263,1),
(21555,38321,1),
(21555,38481,1),
(21555,47389,1),
(21555,50395,1),
(21571,1085,1),
(21577,21576,1),
(21577,23717,1),
(21577,38482,1),
(21577,50400,1),
(21592,21591,1),
(21592,33929,1),
(21592,34254,1),
(21592,36160,1),
(21592,36229,1),
(21592,38279,1),
(21592,38296,1),
(21592,38483,1),
(21592,38485,1),
(21592,50405,1),
(21605,21604,1),
(21605,23720,1),
(21605,38487,1),
(21605,50410,1),
(21639,1103,1),
(21644,21643,1),
(21644,23723,1),
(21644,38488,1),
(21644,50415,1),
(21662,21661,1),
(21662,21668,1),
(21662,23726,1),
(21662,25617,1),
(21662,28787,1),
(21662,38490,1),
(21662,38745,1),
(21662,38746,1),
(21662,38749,1),
(21662,40346,1),
(21662,40357,1),
(21662,44483,1),
(21662,50420,1),
(21675,1117,1),
(21680,21679,1),
(21680,23732,1),
(21680,38305,1),
(21680,38492,1),
(21680,50425,1),
(21699,21698,1),
(21699,23735,1),
(21699,36233,1),
(21699,36237,1),
(21699,38493,1),
(21699,50430,1),
(21709,1129,1),
(21714,21713,1),
(21714,23738,1),
(21714,28916,1),
(21714,34343,1),
(21714,38494,1),
(21714,47368,1),
(21714,50436,1),
(21725,1135,1),
(21730,21729,1),
(21730,23904,1),
(21730,38495,1),
(21730,38498,1),
(21730,38523,1),
(21730,40478,1),
(21730,50442,1),
(21741,1143,1),
(21745,21744,1),
(21745,23741,1),
(21745,38497,1),
(21745,50451,1),
(21759,1165,1),
(21765,21764,1),
(21765,28753,1),
(21765,28773,1),
(21765,28808,1),
(21765,34277,1),
(21765,38765,1),
(21765,40515,1),
(21765,47405,1),
(21765,50461,1),
(21780,21779,1),
(21780,23803,1),
(21780,28777,1),
(21780,28812,1),
(21780,38766,1),
(21780,50665,1),
(21792,1177,1),
(21796,21795,1),
(21796,23806,1),
(21796,28817,1),
(21796,38767,1),
(21796,50467,1),
(21808,1185,1),
(21814,21813,1),
(21814,21848,1),
(21814,23812,1),
(21814,50472,1),
(21835,1191,1),
(21841,21840,1),
(21841,23817,1),
(21841,38769,1),
(21841,50477,1),
(21841,50484,1),
(21859,21858,1),
(21859,23820,1),
(21859,28845,1),
(21859,34249,1),
(21859,38770,1),
(21859,50482,1),
(28931,28930,1),
(28931,33881,1),
(28931,34248,1),
(28931,34265,1),
(28931,38474,1),
(28931,38510,1),
(28931,50594,1),
(31405,31404,1),
(31405,38304,1),
(31405,38773,1),
(31405,50493,1),
(31411,1349,1),
(31413,31412,1),
(31413,38522,1),
(31413,50640,1),
(34759,34758,1),
(34759,38478,1),
(34759,50379,1),
(34759,50381,1),
(36161,36160,1),
(36161,36229,1),
(36161,38279,1),
(36161,38296,1),
(36161,38483,1),
(36161,38485,1),
(36161,50405,1),
(36232,1123,1),
(36234,36233,1),
(36238,36237,1),
(36238,38493,1),
(36238,50430,1),
(36241,1353,1),
(36243,36242,1),
(38318,38317,1),
(38318,38476,1),
(38322,38321,1),
(38322,38481,1),
(40280,40279,1),
(40280,40281,1),
(40280,50374,1),
(40280,54156,1),
(40347,40346,1),
(40347,40357,1),
(40347,44483,1),
(40347,50420,1),
(40358,40357,1),
(40358,44483,1),
(40358,50420,1),
(40377,40376,1),
(40377,50296,1),
(40384,957,1),
(40386,40385,1),
(40406,40405,1),
(40414,40413,1),
(40414,40416,1),
(40420,995,1),
(40422,40421,1),
(40426,40425,1),
(40432,40431,1),
(40439,40438,1),
(40447,40446,1),
(40447,50322,1),
(40451,40450,1),
(40451,50291,1),
(40457,40456,1),
(40457,50327,1),
(40463,40462,1),
(40463,50332,1),
(40469,40468,1),
(40469,50356,1),
(40474,40473,1),
(40474,50363,1),
(40479,40478,1),
(40479,50442,1),
(40486,40485,1),
(40486,50390,1),
(40490,40489,1),
(40490,50286,1),
(40496,40495,1),
(40496,50351,1),
(40502,40501,1),
(40502,50276,1),
(40509,40508,1),
(40509,50281,1),
(40516,40515,1),
(40516,47405,1),
(40516,50461,1),
(40540,1297,1),
(40542,40541,1),
(40550,1297,1),
(40552,40551,1),
(40552,50165,1),
(40924,40923,1),
(40924,50369,1),
(47390,47389,1),
(47390,50395,1),
(50172,50171,1),
(57,2,2),
(57,6507,2),
(132,2,2),
(132,6507,2),
(2224,7694,2),
(2224,7696,2),
(2224,7698,2),
(2224,8376,2),
(2224,8546,2),
(2224,8613,2),
(2224,8619,2),
(2224,8621,2),
(2224,8718,2),
(2224,9341,2),
(2224,9344,2),
(2224,9880,2),
(2224,10422,2),
(2224,10434,2),
(2224,10440,2),
(2224,10508,2),
(2224,11431,2),
(2224,11592,2),
(2224,11600,2),
(2224,11603,2),
(2224,11864,2),
(2224,11892,2),
(2224,12115,2),
(2224,12118,2),
(2224,12207,2),
(2224,14930,2),
(2224,14940,2),
(2224,14955,2),
(2224,14957,2),
(2224,14986,2),
(2224,15310,2),
(2224,15432,2),
(2224,15437,2),
(2224,15929,2),
(2224,15933,2),
(2224,16116,2),
(2224,16938,2),
(2224,17390,2),
(2224,19164,2),
(2224,20831,2),
(2224,20847,2),
(2224,21325,2),
(2224,23846,2),
(2224,24802,2),
(2224,28343,2),
(2224,38475,2),
(2224,38779,2),
(2224,40369,2),
(2224,40501,2),
(2224,50276,2),
(2786,554,2),
(2793,2,2),
(2793,6507,2),
(2813,554,2),
(2826,2,2),
(2826,6507,2),
(2833,7694,2),
(2833,7696,2),
(2833,7698,2),
(2833,8376,2),
(2833,8546,2),
(2833,8613,2),
(2833,8619,2),
(2833,8621,2),
(2833,8718,2),
(2833,9341,2),
(2833,9344,2),
(2833,9880,2),
(2833,10422,2),
(2833,10434,2),
(2833,10440,2),
(2833,10508,2),
(2833,11431,2),
(2833,11592,2),
(2833,11600,2),
(2833,11603,2),
(2833,11864,2),
(2833,11892,2),
(2833,12115,2),
(2833,12118,2),
(2833,12207,2),
(2833,14930,2),
(2833,14940,2),
(2833,14955,2),
(2833,14957,2),
(2833,14986,2),
(2833,15310,2),
(2833,15432,2),
(2833,15437,2),
(2833,15929,2),
(2833,15933,2),
(2833,16116,2),
(2833,16938,2),
(2833,17390,2),
(2833,19164,2),
(2833,20831,2),
(2833,20847,2),
(2833,21325,2),
(2833,23846,2),
(2833,24802,2),
(2833,28343,2),
(2833,38475,2),
(2833,38779,2),
(2833,40369,2),
(2833,40501,2),
(2833,50276,2),
(2956,7694,2),
(2956,7696,2),
(2956,7698,2),
(2956,8376,2),
(2956,8546,2),
(2956,8613,2),
(2956,8619,2),
(2956,8621,2),
(2956,8718,2),
(2956,9341,2),
(2956,9344,2),
(2956,9880,2),
(2956,10422,2),
(2984,945,2),
(2990,9882,2),
(2990,10450,2),
(2990,10511,2),
(2990,10519,2),
(2990,11526,2),
(2990,11612,2),
(2990,11744,2),
(2990,11904,2),
(2990,12126,2),
(2990,12211,2),
(2990,14911,2),
(2990,14929,2),
(2990,14944,2),
(2990,14959,2),
(2990,14961,2),
(2990,14988,2),
(2990,15074,2),
(2990,15076,2),
(2990,15078,2),
(2990,15086,2),
(2990,15088,2),
(2990,15096,2),
(2990,15101,2),
(2990,15111,2),
(2990,15113,2),
(2990,15135,2),
(2990,15302,2),
(2990,15399,2),
(2990,15439,2),
(2990,15943,2),
(2990,15946,2),
(2990,15948,2),
(2990,20840,2),
(2990,20924,2),
(2990,21327,2),
(2990,21341,2),
(2990,22385,2),
(2990,23932,2),
(2990,23934,2),
(2990,23937,2),
(2990,28814,2),
(2990,32947,2),
(2990,32948,2),
(2990,32987,2),
(2990,32990,2),
(2990,32992,2),
(2990,32993,2),
(2990,38780,2),
(2990,40508,2),
(2990,50281,2),
(3000,945,2),
(3003,9882,2),
(3003,10450,2),
(3003,10511,2),
(3003,10519,2),
(3003,11526,2),
(3003,11612,2),
(3003,11744,2),
(3003,11904,2),
(3003,12126,2),
(3003,12211,2),
(3003,14911,2),
(3003,14929,2),
(3003,14944,2),
(3003,14959,2),
(3003,14961,2),
(3003,14988,2),
(3003,15074,2),
(3003,15076,2),
(3003,15078,2),
(3003,15086,2),
(3003,15088,2),
(3003,15096,2),
(3003,15101,2),
(3003,15111,2),
(3003,15113,2),
(3003,15135,2),
(3003,15302,2),
(3003,15399,2),
(3003,15439,2),
(3003,15943,2),
(3003,15946,2),
(3003,15948,2),
(3037,957,2),
(3043,3041,2),
(3043,3051,2),
(3043,3055,2),
(3043,3218,2),
(3043,4925,2),
(3043,5335,2),
(3043,5746,2),
(3043,6921,2),
(3043,6984,2),
(3043,7256,2),
(3043,7418,2),
(3043,7420,2),
(3043,7653,2),
(3043,7708,2),
(3043,7710,2),
(3043,7712,2),
(3043,7714,2),
(3043,7716,2),
(3043,7718,2),
(3043,7720,2),
(3043,7723,2),
(3043,7725,2),
(3043,7727,2),
(3043,7736,2),
(3043,8725,2),
(3043,9350,2),
(3043,9887,2),
(3043,10514,2),
(3043,11617,2),
(3043,11620,2),
(3043,12129,2),
(3043,12215,2),
(3043,14964,2),
(3043,14966,2),
(3043,14990,2),
(3043,15292,2),
(3043,15478,2),
(3043,15480,2),
(3043,15962,2),
(3043,15966,2),
(3043,21354,2),
(3043,23852,2),
(3043,34243,2),
(3043,38277,2),
(3043,38295,2),
(3043,38783,2),
(3043,40385,2),
(3043,40438,2),
(3043,40450,2),
(3043,50291,2),
(3067,963,2),
(3073,7756,2),
(3073,7767,2),
(3073,7769,2),
(3073,7773,2),
(3073,7775,2),
(3073,7776,2),
(3073,8465,2),
(3073,8543,2),
(3073,8558,2),
(3073,9352,2),
(3073,9568,2),
(3073,9582,2),
(3073,9584,2),
(3073,9586,2),
(3073,9889,2),
(3073,10524,2),
(3073,11623,2),
(3073,11627,2),
(3073,11713,2),
(3073,11740,2),
(3073,11756,2),
(3073,11758,2),
(3073,11779,2),
(3073,11795,2),
(3073,11804,2),
(3073,11811,2),
(3073,11820,2),
(3073,11827,2),
(3073,11851,2),
(3073,11882,2),
(3073,11885,2),
(3073,11889,2),
(3073,12217,2),
(3073,14968,2),
(3073,14992,2),
(3073,15290,2),
(3073,15362,2),
(3073,15482,2),
(3073,15484,2),
(3073,15985,2),
(3073,15988,2),
(3073,15993,2),
(3073,20937,2),
(3073,21362,2),
(3073,23855,2),
(3073,28819,2),
(3073,34261,2),
(3073,38784,2),
(3073,40376,2),
(3073,50296,2),
(3103,969,2),
(3109,3107,2),
(3109,3114,2),
(3109,3118,2),
(3109,5369,2),
(3109,5775,2),
(3109,6077,2),
(3109,6988,2),
(3109,6993,2),
(3109,6996,2),
(3109,7008,2),
(3109,7254,2),
(3109,7427,2),
(3109,7429,2),
(3109,7659,2),
(3109,7786,2),
(3109,7788,2),
(3109,7790,2),
(3109,8383,2),
(3109,9355,2),
(3109,9357,2),
(3109,9891,2),
(3109,10527,2),
(3109,11634,2),
(3109,11932,2),
(3109,12138,2),
(3109,12219,2),
(3109,14948,2),
(3109,14971,2),
(3109,14994,2),
(3109,15270,2),
(3109,15486,2),
(3109,15488,2),
(3109,15999,2),
(3109,16004,2),
(3109,16008,2),
(3109,20954,2),
(3109,21365,2),
(3109,23858,2),
(3109,28825,2),
(3109,38785,2),
(3109,50301,2),
(3139,975,2),
(3144,975,2),
(3148,3146,2),
(3148,5409,2),
(3148,5799,2),
(3148,6122,2),
(3148,7025,2),
(3148,7253,2),
(3148,7431,2),
(3148,7433,2),
(3148,7662,2),
(3148,7792,2),
(3148,7834,2),
(3148,7836,2),
(3148,8385,2),
(3148,8387,2),
(3148,9359,2),
(3148,9362,2),
(3148,9893,2),
(3148,9895,2),
(3148,10350,2),
(3148,10530,2),
(3148,11641,2),
(3148,11650,2),
(3148,11653,2),
(3148,11947,2),
(3148,12143,2),
(3148,12221,2),
(3148,14976,2),
(3148,14978,2),
(3148,14980,2),
(3148,14995,2),
(3148,15031,2),
(3148,15253,2),
(3148,15490,2),
(3148,15492,2),
(3148,16022,2),
(3148,16027,2),
(3148,16031,2),
(3148,20919,2),
(3148,20962,2),
(3148,21367,2),
(3148,23861,2),
(3148,28757,2),
(3148,38786,2),
(3148,50306,2),
(3153,3146,2),
(3153,5409,2),
(3153,5799,2),
(3153,6122,2),
(3153,7025,2),
(3153,7253,2),
(3153,7431,2),
(3153,7433,2),
(3153,7662,2),
(3153,7792,2),
(3153,7834,2),
(3153,7836,2),
(3153,8385,2),
(3153,8387,2),
(3153,9359,2),
(3153,9362,2),
(3153,9893,2),
(3153,9895,2),
(3153,10350,2),
(3153,10530,2),
(3153,11641,2),
(3153,11650,2),
(3153,11653,2),
(3153,11947,2),
(3153,12143,2),
(3153,12221,2),
(3153,14976,2),
(3153,14978,2),
(3153,14980,2),
(3153,14995,2),
(3153,15031,2),
(3153,15253,2),
(3153,15490,2),
(3153,15492,2),
(3153,16022,2),
(3153,16027,2),
(3153,16031,2),
(3167,981,2),
(3173,3171,2),
(3173,3183,2),
(3173,3188,2),
(3173,5458,2),
(3173,5859,2),
(3173,6180,2),
(3173,7252,2),
(3173,7308,2),
(3173,7435,2),
(3173,7665,2),
(3173,7843,2),
(3173,7845,2),
(3173,8715,2),
(3173,9364,2),
(3173,9897,2),
(3173,10533,2),
(3173,11657,2),
(3173,11664,2),
(3173,11667,2),
(3173,11965,2),
(3173,12150,2),
(3173,12223,2),
(3173,14933,2),
(3173,14984,2),
(3173,14997,2),
(3173,15230,2),
(3173,15401,2),
(3173,15494,2),
(3173,15496,2),
(3173,16040,2),
(3173,16043,2),
(3173,20971,2),
(3173,20976,2),
(3173,21369,2),
(3173,23864,2),
(3173,28856,2),
(3173,38787,2),
(3173,39213,2),
(3173,50311,2),
(3182,981,2),
(3184,20976,2),
(3184,21369,2),
(3184,23864,2),
(3184,28856,2),
(3184,38787,2),
(3184,39213,2),
(3184,50311,2),
(3256,951,2),
(3261,951,2),
(3266,3264,2),
(3266,3275,2),
(3266,3757,2),
(3266,4855,2),
(3266,5320,2),
(3266,5682,2),
(3266,6463,2),
(3266,6467,2),
(3266,6953,2),
(3266,7165,2),
(3266,7257,2),
(3266,7287,2),
(3266,7395,2),
(3266,7397,2),
(3266,7399,2),
(3266,7650,2),
(3266,8379,2),
(3266,8381,2),
(3266,8627,2),
(3271,3264,2),
(3271,3275,2),
(3271,3757,2),
(3271,4855,2),
(3271,5320,2),
(3271,5682,2),
(3271,6463,2),
(3271,6467,2),
(3271,6953,2),
(3271,7165,2),
(3271,7257,2),
(3271,7287,2),
(3271,7395,2),
(3271,7397,2),
(3271,7399,2),
(3271,7650,2),
(3271,8379,2),
(3271,8381,2),
(3271,8627,2),
(3271,8637,2),
(3293,2880,2),
(3293,11405,2),
(3298,3296,2),
(3298,3304,2),
(3298,3309,2),
(3298,3320,2),
(3298,3759,2),
(3298,5739,2),
(3298,6457,2),
(3298,7166,2),
(3298,9497,2),
(3298,9499,2),
(3298,11005,2),
(3298,12055,2),
(3317,2880,2),
(3317,11405,2),
(3322,3320,2),
(3322,3759,2),
(3322,5739,2),
(3322,6457,2),
(3322,7166,2),
(3322,9497,2),
(3322,9499,2),
(3322,11005,2),
(3322,12055,2),
(3336,1353,2),
(3341,1353,2),
(3346,3344,2),
(3346,3356,2),
(3346,3359,2),
(3346,3375,2),
(3346,3755,2),
(3346,5712,2),
(3346,6394,2),
(3346,7191,2),
(3346,7264,2),
(3346,7271,2),
(3346,7274,2),
(3346,7341,2),
(3346,7346,2),
(3346,7349,2),
(3346,7386,2),
(3346,7544,2),
(3346,8354,2),
(3346,8519,2),
(3346,8523,2),
(3346,8528,2),
(3346,8547,2),
(3346,8594,2),
(3346,8902,2),
(3346,9133,2),
(3346,9832,2),
(3346,11411,2),
(3346,11577,2),
(3346,11581,2),
(3346,11926,2),
(3346,12134,2),
(3346,12337,2),
(3346,14535,2),
(3346,14552,2),
(3346,15281,2),
(3346,15740,2),
(3346,16974,2),
(3346,16977,2),
(3346,19804,2),
(3346,24451,2),
(3346,28307,2),
(3346,28309,2),
(3346,36242,2),
(3346,36245,2),
(3346,38452,2),
(3346,38801,2),
(3346,50531,2),
(3351,3344,2),
(3351,3356,2),
(3351,3359,2),
(3351,3375,2),
(3351,3755,2),
(3351,5712,2),
(3351,6394,2),
(3351,7191,2),
(3351,7264,2),
(3351,7271,2),
(3351,7274,2),
(3351,7341,2),
(3351,7346,2),
(3351,7349,2),
(3351,7386,2),
(3351,7544,2),
(3351,8354,2),
(3351,8519,2),
(3351,8523,2),
(3351,8528,2),
(3351,8547,2),
(3351,8594,2),
(3351,8902,2),
(3351,9133,2),
(3351,9832,2),
(3351,11411,2),
(3351,11577,2),
(3351,11581,2),
(3351,11926,2),
(3351,12134,2),
(3351,12337,2),
(3351,14535,2),
(3351,14552,2),
(3351,15281,2),
(3351,15740,2),
(3351,16974,2),
(3351,16977,2),
(3386,989,2),
(3392,3390,2),
(3392,3397,2),
(3392,3407,2),
(3392,3413,2),
(3392,3419,2),
(3392,3423,2),
(3392,5496,2),
(3392,5883,2),
(3392,6221,2),
(3392,7251,2),
(3392,7436,2),
(3392,7668,2),
(3392,7848,2),
(3392,7854,2),
(3392,7856,2),
(3392,8389,2),
(3392,8391,2),
(3392,8393,2),
(3392,9365,2),
(3392,9899,2),
(3392,10536,2),
(3392,11669,2),
(3392,11975,2),
(3392,12156,2),
(3392,12225,2),
(3392,15000,2),
(3392,15215,2),
(3392,15498,2),
(3392,16050,2),
(3392,16053,2),
(3392,20978,2),
(3392,21375,2),
(3392,23867,2),
(3392,28866,2),
(3392,38788,2),
(3392,50317,2),
(3409,3407,2),
(3409,3413,2),
(3409,3419,2),
(3409,3423,2),
(3409,5496,2),
(3409,5883,2),
(3409,6221,2),
(3409,7251,2),
(3409,7436,2),
(3409,7668,2),
(3409,7848,2),
(3409,7854,2),
(3409,7856,2),
(3409,8389,2),
(3409,8391,2),
(3409,8393,2),
(3409,9365,2),
(3409,9899,2),
(3409,10536,2),
(3409,11669,2),
(3409,11975,2),
(3409,12156,2),
(3409,12225,2),
(3409,15000,2),
(3409,15215,2),
(3409,15498,2),
(3409,16050,2),
(3409,16053,2),
(3409,20978,2),
(3432,995,2),
(3438,3436,2),
(3438,3443,2),
(3438,3455,2),
(3438,3463,2),
(3438,3465,2),
(3438,5506,2),
(3438,6228,2),
(3438,7070,2),
(3438,7250,2),
(3438,7438,2),
(3438,7671,2),
(3438,7865,2),
(3438,7867,2),
(3438,9368,2),
(3438,9371,2),
(3438,9902,2),
(3438,10539,2),
(3438,10997,2),
(3438,11671,2),
(3438,11784,2),
(3438,11979,2),
(3438,12158,2),
(3438,12228,2),
(3438,15003,2),
(3438,15211,2),
(3438,15500,2),
(3438,15770,2),
(3438,15772,2),
(3438,16064,2),
(3438,16069,2),
(3438,20985,2),
(3438,21379,2),
(3438,23870,2),
(3438,28870,2),
(3438,34275,2),
(3438,38789,2),
(3438,40405,2),
(3438,40413,2),
(3438,40416,2),
(3438,40421,2),
(3438,40425,2),
(3438,40431,2),
(3438,40446,2),
(3438,50322,2),
(3452,995,2),
(3457,3455,2),
(3457,3463,2),
(3457,3465,2),
(3457,5506,2),
(3457,6228,2),
(3457,7070,2),
(3457,7250,2),
(3457,7438,2),
(3457,7671,2),
(3457,7865,2),
(3457,7867,2),
(3457,9368,2),
(3457,9371,2),
(3457,9902,2),
(3457,10539,2),
(3457,10997,2),
(3457,11671,2),
(3457,11784,2),
(3457,11979,2),
(3457,12158,2),
(3457,12228,2),
(3457,15003,2),
(3457,15211,2),
(3457,15500,2),
(3457,15770,2),
(3457,15772,2),
(3457,16064,2),
(3457,16069,2),
(3480,999,2),
(3486,3484,2),
(3486,3491,2),
(3486,4354,2),
(3486,5526,2),
(3486,5895,2),
(3486,6246,2),
(3486,7249,2),
(3486,7439,2),
(3486,7442,2),
(3486,7444,2),
(3486,7875,2),
(3486,7877,2),
(3486,7879,2),
(3486,8395,2),
(3486,8397,2),
(3486,9917,2),
(3486,10352,2),
(3486,10544,2),
(3486,11677,2),
(3486,11680,2),
(3486,11987,2),
(3486,12170,2),
(3486,12230,2),
(3486,15006,2),
(3486,15197,2),
(3486,15503,2),
(3486,16077,2),
(3486,16082,2),
(3486,16086,2),
(3486,20992,2),
(3486,21409,2),
(3486,23873,2),
(3486,28768,2),
(3486,28770,2),
(3486,28775,2),
(3486,34245,2),
(3486,38790,2),
(3486,40456,2),
(3486,50327,2),
(3508,1005,2),
(3514,3512,2),
(3514,3523,2),
(3514,3528,2),
(3514,5556,2),
(3514,6276,2),
(3514,7086,2),
(3514,7248,2),
(3514,7445,2),
(3514,7675,2),
(3514,7887,2),
(3514,7889,2),
(3514,8399,2),
(3514,9373,2),
(3514,9376,2),
(3514,9920,2),
(3514,10547,2),
(3514,11682,2),
(3514,11996,2),
(3514,12232,2),
(3514,15009,2),
(3514,15181,2),
(3514,15505,2),
(3514,15507,2),
(3514,16098,2),
(3514,16104,2),
(3514,16107,2),
(3514,21002,2),
(3514,21417,2),
(3514,23876,2),
(3514,28883,2),
(3514,38792,2),
(3514,40462,2),
(3514,50332,2),
(3537,1011,2),
(3543,3541,2),
(3543,3548,2),
(3543,3556,2),
(3543,3562,2),
(3543,5576,2),
(3543,5579,2),
(3543,5937,2),
(3543,6300,2),
(3543,7247,2),
(3543,7312,2),
(3543,7447,2),
(3543,7678,2),
(3543,7895,2),
(3543,7897,2),
(3543,7899,2),
(3543,7902,2),
(3543,7904,2),
(3543,7906,2),
(3543,8401,2),
(3543,8403,2),
(3543,8405,2),
(3543,8407,2),
(3543,9379,2),
(3543,9382,2),
(3543,9922,2),
(3543,10354,2),
(3543,10550,2),
(3543,11686,2),
(3543,11689,2),
(3543,12005,2),
(3543,12178,2),
(3543,12234,2),
(3543,15012,2),
(3543,15172,2),
(3543,15509,2),
(3543,16111,2),
(3543,16114,2),
(3543,16123,2),
(3543,16127,2),
(3543,21023,2),
(3543,21422,2),
(3543,23879,2),
(3543,28890,2),
(3543,34210,2),
(3543,34215,2),
(3543,38793,2),
(3543,50338,2),
(3554,1011,2),
(3558,3556,2),
(3558,3562,2),
(3558,5576,2),
(3558,5579,2),
(3558,5937,2),
(3558,6300,2),
(3558,7247,2),
(3558,7312,2),
(3558,7447,2),
(3558,7678,2),
(3558,7895,2),
(3558,7897,2),
(3558,7899,2),
(3558,7902,2),
(3558,7904,2),
(3558,7906,2),
(3558,8401,2),
(3558,8403,2),
(3558,8405,2),
(3558,8407,2),
(3558,9379,2),
(3558,9382,2),
(3558,9922,2),
(3558,10354,2),
(3558,10550,2),
(3558,11686,2),
(3558,11689,2),
(3558,12005,2),
(3558,12178,2),
(3558,12234,2),
(3558,15012,2),
(3558,15172,2),
(3558,15509,2),
(3558,16111,2),
(3558,16114,2),
(3558,16123,2),
(3558,16127,2),
(3573,1017,2),
(3579,3577,2),
(3579,3584,2),
(3579,3588,2),
(3579,3592,2),
(3579,5633,2),
(3579,6338,2),
(3579,6345,2),
(3579,7246,2),
(3579,7448,2),
(3579,7450,2),
(3579,7452,2),
(3579,7681,2),
(3579,7912,2),
(3579,7914,2),
(3579,7916,2),
(3579,7918,2),
(3579,9383,2),
(3579,9385,2),
(3579,9387,2),
(3579,9924,2),
(3579,10555,2),
(3579,11690,2),
(3579,12022,2),
(3579,12190,2),
(3579,12238,2),
(3579,15015,2),
(3579,15150,2),
(3579,15511,2),
(3579,16138,2),
(3579,16142,2),
(3579,21437,2),
(3579,23882,2),
(3579,28898,2),
(3579,34276,2),
(3579,38794,2),
(3579,50345,2),
(3603,1023,2),
(3609,5263,2),
(3609,5636,2),
(3609,5979,2),
(3609,6348,2),
(3609,7245,2),
(3609,7316,2),
(3609,7319,2),
(3609,7454,2),
(3609,7456,2),
(3609,7684,2),
(3609,7762,2),
(3609,7929,2),
(3609,7931,2),
(3609,7933,2),
(3609,7935,2),
(3609,8409,2),
(3609,8411,2),
(3609,9389,2),
(3609,9391,2),
(3609,9606,2),
(3609,9608,2),
(3609,9610,2),
(3609,9926,2),
(3609,10558,2),
(3609,10999,2),
(3609,11693,2),
(3609,11792,2),
(3609,11796,2),
(3609,11841,2),
(3609,12024,2),
(3609,12194,2),
(3609,12240,2),
(3609,14797,2),
(3609,14900,2),
(3609,15018,2),
(3609,15148,2),
(3609,15513,2),
(3609,16153,2),
(3609,16157,2),
(3609,21040,2),
(3609,21445,2),
(3609,23885,2),
(3609,23898,2),
(3609,23901,2),
(3609,25646,2),
(3632,1035,2),
(3638,3636,2),
(3638,3643,2),
(3638,3649,2),
(3638,3653,2),
(3638,5117,2),
(3638,5657,2),
(3638,6028,2),
(3638,6369,2),
(3638,7243,2),
(3638,7293,2),
(3638,7296,2),
(3638,7459,2),
(3638,7461,2),
(3638,7690,2),
(3638,7958,2),
(3638,7960,2),
(3638,8415,2),
(3638,8417,2),
(3638,9398,2),
(3638,9930,2),
(3638,10561,2),
(3638,11699,2),
(3638,12035,2),
(3638,12242,2),
(3638,14522,2),
(3638,15021,2),
(3638,15052,2),
(3638,15123,2),
(3638,15517,2),
(3638,16162,2),
(3638,16180,2),
(3638,16196,2),
(3638,16199,2),
(3638,16200,2),
(3638,21461,2),
(3638,23888,2),
(3638,28911,2),
(3638,38796,2),
(3638,40468,2),
(3638,50356,2),
(3663,1041,2),
(3669,3667,2),
(3669,3674,2),
(3669,3683,2),
(3669,5101,2),
(3669,5659,2),
(3669,6370,2),
(3669,7242,2),
(3669,7322,2),
(3669,7464,2),
(3669,7466,2),
(3669,7693,2),
(3669,7963,2),
(3669,8418,2),
(3669,9401,2),
(3669,9404,2),
(3669,9458,2),
(3669,9932,2),
(3669,10241,2),
(3669,10243,2),
(3669,10356,2),
(3669,10564,2),
(3669,11703,2),
(3669,11706,2),
(3669,12037,2),
(3669,12200,2),
(3669,12244,2),
(3669,14520,2),
(3669,15024,2),
(3669,15050,2),
(3669,15121,2),
(3669,15518,2),
(3669,16166,2),
(3669,16187,2),
(3669,20891,2),
(3669,21053,2),
(3669,21468,2),
(3669,23891,2),
(3669,38300,2),
(3669,38797,2),
(3669,40473,2),
(3669,50363,2),
(3681,1041,2),
(3685,3683,2),
(3685,5101,2),
(3685,5659,2),
(3685,6370,2),
(3685,7242,2),
(3685,7322,2),
(3685,7464,2),
(3685,7466,2),
(3685,7693,2),
(3685,7963,2),
(3685,8418,2),
(3685,9401,2),
(3685,9404,2),
(3685,9458,2),
(3685,9932,2),
(3685,10241,2),
(3685,10243,2),
(3685,10356,2),
(3685,10564,2),
(3685,11703,2),
(3685,11706,2),
(3685,12037,2),
(3685,12200,2),
(3685,12244,2),
(3685,14520,2),
(3685,15024,2),
(3685,15050,2),
(3685,15121,2),
(3685,15518,2),
(3685,16166,2),
(3685,16187,2),
(3685,20891,2),
(3700,1045,2),
(3706,3704,2),
(3706,3717,2),
(3706,4830,2),
(3706,4832,2),
(3706,5081,2),
(3706,5083,2),
(3706,5311,2),
(3706,6521,2),
(3706,6523,2),
(3706,6802,2),
(3706,6966,2),
(3706,6969,2),
(3706,7241,2),
(3706,7468,2),
(3706,7631,2),
(3706,7986,2),
(3706,7988,2),
(3706,7990,2),
(3706,7992,2),
(3706,7994,2),
(3706,7996,2),
(3706,7999,2),
(3706,8001,2),
(3706,8003,2),
(3706,8006,2),
(3706,8420,2),
(3706,8553,2),
(3706,9405,2),
(3706,9934,2),
(3706,10245,2),
(3706,11707,2),
(3706,11895,2),
(3706,11900,2),
(3706,12383,2),
(3706,15306,2),
(3706,15691,2),
(3706,16211,2),
(3706,16921,2),
(3706,21058,2),
(3706,21481,2),
(3706,23702,2),
(3706,28810,2),
(3706,34251,2),
(3706,38317,2),
(3706,38476,2),
(3706,40923,2),
(3706,50369,2),
(3731,1051,2),
(3737,3735,2),
(3737,3742,2),
(3737,3750,2),
(3737,5349,2),
(3737,6804,2),
(3737,6999,2),
(3737,7240,2),
(3737,7470,2),
(3737,8007,2),
(3737,8009,2),
(3737,8011,2),
(3737,8013,2),
(3737,8015,2),
(3737,8018,2),
(3737,8020,2),
(3737,8022,2),
(3737,8028,2),
(3737,8030,2),
(3737,8422,2),
(3737,8424,2),
(3737,9406,2),
(3737,9936,2),
(3737,9940,2),
(3737,10358,2),
(3737,11708,2),
(3737,11915,2),
(3737,11920,2),
(3737,12387,2),
(3737,15286,2),
(3737,15693,2),
(3737,16225,2),
(3737,16229,2),
(3737,21061,2),
(3737,21496,2),
(3737,23705,2),
(3737,28755,2),
(3737,36267,2),
(3737,38477,2),
(3737,40279,2),
(3737,40281,2),
(3737,50374,2),
(3737,54156,2),
(3749,1051,2),
(3770,1059,2),
(3776,3774,2),
(3776,3781,2),
(3776,3787,2),
(3776,3793,2),
(3776,3797,2),
(3776,5359,2),
(3776,5763,2),
(3776,6387,2),
(3776,6807,2),
(3776,6810,2),
(3776,7004,2),
(3776,7239,2),
(3776,7472,2),
(3776,8037,2),
(3776,8039,2),
(3776,8041,2),
(3776,8043,2),
(3776,8045,2),
(3776,8047,2),
(3776,8426,2),
(3776,8428,2),
(3776,8430,2),
(3776,8615,2),
(3776,8617,2),
(3776,9408,2),
(3776,9938,2),
(3776,11718,2),
(3776,11720,2),
(3776,11928,2),
(3776,12390,2),
(3776,15277,2),
(3776,15695,2),
(3776,16236,2),
(3776,16239,2),
(3776,21071,2),
(3776,21508,2),
(3776,23708,2),
(3776,34253,2),
(3776,34758,2),
(3776,38478,2),
(3776,50379,2),
(3776,50381,2),
(3785,1059,2),
(3788,21071,2),
(3789,3787,2),
(3789,3793,2),
(3789,3797,2),
(3789,5359,2),
(3789,5763,2),
(3789,6387,2),
(3789,6807,2),
(3789,6810,2),
(3789,7004,2),
(3789,7239,2),
(3789,7472,2),
(3789,8037,2),
(3789,8039,2),
(3789,8041,2),
(3789,8043,2),
(3789,8045,2),
(3789,8047,2),
(3789,8426,2),
(3789,8428,2),
(3789,8430,2),
(3789,8615,2),
(3789,8617,2),
(3789,9408,2),
(3789,9938,2),
(3789,11718,2),
(3789,11720,2),
(3789,11928,2),
(3789,12390,2),
(3789,15277,2),
(3789,15695,2),
(3789,16236,2),
(3789,16239,2),
(3815,1067,2),
(3822,3820,2),
(3822,3828,2),
(3822,3830,2),
(3822,5414,2),
(3822,5805,2),
(3822,6125,2),
(3822,7027,2),
(3822,7238,2),
(3822,7474,2),
(3822,8049,2),
(3822,8055,2),
(3822,8057,2),
(3822,9410,2),
(3822,9413,2),
(3822,9942,2),
(3822,11722,2),
(3822,11726,2),
(3822,11729,2),
(3822,11949,2),
(3822,12145,2),
(3822,12393,2),
(3822,15251,2),
(3822,15697,2),
(3822,16246,2),
(3822,16248,2),
(3822,21077,2),
(3822,21520,2),
(3822,23711,2),
(3822,38326,2),
(3822,38372,2),
(3822,38479,2),
(3822,50385,2),
(3841,1079,2),
(3847,3845,2),
(3847,3852,2),
(3847,3860,2),
(3847,5283,2),
(3847,5285,2),
(3847,5516,2),
(3847,6232,2),
(3847,6816,2),
(3847,7236,2),
(3847,7475,2),
(3847,8083,2),
(3847,8088,2),
(3847,8090,2),
(3847,8434,2),
(3847,9569,2),
(3847,9571,2),
(3847,9573,2),
(3847,9948,2),
(3847,10360,2),
(3847,11556,2),
(3847,11733,2),
(3847,11852,2),
(3847,11899,2),
(3847,12167,2),
(3847,12396,2),
(3847,15205,2),
(3847,15701,2),
(3847,15703,2),
(3847,15705,2),
(3847,16261,2),
(3847,16265,2),
(3847,21081,2),
(3847,21554,2),
(3847,34263,2),
(3847,38321,2),
(3847,38481,2),
(3847,47389,2),
(3847,50395,2),
(3875,1085,2),
(3882,3880,2),
(3882,3890,2),
(3882,3894,2),
(3882,5536,2),
(3882,5907,2),
(3882,6251,2),
(3882,6819,2),
(3882,7235,2),
(3882,7476,2),
(3882,7633,2),
(3882,8096,2),
(3882,8098,2),
(3882,8100,2),
(3882,8102,2),
(3882,8436,2),
(3882,9955,2),
(3882,11738,2),
(3882,11752,2),
(3882,11755,2),
(3882,11991,2),
(3882,12172,2),
(3882,12401,2),
(3882,15193,2),
(3882,15707,2),
(3882,15708,2),
(3882,16272,2),
(3882,16275,2),
(3882,21085,2),
(3882,21576,2),
(3882,23717,2),
(3882,38482,2),
(3882,50400,2),
(3903,1091,2),
(3909,3907,2),
(3909,3914,2),
(3909,3922,2),
(3909,5583,2),
(3909,5943,2),
(3909,6303,2),
(3909,6822,2),
(3909,7234,2),
(3909,7477,2),
(3909,8109,2),
(3909,8111,2),
(3909,8113,2),
(3909,8115,2),
(3909,9414,2),
(3909,9963,2),
(3909,11760,2),
(3909,12007,2),
(3909,12404,2),
(3909,15170,2),
(3909,15713,2),
(3909,16283,2),
(3909,16287,2),
(3909,21089,2),
(3909,21591,2),
(3909,33929,2),
(3909,34254,2),
(3909,36160,2),
(3909,36229,2),
(3909,38279,2),
(3909,38296,2),
(3909,38483,2),
(3909,38485,2),
(3909,50405,2),
(3936,1097,2),
(3942,3940,2),
(3942,3949,2),
(3942,3955,2),
(3942,5588,2),
(3942,6306,2),
(3942,6825,2),
(3942,7233,2),
(3942,7326,2),
(3942,7479,2),
(3942,7635,2),
(3942,8121,2),
(3942,8123,2),
(3942,8125,2),
(3942,8127,2),
(3942,8129,2),
(3942,9416,2),
(3942,9418,2),
(3942,9965,2),
(3942,11762,2),
(3942,12009,2),
(3942,12180,2),
(3942,12406,2),
(3942,15167,2),
(3942,15715,2),
(3942,16298,2),
(3942,16302,2),
(3942,21093,2),
(3942,21604,2),
(3942,23720,2),
(3942,38487,2),
(3942,50410,2),
(3966,1103,2),
(3972,3970,2),
(3972,3977,2),
(3972,3982,2),
(3972,5598,2),
(3972,6312,2),
(3972,7098,2),
(3972,7232,2),
(3972,7481,2),
(3972,7637,2),
(3972,8137,2),
(3972,8139,2),
(3972,8438,2),
(3972,8440,2),
(3972,9419,2),
(3972,9596,2),
(3972,9598,2),
(3972,9967,2),
(3972,11764,2),
(3972,11835,2),
(3972,12013,2),
(3972,12184,2),
(3972,12409,2),
(3972,15163,2),
(3972,15717,2),
(3972,16312,2),
(3972,17232,2),
(3972,21643,2),
(3972,23723,2),
(3972,38488,2),
(3972,50415,2),
(3993,1109,2),
(3999,3997,2),
(3999,4004,2),
(3999,4012,2),
(3999,5136,2),
(3999,5642,2),
(3999,6002,2),
(3999,6356,2),
(3999,7231,2),
(3999,7482,2),
(3999,8143,2),
(3999,8145,2),
(3999,8147,2),
(3999,8149,2),
(3999,8151,2),
(3999,8442,2),
(3999,9421,2),
(3999,9428,2),
(3999,9430,2),
(3999,9969,2),
(3999,11771,2),
(3999,11780,2),
(3999,12029,2),
(3999,12196,2),
(3999,12416,2),
(3999,15060,2),
(3999,15066,2),
(3999,15138,2),
(3999,15719,2),
(3999,17289,2),
(3999,17294,2),
(3999,21096,2),
(3999,21661,2),
(3999,21668,2),
(3999,23726,2),
(3999,25617,2),
(3999,28787,2),
(3999,38490,2),
(3999,38745,2),
(3999,38746,2),
(3999,38749,2),
(3999,40346,2),
(3999,40357,2),
(3999,44483,2),
(3999,50420,2),
(4027,1117,2),
(4032,4030,2),
(4032,4038,2),
(4032,4042,2),
(4032,5645,2),
(4032,6008,2),
(4032,6358,2),
(4032,7230,2),
(4032,7483,2),
(4032,8154,2),
(4032,8156,2),
(4032,8158,2),
(4032,8160,2),
(4032,8166,2),
(4032,8168,2),
(4032,8170,2),
(4032,8444,2),
(4032,9432,2),
(4032,9435,2),
(4032,9974,2),
(4032,11595,2),
(4032,11799,2),
(4032,12031,2),
(4032,12198,2),
(4032,12334,2),
(4032,12338,2),
(4032,12419,2),
(4032,15058,2),
(4032,15136,2),
(4032,15721,2),
(4032,17334,2),
(4032,17339,2),
(4032,17342,2),
(4032,21679,2),
(4032,23732,2),
(4032,38305,2),
(4032,38492,2),
(4032,50425,2),
(4054,1123,2),
(4060,4058,2),
(4060,4072,2),
(4060,4078,2),
(4060,4081,2),
(4060,5072,2),
(4060,5076,2),
(4060,5666,2),
(4060,6375,2),
(4060,6445,2),
(4060,6828,2),
(4060,7229,2),
(4060,7330,2),
(4060,7485,2),
(4060,8172,2),
(4060,8179,2),
(4060,8181,2),
(4060,8183,2),
(4060,8185,2),
(4060,8186,2),
(4060,8188,2),
(4060,8190,2),
(4060,8192,2),
(4060,8195,2),
(4060,8197,2),
(4060,8199,2),
(4060,8446,2),
(4060,9438,2),
(4060,9441,2),
(4060,9977,2),
(4060,10362,2),
(4060,12041,2),
(4060,12202,2),
(4060,12351,2),
(4060,12426,2),
(4060,15046,2),
(4060,15109,2),
(4060,15723,2),
(4060,17362,2),
(4060,17367,2),
(4060,20895,2),
(4060,21101,2),
(4060,21698,2),
(4060,23735,2),
(4060,36233,2),
(4060,36237,2),
(4060,38493,2),
(4060,50430,2),
(4071,1123,2),
(4074,4072,2),
(4074,4078,2),
(4074,4081,2),
(4074,5072,2),
(4074,5076,2),
(4074,5666,2),
(4074,6375,2),
(4074,6445,2),
(4074,6828,2),
(4074,7229,2),
(4074,7330,2),
(4074,7485,2),
(4074,8172,2),
(4074,8179,2),
(4074,8181,2),
(4074,8183,2),
(4074,8185,2),
(4074,8186,2),
(4074,8188,2),
(4074,8190,2),
(4074,8192,2),
(4074,8195,2),
(4074,8197,2),
(4074,8199,2),
(4074,8446,2),
(4074,9438,2),
(4074,9441,2),
(4074,9977,2),
(4074,10362,2),
(4074,12041,2),
(4074,12202,2),
(4074,12351,2),
(4074,12426,2),
(4074,15046,2),
(4074,15109,2),
(4074,15723,2),
(4074,17362,2),
(4074,17367,2),
(4074,20895,2),
(4090,1129,2),
(4096,4094,2),
(4096,4101,2),
(4096,4106,2),
(4096,5061,2),
(4096,5668,2),
(4096,6378,2),
(4096,6831,2),
(4096,7228,2),
(4096,7487,2),
(4096,7489,2),
(4096,7497,2),
(4096,7639,2),
(4096,8201,2),
(4096,8203,2),
(4096,8205,2),
(4096,8207,2),
(4096,8448,2),
(4096,9443,2),
(4096,9446,2),
(4096,9980,2),
(4096,12043,2),
(4096,12423,2),
(4096,12477,2),
(4096,12480,2),
(4096,15044,2),
(4096,15107,2),
(4096,15725,2),
(4096,17377,2),
(4096,17381,2),
(4096,21713,2),
(4096,23738,2),
(4096,28916,2),
(4096,34343,2),
(4096,38494,2),
(4096,47368,2),
(4096,50436,2),
(4118,1143,2),
(4124,4122,2),
(4124,4133,2),
(4124,4144,2),
(4124,4958,2),
(4124,4967,2),
(4124,6384,2),
(4124,6834,2),
(4124,7225,2),
(4124,7491,2),
(4124,7495,2),
(4124,7603,2),
(4124,7605,2),
(4124,7623,2),
(4124,7643,2),
(4124,8228,2),
(4124,8230,2),
(4124,8232,2),
(4124,8234,2),
(4124,8452,2),
(4124,9477,2),
(4124,9984,2),
(4124,12047,2),
(4124,12204,2),
(4124,12429,2),
(4124,12485,2),
(4124,12488,2),
(4124,15037,2),
(4124,15092,2),
(4124,15729,2),
(4124,17396,2),
(4124,21107,2),
(4124,21744,2),
(4124,23741,2),
(4124,38497,2),
(4124,50451,2),
(4132,1143,2),
(4135,4133,2),
(4135,4144,2),
(4135,4958,2),
(4135,4967,2),
(4135,6384,2),
(4135,6834,2),
(4135,7225,2),
(4135,7491,2),
(4135,7495,2),
(4135,7603,2),
(4135,7605,2),
(4135,7623,2),
(4135,7643,2),
(4135,8228,2),
(4135,8230,2),
(4135,8232,2),
(4135,8234,2),
(4135,8452,2),
(4135,9477,2),
(4135,9984,2),
(4135,12047,2),
(4135,12204,2),
(4135,12429,2),
(4135,12485,2),
(4135,12488,2),
(4135,15037,2),
(4135,15092,2),
(4135,15729,2),
(4135,17396,2),
(4157,1149,2),
(4163,4161,2),
(4163,4168,2),
(4163,4175,2),
(4163,5618,2),
(4163,6325,2),
(4163,7224,2),
(4163,7492,2),
(4163,7611,2),
(4163,7629,2),
(4163,9514,2),
(4163,9517,2),
(4163,9986,2),
(4163,10364,2),
(4163,12433,2),
(4190,1155,2),
(4196,4194,2),
(4196,4215,2),
(4196,6327,2),
(4196,7223,2),
(4196,7493,2),
(4196,7609,2),
(4196,7627,2),
(4196,9521,2),
(4196,9523,2),
(4196,9988,2),
(4196,10366,2),
(4196,12439,2),
(4211,1155,2),
(4217,4215,2),
(4217,6327,2),
(4217,7223,2),
(4217,7493,2),
(4217,7609,2),
(4217,7627,2),
(4217,9521,2),
(4217,9523,2),
(4217,9988,2),
(4217,10366,2),
(4217,12439,2),
(4232,1165,2),
(4238,4236,2),
(4238,4243,2),
(4238,4248,2),
(4238,4252,2),
(4238,6624,2),
(4238,6631,2),
(4238,6634,2),
(4238,6886,2),
(4238,6962,2),
(4238,7221,2),
(4238,7260,2),
(4238,7500,2),
(4238,7601,2),
(4238,7621,2),
(4238,7795,2),
(4238,7797,2),
(4238,7808,2),
(4238,7811,2),
(4238,7813,2),
(4238,7970,2),
(4238,7972,2),
(4238,7980,2),
(4238,8551,2),
(4238,9480,2),
(4238,9482,2),
(4238,9991,2),
(4238,9999,2),
(4238,11893,2),
(4238,12116,2),
(4238,12120,2),
(4238,12510,2),
(4238,15308,2),
(4238,15807,2),
(4238,16909,2),
(4238,16916,2),
(4238,16919,2),
(4238,21764,2),
(4238,28753,2),
(4238,28773,2),
(4238,28808,2),
(4238,34277,2),
(4238,38765,2),
(4238,40515,2),
(4238,47405,2),
(4238,50461,2),
(4262,1171,2),
(4268,4266,2),
(4268,4278,2),
(4268,4839,2),
(4268,5308,2),
(4268,5721,2),
(4268,6888,2),
(4268,6975,2),
(4268,6978,2),
(4268,7220,2),
(4268,7501,2),
(4268,7799,2),
(4268,7801,2),
(4268,7974,2),
(4268,8258,2),
(4268,8728,2),
(4268,8730,2),
(4268,8734,2),
(4268,8737,2),
(4268,9484,2),
(4268,9993,2),
(4268,10368,2),
(4268,10475,2),
(4268,11897,2),
(4268,11902,2),
(4268,12122,2),
(4268,12128,2),
(4268,12513,2),
(4268,14923,2),
(4268,15304,2),
(4268,15809,2),
(4268,15811,2),
(4268,16924,2),
(4268,21112,2),
(4268,21779,2),
(4268,23803,2),
(4268,28777,2),
(4268,28812,2),
(4268,38766,2),
(4268,50665,2),
(4290,1177,2),
(4296,6454,2),
(4296,6612,2),
(4296,6616,2),
(4296,6619,2),
(4296,6712,2),
(4296,6714,2),
(4296,6716,2),
(4296,6720,2),
(4296,6726,2),
(4296,6982,2),
(4296,7219,2),
(4296,7503,2),
(4296,7760,2),
(4296,7815,2),
(4296,7823,2),
(4296,7962,2),
(4296,7965,2),
(4296,7976,2),
(4296,8738,2),
(4296,8741,2),
(4296,8743,2),
(4296,9487,2),
(4296,9491,2),
(4296,9494,2),
(4296,9496,2),
(4296,9996,2),
(4296,10479,2),
(4296,11543,2),
(4296,11872,2),
(4296,11876,2),
(4296,11887,2),
(4296,11911,2),
(4296,12049,2),
(4296,12515,2),
(4296,12530,2),
(4296,12553,2),
(4296,12570,2),
(4296,12582,2),
(4296,12616,2),
(4296,15294,2),
(4296,15813,2),
(4296,15815,2),
(4296,16933,2),
(4296,16936,2),
(4296,16944,2),
(4296,21795,2),
(4296,23806,2),
(4296,28817,2),
(4296,38767,2),
(4296,50467,2),
(4307,1177,2),
(4311,6454,2),
(4311,6612,2),
(4311,6616,2),
(4311,6619,2),
(4311,6712,2),
(4311,6714,2),
(4311,6716,2),
(4311,6720,2),
(4311,6726,2),
(4311,6982,2),
(4311,7219,2),
(4311,7503,2),
(4311,7760,2),
(4311,7815,2),
(4311,7823,2),
(4311,7962,2),
(4311,7965,2),
(4311,7976,2),
(4311,8738,2),
(4311,8741,2),
(4311,8743,2),
(4311,9487,2),
(4311,9491,2),
(4311,9494,2),
(4311,9496,2),
(4311,9996,2),
(4311,10479,2),
(4311,11543,2),
(4311,11872,2),
(4311,11876,2),
(4311,11887,2),
(4311,11911,2),
(4311,12049,2),
(4311,12515,2),
(4311,12530,2),
(4311,12553,2),
(4311,12570,2),
(4311,12582,2),
(4311,12616,2),
(4311,15294,2),
(4311,15813,2),
(4311,15815,2),
(4311,16933,2),
(4311,16936,2),
(4311,16944,2),
(4333,1185,2),
(4339,4337,2),
(4339,4344,2),
(4339,4345,2),
(4339,5354,2),
(4339,5757,2),
(4339,7000,2),
(4339,7218,2),
(4339,7505,2),
(4339,7599,2),
(4339,7619,2),
(4339,7978,2),
(4339,8755,2),
(4339,8757,2),
(4339,8761,2),
(4339,8771,2),
(4339,9503,2),
(4339,9506,2),
(4339,10002,2),
(4339,10481,2),
(4339,11001,2),
(4339,11007,2),
(4339,11922,2),
(4339,12132,2),
(4339,12500,2),
(4339,15284,2),
(4339,15818,2),
(4339,16956,2),
(4339,16959,2),
(4339,16962,2),
(4339,21813,2),
(4339,21848,2),
(4339,23812,2),
(4339,50472,2),
(4366,1191,2),
(4372,4370,2),
(4372,4377,2),
(4372,4381,2),
(4372,5378,2),
(4372,5787,2),
(4372,6088,2),
(4372,6893,2),
(4372,6895,2),
(4372,7014,2),
(4372,7017,2),
(4372,7217,2),
(4372,7507,2),
(4372,7982,2),
(4372,7984,2),
(4372,8236,2),
(4372,8787,2),
(4372,8789,2),
(4372,8792,2),
(4372,9508,2),
(4372,9510,2),
(4372,9512,2),
(4372,10008,2),
(4372,10484,2),
(4372,11404,2),
(4372,11936,2),
(4372,12140,2),
(4372,12522,2),
(4372,15265,2),
(4372,15822,2),
(4372,17002,2),
(4372,17006,2),
(4372,17008,2),
(4372,21840,2),
(4372,23817,2),
(4372,38769,2),
(4372,50477,2),
(4372,50484,2),
(4392,1197,2),
(4398,4396,2),
(4398,4405,2),
(4398,4410,2),
(4398,5429,2),
(4398,5829,2),
(4398,6151,2),
(4398,6898,2),
(4398,7045,2),
(4398,7216,2),
(4398,7509,2),
(4398,7595,2),
(4398,7615,2),
(4398,8238,2),
(4398,8813,2),
(4398,8822,2),
(4398,10017,2),
(4398,10487,2),
(4398,11956,2),
(4398,12147,2),
(4398,12536,2),
(4398,12599,2),
(4398,15242,2),
(4398,15825,2),
(4398,15827,2),
(4398,17077,2),
(4398,17080,2),
(4398,21116,2),
(4398,21858,2),
(4398,23820,2),
(4398,28845,2),
(4398,34249,2),
(4398,38770,2),
(4398,50482,2),
(4421,1201,2),
(4427,4425,2),
(4427,4432,2),
(4427,4436,2),
(4427,5434,2),
(4427,5835,2),
(4427,6153,2),
(4427,7215,2),
(4427,7290,2),
(4427,7511,2),
(4427,7597,2),
(4427,7617,2),
(4427,8240,2),
(4427,8840,2),
(4427,8846,2),
(4427,10023,2),
(4427,10150,2),
(4427,10490,2),
(4427,11958,2),
(4427,12606,2),
(4427,15240,2),
(4427,15829,2),
(4427,17087,2),
(4427,17092,2),
(4427,17095,2),
(4427,23822,2),
(4427,38771,2),
(4427,50488,2),
(4447,1209,2),
(4453,4451,2),
(4453,4458,2),
(4453,4462,2),
(4453,5444,2),
(4453,5841,2),
(4453,6162,2),
(4453,6900,2),
(4453,7214,2),
(4453,7367,2),
(4453,7513,2),
(4453,8242,2),
(4453,8244,2),
(4453,8876,2),
(4453,8881,2),
(4453,10025,2),
(4453,10493,2),
(4453,11868,2),
(4453,11870,2),
(4453,12148,2),
(4453,12619,2),
(4453,15236,2),
(4453,15831,2),
(4453,17108,2),
(4453,23825,2),
(4453,25655,2),
(4453,25657,2),
(4453,25659,2),
(4453,25661,2),
(4453,25663,2),
(4453,25665,2),
(4453,28849,2),
(4453,34264,2),
(4453,38772,2),
(4453,50671,2),
(4475,1215,2),
(4481,4479,2),
(4481,4486,2),
(4481,4488,2),
(4481,4493,2),
(4481,5472,2),
(4481,6196,2),
(4481,6903,2),
(4481,7213,2),
(4481,7514,2),
(4481,8247,2),
(4481,8249,2),
(4481,8251,2),
(4481,8895,2),
(4481,8914,2),
(4481,9590,2),
(4481,9617,2),
(4481,9619,2),
(4481,9621,2),
(4481,10027,2),
(4481,10496,2),
(4481,11843,2),
(4481,11969,2),
(4481,12152,2),
(4481,12646,2),
(4481,15225,2),
(4481,15833,2),
(4481,17130,2),
(4481,21120,2),
(4481,23828,2),
(4481,31404,2),
(4481,38304,2),
(4481,38773,2),
(4481,50493,2),
(4505,1219,2),
(4511,4509,2),
(4511,4522,2),
(4511,5511,2),
(4511,5889,2),
(4511,6230,2),
(4511,6906,2),
(4511,7212,2),
(4511,7515,2),
(4511,8253,2),
(4511,8255,2),
(4511,8945,2),
(4511,10029,2),
(4511,10031,2),
(4511,10499,2),
(4511,11982,2),
(4511,12162,2),
(4511,12651,2),
(4511,15207,2),
(4511,15835,2),
(4511,17166,2),
(4511,23831,2),
(4511,38774,2),
(4511,50677,2),
(4535,1225,2),
(4541,4539,2),
(4541,4546,2),
(4541,4550,2),
(4541,5551,2),
(4541,5919,2),
(4541,6274,2),
(4541,6909,2),
(4541,7211,2),
(4541,7516,2),
(4541,8260,2),
(4541,8262,2),
(4541,8264,2),
(4541,8266,2),
(4541,8960,2),
(4541,8962,2),
(4541,9593,2),
(4541,10033,2),
(4541,10502,2),
(4541,11994,2),
(4541,12175,2),
(4541,12664,2),
(4541,12668,2),
(4541,15183,2),
(4541,15837,2),
(4541,17210,2),
(4541,17215,2),
(4541,23834,2),
(4541,38775,2),
(4541,50498,2),
(4565,1231,2),
(4572,4570,2),
(4572,5593,2),
(4572,6309,2),
(4572,6912,2),
(4572,7210,2),
(4572,7517,2),
(4572,7593,2),
(4572,7613,2),
(4572,8268,2),
(4572,8270,2),
(4572,8965,2),
(4572,8975,2),
(4572,8977,2),
(4572,10035,2),
(4572,10505,2),
(4572,12011,2),
(4572,12182,2),
(4572,12670,2),
(4572,15165,2),
(4572,15839,2),
(4572,17227,2),
(4572,23837,2),
(4572,38776,2),
(4572,50503,2),
(4586,1237,2),
(4592,4591,2),
(4592,4598,2),
(4592,4605,2),
(4592,5603,2),
(4592,5949,2),
(4592,6315,2),
(4592,6914,2),
(4592,7209,2),
(4592,7518,2),
(4592,8272,2),
(4592,8274,2),
(4592,8276,2),
(4592,8985,2),
(4592,8988,2),
(4592,9600,2),
(4592,9602,2),
(4592,9604,2),
(4592,10037,2),
(4592,11787,2),
(4592,12015,2),
(4592,12186,2),
(4592,12490,2),
(4592,12672,2),
(4592,15161,2),
(4592,15841,2),
(4592,17231,2),
(4592,17239,2),
(4592,17248,2),
(4592,17255,2),
(4592,17278,2),
(4592,17281,2),
(4592,21124,2),
(4592,23840,2),
(4592,25622,2),
(4592,38777,2),
(4592,47374,2),
(4592,50509,2),
(4622,1243,2),
(4627,1243,2),
(4630,4628,2),
(4630,5608,2),
(4630,5955,2),
(4630,6317,2),
(4630,7208,2),
(4630,7519,2),
(4630,8278,2),
(4630,8990,2),
(4630,9611,2),
(4630,9613,2),
(4630,9615,2),
(4630,9635,2),
(4630,9637,2),
(4630,9639,2),
(4630,10039,2),
(4630,10153,2),
(4630,10370,2),
(4630,11860,2),
(4630,12187,2),
(4630,12673,2),
(4630,15159,2),
(4630,15843,2),
(4630,17244,2),
(4630,17269,2),
(4630,17272,2),
(4630,21129,2),
(4630,47377,2),
(4630,50515,2),
(4635,4628,2),
(4635,5608,2),
(4635,5955,2),
(4635,6317,2),
(4635,7208,2),
(4635,7519,2),
(4635,8278,2),
(4635,8990,2),
(4635,9611,2),
(4635,9613,2),
(4635,9615,2),
(4635,9635,2),
(4635,9637,2),
(4635,9639,2),
(4635,10039,2),
(4635,10153,2),
(4635,10370,2),
(4635,11860,2),
(4635,12187,2),
(4635,12673,2),
(4635,15159,2),
(4635,15843,2),
(4635,17244,2),
(4635,17269,2),
(4635,17272,2),
(4646,1249,2),
(4652,4650,2),
(4652,4661,2),
(4652,5089,2),
(4652,5091,2),
(4652,5663,2),
(4652,6035,2),
(4652,6372,2),
(4652,6917,2),
(4652,7207,2),
(4652,7520,2),
(4652,8280,2),
(4652,8467,2),
(4652,8993,2),
(4652,8996,2),
(4652,9588,2),
(4652,10040,2),
(4652,11831,2),
(4652,12039,2),
(4652,12495,2),
(4652,12691,2),
(4652,15048,2),
(4652,15118,2),
(4652,15845,2),
(4652,17260,2),
(4652,17265,2),
(4652,21134,2),
(4652,23843,2),
(4652,28913,2),
(4652,34255,2),
(4652,38299,2),
(4652,38778,2),
(4652,40536,2),
(4652,40848,2),
(4652,43159,2),
(4652,43161,2),
(4652,50520,2),
(4793,1255,2),
(4799,6552,2),
(4799,6739,2),
(4799,6956,2),
(4799,6959,2),
(4799,7149,2),
(4799,7161,2),
(4799,7206,2),
(4799,7521,2),
(4799,8282,2),
(4799,8545,2),
(4799,8819,2),
(4799,8998,2),
(4799,9562,2),
(4799,9564,2),
(4799,9566,2),
(4799,9739,2),
(4799,9741,2),
(4799,10396,2),
(4799,10403,2),
(4799,10408,2),
(4799,10411,2),
(4799,10413,2),
(4799,10415,2),
(4799,10417,2),
(4799,10419,2),
(4799,10421,2),
(4799,10424,2),
(4799,11591,2),
(4799,11742,2),
(4799,11845,2),
(4799,11890,2),
(4799,12113,2),
(4799,12249,2),
(4799,14839,2),
(4799,15312,2),
(4799,15393,2),
(4799,15847,2),
(4799,15925,2),
(4799,19147,2),
(4799,19156,2),
(4799,19555,2),
(4799,28805,2),
(4799,28922,2),
(4799,28930,2),
(4799,33881,2),
(4799,34248,2),
(4799,34265,2),
(4799,38474,2),
(4799,38510,2),
(4799,50594,2),
(4868,1261,2),
(4874,4872,2),
(4874,4889,2),
(4874,4895,2),
(4874,4905,2),
(4874,5325,2),
(4874,5726,2),
(4874,6740,2),
(4874,6851,2),
(4874,6980,2),
(4874,7205,2),
(4874,7523,2),
(4874,8284,2),
(4874,8824,2),
(4874,9000,2),
(4874,9743,2),
(4874,9745,2),
(4874,11855,2),
(4874,11907,2),
(4874,11909,2),
(4874,12135,2),
(4874,12262,2),
(4874,12268,2),
(4874,14841,2),
(4874,15297,2),
(4874,15849,2),
(4874,16926,2),
(4874,19142,2),
(4874,19544,2),
(4874,21137,2),
(4874,23777,2),
(4874,28815,2),
(4874,38513,2),
(4874,50143,2),
(4874,50154,2),
(4894,1261,2),
(4897,4895,2),
(4897,4905,2),
(4897,5325,2),
(4897,5726,2),
(4897,6740,2),
(4897,6851,2),
(4897,6980,2),
(4897,7205,2),
(4897,7523,2),
(4897,8284,2),
(4897,8824,2),
(4897,9000,2),
(4897,9743,2),
(4897,9745,2),
(4897,11855,2),
(4897,11907,2),
(4897,11909,2),
(4897,12135,2),
(4897,12262,2),
(4897,12268,2),
(4897,14841,2),
(4897,15297,2),
(4897,15849,2),
(4897,16926,2),
(4897,19142,2),
(4946,1255,2),
(4949,6552,2),
(4949,6739,2),
(4949,6956,2),
(4949,6959,2),
(4949,7149,2),
(4949,7161,2),
(4949,7206,2),
(4949,7521,2),
(4949,8282,2),
(4949,8545,2),
(4949,8819,2),
(4949,8998,2),
(4949,9562,2),
(4949,9564,2),
(4949,9566,2),
(4949,9739,2),
(4949,9741,2),
(4949,10396,2),
(4949,10403,2),
(4949,10408,2),
(4949,10411,2),
(4949,10413,2),
(4949,10415,2),
(4949,10417,2),
(4949,10419,2),
(4949,10421,2),
(4949,10424,2),
(4949,11591,2),
(4949,11742,2),
(4949,11845,2),
(4949,11890,2),
(4949,12113,2),
(4949,12249,2),
(4949,14839,2),
(4949,15312,2),
(4949,15393,2),
(4949,15847,2),
(4949,15925,2),
(4949,19147,2),
(4949,19156,2),
(4949,19555,2),
(4949,28805,2),
(4949,28922,2),
(4949,28930,2),
(4949,33881,2),
(4949,34248,2),
(4949,34265,2),
(4949,38474,2),
(4949,38510,2),
(4949,50594,2),
(4965,1143,2),
(4969,4967,2),
(4969,6384,2),
(4969,6834,2),
(4969,7225,2),
(4969,7491,2),
(4969,7495,2),
(4969,7603,2),
(4969,7605,2),
(4969,7623,2),
(4969,7643,2),
(4969,8228,2),
(4969,8230,2),
(4969,8232,2),
(4969,8234,2),
(4969,8452,2),
(4969,9477,2),
(4969,9984,2),
(4969,12047,2),
(4969,12204,2),
(4969,12429,2),
(4969,12485,2),
(4969,12488,2),
(4969,15037,2),
(4969,15092,2),
(4969,15729,2),
(4980,1135,2),
(4986,4984,2),
(4986,4998,2),
(4986,5004,2),
(4986,5010,2),
(4986,5671,2),
(4986,6047,2),
(4986,6382,2),
(4986,7227,2),
(4986,8209,2),
(4986,8219,2),
(4986,8221,2),
(4986,8223,2),
(4986,8225,2),
(4986,8450,2),
(4986,9448,2),
(4986,9451,2),
(4986,9454,2),
(4986,9456,2),
(4986,9982,2),
(4986,11558,2),
(4986,11564,2),
(4986,12483,2),
(4986,12720,2),
(4986,14545,2),
(4986,15040,2),
(4986,15103,2),
(4986,15727,2),
(4986,17385,2),
(4986,21729,2),
(4986,23904,2),
(4986,38495,2),
(4986,38498,2),
(4986,38523,2),
(4986,40478,2),
(4986,50442,2),
(5020,1349,2),
(5026,5024,2),
(5026,5031,2),
(5026,5043,2),
(5026,5049,2),
(5026,5670,2),
(5026,6041,2),
(5026,6380,2),
(5026,7192,2),
(5026,7541,2),
(5026,7543,2),
(5026,8334,2),
(5026,8336,2),
(5026,8890,2),
(5026,9118,2),
(5026,9122,2),
(5026,9125,2),
(5026,9786,2),
(5026,10433,2),
(5026,12322,2),
(5026,14898,2),
(5026,15042,2),
(5026,15105,2),
(5026,15881,2),
(5026,17383,2),
(5026,19754,2),
(5026,23796,2),
(5026,28918,2),
(5026,31412,2),
(5026,38522,2),
(5026,50640,2),
(5063,5061,2),
(5063,5668,2),
(5063,6378,2),
(5063,6831,2),
(5063,7228,2),
(5063,7487,2),
(5063,7489,2),
(5063,7497,2),
(5063,7639,2),
(5063,8201,2),
(5063,8203,2),
(5063,8205,2),
(5063,8207,2),
(5063,8448,2),
(5063,9443,2),
(5063,9446,2),
(5063,9980,2),
(5063,12043,2),
(5063,12423,2),
(5063,12477,2),
(5063,12480,2),
(5063,15044,2),
(5063,15107,2),
(5063,15725,2),
(5074,5072,2),
(5074,5076,2),
(5074,5666,2),
(5074,6375,2),
(5074,6445,2),
(5074,6828,2),
(5074,7229,2),
(5074,7330,2),
(5074,7485,2),
(5074,8172,2),
(5074,8179,2),
(5074,8181,2),
(5074,8183,2),
(5074,8185,2),
(5074,8186,2),
(5074,8188,2),
(5074,8190,2),
(5074,8192,2),
(5074,8195,2),
(5074,8197,2),
(5074,8199,2),
(5074,8446,2),
(5074,9438,2),
(5074,9441,2),
(5074,9977,2),
(5074,10362,2),
(5074,12041,2),
(5074,12202,2),
(5074,12351,2),
(5074,12426,2),
(5074,15046,2),
(5074,15109,2),
(5074,15723,2),
(5103,5101,2),
(5103,5659,2),
(5103,6370,2),
(5103,7242,2),
(5103,7322,2),
(5103,7464,2),
(5103,7466,2),
(5103,7693,2),
(5103,7963,2),
(5103,8418,2),
(5103,9401,2),
(5103,9404,2),
(5103,9458,2),
(5103,9932,2),
(5103,10241,2),
(5103,10243,2),
(5103,10356,2),
(5103,10564,2),
(5103,11703,2),
(5103,11706,2),
(5103,12037,2),
(5103,12200,2),
(5103,12244,2),
(5103,14520,2),
(5103,15024,2),
(5103,15050,2),
(5103,15121,2),
(5103,15518,2),
(5119,5117,2),
(5119,5657,2),
(5119,6028,2),
(5119,6369,2),
(5119,7243,2),
(5119,7293,2),
(5119,7296,2),
(5119,7459,2),
(5119,7461,2),
(5119,7690,2),
(5119,7958,2),
(5119,7960,2),
(5119,8415,2),
(5119,8417,2),
(5119,9398,2),
(5119,9930,2),
(5119,10561,2),
(5119,11699,2),
(5119,12035,2),
(5119,12242,2),
(5119,14522,2),
(5119,15021,2),
(5119,15052,2),
(5119,15123,2),
(5119,15517,2),
(5138,5136,2),
(5138,5642,2),
(5138,6002,2),
(5138,6356,2),
(5138,7231,2),
(5138,7482,2),
(5138,8143,2),
(5138,8145,2),
(5138,8147,2),
(5138,8149,2),
(5138,8151,2),
(5138,8442,2),
(5138,9421,2),
(5138,9428,2),
(5138,9430,2),
(5138,9969,2),
(5138,11771,2),
(5138,11780,2),
(5138,12029,2),
(5138,12196,2),
(5138,12416,2),
(5138,15060,2),
(5138,15066,2),
(5138,15138,2),
(5138,15719,2),
(5162,1343,2),
(5168,1343,2),
(5171,5169,2),
(5171,5640,2),
(5171,5996,2),
(5171,6354,2),
(5171,6884,2),
(5171,7193,2),
(5171,7540,2),
(5171,8885,2),
(5171,9112,2),
(5171,9114,2),
(5171,9782,2),
(5171,9784,2),
(5171,12320,2),
(5171,14886,2),
(5171,15062,2),
(5171,15140,2),
(5171,15879,2),
(5171,17327,2),
(5171,19729,2),
(5171,28906,2),
(5171,34268,2),
(5171,36227,2),
(5171,38521,2),
(5171,50635,2),
(5179,5169,2),
(5179,5640,2),
(5179,5996,2),
(5179,6354,2),
(5179,6884,2),
(5179,7193,2),
(5179,7540,2),
(5179,8885,2),
(5179,9112,2),
(5179,9114,2),
(5179,9782,2),
(5179,9784,2),
(5179,12320,2),
(5179,14886,2),
(5179,15062,2),
(5179,15140,2),
(5179,15879,2),
(5199,1407,2),
(5205,5203,2),
(5205,5989,2),
(5205,6010,2),
(5205,6352,2),
(5205,6410,2),
(5205,6936,2),
(5205,7182,2),
(5205,7561,2),
(5206,9235,2),
(5206,9237,2),
(5206,9875,2),
(5206,11862,2),
(5206,12371,2),
(5206,14624,2),
(5206,15064,2),
(5206,15142,2),
(5206,15774,2),
(5206,17325,2),
(5206,23689,2),
(5206,24349,2),
(5206,28275,2),
(5206,28277,2),
(5206,28785,2),
(5206,28902,2),
(5206,38450,2),
(5206,38461,2),
(5206,38707,2),
(5206,38711,2),
(5206,38817,2),
(5206,50572,2),
(5220,1337,2),
(5226,5224,2),
(5226,5231,2),
(5226,5248,2),
(5226,5984,2),
(5226,6350,2),
(5226,7194,2),
(5226,7353,2),
(5226,7539,2),
(5226,8883,2),
(5226,9116,2),
(5226,9776,2),
(5226,9778,2),
(5226,9780,2),
(5226,12025,2),
(5226,12310,2),
(5226,14884,2),
(5226,15144,2),
(5226,15877,2),
(5226,17320,2),
(5226,17323,2),
(5226,19703,2),
(5226,23793,2),
(5226,28900,2),
(5226,38520,2),
(5226,50171,2),
(5262,1023,2),
(5265,5263,2),
(5265,5636,2),
(5265,5979,2),
(5265,6348,2),
(5265,7245,2),
(5265,7316,2),
(5265,7319,2),
(5265,7454,2),
(5265,7456,2),
(5265,7684,2),
(5265,7762,2),
(5265,7929,2),
(5265,7931,2),
(5265,7933,2),
(5265,7935,2),
(5265,8409,2),
(5265,8411,2),
(5265,9389,2),
(5265,9391,2),
(5265,9606,2),
(5265,9608,2),
(5265,9610,2),
(5265,9926,2),
(5265,10558,2),
(5265,10999,2),
(5265,11693,2),
(5265,11792,2),
(5265,11796,2),
(5265,11841,2),
(5265,12024,2),
(5265,12194,2),
(5265,12240,2),
(5265,14797,2),
(5265,14900,2),
(5265,15018,2),
(5265,15148,2),
(5265,15513,2),
(5380,5378,2),
(5681,951,2),
(5683,5682,2),
(5683,6463,2),
(5683,6467,2),
(5683,6953,2),
(5683,7165,2),
(5683,7257,2),
(5683,7287,2),
(5683,7395,2),
(5683,7397,2),
(5683,7399,2),
(5683,7650,2),
(5683,8379,2),
(5683,8381,2),
(5697,2720,2),
(5699,5698,2),
(5699,6392,2),
(5699,7167,2),
(5699,7551,2),
(5699,8898,2),
(5699,9127,2),
(5699,9129,2),
(5699,9131,2),
(5699,9695,2),
(5699,9828,2),
(5699,9830,2),
(5699,10217,2),
(5699,10314,2),
(5699,10320,2),
(5699,11866,2),
(5699,11913,2),
(5699,12325,2),
(5699,14509,2),
(5699,14524,2),
(5699,15288,2),
(5699,15734,2),
(5699,15737,2),
(5699,16947,2),
(5699,19781,2),
(5699,23692,2),
(5699,28259,2),
(5699,28261,2),
(5699,28821,2),
(5699,38451,2),
(5699,38798,2),
(5699,50526,2),
(5702,945,2),
(5704,9882,2),
(5704,10450,2),
(5704,10511,2),
(5704,10519,2),
(5704,11526,2),
(5704,11612,2),
(5704,11744,2),
(5704,11904,2),
(5704,12126,2),
(5704,12211,2),
(5704,14911,2),
(5704,14929,2),
(5704,14944,2),
(5704,14959,2),
(5704,14961,2),
(5704,14988,2),
(5704,15074,2),
(5704,15076,2),
(5704,15078,2),
(5704,15086,2),
(5704,15088,2),
(5704,15096,2),
(5704,15101,2),
(5704,15111,2),
(5704,15113,2),
(5704,15135,2),
(5704,15302,2),
(5704,15399,2),
(5704,15439,2),
(5704,15943,2),
(5704,15946,2),
(5704,15948,2),
(5704,20840,2),
(5704,20924,2),
(5704,21327,2),
(5704,21341,2),
(5704,22385,2),
(5704,23932,2),
(5704,23934,2),
(5704,23937,2),
(5704,28814,2),
(5704,32947,2),
(5704,32948,2),
(5704,32987,2),
(5704,32990,2),
(5704,32992,2),
(5704,32993,2),
(5704,38780,2),
(5704,40508,2),
(5704,50281,2),
(5711,1353,2),
(5714,5712,2),
(5714,6394,2),
(5714,7191,2),
(5714,7264,2),
(5714,7271,2),
(5714,7274,2),
(5714,7341,2),
(5714,7346,2),
(5714,7349,2),
(5714,7386,2),
(5714,7544,2),
(5714,8354,2),
(5714,8519,2),
(5714,8523,2),
(5714,8528,2),
(5714,8547,2),
(5714,8594,2),
(5714,8902,2),
(5714,9133,2),
(5714,9832,2),
(5714,11411,2),
(5714,11577,2),
(5714,11581,2),
(5714,11926,2),
(5714,12134,2),
(5714,12337,2),
(5714,14535,2),
(5714,14552,2),
(5714,15281,2),
(5714,15740,2),
(5714,16974,2),
(5714,16977,2),
(5714,19804,2),
(5714,24451,2),
(5714,28307,2),
(5714,28309,2),
(5714,36242,2),
(5714,36245,2),
(5714,38452,2),
(5714,38801,2),
(5714,50531,2),
(5720,1171,2),
(5722,5721,2),
(5722,6888,2),
(5722,6975,2),
(5722,6978,2),
(5722,7220,2),
(5722,7501,2),
(5722,7799,2),
(5722,7801,2),
(5722,7974,2),
(5722,8258,2),
(5722,8728,2),
(5722,8730,2),
(5722,8734,2),
(5722,8737,2),
(5722,9484,2),
(5722,9993,2),
(5722,10368,2),
(5722,10475,2),
(5722,11897,2),
(5722,11902,2),
(5722,12122,2),
(5722,12128,2),
(5722,12513,2),
(5722,14923,2),
(5722,15304,2),
(5722,15809,2),
(5722,15811,2),
(5722,16924,2),
(5722,21112,2),
(5722,21779,2),
(5722,23803,2),
(5722,28777,2),
(5722,28812,2),
(5722,38766,2),
(5722,50665,2),
(5725,1261,2),
(5727,5726,2),
(5727,6740,2),
(5727,6851,2),
(5727,6980,2),
(5727,7205,2),
(5727,7523,2),
(5727,8284,2),
(5727,8824,2),
(5727,9000,2),
(5727,9743,2),
(5727,9745,2),
(5727,11855,2),
(5727,11907,2),
(5727,11909,2),
(5727,12135,2),
(5727,12262,2),
(5727,12268,2),
(5727,14841,2),
(5727,15297,2),
(5727,15849,2),
(5727,16926,2),
(5727,19142,2),
(5727,19544,2),
(5727,21137,2),
(5727,23777,2),
(5727,28815,2),
(5727,38513,2),
(5727,50143,2),
(5727,50154,2),
(5731,1177,2),
(5733,6454,2),
(5733,6612,2),
(5733,6616,2),
(5733,6619,2),
(5733,6712,2),
(5733,6714,2),
(5733,6716,2),
(5733,6720,2),
(5733,6726,2),
(5733,6982,2),
(5733,7219,2),
(5733,7503,2),
(5733,7760,2),
(5733,7815,2),
(5733,7823,2),
(5733,7962,2),
(5733,7965,2),
(5733,7976,2),
(5733,8738,2),
(5733,8741,2),
(5733,8743,2),
(5733,9487,2),
(5733,9491,2),
(5733,9494,2),
(5733,9496,2),
(5733,9996,2),
(5733,10479,2),
(5733,11543,2),
(5733,11872,2),
(5733,11876,2),
(5733,11887,2),
(5733,11911,2),
(5733,12049,2),
(5733,12515,2),
(5733,12530,2),
(5733,12553,2),
(5733,12570,2),
(5733,12582,2),
(5733,12616,2),
(5733,15294,2),
(5733,15813,2),
(5733,15815,2),
(5733,16933,2),
(5733,16936,2),
(5733,16944,2),
(5733,21795,2),
(5733,23806,2),
(5733,28817,2),
(5733,38767,2),
(5733,50467,2),
(5738,2880,2),
(5738,11405,2),
(5741,5739,2),
(5741,6457,2),
(5741,7166,2),
(5741,9497,2),
(5741,9499,2),
(5741,11005,2),
(5741,12055,2),
(5745,957,2),
(5747,5746,2),
(5747,6921,2),
(5747,6984,2),
(5747,7256,2),
(5747,7418,2),
(5747,7420,2),
(5747,7653,2),
(5747,7708,2),
(5747,7710,2),
(5747,7712,2),
(5747,7714,2),
(5747,7716,2),
(5747,7718,2),
(5747,7720,2),
(5747,7723,2),
(5747,7725,2),
(5747,7727,2),
(5747,7736,2),
(5747,8725,2),
(5747,9350,2),
(5747,9887,2),
(5747,10514,2),
(5747,11617,2),
(5747,11620,2),
(5747,12129,2),
(5747,12215,2),
(5747,14964,2),
(5747,14966,2),
(5747,14990,2),
(5747,15292,2),
(5747,15478,2),
(5747,15480,2),
(5747,15962,2),
(5747,15966,2),
(5747,21354,2),
(5747,23852,2),
(5747,34243,2),
(5747,38277,2),
(5747,38295,2),
(5747,38783,2),
(5747,40385,2),
(5747,40438,2),
(5747,40450,2),
(5747,50291,2),
(5750,963,2),
(5752,7756,2),
(5752,7767,2),
(5752,7769,2),
(5752,7773,2),
(5752,7775,2),
(5752,7776,2),
(5752,8465,2),
(5752,8543,2),
(5752,8558,2),
(5752,9352,2),
(5752,9568,2),
(5752,9582,2),
(5752,9584,2),
(5752,9586,2),
(5752,9889,2),
(5752,10524,2),
(5752,11623,2),
(5752,11627,2),
(5752,11713,2),
(5752,11740,2),
(5752,11756,2),
(5752,11758,2),
(5752,11779,2),
(5752,11795,2),
(5752,11804,2),
(5752,11811,2),
(5752,11820,2),
(5752,11827,2),
(5752,11851,2),
(5752,11882,2),
(5752,11885,2),
(5752,11889,2),
(5752,12217,2),
(5752,14968,2),
(5752,14992,2),
(5752,15290,2),
(5752,15362,2),
(5752,15482,2),
(5752,15484,2),
(5752,15985,2),
(5752,15988,2),
(5752,15993,2),
(5752,20937,2),
(5752,21362,2),
(5752,23855,2),
(5752,28819,2),
(5752,34261,2),
(5752,38784,2),
(5752,40376,2),
(5752,50296,2),
(5756,1185,2),
(5758,5757,2),
(5758,7000,2),
(5758,7218,2),
(5758,7505,2),
(5758,7599,2),
(5758,7619,2),
(5758,7978,2),
(5758,8755,2),
(5758,8757,2),
(5758,8761,2),
(5758,8771,2),
(5758,9503,2),
(5758,9506,2),
(5758,10002,2),
(5758,10481,2),
(5758,11001,2),
(5758,11007,2),
(5758,11922,2),
(5758,12132,2),
(5758,12500,2),
(5758,15284,2),
(5758,15818,2),
(5758,16956,2),
(5758,16959,2),
(5758,16962,2),
(5758,21813,2),
(5758,21848,2),
(5758,23812,2),
(5758,50472,2),
(5762,1059,2),
(5764,5763,2),
(5764,6387,2),
(5764,6807,2),
(5764,6810,2),
(5764,7004,2),
(5764,7239,2),
(5764,7472,2),
(5764,8037,2),
(5764,8039,2),
(5764,8041,2),
(5764,8043,2),
(5764,8045,2),
(5764,8047,2),
(5764,8426,2),
(5764,8428,2),
(5764,8430,2),
(5764,8615,2),
(5764,8617,2),
(5764,9408,2),
(5764,9938,2),
(5764,11718,2),
(5764,11720,2),
(5764,11928,2),
(5764,12390,2),
(5764,15277,2),
(5764,15695,2),
(5764,16236,2),
(5764,16239,2),
(5764,21071,2),
(5764,21508,2),
(5764,23708,2),
(5764,34253,2),
(5764,34758,2),
(5764,38478,2),
(5764,50379,2),
(5764,50381,2),
(5768,1269,2),
(5770,5769,2),
(5770,6068,2),
(5770,6752,2),
(5770,6768,2),
(5770,6770,2),
(5770,7006,2),
(5770,7204,2),
(5770,7525,2),
(5770,8286,2),
(5770,8826,2),
(5770,9002,2),
(5770,9004,2),
(5770,9747,2),
(5770,11930,2),
(5770,12272,2),
(5770,14843,2),
(5770,15273,2),
(5770,15850,2),
(5770,16980,2),
(5770,19177,2),
(5770,19461,2),
(5770,25620,2),
(5770,28823,2),
(5770,34278,2),
(5770,43185,2),
(5770,50599,2),
(5774,969,2),
(5776,5775,2),
(5776,6077,2),
(5776,6988,2),
(5776,6993,2),
(5776,6996,2),
(5776,7008,2),
(5776,7254,2),
(5776,7427,2),
(5776,7429,2),
(5776,7659,2),
(5776,7786,2),
(5776,7788,2),
(5776,7790,2),
(5776,8383,2),
(5776,9355,2),
(5776,9357,2),
(5776,9891,2),
(5776,10527,2),
(5776,11634,2),
(5776,11932,2),
(5776,12138,2),
(5776,12219,2),
(5776,14948,2),
(5776,14971,2),
(5776,14994,2),
(5776,15270,2),
(5776,15486,2),
(5776,15488,2),
(5776,15999,2),
(5780,1277,2),
(5782,5781,2),
(5782,6084,2),
(5782,6773,2),
(5782,6785,2),
(5782,6798,2),
(5782,6854,2),
(5782,6856,2),
(5782,7010,2),
(5782,7203,2),
(5782,7527,2),
(5782,8828,2),
(5782,9006,2),
(5782,9750,2),
(5782,9752,2),
(5782,11934,2),
(5782,12141,2),
(5782,12276,2),
(5782,14846,2),
(5782,15267,2),
(5782,15853,2),
(5782,16981,2),
(5782,19480,2),
(5782,19537,2),
(5782,28827,2),
(5782,50648,2),
(5786,1191,2),
(5788,5787,2),
(5788,6088,2),
(5788,6893,2),
(5788,6895,2),
(5788,7014,2),
(5788,7017,2),
(5788,7217,2),
(5788,7507,2),
(5788,7982,2),
(5788,7984,2),
(5788,8236,2),
(5788,8787,2),
(5788,8789,2),
(5788,8792,2),
(5788,9508,2),
(5788,9510,2),
(5788,9512,2),
(5788,10008,2),
(5788,10484,2),
(5788,11404,2),
(5788,11936,2),
(5788,12140,2),
(5788,12522,2),
(5788,15265,2),
(5788,15822,2),
(5792,1419,2),
(5794,5793,2),
(5794,6094,2),
(5794,6443,2),
(5794,7018,2),
(5794,7153,2),
(5794,7157,2),
(5794,7159,2),
(5794,7180,2),
(5794,7565,2),
(5794,8483,2),
(5794,8612,2),
(5794,9256,2),
(5794,9262,2),
(5794,9264,2),
(5794,9282,2),
(5794,9796,2),
(5794,11198,2),
(5794,11938,2),
(5794,12448,2),
(5794,14465,2),
(5794,14691,2),
(5794,14695,2),
(5794,14699,2),
(5794,15263,2),
(5794,15784,2),
(5798,975,2),
(5800,5799,2),
(5800,6122,2),
(5800,7025,2),
(5800,7253,2),
(5800,7431,2),
(5800,7433,2),
(5800,7662,2),
(5800,7792,2),
(5800,7834,2),
(5800,7836,2),
(5800,8385,2),
(5800,8387,2),
(5800,9359,2),
(5800,9362,2),
(5800,9893,2),
(5800,9895,2),
(5800,10350,2),
(5800,10530,2),
(5800,11641,2),
(5800,11650,2),
(5800,11653,2),
(5800,11947,2),
(5800,12143,2),
(5800,12221,2),
(5800,14976,2),
(5800,14978,2),
(5800,14980,2),
(5800,14995,2),
(5800,15031,2),
(5800,15253,2),
(5800,15490,2),
(5800,15492,2),
(5800,16022,2),
(5804,1067,2),
(5806,5805,2),
(5806,6125,2),
(5806,7027,2),
(5806,7238,2),
(5806,7474,2),
(5806,8049,2),
(5806,8055,2),
(5806,8057,2),
(5806,9410,2),
(5806,9413,2),
(5806,9942,2),
(5806,11722,2),
(5806,11726,2),
(5806,11729,2),
(5806,11949,2),
(5806,12145,2),
(5806,12393,2),
(5806,15251,2),
(5806,15697,2),
(5806,16246,2),
(5806,16248,2),
(5806,21077,2),
(5806,21520,2),
(5806,23711,2),
(5806,38326,2),
(5806,38372,2),
(5806,38479,2),
(5806,50385,2),
(5810,1431,2),
(5812,5811,2),
(5812,6131,2),
(5812,6673,2),
(5812,6686,2),
(5812,6689,2),
(5812,6839,2),
(5812,7029,2),
(5812,7178,2),
(5812,7568,2),
(5812,7585,2),
(5812,7588,2),
(5812,7590,2),
(5812,8453,2),
(5812,8487,2),
(5812,9270,2),
(5812,9273,2),
(5812,9277,2),
(5812,9280,2),
(5812,9460,2),
(5812,9462,2),
(5812,9464,2),
(5812,9801,2),
(5812,9810,2),
(5812,10374,2),
(5812,11244,2),
(5812,11951,2),
(5812,12454,2),
(5812,14474,2),
(5812,14666,2),
(5812,15249,2),
(5812,15791,2),
(5812,17051,2),
(5812,21144,2),
(5812,23750,2),
(5812,28839,2),
(5812,38501,2),
(5812,50231,2),
(5816,1437,2),
(5818,17055,2),
(5818,17057,2),
(5818,23753,2),
(5818,34776,2),
(5818,38500,2),
(5818,50239,2),
(5822,1283,2),
(5824,5823,2),
(5824,6145,2),
(5824,6859,2),
(5824,7035,2),
(5824,7040,2),
(5824,7202,2),
(5824,7529,2),
(5824,8288,2),
(5824,8290,2),
(5824,8292,2),
(5824,8294,2),
(5824,8463,2),
(5824,8841,2),
(5824,9009,2),
(5824,9019,2),
(5824,9021,2),
(5824,9024,2),
(5824,9579,2),
(5824,9754,2),
(5824,10115,2),
(5824,10122,2),
(5824,11010,2),
(5824,11953,2),
(5824,12279,2),
(5824,14848,2),
(5824,15246,2),
(5824,15855,2),
(5824,17059,2),
(5824,19504,2),
(5824,23695,2),
(5824,28841,2),
(5824,31428,2),
(5824,34256,2),
(5824,38514,2),
(5824,50604,2),
(5828,1197,2),
(5830,5829,2),
(5830,6151,2),
(5830,6898,2),
(5830,7045,2),
(5830,7216,2),
(5830,7509,2),
(5830,7595,2),
(5830,7615,2),
(5830,8238,2),
(5830,8813,2),
(5830,8822,2),
(5830,10017,2),
(5830,10487,2),
(5830,11956,2),
(5830,12147,2),
(5830,12536,2),
(5830,12599,2),
(5830,15242,2),
(5830,15825,2),
(5830,15827,2),
(5830,17077,2),
(5830,17080,2),
(5830,21116,2),
(5830,21858,2),
(5830,23820,2),
(5830,28845,2),
(5830,34249,2),
(5830,38770,2),
(5830,50482,2),
(5834,1201,2),
(5836,5835,2),
(5836,6153,2),
(5836,7215,2),
(5836,7290,2),
(5836,7511,2),
(5836,7597,2),
(5836,7617,2),
(5836,8240,2),
(5836,8840,2),
(5836,8846,2),
(5836,10023,2),
(5836,10150,2),
(5836,10490,2),
(5836,11958,2),
(5836,12606,2),
(5836,15240,2),
(5836,15829,2),
(5836,17087,2),
(5840,1209,2),
(5842,5841,2),
(5842,6162,2),
(5842,6900,2),
(5842,7214,2),
(5842,7367,2),
(5842,7513,2),
(5842,8242,2),
(5842,8244,2),
(5842,8876,2),
(5842,8881,2),
(5842,10025,2),
(5842,10493,2),
(5842,11868,2),
(5842,11870,2),
(5842,12148,2),
(5842,12619,2),
(5842,15236,2),
(5842,15831,2),
(5846,1289,2),
(5848,5847,2),
(5848,6168,2),
(5848,7201,2),
(5848,7530,2),
(5848,8296,2),
(5848,8298,2),
(5848,8300,2),
(5848,8844,2),
(5848,9026,2),
(5848,9034,2),
(5848,9036,2),
(5848,9756,2),
(5848,9758,2),
(5848,10134,2),
(5848,11962,2),
(5848,12282,2),
(5848,14850,2),
(5848,15234,2),
(5848,15860,2),
(5848,17111,2),
(5848,19527,2),
(5848,28851,2),
(5848,43188,2),
(5848,50609,2),
(5852,1297,2),
(5854,5853,2),
(5854,6176,2),
(5854,6862,2),
(5854,7200,2),
(5854,7531,2),
(5854,8302,2),
(5854,8847,2),
(5854,9039,2),
(5854,9047,2),
(5854,9049,2),
(5854,9760,2),
(5854,10183,2),
(5854,10190,2),
(5854,12286,2),
(5854,14851,2),
(5854,15232,2),
(5854,15864,2),
(5854,17113,2),
(5854,19570,2),
(5854,28783,2),
(5854,28799,2),
(5854,28801,2),
(5854,28854,2),
(5854,34266,2),
(5854,38515,2),
(5854,40541,2),
(5854,40551,2),
(5854,50165,2),
(5858,981,2),
(5860,5859,2),
(5860,6180,2),
(5860,7252,2),
(5860,7308,2),
(5860,7435,2),
(5860,7665,2),
(5860,7843,2),
(5860,7845,2),
(5860,8715,2),
(5860,9364,2),
(5860,9897,2),
(5860,10533,2),
(5860,11657,2),
(5860,11664,2),
(5860,11667,2),
(5860,11965,2),
(5860,12150,2),
(5860,12223,2),
(5860,14933,2),
(5860,14984,2),
(5860,14997,2),
(5860,15230,2),
(5860,15401,2),
(5860,15494,2),
(5860,15496,2),
(5860,16040,2),
(5860,16043,2),
(5860,20971,2),
(5860,20976,2),
(5860,21369,2),
(5860,23864,2),
(5860,28856,2),
(5860,38787,2),
(5860,39213,2),
(5860,50311,2),
(5864,1073,2),
(5866,5865,2),
(5866,6186,2),
(5866,6531,2),
(5866,6534,2),
(5866,6536,2),
(5866,6813,2),
(5866,7237,2),
(5866,8058,2),
(5866,8065,2),
(5866,8067,2),
(5866,8069,2),
(5866,8071,2),
(5866,8073,2),
(5866,8075,2),
(5866,8077,2),
(5866,8432,2),
(5866,9943,2),
(5866,9945,2),
(5866,11552,2),
(5866,11554,2),
(5866,11731,2),
(5866,11966,2),
(5866,12710,2),
(5866,12711,2),
(5866,12714,2),
(5866,14538,2),
(5866,14614,2),
(5866,14675,2),
(5866,14677,2),
(5866,15228,2),
(5866,15699,2),
(5866,16250,2),
(5866,21536,2),
(5866,23714,2),
(5866,38480,2),
(5866,40485,2),
(5866,50390,2),
(5870,1303,2),
(5872,5871,2),
(5872,6193,2),
(5872,6436,2),
(5872,6866,2),
(5872,7199,2),
(5872,7532,2),
(5872,8304,2),
(5872,8306,2),
(5872,8308,2),
(5872,8310,2),
(5872,8312,2),
(5872,8606,2),
(5872,8608,2),
(5872,8849,2),
(5872,9052,2),
(5872,9054,2),
(5872,9762,2),
(5872,12291,2),
(5872,14853,2),
(5872,15227,2),
(5872,15866,2),
(5872,15868,2),
(5876,1455,2),
(5878,5877,2),
(5878,6217,2),
(5878,7064,2),
(5878,7174,2),
(5878,7575,2),
(5878,8495,2),
(5878,9310,2),
(5878,9315,2),
(5878,9317,2),
(5878,9822,2),
(5878,10081,2),
(5878,10165,2),
(5878,11311,2),
(5878,12462,2),
(5878,14487,2),
(5878,15217,2),
(5878,15799,2),
(5878,17155,2),
(5878,23762,2),
(5878,28760,2),
(5878,28764,2),
(5878,28864,2),
(5878,34273,2),
(5878,38503,2),
(5878,38760,2),
(5878,50254,2),
(5882,989,2),
(5884,5883,2),
(5884,6221,2),
(5884,7251,2),
(5884,7436,2),
(5884,7668,2),
(5884,7848,2),
(5884,7854,2),
(5884,7856,2),
(5884,8389,2),
(5884,8391,2),
(5884,8393,2),
(5884,9365,2),
(5884,9899,2),
(5884,10536,2),
(5884,11669,2),
(5884,11975,2),
(5884,12156,2),
(5884,12225,2),
(5884,15000,2),
(5884,15215,2),
(5884,15498,2),
(5884,16050,2),
(5884,16053,2),
(5884,20978,2),
(5884,21375,2),
(5884,23867,2),
(5884,28866,2),
(5884,38788,2),
(5884,50317,2),
(5888,1219,2),
(5890,5889,2),
(5890,6230,2),
(5890,6906,2),
(5890,7212,2),
(5890,7515,2),
(5890,8253,2),
(5890,8255,2),
(5890,8945,2),
(5890,10029,2),
(5890,10031,2),
(5890,10499,2),
(5890,11982,2),
(5890,12162,2),
(5890,12651,2),
(5890,15207,2),
(5890,15835,2),
(5890,17166,2),
(5890,23831,2),
(5890,38774,2),
(5890,50677,2),
(5894,999,2),
(5896,5895,2),
(5896,6246,2),
(5896,7249,2),
(5896,7439,2),
(5896,7442,2),
(5896,7444,2),
(5896,7875,2),
(5896,7877,2),
(5896,7879,2),
(5896,8395,2),
(5896,8397,2),
(5896,9917,2),
(5896,10352,2),
(5896,10544,2),
(5896,11677,2),
(5896,11680,2),
(5896,11987,2),
(5896,12170,2),
(5896,12230,2),
(5896,15006,2),
(5896,15197,2),
(5896,15503,2),
(5896,16077,2),
(5900,1477,2),
(5902,5901,2),
(5902,6248,2),
(5902,6564,2),
(5902,6573,2),
(5902,7128,2),
(5902,7131,2),
(5902,7135,2),
(5902,7138,2),
(5902,7142,2),
(5902,7144,2),
(5902,7170,2),
(5902,7283,2),
(5902,7580,2),
(5902,8505,2),
(5902,8507,2),
(5902,8509,2),
(5902,9525,2),
(5902,9527,2),
(5902,9532,2),
(5902,9534,2),
(5902,9794,2),
(5902,10461,2),
(5902,11859,2),
(5902,14455,2),
(5902,15195,2),
(5902,15381,2),
(5902,15777,2),
(5902,17188,2),
(5902,23771,2),
(5902,28874,2),
(5902,28879,2),
(5902,34274,2),
(5902,38508,2),
(5902,50188,2),
(5906,1085,2),
(5908,5907,2),
(5908,6251,2),
(5908,6819,2),
(5908,7235,2),
(5908,7476,2),
(5908,7633,2),
(5908,8096,2),
(5908,8098,2),
(5908,8100,2),
(5908,8102,2),
(5908,8436,2),
(5908,9955,2),
(5908,11738,2),
(5908,11752,2),
(5908,11755,2),
(5908,11991,2),
(5908,12172,2),
(5908,12401,2),
(5908,15193,2),
(5908,15707,2),
(5908,15708,2),
(5908,16272,2),
(5908,16275,2),
(5908,21085,2),
(5908,21576,2),
(5908,23717,2),
(5908,38482,2),
(5908,50400,2),
(5912,1467,2),
(5914,5913,2),
(5914,6266,2),
(5914,6271,2),
(5914,6848,2),
(5914,7172,2),
(5914,7577,2),
(5914,8481,2),
(5914,8499,2),
(5914,9329,2),
(5914,9337,2),
(5914,9339,2),
(5914,9826,2),
(5914,10253,2),
(5914,11348,2),
(5914,12475,2),
(5914,14490,2),
(5914,15187,2),
(5914,15317,2),
(5914,15803,2),
(5918,1225,2),
(5920,5919,2),
(5920,6274,2),
(5920,6909,2),
(5920,7211,2),
(5920,7516,2),
(5920,8260,2),
(5920,8262,2),
(5920,8264,2),
(5920,8266,2),
(5920,8960,2),
(5920,8962,2),
(5920,9593,2),
(5920,10033,2),
(5920,10502,2),
(5920,11994,2),
(5920,12175,2),
(5920,12664,2),
(5920,12668,2),
(5920,15183,2),
(5920,15837,2),
(5920,17210,2),
(5924,1315,2),
(5926,5925,2),
(5926,6282,2),
(5926,6874,2),
(5926,7197,2),
(5926,7535,2),
(5926,8314,2),
(5926,8322,2),
(5926,8324,2),
(5926,8857,2),
(5926,9069,2),
(5926,9076,2),
(5926,9078,2),
(5926,9766,2),
(5926,9768,2),
(5926,10265,2),
(5926,10372,2),
(5926,11999,2),
(5926,12299,2),
(5926,14861,2),
(5926,15179,2),
(5926,15872,2),
(5926,17298,2),
(5926,19638,2),
(5926,21312,2),
(5926,21314,2),
(5926,28762,2),
(5926,28885,2),
(5926,34257,2),
(5926,38518,2),
(5926,50625,2),
(5930,1323,2),
(5932,5931,2),
(5932,6295,2),
(5932,6875,2),
(5932,6878,2),
(5932,7196,2),
(5932,7536,2),
(5932,8316,2),
(5932,8318,2),
(5932,8320,2),
(5932,8859,2),
(5932,9081,2),
(5932,9089,2),
(5932,9092,2),
(5932,9770,2),
(5932,10282,2),
(5932,12003,2),
(5932,12304,2),
(5932,14864,2),
(5932,14867,2),
(5932,14917,2),
(5932,15174,2),
(5932,15874,2),
(5932,17305,2),
(5932,19662,2),
(5932,23784,2),
(5932,28889,2),
(5932,38519,2),
(5932,50653,2),
(5936,1011,2),
(5938,5937,2),
(5938,6300,2),
(5938,7247,2),
(5938,7312,2),
(5938,7447,2),
(5938,7678,2),
(5938,7895,2),
(5938,7897,2),
(5938,7899,2),
(5938,7902,2),
(5938,7904,2),
(5938,7906,2),
(5938,8401,2),
(5938,8403,2),
(5938,8405,2),
(5938,8407,2),
(5938,9379,2),
(5938,9382,2),
(5938,9922,2),
(5938,10354,2),
(5938,10550,2),
(5938,11686,2),
(5938,11689,2),
(5938,12005,2),
(5938,12178,2),
(5938,12234,2),
(5938,15012,2),
(5938,15172,2),
(5938,15509,2),
(5938,16111,2),
(5938,16114,2),
(5938,16123,2),
(5938,16127,2),
(5938,21023,2),
(5938,21422,2),
(5938,23879,2),
(5938,28890,2),
(5938,34210,2),
(5938,34215,2),
(5938,38793,2),
(5938,50338,2),
(5942,1091,2),
(5944,5943,2),
(5944,6303,2),
(5944,6822,2),
(5944,7234,2),
(5944,7477,2),
(5944,8109,2),
(5944,8111,2),
(5944,8113,2),
(5944,8115,2),
(5944,9414,2),
(5944,9963,2),
(5944,11760,2),
(5944,12007,2),
(5944,12404,2),
(5944,15170,2),
(5944,15713,2),
(5944,16283,2),
(5944,16287,2),
(5944,21089,2),
(5944,21591,2),
(5944,33929,2),
(5944,34254,2),
(5944,36160,2),
(5944,36229,2),
(5944,38279,2),
(5944,38296,2),
(5944,38483,2),
(5944,38485,2),
(5944,50405,2),
(5948,1237,2),
(5950,5949,2),
(5950,6315,2),
(5950,6914,2),
(5950,7209,2),
(5950,7518,2),
(5950,8272,2),
(5950,8274,2),
(5950,8276,2),
(5950,8985,2),
(5950,8988,2),
(5950,9600,2),
(5950,9602,2),
(5950,9604,2),
(5950,10037,2),
(5950,11787,2),
(5950,12015,2),
(5950,12186,2),
(5950,12490,2),
(5950,12672,2),
(5950,15161,2),
(5950,15841,2),
(5950,17231,2),
(5950,17239,2),
(5950,17248,2),
(5950,17255,2),
(5950,17278,2),
(5950,17281,2),
(5950,21124,2),
(5950,23840,2),
(5950,25622,2),
(5950,38777,2),
(5950,47374,2),
(5950,50509,2),
(5954,1243,2),
(5956,5955,2),
(5956,6317,2),
(5956,7208,2),
(5956,7519,2),
(5956,8278,2),
(5956,8990,2),
(5956,9611,2),
(5956,9613,2),
(5956,9615,2),
(5956,9635,2),
(5956,9637,2),
(5956,9639,2),
(5956,10039,2),
(5956,10153,2),
(5956,10370,2),
(5956,11860,2),
(5956,12187,2),
(5956,12673,2),
(5956,15159,2),
(5956,15843,2),
(5956,17244,2),
(5956,17269,2),
(5956,17272,2),
(5956,21129,2),
(5956,47377,2),
(5956,50515,2),
(5960,1389,2),
(5962,5961,2),
(5962,6321,2),
(5962,6406,2),
(5962,6408,2),
(5962,7185,2),
(5962,7560,2),
(5962,8368,2),
(5962,8370,2),
(5962,8459,2),
(5962,8950,2),
(5962,9205,2),
(5962,9214,2),
(5962,9216,2),
(5962,9218,2),
(5962,9575,2),
(5962,9854,2),
(5962,11081,2),
(5962,11837,2),
(5962,12361,2),
(5962,15156,2),
(5962,15766,2),
(5962,17307,2),
(5962,21140,2),
(5962,28283,2),
(5962,28285,2),
(5962,28893,2),
(5962,34272,2),
(5962,38460,2),
(5962,38816,2),
(5962,50567,2),
(5966,1329,2),
(5968,5967,2),
(5968,6331,2),
(5968,6881,2),
(5968,7195,2),
(5968,7537,2),
(5968,8326,2),
(5968,8328,2),
(5968,8330,2),
(5968,8332,2),
(5968,8873,2),
(5968,8878,2),
(5968,9096,2),
(5968,9098,2),
(5968,9106,2),
(5968,9108,2),
(5968,9110,2),
(5968,9772,2),
(5968,9774,2),
(5968,10299,2),
(5968,12019,2),
(5968,12307,2),
(5968,14879,2),
(5968,15154,2),
(5968,15875,2),
(5972,1481,2),
(5974,5973,2),
(5974,6334,2),
(5974,6336,2),
(5974,6586,2),
(5974,6592,2),
(5974,7169,2),
(5974,7581,2),
(5974,8511,2),
(5974,8513,2),
(5974,9536,2),
(5974,9538,2),
(5974,9788,2),
(5974,9790,2),
(5974,10170,2),
(5974,10464,2),
(5974,11358,2),
(5974,11360,2),
(5978,1023,2),
(5980,16153,2),
(5980,16157,2),
(5980,21040,2),
(5980,21445,2),
(5980,23885,2),
(5980,23898,2),
(5980,23901,2),
(5980,25646,2),
(5980,25683,2),
(5980,34279,2),
(5980,38795,2),
(5980,40495,2),
(5980,50351,2),
(5983,1337,2),
(5985,5984,2),
(5985,6350,2),
(5985,7194,2),
(5985,7353,2),
(5985,7539,2),
(5985,8883,2),
(5985,9116,2),
(5985,9776,2),
(5985,9778,2),
(5985,9780,2),
(5985,12025,2),
(5985,12310,2),
(5985,14884,2),
(5985,15144,2),
(5985,15877,2),
(5988,1407,2),
(5990,5989,2),
(5990,6010,2),
(5990,6352,2),
(5990,6410,2),
(5990,6936,2),
(5990,7182,2),
(5990,7561,2),
(5990,9235,2),
(5990,9237,2),
(5990,9875,2),
(5990,11862,2),
(5990,12371,2),
(5990,14624,2),
(5990,15064,2),
(5990,15142,2),
(5990,15774,2),
(5990,17325,2),
(5990,23689,2),
(5990,24349,2),
(5990,28275,2),
(5990,28277,2),
(5990,28785,2),
(5990,28902,2),
(5990,38450,2),
(5990,38461,2),
(5990,38707,2),
(5990,38711,2),
(5990,38817,2),
(5990,50572,2),
(5995,1343,2),
(5997,50635,2),
(6001,1109,2),
(6007,1117,2),
(6009,6008,2),
(6009,6358,2),
(6009,7230,2),
(6009,7483,2),
(6009,8154,2),
(6009,8156,2),
(6009,8158,2),
(6009,8160,2),
(6009,8166,2),
(6009,8168,2),
(6009,8170,2),
(6009,8444,2),
(6009,9432,2),
(6009,9435,2),
(6009,9974,2),
(6009,11595,2),
(6009,11799,2),
(6009,12031,2),
(6009,12198,2),
(6009,12334,2),
(6009,12338,2),
(6009,12419,2),
(6009,15058,2),
(6009,15136,2),
(6009,15721,2),
(6009,17334,2),
(6015,1473,2),
(6017,6016,2),
(6017,6360,2),
(6017,6555,2),
(6017,6559,2),
(6017,6562,2),
(6017,7171,2),
(6017,7578,2),
(6017,8501,2),
(6017,8503,2),
(6017,9467,2),
(6017,9472,2),
(6017,9474,2),
(6017,9476,2),
(6017,9792,2),
(6017,10095,2),
(6017,10103,2),
(6017,10168,2),
(6017,10467,2),
(6017,11980,2),
(6017,14460,2),
(6017,14463,2),
(6017,15056,2),
(6017,15131,2),
(6017,15385,2),
(6017,15781,2),
(6017,17345,2),
(6021,1031,2),
(6023,6022,2),
(6023,6366,2),
(6023,7244,2),
(6023,7457,2),
(6023,7687,2),
(6023,7942,2),
(6023,7944,2),
(6023,7946,2),
(6023,7948,2),
(6023,8413,2),
(6023,9394,2),
(6023,9397,2),
(6023,9928,2),
(6023,11549,2),
(6023,11696,2),
(6023,14904,2),
(6023,15054,2),
(6023,15125,2),
(6023,15515,2),
(6029,16162,2),
(6029,16180,2),
(6029,16196,2),
(6029,16199,2),
(6029,16200,2),
(6029,21461,2),
(6029,23888,2),
(6029,28911,2),
(6029,38796,2),
(6029,40468,2),
(6034,1249,2),
(6036,6035,2),
(6036,6372,2),
(6036,6917,2),
(6036,7207,2),
(6036,7520,2),
(6036,8280,2),
(6036,8467,2),
(6036,8993,2),
(6036,8996,2),
(6036,9588,2),
(6036,10040,2),
(6036,11831,2),
(6036,12039,2),
(6036,12495,2),
(6036,12691,2),
(6036,15048,2),
(6036,15118,2),
(6036,15845,2),
(6036,17260,2),
(6040,1349,2),
(6042,6041,2),
(6042,6380,2),
(6042,7192,2),
(6042,7541,2),
(6042,7543,2),
(6042,8334,2),
(6042,8336,2),
(6042,8890,2),
(6042,9118,2),
(6042,9122,2),
(6042,9125,2),
(6042,9786,2),
(6042,10433,2),
(6042,12322,2),
(6042,14898,2),
(6042,15042,2),
(6042,15105,2),
(6042,15881,2),
(6042,17383,2),
(6042,19754,2),
(6042,23796,2),
(6042,28918,2),
(6042,31412,2),
(6042,38522,2),
(6042,50640,2),
(6046,1135,2),
(6048,6047,2),
(6048,6382,2),
(6048,7227,2),
(6048,8209,2),
(6048,8219,2),
(6048,8221,2),
(6048,8223,2),
(6048,8225,2),
(6048,8450,2),
(6048,9448,2),
(6048,9451,2),
(6048,9454,2),
(6048,9456,2),
(6048,9982,2),
(6048,11558,2),
(6048,11564,2),
(6048,12483,2),
(6048,12720,2),
(6048,14545,2),
(6048,15040,2),
(6048,15103,2),
(6048,15727,2),
(6048,17385,2),
(6048,21729,2),
(6048,23904,2),
(6048,38495,2),
(6048,38498,2),
(6048,38523,2),
(6048,40478,2),
(6048,50442,2),
(6571,1477,2),
(6575,6573,2),
(6575,7128,2),
(6575,7131,2),
(6575,7135,2),
(6575,7138,2),
(6575,7142,2),
(6575,7144,2),
(6575,7170,2),
(6575,7283,2),
(6575,7580,2),
(6575,8505,2),
(6575,8507,2),
(6575,8509,2),
(6575,9525,2),
(6575,9527,2),
(6575,9532,2),
(6575,9534,2),
(6575,9794,2),
(6575,10461,2),
(6575,11859,2),
(6575,14455,2),
(6575,15195,2),
(6575,15381,2),
(6575,15777,2),
(6575,17188,2),
(6575,23771,2),
(6575,28874,2),
(6575,28879,2),
(6575,34274,2),
(6575,38508,2),
(6575,50188,2),
(6583,1481,2),
(6588,6586,2),
(6588,6592,2),
(6588,7169,2),
(6588,7581,2),
(6588,8511,2),
(6588,8513,2),
(6588,9536,2),
(6588,9538,2),
(6588,9788,2),
(6588,9790,2),
(6603,1161,2),
(6621,1165,2),
(6625,16909,2),
(6626,6624,2),
(6626,6631,2),
(6626,6634,2),
(6626,6886,2),
(6626,6962,2),
(6626,7221,2),
(6626,7260,2),
(6626,7500,2),
(6626,7601,2),
(6626,7621,2),
(6626,7795,2),
(6626,7797,2),
(6626,7808,2),
(6626,7811,2),
(6626,7813,2),
(6626,7970,2),
(6626,7972,2),
(6626,7980,2),
(6626,8551,2),
(6626,9480,2),
(6626,9482,2),
(6626,9991,2),
(6626,9999,2),
(6626,11893,2),
(6626,12116,2),
(6626,12120,2),
(6626,12510,2),
(6626,15308,2),
(6626,15807,2),
(6651,1437,2),
(6656,6654,2),
(6656,6841,2),
(6656,7031,2),
(6656,7177,2),
(6656,8455,2),
(6656,8457,2),
(6656,8461,2),
(6656,8469,2),
(6656,8471,2),
(6656,8489,2),
(6656,9284,2),
(6656,9577,2),
(6656,9818,2),
(6669,1431,2),
(6675,9277,2),
(6675,9280,2),
(6675,9460,2),
(6675,9462,2),
(6675,9464,2),
(6675,9801,2),
(6675,9810,2),
(6675,10374,2),
(6675,11244,2),
(6675,11951,2),
(6675,12454,2),
(6675,14474,2),
(6675,14666,2),
(6675,15249,2),
(6675,15791,2),
(6675,17051,2),
(6675,21144,2),
(6675,23750,2),
(6675,28839,2),
(6675,38501,2),
(6675,50231,2),
(6748,1269,2),
(6754,6752,2),
(6754,6768,2),
(6754,6770,2),
(6754,7006,2),
(6754,7204,2),
(6754,7525,2),
(6754,8286,2),
(6754,8826,2),
(6754,9002,2),
(6754,9004,2),
(6754,9747,2),
(6754,11930,2),
(6754,12272,2),
(6754,14843,2),
(6754,15273,2),
(6754,15850,2),
(6754,16980,2),
(6754,19177,2),
(6754,19461,2),
(6754,25620,2),
(6754,28823,2),
(6754,34278,2),
(6754,43185,2),
(6754,50599,2),
(6781,1277,2),
(6787,6785,2),
(6787,6798,2),
(6787,6854,2),
(6787,6856,2),
(6787,7010,2),
(6787,7203,2),
(6787,7527,2),
(6787,8828,2),
(6787,9006,2),
(6787,9750,2),
(6787,9752,2),
(6787,11934,2),
(6787,12141,2),
(6787,12276,2),
(6787,14846,2),
(6787,15267,2),
(6787,15853,2),
(6787,16981,2),
(6787,19480,2),
(6787,19537,2),
(6787,28827,2),
(6787,50648,2),
(7060,1449,2),
(7062,7061,2),
(7062,7175,2),
(7062,7573,2),
(7062,8475,2),
(7062,8477,2),
(7062,8493,2),
(7062,9300,2),
(7062,9303,2),
(7062,9305,2),
(7062,9307,2),
(7062,9820,2),
(7062,10063,2),
(7062,10065,2),
(7062,10067,2),
(7062,10162,2),
(7062,11292,2),
(7339,1353,2),
(7343,7341,2),
(7343,7346,2),
(7343,7349,2),
(7343,7386,2),
(7343,7544,2),
(8355,8354,2),
(8355,8519,2),
(8524,8523,2),
(8529,8528,2),
(8529,8547,2),
(8536,1395,2),
(8539,8537,2),
(8539,9220,2),
(8539,9227,2),
(8539,9229,2),
(8539,9857,2),
(8539,11152,2),
(8596,8594,2),
(8596,8902,2),
(8596,9133,2),
(8596,9832,2),
(8596,11411,2),
(8630,8627,2),
(8630,8637,2),
(8630,8651,2),
(8630,8656,2),
(8630,9348,2),
(8630,9884,2),
(8630,10453,2),
(8630,10455,2),
(8630,11546,2),
(8630,11548,2),
(8630,11609,2),
(8630,11906,2),
(8630,15300,2),
(8630,15883,2),
(8630,15885,2),
(8630,15951,2),
(8639,8637,2),
(8639,8651,2),
(8639,8656,2),
(8639,9348,2),
(8639,9884,2),
(8639,10453,2),
(8639,10455,2),
(8639,11546,2),
(8639,11548,2),
(8639,11609,2),
(8639,11906,2),
(8639,15300,2),
(8639,15883,2),
(8639,15885,2),
(8639,15951,2),
(8639,15970,2),
(8639,15973,2),
(8639,15976,2),
(8639,21335,2),
(8639,23849,2),
(8639,38781,2),
(8639,40489,2),
(8639,50286,2),
(8653,8651,2),
(8653,8656,2),
(8653,9348,2),
(8653,9884,2),
(8653,10453,2),
(8653,10455,2),
(8653,11546,2),
(8653,11548,2),
(8653,11609,2),
(8653,11906,2),
(8653,15300,2),
(8653,15883,2),
(8653,15885,2),
(8653,15951,2),
(8653,15970,2),
(8653,15973,2),
(8653,15976,2),
(8662,8661,2),
(8672,8671,2),
(8672,8679,2),
(8672,8681,2),
(8672,8683,2),
(8672,8693,2),
(8672,8698,2),
(8672,8700,2),
(8672,8701,2),
(8672,8708,2),
(8672,8712,2),
(8672,8713,2),
(8672,8727,2),
(8672,8766,2),
(8672,8775,2),
(8672,8777,2),
(8672,9479,2),
(8672,11008,2),
(8672,11567,2),
(8672,11569,2),
(8672,12507,2),
(8672,15283,2),
(8672,15887,2),
(8672,15889,2),
(8672,15892,2),
(8672,16967,2),
(8672,16971,2),
(8672,21751,2),
(8672,21824,2),
(8672,23809,2),
(8672,38768,2),
(8672,50456,2),
(8690,1161,2),
(8695,8693,2),
(8695,8698,2),
(8695,8700,2),
(8695,8701,2),
(8695,8708,2),
(8695,8712,2),
(8695,8713,2),
(8695,8727,2),
(8695,8766,2),
(8695,8775,2),
(8695,8777,2),
(8695,9479,2),
(8695,11008,2),
(8695,11567,2),
(8695,11569,2),
(8695,12507,2),
(8695,15283,2),
(8695,15887,2),
(8695,15889,2),
(8695,15892,2),
(8695,16967,2),
(8695,16971,2),
(8695,21751,2),
(8853,1309,2),
(8855,8854,2),
(8855,9057,2),
(8855,9064,2),
(8855,9066,2),
(8855,9764,2),
(8855,10202,2),
(8855,11977,2),
(8855,12295,2),
(8855,14859,2),
(8855,15213,2),
(8855,15870,2),
(8855,17161,2),
(8855,19619,2),
(8855,28868,2),
(8855,38517,2),
(8872,1329,2),
(8875,8873,2),
(8875,8878,2),
(8875,9096,2),
(8875,9098,2),
(8875,9106,2),
(8875,9108,2),
(8875,9110,2),
(8875,9772,2),
(8875,9774,2),
(8875,10299,2),
(8875,12019,2),
(8875,12307,2),
(9378,1011,2),
(9380,9379,2),
(9380,9382,2),
(9380,9922,2),
(9380,10354,2),
(9380,10550,2),
(10111,1283,2),
(10117,10115,2),
(10117,10122,2),
(10117,11010,2),
(10117,11953,2),
(10117,12279,2),
(10117,14848,2),
(10117,15246,2),
(10117,15855,2),
(10117,17059,2),
(10117,19504,2),
(10117,23695,2),
(10117,28841,2),
(10117,31428,2),
(10117,34256,2),
(10117,38514,2),
(10117,50604,2),
(10130,1289,2),
(10136,10134,2),
(10136,11962,2),
(10136,12282,2),
(10136,14850,2),
(10136,15234,2),
(10136,15860,2),
(10136,17111,2),
(10136,19527,2),
(10136,28851,2),
(10136,43188,2),
(10136,50609,2),
(10171,10170,2),
(10171,10464,2),
(10171,11358,2),
(10171,11360,2),
(10179,1297,2),
(10185,10183,2),
(10185,10190,2),
(10185,12286,2),
(10185,14851,2),
(10185,15232,2),
(10185,15864,2),
(10185,17113,2),
(10185,19570,2),
(10185,28783,2),
(10185,28799,2),
(10185,28801,2),
(10185,28854,2),
(10185,34266,2),
(10185,38515,2),
(10185,40541,2),
(10185,40551,2),
(10185,50165,2),
(10198,1309,2),
(10204,10202,2),
(10204,11977,2),
(10204,12295,2),
(10204,14859,2),
(10204,15213,2),
(10204,15870,2),
(10204,17161,2),
(10204,19619,2),
(10204,28868,2),
(10204,38517,2),
(10204,38758,2),
(10204,50620,2),
(10261,1315,2),
(10267,10265,2),
(10267,10372,2),
(10267,11999,2),
(10267,12299,2),
(10267,14861,2),
(10267,15179,2),
(10267,15872,2),
(10267,17298,2),
(10267,19638,2),
(10267,21312,2),
(10267,21314,2),
(10267,28762,2),
(10267,28885,2),
(10267,34257,2),
(10267,38518,2),
(10267,50625,2),
(10278,1323,2),
(10284,10282,2),
(10284,12003,2),
(10284,12304,2),
(10284,14864,2),
(10284,14867,2),
(10284,14917,2),
(10284,15174,2),
(10284,15874,2),
(10284,17305,2),
(10284,19662,2),
(10284,23784,2),
(10284,28889,2),
(10284,38519,2),
(10284,50653,2),
(10295,1329,2),
(10301,10299,2),
(10301,12019,2),
(10301,12307,2),
(10301,14879,2),
(10301,15154,2),
(10301,15875,2),
(10301,17312,2),
(10301,19680,2),
(10301,23789,2),
(10301,33900,2),
(10301,50630,2),
(10311,2720,2),
(10316,10314,2),
(10316,10320,2),
(10316,11866,2),
(10316,11913,2),
(10316,12325,2),
(10316,14509,2),
(10316,14524,2),
(10316,15288,2),
(10316,15734,2),
(10316,15737,2),
(10316,16947,2),
(10316,19781,2),
(10316,23692,2),
(10316,28259,2),
(10316,28261,2),
(10316,28821,2),
(10316,38451,2),
(10316,38798,2),
(10316,50526,2),
(10327,1359,2),
(10332,10330,2),
(10332,11943,2),
(10332,12340,2),
(10332,14558,2),
(10332,15257,2),
(10332,15745,2),
(10332,17041,2),
(10332,17044,2),
(10332,19845,2),
(10332,28303,2),
(10332,28305,2),
(10332,28339,2),
(10332,28835,2),
(10332,34269,2),
(10332,38454,2),
(10332,50536,2),
(10341,1365,2),
(10346,10344,2),
(10346,11945,2),
(10346,12343,2),
(10346,15255,2),
(10346,15751,2),
(10346,17049,2),
(10346,19863,2),
(10346,28299,2),
(10346,28301,2),
(10346,28837,2),
(10346,38455,2),
(10346,38807,2),
(10346,50541,2),
(10393,1255,2),
(10398,10396,2),
(10398,10403,2),
(10398,10408,2),
(10398,10411,2),
(10398,10413,2),
(10398,10415,2),
(10398,10417,2),
(10398,10419,2),
(10398,10421,2),
(10398,10424,2),
(10398,11591,2),
(10398,11742,2),
(10398,11845,2),
(10398,11890,2),
(10398,12113,2),
(10398,12249,2),
(10398,14839,2),
(10398,15312,2),
(10398,15393,2),
(10398,15847,2),
(10398,15925,2),
(10398,19147,2),
(10435,10434,2),
(10435,10440,2),
(10435,10508,2),
(10435,11431,2),
(10435,11592,2),
(10435,11600,2),
(10435,11603,2),
(10435,11864,2),
(10435,11892,2),
(10435,12115,2),
(10435,12118,2),
(10435,12207,2),
(10435,14930,2),
(10435,14940,2),
(10435,14955,2),
(10435,14957,2),
(10435,14986,2),
(10435,15310,2),
(10435,15432,2),
(10435,15437,2),
(10435,15929,2),
(10435,15933,2),
(10435,16116,2),
(10435,16938,2),
(10435,17390,2),
(10435,19164,2),
(10435,20831,2),
(10435,20847,2),
(10435,21325,2),
(10435,23846,2),
(10435,24802,2),
(10435,28343,2),
(10435,38475,2),
(10435,38779,2),
(10435,40369,2),
(10435,40501,2),
(10435,50276,2),
(11019,1371,2),
(11025,11023,2),
(11025,12353,2),
(11025,14575,2),
(11025,14592,2),
(11025,15221,2),
(11025,15758,2),
(11025,17146,2),
(11025,19919,2),
(11025,28295,2),
(11025,28297,2),
(11025,28860,2),
(11025,34271,2),
(11025,38347,2),
(11025,38352,2),
(11025,38357,2),
(11025,38361,2),
(11025,38374,2),
(11025,38457,2),
(11025,38714,2),
(11025,38764,2),
(11025,38809,2),
(11025,50552,2),
(11038,1377,2),
(11044,11042,2),
(11044,11050,2),
(11044,12356,2),
(11044,14604,2),
(11044,15202,2),
(11044,15760,2),
(11044,17173,2),
(11044,19934,2),
(11044,19942,2),
(11044,28291,2),
(11044,28293,2),
(11044,28872,2),
(11044,38458,2),
(11044,38810,2),
(11044,50557,2),
(11058,1383,2),
(11064,11062,2),
(11064,12001,2),
(11064,12359,2),
(11064,14615,2),
(11064,15177,2),
(11064,15764,2),
(11064,17303,2),
(11064,19955,2),
(11064,28287,2),
(11064,28289,2),
(11064,28887,2),
(11064,38459,2),
(11064,38813,2),
(11064,50562,2),
(11077,1389,2),
(11083,11081,2),
(11083,11837,2),
(11083,12361,2),
(11083,15156,2),
(11083,15766,2),
(11083,17307,2),
(11083,21140,2),
(11083,28283,2),
(11083,28285,2),
(11083,28893,2),
(11083,34272,2),
(11083,38460,2),
(11083,38816,2),
(11083,50567,2),
(11098,1413,2),
(11104,11102,2),
(11104,11939,2),
(11104,12376,2),
(11104,14626,2),
(11104,15262,2),
(11104,15742,2),
(11104,17021,2),
(11104,17024,2),
(11104,19823,2),
(11104,21316,2),
(11104,28271,2),
(11104,28273,2),
(11104,28831,2),
(11104,38293,2),
(11104,38464,2),
(11104,38804,2),
(11104,50588,2),
(11112,1401,2),
(11114,11128,2),
(11114,11985,2),
(11114,12169,2),
(11114,12369,2),
(11114,14621,2),
(11114,15200,2),
(11114,15762,2),
(11114,17182,2),
(11114,17186,2),
(11114,28279,2),
(11114,28281,2),
(11114,38463,2),
(11114,50582,2),
(11148,1395,2),
(11154,11152,2),
(11154,11584,2),
(11154,11971,2),
(11154,12154,2),
(11154,12253,2),
(11154,12271,2),
(11154,12283,2),
(11154,12292,2),
(11154,12364,2),
(11154,14617,2),
(11154,15223,2),
(11154,15755,2),
(11154,17138,2),
(11154,19900,2),
(11154,21138,2),
(11154,22330,2),
(11154,23698,2),
(11154,27451,2),
(11154,28267,2),
(11154,28269,2),
(11154,38462,2),
(11154,50577,2),
(11171,2712,2),
(11177,11175,2),
(11177,11955,2),
(11177,12348,2),
(11177,15244,2),
(11177,15753,2),
(11177,17066,2),
(11177,17070,2),
(11177,19880,2),
(11177,28263,2),
(11177,28265,2),
(11177,28843,2),
(11177,38456,2),
(11177,38718,2),
(11177,38808,2),
(11177,50547,2),
(11194,1419,2),
(11200,11198,2),
(11200,11938,2),
(11200,12448,2),
(11200,14465,2),
(11200,14691,2),
(11200,14695,2),
(11200,14699,2),
(11200,15263,2),
(11200,15784,2),
(11200,17013,2),
(11200,17016,2),
(11200,23744,2),
(11200,28829,2),
(11200,38499,2),
(11200,50219,2),
(11216,1425,2),
(11222,11220,2),
(11222,11941,2),
(11222,12451,2),
(11222,14467,2),
(11222,15259,2),
(11222,15786,2),
(11222,17030,2),
(11222,21142,2),
(11222,23747,2),
(11222,28833,2),
(11222,34246,2),
(11222,43182,2),
(11222,50225,2),
(11236,11256,2),
(11236,12728,2),
(11236,14480,2),
(11236,15247,2),
(11236,15248,2),
(11236,15390,2),
(11236,15894,2),
(11236,17055,2),
(11236,17057,2),
(11236,23753,2),
(11236,34776,2),
(11236,38500,2),
(11236,50239,2),
(11237,11235,2),
(11237,11239,2),
(11270,1443,2),
(11276,11274,2),
(11276,12456,2),
(11276,14483,2),
(11276,15238,2),
(11276,15795,2),
(11276,17100,2),
(11276,17103,2),
(11276,21146,2),
(11276,23756,2),
(11276,28847,2),
(11276,38298,2),
(11276,38502,2),
(11276,50244,2),
(11288,1449,2),
(11294,11292,2),
(11294,11588,2),
(11294,12460,2),
(11294,14485,2),
(11294,15219,2),
(11294,15346,2),
(11294,15348,2),
(11294,15350,2),
(11294,15367,2),
(11294,15371,2),
(11294,15396,2),
(11294,15797,2),
(11294,17152,2),
(11294,21148,2),
(11294,23759,2),
(11294,27530,2),
(11294,27903,2),
(11294,27905,2),
(11294,28862,2),
(11294,38504,2),
(11294,50249,2),
(11307,1455,2),
(11313,11311,2),
(11313,12462,2),
(11313,14487,2),
(11313,15217,2),
(11313,15799,2),
(11313,17155,2),
(11313,23762,2),
(11313,28760,2),
(11313,28764,2),
(11313,28864,2),
(11313,34273,2),
(11313,38503,2),
(11313,38760,2),
(11313,50254,2),
(11326,1461,2),
(11332,11330,2),
(11332,11847,2),
(11332,12472,2),
(11332,14488,2),
(11332,15190,2),
(11332,15801,2),
(11332,17195,2),
(11332,21150,2),
(11332,28876,2),
(11332,38505,2),
(11332,50259,2),
(11344,1467,2),
(11350,11348,2),
(11350,12475,2),
(11350,14490,2),
(11350,15187,2),
(11350,15317,2),
(11350,15803,2),
(11350,17201,2),
(11350,23765,2),
(11350,25644,2),
(11350,28780,2),
(11350,28882,2),
(11350,34247,2),
(11350,36225,2),
(11350,38294,2),
(11350,38506,2),
(11350,50265,2),
(11495,11493,2),
(11495,11502,2),
(11495,11505,2),
(11495,11507,2),
(11495,11509,2),
(11495,11530,2),
(11495,11532,2),
(11495,11534,2),
(11495,11536,2),
(11495,12020,2),
(11495,14450,2),
(11495,14640,2),
(11495,15128,2),
(11495,15152,2),
(11495,15320,2),
(11495,15328,2),
(11495,15334,2),
(11495,15336,2),
(11495,15338,2),
(11495,15375,2),
(11495,15779,2),
(11495,17315,2),
(11495,23774,2),
(11495,28895,2),
(11495,38509,2),
(11495,50195,2),
(11501,11493,2),
(11501,11502,2),
(11501,11505,2),
(11501,11507,2),
(11501,11509,2),
(11501,11530,2),
(11501,11532,2),
(11501,11534,2),
(11501,11536,2),
(11501,12020,2),
(11501,14450,2),
(11501,14640,2),
(11501,15128,2),
(11501,15152,2),
(11501,15320,2),
(11501,15328,2),
(11501,15334,2),
(11501,15336,2),
(11501,15338,2),
(11501,15375,2),
(11501,15779,2),
(11501,17315,2),
(11501,23774,2),
(11501,28895,2),
(11501,38509,2),
(11501,50195,2),
(11576,1353,2),
(11579,11577,2),
(11579,11581,2),
(11579,11926,2),
(11579,12134,2),
(11579,12337,2),
(11579,14535,2),
(11579,14552,2),
(11579,15281,2),
(11579,15740,2),
(11579,16974,2),
(11579,16977,2),
(11579,19804,2),
(11579,24451,2),
(11579,28307,2),
(11579,28309,2),
(11579,36242,2),
(11579,36245,2),
(11579,38452,2),
(11579,38801,2),
(11579,50531,2),
(11585,11584,2),
(11585,11971,2),
(11585,12154,2),
(11585,12253,2),
(11585,12271,2),
(11585,12283,2),
(11585,12292,2),
(11585,12364,2),
(11585,14617,2),
(11585,15223,2),
(11585,15755,2),
(11585,17138,2),
(11585,19900,2),
(11585,21138,2),
(11585,22330,2),
(11585,23698,2),
(11585,27451,2),
(11585,28267,2),
(11585,28269,2),
(11585,38462,2),
(11585,50577,2),
(11589,11588,2),
(11589,12460,2),
(11589,14485,2),
(11589,15219,2),
(11589,15346,2),
(11589,15348,2),
(11589,15350,2),
(11589,15367,2),
(11589,15371,2),
(11589,15396,2),
(11589,15797,2),
(11589,17152,2),
(11589,21148,2),
(11589,23759,2),
(11589,27530,2),
(11589,27903,2),
(11589,27905,2),
(11589,28862,2),
(11589,38504,2),
(11589,50249,2),
(11687,11686,2),
(11687,11689,2),
(11687,12005,2),
(11687,12178,2),
(11687,12234,2),
(11687,15012,2),
(11687,15172,2),
(11687,15509,2),
(11687,16111,2),
(11687,16114,2),
(11687,16123,2),
(11687,16127,2),
(11687,21023,2),
(11687,21422,2),
(11687,23879,2),
(11687,28890,2),
(14880,14879,2),
(14880,15154,2),
(14880,15875,2),
(14880,17312,2),
(14880,19680,2),
(14880,23789,2),
(15095,945,2),
(15097,15096,2),
(15097,15101,2),
(15097,15111,2),
(15971,15970,2),
(15971,15973,2),
(15971,15976,2),
(15971,21335,2),
(15971,23849,2),
(15971,38781,2),
(15971,40489,2),
(15971,50286,2),
(16005,16004,2),
(16005,16008,2),
(16005,20954,2),
(16005,21365,2),
(16005,23858,2),
(16005,28825,2),
(16005,38785,2),
(16005,50301,2),
(16028,16027,2),
(16028,16031,2),
(16028,20919,2),
(16028,20962,2),
(16028,21367,2),
(16028,23861,2),
(16028,28757,2),
(16028,38786,2),
(16028,50306,2),
(16062,995,2),
(16065,16064,2),
(16065,16069,2),
(16065,20985,2),
(16065,21379,2),
(16065,23870,2),
(16065,28870,2),
(16065,34275,2),
(16065,38789,2),
(16065,40405,2),
(16065,40413,2),
(16065,40416,2),
(16065,40421,2),
(16065,40425,2),
(16065,40431,2),
(16065,40446,2),
(16065,50322,2),
(16083,16082,2),
(16083,16086,2),
(16083,20992,2),
(16083,21409,2),
(16083,23873,2),
(16083,28768,2),
(16083,28770,2),
(16083,28775,2),
(16083,34245,2),
(16083,38790,2),
(16083,40456,2),
(16083,50327,2),
(16096,1005,2),
(16099,16098,2),
(16105,16104,2),
(16105,16107,2),
(16105,21002,2),
(16105,21417,2),
(16105,23876,2),
(16105,28883,2),
(16105,38792,2),
(16105,40462,2),
(16105,50332,2),
(16136,1017,2),
(16139,16138,2),
(16139,16142,2),
(16139,21437,2),
(16139,23882,2),
(16139,28898,2),
(16139,34276,2),
(16139,38794,2),
(16139,50345,2),
(16167,16166,2),
(16172,16171,2),
(16172,16174,2),
(16172,21046,2),
(16172,21449,2),
(16172,23945,2),
(16172,36268,2),
(16186,1041,2),
(16188,16187,2),
(16189,20891,2),
(16189,21053,2),
(16189,21468,2),
(16189,23891,2),
(16189,38300,2),
(16189,38797,2),
(16189,40473,2),
(16189,50363,2),
(16209,1045,2),
(16212,16211,2),
(16212,16921,2),
(16212,21058,2),
(16212,21481,2),
(16212,23702,2),
(16212,28810,2),
(16212,34251,2),
(16212,38317,2),
(16212,38476,2),
(16212,40923,2),
(16212,50369,2),
(16223,1051,2),
(16226,16225,2),
(16226,16229,2),
(16226,21061,2),
(16226,21496,2),
(16226,23705,2),
(16226,28755,2),
(16226,36267,2),
(16226,38477,2),
(16226,40279,2),
(16226,40281,2),
(16226,50374,2),
(16226,54156,2),
(16259,1079,2),
(16262,16261,2),
(16262,16265,2),
(16262,21081,2),
(16262,21554,2),
(16262,34263,2),
(16262,38321,2),
(16262,38481,2),
(16262,47389,2),
(16262,50395,2),
(16296,1097,2),
(16299,16298,2),
(16299,16302,2),
(16299,21093,2),
(16299,21604,2),
(16299,23720,2),
(16299,38487,2),
(16299,50410,2),
(16310,1103,2),
(16313,16312,2),
(16313,17232,2),
(16313,21643,2),
(16313,23723,2),
(16313,38488,2),
(16313,50415,2),
(16917,16916,2),
(16917,16919,2),
(16917,21764,2),
(16917,28753,2),
(16917,28773,2),
(16917,28808,2),
(16917,34277,2),
(16917,38765,2),
(16917,40515,2),
(16917,47405,2),
(16917,50461,2),
(16966,1161,2),
(16968,16967,2),
(16968,16971,2),
(16968,21751,2),
(16968,21824,2),
(16968,23809,2),
(16968,38768,2),
(16968,50456,2),
(17003,17002,2),
(17003,17006,2),
(17003,17008,2),
(17003,21840,2),
(17003,23817,2),
(17003,38769,2),
(17003,50477,2),
(17003,50484,2),
(17014,17013,2),
(17014,17016,2),
(17014,23744,2),
(17014,28829,2),
(17014,38499,2),
(17014,50219,2),
(17020,1413,2),
(17022,17021,2),
(17022,17024,2),
(17022,19823,2),
(17022,21316,2),
(17022,28271,2),
(17022,28273,2),
(17022,28831,2),
(17022,38293,2),
(17022,38464,2),
(17022,38804,2),
(17022,50588,2),
(17029,1425,2),
(17032,17030,2),
(17032,21142,2),
(17032,23747,2),
(17032,28833,2),
(17032,34246,2),
(17032,43182,2),
(17032,50225,2),
(17040,1359,2),
(17042,17041,2),
(17042,17044,2),
(17042,19845,2),
(17042,28303,2),
(17042,28305,2),
(17042,28339,2),
(17042,28835,2),
(17042,34269,2),
(17042,38454,2),
(17042,50536,2),
(17048,1365,2),
(17050,17049,2),
(17050,19863,2),
(17050,28299,2),
(17050,28301,2),
(17050,28837,2),
(17050,38455,2),
(17050,38807,2),
(17050,50541,2),
(17065,2712,2),
(17068,17066,2),
(17068,17070,2),
(17068,19880,2),
(17068,28263,2),
(17068,28265,2),
(17068,28843,2),
(17068,38456,2),
(17068,38718,2),
(17068,38808,2),
(17068,50547,2),
(17093,17092,2),
(17093,17095,2),
(17093,23822,2),
(17093,38771,2),
(17093,50488,2),
(17099,1443,2),
(17101,17100,2),
(17101,17103,2),
(17101,21146,2),
(17101,23756,2),
(17101,28847,2),
(17101,38298,2),
(17101,38502,2),
(17101,50244,2),
(17109,17108,2),
(17109,23825,2),
(17109,25655,2),
(17109,25657,2),
(17109,25659,2),
(17109,25661,2),
(17109,25663,2),
(17109,25665,2),
(17109,28849,2),
(17109,34264,2),
(17109,38772,2),
(17109,50671,2),
(17118,17117,2),
(17118,17120,2),
(17118,19600,2),
(17118,23780,2),
(17118,28857,2),
(17118,34250,2),
(17118,34267,2),
(17118,38516,2),
(17118,50615,2),
(17128,1215,2),
(17131,17130,2),
(17131,21120,2),
(17131,23828,2),
(17131,31404,2),
(17131,38304,2),
(17131,38773,2),
(17131,50493,2),
(17137,1395,2),
(17140,17138,2),
(17140,19900,2),
(17140,21138,2),
(17140,22330,2),
(17140,23698,2),
(17140,27451,2),
(17140,28267,2),
(17140,28269,2),
(17140,38462,2),
(17140,50577,2),
(17145,1371,2),
(17147,17146,2),
(17147,19919,2),
(17147,28295,2),
(17147,28297,2),
(17147,28860,2),
(17147,34271,2),
(17147,38347,2),
(17147,38352,2),
(17147,38357,2),
(17147,38361,2),
(17147,38374,2),
(17147,38457,2),
(17147,38714,2),
(17147,38764,2),
(17147,38809,2),
(17147,50552,2),
(17151,1449,2),
(17153,17152,2),
(17153,21148,2),
(17153,23759,2),
(17153,27530,2),
(17153,27903,2),
(17153,27905,2),
(17153,28862,2),
(17153,38504,2),
(17153,50249,2),
(17160,1309,2),
(17163,17161,2),
(17163,19619,2),
(17163,28868,2),
(17163,38517,2),
(17163,38758,2),
(17163,50620,2),
(17172,1377,2),
(17175,17173,2),
(17175,19934,2),
(17175,19942,2),
(17175,28291,2),
(17175,28293,2),
(17175,28872,2),
(17175,38458,2),
(17175,38810,2),
(17175,50557,2),
(17181,1401,2),
(17184,17182,2),
(17184,17186,2),
(17184,28279,2),
(17184,28281,2),
(17184,38463,2),
(17184,50582,2),
(17194,1461,2),
(17197,17195,2),
(17197,21150,2),
(17197,28876,2),
(17197,38505,2),
(17197,50259,2),
(17202,17201,2),
(17202,23765,2),
(17202,25644,2),
(17202,28780,2),
(17202,28882,2),
(17202,34247,2),
(17202,36225,2),
(17202,38294,2),
(17202,38506,2),
(17202,50265,2),
(17216,17215,2),
(17216,23834,2),
(17216,38775,2),
(17216,50498,2),
(17225,1231,2),
(17228,17227,2),
(17228,23837,2),
(17228,38776,2),
(17228,50503,2),
(17266,17265,2),
(17266,21134,2),
(17266,23843,2),
(17266,28913,2),
(17266,34255,2),
(17266,38299,2),
(17266,38778,2),
(17266,40536,2),
(17266,40848,2),
(17266,43159,2),
(17266,43161,2),
(17266,50520,2),
(17290,17289,2),
(17290,17294,2),
(17290,21096,2),
(17290,21661,2),
(17290,21668,2),
(17290,23726,2),
(17290,25617,2),
(17290,28787,2),
(17290,38490,2),
(17290,38745,2),
(17290,38746,2),
(17290,38749,2),
(17290,40346,2),
(17290,40357,2),
(17290,44483,2),
(17290,50420,2),
(17302,1383,2),
(17304,17303,2),
(17304,19955,2),
(17304,28287,2),
(17304,28289,2),
(17304,28887,2),
(17304,38459,2),
(17304,38813,2),
(17304,50562,2),
(17313,17312,2),
(17313,19680,2),
(17313,23789,2),
(17313,33900,2),
(17313,50630,2),
(17321,17320,2),
(17321,17323,2),
(17321,19703,2),
(17321,23793,2),
(17321,28900,2),
(17321,38520,2),
(17321,50171,2),
(17340,17339,2),
(17340,17342,2),
(17340,21679,2),
(17340,23732,2),
(17340,38305,2),
(17340,38492,2),
(17340,50425,2),
(17351,17350,2),
(17351,17353,2),
(17351,23768,2),
(17351,28909,2),
(17351,38507,2),
(17351,50182,2),
(17361,1123,2),
(17363,17362,2),
(17363,17367,2),
(17363,20895,2),
(17363,21101,2),
(17363,21698,2),
(17363,23735,2),
(17363,36233,2),
(17363,36237,2),
(17363,38493,2),
(17363,50430,2),
(17376,1129,2),
(17378,17377,2),
(17378,17381,2),
(17378,21713,2),
(17378,23738,2),
(17378,28916,2),
(17378,34343,2),
(17378,38494,2),
(17378,47368,2),
(17378,50436,2),
(17397,17396,2),
(17397,21107,2),
(17397,21744,2),
(17397,23741,2),
(17397,38497,2),
(17397,50451,2),
(19158,19156,2),
(19173,1269,2),
(19179,19177,2),
(19179,19461,2),
(19179,25620,2),
(19179,28823,2),
(19179,34278,2),
(19179,43185,2),
(19179,50599,2),
(19476,1277,2),
(19482,19480,2),
(19482,19537,2),
(19482,28827,2),
(19482,50648,2),
(19500,1283,2),
(19506,19504,2),
(19506,23695,2),
(19506,28841,2),
(19506,31428,2),
(19506,34256,2),
(19506,38514,2),
(19506,50604,2),
(19523,1289,2),
(19529,19527,2),
(19529,28851,2),
(19529,43188,2),
(19529,50609,2),
(19546,19544,2),
(19546,21137,2),
(19546,23777,2),
(19546,28815,2),
(19546,38513,2),
(19546,50143,2),
(19546,50154,2),
(19554,1255,2),
(19556,19555,2),
(19556,28805,2),
(19556,28922,2),
(19556,28930,2),
(19556,33881,2),
(19556,34248,2),
(19556,34265,2),
(19556,38474,2),
(19556,38510,2),
(19556,50594,2),
(19566,1297,2),
(19572,19570,2),
(19572,28783,2),
(19572,28799,2),
(19572,28801,2),
(19572,28854,2),
(19572,34266,2),
(19572,38515,2),
(19572,40541,2),
(19572,40551,2),
(19572,50165,2),
(19596,1303,2),
(19602,19600,2),
(19602,23780,2),
(19602,28857,2),
(19602,34250,2),
(19602,34267,2),
(19602,38516,2),
(19602,50615,2),
(19615,1309,2),
(19621,19619,2),
(19621,28868,2),
(19621,38517,2),
(19621,38758,2),
(19621,50620,2),
(19634,1315,2),
(19640,19638,2),
(19640,21312,2),
(19640,21314,2),
(19640,28762,2),
(19640,28885,2),
(19640,34257,2),
(19640,38518,2),
(19640,50625,2),
(19658,1323,2),
(19664,19662,2),
(19664,23784,2),
(19664,28889,2),
(19664,38519,2),
(19664,50653,2),
(19676,1329,2),
(19682,19680,2),
(19682,23789,2),
(19682,33900,2),
(19682,50630,2),
(19699,1337,2),
(19705,19703,2),
(19705,23793,2),
(19705,28900,2),
(19705,38520,2),
(19705,50171,2),
(19750,1349,2),
(19756,19754,2),
(19756,23796,2),
(19756,28918,2),
(19756,31412,2),
(19756,38522,2),
(19756,50640,2),
(19777,2720,2),
(19783,19781,2),
(19783,23692,2),
(19783,28259,2),
(19783,28261,2),
(19783,28821,2),
(19783,38451,2),
(19783,38798,2),
(19783,50526,2),
(19802,1353,2),
(19806,19804,2),
(19806,24451,2),
(19806,28307,2),
(19806,28309,2),
(19806,36242,2),
(19806,36245,2),
(19806,38452,2),
(19806,38801,2),
(19806,50531,2),
(19819,1413,2),
(19825,19823,2),
(19825,21316,2),
(19825,28271,2),
(19825,28273,2),
(19825,28831,2),
(19825,38293,2),
(19825,38464,2),
(19825,38804,2),
(19825,50588,2),
(19841,1359,2),
(19847,19845,2),
(19847,28303,2),
(19847,28305,2),
(19847,28339,2),
(19847,28835,2),
(19847,34269,2),
(19847,38454,2),
(19847,50536,2),
(19859,1365,2),
(19865,19863,2),
(19865,28299,2),
(19865,28301,2),
(19865,28837,2),
(19865,38455,2),
(19865,38807,2),
(19865,50541,2),
(19876,2712,2),
(19882,19880,2),
(19882,28263,2),
(19882,28265,2),
(19882,28843,2),
(19882,38456,2),
(19882,38718,2),
(19882,38808,2),
(19882,50547,2),
(19896,1395,2),
(19902,19900,2),
(19902,21138,2),
(19902,22330,2),
(19902,23698,2),
(19902,27451,2),
(19902,28267,2),
(19902,28269,2),
(19902,38462,2),
(19902,50577,2),
(19915,1371,2),
(19921,19919,2),
(19921,28295,2),
(19921,28297,2),
(19921,28860,2),
(19921,34271,2),
(19921,38347,2),
(19921,38352,2),
(19921,38357,2),
(19921,38361,2),
(19921,38374,2),
(19921,38457,2),
(19921,38714,2),
(19921,38764,2),
(19921,38809,2),
(19921,50552,2),
(19931,1377,2),
(19936,19934,2),
(19936,19942,2),
(19936,28291,2),
(19936,28293,2),
(19936,28872,2),
(19936,38458,2),
(19936,38810,2),
(19936,50557,2),
(19951,1383,2),
(19957,19955,2),
(19957,28287,2),
(19957,28289,2),
(19957,28887,2),
(19957,38459,2),
(19957,38813,2),
(19957,50562,2),
(20842,20840,2),
(20842,20924,2),
(20842,21327,2),
(20842,21341,2),
(20842,22385,2),
(20842,23932,2),
(20842,23934,2),
(20842,23937,2),
(20842,28814,2),
(20842,32947,2),
(20842,32948,2),
(20842,32987,2),
(20842,32990,2),
(20842,32992,2),
(20842,32993,2),
(20842,38780,2),
(20842,40508,2),
(20842,50281,2),
(20921,20919,2),
(20921,20962,2),
(20921,21367,2),
(20921,23861,2),
(20921,28757,2),
(20921,38786,2),
(20921,50306,2),
(20933,963,2),
(20939,21362,2),
(20939,23855,2),
(20939,28819,2),
(20939,34261,2),
(20939,38784,2),
(20939,40376,2),
(20939,50296,2),
(20950,969,2),
(20956,20954,2),
(20956,21365,2),
(20956,23858,2),
(20956,28825,2),
(20956,38785,2),
(20956,50301,2),
(20972,20971,2),
(20987,20985,2),
(20987,21379,2),
(20987,23870,2),
(20987,28870,2),
(20987,34275,2),
(20987,38789,2),
(20987,40405,2),
(20987,40413,2),
(20987,40416,2),
(20987,40421,2),
(20987,40425,2),
(20987,40431,2),
(20987,40446,2),
(20987,50322,2),
(21025,21023,2),
(21025,21422,2),
(21025,23879,2),
(21025,28890,2),
(21025,34210,2),
(21025,34215,2),
(21025,38793,2),
(21025,50338,2),
(21037,1023,2),
(21042,21040,2),
(21042,21445,2),
(21042,23885,2),
(21042,23898,2),
(21042,23901,2),
(21042,25646,2),
(21042,25683,2),
(21042,34279,2),
(21042,38795,2),
(21042,40495,2),
(21042,50351,2),
(21055,21053,2),
(21055,21468,2),
(21055,23891,2),
(21055,38300,2),
(21055,38797,2),
(21055,40473,2),
(21055,50363,2),
(21103,21101,2),
(21109,21107,2),
(21131,21129,2),
(21131,47377,2),
(21131,50515,2),
(21337,21335,2),
(21337,23849,2),
(21337,38781,2),
(21337,40489,2),
(21337,50286,2),
(21350,957,2),
(21356,21354,2),
(21356,23852,2),
(21356,34243,2),
(21356,38277,2),
(21356,38295,2),
(21356,38783,2),
(21356,40385,2),
(21356,40438,2),
(21356,40450,2),
(21356,50291,2),
(21374,989,2),
(21377,21375,2),
(21377,23867,2),
(21377,28866,2),
(21377,38788,2),
(21377,50317,2),
(21405,999,2),
(21411,21409,2),
(21411,23873,2),
(21411,28768,2),
(21411,28770,2),
(21411,28775,2),
(21411,34245,2),
(21411,38790,2),
(21411,40456,2),
(21411,50327,2),
(21433,1017,2),
(21439,21437,2),
(21439,23882,2),
(21439,28898,2),
(21439,34276,2),
(21439,38794,2),
(21439,50345,2),
(21458,1035,2),
(21463,21461,2),
(21463,23888,2),
(21463,28911,2),
(21463,38796,2),
(21463,40468,2),
(21463,50356,2),
(21476,1045,2),
(21482,21481,2),
(21482,23702,2),
(21482,28810,2),
(21482,34251,2),
(21482,38317,2),
(21482,38476,2),
(21482,40923,2),
(21482,50369,2),
(21498,21496,2),
(21498,23705,2),
(21498,28755,2),
(21498,36267,2),
(21498,38477,2),
(21498,40279,2),
(21498,40281,2),
(21498,50374,2),
(21498,54156,2),
(21509,21508,2),
(21509,23708,2),
(21509,34253,2),
(21509,34758,2),
(21509,38478,2),
(21509,50379,2),
(21509,50381,2),
(21517,1067,2),
(21522,21520,2),
(21522,23711,2),
(21522,38326,2),
(21522,38372,2),
(21522,38479,2),
(21522,50385,2),
(21532,1073,2),
(21538,21536,2),
(21538,23714,2),
(21538,38480,2),
(21538,40485,2),
(21538,50390,2),
(21550,1079,2),
(21556,21554,2),
(21556,34263,2),
(21556,38321,2),
(21556,38481,2),
(21556,47389,2),
(21556,50395,2),
(21572,1085,2),
(21578,21576,2),
(21578,23717,2),
(21578,38482,2),
(21578,50400,2),
(21588,1091,2),
(21593,21591,2),
(21593,33929,2),
(21593,34254,2),
(21593,36160,2),
(21593,36229,2),
(21593,38279,2),
(21593,38296,2),
(21593,38483,2),
(21593,38485,2),
(21593,50405,2),
(21601,1097,2),
(21606,21604,2),
(21606,23720,2),
(21606,38487,2),
(21606,50410,2),
(21640,1103,2),
(21645,21643,2),
(21645,23723,2),
(21645,38488,2),
(21645,50415,2),
(21658,1109,2),
(21663,21661,2),
(21663,21668,2),
(21663,23726,2),
(21663,25617,2),
(21663,28787,2),
(21663,38490,2),
(21663,38745,2),
(21663,38746,2),
(21663,38749,2),
(21663,40346,2),
(21663,40357,2),
(21663,44483,2),
(21663,50420,2),
(21676,1117,2),
(21681,21679,2),
(21681,23732,2),
(21681,38305,2),
(21681,38492,2),
(21681,50425,2),
(21694,1123,2),
(21700,21698,2),
(21700,23735,2),
(21700,36233,2),
(21700,36237,2),
(21700,38493,2),
(21700,50430,2),
(21710,1129,2),
(21715,21713,2),
(21715,23738,2),
(21715,28916,2),
(21715,34343,2),
(21715,38494,2),
(21715,47368,2),
(21715,50436,2),
(21726,1135,2),
(21731,21729,2),
(21731,23904,2),
(21731,38495,2),
(21731,38498,2),
(21731,38523,2),
(21731,40478,2),
(21731,50442,2),
(21746,21744,2),
(21746,23741,2),
(21746,38497,2),
(21746,50451,2),
(21760,1165,2),
(21766,21764,2),
(21766,28753,2),
(21766,28773,2),
(21766,28808,2),
(21766,34277,2),
(21766,38765,2),
(21766,40515,2),
(21766,47405,2),
(21766,50461,2),
(21776,1171,2),
(21781,21779,2),
(21781,23803,2),
(21781,28777,2),
(21781,28812,2),
(21781,38766,2),
(21781,50665,2),
(21797,21795,2),
(21797,23806,2),
(21797,28817,2),
(21797,38767,2),
(21797,50467,2),
(21809,1185,2),
(21815,21813,2),
(21815,21848,2),
(21815,23812,2),
(21815,50472,2),
(21825,21824,2),
(21825,23809,2),
(21825,38768,2),
(21825,50456,2),
(21836,1191,2),
(21842,21840,2),
(21842,23817,2),
(21842,38769,2),
(21842,50477,2),
(21842,50484,2),
(21855,1197,2),
(21860,21858,2),
(21860,23820,2),
(21860,28845,2),
(21860,34249,2),
(21860,38770,2),
(21860,50482,2),
(25684,25683,2),
(25684,34279,2),
(25684,38795,2),
(25684,40495,2),
(25684,50351,2),
(27529,1449,2),
(27531,27530,2),
(27531,27903,2),
(27531,27905,2),
(27531,28862,2),
(27531,38504,2),
(27531,50249,2),
(31427,1283,2),
(31429,31428,2),
(31429,34256,2),
(31429,38514,2),
(31429,50604,2),
(34211,34210,2),
(34216,34215,2),
(34216,38793,2),
(34216,50338,2),
(38325,1067,2),
(38327,38326,2),
(38373,38372,2),
(38373,38479,2),
(38373,50385,2),
(38759,38758,2),
(38759,50620,2),
(63,2,3),
(63,6507,3),
(2225,7694,3),
(2225,7696,3),
(2225,7698,3),
(2225,8376,3),
(2225,8546,3),
(2225,8613,3),
(2225,8619,3),
(2225,8621,3),
(2225,8718,3),
(2225,9341,3),
(2225,9344,3),
(2225,9880,3),
(2225,10422,3),
(2225,10434,3),
(2225,10440,3),
(2225,10508,3),
(2225,11431,3),
(2225,11592,3),
(2225,11600,3),
(2225,11603,3),
(2225,11864,3),
(2225,11892,3),
(2225,12115,3),
(2225,12118,3),
(2225,12207,3),
(2225,14930,3),
(2225,14940,3),
(2225,14955,3),
(2225,14957,3),
(2225,14986,3),
(2225,15310,3),
(2225,15432,3),
(2225,15437,3),
(2225,15929,3),
(2225,15933,3),
(2225,16116,3),
(2225,16938,3),
(2225,17390,3),
(2225,19164,3),
(2225,20831,3),
(2225,20847,3),
(2225,21325,3),
(2225,23846,3),
(2225,24802,3),
(2225,28343,3),
(2225,38475,3),
(2225,38779,3),
(2225,40369,3),
(2225,40501,3),
(2225,50276,3),
(2787,554,3),
(2814,554,3),
(2827,2,3),
(2827,6507,3),
(2834,7694,3),
(2834,7696,3),
(2834,7698,3),
(2834,8376,3),
(2834,8546,3),
(2834,8613,3),
(2834,8619,3),
(2834,8621,3),
(2834,8718,3),
(2834,9341,3),
(2834,9344,3),
(2834,9880,3),
(2834,10422,3),
(2834,10434,3),
(2834,10440,3),
(2834,10508,3),
(2834,11431,3),
(2834,11592,3),
(2834,11600,3),
(2834,11603,3),
(2834,11864,3),
(2834,11892,3),
(2834,12115,3),
(2834,12118,3),
(2834,12207,3),
(2834,14930,3),
(2834,14940,3),
(2834,14955,3),
(2834,14957,3),
(2834,14986,3),
(2834,15310,3),
(2834,15432,3),
(2834,15437,3),
(2834,15929,3),
(2834,15933,3),
(2834,16116,3),
(2834,16938,3),
(2834,17390,3),
(2834,19164,3),
(2834,20831,3),
(2834,20847,3),
(2834,21325,3),
(2834,23846,3),
(2834,24802,3),
(2834,28343,3),
(2834,38475,3),
(2834,38779,3),
(2834,40369,3),
(2834,40501,3),
(2834,50276,3),
(2945,2,3),
(2945,6507,3),
(2952,7694,3),
(2952,7696,3),
(2952,7698,3),
(2952,8376,3),
(2952,8546,3),
(2952,8613,3),
(2952,8619,3),
(2952,8621,3),
(2952,8718,3),
(2952,9341,3),
(2952,9344,3),
(2952,9880,3),
(2952,10422,3),
(2952,10434,3),
(2952,10440,3),
(2952,10508,3),
(2952,11431,3),
(2952,11592,3),
(2952,11600,3),
(2952,11603,3),
(2952,11864,3),
(2952,11892,3),
(2952,12115,3),
(2952,12118,3),
(2952,12207,3),
(2952,14930,3),
(2952,14940,3),
(2952,14955,3),
(2952,14957,3),
(2952,14986,3),
(2952,15310,3),
(2952,15432,3),
(2952,15437,3),
(2985,945,3),
(2991,9882,3),
(2991,10450,3),
(2991,10511,3),
(2991,10519,3),
(2991,11526,3),
(2991,11612,3),
(2991,11744,3),
(2991,11904,3),
(2991,12126,3),
(2991,12211,3),
(2991,14911,3),
(2991,14929,3),
(2991,14944,3),
(2991,14959,3),
(2991,14961,3),
(2991,14988,3),
(2991,15074,3),
(2991,15076,3),
(2991,15078,3),
(2991,15086,3),
(2991,15088,3),
(2991,15096,3),
(2991,15101,3),
(2991,15111,3),
(2991,15113,3),
(2991,15135,3),
(2991,15302,3),
(2991,15399,3),
(2991,15439,3),
(2991,15943,3),
(2991,15946,3),
(2991,15948,3),
(2991,20840,3),
(2991,20924,3),
(2991,21327,3),
(2991,21341,3),
(2991,22385,3),
(2991,23932,3),
(2991,23934,3),
(2991,23937,3),
(2991,28814,3),
(2991,32947,3),
(2991,32948,3),
(2991,32987,3),
(2991,32990,3),
(2991,32992,3),
(2991,32993,3),
(2991,38780,3),
(2991,40508,3),
(2991,50281,3),
(3038,957,3),
(3044,3041,3),
(3044,3051,3),
(3044,3055,3),
(3044,3218,3),
(3044,4925,3),
(3044,5335,3),
(3044,5746,3),
(3044,6921,3),
(3044,6984,3),
(3044,7256,3),
(3044,7418,3),
(3044,7420,3),
(3044,7653,3),
(3044,7708,3),
(3044,7710,3),
(3044,7712,3),
(3044,7714,3),
(3044,7716,3),
(3044,7718,3),
(3044,7720,3),
(3044,7723,3),
(3044,7725,3),
(3044,7727,3),
(3044,7736,3),
(3044,8725,3),
(3044,9350,3),
(3044,9887,3),
(3044,10514,3),
(3044,11617,3),
(3044,11620,3),
(3044,12129,3),
(3044,12215,3),
(3044,14964,3),
(3044,14966,3),
(3044,14990,3),
(3044,15292,3),
(3044,15478,3),
(3044,15480,3),
(3044,15962,3),
(3044,15966,3),
(3044,21354,3),
(3044,23852,3),
(3044,34243,3),
(3044,38277,3),
(3044,38295,3),
(3044,38783,3),
(3044,40385,3),
(3044,40438,3),
(3044,40450,3),
(3044,50291,3),
(3068,963,3),
(3074,7756,3),
(3074,7767,3),
(3074,7769,3),
(3074,7773,3),
(3074,7775,3),
(3074,7776,3),
(3074,8465,3),
(3074,8543,3),
(3074,8558,3),
(3074,9352,3),
(3074,9568,3),
(3074,9582,3),
(3074,9584,3),
(3074,9586,3),
(3074,9889,3),
(3074,10524,3),
(3074,11623,3),
(3074,11627,3),
(3074,11713,3),
(3074,11740,3),
(3074,11756,3),
(3074,11758,3),
(3074,11779,3),
(3074,11795,3),
(3074,11804,3),
(3074,11811,3),
(3074,11820,3),
(3074,11827,3),
(3074,11851,3),
(3074,11882,3),
(3074,11885,3),
(3074,11889,3),
(3074,12217,3),
(3074,14968,3),
(3074,14992,3),
(3074,15290,3),
(3074,15362,3),
(3074,15482,3),
(3074,15484,3),
(3074,15985,3),
(3074,15988,3),
(3074,15993,3),
(3074,20937,3),
(3074,21362,3),
(3074,23855,3),
(3074,28819,3),
(3074,34261,3),
(3074,38784,3),
(3074,40376,3),
(3074,50296,3),
(3104,969,3),
(3110,3107,3),
(3110,3114,3),
(3110,3118,3),
(3110,5369,3),
(3110,5775,3),
(3110,6077,3),
(3110,6988,3),
(3110,6993,3),
(3110,6996,3),
(3110,7008,3),
(3110,7254,3),
(3110,7427,3),
(3110,7429,3),
(3110,7659,3),
(3110,7786,3),
(3110,7788,3),
(3110,7790,3),
(3110,8383,3),
(3110,9355,3),
(3110,9357,3),
(3110,9891,3),
(3110,10527,3),
(3110,11634,3),
(3110,11932,3),
(3110,12138,3),
(3110,12219,3),
(3110,14948,3),
(3110,14971,3),
(3110,14994,3),
(3110,15270,3),
(3110,15486,3),
(3110,15488,3),
(3110,15999,3),
(3110,16004,3),
(3110,16008,3),
(3110,20954,3),
(3110,21365,3),
(3110,23858,3),
(3110,28825,3),
(3110,38785,3),
(3110,50301,3),
(3140,975,3),
(3145,975,3),
(3149,3146,3),
(3149,5409,3),
(3149,5799,3),
(3149,6122,3),
(3149,7025,3),
(3149,7253,3),
(3149,7431,3),
(3149,7433,3),
(3149,7662,3),
(3149,7792,3),
(3149,7834,3),
(3149,7836,3),
(3149,8385,3),
(3149,8387,3),
(3149,9359,3),
(3149,9362,3),
(3149,9893,3),
(3149,9895,3),
(3149,10350,3),
(3149,10530,3),
(3149,11641,3),
(3149,11650,3),
(3149,11653,3),
(3149,11947,3),
(3149,12143,3),
(3149,12221,3),
(3149,14976,3),
(3149,14978,3),
(3149,14980,3),
(3149,14995,3),
(3149,15031,3),
(3149,15253,3),
(3149,15490,3),
(3149,15492,3),
(3149,16022,3),
(3149,16027,3),
(3149,16031,3),
(3149,20919,3),
(3149,20962,3),
(3149,21367,3),
(3149,23861,3),
(3149,28757,3),
(3149,38786,3),
(3149,50306,3),
(3154,3146,3),
(3154,5409,3),
(3154,5799,3),
(3154,6122,3),
(3154,7025,3),
(3154,7253,3),
(3154,7431,3),
(3154,7433,3),
(3154,7662,3),
(3154,7792,3),
(3154,7834,3),
(3154,7836,3),
(3154,8385,3),
(3154,8387,3),
(3154,9359,3),
(3154,9362,3),
(3154,9893,3),
(3154,9895,3),
(3154,10350,3),
(3154,10530,3),
(3154,11641,3),
(3154,11650,3),
(3154,11653,3),
(3154,11947,3),
(3154,12143,3),
(3154,12221,3),
(3154,14976,3),
(3154,14978,3),
(3154,14980,3),
(3154,14995,3),
(3154,15031,3),
(3154,15253,3),
(3154,15490,3),
(3154,15492,3),
(3154,16022,3),
(3154,16027,3),
(3154,16031,3),
(3154,20919,3),
(3154,20962,3),
(3154,21367,3),
(3154,23861,3),
(3154,28757,3),
(3154,38786,3),
(3154,50306,3),
(3168,981,3),
(3174,3171,3),
(3174,3183,3),
(3174,3188,3),
(3174,5458,3),
(3174,5859,3),
(3174,6180,3),
(3174,7252,3),
(3174,7308,3),
(3174,7435,3),
(3174,7665,3),
(3174,7843,3),
(3174,7845,3),
(3174,8715,3),
(3174,9364,3),
(3174,9897,3),
(3174,10533,3),
(3174,11657,3),
(3174,11664,3),
(3174,11667,3),
(3174,11965,3),
(3174,12150,3),
(3174,12223,3),
(3174,14933,3),
(3174,14984,3),
(3174,14997,3),
(3174,15230,3),
(3174,15401,3),
(3174,15494,3),
(3174,15496,3),
(3174,16040,3),
(3174,16043,3),
(3174,20971,3),
(3174,20976,3),
(3174,21369,3),
(3174,23864,3),
(3174,28856,3),
(3174,38787,3),
(3174,39213,3),
(3174,50311,3),
(3257,951,3),
(3262,951,3),
(3267,3264,3),
(3267,3275,3),
(3267,3757,3),
(3267,4855,3),
(3267,5320,3),
(3267,5682,3),
(3267,6463,3),
(3267,6467,3),
(3267,6953,3),
(3267,7165,3),
(3267,7257,3),
(3267,7287,3),
(3267,7395,3),
(3267,7397,3),
(3267,7399,3),
(3267,7650,3),
(3267,8379,3),
(3267,8381,3),
(3267,8627,3),
(3272,3264,3),
(3272,3275,3),
(3272,3757,3),
(3272,4855,3),
(3272,5320,3),
(3272,5682,3),
(3272,6463,3),
(3272,6467,3),
(3272,6953,3),
(3272,7165,3),
(3272,7257,3),
(3272,7287,3),
(3272,7395,3),
(3272,7397,3),
(3272,7399,3),
(3272,7650,3),
(3272,8379,3),
(3272,8381,3),
(3272,8627,3),
(3272,8637,3),
(3294,2880,3),
(3294,11405,3),
(3299,3296,3),
(3299,3304,3),
(3299,3309,3),
(3299,3320,3),
(3299,3759,3),
(3299,5739,3),
(3299,6457,3),
(3299,7166,3),
(3299,9497,3),
(3299,9499,3),
(3299,11005,3),
(3299,12055,3),
(3318,2880,3),
(3318,11405,3),
(3323,3320,3),
(3323,3759,3),
(3323,5739,3),
(3323,6457,3),
(3323,7166,3),
(3323,9497,3),
(3323,9499,3),
(3323,11005,3),
(3323,12055,3),
(3337,1353,3),
(3342,1353,3),
(3347,3344,3),
(3347,3356,3),
(3347,3359,3),
(3347,3375,3),
(3347,3755,3),
(3347,5712,3),
(3347,6394,3),
(3347,7191,3),
(3347,7264,3),
(3347,7271,3),
(3347,7274,3),
(3347,7341,3),
(3347,7346,3),
(3347,7349,3),
(3347,7386,3),
(3347,7544,3),
(3347,8354,3),
(3347,8519,3),
(3347,8523,3),
(3347,8528,3),
(3347,8547,3),
(3347,8594,3),
(3347,8902,3),
(3347,9133,3),
(3347,9832,3),
(3347,11411,3),
(3347,11577,3),
(3347,11581,3),
(3347,11926,3),
(3347,12134,3),
(3347,12337,3),
(3347,14535,3),
(3347,14552,3),
(3347,15281,3),
(3347,15740,3),
(3347,16974,3),
(3347,16977,3),
(3347,19804,3),
(3347,24451,3),
(3347,28307,3),
(3347,28309,3),
(3347,36242,3),
(3347,36245,3),
(3347,38452,3),
(3347,38801,3),
(3347,50531,3),
(3352,3344,3),
(3352,3356,3),
(3352,3359,3),
(3352,3375,3),
(3352,3755,3),
(3352,5712,3),
(3352,6394,3),
(3352,7191,3),
(3352,7264,3),
(3352,7271,3),
(3352,7274,3),
(3352,7341,3),
(3352,7346,3),
(3352,7349,3),
(3352,7386,3),
(3352,7544,3),
(3352,8354,3),
(3352,8519,3),
(3352,8523,3),
(3352,8528,3),
(3352,8547,3),
(3352,8594,3),
(3352,8902,3),
(3352,9133,3),
(3352,9832,3),
(3352,11411,3),
(3352,11577,3),
(3352,11581,3),
(3352,11926,3),
(3352,12134,3),
(3352,12337,3),
(3352,14535,3),
(3352,14552,3),
(3352,15281,3),
(3352,15740,3),
(3352,16974,3),
(3352,16977,3),
(3387,989,3),
(3393,3390,3),
(3393,3397,3),
(3393,3407,3),
(3393,3413,3),
(3393,3419,3),
(3393,3423,3),
(3393,5496,3),
(3393,5883,3),
(3393,6221,3),
(3393,7251,3),
(3393,7436,3),
(3393,7668,3),
(3393,7848,3),
(3393,7854,3),
(3393,7856,3),
(3393,8389,3),
(3393,8391,3),
(3393,8393,3),
(3393,9365,3),
(3393,9899,3),
(3393,10536,3),
(3393,11669,3),
(3393,11975,3),
(3393,12156,3),
(3393,12225,3),
(3393,15000,3),
(3393,15215,3),
(3393,15498,3),
(3393,16050,3),
(3393,16053,3),
(3393,20978,3),
(3393,21375,3),
(3393,23867,3),
(3393,28866,3),
(3393,38788,3),
(3393,50317,3),
(3404,989,3),
(3409,21375,3),
(3409,23867,3),
(3409,28866,3),
(3409,38788,3),
(3409,50317,3),
(3410,3407,3),
(3410,3413,3),
(3410,3419,3),
(3410,3423,3),
(3410,5496,3),
(3410,5883,3),
(3410,6221,3),
(3410,7251,3),
(3410,7436,3),
(3410,7668,3),
(3410,7848,3),
(3410,7854,3),
(3410,7856,3),
(3410,8389,3),
(3410,8391,3),
(3410,8393,3),
(3410,9365,3),
(3410,9899,3),
(3410,10536,3),
(3410,11669,3),
(3410,11975,3),
(3410,12156,3),
(3410,12225,3),
(3410,15000,3),
(3410,15215,3),
(3410,15498,3),
(3410,16050,3),
(3410,16053,3),
(3410,20978,3),
(3433,995,3),
(3439,3436,3),
(3439,3443,3),
(3439,3455,3),
(3439,3463,3),
(3439,3465,3),
(3439,5506,3),
(3439,6228,3),
(3439,7070,3),
(3439,7250,3),
(3439,7438,3),
(3439,7671,3),
(3439,7865,3),
(3439,7867,3),
(3439,9368,3),
(3439,9371,3),
(3439,9902,3),
(3439,10539,3),
(3439,10997,3),
(3439,11671,3),
(3439,11784,3),
(3439,11979,3),
(3439,12158,3),
(3439,12228,3),
(3439,15003,3),
(3439,15211,3),
(3439,15500,3),
(3439,15770,3),
(3439,15772,3),
(3439,16064,3),
(3439,16069,3),
(3439,20985,3),
(3439,21379,3),
(3439,23870,3),
(3439,28870,3),
(3439,34275,3),
(3439,38789,3),
(3439,40405,3),
(3439,40413,3),
(3439,40416,3),
(3439,40421,3),
(3439,40425,3),
(3439,40431,3),
(3439,40446,3),
(3439,50322,3),
(3451,995,3),
(3458,3455,3),
(3458,3463,3),
(3458,3465,3),
(3458,5506,3),
(3458,6228,3),
(3458,7070,3),
(3458,7250,3),
(3458,7438,3),
(3458,7671,3),
(3458,7865,3),
(3458,7867,3),
(3458,9368,3),
(3458,9371,3),
(3458,9902,3),
(3458,10539,3),
(3458,10997,3),
(3458,11671,3),
(3458,11784,3),
(3458,11979,3),
(3458,12158,3),
(3458,12228,3),
(3458,15003,3),
(3458,15211,3),
(3458,15500,3),
(3458,15770,3),
(3458,15772,3),
(3458,16064,3),
(3458,16069,3),
(3481,999,3),
(3487,3484,3),
(3487,3491,3),
(3487,4354,3),
(3487,5526,3),
(3487,5895,3),
(3487,6246,3),
(3487,7249,3),
(3487,7439,3),
(3487,7442,3),
(3487,7444,3),
(3487,7875,3),
(3487,7877,3),
(3487,7879,3),
(3487,8395,3),
(3487,8397,3),
(3487,9917,3),
(3487,10352,3),
(3487,10544,3),
(3487,11677,3),
(3487,11680,3),
(3487,11987,3),
(3487,12170,3),
(3487,12230,3),
(3487,15006,3),
(3487,15197,3),
(3487,15503,3),
(3487,16077,3),
(3487,16082,3),
(3487,16086,3),
(3487,20992,3),
(3487,21409,3),
(3487,23873,3),
(3487,28768,3),
(3487,28770,3),
(3487,28775,3),
(3487,34245,3),
(3487,38790,3),
(3487,40456,3),
(3487,50327,3),
(3509,1005,3),
(3515,3512,3),
(3515,3523,3),
(3515,3528,3),
(3515,5556,3),
(3515,6276,3),
(3515,7086,3),
(3515,7248,3),
(3515,7445,3),
(3515,7675,3),
(3515,7887,3),
(3515,7889,3),
(3515,8399,3),
(3515,9373,3),
(3515,9376,3),
(3515,9920,3),
(3515,10547,3),
(3515,11682,3),
(3515,11996,3),
(3515,12232,3),
(3515,15009,3),
(3515,15181,3),
(3515,15505,3),
(3515,15507,3),
(3515,16098,3),
(3515,16104,3),
(3515,16107,3),
(3515,21002,3),
(3515,21417,3),
(3515,23876,3),
(3515,28883,3),
(3515,38792,3),
(3515,40462,3),
(3515,50332,3),
(3538,1011,3),
(3544,3541,3),
(3544,3548,3),
(3544,3556,3),
(3544,3562,3),
(3544,5576,3),
(3544,5579,3),
(3544,5937,3),
(3544,6300,3),
(3544,7247,3),
(3544,7312,3),
(3544,7447,3),
(3544,7678,3),
(3544,7895,3),
(3544,7897,3),
(3544,7899,3),
(3544,7902,3),
(3544,7904,3),
(3544,7906,3),
(3544,8401,3),
(3544,8403,3),
(3544,8405,3),
(3544,8407,3),
(3544,9379,3),
(3544,9382,3),
(3544,9922,3),
(3544,10354,3),
(3544,10550,3),
(3544,11686,3),
(3544,11689,3),
(3544,12005,3),
(3544,12178,3),
(3544,12234,3),
(3544,15012,3),
(3544,15172,3),
(3544,15509,3),
(3544,16111,3),
(3544,16114,3),
(3544,16123,3),
(3544,16127,3),
(3544,21023,3),
(3544,21422,3),
(3544,23879,3),
(3544,28890,3),
(3544,34210,3),
(3544,34215,3),
(3544,38793,3),
(3544,50338,3),
(3574,1017,3),
(3580,3577,3),
(3580,3584,3),
(3580,3588,3),
(3580,3592,3),
(3580,5633,3),
(3580,6338,3),
(3580,6345,3),
(3580,7246,3),
(3580,7448,3),
(3580,7450,3),
(3580,7452,3),
(3580,7681,3),
(3580,7912,3),
(3580,7914,3),
(3580,7916,3),
(3580,7918,3),
(3580,9383,3),
(3580,9385,3),
(3580,9387,3),
(3580,9924,3),
(3580,10555,3),
(3580,11690,3),
(3580,12022,3),
(3580,12190,3),
(3580,12238,3),
(3580,15015,3),
(3580,15150,3),
(3580,15511,3),
(3580,16138,3),
(3580,16142,3),
(3580,21437,3),
(3580,23882,3),
(3580,28898,3),
(3580,34276,3),
(3580,38794,3),
(3580,50345,3),
(3604,1023,3),
(3610,5263,3),
(3610,5636,3),
(3610,5979,3),
(3610,6348,3),
(3610,7245,3),
(3610,7316,3),
(3610,7319,3),
(3610,7454,3),
(3610,7456,3),
(3610,7684,3),
(3610,7762,3),
(3610,7929,3),
(3610,7931,3),
(3610,7933,3),
(3610,7935,3),
(3610,8409,3),
(3610,8411,3),
(3610,9389,3),
(3610,9391,3),
(3610,9606,3),
(3610,9608,3),
(3610,9610,3),
(3610,9926,3),
(3610,10558,3),
(3610,10999,3),
(3610,11693,3),
(3610,11792,3),
(3610,11796,3),
(3610,11841,3),
(3610,12024,3),
(3610,12194,3),
(3610,12240,3),
(3610,14797,3),
(3610,14900,3),
(3610,15018,3),
(3610,15148,3),
(3610,15513,3),
(3610,16153,3),
(3610,16157,3),
(3610,21040,3),
(3610,21445,3),
(3610,23885,3),
(3610,23898,3),
(3610,23901,3),
(3610,25646,3),
(3633,1035,3),
(3639,3636,3),
(3639,3643,3),
(3639,3649,3),
(3639,3653,3),
(3639,5117,3),
(3639,5657,3),
(3639,6028,3),
(3639,6369,3),
(3639,7243,3),
(3639,7293,3),
(3639,7296,3),
(3639,7459,3),
(3639,7461,3),
(3639,7690,3),
(3639,7958,3),
(3639,7960,3),
(3639,8415,3),
(3639,8417,3),
(3639,9398,3),
(3639,9930,3),
(3639,10561,3),
(3639,11699,3),
(3639,12035,3),
(3639,12242,3),
(3639,14522,3),
(3639,15021,3),
(3639,15052,3),
(3639,15123,3),
(3639,15517,3),
(3639,16162,3),
(3639,16180,3),
(3639,16196,3),
(3639,16199,3),
(3639,16200,3),
(3639,21461,3),
(3639,23888,3),
(3639,28911,3),
(3639,38796,3),
(3639,40468,3),
(3639,50356,3),
(3664,1041,3),
(3670,3667,3),
(3670,3674,3),
(3670,3683,3),
(3670,5101,3),
(3670,5659,3),
(3670,6370,3),
(3670,7242,3),
(3670,7322,3),
(3670,7464,3),
(3670,7466,3),
(3670,7693,3),
(3670,7963,3),
(3670,8418,3),
(3670,9401,3),
(3670,9404,3),
(3670,9458,3),
(3670,9932,3),
(3670,10241,3),
(3670,10243,3),
(3670,10356,3),
(3670,10564,3),
(3670,11703,3),
(3670,11706,3),
(3670,12037,3),
(3670,12200,3),
(3670,12244,3),
(3670,14520,3),
(3670,15024,3),
(3670,15050,3),
(3670,15121,3),
(3670,15518,3),
(3670,16166,3),
(3670,16187,3),
(3670,20891,3),
(3670,21053,3),
(3670,21468,3),
(3670,23891,3),
(3670,38300,3),
(3670,38797,3),
(3670,40473,3),
(3670,50363,3),
(3682,1041,3),
(3686,3683,3),
(3686,5101,3),
(3686,5659,3),
(3686,6370,3),
(3686,7242,3),
(3686,7322,3),
(3686,7464,3),
(3686,7466,3),
(3686,7693,3),
(3686,7963,3),
(3686,8418,3),
(3686,9401,3),
(3686,9404,3),
(3686,9458,3),
(3686,9932,3),
(3686,10241,3),
(3686,10243,3),
(3686,10356,3),
(3686,10564,3),
(3686,11703,3),
(3686,11706,3),
(3686,12037,3),
(3686,12200,3),
(3686,12244,3),
(3686,14520,3),
(3686,15024,3),
(3686,15050,3),
(3686,15121,3),
(3686,15518,3),
(3686,16166,3),
(3686,16187,3),
(3686,20891,3),
(3701,1045,3),
(3707,3704,3),
(3707,3717,3),
(3707,4830,3),
(3707,4832,3),
(3707,5081,3),
(3707,5083,3),
(3707,5311,3),
(3707,6521,3),
(3707,6523,3),
(3707,6802,3),
(3707,6966,3),
(3707,6969,3),
(3707,7241,3),
(3707,7468,3),
(3707,7631,3),
(3707,7986,3),
(3707,7988,3),
(3707,7990,3),
(3707,7992,3),
(3707,7994,3),
(3707,7996,3),
(3707,7999,3),
(3707,8001,3),
(3707,8003,3),
(3707,8006,3),
(3707,8420,3),
(3707,8553,3),
(3707,9405,3),
(3707,9934,3),
(3707,10245,3),
(3707,11707,3),
(3707,11895,3),
(3707,11900,3),
(3707,12383,3),
(3707,15306,3),
(3707,15691,3),
(3707,16211,3),
(3707,16921,3),
(3707,21058,3),
(3707,21481,3),
(3707,23702,3),
(3707,28810,3),
(3707,34251,3),
(3707,38317,3),
(3707,38476,3),
(3707,40923,3),
(3707,50369,3),
(3732,1051,3),
(3738,3735,3),
(3738,3742,3),
(3738,3750,3),
(3738,5349,3),
(3738,6804,3),
(3738,6999,3),
(3738,7240,3),
(3738,7470,3),
(3738,8007,3),
(3738,8009,3),
(3738,8011,3),
(3738,8013,3),
(3738,8015,3),
(3738,8018,3),
(3738,8020,3),
(3738,8022,3),
(3738,8028,3),
(3738,8030,3),
(3738,8422,3),
(3738,8424,3),
(3738,9406,3),
(3738,9936,3),
(3738,9940,3),
(3738,10358,3),
(3738,11708,3),
(3738,11915,3),
(3738,11920,3),
(3738,12387,3),
(3738,15286,3),
(3738,15693,3),
(3738,16225,3),
(3738,16229,3),
(3738,21061,3),
(3738,21496,3),
(3738,23705,3),
(3738,28755,3),
(3738,36267,3),
(3738,38477,3),
(3738,40279,3),
(3738,40281,3),
(3738,50374,3),
(3738,54156,3),
(3771,1059,3),
(3777,3774,3),
(3777,3781,3),
(3777,3787,3),
(3777,3793,3),
(3777,3797,3),
(3777,5359,3),
(3777,5763,3),
(3777,6387,3),
(3777,6807,3),
(3777,6810,3),
(3777,7004,3),
(3777,7239,3),
(3777,7472,3),
(3777,8037,3),
(3777,8039,3),
(3777,8041,3),
(3777,8043,3),
(3777,8045,3),
(3777,8047,3),
(3777,8426,3),
(3777,8428,3),
(3777,8430,3),
(3777,8615,3),
(3777,8617,3),
(3777,9408,3),
(3777,9938,3),
(3777,11718,3),
(3777,11720,3),
(3777,11928,3),
(3777,12390,3),
(3777,15277,3),
(3777,15695,3),
(3777,16236,3),
(3777,16239,3),
(3777,21071,3),
(3777,21508,3),
(3777,23708,3),
(3777,34253,3),
(3777,34758,3),
(3777,38478,3),
(3777,50379,3),
(3777,50381,3),
(3786,1059,3),
(3816,1067,3),
(3823,3820,3),
(3823,3828,3),
(3823,3830,3),
(3823,5414,3),
(3823,5805,3),
(3823,6125,3),
(3823,7027,3),
(3823,7238,3),
(3823,7474,3),
(3823,8049,3),
(3823,8055,3),
(3823,8057,3),
(3823,9410,3),
(3823,9413,3),
(3823,9942,3),
(3823,11722,3),
(3823,11726,3),
(3823,11729,3),
(3823,11949,3),
(3823,12145,3),
(3823,12393,3),
(3823,15251,3),
(3823,15697,3),
(3823,16246,3),
(3823,16248,3),
(3823,21077,3),
(3823,21520,3),
(3823,23711,3),
(3823,38326,3),
(3823,38372,3),
(3823,38479,3),
(3823,50385,3),
(3842,1079,3),
(3848,3845,3),
(3848,3852,3),
(3848,3860,3),
(3848,5283,3),
(3848,5285,3),
(3848,5516,3),
(3848,6232,3),
(3848,6816,3),
(3848,7236,3),
(3848,7475,3),
(3848,8083,3),
(3848,8088,3),
(3848,8090,3),
(3848,8434,3),
(3848,9569,3),
(3848,9571,3),
(3848,9573,3),
(3848,9948,3),
(3848,10360,3),
(3848,11556,3),
(3848,11733,3),
(3848,11852,3),
(3848,11899,3),
(3848,12167,3),
(3848,12396,3),
(3848,15205,3),
(3848,15701,3),
(3848,15703,3),
(3848,15705,3),
(3848,16261,3),
(3848,16265,3),
(3848,21081,3),
(3848,21554,3),
(3848,34263,3),
(3848,38321,3),
(3848,38481,3),
(3848,47389,3),
(3848,50395,3),
(3876,1085,3),
(3883,3880,3),
(3883,3890,3),
(3883,3894,3),
(3883,5536,3),
(3883,5907,3),
(3883,6251,3),
(3883,6819,3),
(3883,7235,3),
(3883,7476,3),
(3883,7633,3),
(3883,8096,3),
(3883,8098,3),
(3883,8100,3),
(3883,8102,3),
(3883,8436,3),
(3883,9955,3),
(3883,11738,3),
(3883,11752,3),
(3883,11755,3),
(3883,11991,3),
(3883,12172,3),
(3883,12401,3),
(3883,15193,3),
(3883,15707,3),
(3883,15708,3),
(3883,16272,3),
(3883,16275,3),
(3883,21085,3),
(3883,21576,3),
(3883,23717,3),
(3883,38482,3),
(3883,50400,3),
(3904,1091,3),
(3910,3907,3),
(3910,3914,3),
(3910,3922,3),
(3910,5583,3),
(3910,5943,3),
(3910,6303,3),
(3910,6822,3),
(3910,7234,3),
(3910,7477,3),
(3910,8109,3),
(3910,8111,3),
(3910,8113,3),
(3910,8115,3),
(3910,9414,3),
(3910,9963,3),
(3910,11760,3),
(3910,12007,3),
(3910,12404,3),
(3910,15170,3),
(3910,15713,3),
(3910,16283,3),
(3910,16287,3),
(3910,21089,3),
(3910,21591,3),
(3910,33929,3),
(3910,34254,3),
(3910,36160,3),
(3910,36229,3),
(3910,38279,3),
(3910,38296,3),
(3910,38483,3),
(3910,38485,3),
(3910,50405,3),
(3937,1097,3),
(3943,3940,3),
(3943,3949,3),
(3943,3955,3),
(3943,5588,3),
(3943,6306,3),
(3943,6825,3),
(3943,7233,3),
(3943,7326,3),
(3943,7479,3),
(3943,7635,3),
(3943,8121,3),
(3943,8123,3),
(3943,8125,3),
(3943,8127,3),
(3943,8129,3),
(3943,9416,3),
(3943,9418,3),
(3943,9965,3),
(3943,11762,3),
(3943,12009,3),
(3943,12180,3),
(3943,12406,3),
(3943,15167,3),
(3943,15715,3),
(3943,16298,3),
(3943,16302,3),
(3943,21093,3),
(3943,21604,3),
(3943,23720,3),
(3943,38487,3),
(3943,50410,3),
(3967,1103,3),
(3973,3970,3),
(3973,3977,3),
(3973,3982,3),
(3973,5598,3),
(3973,6312,3),
(3973,7098,3),
(3973,7232,3),
(3973,7481,3),
(3973,7637,3),
(3973,8137,3),
(3973,8139,3),
(3973,8438,3),
(3973,8440,3),
(3973,9419,3),
(3973,9596,3),
(3973,9598,3),
(3973,9967,3),
(3973,11764,3),
(3973,11835,3),
(3973,12013,3),
(3973,12184,3),
(3973,12409,3),
(3973,15163,3),
(3973,15717,3),
(3973,16312,3),
(3973,17232,3),
(3973,21643,3),
(3973,23723,3),
(3973,38488,3),
(3973,50415,3),
(3994,1109,3),
(4000,3997,3),
(4000,4004,3),
(4000,4012,3),
(4000,5136,3),
(4000,5642,3),
(4000,6002,3),
(4000,6356,3),
(4000,7231,3),
(4000,7482,3),
(4000,8143,3),
(4000,8145,3),
(4000,8147,3),
(4000,8149,3),
(4000,8151,3),
(4000,8442,3),
(4000,9421,3),
(4000,9428,3),
(4000,9430,3),
(4000,9969,3),
(4000,11771,3),
(4000,11780,3),
(4000,12029,3),
(4000,12196,3),
(4000,12416,3),
(4000,15060,3),
(4000,15066,3),
(4000,15138,3),
(4000,15719,3),
(4000,17289,3),
(4000,17294,3),
(4000,21096,3),
(4000,21661,3),
(4000,21668,3),
(4000,23726,3),
(4000,25617,3),
(4000,28787,3),
(4000,38490,3),
(4000,38745,3),
(4000,38746,3),
(4000,38749,3),
(4000,40346,3),
(4000,40357,3),
(4000,44483,3),
(4000,50420,3),
(4028,1117,3),
(4033,4030,3),
(4033,4038,3),
(4033,4042,3),
(4033,5645,3),
(4033,6008,3),
(4033,6358,3),
(4033,7230,3),
(4033,7483,3),
(4033,8154,3),
(4033,8156,3),
(4033,8158,3),
(4033,8160,3),
(4033,8166,3),
(4033,8168,3),
(4033,8170,3),
(4033,8444,3),
(4033,9432,3),
(4033,9435,3),
(4033,9974,3),
(4033,11595,3),
(4033,11799,3),
(4033,12031,3),
(4033,12198,3),
(4033,12334,3),
(4033,12338,3),
(4033,12419,3),
(4033,15058,3),
(4033,15136,3),
(4033,15721,3),
(4033,17334,3),
(4033,17339,3),
(4033,17342,3),
(4033,21679,3),
(4033,23732,3),
(4033,38305,3),
(4033,38492,3),
(4033,50425,3),
(4055,1123,3),
(4061,4058,3),
(4061,4072,3),
(4061,4078,3),
(4061,4081,3),
(4061,5072,3),
(4061,5076,3),
(4061,5666,3),
(4061,6375,3),
(4061,6445,3),
(4061,6828,3),
(4061,7229,3),
(4061,7330,3),
(4061,7485,3),
(4061,8172,3),
(4061,8179,3),
(4061,8181,3),
(4061,8183,3),
(4061,8185,3),
(4061,8186,3),
(4061,8188,3),
(4061,8190,3),
(4061,8192,3),
(4061,8195,3),
(4061,8197,3),
(4061,8199,3),
(4061,8446,3),
(4061,9438,3),
(4061,9441,3),
(4061,9977,3),
(4061,10362,3),
(4061,12041,3),
(4061,12202,3),
(4061,12351,3),
(4061,12426,3),
(4061,15046,3),
(4061,15109,3),
(4061,15723,3),
(4061,17362,3),
(4061,17367,3),
(4061,20895,3),
(4061,21101,3),
(4061,21698,3),
(4061,23735,3),
(4061,36233,3),
(4061,36237,3),
(4061,38493,3),
(4061,50430,3),
(4091,1129,3),
(4097,4094,3),
(4097,4101,3),
(4097,4106,3),
(4097,5061,3),
(4097,5668,3),
(4097,6378,3),
(4097,6831,3),
(4097,7228,3),
(4097,7487,3),
(4097,7489,3),
(4097,7497,3),
(4097,7639,3),
(4097,8201,3),
(4097,8203,3),
(4097,8205,3),
(4097,8207,3),
(4097,8448,3),
(4097,9443,3),
(4097,9446,3),
(4097,9980,3),
(4097,12043,3),
(4097,12423,3),
(4097,12477,3),
(4097,12480,3),
(4097,15044,3),
(4097,15107,3),
(4097,15725,3),
(4097,17377,3),
(4097,17381,3),
(4097,21713,3),
(4097,23738,3),
(4097,28916,3),
(4097,34343,3),
(4097,38494,3),
(4097,47368,3),
(4097,50436,3),
(4119,1143,3),
(4125,4122,3),
(4125,4133,3),
(4125,4144,3),
(4125,4958,3),
(4125,4967,3),
(4125,6384,3),
(4125,6834,3),
(4125,7225,3),
(4125,7491,3),
(4125,7495,3),
(4125,7603,3),
(4125,7605,3),
(4125,7623,3),
(4125,7643,3),
(4125,8228,3),
(4125,8230,3),
(4125,8232,3),
(4125,8234,3),
(4125,8452,3),
(4125,9477,3),
(4125,9984,3),
(4125,12047,3),
(4125,12204,3),
(4125,12429,3),
(4125,12485,3),
(4125,12488,3),
(4125,15037,3),
(4125,15092,3),
(4125,15729,3),
(4125,17396,3),
(4125,21107,3),
(4125,21744,3),
(4125,23741,3),
(4125,38497,3),
(4125,50451,3),
(4158,1149,3),
(4164,4161,3),
(4164,4168,3),
(4164,4175,3),
(4164,5618,3),
(4164,6325,3),
(4164,7224,3),
(4164,7492,3),
(4164,7611,3),
(4164,7629,3),
(4191,1155,3),
(4197,4194,3),
(4197,4215,3),
(4197,6327,3),
(4197,7223,3),
(4197,7493,3),
(4197,7609,3),
(4197,7627,3),
(4197,9521,3),
(4197,9523,3),
(4197,9988,3),
(4197,10366,3),
(4197,12439,3),
(4212,1155,3),
(4218,4215,3),
(4218,6327,3),
(4218,7223,3),
(4218,7493,3),
(4218,7609,3),
(4218,7627,3),
(4218,9521,3),
(4218,9523,3),
(4218,9988,3),
(4218,10366,3),
(4218,12439,3),
(4233,1165,3),
(4239,4236,3),
(4239,4243,3),
(4239,4248,3),
(4239,4252,3),
(4239,6624,3),
(4239,6631,3),
(4239,6634,3),
(4239,6886,3),
(4239,6962,3),
(4239,7221,3),
(4239,7260,3),
(4239,7500,3),
(4239,7601,3),
(4239,7621,3),
(4239,7795,3),
(4239,7797,3),
(4239,7808,3),
(4239,7811,3),
(4239,7813,3),
(4239,7970,3),
(4239,7972,3),
(4239,7980,3),
(4239,8551,3),
(4239,9480,3),
(4239,9482,3),
(4239,9991,3),
(4239,9999,3),
(4239,11893,3),
(4239,12116,3),
(4239,12120,3),
(4239,12510,3),
(4239,15308,3),
(4239,15807,3),
(4239,16909,3),
(4239,16916,3),
(4239,16919,3),
(4239,21764,3),
(4239,28753,3),
(4239,28773,3),
(4239,28808,3),
(4239,34277,3),
(4239,38765,3),
(4239,40515,3),
(4239,47405,3),
(4239,50461,3),
(4263,1171,3),
(4269,4266,3),
(4269,4278,3),
(4269,4839,3),
(4269,5308,3),
(4269,5721,3),
(4269,6888,3),
(4269,6975,3),
(4269,6978,3),
(4269,7220,3),
(4269,7501,3),
(4269,7799,3),
(4269,7801,3),
(4269,7974,3),
(4269,8258,3),
(4269,8728,3),
(4269,8730,3),
(4269,8734,3),
(4269,8737,3),
(4269,9484,3),
(4269,9993,3),
(4269,10368,3),
(4269,10475,3),
(4269,11897,3),
(4269,11902,3),
(4269,12122,3),
(4269,12128,3),
(4269,12513,3),
(4269,14923,3),
(4269,15304,3),
(4269,15809,3),
(4269,15811,3),
(4269,16924,3),
(4269,21112,3),
(4269,21779,3),
(4269,23803,3),
(4269,28777,3),
(4269,28812,3),
(4269,38766,3),
(4269,50665,3),
(4291,1177,3),
(4297,6454,3),
(4297,6612,3),
(4297,6616,3),
(4297,6619,3),
(4297,6712,3),
(4297,6714,3),
(4297,6716,3),
(4297,6720,3),
(4297,6726,3),
(4297,6982,3),
(4297,7219,3),
(4297,7503,3),
(4297,7760,3),
(4297,7815,3),
(4297,7823,3),
(4297,7962,3),
(4297,7965,3),
(4297,7976,3),
(4297,8738,3),
(4297,8741,3),
(4297,8743,3),
(4297,9487,3),
(4297,9491,3),
(4297,9494,3),
(4297,9496,3),
(4297,9996,3),
(4297,10479,3),
(4297,11543,3),
(4297,11872,3),
(4297,11876,3),
(4297,11887,3),
(4297,11911,3),
(4297,12049,3),
(4297,12515,3),
(4297,12530,3),
(4297,12553,3),
(4297,12570,3),
(4297,12582,3),
(4297,12616,3),
(4297,15294,3),
(4297,15813,3),
(4297,15815,3),
(4297,16933,3),
(4297,16936,3),
(4297,16944,3),
(4297,21795,3),
(4297,23806,3),
(4297,28817,3),
(4297,38767,3),
(4297,50467,3),
(4308,1177,3),
(4312,6454,3),
(4312,6612,3),
(4312,6616,3),
(4312,6619,3),
(4312,6712,3),
(4312,6714,3),
(4312,6716,3),
(4312,6720,3),
(4312,6726,3),
(4312,6982,3),
(4312,7219,3),
(4312,7503,3),
(4312,7760,3),
(4312,7815,3),
(4312,7823,3),
(4312,7962,3),
(4312,7965,3),
(4312,7976,3),
(4312,8738,3),
(4312,8741,3),
(4312,8743,3),
(4312,9487,3),
(4312,9491,3),
(4312,9494,3),
(4312,9496,3),
(4312,9996,3),
(4312,10479,3),
(4312,11543,3),
(4312,11872,3),
(4312,11876,3),
(4312,11887,3),
(4312,11911,3),
(4312,12049,3),
(4312,12515,3),
(4312,12530,3),
(4312,12553,3),
(4312,12570,3),
(4312,12582,3),
(4312,12616,3),
(4312,15294,3),
(4312,15813,3),
(4312,15815,3),
(4312,16933,3),
(4312,16936,3),
(4312,16944,3),
(4334,1185,3),
(4340,4337,3),
(4340,4344,3),
(4340,4345,3),
(4340,5354,3),
(4340,5757,3),
(4340,7000,3),
(4340,7218,3),
(4340,7505,3),
(4340,7599,3),
(4340,7619,3),
(4340,7978,3),
(4340,8755,3),
(4340,8757,3),
(4340,8761,3),
(4340,8771,3),
(4340,9503,3),
(4340,9506,3),
(4340,10002,3),
(4340,10481,3),
(4340,11001,3),
(4340,11007,3),
(4340,11922,3),
(4340,12132,3),
(4340,12500,3),
(4340,15284,3),
(4340,15818,3),
(4340,16956,3),
(4340,16959,3),
(4340,16962,3),
(4340,21813,3),
(4340,21848,3),
(4340,23812,3),
(4340,50472,3),
(4367,1191,3),
(4373,4370,3),
(4373,4377,3),
(4373,4381,3),
(4373,5378,3),
(4373,5787,3),
(4373,6088,3),
(4373,6893,3),
(4373,6895,3),
(4373,7014,3),
(4373,7017,3),
(4373,7217,3),
(4373,7507,3),
(4373,7982,3),
(4373,7984,3),
(4373,8236,3),
(4373,8787,3),
(4373,8789,3),
(4373,8792,3),
(4373,9508,3),
(4373,9510,3),
(4373,9512,3),
(4373,10008,3),
(4373,10484,3),
(4373,11404,3),
(4373,11936,3),
(4373,12140,3),
(4373,12522,3),
(4373,15265,3),
(4373,15822,3),
(4373,17002,3),
(4373,17006,3),
(4373,17008,3),
(4373,21840,3),
(4373,23817,3),
(4373,38769,3),
(4373,50477,3),
(4373,50484,3),
(4393,1197,3),
(4399,4396,3),
(4399,4405,3),
(4399,4410,3),
(4399,5429,3),
(4399,5829,3),
(4399,6151,3),
(4399,6898,3),
(4399,7045,3),
(4399,7216,3),
(4399,7509,3),
(4399,7595,3),
(4399,7615,3),
(4399,8238,3),
(4399,8813,3),
(4399,8822,3),
(4399,10017,3),
(4399,10487,3),
(4399,11956,3),
(4399,12147,3),
(4399,12536,3),
(4399,12599,3),
(4399,15242,3),
(4399,15825,3),
(4399,15827,3),
(4399,17077,3),
(4399,17080,3),
(4399,21116,3),
(4399,21858,3),
(4399,23820,3),
(4399,28845,3),
(4399,34249,3),
(4399,38770,3),
(4399,50482,3),
(4422,1201,3),
(4428,4425,3),
(4428,4432,3),
(4428,4436,3),
(4428,5434,3),
(4428,5835,3),
(4428,6153,3),
(4428,7215,3),
(4428,7290,3),
(4428,7511,3),
(4428,7597,3),
(4428,7617,3),
(4428,8240,3),
(4428,8840,3),
(4428,8846,3),
(4428,10023,3),
(4428,10150,3),
(4428,10490,3),
(4428,11958,3),
(4428,12606,3),
(4428,15240,3),
(4428,15829,3),
(4428,17087,3),
(4428,17092,3),
(4428,17095,3),
(4428,23822,3),
(4428,38771,3),
(4428,50488,3),
(4448,1209,3),
(4454,4451,3),
(4454,4458,3),
(4454,4462,3),
(4454,5444,3),
(4454,5841,3),
(4454,6162,3),
(4454,6900,3),
(4454,7214,3),
(4454,7367,3),
(4454,7513,3),
(4454,8242,3),
(4454,8244,3),
(4454,8876,3),
(4454,8881,3),
(4454,10025,3),
(4454,10493,3),
(4454,11868,3),
(4454,11870,3),
(4454,12148,3),
(4454,12619,3),
(4454,15236,3),
(4454,15831,3),
(4454,17108,3),
(4454,23825,3),
(4454,25655,3),
(4454,25657,3),
(4454,25659,3),
(4454,25661,3),
(4454,25663,3),
(4454,25665,3),
(4454,28849,3),
(4454,34264,3),
(4454,38772,3),
(4454,50671,3),
(4476,1215,3),
(4482,4479,3),
(4482,4486,3),
(4482,4488,3),
(4482,4493,3),
(4482,5472,3),
(4482,6196,3),
(4482,6903,3),
(4482,7213,3),
(4482,7514,3),
(4482,8247,3),
(4482,8249,3),
(4482,8251,3),
(4482,8895,3),
(4482,8914,3),
(4482,9590,3),
(4482,9617,3),
(4482,9619,3),
(4482,9621,3),
(4482,10027,3),
(4482,10496,3),
(4482,11843,3),
(4482,11969,3),
(4482,12152,3),
(4482,12646,3),
(4482,15225,3),
(4482,15833,3),
(4482,17130,3),
(4482,21120,3),
(4482,23828,3),
(4482,31404,3),
(4482,38304,3),
(4482,38773,3),
(4482,50493,3),
(4506,1219,3),
(4512,4509,3),
(4512,4522,3),
(4512,5511,3),
(4512,5889,3),
(4512,6230,3),
(4512,6906,3),
(4512,7212,3),
(4512,7515,3),
(4512,8253,3),
(4512,8255,3),
(4512,8945,3),
(4512,10029,3),
(4512,10031,3),
(4512,10499,3),
(4512,11982,3),
(4512,12162,3),
(4512,12651,3),
(4512,15207,3),
(4512,15835,3),
(4512,17166,3),
(4512,23831,3),
(4512,38774,3),
(4512,50677,3),
(4536,1225,3),
(4542,4539,3),
(4542,4546,3),
(4542,4550,3),
(4542,5551,3),
(4542,5919,3),
(4542,6274,3),
(4542,6909,3),
(4542,7211,3),
(4542,7516,3),
(4542,8260,3),
(4542,8262,3),
(4542,8264,3),
(4542,8266,3),
(4542,8960,3),
(4542,8962,3),
(4542,9593,3),
(4542,10033,3),
(4542,10502,3),
(4542,11994,3),
(4542,12175,3),
(4542,12664,3),
(4542,12668,3),
(4542,15183,3),
(4542,15837,3),
(4542,17210,3),
(4542,17215,3),
(4542,23834,3),
(4542,38775,3),
(4542,50498,3),
(4566,1231,3),
(4573,4570,3),
(4573,5593,3),
(4573,6309,3),
(4573,6912,3),
(4573,7210,3),
(4573,7517,3),
(4573,7593,3),
(4573,7613,3),
(4573,8268,3),
(4573,8270,3),
(4573,8965,3),
(4573,8975,3),
(4573,8977,3),
(4573,10035,3),
(4573,10505,3),
(4573,12011,3),
(4573,12182,3),
(4573,12670,3),
(4573,15165,3),
(4573,15839,3),
(4573,17227,3),
(4573,23837,3),
(4573,38776,3),
(4573,50503,3),
(4587,1237,3),
(4593,4591,3),
(4593,4598,3),
(4593,4605,3),
(4593,5603,3),
(4593,5949,3),
(4593,6315,3),
(4593,6914,3),
(4593,7209,3),
(4593,7518,3),
(4593,8272,3),
(4593,8274,3),
(4593,8276,3),
(4593,8985,3),
(4593,8988,3),
(4593,9600,3),
(4593,9602,3),
(4593,9604,3),
(4593,10037,3),
(4593,11787,3),
(4593,12015,3),
(4593,12186,3),
(4593,12490,3),
(4593,12672,3),
(4593,15161,3),
(4593,15841,3),
(4593,17231,3),
(4593,17239,3),
(4593,17248,3),
(4593,17255,3),
(4593,17278,3),
(4593,17281,3),
(4593,21124,3),
(4593,23840,3),
(4593,25622,3),
(4593,38777,3),
(4593,47374,3),
(4593,50509,3),
(4623,1243,3),
(4631,4628,3),
(4631,5608,3),
(4631,5955,3),
(4631,6317,3),
(4631,7208,3),
(4631,7519,3),
(4631,8278,3),
(4631,8990,3),
(4631,9611,3),
(4631,9613,3),
(4631,9615,3),
(4631,9635,3),
(4631,9637,3),
(4631,9639,3),
(4631,10039,3),
(4631,10153,3),
(4631,10370,3),
(4631,11860,3),
(4631,12187,3),
(4631,12673,3),
(4631,15159,3),
(4631,15843,3),
(4631,17244,3),
(4631,17269,3),
(4631,17272,3),
(4631,21129,3),
(4631,47377,3),
(4631,50515,3),
(4647,1249,3),
(4653,4650,3),
(4653,4661,3),
(4653,5089,3),
(4653,5091,3),
(4653,5663,3),
(4653,6035,3),
(4653,6372,3),
(4653,6917,3),
(4653,7207,3),
(4653,7520,3),
(4653,8280,3),
(4653,8467,3),
(4653,8993,3),
(4653,8996,3),
(4653,9588,3),
(4653,10040,3),
(4653,11831,3),
(4653,12039,3),
(4653,12495,3),
(4653,12691,3),
(4653,15048,3),
(4653,15118,3),
(4653,15845,3),
(4653,17260,3),
(4653,17265,3),
(4653,21134,3),
(4653,23843,3),
(4653,28913,3),
(4653,34255,3),
(4653,38299,3),
(4653,38778,3),
(4653,40536,3),
(4653,40848,3),
(4653,43159,3),
(4653,43161,3),
(4653,50520,3),
(4794,1255,3),
(4800,6552,3),
(4800,6739,3),
(4800,6956,3),
(4800,6959,3),
(4800,7149,3),
(4800,7161,3),
(4800,7206,3),
(4800,7521,3),
(4800,8282,3),
(4800,8545,3),
(4800,8819,3),
(4800,8998,3),
(4800,9562,3),
(4800,9564,3),
(4800,9566,3),
(4800,9739,3),
(4800,9741,3),
(4800,10396,3),
(4800,10403,3),
(4800,10408,3),
(4800,10411,3),
(4800,10413,3),
(4800,10415,3),
(4800,10417,3),
(4800,10419,3),
(4800,10421,3),
(4800,10424,3),
(4800,11591,3),
(4800,11742,3),
(4800,11845,3),
(4800,11890,3),
(4800,12113,3),
(4800,12249,3),
(4800,14839,3),
(4800,15312,3),
(4800,15393,3),
(4800,15847,3),
(4800,15925,3),
(4800,19147,3),
(4800,19156,3),
(4800,19555,3),
(4800,28805,3),
(4800,28922,3),
(4800,28930,3),
(4800,33881,3),
(4800,34248,3),
(4800,34265,3),
(4800,38474,3),
(4800,38510,3),
(4800,50594,3),
(4869,1261,3),
(4875,4872,3),
(4875,4889,3),
(4875,4895,3),
(4875,4905,3),
(4875,5325,3),
(4875,5726,3),
(4875,6740,3),
(4875,6851,3),
(4875,6980,3),
(4875,7205,3),
(4875,7523,3),
(4875,8284,3),
(4875,8824,3),
(4875,9000,3),
(4875,9743,3),
(4875,9745,3),
(4875,11855,3),
(4875,11907,3),
(4875,11909,3),
(4875,12135,3),
(4875,12262,3),
(4875,12268,3),
(4875,14841,3),
(4875,15297,3),
(4875,15849,3),
(4875,16926,3),
(4875,19142,3),
(4875,19544,3),
(4875,21137,3),
(4875,23777,3),
(4875,28815,3),
(4875,38513,3),
(4875,50143,3),
(4875,50154,3),
(4966,1143,3),
(4970,4967,3),
(4970,6384,3),
(4970,6834,3),
(4970,7225,3),
(4970,7491,3),
(4970,7495,3),
(4970,7603,3),
(4970,7605,3),
(4970,7623,3),
(4970,7643,3),
(4970,8228,3),
(4970,8230,3),
(4970,8232,3),
(4970,8234,3),
(4970,8452,3),
(4970,9477,3),
(4970,9984,3),
(4970,12047,3),
(4970,12204,3),
(4970,12429,3),
(4970,12485,3),
(4970,12488,3),
(4970,15037,3),
(4970,15092,3),
(4970,15729,3),
(4981,1135,3),
(4987,4984,3),
(4987,4998,3),
(4987,5004,3),
(4987,5010,3),
(4987,5671,3),
(4987,6047,3),
(4987,6382,3),
(4987,7227,3),
(4987,8209,3),
(4987,8219,3),
(4987,8221,3),
(4987,8223,3),
(4987,8225,3),
(4987,8450,3),
(4987,9448,3),
(4987,9451,3),
(4987,9454,3),
(4987,9456,3),
(4987,9982,3),
(4987,11558,3),
(4987,11564,3),
(4987,12483,3),
(4987,12720,3),
(4987,14545,3),
(4987,15040,3),
(4987,15103,3),
(4987,15727,3),
(4987,17385,3),
(4987,21729,3),
(4987,23904,3),
(4987,38495,3),
(4987,38498,3),
(4987,38523,3),
(4987,40478,3),
(4987,50442,3),
(5021,1349,3),
(5027,5024,3),
(5027,5031,3),
(5027,5043,3),
(5027,5049,3),
(5027,5670,3),
(5027,6041,3),
(5027,6380,3),
(5027,7192,3),
(5027,7541,3),
(5027,7543,3),
(5027,8334,3),
(5027,8336,3),
(5027,8890,3),
(5027,9118,3),
(5027,9122,3),
(5027,9125,3),
(5027,9786,3),
(5027,10433,3),
(5027,12322,3),
(5027,14898,3),
(5027,15042,3),
(5027,15105,3),
(5027,15881,3),
(5027,17383,3),
(5027,19754,3),
(5027,23796,3),
(5027,28918,3),
(5027,31412,3),
(5027,38522,3),
(5027,50640,3),
(5060,1129,3),
(5071,1123,3),
(5100,1041,3),
(5116,1035,3),
(5135,1109,3),
(5163,1343,3),
(5172,5169,3),
(5172,5640,3),
(5172,5996,3),
(5172,6354,3),
(5172,6884,3),
(5172,7193,3),
(5172,7540,3),
(5172,8885,3),
(5172,9112,3),
(5172,9114,3),
(5172,9782,3),
(5172,9784,3),
(5172,12320,3),
(5172,14886,3),
(5172,15062,3),
(5172,15140,3),
(5172,15879,3),
(5172,17327,3),
(5172,19729,3),
(5172,28906,3),
(5172,34268,3),
(5172,36227,3),
(5172,38521,3),
(5172,50635,3),
(5197,1407,3),
(5204,9235,3),
(5204,9237,3),
(5204,9875,3),
(5204,11862,3),
(5204,12371,3),
(5204,14624,3),
(5204,15064,3),
(5204,15142,3),
(5204,15774,3),
(5204,17325,3),
(5204,23689,3),
(5204,24349,3),
(5204,28275,3),
(5204,28277,3),
(5204,28785,3),
(5204,28902,3),
(5204,38450,3),
(5204,38461,3),
(5204,38707,3),
(5204,38711,3),
(5204,38817,3),
(5204,50572,3),
(5206,5203,3),
(5206,5989,3),
(5206,6010,3),
(5206,6352,3),
(5206,6410,3),
(5206,6936,3),
(5206,7182,3),
(5206,7561,3),
(5221,1337,3),
(5227,5224,3),
(5227,5231,3),
(5227,5248,3),
(5227,5984,3),
(5227,6350,3),
(5227,7194,3),
(5227,7353,3),
(5227,7539,3),
(5227,8883,3),
(5227,9116,3),
(5227,9776,3),
(5227,9778,3),
(5227,9780,3),
(5227,12025,3),
(5227,12310,3),
(5227,14884,3),
(5227,15144,3),
(5227,15877,3),
(5227,17320,3),
(5227,17323,3),
(5227,19703,3),
(5227,23793,3),
(5227,28900,3),
(5227,38520,3),
(5227,50171,3),
(5377,1191,3),
(5380,5787,3),
(5380,6088,3),
(5380,6893,3),
(5380,6895,3),
(5380,7014,3),
(5380,7017,3),
(5380,7217,3),
(5380,7507,3),
(5380,7982,3),
(5380,7984,3),
(5380,8236,3),
(5380,8787,3),
(5380,8789,3),
(5380,8792,3),
(5380,9508,3),
(5380,9510,3),
(5380,9512,3),
(5380,10008,3),
(5380,10484,3),
(5380,11404,3),
(5380,11936,3),
(5380,12140,3),
(5380,12522,3),
(5380,15265,3),
(5380,15822,3),
(5980,5979,3),
(5980,6348,3),
(5980,7245,3),
(5980,7316,3),
(5980,7319,3),
(5980,7454,3),
(5980,7456,3),
(5980,7684,3),
(5980,7762,3),
(5980,7929,3),
(5980,7931,3),
(5980,7933,3),
(5980,7935,3),
(5980,8409,3),
(5980,8411,3),
(5980,9389,3),
(5980,9391,3),
(5980,9606,3),
(5980,9608,3),
(5980,9610,3),
(5980,9926,3),
(5980,10558,3),
(5980,10999,3),
(5980,11693,3),
(5980,11792,3),
(5980,11796,3),
(5980,11841,3),
(5980,12024,3),
(5980,12194,3),
(5980,12240,3),
(5980,14797,3),
(5980,14900,3),
(5980,15018,3),
(5980,15148,3),
(5980,15513,3),
(5997,5996,3),
(5997,6354,3),
(5997,6884,3),
(5997,7193,3),
(5997,7540,3),
(5997,8885,3),
(5997,9112,3),
(5997,9114,3),
(5997,9782,3),
(5997,9784,3),
(5997,12320,3),
(5997,14886,3),
(5997,15062,3),
(5997,15140,3),
(5997,15879,3),
(5997,17327,3),
(5997,19729,3),
(5997,28906,3),
(5997,34268,3),
(5997,36227,3),
(5997,38521,3),
(6003,6002,3),
(6003,6356,3),
(6003,7231,3),
(6003,7482,3),
(6003,8143,3),
(6003,8145,3),
(6003,8147,3),
(6003,8149,3),
(6003,8151,3),
(6003,8442,3),
(6003,9421,3),
(6003,9428,3),
(6003,9430,3),
(6003,9969,3),
(6003,11771,3),
(6003,11780,3),
(6003,12029,3),
(6003,12196,3),
(6003,12416,3),
(6003,15060,3),
(6003,15066,3),
(6003,15138,3),
(6003,15719,3),
(6027,1035,3),
(6029,6028,3),
(6029,6369,3),
(6029,7243,3),
(6029,7293,3),
(6029,7296,3),
(6029,7459,3),
(6029,7461,3),
(6029,7690,3),
(6029,7958,3),
(6029,7960,3),
(6029,8415,3),
(6029,8417,3),
(6029,9398,3),
(6029,9930,3),
(6029,10561,3),
(6029,11699,3),
(6029,12035,3),
(6029,12242,3),
(6029,14522,3),
(6029,15021,3),
(6029,15052,3),
(6029,15123,3),
(6029,15517,3),
(6572,1477,3),
(6576,6573,3),
(6576,7128,3),
(6576,7131,3),
(6576,7135,3),
(6576,7138,3),
(6576,7142,3),
(6576,7144,3),
(6576,7170,3),
(6576,7283,3),
(6576,7580,3),
(6576,8505,3),
(6576,8507,3),
(6576,8509,3),
(6576,9525,3),
(6576,9527,3),
(6576,9532,3),
(6576,9534,3),
(6576,9794,3),
(6576,10461,3),
(6576,11859,3),
(6576,14455,3),
(6576,15195,3),
(6576,15381,3),
(6576,15777,3),
(6576,17188,3),
(6576,23771,3),
(6576,28874,3),
(6576,28879,3),
(6576,34274,3),
(6576,38508,3),
(6576,50188,3),
(6584,1481,3),
(6589,6586,3),
(6589,6592,3),
(6589,7169,3),
(6589,7581,3),
(6589,8511,3),
(6589,8513,3),
(6589,9536,3),
(6589,9538,3),
(6589,9788,3),
(6589,9790,3),
(6589,10170,3),
(6589,10464,3),
(6589,11358,3),
(6589,11360,3),
(6623,1165,3),
(6627,6624,3),
(6627,6631,3),
(6627,6634,3),
(6627,6886,3),
(6627,6962,3),
(6627,7221,3),
(6627,7260,3),
(6627,7500,3),
(6627,7601,3),
(6627,7621,3),
(6627,7795,3),
(6627,7797,3),
(6627,7808,3),
(6627,7811,3),
(6627,7813,3),
(6627,7970,3),
(6627,7972,3),
(6627,7980,3),
(6627,8551,3),
(6627,9480,3),
(6627,9482,3),
(6627,9991,3),
(6627,9999,3),
(6627,11893,3),
(6627,12116,3),
(6627,12120,3),
(6627,12510,3),
(6627,15308,3),
(6627,15807,3),
(6652,1437,3),
(6657,6654,3),
(6657,6841,3),
(6657,7031,3),
(6657,7177,3),
(6657,8455,3),
(6657,8457,3),
(6657,8461,3),
(6657,8469,3),
(6657,8471,3),
(6657,8489,3),
(6657,9284,3),
(6657,9577,3),
(6657,9818,3),
(6657,11235,3),
(6657,11239,3),
(6675,6673,3),
(6675,6686,3),
(6675,6689,3),
(6675,6839,3),
(6675,7029,3),
(6675,7178,3),
(6675,7568,3),
(6675,7585,3),
(6675,7588,3),
(6675,7590,3),
(6675,8453,3),
(6675,8487,3),
(6675,9270,3),
(6675,9273,3),
(6749,1269,3),
(6755,6752,3),
(6755,6768,3),
(6755,6770,3),
(6755,7006,3),
(6755,7204,3),
(6755,7525,3),
(6755,8286,3),
(6755,8826,3),
(6755,9002,3),
(6755,9004,3),
(6755,9747,3),
(6755,11930,3),
(6755,12272,3),
(6755,14843,3),
(6755,15273,3),
(6755,15850,3),
(6755,16980,3),
(6755,19177,3),
(6755,19461,3),
(6755,25620,3),
(6755,28823,3),
(6755,34278,3),
(6755,43185,3),
(6755,50599,3),
(6782,1277,3),
(6788,6785,3),
(6788,6798,3),
(6788,6854,3),
(6788,6856,3),
(6788,7010,3),
(6788,7203,3),
(6788,7527,3),
(6788,8828,3),
(6788,9006,3),
(6788,9750,3),
(6788,9752,3),
(6788,11934,3),
(6788,12141,3),
(6788,12276,3),
(6788,14846,3),
(6788,15267,3),
(6788,15853,3),
(6788,16981,3),
(6788,19480,3),
(6788,19537,3),
(6788,28827,3),
(6788,50648,3),
(7340,1353,3),
(7344,7341,3),
(7344,7346,3),
(7344,7349,3),
(7344,7386,3),
(7344,7544,3),
(8356,8354,3),
(8356,8519,3),
(8356,8523,3),
(8530,8528,3),
(8530,8547,3),
(8530,8594,3),
(8530,8902,3),
(8530,9133,3),
(8530,9832,3),
(8530,11411,3),
(8530,11577,3),
(8530,11581,3),
(8530,11926,3),
(8530,12134,3),
(8530,12337,3),
(8530,14535,3),
(8530,14552,3),
(8530,15281,3),
(8530,15740,3),
(8530,16974,3),
(8530,16977,3),
(8530,19804,3),
(8530,24451,3),
(8530,28307,3),
(8530,28309,3),
(8530,36242,3),
(8530,36245,3),
(8530,38452,3),
(8530,38801,3),
(8530,50531,3),
(8640,8637,3),
(8640,8651,3),
(8640,8656,3),
(8640,9348,3),
(8640,9884,3),
(8640,10453,3),
(8640,10455,3),
(8640,11546,3),
(8640,11548,3),
(8640,11609,3),
(8640,11906,3),
(8640,15300,3),
(8640,15883,3),
(8640,15885,3),
(8640,15951,3),
(8640,15970,3),
(8640,15973,3),
(8640,15976,3),
(8640,21335,3),
(8640,23849,3),
(8640,38781,3),
(8640,40489,3),
(8640,50286,3),
(8654,8651,3),
(8654,8656,3),
(8654,9348,3),
(8654,9884,3),
(8654,10453,3),
(8654,10455,3),
(8654,11546,3),
(8654,11548,3),
(8654,11609,3),
(8654,11906,3),
(8654,15300,3),
(8654,15883,3),
(8654,15885,3),
(8654,15951,3),
(8654,15970,3),
(8654,15973,3),
(8654,15976,3),
(8668,1161,3),
(8673,8671,3),
(8673,8679,3),
(8673,8681,3),
(8673,8683,3),
(8673,8693,3),
(8673,8698,3),
(8673,8700,3),
(8673,8701,3),
(8673,8708,3),
(8673,8712,3),
(8673,8713,3),
(8673,8727,3),
(8673,8766,3),
(8673,8775,3),
(8673,8777,3),
(8673,9479,3),
(8673,11008,3),
(8673,11567,3),
(8673,11569,3),
(8673,12507,3),
(8673,15283,3),
(8673,15887,3),
(8673,15889,3),
(8673,15892,3),
(8673,16967,3),
(8673,16971,3),
(8673,21751,3),
(8673,21824,3),
(8673,23809,3),
(8673,38768,3),
(8673,50456,3),
(8691,1161,3),
(8696,8693,3),
(8696,8698,3),
(8696,8700,3),
(8696,8701,3),
(8696,8708,3),
(8696,8712,3),
(8696,8713,3),
(8696,8727,3),
(8696,8766,3),
(8696,8775,3),
(8696,8777,3),
(8696,9479,3),
(8696,11008,3),
(8696,11567,3),
(8696,11569,3),
(8696,12507,3),
(8696,15283,3),
(8696,15887,3),
(8696,15889,3),
(8696,15892,3),
(8696,16967,3),
(8696,16971,3),
(8696,21751,3),
(8696,21824,3),
(8696,23809,3),
(8696,38768,3),
(8696,50456,3),
(9515,9514,3),
(9515,9517,3),
(9515,9986,3),
(9515,10364,3),
(9515,12433,3),
(10112,1283,3),
(10118,10115,3),
(10118,10122,3),
(10118,11010,3),
(10118,11953,3),
(10118,12279,3),
(10118,14848,3),
(10118,15246,3),
(10118,15855,3),
(10118,17059,3),
(10118,19504,3),
(10118,23695,3),
(10118,28841,3),
(10118,31428,3),
(10118,34256,3),
(10118,38514,3),
(10118,50604,3),
(10131,1289,3),
(10137,10134,3),
(10137,11962,3),
(10137,12282,3),
(10137,14850,3),
(10137,15234,3),
(10137,15860,3),
(10137,17111,3),
(10137,19527,3),
(10137,28851,3),
(10137,43188,3),
(10137,50609,3),
(10180,1297,3),
(10186,10183,3),
(10186,10190,3),
(10186,12286,3),
(10186,14851,3),
(10186,15232,3),
(10186,15864,3),
(10186,17113,3),
(10186,19570,3),
(10186,28783,3),
(10186,28799,3),
(10186,28801,3),
(10186,28854,3),
(10186,34266,3),
(10186,38515,3),
(10186,40541,3),
(10186,40551,3),
(10186,50165,3),
(10199,1309,3),
(10205,10202,3),
(10205,11977,3),
(10205,12295,3),
(10205,14859,3),
(10205,15213,3),
(10205,15870,3),
(10205,17161,3),
(10205,19619,3),
(10205,28868,3),
(10205,38517,3),
(10205,38758,3),
(10205,50620,3),
(10262,1315,3),
(10268,10265,3),
(10268,10372,3),
(10268,11999,3),
(10268,12299,3),
(10268,14861,3),
(10268,15179,3),
(10268,15872,3),
(10268,17298,3),
(10268,19638,3),
(10268,21312,3),
(10268,21314,3),
(10268,28762,3),
(10268,28885,3),
(10268,34257,3),
(10268,38518,3),
(10268,50625,3),
(10279,1323,3),
(10285,10282,3),
(10285,12003,3),
(10285,12304,3),
(10285,14864,3),
(10285,14867,3),
(10285,14917,3),
(10285,15174,3),
(10285,15874,3),
(10285,17305,3),
(10285,19662,3),
(10285,23784,3),
(10285,28889,3),
(10285,38519,3),
(10285,50653,3),
(10296,1329,3),
(10302,10299,3),
(10302,12019,3),
(10302,12307,3),
(10302,14879,3),
(10302,15154,3),
(10302,15875,3),
(10302,17312,3),
(10302,19680,3),
(10302,23789,3),
(10302,33900,3),
(10302,50630,3),
(10312,2720,3),
(10317,10314,3),
(10317,10320,3),
(10317,11866,3),
(10317,11913,3),
(10317,12325,3),
(10317,14509,3),
(10317,14524,3),
(10317,15288,3),
(10317,15734,3),
(10317,15737,3),
(10317,16947,3),
(10317,19781,3),
(10317,23692,3),
(10317,28259,3),
(10317,28261,3),
(10317,28821,3),
(10317,38451,3),
(10317,38798,3),
(10317,50526,3),
(10328,1359,3),
(10333,10330,3),
(10333,11943,3),
(10333,12340,3),
(10333,14558,3),
(10333,15257,3),
(10333,15745,3),
(10333,17041,3),
(10333,17044,3),
(10333,19845,3),
(10333,28303,3),
(10333,28305,3),
(10333,28339,3),
(10333,28835,3),
(10333,34269,3),
(10333,38454,3),
(10333,50536,3),
(10342,1365,3),
(10347,10344,3),
(10347,11945,3),
(10347,12343,3),
(10347,15255,3),
(10347,15751,3),
(10347,17049,3),
(10347,19863,3),
(10347,28299,3),
(10347,28301,3),
(10347,28837,3),
(10347,38455,3),
(10347,38807,3),
(10347,50541,3),
(10394,1255,3),
(10399,10396,3),
(10399,10403,3),
(10399,10408,3),
(10399,10411,3),
(10399,10413,3),
(10399,10415,3),
(10399,10417,3),
(10399,10419,3),
(10399,10421,3),
(10399,10424,3),
(10399,11591,3),
(10399,11742,3),
(10399,11845,3),
(10399,11890,3),
(10399,12113,3),
(10399,12249,3),
(10399,14839,3),
(10399,15312,3),
(10399,15393,3),
(10399,15847,3),
(10399,15925,3),
(10399,19147,3),
(10448,945,3),
(10451,20840,3),
(10451,20924,3),
(10451,21327,3),
(10451,21341,3),
(10451,22385,3),
(10451,23932,3),
(10451,23934,3),
(10451,23937,3),
(10451,28814,3),
(10451,32947,3),
(10451,32948,3),
(10451,32987,3),
(10451,32990,3),
(10451,32992,3),
(10451,32993,3),
(10451,38780,3),
(10451,40508,3),
(10451,50281,3),
(11020,1371,3),
(11026,11023,3),
(11026,12353,3),
(11026,14575,3),
(11026,14592,3),
(11026,15221,3),
(11026,15758,3),
(11026,17146,3),
(11026,19919,3),
(11026,28295,3),
(11026,28297,3),
(11026,28860,3),
(11026,34271,3),
(11026,38347,3),
(11026,38352,3),
(11026,38357,3),
(11026,38361,3),
(11026,38374,3),
(11026,38457,3),
(11026,38714,3),
(11026,38764,3),
(11026,38809,3),
(11026,50552,3),
(11039,1377,3),
(11045,11042,3),
(11045,11050,3),
(11045,12356,3),
(11045,14604,3),
(11045,15202,3),
(11045,15760,3),
(11045,17173,3),
(11045,19934,3),
(11045,19942,3),
(11045,28291,3),
(11045,28293,3),
(11045,28872,3),
(11045,38458,3),
(11045,38810,3),
(11045,50557,3),
(11059,1383,3),
(11065,11062,3),
(11065,12001,3),
(11065,12359,3),
(11065,14615,3),
(11065,15177,3),
(11065,15764,3),
(11065,17303,3),
(11065,19955,3),
(11065,28287,3),
(11065,28289,3),
(11065,28887,3),
(11065,38459,3),
(11065,38813,3),
(11065,50562,3),
(11078,1389,3),
(11084,11081,3),
(11084,11837,3),
(11084,12361,3),
(11084,15156,3),
(11084,15766,3),
(11084,17307,3),
(11084,21140,3),
(11084,28283,3),
(11084,28285,3),
(11084,28893,3),
(11084,34272,3),
(11084,38460,3),
(11084,38816,3),
(11084,50567,3),
(11099,1413,3),
(11105,11102,3),
(11105,11939,3),
(11105,12376,3),
(11105,14626,3),
(11105,15262,3),
(11105,15742,3),
(11105,17021,3),
(11105,17024,3),
(11105,19823,3),
(11105,21316,3),
(11105,28271,3),
(11105,28273,3),
(11105,28831,3),
(11105,38293,3),
(11105,38464,3),
(11105,38804,3),
(11105,50588,3),
(11125,1401,3),
(11130,11128,3),
(11130,11985,3),
(11130,12169,3),
(11130,12369,3),
(11130,14621,3),
(11130,15200,3),
(11130,15762,3),
(11130,17182,3),
(11130,17186,3),
(11130,28279,3),
(11130,28281,3),
(11130,38463,3),
(11130,50582,3),
(11149,1395,3),
(11155,11152,3),
(11155,11584,3),
(11155,11971,3),
(11155,12154,3),
(11155,12253,3),
(11155,12271,3),
(11155,12283,3),
(11155,12292,3),
(11155,12364,3),
(11155,14617,3),
(11155,15223,3),
(11155,15755,3),
(11155,17138,3),
(11155,19900,3),
(11155,21138,3),
(11155,22330,3),
(11155,23698,3),
(11155,27451,3),
(11155,28267,3),
(11155,28269,3),
(11155,38462,3),
(11155,50577,3),
(11172,2712,3),
(11178,11175,3),
(11178,11955,3),
(11178,12348,3),
(11178,15244,3),
(11178,15753,3),
(11178,17066,3),
(11178,17070,3),
(11178,19880,3),
(11178,28263,3),
(11178,28265,3),
(11178,28843,3),
(11178,38456,3),
(11178,38718,3),
(11178,38808,3),
(11178,50547,3),
(11195,1419,3),
(11201,11198,3),
(11201,11938,3),
(11201,12448,3),
(11201,14465,3),
(11201,14691,3),
(11201,14695,3),
(11201,14699,3),
(11201,15263,3),
(11201,15784,3),
(11201,17013,3),
(11201,17016,3),
(11201,23744,3),
(11201,28829,3),
(11201,38499,3),
(11201,50219,3),
(11217,1425,3),
(11223,11220,3),
(11223,11941,3),
(11223,12451,3),
(11223,14467,3),
(11223,15259,3),
(11223,15786,3),
(11223,17030,3),
(11223,21142,3),
(11223,23747,3),
(11223,28833,3),
(11223,34246,3),
(11223,43182,3),
(11223,50225,3),
(11237,11256,3),
(11237,12728,3),
(11237,14480,3),
(11237,15247,3),
(11237,15248,3),
(11237,15390,3),
(11237,15894,3),
(11237,17055,3),
(11237,17057,3),
(11237,23753,3),
(11237,34776,3),
(11237,38500,3),
(11237,50239,3),
(11271,1443,3),
(11277,11274,3),
(11277,12456,3),
(11277,14483,3),
(11277,15238,3),
(11277,15795,3),
(11277,17100,3),
(11277,17103,3),
(11277,21146,3),
(11277,23756,3),
(11277,28847,3),
(11277,38298,3),
(11277,38502,3),
(11277,50244,3),
(11289,1449,3),
(11295,11292,3),
(11295,11588,3),
(11295,12460,3),
(11295,14485,3),
(11295,15219,3),
(11295,15346,3),
(11295,15348,3),
(11295,15350,3),
(11295,15367,3),
(11295,15371,3),
(11295,15396,3),
(11295,15797,3),
(11295,17152,3),
(11295,21148,3),
(11295,23759,3),
(11295,27530,3),
(11295,27903,3),
(11295,27905,3),
(11295,28862,3),
(11295,38504,3),
(11295,50249,3),
(11308,1455,3),
(11314,11311,3),
(11314,12462,3),
(11314,14487,3),
(11314,15217,3),
(11314,15799,3),
(11314,17155,3),
(11314,23762,3),
(11314,28760,3),
(11314,28764,3),
(11314,28864,3),
(11314,34273,3),
(11314,38503,3),
(11314,38760,3),
(11314,50254,3),
(11327,1461,3),
(11333,11330,3),
(11333,11847,3),
(11333,12472,3),
(11333,14488,3),
(11333,15190,3),
(11333,15801,3),
(11333,17195,3),
(11333,21150,3),
(11333,28876,3),
(11333,38505,3),
(11333,50259,3),
(11345,1467,3),
(11351,11348,3),
(11351,12475,3),
(11351,14490,3),
(11351,15187,3),
(11351,15317,3),
(11351,15803,3),
(11351,17201,3),
(11351,23765,3),
(11351,25644,3),
(11351,28780,3),
(11351,28882,3),
(11351,34247,3),
(11351,36225,3),
(11351,38294,3),
(11351,38506,3),
(11351,50265,3),
(11496,11493,3),
(11496,11502,3),
(11496,11505,3),
(11496,11507,3),
(11496,11509,3),
(11496,11530,3),
(11496,11532,3),
(11496,11534,3),
(11496,11536,3),
(11496,12020,3),
(11496,14450,3),
(11496,14640,3),
(11496,15128,3),
(11496,15152,3),
(11496,15320,3),
(11496,15328,3),
(11496,15334,3),
(11496,15336,3),
(11496,15338,3),
(11496,15375,3),
(11496,15779,3),
(11496,17315,3),
(11496,23774,3),
(11496,28895,3),
(11496,38509,3),
(11496,50195,3),
(15930,15929,3),
(15934,15933,3),
(15942,945,3),
(15944,15943,3),
(15944,15946,3),
(15944,15948,3),
(15961,957,3),
(15963,15962,3),
(15963,15966,3),
(15963,21354,3),
(15963,23852,3),
(15963,34243,3),
(15963,38277,3),
(15963,38295,3),
(15963,38783,3),
(15963,40385,3),
(15963,40438,3),
(15963,40450,3),
(15963,50291,3),
(15984,963,3),
(15986,15985,3),
(15986,15988,3),
(15986,15993,3),
(15986,20937,3),
(15986,21362,3),
(15986,23855,3),
(15986,28819,3),
(15986,34261,3),
(15986,38784,3),
(15986,40376,3),
(15986,50296,3),
(15998,969,3),
(16000,15999,3),
(16000,16004,3),
(16009,16008,3),
(16009,20954,3),
(16009,21365,3),
(16009,23858,3),
(16009,28825,3),
(16009,38785,3),
(16009,50301,3),
(16021,975,3),
(16023,16022,3),
(16023,16027,3),
(16032,16031,3),
(16032,20919,3),
(16032,20962,3),
(16032,21367,3),
(16032,23861,3),
(16032,28757,3),
(16032,38786,3),
(16032,50306,3),
(16039,981,3),
(16041,16040,3),
(16041,16043,3),
(16041,20971,3),
(16041,20976,3),
(16041,21369,3),
(16041,23864,3),
(16041,28856,3),
(16041,38787,3),
(16041,39213,3),
(16041,50311,3),
(16049,989,3),
(16051,16050,3),
(16051,16053,3),
(16051,20978,3),
(16051,21375,3),
(16051,23867,3),
(16051,28866,3),
(16051,38788,3),
(16051,50317,3),
(16063,995,3),
(16066,16064,3),
(16070,16069,3),
(16070,20985,3),
(16070,21379,3),
(16070,23870,3),
(16070,28870,3),
(16070,34275,3),
(16070,38789,3),
(16070,40405,3),
(16070,40413,3),
(16070,40416,3),
(16070,40421,3),
(16070,40425,3),
(16070,40431,3),
(16070,40446,3),
(16070,50322,3),
(16076,999,3),
(16078,16077,3),
(16078,16082,3),
(16087,16086,3),
(16087,20992,3),
(16087,21409,3),
(16087,23873,3),
(16087,28768,3),
(16087,28770,3),
(16087,28775,3),
(16087,34245,3),
(16087,38790,3),
(16087,40456,3),
(16087,50327,3),
(16097,1005,3),
(16100,16098,3),
(16100,16104,3),
(16100,16107,3),
(16100,21002,3),
(16100,21417,3),
(16100,23876,3),
(16100,28883,3),
(16100,38792,3),
(16100,40462,3),
(16100,50332,3),
(16110,1011,3),
(16112,16111,3),
(16112,16114,3),
(16117,16116,3),
(16117,16938,3),
(16124,16123,3),
(16128,16127,3),
(16128,21023,3),
(16128,21422,3),
(16128,23879,3),
(16128,28890,3),
(16128,34210,3),
(16128,34215,3),
(16128,38793,3),
(16128,50338,3),
(16137,1017,3),
(16140,16138,3),
(16140,16142,3),
(16140,21437,3),
(16140,23882,3),
(16140,28898,3),
(16140,34276,3),
(16140,38794,3),
(16140,50345,3),
(16152,1023,3),
(16154,16153,3),
(16158,16157,3),
(16158,21040,3),
(16158,21445,3),
(16158,23885,3),
(16158,23898,3),
(16158,23901,3),
(16158,25646,3),
(16158,25683,3),
(16158,34279,3),
(16158,38795,3),
(16158,40495,3),
(16158,50351,3),
(16163,16162,3),
(16163,16180,3),
(16188,20891,3),
(16188,21053,3),
(16188,21468,3),
(16188,23891,3),
(16188,38300,3),
(16188,38797,3),
(16188,40473,3),
(16188,50363,3),
(16197,16196,3),
(16197,16199,3),
(16197,16200,3),
(16197,21461,3),
(16197,23888,3),
(16197,28911,3),
(16197,38796,3),
(16197,40468,3),
(16197,50356,3),
(16210,1045,3),
(16213,16211,3),
(16213,16921,3),
(16213,21058,3),
(16213,21481,3),
(16213,23702,3),
(16213,28810,3),
(16213,34251,3),
(16213,38317,3),
(16213,38476,3),
(16213,40923,3),
(16213,50369,3),
(16224,1051,3),
(16227,16225,3),
(16227,16229,3),
(16227,21061,3),
(16227,21496,3),
(16227,23705,3),
(16227,28755,3),
(16227,36267,3),
(16227,38477,3),
(16227,40279,3),
(16227,40281,3),
(16227,50374,3),
(16227,54156,3),
(16235,1059,3),
(16237,16236,3),
(16237,16239,3),
(16237,21071,3),
(16237,21508,3),
(16237,23708,3),
(16237,34253,3),
(16237,34758,3),
(16237,38478,3),
(16237,50379,3),
(16237,50381,3),
(16245,1067,3),
(16247,16246,3),
(16247,16248,3),
(16247,21077,3),
(16247,21520,3),
(16247,23711,3),
(16247,38326,3),
(16247,38372,3),
(16247,38479,3),
(16247,50385,3),
(16260,1079,3),
(16263,16261,3),
(16263,16265,3),
(16263,21081,3),
(16263,21554,3),
(16263,34263,3),
(16263,38321,3),
(16263,38481,3),
(16263,47389,3),
(16263,50395,3),
(16271,1085,3),
(16273,16272,3),
(16273,16275,3),
(16273,21085,3),
(16273,21576,3),
(16273,23717,3),
(16273,38482,3),
(16273,50400,3),
(16282,1091,3),
(16284,16283,3),
(16284,16287,3),
(16284,21089,3),
(16284,21591,3),
(16284,33929,3),
(16284,34254,3),
(16284,36160,3),
(16284,36229,3),
(16284,38279,3),
(16284,38296,3),
(16284,38483,3),
(16284,38485,3),
(16284,50405,3),
(16297,1097,3),
(16300,16298,3),
(16300,16302,3),
(16300,21093,3),
(16300,21604,3),
(16300,23720,3),
(16300,38487,3),
(16300,50410,3),
(16311,1103,3),
(16314,16312,3),
(16314,17232,3),
(16314,21643,3),
(16314,23723,3),
(16314,38488,3),
(16314,50415,3),
(16910,16909,3),
(16910,16916,3),
(16910,16919,3),
(16910,21764,3),
(16910,28753,3),
(16910,28773,3),
(16910,28808,3),
(16910,34277,3),
(16910,38765,3),
(16910,40515,3),
(16910,47405,3),
(16910,50461,3),
(16932,1177,3),
(16934,16933,3),
(16934,16936,3),
(16945,16944,3),
(16945,21795,3),
(16945,23806,3),
(16945,28817,3),
(16945,38767,3),
(16945,50467,3),
(16955,1185,3),
(16957,16956,3),
(16957,16959,3),
(16957,16962,3),
(16957,21813,3),
(16957,21848,3),
(16957,23812,3),
(16957,50472,3),
(17004,17002,3),
(17004,17006,3),
(17004,17008,3),
(17004,21840,3),
(17004,23817,3),
(17004,38769,3),
(17004,50477,3),
(17004,50484,3),
(17076,1197,3),
(17078,17077,3),
(17078,17080,3),
(17078,21116,3),
(17078,21858,3),
(17078,23820,3),
(17078,28845,3),
(17078,34249,3),
(17078,38770,3),
(17078,50482,3),
(17086,1201,3),
(17088,17087,3),
(17088,17092,3),
(17088,17095,3),
(17088,23822,3),
(17088,38771,3),
(17088,50488,3),
(17129,1215,3),
(17132,17130,3),
(17132,21120,3),
(17132,23828,3),
(17132,31404,3),
(17132,38304,3),
(17132,38773,3),
(17132,50493,3),
(17209,1225,3),
(17211,17210,3),
(17211,17215,3),
(17211,23834,3),
(17211,38775,3),
(17211,50498,3),
(17226,1231,3),
(17229,17227,3),
(17229,23837,3),
(17229,38776,3),
(17229,50503,3),
(17238,1237,3),
(17240,17239,3),
(17243,1243,3),
(17245,17244,3),
(17249,17248,3),
(17256,17255,3),
(17259,1249,3),
(17261,17260,3),
(17261,17265,3),
(17261,21134,3),
(17261,23843,3),
(17261,28913,3),
(17261,34255,3),
(17261,38299,3),
(17261,38778,3),
(17261,40536,3),
(17261,40848,3),
(17261,43159,3),
(17261,43161,3),
(17261,50520,3),
(17270,17269,3),
(17270,17272,3),
(17270,21129,3),
(17270,47377,3),
(17270,50515,3),
(17279,17278,3),
(17279,17281,3),
(17279,21124,3),
(17279,23840,3),
(17279,25622,3),
(17279,38777,3),
(17279,47374,3),
(17279,50509,3),
(17291,17289,3),
(17291,17294,3),
(17291,21096,3),
(17291,21661,3),
(17291,21668,3),
(17291,23726,3),
(17291,25617,3),
(17291,28787,3),
(17291,38490,3),
(17291,38745,3),
(17291,38746,3),
(17291,38749,3),
(17291,40346,3),
(17291,40357,3),
(17291,44483,3),
(17291,50420,3),
(17333,1117,3),
(17335,17334,3),
(17335,17339,3),
(17335,17342,3),
(17335,21679,3),
(17335,23732,3),
(17335,38305,3),
(17335,38492,3),
(17335,50425,3),
(17364,17362,3),
(17368,17367,3),
(17379,17377,3),
(17379,17381,3),
(17379,21713,3),
(17379,23738,3),
(17379,28916,3),
(17379,34343,3),
(17379,38494,3),
(17379,47368,3),
(17379,50436,3),
(17391,17390,3),
(17391,19164,3),
(17391,20831,3),
(17398,17396,3),
(17398,21107,3),
(17398,21744,3),
(17398,23741,3),
(17398,38497,3),
(17398,50451,3),
(19140,1261,3),
(19159,19156,3),
(19174,1269,3),
(19180,19177,3),
(19180,19461,3),
(19180,25620,3),
(19180,28823,3),
(19180,34278,3),
(19180,43185,3),
(19180,50599,3),
(19477,1277,3),
(19483,19480,3),
(19483,19537,3),
(19483,28827,3),
(19483,50648,3),
(19501,1283,3),
(19507,19504,3),
(19507,23695,3),
(19507,28841,3),
(19507,31428,3),
(19507,34256,3),
(19507,38514,3),
(19507,50604,3),
(19547,19544,3),
(19547,21137,3),
(19547,23777,3),
(19547,28815,3),
(19547,38513,3),
(19547,50143,3),
(19547,50154,3),
(19557,19555,3),
(19557,28805,3),
(19557,28922,3),
(19557,28930,3),
(19557,33881,3),
(19557,34248,3),
(19557,34265,3),
(19557,38474,3),
(19557,38510,3),
(19557,50594,3),
(19567,1297,3),
(19573,19570,3),
(19573,28783,3),
(19573,28799,3),
(19573,28801,3),
(19573,28854,3),
(19573,34266,3),
(19573,38515,3),
(19573,40541,3),
(19573,40551,3),
(19573,50165,3),
(19597,1303,3),
(19603,19600,3),
(19603,23780,3),
(19603,28857,3),
(19603,34250,3),
(19603,34267,3),
(19603,38516,3),
(19603,50615,3),
(19616,1309,3),
(19622,19619,3),
(19622,28868,3),
(19622,38517,3),
(19622,38758,3),
(19622,50620,3),
(19635,1315,3),
(19641,19638,3),
(19641,21312,3),
(19641,21314,3),
(19641,28762,3),
(19641,28885,3),
(19641,34257,3),
(19641,38518,3),
(19641,50625,3),
(19659,1323,3),
(19665,19662,3),
(19665,23784,3),
(19665,28889,3),
(19665,38519,3),
(19665,50653,3),
(19677,1329,3),
(19683,19680,3),
(19683,23789,3),
(19683,33900,3),
(19683,50630,3),
(19700,1337,3),
(19706,19703,3),
(19706,23793,3),
(19706,28900,3),
(19706,38520,3),
(19706,50171,3),
(19725,1343,3),
(19731,19729,3),
(19731,28906,3),
(19731,34268,3),
(19731,36227,3),
(19731,38521,3),
(19731,50635,3),
(19751,1349,3),
(19757,19754,3),
(19757,23796,3),
(19757,28918,3),
(19757,31412,3),
(19757,38522,3),
(19757,50640,3),
(19778,2720,3),
(19784,19781,3),
(19784,23692,3),
(19784,28259,3),
(19784,28261,3),
(19784,28821,3),
(19784,38451,3),
(19784,38798,3),
(19784,50526,3),
(19807,19804,3),
(19807,24451,3),
(19807,28307,3),
(19807,28309,3),
(19807,36242,3),
(19807,36245,3),
(19807,38452,3),
(19807,38801,3),
(19807,50531,3),
(19820,1413,3),
(19826,19823,3),
(19826,21316,3),
(19826,28271,3),
(19826,28273,3),
(19826,28831,3),
(19826,38293,3),
(19826,38464,3),
(19826,38804,3),
(19826,50588,3),
(19860,1365,3),
(19866,19863,3),
(19866,28299,3),
(19866,28301,3),
(19866,28837,3),
(19866,38455,3),
(19866,38807,3),
(19866,50541,3),
(19877,2712,3),
(19883,19880,3),
(19883,28263,3),
(19883,28265,3),
(19883,28843,3),
(19883,38456,3),
(19883,38718,3),
(19883,38808,3),
(19883,50547,3),
(19897,1395,3),
(19903,19900,3),
(19903,21138,3),
(19903,22330,3),
(19903,23698,3),
(19903,27451,3),
(19903,28267,3),
(19903,28269,3),
(19903,38462,3),
(19903,50577,3),
(19916,1371,3),
(19922,19919,3),
(19922,28295,3),
(19922,28297,3),
(19922,28860,3),
(19922,34271,3),
(19922,38347,3),
(19922,38352,3),
(19922,38357,3),
(19922,38361,3),
(19922,38374,3),
(19922,38457,3),
(19922,38714,3),
(19922,38764,3),
(19922,38809,3),
(19922,50552,3),
(19932,1377,3),
(19937,19934,3),
(19937,19942,3),
(19937,28291,3),
(19937,28293,3),
(19937,28872,3),
(19937,38458,3),
(19937,38810,3),
(19937,50557,3),
(19952,1383,3),
(19958,19955,3),
(19958,28287,3),
(19958,28289,3),
(19958,28887,3),
(19958,38459,3),
(19958,38813,3),
(19958,50562,3),
(20844,20840,3),
(20844,20924,3),
(20844,21327,3),
(20844,21341,3),
(20844,22385,3),
(20844,23932,3),
(20844,23934,3),
(20844,23937,3),
(20844,28814,3),
(20844,32947,3),
(20844,32948,3),
(20844,32987,3),
(20844,32990,3),
(20844,32992,3),
(20844,32993,3),
(20844,38780,3),
(20844,40508,3),
(20844,50281,3),
(20848,20847,3),
(20848,21325,3),
(20848,23846,3),
(20848,24802,3),
(20848,28343,3),
(20848,38475,3),
(20848,38779,3),
(20848,40369,3),
(20848,40501,3),
(20848,50276,3),
(20896,20895,3),
(20896,21101,3),
(20896,21698,3),
(20896,23735,3),
(20896,36233,3),
(20896,36237,3),
(20896,38493,3),
(20896,50430,3),
(20934,963,3),
(20939,20937,3),
(20940,21362,3),
(20940,23855,3),
(20940,28819,3),
(20940,34261,3),
(20940,38784,3),
(20940,40376,3),
(20940,50296,3),
(20951,969,3),
(20957,20954,3),
(20957,21365,3),
(20957,23858,3),
(20957,28825,3),
(20957,38785,3),
(20957,50301,3),
(20969,981,3),
(20973,20971,3),
(20973,20976,3),
(20973,21369,3),
(20973,23864,3),
(20973,28856,3),
(20973,38787,3),
(20973,39213,3),
(20973,50311,3),
(20988,20985,3),
(20988,21379,3),
(20988,23870,3),
(20988,28870,3),
(20988,34275,3),
(20988,38789,3),
(20988,40405,3),
(20988,40413,3),
(20988,40416,3),
(20988,40421,3),
(20988,40425,3),
(20988,40431,3),
(20988,40446,3),
(20988,50322,3),
(20999,1005,3),
(21004,21002,3),
(21004,21417,3),
(21004,23876,3),
(21004,28883,3),
(21004,38792,3),
(21004,40462,3),
(21004,50332,3),
(21021,1011,3),
(21026,21023,3),
(21026,21422,3),
(21026,23879,3),
(21026,28890,3),
(21026,34210,3),
(21026,34215,3),
(21026,38793,3),
(21026,50338,3),
(21038,1023,3),
(21043,21040,3),
(21043,21445,3),
(21043,23885,3),
(21043,23898,3),
(21043,23901,3),
(21043,25646,3),
(21043,25683,3),
(21043,34279,3),
(21043,38795,3),
(21043,40495,3),
(21043,50351,3),
(21056,21053,3),
(21056,21468,3),
(21056,23891,3),
(21056,38300,3),
(21056,38797,3),
(21056,40473,3),
(21056,50363,3),
(21073,21071,3),
(21338,21335,3),
(21338,23849,3),
(21338,38781,3),
(21338,40489,3),
(21338,50286,3),
(21351,957,3),
(21357,21354,3),
(21357,23852,3),
(21357,34243,3),
(21357,38277,3),
(21357,38295,3),
(21357,38783,3),
(21357,40385,3),
(21357,40438,3),
(21357,40450,3),
(21357,50291,3),
(21406,999,3),
(21412,21409,3),
(21412,23873,3),
(21412,28768,3),
(21412,28770,3),
(21412,28775,3),
(21412,34245,3),
(21412,38790,3),
(21412,40456,3),
(21412,50327,3),
(21434,1017,3),
(21440,21437,3),
(21440,23882,3),
(21440,28898,3),
(21440,34276,3),
(21440,38794,3),
(21440,50345,3),
(21459,1035,3),
(21464,21461,3),
(21464,23888,3),
(21464,28911,3),
(21464,38796,3),
(21464,40468,3),
(21464,50356,3),
(21477,1045,3),
(21483,21481,3),
(21483,23702,3),
(21483,28810,3),
(21483,34251,3),
(21483,38317,3),
(21483,38476,3),
(21483,40923,3),
(21483,50369,3),
(21493,1051,3),
(21499,21496,3),
(21499,23705,3),
(21499,28755,3),
(21499,36267,3),
(21499,38477,3),
(21499,40279,3),
(21499,40281,3),
(21499,50374,3),
(21499,54156,3),
(21510,21508,3),
(21510,23708,3),
(21510,34253,3),
(21510,34758,3),
(21510,38478,3),
(21510,50379,3),
(21510,50381,3),
(21518,1067,3),
(21523,21520,3),
(21523,23711,3),
(21523,38326,3),
(21523,38372,3),
(21523,38479,3),
(21523,50385,3),
(21533,1073,3),
(21539,21536,3),
(21539,23714,3),
(21539,38480,3),
(21539,40485,3),
(21539,50390,3),
(21551,1079,3),
(21557,21554,3),
(21557,34263,3),
(21557,38321,3),
(21557,38481,3),
(21557,47389,3),
(21557,50395,3),
(21573,1085,3),
(21579,21576,3),
(21579,23717,3),
(21579,38482,3),
(21579,50400,3),
(21589,1091,3),
(21594,21591,3),
(21594,33929,3),
(21594,34254,3),
(21594,36160,3),
(21594,36229,3),
(21594,38279,3),
(21594,38296,3),
(21594,38483,3),
(21594,38485,3),
(21594,50405,3),
(21602,1097,3),
(21607,21604,3),
(21607,23720,3),
(21607,38487,3),
(21607,50410,3),
(21641,1103,3),
(21646,21643,3),
(21646,23723,3),
(21646,38488,3),
(21646,50415,3),
(21659,1109,3),
(21664,21661,3),
(21664,21668,3),
(21664,23726,3),
(21664,25617,3),
(21664,28787,3),
(21664,38490,3),
(21664,38745,3),
(21664,38746,3),
(21664,38749,3),
(21664,40346,3),
(21664,40357,3),
(21664,44483,3),
(21664,50420,3),
(21677,1117,3),
(21682,21679,3),
(21682,23732,3),
(21682,38305,3),
(21682,38492,3),
(21682,50425,3),
(21711,1129,3),
(21716,21713,3),
(21716,23738,3),
(21716,28916,3),
(21716,34343,3),
(21716,38494,3),
(21716,47368,3),
(21716,50436,3),
(21727,1135,3),
(21732,21729,3),
(21732,23904,3),
(21732,38495,3),
(21732,38498,3),
(21732,38523,3),
(21732,40478,3),
(21732,50442,3),
(21742,1143,3),
(21747,21744,3),
(21747,23741,3),
(21747,38497,3),
(21747,50451,3),
(21761,1165,3),
(21767,21764,3),
(21767,28753,3),
(21767,28773,3),
(21767,28808,3),
(21767,34277,3),
(21767,38765,3),
(21767,40515,3),
(21767,47405,3),
(21767,50461,3),
(21777,1171,3),
(21782,21779,3),
(21782,23803,3),
(21782,28777,3),
(21782,28812,3),
(21782,38766,3),
(21782,50665,3),
(21798,21795,3),
(21798,23806,3),
(21798,28817,3),
(21798,38767,3),
(21798,50467,3),
(21810,1185,3),
(21816,21813,3),
(21816,21848,3),
(21816,23812,3),
(21816,50472,3),
(21837,1191,3),
(21843,21840,3),
(21843,23817,3),
(21843,38769,3),
(21843,50477,3),
(21843,50484,3),
(21856,1197,3),
(21861,21858,3),
(21861,23820,3),
(21861,28845,3),
(21861,34249,3),
(21861,38770,3),
(21861,50482,3),
(25685,25683,3),
(25685,34279,3),
(25685,38795,3),
(25685,40495,3),
(25685,50351,3),
(50142,1261,3),
(50144,50143,3),
(50155,50154,3),
(50164,1297,3),
(50166,50165,3),
(50170,1337,3),
(50173,50171,3),
(50181,1473,3),
(50183,50182,3),
(50187,1477,3),
(50189,50188,3),
(50194,1481,3),
(50196,50195,3),
(50218,1419,3),
(50220,50219,3),
(50224,1425,3),
(50226,50225,3),
(50230,1431,3),
(50232,50231,3),
(50238,1437,3),
(50240,50239,3),
(50243,1443,3),
(50245,50244,3),
(50248,1449,3),
(50250,50249,3),
(50253,1455,3),
(50255,50254,3),
(50258,1461,3),
(50260,50259,3),
(50264,1467,3),
(50266,50265,3),
(50285,951,3),
(50287,50286,3),
(50357,50356,3),
(50389,1073,3),
(50391,50390,3),
(50441,1135,3),
(50443,50442,3),
(50455,1161,3),
(50457,50456,3),
(50525,2720,3),
(50527,50526,3),
(50530,1353,3),
(50532,50531,3),
(50535,1359,3),
(50537,50536,3),
(50540,1365,3),
(50542,50541,3),
(50546,2712,3),
(50548,50547,3),
(50551,1371,3),
(50553,50552,3),
(50556,1377,3),
(50558,50557,3),
(50561,1383,3),
(50563,50562,3),
(50566,1389,3),
(50568,50567,3),
(50571,1407,3),
(50573,50572,3),
(50576,1395,3),
(50578,50577,3),
(50581,1401,3),
(50583,50582,3),
(50587,1413,3),
(50589,50588,3),
(50593,1255,3),
(50595,50594,3),
(50598,1269,3),
(50600,50599,3),
(50603,1283,3),
(50605,50604,3),
(50608,1289,3),
(50610,50609,3),
(50614,1303,3),
(50616,50615,3),
(50619,1309,3),
(50621,50620,3),
(50624,1315,3),
(50626,50625,3),
(50629,1329,3),
(50631,50630,3),
(50634,1343,3),
(50636,50635,3),
(50639,1349,3),
(50641,50640,3),
(50647,1277,3),
(50649,50648,3),
(50652,1323,3),
(50654,50653,3),
(50664,1171,3),
(50666,50665,3),
(50670,1209,3),
(50672,50671,3),
(50676,1219,3),
(50678,50677,3),
(2743,2,4),
(2743,6507,4),
(2746,7694,4),
(2746,7696,4),
(2746,7698,4),
(2746,8376,4),
(2746,8546,4),
(2746,8613,4),
(2746,8619,4),
(2746,8621,4),
(2746,8718,4),
(2746,9341,4),
(2746,9344,4),
(2746,9880,4),
(2746,10422,4),
(2746,10434,4),
(2746,10440,4),
(2746,10508,4),
(2746,11431,4),
(2746,11592,4),
(2746,11600,4),
(2746,11603,4),
(2746,11864,4),
(2746,11892,4),
(2746,12115,4),
(2746,12118,4),
(2746,12207,4),
(2746,14930,4),
(2746,14940,4),
(2746,14955,4),
(2746,14957,4),
(2746,14986,4),
(2746,15310,4),
(2746,15432,4),
(2746,15437,4),
(2746,15929,4),
(2746,15933,4),
(2746,16116,4),
(2746,16938,4),
(2746,17390,4),
(2746,19164,4),
(2746,20831,4),
(2746,20847,4),
(2746,21325,4),
(2746,23846,4),
(2746,24802,4),
(2746,28343,4),
(2746,38475,4),
(2746,38779,4),
(2746,40369,4),
(2746,40501,4),
(2746,50276,4),
(2815,554,4),
(2828,2,4),
(2828,6507,4),
(2835,7694,4),
(2835,7696,4),
(2835,7698,4),
(2835,8376,4),
(2835,8546,4),
(2835,8613,4),
(2835,8619,4),
(2835,8621,4),
(2835,8718,4),
(2835,9341,4),
(2835,9344,4),
(2835,9880,4),
(2835,10422,4),
(2835,10434,4),
(2835,10440,4),
(2835,10508,4),
(2835,11431,4),
(2835,11592,4),
(2835,11600,4),
(2835,11603,4),
(2835,11864,4),
(2835,11892,4),
(2835,12115,4),
(2835,12118,4),
(2835,12207,4),
(2835,14930,4),
(2835,14940,4),
(2835,14955,4),
(2835,14957,4),
(2835,14986,4),
(2835,15310,4),
(2835,15432,4),
(2835,15437,4),
(2835,15929,4),
(2835,15933,4),
(2835,16116,4),
(2835,16938,4),
(2835,17390,4),
(2835,19164,4),
(2835,20831,4),
(2835,20847,4),
(2835,21325,4),
(2835,23846,4),
(2835,24802,4),
(2835,28343,4),
(2835,38475,4),
(2835,38779,4),
(2835,40369,4),
(2835,40501,4),
(2835,50276,4),
(2986,945,4),
(2992,9882,4),
(2992,10450,4),
(2992,10511,4),
(2992,10519,4),
(2992,11526,4),
(2992,11612,4),
(2992,11744,4),
(2992,11904,4),
(2992,12126,4),
(2992,12211,4),
(2992,14911,4),
(2992,14929,4),
(2992,14944,4),
(2992,14959,4),
(2992,14961,4),
(2992,14988,4),
(2992,15074,4),
(2992,15076,4),
(2992,15078,4),
(2992,15086,4),
(2992,15088,4),
(2992,15096,4),
(2992,15101,4),
(2992,15111,4),
(2992,15113,4),
(2992,15135,4),
(2992,15302,4),
(2992,15399,4),
(2992,15439,4),
(2992,15943,4),
(2992,15946,4),
(2992,15948,4),
(2992,20840,4),
(2992,20924,4),
(2992,21327,4),
(2992,21341,4),
(2992,22385,4),
(2992,23932,4),
(2992,23934,4),
(2992,23937,4),
(2992,28814,4),
(2992,32947,4),
(2992,32948,4),
(2992,32987,4),
(2992,32990,4),
(2992,32992,4),
(2992,32993,4),
(2992,38780,4),
(2992,40508,4),
(2992,50281,4),
(3039,957,4),
(3045,3041,4),
(3045,3051,4),
(3045,3055,4),
(3045,3218,4),
(3045,4925,4),
(3045,5335,4),
(3045,5746,4),
(3045,6921,4),
(3045,6984,4),
(3045,7256,4),
(3045,7418,4),
(3045,7420,4),
(3045,7653,4),
(3045,7708,4),
(3045,7710,4),
(3045,7712,4),
(3045,7714,4),
(3045,7716,4),
(3045,7718,4),
(3045,7720,4),
(3045,7723,4),
(3045,7725,4),
(3045,7727,4),
(3045,7736,4),
(3045,8725,4),
(3045,9350,4),
(3045,9887,4),
(3045,10514,4),
(3045,11617,4),
(3045,11620,4),
(3045,12129,4),
(3045,12215,4),
(3045,14964,4),
(3045,14966,4),
(3045,14990,4),
(3045,15292,4),
(3045,15478,4),
(3045,15480,4),
(3045,15962,4),
(3045,15966,4),
(3045,21354,4),
(3045,23852,4),
(3045,34243,4),
(3045,38277,4),
(3045,38295,4),
(3045,38783,4),
(3045,40385,4),
(3045,40438,4),
(3045,40450,4),
(3045,50291,4),
(3069,963,4),
(3075,7756,4),
(3075,7767,4),
(3075,7769,4),
(3075,7773,4),
(3075,7775,4),
(3075,7776,4),
(3075,8465,4),
(3075,8543,4),
(3075,8558,4),
(3075,9352,4),
(3075,9568,4),
(3075,9582,4),
(3075,9584,4),
(3075,9586,4),
(3075,9889,4),
(3075,10524,4),
(3075,11623,4),
(3075,11627,4),
(3075,11713,4),
(3075,11740,4),
(3075,11756,4),
(3075,11758,4),
(3075,11779,4),
(3075,11795,4),
(3075,11804,4),
(3075,11811,4),
(3075,11820,4),
(3075,11827,4),
(3075,11851,4),
(3075,11882,4),
(3075,11885,4),
(3075,11889,4),
(3075,12217,4),
(3075,14968,4),
(3075,14992,4),
(3075,15290,4),
(3075,15362,4),
(3075,15482,4),
(3075,15484,4),
(3075,15985,4),
(3075,15988,4),
(3075,15993,4),
(3075,20937,4),
(3075,21362,4),
(3075,23855,4),
(3075,28819,4),
(3075,34261,4),
(3075,38784,4),
(3075,40376,4),
(3075,50296,4),
(3105,969,4),
(3111,3107,4),
(3111,3114,4),
(3111,3118,4),
(3111,5369,4),
(3111,5775,4),
(3111,6077,4),
(3111,6988,4),
(3111,6993,4),
(3111,6996,4),
(3111,7008,4),
(3111,7254,4),
(3111,7427,4),
(3111,7429,4),
(3111,7659,4),
(3111,7786,4),
(3111,7788,4),
(3111,7790,4),
(3111,8383,4),
(3111,9355,4),
(3111,9357,4),
(3111,9891,4),
(3111,10527,4),
(3111,11634,4),
(3111,11932,4),
(3111,12138,4),
(3111,12219,4),
(3111,14948,4),
(3111,14971,4),
(3111,14994,4),
(3111,15270,4),
(3111,15486,4),
(3111,15488,4),
(3111,15999,4),
(3111,16004,4),
(3111,16008,4),
(3111,20954,4),
(3111,21365,4),
(3111,23858,4),
(3111,28825,4),
(3111,38785,4),
(3111,50301,4),
(3141,975,4),
(3150,3146,4),
(3150,5409,4),
(3150,5799,4),
(3150,6122,4),
(3150,7025,4),
(3150,7253,4),
(3150,7431,4),
(3150,7433,4),
(3150,7662,4),
(3150,7792,4),
(3150,7834,4),
(3150,7836,4),
(3150,8385,4),
(3150,8387,4),
(3150,9359,4),
(3150,9362,4),
(3150,9893,4),
(3150,9895,4),
(3150,10350,4),
(3150,10530,4),
(3150,11641,4),
(3150,11650,4),
(3150,11653,4),
(3150,11947,4),
(3150,12143,4),
(3150,12221,4),
(3150,14976,4),
(3150,14978,4),
(3150,14980,4),
(3150,14995,4),
(3150,15031,4),
(3150,15253,4),
(3150,15490,4),
(3150,15492,4),
(3150,16022,4),
(3150,16027,4),
(3150,16031,4),
(3150,20919,4),
(3150,20962,4),
(3150,21367,4),
(3150,23861,4),
(3150,28757,4),
(3150,38786,4),
(3150,50306,4),
(3169,981,4),
(3175,3171,4),
(3175,3183,4),
(3175,3188,4),
(3175,5458,4),
(3175,5859,4),
(3175,6180,4),
(3175,7252,4),
(3175,7308,4),
(3175,7435,4),
(3175,7665,4),
(3175,7843,4),
(3175,7845,4),
(3175,8715,4),
(3175,9364,4),
(3175,9897,4),
(3175,10533,4),
(3175,11657,4),
(3175,11664,4),
(3175,11667,4),
(3175,11965,4),
(3175,12150,4),
(3175,12223,4),
(3175,14933,4),
(3175,14984,4),
(3175,14997,4),
(3175,15230,4),
(3175,15401,4),
(3175,15494,4),
(3175,15496,4),
(3175,16040,4),
(3175,16043,4),
(3175,20971,4),
(3175,20976,4),
(3175,21369,4),
(3175,23864,4),
(3175,28856,4),
(3175,38787,4),
(3175,39213,4),
(3175,50311,4),
(3258,951,4),
(3263,951,4),
(3268,3264,4),
(3268,3275,4),
(3268,3757,4),
(3268,4855,4),
(3268,5320,4),
(3268,5682,4),
(3268,6463,4),
(3268,6467,4),
(3268,6953,4),
(3268,7165,4),
(3268,7257,4),
(3268,7287,4),
(3268,7395,4),
(3268,7397,4),
(3268,7399,4),
(3268,7650,4),
(3268,8379,4),
(3268,8381,4),
(3268,8627,4),
(3273,3264,4),
(3273,3275,4),
(3273,3757,4),
(3273,4855,4),
(3273,5320,4),
(3273,5682,4),
(3273,6463,4),
(3273,6467,4),
(3273,6953,4),
(3273,7165,4),
(3273,7257,4),
(3273,7287,4),
(3273,7395,4),
(3273,7397,4),
(3273,7399,4),
(3273,7650,4),
(3273,8379,4),
(3273,8381,4),
(3273,8627,4),
(3273,8637,4),
(3295,2880,4),
(3295,11405,4),
(3300,3296,4),
(3300,3304,4),
(3300,3309,4),
(3300,3320,4),
(3300,3759,4),
(3300,5739,4),
(3300,6457,4),
(3300,7166,4),
(3300,9497,4),
(3300,9499,4),
(3300,11005,4),
(3300,12055,4),
(3319,2880,4),
(3319,11405,4),
(3324,3320,4),
(3324,3759,4),
(3324,5739,4),
(3324,6457,4),
(3324,7166,4),
(3324,9497,4),
(3324,9499,4),
(3324,11005,4),
(3324,12055,4),
(3338,1353,4),
(3343,1353,4),
(3348,3344,4),
(3348,3356,4),
(3348,3359,4),
(3348,3375,4),
(3348,3755,4),
(3348,5712,4),
(3348,6394,4),
(3348,7191,4),
(3348,7264,4),
(3348,7271,4),
(3348,7274,4),
(3348,7341,4),
(3348,7346,4),
(3348,7349,4),
(3348,7386,4),
(3348,7544,4),
(3348,8354,4),
(3348,8519,4),
(3348,8523,4),
(3348,8528,4),
(3348,8547,4),
(3348,8594,4),
(3348,8902,4),
(3348,9133,4),
(3348,9832,4),
(3348,11411,4),
(3348,11577,4),
(3348,11581,4),
(3348,11926,4),
(3348,12134,4),
(3348,12337,4),
(3348,14535,4),
(3348,14552,4),
(3348,15281,4),
(3348,15740,4),
(3348,16974,4),
(3348,16977,4),
(3348,19804,4),
(3348,24451,4),
(3348,28307,4),
(3348,28309,4),
(3348,36242,4),
(3348,36245,4),
(3348,38452,4),
(3348,38801,4),
(3348,50531,4),
(3353,3344,4),
(3353,3356,4),
(3353,3359,4),
(3353,3375,4),
(3353,3755,4),
(3353,5712,4),
(3353,6394,4),
(3353,7191,4),
(3353,7264,4),
(3353,7271,4),
(3353,7274,4),
(3353,7341,4),
(3353,7346,4),
(3353,7349,4),
(3353,7386,4),
(3353,7544,4),
(3353,8354,4),
(3353,8519,4),
(3353,8523,4),
(3353,8528,4),
(3353,8547,4),
(3353,8594,4),
(3353,8902,4),
(3353,9133,4),
(3353,9832,4),
(3353,11411,4),
(3353,11577,4),
(3353,11581,4),
(3353,11926,4),
(3353,12134,4),
(3353,12337,4),
(3353,14535,4),
(3353,14552,4),
(3353,15281,4),
(3353,15740,4),
(3353,16974,4),
(3353,16977,4),
(3388,989,4),
(3394,3390,4),
(3394,3397,4),
(3394,3407,4),
(3394,3413,4),
(3394,3419,4),
(3394,3423,4),
(3394,5496,4),
(3394,5883,4),
(3394,6221,4),
(3394,7251,4),
(3394,7436,4),
(3394,7668,4),
(3394,7848,4),
(3394,7854,4),
(3394,7856,4),
(3394,8389,4),
(3394,8391,4),
(3394,8393,4),
(3394,9365,4),
(3394,9899,4),
(3394,10536,4),
(3394,11669,4),
(3394,11975,4),
(3394,12156,4),
(3394,12225,4),
(3394,15000,4),
(3394,15215,4),
(3394,15498,4),
(3394,16050,4),
(3394,16053,4),
(3394,20978,4),
(3394,21375,4),
(3394,23867,4),
(3394,28866,4),
(3394,38788,4),
(3394,50317,4),
(3406,989,4),
(3411,3407,4),
(3411,3413,4),
(3411,3419,4),
(3411,3423,4),
(3411,5496,4),
(3411,5883,4),
(3411,6221,4),
(3411,7251,4),
(3411,7436,4),
(3411,7668,4),
(3411,7848,4),
(3411,7854,4),
(3411,7856,4),
(3411,8389,4),
(3411,8391,4),
(3411,8393,4),
(3411,9365,4),
(3411,9899,4),
(3411,10536,4),
(3411,11669,4),
(3411,11975,4),
(3411,12156,4),
(3411,12225,4),
(3411,15000,4),
(3411,15215,4),
(3411,15498,4),
(3411,16050,4),
(3411,16053,4),
(3411,20978,4),
(3411,21375,4),
(3411,23867,4),
(3411,28866,4),
(3411,38788,4),
(3411,50317,4),
(3434,995,4),
(3440,3436,4),
(3440,3443,4),
(3440,3455,4),
(3440,3463,4),
(3440,3465,4),
(3440,5506,4),
(3440,6228,4),
(3440,7070,4),
(3440,7250,4),
(3440,7438,4),
(3440,7671,4),
(3440,7865,4),
(3440,7867,4),
(3440,9368,4),
(3440,9371,4),
(3440,9902,4),
(3440,10539,4),
(3440,10997,4),
(3440,11671,4),
(3440,11784,4),
(3440,11979,4),
(3440,12158,4),
(3440,12228,4),
(3440,15003,4),
(3440,15211,4),
(3440,15500,4),
(3440,15770,4),
(3440,15772,4),
(3440,16064,4),
(3440,16069,4),
(3440,20985,4),
(3440,21379,4),
(3440,23870,4),
(3440,28870,4),
(3440,34275,4),
(3440,38789,4),
(3440,40405,4),
(3440,40413,4),
(3440,40416,4),
(3440,40421,4),
(3440,40425,4),
(3440,40431,4),
(3440,40446,4),
(3440,50322,4),
(3453,995,4),
(3459,3455,4),
(3459,3463,4),
(3459,3465,4),
(3459,5506,4),
(3459,6228,4),
(3459,7070,4),
(3459,7250,4),
(3459,7438,4),
(3459,7671,4),
(3459,7865,4),
(3459,7867,4),
(3459,9368,4),
(3459,9371,4),
(3459,9902,4),
(3459,10539,4),
(3459,10997,4),
(3459,11671,4),
(3459,11784,4),
(3459,11979,4),
(3459,12158,4),
(3459,12228,4),
(3459,15003,4),
(3459,15211,4),
(3459,15500,4),
(3459,15770,4),
(3459,15772,4),
(3459,16064,4),
(3459,16069,4),
(3482,999,4),
(3488,3484,4),
(3488,3491,4),
(3488,4354,4),
(3488,5526,4),
(3488,5895,4),
(3488,6246,4),
(3488,7249,4),
(3488,7439,4),
(3488,7442,4),
(3488,7444,4),
(3488,7875,4),
(3488,7877,4),
(3488,7879,4),
(3488,8395,4),
(3488,8397,4),
(3488,9917,4),
(3488,10352,4),
(3488,10544,4),
(3488,11677,4),
(3488,11680,4),
(3488,11987,4),
(3488,12170,4),
(3488,12230,4),
(3488,15006,4),
(3488,15197,4),
(3488,15503,4),
(3488,16077,4),
(3488,16082,4),
(3488,16086,4),
(3488,20992,4),
(3488,21409,4),
(3488,23873,4),
(3488,28768,4),
(3488,28770,4),
(3488,28775,4),
(3488,34245,4),
(3488,38790,4),
(3488,40456,4),
(3488,50327,4),
(3510,1005,4),
(3516,3512,4),
(3516,3523,4),
(3516,3528,4),
(3516,5556,4),
(3516,6276,4),
(3516,7086,4),
(3516,7248,4),
(3516,7445,4),
(3516,7675,4),
(3516,7887,4),
(3516,7889,4),
(3516,8399,4),
(3516,9373,4),
(3516,9376,4),
(3516,9920,4),
(3516,10547,4),
(3516,11682,4),
(3516,11996,4),
(3516,12232,4),
(3516,15009,4),
(3516,15181,4),
(3516,15505,4),
(3516,15507,4),
(3516,16098,4),
(3516,16104,4),
(3516,16107,4),
(3516,21002,4),
(3516,21417,4),
(3516,23876,4),
(3516,28883,4),
(3516,38792,4),
(3516,40462,4),
(3516,50332,4),
(3539,1011,4),
(3545,3541,4),
(3545,3548,4),
(3545,3556,4),
(3545,3562,4),
(3545,5576,4),
(3545,5579,4),
(3545,5937,4),
(3545,6300,4),
(3545,7247,4),
(3545,7312,4),
(3545,7447,4),
(3545,7678,4),
(3545,7895,4),
(3545,7897,4),
(3545,7899,4),
(3545,7902,4),
(3545,7904,4),
(3545,7906,4),
(3545,8401,4),
(3545,8403,4),
(3545,8405,4),
(3545,8407,4),
(3545,9379,4),
(3545,9382,4),
(3545,9922,4),
(3545,10354,4),
(3545,10550,4),
(3545,11686,4),
(3545,11689,4),
(3545,12005,4),
(3545,12178,4),
(3545,12234,4),
(3545,15012,4),
(3545,15172,4),
(3545,15509,4),
(3545,16111,4),
(3545,16114,4),
(3545,16123,4),
(3545,16127,4),
(3545,21023,4),
(3545,21422,4),
(3545,23879,4),
(3545,28890,4),
(3545,34210,4),
(3545,34215,4),
(3545,38793,4),
(3545,50338,4),
(3575,1017,4),
(3581,3577,4),
(3581,3584,4),
(3581,3588,4),
(3581,3592,4),
(3581,5633,4),
(3581,6338,4),
(3581,6345,4),
(3581,7246,4),
(3581,7448,4),
(3581,7450,4),
(3581,7452,4),
(3581,7681,4),
(3581,7912,4),
(3581,7914,4),
(3581,7916,4),
(3581,7918,4),
(3581,9383,4),
(3581,9385,4),
(3581,9387,4),
(3581,9924,4),
(3581,10555,4),
(3581,11690,4),
(3581,12022,4),
(3581,12190,4),
(3581,12238,4),
(3581,15015,4),
(3581,15150,4),
(3581,15511,4),
(3581,16138,4),
(3581,16142,4),
(3581,21437,4),
(3581,23882,4),
(3581,28898,4),
(3581,34276,4),
(3581,38794,4),
(3581,50345,4),
(3605,1023,4),
(3611,5263,4),
(3611,5636,4),
(3611,5979,4),
(3611,6348,4),
(3611,7245,4),
(3611,7316,4),
(3611,7319,4),
(3611,7454,4),
(3611,7456,4),
(3611,7684,4),
(3611,7762,4),
(3611,7929,4),
(3611,7931,4),
(3611,7933,4),
(3611,7935,4),
(3611,8409,4),
(3611,8411,4),
(3611,9389,4),
(3611,9391,4),
(3611,9606,4),
(3611,9608,4),
(3611,9610,4),
(3611,9926,4),
(3611,10558,4),
(3611,10999,4),
(3611,11693,4),
(3611,11792,4),
(3611,11796,4),
(3611,11841,4),
(3611,12024,4),
(3611,12194,4),
(3611,12240,4),
(3611,14797,4),
(3611,14900,4),
(3611,15018,4),
(3611,15148,4),
(3611,15513,4),
(3611,16153,4),
(3611,16157,4),
(3611,21040,4),
(3611,21445,4),
(3611,23885,4),
(3611,23898,4),
(3611,23901,4),
(3611,25646,4),
(3611,25683,4),
(3611,34279,4),
(3611,38795,4),
(3611,40495,4),
(3611,50351,4),
(3634,1035,4),
(3640,3636,4),
(3640,3643,4),
(3640,3649,4),
(3640,3653,4),
(3640,5117,4),
(3640,5657,4),
(3640,6028,4),
(3640,6369,4),
(3640,7243,4),
(3640,7293,4),
(3640,7296,4),
(3640,7459,4),
(3640,7461,4),
(3640,7690,4),
(3640,7958,4),
(3640,7960,4),
(3640,8415,4),
(3640,8417,4),
(3640,9398,4),
(3640,9930,4),
(3640,10561,4),
(3640,11699,4),
(3640,12035,4),
(3640,12242,4),
(3640,14522,4),
(3640,15021,4),
(3640,15052,4),
(3640,15123,4),
(3640,15517,4),
(3640,16162,4),
(3640,16180,4),
(3640,16196,4),
(3640,16199,4),
(3640,16200,4),
(3640,21461,4),
(3640,23888,4),
(3640,28911,4),
(3640,38796,4),
(3640,40468,4),
(3640,50356,4),
(3665,1041,4),
(3671,3667,4),
(3671,3674,4),
(3671,3683,4),
(3671,5101,4),
(3671,5659,4),
(3671,6370,4),
(3671,7242,4),
(3671,7322,4),
(3671,7464,4),
(3671,7466,4),
(3671,7693,4),
(3671,7963,4),
(3671,8418,4),
(3671,9401,4),
(3671,9404,4),
(3671,9458,4),
(3671,9932,4),
(3671,10241,4),
(3671,10243,4),
(3671,10356,4),
(3671,10564,4),
(3671,11703,4),
(3671,11706,4),
(3671,12037,4),
(3671,12200,4),
(3671,12244,4),
(3671,14520,4),
(3671,15024,4),
(3671,15050,4),
(3671,15121,4),
(3671,15518,4),
(3671,16166,4),
(3671,16187,4),
(3671,20891,4),
(3671,21053,4),
(3671,21468,4),
(3671,23891,4),
(3671,38300,4),
(3671,38797,4),
(3671,40473,4),
(3671,50363,4),
(3702,1045,4),
(3708,3704,4),
(3708,3717,4),
(3708,4830,4),
(3708,4832,4),
(3708,5081,4),
(3708,5083,4),
(3708,5311,4),
(3708,6521,4),
(3708,6523,4),
(3708,6802,4),
(3708,6966,4),
(3708,6969,4),
(3708,7241,4),
(3708,7468,4),
(3708,7631,4),
(3708,7986,4),
(3708,7988,4),
(3708,7990,4),
(3708,7992,4),
(3708,7994,4),
(3708,7996,4),
(3708,7999,4),
(3708,8001,4),
(3708,8003,4),
(3708,8006,4),
(3708,8420,4),
(3708,8553,4),
(3708,9405,4),
(3708,9934,4),
(3708,10245,4),
(3708,11707,4),
(3708,11895,4),
(3708,11900,4),
(3708,12383,4),
(3708,15306,4),
(3708,15691,4),
(3708,16211,4),
(3708,16921,4),
(3708,21058,4),
(3708,21481,4),
(3708,23702,4),
(3708,28810,4),
(3708,34251,4),
(3708,38317,4),
(3708,38476,4),
(3708,40923,4),
(3708,50369,4),
(3733,1051,4),
(3739,3735,4),
(3739,3742,4),
(3739,3750,4),
(3739,5349,4),
(3739,6804,4),
(3739,6999,4),
(3739,7240,4),
(3739,7470,4),
(3739,8007,4),
(3739,8009,4),
(3739,8011,4),
(3739,8013,4),
(3739,8015,4),
(3739,8018,4),
(3739,8020,4),
(3739,8022,4),
(3739,8028,4),
(3739,8030,4),
(3739,8422,4),
(3739,8424,4),
(3739,9406,4),
(3739,9936,4),
(3739,9940,4),
(3739,10358,4),
(3739,11708,4),
(3739,11915,4),
(3739,11920,4),
(3739,12387,4),
(3739,15286,4),
(3739,15693,4),
(3739,16225,4),
(3739,16229,4),
(3739,21061,4),
(3739,21496,4),
(3739,23705,4),
(3739,28755,4),
(3739,36267,4),
(3739,38477,4),
(3739,40279,4),
(3739,40281,4),
(3739,50374,4),
(3739,54156,4),
(3772,1059,4),
(3778,3774,4),
(3778,3781,4),
(3778,3787,4),
(3778,3793,4),
(3778,3797,4),
(3778,5359,4),
(3778,5763,4),
(3778,6387,4),
(3778,6807,4),
(3778,6810,4),
(3778,7004,4),
(3778,7239,4),
(3778,7472,4),
(3778,8037,4),
(3778,8039,4),
(3778,8041,4),
(3778,8043,4),
(3778,8045,4),
(3778,8047,4),
(3778,8426,4),
(3778,8428,4),
(3778,8430,4),
(3778,8615,4),
(3778,8617,4),
(3778,9408,4),
(3778,9938,4),
(3778,11718,4),
(3778,11720,4),
(3778,11928,4),
(3778,12390,4),
(3778,15277,4),
(3778,15695,4),
(3778,16236,4),
(3778,16239,4),
(3778,21071,4),
(3778,21508,4),
(3778,23708,4),
(3778,34253,4),
(3778,34758,4),
(3778,38478,4),
(3778,50379,4),
(3778,50381,4),
(3817,1067,4),
(3824,3820,4),
(3824,3828,4),
(3824,3830,4),
(3824,5414,4),
(3824,5805,4),
(3824,6125,4),
(3824,7027,4),
(3824,7238,4),
(3824,7474,4),
(3824,8049,4),
(3824,8055,4),
(3824,8057,4),
(3824,9410,4),
(3824,9413,4),
(3824,9942,4),
(3824,11722,4),
(3824,11726,4),
(3824,11729,4),
(3824,11949,4),
(3824,12145,4),
(3824,12393,4),
(3824,15251,4),
(3824,15697,4),
(3824,16246,4),
(3824,16248,4),
(3824,21077,4),
(3824,21520,4),
(3824,23711,4),
(3824,38326,4),
(3824,38372,4),
(3824,38479,4),
(3824,50385,4),
(3843,1079,4),
(3849,3845,4),
(3849,3852,4),
(3849,3860,4),
(3849,5283,4),
(3849,5285,4),
(3849,5516,4),
(3849,6232,4),
(3849,6816,4),
(3849,7236,4),
(3849,7475,4),
(3849,8083,4),
(3849,8088,4),
(3849,8090,4),
(3849,8434,4),
(3849,9569,4),
(3849,9571,4),
(3849,9573,4),
(3849,9948,4),
(3849,10360,4),
(3849,11556,4),
(3849,11733,4),
(3849,11852,4),
(3849,11899,4),
(3849,12167,4),
(3849,12396,4),
(3849,15205,4),
(3849,15701,4),
(3849,15703,4),
(3849,15705,4),
(3849,16261,4),
(3849,16265,4),
(3849,21081,4),
(3849,21554,4),
(3849,34263,4),
(3849,38321,4),
(3849,38481,4),
(3849,47389,4),
(3849,50395,4),
(3877,1085,4),
(3884,3880,4),
(3884,3890,4),
(3884,3894,4),
(3884,5536,4),
(3884,5907,4),
(3884,6251,4),
(3884,6819,4),
(3884,7235,4),
(3884,7476,4),
(3884,7633,4),
(3884,8096,4),
(3884,8098,4),
(3884,8100,4),
(3884,8102,4),
(3884,8436,4),
(3884,9955,4),
(3884,11738,4),
(3884,11752,4),
(3884,11755,4),
(3884,11991,4),
(3884,12172,4),
(3884,12401,4),
(3884,15193,4),
(3884,15707,4),
(3884,15708,4),
(3884,16272,4),
(3884,16275,4),
(3884,21085,4),
(3884,21576,4),
(3884,23717,4),
(3884,38482,4),
(3884,50400,4),
(3905,1091,4),
(3911,3907,4),
(3911,3914,4),
(3911,3922,4),
(3911,5583,4),
(3911,5943,4),
(3911,6303,4),
(3911,6822,4),
(3911,7234,4),
(3911,7477,4),
(3911,8109,4),
(3911,8111,4),
(3911,8113,4),
(3911,8115,4),
(3911,9414,4),
(3911,9963,4),
(3911,11760,4),
(3911,12007,4),
(3911,12404,4),
(3911,15170,4),
(3911,15713,4),
(3911,16283,4),
(3911,16287,4),
(3911,21089,4),
(3911,21591,4),
(3911,33929,4),
(3911,34254,4),
(3911,36160,4),
(3911,36229,4),
(3911,38279,4),
(3911,38296,4),
(3911,38483,4),
(3911,38485,4),
(3911,50405,4),
(3938,1097,4),
(3944,3940,4),
(3944,3949,4),
(3944,3955,4),
(3944,5588,4),
(3944,6306,4),
(3944,6825,4),
(3944,7233,4),
(3944,7326,4),
(3944,7479,4),
(3944,7635,4),
(3944,8121,4),
(3944,8123,4),
(3944,8125,4),
(3944,8127,4),
(3944,8129,4),
(3944,9416,4),
(3944,9418,4),
(3944,9965,4),
(3944,11762,4),
(3944,12009,4),
(3944,12180,4),
(3944,12406,4),
(3944,15167,4),
(3944,15715,4),
(3944,16298,4),
(3944,16302,4),
(3944,21093,4),
(3944,21604,4),
(3944,23720,4),
(3944,38487,4),
(3944,50410,4),
(3968,1103,4),
(3974,3970,4),
(3974,3977,4),
(3974,3982,4),
(3974,5598,4),
(3974,6312,4),
(3974,7098,4),
(3974,7232,4),
(3974,7481,4),
(3974,7637,4),
(3974,8137,4),
(3974,8139,4),
(3974,8438,4),
(3974,8440,4),
(3974,9419,4),
(3974,9596,4),
(3974,9598,4),
(3974,9967,4),
(3974,11764,4),
(3974,11835,4),
(3974,12013,4),
(3974,12184,4),
(3974,12409,4),
(3974,15163,4),
(3974,15717,4),
(3974,16312,4),
(3974,17232,4),
(3974,21643,4),
(3974,23723,4),
(3974,38488,4),
(3974,50415,4),
(3995,1109,4),
(4001,3997,4),
(4001,4004,4),
(4001,4012,4),
(4001,5136,4),
(4001,5642,4),
(4001,6002,4),
(4001,6356,4),
(4001,7231,4),
(4001,7482,4),
(4001,8143,4),
(4001,8145,4),
(4001,8147,4),
(4001,8149,4),
(4001,8151,4),
(4001,8442,4),
(4001,9421,4),
(4001,9428,4),
(4001,9430,4),
(4001,9969,4),
(4001,11771,4),
(4001,11780,4),
(4001,12029,4),
(4001,12196,4),
(4001,12416,4),
(4001,15060,4),
(4001,15066,4),
(4001,15138,4),
(4001,15719,4),
(4001,17289,4),
(4001,17294,4),
(4001,21096,4),
(4001,21661,4),
(4001,21668,4),
(4001,23726,4),
(4001,25617,4),
(4001,28787,4),
(4001,38490,4),
(4001,38745,4),
(4001,38746,4),
(4001,38749,4),
(4001,40346,4),
(4001,40357,4),
(4001,44483,4),
(4001,50420,4),
(4029,1117,4),
(4034,4030,4),
(4034,4038,4),
(4034,4042,4),
(4034,5645,4),
(4034,6008,4),
(4034,6358,4),
(4034,7230,4),
(4034,7483,4),
(4034,8154,4),
(4034,8156,4),
(4034,8158,4),
(4034,8160,4),
(4034,8166,4),
(4034,8168,4),
(4034,8170,4),
(4034,8444,4),
(4034,9432,4),
(4034,9435,4),
(4034,9974,4),
(4034,11595,4),
(4034,11799,4),
(4034,12031,4),
(4034,12198,4),
(4034,12334,4),
(4034,12338,4),
(4034,12419,4),
(4034,15058,4),
(4034,15136,4),
(4034,15721,4),
(4034,17334,4),
(4034,17339,4),
(4034,17342,4),
(4034,21679,4),
(4034,23732,4),
(4034,38305,4),
(4034,38492,4),
(4034,50425,4),
(4056,1123,4),
(4062,4058,4),
(4062,4072,4),
(4062,4078,4),
(4062,4081,4),
(4062,5072,4),
(4062,5076,4),
(4062,5666,4),
(4062,6375,4),
(4062,6445,4),
(4062,6828,4),
(4062,7229,4),
(4062,7330,4),
(4062,7485,4),
(4062,8172,4),
(4062,8179,4),
(4062,8181,4),
(4062,8183,4),
(4062,8185,4),
(4062,8186,4),
(4062,8188,4),
(4062,8190,4),
(4062,8192,4),
(4062,8195,4),
(4062,8197,4),
(4062,8199,4),
(4062,8446,4),
(4062,9438,4),
(4062,9441,4),
(4062,9977,4),
(4062,10362,4),
(4062,12041,4),
(4062,12202,4),
(4062,12351,4),
(4062,12426,4),
(4062,15046,4),
(4062,15109,4),
(4062,15723,4),
(4062,17362,4),
(4062,17367,4),
(4062,20895,4),
(4062,21101,4),
(4062,21698,4),
(4062,23735,4),
(4062,36233,4),
(4062,36237,4),
(4062,38493,4),
(4062,50430,4),
(4092,1129,4),
(4098,4094,4),
(4098,4101,4),
(4098,4106,4),
(4098,5061,4),
(4098,5668,4),
(4098,6378,4),
(4098,6831,4),
(4098,7228,4),
(4098,7487,4),
(4098,7489,4),
(4098,7497,4),
(4098,7639,4),
(4098,8201,4),
(4098,8203,4),
(4098,8205,4),
(4098,8207,4),
(4098,8448,4),
(4098,9443,4),
(4098,9446,4),
(4098,9980,4),
(4098,12043,4),
(4098,12423,4),
(4098,12477,4),
(4098,12480,4),
(4098,15044,4),
(4098,15107,4),
(4098,15725,4),
(4098,17377,4),
(4098,17381,4),
(4098,21713,4),
(4098,23738,4),
(4098,28916,4),
(4098,34343,4),
(4098,38494,4),
(4098,47368,4),
(4098,50436,4),
(4120,1143,4),
(4126,4122,4),
(4126,4133,4),
(4126,4144,4),
(4126,4958,4),
(4126,4967,4),
(4126,6384,4),
(4126,6834,4),
(4126,7225,4),
(4126,7491,4),
(4126,7495,4),
(4126,7603,4),
(4126,7605,4),
(4126,7623,4),
(4126,7643,4),
(4126,8228,4),
(4126,8230,4),
(4126,8232,4),
(4126,8234,4),
(4126,8452,4),
(4126,9477,4),
(4126,9984,4),
(4126,12047,4),
(4126,12204,4),
(4126,12429,4),
(4126,12485,4),
(4126,12488,4),
(4126,15037,4),
(4126,15092,4),
(4126,15729,4),
(4126,17396,4),
(4126,21107,4),
(4126,21744,4),
(4126,23741,4),
(4126,38497,4),
(4126,50451,4),
(4159,1149,4),
(4165,4161,4),
(4165,4168,4),
(4165,4175,4),
(4165,5618,4),
(4165,6325,4),
(4165,7224,4),
(4165,7492,4),
(4165,7611,4),
(4165,7629,4),
(4165,9514,4),
(4165,9517,4),
(4165,9986,4),
(4165,10364,4),
(4165,12433,4),
(4192,1155,4),
(4198,4194,4),
(4198,4215,4),
(4198,6327,4),
(4198,7223,4),
(4198,7493,4),
(4198,7609,4),
(4198,7627,4),
(4198,9521,4),
(4198,9523,4),
(4198,9988,4),
(4198,10366,4),
(4198,12439,4),
(4213,1155,4),
(4219,4215,4),
(4219,6327,4),
(4219,7223,4),
(4219,7493,4),
(4219,7609,4),
(4219,7627,4),
(4219,9521,4),
(4219,9523,4),
(4219,9988,4),
(4219,10366,4),
(4219,12439,4),
(4234,1165,4),
(4240,4236,4),
(4240,4243,4),
(4240,4248,4),
(4240,4252,4),
(4240,6624,4),
(4240,6631,4),
(4240,6634,4),
(4240,6886,4),
(4240,6962,4),
(4240,7221,4),
(4240,7260,4),
(4240,7500,4),
(4240,7601,4),
(4240,7621,4),
(4240,7795,4),
(4240,7797,4),
(4240,7808,4),
(4240,7811,4),
(4240,7813,4),
(4240,7970,4),
(4240,7972,4),
(4240,7980,4),
(4240,8551,4),
(4240,9480,4),
(4240,9482,4),
(4240,9991,4),
(4240,9999,4),
(4240,11893,4),
(4240,12116,4),
(4240,12120,4),
(4240,12510,4),
(4240,15308,4),
(4240,15807,4),
(4240,16909,4),
(4240,16916,4),
(4240,16919,4),
(4240,21764,4),
(4240,28753,4),
(4240,28773,4),
(4240,28808,4),
(4240,34277,4),
(4240,38765,4),
(4240,40515,4),
(4240,47405,4),
(4240,50461,4),
(4264,1171,4),
(4270,4266,4),
(4270,4278,4),
(4270,4839,4),
(4270,5308,4),
(4270,5721,4),
(4270,6888,4),
(4270,6975,4),
(4270,6978,4),
(4270,7220,4),
(4270,7501,4),
(4270,7799,4),
(4270,7801,4),
(4270,7974,4),
(4270,8258,4),
(4270,8728,4),
(4270,8730,4),
(4270,8734,4),
(4270,8737,4),
(4270,9484,4),
(4270,9993,4),
(4270,10368,4),
(4270,10475,4),
(4270,11897,4),
(4270,11902,4),
(4270,12122,4),
(4270,12128,4),
(4270,12513,4),
(4270,14923,4),
(4270,15304,4),
(4270,15809,4),
(4270,15811,4),
(4270,16924,4),
(4270,21112,4),
(4270,21779,4),
(4270,23803,4),
(4270,28777,4),
(4270,28812,4),
(4270,38766,4),
(4270,50665,4),
(4292,1177,4),
(4298,6454,4),
(4298,6612,4),
(4298,6616,4),
(4298,6619,4),
(4298,6712,4),
(4298,6714,4),
(4298,6716,4),
(4298,6720,4),
(4298,6726,4),
(4298,6982,4),
(4298,7219,4),
(4298,7503,4),
(4298,7760,4),
(4298,7815,4),
(4298,7823,4),
(4298,7962,4),
(4298,7965,4),
(4298,7976,4),
(4298,8738,4),
(4298,8741,4),
(4298,8743,4),
(4298,9487,4),
(4298,9491,4),
(4298,9494,4),
(4298,9496,4),
(4298,9996,4),
(4298,10479,4),
(4298,11543,4),
(4298,11872,4),
(4298,11876,4),
(4298,11887,4),
(4298,11911,4),
(4298,12049,4),
(4298,12515,4),
(4298,12530,4),
(4298,12553,4),
(4298,12570,4),
(4298,12582,4),
(4298,12616,4),
(4298,15294,4),
(4298,15813,4),
(4298,15815,4),
(4298,16933,4),
(4298,16936,4),
(4298,16944,4),
(4298,21795,4),
(4298,23806,4),
(4298,28817,4),
(4298,38767,4),
(4298,50467,4),
(4335,1185,4),
(4341,4337,4),
(4341,4344,4),
(4341,4345,4),
(4341,5354,4),
(4341,5757,4),
(4341,7000,4),
(4341,7218,4),
(4341,7505,4),
(4341,7599,4),
(4341,7619,4),
(4341,7978,4),
(4341,8755,4),
(4341,8757,4),
(4341,8761,4),
(4341,8771,4),
(4341,9503,4),
(4341,9506,4),
(4341,10002,4),
(4341,10481,4),
(4341,11001,4),
(4341,11007,4),
(4341,11922,4),
(4341,12132,4),
(4341,12500,4),
(4341,15284,4),
(4341,15818,4),
(4341,16956,4),
(4341,16959,4),
(4341,16962,4),
(4341,21813,4),
(4341,21848,4),
(4341,23812,4),
(4341,50472,4),
(4368,1191,4),
(4374,4370,4),
(4374,4377,4),
(4374,4381,4),
(4374,5378,4),
(4374,5787,4),
(4374,6088,4),
(4374,6893,4),
(4374,6895,4),
(4374,7014,4),
(4374,7017,4),
(4374,7217,4),
(4374,7507,4),
(4374,7982,4),
(4374,7984,4),
(4374,8236,4),
(4374,8787,4),
(4374,8789,4),
(4374,8792,4),
(4374,9508,4),
(4374,9510,4),
(4374,9512,4),
(4374,10008,4),
(4374,10484,4),
(4374,11404,4),
(4374,11936,4),
(4374,12140,4),
(4374,12522,4),
(4374,15265,4),
(4374,15822,4),
(4374,17002,4),
(4374,17006,4),
(4374,17008,4),
(4374,21840,4),
(4374,23817,4),
(4374,38769,4),
(4374,50477,4),
(4374,50484,4),
(4394,1197,4),
(4400,4396,4),
(4400,4405,4),
(4400,4410,4),
(4400,5429,4),
(4400,5829,4),
(4400,6151,4),
(4400,6898,4),
(4400,7045,4),
(4400,7216,4),
(4400,7509,4),
(4400,7595,4),
(4400,7615,4),
(4400,8238,4),
(4400,8813,4),
(4400,8822,4),
(4400,10017,4),
(4400,10487,4),
(4400,11956,4),
(4400,12147,4),
(4400,12536,4),
(4400,12599,4),
(4400,15242,4),
(4400,15825,4),
(4400,15827,4),
(4400,17077,4),
(4400,17080,4),
(4400,21116,4),
(4400,21858,4),
(4400,23820,4),
(4400,28845,4),
(4400,34249,4),
(4400,38770,4),
(4400,50482,4),
(4423,1201,4),
(4429,4425,4),
(4429,4432,4),
(4429,4436,4),
(4429,5434,4),
(4429,5835,4),
(4429,6153,4),
(4429,7215,4),
(4429,7290,4),
(4429,7511,4),
(4429,7597,4),
(4429,7617,4),
(4429,8240,4),
(4429,8840,4),
(4429,8846,4),
(4429,10023,4),
(4429,10150,4),
(4429,10490,4),
(4429,11958,4),
(4429,12606,4),
(4429,15240,4),
(4429,15829,4),
(4429,17087,4),
(4429,17092,4),
(4429,17095,4),
(4429,23822,4),
(4429,38771,4),
(4429,50488,4),
(4449,1209,4),
(4455,4451,4),
(4455,4458,4),
(4455,4462,4),
(4455,5444,4),
(4455,5841,4),
(4455,6162,4),
(4455,6900,4),
(4455,7214,4),
(4455,7367,4),
(4455,7513,4),
(4455,8242,4),
(4455,8244,4),
(4455,8876,4),
(4455,8881,4),
(4455,10025,4),
(4455,10493,4),
(4455,11868,4),
(4455,11870,4),
(4455,12148,4),
(4455,12619,4),
(4455,15236,4),
(4455,15831,4),
(4455,17108,4),
(4455,23825,4),
(4455,25655,4),
(4455,25657,4),
(4455,25659,4),
(4455,25661,4),
(4455,25663,4),
(4455,25665,4),
(4455,28849,4),
(4455,34264,4),
(4455,38772,4),
(4455,50671,4),
(4477,1215,4),
(4483,4479,4),
(4483,4486,4),
(4483,4488,4),
(4483,4493,4),
(4483,5472,4),
(4483,6196,4),
(4483,6903,4),
(4483,7213,4),
(4483,7514,4),
(4483,8247,4),
(4483,8249,4),
(4483,8251,4),
(4483,8895,4),
(4483,8914,4),
(4483,9590,4),
(4483,9617,4),
(4483,9619,4),
(4483,9621,4),
(4483,10027,4),
(4483,10496,4),
(4483,11843,4),
(4483,11969,4),
(4483,12152,4),
(4483,12646,4),
(4483,15225,4),
(4483,15833,4),
(4483,17130,4),
(4483,21120,4),
(4483,23828,4),
(4483,31404,4),
(4483,38304,4),
(4483,38773,4),
(4483,50493,4),
(4507,1219,4),
(4513,4509,4),
(4513,4522,4),
(4513,5511,4),
(4513,5889,4),
(4513,6230,4),
(4513,6906,4),
(4513,7212,4),
(4513,7515,4),
(4513,8253,4),
(4513,8255,4),
(4513,8945,4),
(4513,10029,4),
(4513,10031,4),
(4513,10499,4),
(4513,11982,4),
(4513,12162,4),
(4513,12651,4),
(4513,15207,4),
(4513,15835,4),
(4513,17166,4),
(4513,23831,4),
(4513,38774,4),
(4513,50677,4),
(4537,1225,4),
(4543,4539,4),
(4543,4546,4),
(4543,4550,4),
(4543,5551,4),
(4543,5919,4),
(4543,6274,4),
(4543,6909,4),
(4543,7211,4),
(4543,7516,4),
(4543,8260,4),
(4543,8262,4),
(4543,8264,4),
(4543,8266,4),
(4543,8960,4),
(4543,8962,4),
(4543,9593,4),
(4543,10033,4),
(4543,10502,4),
(4543,11994,4),
(4543,12175,4),
(4543,12664,4),
(4543,12668,4),
(4543,15183,4),
(4543,15837,4),
(4543,17210,4),
(4543,17215,4),
(4543,23834,4),
(4543,38775,4),
(4543,50498,4),
(4567,1231,4),
(4574,4570,4),
(4574,5593,4),
(4574,6309,4),
(4574,6912,4),
(4574,7210,4),
(4574,7517,4),
(4574,7593,4),
(4574,7613,4),
(4574,8268,4),
(4574,8270,4),
(4574,8965,4),
(4574,8975,4),
(4574,8977,4),
(4574,10035,4),
(4574,10505,4),
(4574,12011,4),
(4574,12182,4),
(4574,12670,4),
(4574,15165,4),
(4574,15839,4),
(4574,17227,4),
(4574,23837,4),
(4574,38776,4),
(4574,50503,4),
(4588,1237,4),
(4594,4591,4),
(4594,4598,4),
(4594,4605,4),
(4594,5603,4),
(4594,5949,4),
(4594,6315,4),
(4594,6914,4),
(4594,7209,4),
(4594,7518,4),
(4594,8272,4),
(4594,8274,4),
(4594,8276,4),
(4594,8985,4),
(4594,8988,4),
(4594,9600,4),
(4594,9602,4),
(4594,9604,4),
(4594,10037,4),
(4594,11787,4),
(4594,12015,4),
(4594,12186,4),
(4594,12490,4),
(4594,12672,4),
(4594,15161,4),
(4594,15841,4),
(4594,17231,4),
(4594,17239,4),
(4594,17248,4),
(4594,17255,4),
(4594,17278,4),
(4594,17281,4),
(4594,21124,4),
(4594,23840,4),
(4594,25622,4),
(4594,38777,4),
(4594,47374,4),
(4594,50509,4),
(4624,1243,4),
(4632,4628,4),
(4632,5608,4),
(4632,5955,4),
(4632,6317,4),
(4632,7208,4),
(4632,7519,4),
(4632,8278,4),
(4632,8990,4),
(4632,9611,4),
(4632,9613,4),
(4632,9615,4),
(4632,9635,4),
(4632,9637,4),
(4632,9639,4),
(4632,10039,4),
(4632,10153,4),
(4632,10370,4),
(4632,11860,4),
(4632,12187,4),
(4632,12673,4),
(4632,15159,4),
(4632,15843,4),
(4632,17244,4),
(4632,17269,4),
(4632,17272,4),
(4632,21129,4),
(4632,47377,4),
(4632,50515,4),
(4648,1249,4),
(4654,4650,4),
(4654,4661,4),
(4654,5089,4),
(4654,5091,4),
(4654,5663,4),
(4654,6035,4),
(4654,6372,4),
(4654,6917,4),
(4654,7207,4),
(4654,7520,4),
(4654,8280,4),
(4654,8467,4),
(4654,8993,4),
(4654,8996,4),
(4654,9588,4),
(4654,10040,4),
(4654,11831,4),
(4654,12039,4),
(4654,12495,4),
(4654,12691,4),
(4654,15048,4),
(4654,15118,4),
(4654,15845,4),
(4654,17260,4),
(4654,17265,4),
(4654,21134,4),
(4654,23843,4),
(4654,28913,4),
(4654,34255,4),
(4654,38299,4),
(4654,38778,4),
(4654,40536,4),
(4654,40848,4),
(4654,43159,4),
(4654,43161,4),
(4654,50520,4),
(4795,1255,4),
(4801,6552,4),
(4801,6739,4),
(4801,6956,4),
(4801,6959,4),
(4801,7149,4),
(4801,7161,4),
(4801,7206,4),
(4801,7521,4),
(4801,8282,4),
(4801,8545,4),
(4801,8819,4),
(4801,8998,4),
(4801,9562,4),
(4801,9564,4),
(4801,9566,4),
(4801,9739,4),
(4801,9741,4),
(4801,10396,4),
(4801,10403,4),
(4801,10408,4),
(4801,10411,4),
(4801,10413,4),
(4801,10415,4),
(4801,10417,4),
(4801,10419,4),
(4801,10421,4),
(4801,10424,4),
(4801,11591,4),
(4801,11742,4),
(4801,11845,4),
(4801,11890,4),
(4801,12113,4),
(4801,12249,4),
(4801,14839,4),
(4801,15312,4),
(4801,15393,4),
(4801,15847,4),
(4801,15925,4),
(4801,19147,4),
(4801,19156,4),
(4801,19555,4),
(4801,28805,4),
(4801,28922,4),
(4801,28930,4),
(4801,33881,4),
(4801,34248,4),
(4801,34265,4),
(4801,38474,4),
(4801,38510,4),
(4801,50594,4),
(4870,1261,4),
(4876,4872,4),
(4876,4889,4),
(4876,4895,4),
(4876,4905,4),
(4876,5325,4),
(4876,5726,4),
(4876,6740,4),
(4876,6851,4),
(4876,6980,4),
(4876,7205,4),
(4876,7523,4),
(4876,8284,4),
(4876,8824,4),
(4876,9000,4),
(4876,9743,4),
(4876,9745,4),
(4876,11855,4),
(4876,11907,4),
(4876,11909,4),
(4876,12135,4),
(4876,12262,4),
(4876,12268,4),
(4876,14841,4),
(4876,15297,4),
(4876,15849,4),
(4876,16926,4),
(4876,19142,4),
(4876,19544,4),
(4876,21137,4),
(4876,23777,4),
(4876,28815,4),
(4876,38513,4),
(4876,50143,4),
(4876,50154,4),
(4982,1135,4),
(4988,4984,4),
(4988,4998,4),
(4988,5004,4),
(4988,5010,4),
(4988,5671,4),
(4988,6047,4),
(4988,6382,4),
(4988,7227,4),
(4988,8209,4),
(4988,8219,4),
(4988,8221,4),
(4988,8223,4),
(4988,8225,4),
(4988,8450,4),
(4988,9448,4),
(4988,9451,4),
(4988,9454,4),
(4988,9456,4),
(4988,9982,4),
(4988,11558,4),
(4988,11564,4),
(4988,12483,4),
(4988,12720,4),
(4988,14545,4),
(4988,15040,4),
(4988,15103,4),
(4988,15727,4),
(4988,17385,4),
(4988,21729,4),
(4988,23904,4),
(4988,38495,4),
(4988,38498,4),
(4988,38523,4),
(4988,40478,4),
(4988,50442,4),
(5022,1349,4),
(5028,5024,4),
(5028,5031,4),
(5028,5043,4),
(5028,5049,4),
(5028,5670,4),
(5028,6041,4),
(5028,6380,4),
(5028,7192,4),
(5028,7541,4),
(5028,7543,4),
(5028,8334,4),
(5028,8336,4),
(5028,8890,4),
(5028,9118,4),
(5028,9122,4),
(5028,9125,4),
(5028,9786,4),
(5028,10433,4),
(5028,12322,4),
(5028,14898,4),
(5028,15042,4),
(5028,15105,4),
(5028,15881,4),
(5028,17383,4),
(5028,19754,4),
(5028,23796,4),
(5028,28918,4),
(5028,31412,4),
(5028,38522,4),
(5028,50640,4),
(5164,1343,4),
(5173,5169,4),
(5173,5640,4),
(5173,5996,4),
(5173,6354,4),
(5173,6884,4),
(5173,7193,4),
(5173,7540,4),
(5173,8885,4),
(5173,9112,4),
(5173,9114,4),
(5173,9782,4),
(5173,9784,4),
(5173,12320,4),
(5173,14886,4),
(5173,15062,4),
(5173,15140,4),
(5173,15879,4),
(5173,17327,4),
(5173,19729,4),
(5173,28906,4),
(5173,34268,4),
(5173,36227,4),
(5173,38521,4),
(5173,50635,4),
(5200,1407,4),
(5207,5203,4),
(5207,5989,4),
(5207,6010,4),
(5207,6352,4),
(5207,6410,4),
(5207,6936,4),
(5207,7182,4),
(5207,7561,4),
(5207,9235,4),
(5207,9237,4),
(5207,9875,4),
(5207,11862,4),
(5207,12371,4),
(5207,14624,4),
(5207,15064,4),
(5207,15142,4),
(5207,15774,4),
(5207,17325,4),
(5207,23689,4),
(5207,24349,4),
(5207,28275,4),
(5207,28277,4),
(5207,28785,4),
(5207,28902,4),
(5207,38450,4),
(5207,38461,4),
(5207,38707,4),
(5207,38711,4),
(5207,38817,4),
(5207,50572,4),
(5222,1337,4),
(5228,5224,4),
(5228,5231,4),
(5228,5248,4),
(5228,5984,4),
(5228,6350,4),
(5228,7194,4),
(5228,7353,4),
(5228,7539,4),
(5228,8883,4),
(5228,9116,4),
(5228,9776,4),
(5228,9778,4),
(5228,9780,4),
(5228,12025,4),
(5228,12310,4),
(5228,14884,4),
(5228,15144,4),
(5228,15877,4),
(5228,17320,4),
(5228,17323,4),
(5228,19703,4),
(5228,23793,4),
(5228,28900,4),
(5228,38520,4),
(5228,50171,4),
(6585,1481,4),
(6590,6586,4),
(6590,6592,4),
(6590,7169,4),
(6590,7581,4),
(6590,8511,4),
(6590,8513,4),
(6590,9536,4),
(6590,9538,4),
(6590,9788,4),
(6590,9790,4),
(6590,10170,4),
(6590,10464,4),
(6590,11358,4),
(6590,11360,4),
(6653,1437,4),
(6670,1431,4),
(6671,1431,4),
(6676,6673,4),
(6676,6686,4),
(6676,6689,4),
(6676,6839,4),
(6676,7029,4),
(6676,7178,4),
(6676,7568,4),
(6676,7585,4),
(6676,7588,4),
(6676,7590,4),
(6676,8453,4),
(6676,8487,4),
(6676,9270,4),
(6676,9273,4),
(6677,9277,4),
(6677,9280,4),
(6677,9460,4),
(6677,9462,4),
(6677,9464,4),
(6677,9801,4),
(6677,9810,4),
(6677,10374,4),
(6750,1269,4),
(6756,6752,4),
(6756,6768,4),
(6756,6770,4),
(6756,7006,4),
(6756,7204,4),
(6756,7525,4),
(6756,8286,4),
(6756,8826,4),
(6756,9002,4),
(6756,9004,4),
(6756,9747,4),
(6756,11930,4),
(6756,12272,4),
(6756,14843,4),
(6756,15273,4),
(6756,15850,4),
(6756,16980,4),
(6756,19177,4),
(6756,19461,4),
(6756,25620,4),
(6756,28823,4),
(6756,34278,4),
(6756,43185,4),
(6756,50599,4),
(6783,1277,4),
(6789,6785,4),
(6789,6798,4),
(6789,6854,4),
(6789,6856,4),
(6789,7010,4),
(6789,7203,4),
(6789,7527,4),
(6789,8828,4),
(6789,9006,4),
(6789,9750,4),
(6789,9752,4),
(6789,11934,4),
(6789,12141,4),
(6789,12276,4),
(6789,14846,4),
(6789,15267,4),
(6789,15853,4),
(6789,16981,4),
(6789,19480,4),
(6789,19537,4),
(6789,28827,4),
(6789,50648,4),
(8641,8637,4),
(8641,8651,4),
(8641,8656,4),
(8641,9348,4),
(8641,9884,4),
(8641,10453,4),
(8641,10455,4),
(8641,11546,4),
(8641,11548,4),
(8641,11609,4),
(8641,11906,4),
(8641,15300,4),
(8641,15883,4),
(8641,15885,4),
(8641,15951,4),
(8641,15970,4),
(8641,15973,4),
(8641,15976,4),
(8641,21335,4),
(8641,23849,4),
(8641,38781,4),
(8641,40489,4),
(8641,50286,4),
(8650,951,4),
(8655,8651,4),
(8655,8656,4),
(8655,9348,4),
(8655,9884,4),
(8655,10453,4),
(8655,10455,4),
(8655,11546,4),
(8655,11548,4),
(8655,11609,4),
(8655,11906,4),
(8655,15300,4),
(8655,15883,4),
(8655,15885,4),
(8655,15951,4),
(8655,15970,4),
(8655,15973,4),
(8655,15976,4),
(8669,1161,4),
(8674,8671,4),
(8674,8679,4),
(8674,8681,4),
(8674,8683,4),
(8674,8693,4),
(8674,8698,4),
(8674,8700,4),
(8674,8701,4),
(8674,8708,4),
(8674,8712,4),
(8674,8713,4),
(8674,8727,4),
(8674,8766,4),
(8674,8775,4),
(8674,8777,4),
(8674,9479,4),
(8674,11008,4),
(8674,11567,4),
(8674,11569,4),
(8674,12507,4),
(8674,15283,4),
(8674,15887,4),
(8674,15889,4),
(8674,15892,4),
(8674,16967,4),
(8674,16971,4),
(8674,21751,4),
(8674,21824,4),
(8674,23809,4),
(8674,38768,4),
(8674,50456,4),
(8692,1161,4),
(8697,8693,4),
(8697,8698,4),
(8697,8700,4),
(8697,8701,4),
(8697,8708,4),
(8697,8712,4),
(8697,8713,4),
(8697,8727,4),
(8697,8766,4),
(8697,8775,4),
(8697,8777,4),
(8697,9479,4),
(8697,11008,4),
(8697,11567,4),
(8697,11569,4),
(8697,12507,4),
(8697,15283,4),
(8697,15887,4),
(8697,15889,4),
(8697,15892,4),
(8697,16967,4),
(8697,16971,4),
(8697,21751,4),
(9278,9277,4),
(9278,9280,4),
(9278,9460,4),
(9278,9462,4),
(9278,9464,4),
(9278,9801,4),
(9278,9810,4),
(9278,10374,4),
(10113,1283,4),
(10119,10115,4),
(10119,10122,4),
(10119,11010,4),
(10119,11953,4),
(10119,12279,4),
(10119,14848,4),
(10119,15246,4),
(10119,15855,4),
(10119,17059,4),
(10119,19504,4),
(10119,23695,4),
(10119,28841,4),
(10119,31428,4),
(10119,34256,4),
(10119,38514,4),
(10119,50604,4),
(10132,1289,4),
(10138,10134,4),
(10138,11962,4),
(10138,12282,4),
(10138,14850,4),
(10138,15234,4),
(10138,15860,4),
(10138,17111,4),
(10138,19527,4),
(10138,28851,4),
(10138,43188,4),
(10138,50609,4),
(10181,1297,4),
(10187,10183,4),
(10187,10190,4),
(10187,12286,4),
(10187,14851,4),
(10187,15232,4),
(10187,15864,4),
(10187,17113,4),
(10187,19570,4),
(10187,28783,4),
(10187,28799,4),
(10187,28801,4),
(10187,28854,4),
(10187,34266,4),
(10187,38515,4),
(10187,40541,4),
(10187,40551,4),
(10187,50165,4),
(10200,1309,4),
(10206,10202,4),
(10206,11977,4),
(10206,12295,4),
(10206,14859,4),
(10206,15213,4),
(10206,15870,4),
(10206,17161,4),
(10206,19619,4),
(10206,28868,4),
(10206,38517,4),
(10206,38758,4),
(10206,50620,4),
(10263,1315,4),
(10269,10265,4),
(10269,10372,4),
(10269,11999,4),
(10269,12299,4),
(10269,14861,4),
(10269,15179,4),
(10269,15872,4),
(10269,17298,4),
(10269,19638,4),
(10269,21312,4),
(10269,21314,4),
(10269,28762,4),
(10269,28885,4),
(10269,34257,4),
(10269,38518,4),
(10269,50625,4),
(10280,1323,4),
(10286,10282,4),
(10286,12003,4),
(10286,12304,4),
(10286,14864,4),
(10286,14867,4),
(10286,14917,4),
(10286,15174,4),
(10286,15874,4),
(10286,17305,4),
(10286,19662,4),
(10286,23784,4),
(10286,28889,4),
(10286,38519,4),
(10286,50653,4),
(10297,1329,4),
(10303,10299,4),
(10303,12019,4),
(10303,12307,4),
(10303,14879,4),
(10303,15154,4),
(10303,15875,4),
(10303,17312,4),
(10303,19680,4),
(10303,23789,4),
(10303,33900,4),
(10303,50630,4),
(10313,2720,4),
(10318,10314,4),
(10318,10320,4),
(10318,11866,4),
(10318,11913,4),
(10318,12325,4),
(10318,14509,4),
(10318,14524,4),
(10318,15288,4),
(10318,15734,4),
(10318,15737,4),
(10318,16947,4),
(10318,19781,4),
(10318,23692,4),
(10318,28259,4),
(10318,28261,4),
(10318,28821,4),
(10318,38451,4),
(10318,38798,4),
(10318,50526,4),
(10329,1359,4),
(10334,10330,4),
(10334,11943,4),
(10334,12340,4),
(10334,14558,4),
(10334,15257,4),
(10334,15745,4),
(10334,17041,4),
(10334,17044,4),
(10334,19845,4),
(10334,28303,4),
(10334,28305,4),
(10334,28339,4),
(10334,28835,4),
(10334,34269,4),
(10334,38454,4),
(10334,50536,4),
(10343,1365,4),
(10348,10344,4),
(10348,11945,4),
(10348,12343,4),
(10348,15255,4),
(10348,15751,4),
(10348,17049,4),
(10348,19863,4),
(10348,28299,4),
(10348,28301,4),
(10348,28837,4),
(10348,38455,4),
(10348,38807,4),
(10348,50541,4),
(10395,1255,4),
(10400,10396,4),
(10400,10403,4),
(10400,10408,4),
(10400,10411,4),
(10400,10413,4),
(10400,10415,4),
(10400,10417,4),
(10400,10419,4),
(10400,10421,4),
(10400,10424,4),
(10400,11591,4),
(10400,11742,4),
(10400,11845,4),
(10400,11890,4),
(10400,12113,4),
(10400,12249,4),
(10400,14839,4),
(10400,15312,4),
(10400,15393,4),
(10400,15847,4),
(10400,15925,4),
(10400,19147,4),
(10400,19156,4),
(10400,19555,4),
(10400,28805,4),
(10400,28922,4),
(10400,28930,4),
(10400,33881,4),
(10400,34248,4),
(10400,34265,4),
(10400,38474,4),
(10400,38510,4),
(10400,50594,4),
(10449,945,4),
(10452,20840,4),
(10452,20924,4),
(10452,21327,4),
(10452,21341,4),
(10452,22385,4),
(10452,23932,4),
(10452,23934,4),
(10452,23937,4),
(10452,28814,4),
(10452,32947,4),
(10452,32948,4),
(10452,32987,4),
(10452,32990,4),
(10452,32992,4),
(10452,32993,4),
(10452,38780,4),
(10452,40508,4),
(10452,50281,4),
(11021,1371,4),
(11027,11023,4),
(11027,12353,4),
(11027,14575,4),
(11027,14592,4),
(11027,15221,4),
(11027,15758,4),
(11027,17146,4),
(11027,19919,4),
(11027,28295,4),
(11027,28297,4),
(11027,28860,4),
(11027,34271,4),
(11027,38347,4),
(11027,38352,4),
(11027,38357,4),
(11027,38361,4),
(11027,38374,4),
(11027,38457,4),
(11027,38714,4),
(11027,38764,4),
(11027,38809,4),
(11027,50552,4),
(11040,1377,4),
(11046,11042,4),
(11046,11050,4),
(11046,12356,4),
(11046,14604,4),
(11046,15202,4),
(11046,15760,4),
(11046,17173,4),
(11046,19934,4),
(11046,19942,4),
(11046,28291,4),
(11046,28293,4),
(11046,28872,4),
(11046,38458,4),
(11046,38810,4),
(11046,50557,4),
(11060,1383,4),
(11066,11062,4),
(11066,12001,4),
(11066,12359,4),
(11066,14615,4),
(11066,15177,4),
(11066,15764,4),
(11066,17303,4),
(11066,19955,4),
(11066,28287,4),
(11066,28289,4),
(11066,28887,4),
(11066,38459,4),
(11066,38813,4),
(11066,50562,4),
(11079,1389,4),
(11085,11081,4),
(11085,11837,4),
(11085,12361,4),
(11085,15156,4),
(11085,15766,4),
(11085,17307,4),
(11085,21140,4),
(11085,28283,4),
(11085,28285,4),
(11085,28893,4),
(11085,34272,4),
(11085,38460,4),
(11085,38816,4),
(11085,50567,4),
(11100,1413,4),
(11106,11102,4),
(11106,11939,4),
(11106,12376,4),
(11106,14626,4),
(11106,15262,4),
(11106,15742,4),
(11106,17021,4),
(11106,17024,4),
(11106,19823,4),
(11106,21316,4),
(11106,28271,4),
(11106,28273,4),
(11106,28831,4),
(11106,38293,4),
(11106,38464,4),
(11106,38804,4),
(11106,50588,4),
(11126,1401,4),
(11131,11128,4),
(11131,11985,4),
(11131,12169,4),
(11131,12369,4),
(11131,14621,4),
(11131,15200,4),
(11131,15762,4),
(11131,17182,4),
(11131,17186,4),
(11131,28279,4),
(11131,28281,4),
(11131,38463,4),
(11131,50582,4),
(11150,1395,4),
(11156,11152,4),
(11156,11584,4),
(11156,11971,4),
(11156,12154,4),
(11156,12253,4),
(11156,12271,4),
(11156,12283,4),
(11156,12292,4),
(11156,12364,4),
(11156,14617,4),
(11156,15223,4),
(11156,15755,4),
(11156,17138,4),
(11156,19900,4),
(11156,21138,4),
(11156,22330,4),
(11156,23698,4),
(11156,27451,4),
(11156,28267,4),
(11156,28269,4),
(11156,38462,4),
(11156,50577,4),
(11173,2712,4),
(11179,11175,4),
(11179,11955,4),
(11179,12348,4),
(11179,15244,4),
(11179,15753,4),
(11179,17066,4),
(11179,17070,4),
(11179,19880,4),
(11179,28263,4),
(11179,28265,4),
(11179,28843,4),
(11179,38456,4),
(11179,38718,4),
(11179,38808,4),
(11179,50547,4),
(11196,1419,4),
(11202,11198,4),
(11202,11938,4),
(11202,12448,4),
(11202,14465,4),
(11202,14691,4),
(11202,14695,4),
(11202,14699,4),
(11202,15263,4),
(11202,15784,4),
(11202,17013,4),
(11202,17016,4),
(11202,23744,4),
(11202,28829,4),
(11202,38499,4),
(11202,50219,4),
(11218,1425,4),
(11224,11220,4),
(11224,11941,4),
(11224,12451,4),
(11224,14467,4),
(11224,15259,4),
(11224,15786,4),
(11224,17030,4),
(11224,21142,4),
(11224,23747,4),
(11224,28833,4),
(11224,34246,4),
(11224,43182,4),
(11224,50225,4),
(11245,11244,4),
(11245,11951,4),
(11245,12454,4),
(11245,14474,4),
(11245,14666,4),
(11245,15249,4),
(11245,15791,4),
(11245,17051,4),
(11245,21144,4),
(11245,23750,4),
(11245,28839,4),
(11245,38501,4),
(11245,50231,4),
(11246,11244,4),
(11246,11951,4),
(11246,12454,4),
(11246,14474,4),
(11246,14666,4),
(11246,15249,4),
(11246,15791,4),
(11246,17051,4),
(11246,21144,4),
(11246,23750,4),
(11246,28839,4),
(11246,38501,4),
(11246,50231,4),
(11258,11256,4),
(11258,12728,4),
(11258,14480,4),
(11258,15247,4),
(11258,15248,4),
(11258,15390,4),
(11258,15894,4),
(11258,17055,4),
(11258,17057,4),
(11258,23753,4),
(11258,34776,4),
(11258,38500,4),
(11258,50239,4),
(11272,1443,4),
(11278,11274,4),
(11278,12456,4),
(11278,14483,4),
(11278,15238,4),
(11278,15795,4),
(11278,17100,4),
(11278,17103,4),
(11278,21146,4),
(11278,23756,4),
(11278,28847,4),
(11278,38298,4),
(11278,38502,4),
(11278,50244,4),
(11290,1449,4),
(11296,11292,4),
(11296,11588,4),
(11296,12460,4),
(11296,14485,4),
(11296,15219,4),
(11296,15346,4),
(11296,15348,4),
(11296,15350,4),
(11296,15367,4),
(11296,15371,4),
(11296,15396,4),
(11296,15797,4),
(11296,17152,4),
(11296,21148,4),
(11296,23759,4),
(11296,27530,4),
(11296,27903,4),
(11296,27905,4),
(11296,28862,4),
(11296,38504,4),
(11296,50249,4),
(11309,1455,4),
(11315,11311,4),
(11315,12462,4),
(11315,14487,4),
(11315,15217,4),
(11315,15799,4),
(11315,17155,4),
(11315,23762,4),
(11315,28760,4),
(11315,28764,4),
(11315,28864,4),
(11315,34273,4),
(11315,38503,4),
(11315,38760,4),
(11315,50254,4),
(11328,1461,4),
(11334,11330,4),
(11334,11847,4),
(11334,12472,4),
(11334,14488,4),
(11334,15190,4),
(11334,15801,4),
(11334,17195,4),
(11334,21150,4),
(11334,28876,4),
(11334,38505,4),
(11334,50259,4),
(11346,1467,4),
(11352,11348,4),
(11352,12475,4),
(11352,14490,4),
(11352,15187,4),
(11352,15317,4),
(11352,15803,4),
(11352,17201,4),
(11352,23765,4),
(11352,25644,4),
(11352,28780,4),
(11352,28882,4),
(11352,34247,4),
(11352,36225,4),
(11352,38294,4),
(11352,38506,4),
(11352,50265,4),
(11497,11493,4),
(11497,11502,4),
(11497,11505,4),
(11497,11507,4),
(11497,11509,4),
(11497,11530,4),
(11497,11532,4),
(11497,11534,4),
(11497,11536,4),
(11497,12020,4),
(11497,14450,4),
(11497,14640,4),
(11497,15128,4),
(11497,15152,4),
(11497,15320,4),
(11497,15328,4),
(11497,15334,4),
(11497,15336,4),
(11497,15338,4),
(11497,15375,4),
(11497,15779,4),
(11497,17315,4),
(11497,23774,4),
(11497,28895,4),
(11497,38509,4),
(11497,50195,4),
(16189,16187,4),
(19141,1261,4),
(19144,19142,4),
(19175,1269,4),
(19181,19177,4),
(19181,19461,4),
(19181,25620,4),
(19181,28823,4),
(19181,34278,4),
(19181,43185,4),
(19181,50599,4),
(19478,1277,4),
(19484,19480,4),
(19484,19537,4),
(19484,28827,4),
(19484,50648,4),
(19502,1283,4),
(19508,19504,4),
(19508,23695,4),
(19508,28841,4),
(19508,31428,4),
(19508,34256,4),
(19508,38514,4),
(19508,50604,4),
(19524,1289,4),
(19530,19527,4),
(19530,28851,4),
(19530,43188,4),
(19530,50609,4),
(19548,19544,4),
(19548,21137,4),
(19548,23777,4),
(19548,28815,4),
(19548,38513,4),
(19548,50143,4),
(19548,50154,4),
(19568,1297,4),
(19574,19570,4),
(19574,28783,4),
(19574,28799,4),
(19574,28801,4),
(19574,28854,4),
(19574,34266,4),
(19574,38515,4),
(19574,40541,4),
(19574,40551,4),
(19574,50165,4),
(19598,1303,4),
(19604,19600,4),
(19604,23780,4),
(19604,28857,4),
(19604,34250,4),
(19604,34267,4),
(19604,38516,4),
(19604,50615,4),
(19617,1309,4),
(19623,19619,4),
(19623,28868,4),
(19623,38517,4),
(19623,38758,4),
(19623,50620,4),
(19636,1315,4),
(19642,19638,4),
(19642,21312,4),
(19642,21314,4),
(19642,28762,4),
(19642,28885,4),
(19642,34257,4),
(19642,38518,4),
(19642,50625,4),
(19660,1323,4),
(19666,19662,4),
(19666,23784,4),
(19666,28889,4),
(19666,38519,4),
(19666,50653,4),
(19678,1329,4),
(19684,19680,4),
(19684,23789,4),
(19684,33900,4),
(19684,50630,4),
(19701,1337,4),
(19707,19703,4),
(19707,23793,4),
(19707,28900,4),
(19707,38520,4),
(19707,50171,4),
(19726,1343,4),
(19732,19729,4),
(19732,28906,4),
(19732,34268,4),
(19732,36227,4),
(19732,38521,4),
(19732,50635,4),
(19752,1349,4),
(19758,19754,4),
(19758,23796,4),
(19758,28918,4),
(19758,31412,4),
(19758,38522,4),
(19758,50640,4),
(19779,2720,4),
(19785,19781,4),
(19785,23692,4),
(19785,28259,4),
(19785,28261,4),
(19785,28821,4),
(19785,38451,4),
(19785,38798,4),
(19785,50526,4),
(19808,19804,4),
(19808,24451,4),
(19808,28307,4),
(19808,28309,4),
(19808,36242,4),
(19808,36245,4),
(19808,38452,4),
(19808,38801,4),
(19808,50531,4),
(19821,1413,4),
(19827,19823,4),
(19827,21316,4),
(19827,28271,4),
(19827,28273,4),
(19827,28831,4),
(19827,38293,4),
(19827,38464,4),
(19827,38804,4),
(19827,50588,4),
(19842,1359,4),
(19848,19845,4),
(19848,28303,4),
(19848,28305,4),
(19848,28339,4),
(19848,28835,4),
(19848,34269,4),
(19848,38454,4),
(19848,50536,4),
(19861,1365,4),
(19867,19863,4),
(19867,28299,4),
(19867,28301,4),
(19867,28837,4),
(19867,38455,4),
(19867,38807,4),
(19867,50541,4),
(19878,2712,4),
(19884,19880,4),
(19884,28263,4),
(19884,28265,4),
(19884,28843,4),
(19884,38456,4),
(19884,38718,4),
(19884,38808,4),
(19884,50547,4),
(19898,1395,4),
(19904,19900,4),
(19904,21138,4),
(19904,22330,4),
(19904,23698,4),
(19904,27451,4),
(19904,28267,4),
(19904,28269,4),
(19904,38462,4),
(19904,50577,4),
(19917,1371,4),
(19923,19919,4),
(19923,28295,4),
(19923,28297,4),
(19923,28860,4),
(19923,34271,4),
(19923,38347,4),
(19923,38352,4),
(19923,38357,4),
(19923,38361,4),
(19923,38374,4),
(19923,38457,4),
(19923,38714,4),
(19923,38764,4),
(19923,38809,4),
(19923,50552,4),
(19933,1377,4),
(19938,19934,4),
(19938,19942,4),
(19938,28291,4),
(19938,28293,4),
(19938,28872,4),
(19938,38458,4),
(19938,38810,4),
(19938,50557,4),
(19953,1383,4),
(19959,19955,4),
(19959,28287,4),
(19959,28289,4),
(19959,28887,4),
(19959,38459,4),
(19959,38813,4),
(19959,50562,4),
(20940,20937,4),
(20952,969,4),
(20958,20954,4),
(20958,21365,4),
(20958,23858,4),
(20958,28825,4),
(20958,38785,4),
(20958,50301,4),
(20970,981,4),
(20974,20971,4),
(20974,20976,4),
(20974,21369,4),
(20974,23864,4),
(20974,28856,4),
(20974,38787,4),
(20974,39213,4),
(20974,50311,4),
(20989,20985,4),
(20989,21379,4),
(20989,23870,4),
(20989,28870,4),
(20989,34275,4),
(20989,38789,4),
(20989,40405,4),
(20989,40413,4),
(20989,40416,4),
(20989,40421,4),
(20989,40425,4),
(20989,40431,4),
(20989,40446,4),
(20989,50322,4),
(21000,1005,4),
(21005,21002,4),
(21005,21417,4),
(21005,23876,4),
(21005,28883,4),
(21005,38792,4),
(21005,40462,4),
(21005,50332,4),
(21022,1011,4),
(21027,21023,4),
(21027,21422,4),
(21027,23879,4),
(21027,28890,4),
(21027,34210,4),
(21027,34215,4),
(21027,38793,4),
(21027,50338,4),
(21039,1023,4),
(21044,21040,4),
(21044,21445,4),
(21044,23885,4),
(21044,23898,4),
(21044,23901,4),
(21044,25646,4),
(21044,25683,4),
(21044,34279,4),
(21044,38795,4),
(21044,40495,4),
(21044,50351,4),
(21052,1041,4),
(21057,21053,4),
(21057,21468,4),
(21057,23891,4),
(21057,38300,4),
(21057,38797,4),
(21057,40473,4),
(21057,50363,4),
(21070,1059,4),
(21074,21071,4),
(21074,21508,4),
(21074,23708,4),
(21074,34253,4),
(21074,34758,4),
(21074,38478,4),
(21074,50379,4),
(21074,50381,4),
(21339,21335,4),
(21339,23849,4),
(21339,38781,4),
(21339,40489,4),
(21339,50286,4),
(21352,957,4),
(21358,21354,4),
(21358,23852,4),
(21358,34243,4),
(21358,38277,4),
(21358,38295,4),
(21358,38783,4),
(21358,40385,4),
(21358,40438,4),
(21358,40450,4),
(21358,50291,4),
(21407,999,4),
(21413,21409,4),
(21413,23873,4),
(21413,28768,4),
(21413,28770,4),
(21413,28775,4),
(21413,34245,4),
(21413,38790,4),
(21413,40456,4),
(21413,50327,4),
(21435,1017,4),
(21441,21437,4),
(21441,23882,4),
(21441,28898,4),
(21441,34276,4),
(21441,38794,4),
(21441,50345,4),
(21460,1035,4),
(21465,21461,4),
(21465,23888,4),
(21465,28911,4),
(21465,38796,4),
(21465,40468,4),
(21465,50356,4),
(21494,1051,4),
(21500,21496,4),
(21500,23705,4),
(21500,28755,4),
(21500,36267,4),
(21500,38477,4),
(21500,40279,4),
(21500,40281,4),
(21500,50374,4),
(21500,54156,4),
(21519,1067,4),
(21524,21520,4),
(21524,23711,4),
(21524,38326,4),
(21524,38372,4),
(21524,38479,4),
(21524,50385,4),
(21534,1073,4),
(21540,21536,4),
(21540,23714,4),
(21540,38480,4),
(21540,40485,4),
(21540,50390,4),
(21552,1079,4),
(21558,21554,4),
(21558,34263,4),
(21558,38321,4),
(21558,38481,4),
(21558,47389,4),
(21558,50395,4),
(21574,1085,4),
(21580,21576,4),
(21580,23717,4),
(21580,38482,4),
(21580,50400,4),
(21590,1091,4),
(21595,21591,4),
(21595,33929,4),
(21595,34254,4),
(21595,36160,4),
(21595,36229,4),
(21595,38279,4),
(21595,38296,4),
(21595,38483,4),
(21595,38485,4),
(21595,50405,4),
(21603,1097,4),
(21608,21604,4),
(21608,23720,4),
(21608,38487,4),
(21608,50410,4),
(21642,1103,4),
(21647,21643,4),
(21647,23723,4),
(21647,38488,4),
(21647,50415,4),
(21678,1117,4),
(21683,21679,4),
(21683,23732,4),
(21683,38305,4),
(21683,38492,4),
(21683,50425,4),
(21695,1123,4),
(21701,21698,4),
(21701,23735,4),
(21701,36233,4),
(21701,36237,4),
(21701,38493,4),
(21701,50430,4),
(21712,1129,4),
(21717,21713,4),
(21717,23738,4),
(21717,28916,4),
(21717,34343,4),
(21717,38494,4),
(21717,47368,4),
(21717,50436,4),
(21728,1135,4),
(21733,21729,4),
(21733,23904,4),
(21733,38495,4),
(21733,38498,4),
(21733,38523,4),
(21733,40478,4),
(21733,50442,4),
(21743,1143,4),
(21748,21744,4),
(21748,23741,4),
(21748,38497,4),
(21748,50451,4),
(21762,1165,4),
(21768,21764,4),
(21768,28753,4),
(21768,28773,4),
(21768,28808,4),
(21768,34277,4),
(21768,38765,4),
(21768,40515,4),
(21768,47405,4),
(21768,50461,4),
(21778,1171,4),
(21783,21779,4),
(21783,23803,4),
(21783,28777,4),
(21783,28812,4),
(21783,38766,4),
(21783,50665,4),
(21793,1177,4),
(21799,21795,4),
(21799,23806,4),
(21799,28817,4),
(21799,38767,4),
(21799,50467,4),
(21811,1185,4),
(21817,21813,4),
(21817,21848,4),
(21817,23812,4),
(21817,50472,4),
(21826,21824,4),
(21826,23809,4),
(21826,38768,4),
(21826,50456,4),
(21838,1191,4),
(21844,21840,4),
(21844,23817,4),
(21844,38769,4),
(21844,50477,4),
(21844,50484,4),
(21857,1197,4),
(21862,21858,4),
(21862,23820,4),
(21862,28845,4),
(21862,34249,4),
(21862,38770,4),
(21862,50482,4),
(43145,554,4),
(47398,1035,4),
(50275,2,4),
(50277,50276,4),
(50280,945,4),
(50282,50281,4),
(50290,957,4),
(50292,50291,4),
(50295,963,4),
(50297,50296,4),
(50300,969,4),
(50302,50301,4),
(50305,975,4),
(50307,50306,4),
(50310,981,4),
(50312,50311,4),
(50316,989,4),
(50318,50317,4),
(50321,995,4),
(50323,50322,4),
(50326,999,4),
(50328,50327,4),
(50331,1005,4),
(50333,50332,4),
(50337,1011,4),
(50339,50338,4),
(50344,1017,4),
(50346,50345,4),
(50350,1023,4),
(50352,50351,4),
(50355,1035,4),
(50358,50356,4),
(50362,1041,4),
(50364,50363,4),
(50368,1045,4),
(50370,50369,4),
(50373,1051,4),
(50375,50374,4),
(50375,54156,4),
(50378,1059,4),
(50380,50379,4),
(50380,50381,4),
(50384,1067,4),
(50386,50385,4),
(50394,1079,4),
(50396,50395,4),
(50399,1085,4),
(50401,50400,4),
(50404,1091,4),
(50406,50405,4),
(50409,1097,4),
(50411,50410,4),
(50414,1103,4),
(50416,50415,4),
(50419,1109,4),
(50421,50420,4),
(50424,1117,4),
(50426,50425,4),
(50429,1123,4),
(50431,50430,4),
(50435,1129,4),
(50437,50436,4),
(50450,1143,4),
(50452,50451,4),
(50460,1165,4),
(50462,50461,4),
(50466,1177,4),
(50468,50467,4),
(50471,1185,4),
(50473,50472,4),
(50476,1191,4),
(50478,50477,4),
(50478,50484,4),
(50481,1197,4),
(50483,50482,4),
(50487,1201,4),
(50489,50488,4),
(50492,1215,4),
(50494,50493,4),
(50497,1225,4),
(50499,50498,4),
(50502,1231,4),
(50504,50503,4),
(50508,1237,4),
(50510,50509,4),
(50514,1243,4),
(50516,50515,4),
(50519,1249,4),
(50521,50520,4),
(2744,2,5),
(2744,6507,5),
(2747,7694,5),
(2747,7696,5),
(2747,7698,5),
(2747,8376,5),
(2747,8546,5),
(2747,8613,5),
(2747,8619,5),
(2747,8621,5),
(2747,8718,5),
(2747,9341,5),
(2747,9344,5),
(2747,9880,5),
(2747,10422,5),
(2747,10434,5),
(2747,10440,5),
(2747,10508,5),
(2747,11431,5),
(2747,11592,5),
(2747,11600,5),
(2747,11603,5),
(2747,11864,5),
(2747,11892,5),
(2747,12115,5),
(2747,12118,5),
(2747,12207,5),
(2747,14930,5),
(2747,14940,5),
(2747,14955,5),
(2747,14957,5),
(2747,14986,5),
(2747,15310,5),
(2747,15432,5),
(2747,15437,5),
(2747,15929,5),
(2747,15933,5),
(2747,16116,5),
(2747,16938,5),
(2747,17390,5),
(2747,19164,5),
(2747,20831,5),
(2747,20847,5),
(2747,21325,5),
(2747,23846,5),
(2747,24802,5),
(2747,28343,5),
(2747,38475,5),
(2747,38779,5),
(2747,40369,5),
(2747,40501,5),
(2747,50276,5),
(2816,554,5),
(2829,2,5),
(2829,6507,5),
(2836,7694,5),
(2836,7696,5),
(2836,7698,5),
(2836,8376,5),
(2836,8546,5),
(2836,8613,5),
(2836,8619,5),
(2836,8621,5),
(2836,8718,5),
(2836,9341,5),
(2836,9344,5),
(2836,9880,5),
(2836,10422,5),
(2836,10434,5),
(2836,10440,5),
(2836,10508,5),
(2836,11431,5),
(2836,11592,5),
(2836,11600,5),
(2836,11603,5),
(2836,11864,5),
(2836,11892,5),
(2836,12115,5),
(2836,12118,5),
(2836,12207,5),
(2836,14930,5),
(2836,14940,5),
(2836,14955,5),
(2836,14957,5),
(2836,14986,5),
(2836,15310,5),
(2836,15432,5),
(2836,15437,5),
(2836,15929,5),
(2836,15933,5),
(2836,16116,5),
(2836,16938,5),
(2836,17390,5),
(2836,19164,5),
(2836,20831,5),
(2836,20847,5),
(2836,21325,5),
(2836,23846,5),
(2836,24802,5),
(2836,28343,5),
(2836,38475,5),
(2836,38779,5),
(2836,40369,5),
(2836,40501,5),
(2836,50276,5),
(2987,945,5),
(2993,9882,5),
(2993,10450,5),
(2993,10511,5),
(2993,10519,5),
(2993,11526,5),
(2993,11612,5),
(2993,11744,5),
(2993,11904,5),
(2993,12126,5),
(2993,12211,5),
(2993,14911,5),
(2993,14929,5),
(2993,14944,5),
(2993,14959,5),
(2993,14961,5),
(2993,14988,5),
(2993,15074,5),
(2993,15076,5),
(2993,15078,5),
(2993,15086,5),
(2993,15088,5),
(2993,15096,5),
(2993,15101,5),
(2993,15111,5),
(2993,15113,5),
(2993,15135,5),
(2993,15302,5),
(2993,15399,5),
(2993,15439,5),
(2993,15943,5),
(2993,15946,5),
(2993,15948,5),
(2993,20840,5),
(2993,20924,5),
(2993,21327,5),
(2993,21341,5),
(2993,22385,5),
(2993,23932,5),
(2993,23934,5),
(2993,23937,5),
(2993,28814,5),
(2993,32947,5),
(2993,32948,5),
(2993,32987,5),
(2993,32990,5),
(2993,32992,5),
(2993,32993,5),
(2993,38780,5),
(2993,40508,5),
(2993,50281,5),
(3040,957,5),
(3046,3041,5),
(3046,3051,5),
(3046,3055,5),
(3046,3218,5),
(3046,4925,5),
(3046,5335,5),
(3046,5746,5),
(3046,6921,5),
(3046,6984,5),
(3046,7256,5),
(3046,7418,5),
(3046,7420,5),
(3046,7653,5),
(3046,7708,5),
(3046,7710,5),
(3046,7712,5),
(3046,7714,5),
(3046,7716,5),
(3046,7718,5),
(3046,7720,5),
(3046,7723,5),
(3046,7725,5),
(3046,7727,5),
(3046,7736,5),
(3046,8725,5),
(3046,9350,5),
(3046,9887,5),
(3046,10514,5),
(3046,11617,5),
(3046,11620,5),
(3046,12129,5),
(3046,12215,5),
(3046,14964,5),
(3046,14966,5),
(3046,14990,5),
(3046,15292,5),
(3046,15478,5),
(3046,15480,5),
(3046,15962,5),
(3046,15966,5),
(3046,21354,5),
(3046,23852,5),
(3046,34243,5),
(3046,38277,5),
(3046,38295,5),
(3046,38783,5),
(3046,40385,5),
(3046,40438,5),
(3046,40450,5),
(3046,50291,5),
(3070,963,5),
(3076,7756,5),
(3076,7767,5),
(3076,7769,5),
(3076,7773,5),
(3076,7775,5),
(3076,7776,5),
(3076,8465,5),
(3076,8543,5),
(3076,8558,5),
(3076,9352,5),
(3076,9568,5),
(3076,9582,5),
(3076,9584,5),
(3076,9586,5),
(3076,9889,5),
(3076,10524,5),
(3076,11623,5),
(3076,11627,5),
(3076,11713,5),
(3076,11740,5),
(3076,11756,5),
(3076,11758,5),
(3076,11779,5),
(3076,11795,5),
(3076,11804,5),
(3076,11811,5),
(3076,11820,5),
(3076,11827,5),
(3076,11851,5),
(3076,11882,5),
(3076,11885,5),
(3076,11889,5),
(3076,12217,5),
(3076,14968,5),
(3076,14992,5),
(3076,15290,5),
(3076,15362,5),
(3076,15482,5),
(3076,15484,5),
(3076,15985,5),
(3076,15988,5),
(3076,15993,5),
(3076,20937,5),
(3076,21362,5),
(3076,23855,5),
(3076,28819,5),
(3076,34261,5),
(3076,38784,5),
(3076,40376,5),
(3076,50296,5),
(3106,969,5),
(3112,3107,5),
(3112,3114,5),
(3112,3118,5),
(3112,5369,5),
(3112,5775,5),
(3112,6077,5),
(3112,6988,5),
(3112,6993,5),
(3112,6996,5),
(3112,7008,5),
(3112,7254,5),
(3112,7427,5),
(3112,7429,5),
(3112,7659,5),
(3112,7786,5),
(3112,7788,5),
(3112,7790,5),
(3112,8383,5),
(3112,9355,5),
(3112,9357,5),
(3112,9891,5),
(3112,10527,5),
(3112,11634,5),
(3112,11932,5),
(3112,12138,5),
(3112,12219,5),
(3112,14948,5),
(3112,14971,5),
(3112,14994,5),
(3112,15270,5),
(3112,15486,5),
(3112,15488,5),
(3112,15999,5),
(3112,16004,5),
(3112,16008,5),
(3112,20954,5),
(3112,21365,5),
(3112,23858,5),
(3112,28825,5),
(3112,38785,5),
(3112,50301,5),
(3142,975,5),
(3151,3146,5),
(3151,5409,5),
(3151,5799,5),
(3151,6122,5),
(3151,7025,5),
(3151,7253,5),
(3151,7431,5),
(3151,7433,5),
(3151,7662,5),
(3151,7792,5),
(3151,7834,5),
(3151,7836,5),
(3151,8385,5),
(3151,8387,5),
(3151,9359,5),
(3151,9362,5),
(3151,9893,5),
(3151,9895,5),
(3151,10350,5),
(3151,10530,5),
(3151,11641,5),
(3151,11650,5),
(3151,11653,5),
(3151,11947,5),
(3151,12143,5),
(3151,12221,5),
(3151,14976,5),
(3151,14978,5),
(3151,14980,5),
(3151,14995,5),
(3151,15031,5),
(3151,15253,5),
(3151,15490,5),
(3151,15492,5),
(3151,16022,5),
(3151,16027,5),
(3151,16031,5),
(3151,20919,5),
(3151,20962,5),
(3151,21367,5),
(3151,23861,5),
(3151,28757,5),
(3151,38786,5),
(3151,50306,5),
(3170,981,5),
(3176,3171,5),
(3176,3183,5),
(3176,3188,5),
(3176,5458,5),
(3176,5859,5),
(3176,6180,5),
(3176,7252,5),
(3176,7308,5),
(3176,7435,5),
(3176,7665,5),
(3176,7843,5),
(3176,7845,5),
(3176,8715,5),
(3176,9364,5),
(3176,9897,5),
(3176,10533,5),
(3176,11657,5),
(3176,11664,5),
(3176,11667,5),
(3176,11965,5),
(3176,12150,5),
(3176,12223,5),
(3176,14933,5),
(3176,14984,5),
(3176,14997,5),
(3176,15230,5),
(3176,15401,5),
(3176,15494,5),
(3176,15496,5),
(3176,16040,5),
(3176,16043,5),
(3176,20971,5),
(3176,20976,5),
(3176,21369,5),
(3176,23864,5),
(3176,28856,5),
(3176,38787,5),
(3176,39213,5),
(3176,50311,5),
(3259,951,5),
(3269,3264,5),
(3269,3275,5),
(3269,3757,5),
(3269,4855,5),
(3269,5320,5),
(3269,5682,5),
(3269,6463,5),
(3269,6467,5),
(3269,6953,5),
(3269,7165,5),
(3269,7257,5),
(3269,7287,5),
(3269,7395,5),
(3269,7397,5),
(3269,7399,5),
(3269,7650,5),
(3269,8379,5),
(3269,8381,5),
(3269,8627,5),
(3339,1353,5),
(3349,3344,5),
(3349,3356,5),
(3349,3359,5),
(3349,3375,5),
(3349,3755,5),
(3349,5712,5),
(3349,6394,5),
(3349,7191,5),
(3349,7264,5),
(3349,7271,5),
(3349,7274,5),
(3349,7341,5),
(3349,7346,5),
(3349,7349,5),
(3349,7386,5),
(3349,7544,5),
(3349,8354,5),
(3349,8519,5),
(3349,8523,5),
(3349,8528,5),
(3349,8547,5),
(3349,8594,5),
(3349,8902,5),
(3349,9133,5),
(3349,9832,5),
(3349,11411,5),
(3349,11577,5),
(3349,11581,5),
(3349,11926,5),
(3349,12134,5),
(3349,12337,5),
(3349,14535,5),
(3349,14552,5),
(3349,15281,5),
(3349,15740,5),
(3349,16974,5),
(3349,16977,5),
(3349,19804,5),
(3349,24451,5),
(3349,28307,5),
(3349,28309,5),
(3349,36242,5),
(3349,36245,5),
(3349,38452,5),
(3349,38801,5),
(3349,50531,5),
(3389,989,5),
(3395,3390,5),
(3395,3397,5),
(3395,3407,5),
(3395,3413,5),
(3395,3419,5),
(3395,3423,5),
(3395,5496,5),
(3395,5883,5),
(3395,6221,5),
(3395,7251,5),
(3395,7436,5),
(3395,7668,5),
(3395,7848,5),
(3395,7854,5),
(3395,7856,5),
(3395,8389,5),
(3395,8391,5),
(3395,8393,5),
(3395,9365,5),
(3395,9899,5),
(3395,10536,5),
(3395,11669,5),
(3395,11975,5),
(3395,12156,5),
(3395,12225,5),
(3395,15000,5),
(3395,15215,5),
(3395,15498,5),
(3395,16050,5),
(3395,16053,5),
(3395,20978,5),
(3395,21375,5),
(3395,23867,5),
(3395,28866,5),
(3395,38788,5),
(3395,50317,5),
(3405,989,5),
(3410,21375,5),
(3410,23867,5),
(3410,28866,5),
(3410,38788,5),
(3410,50317,5),
(3435,995,5),
(3441,3436,5),
(3441,3443,5),
(3441,3455,5),
(3441,3463,5),
(3441,3465,5),
(3441,5506,5),
(3441,6228,5),
(3441,7070,5),
(3441,7250,5),
(3441,7438,5),
(3441,7671,5),
(3441,7865,5),
(3441,7867,5),
(3441,9368,5),
(3441,9371,5),
(3441,9902,5),
(3441,10539,5),
(3441,10997,5),
(3441,11671,5),
(3441,11784,5),
(3441,11979,5),
(3441,12158,5),
(3441,12228,5),
(3441,15003,5),
(3441,15211,5),
(3441,15500,5),
(3441,15770,5),
(3441,15772,5),
(3441,16064,5),
(3441,16069,5),
(3441,20985,5),
(3441,21379,5),
(3441,23870,5),
(3441,28870,5),
(3441,34275,5),
(3441,38789,5),
(3441,40405,5),
(3441,40413,5),
(3441,40416,5),
(3441,40421,5),
(3441,40425,5),
(3441,40431,5),
(3441,40446,5),
(3441,50322,5),
(3454,995,5),
(3460,3455,5),
(3460,3463,5),
(3460,3465,5),
(3460,5506,5),
(3460,6228,5),
(3460,7070,5),
(3460,7250,5),
(3460,7438,5),
(3460,7671,5),
(3460,7865,5),
(3460,7867,5),
(3460,9368,5),
(3460,9371,5),
(3460,9902,5),
(3460,10539,5),
(3460,10997,5),
(3460,11671,5),
(3460,11784,5),
(3460,11979,5),
(3460,12158,5),
(3460,12228,5),
(3460,15003,5),
(3460,15211,5),
(3460,15500,5),
(3460,15770,5),
(3460,15772,5),
(3460,16064,5),
(3460,16069,5),
(3483,999,5),
(3489,3484,5),
(3489,3491,5),
(3489,4354,5),
(3489,5526,5),
(3489,5895,5),
(3489,6246,5),
(3489,7249,5),
(3489,7439,5),
(3489,7442,5),
(3489,7444,5),
(3489,7875,5),
(3489,7877,5),
(3489,7879,5),
(3489,8395,5),
(3489,8397,5),
(3489,9917,5),
(3489,10352,5),
(3489,10544,5),
(3489,11677,5),
(3489,11680,5),
(3489,11987,5),
(3489,12170,5),
(3489,12230,5),
(3489,15006,5),
(3489,15197,5),
(3489,15503,5),
(3489,16077,5),
(3489,16082,5),
(3489,16086,5),
(3489,20992,5),
(3489,21409,5),
(3489,23873,5),
(3489,28768,5),
(3489,28770,5),
(3489,28775,5),
(3489,34245,5),
(3489,38790,5),
(3489,40456,5),
(3489,50327,5),
(3511,1005,5),
(3517,3512,5),
(3517,3523,5),
(3517,3528,5),
(3517,5556,5),
(3517,6276,5),
(3517,7086,5),
(3517,7248,5),
(3517,7445,5),
(3517,7675,5),
(3517,7887,5),
(3517,7889,5),
(3517,8399,5),
(3517,9373,5),
(3517,9376,5),
(3517,9920,5),
(3517,10547,5),
(3517,11682,5),
(3517,11996,5),
(3517,12232,5),
(3517,15009,5),
(3517,15181,5),
(3517,15505,5),
(3517,15507,5),
(3517,16098,5),
(3517,16104,5),
(3517,16107,5),
(3517,21002,5),
(3517,21417,5),
(3517,23876,5),
(3517,28883,5),
(3517,38792,5),
(3517,40462,5),
(3517,50332,5),
(3540,1011,5),
(3546,3541,5),
(3546,3548,5),
(3546,3556,5),
(3546,3562,5),
(3546,5576,5),
(3546,5579,5),
(3546,5937,5),
(3546,6300,5),
(3546,7247,5),
(3546,7312,5),
(3546,7447,5),
(3546,7678,5),
(3546,7895,5),
(3546,7897,5),
(3546,7899,5),
(3546,7902,5),
(3546,7904,5),
(3546,7906,5),
(3546,8401,5),
(3546,8403,5),
(3546,8405,5),
(3546,8407,5),
(3546,9379,5),
(3546,9382,5),
(3546,9922,5),
(3546,10354,5),
(3546,10550,5),
(3546,11686,5),
(3546,11689,5),
(3546,12005,5),
(3546,12178,5),
(3546,12234,5),
(3546,15012,5),
(3546,15172,5),
(3546,15509,5),
(3546,16111,5),
(3546,16114,5),
(3546,16123,5),
(3546,16127,5),
(3546,21023,5),
(3546,21422,5),
(3546,23879,5),
(3546,28890,5),
(3546,34210,5),
(3546,34215,5),
(3546,38793,5),
(3546,50338,5),
(3576,1017,5),
(3582,3577,5),
(3582,3584,5),
(3582,3588,5),
(3582,3592,5),
(3582,5633,5),
(3582,6338,5),
(3582,6345,5),
(3582,7246,5),
(3582,7448,5),
(3582,7450,5),
(3582,7452,5),
(3582,7681,5),
(3582,7912,5),
(3582,7914,5),
(3582,7916,5),
(3582,7918,5),
(3582,9383,5),
(3582,9385,5),
(3582,9387,5),
(3582,9924,5),
(3582,10555,5),
(3582,11690,5),
(3582,12022,5),
(3582,12190,5),
(3582,12238,5),
(3582,15015,5),
(3582,15150,5),
(3582,15511,5),
(3582,16138,5),
(3582,16142,5),
(3582,21437,5),
(3582,23882,5),
(3582,28898,5),
(3582,34276,5),
(3582,38794,5),
(3582,50345,5),
(3635,1035,5),
(3641,3636,5),
(3641,3643,5),
(3641,3649,5),
(3641,3653,5),
(3641,5117,5),
(3641,5657,5),
(3641,6028,5),
(3641,6369,5),
(3641,7243,5),
(3641,7293,5),
(3641,7296,5),
(3641,7459,5),
(3641,7461,5),
(3641,7690,5),
(3641,7958,5),
(3641,7960,5),
(3641,8415,5),
(3641,8417,5),
(3641,9398,5),
(3641,9930,5),
(3641,10561,5),
(3641,11699,5),
(3641,12035,5),
(3641,12242,5),
(3641,14522,5),
(3641,15021,5),
(3641,15052,5),
(3641,15123,5),
(3641,15517,5),
(3641,16162,5),
(3641,16180,5),
(3641,16196,5),
(3641,16199,5),
(3641,16200,5),
(3641,21461,5),
(3641,23888,5),
(3641,28911,5),
(3641,38796,5),
(3641,40468,5),
(3641,50356,5),
(3666,1041,5),
(3672,3667,5),
(3672,3674,5),
(3672,3683,5),
(3672,5101,5),
(3672,5659,5),
(3672,6370,5),
(3672,7242,5),
(3672,7322,5),
(3672,7464,5),
(3672,7466,5),
(3672,7693,5),
(3672,7963,5),
(3672,8418,5),
(3672,9401,5),
(3672,9404,5),
(3672,9458,5),
(3672,9932,5),
(3672,10241,5),
(3672,10243,5),
(3672,10356,5),
(3672,10564,5),
(3672,11703,5),
(3672,11706,5),
(3672,12037,5),
(3672,12200,5),
(3672,12244,5),
(3672,14520,5),
(3672,15024,5),
(3672,15050,5),
(3672,15121,5),
(3672,15518,5),
(3672,16166,5),
(3672,16187,5),
(3672,20891,5),
(3672,21053,5),
(3672,21468,5),
(3672,23891,5),
(3672,38300,5),
(3672,38797,5),
(3672,40473,5),
(3672,50363,5),
(3703,1045,5),
(3709,3704,5),
(3709,3717,5),
(3709,4830,5),
(3709,4832,5),
(3709,5081,5),
(3709,5083,5),
(3709,5311,5),
(3709,6521,5),
(3709,6523,5),
(3709,6802,5),
(3709,6966,5),
(3709,6969,5),
(3709,7241,5),
(3709,7468,5),
(3709,7631,5),
(3709,7986,5),
(3709,7988,5),
(3709,7990,5),
(3709,7992,5),
(3709,7994,5),
(3709,7996,5),
(3709,7999,5),
(3709,8001,5),
(3709,8003,5),
(3709,8006,5),
(3709,8420,5),
(3709,8553,5),
(3709,9405,5),
(3709,9934,5),
(3709,10245,5),
(3709,11707,5),
(3709,11895,5),
(3709,11900,5),
(3709,12383,5),
(3709,15306,5),
(3709,15691,5),
(3709,16211,5),
(3709,16921,5),
(3709,21058,5),
(3709,21481,5),
(3709,23702,5),
(3709,28810,5),
(3709,34251,5),
(3709,38317,5),
(3709,38476,5),
(3709,40923,5),
(3709,50369,5),
(3734,1051,5),
(3740,3735,5),
(3740,3742,5),
(3740,3750,5),
(3740,5349,5),
(3740,6804,5),
(3740,6999,5),
(3740,7240,5),
(3740,7470,5),
(3740,8007,5),
(3740,8009,5),
(3740,8011,5),
(3740,8013,5),
(3740,8015,5),
(3740,8018,5),
(3740,8020,5),
(3740,8022,5),
(3740,8028,5),
(3740,8030,5),
(3740,8422,5),
(3740,8424,5),
(3740,9406,5),
(3740,9936,5),
(3740,9940,5),
(3740,10358,5),
(3740,11708,5),
(3740,11915,5),
(3740,11920,5),
(3740,12387,5),
(3740,15286,5),
(3740,15693,5),
(3740,16225,5),
(3740,16229,5),
(3740,21061,5),
(3740,21496,5),
(3740,23705,5),
(3740,28755,5),
(3740,36267,5),
(3740,38477,5),
(3740,40279,5),
(3740,40281,5),
(3740,50374,5),
(3740,54156,5),
(3773,1059,5),
(3779,3774,5),
(3779,3781,5),
(3779,3787,5),
(3779,3793,5),
(3779,3797,5),
(3779,5359,5),
(3779,5763,5),
(3779,6387,5),
(3779,6807,5),
(3779,6810,5),
(3779,7004,5),
(3779,7239,5),
(3779,7472,5),
(3779,8037,5),
(3779,8039,5),
(3779,8041,5),
(3779,8043,5),
(3779,8045,5),
(3779,8047,5),
(3779,8426,5),
(3779,8428,5),
(3779,8430,5),
(3779,8615,5),
(3779,8617,5),
(3779,9408,5),
(3779,9938,5),
(3779,11718,5),
(3779,11720,5),
(3779,11928,5),
(3779,12390,5),
(3779,15277,5),
(3779,15695,5),
(3779,16236,5),
(3779,16239,5),
(3779,21071,5),
(3779,21508,5),
(3779,23708,5),
(3779,34253,5),
(3779,34758,5),
(3779,38478,5),
(3779,50379,5),
(3779,50381,5),
(3818,1067,5),
(3825,3820,5),
(3825,3828,5),
(3825,3830,5),
(3825,5414,5),
(3825,5805,5),
(3825,6125,5),
(3825,7027,5),
(3825,7238,5),
(3825,7474,5),
(3825,8049,5),
(3825,8055,5),
(3825,8057,5),
(3825,9410,5),
(3825,9413,5),
(3825,9942,5),
(3825,11722,5),
(3825,11726,5),
(3825,11729,5),
(3825,11949,5),
(3825,12145,5),
(3825,12393,5),
(3825,15251,5),
(3825,15697,5),
(3825,16246,5),
(3825,16248,5),
(3825,21077,5),
(3825,21520,5),
(3825,23711,5),
(3825,38326,5),
(3825,38372,5),
(3825,38479,5),
(3825,50385,5),
(3844,1079,5),
(3850,3845,5),
(3850,3852,5),
(3850,3860,5),
(3850,5283,5),
(3850,5285,5),
(3850,5516,5),
(3850,6232,5),
(3850,6816,5),
(3850,7236,5),
(3850,7475,5),
(3850,8083,5),
(3850,8088,5),
(3850,8090,5),
(3850,8434,5),
(3850,9569,5),
(3850,9571,5),
(3850,9573,5),
(3850,9948,5),
(3850,10360,5),
(3850,11556,5),
(3850,11733,5),
(3850,11852,5),
(3850,11899,5),
(3850,12167,5),
(3850,12396,5),
(3850,15205,5),
(3850,15701,5),
(3850,15703,5),
(3850,15705,5),
(3850,16261,5),
(3850,16265,5),
(3850,21081,5),
(3850,21554,5),
(3850,34263,5),
(3850,38321,5),
(3850,38481,5),
(3850,47389,5),
(3850,50395,5),
(3878,1085,5),
(3885,3880,5),
(3885,3890,5),
(3885,3894,5),
(3885,5536,5),
(3885,5907,5),
(3885,6251,5),
(3885,6819,5),
(3885,7235,5),
(3885,7476,5),
(3885,7633,5),
(3885,8096,5),
(3885,8098,5),
(3885,8100,5),
(3885,8102,5),
(3885,8436,5),
(3885,9955,5),
(3885,11738,5),
(3885,11752,5),
(3885,11755,5),
(3885,11991,5),
(3885,12172,5),
(3885,12401,5),
(3885,15193,5),
(3885,15707,5),
(3885,15708,5),
(3885,16272,5),
(3885,16275,5),
(3885,21085,5),
(3885,21576,5),
(3885,23717,5),
(3885,38482,5),
(3885,50400,5),
(3906,1091,5),
(3912,3907,5),
(3912,3914,5),
(3912,3922,5),
(3912,5583,5),
(3912,5943,5),
(3912,6303,5),
(3912,6822,5),
(3912,7234,5),
(3912,7477,5),
(3912,8109,5),
(3912,8111,5),
(3912,8113,5),
(3912,8115,5),
(3912,9414,5),
(3912,9963,5),
(3912,11760,5),
(3912,12007,5),
(3912,12404,5),
(3912,15170,5),
(3912,15713,5),
(3912,16283,5),
(3912,16287,5),
(3912,21089,5),
(3912,21591,5),
(3912,33929,5),
(3912,34254,5),
(3912,36160,5),
(3912,36229,5),
(3912,38279,5),
(3912,38296,5),
(3912,38483,5),
(3912,38485,5),
(3912,50405,5),
(3939,1097,5),
(3945,3940,5),
(3945,3949,5),
(3945,3955,5),
(3945,5588,5),
(3945,6306,5),
(3945,6825,5),
(3945,7233,5),
(3945,7326,5),
(3945,7479,5),
(3945,7635,5),
(3945,8121,5),
(3945,8123,5),
(3945,8125,5),
(3945,8127,5),
(3945,8129,5),
(3945,9416,5),
(3945,9418,5),
(3945,9965,5),
(3945,11762,5),
(3945,12009,5),
(3945,12180,5),
(3945,12406,5),
(3945,15167,5),
(3945,15715,5),
(3945,16298,5),
(3945,16302,5),
(3945,21093,5),
(3945,21604,5),
(3945,23720,5),
(3945,38487,5),
(3945,50410,5),
(3969,1103,5),
(3975,3970,5),
(3975,3977,5),
(3975,3982,5),
(3975,5598,5),
(3975,6312,5),
(3975,7098,5),
(3975,7232,5),
(3975,7481,5),
(3975,7637,5),
(3975,8137,5),
(3975,8139,5),
(3975,8438,5),
(3975,8440,5),
(3975,9419,5),
(3975,9596,5),
(3975,9598,5),
(3975,9967,5),
(3975,11764,5),
(3975,11835,5),
(3975,12013,5),
(3975,12184,5),
(3975,12409,5),
(3975,15163,5),
(3975,15717,5),
(3975,16312,5),
(3975,17232,5),
(3975,21643,5),
(3975,23723,5),
(3975,38488,5),
(3975,50415,5),
(3996,1109,5),
(4002,3997,5),
(4002,4004,5),
(4002,4012,5),
(4002,5136,5),
(4002,5642,5),
(4002,6002,5),
(4002,6356,5),
(4002,7231,5),
(4002,7482,5),
(4002,8143,5),
(4002,8145,5),
(4002,8147,5),
(4002,8149,5),
(4002,8151,5),
(4002,8442,5),
(4002,9421,5),
(4002,9428,5),
(4002,9430,5),
(4002,9969,5),
(4002,11771,5),
(4002,11780,5),
(4002,12029,5),
(4002,12196,5),
(4002,12416,5),
(4002,15060,5),
(4002,15066,5),
(4002,15138,5),
(4002,15719,5),
(4002,17289,5),
(4002,17294,5),
(4002,21096,5),
(4002,21661,5),
(4002,21668,5),
(4002,23726,5),
(4002,25617,5),
(4002,28787,5),
(4002,38490,5),
(4002,38745,5),
(4002,38746,5),
(4002,38749,5),
(4002,40346,5),
(4002,40357,5),
(4002,44483,5),
(4002,50420,5),
(4057,1123,5),
(4063,4058,5),
(4063,4072,5),
(4063,4078,5),
(4063,4081,5),
(4063,5072,5),
(4063,5076,5),
(4063,5666,5),
(4063,6375,5),
(4063,6445,5),
(4063,6828,5),
(4063,7229,5),
(4063,7330,5),
(4063,7485,5),
(4063,8172,5),
(4063,8179,5),
(4063,8181,5),
(4063,8183,5),
(4063,8185,5),
(4063,8186,5),
(4063,8188,5),
(4063,8190,5),
(4063,8192,5),
(4063,8195,5),
(4063,8197,5),
(4063,8199,5),
(4063,8446,5),
(4063,9438,5),
(4063,9441,5),
(4063,9977,5),
(4063,10362,5),
(4063,12041,5),
(4063,12202,5),
(4063,12351,5),
(4063,12426,5),
(4063,15046,5),
(4063,15109,5),
(4063,15723,5),
(4063,17362,5),
(4063,17367,5),
(4063,20895,5),
(4063,21101,5),
(4063,21698,5),
(4063,23735,5),
(4063,36233,5),
(4063,36237,5),
(4063,38493,5),
(4063,50430,5),
(4093,1129,5),
(4099,4094,5),
(4099,4101,5),
(4099,4106,5),
(4099,5061,5),
(4099,5668,5),
(4099,6378,5),
(4099,6831,5),
(4099,7228,5),
(4099,7487,5),
(4099,7489,5),
(4099,7497,5),
(4099,7639,5),
(4099,8201,5),
(4099,8203,5),
(4099,8205,5),
(4099,8207,5),
(4099,8448,5),
(4099,9443,5),
(4099,9446,5),
(4099,9980,5),
(4099,12043,5),
(4099,12423,5),
(4099,12477,5),
(4099,12480,5),
(4099,15044,5),
(4099,15107,5),
(4099,15725,5),
(4099,17377,5),
(4099,17381,5),
(4099,21713,5),
(4099,23738,5),
(4099,28916,5),
(4099,34343,5),
(4099,38494,5),
(4099,47368,5),
(4099,50436,5),
(4121,1143,5),
(4127,4122,5),
(4127,4133,5),
(4127,4144,5),
(4127,4958,5),
(4127,4967,5),
(4127,6384,5),
(4127,6834,5),
(4127,7225,5),
(4127,7491,5),
(4127,7495,5),
(4127,7603,5),
(4127,7605,5),
(4127,7623,5),
(4127,7643,5),
(4127,8228,5),
(4127,8230,5),
(4127,8232,5),
(4127,8234,5),
(4127,8452,5),
(4127,9477,5),
(4127,9984,5),
(4127,12047,5),
(4127,12204,5),
(4127,12429,5),
(4127,12485,5),
(4127,12488,5),
(4127,15037,5),
(4127,15092,5),
(4127,15729,5),
(4127,17396,5),
(4127,21107,5),
(4127,21744,5),
(4127,23741,5),
(4127,38497,5),
(4127,50451,5),
(4160,1149,5),
(4166,4161,5),
(4166,4168,5),
(4166,4175,5),
(4166,5618,5),
(4166,6325,5),
(4166,7224,5),
(4166,7492,5),
(4166,7611,5),
(4166,7629,5),
(4166,9514,5),
(4166,9517,5),
(4166,9986,5),
(4166,10364,5),
(4166,12433,5),
(4193,1155,5),
(4199,4194,5),
(4199,4215,5),
(4199,6327,5),
(4199,7223,5),
(4199,7493,5),
(4199,7609,5),
(4199,7627,5),
(4199,9521,5),
(4199,9523,5),
(4199,9988,5),
(4199,10366,5),
(4199,12439,5),
(4235,1165,5),
(4241,4236,5),
(4241,4243,5),
(4241,4248,5),
(4241,4252,5),
(4241,6624,5),
(4241,6631,5),
(4241,6634,5),
(4241,6886,5),
(4241,6962,5),
(4241,7221,5),
(4241,7260,5),
(4241,7500,5),
(4241,7601,5),
(4241,7621,5),
(4241,7795,5),
(4241,7797,5),
(4241,7808,5),
(4241,7811,5),
(4241,7813,5),
(4241,7970,5),
(4241,7972,5),
(4241,7980,5),
(4241,8551,5),
(4241,9480,5),
(4241,9482,5),
(4241,9991,5),
(4241,9999,5),
(4241,11893,5),
(4241,12116,5),
(4241,12120,5),
(4241,12510,5),
(4241,15308,5),
(4241,15807,5),
(4241,16909,5),
(4241,16916,5),
(4241,16919,5),
(4241,21764,5),
(4241,28753,5),
(4241,28773,5),
(4241,28808,5),
(4241,34277,5),
(4241,38765,5),
(4241,40515,5),
(4241,47405,5),
(4241,50461,5),
(4265,1171,5),
(4271,4266,5),
(4271,4278,5),
(4271,4839,5),
(4271,5308,5),
(4271,5721,5),
(4271,6888,5),
(4271,6975,5),
(4271,6978,5),
(4271,7220,5),
(4271,7501,5),
(4271,7799,5),
(4271,7801,5),
(4271,7974,5),
(4271,8258,5),
(4271,8728,5),
(4271,8730,5),
(4271,8734,5),
(4271,8737,5),
(4271,9484,5),
(4271,9993,5),
(4271,10368,5),
(4271,10475,5),
(4271,11897,5),
(4271,11902,5),
(4271,12122,5),
(4271,12128,5),
(4271,12513,5),
(4271,14923,5),
(4271,15304,5),
(4271,15809,5),
(4271,15811,5),
(4271,16924,5),
(4271,21112,5),
(4271,21779,5),
(4271,23803,5),
(4271,28777,5),
(4271,28812,5),
(4271,38766,5),
(4271,50665,5),
(4293,1177,5),
(4299,6454,5),
(4299,6612,5),
(4299,6616,5),
(4299,6619,5),
(4299,6712,5),
(4299,6714,5),
(4299,6716,5),
(4299,6720,5),
(4299,6726,5),
(4299,6982,5),
(4299,7219,5),
(4299,7503,5),
(4299,7760,5),
(4299,7815,5),
(4299,7823,5),
(4299,7962,5),
(4299,7965,5),
(4299,7976,5),
(4299,8738,5),
(4299,8741,5),
(4299,8743,5),
(4299,9487,5),
(4299,9491,5),
(4299,9494,5),
(4299,9496,5),
(4299,9996,5),
(4299,10479,5),
(4299,11543,5),
(4299,11872,5),
(4299,11876,5),
(4299,11887,5),
(4299,11911,5),
(4299,12049,5),
(4299,12515,5),
(4299,12530,5),
(4299,12553,5),
(4299,12570,5),
(4299,12582,5),
(4299,12616,5),
(4299,15294,5),
(4299,15813,5),
(4299,15815,5),
(4299,16933,5),
(4299,16936,5),
(4299,16944,5),
(4299,21795,5),
(4299,23806,5),
(4299,28817,5),
(4299,38767,5),
(4299,50467,5),
(4336,1185,5),
(4342,4337,5),
(4342,4344,5),
(4342,4345,5),
(4342,5354,5),
(4342,5757,5),
(4342,7000,5),
(4342,7218,5),
(4342,7505,5),
(4342,7599,5),
(4342,7619,5),
(4342,7978,5),
(4342,8755,5),
(4342,8757,5),
(4342,8761,5),
(4342,8771,5),
(4342,9503,5),
(4342,9506,5),
(4342,10002,5),
(4342,10481,5),
(4342,11001,5),
(4342,11007,5),
(4342,11922,5),
(4342,12132,5),
(4342,12500,5),
(4342,15284,5),
(4342,15818,5),
(4342,16956,5),
(4342,16959,5),
(4342,16962,5),
(4342,21813,5),
(4342,21848,5),
(4342,23812,5),
(4342,50472,5),
(4369,1191,5),
(4375,4370,5),
(4375,4377,5),
(4375,4381,5),
(4375,5378,5),
(4375,5787,5),
(4375,6088,5),
(4375,6893,5),
(4375,6895,5),
(4375,7014,5),
(4375,7017,5),
(4375,7217,5),
(4375,7507,5),
(4375,7982,5),
(4375,7984,5),
(4375,8236,5),
(4375,8787,5),
(4375,8789,5),
(4375,8792,5),
(4375,9508,5),
(4375,9510,5),
(4375,9512,5),
(4375,10008,5),
(4375,10484,5),
(4375,11404,5),
(4375,11936,5),
(4375,12140,5),
(4375,12522,5),
(4375,15265,5),
(4375,15822,5),
(4375,17002,5),
(4375,17006,5),
(4375,17008,5),
(4375,21840,5),
(4375,23817,5),
(4375,38769,5),
(4375,50477,5),
(4375,50484,5),
(4395,1197,5),
(4401,4396,5),
(4401,4405,5),
(4401,4410,5),
(4401,5429,5),
(4401,5829,5),
(4401,6151,5),
(4401,6898,5),
(4401,7045,5),
(4401,7216,5),
(4401,7509,5),
(4401,7595,5),
(4401,7615,5),
(4401,8238,5),
(4401,8813,5),
(4401,8822,5),
(4401,10017,5),
(4401,10487,5),
(4401,11956,5),
(4401,12147,5),
(4401,12536,5),
(4401,12599,5),
(4401,15242,5),
(4401,15825,5),
(4401,15827,5),
(4401,17077,5),
(4401,17080,5),
(4401,21116,5),
(4401,21858,5),
(4401,23820,5),
(4401,28845,5),
(4401,34249,5),
(4401,38770,5),
(4401,50482,5),
(4424,1201,5),
(4430,4425,5),
(4430,4432,5),
(4430,4436,5),
(4430,5434,5),
(4430,5835,5),
(4430,6153,5),
(4430,7215,5),
(4430,7290,5),
(4430,7511,5),
(4430,7597,5),
(4430,7617,5),
(4430,8240,5),
(4430,8840,5),
(4430,8846,5),
(4430,10023,5),
(4430,10150,5),
(4430,10490,5),
(4430,11958,5),
(4430,12606,5),
(4430,15240,5),
(4430,15829,5),
(4430,17087,5),
(4430,17092,5),
(4430,17095,5),
(4430,23822,5),
(4430,38771,5),
(4430,50488,5),
(4450,1209,5),
(4456,4451,5),
(4456,4458,5),
(4456,4462,5),
(4456,5444,5),
(4456,5841,5),
(4456,6162,5),
(4456,6900,5),
(4456,7214,5),
(4456,7367,5),
(4456,7513,5),
(4456,8242,5),
(4456,8244,5),
(4456,8876,5),
(4456,8881,5),
(4456,10025,5),
(4456,10493,5),
(4456,11868,5),
(4456,11870,5),
(4456,12148,5),
(4456,12619,5),
(4456,15236,5),
(4456,15831,5),
(4456,17108,5),
(4456,23825,5),
(4456,25655,5),
(4456,25657,5),
(4456,25659,5),
(4456,25661,5),
(4456,25663,5),
(4456,25665,5),
(4456,28849,5),
(4456,34264,5),
(4456,38772,5),
(4456,50671,5),
(4478,1215,5),
(4484,4479,5),
(4484,4486,5),
(4484,4488,5),
(4484,4493,5),
(4484,5472,5),
(4484,6196,5),
(4484,6903,5),
(4484,7213,5),
(4484,7514,5),
(4484,8247,5),
(4484,8249,5),
(4484,8251,5),
(4484,8895,5),
(4484,8914,5),
(4484,9590,5),
(4484,9617,5),
(4484,9619,5),
(4484,9621,5),
(4484,10027,5),
(4484,10496,5),
(4484,11843,5),
(4484,11969,5),
(4484,12152,5),
(4484,12646,5),
(4484,15225,5),
(4484,15833,5),
(4484,17130,5),
(4484,21120,5),
(4484,23828,5),
(4484,31404,5),
(4484,38304,5),
(4484,38773,5),
(4484,50493,5),
(4508,1219,5),
(4514,4509,5),
(4514,4522,5),
(4514,5511,5),
(4514,5889,5),
(4514,6230,5),
(4514,6906,5),
(4514,7212,5),
(4514,7515,5),
(4514,8253,5),
(4514,8255,5),
(4514,8945,5),
(4514,10029,5),
(4514,10031,5),
(4514,10499,5),
(4514,11982,5),
(4514,12162,5),
(4514,12651,5),
(4514,15207,5),
(4514,15835,5),
(4514,17166,5),
(4514,23831,5),
(4514,38774,5),
(4514,50677,5),
(4538,1225,5),
(4544,4539,5),
(4544,4546,5),
(4544,4550,5),
(4544,5551,5),
(4544,5919,5),
(4544,6274,5),
(4544,6909,5),
(4544,7211,5),
(4544,7516,5),
(4544,8260,5),
(4544,8262,5),
(4544,8264,5),
(4544,8266,5),
(4544,8960,5),
(4544,8962,5),
(4544,9593,5),
(4544,10033,5),
(4544,10502,5),
(4544,11994,5),
(4544,12175,5),
(4544,12664,5),
(4544,12668,5),
(4544,15183,5),
(4544,15837,5),
(4544,17210,5),
(4544,17215,5),
(4544,23834,5),
(4544,38775,5),
(4544,50498,5),
(4568,1231,5),
(4575,4570,5),
(4575,5593,5),
(4575,6309,5),
(4575,6912,5),
(4575,7210,5),
(4575,7517,5),
(4575,7593,5),
(4575,7613,5),
(4575,8268,5),
(4575,8270,5),
(4575,8965,5),
(4575,8975,5),
(4575,8977,5),
(4575,10035,5),
(4575,10505,5),
(4575,12011,5),
(4575,12182,5),
(4575,12670,5),
(4575,15165,5),
(4575,15839,5),
(4575,17227,5),
(4575,23837,5),
(4575,38776,5),
(4575,50503,5),
(4589,1237,5),
(4595,4591,5),
(4595,4598,5),
(4595,4605,5),
(4595,5603,5),
(4595,5949,5),
(4595,6315,5),
(4595,6914,5),
(4595,7209,5),
(4595,7518,5),
(4595,8272,5),
(4595,8274,5),
(4595,8276,5),
(4595,8985,5),
(4595,8988,5),
(4595,9600,5),
(4595,9602,5),
(4595,9604,5),
(4595,10037,5),
(4595,11787,5),
(4595,12015,5),
(4595,12186,5),
(4595,12490,5),
(4595,12672,5),
(4595,15161,5),
(4595,15841,5),
(4595,17231,5),
(4595,17239,5),
(4595,17248,5),
(4595,17255,5),
(4595,17278,5),
(4595,17281,5),
(4595,21124,5),
(4595,23840,5),
(4595,25622,5),
(4595,38777,5),
(4595,47374,5),
(4595,50509,5),
(4625,1243,5),
(4633,4628,5),
(4633,5608,5),
(4633,5955,5),
(4633,6317,5),
(4633,7208,5),
(4633,7519,5),
(4633,8278,5),
(4633,8990,5),
(4633,9611,5),
(4633,9613,5),
(4633,9615,5),
(4633,9635,5),
(4633,9637,5),
(4633,9639,5),
(4633,10039,5),
(4633,10153,5),
(4633,10370,5),
(4633,11860,5),
(4633,12187,5),
(4633,12673,5),
(4633,15159,5),
(4633,15843,5),
(4633,17244,5),
(4633,17269,5),
(4633,17272,5),
(4633,21129,5),
(4633,47377,5),
(4633,50515,5),
(4649,1249,5),
(4655,4650,5),
(4655,4661,5),
(4655,5089,5),
(4655,5091,5),
(4655,5663,5),
(4655,6035,5),
(4655,6372,5),
(4655,6917,5),
(4655,7207,5),
(4655,7520,5),
(4655,8280,5),
(4655,8467,5),
(4655,8993,5),
(4655,8996,5),
(4655,9588,5),
(4655,10040,5),
(4655,11831,5),
(4655,12039,5),
(4655,12495,5),
(4655,12691,5),
(4655,15048,5),
(4655,15118,5),
(4655,15845,5),
(4655,17260,5),
(4655,17265,5),
(4655,21134,5),
(4655,23843,5),
(4655,28913,5),
(4655,34255,5),
(4655,38299,5),
(4655,38778,5),
(4655,40536,5),
(4655,40848,5),
(4655,43159,5),
(4655,43161,5),
(4655,50520,5),
(4796,1255,5),
(4802,6552,5),
(4802,6739,5),
(4802,6956,5),
(4802,6959,5),
(4802,7149,5),
(4802,7161,5),
(4802,7206,5),
(4802,7521,5),
(4802,8282,5),
(4802,8545,5),
(4802,8819,5),
(4802,8998,5),
(4802,9562,5),
(4802,9564,5),
(4802,9566,5),
(4802,9739,5),
(4802,9741,5),
(4802,10396,5),
(4802,10403,5),
(4802,10408,5),
(4802,10411,5),
(4802,10413,5),
(4802,10415,5),
(4802,10417,5),
(4802,10419,5),
(4802,10421,5),
(4802,10424,5),
(4802,11591,5),
(4802,11742,5),
(4802,11845,5),
(4802,11890,5),
(4802,12113,5),
(4802,12249,5),
(4802,14839,5),
(4802,15312,5),
(4802,15393,5),
(4802,15847,5),
(4802,15925,5),
(4802,19147,5),
(4802,19156,5),
(4802,19555,5),
(4802,28805,5),
(4802,28922,5),
(4802,28930,5),
(4802,33881,5),
(4802,34248,5),
(4802,34265,5),
(4802,38474,5),
(4802,38510,5),
(4802,50594,5),
(4871,1261,5),
(4877,4872,5),
(4877,4889,5),
(4877,4895,5),
(4877,4905,5),
(4877,5325,5),
(4877,5726,5),
(4877,6740,5),
(4877,6851,5),
(4877,6980,5),
(4877,7205,5),
(4877,7523,5),
(4877,8284,5),
(4877,8824,5),
(4877,9000,5),
(4877,9743,5),
(4877,9745,5),
(4877,11855,5),
(4877,11907,5),
(4877,11909,5),
(4877,12135,5),
(4877,12262,5),
(4877,12268,5),
(4877,14841,5),
(4877,15297,5),
(4877,15849,5),
(4877,16926,5),
(4877,19142,5),
(4877,19544,5),
(4877,21137,5),
(4877,23777,5),
(4877,28815,5),
(4877,38513,5),
(4877,50143,5),
(4877,50154,5),
(4983,1135,5),
(4989,4984,5),
(4989,4998,5),
(4989,5004,5),
(4989,5010,5),
(4989,5671,5),
(4989,6047,5),
(4989,6382,5),
(4989,7227,5),
(4989,8209,5),
(4989,8219,5),
(4989,8221,5),
(4989,8223,5),
(4989,8225,5),
(4989,8450,5),
(4989,9448,5),
(4989,9451,5),
(4989,9454,5),
(4989,9456,5),
(4989,9982,5),
(4989,11558,5),
(4989,11564,5),
(4989,12483,5),
(4989,12720,5),
(4989,14545,5),
(4989,15040,5),
(4989,15103,5),
(4989,15727,5),
(4989,17385,5),
(4989,21729,5),
(4989,23904,5),
(4989,38495,5),
(4989,38498,5),
(4989,38523,5),
(4989,40478,5),
(4989,50442,5),
(5023,1349,5),
(5029,5024,5),
(5029,5031,5),
(5029,5043,5),
(5029,5049,5),
(5029,5670,5),
(5029,6041,5),
(5029,6380,5),
(5029,7192,5),
(5029,7541,5),
(5029,7543,5),
(5029,8334,5),
(5029,8336,5),
(5029,8890,5),
(5029,9118,5),
(5029,9122,5),
(5029,9125,5),
(5029,9786,5),
(5029,10433,5),
(5029,12322,5),
(5029,14898,5),
(5029,15042,5),
(5029,15105,5),
(5029,15881,5),
(5029,17383,5),
(5029,19754,5),
(5029,23796,5),
(5029,28918,5),
(5029,31412,5),
(5029,38522,5),
(5029,50640,5),
(5165,1343,5),
(5174,5169,5),
(5174,5640,5),
(5174,5996,5),
(5174,6354,5),
(5174,6884,5),
(5174,7193,5),
(5174,7540,5),
(5174,8885,5),
(5174,9112,5),
(5174,9114,5),
(5174,9782,5),
(5174,9784,5),
(5174,12320,5),
(5174,14886,5),
(5174,15062,5),
(5174,15140,5),
(5174,15879,5),
(5174,17327,5),
(5174,19729,5),
(5174,28906,5),
(5174,34268,5),
(5174,36227,5),
(5174,38521,5),
(5174,50635,5),
(5201,1407,5),
(5208,5203,5),
(5208,5989,5),
(5208,6010,5),
(5208,6352,5),
(5208,6410,5),
(5208,6936,5),
(5208,7182,5),
(5208,7561,5),
(5208,9235,5),
(5223,1337,5),
(5229,5224,5),
(5229,5231,5),
(5229,5248,5),
(5229,5984,5),
(5229,6350,5),
(5229,7194,5),
(5229,7353,5),
(5229,7539,5),
(5229,8883,5),
(5229,9116,5),
(5229,9776,5),
(5229,9778,5),
(5229,9780,5),
(5229,12025,5),
(5229,12310,5),
(5229,14884,5),
(5229,15144,5),
(5229,15877,5),
(5229,17320,5),
(5229,17323,5),
(5229,19703,5),
(5229,23793,5),
(5229,28900,5),
(5229,38520,5),
(5229,50171,5),
(6672,1431,5),
(6677,6673,5),
(6677,6686,5),
(6677,6689,5),
(6677,6839,5),
(6677,7029,5),
(6677,7178,5),
(6677,7568,5),
(6677,7585,5),
(6677,7588,5),
(6677,7590,5),
(6677,8453,5),
(6677,8487,5),
(6677,9270,5),
(6677,9273,5),
(6678,9277,5),
(6678,9280,5),
(6678,9460,5),
(6678,9462,5),
(6678,9464,5),
(6678,9801,5),
(6678,9810,5),
(6678,10374,5),
(6678,11244,5),
(6678,11951,5),
(6678,12454,5),
(6678,14474,5),
(6678,14666,5),
(6678,15249,5),
(6678,15791,5),
(6678,17051,5),
(6678,21144,5),
(6678,23750,5),
(6678,28839,5),
(6678,38501,5),
(6678,50231,5),
(6751,1269,5),
(6757,6752,5),
(6757,6768,5),
(6757,6770,5),
(6757,7006,5),
(6757,7204,5),
(6757,7525,5),
(6757,8286,5),
(6757,8826,5),
(6757,9002,5),
(6757,9004,5),
(6757,9747,5),
(6757,11930,5),
(6757,12272,5),
(6757,14843,5),
(6757,15273,5),
(6757,15850,5),
(6757,16980,5),
(6757,19177,5),
(6757,19461,5),
(6757,25620,5),
(6757,28823,5),
(6757,34278,5),
(6757,43185,5),
(6757,50599,5),
(6784,1277,5),
(6790,6785,5),
(6790,6798,5),
(6790,6854,5),
(6790,6856,5),
(6790,7010,5),
(6790,7203,5),
(6790,7527,5),
(6790,8828,5),
(6790,9006,5),
(6790,9750,5),
(6790,9752,5),
(6790,11934,5),
(6790,12141,5),
(6790,12276,5),
(6790,14846,5),
(6790,15267,5),
(6790,15853,5),
(6790,16981,5),
(6790,19480,5),
(6790,19537,5),
(6790,28827,5),
(6790,50648,5),
(8642,8637,5),
(8642,8651,5),
(8642,8656,5),
(8642,9348,5),
(8642,9884,5),
(8642,10453,5),
(8642,10455,5),
(8642,11546,5),
(8642,11548,5),
(8642,11609,5),
(8642,11906,5),
(8642,15300,5),
(8642,15883,5),
(8642,15885,5),
(8642,15951,5),
(8642,15970,5),
(8642,15973,5),
(8642,15976,5),
(8642,21335,5),
(8642,23849,5),
(8642,38781,5),
(8642,40489,5),
(8642,50286,5),
(8670,1161,5),
(8675,8671,5),
(8675,8679,5),
(8675,8681,5),
(8675,8683,5),
(8675,8693,5),
(8675,8698,5),
(8675,8700,5),
(8675,8701,5),
(8675,8708,5),
(8675,8712,5),
(8675,8713,5),
(8675,8727,5),
(8675,8766,5),
(8675,8775,5),
(8675,8777,5),
(8675,9479,5),
(8675,11008,5),
(8675,11567,5),
(8675,11569,5),
(8675,12507,5),
(8675,15283,5),
(8675,15887,5),
(8675,15889,5),
(8675,15892,5),
(8675,16967,5),
(8675,16971,5),
(8675,21751,5),
(8675,21824,5),
(8675,23809,5),
(8675,38768,5),
(8675,50456,5),
(10114,1283,5),
(10120,10115,5),
(10120,10122,5),
(10120,11010,5),
(10120,11953,5),
(10120,12279,5),
(10120,14848,5),
(10120,15246,5),
(10120,15855,5),
(10120,17059,5),
(10120,19504,5),
(10120,23695,5),
(10120,28841,5),
(10120,31428,5),
(10120,34256,5),
(10120,38514,5),
(10120,50604,5),
(10133,1289,5),
(10139,10134,5),
(10139,11962,5),
(10139,12282,5),
(10139,14850,5),
(10139,15234,5),
(10139,15860,5),
(10139,17111,5),
(10139,19527,5),
(10139,28851,5),
(10139,43188,5),
(10139,50609,5),
(10182,1297,5),
(10188,10183,5),
(10188,10190,5),
(10188,12286,5),
(10188,14851,5),
(10188,15232,5),
(10188,15864,5),
(10188,17113,5),
(10188,19570,5),
(10188,28783,5),
(10188,28799,5),
(10188,28801,5),
(10188,28854,5),
(10188,34266,5),
(10188,38515,5),
(10188,40541,5),
(10188,40551,5),
(10188,50165,5),
(10201,1309,5),
(10207,10202,5),
(10207,11977,5),
(10207,12295,5),
(10207,14859,5),
(10207,15213,5),
(10207,15870,5),
(10207,17161,5),
(10207,19619,5),
(10207,28868,5),
(10207,38517,5),
(10207,38758,5),
(10207,50620,5),
(10264,1315,5),
(10270,10265,5),
(10270,10372,5),
(10270,11999,5),
(10270,12299,5),
(10270,14861,5),
(10270,15179,5),
(10270,15872,5),
(10270,17298,5),
(10270,19638,5),
(10270,21312,5),
(10270,21314,5),
(10270,28762,5),
(10270,28885,5),
(10270,34257,5),
(10270,38518,5),
(10270,50625,5),
(10281,1323,5),
(10287,10282,5),
(10287,12003,5),
(10287,12304,5),
(10287,14864,5),
(10287,14867,5),
(10287,14917,5),
(10287,15174,5),
(10287,15874,5),
(10287,17305,5),
(10287,19662,5),
(10287,23784,5),
(10287,28889,5),
(10287,38519,5),
(10287,50653,5),
(10298,1329,5),
(10304,10299,5),
(10304,12019,5),
(10304,12307,5),
(10304,14879,5),
(10304,15154,5),
(10304,15875,5),
(10304,17312,5),
(10304,19680,5),
(10304,23789,5),
(10304,33900,5),
(10304,50630,5),
(10451,10450,5),
(10451,10511,5),
(10451,10519,5),
(10451,11526,5),
(10451,11612,5),
(10451,11744,5),
(10451,11904,5),
(10451,12126,5),
(10451,12211,5),
(10451,14911,5),
(10451,14929,5),
(10451,14944,5),
(10451,14959,5),
(10451,14961,5),
(10451,14988,5),
(10451,15074,5),
(10451,15076,5),
(10451,15078,5),
(10451,15086,5),
(10451,15088,5),
(10451,15096,5),
(10451,15101,5),
(10451,15111,5),
(10451,15113,5),
(10451,15135,5),
(10451,15302,5),
(10451,15399,5),
(10451,15439,5),
(10451,15943,5),
(10451,15946,5),
(10451,15948,5),
(11022,1371,5),
(11028,11023,5),
(11028,12353,5),
(11028,14575,5),
(11028,14592,5),
(11028,15221,5),
(11028,15758,5),
(11028,17146,5),
(11028,19919,5),
(11028,28295,5),
(11028,28297,5),
(11028,28860,5),
(11028,34271,5),
(11028,38347,5),
(11028,38352,5),
(11028,38357,5),
(11028,38361,5),
(11028,38374,5),
(11028,38457,5),
(11028,38714,5),
(11028,38764,5),
(11028,38809,5),
(11028,50552,5),
(11041,1377,5),
(11047,11042,5),
(11047,11050,5),
(11047,12356,5),
(11047,14604,5),
(11047,15202,5),
(11047,15760,5),
(11047,17173,5),
(11047,19934,5),
(11047,19942,5),
(11047,28291,5),
(11047,28293,5),
(11047,28872,5),
(11047,38458,5),
(11047,38810,5),
(11047,50557,5),
(11061,1383,5),
(11067,11062,5),
(11067,12001,5),
(11067,12359,5),
(11067,14615,5),
(11067,15177,5),
(11067,15764,5),
(11067,17303,5),
(11067,19955,5),
(11067,28287,5),
(11067,28289,5),
(11067,28887,5),
(11067,38459,5),
(11067,38813,5),
(11067,50562,5),
(11080,1389,5),
(11086,11081,5),
(11086,11837,5),
(11086,12361,5),
(11086,15156,5),
(11086,15766,5),
(11086,17307,5),
(11086,21140,5),
(11086,28283,5),
(11086,28285,5),
(11086,28893,5),
(11086,34272,5),
(11086,38460,5),
(11086,38816,5),
(11086,50567,5),
(11101,1413,5),
(11107,11102,5),
(11107,11939,5),
(11107,12376,5),
(11107,14626,5),
(11107,15262,5),
(11107,15742,5),
(11107,17021,5),
(11107,17024,5),
(11107,19823,5),
(11107,21316,5),
(11107,28271,5),
(11107,28273,5),
(11107,28831,5),
(11107,38293,5),
(11107,38464,5),
(11107,38804,5),
(11107,50588,5),
(11127,1401,5),
(11132,11128,5),
(11132,11985,5),
(11132,12169,5),
(11132,12369,5),
(11132,14621,5),
(11132,15200,5),
(11132,15762,5),
(11132,17182,5),
(11132,17186,5),
(11132,28279,5),
(11132,28281,5),
(11132,38463,5),
(11132,50582,5),
(11151,1395,5),
(11157,11152,5),
(11157,11584,5),
(11157,11971,5),
(11157,12154,5),
(11157,12253,5),
(11157,12271,5),
(11157,12283,5),
(11157,12292,5),
(11157,12364,5),
(11157,14617,5),
(11157,15223,5),
(11157,15755,5),
(11157,17138,5),
(11157,19900,5),
(11157,21138,5),
(11157,22330,5),
(11157,23698,5),
(11157,27451,5),
(11157,28267,5),
(11157,28269,5),
(11157,38462,5),
(11157,50577,5),
(11174,2712,5),
(11180,11175,5),
(11180,11955,5),
(11180,12348,5),
(11180,15244,5),
(11180,15753,5),
(11180,17066,5),
(11180,17070,5),
(11180,19880,5),
(11180,28263,5),
(11180,28265,5),
(11180,28843,5),
(11180,38456,5),
(11180,38718,5),
(11180,38808,5),
(11180,50547,5),
(11197,1419,5),
(11203,11198,5),
(11203,11938,5),
(11203,12448,5),
(11203,14465,5),
(11203,14691,5),
(11203,14695,5),
(11203,14699,5),
(11203,15263,5),
(11203,15784,5),
(11203,17013,5),
(11203,17016,5),
(11203,23744,5),
(11203,28829,5),
(11203,38499,5),
(11203,50219,5),
(11219,1425,5),
(11225,11220,5),
(11225,11941,5),
(11225,12451,5),
(11225,14467,5),
(11225,15259,5),
(11225,15786,5),
(11225,17030,5),
(11225,21142,5),
(11225,23747,5),
(11225,28833,5),
(11225,34246,5),
(11225,43182,5),
(11225,50225,5),
(11255,1437,5),
(11259,11256,5),
(11259,12728,5),
(11259,14480,5),
(11259,15247,5),
(11259,15248,5),
(11259,15390,5),
(11259,15894,5),
(11259,17055,5),
(11259,17057,5),
(11259,23753,5),
(11259,34776,5),
(11259,38500,5),
(11259,50239,5),
(11273,1443,5),
(11279,11274,5),
(11279,12456,5),
(11279,14483,5),
(11279,15238,5),
(11279,15795,5),
(11279,17100,5),
(11279,17103,5),
(11279,21146,5),
(11279,23756,5),
(11279,28847,5),
(11279,38298,5),
(11279,38502,5),
(11279,50244,5),
(11291,1449,5),
(11297,11292,5),
(11297,11588,5),
(11297,12460,5),
(11297,14485,5),
(11297,15219,5),
(11297,15346,5),
(11297,15348,5),
(11297,15350,5),
(11297,15367,5),
(11297,15371,5),
(11297,15396,5),
(11297,15797,5),
(11297,17152,5),
(11297,21148,5),
(11297,23759,5),
(11297,27530,5),
(11297,27903,5),
(11297,27905,5),
(11297,28862,5),
(11297,38504,5),
(11297,50249,5),
(11310,1455,5),
(11316,11311,5),
(11316,12462,5),
(11316,14487,5),
(11316,15217,5),
(11316,15799,5),
(11316,17155,5),
(11316,23762,5),
(11316,28760,5),
(11316,28764,5),
(11316,28864,5),
(11316,34273,5),
(11316,38503,5),
(11316,38760,5),
(11316,50254,5),
(11329,1461,5),
(11335,11330,5),
(11335,11847,5),
(11335,12472,5),
(11335,14488,5),
(11335,15190,5),
(11335,15801,5),
(11335,17195,5),
(11335,21150,5),
(11335,28876,5),
(11335,38505,5),
(11335,50259,5),
(11347,1467,5),
(11353,11348,5),
(11353,12475,5),
(11353,14490,5),
(11353,15187,5),
(11353,15317,5),
(11353,15803,5),
(11353,17201,5),
(11353,23765,5),
(11353,25644,5),
(11353,28780,5),
(11353,28882,5),
(11353,34247,5),
(11353,36225,5),
(11353,38294,5),
(11353,38506,5),
(11353,50265,5),
(19145,19142,5),
(19176,1269,5),
(19182,19177,5),
(19182,19461,5),
(19182,25620,5),
(19182,28823,5),
(19182,34278,5),
(19182,43185,5),
(19182,50599,5),
(19479,1277,5),
(19485,19480,5),
(19485,19537,5),
(19485,28827,5),
(19485,50648,5),
(19503,1283,5),
(19509,19504,5),
(19509,23695,5),
(19509,28841,5),
(19509,31428,5),
(19509,34256,5),
(19509,38514,5),
(19509,50604,5),
(19525,1289,5),
(19531,19527,5),
(19531,28851,5),
(19531,43188,5),
(19531,50609,5),
(19569,1297,5),
(19575,19570,5),
(19575,28783,5),
(19575,28799,5),
(19575,28801,5),
(19575,28854,5),
(19575,34266,5),
(19575,38515,5),
(19575,40541,5),
(19575,40551,5),
(19575,50165,5),
(19599,1303,5),
(19605,19600,5),
(19605,23780,5),
(19605,28857,5),
(19605,34250,5),
(19605,34267,5),
(19605,38516,5),
(19605,50615,5),
(19618,1309,5),
(19624,19619,5),
(19624,28868,5),
(19624,38517,5),
(19624,38758,5),
(19624,50620,5),
(19637,1315,5),
(19643,19638,5),
(19643,21312,5),
(19643,21314,5),
(19643,28762,5),
(19643,28885,5),
(19643,34257,5),
(19643,38518,5),
(19643,50625,5),
(19661,1323,5),
(19667,19662,5),
(19667,23784,5),
(19667,28889,5),
(19667,38519,5),
(19667,50653,5),
(19679,1329,5),
(19685,19680,5),
(19685,23789,5),
(19685,33900,5),
(19685,50630,5),
(19702,1337,5),
(19708,19703,5),
(19708,23793,5),
(19708,28900,5),
(19708,38520,5),
(19708,50171,5),
(19727,1343,5),
(19733,19729,5),
(19733,28906,5),
(19733,34268,5),
(19733,36227,5),
(19733,38521,5),
(19733,50635,5),
(19780,2720,5),
(19786,19781,5),
(19786,23692,5),
(19786,28259,5),
(19786,28261,5),
(19786,28821,5),
(19786,38451,5),
(19786,38798,5),
(19786,50526,5),
(19803,1353,5),
(19809,19804,5),
(19809,24451,5),
(19809,28307,5),
(19809,28309,5),
(19809,36242,5),
(19809,36245,5),
(19809,38452,5),
(19809,38801,5),
(19809,50531,5),
(19822,1413,5),
(19828,19823,5),
(19828,21316,5),
(19828,28271,5),
(19828,28273,5),
(19828,28831,5),
(19828,38293,5),
(19828,38464,5),
(19828,38804,5),
(19828,50588,5),
(19843,1359,5),
(19849,19845,5),
(19849,28303,5),
(19849,28305,5),
(19849,28339,5),
(19849,28835,5),
(19849,34269,5),
(19849,38454,5),
(19849,50536,5),
(19862,1365,5),
(19868,19863,5),
(19868,28299,5),
(19868,28301,5),
(19868,28837,5),
(19868,38455,5),
(19868,38807,5),
(19868,50541,5),
(19879,2712,5),
(19885,19880,5),
(19885,28263,5),
(19885,28265,5),
(19885,28843,5),
(19885,38456,5),
(19885,38718,5),
(19885,38808,5),
(19885,50547,5),
(19899,1395,5),
(19905,19900,5),
(19905,21138,5),
(19905,22330,5),
(19905,23698,5),
(19905,27451,5),
(19905,28267,5),
(19905,28269,5),
(19905,38462,5),
(19905,50577,5),
(19918,1371,5),
(19924,19919,5),
(19924,28295,5),
(19924,28297,5),
(19924,28860,5),
(19924,34271,5),
(19924,38347,5),
(19924,38352,5),
(19924,38357,5),
(19924,38361,5),
(19924,38374,5),
(19924,38457,5),
(19924,38714,5),
(19924,38764,5),
(19924,38809,5),
(19924,50552,5),
(19941,1377,5),
(19943,19942,5),
(19943,28291,5),
(19943,28293,5),
(19943,28872,5),
(19943,38458,5),
(19943,38810,5),
(19943,50557,5),
(19954,1383,5),
(19960,19955,5),
(19960,28287,5),
(19960,28289,5),
(19960,28887,5),
(19960,38459,5),
(19960,38813,5),
(19960,50562,5),
(20839,945,5),
(20843,20840,5),
(20843,20924,5),
(20843,21327,5),
(20843,21341,5),
(20843,22385,5),
(20843,23932,5),
(20843,23934,5),
(20843,23937,5),
(20843,28814,5),
(20843,32947,5),
(20843,32948,5),
(20843,32987,5),
(20843,32990,5),
(20843,32992,5),
(20843,32993,5),
(20843,38780,5),
(20843,40508,5),
(20843,50281,5),
(20918,975,5),
(20922,20919,5),
(20922,20962,5),
(20922,21367,5),
(20922,23861,5),
(20922,28757,5),
(20922,38786,5),
(20922,50306,5),
(20935,963,5),
(20936,963,5),
(20941,20937,5),
(20942,21362,5),
(20942,23855,5),
(20942,28819,5),
(20942,34261,5),
(20942,38784,5),
(20942,40376,5),
(20942,50296,5),
(20953,969,5),
(20959,20954,5),
(20959,21365,5),
(20959,23858,5),
(20959,28825,5),
(20959,38785,5),
(20959,50301,5),
(20990,20985,5),
(20990,21379,5),
(20990,23870,5),
(20990,28870,5),
(20990,34275,5),
(20990,38789,5),
(20990,40405,5),
(20990,40413,5),
(20990,40416,5),
(20990,40421,5),
(20990,40425,5),
(20990,40431,5),
(20990,40446,5),
(20990,50322,5),
(21001,1005,5),
(21006,21002,5),
(21006,21417,5),
(21006,23876,5),
(21006,28883,5),
(21006,38792,5),
(21006,40462,5),
(21006,50332,5),
(21334,951,5),
(21340,21335,5),
(21340,23849,5),
(21340,38781,5),
(21340,40489,5),
(21340,50286,5),
(21353,957,5),
(21359,21354,5),
(21359,23852,5),
(21359,34243,5),
(21359,38277,5),
(21359,38295,5),
(21359,38783,5),
(21359,40385,5),
(21359,40438,5),
(21359,40450,5),
(21359,50291,5),
(21363,21362,5),
(21363,23855,5),
(21363,28819,5),
(21363,34261,5),
(21363,38784,5),
(21363,40376,5),
(21363,50296,5),
(21408,999,5),
(21414,21409,5),
(21414,23873,5),
(21414,28768,5),
(21414,28770,5),
(21414,28775,5),
(21414,34245,5),
(21414,38790,5),
(21414,40456,5),
(21414,50327,5),
(21436,1017,5),
(21442,21437,5),
(21442,23882,5),
(21442,28898,5),
(21442,34276,5),
(21442,38794,5),
(21442,50345,5),
(21478,1045,5),
(21484,21481,5),
(21484,23702,5),
(21484,28810,5),
(21484,34251,5),
(21484,38317,5),
(21484,38476,5),
(21484,40923,5),
(21484,50369,5),
(21495,1051,5),
(21501,21496,5),
(21501,23705,5),
(21501,28755,5),
(21501,36267,5),
(21501,38477,5),
(21501,40279,5),
(21501,40281,5),
(21501,50374,5),
(21501,54156,5),
(21507,1059,5),
(21511,21508,5),
(21511,23708,5),
(21511,34253,5),
(21511,34758,5),
(21511,38478,5),
(21511,50379,5),
(21511,50381,5),
(21535,1073,5),
(21541,21536,5),
(21541,23714,5),
(21541,38480,5),
(21541,40485,5),
(21541,50390,5),
(21553,1079,5),
(21559,21554,5),
(21559,34263,5),
(21559,38321,5),
(21559,38481,5),
(21559,47389,5),
(21559,50395,5),
(21575,1085,5),
(21581,21576,5),
(21581,23717,5),
(21581,38482,5),
(21581,50400,5),
(21660,1109,5),
(21665,21661,5),
(21665,21668,5),
(21665,23726,5),
(21665,25617,5),
(21665,28787,5),
(21665,38490,5),
(21665,38745,5),
(21665,38746,5),
(21665,38749,5),
(21665,40346,5),
(21665,40357,5),
(21665,44483,5),
(21665,50420,5),
(21696,1123,5),
(21702,21698,5),
(21702,23735,5),
(21702,36233,5),
(21702,36237,5),
(21702,38493,5),
(21702,50430,5),
(21763,1165,5),
(21769,21764,5),
(21769,28753,5),
(21769,28773,5),
(21769,28808,5),
(21769,34277,5),
(21769,38765,5),
(21769,40515,5),
(21769,47405,5),
(21769,50461,5),
(21794,1177,5),
(21800,21795,5),
(21800,23806,5),
(21800,28817,5),
(21800,38767,5),
(21800,50467,5),
(21812,1185,5),
(21818,21813,5),
(21839,1191,5),
(21845,21840,5),
(21845,23817,5),
(21845,38769,5),
(21845,50477,5),
(21845,50484,5),
(21849,21848,5),
(21849,23812,5),
(21849,50472,5),
(25681,1023,5),
(25686,25683,5),
(25686,34279,5),
(25686,38795,5),
(25686,40495,5),
(25686,50351,5),
(2817,554,6),
(2830,2,6),
(2830,6507,6),
(2837,7694,6),
(2837,7696,6),
(2837,7698,6),
(2837,8376,6),
(2837,8546,6),
(2837,8613,6),
(2837,8619,6),
(2837,8621,6),
(2837,8718,6),
(2837,9341,6),
(2837,9344,6),
(2837,9880,6),
(2837,10422,6),
(2837,10434,6),
(2837,10440,6),
(2837,10508,6),
(2837,11431,6),
(2837,11592,6),
(2837,11600,6),
(2837,11603,6),
(2837,11864,6),
(2837,11892,6),
(2837,12115,6),
(2837,12118,6),
(2837,12207,6),
(2837,14930,6),
(2837,14940,6),
(2837,14955,6),
(2837,14957,6),
(2837,14986,6),
(2837,15310,6),
(2837,15432,6),
(2837,15437,6),
(2837,15929,6),
(2837,15933,6),
(2837,16116,6),
(2837,16938,6),
(2837,17390,6),
(2837,19164,6),
(2837,20831,6),
(2837,20847,6),
(2837,21325,6),
(2837,23846,6),
(2837,24802,6),
(2837,28343,6),
(2837,38475,6),
(2837,38779,6),
(2837,40369,6),
(2837,40501,6),
(2837,50276,6),
(4590,1237,6),
(4596,4591,6),
(4596,4598,6),
(4596,4605,6),
(4596,5603,6),
(4596,5949,6),
(4596,6315,6),
(4596,6914,6),
(4596,7209,6),
(4596,7518,6),
(4596,8272,6),
(4596,8274,6),
(4596,8276,6),
(4596,8985,6),
(4596,8988,6),
(4596,9600,6),
(4596,9602,6),
(4596,9604,6),
(4596,10037,6),
(4596,11787,6),
(4596,12015,6),
(4596,12186,6),
(4596,12490,6),
(4596,12672,6),
(4596,15161,6),
(4596,15841,6),
(4596,17231,6),
(4596,17239,6),
(4596,17248,6),
(4596,17255,6),
(4596,17278,6),
(4596,17281,6),
(4596,21124,6),
(4596,23840,6),
(4596,25622,6),
(4596,38777,6),
(4596,47374,6),
(4596,50509,6),
(6678,6673,6),
(6678,6686,6),
(6678,6689,6),
(6678,6839,6),
(6678,7029,6),
(6678,7178,6),
(6678,7568,6),
(6678,7585,6),
(6678,7588,6),
(6678,7590,6),
(6678,8453,6),
(6678,8487,6),
(6678,9270,6),
(6678,9273,6),
(10452,10450,6),
(10452,10511,6),
(10452,10519,6),
(10452,11526,6),
(10452,11612,6),
(10452,11744,6),
(10452,11904,6),
(10452,12126,6),
(10452,12211,6),
(10452,14911,6),
(10452,14929,6),
(10452,14944,6),
(10452,14959,6),
(10452,14961,6),
(10452,14988,6),
(10452,15074,6),
(10452,15076,6),
(10452,15078,6),
(10452,15086,6),
(10452,15088,6),
(10452,15096,6),
(10452,15101,6),
(10452,15111,6),
(10452,15113,6),
(10452,15135,6),
(10452,15302,6),
(10452,15399,6),
(10452,15439,6),
(10452,15943,6),
(10452,15946,6),
(10452,15948,6),
(19526,1289,6),
(19532,19527,6),
(19532,28851,6),
(19532,43188,6),
(19532,50609,6),
(19728,1343,6),
(19734,19729,6),
(19734,28906,6),
(19734,34268,6),
(19734,36227,6),
(19734,38521,6),
(19734,50635,6),
(19753,1349,6),
(19759,19754,6),
(19759,23796,6),
(19759,28918,6),
(19759,31412,6),
(19759,38522,6),
(19759,50640,6),
(19844,1359,6),
(19850,19845,6),
(19850,28303,6),
(19850,28305,6),
(19850,28339,6),
(19850,28835,6),
(19850,34269,6),
(19850,38454,6),
(19850,50536,6),
(20942,20937,6),
(21479,1045,6),
(21485,21481,6),
(21485,23702,6),
(21485,28810,6),
(21485,34251,6),
(21485,38317,6),
(21485,38476,6),
(21485,40923,6),
(21485,50369,6),
(21697,1123,6),
(21703,21698,6),
(21703,23735,6),
(21703,36233,6),
(21703,36237,6),
(21703,38493,6),
(21703,50430,6),
(25682,1023,6),
(25687,25683,6),
(25687,34279,6),
(25687,38795,6),
(25687,40495,6),
(25687,50351,6),
(21480,1045,7),
(21486,21481,7),
(21486,23702,7),
(21486,28810,7),
(21486,34251,7),
(21486,38317,7),
(21486,38476,7),
(21486,40923,7),
(21486,50369,7);
/*!40000 ALTER TABLE `elements_owners` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `elements_sites`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `elements_sites` WRITE;
/*!40000 ALTER TABLE `elements_sites` DISABLE KEYS */;
INSERT INTO `elements_sites` VALUES
(1,1,1,NULL,NULL,NULL,NULL,1,'2025-04-18 16:59:46','2025-04-18 16:59:46','c07ab660-8f99-458f-87e2-994099c418d5'),
(2,2,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23845],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-04-18 17:15:09','2026-02-02 17:26:25','e04f89f6-42a8-4658-b5fe-f4da794eda56'),
(8,8,1,'Complete Care at Arbors','__temp_oafegazovtrfydqmmqaxsfbghndwkdltlqnq',NULL,NULL,1,'2025-04-18 17:32:44','2025-04-18 17:32:44','fcb60278-fad3-409c-927c-9d65720b2d2e'),
(56,56,1,'Ashie T.','robert-a',NULL,'{\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\": \"Ashie T.\", \"ffdd5871-4e4c-4e46-88b5-06b52502357e\": \"The staff at Complete Care goes above and beyond to provide patient care and satisfaction! Always with a smile and a good word, the staff is there whenever you need them and the services they provide are unparalleled.\"}',1,'2025-04-18 18:14:39','2025-09-03 21:05:58','d578bc04-9ede-461b-ab91-bfd2b26ca8f5'),
(57,57,1,'Carole T.','bernadette-m',NULL,'{\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\": \"Carole T.\", \"ffdd5871-4e4c-4e46-88b5-06b52502357e\": \"Very professional and caring place, staff and nurses were overly helpful in attending to needs. Therapy went way above to assist in getting us to reach maximum potential.\"}',1,'2025-04-18 18:14:39','2025-09-03 21:05:58','359347a7-f306-422c-8a16-6404cd8292f9'),
(63,63,1,'Cora O.','mary-o',NULL,'{\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\": \"Cora O.\", \"ffdd5871-4e4c-4e46-88b5-06b52502357e\": \"I have been here for 3 years and I am thrilled with the quality care I receive. I enjoy every day is a new amazing experience with activities. The staff are wonderful! The place is very clean and every one is very polite!\"}',1,'2025-04-18 18:15:36','2025-09-03 21:08:08','d44334bf-5f39-4646-bcb5-f92a8fbf9641'),
(111,111,1,'Comfortable Rooms','private-semi-private-suites',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Comfortable Rooms\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"}',1,'2025-04-18 18:38:34','2025-12-05 19:00:12','e5324aa5-19f3-4111-a61f-7cc72f98543e'),
(112,112,1,'Private & Semi-Private Suites','private-semi-private-suites',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\": \"Private & Semi-Private Suites\"}',1,'2025-04-18 18:38:40','2025-04-18 18:38:40','d16ae44c-e4fa-4a83-9932-beeb15aa46b2'),
(113,113,1,'Chef-Inspired Dining','cafe-restaurant-style-dining',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Chef-Inspired Dining\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Restaurant-style, dietician-approved meals\"}',1,'2025-04-18 18:38:44','2025-12-05 19:00:33','937f6cdb-d227-447f-8de7-722fde5df432'),
(114,114,1,'Cafe/Restaurant-Style Dining','cafe-restaurant-style-dining',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\": \"Cafe/Restaurant-Style Dining\"}',1,'2025-04-18 18:38:46','2025-04-18 18:38:46','544e75cc-573f-48c1-8a76-a4dbf939e30a'),
(115,115,1,'Healing Environments','on-site-beauty-salon-and-barbershop',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Healing Environments\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Relaxing common spaces & amenities designed for well-being\"}',1,'2025-04-18 18:38:49','2025-12-05 19:00:43','8d573d2b-d52b-4f2f-9e12-dc1a61db93b1'),
(116,116,1,'On-Site Beauty Salon and Barbershop','on-site-beauty-salon-and-barbershop',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\": \"On-Site Beauty Salon and Barbershop\"}',1,'2025-04-18 18:38:51','2025-04-18 18:38:51','203fcc68-27db-404b-813e-e390508181b3'),
(117,117,1,'Concierge Services','lounges-and-guest-areas',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Concierge Services\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"}',1,'2025-04-18 18:38:54','2025-12-05 19:00:53','abf891a7-bfde-4497-bec2-5fe1a85ceddf'),
(118,118,1,'Lounges and Guest Areas','lounges-and-guest-areas',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\": \"Lounges and Guest Areas\"}',1,'2025-04-18 18:38:56','2025-04-18 18:38:56','127f53b0-5f52-4d19-a06f-130a880cbfcb'),
(119,119,1,'Personalized Wellness','courtyard-gardens',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Personalized Wellness\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"}',1,'2025-04-18 18:38:58','2025-12-05 19:01:02','722544d5-298c-4c8f-a89e-e8aea5d2af4c'),
(120,120,1,'Courtyard Gardens','courtyard-gardens',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\": \"Courtyard Gardens\"}',1,'2025-04-18 18:39:00','2025-04-18 18:39:00','946a1839-cc53-4369-b67b-3fbc10d2e03b'),
(121,121,1,'Engaging Lifestyle','cultural-educational-religious-and-social-activities',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Engaging Lifestyle\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Daily activities, live entertainment and tailored recreation\"}',1,'2025-04-18 18:39:03','2025-12-05 19:01:13','eaa04ffa-0f62-4e11-abac-b327cf1637b7'),
(122,122,1,'Cultural, Educational, Religious and Social Activities','cultural-educational-religious-and-social-activities',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\": \"Cultural, Educational, Religious and Social Activities\"}',1,'2025-04-18 18:39:04','2025-04-18 18:39:04','db20d81f-1849-454e-a583-ee9687cbb9bf'),
(131,131,1,'Rated 5 Stars','rated-5-stars-from-centers-for-medicare-medicaid-services',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\": [], \"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"Rated 5 Stars\"}',1,'2025-04-18 18:42:36','2025-09-03 21:57:21','d49bdebb-10e7-4c4a-9981-6b79036a33eb'),
(132,132,1,'Rated 5 Stars in Quality Measures','rated-5-stars-in-quality-measures-from-centers-for-medicare-medicaid-services',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\": [], \"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"Rated 5 Stars in Quality Measures\"}',1,'2025-04-18 18:42:36','2025-09-03 21:57:21','9e1c352a-719a-4e83-b8cd-1b2ab8a24d85'),
(136,136,1,'Arbors entrance',NULL,NULL,NULL,1,'2025-04-18 18:44:35','2025-04-18 18:44:35','6625ca81-b1dc-4288-a45c-825ca38c689f'),
(137,137,1,'Arbors room',NULL,NULL,NULL,1,'2025-04-18 18:44:36','2025-04-18 18:44:36','7e95696b-4254-4069-919d-f3f7be1019d4'),
(138,138,1,'Arbors table',NULL,NULL,NULL,1,'2025-04-18 18:44:36','2025-04-18 18:44:36','21e9608c-071d-49dd-9d1e-322bea8e7245'),
(285,285,1,'Hands holding',NULL,NULL,NULL,1,'2025-07-30 22:47:59','2025-07-30 22:47:59','f0cadabe-9409-47ba-9d93-3b26e25e7c5e'),
(325,325,1,'What types of care do you provide?','what-types-of-care-do-you-provide',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [329], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We offer a full range of services, including post-acute rehabilitation, skilled nursing care, long-term care, and specialized programs for chronic conditions.\"}',1,'2025-08-01 17:59:34','2025-08-01 18:06:11','eb123de0-1d19-4f3d-adac-357a4111f450'),
(326,326,1,'What types of care do you provide?','what-types-of-care-do-you-provide',NULL,NULL,1,'2025-08-01 17:59:41','2025-08-01 17:59:41','fbd037c9-1246-44d5-b095-13ac24be8ebb'),
(328,328,1,'What types of care do you provide?','what-types-of-care-do-you-provide',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": []}',1,'2025-08-01 17:59:53','2025-08-01 18:17:25','5709cf60-5b44-43c1-9f15-5a0ee198199c'),
(329,329,1,'General Information','general-information',NULL,NULL,1,'2025-08-01 18:04:51','2025-08-01 18:04:54','76eff9af-3a87-4ca1-a36a-245b56f5165e'),
(330,330,1,'General Information','general-information',NULL,NULL,1,'2025-08-01 18:04:57','2025-08-01 18:04:57','9b5b9c59-16e3-4d56-9e6a-2aedd6b93e77'),
(331,331,1,'Admission Process','admission-process',NULL,NULL,1,'2025-08-01 18:04:57','2025-08-01 18:05:00','9d164f62-464e-4a37-bc85-90cba1372573'),
(332,332,1,'Admission Process','admission-process',NULL,NULL,1,'2025-08-01 18:05:01','2025-08-01 18:05:01','a199e56c-405d-491b-aa96-083651314753'),
(333,333,1,'Care and Services','care-and-services',NULL,NULL,1,'2025-08-01 18:05:01','2025-08-01 18:05:04','4762a1f6-e5fc-4552-9bfd-8b0eff677f3f'),
(334,334,1,'Care and Services','care-and-services',NULL,NULL,1,'2025-08-01 18:05:04','2025-08-01 18:05:04','f98e7aa0-29d0-4688-96fd-261abbc2e32f'),
(335,335,1,'Amenities and Lifestyle','amenities-and-lifestyle',NULL,NULL,1,'2025-08-01 18:05:04','2025-08-01 18:05:07','ef5f3f2d-4700-47dd-98c0-d4c09c1ac754'),
(336,336,1,'Amenities and Lifestyle','amenities-and-lifestyle',NULL,NULL,1,'2025-08-01 18:05:08','2025-08-01 18:05:08','846244b8-15d3-4e5d-95c5-4a52d37b055f'),
(337,337,1,'Visitation and Communication','visitation-and-communication',NULL,NULL,1,'2025-08-01 18:05:08','2025-08-01 18:05:10','5ad8c719-3334-44ea-9482-655315980f8b'),
(338,338,1,'Visitation and Communication','visitation-and-communication',NULL,NULL,1,'2025-08-01 18:05:10','2025-08-01 18:05:10','36fd4abf-c566-4141-bc2d-c0483e4c5508'),
(339,339,1,'Family Support & Involvement','family-support-involvement',NULL,NULL,1,'2025-08-01 18:05:10','2025-08-01 18:05:14','f460074b-0174-4fb4-8ec1-b9e8a36d98c4'),
(340,340,1,'Family Support & Involvement','family-support-involvement',NULL,NULL,1,'2025-08-01 18:05:15','2025-08-01 18:05:15','dd124a39-9d3a-4f1a-a5d8-0edb78d033b2'),
(341,341,1,'Financial Information','financial-information',NULL,NULL,1,'2025-08-01 18:05:15','2025-08-01 18:05:18','0210ddb8-dbce-41a6-853a-049cfd715d52'),
(342,342,1,'Financial Information','financial-information',NULL,NULL,1,'2025-08-01 18:05:18','2025-08-01 18:05:18','5f3d36c6-52e6-43c4-9b68-005e1157d136'),
(343,343,1,'Discharge and Transition','discharge-and-transition',NULL,NULL,1,'2025-08-01 18:05:18','2025-08-01 18:05:21','32416cbb-fd0a-4c33-b53e-58337c37d554'),
(344,344,1,'Discharge and Transition','discharge-and-transition',NULL,NULL,1,'2025-08-01 18:05:21','2025-08-01 18:05:21','02359400-f853-4fae-83cb-305b0fe80d41'),
(347,347,1,'What types of care do you provide?','what-types-of-care-do-you-provide',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [329], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We offer a full range of services, including post-acute rehabilitation, skilled nursing care, long-term care, and specialized programs for chronic conditions.\"}',1,'2025-08-01 18:06:11','2025-08-01 18:06:11','b47b4397-9a4e-4592-8815-b49bcf50422f'),
(348,348,1,'What is post-acute care?','what-is-post-acute-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [329], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Post-acute care provides short-term medical and rehabilitative services following a hospital stay. Our goal is to help patients regain strength, mobility, and independence before returning home.\"}',1,'2025-08-01 18:06:11','2025-08-01 18:06:20','d064bdeb-efc9-46fe-80ee-2050381004db'),
(349,349,1,'What is post-acute care?','what-is-post-acute-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [329], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Post-acute care provides short-term medical and rehabilitative services following a hospital stay. Our goal is to help patients regain strength, mobility, and independence before returning home.\"}',1,'2025-08-01 18:06:22','2025-08-01 18:06:22','1dde8933-9a09-47d4-93d9-e94ffc65c73b'),
(350,350,1,'How do I know if my loved one needs long-term care?','how-do-i-know-if-my-loved-one-needs-long-term-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [329], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Long-term care may be appropriate if your loved one requires ongoing medical care, assistance with daily activities, or specialized support for chronic conditions. Our team can guide you through the evaluation process.\"}',1,'2025-08-01 18:06:22','2025-08-01 18:06:39','81a41349-e384-49e2-8df0-711fee9255d4'),
(351,351,1,'How do I know if my loved one needs long-term care?','how-do-i-know-if-my-loved-one-needs-long-term-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [329], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Long-term care may be appropriate if your loved one requires ongoing medical care, assistance with daily activities, or specialized support for chronic conditions. Our team can guide you through the evaluation process.\"}',1,'2025-08-01 18:06:40','2025-08-01 18:06:40','facf9f24-f572-4f7c-89d8-48ec80b6a169'),
(352,352,1,'How do I start the admissions process?','how-do-i-start-the-admissions-process',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Contact our admissions team at 877-4CCADMIT (877-422-3648). We’ll walk you through the process, answer questions, and help gather necessary medical information.\"}',1,'2025-08-01 18:07:13','2025-08-01 18:07:24','541f8e10-335d-4483-986b-9b89a206e2b8'),
(353,353,1,'How do I start the admissions process?','how-do-i-start-the-admissions-process',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Contact our admissions team at 877-4CCADMIT (877-422-3648). We’ll walk you through the process, answer questions, and help gather necessary medical information.\"}',1,'2025-08-01 18:07:25','2025-08-01 18:07:25','50b34fa8-18c0-4f6d-a470-cab212a1c6da'),
(354,354,1,'What sort of paperwork is required?','what-sort-of-paperwork-is-required',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"An admission agreement and documents pertaining to it, such as insurance cards, will need to be completed by either the patient or responsible party within 48 hours of admission.\"}',1,'2025-08-01 18:07:25','2025-08-01 18:07:34','23e41724-d101-469b-b0df-eb5de6fb5de1'),
(355,355,1,'What sort of paperwork is required?','what-sort-of-paperwork-is-required',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"An admission agreement and documents pertaining to it, such as insurance cards, will need to be completed by either the patient or responsible party within 48 hours of admission.\"}',1,'2025-08-01 18:07:35','2025-08-01 18:07:35','8db8d349-7542-4394-a7ac-45f4a29f5514'),
(356,356,1,'Can I tour the facility before making a decision?','can-i-tour-the-facility-before-making-a-decision',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Absolutely! We encourage families to visit and meet our team. Contact us to schedule a tour at your convenience.\"}',1,'2025-08-01 18:07:35','2025-08-01 18:07:46','105f558f-f175-4761-a758-600659919398'),
(357,357,1,'Can I tour the facility before making a decision?','can-i-tour-the-facility-before-making-a-decision',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Absolutely! We encourage families to visit and meet our team. Contact us to schedule a tour at your convenience.\"}',1,'2025-08-01 18:07:48','2025-08-01 18:07:48','913cf0ee-4250-4b9b-aae9-44c5f89fc6fe'),
(358,358,1,'What should I bring when my loved one is admitted?','what-should-i-bring-when-my-loved-one-is-admitted',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Recommended items include comfortable clothing, sneakers, toiletries, assistive devices (like hearing aids or glasses), and personal items that bring comfort. We suggest labeling personal items prior to admission. You can also bring change for the vending machines, and any electronics or personal devices to keep you busy. Our admissions team can provide a detailed checklist.\"}',1,'2025-08-01 18:07:51','2025-08-01 18:07:57','6eaa43d3-6eb6-4e28-a82e-52c9e6ae7c88'),
(359,359,1,'What should I bring when my loved one is admitted?','what-should-i-bring-when-my-loved-one-is-admitted',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Recommended items include comfortable clothing, sneakers, toiletries, assistive devices (like hearing aids or glasses), and personal items that bring comfort. We suggest labeling personal items prior to admission. You can also bring change for the vending machines, and any electronics or personal devices to keep you busy. Our admissions team can provide a detailed checklist.\"}',1,'2025-08-01 18:07:58','2025-08-01 18:07:58','575fd055-adf8-4dc4-910a-d22a5dd45021'),
(360,360,1,'What will admission day look like?','what-will-admission-day-look-like',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"On the day of admission, a team member will greet your loved one, review their medications and care needs, and help them settle into their room. You may meet a nurse, aide, and therapy staff. We encourage you to bring personal items for comfort and stay as long or as briefly as feels right for your family.\"}',1,'2025-08-01 18:08:01','2025-08-01 18:08:07','3d4bdaf0-4ce4-4494-90de-7caee9dffb59'),
(361,361,1,'What will admission day look like?','what-will-admission-day-look-like',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"On the day of admission, a team member will greet your loved one, review their medications and care needs, and help them settle into their room. You may meet a nurse, aide, and therapy staff. We encourage you to bring personal items for comfort and stay as long or as briefly as feels right for your family.\"}',1,'2025-08-01 18:08:08','2025-08-01 18:08:08','25886786-9135-4d1d-bbec-8adb6a441bd5'),
(362,362,1,'Will someone contact me after admission?','will-someone-contact-me-after-admission',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Yes. A staff member will reach out within the first 24 hours to let you know how your loved one is settling in and answer any questions. You’ll also receive contact information for the care team.\"}',1,'2025-08-01 18:08:10','2025-08-01 18:08:17','33262c25-6a12-4f52-89dd-2a312c5ca8ae'),
(363,363,1,'Will someone contact me after admission?','will-someone-contact-me-after-admission',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Yes. A staff member will reach out within the first 24 hours to let you know how your loved one is settling in and answer any questions. You’ll also receive contact information for the care team.\"}',1,'2025-08-01 18:08:17','2025-08-01 18:08:17','1bbe3096-20c5-4374-9578-0d22ae3bbc14'),
(364,364,1,'What if my loved one moves from rehab to long-term care?','what-if-my-loved-one-moves-from-rehab-to-long-term-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"If care needs change, we’ll communicate with you in advance and help you understand the difference in routine and care. A new room and unit may be assigned, and you’ll be introduced to the new team. We’ll support both your loved one and your family through the transition.\"}',1,'2025-08-01 18:08:21','2025-08-01 18:08:28','b6e374fe-6d2d-496d-96a4-4238c12949d7'),
(365,365,1,'What if my loved one moves from rehab to long-term care?','what-if-my-loved-one-moves-from-rehab-to-long-term-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [331], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"If care needs change, we’ll communicate with you in advance and help you understand the difference in routine and care. A new room and unit may be assigned, and you’ll be introduced to the new team. We’ll support both your loved one and your family through the transition.\"}',1,'2025-08-01 18:08:31','2025-08-01 18:08:31','1348e4fb-bbf7-4433-8b74-40c1f8290302'),
(366,366,1,'What rehabilitation services are available?','what-rehabilitation-services-are-available',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We offer physical, occupational, and speech therapy to support recovery and independence. Our team customizes care plans based on individual needs and goals.\"}',1,'2025-08-01 18:08:41','2025-08-01 18:09:00','242787e4-e2a9-4d79-97dd-5780fbfcab09'),
(367,367,1,'What rehabilitation services are available?','what-rehabilitation-services-are-available',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We offer physical, occupational, and speech therapy to support recovery and independence. Our team customizes care plans based on individual needs and goals.\"}',1,'2025-08-01 18:09:02','2025-08-01 18:09:02','3c1bb662-81b7-47de-aad7-cec9d3463dd1'),
(368,368,1,'How soon does therapy begin?','how-soon-does-therapy-begin',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Our goal is to have therapy sessions start within 24 hours of admission, based on individual care plans. Therapy is offered up to seven days a week.\"}',1,'2025-08-01 18:09:02','2025-08-01 18:09:11','99c7a035-dbc1-450c-a3cc-3f4c5d2d8447'),
(369,369,1,'How soon does therapy begin?','how-soon-does-therapy-begin',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Our goal is to have therapy sessions start within 24 hours of admission, based on individual care plans. Therapy is offered up to seven days a week.\"}',1,'2025-08-01 18:09:12','2025-08-01 18:09:12','32095f8d-472e-46c2-a2d0-7177ab17fe1f'),
(370,370,1,'How do I know when therapy or care tasks are scheduled?','how-do-i-know-when-therapy-or-care-tasks-are-scheduled',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"You can request a basic daily routine to help you plan visits around therapy, meals, or rest. While times vary, we’re happy to help you avoid interruptions to care.\"}',1,'2025-08-01 18:09:12','2025-08-01 18:09:32','4bbe9769-bfec-4943-98de-aa5e952b47c5'),
(371,371,1,'How do I know when therapy or care tasks are scheduled?','how-do-i-know-when-therapy-or-care-tasks-are-scheduled',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"You can request a basic daily routine to help you plan visits around therapy, meals, or rest. While times vary, we’re happy to help you avoid interruptions to care.\"}',1,'2025-08-01 18:09:33','2025-08-01 18:09:33','5ae40a3c-9884-4a66-a784-d260f1a80648'),
(372,372,1,'How is medical care managed during a stay?','how-is-medical-care-managed-during-a-stay',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Our medical team coordinates closely with physicians, specialists, and your loved one’s care providers to ensure seamless care and communication.\"}',1,'2025-08-01 18:09:33','2025-08-01 18:09:44','be78260c-ac89-46e8-bf20-3714f8152e70'),
(373,373,1,'How is medical care managed during a stay?','how-is-medical-care-managed-during-a-stay',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Our medical team coordinates closely with physicians, specialists, and your loved one’s care providers to ensure seamless care and communication.\"}',1,'2025-08-01 18:09:44','2025-08-01 18:09:44','59ed0b82-2e2e-4f7e-8565-1f1639ac362c'),
(374,374,1,'Are family members involved in care planning?','are-family-members-involved-in-care-planning',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Yes! We believe family involvement is key to successful outcomes. We encourage open communication and invite families to participate in care discussions.\"}',1,'2025-08-01 18:09:44','2025-08-01 18:09:56','c1f4e248-c707-4f06-9f18-6e81892c8a75'),
(375,375,1,'Are family members involved in care planning?','are-family-members-involved-in-care-planning',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Yes! We believe family involvement is key to successful outcomes. We encourage open communication and invite families to participate in care discussions.\"}',1,'2025-08-01 18:10:00','2025-08-01 18:10:00','97ae3653-ead1-4728-8ab1-bc4ebb3d4c3e'),
(376,376,1,'How do you personalize care plans?','how-do-you-personalize-care-plans',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Each resident receives a full assessment, allowing us to create a customized care plan that evolves with their needs. By coordinating with a network of providers and specialists, we ensure every resident receives the best care possible.\"}',1,'2025-08-01 18:10:00','2025-08-01 18:10:07','484e0cbe-6f66-4d7d-a8bf-46d488961982'),
(377,377,1,'How do you personalize care plans?','how-do-you-personalize-care-plans',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Each resident receives a full assessment, allowing us to create a customized care plan that evolves with their needs. By coordinating with a network of providers and specialists, we ensure every resident receives the best care possible.\"}',1,'2025-08-01 18:10:07','2025-08-01 18:10:07','3de691ae-4190-4442-9e3f-2e653f0858f3'),
(378,378,1,'Who do I contact if I have concerns about care?','who-do-i-contact-if-i-have-concerns-about-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"You can speak to the unit manager or social worker assigned to your loved one’s care. If needed, our administrator is also available. We take every concern seriously and follow up within 24 hours.\"}',1,'2025-08-01 18:10:07','2025-08-01 18:10:17','a2b0836a-a045-47da-b383-5712581d3a93'),
(379,379,1,'Who do I contact if I have concerns about care?','who-do-i-contact-if-i-have-concerns-about-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [333], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"You can speak to the unit manager or social worker assigned to your loved one’s care. If needed, our administrator is also available. We take every concern seriously and follow up within 24 hours.\"}',1,'2025-08-01 18:10:18','2025-08-01 18:10:18','46606543-82f1-454b-9679-833d5f761f31'),
(382,382,1,'What amenities are available to residents?','what-amenities-are-available-to-residents',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [335], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Our amenities include dining services, social activities, therapy spaces, outdoor areas, and personalized recreational programs designed to keep residents engaged and comfortable.\"}',1,'2025-08-01 18:10:45','2025-08-01 18:10:52','975a110e-a62f-4292-9243-27125e025aff'),
(383,383,1,'What amenities are available to residents?','what-amenities-are-available-to-residents',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [335], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Our amenities include dining services, social activities, therapy spaces, outdoor areas, and personalized recreational programs designed to keep residents engaged and comfortable.\"}',1,'2025-08-01 18:10:53','2025-08-01 18:10:53','ea88c5b1-3144-481e-aafe-0d49624ff1c1'),
(384,384,1,'Can residents personalize their rooms?','can-residents-personalize-their-rooms',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [335], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Absolutely! We encourage residents to bring familiar items from home to create a comfortable and personalized space.\"}',1,'2025-08-01 18:10:57','2025-08-01 18:11:03','55cbb58f-d753-4216-a166-a712b1566fa4'),
(385,385,1,'Can residents personalize their rooms?','can-residents-personalize-their-rooms',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [335], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Absolutely! We encourage residents to bring familiar items from home to create a comfortable and personalized space.\"}',1,'2025-08-01 18:11:04','2025-08-01 18:11:04','861b3159-20ea-4a53-85cf-f5d1194fddcb'),
(386,386,1,'Are there activities for residents?','are-there-activities-for-residents',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [335], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Absolutely! We offer a variety of activities and programs designed to engage residents and promote social interaction. Learn more about our beautiful locations.\"}',1,'2025-08-01 18:11:07','2025-08-01 18:11:16','75861510-eccd-4bf8-bb5f-5360666593c4'),
(387,387,1,'Are there activities for residents?','are-there-activities-for-residents',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [335], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Absolutely! We offer a variety of activities and programs designed to engage residents and promote social interaction. Learn more about our beautiful locations.\"}',1,'2025-08-01 18:11:17','2025-08-01 18:11:17','292d25cb-d092-48b3-a896-bd1058a24ab2'),
(388,388,1,'Do residents need money for anything?','do-residents-need-money-for-anything',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [335], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Residents don’t need much, but we recommend bringing a small amount of spending money for things like vending machine snacks or occasional personal care services like haircuts or shaves.\"}',1,'2025-08-01 18:11:20','2025-08-01 18:11:27','278fda72-3b9f-44e5-a24f-d76f2f033d46'),
(389,389,1,'Do residents need money for anything?','do-residents-need-money-for-anything',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [335], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Residents don’t need much, but we recommend bringing a small amount of spending money for things like vending machine snacks or occasional personal care services like haircuts or shaves.\"}',1,'2025-08-01 18:11:31','2025-08-01 18:11:31','e6519a58-f4b9-4b53-9694-a194792632c2'),
(390,390,1,'What are your visitation policies?','what-are-your-visitation-policies',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [337], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We welcome visitors and strive to provide flexible visitation hours. Please contact us for current guidelines to ensure a safe environment for all.\"}',1,'2025-08-01 18:11:35','2025-08-01 18:11:47','6b6e94e6-3e40-4134-8b19-e64339b1402c'),
(391,391,1,'What are your visitation policies?','what-are-your-visitation-policies',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [337], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We welcome visitors and strive to provide flexible visitation hours. Please contact us for current guidelines to ensure a safe environment for all.\"}',1,'2025-08-01 18:11:48','2025-08-01 18:11:48','c7890ab9-a810-4140-8251-e1d10d26c1e3'),
(392,392,1,'When is the best time to visit?','when-is-the-best-time-to-visit',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [337], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Mid-morning and early afternoons tend to be best. We suggest avoiding therapy hours and personal care times like bathing or rest periods. Our staff can help guide you based on your loved one’s schedule.\"}',1,'2025-08-01 18:11:48','2025-08-01 18:12:01','063c4668-66cb-40d8-bb84-056718bcb666'),
(393,393,1,'When is the best time to visit?','when-is-the-best-time-to-visit',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [337], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Mid-morning and early afternoons tend to be best. We suggest avoiding therapy hours and personal care times like bathing or rest periods. Our staff can help guide you based on your loved one’s schedule.\"}',1,'2025-08-01 18:12:02','2025-08-01 18:12:02','f8d01b77-6f3c-4083-b5b7-d107e4895964'),
(394,394,1,'How can I stay informed about my loved one’s care?','how-can-i-stay-informed-about-my-loved-ones-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [337], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Our team is committed to open communication. We provide regular updates and are always available to discuss care plans and progress.\"}',1,'2025-08-01 18:12:03','2025-08-01 18:12:13','e47dd7f2-4d32-4d1e-a466-ffc5a3d4acbf'),
(395,395,1,'How can I stay informed about my loved one’s care?','how-can-i-stay-informed-about-my-loved-ones-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [337], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Our team is committed to open communication. We provide regular updates and are always available to discuss care plans and progress.\"}',1,'2025-08-01 18:12:14','2025-08-01 18:12:14','83146ecd-077e-4bf0-9867-80b555221722'),
(396,396,1,'Who gets updates about care?','who-gets-updates-about-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [337], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We can communicate with more than one family member. If multiple contacts are listed, we encourage group emails or calls to keep everyone in the loop. Let us know who should be included.\"}',1,'2025-08-01 18:12:14','2025-08-01 18:12:23','55356885-f72f-457f-9031-d5fb8ff72f44'),
(397,397,1,'Who gets updates about care?','who-gets-updates-about-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [337], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We can communicate with more than one family member. If multiple contacts are listed, we encourage group emails or calls to keep everyone in the loop. Let us know who should be included.\"}',1,'2025-08-01 18:12:26','2025-08-01 18:12:26','23be0205-cbd0-4e8c-b999-3792b4a8e093'),
(398,398,1,'Can our family pet come for a visit?','can-our-family-pet-come-for-a-visit',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [337], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Yes! We may request vaccination records, and some breed restrictions may apply. Please ask our administrator for more details. Additionally, most centers offer pet therapy because we understand how valuable time with animals can be to emotional and mental health.\"}',1,'2025-08-01 18:12:26','2025-08-01 18:12:33','6dc3b276-8782-4fd5-8c5e-b509c07ac6c0'),
(399,399,1,'Can our family pet come for a visit?','can-our-family-pet-come-for-a-visit',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [337], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Yes! We may request vaccination records, and some breed restrictions may apply. Please ask our administrator for more details. Additionally, most centers offer pet therapy because we understand how valuable time with animals can be to emotional and mental health.\"}',1,'2025-08-01 18:12:34','2025-08-01 18:12:34','fd0ec9cd-9f7c-4d0d-9195-a81c7f3da5be'),
(400,400,1,'What should I expect emotionally during the first few days?','what-should-i-expect-emotionally-during-the-first-few-days',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [339], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"It’s completely normal to feel overwhelmed. Your loved one may seem confused, anxious, or withdrawn at first. Our team is here to support both the patient and the family through this transition.\"}',1,'2025-08-01 18:12:46','2025-08-01 18:12:56','2444b37b-c098-43ee-82b4-f4ad2d62f5c1'),
(401,401,1,'What should I expect emotionally during the first few days?','what-should-i-expect-emotionally-during-the-first-few-days',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [339], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"It’s completely normal to feel overwhelmed. Your loved one may seem confused, anxious, or withdrawn at first. Our team is here to support both the patient and the family through this transition.\"}',1,'2025-08-01 18:12:57','2025-08-01 18:12:57','63548e7a-78d3-4f77-8416-84d6e7a80331'),
(402,402,1,'How can I help my loved one adjust?','how-can-i-help-my-loved-one-adjust',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [339], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Familiar items from home, consistent visits, and staying positive can help. We’re happy to suggest personalized ways to support your loved one’s adjustment.\"}',1,'2025-08-01 18:12:57','2025-08-01 18:13:06','299f9183-b60c-465e-a139-0718f0ab995f'),
(403,403,1,'How can I help my loved one adjust?','how-can-i-help-my-loved-one-adjust',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [339], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Familiar items from home, consistent visits, and staying positive can help. We’re happy to suggest personalized ways to support your loved one’s adjustment.\"}',1,'2025-08-01 18:13:07','2025-08-01 18:13:07','d8366d4d-5af6-4969-9d16-9c10a2f9f75a'),
(404,404,1,'What if I feel unprepared or have questions later?','what-if-i-feel-unprepared-or-have-questions-later',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [339], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"You’re not alone. Our social workers and care team are always available to answer questions, even after admission. Don’t hesitate to ask.\"}',1,'2025-08-01 18:13:07','2025-08-01 18:13:19','63ee28d0-b009-44a7-8284-538e716e8694'),
(405,405,1,'What if I feel unprepared or have questions later?','what-if-i-feel-unprepared-or-have-questions-later',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [339], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"You’re not alone. Our social workers and care team are always available to answer questions, even after admission. Don’t hesitate to ask.\"}',1,'2025-08-01 18:13:20','2025-08-01 18:13:20','4662d269-8443-48d3-87bb-5ab1ce3e7bfb'),
(406,406,1,'What insurance plans do you accept?','what-insurance-plans-do-you-accept',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [341], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We accept a variety of insurance plans, including Medicare, Medicaid, and private insurance. Contact our business office to discuss coverage and payment options.\"}',1,'2025-08-01 18:13:20','2025-08-01 18:13:30','9e31aa6a-3511-457a-85c1-1ea00f399de3'),
(407,407,1,'What insurance plans do you accept?','what-insurance-plans-do-you-accept',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [341], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We accept a variety of insurance plans, including Medicare, Medicaid, and private insurance. Contact our business office to discuss coverage and payment options.\"}',1,'2025-08-01 18:13:33','2025-08-01 18:13:33','ed01d9fb-467a-49df-9b82-772d3abb883f'),
(408,408,1,'What if insurance coverage ends but my loved one still needs care?','what-if-insurance-coverage-ends-but-my-loved-one-still-needs-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [341], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We offer flexible private pay options at discounted rates to ensure continued care and recovery. Our team can discuss available options with you.\"}',1,'2025-08-01 18:13:33','2025-08-01 18:13:42','374b90d4-5ffd-410e-bd96-a94d06fa6499'),
(409,409,1,'What if insurance coverage ends but my loved one still needs care?','what-if-insurance-coverage-ends-but-my-loved-one-still-needs-care',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [341], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We offer flexible private pay options at discounted rates to ensure continued care and recovery. Our team can discuss available options with you.\"}',1,'2025-08-01 18:13:42','2025-08-01 18:13:42','861c1478-b067-4a4d-863a-27634b5f48a5'),
(410,410,1,'What happens if my loved one’s needs change and they stay longer than expected?','what-happens-if-my-loved-ones-needs-change-and-they-stay-longer-than-expected',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [343], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Our care team will review their progress and discuss whether long-term care is appropriate. We’ll guide you through the decision-making process and next steps, emotionally and logistically.\"}',1,'2025-08-01 18:13:42','2025-08-01 18:13:52','ee0a8f09-e4cf-4033-9e0c-cc7db4224238'),
(411,411,1,'What happens if my loved one’s needs change and they stay longer than expected?','what-happens-if-my-loved-ones-needs-change-and-they-stay-longer-than-expected',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [343], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Our care team will review their progress and discuss whether long-term care is appropriate. We’ll guide you through the decision-making process and next steps, emotionally and logistically.\"}',1,'2025-08-01 18:13:53','2025-08-01 18:13:53','fc6efb02-1364-4d01-b9c6-0983e5c6f017'),
(412,412,1,'How do you support residents when they are ready to return home?','how-do-you-support-residents-when-they-are-ready-to-return-home',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [343], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We create personalized discharge plans that may include home health resources, therapy recommendations, and education to ensure a smooth and confident transition home.\"}',1,'2025-08-01 18:13:53','2025-08-01 18:14:03','fd650f4f-2a9c-4ff6-98fc-1b483cf372cd'),
(413,413,1,'How do you support residents when they are ready to return home?','how-do-you-support-residents-when-they-are-ready-to-return-home',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [343], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"We create personalized discharge plans that may include home health resources, therapy recommendations, and education to ensure a smooth and confident transition home.\"}',1,'2025-08-01 18:14:03','2025-08-01 18:14:03','3a693ddf-565f-4aa8-8677-585b95178a98'),
(414,414,1,'Can my loved one return if they need more care after discharge?','can-my-loved-one-return-if-they-need-more-care-after-discharge',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [343], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Yes! We welcome returning patients for additional rehabilitation, care support, or respite services as needed.\"}',1,'2025-08-01 18:14:03','2025-08-01 18:14:11','3ced3d03-d4b3-4829-b118-3df0a465f08c'),
(415,415,1,'Can my loved one return if they need more care after discharge?','can-my-loved-one-return-if-they-need-more-care-after-discharge',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\": [343], \"ba4b9e07-f61a-405f-8896-aa42437b9c53\": \"Yes! We welcome returning patients for additional rehabilitation, care support, or respite services as needed.\"}',1,'2025-08-01 18:14:13','2025-08-01 18:14:13','ecad96ea-774f-4de2-9f7a-b36900413bdf'),
(457,457,1,'Occupational Therapy','occupational-therapy',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Occupational therapy addresses important everyday living skills, like getting dressed, bathing, cooking, going to work, or taking care of oneself and one’s home—especially if an illness, injury, disability, or aging makes those tasks harder. Occupational therapy focuses more on “fine motor skills”, which are critically important for independence in daily life and include the small movements we make using the tiny muscles in our hands and fingers. These skills help us do everyday tasks that require precision and coordination, for example, buttoning a shirt, using a smartphone, or opening a can of food.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 21:58:35','2025-12-05 18:59:12','9d9b0848-819a-469f-b841-d3ff2f090c7a'),
(458,458,1,'Occupational Therapy','occupational-therapy',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Occupational therapy addresses daily living skills, assisting patients in regaining their ability to perform tasks such as dressing, cooking, and bathing.\"}',1,'2025-08-20 21:58:42','2025-08-20 21:58:42','8e0c85d8-7da9-47c3-acae-b493b36330ff'),
(459,459,1,'Rehabilitation Program','rehabilitation-program',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"We provide extensive rehabilitation services up to seven days a week, tailored to individual needs and goals. In order to help progress and recovery, we adjust therapies based on our patients’ abilities and tolerance so their quality of life can continue to improve after transitioning home.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[2800]}',1,'2025-08-20 21:58:47','2025-09-23 21:13:19','a1b8582e-2b58-4b41-a3a9-264293d0eae4'),
(460,460,1,'Rehabilitation Program','rehabilitation-program',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"We provide extensive rehabilitation services up to seven days a week, tailored to individual needs and goals. In order to help progress and recovery, we adjust therapies based on the patient’s abilities and tolerance so their quality of life can continue to improve after transitioning home.\"}',1,'2025-08-20 21:58:54','2025-08-20 21:58:54','31585a9a-536b-4c2e-b8d6-82adb5eb48be'),
(461,461,1,'Physical Therapy','physical-therapy',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Physical therapy focuses on “gross motor skills,” which involve movements of the arms, legs, and torso, and are important for balance, coordination, and strength. These skills help us do everyday activities like sitting up, standing, walking, and climbing stairs. Physical therapy plays a major role in helping patients recover from surgery, injury, or illness.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 21:59:02','2025-12-05 18:59:12','f494f769-633e-4612-99d0-497e04d911e6'),
(462,462,1,'Physical Therapy','physical-therapy',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Physical therapy focuses on improving mobility, strength, and coordination, helping patients recover from surgery, injury, or illness.\"}',1,'2025-08-20 21:59:06','2025-08-20 21:59:06','9d4fda35-9d25-48c7-b9be-d4658dcf244f'),
(463,463,1,'Speech Therapy','speech-therapy',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Speech therapy helps people who have trouble with communication, speaking clearly, understanding others, or swallowing. The goal of speech therapy is to improve a person’s ability to communicate effectively and safely eat or drink when those skills are affected by injury, surgery, or illness.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 21:59:10','2025-12-05 18:59:12','e30f0999-38e3-455b-9692-610ddb4bff93'),
(464,464,1,'Speech Therapy','speech-therapy',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Speech therapy supports communication and swallowing difficulties, helping patients overcome challenges related to speech, language, or cognitive function.\"}',1,'2025-08-20 21:59:15','2025-08-20 21:59:15','5c356ba9-f6a9-4a4f-8e72-958467d53c8b'),
(465,465,1,'Post-Acute Care and Skilled Nursing Services','post-acute-care-and-skilled-nursing-services',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Post-Acute Care refers to the medical and rehabilitation services people need after a hospital stay, especially after a serious illness, injury, or surgery. Post-acute care is the support someone gets after leaving the hospital, and skilled nursing services are the medical and therapy services provided as part of that recovery. The goal is to help patients recover enough to return home safely or reach their best level of function.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[2803]}',1,'2025-08-20 21:59:23','2026-01-21 01:51:16','d6dde952-a8e5-4681-a523-adfbe312f5ed'),
(466,466,1,'Post-Acute Care and Skilled Nursing Services','post-acute-care-and-skilled-nursing-services',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"For those recovering from illness, injury, or surgery, our comprehensive Post-Acute Rehabilitation services help patients regain their strength and transition home as soon as possible. We offer an extensive range of care services with compassionate, certified professionals helping our patients recover in comfort.\"}',1,'2025-08-20 21:59:33','2025-08-20 21:59:33','2d74ecd3-7858-4e9f-9b99-99738d963255'),
(467,467,1,'Primary Care','primary-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Primary Care includes managing chronic conditions like diabetes, high blood pressure, heart disease, or dementia, as well as treating new concerns that may arise, such as infections or sudden changes in health. Our in-house primary care team, which is made up of doctors, nurse practitioners, or physician assistants, also monitors medications to make sure they are safe and effective and coordinates care with specialists, therapists, or hospitals when needed. Your primary care provider will work closely with the nursing staff and other caregivers in the facility to help you stay as healthy, comfortable, and independent as possible.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 21:59:39','2025-12-05 18:59:12','bfe20fd3-7f18-4538-a39e-e5c5ce2edb75'),
(468,468,1,'Primary Care','primary-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Our dedicated team provides comprehensive bedside primary care to manage chronic conditions and support overall health, including chronic care management, diabetes, and pain management. Our team also offers expert care for patients with feeding tubes and other complex medical needs, ensuring personalized, compassionate bedside support.\"}',1,'2025-08-20 21:59:45','2025-08-20 21:59:45','7d1a9975-083d-4ba4-af8f-ea50a374e276'),
(469,469,1,'Orthopedic & Post-Surgical Care','orthopedic-post-surgical-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Orthopedic care helps people recover after injuries or surgeries involving their bones, joints, muscles, or spine—like a hip or knee replacement, a broken bone, or back surgery. The goal is to get stronger and regain your ability to move safely and independently. Orthopedic care in this setting includes things like physical therapy to improve strength, balance, and walking, and occupational therapy to help with daily activities like dressing, bathing, or using the bathroom. Our orthopedic care also encompasses things like pain management to help control discomfort during recovery, wound care if there was surgery or injury, monitoring for complications, like infections or blood clots, and medication management for pain, swelling, or other medical needs.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 21:59:56','2025-12-05 18:59:12','1c034c29-59ff-47c7-aca7-9c2b653b9256'),
(470,470,1,'Orthopedic & Post-Surgical Care','orthopedic-post-surgical-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Our compassionate and certified team is here to help you regain motor skills and use assistive devices for independent living. We offer rehabilitation programs for those recovering from trauma, illness, or surgery, as well as support for conditions like arthritis, osteoporosis, and more.\"}',1,'2025-08-20 22:00:03','2025-08-20 22:00:03','4cabac51-4863-4972-a2ae-912436aeb9a0'),
(471,471,1,'Cardiac Care','cardiac-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Cardiac Care is designed to help people recover after a heart-related event or procedure—like a heart attack, heart surgery (such as bypass or valve replacement), a heart failure hospitalization, or a cardiac stent placement, providing a structured setting for recovery with medical support and rehabilitation. Our team will monitor and manage heart symptoms (like shortness of breath, chest pain, and swelling) and make sure heart medications are taken correctly and safely. We provide physical therapy to rebuild strength, stamina, and confidence with activity, and focused heart health and nutritional support, including heart-healthy diet education.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:00:03','2025-12-05 18:59:12','54963402-ae49-4fc7-89e6-2590a47e9f44'),
(472,472,1,'Cardiac Care','cardiac-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"We provide a safe and supportive environment for those recovering from heart-related conditions, including heart attacks, strokes, angina, heart failure, dysrhythmia, and more. Our focus is on helping you rehabilitate and regain your health.\"}',1,'2025-08-20 22:00:11','2025-08-20 22:00:11','9919a568-3016-49e3-af49-dd45a58029e9'),
(473,473,1,'Neuro & Stroke Care','neuro-stroke-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"We specialize in stroke recovery services aimed at minimizing brain injury, promoting healthy functioning, and reducing the risk of recurrence or future hospitalization.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:00:11','2025-12-05 18:59:12','58ab2947-9afd-4aa5-972d-97921c891e0b'),
(474,474,1,'Neuro & Stroke Care','neuro-stroke-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"We specialize in stroke recovery services aimed at minimizing brain injury, promoting healthy functioning, and reducing the risk of recurrence or future hospitalization.\"}',1,'2025-08-20 22:00:22','2025-08-20 22:00:22','223c6c49-dd84-4efa-9549-cd38554e7c9c'),
(475,475,1,'Pulmonary Care','pulmonary-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Pulmonary Care is focused on helping people recover and manage lung conditions, especially after hospitalization for things like Chronic Obstructive Pulmonary Disease (COPD) flare-ups, pneumonia, COVID-19, or Pulmonary Fibrosis or other chronic lung diseases.  We can provide breathing treatments (like nebulizers or inhalers), oxygen therapy, tracheostomy care, and ventilator weaning if needed. Additionally, our dedicated ventilator care units, where offered, support patients with chronic respiratory issues that require longer-term mechanical ventilation.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:00:31','2025-12-05 18:59:12','3791b162-cdcc-408e-b4ff-1fc3512f8025'),
(476,476,1,'Pulmonary Care','pulmonary-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"We provide specialized pulmonary care for individuals facing diseases or damage to the lungs, trachea, diaphragm, and other components of the pulmonary system. Our team includes leading respiratory care physicians and specialists, utilizing cutting-edge technology and evidence-based practices to ensure the best possible outcomes.\"}',1,'2025-08-20 22:00:38','2025-08-20 22:00:38','19415ba5-9727-4222-a6df-104c4be88800'),
(477,477,1,'Wound Care','wound-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Wound Care is designed to help people heal from serious or complex wounds that require more than basic care, especially after surgery, injury, or prolonged illness, including surgical wounds, skin infections, pressure injuries, diabetic foot ulcers, and chronic wounds related to poor circulation or vascular disease. Care plans include regular wound assessments by trained nurses and specialists who incorporate a number of advanced techniques and therapies into an individualized plan designed to promote healing, reduce pain, and prevent infections and wound-related complications.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:00:42','2025-12-05 18:59:12','709e7676-94b6-466c-a7a6-4415576b83d3'),
(478,478,1,'Wound Care','wound-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Our dedicated wound care team focuses on promoting healing and preventing both existing and in-house acquired wounds. We specialize in the treatment of chronic wounds, pressure ulcers, surgical wounds, and diabetic foot ulcers, using advanced techniques and therapies tailored to each patient\'s needs.\"}',1,'2025-08-20 22:00:46','2025-08-20 22:00:46','4f935120-4647-4d65-95b6-92a0d9f95572'),
(479,479,1,'Renal Care','renal-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Renal Care is a specialized care model designed to support patients with Acute Kidney Injury (AKI) or Chronic Kidney Disease (CKD) who are transitioning from hospital to home or a post-acute or long-term care setting. Emphasis is on early identification, renal function monitoring, medication optimization, fluid and electrolyte management, and coordination with nephrology for advanced treatments like hemodialysis and peritoneal dialysis when needed. Our dedicated team works closely with each patient to create individualized care plans that focus on improving kidney function, managing symptoms, and enhancing overall quality of life.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:00:52','2026-01-13 18:02:31','4a46d8a8-5ed6-46b1-a54b-6997737c1065'),
(480,480,1,'Renal Care','renal-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"For patients with chronic kidney disease, kidney failure, and end-stage renal disease (ESRD), we offer comprehensive disease management and dialysis services, including hemodialysis management, to ensure patients receive the highest level of care. Our dedicated team works closely with each patient to create individualized care plans that focus on improving kidney function, managing symptoms, and enhancing overall quality of life.\"}',1,'2025-08-20 22:00:59','2025-08-20 22:00:59','11fb480f-1594-4c6f-b71c-f250daf4091d'),
(481,481,1,'Palliative Care','palliative-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our post-acute palliative care program, also called our supportive care program, provides specialized, goal-concordant support for patients with serious illness transitioning from hospital to home, post-acute, or long-term care settings. The program focuses on expert symptom management, advanced care planning, and psychosocial support. Our interdisciplinary team works closely with patients and their families to address physical, emotional, and spiritual needs, ensuring a holistic, interdisciplinary approach to care.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:01:02','2025-12-05 18:59:12','85ba8bc3-e2de-41a6-b419-2aca5e1e6f6c'),
(482,482,1,'Palliative Care','palliative-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Palliative Care provides comfort and support to patients facing serious illness. We focus on managing symptoms, such as pain, nausea, and fatigue, while enhancing quality of life through compassionate care. Our interdisciplinary team works closely with patients and their families to address physical, emotional, and spiritual needs, ensuring a holistic approach to care.\"}',1,'2025-08-20 22:01:08','2025-08-20 22:01:08','0987bc20-7692-4f06-8e92-d776a3f12910'),
(483,483,1,'Bariatric Care','bariatric-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"We offer comprehensive, specialized care for individuals living with obesity and related health conditions in a post-acute or long-term care setting. Our interdisciplinary team develops personalized care plans that address both medical complexities and mobility needs, prioritizing dignity, comfort, and safety. The facility is equipped with bariatric-friendly accommodations—including expanded-capacity beds, chairs, and medical devices—as well as advanced transfer equipment such as Hoyer lifts to support safe and respectful mobility assistance.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:01:12','2025-12-05 18:59:12','5937bec4-911f-4fcf-9c72-aaf50c8faf96'),
(484,484,1,'Bariatric Care','bariatric-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"We provide specialized support for individuals managing obesity and related health conditions. Our personalized care plans address both medical and mobility needs, utilizing specialized equipment to ensure comfort and safety. Our facility is equipped with bariatric-friendly tools, including larger beds, chairs, and medical equipment, as well as the capability to use Hoyer lifts for safe patient transfers.\"}',1,'2025-08-20 22:01:17','2025-08-20 22:01:17','71cebbf9-3566-4bda-80eb-32aab432c133'),
(485,485,1,'Psychology/Psychiatric Care','psychology-psychiatric-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our Psychology and Psychiatry team delivers compassionate, patient-centered care for individuals experiencing mild to moderate mental health concerns such as anxiety, depression, and stress. Through individualized treatment plans, we focus on enhancing emotional well-being, building mental resilience, and supporting overall recovery. By integrating psychological support with medical care, we promote a comprehensive approach that fosters both physical healing and emotional balance in the post-acute and long-term care setting.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:01:22','2025-12-05 18:59:12','1995a6b0-aa08-4965-a22b-b3baff29f352'),
(486,486,1,'Psychology/Psychiatric Care','psychology-psychiatric-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Our Psychology and Psychiatric Care team provides compassionate support for patients experiencing mild mental health concerns, such as anxiety, depression, and stress. We focus on enhancing emotional well-being and mental resilience, offering individualized care that complements physical treatments. By addressing both mental and physical health, we support holistic recovery and promote a sense of balance and well-being for all patients.\"}',1,'2025-08-20 22:01:30','2025-08-20 22:01:30','ca222f0e-4f34-4237-b0f7-dc4131bfd34d'),
(487,487,1,'Long-Term Care Services','long-term-care-services',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our long-term care programs provide 24/7 support for individuals with chronic illnesses, disabilities, or cognitive impairments who require ongoing assistance with activities of daily living. These programs offer comprehensive medical oversight, nursing care, personal care services, and social engagement to support residents’ health, safety, and quality of life. We provide long-term care in a homelike environment, with a focus on maintaining dignity, comfort, and functional independence for as long as possible. Some of our specialized long-term care programs include:\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[2809]}',1,'2025-08-20 22:01:56','2025-09-23 21:13:50','0947b9dd-9783-4329-95e6-aff05a2660b5'),
(488,488,1,'Long-Term Care Services','long-term-care-services',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"For patients with additional care requirements, we offer comprehensive Long-Term Care services that provide individuals with extra comfort, safety, and compassion.\"}',1,'2025-08-20 22:02:03','2025-08-20 22:02:03','93fe4875-e61e-48dd-85a0-3950d5427572'),
(489,489,1,'Geriatric Care','geriatric-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Geriatric specialty care provides compassionate, bedside medical care tailored to the unique needs of older adults in the long-term care setting. We focus on maintaining independence, comfort, and dignity while managing complex, age-related health conditions. Services include comprehensive falls prevention, expert wound care, chronic disease management, and proactive health monitoring to enhance safety and overall quality of life.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:02:05','2025-12-05 18:59:12','8bb85901-bc19-4b6d-ab4b-b84c2474ed08'),
(490,490,1,'Geriatric Care','geriatric-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Our team is dedicated to providing compassionate, round-the-clock care at the bedside for elderly patients with a variety of health needs. We focus on promoting independence and comfort while managing age-related conditions. Our services include falls prevention, wound care, and proactive health management to ensure safety and improve quality of life.\"}',1,'2025-08-20 22:02:13','2025-08-20 22:02:13','ad309d23-addc-4975-a74c-6f9a8e69eb5a'),
(491,491,1,'Memory Care','memory-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our memory care programming is thoughtfully designed to cater to the unique needs of residents living with dementia, Alzheimer\'s disease, and other memory impairments. Understanding the complexities of memory-related conditions, our approach begins with the creation of a warm, familiar, and safe environment. We offer a comprehensive range of treatments and services that prioritize the well-being and quality of life of each individual. Our skilled memory unit team goes beyond basic care, fostering connections through compassion and understanding, which are vital for enhancing emotional well-being.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:02:13','2025-12-05 18:59:12','74605853-1c83-4877-ac00-0f3a4d64ff4f'),
(492,492,1,'Memory Care','memory-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Our memory care programming provides residents with dementia, Alzheimer’s disease, and other memory impairments with a full range of treatments and services. We focus on creating a warm, comfortable, and familiar environment where residents can enjoy routine while engaging with their community.\"}',1,'2025-08-20 22:02:19','2025-08-20 22:02:19','b51636f8-d7a6-4b8e-8142-85d4d9ece22c'),
(493,493,1,'Hospice Care','hospice-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our approach to hospice emphasizes effective management of symptoms and side effects related to both the disease and its treatment, while also addressing emotional, psychological, and spiritual needs.  We provide compassionate, end-of-life care focused on comfort, dignity, and quality of life for patients with terminal illnesses. Our team works closely with patients and their loved ones to ensure peace of mind during this challenging time, helping to create a supportive and peaceful environment.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:02:23','2025-12-05 18:59:12','4e2c0696-d1b1-4c5d-8330-6b3806641c53'),
(494,494,1,'Hospice Care','hospice-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Our approach to hospice emphasizes effective management of symptoms and side effects related to both the disease and its treatment, while also addressing emotional, psychological, and spiritual needs.  We provide compassionate, end-of-life care focused on comfort, dignity, and quality of life for patients with terminal illnesses. Our team works closely with patients and their loved ones to ensure peace of mind during this challenging time, helping to create a supportive and peaceful environment.\"}',1,'2025-08-20 22:02:28','2025-08-20 22:02:28','4ba382da-c805-485c-a286-141609fd9256'),
(495,495,1,'Respite Care','respite-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our Respite Care program provides short-term, high-quality care for individuals whose primary caregivers need temporary relief. Whether it\'s due to a planned vacation, a family emergency, or simply the need for rest and renewal, we offer a safe and supportive environment where patients receive personalized attention from our experienced care team. During their stay, we prioritize each individual’s comfort, dignity, and well-being—ensuring continuity of care and giving caregivers the peace of mind they deserve.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-08-20 22:02:28','2025-12-05 18:59:12','5a9dc52b-366b-4741-83a1-19c79e2f4e1d'),
(496,496,1,'Respite Care','respite-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"Our Respite Care service offers short-term relief for caregivers, providing a temporary stay for patients in need of care. Whether due to a family emergency, a break, or other personal reasons, our team ensures that patients receive compassionate care and attention during their short stay. We focus on maintaining the patient’s comfort, safety, and well-being while offering caregivers peace of mind.\"}',1,'2025-08-20 22:02:34','2025-08-20 22:02:34','af1ba6d4-6392-4365-9957-cc76c55f0483'),
(497,497,1,'Advanced Clinical Programs','advanced-clinical-specialties',NULL,'{\"89752275-60b9-4b61-9143-06d0fc3bb511\":[2806],\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"PathForward by Complete Care delivers structure, expertise, and compassion, giving patients and providers a clear path to better outcomes. Our physician-led advanced programs guide each step with proven outcomes, personalized support, and seamless transitions from hospital to home. Designed to elevate care beyond standard capabilities, PathForward focuses on what matters most: improving health, reducing readmissions, and restoring quality of life—one patient at a time.\"}',1,'2025-08-20 22:02:53','2026-01-20 20:34:21','e9b4533c-64d1-4d18-b220-b21c86e17211'),
(498,498,1,'Advanced Clinical Specialties','advanced-clinical-specialties',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\": \"We offer a range of specialty services to help patients with advanced conditions progress safely in their recovery and receive care that accommodates their individual needs. All programs and services are provided by accredited professionals and caring staff.\"}',1,'2025-08-20 22:02:59','2025-08-20 22:02:59','c45d5fd8-45ee-4d1b-bef1-01144a88e0b4'),
(545,545,1,'Arbors Cover Photo',NULL,NULL,NULL,1,'2025-09-02 20:43:21','2025-09-02 20:43:21','7fb3dfcb-629f-4a71-936f-43837ea18811'),
(548,548,1,'Arbors flyer',NULL,NULL,NULL,1,'2025-09-02 21:15:29','2025-09-02 21:15:29','b7100d85-f6df-4c72-bad6-28606d616300'),
(554,554,1,NULL,NULL,NULL,'{\"3269556a-bffa-4f5d-bb1f-07351390ae8d\":[2870,9698,9701,2889,2890,9733,9728,2874,9641,2872,2886],\"08bdc0bd-b069-4092-acf0-a644868be0ef\":{\"value\":\"https://www.linkedin.com/company/complete-care-official/\",\"type\":\"url\"},\"f848018e-5001-479b-8e8b-55661313d1e1\":{\"value\":\"https://www.facebook.com/completecareofficial/\",\"type\":\"url\"},\"88944c2f-1fe8-4b2a-9ead-e286abcf9631\":{\"value\":\"https://www.instagram.com/completecareofficial/\",\"type\":\"url\"},\"d949ad26-a1c5-46fc-8ff6-c97efaf5f3fc\":{\"value\":\"https://www.tiktok.com/@completelycaring\",\"type\":\"url\"},\"5c43329f-daed-4ad5-b1e3-4b2bd10679bf\":\"HLaBatch@completecaremgmt.com\",\"de5cd2d6-2676-4b3e-8ca9-a1d62bd24ffd\":\"volunteer@completecaremgmt.com\",\"c213756a-5264-4b55-b813-2f34e03221d9\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\",\"ff45e2ce-a173-4e20-83b5-99c99b1b308c\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PZJ7DTH\');</script>\\n<!-- End Google Tag Manager -->\",\"4e3fafb9-19e2-4e8b-9016-80af2136e2ec\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PZJ7DTH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-02 21:50:29','2026-02-11 15:28:35','5762437d-5175-4f3f-aa2f-5793a002dce2'),
(555,555,1,'Clinical Excellence','daily-housekeeping',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Clinical Excellence\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Specialty program and advanced capabilities\"}',1,'2025-09-02 22:24:40','2025-12-05 19:01:24','ea42e030-4fa3-46d8-a89a-45941c710e0c'),
(556,556,1,'Daily Housekeeping','daily-housekeeping',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\": \"Daily Housekeeping\"}',1,'2025-09-02 22:24:46','2025-09-02 22:24:46','a3dceab1-4e69-4bcd-9ac1-82ce5a303e13'),
(557,557,1,'Moments that Matter','laundry-service',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Moments that Matter\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Welcome gifts, birthday celebrations & hospitality touches\"}',1,'2025-09-02 22:24:46','2025-12-05 19:01:36','8ecbc561-efeb-4efc-8eda-770125c5e652'),
(558,558,1,'Laundry Service','laundry-service',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\": \"Laundry Service\"}',1,'2025-09-02 22:24:52','2025-09-02 22:24:52','af9b8b10-a16a-4601-ba79-2d3bea710263'),
(559,559,1,'Trusted Reputation','complimentary-wifi',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Trusted Reputation\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Award-winning programs and strong patient outcomes\"}',1,'2025-09-02 22:24:52','2025-12-05 19:01:50','886d2555-3877-4b36-aecb-352b871ffe95'),
(560,560,1,'Complimentary Wifi','complimentary-wifi',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Complimentary Wifi\"}',1,'2025-09-02 22:24:59','2025-09-02 22:24:59','ed44d23d-25f7-4038-b804-d8b974267ba9'),
(601,601,1,'CMS Five Star Quality','cms-five-star-quality-measures-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS Five Star Quality\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9701]}',1,'2025-09-03 21:48:04','2026-01-17 19:31:06','cb774269-113e-4e04-bd53-9de86d340d10'),
(602,602,1,'CMS Five Star Quality Measures from','cms-five-star-quality-measures-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"CMS Five Star Quality Measures\"}',1,'2025-09-03 21:48:33','2025-09-03 21:48:33','a2e85f27-8115-4ade-871c-8fae6382c387'),
(605,605,1,'Striving for Ten','ahca-bronze-award-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Striving for Ten\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2886]}',1,'2025-09-03 21:48:47','2026-01-17 19:36:26','313e713c-480b-4fec-b782-9be67a9c7eab'),
(606,606,1,'AHCA Bronze Award from','ahca-bronze-award-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"AHCA Bronze Award\"}',1,'2025-09-03 21:48:52','2025-09-03 21:48:52','d8ae6b2b-b48d-49ae-9405-97d0a3c760e3'),
(607,607,1,'AHCA Bronze Award from','ahca-bronze-award-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"AHCA Bronze Award\"}',1,'2025-09-03 21:49:15','2025-09-03 21:49:15','fd83569e-f553-4328-ac4a-4bd52540e0ff'),
(608,608,1,'CMS Five Star Quality from','cms-five-star-quality-measures-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"CMS Five Star Quality\"}',1,'2025-09-03 21:49:20','2025-09-03 21:49:20','2fb2762e-eee9-4063-90d0-5ecda4f110d6'),
(609,609,1,'CMS Five Star Quality from','cms-five-star-quality-measures-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"CMS Five Star Quality\"}',1,'2025-09-03 21:49:26','2025-09-03 21:49:26','3c0931c6-5365-4006-8e29-4084ce3f3736'),
(610,610,1,'CMS Five Star Quality from','cms-five-star-quality-measures-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"CMS Five Star Quality\"}',1,'2025-09-03 21:52:33','2025-09-03 21:52:33','2c16f905-90ac-4dd7-9528-1008c9b26c53'),
(612,612,1,'Great Placeto Work',NULL,NULL,NULL,1,'2025-09-03 21:56:34','2025-09-03 21:56:34','3e2f2583-5e40-41c2-8544-fdfdd36e7078'),
(613,613,1,'Strivingfor Ten',NULL,NULL,NULL,1,'2025-09-03 21:56:34','2025-09-03 21:56:34','d09a56ac-d75b-45c3-aa0d-41238b60df4d'),
(614,614,1,'CMS 5 Star Overall and Quality Measures',NULL,NULL,NULL,1,'2025-09-03 21:56:35','2025-10-08 18:25:13','1338ca40-df1e-4c38-b5db-47d62a345cf6'),
(616,616,1,'CMS Five Star Quality from','cms-five-star-quality-measures-from',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\": [614], \"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"CMS Five Star Quality\"}',1,'2025-09-03 21:56:43','2025-09-03 21:56:43','0cd39479-8f42-4d95-90d4-1b980ff9aa26'),
(617,617,1,'Great Place to Work 2025-2026','from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Great Place to Work 2025-2026\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2870]}',1,'2025-09-03 21:56:43','2025-10-03 20:24:49','e2d09a59-2350-4a98-bb83-2b1190b47eec'),
(618,618,1,'from','from',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\": [612]}',1,'2025-09-03 21:56:47','2025-09-03 21:56:47','bd843c21-381c-4231-937d-aded5833f1d7'),
(619,619,1,'Great Place to Work from','from',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\": [612], \"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"Great Place to Work\"}',1,'2025-09-03 21:56:57','2025-09-03 21:56:57','3cd85662-b30d-476c-9990-a3455a9fc2c4'),
(621,621,1,'Great Place to Work 2025-2026 from','from',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\": [612], \"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"Great Place to Work 2025-2026\"}',1,'2025-09-03 21:57:10','2025-09-03 21:57:10','18cbf723-6bdf-4c15-a7a4-e45d3c3542df'),
(623,623,1,'Striving for Ten','ahca-bronze-award-from',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\": [613], \"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"Striving for Ten\"}',1,'2025-09-03 21:58:30','2025-09-03 21:58:30','8fcd2c80-e6df-4457-a3d2-4690d09f5dd7'),
(629,629,1,'CMS Five Star Quality','cms-five-star-quality-measures-from',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\": [614], \"71d07053-43eb-40fe-8f9e-ad7480cc3193\": \"CMS Five Star Quality\"}',1,'2025-09-03 22:13:41','2025-09-03 22:13:41','f1afeab7-6939-499d-9860-87611d3125c1'),
(632,632,1,'Arbors Admin',NULL,NULL,NULL,1,'2025-09-03 22:27:11','2025-09-03 22:27:11','cf30e853-a441-466c-a347-366797faf5b4'),
(634,634,1,'Arbors AD 1',NULL,NULL,NULL,1,'2025-09-03 22:27:23','2025-09-03 22:27:23','380ed115-3979-4417-b069-c3a422f33f0b'),
(945,945,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script><!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-20 21:05:47','3629311f-8661-4bb1-8e33-7435d054aece'),
(951,951,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23848],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-02 17:26:52','c2eecb22-79bb-44f4-91d3-fede42ec427d'),
(952,952,1,'Susan DeGeorge',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan DeGeorge\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','e3dd1c93-57a8-472c-8c17-a095be8b8b9e'),
(953,953,1,'Brianna Osipow',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Osipow\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','42ded48f-903d-4e7d-b8b9-5320065dfab0'),
(954,954,1,'Bey Lea','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','ed280e38-3aa3-4ecd-bb37-cf7aa8d53e2d'),
(955,955,1,'Susan DeGeorge','susan-degeorge',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan DeGeorge\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','1384285e-ee27-47d5-bf10-04e9b34f9aa9'),
(956,956,1,'Brianna Osipow','brianna-osipow',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Osipow\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','93370c86-55c6-47e7-be5d-3c1fc3f82abe'),
(957,957,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23851],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-03-04 15:00:08','0a481a95-1829-4578-96ba-4edc03dba781'),
(963,963,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23854],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-02 17:28:38','d3ea07b1-a162-429b-8ffa-23498489c78d'),
(969,969,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23857],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-02 17:28:59','e7ed115e-5fd7-42ec-b65b-5f90dd6c967b'),
(970,970,1,'Brian Klocke',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Klocke\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','263abe28-5154-4dc7-b52a-0927e6db3986'),
(971,971,1,'Stacy Moldando',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacy Moldando\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','348fa87c-774e-4165-8bae-d777ac963a60'),
(972,972,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','c98e0025-90b1-433c-b0ff-95e14370fc39'),
(973,973,1,'Brian Klocke','brian-klocke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Klocke\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','9c580cca-205b-44e2-bbf2-8eca68025300'),
(974,974,1,'Stacy Moldando','stacy-moldando',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacy Moldando\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','d84cf0b2-dc28-43f7-b947-bc8b613d90af'),
(975,975,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23859],\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-02 17:29:24','b9b953ec-646c-425b-b715-c97540a007d7'),
(976,976,1,'Eli Basch',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Basch\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','8186f98a-3a2f-4fee-a656-bf5e914b4847'),
(977,977,1,'Dana Bea',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dana Bea\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','380ba856-79fe-4177-9428-2d795e45a05e'),
(978,978,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','b00f364b-cba9-4545-b945-7b993cc694c9'),
(979,979,1,'Eli Basch','eli-basch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Basch\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','28cb8bfd-a352-4e1a-bdbf-1ce344ede94b'),
(980,980,1,'Dana Bea','dana-bea',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dana Bea\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','7bcfae34-97ad-48f6-8848-28b7c4851bdc'),
(981,981,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23863],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-02 17:29:43','179b64cf-344c-4e72-8191-4ca382cda719'),
(982,982,1,'Katie Davis',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Davis\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','a1dc24fa-48bd-47f4-b622-4c55f79632b2'),
(983,983,1,'Riten Pandya',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Riten Pandya\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','879e771e-e871-4488-a270-85a5e05c6457'),
(984,984,1,'Shelby Svehla',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shelby Svehla\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','95b5369b-09f3-46b2-b872-1574b606d45d'),
(985,985,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','8b89ca20-d268-4985-9f54-6a87ed7bfedc'),
(986,986,1,'Katie Davis','katie-davis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Davis\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','a1de1069-bf70-43a5-b873-64b9c63fa41c'),
(987,987,1,'Riten Pandya','riten-pandya',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Riten Pandya\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','d3a34dd7-b56b-41b3-883d-6885238b8667'),
(988,988,1,'Shelby Svehla','shelby-svehla',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shelby Svehla\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','e243b1c2-f80a-40e6-ab25-259c0aeac23b'),
(989,989,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23866],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NCHWD3P\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NCHWD3P\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-02 17:30:01','72e131eb-bca7-48a4-9eec-1379ba721a3c'),
(990,990,1,'Rita DeGore',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rita DeGore\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','ca8af742-e3a6-4814-928f-176ee368623e'),
(991,991,1,'Elise McGlinchy',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elise McGlinchy\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','cd3ec17d-e9d9-4b36-92f5-b8130fb598cd'),
(992,992,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','48113b9f-3a4a-48f1-91d6-08a0d4247f66'),
(993,993,1,'Rita DeGore','rita-degore',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rita DeGore\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','3f78ce23-494b-44ae-bbb7-a146037d809d'),
(994,994,1,'Elise McGlinchy','elise-mcglinchy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elise McGlinchy\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','bb752675-18cd-47dd-83bb-44276aee718e'),
(995,995,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-02 17:30:20','4c736cbd-e542-4a27-8e51-951d0873752c'),
(996,996,1,'Jay Orzel',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jay Orzel\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','9c4118aa-87f9-4fac-ab2f-bcebbbc12351'),
(997,997,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','30585afe-a2a5-4761-bce6-43fac982957e'),
(998,998,1,'Jay Orzel','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jay Orzel\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','c719a414-3eb9-4627-b072-5946334e8061'),
(999,999,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,28766,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23872],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-13 16:44:35','9bf56211-6d0c-4f8a-97dd-79f6d0626f60'),
(1000,1000,1,'Joe Kaufman',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Kaufman\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','31456f91-8f99-4967-a39d-7a78639b3808'),
(1001,1001,1,'Taylor Manning',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Taylor Manning\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','eb1391f4-c563-47a0-8151-44f019088aef'),
(1002,1002,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','b3c01b71-fa37-4c52-9933-b290b5d331b8'),
(1003,1003,1,'Joe Kaufman','joe-kaufman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Kaufman\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','22048ceb-220c-46ea-ac3c-eafe2deb6017'),
(1004,1004,1,'Taylor Manning','taylor-manning',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Taylor Manning\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','755ea5d0-180a-4ea4-8c51-1cc8b0ac25ae'),
(1005,1005,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23874],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-02 17:30:50','91fb732a-155e-41b9-81e9-831f29dc462c'),
(1006,1006,1,'Chaim Kesserman',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Chaim Kesserman\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','94f74d8c-2b4a-4c44-acf5-5d1d5f1e7549'),
(1007,1007,1,'Melissa Natale',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Natale\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','2e71817c-5169-41ca-b8d1-6a3fbe860311'),
(1008,1008,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','49563594-5d07-4904-bef6-42358d25c504'),
(1009,1009,1,'Chaim Kesserman','chaim-kesserman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Chaim Kesserman\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','8857fe44-96c3-42e8-a1bf-d3687f3b6034'),
(1010,1010,1,'Melissa Natale','melissa-natale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Natale\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','314306e3-077c-460b-a1e5-305b09ee4149'),
(1011,1011,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23878],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-02 17:31:08','8e7e03bc-68f8-4b96-8305-86abbd841ff7'),
(1017,1017,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23881],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W95NZRD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W95NZRD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:35','2026-02-02 17:31:28','4766c296-6284-44ee-bafe-324bd507b4f4'),
(1018,1018,1,'Shalom Ephrathi',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shalom Ephrathi\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','f8e1f07a-bdc3-4e28-877c-20baf43f4136'),
(1019,1019,1,'Julie Schafer',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Julie Schafer\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','d825ed8e-9cb4-4316-9333-9941e8d2a323'),
(1020,1020,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-09-11 18:48:35','2025-09-11 18:48:35','0d130929-3051-419b-94dc-2bd81a55d824'),
(1021,1021,1,'Shalom Ephrathi','shalom-ephrathi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shalom Ephrathi\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','5861c24c-e7e5-4484-8598-79a542294479'),
(1022,1022,1,'Julie Schafer','julie-schafer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Julie Schafer\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','f01a5809-4166-4d6d-bdd1-fc7e18deda2b'),
(1023,1023,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23900],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, with a hot meal cart that visits each residence daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-06 18:51:49','4c2f11ad-9f16-48ae-a9f3-3889e6c995c2'),
(1031,1031,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23944],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvictoriacommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5JXQBRT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5JXQBRT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 21:10:03','e12e8da3-3298-4ddd-a793-9fcc3cf16e72'),
(1032,1032,1,'Krista Rickards',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krista Rickards\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','e148f37d-896a-4ceb-a1b6-189847a41143'),
(1033,1033,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','f643e73c-4c35-4d02-a857-32ed656a168f'),
(1034,1034,1,'Krista Rickards','krista-rickards',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krista Rickards\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','7732b692-e866-4a38-88f3-b4629e010a41'),
(1035,1035,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23887],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 17:31:57','ba4279a9-ade6-492b-bdb5-9b582ab662b8'),
(1036,1036,1,'Susan Love',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan Love\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','7fc12223-3759-41aa-b571-516a6d436fae'),
(1037,1037,1,'Rhonda LaPalomento',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rhonda LaPalomento\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','00fc60e8-ac29-4983-a5d8-f58c3b143d81'),
(1038,1038,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','ae48a705-fe28-4707-9ed1-14df8d3f3774'),
(1039,1039,1,'Susan Love','susan-love',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan Love\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','7abd7e73-2031-4491-9ff4-9eee4aae867a'),
(1040,1040,1,'Rhonda LaPalomento','rhonda-lapalomento',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rhonda LaPalomento\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','7bed5bbd-0a3a-4f35-b883-24762c297fee'),
(1041,1041,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23890],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 17:32:09','ec33ef3a-9c9e-4b9c-a5cb-dd9c30ca31fc'),
(1042,1042,1,'Eli Siegfried',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Siegfried\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','4b3fe498-0c31-4df0-8d32-8b8e75cb4f0c'),
(1043,1043,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','f7162d40-2e43-4995-a3da-046c72bb69b8'),
(1044,1044,1,'Eli Siegfried','eli-siegfried',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Siegfried\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','b3a42f67-1b02-4aed-a3bd-90de6ceae90f'),
(1045,1045,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23701],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 16:38:35','3a901214-3ddc-482c-ba5e-f3ffecd3fb18'),
(1051,1051,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23704],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 16:39:22','eda4cbc0-1823-4f88-be2c-b88012aa7a70'),
(1052,1052,1,'Jasmine Johnson',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jasmine Johnson\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','14803c89-ca0b-47e9-833d-a72797ebe7d0'),
(1053,1053,1,'Jospeh Marx',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jospeh Marx\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','3631379f-8678-4c6a-8a1b-9a8d040dd559'),
(1054,1054,1,'Annarela Amat',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Annarela Amat\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','66d9094a-673d-4e6f-be59-3aa5220321b3'),
(1055,1055,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','72c26016-88ec-41c4-9280-0f973625d65c'),
(1056,1056,1,'Jasmine Johnson','jasmine-johnson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jasmine Johnson\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','8e536d51-8977-4197-b36b-c3b422f3a29a'),
(1057,1057,1,'Jospeh Marx','jospeh-marx',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jospeh Marx\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','7e21f1ce-6e37-49b5-93ae-0715841f0ba7'),
(1058,1058,1,'Annarela Amat','annarela-amat',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Annarela Amat\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','76393fe6-3044-49e0-930e-57993aaf3273'),
(1059,1059,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23707],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 16:39:49','6bb82f33-c253-438c-8649-286a9f795de2'),
(1060,1060,1,'Christele Larosiliere, Saielle Pierrilus',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christele Larosiliere, Saielle Pierrilus\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','88bf4c57-9957-42f6-ba9a-8c7026d280a3'),
(1061,1061,1,'Joseph Edeltuch',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joseph Edeltuch\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','d41be496-4820-4bf4-a63a-08907a649555'),
(1062,1062,1,'Wislande Mauril',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Wislande Mauril\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','8b743e83-e507-4221-9051-272f040463c8'),
(1063,1063,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','243499ce-4c00-40a3-a4e5-d6b0e3404184'),
(1064,1064,1,'Christele Larosiliere, Saielle Pierrilus','christele-larosiliere-saielle-pierrilus',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christele Larosiliere, Saielle Pierrilus\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','6ffdafab-3ef0-4587-b2e0-1e3d3ef5e0ea'),
(1065,1065,1,'Joseph Edeltuch','joseph-edeltuch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joseph Edeltuch\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','2dfb3d93-babf-4520-9691-b4fbf4bbe169'),
(1066,1066,1,'Wislande Mauril','wislande-mauril',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Wislande Mauril\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','9ff5d29c-7026-4944-a67f-3f8c71e3aa18'),
(1067,1067,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23709],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 16:40:16','427d02f6-0964-422d-a91a-c51f6d58bcf4'),
(1068,1068,1,'Rikka Libatique',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rikka Libatique\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','8d32857f-4e6d-4dd0-a3a8-97ee5cfeeffe'),
(1069,1069,1,'Reem Khair',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Reem Khair\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','402acc09-072d-45c0-b4ed-cdd1bf2f1a26'),
(1070,1070,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','84c493c5-62b9-43df-a017-f359ace37932'),
(1071,1071,1,'Rikka Libatique','rikka-libatique',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rikka Libatique\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','e48fe784-be4b-4c4d-b2e5-7fa2723c40b1'),
(1072,1072,1,'Reem Khair','reem-khair',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Reem Khair\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','ec1212ea-5f64-4122-bf40-f5e168d38a14'),
(1073,1073,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23713],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholmdel.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NNPWD4W\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NNPWD4W\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 16:40:47','ef7c7d11-0d57-4ae1-b227-e730daa3e9e9'),
(1074,1074,1,'Brian Long',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Long\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','435b37d8-7c3e-4e6a-b3d9-e1f95bbc533b'),
(1075,1075,1,'Deena Coffee (Sr. Director of Sales and Marketing)',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee (Sr. Director of Sales and Marketing)\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','7d57f32e-fc2e-44f6-8a8d-cfb08c864bb4'),
(1076,1076,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','86ff0d7b-62aa-4416-85a5-24f8b35a37c1'),
(1077,1077,1,'Brian Long','brian-long',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Long\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','55f377fc-393e-41e0-8e4c-76b8c65a03e1'),
(1078,1078,1,'Deena Coffee (Sr. Director of Sales and Marketing)','deena-coffee-sr-director-of-sales-and-marketing',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee (Sr. Director of Sales and Marketing)\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','c11b4ce1-6986-4dac-8438-2bcffd7c0687'),
(1079,1079,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-01-22 14:35:47','393b5c3f-6492-4509-b06e-98b0a1407c82'),
(1080,1080,1,'Yehuda Smoke',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Smoke\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','498cb502-de7d-4cbf-9e55-99f742b016f5'),
(1081,1081,1,'Eileen Medina',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eileen Medina\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','6742cd6a-a6f9-43b6-aef6-9c3b81cea971'),
(1082,1082,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','06de280f-c6e9-4211-9479-20a55a8b3b7c'),
(1083,1083,1,'Yehuda Smoke','yehuda-smoke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Smoke\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','f9ecd16b-1bc5-4b89-bdb3-4a39d9308a44'),
(1084,1084,1,'Eileen Medina','eileen-medina',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eileen Medina\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','b9083365-997a-4518-a203-0fc21fcd9f3b'),
(1085,1085,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23716],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PPG2D8B\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PPG2D8B\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 16:41:20','e4cb67e7-bff6-4054-b452-9c17ea4f712d'),
(1086,1086,1,'Yehuda Zev Berman',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Zev Berman\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','23e7d0aa-57f9-494b-ac35-3851a54ce2b7'),
(1087,1087,1,'Kris Worman',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kris Worman\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','de3beb4e-b8c4-48dc-bf3d-add2b342b3d6'),
(1088,1088,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','7f915f5f-2610-4944-a87c-f5d971451a23'),
(1089,1089,1,'Yehuda Zev Berman','yehuda-zev-berman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Zev Berman\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','e7cefd0e-9556-4614-acfa-d41ee4e2b92b'),
(1090,1090,1,'Kris Worman','kris-worman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kris Worman\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','174f8640-aa80-45f4-9ef1-648b2c234de3'),
(1091,1091,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-26 21:38:33','d5486639-de3c-4adc-900e-ca049aeb6720'),
(1092,1092,1,'Yehuda Gottlieb',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Gottlieb\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','fda6931e-d803-4a82-bf40-8ffbe14327e9'),
(1093,1093,1,'Blondine Prevlion',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Blondine Prevlion\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','e91291de-44c9-44c7-a007-317736163c1e'),
(1094,1094,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','067c87a1-3de8-4c71-8fc0-c4d1f0bfed52'),
(1095,1095,1,'Yehuda Gottlieb','yehuda-gottlieb',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Gottlieb\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','a0aaac7f-aedd-47b6-a1fc-f361b5cce6de'),
(1096,1096,1,'Blondine Prevlion','blondine-prevlion',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Blondine Prevlion\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','f7bc4c27-c0d2-4d4c-9e83-b76c12abf298'),
(1097,1097,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23719],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccparkplace.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5MDJ53H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5MDJ53H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 16:41:57','07ab614c-96b2-4916-b851-b816e792c080'),
(1098,1098,1,'Leiby Mayorovitz',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leiby Mayorovitz\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','4d025b3e-176a-4e64-b88b-683838591bce'),
(1099,1099,1,'Kimberly O\'Laughlin',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kimberly O\'Laughlin\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','cc30bbd8-0442-4a74-9078-51d9c68fb10f'),
(1100,1100,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','f6942170-6e0c-4812-94f9-a1c5cc007e75'),
(1101,1101,1,'Leiby Mayorovitz','leiby-mayorovitz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leiby Mayorovitz\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','70c9da8a-475e-4f13-a0fe-f7d892fc3c2e'),
(1102,1102,1,'Kimberly O\'Laughlin','kimberly-olaughlin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kimberly O\'Laughlin\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','cb6dfedb-1a43-4c4d-baf5-4d8396966da3'),
(1103,1103,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12408],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23721],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccplainfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWZGD4N\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWZGD4N\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 16:42:16','a2214e73-4173-46a5-8d66-1f18aa6f892b'),
(1104,1104,1,'Aviel Saleh',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aviel Saleh\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','93b9d3a2-39d9-4c21-899e-2fb333cd40b4'),
(1105,1105,1,'Ida Dziadyk',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ida Dziadyk\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','74151aaf-39ab-469f-9e04-f532dc78a4c7'),
(1106,1106,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','743eeb90-560d-42b1-af4c-7b7ab1f59f9a'),
(1107,1107,1,'Aviel Saleh','aviel-saleh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aviel Saleh\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','5504aa11-b233-4ab2-ae4c-440658d980cb'),
(1108,1108,1,'Ida Dziadyk','ida-dziadyk',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ida Dziadyk\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','1fd206b0-6f3c-4330-8ce5-76493a47ae98'),
(1109,1109,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/UtnCbCagS5A?si=-2DVh8_poEmTSaLK\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-03-17 19:01:42','20972a84-7a52-47b4-ba5e-08e9f6a57f4c'),
(1110,1110,1,'Donna Davies',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Donna Davies\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','ea680f9c-d846-4131-b31c-4661ed1a55fc'),
(1111,1111,1,'Tiffany Romano',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Romano\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','00f54b44-2cf3-415b-9de0-99ddb29adc08'),
(1112,1112,1,'Jocelyn Raymond',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jocelyn Raymond\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','36d76313-d2fe-4e50-9bc9-b7348edbcc88'),
(1113,1113,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','2684a986-0653-4977-85b2-698005a3dd8e'),
(1114,1114,1,'Donna Davies','donna-davies',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Donna Davies\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','884cf423-3d20-4216-b8b2-7dbc01f31fa9'),
(1115,1115,1,'Tiffany Romano','tiffany-romano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Romano\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','3dd260b2-8851-45f3-8afb-95223bb48b69'),
(1116,1116,1,'Jocelyn Raymond','jocelyn-raymond',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jocelyn Raymond\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','d0074399-76c2-402c-9b2a-89b35b555988'),
(1117,1117,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23730],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:36','2026-02-02 16:46:38','5bcf27d4-b7c3-4c3d-b066-03fae372f1a8'),
(1118,1118,1,'Kanene Oleka',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kanene Oleka\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','6614e4cb-6837-4943-8f0e-b1d80c29f762'),
(1119,1119,1,'Alarys Tavares',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alarys Tavares\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','0a7591e5-50a3-44b8-8edd-be8fc7a82571'),
(1120,1120,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','690707b6-a351-4014-9698-540a23437eb4'),
(1121,1121,1,'Kanene Oleka','kanene-oleka',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kanene Oleka\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','729b6ca2-0a3b-43e6-91c8-923ba12bebde'),
(1122,1122,1,'Alarys Tavares','alarys-tavares',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alarys Tavares\"}',1,'2025-09-11 18:48:36','2025-09-11 18:48:36','29c9eb26-6f5b-42d4-b743-4c45b2cf9918'),
(1123,1123,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23734],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 16:47:19','f52e0a41-d119-4778-a1e4-e6dc78f17751'),
(1129,1129,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,47364,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/6xw2kmFNbYc?si=3jxzJLgHy4RTMvFJ\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23737],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-03-19 17:06:20','a76211e8-8766-4340-a5d4-5fd7bd80542b'),
(1130,1130,1,'Joe Cohen',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Cohen\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','8e2aea9f-857d-4999-b2bb-2a851fdc239b'),
(1131,1131,1,'Kenya Williams',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kenya Williams\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','53e53174-e499-4367-9245-5d6295c94931'),
(1132,1132,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','ceb36b0d-c73f-46c4-93e3-b0b844248072'),
(1133,1133,1,'Joe Cohen','joe-cohen',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Cohen\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','60aa36a3-56f9-4856-9437-a438df2b17f8'),
(1134,1134,1,'Kenya Williams','kenya-williams',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kenya Williams\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','08e485f1-84e2-4ffa-81b2-ebbc827d03f9'),
(1135,1135,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23903],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5HTBXHB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5HTBXHB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 17:53:46','d4ef9c59-da63-48ae-812a-9fe7c0d54d20'),
(1136,1136,1,'Michele Chihadeh',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Chihadeh\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','e715ab9e-5b86-408c-a5b8-8a3d946bb8f9'),
(1137,1137,1,'Deena Coffee (Sr. Director of Sales and Marketing)',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee (Sr. Director of Sales and Marketing)\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','a3fab804-db0e-4fdd-8f95-32c4090e96f3'),
(1138,1138,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','79036d06-6a91-446a-ae7d-4b7194b8b896'),
(1139,1139,1,'Michele Chihadeh','michele-chihadeh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Chihadeh\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','b22fe8fa-7aa9-4a32-90ad-4577a5fe8a49'),
(1140,1140,1,'Deena Coffee (Sr. Director of Sales and Marketing)','deena-coffee-sr-director-of-sales-and-marketing',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee (Sr. Director of Sales and Marketing)\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','725f4c25-438c-4c74-887f-03063867efe3'),
(1141,1141,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2025-09-11 18:48:37','2026-01-21 18:39:24','adc21688-2d0a-4bea-9ca8-826454a8e1ff'),
(1142,1142,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"1\"}}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','ae3f1f76-9da1-4073-ae09-19871b112f8a'),
(1143,1143,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23740],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwoodlands.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N4PZH78\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N4PZH78\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 16:48:28','a557923d-d982-42a5-a90a-ea1168890f1b'),
(1144,1144,1,'Michael Bahooshian',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Bahooshian\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','90bea117-554d-4ee9-b742-84f6780dac37'),
(1145,1145,1,'Brionna Allen-Jordan',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brionna Allen-Jordan\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','4ce69ea2-d871-41c0-a372-af308affa992'),
(1146,1146,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','c7e38519-2cad-4e43-8b71-3e7eabde0972'),
(1147,1147,1,'Michael Bahooshian','michael-bahooshian',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Bahooshian\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','2e4d6379-9895-418e-b49c-5b9d18e99aac'),
(1148,1148,1,'Brionna Allen-Jordan','brionna-allen-jordan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brionna Allen-Jordan\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','3dae1bd5-e2ac-4c0b-88ca-2f1e066ad0d2'),
(1149,1149,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9732,9735,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12431],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2025-09-11 18:48:37','2026-01-21 01:54:04','9a9ce59b-261b-43cc-95be-26ac01fca387'),
(1150,1150,1,'Mark Sorrento',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mark Sorrento\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','3300935f-b7d0-4792-9102-0eac44cd5052'),
(1151,1151,1,'Vanessa Osi',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Vanessa Osi\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','1db10b82-1cc2-4720-bc0b-82d384dc34a6'),
(1152,1152,1,'Roosevelt Edison','rooseveltcarecenter-edisonpletecaremgmt','rooseveltcarecenter-edisonpletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"1\"}}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','9531ff9a-3557-4bb9-8fda-0f75edeb8b2d'),
(1153,1153,1,'Mark Sorrento','mark-sorrento',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mark Sorrento\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','2190355a-7ab7-454d-8c00-759c6112e7aa'),
(1154,1154,1,'Vanessa Osi','vanessa-osi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Vanessa Osi\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','d824db55-b464-4c5d-b4af-20879db02546'),
(1155,1155,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,9640,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12437],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9518,9519,9520],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2025-09-11 18:48:37','2026-01-21 01:54:31','fef2d030-05ed-46c8-822f-bc632e7206de'),
(1156,1156,1,'Evan Gold',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Gold\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','f627297c-cb62-4a78-bce7-5104f07f6609'),
(1157,1157,1,'Kendra Bass',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kendra Bass\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','287acc31-7eff-4463-8b8c-597ad231f29a'),
(1158,1158,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"1\"}}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','5f4ae2de-dbb7-42c3-a3b4-891e9dee34fc'),
(1159,1159,1,'Evan Gold','evan-gold',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Gold\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','386780f8-9bed-4dd0-87ff-6cfac0cda06c'),
(1160,1160,1,'Kendra Bass','kendra-bass',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kendra Bass\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','e88a53af-d09d-4f76-b65b-303dfec4da7e'),
(1161,1161,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23808],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 17:19:56','024e3073-4224-4e99-84b3-03e825ecf0e7'),
(1162,1162,1,'Naftali Feld',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naftali Feld\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','b192c6b4-8bd2-492f-8a1c-8af360565661'),
(1163,1163,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','da9d1215-4ce2-4df7-b78d-94a7b258e57c'),
(1164,1164,1,'Naftali Feld','naftali-feld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naftali Feld\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','3b243cfe-f1cf-4e20-a56f-a025cf759fcd'),
(1165,1165,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,47364,9640,2974,617,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-03-19 19:58:41','88dd966c-23b8-433c-b97b-e0f48e3305ef'),
(1171,1171,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,28766,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23802],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-13 16:46:50','f3e4be9d-97d9-4afa-b6c6-135f535ee8aa'),
(1172,1172,1,'Shannon Vinciguerra',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shannon Vinciguerra\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','8484dd2d-a6e4-4de3-8ac2-55b387ae3b3f'),
(1173,1173,1,'Adrienne Lukity',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Adrienne Lukity\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','b99ed9df-a7c9-464e-98f8-b9fbc7c4648d'),
(1174,1174,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','eb75352f-6cf9-4eed-add2-4b12193b5ae8'),
(1175,1175,1,'Shannon Vinciguerra','shannon-vinciguerra',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shannon Vinciguerra\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','fa6067f0-cb9e-45e9-a95d-5326dd6eb73a'),
(1176,1176,1,'Adrienne Lukity','adrienne-lukity',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Adrienne Lukity\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','478742e2-af0e-48df-894d-9f475bbb2d42'),
(1177,1177,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23804],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 17:19:27','e0544411-1472-4534-bc4b-8ad4a2db6a1f'),
(1185,1185,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23811],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Info@ccchestnuthill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PFW86XW\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PFW86XW\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 17:20:16','5e889fe1-6c8b-43e6-b926-1ab5647a1cbd'),
(1186,1186,1,'Henry Litchfield',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Henry Litchfield\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','cf1366a3-6af7-42f4-a246-fb4548f527ae'),
(1187,1187,1,'Elizabeth Pallotto',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Pallotto\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','082784fe-652f-4f6b-b743-a5a0bc0e1fcc'),
(1188,1188,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','c8b317e3-3625-4bf8-856d-455559fba899'),
(1189,1189,1,'Henry Litchfield','henry-litchfield',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Henry Litchfield\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','f8a1a712-9e26-4422-aeb4-5300064e371b'),
(1190,1190,1,'Elizabeth Pallotto','elizabeth-pallotto',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Pallotto\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','071edb14-79e8-4c7a-b78a-04cf47f64523'),
(1191,1191,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23816],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MNH7WFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MNH7WFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 17:21:02','91fc9113-8440-439d-b28c-61eb2690cc2e'),
(1192,1192,1,'Robert Constantin',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Robert Constantin\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','015ae1b2-e7de-42ec-a556-cacea9219bf5'),
(1193,1193,1,'Derah Evans',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Derah Evans\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','d330b962-a053-4c9f-be5d-cde66d697353'),
(1194,1194,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','20b0cb75-50a2-42b1-beba-919c8318cfa8'),
(1195,1195,1,'Robert Constantin','robert-constantin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Robert Constantin\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','56305b42-c623-4d22-bb9d-05ea637a2a0b'),
(1196,1196,1,'Derah Evans','derah-evans',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Derah Evans\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','58b77a86-c3d8-4a82-a24a-0395144367d3'),
(1197,1197,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23819],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 17:21:49','a0d3f8e9-e639-4b1c-80a4-1ea318691ec8'),
(1198,1198,1,'Steven Rieder',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Rieder\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','8a00ebf8-0875-4488-9f08-01b08baca5b9'),
(1199,1199,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','f436cb54-b5e7-4829-9ad6-d59815f4eb9b'),
(1200,1200,1,'Steven Rieder','steven-rieder',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Rieder\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','41598164-aafb-4c80-9984-5e63dd50651e'),
(1201,1201,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23821],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccharborage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PZ43554\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PZ43554\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 17:22:14','97626b24-89ba-4c73-9655-57e66587bb20'),
(1202,1202,1,'Yeira Matos',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yeira Matos\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','cae2fc5c-4a96-4b36-b8c0-ad00fede134e'),
(1203,1203,1,'Michael Lifschutz',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Lifschutz\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','439c9351-a28b-4ed1-9fdb-e23aadead452'),
(1204,1204,1,'Merlin Romero',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Merlin Romero\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','33e5497e-9ddc-4ede-93ba-b4ae0a5ca6b0'),
(1205,1205,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','4bb09ae8-c3e2-4ded-8bf2-36797636c66b'),
(1206,1206,1,'Yeira Matos','yeira-matos',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yeira Matos\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','bebe9bc0-bdfd-4d27-8b2d-b80fdfccf7cb'),
(1207,1207,1,'Michael Lifschutz','michael-lifschutz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Lifschutz\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','30d2be5c-9bf3-4b00-9209-da4ccdae843c'),
(1208,1208,1,'Merlin Romero','merlin-romero',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Merlin Romero\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','4eeec8cd-6d1b-44cd-844f-3d85345ed1da'),
(1209,1209,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8864,8869,8866,8865],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-06 19:41:09','045ed8ac-519f-4532-b697-09ee4ad5b52c'),
(1210,1210,1,'Joshua Levy',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joshua Levy\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','40751c58-e119-4708-b6d0-81e8ded35b65'),
(1211,1211,1,'Tammy Mauz',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tammy Mauz\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','f89d3564-6302-47f3-a5a0-9e1388cbf21c'),
(1212,1212,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','9104562d-a853-4142-ac97-4bed3f8b3041'),
(1213,1213,1,'Joshua Levy','joshua-levy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joshua Levy\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','2f5fe7b5-96ec-4024-ae2b-2264c2e2f827'),
(1214,1214,1,'Tammy Mauz','tammy-mauz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tammy Mauz\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','a9de373f-47b3-46d0-9ffc-dbd760b35321'),
(1215,1215,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23827],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccinglemoor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TKB4RWC\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TKB4RWC\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 17:23:06','5a1b2bde-1270-4e7e-96bf-6e2b86599863'),
(1216,1216,1,'Ian Singer',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ian Singer\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','9fb9e93a-9973-483d-91df-c6d98ed359f8'),
(1217,1217,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','e8d14ee4-1c38-43df-a85c-fae9a4426dec'),
(1218,1218,1,'Ian Singer','ian-singer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ian Singer\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','31e564b6-f5dd-4b9a-a551-eb139a7ebbaa'),
(1219,1219,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23830],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cclehigh.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TMQS766\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TMQS766\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:37','2026-02-02 17:23:33','7d8668b6-cafb-41a1-b01c-375c62b21391'),
(1220,1220,1,'Deb Stoneback',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deb Stoneback\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','e209e56b-9ad1-43ac-bece-0ca3a6bd7c0e'),
(1221,1221,1,'Monica Trilli',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Monica Trilli\"}',1,'2025-09-11 18:48:37','2025-09-11 18:48:37','d5ca9094-9387-424f-9473-ff188e5f36b3'),
(1222,1222,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','f4237e69-d7f4-4118-9812-de6e4ecf4f19'),
(1223,1223,1,'Deb Stoneback','deb-stoneback',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deb Stoneback\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','5871bb2d-e41e-4558-84bd-28beb8f3cd78'),
(1224,1224,1,'Monica Trilli','monica-trilli',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Monica Trilli\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','906c4ce3-ca75-41be-83c1-ff9a35eacb69'),
(1225,1225,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23833],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmilfordmanor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NFSFSBG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NFSFSBG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-02-02 17:23:56','b7cf06c5-ee09-4d60-9db0-f17689c68fcc'),
(1226,1226,1,'Grace Reyes',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Grace Reyes\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','194ba131-e707-4146-83e3-4bedda600175'),
(1227,1227,1,'Amanda Sensale',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','835f058c-8033-494d-97c3-288db25e945a'),
(1228,1228,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','8c65c181-87c4-4a24-8787-35490307b483'),
(1229,1229,1,'Grace Reyes','grace-reyes',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Grace Reyes\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','67aaee46-de8d-4efe-a876-ea60368405bf'),
(1230,1230,1,'Amanda Sensale','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','afc2e479-7dc4-4e3e-9ce1-666e5651fa92'),
(1231,1231,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23836],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccphillipsburg.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP7HKLN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP7HKLN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-02-02 17:24:30','ef21eb10-10cf-4eae-8d81-6cec8fa92a2c'),
(1232,1232,1,'Abby Dantinne',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Abby Dantinne\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','ca104df4-54e9-4626-adb9-f1ced6b1ad07'),
(1233,1233,1,'Michele Cartagena',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','4f93da55-4da7-47c5-84de-b537e580daea'),
(1234,1234,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','837e8a7a-55d0-485c-a9fd-04132df9fa70'),
(1235,1235,1,'Abby Dantinne','abby-dantinne',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Abby Dantinne\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','3795a887-cb43-46b5-823a-db66d91149d6'),
(1236,1236,1,'Michele Cartagena','michele-cartagena',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','cc9e0aad-f435-4c96-bed1-7a05a0fe8849'),
(1237,1237,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,47364,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23839],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-03-19 17:24:01','7f4afdd4-c308-462d-bea9-9c48ffec263f'),
(1238,1238,1,'RJ Clemor',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"RJ Clemor\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','fd598e22-bc32-478a-9fdb-a6fbeb869ff2'),
(1239,1239,1,'Luisa Alcover',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Alcover\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','4b42b193-8823-4060-8c25-8b2c84129a28'),
(1240,1240,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','ee0957c8-f782-45a3-9ec4-44e5eeeee57a'),
(1241,1241,1,'RJ Clemor','rj-clemor',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"RJ Clemor\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','4969b644-9409-46ee-b749-9db53cbb3ec6'),
(1242,1242,1,'Luisa Alcover','luisa-alcover',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Alcover\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','d84bf4fe-e619-4f7e-a38b-2252aad9e8d0'),
(1243,1243,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,47364,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccregent.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7WWWFT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7WWWFT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-03-19 17:25:00','4a270d03-df45-43bd-af6f-39a5bea34f27'),
(1244,1244,1,'Moshe Gottesman',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Moshe Gottesman\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','b3943c3b-e615-4d17-8a67-4bd7d4494aa8'),
(1245,1245,1,'Dawyn Karvoski',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dawyn Karvoski\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','7ee42067-3da7-4160-9dcb-931b31259f83'),
(1246,1246,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','78946b84-b1df-4dc3-bf9e-039c7f95c226'),
(1247,1247,1,'Moshe Gottesman','moshe-gottesman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Moshe Gottesman\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','d150e23b-42e1-4820-8284-f64537f92734'),
(1248,1248,1,'Dawyn Karvoski','dawyn-karvoski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dawyn Karvoski\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','b4c72b5c-3123-429f-87e2-6aa8d72d736d'),
(1249,1249,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"Info@ccwaynehills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-03-16 16:36:40','8be10cd9-0225-495f-aee2-488b4f143d63'),
(1250,1250,1,'Ralph Muller',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ralph Muller\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','81743f5a-6879-4bad-87f8-285ddde575ee'),
(1251,1251,1,'Amanda Sensale',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','c964261c-a230-477f-b110-f9aacb78c3e0'),
(1252,1252,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"1\"}}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','c75ac63d-2ba0-420d-9ee8-81756d386e88'),
(1253,1253,1,'Ralph Muller','ralph-muller',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ralph Muller\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','c876ecdf-3dd7-4694-940f-e38d9bb3bcf6'),
(1254,1254,1,'Amanda Sensale','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','bdda1561-eebc-4d69-a271-cb2199de1696'),
(1255,1255,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[28921],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-02-13 18:10:18','f90e16ae-c001-4849-b609-19c399983c49'),
(1261,1261,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23776],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-02-02 16:55:09','1083f9e9-f3c7-44a0-a7c9-472f7730b282'),
(1262,1262,1,'Alexandra Greene',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexandra Greene\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','b2e826b8-d735-4923-b1e9-0d8cf35c6ab7'),
(1263,1263,1,'Ronald Inglis',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ronald Inglis\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','7932e88d-f1ee-4aa0-afa5-fe9a32e58c11'),
(1264,1264,1,'Tiffany Gugliotta',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Gugliotta\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','61973b90-e804-48b7-bb7c-343b652ab3fb'),
(1265,1265,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','93b85c2e-3597-41d1-a14a-5da12159406d'),
(1266,1266,1,'Alexandra Greene','alexandra-greene',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexandra Greene\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','e98bc192-ea70-4430-b91f-8920ac92d667'),
(1267,1267,1,'Ronald Inglis','ronald-inglis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ronald Inglis\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','5ccade32-f640-4d51-abaf-51638c6c03ea'),
(1268,1268,1,'Tiffany Gugliotta','tiffany-gugliotta',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Gugliotta\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','581f86e8-218a-4d17-9aab-ee8e700d9ee9'),
(1269,1269,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[43184],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NSKPFW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NSKPFW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-03-16 18:29:12','48e813ba-6dea-46e5-b74d-fcde6c1ff9f0'),
(1270,1270,1,'Ashley Henderson',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Henderson\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','0499b5fe-f568-47e7-9c9d-aa2b4c190524'),
(1271,1271,1,'Jessica Dukes',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Dukes\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','7ae5661b-f476-4533-8934-737c6627872c'),
(1272,1272,1,'Mariah Beatty',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mariah Beatty\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','5770bb61-2760-4149-be41-cbf9f6032359'),
(1273,1273,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','a216c8e5-aa08-46cc-a7f7-4eef4eda4f40'),
(1274,1274,1,'Ashley Henderson','ashley-henderson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Henderson\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','1a7701b4-a8b9-4463-b599-39be6fe13804'),
(1275,1275,1,'Jessica Dukes','jessica-dukes',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Dukes\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','6746c197-bc32-4204-a029-ad0f39df201b'),
(1276,1276,1,'Mariah Beatty','mariah-beatty',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mariah Beatty\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','b703174a-c607-4276-b82d-cdc71bbe34b0'),
(1277,1277,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12275],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccdawnview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N8J9X585\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N8J9X585\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-01-22 16:59:14','87cdf6b2-7497-400d-912d-8f898eae373e'),
(1278,1278,1,'Stephanie J. Shoemaker',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie J. Shoemaker\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','c6db34eb-138b-48de-aed0-893d7a531afd'),
(1279,1279,1,'Sheila Keister',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sheila Keister\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','14e7a80f-b6e1-4561-b777-c41a3d4930f8'),
(1280,1280,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','d6e7ec51-3c71-4338-bf3e-1a7b931976b2'),
(1281,1281,1,'Stephanie J. Shoemaker','stephanie-j-shoemaker',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie J. Shoemaker\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','ee666ae2-27bb-459a-b804-ba20747ffbfc'),
(1282,1282,1,'Sheila Keister','sheila-keister',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sheila Keister\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','531788cb-29f8-4847-8235-3dba4f457901'),
(1283,1283,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23694],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T4WH9SR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T4WH9SR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-02-02 16:35:36','08fbf291-29a1-458b-8d57-66b7a8419805'),
(1284,1284,1,'Cindy Nasrawy',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cindy Nasrawy\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','cb44cf4b-202f-43cf-b30c-0df0eb0d24c9'),
(1285,1285,1,'Stephanie Kendle',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie Kendle\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','a0f475f1-3df6-436a-a531-40b79652745a'),
(1286,1286,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','5763f648-c41c-466a-81be-29af997755da'),
(1287,1287,1,'Cindy Nasrawy','cindy-nasrawy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cindy Nasrawy\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','247ccd45-10a3-405e-9c86-9e2a8f04335a'),
(1288,1288,1,'Stephanie Kendle','stephanie-kendle',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie Kendle\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','4548c7dc-db63-4f24-ae85-f346e63800b0'),
(1289,1289,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12281],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[43186],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareheritage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRDHM57\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRDHM57\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-03-16 18:30:30','a36410eb-c99c-48aa-9ddc-9cc1d2f38785'),
(1290,1290,1,'Leroy Watters',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leroy Watters\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','cd7cf294-2683-4741-9117-b1e742cd910a'),
(1291,1291,1,'William Brawders',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Brawders\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','ff2020db-a4c0-4aa7-acb7-b8834616c237'),
(1292,1292,1,'Debbie Kramer',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Debbie Kramer\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','9629f17b-1dcb-4e8a-b51d-8cbabd55c48f'),
(1293,1293,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','d9bcf223-36cc-45cf-a395-927d84853f54'),
(1294,1294,1,'Leroy Watters','leroy-watters',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leroy Watters\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','1b0709ef-daab-4fab-bcba-01406792ea13'),
(1295,1295,1,'William Brawders','william-brawders',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Brawders\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','6671a4e1-846d-4144-a2c5-0f8f08f37e8f'),
(1296,1296,1,'Debbie Kramer','debbie-kramer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Debbie Kramer\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','113e7d61-5ceb-45ac-9ae0-27c82a31c235'),
(1297,1297,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Dietician-approved meals served in the comfort of residents’ rooms\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Assistance with admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-02-13 17:12:13','91f80ff3-eb28-4ad3-a94a-4df7046721b7'),
(1298,1298,1,'Ruth Graziano',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ruth Graziano\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','1c2a42fa-ba9a-415a-a8e5-7cd4e292e092'),
(1299,1299,1,'Pam Melvin',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Pam Melvin\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','cee89736-cfd4-4ae0-97ab-096c39b867ff'),
(1300,1300,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','338bcb98-3bab-4bc1-a02c-bfaf28d097e4'),
(1301,1301,1,'Ruth Graziano','ruth-graziano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ruth Graziano\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','86be6a8a-4c95-4102-9332-d83dd65b0ba2'),
(1302,1302,1,'Pam Melvin','pam-melvin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Pam Melvin\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','1cd622c9-e1ac-4a04-86d1-ec92d15ee8f5'),
(1303,1303,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23779],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-02-02 16:57:54','aa0e0041-34c6-469a-a95d-c491eb3c2fae'),
(1304,1304,1,'Aaron Smith',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aaron Smith\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','53bf2f35-7272-4f23-85de-d81346f21f2a'),
(1305,1305,1,'Isha Bah',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Isha Bah\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','7b271c4d-f060-413e-a916-1b22c73584f3'),
(1306,1306,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','22f80510-6ba4-405a-b4e2-e13820747fd6'),
(1307,1307,1,'Aaron Smith','aaron-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aaron Smith\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','17917c77-9e30-4d2c-b078-4d36b3f53d64'),
(1308,1308,1,'Isha Bah','isha-bah',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Isha Bah\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','3caa2eb3-1d38-47bd-a371-3076d5ef819f'),
(1309,1309,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaplata.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WGBQRVM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WGBQRVM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-01-22 17:05:40','3bd04ee3-1077-4d5c-a64b-80b7919cf80f'),
(1310,1310,1,'Bill Dickey',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Bill Dickey\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','01930998-558f-4a7a-921f-8eeaa96d4a5a'),
(1311,1311,1,'DeLaura Harris',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"DeLaura Harris\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','15f9d40f-7225-4044-82a7-867d6ddc1711'),
(1312,1312,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','996d1e96-7008-444c-b54b-fd23b390228a'),
(1313,1313,1,'Bill Dickey','bill-dickey',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Bill Dickey\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','c90d4ab2-a1c5-4c79-9824-520eea2e7aa9'),
(1314,1314,1,'DeLaura Harris','delaura-harris',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"DeLaura Harris\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','94de5b7f-3505-4e1c-9e7e-8115f124b4ed'),
(1315,1315,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-01-22 17:06:23','62c5af4c-c046-413f-ae13-9c496bc6ce80'),
(1316,1316,1,'Krysten Scharfe',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krysten Scharfe\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','482f22f3-e0ef-4422-8a93-1cbe7004fb5b'),
(1317,1317,1,'Stacie Odachowski',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacie Odachowski\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','9d72031d-142d-4697-938a-cddbfa60d2e6'),
(1318,1318,1,'Kristy Shanahan',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kristy Shanahan\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','4bfdb7ea-7034-417c-8add-08ffc1261408'),
(1319,1319,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','70a76e8e-4f5f-4050-944e-c5e2f57e12e5'),
(1320,1320,1,'Krysten Scharfe','krysten-scharfe',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krysten Scharfe\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','9e1fb3e6-57d4-470f-8008-855738c374ae'),
(1321,1321,1,'Stacie Odachowski','stacie-odachowski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacie Odachowski\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','f2481e2b-89f1-42ad-b5a9-71e7730aaf73'),
(1322,1322,1,'Kristy Shanahan','kristy-shanahan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kristy Shanahan\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','67d76980-0b46-40c7-90fe-83e1704755eb'),
(1323,1323,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[23783],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareoakridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M829X4S\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M829X4S\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:38','2026-02-02 17:04:12','f211ea4b-b98e-40cd-ad8a-f472b3d47ba9'),
(1324,1324,1,'Jim Triana',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jim Triana\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','37235cbe-4cab-4a99-b689-ff13d9f24542'),
(1325,1325,1,'Holly Medley',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Medley\"}',1,'2025-09-11 18:48:38','2025-09-11 18:48:38','7ca1d6ca-5b14-4bc9-a7cc-c5951325769f'),
(1326,1326,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','66fe5f06-7f2a-4aea-9036-e68f35d3313f'),
(1327,1327,1,'Jim Triana','jim-triana',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jim Triana\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','d9c94667-7c1c-4f35-9ea2-ca1907950786'),
(1328,1328,1,'Holly Medley','holly-medley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Medley\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','02ed8865-9b72-4018-aa9c-e21d6e2e8001'),
(1329,1329,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12306],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23788],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsevernapark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6KM65F\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6KM65F\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-02-02 17:04:50','29bf9115-faee-496b-9f31-572259f665e3'),
(1330,1330,1,'Angela Gillis',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Gillis\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','ce872173-37d2-4a0d-b746-3e29a77cf9d5'),
(1331,1331,1,'Jane Ketternam',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jane Ketternam\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','167f0aca-25dc-4d5e-8075-36f7845df89c'),
(1332,1332,1,'Jamal Harris',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamal Harris\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','5ffa5e88-4674-48e8-8f69-9485580858fc'),
(1333,1333,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','72edee1e-c4d6-4d86-bdbe-cbce710a5dd5'),
(1334,1334,1,'Angela Gillis','angela-gillis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Gillis\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','13df9876-2c3f-40bb-a55a-c1de9d43fac2'),
(1335,1335,1,'Jane Ketternam','jane-ketternam',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jane Ketternam\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','5ac4ee7c-a496-46f4-bba6-62b0bb52a4e1'),
(1336,1336,1,'Jamal Harris','jamal-harris',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamal Harris\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','f496da94-a6d0-42ac-8aa2-5f2cbf1e60e5'),
(1337,1337,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23792],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsilverlake.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N84HBW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N84HBW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-02-02 17:05:29','28846e33-9bf1-44ec-b591-9e5a71b486ea'),
(1338,1338,1,'Steven Smith',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Smith\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','5f46acec-bf3f-49c7-9ba3-8951945834b3'),
(1339,1339,1,'Jessica Hurst',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Hurst\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','fdd03ce8-532e-490e-a7c2-39dc2d8b8351'),
(1340,1340,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','f9f98662-22e7-4a33-bc13-e367ce533bbf'),
(1341,1341,1,'Steven Smith','steven-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Smith\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','c1819ba3-4377-4583-acb0-3fd2fb5eea69'),
(1342,1342,1,'Jessica Hurst','jessica-hurst',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Hurst\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','7a0cfe51-ecc3-48a1-9287-5ceb6376df21'),
(1343,1343,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccspringbrook.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-K58KBDM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-K58KBDM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-02-26 21:37:40','6bbddf4e-5cbe-4e45-9dd9-ac5f1d3a2bc5'),
(1344,1344,1,'Oludapo Eludoyin',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Oludapo Eludoyin\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','6b9fa1f9-7a27-4984-9e17-88e902b4115d'),
(1345,1345,1,'Luis Vargas',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luis Vargas\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','fab689f1-22a7-4736-b435-8d22e3d29fd5'),
(1346,1346,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','1456535b-7951-42ad-b65e-f61e645f4faf'),
(1347,1347,1,'Oludapo Eludoyin','oludapo-eludoyin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Oludapo Eludoyin\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','b56e79f7-a61b-4fb0-a72e-c6b7cfce7f3b'),
(1348,1348,1,'Luis Vargas','luis-vargas',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luis Vargas\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','8892fa6d-5089-4a36-a8b4-b6c3cc20eb4e'),
(1349,1349,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23795],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwheaton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MLB9LV3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MLB9LV3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-02-02 17:06:50','eda00096-6736-4b39-969c-cf3b05d74d54'),
(1350,1350,1,'Latif Nabi',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Latif Nabi\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','5d53efb8-4efc-47a2-bf8e-5fe1b687c487'),
(1351,1351,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','dfaed2c2-a428-4a27-b3a7-147e0b17f62a'),
(1352,1352,1,'Latif Nabi','latif-nabi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Latif Nabi\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','0a28f5ed-d08e-439b-8e4d-e97aebd4d142'),
(1353,1353,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38800],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-christian-home-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-03-05 20:42:05','6e557534-d428-4bb8-8c72-e1015466996d'),
(1359,1359,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-glendale-west-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-02-12 18:50:56','ddbc29af-9327-4d25-96d8-8a63c6834783'),
(1360,1360,1,'Evan Kinney',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Kinney\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','09177240-7e87-4079-b400-9c73aab2db5b'),
(1361,1361,1,'Katie Schleicher',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Schleicher\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','211a43ea-144c-4035-9a3d-27d8087fc445'),
(1362,1362,1,'Glendale Care & Rehab','glendalecrc','glendalecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Glendale Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale Care & Rehab\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"glendalecrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','117e0f3f-74f5-4997-a149-3d14a29a2bce'),
(1363,1363,1,'Evan Kinney','evan-kinney',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Kinney\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','c389c6e5-79d4-44a6-8a7f-52da9da7b403'),
(1364,1364,1,'Katie Schleicher','katie-schleicher',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Schleicher\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','16cd2e33-7e1e-48b2-8a18-918aff6dd7a8'),
(1365,1365,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38805],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-grande-prairie-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NHVQC4L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NHVQC4L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-03-05 20:43:08','9856b330-d453-4145-8dd4-f37a9da3b3bb'),
(1366,1366,1,'William Steele',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Steele\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','c7504311-c3c5-44e9-8f21-042e9892e673'),
(1367,1367,1,'Jennifer Chuc',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Chuc\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','46fdd8f3-ad58-4a7a-b342-91eb079a8d7a'),
(1368,1368,1,'Grande Prairie','grandeprairiecrc','grandeprairiecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Grande Prairie Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"grandeprairiecrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Grande-Prairie-Care-and-Rehab-Center-100112249436100/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','3685d311-e50f-4827-9cef-cc181e7db76f'),
(1369,1369,1,'William Steele','william-steele',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Steele\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','cc8133ef-8995-4e3a-af09-bf6e8b577c5b'),
(1370,1370,1,'Jennifer Chuc','jennifer-chuc',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Chuc\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','c0b65db6-9ff8-4af7-b6a1-7b1c5aae61ad'),
(1371,1371,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cckensington.com, GOLeary@completecaremgmt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-03-05 15:39:03','028f4786-7e40-4dbb-8e0e-6e23bf3b5996'),
(1372,1372,1,'Christine Klekamp',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christine Klekamp\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','b63bc6b6-7ed6-45b0-8085-259f4c85bd41'),
(1373,1373,1,'Lindsay Parry',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lindsay Parry\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','f14b1a74-3ce6-4a21-b8eb-56c356357933'),
(1374,1374,1,'Kensington','kensingtoncareandrehab','kensingtoncareandrehab','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Kensington Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"kensingtoncareandrehab.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/KensingtonCareRehab/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','9dca436a-a9bb-4d5a-a263-4154dce0a083'),
(1375,1375,1,'Christine Klekamp','christine-klekamp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christine Klekamp\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','b6bfc7e8-ceb7-4215-96e5-f407855d7e2b'),
(1376,1376,1,'Lindsay Parry','lindsay-parry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lindsay Parry\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','6db22d0b-163f-4caf-9162-33a074be6c59'),
(1377,1377,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-manitowoc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-02-12 18:49:08','618d5e11-b2d5-45e2-948f-89a104498052'),
(1378,1378,1,'Cynthia Grindheim',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cynthia Grindheim\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','f65c4958-72a5-4255-b7a9-a1903798cb21'),
(1379,1379,1,'Hailey Hagg',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hailey Hagg\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','e7378683-9967-4594-90c3-cfb2bc3fcb64'),
(1380,1380,1,'Manitowoc','manitowochrc','manitowochrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Manitowoc Health and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"manitowochrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Manitowoc-Health-and-Rehabilitation-Center-2251823335053203/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','73d5164f-e8b7-4484-aa6f-5ddedfc1dabc'),
(1381,1381,1,'Cynthia Grindheim','cynthia-grindheim',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cynthia Grindheim\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','ce101164-0440-4785-880c-978d8032c917'),
(1382,1382,1,'Hailey Hagg','hailey-hagg',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hailey Hagg\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','1f101112-4ec7-46f0-af68-bd2febc96ffa'),
(1383,1383,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38811],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-nazareth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVVTR8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVVTR8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-03-05 20:44:56','2bec6d22-8192-4899-b697-b01c7cd68606'),
(1384,1384,1,'Jason Williams',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Williams\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','64d4a478-6c0b-4592-93c3-2b5980a6b7bd'),
(1385,1385,1,'Gloria Neal',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Gloria Neal\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','d3261f24-5bba-4547-9aa5-0692b6df8fab'),
(1386,1386,1,'Nazareth','nazarethhealth','nazarethhealth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Nazareth Health and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"nazarethhealth.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Nazareth-Health-And-Rehabilitation-Center-2257795361124107/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','6fc7622c-ed56-48cb-bc80-ba49fd47113e'),
(1387,1387,1,'Jason Williams','jason-williams',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Williams\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','232c591e-3cbf-41cb-892d-f5c768f4d8f6'),
(1388,1388,1,'Gloria Neal','gloria-neal',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Gloria Neal\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','537ebb43-46fd-40e4-ae29-ab19e9bddded'),
(1389,1389,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38814],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-ridgewood-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-03-05 20:45:29','c1291fdb-86c2-48f8-85a1-5f5fd1bb672e'),
(1390,1390,1,'Scott Myers (Executive Director)',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Scott Myers (Executive Director)\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','808874c4-d034-4322-9a0c-6a4785063bd0'),
(1391,1391,1,'Rachel Woodford',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rachel Woodford\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','2cca894c-00f3-46e9-9b22-41f3a396d423'),
(1392,1392,1,'Ridgewood','ridgewoodcarecenter','ridgewoodcarecenter','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Ridgewood Care Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ridgewoodcarecenter.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RidgewoodCareCenter/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','e87a387f-e9aa-48fd-897c-1024cb97e5d3'),
(1393,1393,1,'Scott Myers (Executive Director)','scott-myers-executive-director',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Scott Myers (Executive Director)\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','bd59eb21-a183-498b-a581-6059a1489fcf'),
(1394,1394,1,'Rachel Woodford','rachel-woodford',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rachel Woodford\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','9cc2042b-2c50-43bb-9941-ecc53690fe9b'),
(1395,1395,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[27449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23697],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-jefferson-meadows-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-02-12 18:42:50','56b999f1-042c-4c34-8afe-495b4bf8b806'),
(1396,1396,1,'Emily Greenwood',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Emily Greenwood\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','6a2fe611-eceb-4041-ab7a-516628c2a7c9'),
(1397,1397,1,'Ashley Siegler',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Siegler\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','5e1520af-fe2a-4a36-9a26-384a264ff89c'),
(1398,1398,1,'St. Clare\'s','stclarecrc','stclarecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"St. Clare Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Clare\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stclarecrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/18fYMfb8q2/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','38736fbf-f125-4be2-9a74-47535df3415e'),
(1399,1399,1,'Emily Greenwood','emily-greenwood',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Emily Greenwood\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','344046a5-a338-4bed-9985-31db8fa7c712'),
(1400,1400,1,'Ashley Siegler','ashley-siegler',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Siegler\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','19a5a7e6-e3dd-48c2-9d08-7f83852fa96c'),
(1401,1401,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-maple-grove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmaplegrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmaplegrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N9LCW5T5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N9LCW5T5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-02-12 18:45:40','7341c70f-04ab-4828-811b-e09a6c2d4b4b'),
(1402,1402,1,'Sean Murphy',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sean Murphy\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','79d501c5-fb09-4768-a23c-bfe721c4bbc0'),
(1403,1403,1,'Jamie L. Forman',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamie L. Forman\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','25d4da8c-f05a-4a54-8812-1a475a7726ef'),
(1404,1404,1,'St. Mary\'s','stmaryscrc','stmaryscrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"St. Mary\'s Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Mary\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stmaryscrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/1KGQR5U7pk/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','99e84dc2-9af6-44e4-97f8-d4bdebcf45fc'),
(1405,1405,1,'Sean Murphy','sean-murphy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sean Murphy\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','5c3386a9-135d-4132-baf8-56f05a9f1c81'),
(1406,1406,1,'Jamie L. Forman','jamie-l-forman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamie L. Forman\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','286c72e3-570a-485b-85aa-70e277612c3f'),
(1407,1407,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsouthpointe.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@ccsouthpointe.com, GOLeary@completecaremgmt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-03-05 15:30:30','e2fc78f8-62d4-4bda-9a0a-0bfd3d1ad7be'),
(1408,1408,1,'Rebecca Rieber (Executive Director)',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rebecca Rieber (Executive Director)\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','56190b08-9bbb-4991-8701-8043be2165d4'),
(1409,1409,1,'Catherine Misorski',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Catherine Misorski\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','5a8608d2-bb03-4ffb-81bf-9bd805605a6f'),
(1410,1410,1,'Southpointe','southpointecrc','southpointecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Southpointe Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"southpointecrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','26679b4e-7232-431d-92d5-672023f8c1be'),
(1411,1411,1,'Rebecca Rieber (Executive Director)','rebecca-rieber-executive-director',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rebecca Rieber (Executive Director)\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','e164f902-b3fc-476b-ba7a-a11555b527a2'),
(1412,1412,1,'Catherine Misorski','catherine-misorski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Catherine Misorski\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','b077064f-c8b6-45e4-a244-a7cc7125c0fc'),
(1413,1413,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38802],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-germantown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-03-05 20:42:36','97ef3859-c38e-423e-88b8-24721dec932e'),
(1414,1414,1,'Erin Binder',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Erin Binder\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','90f5ef05-c335-4eb9-92d0-775fe97b5121'),
(1415,1415,1,'Deana Stakic',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deana Stakic\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','7d5819ed-bd64-4e9d-8f6a-91a5ccc1a5bb'),
(1416,1416,1,'Virginia Highlands','virginiahighlandscrc','virginiahighlandscrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Virginia Highlands Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Virginia Highlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"virginiahighlandscrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Virginia-Highlands-Care-And-Rehab-100134656100444/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','b8b252e0-3a3e-40c0-9b4d-674afc2c8800'),
(1417,1417,1,'Erin Binder','erin-binder',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Erin Binder\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','990f97e2-45dd-4b27-9d27-16223c070544'),
(1418,1418,1,'Deana Stakic','deana-stakic',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deana Stakic\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','d15a2038-9193-4628-ad2e-0f622e1634c4'),
(1419,1419,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23743],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfoxhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TCS9ZGX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TCS9ZGX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-02-02 16:48:59','70f9bf56-2bae-43fa-8975-06951e9e2add'),
(1420,1420,1,'Jeff Hilliard',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeff Hilliard\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','2a8516ab-27d7-43c8-a2b4-52923eb7b164'),
(1421,1421,1,'Holly Dean',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Dean\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','815f5c0b-418c-4315-b18b-39863a5fc60d'),
(1422,1422,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','6533cea6-0f5b-4e86-85f4-9cf1a1d0cef0'),
(1423,1423,1,'Jeff Hilliard','jeff-hilliard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeff Hilliard\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','81065cdc-72b5-4968-bc95-27ede06db527'),
(1424,1424,1,'Holly Dean','holly-dean',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Dean\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','7b467b92-0bfd-43d5-9c68-524d6def76c1'),
(1425,1425,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[43181],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareglendale.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WSTSDZT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WSTSDZT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:39','2026-03-16 18:28:17','828e6941-3dba-4a0b-8854-abbcb22c696d'),
(1426,1426,1,'Melissa Schmitt',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Schmitt\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','def86f8c-323b-4acb-8e96-97f4984f086d'),
(1427,1427,1,'Karley Conway',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Karley Conway\"}',1,'2025-09-11 18:48:39','2025-09-11 18:48:39','c7b21c32-bd88-4ba5-a3af-e519b2e23b1d'),
(1428,1428,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','06e0e77c-8e9f-4504-8731-19cd3844c347'),
(1429,1429,1,'Melissa Schmitt','melissa-schmitt',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Schmitt\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','f2ac4be6-e31b-4954-a9c8-cb320b910ad7'),
(1430,1430,1,'Karley Conway','karley-conway',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Karley Conway\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','6b5d585e-d56e-458b-8404-230665885e48'),
(1431,1431,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23749],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KC877J8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KC877J8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:40','2026-02-02 16:50:56','d5961aed-9c1c-4881-ab03-3f166a077730'),
(1432,1432,1,'Jeffrey Turner',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','493658b3-a5e2-4b90-bd17-fab1497fa4e5'),
(1433,1433,1,'Lynn Marino & Ava Genova',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino & Ava Genova\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','04cb5bd3-389b-42fa-803f-fe7b2c9bf24d'),
(1434,1434,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','fbc93e6d-90c2-4549-8e7d-c5844ecac0ce'),
(1435,1435,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','ba269ca7-8180-4485-a467-1dea4d091644'),
(1436,1436,1,'Lynn Marino & Ava Genova','lynn-marino-ava-genova',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino & Ava Genova\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','4588324a-52ca-4f82-9073-556091c4e140'),
(1437,1437,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23752],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3ZKW39Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3ZKW39Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:40','2026-02-02 16:51:18','525e5325-59e5-4687-9be6-712eb6d003e7'),
(1438,1438,1,'Jeffrey Turner',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','fa13f98b-477c-4136-b8e4-9da634ab617b'),
(1439,1439,1,'Lynn Marino & Ava Genova',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino & Ava Genova\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','b2051032-4673-49f1-990b-66840fea9358'),
(1440,1440,1,'Groton Regency','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','a94c0328-cf25-4f5e-816f-ae885e2a8e6b'),
(1441,1441,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','5060499d-dd88-4799-b3b1-67b0961d5432'),
(1442,1442,1,'Lynn Marino & Ava Genova','lynn-marino-ava-genova',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino & Ava Genova\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','0b223057-7828-44d3-9906-04507b4c50b9'),
(1443,1443,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23755],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T32PWBD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T32PWBD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:40','2026-03-04 15:08:57','0177b741-242c-46ed-afc5-ce8af11e64b7'),
(1444,1444,1,'Angela Perry',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Perry\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','6b15d8a6-7ec9-4f44-8a68-b1e30f0a65ae'),
(1445,1445,1,'Rebekah McDougall',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rebekah McDougall\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','cb186e80-148e-414f-b6d0-31fe6d97e026'),
(1446,1446,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','d94bda90-eeed-43d8-96e8-804f379fc2de'),
(1447,1447,1,'Angela Perry','angela-perry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Perry\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','963fe4fe-0ba9-4209-a605-65230bebb440'),
(1448,1448,1,'Rebekah McDougall','rebekah-mcdougall',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rebekah McDougall\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','55279128-7773-443d-a71d-506dffd8515d'),
(1449,1449,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23758],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-north-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:40','2026-02-11 17:05:49','de6689cd-c8cf-4950-95ab-3e1757f76742'),
(1450,1450,1,'Natalie Duncan',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Natalie Duncan\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','02b6e2ad-5077-483d-ad7c-5b8b6399cee3'),
(1451,1451,1,'Kiera Dickenson',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kiera Dickenson\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','7386eb8d-3523-431d-b7c8-50393c916bc8'),
(1452,1452,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','4c08a282-c99a-4549-9509-ca1cdcf8b824'),
(1453,1453,1,'Natalie Duncan','natalie-duncan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Natalie Duncan\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','0d42a25a-7d18-4ffe-8c03-745612f8caf3'),
(1454,1454,1,'Kiera Dickenson','kiera-dickenson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kiera Dickenson\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','9bc7ec1d-5540-449b-bbc3-8c2cf1261427'),
(1455,1455,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23761],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:40','2026-02-13 16:42:07','a93ed3f0-bceb-4fdf-8bf8-afe32bc8edc2'),
(1456,1456,1,'Thomas Russo',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Thomas Russo\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','711d14f9-dbc2-4d7c-af82-713c67e1cae5'),
(1457,1457,1,'Barbara Grogoza',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Barbara Grogoza\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','051916c3-b85d-407c-977d-238faafe1713'),
(1458,1458,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','dadb6a85-740a-4d7f-bc36-1befdeac38e9'),
(1459,1459,1,'Thomas Russo','thomas-russo',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Thomas Russo\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','66c36579-98b8-4381-a050-6dd729d1cdb5'),
(1460,1460,1,'Barbara Grogoza','barbara-grogoza',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Barbara Grogoza\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','a2142eb1-ff9a-4be6-a347-34a99ad5dd2b'),
(1461,1461,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12467],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmeriden.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KZNV5KD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KZNV5KD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:40','2026-01-22 16:17:45','de9b69fb-eb11-4604-b463-152e40e0e6dd'),
(1462,1462,1,'Carmelina (Lina) Hillard',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Carmelina (Lina) Hillard\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','119b1656-18b6-4fb1-bc0c-62f821ccba3c'),
(1463,1463,1,'Lisa Sala',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lisa Sala\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','d4c12fe5-7a77-4a3e-b7c0-66cce874ed7d'),
(1464,1464,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','77c403c9-9475-47bc-b5c7-958f1de7e182'),
(1465,1465,1,'Carmelina (Lina) Hillard','carmelina-lina-hillard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Carmelina (Lina) Hillard\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','d5cf6711-9442-4669-b4c6-5cf623ab4513'),
(1466,1466,1,'Lisa Sala','lisa-sala',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lisa Sala\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','16440e2d-01c8-416e-b27a-790be3ab2bd4'),
(1467,1467,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23764],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:40','2026-02-26 21:36:31','a84a7308-b3ab-48f2-b655-98e8e671e3e9'),
(1468,1468,1,'Peter Knights',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Peter Knights\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','1fe85d58-8bbf-4efa-b79e-98a678151916'),
(1469,1469,1,'Alexa Graves',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexa Graves\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','e929febf-0fe8-451d-8ab8-152993df5d73'),
(1470,1470,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','06fe7925-b846-4ce8-8eb5-969ceb2314a6'),
(1471,1471,1,'Peter Knights','peter-knights',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Peter Knights\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','c4df0e93-207e-4813-8fb8-c2763935eb17'),
(1472,1472,1,'Alexa Graves','alexa-graves',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexa Graves\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','127ed64f-2443-43ff-b26e-bbec68bcfad5'),
(1473,1473,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23767],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15384],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NBQ9PT7V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NBQ9PT7V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:40','2026-02-02 16:53:35','8baeea8f-069d-41c3-a013-1bde52c2144a'),
(1474,1474,1,'Luisa Villalba (assistant admin)',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Villalba (assistant admin)\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','4a3b4ca1-be01-42c2-a8da-4312e620ccbe'),
(1475,1475,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','2325fc6f-5bf4-4c2a-b6c3-aaa652ee5b8a'),
(1476,1476,1,'Luisa Villalba (assistant admin)','luisa-villalba-assistant-admin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Villalba (assistant admin)\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','dd731cb2-2c2a-41b1-baee-3eb0a81d8860'),
(1477,1477,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23770],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15380],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M9N5T2ZR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M9N5T2ZR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:40','2026-02-02 16:54:03','9e53e948-5450-4e44-bfa7-1cb317f22ae9'),
(1478,1478,1,'Eli Barnett',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Barnett\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','b0f96c3e-f040-47f3-a67d-badaf134ff57'),
(1479,1479,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"1\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','178024d3-be5f-4c8b-b2c3-d39e2beb32c6'),
(1480,1480,1,'Eli Barnett','eli-barnett',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Barnett\"}',1,'2025-09-11 18:48:40','2025-09-11 18:48:40','82b9472e-6fea-4a6d-a161-1719e0af7878'),
(1481,1481,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23773],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15374],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M7839PNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M7839PNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-11 18:48:40','2026-02-02 16:54:16','76ee7db8-cfe9-40a5-9589-9c1dddeda727'),
(1487,1487,1,'Jessica Bland','jessica-bland',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Bland\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14938]}',1,'2025-09-11 18:51:16','2026-01-21 17:55:10','3fdd7eec-f68a-4ada-aa2f-f97bdb1892ef'),
(1494,1494,1,'Eli Siegfried','eli-siegfried',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Siegfried\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Interim Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:16','2026-03-09 16:22:05','07c3bb8c-89c5-4d88-8d60-2f87cf1d21e2'),
(1495,1495,1,'Brianna Osipow','brianna-osipow',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Osipow\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8623]}',1,'2025-09-11 18:51:16','2026-01-16 17:08:17','69a47a85-2bda-43b9-b90c-2d242f0a664b'),
(1499,1499,1,'Susan DeGeorge','susan-degeorge',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan DeGeorge\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3221]}',1,'2025-09-11 18:51:17','2025-10-08 22:21:46','26162de5-7fb1-4cc3-b9d9-9ea07d5b00e2'),
(1500,1500,1,'Brianna Osipow','brianna-osipow',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Osipow\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8623]}',1,'2025-09-11 18:51:17','2026-01-16 12:39:10','a9e00a96-daaf-4c43-961a-93266827586f'),
(1501,1501,1,'Bey Lea','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','0cc0c6c6-1404-4f0a-9006-22ac3560c334'),
(1502,1502,1,'Susan DeGeorge','susan-degeorge',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan DeGeorge\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','ec3f9ee8-a93d-4c7a-ada2-e876b63e02f6'),
(1503,1503,1,'Brianna Osipow','brianna-osipow',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Osipow\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','dbe88ccd-e417-4513-9931-2f713675d3ea'),
(1504,1504,1,'Joe Hiller','joe-hiller',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Hiller\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3048],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"joe.hiller@completecarebrick.com\"}',1,'2025-09-11 18:51:17','2025-10-08 18:43:12','47e3ef6f-9727-43bb-863c-ee02b6e26584'),
(1505,1505,1,'Jocelyn Ruiz','brianna-febus',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jocelyn Ruiz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11615]}',1,'2025-09-11 18:51:17','2026-01-20 19:11:58','6c9c8c36-c228-4270-af4c-c0cfd38be0e3'),
(1509,1509,1,'Eli Goldman','eli-goldman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Goldman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40372]}',1,'2025-09-11 18:51:17','2026-03-09 15:17:43','bb09eeab-b675-4281-a784-903e843a2697'),
(1510,1510,1,'Carmen Gonzalez','carmen-gonzalez',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Carmen Gonzalez\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3084]}',1,'2025-09-11 18:51:17','2025-10-08 18:52:55','17649b53-b142-478d-8008-a5e92d1d85c2'),
(1514,1514,1,'Brian Klocke','brian-klocke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Klocke\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11632]}',1,'2025-09-11 18:51:17','2026-01-20 19:19:03','1e467ba3-edde-442a-9f69-dab201c74c37'),
(1515,1515,1,'Stacy Moldando','stacy-moldando',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacy Moldando\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:17','2025-10-08 19:00:47','96cfdd1d-2c7f-4619-8ba4-a47f26840830'),
(1516,1516,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','7eb98d3f-5013-4f37-9831-c940b50e16bb'),
(1517,1517,1,'Brian Klocke','brian-klocke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Klocke\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','2ca635fc-1f92-463f-83f2-635f11446a3c'),
(1518,1518,1,'Stacy Moldando','stacy-moldando',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacy Moldando\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','2e6e7340-10ba-4814-bd24-19bb98e64693'),
(1519,1519,1,'Menachem Shapiro','eli-basch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Menachem Shapiro\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11648]}',1,'2025-09-11 18:51:17','2026-01-20 19:29:55','9e9bb6dd-e7ff-42c5-8a48-d017af19849f'),
(1520,1520,1,'Jessica Cooke','dana-bea',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Cooke\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11639]}',1,'2025-09-11 18:51:17','2026-01-20 19:23:56','742999fd-19d2-4e83-b44a-ddea70686818'),
(1521,1521,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','10ed3d07-3455-4909-a03d-290a6f9e93bc'),
(1522,1522,1,'Eli Basch','eli-basch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Basch\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','826ab646-fe8b-4d65-a417-01d4d86a7de7'),
(1523,1523,1,'Dana Bea','dana-bea',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dana Bea\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','b50292d3-824d-4645-ab37-313df141d2ac'),
(1524,1524,1,'Katie Davis',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Davis\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','1549d1e9-f302-451d-816f-e422e3ffa130'),
(1525,1525,1,'Riten Pandya','riten-pandya',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Riten Pandya\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11655]}',1,'2025-09-11 18:51:17','2026-01-20 19:33:07','35b31e17-1de4-47bb-a88e-408f8e28f3b8'),
(1526,1526,1,'Patricia Brown','shelby-svehla',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Patricia Brown\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11661]}',1,'2025-09-11 18:51:17','2026-01-20 19:43:14','d143c531-a9bb-49f4-8bf1-4c842af2244b'),
(1527,1527,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','f89f85b2-e39b-493e-be6f-d6e8706c2dfc'),
(1528,1528,1,'Katie Davis','katie-davis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Davis\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','b2cc8c06-29b3-4b0b-9aec-0d5d78b5a46d'),
(1529,1529,1,'Riten Pandya','riten-pandya',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Riten Pandya\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','5c92b628-c298-40b7-8c53-811ceef9201d'),
(1530,1530,1,'Shelby Svehla','shelby-svehla',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shelby Svehla\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','babc5cd2-6665-4f02-ace0-31f5c3b60548'),
(1531,1531,1,'Rita DeGore','rita-degore',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rita DeGore\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3416],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"RDegore@cckressonview.com\"}',1,'2025-09-11 18:51:17','2025-10-09 14:59:55','775ff426-bb57-4f55-bfa0-edae2e0b1a8a'),
(1532,1532,1,'Elise McGlinchy','elise-mcglinchy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elise McGlinchy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3418]}',1,'2025-09-11 18:51:17','2025-10-09 14:59:55','e83efa66-2d50-436a-b4d9-963f34ca600f'),
(1533,1533,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','50fccceb-5521-46b7-a52c-63ef59a1c4dd'),
(1534,1534,1,'Rita DeGore','rita-degore',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rita DeGore\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','18b4079f-33d7-47eb-899f-533fa1731586'),
(1535,1535,1,'Elise McGlinchy','elise-mcglinchy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elise McGlinchy\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','ba5165e7-40d4-4f13-a316-d3f8db6b6d9f'),
(1536,1536,1,'Elizabeth Irrizarry','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Irrizarry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40411]}',1,'2025-09-11 18:51:17','2026-03-09 15:33:26','0afddedd-cc51-4e22-ad0e-81c4927ec804'),
(1537,1537,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','b964d96f-f3cc-4e00-99bf-1986c4c9bfd3'),
(1538,1538,1,'Jay Orzel','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jay Orzel\"}',1,'2025-09-11 18:51:17','2025-09-11 18:51:17','986c7c02-7ef8-49a5-b094-818df13d5028'),
(1539,1539,1,'Joe Kaufman','joe-kaufman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Kaufman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3494]}',1,'2025-09-11 18:51:18','2026-03-09 15:48:08','1bdf4e5d-e134-4a79-b744-1a5f82147515'),
(1540,1540,1,'Taylor Manning','taylor-manning',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Taylor Manning\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3495]}',1,'2025-09-11 18:51:18','2025-10-14 16:14:34','336f402d-293f-4def-a7b2-0576c02e095e'),
(1541,1541,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','9639fd12-bfaa-4295-87a5-a9e97d46729f'),
(1542,1542,1,'Joe Kaufman','joe-kaufman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Kaufman\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','496cd573-b8d6-4861-b57e-36af4ddb15db'),
(1543,1543,1,'Taylor Manning','taylor-manning',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Taylor Manning\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','6bfa0dea-8961-4250-a0bd-51cf65f06b9d'),
(1544,1544,1,'Chaim Kesserman','chaim-kesserman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Chaim Kesserman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7084]}',1,'2025-09-11 18:51:18','2026-01-05 21:12:25','49d235fd-65af-49d4-a51b-f79193601948'),
(1545,1545,1,'Telley Messavi','melissa-natale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Telley Messavi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:18','2026-01-17 14:36:42','d03df5a6-9381-4589-8464-fb0439783f46'),
(1546,1546,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','c2f4628e-6c63-47f8-ae1f-1d321bbff9db'),
(1547,1547,1,'Chaim Kesserman','chaim-kesserman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Chaim Kesserman\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','a3d8a094-dc08-4c23-8b0e-5df8078b6ea1'),
(1548,1548,1,'Melissa Natale','melissa-natale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Natale\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','012d9f38-3615-4cc1-8e3e-696a10314e5e'),
(1549,1549,1,'Dimitry Ruchaevsky','yossi-stern',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dimitry Ruchaevsky\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7310]}',1,'2025-09-11 18:51:18','2026-01-07 21:25:15','382e9017-3206-4196-bdb5-29057d5d5ba2'),
(1550,1550,1,'Jenna Mikolay','jenna-mikolay',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jenna Mikolay\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:18','2025-10-09 17:05:50','c6cc9a68-86bf-497e-b7f7-93a729ef47ab'),
(1551,1551,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','796a7481-608b-4fa5-94b0-76637f7d76bb'),
(1552,1552,1,'Yossi Stern','yossi-stern',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yossi Stern\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','234f0ee7-16dc-460a-86d6-7fea1b3f3ddb'),
(1553,1553,1,'Jenna Mikolay','jenna-mikolay',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jenna Mikolay\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','16537b2c-f7d2-46ff-8064-3a8d3f9362bc'),
(1554,1554,1,'Shalom Ephrathi','shalom-ephrathi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shalom Ephrathi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6341],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"SEphrathi@ccshorrockgardens.com\"}',1,'2025-09-11 18:51:18','2025-11-17 16:55:07','4bb3ba50-d706-412e-b6bb-ff637c54a84e'),
(1555,1555,1,'Julie Schafer','julie-schafer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Julie Schafer\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6343]}',1,'2025-09-11 18:51:18','2025-11-17 16:55:07','dcdafd9d-48ee-4e23-8d61-73fede46683a'),
(1556,1556,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','f6fc6658-bf4e-4a3c-949c-1d46a9ac404b'),
(1557,1557,1,'Shalom Ephrathi','shalom-ephrathi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shalom Ephrathi\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','9cf515e6-8368-4757-9d50-de325f49bc6a'),
(1558,1558,1,'Julie Schafer','julie-schafer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Julie Schafer\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','05e4f393-3377-43c3-a1ae-6a78ccd21ac6'),
(1559,1559,1,'Tonya Hollman',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tonya Hollman\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','440c9af8-af70-4342-861d-4f311236f71b'),
(1560,1560,1,'Jason Gibbs','jason-gibbs',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Gibbs\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14795]}',1,'2025-09-11 18:51:18','2026-03-09 16:15:01','46202fff-72de-43d0-a311-005d46bac6ba'),
(1561,1561,1,'Djana Kolari','djana-kolari',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Djana Kolari\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:18','2025-10-09 17:20:39','d0bddc57-4549-4b04-9305-4f393099b999'),
(1566,1566,1,'Krista Rickards',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krista Rickards\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','0dc90edd-a12e-487d-99d6-f5f4e3b87ba6'),
(1567,1567,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','f83efb96-1a23-4bc0-8eb9-6bf1614917f8'),
(1568,1568,1,'Krista Rickards','krista-rickards',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krista Rickards\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','7c23ef26-2ddf-4105-9dbe-70da429ce6fb'),
(1569,1569,1,'Susan Love','susan-love',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan Love\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7291],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"slove@ccvoorhees.com\"}',1,'2025-09-11 18:51:18','2026-01-07 20:56:54','6f98d498-ef01-4ca4-a8ad-683de486083e'),
(1570,1570,1,'Rhonda LaPalomento','rhonda-lapalomento',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rhonda LaPalomento\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3648]}',1,'2025-09-11 18:51:18','2025-10-09 17:24:35','1b82e045-f57e-4f17-8dfd-acb506199f99'),
(1571,1571,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','148aa5dc-1dbf-4c34-858f-2700aa6a58ac'),
(1572,1572,1,'Susan Love','susan-love',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan Love\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','f904a711-c3db-46ae-bfec-c555403a6b1a'),
(1573,1573,1,'Rhonda LaPalomento','rhonda-lapalomento',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rhonda LaPalomento\"}',1,'2025-09-11 18:51:18','2025-09-11 18:51:18','f5a9f7b1-2263-4f07-89f8-4c63d18257d3'),
(1574,1574,1,'Kyle Newfeld','kyle-newfeld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kyle Newfeld\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7320]}',1,'2025-09-11 18:51:18','2026-01-07 21:52:44','d74ac5d6-1890-41d1-bdad-b924252e4e5a'),
(1575,1575,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','f9d2816c-8eae-41a7-b0c8-7ddc8997f7fe'),
(1576,1576,1,'Eli Siegfried','eli-siegfried',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Siegfried\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','15f4dac8-76a1-4bc5-a689-ea05224cbdd3'),
(1577,1577,1,'Yoni Nussbaum','yoni-nussbaum',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yoni Nussbaum\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6964],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"Yoni.Nussbaum@ccbayshore.com\"}',1,'2025-09-11 18:51:19','2026-01-05 17:07:53','160fd3f2-037a-40cb-a9e3-6afd92a690e1'),
(1578,1578,1,'Amie Davison','amie-davison',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amie Davison\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40920]}',1,'2025-09-11 18:51:19','2026-03-10 20:23:48','73fbd147-5c72-4d99-8b3d-72f011aecfdf'),
(1582,1582,1,'Jasmine Johnson',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jasmine Johnson\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','8417d268-8d87-4176-b036-6009685fc5e2'),
(1583,1583,1,'Jeanne Leus','jeanne-leus',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeanne Leus\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:19','2026-03-09 13:38:56','c9c5fe07-0e7c-4666-b14e-710a0bb98c20'),
(1584,1584,1,'Annarela Amat','annarela-amat',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Annarela Amat\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3748]}',1,'2025-09-11 18:51:19','2025-10-09 20:56:04','e27c60c9-89df-4e61-8a0e-4e8528a914df'),
(1585,1585,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','6fa7f0ad-04bb-47c9-928a-69b10b8a7351'),
(1586,1586,1,'Jasmine Johnson','jasmine-johnson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jasmine Johnson\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','84ad4333-0d26-40a0-8f2a-800c6a6007d3'),
(1587,1587,1,'Jospeh Marx','jospeh-marx',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jospeh Marx\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','54c556ce-f6ad-4a21-98c6-9d6ed9c5a794'),
(1588,1588,1,'Annarela Amat','annarela-amat',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Annarela Amat\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','540d1982-87bc-49be-b4c3-53a832b7000c'),
(1589,1589,1,'Christele Larosiliere, Saielle Pierrilus',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christele Larosiliere, Saielle Pierrilus\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','9feabe94-d157-4ad4-9744-2265e8d8609b'),
(1590,1590,1,'Joseph Edeltuch','joseph-edeltuch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joseph Edeltuch\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[34755]}',1,'2025-09-11 18:51:19','2026-02-25 19:41:19','ef85a2bb-fec5-4c65-ab44-2de8c9d27571'),
(1591,1591,1,'Wislande Mauril','wislande-mauril',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Wislande Mauril\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11715]}',1,'2025-09-11 18:51:19','2026-01-20 20:26:48','30c854b8-91de-4fad-a427-52aa42da1f48'),
(1592,1592,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','2868e4d3-3952-4d9a-a605-1ecf4c0e5121'),
(1593,1593,1,'Christele Larosiliere, Saielle Pierrilus','christele-larosiliere-saielle-pierrilus',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christele Larosiliere, Saielle Pierrilus\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','e13ac1a4-8152-4f64-be74-13771123fa6a'),
(1594,1594,1,'Joseph Edeltuch','joseph-edeltuch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joseph Edeltuch\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','d5d448a4-9bc9-4539-a5ce-6ebed3d9e3d2'),
(1595,1595,1,'Wislande Mauril','wislande-mauril',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Wislande Mauril\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','f005d415-78af-4a4c-88aa-2cd15a1414b0'),
(1596,1596,1,'Rikka Libatique','rikka-libatique',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rikka Libatique\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11724],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"RLibatique@ccgreenknoll.com\"}',1,'2025-09-11 18:51:19','2026-01-20 20:30:21','f46ef016-6e4e-452a-b4c3-5db57406d555'),
(1597,1597,1,'Reem Khair','reem-khair',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Reem Khair\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3802]}',1,'2025-09-11 18:51:19','2025-10-13 16:04:07','759c6cc6-e969-49cd-9059-8e3f1cd7fc7c'),
(1598,1598,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','00161e07-093e-4376-8aee-42200475b523'),
(1599,1599,1,'Rikka Libatique','rikka-libatique',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rikka Libatique\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','9f1a9c1b-9bc6-4653-9880-13982162215b'),
(1600,1600,1,'Reem Khair','reem-khair',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Reem Khair\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','f0a36363-0fc4-49fc-8817-4c2418f41095'),
(1601,1601,1,'Brian Long','brian-long',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Long\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6183]}',1,'2025-09-11 18:51:19','2025-11-17 16:08:26','a94126b2-6546-4713-9b52-a40baeddaf98'),
(1602,1602,1,'Deena Coffee','deena-coffee',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Sr. Director of Sales and Marketing\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6185]}',1,'2025-09-11 18:51:19','2025-11-17 16:08:26','ef4ddaa2-4369-40b6-ba0d-b8ee77ac2199'),
(1603,1603,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','b207461d-c917-433f-8fe6-e6479d0da874'),
(1604,1604,1,'Brian Long','brian-long',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Long\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','633e7290-03eb-4afa-b265-e32e032aebb9'),
(1605,1605,1,'Deena Coffee (Sr. Director of Sales and Marketing)','deena-coffee-sr-director-of-sales-and-marketing',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee (Sr. Director of Sales and Marketing)\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','d716e773-f9aa-4dc1-b0fa-50a3f79dee3e'),
(1606,1606,1,'Yehuda Smoke','yehuda-smoke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Smoke\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3856],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"YSmoke@completecareatmadison.com\"}',1,'2025-09-11 18:51:19','2025-10-13 16:15:51','ee30e680-b04d-4d63-9d95-036ef3243f87'),
(1607,1607,1,'Ashley Graham','ashley-graham',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Graham\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[47386]}',1,'2025-09-11 18:51:19','2026-03-19 18:46:22','b7698e8d-0acb-4318-b2e3-749850e41c7f'),
(1608,1608,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','685f3eb9-2105-4c87-b72a-16b1eaccb75f'),
(1609,1609,1,'Yehuda Smoke','yehuda-smoke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Smoke\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','1b378f60-5b95-4160-9b47-50d364cec5e7'),
(1610,1610,1,'Eileen Medina','eileen-medina',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eileen Medina\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','1c194067-fad5-4b08-ad8f-3ffcb96d69cc'),
(1611,1611,1,'Zev Berman','yehuda-zev-berman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Zev Berman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11736]}',1,'2025-09-11 18:51:19','2026-01-20 20:34:55','07ced176-5c9f-4237-ae31-8922b2b888b7'),
(1612,1612,1,'Kris Worman','kris-worman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kris Worman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11750]}',1,'2025-09-11 18:51:19','2026-01-20 20:39:17','90ab484f-40b9-4fa2-a4d0-80e667f18e85'),
(1613,1613,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-09-11 18:51:19','2025-09-11 18:51:19','19352fba-c6de-4914-b8fe-f5b1d6b91c84'),
(1614,1614,1,'Yehuda Zev Berman','yehuda-zev-berman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Zev Berman\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','2d44d946-4a3a-4b15-813c-5d0c8f6becde'),
(1615,1615,1,'Kris Worman','kris-worman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kris Worman\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','a25ebeb3-74bd-4e2a-82d4-fb007b59afef'),
(1616,1616,1,'Mac Thervil','mac-thervil',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mac Thervil\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:20','2026-02-26 14:24:58','1220e296-5e39-431c-bc58-23ad95929297'),
(1617,1617,1,'Blondine Prevlion','blondine-prevlion',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Blondine Prevlion\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3920]}',1,'2025-09-11 18:51:20','2025-10-13 17:09:47','b0f96137-23ec-4c0a-9e1a-1b23bd434700'),
(1618,1618,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','03ea3584-da90-4383-a9b8-c91aa0685322'),
(1619,1619,1,'Yehuda Gottlieb','yehuda-gottlieb',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Gottlieb\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','f33667d3-0449-41f5-b04d-fb0ea74f865a'),
(1620,1620,1,'Blondine Prevlion','blondine-prevlion',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Blondine Prevlion\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','a8982b76-3698-46b0-917a-3aa70e7ab08a'),
(1621,1621,1,'Leiby Mayerovitz','leiby-mayorovitz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leiby Mayerovitz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7324]}',1,'2025-09-11 18:51:20','2026-01-07 21:53:07','2dd9d498-7707-47f2-b23b-f1e7c7e04a8c'),
(1622,1622,1,'Kimberly O\'Laughlin','kimberly-olaughlin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kimberly O\'Laughlin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3954]}',1,'2025-09-11 18:51:20','2025-10-13 17:23:02','82141159-9c73-449c-b08a-f33170718935'),
(1623,1623,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','36240e5f-b492-40aa-b36c-f5cafa5094fa'),
(1624,1624,1,'Leiby Mayorovitz','leiby-mayorovitz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leiby Mayorovitz\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','829abd03-31de-4bd9-a1b8-9c82b36497d7'),
(1625,1625,1,'Kimberly O\'Laughlin','kimberly-olaughlin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kimberly O\'Laughlin\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','cd1a0e37-1a20-4569-a466-f9d6d686049c'),
(1626,1626,1,'Aviel Seleh','aviel-saleh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aviel Seleh\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7096]}',1,'2025-09-11 18:51:20','2026-01-05 21:19:02','33c36281-663a-494b-96d6-52135f2e5635'),
(1627,1627,1,'Ida Dziadyk','ida-dziadyk',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ida Dziadyk\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3981]}',1,'2025-09-11 18:51:20','2025-10-13 17:28:26','9c3f8248-9204-43b9-9710-bfc40c094e4d'),
(1628,1628,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','4608c00f-bf2f-4936-a8d8-f5e5208fbc20'),
(1629,1629,1,'Aviel Saleh','aviel-saleh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aviel Saleh\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','559405d3-abeb-4096-bd4f-390e737a4adf'),
(1630,1630,1,'Ida Dziadyk','ida-dziadyk',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ida Dziadyk\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','32a77ff7-dcfd-46a8-a63f-adaecad02af8'),
(1631,1631,1,'Donna Davies',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Donna Davies\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','f4c552fb-dce5-423a-9a8c-6cbdbb78e186'),
(1632,1632,1,'Tiffany Romano','tiffany-romano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Romano\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11769]}',1,'2025-09-11 18:51:20','2026-03-09 15:07:16','887c1b55-c0d2-455e-b44f-a375da943af6'),
(1633,1633,1,'Danielle Flemmings','danielle-flemmings',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Danielle Flemmings\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:20','2026-03-09 14:56:17','559dee13-43b0-4d1f-ad79-cbf34b7a9a01'),
(1634,1634,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','e98a0dba-19e6-4cbc-889d-c280d246d0de'),
(1635,1635,1,'Donna Davies','donna-davies',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Donna Davies\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','dcf7b689-ed19-4953-930b-946d6cc9dcd8'),
(1636,1636,1,'Tiffany Romano','tiffany-romano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Romano\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','bc7e6dce-ac01-4ad4-853d-fb07f078ab01'),
(1637,1637,1,'Jocelyn Raymond','jocelyn-raymond',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jocelyn Raymond\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','5893760b-7776-4299-abcb-ecad1c2824e6'),
(1638,1638,1,'Olga Shneyderman','kanene-oleka',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Olga Shneyderman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:20','2026-01-20 18:57:18','c2ef74a4-f4b7-4b33-8c95-4560632cbc50'),
(1639,1639,1,'Darian Reed','alarys-tavares',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Darian Reed\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12331]}',1,'2025-09-11 18:51:20','2026-01-21 01:43:05','3d13fcea-a308-46f8-9a3c-6f7bbd6c5411'),
(1640,1640,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','8aff0bda-3123-47d4-b5f7-1b6cf7321702'),
(1641,1641,1,'Kanene Oleka','kanene-oleka',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kanene Oleka\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','4ae2251a-cb91-4c1c-b88d-47df553198b7'),
(1642,1642,1,'Alarys Tavares','alarys-tavares',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alarys Tavares\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','8391e8be-4e81-4a84-8822-053732898024'),
(1643,1643,1,'Anna Chbihi','anna-chbihi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Anna Chbihi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7328]}',1,'2025-09-11 18:51:20','2026-01-07 21:58:05','aabd728d-84a3-4335-98b3-089ad7289770'),
(1644,1644,1,'Shawanna Tavers','beverly-blaise',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shawanna Tavers\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:20','2026-01-17 15:02:07','82935fa5-8497-4c21-9b5f-2a756ca99879'),
(1646,1646,1,'Anna Chbihi','anna-chbihi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Anna Chbihi\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','cd16eb9d-00e4-4745-abe5-9cf7d93d7aa0'),
(1647,1647,1,'Beverly Blaise','beverly-blaise',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Beverly Blaise\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','762a399b-c807-4786-a3d1-5d6b03fae825'),
(1648,1648,1,'Yosef Gerson','joe-cohen',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yosef Gerson\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"jcohen@ccwestfield.com\"}',1,'2025-09-11 18:51:20','2026-01-17 15:03:55','18c78a3c-3ae8-404d-9ebe-3bac2257e660'),
(1649,1649,1,'Kenya Williams','kenya-williams',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kenya Williams\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4105]}',1,'2025-09-11 18:51:20','2025-10-13 17:57:28','9d67b736-e74a-4b89-80ad-fcc70d9e190d'),
(1650,1650,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','f4c0c396-c9dc-4978-9131-f41f375d5f0d'),
(1651,1651,1,'Joe Cohen','joe-cohen',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Cohen\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','c7897ac6-a45e-405e-a7a7-810d9e327492'),
(1652,1652,1,'Kenya Williams','kenya-williams',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kenya Williams\"}',1,'2025-09-11 18:51:20','2025-09-11 18:51:20','7fb79fb7-73a6-4cfd-92f2-ba4b61d042e7'),
(1653,1653,1,'Michele Chihadeh','michele-chihadeh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Chihadeh\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5001]}',1,'2025-09-11 18:51:21','2026-01-20 18:47:29','3d836799-3bc8-4508-9ee4-8478951ffcbc'),
(1654,1654,1,'Deena Coffee (Sr. Director of Sales and Marketing)','deena-coffee-sr-director-of-sales-and-marketing',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee (Sr. Director of Sales and Marketing)\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5003]}',1,'2025-09-11 18:51:21','2025-11-05 17:22:48','17f86b6a-e9c6-40d0-80b5-6635d8b053a7'),
(1655,1655,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','ee17b9f8-4c5c-40bd-830c-c55974cf4f10'),
(1656,1656,1,'Michele Chihadeh','michele-chihadeh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Chihadeh\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','1aa2ce62-2e08-4975-bc6a-e38cf3f6b94f'),
(1657,1657,1,'Deena Coffee (Sr. Director of Sales and Marketing)','deena-coffee-sr-director-of-sales-and-marketing',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee (Sr. Director of Sales and Marketing)\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','315bc2d6-0f17-4133-bb1d-427541025c84'),
(1658,1658,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','f703ff90-715b-4035-b3c8-8f16c49ee380'),
(1659,1659,1,'Michael Bahooshian',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Bahooshian\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','9199a5fd-3db5-4acf-b3b9-1f459fb5293c'),
(1660,1660,1,'Brionna Allen-Jordan','brionna-allen-jordan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brionna Allen-Jordan\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4141]}',1,'2025-09-11 18:51:21','2025-10-13 18:02:09','ac17c95d-5d58-404a-9b74-9e727f3364a1'),
(1661,1661,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','3aff1b97-52ea-427a-89e2-da629a5e6b4f'),
(1662,1662,1,'Michael Bahooshian','michael-bahooshian',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Bahooshian\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','7cd3a48c-ec3e-46ea-aa67-b57203194f07'),
(1663,1663,1,'Brionna Allen-Jordan','brionna-allen-jordan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brionna Allen-Jordan\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','6697ca3b-a790-46ee-8f88-248e866f9b5c'),
(1664,1664,1,'Mark Sorrento',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mark Sorrento\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','2ce80c7a-00dc-40a2-be1b-00c625556a07'),
(1665,1665,1,'Vanessa Osi','vanessa-osi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Vanessa Osi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:21','2025-10-13 19:10:27','cba6e28a-d943-4e2c-8f59-11fc488c3681'),
(1666,1666,1,'Roosevelt Edison','rooseveltcarecenter-edisonpletecaremgmt','rooseveltcarecenter-edisonpletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','43aaf0b5-921e-4de5-af10-9912c08ceb73'),
(1667,1667,1,'Mark Sorrento','mark-sorrento',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mark Sorrento\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','650e4af4-0e44-4392-9305-068fbbbbbc43'),
(1668,1668,1,'Vanessa Osi','vanessa-osi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Vanessa Osi\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','e572a3bb-c44d-4118-a90b-963756ee9bf1'),
(1669,1669,1,'Evan Gold',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Gold\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','5b94085b-f42b-4a2c-af60-3bac69af83b6'),
(1670,1670,1,'Kendra Bass','kendra-bass',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kendra Bass\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4208]}',1,'2025-09-11 18:51:21','2025-10-13 19:24:55','73ad4bf7-c0f9-40bb-9135-05f0c35c40b9'),
(1671,1671,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','07a99b45-be42-45cb-b6d7-5fe46030e3dd'),
(1672,1672,1,'Evan Gold','evan-gold',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Gold\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','668c2ff3-4614-429a-afba-3a71439f8566'),
(1673,1673,1,'Kendra Bass','kendra-bass',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kendra Bass\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','a5733da0-29f7-4973-9ef3-0dfd67466711'),
(1674,1674,1,'Naftali Feld','naftali-feld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naftali Feld\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8764]}',1,'2025-09-11 18:51:21','2026-01-16 21:29:59','89a4341e-7d78-440b-9df8-d9a588b396d8'),
(1675,1675,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','d573353d-8975-4ee6-893a-3224b0f1fa42'),
(1676,1676,1,'Naftali Feld','naftali-feld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naftali Feld\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','13d7cfa2-62d0-4431-9673-fbfc4dd5afc0'),
(1677,1677,1,'Erica Braun','erica-braun',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Erica Braun\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6629],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"EBraun@completecarebarnhill.com\"}',1,'2025-09-11 18:51:21','2025-12-16 15:26:54','1eef52ba-29bc-4436-baab-5e7439444882'),
(1678,1678,1,'Louise Imperiale','louise-imperiale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Louise Imperiale\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4246]}',1,'2025-09-11 18:51:21','2025-10-13 19:30:02','412ea1a8-8c39-453f-8943-a4f780f79770'),
(1680,1680,1,'Erica Braun','erica-braun',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Erica Braun\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','f18254cd-32d3-4882-a8b2-6192d4d2f6a0'),
(1681,1681,1,'Louise Imperiale','louise-imperiale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Louise Imperiale\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','02cff329-db72-4fb7-8186-2390012526c8'),
(1682,1682,1,'Shannon Vinciguerra','shannon-vinciguerra',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shannon Vinciguerra\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"SVinciguerra@completecareberkshire.com\"}',1,'2025-09-11 18:51:21','2025-10-13 19:34:44','a13aace1-2cf3-4c6b-a21f-deccc72795ef'),
(1683,1683,1,'Jennifer Harvey','jennifer-harvey',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Harvey\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:21','2026-01-21 17:48:49','1ee4e09d-3d6a-4510-9a04-156863a443af'),
(1684,1684,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','b1a104f2-e92e-43cc-b361-a4e9fa2605f9'),
(1685,1685,1,'Shannon Vinciguerra','shannon-vinciguerra',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shannon Vinciguerra\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','f2f2e463-4f38-43c4-b9d3-80f1c882586f'),
(1686,1686,1,'Adrienne Lukity','adrienne-lukity',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Adrienne Lukity\"}',1,'2025-09-11 18:51:21','2025-09-11 18:51:21','872c54c4-b501-46b3-b668-0908508a6967'),
(1692,1692,1,'Courtney Petocz','courtney-petocz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Courtney Petocz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6614]}',1,'2025-09-11 18:51:22','2025-12-16 15:22:47','e95e1e0b-bcea-4324-bd27-bfe9ebc66826'),
(1693,1693,1,'Michele Cartagena','michele-cartagena',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4914]}',1,'2025-09-11 18:51:22','2025-11-04 21:01:32','5f0a4932-8955-401b-bc1b-3a4aa49e8d74'),
(1694,1694,1,'Henry Litchfield','henry-litchfield',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Henry Litchfield\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8769]}',1,'2025-09-11 18:51:22','2026-01-16 21:31:57','ec587020-e593-458c-aa50-255b541c0fa5'),
(1695,1695,1,'Elizabeth Pallotto','elizabeth-pallotto',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Pallotto\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8759]}',1,'2025-09-11 18:51:22','2026-01-16 21:29:27','d86b0a2c-36d0-41b0-8938-11f5515439a8'),
(1696,1696,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','218ced15-1de9-421d-b3ae-419a8914c873'),
(1697,1697,1,'Henry Litchfield','henry-litchfield',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Henry Litchfield\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','819857ff-46c4-4fae-9f2d-b639fd7d244e'),
(1698,1698,1,'Elizabeth Pallotto','elizabeth-pallotto',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Pallotto\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','99a5764d-7d41-475a-beb2-6a84ba14a85e'),
(1699,1699,1,'Robert Constantin','robert-constantin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Robert Constantin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7013]}',1,'2025-09-11 18:51:22','2026-01-05 17:58:01','c5faac02-34f9-4672-9148-82977386d2ab'),
(1700,1700,1,'Ruth Bryant','derah-evans',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ruth Bryant\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:22','2026-01-17 00:15:34','368d93ae-b703-45e4-a190-ad2c889603e6'),
(1701,1701,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','5ca3901a-df67-493f-bd4a-f5d3ba6843c0'),
(1702,1702,1,'Robert Constantin','robert-constantin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Robert Constantin\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','94af8f2c-268f-43fb-85f5-d2752ddb61a1'),
(1703,1703,1,'Derah Evans','derah-evans',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Derah Evans\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','05a8ef8e-f261-4143-a8e7-255a0b454740'),
(1704,1704,1,'Steven Rieder','steven-rieder',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Rieder\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7042],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"SRieder@cchamiltonplaza.com\"}',1,'2025-09-11 18:51:22','2026-01-05 18:31:07','2af7a9b4-878f-49af-a09c-1fb7089989af'),
(1705,1705,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','abb992e1-5868-4411-b125-d46741acaaba'),
(1706,1706,1,'Steven Rieder','steven-rieder',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Rieder\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','558d335c-ee39-43be-95a1-d1e4c039c55a'),
(1707,1707,1,'Yeira Matos',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yeira Matos\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','c4062b73-4115-47cd-a676-c0436ec33964'),
(1708,1708,1,'Michael Lifschutz','michael-lifschutz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Lifschutz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"michael.lifschutz@ccharborage.com\"}',1,'2025-09-11 18:51:22','2025-10-14 16:56:56','f66dbef1-0d55-4c0e-9017-d0a02f271a0f'),
(1709,1709,1,'Merlin Romero','merlin-romero',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Merlin Romero\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:22','2025-10-14 16:56:56','ddf6bfee-5203-44fb-9426-4bca05f0dd31'),
(1710,1710,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','0330fb2a-c38c-44b5-8f51-03df4885ebe0'),
(1711,1711,1,'Yeira Matos','yeira-matos',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yeira Matos\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','73fd09c3-0164-43c9-8a16-6854bac55574'),
(1712,1712,1,'Michael Lifschutz','michael-lifschutz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Lifschutz\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','0cf1b6ca-4190-4ecf-8181-1ca0145989a4'),
(1713,1713,1,'Merlin Romero','merlin-romero',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Merlin Romero\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','97dcba69-288b-4978-b13b-bb7df435feb5'),
(1714,1714,1,'Joshua Levy','joshua-levy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joshua Levy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"joshua.levy@ccharstonhall.com\"}',1,'2025-09-11 18:51:22','2025-10-14 17:00:06','932af8c9-a044-40f0-860c-6ca6b6c01686'),
(1715,1715,1,'Tammy Mauz','tammy-mauz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tammy Mauz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7365]}',1,'2025-09-11 18:51:22','2026-01-08 17:57:52','ca6b560f-07c2-4ebc-aa72-5ca77ac4e556'),
(1716,1716,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','ae527677-4d03-40e2-a4e5-923699a5067e'),
(1717,1717,1,'Joshua Levy','joshua-levy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joshua Levy\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','f5c8949d-9a5e-41cb-a9bc-0e923963984b'),
(1718,1718,1,'Tammy Mauz','tammy-mauz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tammy Mauz\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','6a1afea9-a563-40ee-a1d2-3c6eafb539f1'),
(1719,1719,1,'Trevor Dublin','trevor-dublin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Trevor Dublin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:22','2026-02-17 14:54:14','3ffa5a36-bbf3-4919-9bad-726f6f1faad0'),
(1720,1720,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','0d158e74-c8ae-4e3b-a564-6f1a2cf8c870'),
(1721,1721,1,'Ian Singer','ian-singer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ian Singer\"}',1,'2025-09-11 18:51:22','2025-09-11 18:51:22','3965ed1e-6ed0-44b1-9a41-006243c47db2'),
(1722,1722,1,'Deb Stoneback',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deb Stoneback\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','dde5c978-d216-4354-808c-f28789c06a43'),
(1723,1723,1,'Monica Trilli','monica-trilli',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Monica Trilli\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4518]}',1,'2025-09-11 18:51:23','2025-10-14 17:09:21','088027eb-ec62-4a74-815c-d837990cf971'),
(1724,1724,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','282c260d-69a2-49a4-841d-3bc546654ad8'),
(1725,1725,1,'Deb Stoneback','deb-stoneback',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deb Stoneback\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','f7a4ebb5-2c91-4d59-8864-4ca09f23916c'),
(1726,1726,1,'Monica Trilli','monica-trilli',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Monica Trilli\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','129da6e6-05dd-4ce3-be01-07f9934d25c0'),
(1727,1727,1,'Moshe Rosenblatt','moshe-rosenblatt',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Moshe Rosenblatt\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12660]}',1,'2025-09-11 18:51:23','2026-01-21 02:48:18','cc015ad8-df9f-4e53-b168-ce38256924f5'),
(1728,1728,1,'Amanda Sensale','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12656]}',1,'2025-09-11 18:51:23','2026-01-21 02:48:18','a2cd887c-12b4-42d9-8fd0-e6a34b1882ec'),
(1729,1729,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','c344110c-0d46-4d98-a9c8-39ecc25ba6dc'),
(1730,1730,1,'Grace Reyes','grace-reyes',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Grace Reyes\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','faa2c240-4d47-4192-ac47-16221dc8c261'),
(1731,1731,1,'Amanda Sensale','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','7dfd7d2b-7f48-4cc2-80a2-7bd2c9184378'),
(1732,1732,1,'Edward Burleigh','abby-dantinne',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Edward Burleigh\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"eburleigh@ccphillipsburg.com\"}',1,'2025-09-11 18:51:23','2026-01-17 00:46:46','b12ca283-a834-4aa8-ac05-e93e7a3aa183'),
(1733,1733,1,'Michele Cartagena',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','e420e910-d2d6-422d-932e-947f6c1b88c7'),
(1734,1734,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','244a0c6b-e56e-4ef3-91b8-5ac80bc191fe'),
(1735,1735,1,'Abby Dantinne','abby-dantinne',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Abby Dantinne\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','29f0d9a2-b74e-49a9-98eb-75ed6cf6591c'),
(1736,1736,1,'Michele Cartagena','michele-cartagena',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','f824d35c-09af-499c-9022-8f1ff721cf72'),
(1737,1737,1,'RJ Clemor','rj-clemor',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"RJ Clemor\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4602],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"rjclemor@ccprospectheights.com\"}',1,'2025-09-11 18:51:23','2025-10-14 17:22:21','8987d400-b3cc-482c-ac4c-1f21897c6a6b'),
(1738,1738,1,'Luisa Alcover','luisa-alcover',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Alcover\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Coordinator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:23','2026-01-17 00:51:35','594e9761-2485-4620-b06f-02bdd103f862'),
(1739,1739,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','ed6f7d37-62f5-4ffd-9186-a8ecd1788a61'),
(1740,1740,1,'RJ Clemor','rj-clemor',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"RJ Clemor\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','099c40a8-25b7-44d2-968f-e9f861d1dfb3'),
(1741,1741,1,'Luisa Alcover','luisa-alcover',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Alcover\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','46155d01-6e32-4664-bb59-1c454f8a10e8'),
(1742,1742,1,'Moshe Gottesman','moshe-gottesman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Moshe Gottesman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"moshe.gottesman@ccregent.com\"}',1,'2025-09-11 18:51:23','2025-10-14 17:25:14','4e1698b6-d00e-4fb5-91f8-6eea26bcac0a'),
(1743,1743,1,'Dawyn Karvoski','dawyn-karvoski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dawyn Karvoski\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4620]}',1,'2025-09-11 18:51:23','2025-10-14 17:25:14','7b642b16-bcc7-4cc0-b075-2c869be484d1'),
(1744,1744,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','7c6065ae-1630-4bcf-9716-29fb78ec2112'),
(1745,1745,1,'Moshe Gottesman','moshe-gottesman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Moshe Gottesman\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','ca8a0d20-91f8-4889-a51a-dac334bd3b62'),
(1746,1746,1,'Dawyn Karvoski','dawyn-karvoski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dawyn Karvoski\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','2e314ac0-96e2-40f7-b572-69f7c27b456b'),
(1747,1747,1,'Ralph Muller','ralph-muller',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ralph Muller\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12679]}',1,'2025-09-11 18:51:23','2026-01-21 02:58:37','d6786046-9028-4f22-86dc-2e459931a7cd'),
(1748,1748,1,'Angelica Dulay','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angelica Dulay\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12687]}',1,'2025-09-11 18:51:23','2026-01-21 02:58:37','6a100d75-2de5-4c95-92ac-6b62c45e7c62'),
(1749,1749,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"}}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','509a6521-f6e0-4e29-9ae6-5e17a9413c2d'),
(1750,1750,1,'Ralph Muller','ralph-muller',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ralph Muller\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','62d69a5d-3275-4a28-8e34-c02f28b8d10d'),
(1751,1751,1,'Amanda Sensale','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','648b9aa8-9422-4133-878a-09bb296643e9'),
(1752,1752,1,'Michael Willis','michael-willis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Willis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6954],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"mwillis@ccannapolis.com\"}',1,'2025-09-11 18:51:23','2026-01-05 17:02:25','94005dfd-dff9-438b-ac6e-69f17bff6518'),
(1753,1753,1,'Hilary Jones','andrea-aggasid',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hilary Jones\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[28929]}',1,'2025-09-11 18:51:23','2026-02-13 18:14:35','e1eef2f3-cc72-4a68-bef7-fd0dfc22e0cd'),
(1757,1757,1,'Alexandra Greene',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexandra Greene\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','09ca4613-0461-4deb-b26b-821c7cdd3c09'),
(1758,1758,1,'Ronald Inglis',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ronald Inglis\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','5acfe1d7-4528-4b78-85ae-1740e76bbafa'),
(1759,1759,1,'Tiffany Gugliotta','tiffany-gugliotta',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Gugliotta\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4902]}',1,'2025-09-11 18:51:23','2025-11-04 20:58:46','3b3c079e-129d-4780-bf10-8af3012f2a59'),
(1760,1760,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','5e60c010-5fc5-4e31-8b96-d4e944828925'),
(1761,1761,1,'Alexandra Greene','alexandra-greene',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexandra Greene\"}',1,'2025-09-11 18:51:23','2025-09-11 18:51:23','e1182665-7cf7-4c26-a678-075697c78884'),
(1762,1762,1,'Ronald Inglis','ronald-inglis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ronald Inglis\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','b7c64e6a-b028-46ed-ba50-2b9faa6b317f'),
(1763,1763,1,'Tiffany Gugliotta','tiffany-gugliotta',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Gugliotta\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','7e3e875b-1aaa-4c04-bb6d-5effd2f1af15'),
(1764,1764,1,'Ashley Henderson',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Henderson\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','a0900a29-4e9b-4a46-a231-e0e4ec35082e'),
(1765,1765,1,'Jessica Dukes','jessica-dukes',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Dukes\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6065]}',1,'2025-09-11 18:51:24','2025-11-17 14:59:56','b529e4e7-2b18-4a1e-8bdd-59856b2998ca'),
(1766,1766,1,'Mariah Beatty','mariah-beatty',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mariah Beatty\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6064]}',1,'2025-09-11 18:51:24','2025-11-17 14:59:56','d8ebcd5b-56f0-4204-a15b-b257621ee1d2'),
(1767,1767,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','0022e9dd-d116-40ca-a9d7-3133beae6767'),
(1768,1768,1,'Ashley Henderson','ashley-henderson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Henderson\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','b37695f8-c182-4e83-b265-4a28566d85b2'),
(1769,1769,1,'Jessica Dukes','jessica-dukes',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Dukes\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','fc28362c-9b2f-4cb3-a00a-8a93d0ceb8b1'),
(1770,1770,1,'Mariah Beatty','mariah-beatty',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mariah Beatty\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','aed5ddc0-d589-4250-8a7b-e4de01a746a4'),
(1771,1771,1,'Stephanie J. Shoemaker','stephanie-j-shoemaker',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie J. Shoemaker\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6081]}',1,'2025-09-11 18:51:24','2025-11-17 15:03:58','d4ed959a-8d6a-4652-8812-811c3164119b'),
(1772,1772,1,'Sheila Keister','sheila-keister',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sheila Keister\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6082]}',1,'2025-09-11 18:51:24','2025-11-17 15:03:58','b73c88f0-54b8-45c4-862c-010044163a2c'),
(1773,1773,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','2ad70b95-395f-41c4-aecb-cc3d3bafd16b'),
(1774,1774,1,'Stephanie J. Shoemaker','stephanie-j-shoemaker',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie J. Shoemaker\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','9414f8d0-9c7b-449a-9629-34a0723022c7'),
(1775,1775,1,'Sheila Keister','sheila-keister',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sheila Keister\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','a01b2147-3971-4354-b330-08a25afbc5b5'),
(1776,1776,1,'Cindy Nasrawy','cindy-nasrawy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cindy Nasrawy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7038]}',1,'2025-09-11 18:51:24','2026-01-05 18:27:26','c4553715-e496-48b9-a476-e114734480cc'),
(1777,1777,1,'Stephanie Kendle','stephanie-kendle',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie Kendle\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6143]}',1,'2025-09-11 18:51:24','2025-11-17 15:43:23','bd3a8f16-960f-46d1-aa20-fe53b7751a26'),
(1778,1778,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','bc46fc42-eb69-4652-a310-6ac59c51d534'),
(1779,1779,1,'Cindy Nasrawy','cindy-nasrawy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cindy Nasrawy\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','e1a00558-3d56-4085-9209-1447ef3181f9'),
(1780,1780,1,'Stephanie Kendle','stephanie-kendle',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie Kendle\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','63ada7ef-aebc-488a-b077-15bc64509ec3'),
(1781,1781,1,'Leroy Watters',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leroy Watters\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','04a01248-3743-4d24-b1cb-403136125e3c'),
(1782,1782,1,'William Brawders','william-brawders',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Brawders\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6167]}',1,'2025-09-11 18:51:24','2025-11-17 16:03:20','7d3f1cbf-9df1-453d-832c-e18f44840934'),
(1783,1783,1,'Debbie Kramer','debbie-kramer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Debbie Kramer\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6165]}',1,'2025-09-11 18:51:24','2025-11-17 16:03:20','a34b8d85-351b-41e7-ac12-55d2fcdf8179'),
(1784,1784,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','40621893-6bbb-49dd-b73b-d7a22518f960'),
(1785,1785,1,'Leroy Watters','leroy-watters',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leroy Watters\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','03ef7f8a-2b63-4718-8949-c67be01e89c0'),
(1786,1786,1,'William Brawders','william-brawders',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Brawders\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','f6cbb69c-332b-48c6-8902-f8dc20903240'),
(1787,1787,1,'Debbie Kramer','debbie-kramer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Debbie Kramer\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','ba381c67-8cc7-47b7-ae43-78f8a54a1363'),
(1788,1788,1,'Ruth Graziano','ruth-graziano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ruth Graziano\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6173]}',1,'2025-09-11 18:51:24','2025-11-17 16:04:15','8c44667d-f6e7-4231-99cf-9d7e29db74bd'),
(1789,1789,1,'Pam Melvin','pam-melvin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Pam Melvin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6175]}',1,'2025-09-11 18:51:24','2025-11-17 16:04:15','d055a3b5-fb5a-492a-96db-17e757ea9bb0'),
(1790,1790,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','0734008e-ec86-4a8c-95db-bcf2e2307fce'),
(1791,1791,1,'Ruth Graziano','ruth-graziano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ruth Graziano\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','ec3f1a14-f2d9-4c7f-8ddc-4969645bb1fd'),
(1792,1792,1,'Pam Melvin','pam-melvin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Pam Melvin\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','28677dd9-e85a-46d9-837c-fd5376aec516'),
(1793,1793,1,'Antionette Doublin','antionette-doublin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Antionette Doublin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6434]}',1,'2025-09-11 18:51:24','2025-11-24 14:42:16','932ada17-ea15-46b2-ba6f-900916d17daa'),
(1794,1794,1,'Isha Bah','isha-bah',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Isha Bah\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6191]}',1,'2025-09-11 18:51:24','2025-11-17 16:13:13','ed7b899f-c9aa-485f-a760-eeda5876a8f9'),
(1795,1795,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','2dbd6d50-0381-49b3-a368-21bc36262f68'),
(1796,1796,1,'Aaron Smith','aaron-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aaron Smith\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','956aedd5-d43d-4166-8a9c-3c56db127089'),
(1797,1797,1,'Isha Bah','isha-bah',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Isha Bah\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','7379d888-799f-4c67-8607-abcb8429dd39'),
(1798,1798,1,'Bill Dickey',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Bill Dickey\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','5e2d30ef-eb94-46b8-8b1b-fe09b3ff9a46'),
(1799,1799,1,'DeLaura Harris','delaura-harris',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"DeLaura Harris\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6224]}',1,'2025-09-11 18:51:24','2025-11-17 16:22:37','c1c31fc4-1fff-446f-818b-2ca08e551076'),
(1800,1800,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','d1c3496c-5028-4217-bbd1-8fe420fc34e3'),
(1801,1801,1,'Bill Dickey','bill-dickey',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Bill Dickey\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','cbfe1fba-646b-4270-adcb-e42fb1b5173e'),
(1802,1802,1,'DeLaura Harris','delaura-harris',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"DeLaura Harris\"}',1,'2025-09-11 18:51:24','2025-09-11 18:51:24','0b055166-3c5c-469c-af9d-6db06900868f'),
(1803,1803,1,'Krysten Scharfe',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krysten Scharfe\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','5d3bb4a7-407e-4258-94b8-74754405f5dc'),
(1804,1804,1,'Stacie Odachowski','stacie-odachowski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacie Odachowski\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6279]}',1,'2025-09-11 18:51:25','2025-11-17 16:41:36','de90e17a-afa3-499c-ba1b-e83212129515'),
(1805,1805,1,'Kristy Shanahan','kristy-shanahan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kristy Shanahan\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6281]}',1,'2025-09-11 18:51:25','2025-11-17 16:41:36','849ce2cb-4938-4cfa-98f6-08efd102c2a4'),
(1806,1806,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','62677ba6-f4d7-4676-b098-64269ddc8cad'),
(1807,1807,1,'Krysten Scharfe','krysten-scharfe',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krysten Scharfe\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','2b901903-5bd3-44d3-aeb5-db30d26323e5'),
(1808,1808,1,'Stacie Odachowski','stacie-odachowski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacie Odachowski\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','928a98d0-0af8-40a2-a90e-a4e59d707b02'),
(1809,1809,1,'Kristy Shanahan','kristy-shanahan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kristy Shanahan\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','e323d1ce-5723-4799-9123-d646d279260f'),
(1810,1810,1,'Jim Triana','jim-triana',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jim Triana\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6292]}',1,'2025-09-11 18:51:25','2025-11-17 16:44:05','f841be27-18c4-46ca-860c-3268921ee27c'),
(1811,1811,1,'Holly Medley','holly-medley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Medley\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6294]}',1,'2025-09-11 18:51:25','2026-01-21 17:46:08','f36be466-38a1-4f10-976a-d49ad99d8109'),
(1812,1812,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','05a5aa85-4501-424c-b200-ad6d35b99c55'),
(1813,1813,1,'Jim Triana','jim-triana',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jim Triana\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','64b9785a-253c-44b6-bdfb-6ba605760002'),
(1814,1814,1,'Holly Medley','holly-medley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Medley\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','929ec8fa-9d38-4893-970d-b7d355892e60'),
(1815,1815,1,'Angela Gillis',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Gillis\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','8cfde198-7af2-49ae-a11c-a8420e0b4591'),
(1816,1816,1,'Richard Ludlow','jane-ketterman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Richard Ludlow\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:25','2026-01-17 00:29:50','85be5433-d45c-4f8e-bce4-70460377a92f'),
(1817,1817,1,'Jamal Harris',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamal Harris\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','960537e1-efc7-42ed-a34e-34421379bee7'),
(1818,1818,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','6c9dbe83-945d-4d11-a87d-1bac7f37bec1'),
(1819,1819,1,'Angela Gillis','angela-gillis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Gillis\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','becfab29-da62-4ee9-b8a2-8843adae30db'),
(1820,1820,1,'Jane Ketternam','jane-ketternam',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jane Ketternam\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','4aaf359a-d8cb-43bc-8e48-64d52b54ea25'),
(1821,1821,1,'Jamal Harris','jamal-harris',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamal Harris\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','6f36758d-deae-4602-8824-01542e2132b1'),
(1822,1822,1,'Steven Smith',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Smith\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','971ed96d-7eb1-4c48-ac04-35904561114c'),
(1823,1823,1,'Jessica Hurst','jessica-hurst',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Hurst\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5244]}',1,'2025-09-11 18:51:25','2025-11-05 19:19:37','2c23c29b-6292-4731-b100-3c678e413828'),
(1824,1824,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','02822da0-fd14-4b9b-8377-0fbd3a34a86a'),
(1825,1825,1,'Steven Smith','steven-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Smith\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','de823e1d-f426-4a7c-8947-4eeead52b37b'),
(1826,1826,1,'Jessica Hurst','jessica-hurst',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Hurst\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','8d425eb5-9898-4d5a-980c-0ac2df197ce4'),
(1827,1827,1,'Oludapo Eludoyin','oludapo-eludoyin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Oludapo Eludoyin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5156]}',1,'2025-09-11 18:51:25','2025-11-05 18:56:48','a29a12a1-fc18-4533-b4d4-99166ee56e1c'),
(1828,1828,1,'Luis Vargas','luis-vargas',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luis Vargas\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5158]}',1,'2025-09-11 18:51:25','2025-11-05 18:56:48','a487c757-dc87-4883-bc10-0488a89825f3'),
(1829,1829,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','6f674576-94bb-4e4b-913e-d610d2fb4211'),
(1830,1830,1,'Oludapo Eludoyin','oludapo-eludoyin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Oludapo Eludoyin\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','baa5bbb6-0076-4832-be61-4138050b7fdb'),
(1831,1831,1,'Luis Vargas','luis-vargas',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luis Vargas\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','2fd55a3a-7805-468d-8a0b-76b42fffd7a8'),
(1832,1832,1,'Latif Nabi','latif-nabi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Latif Nabi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5042]}',1,'2025-09-11 18:51:25','2025-11-05 17:31:15','76885a45-b377-4d40-8322-b918bc483e5c'),
(1833,1833,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','99063bde-b048-4bb3-8426-8269a48a9d8a'),
(1834,1834,1,'Latif Nabi','latif-nabi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Latif Nabi\"}',1,'2025-09-11 18:51:25','2025-09-11 18:51:25','9511ced4-e28c-4b8a-b548-d934c051d82c'),
(1835,1835,1,'Lauren Fetrow','lauren-fetrow',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lauren Fetrow\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14533]}',1,'2025-09-11 18:51:25','2026-01-21 14:40:25','29390c6b-5271-4c1a-b877-810adfccf083'),
(1836,1836,1,'Amy Evans','amy-evans',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amy Evans\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14550]}',1,'2025-09-11 18:51:25','2026-01-21 14:42:08','07d54cdf-61cd-4c75-b341-ba2db9fabc01'),
(1840,1840,1,'Evan Kinney','evan-kinney',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Kinney\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:26','2026-01-17 00:35:08','5024f8a2-5635-4558-8a46-0a42159f721f'),
(1841,1841,1,'Katie Schleicher','katie-schleicher',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Schleicher\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:26','2026-01-17 01:52:58','7fcbc372-1174-46ed-a56e-d1ae02613b47'),
(1842,1842,1,'Glendale Care & Rehab','glendalecrc','glendalecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Glendale Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale Care & Rehab\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"glendalecrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','cbcab726-c938-453b-a319-8092b2748962'),
(1843,1843,1,'Evan Kinney','evan-kinney',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Kinney\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','68452822-5bba-4b1f-9119-7a2000ff1ddc'),
(1844,1844,1,'Katie Schleicher','katie-schleicher',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Schleicher\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','64d89b1e-d6ea-4caf-89e0-65bc8ecd8649'),
(1845,1845,1,'William Steele','william-steele',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Steele\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:26','2025-11-17 15:36:43','34152951-3df5-4a14-b89c-53eb9a51a790'),
(1846,1846,1,'Jennifer Chuc','jennifer-chuc',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Chuc\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:26','2025-11-17 15:36:43','ac3f4f7e-a765-4ff0-a1ad-c314f48eb010'),
(1847,1847,1,'Grande Prairie','grandeprairiecrc','grandeprairiecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Grande Prairie Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"grandeprairiecrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Grande-Prairie-Care-and-Rehab-Center-100112249436100/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','55040ba8-6e68-4682-bdf4-fd6ffd5f52a5'),
(1848,1848,1,'William Steele','william-steele',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Steele\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','c95ef37d-3a27-48c4-9201-8478fb9bb7dc'),
(1849,1849,1,'Jennifer Chuc','jennifer-chuc',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Chuc\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','f2a484e3-c762-45a9-b865-4a300d929b8f'),
(1850,1850,1,'Scott Hochstadt','christine-klekamp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Scott Hochstadt\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14567]}',1,'2025-09-11 18:51:26','2026-01-21 14:48:29','e1a55d9e-db8b-4edb-93dc-2fbf73fe6680'),
(1851,1851,1,'Lindsay Parry','lindsay-parry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lindsay Parry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14586]}',1,'2025-09-11 18:51:26','2026-01-21 14:53:34','f1bd0cfc-c29e-4759-a4ce-9b76c1a47edf'),
(1852,1852,1,'Kensington','kensingtoncareandrehab','kensingtoncareandrehab','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Kensington Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"kensingtoncareandrehab.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/KensingtonCareRehab/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','ac0cda4a-8bd9-4cc3-93c7-e14ae51a8959'),
(1853,1853,1,'Christine Klekamp','christine-klekamp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christine Klekamp\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','44019789-1f1a-480a-bbd2-b8a00923564f'),
(1854,1854,1,'Lindsay Parry','lindsay-parry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lindsay Parry\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','892e46f4-f4ca-492a-832f-b8f49e4590ad'),
(1855,1855,1,'Brianna Christel','cynthia-grindheim',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Christel\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14598]}',1,'2025-09-11 18:51:26','2026-01-21 14:59:39','b9ee3ca7-9392-411a-af3c-e3a026e7ab41'),
(1856,1856,1,'Hailey Shillcox','hailey-hagg',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hailey Shillcox\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14601]}',1,'2025-09-11 18:51:26','2026-01-21 14:59:39','33543516-dd07-45a7-b609-b0e4c93b0e64'),
(1857,1857,1,'Manitowoc','manitowochrc','manitowochrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Manitowoc Health and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"manitowochrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Manitowoc-Health-and-Rehabilitation-Center-2251823335053203/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','b98fdec9-856c-48c6-88a3-973e0675159e'),
(1858,1858,1,'Cynthia Grindheim','cynthia-grindheim',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cynthia Grindheim\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','0b844334-b8fb-4ea0-9dd9-9e3a94314946'),
(1859,1859,1,'Hailey Hagg','hailey-hagg',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hailey Hagg\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','dd0c419e-2c10-45ac-ab9f-9ac3e11fc396'),
(1860,1860,1,'Jason Williams','jason-williams',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Williams\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6287]}',1,'2025-09-11 18:51:26','2025-11-17 16:42:54','8d68f305-4fa6-42e6-8d9b-bbc1f6fed06a'),
(1861,1861,1,'Victoria Gouldthorp','victoria-gouldthorp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Victoria Gouldthorp\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:26','2026-01-17 00:40:18','ce37dd0c-389b-4b1d-b1a2-76781a1be995'),
(1862,1862,1,'Nazareth','nazarethhealth','nazarethhealth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Nazareth Health and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"nazarethhealth.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Nazareth-Health-And-Rehabilitation-Center-2257795361124107/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','121960bb-697f-4796-b8c0-672ac50617f6'),
(1863,1863,1,'Jason Williams','jason-williams',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Williams\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','73939f9d-6fa4-426b-98df-4938eff94178'),
(1864,1864,1,'Gloria Neal','gloria-neal',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Gloria Neal\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','5df510c6-cd40-4b7d-8107-246f2fe9c6b8'),
(1865,1865,1,'Scott Myers','scott-myers',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Scott Myers\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:26','2025-11-17 16:50:38','197a9aa6-5b45-4ef9-abc7-e94b1169188b'),
(1866,1866,1,'Rachel Woodford','rachel-woodford',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rachel Woodford\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:26','2025-11-17 16:50:38','6230461b-7402-4c02-b249-fe19aeb4f0dd'),
(1867,1867,1,'Ridgewood','ridgewoodcarecenter','ridgewoodcarecenter','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Ridgewood Care Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ridgewoodcarecenter.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RidgewoodCareCenter/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','aac8c05f-c663-4cc2-98ae-d13e60b95c6f'),
(1868,1868,1,'Scott Myers (Executive Director)','scott-myers-executive-director',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Scott Myers (Executive Director)\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','3e54245c-7b62-46ea-b3fe-e42de8ac719e'),
(1869,1869,1,'Rachel Woodford','rachel-woodford',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rachel Woodford\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','a962bfd6-8577-460e-8c6c-28d5791ad80d'),
(1870,1870,1,'Emily Greenwood','emily-greenwood',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Emily Greenwood\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7356]}',1,'2025-09-11 18:51:26','2026-01-08 16:18:09','0453d355-1820-4477-8d69-47f2a59e13cb'),
(1871,1871,1,'Ashley Siegler','ashley-siegler',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Siegler\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7359]}',1,'2025-09-11 18:51:26','2026-01-08 16:18:09','8f3ef405-8a58-4c93-99ac-cfabba2f7a9e'),
(1872,1872,1,'St. Clare\'s','stclarecrc','stclarecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"St. Clare Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Clare\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stclarecrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/18fYMfb8q2/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','b9103439-6116-43ac-821f-b1f2e0bc072f'),
(1873,1873,1,'Emily Greenwood','emily-greenwood',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Emily Greenwood\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','91716a6b-37d2-43a8-85e3-24b7b0d78fdb'),
(1874,1874,1,'Ashley Siegler','ashley-siegler',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Siegler\"}',1,'2025-09-11 18:51:26','2025-09-11 18:51:26','1d3dc1b6-2f55-43ae-b1e5-5efc69f3ddd0'),
(1875,1875,1,'Sean Murphy','sean-murphy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sean Murphy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14619]}',1,'2025-09-11 18:51:26','2026-01-21 15:04:50','dd41f405-7b5b-4d9f-9c6f-01adcba78f50'),
(1876,1876,1,'Jamie L. Forman','jamie-l-forman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamie L. Forman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:26','2025-11-17 16:32:33','855a1674-abef-4bba-b677-8a0ebc20ba92'),
(1877,1877,1,'St. Mary\'s','stmaryscrc','stmaryscrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"St. Mary\'s Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Mary\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stmaryscrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/1KGQR5U7pk/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','5857a238-7301-44ab-b97c-24c243566a3e'),
(1878,1878,1,'Sean Murphy','sean-murphy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sean Murphy\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','3d2082e2-763b-4583-818a-17c33dadd0be'),
(1879,1879,1,'Jamie L. Forman','jamie-l-forman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamie L. Forman\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','1a3b75a7-3e2c-400a-883d-e4e77ce263c5'),
(1880,1880,1,'Rebecca Rieber','rebecca-rieber',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rebecca Rieber\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:27','2025-11-05 19:12:18','3d0b1dfd-6b01-41b8-918e-95085f0d5f5d'),
(1881,1881,1,'Catherine Misorski','catherine-misorski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Catherine Misorski\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:27','2025-11-05 19:12:18','64f58eea-3ac4-484a-9159-38b4f62c4f02'),
(1882,1882,1,'Southpointe','southpointecrc','southpointecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Southpointe Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"southpointecrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','4c0d7405-0de7-40da-930c-0ebbfbed7d57'),
(1883,1883,1,'Rebecca Rieber (Executive Director)','rebecca-rieber-executive-director',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rebecca Rieber (Executive Director)\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','00f3af07-5a21-4fce-be2d-120e6e4cb975'),
(1884,1884,1,'Catherine Misorski','catherine-misorski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Catherine Misorski\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','21973397-6b8f-4cb8-991b-6e98a20f01eb'),
(1885,1885,1,'Michael Spitzer','michael-spitzer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Spitzer\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:27','2025-11-17 15:16:11','e560d795-7449-4541-a92f-30bca0b6d62c'),
(1886,1886,1,'Deana Stakic','deana-stakic',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deana Stakic\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6099]}',1,'2025-09-11 18:51:27','2025-11-17 15:16:11','dbb049b7-17fc-43ef-ad18-ec83fa8ea599'),
(1887,1887,1,'Virginia Highlands','virginiahighlandscrc','virginiahighlandscrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Virginia Highlands Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Virginia Highlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"virginiahighlandscrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Virginia-Highlands-Care-And-Rehab-100134656100444/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','14fd2981-87ff-4d22-ab61-bc053d0420bc'),
(1888,1888,1,'Erin Binder','erin-binder',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Erin Binder\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','394aadef-f4dd-4ac8-89d0-6666ca851c1e'),
(1889,1889,1,'Deana Stakic','deana-stakic',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deana Stakic\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','4288e001-e395-4848-b28f-ac0341bccfd9'),
(1890,1890,1,'Elisabeth Woolf','jeff-hilliard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elisabeth Woolf\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6090]}',1,'2025-09-11 18:51:27','2026-01-21 15:53:27','304cb8c7-e064-437e-bbcd-89bea759c8a4'),
(1891,1891,1,'Christina King','holly-dean',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christina King\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7151]}',1,'2025-09-11 18:51:27','2026-01-06 20:43:11','24941eb7-e606-4b2d-b9a3-4c0ec42de747'),
(1892,1892,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','08ec81b1-fa74-4e18-8176-6889afc8476f'),
(1893,1893,1,'Jeff Hilliard','jeff-hilliard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeff Hilliard\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','4365e747-d75e-42c7-8707-9e46009f4784'),
(1894,1894,1,'Holly Dean','holly-dean',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Dean\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','5c6019e9-6140-4543-8e83-f7185043b570'),
(1895,1895,1,'Melissa Schmitt','melissa-schmitt',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Schmitt\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7020]}',1,'2025-09-11 18:51:27','2026-01-05 18:17:24','27785baa-4ce3-4c0c-914d-5ee567618560'),
(1896,1896,1,'Karley Conway','karley-conway',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Karley Conway\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6105]}',1,'2025-09-11 18:51:27','2025-11-17 15:17:07','9fff7e04-ee84-4a91-8856-9a697e76f03b'),
(1897,1897,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','36c886f9-3103-4eab-90e4-7b458f76259f'),
(1898,1898,1,'Melissa Schmitt','melissa-schmitt',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Schmitt\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','5aa22d18-f15f-40fc-bd6d-d8148a64662c'),
(1899,1899,1,'Karley Conway','karley-conway',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Karley Conway\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','f6281447-fb4a-4d4a-9b64-874697006d75'),
(1900,1900,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6128]}',1,'2025-09-11 18:51:27','2025-11-17 15:41:10','a995c889-9f67-421a-9ae4-295b3178f211'),
(1901,1901,1,'Holly Dean','lynn-marino',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Dean\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6093]}',1,'2025-09-11 18:51:27','2026-01-21 15:43:14','8d71bfa4-c1cf-4837-932d-e633aabbe7c6'),
(1902,1902,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','26dc024c-25c4-4e5f-ae04-98b6d2173610'),
(1903,1903,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','5dede733-c827-428a-b0c4-95dd16d44322'),
(1904,1904,1,'Lynn Marino & Ava Genova','lynn-marino-ava-genova',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino & Ava Genova\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','f4d9c4b1-1657-4672-8f01-b57ed9b2138c'),
(1905,1905,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6128]}',1,'2025-09-11 18:51:27','2025-11-17 15:41:58','44bdefaa-6897-4934-8581-620a610d782f'),
(1906,1906,1,'Ava Genova','ava-genova',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ava Genova\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"RCH Manager and Marketing Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6137]}',1,'2025-09-11 18:51:27','2026-01-02 20:16:44','5932479d-c4fe-453d-89e3-e1019e35668d'),
(1907,1907,1,'Groton Regency','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','00f21ff4-6339-4349-b7da-d17367742bb7'),
(1908,1908,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','7c48aeea-3627-4910-b2f3-c980de39c652'),
(1909,1909,1,'Lynn Marino & Ava Genova','lynn-marino-ava-genova',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino & Ava Genova\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','40754aa2-e854-49e8-9251-e316fae79533'),
(1910,1910,1,'Angela Perry',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Perry\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','10bf4e5b-d26c-4c24-9050-dc5734186a7d'),
(1911,1911,1,'Madison Roman','madison-roman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Madison Roman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Director of Admissions and Marketing\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4349]}',1,'2025-09-11 18:51:27','2025-10-14 13:43:52','f378b5ca-c9b4-4182-82e3-b578de950023'),
(1912,1912,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','23717c00-a1c8-4df7-86f6-693aa5075a86'),
(1913,1913,1,'Angela Perry','angela-perry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Perry\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','77d9d9a6-e307-4c67-9a0f-315c355d5974'),
(1914,1914,1,'Rebekah McDougall','rebekah-mcdougall',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rebekah McDougall\"}',1,'2025-09-11 18:51:27','2025-09-11 18:51:27','1b3ad056-dfd1-4d68-b917-7459f83cb144'),
(1915,1915,1,'Natalie Duncan',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Natalie Duncan\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','6089ce37-05b0-4284-97e9-ebedc72881ac'),
(1916,1916,1,'Kiera Dickenso','kiera-dickenson',NULL,'{\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-09-11 18:51:28','2026-01-17 14:05:55','7a21d310-a85e-4ddb-b1d0-612d45e5999c'),
(1917,1917,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','f33a9c40-ce0f-4040-888c-7c7b8802934a'),
(1918,1918,1,'Natalie Duncan','natalie-duncan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Natalie Duncan\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','3223d245-4689-4080-a40f-a4d21b3de3ec'),
(1919,1919,1,'Kiera Dickenson','kiera-dickenson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kiera Dickenson\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','eea36e0a-96b0-4cee-b515-4187e2223fb9'),
(1920,1920,1,'Thomas Russo','thomas-russo',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Thomas Russo\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6214]}',1,'2025-09-11 18:51:28','2025-11-17 16:21:02','e9da0214-8eee-4fd1-b403-b3e117ed5b35'),
(1921,1921,1,'Barbara Grogoza','barbara-grogoza',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Barbara Grogoza\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6216]}',1,'2025-09-11 18:51:28','2025-11-17 16:21:02','6b088c0f-b7c2-4f0d-86d1-cf87a2db339d'),
(1922,1922,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','cd21b194-f3aa-4492-87b1-4b8e4e4f2fe3'),
(1923,1923,1,'Thomas Russo','thomas-russo',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Thomas Russo\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','1ab3290e-e1c5-47f4-8b85-d3527f9a7a06'),
(1924,1924,1,'Barbara Grogoza','barbara-grogoza',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Barbara Grogoza\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','eb7d25d8-6b45-4d8a-abfe-4d1523c3c468'),
(1925,1925,1,'Carmelina (Lina) Hillard',NULL,NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Carmelina (Lina) Hillard\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','42fb802d-347e-47aa-b0d7-ccbac383046c'),
(1926,1926,1,'Lisa Sala','lisa-sala',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lisa Sala\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6258]}',1,'2025-09-11 18:51:28','2025-11-17 16:36:55','4020d843-0a53-4b9c-81c9-dbe01d1ec2ed'),
(1927,1927,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','430dd7b8-b238-498a-ac63-4939a1b120a9'),
(1928,1928,1,'Carmelina (Lina) Hillard','carmelina-lina-hillard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Carmelina (Lina) Hillard\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','24dc0238-94e4-40dd-822d-6695a95c0428'),
(1929,1929,1,'Lisa Sala','lisa-sala',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lisa Sala\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','870d1f52-9a15-4a0a-8d35-39e7d5425671'),
(1930,1930,1,'Peter Knights','peter-knights',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Peter Knights\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6265]}',1,'2025-09-11 18:51:28','2025-11-17 16:38:04','a74b3871-154a-4aed-a3c5-6cf145a30b3c'),
(1931,1931,1,'Alexa Graves','alexa-graves',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexa Graves\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6270]}',1,'2025-09-11 18:51:28','2025-11-17 16:38:25','58d51499-e1e3-4670-911f-fada42b7efdc'),
(1932,1932,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','d8174be7-1e8c-4fa1-9bec-2ac3fb4a3761'),
(1933,1933,1,'Peter Knights','peter-knights',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Peter Knights\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','f2a61638-4391-4989-b47e-e19f56b08940'),
(1934,1934,1,'Alexa Graves','alexa-graves',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexa Graves\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','e718d839-1b6a-4872-aeac-1f2a9056d516'),
(1935,1935,1,'David Glat','darnell-fortney-bs-ms-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"David Glat\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14458]}',1,'2025-09-11 18:51:28','2026-01-21 14:23:45','6a4e2e8d-860a-4125-a3d1-df58f95f93b6'),
(1936,1936,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','4dfb2e0b-b921-4338-9af9-95c6d89326fd'),
(1937,1937,1,'Luisa Villalba (assistant admin)','luisa-villalba-assistant-admin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Villalba (assistant admin)\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','0c2dd56e-fb62-4db8-98e6-a37cf843d1b6'),
(1938,1938,1,'Naisha Lee BS LNHA','naisha-lee-bs-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naisha Lee BS LNHA\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7140]}',1,'2025-09-11 18:51:28','2026-01-06 19:05:05','c503be1e-1210-4a07-8fae-51f46c7fc696'),
(1939,1939,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','2e2644f5-5b62-4e64-9fce-3dae6b907a3e'),
(1940,1940,1,'Eli Barnett','eli-barnett',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Barnett\"}',1,'2025-09-11 18:51:28','2025-09-11 18:51:28','3e7f1b92-97df-4976-843c-440c879af702'),
(1941,1941,1,'Michael Jacobson LNHA','michael-jacobson-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Jacobson LNHA\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14444]}',1,'2025-09-11 18:51:28','2026-01-21 14:22:23','b0fde6e6-c7e5-4e10-90a9-111cd42a9a97'),
(1958,1958,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-09-11 18:58:45','2025-09-11 18:58:45','7dd38a98-fae8-447f-bd5d-6903974ad729'),
(1963,1963,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-09-11 19:00:06','2025-09-11 19:00:06','6103bfb0-b1c8-4b49-b093-ffe5527d7383'),
(1967,1967,1,'Bey Lea','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-09-11 19:01:24','2025-09-11 19:01:24','ccfadc4a-c4be-4d88-b2f5-7d01fb6b05af'),
(1969,1969,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-09-11 19:01:31','2025-09-11 19:01:31','11900680-2311-4aff-9806-efd612704cfe'),
(1979,1979,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2025-09-11 19:01:59','2025-09-11 19:01:59','84445899-0905-45a4-b30f-a44a39da7940'),
(1981,1981,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2025-09-11 19:02:12','2025-09-11 19:02:12','0440278b-d5f3-404c-b1bc-eb68044c8a63'),
(1983,1983,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-09-11 19:02:19','2025-09-11 19:02:19','90d3faac-2529-4d6d-b959-e4249921c028'),
(1985,1985,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-09-11 19:02:26','2025-09-11 19:02:26','fa59ff45-d722-4617-8447-029f0015a0c2'),
(1991,1991,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-09-11 19:03:09','2025-09-11 19:03:09','bbe1a211-f97f-4fb5-8712-5acde6e6ac36'),
(1993,1993,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\"}',1,'2025-09-11 19:03:21','2025-09-11 19:03:21','15276473-6600-4190-ba22-959edbdccf3d'),
(1995,1995,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-09-11 19:03:31','2025-09-11 19:03:31','0a2f63e5-6872-4f9a-af0e-e0a48e0c569d'),
(1997,1997,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-09-11 19:03:39','2025-09-11 19:03:39','215a4d70-aab4-4754-8afc-46e77e14deed'),
(1999,1999,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-09-11 19:03:56','2025-09-11 19:03:56','fb24e8df-149a-460a-b762-f4a2b29a7d4c'),
(2001,2001,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2025-09-11 19:04:06','2025-09-11 19:04:06','2c3dc264-1fb9-4ccd-b51f-aaa84648d94f'),
(2003,2003,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2025-09-11 19:04:21','2025-09-11 19:04:21','76b4a9e5-3410-4250-a2fc-3e01be4f4940'),
(2005,2005,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2025-09-11 19:04:31','2025-09-11 19:04:31','73a2e18a-50e6-4b65-b774-322c262f6d9b'),
(2007,2007,1,'Glendale Care & Rehab','glendalecrc','glendalecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Glendale Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale Care & Rehab\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"glendalecrc.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-09-11 19:04:40','2025-09-11 19:04:40','364b34d1-b8e8-40e1-b422-8c05c484083b'),
(2009,2009,1,'Grande Prairie','grandeprairiecrc','grandeprairiecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Grande Prairie Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"grandeprairiecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Grande-Prairie-Care-and-Rehab-Center-100112249436100/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-09-11 19:04:55','2025-09-11 19:04:55','d66bc899-916a-498e-a29a-ce7915ad4bc4'),
(2011,2011,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2025-09-11 19:05:04','2025-09-11 19:05:04','b0820e75-9f57-45dc-bb24-3a4df12de8b2'),
(2013,2013,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-09-11 19:05:28','2025-09-11 19:05:28','582fad9f-a166-4932-9659-e92d470fcefe'),
(2015,2015,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 19:05:37','2025-09-11 19:05:37','f4a6fb60-fab6-4bd8-85d9-d0c133f3934f'),
(2017,2017,1,'Groton Regency','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 19:05:50','2025-09-11 19:05:50','6763773b-6459-46b2-aa1f-0a3b4004a82b'),
(2019,2019,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2025-09-11 19:06:02','2025-09-11 19:06:02','65c326cd-9066-4028-8744-2ed539c97d70'),
(2021,2021,1,'Groton Regency','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 19:06:47','2025-09-11 19:06:47','aae861ed-a4c5-4dc1-92d4-1d00a3ed4e3c'),
(2022,2022,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2025-09-11 19:06:53','2025-09-11 19:06:53','72e6bc55-a11d-45aa-a2a6-b55363ba4747'),
(2024,2024,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-09-11 19:07:01','2025-09-11 19:07:01','8058e55d-4476-4763-bcef-cc57bdeaae90'),
(2026,2026,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-09-11 19:07:12','2025-09-11 19:07:12','8d9e4343-b243-456c-8064-e34a41adbbb7'),
(2028,2028,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2025-09-11 19:07:29','2025-09-11 19:07:29','6086dd53-11bb-4e48-99e1-a59291918b32'),
(2030,2030,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-09-11 19:07:38','2025-09-11 19:07:38','d3ae89be-3b87-459d-8503-5a804d91cb68'),
(2032,2032,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2025-09-11 19:07:47','2025-09-11 19:07:47','55df7e4b-d074-4180-994e-f3928cb933a0'),
(2034,2034,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2025-09-11 19:07:59','2025-09-11 19:07:59','4db4712c-b6c1-4250-b06c-0445883f860a'),
(2036,2036,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2025-09-11 19:08:08','2025-09-11 19:08:08','82471789-ae78-406c-9e40-55cb19b1bb37'),
(2039,2039,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2025-09-11 19:08:31','2025-09-11 19:08:31','7cad0f83-e17c-4caf-ad28-6b5a5f759ff9'),
(2041,2041,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-09-11 19:08:55','2025-09-11 19:08:55','3a16ecd0-1c98-48a5-b639-03c748a989e1'),
(2043,2043,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-09-11 19:09:04','2025-09-11 19:09:04','b893e44d-b8ed-4a85-9923-86588d2d3605'),
(2045,2045,1,'Kensington','kensingtoncareandrehab','kensingtoncareandrehab','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Kensington Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"kensingtoncareandrehab.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/KensingtonCareRehab/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-09-11 19:09:15','2025-09-11 19:09:15','61b16987-0e7c-4bea-a936-52a2f7d1da97'),
(2047,2047,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2025-09-11 19:09:25','2025-09-11 19:09:25','46163e6c-2185-4ea3-97a3-074e838cc08d'),
(2049,2049,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2025-09-11 19:09:37','2025-09-11 19:09:37','2c362c1b-5e04-4332-b9a0-7525c58e8223'),
(2051,2051,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-09-11 19:09:56','2025-09-11 19:09:56','1020d9d4-80ac-4790-ad9d-8736ae241fbb'),
(2053,2053,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2025-09-11 19:10:06','2025-09-11 19:10:06','2c4de850-1e92-4dca-a920-e331bf768123'),
(2055,2055,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-09-11 19:10:16','2025-09-11 19:10:16','71ccbcce-3c56-446f-b6c3-c08db55b4bd2'),
(2057,2057,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2025-09-11 19:10:32','2025-09-11 19:10:32','ce2a009c-fbd5-499e-9fcf-9e4a96453a81'),
(2059,2059,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-09-11 19:10:45','2025-09-11 19:10:45','3a558e11-1f6d-4893-bd6c-4b8623f0fd34'),
(2061,2061,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-09-11 19:11:04','2025-09-11 19:11:04','0b1a1c96-8211-41d8-a57d-8bea82ef728b'),
(2063,2063,1,'Manitowoc','manitowochrc','manitowochrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Manitowoc Health and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"manitowochrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Manitowoc-Health-and-Rehabilitation-Center-2251823335053203/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2025-09-11 19:11:43','2025-09-11 19:11:43','1ceacc95-9f3d-4085-a8d5-c534c2c0f975'),
(2065,2065,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2025-09-11 19:11:57','2025-09-11 19:11:57','0f9f433e-8139-40db-900f-67bd797fe518'),
(2067,2067,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2025-09-11 19:12:17','2025-09-11 19:12:17','140eb9a2-494a-4995-9014-8fac969f4a52'),
(2069,2069,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2025-09-11 19:12:28','2025-09-11 19:12:28','a3f08005-25e3-40c4-b63c-635662f0897b'),
(2071,2071,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-09-11 19:12:43','2025-09-11 19:12:43','e1b386be-b91b-44fd-811d-540b7fca7706'),
(2073,2073,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-09-11 19:12:57','2025-09-11 19:12:57','aecda80f-8a3c-45ea-ac80-345eb6c7d3bf'),
(2075,2075,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2025-09-11 19:13:09','2025-09-11 19:13:09','c690d28e-6258-47d9-94c2-7938ec92d3ec'),
(2077,2077,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2025-09-11 19:13:20','2025-09-11 19:13:20','980a0085-fc6d-4221-be0d-5f8794be96f4'),
(2079,2079,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-09-11 19:13:54','2025-09-11 19:13:54','8f6b9004-a158-426a-aacf-dc616043542e'),
(2081,2081,1,'Nazareth','nazarethhealth','nazarethhealth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Nazareth Health and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"nazarethhealth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Nazareth-Health-And-Rehabilitation-Center-2257795361124107/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2025-09-11 19:14:08','2025-09-11 19:14:08','f2d52df7-ff9b-44d8-925f-a9a11e2cbe95'),
(2083,2083,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2025-09-11 19:14:25','2025-09-11 19:14:25','f2418cb1-72c9-45f1-9747-7a8135170ece'),
(2085,2085,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-09-11 19:14:55','2025-09-11 19:14:55','eef7a1ca-b2d8-408c-8188-5e2212542e26'),
(2087,2087,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2025-09-11 19:15:07','2025-09-11 19:15:07','fd78569c-838e-46fc-9bce-3b19e803fc82'),
(2089,2089,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-09-11 19:15:25','2025-09-11 19:15:25','7e1419ca-f993-4f8a-ab7b-49d46b5606b7'),
(2091,2091,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-09-11 19:15:41','2025-09-11 19:15:41','90797da6-34cd-4ad7-9ec3-b935621f65f4'),
(2093,2093,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2025-09-11 19:15:48','2025-09-11 19:15:48','60308879-95f3-46a1-af54-1c0469848514'),
(2095,2095,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2025-09-11 19:15:58','2025-09-11 19:15:58','b2d79614-9be8-43cb-b399-7198250c9c28'),
(2097,2097,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2025-09-11 19:16:11','2025-09-11 19:16:11','5c2887e9-0727-4cbc-9b82-2e7baa79ef57'),
(2099,2099,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2025-09-11 19:16:31','2025-09-11 19:16:31','c72f3a2c-d842-43f5-b077-75ac8aa63ef1'),
(2102,2102,1,'Ridgewood','ridgewoodcarecenter','ridgewoodcarecenter','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Ridgewood Care Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ridgewoodcarecenter.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RidgewoodCareCenter/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-09-11 19:16:56','2025-09-11 19:16:56','b945f01e-eae0-4518-b8b2-afc39d2c0807'),
(2103,2103,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2025-09-11 19:17:03','2025-09-11 19:17:03','6c2b82ec-4530-435f-9d50-5a0e4df59d44'),
(2105,2105,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2025-09-11 19:17:31','2025-09-11 19:17:31','9750c176-5490-4bf8-aa07-f994c45cbc67'),
(2107,2107,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2025-09-11 19:17:42','2025-09-11 19:17:42','66725305-d605-4e87-814f-2aad7e23f556'),
(2109,2109,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2025-09-11 19:17:58','2025-09-11 19:17:58','d1eb064c-a312-4e8c-8c0b-419d642d32ad'),
(2111,2111,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2025-09-11 19:18:15','2025-09-11 19:18:15','702ea1dc-f808-45f0-bb43-61cbfbd44aa9'),
(2113,2113,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2025-09-11 19:18:25','2025-09-11 19:18:25','37bafd9b-d09b-431d-9f59-cdf2cfc3d4c0'),
(2117,2117,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2025-09-11 19:18:55','2025-09-11 19:18:55','bb6892c4-1ecb-4b14-9d2b-cfa391456572'),
(2119,2119,1,'Southpointe','southpointecrc','southpointecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Southpointe Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"southpointecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-09-11 19:19:07','2025-09-11 19:19:07','4ffd6bbf-3525-4e96-9fb0-8b728446c455'),
(2121,2121,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2025-09-11 19:19:20','2025-09-11 19:19:20','d23d62c3-0075-48f7-bb5c-31f5eb1e62e5'),
(2123,2123,1,'St. Clare\'s','stclarecrc','stclarecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"St. Clare Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Clare\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stclarecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/18fYMfb8q2/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-09-11 19:19:37','2025-09-11 19:19:37','7e2489db-988d-408d-b5d0-b1669f3d3745'),
(2125,2125,1,'St. Mary\'s','stmaryscrc','stmaryscrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"St. Mary\'s Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Mary\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stmaryscrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/1KGQR5U7pk/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2025-09-11 19:19:49','2025-09-11 19:19:49','d651495f-72f9-47bc-a8fa-766e554b6c6c'),
(2127,2127,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-09-11 19:19:59','2025-09-11 19:19:59','3fbc67b6-e2c6-4aa9-a324-5d9cbe6dcd7e'),
(2129,2129,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2025-09-11 19:20:11','2025-09-11 19:20:11','0156edaf-5f3a-4afa-8b9c-2d41ced86013'),
(2131,2131,1,'Virginia Highlands','virginiahighlandscrc','virginiahighlandscrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Virginia Highlands Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Virginia Highlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"virginiahighlandscrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Virginia-Highlands-Care-And-Rehab-100134656100444/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-09-11 19:20:35','2025-09-11 19:20:35','7f6a7b9e-40bb-439a-9bce-b2d9a0840299'),
(2133,2133,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-09-11 19:20:48','2025-09-11 19:20:48','b7bea811-9d5f-4d19-a6c3-42fb6226f972'),
(2135,2135,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-09-11 19:20:57','2025-09-11 19:20:57','8d768cf4-4197-40a1-bd13-f0a918c2ccf4'),
(2137,2137,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"}}',1,'2025-09-11 19:21:06','2025-09-11 19:21:06','093ffa64-a89c-4e5a-90a6-f2f6c649f530'),
(2139,2139,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-09-11 19:21:17','2025-09-11 19:21:17','bfbb7023-5c96-4d38-9433-e62258f527ae'),
(2141,2141,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2025-09-11 19:21:27','2025-09-11 19:21:27','759c111d-6c05-4777-b10f-0e0ddf6df224'),
(2143,2143,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-09-11 19:21:37','2025-09-11 19:21:37','84c7ef42-5c6d-4f18-b719-6d8729ac09f8'),
(2145,2145,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-09-11 19:21:45','2025-09-11 19:21:45','7905520d-2ac9-4720-bd0c-9e99d37783e4'),
(2147,2147,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2025-09-11 19:21:55','2025-09-11 19:21:55','f2e7aea8-a2e1-4c3f-a514-00dac122d8ba'),
(2149,2149,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2025-09-11 19:22:03','2025-09-11 19:22:03','f02d6cb1-6bad-4113-81ee-5a8c25082dd3'),
(2152,2152,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-09-11 19:22:43','2025-09-11 19:22:43','73278fe7-ed30-4e52-98de-c005f24de29c'),
(2154,2154,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2025-09-11 19:23:17','2025-09-11 19:23:17','20a43ab6-2a9d-451c-89de-88063dd07ce3'),
(2156,2156,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-09-11 19:23:27','2025-09-11 19:23:27','9825bb07-54b4-4a79-96ee-2788dc422803'),
(2160,2160,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-09-11 19:23:59','2025-09-11 19:23:59','4503effa-7bcd-434f-9808-8c8edf764932'),
(2162,2162,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-09-11 19:24:30','2025-09-11 19:24:30','d0a17f27-91d9-488b-b998-7a5e592da248'),
(2166,2166,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-09-11 19:34:52','2025-09-11 19:34:52','54b4fd96-9532-48ed-89df-2270472a5eb5'),
(2170,2170,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-09-11 19:35:10','2025-09-11 19:35:10','d56b0b10-3834-4538-81b9-d1c6d63773b3'),
(2174,2174,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-09-11 19:35:24','2025-09-11 19:35:24','6526851c-6b0a-4a20-b474-77df89924ff4'),
(2176,2176,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-09-11 19:35:30','2025-09-11 19:35:30','6aa48097-2482-4c4a-8ff9-335c84ac9d9c'),
(2178,2178,1,'Glendale Care & Rehab','glendalecrc','glendalecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Glendale Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale Care & Rehab\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"glendalecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-09-11 19:35:38','2025-09-11 19:35:38','fb603171-bc00-4c30-93d1-aabaafeef247'),
(2180,2180,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 19:35:45','2025-09-11 19:35:45','bd3f4657-2df3-4b03-a7d6-8b5e23d152c4'),
(2182,2182,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-09-11 19:35:51','2025-09-11 19:35:51','eb26040f-ac54-4eda-93e6-660291ef0b6f'),
(2184,2184,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-09-11 19:35:58','2025-09-11 19:35:58','9dc2a3e6-26c5-4123-a413-9b5f8cca16e5'),
(2186,2186,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2025-09-11 19:36:26','2025-09-11 19:36:26','03644c7c-eaec-4df7-a8e2-ac5cb36dcec8'),
(2188,2188,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2025-09-11 19:36:38','2025-09-11 19:36:38','a709503f-c65a-46f0-b777-b12fe681d25f'),
(2190,2190,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-09-11 19:36:45','2025-09-11 19:36:45','e8414807-a09e-43f6-be44-4352840aa758'),
(2192,2192,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2025-09-11 19:36:53','2025-09-11 19:36:53','e85404da-84f3-4d05-8f77-74193dd0b235'),
(2194,2194,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2025-09-11 19:37:00','2025-09-11 19:37:00','e04ad09f-f941-4c16-8617-4b4b2933eae9'),
(2196,2196,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2025-09-11 19:37:09','2025-09-11 19:37:09','50fc158f-c5ed-4e62-9b41-842c51eb25f7'),
(2197,2197,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-09-11 19:37:16','2025-09-11 19:37:16','b19c71d3-7ef9-4d45-b107-49969c983996'),
(2199,2199,1,'Kensington','kensingtoncareandrehab','kensingtoncareandrehab','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Kensington Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"kensingtoncareandrehab.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/KensingtonCareRehab/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-09-11 19:37:24','2025-09-11 19:37:24','d3165589-d910-429c-ac3f-1ceeded13ff7'),
(2201,2201,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2025-09-11 19:37:31','2025-09-11 19:37:31','69f671ea-4ff1-4bd8-9cc2-df65c32b60d2'),
(2203,2203,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2025-09-11 19:37:38','2025-09-11 19:37:38','47771a4b-27bb-48c7-aa97-8d8de4626e30'),
(2206,2206,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-09-11 19:52:35','2025-09-11 19:52:35','54bf6845-47f5-468f-b2e3-f6647ffbb837'),
(2208,2208,1,'Advanced Clinical Programs','advanced-clinical-specialties',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"We offer a range of specialty services to help patients with advanced conditions progress safely in their recovery and receive care that accommodates their individual needs. All programs and services are provided by accredited professionals and caring staff.\"}',1,'2025-09-11 20:12:38','2025-09-11 20:12:38','5371ee61-a738-4709-bc2a-a8ee3e39fd76'),
(2216,2216,1,'Bey Lea','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-09-11 20:30:50','2025-09-11 20:30:50','775e0e60-491f-4701-9a34-5faff2a9a99c'),
(2218,2218,1,'Groton Regency','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 20:31:02','2025-09-11 20:31:02','59a8b870-fdae-4189-9550-f16c6e600b5e'),
(2223,2223,1,'Ashie T.','robert-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff at Complete Care goes above and beyond to provide patient care and satisfaction! Always with a smile and a good word, the staff is there whenever you need them and the services they provide are unparalleled.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ashie T.\"}',1,'2025-09-11 20:39:29','2025-09-11 20:39:29','a8e3d96f-d04f-40b7-9f51-b821938c3e9b'),
(2224,2224,1,'Carole T.','bernadette-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very professional and caring place, staff and nurses were overly helpful in attending to needs. Therapy went way above to assist in getting us to reach maximum potential.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Carole T.\"}',1,'2025-09-11 20:39:29','2025-09-11 20:39:29','b7784c64-e8c7-4286-a957-59573d0d9e00'),
(2225,2225,1,'Cora O.','mary-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been here for 3 years and I am thrilled with the quality care I receive. I enjoy every day is a new amazing experience with activities. The staff are wonderful! The place is very clean and every one is very polite!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cora O.\"}',1,'2025-09-11 20:39:29','2025-09-11 20:39:29','684787c6-d28b-429e-ab95-74fe0458921b'),
(2231,2231,1,'Bey Lea','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-09-11 20:39:29','2025-09-11 20:39:29','77a3c72a-352e-4266-a837-a3f38803ba72'),
(2232,2232,1,'Susan DeGeorge','susan-degeorge',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan DeGeorge\"}',1,'2025-09-11 20:39:29','2025-09-11 20:39:29','167e4dfc-aab7-4b43-9075-fe042f75f82f'),
(2233,2233,1,'Brianna Osipow','brianna-osipow',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Osipow\"}',1,'2025-09-11 20:39:29','2025-09-11 20:39:29','4d7305fd-afda-42d4-9f5e-4695ef90d90d'),
(2236,2236,1,'Brianna Febus','brianna-febus',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Febus\"}',1,'2025-09-11 20:39:29','2025-09-11 20:39:29','c99d01a7-588e-40d3-967d-4364a4acad00'),
(2240,2240,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','58d57a82-32ae-4b43-971e-a0d5a910a411'),
(2241,2241,1,'Brian Klocke','brian-klocke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Klocke\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','e50799a4-4aaf-4589-8fa8-404e982111e3'),
(2242,2242,1,'Stacy Moldando','stacy-moldando',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacy Moldando\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','d3d15d98-bfca-4419-8987-2c928b751bc7'),
(2243,2243,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','dc9793a4-2701-4316-9858-60e48ca4d6fd'),
(2244,2244,1,'Eli Basch','eli-basch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Basch\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','045599d4-118b-4018-8473-74726313c5f5'),
(2245,2245,1,'Dana Bea','dana-bea',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dana Bea\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','10e10012-4421-4ba2-94c1-504c29a28513'),
(2246,2246,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','8ef71bb0-e65c-4d93-bcde-abc88c70692a'),
(2247,2247,1,'Katie Davis','katie-davis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Davis\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','07764fb5-ebee-4f64-b051-5bf7b84da5ea'),
(2248,2248,1,'Riten Pandya','riten-pandya',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Riten Pandya\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','01e0ed09-d134-43c6-8d54-838fedf51317'),
(2249,2249,1,'Shelby Svehla','shelby-svehla',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shelby Svehla\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','ae718e4b-b110-4b04-8108-e4175aacd4b8'),
(2250,2250,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','eb82f9bd-21d8-4c83-96d4-b51feaed5901'),
(2251,2251,1,'Rita DeGore','rita-degore',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rita DeGore\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','ad87291c-0ae7-4a86-a349-23519527504f'),
(2252,2252,1,'Elise McGlinchy','elise-mcglinchy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elise McGlinchy\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','5f75ee9e-b808-425b-b4aa-e73c5a6a4465'),
(2253,2253,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','cb19fce5-5387-4a18-9329-bb9d79cf30ca'),
(2254,2254,1,'Jay Orzel','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jay Orzel\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','6c1ad062-0d4f-4f3f-ad44-372295d44723'),
(2255,2255,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','f2044391-a572-41bf-84bc-0a895e0928f9'),
(2256,2256,1,'Joe Kaufman','joe-kaufman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Kaufman\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','dbe6f14c-4df6-49e1-8297-7f26571d1682'),
(2257,2257,1,'Taylor Manning','taylor-manning',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Taylor Manning\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','1feff464-43ee-4b9a-85f2-9634a9209b0c'),
(2258,2258,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','188f426f-db8d-4939-a02d-619c2edc8a44'),
(2259,2259,1,'Chaim Kesserman','chaim-kesserman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Chaim Kesserman\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','989bcef9-5ed1-455b-964f-d1fcef839299'),
(2260,2260,1,'Melissa Natale','melissa-natale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Natale\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','194457e9-792c-4880-9ddc-4dbe8278bd0e'),
(2261,2261,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','7a229042-1550-455c-88b3-5b1622305072'),
(2262,2262,1,'Yossi Stern','yossi-stern',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yossi Stern\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','391d216b-0d34-49e1-9736-d47acbbbbd98'),
(2263,2263,1,'Jenna Mikolay','jenna-mikolay',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jenna Mikolay\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','90f92c57-90c7-45d9-8691-437d6e785c16'),
(2264,2264,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','1f0405c2-e148-46e6-8fa2-5bf8f1a851c0'),
(2265,2265,1,'Shalom Ephrathi','shalom-ephrathi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shalom Ephrathi\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','abc257b9-67a9-44fe-bdab-2d922da2f491'),
(2266,2266,1,'Julie Schafer','julie-schafer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Julie Schafer\"}',1,'2025-09-11 20:39:30','2025-09-11 20:39:30','7a651d97-b6c5-47c8-a3e4-c1f05563cae6'),
(2271,2271,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','3556056f-776e-4718-b0c1-0a4b8d292792'),
(2272,2272,1,'Krista Rickards','krista-rickards',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krista Rickards\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','298d359f-be14-49f6-b9b4-654cc64c326f'),
(2273,2273,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','332d3209-3f3c-4dbe-bed1-aaebea0d913d'),
(2274,2274,1,'Susan Love','susan-love',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan Love\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','1e8004e0-e215-46d7-ba3b-54e9a1dcca3e'),
(2275,2275,1,'Rhonda LaPalomento','rhonda-lapalomento',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rhonda LaPalomento\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','2838a072-bf0c-4fac-9ee4-2996da931328'),
(2276,2276,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','94b92c22-0603-46e4-8043-1d34a84b1f83'),
(2277,2277,1,'Eli Siegfried','eli-siegfried',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Siegfried\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','fd7771ea-c062-406a-a492-7ce66e19c6f5'),
(2278,2278,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','c67bee0a-142a-4d26-9f61-be882ae38727'),
(2279,2279,1,'Ben Matzliach','ben-matzliach',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ben Matzliach\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','77dd0a8e-18f1-47ae-b2ba-b70e16cb2f13'),
(2280,2280,1,'Nancy Curiel','nancy-curiel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Nancy Curiel\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','793eb01a-f67c-4a3e-92b1-ba41c650110a'),
(2281,2281,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','ccd7e37d-456f-4998-b188-589d88bd8fc8'),
(2282,2282,1,'Jasmine Johnson','jasmine-johnson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jasmine Johnson\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','167f1dce-6a97-4468-bd1a-dc9a7b2c36f0'),
(2283,2283,1,'Jospeh Marx','jospeh-marx',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jospeh Marx\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','466e0c22-5974-4e72-a51e-5a959d6fe39d'),
(2284,2284,1,'Annarela Amat','annarela-amat',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Annarela Amat\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','acd5f2b2-c748-41dd-92ac-56ed73aa4af2'),
(2285,2285,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','eec1bdd3-5084-4237-89ae-a7b4be7b22c1'),
(2286,2286,1,'Christele Larosiliere, Saielle Pierrilus','christele-larosiliere-saielle-pierrilus',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christele Larosiliere, Saielle Pierrilus\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','8e54de72-bb63-46e1-a746-46aa981bc1bb'),
(2287,2287,1,'Joseph Edeltuch','joseph-edeltuch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joseph Edeltuch\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','452e550c-2d54-4c52-a81c-99c722fd8210'),
(2288,2288,1,'Wislande Mauril','wislande-mauril',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Wislande Mauril\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','2202a61d-1790-49f8-ab15-7895db6c3a92'),
(2289,2289,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','914892dd-93f6-41d1-a66c-b4b4cb5466c9'),
(2290,2290,1,'Rikka Libatique','rikka-libatique',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rikka Libatique\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','d68c95a6-97e5-4191-b763-4c975c13991d'),
(2291,2291,1,'Reem Khair','reem-khair',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Reem Khair\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','12ecc106-a873-45bd-8f0d-9e7f0baf2c20'),
(2292,2292,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','1226ab68-f2b2-48d2-b5e8-cfb98fe22560'),
(2293,2293,1,'Brian Long','brian-long',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Long\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','0deccab9-694c-44fd-a7f8-6ae2e5535e4a'),
(2294,2294,1,'Deena Coffee (Sr. Director of Sales and Marketing)','deena-coffee-sr-director-of-sales-and-marketing',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee (Sr. Director of Sales and Marketing)\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','66d6846e-3d71-4541-9c07-88654c74e6d0'),
(2295,2295,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','c1e2e3b4-38ba-4d2a-b6ac-32547951921a'),
(2296,2296,1,'Yehuda Smoke','yehuda-smoke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Smoke\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','95f53516-bfce-4fb6-84fb-b43c9b3d074e'),
(2297,2297,1,'Eileen Medina','eileen-medina',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eileen Medina\"}',1,'2025-09-11 20:39:31','2025-09-11 20:39:31','2aa2fb33-9001-4ee0-b5de-7a799dc8d4c7'),
(2298,2298,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','1629606a-7fd7-4e51-bad9-a7aec0ec205c'),
(2299,2299,1,'Yehuda Zev Berman','yehuda-zev-berman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Zev Berman\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','030ef3ce-a03f-465f-b9aa-d736aef7222e'),
(2300,2300,1,'Kris Worman','kris-worman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kris Worman\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','f8c111f8-a9db-46dc-b97f-aa16d2a50fc3'),
(2301,2301,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','04602a20-d55c-46cd-9442-17a2a96c54cf'),
(2302,2302,1,'Yehuda Gottlieb','yehuda-gottlieb',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Gottlieb\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','fdaa6d70-c06f-4519-947a-97df88202124'),
(2303,2303,1,'Blondine Prevlion','blondine-prevlion',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Blondine Prevlion\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','3b3bf1fe-760c-49bf-b995-27b8c7ef0877'),
(2304,2304,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','24503af6-e3c7-47e8-b294-87d5059f790b'),
(2305,2305,1,'Leiby Mayorovitz','leiby-mayorovitz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leiby Mayorovitz\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','b4b8f76f-6be3-4c6f-bfae-8349507047d2'),
(2306,2306,1,'Kimberly O\'Laughlin','kimberly-olaughlin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kimberly O\'Laughlin\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','0eedf88a-4c42-4ad3-9b1f-e7128400c691'),
(2307,2307,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','966adb9d-8b1e-467c-b1f5-db5cb1bbfbce'),
(2308,2308,1,'Aviel Saleh','aviel-saleh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aviel Saleh\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','b50c09b8-acfe-430c-9c30-ceae0740a4fc'),
(2309,2309,1,'Ida Dziadyk','ida-dziadyk',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ida Dziadyk\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','51e1347f-e15d-427e-9abd-9e670c330b7d'),
(2310,2310,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','aed3f384-4917-468e-804a-7e6d09ec5bb4'),
(2311,2311,1,'Donna Davies','donna-davies',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Donna Davies\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','099f7e43-2d6b-4398-8547-5a834561cd45'),
(2312,2312,1,'Tiffany Romano','tiffany-romano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Romano\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','0c681a04-0c28-4af2-8076-c6418b2e9e8e'),
(2313,2313,1,'Jocelyn Raymond','jocelyn-raymond',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jocelyn Raymond\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','dcc86af6-5223-4393-8403-a57994e9b2c8'),
(2314,2314,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','1feb295d-f5f6-46e7-bb04-fc7e0f770215'),
(2315,2315,1,'Kanene Oleka','kanene-oleka',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kanene Oleka\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','54c3edbd-158e-4c89-91a0-449cb60778e8'),
(2316,2316,1,'Alarys Tavares','alarys-tavares',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alarys Tavares\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','bbeff0f7-f860-4fd0-9216-1ccf408cbd73'),
(2317,2317,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','f1ac56f6-9ebe-4ac3-8154-40267c40abb6'),
(2318,2318,1,'Anna Chbihi','anna-chbihi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Anna Chbihi\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','d604f507-6bf0-4a26-873c-e6989ccdba91'),
(2319,2319,1,'Beverly Blaise','beverly-blaise',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Beverly Blaise\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','4b3b4798-53f3-4600-9c44-c5a9390ba110'),
(2320,2320,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','13c402d2-af64-4ef6-a604-8690fedfd0f5'),
(2321,2321,1,'Joe Cohen','joe-cohen',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Cohen\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','5910e548-411f-46ab-a6d4-141278e47cb9'),
(2322,2322,1,'Kenya Williams','kenya-williams',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kenya Williams\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','01dd9727-a196-4da4-b26c-59ff5d1e0605'),
(2323,2323,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','b95978eb-572d-433b-991d-710cb5df5be4'),
(2324,2324,1,'Michele Chihadeh','michele-chihadeh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Chihadeh\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','237c716a-0ed0-4904-ac76-45dc4fbb55cd'),
(2325,2325,1,'Deena Coffee (Sr. Director of Sales and Marketing)','deena-coffee-sr-director-of-sales-and-marketing',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee (Sr. Director of Sales and Marketing)\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','66c10525-6702-4309-8bbb-8a6586d48337'),
(2326,2326,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','ec7482b3-92cc-47eb-ac0e-489cf369add2'),
(2327,2327,1,'Michael Bahooshian','michael-bahooshian',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Bahooshian\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','accf6955-4d1f-4a65-8030-99a842a5506d'),
(2328,2328,1,'Brionna Allen-Jordan','brionna-allen-jordan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brionna Allen-Jordan\"}',1,'2025-09-11 20:39:32','2025-09-11 20:39:32','e12c5453-b8a2-474e-bbf5-6cf8e03bb847'),
(2329,2329,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','40c798b2-39df-46a7-a73e-a014a5a76143'),
(2330,2330,1,'Evan Gold','evan-gold',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Gold\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','106d62ba-3144-490a-84b9-da68d8490d62'),
(2331,2331,1,'Kendra Bass','kendra-bass',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kendra Bass\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','f987e48e-0d2b-4c23-967a-9deb9731f63c'),
(2332,2332,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','aa738dcc-4fc4-46a2-b673-e5b667c2f5d1'),
(2333,2333,1,'Naftali Feld','naftali-feld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naftali Feld\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','0753c416-1faf-4be4-a3fc-4449f0ef0c48'),
(2334,2334,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','9aa839bf-1f10-4e76-8c3d-1d7d8c6fcf3e'),
(2335,2335,1,'Erica Braun','erica-braun',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Erica Braun\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','c352922e-3e0f-4d36-8511-8526b2607a61'),
(2336,2336,1,'Louise Imperiale','louise-imperiale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Louise Imperiale\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','30b817c7-871c-41db-bcd0-ee42d3462eeb'),
(2337,2337,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','98e5d832-b40d-4fcb-b025-e617afcfa3d3'),
(2338,2338,1,'Shannon Vinciguerra','shannon-vinciguerra',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shannon Vinciguerra\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','af20a067-a375-4bd5-b574-14280add0cc0'),
(2339,2339,1,'Adrienne Lukity','adrienne-lukity',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Adrienne Lukity\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','577514c1-e5f6-4660-a8b1-cfe8548693ee'),
(2343,2343,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','f89ea86d-866e-43bb-bdf3-767bb17bc373'),
(2344,2344,1,'Henry Litchfield','henry-litchfield',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Henry Litchfield\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','27109679-63d3-4963-a62e-0d77f912ad78'),
(2345,2345,1,'Elizabeth Pallotto','elizabeth-pallotto',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Pallotto\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','a71b1208-d8c2-4c62-b1be-b0d0d3b0d34e'),
(2346,2346,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','ca20f8f9-8eb7-4c37-bcbf-0e4bae412db0'),
(2347,2347,1,'Robert Constantin','robert-constantin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Robert Constantin\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','2f3f2ed1-52b4-40c5-8a17-0ea95dd874cf'),
(2348,2348,1,'Derah Evans','derah-evans',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Derah Evans\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','24f9a9cc-71d9-4548-a6fc-041fa11369b4'),
(2349,2349,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','abf5aa3c-beb5-4ff5-8945-a1c552048c70'),
(2350,2350,1,'Steven Rieder','steven-rieder',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Rieder\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','2309aa34-0c8b-4ccd-ac1f-a7694f96157e'),
(2351,2351,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','cda59185-142b-4ca9-aa74-3557782b1d6d'),
(2352,2352,1,'Yeira Matos','yeira-matos',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yeira Matos\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','7d5d7752-b2d0-44e2-894b-299339af4485'),
(2353,2353,1,'Michael Lifschutz','michael-lifschutz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Lifschutz\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','7ddaf046-bee3-42e4-93dd-ae0c6f16b595'),
(2354,2354,1,'Merlin Romero','merlin-romero',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Merlin Romero\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','ac605272-39d1-4dd7-8bf0-1abea3f0e98d'),
(2355,2355,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','40e847ec-8523-4b7f-ba9d-159d6f55fe12'),
(2356,2356,1,'Joshua Levy','joshua-levy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joshua Levy\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','93cb7d87-0e61-48dd-a874-bd8c2ba3057e'),
(2357,2357,1,'Tammy Mauz','tammy-mauz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tammy Mauz\"}',1,'2025-09-11 20:39:33','2025-09-11 20:39:33','98e45a62-2dc8-4bca-a5be-63c3b3eca715'),
(2358,2358,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','c48cb006-de56-4833-aa04-76986de0d3d1'),
(2359,2359,1,'Ian Singer','ian-singer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ian Singer\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','73fdd367-195d-4197-a434-97cd5df00373'),
(2360,2360,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','8bd7bc0c-4a21-40df-9b2e-b8d3e197bcf8'),
(2361,2361,1,'Deb Stoneback','deb-stoneback',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deb Stoneback\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','c87946b2-745d-495f-b975-42f710e915ea'),
(2362,2362,1,'Monica Trilli','monica-trilli',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Monica Trilli\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','4b8ec004-0da4-4fc4-9b43-035e6dfa8b00'),
(2363,2363,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','a6f82798-ef69-4080-ae86-14b50df22507'),
(2364,2364,1,'Grace Reyes','grace-reyes',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Grace Reyes\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','3348d020-1505-495c-8e67-f9d23aa38024'),
(2365,2365,1,'Amanda Sensale','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','a7279838-e316-47a9-9e37-f2b829a38ab0'),
(2366,2366,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','55824e20-d2f0-4d0c-b4c3-b340e87d213a'),
(2367,2367,1,'Abby Dantinne','abby-dantinne',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Abby Dantinne\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','8d44db3c-33e8-4e9f-b26e-3318c7dfb901'),
(2368,2368,1,'Michele Cartagena','michele-cartagena',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','57657a3e-bb9e-4d92-b68f-a3652ced9cbb'),
(2369,2369,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','a4973b64-d94a-492e-b530-960fd56d8699'),
(2370,2370,1,'RJ Clemor','rj-clemor',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"RJ Clemor\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','caf21a73-adf5-4744-ac0d-b49850198b78'),
(2371,2371,1,'Luisa Alcover','luisa-alcover',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Alcover\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','ae44581b-0a26-4a0e-90b9-edb903074271'),
(2372,2372,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','7b675598-e58a-4401-ad95-cfc50ec22763'),
(2373,2373,1,'Moshe Gottesman','moshe-gottesman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Moshe Gottesman\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','9b20527a-181c-4184-8455-846d8c79c9b3'),
(2374,2374,1,'Dawyn Karvoski','dawyn-karvoski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dawyn Karvoski\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','525f19ac-adbc-43e1-9fbc-f470e5c64392'),
(2375,2375,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"}}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','85b3fffe-e107-45c3-b191-2e5f2cccc586'),
(2376,2376,1,'Ralph Muller','ralph-muller',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ralph Muller\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','f644c8eb-f126-4a66-86ff-83c28501ff45'),
(2377,2377,1,'Amanda Sensale','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','69b86d01-51b0-41c4-847f-b5ce2ddc6b12'),
(2381,2381,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','4bf50af7-82a8-4e70-83f3-fc51d136b57f'),
(2382,2382,1,'Alexandra Greene','alexandra-greene',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexandra Greene\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','f41b894a-8015-4230-af3d-52d23c007238'),
(2383,2383,1,'Ronald Inglis','ronald-inglis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ronald Inglis\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','23e602bb-2bb2-4e94-8f98-85e68cf1d700'),
(2384,2384,1,'Tiffany Gugliotta','tiffany-gugliotta',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Gugliotta\"}',1,'2025-09-11 20:39:34','2025-09-11 20:39:34','4810670e-d697-4153-b269-4a860d115f5e'),
(2385,2385,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','ea9beff5-1103-4f72-9b3a-1d9f356e13aa'),
(2386,2386,1,'Ashley Henderson','ashley-henderson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Henderson\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','d9aedcf4-36ac-4ba2-8a02-2b4582b4aa46'),
(2387,2387,1,'Jessica Dukes','jessica-dukes',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Dukes\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','3a0d5040-1f29-44b1-ac87-e55df164fa87'),
(2388,2388,1,'Mariah Beatty','mariah-beatty',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mariah Beatty\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','0f398188-2f1d-4764-862c-7aebde96844f'),
(2389,2389,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','6e5e6607-ed20-46ea-b647-e7c64c18327e'),
(2390,2390,1,'Stephanie J. Shoemaker','stephanie-j-shoemaker',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie J. Shoemaker\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','46e9f5e3-8d77-444f-876b-d949e993e379'),
(2391,2391,1,'Sheila Keister','sheila-keister',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sheila Keister\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','844b946c-e7bd-4ce2-993d-b0907b56e044'),
(2392,2392,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','b1faa45c-c476-44d0-9555-de4081875d58'),
(2393,2393,1,'Cindy Nasrawy','cindy-nasrawy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cindy Nasrawy\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','3461e3a7-58e7-4ad2-941a-0e1246c321c1'),
(2394,2394,1,'Stephanie Kendle','stephanie-kendle',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie Kendle\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','6e417d9c-5320-4b6c-a399-150bbcd7fa7d'),
(2395,2395,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','2ca9ba4e-7678-42ad-82b7-c6ea3af8e73f'),
(2396,2396,1,'Leroy Watters','leroy-watters',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leroy Watters\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','64d8a2a8-06be-47d0-b5fa-7b2eb02083da'),
(2397,2397,1,'William Brawders','william-brawders',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Brawders\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','e9dd1a10-e64c-49e5-80ba-1819529b5e16'),
(2398,2398,1,'Debbie Kramer','debbie-kramer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Debbie Kramer\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','2d68e4bd-92e3-400c-86b9-cf4afffa2f4d'),
(2399,2399,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','30dcdcae-d255-4482-93bd-beced26f600d'),
(2400,2400,1,'Ruth Graziano','ruth-graziano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ruth Graziano\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','774a5394-f809-4f8f-b7e6-05a4261485df'),
(2401,2401,1,'Pam Melvin','pam-melvin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Pam Melvin\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','596d8bcc-aad1-4a68-985d-958acaa2cad2'),
(2402,2402,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','10d549d0-f067-4a91-ba02-0035914b57e9'),
(2403,2403,1,'Aaron Smith','aaron-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aaron Smith\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','5a4b16bc-5808-427f-8948-0d50997e2c85'),
(2404,2404,1,'Isha Bah','isha-bah',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Isha Bah\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','078f0fb1-3402-44b3-af0e-ba25ebd06daf'),
(2405,2405,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','0b6c1d0e-01e7-4ae9-b222-efb2cd7cd7b8'),
(2406,2406,1,'Bill Dickey','bill-dickey',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Bill Dickey\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','83e9582a-214e-47b9-933f-cfca0c5f3cdb'),
(2407,2407,1,'DeLaura Harris','delaura-harris',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"DeLaura Harris\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','794489fe-581f-4f4a-95af-6748762e05e2'),
(2408,2408,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','654a3b1e-a1f1-45b4-b556-312fd854143c'),
(2409,2409,1,'Krysten Scharfe','krysten-scharfe',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krysten Scharfe\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','cf381057-8bf4-425f-bb0d-7656f73d3332'),
(2410,2410,1,'Stacie Odachowski','stacie-odachowski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacie Odachowski\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','6ce69671-2839-4bef-b8cb-cdc134303d7d'),
(2411,2411,1,'Kristy Shanahan','kristy-shanahan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kristy Shanahan\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','4726ff9a-f915-41e2-9568-ca0766a0882a'),
(2412,2412,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','ba2283a7-e830-42b5-b5c4-d88f5e9f27fe'),
(2413,2413,1,'Jim Triana','jim-triana',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jim Triana\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','8d1e21c1-7b3a-4ca1-b9a1-07992dc3f1d1'),
(2414,2414,1,'Holly Medley','holly-medley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Medley\"}',1,'2025-09-11 20:39:35','2025-09-11 20:39:35','056e2fbe-6fd0-4de4-b90c-d0d3bab5d40f'),
(2415,2415,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','a58a64fa-90c0-45b3-9006-842851626a33'),
(2416,2416,1,'Angela Gillis','angela-gillis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Gillis\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','17564523-668a-45b2-9ed5-6ffcd98afa81'),
(2417,2417,1,'Jane Ketternam','jane-ketternam',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jane Ketternam\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','a34e1382-661d-457e-812c-e62e973e6f70'),
(2418,2418,1,'Jamal Harris','jamal-harris',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamal Harris\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','98000424-cf7d-4b3c-8ca6-a28e67e0d26b'),
(2419,2419,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','a51bdfa2-59a5-4b0b-8eb5-423a228e1261'),
(2420,2420,1,'Steven Smith','steven-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Smith\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','e0b68dd5-b56b-4d92-b60b-f1af7769fa27'),
(2421,2421,1,'Jessica Hurst','jessica-hurst',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Hurst\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','2e7c9908-40b2-4430-bd09-ee7eb87733b4'),
(2422,2422,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','3e7192b2-10c7-4270-836a-bc6b232c3ee2'),
(2423,2423,1,'Oludapo Eludoyin','oludapo-eludoyin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Oludapo Eludoyin\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','9f8407ee-c44e-4e12-87bb-ec289e6e925b'),
(2424,2424,1,'Luis Vargas','luis-vargas',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luis Vargas\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','18a045bb-39ca-433e-ab40-acab532ce773'),
(2425,2425,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','bf399c7e-97e3-4db5-be8b-4caa75177dbf'),
(2426,2426,1,'Latif Nabi','latif-nabi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Latif Nabi\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','d94fc8be-05b4-4ed8-93f6-9ef926b6e7c4'),
(2428,2428,1,'Lauren Fetrow (Executive Director)','lauren-fetrow-executive-director',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lauren Fetrow (Executive Director)\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','c666e518-31e8-474d-becb-6fac580cf905'),
(2429,2429,1,'Amy Rose Evans','amy-rose-evans',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amy Rose Evans\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','ec737c38-56a9-4de6-b097-c9a99d6c3149'),
(2430,2430,1,'Glendale Care & Rehab','glendalecrc','glendalecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Glendale Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale Care & Rehab\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"glendalecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','e64096e5-db0b-4334-8fb6-1ac92cc5ddd8'),
(2431,2431,1,'Evan Kinney','evan-kinney',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Kinney\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','88d81519-fb40-42a3-a86e-276ff43b26eb'),
(2432,2432,1,'Katie Schleicher','katie-schleicher',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Schleicher\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','f7b01216-0442-4057-9472-2aed2923963b'),
(2433,2433,1,'Grande Prairie','grandeprairiecrc','grandeprairiecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Grande Prairie Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"grandeprairiecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Grande-Prairie-Care-and-Rehab-Center-100112249436100/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','709cfb92-f367-4fef-b2ac-63e2768b7ac5'),
(2434,2434,1,'William Steele','william-steele',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Steele\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','887a1592-ceea-48d7-9b35-323491c67ad8'),
(2435,2435,1,'Jennifer Chuc','jennifer-chuc',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Chuc\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','c45e6aa1-62aa-414c-824c-5cf3c5b9fdf0'),
(2436,2436,1,'Kensington','kensingtoncareandrehab','kensingtoncareandrehab','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Kensington Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"kensingtoncareandrehab.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/KensingtonCareRehab/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','13c4b258-147f-452f-ace0-d8f50b5e4109'),
(2437,2437,1,'Christine Klekamp','christine-klekamp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christine Klekamp\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','bb3ef826-e3ec-4ae0-9628-7445f3c74f80'),
(2438,2438,1,'Lindsay Parry','lindsay-parry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lindsay Parry\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','62c2a974-4655-4266-8449-6975cb6c9808'),
(2439,2439,1,'Manitowoc','manitowochrc','manitowochrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Manitowoc Health and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"manitowochrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Manitowoc-Health-and-Rehabilitation-Center-2251823335053203/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','5ac0ad05-e5a6-426b-8e0f-b2bf3ce93205'),
(2440,2440,1,'Cynthia Grindheim','cynthia-grindheim',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cynthia Grindheim\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','788f79a3-e00b-464f-b01d-a6ccaaadff3f'),
(2441,2441,1,'Hailey Hagg','hailey-hagg',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hailey Hagg\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','aac3a3ff-bf4f-463f-9785-52a96b0e1989'),
(2442,2442,1,'Nazareth','nazarethhealth','nazarethhealth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Nazareth Health and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"nazarethhealth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Nazareth-Health-And-Rehabilitation-Center-2257795361124107/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','75d4e180-ef1d-4362-9aff-ce30a1ba8b17'),
(2443,2443,1,'Jason Williams','jason-williams',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Williams\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','1ae289d2-f334-418c-921e-64e7cdd913e6'),
(2444,2444,1,'Gloria Neal','gloria-neal',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Gloria Neal\"}',1,'2025-09-11 20:39:36','2025-09-11 20:39:36','0f680bdc-92f5-4582-b88f-de7454dc3edc'),
(2445,2445,1,'Ridgewood','ridgewoodcarecenter','ridgewoodcarecenter','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Ridgewood Care Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ridgewoodcarecenter.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RidgewoodCareCenter/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','99e1b59c-3580-47de-a19e-52bdfb38026b'),
(2446,2446,1,'Scott Myers (Executive Director)','scott-myers-executive-director',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Scott Myers (Executive Director)\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','dd1fbdd9-8518-4d4d-af4a-071ad62bd81c'),
(2447,2447,1,'Rachel Woodford','rachel-woodford',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rachel Woodford\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','321a531d-fbac-4b94-965a-d57286473936'),
(2448,2448,1,'St. Clare\'s','stclarecrc','stclarecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"St. Clare Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Clare\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stclarecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/18fYMfb8q2/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','adf4f2c2-ca46-472d-b054-ef1b3e4322bd'),
(2449,2449,1,'Emily Greenwood','emily-greenwood',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Emily Greenwood\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','7a736f4e-9bca-4f35-84b2-79d842b5f3b4'),
(2450,2450,1,'Ashley Siegler','ashley-siegler',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Siegler\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','6b5bb108-cd33-457f-b636-bdab82c89fc6'),
(2451,2451,1,'St. Mary\'s','stmaryscrc','stmaryscrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"St. Mary\'s Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Mary\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stmaryscrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/1KGQR5U7pk/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','1244c970-9746-4c0c-a7eb-364099889c1b'),
(2452,2452,1,'Sean Murphy','sean-murphy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sean Murphy\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','8f721cb2-fcb0-4b16-a291-d27e3a4df8f8'),
(2453,2453,1,'Jamie L. Forman','jamie-l-forman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamie L. Forman\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','d563e066-da88-4465-b017-14d9571e0d25'),
(2454,2454,1,'Southpointe','southpointecrc','southpointecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Southpointe Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"southpointecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','fc6fb8df-3d83-4bb1-b881-a46fd72b8d7b'),
(2455,2455,1,'Rebecca Rieber (Executive Director)','rebecca-rieber-executive-director',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rebecca Rieber (Executive Director)\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','b0fcdae7-17af-4a13-95f7-b334479d46fe'),
(2456,2456,1,'Catherine Misorski','catherine-misorski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Catherine Misorski\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','9d775e54-90fc-4019-9ece-a531c92d2cbf'),
(2457,2457,1,'Virginia Highlands','virginiahighlandscrc','virginiahighlandscrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Virginia Highlands Care and Rehab Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Virginia Highlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"virginiahighlandscrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Virginia-Highlands-Care-And-Rehab-100134656100444/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','d996d406-cc63-474f-8179-33d9f8b1060c'),
(2458,2458,1,'Erin Binder','erin-binder',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Erin Binder\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','f0c1f1d2-6ad2-4f1c-9eda-1930bdcc3aa2'),
(2459,2459,1,'Deana Stakic','deana-stakic',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deana Stakic\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','a53470d8-0181-4fd4-9b4c-c07ef01917d7'),
(2460,2460,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','3915e59d-5c72-4c92-904e-5a3d7f673787'),
(2461,2461,1,'Jeff Hilliard','jeff-hilliard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeff Hilliard\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','03ad1954-43ea-41e6-8ba3-2d5650340673'),
(2462,2462,1,'Holly Dean','holly-dean',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Dean\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','ef0bf13f-a4cf-4959-8ff2-3b9dba87c501'),
(2463,2463,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','e4f9b59b-54bc-42f6-99cf-98cdd4039132'),
(2464,2464,1,'Melissa Schmitt','melissa-schmitt',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Schmitt\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','41313d08-f31a-49b6-93f6-c78542bad8f9'),
(2465,2465,1,'Karley Conway','karley-conway',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Karley Conway\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','440f9724-689a-49e2-9395-a543b0e424ac'),
(2466,2466,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','71a833c5-0c19-49b7-b097-4cf45e434bb7'),
(2467,2467,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','7cc3c110-dc82-4576-b9cd-2a2f9fda6962'),
(2468,2468,1,'Lynn Marino & Ava Genova','lynn-marino-ava-genova',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino & Ava Genova\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','0cd88381-df7c-40a0-a080-68ac858da426'),
(2469,2469,1,'Groton Regency','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','5a3d2a4d-4f0c-431d-89a4-81a6353b058e'),
(2470,2470,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','4c287e15-75b5-4362-9e2c-4f5f0cfde220'),
(2471,2471,1,'Lynn Marino & Ava Genova','lynn-marino-ava-genova',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino & Ava Genova\"}',1,'2025-09-11 20:39:37','2025-09-11 20:39:37','57424c93-9ae4-4117-b75c-c2ce1afe4c7b'),
(2472,2472,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','f73decba-4b93-467d-8fa6-a5bc145d0baa'),
(2473,2473,1,'Angela Perry','angela-perry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Perry\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','2f532889-81c2-4461-911a-71401c00e452'),
(2474,2474,1,'Rebekah McDougall','rebekah-mcdougall',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rebekah McDougall\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','ce65b99f-6892-4eac-a767-496f43fe3be8'),
(2475,2475,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','bddd72e2-8242-47f4-a3d4-95d04a8349d6'),
(2476,2476,1,'Natalie Duncan','natalie-duncan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Natalie Duncan\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','ee9141c2-7d60-4ac5-9e12-e22b5f381f91'),
(2477,2477,1,'Kiera Dickenson','kiera-dickenson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kiera Dickenson\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','67ae692c-b3bd-44c9-9280-fa47235ed0c9'),
(2478,2478,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','2c420734-7109-48b5-8cf9-a1612599ec6c'),
(2479,2479,1,'Thomas Russo','thomas-russo',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Thomas Russo\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','7beb6cf4-5a78-4a07-9346-66896e564022'),
(2480,2480,1,'Barbara Grogoza','barbara-grogoza',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Barbara Grogoza\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','b1e1527f-aa51-4be2-a047-90371e4aa4a2'),
(2481,2481,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','0a2fff28-b997-43c1-8d30-b53df92ba6ca'),
(2482,2482,1,'Carmelina (Lina) Hillard','carmelina-lina-hillard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Carmelina (Lina) Hillard\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','cb38745c-065d-4464-b6e9-90ac126624f7'),
(2483,2483,1,'Lisa Sala','lisa-sala',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lisa Sala\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','cc4d81e1-c439-4f49-af14-6b5c5748e555'),
(2484,2484,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','cff38504-24d5-4928-a454-c66367d7935a'),
(2485,2485,1,'Peter Knights','peter-knights',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Peter Knights\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','2e5b4664-7d84-40fb-927e-99f73f1781dd'),
(2486,2486,1,'Alexa Graves','alexa-graves',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexa Graves\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','228023a7-85b3-4d87-b928-884f8d9b9eef'),
(2487,2487,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','18225316-a4c2-4554-8613-231e4ebc8b43'),
(2488,2488,1,'Luisa Villalba (assistant admin)','luisa-villalba-assistant-admin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Villalba (assistant admin)\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','84cc51b6-2f2a-4b9b-b788-666d173abc5d'),
(2489,2489,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','cc622797-d062-4c27-ac3d-47845c154e3c'),
(2490,2490,1,'Eli Barnett','eli-barnett',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Barnett\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','12bac337-6592-4c97-8403-89b2cbd85d9f'),
(2492,2492,1,'Michael Jacobson','michael-jacobson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Jacobson\"}',1,'2025-09-11 20:39:38','2025-09-11 20:39:38','09a274db-fffe-43ae-95b9-947696d8bdad'),
(2501,2501,1,'Ashley Lewis','ashley-lewis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Lewis\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[634]}',1,'2025-09-17 19:37:16','2025-09-17 19:37:16','3acf41d5-067d-4cd3-81c9-9eb81ee6707c'),
(2516,2516,1,'Strivefor Ten Updated',NULL,NULL,NULL,1,'2025-09-19 16:58:14','2025-09-19 16:58:14','60cf6ffa-d438-46dd-a668-b4d7151cf3a3'),
(2518,2518,1,'Striving for Ten','ahca-bronze-award-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Striving for Ten\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2516]}',1,'2025-09-19 16:58:18','2025-09-19 16:58:18','72396ea9-c112-481c-9e1b-73394c6af127'),
(2519,2519,1,'Beyond Bingo:  The Transformative Benefits of Recreation Programs in Long-Term Care','beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','resources/beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2877],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more. These programs are thoughtfully designed to improve the quality of life for residents, address their individual needs, and foster a sense of purpose and community.</p><p>We invite you to take a closer look at the purpose behind recreation programs in long-term care centers and the profound benefits they provide for residents and their families.</p><h2>Promoting Physical Health and Wellness</h2><p>Staying active is essential at any age, and recreation programs help residents maintain their physical health through tailored activities. Programs like chair yoga, dance, walking clubs, and group exercise classes support mobility, balance, and flexibility. By engaging in these activities, residents can prevent falls, manage chronic conditions, and enhance overall strength and endurance.</p><p>For example, a simple morning stretch class might help a resident reduce joint stiffness, helping them perform daily tasks more comfortably and maintain a sense of independence.</p><h2>Enhancing Cognitive Function</h2><p>Recreation programs often incorporate activities that challenge the mind, such as trivia, puzzles, creative writing, and brain games. These programs are particularly valuable for residents living with dementia or other cognitive impairments.</p><p>Evidence-based programs like music therapy and memory cafés stimulate memory recall and improve focus, while art classes encourage creative thinking and self-expression. These activities not only preserve cognitive function but also provide a meaningful outlet for emotions.  “Every month, our corporate team creates an engaging program for every facility to do.  This month, we created a Dice Trivia game where residents could toss the dice, and whatever number came up, they would answer the coordinating personal trivia question to share with their friends,” explained Rivky Jacobs, Corporate Director of Marketing. </p><h2>Fostering Emotional Well-Being</h2><p>Adjusting to life in a long-term care setting, even just for a short rehabilitation stay, can be challenging, but recreation programs are vital in creating a welcoming and supportive environment. Activities like pet therapy, gardening, and music sessions offer therapeutic benefits, reducing stress, anxiety, and depression.</p><p>“Residents often experience a boost in self-esteem and a sense of accomplishment when they complete a project, learn something new, or engage in meaningful tasks. For example, a resident who enjoys painting may find joy in seeing their artwork displayed in a community art show,” explained Tracy Aiello, Regional Activities Director. </p><h2>Building Social Connections</h2><p>Loneliness and isolation are common concerns for older adults, but recreation programs encourage residents to connect with others. Group activities like book clubs, cooking classes, and themed social events foster camaraderie and a sense of belonging.</p><p>Family-focused events, such as holiday celebrations and intergenerational programs, strengthen bonds between residents and their loved ones, creating cherished memories that enhance the care experience.</p><h2>Celebrating Individual Interests and Cultures</h2><p>“The most impactful recreation programs are resident-centered, catering to individual preferences, hobbies, and cultural backgrounds. By offering diverse activities such as music from different eras, spiritual services, and cultural festivals, residents feel valued and understood,” explained Tracy.</p><p>When a resident is empowered to pursue their passions—whether it’s knitting, gardening, or leading a group discussion—they regain a sense of purpose that enriches their daily life.</p><h2>Empowering Residents to Thrive</h2><p>The ultimate goal of recreation programs is not merely to fill time but to create opportunities for residents to thrive. These programs are thoughtfully designed to address the whole person—body, mind, and spirit—while fostering a sense of joy and fulfillment.</p><p>“When families understand the deeper purpose of recreation programs, they see long-term care not just as a place for their loved ones to live, but as a vibrant community where they can continue to grow, connect, and contribute,” Christina Fleming, SVP of Communications explained. </p><h2>Breaking the Bingo Stereotype</h2><p>While bingo remains a cherished pastime, today’s recreation programs are so much more dynamic and impactful. They’re an essential part of long-term care, rooted in the belief that every resident deserves to live a meaningful and engaged life.</p><p>“As a family member or potential resident, when you see the range of activities available in a long-term care center, know that there’s intention behind every program. These activities are carefully crafted to improve the physical, emotional, and social well-being of residents, ensuring they feel valued, connected, and supported in their care journey,” Christina added. </p><p>By embracing the purpose behind recreation programs, we can break the bingo stereotype and shine a light on the transformative power of meaningful engagement in long-term care.</p>\"}',1,'2025-09-19 17:25:28','2025-09-24 19:41:47','cd7f2c6e-e392-4166-a9d9-1c73c20a0318'),
(2520,2520,1,'Beyond Bingo:  The Transformative Benefits of Recreation Programs in Long-Term Care','beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','resources/beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','{\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more. These programs are thoughtfully designed to improve the quality of life for residents, address their individual needs, and foster a sense of purpose and community.</p><p>We invite you to take a closer look at the purpose behind recreation programs in long-term care centers and the profound benefits they provide for residents and their families.</p><h2>Promoting Physical Health and Wellness</h2><p>Staying active is essential at any age, and recreation programs help residents maintain their physical health through tailored activities. Programs like chair yoga, dance, walking clubs, and group exercise classes support mobility, balance, and flexibility. By engaging in these activities, residents can prevent falls, manage chronic conditions, and enhance overall strength and endurance.</p><p>For example, a simple morning stretch class might help a resident reduce joint stiffness, helping them perform daily tasks more comfortably and maintain a sense of independence.</p><h2>Enhancing Cognitive Function</h2><p>Recreation programs often incorporate activities that challenge the mind, such as trivia, puzzles, creative writing, and brain games. These programs are particularly valuable for residents living with dementia or other cognitive impairments.</p><p>Evidence-based programs like music therapy and memory cafés stimulate memory recall and improve focus, while art classes encourage creative thinking and self-expression. These activities not only preserve cognitive function but also provide a meaningful outlet for emotions.  “Every month, our corporate team creates an engaging program for every facility to do.  This month, we created a Dice Trivia game where residents could toss the dice, and whatever number came up, they would answer the coordinating personal trivia question to share with their friends,” explained Rivky Jacobs, Corporate Director of Marketing. </p><h2>Fostering Emotional Well-Being</h2><p>Adjusting to life in a long-term care setting, even just for a short rehabilitation stay, can be challenging, but recreation programs are vital in creating a welcoming and supportive environment. Activities like pet therapy, gardening, and music sessions offer therapeutic benefits, reducing stress, anxiety, and depression.</p><p>“Residents often experience a boost in self-esteem and a sense of accomplishment when they complete a project, learn something new, or engage in meaningful tasks. For example, a resident who enjoys painting may find joy in seeing their artwork displayed in a community art show,” explained Tracy Aiello, Regional Activities Director. </p><h2>Building Social Connections</h2><p>Loneliness and isolation are common concerns for older adults, but recreation programs encourage residents to connect with others. Group activities like book clubs, cooking classes, and themed social events foster camaraderie and a sense of belonging.</p><p>Family-focused events, such as holiday celebrations and intergenerational programs, strengthen bonds between residents and their loved ones, creating cherished memories that enhance the care experience.</p><h2>Celebrating Individual Interests and Cultures</h2><p>“The most impactful recreation programs are resident-centered, catering to individual preferences, hobbies, and cultural backgrounds. By offering diverse activities such as music from different eras, spiritual services, and cultural festivals, residents feel valued and understood,” explained Tracy.</p><p>When a resident is empowered to pursue their passions—whether it’s knitting, gardening, or leading a group discussion—they regain a sense of purpose that enriches their daily life.</p><h2>Empowering Residents to Thrive</h2><p>The ultimate goal of recreation programs is not merely to fill time but to create opportunities for residents to thrive. These programs are thoughtfully designed to address the whole person—body, mind, and spirit—while fostering a sense of joy and fulfillment.</p><p>“When families understand the deeper purpose of recreation programs, they see long-term care not just as a place for their loved ones to live, but as a vibrant community where they can continue to grow, connect, and contribute,” Christina Fleming, SVP of Communications explained. </p><h2>Breaking the Bingo Stereotype</h2><p>While bingo remains a cherished pastime, today’s recreation programs are so much more dynamic and impactful. They’re an essential part of long-term care, rooted in the belief that every resident deserves to live a meaningful and engaged life.</p><p>“As a family member or potential resident, when you see the range of activities available in a long-term care center, know that there’s intention behind every program. These activities are carefully crafted to improve the physical, emotional, and social well-being of residents, ensuring they feel valued, connected, and supported in their care journey,” Christina added. </p><p>By embracing the purpose behind recreation programs, we can break the bingo stereotype and shine a light on the transformative power of meaningful engagement in long-term care.</p>\"}',1,'2025-09-19 17:27:09','2025-09-19 17:27:09','2af4cddd-c040-474f-a03d-9e7147baa56e'),
(2522,2522,1,'Beyond Bingo:  The Transformative Benefits of Recreation Programs in Long-Term Care','beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','resources/beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','{\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[\"wellness\"],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more. These programs are thoughtfully designed to improve the quality of life for residents, address their individual needs, and foster a sense of purpose and community.</p><p>We invite you to take a closer look at the purpose behind recreation programs in long-term care centers and the profound benefits they provide for residents and their families.</p><h2>Promoting Physical Health and Wellness</h2><p>Staying active is essential at any age, and recreation programs help residents maintain their physical health through tailored activities. Programs like chair yoga, dance, walking clubs, and group exercise classes support mobility, balance, and flexibility. By engaging in these activities, residents can prevent falls, manage chronic conditions, and enhance overall strength and endurance.</p><p>For example, a simple morning stretch class might help a resident reduce joint stiffness, helping them perform daily tasks more comfortably and maintain a sense of independence.</p><h2>Enhancing Cognitive Function</h2><p>Recreation programs often incorporate activities that challenge the mind, such as trivia, puzzles, creative writing, and brain games. These programs are particularly valuable for residents living with dementia or other cognitive impairments.</p><p>Evidence-based programs like music therapy and memory cafés stimulate memory recall and improve focus, while art classes encourage creative thinking and self-expression. These activities not only preserve cognitive function but also provide a meaningful outlet for emotions.  “Every month, our corporate team creates an engaging program for every facility to do.  This month, we created a Dice Trivia game where residents could toss the dice, and whatever number came up, they would answer the coordinating personal trivia question to share with their friends,” explained Rivky Jacobs, Corporate Director of Marketing. </p><h2>Fostering Emotional Well-Being</h2><p>Adjusting to life in a long-term care setting, even just for a short rehabilitation stay, can be challenging, but recreation programs are vital in creating a welcoming and supportive environment. Activities like pet therapy, gardening, and music sessions offer therapeutic benefits, reducing stress, anxiety, and depression.</p><p>“Residents often experience a boost in self-esteem and a sense of accomplishment when they complete a project, learn something new, or engage in meaningful tasks. For example, a resident who enjoys painting may find joy in seeing their artwork displayed in a community art show,” explained Tracy Aiello, Regional Activities Director. </p><h2>Building Social Connections</h2><p>Loneliness and isolation are common concerns for older adults, but recreation programs encourage residents to connect with others. Group activities like book clubs, cooking classes, and themed social events foster camaraderie and a sense of belonging.</p><p>Family-focused events, such as holiday celebrations and intergenerational programs, strengthen bonds between residents and their loved ones, creating cherished memories that enhance the care experience.</p><h2>Celebrating Individual Interests and Cultures</h2><p>“The most impactful recreation programs are resident-centered, catering to individual preferences, hobbies, and cultural backgrounds. By offering diverse activities such as music from different eras, spiritual services, and cultural festivals, residents feel valued and understood,” explained Tracy.</p><p>When a resident is empowered to pursue their passions—whether it’s knitting, gardening, or leading a group discussion—they regain a sense of purpose that enriches their daily life.</p><h2>Empowering Residents to Thrive</h2><p>The ultimate goal of recreation programs is not merely to fill time but to create opportunities for residents to thrive. These programs are thoughtfully designed to address the whole person—body, mind, and spirit—while fostering a sense of joy and fulfillment.</p><p>“When families understand the deeper purpose of recreation programs, they see long-term care not just as a place for their loved ones to live, but as a vibrant community where they can continue to grow, connect, and contribute,” Christina Fleming, SVP of Communications explained. </p><h2>Breaking the Bingo Stereotype</h2><p>While bingo remains a cherished pastime, today’s recreation programs are so much more dynamic and impactful. They’re an essential part of long-term care, rooted in the belief that every resident deserves to live a meaningful and engaged life.</p><p>“As a family member or potential resident, when you see the range of activities available in a long-term care center, know that there’s intention behind every program. These activities are carefully crafted to improve the physical, emotional, and social well-being of residents, ensuring they feel valued, connected, and supported in their care journey,” Christina added. </p><p>By embracing the purpose behind recreation programs, we can break the bingo stereotype and shine a light on the transformative power of meaningful engagement in long-term care.</p>\"}',1,'2025-09-19 17:27:31','2025-09-19 17:27:31','35de3340-f63e-454a-8a99-989f6191ecf6'),
(2523,2523,1,'Caring for the Whole Person: How We Approach Aging with Dignity','caring-for-the-whole-person-how-we-approach-aging-with-dignity','resources/caring-for-the-whole-person-how-we-approach-aging-with-dignity','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2857],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>By Dr. Jessica Israel, Chief Medical &amp; Innovation Officer, Complete Care</p><p>Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.</p><p>At Complete Care, we believe in caring for the whole person—not just their medical needs, but their emotional well-being, their independence, their relationships, and their dignity. This philosophy is at the heart of everything we do.</p><p>As a geriatrician, I’ve worked with thousands of patients and families navigating the complexities of aging. What I’ve learned is that good care starts with good listening. When we truly understand the individual—what matters most to them, what makes them feel safe, what brings them joy—we can offer care that feels personal, respectful, and empowering.</p><p>Our team works across settings—rehabilitation, long-term care, memory support, and palliative care—to ensure that every person in our care feels seen and valued. We know that the decision to seek support, whether after a hospital stay or when living at home becomes challenging, can be emotional. That’s why we meet families with compassion, patience, and transparency every step of the way.</p><p>Dignity in aging isn’t just about respecting someone’s past. It’s about honoring who they are today and what they still hope for tomorrow. Whether someone comes to us for a few weeks of therapy or makes one of our communities their home, we are committed to walking that journey with them—with skill, warmth, and unwavering respect.</p><p>Because aging with dignity should be the standard, not the exception.</p>\"}',1,'2025-09-19 17:28:47','2025-09-24 17:20:23','bf95e386-3fa2-4a63-b275-fa37f1ee445d'),
(2524,2524,1,'Caring for the Whole Person: How We Approach Aging with Dignity','caring-for-the-whole-person-how-we-approach-aging-with-dignity','resources/caring-for-the-whole-person-how-we-approach-aging-with-dignity','{\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[\"wellness\"],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.</p><p>At Complete Care, we believe in caring for the whole person—not just their medical needs, but their emotional well-being, their independence, their relationships, and their dignity. This philosophy is at the heart of everything we do.</p><p>As a geriatrician, I’ve worked with thousands of patients and families navigating the complexities of aging. What I’ve learned is that good care starts with good listening. When we truly understand the individual—what matters most to them, what makes them feel safe, what brings them joy—we can offer care that feels personal, respectful, and empowering.</p><p>Our team works across settings—rehabilitation, long-term care, memory support, and palliative care—to ensure that every person in our care feels seen and valued. We know that the decision to seek support, whether after a hospital stay or when living at home becomes challenging, can be emotional. That’s why we meet families with compassion, patience, and transparency every step of the way.</p><p>Dignity in aging isn’t just about respecting someone’s past. It’s about honoring who they are today and what they still hope for tomorrow. Whether someone comes to us for a few weeks of therapy or makes one of our communities their home, we are committed to walking that journey with them—with skill, warmth, and unwavering respect.</p><p>Because aging with dignity should be the standard, not the exception.</p>\"}',1,'2025-09-19 17:29:12','2025-09-19 17:29:12','807f0f1d-ffeb-446a-aeb7-2ac5ee583949'),
(2526,2526,1,'Caring for the Whole Person: How We Approach Aging with Dignity','caring-for-the-whole-person-how-we-approach-aging-with-dignity','resources/caring-for-the-whole-person-how-we-approach-aging-with-dignity','{\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[\"wellness\"],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>By Dr. Jessica Israel, Chief Medical &amp; Innovation Officer, Complete Care</p><p>Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.</p><p>At Complete Care, we believe in caring for the whole person—not just their medical needs, but their emotional well-being, their independence, their relationships, and their dignity. This philosophy is at the heart of everything we do.</p><p>As a geriatrician, I’ve worked with thousands of patients and families navigating the complexities of aging. What I’ve learned is that good care starts with good listening. When we truly understand the individual—what matters most to them, what makes them feel safe, what brings them joy—we can offer care that feels personal, respectful, and empowering.</p><p>Our team works across settings—rehabilitation, long-term care, memory support, and palliative care—to ensure that every person in our care feels seen and valued. We know that the decision to seek support, whether after a hospital stay or when living at home becomes challenging, can be emotional. That’s why we meet families with compassion, patience, and transparency every step of the way.</p><p>Dignity in aging isn’t just about respecting someone’s past. It’s about honoring who they are today and what they still hope for tomorrow. Whether someone comes to us for a few weeks of therapy or makes one of our communities their home, we are committed to walking that journey with them—with skill, warmth, and unwavering respect.</p><p>Because aging with dignity should be the standard, not the exception.</p>\"}',1,'2025-09-19 17:29:35','2025-09-19 17:29:35','f41e689c-e736-493f-b6d2-93dcff970a60'),
(2527,2527,1,'Levels of Care Explained: From Rehabilitation to Long-Term Care','levels-of-care-explained-from-rehabilitation-to-long-term-care','resources/levels-of-care-explained-from-rehabilitation-to-long-term-care','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2858],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When a loved one needs more support—after a hospital stay, following a fall, or simply because daily life has become more difficult—navigating care options can feel overwhelming. At Complete Care, we’re here to simplify that process.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Here’s a breakdown of the main levels of care we offer, and what each one means:</p><h2>Post-Acute Rehabilitation (Subacute Rehab)</h2><p>Who it’s for: Individuals recovering after a hospital stay, surgery, illness, or injury.</p><p>Goal: Regain strength, mobility, and independence through daily physical, occupational, or speech therapy.</p><p>Length of stay: Typically, short-term (1–3 weeks depending on recovery).</p><h2>Skilled Nursing Care</h2><p>Who it’s for: Patients who need round-the-clock medical monitoring or specialized care, such as wound care, IV medications, or complex medical needs.</p><p>Goal: Support recovery or manage chronic conditions with a high level of clinical oversight.</p><p>Length of stay: Can be short-term or long-term depending on condition.</p><h2>Long-Term Care (LTC)</h2><p>Who it’s for: Individuals who require ongoing support with daily activities like bathing, dressing, mobility, and medication management.</p><p>Goal: Provide a safe, nurturing home-like environment with 24/7 care and community engagement.</p><p>Length of stay: Ongoing residential care.</p><h2>Memory Care</h2><p>Who it’s for: People living with Alzheimer’s disease or other forms of dementia.</p><p>Goal: Offer a secure, comforting environment with staff trained in memory support, daily structure, and dignity-centered care.</p><h2>Palliative &amp; Hospice Care</h2><p>Who it’s for: Individuals with serious or terminal illness, seeking comfort, quality of life, and support for both the patient and family.</p><p>Goal: Provide pain and symptom management, emotional and spiritual support, and guidance through end-of-life decisions.</p><p> </p><p>We know that no two people—and no two journeys—are the same. That’s why we’re committed to helping you find the level of care that fits your unique needs and goals. Whether you’re planning ahead or facing a sudden decision, you don’t have to navigate it alone.</p><p>Reach out anytime. We’re here to guide you.</p>\"}',1,'2025-09-19 17:30:10','2025-09-24 17:20:14','c1935311-bfd8-411f-9f2c-101449b24215'),
(2528,2528,1,'Levels of Care Explained: From Rehabilitation to Long-Term Care','levels-of-care-explained-from-rehabilitation-to-long-term-care','resources/levels-of-care-explained-from-rehabilitation-to-long-term-care','{\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[\"health\",\"rehabilitation\"],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When a loved one needs more support—after a hospital stay, following a fall, or simply because daily life has become more difficult—navigating care options can feel overwhelming. At Complete Care, we’re here to simplify that process.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Here’s a breakdown of the main levels of care we offer, and what each one means:</p><p> </p><h2>Post-Acute Rehabilitation (Subacute Rehab)</h2><p>Who it’s for: Individuals recovering after a hospital stay, surgery, illness, or injury.</p><p>Goal: Regain strength, mobility, and independence through daily physical, occupational, or speech therapy.</p><p>Length of stay: Typically, short-term (1–3 weeks depending on recovery).</p><p> </p><h2>Skilled Nursing Care</h2><p>Who it’s for: Patients who need round-the-clock medical monitoring or specialized care, such as wound care, IV medications, or complex medical needs.</p><p>Goal: Support recovery or manage chronic conditions with a high level of clinical oversight.</p><p>Length of stay: Can be short-term or long-term depending on condition.</p><p> </p><h2>Long-Term Care (LTC)</h2><p>Who it’s for: Individuals who require ongoing support with daily activities like bathing, dressing, mobility, and medication management.</p><p>Goal: Provide a safe, nurturing home-like environment with 24/7 care and community engagement.</p><p>Length of stay: Ongoing residential care.</p><p> </p><h2>Memory Care</h2><p>Who it’s for: People living with Alzheimer’s disease or other forms of dementia.</p><p>Goal: Offer a secure, comforting environment with staff trained in memory support, daily structure, and dignity-centered care.</p><p> </p><h2>Palliative &amp; Hospice Care</h2><p>Who it’s for: Individuals with serious or terminal illness, seeking comfort, quality of life, and support for both the patient and family.</p><p>Goal: Provide pain and symptom management, emotional and spiritual support, and guidance through end-of-life decisions.</p><p> </p><p>We know that no two people—and no two journeys—are the same. That’s why we’re committed to helping you find the level of care that fits your unique needs and goals. Whether you’re planning ahead or facing a sudden decision, you don’t have to navigate it alone.</p><p> </p><p>Reach out anytime. We’re here to guide you.</p>\"}',1,'2025-09-19 17:31:21','2025-09-19 17:31:21','9566b323-c1a1-4f50-8ef5-472f6b94f28a'),
(2530,2530,1,'Levels of Care Explained: From Rehabilitation to Long-Term Care','levels-of-care-explained-from-rehabilitation-to-long-term-care','resources/levels-of-care-explained-from-rehabilitation-to-long-term-care','{\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[\"health\",\"rehabilitation\"],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When a loved one needs more support—after a hospital stay, following a fall, or simply because daily life has become more difficult—navigating care options can feel overwhelming. At Complete Care, we’re here to simplify that process.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Here’s a breakdown of the main levels of care we offer, and what each one means:</p><h2>Post-Acute Rehabilitation (Subacute Rehab)</h2><p>Who it’s for: Individuals recovering after a hospital stay, surgery, illness, or injury.</p><p>Goal: Regain strength, mobility, and independence through daily physical, occupational, or speech therapy.</p><p>Length of stay: Typically, short-term (1–3 weeks depending on recovery).</p><h2>Skilled Nursing Care</h2><p>Who it’s for: Patients who need round-the-clock medical monitoring or specialized care, such as wound care, IV medications, or complex medical needs.</p><p>Goal: Support recovery or manage chronic conditions with a high level of clinical oversight.</p><p>Length of stay: Can be short-term or long-term depending on condition.</p><h2>Long-Term Care (LTC)</h2><p>Who it’s for: Individuals who require ongoing support with daily activities like bathing, dressing, mobility, and medication management.</p><p>Goal: Provide a safe, nurturing home-like environment with 24/7 care and community engagement.</p><p>Length of stay: Ongoing residential care.</p><h2>Memory Care</h2><p>Who it’s for: People living with Alzheimer’s disease or other forms of dementia.</p><p>Goal: Offer a secure, comforting environment with staff trained in memory support, daily structure, and dignity-centered care.</p><h2>Palliative &amp; Hospice Care</h2><p>Who it’s for: Individuals with serious or terminal illness, seeking comfort, quality of life, and support for both the patient and family.</p><p>Goal: Provide pain and symptom management, emotional and spiritual support, and guidance through end-of-life decisions.</p><p> </p><p>We know that no two people—and no two journeys—are the same. That’s why we’re committed to helping you find the level of care that fits your unique needs and goals. Whether you’re planning ahead or facing a sudden decision, you don’t have to navigate it alone.</p><p>Reach out anytime. We’re here to guide you.</p>\"}',1,'2025-09-19 17:31:59','2025-09-19 17:31:59','8c2a6764-01d3-4f8e-9ac6-694cda9b8d2c'),
(2531,2531,1,'Questions to Ask When Choosing a Skilled Nursing Facility','questions-to-ask-when-choosing-a-skilled-nursing-facility','resources/questions-to-ask-when-choosing-a-skilled-nursing-facility','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2927],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?</p><p>At Complete Care, we believe families deserve transparency, compassion, and clarity. We’ve created this list to help guide you through the process, so you can feel confident in the care your loved one receives—wherever you choose.</p><h2>Top Questions to Ask a Skilled Nursing Facility</h2><h3>1. What services and care levels do you provide?</h3><p>Make sure the facility offers the type of care your loved one needs—whether it’s short-term rehab, long-term care, memory care, or specialized programs like cardiac or pulmonary rehabilitation.</p><h3>2. What is the staff-to-resident ratio?</h3><p>This gives you an idea of how much individual attention your loved one will receive. Ask about nursing coverage, therapy availability, and medical provider access.</p><h3>3. How are care plans developed—and how involved are families?</h3><p>Look for facilities that involve families in care planning and encourage open communication with staff and medical providers.</p><h3>4. What does a typical day look like for residents?</h3><p>Ask about daily routines, activities, therapy schedules, dining options, and how they encourage socialization, independence, and engagement.</p><h3>5. How does the facility handle hospital readmissions and emergencies?</h3><p>Understanding their protocols and hospital partnerships can give you peace of mind.</p><h3>6. Is the facility clean, updated, and welcoming?</h3><p>During your tour, take note of the environment—does it feel warm and homelike? Are rooms and common areas well-maintained?</p><h3>7. What are the recent inspection results or ratings?</h3><p>Ask to review recent Department of Health surveys or check Medicare’s Care Compare website to review inspection results and quality ratings.</p><h3>8. How do you support emotional well-being—for residents and families?</h3><p>Facilities should have support in place for transitions, emotional health, spiritual care, and family communication.</p><h3>9. What are your visitation policies?</h3><p>Especially in a post-pandemic world, it’s important to understand how the facility approaches visitation, safety, and family involvement.</p><h3>10. What makes your facility different?</h3><p>This is your chance to hear what the team is proud of—whether it’s their therapy outcomes, culture, specialized programs, or exceptional staff.</p><h3>Final Tip: Trust Your Gut</h3><p>Beyond the answers, pay attention to how you’re treated when you call or visit. Are the staff kind and knowledgeable? Do they make you feel welcome and supported?</p><p>Choosing a care facility is never just about a building—it’s about people, values, and trust. At Complete Care, we’re honored to be a part of that journey for so many families.</p><p>If you\'re beginning your search, we’re here to help—no pressure, just guidance.</p>\"}',1,'2025-09-19 17:32:19','2025-09-30 19:28:07','ba742f17-116c-4011-88fd-eae38e20906a'),
(2532,2532,1,'Questions to Ask When Choosing a Skilled Nursing Facility','questions-to-ask-when-choosing-a-skilled-nursing-facility','resources/questions-to-ask-when-choosing-a-skilled-nursing-facility','{\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?</p><p>At Complete Care, we believe families deserve transparency, compassion, and clarity. We’ve created this list to help guide you through the process, so you can feel confident in the care your loved one receives—wherever you choose.</p><h2>Top Questions to Ask a Skilled Nursing Facility</h2><h3>1. What services and care levels do you provide?</h3><p>Make sure the facility offers the type of care your loved one needs—whether it’s short-term rehab, long-term care, memory care, or specialized programs like cardiac or pulmonary rehabilitation.</p><h3>2. What is the staff-to-resident ratio?</h3><p>This gives you an idea of how much individual attention your loved one will receive. Ask about nursing coverage, therapy availability, and medical provider access.</p><h3>3. How are care plans developed—and how involved are families?</h3><p>Look for facilities that involve families in care planning and encourage open communication with staff and medical providers.</p><h3>4. What does a typical day look like for residents?</h3><p>Ask about daily routines, activities, therapy schedules, dining options, and how they encourage socialization, independence, and engagement.</p><h3>5. How does the facility handle hospital readmissions and emergencies?</h3><p>Understanding their protocols and hospital partnerships can give you peace of mind.</p><h3>6. Is the facility clean, updated, and welcoming?</h3><p>During your tour, take note of the environment—does it feel warm and homelike? Are rooms and common areas well-maintained?</p><h3>7. What are the recent inspection results or ratings?</h3><p>Ask to review recent Department of Health surveys or check Medicare’s Care Compare website to review inspection results and quality ratings.</p><h3>8. How do you support emotional well-being—for residents and families?</h3><p>Facilities should have support in place for transitions, emotional health, spiritual care, and family communication.</p><h3>9. What are your visitation policies?</h3><p>Especially in a post-pandemic world, it’s important to understand how the facility approaches visitation, safety, and family involvement.</p><h3>10. What makes your facility different?</h3><p>This is your chance to hear what the team is proud of—whether it’s their therapy outcomes, culture, specialized programs, or exceptional staff.</p><h3>Final Tip: Trust Your Gut</h3><p>Beyond the answers, pay attention to how you’re treated when you call or visit. Are the staff kind and knowledgeable? Do they make you feel welcome and supported?</p><p>Choosing a care facility is never just about a building—it’s about people, values, and trust. At Complete Care, we’re honored to be a part of that journey for so many families.</p><p>If you\'re beginning your search, we’re here to help—no pressure, just guidance.</p>\"}',1,'2025-09-19 17:33:26','2025-09-19 17:33:26','ca66889b-be99-45a2-b8f2-47ca8cf5797a'),
(2534,2534,1,'Questions to Ask When Choosing a Skilled Nursing Facility','questions-to-ask-when-choosing-a-skilled-nursing-facility','resources/questions-to-ask-when-choosing-a-skilled-nursing-facility','{\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?</p><p>At Complete Care, we believe families deserve transparency, compassion, and clarity. We’ve created this list to help guide you through the process, so you can feel confident in the care your loved one receives—wherever you choose.</p><h2>Top Questions to Ask a Skilled Nursing Facility</h2><h3>1. What services and care levels do you provide?</h3><p>Make sure the facility offers the type of care your loved one needs—whether it’s short-term rehab, long-term care, memory care, or specialized programs like cardiac or pulmonary rehabilitation.</p><h3>2. What is the staff-to-resident ratio?</h3><p>This gives you an idea of how much individual attention your loved one will receive. Ask about nursing coverage, therapy availability, and medical provider access.</p><h3>3. How are care plans developed—and how involved are families?</h3><p>Look for facilities that involve families in care planning and encourage open communication with staff and medical providers.</p><h3>4. What does a typical day look like for residents?</h3><p>Ask about daily routines, activities, therapy schedules, dining options, and how they encourage socialization, independence, and engagement.</p><h3>5. How does the facility handle hospital readmissions and emergencies?</h3><p>Understanding their protocols and hospital partnerships can give you peace of mind.</p><h3>6. Is the facility clean, updated, and welcoming?</h3><p>During your tour, take note of the environment—does it feel warm and homelike? Are rooms and common areas well-maintained?</p><h3>7. What are the recent inspection results or ratings?</h3><p>Ask to review recent Department of Health surveys or check Medicare’s Care Compare website to review inspection results and quality ratings.</p><h3>8. How do you support emotional well-being—for residents and families?</h3><p>Facilities should have support in place for transitions, emotional health, spiritual care, and family communication.</p><h3>9. What are your visitation policies?</h3><p>Especially in a post-pandemic world, it’s important to understand how the facility approaches visitation, safety, and family involvement.</p><h3>10. What makes your facility different?</h3><p>This is your chance to hear what the team is proud of—whether it’s their therapy outcomes, culture, specialized programs, or exceptional staff.</p><h3>Final Tip: Trust Your Gut</h3><p>Beyond the answers, pay attention to how you’re treated when you call or visit. Are the staff kind and knowledgeable? Do they make you feel welcome and supported?</p><p>Choosing a care facility is never just about a building—it’s about people, values, and trust. At Complete Care, we’re honored to be a part of that journey for so many families.</p><p>If you\'re beginning your search, we’re here to help—no pressure, just guidance.</p>\"}',1,'2025-09-19 17:34:50','2025-09-19 17:34:50','00201537-dbe7-437d-9fd2-144d3e2bc832'),
(2535,2535,1,'Caring for a Loved One at Home: When It’s Time to Consider More Help','caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','resources/caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2856],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?</p><p>The answer is different for every family, but there are some clear signs that extra support may be the right next step—for your loved one’s health and for your own well-being.</p><h2>Signs It May Be Time to Consider More Help</h2><h3>1. Care Needs Are Becoming Too Complex</h3><p>If your loved one requires medical care you’re not trained to provide—like wound care, IV medications, mobility transfers, or dementia-related behaviors—it may be time to look at professional support.</p><h3>2. You’re Feeling Constantly Overwhelmed or Burned Out</h3><p>Caregiver fatigue is real. If you’re sacrificing your own health, work, sleep, or relationships, it’s a sign that something needs to change.</p><h3>3. They’re Not Thriving at Home</h3><p>Are they losing weight, becoming withdrawn, having frequent falls, or skipping medications? A change in environment—with more structure and supervision—can help prevent health decline.</p><h3>4. Safety Is Becoming a Concern</h3><p>If your loved one is wandering, forgetting to turn off the stove, or struggling with basic hygiene, it\'s time to talk about safer solutions.</p><h3>5. You\'re Facing an Unexpected Crisis</h3><p>A hospitalization, fall, or sudden health change can accelerate the need for short-term rehab, respite care, or a more supportive living environment.</p><h2>You’re Not Giving Up—You’re Getting Support</h2><p>Asking for help isn’t failure—it’s love in action. At Complete Care, we work with families to explore the right level of care, whether that’s post-hospital rehabilitation, long-term skilled nursing, memory care, or hospice.</p><p>Sometimes the right next step is just a few weeks of respite care so you can rest and recharge. Other times, it’s a longer-term plan that ensures your loved one gets the consistent care they need in a safe, supportive environment.</p><p>You don’t have to make this decision alone. We’re here to listen, guide, and support you every step of the way.</p>\"}',1,'2025-09-19 17:34:52','2025-09-24 17:19:43','8ec96fb1-94f3-468e-87ac-c09859e15c69');
INSERT INTO `elements_sites` VALUES
(2536,2536,1,'Caring for a Loved One at Home: When It’s Time to Consider More Help','caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','resources/caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','{\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?</p><p>The answer is different for every family, but there are some clear signs that extra support may be the right next step—for your loved one’s health and for your own well-being.</p><h2>Signs It May Be Time to Consider More Help</h2><h3>1. Care Needs Are Becoming Too Complex</h3><p>If your loved one requires medical care you’re not trained to provide—like wound care, IV medications, mobility transfers, or dementia-related behaviors—it may be time to look at professional support.</p><h3>2. You’re Feeling Constantly Overwhelmed or Burned Out</h3><p>Caregiver fatigue is real. If you’re sacrificing your own health, work, sleep, or relationships, it’s a sign that something needs to change.</p><h3>3. They’re Not Thriving at Home</h3><p>Are they losing weight, becoming withdrawn, having frequent falls, or skipping medications? A change in environment—with more structure and supervision—can help prevent health decline.</p><h3>4. Safety Is Becoming a Concern</h3><p>If your loved one is wandering, forgetting to turn off the stove, or struggling with basic hygiene, it\'s time to talk about safer solutions.</p><h3>5. You\'re Facing an Unexpected Crisis</h3><p>A hospitalization, fall, or sudden health change can accelerate the need for short-term rehab, respite care, or a more supportive living environment.</p><h2>You’re Not Giving Up—You’re Getting Support</h2><p>Asking for help isn’t failure—it’s love in action. At Complete Care, we work with families to explore the right level of care, whether that’s post-hospital rehabilitation, long-term skilled nursing, memory care, or hospice.</p><p>Sometimes the right next step is just a few weeks of respite care so you can rest and recharge. Other times, it’s a longer-term plan that ensures your loved one gets the consistent care they need in a safe, supportive environment.</p><p>You don’t have to make this decision alone. We’re here to listen, guide, and support you every step of the way.</p>\"}',1,'2025-09-19 17:35:50','2025-09-19 17:35:50','2f8942c7-77da-458f-80e9-e0788538b7fa'),
(2537,2537,1,'What Is a Respite Stay—and How Can It Help?','what-is-a-respite-stay-and-how-can-it-help','resources/what-is-a-respite-stay-and-how-can-it-help','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2855],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2571],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.</p><p>A respite stay is a short-term stay in a senior living facility, designed to give caregivers time to rest, travel, recover from illness, or simply recharge. It’s also a way to provide your loved one with temporary professional care in a safe, supportive environment.</p><h2>What Happens During a Respite Stay?</h2><p>At Complete Care, a respite guest receives the same level of care and attention as a full-time resident. This includes:</p><ul><li>24/7 nursing care and supervision</li><li>Assistance with daily activities (bathing, dressing, medications, etc.)</li><li>Meals and nutrition oversight</li><li>Therapy services, if needed</li><li>Social activities and opportunities for engagement</li><li>A comfortable, furnished room</li></ul><p>Stays can range from a few days to several weeks, depending on your family’s needs.</p><h2>Who Can Benefit from a Respite Stay?</h2><p>Respite care is a great option when:</p><ul><li>You’re going on vacation or traveling for work</li><li>You’re recovering from surgery or illness</li><li>You’re feeling burned out and need time to recharge</li><li>Your loved one needs extra support after a hospital stay, but isn’t ready to return home</li><li>You want to “try out” a care setting before considering long-term care</li></ul><h2>How Can I Pay for a Respite Stay?</h2><p>Respite stays can be paid for in a few different ways, depending on the circumstances:</p><ul><li>Medicare - In some cases, Medicare may cover up to 5 days of respite care in a skilled nursing or hospice setting if your loved one qualifies for hospice benefits. This must be coordinated through a Medicare-certified hospice program.</li><li>Medicaid - Some state Medicaid programs offer coverage for short-term respite care. Eligibility and coverage vary by state, so check with your Medicaid plan or our admissions team for guidance.</li><li>Private Pay - Many families choose to pay privately for respite stays, especially when using it as a planned break or trial experience.</li><li>Long-Term Care Insurance - If your loved one has long-term care insurance, it may include a respite care benefit. Review the policy or ask your provider for details.</li><li>Veterans Benefits - Eligible veterans may have access to respite coverage through the VA. Ask your VA caseworker or contact our admissions team for assistance navigating this benefit.</li></ul><h2>A Break That Benefits Everyone</h2><p>Respite care isn’t just a break for the caregiver—it’s a chance for your loved one to experience expert care, social connection, and a change of environment that may be refreshing for them, too.</p><p>If you\'re starting to feel overwhelmed, or if you\'re planning time away, know this: You don’t have to do it all alone.  Let us support you.</p>\"}',1,'2025-09-19 17:37:12','2025-09-24 17:19:53','8a5d3bd3-60a1-4322-bf94-a9aa405ad65e'),
(2538,2538,1,'What Is a Respite Stay—and How Can It Help?','what-is-a-respite-stay-and-how-can-it-help','resources/what-is-a-respite-stay-and-how-can-it-help','{\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[\"wellness\",\"health\"],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.</p><p>A respite stay is a short-term stay in a senior living facility, designed to give caregivers time to rest, travel, recover from illness, or simply recharge. It’s also a way to provide your loved one with temporary professional care in a safe, supportive environment.</p><h2>What Happens During a Respite Stay?</h2><p>At Complete Care, a respite guest receives the same level of care and attention as a full-time resident. This includes:</p><ul><li>24/7 nursing care and supervision</li><li>Assistance with daily activities (bathing, dressing, medications, etc.)</li><li>Meals and nutrition oversight</li><li>Therapy services, if needed</li><li>Social activities and opportunities for engagement</li><li>A comfortable, furnished room</li></ul><p>Stays can range from a few days to several weeks, depending on your family’s needs.</p><h2>Who Can Benefit from a Respite Stay?</h2><p>Respite care is a great option when:</p><ul><li>You’re going on vacation or traveling for work</li><li>You’re recovering from surgery or illness</li><li>You’re feeling burned out and need time to recharge</li><li>Your loved one needs extra support after a hospital stay, but isn’t ready to return home</li><li>You want to “try out” a care setting before considering long-term care</li></ul><h2>How Can I Pay for a Respite Stay?</h2><p>Respite stays can be paid for in a few different ways, depending on the circumstances:</p><ul><li>Medicare - In some cases, Medicare may cover up to 5 days of respite care in a skilled nursing or hospice setting if your loved one qualifies for hospice benefits. This must be coordinated through a Medicare-certified hospice program.</li><li>Medicaid - Some state Medicaid programs offer coverage for short-term respite care. Eligibility and coverage vary by state, so check with your Medicaid plan or our admissions team for guidance.</li><li>Private Pay - Many families choose to pay privately for respite stays, especially when using it as a planned break or trial experience.</li><li>Long-Term Care Insurance - If your loved one has long-term care insurance, it may include a respite care benefit. Review the policy or ask your provider for details.</li><li>Veterans Benefits - Eligible veterans may have access to respite coverage through the VA. Ask your VA caseworker or contact our admissions team for assistance navigating this benefit.</li></ul><h2>A Break That Benefits Everyone</h2><p>Respite care isn’t just a break for the caregiver—it’s a chance for your loved one to experience expert care, social connection, and a change of environment that may be refreshing for them, too.</p><p>If you\'re starting to feel overwhelmed, or if you\'re planning time away, know this: You don’t have to do it all alone.  Let us support you.</p>\"}',1,'2025-09-19 17:38:19','2025-09-19 17:38:19','66ceb2e3-4bf6-4bbd-9416-7294b4a4381f'),
(2540,2540,1,'Caring for a Loved One at Home: When It’s Time to Consider More Help','caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','resources/caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','{\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?</p><p>The answer is different for every family, but there are some clear signs that extra support may be the right next step—for your loved one’s health and for your own well-being.</p><h2>Signs It May Be Time to Consider More Help</h2><h3>1. Care Needs Are Becoming Too Complex</h3><p>If your loved one requires medical care you’re not trained to provide—like wound care, IV medications, mobility transfers, or dementia-related behaviors—it may be time to look at professional support.</p><h3>2. You’re Feeling Constantly Overwhelmed or Burned Out</h3><p>Caregiver fatigue is real. If you’re sacrificing your own health, work, sleep, or relationships, it’s a sign that something needs to change.</p><h3>3. They’re Not Thriving at Home</h3><p>Are they losing weight, becoming withdrawn, having frequent falls, or skipping medications? A change in environment—with more structure and supervision—can help prevent health decline.</p><h3>4. Safety Is Becoming a Concern</h3><p>If your loved one is wandering, forgetting to turn off the stove, or struggling with basic hygiene, it\'s time to talk about safer solutions.</p><h3>5. You\'re Facing an Unexpected Crisis</h3><p>A hospitalization, fall, or sudden health change can accelerate the need for short-term rehab, respite care, or a more supportive living environment.</p><h2>You’re Not Giving Up—You’re Getting Support</h2><p>Asking for help isn’t failure—it’s love in action. At Complete Care, we work with families to explore the right level of care, whether that’s post-hospital rehabilitation, long-term skilled nursing, memory care, or hospice.</p><p>Sometimes the right next step is just a few weeks of respite care so you can rest and recharge. Other times, it’s a longer-term plan that ensures your loved one gets the consistent care they need in a safe, supportive environment.</p><p>You don’t have to make this decision alone. We’re here to listen, guide, and support you every step of the way.</p>\"}',1,'2025-09-19 17:38:52','2025-09-19 17:38:52','44263b62-7926-43d7-a8f5-e98c35dc1987'),
(2542,2542,1,'What Is a Respite Stay—and How Can It Help?','what-is-a-respite-stay-and-how-can-it-help','resources/what-is-a-respite-stay-and-how-can-it-help','{\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[\"wellness\",\"health\"],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.</p><p>A respite stay is a short-term stay in a senior living facility, designed to give caregivers time to rest, travel, recover from illness, or simply recharge. It’s also a way to provide your loved one with temporary professional care in a safe, supportive environment.</p><h2>What Happens During a Respite Stay?</h2><p>At Complete Care, a respite guest receives the same level of care and attention as a full-time resident. This includes:</p><ul><li>24/7 nursing care and supervision</li><li>Assistance with daily activities (bathing, dressing, medications, etc.)</li><li>Meals and nutrition oversight</li><li>Therapy services, if needed</li><li>Social activities and opportunities for engagement</li><li>A comfortable, furnished room</li></ul><p>Stays can range from a few days to several weeks, depending on your family’s needs.</p><h2>Who Can Benefit from a Respite Stay?</h2><p>Respite care is a great option when:</p><ul><li>You’re going on vacation or traveling for work</li><li>You’re recovering from surgery or illness</li><li>You’re feeling burned out and need time to recharge</li><li>Your loved one needs extra support after a hospital stay, but isn’t ready to return home</li><li>You want to “try out” a care setting before considering long-term care</li></ul><h2>How Can I Pay for a Respite Stay?</h2><p>Respite stays can be paid for in a few different ways, depending on the circumstances:</p><ul><li>Medicare - In some cases, Medicare may cover up to 5 days of respite care in a skilled nursing or hospice setting if your loved one qualifies for hospice benefits. This must be coordinated through a Medicare-certified hospice program.</li><li>Medicaid - Some state Medicaid programs offer coverage for short-term respite care. Eligibility and coverage vary by state, so check with your Medicaid plan or our admissions team for guidance.</li><li>Private Pay - Many families choose to pay privately for respite stays, especially when using it as a planned break or trial experience.</li><li>Long-Term Care Insurance - If your loved one has long-term care insurance, it may include a respite care benefit. Review the policy or ask your provider for details.</li><li>Veterans Benefits - Eligible veterans may have access to respite coverage through the VA. Ask your VA caseworker or contact our admissions team for assistance navigating this benefit.</li></ul><h2>A Break That Benefits Everyone</h2><p>Respite care isn’t just a break for the caregiver—it’s a chance for your loved one to experience expert care, social connection, and a change of environment that may be refreshing for them, too.</p><p>If you\'re starting to feel overwhelmed, or if you\'re planning time away, know this: You don’t have to do it all alone.  Let us support you.</p>\"}',1,'2025-09-19 17:40:18','2025-09-19 17:40:18','c9598db1-04aa-427e-9475-b3da1b4a1f60'),
(2544,2544,1,'Caring for a Loved One at Home: When It’s Time to Consider More Help','caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','resources/caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','{\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?</p><p>The answer is different for every family, but there are some clear signs that extra support may be the right next step—for your loved one’s health and for your own well-being.</p><h2>Signs It May Be Time to Consider More Help</h2><h3>1. Care Needs Are Becoming Too Complex</h3><p>If your loved one requires medical care you’re not trained to provide—like wound care, IV medications, mobility transfers, or dementia-related behaviors—it may be time to look at professional support.</p><h3>2. You’re Feeling Constantly Overwhelmed or Burned Out</h3><p>Caregiver fatigue is real. If you’re sacrificing your own health, work, sleep, or relationships, it’s a sign that something needs to change.</p><h3>3. They’re Not Thriving at Home</h3><p>Are they losing weight, becoming withdrawn, having frequent falls, or skipping medications? A change in environment—with more structure and supervision—can help prevent health decline.</p><h3>4. Safety Is Becoming a Concern</h3><p>If your loved one is wandering, forgetting to turn off the stove, or struggling with basic hygiene, it\'s time to talk about safer solutions.</p><h3>5. You\'re Facing an Unexpected Crisis</h3><p>A hospitalization, fall, or sudden health change can accelerate the need for short-term rehab, respite care, or a more supportive living environment.</p><h2>You’re Not Giving Up—You’re Getting Support</h2><p>Asking for help isn’t failure—it’s love in action. At Complete Care, we work with families to explore the right level of care, whether that’s post-hospital rehabilitation, long-term skilled nursing, memory care, or hospice.</p><p>Sometimes the right next step is just a few weeks of respite care so you can rest and recharge. Other times, it’s a longer-term plan that ensures your loved one gets the consistent care they need in a safe, supportive environment.</p><p>You don’t have to make this decision alone. We’re here to listen, guide, and support you every step of the way.</p>\"}',1,'2025-09-19 17:40:24','2025-09-19 17:40:24','e0d38786-8848-47a9-a52f-e8ab17c352a1'),
(2546,2546,1,'Questions to Ask When Choosing a Skilled Nursing Facility','questions-to-ask-when-choosing-a-skilled-nursing-facility','resources/questions-to-ask-when-choosing-a-skilled-nursing-facility','{\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?</p><p>At Complete Care, we believe families deserve transparency, compassion, and clarity. We’ve created this list to help guide you through the process, so you can feel confident in the care your loved one receives—wherever you choose.</p><h2>Top Questions to Ask a Skilled Nursing Facility</h2><h3>1. What services and care levels do you provide?</h3><p>Make sure the facility offers the type of care your loved one needs—whether it’s short-term rehab, long-term care, memory care, or specialized programs like cardiac or pulmonary rehabilitation.</p><h3>2. What is the staff-to-resident ratio?</h3><p>This gives you an idea of how much individual attention your loved one will receive. Ask about nursing coverage, therapy availability, and medical provider access.</p><h3>3. How are care plans developed—and how involved are families?</h3><p>Look for facilities that involve families in care planning and encourage open communication with staff and medical providers.</p><h3>4. What does a typical day look like for residents?</h3><p>Ask about daily routines, activities, therapy schedules, dining options, and how they encourage socialization, independence, and engagement.</p><h3>5. How does the facility handle hospital readmissions and emergencies?</h3><p>Understanding their protocols and hospital partnerships can give you peace of mind.</p><h3>6. Is the facility clean, updated, and welcoming?</h3><p>During your tour, take note of the environment—does it feel warm and homelike? Are rooms and common areas well-maintained?</p><h3>7. What are the recent inspection results or ratings?</h3><p>Ask to review recent Department of Health surveys or check Medicare’s Care Compare website to review inspection results and quality ratings.</p><h3>8. How do you support emotional well-being—for residents and families?</h3><p>Facilities should have support in place for transitions, emotional health, spiritual care, and family communication.</p><h3>9. What are your visitation policies?</h3><p>Especially in a post-pandemic world, it’s important to understand how the facility approaches visitation, safety, and family involvement.</p><h3>10. What makes your facility different?</h3><p>This is your chance to hear what the team is proud of—whether it’s their therapy outcomes, culture, specialized programs, or exceptional staff.</p><h3>Final Tip: Trust Your Gut</h3><p>Beyond the answers, pay attention to how you’re treated when you call or visit. Are the staff kind and knowledgeable? Do they make you feel welcome and supported?</p><p>Choosing a care facility is never just about a building—it’s about people, values, and trust. At Complete Care, we’re honored to be a part of that journey for so many families.</p><p>If you\'re beginning your search, we’re here to help—no pressure, just guidance.</p>\"}',1,'2025-09-19 17:40:31','2025-09-19 17:40:31','71e0da50-1564-468b-8764-e3883bfa93b8'),
(2548,2548,1,'Levels of Care Explained: From Rehabilitation to Long-Term Care','levels-of-care-explained-from-rehabilitation-to-long-term-care','resources/levels-of-care-explained-from-rehabilitation-to-long-term-care','{\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[\"health\",\"rehabilitation\"],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When a loved one needs more support—after a hospital stay, following a fall, or simply because daily life has become more difficult—navigating care options can feel overwhelming. At Complete Care, we’re here to simplify that process.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Here’s a breakdown of the main levels of care we offer, and what each one means:</p><h2>Post-Acute Rehabilitation (Subacute Rehab)</h2><p>Who it’s for: Individuals recovering after a hospital stay, surgery, illness, or injury.</p><p>Goal: Regain strength, mobility, and independence through daily physical, occupational, or speech therapy.</p><p>Length of stay: Typically, short-term (1–3 weeks depending on recovery).</p><h2>Skilled Nursing Care</h2><p>Who it’s for: Patients who need round-the-clock medical monitoring or specialized care, such as wound care, IV medications, or complex medical needs.</p><p>Goal: Support recovery or manage chronic conditions with a high level of clinical oversight.</p><p>Length of stay: Can be short-term or long-term depending on condition.</p><h2>Long-Term Care (LTC)</h2><p>Who it’s for: Individuals who require ongoing support with daily activities like bathing, dressing, mobility, and medication management.</p><p>Goal: Provide a safe, nurturing home-like environment with 24/7 care and community engagement.</p><p>Length of stay: Ongoing residential care.</p><h2>Memory Care</h2><p>Who it’s for: People living with Alzheimer’s disease or other forms of dementia.</p><p>Goal: Offer a secure, comforting environment with staff trained in memory support, daily structure, and dignity-centered care.</p><h2>Palliative &amp; Hospice Care</h2><p>Who it’s for: Individuals with serious or terminal illness, seeking comfort, quality of life, and support for both the patient and family.</p><p>Goal: Provide pain and symptom management, emotional and spiritual support, and guidance through end-of-life decisions.</p><p> </p><p>We know that no two people—and no two journeys—are the same. That’s why we’re committed to helping you find the level of care that fits your unique needs and goals. Whether you’re planning ahead or facing a sudden decision, you don’t have to navigate it alone.</p><p>Reach out anytime. We’re here to guide you.</p>\"}',1,'2025-09-19 17:40:36','2025-09-19 17:40:36','b1a79d2b-ab8f-47e5-9405-f6c85cb3907b'),
(2550,2550,1,'Caring for the Whole Person: How We Approach Aging with Dignity','caring-for-the-whole-person-how-we-approach-aging-with-dignity','resources/caring-for-the-whole-person-how-we-approach-aging-with-dignity','{\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[\"wellness\"],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>By Dr. Jessica Israel, Chief Medical &amp; Innovation Officer, Complete Care</p><p>Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.</p><p>At Complete Care, we believe in caring for the whole person—not just their medical needs, but their emotional well-being, their independence, their relationships, and their dignity. This philosophy is at the heart of everything we do.</p><p>As a geriatrician, I’ve worked with thousands of patients and families navigating the complexities of aging. What I’ve learned is that good care starts with good listening. When we truly understand the individual—what matters most to them, what makes them feel safe, what brings them joy—we can offer care that feels personal, respectful, and empowering.</p><p>Our team works across settings—rehabilitation, long-term care, memory support, and palliative care—to ensure that every person in our care feels seen and valued. We know that the decision to seek support, whether after a hospital stay or when living at home becomes challenging, can be emotional. That’s why we meet families with compassion, patience, and transparency every step of the way.</p><p>Dignity in aging isn’t just about respecting someone’s past. It’s about honoring who they are today and what they still hope for tomorrow. Whether someone comes to us for a few weeks of therapy or makes one of our communities their home, we are committed to walking that journey with them—with skill, warmth, and unwavering respect.</p><p>Because aging with dignity should be the standard, not the exception.</p>\"}',1,'2025-09-19 17:40:43','2025-09-19 17:40:43','cc1431e7-dd14-4b4e-91ed-6c025c1048c9'),
(2552,2552,1,'Beyond Bingo:  The Transformative Benefits of Recreation Programs in Long-Term Care','beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','resources/beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','{\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":\"articles\",\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[\"wellness\"],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more. These programs are thoughtfully designed to improve the quality of life for residents, address their individual needs, and foster a sense of purpose and community.</p><p>We invite you to take a closer look at the purpose behind recreation programs in long-term care centers and the profound benefits they provide for residents and their families.</p><h2>Promoting Physical Health and Wellness</h2><p>Staying active is essential at any age, and recreation programs help residents maintain their physical health through tailored activities. Programs like chair yoga, dance, walking clubs, and group exercise classes support mobility, balance, and flexibility. By engaging in these activities, residents can prevent falls, manage chronic conditions, and enhance overall strength and endurance.</p><p>For example, a simple morning stretch class might help a resident reduce joint stiffness, helping them perform daily tasks more comfortably and maintain a sense of independence.</p><h2>Enhancing Cognitive Function</h2><p>Recreation programs often incorporate activities that challenge the mind, such as trivia, puzzles, creative writing, and brain games. These programs are particularly valuable for residents living with dementia or other cognitive impairments.</p><p>Evidence-based programs like music therapy and memory cafés stimulate memory recall and improve focus, while art classes encourage creative thinking and self-expression. These activities not only preserve cognitive function but also provide a meaningful outlet for emotions.  “Every month, our corporate team creates an engaging program for every facility to do.  This month, we created a Dice Trivia game where residents could toss the dice, and whatever number came up, they would answer the coordinating personal trivia question to share with their friends,” explained Rivky Jacobs, Corporate Director of Marketing. </p><h2>Fostering Emotional Well-Being</h2><p>Adjusting to life in a long-term care setting, even just for a short rehabilitation stay, can be challenging, but recreation programs are vital in creating a welcoming and supportive environment. Activities like pet therapy, gardening, and music sessions offer therapeutic benefits, reducing stress, anxiety, and depression.</p><p>“Residents often experience a boost in self-esteem and a sense of accomplishment when they complete a project, learn something new, or engage in meaningful tasks. For example, a resident who enjoys painting may find joy in seeing their artwork displayed in a community art show,” explained Tracy Aiello, Regional Activities Director. </p><h2>Building Social Connections</h2><p>Loneliness and isolation are common concerns for older adults, but recreation programs encourage residents to connect with others. Group activities like book clubs, cooking classes, and themed social events foster camaraderie and a sense of belonging.</p><p>Family-focused events, such as holiday celebrations and intergenerational programs, strengthen bonds between residents and their loved ones, creating cherished memories that enhance the care experience.</p><h2>Celebrating Individual Interests and Cultures</h2><p>“The most impactful recreation programs are resident-centered, catering to individual preferences, hobbies, and cultural backgrounds. By offering diverse activities such as music from different eras, spiritual services, and cultural festivals, residents feel valued and understood,” explained Tracy.</p><p>When a resident is empowered to pursue their passions—whether it’s knitting, gardening, or leading a group discussion—they regain a sense of purpose that enriches their daily life.</p><h2>Empowering Residents to Thrive</h2><p>The ultimate goal of recreation programs is not merely to fill time but to create opportunities for residents to thrive. These programs are thoughtfully designed to address the whole person—body, mind, and spirit—while fostering a sense of joy and fulfillment.</p><p>“When families understand the deeper purpose of recreation programs, they see long-term care not just as a place for their loved ones to live, but as a vibrant community where they can continue to grow, connect, and contribute,” Christina Fleming, SVP of Communications explained. </p><h2>Breaking the Bingo Stereotype</h2><p>While bingo remains a cherished pastime, today’s recreation programs are so much more dynamic and impactful. They’re an essential part of long-term care, rooted in the belief that every resident deserves to live a meaningful and engaged life.</p><p>“As a family member or potential resident, when you see the range of activities available in a long-term care center, know that there’s intention behind every program. These activities are carefully crafted to improve the physical, emotional, and social well-being of residents, ensuring they feel valued, connected, and supported in their care journey,” Christina added. </p><p>By embracing the purpose behind recreation programs, we can break the bingo stereotype and shine a light on the transformative power of meaningful engagement in long-term care.</p>\"}',1,'2025-09-19 17:40:50','2025-09-19 17:40:50','7c86b877-6cd1-42c9-90e6-3b7aac04a34c'),
(2553,2553,1,'Articles','articles',NULL,NULL,1,'2025-09-19 18:50:07','2025-09-19 18:50:13','93a3b93f-cdf4-4e6d-9cfa-d2d5c4910165'),
(2554,2554,1,'Articles','articles',NULL,NULL,1,'2025-09-19 18:50:13','2025-09-19 18:50:13','11c4cb11-5f3a-4b81-8c62-372eb1937eab'),
(2555,2555,1,'Videos','videos',NULL,NULL,1,'2025-09-19 18:50:13','2025-09-19 18:50:15','129a05d0-447a-4cc3-96b5-0a9a94491ea2'),
(2556,2556,1,'Videos','videos',NULL,NULL,1,'2025-09-19 18:50:15','2025-09-19 18:50:15','db508ad0-2634-46aa-94d9-d81f4a279caa'),
(2557,2557,1,'Case Studies','case-studies',NULL,NULL,1,'2025-09-19 18:50:15','2025-09-19 18:50:18','0c2c5366-50bb-47f3-ad5b-752f818b1697'),
(2558,2558,1,'Case Studies','case-studies',NULL,NULL,1,'2025-09-19 18:50:18','2025-09-19 18:50:18','1eaf8eed-2a88-4d3e-863f-cd8676967635'),
(2559,2559,1,'News','news',NULL,NULL,1,'2025-09-19 18:50:18','2025-09-19 18:50:27','6eff7260-bc2b-41b4-9fe4-047fb0ec91ea'),
(2560,2560,1,'News','news',NULL,NULL,1,'2025-09-19 18:50:27','2025-09-19 18:50:27','0772056f-22f9-4016-bd8c-c91ebdad24e7'),
(2561,2561,1,'Wellness','wellness',NULL,NULL,1,'2025-09-19 18:50:37','2025-09-19 18:50:45','dc339b0e-7d5a-41b8-9ce8-f38b38ff0db1'),
(2562,2562,1,'Wellness','wellness',NULL,NULL,1,'2025-09-19 18:50:45','2025-09-19 18:50:45','9059bdec-27a4-450d-952f-13ee1f05a392'),
(2563,2563,1,'Health','health',NULL,NULL,1,'2025-09-19 18:50:45','2025-09-19 18:50:48','97333749-1337-4ef4-ac1e-826c3ad47543'),
(2564,2564,1,'Health','health',NULL,NULL,1,'2025-09-19 18:50:48','2025-09-19 18:50:48','cbbdda43-dcb1-46e3-8739-c3a54cbb5951'),
(2565,2565,1,'Cardiac','cardiac',NULL,NULL,1,'2025-09-19 18:50:48','2025-09-19 18:50:50','2fe67578-3f8b-4d10-b2f4-d1eeba0a4134'),
(2566,2566,1,'Cardiac','cardiac',NULL,NULL,1,'2025-09-19 18:50:50','2025-09-19 18:50:50','f4f7cd07-4a08-4449-a37e-1df558017a83'),
(2567,2567,1,'Pulmonary','pulmonary',NULL,NULL,1,'2025-09-19 18:50:50','2025-09-19 18:50:52','c556a316-989d-4c1b-a2b9-8ce72e5c747c'),
(2568,2568,1,'Pulmonary','pulmonary',NULL,NULL,1,'2025-09-19 18:50:52','2025-09-19 18:50:52','182fd7b7-53ca-4dd8-80fd-707081331916'),
(2569,2569,1,'Orthopedic','orthopedic',NULL,NULL,1,'2025-09-19 18:50:52','2025-09-19 18:50:55','3e97bf39-0b30-4f0d-a03e-65218be2e039'),
(2570,2570,1,'Orthopedic','orthopedic',NULL,NULL,1,'2025-09-19 18:50:55','2025-09-19 18:50:55','d0f5e54a-60e2-4389-898d-a1e5ae4eac51'),
(2571,2571,1,'Rehabilitation','rehabilitation',NULL,NULL,1,'2025-09-19 18:50:55','2025-09-19 18:51:00','8af20676-faf5-4671-9493-00ae057d80b6'),
(2572,2572,1,'Rehabilitation','rehabilitation',NULL,NULL,1,'2025-09-19 18:50:59','2025-09-19 18:50:59','58315151-c4fc-482b-80c0-179504b1323d'),
(2573,2573,1,'Neurological','neurological',NULL,NULL,1,'2025-09-19 18:50:59','2025-09-19 18:51:03','2f5657c5-68b8-4f57-bbc3-610b48a39206'),
(2574,2574,1,'Neurological','neurological',NULL,NULL,1,'2025-09-19 18:51:03','2025-09-19 18:51:03','43ac5c48-59f8-42cd-bc1c-1845b3d5c406'),
(2575,2575,1,'Neurological','neurological',NULL,NULL,1,'2025-09-19 18:51:06','2025-09-19 18:51:06','124d439b-0f05-4e43-86ce-5ab097d49ea4'),
(2576,2576,1,'Wound Care','wound-care',NULL,NULL,1,'2025-09-19 18:51:06','2025-09-19 18:51:09','ad87cc95-e254-40a1-801d-862f513e0d2b'),
(2577,2577,1,'Wound Care','wound-care',NULL,NULL,1,'2025-09-19 18:51:09','2025-09-19 18:51:09','1a11b039-2fa5-4d6a-bf74-e05694af543f'),
(2579,2579,1,'What Is a Respite Stay—and How Can It Help?','what-is-a-respite-stay-and-how-can-it-help','resources/what-is-a-respite-stay-and-how-can-it-help','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2571],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.</p><p>A respite stay is a short-term stay in a senior living facility, designed to give caregivers time to rest, travel, recover from illness, or simply recharge. It’s also a way to provide your loved one with temporary professional care in a safe, supportive environment.</p><h2>What Happens During a Respite Stay?</h2><p>At Complete Care, a respite guest receives the same level of care and attention as a full-time resident. This includes:</p><ul><li>24/7 nursing care and supervision</li><li>Assistance with daily activities (bathing, dressing, medications, etc.)</li><li>Meals and nutrition oversight</li><li>Therapy services, if needed</li><li>Social activities and opportunities for engagement</li><li>A comfortable, furnished room</li></ul><p>Stays can range from a few days to several weeks, depending on your family’s needs.</p><h2>Who Can Benefit from a Respite Stay?</h2><p>Respite care is a great option when:</p><ul><li>You’re going on vacation or traveling for work</li><li>You’re recovering from surgery or illness</li><li>You’re feeling burned out and need time to recharge</li><li>Your loved one needs extra support after a hospital stay, but isn’t ready to return home</li><li>You want to “try out” a care setting before considering long-term care</li></ul><h2>How Can I Pay for a Respite Stay?</h2><p>Respite stays can be paid for in a few different ways, depending on the circumstances:</p><ul><li>Medicare - In some cases, Medicare may cover up to 5 days of respite care in a skilled nursing or hospice setting if your loved one qualifies for hospice benefits. This must be coordinated through a Medicare-certified hospice program.</li><li>Medicaid - Some state Medicaid programs offer coverage for short-term respite care. Eligibility and coverage vary by state, so check with your Medicaid plan or our admissions team for guidance.</li><li>Private Pay - Many families choose to pay privately for respite stays, especially when using it as a planned break or trial experience.</li><li>Long-Term Care Insurance - If your loved one has long-term care insurance, it may include a respite care benefit. Review the policy or ask your provider for details.</li><li>Veterans Benefits - Eligible veterans may have access to respite coverage through the VA. Ask your VA caseworker or contact our admissions team for assistance navigating this benefit.</li></ul><h2>A Break That Benefits Everyone</h2><p>Respite care isn’t just a break for the caregiver—it’s a chance for your loved one to experience expert care, social connection, and a change of environment that may be refreshing for them, too.</p><p>If you\'re starting to feel overwhelmed, or if you\'re planning time away, know this: You don’t have to do it all alone.  Let us support you.</p>\"}',1,'2025-09-19 18:51:30','2025-09-19 18:51:30','209abf2b-a84c-4733-9283-630f307ee64f'),
(2581,2581,1,'Caring for a Loved One at Home: When It’s Time to Consider More Help','caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','resources/caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?</p><p>The answer is different for every family, but there are some clear signs that extra support may be the right next step—for your loved one’s health and for your own well-being.</p><h2>Signs It May Be Time to Consider More Help</h2><h3>1. Care Needs Are Becoming Too Complex</h3><p>If your loved one requires medical care you’re not trained to provide—like wound care, IV medications, mobility transfers, or dementia-related behaviors—it may be time to look at professional support.</p><h3>2. You’re Feeling Constantly Overwhelmed or Burned Out</h3><p>Caregiver fatigue is real. If you’re sacrificing your own health, work, sleep, or relationships, it’s a sign that something needs to change.</p><h3>3. They’re Not Thriving at Home</h3><p>Are they losing weight, becoming withdrawn, having frequent falls, or skipping medications? A change in environment—with more structure and supervision—can help prevent health decline.</p><h3>4. Safety Is Becoming a Concern</h3><p>If your loved one is wandering, forgetting to turn off the stove, or struggling with basic hygiene, it\'s time to talk about safer solutions.</p><h3>5. You\'re Facing an Unexpected Crisis</h3><p>A hospitalization, fall, or sudden health change can accelerate the need for short-term rehab, respite care, or a more supportive living environment.</p><h2>You’re Not Giving Up—You’re Getting Support</h2><p>Asking for help isn’t failure—it’s love in action. At Complete Care, we work with families to explore the right level of care, whether that’s post-hospital rehabilitation, long-term skilled nursing, memory care, or hospice.</p><p>Sometimes the right next step is just a few weeks of respite care so you can rest and recharge. Other times, it’s a longer-term plan that ensures your loved one gets the consistent care they need in a safe, supportive environment.</p><p>You don’t have to make this decision alone. We’re here to listen, guide, and support you every step of the way.</p>\"}',1,'2025-09-19 18:51:46','2025-09-19 18:51:46','8f261233-689b-43b9-9e66-86e8ee23e6bc'),
(2583,2583,1,'Questions to Ask When Choosing a Skilled Nursing Facility','questions-to-ask-when-choosing-a-skilled-nursing-facility','resources/questions-to-ask-when-choosing-a-skilled-nursing-facility','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?</p><p>At Complete Care, we believe families deserve transparency, compassion, and clarity. We’ve created this list to help guide you through the process, so you can feel confident in the care your loved one receives—wherever you choose.</p><h2>Top Questions to Ask a Skilled Nursing Facility</h2><h3>1. What services and care levels do you provide?</h3><p>Make sure the facility offers the type of care your loved one needs—whether it’s short-term rehab, long-term care, memory care, or specialized programs like cardiac or pulmonary rehabilitation.</p><h3>2. What is the staff-to-resident ratio?</h3><p>This gives you an idea of how much individual attention your loved one will receive. Ask about nursing coverage, therapy availability, and medical provider access.</p><h3>3. How are care plans developed—and how involved are families?</h3><p>Look for facilities that involve families in care planning and encourage open communication with staff and medical providers.</p><h3>4. What does a typical day look like for residents?</h3><p>Ask about daily routines, activities, therapy schedules, dining options, and how they encourage socialization, independence, and engagement.</p><h3>5. How does the facility handle hospital readmissions and emergencies?</h3><p>Understanding their protocols and hospital partnerships can give you peace of mind.</p><h3>6. Is the facility clean, updated, and welcoming?</h3><p>During your tour, take note of the environment—does it feel warm and homelike? Are rooms and common areas well-maintained?</p><h3>7. What are the recent inspection results or ratings?</h3><p>Ask to review recent Department of Health surveys or check Medicare’s Care Compare website to review inspection results and quality ratings.</p><h3>8. How do you support emotional well-being—for residents and families?</h3><p>Facilities should have support in place for transitions, emotional health, spiritual care, and family communication.</p><h3>9. What are your visitation policies?</h3><p>Especially in a post-pandemic world, it’s important to understand how the facility approaches visitation, safety, and family involvement.</p><h3>10. What makes your facility different?</h3><p>This is your chance to hear what the team is proud of—whether it’s their therapy outcomes, culture, specialized programs, or exceptional staff.</p><h3>Final Tip: Trust Your Gut</h3><p>Beyond the answers, pay attention to how you’re treated when you call or visit. Are the staff kind and knowledgeable? Do they make you feel welcome and supported?</p><p>Choosing a care facility is never just about a building—it’s about people, values, and trust. At Complete Care, we’re honored to be a part of that journey for so many families.</p><p>If you\'re beginning your search, we’re here to help—no pressure, just guidance.</p>\"}',1,'2025-09-19 18:51:56','2025-09-19 18:51:56','36444ac3-3b30-455d-be07-570102a7f80b'),
(2585,2585,1,'Levels of Care Explained: From Rehabilitation to Long-Term Care','levels-of-care-explained-from-rehabilitation-to-long-term-care','resources/levels-of-care-explained-from-rehabilitation-to-long-term-care','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When a loved one needs more support—after a hospital stay, following a fall, or simply because daily life has become more difficult—navigating care options can feel overwhelming. At Complete Care, we’re here to simplify that process.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Here’s a breakdown of the main levels of care we offer, and what each one means:</p><h2>Post-Acute Rehabilitation (Subacute Rehab)</h2><p>Who it’s for: Individuals recovering after a hospital stay, surgery, illness, or injury.</p><p>Goal: Regain strength, mobility, and independence through daily physical, occupational, or speech therapy.</p><p>Length of stay: Typically, short-term (1–3 weeks depending on recovery).</p><h2>Skilled Nursing Care</h2><p>Who it’s for: Patients who need round-the-clock medical monitoring or specialized care, such as wound care, IV medications, or complex medical needs.</p><p>Goal: Support recovery or manage chronic conditions with a high level of clinical oversight.</p><p>Length of stay: Can be short-term or long-term depending on condition.</p><h2>Long-Term Care (LTC)</h2><p>Who it’s for: Individuals who require ongoing support with daily activities like bathing, dressing, mobility, and medication management.</p><p>Goal: Provide a safe, nurturing home-like environment with 24/7 care and community engagement.</p><p>Length of stay: Ongoing residential care.</p><h2>Memory Care</h2><p>Who it’s for: People living with Alzheimer’s disease or other forms of dementia.</p><p>Goal: Offer a secure, comforting environment with staff trained in memory support, daily structure, and dignity-centered care.</p><h2>Palliative &amp; Hospice Care</h2><p>Who it’s for: Individuals with serious or terminal illness, seeking comfort, quality of life, and support for both the patient and family.</p><p>Goal: Provide pain and symptom management, emotional and spiritual support, and guidance through end-of-life decisions.</p><p> </p><p>We know that no two people—and no two journeys—are the same. That’s why we’re committed to helping you find the level of care that fits your unique needs and goals. Whether you’re planning ahead or facing a sudden decision, you don’t have to navigate it alone.</p><p>Reach out anytime. We’re here to guide you.</p>\"}',1,'2025-09-19 18:52:10','2025-09-19 18:52:10','98238c00-237c-474b-b1c6-76ba5283753f'),
(2587,2587,1,'Caring for the Whole Person: How We Approach Aging with Dignity','caring-for-the-whole-person-how-we-approach-aging-with-dignity','resources/caring-for-the-whole-person-how-we-approach-aging-with-dignity','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>By Dr. Jessica Israel, Chief Medical &amp; Innovation Officer, Complete Care</p><p>Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.</p><p>At Complete Care, we believe in caring for the whole person—not just their medical needs, but their emotional well-being, their independence, their relationships, and their dignity. This philosophy is at the heart of everything we do.</p><p>As a geriatrician, I’ve worked with thousands of patients and families navigating the complexities of aging. What I’ve learned is that good care starts with good listening. When we truly understand the individual—what matters most to them, what makes them feel safe, what brings them joy—we can offer care that feels personal, respectful, and empowering.</p><p>Our team works across settings—rehabilitation, long-term care, memory support, and palliative care—to ensure that every person in our care feels seen and valued. We know that the decision to seek support, whether after a hospital stay or when living at home becomes challenging, can be emotional. That’s why we meet families with compassion, patience, and transparency every step of the way.</p><p>Dignity in aging isn’t just about respecting someone’s past. It’s about honoring who they are today and what they still hope for tomorrow. Whether someone comes to us for a few weeks of therapy or makes one of our communities their home, we are committed to walking that journey with them—with skill, warmth, and unwavering respect.</p><p>Because aging with dignity should be the standard, not the exception.</p>\"}',1,'2025-09-19 18:52:18','2025-09-19 18:52:18','046a08e3-c696-42a7-b988-9b2adad3974b'),
(2589,2589,1,'Beyond Bingo:  The Transformative Benefits of Recreation Programs in Long-Term Care','beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','resources/beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more. These programs are thoughtfully designed to improve the quality of life for residents, address their individual needs, and foster a sense of purpose and community.</p><p>We invite you to take a closer look at the purpose behind recreation programs in long-term care centers and the profound benefits they provide for residents and their families.</p><h2>Promoting Physical Health and Wellness</h2><p>Staying active is essential at any age, and recreation programs help residents maintain their physical health through tailored activities. Programs like chair yoga, dance, walking clubs, and group exercise classes support mobility, balance, and flexibility. By engaging in these activities, residents can prevent falls, manage chronic conditions, and enhance overall strength and endurance.</p><p>For example, a simple morning stretch class might help a resident reduce joint stiffness, helping them perform daily tasks more comfortably and maintain a sense of independence.</p><h2>Enhancing Cognitive Function</h2><p>Recreation programs often incorporate activities that challenge the mind, such as trivia, puzzles, creative writing, and brain games. These programs are particularly valuable for residents living with dementia or other cognitive impairments.</p><p>Evidence-based programs like music therapy and memory cafés stimulate memory recall and improve focus, while art classes encourage creative thinking and self-expression. These activities not only preserve cognitive function but also provide a meaningful outlet for emotions.  “Every month, our corporate team creates an engaging program for every facility to do.  This month, we created a Dice Trivia game where residents could toss the dice, and whatever number came up, they would answer the coordinating personal trivia question to share with their friends,” explained Rivky Jacobs, Corporate Director of Marketing. </p><h2>Fostering Emotional Well-Being</h2><p>Adjusting to life in a long-term care setting, even just for a short rehabilitation stay, can be challenging, but recreation programs are vital in creating a welcoming and supportive environment. Activities like pet therapy, gardening, and music sessions offer therapeutic benefits, reducing stress, anxiety, and depression.</p><p>“Residents often experience a boost in self-esteem and a sense of accomplishment when they complete a project, learn something new, or engage in meaningful tasks. For example, a resident who enjoys painting may find joy in seeing their artwork displayed in a community art show,” explained Tracy Aiello, Regional Activities Director. </p><h2>Building Social Connections</h2><p>Loneliness and isolation are common concerns for older adults, but recreation programs encourage residents to connect with others. Group activities like book clubs, cooking classes, and themed social events foster camaraderie and a sense of belonging.</p><p>Family-focused events, such as holiday celebrations and intergenerational programs, strengthen bonds between residents and their loved ones, creating cherished memories that enhance the care experience.</p><h2>Celebrating Individual Interests and Cultures</h2><p>“The most impactful recreation programs are resident-centered, catering to individual preferences, hobbies, and cultural backgrounds. By offering diverse activities such as music from different eras, spiritual services, and cultural festivals, residents feel valued and understood,” explained Tracy.</p><p>When a resident is empowered to pursue their passions—whether it’s knitting, gardening, or leading a group discussion—they regain a sense of purpose that enriches their daily life.</p><h2>Empowering Residents to Thrive</h2><p>The ultimate goal of recreation programs is not merely to fill time but to create opportunities for residents to thrive. These programs are thoughtfully designed to address the whole person—body, mind, and spirit—while fostering a sense of joy and fulfillment.</p><p>“When families understand the deeper purpose of recreation programs, they see long-term care not just as a place for their loved ones to live, but as a vibrant community where they can continue to grow, connect, and contribute,” Christina Fleming, SVP of Communications explained. </p><h2>Breaking the Bingo Stereotype</h2><p>While bingo remains a cherished pastime, today’s recreation programs are so much more dynamic and impactful. They’re an essential part of long-term care, rooted in the belief that every resident deserves to live a meaningful and engaged life.</p><p>“As a family member or potential resident, when you see the range of activities available in a long-term care center, know that there’s intention behind every program. These activities are carefully crafted to improve the physical, emotional, and social well-being of residents, ensuring they feel valued, connected, and supported in their care journey,” Christina added. </p><p>By embracing the purpose behind recreation programs, we can break the bingo stereotype and shine a light on the transformative power of meaningful engagement in long-term care.</p>\"}',1,'2025-09-19 18:52:27','2025-09-19 18:52:27','ae4782cb-2cf3-4a01-a28b-16701baeb565'),
(2590,2590,1,'Listen to Us: Voices from  New Jersey’s Nursing Homes','listen-to-us-voices-from-new-jerseys-nursing-homes','resources/listen-to-us-voices-from-new-jerseys-nursing-homes','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":true,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2594],\"479ed735-51b9-4c23-9872-4e95d2914634\":{\"value\":\"https://www.youtube.com/watch?v=lqxlzAc3S_g\",\"type\":\"url\"},\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2555],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2563],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Real change starts with informed choices. This resource shares inspiring stories and actionable advice on transforming your lifestyle through better health practices. At Complete Care, we’re committed to empowering you.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Real change starts with informed choices. This resource shares inspiring stories and actionable advice on transforming your lifestyle through better health practices. At Complete Care, we’re committed to empowering you.</p>\"}',1,'2025-09-19 18:52:38','2025-09-19 19:15:03','389362bd-1a17-4eff-9712-a935df21f00f'),
(2591,2591,1,'Listen to Us: Voices from  New Jersey’s Nursing Homes','listen-to-us-voices-from-new-jerseys-nursing-homes','resources/listen-to-us-voices-from-new-jerseys-nursing-homes','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":true,\"479ed735-51b9-4c23-9872-4e95d2914634\":{\"value\":\"https://www.youtube.com/watch?v=AuqReucDsUE\",\"type\":\"url\"},\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2555],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2563],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Real change starts with informed choices. This resource shares inspiring stories and actionable advice on transforming your lifestyle through better health practices. At Complete Care, we’re committed to empowering you.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Real change starts with informed choices. This resource shares inspiring stories and actionable advice on transforming your lifestyle through better health practices. At Complete Care, we’re committed to empowering you.</p>\"}',1,'2025-09-19 18:53:29','2025-09-19 18:53:29','662621e9-7e2b-4a3f-acd2-43b46be735bc'),
(2592,2592,1,'What Is a Respite Stay—and How Can It Help?','what-is-a-respite-stay-and-how-can-it-help','resources/what-is-a-respite-stay-and-how-can-it-help','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2571],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.</p><p>A respite stay is a short-term stay in a senior living facility, designed to give caregivers time to rest, travel, recover from illness, or simply recharge. It’s also a way to provide your loved one with temporary professional care in a safe, supportive environment.</p><h2>What Happens During a Respite Stay?</h2><p>At Complete Care, a respite guest receives the same level of care and attention as a full-time resident. This includes:</p><ul><li>24/7 nursing care and supervision</li><li>Assistance with daily activities (bathing, dressing, medications, etc.)</li><li>Meals and nutrition oversight</li><li>Therapy services, if needed</li><li>Social activities and opportunities for engagement</li><li>A comfortable, furnished room</li></ul><p>Stays can range from a few days to several weeks, depending on your family’s needs.</p><h2>Who Can Benefit from a Respite Stay?</h2><p>Respite care is a great option when:</p><ul><li>You’re going on vacation or traveling for work</li><li>You’re recovering from surgery or illness</li><li>You’re feeling burned out and need time to recharge</li><li>Your loved one needs extra support after a hospital stay, but isn’t ready to return home</li><li>You want to “try out” a care setting before considering long-term care</li></ul><h2>How Can I Pay for a Respite Stay?</h2><p>Respite stays can be paid for in a few different ways, depending on the circumstances:</p><ul><li>Medicare - In some cases, Medicare may cover up to 5 days of respite care in a skilled nursing or hospice setting if your loved one qualifies for hospice benefits. This must be coordinated through a Medicare-certified hospice program.</li><li>Medicaid - Some state Medicaid programs offer coverage for short-term respite care. Eligibility and coverage vary by state, so check with your Medicaid plan or our admissions team for guidance.</li><li>Private Pay - Many families choose to pay privately for respite stays, especially when using it as a planned break or trial experience.</li><li>Long-Term Care Insurance - If your loved one has long-term care insurance, it may include a respite care benefit. Review the policy or ask your provider for details.</li><li>Veterans Benefits - Eligible veterans may have access to respite coverage through the VA. Ask your VA caseworker or contact our admissions team for assistance navigating this benefit.</li></ul><h2>A Break That Benefits Everyone</h2><p>Respite care isn’t just a break for the caregiver—it’s a chance for your loved one to experience expert care, social connection, and a change of environment that may be refreshing for them, too.</p><p>If you\'re starting to feel overwhelmed, or if you\'re planning time away, know this: You don’t have to do it all alone.  Let us support you.</p>\"}',1,'2025-09-19 18:53:35','2025-09-19 18:53:35','7a102bca-35ea-4a6d-b45d-5bf951a1b7e2'),
(2594,2594,1,'Listen To Us Video',NULL,NULL,NULL,1,'2025-09-19 18:57:57','2025-09-19 18:57:57','eb88b5d4-7379-475c-9854-f7329a08496c'),
(2595,2595,1,'Listen to Us: Voices from  New Jersey’s Nursing Homes','listen-to-us-voices-from-new-jerseys-nursing-homes','resources/listen-to-us-voices-from-new-jerseys-nursing-homes','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":true,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2594],\"479ed735-51b9-4c23-9872-4e95d2914634\":{\"value\":\"https://www.youtube.com/watch?v=JoFxviRAwDI\",\"type\":\"url\"},\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2555],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2563],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Real change starts with informed choices. This resource shares inspiring stories and actionable advice on transforming your lifestyle through better health practices. At Complete Care, we’re committed to empowering you.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Real change starts with informed choices. This resource shares inspiring stories and actionable advice on transforming your lifestyle through better health practices. At Complete Care, we’re committed to empowering you.</p>\"}',1,'2025-09-19 18:57:59','2025-09-19 18:57:59','f4b14f93-d253-4180-992e-8fb89a7571f4'),
(2596,2596,1,'Orthopedic/Post Surgical Care','orthopedic-post-surgical-care',NULL,NULL,1,'2025-09-19 19:05:39','2025-09-19 19:06:50','4fb5f665-dc38-421c-9fe8-aaa1ab6e6407'),
(2597,2597,1,'Orthopedic/Post Surgical Care','orthopedic-post-surgical-care',NULL,NULL,1,'2025-09-19 19:06:52','2025-09-19 19:06:52','0286ae19-ac21-4ddc-a595-5a85f96e28c9'),
(2598,2598,1,'Cardiac Care','cardiac-care',NULL,NULL,1,'2025-09-19 19:06:52','2025-09-19 19:08:05','e426c5a1-82b0-4b0c-816a-0277e05a663d'),
(2599,2599,1,'Cardiac Care','cardiac-care',NULL,NULL,1,'2025-09-19 19:06:57','2025-09-19 19:06:57','0642f56b-d72b-4404-bd8b-452330638ee7'),
(2600,2600,1,'Neuro/Stroke Care','neuro-stroke-care',NULL,NULL,1,'2025-09-19 19:06:57','2025-09-19 19:08:31','7c42e2cc-5c99-4182-b555-b2eb8df737df'),
(2601,2601,1,'Neuro/Stroke Care','neuro-stroke-care',NULL,NULL,1,'2025-09-19 19:07:03','2025-09-19 19:07:03','306e3fb9-a1c4-4159-8db9-e4990a4262d4'),
(2602,2602,1,'Pulmonology Care','pulmonology-care',NULL,NULL,1,'2025-09-19 19:07:03','2025-09-19 19:08:29','14146e3d-a91e-46c6-901c-b089fc636ec7'),
(2603,2603,1,'Pulmonology Care','pulmonology-care',NULL,NULL,1,'2025-09-19 19:07:09','2025-09-19 19:07:09','a6a3e829-9e0a-4736-8b6c-e786f14f8003'),
(2604,2604,1,'Wound Care','wound-care',NULL,NULL,1,'2025-09-19 19:07:09','2025-09-19 19:07:13','b45cb935-d82e-4562-a02f-f6ad1af5a8dd'),
(2605,2605,1,'Wound Care','wound-care',NULL,NULL,1,'2025-09-19 19:07:13','2025-09-19 19:07:13','95bfe607-35a8-449d-af7f-3903093a810e'),
(2606,2606,1,'Renal Care','renal-care',NULL,NULL,1,'2025-09-19 19:07:13','2025-09-19 19:08:33','603bea5b-bd68-4af5-9bca-b31114309062'),
(2607,2607,1,'Renal Care','renal-care',NULL,NULL,1,'2025-09-19 19:07:17','2025-09-19 19:07:17','0043f42d-1003-4350-b835-98fa3b8ff599'),
(2608,2608,1,'Chronic Illness Care','chronic-illness-care',NULL,NULL,1,'2025-09-19 19:07:17','2025-09-19 19:08:16','150cbd00-e820-4f0b-9b63-e9ca52ff8f11'),
(2609,2609,1,'Chronic Illness Care','chronic-illness-care',NULL,NULL,1,'2025-09-19 19:07:23','2025-09-19 19:07:23','90fd2811-0fa2-4874-ad85-dc2db573c9fd'),
(2610,2610,1,'Bariatric Care','bariatric-care',NULL,NULL,1,'2025-09-19 19:07:23','2025-09-19 19:08:23','e5060eab-9fb6-4c57-a93f-b89ced6beba7'),
(2611,2611,1,'Bariatric Care','bariatric-care',NULL,NULL,1,'2025-09-19 19:07:27','2025-09-19 19:07:27','07ddce4b-7301-48d5-bb25-5e2909b5c24a'),
(2612,2612,1,'Specialized Infectious Disease Care','specialized-infectious-disease-care',NULL,NULL,1,'2025-09-19 19:07:27','2025-09-19 19:08:35','bd53a0e3-b8d3-4b86-98c8-4d84f819ed1b'),
(2613,2613,1,'Specialized Infectious Disease Care','specialized-infectious-disease-care',NULL,NULL,1,'2025-09-19 19:07:36','2025-09-19 19:07:36','e4a0ec5e-ef9c-4a08-b7f2-38a2b58ba1aa'),
(2614,2614,1,'Alzheimer\'s/Dementia/Memory Care','alzheimers-dementia-memory-care',NULL,NULL,1,'2025-09-19 19:07:36','2026-01-21 15:43:59','2cdc8837-95fc-48d2-9ba3-24ded1eda621'),
(2615,2615,1,'Alzheimers/Dementia/Memory Care','alzheimers-dementia-memory-care',NULL,NULL,1,'2025-09-19 19:07:44','2025-09-19 19:07:44','cc7ee35d-7d08-45e8-b260-464c553483ef'),
(2618,2618,1,'Ventilator Unit','ventilator-unit',NULL,NULL,1,'2025-09-19 19:07:47','2025-09-19 19:08:37','8e953b86-0a2a-47a5-b049-a01e87c0e158'),
(2619,2619,1,'Ventilator Unit','ventilator-unit',NULL,NULL,1,'2025-09-19 19:07:49','2025-09-19 19:07:49','2e1eafb0-06d6-4be9-9bc3-4bc530fd3328'),
(2622,2622,1,'Behaviors','behavioral-unit',NULL,NULL,1,'2025-09-19 19:07:53','2026-01-21 14:26:33','6aa8dfb2-8a54-421c-aff7-6a3cfd25355d'),
(2623,2623,1,'Behavioral Unit','behavioral-unit',NULL,NULL,1,'2025-09-19 19:07:55','2025-09-19 19:07:55','5623a606-a66f-4592-8c43-a3249fed4785'),
(2624,2624,1,'Dialysis','dialysis',NULL,NULL,1,'2025-09-19 19:07:55','2025-09-19 19:08:19','eddacb95-1466-4c98-835a-6817008e22b4'),
(2625,2625,1,'Dialysis','dialysis',NULL,NULL,1,'2025-09-19 19:07:59','2025-09-19 19:07:59','75baa09b-95ee-4981-bd89-7e8d7b5c5f60'),
(2629,2629,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-09-19 19:10:48','2025-09-19 19:10:48','393cc7b1-3602-4a64-b5fe-f1b4149303c0'),
(2631,2631,1,'Listen to Us: Voices from  New Jersey’s Nursing Homes','listen-to-us-voices-from-new-jerseys-nursing-homes','resources/listen-to-us-voices-from-new-jerseys-nursing-homes','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":true,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2594],\"479ed735-51b9-4c23-9872-4e95d2914634\":{\"value\":\"https://www.youtube.com/watch?v=lqxlzAc3S_g\",\"type\":\"url\"},\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2555],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2563],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Real change starts with informed choices. This resource shares inspiring stories and actionable advice on transforming your lifestyle through better health practices. At Complete Care, we’re committed to empowering you.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Real change starts with informed choices. This resource shares inspiring stories and actionable advice on transforming your lifestyle through better health practices. At Complete Care, we’re committed to empowering you.</p>\"}',1,'2025-09-19 19:15:03','2025-09-19 19:15:03','c82ab3c0-261c-41a0-b961-2ce0fa2af6bb'),
(2633,2633,1,'Advanced Clinical Programs','advanced-clinical-specialties',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"PathForward by Complete Care delivers structure, expertise, and compassion, giving patients and providers a clear path to better outcomes. Our physician-led advanced programs guide each step with proven outcomes, personalized support, and seamless transitions from hospital to home. Designed to elevate care beyond standard capabilities, PathForward focuses on what matters most: improving health, reducing readmissions, and restoring quality of life—one patient at a time.\"}',1,'2025-09-19 19:22:04','2025-09-19 19:22:04','4b3f0340-375c-48eb-b057-f88647aab06e'),
(2635,2635,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-09-22 17:36:50','2025-09-22 17:36:50','78240bfa-9fd6-4fac-82e3-fd1015522ac4'),
(2640,2640,1,'Glendale West','glendalecrc','glendalecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"glendalecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-09-22 18:03:22','2025-09-22 18:03:22','c322c504-77a9-4fc5-a1ee-49467de8c69a'),
(2641,2641,1,'Christian Home','christianhomecrc','christianhomecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"christianhomecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/19duyzz7AA/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-09-22 18:03:40','2025-09-22 18:03:40','1639bbde-15e1-43aa-b2f5-eeab79226384'),
(2643,2643,1,'Grande Prairie','grandeprairiecrc','grandeprairiecrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"grandeprairiecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Grande-Prairie-Care-and-Rehab-Center-100112249436100/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-09-22 18:04:13','2025-09-22 18:04:13','c3d3a30e-0ba5-4272-8954-d14515da4a08'),
(2645,2645,1,'Kensington','kensingtoncareandrehab','kensingtoncareandrehab','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"kensingtoncareandrehab.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/KensingtonCareRehab/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-09-22 18:04:46','2025-09-22 18:04:46','1fc8ad9f-1d96-47dc-bffe-afff286c2ba1'),
(2647,2647,1,'Christian Home','christianhome','christianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"christianhomecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/19duyzz7AA/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-09-22 18:04:56','2025-09-22 18:04:56','41848306-9a2b-4f26-9c51-7368e434f753'),
(2649,2649,1,'Glendale West','glendalewest','glendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"glendalecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-09-22 18:05:05','2025-09-22 18:05:05','2060487c-d125-4db6-867f-939db1b1b721'),
(2651,2651,1,'Grande Prairie','grandeprairie','grandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"grandeprairiecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Grande-Prairie-Care-and-Rehab-Center-100112249436100/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-09-22 18:05:37','2025-09-22 18:05:37','d8f378df-74e5-4555-987a-d4e6f24f08b1'),
(2653,2653,1,'Manitowoc','manitowoc','manitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"manitowochrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Manitowoc-Health-and-Rehabilitation-Center-2251823335053203/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2025-09-22 18:06:29','2025-09-22 18:06:29','89b5ce0f-75a7-44c7-988a-f7ccf68d63ec'),
(2655,2655,1,'Nazareth','nazareth','nazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"nazarethhealth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Nazareth-Health-And-Rehabilitation-Center-2257795361124107/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2025-09-22 18:06:50','2025-09-22 18:06:50','96509c6d-ebae-4c7d-bf16-658293835ab1'),
(2657,2657,1,'Ridgewood','ridgewood','ridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ridgewoodcarecenter.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RidgewoodCareCenter/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-09-22 18:07:16','2025-09-22 18:07:16','443ddb15-5033-4023-9c25-a3023552b3dd'),
(2659,2659,1,'Jefferson Meadows','jeffersonmeadows','jeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stclarecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/18fYMfb8q2/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-09-22 18:08:00','2025-09-22 18:08:00','dd148a1b-a71c-4e3e-bada-c1ed996b84f6'),
(2661,2661,1,'Maple Grove','maplegrove','maplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stmaryscrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/1KGQR5U7pk/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2025-09-22 18:08:33','2025-09-22 18:08:33','af086639-ab45-41b2-8433-992995967c56'),
(2663,2663,1,'Southpointe','southpointe','southpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"southpointecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-09-22 18:08:56','2025-09-22 18:08:56','f001453d-6715-440d-995c-bfc1a5162fc8'),
(2665,2665,1,'Germantown','virginiahighlandscrc','virginiahighlandscrc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"virginiahighlandscrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Virginia-Highlands-Care-And-Rehab-100134656100444/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-09-22 18:09:23','2025-09-22 18:09:23','db8ec3e8-1fc6-48d6-a745-2df8fcea4e58'),
(2667,2667,1,'Germantown','germantown','germantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"virginiahighlandscrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Virginia-Highlands-Care-And-Rehab-100134656100444/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-09-22 18:09:38','2025-09-22 18:09:38','33c3e1de-eecd-4ecd-b866-001db7c2daa2'),
(2669,2669,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"virginiahighlandscrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Virginia-Highlands-Care-And-Rehab-100134656100444/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-09-22 18:09:54','2025-09-22 18:09:54','9a7b712e-73d2-4d8b-9b82-17c858e00d1b'),
(2671,2671,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"glendalecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-09-22 18:10:03','2025-09-22 18:10:03','95cf2df8-e365-4113-8253-0a89e9c3aff7'),
(2673,2673,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"christianhomecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/19duyzz7AA/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-09-22 18:10:11','2025-09-22 18:10:11','7e89e3fc-ffb8-4e73-9a49-6b505e0cf757'),
(2675,2675,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stclarecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/18fYMfb8q2/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-09-22 18:10:30','2025-09-22 18:10:30','7579ff45-5357-4d8c-bb1e-d31caf7cf76f'),
(2678,2678,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"grandeprairiecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Grande-Prairie-Care-and-Rehab-Center-100112249436100/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-09-22 18:10:48','2025-09-22 18:10:48','6878e541-95ab-4373-90da-a4166f3e7758'),
(2680,2680,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"kensingtoncareandrehab.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/KensingtonCareRehab/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-09-22 18:11:25','2025-09-22 18:11:25','da9fbf27-08fe-48c4-aba6-1cf72a8d38b6'),
(2682,2682,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"manitowochrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Manitowoc-Health-and-Rehabilitation-Center-2251823335053203/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2025-09-22 18:11:35','2025-09-22 18:11:35','9a0e258e-d8f2-4b6c-a952-7089aca22ffc'),
(2684,2684,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"nazarethhealth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Nazareth-Health-And-Rehabilitation-Center-2257795361124107/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2025-09-22 18:11:49','2025-09-22 18:11:49','218d23df-fa24-4c79-9f86-5bf7743e403a'),
(2686,2686,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ridgewoodcarecenter.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RidgewoodCareCenter/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-09-22 18:12:03','2025-09-22 18:12:03','221f7935-cd7d-4bc6-9823-ba3354d7d000'),
(2689,2689,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"stmaryscrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/1KGQR5U7pk/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2025-09-22 18:12:28','2025-09-22 18:12:28','631f1a14-3272-47d3-bbe1-9294633c48e5'),
(2691,2691,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"southpointecrc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-09-22 18:13:02','2025-09-22 18:13:02','2a41a1bc-1ac5-415b-860a-d5ff08c42cf3'),
(2693,2693,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Virginia-Highlands-Care-And-Rehab-100134656100444/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-09-22 18:18:15','2025-09-22 18:18:15','fef7382e-f096-40d0-bd01-e7e3e690b646'),
(2695,2695,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/19duyzz7AA/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-09-22 18:20:10','2025-09-22 18:20:10','4cad915d-7ffa-4d50-800d-991955468b3f'),
(2697,2697,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-09-22 18:20:33','2025-09-22 18:20:33','016a1c5e-01a7-4141-874e-248036f47af2'),
(2698,2698,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Grande-Prairie-Care-and-Rehab-Center-100112249436100/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-09-22 18:20:52','2025-09-22 18:20:52','c9c6f6a4-1eb3-4f2e-b888-e7cf44f1b39d'),
(2699,2699,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/18fYMfb8q2/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-09-22 18:21:16','2025-09-22 18:21:16','07cea2e1-d8c5-4faf-88dd-7e44f1f043f6'),
(2701,2701,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/KensingtonCareRehab/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-09-22 18:21:35','2025-09-22 18:21:35','6928c86a-7c61-464e-b141-a550812aae54'),
(2703,2703,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Manitowoc-Health-and-Rehabilitation-Center-2251823335053203/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2025-09-22 18:22:06','2025-09-22 18:22:06','9884de7a-b1ad-4ea2-82bb-32b330f2a5ae'),
(2705,2705,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/1KGQR5U7pk/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2025-09-22 18:22:29','2025-09-22 18:22:29','a0bb498d-bb25-4408-a2e9-2007ed2fe079'),
(2707,2707,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Nazareth-Health-And-Rehabilitation-Center-2257795361124107/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2025-09-22 18:22:45','2025-09-22 18:22:45','14750367-a4c9-4b0f-b186-990960515c3a'),
(2709,2709,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RidgewoodCareCenter/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-09-22 18:23:02','2025-09-22 18:23:02','c83f182a-af9f-439e-9282-36139335bc34'),
(2711,2711,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-09-22 18:23:24','2025-09-22 18:23:24','51712873-7a1a-46cc-8ef4-166311cc31ae'),
(2712,2712,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-hales-corners-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-22 18:31:54','2026-03-05 15:40:10','2ffbba25-1506-4e67-9131-38248b567d56'),
(2713,2713,1,'Hales Corners','hales-corners','hales-corners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2025-09-22 18:33:07','2025-09-22 18:33:07','4110563b-f208-4d2a-9826-e96e5d82012a'),
(2716,2716,1,'Hales Corners','cchalescorners.com','cchalescorners.com','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2025-09-22 18:33:47','2025-09-22 18:33:47','0c30816e-3117-4ea6-ad62-e7423ae2b87e'),
(2719,2719,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2025-09-22 18:33:59','2025-09-22 18:33:59','dd0a9a2a-1b6f-4d70-b0f5-7961aafa180c'),
(2720,2720,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23691],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-care-age-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2025-09-22 18:34:20','2026-02-12 18:40:48','acdb9eb9-81dc-4eaa-a859-3438474b8596'),
(2721,2721,1,'Care Age','ccwheaton-2','ccwheaton-2','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-09-22 18:35:27','2025-09-22 18:35:27','fd06f0e7-dba8-462f-9d8f-7b009ad4b719'),
(2723,2723,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-09-22 18:35:58','2025-09-22 18:35:58','45131f31-721f-414a-8b0c-502a6a81e9a6'),
(2725,2725,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-09-22 18:36:12','2025-09-22 18:36:12','b7a5dfc6-4a0b-4975-9b7e-d9a80ec6ee24'),
(2727,2727,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2025-09-22 18:36:20','2025-09-22 18:36:20','c22a4a98-0a13-42ec-b218-4c3a16316e05'),
(2729,2729,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2025-09-22 18:36:55','2025-09-22 18:36:55','f279809f-8cdb-48a5-8a56-df304d295068'),
(2732,2732,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-09-22 18:42:30','2025-09-22 18:42:30','ac919731-2af6-4096-874d-37afbd190b14'),
(2733,2733,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2025-09-22 18:42:35','2025-09-22 18:42:35','2dcdc994-f971-4eee-99eb-a514e8c152ab'),
(2742,2742,1,'CMS Five Star Quality','cms-five-star-quality-measures-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS Five Star Quality\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2740]}',1,'2025-09-22 20:40:59','2025-09-22 20:40:59','94532f3c-d352-4dfa-8fd8-6b0e6ae81b1f'),
(2743,2743,1,'Barbara B.','barbara-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My friend spent a month there and is now able to manage at home with home health aids! She was thrilled with the physical and occupational therapy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Barbara B.\"}',1,'2025-09-22 20:41:13','2025-09-22 20:41:13','b395a331-95c4-4726-8c9f-4c87ef754a96'),
(2744,2744,1,'David O.','david-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nursing, housekeeping, physical therapy, events, social services, and aides are very helpful to my mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David O.\"}',1,'2025-09-22 20:41:13','2025-09-22 20:41:13','12e0bb02-6f6b-45ab-8058-feec6dad96f8'),
(2746,2746,1,'Barbara B.','barbara-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My friend spent a month there and is now able to manage at home with home health aids! She was thrilled with the physical and occupational therapy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Barbara B.\"}',1,'2025-09-22 20:41:13','2025-09-22 20:41:13','8f4928e9-fc59-4acc-ab70-b9a5bbd98be0'),
(2747,2747,1,'David O.','david-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nursing, housekeeping, physical therapy, events, social services, and aides are very helpful to my mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David O.\"}',1,'2025-09-22 20:41:13','2025-09-22 20:41:13','f05b0af8-4076-4f2d-8a65-691c23de1daa'),
(2750,2750,1,'CMS Five Star Quality','cms-five-star-quality-measures-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS Five Star Quality\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[614]}',1,'2025-09-22 20:45:52','2025-09-22 20:45:52','8cf11f69-e8ed-451e-b0bb-7b20f483ef5a'),
(2751,2751,1,'Rehabilitation Program','rehabilitation-program',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"We provide extensive rehabilitation services up to seven days a week, tailored to individual needs and goals. In order to help progress and recovery, we adjust therapies based on ourthe patients’ abilities and tolerance so their quality of life can continue to improve after transitioning home.\"}',1,'2025-09-23 20:24:58','2025-09-23 20:24:58','0de635f2-ae4a-44b0-8753-68ae3db48344'),
(2753,2753,1,'Rehabilitation Program','rehabilitation-program',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"We provide extensive rehabilitation services up to seven days a week, tailored to individual needs and goals. In order to help progress and recovery, we adjust therapies based on our patients’ abilities and tolerance so their quality of life can continue to improve after transitioning home.\"}',1,'2025-09-23 20:25:08','2025-09-23 20:25:08','63654459-615e-4a80-9619-71cabc383c63'),
(2754,2754,1,'Physical Therapy','physical-therapy',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Physical therapy focuses on “gross motor skills,” which involve movements of the arms, legs, and torso, and are important for balance, coordination, and strength. These skills help us do everyday activities like sitting up, standing, walking, and climbing stairs. Physical therapy plays a major role in helping patients recover from surgery, injury, or illness.\"}',1,'2025-09-23 20:25:25','2025-09-23 20:25:25','265fa691-93f9-4fab-bd0f-bdd0a1fb4c99'),
(2756,2756,1,'Occupational Therapy','occupational-therapy',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Occupational therapy addresses important everyday living skills, like getting dressed, bathing, cooking, going to work, or taking care of oneself and one’s home—especially if an illness, injury, disability, or aging makes those tasks harder. Occupational therapy focuses more on “fine motor skills”, which are critically important for independence in daily life and include the small movements we make using the tiny muscles in our hands and fingers. These skills help us do everyday tasks that require precision and coordination, for example, buttoning a shirt, using a smartphone, or opening a can of food.\"}',1,'2025-09-23 20:25:31','2025-09-23 20:25:31','362ba3bc-8718-41eb-9ba7-f0595dc31058'),
(2758,2758,1,'Speech Therapy','speech-therapy',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Speech therapy helps people who have trouble with communication, speaking clearly, understanding others, or swallowing. The goal of speech therapy is to improve a person’s ability to communicate effectively and safely eat or drink when those skills are affected by injury, surgery, or illness.\"}',1,'2025-09-23 20:25:37','2025-09-23 20:25:37','2d1fe27a-7a10-4a72-9eac-0638ef5a3257'),
(2760,2760,1,'Post-Acute Care and Skilled Nursing Services','post-acute-care-and-skilled-nursing-services',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Post-Acute Care refers to the medical and rehabilitation services people need after a hospital stay, especially after a serious illness, injury, or surgery. Post-acute care is the support someone gets after leaving the hospital, and skilled nursing services are the medical and therapy services provided as part of that recovery. The goal is to help patients recover enough to return home safely or reach their best level of function.\"}',1,'2025-09-23 20:25:47','2025-09-23 20:25:47','a2308a1a-b47e-4bd6-8700-d27831907713'),
(2761,2761,1,'Primary Care','primary-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Primary Care includes managing chronic conditions like diabetes, high blood pressure, heart disease, or dementia, as well as treating new concerns that may arise, such as infections or sudden changes in health. Our in-house primary care team, which is made up of doctors, nurse practitioners, or physician assistants, also monitors medications to make sure they are safe and effective and coordinates care with specialists, therapists, or hospitals when needed. Your primary care provider will work closely with the nursing staff and other caregivers in the facility to help you stay as healthy, comfortable, and independent as possible.\"}',1,'2025-09-23 20:25:55','2025-09-23 20:25:55','b78c6187-3228-4554-be39-3fd1b4838ffd'),
(2763,2763,1,'Orthopedic & Post-Surgical Care','orthopedic-post-surgical-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Orthopedic care helps people recover after injuries or surgeries involving their bones, joints, muscles, or spine—like a hip or knee replacement, a broken bone, or back surgery. The goal is to get stronger and regain your ability to move safely and independently. Orthopedic care in this setting includes things like physical therapy to improve strength, balance, and walking, and occupational therapy to help with daily activities like dressing, bathing, or using the bathroom. Our orthopedic care also encompasses things like pain management to help control discomfort during recovery, wound care if there was surgery or injury, monitoring for complications, like infections or blood clots, and medication management for pain, swelling, or other medical needs.\"}',1,'2025-09-23 20:26:04','2025-09-23 20:26:04','41793dc1-97ff-430e-aa06-d0c3214346b8'),
(2764,2764,1,'Cardiac Care','cardiac-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Cardiac Care is designed to help people recover after a heart-related event or procedure—like a heart attack, heart surgery (such as bypass or valve replacement), a heart failure hospitalization, or a cardiac stent placement, providing a structured setting for recovery with medical support and rehabilitation. Our team will monitor and manage heart symptoms (like shortness of breath, chest pain, and swelling) and make sure heart medications are taken correctly and safely. We provide physical therapy to rebuild strength, stamina, and confidence with activity, and focused heart health and nutritional support, including heart-healthy diet education.\"}',1,'2025-09-23 20:26:11','2025-09-23 20:26:11','49c4c251-4d3c-4e8d-9216-622163979d05'),
(2766,2766,1,'Pulmonary Care','pulmonary-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Post-acute neurologic and stroke care helps people recover after a stroke or other neurologic conditions (like brain injury, Parkinson’s disease, multiple sclerosis, or spinal cord injury). After the hospital stay, many patients need more time and support before they can safely return home. We focus on rebuilding independence and function through a team-based approach that includes rehabilitation therapies like physical, occupational, speech, and cognitive therapies.\"}',1,'2025-09-23 20:26:19','2025-09-23 20:26:19','6d9b8477-971b-459b-98bd-90cc0ffbe7ae'),
(2768,2768,1,'Pulmonary Care','pulmonary-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Pulmonary Care is focused on helping people recover and manage lung conditions, especially after hospitalization for things like Chronic Obstructive Pulmonary Disease (COPD) flare-ups, pneumonia, COVID-19, or Pulmonary Fibrosis or other chronic lung diseases.  We can provide breathing treatments (like nebulizers or inhalers), oxygen therapy, tracheostomy care, and ventilator weaning if needed. Additionally, our dedicated ventilator care units, where offered, support patients with chronic respiratory issues that require longer-term mechanical ventilation.\"}',1,'2025-09-23 20:26:26','2025-09-23 20:26:26','2de01b21-ff0d-4916-be3f-a8a2b04c74a1'),
(2769,2769,1,'Wound Care','wound-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Wound Care is designed to help people heal from serious or complex wounds that require more than basic care, especially after surgery, injury, or prolonged illness, including surgical wounds, skin infections, pressure injuries, diabetic foot ulcers, and chronic wounds related to poor circulation or vascular disease. Care plans include regular wound assessments by trained nurses and specialists who incorporate a number of advanced techniques and therapies into an individualized plan designed to promote healing, reduce pain, and prevent infections and wound-related complications.\"}',1,'2025-09-23 20:26:34','2025-09-23 20:26:34','e61f2581-d5ad-456c-a493-d0397fd9cf21'),
(2770,2770,1,'Renal Care','renal-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Renal Care is a specialized care model designed to support patients with Acute Kidney Injury (AKI) or Chronic Kidney Disease (CKD) who are transitioning from hospital to home or a post-acute or long-term care setting. Emphasis is on early identification, renal function monitoring, medication optimization, fluid and electrolyte management, and coordination with nephrology for advanced treatments like hemodialysis and peritoneal dialysis when needed. Our dedicated team works closely with each patient to create individualized care plans that focus on improving kidney function, managing symptoms, and enhancing overall quality of life.\"}',1,'2025-09-23 20:26:42','2025-09-23 20:26:42','30baaf29-d460-4b78-9682-860cc9532f06'),
(2772,2772,1,'Palliative Care','palliative-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our post-acute palliative care program, also called our supportive care program, provides specialized, goal-concordant support for patients with serious illness transitioning from hospital to home, post-acute, or long-term care settings. The program focuses on expert symptom management, advanced care planning, and psychosocial support. Our interdisciplinary team works closely with patients and their families to address physical, emotional, and spiritual needs, ensuring a holistic, interdisciplinary approach to care.\"}',1,'2025-09-23 20:26:54','2025-09-23 20:26:54','91bb0e49-8de3-4ed1-86aa-2528e5fb1706'),
(2774,2774,1,'Bariatric Care','bariatric-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"We offer comprehensive, specialized care for individuals living with obesity and related health conditions in a post-acute or long-term care setting. Our interdisciplinary team develops personalized care plans that address both medical complexities and mobility needs, prioritizing dignity, comfort, and safety. The facility is equipped with bariatric-friendly accommodations—including expanded-capacity beds, chairs, and medical devices—as well as advanced transfer equipment such as Hoyer lifts to support safe and respectful mobility assistance.\"}',1,'2025-09-23 20:27:03','2025-09-23 20:27:03','6db815fa-af1f-4ffc-bd09-10808a4d9b7e'),
(2775,2775,1,'Psychology/Psychiatric Care','psychology-psychiatric-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our Psychology and Psychiatry team delivers compassionate, patient-centered care for individuals experiencing mild to moderate mental health concerns such as anxiety, depression, and stress. Through individualized treatment plans, we focus on enhancing emotional well-being, building mental resilience, and supporting overall recovery. By integrating psychological support with medical care, we promote a comprehensive approach that fosters both physical healing and emotional balance in the post-acute and long-term care setting.\"}',1,'2025-09-23 20:27:13','2025-09-23 20:27:13','653dc577-69b5-4deb-8189-9be4e0931d30'),
(2776,2776,1,'Advanced Clinical Programs','advanced-clinical-specialties',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"PathForward by Complete Care delivers structure, expertise, and compassion, giving patients and providers a clear path to better outcomes. Our physician-led advanced programs guide each step with proven outcomes, personalized support, and seamless transitions from hospital to home. Designed to elevate care beyond standard capabilities, PathForward focuses on what matters most: improving health, reducing readmissions, and restoring quality of life—one patient at a time.\"}',1,'2025-09-23 20:27:28','2025-09-23 20:27:28','d98e9b34-e6aa-4b8f-8fbf-ef4c8c41426a'),
(2778,2778,1,'Long-Term Care Services','long-term-care-services',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our long-term care programs provide 24/7 support for individuals with chronic illnesses, disabilities, or cognitive impairments who require ongoing assistance with activities of daily living. These programs offer comprehensive medical oversight, nursing care, personal care services, and social engagement to support residents’ health, safety, and quality of life. We provide long-term care in a homelike environment, with a focus on maintaining dignity, comfort, and functional independence for as long as possible. Some of our specialized long-term care programs include:\"}',1,'2025-09-23 20:29:02','2025-09-23 20:29:02','e71fb7aa-198e-463f-89a9-8e40625daad7'),
(2780,2780,1,'Geriatric Care','geriatric-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Geriatric specialty care provides compassionate, bedside medical care tailored to the unique needs of older adults in the long-term care setting. We focus on maintaining independence, comfort, and dignity while managing complex, age-related health conditions. Services include comprehensive falls prevention, expert wound care, chronic disease management, and proactive health monitoring to enhance safety and overall quality of life.\"}',1,'2025-09-23 20:29:09','2025-09-23 20:29:09','e7bb3c30-94e4-44ce-bc82-0573ee53fc3a'),
(2781,2781,1,'Memory Care','memory-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our memory care programming is thoughtfully designed to cater to the unique needs of residents living with dementia, Alzheimer\'s disease, and other memory impairments. Understanding the complexities of memory-related conditions, our approach begins with the creation of a warm, familiar, and safe environment. We offer a comprehensive range of treatments and services that prioritize the well-being and quality of life of each individual. Our skilled memory unit team goes beyond basic care, fostering connections through compassion and understanding, which are vital for enhancing emotional well-being.\"}',1,'2025-09-23 20:29:17','2025-09-23 20:29:17','ba488d26-e8fa-4c52-8c77-3e904a3a292c'),
(2782,2782,1,'Hospice Care','hospice-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our approach to hospice emphasizes effective management of symptoms and side effects related to both the disease and its treatment, while also addressing emotional, psychological, and spiritual needs.  We provide compassionate, end-of-life care focused on comfort, dignity, and quality of life for patients with terminal illnesses. Our team works closely with patients and their loved ones to ensure peace of mind during this challenging time, helping to create a supportive and peaceful environment.\"}',1,'2025-09-23 20:29:24','2025-09-23 20:29:24','59029c55-4914-457a-9928-bb75917ea900'),
(2784,2784,1,'Respite Care','respite-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our Respite Care program provides short-term, high-quality care for individuals whose primary caregivers need temporary relief. Whether it\'s due to a planned vacation, a family emergency, or simply the need for rest and renewal, we offer a safe and supportive environment where patients receive personalized attention from our experienced care team. During their stay, we prioritize each individual’s comfort, dignity, and well-being—ensuring continuity of care and giving caregivers the peace of mind they deserve.\"}',1,'2025-09-23 20:29:38','2025-09-23 20:29:38','07bea101-19ab-4993-a4c0-6390fe8c2f04'),
(2785,2785,1,'Privacy Policy','privacy-policy',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[2931]}',1,'2025-09-23 20:43:42','2025-09-30 22:22:13','47c90e0b-2eae-4957-9e55-6dcfd082d7c0'),
(2786,2786,1,'Website Privacy Policy','website-privacy-policy',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[2933]}',1,'2025-09-23 20:43:49','2025-09-30 22:22:24','1803748d-aabb-4341-b4aa-1c24eac928bd'),
(2787,2787,1,'Terms of Service','terms-of-service',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[2934]}',1,'2025-09-23 20:43:54','2025-09-30 22:22:37','4640d923-d23a-4624-9d55-489cd2fc5618'),
(2791,2791,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Arbors is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Arbors are provided solely by Complete Care at Arbors.</p>\"}',1,'2025-09-23 20:45:18','2025-09-30 22:41:39','9e239824-8e2f-4c81-8f2c-8c6e084ea415'),
(2793,2793,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[10426]}',1,'2025-09-23 20:45:18','2026-01-19 16:40:30','6bfc9a7d-60ed-4014-ae3e-28596b748496'),
(2800,2800,1,'Rehab',NULL,NULL,NULL,1,'2025-09-23 21:13:16','2025-09-23 21:13:16','6660e6e4-8371-41b2-9c5d-740557ab501a'),
(2802,2802,1,'Rehabilitation Program','rehabilitation-program',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"We provide extensive rehabilitation services up to seven days a week, tailored to individual needs and goals. In order to help progress and recovery, we adjust therapies based on our patients’ abilities and tolerance so their quality of life can continue to improve after transitioning home.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[2800]}',1,'2025-09-23 21:13:19','2025-09-23 21:13:19','25905c37-92f9-424f-abc3-96499839db8f'),
(2803,2803,1,'Post acute',NULL,NULL,NULL,1,'2025-09-23 21:13:36','2025-09-23 21:13:36','97986c95-f01d-4377-8f97-2adbd963e389'),
(2805,2805,1,'Post-Acute Care and Skilled Nursing Services','post-acute-care-and-skilled-nursing-services',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Post-Acute Care refers to the medical and rehabilitation services people need after a hospital stay, especially after a serious illness, injury, or surgery. Post-acute care is the support someone gets after leaving the hospital, and skilled nursing services are the medical and therapy services provided as part of that recovery. The goal is to help patients recover enough to return home safely or reach their best level of function.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[2803]}',1,'2025-09-23 21:13:37','2025-09-23 21:13:37','419e5295-7235-4832-8572-3a65c2251479'),
(2806,2806,1,'Advanced',NULL,NULL,NULL,1,'2025-09-23 21:13:42','2025-09-23 21:13:42','8584dea8-8f8d-4334-a6a5-091618acc41d'),
(2808,2808,1,'Advanced Clinical Programs','advanced-clinical-specialties',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"PathForward by Complete Care delivers structure, expertise, and compassion, giving patients and providers a clear path to better outcomes. Our physician-led advanced programs guide each step with proven outcomes, personalized support, and seamless transitions from hospital to home. Designed to elevate care beyond standard capabilities, PathForward focuses on what matters most: improving health, reducing readmissions, and restoring quality of life—one patient at a time.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[2806]}',1,'2025-09-23 21:13:43','2025-09-23 21:13:43','def02f8e-0e7c-469e-a83a-fc024a682a4c'),
(2809,2809,1,'Long term',NULL,NULL,NULL,1,'2025-09-23 21:13:48','2025-09-23 21:13:48','f2f2eeeb-ed99-488e-9345-453f2563f6c2'),
(2811,2811,1,'Long-Term Care Services','long-term-care-services',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Our long-term care programs provide 24/7 support for individuals with chronic illnesses, disabilities, or cognitive impairments who require ongoing assistance with activities of daily living. These programs offer comprehensive medical oversight, nursing care, personal care services, and social engagement to support residents’ health, safety, and quality of life. We provide long-term care in a homelike environment, with a focus on maintaining dignity, comfort, and functional independence for as long as possible. Some of our specialized long-term care programs include:\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[2809]}',1,'2025-09-23 21:13:50','2025-09-23 21:13:50','9a854015-1f32-4dad-ac77-7ac16170cbef'),
(2812,2812,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This place is the definition of teamwork. Administration is really involved and truly care for each residents and staff wellbeing and happiness.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-09-23 21:56:15','2025-09-23 21:56:42','fad5d4f4-21dd-4933-be9e-f6af7dbfa06f'),
(2813,2813,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The part that stands out the most to me is how everyone is treated like an actual human. Each resident is a person and treated as family. Us staff especially are a friendly and helpful team!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-09-23 21:56:43','2025-09-23 21:56:57','c6273fde-1edd-4bca-99f8-b86c86f6438f'),
(2814,2814,1,'Director of Activities','director-of-activities',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great place to work! I enjoy coming to work.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Activities\"}',1,'2025-09-23 21:57:02','2025-09-23 21:57:09','02d2cb25-14c4-4fcc-897e-fbb9b5be6df4'),
(2815,2815,1,'HR Manager','hr-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The thing I like the most about working at Complete Care is the sense of community and the willingness of the team to roll up their sleeves to face challenges together, regardless of individual roles. There is also always an appreciation for the role of family in our lives outside of work. We celebrate each other\'s successes here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR Manager\"}',1,'2025-09-23 21:57:13','2025-09-23 21:57:19','9e8c25ad-71bd-457c-b040-881fae775c1b'),
(2816,2816,1,'MDS','mds',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership is around, involved, and clearly cares about setting us up to succeed.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MDS\"}',1,'2025-09-23 21:57:23','2025-09-23 21:57:28','9b03c3a5-f0be-4ba1-8f54-b2d46d6749a2'),
(2817,2817,1,'Business Office','business-office',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The positive and vibrant environment here is just something that i have never experienced, seen or felt in any other workplaces and people visiting have shared that sentiment as well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office\"}',1,'2025-09-23 21:57:32','2025-09-23 21:57:37','b180acac-c8d3-433b-896c-de2889b9b5f9'),
(2825,2825,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This place is the definition of teamwork.\\nAdministration is really involved and truly care for each residents and staff wellbeing and happiness.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','9ba1b1bd-9a9b-49fe-b784-a310ad18a66a'),
(2826,2826,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The part that stands out the most to me is how everyone is treated like an actual human.\\nEach resident is a person and treated as family.\\nUs staff especially are a friendly and helpful team!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','e0c3febc-a3b3-412f-acad-0ad3eb27dce3'),
(2827,2827,1,'Director of Activities','director-of-activities',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great place to work! I enjoy coming to work.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Activities\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','9c4c45cd-5879-4556-b3cf-c9b1e820f72f'),
(2828,2828,1,'HR Manager','hr-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The thing I like the most about working at Complete Care is the sense of community and the willingness of the team to roll up their sleeves to face challenges together, regardless of individual roles. There is also always an appreciation for the role of family in our lives outside of work. We celebrate each other\'s successes here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR Manager\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','93e70a33-5d67-40a0-a808-40bd9b288dea'),
(2829,2829,1,'MDS','mds',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership is around, involved, and clearly cares about setting us up to succeed.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MDS\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','e2d53cb3-3766-493d-b2c9-e21d79125d3a'),
(2830,2830,1,'Business Office','business-office',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The positive and vibrant environment here is just something that i have never experienced, seen or felt in any other workplaces and people visiting have shared that sentiment as well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','6c2b1605-fb47-4ce8-98ca-64949faa6b31'),
(2832,2832,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This place is the definition of teamwork.\\nAdministration is really involved and truly care for each residents and staff wellbeing and happiness.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','4031e4e2-7b0b-437a-87bc-b2aee8da23bd'),
(2833,2833,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The part that stands out the most to me is how everyone is treated like an actual human.\\nEach resident is a person and treated as family.\\nUs staff especially are a friendly and helpful team!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','d1703be3-fceb-4e50-ae0e-9662cd3f9ed0'),
(2834,2834,1,'Director of Activities','director-of-activities',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great place to work! I enjoy coming to work.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Activities\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','276dd1e7-647f-4fcc-8071-a377971965c1'),
(2835,2835,1,'HR Manager','hr-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The thing I like the most about working at Complete Care is the sense of community and the willingness of the team to roll up their sleeves to face challenges together, regardless of individual roles. There is also always an appreciation for the role of family in our lives outside of work. We celebrate each other\'s successes here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR Manager\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','cf632f13-31b0-4e0a-b487-f3a0a62beb5e'),
(2836,2836,1,'MDS','mds',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership is around, involved, and clearly cares about setting us up to succeed.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MDS\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','895da41c-73c7-4620-bc4b-673fccabfa5a'),
(2837,2837,1,'Business Office','business-office',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The positive and vibrant environment here is just something that i have never experienced, seen or felt in any other workplaces and people visiting have shared that sentiment as well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office\"}',1,'2025-09-23 21:59:36','2025-09-23 21:59:36','ecf75c83-e4a5-44f6-b01d-cc3255c168ce'),
(2848,2848,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-09-24 15:56:11','2025-09-24 15:56:11','0a683f90-b404-484a-a451-ade37a7c815a'),
(2850,2850,1,'Behavioral Unit','behavioral-unit',NULL,NULL,1,'2025-09-24 16:01:26','2025-09-24 16:01:26','33537eee-b1e4-433e-85e0-73cc457a7ac0'),
(2852,2852,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-09-24 16:04:13','2025-09-24 16:04:13','91780fe4-e134-4941-abd7-433b4465ced0'),
(2855,2855,1,'Whatisa Respite Stay Article',NULL,NULL,NULL,1,'2025-09-24 17:19:20','2025-09-24 17:19:20','b80ce873-d3a3-4ee4-a3b9-ea3c665425e7'),
(2856,2856,1,'Caring Fora Loved Oneat Home Article',NULL,NULL,NULL,1,'2025-09-24 17:19:27','2025-09-24 17:19:27','76345712-3103-4e9f-9958-cf37ec2407de'),
(2857,2857,1,'Caring Forthe Whole Person Article',NULL,NULL,NULL,1,'2025-09-24 17:19:28','2025-09-24 17:19:28','157f0409-c606-4563-83f9-bf891b92fa12'),
(2858,2858,1,'Levelsof Care Explained Article',NULL,NULL,NULL,1,'2025-09-24 17:19:28','2025-09-24 17:19:28','63e91883-45a1-4f22-a021-6ef7ec40259a'),
(2860,2860,1,'What Is a Respite Stay—and How Can It Help?','what-is-a-respite-stay-and-how-can-it-help','resources/what-is-a-respite-stay-and-how-can-it-help','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2856],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2571],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.</p><p>A respite stay is a short-term stay in a senior living facility, designed to give caregivers time to rest, travel, recover from illness, or simply recharge. It’s also a way to provide your loved one with temporary professional care in a safe, supportive environment.</p><h2>What Happens During a Respite Stay?</h2><p>At Complete Care, a respite guest receives the same level of care and attention as a full-time resident. This includes:</p><ul><li>24/7 nursing care and supervision</li><li>Assistance with daily activities (bathing, dressing, medications, etc.)</li><li>Meals and nutrition oversight</li><li>Therapy services, if needed</li><li>Social activities and opportunities for engagement</li><li>A comfortable, furnished room</li></ul><p>Stays can range from a few days to several weeks, depending on your family’s needs.</p><h2>Who Can Benefit from a Respite Stay?</h2><p>Respite care is a great option when:</p><ul><li>You’re going on vacation or traveling for work</li><li>You’re recovering from surgery or illness</li><li>You’re feeling burned out and need time to recharge</li><li>Your loved one needs extra support after a hospital stay, but isn’t ready to return home</li><li>You want to “try out” a care setting before considering long-term care</li></ul><h2>How Can I Pay for a Respite Stay?</h2><p>Respite stays can be paid for in a few different ways, depending on the circumstances:</p><ul><li>Medicare - In some cases, Medicare may cover up to 5 days of respite care in a skilled nursing or hospice setting if your loved one qualifies for hospice benefits. This must be coordinated through a Medicare-certified hospice program.</li><li>Medicaid - Some state Medicaid programs offer coverage for short-term respite care. Eligibility and coverage vary by state, so check with your Medicaid plan or our admissions team for guidance.</li><li>Private Pay - Many families choose to pay privately for respite stays, especially when using it as a planned break or trial experience.</li><li>Long-Term Care Insurance - If your loved one has long-term care insurance, it may include a respite care benefit. Review the policy or ask your provider for details.</li><li>Veterans Benefits - Eligible veterans may have access to respite coverage through the VA. Ask your VA caseworker or contact our admissions team for assistance navigating this benefit.</li></ul><h2>A Break That Benefits Everyone</h2><p>Respite care isn’t just a break for the caregiver—it’s a chance for your loved one to experience expert care, social connection, and a change of environment that may be refreshing for them, too.</p><p>If you\'re starting to feel overwhelmed, or if you\'re planning time away, know this: You don’t have to do it all alone.  Let us support you.</p>\"}',1,'2025-09-24 17:19:33','2025-09-24 17:19:33','cd462a82-f92b-483d-a0c6-9821bcddc3e0'),
(2862,2862,1,'Caring for a Loved One at Home: When It’s Time to Consider More Help','caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','resources/caring-for-a-loved-one-at-home-when-its-time-to-consider-more-help','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2856],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home can be a deeply rewarding experience—but it can also be physically and emotionally exhausting. Many caregivers struggle with the question: When is it time to consider outside help?</p><p>The answer is different for every family, but there are some clear signs that extra support may be the right next step—for your loved one’s health and for your own well-being.</p><h2>Signs It May Be Time to Consider More Help</h2><h3>1. Care Needs Are Becoming Too Complex</h3><p>If your loved one requires medical care you’re not trained to provide—like wound care, IV medications, mobility transfers, or dementia-related behaviors—it may be time to look at professional support.</p><h3>2. You’re Feeling Constantly Overwhelmed or Burned Out</h3><p>Caregiver fatigue is real. If you’re sacrificing your own health, work, sleep, or relationships, it’s a sign that something needs to change.</p><h3>3. They’re Not Thriving at Home</h3><p>Are they losing weight, becoming withdrawn, having frequent falls, or skipping medications? A change in environment—with more structure and supervision—can help prevent health decline.</p><h3>4. Safety Is Becoming a Concern</h3><p>If your loved one is wandering, forgetting to turn off the stove, or struggling with basic hygiene, it\'s time to talk about safer solutions.</p><h3>5. You\'re Facing an Unexpected Crisis</h3><p>A hospitalization, fall, or sudden health change can accelerate the need for short-term rehab, respite care, or a more supportive living environment.</p><h2>You’re Not Giving Up—You’re Getting Support</h2><p>Asking for help isn’t failure—it’s love in action. At Complete Care, we work with families to explore the right level of care, whether that’s post-hospital rehabilitation, long-term skilled nursing, memory care, or hospice.</p><p>Sometimes the right next step is just a few weeks of respite care so you can rest and recharge. Other times, it’s a longer-term plan that ensures your loved one gets the consistent care they need in a safe, supportive environment.</p><p>You don’t have to make this decision alone. We’re here to listen, guide, and support you every step of the way.</p>\"}',1,'2025-09-24 17:19:43','2025-09-24 17:19:43','dc9ac189-3f0d-48fb-81f6-0ff411d76dcd'),
(2864,2864,1,'What Is a Respite Stay—and How Can It Help?','what-is-a-respite-stay-and-how-can-it-help','resources/what-is-a-respite-stay-and-how-can-it-help','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2855],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2571],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Caring for a loved one at home is an act of love—but even the most devoted caregivers need a break sometimes. That’s where respite care comes in.</p><p>A respite stay is a short-term stay in a senior living facility, designed to give caregivers time to rest, travel, recover from illness, or simply recharge. It’s also a way to provide your loved one with temporary professional care in a safe, supportive environment.</p><h2>What Happens During a Respite Stay?</h2><p>At Complete Care, a respite guest receives the same level of care and attention as a full-time resident. This includes:</p><ul><li>24/7 nursing care and supervision</li><li>Assistance with daily activities (bathing, dressing, medications, etc.)</li><li>Meals and nutrition oversight</li><li>Therapy services, if needed</li><li>Social activities and opportunities for engagement</li><li>A comfortable, furnished room</li></ul><p>Stays can range from a few days to several weeks, depending on your family’s needs.</p><h2>Who Can Benefit from a Respite Stay?</h2><p>Respite care is a great option when:</p><ul><li>You’re going on vacation or traveling for work</li><li>You’re recovering from surgery or illness</li><li>You’re feeling burned out and need time to recharge</li><li>Your loved one needs extra support after a hospital stay, but isn’t ready to return home</li><li>You want to “try out” a care setting before considering long-term care</li></ul><h2>How Can I Pay for a Respite Stay?</h2><p>Respite stays can be paid for in a few different ways, depending on the circumstances:</p><ul><li>Medicare - In some cases, Medicare may cover up to 5 days of respite care in a skilled nursing or hospice setting if your loved one qualifies for hospice benefits. This must be coordinated through a Medicare-certified hospice program.</li><li>Medicaid - Some state Medicaid programs offer coverage for short-term respite care. Eligibility and coverage vary by state, so check with your Medicaid plan or our admissions team for guidance.</li><li>Private Pay - Many families choose to pay privately for respite stays, especially when using it as a planned break or trial experience.</li><li>Long-Term Care Insurance - If your loved one has long-term care insurance, it may include a respite care benefit. Review the policy or ask your provider for details.</li><li>Veterans Benefits - Eligible veterans may have access to respite coverage through the VA. Ask your VA caseworker or contact our admissions team for assistance navigating this benefit.</li></ul><h2>A Break That Benefits Everyone</h2><p>Respite care isn’t just a break for the caregiver—it’s a chance for your loved one to experience expert care, social connection, and a change of environment that may be refreshing for them, too.</p><p>If you\'re starting to feel overwhelmed, or if you\'re planning time away, know this: You don’t have to do it all alone.  Let us support you.</p>\"}',1,'2025-09-24 17:19:53','2025-09-24 17:19:53','946a7e20-f8fe-413f-90db-1f43c77cbf29'),
(2866,2866,1,'Levels of Care Explained: From Rehabilitation to Long-Term Care','levels-of-care-explained-from-rehabilitation-to-long-term-care','resources/levels-of-care-explained-from-rehabilitation-to-long-term-care','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2858],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When a loved one needs more support—after a hospital stay, following a fall, or simply because daily life has become more difficult—navigating care options can feel overwhelming. At Complete Care, we’re here to simplify that process.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Here’s a breakdown of the main levels of care we offer, and what each one means:</p><h2>Post-Acute Rehabilitation (Subacute Rehab)</h2><p>Who it’s for: Individuals recovering after a hospital stay, surgery, illness, or injury.</p><p>Goal: Regain strength, mobility, and independence through daily physical, occupational, or speech therapy.</p><p>Length of stay: Typically, short-term (1–3 weeks depending on recovery).</p><h2>Skilled Nursing Care</h2><p>Who it’s for: Patients who need round-the-clock medical monitoring or specialized care, such as wound care, IV medications, or complex medical needs.</p><p>Goal: Support recovery or manage chronic conditions with a high level of clinical oversight.</p><p>Length of stay: Can be short-term or long-term depending on condition.</p><h2>Long-Term Care (LTC)</h2><p>Who it’s for: Individuals who require ongoing support with daily activities like bathing, dressing, mobility, and medication management.</p><p>Goal: Provide a safe, nurturing home-like environment with 24/7 care and community engagement.</p><p>Length of stay: Ongoing residential care.</p><h2>Memory Care</h2><p>Who it’s for: People living with Alzheimer’s disease or other forms of dementia.</p><p>Goal: Offer a secure, comforting environment with staff trained in memory support, daily structure, and dignity-centered care.</p><h2>Palliative &amp; Hospice Care</h2><p>Who it’s for: Individuals with serious or terminal illness, seeking comfort, quality of life, and support for both the patient and family.</p><p>Goal: Provide pain and symptom management, emotional and spiritual support, and guidance through end-of-life decisions.</p><p> </p><p>We know that no two people—and no two journeys—are the same. That’s why we’re committed to helping you find the level of care that fits your unique needs and goals. Whether you’re planning ahead or facing a sudden decision, you don’t have to navigate it alone.</p><p>Reach out anytime. We’re here to guide you.</p>\"}',1,'2025-09-24 17:20:14','2025-09-24 17:20:14','04e6a484-bada-4df1-9fc6-b9ca98bc8fd5'),
(2868,2868,1,'Caring for the Whole Person: How We Approach Aging with Dignity','caring-for-the-whole-person-how-we-approach-aging-with-dignity','resources/caring-for-the-whole-person-how-we-approach-aging-with-dignity','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2857],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>By Dr. Jessica Israel, Chief Medical &amp; Innovation Officer, Complete Care</p><p>Aging is a journey, not a diagnosis. And yet, in healthcare, we too often treat it as something to be managed rather than embraced.</p><p>At Complete Care, we believe in caring for the whole person—not just their medical needs, but their emotional well-being, their independence, their relationships, and their dignity. This philosophy is at the heart of everything we do.</p><p>As a geriatrician, I’ve worked with thousands of patients and families navigating the complexities of aging. What I’ve learned is that good care starts with good listening. When we truly understand the individual—what matters most to them, what makes them feel safe, what brings them joy—we can offer care that feels personal, respectful, and empowering.</p><p>Our team works across settings—rehabilitation, long-term care, memory support, and palliative care—to ensure that every person in our care feels seen and valued. We know that the decision to seek support, whether after a hospital stay or when living at home becomes challenging, can be emotional. That’s why we meet families with compassion, patience, and transparency every step of the way.</p><p>Dignity in aging isn’t just about respecting someone’s past. It’s about honoring who they are today and what they still hope for tomorrow. Whether someone comes to us for a few weeks of therapy or makes one of our communities their home, we are committed to walking that journey with them—with skill, warmth, and unwavering respect.</p><p>Because aging with dignity should be the standard, not the exception.</p>\"}',1,'2025-09-24 17:20:23','2025-09-24 17:20:23','b6b4dc76-7345-4337-82e4-bc95843f0b42'),
(2869,2869,1,'Best Of Mineral County',NULL,NULL,NULL,1,'2025-09-24 18:09:43','2025-09-24 18:09:43','8ab500fd-1827-4790-88f3-5fa54cae10c4'),
(2870,2870,1,'Great Place To Work 2025',NULL,NULL,NULL,1,'2025-09-24 18:09:44','2025-09-24 18:09:44','d1907afa-d828-4962-a13d-08f93451a06a'),
(2871,2871,1,'Joint Commission',NULL,NULL,NULL,1,'2025-09-24 18:09:44','2025-09-24 18:09:44','7771254b-1c01-45a7-980d-6fc3b915c541'),
(2872,2872,1,'Newsweek Best Nursing Homes',NULL,NULL,NULL,1,'2025-09-24 18:09:44','2025-09-24 18:09:44','4b892582-02a4-4711-b47d-3457fac93ea6'),
(2873,2873,1,'CMS 5 Star Quality Measures',NULL,NULL,NULL,1,'2025-09-24 18:09:45','2025-10-08 18:24:25','ea948400-4d36-4dd0-b3aa-6d0a5bb81701'),
(2874,2874,1,'US News Long Term Best Nursing Homes',NULL,NULL,NULL,1,'2025-09-24 18:09:45','2025-10-08 18:28:51','dd97e217-8d6c-4aae-9e18-1554a6acd849'),
(2876,2876,1,'Questions to Ask When Choosing a Skilled Nursing Facility','questions-to-ask-when-choosing-a-skilled-nursing-facility','resources/questions-to-ask-when-choosing-a-skilled-nursing-facility','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[285],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?</p><p>At Complete Care, we believe families deserve transparency, compassion, and clarity. We’ve created this list to help guide you through the process, so you can feel confident in the care your loved one receives—wherever you choose.</p><h2>Top Questions to Ask a Skilled Nursing Facility</h2><h3>1. What services and care levels do you provide?</h3><p>Make sure the facility offers the type of care your loved one needs—whether it’s short-term rehab, long-term care, memory care, or specialized programs like cardiac or pulmonary rehabilitation.</p><h3>2. What is the staff-to-resident ratio?</h3><p>This gives you an idea of how much individual attention your loved one will receive. Ask about nursing coverage, therapy availability, and medical provider access.</p><h3>3. How are care plans developed—and how involved are families?</h3><p>Look for facilities that involve families in care planning and encourage open communication with staff and medical providers.</p><h3>4. What does a typical day look like for residents?</h3><p>Ask about daily routines, activities, therapy schedules, dining options, and how they encourage socialization, independence, and engagement.</p><h3>5. How does the facility handle hospital readmissions and emergencies?</h3><p>Understanding their protocols and hospital partnerships can give you peace of mind.</p><h3>6. Is the facility clean, updated, and welcoming?</h3><p>During your tour, take note of the environment—does it feel warm and homelike? Are rooms and common areas well-maintained?</p><h3>7. What are the recent inspection results or ratings?</h3><p>Ask to review recent Department of Health surveys or check Medicare’s Care Compare website to review inspection results and quality ratings.</p><h3>8. How do you support emotional well-being—for residents and families?</h3><p>Facilities should have support in place for transitions, emotional health, spiritual care, and family communication.</p><h3>9. What are your visitation policies?</h3><p>Especially in a post-pandemic world, it’s important to understand how the facility approaches visitation, safety, and family involvement.</p><h3>10. What makes your facility different?</h3><p>This is your chance to hear what the team is proud of—whether it’s their therapy outcomes, culture, specialized programs, or exceptional staff.</p><h3>Final Tip: Trust Your Gut</h3><p>Beyond the answers, pay attention to how you’re treated when you call or visit. Are the staff kind and knowledgeable? Do they make you feel welcome and supported?</p><p>Choosing a care facility is never just about a building—it’s about people, values, and trust. At Complete Care, we’re honored to be a part of that journey for so many families.</p><p>If you\'re beginning your search, we’re here to help—no pressure, just guidance.</p>\"}',1,'2025-09-24 18:45:18','2025-09-24 18:45:18','81a8e175-aa81-4575-9a3c-1e8eba9f32d8'),
(2877,2877,1,'Beyond Bingo Article',NULL,NULL,NULL,1,'2025-09-24 19:41:44','2025-09-24 19:41:44','268f9f51-7285-4044-8f96-0935194eac36'),
(2879,2879,1,'Beyond Bingo:  The Transformative Benefits of Recreation Programs in Long-Term Care','beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','resources/beyond-bingo-the-transformative-benefits-of-recreation-programs-in-long-term-care','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2877],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>When many people think of recreation programs in long-term care centers, they often picture residents gathered for a lively game of bingo. While bingo has its place in the hearts of many, the reality is that recreation programs offer so much more. These programs are thoughtfully designed to improve the quality of life for residents, address their individual needs, and foster a sense of purpose and community.</p><p>We invite you to take a closer look at the purpose behind recreation programs in long-term care centers and the profound benefits they provide for residents and their families.</p><h2>Promoting Physical Health and Wellness</h2><p>Staying active is essential at any age, and recreation programs help residents maintain their physical health through tailored activities. Programs like chair yoga, dance, walking clubs, and group exercise classes support mobility, balance, and flexibility. By engaging in these activities, residents can prevent falls, manage chronic conditions, and enhance overall strength and endurance.</p><p>For example, a simple morning stretch class might help a resident reduce joint stiffness, helping them perform daily tasks more comfortably and maintain a sense of independence.</p><h2>Enhancing Cognitive Function</h2><p>Recreation programs often incorporate activities that challenge the mind, such as trivia, puzzles, creative writing, and brain games. These programs are particularly valuable for residents living with dementia or other cognitive impairments.</p><p>Evidence-based programs like music therapy and memory cafés stimulate memory recall and improve focus, while art classes encourage creative thinking and self-expression. These activities not only preserve cognitive function but also provide a meaningful outlet for emotions.  “Every month, our corporate team creates an engaging program for every facility to do.  This month, we created a Dice Trivia game where residents could toss the dice, and whatever number came up, they would answer the coordinating personal trivia question to share with their friends,” explained Rivky Jacobs, Corporate Director of Marketing. </p><h2>Fostering Emotional Well-Being</h2><p>Adjusting to life in a long-term care setting, even just for a short rehabilitation stay, can be challenging, but recreation programs are vital in creating a welcoming and supportive environment. Activities like pet therapy, gardening, and music sessions offer therapeutic benefits, reducing stress, anxiety, and depression.</p><p>“Residents often experience a boost in self-esteem and a sense of accomplishment when they complete a project, learn something new, or engage in meaningful tasks. For example, a resident who enjoys painting may find joy in seeing their artwork displayed in a community art show,” explained Tracy Aiello, Regional Activities Director. </p><h2>Building Social Connections</h2><p>Loneliness and isolation are common concerns for older adults, but recreation programs encourage residents to connect with others. Group activities like book clubs, cooking classes, and themed social events foster camaraderie and a sense of belonging.</p><p>Family-focused events, such as holiday celebrations and intergenerational programs, strengthen bonds between residents and their loved ones, creating cherished memories that enhance the care experience.</p><h2>Celebrating Individual Interests and Cultures</h2><p>“The most impactful recreation programs are resident-centered, catering to individual preferences, hobbies, and cultural backgrounds. By offering diverse activities such as music from different eras, spiritual services, and cultural festivals, residents feel valued and understood,” explained Tracy.</p><p>When a resident is empowered to pursue their passions—whether it’s knitting, gardening, or leading a group discussion—they regain a sense of purpose that enriches their daily life.</p><h2>Empowering Residents to Thrive</h2><p>The ultimate goal of recreation programs is not merely to fill time but to create opportunities for residents to thrive. These programs are thoughtfully designed to address the whole person—body, mind, and spirit—while fostering a sense of joy and fulfillment.</p><p>“When families understand the deeper purpose of recreation programs, they see long-term care not just as a place for their loved ones to live, but as a vibrant community where they can continue to grow, connect, and contribute,” Christina Fleming, SVP of Communications explained. </p><h2>Breaking the Bingo Stereotype</h2><p>While bingo remains a cherished pastime, today’s recreation programs are so much more dynamic and impactful. They’re an essential part of long-term care, rooted in the belief that every resident deserves to live a meaningful and engaged life.</p><p>“As a family member or potential resident, when you see the range of activities available in a long-term care center, know that there’s intention behind every program. These activities are carefully crafted to improve the physical, emotional, and social well-being of residents, ensuring they feel valued, connected, and supported in their care journey,” Christina added. </p><p>By embracing the purpose behind recreation programs, we can break the bingo stereotype and shine a light on the transformative power of meaningful engagement in long-term care.</p>\"}',1,'2025-09-24 19:41:47','2025-09-24 19:41:47','fd6c8c18-452b-43fc-ae27-9e479f739dad'),
(2880,2880,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[],\"f352e58c-d152-4a45-9615-d0526b009523\":[],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,11003,11004,3278,3279],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-09-24 23:06:33','2026-01-20 14:52:25','6a00b594-82f0-40a9-86bf-6f86bcb0303a'),
(2881,2881,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-09-24 23:07:59','2025-09-24 23:07:59','e7ba994e-67d5-4a6c-bfc8-44900ec5bfd6'),
(2886,2886,1,'Striving for ten',NULL,NULL,NULL,1,'2025-09-25 14:02:15','2025-09-25 14:02:15','d1064d87-e061-4161-a738-6994ac6d4dbb'),
(2887,2887,1,'ACHA Bronze',NULL,NULL,NULL,1,'2025-09-25 14:05:38','2025-10-09 16:34:55','be19ca9f-2821-4037-b418-8af7d315d0c0'),
(2888,2888,1,'AHCA Silver',NULL,NULL,NULL,1,'2025-09-25 14:05:39','2025-09-25 14:05:39','26feb448-152e-4ee2-9ed8-7652c652ed5f'),
(2889,2889,1,'AHCA Silver2',NULL,NULL,NULL,1,'2025-09-25 15:18:29','2025-09-25 15:18:29','f4cd20a3-8503-496a-9438-d40710833322'),
(2890,2890,1,'AHCA Bronze 2',NULL,NULL,NULL,1,'2025-09-25 15:18:40','2025-09-25 15:18:40','56249168-9192-4a06-96d1-20d59c6a3b89'),
(2891,2891,1,'On-Site Dialysis Advantage','dialysis-den',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Specialized kidney support. Right here. Right now.\\nOur on-site dialysis program ensures that patients requiring renal care receive treatment without leaving the facility. On-Site Dialysis Advantage supports optimal scheduling, reduces hospital trips, and enhances care continuity in a familiar, clinical environment. By integrating dialysis directly into our advanced care model, we provide patients with the convenience, safety, and stability they deserve.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-09-26 17:59:45','2026-02-12 20:49:08','ba2f757a-2929-418a-b4f6-8f1091cc87b0'),
(2892,2892,1,'Dialysis Den','dialysis-den',NULL,NULL,1,'2025-09-26 17:59:52','2025-09-26 17:59:52','3ca6a539-f393-407f-a018-2edcca52fbdc'),
(2909,2909,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/18fYMfb8q2/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-09-29 18:59:03','2025-09-29 18:59:03','1d9d6cf8-ddf0-42a3-98fa-55f38046c3f4'),
(2910,2910,1,'Private & Semi-Private Suites','private-semi-private-suites',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Private & Semi-Private Suites\"}',1,'2025-09-29 18:59:42','2025-09-29 18:59:42','52139e53-1f95-4cb8-a841-ac32e0a4edaa'),
(2911,2911,1,'Cafe/Restaurant-Style Dining','cafe-restaurant-style-dining',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Cafe/Restaurant-Style Dining\"}',1,'2025-09-29 18:59:42','2025-09-29 18:59:42','482333ca-8667-439d-9861-407f7209ead4'),
(2912,2912,1,'On-Site Beauty Salon and Barbershop','on-site-beauty-salon-and-barbershop',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"On-Site Beauty Salon and Barbershop\"}',1,'2025-09-29 18:59:42','2025-09-29 18:59:42','5d10b899-4f35-4329-8501-e1a5f6b4db2c'),
(2913,2913,1,'Lounges and Guest Areas','lounges-and-guest-areas',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Lounges and Guest Areas\"}',1,'2025-09-29 18:59:42','2025-09-29 18:59:42','978f4416-7457-451a-ba95-d100beaa5b94'),
(2914,2914,1,'Courtyard Gardens','courtyard-gardens',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Courtyard Gardens\"}',1,'2025-09-29 18:59:42','2025-09-29 18:59:42','887a947f-5da8-44dc-b901-50f6ed94e2f2'),
(2915,2915,1,'Cultural, Educational, Religious and Social Activities','cultural-educational-religious-and-social-activities',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Cultural, Educational, Religious and Social Activities\"}',1,'2025-09-29 18:59:42','2025-09-29 18:59:42','ac82f213-81f7-414c-8c09-1a2cf25d968c'),
(2916,2916,1,'Daily Housekeeping','daily-housekeeping',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Daily Housekeeping\"}',1,'2025-09-29 18:59:42','2025-09-29 18:59:42','a4c748b1-08a3-4321-b840-e36b4751b228'),
(2917,2917,1,'Laundry Service','laundry-service',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Laundry Service\"}',1,'2025-09-29 18:59:42','2025-09-29 18:59:42','3609d95c-7ab3-4ec0-91a2-d2cf1e5873c1'),
(2918,2918,1,'Complimentary Wifi','complimentary-wifi',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Complimentary Wifi\"}',1,'2025-09-29 18:59:42','2025-09-29 18:59:42','a7390974-ceef-4668-aba4-d5b114881175'),
(2925,2925,1,'Dialysis Den','dialysis-den',NULL,NULL,1,'2025-09-29 19:09:02','2025-09-29 19:09:02','620478fe-c8a9-458b-bd1a-306efe0f5437'),
(2927,2927,1,'Questionsto Ask Blog',NULL,NULL,NULL,1,'2025-09-30 19:28:01','2025-09-30 19:28:01','214d3a56-2bca-4d5e-95f8-90f721451d9c'),
(2929,2929,1,'Questions to Ask When Choosing a Skilled Nursing Facility','questions-to-ask-when-choosing-a-skilled-nursing-facility','resources/questions-to-ask-when-choosing-a-skilled-nursing-facility','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[2927],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2553],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Whether it’s after a hospital stay or due to a change in a loved one’s health, choosing a skilled nursing facility can feel like a high-stakes decision at a vulnerable time. With so many options, how do you know what to look for—and what to ask?</p><p>At Complete Care, we believe families deserve transparency, compassion, and clarity. We’ve created this list to help guide you through the process, so you can feel confident in the care your loved one receives—wherever you choose.</p><h2>Top Questions to Ask a Skilled Nursing Facility</h2><h3>1. What services and care levels do you provide?</h3><p>Make sure the facility offers the type of care your loved one needs—whether it’s short-term rehab, long-term care, memory care, or specialized programs like cardiac or pulmonary rehabilitation.</p><h3>2. What is the staff-to-resident ratio?</h3><p>This gives you an idea of how much individual attention your loved one will receive. Ask about nursing coverage, therapy availability, and medical provider access.</p><h3>3. How are care plans developed—and how involved are families?</h3><p>Look for facilities that involve families in care planning and encourage open communication with staff and medical providers.</p><h3>4. What does a typical day look like for residents?</h3><p>Ask about daily routines, activities, therapy schedules, dining options, and how they encourage socialization, independence, and engagement.</p><h3>5. How does the facility handle hospital readmissions and emergencies?</h3><p>Understanding their protocols and hospital partnerships can give you peace of mind.</p><h3>6. Is the facility clean, updated, and welcoming?</h3><p>During your tour, take note of the environment—does it feel warm and homelike? Are rooms and common areas well-maintained?</p><h3>7. What are the recent inspection results or ratings?</h3><p>Ask to review recent Department of Health surveys or check Medicare’s Care Compare website to review inspection results and quality ratings.</p><h3>8. How do you support emotional well-being—for residents and families?</h3><p>Facilities should have support in place for transitions, emotional health, spiritual care, and family communication.</p><h3>9. What are your visitation policies?</h3><p>Especially in a post-pandemic world, it’s important to understand how the facility approaches visitation, safety, and family involvement.</p><h3>10. What makes your facility different?</h3><p>This is your chance to hear what the team is proud of—whether it’s their therapy outcomes, culture, specialized programs, or exceptional staff.</p><h3>Final Tip: Trust Your Gut</h3><p>Beyond the answers, pay attention to how you’re treated when you call or visit. Are the staff kind and knowledgeable? Do they make you feel welcome and supported?</p><p>Choosing a care facility is never just about a building—it’s about people, values, and trust. At Complete Care, we’re honored to be a part of that journey for so many families.</p><p>If you\'re beginning your search, we’re here to help—no pressure, just guidance.</p>\"}',1,'2025-09-30 19:28:07','2025-09-30 19:28:07','c886c4af-93ae-4889-b78d-229dac15fa62'),
(2931,2931,1,'Complete Care Privacy Policy',NULL,NULL,NULL,1,'2025-09-30 22:22:11','2025-09-30 22:22:11','c7915d15-2b43-4071-8ddf-cfd5d7f14f77'),
(2933,2933,1,'Complete Care Website Privacy Policy',NULL,NULL,NULL,1,'2025-09-30 22:22:21','2025-09-30 22:22:21','9b3c6dbb-6cc8-423c-b567-294666ea6f36'),
(2934,2934,1,'Complete Care Terms of Service',NULL,NULL,NULL,1,'2025-09-30 22:22:35','2025-09-30 22:22:35','0277bf90-85c9-46ab-ae93-f78225ebdcfe'),
(2939,2939,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Arbors is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Arbors are provided solely by Complete Care at Arbors.</p>\"}',1,'2025-09-30 22:41:39','2025-09-30 22:41:39','9bc282a7-7390-4af9-8f67-725f9d22e346'),
(2941,2941,1,'Non Discrimination Notice',NULL,NULL,NULL,1,'2025-09-30 22:43:05','2025-09-30 22:43:05','b91633b1-0fb7-4428-b721-ee2059c58427'),
(2945,2945,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-NJ-Financials.pdf\\\">Complete Care at Arbors 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Arbors-MCR-CR-2024.pdf\\\">Arbors MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-Revenues.pdf\\\">Complete Care at Arbors 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2025-09-30 22:45:18','2026-01-22 19:46:47','f4c98ead-e2f6-4155-b3af-0d41f217fbca'),
(2952,2952,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li>Complete Care at Arbors 2024 NJ Financials</li><li>Arbors MCR CR 2024</li><li>Complete Care at Arbors 2024 Revenues</li><li>Nursing Home Facility Data</li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2025-09-30 22:45:57','2025-09-30 22:45:57','61b6375b-7d92-42d3-b28e-bf570f3da9d3'),
(2956,2956,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[2941]}',1,'2025-09-30 22:46:11','2025-09-30 22:46:11','91e8dcf2-89c6-44bd-b9a5-473e7aca1e25'),
(2959,2959,1,'CMS Five Star Quality','cms-five-star-quality-measures-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS Five Star Quality\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2873]}',1,'2025-10-03 20:24:31','2025-10-03 20:24:31','8c0e46c5-b908-45b1-af12-114968f69dc1'),
(2961,2961,1,'Striving for Ten','ahca-bronze-award-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Striving for Ten\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2886]}',1,'2025-10-03 20:24:40','2025-10-03 20:24:40','ad89dc5a-ad38-42f6-9ddc-994de20ec03f'),
(2963,2963,1,'Great Place to Work 2025-2026','from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Great Place to Work 2025-2026\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2870]}',1,'2025-10-03 20:24:49','2025-10-03 20:24:49','13b3d04f-af03-4da5-a06f-054549c0a85a'),
(2965,2965,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-10-06 16:09:49','2025-10-06 16:09:49','78c7c67a-e552-4a86-b687-0ed85a815c55'),
(2966,2966,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2025-10-06 16:09:59','2025-10-06 16:09:59','678c68dd-d6f7-4a1e-bfd7-907c51c06a13'),
(2968,2968,1,'Bey Lea Lobby',NULL,NULL,NULL,1,'2025-10-06 17:44:48','2025-10-06 17:45:01','1db128e5-fec8-4a64-817a-17a7f55fe0b3'),
(2969,2969,1,'CMS 4 Quality','4-qm',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS 4 Quality\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9707]}',1,'2025-10-06 17:45:32','2026-01-17 19:31:45','3885995d-2f34-45c1-b8ce-6872213b3282'),
(2970,2970,1,'CMS 4 Star Quality Measures',NULL,NULL,NULL,1,'2025-10-06 17:45:59','2025-10-08 18:24:15','fb74a310-b279-4f1d-85f4-4db2e9488b3d'),
(2971,2971,1,NULL,'',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2970]}',1,'2025-10-06 17:46:02','2025-10-06 17:46:02','475d53be-1e0a-42ed-afce-43201c45b635'),
(2972,2972,1,'Newsweek 2025','newsweek',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Newsweek 2025\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2872]}',1,'2025-10-06 17:46:14','2026-01-17 18:14:19','630ed87c-c4af-4c6a-8a6c-439b5c58d21b'),
(2973,2973,1,NULL,'',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2872]}',1,'2025-10-06 17:46:44','2025-10-06 17:46:44','7d18b99a-553b-4b29-91ae-83673d25b86d'),
(2974,2974,1,'ACHA Bronze','acha-bronze',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"ACHA Bronze\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2887]}',1,'2025-10-06 17:46:46','2025-10-09 16:34:57','1389f245-5fda-49c1-a1f4-f7ce6f1ca9ba'),
(2975,2975,1,NULL,'',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2887]}',1,'2025-10-06 17:47:00','2025-10-06 17:47:00','a0b13fa1-fb28-4f1c-ab28-f1c53401334b'),
(2976,2976,1,'4 QM','4-qm',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"4 QM\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2970]}',1,'2025-10-06 17:47:25','2025-10-06 17:47:25','8ba443f7-d5c8-4b18-8656-3067e0df91cf'),
(2977,2977,1,'AHCA Bronze','ahca-bronze',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"AHCA Bronze\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2887]}',1,'2025-10-06 17:47:42','2025-10-06 17:47:42','977d6d09-1e25-4781-920b-2203625bfbbe'),
(2983,2983,1,'Janice L','janice-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Mom has been at Bey Lea for almost a month. The staff works very hard to make sure all the resident\'s needs are met. PT works with her 5 days a week.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Janice L\"}',1,'2025-10-06 17:50:00','2025-10-06 17:50:00','9f30970a-d4e8-4443-90eb-18d189b38324'),
(2984,2984,1,'Christine F','christine-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My father had rehab here for three weeks. The nurses and aides worked with him until he settled in. Ed Mount, the social worker, was amazing. He explained everything to us and helped us find resources to help dad when he came home.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine F\"}',1,'2025-10-06 17:50:00','2025-10-06 17:50:00','438e097c-99ce-4572-b40a-0748198ac37e'),
(2985,2985,1,'Elisa C.','elisa-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My dad is staying here for rehab. I didn’t know what to expect. I found this place so warm, friendly and so kind to my dad. I appreciate all the workers who work so hard to make you feel like home. Thank you\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Elisa C.\"}',1,'2025-10-06 17:50:00','2025-10-06 17:50:00','3c770fd3-beb4-496b-bec3-a3924a83db47'),
(2986,2986,1,'N/A','n-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My family member has been there for 4 weeks so far and we are so happy she’s here. She is steadily progressing with the rehab she is receiving. Her legs keep getting stronger and her care is so good. The nurses, aids and staff are attentive, caring and so friendly. I recently threw a surprise party with some relatives and Veronica and others helped, even decorating a separate room so we could all be together to make my sister’s day special.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"N/A\"}',1,'2025-10-06 17:50:00','2025-10-06 17:50:00','1df64609-264a-423b-a15a-dc0fc94e51f5'),
(2987,2987,1,'Patty M.','patty-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Facility was clean! People were attentive & caring! The residents looked like they were happy & having fun when in the community room!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patty M.\"}',1,'2025-10-06 17:50:00','2025-10-06 17:50:00','6094e1c0-f0b6-46d7-9b3e-c59ec628a326'),
(2989,2989,1,'Janice L','janice-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Mom has been at Bey Lea for almost a month. The staff works very hard to make sure all the resident\'s needs are met. PT works with her 5 days a week.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Janice L\"}',1,'2025-10-06 17:50:00','2025-10-06 17:50:00','b322cf6b-ee42-4380-b33b-e9f04a3dc7b3'),
(2990,2990,1,'Christine F','christine-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My father had rehab here for three weeks. The nurses and aides worked with him until he settled in. Ed Mount, the social worker, was amazing. He explained everything to us and helped us find resources to help dad when he came home.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine F\"}',1,'2025-10-06 17:50:00','2025-10-06 17:50:00','7b48a628-4ec3-4491-a9ac-7e9905dbb610'),
(2991,2991,1,'Elisa C.','elisa-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My dad is staying here for rehab. I didn’t know what to expect. I found this place so warm, friendly and so kind to my dad. I appreciate all the workers who work so hard to make you feel like home. Thank you\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Elisa C.\"}',1,'2025-10-06 17:50:00','2025-10-06 17:50:00','31004ca2-e0f2-42dc-881b-7854180869bf'),
(2992,2992,1,'N/A','n-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My family member has been there for 4 weeks so far and we are so happy she’s here. She is steadily progressing with the rehab she is receiving. Her legs keep getting stronger and her care is so good. The nurses, aids and staff are attentive, caring and so friendly. I recently threw a surprise party with some relatives and Veronica and others helped, even decorating a separate room so we could all be together to make my sister’s day special.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"N/A\"}',1,'2025-10-06 17:50:00','2025-10-06 17:50:00','0ab603ec-1bf5-4a6b-a178-0fefdc514235'),
(2993,2993,1,'Patty M.','patty-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Facility was clean! People were attentive & caring! The residents looked like they were happy & having fun when in the community room!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patty M.\"}',1,'2025-10-06 17:50:00','2025-10-06 17:50:00','4f46b7e5-b48f-4d08-adf8-016f961e5bcd'),
(2999,2999,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents are really nice, coworkers are friendly, management is honest and reasonable, and they don\'t over work us. Most importantly the pay is great and competitive with benefits\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-06 17:51:32','2026-01-28 17:14:28','2f1b020a-ec07-46bf-8db5-8ee88b267d8d'),
(3000,3000,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have started from the bottom straight out of school. They trained me patiently and provided support. Complete Care at Bey Lea is the type of facility you want to work in long term and be a regular at\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-06 17:51:32','2026-01-28 17:14:28','f47d573c-452e-4b00-9c19-66c5c51795cb'),
(3002,3002,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents real nice - co workers are friendly - management is honest and reasonable and they don\'t over work us. Most importantly the pay is great and competitive with benefits\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-06 17:51:32','2025-10-06 17:51:32','7bca310e-0bc5-422d-b230-8e23594ade78'),
(3003,3003,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have started from the bottom straight out of school. The trained me in patiently and nicely full of support, Complete Care at Bey Lea is the type of facility you want to work in long term and be a regular at.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-06 17:51:32','2025-10-06 17:51:32','c627443c-8f0b-437c-a2fe-82b3dd74240e'),
(3011,3011,1,'Brick Lobby',NULL,NULL,NULL,1,'2025-10-08 18:19:10','2025-10-08 18:19:10','b3b075a0-dd01-4b0a-ba98-6d1b13480051'),
(3014,3014,1,'Newsweek','newsweek',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Newsweek\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2872]}',1,'2025-10-08 18:21:43','2025-10-08 18:21:43','718e4167-6427-4b3d-9539-ad4c3b8358ec'),
(3017,3017,1,'CMS 5 Star Overall',NULL,NULL,NULL,1,'2025-10-08 18:26:16','2025-10-08 18:26:30','0444c56a-9166-4a1b-b4b7-27838da96b71'),
(3018,3018,1,'CMS 4 Star Overall',NULL,NULL,NULL,1,'2025-10-08 18:26:55','2025-10-08 18:27:05','9b3bb1d5-d40a-4b3f-b371-d78345b04b5a'),
(3019,3019,1,'CMS 4 Star Quality and Overall',NULL,NULL,NULL,1,'2025-10-08 18:28:08','2025-10-08 18:28:18','74252bc1-50d5-4a1d-a113-9a0d140a510c'),
(3020,3020,1,'US News Short Term',NULL,NULL,NULL,1,'2025-10-08 18:29:13','2025-10-08 18:29:13','72219bf4-1fe3-4642-b90c-9562575facb3'),
(3021,3021,1,'VOHRA',NULL,NULL,NULL,1,'2025-10-08 18:30:50','2025-10-08 18:31:22','191190f1-6e2d-4396-8177-2d368237e41c'),
(3022,3022,1,'Mineral 2025 Awards',NULL,NULL,NULL,1,'2025-10-08 18:31:41','2025-10-08 18:32:14','8fccc342-537e-46ee-9a53-6cbb937e1544'),
(3023,3023,1,'Mineral 2025 Winner',NULL,NULL,NULL,1,'2025-10-08 18:32:26','2025-10-08 18:32:47','81150314-0e6b-4d00-a8b6-ceff82b0024e'),
(3027,3027,1,'JAACO','jaaco',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"JAACO\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2871]}',1,'2025-10-08 18:35:57','2025-10-08 18:36:39','e69b9252-9557-4990-8305-0db525a38925'),
(3028,3028,1,'JAACO','jaaco',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"JAACO\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2871]}',1,'2025-10-08 18:36:16','2025-10-08 18:36:16','e4544fe4-ce80-4021-932b-23b755fb0865'),
(3036,3036,1,'John G.','john-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My father needs more care than his assisted living facility could provide. His nurse, Jen, has been incredible! She is on top of everything, and very accommodating when it comes to talking about his health any particular day. We are VERY happy with the care that he is receiving here at Complete Care at Brick!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"John G.\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','3970e573-58b8-4d8f-9e5e-36e4f9ad5d56'),
(3037,3037,1,'Merissa B.','merissa-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My grandmother was recently at this facility. It was very clean. The staff is very friendly and kind, and I can tell that they really care about their patients. My family member did not want to stay and the director of nursing came and spoke with her and eased her mind and assured her she would receive great care, for which she did .I wanna thank Michele the DON and her assistant Melissa for helping my family and making my family members experience a positive one.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Merissa B.\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','26410b77-c1ee-4441-bb58-bebe59b72457'),
(3038,3038,1,'Elchanan S.','elchanan-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent facility with quality care. My family member was well taken care of. Special thanks to Elizabeth for taking such good care of my sister-in-law and helping manage her cognitive and psychological issues. I would recommend for that alone.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Elchanan S.\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','26821e92-95a5-4025-a87c-b2389f9e0b73'),
(3039,3039,1,'Joyce S.','joyce-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff on the Cardiac Unit are pleasant attentive and professional and communicative. I am so blessed that my husband has such a good team in all disciplines taking care of him.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joyce S.\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','b01c1c10-542b-4b90-b497-2636901d1c73'),
(3040,3040,1,'Kelly F.','kelly-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom recently moved into Nursing Care here. So far, experience has been very nice! Thankful to the team, the sweet front ladies, Jocelyn, the nurses and the contract nurses for being so kind to my mom. Got to decorate her room a little for Fall today. And its kept very clean!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kelly F.\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','36b05c36-caa2-40ef-a798-28f86355a35c'),
(3041,3041,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','f07b48d5-4eea-4f35-91dc-0ba20ef9c3d4'),
(3042,3042,1,'John G.','john-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My father needs more care than his assisted living facility could provide. His nurse, Jen, has been incredible! She is on top of everything, and very accommodating when it comes to talking about his health any particular day. We are VERY happy with the care that he is receiving here at Complete Care at Brick!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"John G.\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','f956e2b5-e619-4f13-811d-87e3902c3139'),
(3043,3043,1,'Merissa B.','merissa-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My grandmother was recently at this facility. It was very clean. The staff is very friendly and kind, and I can tell that they really care about their patients. My family member did not want to stay and the director of nursing came and spoke with her and eased her mind and assured her she would receive great care, for which she did .I wanna thank Michele the DON and her assistant Melissa for helping my family and making my family members experience a positive one.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Merissa B.\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','e8437ee6-c4d7-49f1-a090-853cc42c4214'),
(3044,3044,1,'Elchanan S.','elchanan-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent facility with quality care. My family member was well taken care of. Special thanks to Elizabeth for taking such good care of my sister-in-law and helping manage her cognitive and psychological issues. I would recommend for that alone.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Elchanan S.\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','b4a33cd5-b8ab-4762-90a4-7361cc4c1726'),
(3045,3045,1,'Joyce S.','joyce-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff on the Cardiac Unit are pleasant attentive and professional and communicative. I am so blessed that my husband has such a good team in all disciplines taking care of him.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joyce S.\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','4212d260-1071-4cad-bbeb-a1cf78ed4245'),
(3046,3046,1,'Kelly F.','kelly-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom recently moved into Nursing Care here. So far, experience has been very nice! Thankful to the team, the sweet front ladies, Jocelyn, the nurses and the contract nurses for being so kind to my mom. Got to decorate her room a little for Fall today. And its kept very clean!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kelly F.\"}',1,'2025-10-08 18:39:34','2025-10-08 18:39:34','a1211cf4-f05a-4697-a627-14a616577641'),
(3048,3048,1,'Brick Admin',NULL,NULL,NULL,1,'2025-10-08 18:42:24','2025-10-08 18:42:24','15f14ffe-e58c-456e-b599-b7a78e081219'),
(3051,3051,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2025-10-08 18:43:12','2025-10-08 18:43:12','3f9555a3-b1fd-45eb-bebf-771c53b129e3'),
(3052,3052,1,'Joe Hiller','joe-hiller',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Hiller\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3048],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"joe.hiller@completecarebrick.com\"}',1,'2025-10-08 18:43:12','2025-10-08 18:43:12','206645ec-79db-460d-849a-0427fd94530d'),
(3053,3053,1,'Brianna Febus','brianna-febus',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Febus\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-08 18:43:12','2025-10-08 18:43:12','80d205e3-62cd-4f88-b70c-2e968c9da1cd'),
(3055,3055,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2025-10-08 18:43:42','2025-10-08 18:43:42','1b1c85b0-703f-42ce-bf85-6f4e6a7ead6f'),
(3058,3058,1,'Burlington Woods Lobby',NULL,NULL,NULL,1,'2025-10-08 18:44:46','2025-10-08 18:44:46','f05a57ab-91e9-4f0f-842e-e3f180839fa3'),
(3066,3066,1,'Evelyn S.','evelyn-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very pleased with the attention and care to my sister who has cognitive issues. All staff including nursing, activities, social worker and activities have kept us informed.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Evelyn S.\"}',1,'2025-10-08 18:48:30','2025-10-08 18:48:30','cd09b0bd-743c-4ae6-b62b-7b3d7119eaa2'),
(3067,3067,1,'Samuel H.','samuel-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Extremely clean and such friendly staff. I am completely comfortable entrusting my loved one here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Samuel H.\"}',1,'2025-10-08 18:48:30','2025-10-08 18:48:30','01e25f71-2e6c-4b2d-b728-9c4291013314'),
(3068,3068,1,'Christine D.','christine-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"When I visit my mom she is happy, clean and well feed. She is always so impressed with staff. They treat her with dignity and kindness.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine D.\"}',1,'2025-10-08 18:48:30','2025-10-08 18:48:30','5d0ad310-dffd-40e6-a1ac-18bb9b9c4e9d'),
(3069,3069,1,'Dwayne D.','dwayne-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Professional and caring staff cared genuinely for our father! It appeared they were providing the same level of care to the other residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dwayne D.\"}',1,'2025-10-08 18:48:30','2025-10-08 18:48:30','01df87b4-3d38-4947-80b0-e9942afdf5cb'),
(3070,3070,1,'Renee W.','renee-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The Staff on the A wing at Burlington Woods is wonderful! They take great care of their patients. They truly appreciate the care they give!!!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Renee W.\"}',1,'2025-10-08 18:48:30','2025-10-08 18:48:30','fc69a970-90fb-40cb-895f-52afdf9e902f'),
(3072,3072,1,'Evelyn S.','evelyn-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very pleased with the attention and care to my sister who has cognitive issues. All staff including nursing, activities, social worker and activities have kept us informed.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Evelyn S.\"}',1,'2025-10-08 18:48:30','2025-10-08 18:48:30','beb954f0-a351-4f55-8493-283383ae52e5'),
(3073,3073,1,'Samuel H.','samuel-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Extremely clean and such friendly staff. I am completely comfortable entrusting my loved one here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Samuel H.\"}',1,'2025-10-08 18:48:30','2025-10-08 18:48:30','21b9cdb5-418a-450c-a4fc-3d5abec7ad67'),
(3074,3074,1,'Christine D.','christine-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"When I visit my mom she is happy, clean and well feed. She is always so impressed with staff. They treat her with dignity and kindness.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine D.\"}',1,'2025-10-08 18:48:30','2025-10-08 18:48:30','374ed2b1-663f-44e4-a2b9-0f3172d962ad'),
(3075,3075,1,'Dwayne D.','dwayne-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Professional and caring staff cared genuinely for our father! It appeared they were providing the same level of care to the other residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dwayne D.\"}',1,'2025-10-08 18:48:30','2025-10-08 18:48:30','f9264c3b-668a-41c1-b551-d6511a343395'),
(3076,3076,1,'Renee W.','renee-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The Staff on the A wing at Burlington Woods is wonderful! They take great care of their patients. They truly appreciate the care they give!!!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Renee W.\"}',1,'2025-10-08 18:48:30','2025-10-08 18:48:30','da7a3748-9cc4-4de4-a210-abbcf8cce459'),
(3079,3079,1,'Kitchen Aide','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"As an employee Burlington Woods is a very good place to work at\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kitchen Aide\"}',1,'2025-10-08 18:50:11','2026-01-28 20:22:26','623568ca-fc42-47b0-8a57-354d40e7c0e2'),
(3081,3081,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"As an employee very good place to work at\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-08 18:50:11','2025-10-08 18:50:11','11dfff26-d73b-4e85-ab41-61f11f87e716'),
(3084,3084,1,'Burlington Admissions Director',NULL,NULL,NULL,1,'2025-10-08 18:51:15','2025-10-08 18:51:29','6353a877-1add-4eb2-bbda-bdc2e3591902'),
(3087,3087,1,'Eli Goldman','eli-goldman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Goldman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"egoldman@ccburlingtonwoods.com\"}',1,'2025-10-08 18:52:55','2025-10-08 18:52:55','dd21503c-32b8-415d-8de1-4a8876e22b44'),
(3088,3088,1,'Carmen Gonzalez','carmen-gonzalez',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Carmen Gonzalez\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3084]}',1,'2025-10-08 18:52:55','2025-10-08 18:52:55','f79908d0-14c2-48dc-891a-3e9a321c3686'),
(3090,3090,1,'Court House Lobby',NULL,NULL,NULL,1,'2025-10-08 18:53:49','2025-10-08 18:54:27','b6e252c3-e3af-4dcd-b540-95a7266b1ff8'),
(3093,3093,1,'AHCA Silver','ahca-silver',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"AHCA Silver\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2888]}',1,'2025-10-08 18:55:36','2026-01-17 18:16:00','a37209f8-e535-4072-a045-3d5c4ce002b5'),
(3094,3094,1,'AHCA Silver','ahca-silver',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"AHCA Silver\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2888]}',1,'2025-10-08 18:55:51','2025-10-08 18:55:51','6d2e76f3-fb19-4648-ae0f-91ef6ba1a9cc'),
(3095,3095,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-10-08 18:56:08','2025-10-08 18:56:08','564eaaf6-d68a-4f7a-b85e-10daea826ed2'),
(3102,3102,1,'LuAnn M.','luann-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Well run facility with a very nice staff. My mother is happy there. It feels like a second home in many ways. Very grateful we found CC to care for my 94 year old mother. She loves the meals and usually eats every last morsel. She has gained 10 pounds and we couldn’t be more pleased about that.\\nWe are rounding 3 years with our mother being at Complete Care. We are very pleased with her care. She will be 96 years old in March 2025 but she is doing very well and has pretty much has not declined in the last couple of years. She feels at home and we believe it is because of the kindness and loving care she receives every day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LuAnn M.\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','a88e97e9-f3b9-45c6-8fd8-4f0daeda68a6'),
(3103,3103,1,'Kathy T.','kathy-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility has activities and entertainment that my mother enjoys. Mom is always clean and well cared for. During my 2 hour visit in the afternoon she was served 2 different beverages. Her dinner arrived at 4:30 at which time I left. It looked appetizing.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kathy T.\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','55ce1192-e3ca-4514-b177-868191166e64'),
(3104,3104,1,'Deborah B.','deborah-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Saw five members of the care team who are doing a terrific job of coordinating my father’s care. They are patient, professional and responsive in answering our numerous questions. My father (94) reports being very comfortable and well cared for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah B.\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','cc45f418-9986-40fb-8388-5273e9f4d091'),
(3105,3105,1,'George C.','george-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice nice people who seem to generally care , and work hard to make you feel better.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"George C.\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','dc6b52d2-2a4d-41ff-af68-7cac899e458e'),
(3106,3106,1,'Lisa H.','lisa-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone here has been fabulous on every level of care.. Extremely clean, outstanding rehab, wonderful meals, great attention to what my father needed at every moment of the day and night. They couldn’t have put him on a better schedule. 100% excellent. Highly recommend.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lisa H.\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','252d13be-efce-4b73-aaef-f6c54d5d8844'),
(3107,3107,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','bd5ff6e6-18ed-4093-9167-9dac3b42b528'),
(3108,3108,1,'LuAnn M.','luann-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Well run facility with a very nice staff. My mother is happy there. It feels like a second home in many ways. Very grateful we found CC to care for my 94 year old mother. She loves the meals and usually eats every last morsel. She has gained 10 pounds and we couldn’t be more pleased about that.\\nWe are rounding 3 years with our mother being at Complete Care. We are very pleased with her care. She will be 96 years old in March 2025 but she is doing very well and has pretty much has not declined in the last couple of years. She feels at home and we believe it is because of the kindness and loving care she receives every day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LuAnn M.\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','ec3c3e54-d1ee-4c23-bfd1-49abc8b4c9f0'),
(3109,3109,1,'Kathy T.','kathy-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility has activities and entertainment that my mother enjoys. Mom is always clean and well cared for. During my 2 hour visit in the afternoon she was served 2 different beverages. Her dinner arrived at 4:30 at which time I left. It looked appetizing.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kathy T.\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','e507b333-6557-4a17-960f-9c47c3ece61b'),
(3110,3110,1,'Deborah B.','deborah-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Saw five members of the care team who are doing a terrific job of coordinating my father’s care. They are patient, professional and responsive in answering our numerous questions. My father (94) reports being very comfortable and well cared for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah B.\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','13c07ce4-ce79-4b5f-b56c-e1635e37cfe7'),
(3111,3111,1,'George C.','george-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice nice people who seem to generally care , and work hard to make you feel better.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"George C.\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','db0bf88e-5fb9-458f-a6c4-95b21f982884'),
(3112,3112,1,'Lisa H.','lisa-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone here has been fabulous on every level of care.. Extremely clean, outstanding rehab, wonderful meals, great attention to what my father needed at every moment of the day and night. They couldn’t have put him on a better schedule. 100% excellent. Highly recommend.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lisa H.\"}',1,'2025-10-08 18:57:34','2025-10-08 18:57:34','f1c94fc0-2bf4-4ad2-97cf-c95f714a798d'),
(3114,3114,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-10-08 18:59:33','2025-10-08 18:59:33','775442ab-c4b7-4da0-98f0-61deb96fe37c'),
(3118,3118,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-10-08 19:00:47','2025-10-08 19:00:47','1b79eb38-729f-4fca-86be-a24c21abcf3b'),
(3119,3119,1,'Brian Klocke','brian-klocke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Klocke\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"bklocke@ccatcourthouse.com\"}',1,'2025-10-08 19:00:47','2025-10-08 19:00:47','79cca6d6-698b-43e4-b337-66a626f06add'),
(3120,3120,1,'Stacy Moldando','stacy-moldando',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacy Moldando\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-08 19:00:47','2025-10-08 19:00:47','50c6ba1c-a08e-4e13-b188-9be62d5e2b49'),
(3122,3122,1,'Green Acres Lobby',NULL,NULL,NULL,1,'2025-10-08 19:52:53','2025-10-08 19:52:53','44787d60-53fb-4cd2-87b4-c3c3b028192a'),
(3125,3125,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3122],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2025-10-08 19:54:50','2025-10-08 19:54:50','9894915b-ee0a-4633-aec2-f6f90bcf7342'),
(3137,3137,1,'Green Acres AD',NULL,NULL,NULL,1,'2025-10-08 19:59:08','2025-10-08 19:59:08','1e142d00-4649-454b-b21f-1165000af51f'),
(3138,3138,1,'D D.','d-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What a great facility! Fantastic Nursing staff and incredible customer service. Me and my sisters are so happy with the care they are giving our grandpa.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"D D.\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','63b3aeb7-9986-4904-baff-c2565fcc4285'),
(3139,3139,1,'Margaret K.','margaret-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We had a Birthday get together for our family member and Green Acres had a room for us, they decorated it with a banner, tabletop decorations, it was very nice and totally unexpected. Plenty of room, we had a great time laughing and joking around. Thank you Green Acres.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Margaret K.\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','fba32e12-70d4-4bc9-b914-4775f285aa5a'),
(3140,3140,1,'Jeremy S.','jeremy-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Our family had a wonderful experience at Green Acres. Neat and clean with a very friendly staff, and great warm therapy team. I would recommend this facility to anyone in need of rehab.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jeremy S.\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','e4221bcc-da3d-44f7-bb17-4fcf8a8fef1e'),
(3141,3141,1,'Linda B.','linda-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My brother has been here for a few weeks. Of all the rehabs I have been in with family members...this one has been the cleanest, friendliest and most helpful and cooperative. The nurses and social worker continually call to keep us updated on my brother\'s progress. The aids have been very attentive and very friendly which is a huge difference from past experiences.The rooms are larger than most and my brother has been pretty satisfied with the food. So far it\'s been the best experience we\'ve had with a rehab facility and believe me we have had many!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Linda B.\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','a4b40de5-9c37-443c-b58f-88efbc3b3477'),
(3142,3142,1,'Juvy C.','juvy-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Green Acres is an Excellent facility, The nursing staff, health Aid, Physical therapists, Occupational therapists, Speech Therapists and social workers are the Best. The rooms are private and clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Juvy C.\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','42dd6b02-a1ef-40ce-96fe-710e34c5bbef'),
(3143,3143,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Managers and coworkers do their best to guide you in the right direction and see you succeed.  Facility offers opportunities to increase knowledge, understanding, and acquire additional certifications. Overall, there is a positive, friendly, inviting, and inclusive work culture that is hard to find anywhere else.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-10-08 19:59:16','2026-01-28 20:18:01','323e706e-464b-4878-8f23-80f185ce1968'),
(3144,3144,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The part that stands out the most to me is how everyone is treated like an actual human. Each resident is a person and treated as family. Us staff especially are a friendly and helpful team!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-08 19:59:16','2026-01-28 20:18:01','e2fa02a6-ac26-41f1-8403-5f6352319e2d'),
(3145,3145,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice, clean place to work. Good teamwork. Good communication between all departments. Families and friends satisfied and happy with care for their loved ones.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','a00ae8ed-a558-469a-a2e0-7abd1dfe4093'),
(3146,3146,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3122],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','461f4a92-f4b8-47e6-8dc5-7fb7175cbc1e'),
(3147,3147,1,'D D.','d-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What a great facility! Fantastic Nursing staff and incredible customer service. Me and my sisters are so happy with the care they are giving our grandpa.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"D D.\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','4f7f4699-f822-4e18-87d0-f1adb5486aad'),
(3148,3148,1,'Margaret K.','margaret-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We had a Birthday get together for our family member and Green Acres had a room for us, they decorated it with a banner, tabletop decorations, it was very nice and totally unexpected. Plenty of room, we had a great time laughing and joking around. Thank you Green Acres.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Margaret K.\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','3f810df9-a8fb-4ef0-a5ba-2930baef48f5'),
(3149,3149,1,'Jeremy S.','jeremy-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Our family had a wonderful experience at Green Acres. Neat and clean with a very friendly staff, and great warm therapy team. I would recommend this facility to anyone in need of rehab.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jeremy S.\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','e984a61c-d0ab-45f7-a190-eb04e3f4f29d'),
(3150,3150,1,'Linda B.','linda-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My brother has been here for a few weeks. Of all the rehabs I have been in with family members...this one has been the cleanest, friendliest and most helpful and cooperative. The nurses and social worker continually call to keep us updated on my brother\'s progress. The aids have been very attentive and very friendly which is a huge difference from past experiences.The rooms are larger than most and my brother has been pretty satisfied with the food. So far it\'s been the best experience we\'ve had with a rehab facility and believe me we have had many!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Linda B.\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','f738b2ba-94b4-466e-b07f-1b9a3bd2d98f'),
(3151,3151,1,'Juvy C.','juvy-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Green Acres is an Excellent facility, The nursing staff, health Aid, Physical therapists, Occupational therapists, Speech Therapists and social workers are the Best. The rooms are private and clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Juvy C.\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','60b68cde-0c29-41db-8267-eeac68f6a837'),
(3152,3152,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Managers and coworkers do their best to guide you in the right direction and see you succeed. Facility likes to hire new grads. Facility offers opportunities to increase knowledge, understanding, and acquire additional certifications. Overall, there is a positive, friendly, inviting, and inclusive work culture that is hard to find anywhere else.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','7f92ae4d-da86-4e15-8442-dc00d882c304'),
(3153,3153,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The part that stands out the most to me is how everyone is treated like an actual human. Each resident is a person and treated as family.\\nUs staff especially are a friendly and helpful team!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','33e302a0-8d31-4030-8bdb-2078ca2bcfc8'),
(3154,3154,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice, clean place to work. Good teamwork. Good communication between all departments. Families and friends satisfied and happy with care for their loved ones.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','7a44f47d-f76f-4034-9c81-a7f4911f43f1'),
(3155,3155,1,'Eli Basch','eli-basch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Basch\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"EBasch@ccatgreenacres.com\"}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','7396b667-f622-4b07-bbff-b7af51c82248'),
(3156,3156,1,'Dana Bea','dana-bea',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dana Bea\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3137]}',1,'2025-10-08 19:59:16','2025-10-08 19:59:16','a36ce2e0-78b0-4165-b30d-ebb4bde668bd'),
(3158,3158,1,'Holiday City Lobby',NULL,NULL,NULL,1,'2025-10-08 20:21:30','2025-10-08 20:22:26','f08f6fca-1b20-4c42-ad67-b8fd4b050ce1'),
(3159,3159,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-10-08 20:22:54','2025-10-08 20:22:54','6da9f76c-e6b9-4eb5-a95c-372257b05e8b'),
(3166,3166,1,'Goldie R.','goldie-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My sister and I were so happy with the care they gave my aunt the last 6 weeks. She made an unbelievable recovery, and we have much gratitude to the rehab staff there. Nursing staff was attentive and compassionate as well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Goldie R.\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','057d007a-5031-46a8-8d94-2cf083ad0b09'),
(3167,3167,1,'Dee D.','dee-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I had an incredible experience in Holiday city for my Grandpa. The nurses cared so much for Pop and made him feel at home. Myself and my 2 sisters who were there visiting daily, saw so much compassion and kindness out of the staff there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dee D.\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','a91d47ab-8ea7-4963-a4df-6c9f1a72c2fa'),
(3168,3168,1,'Avrumi K.','avrumi-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Highly recommend this facility, the staff was really friendly and helpful. They made us feel right at home when they took care of my grandfather.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Avrumi K.\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','3bd311a7-a87b-47a5-ab91-968b43804032'),
(3169,3169,1,'David D.','david-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What a nice and friendly place. Clean, neat, and great nursing care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David D.\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','96284987-3e18-45bb-aa5c-47a59acfbcda'),
(3170,3170,1,'Jennifer T.','jennifer-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My grandmother stayed in this facility for a while and I can never forget the compassionate care that was given by the staff especially nurse Aubrey. She went above and beyond with her care. Will recommend for long term care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jennifer T.\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','16ed3037-d3f0-45cd-a5fd-4024e1a9ad85'),
(3171,3171,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','3b52978c-52db-49a3-8ca4-38fb53bac77e'),
(3172,3172,1,'Goldie R.','goldie-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My sister and I were so happy with the care they gave my aunt the last 6 weeks. She made an unbelievable recovery, and we have much gratitude to the rehab staff there. Nursing staff was attentive and compassionate as well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Goldie R.\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','b316d01e-98d4-48cd-9ff8-9612fa715a9d'),
(3173,3173,1,'Dee D.','dee-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I had an incredible experience in Holiday city for my Grandpa. The nurses cared so much for Pop and made him feel at home. Myself and my 2 sisters who were there visiting daily, saw so much compassion and kindness out of the staff there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dee D.\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','a71f5823-7f70-49ce-8145-d0412bdba848'),
(3174,3174,1,'Avrumi K.','avrumi-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Highly recommend this facility, the staff was really friendly and helpful. They made us feel right at home when they took care of my grandfather.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Avrumi K.\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','7412cedd-7e1d-432f-9b92-3e899d8a7bd6'),
(3175,3175,1,'David D.','david-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What a nice and friendly place. Clean, neat, and great nursing care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David D.\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','1f4c8dd2-9c97-4305-99da-71ac95a46751'),
(3176,3176,1,'Jennifer T.','jennifer-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My grandmother stayed in this facility for a while and I can never forget the compassionate care that was given by the staff especially nurse Aubrey. She went above and beyond with her care. Will recommend for long term care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jennifer T.\"}',1,'2025-10-08 20:24:41','2025-10-08 20:24:41','e3fdb2d0-b0dc-4015-b4b9-fae544f5abdb'),
(3180,3180,1,'Holiday City AD',NULL,NULL,NULL,1,'2025-10-08 20:25:38','2025-10-08 20:25:38','752bf7c0-e070-415b-aa38-37baeafb503c'),
(3182,3182,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I would recommend working at Complete Care at Holiday City to anyone who wants to help seniors enjoy their life in a nursing home environment. I worked with a team of very dedicated people who were all focused on making the lives of the residents living there more meaningful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2025-10-08 20:25:58','2025-10-08 20:25:58','142b45b1-f03e-40c6-b813-16032d42330c'),
(3183,3183,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-10-08 20:25:58','2025-10-08 20:25:58','312d5c95-d2f5-4c26-bb63-da442b41a4db'),
(3184,3184,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I would recommend working at Complete Care at Holiday City to anyone who wants to help seniors enjoy their life in a nursing home environment. I worked with a team of very dedicated people who were all focused on making the lives of the residents living there more meaningful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2025-10-08 20:25:58','2025-10-08 20:25:58','efa57769-4b32-41a5-9e8f-e0c11ec1636e'),
(3185,3185,1,'Riten Pandya','riten-pandya',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Riten Pandya\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"rpandya@ccholidaycity.com\"}',1,'2025-10-08 20:25:58','2025-10-08 20:25:58','19b8d394-5e9c-4907-9496-03875e0cd5b0'),
(3186,3186,1,'Shelby Svehla','shelby-svehla',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shelby Svehla\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3180]}',1,'2025-10-08 20:25:58','2025-10-08 20:25:58','3b65d9b5-1d6c-44f0-8b69-0352d461959a'),
(3188,3188,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-10-08 20:26:01','2025-10-08 20:26:01','a41665aa-8d9d-4ad6-a963-00f3de7a36dc'),
(3189,3189,1,'Volunteer',NULL,NULL,NULL,1,'2025-10-08 22:17:51','2025-10-08 22:17:51','1d0b1848-a088-4215-b64c-da9c97b38d1d'),
(3190,3190,1,'Contact',NULL,NULL,NULL,1,'2025-10-08 22:17:57','2025-10-08 22:17:57','b4edaee3-1b67-4847-9935-c6ebeedaa6b5'),
(3191,3191,1,'Careers',NULL,NULL,NULL,1,'2025-10-08 22:18:05','2025-10-08 22:18:05','5afd5a9e-9786-4f00-ac6d-fb6bb62109cc'),
(3192,3192,1,'Nursing','nursing',NULL,NULL,1,'2025-10-08 22:18:49','2025-10-08 22:18:54','5350f35c-8b9f-443f-bb3f-1b5fcd98344f'),
(3193,3193,1,'Nursing','nursing',NULL,NULL,1,'2025-10-08 22:18:56','2025-10-08 22:18:56','e3e9278d-365b-403d-b420-09f2305fb5dc'),
(3194,3194,1,'Dietary / Food Service','dietary-food-service',NULL,NULL,1,'2025-10-08 22:18:56','2025-10-08 22:18:59','ed4f885c-6873-471e-95e1-a0b7d8a8f97d'),
(3195,3195,1,'Dietary / Food Service','dietary-food-service',NULL,NULL,1,'2025-10-08 22:18:59','2025-10-08 22:18:59','8ea59330-c745-4638-a884-913c191faf5a'),
(3196,3196,1,'Activities / Recreation','activities-recreation',NULL,NULL,1,'2025-10-08 22:18:59','2025-10-08 22:19:01','0cc10f49-2050-4c3f-9865-d47ddeb2147c'),
(3197,3197,1,'Activities / Recreation','activities-recreation',NULL,NULL,1,'2025-10-08 22:19:01','2025-10-08 22:19:01','38d416ef-3320-4a42-a8db-623c260f5ec9'),
(3198,3198,1,'Maintenance / Housekeeping','maintenance-housekeeping',NULL,NULL,1,'2025-10-08 22:19:01','2025-10-08 22:19:04','2883bd23-943f-4c1c-8791-1da28f257f37'),
(3199,3199,1,'Maintenance / Housekeeping','maintenance-housekeeping',NULL,NULL,1,'2025-10-08 22:19:04','2025-10-08 22:19:04','02f992a3-47d0-4b93-ac1c-64434059392d'),
(3200,3200,1,'Administrative / Business Office','administrative-business-office',NULL,NULL,1,'2025-10-08 22:19:04','2025-10-08 22:19:06','a12f353d-5d16-4d07-80f1-ab35abd717a4'),
(3201,3201,1,'Administrative / Business Office','administrative-business-office',NULL,NULL,1,'2025-10-08 22:19:06','2025-10-08 22:19:06','dca60614-a3a6-4cdb-9b39-7127a234c73e'),
(3202,3202,1,'Social Services','social-services',NULL,NULL,1,'2025-10-08 22:19:06','2025-10-08 22:19:10','38338df7-f8f9-45ef-b532-c40e7a0ce5f9'),
(3203,3203,1,'Social Services','social-services',NULL,NULL,1,'2025-10-08 22:19:10','2025-10-08 22:19:10','fded3331-3e80-457e-a841-abe104dbc54e'),
(3204,3204,1,'HR / Staffing','hr-staffing',NULL,NULL,1,'2025-10-08 22:19:10','2025-10-08 22:19:13','648c47b5-0623-48a5-be31-9dc7bf191bd9'),
(3205,3205,1,'HR / Staffing','hr-staffing',NULL,NULL,1,'2025-10-08 22:19:13','2025-10-08 22:19:13','a2bc2b67-c385-4ebe-bbea-62e3aae6db4b'),
(3206,3206,1,'Recruitment','recruitment',NULL,NULL,1,'2025-10-08 22:19:13','2025-10-08 22:19:15','ca8c32d2-7058-4a39-a5fe-a80c5d9aeeb7'),
(3207,3207,1,'Recruitment','recruitment',NULL,NULL,1,'2025-10-08 22:19:15','2025-10-08 22:19:15','ca02e491-8581-4d62-84cf-5fa811c0334e'),
(3208,3208,1,'Admissions / Marketing','admissions-marketing',NULL,NULL,1,'2025-10-08 22:19:15','2025-10-08 22:19:18','644db25a-6c9b-4136-9c6e-01f7d266e418'),
(3209,3209,1,'Admissions / Marketing','admissions-marketing',NULL,NULL,1,'2025-10-08 22:19:18','2025-10-08 22:19:18','97487a2b-754f-4187-855e-3c7a17e5db6c'),
(3210,3210,1,'Volunteer Opportunities','volunteer-opportunities',NULL,NULL,1,'2025-10-08 22:19:18','2025-10-08 22:19:21','8c661b13-f5fc-4f18-8eab-f40006804b9d'),
(3211,3211,1,'Volunteer Opportunities','volunteer-opportunities',NULL,NULL,1,'2025-10-08 22:19:21','2025-10-08 22:19:21','070958ac-3a0c-4435-9348-842dc9439b1e'),
(3217,3217,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-10-08 22:20:15','2025-10-08 22:20:15','5b61d392-46dc-425f-8abe-494f69167c8c'),
(3218,3218,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2025-10-08 22:20:19','2025-10-08 22:20:19','054942df-83ec-47c7-a244-ce1c9d816858'),
(3219,3219,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2025-10-08 22:20:23','2025-10-08 22:20:23','91390621-9ba1-444b-91a5-682e56f9b262'),
(3221,3221,1,'Bey Lea AL Admin',NULL,NULL,NULL,1,'2025-10-08 22:21:38','2025-10-08 22:21:38','10614caf-c6e8-4fa8-8727-91abee08042a'),
(3223,3223,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-10-08 22:21:46','2025-10-08 22:21:46','a5985450-da16-4ac1-9076-e56dd99f441a'),
(3224,3224,1,'Susan DeGeorge','susan-degeorge',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan DeGeorge\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3221]}',1,'2025-10-08 22:21:46','2025-10-08 22:21:46','13885f0f-9284-4d5e-8b56-12e21c79f954'),
(3235,3235,1,'Bey lea bathroom',NULL,NULL,NULL,1,'2025-10-08 22:24:18','2025-10-08 22:24:18','bc7db1f1-86e2-47c8-b354-f0ea179a262c'),
(3236,3236,1,'Bey lea common',NULL,NULL,NULL,1,'2025-10-08 22:24:35','2025-10-08 22:24:35','d6bdce8b-d9bd-404a-82e3-0494fae665c8'),
(3237,3237,1,'Bey lea couch',NULL,NULL,NULL,1,'2025-10-08 22:24:46','2025-10-08 22:24:46','63bef6a8-5d9c-4240-a06d-4dc130abdc12'),
(3238,3238,1,'Bey lea room',NULL,NULL,NULL,1,'2025-10-08 22:24:57','2025-10-08 22:24:57','f357bca4-3f40-42a8-a0b5-aa043865998c'),
(3239,3239,1,'Bey lea room2',NULL,NULL,NULL,1,'2025-10-08 22:25:07','2025-10-08 22:25:07','c9b2ba76-d7e5-47e1-bceb-f98de5d50235'),
(3240,3240,1,'Bey lea bed',NULL,NULL,NULL,1,'2025-10-08 22:25:18','2025-10-08 22:25:18','a2b20058-55d1-4440-af25-03a7d5e1aa01'),
(3241,3241,1,'Bey lea clinic',NULL,NULL,NULL,1,'2025-10-08 22:25:29','2025-10-08 22:25:29','aa0f4888-04a9-4ceb-bc0d-d20b92d8bfe6'),
(3242,3242,1,'Bey lea gym',NULL,NULL,NULL,1,'2025-10-08 22:25:38','2025-10-08 22:25:38','68cc8798-c561-454e-bc8e-704deba8ecd1'),
(3243,3243,1,'Bey lea kitchen',NULL,NULL,NULL,1,'2025-10-08 22:25:45','2025-10-08 22:25:45','92c9d431-5b90-4990-8140-c532aeab4b62'),
(3244,3244,1,'Bey lea lobby',NULL,NULL,NULL,1,'2025-10-08 22:25:47','2025-10-08 22:25:47','249f5eba-d9a1-489c-b1f2-82cb4629a970'),
(3245,3245,1,'Bey lea bathroom',NULL,NULL,NULL,1,'2025-10-08 22:28:37','2025-10-08 22:28:37','c35c4a12-f25f-4fde-aa32-18f107130219'),
(3246,3246,1,'Bey lea bed',NULL,NULL,NULL,1,'2025-10-08 22:28:39','2025-10-08 22:28:39','5cad5d00-162e-43f9-a4a6-12fcf1d2610a'),
(3247,3247,1,'Bey lea clinic',NULL,NULL,NULL,1,'2025-10-08 22:28:40','2025-10-08 22:28:40','94620682-640b-4a29-a62a-96424ba4368b'),
(3248,3248,1,'Bey lea common',NULL,NULL,NULL,1,'2025-10-08 22:28:40','2025-10-08 22:28:40','200bbf30-7a5e-4b14-95e3-b4ee533d01f2'),
(3249,3249,1,'Bey lea couch',NULL,NULL,NULL,1,'2025-10-08 22:28:41','2025-10-08 22:28:41','e8b7c267-69f9-4c1c-b5c4-72cfbbfa702e'),
(3250,3250,1,'Bey lea gym',NULL,NULL,NULL,1,'2025-10-08 22:28:42','2025-10-08 22:28:42','73aa6062-dc06-4036-a761-f26d33ae9b86'),
(3251,3251,1,'Bey lea kitchen',NULL,NULL,NULL,1,'2025-10-08 22:28:43','2025-10-08 22:28:43','c8ecc4ae-26c7-4c04-98c6-dfdb33502bd0'),
(3252,3252,1,'Bey lea lobby',NULL,NULL,NULL,1,'2025-10-08 22:28:43','2025-10-08 22:28:43','0166b217-5c82-489a-8941-d927456c756f'),
(3253,3253,1,'Bey lea room',NULL,NULL,NULL,1,'2025-10-08 22:28:44','2025-10-08 22:28:44','287024b2-dcc6-440a-b20f-762f84d5fd10'),
(3254,3254,1,'Bey lea room2',NULL,NULL,NULL,1,'2025-10-08 22:28:45','2025-10-08 22:28:45','98bea6ad-46ee-4e95-b2e0-ed2199594194'),
(3255,3255,1,'Patty M.','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Facility was clean! People were attentive & caring! The residents looked like they were happy & having fun when in the community room!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patty M.\"}',1,'2025-10-08 22:28:52','2026-01-16 15:09:33','516b6bb6-8e8d-4459-b846-79f4db0fe7f7'),
(3256,3256,1,'Charles A.','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility was always clean, cleaner than I would have thought possible to be honest.\\nThe office staff was consistent - always friendly and helpful in answering my questions.\\nThis was the case with medical staff also, very friendly and professional.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Charles A.\"}',1,'2025-10-08 22:28:52','2026-01-16 15:09:33','2443efbe-6a04-43b3-b27d-a6a54b4fa649'),
(3257,3257,1,'Janice L.','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Mom has been at Bey Lea for almost a month. The staff works very hard to make sure all the resident\'s needs are met. PT works with her 5 days a week.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Janice L.\"}',1,'2025-10-08 22:28:52','2026-01-16 15:09:33','0e7a2475-8b32-4970-8ff1-4a3ebba3b434'),
(3258,3258,1,'Pam B.','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very caring staff.. My mom is very comfortable, safe and taken care of! Place is immaculate and the staff is very caring! Thank you for the care and moreover, for your compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pam B.\"}',1,'2025-10-08 22:28:52','2026-01-16 15:09:33','94540bcb-9ed2-4e94-964a-d93dab49a768'),
(3259,3259,1,'Emma I.','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility is clean and staff is pleasant. Highly recommend.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Emma I.\"}',1,'2025-10-08 22:28:52','2026-01-16 15:09:33','f3d21968-bd52-4d23-852a-3cb5d3e894fc'),
(3260,3260,1,'CNA','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents are really nice, coworkers are friendly, management is honest and reasonable, and they don\'t over work us. Most importantly the pay is great and competitive with benefits\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-08 22:28:52','2026-01-29 16:01:42','e8f0da12-69b2-460e-8ece-0839dad5f20e'),
(3261,3261,1,'CNA','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have started from the bottom straight out of school. They trained me patiently and provided support. Complete Care at Bey Lea is the type of facility you want to work in long term and be a regular at\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-08 22:28:52','2026-01-29 16:01:42','85fdf421-148e-45a2-8223-432a295fc0ac'),
(3262,3262,1,'Recreational Director','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is a positive and collaborative work environment\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreational Director\"}',1,'2025-10-08 22:28:52','2026-01-29 16:01:42','85e30d68-f7fb-43a7-b0be-bde65a361189'),
(3263,3263,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:28:52','2025-10-08 22:28:52','56f92bed-4a18-497f-b22d-c6d238a82fec'),
(3264,3264,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3252],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3245,3246,3247,3248,3249,3250,3251,3252,3253,3254],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-10-08 22:28:53','2025-10-08 22:28:53','4a4a7887-6ed6-4f27-b3a6-69be840d3e8b'),
(3265,3265,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:28:53','2025-10-08 22:28:53','d54c6bda-6574-4f6e-83f2-8f214977e825'),
(3266,3266,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:28:53','2025-10-08 22:28:53','32c9487f-a535-4d3e-a6ce-687ef8582f66'),
(3267,3267,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:28:53','2025-10-08 22:28:53','2b6c4dc3-3214-44e5-b91d-cb2c481eb792'),
(3268,3268,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:28:53','2025-10-08 22:28:53','9dff0a7c-ed48-47c0-981c-d769caee5914'),
(3269,3269,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:28:53','2025-10-08 22:28:53','be1b8884-4f67-4d40-92d9-5f0bb02b84fe'),
(3270,3270,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:28:53','2025-10-08 22:28:53','a077e49a-8b30-46af-ab98-10f888133a30'),
(3271,3271,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:28:53','2025-10-08 22:28:53','819b2565-8bb5-4dd6-bafd-69efa255e913'),
(3272,3272,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:28:53','2025-10-08 22:28:53','e2195263-efe3-4adb-a26f-24f8a5c823c3'),
(3273,3273,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:28:53','2025-10-08 22:28:53','99f6279b-e136-4370-bb03-a8cd6448a1b5'),
(3275,3275,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3252],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248,3250,3249,3252,3247],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-10-08 22:29:34','2025-10-08 22:29:34','a43a2973-fed5-47cd-8639-864578096752'),
(3276,3276,1,'Brakeley Park Lobby',NULL,NULL,NULL,1,'2025-10-08 22:32:31','2025-10-08 22:32:31','2d5f87df-92d5-42d8-854f-7349260fccdc'),
(3278,3278,1,'Brakeley Park Lobby2',NULL,NULL,NULL,1,'2025-10-08 22:32:34','2025-10-08 22:32:34','53768d50-829d-403e-a57e-25be6bcc2f97'),
(3279,3279,1,'Brakeley Park Lobby3',NULL,NULL,NULL,1,'2025-10-08 22:32:35','2025-10-08 22:32:35','46561d07-84b3-4c51-a59e-04f40baa4ca0'),
(3280,3280,1,'Brakeley Park Rehab Gym',NULL,NULL,NULL,1,'2025-10-08 22:32:37','2025-10-08 22:32:37','b5bfae8d-172e-4a20-bd14-25c92d00279d'),
(3281,3281,1,'Brakeley Park Rehab Gym2',NULL,NULL,NULL,1,'2025-10-08 22:32:38','2025-10-08 22:32:38','fed34410-7cbc-49e0-9207-a931b27dc377'),
(3282,3282,1,'Brakeley Park Room',NULL,NULL,NULL,1,'2025-10-08 22:32:40','2025-10-08 22:32:40','377f1474-91d6-426f-b28c-3da99d972260'),
(3283,3283,1,'Brakeley Park Room2',NULL,NULL,NULL,1,'2025-10-08 22:32:41','2025-10-08 22:32:41','93701a06-ab39-4cdc-bf37-a6a4d63d33d1'),
(3284,3284,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3276],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279,3280,3281,3282,3283],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-10-08 22:32:49','2025-10-08 22:32:49','49b5f84e-0e93-4a16-9b91-5e659ab62e5e'),
(3286,3286,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279,3280,3281,3282,3283],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-10-08 22:33:18','2025-10-08 22:33:18','fb89eb1b-fadf-4b24-a7f2-ad243b91d182'),
(3292,3292,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:33:45','2025-10-08 22:33:45','2fb68959-10e9-44e4-ad7d-0149c049ae63'),
(3293,3293,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:33:45','2025-10-08 22:33:45','40e841ab-3d45-43dc-81f6-6bb0757069eb'),
(3294,3294,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:33:45','2025-10-08 22:33:45','15b399da-5285-4ae8-844e-10016054d6fd'),
(3295,3295,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:33:45','2025-10-08 22:33:45','5495ef53-24fa-4c60-bc84-0afbf8d51020'),
(3296,3296,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279,3280,3281,3282,3283],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-10-08 22:33:45','2025-10-08 22:33:45','1ae8684e-504e-4e46-bed2-f8230c0c0606'),
(3297,3297,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:33:46','2025-10-08 22:33:46','bbb268ad-1af7-4177-bfcf-4f7b36196dd7'),
(3298,3298,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:33:46','2025-10-08 22:33:46','bcf6560d-54cb-4657-b855-8946a108b6b6'),
(3299,3299,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:33:46','2025-10-08 22:33:46','22defd64-a2ac-437b-8d9c-018f778d5974'),
(3300,3300,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:33:46','2025-10-08 22:33:46','d6569d06-3745-42d3-9177-721dea1b0301'),
(3303,3303,1,'Courtney Petocz','courtney-petocz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Courtney Petocz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-10-08 22:34:45','2025-12-01 19:36:11','f6db7509-e191-49a4-b683-5b9f84350877'),
(3304,3304,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279,3280,3281,3282,3283],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-10-08 22:34:45','2025-10-08 22:34:45','2001a55e-f9ae-4dad-b998-c5639da6899d'),
(3305,3305,1,'Courtney Petocz','courtney-petocz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Courtney Petocz\"}',1,'2025-10-08 22:34:45','2025-10-08 22:34:45','d47c0913-7431-4c16-a7c6-78a294a8d73c'),
(3308,3308,1,'Michele Cartagena','michele-cartagena',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\"}',1,'2025-10-08 22:35:10','2025-10-08 22:35:10','bcd66f11-da11-410f-8076-bcd67f143e07'),
(3309,3309,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279,3280,3281,3282,3283],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-10-08 22:35:10','2025-10-08 22:35:10','4abe875f-ee83-471d-b580-d5e7caf5f563'),
(3310,3310,1,'Michele Cartagena','michele-cartagena',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\"}',1,'2025-10-08 22:35:10','2025-10-08 22:35:10','ca38f4d1-75a1-4065-8082-8142242ae022'),
(3316,3316,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:35:46','2025-10-08 22:35:46','57c0f850-3b8a-4f07-9e27-05ed47be9c4f'),
(3317,3317,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:35:46','2025-10-08 22:35:46','1f61a538-8900-40cb-b8ac-fa086088ff8a'),
(3318,3318,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:35:46','2025-10-08 22:35:46','31d9b0f9-bdb6-4132-a3ed-57ed92e0b742'),
(3319,3319,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:35:46','2025-10-08 22:35:46','ccf98df8-64e6-4ccb-a4d0-f73ff54b6d4c'),
(3320,3320,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279,3280,3281,3282,3283],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-10-08 22:35:46','2025-10-08 22:35:46','38932dae-8cc1-425f-bf26-3478e8f1c96f'),
(3321,3321,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:35:47','2025-10-08 22:35:47','8ea663f3-7310-41be-af32-755095a73629'),
(3322,3322,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:35:47','2025-10-08 22:35:47','2247ef04-3801-4cd5-b156-c380a3b14626'),
(3323,3323,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:35:47','2025-10-08 22:35:47','77f8117d-d68b-4c29-a2f1-bbde24edbe5f'),
(3324,3324,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:35:47','2025-10-08 22:35:47','aa8fb342-6e3e-457b-ae38-d73832f8dc7e'),
(3335,3335,1,'Cynthia N.','cynthia-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel my husband is well taken care of. The staff is friendly and caring.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cynthia N.\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','a3167704-16bf-49a0-b4c3-15dda4c2098f'),
(3336,3336,1,'Joan S.','joan-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The home is always clean and employees friendly and helpful whenever I’ve had a question. Mom’s room looks well taken care of and she seems happy with service.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joan S.\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','459ee960-6c0a-49ca-bef8-d405a424638d'),
(3337,3337,1,'Kathy A.','kathy-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We are so happy our friend is rehabbing in such a beautiful and caring place. Great job everyone!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kathy A.\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','01f57065-765c-4793-8333-bbe6bee1e526'),
(3338,3338,1,'Brigette S.','brigette-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very friendly staff. Work well with the family. Facility is very clean and nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brigette S.\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','61085b77-fd77-405b-90e8-09c7edf6eaa3'),
(3339,3339,1,'Meagan G.','meagan-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We couldn’t ask for a better place for my grandma to get healthy again. Very clean, nice environment, great workers and zero complaints from Grandma! That’s all that matters!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Meagan G.\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','e320656b-9550-4d32-b0d5-c54fe721c9da'),
(3340,3340,1,'Scheduling Coordinator','scheduling-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Beautiful facility, ample resources for work, great coworkers and fun perks.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Scheduling Coordinator\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','4f970cab-e1eb-4283-aa27-cfa4e60ce553'),
(3341,3341,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Lots of different resources to reach out to if we have questions or issues:\\nExamples: Computer /phone issues we reach out to them and they get back to us in a timely manner. Billing and Accounts Payable are easy to connect with.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','742a37cc-bf69-45f0-b947-cf9bea707442'),
(3342,3342,1,'Activities Director','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership provides a lot of opportunity for growth within each position\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Director\"}',1,'2025-10-08 22:38:17','2026-01-27 20:10:58','16276dc7-683e-4395-9369-bbd9c2c05aa2'),
(3343,3343,1,'CNA','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good experience if you\'re looking to get into C.N.A work. Lots of opportunities to work extra hours. I worked on a flexible schedule so I could pick up hours only as I wanted to, which was very nice for my situation.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-08 22:38:17','2026-01-27 20:10:58','2f9db50f-db30-4e38-9e3e-1479a28bbc33'),
(3344,3344,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/19duyzz7AA/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','0cf0f6f5-ab41-4ea8-a645-374dfc19ab98'),
(3345,3345,1,'Cynthia N.','cynthia-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel my husband is well taken care of. The staff is friendly and caring.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cynthia N.\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','67d4fd32-a754-4545-840e-ccf322fec6ae'),
(3346,3346,1,'Joan S.','joan-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The home is always clean and employees friendly and helpful whenever I’ve had a question. Mom’s room looks well taken care of and she seems happy with service.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joan S.\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','1e3c1b33-d3ee-492a-b895-18678f66084e'),
(3347,3347,1,'Kathy A.','kathy-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We are so happy our friend is rehabbing in such a beautiful and caring place. Great job everyone!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kathy A.\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','2e825a4f-02f2-446f-bac7-2c70e8cf5cbc'),
(3348,3348,1,'Brigette S.','brigette-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very friendly staff. Work well with the family. Facility is very clean and nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brigette S.\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','6bfb6c6d-76c7-40d0-b1ce-7ff0a9695fe6'),
(3349,3349,1,'Meagan G.','meagan-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We couldn’t ask for a better place for my grandma to get healthy again. Very clean, nice environment, great workers and zero complaints from Grandma! That’s all that matters!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Meagan G.\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','eafa56ce-9eef-4e0f-959c-28cec268c92b'),
(3350,3350,1,'Scheduling Coordinator','scheduling-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Beautiful facility, ample resources for work, great coworkers and fun perks.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Scheduling Coordinator\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','73809678-2d36-47d4-ac73-1ee99508e41b'),
(3351,3351,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Lots of different resources to reach out to if we have questions or issues:\\nExamples: Computer /phone issues we reach out to them and they get back to us in a timely manner. Billing and Accounts Payable are easy to connect with.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','d1dbb649-fab0-48c2-ba93-0c0d4a58673c'),
(3352,3352,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','dd141867-7c93-448b-a7ed-9cf1d78dea68'),
(3353,3353,1,'Source','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Placeholder\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Source\"}',1,'2025-10-08 22:38:17','2025-10-08 22:38:17','1928ba42-5c2a-4ea3-b4c2-3b89869c6f07'),
(3356,3356,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/19duyzz7AA/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-10-08 22:38:45','2025-10-08 22:38:45','4ec4aae6-1bbd-47a0-b0a8-799d84140a4c'),
(3357,3357,1,'Lauren Fetrow','lauren-fetrow',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lauren Fetrow\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\"}',1,'2025-10-08 22:38:45','2025-10-08 22:38:45','a6e4cf88-4949-47ca-ba53-8f6514a40d04'),
(3359,3359,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/19duyzz7AA/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-10-08 22:40:25','2025-10-08 22:40:25','19045d86-a67e-43c7-880d-68f40a8a018e'),
(3362,3362,1,'367 A4645',NULL,NULL,NULL,1,'2025-10-08 22:40:49','2025-10-08 22:40:49','1b38eff2-2608-4c26-8372-c241f249f71c'),
(3363,3363,1,'367 A4650',NULL,NULL,NULL,1,'2025-10-08 22:40:50','2025-10-08 22:40:50','00acf115-95d4-4022-b9fc-cee8ed0817f4'),
(3364,3364,1,'367 A4664',NULL,NULL,NULL,1,'2025-10-08 22:40:50','2025-10-08 22:40:50','0874a1f4-5e15-4c77-846b-0933d326e9c9'),
(3365,3365,1,'367 A4717',NULL,NULL,NULL,1,'2025-10-08 22:40:51','2025-10-08 22:40:51','c9c3b329-98d5-4a1e-aef5-24cc220d2731'),
(3366,3366,1,'367 A4731',NULL,NULL,NULL,1,'2025-10-08 22:40:52','2025-10-08 22:40:52','2e31fcea-db85-414e-b64c-2853cd1bcc60'),
(3367,3367,1,'367 A4751',NULL,NULL,NULL,1,'2025-10-08 22:40:53','2025-10-08 22:40:53','dc2bfbd0-9eeb-4d58-9df6-5a17d386ed7c'),
(3368,3368,1,'367 A4760',NULL,NULL,NULL,1,'2025-10-08 22:40:54','2025-10-08 22:40:54','8de09f16-4489-4176-87ea-0e94a2822884'),
(3369,3369,1,'367 A4773',NULL,NULL,NULL,1,'2025-10-08 22:40:54','2025-10-08 22:40:54','4548d79e-e17f-44cf-9000-ba16452719b0'),
(3370,3370,1,'367 A4781',NULL,NULL,NULL,1,'2025-10-08 22:40:56','2025-10-08 22:40:56','4f457b9a-e3d4-463b-85ad-838f2c726b6f'),
(3371,3371,1,'367 A4808',NULL,NULL,NULL,1,'2025-10-08 22:40:57','2025-10-08 22:40:57','f6b20a9b-aecb-4d0b-abd7-e1924a747156'),
(3372,3372,1,'367 A4820',NULL,NULL,NULL,1,'2025-10-08 22:40:59','2025-10-08 22:40:59','1c0fa809-e157-4dbe-a817-f818bb756480'),
(3373,3373,1,'DJI 0862 Christian Home Waupun',NULL,NULL,NULL,1,'2025-10-08 22:41:00','2025-10-08 22:41:00','9e812e1f-997e-4c07-ae88-8ae5c9e1b0b2'),
(3374,3374,1,'IMG 4736 Christian Home Waupun',NULL,NULL,NULL,1,'2025-10-08 22:41:02','2025-10-08 22:41:02','24faf41f-fae6-4de5-9a55-f96df95c9d13'),
(3375,3375,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/19duyzz7AA/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-10-08 22:41:35','2025-10-08 22:41:35','82811148-546e-4a29-937e-e0d3758b6a16'),
(3377,3377,1,'Kresson View Lobby',NULL,NULL,NULL,1,'2025-10-09 14:40:18','2025-10-09 14:40:35','7961d67a-f4cd-4ad4-bea0-dca751513343'),
(3378,3378,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-10-09 14:50:00','2025-10-09 14:50:00','4f3b0122-aa86-4e1c-8b09-f34f032257cc'),
(3385,3385,1,'John L.','john-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Rehab center has greatly improved our elderly mothers health and condition.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"John L.\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','db93bb04-a102-4c06-bc6e-392abbd02bf0'),
(3386,3386,1,'Lisa K.','lisa-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Professional and friendly staff help make my family member feel safe and well cared for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lisa K.\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','f462ea5a-7362-4ae0-be23-d8425b0b4842'),
(3387,3387,1,'Lorette D.','lorette-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’m writing this review because I had a very good stay at Kresson View Rehab. The staff was very efficient, kind, sweet and very pleasant. My head nurse Yi was fabulous, nothing was too much for her to do. She came in my room every morning with a big smile on her face, what a great way to start a day. My rehab staff was the best, very pleasant and patient with me. They made my day fun while working through my pain. Thank you all for a great stay.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lorette D.\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','236513e1-8b7b-4c3d-873c-63edaebd2f3b'),
(3388,3388,1,'Paul C.','paul-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was a visitor. It was clean, staff was friendly to residents, food looked good, has plenty of activities, atmosphere was engaging.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Paul C.\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','2aa9af90-5e1e-44a2-aef8-572e24e7ec38'),
(3389,3389,1,'Meerz M.','meerz-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Since I came here nothing but people trying to help me - I’m alone at home - I get meals in the dining room - love my therapist - nurses and aids are very helpful to me.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Meerz M.\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','b945bf4f-be42-4eb6-bd12-b2fa74465930'),
(3390,3390,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','1d573195-096a-457c-92f4-47694d576f4b'),
(3391,3391,1,'John L.','john-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Rehab center has greatly improved our elderly mothers health and condition.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"John L.\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','69a71ab4-79d2-428c-8b8a-526757ac9633'),
(3392,3392,1,'Lisa K.','lisa-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Professional and friendly staff help make my family member feel safe and well cared for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lisa K.\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','52ec851e-37e9-4845-9e00-5c55522ba0e7'),
(3393,3393,1,'Lorette D.','lorette-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’m writing this review because I had a very good stay at Kresson View Rehab. The staff was very efficient, kind, sweet and very pleasant. My head nurse Yi was fabulous, nothing was too much for her to do. She came in my room every morning with a big smile on her face, what a great way to start a day. My rehab staff was the best, very pleasant and patient with me. They made my day fun while working through my pain. Thank you all for a great stay.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lorette D.\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','1c70148d-6be7-4e62-befc-d89b6c95c5a8'),
(3394,3394,1,'Paul C.','paul-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was a visitor. It was clean, staff was friendly to residents, food looked good, has plenty of activities, atmosphere was engaging.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Paul C.\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','410c08f2-915b-46b6-b26a-8cb2b523875e'),
(3395,3395,1,'Meerz M.','meerz-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Since I came here nothing but people trying to help me - I’m alone at home - I get meals in the dining room - love my therapist - nurses and aids are very helpful to me.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Meerz M.\"}',1,'2025-10-09 14:52:39','2025-10-09 14:52:39','b12cba16-dbd2-4517-9d40-db773cbd1ade'),
(3397,3397,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-10-09 14:53:20','2025-10-09 14:53:20','5460160e-7b1b-46a6-abaf-7c434eb92bda'),
(3403,3403,1,'Social Services','social-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This establishment is more than just a workplace; this is where I have met individuals I consider some of my closest friends. The environment is wonderful, welcoming, and upbeat.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Social Services\"}',1,'2025-10-09 14:54:47','2026-01-29 16:12:42','deb1de66-12a9-4cd9-9810-361998f58f7f'),
(3404,3404,1,'Business Office Manager','business-office-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I\'ve worked in Senior Living for nearly a decade, and this is by far the best community I\'ve been a part of. The administrative team is phenomenal, and I truly feel supported with any concerns I bring forward.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office Manager\"}',1,'2025-10-09 14:54:47','2025-10-09 14:54:47','0b1d45f7-7279-4b97-a36a-4c38b45646bd'),
(3405,3405,1,'Director of Admissions','director-of-admissions',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Wonderful facility - I\'m proud to be a long-time employee. Loving, caring community for our residents. Our residents are very happy here which makes our jobs that much easier!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Admissions\"}',1,'2025-10-09 14:54:47','2025-10-09 14:54:47','c43c4469-1a0b-4e97-8157-62b53c6007dc'),
(3406,3406,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great vibe - great teamwork!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-09 14:54:47','2025-10-09 14:54:47','c0677998-0b6b-495e-8b09-f6d5ffd0898f'),
(3407,3407,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-10-09 14:54:47','2025-10-09 14:54:47','de025ffa-9e44-4e4c-8594-4aec73c2d5d4'),
(3408,3408,1,'Social Services','social-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This establishment is more than just a workplace, this is where I have met individuals I consider some of my closest friends. The environment is wonderful, welcoming, and upbeat. Kresson View is a place where it is resident focused and the management is exceptional at their jobs! The staff, including myself, is very happy to come to work and view our residents as family where the relationships are valued, respected, and cherished.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Social Services\"}',1,'2025-10-09 14:54:47','2025-10-09 14:54:47','2fed3ae5-b298-49dd-8fec-cdeaedb9a57b'),
(3409,3409,1,'Business Office Manager','business-office-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I\'ve worked in Senior Living for nearly a decade, and this is by far the best community I\'ve been a part of. The administrative team is phenomenal, and I truly feel supported with any concerns I bring forward.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office Manager\"}',1,'2025-10-09 14:54:48','2025-10-09 14:54:48','3d3804db-50c5-43c1-aa35-682ffb05d7ee'),
(3410,3410,1,'Director of Admissions','director-of-admissions',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Wonderful facility - I\'m proud to be a long-time employee. Loving, caring community for our residents. Our residents are very happy here which makes our jobs that much easier!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Admissions\"}',1,'2025-10-09 14:54:48','2025-10-09 14:54:48','dc4b6be6-3067-42ea-8a08-d867ce61e4ac'),
(3411,3411,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great vibe - great teamwork!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-09 14:54:48','2025-10-09 14:54:48','ff2bc3b1-3baf-467b-9b29-5e0ad59f0462'),
(3413,3413,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-10-09 14:58:54','2025-10-09 14:58:54','e37a96d2-a964-488f-95bc-6b95bc9dc5bd'),
(3416,3416,1,'Kresson Admin',NULL,NULL,NULL,1,'2025-10-09 14:59:18','2025-10-09 14:59:18','b02bced9-15c9-45e3-91e1-4ba56c574d8a'),
(3418,3418,1,'Kresson AD',NULL,NULL,NULL,1,'2025-10-09 14:59:46','2025-10-09 14:59:46','010f39d0-3b08-404f-b9c8-2e3091438242'),
(3419,3419,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-10-09 14:59:55','2025-10-09 14:59:55','322778a9-be46-48ea-983a-b5859c19b320'),
(3420,3420,1,'Rita DeGore','rita-degore',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rita DeGore\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3416],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"RDegore@cckressonview.com\"}',1,'2025-10-09 14:59:55','2025-10-09 14:59:55','b91c2d35-2f91-4605-9d4b-edc2e1a50ae5'),
(3421,3421,1,'Elise McGlinchy','elise-mcglinchy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elise McGlinchy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3418]}',1,'2025-10-09 14:59:55','2025-10-09 14:59:55','fc8ee899-aebc-4050-a5ca-11fd63e2dd7e'),
(3423,3423,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-10-09 15:36:03','2025-10-09 15:36:03','34aa6a5b-de2a-4e0b-9e10-5c96e1cb4fa4'),
(3425,3425,1,'Laurelton Lobby',NULL,NULL,NULL,1,'2025-10-09 16:20:09','2025-10-09 16:20:23','a7c5b776-a801-4a49-848d-e0cc0b9ddf56'),
(3431,3431,1,'Deanna R.','deanna-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Laurelton is such a beautiful facility. The rooms are clean, the staff is very friendly. I highly recommend this facility!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deanna R.\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','7152de75-8d1d-4ea6-bf50-64869ab94a91'),
(3432,3432,1,'Moshe G.','moshe-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am thrilled to give Complete Care at Laurelton a well-deserved 5-star review! The level of care and compassion I received was exceptional. The staff is friendly, knowledgeable, and goes above and beyond to ensure patients receive the best care possible. The facility is clean, comfortable, and well-maintained. I was impressed with the comprehensive services offered, from therapy to nutrition planning. Thank you, Complete Care at Laurelton, for your dedication to providing top-notch care and making a real difference in people\'s lives. I highly recommend this facility to anyone seeking exceptional healthcare!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Moshe G.\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','030b80bb-4c84-478b-9b34-7a671baf500e'),
(3433,3433,1,'C L.','c-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Private rooms are available for rehab patients which is really nice. The therapy department cares immensely and works tirelessly to help folks to accomplish their goals such as getting back on their feet and/or able to go home safely.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"C L.\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','70f313c6-f35c-4ef8-bca1-47d039a8e01b'),
(3434,3434,1,'Mark F.','mark-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Top quality place to send a loved one. anytime you need anything Administrator is right on it. therapy is great, nursing staff are great.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mark F.\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','82728524-9bcc-4053-bfd1-f9ede513ba2a'),
(3435,3435,1,'Shana K.','shana-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Absolutely an incredible facility from top to bottom! The care was top notch as well as the cleanliness and the food! The administrator is hands on and there to deal with any issues that may arise. I highly recommend for anyone considering where to send your loved one!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Shana K.\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','1c3ab1eb-bbc9-458a-a6e7-cf9f22b7c64a'),
(3436,3436,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','35fba91a-7d44-4449-be02-22e043b1c055'),
(3437,3437,1,'Deanna R.','deanna-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Laurelton is such a beautiful facility. The rooms are clean, the staff is very friendly. I highly recommend this facility!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deanna R.\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','07b5d28c-6b8d-4a2e-a960-d86afa9873a4'),
(3438,3438,1,'Moshe G.','moshe-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am thrilled to give Complete Care at Laurelton a well-deserved 5-star review! The level of care and compassion I received was exceptional. The staff is friendly, knowledgeable, and goes above and beyond to ensure patients receive the best care possible. The facility is clean, comfortable, and well-maintained. I was impressed with the comprehensive services offered, from therapy to nutrition planning. Thank you, Complete Care at Laurelton, for your dedication to providing top-notch care and making a real difference in people\'s lives. I highly recommend this facility to anyone seeking exceptional healthcare!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Moshe G.\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','81a0f6c3-060c-4a74-a647-6c673b6dc218'),
(3439,3439,1,'C L.','c-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Private rooms are available for rehab patients which is really nice. The therapy department cares immensely and works tirelessly to help folks to accomplish their goals such as getting back on their feet and/or able to go home safely.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"C L.\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','4643b174-fb83-4eac-867f-2c21333d6249'),
(3440,3440,1,'Mark F.','mark-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Top quality place to send a loved one. anytime you need anything Administrator is right on it. therapy is great, nursing staff are great.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mark F.\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','e09ad138-41f8-4d9a-bf08-5357cef392cd'),
(3441,3441,1,'Shana K.','shana-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Absolutely an incredible facility from top to bottom! The care was top notch as well as the cleanliness and the food! The administrator is hands on and there to deal with any issues that may arise. I highly recommend for anyone considering where to send your loved one!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Shana K.\"}',1,'2025-10-09 16:25:17','2025-10-09 16:25:17','0ef4a94b-8537-4094-bb01-273e7140f9d3'),
(3443,3443,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-10-09 16:29:17','2025-10-09 16:29:17','ffbefc48-ddcc-42bf-9121-47fce7d049b7'),
(3450,3450,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent company to work for. Administrator is very accommodating & the company does a lot for employee appreciation. I love working for Complete Care at Laurelton!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2025-10-09 16:30:48','2026-01-28 20:34:12','e286099c-798b-42d4-9530-e133ff1c53ec'),
(3451,3451,1,'Director of Social Services','director-of-social-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Being a part of management is great, but what is the icing on the cake is our administration team. Regional and Administration are fantastic and down to earth. It is so important to have a place to air issues and get them listened to and worked on together. Phenomenal team.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Social Services\"}',1,'2025-10-09 16:30:48','2026-01-28 20:34:12','90f079e3-e314-4ac6-9a9b-dbaf8ae3f36d'),
(3452,3452,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There is a great work environment, pleasant atmosphere, friendly staff organized and clean facility. Excellent care provided to residents by our caring nurses and responsible staff. Overall, this place is a great place to work for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-09 16:30:48','2025-10-09 16:30:48','983d8377-9be9-4734-9d97-0cb7c4b32eaf'),
(3453,3453,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great Pay Rate & a flexible schedule is possible.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-09 16:30:48','2026-01-28 20:34:12','a867ab36-f34d-423c-bbe2-f5db1d9741a7'),
(3454,3454,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"You can pick up as many shifts as you want, and you have good co-workers.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-09 16:30:48','2026-01-28 20:34:12','bda95b74-1584-47e3-aaf9-a0d52cae7013'),
(3455,3455,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-10-09 16:30:48','2025-10-09 16:30:48','94c15cc2-e3e3-49f8-9fa9-e1813a2cfa47'),
(3456,3456,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent company to work for. Administrator is very accommodating. Company does a lot for employee appreciation. I love working for Complete Care at Laurelton!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2025-10-09 16:30:48','2025-10-09 16:30:48','dbd852c5-46ab-410e-9b6f-c3a99534d09b'),
(3457,3457,1,'Director of Social Services','director-of-social-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Being a part of management is great but what is the icing on the cake is our administration team. Regional and Administration are fantastic and down to earth. It is so important to have a place to air issues and get them listened to and worked on together. Phenomenal team.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Social Services\"}',1,'2025-10-09 16:30:48','2025-10-09 16:30:48','abec7538-10f2-46e1-9372-fc3945412414'),
(3458,3458,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There is a great work environment, pleasant atmosphere, friendly staff organized and clean facility. Excellent care provided to residents by our caring nurses and responsible staff. Overall, this place is a great place to work for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-09 16:30:48','2025-10-09 16:30:48','371b010f-bafa-440a-b158-67398f5889e6'),
(3459,3459,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great Pay Rate. Flexible Schedule possible.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-09 16:30:48','2025-10-09 16:30:48','26ed3eed-0c82-44f4-98fb-ed1637e47cce'),
(3460,3460,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"As many shifts as you want, good co-workers.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-09 16:30:48','2025-10-09 16:30:48','e962e477-ce79-48ee-b43f-3735a47d9b6e'),
(3463,3463,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-10-09 16:31:32','2025-10-09 16:31:32','acd641ac-9421-4845-98d9-c83fd0da1d0b'),
(3464,3464,1,'Jay Orzel','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jay Orzel\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"j.orzel@cclaurelton.com\"}',1,'2025-10-09 16:31:32','2025-10-09 16:31:32','bdd76d2b-05a1-431a-9197-fcf46b8840f5'),
(3465,3465,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-10-09 16:31:37','2025-10-09 16:31:37','5d6a09ca-25c3-4894-8e20-5dc9acb31f14'),
(3467,3467,1,'Marcella Lobby',NULL,NULL,NULL,1,'2025-10-09 16:32:33','2025-10-09 16:32:41','50937de7-0cc4-41c7-9e83-84ed7555750f'),
(3468,3468,1,'CMS 4 Star Overall','cms-4-star-overall',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS 4 Star Overall\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9704]}',1,'2025-10-09 16:33:29','2026-01-17 19:31:25','501fff7a-6445-4dfe-8a9a-baead747509e'),
(3469,3469,1,'CMS 4 Star Overall','cms-4-star-overall',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS 4 Star Overall\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[3018]}',1,'2025-10-09 16:33:43','2025-10-09 16:33:43','3c9879b7-c0c4-4ef7-b6bb-7f16723f11f0'),
(3471,3471,1,'ACHA Bronze','acha-bronze',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"ACHA Bronze\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2887]}',1,'2025-10-09 16:34:57','2025-10-09 16:34:57','e494d1dd-fffd-4825-b0d0-c56653447d40'),
(3472,3472,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-10-09 16:34:59','2025-10-09 16:34:59','071f928e-ddc7-471e-9d81-5e1beeff85c9'),
(3479,3479,1,'Darryl Gatewood','darryl-gatewood',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very pleasant staff and helpful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Darryl Gatewood\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','2170e2be-e1a9-42c2-98a1-adc1e7f78b37'),
(3480,3480,1,'Chuck M.','chuck-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"After just having my Aunt in a different nursing home, it’s just refreshing to see a place that actually cares about the elderly. I know my aunt is really being taken care of here!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Chuck M.\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','afd8415e-a8ef-47a5-972d-b75846d8940c'),
(3481,3481,1,'Peter B.','peter-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"All facets of the operation work great together, but especially the management. They have moved my mother for better sleeping arrangements when asked, and they moved her the same day!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Peter B.\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','397e5b51-c4af-4d6d-aa90-9fefb933dd1a'),
(3482,3482,1,'Betsy B.','betsy-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Marcella has taken really good care of my mother-in-law. The personal care staff is kind and attentive. The nursing staff has been vigilant. And the physical and occupational therapists have been instrumental in mom regaining her strength. Thank you all so much!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Betsy B.\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','d52e3d2a-6567-4caf-a81e-1ba001f6ea8d'),
(3483,3483,1,'Ronald C.','ronald-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Facility is very clean, staff is courteous, polite and professional\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ronald C.\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','1df5cf86-247f-4010-ba41-1593f7dc36c9'),
(3484,3484,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','72a75c86-53d8-4cbb-a440-bdd5c2c5ae76'),
(3485,3485,1,'Darryl Gatewood','darryl-gatewood',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very pleasant staff and helpful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Darryl Gatewood\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','1c927755-09dd-476f-913a-0f23a28ed5b6'),
(3486,3486,1,'Chuck M.','chuck-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"After just having my Aunt in a different nursing home, it’s just refreshing to see a place that actually cares about the elderly. I know my aunt is really being taken care of here!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Chuck M.\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','f5dd56d0-0f5a-4728-be97-f1cd9d17b911'),
(3487,3487,1,'Peter B.','peter-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"All facets of the operation work great together, but especially the management. They have moved my mother for better sleeping arrangements when asked, and they moved her the same day!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Peter B.\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','14664caf-5b9a-4627-a160-f48b6384674f'),
(3488,3488,1,'Betsy B.','betsy-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Marcella has taken really good care of my mother-in-law. The personal care staff is kind and attentive. The nursing staff has been vigilant. And the physical and occupational therapists have been instrumental in mom regaining her strength. Thank you all so much!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Betsy B.\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','c5baa0ba-bdf8-417d-81dc-7822ea66b958'),
(3489,3489,1,'Ronald C.','ronald-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Facility is very clean, staff is courteous, polite and professional\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ronald C.\"}',1,'2025-10-09 16:36:27','2025-10-09 16:36:27','00891294-7faf-499f-ab01-f2e71c200f38'),
(3491,3491,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-10-09 16:36:52','2025-10-09 16:36:52','e3c853e3-0213-4bea-af73-73a4ed62d524'),
(3494,3494,1,'Marcella Admin',NULL,NULL,NULL,1,'2025-10-09 16:37:14','2025-10-09 16:37:14','ac82f7ad-66fd-453f-8a6b-0cf903ca658c'),
(3495,3495,1,'Marcella Admissions',NULL,NULL,NULL,1,'2025-10-09 16:37:24','2025-10-09 16:37:50','5ae92667-ffe9-43df-92e7-95de18a18fd2'),
(3498,3498,1,'Monmouth Lobby',NULL,NULL,NULL,1,'2025-10-09 16:38:58','2025-10-09 16:39:11','99d77f2d-4485-4d41-b539-34b31d7f05e9'),
(3499,3499,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3498],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2025-10-09 16:40:04','2025-10-09 16:40:04','8871eb15-f344-4fe1-b014-1ae1b2530b0d'),
(3507,3507,1,'William R.','william-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The Staff has been kind, friendly and very considerate.\\nThey\'ve treated my Mother and her roommate (now friends) with care, respect and compassion.\\n\\nThe Administration is all of the above, too.\\nThey\'re informed and continue to provide me help, with the most difficult imaginable decisions ahead. I made a good choice. I don\'t regret it.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"William R.\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','3f32a415-2407-4516-8db6-0ac8db6f7b1e'),
(3508,3508,1,'Michael R.','michael-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is caring, attentive and really nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Michael R.\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','8443a0ad-9e2f-452d-8d20-505a484c6464'),
(3509,3509,1,'Tati F.','tati-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great service and very workers ensuring my grandma gets the help she needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tati F.\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','58c14837-c1c0-436f-907e-b2fa930f24ec'),
(3510,3510,1,'Ahron T.','ahron-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff at Complete Care are amazing - caring, patient, and always attentive. The place feels warm and welcoming, and our mother is so well looked after. It gives us real peace of mind knowing they’re in such good hands.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ahron T.\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','831b4ca0-2931-454b-82be-d60ebafcc02b'),
(3511,3511,1,'Azriel F.','azriel-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great rehab and very clean facility. I went to visit my friend staying there and the staff was truly welcoming and very nice! They were very attentive to all his requests. I also tried out the food being that I was coming from far away and it was excellent! Would highly recommend!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Azriel F.\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','cd501efb-8fb6-4f93-9688-aee92e7d3afd'),
(3512,3512,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3498],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','e9737490-add3-4e7c-827e-182c8d1e4f23'),
(3513,3513,1,'William R.','william-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The Staff has been kind, friendly and very considerate.\\nThey\'ve treated my Mother and her roommate (now friends) with care, respect and compassion.\\n\\nThe Administration is all of the above, too.\\nThey\'re informed and continue to provide me help, with the most difficult imaginable decisions ahead. I made a good choice. I don\'t regret it.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"William R.\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','05185683-f301-4acb-909f-a0203bd937f3'),
(3514,3514,1,'Michael R.','michael-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is caring, attentive and really nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Michael R.\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','9b4536f9-6848-447c-b5d6-d20bc778f9de'),
(3515,3515,1,'Tati F.','tati-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great service and very workers ensuring my grandma gets the help she needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tati F.\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','9cee88e5-92d6-4d40-aef0-a34b2e6d887f'),
(3516,3516,1,'Ahron T.','ahron-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff at Complete Care are amazing - caring, patient, and always attentive. The place feels warm and welcoming, and our mother is so well looked after. It gives us real peace of mind knowing they’re in such good hands.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ahron T.\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','43a8aebe-ee44-467b-93bf-7ca35cef0071'),
(3517,3517,1,'Azriel F.','azriel-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great rehab and very clean facility. I went to visit my friend staying there and the staff was truly welcoming and very nice! They were very attentive to all his requests. I also tried out the food being that I was coming from far away and it was excellent! Would highly recommend!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Azriel F.\"}',1,'2025-10-09 16:42:02','2025-10-09 16:42:02','52b8cc05-ccd4-4052-9f5b-f30e9e57bfbd'),
(3522,3522,1,'MDS Coordinator','mds-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice facility to work at with great coworkers. Teamwork here is a plus!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MDS Coordinator\"}',1,'2025-10-09 16:42:54','2026-01-28 20:36:40','7209770d-846a-48c7-addf-1db80e6810d4'),
(3523,3523,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3498],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2025-10-09 16:42:54','2025-10-09 16:42:54','d9df8229-358b-4664-ae6e-33dd14444c24'),
(3524,3524,1,'MDS Coordinator','mds-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice facility to work at. Great coworkers\\nTeamwork here is a plus!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MDS Coordinator\"}',1,'2025-10-09 16:42:55','2025-10-09 16:42:55','940463f8-ff1e-4bfb-a1db-e40696455dd1'),
(3525,3525,1,'Chaim Kesserman','chaim-kesserman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Chaim Kesserman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"CKesserman@ccmonmouth.com\"}',1,'2025-10-09 16:42:55','2025-10-09 16:42:55','1834ed00-a671-4e40-aa67-1897ed6e0967'),
(3526,3526,1,'Melissa Natale','melissa-natale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Natale\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-09 16:42:55','2025-10-09 16:42:55','a0f9ddf9-301f-4528-be07-9cc1a718b938'),
(3528,3528,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3498],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2025-10-09 16:42:58','2025-10-09 16:42:58','f8716b02-a71b-40b4-bb8c-6bf564c0097c'),
(3530,3530,1,'Ocean Grove Lobby',NULL,NULL,NULL,1,'2025-10-09 17:00:32','2025-10-09 17:00:45','b962001c-0a78-4b93-b24f-0654d060ff54'),
(3536,3536,1,'Janice S.','janice-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was a patient there last year and had a very nice experience . Today I visited a friend from a grocery store and always found her very pleasant. We had a very pleasant visit and I found her clean and comfortable. I would recommend the facility for people needing care! The care and food was very good for me when I was there!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Janice S.\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','59e2f717-0094-4305-8043-a33357d97d15'),
(3537,3537,1,'Tova H.','tova-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was very impressed with the level of care and compassion from the nursing team. The therapy team does incredible things as well. I highly recommend Ocean Grove!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tova H.\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','51633a82-b0c3-4a8f-b264-db57d97a23b4'),
(3538,3538,1,'Joanne B.','joanne-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every person that we met was kind, polite, and helpful\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joanne B.\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','079c8491-f0aa-4d8a-afff-fcc2dca99644'),
(3539,3539,1,'Victoria M.','victoria-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is very attentive, friendly & caring. I’m so glad Mom loves it here. She has the appropriate amount of PT & is able to recuperate in an environment where she feels safe.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Victoria M.\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','6b86c118-60fa-45fe-9af7-992e61705eba'),
(3540,3540,1,'Karyn R.','karyn-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My dad has been there since mid December. He has gotten excellent care there. He is going to be staying there long term. It is clean and the staff is very friendly. If you need a rehab place or long term care facility I would highly recommend Complete Care at Ocean Grove.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karyn R.\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','67bb8de5-92b6-4e1e-b6c3-ecc84cc691ed'),
(3541,3541,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','ee5f021d-c87d-44fd-82d5-f7c557be474f'),
(3542,3542,1,'Janice S.','janice-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was a patient there last year and had a very nice experience . Today I visited a friend from a grocery store and always found her very pleasant. We had a very pleasant visit and I found her clean and comfortable. I would recommend the facility for people needing care! The care and food was very good for me when I was there!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Janice S.\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','26261326-74f0-44ad-a481-d1ed7c0c262e'),
(3543,3543,1,'Tova H.','tova-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was very impressed with the level of care and compassion from the nursing team. The therapy team does incredible things as well. I highly recommend Ocean Grove!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tova H.\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','709e90a7-0f3a-4851-9746-b59448592097'),
(3544,3544,1,'Joanne B.','joanne-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every person that we met was kind, polite, and helpful\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joanne B.\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','2ca4b855-ad0f-4487-8e3e-c51b1846877d'),
(3545,3545,1,'Victoria M.','victoria-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is very attentive, friendly & caring. I’m so glad Mom loves it here. She has the appropriate amount of PT & is able to recuperate in an environment where she feels safe.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Victoria M.\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','e5c8d45a-30de-4ffe-a99c-2f0b75fdabe1'),
(3546,3546,1,'Karyn R.','karyn-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My dad has been there since mid December. He has gotten excellent care there. He is going to be staying there long term. It is clean and the staff is very friendly. If you need a rehab place or long term care facility I would highly recommend Complete Care at Ocean Grove.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karyn R.\"}',1,'2025-10-09 17:04:12','2025-10-09 17:04:12','4e35545d-30b2-43b1-b78f-a8da2f662212'),
(3548,3548,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-10-09 17:04:34','2025-10-09 17:04:34','7e46b98a-bd53-4992-ad8c-c313ed52c944'),
(3554,3554,1,'Food Service Director','food-service-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Ocean Grove is a great place for personal and professional growth. They are willing to educate staff, assist in paying for schooling, and provide various classes, among other opportunities.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Food Service Director\"}',1,'2025-10-09 17:05:50','2026-01-28 21:29:25','6f7673da-f61c-4527-b7fd-3c9432170ff3'),
(3555,3555,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is nice to work with the residents every day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2025-10-09 17:05:50','2026-01-28 21:29:25','9040aa85-ec26-4f31-846c-efde5b3c93d0'),
(3556,3556,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-10-09 17:05:50','2025-10-09 17:05:50','a3370387-4015-49f7-974d-ac4cf5ec7cc5'),
(3557,3557,1,'Food Service Director','food-service-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Companies willingness to help Employees with personal growth, Assistance with paying for schooling, Cdm CPR CNA classes, Flexibility with scheduling, Companies willingness to promote educate and train staff for job advancements, Javii advancement opportunities\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Food Service Director\"}',1,'2025-10-09 17:05:50','2025-10-09 17:05:50','b31228e0-ec6f-46fd-9231-4c1992a6cb96'),
(3558,3558,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice to work with the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2025-10-09 17:05:50','2025-10-09 17:05:50','65b0a15a-b938-472d-924e-0cc3cc3dcf4d'),
(3559,3559,1,'Yossi Stern','yossi-stern',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yossi Stern\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"yossi.stern@ccoceangrove.com\"}',1,'2025-10-09 17:05:50','2025-10-09 17:05:50','db80e9af-a952-4393-b4a6-0be0618db5b5'),
(3560,3560,1,'Jenna Mikolay','jenna-mikolay',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jenna Mikolay\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-09 17:05:50','2025-10-09 17:05:50','1076f75a-e940-4d92-a034-70adf0c6f969'),
(3562,3562,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-10-09 17:05:54','2025-10-09 17:05:54','fead05bf-8caa-4b1d-a58b-b083840686b2'),
(3564,3564,1,'Shorrock Gardens Lobby',NULL,NULL,NULL,1,'2025-10-09 17:07:07','2025-10-09 17:07:07','a74c5fc6-7f50-48a6-8baa-2e909456537f'),
(3565,3565,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-10-09 17:07:55','2025-10-09 17:07:55','1e64a939-4780-4132-9a7f-1df4eb2e5a97'),
(3572,3572,1,'Carol P.','carol-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I went to visit a family member in rehab. I was pleasantly surprised that the decor was still homey and comfortable, keeping in line with the style of your very senior clientele. This place was spotless. No clutter. All the staff I encountered were friendly and helpful. The rooms are more homey than hospital like. And it smelled good. No small thing for this type facility. I immediately sent a txt to a friend who is looking for a rehab for her family member-a was pleased to be able to recommend Shorrock Gardens.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Carol P.\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','6a671f7f-3ebd-4949-851f-94775cae4107'),
(3573,3573,1,'Jant O.','jant-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Wonderful caring people from front desk to aides, nurses and food director! They hosted a pre-Thanksgiving family dinner that was amazing and delicious. I highly recommend this facility for rehab for your loved ones.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jant O.\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','6bc1d16d-719a-470d-afb8-9077140c3d51'),
(3574,3574,1,'Annette P.','annette-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is very knowledgeable, kind and very friendly. My sister loves the nurses and all the aids. Rehab is very clean. My mother in law is here now as well! I cannot say enough how caring the aids are! Love them!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Annette P.\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','702c2bd7-8738-49cc-9924-94a34094838e'),
(3575,3575,1,'Mary R.','mary-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My father is very well taken care of by the friendly, knowledgeable hard working staff!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary R.\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','d1f1c1fd-981c-47e4-a279-4aa1d84bf19d'),
(3576,3576,1,'Mark F.','mark-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent and extremely friendly service. Our mother loves it and we have a piece of mind that is hard to come by when your loved one is in someone else’s Hands. I’d give them 10 stars if I could!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mark F.\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','4051b063-1759-4f10-8bff-ef01216a5159'),
(3577,3577,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','9ba99d21-6ad5-4a9b-ae0b-2895863d4203'),
(3578,3578,1,'Carol P.','carol-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I went to visit a family member in rehab. I was pleasantly surprised that the decor was still homey and comfortable, keeping in line with the style of your very senior clientele. This place was spotless. No clutter. All the staff I encountered were friendly and helpful. The rooms are more homey than hospital like. And it smelled good. No small thing for this type facility. I immediately sent a txt to a friend who is looking for a rehab for her family member-a was pleased to be able to recommend Shorrock Gardens.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Carol P.\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','4fea6a52-7063-494c-9d0f-42f53c825c48'),
(3579,3579,1,'Jant O.','jant-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Wonderful caring people from front desk to aides, nurses and food director! They hosted a pre-Thanksgiving family dinner that was amazing and delicious. I highly recommend this facility for rehab for your loved ones.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jant O.\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','c5ba68f9-a83f-4952-86c8-fd8728e792f9'),
(3580,3580,1,'Annette P.','annette-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is very knowledgeable, kind and very friendly. My sister loves the nurses and all the aids. Rehab is very clean. My mother in law is here now as well! I cannot say enough how caring the aids are! Love them!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Annette P.\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','279dd712-dac0-4026-9d32-8bcac5391988'),
(3581,3581,1,'Mary R.','mary-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My father is very well taken care of by the friendly, knowledgeable hard working staff!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary R.\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','67328045-21d4-47a5-8f4b-91d4ab7bd98d'),
(3582,3582,1,'Mark F.','mark-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent and extremely friendly service. Our mother loves it and we have a piece of mind that is hard to come by when your loved one is in someone else’s Hands. I’d give them 10 stars if I could!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mark F.\"}',1,'2025-10-09 17:09:21','2025-10-09 17:09:21','43e31f95-f709-475c-bef2-ee9b34679720'),
(3584,3584,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-10-09 17:09:46','2025-10-09 17:09:46','ebb2cdbd-6af7-41e3-bbd1-7d5736abf18c'),
(3588,3588,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-10-09 17:10:15','2025-10-09 17:10:15','f887ad0e-259f-425c-913c-c92cd21ca1ce'),
(3589,3589,1,'Shalom Ephrathi','shalom-ephrathi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shalom Ephrathi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"SEphrathi@ccshorrockgardens.com\"}',1,'2025-10-09 17:10:15','2025-10-09 17:10:15','5069b245-413e-4e52-8e32-00389d0c6ed7'),
(3590,3590,1,'Julie Schafer','julie-schafer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Julie Schafer\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-09 17:10:15','2025-10-09 17:10:15','17845a74-a46a-4d2f-8193-dffe8665abea'),
(3592,3592,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-10-09 17:10:31','2025-10-09 17:10:31','0ae2e9ca-2f0c-4fd2-8cae-df80eb48374b'),
(3594,3594,1,'Oasis Lobby',NULL,NULL,NULL,1,'2025-10-09 17:14:28','2025-10-09 17:14:28','9a4417ad-acfc-4957-ab3e-6e8495004dc4'),
(3602,3602,1,'Rachel N.','rachel-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has been here for 10 days and the staff is wonderful. They listen, they care, and my mom is happy and that is all I need to hear. Great rehab facility!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rachel N.\"}',1,'2025-10-09 17:19:43','2025-10-09 17:19:43','632d75a8-e783-487d-acef-bed54eb70d4e'),
(3603,3603,1,'Karen L.','karen-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"When I first heard I had to go to rehab from the hospital, I was mortified of the thought. This was my first time being at a rehab. And I had remarkable experience at Complete Care at Shrewsbury. To my surprise all of the staff were very professional, cordial, caring, and helpful. They all went above and beyond to keep me comfortable and happy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karen L.\"}',1,'2025-10-09 17:19:43','2026-02-06 20:19:24','47f30810-5595-426f-9a9a-6794a021927b'),
(3604,3604,1,'Django W.','django-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent friendly professional service!!! Great place to have unpleasant things made more pleasant. Tech was especially empathetic and wonderful. She really went out of her way with an elderly confused woman. She took the time to make her feel better!!!! Not just a number.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Django W.\"}',1,'2025-10-09 17:19:43','2025-10-09 17:19:43','ba714def-e6c0-4606-8ea8-3673de322f86'),
(3605,3605,1,'Nancy M.','nancy-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"All staff that I have encountered there are genuinely kind and very helpful. The facility seems really well kept and clean. All over very nice atmosphere.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Nancy M.\"}',1,'2025-10-09 17:19:43','2025-10-09 17:19:43','0a967ac8-b10e-4b0b-9f08-1b0bc7652cf2'),
(3608,3608,1,'Rachel N.','rachel-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has been here for 10 days and the staff is wonderful. They listen, they care, and my mom is happy and that is all I need to hear. Great rehab facility!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rachel N.\"}',1,'2025-10-09 17:19:43','2025-10-09 17:19:43','5e66ec9c-7b12-45d5-aa43-463d2e26e00c'),
(3609,3609,1,'Karen L.','karen-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"When I first heard I had to go to rehab from the hospital, I was mortified of the thought. Only because I heard so many horror stories about people going to rehab in other facilities. This was my first time being at a rehab. And I had remarkable experience at Complete Care at Shrewsbury. To my surprise all of the staff were very professional, cordial, caring, and helpful. They all went above and beyond to keep me comfortable and happy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karen L.\"}',1,'2025-10-09 17:19:43','2025-10-09 17:19:43','24068a3f-b629-4e69-b7a2-9526406114ec'),
(3610,3610,1,'Django W.','django-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent friendly professional service!!! Great place to have unpleasant things made more pleasant. Tech was especially empathetic and wonderful. She really went out of her way with an elderly confused woman. She took the time to make her feel better!!!! Not just a number.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Django W.\"}',1,'2025-10-09 17:19:43','2025-10-09 17:19:43','2bf36271-2f4e-4363-8d27-db23480aebe5'),
(3611,3611,1,'Nancy M.','nancy-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"All staff that I have encountered there are genuinely kind and very helpful. The facility seems really well kept and clean. All over very nice atmosphere.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Nancy M.\"}',1,'2025-10-09 17:19:43','2025-10-09 17:19:43','1b729c54-9c2a-462c-9933-505455efb4fa'),
(3620,3620,1,'Jason Gibbs','jason-gibbs',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Gibbs\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"jgibbs@completecaremgmt.com\"}',1,'2025-10-09 17:20:39','2025-10-09 17:20:39','71f8c75c-6f8e-4f01-9d39-3925dd4bb498'),
(3621,3621,1,'Djana Kolari','djana-kolari',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Djana Kolari\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-09 17:20:39','2025-10-09 17:20:39','fc50c54d-78d2-473f-a950-387e4474e2b8'),
(3623,3623,1,'Lobby 9',NULL,NULL,NULL,1,'2025-10-09 17:21:43','2025-10-09 17:21:43','58ca4a66-0e6d-4678-b84c-546c33b9cf3b'),
(3624,3624,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-10-09 17:22:03','2025-10-09 17:22:03','47f2b574-eb57-4b86-b3e7-f7c167b8e83f'),
(3631,3631,1,'Luis M.','luis-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The entire staff was amazing, caring, and wonderfully helpful with our needs for our family member.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Luis M.\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','1fb157e7-7f85-45fe-875f-bac6d066d224'),
(3632,3632,1,'Nancy P.','nancy-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I find the team very professional friendly and kind and helpful when needed so thank you very much I enjoyed my experience and I look forward to a return visit thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Nancy P.\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','d9525433-599f-41ac-acf3-d535a05f9258'),
(3633,3633,1,'Mary C.','mary-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care has always taken care of my father great. They have become part of our family. The facility was always clean and had a bright caring positive personality. The staff were beautiful people who becames our extended family. The activities were fun and my Dad loved the musical events they had. I thank Complete Care for all they have done for my Dad and our family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary C.\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','0e923014-37c6-496a-8495-d7b5f6cae34c'),
(3634,3634,1,'Doreleena H.','doreleena-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Clean and well coordinated services. Staff is caring. Rooms are nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Doreleena H.\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','1d6a878b-aca5-478a-bf1b-67e0829caf1b'),
(3635,3635,1,'Deborah M.','deborah-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very pleasant staff and I was impressed with the cleanliness of the facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah M.\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','de23b945-6480-4f76-8908-bfab7730e118'),
(3636,3636,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','6a5bf761-2a53-4656-9f1b-e41538d3d9e2'),
(3637,3637,1,'Luis M.','luis-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The entire staff was amazing, caring, and wonderfully helpful with our needs for our family member.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Luis M.\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','aded4e72-c5b7-48d7-90e0-e4752efb3c8d'),
(3638,3638,1,'Nancy P.','nancy-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I find the team very professional friendly and kind and helpful when needed so thank you very much I enjoyed my experience and I look forward to a return visit thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Nancy P.\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','7b31ad3e-1e63-4ac3-a6ae-9d62f40d0daa'),
(3639,3639,1,'Mary C.','mary-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care has always taken care of my father great. They have become part of our family. The facility was always clean and had a bright caring positive personality. The staff were beautiful people who becames our extended family. The activities were fun and my Dad loved the musical events they had. I thank Complete Care for all they have done for my Dad and our family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary C.\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','9fc1e2b9-7e63-4bc7-aafd-a4db41ce32e4'),
(3640,3640,1,'Doreleena H.','doreleena-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Clean and well coordinated services. Staff is caring. Rooms are nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Doreleena H.\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','5b9a9192-d2f7-413f-92f5-cd0f96204e8a'),
(3641,3641,1,'Deborah M.','deborah-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very pleasant staff and I was impressed with the cleanliness of the facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah M.\"}',1,'2025-10-09 17:23:33','2025-10-09 17:23:33','2dc1a32f-1850-40bd-9c49-10dd66746fad'),
(3643,3643,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-10-09 17:23:52','2025-10-09 17:23:52','ff4a5fc5-afc9-43f2-b594-f41847b501fc'),
(3648,3648,1,'Voorhees AD',NULL,NULL,NULL,1,'2025-10-09 17:24:29','2025-10-09 17:24:29','43ba5002-ddf1-4e31-ac2b-95271dbc901a'),
(3649,3649,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-10-09 17:24:35','2025-10-09 17:24:35','8aecf7a4-8e13-4d4e-a294-769d031c7af8'),
(3650,3650,1,'Susan Love','susan-love',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan Love\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"slove@ccvoorhees.com\"}',1,'2025-10-09 17:24:35','2025-10-09 17:24:35','b9174072-19e7-436b-886c-8d03d335adca'),
(3651,3651,1,'Rhonda LaPalomento','rhonda-lapalomento',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rhonda LaPalomento\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3648]}',1,'2025-10-09 17:24:35','2025-10-09 17:24:35','780b4cda-4d3c-4d6d-b974-502e93c39d11'),
(3653,3653,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-10-09 17:24:37','2025-10-09 17:24:37','a95bf47f-4209-46eb-8fa7-fb34572bae55'),
(3655,3655,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-10-09 17:26:17','2025-10-09 17:26:17','60a9e352-cf98-4ef4-9e87-5dac4bcd710e'),
(3662,3662,1,'Pete A.','pete-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great place and staff. I was getting rehab here and I have gotten much better. The food is also very good. Rooms are very comfortable with great TV\'s.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pete A.\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','475ce71f-5c6f-40bf-97ce-540d34860678'),
(3663,3663,1,'Joseph N.','joseph-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was very pleased with my stay at Complete Care. The therapists and the staff were great. I liked the way the therapists paced my treatment. The nurses and attendants were great. Thank you all.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joseph N.\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','3c0691d9-b0bb-4558-95d4-d03a16a6074b'),
(3664,3664,1,'James N.','james-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am so happy I chose complete care. I absolutely will recommend this facility to anyone including my family members.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"James N.\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','63cbdd14-3577-4cea-bb71-aaf003e62ac6'),
(3665,3665,1,'Elaine D.','elaine-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone was very helpful and friendly. The place was very clean well kept inside and out!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Elaine D.\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','5bedce8d-c887-446f-8362-6026031d2a23'),
(3666,3666,1,'Jay C.','jay-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom is very happy at Complete Care. The staff is compassionate & patient with my mom, I could not ask for a better place for her rehabilitation. Joe & all the nurses, and PT staff were exceptional.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jay C.\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','1dd2c763-e590-4afc-bd03-dffa9560af14'),
(3667,3667,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','a4f36ec3-7885-465f-9456-67f9faf0b6a1'),
(3668,3668,1,'Pete A.','pete-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great place and staff. I was getting rehab here and I have gotten much better. The food is also very good. Rooms are very comfortable with great TV\'s.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pete A.\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','13b38b89-641b-477b-bf82-2c79b8513fdb'),
(3669,3669,1,'Joseph N.','joseph-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was very pleased with my stay at Complete Care. The therapists and the staff were great. I liked the way the therapists paced my treatment. The nurses and attendants were great. Thank you all.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joseph N.\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','39c6f549-a964-49f3-8adf-8310ee2a5644'),
(3670,3670,1,'James N.','james-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am so happy I chose complete care. I absolutely will recommend this facility to anyone including my family members.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"James N.\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','fba5fb15-b07f-4d05-8c2a-20595fef4403'),
(3671,3671,1,'Elaine D.','elaine-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone was very helpful and friendly. The place was very clean well kept inside and out!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Elaine D.\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','47d85a0c-c00e-480d-8d24-f30b36740388'),
(3672,3672,1,'Jay C.','jay-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom is very happy at Complete Care. The staff is compassionate & patient with my mom, I could not ask for a better place for her rehabilitation. Joe & all the nurses, and PT staff were exceptional.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jay C.\"}',1,'2025-10-09 17:27:46','2025-10-09 17:27:46','b566083d-8930-4ff8-b3e2-9a58e2688812'),
(3674,3674,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-10-09 17:28:11','2025-10-09 17:28:11','e5bb814c-ef51-44b7-b1fb-702fcfe606f1'),
(3680,3680,1,'Receptionist','receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Warm, friendly company that works with staff in any situation. There’s so much for residents to do as well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Receptionist\"}',1,'2025-10-09 17:29:43','2026-01-28 21:36:11','46abeba1-5b25-4242-adcb-93e53eec42ce'),
(3681,3681,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Wall provides competitive hourly wage, shift differential, scheduling flexibility, and has accessible management.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-10-09 17:29:43','2026-01-28 21:36:11','4bfe6dfe-59b9-455a-9850-25ebeff625d8'),
(3682,3682,1,'Supervisor','supervisor',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Administration is reasonable to work for and provides the tools and support needed to do our jobs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Supervisor\"}',1,'2025-10-09 17:29:43','2026-01-28 21:36:11','cac53d16-eec3-432a-8f49-1db1a3d08acd'),
(3683,3683,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-10-09 17:29:43','2025-10-09 17:29:43','2c58d147-d339-4510-a274-78bf08689a22'),
(3684,3684,1,'Receptionist','receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Warm friendly company. Works with staff with any situation. There’s so much for residents to do.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Receptionist\"}',1,'2025-10-09 17:29:43','2025-10-09 17:29:43','782fc3ac-f00a-44a5-b0b1-1bc8649babaf'),
(3685,3685,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Competitive hourly wage, shift differential, scheduling flexibility, accessible management.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-10-09 17:29:43','2025-10-09 17:29:43','ee245b77-9113-4f11-a980-86a8a0169f1e'),
(3686,3686,1,'Supervisor','supervisor',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Administration is reasonable to work for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Supervisor\"}',1,'2025-10-09 17:29:43','2025-10-09 17:29:43','a201415c-da07-4516-8482-78548c427657'),
(3687,3687,1,'Kyle Newfeld','kyle-newfeld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kyle Newfeld\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"Kyle.Newfeld@completecarewall.com\"}',1,'2025-10-09 17:29:43','2025-10-09 17:29:43','f6bd141f-fba6-4880-92a3-9abbba0df5cd'),
(3689,3689,1,'Bayshore Lobby',NULL,NULL,NULL,1,'2025-10-09 20:42:59','2025-10-09 20:43:24','e1c90d18-a4c4-4ebc-b638-f5eb62dc7085'),
(3690,3690,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-10-09 20:44:20','2025-10-09 20:44:20','d0c35a35-ae80-4b37-a19f-45a0c38cc3d8'),
(3697,3697,1,'Ventilator Support','ventilator-unit',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Elevated Respiratory Support, Where It’s Needed Most.\\nThe Ventilator Support Program is designed for individuals requiring prolonged or complex respiratory support, including weaning and tracheostomy care. Led by experienced respiratory therapists and interdisciplinary teams, this high-acuity program delivers advanced pulmonary oversight, ventilator management, and individualized weaning protocols — all within the safety and continuity of our skilled nursing environment. When pulmonary care needs to go deeper, PathForward is ready to breathe with you.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-10-09 20:46:06','2026-01-08 19:57:40','192cb77e-d05a-42a1-88db-929966001198'),
(3698,3698,1,'Ventilator Unit','ventilator-unit',NULL,NULL,1,'2025-10-09 20:46:21','2025-10-09 20:46:21','bfa7d0d0-f0d2-4cef-a0c2-cc369749cd82'),
(3699,3699,1,'Goose A.','goose-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Had a great experience here they are taking care of me everyday! Wouldn\'t have managed without all their nursing team!! I will miss it. Special thanks to all the staff on subacute.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Goose A.\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','5e4650a5-361a-44cd-8a83-e62f97d0a236'),
(3700,3700,1,'Jane S.','jane-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband is very satisfied with his care. Very satisfied with doctor visits and quality of food.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jane S.\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','f0ddea57-d145-4834-8cfb-c3577b4aa7db'),
(3701,3701,1,'Beryl R.','beryl-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Best facility in the area they are taking the best care of my brother! Definitely very recommended with the amazing nursing team on subacute and delicious meals!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Beryl R.\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','ea078b4f-f1be-4fe0-8123-4c6e230e51f3'),
(3702,3702,1,'Robert M.','robert-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"After a nasty fall hitting my head, I spent several days at complete care at Bayshore and they got me back on my feet feeling like my old self again. Meals were excellent. The staff was polite and professional, and the upper management was very very helpful. I highly recommend this place to anyone in need.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robert M.\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','fb332a3c-f7a5-4070-856d-91d57fe6223e'),
(3703,3703,1,'Rudy R.','rudy-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The entire staff was very professional, courteous & very helpful with my mom who was admitted into the hospital.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rudy R.\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','aaae1b12-5053-44b4-9f3c-5ffb2828fead'),
(3704,3704,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','820f732f-0d80-4623-a3b2-7433ff0fb83f'),
(3705,3705,1,'Goose A.','goose-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Had a great experience here they are taking care of me everyday! Wouldn\'t have managed without all their nursing team!! I will miss it. Special thanks to all the staff on subacute.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Goose A.\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','7c1f55e9-b260-4727-acd7-08723c4e2595'),
(3706,3706,1,'Jane S.','jane-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband is very satisfied with his care. Very satisfied with doctor visits and quality of food.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jane S.\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','9c39027c-ef74-439c-88fa-8d0579b48d47'),
(3707,3707,1,'Beryl R.','beryl-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Best facility in the area they are taking the best care of my brother! Definitely very recommended with the amazing nursing team on subacute and delicious meals!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Beryl R.\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','2329411c-bf43-4614-ac87-5c44ac1b664e'),
(3708,3708,1,'Robert M.','robert-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"After a nasty fall hitting my head, I spent several days at complete care at Bayshore and they got me back on my feet feeling like my old self again. Meals were excellent. The staff was polite and professional, and the upper management was very very helpful. I highly recommend this place to anyone in need.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robert M.\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','ec911172-ce62-44c1-8e7d-a46ded767695'),
(3709,3709,1,'Rudy R.','rudy-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The entire staff was very professional, courteous & very helpful with my mom who was admitted into the hospital.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rudy R.\"}',1,'2025-10-09 20:46:26','2025-10-09 20:46:26','d023e43d-4ccf-48e8-8cb5-6d10b6d6d314'),
(3712,3712,1,'Bayshore Admin',NULL,NULL,NULL,1,'2025-10-09 20:47:03','2025-10-09 20:47:03','c13fef7d-a87c-4f14-b5f9-ea1caf5ebc45'),
(3714,3714,1,'Bayshore AD',NULL,NULL,NULL,1,'2025-10-09 20:48:06','2025-10-09 20:48:06','fce57203-4b96-4528-a0c6-fbf88a80dc5a'),
(3716,3716,1,'EVS Associate','evs-associate',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents love you and respect you\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"EVS Associate\"}',1,'2025-10-09 20:48:21','2025-10-09 20:48:21','fe4db990-ace0-4407-89a0-21470cfcdc97'),
(3717,3717,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-10-09 20:48:21','2025-10-09 20:48:21','ebce68ee-b69f-4f00-902f-3011012cea6d'),
(3718,3718,1,'EVS Associate','evs-associate',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents love you and respect you\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"EVS Associate\"}',1,'2025-10-09 20:48:21','2025-10-09 20:48:21','300c4fdf-ab7e-4eac-91c0-f004896b24c8'),
(3719,3719,1,'Yoni Nussbaum','yoni-nussbaum',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yoni Nussbaum\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"Yoni.Nussbaum@ccbayshore.com\"}',1,'2025-10-09 20:48:21','2025-10-09 20:48:21','de48eaea-639f-4d45-b92d-e0dfe37f6831'),
(3720,3720,1,'Nancy Curiel','nancy-curiel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Nancy Curiel\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3714]}',1,'2025-10-09 20:48:21','2025-10-09 20:48:21','ff361dcd-0774-4650-8c41-fc01ff243ea9'),
(3722,3722,1,'Cedar Grove Lobby',NULL,NULL,NULL,1,'2025-10-09 20:50:40','2025-10-09 20:50:40','7ee9255c-c811-49ab-96c8-0215488a8f75'),
(3723,3723,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2025-10-09 20:52:58','2025-10-09 20:52:58','795d1674-2582-45f2-974c-decf15adfecc'),
(3730,3730,1,'Brandon W.','brandon-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I don\'t ever leave reviews but in this case I feel compelled to. The care and attention provided by the nurses at Complete Care is unmatched. Not only for my grandmother but for every resident. They are patient, respectful, and attentive. Beyond that, they are loving and compassionate - I\'m truly grateful to know that my Grandma is in good hands. If you\'re making the difficult decision of where to go when the needs of your loved ones exceeds your capability to provide, take a tour of Complete Care and see for yourself. Thank you to all the staff at Complete Care and to a few very special ones for going above and beyond.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brandon W.\"}',1,'2025-10-09 20:54:27','2025-10-09 20:54:27','fa1b136f-6b08-4c0e-8ee3-b0e14277c4b8'),
(3731,3731,1,'Lori G.','lori-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff was very professional and cordial. Facility and elevators was clean and well secured.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lori G.\"}',1,'2025-10-09 20:54:27','2025-10-09 20:54:27','35045b0b-86f0-4992-a31d-4fd6e2f21854'),
(3732,3732,1,'Kayla M.','kayla-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is the best nursing home facility in NJ! It is clean and neat, it smells fresh and clean, the staff is hardworking and cares well for the residents. The administrator is friendly, helpful and approachable. I definitely recommend it to all :)\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kayla M.\"}',1,'2025-10-09 20:54:27','2025-10-09 20:54:27','70eff280-8533-4dc4-bc5d-085d796b5dd3'),
(3733,3733,1,'Grayson A.','grayson-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’m always impressed at the continued cleanliness of this facility.\\nAll of the attendants and nurses are very professional and friendly.\\nI can’t imagine my mother in any other place for her ongoing care.\\nWhen I check her room today, it looked so clean and tidy…. Like a well-serviced room in a nice Hotel!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Grayson A.\"}',1,'2025-10-09 20:54:27','2025-10-09 20:54:27','a00c8c0c-777c-42c3-93bb-55974ea38827'),
(3734,3734,1,'Maudie R.','maudie-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My 93 year-old Aunt is currently a resident and so far, it’s 5 stars. From the aides and nurses to the PT/OTs and all the staff, she’s getting the best care following a hospital say. She is satisfied with the care and we are pleased with her progress toward regaining her strength.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maudie R.\"}',1,'2025-10-09 20:54:27','2025-10-09 20:54:27','1cbdf45e-b172-43ab-8e70-93cbc8383855'),
(3735,3735,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2025-10-09 20:54:27','2025-10-09 20:54:27','04b668da-4ec1-44f7-9a5c-a64c1ebc35ac'),
(3736,3736,1,'Brandon W.','brandon-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I don\'t ever leave reviews but in this case I feel compelled to. The care and attention provided by the nurses at Complete Care is unmatched. Not only for my grandmother but for every resident. They are patient, respectful, and attentive. Beyond that, they are loving and compassionate - I\'m truly grateful to know that my Grandma is in good hands. If you\'re making the difficult decision of where to go when the needs of your loved ones exceeds your capability to provide, take a tour of Complete Care and see for yourself. Thank you to all the staff at Complete Care and to a few very special ones for going above and beyond.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brandon W.\"}',1,'2025-10-09 20:54:27','2025-10-09 20:54:27','72b393bc-da10-445f-b02f-edd3be25f590'),
(3737,3737,1,'Lori G.','lori-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff was very professional and cordial. Facility and elevators was clean and well secured.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lori G.\"}',1,'2025-10-09 20:54:27','2025-10-09 20:54:27','7c47220f-5f8d-4f28-9704-d22f03f95e11'),
(3738,3738,1,'Kayla M.','kayla-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is the best nursing home facility in NJ! It is clean and neat, it smells fresh and clean, the staff is hardworking and cares well for the residents. The administrator is friendly, helpful and approachable. I definitely recommend it to all :)\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kayla M.\"}',1,'2025-10-09 20:54:28','2025-10-09 20:54:28','5adfe239-4dcb-4f9b-b056-7be4da97c03b'),
(3739,3739,1,'Grayson A.','grayson-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’m always impressed at the continued cleanliness of this facility.\\nAll of the attendants and nurses are very professional and friendly.\\nI can’t imagine my mother in any other place for her ongoing care.\\nWhen I check her room today, it looked so clean and tidy…. Like a well-serviced room in a nice Hotel!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Grayson A.\"}',1,'2025-10-09 20:54:28','2025-10-09 20:54:28','6fb860f0-6e89-4d5b-ad77-5c3968133555'),
(3740,3740,1,'Maudie R.','maudie-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My 93 year-old Aunt is currently a resident and so far, it’s 5 stars. From the aides and nurses to the PT/OTs and all the staff, she’s getting the best care following a hospital say. She is satisfied with the care and we are pleased with her progress toward regaining her strength.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maudie R.\"}',1,'2025-10-09 20:54:28','2025-10-09 20:54:28','a8ccfd0d-f28e-4ade-aeda-ea1e81f610bb'),
(3742,3742,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2025-10-09 20:54:48','2025-10-09 20:54:48','fa4184e6-0a45-485e-90b1-d0cae6832a71'),
(3746,3746,1,'Cedar Grove Admin',NULL,NULL,NULL,1,'2025-10-09 20:55:28','2025-10-09 20:55:28','ea291832-ef11-480a-9009-cbbe640de1a9'),
(3748,3748,1,'Cedar Grove Admissions Director',NULL,NULL,NULL,1,'2025-10-09 20:55:46','2025-10-09 20:55:46','39b09283-c316-412e-a79f-31ab23717119'),
(3749,3749,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been working at this facility for 24 years in the Recreation department. I enjoy interacting with the wonderful staff and the residents, making their days happier by providing activities.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2025-10-09 20:56:04','2026-01-29 17:07:18','5d0d0ea7-899c-45d1-81a3-b6d6fe292ec6'),
(3750,3750,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2025-10-09 20:56:04','2025-10-09 20:56:04','93a2e2f8-286b-4aa5-8495-2ecf145e4dea'),
(3751,3751,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been working at this facility for 24 years in the Recreation department. I enjoy interacting with the wonderful staff and the residents, making their days happier by providing activities. Throughout the years I have been able to see the growth of this facility and the care and compassion they show towards their residents and their families. The management team is always caring towards their staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2025-10-09 20:56:04','2025-10-09 20:56:04','c2216054-3006-410b-9aba-6af071c0ef95'),
(3752,3752,1,'Jospeh Marx','jospeh-marx',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jospeh Marx\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3746],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"jmarx@cccedargrove.com\"}',1,'2025-10-09 20:56:04','2025-10-09 20:56:04','be162061-72c4-421f-8be8-60b858523637'),
(3753,3753,1,'Annarela Amat','annarela-amat',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Annarela Amat\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3748]}',1,'2025-10-09 20:56:04','2025-10-09 20:56:04','e92be78e-2580-4bd1-adfc-fac9744a5dfa'),
(3755,3755,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/19duyzz7AA/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-10-10 18:22:08','2025-10-10 18:22:08','23e976e2-912c-47d5-a140-fffa3d66d40c'),
(3757,3757,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3252],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248,3250,3249,3252,3247],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-10-10 18:22:39','2025-10-10 18:22:39','90ed90e3-5336-4665-baf5-3f7a46da46cf'),
(3759,3759,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279,3280,3281,3282,3283],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-10-10 18:22:51','2025-10-10 18:22:51','7dbefd94-998e-4ff5-a6f1-1f37b5fe5e76'),
(3761,3761,1,'Clark Lobby',NULL,NULL,NULL,1,'2025-10-13 15:57:58','2025-10-13 15:57:58','fa53a927-a7cf-4512-ba88-007ac6d22518'),
(3762,3762,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-10-13 15:58:54','2025-10-13 15:58:54','bbdeabbb-aa87-42be-b106-ecadc859566a'),
(3769,3769,1,'Rolando E.','rolando-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nurses were very helpful and accommodating. It was a pleasant experience visiting my brother with their help.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rolando E.\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','a4d0fd9a-2a31-4950-97b6-1e91f9de535b'),
(3770,3770,1,'Laurie K.','laurie-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been here at Complete Care for two weeks. The care that has been given to me is top shelf, the nurses, staff right down to housekeeping has made my stay here amazing! Thank you all so very much.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Laurie K.\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','3f17e255-6385-4430-aa1b-ab83c1ae1370'),
(3771,3771,1,'Ben C.','ben-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I had a great experience here! Everyone genuinely cared about me here from Administration to Nursing and everything in between best place for Rehab!!!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ben C.\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','c516f38f-1009-4dcf-b54d-c9b19e4fba6a'),
(3772,3772,1,'Denean L.','denean-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I\'ve always had a wonderful experience at Complete Care. Although you\'re not happy about the reason you\'re there; the staff is friendly, professional and ready to help you. I feel like I have a second family when I\'m there. The facility is always clean. The Physical Therapy staff has helped me go from not walking to walking when I left. You can\'t ask for more than that!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Denean L.\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','35cc7127-6aee-487f-8545-09f0a00b3df6'),
(3773,3773,1,'Garrett O.','garrett-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great team at rehab and nursing. Administration was amazing. Very kind people and good food. Definitely recommended.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Garrett O.\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','5133a998-b264-4f21-8371-7490453f00de'),
(3774,3774,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','729a898a-99c9-4919-b708-1b3e943aadae'),
(3775,3775,1,'Rolando E.','rolando-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nurses were very helpful and accommodating. It was a pleasant experience visiting my brother with their help.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rolando E.\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','fc4d0126-ce01-432d-bf87-657d9217a5c3'),
(3776,3776,1,'Laurie K.','laurie-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been here at Complete Care for two weeks. The care that has been given to me is top shelf, the nurses, staff right down to housekeeping has made my stay here amazing! Thank you all so very much.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Laurie K.\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','fc97015c-bd0a-4e5b-8f07-7864286d1978'),
(3777,3777,1,'Ben C.','ben-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I had a great experience here! Everyone genuinely cared about me here from Administration to Nursing and everything in between best place for Rehab!!!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ben C.\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','7f08fc96-372d-4be2-802e-5db3e21b40dd'),
(3778,3778,1,'Denean L.','denean-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I\'ve always had a wonderful experience at Complete Care. Although you\'re not happy about the reason you\'re there; the staff is friendly, professional and ready to help you. I feel like I have a second family when I\'m there. The facility is always clean. The Physical Therapy staff has helped me go from not walking to walking when I left. You can\'t ask for more than that!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Denean L.\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','58b4f857-fd7b-4fd5-b148-df667b370f5c'),
(3779,3779,1,'Garrett O.','garrett-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great team at rehab and nursing. Administration was amazing. Very kind people and good food. Definitely recommended.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Garrett O.\"}',1,'2025-10-13 16:00:23','2025-10-13 16:00:23','f1abd24a-7a99-4dec-af7d-d0912b2633fd'),
(3781,3781,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-10-13 16:00:53','2025-10-13 16:00:53','0e003816-a4b5-4616-8a5f-2e8e8e398612'),
(3785,3785,1,'Staffing Coordinator','staffing-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Clark has a strong company culture, excellent benefit packages, and supportive colleagues.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Staffing Coordinator\"}',1,'2025-10-13 16:01:40','2026-01-29 17:09:10','3ed45472-aeef-46d9-a7c4-06611c63ad4f'),
(3786,3786,1,'Dietary Cook','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice place to work! The staff is very nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2025-10-13 16:01:40','2026-01-29 17:09:10','27be6098-0bd2-4e00-ad52-82eca8f8598b'),
(3787,3787,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-10-13 16:01:41','2025-10-13 16:01:41','0ab920f3-2528-4741-aa2a-31ecb813d60f'),
(3788,3788,1,'Staffing Coordinator','staffing-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Strong company culture, excellent benefit packages, and supportive colleagues.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Staffing Coordinator\"}',1,'2025-10-13 16:01:41','2025-10-13 16:01:41','5c3e861b-1e55-48e5-a71b-d173447ef7a5'),
(3789,3789,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice place to work! Staff is very nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-13 16:01:41','2025-10-13 16:01:41','cbc00f9d-fc89-4f98-a361-a236b8786774'),
(3793,3793,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-10-13 16:02:33','2025-10-13 16:02:33','e5e0d2d3-0391-42b2-b632-df5d9bfe47f4'),
(3794,3794,1,'Joseph Edeltuch','joseph-edeltuch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joseph Edeltuch\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"JEdeltuch@completecarecclark.com\"}',1,'2025-10-13 16:02:33','2025-10-13 16:02:33','306bd35b-8cfd-408a-87bf-7a9632e59921'),
(3795,3795,1,'Wislande Mauril','wislande-mauril',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Wislande Mauril\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-13 16:02:33','2025-10-13 16:02:33','ec496e5c-25bc-41a9-8ac8-69e9d377d405'),
(3797,3797,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-10-13 16:02:37','2025-10-13 16:02:37','fb02ff06-bb86-40f1-a67b-04bb2ca94f59'),
(3800,3800,1,'Green Knoll Admin',NULL,NULL,NULL,1,'2025-10-13 16:03:32','2025-10-13 16:03:42','fbc84f21-cde6-42cb-9fe3-2030f031500d'),
(3802,3802,1,'Green Knoll AD',NULL,NULL,NULL,1,'2025-10-13 16:04:02','2025-10-13 16:04:02','7fa6c747-dad3-4654-90ae-521183f36295'),
(3803,3803,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-10-13 16:04:07','2025-10-13 16:04:07','c4267d44-bcab-427f-b49e-2c753e1037ff'),
(3804,3804,1,'Rikka Libatique','rikka-libatique',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rikka Libatique\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3800],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"RLibatique@ccgreenknoll.com\"}',1,'2025-10-13 16:04:07','2025-10-13 16:04:07','cdc33c89-ceec-40f1-82b3-77a76411f28d'),
(3805,3805,1,'Reem Khair','reem-khair',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Reem Khair\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3802]}',1,'2025-10-13 16:04:07','2025-10-13 16:04:07','c4551090-39ca-40fa-97b8-5c6c199f7149'),
(3808,3808,1,'Green Knoll Lobby',NULL,NULL,NULL,1,'2025-10-13 16:05:35','2025-10-13 16:05:35','095dfda6-cac9-414c-bfe0-d93f48425285'),
(3814,3814,1,'Shirley L.','shirley-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Home away from home, they are such caring and thoughtful staff, would highly recommend for any nursing care for your loved ones.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Shirley L.\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','bcfbc0ef-ba32-47d0-b355-afe4131b1532'),
(3815,3815,1,'Leah R.','leah-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nurses are really good at giving medication on time. They take very good care of me. I am happy here and would recommend.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Leah R.\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','2b11678f-ff1d-458d-aa93-c9dfaa6d9393'),
(3816,3816,1,'Christine L.','christine-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent care. Very attentive staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine L.\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','8fe5ee51-d60a-490f-9ea9-c2a83d45f5bf'),
(3817,3817,1,'Summer C.','summer-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is welcoming, the facility is clean. There was music on that the residents enjoy. Overall a great place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Summer C.\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','a00fc920-c006-4c85-9769-482f6070f9bb'),
(3818,3818,1,'Margarethe T.','margarethe-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We are incredibly grateful for the care our grandmother received at Complete Care at Green Knoll. The facility was always clean and well-maintained, and the staff were warm, attentive, and genuinely caring. A special thank you to Ms. Rikka, who went above and beyond to ensure everything was taken care of—she and her team treated our grandma like family. Their kindness and professionalism gave us peace of mind every step of the way. Highly recommended!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Margarethe T.\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','ac6ded3f-1c01-4713-9bbc-410d7731e2bb'),
(3819,3819,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"People working at Green Knoll care about their residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-10-13 16:07:23','2026-01-29 17:12:39','02704675-b9bf-4926-8c4f-1f7d1cd706cb'),
(3820,3820,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','f1f98a32-8362-4963-b23a-e1cc21e8b90a'),
(3821,3821,1,'Shirley L.','shirley-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Home away from home, they are such caring and thoughtful staff, would highly recommend for any nursing care for your loved ones.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Shirley L.\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','ca2e78ee-8269-4461-85b0-7b7956822863'),
(3822,3822,1,'Leah R.','leah-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nurses are really good at giving medication on time. They take very good care of me. I am happy here and would recommend.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Leah R.\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','25dee8b7-b443-401d-afc1-0c17437a86e5'),
(3823,3823,1,'Christine L.','christine-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent care. Very attentive staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine L.\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','eb24a6b4-d319-4acc-9d6e-31c6251d7b2b'),
(3824,3824,1,'Summer C.','summer-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is welcoming, the facility is clean. There was music on that the residents enjoy. Overall a great place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Summer C.\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','17881e75-d86f-4e37-9802-df70dd8d47c2'),
(3825,3825,1,'Margarethe T.','margarethe-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We are incredibly grateful for the care our grandmother received at Complete Care at Green Knoll. The facility was always clean and well-maintained, and the staff were warm, attentive, and genuinely caring. A special thank you to Ms. Rikka, who went above and beyond to ensure everything was taken care of—she and her team treated our grandma like family. Their kindness and professionalism gave us peace of mind every step of the way. Highly recommended!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Margarethe T.\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','6e400c59-207e-4092-8a06-763b3cc2df3e'),
(3826,3826,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"People working there care about the residents\\\".\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-10-13 16:07:23','2025-10-13 16:07:23','411cb7eb-2564-4479-9a62-b0ed045bb1a0'),
(3828,3828,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-10-13 16:07:45','2025-10-13 16:07:45','c230cd76-721c-4149-bc06-11ff4f2087b5'),
(3830,3830,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-10-13 16:08:14','2025-10-13 16:08:14','fff8739f-d508-4c56-99f4-3275fcde5099'),
(3833,3833,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-10-13 16:12:15','2025-10-13 16:12:15','5bdee5f4-5fad-4bbe-a9c6-2129fb834b91'),
(3840,3840,1,'Dawn S.','dawn-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff are very friendly. My mom had been there 2 weeks for rehab and every time i visit day or night staff is consistently pleasant and helpful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dawn S.\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','bee2ebd5-1ce5-430b-8fd9-9a00fe8ad7f9'),
(3841,3841,1,'Denis K.','denis-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My 94 year old mom is a resident at Complete Care and the service is amazing. The entire team works tirelessly to keep my mom happy and healthy. It\'s a great relief to have her so well cared for.\\nVicki the unit clerk is especially helpful. Anything my mom asks for she delivers with a smile. So happy to have such an experienced group of people caring for my mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Denis K.\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','f08b787e-0eda-4218-a6f4-671d88e6786e'),
(3842,3842,1,'Jennifer B.','jennifer-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great facility! They took wonderful care of my grandmother, and the entire staff is kind, compassionate and competent.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jennifer B.\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','690c4c53-0272-4cf4-ae5e-ee97961449bc'),
(3843,3843,1,'Chris B.','chris-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is always very nice and friendly. My brother lives here and loves it. They take good care of my brother.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Chris B.\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','6aa7329d-9b88-4b28-bcd0-138dbee4cc5a'),
(3844,3844,1,'Anon','anon',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very clean facility. Staff always pleasant and professional. Made the stay there for my family member a \\\"home away from home\\\".\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anon\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','cbbdfdda-3444-414a-a7cd-082d491ca8bc'),
(3845,3845,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','b90fa972-9db8-4ee1-a474-2c377a9d45af'),
(3846,3846,1,'Dawn S.','dawn-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff are very friendly. My mom had been there 2 weeks for rehab and every time i visit day or night staff is consistently pleasant and helpful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dawn S.\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','11692811-f726-4c54-a4f4-b4247919d550'),
(3847,3847,1,'Denis K.','denis-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My 94 year old mom is a resident at Complete Care and the service is amazing. The entire team works tirelessly to keep my mom happy and healthy. It\'s a great relief to have her so well cared for.\\nVicki the unit clerk is especially helpful. Anything my mom asks for she delivers with a smile. So happy to have such an experienced group of people caring for my mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Denis K.\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','e35d24ce-a4b3-4ebb-823d-1d2159435a5a'),
(3848,3848,1,'Jennifer B.','jennifer-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great facility! They took wonderful care of my grandmother, and the entire staff is kind, compassionate and competent.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jennifer B.\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','55891f61-550a-411c-848d-499305e2e85a'),
(3849,3849,1,'Chris B.','chris-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is always very nice and friendly. My brother lives here and loves it. They take good care of my brother.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Chris B.\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','25ea8790-3fbb-4b3b-9769-afef1bb19bbb'),
(3850,3850,1,'Anon','anon',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very clean facility. Staff always pleasant and professional. Made the stay there for my family member a \\\"home away from home\\\".\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anon\"}',1,'2025-10-13 16:13:49','2025-10-13 16:13:49','18ecdc0e-05fe-4591-a804-cf7a934e7742'),
(3852,3852,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2612],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-10-13 16:14:30','2025-10-13 16:14:30','13333f7d-9343-466a-b3ef-83de8dcb51f2'),
(3856,3856,1,'Madison Admin',NULL,NULL,NULL,1,'2025-10-13 16:15:24','2025-10-13 16:15:24','95f22ba0-0887-43c2-8d44-453fb0db1407'),
(3858,3858,1,'Madison AD',NULL,NULL,NULL,1,'2025-10-13 16:15:40','2025-10-13 16:15:40','1ddca3f3-4b8b-4c2c-8b92-deca69525cf8'),
(3859,3859,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Diversity is amazing getting to know others.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2025-10-13 16:15:51','2025-10-13 16:15:51','31c33201-8fef-4486-969b-4c35dbc4721c'),
(3860,3860,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2612],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-10-13 16:15:51','2025-10-13 16:15:51','273a0490-cff3-4f6f-b607-25640fb1b822'),
(3861,3861,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Diversity is amazing getting to know others.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2025-10-13 16:15:51','2025-10-13 16:15:51','58129338-47ee-48d9-8dc5-79a0f4c3405d'),
(3862,3862,1,'Yehuda Smoke','yehuda-smoke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Smoke\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3856],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"YSmoke@completecareatmadison.com\"}',1,'2025-10-13 16:15:51','2025-10-13 16:15:51','40acdea5-bd0a-405b-bf64-27213f604d41'),
(3863,3863,1,'Eileen Medina','eileen-medina',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eileen Medina\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3858]}',1,'2025-10-13 16:15:51','2025-10-13 16:15:51','add0b8d9-3583-41ba-a386-5b9e1f69a33f'),
(3865,3865,1,'Mercerville Lobby',NULL,NULL,NULL,1,'2025-10-13 16:20:27','2025-10-13 16:20:27','d7c1935b-c410-44a1-8f87-3cbe47053c0c'),
(3866,3866,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-10-13 16:41:23','2025-10-13 16:41:23','fff7991d-3119-4737-b579-ea9491f716e7'),
(3874,3874,1,'Cynthia R.','cynthia-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice facility and the staff are great and helpful!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cynthia R.\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','7c011600-0775-40fd-8836-ca5d93491f01'),
(3875,3875,1,'Monica J.','monica-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was happy for a change seeing my dad clean dry and no odor to him or his room definitely a 5 star today.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Monica J.\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','3ad2ce31-3c62-4470-adc7-3d8838389176'),
(3876,3876,1,'Jewell K.','jewell-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very warm and caring facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jewell K.\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','ab749610-59f1-480d-a8a4-2f944f39f74e'),
(3877,3877,1,'Juan O.','juan-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom been there since Feb. 2024 so far the nurses , Aides & Staff are very kind & caring & make sure mom is doing well . Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Juan O.\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','b571f3c9-f532-426c-842a-ab648dc6e224'),
(3878,3878,1,'Al B.','al-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"From day one, the staff has gone above and beyond to ensure that my father is not only well taken care of but also actively engaged in activities. They make a concerted effort to encourage residents to get out of their rooms and participate, which has made a tremendous difference in his well-being.\\n\\nEvery time I visit, I am impressed by the diligent monitoring of each room, providing me with peace of mind that my father is in safe hands. Their attention to personal care, including hygiene and grooming, is exceptional when compared to other facilities in the Mercer County region.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Al B.\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','e7482cf1-0bbb-4121-8cc6-54432885c45a'),
(3879,3879,1,'HR','hr',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The best part of working is the compensation and the surrounding area.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','271984bf-31b8-4f4d-a863-11662d65624e'),
(3880,3880,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','2a4ca4e9-1a5a-48ed-b963-9c01a7fd22ef'),
(3881,3881,1,'Cynthia R.','cynthia-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice facility and the staff are great and helpful!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cynthia R.\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','a510053c-3018-42c2-8ac5-aac2b1b9e091'),
(3882,3882,1,'Monica J.','monica-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was happy for a change seeing my dad clean dry and no odor to him or his room definitely a 5 star today.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Monica J.\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','2c1c31df-2d50-413a-9f15-d8ef84c4f531'),
(3883,3883,1,'Jewell K.','jewell-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very warm and caring facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jewell K.\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','e8cf5ec9-2861-4373-8fdd-9e403b7f204e'),
(3884,3884,1,'Juan O.','juan-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom been there since Feb. 2024 so far the nurses , Aides & Staff are very kind & caring & make sure mom is doing well . Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Juan O.\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','0e82ae51-f0fa-4063-8eab-0d33d9c2ce81'),
(3885,3885,1,'Al B.','al-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"From day one, the staff has gone above and beyond to ensure that my father is not only well taken care of but also actively engaged in activities. They make a concerted effort to encourage residents to get out of their rooms and participate, which has made a tremendous difference in his well-being.\\n\\nEvery time I visit, I am impressed by the diligent monitoring of each room, providing me with peace of mind that my father is in safe hands. Their attention to personal care, including hygiene and grooming, is exceptional when compared to other facilities in the Mercer County region.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Al B.\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','c7e6ef69-53aa-4fe6-aa21-bbc2fa9d7269'),
(3886,3886,1,'HR','hr',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The best part of working is the compensation and the surrounding area.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR\"}',1,'2025-10-13 16:43:20','2025-10-13 16:43:20','6e1ecffb-f4d7-4989-9d12-c971d0b363d5'),
(3890,3890,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-10-13 16:43:47','2025-10-13 16:43:47','a32e8398-bd60-4f2b-9986-7ef4155c75ce'),
(3891,3891,1,'Yehuda Zev Berman','yehuda-zev-berman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Zev Berman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"YBerman@ccmercerville.com\"}',1,'2025-10-13 16:43:47','2025-10-13 16:43:47','c34993bd-1658-493e-9598-021c0a9cc532'),
(3892,3892,1,'Kris Worman','kris-worman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kris Worman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-13 16:43:47','2025-10-13 16:43:47','44bccea7-0236-4dc2-ae62-5a3ae8c17300'),
(3894,3894,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-10-13 16:43:50','2025-10-13 16:43:50','6de0c8d8-133f-480c-9de3-ee94aea2cba4'),
(3896,3896,1,'Orange Park Lobby',NULL,NULL,NULL,1,'2025-10-13 17:02:38','2025-10-13 17:02:38','18d37434-7ec4-4c69-8ad9-287575692d50'),
(3902,3902,1,'Dov B.','dov-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff at orange park are a pleasure to work with. Yehuda puts a high focus on patient care and strongly advocates for them.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dov B.\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','645270fc-b3bc-4109-b132-51e55c5e6569'),
(3903,3903,1,'Jonathan S.','jonathan-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff are so nice. The administrator goes above and beyond to make sure you are comfortable.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jonathan S.\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','59f91b77-3e6b-474f-8524-5ba896df6940'),
(3904,3904,1,'Cherie M.','cherie-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I cannot possibly explain the convenience of Orange Park car service for my grandmother to visit. A+ thank you Orange Park for making life a little easier!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cherie M.\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','1c53e19d-65cb-44a0-9bbb-68bf120184d0'),
(3905,3905,1,'Cynthia S.','cynthia-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is corporative and friendly. The building is clean and the patients seem to have a good relationship with staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cynthia S.\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','ce669dda-8336-4b92-bbfd-cfeeb6d176c8'),
(3906,3906,1,'Samuel L.','samuel-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Wonderful facility, friendly staff and very clean. The residents are well looked after.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Samuel L.\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','1f771adb-6f07-4a4f-81b2-c163901d2e8e'),
(3907,3907,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3896],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','88e6828c-c875-4ea0-9fc1-31175eb869b0'),
(3908,3908,1,'Dov B.','dov-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff at orange park are a pleasure to work with. Yehuda puts a high focus on patient care and strongly advocates for them.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dov B.\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','32d520d7-a94e-4f1d-8319-3fd84c085d74'),
(3909,3909,1,'Jonathan S.','jonathan-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff are so nice. The administrator goes above and beyond to make sure you are comfortable.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jonathan S.\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','5b37b042-afe1-4292-b643-686ed51e5445'),
(3910,3910,1,'Cherie M.','cherie-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I cannot possibly explain the convenience of Orange Park car service for my grandmother to visit. A+ thank you Orange Park for making life a little easier!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cherie M.\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','9c4c451c-f7c4-4450-9b7e-1566ab946147'),
(3911,3911,1,'Cynthia S.','cynthia-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is corporative and friendly. The building is clean and the patients seem to have a good relationship with staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cynthia S.\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','cfe1c934-2fda-487f-a678-e0722b43b1ac'),
(3912,3912,1,'Samuel L.','samuel-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Wonderful facility, friendly staff and very clean. The residents are well looked after.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Samuel L.\"}',1,'2025-10-13 17:05:16','2025-10-13 17:05:16','d28d86f9-ec52-4a35-9c9d-6e64b8336c22'),
(3914,3914,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3896],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2025-10-13 17:05:41','2025-10-13 17:05:41','84c08482-f471-4578-9310-ed8812c0d2e1'),
(3918,3918,1,'Orange Admin',NULL,NULL,NULL,1,'2025-10-13 17:06:23','2025-10-13 17:06:23','038248c8-6862-463b-b589-e78d8528a46d'),
(3920,3920,1,'Orange AD',NULL,NULL,NULL,1,'2025-10-13 17:06:40','2025-10-13 17:06:40','b8983af9-7565-4596-992c-e1e3ae88c0bb'),
(3921,3921,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Positive and dedicated staff that assist the residents in doing therapeutic and fun activities that promote socialization and conversationn with their peers and staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2025-10-13 17:09:47','2026-01-29 17:48:35','278de3eb-4ab4-4048-ab8e-019abfa9f578'),
(3922,3922,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3896],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2025-10-13 17:09:47','2025-10-13 17:09:47','01d0f57c-d287-4d1e-b12f-9c3b1f9326c4'),
(3923,3923,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Positive and dedicated staff that assist the residents in doing therapeutic and fun activities that promote socialization and conservation with their peers and staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2025-10-13 17:09:47','2025-10-13 17:09:47','fb0669c1-2859-4a27-aa6b-9e58ff669b5b'),
(3924,3924,1,'Yehuda Gottlieb','yehuda-gottlieb',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yehuda Gottlieb\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3918],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"YGottlieb@ccorangepark.com\"}',1,'2025-10-13 17:09:47','2025-10-13 17:09:47','e211837f-6ba1-43c4-a5b6-34c73a1a0296'),
(3925,3925,1,'Blondine Prevlion','blondine-prevlion',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Blondine Prevlion\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3920]}',1,'2025-10-13 17:09:47','2025-10-13 17:09:47','39604fec-e934-4bde-ad22-d479368542a8'),
(3927,3927,1,'Park Place Lobby',NULL,NULL,NULL,1,'2025-10-13 17:19:49','2025-10-13 17:19:49','eabdc778-2b9f-4f52-a414-cb15993d5831'),
(3928,3928,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-10-13 17:20:17','2025-10-13 17:20:17','984d512b-1d3c-4f65-96b4-60934a74b000'),
(3935,3935,1,'Pamela G.','pamela-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Wonderful staff who really seem to care about their work, and always treat residents and their families with respect.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pamela G.\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','2843aa06-01ee-4e71-a8af-3c867d6b0c83'),
(3936,3936,1,'Barabara M.','barabara-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My sister is clean as well as her surroundings. Her Hospice care giver takes excellent care with her an has encouraged her to eat so she is maintaining her weight.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Barabara M.\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','a392c6de-ff9d-4b2b-8c90-1f84c9022b55'),
(3937,3937,1,'Richard R.','richard-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Park is a great place for rehab I had a good time there everyone very friendly an helpful I recommend any one that need rehab or long term.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Richard R.\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','de609ee4-60d7-4702-9d35-40a25dbb8961'),
(3938,3938,1,'Shelby B.','shelby-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is amazing! The facility is very clean! My father is having an amazing time with all of the wonderful activities they offer!\\nThank you for taking such good care of him!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Shelby B.\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','51ac0c53-f7df-41d3-96aa-95ba62d69e57'),
(3939,3939,1,'Xiaonng C.','xiaonng-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very clean and tidy environment, warm and friendly staff, nutritious and personalized meals.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Xiaonng C.\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','528d9a8f-13b8-4e76-b223-6ddc3eee6b1e'),
(3940,3940,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','0d873284-f054-4390-8054-ae7bdb6c57ed'),
(3941,3941,1,'Pamela G.','pamela-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Wonderful staff who really seem to care about their work, and always treat residents and their families with respect.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pamela G.\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','00f7a766-d03b-46f0-9489-82f48fe07c73'),
(3942,3942,1,'Barabara M.','barabara-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My sister is clean as well as her surroundings. Her Hospice care giver takes excellent care with her an has encouraged her to eat so she is maintaining her weight.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Barabara M.\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','fa34ead6-c92b-46b6-a347-e6768cec063b'),
(3943,3943,1,'Richard R.','richard-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Park is a great place for rehab I had a good time there everyone very friendly an helpful I recommend any one that need rehab or long term.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Richard R.\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','9f043409-6703-459e-ba4f-e56c2a2d2bbc'),
(3944,3944,1,'Shelby B.','shelby-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is amazing! The facility is very clean! My father is having an amazing time with all of the wonderful activities they offer!\\nThank you for taking such good care of him!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Shelby B.\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','edeb15ee-0583-4db8-97c4-dab844474c95'),
(3945,3945,1,'Xiaonng C.','xiaonng-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very clean and tidy environment, warm and friendly staff, nutritious and personalized meals.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Xiaonng C.\"}',1,'2025-10-13 17:21:33','2025-10-13 17:21:33','0d3b0027-e645-474b-bdf9-9c19e7f3b54a'),
(3948,3948,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff are very nice and the atmosphere is pleasant. Environment is peaceful and there is a diversity of cultures.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2025-10-13 17:22:18','2025-10-13 17:22:18','19b250b5-d945-4b70-afae-ec7b8e3d5810'),
(3949,3949,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-10-13 17:22:18','2025-10-13 17:22:18','eafb0358-28cd-48e4-bf17-4e848eb7a18e'),
(3950,3950,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff are very nice and the atmosphere is pleasant. Environment is peaceful and there is a diversity of cultures.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2025-10-13 17:22:18','2025-10-13 17:22:18','e17e74a4-5ab4-48a5-86e2-2d5b8b6cc59e'),
(3954,3954,1,'Park Place AD',NULL,NULL,NULL,1,'2025-10-13 17:22:55','2025-10-13 17:22:55','85a48046-2cdc-437f-b0cb-38942ddb8673'),
(3955,3955,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-10-13 17:23:02','2025-10-13 17:23:02','789ca2db-310e-401e-a192-4d3408f0fc44'),
(3956,3956,1,'Leiby Mayorovitz','leiby-mayorovitz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leiby Mayorovitz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"LMayervoitz@ccparkplace.com\"}',1,'2025-10-13 17:23:02','2025-10-13 17:23:02','afb94960-d05a-482e-b39a-6a603597c558'),
(3957,3957,1,'Kimberly O\'Laughlin','kimberly-olaughlin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kimberly O\'Laughlin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3954]}',1,'2025-10-13 17:23:02','2025-10-13 17:23:02','cc7b7f38-f251-4dd9-bd80-01314182d748'),
(3959,3959,1,'Plainfield Lobby',NULL,NULL,NULL,1,'2025-10-13 17:25:39','2025-10-13 17:25:55','6ec6cd8a-dea0-4e3c-9fd1-db2352d1c626'),
(3965,3965,1,'Krasnoff S.','krasnoff-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am currently a resident at Plainfield, and I can honestly say that the rehab services and nursing care here are exceptional. From the moment I arrived, I’ve been consistently impressed with the level of professionalism, compassion, and dedication from the entire team.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Krasnoff S.\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','c5035036-e34a-487f-91ca-89e589261e5b'),
(3966,3966,1,'Stephanie M.','stephanie-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Having my dad in multiple long term care facilities has been a challenge. But after meeting the staff at Complete Care of Plainfield on Park Ave it made me feel so much better about leaving him there. They are kind, courteous and caring! Thank you so much for all that you do!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Stephanie M.\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','6cdebd7f-acbf-4524-8df4-c3b679ac5c6b'),
(3967,3967,1,'Joan B.','joan-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The personnel working at this nursing home are caring, kind, and very hard working.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joan B.\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','2b60706b-86cd-42f9-bf70-e46a59e52b11'),
(3968,3968,1,'Peter H.','peter-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"From the day I came in, everyone has been very welcoming. Every staff member has been amazing and very helpful, especially the recreation team! I love sunny and physical therapy team.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Peter H.\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','7033bd3c-3cd0-4d77-9beb-234f631c49ad'),
(3969,3969,1,'Morgan M.','morgan-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nurses were so kind and attentive, and the therapy team was wonderful in helping my mother reach her goals. Most importantly, the leadership truly cares and that makes all the difference. We couldn’t ask for more.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Morgan M.\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','156726b0-1e84-40f8-a500-3e0fff812a0d'),
(3970,3970,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','663c9767-f39d-42f9-8eca-d3723c0cea33'),
(3971,3971,1,'Krasnoff S.','krasnoff-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am currently a resident at Plainfield, and I can honestly say that the rehab services and nursing care here are exceptional. From the moment I arrived, I’ve been consistently impressed with the level of professionalism, compassion, and dedication from the entire team.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Krasnoff S.\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','5fb8afdf-463e-4bc9-b4e0-ecf70b92f10d'),
(3972,3972,1,'Stephanie M.','stephanie-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Having my dad in multiple long term care facilities has been a challenge. But after meeting the staff at Complete Care of Plainfield on Park Ave it made me feel so much better about leaving him there. They are kind, courteous and caring! Thank you so much for all that you do!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Stephanie M.\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','727c9ff9-36b3-4a3d-b51b-21f43722e965'),
(3973,3973,1,'Joan B.','joan-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The personnel working at this nursing home are caring, kind, and very hard working.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joan B.\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','444f7893-5662-4c59-8a82-b78c657de138'),
(3974,3974,1,'Peter H.','peter-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"From the day I came in, everyone has been very welcoming. Every staff member has been amazing and very helpful, especially the recreation team! I love sunny and physical therapy team.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Peter H.\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','a975967b-15bc-4f64-9654-46c7a75b3b51'),
(3975,3975,1,'Morgan M.','morgan-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nurses were so kind and attentive, and the therapy team was wonderful in helping my mother reach her goals. Most importantly, the leadership truly cares and that makes all the difference. We couldn’t ask for more.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Morgan M.\"}',1,'2025-10-13 17:27:27','2025-10-13 17:27:27','9549bdb2-2cf9-4afb-9284-18ace5344d4f'),
(3977,3977,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2025-10-13 17:27:45','2025-10-13 17:27:45','1d66714c-1e80-4734-a870-00ff9df13a84'),
(3981,3981,1,'Plainfield AD',NULL,NULL,NULL,1,'2025-10-13 17:28:18','2025-10-13 17:28:18','6cc7a0b2-be44-41ab-97ac-5ae255e5c079'),
(3982,3982,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2025-10-13 17:28:26','2025-10-13 17:28:26','ec591772-d1b6-40f6-985b-4b2cb6bb961f'),
(3983,3983,1,'Aviel Saleh','aviel-saleh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aviel Saleh\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"Aviel.Seleh@ccplainfield.com\"}',1,'2025-10-13 17:28:26','2025-10-13 17:28:26','d3044b3e-9b2a-43f2-ac24-2c741c1a36f4'),
(3984,3984,1,'Ida Dziadyk','ida-dziadyk',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ida Dziadyk\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3981]}',1,'2025-10-13 17:28:26','2025-10-13 17:28:26','16d178cd-7ef9-41fd-b864-6cbee2be8cc8'),
(3986,3986,1,'St Vincents Lobby',NULL,NULL,NULL,1,'2025-10-13 17:40:30','2025-10-13 17:40:30','acb746c7-29e9-41bf-a185-2b58bee8bcfd'),
(3992,3992,1,'David B.','david-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is incredible, very caring and understanding. They do a great job! I know those who I care for are being cared for greatly here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David B.\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','7321a121-eed1-4070-a72c-89e8808046af'),
(3993,3993,1,'Lauren C.','lauren-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Well secure rehabilitation center. Clean and well maintained.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lauren C.\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','c4d5caac-86e1-4aac-b4f9-f8f74b2ccdc4'),
(3994,3994,1,'Antoinette S.','antoinette-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This facility changed my whole mood about leaving my father here at complete care. The staff is very caring towards the residents including my father, housekeeping is phenomenal, I would definitely recommend this facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Antoinette S.\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','c87156d8-bc62-461f-b2c1-418f5278e71d'),
(3995,3995,1,'Erica G.','erica-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care @St Vincent’s has been wonderful to my father. The facility is very clean, and the grounds are kept very nice. The staff is very kind and my father truly enjoys every meal. You can tell the entire staff takes pride in what they do. The activities are fun too. I wouldn’t hesitate to recommended St Vincent’s to anyone in need of a PT/OT rehab or nursing home. We are happy we chose it.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Erica G.\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','427faeae-3c55-4dc0-95e8-3e865805b78f'),
(3996,3996,1,'Diane S.','diane-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have had two close relatives cared for at St. Vincent’s. There are many, many kind, caring and hard working employees here, the facility is exceptionally clean, the food is good and the recreation program and pastoral care is wonderful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Diane S.\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','3dd638a5-01bb-4cdc-b7a9-500b0c85f973'),
(3997,3997,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','c8f69095-986d-429b-9151-d899d4f7ecb1'),
(3998,3998,1,'David B.','david-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is incredible, very caring and understanding. They do a great job! I know those who I care for are being cared for greatly here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David B.\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','d446acbf-ceb5-40a3-9c66-715530797a73'),
(3999,3999,1,'Lauren C.','lauren-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Well secure rehabilitation center. Clean and well maintained.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lauren C.\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','857df075-201e-4654-a325-0b9387534401'),
(4000,4000,1,'Antoinette S.','antoinette-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This facility changed my whole mood about leaving my father here at complete care. The staff is very caring towards the residents including my father, housekeeping is phenomenal, I would definitely recommend this facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Antoinette S.\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','067b9cb7-2d1c-4f65-8fbe-717be98ef788'),
(4001,4001,1,'Erica G.','erica-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care @St Vincent’s has been wonderful to my father. The facility is very clean, and the grounds are kept very nice. The staff is very kind and my father truly enjoys every meal. You can tell the entire staff takes pride in what they do. The activities are fun too. I wouldn’t hesitate to recommended St Vincent’s to anyone in need of a PT/OT rehab or nursing home. We are happy we chose it.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Erica G.\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','c742bece-a6fd-49e1-a2ac-47c117a405e8'),
(4002,4002,1,'Diane S.','diane-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have had two close relatives cared for at St. Vincent’s. There are many, many kind, caring and hard working employees here, the facility is exceptionally clean, the food is good and the recreation program and pastoral care is wonderful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Diane S.\"}',1,'2025-10-13 17:42:06','2025-10-13 17:42:06','c80d482c-ea33-430b-887d-828b36143a0c'),
(4004,4004,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-10-13 17:42:25','2025-10-13 17:42:25','06c613c2-a22f-4cb3-82c4-896d6dd750e0'),
(4008,4008,1,'St Vincent Admin',NULL,NULL,NULL,1,'2025-10-13 17:43:03','2025-10-13 17:43:03','313cc781-7f8b-4043-9d14-b868246d0ed0'),
(4010,4010,1,'St Vincents AD',NULL,NULL,NULL,1,'2025-10-13 17:43:27','2025-10-13 17:43:27','382b0e54-3ede-45d6-b140-ad526a02ff65'),
(4011,4011,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have worked at many healthcare sites as an agency nurse and this place gets 5 stars from me. Every place has adjustments they can make to be better but they welcome staff with open arms.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2025-10-13 17:43:34','2025-10-13 17:43:34','8763a36a-b2f7-4ae7-9a7b-184101d7d649'),
(4012,4012,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-10-13 17:43:34','2025-10-13 17:43:34','33a9da1b-d958-422a-81d9-e4111672a91b'),
(4013,4013,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have worked at many healthcare sites as an agency nurse and this place gets 5 stars from me. Every place has adjustments they can make to be better but they welcome staff with open arms.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2025-10-13 17:43:34','2025-10-13 17:43:34','c6a0bab6-0d1f-4544-a271-579a3078e449'),
(4014,4014,1,'Tiffany Romano','tiffany-romano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Romano\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4008],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"TRomano@ccstvincents.com\"}',1,'2025-10-13 17:43:34','2025-10-13 17:43:34','e7314d42-8c09-412a-9d92-12a71d8761ce'),
(4015,4015,1,'Jocelyn Raymond','jocelyn-raymond',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jocelyn Raymond\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4010]}',1,'2025-10-13 17:43:34','2025-10-13 17:43:34','e34793a8-3ade-476d-8b86-feb0fcd0a662'),
(4017,4017,1,'Summit Ridge Lobby',NULL,NULL,NULL,1,'2025-10-13 17:44:49','2025-10-13 17:44:49','bd322f87-25b9-4800-906a-b22bddc98b71'),
(4018,4018,1,'Summit Admin',NULL,NULL,NULL,1,'2025-10-13 17:45:02','2025-10-13 17:45:02','17c27f0b-c738-4cb6-8831-a2133526fd22'),
(4020,4020,1,'Summit AD',NULL,NULL,NULL,1,'2025-10-13 17:45:12','2025-10-13 17:45:12','a92212f8-c70d-45e5-88d3-716eb6716e7c'),
(4026,4026,1,'Cynthia M.','cynthia-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff are very friendly and kind to the residence at Summit Ridge. I go to visit my sister who is always clean and tidy. My sister greets me with a smile. She has been a resident for approximately 1 year. I love the people at Summit Ridge Complete Care facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cynthia M.\"}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','e18e3fe9-e09b-4ef9-8d90-c08565fdc483'),
(4027,4027,1,'Lloyd E.','lloyd-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff was very kind and friendly most of all the level of care is absolutely amazing. Thanks.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lloyd E.\"}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','3546cb45-1b1a-41b6-b2d3-f1dc5d586708'),
(4028,4028,1,'James E.','james-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility was clean and orderly and the staff was friendly and attentive to our sister\'s needs!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"James E.\"}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','78eab08f-9df0-4878-866b-cb8698225100'),
(4029,4029,1,'Marcia S.','marcia-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is friendly and the place is very clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Marcia S.\"}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','095daf31-a5ac-41dc-b0e9-6488f07d5b3a'),
(4030,4030,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','3201708e-9d2b-4eae-b7f5-19adb4aebe8d'),
(4031,4031,1,'Cynthia M.','cynthia-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff are very friendly and kind to the residence at Summit Ridge. I go to visit my sister who is always clean and tidy. My sister greets me with a smile. She has been a resident for approximately 1 year. I love the people at Summit Ridge Complete Care facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cynthia M.\"}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','098d3c61-561f-4ed5-9be8-f5e3a82aef73'),
(4032,4032,1,'Lloyd E.','lloyd-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff was very kind and friendly most of all the level of care is absolutely amazing. Thanks.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lloyd E.\"}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','29aedaaa-6325-47b2-a02c-541754cdc65d'),
(4033,4033,1,'James E.','james-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility was clean and orderly and the staff was friendly and attentive to our sister\'s needs!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"James E.\"}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','1bc0f89f-47e6-4635-8997-e5e576b08275'),
(4034,4034,1,'Marcia S.','marcia-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is friendly and the place is very clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Marcia S.\"}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','7c96c428-b5f0-434f-8a46-b77268d2b8d1'),
(4035,4035,1,'Kanene Oleka','kanene-oleka',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kanene Oleka\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4018]}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','c2e20e09-fc6a-4b7e-8d20-4588d70374b3'),
(4036,4036,1,'Alarys Tavares','alarys-tavares',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alarys Tavares\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4020]}',1,'2025-10-13 17:46:38','2025-10-13 17:46:38','75161c01-de9a-4e96-9e83-1029f21b67da'),
(4038,4038,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2025-10-13 17:46:53','2025-10-13 17:46:53','03b193b4-b355-4509-a3e0-6ff1d9355eb0'),
(4042,4042,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2025-10-13 17:47:19','2025-10-13 17:47:19','d23de539-dad0-4ace-bccd-edcaf011dcec'),
(4043,4043,1,'Kanene Oleka','kanene-oleka',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kanene Oleka\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4018],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"KOleka@ccsummitridge.com\"}',1,'2025-10-13 17:47:19','2025-10-13 17:47:19','7192f558-87b9-4c7f-bc5f-afa1473b8317'),
(4044,4044,1,'Alarys Tavares','alarys-tavares',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alarys Tavares\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4020]}',1,'2025-10-13 17:47:19','2025-10-13 17:47:19','6702b520-86e6-46eb-bfa2-a56d0d697f65'),
(4046,4046,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-10-13 17:48:10','2025-10-13 17:48:10','7012d494-9bbb-4978-b366-31c937584b70'),
(4053,4053,1,'Susan K.','susan-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice rehab. Clean. Staff very courteous.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan K.\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','c9b0a641-5507-4afa-a0a1-257b57de9002'),
(4054,4054,1,'David C.','david-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"An attentive staff that quickly greeted us and assisted us to complete our visit. The staff was very kind, polite and detail oriented.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David C.\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','1634604f-0d4b-45c0-9488-bb52a74142b5'),
(4055,4055,1,'Felicia A.','felicia-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was very pleased with the friendliness, professionalism, and care towards my older sister during her first night. Her room was very clean and neat. I also noticed the the cleanliness of the main lobby, hallways, and the exterior of the facility. I left feeling rest assured that my sister was in good hands and that the staff would do their best to make her feel welcomed and comfortable during her time there. I truly appreciate the warmth that I also received from the staff at Complete Care West Caldwell.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Felicia A.\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','2fe618af-1f19-4b4f-92c4-82337a658c15'),
(4056,4056,1,'Dorothy Z.','dorothy-z',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"All staff at Complete Care West Caldwell are very professional, always looking for a way to help you. They go beyond and above to make sure that you are comfortable. The nurses and nurses aides are so helpful and really make you feel at home. The facility is spotless and well kept inside and out. There is also a great recreation department that always has activities throughout the day, even on weekends. They even do activities such as barbecues and live entertainment on some of the holidays which is very enjoyable for everyone. The administrative staff is always available to address any questions or concerns. The people that work here make your stay a great experience. I would highly recommend this place. I give them a five star rating!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dorothy Z.\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','85ab377b-84a9-4896-8d1d-4b40147c8bcd'),
(4057,4057,1,'Glen R.','glen-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nursing staff is always polite and helpful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Glen R.\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','28284d87-effa-49a9-9686-d1049b8b934b'),
(4058,4058,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','bd7177ea-8255-4040-910d-3df2d8413916'),
(4059,4059,1,'Susan K.','susan-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice rehab. Clean. Staff very courteous.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan K.\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','beb8a2a3-84d6-4dc9-927a-c1440eb714f9'),
(4060,4060,1,'David C.','david-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"An attentive staff that quickly greeted us and assisted us to complete our visit. The staff was very kind, polite and detail oriented.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David C.\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','0b7587d0-a297-49fa-894c-04f3a9b701f4'),
(4061,4061,1,'Felicia A.','felicia-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was very pleased with the friendliness, professionalism, and care towards my older sister during her first night. Her room was very clean and neat. I also noticed the the cleanliness of the main lobby, hallways, and the exterior of the facility. I left feeling rest assured that my sister was in good hands and that the staff would do their best to make her feel welcomed and comfortable during her time there. I truly appreciate the warmth that I also received from the staff at Complete Care West Caldwell.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Felicia A.\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','19fea1c6-df69-4151-aff4-b905e19aafbc'),
(4062,4062,1,'Dorothy Z.','dorothy-z',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"All staff at Complete Care West Caldwell are very professional, always looking for a way to help you. They go beyond and above to make sure that you are comfortable. The nurses and nurses aides are so helpful and really make you feel at home. The facility is spotless and well kept inside and out. There is also a great recreation department that always has activities throughout the day, even on weekends. They even do activities such as barbecues and live entertainment on some of the holidays which is very enjoyable for everyone. The administrative staff is always available to address any questions or concerns. The people that work here make your stay a great experience. I would highly recommend this place. I give them a five star rating!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dorothy Z.\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','96f220a2-0261-4d2c-b9cb-e171f8db3b3b'),
(4063,4063,1,'Glen R.','glen-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nursing staff is always polite and helpful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Glen R.\"}',1,'2025-10-13 17:49:38','2025-10-13 17:49:38','1b2c9f95-55c9-4df2-bf52-31cdf80be724'),
(4069,4069,1,'Caldwell AD',NULL,NULL,NULL,1,'2025-10-13 17:51:54','2025-10-13 17:51:54','87271410-b1eb-4929-be82-e79b225fcfd4'),
(4070,4070,1,'Recreation Assistant','recreation-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Warm friendly company that works with staff in any situation. There’s so much for residents to do every day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2025-10-13 17:52:01','2026-01-29 19:40:25','d2c13490-c096-4090-bb95-0826626bfc1f'),
(4071,4071,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good benefits and competitive pay.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-13 17:52:01','2025-10-13 17:52:01','a1a84d49-5640-44c6-bd54-0683b9767597'),
(4072,4072,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-10-13 17:52:01','2025-10-13 17:52:01','faaf6c9b-0987-4edb-b93f-1905e8b7a608'),
(4073,4073,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Warm friendly company. Works with staff with any situation. There’s so much for residents to do.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-13 17:52:01','2025-10-13 17:52:01','eb7bcd76-dcaa-4ea3-97cf-0cc88afa209e'),
(4074,4074,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good benefits and competitive pay.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-13 17:52:01','2025-10-13 17:52:01','3428b468-366d-44a7-b030-c218f0d6a234'),
(4075,4075,1,'Anna Chbihi','anna-chbihi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Anna Chbihi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"anna.chbihi@ccwestcaldwell.com\"}',1,'2025-10-13 17:52:01','2025-10-13 17:52:01','13e31e01-92e6-4a9f-adcd-f268d7a72d3c'),
(4076,4076,1,'Beverly Blaise','beverly-blaise',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Beverly Blaise\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4069]}',1,'2025-10-13 17:52:01','2025-10-13 17:52:01','0edd92ac-4bf8-454d-93b3-e0cda29c9875'),
(4078,4078,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-10-13 17:52:50','2025-10-13 17:52:50','f9dd5453-79c3-42c9-afc8-4c47163c029f'),
(4080,4080,1,'West Caldwell Lobby',NULL,NULL,NULL,1,'2025-10-13 17:53:05','2025-10-13 17:53:05','6858469c-0435-4a37-9cc0-12388693cdc8'),
(4081,4081,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-10-13 17:53:11','2025-10-13 17:53:11','262d914a-2e37-4606-ae94-dc8c190e24e0'),
(4083,4083,1,'Westfield Lobby',NULL,NULL,NULL,1,'2025-10-13 17:54:18','2025-10-13 17:54:18','2786e1d1-8a93-4d2e-abf8-917258f04487'),
(4089,4089,1,'Thomas W.','thomas-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Outstanding care for my relative, from nursing to administration always there to help you with whatever you need!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Thomas W.\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','37021186-e354-476d-94dc-3b2b1021b17b'),
(4090,4090,1,'Tameka J.','tameka-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every time I come here it’s the same energy and cleanliness and do very well by my son and I’m very pleased!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tameka J.\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','0752a7e2-4fe0-4db1-945b-bcfa73a751a0'),
(4091,4091,1,'Janet P.','janet-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I had a wonderful experience in this facility. My physical therapist was excellent and my aides were so nice. This is a very well run, and caring nursing home. I recommend this place to anyone looking for subacute rehab.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Janet P.\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','fcbae99b-370a-43a0-a608-b4a185df9066'),
(4092,4092,1,'Colette C.','colette-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The medical assistant/nurse’s aide was kind and professional. Staff is friendly and know the patients.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Colette C.\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','a750975b-fe18-446f-9f0e-57aaf80a6555'),
(4093,4093,1,'Madelyn A.','madelyn-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I want to give a shout out to the rehab department for getting me to walk. When I came I wasn\'t able to walk at all and didn\'t t know when il walk again. Thanks to Celine and Erika and the rest of the therapy team for going above and beyond to help me get back to myself. I particularly liked the group rehab on thursdays when we all do the exercises together. My nurse Nelly and Clementine always caring and there for me. I would tell anyone that needs physical therapy to come here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Madelyn A.\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','324104da-38bc-4bfc-af4d-9cc8cd9143c2'),
(4094,4094,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','b2e6a90f-e3ed-4418-a453-db95438dcc6d'),
(4095,4095,1,'Thomas W.','thomas-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Outstanding care for my relative, from nursing to administration always there to help you with whatever you need!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Thomas W.\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','e0df4e56-be1e-4c94-ab8e-875ba75eb99c'),
(4096,4096,1,'Tameka J.','tameka-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every time I come here it’s the same energy and cleanliness and do very well by my son and I’m very pleased!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tameka J.\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','bc3ad141-86d6-4a07-9f9e-2d236a3fd84d'),
(4097,4097,1,'Janet P.','janet-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I had a wonderful experience in this facility. My physical therapist was excellent and my aides were so nice. This is a very well run, and caring nursing home. I recommend this place to anyone looking for subacute rehab.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Janet P.\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','c4cbc520-8c64-4c49-a865-e870474b977a'),
(4098,4098,1,'Colette C.','colette-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The medical assistant/nurse’s aide was kind and professional. Staff is friendly and know the patients.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Colette C.\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','e4ad9472-2933-42ec-b92f-7fd2e96a1479'),
(4099,4099,1,'Madelyn A.','madelyn-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I want to give a shout out to the rehab department for getting me to walk. When I came I wasn\'t able to walk at all and didn\'t t know when il walk again. Thanks to Celine and Erika and the rest of the therapy team for going above and beyond to help me get back to myself. I particularly liked the group rehab on thursdays when we all do the exercises together. My nurse Nelly and Clementine always caring and there for me. I would tell anyone that needs physical therapy to come here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Madelyn A.\"}',1,'2025-10-13 17:55:52','2025-10-13 17:55:52','1f8843b7-f0bc-4643-a580-f60ae213e2e3'),
(4101,4101,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2025-10-13 17:56:22','2025-10-13 17:56:22','b9fe8f1e-0f0e-4ed5-b7e4-9556b14626a4'),
(4105,4105,1,'Westfield AD',NULL,NULL,NULL,1,'2025-10-13 17:56:57','2025-10-13 17:57:21','3ae8ee8f-c62a-4fc5-8ad6-286a3888b4dc'),
(4106,4106,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2025-10-13 17:57:28','2025-10-13 17:57:28','51e637df-4100-42e8-9925-a250dbea3ade'),
(4107,4107,1,'Joe Cohen','joe-cohen',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Cohen\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"jcohen@ccwestfield.com\"}',1,'2025-10-13 17:57:28','2025-10-13 17:57:28','981ea372-5896-48bd-b860-6d01c3d53d23'),
(4108,4108,1,'Kenya Williams','kenya-williams',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kenya Williams\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4105]}',1,'2025-10-13 17:57:28','2025-10-13 17:57:28','da1f9d51-dee9-4f44-b8e1-335e77678480'),
(4110,4110,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-10-13 17:58:05','2025-10-13 17:58:05','505e1d0e-9829-4249-b838-6a96623e1fb0'),
(4117,4117,1,'Vicky S.','vicky-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"First time visiting a family member here. I am very impressed by the professional care and attention my brother is receiving. Well done!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Vicky S.\"}',1,'2025-10-13 17:59:21','2025-10-13 17:59:21','5b09d8eb-0d65-4ded-a764-9a233fd374b8'),
(4118,4118,1,'Jeanie P.','jeanie-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We had a wonderful today. They brought a beautiful pony in for patients to pet & it was a happy & magical day for all. They were all so excited & so was the staff. When we visit our sister it is usually a good day. Staff is attentive & caring.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jeanie P.\"}',1,'2025-10-13 17:59:21','2025-10-13 17:59:21','4368f83e-5a4e-4efc-84fb-e512894d5aee'),
(4119,4119,1,'Diana H.','diana-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great rehabilitation facility/ hospice care. Clean, staff is friendly and the place gives a homely feeling to patients and visitors. I would love a facility like this to take care of myself or other family members.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Diana H.\"}',1,'2025-10-13 17:59:21','2025-10-13 17:59:21','aecac05f-3ace-446e-9f4a-f3400e724023'),
(4120,4120,1,'Patricia C.','patricia-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is very nice and the facility is very clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patricia C.\"}',1,'2025-10-13 17:59:21','2025-10-13 17:59:21','cb13ecfc-ea81-4038-be0b-0751ec38e9ea'),
(4121,4121,1,'Eleonor A.','eleonor-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff are accommodating, considerate and the place itself is clean and organized.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Eleonor A.\"}',1,'2025-10-13 17:59:21','2025-10-13 17:59:21','1b21690f-2ce3-488b-9ed9-1d15362ece4c'),
(4122,4122,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-10-13 17:59:21','2025-10-13 17:59:21','31e9f4f4-6bb2-498e-80d0-134756c5a905'),
(4123,4123,1,'Vicky S.','vicky-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"First time visiting a family member here. I am very impressed by the professional care and attention my brother is receiving. Well done!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Vicky S.\"}',1,'2025-10-13 17:59:22','2025-10-13 17:59:22','e3b58755-d9bc-4e03-9b00-4aac21cc0d5f'),
(4124,4124,1,'Jeanie P.','jeanie-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We had a wonderful today. They brought a beautiful pony in for patients to pet & it was a happy & magical day for all. They were all so excited & so was the staff. When we visit our sister it is usually a good day. Staff is attentive & caring.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jeanie P.\"}',1,'2025-10-13 17:59:22','2025-10-13 17:59:22','e765dc0e-54e6-44cf-b567-052ba3b811c6'),
(4125,4125,1,'Diana H.','diana-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great rehabilitation facility/ hospice care. Clean, staff is friendly and the place gives a homely feeling to patients and visitors. I would love a facility like this to take care of myself or other family members.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Diana H.\"}',1,'2025-10-13 17:59:22','2025-10-13 17:59:22','f83e955b-783b-4f31-8f02-c90f0a729df3'),
(4126,4126,1,'Patricia C.','patricia-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is very nice and the facility is very clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patricia C.\"}',1,'2025-10-13 17:59:22','2025-10-13 17:59:22','4d647344-dc18-435b-90a5-b11fd2713d7a'),
(4127,4127,1,'Eleonor A.','eleonor-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff are accommodating, considerate and the place itself is clean and organized.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Eleonor A.\"}',1,'2025-10-13 17:59:22','2025-10-13 17:59:22','cc62c899-03a8-49b9-a5b8-519be02a6711'),
(4131,4131,1,'Manager','manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The team at the center provides patient centered care that supports their individual preferences and needs helping each person maintain independence and achieve the best possible outcome. Management is supportive and committed to helping staff grow and develop.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Manager\"}',1,'2025-10-13 18:00:02','2025-10-13 18:00:02','89105515-cc57-48d1-9f54-5d43d242d54b'),
(4132,4132,1,'Director of Therapeutic Recreation','director-of-therapeutic-recreation',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Meaningful Work- Daily opportunities to make a positive impact on residents\' quality of life.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Therapeutic Recreation\"}',1,'2025-10-13 18:00:02','2026-01-29 20:09:24','efd45872-fb31-4a5a-b009-f332ea365dce'),
(4133,4133,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-10-13 18:00:02','2025-10-13 18:00:02','206f8e9b-c850-4081-9fd5-2757ae9862eb'),
(4134,4134,1,'Manager','manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The team at the center provides patient centered care that supports their individual preferences and needs helping each person maintain independence and achieve the best possible outcome. Management is supportive and committed to helping staff grow and develop.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Manager\"}',1,'2025-10-13 18:00:02','2025-10-13 18:00:02','961495b8-e425-4256-bfe7-1ceb69adbfb6'),
(4135,4135,1,'Director of therapeutic recreation','director-of-therapeutic-recreation',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Meaningful Work- Daily opportunities to make a positive impact on residents\' quality of life.\\nCreative Freedom- Opportunity to develop engaging programs & events.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of therapeutic recreation\"}',1,'2025-10-13 18:00:02','2025-10-13 18:00:02','4ef806d8-4a9c-4db7-88f3-20a1edc39227'),
(4138,4138,1,'Woodlands Admin',NULL,NULL,NULL,1,'2025-10-13 18:01:28','2025-10-13 18:01:28','1dc332df-c695-4803-a7de-97b133dda645'),
(4141,4141,1,'Woodlands AD',NULL,NULL,NULL,1,'2025-10-13 18:01:44','2025-10-13 18:01:44','016d61ea-e8b3-40ab-a909-a0a17d2bccb8'),
(4142,4142,1,'Woodlands Lobby',NULL,NULL,NULL,1,'2025-10-13 18:02:04','2025-10-13 18:02:04','631073d0-f991-4a11-9090-ce5a6dbd97f2'),
(4143,4143,1,'Michael Bahooshian','michael-bahooshian',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Bahooshian\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4138],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"MBahooshian@ccwoodlands.com\"}',1,'2025-10-13 18:02:09','2025-10-13 18:02:09','b70dc210-b974-4409-8207-b1a79ac1e32d'),
(4144,4144,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-10-13 18:02:09','2025-10-13 18:02:09','313cf4cf-71b0-4050-9591-871c3028e2d4'),
(4145,4145,1,'Michael Bahooshian','michael-bahooshian',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Bahooshian\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4138],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"MBahooshian@ccwoodlands.com\"}',1,'2025-10-13 18:02:09','2025-10-13 18:02:09','e0016a2d-7a66-42a6-a285-b02fb718b6ba'),
(4146,4146,1,'Brionna Allen-Jordan','brionna-allen-jordan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brionna Allen-Jordan\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4141]}',1,'2025-10-13 18:02:09','2025-10-13 18:02:09','f179f634-4a9d-4449-a125-d0d2357eb85d'),
(4148,4148,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2025-10-13 19:03:49','2025-10-13 19:03:49','c62cf330-d075-407e-be30-e30cdb549d0b'),
(4150,4150,1,'Roosevelt Edison Lounge',NULL,NULL,NULL,1,'2025-10-13 19:05:27','2025-10-13 19:05:27','be444428-1658-42c7-ace0-ef528dedca86'),
(4156,4156,1,'Laura M.','laura-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great physical therapy, attentive aides and skilled nurses.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Laura M.\"}',1,'2025-10-13 19:09:10','2025-10-13 19:09:10','de81fea1-3cad-4def-bb6f-530d8176ebac'),
(4157,4157,1,'Anthony D.','anthony-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My 96-year-old mother is a resident at Roosevelt. The facility is very clean,\\nand the staff is very kind. I would recommend this for anyone.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anthony D.\"}',1,'2025-10-13 19:09:10','2025-10-13 19:09:10','c809436c-ad60-43d3-8067-e448f2e58688'),
(4158,4158,1,'Majorie F.','majorie-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My daughter stayed at the Roosevelt facility during recovery and I have nothing but good things to say. The facility was clean and I was thankful and grateful for all of the daily activities and entertainment that was offered; it made her more comfortable and engaging than I had seen her in the past few years.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Majorie F.\"}',1,'2025-10-13 19:09:10','2026-01-17 16:10:02','f74e398f-90b1-4a40-9e7c-191ef4f67283'),
(4159,4159,1,'Robin S.','robin-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff were very good with patient follow up. And they seem to really care about the people residing at the facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robin S.\"}',1,'2025-10-13 19:09:10','2025-10-13 19:09:10','1e03059d-c45c-4b36-ad58-d889dd5562bf'),
(4160,4160,1,'Laura P.','laura-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I can rest easy knowing that my mom is cared for at Roosevelt. My mom is always clean and always happy when I come to visit no matter what time it is.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Laura P.\"}',1,'2025-10-13 19:09:10','2025-10-13 19:09:10','a27b6db6-ca53-4b37-8bfd-e8ca861b4d62'),
(4161,4161,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2025-10-13 19:09:10','2025-10-13 19:09:10','5993eb6f-dbf6-4db8-8f20-f95eba5a6ccd'),
(4162,4162,1,'Laura M.','laura-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great physical therapy, attentive aides and skilled nurses.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Laura M.\"}',1,'2025-10-13 19:09:10','2025-10-13 19:09:10','dfbbc20d-083f-4d2e-923b-91b2162ce70b'),
(4163,4163,1,'Anthony D.','anthony-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My 96-year-old mother is a resident at Roosevelt. The facility is very clean,\\nand the staff is very kind. I would recommend this for anyone.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anthony D.\"}',1,'2025-10-13 19:09:10','2025-10-13 19:09:10','271a1e7f-3131-4f17-aee9-46767ffb24f4'),
(4164,4164,1,'Majorie F.','majorie-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My daughter stayed at the Roosevelt facility during recovery and I have nothing but good things to say about the staff I encountered; they were professional, friendly, kind and attentive to my daughter. The facility was clean and I was thankful and grateful for all of the daily activities and entertainment that was offered; it made her more comfortable and engaging than I had seen her in the past few years. Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Majorie F.\"}',1,'2025-10-13 19:09:10','2025-10-13 19:09:10','0bbef8e6-8f68-466b-babd-cd44c80c5886'),
(4165,4165,1,'Robin S.','robin-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff were very good with patient follow up. And they seem to really care about the people residing at the facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robin S.\"}',1,'2025-10-13 19:09:10','2025-10-13 19:09:10','24811032-e4ca-44da-86e3-e7abedc76c32'),
(4166,4166,1,'Laura P.','laura-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I can rest easy knowing that my mom is cared for at Roosevelt. My mom is always clean and always happy when I come to visit no matter what time it is.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Laura P.\"}',1,'2025-10-13 19:09:10','2025-10-13 19:09:10','38775966-be73-4a7c-8805-ea676512ca59'),
(4168,4168,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2025-10-13 19:09:29','2025-10-13 19:09:29','1b836d0b-b360-4aef-85e1-9c43e593677c'),
(4172,4172,1,'Edison Admin',NULL,NULL,NULL,1,'2025-10-13 19:10:22','2025-10-13 19:10:22','3b5ab939-4148-41d2-bcf7-5444b23d1e38'),
(4174,4174,1,'Mark Sorrento','mark-sorrento',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mark Sorrento\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4172],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"Mark.Sorrento@roosevelthealthedison.org\"}',1,'2025-10-13 19:10:27','2025-10-13 19:10:27','d6a9644b-aa13-48c1-bc3f-5c8ac77d789f'),
(4175,4175,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2025-10-13 19:10:27','2025-10-13 19:10:27','6ceab7dd-5bad-4072-a1b1-5802caa176a5'),
(4176,4176,1,'Mark Sorrento','mark-sorrento',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mark Sorrento\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4172],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"Mark.Sorrento@roosevelthealthedison.org\"}',1,'2025-10-13 19:10:27','2025-10-13 19:10:27','1d76557b-8b56-482b-811a-0a0fef9d663b'),
(4177,4177,1,'Vanessa Osi','vanessa-osi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Vanessa Osi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-13 19:10:27','2025-10-13 19:10:27','67ece864-717d-41cd-8ec3-299ac54b8323'),
(4179,4179,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2025-10-13 19:11:14','2025-10-13 19:11:14','540f1ec6-0f1c-48b5-9ba9-760af4cc0151'),
(4181,4181,1,'Roosevelt Old Bridge Gym',NULL,NULL,NULL,1,'2025-10-13 19:12:28','2025-10-13 19:12:28','2468ccf4-18be-4d1d-b3e1-1dd3238ddad3'),
(4182,4182,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2025-10-13 19:14:26','2025-10-13 19:14:26','a1b5bbb3-0ce4-445b-abd8-c9922cd9c58a'),
(4189,4189,1,'John T.','john-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Clean, food for mom is very good and staff is very Sweet and Attentive.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"John T.\"}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','264fce83-83fa-4874-9290-129aac2b05bb'),
(4190,4190,1,'Evette H.','evette-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom is taken care of in Roosevelt rehab center. The place is really clean. All nurses are really good and reach out to patients quickly. I really appreciate all effort done in this place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Evette H.\"}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','a8a6f47b-2164-4cb4-8577-cf48b7604e28'),
(4191,4191,1,'Thomasina W.','thomasina-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The Roosevelt Care Center is a beautiful place. The staff are friendly and welcoming. The place itself is clean and well kept.\\nAbove all the patients seem to be in a place that cares for them and their needs. Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Thomasina W.\"}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','915c7c2b-bc57-415d-8a5e-67774d67322d'),
(4192,4192,1,'Oleg K.','oleg-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom was admitted after a stroke to Roosevelt Care Center. I’m pleasantly surprised the attention and care medical staff is providing to me and my mom. The facility itself is super clean and modern. I’m totally satisfied client.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Oleg K.\"}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','a881c059-b3ee-422d-9ce0-ac7050569cee'),
(4193,4193,1,'Robert T.','robert-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Roosevelt Care Center at Old Bridge is a great facility. Starting from my initial tour until present my experience with RCC has only been positive. All the people I have interacted with the past several months have been kind, caring and professional. I\'m talking about all departments: Nursing, Admin, PT/OT, Dietary, Business, etc. I\'ve had experiences with other places in NJ and NY regarding my dad and also my aunt. Roosevelt is head and shoulders above the others. I would recommend them to anyone looking for a facility that will truly care for their loved one and treat them with the kindness and respect they deserve. If I had to I would choose them all over again.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robert T.\"}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','61b3ea7a-35a9-4a3d-b44c-d4f34b5a6352'),
(4194,4194,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','cf787ae6-9fb4-4b8d-8c6a-78f107ad2a5c'),
(4195,4195,1,'John T.','john-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Clean, food for mom is very good and staff is very Sweet and Attentive.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"John T.\"}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','d7c96005-4297-43a0-958f-51ba8df8bb87'),
(4196,4196,1,'Evette H.','evette-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom is taken care of in Roosevelt rehab center. The place is really clean. All nurses are really good and reach out to patients quickly. I really appreciate all effort done in this place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Evette H.\"}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','53d3e4df-75fa-49af-ae8b-7c129678b103'),
(4197,4197,1,'Thomasina W.','thomasina-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The Roosevelt Care Center is a beautiful place. The staff are friendly and welcoming. The place itself is clean and well kept.\\nAbove all the patients seem to be in a place that cares for them and their needs. Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Thomasina W.\"}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','31a8eeae-cbd3-4d55-b117-b6738b690e8c'),
(4198,4198,1,'Oleg K.','oleg-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom was admitted after a stroke to Roosevelt Care Center. I’m pleasantly surprised the attention and care medical staff is providing to me and my mom. The facility itself is super clean and modern. I’m totally satisfied client.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Oleg K.\"}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','8b8481b5-19b5-4ad9-81df-9e349bd99f1f'),
(4199,4199,1,'Robert T.','robert-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Roosevelt Care Center at Old Bridge is a great facility. Starting from my initial tour until present my experience with RCC has only been positive. All the people I have interacted with the past several months have been kind, caring and professional. I\'m talking about all departments: Nursing, Admin, PT/OT, Dietary, Business, etc. I\'ve had experiences with other places in NJ and NY regarding my dad and also my aunt. Roosevelt is head and shoulders above the others. I would recommend them to anyone looking for a facility that will truly care for their loved one and treat them with the kindness and respect they deserve. If I had to I would choose them all over again.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robert T.\"}',1,'2025-10-13 19:16:05','2025-10-13 19:16:05','d934feb6-0217-4929-ab70-179a9961ea69'),
(4207,4207,1,'Old Bridge Admin',NULL,NULL,NULL,1,'2025-10-13 19:17:28','2025-10-13 19:17:28','26dcbaf0-a387-468b-88a6-62273ad5008c'),
(4208,4208,1,'Old Bridge AD',NULL,NULL,NULL,1,'2025-10-13 19:17:38','2025-10-13 19:17:38','058e5dec-25de-479d-8d19-7374550e10ea'),
(4210,4210,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The residents are great and getting to help them stay healthy and go home is very fulfilling. Helping the LTC residents through the different stages of their lives is an eye opener on the future of our elderly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','58e1e6d4-8e43-4b91-b1e5-020a46927542'),
(4211,4211,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Clean place. Fully staffed, management support, good patient to nurse ratio.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','17d90fa6-e46b-4ec7-bd62-992086273d3b'),
(4212,4212,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly coworkers, good benefits for full time staff, learn a lot.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','fa4ca749-74cc-426d-ba47-ba7c89a62b40'),
(4213,4213,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The other employees are great to work with. The residents are nice & appreciate our help.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','657454cc-76f6-49b6-8fa3-89d5f617ca10'),
(4214,4214,1,'Evan Gold','egold-roosevelthealthob-orgevan-gold',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Gold\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4207],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"egold@roosevelthealthob.org\"}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','07def4fd-2eac-468f-8fa3-aa31e1893b65'),
(4215,4215,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','adc80864-c376-4202-9e9f-d32a14dfb8bb'),
(4216,4216,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The residents are great and getting to help them stay healthy and go home is very fulfilling. Helping the LTC residents through the different stages of their lives is an eye opener on the future of our elderly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','86f59b67-e030-4efd-82df-c405ab4ea0b1'),
(4217,4217,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Clean place. Fully staffed, management support, good patient to nurse ratio.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','94edbde2-3485-4e1a-828f-e2db6c06dd9b'),
(4218,4218,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly coworkers, good benefits for full time staff, learn a lot.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','b76865b6-c578-4b28-9d78-694bfee422e1'),
(4219,4219,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The other employees are great to work with. The residents are nice & appreciate our help.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','83510f86-3f01-4642-bb82-a7d5b816c7e0'),
(4220,4220,1,'Evan Gold','egold-roosevelthealthob-orgevan-gold',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Gold\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4207],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"egold@roosevelthealthob.org\"}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','3e0606d5-4615-4303-9c87-e5c717840429'),
(4221,4221,1,'Kendra Bass','kendra-bass',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kendra Bass\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4208]}',1,'2025-10-13 19:24:55','2025-10-13 19:24:55','a0c85d25-ff5f-49d6-8c13-0046ccdb19fe'),
(4223,4223,1,'Barn Hill Lobby',NULL,NULL,NULL,1,'2025-10-13 19:26:37','2025-10-13 19:26:37','048ad9aa-63a8-475b-882d-d07e20ad7140'),
(4224,4224,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-10-13 19:27:41','2025-10-13 19:27:41','7e604fa6-a876-4fe8-937d-54a009b1de38'),
(4231,4231,1,'Beth H.','beth-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff are kind, friendly, helpful and informative. Thank you for all you do!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Beth H.\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','c9215257-6efb-4ea3-885d-1dfdeb77f88e'),
(4232,4232,1,'Gary Z.','gary-z',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff here is very helpful and have done their best to make this challenging time in our families lives as easy as possible. I\'d especially like to thank Helen and April for all they have done for my brother and I.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gary Z.\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','2df173a0-156f-4356-a8a1-906abf8864f3'),
(4233,4233,1,'Marci N.','marci-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The place is very clean and nice looking inside and outside, the staff was very helpful in telling me how/where to sign in, and when they noticed I was standing there a little lost in where to go after, they helped(never been there before). Grandfather also says the staff is very nice and takes good care of him.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Marci N.\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','cc876e08-cad0-408d-85d3-4c233acba108'),
(4234,4234,1,'Michael S.','michael-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"They take great care of my mom. The staff is great and friendly. They always inform us of any changes or requirements.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Michael S.\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','5c144240-d49f-4f80-985f-4a3a003de07f'),
(4235,4235,1,'Gina H.','gina-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I give Barn Hill a 5 star Rating. They helped my family member regain his ability to live back in the community which was during Covid. Unfortunately his health has deteriorated again and he actually made the decision to return to Barn Hill. The staff has Welcomed him and remember him. It’s a wonderful feeling to have your family member safe and cared for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gina H.\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','d383212e-4d25-4179-877a-219b9832356b'),
(4236,4236,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','575b740e-9c4e-4b8c-9b27-7aa0d2818651'),
(4237,4237,1,'Beth H.','beth-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff are kind, friendly, helpful and informative. Thank you for all you do!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Beth H.\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','37025e35-dab4-49ac-923e-b3f3fbf944f9'),
(4238,4238,1,'Gary Z.','gary-z',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff here is very helpful and have done their best to make this challenging time in our families lives as easy as possible. I\'d especially like to thank Helen and April for all they have done for my brother and I.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gary Z.\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','91526fdf-2338-4a17-9c49-faf1f01c262d'),
(4239,4239,1,'Marci N.','marci-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The place is very clean and nice looking inside and outside, the staff was very helpful in telling me how/where to sign in, and when they noticed I was standing there a little lost in where to go after, they helped(never been there before). Grandfather also says the staff is very nice and takes good care of him.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Marci N.\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','cb2b29f4-30aa-42b3-a074-b833594b57b2'),
(4240,4240,1,'Michael S.','michael-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"They take great care of my mom. The staff is great and friendly. They always inform us of any changes or requirements.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Michael S.\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','ab67409f-7d84-4f18-bb14-a91b84c88594'),
(4241,4241,1,'Gina H.','gina-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I give Barn Hill a 5 star Rating. They helped my family member regain his ability to live back in the community which was during Covid. Unfortunately his health has deteriorated again and he actually made the decision to return to Barn Hill. The staff has Welcomed him and remember him. It’s a wonderful feeling to have your family member safe and cared for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gina H.\"}',1,'2025-10-13 19:29:00','2025-10-13 19:29:00','31f0d596-d67f-40e1-8001-ad3d23a742b4'),
(4243,4243,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-10-13 19:29:18','2025-10-13 19:29:18','dfe591a9-986e-4ad4-86c6-18fcdfa0588d'),
(4246,4246,1,'Barn Hill AD',NULL,NULL,NULL,1,'2025-10-13 19:29:49','2025-10-13 19:29:49','2041cd4f-31bc-47e2-9541-6479a7ba50af'),
(4248,4248,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-10-13 19:30:02','2025-10-13 19:30:02','956be71f-78d0-43dc-93b1-c2d6053f5661'),
(4249,4249,1,'Erica Braun','erica-braun',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Erica Braun\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"EBraun@completecarebarnhill.com\"}',1,'2025-10-13 19:30:03','2025-10-13 19:30:03','f20498d8-2271-48c0-866b-315563ade066'),
(4250,4250,1,'Louise Imperiale','louise-imperiale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Louise Imperiale\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4246]}',1,'2025-10-13 19:30:03','2025-10-13 19:30:03','eabdac53-936b-4d15-a90b-dc1e7942bc3e'),
(4252,4252,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-10-13 19:30:06','2025-10-13 19:30:06','c71b75e8-8022-4bfc-a831-8c6763d4e156'),
(4254,4254,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-10-13 19:30:40','2025-10-13 19:30:40','dd4c839b-2501-45ab-b60e-714ba97e8ddf'),
(4261,4261,1,'Charlie A.','charlie-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"A relative of mine was admitted to the facility in a smooth, caring manner that soothed both her and her family\'s minds. She and we felt \\\"at home\\\" within hours.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Charlie A.\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','32525a18-9da9-4c1e-b6bf-d117c58cb167'),
(4262,4262,1,'Katie R.','katie-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My father was in and out of medical facilities in the Reading area for over 5 months and received the most compassionate care by far at Complete Care Berkshire. Thank you for your kindness to my father and our whole family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katie R.\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','acc515ce-e466-44dc-b30e-40e54aab1664'),
(4263,4263,1,'Stacey G.','stacey-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The Physical Therapy and Social Services teams are so helpful and knowledgeable. They always take the time to discuss concerns.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Stacey G.\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','20830567-b0df-43d5-9188-24543cbdb39d'),
(4264,4264,1,'Stephanie S.','stephanie-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone there is friendly and welcoming, Connor and the entire Recreation department are Fabulous and you can tell they really care about the residents! My Dad is very happy there and we are thrilled with the care he is receiving!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Stephanie S.\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','1a4d042d-5a29-4a8e-96e8-19e0de2299e7'),
(4265,4265,1,'Jeff Y.','jeff-y',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone is professional and polite! The facility is well maintained and always clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jeff Y.\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','eca51439-58d5-4c59-9dbf-bea3b38c0462'),
(4266,4266,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','bca74a64-9fc3-4fff-a924-e09dceba5e4e'),
(4267,4267,1,'Charlie A.','charlie-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"A relative of mine was admitted to the facility in a smooth, caring manner that soothed both her and her family\'s minds. She and we felt \\\"at home\\\" within hours.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Charlie A.\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','60a669a9-6350-4e57-bb98-4c596e3a1dfd'),
(4268,4268,1,'Katie R.','katie-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My father was in and out of medical facilities in the Reading area for over 5 months and received the most compassionate care by far at Complete Care Berkshire. Thank you for your kindness to my father and our whole family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katie R.\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','bec72130-8fd2-4864-85ba-012de8f8b40d'),
(4269,4269,1,'Stacey G.','stacey-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The Physical Therapy and Social Services teams are so helpful and knowledgeable. They always take the time to discuss concerns.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Stacey G.\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','3b1599b4-e4d1-4489-875b-ab439bc2176f'),
(4270,4270,1,'Stephanie S.','stephanie-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone there is friendly and welcoming, Connor and the entire Recreation department are Fabulous and you can tell they really care about the residents! My Dad is very happy there and we are thrilled with the care he is receiving!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Stephanie S.\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','3db516b8-09ba-4c67-a974-668480384104'),
(4271,4271,1,'Jeff Y.','jeff-y',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone is professional and polite! The facility is well maintained and always clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jeff Y.\"}',1,'2025-10-13 19:31:57','2025-10-13 19:31:57','d145a5ed-023c-4578-918f-70229d96fd7a'),
(4276,4276,1,'Berkshire Lobby',NULL,NULL,NULL,1,'2025-10-13 19:34:09','2025-10-13 19:34:09','ea6d4b40-7d82-4e19-9284-84baa15ca1d5'),
(4277,4277,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very Great company, they allow you to get tuition reimbursement, I didn’t work here very long but I do recommend working there, residents are great.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-13 19:34:44','2025-10-13 19:34:44','e97a9565-bdb2-4f02-8f0c-d4d8dd131c78'),
(4278,4278,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-10-13 19:34:44','2025-10-13 19:34:44','c397e36f-6031-4b03-94b4-74233e8cee93'),
(4279,4279,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very Great company, they allow you to get tuition reimbursement, I didn’t work here very long but I do recommend working there, residents are great.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-13 19:34:44','2025-10-13 19:34:44','95a493be-775c-437c-a992-609a62a3d8cd'),
(4280,4280,1,'Shannon Vinciguerra','shannon-vinciguerra',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shannon Vinciguerra\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"SVinciguerra@completecareberkshire.com\"}',1,'2025-10-13 19:34:44','2025-10-13 19:34:44','550bd255-f6dc-4cbd-85df-5f5efda7dd1f'),
(4281,4281,1,'Adrienne Lukity','adrienne-lukity',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Adrienne Lukity\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-13 19:34:44','2025-10-13 19:34:44','1754c714-6994-42a1-97bd-1e68891ed22a'),
(4282,4282,1,'Brakeley Park Lobby',NULL,NULL,NULL,1,'2025-10-13 19:36:07','2025-10-13 19:36:07','b4d354bf-8efc-4dfa-8f58-5afa803eaef0'),
(4289,4289,1,'Robin D.','robin-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband was there for 3 weeks. the entire staff treated us both great. the food. cleanliness. everything was great. would definitely return if we had to. everyone was compassionate. kind. and friendly. from admission to release it was a smooth process. everything was explained in detail.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robin D.\"}',1,'2025-10-13 19:37:45','2025-10-13 19:37:45','fc2522cf-49e7-4f0c-8819-665e835c6d9e'),
(4290,4290,1,'Diane M.','diane-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am very pleased with the entire admission process from start to finish. In addition, the staff on the floor were excellent. Everyone I encountered was knowledgeable, kind, and compassionate.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Diane M.\"}',1,'2025-10-13 19:37:45','2025-10-13 19:37:45','63b207b7-f420-4d5b-b08b-31ff92c27ed7'),
(4291,4291,1,'Sarah D.','sarah-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am grateful for the heartfelt care and compassion of all the Staff who cared for my Mom until her final breath - thank you!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sarah D.\"}',1,'2025-10-13 19:37:45','2025-10-13 19:37:45','1075a43b-98ef-4ff4-a9c4-0a6a82665ce3'),
(4292,4292,1,'Christine C.','christine-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nurses and therapists are wonderful! Everyone I\'ve encountered has been very helpful and kind.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine C.\"}',1,'2025-10-13 19:37:45','2025-10-13 19:37:45','e592a5ce-e39f-4b39-86d3-7b54c1092e60'),
(4293,4293,1,'Jillian C.','jillian-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is an awesome rehab center & the physical therapy program is truly top notch! Staff is fabulous & I would definitely choose this facility above all the rest!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jillian C.\"}',1,'2025-10-13 19:37:45','2025-10-13 19:37:45','ad975341-c57c-425a-9609-291af59120da'),
(4295,4295,1,'Robin D.','robin-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband was there for 3 weeks. the entire staff treated us both great. the food. cleanliness. everything was great. would definitely return if we had to. everyone was compassionate. kind. and friendly. from admission to release it was a smooth process. everything was explained in detail.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robin D.\"}',1,'2025-10-13 19:37:45','2025-10-13 19:37:45','cdae0386-acd7-4076-896f-975eb0b6a476'),
(4296,4296,1,'Diane M.','diane-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am very pleased with the entire admission process from start to finish. In addition, the staff on the floor were excellent. Everyone I encountered was knowledgeable, kind, and compassionate.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Diane M.\"}',1,'2025-10-13 19:37:45','2025-10-13 19:37:45','9b1e9678-bdb8-4d29-836a-eaf7df7c3b80'),
(4297,4297,1,'Sarah D.','sarah-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am grateful for the heartfelt care and compassion of all the Staff who cared for my Mom until her final breath - thank you!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sarah D.\"}',1,'2025-10-13 19:37:45','2025-10-13 19:37:45','15018cba-aa74-4ae8-bb2b-32655792745c'),
(4298,4298,1,'Christine C.','christine-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nurses and therapists are wonderful! Everyone I\'ve encountered has been very helpful and kind.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine C.\"}',1,'2025-10-13 19:37:45','2025-10-13 19:37:45','30424c99-f44e-421d-aa44-9be1f8878ae9'),
(4299,4299,1,'Jillian C.','jillian-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is an awesome rehab center & the physical therapy program is truly top notch! Staff is fabulous & I would definitely choose this facility above all the rest!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jillian C.\"}',1,'2025-10-13 19:37:45','2025-10-13 19:37:45','17fa3109-bdf4-4371-9cc8-2097e25bc744'),
(4307,4307,1,'Unit Manager','unit-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The residents and staff that I worked with directly were always the highlight of my day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Unit Manager\"}',1,'2025-10-13 19:39:00','2025-10-13 19:39:00','501e6385-e3fe-4aeb-8706-31775478fd0c'),
(4308,4308,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The best part of working is learning more about the residents and growing a bond with them through a big array of activities.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2025-10-13 19:39:00','2026-01-29 20:25:30','0f49779a-32f6-4ecc-a605-50ed4dc42888'),
(4311,4311,1,'Unit Manager','unit-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The residents and staff that I worked with directly were always the highlight of my day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Unit Manager\"}',1,'2025-10-13 19:39:00','2025-10-13 19:39:00','baa1692b-27ad-47cc-9064-526340499f84'),
(4312,4312,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"[The best part of working is] Learning more about the residents and growing a bond with them through a big array of activities.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2025-10-13 19:39:00','2025-10-13 19:39:00','8305e905-6627-4a1f-a312-b2825b842ec3'),
(4322,4322,1,'Chestnut Hill Lobby',NULL,NULL,NULL,1,'2025-10-13 19:47:23','2025-10-13 19:47:23','3e368702-365a-47be-9f1e-49dc0a69a671'),
(4323,4323,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-10-13 19:47:44','2025-10-13 19:47:44','72821258-0182-4c2b-b4b7-6466e26d2278'),
(4324,4324,1,'Henry Litchfield','henry-litchfield',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Henry Litchfield\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"hlitchfield@ccchestnuthill.com\"}',1,'2025-10-13 19:47:44','2025-10-13 19:47:44','e5d2b061-9b83-42ea-8f24-119c1a85694f'),
(4325,4325,1,'Elizabeth Pallotto','elizabeth-pallotto',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Pallotto\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-13 19:47:44','2025-10-13 19:47:44','8cb73040-5859-4c8d-ac6e-f96444dfd5a4'),
(4332,4332,1,'Jackie J.','jackie-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom live there for a few years and I’m very happy with the service, staffs and administration and will recommend anyone who need to have their love one in an assisted living.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jackie J.\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','313cfb7d-2155-4401-bf78-ce03a7327dc5'),
(4333,4333,1,'Omayra S.','omayra-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Place is very clean. The staff are nice and friendly. My mom is being very well taken care of.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Omayra S.\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','fb2e7cbc-48fc-49ed-8d1f-15360acc9761'),
(4334,4334,1,'Jenny P.','jenny-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My aunt seems very happy and well cared for at Chestnut Hill! I’m very satisfied with our decision to have her live there.\\nThank you to all the staff that’s making her stay there a very positive experience!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jenny P.\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','b96a8002-38b9-42d6-92a4-6dc085d9ff38'),
(4335,4335,1,'Sue M.','sue-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Neat, safe, professional and friendly environment.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sue M.\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','0990fe61-08e4-4ac6-806d-03076106ccd6'),
(4336,4336,1,'Catherine C.','catherine-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nurses and nursing assistants provide compassionate care to our residents, treating them with love and respect as if they were family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Catherine C.\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','2888ae1f-da02-4e23-b74f-d6d9a46dbfde'),
(4337,4337,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','01115b0a-e9c6-436a-b07a-87d2fa251f3f'),
(4338,4338,1,'Jackie J.','jackie-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom live there for a few years and I’m very happy with the service, staffs and administration and will recommend anyone who need to have their love one in an assisted living.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jackie J.\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','f738e3b8-f521-47b1-a36e-2f580fd43c11'),
(4339,4339,1,'Omayra S.','omayra-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Place is very clean. The staff are nice and friendly. My mom is being very well taken care of.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Omayra S.\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','f019dbe9-16f9-437f-af7e-4f12bd1d8a44'),
(4340,4340,1,'Jenny P.','jenny-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My aunt seems very happy and well cared for at Chestnut Hill! I’m very satisfied with our decision to have her live there.\\nThank you to all the staff that’s making her stay there a very positive experience!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jenny P.\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','cff8585b-9c6e-4219-87e5-aac8bdf1a5e5'),
(4341,4341,1,'Sue M.','sue-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Neat, safe, professional and friendly environment.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sue M.\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','e412024e-1ce3-44c1-b64c-9953530449fe'),
(4342,4342,1,'Catherine C.','catherine-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nurses and nursing assistants provide compassionate care to our residents, treating them with love and respect as if they were family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Catherine C.\"}',1,'2025-10-13 19:51:09','2025-10-13 19:51:09','f5da58ae-14b5-4b75-8e1c-d07dcb5a4ce8'),
(4344,4344,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-10-13 19:51:30','2025-10-13 19:51:30','3e2a7317-5eb2-482e-a826-4d5ff3802b28'),
(4345,4345,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-10-13 19:51:50','2025-10-13 19:51:50','b9440e24-316d-4a5a-876d-15cd850eb9d9'),
(4349,4349,1,'Harrington AD',NULL,NULL,NULL,1,'2025-10-14 13:43:17','2025-10-14 13:43:17','cbd8c9fc-cf5b-4c35-bfae-ad542246b556'),
(4350,4350,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2025-10-14 13:43:52','2025-10-14 13:43:52','eae93cf5-7fe2-445e-8592-ff08dec72c02'),
(4351,4351,1,'Madison Roman','madison-roman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Madison Roman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Director of Admissions and Marketing\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4349]}',1,'2025-10-14 13:43:52','2025-10-14 13:43:52','1f873bd6-2929-437f-a645-302421470ac6'),
(4354,4354,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-10-14 16:14:34','2025-10-14 16:14:34','9b4570db-e716-411c-8aef-ed194d4e8ddd'),
(4355,4355,1,'Joe Kaufman','joe-kaufman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Kaufman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3494],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"JKaufman@ccmarcella.com\"}',1,'2025-10-14 16:14:34','2025-10-14 16:14:34','3d62811a-2420-4e37-8a4b-23ca5667c64e'),
(4356,4356,1,'Taylor Manning','taylor-manning',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Taylor Manning\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3495]}',1,'2025-10-14 16:14:34','2025-10-14 16:14:34','f38ab205-d5a1-4f34-86d9-c5ba13bc6c49'),
(4358,4358,1,'Fair Lawn Lobby',NULL,NULL,NULL,1,'2025-10-14 16:46:42','2025-10-14 16:46:42','4fb66d2b-d534-4b62-98c2-3239eb35cb1c'),
(4365,4365,1,'Sandra M.','sandra-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is very clean and the staff is very helpful and professional.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sandra M.\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','74e53ab3-abe2-4ab0-ab90-6129f2122a5d'),
(4366,4366,1,'Tanya T.','tanya-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very kind , friendly and warm staff. They make you feel welcome.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tanya T.\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','48aee5e9-c556-498e-baad-3928ff050f24'),
(4367,4367,1,'Matt C.','matt-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Stellar care with amazing staff that cares for their residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Matt C.\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','ee974c74-1836-477f-a83c-79ceef6bcbe4'),
(4368,4368,1,'Cathie H.','cathie-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It’s never easy having to place your loved ones in the care of strangers however, this place is conveniently located on rt 20 and surrounded by 5 major highways, staff is super helpful and friendly and it doesn’t smell like urine anywhere in the facility (a huge red flag for me!). Some of the residents were in the common area participating in games and celebrating birthdays for the month of August and I thought that was nice. I would also like to add that they have a visitor tracking system in place which I believe is important for security purposes.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cathie H.\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','bd5fe26b-c2d2-4416-868c-2c8e02152585'),
(4369,4369,1,'Benoit B.','benoit-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff here are wonderful. They truly work so hard to improve the lives of their residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Benoit B.\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','88ec2d50-ff5e-4b58-99cc-1b03ca5245d9'),
(4370,4370,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','8120636e-ddf8-4377-9630-42f21b37afa8'),
(4371,4371,1,'Sandra M.','sandra-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is very clean and the staff is very helpful and professional.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sandra M.\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','0471e8d5-d5eb-4c4e-af3c-17b077192845'),
(4372,4372,1,'Tanya T.','tanya-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very kind , friendly and warm staff. They make you feel welcome.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tanya T.\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','4bc4a433-4ad7-4684-ae9c-fadae849d46f'),
(4373,4373,1,'Matt C.','matt-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Stellar care with amazing staff that cares for their residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Matt C.\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','ad5e3f9d-7419-48b2-88f9-9a7e0e879b02'),
(4374,4374,1,'Cathie H.','cathie-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It’s never easy having to place your loved ones in the care of strangers however, this place is conveniently located on rt 20 and surrounded by 5 major highways, staff is super helpful and friendly and it doesn’t smell like urine anywhere in the facility (a huge red flag for me!). Some of the residents were in the common area participating in games and celebrating birthdays for the month of August and I thought that was nice. I would also like to add that they have a visitor tracking system in place which I believe is important for security purposes.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cathie H.\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','023ed9f1-dfdd-4e40-8b26-062acbeb55e7'),
(4375,4375,1,'Benoit B.','benoit-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff here are wonderful. They truly work so hard to improve the lives of their residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Benoit B.\"}',1,'2025-10-14 16:48:02','2025-10-14 16:48:02','c9df6337-d9d9-4947-8aab-81d1ed4711d1'),
(4377,4377,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-10-14 16:48:25','2025-10-14 16:48:25','d366d6e9-6c42-467b-8fbf-ea400ceb74bc'),
(4381,4381,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-10-14 16:49:14','2025-10-14 16:49:14','7bb1caba-0ddf-496b-ad45-62d3be342419'),
(4382,4382,1,'Robert Constantin','robert-constantin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Robert Constantin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"rconstantin@ccfairlawnedge.com\"}',1,'2025-10-14 16:49:14','2025-10-14 16:49:14','24df092b-cd3c-4ea3-b89b-e9f535ce565b'),
(4383,4383,1,'Derah Evans','derah-evans',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Derah Evans\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-14 16:49:14','2025-10-14 16:49:14','2ca06d63-6c40-40a7-aea6-b93d57e69f84'),
(4385,4385,1,'Hamilton Plaza Lobby',NULL,NULL,NULL,1,'2025-10-14 16:50:16','2025-10-14 16:50:16','cb06a311-bf7f-47ae-84f6-497c151ac1db'),
(4391,4391,1,'Tracy B.','tracy-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly staff. Well organized. I love the efforts of normalizing life and activities for those who reside there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tracy B.\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','b9ca41fc-a63b-470d-bb3c-9e2b08e797a9'),
(4392,4392,1,'Susan H.','susan-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My elderly brother-in-law has received very good care at Complete Care at Hamilton Plaza. Everyone, nurses, staff, physical therapists have treated him with skill, kindness, and good humor. He’s very happy and much improved since first arriving. Thank you!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan H.\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','80706136-cc35-4f06-bd1e-847180549fb7'),
(4393,4393,1,'Diana T.','diana-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Love this facility! Great staff, service and care! Residents look happy and well care for! Very recommended.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Diana T.\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','cf05b376-5acc-4bfb-9dd1-1e55fd504272'),
(4394,4394,1,'Lupita P.','lupita-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everything is Perfect, I feel satisfied with the care that they give to my family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lupita P.\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','ae9b4192-ec2d-49a4-9b98-cc4cf0168bb0'),
(4395,4395,1,'Alvaro M.','alvaro-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent personalized attention, excellent professionalism at all levels, meals according to dietary criteria. In short, our choice was the best and there was no comparison. My wife is recovering rapidly thanks to the care and attention she receives. I recommend them 100 percent.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Alvaro M.\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','cdd57c03-eef8-4286-a3b6-238c8f344d91'),
(4396,4396,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','e4a0923f-1e0b-4f50-afbf-8a76eeb97f39'),
(4397,4397,1,'Tracy B.','tracy-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly staff. Well organized. I love the efforts of normalizing life and activities for those who reside there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tracy B.\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','eb28d50c-a1b8-42e9-bd19-4625b564916e'),
(4398,4398,1,'Susan H.','susan-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My elderly brother-in-law has received very good care at Complete Care at Hamilton Plaza. Everyone, nurses, staff, physical therapists have treated him with skill, kindness, and good humor. He’s very happy and much improved since first arriving. Thank you!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan H.\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','4e0281c4-62c3-40f9-8613-3343ca26fa09'),
(4399,4399,1,'Diana T.','diana-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Love this facility! Great staff, service and care! Residents look happy and well care for! Very recommended.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Diana T.\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','00190da3-26ab-44a3-8fd5-90ceaf66d565'),
(4400,4400,1,'Lupita P.','lupita-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everything is Perfect, I feel satisfied with the care that they give to my family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lupita P.\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','592e3c41-4750-4f88-b1c4-5acf0a4f6d13'),
(4401,4401,1,'Alvaro M.','alvaro-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent personalized attention, excellent professionalism at all levels, meals according to dietary criteria. In short, our choice was the best and there was no comparison. My wife is recovering rapidly thanks to the care and attention she receives. I recommend them 100 percent.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Alvaro M.\"}',1,'2025-10-14 16:52:02','2025-10-14 16:52:02','fe794762-3461-4cb2-87f7-41c2a46d6e96'),
(4403,4403,1,'Behavioral Health Support','behavioral-unit',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Guided Care for Emotional and Mental Wellness.\\nBehavioral Health Support offers compassionate, individualized care for residents facing depression, anxiety, cognitive changes, or behavioral challenges related to medical or neurological conditions. Through psychiatric partnerships, staff training, and therapeutic engagement, we aim to reduce distress, promote dignity, and help residents find calm and clarity — every step of the way.\",\"89752275-60b9-4b61-9143-06d0fc3bb511\":[]}',1,'2025-10-14 16:52:31','2026-01-08 19:57:55','e163e57d-11e5-4fe6-9c02-dd62c2f1acae'),
(4404,4404,1,'Behavioral Unit','behavioral-unit',NULL,NULL,1,'2025-10-14 16:52:36','2025-10-14 16:52:36','30656b37-0c39-4f76-8a25-1bff7cbbae52'),
(4405,4405,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-10-14 16:52:41','2025-10-14 16:52:41','24a81416-bd1a-4900-a1db-86b4d5714dd7'),
(4409,4409,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"They were very flexible with me regarding hours and shifts.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-14 16:53:18','2025-10-14 16:53:18','f4431bae-aaff-42bd-846a-13800d6b0991'),
(4410,4410,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-10-14 16:53:18','2025-10-14 16:53:18','598e8895-9ef9-4312-b4a1-7dfca8070cb4'),
(4411,4411,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"They were very flexible with me regarding hours and shifts.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-10-14 16:53:18','2025-10-14 16:53:18','dfefd58f-e911-4486-9e2e-6a73be65239b'),
(4412,4412,1,'Steven Rieder','steven-rieder',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Rieder\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"SRieder@cchamiltonplaza.com\"}',1,'2025-10-14 16:53:18','2025-10-14 16:53:18','6c3c6679-16a0-4481-b9a0-86f3aa8a13c7'),
(4414,4414,1,'Harborage Lobby',NULL,NULL,NULL,1,'2025-10-14 16:54:20','2025-10-14 16:54:20','e6980f2e-bf29-44e6-b744-28155be527ab'),
(4420,4420,1,'Milady R.','milady-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Sister and I are very pleased with the love and care all the staff at Complete Care @ Harborage provide to everyone there, especially to our grandmother. The nurses and CNA are so compassionate, caring and always make sure my grandma is taken care of. My grandma feels happy there and I know she is in good hands.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Milady R.\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','0c5ad465-5311-4529-8d16-6e68ee998a2b'),
(4421,4421,1,'Anna M.','anna-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Exceptional care at Complete Care at Harborage. My Father has been taken great care by the nurses and all the staff there. THANK YOU!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anna M.\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','625efd5c-22c1-4de4-a897-8b755328f543'),
(4422,4422,1,'Mary L.','mary-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband has been in several nursing homes but CC at Harborage is the best. The staff is attentive and very caring. I have recommended it to many people.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary L.\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','b46069bc-ef8d-4b7b-b97f-75ca2e3fe59f'),
(4423,4423,1,'Dee D.','dee-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great facility. Friendly staff. My family is very happy with the services so far.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dee D.\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','aaebb84c-5096-466b-ad95-f291569c44c7'),
(4424,4424,1,'Joseph R.','joseph-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is very knowledgeable and take there time with you .. the staff is very professional.\\nVery helpful and friendly...I did have a stay at the Harborage for 60 plus days...and it was a memorable experience and was one that I will never forget. All the best to everyone from the administration staff to the nurses to housekeeping.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joseph R.\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','6e5c9543-96bf-4e91-8966-fa3de85fe510'),
(4425,4425,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','4fe041d5-5629-4b33-9b25-c24a41687cb7'),
(4426,4426,1,'Milady R.','milady-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Sister and I are very pleased with the love and care all the staff at Complete Care @ Harborage provide to everyone there, especially to our grandmother. The nurses and CNA are so compassionate, caring and always make sure my grandma is taken care of. My grandma feels happy there and I know she is in good hands.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Milady R.\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','256e0ffb-97e9-4747-a41b-9c0037fe0be5'),
(4427,4427,1,'Anna M.','anna-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Exceptional care at Complete Care at Harborage. My Father has been taken great care by the nurses and all the staff there. THANK YOU!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anna M.\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','208a082a-e4ec-4a3f-80e3-c6b9e94cef16'),
(4428,4428,1,'Mary L.','mary-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband has been in several nursing homes but CC at Harborage is the best. The staff is attentive and very caring. I have recommended it to many people.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary L.\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','6b551b7e-3d25-42ee-89ca-fcd47aafb56d'),
(4429,4429,1,'Dee D.','dee-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great facility. Friendly staff. My family is very happy with the services so far.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dee D.\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','52c5c8f7-1235-4569-89fc-843394b6ca52'),
(4430,4430,1,'Joseph R.','joseph-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is very knowledgeable and take there time with you .. the staff is very professional.\\nVery helpful and friendly...I did have a stay at the Harborage for 60 plus days...and it was a memorable experience and was one that I will never forget. All the best to everyone from the administration staff to the nurses to housekeeping.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joseph R.\"}',1,'2025-10-14 16:55:56','2025-10-14 16:55:56','c0a33b50-b0b1-4ce4-b27b-4f8f9a925942'),
(4432,4432,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-10-14 16:56:21','2025-10-14 16:56:21','8d51aac5-1479-4190-8aa1-c4ed1c85ea2f'),
(4436,4436,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-10-14 16:56:56','2025-10-14 16:56:56','7863490a-75f3-487e-abf9-38623f086b55'),
(4437,4437,1,'Michael Lifschutz','michael-lifschutz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Lifschutz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"michael.lifschutz@ccharborage.com\"}',1,'2025-10-14 16:56:56','2025-10-14 16:56:56','60083e2d-40c6-47bf-87df-1bad429809c3'),
(4438,4438,1,'Merlin Romero','merlin-romero',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Merlin Romero\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-14 16:56:56','2025-10-14 16:56:56','a0a9cccf-fc81-43a8-aa30-2e4559159a12'),
(4440,4440,1,'Harston Lobby',NULL,NULL,NULL,1,'2025-10-14 16:57:51','2025-10-14 16:57:51','5a12bc80-6190-488d-8185-b94980e7fe8c'),
(4446,4446,1,'Edgar S.','edgar-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"From the start I felt welcomed. Tammy and all the staff were the best. I\'m greatful to know that my wife will be well taken care of. Thanks.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Edgar S.\"}',1,'2025-10-14 16:59:10','2025-10-14 16:59:10','c9079a41-37c7-4927-8537-36da715c9e74'),
(4447,4447,1,'Daniel P.','daniel-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly Staff, plenty of parking as well from seeing how staff works together and interacts with patients was pleasant to see. Learning of the Historic building on site was very informative.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Daniel P.\"}',1,'2025-10-14 16:59:10','2025-10-14 16:59:10','d7fb1a69-8685-442c-9e48-ac54c9eeec08'),
(4448,4448,1,'David H.','david-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility was clean and smelled fresh. The staff was polite and very helpful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David H.\"}',1,'2025-10-14 16:59:10','2025-10-14 16:59:10','6f333e23-c8de-44d0-8432-b4b76ccab8f6'),
(4449,4449,1,'Kimberly R.','kimberly-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Aunt set up a family (4 of us) visit with my Uncle. We were granted the conference room which gave us plenty of room and shared a lunch (we brought in) with him. The front desk person took some wonderful photos for us. It was memorable!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kimberly R.\"}',1,'2025-10-14 16:59:10','2025-10-14 16:59:10','a547307d-a8f0-4ac8-ba54-09cf2623882c'),
(4450,4450,1,'Mike M.','mike-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom recently spent 2 weeks in Harston Hall for rehab. From the first moment she arrived, the entire staff was friendly, professional and compassionate. The social worker was wonderful! She kept me and my mom completely informed of the plan of action throughout my mom\'s stay. Thank you to everyone at HH for caring for my mom!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mike M.\"}',1,'2025-10-14 16:59:10','2025-10-14 16:59:10','0ace8b7e-647d-4cea-b264-da4030d06e9e'),
(4451,4451,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-10-14 16:59:11','2025-10-14 16:59:11','5165cf3c-c5f5-4ec8-81ca-c356aec147ad'),
(4452,4452,1,'Edgar S.','edgar-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"From the start I felt welcomed. Tammy and all the staff were the best. I\'m greatful to know that my wife will be well taken care of. Thanks.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Edgar S.\"}',1,'2025-10-14 16:59:11','2025-10-14 16:59:11','48927548-6322-48d8-ae59-4a56b8b2e54a'),
(4453,4453,1,'Daniel P.','daniel-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly Staff, plenty of parking as well from seeing how staff works together and interacts with patients was pleasant to see. Learning of the Historic building on site was very informative.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Daniel P.\"}',1,'2025-10-14 16:59:11','2025-10-14 16:59:11','5cfacbb3-39f8-4c03-ba6a-78e322296c2f'),
(4454,4454,1,'David H.','david-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility was clean and smelled fresh. The staff was polite and very helpful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David H.\"}',1,'2025-10-14 16:59:11','2025-10-14 16:59:11','c1dfcc5d-5b52-4915-a338-20d9da4f5527'),
(4455,4455,1,'Kimberly R.','kimberly-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Aunt set up a family (4 of us) visit with my Uncle. We were granted the conference room which gave us plenty of room and shared a lunch (we brought in) with him. The front desk person took some wonderful photos for us. It was memorable!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kimberly R.\"}',1,'2025-10-14 16:59:11','2025-10-14 16:59:11','5779f0bc-b89c-439d-a2c4-b59f38b20694'),
(4456,4456,1,'Mike M.','mike-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom recently spent 2 weeks in Harston Hall for rehab. From the first moment she arrived, the entire staff was friendly, professional and compassionate. The social worker was wonderful! She kept me and my mom completely informed of the plan of action throughout my mom\'s stay. Thank you to everyone at HH for caring for my mom!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mike M.\"}',1,'2025-10-14 16:59:11','2025-10-14 16:59:11','090b45d3-b88d-45ec-915b-5d403b62aa2d'),
(4458,4458,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-10-14 16:59:36','2025-10-14 16:59:36','4126f432-a1ab-4fdc-a708-2910d848520f'),
(4462,4462,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-10-14 17:00:06','2025-10-14 17:00:06','31cf1969-798e-4e2e-a975-6654ee4a1204'),
(4463,4463,1,'Joshua Levy','joshua-levy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joshua Levy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"joshua.levy@ccharstonhall.com\"}',1,'2025-10-14 17:00:06','2025-10-14 17:00:06','5b97956e-3f11-40ad-bfd8-94d513836a42'),
(4464,4464,1,'Tammy Mauz','tammy-mauz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tammy Mauz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-14 17:00:06','2025-10-14 17:00:06','ad5fed13-0cb6-476f-ae48-cc745bd2f03d'),
(4466,4466,1,'Inglemoor Lobby',NULL,NULL,NULL,1,'2025-10-14 17:00:49','2025-10-14 17:01:13','5a7d5c22-0d8d-47b0-a62b-e670b2971dc5'),
(4467,4467,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-10-14 17:01:41','2025-10-14 17:01:41','a31d0fb4-e05f-4bc3-aa85-9bd0012deff9'),
(4474,4474,1,'Steve W.','steve-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff were pleasant and polite. I would recommend the facility to friends.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Steve W.\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','1804916f-c2ef-40ac-815d-4b0a7e177bb7'),
(4475,4475,1,'Frida G.','frida-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mother is been receiving walking therapy at Inglemoor Care Center and the Doctors, Nurses & all Staff are doing a great loving & professional job.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Frida G.\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','3fd67be4-8ff1-4364-a784-3e03e9c8d06c'),
(4476,4476,1,'Anon','anon',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great first impression - staff was professional, responsive and proactive. Facility is bright and clean, and the staff projected a positive vibe. Well done.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anon\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','f18ab740-d530-45b5-b031-dfc3b1667dfb'),
(4477,4477,1,'Irene Y.','irene-y',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Aunt has been in INGLEMOOR for a few years now. She never complains. It was very clean and all the staff were very courteous. Lots of activities going on.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Irene Y.\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','21cefdd2-329e-407a-ad39-35987a9a5c31'),
(4478,4478,1,'Irma B.','irma-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Inglemoor staff is personable, cooperative and informative regarding the care given to my mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Irma B.\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','f0f3cb04-4d9f-4b43-bae4-63481db15a9c'),
(4479,4479,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','4c2236e3-a1ff-4bc6-be0d-310ba60a0838'),
(4480,4480,1,'Steve W.','steve-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff were pleasant and polite. I would recommend the facility to friends.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Steve W.\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','2173570c-c042-460f-89e4-50f132a35dd1'),
(4481,4481,1,'Frida G.','frida-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mother is been receiving walking therapy at Inglemoor Care Center and the Doctors, Nurses & all Staff are doing a great loving & professional job.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Frida G.\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','e11267b2-d3f5-4759-bd29-0315f44f835c'),
(4482,4482,1,'Anon','anon',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great first impression - staff was professional, responsive and proactive. Facility is bright and clean, and the staff projected a positive vibe. Well done.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anon\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','7b207646-808f-4347-a5c6-16e92096c92b'),
(4483,4483,1,'Irene Y.','irene-y',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Aunt has been in INGLEMOOR for a few years now. She never complains. It was very clean and all the staff were very courteous. Lots of activities going on.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Irene Y.\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','b55a89fa-190d-42ba-b15c-636a5782b488'),
(4484,4484,1,'Irma B.','irma-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Inglemoor staff is personable, cooperative and informative regarding the care given to my mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Irma B.\"}',1,'2025-10-14 17:02:50','2025-10-14 17:02:50','9b321062-e391-4d39-867d-fa426ccf7ad8'),
(4486,4486,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-10-14 17:04:16','2025-10-14 17:04:16','be60b1b0-f80f-4f77-8191-0352a9d47aad'),
(4488,4488,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-10-14 17:04:31','2025-10-14 17:04:31','060b8ec2-1c9f-4c8c-880b-e9bae37b36dc'),
(4492,4492,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was an intern at complete care Inglemore. It was a very good learning experience for me. My bosses were very nice, patient, and helpful. I enjoyed interacting with the residents as well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2025-10-14 17:05:13','2025-10-14 17:05:13','74bdcfaf-b2f4-4d63-bf7f-3bac4fb93974'),
(4493,4493,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-10-14 17:05:13','2025-10-14 17:05:13','bed22983-a06f-42ee-8410-e0ac57fc9389'),
(4494,4494,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was an intern at complete care Inglemore. It was a very good learning experience for me. My bosses were very nice, patient, and helpful. I enjoyed interacting with the residents as well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2025-10-14 17:05:13','2025-10-14 17:05:13','e4109332-85c6-4485-83b7-3887b2fb5cae'),
(4495,4495,1,'Ian Singer','ian-singer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ian Singer\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"ISinger@ccinglemoor.com\"}',1,'2025-10-14 17:05:13','2025-10-14 17:05:13','c7639a2e-5535-442b-b315-85cc0e36d7f4'),
(4497,4497,1,'Lehigh Lobby',NULL,NULL,NULL,1,'2025-10-14 17:06:55','2025-10-14 17:06:55','dfddc360-d25e-4711-a2d4-2e8a86010c74'),
(4504,4504,1,'Dolores H.','dolores-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete care of Lehigh Valley is the best center in this county, my husband has been there a couple times staff, nursing, and there rehabilitation services always kept me informed on how he was doing. Also he loved the food and he liked how friendly every one was. We give them a 5*.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dolores H.\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','65747930-ca31-415e-8c3f-a19d5702fa54'),
(4505,4505,1,'Steve R.','steve-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My wife was a patient twice. Each time the staff was always courteous, patient, understanding and competent. Their rehab work is right on to further the goal of getting her back to normal. Everything was positive, including the administrative staff. When an insurance issue cropped up early, it was handled quickly and Monica put me at ease. Thanks again.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Steve R.\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','8b992ab9-4afc-46ea-8efe-1e66c0add586'),
(4506,4506,1,'James D.','james-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has been here a few times for various ailments, and she has needed physical and occupational therapy. She loves the staff here and has nothing but wonderful things to say about them. I really appreciate them being nice and taking such good care of my mother. Great job, guys & gals!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"James D.\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','3b1c8498-d4de-4736-9c31-bbb5a3ddfdf2'),
(4507,4507,1,'Linda M.','linda-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband was at Complete Care for a short time and I have nothing but good things to say about his care and the staff there!!! Everyone from the nurses to the therapists to those who brought his food and cleaned his room did their jobs with kindness and always a smile on their faces and a good word for him. Thank you to the wonderful staff of Complete Care!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Linda M.\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','53cffea1-0838-4bf3-b493-a6def74226f5'),
(4508,4508,1,'Sarah G.','sarah-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"After looking into a few short-term rehab options for my grandfather we couldn\'t be happier with our choice of Complete Care. All of the employees were amazing! We were confident that he would gain his strength back with the care and therapy he received. THANK YOU COMPLETE CARE!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sarah G.\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','9f89b0aa-63d2-4fb4-bdf9-5d417e3ab243'),
(4509,4509,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','8df78e5e-f8b5-4eef-a4e7-c0a541f002b9'),
(4510,4510,1,'Dolores H.','dolores-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete care of Lehigh Valley is the best center in this county, my husband has been there a couple times staff, nursing, and there rehabilitation services always kept me informed on how he was doing. Also he loved the food and he liked how friendly every one was. We give them a 5*.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dolores H.\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','23ffb574-8aee-4761-ac15-6d6b1fa20307'),
(4511,4511,1,'Steve R.','steve-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My wife was a patient twice. Each time the staff was always courteous, patient, understanding and competent. Their rehab work is right on to further the goal of getting her back to normal. Everything was positive, including the administrative staff. When an insurance issue cropped up early, it was handled quickly and Monica put me at ease. Thanks again.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Steve R.\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','1cda8887-7d24-4505-803d-86a62179c7f5'),
(4512,4512,1,'James D.','james-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has been here a few times for various ailments, and she has needed physical and occupational therapy. She loves the staff here and has nothing but wonderful things to say about them. I really appreciate them being nice and taking such good care of my mother. Great job, guys & gals!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"James D.\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','5f5d1610-0938-44e9-85c1-487823196cb4'),
(4513,4513,1,'Linda M.','linda-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband was at Complete Care for a short time and I have nothing but good things to say about his care and the staff there!!! Everyone from the nurses to the therapists to those who brought his food and cleaned his room did their jobs with kindness and always a smile on their faces and a good word for him. Thank you to the wonderful staff of Complete Care!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Linda M.\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','225e10c9-23e3-4493-a664-26a6998d3222'),
(4514,4514,1,'Sarah G.','sarah-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"After looking into a few short-term rehab options for my grandfather we couldn\'t be happier with our choice of Complete Care. All of the employees were amazing! We were confident that he would gain his strength back with the care and therapy he received. THANK YOU COMPLETE CARE!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sarah G.\"}',1,'2025-10-14 17:08:27','2025-10-14 17:08:27','5f79dba7-0542-4e8e-9bcd-5078fa56b5ef'),
(4518,4518,1,'Lehigh AD',NULL,NULL,NULL,1,'2025-10-14 17:09:05','2025-10-14 17:09:05','5ccd91a4-5e75-4121-b3ee-f2ae8d54e284'),
(4519,4519,1,'Lehigh Admin',NULL,NULL,NULL,1,'2025-10-14 17:09:11','2025-10-14 17:09:11','8795a55a-314a-4aed-b888-25517103d2a1'),
(4521,4521,1,'Deb Stoneback','deb-stoneback',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deb Stoneback\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4519],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"DStoneback@cclehigh.com\"}',1,'2025-10-14 17:09:21','2025-10-14 17:09:21','1879dd45-6b78-4ff4-bd43-bc223ca714fe'),
(4522,4522,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2025-10-14 17:09:21','2025-10-14 17:09:21','e7441431-5c05-4fba-99e9-c5f19ccd3072'),
(4523,4523,1,'Deb Stoneback','deb-stoneback',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deb Stoneback\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4519],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"DStoneback@cclehigh.com\"}',1,'2025-10-14 17:09:21','2025-10-14 17:09:21','2a3e10c8-3252-43e1-a8ed-78bfb23cd522'),
(4524,4524,1,'Monica Trilli','monica-trilli',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Monica Trilli\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4518]}',1,'2025-10-14 17:09:21','2025-10-14 17:09:21','9f9d8683-98ee-441d-8d68-2db1d89a3fa7'),
(4526,4526,1,'Milford Manor Lobby',NULL,NULL,NULL,1,'2025-10-14 17:10:03','2025-10-14 17:10:03','dddd576e-799e-4151-b41e-a7041849a929'),
(4527,4527,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-10-14 17:10:19','2025-10-14 17:10:19','042d08d5-34d7-413b-aba3-0f4e3abada5b'),
(4534,4534,1,'Mary O.','mary-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband went from having difficulty lifting his head and turning in bed to walking without assistance in just one month through the outstanding care provided by all, especially by the OT and PT folks. Deeply grateful!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary O.\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','6fc51b16-551d-4450-b308-bf4d87be369e'),
(4535,4535,1,'Molly E.','molly-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Mom has been there as a permanent resident for the last several months and I just have to say she is so very happy. I am extremely thankful for every single worker there they really are the best and they are the ones who make Milford Manor one of the best nursing homes in NJ, in my opinion. Thank you to all that work in Milford Manor for taking such fantastic care of my Mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Molly E.\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','03223f14-b952-48c0-83cb-1cefda515055'),
(4536,4536,1,'Jeanne H.','jeanne-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My brother is a resident of Comfort Care at Milford Manor. It has been almost 2 months now. I am very happy with his care. The staff is wonderful! They all seem to know my brother and are very attentive to his needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jeanne H.\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','07238dd0-92ed-4cf6-bec6-481342e54a7b'),
(4537,4537,1,'Patricia B.','patricia-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I just arrived home from Complete Care at Milford Manor. I fractured my hip 3 weeks ago yesterday, and was sent to Milford Manor, 3 days after my partial hip replacement. The compassionate care that I received from all staff was exceptional,( from arrival to departure ), and I am on my way to a full recovery!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patricia B.\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','3f6184fc-73ec-4659-8419-9562deb64a72'),
(4538,4538,1,'Susan T.','susan-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has only been at Milford Manor for a few days, but she has been being taken care and my family and I have spoken with more people in the few days she has been here then we did in the for 12 days she was elsewhere! Thank you to the staff at Milford Manor.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan T.\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','94df035f-64e9-4ab4-80ee-f35be40ca97b'),
(4539,4539,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','71587684-abea-4b1c-9d4f-0eeaadf2809e'),
(4540,4540,1,'Mary O.','mary-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband went from having difficulty lifting his head and turning in bed to walking without assistance in just one month through the outstanding care provided by all, especially by the OT and PT folks. Deeply grateful!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary O.\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','526afa2d-957f-4349-b472-85e80842925c'),
(4541,4541,1,'Molly E.','molly-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Mom has been there as a permanent resident for the last several months and I just have to say she is so very happy. I am extremely thankful for every single worker there they really are the best and they are the ones who make Milford Manor one of the best nursing homes in NJ, in my opinion. Thank you to all that work in Milford Manor for taking such fantastic care of my Mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Molly E.\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','6e95a3e8-564f-487d-b374-63406cfe6689'),
(4542,4542,1,'Jeanne H.','jeanne-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My brother is a resident of Comfort Care at Milford Manor. It has been almost 2 months now. I am very happy with his care. The staff is wonderful! They all seem to know my brother and are very attentive to his needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jeanne H.\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','838d1b51-deb4-4aed-b235-dce1c9f3db8f'),
(4543,4543,1,'Patricia B.','patricia-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I just arrived home from Complete Care at Milford Manor. I fractured my hip 3 weeks ago yesterday, and was sent to Milford Manor, 3 days after my partial hip replacement. The compassionate care that I received from all staff was exceptional,( from arrival to departure ), and I am on my way to a full recovery!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patricia B.\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','4e4bb437-ef07-4e79-bb14-cf5f90242807'),
(4544,4544,1,'Susan T.','susan-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has only been at Milford Manor for a few days, but she has been being taken care and my family and I have spoken with more people in the few days she has been here then we did in the for 12 days she was elsewhere! Thank you to the staff at Milford Manor.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan T.\"}',1,'2025-10-14 17:11:27','2025-10-14 17:11:27','525bdf5a-169f-410d-bacc-688be2ac3395'),
(4546,4546,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-10-14 17:11:44','2025-10-14 17:11:44','decda9ec-9d94-4b8c-a3ef-c54b5b021978'),
(4550,4550,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-10-14 17:12:18','2025-10-14 17:12:18','985fbb1a-732f-4fc9-9791-f0b99a452366'),
(4551,4551,1,'Moshe Rosenblatt','moshe-rosenblatt',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Moshe Rosenblatt\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"Moshe.Rosenblatt@ccmilfordmanor.com\"}',1,'2025-10-14 17:12:18','2025-10-14 17:12:18','10ee65b9-5061-466d-94c4-93aacd27bee0'),
(4552,4552,1,'Amanda Sensale','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-14 17:12:18','2025-10-14 17:12:18','1b9df980-0db9-481d-88a1-26233d5da0e1'),
(4554,4554,1,'Phillipsburg Lobby',NULL,NULL,NULL,1,'2025-10-14 17:13:18','2025-10-14 17:13:18','11c12eaf-53e9-4854-8fc8-1736ed526387'),
(4562,4562,1,'Brakeley AD',NULL,NULL,NULL,1,'2025-10-14 17:15:24','2025-10-14 17:15:24','f5231e88-76da-4a2f-a3ab-97ed6cf18e2e'),
(4564,4564,1,'Deborah C.','deborah-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff very friendly with uplifting spirited personality. Made an hour drive worth driving to. Facility is very clean and tidy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah C.\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','9bdc52b5-a9f0-479f-a719-57e7749f84cc'),
(4565,4565,1,'Deborah R.','deborah-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone is so helpful and very kind. They are taking wonderful care of my husband. Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah R.\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','70523175-cf4b-47c3-b5a8-4749dc97673a'),
(4566,4566,1,'Hank S.','hank-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"They took wonderful care of my sister before she passed, I appreciate knowing that she was happy there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Hank S.\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','4bc99fc2-7723-4655-aa21-1a6b95143f74'),
(4567,4567,1,'Gladys M.','gladys-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff and administration were amazing, professional and caring. Listened to all my questions with compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gladys M.\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','cc7dec16-0ac5-49f6-bc32-c42c627e81e2'),
(4568,4568,1,'Shanora W.','shanora-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff are so attentive to my love one, Nurses are always ahead of the game. You can see and feel the love that they put into their work at complete care. Also this facility keeps up the hygiene and cleanliness no matter what storm from the patients bring. I highly recommend this facility for people who are struggling to place their loved ones in care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Shanora W.\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','f4ea8d1d-515d-4154-a32b-10628ca93c50'),
(4569,4569,1,'Michele Cartagena','michele-cartagena',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4562]}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','1444ea77-ba77-40a8-9186-f05454a8cf23'),
(4570,4570,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','c87097b6-0526-401f-a004-0dd6fb19285c'),
(4571,4571,1,'Deborah C.','deborah-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff very friendly with uplifting spirited personality. Made an hour drive worth driving to. Facility is very clean and tidy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah C.\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','607271ab-2109-46e1-8f6a-df795a618b34'),
(4572,4572,1,'Deborah R.','deborah-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone is so helpful and very kind. They are taking wonderful care of my husband. Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah R.\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','5535c171-450d-4992-9351-98fa12d0e52c'),
(4573,4573,1,'Hank S.','hank-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"They took wonderful care of my sister before she passed, I appreciate knowing that she was happy there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Hank S.\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','4b1ee5b3-dc02-49b5-ac02-b6d55d631e83'),
(4574,4574,1,'Gladys M.','gladys-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff and administration were amazing, professional and caring. Listened to all my questions with compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gladys M.\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','656eb81a-5be9-4fa1-acd3-3929baa12217'),
(4575,4575,1,'Shanora W.','shanora-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff are so attentive to my love one, Nurses are always ahead of the game. You can see and feel the love that they put into their work at complete care. Also this facility keeps up the hygiene and cleanliness no matter what storm from the patients bring. I highly recommend this facility for people who are struggling to place their loved ones in care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Shanora W.\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','a38d8627-37b8-409a-ac80-4692b17d3c28'),
(4576,4576,1,'Abby Dantinne','abby-dantinne',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Abby Dantinne\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"ADantinne@ccphillipsburg.com\"}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','da964813-348e-488b-80d8-19fe71ace00a'),
(4577,4577,1,'Michele Cartagena','michele-cartagena',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4562]}',1,'2025-10-14 17:15:30','2025-10-14 17:15:30','b9538e65-9693-4c30-a2e2-d02b3692b276'),
(4579,4579,1,'Prospect Heights Lobby',NULL,NULL,NULL,1,'2025-10-14 17:19:40','2025-10-14 17:19:40','a048abcd-9fe8-431f-98e8-0ea2e8cc5f85'),
(4586,4586,1,'Spencer O.','spencer-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent customer service with great team of nurses. Would definitely recommend Complete Care to family and friends.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Spencer O.\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','b788d883-5944-43cd-9796-e757ad19c84a'),
(4587,4587,1,'Joey R.','joey-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff was phenomenal while admitting our mother. They worked together as a team and they insured she was the focus of their attention. Excellent introduction. Great impression.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joey R.\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','e22cdd3f-b6e4-465e-846d-c2f4b3bff74d'),
(4588,4588,1,'Morrissa S.','morrissa-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very helpful and knowledgeable staff\\nConcerned, caring, & kind.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Morrissa S.\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','cacaf1d3-f8ff-4bf1-94e8-45dfd4ba23bf'),
(4589,4589,1,'Christine K.','christine-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Prospect Heights has very friendly employees. They respect everyone and are very kind. The facility is very clean and spacious.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine K.\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','46b93031-4097-4520-8233-482b0342c52b'),
(4590,4590,1,'John K.','john-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I visited a friend recently, and I was extremely pleased with my experience. The people who work there were very nice and very helpful. The building is extremely clean and well maintained, and the most important thing is that my friend is happy and very well taken care of here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"John K.\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','500122de-8da2-43b4-a465-13706aeca60d'),
(4591,4591,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','989ea4a0-83c2-450e-be36-a7d6c84c8da5'),
(4592,4592,1,'Spencer O.','spencer-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent customer service with great team of nurses. Would definitely recommend Complete Care to family and friends.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Spencer O.\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','4bcd8fa6-1f00-4338-bc28-b8aee4b04312'),
(4593,4593,1,'Joey R.','joey-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff was phenomenal while admitting our mother. They worked together as a team and they insured she was the focus of their attention. Excellent introduction. Great impression.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joey R.\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','3a322e8a-785a-49af-9275-2c9220e3f4f7'),
(4594,4594,1,'Morrissa S.','morrissa-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very helpful and knowledgeable staff\\nConcerned, caring, & kind.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Morrissa S.\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','b2d8daba-21c8-491f-8abe-107561caec53'),
(4595,4595,1,'Christine K.','christine-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Prospect Heights has very friendly employees. They respect everyone and are very kind. The facility is very clean and spacious.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine K.\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','5a2bdfe4-57ed-4139-b2d5-5cb8d4e226fe'),
(4596,4596,1,'John K.','john-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I visited a friend recently, and I was extremely pleased with my experience. The people who work there were very nice and very helpful. The building is extremely clean and well maintained, and the most important thing is that my friend is happy and very well taken care of here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"John K.\"}',1,'2025-10-14 17:21:05','2025-10-14 17:21:05','a847a07d-2230-4365-b6ec-0123680379b7'),
(4598,4598,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2025-10-14 17:21:31','2025-10-14 17:21:31','e462be5c-2c8a-40ad-9cbe-89dca7ad5d1e'),
(4602,4602,1,'Prospect Admin',NULL,NULL,NULL,1,'2025-10-14 17:22:03','2025-10-14 17:22:03','34b9f842-be88-4af5-b2c9-7b4005007a05'),
(4604,4604,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The working experience here was wonderful. Everyone was helpful, especially the supervisor she went above and beyond.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-14 17:22:21','2025-10-14 17:22:21','2f5c7dee-ec68-4dcd-aea2-889cea1df80c'),
(4605,4605,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2025-10-14 17:22:21','2025-10-14 17:22:21','5127f930-3a99-4721-81be-20f8443daa2e'),
(4606,4606,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The working experience here was wonderful. Everyone was helpful, especially the supervisor she went above and beyond.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-14 17:22:21','2025-10-14 17:22:21','cb2885a9-15e4-4fb1-b8bd-cf8bf5c37bce'),
(4607,4607,1,'RJ Clemor','rj-clemor',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"RJ Clemor\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4602],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"rjclemor@ccprospectheights.com\"}',1,'2025-10-14 17:22:21','2025-10-14 17:22:21','75646759-be52-4c35-90e0-620c28780532'),
(4608,4608,1,'Luisa Alcover','luisa-alcover',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Alcover\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-14 17:22:21','2025-10-14 17:22:21','7678d40e-a053-460e-bac1-ac5bd98f0481'),
(4610,4610,1,'Regent Lobby',NULL,NULL,NULL,1,'2025-10-14 17:22:39','2025-10-14 17:22:39','69d712fe-27f2-4a35-80ef-d19083c1dfb6'),
(4620,4620,1,'Regent AD',NULL,NULL,NULL,1,'2025-10-14 17:25:09','2025-10-14 17:25:09','0cca76fc-d343-4ed9-868e-301ff12e9e23'),
(4621,4621,1,'Anothony F.','anothony-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at regent has really cared for my mother. Their staff and coordinators go above and beyond to keep them clean comfortable and active.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anothony F.\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','4809db1b-dd97-4a33-a31b-07998bceb499'),
(4622,4622,1,'Edward K.','edward-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"A caring and competent staff that goes the extra mile to help their patients. It is visible and very much appreciated!!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Edward K.\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','1ccee9e2-bec1-4041-8dd1-6f48f37821da'),
(4623,4623,1,'Kyle P.','kyle-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very friendly staff, everyone was super helpful. Answered all my questions and the place was very nice! Would definitely recommend!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kyle P.\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','cb9fbb73-bb4a-499e-b899-2fa5e700033f'),
(4624,4624,1,'Ellen C.','ellen-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I would recommend this facility if your looking to place for a loved one . Staff is very caring. Food is very good! A very homelike loving environment.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ellen C.\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','fc1848e4-0a33-4601-971b-1de2856f07bf'),
(4625,4625,1,'Maricris T.','maricris-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My experience at this subacute facility has been outstanding. The nursing staff consistently go above and beyond, not only with their clinical expertise but with genuine compassion and kindness. They treat patients with dignity and respect, always taking time to listen, explain, and provide comfort. What stood out most to me was the warmth and patience they showed, making a challenging time so much easier for both patients and families. Their dedication and teamwork create an environment that feels safe, supportive, and truly caring. I’m deeply grateful for their professionalism and compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maricris T.\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','d61fbbf1-833b-4284-b62d-00495a57c422'),
(4626,4626,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice and clean place to work.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','2e603362-a8df-426b-a20c-05b455401830'),
(4627,4627,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice place to work in with staff that are more like family. Nurses are attentive and caring. Patients and family are treated with dignity and compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','8ed6571e-148e-4a1a-9192-313d1469e80a'),
(4628,4628,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','c7943085-cfb4-4aaa-8f6f-241dff465e59'),
(4629,4629,1,'Anothony F.','anothony-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at regent has really cared for my mother. Their staff and coordinators go above and beyond to keep them clean comfortable and active.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anothony F.\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','cc87b1e6-1e66-4700-9e38-181471ef6a31'),
(4630,4630,1,'Edward K.','edward-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"A caring and competent staff that goes the extra mile to help their patients. It is visible and very much appreciated!!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Edward K.\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','3f75029c-cbab-4e6a-81f3-c6e7649f28fb'),
(4631,4631,1,'Kyle P.','kyle-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very friendly staff, everyone was super helpful. Answered all my questions and the place was very nice! Would definitely recommend!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kyle P.\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','a7922f37-56c1-4c07-9697-3b0e61f88704'),
(4632,4632,1,'Ellen C.','ellen-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I would recommend this facility if your looking to place for a loved one . Staff is very caring. Food is very good! A very homelike loving environment.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ellen C.\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','e144d99a-0695-4f78-987b-c52325dd428e'),
(4633,4633,1,'Maricris T.','maricris-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My experience at this subacute facility has been outstanding. The nursing staff consistently go above and beyond, not only with their clinical expertise but with genuine compassion and kindness. They treat patients with dignity and respect, always taking time to listen, explain, and provide comfort. What stood out most to me was the warmth and patience they showed, making a challenging time so much easier for both patients and families. Their dedication and teamwork create an environment that feels safe, supportive, and truly caring. I’m deeply grateful for their professionalism and compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maricris T.\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','8e1a0c4c-8869-4073-a017-f800aaea0245'),
(4634,4634,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice and clean place to work.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','5cb24f0c-17d1-4409-b37d-17b8940372cf'),
(4635,4635,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice place to work in with staff that are more like family. Nurses are attentive and caring. Patients and family are treated with dignity and compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','c3a7aa69-18fe-4b07-b2fa-c44043a80475'),
(4636,4636,1,'Moshe Gottesman','moshe-gottesman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Moshe Gottesman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"moshe.gottesman@ccregent.com\"}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','6c3313c7-23d0-4841-836a-010ffbbcd769'),
(4637,4637,1,'Dawyn Karvoski','dawyn-karvoski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dawyn Karvoski\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4620]}',1,'2025-10-14 17:25:14','2025-10-14 17:25:14','a166944a-f029-4f24-ba56-afb657d1a06e'),
(4639,4639,1,'Wayne Hills Lobby',NULL,NULL,NULL,1,'2025-10-14 17:25:32','2025-10-14 17:25:32','ad33727f-3956-4a98-ba51-f88d808c964b'),
(4645,4645,1,'Brandon B.','brandon-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Incredibly clean and caring facility! Make sure their patients receive the care they need. I have seen the nursing and administrative staff work tirelessly to improve the patients living conditions and quality of life! Great people with a great attitude!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brandon B.\"}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','eb498071-cadc-4d41-8581-670303fe692b'),
(4646,4646,1,'Jacqueline M.','jacqueline-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is amazing! Facility is extremely Sanitary. They have taken very good care of my husband. It was worth the ride from Ny. Everybody here is warm caring and compassionate.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jacqueline M.\"}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','9c4c4ec0-1748-4db2-a048-7bdc2960207f'),
(4647,4647,1,'Deborah W.','deborah-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I\'m a resident here, I have met some of the most beautiful human beings here, I\'m lucky to have them caring for me.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah W.\"}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','bc25af94-baaa-4491-8455-fc69b2177be6'),
(4648,4648,1,'Carlo C.','carlo-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Exceptional nursing, respiratory, therapy and recreational services for its residents. definitely a preferred facility for patients safe transition to home and/or long term care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Carlo C.\"}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','988135be-74cb-47a2-97d7-ab4fcb91ff14'),
(4649,4649,1,'Linda E.','linda-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Mom was a resident until she passed. During her stay she made wonderful friendships with residents as well as staff members. The recreation team kept her days full and entertaining which wasn\'t always easy since she had dementia. When her dementia worsened she was cared for with kindness and dignity. I like to express my gratitude to staff as well as residents for their compassion and dedication to my Mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Linda E.\"}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','903505f1-684d-446d-bf34-ea8617d3df11'),
(4650,4650,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"}}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','f9f4666c-7233-4d2b-a95f-0449e8fe5247'),
(4651,4651,1,'Brandon B.','brandon-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Incredibly clean and caring facility! Make sure their patients receive the care they need. I have seen the nursing and administrative staff work tirelessly to improve the patients living conditions and quality of life! Great people with a great attitude!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brandon B.\"}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','04c6a99a-debb-4b2b-b579-da94620ce846'),
(4652,4652,1,'Jacqueline M.','jacqueline-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is amazing! Facility is extremely Sanitary. They have taken very good care of my husband. It was worth the ride from Ny. Everybody here is warm caring and compassionate.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jacqueline M.\"}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','973980f5-b4db-4106-8a6f-7c3030bd0700'),
(4653,4653,1,'Deborah W.','deborah-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I\'m a resident here, I have met some of the most beautiful human beings here, I\'m lucky to have them caring for me.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah W.\"}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','18a38c8e-d753-4e06-9a9d-b0dc58330cd8'),
(4654,4654,1,'Carlo C.','carlo-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Exceptional nursing, respiratory, therapy and recreational services for its residents. definitely a preferred facility for patients safe transition to home and/or long term care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Carlo C.\"}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','4cdd28ba-e2cf-4588-90fd-27361d9fdefe'),
(4655,4655,1,'Linda E.','linda-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Mom was a resident until she passed. During her stay she made wonderful friendships with residents as well as staff members. The recreation team kept her days full and entertaining which wasn\'t always easy since she had dementia. When her dementia worsened she was cared for with kindness and dignity. I like to express my gratitude to staff as well as residents for their compassion and dedication to my Mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Linda E.\"}',1,'2025-10-14 17:27:20','2025-10-14 17:27:20','01cc771e-5e34-4834-a3d2-4d9858e65fc8'),
(4660,4660,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I worked here for almost 3 years. The activity staff is wonderful! The nurses truly care about their residents as well. I would recommend this place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-14 17:28:10','2025-10-14 17:28:10','6ae1ae68-90ef-442e-9fac-dce66dbd8946'),
(4661,4661,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"}}',1,'2025-10-14 17:28:10','2025-10-14 17:28:10','daa965ac-2aa4-41e4-a40a-df36fc85d727'),
(4662,4662,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I worked here for almost 3 years. The activity staff is wonderful! The nurses truly care about their residents as well. I would recommend this place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-10-14 17:28:10','2025-10-14 17:28:10','e447f1ab-a67d-4917-9d10-9cb280f71b1a'),
(4663,4663,1,'Ralph Muller','ralph-muller',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ralph Muller\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"rmuller@lakeviewrehabcare.com\"}',1,'2025-10-14 17:28:10','2025-10-14 17:28:10','6d9a7dc7-04f0-419b-9bb6-54d8fadf7ee1'),
(4664,4664,1,'Amanda Sensale','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-14 17:28:10','2025-10-14 17:28:10','2f31d0b7-3eee-4ecb-be8c-2efebfd94e47'),
(4666,4666,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-10-14 20:32:11','2025-10-14 20:32:11','49454a32-b5ac-40a0-85a3-36c164f09773'),
(4668,4668,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-10-16 19:16:00','2025-10-16 19:16:00','a0d2837a-4922-494f-a6dd-4ada53be633e'),
(4670,4670,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-10-16 19:16:56','2025-10-16 19:16:56','7466c772-b62a-4afd-b102-a40b8be0aee2'),
(4674,4674,1,'Victoria Jenkins','victoria-jenkins',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Victoria Jenkins\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-16 19:18:57','2025-10-16 19:18:57','22546748-3725-4296-879d-4904cb04ab62'),
(4675,4675,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-10-16 19:18:57','2025-10-16 19:18:57','26d6bd03-6681-4552-8e8d-ec136578f2c4'),
(4676,4676,1,'Darnell Fortney, BS MS LNHA','darnell-fortney-bs-ms-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Darnell Fortney, BS MS LNHA\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-10-16 19:18:57','2025-10-16 19:18:57','523e185e-eb2a-471c-b85c-d94b48ca6cce'),
(4677,4677,1,'Victoria Jenkins','victoria-jenkins',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Victoria Jenkins\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-16 19:18:57','2025-10-16 19:18:57','92f0a9ed-841b-4da8-8a12-e9e1ec5ba00f'),
(4679,4679,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-10-16 19:19:28','2025-10-16 19:19:28','39103d6d-9958-4bb2-8c78-415f8f3a9c19'),
(4681,4681,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-10-16 19:19:52','2025-10-16 19:19:52','ebecd285-af6c-481b-90aa-bb6fd4ab0e1c'),
(4683,4683,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-10-16 19:20:30','2025-10-16 19:20:30','3071c81a-265a-43ab-b935-68672572372f'),
(4687,4687,1,'Rolando Lasco','rolando-lasco',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rolando Lasco\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7126]}',1,'2025-10-16 19:21:39','2026-01-06 16:45:27','99021144-9e93-4286-88f3-331d2623acf2'),
(4688,4688,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-10-16 19:21:39','2025-10-16 19:21:39','8c5b9775-495f-4521-bfaa-833ecdbfa544'),
(4689,4689,1,'Naisha Lee BS LNHA','naisha-lee-bs-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naisha Lee BS LNHA\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-10-16 19:21:39','2025-10-16 19:21:39','3cd02251-0af6-4f99-92d1-4818906f3549'),
(4690,4690,1,'Rolando Lasco','rolando-lasco',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rolando Lasco\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-16 19:21:39','2025-10-16 19:21:39','985b6705-6355-49a7-a45b-d805728daf3a'),
(4692,4692,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-10-16 19:22:12','2025-10-16 19:22:12','2a319cd1-2fb7-41ba-a6a9-7260679bd713'),
(4694,4694,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-10-16 19:22:21','2025-10-16 19:22:21','086bdaad-8546-4699-8d0e-fb359d1029bb'),
(4696,4696,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-10-16 19:22:51','2025-10-16 19:22:51','c98f1589-4d77-4d8b-a1a0-d275c1a4ba44'),
(4700,4700,1,'Meir Silverstein','meir-silverstein',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Meir Silverstein\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2025-10-16 19:23:32','2026-01-20 17:48:18','6187574d-b03d-4380-aa10-f0b147ad2fe0'),
(4701,4701,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-10-16 19:23:32','2025-10-16 19:23:32','83b287af-cccd-4bf6-9ab4-5b56a10b0bb8'),
(4702,4702,1,'Michael Jacobson LNHA','michael-jacobson-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Jacobson LNHA\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-10-16 19:23:32','2025-10-16 19:23:32','7f2f99ef-ee33-456c-b635-b7e1574206dd'),
(4703,4703,1,'Meir Silverstein','meir-silverstein',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Meir Silverstein\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-10-16 19:23:32','2025-10-16 19:23:32','bd899fa2-dd44-4af4-809d-71ace3cf68b9'),
(4706,4706,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-10-22 18:20:15','2025-10-22 18:20:15','87b4fc01-a093-4707-8633-db5d1cb26c3b'),
(4707,4707,1,'2025-10-22 16:42:42',NULL,NULL,NULL,1,'2025-10-22 23:42:42','2025-10-22 23:42:42','17772681-3629-45a3-9b66-aa451b021afa'),
(4710,4710,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2025-10-22 23:46:58','2025-10-22 23:46:58','adb9b82f-0ac2-4a32-af0c-0af0e51fff60'),
(4712,4712,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2025-10-22 23:47:07','2025-10-22 23:47:07','c5e813fc-37e1-466a-8cf4-1851364d834b'),
(4713,4713,1,'2025-10-22 16:50:26',NULL,NULL,NULL,1,'2025-10-22 23:50:26','2025-10-22 23:50:26','6e5d4be1-3616-4979-9432-ddbadc69e569'),
(4716,4716,1,'2025-10-22 17:10:04',NULL,NULL,NULL,1,'2025-10-23 00:10:04','2025-10-23 00:10:04','82346c06-c649-457e-878a-7c4c1acc7ab7'),
(4718,4718,1,'2025-10-22 17:17:45',NULL,NULL,NULL,1,'2025-10-23 00:17:45','2025-10-23 00:17:45','60c7c88e-3033-4235-967a-0fcd62454edb'),
(4720,4720,1,'2025-10-22 17:20:15',NULL,NULL,NULL,1,'2025-10-23 00:20:15','2025-10-23 00:20:15','ac556bc2-406b-4b6f-8b3e-d22fa1b2f502'),
(4722,4722,1,'2025-10-22 17:22:05',NULL,NULL,NULL,1,'2025-10-23 00:22:05','2025-10-23 00:22:05','6fe54db6-1bd6-40b4-9e95-89efe4c76543'),
(4724,4724,1,'2025-10-22 17:25:34',NULL,NULL,NULL,1,'2025-10-23 00:25:34','2025-10-23 00:25:34','634d9b23-d664-4cb5-aef7-c21b81b5e032'),
(4726,4726,1,'2025-10-22 17:33:13',NULL,NULL,NULL,1,'2025-10-23 00:33:13','2025-10-23 00:33:13','88bed6b5-b139-4d95-8fc0-5aa333a6a016'),
(4728,4728,1,'2025-10-22 17:34:41',NULL,NULL,NULL,1,'2025-10-23 00:34:41','2025-10-23 00:34:41','7b2b4277-c5a7-4a3c-a689-7d3d5062d409'),
(4730,4730,1,'2025-10-22 17:52:01',NULL,NULL,NULL,1,'2025-10-23 00:52:01','2025-10-23 00:52:01','d542d956-16a9-48fa-b606-7288ba868eff'),
(4732,4732,1,'2025-10-22 18:05:29',NULL,NULL,NULL,1,'2025-10-23 01:05:29','2025-10-23 01:05:29','43b43170-1ca2-4f67-be29-6f4df313d92d'),
(4734,4734,1,'2025-10-22 18:09:45',NULL,NULL,NULL,1,'2025-10-23 01:09:45','2025-10-23 01:09:45','869f7db2-6e6e-425f-b437-7b980411c509'),
(4736,4736,1,'2025-10-22 18:11:03',NULL,NULL,NULL,1,'2025-10-23 01:11:03','2025-10-23 01:11:03','35fceb76-f054-4351-9a3c-b330dc49f03e'),
(4737,4737,1,'2025-10-22 18:11:44',NULL,NULL,NULL,1,'2025-10-23 01:11:44','2025-10-23 01:11:44','20e6a0bc-800e-448a-aa92-d888ab5bccc4'),
(4739,4739,1,'2025-10-22 18:12:39',NULL,NULL,NULL,1,'2025-10-23 01:12:39','2025-10-23 01:12:39','43b1c616-df45-4743-a3a0-22134f4cc4f8'),
(4740,4740,1,'2025-10-22 18:12:49',NULL,NULL,NULL,1,'2025-10-23 01:12:49','2025-10-23 01:12:49','35a5872a-a9a5-4e69-baba-f1542ae0fb7b'),
(4741,4741,1,'2025-10-22 18:13:08',NULL,NULL,NULL,1,'2025-10-23 01:13:08','2025-10-23 01:13:08','1fdc11d5-caae-49de-9ad8-ef2b50fd8a0d'),
(4748,4748,1,'2025-10-22 18:20:15',NULL,NULL,NULL,1,'2025-10-23 01:20:15','2025-10-23 01:20:15','285c1c8d-69c5-410d-a046-8e7dc67fc529'),
(4749,4749,1,'2025-10-22 18:21:51',NULL,NULL,NULL,1,'2025-10-23 01:21:51','2025-10-23 01:21:51','66c075cc-0d8a-43f0-bf98-8e2a11c05900'),
(4752,4752,1,'2025-10-22 18:22:16',NULL,NULL,NULL,1,'2025-10-23 01:22:16','2025-10-23 01:22:16','c580f8d5-2c33-4b66-b6cd-fc0775080e45'),
(4753,4753,1,'2025-10-22 18:24:10',NULL,NULL,NULL,1,'2025-10-23 01:24:10','2025-10-23 01:24:10','c1e88296-04ba-462a-aa05-477b710009f2'),
(4754,4754,1,'2025-10-22 18:27:32',NULL,NULL,NULL,1,'2025-10-23 01:27:32','2025-10-23 01:27:32','a068b4d1-b9f0-4db1-b520-7a3f41f42b51'),
(4758,4758,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2025-10-23 01:33:57','2025-10-23 01:33:57','9443b2ee-8c52-4c24-85c7-4891f2eef05a'),
(4761,4761,1,'2025-10-25 12:31:10',NULL,NULL,NULL,1,'2025-10-25 19:31:10','2025-10-25 19:31:10','fb9577f4-62af-487c-b0e9-ade85d5bcbc7'),
(4762,4762,1,'2025-10-26 12:36:23',NULL,NULL,NULL,1,'2025-10-26 19:36:23','2025-10-26 19:36:23','77b78505-a642-4802-862b-315303380d28'),
(4768,4768,1,'Alyssa Francese','alyssa-francese',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alyssa Francese\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[10437]}',1,'2025-10-27 15:16:45','2026-03-09 16:18:38','16142d23-4cca-4b9e-91d6-449c5f6abe1b'),
(4770,4770,1,'Alyssa Francese','menachem-shapiro',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alyssa Francese\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-10-27 15:16:45','2025-10-27 15:16:45','abe33a60-7b17-4aa4-9a0c-77c55838f151'),
(4774,4774,1,'2025-10-27 12:18:25',NULL,NULL,NULL,1,'2025-10-27 19:18:25','2025-10-27 19:18:25','11e6ba42-d414-4563-a339-20d0951824ad'),
(4776,4776,1,'2025-10-29 12:06:42',NULL,NULL,NULL,1,'2025-10-29 19:06:42','2025-10-29 19:06:42','65539882-6bd3-4c0c-a0fa-082476995674'),
(4777,4777,1,'2025-10-29 23:51:48',NULL,NULL,NULL,1,'2025-10-30 06:51:48','2025-10-30 06:51:48','37768a23-6015-42ff-a9ec-93da88407006'),
(4778,4778,1,'2025-10-30 00:17:08',NULL,NULL,NULL,1,'2025-10-30 07:17:08','2025-10-30 07:17:08','a16eab6b-827b-44a4-8249-7f82261c5800'),
(4779,4779,1,'2025-10-30 00:26:39',NULL,NULL,NULL,1,'2025-10-30 07:26:39','2025-10-30 07:26:39','cfc24cc8-9fd1-4b8a-9263-c567dcb50e83'),
(4784,4784,1,'2025-11-04 06:23:45',NULL,NULL,NULL,1,'2025-11-04 14:23:45','2025-11-04 14:23:45','3a057131-d1a1-4c4e-a7b9-ad7c66c04211'),
(4786,4786,1,'Annap Ext 4',NULL,NULL,NULL,1,'2025-11-04 15:00:00','2025-11-04 15:00:00','6ae5e3b3-8e2a-47d9-a41b-68f48e47c54a'),
(4792,4792,1,'Colbie L.','colbie-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete care is a wonderful facility. My aunt was taken care of like a queen. She was able to get her skilled rehab and medication in a timely matter. The food was good and fresh, and the staff have been amazing. Definitely recommend!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Colbie L.\"}',1,'2025-11-04 15:03:21','2025-11-04 15:03:21','280eaecd-2e4b-4423-8b30-9f2d347986e5'),
(4793,4793,1,'Clifford C.','clifford-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff members are very professional. They know the residents by name. I am impressed with the complete experience.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Clifford C.\"}',1,'2025-11-04 15:03:21','2025-11-04 15:03:21','418fee32-2501-4108-a992-5eccae0021cf'),
(4794,4794,1,'Autumn H.','autumn-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My dad is a patient and I\'m happy with the care he is getting, and he look and feel better since he was transferred to lakeview.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Autumn H.\"}',1,'2025-11-04 15:03:21','2025-11-04 15:03:21','e91fc66f-c772-4ad8-b797-307fe8b996f0'),
(4795,4795,1,'Katie M.','katie-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is awesome and very attentive. They make you feel comfortable that your loved ones are there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katie M.\"}',1,'2025-11-04 15:03:21','2025-11-04 15:03:21','98e298bf-a25e-48b3-ae9c-24ad13089ea5'),
(4796,4796,1,'Victoria T.','victoria-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I went to visit a friend. I was pleased with the check in process. Everyone was kind and it smelled good. My friend was happy and comfortable.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Victoria T.\"}',1,'2025-11-04 15:03:21','2025-11-04 15:03:21','936a72a1-a040-47f7-83ba-a807cdea527b'),
(4798,4798,1,'Colbie L.','colbie-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete care is a wonderful facility. My aunt was taken care of like a queen. She was able to get her skilled rehab and medication in a timely matter. The food was good and fresh, and the staff have been amazing. Definitely recommend!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Colbie L.\"}',1,'2025-11-04 15:03:21','2025-11-04 15:03:21','0cdd8524-c81e-472b-94dd-2bdbaff8e445'),
(4799,4799,1,'Clifford C.','clifford-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff members are very professional. They know the residents by name. I am impressed with the complete experience.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Clifford C.\"}',1,'2025-11-04 15:03:21','2025-11-04 15:03:21','8fb61c1d-d2a2-490a-b8dc-e551764a272e'),
(4800,4800,1,'Autumn H.','autumn-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My dad is a patient and I\'m happy with the care he is getting, and he look and feel better since he was transferred to lakeview.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Autumn H.\"}',1,'2025-11-04 15:03:21','2025-11-04 15:03:21','420f4ff1-90fc-4571-a868-ebbea79fb8d0'),
(4801,4801,1,'Katie M.','katie-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is awesome and very attentive. They make you feel comfortable that your loved ones are there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katie M.\"}',1,'2025-11-04 15:03:21','2025-11-04 15:03:21','d2ec8b5d-a473-4709-b519-1742f5b25105'),
(4802,4802,1,'Victoria T.','victoria-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I went to visit a friend. I was pleased with the check in process. Everyone was kind and it smelled good. My friend was happy and comfortable.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Victoria T.\"}',1,'2025-11-04 15:03:21','2025-11-04 15:03:21','70bd1b33-6248-47d4-9de3-899a180e3cb7'),
(4806,4806,1,'Annap Activity Rm 6',NULL,NULL,NULL,1,'2025-11-04 15:06:38','2025-11-04 15:06:38','a35bb992-bb7b-4986-98d5-749c64e58b9f'),
(4807,4807,1,'Annap Dining7',NULL,NULL,NULL,1,'2025-11-04 15:06:41','2025-11-04 15:06:41','776e45ef-cbc4-429d-bf97-1e268595d97d'),
(4808,4808,1,'Annap Lobby6',NULL,NULL,NULL,1,'2025-11-04 15:06:43','2025-11-04 15:06:43','2ec70505-81bc-4f98-ab97-8480c41fa0af'),
(4809,4809,1,'Annap Rehab 0',NULL,NULL,NULL,1,'2025-11-04 15:06:47','2025-11-04 15:06:47','d9e7db02-3e67-4b06-baf6-9727b1cfe1aa'),
(4810,4810,1,'Annap Renal 3',NULL,NULL,NULL,1,'2025-11-04 15:06:50','2025-11-04 15:06:50','6d043ac7-69f7-47ba-857f-5226af6909ae'),
(4811,4811,1,'Annap Room9',NULL,NULL,NULL,1,'2025-11-04 15:06:51','2025-11-04 15:06:51','d316843c-e919-487e-af4a-6babd7d9d343'),
(4815,4815,1,'Annapolis Admin',NULL,NULL,NULL,1,'2025-11-04 15:08:51','2025-11-04 15:08:51','284cd99c-7cbd-4705-ab4c-baea3a5ae27b'),
(4818,4818,1,'Michael Willis','michael-willis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Willis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4815],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"mwillis@ccannapolis.com\"}',1,'2025-11-04 15:09:31','2025-11-04 15:09:31','947fb83f-3308-4b03-b2b2-26bf81d25126'),
(4819,4819,1,'Andrea Aggasid','andrea-aggasid',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Andrea Aggasid\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-11-04 15:09:31','2025-11-04 15:09:31','6d0113c9-7316-4d4e-9a1e-f829415275fd'),
(4821,4821,1,'Barn Hill Lobby3',NULL,NULL,NULL,1,'2025-11-04 15:12:17','2025-11-04 15:12:17','31cc253b-51af-48fe-97c1-5b2f2db24893'),
(4822,4822,1,'Barn Hill Rehab Gym',NULL,NULL,NULL,1,'2025-11-04 15:12:25','2025-11-04 15:12:25','018ef707-cb7e-4c02-a3f9-3ac631594b26'),
(4823,4823,1,'Barn Hill Rehab Gym2',NULL,NULL,NULL,1,'2025-11-04 15:12:31','2025-11-04 15:12:31','ff1a0407-97d9-413e-bf45-a83cc887ff07'),
(4824,4824,1,'Barn Hill Room',NULL,NULL,NULL,1,'2025-11-04 15:12:38','2025-11-04 15:12:38','b6beeec1-441c-4844-9811-1df027e53ff5'),
(4826,4826,1,'Bayshore Room',NULL,NULL,NULL,1,'2025-11-04 19:13:05','2025-11-04 19:13:05','c52e136e-1616-407b-9e92-228e65a1bb6c'),
(4827,4827,1,'Bayshore Gym',NULL,NULL,NULL,1,'2025-11-04 19:13:16','2025-11-04 19:13:16','a3e488dc-b279-4d47-9ca9-3f7871b4b523'),
(4828,4828,1,'Bayshore Dining',NULL,NULL,NULL,1,'2025-11-04 19:14:37','2025-11-04 19:14:37','2861d285-7e88-40a8-9603-425d75e3c005'),
(4829,4829,1,'Bayshore Exterior',NULL,NULL,NULL,1,'2025-11-04 19:14:44','2025-11-04 19:14:44','3f3fd381-54a9-44be-8d05-90d07587fe8f'),
(4830,4830,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-11-04 19:14:54','2025-11-04 19:14:54','7de50994-4f5e-4c37-b498-186c033ffc55'),
(4832,4832,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-11-04 19:15:35','2025-11-04 19:15:35','ef5e9986-ae25-473f-87b7-7606f58768ef'),
(4834,4834,1,'Berkshire Single Room',NULL,NULL,NULL,1,'2025-11-04 19:50:10','2026-01-16 20:35:32','0e4ee8eb-ba12-4b10-95fa-779749d0840c'),
(4835,4835,1,'367 A8068',NULL,NULL,NULL,1,'2025-11-04 19:50:19','2025-11-04 19:50:19','849ebb97-20de-4204-811f-fd61c27a5593'),
(4836,4836,1,'Berkshire Room',NULL,NULL,NULL,1,'2025-11-04 19:50:25','2026-01-16 20:37:02','8f53efc4-9ae4-4700-97d7-985ee81aaf83'),
(4837,4837,1,'Berkshire Rehab Gym',NULL,NULL,NULL,1,'2025-11-04 19:50:31','2026-01-16 20:37:22','d08404a4-7570-4ae8-b587-96f426906b34'),
(4838,4838,1,'Berkshire Rehab Gym 2',NULL,NULL,NULL,1,'2025-11-04 19:50:38','2026-01-16 20:37:30','12fda215-04af-4406-81c0-60f8e5530552'),
(4839,4839,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-11-04 19:51:07','2025-11-04 19:51:07','fa2fb97b-4ad2-4b32-b670-162bc22ca05c'),
(4841,4841,1,'DSC 0779',NULL,NULL,NULL,1,'2025-11-04 19:53:50','2025-11-04 19:53:50','c26576d9-6f30-4821-82ab-cf7074645780'),
(4842,4842,1,'DSC 0803 Edit',NULL,NULL,NULL,1,'2025-11-04 19:53:58','2025-11-04 19:53:58','30d5b0ec-deac-40fc-8c4b-5b97913ae04d'),
(4843,4843,1,'DSC 0855',NULL,NULL,NULL,1,'2025-11-04 19:54:03','2025-11-04 19:54:03','a2a3dfca-f8d6-4ab3-bd18-74c7434ad686'),
(4844,4844,1,'DSC 0922',NULL,NULL,NULL,1,'2025-11-04 19:54:16','2025-11-04 19:54:16','de75cf2c-32de-460c-9393-0f392404783c'),
(4845,4845,1,'DSC 1021',NULL,NULL,NULL,1,'2025-11-04 19:54:20','2025-11-04 19:54:20','63c25975-0dac-4f11-b8a7-fc01b01b5858'),
(4846,4846,1,'DSC 1052',NULL,NULL,NULL,1,'2025-11-04 19:54:27','2025-11-04 19:54:27','86c0a3cc-c31e-4af0-ac7b-a1895239ef30'),
(4855,4855,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-11-04 20:33:01','2025-11-04 20:33:01','2c297ffe-2121-4a9a-bf38-4e821e29a9ba'),
(4861,4861,1,'Brackenville Lobby 01',NULL,NULL,NULL,1,'2025-11-04 20:53:19','2025-11-04 20:53:19','9186cfd3-db75-48dd-9935-bcabd519fc6e'),
(4867,4867,1,'Artie S.','artie-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very helpful, understanding and listened to our family needs and concerns.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Artie S.\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','d130ef27-036a-41d4-96c5-2cce40ae2148'),
(4868,4868,1,'Theresa Y.','theresa-y',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff have been very kind and very caring. I appreciate their follow through and follow up. I thank your team for taking care of my brother!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Theresa Y.\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','8963717f-60aa-4412-8719-ba4d2444d98c'),
(4869,4869,1,'Debbie G.','debbie-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Cohesive effort by various staff to offer high level care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Debbie G.\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','a49e899a-fedf-4f2c-989e-1dcedf0f471e'),
(4870,4870,1,'Mary T.','mary-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Brackenville is a very nice facility. The administrative staff and the medical staff are attentive to the needs of the residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary T.\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','72ed59ac-226b-4146-975c-bb748a37e635'),
(4871,4871,1,'Patti T.','patti-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The building was clean, residents all up and nicely dressed, activities going on. Everyone seemed to be happy. Staff were engaging with residents. Lots going on.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patti T.\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','5a22dbe7-ccd0-465c-9860-cfc146091d0d'),
(4872,4872,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','66efee15-77ba-4149-98aa-f028c8d11989'),
(4873,4873,1,'Artie S.','artie-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very helpful, understanding and listened to our family needs and concerns.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Artie S.\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','2667bb37-238c-4871-866f-0a7535a99b19'),
(4874,4874,1,'Theresa Y.','theresa-y',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff have been very kind and very caring. I appreciate their follow through and follow up. I thank your team for taking care of my brother!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Theresa Y.\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','102192c1-b673-4464-817d-78ae10926b94'),
(4875,4875,1,'Debbie G.','debbie-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Cohesive effort by various staff to offer high level care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Debbie G.\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','2d643e5f-b742-4de6-9ca5-d50273a30712'),
(4876,4876,1,'Mary T.','mary-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Brackenville is a very nice facility. The administrative staff and the medical staff are attentive to the needs of the residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary T.\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','2f464d60-5b5b-427f-95df-0593d4b4dace'),
(4877,4877,1,'Patti T.','patti-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The building was clean, residents all up and nicely dressed, activities going on. Everyone seemed to be happy. Staff were engaging with residents. Lots going on.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patti T.\"}',1,'2025-11-04 20:54:58','2025-11-04 20:54:58','c9835389-7f55-462e-8124-324664dd3aa8'),
(4879,4879,1,'Brackenville Activities 13',NULL,NULL,NULL,1,'2025-11-04 20:56:08','2025-11-04 20:56:08','bbc49ce5-8b9e-4a5f-bd32-d013a98e2745'),
(4880,4880,1,'Brackenville ADL Kitchen 15',NULL,NULL,NULL,1,'2025-11-04 20:56:09','2025-11-04 20:56:09','57f91569-d5dc-48fa-9494-7c75517dad91'),
(4881,4881,1,'Brackenville Chapel 09',NULL,NULL,NULL,1,'2025-11-04 20:56:11','2025-11-04 20:56:11','3ca9f5d8-60e4-4d8b-846b-ed2293d366f4'),
(4882,4882,1,'Brackenville Dining 14',NULL,NULL,NULL,1,'2025-11-04 20:56:13','2025-11-04 20:56:13','f4444fb8-26ed-46bc-8fdb-2c5dbd7d75ee'),
(4883,4883,1,'Brackenville double room 03',NULL,NULL,NULL,1,'2025-11-04 20:56:14','2025-11-04 20:56:14','76bdc787-045d-4df7-8934-f8a97f41a06d'),
(4884,4884,1,'Brackenville Exterior 03',NULL,NULL,NULL,1,'2025-11-04 20:56:17','2025-11-04 20:56:17','37cf9dd6-465c-4b29-9197-e31e0c655ade'),
(4885,4885,1,'Brackenville Fish Pond 06',NULL,NULL,NULL,1,'2025-11-04 20:56:19','2025-11-04 20:56:19','b89f85e6-1876-4b20-85f5-e125aa347169'),
(4886,4886,1,'Brackenville Rehab Gym 00',NULL,NULL,NULL,1,'2025-11-04 20:56:21','2025-11-04 20:56:21','4193bbd0-9462-49db-a7b1-ebdff8d30075'),
(4887,4887,1,'Brackenville Salon 10',NULL,NULL,NULL,1,'2025-11-04 20:56:23','2025-11-04 20:56:23','4d643370-721a-469e-9e70-cc8f8a2a2c7b'),
(4888,4888,1,'Brackenville single room 04',NULL,NULL,NULL,1,'2025-11-04 20:56:24','2025-11-04 20:56:24','2276638c-78b4-4b32-a45c-f85ba9973f53'),
(4889,4889,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-11-04 20:56:34','2025-11-04 20:56:34','87edf350-ac0e-4bb5-85b0-e02ca02ea12f'),
(4893,4893,1,'LPN','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There is a positive sense of community with other staff members and residents who live in STC and LTC within our facility. This positive support system is often the motivator we as medical workers rely on to continue to build genuine, long-term connections with residents and their families and form a stronger team environment\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2025-11-04 20:57:09','2026-01-27 16:27:37','6c361961-ee6a-4e33-8eb9-e1ae143f632a'),
(4894,4894,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great job, friendly staff, and tools are provided to get the work done\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-11-04 20:57:09','2026-01-27 16:27:37','4591d645-9448-4c02-bc51-4349094ac754'),
(4895,4895,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-11-04 20:57:09','2025-11-04 20:57:09','9d8d3f6b-f5da-42b0-b383-1ebf1e6119bc'),
(4896,4896,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There is a positive sense of community with other staff members and residents who live in STC and LTC within our facility. This positive support system is often the motivator we as medical workers rely on to continue to build genuine, long-term connections with residents and their families and form a stronger team environment.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-11-04 20:57:09','2025-11-04 20:57:09','0525237f-3960-4f3c-aa40-94103e14e9c3'),
(4897,4897,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great job, friendly staff, tools are provided to get the work done.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2025-11-04 20:57:09','2025-11-04 20:57:09','830f605d-57e3-427f-a34b-2c5f5876cdb2'),
(4900,4900,1,'Brackenville Admin',NULL,NULL,NULL,1,'2025-11-04 20:57:58','2025-11-04 20:58:09','b6c8bd2d-be09-49e2-bb47-dacee411e299'),
(4902,4902,1,'Brackenville AD',NULL,NULL,NULL,1,'2025-11-04 20:58:26','2025-11-04 20:58:36','ede7059a-f1d3-4a7f-a397-e283ce866fd4'),
(4904,4904,1,'Ronald Inglis','ronald-inglis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ronald Inglis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4900]}',1,'2025-11-04 20:58:46','2025-11-04 20:58:46','b958cc0b-c964-4a52-98c6-a45d8fec311d'),
(4905,4905,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-11-04 20:58:46','2025-11-04 20:58:46','9b8f9e84-3028-4d28-903e-603a72d5f87f'),
(4906,4906,1,'Ronald Inglis','ronald-inglis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ronald Inglis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4900]}',1,'2025-11-04 20:58:46','2025-11-04 20:58:46','fc9132d4-82d3-4e62-b632-d553bd130991'),
(4907,4907,1,'Tiffany Gugliotta','tiffany-gugliotta',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Gugliotta\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4902]}',1,'2025-11-04 20:58:46','2025-11-04 20:58:46','61bd3915-f5e9-4a83-bd59-bcaae0512e90'),
(4909,4909,1,'Brakeley Park Rehab Gym',NULL,NULL,NULL,1,'2025-11-04 21:00:17','2025-11-04 21:00:17','691b28e1-c15f-44a1-a0a9-31ceb40ef167'),
(4910,4910,1,'Brakeley Park Rehab Gym2',NULL,NULL,NULL,1,'2025-11-04 21:00:26','2025-11-04 21:00:26','f331231d-218b-486b-bf58-8344e4d5d4c5'),
(4911,4911,1,'Brakeley Park Room',NULL,NULL,NULL,1,'2025-11-04 21:00:35','2025-11-04 21:00:35','1bc7a409-d199-421d-aa71-7782a4f29e0f'),
(4914,4914,1,'Phillipsburg AD',NULL,NULL,NULL,1,'2025-11-04 21:01:24','2025-11-04 21:01:24','8065315f-b8bb-4b5f-a097-b4ca507bc3f8'),
(4917,4917,1,'Michele Cartagena','michele-cartagena',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Cartagena\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[4914]}',1,'2025-11-04 21:01:32','2025-11-04 21:01:32','aed187d4-8d88-44e7-9084-ec0e807264db'),
(4920,4920,1,'Sts 0008 sts 00121',NULL,NULL,NULL,1,'2025-11-04 21:06:29','2025-11-04 21:06:29','e5708833-0516-42b2-9507-774fef160d8b'),
(4921,4921,1,'Sts 0031 sts 00463',NULL,NULL,NULL,1,'2025-11-04 21:06:35','2025-11-04 21:06:35','5596ccdf-e302-451a-941c-47629f065354'),
(4922,4922,1,'Sts 0050 sts 00554',NULL,NULL,NULL,1,'2025-11-04 21:06:39','2025-11-04 21:06:39','22444b06-e537-4051-9eb1-f74972811398'),
(4923,4923,1,'Sts 0196 sts 020021',NULL,NULL,NULL,1,'2025-11-04 21:06:47','2025-11-04 21:06:47','7b5f7d09-bf1b-45dc-89cc-8dda83f2660d'),
(4924,4924,1,'STS 00666',NULL,NULL,NULL,1,'2025-11-04 21:06:53','2025-11-04 21:06:53','514ec91b-b879-4273-9165-bbae37629081'),
(4925,4925,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2025-11-04 21:08:43','2025-11-04 21:08:43','5fb5c511-5490-4cd3-8516-35993b4b503e'),
(4927,4927,1,'LARGE RES 02',NULL,NULL,NULL,1,'2025-11-04 21:17:08','2025-11-04 21:17:08','5e037172-41a3-4025-b504-cdc6bc3aaf6e'),
(4929,4929,1,'LARGE RES 07',NULL,NULL,NULL,1,'2025-11-04 21:17:14','2025-11-04 21:17:14','777004bf-bde3-455e-979b-83fdca2d1548'),
(4930,4930,1,'LARGE RES 08',NULL,NULL,NULL,1,'2025-11-04 21:17:16','2025-11-04 21:17:16','3c3fd05d-f891-4381-9212-1e2e1f255516'),
(4931,4931,1,'LARGE RES 11',NULL,NULL,NULL,1,'2025-11-04 21:17:19','2025-11-04 21:17:19','c9c49288-4f75-435c-9bbe-d065b59ca0f4'),
(4932,4932,1,'367 A7508',NULL,NULL,NULL,1,'2025-11-04 21:18:03','2025-11-04 21:18:03','ee198f0b-731c-4899-85ff-4ca4641be841'),
(4933,4933,1,'367 A7610',NULL,NULL,NULL,1,'2025-11-04 21:18:09','2025-11-04 21:18:09','5f9d9e5d-53eb-4fee-8863-c83345b7571a'),
(4934,4934,1,'BW10',NULL,NULL,NULL,1,'2025-11-04 21:18:12','2025-11-04 21:18:12','eb10e069-da58-4c85-b7b4-eb16eb0a05f4'),
(4935,4935,1,'DSC09305 Edit',NULL,NULL,NULL,1,'2025-11-04 21:18:50','2025-11-04 21:18:50','bb451c0b-380e-4487-8362-c2945df89e36'),
(4944,4944,1,'Nondiscrimination Notice Annapolis',NULL,NULL,NULL,1,'2025-11-05 16:07:42','2025-11-05 16:07:42','b4fa1e77-77f8-402d-89ed-8ced9d067e1d'),
(4945,4945,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Annapolis is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Annapolis are provided solely by Complete Care at Annapolis.</p>\"}',1,'2025-11-05 16:07:55','2026-01-19 16:19:29','d7821aed-be0c-4796-8ef9-eec484c2171a'),
(4946,4946,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[4944]}',1,'2025-11-05 16:07:55','2025-11-05 16:07:55','6df4618e-8f55-4162-927c-c352cb30e27b'),
(4948,4948,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Annapolis is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Annapolis are provided solely by Complete Care at Annapolis.</p>\"}',1,'2025-11-05 16:07:55','2025-11-05 16:07:55','9b5b1932-df29-41ab-af4f-d159e624214c'),
(4949,4949,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[4944]}',1,'2025-11-05 16:07:55','2025-11-05 16:07:55','a31b18a1-0feb-4346-8c8a-cde81bbfd9b2'),
(4951,4951,1,'Nondiscrimination Notice Barn Hill',NULL,NULL,NULL,1,'2025-11-05 16:13:59','2025-11-05 16:13:59','9787b79b-e374-40e9-a8f8-7db0f8e5a1b2'),
(4955,4955,1,'Woodlands Rehab Gym',NULL,NULL,NULL,1,'2025-11-05 17:09:39','2025-11-05 17:09:39','0caa06ed-1923-4b55-87ed-e3948809b7c6'),
(4956,4956,1,'Woodlands Room',NULL,NULL,NULL,1,'2025-11-05 17:09:45','2025-11-05 17:09:45','2003e293-9910-414d-934c-ca994c76dc1d'),
(4957,4957,1,'Woodlands Room2',NULL,NULL,NULL,1,'2025-11-05 17:09:50','2025-11-05 17:09:50','5529e04f-3cc9-47d6-99dc-410407b1c02a'),
(4958,4958,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-11-05 17:09:58','2025-11-05 17:09:58','5f8aecef-30d7-430c-8c6a-9b37f1819f4e'),
(4962,4962,1,'Nondiscrimination Notice Woodlands',NULL,NULL,NULL,1,'2025-11-05 17:12:14','2025-11-05 17:12:14','88152921-779c-4860-9207-940d8ee60533'),
(4964,4964,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Woodlands is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Woodlands are provided solely by Complete Care at Woodlands.</p>\"}',1,'2025-11-05 17:12:54','2025-11-05 17:12:54','64a07517-9205-4293-90a4-cb057eb5da1a'),
(4965,4965,1,'Non-Disclosure Statement','non-disclosure-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[4962]}',1,'2025-11-05 17:12:54','2025-11-05 17:12:54','a8839698-c6bf-4be7-aa9b-24ae01083315'),
(4966,4966,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Woodlands-2024-NJ-Financials.pdf\\\">Complete Care at Woodlands 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Woodlands-MCR-CR-2024.pdf\\\">Woodlands MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Woodlands-2024-Revenue-Schedule.pdf\\\">Complete Care at Woodlands 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2025-11-05 17:12:54','2026-01-23 21:48:47','5d31206d-3162-4d26-9a60-4c92ae5f2d3f'),
(4967,4967,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-11-05 17:12:54','2025-11-05 17:12:54','f9e72043-44fb-48e0-ba5a-7ad7536def8c'),
(4968,4968,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Woodlands is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Woodlands are provided solely by Complete Care at Woodlands.</p>\"}',1,'2025-11-05 17:12:54','2025-11-05 17:12:54','d85ef278-44c2-4c03-b1cd-ec47b433c380'),
(4969,4969,1,'Non-Disclosure Statement','non-disclosure-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[4962]}',1,'2025-11-05 17:12:54','2025-11-05 17:12:54','2533d3e5-48a2-43b6-8fa7-040b459436ed'),
(4970,4970,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2025-11-05 17:12:54','2025-11-05 17:12:54','08c628bd-ba34-44dd-be3d-579e1c65fda3'),
(4973,4973,1,'STS 0357',NULL,NULL,NULL,1,'2025-11-05 17:14:28','2025-11-05 17:14:28','c946b6e5-3be5-4373-a337-7a67e8f13264'),
(4979,4979,1,'Richard B.','richard-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has been a resident of Complete Care at Whispering Woods for over 9 years. The care has been excellent. The staff is compassionate and treats my mom with respect. They keep me informed when there are any issues related to my mother. My family would like to extend our sincere thanks to the entire Whispering Woods staff for continuing to do a great job!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Richard B.\"}',1,'2025-11-05 17:16:49','2026-01-17 15:05:50','4f6c47f1-86d6-4671-885a-97c08b96d19b'),
(4980,4980,1,'Ateka K.','ateka-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The activities that are ran here are enjoyable for all. This is an amazing place! All staff are super friendly :)\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ateka K.\"}',1,'2025-11-05 17:16:49','2025-11-05 17:16:49','1806d212-bd22-4c91-8277-f5924eed1f53'),
(4981,4981,1,'Robert C.','robert-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly, helpful, knowledgeable staff; who provide an atmosphere of personal care, community and comfort to each resident. A wonderful facility for Mom; that is not brick and mortar, but rather an intimate home. Highly recommended!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robert C.\"}',1,'2025-11-05 17:16:49','2025-11-05 17:16:49','7b1b68bd-e1c5-4d32-914e-e36cf2455160'),
(4982,4982,1,'Kristi A.','kristi-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is wonderful and the facility is beautiful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kristi A.\"}',1,'2025-11-05 17:16:49','2025-11-05 17:16:49','76ecb620-de87-4427-a5fa-640297a07abc'),
(4983,4983,1,'Mary M.','mary-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am very happy with the kind attention my Father is receiving!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary M.\"}',1,'2025-11-05 17:16:49','2025-11-05 17:16:49','5830dbc4-1086-45d4-8622-e9b3fefacfc9'),
(4984,4984,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4973],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-11-05 17:16:49','2025-11-05 17:16:49','0185a85f-5a26-4dfc-a9b2-a81eecbed2ee'),
(4985,4985,1,'Richard B.','richard-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has been a resident of Complete Care at Whispering Woods for over 9 years. The care has been excellent. The staff is compassionate and treats my mom with respect. They have always been professional and helped my mom through many health emergencies. They keep me informed when there are any issues related to my mother. I want to give special mention to the Executive Director Michele Chihadeh, CALA, CDP, who has been with the staff for many years, longer than my mom has been there. She\'s always been kind and attentive to my mom. She\'s a pleasure to work with. It is rare to find a healthcare worker like Michele, that goes above and beyond to take care of her residents. My family would like to extend our sincere thanks to the entire Whispering Woods staff for continuing to do a great job and to Michele for her excellent leadership!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Richard B.\"}',1,'2025-11-05 17:16:49','2025-11-05 17:16:49','055df541-8f04-4227-89b6-e8411c81a99b'),
(4986,4986,1,'Ateka K.','ateka-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The activities that are ran here are enjoyable for all. This is an amazing place! All staff are super friendly :)\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ateka K.\"}',1,'2025-11-05 17:16:49','2025-11-05 17:16:49','63efca5e-66ad-426c-a4a7-15f761ed9212'),
(4987,4987,1,'Robert C.','robert-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly, helpful, knowledgeable staff; who provide an atmosphere of personal care, community and comfort to each resident. A wonderful facility for Mom; that is not brick and mortar, but rather an intimate home. Highly recommended!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robert C.\"}',1,'2025-11-05 17:16:49','2025-11-05 17:16:49','23ff6e67-e778-46c1-8c54-0e5b66d30543'),
(4988,4988,1,'Kristi A.','kristi-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is wonderful and the facility is beautiful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kristi A.\"}',1,'2025-11-05 17:16:49','2025-11-05 17:16:49','22e9d28f-b5ea-4058-ad4f-e47c3fd762c0'),
(4989,4989,1,'Mary M.','mary-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am very happy with the kind attention my Father is receiving!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary M.\"}',1,'2025-11-05 17:16:49','2025-11-05 17:16:49','319aaf66-7e2d-42ab-9788-caaf404e7e50'),
(4991,4991,1,'STS 0223',NULL,NULL,NULL,1,'2025-11-05 17:19:17','2025-11-05 17:19:17','7abfad11-2975-45aa-b9ba-bea1b2ee59ae'),
(4992,4992,1,'STS 0245',NULL,NULL,NULL,1,'2025-11-05 17:19:23','2025-11-05 17:19:23','4b01e72f-49bf-47b9-baff-d75d631a8c26'),
(4993,4993,1,'STS 0264',NULL,NULL,NULL,1,'2025-11-05 17:19:27','2025-11-05 17:19:27','bf41e88f-d925-4dd1-8781-106385a90c7d'),
(4994,4994,1,'STS 0286',NULL,NULL,NULL,1,'2025-11-05 17:19:30','2025-11-05 17:19:30','c85280d1-9834-45b3-b3de-c84b6370c081'),
(4995,4995,1,'STS 0297',NULL,NULL,NULL,1,'2025-11-05 17:19:34','2025-11-05 17:19:34','1298a776-4fb0-45a0-b3fd-6dede0ec5c84'),
(4996,4996,1,'STS 0314',NULL,NULL,NULL,1,'2025-11-05 17:19:38','2025-11-05 17:19:38','1e3c844f-c986-49d7-b122-cf5b96eb19e4'),
(4997,4997,1,'STS 0420',NULL,NULL,NULL,1,'2025-11-05 17:19:43','2025-11-05 17:19:43','1beaa5d1-844f-4444-8d2e-8ad8d5aa7346'),
(4998,4998,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4973],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4991,4992,4993,4994,4995,4996,4997],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-11-05 17:20:21','2025-11-05 17:20:21','9870ecfa-4711-4837-9070-4c9e8a821326'),
(5001,5001,1,'Whispering Admin',NULL,NULL,NULL,1,'2025-11-05 17:22:23','2025-11-05 17:22:23','1ab72819-b8f2-42fe-bb98-c7ca62eabc52'),
(5003,5003,1,'Whispering AD',NULL,NULL,NULL,1,'2025-11-05 17:22:42','2025-11-05 17:22:42','74a7f933-f581-4893-b90c-e7c6b0ed37f8'),
(5004,5004,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4973],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4991,4992,4993,4994,4995,4996,4997],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-11-05 17:22:48','2025-11-05 17:22:48','1d018964-008e-4e40-bad2-59d1e27eeb02'),
(5005,5005,1,'Michele Chihadeh','michele-chihadeh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Chihadeh\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5001]}',1,'2025-11-05 17:22:48','2025-11-05 17:22:48','267d0e08-9689-4d35-bf2d-1257d245c5ea'),
(5006,5006,1,'Deena Coffee (Sr. Director of Sales and Marketing)','deena-coffee-sr-director-of-sales-and-marketing',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee (Sr. Director of Sales and Marketing)\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5003]}',1,'2025-11-05 17:22:48','2025-11-05 17:22:48','1c838146-040f-4948-9722-6cfbbf01bba8'),
(5009,5009,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Whispering Woods is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Whispering Woods are provided solely by Complete Care at Whispering Woods.</p>\"}',1,'2025-11-05 17:23:33','2025-11-05 17:23:33','f2acd116-202c-4e9b-9cbb-b95695d92eca'),
(5010,5010,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4973],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4991,4992,4993,4994,4995,4996,4997],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-11-05 17:23:33','2025-11-05 17:23:33','e49d3bec-b048-4b56-89dc-1e08b2cbb6ed'),
(5011,5011,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Whispering Woods is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Whispering Woods are provided solely by Complete Care at Whispering Woods.</p>\"}',1,'2025-11-05 17:23:33','2025-11-05 17:23:33','e1756a5c-6eab-46d7-bcc8-c40001f4b6d5'),
(5013,5013,1,'Wheaton Lobby11',NULL,NULL,NULL,1,'2025-11-05 17:24:52','2025-11-05 17:24:52','fba0a038-6b30-4db0-8d12-ba56d8ea45c8'),
(5019,5019,1,'Jeanne M.','jeanne-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"During my daughter\'s stay the staff has been very responsive and professional. She has regained some weight and has better balance for moving around.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jeanne M.\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','7b893cea-6ab2-4dfd-a7c9-a96c81ceee16'),
(5020,5020,1,'Marie A.','marie-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was very impressed by the administrative staff, especially Tracy who was attentive to any concerns or questions. The nursing staff was attentive and caring, therapeutic team was thorough. I left Complete Care feeling just that…complete. Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Marie A.\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','55f88d26-ad2f-4ef7-bbf7-3e9546874f2c'),
(5021,5021,1,'Neil V.','neil-v',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Admissions Director has been very professional and very compassionate to her patients and staff. I do recommend this facility for the care of your loved ones.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Neil V.\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','24d8a8f6-b4be-4ac2-ba68-326be1debb96'),
(5022,5022,1,'Eden D.','eden-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent services. From the front desk to the nurses, administrator, to staffing and admission. Everybody is welcoming.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Eden D.\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','f81969ae-f29c-4cdc-ae1e-35ef4f72adda'),
(5023,5023,1,'Steven J.','steven-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone at Complete Care in Wheaton show genuine concern for my family member. They keep us informed of his care plan and for his care going forward. The staff is friendly and welcoming when we visit. The facility is clean and inviting. I would recommend it for any family with a member in need of long-term care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Steven J.\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','8d2cd854-02c8-43c8-ba99-57298c56fb5d'),
(5024,5024,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','e070ea5c-dc36-4d74-8f06-2fd61d98808e'),
(5025,5025,1,'Jeanne M.','jeanne-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"During my daughter\'s stay the staff has been very responsive and professional. She has regained some weight and has better balance for moving around.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jeanne M.\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','2477ce91-1172-43c1-99d6-406b6a6be43e'),
(5026,5026,1,'Marie A.','marie-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was very impressed by the administrative staff, especially Tracy who was attentive to any concerns or questions. The nursing staff was attentive and caring, therapeutic team was thorough. I left Complete Care feeling just that…complete. Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Marie A.\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','2265c302-21ca-4643-b690-0135759ec991'),
(5027,5027,1,'Neil V.','neil-v',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Admissions Director has been very professional and very compassionate to her patients and staff. I do recommend this facility for the care of your loved ones.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Neil V.\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','854caa79-631e-432a-aa19-9dff1341bf2f'),
(5028,5028,1,'Eden D.','eden-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent services. From the front desk to the nurses, administrator, to staffing and admission. Everybody is welcoming.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Eden D.\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','e4c292f6-2823-4145-86c6-172cc8633af8'),
(5029,5029,1,'Steven J.','steven-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone at Complete Care in Wheaton show genuine concern for my family member. They keep us informed of his care plan and for his care going forward. The staff is friendly and welcoming when we visit. The facility is clean and inviting. I would recommend it for any family with a member in need of long-term care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Steven J.\"}',1,'2025-11-05 17:27:42','2025-11-05 17:27:42','d6160679-eb71-4994-8af5-19513e2088ee'),
(5031,5031,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-11-05 17:28:51','2025-11-05 17:28:51','62ea8b1d-b9a4-4b2f-9971-a83cd33e0f9a'),
(5033,5033,1,'Wheaton Activities',NULL,NULL,NULL,1,'2025-11-05 17:29:57','2025-11-05 17:29:57','1b13f968-4b24-42fc-bcff-a6c9d66cc2e5'),
(5034,5034,1,'Wheaton Dining 17',NULL,NULL,NULL,1,'2025-11-05 17:30:02','2025-11-05 17:30:02','764ae3c7-1d46-4b10-92a7-1dec9f4e652d'),
(5035,5035,1,'Wheaton Ext 19',NULL,NULL,NULL,1,'2025-11-05 17:30:04','2025-11-05 17:30:04','1678d259-2cec-49dc-8fcc-c14e62517027'),
(5036,5036,1,'Wheaton Memory Care 14',NULL,NULL,NULL,1,'2025-11-05 17:30:07','2025-11-05 17:30:07','1003e822-d5d4-444d-9656-73dc692b8b27'),
(5037,5037,1,'Wheaton Rehab 07',NULL,NULL,NULL,1,'2025-11-05 17:30:13','2025-11-05 17:30:13','e35c1b9d-35f1-4e7f-bd02-8f5915979bc7'),
(5038,5038,1,'Wheaton Rehab Kitchen 09',NULL,NULL,NULL,1,'2025-11-05 17:30:15','2025-11-05 17:30:15','40bf11bc-af31-40b4-85c9-a1f51a2cb0ae'),
(5039,5039,1,'Wheaton Room 03',NULL,NULL,NULL,1,'2025-11-05 17:30:20','2025-11-05 17:30:20','322bb1ec-a6c7-42d3-83b8-1a32d5998ad4'),
(5040,5040,1,'Wheaton Room 05',NULL,NULL,NULL,1,'2025-11-05 17:30:22','2025-11-05 17:30:22','34c619e5-b374-43cf-b38a-f7fd2291cf9b'),
(5042,5042,1,'Wheaton Admin',NULL,NULL,NULL,1,'2025-11-05 17:31:06','2025-11-05 17:31:06','71f6c775-22c2-466b-8bd7-8e44bf0ea705'),
(5043,5043,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-11-05 17:31:15','2025-11-05 17:31:15','94836c57-bdce-4f00-8d8e-18cb39a28cf3'),
(5044,5044,1,'Latif Nabi','latif-nabi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Latif Nabi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5042]}',1,'2025-11-05 17:31:15','2025-11-05 17:31:15','1b9dd8f2-dca7-4fca-9c65-26fc1c592907'),
(5048,5048,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Wheaton is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Wheaton are provided solely by Complete Care at Wheaton.</p>\"}',1,'2025-11-05 17:32:04','2025-11-05 17:32:04','03cdfc44-3927-400c-8d00-a2a54e6fb237'),
(5049,5049,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-11-05 17:32:04','2025-11-05 17:32:04','7b14a3b8-8106-4ebb-9bb6-850522ea8821'),
(5050,5050,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Wheaton is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Wheaton are provided solely by Complete Care at Wheaton.</p>\"}',1,'2025-11-05 17:32:04','2025-11-05 17:32:04','0ae25c76-97ef-4de9-9e07-873d30177f21'),
(5055,5055,1,'Westfield Double Room',NULL,NULL,NULL,1,'2025-11-05 17:35:09','2025-11-05 17:35:09','2d97f456-7538-4c87-8c51-f9e1962c331a'),
(5056,5056,1,'Westfield Lobby',NULL,NULL,NULL,1,'2025-11-05 17:35:12','2025-11-05 17:35:12','85042860-7d6b-491d-b575-7824af4c1745'),
(5057,5057,1,'Westfield Rehab Gym',NULL,NULL,NULL,1,'2025-11-05 17:35:16','2025-11-05 17:35:16','26dd01e8-48ad-4aac-96f8-6e32b9b1ec18'),
(5058,5058,1,'Westfield Single Room',NULL,NULL,NULL,1,'2025-11-05 17:35:21','2025-11-05 17:35:21','7ab2b2d6-ea02-49f2-b1ce-49373ae045bd'),
(5059,5059,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Westfield is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Westfield are provided solely by Complete Care at Westfield.</p>\"}',1,'2025-11-05 17:35:38','2025-11-05 17:35:38','457fe43f-3cde-40a0-b8eb-21a3b3b26b25'),
(5060,5060,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Westfield-2024-NJ-Financials.pdf\\\">Complete Care at Westfield 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Westfield-MCR-CR-2024.pdf\\\">Westfield MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Westfield-2024-Revenues.pdf\\\">Complete Care at Westfield 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2025-11-05 17:35:38','2026-01-23 21:45:08','3e29c3d7-0b17-4422-b5f5-a912881dd46b'),
(5061,5061,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2025-11-05 17:35:38','2025-11-05 17:35:38','260d90f1-7dcd-4c65-b6c6-7c8ffb8151e3'),
(5062,5062,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Westfield is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Westfield are provided solely by Complete Care at Westfield.</p>\"}',1,'2025-11-05 17:35:38','2025-11-05 17:35:38','1fda1ceb-c342-4b13-be32-64aea43127ec'),
(5063,5063,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false}',1,'2025-11-05 17:35:38','2025-11-05 17:35:38','781ab844-8699-40d7-b972-fdc311cfa5a9'),
(5067,5067,1,'West Caldwell Room2',NULL,NULL,NULL,1,'2025-11-05 17:38:09','2025-11-05 17:38:09','3893f353-d207-4fe5-b6f3-2ca201942495'),
(5068,5068,1,'West Caldwell Room 1',NULL,NULL,NULL,1,'2025-11-05 17:40:03','2025-11-05 17:40:03','392cc358-9716-4669-8659-69b0da70b91b'),
(5069,5069,1,'West Caldwell Rehab Gym 1',NULL,NULL,NULL,1,'2025-11-05 17:40:06','2025-11-05 17:40:06','bd182711-3dac-4ba4-bc71-6418e35a7978'),
(5070,5070,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at West Caldwell is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at West Caldwell are provided solely by Complete Care at West Caldwell.</p>\"}',1,'2025-11-05 17:40:11','2025-11-05 17:40:11','015c443f-a3a0-452d-a66a-83e2ab344887'),
(5071,5071,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-West-Caldwell-2024-NJ-Financials.pdf\\\">Complete Care at West Caldwell 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/West-Caldwell-MCR-CR-2024.pdf\\\">West Caldwell MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-West-Caldwell-2024-Revenues.pdf\\\">Complete Care at West Caldwell 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2025-11-05 17:40:11','2026-01-28 19:11:00','afe096fd-f6e1-4ea1-a016-889cc89a2a8c'),
(5072,5072,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5067,5068,5069],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-11-05 17:40:11','2025-11-05 17:40:11','5b2fe210-2811-43ae-b975-623176694993'),
(5073,5073,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at West Caldwell is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at West Caldwell are provided solely by Complete Care at West Caldwell.</p>\"}',1,'2025-11-05 17:40:11','2025-11-05 17:40:11','b7579c87-dcc0-45e5-b5ec-df98bba8f1c3'),
(5074,5074,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false}',1,'2025-11-05 17:40:11','2025-11-05 17:40:11','5dc7b141-fb4d-4796-bb07-056216f4bf96'),
(5076,5076,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5067,5068,5069],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-11-05 17:40:21','2025-11-05 17:40:21','ed9bd355-2582-4061-ae3d-c155b5d53e6a'),
(5081,5081,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-11-05 17:41:40','2025-11-05 17:41:40','730246f0-9ff8-436d-8c5a-4dc8c8da5c25'),
(5083,5083,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-11-05 17:41:43','2025-11-05 17:41:43','30d52670-e508-4239-98cb-d5d89aa9a7ac'),
(5084,5084,1,'Wayne Hills Double Room',NULL,NULL,NULL,1,'2025-11-05 17:42:12','2025-11-05 17:42:12','37edceff-380f-4952-9b30-fae97d8d24ef'),
(5085,5085,1,'Wayne Hills Rehab Gym',NULL,NULL,NULL,1,'2025-11-05 17:42:20','2025-11-05 17:42:20','bc981932-257b-42bb-bcd5-52565fe953a9'),
(5086,5086,1,'Wayne Hills Rehab Gym2',NULL,NULL,NULL,1,'2025-11-05 17:42:29','2025-11-05 17:42:29','bdd7b264-3019-49d0-bc88-9e476d5836f0'),
(5087,5087,1,'Wayne Hills Rehab Gym3',NULL,NULL,NULL,1,'2025-11-05 17:42:40','2025-11-05 17:42:40','ee807ff3-0a50-4768-902e-e7939deffcdc'),
(5088,5088,1,'Wayne Hills Single Room',NULL,NULL,NULL,1,'2025-11-05 17:42:46','2025-11-05 17:42:46','de1ab8e8-22f0-48a2-ac7e-55eb593b3075'),
(5089,5089,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"}}',1,'2025-11-05 17:42:50','2025-11-05 17:42:50','0bb12403-57b8-41f9-bd3c-f4a86398c440'),
(5091,5091,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2025-11-05 17:43:21','2025-11-05 17:43:21','9c5febca-e50f-4ff8-8fe4-9443fdb79304'),
(5095,5095,1,'STS 0008',NULL,NULL,NULL,1,'2025-11-05 17:46:39','2025-11-05 17:46:39','3bd6c775-c0ff-4b50-b0e3-50ecb3c4b311'),
(5096,5096,1,'STS 0051',NULL,NULL,NULL,1,'2025-11-05 17:46:49','2025-11-05 17:46:49','720d2983-4532-4053-8242-987450885a79'),
(5097,5097,1,'STS 0175',NULL,NULL,NULL,1,'2025-11-05 17:47:01','2025-11-05 17:47:01','05ee853b-276d-4dbe-a9c0-8804dbdd364b'),
(5098,5098,1,'STS 0182',NULL,NULL,NULL,1,'2025-11-05 17:47:05','2025-11-05 17:47:05','5338feac-216a-4f71-94b7-9da329657a95'),
(5099,5099,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Wall is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Wall are provided solely by Complete Care at Wall.</p>\"}',1,'2025-11-05 17:47:50','2025-11-05 17:47:50','c3210344-1132-481b-993f-5a706ffa9fd2'),
(5100,5100,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Wall-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Wall 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Wall-MCR-CR-2024.pdf\\\">Wall MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Wall-LLC-2024-Revenue.pdf\\\">Complete Care at Wall 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2025-11-05 17:47:50','2026-01-22 21:01:34','02a8c494-6be6-47f0-bdb9-0e6f5088932b'),
(5101,5101,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5095,5096,5097,5098],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-11-05 17:47:50','2025-11-05 17:47:50','afad9194-25c8-4ee8-9794-de4b5e379a4b'),
(5102,5102,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Wall is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Wall are provided solely by Complete Care at Wall.</p>\"}',1,'2025-11-05 17:47:50','2025-11-05 17:47:50','887e7df7-917c-4151-a478-7745d5d0948d'),
(5103,5103,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false}',1,'2025-11-05 17:47:50','2025-11-05 17:47:50','318a3e4d-e820-4878-baf4-b0a74f2a39dc'),
(5105,5105,1,'DSC09338 Edit',NULL,NULL,NULL,1,'2025-11-05 17:49:45','2025-11-05 17:49:45','ada7a223-be96-4a3c-8ead-6cc5094c8688'),
(5106,5106,1,'DSC09598 Edit',NULL,NULL,NULL,1,'2025-11-05 17:49:47','2025-11-05 17:49:47','10755514-1940-49d0-b0c2-1511f5511ed6'),
(5107,5107,1,'DSC09617 Edit',NULL,NULL,NULL,1,'2025-11-05 17:49:49','2025-11-05 17:49:49','4778f4ce-0356-49b6-90ba-1341d02ee23e'),
(5108,5108,1,'DSC09629',NULL,NULL,NULL,1,'2025-11-05 17:49:51','2025-11-05 17:49:51','9bc0cdbe-657c-44a8-8246-3d2c3987e6a7'),
(5109,5109,1,'DSC09631 Edit',NULL,NULL,NULL,1,'2025-11-05 17:49:52','2025-11-05 17:49:52','21af3cff-8f59-4cee-943f-4a1156782fa2'),
(5110,5110,1,'DSC09643 Edit',NULL,NULL,NULL,1,'2025-11-05 17:49:54','2025-11-05 17:49:54','578707c6-329f-41e7-bbe7-3c0724fc4de6'),
(5111,5111,1,'DSC09644',NULL,NULL,NULL,1,'2025-11-05 17:49:56','2025-11-05 17:49:56','e639b188-99f9-4ee1-8ea2-a48210f0c575'),
(5112,5112,1,'Exterior',NULL,NULL,NULL,1,'2025-11-05 17:49:59','2025-11-05 17:49:59','8d38a7c9-73af-4c34-b866-499b99b8ee95'),
(5115,5115,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Voorhees is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Voorhees are provided solely by Complete Care at Voorhees.</p>\"}',1,'2025-11-05 17:52:23','2025-11-05 17:52:23','94eac544-cb2b-42cd-88b5-ef1612c46e18'),
(5116,5116,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Vorhees-2024-NJ-Financials.pdf\\\">Complete Care at Voorhees 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Voorhees-MCR-CR-2024.pdf\\\">Voorhees MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Vorhees-2024-Revenues.pdf\\\">Complete Care at Voorhees 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2025-11-05 17:52:23','2026-01-22 21:05:05','7af947c0-65f4-48f8-b74b-ef99be749648'),
(5117,5117,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5105,5106,5107,5108,5109,5110,5111,5112],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-11-05 17:52:23','2025-11-05 17:52:23','2026bf37-5cc2-4f6b-aead-cec989c685cb'),
(5118,5118,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Voorhees is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Voorhees are provided solely by Complete Care at Voorhees.</p>\"}',1,'2025-11-05 17:52:23','2025-11-05 17:52:23','f5c5b4e3-d4dc-4130-9c43-f5bf4ed034d6'),
(5119,5119,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false}',1,'2025-11-05 17:52:23','2025-11-05 17:52:23','0537a272-2939-48bd-a6d6-89aca62dd341'),
(5122,5122,1,'HIGH RES 02',NULL,NULL,NULL,1,'2025-11-05 17:56:34','2025-11-05 17:56:34','4828c7de-dea7-4b08-bb72-54ef24f1b946'),
(5123,5123,1,'HIGH RES 03',NULL,NULL,NULL,1,'2025-11-05 17:56:37','2025-11-05 17:56:37','6b7785e4-1038-40e0-8f04-cd04253fe205'),
(5124,5124,1,'HIGH RES 04',NULL,NULL,NULL,1,'2025-11-05 17:56:41','2025-11-05 17:56:41','01026da5-0a0f-4d6e-bbf4-4ec9a0882b3a'),
(5125,5125,1,'HIGH RES 08',NULL,NULL,NULL,1,'2025-11-05 17:56:46','2025-11-05 17:56:46','2858d839-68e1-4fd0-b7ae-7b11f2fa84a4'),
(5127,5127,1,'St Vincents Rehab Gym',NULL,NULL,NULL,1,'2025-11-05 18:44:51','2025-11-05 18:44:51','5c71b1f4-1b2d-4d86-95cb-182172b7eb97'),
(5128,5128,1,'St Vincents Room',NULL,NULL,NULL,1,'2025-11-05 18:44:59','2025-11-05 18:44:59','4d3d65d1-a886-4c2d-886d-1ee2ddd5012a'),
(5129,5129,1,'St Vincents Room2',NULL,NULL,NULL,1,'2025-11-05 18:45:08','2025-11-05 18:45:08','c0662b5f-a1ea-40c3-aa82-6f289f5cb6cf'),
(5130,5130,1,'Unknown 6',NULL,NULL,NULL,1,'2025-11-05 18:45:11','2025-11-05 18:45:11','f1f7fd8b-5ed1-44da-988a-145c7a5d5d0e'),
(5131,5131,1,'Unknown 10',NULL,NULL,NULL,1,'2025-11-05 18:45:20','2025-11-05 18:45:20','cf8d95ab-14ff-45ce-9ca5-ef37676eb455'),
(5134,5134,1,'Legal Statements','legal-statements',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at St. Vincent’s is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at St. Vincent’s are provided solely by Complete Care at St. Vincent’s.</p>\"}',1,'2025-11-05 18:46:45','2025-11-05 18:46:45','63a18d06-7777-4ba8-a731-d16179d72e14'),
(5135,5135,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-St-Vincents-2024-NJ-Financials.pdf\\\">Complete Care at St. Vincent\'s 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/St.-Vincents-MCR-CR-2024.pdf\\\">St. Vincent\'s MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-St-Vincents-2024-Revenue-Schedule.pdf\\\">Complete Care at St. Vincent\'s 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2025-11-05 18:46:45','2026-01-23 20:50:44','ce31a92a-b1d8-4c4a-9744-5658edf5bd39'),
(5136,5136,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5127,5128,5129,5130,5131],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-11-05 18:46:45','2025-11-05 18:46:45','1f9351ce-689b-41cc-966f-c8b36477070c'),
(5137,5137,1,'Legal Statements','legal-statements',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at St. Vincent’s is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at St. Vincent’s are provided solely by Complete Care at St. Vincent’s.</p>\"}',1,'2025-11-05 18:46:45','2025-11-05 18:46:45','b6317ced-0dc4-4e18-ad28-cf8281cb8f2f'),
(5138,5138,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2025-11-05 18:46:45','2025-11-05 18:46:45','aaf4176b-30be-428e-be25-92ea7f50a7b2'),
(5140,5140,1,'Springbrook Lobby 13',NULL,NULL,NULL,1,'2025-11-05 18:47:37','2025-11-05 18:47:37','d77cd534-c349-497b-b685-9404bd3cf5fd'),
(5146,5146,1,'Springbrook Dining 12',NULL,NULL,NULL,1,'2025-11-05 18:51:42','2025-11-05 18:51:42','08e07d36-ec77-425e-9a5c-5a1c5fc7faed'),
(5147,5147,1,'Springbrook Ext 02',NULL,NULL,NULL,1,'2025-11-05 18:51:45','2025-11-05 18:51:45','d4d54aea-771d-4779-a19e-4b6570dd2eaa'),
(5148,5148,1,'Springbrook Ext 04',NULL,NULL,NULL,1,'2025-11-05 18:51:50','2025-11-05 18:51:50','00de8f32-9e04-4f49-92ec-e407b974b81c'),
(5149,5149,1,'Springbrook Gazebo 16',NULL,NULL,NULL,1,'2025-11-05 18:51:57','2025-11-05 18:51:57','b9722ce4-2c02-4857-8376-790ba5da0c54'),
(5150,5150,1,'Springbrook Rehab 05',NULL,NULL,NULL,1,'2025-11-05 18:52:00','2025-11-05 18:52:00','880ae54a-95c6-43d4-a778-39565b093d69'),
(5151,5151,1,'Springbrook Renal Care 08',NULL,NULL,NULL,1,'2025-11-05 18:52:03','2025-11-05 18:52:03','8de6c571-93ca-49e8-968e-984519bb821a'),
(5152,5152,1,'Springbrook Renal Care 09',NULL,NULL,NULL,1,'2025-11-05 18:52:07','2025-11-05 18:52:07','f051eabb-35ab-446e-befd-7d2edf6ca4fe'),
(5153,5153,1,'Springbrook Room 10',NULL,NULL,NULL,1,'2025-11-05 18:52:09','2025-11-05 18:52:09','c9103948-d44d-4ba8-a884-99c98ea3539f'),
(5156,5156,1,'Springbrook Admin',NULL,NULL,NULL,1,'2025-11-05 18:55:30','2025-11-05 18:55:30','af8341dd-f6fa-4dcf-bba8-5ee82d2c957d'),
(5158,5158,1,'Springbrook AD',NULL,NULL,NULL,1,'2025-11-05 18:55:42','2025-11-05 18:55:42','92802764-996b-4b96-a0ec-bb4b7ab3d697'),
(5161,5161,1,'Jerry B.','jerry-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The warmth, attention and support the staff is giving to my mother allows me to sleep at night. She always speaks about how nice and attentive they are and her recovery has been nothing short of remarkable. I\'m there every day and they are just as kind to me as they are my mom, their patient.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jerry B.\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','bc28c606-1433-4c4c-a14d-191ce56284e1'),
(5162,5162,1,'Michael F.','michael-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My first time visiting. A wonderful experience and greetings from the staff, as well as helpful. Enjoyed my visit with my mother.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Michael F.\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','be783c21-5192-4c3f-aea0-2eacde6a25cf'),
(5163,5163,1,'Marc N.','marc-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff here overall is extremely good- professional & friendly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Marc N.\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','dc3d674f-1f1a-49c9-a4a7-f0f21ff10c77'),
(5164,5164,1,'Karen P.','karen-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am just amazed at how well my brother is taken care of. They see to his every needs and go above and beyond to make sure he is well taken care of. If there is something he needs and they don’t have it they make sure to get it asap. Everyone there knows my brother and when they see him they always greet him by his name. I feel 100% satisfied to know he is taken care of when I am not there. I know they give him the best care at all times. I couldn’t be happier with the service and care he receives at all times. Thank you so much for taking care of my brother and making him feel at home and for giving him the best care at all times.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karen P.\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','d5f26c74-6d16-410b-b10d-3518260ebfdf'),
(5165,5165,1,'Right J.','right-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care is super attentive to the residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Right J.\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','fb0796fc-2b68-4984-b3e2-7bf5ecb0c3da'),
(5166,5166,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good place to start to work. Everyone is doing great and nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','7209fb85-37ff-4733-9ab6-e013ccf6f372'),
(5167,5167,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Springbrook is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Springbrook are provided solely by Complete Care at Springbrook.</p>\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','f4a3c1a0-b2e4-423b-a374-a46da2f540b5'),
(5168,5168,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','d8bc0814-6265-4854-bb59-b2c987c5e7c2'),
(5169,5169,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','fbd1e593-ac3e-4dcd-984f-6760356f190e'),
(5170,5170,1,'Jerry B.','jerry-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The warmth, attention and support the staff is giving to my mother allows me to sleep at night. She always speaks about how nice and attentive they are and her recovery has been nothing short of remarkable. I\'m there every day and they are just as kind to me as they are my mom, their patient.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jerry B.\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','fd02111a-569f-49f8-abae-012d40abddc2'),
(5171,5171,1,'Michael F.','michael-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My first time visiting. A wonderful experience and greetings from the staff, as well as helpful. Enjoyed my visit with my mother.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Michael F.\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','19bbd0f0-4cbb-4397-999f-b8f0292c0a00'),
(5172,5172,1,'Marc N.','marc-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff here overall is extremely good- professional & friendly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Marc N.\"}',1,'2025-11-05 18:56:48','2025-11-05 18:56:48','7d2e280b-940b-4b76-ae33-b7302490f38e'),
(5173,5173,1,'Karen P.','karen-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am just amazed at how well my brother is taken care of. They see to his every needs and go above and beyond to make sure he is well taken care of. If there is something he needs and they don’t have it they make sure to get it asap. Everyone there knows my brother and when they see him they always greet him by his name. I feel 100% satisfied to know he is taken care of when I am not there. I know they give him the best care at all times. I couldn’t be happier with the service and care he receives at all times. Thank you so much for taking care of my brother and making him feel at home and for giving him the best care at all times.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karen P.\"}',1,'2025-11-05 18:56:49','2025-11-05 18:56:49','d291642e-2ce6-4014-bc97-7be27d3ad790'),
(5174,5174,1,'Right J.','right-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care is super attentive to the residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Right J.\"}',1,'2025-11-05 18:56:49','2025-11-05 18:56:49','d13d068e-5794-49cf-b209-8c4101ba5af6'),
(5175,5175,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good place to start to work. Everyone is doing great and nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2025-11-05 18:56:49','2025-11-05 18:56:49','0c4b0a67-6789-43e0-ae47-f881bba8762f'),
(5176,5176,1,'Oludapo Eludoyin','oludapo-eludoyin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Oludapo Eludoyin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5156]}',1,'2025-11-05 18:56:49','2025-11-05 18:56:49','6ac205c2-0454-4c40-94b2-d1829231bbac'),
(5177,5177,1,'Luis Vargas','luis-vargas',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luis Vargas\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5158]}',1,'2025-11-05 18:56:49','2025-11-05 18:56:49','91a3495d-cb90-4c0e-84f1-039f12ae734a'),
(5178,5178,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Springbrook is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Springbrook are provided solely by Complete Care at Springbrook.</p>\"}',1,'2025-11-05 18:56:49','2025-11-05 18:56:49','1f5725d7-9567-49ee-a18a-8b54a113e2ec'),
(5179,5179,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2025-11-05 18:56:49','2025-11-05 18:56:49','e1c5cb36-ccd0-4bb1-bd4f-addce1df8a5d'),
(5185,5185,1,'367 A3378',NULL,NULL,NULL,1,'2025-11-05 19:02:10','2025-11-05 19:02:10','1e35467e-c9de-4558-83e8-3e844bf4973a'),
(5186,5186,1,'367 A3391',NULL,NULL,NULL,1,'2025-11-05 19:02:15','2025-11-05 19:02:15','73ee117b-1c46-412b-acdb-9674480a07ec'),
(5187,5187,1,'367 A3400',NULL,NULL,NULL,1,'2025-11-05 19:02:26','2025-11-05 19:02:26','81889c8a-81a7-41e7-a16b-0ec629782129'),
(5188,5188,1,'367 A3416',NULL,NULL,NULL,1,'2025-11-05 19:02:37','2025-11-05 19:02:37','e3c61f71-52ea-4ddf-a69d-7dffe541f35a'),
(5189,5189,1,'367 A3441',NULL,NULL,NULL,1,'2025-11-05 19:02:47','2025-11-05 19:02:47','91c589f0-d2f5-4601-bcab-7b6559a25a69'),
(5190,5190,1,'367 A3468',NULL,NULL,NULL,1,'2025-11-05 19:02:57','2025-11-05 19:02:57','3d301b73-ddcb-41ac-92b1-f1c6a3ce7c8c'),
(5191,5191,1,'367 A3468',NULL,NULL,NULL,1,'2025-11-05 19:03:48','2025-11-05 19:03:48','8cd8fd53-58e6-49c1-852f-e80eadfc05ed'),
(5197,5197,1,'Cookie G.','cookie-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My dad is getting great care the employees are very attentive and give great effort to make the patients feel welcome and comfortable.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cookie G.\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','554a270e-11d9-4395-a581-97864920ca46'),
(5198,5198,1,'Gino M.','gino-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very Polite Staff. Respectful and Helpful. Thank You.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gino M.\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','76850c7a-93a8-4e8e-880b-b8b5ee8c96d6'),
(5199,5199,1,'AJ M.','aj-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every time I visit, I find the staff to be helpful and the facilities to be clean. Keep up the great work!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"AJ M.\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','fb9489c1-f6c2-404b-8284-4343ed0c59fe'),
(5200,5200,1,'Katherine S.','katherine-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Well, I have to say, as I was visiting a dear friend at the facility, I was able to observe interactions between my dear friend, her care givers, and other residents. What a friendly, kind place! Hopping with activities for the residents! It appears that the administration runs a \\\"tight ship\\\" when it comes to their care givers being mindful of its resident\'s needs -- no standing around doing nothing or being on your phone at this place!!!! I was impressed. My friend loves it! Thinking of landing here myself one day!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katherine S.\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','3ed3e2a6-2ed1-4d86-9ef1-6e62102b2814'),
(5201,5201,1,'Family','family',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Our family learned about Southpointe Healthcare Center from a neighbor and from the start we knew we found the right place. It is so hard to find solid, hardworking, caring people to help when it comes to long term care, so we feel extremely lucky to have them recommended to us. The staff was friendly, attentive, and kind and went above and beyond our expectations. It is clear that the facility is being run by a very talented group, so we are grateful to have found them so close to home (just southwest of Milwaukee off of Loomis). Very easy to get to for our family as it’s just off 894. The facility is also very clean and nicely decorated and set off the road so there is peace and quiet too for folks. Thank you very much for creating such an excellent facility. We are so grateful to know this level of skill, care and leadership can still be found in the world!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Family\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','725c846d-88b6-4eae-aee4-17b51d26f4f2'),
(5202,5202,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Southpointe is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Southpointe are provided solely by Complete Care at Southpointe.</p>\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','f71e5415-bfbf-49e2-b232-dc7978aec04f'),
(5203,5203,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','e83a1ccd-8759-44bd-93ed-fe957d688bca'),
(5204,5204,1,'Cookie G.','cookie-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My dad is getting great care the employees are very attentive and give great effort to make the patients feel welcome and comfortable.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cookie G.\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','7af1437f-45d9-4d1c-87a4-926b99dba37b'),
(5205,5205,1,'Gino M.','gino-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very Polite Staff. Respectful and Helpful. Thank You.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gino M.\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','1b2a5858-7f21-4918-b4fb-6836952487d8'),
(5206,5206,1,'AJ M.','aj-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every time I visit, I find the staff to be helpful and the facilities to be clean. Keep up the great work!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"AJ M.\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','6c288ad7-18af-4030-b6ce-f8666872b29a'),
(5207,5207,1,'Katherine S.','katherine-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Well, I have to say, as I was visiting a dear friend at the facility, I was able to observe interactions between my dear friend, her care givers, and other residents. What a friendly, kind place! Hopping with activities for the residents! It appears that the administration runs a \\\"tight ship\\\" when it comes to their care givers being mindful of its resident\'s needs -- no standing around doing nothing or being on your phone at this place!!!! I was impressed. My friend loves it! Thinking of landing here myself one day!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katherine S.\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','eba6b055-8333-4871-9f5f-60016c08b1f7'),
(5208,5208,1,'Family','family',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Our family learned about Southpointe Healthcare Center from a neighbor and from the start we knew we found the right place. It is so hard to find solid, hardworking, caring people to help when it comes to long term care, so we feel extremely lucky to have them recommended to us. The staff was friendly, attentive, and kind and went above and beyond our expectations. It is clear that the facility is being run by a very talented group, so we are grateful to have found them so close to home (just southwest of Milwaukee off of Loomis). Very easy to get to for our family as it’s just off 894. The facility is also very clean and nicely decorated and set off the road so there is peace and quiet too for folks. Thank you very much for creating such an excellent facility. We are so grateful to know this level of skill, care and leadership can still be found in the world!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Family\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','0370b79f-4189-477e-a96f-92607842840d'),
(5209,5209,1,'Rebecca Rieber','rebecca-rieber',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rebecca Rieber\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\"}',1,'2025-11-05 19:12:18','2025-11-05 19:12:18','7db257c6-45f0-4d5c-9c61-2928d95cd85c'),
(5210,5210,1,'Catherine Misorski','catherine-misorski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Catherine Misorski\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-11-05 19:12:19','2025-11-05 19:12:19','cff60b92-e493-4ca9-8b4d-b5ef75c10c3f'),
(5211,5211,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Southpointe is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Southpointe are provided solely by Complete Care at Southpointe.</p>\"}',1,'2025-11-05 19:12:19','2025-11-05 19:12:19','54c36dd8-929b-4712-ba60-52cde828de66'),
(5213,5213,1,'Silver Lake Exterior 15',NULL,NULL,NULL,1,'2025-11-05 19:13:05','2025-11-05 19:13:05','f4ff975e-03f8-47f8-998d-959d971404c0'),
(5219,5219,1,'Larry C.','larry-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have lived at Silver Lake the last two years. I have experienced the staff are helpful and the aides are all great. If I ever have a concern management is always able to help me. Would recommend Silver Lake to anybody.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Larry C.\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','15d99f04-4365-4539-a83c-3fe17112b012'),
(5220,5220,1,'Alex D.','alex-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My father was put in the facility for rehab services, and I saw nothing but friendly and courtesy from the staff. Facility itself was very clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Alex D.\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','41ff63cf-0407-4242-91b7-0b2dd2c0bdc3'),
(5221,5221,1,'Linda S.','linda-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I will recommend Silver Lake Center to everyone. My mom was well taken care of.\\nThe staff and administrators introduced themselves and made us feel welcomed. My mom received excellent care. They know how to deal with patients and I - not once- heard any poor attitudes or demeanor from the staff and they had to deal with all sorts of personalities. Thank you Silver Lake Center. My mom didn\'t get this good of treatment in other rehabs or hospital.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Linda S.\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','7f5087dd-2cdb-481c-b106-41ffb3c0518f'),
(5222,5222,1,'Korin M.','korin-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The team at Silverlake has been nothing short of extraordinary in the care and compassion they’ve shown my mother—and in the respect and support they’ve consistently extended to me and my family. No matter how many times I’ve called with questions, concerns, or simply needed help understanding a policy or procedure, I’ve always been met with patience, professionalism, and kindness. That kind of consistency is rare, and it speaks volumes about the character of this staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Korin M.\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','8ad27854-3a94-4c24-aa6d-3415ff612adb'),
(5223,5223,1,'Virginia P.','virginia-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Silver Lake Nursing Home is an excellent facility. They have taken excellent care of my mother who has severe dementia for over 4 years. Great job Silver Lake and the excellent staff. They are always helpful and kind.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Virginia P.\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','7d66de7c-c749-4d40-a9bd-bb27254fb6ce'),
(5224,5224,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','29266c5e-44d9-446f-8b3d-c560b7d8e8f6'),
(5225,5225,1,'Larry C.','larry-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have lived at Silver Lake the last two years. I have experienced the staff are helpful and the aides are all great. If I ever have a concern management is always able to help me. Would recommend Silver Lake to anybody.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Larry C.\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','527cc487-bb71-4c5e-9f91-93efdc8e3468'),
(5226,5226,1,'Alex D.','alex-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My father was put in the facility for rehab services, and I saw nothing but friendly and courtesy from the staff. Facility itself was very clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Alex D.\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','ebc4484e-a359-427a-b1bc-5c572ce566c7'),
(5227,5227,1,'Linda S.','linda-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I will recommend Silver Lake Center to everyone. My mom was well taken care of.\\nThe staff and administrators introduced themselves and made us feel welcomed. My mom received excellent care. They know how to deal with patients and I - not once- heard any poor attitudes or demeanor from the staff and they had to deal with all sorts of personalities. Thank you Silver Lake Center. My mom didn\'t get this good of treatment in other rehabs or hospital.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Linda S.\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','3d2453bc-27df-4309-8e71-28448e5ececd'),
(5228,5228,1,'Korin M.','korin-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The team at Silverlake has been nothing short of extraordinary in the care and compassion they’ve shown my mother—and in the respect and support they’ve consistently extended to me and my family. No matter how many times I’ve called with questions, concerns, or simply needed help understanding a policy or procedure, I’ve always been met with patience, professionalism, and kindness. That kind of consistency is rare, and it speaks volumes about the character of this staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Korin M.\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','fc620fbc-4599-4407-9815-8dc7b80e94ee'),
(5229,5229,1,'Virginia P.','virginia-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Silver Lake Nursing Home is an excellent facility. They have taken excellent care of my mother who has severe dementia for over 4 years. Great job Silver Lake and the excellent staff. They are always helpful and kind.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Virginia P.\"}',1,'2025-11-05 19:15:00','2025-11-05 19:15:00','22d024d7-1345-4f86-9212-3f98aad4790b'),
(5231,5231,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2025-11-05 19:15:33','2025-11-05 19:15:33','8153277e-2c51-4956-97ec-c0fc435554fc'),
(5233,5233,1,'Silver Lake Dining 02',NULL,NULL,NULL,1,'2025-11-05 19:16:52','2025-11-05 19:16:52','1c215615-4f24-49e0-862f-9b0c8209ace9'),
(5234,5234,1,'Silver Lake Double Bed 07',NULL,NULL,NULL,1,'2025-11-05 19:16:55','2025-11-05 19:16:55','1c06d695-05d1-434f-a913-c7171cd1f1d5'),
(5235,5235,1,'Silver Lake Lobby 04',NULL,NULL,NULL,1,'2025-11-05 19:16:56','2025-11-05 19:16:56','85b15ac3-f025-4fc5-b9b0-bbaa3ec11724'),
(5236,5236,1,'Silver Lake Patio 16',NULL,NULL,NULL,1,'2025-11-05 19:16:58','2025-11-05 19:16:58','18c3c0a3-f217-4be2-9c27-fe11a0f84b98'),
(5237,5237,1,'Silver Lake Rehab Gym 05',NULL,NULL,NULL,1,'2025-11-05 19:17:00','2025-11-05 19:17:00','023205ce-bfff-463c-bb18-849533c6b8ba'),
(5238,5238,1,'Silver Lake Single Bed 08',NULL,NULL,NULL,1,'2025-11-05 19:17:01','2025-11-05 19:17:01','0f8209b0-50d5-436e-9b23-39bacde2c982'),
(5239,5239,1,'Silver Lake Sitting Room 06',NULL,NULL,NULL,1,'2025-11-05 19:17:03','2025-11-05 19:17:03','e715e289-ce56-4d41-8ac2-7a5fdc627eb9'),
(5241,5241,1,'Silver Admin',NULL,NULL,NULL,1,'2025-11-05 19:18:26','2025-11-05 19:18:26','6c7a4c1f-512d-4744-b03c-446ca32608c0'),
(5244,5244,1,'Silver AD',NULL,NULL,NULL,1,'2025-11-05 19:18:37','2025-11-05 19:18:37','4806daee-abf7-45a6-8379-4a6e626e7687'),
(5246,5246,1,'Stacey Radcliffe','steven-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacey Radcliffe\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[41388]}',1,'2025-11-05 19:19:37','2026-03-25 18:57:10','fe07a53c-99b5-49ae-934c-407ea06de847'),
(5247,5247,1,'Legal Statement','complete-care-at-silver-lake-is-an-independently-owned-and-operated-entity-that-is-licensed-to-use-the-complete-care-name-as-well-as-to-receive-non-health-care-related-services-from-other-independently-owned-and-operated-affiliates-all-health-care-relate',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Silver Lake is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Silver Lake are provided solely by Complete Care at Silver Lake.</p>\"}',1,'2025-11-05 19:19:37','2025-11-05 19:19:37','df80a65b-4881-42bf-9211-6f210af4b6d3'),
(5248,5248,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2025-11-05 19:19:37','2025-11-05 19:19:37','8c6bc2a5-e475-4a43-b720-ca51ece9809e'),
(5249,5249,1,'Steven Smith','steven-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Smith\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5241]}',1,'2025-11-05 19:19:38','2025-11-05 19:19:38','146a77a3-f06f-4ce1-82f7-f4e5e3c404f6'),
(5250,5250,1,'Jessica Hurst','jessica-hurst',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Hurst\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5244]}',1,'2025-11-05 19:19:38','2025-11-05 19:19:38','2145cf4d-67a8-4c1b-8b38-87d43607218a'),
(5251,5251,1,'Legal Statement','complete-care-at-silver-lake-is-an-independently-owned-and-operated-entity-that-is-licensed-to-use-the-complete-care-name-as-well-as-to-receive-non-health-care-related-services-from-other-independently-owned-and-operated-affiliates-all-health-care-relate',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Silver Lake is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Silver Lake are provided solely by Complete Care at Silver Lake.</p>\"}',1,'2025-11-05 19:19:38','2025-11-05 19:19:38','fed90496-97d3-4221-8da7-484483716e0a'),
(5253,5253,1,'Shrewsbury Exterior 2',NULL,NULL,NULL,1,'2025-11-05 19:22:55','2025-11-05 19:22:55','8a989e8d-795e-40b3-9b1f-9664779ffb34'),
(5254,5254,1,'STS 00111',NULL,NULL,NULL,1,'2025-11-05 19:24:53','2025-11-05 19:24:53','44401ff0-9bc5-4f4d-8556-1a2ca2447f55'),
(5255,5255,1,'Sts 0146 sts 015012',NULL,NULL,NULL,1,'2025-11-05 19:24:58','2025-11-05 19:24:58','83410326-6ec7-41b9-b0d8-c3e6c0134af6'),
(5256,5256,1,'Sts 0167 sts 017214',NULL,NULL,NULL,1,'2025-11-05 19:25:07','2025-11-05 19:25:07','f271f05c-d809-414e-8f8c-08e40d07dbfa'),
(5257,5257,1,'STS 00556',NULL,NULL,NULL,1,'2025-11-05 19:25:17','2025-11-05 19:25:17','57bd1a32-f8f6-484d-b2a7-b34d5209fc3f'),
(5258,5258,1,'STS 018315',NULL,NULL,NULL,1,'2025-11-05 19:25:26','2025-11-05 19:25:26','13da30e4-3a5b-4e43-92b1-595a99c7cfa0'),
(5261,5261,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Shrewsbury is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Shrewsbury are provided solely by Complete Care at Shrewsbury.</p>\"}',1,'2025-11-05 19:26:13','2025-11-05 19:26:13','a4afdced-56d8-49b5-a237-08711568f78b'),
(5262,5262,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false}',1,'2025-11-05 19:26:13','2025-11-05 19:26:13','8df7d10f-1fb6-4ae2-ad34-0af660a9d9af'),
(5263,5263,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2025-11-05 19:26:13','2025-11-05 19:26:13','62bc6b59-980a-4e4e-bc5a-eb7e3214d292'),
(5264,5264,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Shrewsbury is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Shrewsbury are provided solely by Complete Care at Shrewsbury.</p>\"}',1,'2025-11-05 19:26:13','2025-11-05 19:26:13','b632e694-fb8c-45ce-bdfd-d5321d0123f1'),
(5265,5265,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false}',1,'2025-11-05 19:26:13','2025-11-05 19:26:13','c2059bf6-31b2-42a9-8f2a-6fdaaae34d21'),
(5266,5266,1,'2025-11-06 05:29:31',NULL,NULL,NULL,1,'2025-11-06 13:29:31','2025-11-06 13:29:31','f5d439b8-effe-4d55-a914-ac49bbd83993'),
(5268,5268,1,'2025-11-10 08:13:26',NULL,NULL,NULL,1,'2025-11-10 16:13:26','2025-11-10 16:13:26','f08c3915-9e00-47c5-bea0-988e8cc690a2'),
(5272,5272,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=61575986553779\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2025-11-10 20:34:52','2025-11-10 20:34:52','6ee117e8-7009-4415-acae-c39590e86720'),
(5274,5274,1,'2025-11-10 16:54:42',NULL,NULL,NULL,1,'2025-11-11 00:54:42','2025-11-11 00:54:42','c99a617e-f591-4b67-810c-31c344406ad4'),
(5277,5277,1,'LARGE RES 04',NULL,NULL,NULL,1,'2025-11-11 18:03:58','2025-11-11 18:03:58','82214412-ea33-4ddf-8581-61d71b427a58'),
(5278,5278,1,'LARGE RES 06',NULL,NULL,NULL,1,'2025-11-11 18:04:01','2025-11-11 18:04:01','4d252729-268d-4158-b6c2-7be22487b419'),
(5279,5279,1,'LARGE RES 11',NULL,NULL,NULL,1,'2025-11-11 18:04:03','2025-11-11 18:04:03','047e6a9e-5ace-43c7-9def-7cbb51d8644d'),
(5280,5280,1,'LARGE RES 18',NULL,NULL,NULL,1,'2025-11-11 18:04:06','2025-11-11 18:04:06','1ecac63a-dbea-44e0-85b7-05a327c42f69'),
(5281,5281,1,'LARGE RES 03',NULL,NULL,NULL,1,'2025-11-11 18:04:42','2025-11-11 18:04:42','7db926aa-3d72-4c8b-8bff-bf313036adc6'),
(5282,5282,1,'Madison Rehab Gym',NULL,NULL,NULL,1,'2025-11-11 18:05:06','2025-11-11 18:05:06','d9afebd4-fe3f-4d94-b22b-9c5a93222985'),
(5283,5283,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5281],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2612],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5277,5278,5279,5280,5282],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-11-11 18:06:22','2025-11-11 18:06:22','1c60b457-7baa-4a2f-b8ee-e84440375101'),
(5285,5285,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5281],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2612],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5277,5278,5279,5280,5282],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-11-11 18:06:26','2025-11-11 18:06:26','f3fcffa1-b71e-4b77-b42d-2647fbeda6ad'),
(5286,5286,1,'2025-11-11 10:13:10',NULL,NULL,NULL,1,'2025-11-11 18:13:10','2025-11-11 18:13:10','59d2a12d-5f19-46e4-9f71-4aa80c9c6b4f'),
(5288,5288,1,'2025-11-11 14:48:18',NULL,NULL,NULL,1,'2025-11-11 22:48:18','2025-11-11 22:48:18','cc2b83a1-a813-4e50-adbd-75bbafaa2aed'),
(5292,5292,1,'PI315331 24 A1 Passaic',NULL,NULL,NULL,1,'2025-11-12 16:03:02','2025-11-12 16:03:26','80f28a24-0912-43ac-9465-b36219ebcaae'),
(5293,5293,1,'COMPLETE CARE AT PASSAIC LLC 2024 STATEMENT OF REVENUES',NULL,NULL,NULL,1,'2025-11-12 16:03:03','2025-11-12 16:03:03','927f7446-8af3-4269-8639-0289286c81c2'),
(5294,5294,1,'COMPLETE CARE AT PASSAIC LLC 2024 NJ AUDIT',NULL,NULL,NULL,1,'2025-11-12 16:03:03','2025-11-12 16:03:03','1fc8c36b-c0e4-41d4-a748-265d6d75528d'),
(5297,5297,1,'2025-11-12 12:02:59',NULL,NULL,NULL,1,'2025-11-12 20:02:59','2025-11-12 20:02:59','072176de-ed46-4d70-92ca-3b546850b82e'),
(5307,5307,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Berkshire is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Berkshire are provided solely by Complete Care at Berkshire.</p>\"}',1,'2025-11-13 19:18:07','2025-11-13 19:18:07','a313658b-7891-49ee-971c-c7bec421ac2b'),
(5308,5308,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-11-13 19:18:07','2025-11-13 19:18:07','40ba547a-42d4-4f57-b7a8-a722f84d9623'),
(5309,5309,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Berkshire is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Berkshire are provided solely by Complete Care at Berkshire.</p>\"}',1,'2025-11-13 19:18:07','2025-11-13 19:18:07','fdf1cf1d-5e45-49e0-9d19-2b8982fe71e1'),
(5310,5310,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Bayshore is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Bayshore are provided solely by Complete Care at Bayshore.</p>\"}',1,'2025-11-13 19:18:18','2025-11-13 19:18:18','dbed90d2-f50c-4da2-92a0-4c1490b5acd8'),
(5311,5311,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-11-13 19:18:18','2025-11-13 19:18:18','7bb2e929-a049-484b-8193-bd11954920c0'),
(5312,5312,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Bayshore is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Bayshore are provided solely by Complete Care at Bayshore.</p>\"}',1,'2025-11-13 19:18:18','2025-11-13 19:18:18','ba16da22-e7ce-41c8-8c88-d662302d0280'),
(5315,5315,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Bey Lea is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Bey Lea are provided solely by Complete Care at Bey Lea.</p>\"}',1,'2025-11-13 19:19:40','2025-11-13 19:19:40','7194206d-7321-485f-be45-022ee4d5f10d'),
(5317,5317,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Bey Lea is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Bey Lea are provided solely by Complete Care at Bey Lea.</p>\"}',1,'2025-11-13 19:19:40','2025-11-13 19:19:40','8c560bb6-a8cb-43ae-8a5c-1f0a2374b136'),
(5319,5319,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Bey Lea is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Bey Lea are provided solely by Complete Care at Bey Lea.</p>\"}',1,'2025-11-13 19:20:01','2026-01-16 12:39:10','32d9f40c-c92b-419e-91fa-c0dbf19340b1'),
(5320,5320,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-11-13 19:20:01','2025-11-13 19:20:01','cf8edbf5-0573-47e3-abbf-ee50beabf054'),
(5321,5321,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false}',1,'2025-11-13 19:20:01','2025-11-13 19:20:01','8e07000c-43a9-4aa1-a174-955efa769045'),
(5324,5324,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Brackenville is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Brackenville are provided solely by Complete Care at Brackenville.</p>\"}',1,'2025-11-13 19:20:32','2025-11-13 19:20:32','42f97202-ba62-4949-8f30-1598f8ac48dd'),
(5325,5325,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-11-13 19:20:32','2025-11-13 19:20:32','e9fe5744-af25-4845-8583-e76586401f53'),
(5326,5326,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Brackenville is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Brackenville are provided solely by Complete Care at Brackenville.</p>\"}',1,'2025-11-13 19:20:32','2025-11-13 19:20:32','e58dbc19-c2c4-4f57-8106-17b3b6eaf6b7'),
(5329,5329,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Brakeley Park is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Brakeley Park are provided solely by Complete Care at Brakeley Park.</p>\"}',1,'2025-11-13 19:21:01','2025-11-13 19:21:01','54e335f0-2ea1-45aa-8646-4b611089ca21'),
(5331,5331,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Brakeley Park is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Brakeley Park are provided solely by Complete Care at Brakeley Park.</p>\"}',1,'2025-11-13 19:21:01','2025-11-13 19:21:01','ec9e0943-455f-4bd8-b782-dd9b7db2d926'),
(5334,5334,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Brick is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Brick are provided solely by Complete Care at Brick.</p>\"}',1,'2025-11-13 19:21:34','2025-11-13 19:21:34','aaa40010-f62a-45f0-bd5d-6b168183618d'),
(5335,5335,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2025-11-13 19:21:35','2025-11-13 19:21:35','1dca426f-8e1e-4084-91d0-23a33aee1d39'),
(5336,5336,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Brick is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Brick are provided solely by Complete Care at Brick.</p>\"}',1,'2025-11-13 19:21:35','2025-11-13 19:21:35','c62c48d4-3aea-4c4a-9242-24eb25ce9016'),
(5339,5339,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Burlington Woods is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Burlington Woods are provided solely by Complete Care at Burlington Woods.</p>\"}',1,'2025-11-13 19:22:13','2025-11-13 19:22:13','018a29dd-561c-40f4-9935-388a3c4f1042'),
(5341,5341,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Burlington Woods is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Burlington Woods are provided solely by Complete Care at Burlington Woods.</p>\"}',1,'2025-11-13 19:22:13','2025-11-13 19:22:13','d63b4773-711f-4715-aec5-bc179fda62a5'),
(5343,5343,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Care Age is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Care Age are provided solely by Complete Care at Care Age.</p>\"}',1,'2025-11-13 19:22:54','2025-11-13 19:22:54','51cff3d8-a69c-4fbb-9b85-2df7d416e12e'),
(5344,5344,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=61575986553779\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2025-11-13 19:22:54','2025-11-13 19:22:54','815a20ab-b68e-4049-9671-b64deb3131cd'),
(5345,5345,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Care Age is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Care Age are provided solely by Complete Care at Care Age.</p>\"}',1,'2025-11-13 19:22:54','2025-11-13 19:22:54','24c30663-a9ca-4507-a701-715312980c01'),
(5348,5348,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Cedar Grove is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Cedar Grove are provided solely by Complete Care at Cedar Grove.</p>\"}',1,'2025-11-13 19:23:50','2025-11-13 19:23:50','97c1f4a2-a23e-4948-a85b-709a408ce04a'),
(5349,5349,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2025-11-13 19:23:50','2025-11-13 19:23:50','dbdbe454-1500-4f30-9671-582483064602'),
(5350,5350,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Cedar Grove is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Cedar Grove are provided solely by Complete Care at Cedar Grove.</p>\"}',1,'2025-11-13 19:23:50','2025-11-13 19:23:50','de507870-3535-4e3e-8ae1-63ca6656531f'),
(5353,5353,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Chestnut Hill is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Chestnut Hill are provided solely by Complete Care at Chestnut Hill.</p>\"}',1,'2025-11-13 19:24:33','2025-11-13 19:24:33','4c3453f1-ff09-4f21-abc2-db353edc16d0'),
(5354,5354,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-11-13 19:24:33','2025-11-13 19:24:33','b5f3c6bf-4205-4364-9a35-ebd964d201c1'),
(5355,5355,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Chestnut Hill is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Chestnut Hill are provided solely by Complete Care at Chestnut Hill.</p>\"}',1,'2025-11-13 19:24:33','2025-11-13 19:24:33','75b61995-8475-4bf6-92bc-24e7d5d530b2'),
(5358,5358,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Clark is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Clark are provided solely by Complete Care at Clark.</p>\"}',1,'2025-11-13 19:25:27','2025-11-13 19:25:27','be9965ff-785f-457d-9e70-f99ef795fb55'),
(5359,5359,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-11-13 19:25:27','2025-11-13 19:25:27','b4952bb8-8028-429a-839b-d5497c03fcb9'),
(5360,5360,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Clark is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Clark are provided solely by Complete Care at Clark.</p>\"}',1,'2025-11-13 19:25:27','2025-11-13 19:25:27','933df377-e40a-4656-a29b-0f6bed8fbf63'),
(5363,5363,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Corsica Hills is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Corsica Hills are provided solely by Complete Care at Corsica Hills.</p>\"}',1,'2025-11-13 19:26:07','2025-11-13 19:26:07','fc3b51c0-2183-4de1-b8c7-7670777ab468'),
(5364,5364,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\"}',1,'2025-11-13 19:26:08','2025-11-13 19:26:08','bc1c8986-b325-42ae-adfd-218b778eab91'),
(5365,5365,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Corsica Hills is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Corsica Hills are provided solely by Complete Care at Corsica Hills.</p>\"}',1,'2025-11-13 19:26:08','2025-11-13 19:26:08','2bf89d2c-ec2a-4fed-a5d5-0fe2acc8e7a3'),
(5368,5368,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Court House is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Court House are provided solely by Complete Care at Court House.</p>\"}',1,'2025-11-13 19:26:37','2025-11-13 19:26:37','47df9b72-f1e0-4ef1-a5c2-60126f620fe0'),
(5369,5369,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-11-13 19:26:37','2025-11-13 19:26:37','890100c4-0b97-4438-8233-7023bd205797'),
(5370,5370,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Court House is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Court House are provided solely by Complete Care at Court House.</p>\"}',1,'2025-11-13 19:26:37','2025-11-13 19:26:37','2cab0e0f-c709-4f5d-9ae1-2c562f00a1b8'),
(5373,5373,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Dawnview is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Dawnview are provided solely by Complete Care at Dawnview.</p>\"}',1,'2025-11-13 19:27:11','2025-11-13 19:27:11','636dd6ab-6a36-47c6-8b43-249618e353e7'),
(5374,5374,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-11-13 19:27:11','2025-11-13 19:27:11','4b7b1626-8213-4e9d-beb6-86883f9ca5c8'),
(5375,5375,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Dawnview is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Dawnview are provided solely by Complete Care at Dawnview.</p>\"}',1,'2025-11-13 19:27:11','2025-11-13 19:27:11','5e3e0648-1ddd-45cd-b9d3-e18c91eb564a'),
(5376,5376,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Fair Lawn Edge is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Fair Lawn Edge are provided solely by Complete Care at Fair Lawn Edge.</p>\"}',1,'2025-11-13 19:27:21','2025-11-13 19:27:21','8ed2b9ca-73e8-44a3-85b2-e60ab86d1294'),
(5377,5377,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/COMPLETE-CARE-AT-PASSAIC-LLC-2024-NJ-AUDIT.pdf\\\">Complete Care at Fair Lawn Edge 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/PI315331.24A1.pdf\\\">Fair Lawn Edge MCR CR 2024</a></li><li><a href=\\\"/files/legal/COMPLETE-CARE-AT-PASSAIC-LLC-2024-STATEMENT-OF-REVENUES.pdf\\\">Complete Care at Fair Lawn Edge 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2025-11-13 19:27:21','2026-01-23 19:54:22','b49fd0f6-e31e-455f-803d-327858d7df8c'),
(5378,5378,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-11-13 19:27:21','2025-11-13 19:27:21','3092c5c7-0206-467c-a901-a55ec9ce1325'),
(5379,5379,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Fair Lawn Edge is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Fair Lawn Edge are provided solely by Complete Care at Fair Lawn Edge.</p>\"}',1,'2025-11-13 19:27:21','2025-11-13 19:27:21','8f83fa16-2985-4819-9a81-9658d17ba893'),
(5380,5380,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2025-11-13 19:27:21','2025-11-13 19:27:21','ce9f2df6-af2c-4860-a552-79afd5d12f82'),
(5383,5383,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Fox Hill is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Fox Hill are provided solely by Complete Care at Fox Hill.</p>\"}',1,'2025-11-13 19:27:50','2025-11-13 19:27:50','2a1c01fb-723a-48ad-a828-1b9696eae4a0'),
(5384,5384,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2025-11-13 19:27:50','2025-11-13 19:27:50','6d9b03ac-4244-4d05-a203-aaf2831e249e'),
(5385,5385,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Fox Hill is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Fox Hill are provided solely by Complete Care at Fox Hill.</p>\"}',1,'2025-11-13 19:27:50','2025-11-13 19:27:50','37c930c3-8371-4f66-a1ad-c32dad8027d5'),
(5388,5388,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Germantown is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Germantown are provided solely by Complete Care at Germantown.</p>\"}',1,'2025-11-13 19:28:49','2025-11-13 19:28:49','4510b894-8298-43e9-a623-bbb27572974c'),
(5389,5389,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Virginia-Highlands-Care-And-Rehab-100134656100444/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-11-13 19:28:49','2025-11-13 19:28:49','4182dea1-a36e-414b-bebf-20b39f7ddaa4'),
(5390,5390,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Germantown is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Germantown are provided solely by Complete Care at Germantown.</p>\"}',1,'2025-11-13 19:28:49','2025-11-13 19:28:49','1204859d-d180-4144-ae8e-85d28dc873c2'),
(5393,5393,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Glendale is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Glendale are provided solely by Complete Care at Glendale.</p>\"}',1,'2025-11-13 19:29:31','2026-01-23 20:01:05','8766e053-d621-4ba8-a57f-e76ba857be46'),
(5394,5394,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2025-11-13 19:29:31','2025-11-13 19:29:31','b66b0544-24c1-4f78-bdef-571871cdf44f'),
(5395,5395,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Glendale is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Glendale are provided solely by Complete Care at Glendale.</p>\"}',1,'2025-11-13 19:29:31','2025-11-13 19:29:31','9c0f8ee5-a167-48dc-9c6d-418b1e374226'),
(5398,5398,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Glendale West is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Glendale West are provided solely by Complete Care at Glendale West.</p>\"}',1,'2025-11-13 19:30:15','2025-11-13 19:30:15','b4869b33-5b4a-4f72-b12f-24082f88690d'),
(5399,5399,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-11-13 19:30:15','2025-11-13 19:30:15','0f9ca125-29fe-4f22-9e28-422db2ea3911'),
(5400,5400,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Glendale West is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Glendale West are provided solely by Complete Care at Glendale West.</p>\"}',1,'2025-11-13 19:30:15','2025-11-13 19:30:15','57ac21c9-e701-4fbf-a99e-8753aecc3506'),
(5403,5403,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Grande Prairie is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Grande Prairie are provided solely by Complete Care at Grande Prairie.</p>\"}',1,'2025-11-13 19:31:19','2025-11-13 19:31:19','1d42fe3f-62fa-4beb-b748-dc628052a0a3'),
(5404,5404,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Grande-Prairie-Care-and-Rehab-Center-100112249436100/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-11-13 19:31:19','2025-11-13 19:31:19','b4438638-aaa3-491a-be5d-4d0fa9c838b8'),
(5405,5405,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Grande Prairie is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Grande Prairie are provided solely by Complete Care at Grande Prairie.</p>\"}',1,'2025-11-13 19:31:19','2025-11-13 19:31:19','a08c48a3-16e9-415b-bbe5-85b0274fe371'),
(5408,5408,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Green Acres is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Green Acres are provided solely by Complete Care at Green Acres.</p>\"}',1,'2025-11-13 19:32:07','2025-11-13 19:32:07','1b9a97b3-19b7-4c32-99db-f1ef682190f9'),
(5409,5409,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3122],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2025-11-13 19:32:07','2025-11-13 19:32:07','3fc99a78-4ef0-4e79-83b4-64e79df71e94'),
(5410,5410,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Green Acres is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Green Acres are provided solely by Complete Care at Green Acres.</p>\"}',1,'2025-11-13 19:32:07','2025-11-13 19:32:07','68d36995-0f32-46c2-a77a-7a2ffbd17c5b'),
(5413,5413,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Green Knoll is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Green Knoll are provided solely by Complete Care at Green Knoll.</p>\"}',1,'2025-11-13 19:32:58','2025-11-13 19:32:58','01dbb7fd-46a4-47d4-a899-42f1ebdff2e5'),
(5414,5414,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-11-13 19:32:58','2025-11-13 19:32:58','59be4006-2d3c-44b5-a0b6-9ffe2e5f09cb'),
(5415,5415,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Green Knoll is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Green Knoll are provided solely by Complete Care at Green Knoll.</p>\"}',1,'2025-11-13 19:32:58','2025-11-13 19:32:58','2935b69d-764e-41f8-84f6-fe172c31510b'),
(5418,5418,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Groton Regency is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Groton Regency are provided solely by Complete Care at Groton Regency.</p>\"}',1,'2025-11-13 19:33:57','2025-11-13 19:33:57','8a36f56b-47e4-4f9c-b7b4-99d6ee51fddc'),
(5419,5419,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-11-13 19:33:57','2025-11-13 19:33:57','36d0de91-8bc4-4d4f-9011-13362b660e1c'),
(5420,5420,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Groton Regency is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Groton Regency are provided solely by Complete Care at Groton Regency.</p>\"}',1,'2025-11-13 19:33:57','2025-11-13 19:33:57','9b2815a9-16f2-4bf9-b954-9d11557e7bc9'),
(5423,5423,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Hagerstown is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Hagerstown are provided solely by Complete Care at Hagerstown.</p>\"}',1,'2025-11-13 19:34:26','2025-11-13 19:34:26','b46e326a-cad3-4276-a3a2-dbfded224902'),
(5424,5424,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2025-11-13 19:34:26','2025-11-13 19:34:26','6605b064-a2f2-4e07-b6f1-63a2d5d2c2bd'),
(5425,5425,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Hagerstown is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Hagerstown are provided solely by Complete Care at Hagerstown.</p>\"}',1,'2025-11-13 19:34:26','2025-11-13 19:34:26','1ccea63c-c7bb-4414-97c4-56abb56d569b'),
(5428,5428,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Hamilton Plaza is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Hamilton Plaza are provided solely by Complete Care at Hamilton Plaza.</p>\"}',1,'2025-11-13 19:34:58','2025-11-13 19:34:58','b5692e5f-7732-4083-9140-ec406a8d503e'),
(5429,5429,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-11-13 19:34:58','2025-11-13 19:34:58','d52fea66-6f75-4785-9edf-2881631b0415'),
(5430,5430,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Hamilton Plaza is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Hamilton Plaza are provided solely by Complete Care at Hamilton Plaza.</p>\"}',1,'2025-11-13 19:34:58','2025-11-13 19:34:58','e6361d59-5c83-4246-8b0c-350f6a9d77b2'),
(5433,5433,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Harborage is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Harborage are provided solely by Complete Care at Harborage.</p>\"}',1,'2025-11-13 19:35:39','2025-11-13 19:35:39','4a2e386a-c65f-4476-bec0-569be5cc950b'),
(5434,5434,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-11-13 19:35:39','2025-11-13 19:35:39','23e89f58-97e2-4d85-a90a-e9bc903ab6a1'),
(5435,5435,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Harborage is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Harborage are provided solely by Complete Care at Harborage.</p>\"}',1,'2025-11-13 19:35:39','2025-11-13 19:35:39','9b0fc33b-162a-4202-9d54-822f333b90a6'),
(5438,5438,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Harrington Court is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Harrington Court are provided solely by Complete Care at Harrington Court.</p>\"}',1,'2025-11-13 19:36:21','2025-11-13 19:36:21','f194f4ff-30ee-4131-8a34-dd371da8d8cf'),
(5439,5439,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2025-11-13 19:36:21','2025-11-13 19:36:21','cdc8b76f-3354-40ae-8902-33b9d41f077a'),
(5440,5440,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Harrington Court is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Harrington Court are provided solely by Complete Care at Harrington Court.</p>\"}',1,'2025-11-13 19:36:21','2025-11-13 19:36:21','1df4d8e5-5aa6-4785-99ae-4a162ddd8d34'),
(5443,5443,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Harston Hall is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Harston Hall are provided solely by Complete Care at Harston Hall.</p>\"}',1,'2025-11-13 19:36:55','2025-11-13 19:36:55','3bfa74fe-fa71-4fdd-80ca-761d733c6ae0'),
(5444,5444,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-11-13 19:36:55','2025-11-13 19:36:55','ddb50633-c696-4da3-8c3a-7d9ae5b5a117'),
(5445,5445,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Harston Hall is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Harston Hall are provided solely by Complete Care at Harston Hall.</p>\"}',1,'2025-11-13 19:36:55','2025-11-13 19:36:55','a6b105ed-4701-4743-b343-ae84f50f9207'),
(5447,5447,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Heritage is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Heritage are provided solely by Complete Care at Heritage.</p>\"}',1,'2025-11-13 19:37:39','2025-11-13 19:37:39','e956e5d1-2a44-44ae-b813-e30a43ec24ec'),
(5448,5448,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2025-11-13 19:37:39','2025-11-13 19:37:39','c032693d-e945-4692-99b7-bf1018b2b9d3'),
(5449,5449,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Heritage is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Heritage are provided solely by Complete Care at Heritage.</p>\"}',1,'2025-11-13 19:37:39','2025-11-13 19:37:39','5f9e3d99-f324-4345-aba5-467e43801857'),
(5452,5452,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Hillside is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Hillside are provided solely by Complete Care at Hillside.</p>\"}',1,'2025-11-13 19:38:07','2025-11-13 19:38:07','23fc13c2-8057-409b-a68d-99e39aa3266b'),
(5453,5453,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2025-11-13 19:38:07','2025-11-13 19:38:07','cf99d957-2462-47fe-b926-43a98848c972'),
(5454,5454,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Hillside is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Hillside are provided solely by Complete Care at Hillside.</p>\"}',1,'2025-11-13 19:38:07','2025-11-13 19:38:07','cc1e22e4-8259-447a-a83d-01424c0018c9'),
(5457,5457,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Holiday City is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Holiday City are provided solely by Complete Care at Holiday City.</p>\"}',1,'2025-11-13 19:39:18','2025-11-13 19:39:18','aa0bd8d7-ce29-4468-9e7d-6e040e6b3d64'),
(5458,5458,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-11-13 19:39:18','2025-11-13 19:39:18','f30b9d66-3612-46ee-8a8d-18f2679f754d'),
(5459,5459,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Holiday City is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Holiday City are provided solely by Complete Care at Holiday City.</p>\"}',1,'2025-11-13 19:39:18','2025-11-13 19:39:18','0d633fb4-5adc-474a-a1f5-1b432c1907be'),
(5461,5461,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Holmdel is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Holmdel are provided solely by Complete Care at Holmdel.</p>\"}',1,'2025-11-13 19:40:12','2025-11-13 19:40:12','64d7f4b6-fc17-4982-951e-4df4fe178e93'),
(5462,5462,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2025-11-13 19:40:12','2025-11-13 19:40:12','744b96fa-63b3-48b0-b8fb-83537cbbdeed'),
(5463,5463,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Holmdel is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Holmdel are provided solely by Complete Care at Holmdel.</p>\"}',1,'2025-11-13 19:40:12','2025-11-13 19:40:12','d1b3b119-444b-49f6-a5b6-6fcb8379ad2b'),
(5466,5466,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Hyattsville is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Hyattsville are provided solely by Complete Care at Hyattsville.</p>\"}',1,'2025-11-13 19:40:47','2025-11-13 19:40:47','4c545c16-8fd5-4437-a40a-614ba264bf6a'),
(5467,5467,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2025-11-13 19:40:47','2025-11-13 19:40:47','ff998699-dc4f-49b3-aacd-fe36557f8f57'),
(5468,5468,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Hyattsville is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Hyattsville are provided solely by Complete Care at Hyattsville.</p>\"}',1,'2025-11-13 19:40:47','2025-11-13 19:40:47','61b27e74-3a62-4864-820c-1b31fb904ee5'),
(5471,5471,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Inglemoor is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Inglemoor are provided solely by Complete Care at Inglemoor.</p>\"}',1,'2025-11-13 19:43:56','2025-11-13 19:43:56','d029da0e-f94f-45c9-84ff-0c530a95cecb'),
(5472,5472,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-11-13 19:43:56','2025-11-13 19:43:56','90a2f7a6-324d-429d-b8ab-81cb66131458'),
(5473,5473,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Inglemoor is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Inglemoor are provided solely by Complete Care at Inglemoor.</p>\"}',1,'2025-11-13 19:43:56','2025-11-13 19:43:56','eaeb63a7-ace6-4dc0-9c92-0d9fc6d3a049'),
(5476,5476,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Jefferson Meadows is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Jefferson Meadows are provided solely by Complete Care at Jefferson Meadows.</p>\"}',1,'2025-11-13 19:44:42','2026-01-23 20:21:56','d023c5ac-2e0e-4b7e-af0a-769fa51a2c8c'),
(5477,5477,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/18fYMfb8q2/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-11-13 19:44:42','2025-11-13 19:44:42','c60095cb-a9f0-4385-8ad1-467a9cf81d3b'),
(5478,5478,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Jefferson Meadows is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Jefferson Meadows are provided solely by Complete Care at Jefferson Meadows.</p>\"}',1,'2025-11-13 19:44:42','2025-11-13 19:44:42','8637c9e1-1ede-42df-ae11-f4852d4e3e60'),
(5481,5481,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Kensington is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Kensington are provided solely by Complete Care at Kensington.</p>\"}',1,'2025-11-13 19:45:56','2025-11-13 19:45:56','8045f040-1dd6-4665-9afc-7e98b36da52b'),
(5482,5482,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/KensingtonCareRehab/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-11-13 19:45:56','2025-11-13 19:45:56','1ce77157-2e81-4626-bc7f-e69987cdf297'),
(5483,5483,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Kensington is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Kensington are provided solely by Complete Care at Kensington.</p>\"}',1,'2025-11-13 19:45:56','2025-11-13 19:45:56','d6d93d0f-caf4-497d-b982-70e1331ba91f'),
(5486,5486,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Kimberly Hall North is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Kimberly Hall North are provided solely by Complete Care at Kimberly Hall North.</p>\"}',1,'2025-11-13 19:46:27','2025-11-13 19:46:27','34337371-e1c2-46ed-bc8a-0a765699d915'),
(5487,5487,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2025-11-13 19:46:27','2025-11-13 19:46:27','af4696bb-b718-44d1-94fa-0d869e32dca1'),
(5488,5488,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Kimberly Hall North is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Kimberly Hall North are provided solely by Complete Care at Kimberly Hall North.</p>\"}',1,'2025-11-13 19:46:27','2025-11-13 19:46:27','6a2daf70-6c2b-4fa4-bb4f-f89a400f4066'),
(5491,5491,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Kimberly Hall South is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Kimberly Hall South are provided solely by Complete Care at Kimberly Hall South.</p>\"}',1,'2025-11-13 19:47:52','2025-11-13 19:47:52','513a7550-703b-4a51-bb57-a011eb37cfb2'),
(5492,5492,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2025-11-13 19:47:52','2025-11-13 19:47:52','9949fa21-4725-48ff-994d-9ef185c16d92'),
(5493,5493,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Kimberly Hall South is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Kimberly Hall South are provided solely by Complete Care at Kimberly Hall South.</p>\"}',1,'2025-11-13 19:47:52','2025-11-13 19:47:52','6ccc02f1-4f8a-4659-9f2b-f4f3ea6a4ef9'),
(5495,5495,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Kresson View is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Kresson View are provided solely by Complete Care at Kresson View.</p>\"}',1,'2025-11-13 19:48:34','2025-11-13 19:48:34','9131ef8f-a883-4f4e-9365-a0894e1ca061'),
(5496,5496,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-11-13 19:48:34','2025-11-13 19:48:34','55590553-e21e-4bbe-9e43-cc9e5e0abba2'),
(5497,5497,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Kresson View is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Kresson View are provided solely by Complete Care at Kresson View.</p>\"}',1,'2025-11-13 19:48:34','2025-11-13 19:48:34','3c1f900a-900a-490a-80aa-168dad7362e1'),
(5500,5500,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at La Plata is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at La Plata are provided solely by Complete Care at La Plata.</p>\"}',1,'2025-11-13 19:49:15','2026-01-23 20:25:37','92d163ea-b810-4cc7-afd9-1d3069e45cf5'),
(5501,5501,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2025-11-13 19:49:15','2025-11-13 19:49:15','cc6d0f2b-248d-462a-b779-ae77efe50a23'),
(5502,5502,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at La Plata is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at La Plata are provided solely by Complete Care at La Plata.</p>\"}',1,'2025-11-13 19:49:15','2025-11-13 19:49:15','9a023955-169f-4691-bc4c-9ac9b3f278fd'),
(5505,5505,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Laurelton is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Laurelton are provided solely by Complete Care at Laurelton.</p>\"}',1,'2025-11-13 19:51:51','2025-11-13 19:51:51','b142aef4-7066-4244-ae69-e875ee522184'),
(5506,5506,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-11-13 19:51:51','2025-11-13 19:51:51','732fd5ed-66ac-45ac-9759-88920c879c12'),
(5507,5507,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Laurelton is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Laurelton are provided solely by Complete Care at Laurelton.</p>\"}',1,'2025-11-13 19:51:51','2025-11-13 19:51:51','626d2cce-e176-48e8-bada-b00f85da2d61'),
(5510,5510,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Lehigh is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Lehigh are provided solely by Complete Care at Lehigh.</p>\"}',1,'2025-11-13 19:52:27','2026-01-23 20:26:20','f51ea3b4-d05e-48fe-9da7-618daf0e7d2b'),
(5511,5511,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2025-11-13 19:52:27','2025-11-13 19:52:27','a185a7e6-6792-441f-9296-6e829aa162e1'),
(5512,5512,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Lehigh is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Lehigh are provided solely by Complete Care at Lehigh.</p>\"}',1,'2025-11-13 19:52:27','2025-11-13 19:52:27','ff1ebe62-e4a1-4edb-bdfb-0803d4c4e9af'),
(5515,5515,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Madison is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Madison are provided solely by Complete Care at Madison.</p>\"}',1,'2025-11-13 19:54:12','2025-11-13 19:54:12','ae8ba008-e067-4fcc-ba7b-f2bd55ad4ca1'),
(5516,5516,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5281],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2612],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5277,5278,5279,5280,5282],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-11-13 19:54:12','2025-11-13 19:54:12','8fbb01f2-7a20-448d-9bd9-4f0f3eb3ed96'),
(5517,5517,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Madison is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Madison are provided solely by Complete Care at Madison.</p>\"}',1,'2025-11-13 19:54:12','2025-11-13 19:54:12','d936fd5b-d9d5-42d9-b412-6be069d02d62'),
(5520,5520,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Manitowoc is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Manitowoc are provided solely by Complete Care at Manitowoc.</p>\"}',1,'2025-11-13 19:55:19','2026-01-23 20:27:30','5705065e-87c7-47bc-b359-d5228449d032'),
(5521,5521,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Manitowoc-Health-and-Rehabilitation-Center-2251823335053203/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2025-11-13 19:55:19','2025-11-13 19:55:19','892fd9c3-31dc-46e3-8c9e-5751171188e6'),
(5522,5522,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Manitowoc is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Manitowoc are provided solely by Complete Care at Manitowoc.</p>\"}',1,'2025-11-13 19:55:19','2025-11-13 19:55:19','df99a229-a8cd-4d57-a52d-da218049d5ed'),
(5525,5525,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Marcella is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Marcella are provided solely by Complete Care at Marcella.</p>\"}',1,'2025-11-13 19:56:12','2025-11-13 19:56:12','959d8ce6-4915-40a2-b06f-a758ca4f6d0e'),
(5526,5526,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-11-13 19:56:12','2025-11-13 19:56:12','f0776aed-6267-4e24-82b0-f5aee7eb3d92'),
(5527,5527,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Marcella is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Marcella are provided solely by Complete Care at Marcella.</p>\"}',1,'2025-11-13 19:56:12','2025-11-13 19:56:12','7cc9d496-1040-443f-acff-21b762a5b503'),
(5530,5530,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Margate Park is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Margate Park are provided solely by Complete Care at Margate Park.</p>\"}',1,'2025-11-13 19:56:54','2025-11-13 19:56:54','f2b29454-7a76-4102-8657-1237cfd40074'),
(5531,5531,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-11-13 19:56:54','2025-11-13 19:56:54','30145527-c7a6-405e-8d3e-63acc51b1e1f'),
(5532,5532,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Margate Park is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Margate Park are provided solely by Complete Care at Margate Park.</p>\"}',1,'2025-11-13 19:56:54','2025-11-13 19:56:54','40e77fbc-daec-4278-ba44-9480c3d78335'),
(5535,5535,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Mercerville is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Mercerville are provided solely by Complete Care at Mercerville.</p>\"}',1,'2025-11-13 19:58:03','2025-11-13 19:58:03','d4703c5e-8f21-4aa0-ad59-809e0e295191'),
(5536,5536,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-11-13 19:58:03','2025-11-13 19:58:03','5015d67e-353c-410e-8cbf-7c8c6177022a'),
(5537,5537,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Mercerville is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Mercerville are provided solely by Complete Care at Mercerville.</p>\"}',1,'2025-11-13 19:58:03','2025-11-13 19:58:03','69dcd6ae-4fb2-410a-b9b9-748a9c296519'),
(5540,5540,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Meriden is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Meriden are provided solely by Complete Care at Meriden.</p>\"}',1,'2025-11-13 19:58:36','2026-01-23 20:31:10','aaae1aa0-9084-4cae-892d-5188dd801e46'),
(5541,5541,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2025-11-13 19:58:36','2025-11-13 19:58:36','21206a69-10b7-4689-b72b-3b91463b2927'),
(5542,5542,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Meriden is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Meriden are provided solely by Complete Care at Meriden.</p>\"}',1,'2025-11-13 19:58:36','2025-11-13 19:58:36','192d1f0f-5c4b-43ca-8e4a-6bb030268ad5'),
(5545,5545,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Middlebury is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Middlebury are provided solely by Complete Care at Middlebury.</p>\"}',1,'2025-11-13 19:59:24','2025-11-13 19:59:24','322f1766-bd02-4953-ae87-33686a124da6'),
(5546,5546,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2025-11-13 19:59:24','2025-11-13 19:59:24','6f81c9d1-b204-4cbe-9cbc-a0f0035e285f'),
(5547,5547,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Middlebury is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Middlebury are provided solely by Complete Care at Middlebury.</p>\"}',1,'2025-11-13 19:59:24','2025-11-13 19:59:24','8f469014-ef0b-4925-b902-a1c991c96395'),
(5550,5550,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Milford Manor is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Milford Manor are provided solely by Complete Care at Milford Manor.</p>\"}',1,'2025-11-13 19:59:58','2025-11-13 19:59:58','a0c569d2-2094-407c-8766-ac38d8b8426f');
INSERT INTO `elements_sites` VALUES
(5551,5551,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-11-13 19:59:58','2025-11-13 19:59:58','5a6f9e52-d65e-49aa-af32-77f748226b68'),
(5552,5552,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Milford Manor is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Milford Manor are provided solely by Complete Care at Milford Manor.</p>\"}',1,'2025-11-13 19:59:58','2025-11-13 19:59:58','1e58c28f-a0d6-4834-b89e-9e837206ada5'),
(5555,5555,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Monmouth is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Monmouth are provided solely by Complete Care at Monmouth.</p>\"}',1,'2025-11-13 20:06:04','2025-11-13 20:06:04','c16347ec-04c6-43ba-82f3-c8cf8ede9ab7'),
(5556,5556,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3498],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2025-11-13 20:06:04','2025-11-13 20:06:04','315f9bce-0dff-448b-8234-43048b4eb1fb'),
(5557,5557,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Monmouth is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Monmouth are provided solely by Complete Care at Monmouth.</p>\"}',1,'2025-11-13 20:06:04','2025-11-13 20:06:04','5b6ee877-8fd2-476d-99fe-305f0c86c150'),
(5560,5560,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Multi Medical Center is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Multi Medical Center are provided solely by Complete Care at Multi Medical Center.</p>\"}',1,'2025-11-13 20:06:43','2025-11-13 20:06:43','185f3e10-31e8-4da1-aa02-44fb218a4727'),
(5561,5561,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2025-11-13 20:06:43','2025-11-13 20:06:43','a9457428-d9eb-4c2b-b6ec-b69452fdcb66'),
(5562,5562,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Multi Medical Center is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Multi Medical Center are provided solely by Complete Care at Multi Medical Center.</p>\"}',1,'2025-11-13 20:06:44','2025-11-13 20:06:44','3f59de84-5b70-474a-9f52-ca464d4b2ffe'),
(5565,5565,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Nazareth is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Nazareth are provided solely by Complete Care at Nazareth.</p>\"}',1,'2025-11-13 20:07:22','2025-11-13 20:07:22','8adf7472-2c49-45f1-9f2d-a9f222de8fbe'),
(5566,5566,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Nazareth-Health-And-Rehabilitation-Center-2257795361124107/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2025-11-13 20:07:22','2025-11-13 20:07:22','af9f1b14-62f9-49dc-b552-38aba8a389ef'),
(5567,5567,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Nazareth is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Nazareth are provided solely by Complete Care at Nazareth.</p>\"}',1,'2025-11-13 20:07:22','2025-11-13 20:07:22','aea065c1-3136-4be8-9732-683a82273aa6'),
(5570,5570,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Oak Ridge is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Oak Ridge are provided solely by Complete Care at Oak Ridge.</p>\"}',1,'2025-11-13 20:07:52','2025-11-13 20:07:52','49695886-5101-4c69-8b2d-23a88cc452c0'),
(5571,5571,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2025-11-13 20:07:52','2025-11-13 20:07:52','14e221ca-812b-4114-ac85-b5531cc8133b'),
(5572,5572,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Oak Ridge is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Oak Ridge are provided solely by Complete Care at Oak Ridge.</p>\"}',1,'2025-11-13 20:07:52','2025-11-13 20:07:52','912a18b9-e342-4a49-8170-714e4399bb08'),
(5575,5575,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Ocean Grove is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Ocean Grove are provided solely by Complete Care at Ocean Grove.</p>\"}',1,'2025-11-13 20:08:25','2025-11-13 20:08:25','b32b8aa5-e6ac-4c41-902b-46de27441813'),
(5576,5576,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-11-13 20:08:25','2025-11-13 20:08:25','1318e7f3-0b08-413c-9db8-1518fb3390c5'),
(5577,5577,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Ocean Grove is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Ocean Grove are provided solely by Complete Care at Ocean Grove.</p>\"}',1,'2025-11-13 20:08:25','2025-11-13 20:08:25','cbb91add-858c-4be2-b740-b5aba50f6b88'),
(5579,5579,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-11-13 20:08:58','2025-11-13 20:08:58','d35df486-7de6-496d-9e09-ab5fa6dd4564'),
(5582,5582,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Orange Park is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Orange Park are provided solely by Complete Care at Orange Park.</p>\"}',1,'2025-11-13 20:09:30','2025-11-13 20:09:30','562ed079-23d5-4e37-bae6-89319235a582'),
(5583,5583,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3896],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2025-11-13 20:09:30','2025-11-13 20:09:30','9e92d7c1-2c8e-43cf-9052-ef5c47b49fd0'),
(5584,5584,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Orange Park is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Orange Park are provided solely by Complete Care at Orange Park.</p>\"}',1,'2025-11-13 20:09:30','2025-11-13 20:09:30','8696cef2-45ba-45a0-b0a3-3e6e8362da73'),
(5587,5587,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Park Place is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Park Place are provided solely by Complete Care at Park Place.</p>\"}',1,'2025-11-13 20:10:05','2025-11-13 20:10:05','91da166f-3b5c-4e26-b836-0e667878758a'),
(5588,5588,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-11-13 20:10:05','2025-11-13 20:10:05','0a4f5392-2bc2-46f5-97fd-ba97799de84f'),
(5589,5589,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Park Place is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Park Place are provided solely by Complete Care at Park Place.</p>\"}',1,'2025-11-13 20:10:05','2025-11-13 20:10:05','3ff3eba6-9279-40ca-9683-8557a1bbc06b'),
(5592,5592,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Phillipsburg is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Phillipsburg are provided solely by Complete Care at Phillipsburg.</p>\"}',1,'2025-11-13 20:10:45','2025-11-13 20:10:45','39c9306c-6f28-4790-9420-453a451e0a8a'),
(5593,5593,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2025-11-13 20:10:45','2025-11-13 20:10:45','2d27a843-a0b6-48e3-9dd0-4c742c0f6aa2'),
(5594,5594,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Phillipsburg is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Phillipsburg are provided solely by Complete Care at Phillipsburg.</p>\"}',1,'2025-11-13 20:10:45','2025-11-13 20:10:45','fc6b3543-8ece-432e-9ec9-f05b89eea393'),
(5597,5597,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Plainfield is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Plainfield are provided solely by Complete Care at Plainfield.</p>\"}',1,'2025-11-13 20:11:22','2025-11-13 20:11:22','a2bf5ed6-a134-49e0-b390-ce77f892e673'),
(5598,5598,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2025-11-13 20:11:22','2025-11-13 20:11:22','0e852665-a8c9-4637-ad31-bbd1a636acd6'),
(5599,5599,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Plainfield is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Plainfield are provided solely by Complete Care at Plainfield.</p>\"}',1,'2025-11-13 20:11:22','2025-11-13 20:11:22','92713b7e-f623-4ffc-94f8-03dbc419be9c'),
(5602,5602,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Prospect Heights is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Prospect Heights are provided solely by Complete Care at Prospect Heights.</p>\"}',1,'2025-11-13 20:11:57','2025-11-13 20:11:57','efe1d0be-3a4b-48f0-9117-ab5a5fb42272'),
(5603,5603,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2025-11-13 20:11:57','2025-11-13 20:11:57','f98cb7d3-6539-431c-9396-561de64dd942'),
(5604,5604,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Prospect Heights is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Prospect Heights are provided solely by Complete Care at Prospect Heights.</p>\"}',1,'2025-11-13 20:11:58','2025-11-13 20:11:58','e36a7530-5711-4736-bce3-422934c0e226'),
(5607,5607,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Regent is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Regent are provided solely by Complete Care at Regent.</p>\"}',1,'2025-11-13 20:12:32','2025-11-13 20:12:32','8b7db35f-1468-4866-b496-503e099c921f'),
(5608,5608,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2025-11-13 20:12:32','2025-11-13 20:12:32','fc103e5c-51fe-483a-a800-15fc88655ad3'),
(5609,5609,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Regent is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Regent are provided solely by Complete Care at Regent.</p>\"}',1,'2025-11-13 20:12:32','2025-11-13 20:12:32','dcbd280e-fc3b-4cf2-ad9b-f1bdec5c7cc8'),
(5612,5612,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Ridgewood is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Ridgewood are provided solely by Complete Care at Ridgewood.</p>\"}',1,'2025-11-13 20:13:03','2025-11-13 20:13:03','5a79226b-3d51-4972-b19d-9608faf592ad'),
(5613,5613,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RidgewoodCareCenter/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-11-13 20:13:03','2025-11-13 20:13:03','67eb8e72-decd-41a1-a39a-f08f5ee7d5d2'),
(5614,5614,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Ridgewood is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Ridgewood are provided solely by Complete Care at Ridgewood.</p>\"}',1,'2025-11-13 20:13:03','2025-11-13 20:13:03','4df8ef6a-2839-4296-8ce0-53595aac851b'),
(5617,5617,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2025-11-13 20:13:55','2025-11-13 20:13:55','2c0c43a8-cda0-4b50-b6fa-fb746a595a35'),
(5618,5618,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2025-11-13 20:13:55','2025-11-13 20:13:55','864c3389-10bf-48c6-9a0f-5980980ad353'),
(5619,5619,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2025-11-13 20:13:55','2025-11-13 20:13:55','ce171525-1884-44b7-b904-cfef95bf72d4'),
(5622,5622,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Severna Park is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Severna Park are provided solely by Complete Care at Severna Park.</p>\"}',1,'2025-11-13 20:14:28','2025-11-13 20:14:28','c94a3f90-363f-4a56-b613-caca26ac6a25'),
(5623,5623,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2025-11-13 20:14:28','2025-11-13 20:14:28','93954a66-f1f2-46c0-8e9b-51e7aa17be67'),
(5624,5624,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Severna Park is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Severna Park are provided solely by Complete Care at Severna Park.</p>\"}',1,'2025-11-13 20:14:28','2025-11-13 20:14:28','910cf9e9-a574-43cc-8318-9fdef95d1570'),
(5627,5627,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Sheridan Commons is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Sheridan Commons are provided solely by Complete Care at Sheridan Commons.</p>\"}',1,'2025-11-13 20:15:18','2026-01-20 17:48:18','ba29c76e-61e5-4b6e-b441-52bacf23a8c2'),
(5628,5628,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-11-13 20:15:18','2025-11-13 20:15:18','b6831736-a4e7-437c-b4cf-2967c7cc7f88'),
(5629,5629,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Sheridan Commons is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Sheridan Commons are provided solely by Complete Care at Sheridan Commons.</p>\"}',1,'2025-11-13 20:15:18','2025-11-13 20:15:18','a076f9a6-0f46-4532-9a3a-e5a974133021'),
(5632,5632,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Shorrock Gardens is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Shorrock Gardens are provided solely by Complete Care at Shorrock Gardens.</p>\"}',1,'2025-11-13 20:15:57','2025-11-13 20:15:57','66f35b71-a757-484e-b290-8a34e8280894'),
(5633,5633,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-11-13 20:15:57','2025-11-13 20:15:57','1c2dc4c4-b6d9-405d-a4fb-ea4785e85f0d'),
(5634,5634,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Shorrock Gardens is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Shorrock Gardens are provided solely by Complete Care at Shorrock Gardens.</p>\"}',1,'2025-11-13 20:15:57','2025-11-13 20:15:57','97368ef5-4e1d-49fb-a998-ce6d7103cf36'),
(5636,5636,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2025-11-13 20:16:13','2025-11-13 20:16:13','556d8a2f-f52d-44a1-8906-7f214493f4a2'),
(5640,5640,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2025-11-13 20:17:06','2025-11-13 20:17:06','03f52bcc-1aa5-47cf-9514-b0db1bbe1706'),
(5642,5642,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5127,5128,5129,5130,5131],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-11-13 20:17:14','2025-11-13 20:17:14','fa97cd31-cb04-4ae8-a295-c7a8171fe94e'),
(5644,5644,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Summit Ridge is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Summit Ridge are provided solely by Complete Care at Summit Ridge.</p>\"}',1,'2025-11-13 20:17:57','2025-11-13 20:17:57','a279fc4d-83f8-492f-b5aa-b52e5f6e6949'),
(5645,5645,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5122,5123,5124,5125],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2025-11-13 20:17:57','2025-11-13 20:17:57','3f452f86-0730-4693-91d4-8f113e3abd4b'),
(5646,5646,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Summit Ridge is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Summit Ridge are provided solely by Complete Care at Summit Ridge.</p>\"}',1,'2025-11-13 20:17:57','2025-11-13 20:17:57','704ea788-dd02-4aa0-b8ab-e4be448c129c'),
(5649,5649,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at the Boulevard is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at the Boulevard are provided solely by Complete Care at the Boulevard.</p>\"}',1,'2025-11-13 20:18:17','2026-01-23 21:38:59','5ec34b70-70ca-4dfc-adce-d65c1a6b20db'),
(5650,5650,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-11-13 20:18:17','2025-11-13 20:18:17','e72c64f1-64e2-4011-88cc-c3e1d0d58c90'),
(5651,5651,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2025-11-13 20:18:17','2025-11-13 20:18:17','1a80ab70-8913-4dae-a576-ff437d19f52e'),
(5653,5653,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Victoria Commons is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Victoria Commons are provided solely by Complete Care at Victoria Commons.</p>\"}',1,'2025-11-13 20:18:52','2025-11-13 20:18:52','dba4e3e9-22bf-41ca-a546-ffa62b903625'),
(5654,5654,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2025-11-13 20:18:52','2025-11-13 20:18:52','34f29f93-79e1-4cf3-a66f-60ae059caf3c'),
(5655,5655,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Victoria Commons is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Victoria Commons are provided solely by Complete Care at Victoria Commons.</p>\"}',1,'2025-11-13 20:18:52','2025-11-13 20:18:52','e025e149-5dfa-4c77-9c9f-74b6ca2b82ad'),
(5657,5657,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5105,5106,5107,5108,5109,5110,5111,5112],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-11-13 20:19:02','2025-11-13 20:19:02','c22ab6fb-9982-4ae0-94ab-13d61d27d686'),
(5659,5659,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5095,5096,5097,5098],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-11-13 20:19:10','2025-11-13 20:19:10','0b893ca5-8cb6-499e-a920-9aaa54fc46fb'),
(5662,5662,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Wayne Hills is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Wayne Hills are provided solely by Complete Care at Wayne Hills.</p>\"}',1,'2025-11-13 20:19:38','2025-11-13 20:19:38','e4a7a37a-0f31-4408-864d-0efa3c062ba2'),
(5663,5663,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2025-11-13 20:19:38','2025-11-13 20:19:38','6d9145f0-4303-4f82-85fe-83d66c4ccc78'),
(5664,5664,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Wayne Hills is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Wayne Hills are provided solely by Complete Care at Wayne Hills.</p>\"}',1,'2025-11-13 20:19:38','2025-11-13 20:19:38','1a9b5d1a-09b6-4590-9be2-94b965e9fb54'),
(5666,5666,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5067,5068,5069],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-11-13 20:19:48','2025-11-13 20:19:48','613c781d-380a-4c52-99dd-8139649b6e1e'),
(5668,5668,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2025-11-13 20:19:54','2025-11-13 20:19:54','98ecb744-ca9c-477b-b4aa-446fab152372'),
(5670,5670,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-11-13 20:20:09','2025-11-13 20:20:09','f5905af1-0dd1-4ed5-ab8e-d8543f025ac4'),
(5671,5671,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4973],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4991,4992,4993,4994,4995,4996,4997],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-11-13 20:20:15','2025-11-13 20:20:15','e9d760ed-d879-48dc-98d8-aecaa71b1550'),
(5673,5673,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Willow Creek is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Willow Creek are provided solely by Complete Care at Willow Creek.</p>\"}',1,'2025-11-13 20:20:51','2025-11-13 20:20:51','51874516-59a7-4fb5-88a2-99e14df60121'),
(5674,5674,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2025-11-13 20:20:51','2025-11-13 20:20:51','18f5a24e-39bd-4f4e-8489-c788a879e9ea'),
(5675,5675,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Willow Creek is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Willow Creek are provided solely by Complete Care at Willow Creek.</p>\"}',1,'2025-11-13 20:20:51','2025-11-13 20:20:51','8bfe1ecb-90d1-4ad6-bc9d-96bef7fd0d05'),
(5680,5680,1,'Nondiscrimination Notice Bey Lea',NULL,NULL,NULL,1,'2025-11-13 20:33:41','2026-01-16 12:35:27','5a05b003-8fbf-458d-a1ed-b97521c87721'),
(5681,5681,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5680]}',1,'2025-11-13 21:31:58','2025-11-13 21:31:58','746736f6-df5c-455f-a6c6-0305ef6c89cb'),
(5682,5682,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-11-13 21:31:58','2025-11-13 21:31:58','fc696732-c302-4cc7-928a-7a1243a23672'),
(5683,5683,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5680]}',1,'2025-11-13 21:31:59','2025-11-13 21:31:59','31b8a43f-d4b7-42fa-8bab-9e0296136ee2'),
(5684,5684,1,'2025-11-14 01:59:59',NULL,NULL,NULL,1,'2025-11-14 09:59:59','2025-11-14 09:59:59','9734dcac-65de-401f-95f0-bcb809a3f48b'),
(5685,5685,1,'2025-11-14 02:13:16',NULL,NULL,NULL,1,'2025-11-14 10:13:16','2025-11-14 10:13:16','23aa6b5c-ff45-4822-9290-49eb2997e016'),
(5691,5691,1,'2025-11-14 07:53:02',NULL,NULL,NULL,1,'2025-11-14 15:53:02','2025-11-14 15:53:02','9ecd684e-2259-4c07-bfd6-6d5d0d1e6986'),
(5696,5696,1,'Nondiscrimination Notice Care Age',NULL,NULL,NULL,1,'2025-11-14 16:30:28','2025-11-14 16:30:28','2454ad02-10b4-4269-aec2-af80e29714ee'),
(5697,5697,1,'Non-Discrimination Notice','non-discrimination-care-age',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5696]}',1,'2025-11-14 16:30:46','2025-11-14 16:30:46','92ef4dde-5eb2-422b-b1d7-2eec3f41c43a'),
(5698,5698,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=61575986553779\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2025-11-14 16:30:47','2025-11-14 16:30:47','447cc5df-56ec-494b-b11b-a9f1d8a96790'),
(5699,5699,1,'Non-Discrimination Notice','non-discrimination-care-age',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5696]}',1,'2025-11-14 16:30:47','2025-11-14 16:30:47','56cd34aa-c9cb-4894-a1e9-7bf76e117f4b'),
(5701,5701,1,'Nondiscrimination Notice Bey Lea SNF',NULL,NULL,NULL,1,'2025-11-14 16:32:56','2025-11-14 16:32:56','38435bca-9087-4881-b5ef-661e9fcd217c'),
(5702,5702,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5701]}',1,'2025-11-14 16:33:01','2025-11-14 16:33:01','27329d37-87f2-4850-a73d-7fb40abbcc2a'),
(5704,5704,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5701]}',1,'2025-11-14 16:33:01','2025-11-14 16:33:01','76f5cfcf-8aa0-4d3d-ac40-b463fcd32260'),
(5709,5709,1,'Nondiscrimination Notice Christian Home',NULL,NULL,NULL,1,'2025-11-14 16:35:53','2025-11-14 16:35:53','b4ab7065-57dd-411f-af48-26910fea7ae2'),
(5710,5710,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Christian Home is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Christian Home are provided solely by Complete Care at Christian Home.</p>\"}',1,'2025-11-14 16:35:59','2026-01-23 19:45:17','a9bf1f81-5628-4859-89ab-a0963977f4ca'),
(5711,5711,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5709]}',1,'2025-11-14 16:35:59','2025-11-14 16:35:59','18626d34-71f7-4f71-9c5c-c69391c66f86'),
(5712,5712,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/19duyzz7AA/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-11-14 16:35:59','2025-11-14 16:35:59','b719a3e9-aedb-409a-8124-52509220942d'),
(5713,5713,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2025-11-14 16:35:59','2025-11-14 16:35:59','9fdaa3e1-ea28-4405-b684-d70356e2001e'),
(5714,5714,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5709]}',1,'2025-11-14 16:35:59','2025-11-14 16:35:59','c22482bb-dd62-470a-b251-237f819c6b86'),
(5719,5719,1,'CCG 00503a Nondiscrimination Notice Berkshire',NULL,NULL,NULL,1,'2025-11-14 16:38:15','2025-11-14 16:38:15','88a0c901-4367-4163-a647-49b8ae7b7e19'),
(5720,5720,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5719]}',1,'2025-11-14 16:38:20','2025-11-14 16:38:20','46a230ad-7697-427f-a2b0-73e9115e439c'),
(5721,5721,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2025-11-14 16:38:20','2025-11-14 16:38:20','046b782e-5464-4836-b35d-09f04fad6946'),
(5722,5722,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5719]}',1,'2025-11-14 16:38:20','2025-11-14 16:38:20','e9b2c7b5-f62c-4a15-9bcf-56be5a85115e'),
(5724,5724,1,'CCG 00503a Nondiscrimination Notice Brackenville',NULL,NULL,NULL,1,'2025-11-14 16:40:19','2025-11-14 16:40:19','cae917be-18e6-4553-9160-25e36ea4756c'),
(5725,5725,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5724]}',1,'2025-11-14 16:40:24','2025-11-14 16:40:24','bb6de3ba-1425-4c0d-9aab-902ba6aa3670'),
(5726,5726,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-11-14 16:40:24','2025-11-14 16:40:24','17df8c8e-1182-420e-9e64-0f3b89e6d40b'),
(5727,5727,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5724]}',1,'2025-11-14 16:40:24','2025-11-14 16:40:24','771537a8-4593-4917-863f-01be7e52adb7'),
(5730,5730,1,'CCG 00503a Nondiscrimination Notice Brakeley',NULL,NULL,NULL,1,'2025-11-14 16:41:40','2025-11-14 16:41:40','0b8a863e-148b-4d74-b94e-eee3c917dc59'),
(5731,5731,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5730]}',1,'2025-11-14 16:42:09','2025-11-14 16:42:09','b9ccf0f2-fb27-40e1-ae22-8a6c847d93e8'),
(5733,5733,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5730]}',1,'2025-11-14 16:42:09','2025-11-14 16:42:09','3ddbfcc1-c626-428e-89be-4b812e8953ed'),
(5737,5737,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Brakeley Park is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Brakeley Park are provided solely by Complete Care at Brakeley Park.</p>\"}',1,'2025-11-14 16:44:22','2025-11-14 16:44:22','7cfc7322-b678-4987-b4cf-386f9af1e606'),
(5738,5738,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5730]}',1,'2025-11-14 16:44:22','2025-11-14 16:44:22','cc2eefd7-5738-4805-9ccd-dc6b1325ab17'),
(5739,5739,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279,3280,3281,3282,3283],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-11-14 16:44:22','2025-11-14 16:44:22','bd614b12-8696-41ca-9b71-8a95a386ceaa'),
(5740,5740,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Brakeley Park is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Brakeley Park are provided solely by Complete Care at Brakeley Park.</p>\"}',1,'2025-11-14 16:44:22','2025-11-14 16:44:22','f214d307-1b2e-41da-be9d-25a84a692d91'),
(5741,5741,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5730]}',1,'2025-11-14 16:44:22','2025-11-14 16:44:22','73ea5ab3-e005-4118-9f46-7855695f895a'),
(5744,5744,1,'CCG 00503a Nondiscrimination Notice Brick',NULL,NULL,NULL,1,'2025-11-14 16:45:17','2025-11-14 16:45:17','0342b42a-2925-4b8c-8bc7-63e68a145428'),
(5745,5745,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5744]}',1,'2025-11-14 16:45:25','2025-11-14 16:45:25','a9595f59-4782-42e3-9254-2de78d7159be'),
(5746,5746,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2025-11-14 16:45:25','2025-11-14 16:45:25','c5ef7182-6973-4d5b-8a3a-c642e98aa265'),
(5747,5747,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5744]}',1,'2025-11-14 16:45:25','2025-11-14 16:45:25','8cc56510-e7a1-412a-b9a4-5fa77bfc3f4a'),
(5749,5749,1,'CCG 00503a Nondiscrimination Notice Burlington',NULL,NULL,NULL,1,'2025-11-14 16:46:23','2025-11-14 16:46:23','5856e6f2-cfc7-4011-a49d-7bc980cdeb6a'),
(5750,5750,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5749]}',1,'2025-11-14 16:46:33','2025-11-14 16:46:33','01587157-3c81-459c-8227-25ae75ba51fb'),
(5752,5752,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5749]}',1,'2025-11-14 16:46:33','2025-11-14 16:46:33','5a477f3f-743e-4ed5-88ae-34e837358308'),
(5755,5755,1,'CCG 00503a Nondiscrimination Notice Chestnut',NULL,NULL,NULL,1,'2025-11-14 16:47:41','2025-11-14 16:47:41','b4a9396b-37f0-4110-ab0b-76aa2d99aa69'),
(5756,5756,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5755]}',1,'2025-11-14 16:47:45','2025-11-14 16:47:45','56d8c697-e9a9-4ec3-b716-01426ac47ded'),
(5757,5757,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-11-14 16:47:45','2025-11-14 16:47:45','6aa600ec-fb6f-4fdd-972b-76b4202ddada'),
(5758,5758,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5755]}',1,'2025-11-14 16:47:45','2025-11-14 16:47:45','7cd039c7-433a-41e6-846c-37115fc72e36'),
(5761,5761,1,'CCG 00503a Nondiscrimination Notice Clark',NULL,NULL,NULL,1,'2025-11-14 16:48:35','2025-11-14 16:48:35','5898f1c9-e3a9-4975-8411-c44921093c93'),
(5762,5762,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5761]}',1,'2025-11-14 16:48:38','2025-11-14 16:48:38','30a63eb7-8aaf-48ef-bdb7-6595dce3135a'),
(5763,5763,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-11-14 16:48:38','2025-11-14 16:48:38','b2f82194-23e0-433b-a94b-8c8bab7a2167'),
(5764,5764,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5761]}',1,'2025-11-14 16:48:38','2025-11-14 16:48:38','4cde2f95-efca-46fa-97b8-4c571c632169'),
(5767,5767,1,'CCG 00503a Nondiscrimination Notice Corsica',NULL,NULL,NULL,1,'2025-11-14 16:49:42','2025-11-14 16:49:42','f5a66661-4c33-4ea7-9e5d-82794788763d'),
(5768,5768,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5767]}',1,'2025-11-14 16:49:46','2025-11-14 16:49:46','7723fed9-2878-4eb2-8d91-f9488eb08305'),
(5769,5769,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\"}',1,'2025-11-14 16:49:46','2025-11-14 16:49:46','636e9483-2707-4ffa-b2a1-949dfd3129db'),
(5770,5770,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5767]}',1,'2025-11-14 16:49:46','2025-11-14 16:49:46','90b35cb8-30fd-4c4f-8ea4-d6368b640541'),
(5773,5773,1,'CCG 00503a Nondiscrimination Notice Court House',NULL,NULL,NULL,1,'2025-11-14 16:50:30','2025-11-14 16:50:30','743e95fc-f46d-49d8-a242-9c89ef0a653b'),
(5774,5774,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16002]}',1,'2025-11-14 16:50:33','2026-01-22 20:16:49','ab5e0cc7-6196-4f36-a5d2-36fe43372fc2'),
(5775,5775,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-11-14 16:50:33','2025-11-14 16:50:33','5f8ec39f-b62e-453f-bf1b-bd2220f0b581'),
(5776,5776,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5773]}',1,'2025-11-14 16:50:33','2025-11-14 16:50:33','9ca7e6b0-b4e0-440b-9c2d-7fdc34da6ff2'),
(5779,5779,1,'CCG 00503a Nondiscrimination Notice Dawnview',NULL,NULL,NULL,1,'2025-11-14 16:51:25','2025-11-14 16:51:25','0cbfb66e-4154-40c4-be55-072b3894fade'),
(5780,5780,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5779]}',1,'2025-11-14 16:51:28','2025-11-14 16:51:28','cfccf0c0-bdbe-4e7e-b0e6-0b8da787aaf3'),
(5781,5781,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-11-14 16:51:28','2025-11-14 16:51:28','e1b74b6d-d305-44f6-a3db-be69edfe74d6'),
(5782,5782,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5779]}',1,'2025-11-14 16:51:28','2025-11-14 16:51:28','35b51f29-0f26-473b-b1fd-dbcabc9a1019'),
(5785,5785,1,'CCG 00503a Nondiscrimination Notice Fairlawn',NULL,NULL,NULL,1,'2025-11-14 16:54:28','2025-11-14 16:54:28','91f7f750-9d9d-441b-893c-dfaacd22cd80'),
(5786,5786,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5785]}',1,'2025-11-14 16:54:37','2025-11-14 16:54:37','0f3bc1af-4530-46e1-a786-0ade13106676'),
(5787,5787,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-11-14 16:54:37','2025-11-14 16:54:37','69a66fd3-7b54-43e0-8863-c5562e66e3f1'),
(5788,5788,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5785]}',1,'2025-11-14 16:54:37','2025-11-14 16:54:37','74974eb3-a751-465b-a69a-5fe6ad901dbe'),
(5791,5791,1,'CCG 00503a Nondiscrimination Notice Fox Hill',NULL,NULL,NULL,1,'2025-11-14 16:55:28','2025-11-14 16:55:28','9465b45f-3424-417b-936e-a3df702ee535'),
(5792,5792,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5791]}',1,'2025-11-14 16:55:31','2025-11-14 16:55:31','c062bf68-2d3e-42d9-9812-5f219f8d8b10'),
(5793,5793,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2025-11-14 16:55:31','2025-11-14 16:55:31','4fd43553-f6b5-46f3-88c8-25acc18b2d11'),
(5794,5794,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5791]}',1,'2025-11-14 16:55:31','2025-11-14 16:55:31','aaaf39d6-c308-4854-a36c-d32c000635f0'),
(5797,5797,1,'CCG 00503a Nondiscrimination Notice Green Acres',NULL,NULL,NULL,1,'2025-11-14 16:56:44','2025-11-14 16:56:44','3c456328-8858-4d82-92ef-aeb3e0cca483'),
(5798,5798,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16025]}',1,'2025-11-14 16:56:47','2026-01-22 20:21:45','c92a946e-e2ef-4f10-b4b2-1720aa6771e4'),
(5799,5799,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3122],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2025-11-14 16:56:47','2025-11-14 16:56:47','94726fe3-8aee-4c8f-bfa3-f9a09651dac0'),
(5800,5800,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5797]}',1,'2025-11-14 16:56:47','2025-11-14 16:56:47','021fc401-a6ca-4d3e-a9b1-42a277bd8208'),
(5803,5803,1,'CCG 00503a Nondiscrimination Notice Green Knoll',NULL,NULL,NULL,1,'2025-11-14 16:57:49','2025-11-14 16:57:49','bb75105f-1807-4e56-a1fd-6b5f84ad9f33'),
(5804,5804,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5803]}',1,'2025-11-14 16:57:53','2025-11-14 16:57:53','bae2126e-fccf-4766-b063-e2f2602f665c'),
(5805,5805,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-11-14 16:57:53','2025-11-14 16:57:53','85a3bc2e-c40e-4a27-94f0-6956a17db4ee'),
(5806,5806,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5803]}',1,'2025-11-14 16:57:53','2025-11-14 16:57:53','b5bf4ee0-b124-410f-b1bf-6d5fdb0108ea'),
(5809,5809,1,'CCG 00503a Nondiscrimination Notice Groton Regency',NULL,NULL,NULL,1,'2025-11-14 16:58:49','2025-11-14 16:58:49','48382397-9a46-4a6a-be71-b4dd91e23f1c'),
(5810,5810,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5809]}',1,'2025-11-14 16:58:53','2025-11-14 16:58:53','ced73d87-64cc-4261-91ed-4023e0b7b10a'),
(5811,5811,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-11-14 16:58:53','2025-11-14 16:58:53','437b1897-8a0e-44cd-90b7-7f562518a82a'),
(5812,5812,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5809]}',1,'2025-11-14 16:58:53','2025-11-14 16:58:53','865bb723-2d0c-4a1d-9707-13f9f193c4c4'),
(5815,5815,1,'CCG 00503a Nondiscrimination Notice Groton Regency',NULL,NULL,NULL,1,'2025-11-14 16:59:09','2025-11-14 16:59:09','7ac69a79-6763-4e25-a782-aebd096df766'),
(5816,5816,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5815]}',1,'2025-11-14 16:59:14','2025-11-14 16:59:14','b4c70369-63b8-4e06-afea-8855f0c10d77'),
(5817,5817,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2025-11-14 16:59:14','2025-11-14 16:59:14','20b98874-d83d-45b9-a523-460a22e72528'),
(5818,5818,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5815]}',1,'2025-11-14 16:59:14','2025-11-14 16:59:14','2e99630c-ff89-4d9a-a2ca-dfe6609661c4'),
(5821,5821,1,'CCG 00503a Nondiscrimination Notice Hagerstown',NULL,NULL,NULL,1,'2025-11-14 17:03:37','2025-11-14 17:03:37','2f79e96c-8696-4b62-9a84-659a15e99cac'),
(5822,5822,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5821]}',1,'2025-11-14 17:03:41','2025-11-14 17:03:41','781b7d6f-5bbf-48ed-9689-b2c7550a0b61'),
(5823,5823,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2025-11-14 17:03:41','2025-11-14 17:03:41','cbb61422-0184-4012-b65e-56ebae5bca76'),
(5824,5824,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5821]}',1,'2025-11-14 17:03:41','2025-11-14 17:03:41','65a61dd8-30e3-472b-b5fe-29f4252d8f73'),
(5827,5827,1,'CCG 00503a Nondiscrimination Notice Hamilton Plaza',NULL,NULL,NULL,1,'2025-11-14 17:04:36','2025-11-14 17:04:36','2e11a889-a93f-4aa6-b5b0-ca86d6dd1ae5'),
(5828,5828,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5827]}',1,'2025-11-14 17:04:44','2025-11-14 17:04:44','b9f144c8-bfb4-4489-ba04-99a5865b93d5'),
(5829,5829,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-11-14 17:04:44','2025-11-14 17:04:44','9c9a4aa5-0340-46da-af29-1f1899ab41f3'),
(5830,5830,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5827]}',1,'2025-11-14 17:04:44','2025-11-14 17:04:44','bc9dbbe4-58c5-4906-a940-e635c752dd4e'),
(5833,5833,1,'CCG 00503a Nondiscrimination Notice Harborage',NULL,NULL,NULL,1,'2025-11-14 17:05:35','2025-11-14 17:05:35','2cfaf5dd-5b70-488f-9775-21bacdc0cfe1'),
(5834,5834,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5833]}',1,'2025-11-14 17:05:38','2025-11-14 17:05:38','247d9f39-170d-40c4-9e9b-1288df9f5950'),
(5835,5835,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-11-14 17:05:38','2025-11-14 17:05:38','57f1834b-d090-44b0-9639-81d3fb585d2f'),
(5836,5836,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5833]}',1,'2025-11-14 17:05:38','2025-11-14 17:05:38','0da698ff-114d-4d86-84f4-7539cb822b50'),
(5839,5839,1,'CCG 00503a Nondiscrimination Notice Harston Hall',NULL,NULL,NULL,1,'2025-11-14 17:06:42','2025-11-14 17:06:42','95a431fa-71c2-4b52-997b-1448cb91c95d'),
(5840,5840,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5839]}',1,'2025-11-14 17:06:45','2025-11-14 17:06:45','c6b57d11-b838-441c-9ea6-4e9bfc91d262'),
(5841,5841,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-11-14 17:06:45','2025-11-14 17:06:45','bbbcc43d-f632-4724-ae5b-8388acd17f6f'),
(5842,5842,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5839]}',1,'2025-11-14 17:06:45','2025-11-14 17:06:45','cec0ea6e-6849-41b5-960a-a5418a85f327'),
(5845,5845,1,'CCG 00503a Nondiscrimination Notice Heritage',NULL,NULL,NULL,1,'2025-11-14 17:07:30','2025-11-14 17:07:30','1db01e3f-df93-4898-b84c-3b368468d163'),
(5846,5846,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5845]}',1,'2025-11-14 17:07:37','2025-11-14 17:07:37','24342236-40be-4d09-b22f-b693989b99fe'),
(5847,5847,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2025-11-14 17:07:37','2025-11-14 17:07:37','8c46df73-6054-48d6-ae56-d6f11afb7967'),
(5848,5848,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5845]}',1,'2025-11-14 17:07:37','2025-11-14 17:07:37','10f8bc42-6a19-489a-872a-183bba006ffc'),
(5851,5851,1,'CCG 00503a Nondiscrimination Notice Hillside',NULL,NULL,NULL,1,'2025-11-14 17:08:25','2025-11-14 17:08:25','146ec868-c1c8-4f90-bd39-721d2ab3ee21'),
(5852,5852,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5851]}',1,'2025-11-14 17:08:31','2025-11-14 17:08:31','625e7bdb-7f14-4167-8065-f665fffef2b3'),
(5853,5853,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2025-11-14 17:08:31','2025-11-14 17:08:31','a842286e-7a6b-40aa-80ff-583761d31930'),
(5854,5854,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5851]}',1,'2025-11-14 17:08:31','2025-11-14 17:08:31','8787b178-202e-47af-ba7b-e3a308667bef'),
(5857,5857,1,'CCG 00503a Nondiscrimination Notice Holiday',NULL,NULL,NULL,1,'2025-11-14 17:09:18','2025-11-14 17:09:18','ac510f01-df3c-4ac0-9fc1-ebd3cc717635'),
(5858,5858,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5857]}',1,'2025-11-14 17:09:23','2025-11-14 17:09:23','48264ae9-1b87-47d9-ba55-def68797847e'),
(5859,5859,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-11-14 17:09:23','2025-11-14 17:09:23','e7c0126d-ae5d-4766-aa83-8536ca11f200'),
(5860,5860,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5857]}',1,'2025-11-14 17:09:23','2025-11-14 17:09:23','cc6f430d-c10b-41eb-a507-b46f3ef2bdc1'),
(5863,5863,1,'CCG 00503a Nondiscrimination Notice Holmdel',NULL,NULL,NULL,1,'2025-11-14 17:10:25','2025-11-14 17:10:25','7fd7eb65-908b-4dd5-87ee-02387fc67ff3'),
(5864,5864,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5863]}',1,'2025-11-14 17:10:29','2025-11-14 17:10:29','20726055-193d-4309-b386-c60d0b26b804'),
(5865,5865,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2025-11-14 17:10:29','2025-11-14 17:10:29','5cf32c84-f713-4c30-a1da-75dd7513c218'),
(5866,5866,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5863]}',1,'2025-11-14 17:10:29','2025-11-14 17:10:29','804d114c-acdd-4dd7-b6d2-b203350c530e'),
(5869,5869,1,'CCG 00503a Nondiscrimination Notice Hyattsville',NULL,NULL,NULL,1,'2025-11-14 17:12:18','2025-11-14 17:12:18','58abe86d-e0d9-4ba6-8301-4aae62c2ca2f'),
(5870,5870,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5869]}',1,'2025-11-14 17:12:22','2025-11-14 17:12:22','aaf0a115-f50f-438b-a4ec-62eb0738d6d5'),
(5871,5871,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2025-11-14 17:12:22','2025-11-14 17:12:22','ff613cc5-04fc-4cdd-9d2c-8a7e0ba5d563'),
(5872,5872,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5869]}',1,'2025-11-14 17:12:22','2025-11-14 17:12:22','46540075-5cca-4a42-86d0-688ceb9bac48'),
(5875,5875,1,'CCG 00503a Nondiscrimination Notice KHS',NULL,NULL,NULL,1,'2025-11-14 17:13:10','2025-11-14 17:13:10','ae43b862-7e89-4694-ba6e-c051d5ebb03c'),
(5876,5876,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5875]}',1,'2025-11-14 17:13:14','2025-11-14 17:13:14','3c5ed608-bce3-49f6-9f0f-eec9742645a3'),
(5877,5877,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2025-11-14 17:13:14','2025-11-14 17:13:14','85678eb1-ac06-48d5-8326-29a2937be2f1'),
(5878,5878,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5875]}',1,'2025-11-14 17:13:14','2025-11-14 17:13:14','04094897-c4c2-4162-b527-60366cb594e7'),
(5881,5881,1,'CCG 00503a Nondiscrimination Notice Kresson View',NULL,NULL,NULL,1,'2025-11-14 17:13:55','2025-11-14 17:13:55','9d598b9f-01ec-4e41-88cb-8f57e031db3e'),
(5882,5882,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5881]}',1,'2025-11-14 17:13:58','2025-11-14 17:13:58','a31ef76f-02fd-40c8-961e-305621c867dd'),
(5883,5883,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-11-14 17:13:58','2025-11-14 17:13:58','17f43b5c-8440-4c9b-a33b-dadf8a7493af'),
(5884,5884,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5881]}',1,'2025-11-14 17:13:58','2025-11-14 17:13:58','7d662190-02ab-4d0e-b5ed-b846d9a94364'),
(5887,5887,1,'CCG 00503a Nondiscrimination Notice Lehigh',NULL,NULL,NULL,1,'2025-11-14 17:16:02','2025-11-14 17:16:02','b136e79b-f2aa-47b6-9f29-4af33c430c74'),
(5888,5888,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5887]}',1,'2025-11-14 17:16:05','2025-11-14 17:16:05','7ffeb049-300a-4b1e-9fe4-0b398d0717fe'),
(5889,5889,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2025-11-14 17:16:05','2025-11-14 17:16:05','3383fc6e-bcb3-48a3-9217-f0b8a0081950'),
(5890,5890,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5887]}',1,'2025-11-14 17:16:05','2025-11-14 17:16:05','189b0520-f808-4c2d-8076-b4de99b6d535'),
(5893,5893,1,'CCG 00503a Nondiscrimination Notice Marcella',NULL,NULL,NULL,1,'2025-11-14 17:16:53','2025-11-14 17:16:53','79e6b22a-48e3-4022-84de-609027b07df9'),
(5894,5894,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16080]}',1,'2025-11-14 17:17:11','2026-01-22 20:37:37','5b2aa5bf-cba6-49d9-a415-51eb84d54263'),
(5895,5895,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-11-14 17:17:11','2025-11-14 17:17:11','ffcd697f-21b5-41fb-8407-c901aa6052e7'),
(5896,5896,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5893]}',1,'2025-11-14 17:17:11','2025-11-14 17:17:11','47ce064f-de38-405c-8ffa-6e6f0cdc924f'),
(5899,5899,1,'CCG 00503a Nondiscrimination Notice Margate Park',NULL,NULL,NULL,1,'2025-11-14 17:18:15','2025-11-14 17:18:15','72a5e031-8a7f-4c0c-b5bc-b9c586a5c3f5'),
(5900,5900,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5899]}',1,'2025-11-14 17:18:18','2025-11-14 17:18:18','4c203721-8dbf-46c3-a75a-0f924d329d51'),
(5901,5901,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-11-14 17:18:18','2025-11-14 17:18:18','6b4016be-46b0-4a3a-923e-5f1f9a3af0af'),
(5902,5902,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5899]}',1,'2025-11-14 17:18:18','2025-11-14 17:18:18','415a887a-4c53-47fb-a229-a56125ea8fee'),
(5905,5905,1,'CCG 00503a Nondiscrimination Notice Mercerville',NULL,NULL,NULL,1,'2025-11-14 17:20:41','2025-11-14 17:20:41','c39b79f9-2261-4199-945e-d5e99f8e51ca'),
(5906,5906,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5905]}',1,'2025-11-14 17:20:43','2025-11-14 17:20:43','936b4c16-3b36-4ae2-9b15-5ecd8483b784'),
(5907,5907,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-11-14 17:20:43','2025-11-14 17:20:43','d4166dd2-4230-42ed-8b7f-dee527103e27'),
(5908,5908,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5905]}',1,'2025-11-14 17:20:43','2025-11-14 17:20:43','39c7655c-4267-48b5-949b-64834b76f19d'),
(5911,5911,1,'CCG 00503a Nondiscrimination Notice Middlebury',NULL,NULL,NULL,1,'2025-11-14 17:21:30','2025-11-14 17:21:30','d2059d98-5703-42f5-9d12-a7d8e85b7f86'),
(5912,5912,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5911]}',1,'2025-11-14 17:21:34','2025-11-14 17:21:34','aad6af0c-b765-4fc7-8a03-e1d741db772d'),
(5913,5913,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2025-11-14 17:21:34','2025-11-14 17:21:34','a3174bb4-56ee-45a5-9bc7-fa544cc53b10'),
(5914,5914,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5911]}',1,'2025-11-14 17:21:34','2025-11-14 17:21:34','dc97f06d-ca27-4a62-9cbb-ae9e203d671b'),
(5917,5917,1,'CCG 00503a Nondiscrimination Notice Milford Manor',NULL,NULL,NULL,1,'2025-11-14 17:24:31','2025-11-14 17:24:31','369eaa6d-583d-4e96-b9e2-62f8bb17b1d6'),
(5918,5918,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5917]}',1,'2025-11-14 17:24:43','2025-11-14 17:24:43','6ab9e45f-2142-40bf-8a9f-14e5b33bd7b3'),
(5919,5919,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-11-14 17:24:43','2025-11-14 17:24:43','45066263-0ac1-4652-951a-562fd051e44a'),
(5920,5920,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5917]}',1,'2025-11-14 17:24:43','2025-11-14 17:24:43','e768000a-52ad-4c5e-a70e-c54c4d5b6df4'),
(5923,5923,1,'CCG 00503a Nondiscrimination Notice Multi Med',NULL,NULL,NULL,1,'2025-11-14 17:26:04','2025-11-14 17:26:04','3990f73f-a6f8-4af1-ba7e-dec8f60a721d'),
(5924,5924,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5923]}',1,'2025-11-14 17:26:13','2025-11-14 17:26:13','4a8ea588-03cc-4222-99dc-a3016cbb77a0'),
(5925,5925,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2025-11-14 17:26:13','2025-11-14 17:26:13','afa707b3-f3c1-4c59-9d85-c040edb98865'),
(5926,5926,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5923]}',1,'2025-11-14 17:26:13','2025-11-14 17:26:13','5716b39d-9174-47cf-a285-d31eea07bbc4'),
(5929,5929,1,'CCG 00503a Nondiscrimination Notice Oak Ridge',NULL,NULL,NULL,1,'2025-11-14 17:27:16','2025-11-14 17:27:16','55ce5f1c-4a3f-4391-a413-123c71e01e41'),
(5930,5930,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5929]}',1,'2025-11-14 17:27:22','2025-11-14 17:27:22','281fa2e6-1129-4ea8-8cbe-bb44301ef32b'),
(5931,5931,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2025-11-14 17:27:22','2025-11-14 17:27:22','37e4fcb2-a3a8-4bcf-9924-b2f84770a393'),
(5932,5932,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5929]}',1,'2025-11-14 17:27:22','2025-11-14 17:27:22','79e0d235-8e14-4d06-9747-750cf62108d7'),
(5935,5935,1,'CCG 00503a Nondiscrimination Notice Ocean Grove',NULL,NULL,NULL,1,'2025-11-14 17:28:30','2025-11-14 17:28:30','29fc89e4-b784-4c8e-a929-52479e09fc7b'),
(5936,5936,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5935]}',1,'2025-11-14 17:28:32','2025-11-14 17:28:32','ae3535b6-14a8-4bc2-92ab-1f3215f16c89'),
(5937,5937,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-11-14 17:28:32','2025-11-14 17:28:32','a269d0f3-9567-4077-9fff-afb7c2873813'),
(5938,5938,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5935]}',1,'2025-11-14 17:28:32','2025-11-14 17:28:32','e0282357-5c9c-4ac2-8331-a88b7c565caa'),
(5941,5941,1,'CCG 00503a Nondiscrimination Notice Orange',NULL,NULL,NULL,1,'2025-11-14 17:29:45','2025-11-14 17:29:45','e969271b-5c31-4267-ae7b-0a3755c23b0e'),
(5942,5942,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5941]}',1,'2025-11-14 17:29:48','2025-11-14 17:29:48','c51b0547-41df-445b-aa89-263baffee78e'),
(5943,5943,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3896],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2025-11-14 17:29:48','2025-11-14 17:29:48','d4c80632-ea40-4e5d-b9f3-56b2e3ca56c7'),
(5944,5944,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5941]}',1,'2025-11-14 17:29:48','2025-11-14 17:29:48','cb3bd16e-fd10-403b-bca0-74585e29416a'),
(5947,5947,1,'CCG 00503a Nondiscrimination Notice Prospect',NULL,NULL,NULL,1,'2025-11-14 17:31:11','2025-11-14 17:31:11','73925bee-d554-42d1-a10d-ae00195f907f'),
(5948,5948,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5947]}',1,'2025-11-14 17:31:14','2025-11-14 17:31:14','d99a3b1c-16d1-4548-8ff5-6976bdb31c57'),
(5949,5949,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2025-11-14 17:31:14','2025-11-14 17:31:14','8b2619f5-7744-481a-a2e5-3212b29a3ca3'),
(5950,5950,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5947]}',1,'2025-11-14 17:31:14','2025-11-14 17:31:14','4b3ca115-9aad-4431-b9c6-5d09f57b4ac1'),
(5953,5953,1,'CCG 00503a Nondiscrimination Notice Regent',NULL,NULL,NULL,1,'2025-11-14 17:32:13','2025-11-14 17:32:13','8ad89e0b-01fc-44b4-b0ad-6369cae99025'),
(5954,5954,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5953]}',1,'2025-11-14 17:32:17','2025-11-14 17:32:17','adf491e2-ee65-4857-a489-c71f78ad823a'),
(5955,5955,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2025-11-14 17:32:18','2025-11-14 17:32:18','edd1c9c6-a9a5-44ee-8770-158a9cb4b190'),
(5956,5956,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5953]}',1,'2025-11-14 17:32:18','2025-11-14 17:32:18','7a444c47-0898-44d2-8963-84d42e9dcbde'),
(5959,5959,1,'CCG 00503a Nondiscrimination Notice Ridgewood',NULL,NULL,NULL,1,'2025-11-14 17:33:17','2025-11-14 17:33:17','593d6587-c20a-4042-bc87-b091b01ee726'),
(5960,5960,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5959]}',1,'2025-11-14 17:33:20','2025-11-14 17:33:20','75fae69d-deb7-40ed-a03b-32fe0ee664c8'),
(5961,5961,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RidgewoodCareCenter/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-11-14 17:33:20','2025-11-14 17:33:20','98a3ca47-85c3-4c8d-b2d0-a819896c3931'),
(5962,5962,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5959]}',1,'2025-11-14 17:33:20','2025-11-14 17:33:20','9ae75196-b81b-4c7d-816a-9788ed5f7c10'),
(5965,5965,1,'CCG 00503a Nondiscrimination Notice Severna',NULL,NULL,NULL,1,'2025-11-14 17:45:07','2025-11-14 17:45:07','6646e1f9-36c4-41fb-9009-2b73755a272d'),
(5966,5966,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5965]}',1,'2025-11-14 17:45:13','2025-11-14 17:45:13','d19792f7-9ae4-4e24-837b-65d9ccbf2d99'),
(5967,5967,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2025-11-14 17:45:13','2025-11-14 17:45:13','3f2a3592-d8ca-4583-9ac3-6822b0794717'),
(5968,5968,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5965]}',1,'2025-11-14 17:45:13','2025-11-14 17:45:13','2e629bbe-47e1-468a-83a5-572d4ef8b4b9'),
(5971,5971,1,'CCG 00503a Nondiscrimination Notice Sheridan Commons',NULL,NULL,NULL,1,'2025-11-14 17:46:23','2025-11-14 17:46:23','9ac6c5e9-77fb-4c72-8531-4dd76d0b5a15'),
(5972,5972,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5971]}',1,'2025-11-14 17:46:29','2025-11-14 17:46:29','7f0d912c-3033-4a13-9616-785c13dbc0d6'),
(5973,5973,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-11-14 17:46:29','2025-11-14 17:46:29','74a83060-fff9-4b0e-894c-bd94cfa5fcff'),
(5974,5974,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5971]}',1,'2025-11-14 17:46:29','2025-11-14 17:46:29','a33bb3a8-9a49-4d81-88b7-152011e3f3e8'),
(5977,5977,1,'CCG 00503a Nondiscrimination Notice Shrewsbury',NULL,NULL,NULL,1,'2025-11-14 17:47:39','2025-11-14 17:47:39','8ad3dfc5-5389-4804-8321-8a23fe9081ef'),
(5978,5978,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5977]}',1,'2025-11-14 17:47:42','2025-11-14 17:47:42','25743ad0-4233-4886-b779-f3082f03b46d'),
(5979,5979,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2025-11-14 17:47:42','2025-11-14 17:47:42','a577a5a2-a9a5-4ce3-87a4-71a0317774df'),
(5980,5980,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5977]}',1,'2025-11-14 17:47:42','2025-11-14 17:47:42','c3b8c14c-b0b5-44c8-bc12-674fd9eae626'),
(5982,5982,1,'CCG 00503a Nondiscrimination Notice Silver Lake',NULL,NULL,NULL,1,'2025-11-14 17:48:40','2025-11-14 17:48:40','2b3ba728-5905-4bdd-95c5-3a07dc8765c7'),
(5983,5983,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5982]}',1,'2025-11-14 17:48:42','2025-11-14 17:48:42','bdd85d85-e51b-4f14-8165-bbaa0e8d5790'),
(5984,5984,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2025-11-14 17:48:42','2025-11-14 17:48:42','22f81d6c-c58b-4a2a-bbda-984df8e9bc93'),
(5985,5985,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5982]}',1,'2025-11-14 17:48:42','2025-11-14 17:48:42','6ab72b87-fd19-4adb-9a59-135ae0c82fc8'),
(5987,5987,1,'CCG 00503a Nondiscrimination Notice Southpointe',NULL,NULL,NULL,1,'2025-11-14 17:50:30','2025-11-14 17:50:30','6774fd34-6b49-4b38-b7bf-b4494e2d0472'),
(5988,5988,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5987]}',1,'2025-11-14 17:50:36','2025-11-14 17:50:36','695f045a-49f9-4d36-9bc4-67083d57b867'),
(5989,5989,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-11-14 17:50:36','2025-11-14 17:50:36','cd8eda80-0cb8-4c45-9413-61e4e963ce78'),
(5990,5990,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5987]}',1,'2025-11-14 17:50:36','2025-11-14 17:50:36','3e609151-728f-4382-a108-66b0cdcacf32'),
(5994,5994,1,'CCG 00503a Nondiscrimination Notice Silver Spring',NULL,NULL,NULL,1,'2025-11-14 18:15:34','2025-11-14 18:15:34','114c996a-f6ca-4b03-8876-f0548976bf07'),
(5995,5995,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5994]}',1,'2025-11-14 18:15:40','2025-11-14 18:15:40','15e07051-82fd-4570-b374-c1965e84f19b'),
(5996,5996,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2025-11-14 18:15:40','2025-11-14 18:15:40','1cdedccd-9718-4735-a7f7-90c190b50cdd'),
(5997,5997,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5994]}',1,'2025-11-14 18:15:41','2025-11-14 18:15:41','e9da5fef-6c09-43c9-b6af-d1a4c655da73'),
(6000,6000,1,'CCG 00503a Nondiscrimination Notice St Vincents',NULL,NULL,NULL,1,'2025-11-14 18:16:36','2025-11-14 18:16:36','8a11fb6d-f658-49db-aa06-38e7d35611c3'),
(6001,6001,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6000]}',1,'2025-11-14 18:17:03','2025-11-14 18:17:03','96e2881b-e6e2-4e65-a008-607741ee2af0'),
(6002,6002,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5127,5128,5129,5130,5131],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-11-14 18:17:03','2025-11-14 18:17:03','3e201536-e9c7-4d59-8574-e58356485443'),
(6003,6003,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6000]}',1,'2025-11-14 18:17:03','2025-11-14 18:17:03','c342c41a-cc1b-42c4-ad3e-3849cd0e3320'),
(6006,6006,1,'CCG 00503a Nondiscrimination Notice Summit',NULL,NULL,NULL,1,'2025-11-14 18:17:47','2025-11-14 18:17:47','89d62fd7-6964-41e9-97d0-bebeca8d136a'),
(6007,6007,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6006]}',1,'2025-11-14 18:17:51','2025-11-14 18:17:51','24b5c37e-002a-47d4-820f-9639a17cb761'),
(6008,6008,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5122,5123,5124,5125],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2025-11-14 18:17:51','2025-11-14 18:17:51','2bf9a9bb-f55b-446c-bc24-4e4ca8d9cf52'),
(6009,6009,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6006]}',1,'2025-11-14 18:17:51','2025-11-14 18:17:51','baf4ca33-b0e8-4ce1-bc6f-e59b5104d287'),
(6010,6010,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-11-14 18:18:00','2025-11-14 18:18:00','8dd6e0cf-8558-491e-9dd5-838337341169'),
(6013,6013,1,'CCG 00503a Nondiscrimination Notice BLVD',NULL,NULL,NULL,1,'2025-11-14 18:18:51','2025-11-14 18:18:51','4573ca59-e9ca-4a4d-a7b2-2090a0f24e0b'),
(6015,6015,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6013]}',1,'2025-11-14 18:18:54','2025-11-14 18:18:54','702f2d7b-7c69-4085-8cc4-dc30744d803f'),
(6016,6016,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-11-14 18:18:54','2025-11-14 18:18:54','ecf57902-65f3-4018-a674-ed789088f322'),
(6017,6017,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6013]}',1,'2025-11-14 18:18:54','2025-11-14 18:18:54','5c50bce1-e27d-4d15-80dc-4a0f1f212ff2'),
(6020,6020,1,'CCG 00503a Nondiscrimination Notice Victoria Commons',NULL,NULL,NULL,1,'2025-11-14 18:19:39','2025-11-14 18:19:39','1be57f43-c970-47b9-b8e2-f9598a0533e6'),
(6021,6021,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6020]}',1,'2025-11-14 18:19:43','2025-11-14 18:19:43','3780607d-8697-4b42-8734-349723531005'),
(6022,6022,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2025-11-14 18:19:43','2025-11-14 18:19:43','8d391bff-5efc-4beb-b2e8-e76391200131'),
(6023,6023,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6020]}',1,'2025-11-14 18:19:43','2025-11-14 18:19:43','a9fe5097-fcb6-467f-943e-76b345e0aae7'),
(6026,6026,1,'CCG 00503a Nondiscrimination Notice Voorhees',NULL,NULL,NULL,1,'2025-11-14 18:20:49','2025-11-14 18:20:49','4723a774-4de5-4bee-9790-b0131bc53789'),
(6027,6027,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6026]}',1,'2025-11-14 18:20:53','2025-11-14 18:20:53','37e856f8-c6f6-4b26-a2ca-c55b8253bd83'),
(6028,6028,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5105,5106,5107,5108,5109,5110,5111,5112],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-11-14 18:20:53','2025-11-14 18:20:53','aa0dfe37-1d5b-43ba-a707-6d6c1d28000b'),
(6029,6029,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6026]}',1,'2025-11-14 18:20:53','2025-11-14 18:20:53','6cdbc515-36db-49dc-a48d-5244929cc1d5'),
(6033,6033,1,'CCG 00503a Nondiscrimination Notice Wayne',NULL,NULL,NULL,1,'2025-11-14 18:21:47','2025-11-14 18:21:47','34f8583a-4a98-47c3-b371-769a534f5ea2'),
(6034,6034,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6033]}',1,'2025-11-14 18:21:50','2025-11-14 18:21:50','e98456cf-fe43-423c-aa87-aa7ffb637c85'),
(6035,6035,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2025-11-14 18:21:50','2025-11-14 18:21:50','eb7aa8b0-b8a5-4da5-883b-ee9cdec61022'),
(6036,6036,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6033]}',1,'2025-11-14 18:21:50','2025-11-14 18:21:50','4a094d88-2a6b-4f66-88c5-5dd380a9f637'),
(6039,6039,1,'CCG 00503a Nondiscrimination Notice Wheaton',NULL,NULL,NULL,1,'2025-11-14 18:22:44','2025-11-14 18:22:44','ccd0be4c-7032-4538-8303-30f36153a176'),
(6040,6040,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6039]}',1,'2025-11-14 18:22:46','2025-11-14 18:22:46','b8df5d5f-bd24-451c-a6a8-75a32fbdfe12'),
(6041,6041,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-11-14 18:22:47','2025-11-14 18:22:47','88cbaed0-b345-4d29-81e6-397c4a6ac8d6'),
(6042,6042,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6039]}',1,'2025-11-14 18:22:47','2025-11-14 18:22:47','def13b9d-8e85-48b4-bd3a-86cf2afabb3e'),
(6045,6045,1,'CCG 00503a Nondiscrimination Notice Whispering',NULL,NULL,NULL,1,'2025-11-14 18:23:27','2025-11-14 18:23:27','ac3cad52-bd7a-49d1-90ed-5e5d9705ac2b'),
(6046,6046,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6045]}',1,'2025-11-14 18:23:30','2025-11-14 18:23:30','211db7c2-2350-4690-b992-0054bfde7690'),
(6047,6047,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4973],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4991,4992,4993,4994,4995,4996,4997],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-11-14 18:23:30','2025-11-14 18:23:30','73ff17b9-4aa7-42e3-95f0-3653e36a3ac1'),
(6048,6048,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6045]}',1,'2025-11-14 18:23:30','2025-11-14 18:23:30','89d4bb92-fb2e-4c4a-8983-5378f6a0d9bd'),
(6064,6064,1,'Corsica AD',NULL,NULL,NULL,1,'2025-11-17 14:59:26','2025-11-17 14:59:26','d3a0816a-fd5b-4c04-8f0f-2a8e4aa58ff3'),
(6065,6065,1,'Corsica Admin',NULL,NULL,NULL,1,'2025-11-17 14:59:26','2025-11-17 14:59:26','968687cf-4580-40e8-895c-9d030e2b2996'),
(6068,6068,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\"}',1,'2025-11-17 14:59:56','2025-11-17 14:59:56','98c6fcd0-91b3-47f7-bfc2-dbbfa09536f5'),
(6069,6069,1,'Jessica Dukes','jessica-dukes',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Dukes\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6065]}',1,'2025-11-17 14:59:56','2025-11-17 14:59:56','9ad91c70-22b6-4555-8d2e-8d4cf64285d2'),
(6070,6070,1,'Mariah Beatty','mariah-beatty',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mariah Beatty\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6064]}',1,'2025-11-17 14:59:56','2025-11-17 14:59:56','e2b89f55-447a-402a-b811-e403765de366'),
(6074,6074,1,'Court House AD',NULL,NULL,NULL,1,'2025-11-17 15:01:33','2025-11-17 15:01:33','af1c8791-0cbd-4611-b91d-49dfd5d2cf9e'),
(6076,6076,1,'Stacy Maldonado','stacy-moldando',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacy Maldonado\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6074]}',1,'2025-11-17 15:01:37','2025-11-17 15:01:37','54cae024-d22a-4f2b-a7ec-2597b66d7a9e'),
(6077,6077,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2025-11-17 15:01:37','2025-11-17 15:01:37','9b18674f-385d-4643-8d53-06a5d7429721'),
(6078,6078,1,'Stacy Maldonado','stacy-moldando',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacy Maldonado\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6074]}',1,'2025-11-17 15:01:37','2025-11-17 15:01:37','3dfed511-98c6-4b43-acb1-7b7d1c67c708'),
(6081,6081,1,'Dawnview Admin',NULL,NULL,NULL,1,'2025-11-17 15:03:36','2025-11-17 15:03:36','18ee089d-c32e-4d9f-80a6-1bcbbf234de9'),
(6082,6082,1,'Dawnview AD',NULL,NULL,NULL,1,'2025-11-17 15:03:43','2025-11-17 15:03:43','14bdf14b-34fa-4a57-92a3-f9cd49800b5c'),
(6084,6084,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-11-17 15:03:58','2025-11-17 15:03:58','bbe21638-e6eb-4759-98ce-7c187cee3838'),
(6085,6085,1,'Stephanie J. Shoemaker','stephanie-j-shoemaker',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie J. Shoemaker\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6081]}',1,'2025-11-17 15:03:58','2025-11-17 15:03:58','8ce5d8bb-5a2a-4db4-b765-38e38b879a14'),
(6086,6086,1,'Sheila Keister','sheila-keister',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sheila Keister\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6082]}',1,'2025-11-17 15:03:58','2025-11-17 15:03:58','c081fab9-b32e-45b7-80a2-0940106a5577'),
(6088,6088,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2025-11-17 15:04:56','2025-11-17 15:04:56','7eb202a6-cbf1-496c-8fbe-8147e608ad71'),
(6090,6090,1,'Fox Hill Admin',NULL,NULL,NULL,1,'2025-11-17 15:08:28','2025-11-17 15:08:28','ee5952ad-69d0-4d88-b4f8-5aa315e09969'),
(6093,6093,1,'Fox Hill AD',NULL,NULL,NULL,1,'2025-11-17 15:11:59','2025-11-17 15:11:59','6b553e5a-c770-4b08-91a8-c18af7d06f1c'),
(6094,6094,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2025-11-17 15:12:02','2025-11-17 15:12:02','90c579fd-1824-4693-90e3-6e4172fdc07b'),
(6095,6095,1,'Jeff Hilliard','jeff-hilliard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeff Hilliard\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6090]}',1,'2025-11-17 15:12:02','2025-11-17 15:12:02','905c8361-eb20-45c7-ad0b-0744f7fc374f'),
(6096,6096,1,'Holly Dean','holly-dean',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Dean\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6093]}',1,'2025-11-17 15:12:02','2025-11-17 15:12:02','8d686b8d-9d10-4899-8d07-9ab9a46bf879'),
(6099,6099,1,'Virginia AD',NULL,NULL,NULL,1,'2025-11-17 15:16:07','2025-11-17 15:16:07','ee92ed8a-72b4-4d3b-9839-d66ca8eac644'),
(6101,6101,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Virginia-Highlands-Care-And-Rehab-100134656100444/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-11-17 15:16:11','2025-11-17 15:16:11','8bc81dc0-97fb-4e00-a427-12b51113bf35'),
(6102,6102,1,'Michael Spitzer','michael-spitzer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Spitzer\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 15:16:11','2025-11-17 15:16:11','b84bb007-a394-4425-9b66-219c3c240b4a'),
(6103,6103,1,'Deana Stakic','deana-stakic',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deana Stakic\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6099]}',1,'2025-11-17 15:16:11','2025-11-17 15:16:11','e8a008ff-7d1b-451a-b85c-3e5394465e28'),
(6105,6105,1,'Glendale AD',NULL,NULL,NULL,1,'2025-11-17 15:17:03','2025-11-17 15:17:03','04a5d4e2-8d49-46dd-9153-2d3c51892c53'),
(6107,6107,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2025-11-17 15:17:07','2025-11-17 15:17:07','cf74a5d5-3d24-448b-b495-363fabef1284'),
(6108,6108,1,'Karley Conway','karley-conway',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Karley Conway\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6105]}',1,'2025-11-17 15:17:07','2025-11-17 15:17:07','a9b34f56-2dd6-4e6b-8a86-cee180a0c6b3'),
(6112,6112,1,'Glendale West AD',NULL,NULL,NULL,1,'2025-11-17 15:34:14','2025-11-17 15:34:14','0eecf30c-81c7-478f-aaed-ac2aaedfe9a8'),
(6113,6113,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2025-11-17 15:34:54','2025-11-17 15:34:54','43072282-6d88-48ef-8ea1-cc63fed57f78'),
(6114,6114,1,'Katie Schleicher','katie-schleicher',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Schleicher\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6112]}',1,'2025-11-17 15:34:54','2025-11-17 15:34:54','66f5fa88-4371-4139-bcee-9313b3fb49c4'),
(6117,6117,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Grande-Prairie-Care-and-Rehab-Center-100112249436100/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-11-17 15:36:44','2025-11-17 15:36:44','3c3caa2f-017f-491a-90a8-bb300c2f6ac9'),
(6118,6118,1,'William Steele','william-steele',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Steele\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 15:36:44','2025-11-17 15:36:44','675ccf16-0f3b-4c42-aff2-eeb1ed170a55'),
(6119,6119,1,'Jennifer Chuc','jennifer-chuc',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Chuc\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-11-17 15:36:44','2025-11-17 15:36:44','333372e3-193b-407c-aed1-dabb25518de5'),
(6122,6122,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3122],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2025-11-17 15:38:31','2025-11-17 15:38:31','ace3a7b2-d0b9-400c-b815-4f87fead6dac'),
(6123,6123,1,'Menachem Shapiro','eli-basch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Menachem Shapiro\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[632]}',1,'2025-11-17 15:38:31','2025-11-17 15:38:31','030ea472-2b39-4c80-95ab-20bc65a54e58'),
(6125,6125,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2025-11-17 15:38:51','2025-11-17 15:38:51','550d495b-c6b7-4d41-a379-03cdd5e402d9'),
(6128,6128,1,'Groton Admin',NULL,NULL,NULL,1,'2025-11-17 15:39:49','2025-11-17 15:39:49','50df14a3-516f-431b-92ec-97ddadc9e2f7'),
(6130,6130,1,'Groton AD',NULL,NULL,NULL,1,'2025-11-17 15:41:05','2025-11-17 15:41:05','26526dbb-b2dd-4dcf-9983-545edd3f1e57'),
(6131,6131,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-11-17 15:41:10','2025-11-17 15:41:10','6025c1fb-b91e-43e9-a262-66231a0ea7da'),
(6132,6132,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6128]}',1,'2025-11-17 15:41:10','2025-11-17 15:41:10','2f881c8e-1f77-46d7-8125-1e61f7cdac0e'),
(6133,6133,1,'Lynn Marino','lynn-marino',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6130]}',1,'2025-11-17 15:41:10','2025-11-17 15:41:10','d3aa639d-0197-4765-8fc1-baf0939ea9f8'),
(6137,6137,1,'Groton RCH AD',NULL,NULL,NULL,1,'2025-11-17 15:41:55','2025-11-17 15:41:55','363ab9eb-3b16-4271-8b55-35ec2f16c461'),
(6138,6138,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2025-11-17 15:41:58','2025-11-17 15:41:58','a42d0e19-4be5-420b-8026-55d48195e636'),
(6139,6139,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6128]}',1,'2025-11-17 15:41:59','2025-11-17 15:41:59','4a069532-d3d2-4bb5-b7d7-d3518f3ada97'),
(6140,6140,1,'Ava Genova','ava-genova',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ava Genova\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6137]}',1,'2025-11-17 15:41:59','2025-11-17 15:41:59','03acd1ec-2e93-469b-8b6a-4be10d224650'),
(6143,6143,1,'Hagerstown AD',NULL,NULL,NULL,1,'2025-11-17 15:42:34','2025-11-17 15:42:34','b690105f-2790-4b13-80b6-be7db7d13b01'),
(6145,6145,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2025-11-17 15:43:23','2025-11-17 15:43:23','13130241-f383-4dfb-9daf-ac2c603264d1'),
(6146,6146,1,'Cindy Nasrawy','cindy-nasrawy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cindy Nasrawy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 15:43:23','2025-11-17 15:43:23','6ab62d20-3c03-434b-8563-26e9278dc8b6'),
(6147,6147,1,'Stephanie Kendle','stephanie-kendle',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stephanie Kendle\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6143]}',1,'2025-11-17 15:43:23','2025-11-17 15:43:23','628c235e-761b-4b03-bab0-254a7a1cd528'),
(6149,6149,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100057373461564\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2025-11-17 15:55:31','2025-11-17 15:55:31','1e98aee6-ff62-4538-a6d3-ca7885e8fc30'),
(6151,6151,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2025-11-17 15:56:17','2025-11-17 15:56:17','a6a30f7d-0a77-4989-8e61-f7faaaca61ef'),
(6153,6153,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2025-11-17 15:57:09','2025-11-17 15:57:09','f2f6f465-5796-40cc-9539-26e51a37e41a'),
(6156,6156,1,'Harrington Admin',NULL,NULL,NULL,1,'2025-11-17 15:57:47','2025-11-17 15:57:47','773328fb-bbcf-438b-8d9f-a7c9b8a49016'),
(6158,6158,1,'Angela Perry','angela-perry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Perry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6156]}',1,'2025-11-17 15:57:50','2025-11-17 15:57:50','982f9235-8446-45b0-a7d0-7d5a73547d9a'),
(6159,6159,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2025-11-17 15:57:50','2025-11-17 15:57:50','be095e93-271c-4694-b0e9-38fe0016bd29'),
(6160,6160,1,'Angela Perry','angela-perry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angela Perry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6156]}',1,'2025-11-17 15:57:50','2025-11-17 15:57:50','60b49389-5f85-44ed-8508-14fa6da7ec1c'),
(6162,6162,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2025-11-17 15:58:21','2025-11-17 15:58:21','47ab0250-b98d-4d3e-bb3b-9ff94ce26bf4'),
(6165,6165,1,'Heritage AD',NULL,NULL,NULL,1,'2025-11-17 15:59:50','2025-11-17 15:59:50','dd4892e4-a3ef-4cb5-a957-50348779d10d'),
(6167,6167,1,'Heritage Admin',NULL,NULL,NULL,1,'2025-11-17 16:03:15','2025-11-17 16:03:15','dd1f7233-dd80-4f06-9f4a-f8d28b347c06'),
(6168,6168,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2025-11-17 16:03:20','2025-11-17 16:03:20','bbbb0c0e-9701-46a7-bb58-2695863ea656'),
(6169,6169,1,'William Brawders','william-brawders',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"William Brawders\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6167]}',1,'2025-11-17 16:03:20','2025-11-17 16:03:20','ab52d73a-efd5-4d2d-a25b-f1f6fa949d98'),
(6170,6170,1,'Debbie Kramer','debbie-kramer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Debbie Kramer\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6165]}',1,'2025-11-17 16:03:20','2025-11-17 16:03:20','7cac6720-183d-4e22-84e0-d78e6183f738'),
(6173,6173,1,'Hillside Admin',NULL,NULL,NULL,1,'2025-11-17 16:03:58','2025-11-17 16:03:58','5e571dc6-57b6-4134-b881-8e458eaa430b'),
(6175,6175,1,'Hillside AD',NULL,NULL,NULL,1,'2025-11-17 16:04:11','2025-11-17 16:04:11','04aad33f-84c1-497c-84d4-740c17e50b59'),
(6176,6176,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2025-11-17 16:04:15','2025-11-17 16:04:15','ce23ed5c-525d-4da5-8b46-ae2ec66f015a'),
(6177,6177,1,'Ruth Graziano','ruth-graziano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ruth Graziano\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6173]}',1,'2025-11-17 16:04:15','2025-11-17 16:04:15','e93e7df0-d2a9-45c4-86ee-dc30f6810bb8'),
(6178,6178,1,'Pam Melvin','pam-melvin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Pam Melvin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6175]}',1,'2025-11-17 16:04:15','2025-11-17 16:04:15','fb3650c9-cafb-4496-b9f0-f3a247943e73'),
(6180,6180,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2025-11-17 16:06:53','2025-11-17 16:06:53','1b33ba3f-ddd1-4423-8f88-10442fb9eb15'),
(6183,6183,1,'Holmdel Admin',NULL,NULL,NULL,1,'2025-11-17 16:07:56','2025-11-17 16:07:56','44140135-f57a-4edb-b75e-3a971f10ab8b'),
(6185,6185,1,'Holmdel AD',NULL,NULL,NULL,1,'2025-11-17 16:08:16','2025-11-17 16:08:16','9c427c67-8515-4c15-930d-6a916767ed0b'),
(6186,6186,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2025-11-17 16:08:26','2025-11-17 16:08:26','7a6d0497-b3cf-4d59-9fae-87c906cca32b'),
(6187,6187,1,'Brian Long','brian-long',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Long\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6183]}',1,'2025-11-17 16:08:26','2025-11-17 16:08:26','743dad5e-c7b1-4581-9b1f-b45f9c167e94'),
(6188,6188,1,'Deena Coffee','deena-coffee',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Sr. Director of Sales and Marketing\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6185]}',1,'2025-11-17 16:08:26','2025-11-17 16:08:26','b476c818-730e-49b9-873c-57c31a122a8b'),
(6191,6191,1,'Hyattsville AD',NULL,NULL,NULL,1,'2025-11-17 16:12:47','2025-11-17 16:12:47','5dc5dd75-d25e-4832-aae1-ff5aa0434597'),
(6193,6193,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2025-11-17 16:13:13','2025-11-17 16:13:13','0558ccab-0474-4bb0-826a-7dca225e1408'),
(6194,6194,1,'Antionette Doublin','antionette-doublin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Antionette Doublin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 16:13:13','2025-11-17 16:13:13','2a7087f2-ed9d-41d2-970f-4122b85a9a71'),
(6195,6195,1,'Isha Bah','isha-bah',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Isha Bah\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6191]}',1,'2025-11-17 16:13:13','2025-11-17 16:13:13','c0313ea8-f582-486a-8e38-d808b953747b'),
(6196,6196,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2025-11-17 16:13:46','2025-11-17 16:13:46','bca537b7-3b1d-4af7-817c-7bab222ebc53'),
(6199,6199,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/18fYMfb8q2/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-11-17 16:15:23','2025-11-17 16:15:23','ccce3631-4928-4bf5-bfdd-41ecf3439533'),
(6200,6200,1,'Emily Greenwood','emily-greenwood',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Emily Greenwood\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 16:15:23','2025-11-17 16:15:23','0d06e834-a246-4722-9674-d2c354dfa58d'),
(6204,6204,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/KensingtonCareRehab/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-11-17 16:17:44','2025-11-17 16:17:44','e0e802d6-43b1-47c8-8c50-e4333bf6e7d4'),
(6205,6205,1,'Christine Klekamp','christine-klekamp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christine Klekamp\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 16:17:44','2025-11-17 16:17:44','fc27c7fd-7ea6-4f93-b594-aecc630d290a'),
(6206,6206,1,'Lindsay Parry','lindsay-parry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lindsay Parry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-11-17 16:17:44','2025-11-17 16:17:44','0a2383aa-a181-4ea5-8637-fd59db3320cb'),
(6208,6208,1,'Natalie Duncan','__temp_pqostzdsyvayhfopopuucquzqsgeeirhbchc',NULL,NULL,1,'2025-11-17 16:18:46','2025-11-17 16:18:48','47b48ab0-26d9-4caf-acc9-598438636caf'),
(6210,6210,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2025-11-17 16:19:29','2025-11-17 16:19:29','e72a1fd7-caa7-462d-8a25-df9fbb6433bb'),
(6211,6211,1,'Kiera Dickenson','kiera-dickenson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kiera Dickenson\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-11-17 16:19:29','2025-11-17 16:19:29','9432828c-e1e5-4c6b-ae77-beef949c096d'),
(6214,6214,1,'KHS Admin',NULL,NULL,NULL,1,'2025-11-17 16:20:31','2025-11-17 16:20:31','cbc14c60-0abf-47cd-aae8-1a4e29320f85'),
(6216,6216,1,'KHS AD',NULL,NULL,NULL,1,'2025-11-17 16:20:57','2025-11-17 16:20:57','8ab89e60-8c96-4f49-bab5-9ab400d06ea3'),
(6217,6217,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2025-11-17 16:21:02','2025-11-17 16:21:02','6e329e38-0ab6-4e55-8639-a560a2fd3d43'),
(6218,6218,1,'Thomas Russo','thomas-russo',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Thomas Russo\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6214]}',1,'2025-11-17 16:21:02','2025-11-17 16:21:02','33b560d9-c1d1-4797-a51d-43653bd1caf9'),
(6219,6219,1,'Barbara Grogoza','barbara-grogoza',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Barbara Grogoza\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6216]}',1,'2025-11-17 16:21:02','2025-11-17 16:21:02','ec459d70-c24c-4a25-8e3f-19b3296aa662'),
(6221,6221,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2025-11-17 16:21:18','2025-11-17 16:21:18','07c9cae0-f13c-455e-b6da-10153110cb9d'),
(6224,6224,1,'La Plata AD',NULL,NULL,NULL,1,'2025-11-17 16:22:33','2025-11-17 16:22:33','7b756d38-60fb-4178-b60d-19558dd9e88d'),
(6225,6225,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2025-11-17 16:22:37','2025-11-17 16:22:37','4450460b-74af-4357-8a63-c99b6e83c3dc'),
(6226,6226,1,'DeLaura Harris','delaura-harris',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"DeLaura Harris\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6224]}',1,'2025-11-17 16:22:37','2025-11-17 16:22:37','02d9cf51-4f77-4db1-b042-eeb00ee12699'),
(6228,6228,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2025-11-17 16:23:26','2025-11-17 16:23:26','5ef4ffe2-1873-4abe-a853-23e4ab6437f5'),
(6230,6230,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2025-11-17 16:23:56','2025-11-17 16:23:56','63aa080f-d5a5-4ee8-bae7-5d22c6456648'),
(6232,6232,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5281],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2612],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5277,5278,5279,5280,5282],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2025-11-17 16:24:49','2025-11-17 16:24:49','8ccb4eb8-5296-4265-81fc-72431c267727'),
(6236,6236,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Manitowoc-Health-and-Rehabilitation-Center-2251823335053203/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2025-11-17 16:25:54','2025-11-17 16:25:54','af882e1f-a514-4f35-9876-8d2f70823cbe'),
(6237,6237,1,'Cynthia Grindheim','cynthia-grindheim',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cynthia Grindheim\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 16:25:54','2025-11-17 16:25:54','d775693c-9fbd-4c47-b0db-96fbb46912a1'),
(6238,6238,1,'Hailey Hagg','hailey-hagg',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hailey Hagg\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-11-17 16:25:54','2025-11-17 16:25:54','9f832ad1-1072-4918-96e1-37c5e2ebcb6c'),
(6242,6242,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/1KGQR5U7pk/?mibextid=wwXIfr\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2025-11-17 16:32:33','2025-11-17 16:32:33','d3663fdb-23a4-478d-8f22-d2102c6dc1b6'),
(6243,6243,1,'Sean Murphy','sean-murphy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sean Murphy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 16:32:33','2025-11-17 16:32:33','9a76b9ff-1305-482d-84dd-f626c2290c2c'),
(6244,6244,1,'Jamie L. Forman','jamie-l-forman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jamie L. Forman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-11-17 16:32:33','2025-11-17 16:32:33','644464ce-a9cc-45d1-a2e6-9b61d87d37d2'),
(6246,6246,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2025-11-17 16:33:14','2025-11-17 16:33:14','c8a885f2-69c2-4b4e-b988-91e54260b499'),
(6248,6248,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-11-17 16:33:40','2025-11-17 16:33:40','50dd462d-af02-409d-9aa4-5306fde035a3'),
(6251,6251,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2025-11-17 16:35:08','2025-11-17 16:35:08','47fe5b88-f774-454b-8120-d526149b9f42'),
(6252,6252,1,'Zev Berman','yehuda-zev-berman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Zev Berman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"YBerman@ccmercerville.com\"}',1,'2025-11-17 16:35:08','2025-11-17 16:35:08','e1e8dac0-b09b-4f06-9ae8-3ad38b735914'),
(6255,6255,1,'Meriden Admin',NULL,NULL,NULL,1,'2025-11-17 16:36:30','2025-11-17 16:36:30','1554b26c-505f-4fc3-b426-c6e5880d7b8a'),
(6258,6258,1,'Meriden AD',NULL,NULL,NULL,1,'2025-11-17 16:36:52','2025-11-17 16:36:52','aab9dd8f-8000-4a25-8d59-84d341c1bdb6'),
(6259,6259,1,'Carmelina Hillard','carmelina-hillard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Carmelina Hillard\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6255]}',1,'2025-11-17 16:36:55','2025-11-17 16:36:55','e5724716-e43a-4da0-aba0-dc4b0f6b2daa'),
(6260,6260,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2025-11-17 16:36:55','2025-11-17 16:36:55','11c70601-1dda-4e85-a2d1-f2ca4e8380d8'),
(6261,6261,1,'Carmelina Hillard','carmelina-hillard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Carmelina Hillard\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6255]}',1,'2025-11-17 16:36:55','2025-11-17 16:36:55','13930de8-ea85-41c8-8a13-1994e1eb110f'),
(6262,6262,1,'Lisa Sala','lisa-sala',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lisa Sala\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6258]}',1,'2025-11-17 16:36:55','2025-11-17 16:36:55','8543cc55-594f-4ea6-8eec-93ffc677f231'),
(6265,6265,1,'Middlebury Admin',NULL,NULL,NULL,1,'2025-11-17 16:38:01','2025-11-17 16:38:01','f352120a-b1dc-4927-adb6-80cabe249fe1'),
(6266,6266,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2025-11-17 16:38:04','2025-11-17 16:38:04','16cabb50-9bf0-41b7-b241-dab5d5f6aadb'),
(6267,6267,1,'Peter Knights','peter-knights',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Peter Knights\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6265]}',1,'2025-11-17 16:38:04','2025-11-17 16:38:04','ca3c08bc-fee9-4b4f-8ecf-f6102a6fd2d3'),
(6270,6270,1,'Middlebury AD',NULL,NULL,NULL,1,'2025-11-17 16:38:21','2025-11-17 16:38:21','373668f3-3cfd-4a3a-85e0-6774f2396c8a'),
(6271,6271,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2025-11-17 16:38:25','2025-11-17 16:38:25','52130433-b92e-4108-816f-29c320dab79b'),
(6272,6272,1,'Alexa Graves','alexa-graves',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alexa Graves\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6270]}',1,'2025-11-17 16:38:25','2025-11-17 16:38:25','3ccb625c-7d04-46ee-b8af-487c3bc578c6'),
(6274,6274,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2025-11-17 16:39:15','2025-11-17 16:39:15','d03e2b11-a74a-4e46-b7ad-819f2b8b73c5'),
(6276,6276,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3498],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2025-11-17 16:40:10','2025-11-17 16:40:10','6558888a-b566-46d5-9a12-d5df5f5849d9'),
(6279,6279,1,'Multi Admin',NULL,NULL,NULL,1,'2025-11-17 16:41:23','2025-11-17 16:41:23','2eb00a05-7212-4c63-98b3-8546d64e2d6c'),
(6281,6281,1,'Multi AD',NULL,NULL,NULL,1,'2025-11-17 16:41:32','2025-11-17 16:41:32','cab9a488-2507-4dd1-ae73-82020eb43edb'),
(6282,6282,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2025-11-17 16:41:36','2025-11-17 16:41:36','f132ccf1-ae41-442b-8979-6384f3a94366'),
(6283,6283,1,'Stacie Odachowski','stacie-odachowski',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacie Odachowski\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6279]}',1,'2025-11-17 16:41:37','2025-11-17 16:41:37','ff96afa7-03d7-4e6d-ae1c-60bcf0130ab9'),
(6284,6284,1,'Kristy Shanahan','kristy-shanahan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kristy Shanahan\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6281]}',1,'2025-11-17 16:41:37','2025-11-17 16:41:37','2bc8f81c-b650-4b09-bef7-aad4fa2177b6'),
(6287,6287,1,'Nazareth Admin',NULL,NULL,NULL,1,'2025-11-17 16:42:25','2025-11-17 16:42:25','dd3c09c8-ab7e-4947-b5f1-5c3895f49cc8'),
(6288,6288,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Nazareth-Health-And-Rehabilitation-Center-2257795361124107/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2025-11-17 16:42:54','2025-11-17 16:42:54','81949427-a441-4358-a7ab-1c3db17d9cd6'),
(6289,6289,1,'Jason Williams','jason-williams',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Williams\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6287]}',1,'2025-11-17 16:42:54','2025-11-17 16:42:54','dbe0475c-ed38-43e1-9dd4-286cda0a3b96'),
(6292,6292,1,'Oak Ridge Admin',NULL,NULL,NULL,1,'2025-11-17 16:43:43','2025-11-17 16:43:43','d7feca39-92e0-46fb-8313-2b471b272d28'),
(6294,6294,1,'Oak Ridge AD',NULL,NULL,NULL,1,'2025-11-17 16:44:01','2025-11-17 16:44:01','4b188190-dbd0-4bae-a0c9-a48cf4e9d0f1'),
(6295,6295,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2025-11-17 16:44:05','2025-11-17 16:44:05','08a1209c-1fb7-4299-a2b9-987d3622567b'),
(6296,6296,1,'Jim Triana','jim-triana',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jim Triana\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6292]}',1,'2025-11-17 16:44:05','2025-11-17 16:44:05','e4c6ac38-e015-4615-93a1-474aa9ba316e'),
(6297,6297,1,'Holly Medley','holly-medley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Medley\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6294]}',1,'2025-11-17 16:44:05','2025-11-17 16:44:05','13458eab-d683-49b3-8ea5-45db1ca3a845'),
(6300,6300,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2025-11-17 16:45:42','2025-11-17 16:45:42','78c0b240-b579-4ee9-9229-61a804c2e4a8'),
(6301,6301,1,'Dimitry Ruchaevsky','yossi-stern',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dimitry Ruchaevsky\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 16:45:42','2025-11-17 16:45:42','e0cc5606-65da-4424-ad73-cb223da3ac59'),
(6303,6303,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3896],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2025-11-17 16:46:07','2025-11-17 16:46:07','569b70b0-66f3-4c2b-a00f-5da2feaf455c'),
(6306,6306,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2025-11-17 16:47:04','2025-11-17 16:47:04','9c986c2b-4c59-432f-8132-522046581804'),
(6307,6307,1,'Leiby Mayerovitz','leiby-mayorovitz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leiby Mayerovitz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 16:47:04','2025-11-17 16:47:04','9832bc49-def6-462d-93b6-ee1d7227192b'),
(6309,6309,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2025-11-17 16:47:49','2025-11-17 16:47:49','7684e2c5-cc10-49a8-9c90-fa963f94aa90'),
(6312,6312,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2025-11-17 16:48:44','2025-11-17 16:48:44','6f4ff3a6-3002-420a-a7b1-4533cac6f23f'),
(6313,6313,1,'Aviel Seleh','aviel-saleh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aviel Seleh\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"Aviel.Seleh@ccplainfield.com\"}',1,'2025-11-17 16:48:44','2025-11-17 16:48:44','c3f87a55-468d-4e26-8619-51ab4487c49d'),
(6315,6315,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2025-11-17 16:49:12','2025-11-17 16:49:12','c3dac3a7-c1bd-4300-9eed-2c230db86c41'),
(6317,6317,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2025-11-17 16:49:29','2025-11-17 16:49:29','7ba87bee-030b-4afc-9340-bb285d5b8986'),
(6321,6321,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RidgewoodCareCenter/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-11-17 16:50:38','2025-11-17 16:50:38','e23e3468-c739-4531-bcec-eaa16f460668'),
(6322,6322,1,'Scott Myers','scott-myers',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Scott Myers\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\"}',1,'2025-11-17 16:50:38','2025-11-17 16:50:38','50f9ecf0-6b28-4844-9f78-3e40d171d64a'),
(6323,6323,1,'Rachel Woodford','rachel-woodford',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rachel Woodford\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2025-11-17 16:50:38','2025-11-17 16:50:38','207f0038-2627-453d-be75-bb0e5a0ce789'),
(6325,6325,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2025-11-17 16:51:01','2025-11-17 16:51:01','a8609f34-b5a3-439e-a592-f5fb78d3421e'),
(6327,6327,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2025-11-17 16:51:11','2025-11-17 16:51:11','1268cc9f-8309-4ecb-9796-3807b0d0d979'),
(6330,6330,1,'Severna Admin',NULL,NULL,NULL,1,'2025-11-17 16:52:18','2025-11-17 16:52:18','880953a5-7521-42ed-ab20-f70acac0c635'),
(6331,6331,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2025-11-17 16:52:25','2025-11-17 16:52:25','bdd1b540-75d8-44e3-b764-38a015c2fe83'),
(6332,6332,1,'Jane Ketterman','jane-ketterman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jane Ketterman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6330]}',1,'2025-11-17 16:52:25','2025-11-17 16:52:25','bebe1c62-a216-47f6-8bd7-0571f9a268c8'),
(6334,6334,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-11-17 16:52:46','2025-11-17 16:52:46','52807786-8eae-4ac3-9c5c-fa71e0d5a4aa'),
(6336,6336,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-11-17 16:53:01','2025-11-17 16:53:01','defc945e-cdc3-4801-bacc-07082d907c89'),
(6338,6338,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-11-17 16:53:34','2025-11-17 16:53:34','37758c1e-6046-4525-944b-c6c131190278'),
(6341,6341,1,'Shorrock Admin',NULL,NULL,NULL,1,'2025-11-17 16:54:57','2025-11-17 16:54:57','9949f8f2-e68e-4c4e-8bce-bfec7a5143fe'),
(6343,6343,1,'Shorrock AD',NULL,NULL,NULL,1,'2025-11-17 16:55:03','2025-11-17 16:55:03','21e29be7-d2f0-4cbd-ace1-5d5ae886dc28'),
(6345,6345,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2025-11-17 16:55:07','2025-11-17 16:55:07','b2f8bfe6-bb3a-46a3-b9ea-b88c53a7d8dd'),
(6346,6346,1,'Shalom Ephrathi','shalom-ephrathi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shalom Ephrathi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6341],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"SEphrathi@ccshorrockgardens.com\"}',1,'2025-11-17 16:55:07','2025-11-17 16:55:07','ab4c183e-7c65-46cd-96a5-f7f06527959d'),
(6347,6347,1,'Julie Schafer','julie-schafer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Julie Schafer\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6343]}',1,'2025-11-17 16:55:07','2025-11-17 16:55:07','bb109df0-268f-4f4d-a9a9-af2f1f38e6ee'),
(6348,6348,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2025-11-17 16:55:43','2025-11-17 16:55:43','65a68ec7-21ea-4f1d-94e1-34cb77decec6'),
(6350,6350,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2025-11-17 16:56:05','2025-11-17 16:56:05','d213321f-ce5f-43de-9116-2380211f7805'),
(6352,6352,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Southpointe-Care-and-Rehab-Center-109428671821815/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-11-17 16:56:34','2025-11-17 16:56:34','42f33c6a-1121-4064-98b7-36b97d940bb7'),
(6354,6354,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2025-11-17 16:56:56','2025-11-17 16:56:56','135e2eb0-8b36-4097-960d-4c3283217a0c'),
(6356,6356,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5127,5128,5129,5130,5131],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2025-11-17 16:57:06','2025-11-17 16:57:06','27183593-9481-40bd-bc16-85fdb9b37196'),
(6358,6358,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5122,5123,5124,5125],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2025-11-17 16:57:12','2025-11-17 16:57:12','df8cd082-325e-42d6-ab91-bb3f3c08c753'),
(6360,6360,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-11-17 16:57:32','2025-11-17 16:57:32','688a99e4-276c-49bb-b18b-a2525a1a6e3e'),
(6363,6363,1,'Victoria Admin',NULL,NULL,NULL,1,'2025-11-17 16:58:08','2025-11-17 16:58:08','ef69b364-937e-43d6-9c9e-d4f3a90e8956'),
(6365,6365,1,'Krista Rickards','krista-rickards',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krista Rickards\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6363]}',1,'2025-11-17 16:58:10','2025-11-17 16:58:10','43e0d773-6b65-4de1-b256-814700e31d18'),
(6366,6366,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2025-11-17 16:58:10','2025-11-17 16:58:10','f243612d-d38d-41d0-a276-239d5c4103b5'),
(6367,6367,1,'Krista Rickards','krista-rickards',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Krista Rickards\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6363]}',1,'2025-11-17 16:58:10','2025-11-17 16:58:10','ec6e9aa6-0c04-4fa8-ac94-7ebca1ca0cf7'),
(6369,6369,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5105,5106,5107,5108,5109,5110,5111,5112],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2025-11-17 16:58:37','2025-11-17 16:58:37','e7bb10fc-453d-4ae5-8ed9-b0c63fed8f4a'),
(6370,6370,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5095,5096,5097,5098],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2025-11-17 16:59:02','2025-11-17 16:59:02','e10adfa6-c195-4aea-8d94-ca6323618f58'),
(6372,6372,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2025-11-17 16:59:29','2025-11-17 16:59:29','5ec7c5f9-febf-4652-8151-8d674ac37a51'),
(6375,6375,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5067,5068,5069],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-11-17 17:00:27','2025-11-17 17:00:27','5bf51608-2993-4dd5-8568-49a7d2c69a3b'),
(6376,6376,1,'Anna Chbihi','anna-chbihi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Anna Chbihi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-17 17:00:27','2025-11-17 17:00:27','93d18c90-6c30-4695-bae2-2abbceae6920'),
(6378,6378,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2025-11-17 17:01:01','2025-11-17 17:01:01','8c568962-16a8-43b4-9a7a-ff0f1bd97357'),
(6380,6380,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2025-11-17 17:01:07','2025-11-17 17:01:07','f9e461ae-8d48-4643-904f-f8e4f9e269a8'),
(6382,6382,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4973],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4991,4992,4993,4994,4995,4996,4997],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2025-11-17 17:01:13','2025-11-17 17:01:13','2d37f133-b402-45f2-ba63-3fe320a3ed0c'),
(6383,6383,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2025-11-17 17:01:19','2025-11-17 17:01:19','70b06998-8f40-455b-89b5-c3423879d7f2'),
(6384,6384,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2025-11-17 17:01:32','2025-11-17 17:01:32','60b836ac-8a23-46af-a440-5c4a8e059148'),
(6385,6385,1,'2025-11-17 09:12:40',NULL,NULL,NULL,1,'2025-11-17 17:12:39','2025-11-17 17:12:40','252657ad-36d7-4bb5-b930-bf1246cb05ff'),
(6387,6387,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2025-11-17 17:32:09','2025-11-17 17:32:09','39baaa20-1db4-44b3-b7e8-44dc3ef2d5cc'),
(6389,6389,1,'2025-11-17 14:20:28',NULL,NULL,NULL,1,'2025-11-17 22:20:28','2025-11-17 22:20:28','65450c2c-8000-44bd-88df-ed9154f9eb54'),
(6391,6391,1,'Jennifer Green','jennifer-green',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Green\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14506]}',1,'2025-11-18 16:47:26','2026-01-21 14:32:36','22c68d1b-54ed-4a0b-8130-c762adaf5b39'),
(6392,6392,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2025-11-18 16:47:26','2025-11-18 16:47:26','10f39955-e35a-4c91-9a11-14d56d6bdd44'),
(6393,6393,1,'Jennifer Green','jennifer-green',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Green\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-11-18 16:47:26','2025-11-18 16:47:26','09a238be-e7aa-446a-b0db-fbe809649f0d'),
(6394,6394,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2025-11-18 16:48:51','2025-11-18 16:48:51','57835929-266e-4ace-8002-54fc6eead597'),
(6396,6396,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2025-11-18 16:49:19','2025-11-18 16:49:19','91078321-58e4-48cc-a351-1f0574c21d80'),
(6398,6398,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2025-11-18 16:58:20','2025-11-18 16:58:20','c188025b-22ba-480f-b023-448c2a6f4d77'),
(6400,6400,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2025-11-18 16:59:09','2025-11-18 16:59:09','5f4e716e-12f5-47c3-815a-dc9bb61511c0'),
(6402,6402,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2025-11-18 16:59:49','2025-11-18 16:59:49','f81e8ef1-d397-4f64-b5e4-66978eb0588b'),
(6404,6404,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2025-11-18 17:00:32','2025-11-18 17:00:32','b792e32b-eba4-4686-bf76-24611970e8c9'),
(6406,6406,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-11-18 17:00:54','2025-11-18 17:00:54','fb70d76d-b27a-4e49-bc1c-90e5b43088d9'),
(6408,6408,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2025-11-18 17:02:08','2025-11-18 17:02:08','1bb53ab5-cde7-4218-8c8e-16075deefa55'),
(6410,6410,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2025-11-18 17:02:20','2025-11-18 17:02:20','d191d936-7e5b-402e-b98e-ff3be6eb1879'),
(6412,6412,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2025-11-18 17:03:04','2025-11-18 17:03:04','6cd5ac3f-0e07-4a5c-97c5-f661589b5c8c'),
(6414,6414,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2025-11-18 17:03:39','2025-11-18 17:03:39','67ed882e-f58d-490c-ac5b-fcd795451fe0'),
(6416,6416,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2025-11-18 17:03:57','2025-11-18 17:03:57','a8f4e90e-fc17-421d-b99f-b5ad1ed78700'),
(6418,6418,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-11-18 17:06:51','2025-11-18 17:06:51','2f18e703-e5dc-435b-ab92-af70f985deb4'),
(6422,6422,1,'367 A3413',NULL,NULL,NULL,1,'2025-11-19 20:57:56','2025-11-19 20:57:56','3c4b6ad5-e7d9-4fca-a5d8-cc60525e7ab1'),
(6423,6423,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2025-11-19 20:58:44','2025-11-19 20:58:44','00a5aaaa-cf00-4e71-994b-856ec6252755'),
(6425,6425,1,'2025-11-20 21:23:55',NULL,NULL,NULL,1,'2025-11-21 05:23:55','2025-11-21 05:23:55','82401b19-ea3e-4531-b8e4-64b0829a7b89'),
(6426,6426,1,'2025-11-23 05:10:55',NULL,NULL,NULL,1,'2025-11-23 13:10:55','2025-11-23 13:10:55','aa2b54cb-db26-4955-9dd0-f7e0c85ac447'),
(6427,6427,1,'2025-11-23 17:15:13',NULL,NULL,NULL,1,'2025-11-24 01:15:13','2025-11-24 01:15:13','8c1422b9-e51f-4c3f-9e2d-884d6dccb14b'),
(6428,6428,1,'2025-11-23 21:21:19',NULL,NULL,NULL,1,'2025-11-24 05:21:19','2025-11-24 05:21:19','d50a8c29-9e5f-4f66-b7c8-9aa9716ef556'),
(6434,6434,1,'Hyattsville Admin',NULL,NULL,NULL,1,'2025-11-24 14:42:12','2025-11-24 14:42:12','ba008c05-b3cd-4489-aea0-e810aed25513'),
(6436,6436,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2025-11-24 14:42:16','2025-11-24 14:42:16','591d72ff-3172-41b0-9cb6-cee82e08096a'),
(6437,6437,1,'Antionette Doublin','antionette-doublin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Antionette Doublin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6434]}',1,'2025-11-24 14:42:16','2025-11-24 14:42:16','1546070c-72fa-4a6f-af42-784696dfef69'),
(6438,6438,1,'2025-11-24 08:33:31',NULL,NULL,NULL,1,'2025-11-24 16:33:31','2025-11-24 16:33:31','0323c2b8-ec23-4393-a815-0b864be1b915'),
(6443,6443,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2025-11-24 17:09:22','2025-11-24 17:09:22','14d56fc1-5558-4712-8c28-2ced4cde061b'),
(6445,6445,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5067,5068,5069],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2025-11-24 17:46:53','2025-11-24 17:46:53','32289bfc-5e47-4ec5-8afc-b61fe54b3752'),
(6446,6446,1,'2025-11-24 14:02:09',NULL,NULL,NULL,1,'2025-11-24 22:02:09','2025-11-24 22:02:09','d7e8e95c-ce11-41ce-87a2-f6adaacfd5aa'),
(6447,6447,1,'2025-11-24 15:08:11',NULL,NULL,NULL,1,'2025-11-24 23:08:11','2025-11-24 23:08:11','1c5aba88-1868-4a94-afbe-2ffc41968c94'),
(6451,6451,1,'2025-11-26 18:10:34',NULL,NULL,NULL,1,'2025-11-27 02:10:34','2025-11-27 02:10:34','1c7b307b-a2e6-450c-a545-953982c5d5d3'),
(6454,6454,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2025-12-01 19:35:58','2025-12-01 19:35:58','784c62da-c5f4-4464-8d1b-b0dc0aa63036'),
(6455,6455,1,'Courtney Petocz','courtney-petocz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Courtney Petocz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"CPetocz@ccbrakeleypark.com\"}',1,'2025-12-01 19:35:58','2025-12-01 19:35:58','46ceedd1-53db-425f-a1f9-df94658d9381'),
(6457,6457,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279,3280,3281,3282,3283],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2025-12-01 19:36:11','2025-12-01 19:36:11','918b6082-d28e-4150-be44-b534ffa70746'),
(6458,6458,1,'Courtney Petocz','courtney-petocz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Courtney Petocz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\"}',1,'2025-12-01 19:36:11','2025-12-01 19:36:11','9faee319-1d1b-4aa4-ba5b-904dd7814744'),
(6460,6460,1,'Bey Lea AL Admin',NULL,NULL,NULL,1,'2025-12-01 19:39:53','2025-12-01 19:39:53','c593673e-52d0-49ae-ad6c-fd6df40e94b0'),
(6462,6462,1,'Katie Davis','susan-degeorge',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Davis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6460]}',1,'2025-12-01 19:40:26','2025-12-01 19:40:57','5ffac563-8426-4a54-8645-32a96683cc96'),
(6463,6463,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-12-01 19:40:26','2025-12-01 19:40:26','8ad1c60f-c269-4dcd-86b6-c8652d463dd6'),
(6464,6464,1,'Katie Davis','susan-degeorge',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Davis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6460],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"info@beyleaalf.com\"}',1,'2025-12-01 19:40:26','2025-12-01 19:40:26','9152383b-606d-4bc7-9f39-955f02f8d6b4'),
(6467,6467,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2025-12-01 19:40:57','2025-12-01 19:40:57','e76008d7-caf3-4fc4-b821-94df711b47b9'),
(6468,6468,1,'Katie Davis','susan-degeorge',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Davis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6460]}',1,'2025-12-01 19:40:57','2025-12-01 19:40:57','0e56f5fb-b080-4a35-9b7e-48d5234e3cb8'),
(6469,6469,1,'2025-12-02 10:45:11',NULL,NULL,NULL,1,'2025-12-02 18:45:11','2025-12-02 18:45:11','399e7bbb-9acc-4215-abd7-508827914546'),
(6470,6470,1,'2025-12-03 10:43:05',NULL,NULL,NULL,1,'2025-12-03 18:43:05','2025-12-03 18:43:05','0dac005b-48a4-4b96-9a6e-d1377241be4a'),
(6479,6479,1,'Comfortable Rooms','private-semi-private-suites',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Comfortable Rooms\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"}',1,'2025-12-05 19:00:12','2025-12-05 19:00:12','189aeb2a-0bc8-4adf-b0c0-86ee6e300a9a'),
(6480,6480,1,'Comfortable Rooms','private-semi-private-suites',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Comfortable Rooms\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"}',1,'2025-12-05 19:00:26','2025-12-05 19:00:26','eca3a8aa-ae5c-46fe-b8f6-87efffb05c4b'),
(6482,6482,1,'Chef-Inspired Dining','cafe-restaurant-style-dining',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Chef-Inspired Dining\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Restaurant-style, dietician-approved meals\"}',1,'2025-12-05 19:00:33','2025-12-05 19:00:33','ca39a39c-fcb3-467a-a4fb-71ef803ba3ba'),
(6484,6484,1,'Healing Environments','on-site-beauty-salon-and-barbershop',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Healing Environments\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Relaxing common spaces & amenities designed for well-being\"}',1,'2025-12-05 19:00:43','2025-12-05 19:00:43','8d127af0-847d-40bf-8628-87a252fed8ef'),
(6486,6486,1,'Concierge Services','lounges-and-guest-areas',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Concierge Services\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"}',1,'2025-12-05 19:00:53','2025-12-05 19:00:53','1624b169-2faa-433e-b238-583c1f411f6b'),
(6488,6488,1,'Personalized Wellness','courtyard-gardens',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Personalized Wellness\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"}',1,'2025-12-05 19:01:02','2025-12-05 19:01:02','a8de6ba0-a4e0-4280-87bd-677936a2442d'),
(6490,6490,1,'Engaging Lifestyle','cultural-educational-religious-and-social-activities',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Engaging Lifestyle\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Daily activities, live entertainment and tailored recreation\"}',1,'2025-12-05 19:01:13','2025-12-05 19:01:13','793d122c-fd09-438c-bcbc-a13266931ff3'),
(6492,6492,1,'Clinical Excellence','daily-housekeeping',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Clinical Excellence\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Specialty program and advanced capabilities\"}',1,'2025-12-05 19:01:24','2025-12-05 19:01:24','d963178d-af35-4da1-a2ee-9bb2265bec17'),
(6494,6494,1,'Moments that Matter','laundry-service',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Moments that Matter\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Welcome gifts, birthday celebrations & hospitality touches\"}',1,'2025-12-05 19:01:36','2025-12-05 19:01:36','ccb8f2fa-e87b-4b8a-b641-618998aad7f7'),
(6496,6496,1,'Trusted Reputation','complimentary-wifi',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Trusted Reputation\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Award-winning programs and strong patient outcomes\"}',1,'2025-12-05 19:01:50','2025-12-05 19:01:50','542acd65-c5d6-4b3a-9fe6-f85e14e8f82d'),
(6498,6498,1,'Comfortable Rooms','private-semi-private-suites',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Comfortable Rooms\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"}',1,'2025-12-05 19:07:35','2025-12-05 19:07:35','51e1272a-a6e0-4a7c-bcf9-8c3859aa24f3'),
(6499,6499,1,'Chef-Inspired Dining','cafe-restaurant-style-dining',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Chef-Inspired Dining\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Restaurant-style, dietician-approved meals\"}',1,'2025-12-05 19:07:35','2025-12-05 19:07:35','4bee9a9e-c4ab-429d-9868-c3f44e685c2c'),
(6500,6500,1,'Healing Environments','on-site-beauty-salon-and-barbershop',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Healing Environments\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Relaxing common spaces & amenities designed for well-being\"}',1,'2025-12-05 19:07:35','2025-12-05 19:07:35','11685374-fbf6-4dc7-b540-d167a2a8c3c2'),
(6501,6501,1,'Concierge Services','lounges-and-guest-areas',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Concierge Services\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"}',1,'2025-12-05 19:07:35','2025-12-05 19:07:35','18390357-a555-43d5-ae7d-d0cbd5f38ca8'),
(6502,6502,1,'Personalized Wellness','courtyard-gardens',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Personalized Wellness\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"}',1,'2025-12-05 19:07:35','2025-12-05 19:07:35','331468a1-71a7-4ef1-966f-f968a057f212'),
(6503,6503,1,'Engaging Lifestyle','cultural-educational-religious-and-social-activities',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Engaging Lifestyle\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Daily activities, live entertainment and tailored recreation\"}',1,'2025-12-05 19:07:35','2025-12-05 19:07:35','48fb6587-c067-4e59-a36c-ddd8ab59a9c1'),
(6504,6504,1,'Clinical Excellence','daily-housekeeping',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Clinical Excellence\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Specialty program and advanced capabilities\"}',1,'2025-12-05 19:07:35','2025-12-05 19:07:35','801e0bbb-9a77-4e70-b791-c51bf6170561'),
(6505,6505,1,'Moments that Matter','laundry-service',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Moments that Matter\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Welcome gifts, birthday celebrations & hospitality touches\"}',1,'2025-12-05 19:07:35','2025-12-05 19:07:35','e5053389-9985-4e06-814d-5186df8ad3f8'),
(6506,6506,1,'Trusted Reputation','complimentary-wifi',NULL,'{\"af4c29fe-7284-4a39-93a8-6ee23005762f\":\"Trusted Reputation\",\"29437c89-70c6-475f-9764-66e4e0516744\":\"Award-winning programs and strong patient outcomes\"}',1,'2025-12-05 19:07:35','2025-12-05 19:07:35','7c6e378d-f75d-40f6-9145-ea54eedd2647'),
(6507,6507,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[548],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[548],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2025-12-05 20:15:12','2025-12-05 20:15:12','abfd7f9c-1f92-4dbf-8454-dff68ec5e534'),
(6510,6510,1,'2025-12-06 02:30:04',NULL,NULL,NULL,1,'2025-12-06 10:30:04','2025-12-06 10:30:04','8a38d586-a7cc-4155-a951-319e8b2dd072'),
(6512,6512,1,'2025-12-09 16:40:14',NULL,NULL,NULL,1,'2025-12-10 00:40:14','2025-12-10 00:40:14','9bcb5fa0-2ff1-45cd-90e4-384f4c2454f3'),
(6513,6513,1,'2025-12-10 06:28:24',NULL,NULL,NULL,1,'2025-12-10 14:28:24','2025-12-10 14:28:24','96bd37f7-af2a-4594-bb2e-0d7ecb891e11'),
(6514,6514,1,'2025-12-10 07:29:53',NULL,NULL,NULL,1,'2025-12-10 15:29:53','2025-12-10 15:29:53','4ba9fee8-e691-418a-bcbe-1ea3f1da95e4'),
(6518,6518,1,'2025-12-12 09:54:22',NULL,NULL,NULL,1,'2025-12-12 17:54:22','2025-12-12 17:54:22','de3af154-eaeb-48b8-bd6f-366af3d01dff'),
(6519,6519,1,'Bayshore',NULL,NULL,NULL,1,'2025-12-12 18:18:33','2025-12-12 18:18:33','fcb733ff-dbfd-4825-982a-763601c2a333'),
(6521,6521,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6519],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-12-12 18:18:37','2025-12-12 18:18:37','981bb1b4-b56b-4e93-bd46-e52c2aa7f21d'),
(6523,6523,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6519],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2025-12-12 18:42:28','2025-12-12 18:42:28','f4e15be1-0163-4e02-b2fa-d757387fb156'),
(6525,6525,1,'Floor plan Mayfair and Chelsea',NULL,NULL,NULL,1,'2025-12-12 18:45:11','2025-12-12 18:45:11','1cb80f71-7ba9-4a19-b8ca-865147a0b5d7'),
(6526,6526,1,'Holmdel December2025 Calendar',NULL,NULL,NULL,1,'2025-12-12 18:45:39','2025-12-12 18:45:39','e4244773-67a8-4ece-9cea-52ddfe3902d7'),
(6527,6527,1,'STS 0013',NULL,NULL,NULL,1,'2025-12-12 18:47:11','2025-12-12 18:47:11','722162a0-d064-44dd-bf36-6d98508998e2'),
(6528,6528,1,'STS 0020',NULL,NULL,NULL,1,'2025-12-12 18:47:12','2025-12-12 18:47:12','0ad59536-c712-49d5-943e-9ec633f3b7ca'),
(6529,6529,1,'STS 0085',NULL,NULL,NULL,1,'2025-12-12 18:47:15','2025-12-12 18:47:15','835d5ec4-1e3e-48bf-8923-2756746930d8'),
(6530,6530,1,'Exterior',NULL,NULL,NULL,1,'2025-12-12 18:49:08','2025-12-12 18:49:08','b5efad88-fd44-45be-8cf2-ecaa0240df89'),
(6531,6531,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6527,6528,6529],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6526],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2025-12-12 18:49:40','2025-12-12 18:49:40','b1bb93a2-db42-45dc-8ad0-73d66899888f'),
(6533,6533,1,'STS 0127',NULL,NULL,NULL,1,'2025-12-12 18:49:57','2025-12-12 18:49:57','87dddb08-ad27-4e3e-9464-39f5d08b421d'),
(6534,6534,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6527,6528,6529,6533],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6526],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2025-12-12 18:50:45','2025-12-12 18:50:45','a171730d-3958-4d3d-bd89-3ae8052a7c63'),
(6536,6536,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6527,6528,6529,6533],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6526],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2025-12-12 18:53:00','2025-12-12 18:53:00','1e977860-c6eb-444e-baa7-d4ad165380dc'),
(6537,6537,1,'2025-12-14 05:24:44',NULL,NULL,NULL,1,'2025-12-14 13:24:44','2025-12-14 13:24:44','485f3021-a78e-4b6d-89d6-05d96d125dd0'),
(6538,6538,1,'2025-12-14 10:22:52',NULL,NULL,NULL,1,'2025-12-14 18:22:52','2025-12-14 18:22:52','af7bfb98-5149-41b8-bf48-74acd9f4e7dd'),
(6542,6542,1,'Annapolis',NULL,NULL,NULL,1,'2025-12-15 18:42:42','2025-12-15 18:42:42','d16668f3-f0f2-4578-badb-5e55e61c25b7'),
(6547,6547,1,'CMS Five Star Overall','cms-five-star-overall',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS Five Star Overall\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9698]}',1,'2025-12-15 19:54:35','2026-01-17 19:30:46','0c0b7cf9-7e03-47ed-a2d9-65d1c832461f'),
(6548,6548,1,'CMS 5 Star Overall',NULL,NULL,NULL,1,'2025-12-15 19:55:27','2025-12-15 19:55:27','9b68af87-2698-4482-92d2-95a09f227f49'),
(6549,6549,1,NULL,'',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[6548]}',1,'2025-12-15 19:55:30','2025-12-15 19:55:30','9ecd5874-3217-4bfa-b387-4d08e8024392'),
(6551,6551,1,'CMS Five Star Overall','cms-five-star-overall',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS Five Star Overall\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[6548]}',1,'2025-12-15 19:55:54','2025-12-15 19:55:54','49a0e866-cb54-4061-9920-c25d5439185d'),
(6552,6552,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2025-12-15 19:56:06','2025-12-15 19:56:06','06eb7c8f-99be-4cfc-bef0-ead24f58a82c'),
(6555,6555,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-12-16 14:41:54','2025-12-16 14:41:54','70e4ef21-f0a7-4a33-bf5c-a1833e1165c7'),
(6557,6557,1,'Boulevard December2025',NULL,NULL,NULL,1,'2025-12-16 14:42:20','2025-12-16 14:42:20','32f84ecf-19bd-4051-90a4-89416ba042ee'),
(6559,6559,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-12-16 14:42:53','2025-12-16 14:42:53','106fdecf-189f-4251-aa91-8eb946f44869'),
(6560,6560,1,'David Glat','darnell-fortney-bs-ms-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"David Glat\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2025-12-16 14:42:53','2025-12-16 14:42:53','0721bf65-5da5-4a7b-b9af-e49da7057bcd'),
(6562,6562,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2025-12-16 14:43:05','2025-12-16 14:43:05','844e7d35-73b0-4401-ac82-6b5dc70560a0'),
(6564,6564,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-12-16 14:43:40','2025-12-16 14:43:40','c13860b3-2ba1-42ca-9094-d95dc90e7f38'),
(6570,6570,1,'Sara W.','sara-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff was very friendly. The place appeared to be very clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sara W.\"}',1,'2025-12-16 14:50:05','2025-12-16 14:50:05','6d649615-237c-40d3-a4a3-b4ac966382d1'),
(6571,6571,1,'Anne K.','anne-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I visit many nursing homes and I must say I was very impressed with the staff and the care being provided at Uptown. Staff seems to be going above and beyond.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anne K.\"}',1,'2025-12-16 14:50:05','2025-12-16 14:50:05','ced6b6c6-95f8-47ee-8276-4366e20ccd2a'),
(6572,6572,1,'Clay R.','clay-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My sister is a resident and they are taking very good care of her. There’s always hiccups throughout this life but for the better part of the staff is doing a very good job at caring for the residence there,\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Clay R.\"}',1,'2025-12-16 14:50:05','2025-12-16 14:50:05','05ccdd9b-ff85-44d2-aa2a-c903142bbc75'),
(6573,6573,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2025-12-16 14:50:05','2025-12-16 14:50:05','d649583f-1b72-4e4d-984d-f74caee3b902'),
(6574,6574,1,'Sara W.','sara-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff was very friendly. The place appeared to be very clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sara W.\"}',1,'2025-12-16 14:50:05','2025-12-16 14:50:05','f8d92ffa-4f7f-4101-b126-b1225af2b391'),
(6575,6575,1,'Anne K.','anne-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I visit many nursing homes and I must say I was very impressed with the staff and the care being provided at Uptown. Staff seems to be going above and beyond.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anne K.\"}',1,'2025-12-16 14:50:05','2025-12-16 14:50:05','918993ab-ad8e-46a3-af96-34637e8f7e25'),
(6576,6576,1,'Clay R.','clay-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My sister is a resident and they are taking very good care of her. There’s always hiccups throughout this life but for the better part of the staff is doing a very good job at caring for the residence there,\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Clay R.\"}',1,'2025-12-16 14:50:05','2025-12-16 14:50:05','46d41a52-710e-48b9-a080-368daf15ac08'),
(6582,6582,1,'Sandra F.','sandra-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly caring staff. Also, great, friendly and helpful receptionist.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sandra F.\"}',1,'2025-12-16 14:52:15','2025-12-16 14:52:15','fbf87b72-276d-41ee-bbc3-af9eabc238be'),
(6583,6583,1,'Tamika B.','tamika-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Phenomenal customer service, they are doing awesome job taking care of my uncle!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tamika B.\"}',1,'2025-12-16 14:52:15','2026-01-18 17:52:29','7a41397b-8354-4392-b5a0-7d75ea755481'),
(6584,6584,1,'Cindy O.','cindy-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"All of the staff are dedicated professionals. The residents are well looked after, too.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cindy O.\"}',1,'2025-12-16 14:52:15','2025-12-16 14:52:15','852a9ce4-53b8-48a6-a0d0-9ec3cb9c8a01'),
(6585,6585,1,'Karen Z.','karen-z',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very helpful staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karen Z.\"}',1,'2025-12-16 14:52:15','2025-12-16 14:52:15','c178fe70-2d1d-423c-a569-b803d51d3f0f'),
(6586,6586,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-12-16 14:52:15','2025-12-16 14:52:15','60019151-0cda-4ad9-8a5a-6d60d24c904f'),
(6587,6587,1,'Sandra F.','sandra-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly caring staff. Also, great, friendly and helpful receptionist.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sandra F.\"}',1,'2025-12-16 14:52:15','2025-12-16 14:52:15','9cf07b10-e2a9-421b-99a6-e5447f3d45e0'),
(6588,6588,1,'Tamika B.','tamika-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Phenomenal customer service, they are doing awesome job taking care of my uncle\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tamika B.\"}',1,'2025-12-16 14:52:15','2025-12-16 14:52:15','94523f7d-bf03-43f2-819b-096e4ff0f7ed'),
(6589,6589,1,'Cindy O.','cindy-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"All of the staff are dedicated professionals. The residents are well looked after, too.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cindy O.\"}',1,'2025-12-16 14:52:15','2025-12-16 14:52:15','ab40f5da-7aea-45fc-bb8b-285065135dad'),
(6590,6590,1,'Karen Z.','karen-z',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very helpful staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karen Z.\"}',1,'2025-12-16 14:52:15','2025-12-16 14:52:15','70dd102b-b7a5-49bf-9ff9-ee5190680890'),
(6592,6592,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2025-12-16 14:52:22','2025-12-16 14:52:22','ce4f4b55-7747-4f6e-a4db-1c289b8a51bf'),
(6594,6594,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-12-16 15:00:08','2025-12-16 15:00:08','7efe133b-9047-4ae7-857b-5b328dbe9793'),
(6598,6598,1,'Chestnut Hill Residences Exterior',NULL,NULL,NULL,1,'2025-12-16 15:02:21','2025-12-16 15:02:21','9203c46e-e98e-40b6-96b0-d1c3f70c8d59'),
(6600,6600,1,'Chestnut Res Double Room',NULL,NULL,NULL,1,'2025-12-16 15:04:43','2026-01-16 16:14:28','58d28e74-413a-46a7-ad0c-778376db7a30'),
(6601,6601,1,'Chestnut Res Single Room',NULL,NULL,NULL,1,'2025-12-16 15:04:50','2026-01-16 16:14:43','5a7eed20-655d-4ac3-b047-7a232815e5bc'),
(6602,6602,1,'Chestnut Hill ALF',NULL,NULL,NULL,1,'2025-12-16 15:07:32','2025-12-16 15:07:32','e3bf6e02-1a37-47e3-a594-bc430e1b45da'),
(6603,6603,1,'Dario R.','frank-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I went to visit a friend who was a resident from the assisted living facility next door. I also am a resident. She was being taken care of in a good way. The nursing home was clean, and the staff were very friendly and courteous.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dario R.\"}',1,'2025-12-16 15:07:35','2026-01-16 16:05:51','f88aac65-ecbf-4ffc-a462-a20dbae9dec1'),
(6604,6604,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6602],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-12-16 15:07:35','2025-12-16 15:07:35','4a48bf91-868f-4022-873b-62e7236db515'),
(6605,6605,1,'Frank P.','frank-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mother has been here for four days already, and she feels happy and welcome.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Frank P.\"}',1,'2025-12-16 15:07:35','2025-12-16 15:07:35','aee1e756-ade5-418b-bb5b-6f1a7c94712a'),
(6608,6608,1,'Chestnut Res Admin',NULL,NULL,NULL,1,'2025-12-16 15:16:02','2025-12-16 15:16:02','c9997436-7991-459e-84c3-54480c3b24d2'),
(6609,6609,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6602],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2025-12-16 15:16:08','2025-12-16 15:16:08','b142f874-eb8c-43c2-977c-229eadd3050a'),
(6610,6610,1,'Naftali Feld','naftali-feld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naftali Feld\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6608]}',1,'2025-12-16 15:16:08','2025-12-16 15:16:08','fb974121-673a-4149-a6fb-870b9ede6ad4'),
(6612,6612,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2025-12-16 15:17:27','2025-12-16 15:17:27','e58778b6-3f04-4e10-b612-770996602ec0'),
(6614,6614,1,'Brakeley Admin',NULL,NULL,NULL,1,'2025-12-16 15:22:32','2025-12-16 15:22:32','012fcae8-67e1-4206-a9f0-d40526c006f4'),
(6616,6616,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2025-12-16 15:22:48','2025-12-16 15:22:48','f7fca301-9d37-4edb-9ee9-2ab5607fdac7'),
(6617,6617,1,'Courtney Petocz','courtney-petocz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Courtney Petocz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6614]}',1,'2025-12-16 15:22:48','2025-12-16 15:22:48','d89c8e0f-9597-4817-84dd-b7e26654d17a'),
(6619,6619,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2025-12-16 15:23:29','2025-12-16 15:23:29','ee37ce0c-fc65-4669-978b-d3471c0d86d6'),
(6620,6620,1,'Barn Hill Calendar',NULL,NULL,NULL,1,'2025-12-16 15:25:36','2026-03-05 20:09:33','a1a8d492-7f82-4e4f-a6be-1bff5d1610dc'),
(6621,6621,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[4951]}',1,'2025-12-16 15:25:40','2025-12-16 15:25:40','ecf477f8-3cc2-4ec0-902e-c8afc440145d'),
(6622,6622,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Barn Hill is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Barn Hill are provided solely by Complete Care at Barn Hill.</p>\"}',1,'2025-12-16 15:25:40','2025-12-16 15:25:40','a6483c74-b3d2-482f-8c4e-032853d38ab9'),
(6623,6623,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Barn-Hill-2024-NJ-Financials.pdf\\\">Complete Care at Barn Hill 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Barn-Hill-MCR-CR-2024.pdf\\\">Barn Hill MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Barn-Hill-2024-Revenue.pdf\\\">Complete Care at Barn Hill 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2025-12-16 15:25:40','2026-01-23 19:13:17','ce5cb97d-d067-42d0-b126-7333fbee0fb1'),
(6624,6624,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-12-16 15:25:40','2025-12-16 15:25:40','5239e5fa-0dc2-4b8a-90b3-4f784b61e619'),
(6625,6625,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[4951]}',1,'2025-12-16 15:25:40','2025-12-16 15:25:40','6dc154df-17fa-47e2-9fce-02226129ce0d'),
(6626,6626,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Barn Hill is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Barn Hill are provided solely by Complete Care at Barn Hill.</p>\"}',1,'2025-12-16 15:25:40','2025-12-16 15:25:40','16fc1913-2322-4efc-8fce-e02af2202924'),
(6627,6627,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2025-12-16 15:25:40','2025-12-16 15:25:40','8e0e172e-79ed-44af-a549-ac6334e6defe'),
(6629,6629,1,'Barn Hill Admin',NULL,NULL,NULL,1,'2025-12-16 15:26:45','2025-12-16 15:26:45','32bbdffd-e09f-46c2-8bed-e665a4c8c2d3'),
(6631,6631,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-12-16 15:26:54','2025-12-16 15:26:54','a0c10b30-546f-43f6-9f72-c69cbbd26fb3'),
(6632,6632,1,'Erica Braun','erica-braun',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Erica Braun\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6629],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"EBraun@completecarebarnhill.com\"}',1,'2025-12-16 15:26:54','2025-12-16 15:26:54','ecc1ea3b-bc67-49c3-a60d-8f94175c6c9e'),
(6634,6634,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2025-12-16 15:26:56','2025-12-16 15:26:56','94006a94-b8a2-43ce-ba01-1cbca81421c5'),
(6635,6635,1,'367 A0020',NULL,NULL,NULL,1,'2025-12-16 15:30:16','2025-12-16 15:30:16','6c944d78-6cbc-47ff-93b9-ab8d8c6c9951'),
(6636,6636,1,'367 A0034',NULL,NULL,NULL,1,'2025-12-16 15:30:24','2025-12-16 15:30:24','d43da818-1489-4c8e-81c2-2a5a8c5c7eda'),
(6637,6637,1,'367 A0043',NULL,NULL,NULL,1,'2025-12-16 15:30:26','2025-12-16 15:30:26','52ef4fee-f090-4635-a65f-f877ae045e91'),
(6638,6638,1,'367 A0052',NULL,NULL,NULL,1,'2025-12-16 15:30:31','2025-12-16 15:30:31','75fb9b12-d56b-4e99-a927-5bd400795308'),
(6639,6639,1,'367 A9976',NULL,NULL,NULL,1,'2025-12-16 15:30:39','2025-12-16 15:30:39','0e424e2b-c58d-4625-aec8-96e5c51f780b'),
(6640,6640,1,'367 A9985',NULL,NULL,NULL,1,'2025-12-16 15:30:45','2025-12-16 15:30:45','35a83380-951c-4441-aa04-4bbb5247d893'),
(6641,6641,1,'Groton RCH December2025',NULL,NULL,NULL,1,'2025-12-16 15:30:56','2025-12-16 15:30:56','60dcfa05-3193-4e0d-b916-cbf62e7b3173'),
(6642,6642,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6641],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2025-12-16 15:30:59','2025-12-16 15:30:59','93cb9be6-dfb6-4931-a077-8d598948bcae'),
(6644,6644,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6641],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2025-12-16 15:31:29','2025-12-16 15:31:29','feb69d9a-cab5-496d-9e73-11cbe8fdc42d'),
(6646,6646,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6641],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2025-12-16 15:32:07','2025-12-16 15:32:07','3993131a-ee43-4eef-a26c-0fdeb8185542'),
(6651,6651,1,'Edward H.','example',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I especially liked the staff and private rooms.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Edward H.\"}',1,'2025-12-16 15:32:50','2026-01-20 15:18:57','ab73dfbb-db21-4453-b7cd-2a524fe894fb'),
(6652,6652,1,'Jason L.','example',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone\'s awesome, great staff, very clean, staff are very friendly, and they really take care of the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jason L.\"}',1,'2025-12-16 15:32:50','2026-01-20 15:18:57','abedb11f-355f-464d-b93d-b24989728848'),
(6653,6653,1,'Dan M.','example',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My family and I couldn’t be happier with Groton Regency! From the moment we walked in, we felt a warmth and compassion that’s hard to find. The staff is attentive and always goes the extra mile to make sure the residents feel comfortable and cared for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dan M.\"}',1,'2025-12-16 15:32:50','2026-01-20 15:24:09','7d3243a9-93a2-45f8-968a-bca1c2b7de6c'),
(6654,6654,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6641],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2025-12-16 15:32:50','2025-12-16 15:32:50','1bd0cb76-61c0-4542-a6e6-bf7ede16adc5'),
(6655,6655,1,'Example','example',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Testimonial 1\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Example\"}',1,'2025-12-16 15:32:50','2025-12-16 15:32:50','3779f849-d75a-4e46-b9ac-b1ea00d07dc6'),
(6656,6656,1,'Example','example',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Testimonial 2\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Example\"}',1,'2025-12-16 15:32:50','2025-12-16 15:32:50','46395d37-389e-4db9-8854-595c150123fb'),
(6657,6657,1,'Example','example',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Testimonial 3\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Example\"}',1,'2025-12-16 15:32:50','2025-12-16 15:32:50','e67ab7c8-45a0-47c6-a83b-ec5b0da930fc'),
(6659,6659,1,'367 A9932',NULL,NULL,NULL,1,'2025-12-16 15:34:39','2025-12-16 15:34:39','e2da240b-8da2-47f7-a4b1-f2b51f545b8a'),
(6668,6668,1,'Christine G.','beth-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom had a fall and needed some extra time building back her strength and mind. The staff here at the Regency were helpful, supportive and kind.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine G.\"}',1,'2025-12-16 15:37:55','2025-12-16 15:37:55','d16a1aca-d194-4ba3-9461-df5388d03a91'),
(6669,6669,1,'Dee M.','dee-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I love how clean this place is! My grandma felt very comfortable staying here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dee M.\"}',1,'2025-12-16 15:37:55','2025-12-16 15:37:55','aa7febe0-01e9-4bd4-867a-1aa17e63fccb'),
(6670,6670,1,'Donna C.','dan-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent care. Staff are dedicated & compassionate. They are also cheerful & go beyond just taking care of physical needs. Therapy services have worked diligently to get my loved one to a point in his recovery that I would never had thought possible in 1 month. I highly recommend Groton Regency to anyone needing their services.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Donna C.\"}',1,'2025-12-16 15:37:55','2026-01-20 15:20:16','9a785b0f-e68b-4d32-af6e-b7bf98d603c2'),
(6671,6671,1,'Austin D.','donna-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Your location is easily accessible. Everyone is very courteous, friendly, supportive, my friend, they respond quite rapidly when she needs something.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Austin D.\"}',1,'2025-12-16 15:37:55','2026-01-20 15:20:16','f270d332-58b2-4fd1-a58f-00dd077e8730'),
(6672,6672,1,'Elaine S.','elaine-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"While visiting my husband I found the staff to be pleasant and not only listen to but to hear any concerns I might have about my husbands status. I was very impressed that upon admission my husband was treated with respect and checked over from head to toe observing and noting any areas of concern regarding his skin. He has certain dietary needs/likes and the staff have listened to and addressed this issue. I have been consistently been kept in the loop of his status and progress achieved. I would recommend Groton Regency to anyone in need of an excellent care facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Elaine S.\"}',1,'2025-12-16 15:37:55','2025-12-16 15:37:55','28dda473-f079-4384-bc18-559b2a397076'),
(6673,6673,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-12-16 15:37:56','2025-12-16 15:37:56','b47135bd-9104-4493-b728-6305f683c3a4'),
(6674,6674,1,'Christine G.','beth-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom had a fall and needed some extra time building back her strength and mind. The staff here at the Regency were helpful, supportive and kind.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Christine G.\"}',1,'2025-12-16 15:37:56','2025-12-16 15:37:56','9a7582e2-f081-41fd-a8bf-67c1bcb37bb3'),
(6675,6675,1,'Dee M.','dee-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I love how clean this place is! My grandma felt very comfortable staying here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dee M.\"}',1,'2025-12-16 15:37:56','2025-12-16 15:37:56','b1c02b81-88d5-49b3-9b9a-3a8e12c379f6'),
(6676,6676,1,'Dan M.','dan-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My family and I couldn’t be happier with Groton Regency! From the moment we walked in, we felt a warmth and compassion that’s hard to find. The staff is attentive and always goes the extra mile to make sure the residents feel comfortable and cared for.\\nThe facilities are recently updated and there are many fun activities or events to look forward to. What really stands out is the genuine kindness and patience the caregivers show, treating each resident with respect and dignity. My mother has found a new home here, and we’ve found peace of mind knowing she’s in such good hands. We highly recommend Complete Care at Groton Regency to anyone looking for exceptional assisted living care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dan M.\"}',1,'2025-12-16 15:37:56','2025-12-16 15:37:56','ee8544ee-5de1-423f-9d4d-ef306f197e49'),
(6677,6677,1,'Donna C.','donna-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent care. Staff are dedicated & compassionate. They are also cheerful & go beyond just taking care of physical needs. Therapy services have worked diligently to get my loved one to a point in his recovery that I would never had thought possible in 1 month. I highly recommend Groton Regency to anyone needing their services.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Donna C.\"}',1,'2025-12-16 15:37:56','2025-12-16 15:37:56','8575f47e-26c8-4c25-bdaa-dbea2c4905a5'),
(6678,6678,1,'Elaine S.','elaine-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"While visiting my husband I found the staff to be pleasant and not only listen to but to hear any concerns I might have about my husbands status. I was very impressed that upon admission my husband was treated with respect and checked over from head to toe observing and noting any areas of concern regarding his skin. He has certain dietary needs/likes and the staff have listened to and addressed this issue. I have been consistently been kept in the loop of his status and progress achieved. I would recommend Groton Regency to anyone in need of an excellent care facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Elaine S.\"}',1,'2025-12-16 15:37:56','2025-12-16 15:37:56','0634c53d-eedd-4f14-82fe-bd45932cc4d7'),
(6680,6680,1,'367 A9927',NULL,NULL,NULL,1,'2025-12-16 15:39:21','2025-12-16 15:39:21','61c38eaf-5269-4711-b1e1-e63714efccfa'),
(6681,6681,1,'367 A9939',NULL,NULL,NULL,1,'2025-12-16 15:39:32','2025-12-16 15:39:32','78e323fe-3e8a-484d-9185-09f099ca60b5'),
(6682,6682,1,'367 A9944',NULL,NULL,NULL,1,'2025-12-16 15:39:38','2025-12-16 15:39:38','97233c5f-edf9-422c-b0e9-838927c8fab0'),
(6683,6683,1,'367 A9972',NULL,NULL,NULL,1,'2025-12-16 15:39:47','2025-12-16 15:39:47','1c64e66c-4110-46db-ab9f-bc0c3d11f787'),
(6684,6684,1,'367 A9993',NULL,NULL,NULL,1,'2025-12-16 15:39:54','2025-12-16 15:39:54','12c36b5a-ba36-43f8-bc4a-3ba83ad70eb7'),
(6685,6685,1,'Groton December2025',NULL,NULL,NULL,1,'2025-12-16 15:40:17','2025-12-16 15:40:17','ca57ad61-111c-477b-9cf8-2e01a067fdb2'),
(6686,6686,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6685],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-12-16 15:40:19','2025-12-16 15:40:19','c672b29b-9a31-481a-b823-7321abc70a20'),
(6689,6689,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6685],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2025-12-16 15:40:58','2025-12-16 15:40:58','e300a963-b8fa-44a1-a1a3-6cbecf61f5a0'),
(6690,6690,1,'Holly Dean','lynn-marino',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Dean\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6093]}',1,'2025-12-16 15:40:58','2025-12-16 15:40:58','31f43b55-cb39-4c83-aa03-93ea38d36ade'),
(6697,6697,1,'2025-12-18 12:41:36',NULL,NULL,NULL,1,'2025-12-18 20:41:36','2025-12-18 20:41:36','3cb4068c-1da2-4406-81c8-cc779ef3966c'),
(6700,6700,1,'2025-12-18 16:11:11',NULL,NULL,NULL,1,'2025-12-19 00:11:11','2025-12-19 00:11:11','9e98efac-7d13-472e-a8c2-d0c2f699ee9e'),
(6701,6701,1,'2025-12-18 16:40:13',NULL,NULL,NULL,1,'2025-12-19 00:40:13','2025-12-19 00:40:13','230f9466-3953-41d7-ba9c-6e18daf44564'),
(6702,6702,1,'2025-12-20 12:54:23',NULL,NULL,NULL,1,'2025-12-20 20:54:23','2025-12-20 20:54:23','38c36d8f-012c-4f8b-9409-759d5ca7f794'),
(6703,6703,1,'2025-12-21 11:23:13',NULL,NULL,NULL,1,'2025-12-21 19:23:13','2025-12-21 19:23:13','e30b0a53-490e-4f22-af94-94b60f0cc20f'),
(6704,6704,1,'2025-12-22 10:01:37',NULL,NULL,NULL,1,'2025-12-22 18:01:37','2025-12-22 18:01:37','b22a34b2-c9c0-46d6-9c8e-febbaf7c1751'),
(6712,6712,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2025-12-23 19:14:35','2025-12-23 19:14:35','43330d69-79c6-44c9-a114-23b7b574a3a9'),
(6714,6714,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2025-12-23 19:14:38','2025-12-23 19:14:38','e822e353-2116-487b-a668-486fd1205f33'),
(6716,6716,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2025-12-23 19:14:50','2025-12-23 19:14:50','7a3fc7f6-581d-4f50-b588-2a7282c3dd1c'),
(6719,6719,1,'Villas','villas',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"Brakeley Park\'s Assisted Living Unit\",\"660ca190-7bbc-4947-8a53-b11b96aadd87\":[6722]}',1,'2025-12-23 19:16:28','2025-12-23 19:19:50','87083f88-9002-4f62-b0b0-c42e1462b23c'),
(6720,6720,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2025-12-23 19:16:28','2025-12-23 19:16:28','3897dcb3-e1b8-4356-a989-92ede71e4554'),
(6721,6721,1,'Villas','villas',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"Brakeley Park\'s Assisted Living Unit\"}',1,'2025-12-23 19:16:28','2025-12-23 19:16:28','baa7eb7d-a769-4000-bbbb-2e173bbdee6e'),
(6722,6722,1,'Residential Care','residential-care',NULL,'{\"89752275-60b9-4b61-9143-06d0fc3bb511\":[7818]}',1,'2025-12-23 19:18:46','2026-01-13 19:03:20','5afb6ae4-3be4-45b9-b526-e961ca56cf6e'),
(6723,6723,1,'Residential Care','residential-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"alsdkfjeoiwfjioafj\"}',1,'2025-12-23 19:19:22','2025-12-23 19:19:22','878beb60-6361-4501-a6f4-4a2238ff8367'),
(6726,6726,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2025-12-23 19:19:50','2025-12-23 19:19:50','3bacc676-000d-4f11-8f7c-7f625e091d3b'),
(6727,6727,1,'Villas','villas',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"Brakeley Park\'s Assisted Living Unit\",\"660ca190-7bbc-4947-8a53-b11b96aadd87\":[6722]}',1,'2025-12-23 19:19:50','2025-12-23 19:19:50','4cdb9f72-f72c-4ca4-ae9b-13ec0a74cc19'),
(6728,6728,1,'2025-12-25 19:45:07',NULL,NULL,NULL,1,'2025-12-26 03:45:07','2025-12-26 03:45:07','06c38b7c-eae0-43f1-b1c7-99722d5a333d'),
(6729,6729,1,'2025-12-25 20:00:14',NULL,NULL,NULL,1,'2025-12-26 04:00:14','2025-12-26 04:00:14','7019dc41-735e-4b2a-9808-772d5886414b'),
(6730,6730,1,'2025-12-25 20:48:54',NULL,NULL,NULL,1,'2025-12-26 04:48:54','2025-12-26 04:48:54','a38e0653-9b61-4d11-a44f-b8b4ef04d1d2'),
(6734,6734,1,'2025-12-29 09:45:04',NULL,NULL,NULL,1,'2025-12-29 17:45:04','2025-12-29 17:45:04','2a727cbd-2e6b-4d21-9eea-b98046b21501'),
(6736,6736,1,'2025-12-30 10:06:26',NULL,NULL,NULL,1,'2025-12-30 18:06:26','2025-12-30 18:06:26','6070a833-dc9a-4c43-837f-edfc0543cdef'),
(6739,6739,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2025-12-30 19:41:52','2025-12-30 19:41:52','b0146840-101a-401a-a622-4b3f65ddce46'),
(6740,6740,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2025-12-30 19:43:27','2025-12-30 19:43:27','06c4bf28-0884-4b32-8ab0-31b1fa3d811d'),
(6741,6741,1,'Corsica Ext 1',NULL,NULL,NULL,1,'2025-12-30 19:44:15','2025-12-30 19:44:15','b629d143-534b-4708-be3c-0daca7235802'),
(6747,6747,1,'Donnie L.','donnie-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone there at Corsica Hills are very kind, courteous and helpful!! Thanks for taking care of my Mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Donnie L.\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','813baac3-e56f-45e1-a8d6-925ec9e314fb'),
(6748,6748,1,'Joe F.','joe-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My 94 yr old mom broke her hip and came to this facility for rehabilitation. The entire staff, nurses and therapists were exceptional. They exhibited incredible patience and provided excellent care. Her incredible progress is directly attributed to their diligence.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joe F.\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','d2d98a49-de16-494e-ac03-45dbbb3fb0d2'),
(6749,6749,1,'David C.','david-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very happy with my Dads experience at Corsica Hills.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David C.\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','53a18abf-4295-4c9c-a982-aadaba907f9d'),
(6750,6750,1,'Keith S.','keith-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Wonderful people and very caring. Have been a great part of my Wife’s Mom recovery after her heart surgery. We are so glad she went there for rehab.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Keith S.\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','28a7585b-bb06-4d27-ba8d-e121a75ce5cb'),
(6751,6751,1,'Ken L.','ken-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff at the facility has been phenomenal! I\'ve never had a bad experience with them. They are friendly, courteous, respectful, very polite and go out of their way to accommodate you. They make sure that my son\'s needs are met, and they interact with him. I couldn\'t ask for anything more.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ken L.\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','6583a09a-0512-4ef3-97e4-29cbc7c133e7'),
(6752,6752,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','4113c394-acd4-499d-8705-a94840ba395f'),
(6753,6753,1,'Donnie L.','donnie-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone there at Corsica Hills are very kind, courteous and helpful!! Thanks for taking care of my Mom.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Donnie L.\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','ed635b98-748a-434b-a323-adb890770cbc'),
(6754,6754,1,'Joe F.','joe-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My 94 yr old mom broke her hip and came to this facility for rehabilitation. The entire staff, nurses and therapists were exceptional. They exhibited incredible patience and provided excellent care. Her incredible progress is directly attributed to their diligence.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joe F.\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','852d2efa-1dc0-44aa-9d5a-0b751da91594'),
(6755,6755,1,'David C.','david-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very happy with my Dads experience at Corsica Hills.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David C.\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','4630f52f-2c5d-40ad-ab14-e10e58c88520'),
(6756,6756,1,'Keith S.','keith-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Wonderful people and very caring. Have been a great part of my Wife’s Mom recovery after her heart surgery. We are so glad she went there for rehab.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Keith S.\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','cd848671-ba5a-4cdf-8736-f862a6148843'),
(6757,6757,1,'Ken L.','ken-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff at the facility has been phenomenal! I\'ve never had a bad experience with them. They are friendly, courteous, respectful, very polite and go out of their way to accommodate you. They make sure that my son\'s needs are met, and they interact with him. I couldn\'t ask for anything more.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ken L.\"}',1,'2025-12-30 19:46:23','2025-12-30 19:46:23','128a7a9a-22e8-4bbd-a43e-8d379150678a'),
(6759,6759,1,'Corsica Dining 11',NULL,NULL,NULL,1,'2025-12-30 19:48:06','2025-12-30 19:48:06','5bf8b3eb-1274-47a9-8249-874ae8ca7984'),
(6760,6760,1,'Corsica Lobby4',NULL,NULL,NULL,1,'2025-12-30 19:48:10','2025-12-30 19:48:10','620477da-093c-46bd-a060-2bd05e55ed0a'),
(6761,6761,1,'Corsica Memory Care Activities',NULL,NULL,NULL,1,'2025-12-30 19:48:12','2025-12-30 19:48:12','f2b677a6-1aa2-4493-b91d-33fe1059f0fa'),
(6762,6762,1,'Corsica Patios 6',NULL,NULL,NULL,1,'2025-12-30 19:48:15','2025-12-30 19:48:15','a1437369-da9a-47b0-9b64-e673b493d399'),
(6763,6763,1,'Corsica Rehab 12',NULL,NULL,NULL,1,'2025-12-30 19:48:18','2025-12-30 19:48:18','dfbbe738-e12b-4dc6-9455-b4244fb3c275'),
(6764,6764,1,'Corsica Rooms 24',NULL,NULL,NULL,1,'2025-12-30 19:48:28','2025-12-30 19:48:28','0de4dc54-7266-42af-929a-3cf2f267f7ee'),
(6765,6765,1,'Corsica Salon 23',NULL,NULL,NULL,1,'2025-12-30 19:48:32','2025-12-30 19:48:32','13664335-e169-40ac-b10b-24a234d99214'),
(6766,6766,1,'Corsica STR sitting room',NULL,NULL,NULL,1,'2025-12-30 19:48:35','2025-12-30 19:48:35','d7038e79-96ca-42d4-8721-3bc3eadf7869'),
(6767,6767,1,'Corsica Hills',NULL,NULL,NULL,1,'2025-12-30 20:04:54','2025-12-30 20:04:54','8f14676b-b616-4b1f-84d4-56ef52e2e5aa'),
(6768,6768,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\"}',1,'2025-12-30 20:04:57','2025-12-30 20:04:57','226e2e1a-9789-4718-b461-f8d39625377c'),
(6770,6770,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2025-12-30 20:05:38','2025-12-30 20:05:38','baf28466-cfa1-406e-8f74-6784a525f4d4'),
(6772,6772,1,'Fort Ashby Lobby 09',NULL,NULL,NULL,1,'2025-12-30 20:54:09','2025-12-30 20:54:09','68136f09-5fa3-4dad-a98d-48d0a899b42f'),
(6773,6773,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-12-30 21:29:25','2025-12-30 21:29:25','78e80411-f25a-4123-8067-1be745679fc7'),
(6780,6780,1,'Lori L.','lori-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is a great facility! Each employee has always shown the utmost respect and professionalism in every interaction I\'ve had with them. They have always listened and treated me and my family with respect. They offer activities to the residents which I think is key to helping build the community needed in a skilled nursing facility. I highly recommend for rehab or long-term care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lori L.\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','e6909dc3-4c87-48c6-b2fc-969d446a621b'),
(6781,6781,1,'Laura M.','laura-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nurses and staff are prepared and ready to assist with all questions. Professional care and support for the residents. Many staff greeted my family member by name. Bright and airy atmosphere with beautiful maintenance and grounds\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Laura M.\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','7fee5192-0418-40b6-84f5-5932b815dba0'),
(6782,6782,1,'Casey S.','casey-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I visited my dad today and was pleasantly surprised he was up, sitting in a chair, alert, and content. He said everything was going great. Staff was kind and caring and took care of all of our needs while we were there\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Casey S.\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','b8242b6f-0ad6-4506-be18-aa08058309b4'),
(6783,6783,1,'Michelle B.','michelle-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly, knowledgeable, very helpful staff. Highly recommend!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Michelle B.\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','8a414da5-346b-421b-adc9-ebd87e3594c4'),
(6784,6784,1,'Melissa W.','melissa-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I had questions regarding my father. I spoke with Nancy, his nurse for the shift. She was great! She took her time to answer very specifically. She also planned to follow up with the physician at the beginning of the week\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Melissa W.\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','0f006459-72fc-47b9-822d-1654052b544e'),
(6785,6785,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','d13d8092-01d5-44ed-8b37-93ec35f5faed'),
(6786,6786,1,'Lori L.','lori-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is a great facility! Each employee has always shown the utmost respect and professionalism in every interaction I\'ve had with them. They have always listened and treated me and my family with respect. They offer activities to the residents which I think is key to helping build the community needed in a skilled nursing facility. I highly recommend for rehab or long-term care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lori L.\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','2cd59591-05a1-42ea-acb7-4c5951ec284e'),
(6787,6787,1,'Laura M.','laura-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nurses and staff are prepared and ready to assist with all questions. Professional care and support for the residents. Many staff greeted my family member by name. Bright and airy atmosphere with beautiful maintenance and grounds\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Laura M.\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','cf0e352e-339b-49eb-96a6-a1460d2aeaec'),
(6788,6788,1,'Casey S.','casey-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I visited my dad today and was pleasantly surprised he was up, sitting in a chair, alert, and content. He said everything was going great. Staff was kind and caring and took care of all of our needs while we were there\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Casey S.\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','9091a97d-9c26-45c2-b4ab-689372686c58'),
(6789,6789,1,'Michelle B.','michelle-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly, knowledgeable, very helpful staff. Highly recommend!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Michelle B.\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','e81871e1-f44e-4ac6-a0fb-eb23cd4d34c9'),
(6790,6790,1,'Melissa W.','melissa-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I had questions regarding my father. I spoke with Nancy, his nurse for the shift. She was great! She took her time to answer very specifically. She also planned to follow up with the physician at the beginning of the week\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Melissa W.\"}',1,'2025-12-30 21:31:13','2025-12-30 21:31:13','bacad38c-887b-48b4-be01-e2f68c3aa822'),
(6792,6792,1,'Fort Ashby Dining 12',NULL,NULL,NULL,1,'2025-12-30 21:32:26','2025-12-30 21:32:26','23be4c2e-c1b7-471b-a076-ac97deca434d'),
(6793,6793,1,'Fort Ashby Exterior02',NULL,NULL,NULL,1,'2025-12-30 21:32:27','2025-12-30 21:32:27','5456892e-7e20-4a96-b67e-ffb976001c73'),
(6794,6794,1,'Fort Ashby Lounge 13',NULL,NULL,NULL,1,'2025-12-30 21:32:29','2025-12-30 21:32:29','d0cbf350-3418-49c6-ac60-59da5d9c90ef'),
(6795,6795,1,'Fort Ashby rehab 10',NULL,NULL,NULL,1,'2025-12-30 21:32:31','2025-12-30 21:32:31','501764e9-0f07-463e-bc0f-b7173a0272d7'),
(6796,6796,1,'Fort Ashby Room 11',NULL,NULL,NULL,1,'2025-12-30 21:32:32','2025-12-30 21:32:32','0ceb0710-69f8-4417-93ab-c643cd86f75e'),
(6797,6797,1,'Dawnview',NULL,NULL,NULL,1,'2025-12-30 21:39:01','2025-12-30 21:39:01','a7177f8a-8d6a-49a4-a9dd-d6e15bf5216f'),
(6798,6798,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6797],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2025-12-30 21:39:21','2025-12-30 21:39:21','7f154f8b-d92a-4901-8acc-e8feb6d7360a'),
(6799,6799,1,'2025-12-30 14:14:15',NULL,NULL,NULL,1,'2025-12-30 22:14:15','2025-12-30 22:14:15','6d69fc31-1e8b-428a-b0b5-ac457c2251f2'),
(6802,6802,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-02 19:49:14','2026-01-02 19:49:14','5b8ec2b2-45eb-4c25-92a1-e0f0d3690670'),
(6804,6804,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-02 19:50:00','2026-01-02 19:50:00','b777a98c-8ffb-40db-bf4f-4ae2c81ed75f'),
(6807,6807,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-02 19:56:16','2026-01-02 19:56:16','77119215-1088-4ec8-bde5-5ed4b8f30e7f'),
(6810,6810,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-02 19:59:27','2026-01-02 19:59:27','3d9655d0-3c62-4301-b1e8-0b7be6fae7e2'),
(6813,6813,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6527,6528,6529,6533],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-02 20:00:29','2026-01-02 20:00:29','fb3ad8e7-1f2a-464b-9c1c-e35b25324877'),
(6814,6814,1,'Madison',NULL,NULL,NULL,1,'2026-01-02 20:01:59','2026-01-02 20:01:59','cc4981b6-fd8d-46ac-9220-0bf5882c0440'),
(6816,6816,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2612],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5281],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5277,5278,5279,5280,5282],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-02 20:02:02','2026-01-02 20:02:02','5f3cdd85-3fa6-4ee5-8cd4-bb5996f5642f'),
(6819,6819,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-02 20:04:06','2026-01-02 20:04:06','42624a49-4270-486f-aec4-5af114ce2b99'),
(6820,6820,1,'Orange Park',NULL,NULL,NULL,1,'2026-01-02 20:05:05','2026-01-02 20:05:05','8644081f-7ca2-4dfb-ba14-08664545ea13'),
(6822,6822,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3896],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-02 20:05:06','2026-01-02 20:05:06','51c67de8-1ba8-4a62-babf-d13b8bdb73e8'),
(6825,6825,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-02 20:06:19','2026-01-02 20:06:19','8ea08085-07ed-437b-9921-75afe8cd3e44'),
(6828,6828,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5067,5068,5069],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-02 20:08:18','2026-01-02 20:08:18','7411d3b7-3ee4-4242-9f8b-7ba42398b708'),
(6831,6831,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-02 20:08:57','2026-01-02 20:08:57','31de0ac1-3f0f-4fa7-9bfe-4785777aa325'),
(6834,6834,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-02 20:10:34','2026-01-02 20:10:34','cac0e4de-a3c2-4baa-8b20-8ddc9fe77278'),
(6836,6836,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-02 20:13:09','2026-01-02 20:13:09','7270683c-5609-423d-8b5e-6e49a25f5e56'),
(6839,6839,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-02 20:15:31','2026-01-02 20:15:31','a0ce5059-1355-4b82-8c4d-6dabc8b4b81a'),
(6841,6841,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-02 20:16:44','2026-01-02 20:16:44','a9ae9d28-6996-4748-87a3-dff993e8cd75'),
(6842,6842,1,'Ava Genova','ava-genova',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ava Genova\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"RCH Manager and Marketing Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6137]}',1,'2026-01-02 20:16:44','2026-01-02 20:16:44','2a4ca5b0-616c-45e4-8396-08370a1467c7'),
(6844,6844,1,'Meriden Calendar',NULL,NULL,NULL,1,'2026-01-02 20:17:20','2026-03-04 20:17:17','9c13ec74-80b1-4dff-8de8-7cbc167c0c56'),
(6845,6845,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-02 20:17:23','2026-01-02 20:17:23','177df205-7f8e-48ef-a224-9b512aff6737'),
(6848,6848,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-02 20:18:16','2026-01-02 20:18:16','f9303b84-0c49-4c8c-a4bc-0c5f04350e3c'),
(6851,6851,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-02 20:21:09','2026-01-02 20:21:09','55ab7d4e-bd2c-4ee5-93df-ffcca81c8046'),
(6852,6852,1,'Dawnview January2026',NULL,NULL,NULL,1,'2026-01-02 20:22:08','2026-01-02 20:22:08','7f998be6-d1f7-41a0-937f-93e0ef795fdb'),
(6854,6854,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-02 20:22:12','2026-01-02 20:22:12','235e5bd7-6859-4efa-928c-61345dad2764'),
(6856,6856,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-02 20:24:05','2026-01-02 20:24:05','2758f192-64a7-4d3d-bfe1-5dea62f46b5a'),
(6859,6859,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-02 20:25:34','2026-01-02 20:25:34','628e8fc0-20af-4fa9-adee-c8357bbb42e6'),
(6860,6860,1,'Hillside Calendar',NULL,NULL,NULL,1,'2026-01-02 20:26:44','2026-03-04 20:45:22','1f18107f-3782-42fc-ae86-e5dadb3e109e'),
(6862,6862,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-02 20:26:45','2026-01-02 20:26:45','81e5cf76-7632-4969-9e24-0c0d277a3a60'),
(6864,6864,1,'Hillside 2',NULL,NULL,NULL,1,'2026-01-02 20:28:01','2026-01-02 20:28:01','a1030b56-14b3-414a-aab9-80096fd53fe5'),
(6866,6866,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-02 20:29:17','2026-01-02 20:29:17','bc008f01-463b-4338-ae6a-3e8f5745443b'),
(6867,6867,1,'La Plata Calendar',NULL,NULL,NULL,1,'2026-01-02 20:30:05','2026-03-04 20:46:13','ad4a1b13-8d49-4bc6-b419-9e3ea3b5925e'),
(6869,6869,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-02 20:30:07','2026-01-02 20:30:07','bdc4a138-c1cf-44bf-9b41-7fc8bd840646'),
(6871,6871,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-02 20:31:06','2026-01-02 20:31:06','2454df77-be4b-44fe-b42d-120d479631ad'),
(6872,6872,1,'Multi Medical Calendar',NULL,NULL,NULL,1,'2026-01-02 20:31:54','2026-03-04 20:46:52','b0271b96-5688-4fee-8b3a-7fddb1747ffe'),
(6874,6874,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-02 20:31:57','2026-01-02 20:31:57','00a17928-d8fc-4c2b-b5d7-513efc1e1bca'),
(6875,6875,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-02 20:35:34','2026-01-02 20:35:34','4db972ea-eb4d-4805-8273-33fca23fd5af'),
(6878,6878,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-02 20:36:11','2026-01-02 20:36:11','740a54be-4e24-45a5-b9e3-687d4a38f8b8'),
(6881,6881,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-02 20:37:40','2026-01-02 20:37:40','86277180-a59f-4fed-b37b-769b2495fec7'),
(6882,6882,1,'Springbrook Calendar',NULL,NULL,NULL,1,'2026-01-02 20:38:22','2026-03-04 20:48:23','6262178f-2c7c-42d6-89b2-44f6cdaad1b2'),
(6884,6884,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-02 20:38:23','2026-01-02 20:38:23','18d7bfe4-ccc4-4680-9a27-930423894e33'),
(6886,6886,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-02 20:39:34','2026-01-02 20:39:34','19c39d97-f42f-4e49-8059-f527a98603c9'),
(6888,6888,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-02 20:40:00','2026-01-02 20:40:00','aabaf9a4-d721-4b9a-90b9-eeb84cf7be57'),
(6890,6890,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-02 20:42:52','2026-01-02 20:42:52','92d8ad1c-2f04-4529-be90-139a3c855cd5'),
(6893,6893,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-02 20:43:47','2026-01-02 20:43:47','dbc9fd55-12ad-48d1-b81a-90246fc33734'),
(6895,6895,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-02 20:44:44','2026-01-02 20:44:44','9937b2b7-8490-456c-97a0-2fc1684d5266'),
(6898,6898,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-02 20:45:14','2026-01-02 20:45:14','ef5d4e4c-9ace-44ca-9aa4-740a487279e0'),
(6900,6900,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-02 20:46:02','2026-01-02 20:46:02','6de4c742-1a1a-408e-8965-c0ce83d6199c'),
(6903,6903,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-02 20:47:53','2026-01-02 20:47:53','966715f7-4331-4ac3-a435-8722d04f6d9b'),
(6906,6906,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-02 20:49:01','2026-01-02 20:49:01','c8f0f8a2-224a-4c40-9d52-07ff44a0b50c'),
(6909,6909,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-02 20:50:10','2026-01-02 20:50:10','29229178-9bf0-44a7-8e2c-044b5563797e'),
(6912,6912,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-02 20:51:13','2026-01-02 20:51:13','882f2ece-dead-4bc5-9965-16bd7ed779ae'),
(6914,6914,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-02 20:52:40','2026-01-02 20:52:40','fc998780-5d21-460e-ab88-a32ca620a656'),
(6917,6917,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-02 20:53:15','2026-01-02 20:53:15','4dfb4644-92a8-403e-ad0c-89836593ecf1'),
(6919,6919,1,'Arbors January2026 Calendar',NULL,NULL,NULL,1,'2026-01-02 20:54:30','2026-01-02 20:54:30','5409b106-3089-4b3d-b7ba-6bdce94f5dd1'),
(6921,6921,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-02 20:57:38','2026-01-02 20:57:38','aaf5fafe-ee07-4066-b8d0-b2f501abb8f2'),
(6922,6922,1,'Glendale West',NULL,NULL,NULL,1,'2026-01-02 20:58:21','2026-01-02 20:58:21','41f5542f-635c-4bc0-b88a-6594378e8335'),
(6923,6923,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-02 20:58:23','2026-01-02 20:58:23','547b798d-2755-4819-b845-f97472f0b10f'),
(6925,6925,1,'Hales Corners Calendar',NULL,NULL,NULL,1,'2026-01-02 20:59:12','2026-03-05 20:43:37','564abb49-9e2f-4efb-b484-6075edff0921'),
(6926,6926,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-02 20:59:13','2026-01-02 20:59:13','0f0f34d4-970d-44fe-b417-7eb9c02c5df3'),
(6927,6927,1,'Kensington Calendar',NULL,NULL,NULL,1,'2026-01-02 20:59:30','2026-03-05 20:44:06','a31ab3de-67f3-4e16-905c-3b24b5994075'),
(6929,6929,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-02 20:59:32','2026-01-02 20:59:32','69457075-8a32-45e0-9d89-ffc46dd59b0c'),
(6931,6931,1,'Manitowoc Calendar',NULL,NULL,NULL,1,'2026-01-02 21:01:04','2026-03-05 20:44:31','be5b20b7-b7d3-436b-8da6-7a0c45a8ecb4'),
(6933,6933,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-02 21:01:08','2026-01-02 21:01:08','6b46fec3-d72b-465e-9d43-ea9e2a84e9c1'),
(6936,6936,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2026-01-02 21:02:08','2026-01-02 21:02:08','27ea5651-087a-4e00-b588-ebb100c06a5d'),
(6937,6937,1,'2026-01-03 16:14:53',NULL,NULL,NULL,1,'2026-01-04 00:14:53','2026-01-04 00:14:53','3f86a985-aaac-4c24-8956-b3bba14c4ed6'),
(6938,6938,1,'2026-01-03 17:30:47',NULL,NULL,NULL,1,'2026-01-04 01:30:47','2026-01-04 01:30:47','7ed19eb6-6907-460f-b498-4ce01de931e2'),
(6939,6939,1,'2026-01-03 20:11:19',NULL,NULL,NULL,1,'2026-01-04 04:11:19','2026-01-04 04:11:19','5e0026b6-064e-4906-9b9b-8eb3cc1a0c5a'),
(6943,6943,1,'2026-01-05 07:52:04',NULL,NULL,NULL,1,'2026-01-05 15:52:04','2026-01-05 15:52:04','ac9bce46-18af-4e7b-a94e-28df3ae256fc'),
(6949,6949,1,'Bey Lea SNF Admin',NULL,NULL,NULL,1,'2026-01-05 16:45:54','2026-01-05 16:45:54','932d91bf-5048-4b8f-a692-d6ad1b3ecf0e'),
(6952,6952,1,'Meir Lapides','meir-lapides',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Meir Lapides\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6949]}',1,'2026-01-05 16:46:02','2026-01-05 16:46:02','3fc82b62-fdab-47bf-9a7a-fdbbca643290'),
(6953,6953,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-05 16:49:57','2026-01-05 16:49:57','9916f548-7b57-44d9-a0b0-1d27fa2188c8'),
(6954,6954,1,'Annapolis Admin 1',NULL,NULL,NULL,1,'2026-01-05 17:02:02','2026-01-05 17:02:02','88d100bd-a12b-4d82-9826-2eb7ce5c1a5e'),
(6956,6956,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-05 17:02:25','2026-01-05 17:02:25','4849f1d0-8240-45ab-8307-c2b8d630f7c9'),
(6957,6957,1,'Michael Willis','michael-willis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Willis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6954],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"mwillis@ccannapolis.com\"}',1,'2026-01-05 17:02:25','2026-01-05 17:02:25','961d7c62-44ea-490a-a62d-80a5211a169d'),
(6959,6959,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-05 17:03:01','2026-01-05 17:03:01','14615983-784f-44f6-b594-3c495cf330a4'),
(6962,6962,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-05 17:03:57','2026-01-05 17:03:57','85dd263d-a839-42e8-8a36-eeb4e24177c9'),
(6964,6964,1,'Bayshore Admin 1',NULL,NULL,NULL,1,'2026-01-05 17:07:45','2026-01-05 17:07:45','94aa08f2-11c9-48c0-b6b0-bf3f5e29d31e'),
(6966,6966,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-05 17:07:53','2026-01-05 17:07:53','b4c39f13-1fb8-47c9-b357-aead42fd1ba7'),
(6967,6967,1,'Yoni Nussbaum','yoni-nussbaum',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yoni Nussbaum\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6964],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"Yoni.Nussbaum@ccbayshore.com\"}',1,'2026-01-05 17:07:53','2026-01-05 17:07:53','cb47117b-2b52-47cf-b2f3-4b43ba13eb18'),
(6969,6969,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-05 17:08:09','2026-01-05 17:08:09','35a3ddfb-8b12-4af8-9b07-5e88d5585988'),
(6971,6971,1,'Berkshire Admin',NULL,NULL,NULL,1,'2026-01-05 17:12:17','2026-01-05 17:12:17','fa517f63-f6c7-4184-a2d1-e4399740e006'),
(6974,6974,1,'Shannon Vinciguerra','shannon-vinciguerra',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shannon Vinciguerra\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6971]}',1,'2026-01-05 17:12:30','2026-01-05 17:12:30','f388da2a-ec9e-4ac6-9dce-19b5c1cb415e'),
(6975,6975,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-05 17:12:30','2026-01-05 17:12:30','033bad8b-562c-4691-be9e-a61fe063c763'),
(6976,6976,1,'Shannon Vinciguerra','shannon-vinciguerra',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shannon Vinciguerra\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6971]}',1,'2026-01-05 17:12:30','2026-01-05 17:12:30','2afd03d1-1559-4d3c-8188-538eed9cceae'),
(6978,6978,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-05 17:12:41','2026-01-05 17:12:41','bcf08978-0388-4424-8926-ccfd4d7f2d7c'),
(6980,6980,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-05 17:14:31','2026-01-05 17:14:31','97de6189-6188-461c-95ce-d0a9386cb87d'),
(6982,6982,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-05 17:15:18','2026-01-05 17:15:18','312e969a-bb8e-44a5-b322-7cb709559a6b'),
(6984,6984,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-05 17:16:05','2026-01-05 17:16:05','c41ca6fa-c00a-404b-874b-6fdc667edd67'),
(6986,6986,1,'Court House Admin',NULL,NULL,NULL,1,'2026-01-05 17:22:05','2026-01-05 17:22:05','6832b595-3f46-4e19-b362-e9972e3f1a6c'),
(6988,6988,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-05 17:22:12','2026-01-05 17:22:12','14f96b59-4c46-4ed9-b442-683b0540ac05'),
(6989,6989,1,'Brian Klocke','brian-klocke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Klocke\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6986]}',1,'2026-01-05 17:22:12','2026-01-05 17:22:12','15a1c43e-cdee-401a-93d5-8fe221b66ebf'),
(6991,6991,1,'Court House Admin 1',NULL,NULL,NULL,1,'2026-01-05 17:23:13','2026-01-05 17:23:13','f7648a64-61c7-4624-9572-1b3bf57ee3e3'),
(6993,6993,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-05 17:23:19','2026-01-05 17:23:19','e1704545-7547-4f0e-958c-a848267c59a6'),
(6994,6994,1,'Brian Klocke','brian-klocke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Klocke\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6991]}',1,'2026-01-05 17:23:19','2026-01-05 17:23:19','fdb98d08-4bdb-43ea-9b19-4d8eebcaaaab'),
(6996,6996,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-05 17:23:34','2026-01-05 17:23:34','abe904ad-89ea-43eb-b023-61383ecb419d'),
(6999,6999,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-05 17:45:13','2026-01-05 17:45:13','735e711a-317c-4346-a864-c5d75475d279'),
(7000,7000,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-05 17:48:50','2026-01-05 17:48:50','13110e4b-851d-446f-ac65-88295c26705e'),
(7002,7002,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-05 17:50:00','2026-01-05 17:50:00','2d6b08d3-afde-440d-88a8-af8c7315de01'),
(7004,7004,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-05 17:51:48','2026-01-05 17:51:48','60f004ae-8290-41e0-bf4a-5a5c065fe6d3'),
(7006,7006,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-05 17:52:28','2026-01-05 17:52:28','31c9cbd8-0a10-4d98-8377-cebb64851542'),
(7008,7008,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-05 17:52:46','2026-01-05 17:52:46','db3ee65f-e732-43ac-8d01-ba4a66a9968b'),
(7010,7010,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-05 17:53:20','2026-01-05 17:53:20','41376f2a-0bdf-46d3-afc2-a692c5bc3b61'),
(7013,7013,1,'Fair Lawn Admin',NULL,NULL,NULL,1,'2026-01-05 17:57:56','2026-01-05 17:57:56','9b3eaed1-6bcc-4ca1-aed8-02bbc5671be6'),
(7014,7014,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-05 17:58:01','2026-01-05 17:58:01','5b1f5856-b4ab-4e06-82a0-416122cd32ab'),
(7015,7015,1,'Robert Constantin','robert-constantin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Robert Constantin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7013]}',1,'2026-01-05 17:58:01','2026-01-05 17:58:01','d0edf85a-9f38-4438-9e73-9fe7b750d404'),
(7017,7017,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-05 17:58:13','2026-01-05 17:58:13','b9a48d30-62aa-4d9f-819a-35bfa18aa85c'),
(7018,7018,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-05 18:13:00','2026-01-05 18:13:00','5bbc34e2-b5fd-45b2-abc2-7b872e3ed948'),
(7020,7020,1,'Glendale CT Admin',NULL,NULL,NULL,1,'2026-01-05 18:17:20','2026-01-05 18:17:20','48cfc6f6-5065-4968-b1c6-4865e98554c9'),
(7022,7022,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-05 18:17:24','2026-01-05 18:17:24','9c75c5ad-2d45-454c-bda3-478a205b3efd'),
(7023,7023,1,'Melissa Schmitt','melissa-schmitt',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Schmitt\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7020]}',1,'2026-01-05 18:17:24','2026-01-05 18:17:24','891923cd-3316-4253-87f6-bfac22d9e2b4'),
(7025,7025,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3122],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-05 18:18:34','2026-01-05 18:18:34','c9443c2f-d980-484b-9143-b28bbf8d98e3'),
(7027,7027,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-05 18:18:59','2026-01-05 18:18:59','dd56d6fb-fdd2-4f8a-a4a1-20f790dae70e'),
(7029,7029,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-05 18:19:34','2026-01-05 18:19:34','e425cd46-e97a-4264-88dc-6895cd8e3266'),
(7031,7031,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-05 18:19:43','2026-01-05 18:19:43','670e70d7-f7d6-42d5-852e-79f293dd71b8'),
(7035,7035,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-05 18:26:03','2026-01-05 18:26:03','f0cc660b-6a5e-4516-ae2b-43eb58f565f0'),
(7036,7036,1,'Cindy Nasrawy','cindy-nasrawy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cindy Nasrawy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7033]}',1,'2026-01-05 18:26:03','2026-01-05 18:26:03','d6d84a66-c5d9-4951-9e6e-1a7354768507'),
(7038,7038,1,'Hagerstown Admin 1',NULL,NULL,NULL,1,'2026-01-05 18:27:22','2026-01-05 18:27:22','f275866d-820f-4832-b846-7ba88a09d963'),
(7040,7040,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-05 18:27:26','2026-01-05 18:27:26','a04810cb-d343-432e-887c-dbb516688be9'),
(7041,7041,1,'Cindy Nasrawy','cindy-nasrawy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Cindy Nasrawy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7038]}',1,'2026-01-05 18:27:26','2026-01-05 18:27:26','d0cfb59f-70e4-4fb1-93aa-0d4072237488'),
(7042,7042,1,'Hamilton Plaza Admin',NULL,NULL,NULL,1,'2026-01-05 18:30:08','2026-01-05 18:30:08','e4c4ee1b-c0bd-4c76-9272-8b585783c87e'),
(7045,7045,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-05 18:31:07','2026-01-05 18:31:07','ec8c1e6b-3682-4d55-808b-3008bc2a26bf'),
(7046,7046,1,'Steven Rieder','steven-rieder',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steven Rieder\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7042],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"SRieder@cchamiltonplaza.com\"}',1,'2026-01-05 18:31:07','2026-01-05 18:31:07','cbb986a6-d419-473f-a93f-b11e671ded92'),
(7049,7049,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-05 18:33:01','2026-01-05 18:33:01','deac2ff9-3bba-4cd4-9a1c-2cd55e70d836'),
(7060,7060,1,'Melissa Vivo','marian-guadioso',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Vivo\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2026-01-05 18:42:40','2026-01-20 18:53:19','10cc5787-c7d9-42a3-b0b5-a0e8dade1ccd'),
(7061,7061,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-05 18:42:40','2026-01-05 18:42:40','2b7931e1-62f4-4a43-8ad5-843742da4b8f'),
(7062,7062,1,'Marian Guadioso','marian-guadioso',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Marian Guadioso\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-05 18:42:40','2026-01-05 18:42:40','e0ab7f71-7f0f-41c1-981c-f922abce27e3'),
(7064,7064,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-05 18:43:45','2026-01-05 18:43:45','0c1b6545-9229-4f72-8c40-3161c4a1d923'),
(7068,7068,1,'Laurelton Admin',NULL,NULL,NULL,1,'2026-01-05 18:50:49','2026-01-05 18:50:49','7f12e8d8-e544-4252-9791-3dc5597a77dd'),
(7070,7070,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-05 18:50:52','2026-01-05 18:50:52','e029fe73-87dc-42a2-b562-8825fa2e3cf0'),
(7071,7071,1,'Jay Orzel','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jay Orzel\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7068],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"j.orzel@cclaurelton.com\"}',1,'2026-01-05 18:50:52','2026-01-05 18:50:52','1db9dfb2-74e6-4bf6-a69f-8c7aba83abd4'),
(7077,7077,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-05 21:07:06','2026-01-05 21:07:06','fd285aa5-6d7e-4915-9b0e-a3afafd67e61'),
(7084,7084,1,'Monmouth Admin',NULL,NULL,NULL,1,'2026-01-05 21:12:20','2026-01-05 21:12:20','76591dc3-27b8-40a9-892b-018add8ae9fa'),
(7086,7086,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3498],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-05 21:12:25','2026-01-05 21:12:25','5e407aa6-c510-4062-b3c0-9a7b44b541eb'),
(7087,7087,1,'Chaim Kesserman','chaim-kesserman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Chaim Kesserman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7084]}',1,'2026-01-05 21:12:25','2026-01-05 21:12:25','d1d34f6a-8d7d-46b1-9e34-21c1e86637a8'),
(7096,7096,1,'Plainfield Admin',NULL,NULL,NULL,1,'2026-01-05 21:18:56','2026-01-05 21:18:56','015a3b83-8a48-44e9-8ef7-d60351369c73'),
(7098,7098,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-05 21:19:02','2026-01-05 21:19:02','06ed5621-ae7e-4bc0-aabd-e6ad31797f6a'),
(7099,7099,1,'Aviel Seleh','aviel-saleh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Aviel Seleh\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7096]}',1,'2026-01-05 21:19:02','2026-01-05 21:19:02','27d097f8-8630-4f50-9c92-7934aabd38e7'),
(7126,7126,1,'Margate AD',NULL,NULL,NULL,1,'2026-01-06 16:45:12','2026-01-06 16:45:12','777d39d6-bd4e-4a28-b4bd-7c2e31ca964e'),
(7128,7128,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-06 16:45:27','2026-01-06 16:45:27','df3999e2-02b7-44b0-aa42-1095be8a5259'),
(7129,7129,1,'Rolando Lasco','rolando-lasco',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rolando Lasco\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7126]}',1,'2026-01-06 16:45:27','2026-01-06 16:45:27','da3f9f96-0103-4a32-a0f5-7a382ee18c0c'),
(7131,7131,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-06 16:45:39','2026-01-06 16:45:39','7da2e819-fa67-4142-98d3-315ea17617d0'),
(7135,7135,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-06 16:51:36','2026-01-06 16:51:36','71f19aa0-355e-44ad-8d81-28a5a8575409'),
(7136,7136,1,'Rolando Lasco','rolando-lasco',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rolando Lasco\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7126]}',1,'2026-01-06 16:51:36','2026-01-06 16:51:36','f0ec5378-0d6a-41a7-80c2-32b8f4ba951e'),
(7138,7138,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-06 17:23:21','2026-01-06 17:23:21','de9ccc7b-f8ce-464b-9845-51fd0a528b16'),
(7140,7140,1,'Margate Admin',NULL,NULL,NULL,1,'2026-01-06 19:04:55','2026-01-06 19:04:55','ac369afa-f6d7-4f7f-a40e-601fdcb66635'),
(7142,7142,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-06 19:05:05','2026-01-06 19:05:05','c2351faf-10cc-48ab-9768-1b153356c0e5'),
(7143,7143,1,'Naisha Lee BS LNHA','naisha-lee-bs-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naisha Lee BS LNHA\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7140]}',1,'2026-01-06 19:05:05','2026-01-06 19:05:05','efd903a8-fad3-43f2-8558-4e8a16c5f825'),
(7144,7144,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-06 19:05:09','2026-01-06 19:05:09','9eac970d-ec63-444d-9cfc-dd46491be64b'),
(7149,7149,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,7147],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-06 20:42:19','2026-01-06 20:42:19','89bb63ef-1803-4ad5-83f8-aa846de708f8'),
(7151,7151,1,'Fox Hill AD 1',NULL,NULL,NULL,1,'2026-01-06 20:42:45','2026-01-06 20:42:45','a92c1d1f-3f2b-446d-a9ad-292876de37ae'),
(7153,7153,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-06 20:42:52','2026-01-06 20:42:52','d8473381-18b7-489c-a50a-fa6916a22672'),
(7154,7154,1,'Holly Dean','holly-dean',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Dean\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7151]}',1,'2026-01-06 20:42:52','2026-01-06 20:42:52','56a3935a-db38-47e8-9458-f2d0f3077339'),
(7157,7157,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-06 20:43:12','2026-01-06 20:43:12','f6102934-dbb8-4290-b56a-ef0023b8f846'),
(7158,7158,1,'Christina King','holly-dean',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christina King\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7151]}',1,'2026-01-06 20:43:12','2026-01-06 20:43:12','54f485d6-b0a1-4685-8bc8-61d193b3a836'),
(7159,7159,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-06 20:43:14','2026-01-06 20:43:14','80cbcdf8-7792-48b9-873d-d3ef19d828ab'),
(7161,7161,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,7147],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-06 21:13:53','2026-01-06 21:13:53','8827bcb9-881e-4c5b-bea2-8af53864f61b'),
(7165,7165,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-06 21:33:45','2026-01-06 21:33:45','2baff161-351c-499c-93d8-135d2305fffe'),
(7166,7166,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279,3280,3281,3282,3283],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','2636e166-372c-4063-bae7-dd058f21ccda'),
(7167,7167,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','d6003cff-8603-48a0-9115-6f15dff7a641'),
(7168,7168,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','508a6ff3-9f2d-4c80-b5cc-2bff9eebfd31'),
(7169,7169,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','45efccd1-7fa5-417d-a9de-4e901f4e6bff'),
(7170,7170,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','be6b7ae7-8ad6-427a-b8ba-bce27e93f9fd'),
(7171,7171,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','58e7c3a3-a891-4df3-b4c6-65cd0bc2d5fa'),
(7172,7172,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','4ff1d131-15f6-49cd-8619-b83ed88979af'),
(7173,7173,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','a19aa0a7-ecb0-43ed-a02e-98de9c99d720'),
(7174,7174,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','00715525-9b67-4b93-8ece-4c05d343de97'),
(7175,7175,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','5a711f75-0d70-459a-93d8-2cc5988d4c62'),
(7176,7176,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','e022b248-facb-4919-a849-3b7f80fb6b97'),
(7177,7177,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-06 21:34:36','2026-01-06 21:34:36','3ca4b4c5-0f2a-4f43-ac4c-633e6fab1151'),
(7178,7178,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','b69fefa3-59fd-4109-8ca7-0f4d19272b5a'),
(7179,7179,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','5622b54c-e423-456e-8874-62584188f3b0'),
(7180,7180,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','9a5193ed-affc-4bce-a4b8-e1214ea41b10'),
(7181,7181,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','719bdc3b-ba93-444f-b71d-23d07871d787'),
(7182,7182,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','d02f75eb-9a8d-456b-8f95-bb9191a3c978'),
(7183,7183,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','6ef2ef9e-a765-4a0c-8f32-e57b215c6258'),
(7184,7184,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','4a8dd2fc-b59e-4cfe-b547-796512f03e00'),
(7185,7185,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','40cd9284-a8e5-4c1d-b3fd-eab16ed79fa4'),
(7186,7186,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','dd59464d-1af4-429f-ab27-49995d102dc9'),
(7187,7187,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','86fa6408-bf04-4d04-a1ab-d2ff75fa4930'),
(7188,7188,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','eef7ddb7-d49a-4161-99dc-5f63c7825585'),
(7189,7189,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','4b0b556b-e551-44cf-9254-b3c3884d71f4'),
(7190,7190,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','6ea2defb-dd3f-4611-b16b-6704c6a3c285'),
(7191,7191,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','03ca5329-359f-4d6a-8756-0d455d6cbda3'),
(7192,7192,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','9f6b426c-25d2-4cd8-90b5-71a4a185d47c'),
(7193,7193,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','154643b1-2a8d-4cfb-99ef-53374526495d'),
(7194,7194,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','1abb99c8-9d1d-4ccc-8a26-c1eaf35a222c'),
(7195,7195,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','b45abe6b-41d0-414c-84cc-ab519086623b'),
(7196,7196,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','a01576ac-d101-411a-a30a-ec78bd9d78ab'),
(7197,7197,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','6462c1e0-2915-4963-9453-734a186f9e47'),
(7198,7198,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','0395f7c2-872f-469d-b41d-796f4ddb0fc1'),
(7199,7199,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-06 21:34:37','2026-01-06 21:34:37','c088ebb4-d284-47d4-a62d-8b61335090ab'),
(7200,7200,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','b6a7cadf-b25f-4d49-b92a-195895fc755b'),
(7201,7201,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','3142e148-24e1-4a14-9589-7171d23d5f84'),
(7202,7202,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','6ecd5a35-73a9-4587-bc08-f3e2e205852e'),
(7203,7203,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','a4f1a665-d6cb-4e46-83ee-68d66d35cbc8'),
(7204,7204,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','0d9dc4dd-778c-4eae-9765-dd0d8b2eb632'),
(7205,7205,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','03e69311-3902-497f-a841-bbeb6807deac'),
(7206,7206,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,7147],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','9949e10f-3402-4a85-a784-96da7ae0baeb'),
(7207,7207,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','eea6ee21-c3ad-402e-b33a-74355026dc13'),
(7208,7208,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','7e88b0bb-12ce-4142-8166-016ceec36565'),
(7209,7209,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','f9c648f0-4020-460e-aeaa-751fd7d19a65'),
(7210,7210,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','b05e397c-c91c-4602-91f3-5ffd0af059e4'),
(7211,7211,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','50fc1b2e-de00-49c3-baad-7e449f708d82'),
(7212,7212,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','e3df15fd-9c23-4f05-99ad-9024bf38c52e'),
(7213,7213,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','0fb58319-41d5-4c9e-acd0-e2884acd6f7a'),
(7214,7214,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','af60fab9-9092-4e4b-953c-326e5c88348b'),
(7215,7215,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','5648b345-f06f-45c4-b739-56154ab4211d'),
(7216,7216,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','4bae96f7-f65a-485a-bece-6c90901aa164'),
(7217,7217,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','4de8209a-a0e3-4ae6-8814-a235f9a1c6e8'),
(7218,7218,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','65bed93f-a894-4a9a-8243-2f5b62ed84c4'),
(7219,7219,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-06 21:34:38','2026-01-06 21:34:38','85f4bc59-fb6d-4958-97a9-4034c843bc4f'),
(7220,7220,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','2dfa9805-1c2f-4554-8394-64958467fedc'),
(7221,7221,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','7e18b6e0-e279-4312-a765-59eb4f6c0b7d'),
(7222,7222,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','249714bf-b94a-4a76-86ac-b171b62c755f'),
(7223,7223,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','34730aa3-4e53-472b-b25d-7735a22db332'),
(7224,7224,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','18a23d34-c1c8-4346-a18f-44391553d8aa'),
(7225,7225,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','58a5df85-78e8-4aff-be0c-0201be2a2a61'),
(7226,7226,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','f98f25ca-d289-4cd4-b82a-6b10397bae77'),
(7227,7227,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4973],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4991,4992,4993,4994,4995,4996,4997],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','f08b94ae-f2ff-4392-9a8d-4f9163b5dd14'),
(7228,7228,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','9cd5ca70-4489-4261-ad24-edae4c9289b8'),
(7229,7229,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5067,5068,5069],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','c4c25c16-3106-4bce-bb45-c0ec8f04ce1c'),
(7230,7230,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5122,5123,5124,5125],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','f6b7d226-bdc5-4143-a429-21a7ddd14620'),
(7231,7231,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5127,5128,5129,5130,5131],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','960a2cc4-8250-423e-b5e4-7bf33bbbb50b'),
(7232,7232,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','a2a80d42-3a3f-46e7-b99a-fd79c0a72faf'),
(7233,7233,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','749d487c-9559-4348-8bec-c7c75e849493'),
(7234,7234,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3896],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','19f9a426-d582-4148-8b2c-978383c3b46c'),
(7235,7235,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','de0edd39-9ad1-4189-a450-8eb6c0d8e33f'),
(7236,7236,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2612],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5281],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5277,5278,5279,5280,5282],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','fd8a381f-d766-470b-ab8e-4a80ff061a9e'),
(7237,7237,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6527,6528,6529,6533],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','35a37659-d101-479b-95a9-4b2fbdb7bc4d'),
(7238,7238,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-06 21:34:39','2026-01-06 21:34:39','c00b9480-4c66-443e-b734-5504729ae3d0'),
(7239,7239,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','a37b2363-ea36-499f-941f-4dfbdc3a89aa'),
(7240,7240,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','28821e2c-6660-47f2-b48e-355ce12659d5'),
(7241,7241,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','f6f5d000-e37d-45cf-a023-b2a574b9ad01'),
(7242,7242,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5095,5096,5097,5098],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','b2ee562b-7cb1-49d8-8c3c-d4744f31c979'),
(7243,7243,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5105,5106,5107,5108,5109,5110,5111,5112],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','6378b00f-c5cd-418a-b5f4-fb4997ba525e'),
(7244,7244,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','c2756db4-332c-493f-8f8a-2b97b247b8bc'),
(7245,7245,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','683d85bb-7a0c-4d83-8ffa-4847b7e8f37d'),
(7246,7246,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','2d819464-0d25-45a2-8e30-ab9e39a3f404'),
(7247,7247,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','9c283237-93a2-444f-8e41-cc8f05b02064'),
(7248,7248,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3498],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','e2633499-9696-44b0-8167-bc88ebeae683'),
(7249,7249,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','7d9a799f-9160-44f6-b958-75fe5aceb923'),
(7250,7250,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','34061a11-4dc5-4f0c-8b48-5a7b7a2974b7'),
(7251,7251,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','0a96600a-dfeb-410a-92b0-fa008bb66b55'),
(7252,7252,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','c7a26a52-cc07-4b17-9824-a9ae731a7d78'),
(7253,7253,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3122],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','05560337-203f-4a4c-8797-c11e8b1f3812'),
(7254,7254,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-06 21:34:40','2026-01-06 21:34:40','35d3c44b-a6f7-4e1a-856a-7968f52bb037'),
(7256,7256,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-06 21:34:41','2026-01-06 21:34:41','765f6a48-75f4-4e18-a894-a98c259c2aa9'),
(7257,7257,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-06 21:34:41','2026-01-06 21:34:41','4237b568-1daa-4320-afce-0b86d2b3541b'),
(7260,7260,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604],\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-06 21:35:29','2026-01-06 21:35:29','7b7b997b-c4e9-4056-b90b-3c7ed3fbe604'),
(7264,7264,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-06 23:15:44','2026-01-06 23:15:44','3b78cc60-173f-4db8-b8cb-eed244415e4f'),
(7265,7265,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-06 23:16:12','2026-01-06 23:16:12','db766bcc-e012-4a72-a4b8-3b89e20dd22f'),
(7267,7267,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-06 23:17:17','2026-01-06 23:17:17','1b83d1c0-68f7-4873-af0e-94cfa44c7721'),
(7269,7269,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-06 23:17:45','2026-01-06 23:17:45','eb02beb2-b401-4e0b-b4f2-50d73e0c5b06'),
(7271,7271,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-06 23:19:03','2026-01-06 23:19:03','202ce6bc-c140-423a-8a67-26c7bf82ba1a'),
(7274,7274,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-06 23:29:22','2026-01-06 23:29:22','ca59f0ba-2f95-485b-9859-21efc3b5e42e'),
(7275,7275,1,'2026-01-06 15:52:12',NULL,NULL,NULL,1,'2026-01-06 23:52:12','2026-01-06 23:52:12','af999c7f-0a1d-438c-919e-92e75b83b49f'),
(7283,7283,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-07 19:04:08','2026-01-07 19:04:08','330f5d61-8854-4e18-9dd2-c7529af03ee5'),
(7287,7287,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-07 20:13:35','2026-01-07 20:13:35','4605d70c-eadb-4b16-84ba-0ab500453128'),
(7288,7288,1,'Bayshore',NULL,NULL,NULL,1,'2026-01-07 20:15:25','2026-01-07 20:15:25','ce626574-e0b6-4c4e-807e-9daeb9441bef'),
(7290,7290,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-07 20:36:07','2026-01-07 20:36:07','9e6fc75a-8667-4f10-8759-f6cf4de8ff3e'),
(7291,7291,1,'Voorhees Admin',NULL,NULL,NULL,1,'2026-01-07 20:56:48','2026-01-07 20:56:48','b990b111-c278-472e-a259-2880d1ba83e2'),
(7293,7293,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5105,5106,5107,5108,5109,5110,5111,5112],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-07 20:56:54','2026-01-07 20:56:54','59284255-ffe8-473b-b664-effece37b756'),
(7294,7294,1,'Susan Love','susan-love',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan Love\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7291],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"slove@ccvoorhees.com\"}',1,'2026-01-07 20:56:54','2026-01-07 20:56:54','4caeaadf-2764-4d0d-bb58-103b13e428df'),
(7296,7296,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5105,5106,5107,5108,5109,5110,5111,5112],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-07 21:01:38','2026-01-07 21:01:38','8e313d48-4294-405e-8855-8dcc542b8aee'),
(7299,7299,1,'Glendale West AD',NULL,NULL,NULL,1,'2026-01-07 21:05:18','2026-01-07 21:05:18','3baed8a8-22ba-4658-b32b-7c48831325c9'),
(7301,7301,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-07 21:05:26','2026-01-07 21:05:26','eb3a3b0a-368e-496c-8af1-fb10fd863ada'),
(7302,7302,1,'Jessica Kelly','katie-schleicher',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Kelly\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7299]}',1,'2026-01-07 21:05:26','2026-01-07 21:05:26','8deee047-217d-4ae9-9cd1-945a15f89424'),
(7304,7304,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-07 21:05:52','2026-01-07 21:05:52','1c39b4f5-c848-4e28-89fa-f005ec9a5ab5'),
(7307,7307,1,'Holiday City Admin',NULL,NULL,NULL,1,'2026-01-07 21:22:46','2026-01-07 21:22:46','c1053dc9-36f9-49f9-ab63-d3b501f8ef4d'),
(7308,7308,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-07 21:22:50','2026-01-07 21:22:50','b4ad5b41-5121-481b-ac41-bb0621606e08'),
(7309,7309,1,'Riten Pandya','riten-pandya',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Riten Pandya\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7307]}',1,'2026-01-07 21:22:50','2026-01-07 21:22:50','bd5c916a-c404-428b-a323-d466c2d174a1'),
(7310,7310,1,'Ocean Grove Admin',NULL,NULL,NULL,1,'2026-01-07 21:24:59','2026-01-07 21:24:59','6ea9b42d-ceb0-458d-9250-0ef791be8959'),
(7312,7312,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-07 21:25:15','2026-01-07 21:25:15','ca790a14-272a-4142-9429-1d7bf88ef81c'),
(7313,7313,1,'Dimitry Ruchaevsky','yossi-stern',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Dimitry Ruchaevsky\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7310]}',1,'2026-01-07 21:25:15','2026-01-07 21:25:15','444065cc-c164-4f56-abd3-032fef980399'),
(7314,7314,1,'Shrewsbury Admin',NULL,NULL,NULL,1,'2026-01-07 21:36:38','2026-01-07 21:36:38','b0ec35a5-b03d-4eba-9828-76a86bc2c8e7'),
(7316,7316,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-07 21:36:47','2026-01-07 21:36:47','d8aa1687-ff33-40cc-8ea2-acb3c141e0b5'),
(7317,7317,1,'Jason Gibbs','jason-gibbs',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Gibbs\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7314],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"jgibbs@completecaremgmt.com\"}',1,'2026-01-07 21:36:47','2026-01-07 21:36:47','a3552f66-19bb-4ef4-b3ba-3eb612a5bdaf'),
(7319,7319,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-07 21:37:04','2026-01-07 21:37:04','4287e12c-5f5b-420b-a9b5-dd8c18770901'),
(7320,7320,1,'Wall Admin',NULL,NULL,NULL,1,'2026-01-07 21:50:14','2026-01-07 21:50:14','e709d83b-8a9d-4a18-934e-25b8b2175b35'),
(7322,7322,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5095,5096,5097,5098],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-07 21:52:44','2026-01-07 21:52:44','dc93acb5-e307-492b-9781-015d5f2f00f4'),
(7323,7323,1,'Kyle Newfeld','kyle-newfeld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kyle Newfeld\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7320]}',1,'2026-01-07 21:52:44','2026-01-07 21:52:44','8dfa45cc-1e2f-465e-8741-cc5412385753'),
(7324,7324,1,'Park Place Admin',NULL,NULL,NULL,1,'2026-01-07 21:52:59','2026-01-07 21:52:59','87e2ad26-d146-483c-a3d8-a65f56108f38'),
(7326,7326,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-07 21:53:07','2026-01-07 21:53:07','9595b45b-9613-46d9-9b84-c949e658b48d'),
(7327,7327,1,'Leiby Mayerovitz','leiby-mayorovitz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Leiby Mayerovitz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7324]}',1,'2026-01-07 21:53:07','2026-01-07 21:53:07','2af4350e-eb90-498f-a7e4-ea88b91960de'),
(7328,7328,1,'West Caldwell Admin',NULL,NULL,NULL,1,'2026-01-07 21:58:01','2026-01-07 21:58:01','8a1ececd-7639-4439-87bf-e2d087e5d700'),
(7330,7330,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5067,5068,5069],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-07 21:58:05','2026-01-07 21:58:05','53e675e2-5646-4394-8f0a-cec8ae0206c8'),
(7331,7331,1,'Anna Chbihi','anna-chbihi',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Anna Chbihi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7328]}',1,'2026-01-07 21:58:05','2026-01-07 21:58:05','6e8222af-38d2-444f-86e8-b17cd8883c2f'),
(7332,7332,1,'2026-01-07 15:29:21',NULL,NULL,NULL,1,'2026-01-07 23:29:21','2026-01-07 23:29:21','6802f9df-5e38-476c-bbef-100a654fe37a'),
(7333,7333,1,'2026-01-07 19:01:19',NULL,NULL,NULL,1,'2026-01-08 03:01:19','2026-01-08 03:01:19','2427ddfd-1207-4131-8140-076866a9ddb4'),
(7338,7338,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"residential-care\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious, one and two bedroom suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Community dining room, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Spa room with a whirlpool bath and an on-site beauty shop to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-08 15:06:15','2026-01-08 15:08:20','6ab35116-7f2f-497b-bae8-4f8cb251f038'),
(7339,7339,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Supportive care and personal need monitoring from licensed nurses and healthcare professionals, with an emergency call system and on-site physical and occupational therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}]}',1,'2026-01-08 15:06:15','2026-01-15 21:13:35','292211e6-f8bb-4501-9e51-588060248b4b'),
(7340,7340,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"post-acute-ltc\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-08 15:06:15','2026-01-14 22:10:23','86631ea3-d89a-4197-a124-4ccdd5bd96c7'),
(7341,7341,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-08 15:06:15','2026-01-08 15:06:15','7796aa42-2895-428c-b748-070ebf000ded'),
(7342,7342,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"residential-care\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious, one and two bedroom suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Community dining room, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Spa, and an on-site beauty shop to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-08 15:06:15','2026-01-08 15:06:15','2f1cf2b6-c76d-4032-a81e-b20fe671645e'),
(7343,7343,1,NULL,'__temp_hltqfziruwmyytvbhivginpspufjzpbqwdpl',NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-08 15:06:15','2026-01-08 15:06:15','e2c4aee5-114d-4c31-9a3e-255e9f2b7742'),
(7344,7344,1,NULL,'__temp_obxoavgvfjptxglhbtnxpwpfbcqnhyxkdtdw',NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"post-acute-ltc\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-08 15:06:15','2026-01-08 15:06:15','d4b20739-c97c-4454-bb84-a3b373d07ec8'),
(7346,7346,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-08 15:06:20','2026-01-08 15:06:20','879e8ec8-45af-4cac-820e-f7dd98485c61'),
(7349,7349,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-08 15:08:20','2026-01-08 15:08:20','0aab0e3f-1d66-4941-8288-97a49c0c0e80'),
(7350,7350,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"residential-care\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious, one and two bedroom suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Community dining room, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Spa room with a whirlpool bath and an on-site beauty shop to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-08 15:08:20','2026-01-08 15:08:20','0ae7e18f-1805-4eb6-9950-79de2a798135'),
(7353,7353,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-08 15:17:35','2026-01-08 15:17:35','952a4b8d-e197-488a-840d-9a93610128ba'),
(7354,7354,1,'Stacey Radcliffe','steven-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacey Radcliffe\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-08 15:17:35','2026-01-08 15:17:35','beb24d4f-74e8-4936-8e29-0859a53ecb9d'),
(7356,7356,1,'Jefferson Admin',NULL,NULL,NULL,1,'2026-01-08 16:02:28','2026-01-08 16:02:28','cce38faf-ca42-427e-8e08-70eea254f05e'),
(7359,7359,1,'Jefferson AD',NULL,NULL,NULL,1,'2026-01-08 16:18:06','2026-01-08 16:18:06','4f29a9ca-ee7e-4495-8273-eb2eac35d2b8'),
(7360,7360,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-08 16:18:09','2026-01-08 16:18:09','4c3495c2-4047-4597-89d4-330adc6d5ca3'),
(7361,7361,1,'Emily Greenwood','emily-greenwood',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Emily Greenwood\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7356]}',1,'2026-01-08 16:18:09','2026-01-08 16:18:09','13568141-09b2-4c7f-a303-4b812b1be0b5'),
(7362,7362,1,'Ashley Siegler','ashley-siegler',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Siegler\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7359]}',1,'2026-01-08 16:18:09','2026-01-08 16:18:09','5901ad33-f862-416c-a4e5-3c0c2c68a313'),
(7365,7365,1,'Harston AD',NULL,NULL,NULL,1,'2026-01-08 17:57:47','2026-01-08 17:57:47','6fe47856-7de9-4edb-b948-e1eb07dce5e5'),
(7367,7367,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-08 17:57:52','2026-01-08 17:57:52','3a8d1af5-3e7b-4c93-920c-d6512da763cd'),
(7368,7368,1,'Tammy Mauz','tammy-mauz',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tammy Mauz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7365]}',1,'2026-01-08 17:57:52','2026-01-08 17:57:52','de13c759-0fbf-4e2b-aa52-8b19b32e2599'),
(7369,7369,1,'Heart Success','heart-success',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"A Clear Path to Cardiac Recovery.\\nOur physician-led cardiac program provides structured support for patients managing heart failure and related conditions. Through close monitoring, personalized education, medication guidance, and post-discharge follow-up, Heart Success reduces readmissions and promotes long-term heart health. It’s not just care — it’s a proven pathway toward a stronger, more confident recovery.\"}',1,'2026-01-08 19:56:05','2026-01-08 19:56:29','ecb14506-e8ba-4a2a-9c8b-78e555bf03d8'),
(7370,7370,1,'Heart Success','heart-success',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"A Clear Path to Cardiac Recovery.\\nOur physician-led cardiac program provides structured support for patients managing heart failure and related conditions. Through close monitoring, personalized education, medication guidance, and post-discharge follow-up, Heart Success reduces readmissions and promotes long-term heart health. It’s not just care — it’s a proven pathway toward a stronger, more confident recovery.\"}',1,'2026-01-08 19:56:29','2026-01-08 19:56:29','53738919-755b-4b5c-bdcd-b4ff641ffbea'),
(7372,7372,1,'Ventilator Support','ventilator-unit',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Elevated Respiratory Support, Where It’s Needed Most.\\nThe Ventilator Support Program is designed for individuals requiring prolonged or complex respiratory support, including weaning and tracheostomy care. Led by experienced respiratory therapists and interdisciplinary teams, this high-acuity program delivers advanced pulmonary oversight, ventilator management, and individualized weaning protocols — all within the safety and continuity of our skilled nursing environment. When pulmonary care needs to go deeper, PathForward is ready to breathe with you.\"}',1,'2026-01-08 19:57:40','2026-01-08 19:57:40','75b8e225-e2b0-4b72-b639-31c708e8d126'),
(7374,7374,1,'Behavioral Health Support','behavioral-unit',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Guided Care for Emotional and Mental Wellness.\\nBehavioral Health Support offers compassionate, individualized care for residents facing depression, anxiety, cognitive changes, or behavioral challenges related to medical or neurological conditions. Through psychiatric partnerships, staff training, and therapeutic engagement, we aim to reduce distress, promote dignity, and help residents find calm and clarity — every step of the way.\"}',1,'2026-01-08 19:57:55','2026-01-08 19:57:55','c9e360bd-fd61-4799-9e40-dda66cd86555'),
(7376,7376,1,'On-Site Dialysis Advantage','dialysis-den',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Specialized Kidney Support. Right Here. Right Now.\\nOur on-site dialysis program ensures that patients requiring renal care receive treatment without leaving the facility. On-Site Dialysis Advantage supports optimal scheduling, reduces hospital trips, and enhances care continuity in a familiar, clinical environment. By integrating dialysis directly into our advanced care model, we provide patients with the convenience, safety, and stability they deserve.\"}',1,'2026-01-08 19:58:12','2026-01-08 19:58:12','0262c269-61fd-417c-821d-fb27c76125b4'),
(7377,7377,1,'Pulmonary Progress','pulmonary-progress',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Breath by Breath, We\'re Moving Forward.\\nPulmonary Progress is a specialized post-acute program supporting patients with COPD, pneumonia, and other chronic respiratory conditions. Designed to improve respiratory strength and reduce re-hospitalization, this program combines respiratory therapy, oxygen management, education, and coordinated care. Every breath matters — and every step forward is guided by expertise and compassion.\"}',1,'2026-01-08 19:58:31','2026-01-08 19:58:41','a032e03c-3308-4561-9991-1b88d33bab27'),
(7378,7378,1,'Pulmonary Progress','pulmonary-progress',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Breath by Breath, We\'re Moving Forward.\\nPulmonary Progress is a specialized post-acute program supporting patients with COPD, pneumonia, and other chronic respiratory conditions. Designed to improve respiratory strength and reduce re-hospitalization, this program combines respiratory therapy, oxygen management, education, and coordinated care. Every breath matters — and every step forward is guided by expertise and compassion.\"}',1,'2026-01-08 19:58:41','2026-01-08 19:58:41','0b19ea73-2617-49a2-ab52-908756d57c75'),
(7379,7379,1,'Oasis: Orthopedic Recovery Redefined','oasis-orthopedic-recovery-redefined',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Where Clinical Rehab Meets Comfort and Customization.\\nOasis is our elevated orthopedic recovery experience, designed for individuals seeking a shorter stay and a faster return home. In addition to traditional rehab services, Oasis offers an on-site exercise physiologist for enhanced group therapy sessions, personalized strength-building, and mobility support. Amenities like lymphatic massage, Reiki, and holistic wellness treatments create a calm, restorative environment. Oasis blends high-end hospitality with high-functioning care to meet the needs of today’s agile, recovery-focused patient.\"}',1,'2026-01-08 19:58:57','2026-01-08 19:59:05','9270c088-875a-40cd-8fc0-3e71ab7f5f2a'),
(7380,7380,1,'Oasis: Orthopedic Recovery Redefined','oasis-orthopedic-recovery-redefined',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Where Clinical Rehab Meets Comfort and Customization.\\nOasis is our elevated orthopedic recovery experience, designed for individuals seeking a shorter stay and a faster return home. In addition to traditional rehab services, Oasis offers an on-site exercise physiologist for enhanced group therapy sessions, personalized strength-building, and mobility support. Amenities like lymphatic massage, Reiki, and holistic wellness treatments create a calm, restorative environment. Oasis blends high-end hospitality with high-functioning care to meet the needs of today’s agile, recovery-focused patient.\"}',1,'2026-01-08 19:59:05','2026-01-08 19:59:05','be0dd88f-c02c-43f1-9612-fe6a852a192c'),
(7381,7381,1,'Moments: Memory Care with Meaning','moments-memory-care-with-meaning',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Compassionate Support for Every Stage of Memory Loss.\\nMoments is our signature memory care program, crafted to support individuals with Alzheimer’s and other forms of dementia through structured routines, sensory engagement, and personalized emotional care. Built around empathy and consistency, Moments focuses on maintaining dignity, sparking connection, and preserving a sense of identity. From specialized programming to staff training rooted in understanding, every Moment is designed to bring comfort and familiarity to those we serve.\"}',1,'2026-01-08 19:59:18','2026-01-08 19:59:26','790d25ab-95c7-42a1-af04-a0fbd38625fc'),
(7382,7382,1,'Moments: Memory Care with Meaning','moments-memory-care-with-meaning',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Compassionate Support for Every Stage of Memory Loss.\\nMoments is our signature memory care program, crafted to support individuals with Alzheimer’s and other forms of dementia through structured routines, sensory engagement, and personalized emotional care. Built around empathy and consistency, Moments focuses on maintaining dignity, sparking connection, and preserving a sense of identity. From specialized programming to staff training rooted in understanding, every Moment is designed to bring comfort and familiarity to those we serve.\"}',1,'2026-01-08 19:59:26','2026-01-08 19:59:26','e1d870a6-1a1b-48d0-ac3d-88c8e26d6b93'),
(7384,7384,1,'2026-01-08 19:53:36',NULL,NULL,NULL,1,'2026-01-09 03:53:36','2026-01-09 03:53:36','78e3fafb-6ed5-4480-abfe-3e81eb0c89f2'),
(7386,7386,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-09 18:08:44','2026-01-09 18:08:44','46716b5f-dbce-466f-8a0e-df16d0cd2b8c'),
(7387,7387,1,'2026-01-09 10:27:20',NULL,NULL,NULL,1,'2026-01-09 18:27:20','2026-01-09 18:27:20','86f9579f-2939-4dd0-b07d-707211b4dc70'),
(7395,7395,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/s4cBQm0nHgY\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-09 20:27:24','2026-01-09 20:27:24','dcc02f3d-0b9e-4f2f-94aa-8a08e20b2812'),
(7397,7397,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-09 20:27:42','2026-01-09 20:27:42','427428f7-5e36-4a95-80e3-5834e2ef0594'),
(7399,7399,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-09 20:27:44','2026-01-09 20:27:44','de11c3bd-22b5-4a4b-a8b0-42d68acb697e'),
(7400,7400,1,'2026-01-10 18:43:12',NULL,NULL,NULL,1,'2026-01-11 02:43:12','2026-01-11 02:43:12','092fd79c-332e-4710-9574-5a1365fd6971'),
(7401,7401,1,'2026-01-11 12:30:58',NULL,NULL,NULL,1,'2026-01-11 20:30:58','2026-01-11 20:30:58','1cb9041e-b4cb-4604-8311-519b1f6e4ad6'),
(7402,7402,1,'2026-01-11 16:49:04',NULL,NULL,NULL,1,'2026-01-12 00:49:04','2026-01-12 00:49:04','2bddc735-bfc1-4d0a-b3ad-97c43db49865'),
(7403,7403,1,'2026-01-12 00:18:22',NULL,NULL,NULL,1,'2026-01-12 08:18:22','2026-01-12 08:18:22','c7991937-a4f4-4a12-aacf-7820d9cd4f79'),
(7418,7418,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 15:20:19','2026-01-12 15:20:19','5975cccf-22ee-4f75-9d57-f401a74bd551'),
(7420,7420,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 15:21:08','2026-01-12 15:21:08','721c3306-bd81-44ce-8d68-9865366d331b'),
(7427,7427,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-12 15:25:15','2026-01-12 15:25:15','0f86216d-7dee-41da-96e5-7c4411c31967'),
(7429,7429,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-12 15:25:18','2026-01-12 15:25:18','10006dfd-7d62-4b60-8a36-b11fc3387c9a'),
(7431,7431,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3122],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-12 15:28:54','2026-01-12 15:28:54','68d84341-2830-464f-ae29-5f102b6f0337'),
(7433,7433,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3122],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-12 15:29:01','2026-01-12 15:29:01','508cefaf-8bc0-41e7-ba63-2299709471c0'),
(7435,7435,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-12 15:30:40','2026-01-12 15:30:40','9a49a731-7afe-4837-b2b7-ff744883d9b7'),
(7436,7436,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-12 15:32:02','2026-01-12 15:32:02','3098468f-7669-411b-bd55-20e5ee0df82e'),
(7438,7438,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-12 15:33:35','2026-01-12 15:33:35','c90a4565-6746-4038-a81b-f562f444120f'),
(7439,7439,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2614,2608,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-12 15:35:30','2026-01-12 15:35:30','4b33143a-f6e4-452d-907b-756b34a14a14'),
(7442,7442,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2614,2608,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-12 15:36:46','2026-01-12 15:36:46','3eaa20a6-8aa4-4f7b-b2c7-38378a26977d'),
(7444,7444,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3467],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-12 15:37:29','2026-01-12 15:37:29','910fc489-b2e1-4ab8-b81e-39f8331b8945'),
(7445,7445,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3498],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-12 15:39:00','2026-01-12 15:39:00','ce9df8a5-b70b-4dff-802b-534dfbde6f2f'),
(7447,7447,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-12 15:46:28','2026-01-12 15:46:28','06d29b74-7bcf-482e-a66b-e8d4d49a9d6a'),
(7448,7448,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-12 15:47:31','2026-01-12 15:47:31','6bf91a09-7c68-4907-97d9-cdeb6162cb85'),
(7450,7450,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-12 15:48:05','2026-01-12 15:48:05','8ca185ce-27a6-4a90-a132-26431e409b65'),
(7452,7452,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-12 15:48:08','2026-01-12 15:48:08','55f8bd83-f487-4618-b328-a7b347758a7f'),
(7454,7454,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-12 15:48:49','2026-01-12 15:48:49','7bf81b51-d936-4f82-acf3-d2ddec6ceb2c'),
(7456,7456,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-12 15:49:25','2026-01-12 15:49:25','c8070af8-7c3a-43c9-97e6-cd25d403c00e'),
(7457,7457,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-12 15:49:50','2026-01-12 15:49:50','08a7bab1-5c4e-45d6-b6ba-7bd4d7628caf'),
(7459,7459,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5105,5106,5107,5108,5109,5110,5111,5112],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-12 15:50:29','2026-01-12 15:50:29','f4009df0-9118-4a05-a86e-ff5421b38e8a'),
(7461,7461,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5105,5106,5107,5108,5109,5110,5111,5112],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-12 15:50:49','2026-01-12 15:50:49','7b2ccf23-80b4-4c5f-95c6-3177b984cf2b'),
(7464,7464,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5095,5096,5097,5098],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-12 15:51:25','2026-01-12 15:51:25','f4c77a76-7bbe-412e-aa0c-6928166e5b5f'),
(7466,7466,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5095,5096,5097,5098],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-12 15:51:52','2026-01-12 15:51:52','2a61ae72-8691-4b8c-84ac-859c073659c0'),
(7468,7468,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-12 15:54:02','2026-01-12 15:54:02','48683ab6-6b87-4cc1-89c3-14da71985299'),
(7470,7470,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-12 15:55:10','2026-01-12 15:55:10','55395dca-d38a-4017-8926-b1b31bd4b191'),
(7472,7472,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3761],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-12 15:56:42','2026-01-12 15:56:42','ba2f48d8-75bc-4d53-a8fa-90a098bdca32'),
(7474,7474,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-12 15:57:55','2026-01-12 15:57:55','ccfb075e-a5fb-4a0f-925f-e20a9e75bfe3'),
(7475,7475,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5281],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5277,5278,5279,5280,5282],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-12 15:59:49','2026-01-12 15:59:49','529a03c5-c375-41ce-b324-48159980f264'),
(7476,7476,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-12 16:01:37','2026-01-12 16:01:37','ef9c1992-9f1d-44d7-b99e-27b4cb38001e'),
(7477,7477,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3896],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-12 16:03:01','2026-01-12 16:03:01','3b90a413-2033-4b37-a417-269fa43e39ba'),
(7479,7479,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[485],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-12 16:04:25','2026-01-12 16:04:25','8cfe4b2b-c5a5-4096-b06c-9c2ad21e3a19'),
(7481,7481,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-12 16:06:01','2026-01-12 16:06:01','b026ec4f-8936-4e3b-93d8-f9740e70410f'),
(7482,7482,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5127,5128,5129,5130,5131],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-12 16:07:21','2026-01-12 16:07:21','e82912a1-4b87-4f1f-ae2b-116e4d9f3971'),
(7483,7483,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5122,5123,5124,5125],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-12 16:08:18','2026-01-12 16:08:18','54eff868-8333-413f-b335-d1099d59a532'),
(7485,7485,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5067,5068,5069],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-12 16:08:53','2026-01-12 16:08:53','bb7bb6d5-70f8-408b-8e32-c2ae0b86a206'),
(7487,7487,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-12 16:10:08','2026-01-12 16:10:08','8eef4bc4-ceb5-4a57-a369-b7ef97fe7b1f');
INSERT INTO `elements_sites` VALUES
(7489,7489,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-12 16:10:27','2026-01-12 16:10:27','4d82eae1-236a-4877-b4c9-89264f3abecd'),
(7490,7490,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-12 16:11:56','2026-01-12 16:11:56','74cdd328-b247-428d-878d-5d71b81e649f'),
(7491,7491,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-12 16:12:48','2026-01-12 16:12:48','d9d1c4aa-4469-459a-a6c3-35f5628055e5'),
(7492,7492,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2026-01-12 16:13:41','2026-01-12 16:13:41','2725f8fa-b185-4e66-b5d2-ae36c3ec6987'),
(7493,7493,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2026-01-12 16:14:24','2026-01-12 16:14:24','36d01602-b516-4c25-b9b4-e28a3756add4'),
(7495,7495,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,485],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-12 16:15:10','2026-01-12 16:15:10','86e5eb39-75f6-42ee-b4fc-aad8095f66a8'),
(7497,7497,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,485],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-12 16:15:22','2026-01-12 16:15:22','b2dea109-339d-48dc-a95b-ed77e3ec6b5a'),
(7499,7499,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,485],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-12 16:15:32','2026-01-12 16:15:32','0d28d118-86ad-423f-9cc1-ff622a169718'),
(7500,7500,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-12 16:16:38','2026-01-12 16:16:38','b1816df4-a739-41bb-98cf-a79db82a296e'),
(7501,7501,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-12 16:17:52','2026-01-12 16:17:52','5f708f17-1716-4bfe-8458-aea3b151058a'),
(7503,7503,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-12 16:18:38','2026-01-12 16:18:38','04f960b5-9474-4b89-adde-5f1e931259d0'),
(7505,7505,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-12 16:19:23','2026-01-12 16:19:23','110bbaa6-72c3-4e03-8dd0-ba011e6e56ee'),
(7507,7507,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-12 16:39:25','2026-01-12 16:39:25','f8069016-20e0-4456-8a6a-35c4ad133c32'),
(7509,7509,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-12 16:40:37','2026-01-12 16:40:37','3f0421ec-723c-473c-a1f2-bc615d9fe87b'),
(7511,7511,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-12 16:41:50','2026-01-12 16:41:50','fab70a38-30d1-4827-bbba-2c092cd679f6'),
(7513,7513,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-12 16:42:47','2026-01-12 16:42:47','a4978fa3-7480-4c2d-988c-cf7890b135dd'),
(7514,7514,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-12 16:43:42','2026-01-12 16:43:42','b9029bf0-c14f-46c7-832e-9a41fe743961'),
(7515,7515,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-12 16:44:41','2026-01-12 16:44:41','58536993-ebe3-4b34-9bfe-2c509558454c'),
(7516,7516,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-12 16:45:28','2026-01-12 16:45:28','360282b1-7828-4b74-b043-3614b5fc8811'),
(7517,7517,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-12 16:46:10','2026-01-12 16:46:10','1862eebf-cd4c-45d2-bc5d-e2685f7087b5'),
(7518,7518,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-12 16:46:58','2026-01-12 16:46:58','ab95678e-771a-4569-b9ca-f492e1971cef'),
(7519,7519,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-12 16:47:52','2026-01-12 16:47:52','437e34fb-6085-42fa-b611-6fd988a09c57'),
(7520,7520,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-12 16:48:43','2026-01-12 16:48:43','d44dd118-18b6-4b1d-9ce8-a5a9acdcd33d'),
(7521,7521,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-12 16:49:48','2026-01-12 16:49:48','18e3743d-476c-4ec7-a3e2-4099733a8734'),
(7523,7523,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604,2610],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-12 16:50:51','2026-01-12 16:50:51','be8f2f61-6f76-4df5-93c8-35c8a1ea2118'),
(7525,7525,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-12 16:52:14','2026-01-12 16:52:14','69736cd1-3135-4272-b78d-121c6a47cf38'),
(7527,7527,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-12 16:53:26','2026-01-12 16:53:26','145468bf-76f7-431f-bd27-46a8346733a2'),
(7529,7529,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-12 16:54:55','2026-01-12 16:54:55','235fb6d6-39b6-49da-9bb4-841cb63a22e3'),
(7530,7530,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-12 16:56:23','2026-01-12 16:56:23','4193fe0c-dce7-41da-ba80-46725b8c1c6e'),
(7531,7531,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-12 16:57:32','2026-01-12 16:57:32','f9665101-333a-4614-b7a3-0d0d7f8ec3ea'),
(7532,7532,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-12 16:59:08','2026-01-12 16:59:08','50b3e7dc-f6a5-44ba-8a74-8fb9b712d413'),
(7534,7534,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-12 17:00:10','2026-01-12 17:00:10','63f53b86-2b99-421b-83c6-0b9dbbe4cea5'),
(7535,7535,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-12 17:01:10','2026-01-12 17:01:10','80ec62b6-2d57-43a8-a5d8-ab798b2905d4'),
(7536,7536,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-12 17:02:32','2026-01-12 17:02:32','4b33885d-be13-41bb-8b00-da97328943a2'),
(7537,7537,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-12 17:03:41','2026-01-12 17:03:41','125ad939-62b0-439a-befa-0539fa7bfc1b'),
(7539,7539,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-12 17:04:34','2026-01-12 17:04:34','62750d82-e358-49d7-a19e-ee9443c19c0a'),
(7540,7540,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-12 17:05:30','2026-01-12 17:05:30','c3edfb0b-aa33-4f6c-8856-a0dbb4c919ef'),
(7541,7541,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-12 17:06:32','2026-01-12 17:06:32','5630f78d-9556-4c4c-85fd-26c7a525bdc4'),
(7543,7543,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-12 17:06:48','2026-01-12 17:06:48','383f6d42-0afc-4db3-8ae6-882b5a4e9951'),
(7544,7544,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-12 17:08:47','2026-01-12 17:08:47','26beea6c-4de4-44b4-a734-91277c7c090d'),
(7546,7546,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-12 17:09:57','2026-01-12 17:09:57','e3cf23f2-e46d-428a-bfbe-4dc863d946d5'),
(7548,7548,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-12 17:11:23','2026-01-12 17:11:23','133c4129-2517-4bca-9c0c-917beb0cfe03'),
(7550,7550,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-12 17:12:39','2026-01-12 17:12:39','9202bb4e-3f70-444a-909c-aa3253db9e85'),
(7551,7551,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-12 17:13:39','2026-01-12 17:13:39','87e827fd-5c52-4149-a706-def6ea97e2ad'),
(7553,7553,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-12 17:13:57','2026-01-12 17:13:57','a98930cc-0130-4fde-9dcb-e5122e01bcd5'),
(7554,7554,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-12 17:14:57','2026-01-12 17:14:57','7214c665-2e60-4804-a330-82a4844d1d0f'),
(7556,7556,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-12 17:16:18','2026-01-12 17:16:18','2006a775-05bc-4fab-9f63-b6b5e83cc46d'),
(7558,7558,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-12 17:17:30','2026-01-12 17:17:30','fc9960d7-2b57-477f-bf49-351cd6155671'),
(7559,7559,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-12 17:18:29','2026-01-12 17:18:29','76f6bd0d-f819-47cd-9b0e-8cd39ac74705'),
(7560,7560,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-12 17:19:21','2026-01-12 17:19:21','69e6d860-8acc-4372-bf66-01e74d0abd77'),
(7561,7561,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2026-01-12 17:20:16','2026-01-12 17:20:16','3c4a789d-3763-4e5b-b7cb-4ee0512cc300'),
(7563,7563,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-12 17:22:26','2026-01-12 17:22:26','22bfe016-1c22-41f2-896e-905db13f6c2f'),
(7564,7564,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-12 17:24:06','2026-01-12 17:24:06','48c87931-1ac6-4f9d-a051-b1ea7a794eba'),
(7565,7565,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-12 17:26:39','2026-01-12 17:26:39','2b6e3d33-ee59-47e5-859b-ce71bf0d3b37'),
(7566,7566,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-12 17:27:46','2026-01-12 17:27:46','9716b064-226e-430c-a991-986c66771536'),
(7568,7568,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-12 17:28:46','2026-01-12 17:28:46','7dcaf6b2-71f5-4dbb-866a-71de72a585f0'),
(7571,7571,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-12 17:29:41','2026-01-12 17:29:41','a2afb6f1-bfb5-45d5-9847-8005c13b4e9b'),
(7573,7573,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-12 17:30:34','2026-01-12 17:30:34','2f2cade4-62cf-4dc4-8b53-b4931d3fdd99'),
(7575,7575,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-12 17:31:29','2026-01-12 17:31:29','3e8b3bc8-2820-4bbf-999a-b90bb7eca589'),
(7576,7576,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-12 17:32:33','2026-01-12 17:32:33','169b9444-decd-400e-abc2-a57b7170df4e'),
(7577,7577,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-12 17:33:24','2026-01-12 17:33:24','45400d22-c1ac-4781-98e9-3b3b1fb68620'),
(7578,7578,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-12 17:34:10','2026-01-12 17:34:10','8869a1b4-1071-4164-9418-60f532eba855'),
(7580,7580,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-12 17:34:53','2026-01-12 17:34:53','1d9848ac-1550-4757-8332-1090c41e1757'),
(7581,7581,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-12 17:35:33','2026-01-12 17:35:33','eb9f4410-ae11-4d65-9d67-bd1ef5b2934c'),
(7584,7584,1,'Memory Care','memory-care',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"Secured unit\",\"660ca190-7bbc-4947-8a53-b11b96aadd87\":[465,487]}',1,'2026-01-12 18:07:00','2026-01-12 18:07:00','f8b31e8b-fd02-43f3-bceb-eb5dab621bb2'),
(7585,7585,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-12 18:07:00','2026-01-12 18:07:00','5b3d2734-6c1a-43ba-94fe-471e913df3a1'),
(7586,7586,1,'Memory Care','memory-care',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"Secured unit\",\"660ca190-7bbc-4947-8a53-b11b96aadd87\":[465,487]}',1,'2026-01-12 18:07:00','2026-01-12 18:07:00','51921d5c-4dbd-40dc-8e59-93d354635ac4'),
(7588,7588,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-12 18:07:38','2026-01-12 18:07:38','35fd3790-37f8-442f-a328-4e52d0d44e9e'),
(7590,7590,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-12 18:12:30','2026-01-12 18:12:30','327db46f-8357-4020-a32f-de25339b55dc'),
(7593,7593,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491,481],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-12 18:14:27','2026-01-12 18:14:27','15fb3375-5101-4b3c-8548-2dce29f623b4'),
(7595,7595,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491,481],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-12 18:14:47','2026-01-12 18:14:47','25047461-d561-4071-bc14-e0014271615f'),
(7597,7597,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491,481],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-12 18:15:11','2026-01-12 18:15:11','9f381f8a-6035-4b8b-b5f2-5399a4cfcbdb'),
(7599,7599,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491,481],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-12 18:15:30','2026-01-12 18:15:30','27abc235-b28d-4a1f-81bb-01133500a7b0'),
(7601,7601,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,481],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-12 18:15:41','2026-01-12 18:15:41','e82ed4af-96b6-46df-8c20-ac6d19cd6937'),
(7603,7603,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,485,481],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-12 18:16:03','2026-01-12 18:16:03','2aff415a-730c-403d-a4cb-2774f43ddb1b'),
(7605,7605,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,485,481],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-12 18:16:11','2026-01-12 18:16:11','0a150418-f1b9-449e-ae4a-227ca2438763'),
(7607,7607,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,485,481],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-12 18:16:25','2026-01-12 18:16:25','9e011c70-23d5-44bb-8a42-4e3dd005d48b'),
(7609,7609,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,481],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2026-01-12 18:16:43','2026-01-12 18:16:43','0a8c778f-5efe-4112-b83c-8fbc05ac2ef0'),
(7611,7611,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2026-01-12 18:22:43','2026-01-12 18:22:43','ad4a6762-b2af-47d8-b319-aee41be61149'),
(7613,7613,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-12 18:23:10','2026-01-12 18:23:10','8860a1b0-eb22-4ff6-a8cb-e2030f800cb6'),
(7615,7615,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-12 18:23:29','2026-01-12 18:23:29','38a827cb-44b9-416e-b4ac-a1306dcc358b'),
(7617,7617,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-12 18:23:41','2026-01-12 18:23:41','bec8893e-9dec-4767-9de8-68521ac43ee7'),
(7619,7619,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-12 18:23:53','2026-01-12 18:23:53','0a1f7104-71b3-46d9-a9d7-c60853cb2e87'),
(7621,7621,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-12 18:24:01','2026-01-12 18:24:01','42f7306e-8efa-407a-9a20-fbc11495d4c7'),
(7623,7623,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-12 18:24:18','2026-01-12 18:24:18','a4216e6e-d21b-4ff9-8f60-896d023089ac'),
(7625,7625,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-12 18:24:34','2026-01-12 18:24:34','257aa1c3-3235-4b61-ab70-8fd09dce50d8'),
(7627,7627,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2026-01-12 18:24:44','2026-01-12 18:24:44','41712a96-d8ab-4f4f-8ad1-61a55ec8e4dd'),
(7629,7629,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2026-01-12 18:24:51','2026-01-12 18:24:51','d01e8b6a-d396-4469-8044-cadd2dcaebc2'),
(7631,7631,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-12 18:25:57','2026-01-12 18:25:57','4a058538-26f2-4dc4-819a-9d771256559e'),
(7633,7633,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-12 18:26:20','2026-01-12 18:26:20','c30f3607-95e7-4863-b71e-149784c5574c'),
(7635,7635,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3927],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-12 18:26:32','2026-01-12 18:26:32','09b289cd-02b8-4fd8-9ea1-1d30e8d188cb'),
(7637,7637,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-12 18:26:40','2026-01-12 18:26:40','91587cf3-c85f-4488-98a7-daaf7cf56160'),
(7639,7639,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-12 18:26:53','2026-01-12 18:26:53','5d414dc1-5d1a-4ce5-b9de-5945aaa5d3f1'),
(7641,7641,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-12 18:27:00','2026-01-12 18:27:00','d8517875-ec06-490a-b6ab-818af18d067b'),
(7643,7643,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-12 18:27:11','2026-01-12 18:27:11','e90dce60-d46a-4eb3-ac52-22389c822cee'),
(7650,7650,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-12 18:51:22','2026-01-12 18:51:22','0027d547-af64-412f-9e3f-898c77a86948'),
(7653,7653,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3011],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 18:51:43','2026-01-12 18:51:43','96fa3657-d443-4690-a8c1-d6e55734bc11'),
(7659,7659,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-12 18:52:19','2026-01-12 18:52:19','8ce5a716-67af-4aaa-a0d7-64078a65c6be'),
(7662,7662,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3122],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-12 18:52:39','2026-01-12 18:52:39','87d49905-b9f2-42b4-b8f0-16cc8356d09e'),
(7665,7665,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-12 18:53:00','2026-01-12 18:53:00','080aa15f-6daf-43ea-bc6d-8509ebbf6a5c'),
(7668,7668,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3377],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-12 18:53:23','2026-01-12 18:53:23','8d685e57-263b-43f9-ae30-1ec366957cc4'),
(7671,7671,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-12 18:53:46','2026-01-12 18:53:46','f0e087f0-5819-41a4-b11d-e9499997d841'),
(7675,7675,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3498],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-12 19:17:23','2026-01-12 19:17:23','6580c8d9-6348-4637-86f7-f4cb49dae5bd'),
(7678,7678,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-12 19:17:42','2026-01-12 19:17:42','71b478c9-4263-49aa-b01d-0072cd08c522'),
(7681,7681,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-12 19:18:14','2026-01-12 19:18:14','406cdf43-99e0-4450-a934-bc8ede63b987'),
(7684,7684,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-12 19:18:38','2026-01-12 19:18:38','fd0cf4bd-b24b-4625-a8f5-18c9c91e0015'),
(7687,7687,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-12 19:19:21','2026-01-12 19:19:21','7c4aa6fe-27a1-4701-9572-bf14c18cba7d'),
(7690,7690,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5105,5106,5107,5108,5109,5110,5111,5112],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-12 19:19:37','2026-01-12 19:19:37','eac40f22-f795-468e-8178-bf8f9a25f45e'),
(7693,7693,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5095,5096,5097,5098],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-12 19:19:50','2026-01-12 19:19:50','08da5420-b75e-4019-a4df-5224d17e7aae'),
(7694,7694,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-12 19:43:54','2026-01-12 19:43:54','55f923d6-308c-43a7-92b5-89ab5ba52947'),
(7696,7696,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-12 19:44:19','2026-01-12 19:44:19','4a072f31-604c-47cf-b7f1-8eabfae488b3'),
(7698,7698,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-12 19:45:05','2026-01-12 19:45:05','4416dd69-a783-4120-97fe-3b99564fb67f'),
(7700,7700,1,'1351 Old Freehold Rd 07202023 011725 1',NULL,NULL,NULL,1,'2026-01-12 19:48:06','2026-01-12 19:48:06','3e8315eb-9052-4831-b4d5-c2f094c3fb67'),
(7707,7707,1,'STS 016216 1',NULL,NULL,NULL,1,'2026-01-12 19:52:47','2026-01-12 19:52:47','e7383e33-7dc9-4cd6-bc58-e59d4f307fd6'),
(7708,7708,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 19:52:53','2026-01-12 19:52:53','5259ce2c-609a-4e56-bb29-92f86ff7535e'),
(7710,7710,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 19:53:28','2026-01-12 19:53:28','5b0189b2-2ff8-4cb7-9ef8-365e34983b80'),
(7712,7712,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4920,4921,4922,4923,4924],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 19:53:49','2026-01-12 19:53:49','78b4690b-a979-47b4-a467-19db1fa7d7ae'),
(7714,7714,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4921,4920,4922,4923,4924],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 19:55:33','2026-01-12 19:55:33','61908a49-5c51-4641-b828-50f42cf6ed3a'),
(7716,7716,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4922,4921,4924],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 19:56:08','2026-01-12 19:56:08','92fb94c2-75fa-44d0-9765-6d012daffb2a'),
(7718,7718,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4922,4920,4921,4924],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 19:56:23','2026-01-12 19:56:23','963bd585-b8e1-49ef-92a5-5ffcbc57f14f'),
(7720,7720,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 19:56:34','2026-01-12 19:56:34','a821c92b-c660-4aca-b6eb-8d32a1eaf69f'),
(7722,7722,1,'Sts 0190 sts 019420',NULL,NULL,NULL,1,'2026-01-12 19:57:31','2026-01-12 19:57:31','b4f24fc6-bc4c-467c-895a-05394c952a31'),
(7723,7723,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,7722,4920,4921,4922,4924],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 19:57:40','2026-01-12 19:57:40','4528dd83-0529-4b4c-a13f-31f7aa567caa'),
(7725,7725,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 19:58:01','2026-01-12 19:58:01','eb41e695-f6b0-4b08-b347-f41650d08d1a'),
(7727,7727,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 20:04:29','2026-01-12 20:04:29','de05ff25-5cae-4747-b07f-2e41b9661b91'),
(7732,7732,1,'Maple Grove January',NULL,NULL,NULL,1,'2026-01-12 20:13:45','2026-01-12 20:13:45','e1309f14-de13-4c34-abdb-6ea1685bbf33'),
(7733,7733,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-12 20:13:50','2026-01-12 20:13:50','afa24f67-a22e-4810-bfe2-43e2928f6a4f'),
(7736,7736,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-12 20:48:05','2026-01-12 20:48:05','b0a0e129-9c7b-4d57-acec-fd6b7f4ee815'),
(7739,7739,1,'DSC09295 Edit',NULL,NULL,NULL,1,'2026-01-12 20:51:47','2026-01-12 20:51:47','75a65041-0fd4-42a9-b66a-e2bfd2b4123b'),
(7740,7740,1,'DSC09301 Edit',NULL,NULL,NULL,1,'2026-01-12 20:51:51','2026-01-12 20:51:51','c9ed576e-f5ef-4879-bc51-689ef24b7deb'),
(7741,7741,1,'DSC09284 Edit 1',NULL,NULL,NULL,1,'2026-01-12 20:52:32','2026-01-12 20:52:32','d7f00d0b-0205-4a95-a4dc-344d9c7c672b'),
(7756,7756,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,4928,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/s4cBQm0nHgY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@burlingtonwoods.com\"}',1,'2026-01-12 21:01:02','2026-01-12 21:01:02','25e3ef94-47ac-4449-9732-0f2ad09279ae'),
(7760,7760,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-12 21:11:23','2026-01-12 21:11:23','23d59d86-97fd-412b-9ef5-628f7388ce0a'),
(7762,7762,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5254,5255,5256,5257,5258],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-12 21:24:09','2026-01-12 21:24:09','31c084b4-a91b-4296-ba80-4d73df8b171f'),
(7763,7763,1,'2026-01-12 15:19:50',NULL,NULL,NULL,1,'2026-01-12 23:19:50','2026-01-12 23:19:50','28dfc03b-b412-4497-b61d-7166cad48f77'),
(7764,7764,1,'2026-01-12 17:27:11',NULL,NULL,NULL,1,'2026-01-13 01:27:11','2026-01-13 01:27:11','7b1eabe2-bd17-44b6-8bb1-564e598f1d83'),
(7767,7767,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,4928,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@burlingtonwoods.com\"}',1,'2026-01-13 15:01:41','2026-01-13 15:01:41','6f70f28d-d43c-4411-b2c9-f5a1712014fb'),
(7769,7769,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,4928,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@burlingtonwoods.com\"}',1,'2026-01-13 15:01:43','2026-01-13 15:01:43','13a1328c-8d62-4140-a18a-b696bbceac2e'),
(7772,7772,1,'LARGE RES 03',NULL,NULL,NULL,1,'2026-01-13 16:00:18','2026-01-13 16:00:18','bb6ac035-292c-42d3-a03e-06aeb87c9814'),
(7773,7773,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@burlingtonwoods.com\"}',1,'2026-01-13 16:00:26','2026-01-13 16:00:26','9e85b01c-ee2d-47ba-b9f3-d07db8ecfb38'),
(7775,7775,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@burlingtonwoods.com\"}',1,'2026-01-13 16:00:34','2026-01-13 16:00:34','de6243f0-d6c1-4fcd-b8c7-3133acbe0030'),
(7776,7776,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@burlingtonwoods.com\"}',1,'2026-01-13 16:04:21','2026-01-13 16:04:21','994a6883-53e0-488b-b75e-d49b8a571252'),
(7778,7778,1,'DSC00072 HDR',NULL,NULL,NULL,1,'2026-01-13 16:07:40','2026-01-13 16:07:40','b2ebf4e0-30ae-4e4c-9424-29ab1d72f314'),
(7779,7779,1,'DSC00088 Edit',NULL,NULL,NULL,1,'2026-01-13 16:07:43','2026-01-13 16:07:43','834d4c6b-8369-4c5d-81c2-ca25576dfbb9'),
(7780,7780,1,'DSC00092',NULL,NULL,NULL,1,'2026-01-13 16:07:47','2026-01-13 16:07:47','ab4dbd9c-2ed6-4340-b32e-46b6c7549e35'),
(7781,7781,1,'DSC00163 Edit',NULL,NULL,NULL,1,'2026-01-13 16:07:50','2026-01-13 16:07:50','0639beab-ac4c-4f5f-b05e-3eb617619d38'),
(7782,7782,1,'DSC00168 Edit',NULL,NULL,NULL,1,'2026-01-13 16:07:54','2026-01-13 16:07:54','594f91a9-e5ac-4b1f-a912-825fb2b0971f'),
(7783,7783,1,'DSC00171 Edit',NULL,NULL,NULL,1,'2026-01-13 16:07:57','2026-01-13 16:07:57','f4efba32-9d3b-4451-883d-e65d5246a28b'),
(7784,7784,1,'DSC00264 Edit',NULL,NULL,NULL,1,'2026-01-13 16:08:01','2026-01-13 16:08:01','24852458-e8f0-4152-a54e-0dee6064f473'),
(7785,7785,1,'DSC00297 Edit',NULL,NULL,NULL,1,'2026-01-13 16:08:04','2026-01-13 16:08:04','0197a1a3-04da-4b07-8143-bf0bd51cd7a6'),
(7786,7786,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7782,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-13 16:08:07','2026-01-13 16:08:07','0f66f3e0-c09f-4c23-887f-51db19de1e40'),
(7788,7788,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-13 16:08:39','2026-01-13 16:08:39','c10271d1-c059-4542-a1f7-af7a782c8ac7'),
(7790,7790,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-13 16:09:02','2026-01-13 16:09:02','57d1e2d5-9900-4ae6-be80-0557a649cdcf'),
(7791,7791,1,'Green Acres Lobby',NULL,NULL,NULL,1,'2026-01-13 16:11:20','2026-01-13 16:11:20','7c10c608-f49a-451f-ae73-2087995d43ae'),
(7792,7792,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-13 16:11:45','2026-01-13 16:11:45','f99a5090-88a2-4452-bde7-fefb0ac3df19'),
(7795,7795,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-13 17:47:53','2026-01-13 17:47:53','6147e22e-e992-4a26-b61e-1034e5c5e9f2'),
(7797,7797,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-13 17:48:44','2026-01-13 17:48:44','df0f4616-3580-4866-b960-14df1019af5d'),
(7799,7799,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy up to 7 days a week, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-13 17:51:03','2026-01-13 17:51:03','73f9cf5c-3501-41bc-bcff-5562f22c8edc'),
(7801,7801,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy up to 7 days a week, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-13 17:51:26','2026-01-13 17:51:26','8614a2fd-63a8-4b59-ac3d-5b9d277a4224'),
(7804,7804,1,'Renal Care','renal-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Renal Care is a specialized care model designed to support patients with Acute Kidney Injury (AKI) or Chronic Kidney Disease (CKD) who are transitioning from hospital to home or a post-acute or long-term care setting. Emphasis is on early identification, renal function monitoring, medication optimization, fluid and electrolyte management, and coordination with nephrology for advanced treatments like hemodialysis and peritoneal dialysis when needed. Our dedicated team works closely with each patient to create individualized care plans that focus on improving kidney function, managing symptoms, and enhancing overall quality of life. Hello\"}',1,'2026-01-13 18:01:05','2026-01-13 18:01:05','34f55184-df63-47cd-bada-35690fee00a3'),
(7805,7805,1,'Renal Care','renal-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Renal Care is a specialized care model designed to support patients with Acute Kidney Injury (AKI) or Chronic Kidney Disease (CKD) who are transitioning from hospital to home or a post-acute or long-term care setting. Emphasis is on early identification, renal function monitoring, medication optimization, fluid and electrolyte management, and coordination with nephrology for advanced treatments like hemodialysis and peritoneal dialysis when needed. Our dedicated team works closely with each patient to create individualized care plans that focus on improving kidney function, managing symptoms, and enhancing overall quality of life.\"}',1,'2026-01-13 18:01:14','2026-01-13 18:01:14','78c65af3-8b66-4ea2-abe3-4defbe02889f'),
(7807,7807,1,'Renal Care','renal-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Renal Care is a specialized care model designed to support patients with Acute Kidney Injury (AKI) or Chronic Kidney Disease (CKD) who are transitioning from hospital to home or a post-acute or long-term care setting. Emphasis is on early identification, renal function monitoring, medication optimization, fluid and electrolyte management, and coordination with nephrology for advanced treatments like hemodialysis and peritoneal dialysis when needed. Our dedicated team works closely with each patient to create individualized care plans that focus on improving kidney function, managing symptoms, and enhancing overall quality of life. Hello\"}',1,'2026-01-13 18:01:29','2026-01-13 18:01:29','1715244d-fd5f-4cf2-9a7d-e49a30b0cd0a'),
(7808,7808,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-13 18:01:34','2026-01-13 18:01:34','10cbd92f-bf55-49eb-adbd-d43e4fad9f72'),
(7810,7810,1,'Renal Care','renal-care',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Renal Care is a specialized care model designed to support patients with Acute Kidney Injury (AKI) or Chronic Kidney Disease (CKD) who are transitioning from hospital to home or a post-acute or long-term care setting. Emphasis is on early identification, renal function monitoring, medication optimization, fluid and electrolyte management, and coordination with nephrology for advanced treatments like hemodialysis and peritoneal dialysis when needed. Our dedicated team works closely with each patient to create individualized care plans that focus on improving kidney function, managing symptoms, and enhancing overall quality of life.\"}',1,'2026-01-13 18:02:31','2026-01-13 18:02:31','1e95e5a9-7cf7-49be-a033-d43595927919'),
(7811,7811,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-13 18:02:33','2026-01-13 18:02:33','830bebde-6fc3-4fc2-833f-4188be787630'),
(7813,7813,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-13 18:06:00','2026-01-13 18:06:00','f2a56b80-fce7-49f9-b652-5ce8b117e78e'),
(7815,7815,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-13 18:13:24','2026-01-13 18:13:24','7be4969a-06d3-492c-b526-c7d4795d5231'),
(7818,7818,1,'Residential Care',NULL,NULL,NULL,1,'2026-01-13 19:03:10','2026-01-13 19:03:10','f0709064-3525-4fd0-921f-59d4258e7edb'),
(7819,7819,1,'Residential Care','residential-care',NULL,'{\"89752275-60b9-4b61-9143-06d0fc3bb511\":[7818]}',1,'2026-01-13 19:03:20','2026-01-13 19:03:20','ca1897da-918f-444d-b569-723d4caa1dc5'),
(7822,7822,1,'The Villas - Brakeley Park\'s Residential Care Home','villas',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"The Villas at Brakeley Park offer an independent living lifestyle focused on comfort, connection, and peace of mind. This close-knit residential community provides private living spaces, shared common areas, daily meals, and weekly housekeeping and laundry — allowing residents to enjoy their independence without the responsibilities of home maintenance. Residents are free to come and go, participate in engaging programs and community events, and feel confident knowing they have seamless access to skilled nursing and rehabilitation services at Brakeley Park should their needs change over time.\",\"660ca190-7bbc-4947-8a53-b11b96aadd87\":[6722]}',1,'2026-01-13 19:03:38','2026-01-17 15:56:27','9ccc1317-8358-42dd-96cd-829f3450956e'),
(7823,7823,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-13 19:03:39','2026-01-13 19:03:39','4a3a331e-fa5e-48b7-8356-c18305a60ea9'),
(7824,7824,1,'Villas','villas',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"Brakeley Park\'s Residential Care Home\",\"660ca190-7bbc-4947-8a53-b11b96aadd87\":[6722]}',1,'2026-01-13 19:03:39','2026-01-13 19:03:39','a765adb1-a670-4252-b743-04733d17c8e6'),
(7826,7826,1,'Green Acres Dining',NULL,NULL,NULL,1,'2026-01-13 20:01:46','2026-01-13 20:01:46','9f3a3186-82f3-433f-9d07-4598acf32c98'),
(7827,7827,1,'Green Acres Gym 2',NULL,NULL,NULL,1,'2026-01-13 20:01:52','2026-01-13 20:01:52','33a11380-818a-40d6-adaf-cb33f190d01e'),
(7828,7828,1,'Green Acres Gym',NULL,NULL,NULL,1,'2026-01-13 20:01:55','2026-01-13 20:01:55','77e32b68-f1a0-4cf1-9296-c28792133e4f'),
(7829,7829,1,'Green Acres Lobby 2',NULL,NULL,NULL,1,'2026-01-13 20:01:58','2026-01-13 20:01:58','780feb6d-0c9b-44ff-840a-8e42485a7ddc'),
(7830,7830,1,'Green Acres Common Room',NULL,NULL,NULL,1,'2026-01-13 20:02:32','2026-01-13 20:02:32','c1417943-4bdc-4275-be01-113edb8609b9'),
(7831,7831,1,'Green Acres Double Room',NULL,NULL,NULL,1,'2026-01-13 20:02:37','2026-01-13 20:02:37','a816e02b-5acd-4b3a-80b4-8cbf17382162'),
(7832,7832,1,'Green Acres Hall',NULL,NULL,NULL,1,'2026-01-13 20:02:40','2026-01-13 20:02:40','568da28f-ce63-4480-8c02-8e3f947f7fb7'),
(7833,7833,1,'Green Acres Room Remodeled',NULL,NULL,NULL,1,'2026-01-13 20:02:46','2026-01-13 20:02:46','df9b2b40-158d-4619-90e2-d22ec15a04df'),
(7834,7834,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-13 20:03:08','2026-01-13 20:03:08','7eba24c0-5802-47ef-90cf-56df58718612'),
(7836,7836,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-13 20:03:33','2026-01-13 20:03:33','e940d97e-ac29-43f4-acf6-a40a14c12d1e'),
(7838,7838,1,'Holiday City Exterior',NULL,NULL,NULL,1,'2026-01-13 20:09:11','2026-01-13 20:09:11','20a5d862-0eeb-435d-83eb-1c808592c4da'),
(7839,7839,1,'Holiday City Hallway',NULL,NULL,NULL,1,'2026-01-13 20:09:16','2026-01-13 20:09:16','ccb3c9d4-94c4-4381-9df9-43bbc0f41ac9'),
(7840,7840,1,'Holiday City Room',NULL,NULL,NULL,1,'2026-01-13 20:09:21','2026-01-13 20:09:21','a0cda57f-398f-4bda-8c31-c4ea3e08f350'),
(7841,7841,1,'Holiday City Rehab Bed',NULL,NULL,NULL,1,'2026-01-13 20:12:35','2026-01-13 20:12:35','cf6fea3c-3b1f-4c13-97fd-fd2ad2d8b325'),
(7842,7842,1,'Holiday City Rehab Gym',NULL,NULL,NULL,1,'2026-01-13 20:12:38','2026-01-13 20:12:38','2d40b9f9-0c18-465e-b690-0a6e55ae0f63'),
(7843,7843,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-13 20:13:01','2026-01-13 20:13:01','09518970-9316-4395-8705-f60e8a2c1fda'),
(7845,7845,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-13 20:13:32','2026-01-13 20:13:32','901f2475-ea4f-4e7e-89c1-6c56a0afa340'),
(7847,7847,1,'Kresson Common Area',NULL,NULL,NULL,1,'2026-01-13 20:21:36','2026-01-13 20:21:36','e02404fd-07c0-4658-a300-5907b7455b93'),
(7848,7848,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7847],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-13 20:22:01','2026-01-13 20:22:01','e8b99264-a425-4a2e-9c5d-d80ea32cddb3'),
(7850,7850,1,'Kresson Common Area',NULL,NULL,NULL,1,'2026-01-13 20:22:45','2026-01-13 20:22:45','6f308137-d7ae-4761-bc9d-31e37c59d6dd'),
(7851,7851,1,'Kresson Common Room',NULL,NULL,NULL,1,'2026-01-13 20:22:48','2026-01-13 20:22:48','2b08ce9e-85e2-454e-bb1c-f34b96919dc5'),
(7852,7852,1,'Kresson Rehab Gym',NULL,NULL,NULL,1,'2026-01-13 20:22:51','2026-01-13 20:22:51','62dc5a21-6718-4500-9628-25808aa8c68f'),
(7853,7853,1,'Kresson Room',NULL,NULL,NULL,1,'2026-01-13 20:22:56','2026-01-13 20:22:56','59969425-d6b5-4882-b813-3b50679e445b'),
(7854,7854,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7850,7851,7853,7852],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-13 20:25:30','2026-01-13 20:25:30','365e6c2e-6643-4d31-bc2f-35723e05fa13'),
(7856,7856,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-13 20:29:14','2026-01-13 20:29:14','486e9f1c-4d66-460b-bc68-c201e33acc49'),
(7858,7858,1,'Laurelton Bedroom',NULL,NULL,NULL,1,'2026-01-13 20:38:43','2026-01-13 20:38:43','0924f996-99bf-47db-8cda-5bbc98e3fcda'),
(7859,7859,1,'Laurelton Dining Room',NULL,NULL,NULL,1,'2026-01-13 20:38:50','2026-01-13 20:38:50','beb81f21-08fd-4eb8-8791-d7a31d9d4216'),
(7860,7860,1,'Laurelton Hall',NULL,NULL,NULL,1,'2026-01-13 20:38:55','2026-01-13 20:38:55','9f2f141c-6376-4d3b-bcfb-cc8f1024c733'),
(7861,7861,1,'Laurelton Kitchen',NULL,NULL,NULL,1,'2026-01-13 20:39:01','2026-01-13 20:39:01','d130913a-2590-4255-a071-f41d0b73bbcc'),
(7862,7862,1,'Laurelton Lobby',NULL,NULL,NULL,1,'2026-01-13 20:39:06','2026-01-13 20:39:06','2a532040-19d3-46ad-92e8-1e4f8e560911'),
(7863,7863,1,'Laurelton Rehab Gym',NULL,NULL,NULL,1,'2026-01-13 20:39:10','2026-01-13 20:39:10','3fe41d98-6b73-4366-8a2b-85b03cd8ff46'),
(7864,7864,1,'Laurelton resident room2 Treiger',NULL,NULL,NULL,1,'2026-01-13 20:41:15','2026-01-13 20:41:15','a865ba04-e2e5-4c0b-86e6-7796fa0e2d65'),
(7865,7865,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-13 20:41:59','2026-01-13 20:41:59','a5fc401d-2a8d-47e0-b6f6-799e8891abd6'),
(7867,7867,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-13 20:42:43','2026-01-13 20:42:43','e9c3add5-8335-4bde-83e0-a71801b09dcb'),
(7868,7868,1,'Marcella Activity Room',NULL,NULL,NULL,1,'2026-01-13 20:48:49','2026-01-13 20:48:49','ba0eb33d-5822-4ac3-97fb-eac1f38f6eba'),
(7869,7869,1,'Marcella Bedroom',NULL,NULL,NULL,1,'2026-01-13 20:48:53','2026-01-13 20:48:53','5b21ee3b-9f2c-48c7-b341-7a00bb644c56'),
(7870,7870,1,'Marcella Exterior 2',NULL,NULL,NULL,1,'2026-01-13 20:48:57','2026-01-13 20:48:57','176aa94f-7451-423b-981e-e18c909d12f8'),
(7871,7871,1,'Marcella Exterior',NULL,NULL,NULL,1,'2026-01-13 20:49:03','2026-01-13 20:49:03','c6d2b2ec-10d5-4225-bcb7-4cea62ade346'),
(7872,7872,1,'Marcella Gazebo',NULL,NULL,NULL,1,'2026-01-13 20:49:06','2026-01-13 20:49:06','387cf5c2-0693-4386-9002-1d637f121930'),
(7873,7873,1,'Marcella Hallway',NULL,NULL,NULL,1,'2026-01-13 20:49:14','2026-01-13 20:49:14','7baa8f7f-8b88-4969-b9f3-f01d7507323c'),
(7874,7874,1,'Marcella Rehab Gym',NULL,NULL,NULL,1,'2026-01-13 20:49:18','2026-01-13 20:49:18','7414002c-060f-460c-8606-28664cc920b0'),
(7875,7875,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7868,7869,7870,7871,7872,7873,7874,3467],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-13 20:50:35','2026-01-13 20:50:35','eeb1dab9-8bb4-4621-ba98-8843e6c1d2af'),
(7877,7877,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-13 20:52:02','2026-01-13 20:52:02','6dfbe0bb-dda2-438a-8fe0-0c56e1f60d08'),
(7879,7879,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-13 20:52:28','2026-01-13 20:52:28','f8c41de7-6824-4e95-985e-47a7dd3b008d'),
(7881,7881,1,'Monmouth Lobby',NULL,NULL,NULL,1,'2026-01-13 21:02:22','2026-01-13 21:02:22','77a6ad91-3c07-4f5e-9239-2c9f607a8370'),
(7882,7882,1,'Monmouth Dining',NULL,NULL,NULL,1,'2026-01-13 21:03:24','2026-01-13 21:03:24','0a6f7165-ae3f-4b9e-98b8-5d8d7ed599e4'),
(7883,7883,1,'Monmouth Lobby 2',NULL,NULL,NULL,1,'2026-01-13 21:03:27','2026-01-13 21:03:27','fdc3fbc1-f1a9-43f2-a7a9-a0f9152ff468'),
(7884,7884,1,'Monmouth Rehab Gym',NULL,NULL,NULL,1,'2026-01-13 21:03:29','2026-01-13 21:03:29','a7b70c1d-6dce-4045-a66a-88afe825dc4a'),
(7885,7885,1,'Monmouth Room Storage',NULL,NULL,NULL,1,'2026-01-13 21:03:32','2026-01-13 21:03:32','ba868e76-7802-4f0b-8c53-22cf1c9175c8'),
(7886,7886,1,'Monmouth Room',NULL,NULL,NULL,1,'2026-01-13 21:03:37','2026-01-13 21:03:37','bdf7573e-fbda-47d1-b47b-e3de08a79774'),
(7887,7887,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-13 21:03:56','2026-01-13 21:03:56','d79d1189-a6ac-41a3-bfd6-687a9285b302'),
(7889,7889,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-13 21:04:49','2026-01-13 21:04:49','bd40afa1-2492-4036-bb38-9f9155264b9d'),
(7891,7891,1,'Ocean Grove Exterior',NULL,NULL,NULL,1,'2026-01-13 21:13:27','2026-01-13 21:13:27','77df54ee-a775-47a0-ae9b-91758442c751'),
(7892,7892,1,'Ocean Grove Bedroom',NULL,NULL,NULL,1,'2026-01-13 21:14:14','2026-01-13 21:14:14','19ebcb28-d478-41e9-95df-e4931ef2be34'),
(7893,7893,1,'Ocean Grove Dining',NULL,NULL,NULL,1,'2026-01-13 21:14:19','2026-01-13 21:14:19','8936bf06-9cf8-46af-8743-b9d42bb6d76a'),
(7894,7894,1,'Ocean Grove Rehab Gym',NULL,NULL,NULL,1,'2026-01-13 21:14:25','2026-01-13 21:14:25','a56118f2-386d-4e68-bbd5-7aaf1cf746b5'),
(7895,7895,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-13 21:14:34','2026-01-13 21:14:34','40332ae7-2bbe-43e9-b0ab-5f79192cea9c'),
(7897,7897,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-13 21:14:56','2026-01-13 21:14:56','54d6068e-4d28-46c2-ae3a-b49ab0d326e5'),
(7899,7899,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-13 21:15:56','2026-01-13 21:15:56','42f393bd-f3d6-4a90-9567-5b2e84e72deb'),
(7901,7901,1,'Ocean Grove Lobby',NULL,NULL,NULL,1,'2026-01-13 21:17:22','2026-01-13 21:17:22','7307ba08-80e0-4e97-8f23-d20e814fd062'),
(7902,7902,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7892,7893,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-13 21:17:45','2026-01-13 21:17:45','2c6de7ab-bca4-4a38-aa9e-83d20b1ea05f'),
(7904,7904,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-13 21:19:14','2026-01-13 21:19:14','a1a20f21-1cf4-40b3-9385-ae2eb48b8a3a'),
(7906,7906,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-13 21:19:32','2026-01-13 21:19:32','b5a2aacc-3d20-4226-920c-5a68175b78bc'),
(7908,7908,1,'Shorrock Gardens Lobby',NULL,NULL,NULL,1,'2026-01-13 21:23:08','2026-01-13 21:23:08','554b719a-f5ce-479b-8a44-c446d135bc23'),
(7909,7909,1,'Shorrock Gardens Rehab Gym',NULL,NULL,NULL,1,'2026-01-13 21:23:16','2026-01-13 21:23:16','3cef0e1e-11f0-4287-aac4-3d99e697796a'),
(7910,7910,1,'Shorrock Gardens Room',NULL,NULL,NULL,1,'2026-01-13 21:23:26','2026-01-13 21:23:26','7621e7f2-323a-4756-ab9f-19aa226b8213'),
(7911,7911,1,'Shorrock Gardens Room2',NULL,NULL,NULL,1,'2026-01-13 21:23:33','2026-01-13 21:23:33','81e8d5f4-a868-431d-8396-686006b4f8f0'),
(7912,7912,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-13 21:24:06','2026-01-13 21:24:06','a9853aaa-a0ad-4fa3-b2e0-0abb43a5ff10'),
(7914,7914,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-13 21:24:56','2026-01-13 21:24:56','fb073321-380f-43b4-8b75-347c142ee7e9'),
(7916,7916,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-13 21:25:53','2026-01-13 21:25:53','55fda636-65df-46ff-aa50-271422fb701e'),
(7918,7918,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-13 21:26:24','2026-01-13 21:26:24','f2caca9a-210d-4ed6-90e1-ea5f3e8a38b1'),
(7920,7920,1,'Shrewsbury Rehab Gym',NULL,NULL,NULL,1,'2026-01-13 21:33:18','2026-01-13 21:33:18','7fbe8277-db6d-47b6-9378-8a645ea1c4a1'),
(7921,7921,1,'Shrewsbury Room 2',NULL,NULL,NULL,1,'2026-01-13 21:33:24','2026-01-13 21:33:24','b0c9ec78-8ece-459d-817e-a45284b89a34'),
(7922,7922,1,'Shrewsbury Room',NULL,NULL,NULL,1,'2026-01-13 21:33:29','2026-01-13 21:33:29','7624baff-79d8-4526-a4c0-e5a658e10b2a'),
(7923,7923,1,'Shrewsbury Dining',NULL,NULL,NULL,1,'2026-01-13 21:33:57','2026-01-13 21:33:57','0af4d8f2-f9b1-4fae-8a71-f969af3f5417'),
(7924,7924,1,'Oasis Common Room',NULL,NULL,NULL,1,'2026-01-13 21:37:48','2026-01-13 21:37:48','23f07f82-ca9f-4637-90c7-987d12271a00'),
(7925,7925,1,'Oasis Dining',NULL,NULL,NULL,1,'2026-01-13 21:37:59','2026-01-13 21:37:59','e07a9dd7-7083-4cb8-80af-e7c96bf0d20c'),
(7926,7926,1,'Oasis Lobby',NULL,NULL,NULL,1,'2026-01-13 21:38:05','2026-01-13 21:38:05','7ac372c9-b640-4553-a11b-0de55a69bb70'),
(7927,7927,1,'Oasis Room',NULL,NULL,NULL,1,'2026-01-13 21:38:14','2026-01-13 21:38:14','2c32a717-09e7-4ae6-b120-b10980ef07cf'),
(7928,7928,1,'Oasis Station',NULL,NULL,NULL,1,'2026-01-13 21:38:20','2026-01-13 21:38:20','e5850076-6934-44b7-8ae7-e2b4afce682d'),
(7929,7929,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7920,7921,7922,7923,7924,7925,7926,7927,7928],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-13 21:49:39','2026-01-13 21:49:39','d8d082ba-5b38-4772-a23d-0d16bb90eb8d'),
(7931,7931,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7920,7922,7921,7923,7926,7924,7927,7925,7928],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-13 21:50:04','2026-01-13 21:50:04','c8c025ac-5fef-40cc-9d6f-8fe016562720'),
(7933,7933,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7920,7922,7921,7923,7926,7924,7927,7925,7928],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-13 21:50:42','2026-01-13 21:50:42','c632e291-065e-4df9-9e00-cc6e3b1f493d'),
(7935,7935,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7920,7922,7921,7923,7926,7924,7927,7925,7928],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-13 21:51:20','2026-01-13 21:51:20','1b0aab0b-5d47-450f-9add-fc688d07bc78'),
(7937,7937,1,'Victoria Commons Exterior',NULL,NULL,NULL,1,'2026-01-13 21:56:52','2026-01-13 21:56:52','dbf2c603-cfb6-44d0-8467-9c6cbcde74db'),
(7938,7938,1,'Victoria Commons Common Room',NULL,NULL,NULL,1,'2026-01-13 21:57:11','2026-01-13 21:57:11','47c5d737-7558-49eb-9632-df8b8484cb9f'),
(7939,7939,1,'Victoria Commons Dining',NULL,NULL,NULL,1,'2026-01-13 21:57:15','2026-01-13 21:57:15','962899ad-d5f4-431f-bf49-bf7d49ea94d2'),
(7940,7940,1,'Victoria Commons Hallway',NULL,NULL,NULL,1,'2026-01-13 21:57:18','2026-01-13 21:57:18','20186674-7fa3-4c23-8df7-df1c060b4eaa'),
(7941,7941,1,'Victoria Commons Social Room',NULL,NULL,NULL,1,'2026-01-13 21:57:25','2026-01-13 21:57:25','0c3190b0-9f2a-4d99-90dc-b9503c5ab054'),
(7942,7942,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-13 21:57:41','2026-01-13 21:57:41','674406e6-7a38-47d1-a209-75959fa3845f'),
(7944,7944,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-13 21:58:21','2026-01-13 21:58:21','12bae39f-262c-4bf6-8a37-56bfb1f530bc'),
(7946,7946,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-13 21:58:47','2026-01-13 21:58:47','e92b2240-7d1f-4ed1-a5d8-7b4eeaec84ca'),
(7948,7948,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-13 21:59:09','2026-01-13 21:59:09','722c723a-cb46-4e32-9c58-32062ff401ea'),
(7950,7950,1,'Voorhees Courtyard',NULL,NULL,NULL,1,'2026-01-13 22:04:23','2026-01-13 22:04:23','54dba90d-5cb2-4d1d-b3c5-983f0d19fea3'),
(7951,7951,1,'Voorhees Dining',NULL,NULL,NULL,1,'2026-01-13 22:04:25','2026-01-13 22:04:25','44f34818-faa9-489c-9f6c-2e197082290c'),
(7952,7952,1,'Voorhees Exterior',NULL,NULL,NULL,1,'2026-01-13 22:04:30','2026-01-13 22:04:30','66490fd4-fa12-48dd-8337-77aef76a3dd7'),
(7953,7953,1,'Voorhees Hallway',NULL,NULL,NULL,1,'2026-01-13 22:04:33','2026-01-13 22:04:33','17054d3c-fa43-4b60-ad42-dcd1b62513c9'),
(7954,7954,1,'Voorhees Rehab Gym',NULL,NULL,NULL,1,'2026-01-13 22:04:34','2026-01-13 22:04:34','085896d6-7935-4568-9724-3547f7706c99'),
(7955,7955,1,'Voorhees Room 2',NULL,NULL,NULL,1,'2026-01-13 22:04:36','2026-01-13 22:04:36','0262232b-b83c-478c-9e43-e23ebf6ed8ae'),
(7956,7956,1,'Voorhees Room',NULL,NULL,NULL,1,'2026-01-13 22:04:38','2026-01-13 22:04:38','f0eeaf56-8576-45bd-b224-d23030aec63a'),
(7957,7957,1,'Voorhees Seating Area',NULL,NULL,NULL,1,'2026-01-13 22:04:40','2026-01-13 22:04:40','83d7e46c-e969-4980-9036-920b75482af4'),
(7958,7958,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-13 22:05:03','2026-01-13 22:05:03','85a6fcea-7af4-4691-b635-52895226d47a'),
(7960,7960,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-13 22:05:29','2026-01-13 22:05:29','d2bcc6a2-b4d5-4ad6-9a3c-b4f4e5e2d678'),
(7962,7962,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-13 22:12:38','2026-01-13 22:12:38','bbfc249f-4016-4c23-a148-9d6b36c39891'),
(7963,7963,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-13 22:14:47','2026-01-13 22:14:47','8a3d68e2-57d6-45fb-beeb-a53a1b5e7253'),
(7965,7965,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-13 22:20:29','2026-01-13 22:20:29','770fcf1a-f040-4ee4-8589-4190b2b23983'),
(7966,7966,1,'2026-01-13 15:33:26',NULL,NULL,NULL,1,'2026-01-13 23:33:26','2026-01-13 23:33:26','2d685799-f067-42f8-b579-56fde0cee34d'),
(7968,7968,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-14 15:18:41','2026-01-14 15:18:41','58d1c199-6fe9-4a43-913a-c66c85b33bea'),
(7970,7970,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-14 15:23:35','2026-01-14 15:23:35','05f1d557-213c-449d-b004-e9a94a11e937'),
(7972,7972,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-14 15:52:05','2026-01-14 15:52:05','793c74d0-db9f-431c-b3be-03e169b0c47f'),
(7974,7974,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy up to 7 days a week, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-14 15:54:14','2026-01-14 15:54:14','fb2db1c4-4b9f-4607-b5dd-c3c20dd2c464'),
(7976,7976,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4909,4910,4911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-14 16:00:01','2026-01-14 16:00:01','5d681d54-a72a-4e39-9a82-05ff73655162'),
(7978,7978,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-14 16:04:02','2026-01-14 16:04:02','bcfa99ed-0f70-4604-9c5e-c74c44b60657'),
(7980,7980,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-14 16:06:36','2026-01-14 16:06:36','62d5f6b4-80a4-4585-a4b1-2d308835f74b'),
(7982,7982,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-14 16:11:10','2026-01-14 16:11:10','1259c09b-5db6-4d83-bcd3-0509c0f91dbb'),
(7984,7984,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-14 16:11:18','2026-01-14 16:11:18','10be045c-29bb-4d1f-97b3-ed98c89cc743'),
(7986,7986,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-14 16:18:02','2026-01-14 16:18:02','aa0f15e4-1010-4abf-a231-d1641b706ea1'),
(7988,7988,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-14 16:18:37','2026-01-14 16:18:37','be6b24b8-10ab-4a33-a266-97183b4fcbb5'),
(7990,7990,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3689],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-14 16:18:48','2026-01-14 16:18:48','91bd94f3-5d80-4b43-bef5-fc567abade06'),
(7992,7992,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-14 16:19:20','2026-01-14 16:19:20','f1a6f9ec-0ed8-4b46-9fbd-672c874878c3'),
(7994,7994,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-14 16:19:44','2026-01-14 16:19:44','77983f39-dfa2-475d-8b8e-a5bc34630a51'),
(7996,7996,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-14 16:19:55','2026-01-14 16:19:55','273c5557-3ef5-41d4-993b-bc2bb60ff099'),
(7998,7998,1,'Bayshore Entrance',NULL,NULL,NULL,1,'2026-01-14 16:21:14','2026-01-14 16:21:14','9007a378-c542-4bf1-a9f0-b1d92cd15ff6'),
(7999,7999,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7998],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-14 16:21:33','2026-01-14 16:21:33','085db7b3-6e24-4d3d-b4ff-78663ef74cd8'),
(8001,8001,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7998],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-14 16:21:59','2026-01-14 16:21:59','c6dbf77c-2d48-459f-aefe-d2380871c049'),
(8003,8003,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7998],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-14 16:22:22','2026-01-14 16:22:22','c4d43ee2-d1e6-4d0c-a379-c9ca6e05aa49'),
(8006,8006,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7998],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-14 16:23:12','2026-01-14 16:23:12','d2b3996a-29b2-4f1f-baaa-bf052b62d004'),
(8007,8007,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-14 16:24:04','2026-01-14 16:24:04','a3abd80f-eb2c-4e8e-8ebe-4be6098bd959'),
(8009,8009,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-14 16:24:34','2026-01-14 16:24:34','e577d1e6-0f7f-4a04-b589-eab47860158f'),
(8011,8011,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-14 16:25:26','2026-01-14 16:25:26','15e837a5-99a0-4b8e-8499-e1d33fb0dd66'),
(8013,8013,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-14 16:25:59','2026-01-14 16:25:59','3b8d33d3-a078-483a-8c54-db0d8e78b3a3'),
(8015,8015,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-14 16:26:25','2026-01-14 16:26:25','541d3049-3db6-485a-b32b-d54800e79cbc'),
(8017,8017,1,'LARGE RES 14',NULL,NULL,NULL,1,'2026-01-14 16:27:17','2026-01-14 16:27:17','5fc29a4e-7e5b-4c34-80f9-0ef3cc7907de'),
(8018,8018,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-14 16:27:59','2026-01-14 16:27:59','5816b292-a9a8-4cff-943b-60f0f0d45cba'),
(8020,8020,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-14 16:28:30','2026-01-14 16:28:30','ff2fca7c-11ab-4c14-92b2-1f895ca81372'),
(8022,8022,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-14 16:28:57','2026-01-14 16:28:57','a05b27a2-cd57-480d-81f5-7bd7b8793ba9'),
(8024,8024,1,'Cedar Grove Hall',NULL,NULL,NULL,1,'2026-01-14 16:31:30','2026-01-14 16:31:30','7ab9d5a3-198a-4f16-9397-1a9d829820dc'),
(8025,8025,1,'Cedar Grove Lobby 2',NULL,NULL,NULL,1,'2026-01-14 16:31:32','2026-01-14 16:31:32','762c4412-6869-49d7-8c71-4c2e87d31903'),
(8026,8026,1,'Cedar Grove Rehab Gym 2',NULL,NULL,NULL,1,'2026-01-14 16:31:58','2026-01-14 16:31:58','213e9e6a-a611-4a6d-8d4b-5565cf159e31'),
(8027,8027,1,'Cedar Grove Rehab Gym',NULL,NULL,NULL,1,'2026-01-14 16:32:07','2026-01-14 16:32:07','85f6eaf6-49a0-46f1-9ab6-ade7ab3cfaf9'),
(8028,8028,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8026,8027],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-14 16:32:12','2026-01-14 16:32:12','d82bc885-40c2-449b-b967-f436a991d7b1'),
(8030,8030,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-14 16:32:25','2026-01-14 16:32:25','8a2ceeb2-8d93-4ca0-b5ca-6a0bd8069c8c'),
(8032,8032,1,'Clark Bedroom',NULL,NULL,NULL,1,'2026-01-14 16:37:09','2026-01-14 16:37:09','4dc5f36b-c1ec-4b9e-82d0-f5ae8f056871'),
(8033,8033,1,'Clark Dining',NULL,NULL,NULL,1,'2026-01-14 16:37:13','2026-01-14 16:37:13','cfa22a4f-0708-41d8-be70-9d67c8f51f46'),
(8034,8034,1,'Clark Lobby',NULL,NULL,NULL,1,'2026-01-14 16:37:22','2026-01-14 16:37:22','03cf80eb-c931-4d74-87d5-699391c4a167'),
(8035,8035,1,'Clark Rehab Gym',NULL,NULL,NULL,1,'2026-01-14 16:37:29','2026-01-14 16:37:29','b6e19928-5a75-4d22-8ca4-e904a50ddc6b'),
(8036,8036,1,'Clark Room 2',NULL,NULL,NULL,1,'2026-01-14 16:37:34','2026-01-14 16:37:34','7beab0c9-733b-4a77-b6bc-83e3ce20119e'),
(8037,8037,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8032,8033,8034,8035,8036],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-14 16:41:23','2026-01-14 16:41:23','b2bd1122-58f7-43b3-83d4-f9b4a70fa050'),
(8039,8039,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8032,8033,8034,8035,8036],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-14 16:41:50','2026-01-14 16:41:50','ac12a5d3-be90-484d-9c6b-2e5ba4c2812c'),
(8041,8041,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8032,8033,8034,8035,8036],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-14 16:42:30','2026-01-14 16:42:30','b730ce70-8491-43ad-9d77-d446802653a6'),
(8043,8043,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8032,8033,8034,8035,8036],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-14 16:42:52','2026-01-14 16:42:52','541852cd-61e4-4235-af29-064ce7ddb94b'),
(8045,8045,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-14 16:43:10','2026-01-14 16:43:10','72060a34-6fd0-42a6-80bf-8703d20f594b'),
(8047,8047,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-14 16:43:29','2026-01-14 16:43:29','1c575af9-2fe6-4306-9105-7b332934ac32'),
(8049,8049,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-14 16:44:24','2026-01-14 16:44:24','aac41063-a265-464a-a686-7cdf9f5a73a2'),
(8051,8051,1,'Green Knoll Hallway',NULL,NULL,NULL,1,'2026-01-14 16:46:40','2026-01-14 16:46:40','2444ffa3-de6e-4d46-8a99-c5148bda3d78'),
(8052,8052,1,'Green Knoll Lobby 2',NULL,NULL,NULL,1,'2026-01-14 16:46:42','2026-01-14 16:46:42','83f32778-0e08-4af0-99fc-4a8fc126581b'),
(8053,8053,1,'Green Knoll Rehab Gym',NULL,NULL,NULL,1,'2026-01-14 16:46:46','2026-01-14 16:46:46','1d380bf9-8ea7-4b55-ba72-18f028d23ea8'),
(8054,8054,1,'Green Knoll Room',NULL,NULL,NULL,1,'2026-01-14 16:46:50','2026-01-14 16:46:50','4609f274-3337-424a-8afb-9e40236d76a8'),
(8055,8055,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-14 16:48:14','2026-01-14 16:48:14','d2f8a4f1-9599-45ea-a37b-320e268886c5'),
(8057,8057,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-14 16:48:42','2026-01-14 16:48:42','41520fa4-640d-4565-8a87-829c2f4c70ab'),
(8058,8058,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6527,6528,6529,6533],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-14 16:53:12','2026-01-14 16:53:12','6c3d0b3b-27c2-4cd5-a47b-22c38502181c'),
(8060,8060,1,'Holmdel Bedroom Amenities',NULL,NULL,NULL,1,'2026-01-14 16:53:49','2026-01-14 16:53:49','6906020b-3d60-4d38-b506-4feb0a818dbf'),
(8061,8061,1,'Holmdel Bedroom',NULL,NULL,NULL,1,'2026-01-14 16:53:53','2026-01-14 16:53:53','336182c2-c9c5-4336-8fd6-2609e5f8142c'),
(8062,8062,1,'Holmdel Common Area',NULL,NULL,NULL,1,'2026-01-14 16:53:56','2026-01-14 16:53:56','b5b553a4-793f-4b57-b245-9725126b1f46'),
(8063,8063,1,'Holmdel Kitchen',NULL,NULL,NULL,1,'2026-01-14 16:53:59','2026-01-14 16:53:59','5b19356b-0cd8-4d57-804b-1954e2fadde3'),
(8064,8064,1,'Holmdel Porch',NULL,NULL,NULL,1,'2026-01-14 16:54:05','2026-01-14 16:54:05','30aa3ec3-b460-44b5-bcde-df68b7b64b51'),
(8065,8065,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-14 16:54:34','2026-01-14 16:54:34','9879d2af-ba6f-4a64-af16-3e7ee3cda5f4'),
(8067,8067,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-14 16:55:51','2026-01-14 16:55:51','c64189a7-7a18-4276-9287-6a88f5b85f05'),
(8069,8069,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-14 16:56:05','2026-01-14 16:56:05','8d1c37e6-3885-447d-bdf8-9670a02700b6'),
(8071,8071,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-14 16:56:24','2026-01-14 16:56:24','4be63312-1b87-4fc2-b0ad-4ead93de6546'),
(8073,8073,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-14 16:56:59','2026-01-14 16:56:59','9fe363d1-1b01-45a4-9caa-12982cc25222'),
(8075,8075,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-14 16:57:17','2026-01-14 16:57:17','b423a9a4-66c1-4af4-9f31-30718fe8b808'),
(8077,8077,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-14 16:57:40','2026-01-14 16:57:40','1afde8e6-0cb2-47ae-bb9a-9f75256d183d'),
(8079,8079,1,'Madison Bedroom',NULL,NULL,NULL,1,'2026-01-14 17:01:57','2026-01-14 17:01:57','fb530caa-9e11-4abd-81e0-87cca09cc6a0'),
(8080,8080,1,'Madison Rehab Gym',NULL,NULL,NULL,1,'2026-01-14 17:02:05','2026-01-14 17:02:05','7a576515-efea-4fe1-a37f-e3742416b553'),
(8081,8081,1,'Madison Lobby Wide 1',NULL,NULL,NULL,1,'2026-01-14 17:02:53','2026-01-14 17:02:53','0a08d3af-209c-4ce5-9faa-2f6689b77cf7'),
(8082,8082,1,'Madison Lobby Zoom 1',NULL,NULL,NULL,1,'2026-01-14 17:03:39','2026-01-14 17:03:39','5af3b661-883d-49a8-82b6-62e5a02f94d6'),
(8083,8083,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-14 17:04:15','2026-01-14 17:04:15','5910ed54-d273-429a-a61c-7db5eeeabd61'),
(8085,8085,1,'Madison Bedroom 2',NULL,NULL,NULL,1,'2026-01-14 17:04:46','2026-01-14 17:04:46','d5437c20-d407-42d2-a320-20c277d7d376'),
(8086,8086,1,'Madison Rehab Gym',NULL,NULL,NULL,1,'2026-01-14 17:04:53','2026-01-14 17:04:53','fcf2a3cf-57eb-4dd4-84c4-b4f02ad0202c'),
(8087,8087,1,'Madison Dialysis',NULL,NULL,NULL,1,'2026-01-14 17:05:01','2026-01-14 17:05:01','1e338a37-aef0-4781-b19b-f68f9f6971a9'),
(8088,8088,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-14 17:05:11','2026-01-14 17:05:11','ce251df1-2ba6-423c-a1d9-5631ff55b9f7'),
(8090,8090,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-14 17:05:33','2026-01-14 17:05:33','7703654a-c72c-4c4c-acd1-7e0ceaa6b0ab'),
(8092,8092,1,'Mercerville Common Area',NULL,NULL,NULL,1,'2026-01-14 17:11:27','2026-01-14 17:11:27','4d70e20a-24e2-4e15-ba33-585f8b2c1e37'),
(8093,8093,1,'Mercerville Double Room',NULL,NULL,NULL,1,'2026-01-14 17:11:33','2026-01-14 17:11:33','d49970c2-2ca4-4323-a2c1-b3480b4cd6f1'),
(8094,8094,1,'Mercerville Lobby 2',NULL,NULL,NULL,1,'2026-01-14 17:11:36','2026-01-14 17:11:36','7118c68b-8e42-47be-b5e4-888f0359f210'),
(8095,8095,1,'Mercerville Rehab Gym',NULL,NULL,NULL,1,'2026-01-14 17:11:45','2026-01-14 17:11:45','cefc310b-a894-4bb2-af30-7f2054f0c86d'),
(8096,8096,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-14 17:12:01','2026-01-14 17:12:01','c44cae60-7737-4aba-8290-b84a040e28df'),
(8098,8098,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-14 17:12:26','2026-01-14 17:12:26','7e15d010-715e-40a5-ad97-3c837505ec0f'),
(8100,8100,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-14 17:15:47','2026-01-14 17:15:47','63783bf6-3ef2-42af-a4cb-0aad541dfbd0'),
(8102,8102,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-14 17:16:33','2026-01-14 17:16:33','e34f2565-5f06-4818-a2ee-7f0828cb4566'),
(8104,8104,1,'Orange Park Lobby',NULL,NULL,NULL,1,'2026-01-14 17:36:49','2026-01-14 17:36:49','0a70ac45-82e4-44d6-af06-fc75cdc6a7db'),
(8105,8105,1,'Orange Park Dining',NULL,NULL,NULL,1,'2026-01-14 17:39:24','2026-01-14 17:39:24','dee684e3-00b7-47b8-a33b-2c7456198507'),
(8106,8106,1,'Orange Park Rehab Gym',NULL,NULL,NULL,1,'2026-01-14 17:39:28','2026-01-14 17:39:28','ab071643-e138-4ef1-a559-907cfb32631e'),
(8107,8107,1,'Orange Park Room',NULL,NULL,NULL,1,'2026-01-14 17:39:30','2026-01-14 17:39:30','6ed32bb1-67a4-4d48-a389-16fdc4cbe3c3'),
(8108,8108,1,'Orange Park Hallway',NULL,NULL,NULL,1,'2026-01-14 17:40:06','2026-01-14 17:40:06','66c7b190-4924-4731-a34c-7590a1d1bdf5'),
(8109,8109,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-14 17:40:32','2026-01-14 17:40:32','b4252bfc-f438-4a96-8007-26109ca5b9e7'),
(8111,8111,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-14 17:41:30','2026-01-14 17:41:30','7b5bddac-1933-40e1-8985-cc366d04ac42'),
(8113,8113,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-14 17:41:54','2026-01-14 17:41:54','68b2beef-1318-4adc-baaf-3f1595860554'),
(8115,8115,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-14 17:41:59','2026-01-14 17:41:59','f849f3b9-8890-40f2-8831-dc3bc25db5f5'),
(8117,8117,1,'Park Place Bedroom',NULL,NULL,NULL,1,'2026-01-14 17:49:48','2026-01-14 17:49:48','4e1f722d-9c11-465d-b065-c542fd7e0d82'),
(8118,8118,1,'Park Place Lounge',NULL,NULL,NULL,1,'2026-01-14 17:49:53','2026-01-14 17:49:53','491908d4-2610-4989-9e04-0b7e13ce4f83'),
(8119,8119,1,'Park Place Rehab Gym Full',NULL,NULL,NULL,1,'2026-01-14 17:49:59','2026-01-14 17:49:59','d49dfd58-bc83-45a7-b24f-e6f34995ba55'),
(8120,8120,1,'Park Place Rehab Gym',NULL,NULL,NULL,1,'2026-01-14 17:50:06','2026-01-14 17:50:06','050133b3-1a82-46a5-b52b-5e3ee72abc73'),
(8121,8121,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8118],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8117,8118,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-14 17:50:32','2026-01-14 17:50:32','2ff47661-2112-4f8e-8131-b2eea484104b'),
(8123,8123,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8118],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8117,8118,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-14 17:50:53','2026-01-14 17:50:53','f46725e7-9234-4812-902a-8d3f0eceae19'),
(8125,8125,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8118],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8117,8118,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-14 17:51:11','2026-01-14 17:51:11','8a4d05ae-4812-49f3-85a5-b5a4df1743ee'),
(8127,8127,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8118],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8117,8118,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-14 17:51:41','2026-01-14 17:51:41','ba50cc88-5fd0-40be-95a6-93508fea2dfb'),
(8129,8129,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8118],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-14 17:52:31','2026-01-14 17:52:31','32f908be-180a-4bb0-aef7-cb72b20e0ad4'),
(8131,8131,1,'Plainfield Bedroom',NULL,NULL,NULL,1,'2026-01-14 18:29:12','2026-01-14 18:29:12','a2c64d46-ec62-4210-815c-76850657668a'),
(8132,8132,1,'Plainfield Common Area 2',NULL,NULL,NULL,1,'2026-01-14 18:29:17','2026-01-14 18:29:17','dbe81616-b365-4431-a114-7d6706b3b4a5'),
(8133,8133,1,'Plainfield Common Area',NULL,NULL,NULL,1,'2026-01-14 18:29:23','2026-01-14 18:29:23','71dddf31-5d2f-4875-893b-f093418dbdc7'),
(8134,8134,1,'Plainfield Dining',NULL,NULL,NULL,1,'2026-01-14 18:29:26','2026-01-14 18:29:26','c8a0451e-d378-4727-b275-73dfe1e75fac'),
(8135,8135,1,'Plainfield Hallway',NULL,NULL,NULL,1,'2026-01-14 18:29:38','2026-01-14 18:29:38','82d391e0-c34e-4502-bcc5-0234a4c214b6'),
(8136,8136,1,'Plainfield Lobby 2',NULL,NULL,NULL,1,'2026-01-14 18:29:48','2026-01-14 18:29:48','d7354ad0-b770-4a77-a56c-9efa66676f4f'),
(8137,8137,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135,8133],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-14 18:51:51','2026-01-14 18:51:51','ed4d60b7-c17a-4968-a407-d37266e246df'),
(8139,8139,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-14 18:53:34','2026-01-14 18:53:34','c910c6f1-b51a-4ea2-b420-4ac1166da66c'),
(8141,8141,1,'St Vincent Courtyard',NULL,NULL,NULL,1,'2026-01-14 19:05:50','2026-01-14 19:05:50','4a06392c-df3b-4bc6-97ef-b03be94da46c'),
(8142,8142,1,'St Vincents Church',NULL,NULL,NULL,1,'2026-01-14 19:05:53','2026-01-14 19:05:53','44843422-be9d-4935-905c-cfa828d16a9d'),
(8143,8143,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-14 19:06:05','2026-01-14 19:06:05','0201a63b-e68c-4131-aa12-7e2d7da2b6e1'),
(8145,8145,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-14 19:06:24','2026-01-14 19:06:24','be531aa5-be26-4f38-b5ce-4a9c4cd657b1'),
(8147,8147,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-14 19:07:16','2026-01-14 19:07:16','7692d07a-9149-4a92-8388-a985003cec70'),
(8149,8149,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-14 19:07:50','2026-01-14 19:07:50','e2f3d4a8-d874-4e56-81f6-bfd1fd5f9612'),
(8151,8151,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-14 19:08:02','2026-01-14 19:08:02','396df66c-909f-46f8-b41b-7447a788e909'),
(8154,8154,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-14 19:13:57','2026-01-14 19:13:57','102eea24-d07d-4461-8ee1-fd4ebd9863ab'),
(8156,8156,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-14 19:14:12','2026-01-14 19:14:12','8d261797-a57a-49d5-a6c5-e75b129ec2ba'),
(8158,8158,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-14 19:17:10','2026-01-14 19:17:10','e8ff8f50-4650-45d2-b510-e4daafaef100'),
(8160,8160,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-14 19:17:32','2026-01-14 19:17:32','d428067a-7edb-4f55-999f-2763536d6ec8'),
(8162,8162,1,'Summit Ridge Common Area',NULL,NULL,NULL,1,'2026-01-14 19:20:50','2026-01-14 19:20:50','6b7908c6-4995-48ca-90a4-184dc5905810'),
(8163,8163,1,'Summit Ridge Hallway',NULL,NULL,NULL,1,'2026-01-14 19:20:52','2026-01-14 19:20:52','a5a28cf4-920d-4d50-b847-a27b4d2343af'),
(8164,8164,1,'Summit Ridge Room',NULL,NULL,NULL,1,'2026-01-14 19:20:54','2026-01-14 19:20:54','e0c8de59-1cd4-4fe6-babe-1146715b0699'),
(8165,8165,1,'Summit Ridge Rehab Gym',NULL,NULL,NULL,1,'2026-01-14 19:22:01','2026-01-14 19:22:01','9c8d25cb-26ca-4ec1-924a-b5178c8a02df'),
(8166,8166,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-14 19:22:58','2026-01-14 19:22:58','0dcd3871-d945-476d-a24c-9c2b21abc413'),
(8168,8168,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-14 19:23:06','2026-01-14 19:23:06','6b34ef57-dd5a-4d47-a6e7-219db3df3349'),
(8170,8170,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-14 19:23:37','2026-01-14 19:23:37','47283088-4d4f-48f4-a9e0-24be8297a7f5'),
(8172,8172,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5067,5068,5069],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:24:32','2026-01-14 19:24:32','4296afcd-ba3b-40b3-b8c1-8c357ddf85cd'),
(8174,8174,1,'West Caldwell Rehab Gym',NULL,NULL,NULL,1,'2026-01-14 19:27:23','2026-01-14 19:27:23','7ed98145-c5eb-4f58-b25d-fb65c4941de1'),
(8175,8175,1,'West Caldwell Room 2',NULL,NULL,NULL,1,'2026-01-14 19:28:37','2026-01-14 19:28:37','2a220052-d3ff-44d4-8a2a-368a03405191'),
(8176,8176,1,'West Caldwell Room',NULL,NULL,NULL,1,'2026-01-14 19:28:41','2026-01-14 19:28:41','c1fad1ab-c34a-4846-97ce-15776a85c950'),
(8177,8177,1,'West Caldwell Lobby',NULL,NULL,NULL,1,'2026-01-14 19:29:10','2026-01-14 19:29:10','84d1dc3a-bdd1-46eb-a59a-1cc53930e34a'),
(8178,8178,1,'West Caldwell Lobby',NULL,NULL,NULL,1,'2026-01-14 19:29:29','2026-01-14 19:29:29','0fda5a35-5609-49fe-a6e2-079c4104bba8'),
(8179,8179,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8174,8175,8176,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:30:50','2026-01-14 19:30:50','c08cfdf7-64cf-4713-8c71-ade67f1c59b4'),
(8181,8181,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8177,8176,8175,8174],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:31:05','2026-01-14 19:31:05','41ae6067-d56a-4f50-9921-e57988118b14'),
(8183,8183,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8177,8176,8175,8174],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:31:49','2026-01-14 19:31:49','11383e09-7ca7-46ab-9143-cf1eb19b8f25'),
(8185,8185,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8177,8176,8175,8174],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:32:10','2026-01-14 19:32:10','04172560-60d7-4f1a-ac76-47f9f84d04ab'),
(8186,8186,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8177,8176,8175,8174],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:32:33','2026-01-14 19:32:33','20cdc47d-4e02-4475-a236-7e1b1c00244a'),
(8188,8188,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8177,8176,8175,8174],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:32:49','2026-01-14 19:32:49','e734e395-dde1-454d-a598-200775f59e22'),
(8190,8190,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8177,8176,8175,8174],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:33:11','2026-01-14 19:33:11','2b746565-f0b6-4981-b95e-b9719ec3feaf'),
(8192,8192,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8177,8176,8175,8174],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:33:25','2026-01-14 19:33:25','866b2104-ceda-431b-bad2-3545b32eaadb'),
(8194,8194,1,'West Caldwell Room',NULL,NULL,NULL,1,'2026-01-14 19:34:30','2026-01-14 19:34:30','aa9eba27-0fe9-4531-a616-e36a44571816'),
(8195,8195,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8177,8194,8175,8174],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:34:38','2026-01-14 19:34:38','2f2764af-d3aa-4317-aa2f-1c14ed02c53a'),
(8197,8197,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:34:59','2026-01-14 19:34:59','a064218a-05e8-4372-8ee6-4ac64f5f0395'),
(8199,8199,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-14 19:35:02','2026-01-14 19:35:02','a21b3ccf-a6aa-422f-a51b-2261cade0978'),
(8201,8201,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-14 19:43:43','2026-01-14 19:43:43','191bd7ce-58e8-40f8-a040-71637e4cc4d6'),
(8203,8203,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5055,5056,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-14 19:44:13','2026-01-14 19:44:13','dd76de44-6065-4a44-8e2e-7fe4e8f7c3c5'),
(8205,8205,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-14 19:44:57','2026-01-14 19:44:57','8c9a7868-9b30-40cd-88b3-1b31c1db6d5d'),
(8207,8207,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-14 19:45:20','2026-01-14 19:45:20','1ce803cc-3656-4acf-9c50-8335cd483226'),
(8208,8208,1,'Whispering Woods Lobby',NULL,NULL,NULL,1,'2026-01-14 20:02:52','2026-01-14 20:02:52','7df219b9-1106-4973-b4ee-5edf199a4d3e'),
(8209,8209,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-14 20:02:59','2026-01-14 20:02:59','7020c1f0-ba5b-4b68-8762-62f4a1484a78'),
(8211,8211,1,'Whispering Woods Apartment Room',NULL,NULL,NULL,1,'2026-01-14 20:03:39','2026-01-14 20:03:39','9526023b-fc6a-45ce-a88b-848f7b63d517'),
(8212,8212,1,'Whispering Woods Bed 2',NULL,NULL,NULL,1,'2026-01-14 20:03:45','2026-01-14 20:03:45','2eddef42-dcf4-430d-ba63-b8bfa5912945'),
(8213,8213,1,'Whispering Woods Bed',NULL,NULL,NULL,1,'2026-01-14 20:03:48','2026-01-14 20:03:48','b2d255f5-e1e6-4801-972c-07c59e58ae9c'),
(8214,8214,1,'Whispering Woods Bedroom',NULL,NULL,NULL,1,'2026-01-14 20:03:52','2026-01-14 20:03:52','3eae01fa-930e-4a3b-8796-de5555b9328c'),
(8215,8215,1,'Whispering Woods Dining',NULL,NULL,NULL,1,'2026-01-14 20:03:56','2026-01-14 20:03:56','33c77f74-9189-4b19-8b29-b6716cf1f8d0'),
(8216,8216,1,'Whispering Woods Exterior Zoom',NULL,NULL,NULL,1,'2026-01-14 20:04:01','2026-01-14 20:04:01','286232bf-08dd-4f6e-9c35-a5825970c117'),
(8217,8217,1,'Whispering Woods Exterior',NULL,NULL,NULL,1,'2026-01-14 20:04:08','2026-01-14 20:04:08','63af5680-2dc8-4366-99fd-13562ffa786b'),
(8218,8218,1,'Whispering Woods Lobby',NULL,NULL,NULL,1,'2026-01-14 20:04:11','2026-01-14 20:04:11','76fc4258-e93f-4421-af62-1dffbb2a9029'),
(8219,8219,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8216,8211,8214,8213,8212,8215,8218,8217],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-14 20:04:38','2026-01-14 20:04:38','00634503-32e6-46b5-8ad5-769297b2732f'),
(8221,8221,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8211,8214,8213,8212,8215,8218,8217],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-14 20:07:10','2026-01-14 20:07:10','54db2f82-8b31-4e71-8c9d-85e410cf5abe'),
(8223,8223,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-14 20:08:06','2026-01-14 20:08:06','716b96c3-ccfe-4d81-84bd-db21ae1f1298'),
(8225,8225,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-14 20:08:36','2026-01-14 20:08:36','e3af41ca-9d43-447e-b784-889f6777f042'),
(8227,8227,1,'Woodlands Lobby2',NULL,NULL,NULL,1,'2026-01-14 20:10:45','2026-01-14 20:10:45','1e976329-d7ed-456d-8510-fa849d1861d7'),
(8228,8228,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-14 20:10:56','2026-01-14 20:10:56','3d705460-7ee8-4437-9973-8d9c4738cbed'),
(8230,8230,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8227],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-14 20:11:26','2026-01-14 20:11:26','38075ae4-9664-4291-bf07-45d2ce692ec0'),
(8232,8232,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-14 20:12:18','2026-01-14 20:12:18','2a8abad8-c9b2-4c30-b94e-ac4da23f038c'),
(8234,8234,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-14 20:13:52','2026-01-14 20:13:52','c4a495be-d087-4d88-838c-56a3f8b3a543'),
(8236,8236,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-14 20:20:04','2026-01-14 20:20:04','5cf7c0e2-0605-4492-a513-b508a8250574'),
(8238,8238,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-14 20:23:07','2026-01-14 20:23:07','561d064f-d574-4018-b9e6-9c7b0de83e5f'),
(8240,8240,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-14 20:26:00','2026-01-14 20:26:00','5af4e0f4-496c-4fbd-92f6-e0192343b809'),
(8242,8242,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-14 20:30:29','2026-01-14 20:30:29','1c245492-2a78-41a0-a1c8-20fca192ee23'),
(8244,8244,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-14 20:31:36','2026-01-14 20:31:36','f55f86dd-d514-4e67-975a-ce4e0457db26'),
(8247,8247,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-14 20:35:39','2026-01-14 20:35:39','196177e9-4068-46d3-825b-e706929a7ab5'),
(8249,8249,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-14 20:38:32','2026-01-14 20:38:32','9b4496f1-7f97-4d4e-9e5b-f9ffbf7494e6'),
(8251,8251,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-14 20:42:02','2026-01-14 20:42:02','e5c119b6-595f-454f-8ace-5ac6897f28cb'),
(8253,8253,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-14 20:43:18','2026-01-14 20:43:18','e133a189-9c8c-49c6-843c-8ff0542a5757'),
(8255,8255,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-14 20:45:26','2026-01-14 20:45:26','9d01fdb6-bb71-4776-a7d0-58b728aa349d'),
(8258,8258,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-14 20:47:47','2026-01-14 20:47:47','65bba143-4927-45ae-a4db-10e90946b7f4'),
(8260,8260,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-14 20:48:50','2026-01-14 20:48:50','10f4af63-f87a-48c0-8ad2-4a47d12cade2'),
(8262,8262,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-14 20:49:16','2026-01-14 20:49:16','ea0c9c59-16f6-4c61-9959-6e86f92180b8'),
(8264,8264,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-14 20:49:51','2026-01-14 20:49:51','092898c7-2a18-4192-ae55-8630e69d6485'),
(8266,8266,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-14 20:50:07','2026-01-14 20:50:07','7605c222-64d7-40ce-91fb-67abafe6089c'),
(8268,8268,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-14 20:58:41','2026-01-14 20:58:41','bcfb43ad-c6cc-4314-bbcf-7218bb186e74'),
(8270,8270,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-14 20:59:14','2026-01-14 20:59:14','81df34fc-f643-40d9-a69f-3eeac647715d'),
(8272,8272,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-14 21:02:26','2026-01-14 21:02:26','97639a97-8f12-45a8-a2bd-a1ea729ac137'),
(8274,8274,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-14 21:04:28','2026-01-14 21:04:28','85b70b03-43c2-4f38-bd38-4db2f1029a76'),
(8276,8276,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-14 21:04:37','2026-01-14 21:04:37','9136eff7-c429-472d-9427-08c813f11ead'),
(8278,8278,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-14 21:05:38','2026-01-14 21:05:38','8b79f8ed-0712-40f2-b40f-e4def94e093b'),
(8280,8280,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-14 21:08:37','2026-01-14 21:08:37','ca11ab2d-d10c-49bd-be85-8e3c9cf89627'),
(8282,8282,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-14 21:25:07','2026-01-14 21:25:07','4634092e-6545-4da8-bde4-9d45c21cdea8'),
(8284,8284,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604,2610],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-14 21:25:44','2026-01-14 21:25:44','4590fdce-a5f4-4119-b4bb-a3c100d74cf9'),
(8286,8286,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-14 21:26:24','2026-01-14 21:26:24','47c3a646-0465-4b91-a6ce-e1eae64e81c0'),
(8288,8288,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-14 21:27:55','2026-01-14 21:27:55','0901b195-084b-4485-9fc6-2d80a1adfdeb'),
(8290,8290,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-14 21:29:05','2026-01-14 21:29:05','1ac7ae31-991c-4c3f-a939-668dc37f60b0'),
(8292,8292,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-14 21:29:12','2026-01-14 21:29:12','3c031bee-913b-439f-995e-c643ff21b160'),
(8294,8294,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-14 21:29:33','2026-01-14 21:29:33','88683248-5586-45d4-bfe8-1caf846453b4'),
(8296,8296,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-14 21:34:16','2026-01-14 21:34:16','f4a28e6c-4e41-45a8-9bff-720570589959'),
(8298,8298,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-14 21:35:02','2026-01-14 21:35:02','79084669-a136-4f4f-8d47-e3cc6b3ac767'),
(8300,8300,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-14 21:35:05','2026-01-14 21:35:05','bec4d565-0206-40b1-80d1-15f087c16b00'),
(8302,8302,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-14 21:35:28','2026-01-14 21:35:28','2f67e715-941c-4780-bb24-d6f7da9cb673'),
(8304,8304,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-14 21:37:57','2026-01-14 21:37:57','6ed8abaf-56e1-4116-b3dc-dbf7d31b75fb'),
(8306,8306,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-14 21:38:00','2026-01-14 21:38:00','9f750858-8cad-4d6e-bc46-46a61cdb7976'),
(8308,8308,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-14 21:40:51','2026-01-14 21:40:51','824b0c92-3800-4007-9e37-97947b89b97e'),
(8310,8310,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-14 21:43:39','2026-01-14 21:43:39','9326c0b6-ea7d-4703-a5d7-49b6c8df7f8a'),
(8312,8312,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-14 21:43:52','2026-01-14 21:43:52','7ed4014f-643a-442a-b110-edd2da73c0c0'),
(8314,8314,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-14 21:44:11','2026-01-14 21:44:11','8b17ab72-ca00-4673-ae3b-7c4b2cecb65d'),
(8316,8316,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-14 21:44:43','2026-01-14 21:44:43','73a9e5e9-2e06-4ceb-9cd2-9e02192021dc'),
(8318,8318,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-14 21:45:23','2026-01-14 21:45:23','16f4b3ae-9617-4496-99a8-965177bf8dad'),
(8320,8320,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-14 21:45:27','2026-01-14 21:45:27','890173cd-8f23-4b3f-a856-07db604358b6'),
(8322,8322,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-14 21:46:01','2026-01-14 21:46:01','33749cf3-a338-4a87-a1f0-c560092feb0c'),
(8324,8324,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-14 21:46:09','2026-01-14 21:46:09','d76696be-ee4c-46c5-919c-909451fdb92e'),
(8326,8326,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-14 21:47:03','2026-01-14 21:47:03','8cb41f35-e588-4efe-9142-fb8bf19f50a8'),
(8328,8328,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-14 21:47:27','2026-01-14 21:47:27','45a70d28-c220-4d48-9d19-e209bbd1b09a'),
(8330,8330,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-14 21:48:09','2026-01-14 21:48:09','2fd639c0-53d4-4570-8ea5-de5bcbdcc05f'),
(8332,8332,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-14 21:48:13','2026-01-14 21:48:13','3dc5b27a-a035-46d8-a2db-e48033b5584a'),
(8334,8334,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-14 21:49:11','2026-01-14 21:49:11','32159b1f-e056-4281-b12e-5c8cf96a130f'),
(8336,8336,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-14 21:49:13','2026-01-14 21:49:13','965fc549-924d-4354-8e31-564ba386703c'),
(8338,8338,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-14 21:54:14','2026-01-14 21:54:14','d15dd27d-24b7-471e-b8a4-1e90c612d84a'),
(8340,8340,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-14 21:55:00','2026-01-14 21:55:00','f9de0eec-ff43-4652-80da-3d4e2328ade3'),
(8342,8342,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-14 21:55:13','2026-01-14 21:55:13','fcaf2dd1-9a48-46b9-952d-e2d592d67fe1'),
(8344,8344,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-14 21:55:58','2026-01-14 21:55:58','56e81fc7-0a2c-459f-a8a4-3a7c35e08c73'),
(8346,8346,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-14 21:56:11','2026-01-14 21:56:11','fcf20414-951c-407f-8dbd-f72087edbdfb'),
(8348,8348,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-14 21:57:09','2026-01-14 21:57:09','c4537e1f-bd7a-41a8-9c1b-0d6d64460c5f'),
(8350,8350,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-14 21:58:00','2026-01-14 21:58:00','19f3686e-ce19-4498-8e5c-bed6ae3a355d'),
(8354,8354,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-14 22:10:23','2026-01-14 22:10:23','47def195-3841-4af8-9fbe-ff04e02ebd10'),
(8355,8355,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-14 22:10:23','2026-01-14 22:10:23','e3891c06-ff70-42bd-b582-3816c040af2d'),
(8356,8356,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"post-acute-ltc\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-14 22:10:23','2026-01-14 22:10:23','a00fb915-f540-447e-8bdd-072a38b910b1'),
(8358,8358,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-14 22:11:02','2026-01-14 22:11:02','4533d431-5a8e-4e64-a975-104117dacf84'),
(8360,8360,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-14 22:12:46','2026-01-14 22:12:46','c9608c3b-ba18-48de-a07a-e26b822b45fc'),
(8362,8362,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-14 22:13:07','2026-01-14 22:13:07','cd932898-248c-4401-84a1-2614a276275b'),
(8364,8364,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-14 22:13:38','2026-01-14 22:13:38','18ba6969-f1a5-4a83-b3f2-78b1c0b25145'),
(8366,8366,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-14 22:14:11','2026-01-14 22:14:11','6dce04ee-bafa-44a2-a12b-54bb0b3b9ca1'),
(8368,8368,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-14 22:14:40','2026-01-14 22:14:40','d25097c4-0688-4c5a-beb2-86b7e8d9d09b'),
(8370,8370,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-14 22:15:19','2026-01-14 22:15:19','984f2c45-5db5-425b-a3e3-35282baf4eef'),
(8372,8372,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-14 22:15:34','2026-01-14 22:15:34','13937c6c-c10f-4bd3-8ea1-f086fac48721'),
(8374,8374,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-14 22:15:42','2026-01-14 22:15:42','2cf46f3e-7abd-490c-97a1-eba401beab53'),
(8376,8376,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-15 14:55:50','2026-01-15 14:55:50','897e189c-0608-4e82-a6e3-d8e89d494364'),
(8379,8379,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-15 15:05:53','2026-01-15 15:05:53','fa0da4a7-23d4-4fd2-a3f1-de9b92e49de6'),
(8381,8381,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-15 15:06:05','2026-01-15 15:06:05','f269ed1d-6889-4961-8594-5b0b9e9108fc'),
(8383,8383,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3090],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-15 15:07:27','2026-01-15 15:07:27','08e2b6e7-f943-45a9-9f91-c5212f165682'),
(8385,8385,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-15 15:09:34','2026-01-15 15:09:34','67c19a45-6222-4378-a425-dc8a9fd10107'),
(8387,8387,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-15 15:09:43','2026-01-15 15:09:43','344fa8b7-0b3b-4d14-9278-221d6a9ed53f'),
(8389,8389,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pe-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-15 15:12:19','2026-01-15 15:12:19','af0dcb6a-d1ea-4fe4-b95e-3c56cc44ead3'),
(8391,8391,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-15 15:12:34','2026-01-15 15:12:34','c0d9b49d-241f-4762-ae3f-194c0038f0fd'),
(8393,8393,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-15 15:12:53','2026-01-15 15:12:53','3127f1bd-d0d7-44bc-ac5a-4cfa55f4b2f3'),
(8395,8395,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-15 15:14:27','2026-01-15 15:14:27','bf54d073-e120-4c00-8f9f-4600f4d2b7a4'),
(8397,8397,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-15 15:14:38','2026-01-15 15:14:38','8dee708a-85b0-46dd-aa8f-bc5ae93b838f'),
(8399,8399,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-15 15:15:34','2026-01-15 15:15:34','ccdedc4a-0747-482a-9ae4-1fbd73bc8426'),
(8401,8401,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being, located near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-15 15:17:57','2026-01-15 15:17:57','c228b13b-73da-41c0-82d9-a68743406d71'),
(8403,8403,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-15 15:19:19','2026-01-15 15:19:19','f0e92cea-0a35-49e8-9af2-eb2ca12d5e08'),
(8405,8405,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-15 15:20:02','2026-01-15 15:20:02','cd7cb09e-f82e-4169-a5ac-a9218b799368'),
(8407,8407,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-15 15:20:07','2026-01-15 15:20:07','bf12453a-80ab-4f52-8955-79be21763fc1'),
(8409,8409,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7920,7922,7921,7923,7926,7924,7927,7925,7928],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-15 15:22:19','2026-01-15 15:22:19','cb39f0df-63ad-4f6c-9892-7e4cf0fd2019'),
(8411,8411,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7920,7922,7921,7923,7926,7924,7927,7925,7928],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-15 15:22:29','2026-01-15 15:22:29','430f89cd-bc1b-44d6-9d07-2b806a915a9b'),
(8413,8413,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-15 15:27:32','2026-01-15 15:27:32','6ee100e2-46a2-4f35-b691-6f13889c65dd'),
(8415,8415,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-15 15:28:22','2026-01-15 15:28:22','247af045-ea22-4fc8-b0cf-03213fd1bc33'),
(8417,8417,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-15 15:31:26','2026-01-15 15:31:26','a47f5ff5-1953-4f41-8021-57ff041d19c2');
INSERT INTO `elements_sites` VALUES
(8418,8418,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-15 15:32:26','2026-01-15 15:32:26','f5d16652-43ef-4db9-8fb9-76eda0fc63c7'),
(8420,8420,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7998],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-15 15:44:13','2026-01-15 15:44:13','791da582-88e7-4f34-a33a-89a618b56f58'),
(8422,8422,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-15 15:45:45','2026-01-15 15:45:45','fafeafe8-b39a-452e-a495-d285166e3789'),
(8424,8424,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-15 15:46:00','2026-01-15 15:46:00','a6302f89-85f7-4ded-993a-58e5524dd35a'),
(8426,8426,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-15 15:46:52','2026-01-15 15:46:52','7e7505f2-f15d-4547-9507-92d65c38acf3'),
(8428,8428,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-15 15:47:10','2026-01-15 15:47:10','27a49d2c-36a1-4c1f-a20d-ac1b6d833ed7'),
(8430,8430,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-15 15:47:22','2026-01-15 15:47:22','1ea9a11e-056d-456a-b968-e32b34ecfde1'),
(8432,8432,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-15 15:59:16','2026-01-15 15:59:16','a0a822eb-1b53-4c8e-a2b5-3e9cc5384ea5'),
(8434,8434,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-15 16:00:29','2026-01-15 16:00:29','15a909d7-f20c-4ce0-b5ff-19880f6a975c'),
(8436,8436,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-15 16:00:41','2026-01-15 16:00:41','5363557b-95b0-41f0-a41e-3571ce42928d'),
(8438,8438,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-15 16:02:04','2026-01-15 16:02:04','5ecc03f9-2cde-4b3a-baec-00993f265522'),
(8440,8440,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-15 16:08:31','2026-01-15 16:08:31','286b7910-95de-4415-ba5e-830a825247ee'),
(8442,8442,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3986],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-15 16:11:23','2026-01-15 16:11:23','42f28779-b535-41ea-ac9f-4b12d65c2419'),
(8444,8444,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-15 16:11:45','2026-01-15 16:11:45','5e16acb0-c52f-4415-bf3e-fe27eaa14c4e'),
(8446,8446,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-15 16:13:42','2026-01-15 16:13:42','5463d943-1b65-41ed-ae3e-c5271ee4e724'),
(8448,8448,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-15 16:14:06','2026-01-15 16:14:06','ef961c38-e9a7-42d0-bc64-189eba69fdba'),
(8450,8450,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-15 16:32:55','2026-01-15 16:32:55','4b9a4a20-51b1-459e-8120-c2f383133156'),
(8452,8452,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-15 16:34:44','2026-01-15 16:34:44','308fa219-f056-4aac-bcd8-9ef3ef785ec8'),
(8453,8453,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-15 16:43:48','2026-01-15 16:43:48','b226cdd8-94db-4535-9537-0a35221b099f'),
(8455,8455,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served daily in our dining room, with a café area and a separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-15 16:46:39','2026-01-15 16:46:39','b8271806-7372-452f-afc2-c324cb1c47ed'),
(8457,8457,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served daily in our dining room, with a café area and a separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-15 16:47:41','2026-01-15 16:47:41','0bb67c64-80f9-47aa-b447-a9a0bfc908cf'),
(8459,8459,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-15 16:49:17','2026-01-15 16:49:17','0ddca599-42a4-4dde-8dd7-26fbe7fbfc70'),
(8461,8461,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served daily in our dining room, with a café area and a separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-15 16:49:36','2026-01-15 16:49:36','bc24c83f-bef4-4412-916f-81b5e64e9101'),
(8463,8463,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-15 16:49:52','2026-01-15 16:49:52','1573229f-daa4-49c6-a34a-1e63a2cbe774'),
(8465,8465,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@burlingtonwoods.com\"}',1,'2026-01-15 16:50:18','2026-01-15 16:50:18','b0da9d32-d31e-49e5-88c6-35fa84708b1f'),
(8467,8467,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-15 16:50:31','2026-01-15 16:50:31','5c4b85e0-ce94-4822-bafe-e2a3b2f81f2a'),
(8469,8469,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-15 18:04:18','2026-01-15 18:04:18','8bd65111-89e6-499b-a50d-3166b90b3f35'),
(8471,8471,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-15 18:04:21','2026-01-15 18:04:21','658918ea-e591-40e6-b1f2-a0ad8784d1b4'),
(8473,8473,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-15 18:05:05','2026-01-15 18:05:05','7523fa5f-33b9-4255-8524-c0ebbcef137b'),
(8475,8475,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-15 18:06:18','2026-01-15 18:06:18','6f32ffbd-8e08-4959-b78b-f52a85a8051d'),
(8477,8477,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-15 18:06:35','2026-01-15 18:06:35','b1874766-dd3c-4369-8b48-fd4cd781730f'),
(8479,8479,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-15 18:07:18','2026-01-15 18:07:18','7f3116fd-350a-4079-8e5a-b193eb1e4efb'),
(8481,8481,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-15 18:07:42','2026-01-15 18:07:42','ce4af064-c003-43b9-b928-45320ddb4efc'),
(8483,8483,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-15 18:10:10','2026-01-15 18:10:10','0bbe7b03-0c2f-4969-a231-62226d5f770f'),
(8485,8485,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-15 18:10:31','2026-01-15 18:10:31','4ddad78f-600d-4834-a7f8-f16673ef099a'),
(8487,8487,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-15 18:10:49','2026-01-15 18:10:49','d20e019f-9969-4a84-af4c-4e402eb6002d'),
(8489,8489,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-15 18:11:04','2026-01-15 18:11:04','4871f5ac-8eb8-4dca-a379-84cd7f37a7f1'),
(8491,8491,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-15 18:11:14','2026-01-15 18:11:14','697f7261-e188-45dd-a07b-77f1ff94d082'),
(8493,8493,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-15 18:11:28','2026-01-15 18:11:28','d0077b06-9481-4c6f-99e4-1705944017d0'),
(8495,8495,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-15 18:11:38','2026-01-15 18:11:38','25cb72a3-62fc-480d-8bc1-097d2ddda4fb'),
(8497,8497,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-15 18:11:48','2026-01-15 18:11:48','c2ad6853-3e76-4f32-9ffe-30f2e731f84e'),
(8499,8499,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-15 18:12:00','2026-01-15 18:12:00','bcc807e8-b344-4bcd-8a3a-a20a1ab0beb9'),
(8501,8501,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-15 18:33:45','2026-01-15 18:33:45','ed9b9e23-8510-4835-bc22-503b7aa2a67d'),
(8503,8503,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-15 18:34:15','2026-01-15 18:34:15','b6c46f3e-09de-4fcb-8ef3-090bb7b25210'),
(8505,8505,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-15 18:34:40','2026-01-15 18:34:40','89ecd191-d71c-4527-b66c-227c3a5daff1'),
(8507,8507,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-15 18:35:03','2026-01-15 18:35:03','43196616-709e-4900-a01b-e2ffe283f763'),
(8509,8509,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-15 18:35:13','2026-01-15 18:35:13','f510bcfd-c215-4a43-9ef4-a5b91f7e2460'),
(8511,8511,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-15 18:35:33','2026-01-15 18:35:33','f30dfa2b-8abc-4356-82b4-09aecffc10e3'),
(8513,8513,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-15 18:46:24','2026-01-15 18:46:24','c82ddfd0-3f78-4e28-9699-dbd25b31611b'),
(8518,8518,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"residential-care\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious and private studio, one- and two-bedroom suites, with large closets, cable TV, utilities, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Community dining room with dietitian-approved meals, plus a dinette area featuring a sink, microwave, and fridge/freezer\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, including a chapel with an on-site chaplain, spa with whirlpool bath and a library room\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Community gym and an on-site beauty shop to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Supportive care and personal need monitoring from licensed nurses and healthcare professionals, with an emergency call system and on-site physical and occupational therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}]}',1,'2026-01-15 19:58:24','2026-01-15 20:23:32','8db452a4-29ba-4d57-906c-a1952e7dd81e'),
(8519,8519,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-15 19:58:24','2026-01-15 19:58:24','a9049428-e0ff-44eb-8c18-a6b25a26c535'),
(8520,8520,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"residential-care\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious and private studio, one- and two-bedroom suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Community dining room with dietitian-approved meals, plus a dinette area featuring a sink, microwave, and fridge/freezer\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, including a spa with whirlpool bath and a library room\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Community gym and an on-site beauty shop to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}]}',1,'2026-01-15 19:58:24','2026-01-15 19:58:24','7bc734c7-11a6-437e-9087-ea4b57c5bcf1'),
(8523,8523,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-15 19:58:33','2026-01-15 19:58:33','18e9c75f-9844-4a84-9d75-0de2cf490c23'),
(8524,8524,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}]}',1,'2026-01-15 19:58:33','2026-01-15 19:58:33','cef56f1b-0fb9-4e66-aefd-e7de7a417a1e'),
(8528,8528,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-15 19:59:47','2026-01-15 19:59:47','78168578-138e-447c-a4ed-c5a44febdc85'),
(8529,8529,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}]}',1,'2026-01-15 19:59:47','2026-01-15 19:59:47','94257305-abc2-40cd-b02e-02ca0a1f5640'),
(8530,8530,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"post-acute-ltc\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-15 19:59:47','2026-01-15 19:59:47','d9939eb7-d540-41d9-a05d-adc30b560f78'),
(8535,8535,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"post-acute-ltc\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches, in-room showers, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a secure courtyard and chapel, with amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations, & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-15 20:12:12','2026-01-15 20:12:12','6abdda26-7c92-41a0-a9ac-21356e04634b'),
(8536,8536,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, chapel on-site, courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}]}',1,'2026-01-15 20:12:12','2026-01-20 18:52:20','3bb0311f-ee0f-4d26-a679-08fb0a5b0f1f'),
(8537,8537,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-15 20:12:12','2026-01-15 20:12:12','476958e9-edc9-4a37-8105-d8a0468a2dae'),
(8538,8538,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"post-acute-ltc\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches, in-room showers, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a secure courtyard and chapel, with amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations, & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}]}',1,'2026-01-15 20:12:12','2026-01-15 20:12:12','7262224e-5235-417e-bfda-193d9c7af41f'),
(8539,8539,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, chapel on-site, courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Personalized physical therapy programs that support mobility, wellness, and everyday living\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}]}',1,'2026-01-15 20:12:12','2026-01-15 20:12:12','4c78ea1f-398c-49c5-9008-9f707eba83f5'),
(8543,8543,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-15 20:20:56','2026-01-15 20:20:56','fe9c2e2a-feae-4752-a4db-34f3f4f904b7'),
(8545,8545,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-15 20:23:17','2026-01-15 20:23:17','b03feda6-2b50-42f9-83ac-5245f07016d9'),
(8546,8546,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-15 20:23:27','2026-01-15 20:23:27','a71c228e-ed82-41ba-9154-64a161178b85'),
(8547,8547,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-15 20:23:32','2026-01-15 20:23:32','a1c50b6f-86c8-46db-b6c5-200d85e96a94'),
(8548,8548,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"residential-care\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious and private studio, one- and two-bedroom suites, with large closets, cable TV, utilities, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Community dining room with dietitian-approved meals, plus a dinette area featuring a sink, microwave, and fridge/freezer\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, including a chapel with an on-site chaplain, spa with whirlpool bath and a library room\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Community gym and an on-site beauty shop to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Supportive care and personal need monitoring from licensed nurses and healthcare professionals, with an emergency call system and on-site physical and occupational therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}]}',1,'2026-01-15 20:23:32','2026-01-15 20:23:32','7ca0f62f-99e7-4441-bd1f-592157e93008'),
(8549,8549,1,'2026-01-15 12:35:55',NULL,NULL,NULL,1,'2026-01-15 20:35:55','2026-01-15 20:35:55','75111ae5-46b4-41a2-ac3a-2d717e2d1172'),
(8551,8551,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-15 20:40:02','2026-01-15 20:40:02','3e6432b9-1c21-4a9b-b98f-9995ed1f3c40'),
(8553,8553,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7998],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-15 20:40:11','2026-01-15 20:40:11','58abe10e-9977-4394-9fad-caf2bbe794e3'),
(8558,8558,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-15 20:41:18','2026-01-15 20:41:18','4a2896c7-446c-4034-a9de-d4292e74cdf1'),
(8594,8594,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-15 21:13:35','2026-01-15 21:13:35','f0535ac6-e999-4cb5-a53e-e5f500dcf646'),
(8595,8595,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"residential-care\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious and private studio, one- and two-bedroom suites, with large closets, cable TV, utilities, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Community dining room with dietitian-approved meals, plus a dinette area featuring a sink, microwave, and fridge/freezer\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, including a chapel with an on-site chaplain, spa with whirlpool bath and a library room\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Community gym and an on-site beauty shop to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Supportive care and personal need monitoring from licensed nurses and healthcare professionals, with an emergency call system and on-site physical and occupational therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}]}',1,'2026-01-15 21:13:35','2026-01-15 21:13:35','7c96594d-9230-4ca8-a5db-120cccb54261'),
(8596,8596,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Supportive care and personal need monitoring from licensed nurses and healthcare professionals, with an emergency call system and on-site physical and occupational therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}]}',1,'2026-01-15 21:13:35','2026-01-15 21:13:35','c8e4767a-1003-4b60-9b3c-36a98adf920e'),
(8600,8600,1,'Hyattesville Dining 06',NULL,NULL,NULL,1,'2026-01-16 01:13:04','2026-01-16 01:13:04','84facb44-a189-4288-8fda-62a76ca9273e'),
(8601,8601,1,'Hyattesville Exterior 02',NULL,NULL,NULL,1,'2026-01-16 01:13:06','2026-01-16 01:13:06','0bbbf30a-5e97-4027-8329-c6bf3704d33c'),
(8602,8602,1,'Hyattesville Rehab 09',NULL,NULL,NULL,1,'2026-01-16 01:13:07','2026-01-16 01:13:07','b51573a5-c8ef-4a23-a99f-2bdcfacb6d9a'),
(8603,8603,1,'Hyattesville Renal Care 01',NULL,NULL,NULL,1,'2026-01-16 01:13:08','2026-01-16 01:13:08','e35f1769-97ba-4fff-979f-a28719e62911'),
(8604,8604,1,'Hyattesville Rooms 10',NULL,NULL,NULL,1,'2026-01-16 01:13:09','2026-01-16 01:13:09','3aa8e888-d2e0-486a-9af8-1c2358399cf2'),
(8605,8605,1,'Hyattesville Rooms 11',NULL,NULL,NULL,1,'2026-01-16 01:13:10','2026-01-16 01:13:10','8275b889-1386-4370-bd1e-da5246565aa0'),
(8606,8606,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-16 01:13:42','2026-01-16 01:13:42','7be06804-5736-4688-a2d3-70f32a650619'),
(8608,8608,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-16 01:14:26','2026-01-16 01:14:26','55414ac7-387a-4cfb-b6dd-aa16da2add0c'),
(8612,8612,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-16 01:21:26','2026-01-16 01:21:26','c6d2b690-a285-40d7-a642-b26600dc0c7f'),
(8613,8613,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-16 01:22:04','2026-01-16 01:22:04','b3544788-9c20-46fe-b398-b24b78b049f2'),
(8615,8615,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-16 01:25:51','2026-01-16 01:25:51','d19a6221-d74b-4efb-be04-19a528f25954'),
(8617,8617,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-16 01:26:50','2026-01-16 01:26:50','5bb20caa-0bd6-42dc-83db-bd75789ab4a6'),
(8619,8619,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-16 01:33:19','2026-01-16 01:33:19','c8b297dc-2b93-4093-aab2-826931d41631'),
(8621,8621,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-16 01:34:08','2026-01-16 01:34:08','b76a1a89-fb68-4dc0-927b-3e71bf523fff'),
(8623,8623,1,'Bey Lea AD',NULL,NULL,NULL,1,'2026-01-16 12:33:51','2026-01-16 12:33:51','eee8d412-4aea-45f9-a87f-8c215f517a4b'),
(8627,8627,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-16 12:39:10','2026-01-16 12:39:10','76052a48-e03c-4373-8f6a-d1cf4b1e8ec6'),
(8628,8628,1,'Brianna Osipow','brianna-osipow',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Osipow\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8623]}',1,'2026-01-16 12:39:10','2026-01-16 12:39:10','6bdecc98-3de7-44ba-a618-1f24ed3f459c'),
(8629,8629,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Bey Lea is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Bey Lea are provided solely by Complete Care at Bey Lea.</p>\"}',1,'2026-01-16 12:39:10','2026-01-16 12:39:10','0e28fe41-9dd8-40cb-8866-59c0e9b3dff8'),
(8630,8630,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5680]}',1,'2026-01-16 12:39:10','2026-01-16 12:39:10','dc1c5c48-b626-4456-ae74-d17c0cce7b53'),
(8637,8637,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-16 15:09:33','2026-01-16 15:09:33','bae03fb1-a7e0-48ee-9a08-92ac5ee977df'),
(8638,8638,1,'Patty M.','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Facility was clean! People were attentive & caring! The residents looked like they were happy & having fun when in the community room!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patty M.\"}',1,'2026-01-16 15:09:33','2026-01-16 15:09:33','b08a7da5-6767-4a2c-a445-f6bca109c7e6'),
(8639,8639,1,'Charles A.','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility was always clean, cleaner than I would have thought possible to be honest.\\nThe office staff was consistent - always friendly and helpful in answering my questions.\\nThis was the case with medical staff also, very friendly and professional.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Charles A.\"}',1,'2026-01-16 15:09:33','2026-01-16 15:09:33','1219d378-dcae-4187-ba6d-69de8afd72e9'),
(8640,8640,1,'Janice L.','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Mom has been at Bey Lea for almost a month. The staff works very hard to make sure all the resident\'s needs are met. PT works with her 5 days a week.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Janice L.\"}',1,'2026-01-16 15:09:33','2026-01-16 15:09:33','b531ccd7-3685-4663-a3a5-e16540c164c3'),
(8641,8641,1,'Pam B.','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very caring staff.. My mom is very comfortable, safe and taken care of! Place is immaculate and the staff is very caring! Thank you for the care and moreover, for your compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pam B.\"}',1,'2026-01-16 15:09:33','2026-01-16 15:09:33','a749f3e4-4090-4e28-8876-1d47d44d0c6a'),
(8642,8642,1,'Emma I.','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility is clean and staff is pleasant. Highly recommend.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Emma I.\"}',1,'2026-01-16 15:09:33','2026-01-16 15:09:33','c5cc4495-acb5-4f65-8e17-427b5e4ac575'),
(8650,8650,1,'Dietary','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management supports us in meeting residents’ dietary needs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary\"}',1,'2026-01-16 15:16:13','2026-01-29 16:01:42','fab5c76c-504f-4e4c-9522-a28543b77165'),
(8651,8651,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-16 15:16:13','2026-01-16 15:16:13','24d37323-2b37-4c06-b794-fff419777903'),
(8652,8652,1,'RN','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciate the collaborative culture across all departments\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-16 15:16:13','2026-01-16 15:16:13','b13e01da-0798-4933-8804-8f574aa34f4c'),
(8653,8653,1,'Dietary Cook','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy being part of residents’ daily routines\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-16 15:16:13','2026-01-16 15:16:13','cd1f7aab-6c48-4d1d-8d57-d77ff2feec9d'),
(8654,8654,1,'Housekeeping','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents and staff are always kind and appreciative\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Housekeeping\"}',1,'2026-01-16 15:16:13','2026-01-16 15:16:13','63d2da2b-25df-4e79-a35c-f767660f02b2'),
(8655,8655,1,'Maintenance','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The expectations are clear and reasonable\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-16 15:16:13','2026-01-16 15:16:13','3b3bc771-986d-4091-8a2c-3a8c2725146a'),
(8656,8656,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-16 15:17:14','2026-01-16 15:17:14','f836b823-e80b-41e6-a4f1-6e285a585418'),
(8657,8657,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 15:18:24','2026-01-16 15:18:24','84bbd78b-acb0-4484-b559-ecbdd3527025'),
(8660,8660,1,'Frank P.','frank-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mother has been here for four days already, and she feels happy and welcome. Everyone here treats her like family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Frank P.\"}',1,'2026-01-16 15:22:57','2026-01-16 15:22:57','311f5aa4-2900-45ae-8985-32840cbc96dc'),
(8661,8661,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 15:22:57','2026-01-16 15:22:57','4c0ad4d2-ddea-496e-b2f5-5039f29c01d9'),
(8662,8662,1,'Frank P.','frank-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mother has been here for four days already, and she feels happy and welcome. Everyone here treats her like family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Frank P.\"}',1,'2026-01-16 15:22:57','2026-01-16 15:22:57','68daebf2-4fa3-4633-816e-5fff211889db'),
(8668,8668,1,'Jackie J.','jackie-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom live there for a few years and I’m very happy with the service, staffs and administration and will recommend anyone who need to have their loved one in an assisted living.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jackie J.\"}',1,'2026-01-16 16:05:51','2026-01-16 16:05:51','4fb345f5-d508-48c0-ae4f-41aa58024ae7'),
(8669,8669,1,'Rosalie R.','rosalie-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The property is immaculate. The meals are nutritious and tasty. The dining room is open and accessible for guests and residents. There are aides for assistance and the safety of the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rosalie R.\"}',1,'2026-01-16 16:05:51','2026-01-16 16:05:51','22726ebe-4584-4774-9963-36dc9943bfd0'),
(8670,8670,1,'Jenny P.','jenny-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My aunt seems very happy and well cared for at Chestnut Hill! I’m very satisfied with our decision to have her live there. Thank you to all the staff that’s making her stay there a very positive experience!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jenny P.\"}',1,'2026-01-16 16:05:51','2026-01-16 16:05:51','3b717257-cef3-4a92-a87d-94e78c7d78d3'),
(8671,8671,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:05:51','2026-01-16 16:05:51','b8c5084d-2d36-4e99-89b3-708723940d8d'),
(8672,8672,1,'Dario R.','frank-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I went to visit a friend who was a resident from the assisted living facility next door. I also am a resident. She was being taken care of in a good way. The nursing home was clean, and the staff were very friendly and courteous.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dario R.\"}',1,'2026-01-16 16:05:51','2026-01-16 16:05:51','edda169d-fd1c-4815-8b79-41a14ec82db5'),
(8673,8673,1,'Jackie J.','jackie-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom live there for a few years and I’m very happy with the service, staffs and administration and will recommend anyone who need to have their loved one in an assisted living.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jackie J.\"}',1,'2026-01-16 16:05:51','2026-01-16 16:05:51','f6a59ead-bd37-4b01-a2f7-de4a14605d2f'),
(8674,8674,1,'Rosalie R.','rosalie-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The property is immaculate. The meals are nutritious and tasty. The dining room is open and accessible for guests and residents. There are aides for assistance and the safety of the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rosalie R.\"}',1,'2026-01-16 16:05:51','2026-01-16 16:05:51','e671d6e1-e781-4690-a1b4-65722556c1e8'),
(8675,8675,1,'Jenny P.','jenny-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My aunt seems very happy and well cared for at Chestnut Hill! I’m very satisfied with our decision to have her live there. Thank you to all the staff that’s making her stay there a very positive experience!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jenny P.\"}',1,'2026-01-16 16:05:51','2026-01-16 16:05:51','2f3ce113-fc6b-452a-8ad8-e23f510a43b7'),
(8676,8676,1,'Chestnut Dining Room',NULL,NULL,NULL,1,'2026-01-16 16:13:55','2026-01-16 16:13:55','c3b8d817-88de-43c3-aa3e-260bf16a33ef'),
(8677,8677,1,'Chestnut Res Lobby 1',NULL,NULL,NULL,1,'2026-01-16 16:13:59','2026-01-16 16:13:59','883bb099-7063-44b0-b699-84b8a6cc9c40'),
(8679,8679,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8676,6600,6601,8677],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:15:26','2026-01-16 16:15:26','89b5e067-a319-4a3a-9d1e-7aa6f1636985'),
(8681,8681,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8676,6600,6601,8677],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:16:10','2026-01-16 16:16:10','4f71c479-287e-41dd-b6f5-f5ecbc57bdd0'),
(8683,8683,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8676,6600,6601,8677],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:23:31','2026-01-16 16:23:31','b7718493-f36d-49d9-be4c-98f8f6f4646a'),
(8689,8689,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every day brings opportunities to make a difference with the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2026-01-16 16:27:18','2026-01-16 16:27:18','8c49a756-c2a9-4f86-bd2a-8425934cd6de'),
(8690,8690,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The kitchen was well-organized, and communication with nursing helped meals run smoothly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-16 16:27:18','2026-01-29 20:41:11','52ab8291-ce93-431c-94bb-32381dd9aa24'),
(8691,8691,1,'Housekeeping','housekeeping',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I take pride in helping create a comfortable home for residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Housekeeping\"}',1,'2026-01-16 16:27:18','2026-01-16 16:27:18','68bbef6c-12c5-4dd5-b079-a80c87822382'),
(8692,8692,1,'Activities Assistant','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management understood how much activities impact quality of life. That support made it easier to do my job well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-16 16:27:18','2026-01-29 20:41:11','99c0662d-9352-40fd-912c-00433c586e4a'),
(8693,8693,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8676,6600,6601,8677],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:27:18','2026-01-16 16:27:18','eabaceaa-7ae9-44a9-9b86-70ec5922d499'),
(8694,8694,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every day brings opportunities to make a difference with the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2026-01-16 16:27:18','2026-01-16 16:27:18','d32bd35e-2d90-487b-9335-d99c252565d5'),
(8695,8695,1,'Dietary Staff','dietary-staff',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciate the stability and structure here\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Staff\"}',1,'2026-01-16 16:27:18','2026-01-16 16:27:18','3d5fb290-ff55-450c-8e08-d39fef141e63'),
(8696,8696,1,'Housekeeping','housekeeping',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I take pride in helping create a comfortable home for residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Housekeeping\"}',1,'2026-01-16 16:27:18','2026-01-16 16:27:18','bfa585ac-8bc3-4c8e-a3c9-cd4c454f9b0a'),
(8697,8697,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Teamwork here allows us to deliver the best possible care to residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-16 16:27:18','2026-01-16 16:27:18','fc0e9dbc-25ec-4d54-a76d-d1f4fba6b953'),
(8698,8698,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8676,6600,6601,8677],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:27:46','2026-01-16 16:27:46','f1b6c8ed-8829-4884-a374-66ac0d7c9c06'),
(8700,8700,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8676],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:31:31','2026-01-16 16:31:31','9cd2eedd-2567-4d59-a734-50248723d8cc'),
(8701,8701,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8676],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:33:03','2026-01-16 16:33:03','0c0b5f72-d737-48af-b4d0-7d1d41d6f4ba'),
(8704,8704,1,'Chestnut Res AD',NULL,NULL,NULL,1,'2026-01-16 16:37:39','2026-01-16 16:37:39','0889fbb4-3e64-4d60-bd46-87c483b2f74a'),
(8706,8706,1,'Elizabeth Pallotto','elizabeth-pallotto',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Pallotto\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8704]}',1,'2026-01-16 16:40:40','2026-01-16 16:40:40','ff7bedb8-4546-4ea8-a450-717b901f947f'),
(8707,8707,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Chestnut Hill is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Chestnut Hill are provided solely by Complete Care at Chestnut Hill.</p>\"}',1,'2026-01-16 16:40:40','2026-01-23 19:44:24','4eb87b47-d65f-4ce4-bd1c-eede50365065'),
(8708,8708,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8676],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:40:40','2026-01-16 16:40:40','96af1287-6efb-4c71-8a9e-e83a1738d2ce'),
(8709,8709,1,'Naftali Feld','naftali-feld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naftali Feld\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6608]}',1,'2026-01-16 16:40:40','2026-01-16 16:40:40','21d96fd4-b25c-4bef-9d9f-d28b17602b35'),
(8710,8710,1,'Elizabeth Pallotto','elizabeth-pallotto',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Pallotto\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8704]}',1,'2026-01-16 16:40:40','2026-01-16 16:40:40','4787e864-9c3e-43c3-b6cb-7ec1aebf23cd'),
(8711,8711,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Chestnut Hill is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Chestnut Hill are provided solely by Complete Care at Chestnut Hill.</p>\"}',1,'2026-01-16 16:40:40','2026-01-16 16:40:40','df625091-fe5f-4729-987c-d90b588cc4c1'),
(8712,8712,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8676],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:41:19','2026-01-16 16:41:19','ef4d0846-ae4e-41aa-b633-1fc0c4dc2608'),
(8713,8713,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8676],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 16:43:52','2026-01-16 16:43:52','1c69b3ae-bc52-4f06-8e3c-83f336ef29eb'),
(8715,8715,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-16 17:03:39','2026-01-16 17:03:39','6542876c-29c6-4152-89da-9ca8e5ca66e4'),
(8716,8716,1,'Patricia Brown','shelby-svehla',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Patricia Brown\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-16 17:03:39','2026-01-16 17:03:39','c85f7113-1b9d-482b-87d5-81cf06cb85be'),
(8718,8718,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-16 17:07:35','2026-01-16 17:07:35','fefece18-8a2c-4268-92c5-6403597e9a66'),
(8719,8719,1,'Jessica Bland','ashley-lewis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Bland\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-16 17:07:35','2026-01-16 17:07:35','766e57ba-efe6-453d-b0ed-a063ee56ebbe'),
(8723,8723,1,'Brianna Osipow','brianna-osipow',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Osipow\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8623]}',1,'2026-01-16 17:08:17','2026-01-16 17:08:17','4f3473d2-37fb-4b7d-acb8-50c6554f86b9'),
(8725,8725,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-16 17:10:51','2026-01-16 17:10:51','d24496ea-5953-4e22-8f3d-4516e66ad8b5'),
(8726,8726,1,'Jocelyn Ruiz','brianna-febus',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jocelyn Ruiz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-16 17:10:51','2026-01-16 17:10:51','24ba36f0-dd47-4dd5-862d-5e12ae66d9e1'),
(8727,8727,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8676],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 20:31:47','2026-01-16 20:31:47','ac83470d-c97c-469f-86ff-5bb98d58b2ff'),
(8728,8728,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-16 20:32:57','2026-01-16 20:32:57','54959d7a-5fd1-4cf2-8cd4-7c2e9e64647c'),
(8730,8730,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4834,4835,4836,4837,4838],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-16 20:33:19','2026-01-16 20:33:19','a0c3755c-3f41-416f-9c34-9aa5318e7b39'),
(8733,8733,1,'Berkshire AD',NULL,NULL,NULL,1,'2026-01-16 20:44:33','2026-01-16 20:44:33','09be6546-36c8-492b-8100-ef64f4156564'),
(8734,8734,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-16 20:44:54','2026-01-16 20:44:54','f95ad050-21ec-4955-a781-84cb43739944'),
(8735,8735,1,'Melanie Everett','adrienne-lukity',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melanie Everett\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8733]}',1,'2026-01-16 20:44:54','2026-01-16 20:44:54','6b937a2a-35d0-4251-a291-b5c882096250'),
(8737,8737,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-16 20:44:57','2026-01-16 20:44:57','ef06c8ad-cb38-4687-b315-8a1de7a9b93a'),
(8738,8738,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-16 20:47:17','2026-01-16 20:47:17','7ea2edca-73a5-4823-be85-9a3cfff7f949'),
(8740,8740,1,'Brakeley Park Lobby2',NULL,NULL,NULL,1,'2026-01-16 20:47:35','2026-01-16 20:47:35','e4f70af6-05db-41aa-94a6-d94a9d07736d'),
(8741,8741,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-16 20:47:40','2026-01-16 20:47:40','67804656-d328-46b8-9119-be1d411adf88'),
(8743,8743,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-16 20:48:03','2026-01-16 20:48:03','c4b34bce-0dc5-4d3b-b8dc-cfc705f6affd'),
(8744,8744,1,'Chestnut Hill Rehab Gym2',NULL,NULL,NULL,1,'2026-01-16 20:50:40','2026-01-16 20:50:40','0a8f880b-0b4a-43b0-9a56-d3f78d7ce921'),
(8745,8745,1,'Chestnut Hill Rehab Gym3',NULL,NULL,NULL,1,'2026-01-16 20:50:52','2026-01-16 20:50:52','c2d21b5a-82e5-4b2a-83e9-b210ee8d656f'),
(8746,8746,1,'Chestnut Hill Room2',NULL,NULL,NULL,1,'2026-01-16 20:51:05','2026-01-16 20:51:05','594b9dea-11d3-4578-9f1c-15a8c6ea17f5'),
(8747,8747,1,'Chestnut Hill Lobby',NULL,NULL,NULL,1,'2026-01-16 20:55:24','2026-01-16 20:55:24','b9903cf5-4e34-429a-b2fe-37176e1d0f53'),
(8748,8748,1,'Chestnut Hill Lobby4',NULL,NULL,NULL,1,'2026-01-16 20:55:30','2026-01-16 20:55:30','05c524d9-01db-4d53-af1f-ce841efd097b'),
(8749,8749,1,'Chestnut Hill Rehab Gym',NULL,NULL,NULL,1,'2026-01-16 20:55:36','2026-01-16 20:55:36','8ff86a8d-66e0-4097-8227-e0273e34dcc7'),
(8750,8750,1,'Chestnut Hill Room',NULL,NULL,NULL,1,'2026-01-16 20:55:42','2026-01-16 20:55:42','4e95225d-6bba-4d7a-8724-a8dfb59cc99d'),
(8751,8751,1,'Chestnut Hill Room Seating',NULL,NULL,NULL,1,'2026-01-16 20:55:48','2026-01-16 20:55:48','6fd0337c-54bf-4b0d-8660-ac9726f0e677'),
(8752,8752,1,'Chestnut Hill Room2',NULL,NULL,NULL,1,'2026-01-16 20:56:01','2026-01-16 20:56:01','17e26882-7789-4875-afce-6196f9725fda'),
(8753,8753,1,'Chestnut Hill Room3',NULL,NULL,NULL,1,'2026-01-16 20:56:07','2026-01-16 20:56:07','614bc2a0-21f4-45f0-973b-9b8778c52bea'),
(8754,8754,1,'Chestnut Hill Room4',NULL,NULL,NULL,1,'2026-01-16 20:56:12','2026-01-16 20:56:12','51acfffc-31b1-4b3d-9d9d-9506c9c99bd1'),
(8755,8755,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745,8748],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 20:56:59','2026-01-16 20:56:59','d44a4ff8-e435-466d-9fc5-6fe7737ed1fb'),
(8757,8757,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 20:58:27','2026-01-16 20:58:27','95bc19d7-bb3c-47d2-b98f-dd701a76bc50'),
(8759,8759,1,'Chestnut Res AD',NULL,NULL,NULL,1,'2026-01-16 20:59:03','2026-01-16 20:59:03','bb164dbb-18a7-4593-87fa-181b034bafaf'),
(8761,8761,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 21:29:27','2026-01-16 21:29:27','0b0f1fe0-e186-4c8d-a1c7-649f563f83e0'),
(8762,8762,1,'Elizabeth Pallotto','elizabeth-pallotto',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Pallotto\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8759]}',1,'2026-01-16 21:29:27','2026-01-16 21:29:27','d98527b6-7b12-48fb-a389-fe1051a86364'),
(8764,8764,1,'Chestnut Res Admin',NULL,NULL,NULL,1,'2026-01-16 21:29:52','2026-01-16 21:29:52','037aae69-625d-4695-a8a2-a7bc09f090d3'),
(8766,8766,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8676],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 21:29:59','2026-01-16 21:29:59','aef37221-0b38-4a53-9c8f-4b71c4827845'),
(8767,8767,1,'Naftali Feld','naftali-feld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Naftali Feld\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8764]}',1,'2026-01-16 21:29:59','2026-01-16 21:29:59','afbeee58-ef23-4f37-bd90-38c5d7fd22b9'),
(8769,8769,1,'Chestnut Admin',NULL,NULL,NULL,1,'2026-01-16 21:31:44','2026-01-16 21:31:44','592bf8de-e44f-4882-a689-25ae72023369'),
(8771,8771,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 21:31:57','2026-01-16 21:31:57','9c0b23bc-2b3e-4047-b9cd-0bbe5234bb3c'),
(8772,8772,1,'Henry Litchfield','henry-litchfield',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Henry Litchfield\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[8769]}',1,'2026-01-16 21:31:57','2026-01-16 21:31:57','794341c0-ba50-48b2-90c2-c978a50ce3a4'),
(8774,8774,1,'Chestnut Dining',NULL,NULL,NULL,1,'2026-01-16 21:35:06','2026-01-16 21:35:22','c078c49c-419e-46ab-9c1f-c6c3c16068f0'),
(8775,8775,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 21:35:24','2026-01-16 21:35:24','26ed69ac-54ff-4222-8fd9-857d1d570f00'),
(8777,8777,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-16 21:35:49','2026-01-16 21:35:49','d51f564b-6232-4371-a269-cfe3da5db210'),
(8779,8779,1,'Fair Lawn Room3',NULL,NULL,NULL,1,'2026-01-17 00:12:40','2026-01-17 00:12:40','e3abae39-b20d-4862-a2aa-6073625c5be4'),
(8780,8780,1,'Fair Lawn Salon',NULL,NULL,NULL,1,'2026-01-17 00:12:42','2026-01-17 00:12:42','7791a786-4926-4784-8c90-ec6357941d9f'),
(8781,8781,1,'Fair Lawn Lobby',NULL,NULL,NULL,1,'2026-01-17 00:12:45','2026-01-17 00:12:45','041c226c-357f-4ed3-b7ee-f0b64c22d4f5'),
(8782,8782,1,'Fair Lawn Lobby',NULL,NULL,NULL,1,'2026-01-17 00:12:48','2026-01-17 00:12:48','44cf4dbc-56cf-4c33-8940-352cf0b7fd93'),
(8783,8783,1,'Fair Lawn Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 00:12:49','2026-01-17 00:12:49','64918198-5959-4695-962b-22d9f0381dd8'),
(8784,8784,1,'Fair Lawn Rehab Gym2',NULL,NULL,NULL,1,'2026-01-17 00:12:51','2026-01-17 00:12:51','9f2198a8-9e68-4bfe-9a8b-9d3d3db70db1'),
(8785,8785,1,'Fair Lawn Room',NULL,NULL,NULL,1,'2026-01-17 00:12:54','2026-01-17 00:12:54','bc73433c-93ed-4ade-b75c-400ecf33bd15'),
(8786,8786,1,'Fair Lawn Room2',NULL,NULL,NULL,1,'2026-01-17 00:12:56','2026-01-17 00:12:56','d39dc5de-fc96-4c94-916e-be802dcc8e3b'),
(8787,8787,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8779,8780,8781,8782,8783,8784,8785,8786],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-17 00:13:48','2026-01-17 00:13:48','b1d4767b-af19-49c6-8c69-60f858a56a1a'),
(8789,8789,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-17 00:14:38','2026-01-17 00:14:38','e5855ca1-ae41-4701-94de-15c86d27a2d5'),
(8792,8792,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-17 00:15:34','2026-01-17 00:15:34','71d43511-27a6-4da9-8886-2aa8ae65829b'),
(8793,8793,1,'Ruth Bryant','derah-evans',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ruth Bryant\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 00:15:34','2026-01-17 00:15:34','90dab64e-e53f-44b8-abb0-3389dda962e6'),
(8795,8795,1,'Fair Lawn Room3',NULL,NULL,NULL,1,'2026-01-17 00:18:39','2026-01-17 00:18:39','0af35c94-b2de-4c33-80f6-f096e46ece89'),
(8796,8796,1,'Fair Lawn Salon',NULL,NULL,NULL,1,'2026-01-17 00:18:42','2026-01-17 00:18:42','7a7291e4-3c4d-4084-baca-122615472caf'),
(8797,8797,1,'Fair Lawn Lobby',NULL,NULL,NULL,1,'2026-01-17 00:18:43','2026-01-17 00:18:43','549a592d-382e-48dc-9d1b-f5f11f28f773'),
(8798,8798,1,'Fair Lawn Lobby',NULL,NULL,NULL,1,'2026-01-17 00:18:45','2026-01-17 00:18:45','5941d0f8-ef13-411f-b4cf-9a5bacf67d44'),
(8799,8799,1,'Fair Lawn Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 00:18:47','2026-01-17 00:18:47','760b9b5b-6e77-4b8f-94f6-f73618d439d8'),
(8800,8800,1,'Fair Lawn Rehab Gym2',NULL,NULL,NULL,1,'2026-01-17 00:18:49','2026-01-17 00:18:49','9b461f1d-755e-48fa-a640-62be3995fac4'),
(8801,8801,1,'Fair Lawn Room',NULL,NULL,NULL,1,'2026-01-17 00:18:51','2026-01-17 00:18:51','02c37d32-6223-4556-a749-4944daf412dd'),
(8802,8802,1,'Fair Lawn Room2',NULL,NULL,NULL,1,'2026-01-17 00:18:53','2026-01-17 00:18:53','4c04ee12-f93a-4023-93ef-73be5602d46b'),
(8803,8803,1,'Hamilton Plaza Rehab Gym3',NULL,NULL,NULL,1,'2026-01-17 00:20:17','2026-01-17 00:20:17','d511dfd4-c993-4120-a0b8-7117918ce24f'),
(8804,8804,1,'Hamilton Plaza Single Room',NULL,NULL,NULL,1,'2026-01-17 00:20:20','2026-01-17 00:20:20','6de4be40-e351-4727-a2af-bb960d0cac14'),
(8805,8805,1,'Hamilton Plaza Single Room2',NULL,NULL,NULL,1,'2026-01-17 00:20:23','2026-01-17 00:20:23','7bfdf9b4-6b59-43ea-9c34-6aee91bb54b8'),
(8806,8806,1,'Hamilton Plaza Lobby',NULL,NULL,NULL,1,'2026-01-17 00:20:24','2026-01-17 00:20:24','a3bd164d-3758-40ed-b8ac-81d7cb16e1f4'),
(8807,8807,1,'Hamilton Plaza Double Room',NULL,NULL,NULL,1,'2026-01-17 00:20:26','2026-01-17 00:20:26','7449245a-da81-42e9-be24-3176d1b21adb'),
(8808,8808,1,'Hamilton Plaza Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 00:20:28','2026-01-17 00:20:28','de40432c-55c9-43b4-88d5-d29decc08f09'),
(8810,8810,1,'Hamilton Plaza Rehab Gym2',NULL,NULL,NULL,1,'2026-01-17 00:20:30','2026-01-17 00:20:30','18e10763-b801-46ca-9a6f-121ce57fad77'),
(8812,8812,1,'Ronald Mondesir','ronald-mondesir',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ronald Mondesir\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12534]}',1,'2026-01-17 00:21:22','2026-01-21 02:09:29','6ac041a8-c6e2-4bbd-bbbc-fe3a4b993d01'),
(8813,8813,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-17 00:21:22','2026-01-17 00:21:22','5eefd27c-60d3-4946-8640-c8e05142940c'),
(8814,8814,1,'Ronald Mondesir','ronald-mondesir',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ronald Mondesir\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 00:21:22','2026-01-17 00:21:22','86574920-8dd1-4816-8329-9ed33e7a6a40'),
(8819,8819,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-17 00:23:10','2026-01-17 00:23:10','e5f37b83-fe1c-47f1-867f-b708d9871506'),
(8820,8820,1,'Hillary Jones','andrea-aggasid',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hillary Jones\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 00:23:10','2026-01-17 00:23:10','4234ffba-0773-48d3-a70c-f8b4fd713bca'),
(8822,8822,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-17 00:23:22','2026-01-17 00:23:22','86685685-d974-47d1-8d71-8061b334a555'),
(8824,8824,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604,2610],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4879,4880,4881,4882,4883,4884,4885,4886,4887,4888],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-17 00:23:33','2026-01-17 00:23:33','a32d02ac-108e-4efb-bd89-d7ffe4a759ce'),
(8826,8826,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-17 00:23:53','2026-01-17 00:23:53','8a5e81a6-43ff-421c-8bee-5d197c40c1ea'),
(8828,8828,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-17 00:24:03','2026-01-17 00:24:03','964145ef-9732-4f33-a8f9-03a77a67abbd'),
(8829,8829,1,'Double Room 2',NULL,NULL,NULL,1,'2026-01-17 00:24:04','2026-01-17 00:24:04','bf887600-606c-4d22-8cff-25b94ff90840'),
(8830,8830,1,'Double Room',NULL,NULL,NULL,1,'2026-01-17 00:24:07','2026-01-17 00:24:07','58a7136a-75d6-41e6-b948-9e31372a6da2'),
(8831,8831,1,'Harborage Lobby',NULL,NULL,NULL,1,'2026-01-17 00:24:08','2026-01-17 00:24:08','aa3274c7-c7c6-471b-9503-71ef546cef53'),
(8832,8832,1,'Room 2',NULL,NULL,NULL,1,'2026-01-17 00:24:10','2026-01-17 00:24:10','42884d5e-8c06-4ed7-8cdb-b4db5f0e707d'),
(8833,8833,1,'Room 3',NULL,NULL,NULL,1,'2026-01-17 00:24:13','2026-01-17 00:24:13','7a46e2f0-a89c-44cb-8ce6-921ac30ba96d'),
(8834,8834,1,'Room 4',NULL,NULL,NULL,1,'2026-01-17 00:24:16','2026-01-17 00:24:16','8e391b68-0ee7-4eea-976e-774c9438da75'),
(8835,8835,1,'Room',NULL,NULL,NULL,1,'2026-01-17 00:24:18','2026-01-17 00:24:18','62904b4e-8799-4024-9a07-2c186999a744'),
(8836,8836,1,'Bathroom',NULL,NULL,NULL,1,'2026-01-17 00:24:21','2026-01-17 00:24:21','9fd15952-adb1-4e14-a8f7-cd43e1a6521a'),
(8837,8837,1,'Dinning Area',NULL,NULL,NULL,1,'2026-01-17 00:24:23','2026-01-17 00:24:23','2b11f654-2a87-416e-8387-8e86c01b5c93'),
(8839,8839,1,'Stephanie Kendle','stephanie-kendle',NULL,'{\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2026-01-17 00:24:50','2026-01-17 00:24:53','0acd63c3-a74c-4cc9-9fdf-c2cd73c65acc'),
(8840,8840,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-17 00:24:53','2026-01-17 00:24:53','9208c7a7-3f07-4711-ad5d-839707cb1b41'),
(8841,8841,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-17 00:25:00','2026-01-17 00:25:00','65b6ea04-c8d6-4c6d-9d12-30cd2493ccc5'),
(8844,8844,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-17 00:25:25','2026-01-17 00:25:25','c388b19d-7c22-4007-8c65-fc7077b8b54a'),
(8846,8846,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-17 00:25:43','2026-01-17 00:25:43','32795965-4628-4aee-a34d-a302a134ae64'),
(8847,8847,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-17 00:25:52','2026-01-17 00:25:52','6d6bae5a-687c-414d-8989-f3800fa122ec'),
(8849,8849,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-17 00:26:06','2026-01-17 00:26:06','85ac10f3-41ef-47e1-8a10-789585f6ca17'),
(8853,8853,1,'Pamela Grzyb','pamela-grzyb',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Pamela Grzyb\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[]}',1,'2026-01-17 00:27:21','2026-03-05 19:29:05','293a8c3b-cf63-4681-94cf-88476eb23863'),
(8854,8854,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-17 00:27:21','2026-01-17 00:27:21','525175ad-0d37-4840-b039-50f68e8fb43e'),
(8855,8855,1,'David Pipkin','david-pipkin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"David Pipkin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Interim Administrator\"}',1,'2026-01-17 00:27:21','2026-01-17 00:27:21','6169928d-e981-4d63-ad42-e85106c571b1'),
(8857,8857,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-17 00:27:47','2026-01-17 00:27:47','96a4d5be-e146-434b-b003-957e4714efb2'),
(8859,8859,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-17 00:28:48','2026-01-17 00:28:48','304d0b68-057c-42dd-91c8-42cd78b3d461'),
(8862,8862,1,'Double Bed Room 4',NULL,NULL,NULL,1,'2026-01-17 00:29:21','2026-01-17 00:29:21','add9d23b-89c0-4ea4-9420-55139ec0c60b'),
(8864,8864,1,'Double bed room',NULL,NULL,NULL,1,'2026-01-17 00:29:24','2026-01-17 00:29:24','d6dc66c2-292a-4e7e-a1aa-2b0ee6cc7d24'),
(8865,8865,1,'Front of Building 2',NULL,NULL,NULL,1,'2026-01-17 00:29:27','2026-01-17 00:29:27','7a6c018e-0daa-4cb2-ae8e-e7c1a33b2534'),
(8866,8866,1,'Front of Building',NULL,NULL,NULL,1,'2026-01-17 00:29:29','2026-01-17 00:29:29','75c3ff72-ff50-4cdd-82eb-0c71c5716913'),
(8867,8867,1,'Harston Lobby',NULL,NULL,NULL,1,'2026-01-17 00:29:31','2026-01-17 00:29:31','368827d5-8310-471b-9d23-bca6c85adf1d'),
(8868,8868,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 00:29:33','2026-01-17 00:29:33','b437ed99-edcd-4faf-9022-cad0bfaba8c1'),
(8869,8869,1,'Double Bed room 2',NULL,NULL,NULL,1,'2026-01-17 00:29:35','2026-01-17 00:29:35','647bc36f-fe2f-480c-9663-f7a010689a91'),
(8871,8871,1,'Double bed room 3',NULL,NULL,NULL,1,'2026-01-17 00:29:37','2026-01-17 00:29:37','ae150dd5-22bd-475c-b304-dcedbda5fa3a'),
(8872,8872,1,'Serena Corley','serena-corley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Serena Corley\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14873]}',1,'2026-01-17 00:29:50','2026-01-21 17:04:49','d76fe1a9-f12b-48b3-b370-73713e7d9712'),
(8873,8873,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-17 00:29:50','2026-01-17 00:29:50','74c80b1d-c732-4c09-8322-7a5612ca6cc8'),
(8874,8874,1,'Richard Ludlow','jane-ketterman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Richard Ludlow\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-17 00:29:50','2026-01-17 00:29:50','cd42d72e-de33-4f60-a629-b481427cbf01'),
(8875,8875,1,'Serena Corley','serena-corley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Serena Corley\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 00:29:50','2026-01-17 00:29:50','3a7336d2-0a68-416e-8beb-467a68d8a5bd'),
(8876,8876,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-17 00:30:07','2026-01-17 00:30:07','a1bdf1b4-accc-4fde-b480-4a35868268bb'),
(8878,8878,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-17 00:30:18','2026-01-17 00:30:18','ebc9398b-a307-4d6d-a772-10f1c333905a'),
(8881,8881,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-17 00:30:38','2026-01-17 00:30:38','54c27e04-86a9-4340-af82-b86186314cfc'),
(8883,8883,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-17 00:31:21','2026-01-17 00:31:21','55f8e6ad-acd7-4f0f-a826-65aa7fa6ec7c'),
(8885,8885,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-17 00:31:38','2026-01-17 00:31:38','1bdb8cb4-d16d-42f1-bdbf-dc0ba7c1faa6'),
(8888,8888,1,'Inglemoor Lobby',NULL,NULL,NULL,1,'2026-01-17 00:33:15','2026-01-17 00:33:15','e479650a-4830-4b37-9c42-9f06f6d47838'),
(8889,8889,1,'Lobby 2',NULL,NULL,NULL,1,'2026-01-17 00:33:18','2026-01-17 00:33:18','1a24ca52-8a1e-453c-9b57-d6b768a61642'),
(8890,8890,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-17 00:33:33','2026-01-17 00:33:33','5789a590-b7ab-473f-9f76-7ff539b64e91'),
(8894,8894,1,'Sasha Saco','sasha-saco',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sasha Saco\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12644]}',1,'2026-01-17 00:34:02','2026-01-21 02:43:50','23b4d847-d1b4-4297-9c3b-6e2f1f4313c7'),
(8895,8895,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-17 00:34:02','2026-01-17 00:34:02','bf056ea0-9c18-4bb8-a27d-b8f3a58cf8f7'),
(8896,8896,1,'Sasha Saco','sasha-saco',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sasha Saco\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 00:34:02','2026-01-17 00:34:02','f65331f5-dd03-473e-bd53-59ea835c8cdf'),
(8897,8897,1,'Bridget Roe','bridget-roe',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Bridget Roe\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14494]}',1,'2026-01-17 00:34:08','2026-01-21 14:32:36','61fe395b-725e-425f-9558-50a850f12f06'),
(8898,8898,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-17 00:34:08','2026-01-17 00:34:08','3f74ab61-50fe-4ee4-b413-87e76e525520'),
(8899,8899,1,'Bridget Roe','bridget-roe',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Bridget Roe\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 00:34:08','2026-01-17 00:34:08','433e9d7e-6052-4e21-b486-20bf22bd6a5a'),
(8902,8902,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-17 00:34:34','2026-01-17 00:34:34','d8cae28e-19e9-4daa-ae33-2aa4a52f3748'),
(8903,8903,1,'Amy Evans','amy-evans',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amy Evans\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 00:34:34','2026-01-17 00:34:34','d6460222-12a4-4855-aeac-c0bb2304221e'),
(8906,8906,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-17 00:35:08','2026-01-17 00:35:08','4ed7c1f3-48b9-485d-9b4c-86e5e4eb9055'),
(8907,8907,1,'Evan Kinney','evan-kinney',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Evan Kinney\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-17 00:35:08','2026-01-17 00:35:08','3d5ae365-6354-4fcf-a0ba-9a46567e9d1d'),
(8908,8908,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-17 00:35:29','2026-01-17 00:35:29','b7c5ee61-5ade-412d-8e7e-a99a698a2dc9'),
(8911,8911,1,'Christine Klekamp','christine-klekamp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christine Klekamp\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-17 00:36:10','2026-01-17 00:36:10','ab1d29a0-a2d6-4cd5-9a51-6ae26cdc5ffe'),
(8912,8912,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-17 00:36:10','2026-01-17 00:36:10','663070eb-de96-4e47-b200-4508d208eed5'),
(8913,8913,1,'Christine Klekamp','christine-klekamp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Christine Klekamp\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-17 00:36:10','2026-01-17 00:36:10','c7bf3784-8fe9-4400-8e6c-f79ac6116dbe'),
(8914,8914,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-17 00:36:18','2026-01-17 00:36:18','fb21352a-784c-48f9-bcaa-b13ec579dc73'),
(8918,8918,1,'Gym rehab 2',NULL,NULL,NULL,1,'2026-01-17 00:37:42','2026-01-17 00:37:42','f3093cdb-0083-434c-98bb-a39ba704d230'),
(8919,8919,1,'Gym rehab 3',NULL,NULL,NULL,1,'2026-01-17 00:37:45','2026-01-17 00:37:45','0eaf2a73-66e7-4ae9-89fb-6a012d262b77'),
(8920,8920,1,'Gym rehab',NULL,NULL,NULL,1,'2026-01-17 00:37:47','2026-01-17 00:37:47','15fae7ef-f3b9-4efa-9589-0e6eed99cf7f'),
(8921,8921,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-17 00:37:49','2026-01-17 00:37:49','13876329-94eb-43cd-ba9b-b241f51389f9'),
(8922,8922,1,'Scott Hochstadt','christine-klekamp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Scott Hochstadt\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-17 00:37:49','2026-01-17 00:37:49','6db438d9-b392-4b07-aa5b-196cb627cc87'),
(8923,8923,1,'Lehigh Lobby',NULL,NULL,NULL,1,'2026-01-17 00:37:49','2026-01-17 00:37:49','b2113975-2d63-411b-9c4b-489c04549688'),
(8924,8924,1,'Patio',NULL,NULL,NULL,1,'2026-01-17 00:37:52','2026-01-17 00:37:52','a7f2872d-c66e-481f-b668-e70d3fd336d4'),
(8925,8925,1,'Room bed',NULL,NULL,NULL,1,'2026-01-17 00:37:54','2026-01-17 00:37:54','db5ad00f-94bb-4cb3-bde4-416692909f6f'),
(8926,8926,1,'367 A8203',NULL,NULL,NULL,1,'2026-01-17 00:37:57','2026-01-17 00:37:57','e601b339-4c51-48fc-acb0-50e51d35901d'),
(8927,8927,1,'367 A8236',NULL,NULL,NULL,1,'2026-01-17 00:37:59','2026-01-17 00:37:59','fc11209a-e87b-47c6-bfd8-f1469707a2bd'),
(8928,8928,1,'Aerial view 2',NULL,NULL,NULL,1,'2026-01-17 00:38:02','2026-01-17 00:38:02','fad50860-689c-43b4-abc8-6d2ab73be710'),
(8929,8929,1,'Aerial view 3',NULL,NULL,NULL,1,'2026-01-17 00:38:03','2026-01-17 00:38:03','9f0732b7-8d59-45a8-a458-d5293633e6fd'),
(8930,8930,1,'Aerial view 4',NULL,NULL,NULL,1,'2026-01-17 00:38:04','2026-01-17 00:38:04','9bfbc344-958a-4eb5-aea1-04cf786bd4cb'),
(8931,8931,1,'Aerial view',NULL,NULL,NULL,1,'2026-01-17 00:38:05','2026-01-17 00:38:05','0373c021-f6f0-4a99-964b-c093b6ecdaad'),
(8932,8932,1,'Double bed room 2',NULL,NULL,NULL,1,'2026-01-17 00:38:06','2026-01-17 00:38:06','9e0fc0d6-3b3f-468e-8f9d-c74c134aa85c'),
(8933,8933,1,'Double bedroom',NULL,NULL,NULL,1,'2026-01-17 00:38:08','2026-01-17 00:38:08','e289a000-ec9f-4d1d-9fde-866043320df4'),
(8934,8934,1,'Front of building 2',NULL,NULL,NULL,1,'2026-01-17 00:38:12','2026-01-17 00:38:12','af17090b-fa0a-4547-b4fb-eb668994f56d'),
(8935,8935,1,'Front of building 3',NULL,NULL,NULL,1,'2026-01-17 00:38:12','2026-01-17 00:38:12','c97d516a-8d49-40af-9386-87de3a0b8287'),
(8936,8936,1,'Front of building',NULL,NULL,NULL,1,'2026-01-17 00:38:13','2026-01-17 00:38:13','849e4bac-79eb-4405-9894-7f7a9cd5c331'),
(8940,8940,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-17 00:39:39','2026-01-17 00:39:39','e62eafac-465a-4d30-8f57-78f4600aea58'),
(8941,8941,1,'Brianna Christel','cynthia-grindheim',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Christel\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-17 00:39:39','2026-01-17 00:39:39','07ae539a-ae6f-4514-8e5d-69e51b80bfc6'),
(8942,8942,1,'Hailey Shillcox','hailey-hagg',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hailey Shillcox\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 00:39:39','2026-01-17 00:39:39','aa29d28c-a54b-42d9-9239-d83a3e876e64'),
(8945,8945,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-17 00:40:06','2026-01-17 00:40:06','c534df52-5c32-4da0-80bc-13934e2e5e00'),
(8947,8947,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-17 00:40:18','2026-01-17 00:40:18','26129c0c-7384-42c7-985e-6374b3c11cf6'),
(8948,8948,1,'Victoria Gouldthorp','victoria-gouldthorp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Victoria Gouldthorp\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 00:40:18','2026-01-17 00:40:18','94fe1646-5354-4951-8495-599f63b57974'),
(8950,8950,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-17 00:40:34','2026-01-17 00:40:34','3914f36f-4a60-4fc7-a212-b61bd511841e'),
(8953,8953,1,'Milford Manor Room3',NULL,NULL,NULL,1,'2026-01-17 00:42:20','2026-01-17 00:42:20','6989cd24-a33d-46e0-b1d2-5cee9da96b66'),
(8954,8954,1,'Milford Manor Kitchen',NULL,NULL,NULL,1,'2026-01-17 00:42:23','2026-01-17 00:42:23','5d1b939a-3a19-449a-9733-8a4d329bca8e'),
(8955,8955,1,'Milford Manor Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 00:42:24','2026-01-17 00:42:24','ce1a685b-83df-41cd-b911-9b8dbb8d2b0d'),
(8956,8956,1,'Milford Manor Rehab Gym2',NULL,NULL,NULL,1,'2026-01-17 00:42:26','2026-01-17 00:42:26','775cb475-d8a2-4584-9ee9-b48ec4fbc83d'),
(8957,8957,1,'Milford Manor Room',NULL,NULL,NULL,1,'2026-01-17 00:42:29','2026-01-17 00:42:29','07d15627-de65-4527-9173-c35d711a5fd8'),
(8958,8958,1,'Milford Manor Room2',NULL,NULL,NULL,1,'2026-01-17 00:42:31','2026-01-17 00:42:31','0e911302-9241-489a-9319-1911ca32d9b9'),
(8959,8959,1,'Milford Manor Lobby',NULL,NULL,NULL,1,'2026-01-17 00:42:33','2026-01-17 00:42:33','45aacc64-cfca-4170-b8b9-54058ae0e4c2'),
(8960,8960,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-17 00:42:54','2026-01-17 00:42:54','3eb6baff-ad77-4fee-94bd-b8420b60bc64'),
(8962,8962,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-17 00:44:22','2026-01-17 00:44:22','b9a51d7b-9965-4079-860e-3f76e8220e09'),
(8965,8965,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-17 00:46:46','2026-01-17 00:46:46','2390deea-88c2-48fb-ab12-6a9bc6b12b6c'),
(8966,8966,1,'Edward Burleigh','abby-dantinne',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Edward Burleigh\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"eburleigh@ccphillipsburg.com\"}',1,'2026-01-17 00:46:46','2026-01-17 00:46:46','babca013-0339-4a4f-9c1b-650b8ccb6c47'),
(8968,8968,1,'Phillipsburg Lobby',NULL,NULL,NULL,1,'2026-01-17 00:48:03','2026-01-17 00:48:03','67565677-3c05-45af-8902-1fd0aeb66abd'),
(8969,8969,1,'Phillipsburg Double Room',NULL,NULL,NULL,1,'2026-01-17 00:48:05','2026-01-17 00:48:05','991ae48d-1b68-41c2-876e-75a7a77683c0'),
(8970,8970,1,'Phillipsburg Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 00:48:06','2026-01-17 00:48:06','8021ac22-999e-4d53-b357-6f36d243515a'),
(8971,8971,1,'Phillipsburg Rehab Gym2',NULL,NULL,NULL,1,'2026-01-17 00:48:08','2026-01-17 00:48:08','6844a4fd-15bd-4220-94d3-2119c2119932'),
(8972,8972,1,'Phillipsburg Single Room1',NULL,NULL,NULL,1,'2026-01-17 00:48:10','2026-01-17 00:48:10','35f7475d-b476-43a3-a072-901e3c0d1b5f'),
(8973,8973,1,'Phillipsburg Single Room2',NULL,NULL,NULL,1,'2026-01-17 00:48:11','2026-01-17 00:48:11','15d11f02-93d7-43ed-b804-d021cb2e0fc5'),
(8974,8974,1,'Phillipsburg Sitting Area',NULL,NULL,NULL,1,'2026-01-17 00:48:13','2026-01-17 00:48:13','0291511d-7eec-48dd-a4a1-d4701b6a2b22'),
(8975,8975,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-17 00:48:26','2026-01-17 00:48:26','9b1e57a5-62fc-4d5e-a6ad-22b12e4feb61'),
(8977,8977,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-17 00:48:54','2026-01-17 00:48:54','0d156709-f82d-44d9-b147-8621a39e59ba'),
(8980,8980,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 00:51:06','2026-01-17 00:51:06','fbaf9b94-3b0e-4edd-a868-266131ca514c'),
(8981,8981,1,'Room',NULL,NULL,NULL,1,'2026-01-17 00:51:10','2026-01-17 00:51:10','1c72a269-4f13-4479-b4ba-fe2e4be7f115'),
(8982,8982,1,'STS 0283',NULL,NULL,NULL,1,'2026-01-17 00:51:12','2026-01-17 00:51:12','d5672ce7-aedb-4c17-aada-2e0298dd4359'),
(8983,8983,1,'Double bed room',NULL,NULL,NULL,1,'2026-01-17 00:51:14','2026-01-17 00:51:14','7372a3a9-d8f3-4494-b40e-786f1e1d6625'),
(8984,8984,1,'Gym rehab',NULL,NULL,NULL,1,'2026-01-17 00:51:17','2026-01-17 00:51:17','c889828f-19aa-4cd8-870a-714c9231f337'),
(8985,8985,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-17 00:51:35','2026-01-17 00:51:35','d63e7a5e-37e8-49a7-9db1-2785cf538f36'),
(8986,8986,1,'Luisa Alcover','luisa-alcover',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Luisa Alcover\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Coordinator\"}',1,'2026-01-17 00:51:35','2026-01-17 00:51:35','e92b539a-ff68-4f12-bcf7-0feee2d941f3'),
(8988,8988,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-17 00:51:52','2026-01-17 00:51:52','c45a6212-01d7-4abc-ab61-3d88aecdcbdc'),
(8990,8990,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-17 00:54:16','2026-01-17 00:54:16','5895e7ca-421e-4231-9273-a246fe876775'),
(8993,8993,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-17 00:56:24','2026-01-17 00:56:24','12e326c1-4a81-4126-9c74-4a96f40bbb7c'),
(8994,8994,1,'Angelica Dulay','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angelica Dulay\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 00:56:24','2026-01-17 00:56:24','cb270937-8549-470c-9625-e091c86d8450'),
(8996,8996,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-17 00:57:41','2026-01-17 00:57:41','b973a739-dbfa-46b7-ad3e-288889a2e5e2'),
(8998,8998,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-17 00:59:00','2026-01-17 00:59:00','200fc691-3135-49d3-abd9-efca36b93fd4'),
(9000,9000,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604,2610],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-17 01:03:18','2026-01-17 01:03:18','e8fd62e8-e880-4c11-ab90-12b512dfbeef'),
(9002,9002,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-17 01:06:13','2026-01-17 01:06:13','a83aa046-8d5e-406e-98fc-f51f971b24e4'),
(9004,9004,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-17 01:06:31','2026-01-17 01:06:31','860959e0-4581-48db-a8d3-2598fcf818cd'),
(9006,9006,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-17 01:07:40','2026-01-17 01:07:40','2db6854f-4aa7-486a-bc9b-6118c276997a'),
(9008,9008,1,'Hagerstown Cover Photo',NULL,NULL,NULL,1,'2026-01-17 01:10:17','2026-01-17 01:10:17','72c90196-82d3-4779-aedd-8be706d745eb'),
(9009,9009,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-17 01:11:13','2026-01-17 01:11:13','a87037e4-a13d-4d62-a8f2-196d5d2deaa5'),
(9011,9011,1,'Hagerstown Lobby 04',NULL,NULL,NULL,1,'2026-01-17 01:11:40','2026-01-17 01:11:40','f0241709-00bc-44e6-ba95-b51d6cbb4278'),
(9012,9012,1,'Hagerstown Patient Room 07',NULL,NULL,NULL,1,'2026-01-17 01:11:41','2026-01-17 01:11:41','f5163c36-f925-4d6d-82d8-1c8aec36bb17'),
(9013,9013,1,'Hagerstown Rehab 05',NULL,NULL,NULL,1,'2026-01-17 01:11:42','2026-01-17 01:11:42','b8df5ec9-6b2e-493e-a709-33986a33b640'),
(9014,9014,1,'Hagerstown Single Patient Room 081',NULL,NULL,NULL,1,'2026-01-17 01:11:43','2026-01-17 01:11:43','645dc584-5a1e-44fd-b5d5-ac665478deec'),
(9015,9015,1,'Rehab Gym 3',NULL,NULL,NULL,1,'2026-01-17 01:11:45','2026-01-17 01:11:45','f72ff90c-48fb-4709-b7b9-49862493594d'),
(9016,9016,1,'Rehab Gym 4',NULL,NULL,NULL,1,'2026-01-17 01:11:46','2026-01-17 01:11:46','6a682645-fa1a-417b-a7d1-1f0195750ef1'),
(9017,9017,1,'Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 01:11:47','2026-01-17 01:11:47','7858f346-f5d2-4f27-a948-44e7714147d1'),
(9018,9018,1,'Semi Private Room 2',NULL,NULL,NULL,1,'2026-01-17 01:11:48','2026-01-17 01:11:48','a9e10a84-3119-4531-a5d3-ac654e0f03a1'),
(9019,9019,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-17 01:12:21','2026-01-17 01:12:21','c8755794-f4c8-4337-b1a7-79c611179c74'),
(9021,9021,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-17 01:13:17','2026-01-17 01:13:17','e28a4b11-3ebf-42f1-afdb-052e93be8fd8'),
(9024,9024,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-17 01:15:17','2026-01-17 01:15:17','7575f3ed-f971-4c54-9a74-1788f3e5eb5a'),
(9025,9025,1,'Heritage Cover Photo',NULL,NULL,NULL,1,'2026-01-17 01:16:30','2026-01-17 01:16:30','082b00ef-42c2-4b29-9317-123770da4e22'),
(9026,9026,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-17 01:17:22','2026-01-17 01:17:22','97bf48a6-61b9-4de0-82e1-9473d403528f'),
(9028,9028,1,'Lobby Copy',NULL,NULL,NULL,1,'2026-01-17 01:17:36','2026-01-17 01:17:36','04dbeb7c-5ac1-4808-895c-20d11328a830'),
(9029,9029,1,'Patio 04 Copy',NULL,NULL,NULL,1,'2026-01-17 01:17:37','2026-01-17 01:17:37','18ba78f5-fca4-492a-85c0-19fb382a9800'),
(9030,9030,1,'Physical therapy Gym 08',NULL,NULL,NULL,1,'2026-01-17 01:17:38','2026-01-17 01:17:38','d336b203-8575-4bb7-af65-e127fe60654f'),
(9031,9031,1,'Physical therapy Gym 12',NULL,NULL,NULL,1,'2026-01-17 01:17:39','2026-01-17 01:17:39','be2bcadc-2538-4bec-a647-b0c9d398f2e6'),
(9032,9032,1,'Physical therapy Gym 13 002',NULL,NULL,NULL,1,'2026-01-17 01:17:41','2026-01-17 01:17:41','d78382a5-8674-4aed-9cc5-412de27eb65d'),
(9033,9033,1,'Room 06 002',NULL,NULL,NULL,1,'2026-01-17 01:17:42','2026-01-17 01:17:42','c88fd16d-1a52-46eb-a7cb-46fe1dbf21de'),
(9034,9034,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-17 01:18:02','2026-01-17 01:18:02','24ded0f3-6ca1-4e14-b1fc-3214f5b5590d'),
(9036,9036,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-17 01:18:22','2026-01-17 01:18:22','a92a078e-a5b8-455c-9211-43b4cf37376c'),
(9038,9038,1,'Hillside Cover Photo',NULL,NULL,NULL,1,'2026-01-17 01:20:17','2026-01-17 01:20:17','1c30c586-f701-40a0-b058-dd0942272a16'),
(9039,9039,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,3468,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-17 01:21:09','2026-01-17 01:21:09','3b4964bc-3214-4718-875d-c0cabb327d12'),
(9041,9041,1,'Hillside Activities 10',NULL,NULL,NULL,1,'2026-01-17 01:21:28','2026-01-17 01:21:28','09e0a421-fbb0-4e2d-a1f9-b19705673415'),
(9042,9042,1,'Hillside Double Bed 08',NULL,NULL,NULL,1,'2026-01-17 01:21:29','2026-01-17 01:21:29','f4df27d3-0bf2-47fd-8acc-63f5db7c6dd5'),
(9043,9043,1,'Hillside Lobby 05',NULL,NULL,NULL,1,'2026-01-17 01:21:30','2026-01-17 01:21:30','29a10e7a-3776-4271-8419-daf3c5929402'),
(9044,9044,1,'Hillside Lobby and Activities 06',NULL,NULL,NULL,1,'2026-01-17 01:21:31','2026-01-17 01:21:31','eb55dfae-75b7-455f-9149-ee408a53215f'),
(9045,9045,1,'Hillside Rehab Gym 11',NULL,NULL,NULL,1,'2026-01-17 01:21:33','2026-01-17 01:21:33','7114932a-2e9f-436f-a484-527796a6c30a'),
(9046,9046,1,'Hillside Single Bed 07',NULL,NULL,NULL,1,'2026-01-17 01:21:34','2026-01-17 01:21:34','5c0a69e6-5456-4223-8f5b-89334fab8ae2'),
(9047,9047,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,3468,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-17 01:21:56','2026-01-17 01:21:56','981d7510-2869-42a0-85bc-f8755b8c8584'),
(9049,9049,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,3468,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-17 01:22:20','2026-01-17 01:22:20','a163e45d-096f-472f-a4a1-08ff281b57ec'),
(9051,9051,1,'Hyattsville Cover Photo',NULL,NULL,NULL,1,'2026-01-17 01:23:42','2026-01-17 01:23:42','42c89b66-ca37-44f5-baf1-454896c9c24d'),
(9052,9052,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-17 01:24:06','2026-01-17 01:24:06','35dcf881-0c09-42f8-abb2-877fa0d707e4'),
(9054,9054,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-17 01:25:03','2026-01-17 01:25:03','10c296a8-c212-4c0b-a95e-7966408369a4'),
(9056,9056,1,'La Plata Cover Photo',NULL,NULL,NULL,1,'2026-01-17 01:26:36','2026-01-17 01:26:36','7031d1cc-7a24-48d1-8533-1f03404dba30'),
(9057,9057,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-17 01:27:02','2026-01-17 01:27:02','4af4e7fb-e750-4363-b9d6-d68970ff752a'),
(9059,9059,1,'La Plata Greenhouse 05',NULL,NULL,NULL,1,'2026-01-17 01:27:17','2026-01-17 01:27:17','b0b04b4f-ca78-41a1-af7c-f43460ad5faf'),
(9060,9060,1,'La Plata Lobby 02',NULL,NULL,NULL,1,'2026-01-17 01:27:21','2026-01-17 01:27:21','9b4f9062-abf3-4556-9f2b-bfcff14ac67a'),
(9061,9061,1,'La Plata Rehab 01',NULL,NULL,NULL,1,'2026-01-17 01:27:22','2026-01-17 01:27:22','e077feda-def3-41a0-8797-39c0af6ec6da'),
(9062,9062,1,'La Plata Rooms 13',NULL,NULL,NULL,1,'2026-01-17 01:27:24','2026-01-17 01:27:24','e3e6d2c4-9712-4238-ba01-ed7d6c007f30'),
(9063,9063,1,'La Plata Rooms 14',NULL,NULL,NULL,1,'2026-01-17 01:27:24','2026-01-17 01:27:24','be843a9a-71e5-4d8f-9b1d-5846e8057174'),
(9064,9064,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-17 01:27:38','2026-01-17 01:27:38','800545b6-911d-4ffd-b007-5023a630ec22'),
(9066,9066,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-17 01:28:31','2026-01-17 01:28:31','8d361b24-b9c7-4afd-be4f-f2a3d3caed56'),
(9068,9068,1,'Cover Photo',NULL,NULL,NULL,1,'2026-01-17 01:30:40','2026-01-17 01:30:40','9d71a2c3-a07b-42d9-83a7-fd5be1108156'),
(9069,9069,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2972,3025,3091],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-17 01:31:33','2026-01-17 01:31:33','216e5a6f-b2db-4a18-a250-a55398137979'),
(9071,9071,1,'Towson Activities10',NULL,NULL,NULL,1,'2026-01-17 01:31:47','2026-01-17 01:31:47','e97f067b-4708-4205-a01a-4e7cde629718'),
(9072,9072,1,'Towson Lounge 06',NULL,NULL,NULL,1,'2026-01-17 01:31:48','2026-01-17 01:31:48','6d22f44d-c04f-4d8a-83c1-1d5cc746ff39'),
(9073,9073,1,'Towson Rehab 08',NULL,NULL,NULL,1,'2026-01-17 01:31:49','2026-01-17 01:31:49','43468b27-08e4-4441-9266-4cf69a8a7eca'),
(9074,9074,1,'Towson Rooms 11',NULL,NULL,NULL,1,'2026-01-17 01:31:50','2026-01-17 01:31:50','a41bb99c-b21f-4b10-becd-ecbe6e035fd7'),
(9075,9075,1,'Towson Rooms 12',NULL,NULL,NULL,1,'2026-01-17 01:31:52','2026-01-17 01:31:52','7617be72-12f3-46ae-9568-f1876b64c360'),
(9076,9076,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2972,3025,3091],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-17 01:31:58','2026-01-17 01:31:58','9e90d3a4-b3c1-4657-ac74-3195338b8734'),
(9078,9078,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2972,3025,3091],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-17 01:32:31','2026-01-17 01:32:31','a638898a-87ee-45c2-a170-9a1fc2763ec9'),
(9080,9080,1,'Oak Ridge Exterior 08',NULL,NULL,NULL,1,'2026-01-17 01:34:56','2026-01-17 01:34:56','338c5cc0-d719-4241-bee6-51a631e8a7f3'),
(9081,9081,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-17 01:35:22','2026-01-17 01:35:22','f074384d-fc81-49e2-aeec-5a3258b862ba'),
(9083,9083,1,'Oak Ridge Dining 12',NULL,NULL,NULL,1,'2026-01-17 01:35:36','2026-01-17 01:35:36','7cfd4192-2d25-414f-aed9-10662deaa415'),
(9084,9084,1,'Oak Ridge Exterior 08',NULL,NULL,NULL,1,'2026-01-17 01:35:38','2026-01-17 01:35:38','22b023ef-7b35-4a82-9fc6-05dec2faebe7'),
(9085,9085,1,'Oak Ridge Lobby 10',NULL,NULL,NULL,1,'2026-01-17 01:35:39','2026-01-17 01:35:39','020c3f59-6e6e-4169-abf1-c16060abb071'),
(9086,9086,1,'Oak Ridge Lounge 14',NULL,NULL,NULL,1,'2026-01-17 01:35:40','2026-01-17 01:35:40','eb2f3849-2336-4f9d-911a-ae521a722036'),
(9087,9087,1,'Oak Ridge Rehab 09',NULL,NULL,NULL,1,'2026-01-17 01:35:42','2026-01-17 01:35:42','6d0e66a3-6da1-4c4d-9a6d-4f540eede169'),
(9088,9088,1,'Oak Ridge Room15',NULL,NULL,NULL,1,'2026-01-17 01:35:43','2026-01-17 01:35:43','c5321d33-98d6-4503-b91e-66f8cf5df59f'),
(9089,9089,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-17 01:36:01','2026-01-17 01:36:01','e961bc05-d6d8-4d07-adad-dfa2fb98c0b0'),
(9092,9092,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-17 01:37:11','2026-01-17 01:37:11','300a7578-442a-49a3-947f-6d9abce86602'),
(9093,9093,1,'Beverly Boothe','holly-medley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Beverly Boothe\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 01:37:11','2026-01-17 01:37:11','16d07983-42b6-455b-a230-1bea86497c70'),
(9095,9095,1,'Severna Cover Photo',NULL,NULL,NULL,1,'2026-01-17 01:39:18','2026-01-17 01:39:18','9e4ada44-7223-4940-8cb2-dace623a99b4'),
(9096,9096,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-17 01:39:45','2026-01-17 01:39:45','f0cb0060-63b2-4c7a-a233-9e29b8197620'),
(9098,9098,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-17 01:39:57','2026-01-17 01:39:57','e3299c2e-a464-441e-a9c9-afe90a9c00b3'),
(9100,9100,1,'Severna Memory sitting room',NULL,NULL,NULL,1,'2026-01-17 01:40:19','2026-01-17 01:40:19','0405e673-ce69-446c-9f70-71915a033578'),
(9101,9101,1,'Severna Outdoor area 11',NULL,NULL,NULL,1,'2026-01-17 01:40:21','2026-01-17 01:40:21','f17555b4-129e-4101-a52c-659a92fc7eaa'),
(9102,9102,1,'Severna Rehab 24',NULL,NULL,NULL,1,'2026-01-17 01:40:22','2026-01-17 01:40:22','6d68dba8-1e1b-448f-ba56-85fa021cef09'),
(9103,9103,1,'Severna Room 19',NULL,NULL,NULL,1,'2026-01-17 01:40:24','2026-01-17 01:40:24','877164d8-7c5d-43b2-9373-b8dd93c07d8c'),
(9104,9104,1,'Severna Lobby 15',NULL,NULL,NULL,1,'2026-01-17 01:40:26','2026-01-17 01:40:26','f74c0f1d-74ca-4c7d-a85a-4b49c51f5274'),
(9105,9105,1,'Severna Memory Care patio',NULL,NULL,NULL,1,'2026-01-17 01:40:27','2026-01-17 01:40:27','6a2a7625-ab82-4f5f-8f2c-9ff9c66952ec'),
(9106,9106,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-17 01:40:39','2026-01-17 01:40:39','13bd5d04-db7a-402f-bb25-e8bcb9fdca81'),
(9108,9108,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-17 01:41:37','2026-01-17 01:41:37','6163c186-5d31-4445-8973-8d7f1be52d74'),
(9110,9110,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-17 01:41:59','2026-01-17 01:41:59','7c7c3e76-febd-40c5-a34d-5a45536af4f0'),
(9112,9112,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-17 01:42:48','2026-01-17 01:42:48','ece132a8-cee0-4c6f-beee-d3141db9f773'),
(9114,9114,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-17 01:43:48','2026-01-17 01:43:48','a4277eb2-3323-406f-a34e-adf16af0f2ea'),
(9116,9116,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-17 01:44:47','2026-01-17 01:44:47','b85eb67f-6571-4edf-856d-2ecad02c1860'),
(9118,9118,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-17 01:45:09','2026-01-17 01:45:09','22a0cab6-7645-4fe4-bafb-484a21882b83'),
(9121,9121,1,'Karen Winter','stacy-ann-madagu',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Karen Winter\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14896]}',1,'2026-01-17 01:45:41','2026-01-21 17:18:01','13f9d2e6-5f52-48f8-82d6-41f6a72ee302'),
(9122,9122,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-17 01:45:41','2026-01-17 01:45:41','0bc435d1-0e90-403d-b31f-3fd9cbb32935'),
(9123,9123,1,'Stacy-Ann Madagu','stacy-ann-madagu',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacy-Ann Madagu\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 01:45:41','2026-01-17 01:45:41','90f92a0d-041e-4272-897c-f37043967345'),
(9125,9125,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-17 01:46:11','2026-01-17 01:46:11','b39dca7a-000f-47a7-80d6-46ead61c4166'),
(9127,9127,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,3025],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-17 01:49:31','2026-01-17 01:49:31','196b6477-9803-4a24-a4d8-8544c418adee'),
(9129,9129,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,3025],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-17 01:50:14','2026-01-17 01:50:14','5733c9a2-13f6-4ea7-9cc2-b546d248b61c'),
(9131,9131,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,3025],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-17 01:50:29','2026-01-17 01:50:29','152d47e3-21ac-4365-94ba-dc28f48a6ebd'),
(9133,9133,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-17 01:51:24','2026-01-17 01:51:24','7400b79e-5ae0-469c-8de7-9e21a15568d4'),
(9136,9136,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-17 01:52:58','2026-01-17 01:52:58','56b72740-fc95-4e92-9a52-782f55adc3ef'),
(9137,9137,1,'Katie Schleicher','katie-schleicher',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Schleicher\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 01:52:58','2026-01-17 01:52:58','e9e11210-42b4-48e5-abd5-69733a04208d'),
(9139,9139,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 01:54:16','2026-01-17 01:54:16','43a9f463-0f8c-4974-b1f4-0a0b479249ea'),
(9140,9140,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9139],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-17 01:54:40','2026-01-17 01:54:40','f19c1510-ad29-40d8-b01f-4f482d89ea85'),
(9142,9142,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9139],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-17 01:54:50','2026-01-17 01:54:50','d268a7a6-b944-49d2-b973-20deaa3d1d09'),
(9144,9144,1,'Room 4',NULL,NULL,NULL,1,'2026-01-17 01:55:08','2026-01-17 01:55:08','6ca891bb-2358-4b66-80e9-3f87d1b6476b'),
(9145,9145,1,'Room',NULL,NULL,NULL,1,'2026-01-17 01:55:11','2026-01-17 01:55:11','e8d3e99e-6cd9-4e82-92e0-91a700526c1f'),
(9146,9146,1,'Seating',NULL,NULL,NULL,1,'2026-01-17 01:55:12','2026-01-17 01:55:12','e4f2a397-ca0a-47fa-8b15-3a9f1931f1c6'),
(9147,9147,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 01:55:14','2026-01-17 01:55:14','1c16694d-2c2c-48c7-9409-eae94494357f'),
(9148,9148,1,'Rehab gym',NULL,NULL,NULL,1,'2026-01-17 01:55:17','2026-01-17 01:55:17','07298f62-63a0-4d7d-9356-16d169b944d6'),
(9149,9149,1,'Room 2',NULL,NULL,NULL,1,'2026-01-17 01:55:19','2026-01-17 01:55:19','420270ee-8975-4671-99e8-edad6be5af29'),
(9150,9150,1,'Room 3',NULL,NULL,NULL,1,'2026-01-17 01:55:21','2026-01-17 01:55:21','0975d87a-0852-4568-a872-b95f61b17d7a'),
(9151,9151,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9139],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-17 01:56:05','2026-01-17 01:56:05','a888c7ee-0190-4c24-b1dd-76f6eeb6bdb1'),
(9153,9153,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9139],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-17 01:56:32','2026-01-17 01:56:32','51f3f748-d461-4e03-9c43-4ebf3257d0ea'),
(9155,9155,1,'Lobby 3 Overview',NULL,NULL,NULL,1,'2026-01-17 01:58:38','2026-01-17 01:58:38','4ffaf2f4-c627-48ca-a4fd-401874f4bec1'),
(9156,9156,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2969],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-17 01:59:14','2026-01-17 01:59:14','7fa36054-8d9f-4f46-a033-702a7f26c190'),
(9158,9158,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2969],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-17 01:59:23','2026-01-17 01:59:23','cece548f-fd7b-4d51-8e1d-0b1163f0e934'),
(9160,9160,1,'Lobby 3 Overview',NULL,NULL,NULL,1,'2026-01-17 02:00:07','2026-01-17 02:00:07','c7b1386c-85dd-4b56-bf61-e437e03ae173'),
(9161,9161,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 02:00:10','2026-01-17 02:00:10','ca34a7a6-9df2-406d-9eb4-b53be219831c'),
(9162,9162,1,'Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 02:00:12','2026-01-17 02:00:12','66084765-4a94-449e-b902-121a2476efe6'),
(9163,9163,1,'Room 2',NULL,NULL,NULL,1,'2026-01-17 02:00:13','2026-01-17 02:00:13','611ff7da-bfc9-49b7-968c-64a3bcc76be0'),
(9164,9164,1,'Room',NULL,NULL,NULL,1,'2026-01-17 02:00:16','2026-01-17 02:00:16','a2012fe1-a2c9-4c5c-a3d5-e7be4fb34ba0'),
(9165,9165,1,'Lobby 2',NULL,NULL,NULL,1,'2026-01-17 02:00:18','2026-01-17 02:00:18','9cfbac94-805b-4371-a134-b398407a1c6d'),
(9166,9166,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2969],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-17 02:00:30','2026-01-17 02:00:30','bbf61954-d4a6-4ae5-9a88-0e058b4b0a8d'),
(9168,9168,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2969],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-17 02:01:06','2026-01-17 02:01:06','125d944f-2cf1-49fa-9f46-cbe8069b1192'),
(9170,9170,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2969,3025,2972,3123],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-17 02:03:53','2026-01-17 02:03:53','6c06abde-ab71-4180-93fa-a33fcf3c3744'),
(9172,9172,1,'Rehab Gym 2',NULL,NULL,NULL,1,'2026-01-17 02:04:46','2026-01-17 02:04:46','a3b19ffb-b0c3-4363-b9c0-524eb154c9ea'),
(9173,9173,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2969,3025,2972,3123],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9172],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-17 02:04:54','2026-01-17 02:04:54','8f9ab776-9285-4dca-b95f-99c43d751d8a'),
(9175,9175,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2969,3025,2972,3123],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9172],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-17 02:05:44','2026-01-17 02:05:44','961ae332-7a69-4060-bd40-c65ac98e563a'),
(9177,9177,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-17 02:08:51','2026-01-17 02:08:51','19eb5479-5eef-42a4-8eea-b45aa0a95343'),
(9179,9179,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-17 02:09:41','2026-01-17 02:09:41','823376a6-f419-4593-9500-bdc9118911ba'),
(9181,9181,1,'Front of building 2',NULL,NULL,NULL,1,'2026-01-17 02:12:12','2026-01-17 02:12:12','1ce4bae7-2180-42e4-a084-04cf8742c5af'),
(9182,9182,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2969],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-17 02:12:37','2026-01-17 02:12:37','02c066dc-8037-4e76-ad22-d322b74bcb7b'),
(9184,9184,1,'Room 2',NULL,NULL,NULL,1,'2026-01-17 02:13:02','2026-01-17 02:13:02','b23be7de-a074-4bb9-a1f1-ef270ff7ff38'),
(9185,9185,1,'Room 3',NULL,NULL,NULL,1,'2026-01-17 02:13:04','2026-01-17 02:13:04','e4c4b43b-e7b8-4f62-916c-920587fc9a1a'),
(9186,9186,1,'Room',NULL,NULL,NULL,1,'2026-01-17 02:13:07','2026-01-17 02:13:07','57b451e7-cd11-4176-91ec-a9baedc1fdaa'),
(9187,9187,1,'Service area 2',NULL,NULL,NULL,1,'2026-01-17 02:13:10','2026-01-17 02:13:10','b157829e-e218-4786-a19e-900d7c7680c2'),
(9188,9188,1,'Service area 3',NULL,NULL,NULL,1,'2026-01-17 02:13:12','2026-01-17 02:13:12','23909e9c-e409-4f68-978a-2d41ddc631d2'),
(9189,9189,1,'Service area',NULL,NULL,NULL,1,'2026-01-17 02:13:14','2026-01-17 02:13:14','1402708b-876b-40da-9965-42e114cd1ac2'),
(9190,9190,1,'367 A4617',NULL,NULL,NULL,1,'2026-01-17 02:13:16','2026-01-17 02:13:16','70c29d69-6da5-48f0-8245-ea62fe3212f7'),
(9191,9191,1,'Front of building 2',NULL,NULL,NULL,1,'2026-01-17 02:13:18','2026-01-17 02:13:18','dca6b111-d6f2-4050-920e-8dc8eec1f3e0'),
(9192,9192,1,'Front of building',NULL,NULL,NULL,1,'2026-01-17 02:13:20','2026-01-17 02:13:20','b297281e-84b9-45ef-b58a-ce4f011755c7'),
(9193,9193,1,'Rehab gym',NULL,NULL,NULL,1,'2026-01-17 02:13:22','2026-01-17 02:13:22','1a643a9c-4a0d-4177-8433-9ed1ab046bbe'),
(9194,9194,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2969],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-17 02:13:27','2026-01-17 02:13:27','23e34c69-d53b-4b51-a8f7-f17cb7ddbf75'),
(9196,9196,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2969],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-17 02:13:35','2026-01-17 02:13:35','c659eaf8-1998-4807-8b15-49b22dc331fb'),
(9198,9198,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2969],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-17 02:13:55','2026-01-17 02:13:55','9f5969c3-0ecf-44f4-a71c-ab37d45887c5'),
(9200,9200,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-17 02:17:02','2026-01-17 02:17:02','d1bde9b9-e606-4f5f-85b9-51a93caef5e5'),
(9202,9202,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-17 02:17:21','2026-01-17 02:17:21','42a2f2b7-dec6-4b7c-b2d6-ab9f16c3a441'),
(9204,9204,1,'Lobby 2',NULL,NULL,NULL,1,'2026-01-17 02:19:48','2026-01-17 02:19:48','505a4002-b587-48fe-b430-2a2963933ea9'),
(9205,9205,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-17 02:19:52','2026-01-17 02:19:52','6ad1a9b9-1a7e-4eaf-aa27-d8c9c5518f1e'),
(9207,9207,1,'Bathroom',NULL,NULL,NULL,1,'2026-01-17 02:20:12','2026-01-17 02:20:12','95c70231-cb97-4c7d-892a-0be75b16ba42'),
(9208,9208,1,'Dining area',NULL,NULL,NULL,1,'2026-01-17 02:20:12','2026-01-17 02:20:12','7360e627-913f-498c-8ae0-f10a5be3bb65'),
(9209,9209,1,'Double bed room',NULL,NULL,NULL,1,'2026-01-17 02:20:13','2026-01-17 02:20:13','285d8a00-d7aa-4725-9d45-e656aa9335f4'),
(9210,9210,1,'Lobby 2',NULL,NULL,NULL,1,'2026-01-17 02:20:14','2026-01-17 02:20:14','82cf37b1-1ad7-49cb-ace1-64601a59c9b9'),
(9211,9211,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 02:20:15','2026-01-17 02:20:15','0d2d109e-f3c3-410e-9e87-3f15c0119e38'),
(9212,9212,1,'Room 2',NULL,NULL,NULL,1,'2026-01-17 02:20:16','2026-01-17 02:20:16','b17baca7-27c9-45d8-91de-4048cc25520f'),
(9213,9213,1,'Room',NULL,NULL,NULL,1,'2026-01-17 02:20:17','2026-01-17 02:20:17','aecc6bc2-ce16-403d-85c9-29fb230cf800'),
(9214,9214,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-17 02:20:36','2026-01-17 02:20:36','3e46ed3c-8fcb-4ff4-8b6f-143c99e5eb9c'),
(9216,9216,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-17 02:24:29','2026-01-17 02:24:29','ab7d253e-1242-48a8-9ab7-2f30ef784e08'),
(9218,9218,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-17 02:24:49','2026-01-17 02:24:49','98374df0-3156-40c1-a042-a4f83afab5f4'),
(9219,9219,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 02:26:30','2026-01-17 02:26:30','510dff85-bb13-4f80-8c6d-16f74c8c2445'),
(9220,9220,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-17 02:27:00','2026-01-17 02:27:00','9e360afe-8a48-4455-99d2-1e2f757decab'),
(9222,9222,1,'Rehab Gym 2',NULL,NULL,NULL,1,'2026-01-17 02:27:29','2026-01-17 02:27:29','fcf932b0-1156-4671-b684-a3f5608b63a1'),
(9223,9223,1,'Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 02:27:31','2026-01-17 02:27:31','fdb68f66-dcf3-4ab2-9a66-96fd6f17fc89'),
(9224,9224,1,'Dining area',NULL,NULL,NULL,1,'2026-01-17 02:27:34','2026-01-17 02:27:34','7f8de589-528d-4775-bf5b-ada72509d5d3'),
(9225,9225,1,'Double bed room',NULL,NULL,NULL,1,'2026-01-17 02:27:37','2026-01-17 02:27:37','28e42fed-b5d6-46e3-a33b-7845dc128da8'),
(9226,9226,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 02:27:39','2026-01-17 02:27:39','1924533d-b7cd-4e6d-8678-ab9f143df8c3'),
(9227,9227,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-17 02:29:24','2026-01-17 02:29:24','5a082e22-852e-443a-af55-7c2c88070349'),
(9229,9229,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-17 02:30:01','2026-01-17 02:30:01','33e35a73-1b70-4b14-8e02-841eb6029088'),
(9231,9231,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-17 02:32:56','2026-01-17 02:32:56','4210ba8c-8399-4440-9f8e-15a4c851e25f'),
(9233,9233,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-17 02:33:00','2026-01-17 02:33:00','94395733-f57f-45ba-aca7-ebe071aa3b8a'),
(9235,9235,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2026-01-17 02:34:16','2026-01-17 02:34:16','d7e3dc5c-744b-430c-921f-463ccb583626'),
(9237,9237,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2026-01-17 02:34:58','2026-01-17 02:34:58','8b3f5561-fa25-4d00-a042-746931ff915b'),
(9238,9238,1,'Lobby 3',NULL,NULL,NULL,1,'2026-01-17 02:36:46','2026-01-17 02:36:46','880fc8c5-7914-44c0-b5b9-df4c9000d085'),
(9240,9240,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-17 02:37:03','2026-01-17 02:37:03','a689f7da-b6fe-433d-90d3-7d34a1e5918d'),
(9242,9242,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-17 02:37:18','2026-01-17 02:37:18','7f301084-21cd-4ac7-ad1f-5e263ad02019'),
(9244,9244,1,'Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 02:37:35','2026-01-17 02:37:35','b1c812d4-3a94-4662-b1fa-7cc975c0a9f0'),
(9245,9245,1,'Double Room',NULL,NULL,NULL,1,'2026-01-17 02:37:38','2026-01-17 02:37:38','2cf9d7ee-c3d5-4cf7-b9bb-4caa36e7c37e'),
(9246,9246,1,'Front of Building 2',NULL,NULL,NULL,1,'2026-01-17 02:37:39','2026-01-17 02:37:39','1a004f56-988a-40d9-80ca-738d8441d3b9'),
(9247,9247,1,'Kitchen Area',NULL,NULL,NULL,1,'2026-01-17 02:37:40','2026-01-17 02:37:40','0d63b1c4-8191-477f-8c3d-954b60e34762'),
(9248,9248,1,'Lobby 2',NULL,NULL,NULL,1,'2026-01-17 02:37:42','2026-01-17 02:37:42','304f0e67-55fc-4c8e-bf41-050a96f85e44'),
(9249,9249,1,'Lobby 3',NULL,NULL,NULL,1,'2026-01-17 02:37:44','2026-01-17 02:37:44','dc0f838b-21ff-478d-8136-bbc8a76874fe'),
(9250,9250,1,'Rehab Gym 2',NULL,NULL,NULL,1,'2026-01-17 02:37:46','2026-01-17 02:37:46','f6bd23ad-6526-4d6a-af18-928f49ddcccc'),
(9251,9251,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-17 02:37:55','2026-01-17 02:37:55','24cd8e5e-5920-4f66-aded-441a9a3ef549'),
(9253,9253,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-17 02:39:41','2026-01-17 02:39:41','eb21f33c-83be-4b12-a07d-dcee6a93a440'),
(9255,9255,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 02:40:49','2026-01-17 02:40:49','5b9f37cc-e7ce-4d85-930e-657e488680f0'),
(9256,9256,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-17 02:41:11','2026-01-17 02:41:11','fd8ebab6-c787-4e13-b381-88535fbbf64f'),
(9258,9258,1,'Lobby 2',NULL,NULL,NULL,1,'2026-01-17 02:41:31','2026-01-17 02:41:31','5124bd2c-7ede-441f-93de-60c180e1ad18'),
(9259,9259,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 02:41:32','2026-01-17 02:41:32','514bfeea-fcbf-4348-99ac-5d8f90da81d0'),
(9260,9260,1,'Room',NULL,NULL,NULL,1,'2026-01-17 02:41:32','2026-01-17 02:41:32','c289e4a4-4f3c-40f9-8178-44de0b199364'),
(9261,9261,1,'Dinning Area',NULL,NULL,NULL,1,'2026-01-17 02:41:34','2026-01-17 02:41:34','156786c1-2655-4397-85d2-5f5b225e5059'),
(9262,9262,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-17 02:41:45','2026-01-17 02:41:45','2481cb8a-57b0-4633-a0dc-47048907fb8b'),
(9264,9264,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-17 02:42:07','2026-01-17 02:42:07','b9a2567c-f573-44e1-9cde-a8561fb64f6c'),
(9266,9266,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,3468,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-17 02:45:00','2026-01-17 02:45:00','81670f52-7a55-4e01-ad69-6113d6430565'),
(9268,9268,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,3468,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-17 02:45:10','2026-01-17 02:45:10','c2b00659-c96c-4888-a2bd-9ae98bb6599c'),
(9270,9270,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-17 13:54:25','2026-01-17 13:54:25','ef71eb2b-79f0-49c6-8d33-181bd9acc3d0'),
(9273,9273,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-17 13:55:07','2026-01-17 13:55:07','6e79406f-de6c-4df7-aacd-d0218614e78e'),
(9274,9274,1,'Lynn Marino','lynn-marino',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 13:55:07','2026-01-17 13:55:07','54772c3b-c69f-4227-aaca-3b3f22b7eea3'),
(9277,9277,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-17 13:57:34','2026-01-17 13:57:34','b05827ee-ce06-489e-8577-842ba65b3c1b'),
(9278,9278,1,'Dan M.','dan-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My family and I couldn’t be happier with Groton Regency! From the moment we walked in, we felt a warmth and compassion that’s hard to find. What really stands out is the genuine kindness and patience the caregivers show, treating each resident with respect and dignity. My mother has found a new home here, and we’ve found peace of mind knowing she’s in such good hands.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dan M.\"}',1,'2026-01-17 13:57:34','2026-01-17 13:57:34','896997da-86b1-4228-8fdc-240f9f78543e'),
(9280,9280,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-17 13:57:48','2026-01-17 13:57:48','266347a6-1cfc-4acf-a576-3a64175d9b55'),
(9282,9282,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-17 13:58:36','2026-01-17 13:58:36','6688aaab-777a-4ebd-ad65-27ce54c7a5a3'),
(9284,9284,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-17 13:59:33','2026-01-17 13:59:33','9926a713-a760-432f-8474-0117cc82caec'),
(9286,9286,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 14:01:45','2026-01-17 14:01:45','7cfa1acd-40e9-4b08-8b50-af4afb61af35'),
(9287,9287,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,6547,617,2969],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-17 14:02:36','2026-01-17 14:02:36','a1242b7e-0b64-498f-a746-88b1affacf49'),
(9289,9289,1,'Dinning Area 2',NULL,NULL,NULL,1,'2026-01-17 14:03:04','2026-01-17 14:03:04','309bb532-b612-4db6-b855-8ea93c5c932d'),
(9290,9290,1,'Dinning Area',NULL,NULL,NULL,1,'2026-01-17 14:03:07','2026-01-17 14:03:07','f7428ea1-4201-492a-a56d-04c071893773'),
(9291,9291,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 14:03:09','2026-01-17 14:03:09','e5e7e40f-4fcc-4d11-ae1f-2bc48008b29d'),
(9292,9292,1,'Outside seating',NULL,NULL,NULL,1,'2026-01-17 14:03:12','2026-01-17 14:03:12','6b0843f4-b3c5-40e4-a98d-4ba50718d75d'),
(9293,9293,1,'Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 14:03:15','2026-01-17 14:03:15','94863e27-19a2-4f08-8b89-1c1f3fd8a38a'),
(9294,9294,1,'Dinning Area piano',NULL,NULL,NULL,1,'2026-01-17 14:03:17','2026-01-17 14:03:17','5347b49a-a904-4cb8-8d84-3a0f7f8f46d0'),
(9295,9295,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,6547,617,2969],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-17 14:03:30','2026-01-17 14:03:30','3b910048-ac72-4c1b-8fd4-8ddffe566684'),
(9297,9297,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,6547,617,2969],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-17 14:04:12','2026-01-17 14:04:12','19fc2e88-e242-47e7-8f8f-efa9c183bd2d'),
(9300,9300,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-17 14:05:55','2026-01-17 14:05:55','86e06bc0-c74f-4a19-ba51-8a7bc4e912d3'),
(9301,9301,1,'Kiera Dickenso','kiera-dickenson',NULL,NULL,1,'2026-01-17 14:05:55','2026-01-17 14:05:55','021bda23-f49a-435f-ba69-073c3a0a153a'),
(9303,9303,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-17 14:08:54','2026-01-17 14:08:54','c81afd1f-b513-49f9-b0f1-d78e365f107f'),
(9305,9305,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-17 14:09:10','2026-01-17 14:09:10','64df8aa8-0220-445d-a6f7-c2157849972b'),
(9307,9307,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-17 14:09:18','2026-01-17 14:09:18','d8e20690-6aa4-49cf-a2dc-5cf22fe6c385'),
(9309,9309,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 14:11:53','2026-01-17 14:11:53','59d8ab7a-49fa-4921-8bb6-572628cc8af6'),
(9310,9310,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9309],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-17 14:12:28','2026-01-17 14:12:28','dff6e42b-c248-475b-a2cd-4ea01292e446'),
(9312,9312,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 14:12:43','2026-01-17 14:12:43','e9d296b8-fa55-448d-ad04-b017d6c53224'),
(9313,9313,1,'Room',NULL,NULL,NULL,1,'2026-01-17 14:12:46','2026-01-17 14:12:46','5ef95433-a057-4b3d-bdfb-d2afcb8c2e47'),
(9314,9314,1,'Front of building',NULL,NULL,NULL,1,'2026-01-17 14:12:47','2026-01-17 14:12:47','263062ef-9641-47a4-97f8-f8ae4a565e40'),
(9315,9315,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9309],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9312,9313,9314],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-17 14:12:58','2026-01-17 14:12:58','20c6824c-2816-4f80-b97d-6ccd2815d51c'),
(9317,9317,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9309],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9312,9313,9314],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-17 14:14:20','2026-01-17 14:14:20','7691904e-2b2c-4103-9705-f88175088943'),
(9319,9319,1,'Gym rehab',NULL,NULL,NULL,1,'2026-01-17 14:15:38','2026-01-17 14:15:38','eae5d164-02a5-4434-b694-d9489788ebfd'),
(9320,9320,1,'Lobby 2',NULL,NULL,NULL,1,'2026-01-17 14:15:41','2026-01-17 14:15:41','1abd2e41-2d65-44df-82bb-ee4268a62eca'),
(9321,9321,1,'Lobby',NULL,NULL,NULL,1,'2026-01-17 14:15:43','2026-01-17 14:15:43','49732109-2438-4d86-9040-3c26483f6272'),
(9322,9322,1,'Room 2',NULL,NULL,NULL,1,'2026-01-17 14:15:45','2026-01-17 14:15:45','f009bac9-73a7-47dd-95ef-26866b107662'),
(9323,9323,1,'Room',NULL,NULL,NULL,1,'2026-01-17 14:15:48','2026-01-17 14:15:48','6dacca48-e2f9-4a77-ba04-6d9852837220'),
(9324,9324,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,9323],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-17 14:15:56','2026-01-17 14:15:56','059004c2-58c4-46d8-aeea-ba9ff964be8f'),
(9326,9326,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,9323],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-17 14:16:36','2026-01-17 14:16:36','05d10683-2a2a-4a93-9f0b-bba196d8a849'),
(9328,9328,1,'Gym rehab 2',NULL,NULL,NULL,1,'2026-01-17 14:18:24','2026-01-17 14:18:24','88f902f4-0351-46be-b7da-af5aaed2dd3a'),
(9329,9329,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9328],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2974,3091],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-17 14:18:55','2026-01-17 14:18:55','6b68f7cf-a557-4271-900a-a6692e80bd53'),
(9331,9331,1,'Gym rehab 3',NULL,NULL,NULL,1,'2026-01-17 14:19:29','2026-01-17 14:19:29','b9408fad-b445-46b4-a343-957b86227ae2'),
(9332,9332,1,'Gym rehab',NULL,NULL,NULL,1,'2026-01-17 14:19:32','2026-01-17 14:19:32','4c7d281b-91e6-4379-8401-4a7602b71744'),
(9333,9333,1,'Double bed room 2',NULL,NULL,NULL,1,'2026-01-17 14:19:34','2026-01-17 14:19:34','ae23109a-7f31-41e4-97ab-e464b2a5ab9d'),
(9334,9334,1,'Double bed room',NULL,NULL,NULL,1,'2026-01-17 14:19:36','2026-01-17 14:19:36','0f857b88-52b0-468c-985f-b18380b760d4'),
(9335,9335,1,'Entertainment area',NULL,NULL,NULL,1,'2026-01-17 14:19:39','2026-01-17 14:19:39','f5de9daa-ef81-4984-a2db-c2a73ce0e197'),
(9336,9336,1,'Gym rehab 2',NULL,NULL,NULL,1,'2026-01-17 14:19:41','2026-01-17 14:19:41','3c708077-c9b4-41e8-91b8-3654e5b01705'),
(9337,9337,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9328],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2974,3091],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9331,9332,9333,9334,9335,9336],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-17 14:20:17','2026-01-17 14:20:17','7658839e-61ab-42f9-9366-f8d3d805ef14'),
(9339,9339,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9328],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,2974,3091],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9331,9332,9333,9334,9335,9336],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-17 14:20:24','2026-01-17 14:20:24','f58665fd-deba-47bb-9722-31980ae2eafb'),
(9341,9341,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-17 14:23:49','2026-01-17 14:23:49','03424ff9-d724-4a4f-9fa7-3688a6d305b2'),
(9342,9342,1,'Ashley Lewis','ashley-lewis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Lewis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 14:23:49','2026-01-17 14:23:49','71ba5486-d4c6-47f1-9b28-004ce8681250'),
(9344,9344,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-17 14:23:57','2026-01-17 14:23:57','3bae0521-1296-48df-b834-5eb81c0d8104'),
(9348,9348,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-17 14:25:25','2026-01-17 14:25:25','eb5662a4-16be-4dc9-acd8-fc23978932bf'),
(9350,9350,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,3027,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-17 14:26:13','2026-01-17 14:26:13','bfcc0abc-bc6c-454d-b3ec-893570314ff8'),
(9352,9352,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-17 14:26:57','2026-01-17 14:26:57','20b295c3-bc3f-47e7-b55f-2cfc046d57a7'),
(9354,9354,1,'Rehab Gym',NULL,NULL,NULL,1,'2026-01-17 14:28:32','2026-01-17 14:28:32','fc0334ed-be5d-44bc-9dab-26979cd5e788'),
(9355,9355,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-17 14:28:38','2026-01-17 14:28:38','4599bf11-73b7-498b-b1a6-c7b0f67b4d99'),
(9357,9357,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3093,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-17 14:29:08','2026-01-17 14:29:08','a9d10a19-943a-4140-b372-31eaffb63373'),
(9359,9359,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-17 14:30:13','2026-01-17 14:30:13','29998a55-0fcb-4dd5-9b5f-1fd43e3b9365'),
(9360,9360,1,'Jessica Cooke','dana-bea',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Cooke\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 14:30:13','2026-01-17 14:30:13','af905e12-eebf-4294-9091-1abd92cb6e95'),
(9362,9362,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-17 14:30:51','2026-01-17 14:30:51','2c34d238-4105-4c03-a8d9-b25009a7f507'),
(9364,9364,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-17 14:31:20','2026-01-17 14:31:20','660c8dc5-2153-4e00-abad-8a659d20157c'),
(9365,9365,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-17 14:31:58','2026-01-17 14:31:58','58266cbd-b8b0-4b34-92b2-4fd0b661955a'),
(9367,9367,1,'Danielle Garcia','danielle-garcia',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Danielle Garcia\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[15768]}',1,'2026-01-17 14:32:34','2026-01-22 15:58:45','2bd92d20-9ff1-4ed4-8d73-387f010385df'),
(9368,9368,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-17 14:32:34','2026-01-17 14:32:34','7ec5e4bc-ab01-46a1-83a1-0f7feed63697'),
(9369,9369,1,'Danielle Garcia','danielle-garcia',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Danielle Garcia\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 14:32:34','2026-01-17 14:32:34','47630a53-432b-490a-b3fc-d8ba999abba0'),
(9371,9371,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-17 14:33:09','2026-01-17 14:33:09','64a9bd7b-9cb7-45ee-8545-49bd8f52c157'),
(9373,9373,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-17 14:36:42','2026-01-17 14:36:42','d9964855-3ff3-45f3-80d7-5dd19277ce55'),
(9374,9374,1,'Telley Messavi','melissa-natale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Telley Messavi\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 14:36:42','2026-01-17 14:36:42','6413c90a-54be-45c5-9323-246d72891776'),
(9376,9376,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-17 14:36:55','2026-01-17 14:36:55','8bf965f3-1032-4fca-a49e-cdf59d9eb13a'),
(9378,9378,1,'Marissa Wolff','marissa-wolff',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Marissa Wolff\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[34207]}',1,'2026-01-17 14:37:46','2026-02-24 14:57:58','e5c95978-8eaa-415d-87cd-120d1ba6ef44'),
(9379,9379,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-17 14:37:46','2026-01-17 14:37:46','d64547fd-bfc8-4bc1-a282-a7409859ae74'),
(9380,9380,1,'Maureen Keenan','maureen-keenan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Maureen Keenan\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Interim Admissions Director\"}',1,'2026-01-17 14:37:46','2026-01-17 14:37:46','adbc3fc1-a9e3-46da-89e2-e9f0edf0ac91'),
(9382,9382,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-17 14:37:50','2026-01-17 14:37:50','947ef1ba-61b7-4140-87d2-e6050e6873cb'),
(9383,9383,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-17 14:38:30','2026-01-17 14:38:30','aa3b295a-b5b9-4ec8-a29d-3018b785c732'),
(9385,9385,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-17 14:38:33','2026-01-17 14:38:33','ddac607c-819a-43da-9acc-587f2656a058'),
(9387,9387,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-17 14:38:37','2026-01-17 14:38:37','54c1b2b4-efae-48e7-a9db-36941a1ad6fc'),
(9389,9389,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-17 14:39:49','2026-01-17 14:39:49','e13a9d42-1b88-4839-8181-5cfcf754a91b'),
(9391,9391,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-17 14:40:30','2026-01-17 14:40:30','c1412ee6-9945-4528-b232-0ae059a6ccce'),
(9393,9393,1,'Kaitlyn Corbett','caitlyn-corbett',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kaitlyn Corbett\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Marketing Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14902]}',1,'2026-01-17 14:42:35','2026-01-21 17:27:33','1ab1b993-66d8-4c94-bee6-0276459595d3'),
(9394,9394,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-17 14:42:35','2026-01-17 14:42:35','a2495faf-8da6-4fa5-829e-4f68dabb1618'),
(9395,9395,1,'Caitlyn Corbett','caitlyn-corbett',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Caitlyn Corbett\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Marketing Director\"}',1,'2026-01-17 14:42:35','2026-01-17 14:42:35','a6d828a1-4fba-475d-8006-4b380b5eab1e'),
(9397,9397,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-17 14:42:44','2026-01-17 14:42:44','ce53dea3-241f-4a38-b4c1-63e96851acf1'),
(9398,9398,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-17 14:43:31','2026-01-17 14:43:31','105f4376-cb9d-4c88-be44-f6fe6d7a1970'),
(9400,9400,1,'Sabrina Cotte','sabrina-cotte',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sabrina Cotte\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11701]}',1,'2026-01-17 14:44:11','2026-01-20 20:12:12','a0efb378-c06d-498d-8483-69f3ecbdb098'),
(9401,9401,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-17 14:44:11','2026-01-17 14:44:11','2ed607d2-207f-4e28-a17f-6b0dc7a7df43'),
(9402,9402,1,'Sabrina Cotte','sabrina-cotte',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sabrina Cotte\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 14:44:11','2026-01-17 14:44:11','47a226be-42f1-4e5c-83bc-9fac9136c370'),
(9404,9404,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-17 14:46:38','2026-01-17 14:46:38','1202b55b-d531-4048-96b6-7847578bf066'),
(9405,9405,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-17 14:48:51','2026-01-17 14:48:51','06c5abe7-249e-468c-b9ae-7ae9dbbc9fc1'),
(9406,9406,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-17 14:49:07','2026-01-17 14:49:07','6a4aa224-bc80-48ee-8f4c-d0642d48170d'),
(9408,9408,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-17 14:49:45','2026-01-17 14:49:45','e5d2ba64-e9de-4f5d-8de6-909f10879fb2'),
(9410,9410,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-17 14:50:50','2026-01-17 14:50:50','b2b0974f-5caa-4d03-85d0-29907f85d87e'),
(9411,9411,1,'Reem Khair','reem-khair',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Reem Khair\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3802]}',1,'2026-01-17 14:50:50','2026-01-17 14:50:50','520b11bd-e3f8-483d-b19b-071476f3dfa5'),
(9413,9413,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-17 14:50:54','2026-01-17 14:50:54','85292bc9-1792-4fa9-b6a4-a9f90d0d0821'),
(9414,9414,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3123,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-17 14:53:04','2026-01-17 14:53:04','c6d1dd56-9515-466e-8403-f3f6ba6a7a7c'),
(9415,9415,1,'Park Place Lobby',NULL,NULL,NULL,1,'2026-01-17 14:54:51','2026-01-17 14:54:51','2fb2e70e-cc43-4845-bb73-a8273d98d531'),
(9416,9416,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-17 14:54:56','2026-01-17 14:54:56','c5c54478-6325-413f-8223-98d2a3e3c197'),
(9418,9418,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-17 14:55:40','2026-01-17 14:55:40','c431bb84-6f12-44cd-a95d-6d68a1093ed0'),
(9419,9419,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-17 14:56:44','2026-01-17 14:56:44','7b0248bf-15f4-44db-a0f8-b8f3eda72415'),
(9420,9420,1,'Unknown 9',NULL,NULL,NULL,1,'2026-01-17 14:59:28','2026-01-17 14:59:28','c1ea999e-1ae4-4311-aef2-5a2c7394020f'),
(9421,9421,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-17 14:59:32','2026-01-17 14:59:32','d95a5f5c-ce11-4dec-ba63-b9d0097510e5'),
(9423,9423,1,'Unknown 8',NULL,NULL,NULL,1,'2026-01-17 15:00:01','2026-01-17 15:00:01','71480be0-80c1-4f45-b60e-f26db7095cb1'),
(9424,9424,1,'Unknown 7',NULL,NULL,NULL,1,'2026-01-17 15:00:02','2026-01-17 15:00:02','185cdaf2-4065-4552-832c-a3d4f5053812'),
(9425,9425,1,'Unknown 3',NULL,NULL,NULL,1,'2026-01-17 15:00:02','2026-01-17 15:00:02','96dd38b4-42c1-4e85-a789-faf94b281c76'),
(9426,9426,1,'Unknown',NULL,NULL,NULL,1,'2026-01-17 15:00:03','2026-01-17 15:00:03','33a1f0b7-cfb3-483b-b80e-2a7d8adbead4'),
(9427,9427,1,'Unknown 1',NULL,NULL,NULL,1,'2026-01-17 15:00:05','2026-01-17 15:00:05','3a32e9d1-8afd-4786-a49f-766fb820b3dc'),
(9428,9428,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-17 15:00:13','2026-01-17 15:00:13','6f61ecc9-b2e8-4154-876c-2ac131bb3bbd'),
(9430,9430,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-17 15:00:17','2026-01-17 15:00:17','143646ee-6b24-4111-a6a3-1884bce9d242'),
(9432,9432,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-17 15:01:04','2026-01-17 15:01:04','377ddf04-7a9e-4d7e-8682-c73bf3640967'),
(9433,9433,1,'Darian Reed','alarys-tavares',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Darian Reed\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 15:01:04','2026-01-17 15:01:04','50178a6a-ccab-4b5e-8ee6-8442d0ea40bf'),
(9435,9435,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3123,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-17 15:01:11','2026-01-17 15:01:11','98144f17-1258-4742-8b0c-3f3d84c4cfe8'),
(9438,9438,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-17 15:02:07','2026-01-17 15:02:07','489577a3-bb47-49a0-8807-039796eb71ad'),
(9439,9439,1,'Shawanna Tavers','beverly-blaise',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Shawanna Tavers\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-17 15:02:07','2026-01-17 15:02:07','e4f00151-ef56-47eb-89ab-cd9e466b3c9e'),
(9441,9441,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3123,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-17 15:02:11','2026-01-17 15:02:11','3826ee38-a07b-43bc-aadd-ee6adee12fb5'),
(9443,9443,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-17 15:03:55','2026-01-17 15:03:55','8a3db1db-a9d2-4230-8f84-6d5aa5c5d8f9'),
(9444,9444,1,'Yosef Gerson','joe-cohen',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yosef Gerson\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"jcohen@ccwestfield.com\"}',1,'2026-01-17 15:03:55','2026-01-17 15:03:55','3b268fc7-c2ad-4cf4-ae40-adbc6f64b85b'),
(9446,9446,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-17 15:04:00','2026-01-17 15:04:00','22adebc5-bab2-4eb2-bf78-34aac81eb1b1'),
(9448,9448,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-17 15:05:50','2026-01-17 15:05:50','1e4ca0a7-7278-41a5-92c2-646cb5146334'),
(9449,9449,1,'Richard B.','richard-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has been a resident of Complete Care at Whispering Woods for over 9 years. The care has been excellent. The staff is compassionate and treats my mom with respect. They keep me informed when there are any issues related to my mother. My family would like to extend our sincere thanks to the entire Whispering Woods staff for continuing to do a great job!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Richard B.\"}',1,'2026-01-17 15:05:50','2026-01-17 15:05:50','29bb7c57-30ba-4e84-b539-a0e425e9e4d9'),
(9451,9451,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-17 15:08:48','2026-01-17 15:08:48','59e3e93a-7784-46ca-89f4-abc8927d7a4d'),
(9453,9453,1,'CC WW Floor Plan Flyer 1',NULL,NULL,NULL,1,'2026-01-17 15:10:42','2026-01-17 15:10:42','a902327d-e7d0-497e-ac7e-b8fc86d46913'),
(9454,9454,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-17 15:10:48','2026-01-17 15:10:48','f4a79c34-e698-4a5c-90e1-677387b62e94'),
(9456,9456,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-17 15:11:26','2026-01-17 15:11:26','2ef32b4d-a255-415b-a429-2ffe66f4c82c'),
(9458,9458,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,3025,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-17 15:15:11','2026-01-17 15:15:11','81cea4a2-9d43-44d7-aa56-e9c9e1fc2232'),
(9460,9460,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605,3091],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-17 15:22:12','2026-01-17 15:22:12','d8616a14-1549-4b00-ba6e-b833e813a5d3'),
(9462,9462,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-17 15:23:06','2026-01-17 15:23:06','e9930477-5134-4df6-85b7-841eee24256e'),
(9464,9464,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,2972,2974,617,605],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-17 15:34:09','2026-01-17 15:34:09','f9251a2d-7428-4160-9d56-a3f2eb87f5ed'),
(9466,9466,1,'Mayfield',NULL,NULL,NULL,1,'2026-01-17 15:35:31','2026-01-17 15:35:31','8c2f54e4-4f42-43db-bcae-12b684608bfb'),
(9467,9467,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-17 15:35:35','2026-01-17 15:35:35','06ebf200-fd58-43b8-9bf4-9e951f927a56'),
(9469,9469,1,'Boulevard 3',NULL,NULL,NULL,1,'2026-01-17 15:35:52','2026-01-17 22:02:18','a4d52404-d31c-4271-a75a-a921374fcfd4'),
(9470,9470,1,'Boulevard 2',NULL,NULL,NULL,1,'2026-01-17 15:35:53','2026-01-17 22:02:25','897b6a31-03f6-429c-ac1c-0e66836fd7e1'),
(9471,9471,1,'Boulevard',NULL,NULL,NULL,1,'2026-01-17 15:35:53','2026-01-17 22:02:33','ee32df77-60f1-47ad-a94a-7f522f228594'),
(9472,9472,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-17 15:36:00','2026-01-17 15:36:00','9f69d418-fed7-405a-9272-275caa84b916'),
(9474,9474,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-17 15:36:35','2026-01-17 15:36:35','c9a2e57f-2c40-406f-85a8-9fd1ab8653fc'),
(9476,9476,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-17 15:37:23','2026-01-17 15:37:23','1bfe6339-371e-4075-aeb5-79b4c35ff9b7'),
(9477,9477,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3123,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-17 15:45:13','2026-01-17 15:45:13','e993b55f-4040-44ab-aba5-8b8dedc8d2cb'),
(9479,9479,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-17 15:48:02','2026-01-17 15:48:02','bbc5f795-3ee8-4862-8b83-0266a43eabe3'),
(9480,9480,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-17 15:49:23','2026-01-17 15:49:23','82b0042f-e093-4815-b5b8-614ebba9ccb9'),
(9482,9482,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2974,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-17 15:49:27','2026-01-17 15:49:27','1b9a7c35-1268-45da-a7ec-c29e6a3d59d2'),
(9484,9484,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-17 15:50:21','2026-01-17 15:50:21','51ca94f5-5f67-42da-850e-500d227fb9d1'),
(9487,9487,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-17 15:54:30','2026-01-17 15:54:30','c9a65c9c-e347-4e88-aba8-0a28230f02cb'),
(9488,9488,1,'The Villas - Brakeley Park\'s Residential Care Home','villas',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"The Villas at Brakeley Park provide an independent living lifestyle centered on comfort, community, and flexibility — with built-in peace of mind for the future. Residents enjoy a residential setting that feels like home, paired with access to supportive services and a continuum of care when needed.\\n\\nThe Villas offer:\\n\\n- A close-knit residential community with 30 private rooms (40 beds total)\\n- Shared, welcoming common spaces including a kitchenette and living room\\n- Daily meals and snacks, plus weekly housekeeping and personal laundry\\n- Freedom to come and go, with full access to programs and community events\\n-Seamless transition to skilled nursing and rehabilitation services if needs change\\n\\nThis is independent living designed for those who cherish their freedom — supported by care, connection, and confidence for whatever comes next.\",\"660ca190-7bbc-4947-8a53-b11b96aadd87\":[6722]}',1,'2026-01-17 15:54:30','2026-01-17 15:54:30','f6a102a3-015a-4cc0-8890-2e7b12350d63'),
(9491,9491,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-17 15:56:27','2026-01-17 15:56:27','92a9a6fb-eaba-4adb-8611-d0b01e8edf26'),
(9492,9492,1,'The Villas - Brakeley Park\'s Residential Care Home','villas',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"The Villas at Brakeley Park offer an independent living lifestyle focused on comfort, connection, and peace of mind. This close-knit residential community provides private living spaces, shared common areas, daily meals, and weekly housekeeping and laundry — allowing residents to enjoy their independence without the responsibilities of home maintenance. Residents are free to come and go, participate in engaging programs and community events, and feel confident knowing they have seamless access to skilled nursing and rehabilitation services at Brakeley Park should their needs change over time.\",\"660ca190-7bbc-4947-8a53-b11b96aadd87\":[6722]}',1,'2026-01-17 15:56:27','2026-01-17 15:56:27','b3012bfc-26b1-4fe0-ae74-eecde5f54047'),
(9494,9494,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-17 15:57:06','2026-01-17 15:57:06','510c9e5b-20fc-4c45-8faa-6487ebf24a6b'),
(9496,9496,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-17 15:59:26','2026-01-17 15:59:26','a7d79096-a543-481b-a96a-c459b57fffb1'),
(9497,9497,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2026-01-17 16:02:21','2026-01-17 16:02:21','86518307-c932-4388-b6b3-dc6ddfbaec6f'),
(9499,9499,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,3278,3279],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2026-01-17 16:02:38','2026-01-17 16:02:38','e4e863f2-275e-4351-8eb0-3219470d00bc'),
(9502,9502,1,'Test','test',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"Test\"}',1,'2026-01-17 16:05:23','2026-01-17 16:05:23','212cf3ae-1ee9-49af-af8e-d44c44f4a89f'),
(9503,9503,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-17 16:05:23','2026-01-17 16:05:23','2b71569a-7329-4779-aa81-89617af6446c'),
(9504,9504,1,'Test','test',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"Test\"}',1,'2026-01-17 16:05:23','2026-01-17 16:05:23','6891207b-4dd6-4f60-8185-231dc639ee79'),
(9506,9506,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-17 16:06:20','2026-01-17 16:06:20','93e55e6f-a6e7-4f62-8008-9e524ce593cd'),
(9508,9508,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-17 16:07:22','2026-01-17 16:07:22','8a77cd5e-3449-4a5f-97e2-5a170e6ed6ac'),
(9510,9510,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-17 16:07:41','2026-01-17 16:07:41','e2c608ff-faf2-4aeb-9814-26429ad50894'),
(9512,9512,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-17 16:08:01','2026-01-17 16:08:01','7593e253-96e7-46ba-822d-396ff2dcd7da'),
(9514,9514,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2026-01-17 16:10:02','2026-01-17 16:10:02','58c8d519-fc59-44ed-9453-9da52c76affd'),
(9515,9515,1,'Majorie F.','majorie-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My daughter stayed at the Roosevelt facility during recovery and I have nothing but good things to say. The facility was clean and I was thankful and grateful for all of the daily activities and entertainment that was offered; it made her more comfortable and engaging than I had seen her in the past few years.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Majorie F.\"}',1,'2026-01-17 16:10:02','2026-01-17 16:10:02','44993b5b-bbf6-45f1-bece-83cc300162a5'),
(9517,9517,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2026-01-17 16:10:35','2026-01-17 16:10:35','2ee2c5f8-18f7-4ddc-bd12-6024c6ad2b04'),
(9518,9518,1,'Roosevelt Old Bridge Gym',NULL,NULL,NULL,1,'2026-01-17 16:12:42','2026-01-17 16:12:42','37b9b361-d735-4df9-b3ff-80e44443c5fa'),
(9519,9519,1,'Roosevelt Old Bridge Double Room',NULL,NULL,NULL,1,'2026-01-17 16:12:45','2026-01-17 16:12:45','4232c304-3024-4351-94fa-83581c1919e0'),
(9520,9520,1,'Roosevelt Old Bridge Single Room',NULL,NULL,NULL,1,'2026-01-17 16:12:48','2026-01-17 16:12:48','37253b96-fca9-4090-a592-d75247ada980'),
(9521,9521,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9518,9519,9520],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2026-01-17 16:12:54','2026-01-17 16:12:54','bbf87810-937c-4b8f-b6c5-6a3f6801483b'),
(9523,9523,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3091,2972,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9518,9519,9520],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2026-01-17 16:13:00','2026-01-17 16:13:00','c01bc82b-bcb6-4c96-b283-2e8844b3d2aa'),
(9524,9524,1,'Margate Park',NULL,NULL,NULL,1,'2026-01-17 16:15:19','2026-01-17 16:15:56','8e731f98-0591-4869-bb9f-a0cb96f4af8b'),
(9525,9525,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-17 16:15:23','2026-01-17 16:15:23','1f61e3a3-d093-4ee3-8a9d-8dfa2410256e'),
(9527,9527,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-17 16:15:58','2026-01-17 16:15:58','77b5a0e3-ae70-42c2-950f-f1d355afaef2'),
(9529,9529,1,'Uptown 3',NULL,NULL,NULL,1,'2026-01-17 16:16:18','2026-01-17 16:16:18','7b3aaf83-823e-4d0c-ac99-77b39fde5512'),
(9530,9530,1,'Uptown 2',NULL,NULL,NULL,1,'2026-01-17 16:16:19','2026-01-17 16:16:19','262aff92-1820-47e1-a437-c81f3345ced5'),
(9531,9531,1,'Uptown',NULL,NULL,NULL,1,'2026-01-17 16:16:19','2026-01-17 16:16:19','9db1ef6a-9290-4644-9150-4b9659312771'),
(9532,9532,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-17 16:16:28','2026-01-17 16:16:28','c64efe4e-ad11-4cb3-8757-8bf98d0bf7b4'),
(9534,9534,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-17 16:16:38','2026-01-17 16:16:38','5a59f07a-e4f0-468b-8082-0563252438e6'),
(9535,9535,1,'Beacon 1',NULL,NULL,NULL,1,'2026-01-17 16:17:55','2026-01-17 16:17:55','53f945ea-1bc4-41e8-ae4a-0e679c27535f'),
(9536,9536,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9535],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-17 16:17:59','2026-01-17 16:17:59','d19a3f03-5276-41fc-a3d4-71371bad536a'),
(9538,9538,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9535],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-17 16:18:59','2026-01-17 16:18:59','0046e5cd-6671-41e2-b280-d0ba82f81d2e'),
(9540,9540,1,'4 QM',NULL,NULL,NULL,1,'2026-01-17 16:30:01','2026-01-17 16:30:01','8d5ca974-fb3e-4b07-93be-5bf3c9eb9f2c'),
(9542,9542,1,'4 QM','4-qm',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"4 QM\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9540]}',1,'2026-01-17 16:30:16','2026-01-17 16:30:16','3cc63be1-b035-44b9-b777-68303aafce1d'),
(9543,9543,1,'4 Overall',NULL,NULL,NULL,1,'2026-01-17 16:31:05','2026-01-17 16:31:05','3ee5382a-33d8-4f0c-b872-ae1d34ab222d'),
(9545,9545,1,'CMS 4 Star Overall','cms-4-star-overall',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS 4 Star Overall\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9543]}',1,'2026-01-17 16:31:11','2026-01-17 16:31:11','3712b7f7-ed56-4d41-adf4-1b6a9e22760e'),
(9546,9546,1,'5 Overall',NULL,NULL,NULL,1,'2026-01-17 16:31:34','2026-01-17 16:31:34','b1569557-410d-4b91-a452-dccb11c527b2'),
(9548,9548,1,'CMS Five Star Overall','cms-five-star-overall',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS Five Star Overall\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9546]}',1,'2026-01-17 16:31:40','2026-01-17 16:31:40','80aef436-5be1-49da-aa03-e8e7fd0c8d3e'),
(9549,9549,1,'Legacy Award','legacy-award',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Legacy Award\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9714]}',1,'2026-01-17 16:31:53','2026-01-17 19:32:50','8f034509-8109-46c6-9e66-ecfdb06c01fd'),
(9551,9551,1,'Legacy Award','legacy-award',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Legacy Award\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9550]}',1,'2026-01-17 16:32:10','2026-01-17 16:32:10','8b771117-1ba2-4217-af23-d94e07cd9790'),
(9552,9552,1,'High 5','high-5',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"High 5\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9710]}',1,'2026-01-17 16:32:15','2026-01-17 19:36:01','561f2954-7d17-4ff0-a569-f56a49dca1a1'),
(9553,9553,1,'High 5',NULL,NULL,NULL,1,'2026-01-17 16:32:26','2026-01-17 16:32:26','2503532f-71e3-41e7-9d4a-09adfc11edf9'),
(9554,9554,1,'High 5','high-5',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"High 5\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9553]}',1,'2026-01-17 16:32:29','2026-01-17 16:32:29','e3c2f903-7366-4284-a99a-e74619bb2e89'),
(9555,9555,1,'WW Google','ww-google',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"WW Google\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9717]}',1,'2026-01-17 16:32:33','2026-01-17 19:34:03','6e8f60da-8361-44b5-8e67-2455d5eb4334'),
(9556,9556,1,'WW',NULL,NULL,NULL,1,'2026-01-17 16:32:50','2026-01-17 16:32:50','214d4a6b-a873-4630-bdda-7025722b1d8f'),
(9557,9557,1,'WW Google','ww-google',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"WW Google\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9556]}',1,'2026-01-17 16:32:52','2026-01-17 16:32:52','038c0cee-9863-49ac-b1cd-f3e66bb6515a'),
(9558,9558,1,'Holmdel Google','holmdel-google',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Holmdel Google\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9720]}',1,'2026-01-17 16:32:56','2026-01-17 19:34:35','2f3d4bca-2fc0-4274-a1ca-60e282466669'),
(9559,9559,1,'Holmdel',NULL,NULL,NULL,1,'2026-01-17 16:33:11','2026-01-17 16:33:11','3aea4c35-0609-42c5-9392-8edc8c3593f0'),
(9560,9560,1,'Holmdel Google','holmdel-google',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Holmdel Google\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9559]}',1,'2026-01-17 16:33:14','2026-01-17 16:33:14','811c3deb-6774-4603-a24d-006abe040e1c'),
(9562,9562,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-17 16:33:51','2026-01-17 16:33:51','5d9c3dde-8957-43e6-99b3-6a5c41065385'),
(9564,9564,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-17 16:34:42','2026-01-17 16:34:42','b0d38493-6d2c-429d-b9f0-82037ad023a6'),
(9566,9566,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,6547,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-17 16:36:56','2026-01-17 16:36:56','071bc2ea-b2de-4526-86c8-c4a2d43b92b5'),
(9568,9568,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-17 16:40:31','2026-01-17 16:40:31','a87c44a0-1343-4f37-b0a2-b2c33f19f87b'),
(9569,9569,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-17 16:41:23','2026-01-17 16:41:23','0f063850-2095-48e0-b81c-08d6a1b76acd'),
(9571,9571,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-17 16:41:26','2026-01-17 16:41:26','f4a69a81-cd7f-4fbe-b095-49d9f3f39dbb'),
(9573,9573,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2972,2974,617,605],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-17 16:41:46','2026-01-17 16:41:46','36d5f2ac-850e-49a6-a3de-9259266ec3bf');
INSERT INTO `elements_sites` VALUES
(9575,9575,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-17 16:43:42','2026-01-17 16:43:42','a2fc7c2e-6ffb-4efe-87fe-c22d1f3a544e'),
(9577,9577,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-17 16:44:17','2026-01-17 16:44:17','cbee7dda-68be-48e7-b6e2-31700832a029'),
(9579,9579,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-17 16:44:39','2026-01-17 16:44:39','8abf50b3-8746-48e3-bb67-9a6adea04b25'),
(9582,9582,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-17 16:45:25','2026-01-17 16:45:25','c912e620-efaf-4b53-906f-310d99fd6404'),
(9584,9584,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-17 16:45:28','2026-01-17 16:45:28','4d74ecc1-837b-4884-a94e-ce7ef94a60eb'),
(9586,9586,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-17 16:46:33','2026-01-17 16:46:33','a950302b-837a-45b8-ac7f-178a7a515d91'),
(9588,9588,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-17 16:46:50','2026-01-17 16:46:50','54477574-c173-4902-8d18-dc379348e497'),
(9589,9589,1,'Inglemoor Dining room',NULL,NULL,NULL,1,'2026-01-17 16:48:35','2026-01-17 16:48:35','55a1d4d8-cfae-4c55-bfb4-29f164e51643'),
(9590,9590,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-17 16:49:11','2026-01-17 16:49:11','18b8a4ed-9697-49e6-ae18-58d6c9aa3db0'),
(9592,9592,1,'Milford Manor Lobby website',NULL,NULL,NULL,1,'2026-01-17 16:52:44','2026-01-17 16:52:44','434dd528-51fc-418f-8a30-29477d77a7e4'),
(9593,9593,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-17 16:54:58','2026-01-17 16:54:58','bb753d05-f353-4300-9dcd-9644f2ebd954'),
(9596,9596,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-17 16:56:12','2026-01-17 16:56:12','a3e38955-c030-448c-8866-f9cee9428825'),
(9598,9598,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-17 16:56:34','2026-01-17 16:56:34','0fab15f8-aa0f-41d6-8673-a138829a41ff'),
(9600,9600,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-17 16:58:11','2026-01-17 16:58:11','8052189f-f990-43ee-8ea1-5001c4ba8230'),
(9602,9602,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-17 16:58:14','2026-01-17 16:58:14','8cf47a6e-92b6-4ce5-9b46-9d84b923997a'),
(9604,9604,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-17 16:58:37','2026-01-17 16:58:37','a547b355-cd58-4a94-a524-dbe87e097b9a'),
(9606,9606,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-17 16:59:52','2026-01-17 16:59:52','d7564ba6-4793-4006-b81e-05eb900384b6'),
(9608,9608,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-17 16:59:56','2026-01-17 16:59:56','b92b5993-a170-47db-9905-f61d432ead9b'),
(9610,9610,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3025,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-17 17:00:02','2026-01-17 17:00:02','f50858b2-12e2-439f-b23d-cd90cd220b5d'),
(9611,9611,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-17 17:02:11','2026-01-17 17:02:11','bd185d56-c34f-4542-8f13-2446a4bf8fcf'),
(9613,9613,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-17 17:02:14','2026-01-17 17:02:14','56ba18b1-dd29-46c0-9fa3-0f5f5b9565b3'),
(9615,9615,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-17 17:02:18','2026-01-17 17:02:18','576afd77-0dc9-4388-8ab3-d3485a30d496'),
(9617,9617,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-17 17:03:47','2026-01-17 17:03:47','cb8fe861-96a9-4417-b859-cfaed1e39dd8'),
(9619,9619,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-17 17:03:50','2026-01-17 17:03:50','c14c70db-c356-405e-b813-a015deef2f31'),
(9621,9621,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-17 17:03:54','2026-01-17 17:03:54','382086a2-b677-422a-afb9-1d4f8394ff81'),
(9622,9622,1,'Regent Dining 1',NULL,NULL,NULL,1,'2026-01-17 17:20:14','2026-01-17 17:20:14','31eb214f-c109-4194-95f5-2db5e9aa25ed'),
(9623,9623,1,'Regent Dining 2',NULL,NULL,NULL,1,'2026-01-17 17:20:17','2026-01-17 17:20:17','e7e45ffd-38fc-422f-bf63-77fb0fbb9f22'),
(9624,9624,1,'Regent Gym 1 edit',NULL,NULL,NULL,1,'2026-01-17 17:20:20','2026-01-17 17:20:20','f79ca217-134c-4e7f-ab2f-9891673d91ff'),
(9625,9625,1,'Regent Gym 2',NULL,NULL,NULL,1,'2026-01-17 17:20:23','2026-01-17 17:20:23','c96bacc7-3dd6-44a7-a742-17d237e29823'),
(9626,9626,1,'Regent Gym 3 edit',NULL,NULL,NULL,1,'2026-01-17 17:20:26','2026-01-17 17:20:26','9b194b03-535e-4133-81e3-c6e588c601fd'),
(9627,9627,1,'Regent Hall 2',NULL,NULL,NULL,1,'2026-01-17 17:20:29','2026-01-17 17:20:29','1ab1f594-f727-4031-ac7d-69e741d5d77e'),
(9628,9628,1,'Regent Hall',NULL,NULL,NULL,1,'2026-01-17 17:20:32','2026-01-17 17:20:32','6aa0a24c-f6a6-40ca-82f5-0a2cd72b14c7'),
(9629,9629,1,'Regent Lobby 1',NULL,NULL,NULL,1,'2026-01-17 17:20:35','2026-01-17 17:20:35','643573fd-aff5-4bdb-9f1d-0df5f3affc1c'),
(9630,9630,1,'Regent Lobby 2',NULL,NULL,NULL,1,'2026-01-17 17:20:38','2026-01-17 17:20:38','a21450d6-b1af-4d89-8f16-15823fa6f847'),
(9631,9631,1,'Regent Lobby 3',NULL,NULL,NULL,1,'2026-01-17 17:20:41','2026-01-17 17:20:41','ed41ef72-5c4f-4d1f-ba0c-211cbd51449e'),
(9632,9632,1,'Regent Room 1',NULL,NULL,NULL,1,'2026-01-17 17:20:44','2026-01-17 17:20:44','0f466bdd-cf47-490a-9162-865168f5d33a'),
(9633,9633,1,'Regent room 2',NULL,NULL,NULL,1,'2026-01-17 17:20:47','2026-01-17 17:20:47','dba8e71f-23c0-42c0-b105-5275cb709442'),
(9635,9635,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9633,9632,9631,9630,9629,9628,9627,9626,9625,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-17 17:21:48','2026-01-17 17:21:48','9f7a4a26-43d7-4f59-b63e-b27ab76c681c'),
(9637,9637,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622,9629],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-17 17:23:48','2026-01-17 17:23:48','11591673-899a-43dc-acf7-b1c1a4e5ae61'),
(9639,9639,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2972,2974,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-17 17:24:15','2026-01-17 17:24:15','5a1a4339-1f9e-47a5-bfe5-62c67ba0ce8a'),
(9640,9640,1,'Newsweek 2026','newsweek-2026',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9641],\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Newsweek 2026\"}',1,'2026-01-17 18:13:48','2026-01-17 20:00:28','074b2483-d815-43a5-bc57-c2be930b3d31'),
(9641,9641,1,'Newsweek Best Nursing Home CC Badge 2026',NULL,NULL,NULL,1,'2026-01-17 18:14:03','2026-01-17 18:14:03','e98f68a8-4dd0-4d27-b0dd-ceefc1e13a21'),
(9642,9642,1,'Newsweek 2026','newsweek-2026',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Newsweek 2026\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9641]}',1,'2026-01-17 18:14:06','2026-01-17 18:14:06','ab5c1b93-a8ca-4c3e-8b62-3c8dc5d00f63'),
(9644,9644,1,'Newsweek 2025','newsweek',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Newsweek 2025\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2872]}',1,'2026-01-17 18:14:19','2026-01-17 18:14:19','112ba666-212d-47af-8a8b-23c4b2c520ca'),
(9646,9646,1,'CMS 4 Quality','4-qm',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS 4 Quality\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9540]}',1,'2026-01-17 18:15:39','2026-01-17 18:15:39','65f351c5-33fe-41cc-844f-8f9246eaf699'),
(9648,9648,1,'How long will my loved one need to be in rehab?','how-long-will-my-loved-one-need-to-be-in-rehab',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[333],\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"The length of stay in rehab varies for each individual and depends on their medical condition, therapy goals, and progress.  Some patients may need a short stay of a few days while other may benefit from several weeks of rehabilitation.  Our care team regularly evaluates progress and will communicate with you about goals, milestones, and next steps - including discharge planning or transitions in care if needed.\"}',1,'2026-01-17 18:24:45','2026-01-17 18:31:05','d6a6d7d5-2cdf-4460-9dcf-1cdbc3fcb7fb'),
(9649,9649,1,'How long will my loved one need to be in rehab?','how-long-will-my-loved-one-need-to-be-in-rehab',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[333],\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"The length of stay in rehab varies for each individual and depends on their medical condition, therapy goals, and progress.  Some patients may need a short stay of a few days while other may benefit from several weeks of rehabilitation.  Our care team regularly evaluates progress and will communicate with you about goals, milestones, and next steps - including discharge planning or transitions in care if needed.\"}',1,'2026-01-17 18:26:47','2026-01-17 18:26:47','742ed7e7-d892-4c46-97c2-cf43fd2aaf54'),
(9650,9650,1,'Is there a dietician that can assist with my loved one\'s dietary needs?','is-there-a-dietician-that-can-assist-with-my-loved-ones-dietary-needs',NULL,'{\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"Yes.  Our dietary team works closely with nursing ad medical staff to support your loved one\'s nutritional needs.  Dieticians are involved in care planning to accommodate medication conditions, dietary restrictions, cultural preference and personal tastes.\",\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[333]}',1,'2026-01-17 18:27:12','2026-01-17 18:31:41','9eeb9bc0-630e-4cae-b4d4-cb215c77456d'),
(9651,9651,1,'Is there a dietician that can assist with my loved one\'s dietary needs?','is-there-a-dietician-that-can-assist-with-my-loved-ones-dietary-needs',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[333],\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"Yes.  Our dietary team works closely with nursing ad medical staff to support your loved one\'s nutritional needs.  Dieticians are involved in care planning to accommodate medication conditions, dietary restrictions, cultural preference and personal tastes.\"}',1,'2026-01-17 18:28:32','2026-01-17 18:28:32','683df9a4-4dd2-4dbc-8ec1-fe67a85c3dd2'),
(9652,9652,1,'Will I be updated if my loved one\'s care needs or location change?','will-i-be-updated-if-my-loved-ones-care-needs-or-location-change',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[337],\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"Yes.  If there is a change in care level, unit, or room, our team will communicate with you and help you understand what to expect.  We\'re committed to keeping families informed and supported every step of the way.\"}',1,'2026-01-17 18:28:40','2026-01-17 18:31:54','83c39238-823c-4a77-8c02-448326910fd5'),
(9653,9653,1,'Will I be updated if my loved one\'s care needs or location change?','will-i-be-updated-if-my-loved-ones-care-needs-or-location-change',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[337],\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"Yes.  If there is a change in care level, unit, or room, our team will communicate with you and help you understand what to expect.  We\'re committed to keeping families informed and supported every step of the way.\"}',1,'2026-01-17 18:30:11','2026-01-17 18:30:11','8ef1bfd2-f595-4c72-8035-50bd17dc005b'),
(9654,9654,1,'What should I bring when my loved one is admitted?','what-should-i-bring-when-my-loved-one-is-admitted',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[331],\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"Recommended items include comfortable clothing, sneakers, toiletries, assistive devices (like hearing aids or glasses), and personal items that bring comfort. We suggest labeling personal items prior to admission. You can also bring change for the vending machines, and any electronics or personal devices to keep you busy. Our admissions team can provide a detailed checklist.\"}',1,'2026-01-17 18:32:42','2026-01-17 18:32:42','399e3988-62cc-475e-bf87-77d9beabeffd'),
(9655,9655,1,'How do you personalize care plans?','how-do-you-personalize-care-plans',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[333],\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"Each resident receives a full assessment, allowing us to create a customized care plan that evolves with their needs. By coordinating with a network of providers and specialists, we ensure every resident receives the best care possible.\"}',1,'2026-01-17 18:33:12','2026-01-17 18:33:12','4f0bbe2f-4ac0-461a-b046-cbd8adf264d6'),
(9656,9656,1,'How often will I see a physician?','how-often-will-i-see-a-physician',NULL,'{\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"New admissions meet with a physician within 3 days of arriving.  While you will see a physician less frequently during your skilled nursing stay then you did while you were hospitalized, you can request to see or speak to your doctor between visits.  You will also most likely be seen more often by a Nurse Practitioner or Physician\'s Assistant.\",\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[333]}',1,'2026-01-17 18:33:15','2026-01-17 18:35:53','6ab4968e-28db-43b8-91e5-36cf8589bc36'),
(9657,9657,1,'How often will I see a physician?','how-often-will-i-see-a-physician',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[333],\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"New admissions meet with a physician within 3 days of arriving.  While you will see a physician less frequently during your skilled nursing stay then you did while you were hospitalized, you can request to see or speak to your doctor between visits.  You will also most likely be seen more often by a Nurse Practitioner or Physician\'s Assistant.\"}',1,'2026-01-17 18:35:28','2026-01-17 18:35:28','440eed4d-bcd0-44a5-8965-48900715d85b'),
(9663,9663,1,'CC Badges for Website High5',NULL,NULL,NULL,1,'2026-01-17 18:56:43','2026-01-17 18:56:43','ae27b129-3690-4532-9862-565fcdc24022'),
(9664,9664,1,'CC Badges for Website Holmdel Google',NULL,NULL,NULL,1,'2026-01-17 18:56:44','2026-01-17 18:56:44','cd2355b1-9bad-4741-aba5-5b808f2ef2a3'),
(9666,9666,1,'CC Badges for Website Preferred Provider Place Holder',NULL,NULL,NULL,1,'2026-01-17 18:56:46','2026-01-17 18:56:46','a9a40ad9-83b3-4cf4-bfe9-ca78c04956be'),
(9669,9669,1,'CC Badges for Website Legacy Award',NULL,NULL,NULL,1,'2026-01-17 18:58:04','2026-01-17 18:58:04','4dfa8fcd-d389-42f6-b758-dd5089d83526'),
(9672,9672,1,'CC Badges for Website High5',NULL,NULL,NULL,1,'2026-01-17 18:58:38','2026-01-17 18:58:38','b13b4b89-05cf-4c42-bada-68041a706ff9'),
(9675,9675,1,'CC Badges for Website Preferred Provider Place Holder',NULL,NULL,NULL,1,'2026-01-17 18:59:23','2026-01-17 18:59:23','7517e4ef-1361-4737-b317-efa16b80411f'),
(9677,9677,1,'CC CMS 4 O',NULL,NULL,NULL,1,'2026-01-17 19:00:15','2026-01-17 19:00:15','015d5d55-b62a-4715-96eb-bb6062579799'),
(9680,9680,1,'Preferred Provider Atlanti Care',NULL,NULL,NULL,1,'2026-01-17 19:03:08','2026-01-17 19:03:08','503e4388-44e7-4236-9d80-a7f4dd873af9'),
(9685,9685,1,'Care Age Single Room',NULL,NULL,NULL,1,'2026-01-17 19:21:40','2026-01-17 19:22:21','3fb5faed-9975-4331-ace5-7d20828b8936'),
(9686,9686,1,'Care Age Single Room 2',NULL,NULL,NULL,1,'2026-01-17 19:21:44','2026-01-17 19:22:32','8e273258-5ba4-408c-945a-e6d13fc0bf2c'),
(9687,9687,1,'Care Age Single Room 3',NULL,NULL,NULL,1,'2026-01-17 19:21:48','2026-01-17 19:23:17','59395e21-5de7-4599-8eaf-41d8c6d0c918'),
(9688,9688,1,'Care Age Double Room 1',NULL,NULL,NULL,1,'2026-01-17 19:21:51','2026-01-17 19:23:28','57f581b5-5883-458c-a7ca-ea309416f3bc'),
(9689,9689,1,'Care Age Double Room 2',NULL,NULL,NULL,1,'2026-01-17 19:21:55','2026-01-17 19:23:39','a3f30864-7080-424f-857a-5774a5c4264e'),
(9690,9690,1,'Care Age Gym',NULL,NULL,NULL,1,'2026-01-17 19:21:59','2026-01-17 19:23:52','e08208d8-e75e-402d-8e9e-06839d1df683'),
(9691,9691,1,'367 A3695',NULL,NULL,NULL,1,'2026-01-17 19:22:03','2026-01-17 19:22:03','98d9af4c-e16c-4af3-8d57-fcead45af953'),
(9692,9692,1,'Care Age Exterior',NULL,NULL,NULL,1,'2026-01-17 19:22:07','2026-01-17 19:24:21','e67315f6-dfcc-4e06-b340-9916c73c408d'),
(9693,9693,1,'Care Age Family Room',NULL,NULL,NULL,1,'2026-01-17 19:26:39','2026-01-17 19:26:39','4bc072d1-caac-4a39-97be-6569bbd7d53e'),
(9694,9694,1,'Care Age Outdoor Patio',NULL,NULL,NULL,1,'2026-01-17 19:26:42','2026-01-17 19:26:42','4a28dd00-4fd7-4a42-b638-9a1030c5cb39'),
(9695,9695,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,3025],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-17 19:27:11','2026-01-17 19:27:11','9d86b453-03d3-43a3-a4ad-0579af66fe42'),
(9698,9698,1,'CC CMS 5 O',NULL,NULL,NULL,1,'2026-01-17 19:30:42','2026-01-17 19:30:42','f1c03ce6-6829-47be-b7b4-bdcb668b1c9a'),
(9699,9699,1,'CMS Five Star Overall','cms-five-star-overall',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS Five Star Overall\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9698]}',1,'2026-01-17 19:30:46','2026-01-17 19:30:46','36711976-8e29-4389-b2af-1198fca5ff97'),
(9701,9701,1,'CC CMS 5 QM',NULL,NULL,NULL,1,'2026-01-17 19:31:03','2026-01-17 19:31:03','e3d32483-bfa8-4caf-8c53-b2345d7015e8'),
(9702,9702,1,'CMS Five Star Quality','cms-five-star-quality-measures-from',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS Five Star Quality\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9701]}',1,'2026-01-17 19:31:06','2026-01-17 19:31:06','8879113a-034b-4d33-a3eb-b418fb1d1582'),
(9704,9704,1,'CC CMS 4 O',NULL,NULL,NULL,1,'2026-01-17 19:31:21','2026-01-17 19:31:21','819e9ac5-7c15-4921-9edd-08330dd557ee'),
(9705,9705,1,'CMS 4 Star Overall','cms-4-star-overall',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS 4 Star Overall\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9704]}',1,'2026-01-17 19:31:25','2026-01-17 19:31:25','8f223ebe-0eb1-4499-8fe8-3fac51c7965b'),
(9707,9707,1,'CC CMS 4 QM',NULL,NULL,NULL,1,'2026-01-17 19:31:42','2026-01-17 19:31:42','386e4368-3b53-4e10-b70d-b2d508affe56'),
(9708,9708,1,'CMS 4 Quality','4-qm',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"CMS 4 Quality\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9707]}',1,'2026-01-17 19:31:45','2026-01-17 19:31:45','9c9048f2-1f3e-4a6d-aa13-17e4ab44b6c1'),
(9710,9710,1,'CC Badges for Website High5',NULL,NULL,NULL,1,'2026-01-17 19:32:01','2026-01-17 19:32:01','41520219-d74f-46ee-a68f-64c192110c82'),
(9711,9711,1,'High 5','high-5',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"High 5\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9710]}',1,'2026-01-17 19:32:04','2026-01-17 19:32:04','7153dc9e-b2c7-4e71-9ec5-f6000f145b2a'),
(9712,9712,1,'Newsweek 2025','newsweek',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Newsweek 2025\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[2872]}',1,'2026-01-17 19:32:25','2026-01-17 19:32:25','4f247379-48ab-4a88-9ed7-7f9e220f2e07'),
(9714,9714,1,'CC Legacy Award 2024 Badge',NULL,NULL,NULL,1,'2026-01-17 19:32:47','2026-02-13 16:37:39','53ef5b95-d61e-4e65-847f-555d4b5d8b2b'),
(9715,9715,1,'Legacy Award','legacy-award',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Legacy Award\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9714]}',1,'2026-01-17 19:32:50','2026-01-17 19:32:50','bcada6cc-1fa9-45e7-8616-a811c6502b93'),
(9717,9717,1,'CC Badges for Website WW Google',NULL,NULL,NULL,1,'2026-01-17 19:34:00','2026-01-17 19:34:00','4e0f33fc-d8f8-4cb3-90af-0e879d83ca98'),
(9718,9718,1,'WW Google','ww-google',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"WW Google\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9717]}',1,'2026-01-17 19:34:03','2026-01-17 19:34:03','75892b4b-3949-457d-b188-7e8fb535536d'),
(9720,9720,1,'CC Badges for Website Holmdel Google',NULL,NULL,NULL,1,'2026-01-17 19:34:20','2026-01-17 19:34:20','5dabe11e-d813-49a6-952d-e39a122388ee'),
(9721,9721,1,'Holmdel Google','holmdel-google',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Holmdel Google\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9720]}',1,'2026-01-17 19:34:35','2026-01-17 19:34:35','a30365ad-1fbf-4df7-b3f0-9be79196d120'),
(9724,9724,1,'US News LTC 2025','us-news-ltc-2026',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"US News LTC 2025\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9725]}',1,'2026-01-17 19:59:46','2026-01-17 20:01:11','a743b15b-238e-4316-a294-43f31cabb123'),
(9725,9725,1,'Badge Nursing Homes Long Term year 2025',NULL,NULL,NULL,1,'2026-01-17 20:00:14','2026-01-17 20:00:14','62e40867-de5a-4628-8160-d7b3e0e1b3d5'),
(9726,9726,1,'US News LTC 2026','us-news-ltc-2026',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"US News LTC 2026\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9725]}',1,'2026-01-17 20:00:19','2026-01-17 20:00:19','0c3e65b4-776e-4dfb-813d-7c2ff8c82727'),
(9727,9727,1,'US News STR 2025','us-news-str-2025',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"US News STR 2025\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9728]}',1,'2026-01-17 20:00:30','2026-01-17 20:03:12','1d8ecce2-00db-4634-9d3f-f271c4e3a8df'),
(9728,9728,1,'Badge Nursing Homes Short Term year 2025',NULL,NULL,NULL,1,'2026-01-17 20:00:46','2026-01-17 20:00:46','6df205f4-a35f-4d05-92b3-8805e21121c9'),
(9729,9729,1,'US News STR 2025','us-news-str-2025',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"US News STR 2025\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9728]}',1,'2026-01-17 20:01:01','2026-01-17 20:01:01','c8e0d8ef-a5f9-4f48-9c0e-3145a10a7ab6'),
(9731,9731,1,'US News LTC 2025','us-news-ltc-2026',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"US News LTC 2025\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9725]}',1,'2026-01-17 20:01:11','2026-01-17 20:01:11','5124d374-bd42-4f45-b898-c40754c644b2'),
(9732,9732,1,'US News STR 2026','us-news-str-2026',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9733],\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"US News STR 2026\"}',1,'2026-01-17 20:02:14','2026-01-17 20:02:59','4a5e3a5c-de05-4b33-8ac0-a8596dc4d57a'),
(9733,9733,1,'Badge Nursing Homes Short Term year',NULL,NULL,NULL,1,'2026-01-17 20:02:32','2026-01-17 20:02:32','0936b81e-ef82-4fc7-8b17-d25dddf77358'),
(9734,9734,1,'US News STR 2026','us-news-str-2026',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"US News STR 2026\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9733]}',1,'2026-01-17 20:02:34','2026-01-17 20:02:34','383923d9-0da5-430d-85e8-5f8244def387'),
(9735,9735,1,'US News LTC 2026','us-news-ltc-2026',NULL,'{\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9736],\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"US News LTC 2026\"}',1,'2026-01-17 20:02:37','2026-01-17 20:03:02','8bfd129d-cf04-4fd1-bbeb-f0a6cabbc9d3'),
(9736,9736,1,'Badge Nursing Homes Long Term year',NULL,NULL,NULL,1,'2026-01-17 20:02:49','2026-01-17 20:02:49','791e4463-00ad-4185-be54-f7367afd2d53'),
(9737,9737,1,'US News LTC 2026','us-news-ltc-2026',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"US News LTC 2026\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9736]}',1,'2026-01-17 20:02:51','2026-01-17 20:02:51','d5861124-7770-4be6-bf63-d372ea577a09'),
(9739,9739,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-17 20:05:20','2026-01-17 20:05:20','1ababa81-c60c-469b-afb6-d2da0fb44bed'),
(9741,9741,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-17 20:05:24','2026-01-17 20:05:24','bd3d567e-624c-46f6-8d4b-f260921c8df0'),
(9743,9743,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604,2610],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-17 20:06:41','2026-01-17 20:06:41','ee88c53c-93c8-4e8f-8bd4-b7f14b3a9e07'),
(9745,9745,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2622,2598,2608,2600,2602,2612,2604,2610],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-17 20:07:09','2026-01-17 20:07:09','7508df98-b58e-47df-a365-05694d4407d5'),
(9747,9747,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-17 20:07:42','2026-01-17 20:07:42','3153b484-7782-41ef-a981-264585694f73'),
(9749,9749,1,'Hales Corners External 1',NULL,NULL,NULL,1,'2026-01-17 20:08:01','2026-01-17 20:08:01','f1cfd252-f86c-457e-b530-19c80a4b0326'),
(9750,9750,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-17 20:08:14','2026-01-17 20:08:14','0b838a46-0afa-4cf9-a9c3-8b6b38e5fa6a'),
(9752,9752,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-17 20:08:28','2026-01-17 20:08:28','b190d9df-ebcb-4b29-b3c0-a3ebd834a873'),
(9754,9754,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-17 20:08:53','2026-01-17 20:08:53','ea0920f0-37ce-4d01-8ee5-9b782d528d95'),
(9756,9756,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-17 20:09:25','2026-01-17 20:09:25','d76b9b40-ce65-4a25-a838-cf28fbb01f6a'),
(9758,9758,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-17 20:09:30','2026-01-17 20:09:30','099c3bb5-8fad-4e90-ba1a-96aa4d48cd74'),
(9760,9760,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-17 20:10:11','2026-01-17 20:10:11','0d8ea200-5b9f-4845-8c6c-f0ae2ebd2a33'),
(9762,9762,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-17 20:10:37','2026-01-17 20:10:37','356c79d3-8a83-4553-a423-7981a81aac84'),
(9764,9764,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-17 20:11:05','2026-01-17 20:11:05','f7f2ab43-0798-4769-9fe2-6bbce54ae053'),
(9766,9766,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-17 20:12:46','2026-01-17 20:12:46','710efd8a-660d-4d5f-b36f-431db8dbfe5f'),
(9768,9768,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-17 20:13:11','2026-01-17 20:13:11','83e90c49-4933-4eb6-9b6b-78546e10d1b7'),
(9770,9770,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-17 20:13:34','2026-01-17 20:13:34','a2d13c84-12e4-48e4-9abc-7f8c7cc8cdf9'),
(9772,9772,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-17 20:14:11','2026-01-17 20:14:11','06261876-4dd0-4a17-aa10-1fa6f643b51b'),
(9774,9774,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-17 20:14:15','2026-01-17 20:14:15','33e758a6-36de-4c96-b0c6-d962bc43381f'),
(9776,9776,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-17 20:14:52','2026-01-17 20:14:52','01942141-0436-4db5-b2ea-46ce06c52e07'),
(9778,9778,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-17 20:15:33','2026-01-17 20:15:33','08635983-66a4-456a-98dd-74ad50f4b1be'),
(9780,9780,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-17 20:15:37','2026-01-17 20:15:37','d5a473a4-0a0d-486a-ae69-002dcc47db07'),
(9782,9782,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-17 20:16:34','2026-01-17 20:16:34','561968b2-9ade-4bb9-b2d7-036b711a737b'),
(9784,9784,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-17 20:16:46','2026-01-17 20:16:46','0c4af554-950f-4b74-a6ca-979344d98861'),
(9786,9786,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-17 20:17:24','2026-01-17 20:17:24','11e8f647-2acb-4ec9-b761-d39471361a9b'),
(9788,9788,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9535],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-17 20:18:46','2026-01-17 20:18:46','36f31bb2-83a7-42f9-ac12-526985131c54'),
(9790,9790,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9535],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-17 20:18:49','2026-01-17 20:18:49','594ec8d2-a716-4acc-a062-968f63b0c101'),
(9792,9792,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-17 20:19:05','2026-01-17 20:19:05','6583bb0a-fd0e-4b19-b2cb-8ab623793b62'),
(9794,9794,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-17 20:19:21','2026-01-17 20:19:21','87e89cca-8dfd-4ec1-98ac-f5001a5fd0a7'),
(9796,9796,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-17 20:20:19','2026-01-17 20:20:19','ac4b3a9d-ef7f-4869-a982-0fa68858f504'),
(9798,9798,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-17 20:21:06','2026-01-17 20:21:06','922a67c6-48f1-4553-83f9-120409fafc78'),
(9800,9800,1,'Hales Corners Dining Room',NULL,NULL,NULL,1,'2026-01-17 20:21:50','2026-01-17 20:21:50','2e845b7b-0671-439f-b63c-2f6b9988e868'),
(9801,9801,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2972,2974,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-17 20:21:51','2026-01-17 20:21:51','d562f96b-6dc8-48d1-a755-06345deff78d'),
(9803,9803,1,'Hales Corners External 1',NULL,NULL,NULL,1,'2026-01-17 20:21:53','2026-01-17 20:21:53','d1058c03-4c17-4d86-a371-270bf6c9bf1e'),
(9804,9804,1,'Hales Corners External 2',NULL,NULL,NULL,1,'2026-01-17 20:21:56','2026-01-17 20:21:56','6d8aae4d-42a7-4a87-962c-29c6d7072bf7'),
(9805,9805,1,'Hales Corners External 3',NULL,NULL,NULL,1,'2026-01-17 20:21:59','2026-01-17 20:21:59','a93a17f7-1703-44fb-8026-0e335b272277'),
(9806,9806,1,'Hales Corners Gym 1',NULL,NULL,NULL,1,'2026-01-17 20:22:01','2026-01-17 20:22:01','b3ea98d5-55f9-4684-b8c2-e5bccb0e4338'),
(9807,9807,1,'Hales Corners Gym 2',NULL,NULL,NULL,1,'2026-01-17 20:22:04','2026-01-17 20:22:04','33b269e2-d6fa-408a-b3c0-f945b580d699'),
(9808,9808,1,'Hales Corners Room',NULL,NULL,NULL,1,'2026-01-17 20:22:06','2026-01-17 20:22:06','8ca843c7-2e58-43d7-bc03-cbe1c659af27'),
(9809,9809,1,'Hales Corners Room 1',NULL,NULL,NULL,1,'2026-01-17 20:22:09','2026-01-17 20:22:09','bccce329-3ea5-4433-8ffc-8d588002c1de'),
(9810,9810,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2972,2974,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-17 20:22:11','2026-01-17 20:22:11','b9b8c08e-9596-4a97-b39b-6e0ca161e4b4'),
(9811,9811,1,'Hales Corners Room 2',NULL,NULL,NULL,1,'2026-01-17 20:22:11','2026-01-17 20:22:11','de9d496c-1210-4937-bb53-bee18e46c017'),
(9812,9812,1,'Hales Corners sitting Room 1',NULL,NULL,NULL,1,'2026-01-17 20:22:14','2026-01-17 20:22:14','1020a03d-dfc3-4cce-afbc-e8bf8e07675e'),
(9813,9813,1,'Hales Corners Sitting Room',NULL,NULL,NULL,1,'2026-01-17 20:22:17','2026-01-17 20:22:17','38be89c8-ea79-4c64-8d9e-7a08ff2e0f2a'),
(9815,9815,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-17 20:23:13','2026-01-17 20:23:13','e35be371-93f2-4822-9ec8-977e7c36d163'),
(9816,9816,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2969,2972],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-17 20:23:18','2026-01-17 20:23:18','b7a0edae-2dc6-4423-aefb-2c7f910e093c'),
(9818,9818,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-17 20:23:36','2026-01-17 20:23:36','c8f38a2e-e131-44ea-b574-926cc935eddb'),
(9820,9820,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-17 20:24:19','2026-01-17 20:24:19','fce8e4e9-4c32-4a4c-8e32-15ba4af6d2ed'),
(9822,9822,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9309],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9312,9313,9314],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-17 20:24:47','2026-01-17 20:24:47','7b837828-b317-466d-8926-82888cb4ba8f'),
(9824,9824,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,9323],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-17 20:25:17','2026-01-17 20:25:17','99edbfe7-91fe-4091-8039-0a184970d9ab'),
(9826,9826,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9328],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9331,9332,9333,9334,9335,9336],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-17 20:25:56','2026-01-17 20:25:56','cf413f76-b76e-4681-9e5c-617619a3608d'),
(9828,9828,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-17 20:27:17','2026-01-17 20:27:17','93326b7f-3674-40e8-8459-221966b3c048'),
(9830,9830,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-17 20:29:05','2026-01-17 20:29:05','ab056bde-f378-489f-a3c8-e42e15f3ad4c'),
(9832,9832,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-17 20:30:25','2026-01-17 20:30:25','6d67c278-76ba-4133-b1d0-ab07f9a321a9'),
(9834,9834,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9139],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-17 20:30:59','2026-01-17 20:30:59','b6556c9c-1f01-455e-ac17-b8ce0e2d15c6'),
(9836,9836,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-17 20:31:28','2026-01-17 20:31:28','29c0b7ce-71ae-4088-b7d5-6cee6f6227aa'),
(9839,9839,1,'Kinsington Lobby 2',NULL,NULL,NULL,1,'2026-01-17 20:32:17','2026-01-17 20:32:17','fabec43d-daa7-4506-8331-8b23aff40159'),
(9840,9840,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-17 20:32:40','2026-01-17 20:32:40','c77eed87-2b63-4b3e-a1b0-85ee8f84ece3'),
(9842,9842,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-17 20:32:53','2026-01-17 20:32:53','e472943a-7af5-455f-b1f9-eed25a771cd9'),
(9843,9843,1,'Kinsington External 1',NULL,NULL,NULL,1,'2026-01-17 20:33:14','2026-01-17 20:33:14','9e56ea4f-8668-4f6d-b648-fcea22e0ca04'),
(9844,9844,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9839],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-17 20:33:16','2026-01-17 20:33:16','3488fade-6465-4eb9-9b1f-20b75e430ac4'),
(9846,9846,1,'Kinsington External 1',NULL,NULL,NULL,1,'2026-01-17 20:33:43','2026-01-17 20:33:43','89e82f26-383d-42a7-b5c3-f02768525850'),
(9847,9847,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-17 20:33:51','2026-01-17 20:33:51','dc6edab2-7312-458b-98e1-2bb0c088ec5b'),
(9850,9850,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-17 20:34:10','2026-01-17 20:34:10','cc5c8a6e-6bc3-49ad-81d2-b89fdc5e457d'),
(9852,9852,1,'Kinsington External 1',NULL,NULL,NULL,1,'2026-01-17 20:34:32','2026-01-17 20:34:32','de86ee58-e9c8-4293-8bb0-5f27ea1bec76'),
(9853,9853,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-17 20:34:38','2026-01-17 20:34:38','775184ab-333c-4edf-890e-d8cfcae00e78'),
(9854,9854,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-17 20:34:40','2026-01-17 20:34:40','2978970b-0edb-470d-94dc-3e8b1c7b9ee2'),
(9857,9857,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-17 20:35:05','2026-01-17 20:35:05','bb8df686-189f-4701-b5e1-dfb2d9cb0298'),
(9859,9859,1,'Kinsington dining Room',NULL,NULL,NULL,1,'2026-01-17 20:35:19','2026-01-17 20:35:19','f84d8614-2ca1-4f9e-a827-2530d1f56893'),
(9860,9860,1,'Kinsington External 1',NULL,NULL,NULL,1,'2026-01-17 20:35:21','2026-01-17 20:35:21','66779a29-8cdb-4649-9c0c-0f80ecd7fadb'),
(9861,9861,1,'Kinsington External 2',NULL,NULL,NULL,1,'2026-01-17 20:35:24','2026-01-17 20:35:24','2000b8dc-31ec-4dc5-a401-29edd07bb311'),
(9862,9862,1,'Kinsington External 3',NULL,NULL,NULL,1,'2026-01-17 20:35:27','2026-01-17 20:35:27','f463c546-3530-4932-933d-c3e931e41f23'),
(9863,9863,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-17 20:35:28','2026-01-17 20:35:28','880e6a06-0dff-407c-a2b7-84034aa4db15'),
(9864,9864,1,'Kinsington Gym 1',NULL,NULL,NULL,1,'2026-01-17 20:35:29','2026-01-17 20:35:29','906ac859-960f-4513-a1ee-0c927ce2b93b'),
(9865,9865,1,'Kinsington Gym 2',NULL,NULL,NULL,1,'2026-01-17 20:35:32','2026-01-17 20:35:32','a8994b72-9fb5-429f-ae95-f0272b3eda14'),
(9866,9866,1,'Kinsington Lobby 2',NULL,NULL,NULL,1,'2026-01-17 20:35:37','2026-01-17 20:35:37','443bbbcb-e442-4b5c-a4e8-b2e5e12f6d73'),
(9868,9868,1,'Kinsington Lobby',NULL,NULL,NULL,1,'2026-01-17 20:35:41','2026-01-17 20:35:41','e45bdcff-4e1b-4689-a71c-79566b4cc567'),
(9869,9869,1,'Kinsington Room 1',NULL,NULL,NULL,1,'2026-01-17 20:35:44','2026-01-17 20:35:44','5f33aa76-e17c-40cf-bbdf-e9c826479d06'),
(9870,9870,1,'Kinsington Room 2',NULL,NULL,NULL,1,'2026-01-17 20:35:47','2026-01-17 20:35:47','ffa8b583-6f7f-4157-ac52-d0865cd22e83'),
(9871,9871,1,'Kinsington Room 3',NULL,NULL,NULL,1,'2026-01-17 20:35:51','2026-01-17 20:35:51','7fc08985-8f46-4eca-a22e-e4ac4dd4e127'),
(9872,9872,1,'Kinsington Room 4',NULL,NULL,NULL,1,'2026-01-17 20:35:55','2026-01-17 20:35:55','a3e4abae-5f99-42aa-8eca-c76fcfaaa64d'),
(9873,9873,1,'Kinsington Room 5',NULL,NULL,NULL,1,'2026-01-17 20:35:59','2026-01-17 20:35:59','eefcf017-3a87-429b-8882-30a0b2157db8'),
(9874,9874,1,'Kinsington Room 6',NULL,NULL,NULL,1,'2026-01-17 20:36:02','2026-01-17 20:36:02','f38bf683-008a-4745-ae1a-89bf447d891d'),
(9875,9875,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2026-01-17 20:36:04','2026-01-17 20:36:04','1af78f85-050a-4fb2-978f-70ab598f5ab2'),
(9876,9876,1,'Kinsington Sitting area',NULL,NULL,NULL,1,'2026-01-17 20:36:10','2026-01-17 20:36:10','76c48451-2948-4f43-96d8-ee75c04e6692'),
(9878,9878,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-17 20:36:48','2026-01-17 20:36:48','333d5cb2-41b5-4e8d-939a-06a9385b5b5c'),
(9879,9879,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-17 20:37:40','2026-01-17 20:37:40','0d74b39e-fd31-40d8-a190-a0554f0c0fd0'),
(9880,9880,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-17 20:38:34','2026-01-17 20:38:34','e0e2219d-ea4c-481e-b157-6eb7d8f0a53e'),
(9882,9882,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-17 20:39:18','2026-01-17 20:39:18','d3be6dac-7b7c-4a60-8fb8-c04c7e4436eb'),
(9884,9884,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-17 20:39:41','2026-01-17 20:39:41','c1010a7b-252e-4f5e-b5d0-43872df96571'),
(9887,9887,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-17 20:40:29','2026-01-17 20:40:29','310dd591-8562-4f6a-be3e-0f8d7b3af20e'),
(9889,9889,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-17 20:40:55','2026-01-17 20:40:55','12759dde-a5d1-4bcf-b201-6547e6ca18b5'),
(9891,9891,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-17 20:41:27','2026-01-17 20:41:27','88627ad3-7201-42ed-8d15-2a93dc7715a7'),
(9893,9893,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,9724,617,9640,2972,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-17 20:42:48','2026-01-17 20:42:48','ded8cc0d-6da3-473a-b98b-b00e85dbf450'),
(9895,9895,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,9724,617,9640,2972,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-17 20:43:16','2026-01-17 20:43:16','178741bf-6fd4-4b29-93ba-312db0b2be4a'),
(9897,9897,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-17 20:43:37','2026-01-17 20:43:37','78f9c356-7e64-4237-895f-05635edad204'),
(9899,9899,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-17 20:44:06','2026-01-17 20:44:06','f85d56ce-fafd-46ba-808f-e3d52a503085'),
(9901,9901,1,'Nazareth External 2',NULL,NULL,NULL,1,'2026-01-17 20:44:22','2026-01-17 20:44:22','cd4936d7-dad3-4c85-b7ba-308e8cb45a16'),
(9902,9902,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-17 20:44:27','2026-01-17 20:44:27','dc1155be-50b0-4935-bb92-5a8870de216b'),
(9903,9903,1,'Nazareth External 1',NULL,NULL,NULL,1,'2026-01-17 20:44:37','2026-01-17 20:44:37','7230195d-27c0-45ce-9acf-996ad61c543e'),
(9904,9904,1,'Nazareth External 2',NULL,NULL,NULL,1,'2026-01-17 20:44:39','2026-01-17 20:44:39','216e088c-7933-4f37-8e1b-2c8625865718'),
(9905,9905,1,'Nazareth External 3',NULL,NULL,NULL,1,'2026-01-17 20:44:42','2026-01-17 20:44:42','bf3d7c1c-cf26-4aaf-a798-caa11d32a6bd'),
(9906,9906,1,'Nazareth External 4',NULL,NULL,NULL,1,'2026-01-17 20:44:45','2026-01-17 20:44:45','a3506afe-98cc-4da4-9e4a-89bb651ae792'),
(9907,9907,1,'Nazareth Family Room 1',NULL,NULL,NULL,1,'2026-01-17 20:44:48','2026-01-17 20:44:48','0503b65f-0d08-465b-a22a-7f4c083cf816'),
(9908,9908,1,'Nazareth Family Room 2',NULL,NULL,NULL,1,'2026-01-17 20:44:50','2026-01-17 20:44:50','297fa057-ed6a-483b-8e0c-b505b8cbcdf8'),
(9909,9909,1,'Nazareth Family Room 3',NULL,NULL,NULL,1,'2026-01-17 20:44:53','2026-01-17 20:44:53','c4c0019d-7966-482a-a8e2-3de767d92065'),
(9910,9910,1,'Nazareth Gym 1',NULL,NULL,NULL,1,'2026-01-17 20:44:56','2026-01-17 20:44:56','1d0f75ef-7458-4069-aebe-985e6b76dd8a'),
(9911,9911,1,'Nazareth Gym 2',NULL,NULL,NULL,1,'2026-01-17 20:44:58','2026-01-17 20:44:58','04c9b3be-ef7d-4fcf-a11a-56df020df3b3'),
(9912,9912,1,'Nazareth Gym 3',NULL,NULL,NULL,1,'2026-01-17 20:45:01','2026-01-17 20:45:01','498b5332-4cc7-4b1b-8099-4c1a5b8174a3'),
(9913,9913,1,'Nazareth Room 1',NULL,NULL,NULL,1,'2026-01-17 20:45:03','2026-01-17 20:45:03','075390ed-dbd9-4ac8-98c1-e8ec876ad0ef'),
(9914,9914,1,'Nazareth Room 2',NULL,NULL,NULL,1,'2026-01-17 20:45:06','2026-01-17 20:45:06','0f0dca14-302a-472f-af35-a09498e0aaa8'),
(9915,9915,1,'Nazareth Room',NULL,NULL,NULL,1,'2026-01-17 20:45:09','2026-01-17 20:45:09','d4c60c13-3635-4f41-a289-8e1ef0b6e878'),
(9916,9916,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-17 20:45:27','2026-01-17 20:45:27','bb664142-868f-41f2-971d-f5956565aa7b'),
(9917,9917,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,2972,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-17 20:45:46','2026-01-17 20:45:46','df16de4b-35a6-4e28-88d7-b1e9872ed92e'),
(9920,9920,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-17 20:46:07','2026-01-17 20:46:07','3f8e47d3-a9cc-4e8f-a6fd-4e1644aa9b6c'),
(9922,9922,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-17 20:46:49','2026-01-17 20:46:49','cf5e5068-2962-40e2-9d53-b32e7c84c3f9'),
(9924,9924,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-17 20:47:09','2026-01-17 20:47:09','9afbcf50-790e-4bcb-8692-5ba827cd4814'),
(9926,9926,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-17 20:47:45','2026-01-17 20:47:45','b4b0f8c3-c387-4acd-a75a-d6b25d1794d5'),
(9928,9928,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-17 20:48:08','2026-01-17 20:48:08','d097e488-a7a5-4c68-bef0-8ad12532efd9'),
(9930,9930,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-17 20:48:35','2026-01-17 20:48:35','28156edf-2fcc-4a3f-859c-291056e7b441'),
(9932,9932,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-17 20:49:28','2026-01-17 20:49:28','01bac611-70e8-4254-853f-857dfb524959'),
(9934,9934,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-17 20:50:38','2026-01-17 20:50:38','bb9fb33a-1a36-4f5d-8719-b9e7fdf8e8b8'),
(9936,9936,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-17 20:51:09','2026-01-17 20:51:09','fab72ff6-ccd0-4e57-85ec-6d85add90288'),
(9938,9938,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-17 20:52:04','2026-01-17 20:52:04','1c13061b-ac51-4241-b241-af4549ec1838'),
(9940,9940,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2972,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-17 20:52:25','2026-01-17 20:52:25','e83aea2a-3c51-4a7a-aacf-ac27d47910d4'),
(9942,9942,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-17 20:52:55','2026-01-17 20:52:55','5e7006c4-60dd-4414-8c6b-80c741a6fabb'),
(9943,9943,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-17 20:53:29','2026-01-17 20:53:29','639cae44-75b5-4699-af49-5d48f2a7bc33'),
(9945,9945,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-17 20:54:10','2026-01-17 20:54:10','565873a0-d8f3-4d3f-970b-1e9372499c39'),
(9947,9947,1,'St Marys Lobby 2',NULL,NULL,NULL,1,'2026-01-17 20:54:18','2026-01-17 20:54:18','a8d258f4-5851-4dd5-b35b-232f051653be'),
(9948,9948,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2972,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-17 20:54:38','2026-01-17 20:54:38','12deed5c-6cf2-42d0-ae08-7619b1cccee4'),
(9949,9949,1,'Maple Grove Dining room',NULL,NULL,NULL,1,'2026-01-17 20:54:43','2026-01-17 20:55:58','060d8d19-713b-417b-98d6-ee02819a0891'),
(9950,9950,1,'St Marys External 1',NULL,NULL,NULL,1,'2026-01-17 20:54:46','2026-01-17 20:54:46','93a67620-7eea-44c2-aac6-727c016d8986'),
(9951,9951,1,'St Marys External 4',NULL,NULL,NULL,1,'2026-01-17 20:54:49','2026-01-17 20:54:49','7f470d57-3d9c-48ba-b60a-34bd9f0e0777'),
(9952,9952,1,'St Marys External 5',NULL,NULL,NULL,1,'2026-01-17 20:54:52','2026-01-17 20:54:52','caf0b967-c429-40a8-97a0-407feb6d6aea'),
(9953,9953,1,'Maple Grove Gym 1',NULL,NULL,NULL,1,'2026-01-17 20:54:56','2026-01-17 20:55:51','7f5509d8-9360-41c2-800f-f81a53cc1f02'),
(9954,9954,1,'Maple Grove Gym 2',NULL,NULL,NULL,1,'2026-01-17 20:55:00','2026-01-17 20:56:07','8ce2e5d3-8739-47d6-a761-04740d225dfd'),
(9955,9955,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-17 20:55:02','2026-01-17 20:55:02','fe1ff73a-1968-4217-b91b-694d260627bb'),
(9956,9956,1,'Maple Grove Gym 3',NULL,NULL,NULL,1,'2026-01-17 20:55:04','2026-01-17 20:56:13','7445df0a-d25c-45e4-ab75-cb44b61713b9'),
(9957,9957,1,'Maple Grove Lobby 1',NULL,NULL,NULL,1,'2026-01-17 20:55:07','2026-01-17 20:56:18','407c8753-a709-4573-839c-4b407002662e'),
(9958,9958,1,'Maple Grove Lobby 2',NULL,NULL,NULL,1,'2026-01-17 20:55:10','2026-01-17 20:56:23','5b5737d7-2eef-4a55-9940-05b7934e4dfb'),
(9959,9959,1,'Maple Grove Room 1',NULL,NULL,NULL,1,'2026-01-17 20:55:12','2026-01-17 20:56:29','203ba2b0-5264-40e4-bb4c-dc23ab89c8d0'),
(9960,9960,1,'Maple Grove Room 2',NULL,NULL,NULL,1,'2026-01-17 20:55:16','2026-01-17 20:56:34','e29d4278-af45-4dd6-bd40-aaa57ef463c5'),
(9962,9962,1,'Maple Grove Room 3',NULL,NULL,NULL,1,'2026-01-17 20:55:21','2026-01-17 20:56:40','4f8dd6d1-df41-4d3e-a0cb-88a6a0654bde'),
(9963,9963,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-17 20:55:36','2026-01-17 20:55:36','1d830a47-177f-4384-9633-3d231502896f'),
(9965,9965,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-17 20:56:08','2026-01-17 20:56:08','6fcc5285-282d-4597-84f7-7d735b2410ba'),
(9967,9967,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-17 20:56:47','2026-01-17 20:56:47','945a1cf8-d6c6-483e-8d9a-ea2656e122aa'),
(9969,9969,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-17 20:57:14','2026-01-17 20:57:14','73fa60b9-30c7-4a49-8f96-4caee9d85277'),
(9971,9971,1,'Maple Grove External 5',NULL,NULL,NULL,1,'2026-01-17 20:57:55','2026-01-17 20:57:55','d9185c6c-9f6b-4acb-b1bd-8289f5652900'),
(9972,9972,1,'Maple Grove External 6',NULL,NULL,NULL,1,'2026-01-17 20:57:58','2026-01-17 20:57:58','1382897d-be7b-42f7-9505-fb06eece5bbe'),
(9973,9973,1,'Maple Grove External 7',NULL,NULL,NULL,1,'2026-01-17 20:58:01','2026-01-17 20:58:01','400c17a5-4f3a-4247-8612-8d2e431eb556'),
(9974,9974,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-17 20:58:03','2026-01-17 20:58:03','338a8840-59d9-4638-a84b-39dd027aab96'),
(9976,9976,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-17 20:58:40','2026-01-17 20:58:40','f2316008-2e22-42ad-9d55-4a7317267a15'),
(9977,9977,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,2972,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-17 20:59:04','2026-01-17 20:59:04','840b32d1-007b-413f-b808-293efdf96987'),
(9980,9980,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-17 20:59:26','2026-01-17 20:59:26','8e2444d6-8df5-4e47-8542-7bc0274e3d58'),
(9982,9982,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-17 20:59:56','2026-01-17 20:59:56','dcf300e5-4526-4934-b3de-e08ed2b2b291'),
(9984,9984,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-17 21:00:49','2026-01-17 21:00:49','74d7c6e9-6e93-4ded-b22a-075d8ebe5674'),
(9986,9986,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9732,9735,9727,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2026-01-17 21:02:16','2026-01-17 21:02:16','4675f333-04bd-4c39-a48c-0d618464ceae'),
(9988,9988,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,9640,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9518,9519,9520],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2026-01-17 21:03:19','2026-01-17 21:03:19','067f1443-5d2c-495f-a2e7-b6423c05b353'),
(9989,9989,1,'Glendale Sitting Area',NULL,NULL,NULL,1,'2026-01-17 21:04:30','2026-01-17 21:04:30','0ed62065-3e07-4021-bf51-0f973d02eaa0'),
(9991,9991,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-17 21:05:03','2026-01-17 21:05:03','2a13ee4a-ec18-4612-8969-c7ee4108bf64'),
(9993,9993,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,617,605,9640],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-17 21:05:35','2026-01-17 21:05:35','581c29a1-f6f7-4fac-b704-c09da9bb7865'),
(9994,9994,1,'Glendale out side',NULL,NULL,NULL,1,'2026-01-17 21:05:39','2026-01-17 21:05:39','3272055d-e4a1-446f-a9d8-7d56fcb307d4'),
(9996,9996,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-17 21:06:08','2026-01-17 21:06:08','c7946989-c76f-49ae-8d4f-5ec0a8927a1c'),
(9997,9997,1,'Glendale Patio 1',NULL,NULL,NULL,1,'2026-01-17 21:06:14','2026-01-17 21:06:14','fe5cd83b-ffd0-4e0f-880b-11972d9c0c36'),
(9999,9999,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-17 21:06:26','2026-01-17 21:06:26','160e67e4-57a7-4af0-bf35-5f4ad3bcb92f'),
(10000,10000,1,'Glendale Room 1',NULL,NULL,NULL,1,'2026-01-17 21:06:37','2026-01-17 21:06:37','42fdb920-65db-42b4-aac3-856f963416e6'),
(10002,10002,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-17 21:06:48','2026-01-17 21:06:48','ab9aebb2-bd81-42cd-ad82-8455e1ca382b'),
(10004,10004,1,'Glendale Dining 1',NULL,NULL,NULL,1,'2026-01-17 21:07:04','2026-01-17 21:07:04','4ca8f455-c9f8-4add-92fa-b9662a89f0d7'),
(10005,10005,1,'Glendale Dining 2',NULL,NULL,NULL,1,'2026-01-17 21:07:06','2026-01-17 21:07:06','0c33f95f-342a-416a-aa92-5f595c120070'),
(10006,10006,1,'Glendale Dining 3',NULL,NULL,NULL,1,'2026-01-17 21:07:10','2026-01-17 21:07:10','aaf6c49b-b31e-400f-b13a-1bcf68ad0f43'),
(10007,10007,1,'Glendale Dining 4',NULL,NULL,NULL,1,'2026-01-17 21:07:14','2026-01-17 21:07:14','d9e7972b-b5a3-4b4f-ad05-86296c4e3d08'),
(10008,10008,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-17 21:07:15','2026-01-17 21:07:15','72344794-2720-47a2-b467-f62d91f26f46'),
(10009,10009,1,'Glendale Gym 1',NULL,NULL,NULL,1,'2026-01-17 21:07:17','2026-01-17 21:07:17','cf08732d-a49c-4bcc-a77e-ef169af2c02a'),
(10010,10010,1,'Glendale Gym 2',NULL,NULL,NULL,1,'2026-01-17 21:07:21','2026-01-17 21:07:21','23b572b5-e325-428b-96b7-fbcf34987822'),
(10012,10012,1,'Glendale Hallway',NULL,NULL,NULL,1,'2026-01-17 21:07:25','2026-01-17 21:07:25','c91ab71f-cf82-4d17-9855-b63be735d111'),
(10013,10013,1,'Glendale Patio 1',NULL,NULL,NULL,1,'2026-01-17 21:07:28','2026-01-17 21:07:28','961d9f91-2df5-4a54-bb03-93566258f411'),
(10014,10014,1,'Glendale Patio 2',NULL,NULL,NULL,1,'2026-01-17 21:07:31','2026-01-17 21:07:31','fe34e90a-1816-4975-8ebf-6ad1733f926a'),
(10015,10015,1,'Glendale Patio 3',NULL,NULL,NULL,1,'2026-01-17 21:07:33','2026-01-17 21:07:33','5f424647-f90b-4ffb-8e13-4dea457c77be'),
(10016,10016,1,'Glendale Room 1',NULL,NULL,NULL,1,'2026-01-17 21:07:36','2026-01-17 21:07:36','92727f7f-fde3-4ffb-85d4-e3f9fddbc2c7'),
(10017,10017,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-17 21:07:36','2026-01-17 21:07:36','5518603f-e455-4d8a-a5b5-f0fb85870db7'),
(10018,10018,1,'Glendale Room 2',NULL,NULL,NULL,1,'2026-01-17 21:07:39','2026-01-17 21:07:39','db9a7ac1-a202-4f33-b94d-117ddb35119b'),
(10019,10019,1,'Glendale Room 3',NULL,NULL,NULL,1,'2026-01-17 21:07:42','2026-01-17 21:07:42','d42a8151-45b4-4390-ac30-a681cb94b501'),
(10020,10020,1,'Glendale Sitting Area',NULL,NULL,NULL,1,'2026-01-17 21:07:45','2026-01-17 21:07:45','f3608b69-5385-4f3d-81cd-f29496aabbec'),
(10022,10022,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-17 21:07:55','2026-01-17 21:07:55','afd0ad97-9e9a-4b77-8b33-edef5320a201'),
(10023,10023,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-17 21:08:11','2026-01-17 21:08:11','734fc274-9181-4dfc-91e8-e3d90a55ce23'),
(10025,10025,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-17 21:08:35','2026-01-17 21:08:35','e8728a4b-f4b4-48b2-b2cf-668678e3477a'),
(10027,10027,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-17 21:08:57','2026-01-17 21:08:57','59b8ab39-5639-4f07-ad3f-b236ebedb51d'),
(10029,10029,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-17 21:10:20','2026-01-17 21:10:20','e36ec41f-1716-4687-bc9e-5d811e5c5d54'),
(10031,10031,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-17 21:10:34','2026-01-17 21:10:34','5f312dbc-c0e8-4232-9d65-b53bdca11af0'),
(10033,10033,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-17 21:10:54','2026-01-17 21:10:54','604aa091-ada9-4a54-8cac-ca99cbc2df77'),
(10035,10035,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-17 21:11:24','2026-01-17 21:11:24','a97cf64c-d2fc-4ee8-a9e2-ff88df1427ad'),
(10037,10037,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-17 21:12:02','2026-01-17 21:12:02','fb3f5e85-7a6d-4c55-b415-1a2d0c2d9fad'),
(10039,10039,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-17 21:12:41','2026-01-17 21:12:41','accd90a1-d111-41d3-8fee-e033bfe5aab5'),
(10040,10040,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-17 21:13:08','2026-01-17 21:13:08','eaaa55c5-45fa-427b-84a6-f09cc97327e1'),
(10041,10041,1,'KHN Lobby 3',NULL,NULL,NULL,1,'2026-01-17 21:15:13','2026-01-17 21:15:13','88ac1e1f-f24a-49e5-8f4b-780809ff017f'),
(10042,10042,1,'KH N Gym 1',NULL,NULL,NULL,1,'2026-01-17 21:15:31','2026-01-17 21:15:31','2989cc99-609e-40b7-88f8-d4c2640b74c7'),
(10043,10043,1,'KH N Gym 2',NULL,NULL,NULL,1,'2026-01-17 21:15:34','2026-01-17 21:15:34','f3fb00d9-a4ee-4f65-adf1-50a39362bbdf'),
(10044,10044,1,'KHN Dining room 1',NULL,NULL,NULL,1,'2026-01-17 21:15:39','2026-01-17 21:15:39','0d78fc4d-b366-4406-a5ef-287e33759d64'),
(10045,10045,1,'KHN Dining room 2',NULL,NULL,NULL,1,'2026-01-17 21:15:43','2026-01-17 21:15:43','ff417b44-9e91-4574-b70b-db466f9cee07'),
(10046,10046,1,'KHN Double Room 1',NULL,NULL,NULL,1,'2026-01-17 21:15:46','2026-01-17 21:15:46','71c31034-bd6a-4a8e-ad82-8ebdedf34236'),
(10047,10047,1,'KHN Double Room 2',NULL,NULL,NULL,1,'2026-01-17 21:15:49','2026-01-17 21:15:49','c8c12181-00d7-46b5-9512-c87782f32456'),
(10048,10048,1,'KHN Double Room 3',NULL,NULL,NULL,1,'2026-01-17 21:15:54','2026-01-17 21:15:54','ecbbbeb1-061b-45d6-9017-a2c601200d5a'),
(10049,10049,1,'KHN External 1',NULL,NULL,NULL,1,'2026-01-17 21:15:56','2026-01-17 21:15:56','d1a5ab51-f494-4593-bac7-ab378fd5a1f1'),
(10050,10050,1,'KHN External 2',NULL,NULL,NULL,1,'2026-01-17 21:15:59','2026-01-17 21:15:59','6dc37c3f-568f-48cd-973c-7f826c904ba1'),
(10051,10051,1,'KHN Lobby 1',NULL,NULL,NULL,1,'2026-01-17 21:16:02','2026-01-17 21:16:02','f280db85-2297-4904-956f-6b3f5c3758fd'),
(10052,10052,1,'KHN Lobby 2',NULL,NULL,NULL,1,'2026-01-17 21:16:05','2026-01-17 21:16:05','23575ed0-408c-4a73-9f38-44ad310d44ee'),
(10053,10053,1,'KHN Lobby 3',NULL,NULL,NULL,1,'2026-01-17 21:16:08','2026-01-17 21:16:08','b1e275e3-792b-4f7f-8901-bd50ee9c3569'),
(10054,10054,1,'KHN Lobby 4',NULL,NULL,NULL,1,'2026-01-17 21:16:11','2026-01-17 21:16:11','27aab9c2-ad7f-4061-a616-d367d8e3623e'),
(10055,10055,1,'KHN Lobby 5',NULL,NULL,NULL,1,'2026-01-17 21:16:14','2026-01-17 21:16:14','c54b0633-9571-4157-9bbe-210e81be0030'),
(10056,10056,1,'KHN Patio 1',NULL,NULL,NULL,1,'2026-01-17 21:16:18','2026-01-17 21:16:18','3eb59dc9-383d-4d33-af7f-d34d630bea91'),
(10057,10057,1,'KHN Patio 2',NULL,NULL,NULL,1,'2026-01-17 21:16:22','2026-01-17 21:16:22','dba5bdbe-08a6-422d-b3f6-9d2bb6f9733e'),
(10058,10058,1,'KHN Patio 3',NULL,NULL,NULL,1,'2026-01-17 21:16:25','2026-01-17 21:16:25','7821bc34-fa4f-4ee4-9450-7e015bc9bc72'),
(10059,10059,1,'KHN Single Room 1',NULL,NULL,NULL,1,'2026-01-17 21:16:33','2026-01-17 21:16:33','62e369aa-be91-456a-93ae-afd809754965'),
(10060,10060,1,'KHN Single Room 2',NULL,NULL,NULL,1,'2026-01-17 21:16:36','2026-01-17 21:16:36','fbb0a094-7308-47f7-8efc-dc3d51990ec7'),
(10061,10061,1,'KHN Single Room 3',NULL,NULL,NULL,1,'2026-01-17 21:16:41','2026-01-17 21:16:41','d6390d97-b89d-4053-9b21-12b1945f1e8c'),
(10062,10062,1,'KHN Single Room 4',NULL,NULL,NULL,1,'2026-01-17 21:16:45','2026-01-17 21:16:45','a26e77ee-33cf-472e-b1a5-6e1b3f657ac8'),
(10063,10063,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10054,10055,10059,10060,10061,10062],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-17 21:18:15','2026-01-17 21:18:15','353f3ba7-407f-4f18-bc66-6302b706d0de'),
(10065,10065,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10054,10055,10059,10060,10061,10062],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-17 21:23:35','2026-01-17 21:23:35','2479da55-b64d-401f-a439-55399f86dbc1'),
(10067,10067,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-17 21:24:55','2026-01-17 21:24:55','d4988425-6a80-4c2b-af47-ca1e75a8a397'),
(10069,10069,1,'KHS External 1',NULL,NULL,NULL,1,'2026-01-17 21:26:28','2026-01-17 21:26:28','37103ed0-1cff-452f-91b4-2417cef2e729'),
(10070,10070,1,'KHS Dining Room 1',NULL,NULL,NULL,1,'2026-01-17 21:27:05','2026-01-17 21:27:05','857948fd-0029-4bb3-91bc-42913d123434'),
(10071,10071,1,'KHS Dining Room 2',NULL,NULL,NULL,1,'2026-01-17 21:27:09','2026-01-17 21:27:09','2e43d805-92fa-4e11-993e-b1b7fbd2a6fa'),
(10072,10072,1,'KHS External 1',NULL,NULL,NULL,1,'2026-01-17 21:27:12','2026-01-17 21:27:12','03c444a4-0e5b-4dc2-b468-40211251d4f5'),
(10073,10073,1,'KHS Lobby 1',NULL,NULL,NULL,1,'2026-01-17 21:27:17','2026-01-17 21:27:17','84bd080a-9638-45ee-a91c-4d7a00669318'),
(10074,10074,1,'KHS Lobby 2',NULL,NULL,NULL,1,'2026-01-17 21:27:21','2026-01-17 21:27:21','3ad122a2-41e3-44cc-92e8-9a930fc01249'),
(10075,10075,1,'KHS Room 1',NULL,NULL,NULL,1,'2026-01-17 21:27:25','2026-01-17 21:27:25','409ccc81-5798-47ef-9ba7-01545d157f32'),
(10076,10076,1,'KHS Room 2',NULL,NULL,NULL,1,'2026-01-17 21:27:30','2026-01-17 21:27:30','a680a838-0601-404e-8d6c-a6e4ff3bafad'),
(10077,10077,1,'KHS Dining Room 3',NULL,NULL,NULL,1,'2026-01-17 21:30:24','2026-01-17 21:30:24','b0e6a006-e409-40f3-a776-8f22fa6e4289'),
(10078,10078,1,'KHS Dining Room 4',NULL,NULL,NULL,1,'2026-01-17 21:30:26','2026-01-17 21:30:26','5fa839f0-658a-49c7-934c-474c0c5459fb'),
(10079,10079,1,'KHS External 2',NULL,NULL,NULL,1,'2026-01-17 21:30:29','2026-01-17 21:30:29','dcc6abc2-2c8f-4fce-be85-4a884cf5665a'),
(10080,10080,1,'KHS Gym',NULL,NULL,NULL,1,'2026-01-17 21:30:32','2026-01-17 21:30:32','aec726cb-00de-4c5c-bbcb-acca625c9871'),
(10081,10081,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-17 21:31:06','2026-01-17 21:31:06','1d17d8e9-af02-4f54-973f-52a76a7c3c16'),
(10083,10083,1,'Meriden Family Area',NULL,NULL,NULL,1,'2026-01-17 21:34:52','2026-01-17 21:35:29','60eba377-a756-4fb1-80a4-4981b6f0fba7'),
(10084,10084,1,'Meriden Lobby 2',NULL,NULL,NULL,1,'2026-01-17 21:34:55','2026-01-17 21:35:47','216df51c-482f-4595-a363-14f576789410'),
(10085,10085,1,'Meriden Gym',NULL,NULL,NULL,1,'2026-01-17 21:34:57','2026-01-17 21:36:00','24c307d3-8f97-4d11-9873-2ea9baed3052'),
(10086,10086,1,'Meriden Hallway',NULL,NULL,NULL,1,'2026-01-17 21:35:01','2026-01-17 21:36:08','a07ecb7d-eb9f-4124-bb2a-cf60c777962c'),
(10087,10087,1,'Meriden Room 1',NULL,NULL,NULL,1,'2026-01-17 21:35:04','2026-01-17 21:36:22','5ffed8b8-efd7-4c4b-be7a-ff8912579cb8'),
(10088,10088,1,'Meriden Station',NULL,NULL,NULL,1,'2026-01-17 21:35:07','2026-01-17 21:36:29','49962d36-f3b9-4589-b1d0-5904d8f0bf92'),
(10089,10089,1,'Meriden dining room',NULL,NULL,NULL,1,'2026-01-17 21:35:10','2026-01-17 21:36:36','2e9feca0-7a96-4b8d-b83b-34533fb81fc2'),
(10090,10090,1,'Meriden Family Area 2',NULL,NULL,NULL,1,'2026-01-17 21:35:13','2026-01-17 21:36:45','219befbe-af2a-4675-9afc-9c57660f8c67'),
(10091,10091,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-17 21:37:07','2026-01-17 21:37:07','6355d2ad-942f-4514-a5c5-955fa352a623'),
(10094,10094,1,'The Boulevard Rendering',NULL,NULL,NULL,1,'2026-01-17 22:01:40','2026-01-17 22:01:40','e039644d-0c81-490a-b6e2-f6e38bf2b0f0'),
(10095,10095,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10094],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-17 22:02:43','2026-01-17 22:02:43','d203bdd5-e976-4bc3-9ef8-7b20aea427a6'),
(10097,10097,1,'The Boulevard Renders Page 1',NULL,NULL,NULL,1,'2026-01-17 22:05:02','2026-01-17 22:05:02','fd233ad0-5775-46f4-9809-703fd1cb50db'),
(10098,10098,1,'The Boulevard Renders Page 2',NULL,NULL,NULL,1,'2026-01-17 22:05:03','2026-01-17 22:05:03','ad690db8-bd2d-4a05-806f-733443e57d16'),
(10099,10099,1,'The Boulevard Renders Page 3',NULL,NULL,NULL,1,'2026-01-17 22:05:03','2026-01-17 22:05:03','0a126140-7a83-4fa0-a3ed-aa5e6237a329'),
(10100,10100,1,'The Boulevard Renders Page 4',NULL,NULL,NULL,1,'2026-01-17 22:05:05','2026-01-17 22:05:05','cd97e930-4b07-4cd4-9db8-6f3e79acab9b'),
(10101,10101,1,'The Boulevard Renders Page 5',NULL,NULL,NULL,1,'2026-01-17 22:05:06','2026-01-17 22:05:06','e47b80f8-f44e-4555-a96b-9817b1c4937a'),
(10102,10102,1,'The Boulevard Renders Page 6 edited',NULL,NULL,NULL,1,'2026-01-17 22:05:07','2026-01-17 22:05:07','f8329b3b-c0ca-41bc-a852-e16c7c7efaa7'),
(10103,10103,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10094],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6557],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-17 22:05:29','2026-01-17 22:05:29','0837b601-c93e-4195-89ab-48c87b645c67'),
(10110,10110,1,'Ted N.','ted-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Dedicated staff and clean comfortable setting. My cousin is a resident and loves it there. I am contacted by dietary and nursing regularly to inform me of her status. We are happy she is where she wants to be!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ted N.\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','966f9e90-8957-41c5-902f-8f45c9fd108e'),
(10111,10111,1,'Kasha S.','kasha-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"I want to personally take time to thank each and every staff member at Complete Care! When my mom was admitted, she was in bad shape.  The rehabilitation staff worked hard to help her build her strength back up and regain her confidence in walking after a lengthy hospital stay. The nursing staff and caregivers were nice and very helpful for my mom. Again, we thank you all for everything.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kasha S.\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','cba7b142-9d6f-495e-814f-e868d88e0da6'),
(10112,10112,1,'Paula S.','paula-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Delightful staff, very helpful, take good care of patients and visitors.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Paula S.\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','52130e0a-6faf-41e3-9cc5-d3bb43233539'),
(10113,10113,1,'Scott C.','scott-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Friendly staffing, extremely clean facility and great communication.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Scott C.\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','310ea120-9278-4a1c-a99c-dbf78614d5ae'),
(10114,10114,1,'Melinda K.','melinda-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Everyone is great with my mother there in the nursing home their very helpful and caring.  I would recommend Complete Care for anyone.\\nAlways wonderful and caring.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Melinda K.\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','268d08a4-9547-4015-a022-f7e6e5d51597'),
(10115,10115,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','a7b067d6-5375-492f-afa9-09f92df37c19'),
(10116,10116,1,'Ted N.','ted-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Dedicated staff and clean comfortable setting. My cousin is a resident and loves it there. I am contacted by dietary and nursing regularly to inform me of her status. We are happy she is where she wants to be!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ted N.\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','671765a4-4dc9-4538-b77a-d73318fd2b6a'),
(10117,10117,1,'Kasha S.','kasha-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"I want to personally take time to thank each and every staff member at Complete Care! When my mom was admitted, she was in bad shape.  The rehabilitation staff worked hard to help her build her strength back up and regain her confidence in walking after a lengthy hospital stay. The nursing staff and caregivers were nice and very helpful for my mom. Again, we thank you all for everything.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kasha S.\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','5c01d66b-9118-4cc0-875b-61f64a966379'),
(10118,10118,1,'Paula S.','paula-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Delightful staff, very helpful, take good care of patients and visitors.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Paula S.\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','a06cabf8-3b69-4699-b95e-276a8decff16'),
(10119,10119,1,'Scott C.','scott-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Friendly staffing, extremely clean facility and great communication.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Scott C.\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','7d0833eb-3f23-4590-9b49-fcbda5ac6bf7'),
(10120,10120,1,'Melinda K.','melinda-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Everyone is great with my mother there in the nursing home their very helpful and caring.  I would recommend Complete Care for anyone.\\nAlways wonderful and caring.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Melinda K.\"}',1,'2026-01-17 23:01:43','2026-01-17 23:01:43','b7de5f39-a7fb-4af2-83a1-27d40112aee0'),
(10122,10122,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-17 23:01:58','2026-01-17 23:01:58','2106cd12-c4e5-4733-9a17-9682c58e91d6'),
(10129,10129,1,'Karen C.','karen-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“My Mother has been at Heritage for 10 years. I check on her often, which helps with a peace of mind for me. The staff is very friendly and caring. They have become like a second family to me. Thank you for taking care of Mom, I couldn\'t do it without you.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karen C.\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','351d7634-b533-44d7-ad31-76c06e7e6370'),
(10130,10130,1,'Lila P.','lila-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"I want to thank the staff for all they are doing for the residents here at Complete Care Heritage. My brother is a resident here and the caring staff are awesome. All (medical team, CNAs, food services, business offices, janitorial services, activities staff, physical therapist team, etc.) should be applauded for their hard work, diligence to details, quality of care and service to all residents. \\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lila P.\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','007a175a-9f2d-44d0-b05b-50815f065bc7'),
(10131,10131,1,'Martina','martina',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“From the check in desk to the staff, everyone is so helpful and friendly. My sister in-law is happy with her care”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Martina\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','99b001c1-9336-4f8e-96d2-26fc554bdec6'),
(10132,10132,1,'Penny W.','penny-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"This place is great everyone was super friendly and they take good care of our loved ones.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Penny W.\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','80c5283d-7f39-45af-8f56-4ba1317bbb86'),
(10133,10133,1,'Amanda W.','amanda-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"They are taking great care of my mom and I get responses to questions back quick. Great service!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Amanda W.\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','0930ef7d-95ae-490f-9a30-249d4667f254'),
(10134,10134,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','1624aa8f-908c-4c9c-8381-0ffbecd3b040'),
(10135,10135,1,'Karen C.','karen-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“My Mother has been at Heritage for 10 years. I check on her often, which helps with a peace of mind for me. The staff is very friendly and caring. They have become like a second family to me. Thank you for taking care of Mom, I couldn\'t do it without you.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karen C.\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','933f89ab-fe4a-4c4a-8076-d2b64471ef35'),
(10136,10136,1,'Lila P.','lila-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"I want to thank the staff for all they are doing for the residents here at Complete Care Heritage. My brother is a resident here and the caring staff are awesome. All (medical team, CNAs, food services, business offices, janitorial services, activities staff, physical therapist team, etc.) should be applauded for their hard work, diligence to details, quality of care and service to all residents. \\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lila P.\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','c612d52f-22ae-4f27-b75c-8e72e8c8fc08'),
(10137,10137,1,'Martina','martina',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“From the check in desk to the staff, everyone is so helpful and friendly. My sister in-law is happy with her care”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Martina\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','b12ee059-5e60-49e6-bcef-bcbec84370dd'),
(10138,10138,1,'Penny W.','penny-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"This place is great everyone was super friendly and they take good care of our loved ones.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Penny W.\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','659a1e44-4f4f-45a8-9621-95efea192590'),
(10139,10139,1,'Amanda W.','amanda-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"They are taking great care of my mom and I get responses to questions back quick. Great service!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Amanda W.\"}',1,'2026-01-17 23:05:05','2026-01-17 23:05:05','ab9def7a-e9d1-4f5a-9341-6e7e43ae8a64'),
(10141,10141,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-18 00:29:49','2026-01-18 00:29:49','87705e2f-6a68-40e3-9cfe-0f74ca183fde'),
(10143,10143,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-18 00:29:52','2026-01-18 00:29:52','02252645-2a62-41c1-bac6-4cb65d06df72'),
(10144,10144,1,'What is the Medicare 30-day window and how does it work?','what-is-the-medicare-30-day-window-and-how-does-it-work',NULL,'{\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"If your loved one needs to be readmitted to a skilled nursing facility within 30 days of being discharged from a hospital or a skilled nursing facility, they may be eligible to continue coverage under their Medicare benefit without another 3-night hospital stay.  Our admissions and business office teams can help determine eligibility and guide you through the next steps.\",\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[343]}',1,'2026-01-18 00:35:26','2026-01-18 00:38:15','9e0aa3d1-0e30-427e-b47d-4cf92298710c'),
(10145,10145,1,'2026-01-17 16:37:12',NULL,NULL,NULL,1,'2026-01-18 00:37:12','2026-01-18 00:37:12','9a9c25d1-cac1-4113-b027-d2cae027f812'),
(10146,10146,1,'What is the Medicare 30-day window and how does it work?','what-is-the-medicare-30-day-window-and-how-does-it-work',NULL,'{\"77b43f80-b3db-4c4a-a697-e7337b02c937\":[343],\"ba4b9e07-f61a-405f-8896-aa42437b9c53\":\"If your loved one needs to be readmitted to a skilled nursing facility within 30 days of being discharged from a hospital or a skilled nursing facility, they may be eligible to continue coverage under their Medicare benefit without another 3-night hospital stay.  Our admissions and business office teams can help determine eligibility and guide you through the next steps.\"}',1,'2026-01-18 00:38:21','2026-01-18 00:38:21','2fc967eb-834e-4e95-ac41-a60e78eef07c'),
(10150,10150,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10149],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-18 17:31:18','2026-01-18 17:31:18','0df38fd6-de70-4ee5-9fe1-98f2efe3edee'),
(10152,10152,1,'Regent',NULL,NULL,NULL,1,'2026-01-18 17:32:57','2026-01-18 17:32:57','a5e746c5-1b46-4663-a584-91e26afc3bbf'),
(10153,10153,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-18 17:33:01','2026-01-18 17:33:01','0d20a5b3-98a3-43f6-a5f7-447e2d2b7177'),
(10159,10159,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10158],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-18 17:47:24','2026-01-18 17:47:24','d784f950-f0c4-4c04-8f6c-b175c1140949'),
(10162,10162,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-18 17:47:58','2026-01-18 17:47:58','e8e9896d-d48e-4654-8f15-461afc0ef790'),
(10165,10165,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10164],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-18 17:48:14','2026-01-18 17:48:14','cf03d417-9ec7-48a4-8a76-87994514ae58'),
(10168,10168,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10094],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-18 17:50:19','2026-01-18 17:50:19','1785d98a-5a04-45a4-bd8b-152cde1a1657'),
(10170,10170,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9535],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-18 17:52:29','2026-01-18 17:52:29','1a2d5922-6357-44e2-9bd7-ebf7994062bc'),
(10171,10171,1,'Tamika B.','tamika-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Phenomenal customer service, they are doing awesome job taking care of my uncle!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tamika B.\"}',1,'2026-01-18 17:52:29','2026-01-18 17:52:29','9f5fd43a-ed14-4097-b0bc-d9cb848068f6'),
(10178,10178,1,'Steven S.','steven-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Great facility with professional staff. Very clean appearance inside. Top notch care and excellent aides.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Steven S.\"}',1,'2026-01-18 18:42:27','2026-01-18 18:42:27','cad2d0fb-9093-4ce9-9aa3-e43353939979'),
(10179,10179,1,'Perry P.','perry-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“I was here for a physical therapy stay. The staff were so friendly and caring. They were very good at anticipating my needs, answering my questions and making my stay as enjoyable as possible. The social worker was great at setting up my discharge and making sure I had everything I needed.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Perry P.\"}',1,'2026-01-18 18:42:27','2026-01-18 18:42:27','d0665f14-4fa0-4948-a992-22ee939744b3'),
(10180,10180,1,'Debbie T.','debbie-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"I am at this facility every other day visiting my loved one. Hillside staff have been very caring and are approachable when it comes to any issues or questions I have. The food is good too. My loved one has his favorite dishes.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Debbie T.\"}',1,'2026-01-18 18:42:27','2026-01-18 18:42:27','8c082f0c-135d-4580-b50f-0dc697bfd042'),
(10181,10181,1,'Brian J.','brian-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Friendly and caring staff! Would highly recommend!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brian J.\"}',1,'2026-01-18 18:42:27','2026-01-18 18:42:27','b5d95016-0f79-4258-a6eb-5f381a1a7fdf'),
(10182,10182,1,'Crystal G.','crystal-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Excellent staff who treat their patients like family.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Crystal G.\"}',1,'2026-01-18 18:42:27','2026-01-18 18:42:27','ba30f34f-ed7c-4499-b909-f601544020ba'),
(10183,10183,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-18 18:42:27','2026-01-18 18:42:27','f572a276-6023-4059-a2a8-0965c8f46f0a'),
(10184,10184,1,'Steven S.','steven-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Great facility with professional staff. Very clean appearance inside. Top notch care and excellent aides.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Steven S.\"}',1,'2026-01-18 18:42:27','2026-01-18 18:42:27','61d6483b-132f-46e5-96f0-0762a4674c3b'),
(10185,10185,1,'Perry P.','perry-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“I was here for a physical therapy stay. The staff were so friendly and caring. They were very good at anticipating my needs, answering my questions and making my stay as enjoyable as possible. The social worker was great at setting up my discharge and making sure I had everything I needed.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Perry P.\"}',1,'2026-01-18 18:42:27','2026-01-18 18:42:27','15f546cf-0ae8-44a8-9de3-79afef135e16'),
(10186,10186,1,'Debbie T.','debbie-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"I am at this facility every other day visiting my loved one. Hillside staff have been very caring and are approachable when it comes to any issues or questions I have. The food is good too. My loved one has his favorite dishes.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Debbie T.\"}',1,'2026-01-18 18:42:27','2026-01-18 18:42:27','6e8949e0-73c6-4810-94e6-c2b0ee29d6a9'),
(10187,10187,1,'Brian J.','brian-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Friendly and caring staff! Would highly recommend!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brian J.\"}',1,'2026-01-18 18:42:27','2026-01-18 18:42:27','dc2ffbcf-5566-47c0-aa95-fddbd35d9cae'),
(10188,10188,1,'Crystal G.','crystal-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Excellent staff who treat their patients like family.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Crystal G.\"}',1,'2026-01-18 18:42:28','2026-01-18 18:42:28','1fd4addf-61f3-4a13-821a-15e6a877c89a'),
(10190,10190,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-18 18:42:31','2026-01-18 18:42:31','2f4a00c1-7aef-4fce-9e27-412855a6c49d'),
(10197,10197,1,'Hans G.','hans-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Complete Care of La Plata has taken such good care of my mom. The Nurses, Aids, PT, OT, Activities, Nutrition and all the Admin folks have all been amazing! We highly recommend Complete Care La Plata!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Hans G.\"}',1,'2026-01-18 18:46:31','2026-01-18 18:46:31','c0523000-29f1-463e-ae3c-9047e4117be7'),
(10198,10198,1,'Katherine B.','katherine-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"I am very grateful and bless to have found a great place to take care of my daughter, Clarissa. It has been the most beautiful place for her healing process.  The staff are very professional and helpful in their response to her needs.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katherine B.\"}',1,'2026-01-18 18:46:31','2026-01-18 18:46:31','09372aa5-a349-4025-8eff-ed27112d8006'),
(10199,10199,1,'Teresa M.','teresa-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Excellent care for my father. Clean facility. Very caring/professional staff. Physical therapist is the best!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Teresa M.\"}',1,'2026-01-18 18:46:31','2026-01-18 18:46:31','de12f656-df9e-4bea-8420-8d87b558d19e'),
(10200,10200,1,'Mary I.','mary-i',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Great place. Nice clean facility. The staff was pleasant & they took good care of my loved one”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary I.\"}',1,'2026-01-18 18:46:31','2026-01-18 18:46:31','a1b491c8-c7a8-43f2-967d-e4341804fe7d'),
(10201,10201,1,'Jenny M.','jenny-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Every one was very nice and polite.  Well organized. Thank you.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jenny M.\"}',1,'2026-01-18 18:46:31','2026-01-18 18:46:31','1af14423-f410-4605-893f-b521a8352032'),
(10202,10202,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-18 18:46:32','2026-01-18 18:46:32','d5cc9a8b-c0f6-4303-b57f-a5043f2195f3'),
(10203,10203,1,'Hans G.','hans-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Complete Care of La Plata has taken such good care of my mom. The Nurses, Aids, PT, OT, Activities, Nutrition and all the Admin folks have all been amazing! We highly recommend Complete Care La Plata!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Hans G.\"}',1,'2026-01-18 18:46:32','2026-01-18 18:46:32','9714f4fd-5a48-44b9-806a-52654cf47fa9'),
(10204,10204,1,'Katherine B.','katherine-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"I am very grateful and bless to have found a great place to take care of my daughter, Clarissa. It has been the most beautiful place for her healing process.  The staff are very professional and helpful in their response to her needs.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katherine B.\"}',1,'2026-01-18 18:46:32','2026-01-18 18:46:32','74c9509a-46d3-451d-a8b7-fe14c82860fb'),
(10205,10205,1,'Teresa M.','teresa-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Excellent care for my father. Clean facility. Very caring/professional staff. Physical therapist is the best!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Teresa M.\"}',1,'2026-01-18 18:46:32','2026-01-18 18:46:32','4b9ced04-08a8-4e1e-80cd-52b297c6a37d'),
(10206,10206,1,'Mary I.','mary-i',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Great place. Nice clean facility. The staff was pleasant & they took good care of my loved one”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary I.\"}',1,'2026-01-18 18:46:32','2026-01-18 18:46:32','c632870c-9610-46f9-9362-d63e53fe17cc'),
(10207,10207,1,'Jenny M.','jenny-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Every one was very nice and polite.  Well organized. Thank you.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jenny M.\"}',1,'2026-01-18 18:46:32','2026-01-18 18:46:32','d41b10cb-b9e6-4666-abfc-82cd7dc8a39a'),
(10209,10209,1,'367 A4203',NULL,NULL,NULL,1,'2026-01-18 18:51:34','2026-01-18 18:51:34','b5a94e42-d3e1-401c-80a6-19ed187efec0'),
(10210,10210,1,'Glendale West External 4',NULL,NULL,NULL,1,'2026-01-18 18:55:30','2026-01-18 18:55:30','7cc4bf5e-f9ee-4282-b4f1-6ac40f114e4d'),
(10211,10211,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-18 18:56:04','2026-01-18 18:56:04','5724242b-665b-46eb-bc4c-e7434a7b44c8'),
(10213,10213,1,'Glendale West External 2',NULL,NULL,NULL,1,'2026-01-18 18:56:46','2026-01-18 18:56:46','517e4575-6539-4be5-886b-973e9ac5cd48'),
(10214,10214,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-18 18:56:49','2026-01-18 18:56:49','0b48ce8d-ea81-436f-8b7b-c49b915b2606'),
(10216,10216,1,'Care Age Family Room',NULL,NULL,NULL,1,'2026-01-18 18:59:19','2026-01-18 18:59:19','2d2a0993-a25c-4d9f-a638-d5d1390af487'),
(10217,10217,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-18 18:59:30','2026-01-18 18:59:30','0e89d84b-c053-4b92-9e03-cd1156a9b88d'),
(10219,10219,1,'Wall Lobby 4',NULL,NULL,NULL,1,'2026-01-18 19:14:47','2026-01-18 19:14:47','a74cdff8-f614-4d22-baab-86080c7e2914'),
(10220,10220,1,'Wall Bedroom',NULL,NULL,NULL,1,'2026-01-18 19:14:59','2026-01-18 19:14:59','76d63a0b-4de5-4144-b24d-e4a1c72b3df8'),
(10221,10221,1,'Wall Dining 2',NULL,NULL,NULL,1,'2026-01-18 19:15:05','2026-01-18 19:15:05','a8e30a4c-b505-46ff-8c78-7f4a57a04691'),
(10222,10222,1,'Wall Dining 3',NULL,NULL,NULL,1,'2026-01-18 19:15:09','2026-01-18 19:15:09','0522f26e-ced2-483c-8ea7-5b08d6ff8f67'),
(10223,10223,1,'Wall Exterior 2',NULL,NULL,NULL,1,'2026-01-18 19:15:15','2026-01-18 19:15:15','69beab8b-63d5-41ec-b646-4e8ccd3de66a'),
(10224,10224,1,'Wall Exterior',NULL,NULL,NULL,1,'2026-01-18 19:15:29','2026-01-18 19:15:29','fb5d7b36-a6cc-4f5b-9f6c-b386d43ab4be'),
(10225,10225,1,'Wall Lobby 1',NULL,NULL,NULL,1,'2026-01-18 19:15:35','2026-01-18 19:15:35','d48d96b0-7800-4777-b235-d8ccfc50aa31'),
(10226,10226,1,'Wall Lobby 2',NULL,NULL,NULL,1,'2026-01-18 19:15:42','2026-01-18 19:15:42','41da44fe-44bf-4c93-9be1-0d1ef7bfe199'),
(10227,10227,1,'Wall Lobby 3',NULL,NULL,NULL,1,'2026-01-18 19:15:48','2026-01-18 19:15:48','64d9e32d-90ee-41af-80e4-4a2223619340'),
(10228,10228,1,'Wall Lobby 4',NULL,NULL,NULL,1,'2026-01-18 19:15:54','2026-01-18 19:15:54','94031eb4-ac64-4d16-b262-17965c47a626'),
(10229,10229,1,'Wall Lobby 5',NULL,NULL,NULL,1,'2026-01-18 19:16:02','2026-01-18 19:16:02','a991c5e7-3a88-401c-ae62-c56d7a930a87'),
(10230,10230,1,'Wall PT 1',NULL,NULL,NULL,1,'2026-01-18 19:16:06','2026-01-18 19:16:06','196ec87e-d22b-4d1b-a966-4bfb1a8b55f9'),
(10231,10231,1,'Wall PT 2',NULL,NULL,NULL,1,'2026-01-18 19:16:15','2026-01-18 19:16:15','51b06e13-6b65-4ed6-afc3-8bdddc5f804d'),
(10232,10232,1,'Wall PT 3',NULL,NULL,NULL,1,'2026-01-18 19:16:21','2026-01-18 19:16:21','18ab124e-67d0-4b14-89f3-a8046fd0c1e9'),
(10233,10233,1,'Wall Rehab Gym 2',NULL,NULL,NULL,1,'2026-01-18 19:16:28','2026-01-18 19:16:28','bd05c346-7401-48b3-95f1-3cc07602ff5e'),
(10234,10234,1,'Wall Rehab Gym',NULL,NULL,NULL,1,'2026-01-18 19:16:41','2026-01-18 19:16:41','4172e538-5f79-4ab3-b709-4281aab21773'),
(10235,10235,1,'Wall Room 1',NULL,NULL,NULL,1,'2026-01-18 19:16:52','2026-01-18 19:16:52','422ab0a6-49a9-4cd7-a58e-b2639d04825c'),
(10236,10236,1,'Wall Room 2',NULL,NULL,NULL,1,'2026-01-18 19:17:05','2026-01-18 19:17:05','d5f3ae9e-b9e3-4380-bb91-a53ef4773fd8'),
(10237,10237,1,'Wall Room 3',NULL,NULL,NULL,1,'2026-01-18 19:17:15','2026-01-18 19:17:15','2314916b-01c1-40e1-822c-c181838c96e8'),
(10238,10238,1,'Wall Room 4',NULL,NULL,NULL,1,'2026-01-18 19:17:28','2026-01-18 19:17:28','c25f3e84-46e7-4762-ac07-08c122d834fd'),
(10239,10239,1,'Wall Room 5',NULL,NULL,NULL,1,'2026-01-18 19:17:40','2026-01-18 19:17:40','07bbaf1e-f9f0-4265-ac12-159f8a3b9b5b'),
(10240,10240,1,'Wall Room',NULL,NULL,NULL,1,'2026-01-18 19:17:52','2026-01-18 19:17:52','0b4eea80-161d-4011-a772-e725f0473d4a'),
(10241,10241,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10221,10222,10223,10224,10225,10226,10227,10228,10229,10230,10231,10232,10233,10234,10235,10236,10237,10238,10239,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-18 19:19:10','2026-01-18 19:19:10','982c73f3-8fe2-4f68-81dd-68f5e1b098d1'),
(10243,10243,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-18 19:21:33','2026-01-18 19:21:33','dabcaaad-0aa6-4ed5-83e7-29a001565bbe'),
(10245,10245,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-18 19:25:46','2026-01-18 19:25:46','788775f2-bcf0-4887-84e3-7bf8ad2b980d'),
(10247,10247,1,'Middlebury 2',NULL,NULL,NULL,1,'2026-01-18 19:29:58','2026-01-18 19:29:58','f56e6ace-cdc8-4267-83f7-7439488aa404'),
(10248,10248,1,'Middlebury 1',NULL,NULL,NULL,1,'2026-01-18 19:30:39','2026-01-18 19:30:39','2a26f7c8-fb39-4de7-951e-3e96a6632efa'),
(10249,10249,1,'Middlebury 1',NULL,NULL,NULL,1,'2026-01-18 19:31:39','2026-01-18 19:31:39','589ad085-f58f-4e6d-a7be-dcaa50264b8f'),
(10250,10250,1,'Middlebury 2',NULL,NULL,NULL,1,'2026-01-18 19:31:54','2026-01-18 19:31:54','592bb297-7ce4-448f-8f2f-4ed9743ebc36'),
(10251,10251,1,'Middlebury 8',NULL,NULL,NULL,1,'2026-01-18 19:32:07','2026-01-18 19:32:07','6e8dfda9-6d4e-4897-b41f-540128516c39'),
(10252,10252,1,'Middlebury 10',NULL,NULL,NULL,1,'2026-01-18 19:32:13','2026-01-18 19:32:13','ee9f54da-6aa8-4884-8af1-22e10c03e52a'),
(10253,10253,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-18 19:32:43','2026-01-18 19:32:43','10e48f2f-4c31-4892-805c-212e419f03d8'),
(10260,10260,1,'Florence N.','florence-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Complete Care has been very attentive to my loved one’s needs, and the staff at every level is working to facilitate his recovery.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Florence N.\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','1f3f23f1-18a2-4f1a-b0a9-6e0ca868af8b'),
(10261,10261,1,'Terence J.','terence-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"The staff is very friendly, attentive and caring for your loved ones! They develop a relationship & make your loved ones feel safe & secured, not to mention LOVED.  I thank them very much for their continued service!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Terence J.\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','284772be-4962-4f79-9075-dda48e80b69a'),
(10262,10262,1,'Deborah D.','deborah-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"The staff was very friendly and helpful. I really enjoyed the activities department. They were fun and made me feel welcome. You can tell that they care about their patients and love doing their job!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah D.\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','fc9fc916-b645-469a-876a-78b31b397adb'),
(10263,10263,1,'Pam S.','pam-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"We are so happy!  The facility is clean and cheerful. I am happy that he is there!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pam S.\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','5eaf63c2-c635-41a8-91d2-2cc6a7431a1f'),
(10264,10264,1,'R.O.','r-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Everyone was very kind and professional, and willing to answer my questions in a knowledgeable way.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"R.O.\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','c0489c55-0c7a-4d8a-9464-f902031a4c07'),
(10265,10265,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','90f56d3e-0609-47fa-a61e-521b79009a48'),
(10266,10266,1,'Florence N.','florence-n',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Complete Care has been very attentive to my loved one’s needs, and the staff at every level is working to facilitate his recovery.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Florence N.\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','57d0ea93-3f24-445e-90b3-c02a805f463b'),
(10267,10267,1,'Terence J.','terence-j',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"The staff is very friendly, attentive and caring for your loved ones! They develop a relationship & make your loved ones feel safe & secured, not to mention LOVED.  I thank them very much for their continued service!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Terence J.\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','fc9922bc-acbc-4400-8325-d59e81168bfa'),
(10268,10268,1,'Deborah D.','deborah-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"The staff was very friendly and helpful. I really enjoyed the activities department. They were fun and made me feel welcome. You can tell that they care about their patients and love doing their job!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah D.\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','f89d839d-9ae0-4526-9fe8-c0c5838a1b1e'),
(10269,10269,1,'Pam S.','pam-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"We are so happy!  The facility is clean and cheerful. I am happy that he is there!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pam S.\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','6c35a77b-2f88-4551-bbcd-1d1b630e55e6'),
(10270,10270,1,'R.O.','r-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Everyone was very kind and professional, and willing to answer my questions in a knowledgeable way.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"R.O.\"}',1,'2026-01-18 22:08:32','2026-01-18 22:08:32','81bf4210-81d0-4a35-b77e-221f14578a18'),
(10277,10277,1,'Lisa S.','lisa-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Both parents are there. My father is there for rehab and my mother there for skilled nursing care (soon to be long term care). They have both received excellent care. Staff is very friendly and helpful. Facility is very clean.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lisa S.\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','2f55fea8-529d-45fa-8e3b-d1b106df508e'),
(10278,10278,1,'Drema P.','drema-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Many of the staff have become friends to our aunt. She is a long-term patient and receives great medical and nursing care. The facility is clean and always decorated beautifully for the season. The activities schedule is packed with fun things for the residents and families. We feel blessed she is there!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Drema P.\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','444fcf7f-de50-49c1-914a-af5ae67a07b1'),
(10279,10279,1,'Kathryn D.','kathryn-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"All staff is friendly, caring, and do their best as. My special needs sister who is presently there loves the nurses, the PT staff, the CNAs, and the food!  I am thinking that Complete Care @ Oak Ridge is on its way to becoming one of the best places in the area!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kathryn D.\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','520c40ab-b7c9-4d62-ba9b-8da9eae8f9c2'),
(10280,10280,1,'Teresa A.','teresa-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Oak Ridge is a terrific facility. There is little turn over with staff and they all work very hard. My sweet 92-year-old mother loves everyone there and is very happy. I am very grateful for the care she receives from the staff.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Teresa A.\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','4197b0d5-cafe-4ca1-b34f-50500a8c7a7a'),
(10281,10281,1,'Deborah M.','deborah-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"We have been very delighted with the care our mother has received. The staff is very attentive. They are always supportive and friendly. The food service has been very good. There are always various options to choose from. The environment is very loving.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah M.\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','8148656f-7975-47cb-bed5-390a89434ba2'),
(10282,10282,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','48bf17ab-5a0a-414e-81f7-3e6af0408cba'),
(10283,10283,1,'Lisa S.','lisa-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Both parents are there. My father is there for rehab and my mother there for skilled nursing care (soon to be long term care). They have both received excellent care. Staff is very friendly and helpful. Facility is very clean.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lisa S.\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','ff812e41-2fa6-4739-8f54-2f01764d55a5'),
(10284,10284,1,'Drema P.','drema-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Many of the staff have become friends to our aunt. She is a long-term patient and receives great medical and nursing care. The facility is clean and always decorated beautifully for the season. The activities schedule is packed with fun things for the residents and families. We feel blessed she is there!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Drema P.\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','0543cfba-c885-489e-8f2d-a46d16b4c63d'),
(10285,10285,1,'Kathryn D.','kathryn-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"All staff is friendly, caring, and do their best as. My special needs sister who is presently there loves the nurses, the PT staff, the CNAs, and the food!  I am thinking that Complete Care @ Oak Ridge is on its way to becoming one of the best places in the area!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kathryn D.\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','2767a0de-f04f-4005-81cd-92f20d85f153'),
(10286,10286,1,'Teresa A.','teresa-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Oak Ridge is a terrific facility. There is little turn over with staff and they all work very hard. My sweet 92-year-old mother loves everyone there and is very happy. I am very grateful for the care she receives from the staff.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Teresa A.\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','77494913-8d97-4729-b25b-9555bbfe8764'),
(10287,10287,1,'Deborah M.','deborah-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"We have been very delighted with the care our mother has received. The staff is very attentive. They are always supportive and friendly. The food service has been very good. There are always various options to choose from. The environment is very loving.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deborah M.\"}',1,'2026-01-18 22:13:26','2026-01-18 22:13:26','5014af87-15c7-422f-ab63-3f657d2183f9'),
(10294,10294,1,'Helen G.','helen-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“I give Complete Care of Severna Park Nursing Home a five star. My mother has been in the nursing home for over 2 months. We are very happy with the aids and the nursing staff at the facility.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Helen G.\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','15f4b67c-e109-4a3f-aaf3-c3a857c4b035'),
(10295,10295,1,'Angela G.','angela-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Absolutely the best! Staff is amazing! Residents are amazing! The families are amazing. Great place to receive care!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Angela G.\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','b1a22f2c-45ac-4ddb-822c-52b7efe13442'),
(10296,10296,1,'Lee W.','lee-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"My mom is in the Memory Care Unit, they all do a fabulous job assisting my mom and the other patients.  It’s comforting knowing my mom is being looked after with care.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lee W.\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','e5684d3d-d9c9-44fc-a3f7-17b4309d720c'),
(10297,10297,1,'Loren H.','loren-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Clean, ample parking, and many amenities for its patients. Great little spot for my loved one.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Loren H.\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','be014938-70cb-45c3-8aa0-1db4b28e6fb2'),
(10298,10298,1,'Theresa W.','theresa-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"The place is always clean and my mom gets excellent care.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Theresa W.\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','4b25275a-f287-476c-9061-6d19e625760e'),
(10299,10299,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','fcc05d3e-07f5-4645-92cb-f68a67b64518'),
(10300,10300,1,'Helen G.','helen-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“I give Complete Care of Severna Park Nursing Home a five star. My mother has been in the nursing home for over 2 months. We are very happy with the aids and the nursing staff at the facility.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Helen G.\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','b7ca461d-bf0b-43de-a6ae-b02db71bc18d'),
(10301,10301,1,'Angela G.','angela-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Absolutely the best! Staff is amazing! Residents are amazing! The families are amazing. Great place to receive care!”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Angela G.\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','c9a165f8-f612-4bc8-ab4e-0ecc3cb6f60e'),
(10302,10302,1,'Lee W.','lee-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"My mom is in the Memory Care Unit, they all do a fabulous job assisting my mom and the other patients.  It’s comforting knowing my mom is being looked after with care.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lee W.\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','6048ad9f-3596-48ea-8108-7efe2927b4a5'),
(10303,10303,1,'Loren H.','loren-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Clean, ample parking, and many amenities for its patients. Great little spot for my loved one.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Loren H.\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','916a31de-c441-4a35-9ad1-bf97d76df3d8'),
(10304,10304,1,'Theresa W.','theresa-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"The place is always clean and my mom gets excellent care.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Theresa W.\"}',1,'2026-01-18 22:16:02','2026-01-18 22:16:02','898f4d96-ded0-4307-a784-037f63f7b2fd'),
(10310,10310,1,'Susan S.','susan-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"My mother needed to have PT after several weeks in the hospital. We found that from the moment we arrived the staff was very welcoming. It was a great experience and mom left feeling ready to get back to her apartment and tackle everyday activities.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan S.\"}',1,'2026-01-18 22:19:45','2026-01-18 22:19:45','dded363f-a1ae-45d5-9bc0-8fc842b28b9a'),
(10311,10311,1,'Becky A.','becky-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"My mother rehabbed her for 2 weeks after surgery. The staff was caring, attentive and professional! Food was good. I felt she was safe and comfortable there! I\'d recommend!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Becky A.\"}',1,'2026-01-18 22:19:45','2026-01-18 22:19:45','28fe3ec7-3aba-46ff-8450-03106f90e75f'),
(10312,10312,1,'Robert T.','robert-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"The staff at Complete Care at Care Age are wonderful. My mom is in excellent hands.  I am so thankful for choosing this location to take good care of her.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robert T.\"}',1,'2026-01-18 22:19:45','2026-01-18 22:19:45','406a3e4d-2a8c-49d5-9920-00480cb31cf5'),
(10313,10313,1,'Katherine S.','katherine-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"The staff at Care Age is very professional, caring and compassionate.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katherine S.\"}',1,'2026-01-18 22:19:45','2026-01-18 22:19:45','b0c21b59-c9ae-4ff7-a7a9-a9fc1fdc5894'),
(10314,10314,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-18 22:19:45','2026-01-18 22:19:45','ea265b5e-57b5-4052-abf1-fe7cf8dfc650'),
(10315,10315,1,'Susan S.','susan-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"My mother needed to have PT after several weeks in the hospital. We found that from the moment we arrived the staff was very welcoming. It was a great experience and mom left feeling ready to get back to her apartment and tackle everyday activities.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan S.\"}',1,'2026-01-18 22:19:45','2026-01-18 22:19:45','5ffe8168-c729-4bf5-aad8-599285649296'),
(10316,10316,1,'Becky A.','becky-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"My mother rehabbed her for 2 weeks after surgery. The staff was caring, attentive and professional! Food was good. I felt she was safe and comfortable there! I\'d recommend!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Becky A.\"}',1,'2026-01-18 22:19:45','2026-01-18 22:19:45','a986e6ea-01db-41dc-aa0c-46b3dab81c9a'),
(10317,10317,1,'Robert T.','robert-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"The staff at Complete Care at Care Age are wonderful. My mom is in excellent hands.  I am so thankful for choosing this location to take good care of her.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Robert T.\"}',1,'2026-01-18 22:19:45','2026-01-18 22:19:45','2b16ffc4-d3ae-41d6-a2c2-b5d8e26134f9'),
(10318,10318,1,'Katherine S.','katherine-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"The staff at Care Age is very professional, caring and compassionate.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katherine S.\"}',1,'2026-01-18 22:19:45','2026-01-18 22:19:45','07fac4a4-fc0a-446a-b1e5-e50ca0c59d3c'),
(10320,10320,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-18 22:20:06','2026-01-18 22:20:06','c4f13012-9947-4f3b-839f-cd1070f986a1'),
(10326,10326,1,'Brenda','brenda',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“I visited my fiancé today. It was a pleasant visit. He was very comfortable and relaxed. The nurses were polite and made me feel relaxed. They had positive attitudes. The place was clean, not like other rehabs that I have visited. Overall, I was very satisfied with my visit.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brenda\"}',1,'2026-01-18 22:22:39','2026-01-18 22:22:39','68b5c1ba-0312-4ae4-8d7b-e32dcf7f9d93'),
(10327,10327,1,'Gown F.','gown-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Glendale staff is so friendly. Whatever needs are needed, they got you from top to bottom. The Director of Nursing is awesome. The Nurses and the Nursing Assistants are some sweethearts. The Dietary staff are good cooks. Everyone from the front receptionist desk to the patients was very nice.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gown F.\"}',1,'2026-01-18 22:22:39','2026-01-18 22:22:39','99d17dda-b2c6-4f7a-a361-d7195380480c'),
(10328,10328,1,'Gina','gina',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Everyone was very professional, whether it was nurse, stall, maintenance. The rooms were roomy and bright. The building and grounds were clean and well maintained.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gina\"}',1,'2026-01-18 22:22:39','2026-01-18 22:22:39','75431a46-7a47-4ad9-a23a-83f524697a94'),
(10329,10329,1,'Pam C.','pam-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“The staff was great. The way they talked to the patients showed that they cared about each one individually.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pam C.\"}',1,'2026-01-18 22:22:39','2026-01-18 22:22:39','63babe78-d820-413a-bb6a-25eac81b4ba5'),
(10330,10330,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-18 22:22:39','2026-01-18 22:22:39','92815967-5b53-46ec-bf7a-7e87d5b74cf0'),
(10331,10331,1,'Brenda','brenda',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“I visited my fiancé today. It was a pleasant visit. He was very comfortable and relaxed. The nurses were polite and made me feel relaxed. They had positive attitudes. The place was clean, not like other rehabs that I have visited. Overall, I was very satisfied with my visit.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brenda\"}',1,'2026-01-18 22:22:39','2026-01-18 22:22:39','14dc7b55-1e5c-496f-9982-a0bc8fbb1def'),
(10332,10332,1,'Gown F.','gown-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Glendale staff is so friendly. Whatever needs are needed, they got you from top to bottom. The Director of Nursing is awesome. The Nurses and the Nursing Assistants are some sweethearts. The Dietary staff are good cooks. Everyone from the front receptionist desk to the patients was very nice.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gown F.\"}',1,'2026-01-18 22:22:39','2026-01-18 22:22:39','91f64dc2-7305-4f7e-a55c-1396fd17ddc7'),
(10333,10333,1,'Gina','gina',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“Everyone was very professional, whether it was nurse, stall, maintenance. The rooms were roomy and bright. The building and grounds were clean and well maintained.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gina\"}',1,'2026-01-18 22:22:39','2026-01-18 22:22:39','ba6fab82-b000-42cf-9544-aff02c7c509b'),
(10334,10334,1,'Pam C.','pam-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“The staff was great. The way they talked to the patients showed that they cared about each one individually.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pam C.\"}',1,'2026-01-18 22:22:39','2026-01-18 22:22:39','99342d4e-35db-49f4-bfdb-acbd4ae101c6'),
(10340,10340,1,'Kathy H.','kathy-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“My experience with the Physical and Occupational Therapy at Grande Prairie has been good. They worked with me to get me moving quickly at a good pace. They pushed me to challenge me but never made me uncomfortable. They were positive and encouraging.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kathy H.\"}',1,'2026-01-18 22:25:10','2026-01-18 22:25:10','2b8ca785-0ad4-4420-993c-78da62d8754b'),
(10341,10341,1,'Edgar R.','edgar-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"This nursing home is great, with very qualified staff. Everyone is very friendly and cooperative. The building is very clean, and I feel like my dad is getting proper care here.  I am very thankful.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Edgar R.\"}',1,'2026-01-18 22:25:10','2026-01-18 22:25:10','72dcd7a5-eee6-4fd6-af26-055f8470c7c8'),
(10342,10342,1,'Aidan A.','aidan-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Wonderful nursing home! The team truly cares about the residents and always goes the extra mile. It’s clean, welcoming, and full of positive energy.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Aidan A.\"}',1,'2026-01-18 22:25:10','2026-01-18 22:25:10','10eb8d9a-c275-4b72-ac33-6bf0f6feb11d'),
(10343,10343,1,'Joann M.','joann-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“I was very happy with the therapy I received here at Complete Care. They were very good to me and I appreciate all they did to get me back to feeling my very best.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joann M.\"}',1,'2026-01-18 22:25:10','2026-01-18 22:25:10','f35e10f0-bfab-4dcd-accf-ecd14f176aa3'),
(10344,10344,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-18 22:25:10','2026-01-18 22:25:10','47bef535-3ea7-4033-bd0c-93d03c3f20aa'),
(10345,10345,1,'Kathy H.','kathy-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“My experience with the Physical and Occupational Therapy at Grande Prairie has been good. They worked with me to get me moving quickly at a good pace. They pushed me to challenge me but never made me uncomfortable. They were positive and encouraging.”\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kathy H.\"}',1,'2026-01-18 22:25:10','2026-01-18 22:25:10','88368f90-4624-4ef8-9ee0-8d41eb8b2b49'),
(10346,10346,1,'Edgar R.','edgar-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"This nursing home is great, with very qualified staff. Everyone is very friendly and cooperative. The building is very clean, and I feel like my dad is getting proper care here.  I am very thankful.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Edgar R.\"}',1,'2026-01-18 22:25:10','2026-01-18 22:25:10','c838dc9e-87cc-4996-bb3d-c133d24098e3'),
(10347,10347,1,'Aidan A.','aidan-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"\\\"Wonderful nursing home! The team truly cares about the residents and always goes the extra mile. It’s clean, welcoming, and full of positive energy.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Aidan A.\"}',1,'2026-01-18 22:25:10','2026-01-18 22:25:10','e849b58e-6827-46a8-a086-9eb1dbba2146'),
(10348,10348,1,'Joann M.','joann-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"“I was very happy with the therapy I received here at Complete Care. They were very good to me and I appreciate all they did to get me back to feeling my very best.\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Joann M.\"}',1,'2026-01-18 22:25:10','2026-01-18 22:25:10','93102628-2cbf-4f82-b102-3fe0ce62f8ce'),
(10350,10350,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-18 22:26:48','2026-01-18 22:26:48','7ebd00fd-8d46-45f1-99d8-cd2c23b54c1d'),
(10352,10352,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-18 22:27:13','2026-01-18 22:27:13','77ce1c2a-9ac2-4408-ac8f-e2abcc2e4af8'),
(10354,10354,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-18 22:27:37','2026-01-18 22:27:37','6663368b-ca69-4b5d-831b-986846437da8'),
(10356,10356,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-18 22:28:05','2026-01-18 22:28:05','339cb017-55fb-416e-b9c2-ba8b95b50002'),
(10358,10358,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-18 22:28:28','2026-01-18 22:28:28','77ce20ec-b65d-4b03-99c6-8baa28fb6107'),
(10360,10360,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-18 22:28:58','2026-01-18 22:28:58','17d48973-ac1a-419c-9e12-dc5a7eec930b'),
(10362,10362,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-18 22:29:23','2026-01-18 22:29:23','54688dda-c292-4e3a-a1fd-0e98819946dd'),
(10364,10364,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9732,9735,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2026-01-18 22:29:53','2026-01-18 22:29:53','a73c49b6-9f06-464f-b257-69813b0b1e52'),
(10366,10366,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,9640,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9518,9519,9520],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2026-01-18 22:30:17','2026-01-18 22:30:17','2a735124-9ecb-4bed-86a0-1128a2036462'),
(10368,10368,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-18 22:30:44','2026-01-18 22:30:44','f776bae3-190b-46e9-ab5a-0f0e11e96e6c'),
(10370,10370,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2624,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-18 22:31:10','2026-01-18 22:31:10','0ce48a06-2857-4213-a831-fb3d4cd1b8fa'),
(10372,10372,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-18 22:31:53','2026-01-18 22:31:53','a540432b-3cc5-43b4-89f4-bac4341bac5d'),
(10374,10374,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-18 22:32:20','2026-01-18 22:32:20','acee4d82-eece-4a07-a77b-afe3902f5b32'),
(10375,10375,1,'2026-01-18 15:50:30',NULL,NULL,NULL,1,'2026-01-18 23:50:30','2026-01-18 23:50:30','feb5a038-dfcb-40c2-b4d1-ad417073f8f7'),
(10380,10380,1,'2026-01-19 07:31:16',NULL,NULL,NULL,1,'2026-01-19 15:31:16','2026-01-19 15:31:16','e43652ed-f250-4670-91d8-c4004cdfc81f'),
(10384,10384,1,'2026-01-19 07:50:20',NULL,NULL,NULL,1,'2026-01-19 15:50:20','2026-01-19 15:50:20','99a0a353-7aa0-416e-99cd-fab0e26850d5'),
(10392,10392,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Annapolis prioritizes both resident care and staff well-being\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-19 16:18:35','2026-01-26 20:32:29','356b26be-4460-460e-a3ea-f3b25f5cc399'),
(10393,10393,1,'Dietary','dietary',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Annapolis values quality, consistency, and teamwork\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary\"}',1,'2026-01-19 16:18:35','2026-01-26 20:32:29','7de3f29c-0242-4518-b259-02980db1f63f'),
(10394,10394,1,'Activities Aide','recreation',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Creativity and compassion are encouraged on our team. It is rewarding to work with the residents and see them enjoy the activities\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-19 16:18:35','2026-01-27 16:32:39','9705f0c3-7157-42c7-aa09-3c06ec0a1c85'),
(10395,10395,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I take pride in helping the building run smoothly\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-19 16:18:35','2026-01-19 16:18:35','84ac65d2-ab87-494f-a6c1-886779dfba83'),
(10396,10396,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-19 16:18:35','2026-01-19 16:18:35','aeac8471-86b0-45fb-956c-349335a7bb04'),
(10397,10397,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This facility prioritizes both resident care and staff well-being\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-19 16:18:35','2026-01-19 16:18:35','368ed241-c2e3-4dad-929c-05dead4e969d'),
(10398,10398,1,'Dietary','dietary',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This facility values quality, consistency, and teamwork\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary\"}',1,'2026-01-19 16:18:35','2026-01-19 16:18:35','866bf7f4-6f07-480a-b53a-1a70aed40c5b'),
(10399,10399,1,'Recreation','recreation',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Creativity and compassion are encouraged here\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation\"}',1,'2026-01-19 16:18:35','2026-01-19 16:18:35','3fb8e5e3-e031-4c01-826e-24653c6133f1'),
(10400,10400,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I take pride in helping the building run smoothly\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-19 16:18:35','2026-01-19 16:18:35','ccf8f303-0f0c-4ce8-91f8-5b61179282b8'),
(10403,10403,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-19 16:19:29','2026-01-19 16:19:29','f352851a-dc83-4ca9-88c9-a12a74bde4c9'),
(10404,10404,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Annapolis is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Annapolis are provided solely by Complete Care at Annapolis.</p>\"}',1,'2026-01-19 16:19:29','2026-01-19 16:19:29','1fbb2f76-9db2-4e9c-80ad-5c2aea1bb123'),
(10407,10407,1,'On-Site Dialysis Advantage','dialysis-den',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Specialized kidney support. Right here. Right now.\\nOur on-site dialysis program ensures that patients requiring renal care receive treatment without leaving the facility. On-Site Dialysis Advantage supports optimal scheduling, reduces hospital trips, and enhances care continuity in a familiar, clinical environment. By integrating dialysis directly into our advanced care model, we provide patients with the convenience, safety, and stability they deserve.\"}',1,'2026-01-19 16:21:04','2026-01-19 16:21:04','84e1da34-e5ec-495c-96c1-448914dd5787'),
(10408,10408,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6542],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-19 16:21:10','2026-01-19 16:21:10','749c465f-b9bc-4729-a214-0d272a08f5ca'),
(10411,10411,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4808,4809,4810,4811],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-19 16:21:51','2026-01-19 16:21:51','54d7196f-21e7-4cb8-8b85-0a1d9f2a4746'),
(10413,10413,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4807,4811,4809,4810,4808],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-19 16:24:19','2026-01-19 16:24:19','2c00a0bd-8dcc-4826-946e-8ff56b73a720'),
(10415,10415,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4806,4811,4809,4810,4808,4807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-19 16:25:00','2026-01-19 16:25:00','6e122f6d-cb1d-4610-af83-b719ecbac7ec'),
(10417,10417,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-19 16:25:25','2026-01-19 16:25:25','f795834d-1c95-4c5c-851d-0f8acf2030bd'),
(10419,10419,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-19 16:25:58','2026-01-19 16:25:58','cd6c8035-426c-498d-a067-2871004ae5f9'),
(10421,10421,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-19 16:29:01','2026-01-19 16:29:01','4abfe342-a8e1-4738-a11c-e35f2a4a98c3'),
(10422,10422,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-19 16:29:55','2026-01-19 16:29:55','31e1ddf2-74c0-4929-8132-973ded3a4635'),
(10424,10424,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-19 16:30:29','2026-01-19 16:30:29','8777a504-3043-4dde-a6f1-8bcad2fefe05'),
(10426,10426,1,'Non Discrimination Notice Arbors',NULL,NULL,NULL,1,'2026-01-19 16:32:48','2026-01-19 16:32:48','5c6e8ed3-9158-4ac6-a1c5-3d00b489d412'),
(10428,10428,1,'Complete Care at Arbors 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-19 16:36:18','2026-01-19 16:36:18','a78babbc-81d1-47b8-a158-557b7f5c6aec'),
(10430,10430,1,'Arbors MCR CR 2024',NULL,NULL,NULL,1,'2026-01-19 16:36:33','2026-01-19 16:36:33','698dd842-949a-471c-ae3d-4fb2f298f97b'),
(10431,10431,1,'Complete Care at Arbors 2024 Revenues',NULL,NULL,NULL,1,'2026-01-19 16:36:45','2026-01-19 16:36:45','4895b74d-b414-4fd8-a0dd-1f6816251982'),
(10433,10433,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10432],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-19 16:37:33','2026-01-19 16:37:33','3ea0e9b7-75df-427d-b724-f3a1a3391ca0'),
(10434,10434,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-19 16:40:30','2026-01-19 16:40:30','2d7b2f2f-29e1-4820-a404-b6030637386e'),
(10435,10435,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[10426]}',1,'2026-01-19 16:40:30','2026-01-19 16:40:30','16d9dd57-2578-49a1-a7f5-9082980cd8e5'),
(10437,10437,1,'Alyssa Francese 1',NULL,NULL,NULL,1,'2026-01-19 17:15:09','2026-01-19 17:15:09','cfb5df4d-9061-45d0-8778-2cef9fd251d3'),
(10440,10440,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-19 17:16:04','2026-01-19 17:16:04','fb956792-1d24-4db5-afdf-b2b7bcd29814'),
(10441,10441,1,'Alyssa Francese','menachem-shapiro',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alyssa Francese\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[10437]}',1,'2026-01-19 17:16:04','2026-01-19 17:16:04','b8ae1666-0502-41fb-b4bb-e79eaccc3b08'),
(10442,10442,1,'Ashley Lewis','ashley-lewis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Lewis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[634]}',1,'2026-01-19 17:16:04','2026-01-19 17:16:04','ebea98af-83a3-42af-952a-df9dccf5ec2b'),
(10448,10448,1,'Recreational Director','recreational-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is a positive and collaborative work environment\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreational Director\"}',1,'2026-01-19 17:33:45','2026-01-19 17:33:45','2d4713b2-5b7d-474d-8c5c-5c24227be639'),
(10449,10449,1,'Dietary','dietary',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management supports us in meeting residents’ dietary needs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary\"}',1,'2026-01-19 17:33:45','2026-01-19 17:33:45','2ed45843-a928-42fa-9ba8-88a17c25ee9e'),
(10450,10450,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-19 17:33:45','2026-01-19 17:33:45','38fcf980-3714-4a70-acd9-de5ba4bcb17f'),
(10451,10451,1,'Recreational Director','recreational-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is a positive and collaborative work environment\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreational Director\"}',1,'2026-01-19 17:33:45','2026-01-19 17:33:45','af5a13f7-9a67-4814-9fed-7daff115de54'),
(10452,10452,1,'Dietary','dietary',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management supports us in meeting residents’ dietary needs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary\"}',1,'2026-01-19 17:33:45','2026-01-19 17:33:45','138fb3d1-b336-493f-8cf3-0804839ecd68'),
(10453,10453,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3246,3254,3253,3251,3245,3248],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-19 17:35:46','2026-01-19 17:35:46','e0356607-b5be-414b-aaee-df80cbcece82'),
(10455,10455,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-19 17:36:22','2026-01-19 17:36:22','3b246bc3-f5d6-4acb-ade6-cc6293bd7f02'),
(10457,10457,1,'2026-01-19 10:43:13',NULL,NULL,NULL,1,'2026-01-19 18:43:13','2026-01-19 18:43:13','965bee74-2990-463c-8429-e7128cbf904d'),
(10460,10460,1,'Margate Park Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 18:47:02','2026-01-19 18:47:14','e5810b00-a83a-4680-85ff-53ef424b2c80'),
(10461,10461,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-19 18:51:30','2026-01-19 18:51:30','171e2450-5393-4860-a572-849c16db91f6'),
(10463,10463,1,'Sheridan Commons Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 18:52:53','2026-01-19 18:53:16','3c962452-6bcf-43d0-a4b6-80e505194373'),
(10464,10464,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9535],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-19 18:53:24','2026-01-19 18:53:24','2195dd2e-af6d-4dfe-90a2-86bfb633932b'),
(10466,10466,1,'The Boulevard Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 18:54:34','2026-01-19 18:54:42','b5df8bee-c193-4e4d-a9c4-aa10b42da298'),
(10467,10467,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10094],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-19 18:55:06','2026-01-19 18:55:06','fa50cc89-1b0d-4140-8ba3-ecbb4ba39685'),
(10468,10468,1,'2026-01-19 11:11:45',NULL,NULL,NULL,1,'2026-01-19 19:11:45','2026-01-19 19:11:45','991d8e65-870e-4334-9093-4b2050fd493d'),
(10469,10469,1,'Complete Care Terms of Service',NULL,NULL,NULL,1,'2026-01-19 19:11:45','2026-01-19 19:11:45','4faab06b-6f6d-42ec-8fe5-0b37a3db45c7'),
(10471,10471,1,'2026-01-19 12:20:46',NULL,NULL,NULL,1,'2026-01-19 20:20:46','2026-01-19 20:20:46','9fe0f35e-60c2-4ece-9ce6-e9987fc7a745'),
(10474,10474,1,'Berkshire Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:41:52','2026-01-19 20:42:02','d16cd327-fba3-4fb0-9586-eb5b3b590b2d'),
(10475,10475,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-19 20:42:05','2026-01-19 20:42:05','b9c9f4f4-3cec-426d-a684-ee0ed16ae14d'),
(10477,10477,1,'CC Berkshire Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-19 20:43:24','2026-01-19 20:43:24','a88b8219-b719-4697-aec8-96850f13b9ca'),
(10478,10478,1,'Brakeley Park Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:43:42','2026-01-19 20:43:50','db85f13c-f925-4f75-975e-69c69ce1ff7c'),
(10479,10479,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-19 20:43:52','2026-01-19 20:43:52','e3230190-c3c4-4b25-8c37-c79ec7a8867a'),
(10480,10480,1,'Chestnut Hill Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:44:12','2026-01-19 20:44:20','cd3a773f-7606-45ea-9fa1-18dcdc7b8af6'),
(10481,10481,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-19 20:44:22','2026-01-19 20:44:22','f189fc5c-5b4a-4906-8ba8-d325e90c93a0'),
(10483,10483,1,'Fair Lawn Edge Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:44:52','2026-01-19 20:44:59','bc7ada78-1299-4446-8f09-6282829645f4'),
(10484,10484,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-19 20:45:02','2026-01-19 20:45:02','126953e6-8adb-4b4c-939f-7809a44cc36b'),
(10486,10486,1,'Hamilton Plaza Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:45:21','2026-01-19 20:45:27','57316f47-23ba-46ea-b293-283a1aa02d72'),
(10487,10487,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-19 20:45:33','2026-01-19 20:45:33','73f742ce-cdfc-41c4-8316-9b979c093c0e'),
(10489,10489,1,'Harborage Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:45:50','2026-01-19 20:45:58','7421d982-0610-4f63-93ab-78a8fcb926ab'),
(10490,10490,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10149],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-19 20:46:04','2026-01-19 20:46:04','51651310-8d39-48ca-befb-f5dc30e8f8dc'),
(10492,10492,1,'Harston Hall Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:46:19','2026-01-19 20:46:25','0fde4354-64a2-4340-b050-92c03b9e49cc'),
(10493,10493,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-19 20:46:28','2026-01-19 20:46:28','1c38fe20-d0f5-48cc-bb95-4dc24b9f21be'),
(10495,10495,1,'Inglemoor Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:46:45','2026-01-19 20:46:52','29dfab33-d8a9-4f75-a987-d5d855f3593b'),
(10496,10496,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-19 20:46:54','2026-01-19 20:46:54','fbc160e3-2603-40a3-94a5-5929910ddfb8'),
(10498,10498,1,'Lehigh Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:47:09','2026-01-19 20:47:15','feb757ff-82d6-40c8-b7f6-b12b022fb085'),
(10499,10499,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-19 20:47:18','2026-01-19 20:47:18','2b1c4e52-f787-43ba-ad20-1747dae6ca47'),
(10501,10501,1,'Milford Manor Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:47:36','2026-01-19 20:47:42','c3ecac38-81bd-44a8-a6df-a7fabfabdd0a'),
(10502,10502,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-19 20:47:44','2026-01-19 20:47:44','311970d9-9109-43af-9a64-5c2f559f6654'),
(10504,10504,1,'Phillipsburg Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:48:02','2026-01-19 20:48:09','e996a806-37ec-40e8-95d4-8ae2684b725b'),
(10505,10505,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-19 20:48:12','2026-01-19 20:48:12','366ace5d-1b17-46ac-a5e4-d1a08eb51c79'),
(10507,10507,1,'Arbors Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:58:52','2026-01-19 20:58:58','e7ee2543-35ec-47af-a9c1-57d96df29147'),
(10508,10508,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10507],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-19 20:59:09','2026-01-19 20:59:09','be8e3fa6-77a3-4039-8943-13536705f0d6'),
(10510,10510,1,'Arbors Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 20:59:36','2026-01-19 20:59:46','74b9e808-4170-4106-9ed6-f26c57edc02c'),
(10511,10511,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10510],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-19 20:59:47','2026-01-19 20:59:47','8bbfcd6f-6774-44b7-8912-dfbea1138864'),
(10513,10513,1,'Brick Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 21:01:16','2026-01-19 21:01:26','954e20c3-5947-4f0e-8464-43854f6ce6f1'),
(10514,10514,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10513],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-19 21:01:27','2026-01-19 21:01:27','a6c58b00-f6ef-42f9-8958-f31cfa5f8185'),
(10516,10516,1,'2026-01-19 13:02:21',NULL,NULL,NULL,1,'2026-01-19 21:02:21','2026-01-19 21:02:21','182b234c-1a98-4e0c-a302-47df60c89e25'),
(10517,10517,1,'Bey Lea Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 21:03:28','2026-01-19 21:03:37','288f5233-bd5f-49f4-88b3-b2d890057ed8'),
(10519,10519,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10517],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-19 21:03:40','2026-01-19 21:03:40','8846e2e0-ac51-4305-af0e-11daee1d9d3e'),
(10523,10523,1,'Burlington Woods Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 21:10:21','2026-01-19 21:10:28','86eb4d25-0e2a-4d4f-b0b5-96957cc0850c'),
(10524,10524,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-19 21:10:31','2026-01-19 21:10:31','b8592533-b781-4133-8687-457e8c5b0d45'),
(10526,10526,1,'Court House Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 21:11:34','2026-01-19 21:11:41','b8399371-c549-4568-9b4a-837ab857ebb5'),
(10527,10527,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10526],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-19 21:11:44','2026-01-19 21:11:44','2be1d569-7e72-46d1-a7a9-7e6c8f155005'),
(10529,10529,1,'Green Acres Clinical Capabilities',NULL,NULL,NULL,1,'2026-01-19 21:12:13','2026-01-19 21:12:19','e163cc90-2127-48a2-9fde-f589b38bf786'),
(10530,10530,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10529],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-19 21:12:21','2026-01-19 21:12:21','fc916f5e-678c-4aee-bade-b11f25b93642'),
(10532,10532,1,'CC Holiday City Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-19 21:12:51','2026-01-19 21:12:51','b275fa0e-ec61-4b27-b6ee-522dd8f96062'),
(10533,10533,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10532],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-19 21:12:54','2026-01-19 21:12:54','2875370c-c742-4e26-a5eb-bef01102fc80'),
(10535,10535,1,'CC Kresson View Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-19 21:13:19','2026-01-19 21:13:19','c023c9c7-209d-45c2-87ae-82942ac304b1'),
(10536,10536,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10535],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-19 21:13:24','2026-01-19 21:13:24','73c1d5f5-be3d-4e49-bc70-472b59f16090'),
(10538,10538,1,'CC Laurelton Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-19 21:13:48','2026-01-19 21:13:48','6eee86d5-fb1b-493d-b563-a0b203355175'),
(10539,10539,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10538],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-19 21:13:50','2026-01-19 21:13:50','571e0b4e-0e05-402c-8e88-8c6683bd9a2a'),
(10540,10540,1,'2026-01-19 13:14:18',NULL,NULL,NULL,1,'2026-01-19 21:14:18','2026-01-19 21:14:18','da55aa0e-1a8f-466b-9c2e-6e8213500357'),
(10543,10543,1,'CC Marcella Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-19 21:14:37','2026-01-19 21:14:37','7ea553c4-7b5b-4856-b745-6213711f09c5'),
(10544,10544,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10543],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-19 21:14:38','2026-01-19 21:14:38','80089a77-efa0-43b5-be4f-b3a8552bc1dd'),
(10546,10546,1,'CC Monmouth Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-19 21:15:11','2026-01-19 21:15:11','184780de-4930-425f-b2ca-a6b336ba365c'),
(10547,10547,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10546],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-19 21:15:16','2026-01-19 21:15:16','ec7ebbd8-9674-4305-bb32-877b8b7f2a7d'),
(10549,10549,1,'CC Ocean Grove Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-19 21:15:46','2026-01-19 21:15:46','7df5a959-7e54-4e99-8c16-f5b29d56d259'),
(10550,10550,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10549],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-19 21:15:48','2026-01-19 21:15:48','f94add74-100c-404e-8a69-89090d268486'),
(10552,10552,1,'2026-01-19 13:16:05',NULL,NULL,NULL,1,'2026-01-19 21:16:05','2026-01-19 21:16:05','7af2debb-54dc-49a7-9541-eeac203c90bc'),
(10553,10553,1,'CC Shorrock Gardens Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-19 21:16:19','2026-01-19 21:16:19','79b014b1-63ce-4ccd-aa20-7a2de7c2c757'),
(10555,10555,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10553],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-19 21:16:20','2026-01-19 21:16:20','a9b7fe84-ffe7-4a45-be77-491c56c3915a'),
(10557,10557,1,'CC Shrewsbury Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-19 21:16:54','2026-01-19 21:16:54','1a2b3b3f-62f9-4e76-9a39-ecdc3731abba'),
(10558,10558,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10557],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-19 21:16:57','2026-01-19 21:16:57','07f3a9d9-2b9b-43a9-8e83-f7d36b5fde2e'),
(10560,10560,1,'CC Voorhees Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-19 21:17:38','2026-01-19 21:17:38','fa9348dc-2810-4843-bb2b-cfe7c6760c1a'),
(10561,10561,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10560],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-19 21:17:43','2026-01-19 21:17:43','5c5bff35-47b8-4c03-b47a-8b2313b8f7d7'),
(10563,10563,1,'CC Wall Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-19 21:18:09','2026-01-19 21:18:09','cd6dfd84-2aea-4ae1-913c-8f07df8bec39'),
(10564,10564,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10563],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-19 21:18:12','2026-01-19 21:18:12','d2a7106d-683f-4663-9dec-0cd38c309461'),
(10565,10565,1,'2026-01-19 13:19:12',NULL,NULL,NULL,1,'2026-01-19 21:19:12','2026-01-19 21:19:12','9d3b4123-3b0b-4d2f-a051-5e6880edcf7b'),
(10566,10566,1,'2026-01-19 13:26:40',NULL,NULL,NULL,1,'2026-01-19 21:26:40','2026-01-19 21:26:40','b6172caf-b323-4acc-a51e-645acdda64ea'),
(10567,10567,1,'2026-01-19 13:45:18',NULL,NULL,NULL,1,'2026-01-19 21:45:18','2026-01-19 21:45:18','e566a343-343b-4bb4-a10a-ff7f17ca3481'),
(10568,10568,1,'2026-01-19 13:59:44',NULL,NULL,NULL,1,'2026-01-19 21:59:44','2026-01-19 21:59:44','408b2911-ede4-4948-8859-70b3e8818806'),
(10569,10569,1,'2026-01-19 14:07:17',NULL,NULL,NULL,1,'2026-01-19 22:07:17','2026-01-19 22:07:17','dbab994e-832a-4b53-a89c-053900119b68'),
(10570,10570,1,'2026-01-19 14:13:44',NULL,NULL,NULL,1,'2026-01-19 22:13:44','2026-01-19 22:13:45','ef39195c-9111-406e-be3d-fc1e9cb6f915'),
(10571,10571,1,'2026-01-19 14:15:19',NULL,NULL,NULL,1,'2026-01-19 22:15:19','2026-01-19 22:15:19','377c7297-4db4-4e56-b0a3-da65beae4fd2'),
(10572,10572,1,'2026-01-19 14:31:45',NULL,NULL,NULL,1,'2026-01-19 22:31:45','2026-01-19 22:31:45','0a7fb145-4fd6-4492-93d1-3515ef0495f4'),
(10573,10573,1,'2026-01-19 14:40:17',NULL,NULL,NULL,1,'2026-01-19 22:40:17','2026-01-19 22:40:17','0b282ee6-a541-4b2c-9aba-3759da66a42d'),
(10574,10574,1,'2026-01-19 14:40:54',NULL,NULL,NULL,1,'2026-01-19 22:40:54','2026-01-19 22:40:54','29cf3065-73e5-4824-be9b-2ffbe083948d'),
(10575,10575,1,'Uzziel Pepana USRN Resume 2',NULL,NULL,NULL,1,'2026-01-19 22:40:54','2026-01-19 22:40:54','b7690855-f26b-48c0-b1e4-6e32bdb96927'),
(10576,10576,1,'2026-01-19 15:10:04',NULL,NULL,NULL,1,'2026-01-19 23:10:04','2026-01-19 23:10:04','f19d1774-d584-4b22-9814-bb5dfd19c635'),
(10577,10577,1,'2026-01-19 15:13:51',NULL,NULL,NULL,1,'2026-01-19 23:13:51','2026-01-19 23:13:51','15259cf7-bdd3-4913-a606-2791060eb9f9'),
(10578,10578,1,'2026-01-19 15:17:20',NULL,NULL,NULL,1,'2026-01-19 23:17:20','2026-01-19 23:17:20','bf470cd4-b15b-4091-b7f9-0777c79e4fb6'),
(10579,10579,1,'2026-01-19 15:17:50',NULL,NULL,NULL,1,'2026-01-19 23:17:50','2026-01-19 23:17:50','9847ed3d-7c20-451b-9858-7446a044382f'),
(10580,10580,1,'2026-01-19 15:24:46',NULL,NULL,NULL,1,'2026-01-19 23:24:46','2026-01-19 23:24:46','c6c4150a-255e-4a29-a6a9-3f7fc4e9b5bb'),
(10581,10581,1,'2026-01-19 15:35:12',NULL,NULL,NULL,1,'2026-01-19 23:35:12','2026-01-19 23:35:12','8c7c33d7-c893-4a14-b2a4-1bb5fbcde532'),
(10582,10582,1,'2026-01-19 15:46:14',NULL,NULL,NULL,1,'2026-01-19 23:46:14','2026-01-19 23:46:14','a136814e-7f97-40fd-aab5-23f8e38b5f6b'),
(10583,10583,1,'2026-01-19 15:48:02',NULL,NULL,NULL,1,'2026-01-19 23:48:02','2026-01-19 23:48:02','c4c55938-cc4c-4856-9f1c-91c657019ce2'),
(10584,10584,1,'2026-01-19 15:51:13',NULL,NULL,NULL,1,'2026-01-19 23:51:13','2026-01-19 23:51:13','a05d8688-8330-49f3-bf84-d433c1f889e5'),
(10585,10585,1,'2026-01-19 16:00:36',NULL,NULL,NULL,1,'2026-01-20 00:00:36','2026-01-20 00:00:36','ca06b0a4-276f-477f-b693-7d35c22fea3a'),
(10586,10586,1,'2026-01-19 16:24:50',NULL,NULL,NULL,1,'2026-01-20 00:24:50','2026-01-20 00:24:50','589594a9-97eb-49e4-8bd4-802736096505'),
(10587,10587,1,'2026-01-19 16:31:01',NULL,NULL,NULL,1,'2026-01-20 00:31:01','2026-01-20 00:31:01','2c61828c-bcdf-417c-b5cb-0bb383b63841'),
(10588,10588,1,'2026-01-19 16:39:35',NULL,NULL,NULL,1,'2026-01-20 00:39:35','2026-01-20 00:39:35','4c037957-41ae-4838-84f9-86fed609a126'),
(10589,10589,1,'2026-01-19 17:00:55',NULL,NULL,NULL,1,'2026-01-20 01:00:55','2026-01-20 01:00:55','6120e50f-52e4-4493-9e67-e95dcea72100'),
(10590,10590,1,'2026-01-19 17:07:54',NULL,NULL,NULL,1,'2026-01-20 01:07:54','2026-01-20 01:07:54','edd03e95-125f-4ebb-9fd0-968829714b89'),
(10591,10591,1,'2026-01-19 17:53:35',NULL,NULL,NULL,1,'2026-01-20 01:53:35','2026-01-20 01:53:35','8199cda7-99f3-44b8-aa02-960c34b3bd7e'),
(10592,10592,1,'2026-01-19 18:12:49',NULL,NULL,NULL,1,'2026-01-20 02:12:49','2026-01-20 02:12:49','ca2f1019-7ab2-440d-8649-43f00eb2bd79'),
(10593,10593,1,'2026-01-19 18:29:28',NULL,NULL,NULL,1,'2026-01-20 02:29:28','2026-01-20 02:29:28','4db849c3-9be0-421f-8fee-70469a06cb11'),
(10594,10594,1,'2026-01-19 18:41:42',NULL,NULL,NULL,1,'2026-01-20 02:41:42','2026-01-20 02:41:42','1e920cd2-b9b2-463f-8164-05ea010d0a24'),
(10595,10595,1,'2026-01-19 18:52:22',NULL,NULL,NULL,1,'2026-01-20 02:52:22','2026-01-20 02:52:22','7b7c8a61-ba18-4e87-9d92-defbc2f384f9'),
(10596,10596,1,'2026-01-19 18:58:32',NULL,NULL,NULL,1,'2026-01-20 02:58:32','2026-01-20 02:58:32','535eabf6-e442-40f9-affb-990b4910b44c'),
(10597,10597,1,'2026-01-19 19:31:42',NULL,NULL,NULL,1,'2026-01-20 03:31:42','2026-01-20 03:31:42','4be39228-46eb-4ecb-ad59-5b69822b7699'),
(10598,10598,1,'2026-01-19 19:36:39',NULL,NULL,NULL,1,'2026-01-20 03:36:39','2026-01-20 03:36:39','ce72a52f-3f1c-4ab0-9b89-cefd56fe752c'),
(10599,10599,1,'2026-01-19 19:37:20',NULL,NULL,NULL,1,'2026-01-20 03:37:20','2026-01-20 03:37:20','801e6866-46f9-4f9c-9cb9-50f62653dfc8'),
(10600,10600,1,'2026-01-19 19:42:18',NULL,NULL,NULL,1,'2026-01-20 03:42:18','2026-01-20 03:42:18','b9fd50ec-170f-4e61-9021-63fae9e6bea1'),
(10601,10601,1,'2026-01-19 19:51:56',NULL,NULL,NULL,1,'2026-01-20 03:51:56','2026-01-20 03:51:56','b37a1921-7eeb-4f34-8054-96eb5d900435'),
(10602,10602,1,'2026-01-19 20:12:04',NULL,NULL,NULL,1,'2026-01-20 04:12:04','2026-01-20 04:12:04','264dd77c-9578-48b7-8de6-4dd63842290b'),
(10603,10603,1,'2026-01-19 20:14:18',NULL,NULL,NULL,1,'2026-01-20 04:14:18','2026-01-20 04:14:18','cebc00a0-b96e-43b5-813e-814770edfe5c'),
(10604,10604,1,'2026-01-19 20:16:38',NULL,NULL,NULL,1,'2026-01-20 04:16:38','2026-01-20 04:16:38','27cd58f5-b207-48b4-8191-7a6e10f72720'),
(10605,10605,1,'2026-01-19 20:20:17',NULL,NULL,NULL,1,'2026-01-20 04:20:17','2026-01-20 04:20:17','175f9a3e-720b-41a7-a92a-e2ef3a97bf23'),
(10606,10606,1,'2026-01-19 20:21:48',NULL,NULL,NULL,1,'2026-01-20 04:21:48','2026-01-20 04:21:48','4bbb86a2-1456-4eac-8d5e-ee810b771161'),
(10607,10607,1,'2026-01-19 20:21:57',NULL,NULL,NULL,1,'2026-01-20 04:21:57','2026-01-20 04:21:57','8350cf00-e26c-4ea0-a149-e492b0454d56'),
(10608,10608,1,'2026-01-19 20:22:52',NULL,NULL,NULL,1,'2026-01-20 04:22:52','2026-01-20 04:22:52','d8e2839b-7554-46a3-85ac-7c0e6eb7c218'),
(10609,10609,1,'2026-01-19 20:24:09',NULL,NULL,NULL,1,'2026-01-20 04:24:09','2026-01-20 04:24:09','5e308760-bcb2-4bbb-9be6-6b0955c3176b'),
(10610,10610,1,'2026-01-19 20:24:25',NULL,NULL,NULL,1,'2026-01-20 04:24:25','2026-01-20 04:24:25','f156156f-e746-4542-a61d-c59d9b90673c'),
(10611,10611,1,'2026-01-19 20:25:50',NULL,NULL,NULL,1,'2026-01-20 04:25:50','2026-01-20 04:25:50','498f8883-deea-4d15-914c-8e3f1e984d1d'),
(10612,10612,1,'2026-01-19 20:29:03',NULL,NULL,NULL,1,'2026-01-20 04:29:03','2026-01-20 04:29:03','35956550-a37c-4a82-93f5-1095d30503a0'),
(10613,10613,1,'2026-01-19 20:30:32',NULL,NULL,NULL,1,'2026-01-20 04:30:32','2026-01-20 04:30:32','304a3f3f-a7c0-4298-83a3-a422841228cc'),
(10614,10614,1,'2026-01-19 20:31:23',NULL,NULL,NULL,1,'2026-01-20 04:31:23','2026-01-20 04:31:23','0a4d2599-d6da-4bf7-803e-bb5bd4b90375'),
(10615,10615,1,'2026-01-19 20:32:14',NULL,NULL,NULL,1,'2026-01-20 04:32:14','2026-01-20 04:32:14','802efd24-8ddf-4380-98a6-8d61553dbb5b'),
(10616,10616,1,'2026-01-19 20:32:34',NULL,NULL,NULL,1,'2026-01-20 04:32:34','2026-01-20 04:32:34','ad4948a3-a1af-4b74-8bb1-2e419ee7d372'),
(10617,10617,1,'2026-01-19 20:35:33',NULL,NULL,NULL,1,'2026-01-20 04:35:33','2026-01-20 04:35:33','357b6bef-9edd-4dfd-a8f5-ac9f1d5f240e'),
(10618,10618,1,'2026-01-19 20:39:34',NULL,NULL,NULL,1,'2026-01-20 04:39:34','2026-01-20 04:39:34','221ff145-7012-4b30-ba14-2fa08aa825b1'),
(10619,10619,1,'2026-01-19 20:39:42',NULL,NULL,NULL,1,'2026-01-20 04:39:42','2026-01-20 04:39:42','4ecc9c75-68d2-48f6-9619-6bcc6ebe95bf'),
(10620,10620,1,'2026-01-19 20:39:48',NULL,NULL,NULL,1,'2026-01-20 04:39:48','2026-01-20 04:39:48','0f8fc43f-1979-4070-a53e-5b6967d6c2ea'),
(10621,10621,1,'2026-01-19 20:40:20',NULL,NULL,NULL,1,'2026-01-20 04:40:20','2026-01-20 04:40:20','69fe5178-2a32-4840-9208-c23da03c0e28'),
(10622,10622,1,'2026-01-19 20:42:19',NULL,NULL,NULL,1,'2026-01-20 04:42:19','2026-01-20 04:42:19','26c77bfc-f271-4620-bce3-4e6630917b7e'),
(10623,10623,1,'2026-01-19 20:43:29',NULL,NULL,NULL,1,'2026-01-20 04:43:29','2026-01-20 04:43:29','4eebbe01-b455-4039-ad25-de337fdf89db'),
(10624,10624,1,'2026-01-19 20:50:28',NULL,NULL,NULL,1,'2026-01-20 04:50:28','2026-01-20 04:50:28','be7c82c1-dc65-4c03-8e31-61166df2e135'),
(10625,10625,1,'2026-01-19 20:50:50',NULL,NULL,NULL,1,'2026-01-20 04:50:50','2026-01-20 04:50:50','f08a67de-be62-4c57-9920-cf78f9419404'),
(10626,10626,1,'2026-01-19 20:51:01',NULL,NULL,NULL,1,'2026-01-20 04:51:01','2026-01-20 04:51:01','49047ed1-5c02-41c3-9604-4b33788df8e6'),
(10627,10627,1,'2026-01-19 20:51:13',NULL,NULL,NULL,1,'2026-01-20 04:51:13','2026-01-20 04:51:13','03669b8a-1e6c-43fc-b1f7-90e4b19f50f5'),
(10628,10628,1,'2026-01-19 20:53:03',NULL,NULL,NULL,1,'2026-01-20 04:53:03','2026-01-20 04:53:03','5be00d02-8cb5-498f-9140-8447c2c17836'),
(10629,10629,1,'2026-01-19 20:58:05',NULL,NULL,NULL,1,'2026-01-20 04:58:05','2026-01-20 04:58:05','01e72eae-e545-4ca5-8824-b8e8b97d30f8'),
(10630,10630,1,'2026-01-19 21:02:49',NULL,NULL,NULL,1,'2026-01-20 05:02:49','2026-01-20 05:02:49','d0966f80-cefc-4af4-8b2f-baae2bb26f03'),
(10631,10631,1,'2026-01-19 21:05:24',NULL,NULL,NULL,1,'2026-01-20 05:05:24','2026-01-20 05:05:24','902e9233-580f-4f7d-b41f-972803854bc6'),
(10632,10632,1,'2026-01-19 21:06:11',NULL,NULL,NULL,1,'2026-01-20 05:06:11','2026-01-20 05:06:11','fc9f8c23-0751-4f14-a603-812b4119733c'),
(10633,10633,1,'2026-01-19 21:06:59',NULL,NULL,NULL,1,'2026-01-20 05:06:59','2026-01-20 05:06:59','5f9fa1ef-70b9-43ec-b98c-361cd7669d53'),
(10634,10634,1,'2026-01-19 21:08:31',NULL,NULL,NULL,1,'2026-01-20 05:08:31','2026-01-20 05:08:31','bc5376ee-429e-4e08-9cc9-a2c1a8655deb'),
(10635,10635,1,'2026-01-19 21:08:33',NULL,NULL,NULL,1,'2026-01-20 05:08:33','2026-01-20 05:08:33','bc2e6e8e-1296-434b-a863-daba58b89259'),
(10636,10636,1,'2026-01-19 21:11:24',NULL,NULL,NULL,1,'2026-01-20 05:11:24','2026-01-20 05:11:24','c1fc8377-d78f-4152-8e04-af1a6ff4b2c6'),
(10637,10637,1,'2026-01-19 21:12:03',NULL,NULL,NULL,1,'2026-01-20 05:12:03','2026-01-20 05:12:03','fd6d6afe-9e4f-4e3c-bf2a-51bccdd207f1'),
(10638,10638,1,'2026-01-19 21:12:07',NULL,NULL,NULL,1,'2026-01-20 05:12:07','2026-01-20 05:12:07','1a00f1fc-7f6a-43f2-afd4-4f4f63aa1966'),
(10639,10639,1,'2026-01-19 21:12:31',NULL,NULL,NULL,1,'2026-01-20 05:12:31','2026-01-20 05:12:31','59d9d0ad-d066-42c8-bc9f-0785a62d8633'),
(10640,10640,1,'2026-01-19 21:12:48',NULL,NULL,NULL,1,'2026-01-20 05:12:48','2026-01-20 05:12:48','aefcb84f-428f-4619-823a-8e78488f399a'),
(10641,10641,1,'2026-01-19 21:16:09',NULL,NULL,NULL,1,'2026-01-20 05:16:09','2026-01-20 05:16:09','9f6d207d-a539-4873-b70b-5456214428e7'),
(10642,10642,1,'2026-01-19 21:16:49',NULL,NULL,NULL,1,'2026-01-20 05:16:49','2026-01-20 05:16:49','64f50f60-4c6e-4eec-a6e8-6055dfba9eae'),
(10643,10643,1,'2026-01-19 21:18:01',NULL,NULL,NULL,1,'2026-01-20 05:18:01','2026-01-20 05:18:01','200bf404-c26f-4f96-a7b4-ab87dc16230d'),
(10644,10644,1,'2026-01-19 21:19:00',NULL,NULL,NULL,1,'2026-01-20 05:19:00','2026-01-20 05:19:00','1df7283d-19c6-45f1-b546-4053b2116be9'),
(10645,10645,1,'2026-01-19 21:19:56',NULL,NULL,NULL,1,'2026-01-20 05:19:56','2026-01-20 05:19:56','2e921da0-2cfb-48bd-9309-4c2ca959f306'),
(10646,10646,1,'2026-01-19 21:21:40',NULL,NULL,NULL,1,'2026-01-20 05:21:40','2026-01-20 05:21:40','da2e6908-d265-44f9-80dd-bde8c69fe13d'),
(10647,10647,1,'2026-01-19 21:22:21',NULL,NULL,NULL,1,'2026-01-20 05:22:21','2026-01-20 05:22:21','fcd3b238-39e4-42bc-957e-110a3ed6c4f3'),
(10648,10648,1,'2026-01-19 21:22:57',NULL,NULL,NULL,1,'2026-01-20 05:22:57','2026-01-20 05:22:57','05f8a2cb-61a3-4ff3-8517-7650ef3ac19d'),
(10649,10649,1,'2026-01-19 21:27:19',NULL,NULL,NULL,1,'2026-01-20 05:27:19','2026-01-20 05:27:19','be4df222-b89f-4a33-8f3d-7ead656420a7'),
(10650,10650,1,'2026-01-19 21:33:51',NULL,NULL,NULL,1,'2026-01-20 05:33:51','2026-01-20 05:33:51','658b14df-bd3c-4634-aa7a-00c9d2db6cb8'),
(10651,10651,1,'2026-01-19 21:42:42',NULL,NULL,NULL,1,'2026-01-20 05:42:42','2026-01-20 05:42:42','2c13cba4-9e2a-42d2-9d12-274cf2273853'),
(10652,10652,1,'2026-01-19 21:44:58',NULL,NULL,NULL,1,'2026-01-20 05:44:58','2026-01-20 05:44:58','d62d6ef1-01c8-446e-b653-212788b4d538'),
(10653,10653,1,'2026-01-19 21:53:57',NULL,NULL,NULL,1,'2026-01-20 05:53:57','2026-01-20 05:53:57','5f29c18b-a06b-4685-b21c-39d4ef92c700'),
(10654,10654,1,'2026-01-19 21:56:52',NULL,NULL,NULL,1,'2026-01-20 05:56:52','2026-01-20 05:56:52','7f54dffe-6c0c-447e-9f1d-f59627b8d097'),
(10655,10655,1,'2026-01-19 22:02:43',NULL,NULL,NULL,1,'2026-01-20 06:02:43','2026-01-20 06:02:43','79ee1212-8a83-4c89-bdf0-4ab584d09eaa'),
(10656,10656,1,'2026-01-19 22:04:19',NULL,NULL,NULL,1,'2026-01-20 06:04:19','2026-01-20 06:04:19','81f79ab2-9dd7-4269-9e5e-c4194e74fddb'),
(10657,10657,1,'2026-01-19 22:04:19',NULL,NULL,NULL,1,'2026-01-20 06:04:19','2026-01-20 06:04:19','72865347-bb9b-4137-a5c6-678496ef2090'),
(10658,10658,1,'2026-01-19 22:04:19',NULL,NULL,NULL,1,'2026-01-20 06:04:19','2026-01-20 06:04:19','0d20de95-bb5f-4376-b58f-299b658a5574'),
(10659,10659,1,'2026-01-19 22:08:36',NULL,NULL,NULL,1,'2026-01-20 06:08:36','2026-01-20 06:08:36','de522ba9-d7e6-4ffe-bfcb-91a4ce364f62'),
(10660,10660,1,'2026-01-19 22:25:39',NULL,NULL,NULL,1,'2026-01-20 06:25:39','2026-01-20 06:25:39','52c105e9-eef7-40d7-a3bd-0beeb54bf04d'),
(10661,10661,1,'2026-01-19 22:36:12',NULL,NULL,NULL,1,'2026-01-20 06:36:12','2026-01-20 06:36:12','057f821f-a5e0-4740-b0d8-2b403575e919'),
(10662,10662,1,'2026-01-19 22:57:21',NULL,NULL,NULL,1,'2026-01-20 06:57:21','2026-01-20 06:57:21','eb0d2728-276f-4fdf-b0c5-a5a7c237744f'),
(10663,10663,1,'2026-01-19 23:10:00',NULL,NULL,NULL,1,'2026-01-20 07:10:00','2026-01-20 07:10:00','46dbf72f-dd2b-4596-a050-d715478eba0e'),
(10664,10664,1,'2026-01-19 23:14:33',NULL,NULL,NULL,1,'2026-01-20 07:14:33','2026-01-20 07:14:33','c05b48c9-aea4-4830-b5c9-c4246ac7919c'),
(10665,10665,1,'2026-01-19 23:24:18',NULL,NULL,NULL,1,'2026-01-20 07:24:18','2026-01-20 07:24:18','0d07f9fa-16dd-484b-b723-7dc02ee3e28f'),
(10666,10666,1,'2026-01-19 23:34:46',NULL,NULL,NULL,1,'2026-01-20 07:34:46','2026-01-20 07:34:46','f489bf46-eb8d-4d79-97d7-65feaca1a91f'),
(10667,10667,1,'2026-01-19 23:50:55',NULL,NULL,NULL,1,'2026-01-20 07:50:55','2026-01-20 07:50:55','6226120f-4021-4e62-83ec-f37fb6f22ae0'),
(10668,10668,1,'2026-01-19 23:50:55',NULL,NULL,NULL,1,'2026-01-20 07:50:55','2026-01-20 07:50:55','a21b7031-edbb-4820-b899-4c60569c078c'),
(10669,10669,1,'2026-01-20 00:05:13',NULL,NULL,NULL,1,'2026-01-20 08:05:13','2026-01-20 08:05:13','77603962-02dd-4340-8da5-f28df6c519dc'),
(10670,10670,1,'2026-01-20 00:19:00',NULL,NULL,NULL,1,'2026-01-20 08:19:00','2026-01-20 08:19:00','208882d5-0582-4052-82fa-a3f77cc22b44'),
(10671,10671,1,'2026-01-20 00:27:39',NULL,NULL,NULL,1,'2026-01-20 08:27:39','2026-01-20 08:27:39','455e45eb-9d19-45fd-b210-fb7387968003'),
(10672,10672,1,'2026-01-20 00:33:21',NULL,NULL,NULL,1,'2026-01-20 08:33:21','2026-01-20 08:33:21','5642ea5a-601a-436d-a396-9230a0a84442'),
(10673,10673,1,'2026-01-20 00:47:40',NULL,NULL,NULL,1,'2026-01-20 08:47:40','2026-01-20 08:47:40','5a98ba1f-8541-4bb8-9be1-ebfa8814cfdd'),
(10674,10674,1,'2026-01-20 01:25:25',NULL,NULL,NULL,1,'2026-01-20 09:25:25','2026-01-20 09:25:25','55b61edc-92ab-4e28-8f1f-c9855263fdcb'),
(10675,10675,1,'2026-01-20 01:49:57',NULL,NULL,NULL,1,'2026-01-20 09:49:57','2026-01-20 09:49:57','842513ba-3c00-4ee5-9336-a739c3afcb0b'),
(10676,10676,1,'2026-01-20 01:53:43',NULL,NULL,NULL,1,'2026-01-20 09:53:43','2026-01-20 09:53:43','3ef48357-6197-475c-b87c-9ccdb8122873'),
(10677,10677,1,'2026-01-20 01:56:49',NULL,NULL,NULL,1,'2026-01-20 09:56:49','2026-01-20 09:56:49','3d0d5c82-4e12-4111-a0da-85be46008124'),
(10678,10678,1,'2026-01-20 01:57:27',NULL,NULL,NULL,1,'2026-01-20 09:57:27','2026-01-20 09:57:27','4d30949a-e1ca-4cab-bc6d-a28ca9148880'),
(10679,10679,1,'2026-01-20 01:58:05',NULL,NULL,NULL,1,'2026-01-20 09:58:05','2026-01-20 09:58:05','78cd06be-27a7-4cea-9c34-c3fb8d5f0617'),
(10680,10680,1,'2026-01-20 01:58:08',NULL,NULL,NULL,1,'2026-01-20 09:58:08','2026-01-20 09:58:08','778899d4-906d-4fc0-86ed-be37db3a4fec'),
(10681,10681,1,'2026-01-20 01:58:22',NULL,NULL,NULL,1,'2026-01-20 09:58:22','2026-01-20 09:58:22','5aa53d19-69d9-4c90-a08c-8635fc4eaefc'),
(10682,10682,1,'2026-01-20 01:59:26',NULL,NULL,NULL,1,'2026-01-20 09:59:26','2026-01-20 09:59:26','51ba51c0-8613-4c76-b54d-a5179337f662'),
(10683,10683,1,'2026-01-20 02:01:01',NULL,NULL,NULL,1,'2026-01-20 10:01:01','2026-01-20 10:01:01','2c545267-8745-424a-a5b8-008f840fc7af'),
(10684,10684,1,'2026-01-20 02:01:02',NULL,NULL,NULL,1,'2026-01-20 10:01:02','2026-01-20 10:01:02','3eb9b09d-9659-487f-80ef-5a210f9aaa84'),
(10685,10685,1,'2026-01-20 02:01:22',NULL,NULL,NULL,1,'2026-01-20 10:01:22','2026-01-20 10:01:22','ca3692e9-09c3-499d-bd2e-5d7335ef75e1'),
(10686,10686,1,'2026-01-20 02:03:33',NULL,NULL,NULL,1,'2026-01-20 10:03:33','2026-01-20 10:03:33','1778f940-169b-41d6-be6d-69a364590e11'),
(10687,10687,1,'2026-01-20 02:08:18',NULL,NULL,NULL,1,'2026-01-20 10:08:18','2026-01-20 10:08:18','ede258fc-89e2-4663-9791-ad8b643c5061'),
(10688,10688,1,'2026-01-20 02:10:17',NULL,NULL,NULL,1,'2026-01-20 10:10:17','2026-01-20 10:10:17','2e17faa3-67bf-4be6-8e40-d17115d23679'),
(10689,10689,1,'2026-01-20 02:11:46',NULL,NULL,NULL,1,'2026-01-20 10:11:46','2026-01-20 10:11:46','689e5672-70a0-4b72-b733-4f476fb606af'),
(10690,10690,1,'2026-01-20 02:13:56',NULL,NULL,NULL,1,'2026-01-20 10:13:56','2026-01-20 10:13:56','53bda87d-3388-4f9f-8293-cf296ef74bff'),
(10691,10691,1,'2026-01-20 02:13:57',NULL,NULL,NULL,1,'2026-01-20 10:13:57','2026-01-20 10:13:57','d95421b4-febc-439c-b470-762ff54e78f2'),
(10692,10692,1,'2026-01-20 02:18:48',NULL,NULL,NULL,1,'2026-01-20 10:18:48','2026-01-20 10:18:48','7b106a58-eff1-4b9f-9b0a-9e1444cd8615'),
(10693,10693,1,'2026-01-20 02:22:16',NULL,NULL,NULL,1,'2026-01-20 10:22:16','2026-01-20 10:22:16','f8b6586f-2f52-493b-ad4c-6e8fb388bf6f'),
(10694,10694,1,'2026-01-20 02:26:36',NULL,NULL,NULL,1,'2026-01-20 10:26:36','2026-01-20 10:26:36','a0ac947d-937d-4425-90a0-77e723fb4fe3'),
(10695,10695,1,'2026-01-20 02:28:36',NULL,NULL,NULL,1,'2026-01-20 10:28:36','2026-01-20 10:28:36','4488eeea-d677-400c-8189-20abc4052ce8'),
(10696,10696,1,'2026-01-20 02:31:55',NULL,NULL,NULL,1,'2026-01-20 10:31:55','2026-01-20 10:31:55','39f4df9d-271d-4d2e-9ade-cf32e1c0101b'),
(10697,10697,1,'2026-01-20 02:32:13',NULL,NULL,NULL,1,'2026-01-20 10:32:13','2026-01-20 10:32:13','4dc4b729-a240-432e-abda-dde7ecb0f5cf'),
(10698,10698,1,'2026-01-20 02:34:30',NULL,NULL,NULL,1,'2026-01-20 10:34:30','2026-01-20 10:34:30','11619da3-b070-45d2-9251-3c7f9b069c7d'),
(10699,10699,1,'2026-01-20 02:43:07',NULL,NULL,NULL,1,'2026-01-20 10:43:07','2026-01-20 10:43:07','2cc07b53-51c4-4a69-8524-6a0aefd73e85'),
(10700,10700,1,'2026-01-20 03:03:29',NULL,NULL,NULL,1,'2026-01-20 11:03:29','2026-01-20 11:03:29','6728a38f-1134-4d33-9546-3dd0985cb60d'),
(10701,10701,1,'2026-01-20 03:09:47',NULL,NULL,NULL,1,'2026-01-20 11:09:47','2026-01-20 11:09:47','f69ca754-c985-4851-b234-0b239363a749'),
(10702,10702,1,'2026-01-20 03:10:09',NULL,NULL,NULL,1,'2026-01-20 11:10:09','2026-01-20 11:10:09','45e90e97-0c38-4ffa-954e-aa9862422173'),
(10703,10703,1,'2026-01-20 03:14:19',NULL,NULL,NULL,1,'2026-01-20 11:14:19','2026-01-20 11:14:19','cb2d7690-9015-43cf-9eae-2de947c005e9'),
(10704,10704,1,'2026-01-20 03:15:41',NULL,NULL,NULL,1,'2026-01-20 11:15:41','2026-01-20 11:15:41','9aef648f-ca88-4f91-bcd6-35cf0338b59f'),
(10705,10705,1,'2026-01-20 03:16:40',NULL,NULL,NULL,1,'2026-01-20 11:16:40','2026-01-20 11:16:40','3c610f3a-ea5b-45d4-90eb-8cc3687dd22f'),
(10706,10706,1,'2026-01-20 03:17:44',NULL,NULL,NULL,1,'2026-01-20 11:17:44','2026-01-20 11:17:44','33cd058d-f9f5-4e43-9f13-710a92219136'),
(10707,10707,1,'2026-01-20 03:22:13',NULL,NULL,NULL,1,'2026-01-20 11:22:13','2026-01-20 11:22:13','9644b6ad-a945-40b2-b8e8-d5d3f2d84154'),
(10708,10708,1,'2026-01-20 03:24:58',NULL,NULL,NULL,1,'2026-01-20 11:24:58','2026-01-20 11:24:58','6561ae8f-4d59-470a-a607-371783af3a7e'),
(10709,10709,1,'2026-01-20 03:26:03',NULL,NULL,NULL,1,'2026-01-20 11:26:03','2026-01-20 11:26:03','91a63583-95fa-4904-bc4a-98cae812952e'),
(10710,10710,1,'2026-01-20 03:28:04',NULL,NULL,NULL,1,'2026-01-20 11:28:04','2026-01-20 11:28:04','2eaaaf4d-e629-4061-8b4b-69491373f6a6'),
(10711,10711,1,'2026-01-20 03:30:40',NULL,NULL,NULL,1,'2026-01-20 11:30:40','2026-01-20 11:30:40','bf8728d1-b08a-4770-a595-d54fac560c01'),
(10712,10712,1,'2026-01-20 03:37:58',NULL,NULL,NULL,1,'2026-01-20 11:37:58','2026-01-20 11:37:58','258235d7-3af3-4df6-99d2-4b734f13978e'),
(10713,10713,1,'2026-01-20 03:41:09',NULL,NULL,NULL,1,'2026-01-20 11:41:09','2026-01-20 11:41:09','4363291d-3c75-47b4-952a-9222b21f1a53'),
(10714,10714,1,'2026-01-20 03:41:41',NULL,NULL,NULL,1,'2026-01-20 11:41:41','2026-01-20 11:41:41','cc3d93af-32cf-4541-b4fc-f18f536d4b42'),
(10715,10715,1,'2026-01-20 03:45:15',NULL,NULL,NULL,1,'2026-01-20 11:45:15','2026-01-20 11:45:15','9989323a-e733-453b-b3f9-0892b86a36f4'),
(10716,10716,1,'2026-01-20 03:45:29',NULL,NULL,NULL,1,'2026-01-20 11:45:29','2026-01-20 11:45:29','d031c833-a8e7-4b8f-804b-88d5abd6c969'),
(10717,10717,1,'2026-01-20 03:46:29',NULL,NULL,NULL,1,'2026-01-20 11:46:29','2026-01-20 11:46:29','87c132e2-4549-4de7-a2ab-5430c068ef93'),
(10718,10718,1,'2026-01-20 03:51:03',NULL,NULL,NULL,1,'2026-01-20 11:51:03','2026-01-20 11:51:03','0472c45e-edfb-4e28-8f36-c2dc5036eaf4'),
(10719,10719,1,'2026-01-20 03:51:25',NULL,NULL,NULL,1,'2026-01-20 11:51:25','2026-01-20 11:51:25','96996750-ddbc-4cad-bc29-f28398a1799d'),
(10720,10720,1,'2026-01-20 03:52:53',NULL,NULL,NULL,1,'2026-01-20 11:52:53','2026-01-20 11:52:53','f0c9cbdb-fd3e-4129-8e23-2d3729d44dc2'),
(10721,10721,1,'2026-01-20 03:54:47',NULL,NULL,NULL,1,'2026-01-20 11:54:47','2026-01-20 11:54:47','bcba912e-a096-4914-8f3c-3a5fd40b4d9f'),
(10722,10722,1,'2026-01-20 03:56:09',NULL,NULL,NULL,1,'2026-01-20 11:56:09','2026-01-20 11:56:09','5ddb5e0a-69ac-44c4-9657-2f59a71f1f98'),
(10723,10723,1,'2026-01-20 03:57:22',NULL,NULL,NULL,1,'2026-01-20 11:57:22','2026-01-20 11:57:22','36b1166e-b98c-426b-b3ff-bdfaaa257d83'),
(10724,10724,1,'2026-01-20 03:58:38',NULL,NULL,NULL,1,'2026-01-20 11:58:38','2026-01-20 11:58:38','504dce63-4b44-4ef5-a777-d7e7e285729c'),
(10725,10725,1,'2026-01-20 03:59:20',NULL,NULL,NULL,1,'2026-01-20 11:59:20','2026-01-20 11:59:20','41039e56-2b89-43be-91cc-f4ae4bdb96e8'),
(10726,10726,1,'2026-01-20 03:59:32',NULL,NULL,NULL,1,'2026-01-20 11:59:32','2026-01-20 11:59:32','3c3545ae-ea09-48ad-b8ad-aed1fb34b547'),
(10727,10727,1,'2026-01-20 03:59:45',NULL,NULL,NULL,1,'2026-01-20 11:59:45','2026-01-20 11:59:45','18c45001-cd2e-4b18-9499-2964c769329b'),
(10728,10728,1,'2026-01-20 04:00:49',NULL,NULL,NULL,1,'2026-01-20 12:00:49','2026-01-20 12:00:49','e56911d7-d0f9-4318-bec7-7b3a580369a2'),
(10729,10729,1,'2026-01-20 04:29:52',NULL,NULL,NULL,1,'2026-01-20 12:29:52','2026-01-20 12:29:52','402fe7ae-67fc-4717-a362-ffc6b7588c6b'),
(10730,10730,1,'2026-01-20 04:34:41',NULL,NULL,NULL,1,'2026-01-20 12:34:41','2026-01-20 12:34:41','a51c547f-b92b-4ea6-ab59-c410ab368f05'),
(10731,10731,1,'2026-01-20 04:35:01',NULL,NULL,NULL,1,'2026-01-20 12:35:01','2026-01-20 12:35:01','35b4d5f8-069d-4d4c-84c1-1ec3871d30d2'),
(10732,10732,1,'2026-01-20 04:37:57',NULL,NULL,NULL,1,'2026-01-20 12:37:57','2026-01-20 12:37:57','2a6c297e-6359-4e3b-9143-940373126468'),
(10733,10733,1,'2026-01-20 04:37:57',NULL,NULL,NULL,1,'2026-01-20 12:37:57','2026-01-20 12:37:57','d3758678-f27e-4c94-bc25-582dcee0281d'),
(10734,10734,1,'2026-01-20 04:43:20',NULL,NULL,NULL,1,'2026-01-20 12:43:20','2026-01-20 12:43:20','d049ca46-2ebd-42fd-87b9-1673aa3c7887'),
(10735,10735,1,'2026-01-20 04:45:20',NULL,NULL,NULL,1,'2026-01-20 12:45:20','2026-01-20 12:45:20','17afcfb1-cab0-4987-a5ea-6b48be8683ac'),
(10736,10736,1,'2026-01-20 04:49:11',NULL,NULL,NULL,1,'2026-01-20 12:49:11','2026-01-20 12:49:11','1cdf59f6-9623-4637-911d-495b10100795'),
(10737,10737,1,'2026-01-20 04:56:23',NULL,NULL,NULL,1,'2026-01-20 12:56:23','2026-01-20 12:56:23','0b449471-2d6c-4f5e-aa01-632b7d80474f'),
(10738,10738,1,'2026-01-20 04:57:49',NULL,NULL,NULL,1,'2026-01-20 12:57:49','2026-01-20 12:57:49','fa8a3ac2-5085-4784-8cd7-d047dc4a2cf8'),
(10739,10739,1,'2026-01-20 04:58:49',NULL,NULL,NULL,1,'2026-01-20 12:58:49','2026-01-20 12:58:49','dbc01e82-96b6-4ced-9e15-d7b69f55b926'),
(10740,10740,1,'2026-01-20 05:06:36',NULL,NULL,NULL,1,'2026-01-20 13:06:36','2026-01-20 13:06:36','680cf2a7-1b8c-48eb-8f30-bfbad5d9feca'),
(10741,10741,1,'2026-01-20 05:07:44',NULL,NULL,NULL,1,'2026-01-20 13:07:44','2026-01-20 13:07:44','ffafbb5c-08b8-47a8-9d18-0b177a8f14c3'),
(10742,10742,1,'2026-01-20 05:07:52',NULL,NULL,NULL,1,'2026-01-20 13:07:52','2026-01-20 13:07:52','4eace947-9f12-4bac-a5aa-a584cf9ad69b'),
(10743,10743,1,'2026-01-20 05:10:28',NULL,NULL,NULL,1,'2026-01-20 13:10:28','2026-01-20 13:10:28','19315fa8-bb5a-457e-a1e6-6fd7b228cc21'),
(10744,10744,1,'2026-01-20 05:20:07',NULL,NULL,NULL,1,'2026-01-20 13:20:07','2026-01-20 13:20:07','a6f05b16-2f61-4e56-b90f-b30fead6f36b'),
(10745,10745,1,'2026-01-20 05:21:05',NULL,NULL,NULL,1,'2026-01-20 13:21:05','2026-01-20 13:21:05','2751dafc-13aa-4dde-88fb-0a01a2c841d3'),
(10746,10746,1,'2026-01-20 05:21:06',NULL,NULL,NULL,1,'2026-01-20 13:21:06','2026-01-20 13:21:06','c2264351-0a18-4540-a135-d9f4da91d7d1'),
(10747,10747,1,'2026-01-20 05:25:50',NULL,NULL,NULL,1,'2026-01-20 13:25:50','2026-01-20 13:25:50','c75fbcbc-4524-4f7b-b849-a80a13c6db51'),
(10748,10748,1,'2026-01-20 05:25:51',NULL,NULL,NULL,1,'2026-01-20 13:25:51','2026-01-20 13:25:51','16b4e7a7-27a3-4674-b73f-fd46edef328f'),
(10749,10749,1,'2026-01-20 05:26:01',NULL,NULL,NULL,1,'2026-01-20 13:26:01','2026-01-20 13:26:01','5536ad5d-7749-44c9-b98b-376ef330c32c'),
(10750,10750,1,'2026-01-20 05:27:59',NULL,NULL,NULL,1,'2026-01-20 13:27:59','2026-01-20 13:27:59','c6988853-18e9-4157-9400-8d7028d1a855'),
(10751,10751,1,'2026-01-20 05:28:40',NULL,NULL,NULL,1,'2026-01-20 13:28:40','2026-01-20 13:28:40','2cb0d67a-e63c-4ad0-b4c9-832d047e341a'),
(10752,10752,1,'2026-01-20 05:28:41',NULL,NULL,NULL,1,'2026-01-20 13:28:41','2026-01-20 13:28:41','bcc949b9-7941-4a41-b39f-fd584fd0294e'),
(10753,10753,1,'2026-01-20 05:29:17',NULL,NULL,NULL,1,'2026-01-20 13:29:17','2026-01-20 13:29:17','e0d95312-72a0-4c8d-987f-e836af290745'),
(10754,10754,1,'2026-01-20 05:30:35',NULL,NULL,NULL,1,'2026-01-20 13:30:35','2026-01-20 13:30:35','f84ba379-d57e-49e4-aec9-f5a12886439a'),
(10755,10755,1,'2026-01-20 05:33:15',NULL,NULL,NULL,1,'2026-01-20 13:33:15','2026-01-20 13:33:15','85470da4-89d9-493d-95ad-fe03d4103278'),
(10756,10756,1,'2026-01-20 05:33:34',NULL,NULL,NULL,1,'2026-01-20 13:33:34','2026-01-20 13:33:34','b8784aca-7258-4f5d-9445-9b46d2a5940b'),
(10757,10757,1,'2026-01-20 05:34:51',NULL,NULL,NULL,1,'2026-01-20 13:34:51','2026-01-20 13:34:51','a1572176-1399-4be5-93bd-e9256b265157'),
(10758,10758,1,'2026-01-20 05:36:19',NULL,NULL,NULL,1,'2026-01-20 13:36:19','2026-01-20 13:36:19','969c4947-61f9-4f35-af33-83cbb973c447'),
(10759,10759,1,'2026-01-20 05:37:29',NULL,NULL,NULL,1,'2026-01-20 13:37:29','2026-01-20 13:37:29','c72af204-4ce6-4c27-836f-0365a8e45016'),
(10760,10760,1,'2026-01-20 05:37:37',NULL,NULL,NULL,1,'2026-01-20 13:37:37','2026-01-20 13:37:37','ae20bf35-33f1-4f26-8654-59e88620112c'),
(10761,10761,1,'2026-01-20 05:40:47',NULL,NULL,NULL,1,'2026-01-20 13:40:47','2026-01-20 13:40:47','2dd862a6-6fc4-4aa1-9d17-afc060d1b852'),
(10762,10762,1,'2026-01-20 05:48:49',NULL,NULL,NULL,1,'2026-01-20 13:48:49','2026-01-20 13:48:49','b127b1fe-d198-4506-b004-804f900003e4'),
(10763,10763,1,'2026-01-20 05:48:50',NULL,NULL,NULL,1,'2026-01-20 13:48:50','2026-01-20 13:48:50','164e1a4e-25a6-4428-a669-1a7b811484e9'),
(10764,10764,1,'2026-01-20 05:53:56',NULL,NULL,NULL,1,'2026-01-20 13:53:56','2026-01-20 13:53:56','ba4bb9bc-51b0-4ab0-b432-d7b902a396a7'),
(10765,10765,1,'2026-01-20 06:18:17',NULL,NULL,NULL,1,'2026-01-20 14:18:17','2026-01-20 14:18:17','fcd2b1d4-6220-4817-96e7-ea9c53d3db6c'),
(10766,10766,1,'2026-01-20 06:19:12',NULL,NULL,NULL,1,'2026-01-20 14:19:12','2026-01-20 14:19:12','b00dc89b-ccd8-4bd2-9696-e5e1e4f05ca3'),
(10767,10767,1,'2026-01-20 06:20:26',NULL,NULL,NULL,1,'2026-01-20 14:20:26','2026-01-20 14:20:26','da960b1d-0c6c-474e-875e-1745b14f6fe4'),
(10768,10768,1,'2026-01-20 06:22:04',NULL,NULL,NULL,1,'2026-01-20 14:22:04','2026-01-20 14:22:04','039e2e1f-bfad-453c-84f4-8d5800ce1aa8'),
(10769,10769,1,'2026-01-20 06:25:16',NULL,NULL,NULL,1,'2026-01-20 14:25:16','2026-01-20 14:25:16','bed896a1-fd8d-4032-9ed5-7a99df094c60'),
(10770,10770,1,'2026-01-20 06:27:33',NULL,NULL,NULL,1,'2026-01-20 14:27:33','2026-01-20 14:27:33','e65fcfc9-1a1b-4387-8fb9-01eb678673f1'),
(10771,10771,1,'2026-01-20 06:30:46',NULL,NULL,NULL,1,'2026-01-20 14:30:46','2026-01-20 14:30:46','446b9775-d639-4d90-8c98-f73e1d577f14'),
(10772,10772,1,'2026-01-20 06:31:55',NULL,NULL,NULL,1,'2026-01-20 14:31:55','2026-01-20 14:31:55','5d2ddff2-ba18-4432-91c9-ebbc72f3f6b9'),
(10773,10773,1,'2026-01-20 06:35:00',NULL,NULL,NULL,1,'2026-01-20 14:35:00','2026-01-20 14:35:00','437cb0d4-5ce9-4e80-a98d-20c4577aaab4'),
(10774,10774,1,'2026-01-20 06:36:54',NULL,NULL,NULL,1,'2026-01-20 14:36:54','2026-01-20 14:36:54','bc7dfcfd-14b5-47da-8653-d2314ba1426a'),
(10775,10775,1,'2026-01-20 06:37:51',NULL,NULL,NULL,1,'2026-01-20 14:37:51','2026-01-20 14:37:51','267d091e-eb81-4a77-83ba-476aa0040194'),
(10776,10776,1,'2026-01-20 06:39:18',NULL,NULL,NULL,1,'2026-01-20 14:39:18','2026-01-20 14:39:18','04637dff-e810-46db-9043-60114207ed5d'),
(10777,10777,1,'2026-01-20 06:40:40',NULL,NULL,NULL,1,'2026-01-20 14:40:40','2026-01-20 14:40:40','d47248b8-9baa-433e-813f-e064554a0eeb'),
(10778,10778,1,'2026-01-20 06:43:14',NULL,NULL,NULL,1,'2026-01-20 14:43:14','2026-01-20 14:43:14','06cc27c3-28c6-4e2b-8951-35009c20e3b0'),
(10779,10779,1,'2026-01-20 06:43:26',NULL,NULL,NULL,1,'2026-01-20 14:43:26','2026-01-20 14:43:26','967adb61-15e7-4d10-a306-6035d905b2d9'),
(10780,10780,1,'2026-01-20 06:46:40',NULL,NULL,NULL,1,'2026-01-20 14:46:40','2026-01-20 14:46:40','cbec204a-f7a0-4358-9c64-c3819b6d8a79'),
(10997,10997,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10538],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-20 14:49:29','2026-01-20 14:49:29','6c0236ff-0d1d-4916-b96d-37e7991a7b14'),
(10999,10999,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10557],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-20 14:50:45','2026-01-20 14:50:45','57e9e511-cdae-4b13-a7d4-41c10e1c4335'),
(11001,11001,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-20 14:51:03','2026-01-20 14:51:03','bdf72d75-3ee4-483d-9de9-b4b49b20020e'),
(11003,11003,1,'Brakeley Park Room',NULL,NULL,NULL,1,'2026-01-20 14:52:14','2026-01-20 14:52:14','a7ad572d-c890-4039-961d-7b32f4f02127'),
(11004,11004,1,'Brakeley Park Room2',NULL,NULL,NULL,1,'2026-01-20 14:52:17','2026-01-20 14:52:17','2d412dff-702f-4f6c-8b50-65bb56dd9fad'),
(11005,11005,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,11003,11004,3278,3279],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2026-01-20 14:52:25','2026-01-20 14:52:25','49a45728-79a5-40b9-adf1-9b695777226e'),
(11007,11007,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-20 14:52:39','2026-01-20 14:52:39','ecc00ccc-b29c-4856-9411-3e8dd0fc9f51'),
(11008,11008,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-20 14:52:47','2026-01-20 14:52:47','aa5b7605-adc4-4b7f-85b8-e1453e799274'),
(11010,11010,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-20 14:53:27','2026-01-20 14:53:27','d1c852c1-39e3-44b5-9c38-8a2ee4b1a9f1'),
(11014,11014,1,'2026-01-20 06:54:31',NULL,NULL,NULL,1,'2026-01-20 14:54:31','2026-01-20 14:54:31','e39da767-08f3-41e8-b5c6-5a5ded3f9437'),
(11018,11018,1,'Halee S.','halee-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Beautiful facility, took wonderful care of my grandma. Therapy did a great job getting back on her feet. Would highly recommend!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Halee S.\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','3e9c9e93-b381-498d-855a-f9c8750316ad'),
(11019,11019,1,'Brent W.','brent-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This building is amazing. The remodel is beautiful. My family member was here for rehab, and the nursing team and rehab team were accommodating and understanding of my family’s needs. From the social worker to activities, you would be shocked by the level of amazing care. The DON and managers were timely and respectful with the concerns we had and followed up accordingly!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brent W.\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','23800a72-d603-420d-9acb-7f8200fd89d7'),
(11020,11020,1,'Chelsey Z.','chelsey-z',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Kensington has a welcoming atmosphere and wonderful staff! Newly renovated with fresh paint and new floors! Everyone treats everyone as if they are family. Each department works hard to meet the needs of the resident and their family. Concerns are addressed immediately and taken seriously. Every day has different activities for the residents to enjoy! I recommend Kensington for rehab and/or long-term care for yourself or a loved one!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Chelsey Z.\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','57d2d1d8-b5c9-44de-b244-deb184515d6b'),
(11021,11021,1,'Rachel R.','rachel-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Kensington is a gem of the community. The staff is welcoming, like one giant family that welcomes your loved ones. From the administration to therapy to nursing to housekeeping, and everything in between; each of the staff play a pivotal role to encourage your loved one. Therapy and nursing work in tandem to rehab your loved one with compassion. There is so much to do in down time with activities, they are able to experience the beautiful outdoor courtyard, there are cookouts, manicures, games, scavenger hunts!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rachel R.\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','8ded3456-ca8f-46d8-959a-3e14ea3dc2dd'),
(11022,11022,1,'Rose S.','rose-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Loving, caring, and logical. A peaceful place to recover and figure out next steps. Very supportive and friendly. They not only do they get the job done, they treat you with respect even if you’re struggling with communication such as post stroke.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rose S.\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','2f3f09ef-5e69-4b1b-8f84-f2bd9c7af481'),
(11023,11023,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','366db4e1-cf02-483c-acb4-0e2cb0986051'),
(11024,11024,1,'Halee S.','halee-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Beautiful facility, took wonderful care of my grandma. Therapy did a great job getting back on her feet. Would highly recommend!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Halee S.\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','b7aac341-2455-4d1d-8237-99250c320402'),
(11025,11025,1,'Brent W.','brent-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This building is amazing. The remodel is beautiful. My family member was here for rehab, and the nursing team and rehab team were accommodating and understanding of my family’s needs. From the social worker to activities, you would be shocked by the level of amazing care. The DON and managers were timely and respectful with the concerns we had and followed up accordingly!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Brent W.\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','1661d2b4-3ded-4aae-82af-bfac5b40df7d'),
(11026,11026,1,'Chelsey Z.','chelsey-z',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Kensington has a welcoming atmosphere and wonderful staff! Newly renovated with fresh paint and new floors! Everyone treats everyone as if they are family. Each department works hard to meet the needs of the resident and their family. Concerns are addressed immediately and taken seriously. Every day has different activities for the residents to enjoy! I recommend Kensington for rehab and/or long-term care for yourself or a loved one!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Chelsey Z.\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','9537afce-3590-4e43-95b8-c7738d0e2649'),
(11027,11027,1,'Rachel R.','rachel-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Kensington is a gem of the community. The staff is welcoming, like one giant family that welcomes your loved ones. From the administration to therapy to nursing to housekeeping, and everything in between; each of the staff play a pivotal role to encourage your loved one. Therapy and nursing work in tandem to rehab your loved one with compassion. There is so much to do in down time with activities, they are able to experience the beautiful outdoor courtyard, there are cookouts, manicures, games, scavenger hunts!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rachel R.\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','6e4b5812-1cba-42df-a440-0e0d8b426bfb'),
(11028,11028,1,'Rose S.','rose-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Loving, caring, and logical. A peaceful place to recover and figure out next steps. Very supportive and friendly. They not only do they get the job done, they treat you with respect even if you’re struggling with communication such as post stroke.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rose S.\"}',1,'2026-01-20 14:56:24','2026-01-20 14:56:24','c2c863ea-6533-49eb-a342-ba7ae5957ec0'),
(11034,11034,1,'2026-01-20 06:57:32',NULL,NULL,NULL,1,'2026-01-20 14:57:32','2026-01-20 14:57:32','bea7ac37-264a-430c-925e-486d66b3b7fc'),
(11037,11037,1,'Ed S.','ed-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every person working was beyond helpful, and they all had smiles on their faces — not easy to do in that environment. Thanks!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ed S.\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','ae7f0c40-8542-4b4c-8a25-14bea80fba68'),
(11038,11038,1,'Mason F.','mason-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Beautiful Community with a great team to care for the residents!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mason F.\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','8765aea6-1fbc-4cca-8216-c163a7e9ad6d'),
(11039,11039,1,'Vee K.','vee-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"A friend of mine will spend the rest of his life at Manitowoc. What brought him to this place was an unfortunate set of circumstances. But he has found here the support and congeniality that have encouraged him to thrive not just survive. That is due to staff who are well trained in both the skills they need and in their capacities to provide a service to residence. The staff may never know what significant impact their small acts of kindness and courtesy do for those who call this place home.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Vee K.\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','ca09e03a-5312-4ba3-bce9-f8aacf319c15'),
(11040,11040,1,'Jodi B.','jodi-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My sister has been here for at least 3 years and has been taken very good care of. I would recommend Manitowoc to anyone looking for a good home with good care. The nurses aides are very kind, and the nurses do their job with great care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jodi B.\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','91cdcd93-31be-469d-93cc-20a0a52af5aa'),
(11041,11041,1,'Keith V','keith-v',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent, very clean and very friendly staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Keith V\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','bf18ac5c-875a-4a7f-a0ad-aefffb90cc34'),
(11042,11042,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','377a5d37-f592-4a69-8b57-0c1e0208a578'),
(11043,11043,1,'Ed S.','ed-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every person working was beyond helpful, and they all had smiles on their faces — not easy to do in that environment. Thanks!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ed S.\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','f8458d4e-3039-4fb6-8c51-740307af3d13'),
(11044,11044,1,'Mason F.','mason-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Beautiful Community with a great team to care for the residents!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mason F.\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','e572f19c-7c65-4bf9-a305-813cb64c5a0a'),
(11045,11045,1,'Vee K.','vee-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"A friend of mine will spend the rest of his life at Manitowoc. What brought him to this place was an unfortunate set of circumstances. But he has found here the support and congeniality that have encouraged him to thrive not just survive. That is due to staff who are well trained in both the skills they need and in their capacities to provide a service to residence. The staff may never know what significant impact their small acts of kindness and courtesy do for those who call this place home.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Vee K.\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','7a2676b8-c044-45fd-96b0-208346418b24'),
(11046,11046,1,'Jodi B.','jodi-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My sister has been here for at least 3 years and has been taken very good care of. I would recommend Manitowoc to anyone looking for a good home with good care. The nurses aides are very kind, and the nurses do their job with great care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jodi B.\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','781b06b2-8b2d-4210-9e70-811fb39560a4'),
(11047,11047,1,'Keith V','keith-v',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent, very clean and very friendly staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Keith V\"}',1,'2026-01-20 14:58:31','2026-01-20 14:58:31','7a2e69cd-6f78-4026-a099-7fb6b0b5d7f1'),
(11050,11050,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-20 14:58:34','2026-01-20 14:58:34','eff04ff6-7174-4c73-b7ec-9140700643b6'),
(11057,11057,1,'Deanna G.','deanna-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mother has been at Nazareth over 6 months. I have been very happy with the staff that we have dealt with… admissions, front desk, PT/OT and 2nd floor staff. Everyone is very nice and accommodating and I feel like my mom is well cared.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deanna G.\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','7a71b8cc-6d42-4681-80e9-767b50ab4b98'),
(11058,11058,1,'Pat H.','pat-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The Staff is amazing. From the Administrative Staff to the Nursing Staff and everyone in between. Would highly recommend. We feel that the Nurses actually saved our mothers life. Also, the Physical Therapy Team is exceptional. They work very hard to find ways for my Mother to keep moving forward with her Physical needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pat H.\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','4afa261c-2d0c-4346-927e-0939ae4cbcc4'),
(11059,11059,1,'James O.','james-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff goes above and beyond to care for you. Couldn\'t ask for better people.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"James O.\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','fae9096c-6096-4144-9cc1-951300da3684'),
(11060,11060,1,'Helen B.','helen-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very helpful and professional staff. They facilitated getting much of the legal paperwork done as we tried to work our way through proper documents necessary for future care for my sister. Many thanks to you all!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Helen B.\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','3e7825d6-4cdd-468f-aa49-a2eb3b6b3d5b'),
(11061,11061,1,'Susan O.','susan-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Our father has only positive and wonderful things to say about everyone here who is making his life comfortable Thank you so very much. Please let all those employees know all they do truly is noticed and appreciated!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan O.\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','bf6c6ddb-f367-4eb1-93a6-f7ee2d16f72f'),
(11062,11062,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','aaaa4be3-84a6-4eff-a0b5-007198e45c3b'),
(11063,11063,1,'Deanna G.','deanna-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mother has been at Nazareth over 6 months. I have been very happy with the staff that we have dealt with… admissions, front desk, PT/OT and 2nd floor staff. Everyone is very nice and accommodating and I feel like my mom is well cared.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Deanna G.\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','59e7c872-1bca-44db-8efc-90a9caa67dd7'),
(11064,11064,1,'Pat H.','pat-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The Staff is amazing. From the Administrative Staff to the Nursing Staff and everyone in between. Would highly recommend. We feel that the Nurses actually saved our mothers life. Also, the Physical Therapy Team is exceptional. They work very hard to find ways for my Mother to keep moving forward with her Physical needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pat H.\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','fe4e3f37-8e6c-45f0-97c0-1c82595421e1'),
(11065,11065,1,'James O.','james-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff goes above and beyond to care for you. Couldn\'t ask for better people.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"James O.\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','53fb42d4-5cd9-43fa-93d0-2f4a7d5d5258'),
(11066,11066,1,'Helen B.','helen-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very helpful and professional staff. They facilitated getting much of the legal paperwork done as we tried to work our way through proper documents necessary for future care for my sister. Many thanks to you all!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Helen B.\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','3710e6f1-23c3-4b85-9f1a-c0e6cc8e50d2'),
(11067,11067,1,'Susan O.','susan-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Our father has only positive and wonderful things to say about everyone here who is making his life comfortable Thank you so very much. Please let all those employees know all they do truly is noticed and appreciated!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan O.\"}',1,'2026-01-20 15:00:15','2026-01-20 15:00:15','f0a27262-9427-4faf-9c0d-fb1ec78228cb'),
(11070,11070,1,'2026-01-20 07:00:52',NULL,NULL,NULL,1,'2026-01-20 15:00:52','2026-01-20 15:00:52','680d5e1d-9132-4825-8bf7-27f77a08a5bd'),
(11075,11075,1,'2026-01-20 07:01:53',NULL,NULL,NULL,1,'2026-01-20 15:01:53','2026-01-20 15:01:53','03503d60-467a-4081-ad65-8a474b207ce3'),
(11076,11076,1,'Becky D.','becky-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Ridgewood Is very impressive aesthetically. I visit my Mother there daily and find the people to be compassionate and attentive. Though my mother is there temporarily I do see residents that always seem to be very happy with all the things that are available to them. The meals seem to be very good and activities seem to make people happy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Becky D.\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','db127693-317b-4448-ab8b-98e5786f98c2'),
(11077,11077,1,'Gracie B.','gracie-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Ridgewood is clean and well-staffed. My next-door neighbor has been getting good care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gracie B.\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','cbd2d613-b718-4b7e-9837-a1e62d64569b'),
(11078,11078,1,'Stanley B.','stanley-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Caring and loving people work here no complaints. The nurses, cna’s, dietitians, and everyone who works here treats everyone with respect.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Stanley B.\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','3cfe5f54-d4fb-441e-9291-84819ab36559'),
(11079,11079,1,'Gary K.','gary-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff was very nice to my friend. I feel she is in good hands there. It\'s a very beautiful place!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gary K.\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','41dc28e9-5e1d-4665-bc04-40e0e0df04c7'),
(11080,11080,1,'Fran P.','fran-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The place was very clean, and the staff is very friendly. I was told by the patient that the food is very good.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Fran P.\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','45bb7ecc-7a1b-4aa8-bc45-8231761e5b5b'),
(11081,11081,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','42fd3a9a-a9a7-4d02-b49c-58a99d43fe28'),
(11082,11082,1,'Becky D.','becky-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Ridgewood Is very impressive aesthetically. I visit my Mother there daily and find the people to be compassionate and attentive. Though my mother is there temporarily I do see residents that always seem to be very happy with all the things that are available to them. The meals seem to be very good and activities seem to make people happy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Becky D.\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','e58bf7e1-eec9-42c9-8421-a01a3c9577c8'),
(11083,11083,1,'Gracie B.','gracie-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Ridgewood is clean and well-staffed. My next-door neighbor has been getting good care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gracie B.\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','2a97d433-2681-4dd4-920e-4ef80aa62947'),
(11084,11084,1,'Stanley B.','stanley-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Caring and loving people work here no complaints. The nurses, cna’s, dietitians, and everyone who works here treats everyone with respect.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Stanley B.\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','f91b1f4f-160d-49a3-967f-b60f8e152632'),
(11085,11085,1,'Gary K.','gary-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff was very nice to my friend. I feel she is in good hands there. It\'s a very beautiful place!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gary K.\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','94de968e-d7e7-44d8-8c82-83891abbeecc'),
(11086,11086,1,'Fran P.','fran-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The place was very clean, and the staff is very friendly. I was told by the patient that the food is very good.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Fran P.\"}',1,'2026-01-20 15:02:05','2026-01-20 15:02:05','e32c522c-2656-407b-88b9-9f1964429688'),
(11091,11091,1,'2026-01-20 07:03:08',NULL,NULL,NULL,1,'2026-01-20 15:03:08','2026-01-20 15:03:08','f746ed71-f35e-4f5e-94b8-872ac1d1820a'),
(11092,11092,1,'2026-01-20 07:03:10',NULL,NULL,NULL,1,'2026-01-20 15:03:10','2026-01-20 15:03:10','71e3c1d4-d1f1-4164-ad2f-5b03e5aeb644'),
(11097,11097,1,'Craig W.','craig-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Went to see grandma all she could talk about is how she liked the rehab. Kept showing me what they had her do and wanted to show me she could do more than what she was asked to do! Grandma has always been very competitive and really seems to like where she is what she is doing. Thanks to the staff and all they do for her it’s nice to visit and see her happy!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Craig W.\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','1db68dc3-1a85-4794-a862-f1e740582a4d'),
(11098,11098,1,'Dominque H.','dominque-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Beautiful Facility, the staff was very welcoming!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dominque H.\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','8dac01f3-f878-45f3-bebc-75d26a84c90f'),
(11099,11099,1,'Leon D.','leon-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Always feel very comfortable with all the staff very well trained and they love all the residents that I can see\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Leon D.\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','7ddaeab9-af84-4bb6-92e7-6593a97f1b9d'),
(11100,11100,1,'Jean P.','jean-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very happy with the care provided for my Mom. She especially loves the activities, as she’s always been very social.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jean P.\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','2dbac0bf-84e3-4236-93de-6d7172b21141'),
(11101,11101,1,'Susan D.','susan-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom needed to go to rehab, and we tried this place out. The staff genuinely cared about my mom and her stay there. No place is 100% perfect, of course, but I felt comfortable every time I went home after a visit. Wonderful care given starting with the social worker to the RNs and CNAs and others. They listened to our concerns and acted on them in turn. The therapy department (which is why she was in rehab) is top notch. PT and OT are fantastic. Worked with her and her goals and always there to push her to the next level.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan D.\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','733ffaa1-42aa-469b-8522-74ba4cb52ca4'),
(11102,11102,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','749b509b-bd4e-4b6d-b258-316ce997ffb4'),
(11103,11103,1,'Craig W.','craig-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Went to see grandma all she could talk about is how she liked the rehab. Kept showing me what they had her do and wanted to show me she could do more than what she was asked to do! Grandma has always been very competitive and really seems to like where she is what she is doing. Thanks to the staff and all they do for her it’s nice to visit and see her happy!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Craig W.\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','f4a7aad0-e747-440e-a69a-31d4f4a4ae1d'),
(11104,11104,1,'Dominque H.','dominque-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Beautiful Facility, the staff was very welcoming!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dominque H.\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','2a5d7ad4-4276-49ef-8226-0455b51324d6'),
(11105,11105,1,'Leon D.','leon-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Always feel very comfortable with all the staff very well trained and they love all the residents that I can see\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Leon D.\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','4934da51-06a8-4283-997e-b33bfeff3402'),
(11106,11106,1,'Jean P.','jean-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very happy with the care provided for my Mom. She especially loves the activities, as she’s always been very social.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jean P.\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','e7e0f33c-e703-47b7-ab0f-43b04d9d68e6'),
(11107,11107,1,'Susan D.','susan-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom needed to go to rehab, and we tried this place out. The staff genuinely cared about my mom and her stay there. No place is 100% perfect, of course, but I felt comfortable every time I went home after a visit. Wonderful care given starting with the social worker to the RNs and CNAs and others. They listened to our concerns and acted on them in turn. The therapy department (which is why she was in rehab) is top notch. PT and OT are fantastic. Worked with her and her goals and always there to push her to the next level.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Susan D.\"}',1,'2026-01-20 15:04:31','2026-01-20 15:04:31','25f3e2f3-b653-4b7c-94ac-e3c238230b25'),
(11112,11112,1,'Mark R.','mark-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great staff that truly cares about the residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mark R.\"}',1,'2026-01-20 15:05:00','2026-01-20 15:05:00','bbc45adf-dd65-4b9d-a149-b80f11b1086e'),
(11113,11113,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-20 15:05:00','2026-01-20 15:05:00','4058209c-d490-41c8-93cb-fb9748e2d8ca'),
(11114,11114,1,'Mark R.','mark-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great staff that truly cares about the residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mark R.\"}',1,'2026-01-20 15:05:00','2026-01-20 15:05:00','887075e8-b675-4c1c-b10e-6fab9c5dadab'),
(11117,11117,1,'2026-01-20 07:05:19',NULL,NULL,NULL,1,'2026-01-20 15:05:19','2026-01-20 15:05:19','002aa2c7-8a8b-44c2-93c4-b7e46f2c6727'),
(11121,11121,1,'2026-01-20 07:05:59',NULL,NULL,NULL,1,'2026-01-20 15:05:59','2026-01-20 15:05:59','63c8699b-0dba-41d6-b855-e709eb2f7213'),
(11122,11122,1,'2026-01-20 07:05:59',NULL,NULL,NULL,1,'2026-01-20 15:05:59','2026-01-20 15:05:59','7a44761d-3998-403d-9724-33bb4756132c'),
(11123,11123,1,'2026-01-20 07:06:03',NULL,NULL,NULL,1,'2026-01-20 15:06:03','2026-01-20 15:06:03','79443d98-b650-422c-98ad-6ec2991d8504'),
(11124,11124,1,'Janice G.','janice-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The environment is calm, quiet, clean, and odor free. The staff are friendly and accommodating, ready to adjust the care plan based on her needs that vary from day-to-day. The staff-resident interactions are respectful. The food choices satisfy my Mom\'s appetite. The activity programming keeps Mom stimulated.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Janice G.\"}',1,'2026-01-20 15:06:16','2026-01-20 15:06:16','1e513449-ad0f-4964-982c-7ebe055c1994'),
(11125,11125,1,'Katherine E.','katherine-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is very nice and facility is always kept clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katherine E.\"}',1,'2026-01-20 15:06:16','2026-01-20 15:06:16','cdb6768d-63f1-4b72-afdf-27c4db205f20'),
(11126,11126,1,'Angie W.','angie-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility is so clean and organized! The staff is second to none and I really appreciate how well they’re taking good care of our grandma! Thank you so much for everything you all do!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Angie W.\"}',1,'2026-01-20 15:06:16','2026-01-20 15:06:16','22711113-1d4c-44d3-8da8-2315369d6acb'),
(11127,11127,1,'Tina H.','tina-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has been at Maple Grove for a couple of years. They take great care of her! The staff has been very understanding and helpful with all of my mom‘s needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tina H.\"}',1,'2026-01-20 15:06:16','2026-01-20 15:06:16','2f23c225-607a-435c-b89e-d905f0ee3a8c'),
(11128,11128,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-20 15:06:16','2026-01-20 15:06:16','131c210b-d9f4-4f7b-b02b-bab80e4b3883'),
(11129,11129,1,'Janice G.','janice-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The environment is calm, quiet, clean, and odor free. The staff are friendly and accommodating, ready to adjust the care plan based on her needs that vary from day-to-day. The staff-resident interactions are respectful. The food choices satisfy my Mom\'s appetite. The activity programming keeps Mom stimulated.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Janice G.\"}',1,'2026-01-20 15:06:16','2026-01-20 15:06:16','77c34612-5884-4cad-b3f3-fa5a4867b6aa'),
(11130,11130,1,'Katherine E.','katherine-e',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is very nice and facility is always kept clean.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Katherine E.\"}',1,'2026-01-20 15:06:16','2026-01-20 15:06:16','920103c5-625d-4ec1-ab54-0da17d909c80'),
(11131,11131,1,'Angie W.','angie-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility is so clean and organized! The staff is second to none and I really appreciate how well they’re taking good care of our grandma! Thank you so much for everything you all do!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Angie W.\"}',1,'2026-01-20 15:06:16','2026-01-20 15:06:16','21fba285-93af-48fd-a504-877325a9166c'),
(11132,11132,1,'Tina H.','tina-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom has been at Maple Grove for a couple of years. They take great care of her! The staff has been very understanding and helpful with all of my mom‘s needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tina H.\"}',1,'2026-01-20 15:06:16','2026-01-20 15:06:16','f582ecc4-87b6-439a-b3df-97bddb1d94e1'),
(11137,11137,1,'2026-01-20 07:06:32',NULL,NULL,NULL,1,'2026-01-20 15:06:32','2026-01-20 15:06:32','17789baf-4064-467f-905d-9704b3026df7'),
(11141,11141,1,'2026-01-20 07:08:02',NULL,NULL,NULL,1,'2026-01-20 15:08:02','2026-01-20 15:08:02','febfaa83-f3e7-4f01-9335-4b630733e4a4'),
(11143,11143,1,'2026-01-20 07:08:16',NULL,NULL,NULL,1,'2026-01-20 15:08:16','2026-01-20 15:08:16','a9d81d2b-747c-44a3-9c6e-234bb15b3e66'),
(11146,11146,1,'2026-01-20 07:09:42',NULL,NULL,NULL,1,'2026-01-20 15:09:42','2026-01-20 15:09:42','a5986133-4f31-48f3-8479-468b0ef98c8c'),
(11147,11147,1,'Suzanne M.','suzanne-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We are so grateful for the incredibly experienced and talented nursing, personal care, therapies, and administration. Jefferson Meadows is a caring community. Because of you, our mom is thriving.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Suzanne M.\"}',1,'2026-01-20 15:10:05','2026-01-20 15:10:05','3c85c52e-1b3c-459f-b43d-a36777a2aab2'),
(11148,11148,1,'Nancy L.','nancy-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband is there. Everyone seems very nice and willing to help and answer questions.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Nancy L.\"}',1,'2026-01-20 15:10:05','2026-01-20 15:10:05','a4b650ae-48c2-4436-8b37-a412dab7a023'),
(11149,11149,1,'Ronald B.','ronald-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is always friendly and helpful!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ronald B.\"}',1,'2026-01-20 15:10:05','2026-01-20 15:10:05','95cb38d5-817a-4eaa-8a6a-4fe41c9214ab'),
(11150,11150,1,'Jak A.','jak-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Front desk businesslike and cordial. Waiting area clean and new carpet and chairs. Nurses and Doctors friendly, patient and professional.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jak A.\"}',1,'2026-01-20 15:10:05','2026-01-20 15:10:05','c3ca0796-8135-48c6-8bc0-632da643a9a6'),
(11151,11151,1,'Johannes C.','johannes-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very good nursing facility. All staff are friendly, helpful and caring. Food options are also pretty good. Outdoor patio is available. My relative enjoyed their stay here very much.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Johannes C.\"}',1,'2026-01-20 15:10:05','2026-01-20 15:10:05','4b50002a-7999-46fc-b42a-2549dd98dbfa'),
(11152,11152,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-20 15:10:06','2026-01-20 15:10:06','d24cbf2f-4d04-4174-8168-488fcf127ea5'),
(11153,11153,1,'Suzanne M.','suzanne-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We are so grateful for the incredibly experienced and talented nursing, personal care, therapies, and administration. Jefferson Meadows is a caring community. Because of you, our mom is thriving.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Suzanne M.\"}',1,'2026-01-20 15:10:06','2026-01-20 15:10:06','3333fe08-6553-4b18-b165-81e2dde22eca'),
(11154,11154,1,'Nancy L.','nancy-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My husband is there. Everyone seems very nice and willing to help and answer questions.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Nancy L.\"}',1,'2026-01-20 15:10:06','2026-01-20 15:10:06','66f2648d-2749-41e0-a932-03c9a9dadb2a'),
(11155,11155,1,'Ronald B.','ronald-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is always friendly and helpful!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ronald B.\"}',1,'2026-01-20 15:10:06','2026-01-20 15:10:06','d424dc27-a606-4963-816b-3b8a6edbfb16'),
(11156,11156,1,'Jak A.','jak-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Front desk businesslike and cordial. Waiting area clean and new carpet and chairs. Nurses and Doctors friendly, patient and professional.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jak A.\"}',1,'2026-01-20 15:10:06','2026-01-20 15:10:06','35472c6e-59e3-4167-8dd1-49811ad48f64'),
(11157,11157,1,'Johannes C.','johannes-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very good nursing facility. All staff are friendly, helpful and caring. Food options are also pretty good. Outdoor patio is available. My relative enjoyed their stay here very much.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Johannes C.\"}',1,'2026-01-20 15:10:06','2026-01-20 15:10:06','b381ea44-97fd-4ca8-a50a-514097788074'),
(11166,11166,1,'2026-01-20 07:11:21',NULL,NULL,NULL,1,'2026-01-20 15:11:21','2026-01-20 15:11:21','38b12350-cd19-4317-a4f0-3fe6d7938e0a'),
(11167,11167,1,'2026-01-20 07:11:29',NULL,NULL,NULL,1,'2026-01-20 15:11:29','2026-01-20 15:11:29','080892e1-86c6-44a0-b92c-86d5b7c1dce8'),
(11170,11170,1,'Bill B.','bill-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly staff, very knowledgeable and helpful. Very considerate of my mother in law\'s severe back pain during her recovery from a compression fracture.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Bill B.\"}',1,'2026-01-20 15:12:43','2026-01-20 15:12:43','21f9ac98-c894-41a3-8a63-8c1991523d36'),
(11171,11171,1,'Nancy K.','nancy-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Both of my parents are currently at Hales Corners, one in skilled nursing and one in rehab. My mom has been there previously in rehab and we have been very happy with the care. They have been treated with kindness care and respect. We as family members are also treated the same.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Nancy K.\"}',1,'2026-01-20 15:12:43','2026-01-20 15:12:43','9a87a530-8233-4a06-b02e-fbb25f1d73d2'),
(11172,11172,1,'Becky S.','becky-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone is so nice and pleasant here, the employees give 100%, and they love their job, you can tell they are all very helpful, the residents get positive care, the activities keep the residents busy, from bingo, musical entertainment, fun activities year round and extra special during the holidays and annual appreciation celebrations, they make the residents feel welcome.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Becky S.\"}',1,'2026-01-20 15:12:43','2026-01-20 15:12:43','de9799ec-624e-4957-8b03-5df4c0fce350'),
(11173,11173,1,'Eric K.','eric-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly staff and a wonderful looking facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Eric K.\"}',1,'2026-01-20 15:12:43','2026-01-20 15:12:43','4f10846d-2c0f-4857-9df7-c6a7db45a68c'),
(11174,11174,1,'Jennifer L.','jennifer-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Such a wonderful place. I highly recommend if your loved one needs rehab.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jennifer L.\"}',1,'2026-01-20 15:12:43','2026-01-20 15:12:43','edc0a21a-7c5d-4626-9810-d8d0992927fa'),
(11175,11175,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-20 15:12:44','2026-01-20 15:12:44','de1c8388-e9d3-4be6-8f38-9511e1c25cf9'),
(11176,11176,1,'Bill B.','bill-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly staff, very knowledgeable and helpful. Very considerate of my mother in law\'s severe back pain during her recovery from a compression fracture.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Bill B.\"}',1,'2026-01-20 15:12:44','2026-01-20 15:12:44','d59bab96-8ca4-4aa6-9876-34f26ab4741f'),
(11177,11177,1,'Nancy K.','nancy-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Both of my parents are currently at Hales Corners, one in skilled nursing and one in rehab. My mom has been there previously in rehab and we have been very happy with the care. They have been treated with kindness care and respect. We as family members are also treated the same.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Nancy K.\"}',1,'2026-01-20 15:12:44','2026-01-20 15:12:44','f567def5-0eb0-4b27-829c-be4d516e58e9'),
(11178,11178,1,'Becky S.','becky-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone is so nice and pleasant here, the employees give 100%, and they love their job, you can tell they are all very helpful, the residents get positive care, the activities keep the residents busy, from bingo, musical entertainment, fun activities year round and extra special during the holidays and annual appreciation celebrations, they make the residents feel welcome.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Becky S.\"}',1,'2026-01-20 15:12:44','2026-01-20 15:12:44','efa1cc7d-6feb-48e7-af17-c5acca4baa6e'),
(11179,11179,1,'Eric K.','eric-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly staff and a wonderful looking facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Eric K.\"}',1,'2026-01-20 15:12:44','2026-01-20 15:12:44','8171d979-fdab-4270-bc61-168b4f2320f0'),
(11180,11180,1,'Jennifer L.','jennifer-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Such a wonderful place. I highly recommend if your loved one needs rehab.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jennifer L.\"}',1,'2026-01-20 15:12:44','2026-01-20 15:12:44','c8503082-805f-4469-9a7c-5b1abe6defb0'),
(11181,11181,1,'2026-01-20 07:12:44',NULL,NULL,NULL,1,'2026-01-20 15:12:44','2026-01-20 15:12:44','78006897-e405-40f1-8925-fa22b87dd6ea'),
(11187,11187,1,'2026-01-20 07:13:28',NULL,NULL,NULL,1,'2026-01-20 15:13:28','2026-01-20 15:13:28','2c5e083a-90b1-4090-b3e3-12190eb2c577'),
(11191,11191,1,'2026-01-20 07:15:35',NULL,NULL,NULL,1,'2026-01-20 15:15:35','2026-01-20 15:15:35','4a0483a0-182c-46cd-a51f-f706d482b37b'),
(11193,11193,1,'Timothy B.','timothy-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Can’t say enough about the staff that took care of and rehabilitated my grandfather. Everyone was professional and understanding of our needs. Jeff and his team of healthcare professionals made us feel like family!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Timothy B.\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','4d53d4a1-d131-4ae1-a8d2-db4a570a3546'),
(11194,11194,1,'Jose T.','jose-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very highly recommend, fantastic hospitality, love their service, would not change them for any other place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jose T.\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','2308e214-21b4-4218-90f3-359427aefbea'),
(11195,11195,1,'David W.','david-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great care in shiny, clean facility staffed by smiling and cheerful staff. Very attentive patient care. \\nExcellent give and take with staff at regularly scheduled patient care conferences.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David W.\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','5339a3e8-d888-4d3d-ab14-3070d2ba89da'),
(11196,11196,1,'Gordon S.','gordon-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff were very helpful with our questions and setting up additional services for our brother.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gordon S.\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','f0fead7f-ab1b-43d0-b2e9-37ac8189ca3b'),
(11197,11197,1,'Stanley M.','stanley-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We visited an old friend, and the establishment was clean and friendly. Our friend was well taken care of and felt comfortable there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Stanley M.\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','86600367-f2f9-4d9a-96e7-883c5b53359e'),
(11198,11198,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','5cb26e15-4c43-420d-9dc7-8faa01a69ec2'),
(11199,11199,1,'Timothy B.','timothy-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Can’t say enough about the staff that took care of and rehabilitated my grandfather. Everyone was professional and understanding of our needs. Jeff and his team of healthcare professionals made us feel like family!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Timothy B.\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','c9d5d41c-f9d4-43af-820f-eb1149f4a7e1'),
(11200,11200,1,'Jose T.','jose-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very highly recommend, fantastic hospitality, love their service, would not change them for any other place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jose T.\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','c68f5dba-7bd5-4070-927a-686f85a0a8c6'),
(11201,11201,1,'David W.','david-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great care in shiny, clean facility staffed by smiling and cheerful staff. Very attentive patient care. \\nExcellent give and take with staff at regularly scheduled patient care conferences.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David W.\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','bbf4c24a-2900-46e2-844c-a1a3f1375935'),
(11202,11202,1,'Gordon S.','gordon-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff were very helpful with our questions and setting up additional services for our brother.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Gordon S.\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','cf1eab97-e39c-48c9-a331-28adb2ece9a4'),
(11203,11203,1,'Stanley M.','stanley-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We visited an old friend, and the establishment was clean and friendly. Our friend was well taken care of and felt comfortable there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Stanley M.\"}',1,'2026-01-20 15:15:56','2026-01-20 15:15:56','a3584459-6a43-4844-9c1a-8f8abbd052c3'),
(11204,11204,1,'2026-01-20 07:15:57',NULL,NULL,NULL,1,'2026-01-20 15:15:57','2026-01-20 15:15:57','49488282-080a-415b-b7ae-6045b3769e7b'),
(11214,11214,1,'2026-01-20 07:16:59',NULL,NULL,NULL,1,'2026-01-20 15:16:59','2026-01-20 15:16:59','c5670f68-2982-408b-ac1d-d4b113da7891'),
(11215,11215,1,'Shane B.','shane-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Glendale has been trusted with the care of my mom for many years. Very professional and friendly staff who I enjoy seeing on my daily visits!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Shane B.\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','c9e95b22-f951-4ccc-a79c-5d04d50a78ed'),
(11216,11216,1,'Bob M.','bob-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very friendly staff! Helpful and informative. Very clean facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Bob M.\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','43872052-64b6-4a98-b55e-76b85fc7bd73'),
(11217,11217,1,'Leslie C.','leslie-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Warm and inviting staff. The facility is clean, professional from all service person. Look forward to next visit, I would recommend this place. Patients are being well taken care of!!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Leslie C.\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','93794fb0-b261-4df1-9582-6540d380459b'),
(11218,11218,1,'Daniel A.','daniel-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This it’s a very pleasant facility to visit my dad in. There are plenty of options and areas to take him outside and spend time with him. There is a very big recreation room to bring him to and spend time in. He seems happy at the facility, and he is getting very good care. Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Daniel A.\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','10c70d7b-e992-4d9b-a915-a494d9e4be08'),
(11219,11219,1,'Rebecca K.','rebecca-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The whole staff is amazing. Very helpful with every question I had. I feel very comfortable with having a family member at Glendale\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rebecca K.\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','789c5c33-47ee-4fbb-811f-88a025918500'),
(11220,11220,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','90a119a1-8599-4f36-81b2-9b796675ce1a'),
(11221,11221,1,'Shane B.','shane-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Glendale has been trusted with the care of my mom for many years. Very professional and friendly staff who I enjoy seeing on my daily visits!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Shane B.\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','b7d4457c-85a6-4b63-b85d-fac3a090d2c8'),
(11222,11222,1,'Bob M.','bob-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very friendly staff! Helpful and informative. Very clean facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Bob M.\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','09351fb2-a909-4e85-8006-16f3f253a076'),
(11223,11223,1,'Leslie C.','leslie-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Warm and inviting staff. The facility is clean, professional from all service person. Look forward to next visit, I would recommend this place. Patients are being well taken care of!!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Leslie C.\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','db519811-cabf-47ed-a709-39349d1e29d0'),
(11224,11224,1,'Daniel A.','daniel-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This it’s a very pleasant facility to visit my dad in. There are plenty of options and areas to take him outside and spend time with him. There is a very big recreation room to bring him to and spend time in. He seems happy at the facility, and he is getting very good care. Thank you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Daniel A.\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','bb1ee406-32f2-4554-bdd0-cc3df82306e2'),
(11225,11225,1,'Rebecca K.','rebecca-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The whole staff is amazing. Very helpful with every question I had. I feel very comfortable with having a family member at Glendale\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rebecca K.\"}',1,'2026-01-20 15:17:05','2026-01-20 15:17:05','ebc647ed-c025-45d6-bb71-3cace5653950'),
(11227,11227,1,'2026-01-20 07:17:08',NULL,NULL,NULL,1,'2026-01-20 15:17:08','2026-01-20 15:17:08','e41528ca-0fbc-476a-9127-16c132fd03f4'),
(11228,11228,1,'2026-01-20 07:17:08',NULL,NULL,NULL,1,'2026-01-20 15:17:08','2026-01-20 15:17:08','d8bc94cc-9f84-4a28-bae5-2419fe7ab6af'),
(11231,11231,1,'2026-01-20 07:17:35',NULL,NULL,NULL,1,'2026-01-20 15:17:35','2026-01-20 15:17:35','99c2141d-6179-4c62-b798-c74857ee8bbe'),
(11235,11235,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-20 15:18:57','2026-01-20 15:18:57','d05dd885-e306-4ec5-b743-0d9499cb64eb'),
(11236,11236,1,'Edward H.','example',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I especially liked the staff and private rooms.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Edward H.\"}',1,'2026-01-20 15:18:57','2026-01-20 15:18:57','17bff09a-8c9f-4b4e-857d-0cfedfbe8dc9'),
(11237,11237,1,'Jason L.','example',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone\'s awesome, great staff, very clean, staff are very friendly, and they really take care of the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jason L.\"}',1,'2026-01-20 15:18:57','2026-01-20 15:18:57','4ffc2986-fa1e-4ead-a0e9-980f6ff2e332'),
(11239,11239,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-20 15:19:03','2026-01-20 15:19:03','03b3242f-0875-4f65-8e50-0affbe87c72a'),
(11242,11242,1,'2026-01-20 07:19:36',NULL,NULL,NULL,1,'2026-01-20 15:19:36','2026-01-20 15:19:36','34106d30-0564-4205-ab09-d07d9dae1aeb'),
(11244,11244,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-20 15:20:16','2026-01-20 15:20:16','bc4b9902-a76e-47d7-9306-3b2ea38c4c72'),
(11245,11245,1,'Donna C.','dan-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent care. Staff are dedicated & compassionate. They are also cheerful & go beyond just taking care of physical needs. Therapy services have worked diligently to get my loved one to a point in his recovery that I would never had thought possible in 1 month. I highly recommend Groton Regency to anyone needing their services.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Donna C.\"}',1,'2026-01-20 15:20:16','2026-01-20 15:20:16','64106614-d512-4a6d-94fd-736b526c21d7'),
(11246,11246,1,'Austin D.','donna-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Your location is easily accessible. Everyone is very courteous, friendly, supportive, my friend, they respond quite rapidly when she needs something.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Austin D.\"}',1,'2026-01-20 15:20:16','2026-01-20 15:20:16','e989bf6f-0303-4fc1-a6bf-bcd9b32daab2'),
(11251,11251,1,'2026-01-20 07:22:19',NULL,NULL,NULL,1,'2026-01-20 15:22:19','2026-01-20 15:22:19','7ee181b1-625c-4128-ba62-b8eead584f1e'),
(11252,11252,1,'2026-01-20 07:22:56',NULL,NULL,NULL,1,'2026-01-20 15:22:56','2026-01-20 15:22:56','48cc0095-cabe-41a8-ae5d-d5f5675d91b6'),
(11254,11254,1,'Dan M.','dan-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facilities are recently updated and there are many fun activities or events to look forward to. What really stands out is the genuine kindness and patience the caregivers show, treating each resident with respect and dignity. My mother has found a new home here, and we’ve found peace of mind knowing she’s in such good hands. We highly recommend Complete Care at Groton Regency to anyone looking for exceptional assisted living care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dan M.\"}',1,'2026-01-20 15:24:09','2026-01-20 15:24:09','04ed6f51-cd88-42fb-ac48-bbd9c5950254'),
(11255,11255,1,'Mark Z.','mark',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am a long-term resident who has found a home here and I have made lasting friendships that have enriched my life. I would be permanently in a wheelchair unable to walk if not for the work that was done with me when I first arrived. I am glad I choose to come here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mark Z.\"}',1,'2026-01-20 15:24:09','2026-01-20 15:24:09','9b499af0-6088-48e0-96c5-bfb35dc273bc'),
(11256,11256,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-20 15:24:09','2026-01-20 15:24:09','374377d0-bc7d-41a2-bee7-6cfc7c3fb5dd'),
(11257,11257,1,'Dan M.','dan-m',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facilities are recently updated and there are many fun activities or events to look forward to. What really stands out is the genuine kindness and patience the caregivers show, treating each resident with respect and dignity. My mother has found a new home here, and we’ve found peace of mind knowing she’s in such good hands. We highly recommend Complete Care at Groton Regency to anyone looking for exceptional assisted living care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dan M.\"}',1,'2026-01-20 15:24:09','2026-01-20 15:24:09','5c38fe79-1238-4cf9-8bdd-00a7987be4a7'),
(11258,11258,1,'Dan M.','example',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My family and I couldn’t be happier with Groton Regency! From the moment we walked in, we felt a warmth and compassion that’s hard to find. The staff is attentive and always goes the extra mile to make sure the residents feel comfortable and cared for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dan M.\"}',1,'2026-01-20 15:24:09','2026-01-20 15:24:09','0c57c65e-57a6-41db-a2cd-6f71c5830a86'),
(11259,11259,1,'Mark Z.','mark',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am a long-term resident who has found a home here and I have made lasting friendships that have enriched my life. I would be permanently in a wheelchair unable to walk if not for the work that was done with me when I first arrived. I am glad I choose to come here.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mark Z.\"}',1,'2026-01-20 15:24:09','2026-01-20 15:24:09','7e6da604-383d-463a-ab2c-824ae5db0789'),
(11268,11268,1,'2026-01-20 07:25:33',NULL,NULL,NULL,1,'2026-01-20 15:25:33','2026-01-20 15:25:33','e50492a9-0905-4d49-af39-1011aa9fdb43'),
(11269,11269,1,'Jill P.','jill-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very friendly and clean. Nurses\' Aides are so sweet and caring!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jill P.\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','bef996e2-50e9-4869-aef6-2ee84080e078'),
(11270,11270,1,'Lynn T.','lynn-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This rehab facility is small and quiet. My Brother said the Aids and Nurses are wonderful as well as his PT guy. I have witnessed this on every occasion I’ve visited. The staff seems to enjoy working there which I feel speaks to the quality of the facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lynn T.\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','31e5d22a-2df0-421b-9a80-e97562d34f82'),
(11271,11271,1,'James L.','james-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Love this place! They took great care of my uncle, on 2 separate occasions. Staff is so good.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"James L.\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','b69d0d90-5511-450e-bb69-d7e2bb75d327'),
(11272,11272,1,'Sara R.','sara-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very beautiful grounds and helpful and friendly staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sara R.\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','720aa02c-0647-4d8e-b8f4-4a60dcd0ef34'),
(11273,11273,1,'Starr K.','starr-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Since both of my parents have been at Harrington Court I\'ve seen their quality-of-life skyrocket. It\'s very comforting to know that the level of care and compassion is all in one place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Starr K.\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','c27caee4-a6bc-48fe-8955-e788ca2c4d1e'),
(11274,11274,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10158],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','232b422b-0782-4316-95ff-6680a437a8ea'),
(11275,11275,1,'Jill P.','jill-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very friendly and clean. Nurses\' Aides are so sweet and caring!!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jill P.\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','758ee6f1-a14a-4c48-8449-0f81cb0ae9ce'),
(11276,11276,1,'Lynn T.','lynn-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This rehab facility is small and quiet. My Brother said the Aids and Nurses are wonderful as well as his PT guy. I have witnessed this on every occasion I’ve visited. The staff seems to enjoy working there which I feel speaks to the quality of the facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Lynn T.\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','66aa857e-9b48-4d18-b238-9b25dfda396c'),
(11277,11277,1,'James L.','james-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Love this place! They took great care of my uncle, on 2 separate occasions. Staff is so good.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"James L.\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','0587c66f-7a64-4d16-99ef-e34b3dc10192'),
(11278,11278,1,'Sara R.','sara-r',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very beautiful grounds and helpful and friendly staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sara R.\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','87024a66-6a7d-47d9-be2f-c80b81843e6c'),
(11279,11279,1,'Starr K.','starr-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Since both of my parents have been at Harrington Court I\'ve seen their quality-of-life skyrocket. It\'s very comforting to know that the level of care and compassion is all in one place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Starr K.\"}',1,'2026-01-20 15:25:43','2026-01-20 15:25:43','9408980c-9439-4a3b-b5df-afbea088b9bd'),
(11287,11287,1,'William C.','william-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My experience was beyond my expectations, the staff was professional, supportive and friendly. \\nThis was true of management staff, caregivers down to housekeeping staff. Great team and wonderful facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"William C.\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','5cbdfde4-ab6e-48e4-8dde-beca406e43d0'),
(11288,11288,1,'Emily O.','emily-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone was so helpful and respectful of any question presented to them. Kiara was exceptionally wonderful. I always speak highly of this establishment.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Emily O.\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','482943e8-af11-4bd8-9933-4d1a73c1b4c2'),
(11289,11289,1,'Raven A.','raven-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"They are a great facility and feels very homey throughout the building.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Raven A.\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','eb152aad-14af-4cfe-a47d-02e0584a768c'),
(11290,11290,1,'Barbara K.','barbara-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The care and kindness were evident while visiting a resident at Kimberly Hall North. The facility was clean and neat. Exceeded my expectations.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Barbara K.\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','9e2d38f3-a08c-4b11-9e60-62bdbcde4418'),
(11291,11291,1,'Anna K.','anna-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Grandma was in Kimberly Hall in the memory care unit for nearly 5 years. They took such good care of her and were very attentive to her needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anna K.\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','249c1121-f1db-418c-a399-97452b94420f'),
(11292,11292,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','5dbbdf32-e2c8-41f0-ae93-8ec803968a16'),
(11293,11293,1,'William C.','william-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My experience was beyond my expectations, the staff was professional, supportive and friendly. \\nThis was true of management staff, caregivers down to housekeeping staff. Great team and wonderful facility.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"William C.\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','65b1ea0c-a254-448f-bf18-d6f22a6e9e59'),
(11294,11294,1,'Emily O.','emily-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone was so helpful and respectful of any question presented to them. Kiara was exceptionally wonderful. I always speak highly of this establishment.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Emily O.\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','0bbc3d31-9ad2-4b5e-9aa1-2a965520295a'),
(11295,11295,1,'Raven A.','raven-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"They are a great facility and feels very homey throughout the building.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Raven A.\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','7d70f75c-5842-474b-8576-a7f5bdaeba73'),
(11296,11296,1,'Barbara K.','barbara-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The care and kindness were evident while visiting a resident at Kimberly Hall North. The facility was clean and neat. Exceeded my expectations.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Barbara K.\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','0ae2778a-7313-471c-b0d1-2273e1650cf8'),
(11297,11297,1,'Anna K.','anna-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My Grandma was in Kimberly Hall in the memory care unit for nearly 5 years. They took such good care of her and were very attentive to her needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Anna K.\"}',1,'2026-01-20 15:26:56','2026-01-20 15:26:56','fb2ebdb6-0735-4854-ba92-7c802ab5d865'),
(11298,11298,1,'2026-01-20 07:27:01',NULL,NULL,NULL,1,'2026-01-20 15:27:01','2026-01-20 15:27:01','77211b5e-ce31-4993-921a-d1f29e6bbac3'),
(11300,11300,1,'2026-01-20 07:27:28',NULL,NULL,NULL,1,'2026-01-20 15:27:28','2026-01-20 15:27:28','725e40d9-66e0-4367-803f-47fd245c48e0'),
(11306,11306,1,'Pamela S.','pamela-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Kimberly South has been one of the best rehab centers that I have been to over the past few years. My best friend’s mother is currently there and is receiving the best care. Every time I’ve gone to visit her, the staff have been extremely friendly and helpful. Thank you so much for your kindness.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pamela S.\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','6c7bb0b4-2daf-4e23-8548-d14cfbd0e1ad'),
(11307,11307,1,'Maryam S.','maryam-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I visited a relative at the South building. I found the facility to be clean, and the staff was very friendly. The relative’s room was big and bright. The check in/out kiosk was very easy to use.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maryam S.\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','6aef65a0-9104-41c0-bb19-9219cdcc2121'),
(11308,11308,1,'MaryAnn H.','maryann-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly staff and one of the cleanest nursing facilities I have ever been to!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MaryAnn H.\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','875f0234-b25c-4526-809c-ebbd1348530b'),
(11309,11309,1,'Jacqueline C.','jacqueline-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mother was well cared for and staff was friendly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jacqueline C.\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','7929ec87-991d-4dc5-b98c-59cac102d14a'),
(11310,11310,1,'Ralph T.','ralph-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom seems to love the place. She is doing so well at 94 at Kimberly South. She has her favorite care giver. We have found everyone pleasant and helpful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ralph T.\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','9445eb5d-7d3c-443f-ad0c-27b14e47758a'),
(11311,11311,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10164],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','ee6b46fd-357f-477e-8f9c-a6c846ad8549'),
(11312,11312,1,'Pamela S.','pamela-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Kimberly South has been one of the best rehab centers that I have been to over the past few years. My best friend’s mother is currently there and is receiving the best care. Every time I’ve gone to visit her, the staff have been extremely friendly and helpful. Thank you so much for your kindness.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Pamela S.\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','3a84d6ea-64fd-42be-b207-f77bceec28de'),
(11313,11313,1,'Maryam S.','maryam-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I visited a relative at the South building. I found the facility to be clean, and the staff was very friendly. The relative’s room was big and bright. The check in/out kiosk was very easy to use.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maryam S.\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','82788d7c-a746-4cc3-af35-1432097dc074'),
(11314,11314,1,'MaryAnn H.','maryann-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly staff and one of the cleanest nursing facilities I have ever been to!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MaryAnn H.\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','9ec1ea21-26d9-4dc4-9d1a-3bc64fe3ce7e'),
(11315,11315,1,'Jacqueline C.','jacqueline-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mother was well cared for and staff was friendly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jacqueline C.\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','1d39603a-37b9-43e7-a062-cd66b6889569'),
(11316,11316,1,'Ralph T.','ralph-t',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My mom seems to love the place. She is doing so well at 94 at Kimberly South. She has her favorite care giver. We have found everyone pleasant and helpful.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Ralph T.\"}',1,'2026-01-20 15:29:08','2026-01-20 15:29:08','d64e328d-42a6-45a6-a869-91b193a30920'),
(11325,11325,1,'Mary P.','mary-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Extremely clean and organized. Was very impressed with the staff and housekeeping. Everyone was super friendly and accommodating.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary P.\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','730f0377-cb5e-49ff-9247-251be1d8d13a'),
(11326,11326,1,'Melba L.','melba-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This review is on behalf of my brother who was admitted to recover from a hip replacement recently and needed physical therapy for 6 weeks. Nurses and PT and entire staff were very attentive, kind, courteous and respectable. Made great progress with PT that was needed. Meals were wonderful and can’t speak highly enough about this facility. They truly care about their patients. If you are in need of rehab, I highly recommend Complete Care in Meriden!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Melba L.\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','7764de61-c602-40df-8e52-c7ff9dbb6e39'),
(11327,11327,1,'Darielle C.','darielle-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The administration is amazing. By far the greatest experience I have ever had with a nursing home. I felt very safe with my family member here. 5 stars!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Darielle C.\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','59e0fc51-d6f5-4ee2-b993-1cdc3e7012fa'),
(11328,11328,1,'Kurt B.','kurt-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nothing less than an awesome experience. Everyone explained each step and made the whole process stress-free.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kurt B.\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','d8d72821-7000-4ca1-b566-289fb61909f2'),
(11329,11329,1,'David G.','david-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The place was unbelievably clean & every staff member we encountered was a pleasure to interact with.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David G.\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','c9fb493d-28a5-4f01-8141-72ff0cc2c3d1'),
(11330,11330,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','016faf93-7839-4be5-b8a6-a865f34d8984'),
(11331,11331,1,'Mary P.','mary-p',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Extremely clean and organized. Was very impressed with the staff and housekeeping. Everyone was super friendly and accommodating.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Mary P.\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','8210443f-b251-413b-a6c0-af944812267a'),
(11332,11332,1,'Melba L.','melba-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This review is on behalf of my brother who was admitted to recover from a hip replacement recently and needed physical therapy for 6 weeks. Nurses and PT and entire staff were very attentive, kind, courteous and respectable. Made great progress with PT that was needed. Meals were wonderful and can’t speak highly enough about this facility. They truly care about their patients. If you are in need of rehab, I highly recommend Complete Care in Meriden!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Melba L.\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','1a982ed6-7971-4867-b20e-ba3c6818697e'),
(11333,11333,1,'Darielle C.','darielle-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The administration is amazing. By far the greatest experience I have ever had with a nursing home. I felt very safe with my family member here. 5 stars!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Darielle C.\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','3d068c79-e34e-4478-9898-c85f1f0aefe0'),
(11334,11334,1,'Kurt B.','kurt-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nothing less than an awesome experience. Everyone explained each step and made the whole process stress-free.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kurt B.\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','ffb14e9e-8a4c-4498-8069-85d3a6631f33'),
(11335,11335,1,'David G.','david-g',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The place was unbelievably clean & every staff member we encountered was a pleasure to interact with.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"David G.\"}',1,'2026-01-20 15:30:41','2026-01-20 15:30:41','632be057-1340-42c6-9185-a02bfaba053e'),
(11338,11338,1,'2026-01-20 07:31:36',NULL,NULL,NULL,1,'2026-01-20 15:31:36','2026-01-20 15:31:36','6dea2aae-6eac-4530-ac9b-f700394c7dba'),
(11343,11343,1,'Marian A.','marian-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Our mom became a resident at Complete Care this summer. As you can imagine, it was a traumatic time for our family. The entire staff has been nothing but phenomenal, guiding us through the process, making mom comfortable, with a smile at all times. As I visit mom often, I see how hard they all work and how they go above and beyond for their residents. It takes a special kind of person to do this, and the staff at CC are very special.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Marian A.\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','4135c5ee-a236-4341-8820-a03eea3a759c'),
(11344,11344,1,'Rj H.','rj-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility is spotlessly clean, PT is expert and professional, and recreation activities creative. Our mom has acclimated well and is happy, and our family knows she is safe and well cared for. A heartfelt thanks to CC and staff!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rj H.\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','54956543-72a1-4dc6-b3aa-445365f8d27d'),
(11345,11345,1,'Roseanne S.','roseanne-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I find the nursing staff - RNs, LPNs, and nursing assistants, all very caring and provide warm, personal care. The Therapy Department is phenomenal, and they strive to help residents live to their highest potential.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Roseanne S.\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','cd290516-af2e-4fc3-876e-0a5b56b12797'),
(11346,11346,1,'MaryBeth D.','marybeth-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff at Complete Care are great! They are always helpful in answering any questions my family has regarding my Mom. They treat my Mom with respect. They stop and talk to her which makes my Mom happy. My Mom is very happy here and it gives my family a sense of peace knowing she is being well taken care of.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MaryBeth D.\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','bc8e0aaf-2715-4036-90d1-0c510e622af8'),
(11347,11347,1,'Bea K.','bea-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very kind, informative, and caring staff. It was a pleasure to visit!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Bea K.\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','b6ec58fe-7a6c-484b-805b-244bb7298a6f'),
(11348,11348,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','a0812a88-fc8e-4c5a-92a2-90f6382afd61'),
(11349,11349,1,'Marian A.','marian-a',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Our mom became a resident at Complete Care this summer. As you can imagine, it was a traumatic time for our family. The entire staff has been nothing but phenomenal, guiding us through the process, making mom comfortable, with a smile at all times. As I visit mom often, I see how hard they all work and how they go above and beyond for their residents. It takes a special kind of person to do this, and the staff at CC are very special.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Marian A.\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','31648a86-9895-4cee-b7b5-c99e846c287f'),
(11350,11350,1,'Rj H.','rj-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The facility is spotlessly clean, PT is expert and professional, and recreation activities creative. Our mom has acclimated well and is happy, and our family knows she is safe and well cared for. A heartfelt thanks to CC and staff!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Rj H.\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','6add1561-e4ef-4394-861c-aa00601dc183'),
(11351,11351,1,'Roseanne S.','roseanne-s',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I find the nursing staff - RNs, LPNs, and nursing assistants, all very caring and provide warm, personal care. The Therapy Department is phenomenal, and they strive to help residents live to their highest potential.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Roseanne S.\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','8555405c-f2c1-4fbc-af35-673fe92412a5'),
(11352,11352,1,'MaryBeth D.','marybeth-d',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff at Complete Care are great! They are always helpful in answering any questions my family has regarding my Mom. They treat my Mom with respect. They stop and talk to her which makes my Mom happy. My Mom is very happy here and it gives my family a sense of peace knowing she is being well taken care of.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MaryBeth D.\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','3184cdde-d79d-4d05-9f13-5667571b155e'),
(11353,11353,1,'Bea K.','bea-k',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very kind, informative, and caring staff. It was a pleasure to visit!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Bea K.\"}',1,'2026-01-20 15:33:10','2026-01-20 15:33:10','c95524bf-077e-4318-a661-1001fa101e4e'),
(11355,11355,1,'2026-01-20 07:33:12',NULL,NULL,NULL,1,'2026-01-20 15:33:12','2026-01-20 15:33:12','739af5e9-c8b9-4881-9353-eb91aa39484c'),
(11358,11358,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9535],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 15:33:34','2026-01-20 15:33:34','e143111c-40f6-4438-bdf7-d08e52ecfcce'),
(11360,11360,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9535],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 15:33:43','2026-01-20 15:33:43','a176cc03-79d6-4676-b557-85d24b172734'),
(11362,11362,1,'2026-01-20 07:37:38',NULL,NULL,NULL,1,'2026-01-20 15:37:38','2026-01-20 15:37:38','2f0c0dfb-9b87-42ca-8767-02cf4ef312fe'),
(11363,11363,1,'2026-01-20 07:38:45',NULL,NULL,NULL,1,'2026-01-20 15:38:45','2026-01-20 15:38:45','ab787697-e9c3-4845-b6e3-6afa9deff40e'),
(11364,11364,1,'2026-01-20 07:38:45',NULL,NULL,NULL,1,'2026-01-20 15:38:45','2026-01-20 15:38:45','b279b7fa-b48c-4be3-be62-3f866ce0b419'),
(11365,11365,1,'2026-01-20 07:39:33',NULL,NULL,NULL,1,'2026-01-20 15:39:33','2026-01-20 15:39:33','69056159-2559-4d14-b9bf-7e05b743b44b'),
(11366,11366,1,'2026-01-20 07:40:14',NULL,NULL,NULL,1,'2026-01-20 15:40:14','2026-01-20 15:40:14','3a9f1376-2bb7-4d14-8c66-741ce5b98337'),
(11367,11367,1,'2026-01-20 07:40:19',NULL,NULL,NULL,1,'2026-01-20 15:40:19','2026-01-20 15:40:19','50be1878-3f93-4821-bb0b-319953f27b54'),
(11368,11368,1,'2026-01-20 07:41:33',NULL,NULL,NULL,1,'2026-01-20 15:41:33','2026-01-20 15:41:33','1e060589-bce5-4521-962d-48dc36314b1b'),
(11369,11369,1,'2026-01-20 07:44:32',NULL,NULL,NULL,1,'2026-01-20 15:44:32','2026-01-20 15:44:32','648547b5-60d0-4c92-9925-7bac4c3a8e15'),
(11370,11370,1,'2026-01-20 07:45:34',NULL,NULL,NULL,1,'2026-01-20 15:45:34','2026-01-20 15:45:34','d40a4276-f21f-4e88-b35a-b8d49411fce6'),
(11371,11371,1,'2026-01-20 07:45:35',NULL,NULL,NULL,1,'2026-01-20 15:45:35','2026-01-20 15:45:35','5cbebbb0-3f15-40ef-b76d-d004b3dec2a8'),
(11372,11372,1,'2026-01-20 07:56:17',NULL,NULL,NULL,1,'2026-01-20 15:56:17','2026-01-20 15:56:17','6b548cb3-031b-49f5-bc22-a65b10b6d0e9'),
(11373,11373,1,'2026-01-20 07:56:20',NULL,NULL,NULL,1,'2026-01-20 15:56:20','2026-01-20 15:56:20','71cf3ec6-51c1-4fd1-b5b6-870752f3fd33'),
(11374,11374,1,'2026-01-20 07:56:33',NULL,NULL,NULL,1,'2026-01-20 15:56:33','2026-01-20 15:56:33','5767edbb-620c-487a-a89a-46baf76384e0'),
(11375,11375,1,'2026-01-20 07:56:33',NULL,NULL,NULL,1,'2026-01-20 15:56:33','2026-01-20 15:56:33','130714a9-d2a1-43e7-84cd-2b74f64b5786'),
(11376,11376,1,'2026-01-20 07:56:34',NULL,NULL,NULL,1,'2026-01-20 15:56:34','2026-01-20 15:56:34','0bf745b5-936a-4978-88f4-29953bc8bc6e'),
(11392,11392,1,'2026-01-20 08:00:21',NULL,NULL,NULL,1,'2026-01-20 16:00:21','2026-01-20 16:00:21','7d8b4fc5-0e88-4bb8-829c-bdd7b4ae1912'),
(11393,11393,1,'2026-01-20 08:02:07',NULL,NULL,NULL,1,'2026-01-20 16:02:07','2026-01-20 16:02:07','ac0a35c1-3252-4816-bcd7-e949c2ca9fd9'),
(11397,11397,1,'2026-01-20 08:06:08',NULL,NULL,NULL,1,'2026-01-20 16:06:08','2026-01-20 16:06:08','449cbcce-f8a8-497c-9ed0-0cac5c20ff99'),
(11400,11400,1,'2026-01-20 08:07:57',NULL,NULL,NULL,1,'2026-01-20 16:07:57','2026-01-20 16:07:57','10d7a31b-379f-4521-b56a-60e84974fe0d'),
(11404,11404,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-20 16:08:33','2026-01-20 16:08:33','326981a5-3351-4c58-81c3-0d24cf8ba34b'),
(11405,11405,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,11003,11004,3278,3279],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2026-01-20 16:08:47','2026-01-20 16:08:47','fffa023b-f122-4d84-9b53-9c22acdd7709'),
(11406,11406,1,'2026-01-20 08:11:55',NULL,NULL,NULL,1,'2026-01-20 16:11:55','2026-01-20 16:11:55','9c28502d-4bd2-451c-8d81-d4a55f444588'),
(11409,11409,1,'2026-01-20 08:13:29',NULL,NULL,NULL,1,'2026-01-20 16:13:29','2026-01-20 16:13:29','733b6e12-3968-4202-a32c-97efe397fcf6'),
(11411,11411,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-20 16:19:48','2026-01-20 16:19:48','f11d01b2-13e0-4ec7-b4b8-4fec7d38d67a'),
(11412,11412,1,'2026-01-20 08:21:15',NULL,NULL,NULL,1,'2026-01-20 16:21:15','2026-01-20 16:21:15','5380cb7c-c9d9-4807-8b8f-c18a3ce77a8d'),
(11413,11413,1,'2026-01-20 08:21:58',NULL,NULL,NULL,1,'2026-01-20 16:21:58','2026-01-20 16:21:58','ed1115ec-9090-4e0d-b352-e91ccc84193b'),
(11416,11416,1,'2026-01-20 08:29:42',NULL,NULL,NULL,1,'2026-01-20 16:29:42','2026-01-20 16:29:42','b7e7fc18-056a-41b3-887c-d3679581c616'),
(11420,11420,1,'2026-01-20 08:31:19',NULL,NULL,NULL,1,'2026-01-20 16:31:19','2026-01-20 16:31:19','2705e726-7bbe-494f-aa57-a52c33a9ead1'),
(11422,11422,1,'2026-01-20 08:45:56',NULL,NULL,NULL,1,'2026-01-20 16:45:56','2026-01-20 16:45:56','353bd98b-7df8-45e1-add6-1917a8a1f742'),
(11424,11424,1,'2026-01-20 08:47:47',NULL,NULL,NULL,1,'2026-01-20 16:47:47','2026-01-20 16:47:47','0d52647d-eee8-445f-9892-31766bbf3bb1'),
(11425,11425,1,'Ivy Bungori',NULL,NULL,NULL,1,'2026-01-20 16:47:47','2026-01-20 16:47:47','78626c4c-4134-4251-ae1b-b3b4d553d0bf'),
(11426,11426,1,'2026-01-20 08:52:10',NULL,NULL,NULL,1,'2026-01-20 16:52:10','2026-01-20 16:52:10','22043a34-28d8-49c5-9212-8b59c946b26a'),
(11427,11427,1,'2026-01-20 08:54:23',NULL,NULL,NULL,1,'2026-01-20 16:54:23','2026-01-20 16:54:23','fe5328a4-1a7a-4fe8-9935-c0885c4df899'),
(11431,11431,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10507],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-20 17:00:17','2026-01-20 17:00:17','4ec38903-0714-4553-acb7-3c56d619a9c2'),
(11434,11434,1,'Advancing Women’s Heart Health: Dr. Jessica L. Israel Named Go Red Chair','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[11512],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 17:11:24','2026-01-20 17:59:56','935e448e-619c-4484-a112-516d5ecb7ff1'),
(11435,11435,1,'Complete Care CMO/EVP leads movement to improve women’s heart health in New Jersey','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 17:17:13','2026-01-20 17:17:13','2a71f27b-39e2-4a6e-a788-174b1bc3d494'),
(11436,11436,1,'2026-01-20 09:17:22',NULL,NULL,NULL,1,'2026-01-20 17:17:22','2026-01-20 17:17:22','bc88be36-4ec0-4f9a-b420-9f5b38f1f7d5'),
(11437,11437,1,'2026-01-20 09:17:23',NULL,NULL,NULL,1,'2026-01-20 17:17:23','2026-01-20 17:17:23','9df57d11-4285-4605-9c30-fd1413acad96'),
(11438,11438,1,'2026-01-20 09:17:28',NULL,NULL,NULL,1,'2026-01-20 17:17:28','2026-01-20 17:17:28','9dd1563e-32b2-46c7-9b48-4c774f2f1846'),
(11439,11439,1,'2026-01-20 09:18:23',NULL,NULL,NULL,1,'2026-01-20 17:18:23','2026-01-20 17:18:23','4ad11ba0-7a54-4fa5-a4df-6270b698228a'),
(11445,11445,1,'Advancing Women’s Heart Health: Dr. Jessica L. Israel Named Go Red Chair','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 17:18:38','2026-01-20 17:18:38','8b35fc37-4d79-4279-854e-8b21814eea09'),
(11446,11446,1,'2026-01-20 09:22:44',NULL,NULL,NULL,1,'2026-01-20 17:22:44','2026-01-20 17:22:44','32c36a35-97a7-4857-843b-9d7db0e2ef92'),
(11447,11447,1,'2026-01-20 09:23:27',NULL,NULL,NULL,1,'2026-01-20 17:23:27','2026-01-20 17:23:27','41f9bbd6-93ac-47b4-8e1f-291bf2d1c571'),
(11450,11450,1,'2026-01-20 09:27:54',NULL,NULL,NULL,1,'2026-01-20 17:27:54','2026-01-20 17:27:54','c4ca79f8-cb92-4548-87b5-be92aecd9c26'),
(11452,11452,1,'2026-01-20 09:28:49',NULL,NULL,NULL,1,'2026-01-20 17:28:49','2026-01-20 17:28:49','5b3a744e-7f1b-48c4-adbd-d7ee052e9cc2'),
(11453,11453,1,'2026-01-20 09:28:50',NULL,NULL,NULL,1,'2026-01-20 17:28:50','2026-01-20 17:28:50','1a763357-acb2-47f4-9556-e405fdbe38a6'),
(11454,11454,1,'2026-01-20 09:28:51',NULL,NULL,NULL,1,'2026-01-20 17:28:51','2026-01-20 17:28:51','ef0eb232-5a43-49dc-aebf-1b377082f864'),
(11460,11460,1,'2026-01-20 09:30:14',NULL,NULL,NULL,1,'2026-01-20 17:30:14','2026-01-20 17:30:14','9fb26ddf-f1d7-4f52-abbe-e030afbd3ac7'),
(11461,11461,1,'2026-01-20 09:30:15',NULL,NULL,NULL,1,'2026-01-20 17:30:15','2026-01-20 17:30:15','8d8032e3-472f-46b1-989f-8b789fa27276'),
(11462,11462,1,'2026-01-20 09:30:15',NULL,NULL,NULL,1,'2026-01-20 17:30:15','2026-01-20 17:30:15','a70520cf-713a-49b9-be3e-0d70d6aeaaa8'),
(11463,11463,1,'2026-01-20 09:32:57',NULL,NULL,NULL,1,'2026-01-20 17:32:57','2026-01-20 17:32:57','aa67308b-abd9-4a00-a88f-19572ed6ddfe'),
(11464,11464,1,'2026-01-20 09:35:37',NULL,NULL,NULL,1,'2026-01-20 17:35:37','2026-01-20 17:35:37','b25ff6c7-875f-44be-9e87-cedad7899b30'),
(11465,11465,1,'2026-01-20 09:35:38',NULL,NULL,NULL,1,'2026-01-20 17:35:38','2026-01-20 17:35:38','76d3f048-8628-4fb8-bdc3-d71092047d46'),
(11466,11466,1,'2026-01-20 09:35:44',NULL,NULL,NULL,1,'2026-01-20 17:35:44','2026-01-20 17:35:44','04124f6e-f446-4a0a-b532-c030c68c6815'),
(11474,11474,1,'Shutterstock 2073986423',NULL,NULL,NULL,1,'2026-01-20 17:37:14','2026-01-20 17:37:14','8b82f61f-fab6-449b-81fb-015707ad24c1'),
(11476,11476,1,'Advancing Women’s Heart Health: Dr. Jessica L. Israel Named Go Red Chair','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[11474],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 17:37:19','2026-01-20 17:37:19','d475aca8-e3c0-450a-9e5e-816896eb03e9'),
(11477,11477,1,'Advancing Women’s Heart Health: Dr. Jessica L. Israel Named Go Red Chair','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[11474],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 17:37:30','2026-01-20 17:37:30','6695aa3a-cb3f-4c1e-977b-f9da62637dc2'),
(11478,11478,1,'2026-01-20 09:38:34',NULL,NULL,NULL,1,'2026-01-20 17:38:34','2026-01-20 17:38:34','b205c0ae-de9e-4a0a-8938-b38c5c820a2f'),
(11479,11479,1,'Wayne White',NULL,NULL,NULL,1,'2026-01-20 17:38:34','2026-01-20 17:38:34','fd62bc74-9de6-4475-9959-ad80c2f107d6'),
(11481,11481,1,'2026-01-20 09:41:53',NULL,NULL,NULL,1,'2026-01-20 17:41:53','2026-01-20 17:41:53','54c9bd55-fbf9-4867-9098-9ee66d939cef'),
(11483,11483,1,'2026-01-20 09:44:20',NULL,NULL,NULL,1,'2026-01-20 17:44:20','2026-01-20 17:44:20','9b925afe-bc8a-4360-bce8-949c59e5cf83'),
(11484,11484,1,'Dr Israel Go Red',NULL,NULL,NULL,1,'2026-01-20 17:44:22','2026-01-20 17:44:22','798b1b48-bd58-450b-967f-0a2ec8759c13'),
(11487,11487,1,'Advancing Women’s Heart Health: Dr. Jessica L. Israel Named Go Red Chair','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[11484],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 17:44:26','2026-01-20 17:44:26','d426bb91-89ad-4e7a-b650-b72ead4fcadc'),
(11488,11488,1,'Advancing Women’s Heart Health: Dr. Jessica L. Israel Named Go Red Chair','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[11484],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 17:44:49','2026-01-20 17:44:49','7e47b3af-63f7-499b-bbd9-a365a6609baf'),
(11489,11489,1,'Advancing Women’s Heart Health: Dr. Jessica L. Israel Named Go Red Chair','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[11484],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 17:45:05','2026-01-20 17:45:05','7ebe5d9b-c450-4206-827a-155a8b455bcc'),
(11490,11490,1,'2026-01-20 09:45:54',NULL,NULL,NULL,1,'2026-01-20 17:45:54','2026-01-20 17:45:54','cbd2b889-1f66-48c1-a0af-227d9444059b'),
(11491,11491,1,'VOTTA B RESUME',NULL,NULL,NULL,1,'2026-01-20 17:45:54','2026-01-20 17:45:54','7169e7cb-b4c1-42b4-ba06-fe028f4ecd3d'),
(11493,11493,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9535],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 17:48:18','2026-01-20 17:48:18','cd578477-b21a-4f1f-87c3-a8d7d88535b5'),
(11494,11494,1,'Sandra F.','sandra-f',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly caring staff. Also, great, friendly and helpful receptionist.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Sandra F.\"}',1,'2026-01-20 17:48:18','2026-01-20 17:48:18','7f048ad0-fe97-4059-8979-8f5ef118e8e2'),
(11495,11495,1,'Tamika B.','tamika-b',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Phenomenal customer service, they are doing awesome job taking care of my uncle!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Tamika B.\"}',1,'2026-01-20 17:48:18','2026-01-20 17:48:18','2830fe8c-7174-42df-a9cb-40bbf3d7e706'),
(11496,11496,1,'Cindy O.','cindy-o',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"All of the staff are dedicated professionals. The residents are well looked after, too.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Cindy O.\"}',1,'2026-01-20 17:48:18','2026-01-20 17:48:18','84e1eeb4-b6fa-4fee-8739-5c965d623c82'),
(11497,11497,1,'Karen Z.','karen-z',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very helpful staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karen Z.\"}',1,'2026-01-20 17:48:18','2026-01-20 17:48:18','68d20a53-4ff3-4a4b-9e0e-9bbd44279648'),
(11498,11498,1,'Michael Jacobson LNHA','michael-jacobson-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Jacobson LNHA\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-20 17:48:18','2026-01-20 17:48:18','df5794c8-02b3-4d1a-afbe-70199176783d'),
(11499,11499,1,'Meir Silverstein','meir-silverstein',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Meir Silverstein\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-20 17:48:18','2026-01-20 17:48:18','7bdcc94f-330c-4172-911a-1a734faf96ba'),
(11500,11500,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Sheridan Commons is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Sheridan Commons are provided solely by Complete Care at Sheridan Commons.</p>\"}',1,'2026-01-20 17:48:18','2026-01-20 17:48:18','ef3e0bbd-f53f-4146-97a2-1cb167150964'),
(11501,11501,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5971]}',1,'2026-01-20 17:48:18','2026-01-20 17:48:18','ad02e6ac-bb3c-4793-9311-0553ea4179e8'),
(11502,11502,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 17:48:20','2026-01-20 17:48:20','3cd0bf0a-5689-4966-9c91-d5fd2a622d9c'),
(11504,11504,1,'Untitled design',NULL,NULL,NULL,1,'2026-01-20 17:51:05','2026-01-20 17:51:05','b270931b-c690-46d1-9b1c-336239a0fcab'),
(11505,11505,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11504],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 17:51:16','2026-01-20 17:51:16','98a534be-78cd-46e9-be39-91b4adddf8b3'),
(11507,11507,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11504],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 17:51:34','2026-01-20 17:51:34','22d09aab-cdec-47ec-91f4-fb22259f53d5'),
(11509,11509,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9535],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 17:52:15','2026-01-20 17:52:15','1210ace8-a720-46fa-9c2a-3b4c87c0aa23'),
(11510,11510,1,'2026-01-20 09:58:26',NULL,NULL,NULL,1,'2026-01-20 17:58:26','2026-01-20 17:58:26','e328ff71-7f89-421a-a454-b4586facb439'),
(11512,11512,1,'Dr Israel Go Red Blog Photo',NULL,NULL,NULL,1,'2026-01-20 17:59:49','2026-01-20 17:59:49','cbcabc7f-a54a-4c79-b6ea-5e21fdc44c58'),
(11514,11514,1,'Advancing Women’s Heart Health: Dr. Jessica L. Israel Named Go Red Chair','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[11512],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 17:59:56','2026-01-20 17:59:56','1c71abc6-6fee-4fe9-a1f9-14189d958ff3'),
(11515,11515,1,'Advancing Women’s Heart Health: Dr. Jessica L. Israel Named Go Red Chair','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[11512],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 18:00:17','2026-01-20 18:00:17','c632a83d-cc4a-460e-940d-1d58d8377190'),
(11516,11516,1,'2026-01-20 10:04:44',NULL,NULL,NULL,1,'2026-01-20 18:04:44','2026-01-20 18:04:44','94cb2004-aa6b-4f75-a49e-54c54acc872c'),
(11517,11517,1,'2026-01-20 10:04:44',NULL,NULL,NULL,1,'2026-01-20 18:04:44','2026-01-20 18:04:44','e83b31bb-df22-4031-afe1-737cbcd1e551'),
(11518,11518,1,'2026-01-20 10:04:49',NULL,NULL,NULL,1,'2026-01-20 18:04:49','2026-01-20 18:04:49','bbad16ef-7f57-4150-b7af-6e82d0a8c372'),
(11519,11519,1,'2026-01-20 10:06:29',NULL,NULL,NULL,1,'2026-01-20 18:06:29','2026-01-20 18:06:29','e7999044-b8a3-419d-8a75-309f681af6d3'),
(11526,11526,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10517],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-20 18:08:46','2026-01-20 18:08:46','633294d4-cc2d-4ecf-b40f-ba7ff38b5379'),
(11527,11527,1,'Advancing Women’s Heart Health: Dr. Jessica L. Israel Named Go Red Chair','complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','resources/complete-care-cmo-evp-leads-movement-to-improve-womens-heart-health-in-new-jersey','{\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\":false,\"aceb4af7-e092-4894-a59a-eafca28db8e2\":[11512],\"bd5a1d46-6844-4735-ad59-9d17e566aa16\":[2559],\"6507c83d-4852-4bbd-9fee-2e10673e660b\":[2561,2563,2565],\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\":\"Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.\",\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\":\"<p>Nearly half of women over age 20 live with some form of cardiovascular disease (CVD) — the leading cause of death among women. Driven by her dedication to improving women’s heart health in New Jersey, Dr. Jessica L. Israel, chief medical officer and executive vice president at Complete Care, has been named the 2025–2026 volunteer chair for the Garden State Go Red for Women movement.</p><p>The Go Red for Women initiative, created by the American Heart Association more than 20 years ago, aims to raise awareness and inspire action to improve women’s heart health around the world.</p><p>Cardiovascular disease remains the top health threat for women, claiming more lives than all forms of cancer combined. According to the American Heart Association, a woman’s risk changes over time and can increase during certain stages of life such as pregnancy or menopause. The encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices. Through the Go Red for Women campaign, women are encouraged to take control of their health and to support one another in doing the same.</p><p>Earlier this year, Dr. Israel had her own experience with heart disease when she suffered a cardiovascular event. That incident revealed she had untreated high blood pressure and high cholesterol — a realization that motivated her to share her story and encourage others to take their health seriously.</p><p>“As women, we often put others first. I have devoted my life to caring for literally everyone—my family, friends, colleagues, patients and even strangers—except for myself,” said Israel. “Through Go Red for Women, the American Heart Association encourages us to prioritize our own heart health. I’m honored to lead this effort to raise awareness, provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission.”</p><p>Go Red for Women now reaches communities across the U.S. and in more than 50 countries worldwide. The Garden State Go Red for Women Experience will take place in June 2026, celebrating the year’s progress and honoring local achievements.</p><p>“We are incredibly grateful for Dr. Israel and her unwavering passion and dedication to the Go Red for Women movement,” said Daniel Stermer, executive director of the American Heart Association in New Jersey. “She leads by example through her commitment to raising awareness and advocating for women’s heart health, and because of this she has made a significant impact on our community.”</p>\"}',1,'2026-01-20 18:09:20','2026-01-20 18:09:20','2b24ca4a-1972-409e-9217-2e9c07f51cd0'),
(11529,11529,1,'Sheridan Commons',NULL,NULL,NULL,1,'2026-01-20 18:09:35','2026-01-20 18:09:35','1d85fb50-7efe-4a7b-86dd-00b59c003560'),
(11530,11530,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11529],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 18:09:41','2026-01-20 18:09:41','52109cfc-9038-4a9d-a189-43a975395aec');
INSERT INTO `elements_sites` VALUES
(11532,11532,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11529],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 18:10:04','2026-01-20 18:10:04','90127283-a4ff-4753-8e61-b61ea008d938'),
(11534,11534,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11529],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 18:10:19','2026-01-20 18:10:19','bf4d175b-2c30-4c3c-85cb-1059a5dcca3a'),
(11536,11536,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11529],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 18:10:36','2026-01-20 18:10:36','1900fa27-92e2-477c-9176-fff12e4b81e0'),
(11538,11538,1,'2026-01-20 10:13:07',NULL,NULL,NULL,1,'2026-01-20 18:13:07','2026-01-20 18:13:07','cfdd53a3-c236-49eb-9755-cb2a12e895fb'),
(11539,11539,1,'2026-01-20 10:18:13',NULL,NULL,NULL,1,'2026-01-20 18:18:13','2026-01-20 18:18:13','28321a25-f747-4e9c-937d-ccf3aedb01e1'),
(11542,11542,1,'2026-01-20 10:35:16',NULL,NULL,NULL,1,'2026-01-20 18:35:16','2026-01-20 18:35:16','e9196b63-a598-487e-9e5b-98ace0bf8369'),
(11543,11543,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-20 18:39:05','2026-01-20 18:39:05','9bf7283a-260b-445d-b645-4252bb822bcd'),
(11546,11546,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-20 18:40:41','2026-01-20 18:40:41','c515ae2b-e47c-4c3f-a514-49196c4035ac'),
(11548,11548,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-20 18:41:22','2026-01-20 18:41:22','15c10f93-0289-4304-a317-560be79b6c6c'),
(11549,11549,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-20 18:43:05','2026-01-20 18:43:05','7b072845-598e-43ab-8c26-f4959ae50972'),
(11552,11552,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-20 18:44:06','2026-01-20 18:44:06','cdefccd1-d196-493c-9baf-9e286c5e5e2b'),
(11554,11554,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-20 18:44:24','2026-01-20 18:44:24','a3e1d54e-cae6-4910-9bd3-b08732b98dd5'),
(11556,11556,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-20 18:45:16','2026-01-20 18:45:16','4bbac92f-8d01-4405-8c5f-284ef7a9fc38'),
(11558,11558,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-20 18:46:11','2026-01-20 18:46:11','bbb38856-1932-49e2-b7ae-0e782d1763f5'),
(11563,11563,1,'Deena Coffee','deena-coffee-sr-director-of-sales-and-marketing',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5003]}',1,'2026-01-20 18:47:29','2026-01-20 18:47:29','786a3d9b-d792-486e-a6ac-fa1faa76245e'),
(11564,11564,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-20 18:47:29','2026-01-20 18:47:29','1b02fb63-eff8-423a-9181-bd3a920e0b54'),
(11565,11565,1,'Michele Chihadeh','michele-chihadeh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Chihadeh\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5001]}',1,'2026-01-20 18:47:29','2026-01-20 18:47:29','536d2ce0-fcd7-4a2b-9b60-6e47225a31c4'),
(11566,11566,1,'Deena Coffee','deena-coffee-sr-director-of-sales-and-marketing',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Deena Coffee\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5003]}',1,'2026-01-20 18:47:29','2026-01-20 18:47:29','80ad903c-5199-4403-b789-24dde6afff61'),
(11567,11567,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-20 18:49:06','2026-01-20 18:49:06','57b18227-88f8-45d9-9027-18d99f62cfee'),
(11569,11569,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-20 18:49:17','2026-01-20 18:49:17','47b70e65-ce49-4921-9927-23457d28f3de'),
(11575,11575,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"residential-care\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious and private studio, one- and two-bedroom suites, with large closets, cable TV, utilities, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Community dining room with dietitian-approved meals, plus a dinette area featuring a sink, microwave, and fridge/freezer\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, including a chapel with an on-site chaplain, spa with whirlpool bath and a library room\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Community gym and an on-site beauty shop to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Supportive care and personal need monitoring from licensed nurses and healthcare professionals, with an emergency call system and on-site physical and occupational therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}]}',1,'2026-01-20 18:51:26','2026-01-20 18:51:26','6288564c-faba-4244-9495-04b5b51aa516'),
(11576,11576,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Supportive care and personal need monitoring from licensed nurses and healthcare professionals, with an emergency call system and on-site physical and occupational therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}]}',1,'2026-01-20 18:51:26','2026-01-20 18:51:26','a3eb1f2f-afbf-47e5-9080-3075438de474'),
(11577,11577,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-20 18:51:26','2026-01-20 18:51:26','0d52886a-202e-40d6-bcdb-a3be4035e012'),
(11578,11578,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"residential-care\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious and private studio, one- and two-bedroom suites, with large closets, cable TV, utilities, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Community dining room with dietitian-approved meals, plus a dinette area featuring a sink, microwave, and fridge/freezer\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, including a chapel with an on-site chaplain, spa with whirlpool bath and a library room\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Community gym and an on-site beauty shop to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Supportive care and personal need monitoring from licensed nurses and healthcare professionals, with an emergency call system and on-site physical and occupational therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}]}',1,'2026-01-20 18:51:26','2026-01-20 18:51:26','7d112077-e4a2-4086-90a5-7f2734d62499'),
(11579,11579,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Supportive care and personal need monitoring from licensed nurses and healthcare professionals, with an emergency call system and on-site physical and occupational therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}]}',1,'2026-01-20 18:51:26','2026-01-20 18:51:26','faf6def9-0133-4ddc-bf8a-358a22545535'),
(11581,11581,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-20 18:51:29','2026-01-20 18:51:29','e50252c6-e2ee-4c38-9b0d-0db25009ce81'),
(11584,11584,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-20 18:52:20','2026-01-20 18:52:20','76a340f5-98a6-4c8e-875e-29ce3b2013ed'),
(11585,11585,1,NULL,NULL,NULL,'{\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\":\"assisted-living\",\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, chapel on-site, courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}]}',1,'2026-01-20 18:52:20','2026-01-20 18:52:20','33777538-3a39-4c79-80fa-ec9dd233ba1e'),
(11588,11588,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-20 18:53:19','2026-01-20 18:53:19','4fc8abc2-7ed9-4ff3-9e95-56587cf30ecf'),
(11589,11589,1,'Melissa Vivo','marian-guadioso',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Melissa Vivo\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-20 18:53:19','2026-01-20 18:53:19','ab50fe1c-1993-46a6-b4fd-932702784c69'),
(11591,11591,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-20 18:54:25','2026-01-20 18:54:25','a1eed9de-e241-4e86-b7f9-d2d98c37afcd'),
(11592,11592,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10507],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-20 18:56:58','2026-01-20 18:56:58','13f68d66-bee9-4558-833d-911924795e37'),
(11595,11595,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-20 18:57:18','2026-01-20 18:57:18','c0e34a34-7b4d-49df-9b3c-14c62ad79541'),
(11596,11596,1,'Olga Shneyderman','kanene-oleka',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Olga Shneyderman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-01-20 18:57:18','2026-01-20 18:57:18','060de17e-4c3d-4d5f-9f50-d9b103fd1db4'),
(11598,11598,1,'Arbors AD',NULL,NULL,NULL,1,'2026-01-20 19:01:11','2026-01-20 19:01:11','3d6c9bb3-7a61-4fc5-b399-dd253594bb93'),
(11600,11600,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10507],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-20 19:01:22','2026-01-20 19:01:22','54d065ad-cfac-44f9-94f8-3e6db7cd18f1'),
(11601,11601,1,'Ashley Lewis','ashley-lewis',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Lewis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11598]}',1,'2026-01-20 19:01:22','2026-01-20 19:01:22','04716588-83ee-4df8-a988-e6e89cdc1cad'),
(11603,11603,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10507],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-20 19:01:31','2026-01-20 19:01:31','e99542e7-b191-4429-8dbe-9412e88bd513'),
(11604,11604,1,'2026-01-20 11:03:09',NULL,NULL,NULL,1,'2026-01-20 19:03:09','2026-01-20 19:03:09','a75b0d63-48e3-4a0f-8c6b-abbd4aed55ce'),
(11605,11605,1,'2026-01-20 11:05:06',NULL,NULL,NULL,1,'2026-01-20 19:05:06','2026-01-20 19:05:06','0880bac5-5890-4f2b-8eb0-da520762ef25'),
(11609,11609,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-20 19:06:33','2026-01-20 19:06:33','a07b8ebc-9b35-4919-b2ca-4406414252a5'),
(11611,11611,1,'2026-01-20 11:06:38',NULL,NULL,NULL,1,'2026-01-20 19:06:38','2026-01-20 19:06:38','f7e41df4-50c5-4079-ba4b-9b8b444b326a'),
(11612,11612,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10517],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-20 19:06:59','2026-01-20 19:06:59','10e2684c-b91b-44f0-9b2a-1c3fd28de88f'),
(11615,11615,1,'Brick AD',NULL,NULL,NULL,1,'2026-01-20 19:11:52','2026-01-20 19:11:52','eb153898-9fa3-448c-8c80-e5c2465125a7'),
(11617,11617,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10513],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-20 19:11:58','2026-01-20 19:11:58','da47a633-edc8-40c6-abf8-b842ade7afac'),
(11618,11618,1,'Jocelyn Ruiz','brianna-febus',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jocelyn Ruiz\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11615]}',1,'2026-01-20 19:11:58','2026-01-20 19:11:58','afa2775e-2f6d-42a4-8ac8-c079dd5f5edf'),
(11620,11620,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10513],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-20 19:12:17','2026-01-20 19:12:17','b4c564b4-a79d-4b50-bcf2-6412043309da'),
(11621,11621,1,'Burlington Admin',NULL,NULL,NULL,1,'2026-01-20 19:14:22','2026-01-20 19:14:22','280c0cf4-ceef-4165-86ab-4a4353d8bddb'),
(11623,11623,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 19:14:29','2026-01-20 19:14:29','915c2e6f-0842-4dc7-8254-aaa091ad6218'),
(11624,11624,1,'Eli Goldman','eli-goldman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Goldman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11621]}',1,'2026-01-20 19:14:29','2026-01-20 19:14:29','f730e46c-7e15-4fff-b119-fec8062ef334'),
(11626,11626,1,'2026-01-20 11:14:36',NULL,NULL,NULL,1,'2026-01-20 19:14:36','2026-01-20 19:14:36','b0698972-7888-44f2-8cce-50616fed921d'),
(11627,11627,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 19:14:43','2026-01-20 19:14:43','e9372ecd-a89a-48a9-9525-21b987ec111a'),
(11629,11629,1,'2026-01-20 11:14:45',NULL,NULL,NULL,1,'2026-01-20 19:14:45','2026-01-20 19:14:45','5bbb174a-6fde-47bf-9ed7-36cc11973653'),
(11632,11632,1,'Court House Admin 2',NULL,NULL,NULL,1,'2026-01-20 19:18:56','2026-01-20 19:18:56','3b6a987e-955d-44a6-8616-74643fa863b2'),
(11634,11634,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10526],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-20 19:19:03','2026-01-20 19:19:03','52ee5655-7f86-4f2c-85d0-99cfbd80fae4'),
(11635,11635,1,'Brian Klocke','brian-klocke',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Klocke\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11632]}',1,'2026-01-20 19:19:03','2026-01-20 19:19:03','5c07e8ed-a7b0-45bc-ae3a-31383e546913'),
(11637,11637,1,'2026-01-20 11:19:17',NULL,NULL,NULL,1,'2026-01-20 19:19:17','2026-01-20 19:19:17','d9498b66-2c41-4b2a-91a3-c45ae004f114'),
(11639,11639,1,'Green Acres AD 1',NULL,NULL,NULL,1,'2026-01-20 19:23:40','2026-01-20 19:23:40','4097a410-afd5-4ff7-a348-0a09f82b58cd'),
(11641,11641,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10529],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-20 19:23:56','2026-01-20 19:23:56','a0717a94-cbdb-4b0d-be3a-62d5b10cc9e3'),
(11642,11642,1,'Jessica Cooke','dana-bea',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Cooke\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11639]}',1,'2026-01-20 19:23:56','2026-01-20 19:23:56','dce759ba-25c0-4bef-9668-1931873c952b'),
(11643,11643,1,'2026-01-20 11:25:32',NULL,NULL,NULL,1,'2026-01-20 19:25:32','2026-01-20 19:25:32','a5ae6ecf-9426-4709-955d-d10c7dc9e30f'),
(11644,11644,1,'2026-01-20 11:26:23',NULL,NULL,NULL,1,'2026-01-20 19:26:23','2026-01-20 19:26:23','da0b6564-6eb8-4331-8725-348904f306ca'),
(11648,11648,1,'Green Acres Admin',NULL,NULL,NULL,1,'2026-01-20 19:29:50','2026-01-20 19:29:50','82c1371e-699f-469a-828d-a86f5f465e31'),
(11650,11650,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10529],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-20 19:29:55','2026-01-20 19:29:55','8b884f0e-0f60-45a6-8a4a-4acd20cec364'),
(11651,11651,1,'Menachem Shapiro','eli-basch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Menachem Shapiro\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11648]}',1,'2026-01-20 19:29:55','2026-01-20 19:29:55','28f00797-2681-4b22-b54a-b6f57dc67003'),
(11653,11653,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10529],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-20 19:30:03','2026-01-20 19:30:03','b594459e-a14d-4fe6-a614-11a6d2949b33'),
(11655,11655,1,'Holiday Admin',NULL,NULL,NULL,1,'2026-01-20 19:33:02','2026-01-20 19:33:02','d83450f8-536a-4bf6-8ea2-a16df6beefd0'),
(11657,11657,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10532],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-20 19:33:07','2026-01-20 19:33:07','e58ccedd-d2b1-49a5-b5b1-00aee68ead2d'),
(11658,11658,1,'Riten Pandya','riten-pandya',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Riten Pandya\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11655]}',1,'2026-01-20 19:33:07','2026-01-20 19:33:07','e2312346-9f7b-435f-aa12-ab20cef2a98b'),
(11660,11660,1,'2026-01-20 11:33:59',NULL,NULL,NULL,1,'2026-01-20 19:33:59','2026-01-20 19:33:59','bc29cfa7-ba28-4f5c-a7ce-91cf24800927'),
(11661,11661,1,'Holiday AD',NULL,NULL,NULL,1,'2026-01-20 19:43:10','2026-01-20 19:43:10','85c716b2-17c5-4906-a88f-c907760dad3a'),
(11664,11664,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10532],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-20 19:43:14','2026-01-20 19:43:14','149e33d2-39ea-4fd7-953e-7abccc6cf004'),
(11665,11665,1,'Patricia Brown','shelby-svehla',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Patricia Brown\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11661]}',1,'2026-01-20 19:43:14','2026-01-20 19:43:14','b630e7e1-e1b0-4417-a919-693c94f9bdc7'),
(11667,11667,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10532],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-20 19:43:41','2026-01-20 19:43:41','224e4dba-3318-42cd-9c99-38e3d7ddb664'),
(11669,11669,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10535],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-20 19:44:31','2026-01-20 19:44:31','17ccb708-305f-4812-a9f3-436d0e774b7c'),
(11671,11671,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10538],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-20 19:52:41','2026-01-20 19:52:41','9139ee3c-3dae-481b-aa68-9ac04e19e3c6'),
(11674,11674,1,'Marcella AD',NULL,NULL,NULL,1,'2026-01-20 19:55:37','2026-01-20 19:55:37','38476798-ac5d-415a-a406-3e583ae8d637'),
(11676,11676,1,'Taylor DAscoli','taylor-manning',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Taylor DAscoli\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11674]}',1,'2026-01-20 19:55:43','2026-01-20 19:55:43','1050120e-c1ed-4e76-900c-006ba77e39af'),
(11677,11677,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10543],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-20 19:55:43','2026-01-20 19:55:43','0044ad03-2439-4958-8926-49d177ccaaf9'),
(11678,11678,1,'Taylor DAscoli','taylor-manning',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Taylor DAscoli\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11674]}',1,'2026-01-20 19:55:43','2026-01-20 19:55:43','88c1cb5c-66d8-4587-b1fb-896fc6e42676'),
(11680,11680,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10543],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-20 19:55:55','2026-01-20 19:55:55','cff1f906-4ec5-470c-8d70-363b71912c4c'),
(11682,11682,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10546],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-20 19:57:02','2026-01-20 19:57:02','0fb0a23a-1c7d-46d7-bfdf-284d297e70c1'),
(11686,11686,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10549],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-20 20:00:32','2026-01-20 20:00:32','4b999d43-5f42-454a-b080-a0188816b557'),
(11687,11687,1,'Maureen Keenan','maureen-keenan',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Maureen Keenan\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Interim Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11684]}',1,'2026-01-20 20:00:32','2026-01-20 20:00:32','eab267f6-15d3-405e-9bb2-b40024058c4f'),
(11689,11689,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10549],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-20 20:00:47','2026-01-20 20:00:47','38b61fb7-66b1-4c9c-a3e1-1365964fc2a0'),
(11690,11690,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10553],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-20 20:02:11','2026-01-20 20:02:11','86690592-5eb1-412b-9035-48cf75c98ef0'),
(11692,11692,1,'2026-01-20 12:04:39',NULL,NULL,NULL,1,'2026-01-20 20:04:39','2026-01-20 20:04:39','081729a1-caf8-402b-b6bc-0a2962cecd03'),
(11693,11693,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10557],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-20 20:04:51','2026-01-20 20:04:51','4b1e6ad0-3d4b-4183-9104-a60d091098cb'),
(11696,11696,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-20 20:06:14','2026-01-20 20:06:14','f5bf9d63-caaa-47db-8dd1-13d5eedaba3a'),
(11697,11697,1,'Kaitlyn Corbett','caitlyn-corbett',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kaitlyn Corbett\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Marketing Director\"}',1,'2026-01-20 20:06:14','2026-01-20 20:06:14','43d92fcd-3099-4c70-b866-224447d10775'),
(11699,11699,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10560],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-20 20:06:47','2026-01-20 20:06:47','b372634c-6bcd-44c7-8abb-2e4ec80e2ba5'),
(11701,11701,1,'Wall AD',NULL,NULL,NULL,1,'2026-01-20 20:12:04','2026-01-20 20:12:04','81842eaf-f956-428d-b7a5-53978b6d8741'),
(11703,11703,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10563],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-20 20:12:12','2026-01-20 20:12:12','4eff00a8-0ae3-4c8e-a3eb-85e7ba49ffcd'),
(11704,11704,1,'Sabrina Cotte','sabrina-cotte',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sabrina Cotte\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11701]}',1,'2026-01-20 20:12:12','2026-01-20 20:12:12','92ef3429-56f0-455e-9567-6319567eb721'),
(11706,11706,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10563],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-20 20:12:32','2026-01-20 20:12:32','895605d3-135c-4bdd-b400-add0bba2ce0f'),
(11707,11707,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-20 20:12:56','2026-01-20 20:12:56','a5a671a7-ff88-425e-b5a5-edda3b4ccbeb'),
(11708,11708,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-20 20:13:15','2026-01-20 20:13:15','55c7ae25-f9ac-4ba5-bd93-5f79ad204ac5'),
(11712,11712,1,'On-Site Dialysis Advantage','dialysis-den',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Specialized kidney support. Right here. Right now.\\nOur on-site dialysis program ensures that patients requiring renal care receive treatment without leaving the facility. On-Site Dialysis Advantage supports optimal scheduling, reduces hospital trips, and enhances care continuity in a familiar, clinical environment. By integrating dialysis directly into our advanced care model, we provide patients with the convenience, safety, and stability they deserve.  Additionally, our HD patients have access to comfortably appointed suites in our newly renovated short-term care unit complete with private dining area and access to on-site dialysis.\"}',1,'2026-01-20 20:15:45','2026-01-20 20:15:45','ec31b70e-1b11-4cf8-909e-c4a4f6c1faae'),
(11713,11713,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 20:23:50','2026-01-20 20:23:50','10aa1f53-4beb-4c8d-9728-352e4803bd24'),
(11714,11714,1,'2026-01-20 12:26:11',NULL,NULL,NULL,1,'2026-01-20 20:26:11','2026-01-20 20:26:11','ef68b48c-a447-4513-a530-a3cc7081202b'),
(11715,11715,1,'Clark AD',NULL,NULL,NULL,1,'2026-01-20 20:26:42','2026-01-20 20:26:42','3195fb6b-f8ed-463f-85cd-33fe1f6adf3d'),
(11718,11718,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-20 20:26:48','2026-01-20 20:26:48','b55cb802-8daa-4294-b097-270d9eef206a'),
(11719,11719,1,'Wislande Mauril','wislande-mauril',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Wislande Mauril\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11715]}',1,'2026-01-20 20:26:48','2026-01-20 20:26:48','0a9542ca-2b15-440c-876f-e39b8fb17855'),
(11720,11720,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-20 20:27:09','2026-01-20 20:27:09','0623aaa7-b0fa-4feb-8037-a04c510c8f09'),
(11722,11722,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-20 20:27:23','2026-01-20 20:27:23','f1512f50-2447-4c96-a711-92135c4743d3'),
(11724,11724,1,'Green Knoll Admin 2',NULL,NULL,NULL,1,'2026-01-20 20:30:16','2026-01-20 20:30:16','482aeba3-6b17-4b44-9bb4-44b8fb0b3c7d'),
(11726,11726,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-20 20:30:21','2026-01-20 20:30:21','73237566-0f05-4f6b-8a46-299d2143af49'),
(11727,11727,1,'Rikka Libatique','rikka-libatique',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Rikka Libatique\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11724],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"RLibatique@ccgreenknoll.com\"}',1,'2026-01-20 20:30:21','2026-01-20 20:30:21','301ea486-e02a-4d86-9714-5247c79bd46b'),
(11729,11729,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-20 20:30:31','2026-01-20 20:30:31','73d1263c-022d-452c-959d-69979d661f95'),
(11731,11731,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-20 20:31:07','2026-01-20 20:31:07','59a527c3-d8be-4ca4-923e-ae0ea879a169'),
(11733,11733,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-20 20:31:46','2026-01-20 20:31:46','097f32a9-f8de-4614-a99b-1e8dea926bf3'),
(11736,11736,1,'Mercerville Admin',NULL,NULL,NULL,1,'2026-01-20 20:34:51','2026-01-20 20:34:51','4bb18953-4b5f-4bd0-bcee-1fb17b7f7871'),
(11738,11738,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-20 20:34:55','2026-01-20 20:34:55','abd27d1e-410b-4eee-858e-fdd1596d6c39'),
(11739,11739,1,'Zev Berman','yehuda-zev-berman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Zev Berman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11736]}',1,'2026-01-20 20:34:55','2026-01-20 20:34:55','5555c88e-d798-4f4b-aa0e-353e54c35cb7'),
(11740,11740,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 20:35:26','2026-01-20 20:35:26','f325b74c-91dc-4b53-a15a-26e5b258c64e'),
(11742,11742,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-20 20:35:59','2026-01-20 20:35:59','4f65200e-3a96-4c3c-91d1-1e268d276231'),
(11744,11744,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10517],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-20 20:36:34','2026-01-20 20:36:34','7791b0a3-5489-4c37-b990-e15e515bac3b'),
(11748,11748,1,'On-Site Dialysis Advantage','dialysis-den',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Specialized kidney support. Right here. Right now.\\nOur on-site dialysis program ensures that patients requiring renal care receive treatment without leaving the facility. On-Site Dialysis Advantage supports optimal scheduling, reduces hospital trips, and enhances care continuity in a familiar, clinical environment. By integrating dialysis directly into our advanced care model, we provide patients with the convenience, safety, and stability they deserve.\"}',1,'2026-01-20 20:38:41','2026-01-20 20:38:41','682a185d-153f-4493-a08e-9746e3c629ab'),
(11750,11750,1,'Mercerville AD',NULL,NULL,NULL,1,'2026-01-20 20:39:12','2026-01-20 20:39:12','3446cc0f-b654-40d4-a1c6-2bc691319994'),
(11752,11752,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-20 20:39:17','2026-01-20 20:39:17','d0228e85-8f16-42a8-b7c0-0f178a168958'),
(11753,11753,1,'Kris Worman','kris-worman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kris Worman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11750]}',1,'2026-01-20 20:39:17','2026-01-20 20:39:17','845b6939-f348-4ee5-bd43-04bc874ac660'),
(11755,11755,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-20 20:39:35','2026-01-20 20:39:35','9cb0273e-5960-438c-9f44-ad1644b3e4dd'),
(11756,11756,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 20:39:55','2026-01-20 20:39:55','e00cdbc3-8e48-4a98-8e8d-4cf1477e835e'),
(11758,11758,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 20:40:23','2026-01-20 20:40:23','94c3a282-2a53-4cae-91cb-931ee47dfff2'),
(11760,11760,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-20 20:40:47','2026-01-20 20:40:47','3528b7bd-38a4-42da-8e09-82a8a93e8e83'),
(11762,11762,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-20 20:41:08','2026-01-20 20:41:08','416ba380-06b2-4371-ad2d-84ec091e3db3'),
(11764,11764,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-20 20:41:36','2026-01-20 20:41:36','341f3456-d348-40e5-be9d-6c4cf6a49aa4'),
(11765,11765,1,'2026-01-20 12:41:40',NULL,NULL,NULL,1,'2026-01-20 20:41:40','2026-01-20 20:41:40','ad95ee6c-91b2-4220-b4fe-20526be79c2c'),
(11769,11769,1,'St Vincent Admin',NULL,NULL,NULL,1,'2026-01-20 20:44:35','2026-03-09 15:07:07','40cf1986-2838-431e-8bf0-e4874ae9da4e'),
(11771,11771,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-20 20:44:58','2026-01-20 20:44:58','e3c52952-f0bc-402f-a8a2-fc4886c9226c'),
(11772,11772,1,'Tiffany Romano','tiffany-romano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Romano\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11769],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"TRomano@ccstvincents.com\"}',1,'2026-01-20 20:44:58','2026-01-20 20:44:58','46591a50-1d81-417e-83d7-f61a812462ae'),
(11776,11776,1,'2026-01-20 12:45:14',NULL,NULL,NULL,1,'2026-01-20 20:45:14','2026-01-20 20:45:14','431d63e4-866c-48a3-8b16-1e600f273831'),
(11779,11779,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 20:45:24','2026-01-20 20:45:24','947bf3f4-c4af-4349-9f9c-ece4e9763b2e'),
(11780,11780,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-20 20:45:48','2026-01-20 20:45:48','bc7facdb-2c03-401a-b082-b4c0ff053518'),
(11783,11783,1,'2026-01-20 12:46:27',NULL,NULL,NULL,1,'2026-01-20 20:46:27','2026-01-20 20:46:27','c6ed7a6e-9f8f-4408-897e-de278bec04ff'),
(11784,11784,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10538],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-20 20:48:45','2026-01-20 20:48:45','09e5cdb4-2f6d-428e-9064-a2b2f5ec9545'),
(11787,11787,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-20 20:49:39','2026-01-20 20:49:39','6b4f5a1e-62c3-4318-ba7a-54b0144a23f8'),
(11789,11789,1,'2026-01-20 12:52:16',NULL,NULL,NULL,1,'2026-01-20 20:52:16','2026-01-20 20:52:16','3b8f2f41-00c9-4f1f-8868-5f3cd76c1b4a'),
(11791,11791,1,'2026-01-20 12:53:27',NULL,NULL,NULL,1,'2026-01-20 20:53:27','2026-01-20 20:53:27','5d41be6d-801c-459c-b070-e608513192d4'),
(11792,11792,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10557],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Oasis signature specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-20 20:53:29','2026-01-20 20:53:29','22fce517-174b-4172-8b4f-be3e9685c2e9'),
(11795,11795,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3058],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 20:53:56','2026-01-20 20:53:56','59d17669-6c68-4dee-9475-f067f2aa28c6'),
(11796,11796,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10557],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Oasis signature specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-20 20:54:30','2026-01-20 20:54:30','3e15b3ed-510d-465d-9644-b60d99c38551'),
(11799,11799,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-20 20:59:16','2026-01-20 20:59:16','116a3389-e862-4a26-890c-7b5be4f77cab'),
(11800,11800,1,'LARGE RES 01',NULL,NULL,NULL,1,'2026-01-20 21:00:19','2026-01-20 21:00:19','92507246-c13b-47e9-ab9c-ae28cca2f3e2'),
(11801,11801,1,'2026-01-20 13:02:47',NULL,NULL,NULL,1,'2026-01-20 21:02:47','2026-01-20 21:02:47','98b741c7-8537-44ac-9ca9-a4b545d2f430'),
(11802,11802,1,'2026-01-20 13:03:02',NULL,NULL,NULL,1,'2026-01-20 21:03:02','2026-01-20 21:03:02','c71df8cd-658d-4224-af70-c1d6f15801a5'),
(11803,11803,1,'2026-01-20 13:05:57',NULL,NULL,NULL,1,'2026-01-20 21:05:57','2026-01-20 21:05:57','d55480ce-1cc1-4af2-83da-e346f4a707af'),
(11804,11804,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11800],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 21:09:02','2026-01-20 21:09:02','7709795f-3187-44a5-a264-c219801b47a3'),
(11809,11809,1,'2026-01-20 13:19:10',NULL,NULL,NULL,1,'2026-01-20 21:19:10','2026-01-20 21:19:10','860ce7c9-c025-457e-b792-070d5be47041'),
(11810,11810,1,'2026-01-20 13:25:28',NULL,NULL,NULL,1,'2026-01-20 21:25:28','2026-01-20 21:25:28','23447d7f-34d0-4b1e-9d33-ac2560a7bcf2'),
(11811,11811,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11800],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 21:26:34','2026-01-20 21:26:34','19480440-350c-431a-8daf-e5ac49017028'),
(11814,11814,1,'2026-01-20 13:28:23',NULL,NULL,NULL,1,'2026-01-20 21:28:23','2026-01-20 21:28:23','d698c96a-739d-436a-8b7d-b296d1ad2da5'),
(11815,11815,1,'2026-01-20 13:29:04',NULL,NULL,NULL,1,'2026-01-20 21:29:04','2026-01-20 21:29:04','ac4dfe3d-a5c5-438e-82d6-7c85faa81c4f'),
(11819,11819,1,'BW Website Hero',NULL,NULL,NULL,1,'2026-01-20 21:32:57','2026-01-20 21:32:57','f9c815d0-a38a-4bdd-80e4-df39ef58ee93'),
(11820,11820,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 21:33:05','2026-01-20 21:33:05','f55c9cf6-8e6b-4152-a4bb-81336b032655'),
(11821,11821,1,'2026-01-20 13:34:16',NULL,NULL,NULL,1,'2026-01-20 21:34:16','2026-01-20 21:34:16','bca8a341-d742-49e1-92ae-f532a0fd56da'),
(11823,11823,1,'2026-01-20 13:34:30',NULL,NULL,NULL,1,'2026-01-20 21:34:29','2026-01-20 21:34:30','46c057f4-a559-4f96-aa15-bbe880e46bb9'),
(11824,11824,1,'Francesca Della Mea resume 4',NULL,NULL,NULL,1,'2026-01-20 21:34:29','2026-01-20 21:34:29','3c5b6d10-6a3d-4f91-9e38-7537f8a8dc95'),
(11827,11827,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 21:35:04','2026-01-20 21:35:04','76f2cf96-8b2b-4401-818d-aca3785757d6'),
(11829,11829,1,'2026-01-20 16:35:16',NULL,NULL,NULL,1,'2026-01-20 21:35:16','2026-01-20 21:35:16','bb921e11-0113-49ad-9f33-3f910584c727'),
(11831,11831,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-20 21:36:26','2026-01-20 21:36:26','982824d5-a273-49ae-bc9f-bd8cde3820ee'),
(11835,11835,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-20 21:38:06','2026-01-20 21:38:06','e8066c5d-38f0-45fa-b5f2-28715480d2bb'),
(11837,11837,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-20 21:38:56','2026-01-20 21:38:56','16db6db6-1b20-4ed7-a65f-a4317abcfa87'),
(11839,11839,1,'2026-01-20 16:41:20',NULL,NULL,NULL,1,'2026-01-20 21:41:20','2026-01-20 21:41:20','9c0ac8e0-5e9a-4f1c-9295-2357a95bf74b'),
(11841,11841,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10557],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-20 21:41:39','2026-01-20 21:41:39','c9bd2c8c-f091-4684-9178-a95e2a34f437'),
(11843,11843,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-20 21:42:53','2026-01-20 21:42:53','654eb9d3-fa87-49e7-9446-f7248d3ceca8'),
(11845,11845,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-20 21:43:06','2026-01-20 21:43:06','85cb64b6-797b-4604-b9ed-8c8ebc7f3de5'),
(11847,11847,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-20 21:43:41','2026-01-20 21:43:41','236fbd66-f996-4c48-965a-c75640ddc9ca'),
(11849,11849,1,'2026-01-20 16:44:35',NULL,NULL,NULL,1,'2026-01-20 21:44:35','2026-01-20 21:44:35','a95b6aab-3215-4238-bde4-cd602fc1cf20'),
(11851,11851,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 21:49:45','2026-01-20 21:49:45','477f4199-eae1-4d91-bd56-ce0d47c0ab08'),
(11852,11852,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-20 21:50:07','2026-01-20 21:50:07','4ae95a9c-66da-45e9-a21f-b4d999c05f74'),
(11855,11855,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-20 21:53:55','2026-01-20 21:53:55','4225822d-2e8d-47c8-866e-6164baf52226'),
(11859,11859,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-20 21:56:48','2026-01-20 21:56:48','92cfab9b-1941-468e-8130-2fc01a715d2e'),
(11860,11860,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-20 21:57:06','2026-01-20 21:57:06','d5d30a88-884f-47c3-a835-54ed23555efe'),
(11862,11862,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2026-01-20 21:57:23','2026-01-20 21:57:23','f376b91f-7f2c-4e07-8fe2-80aa5ae4b4f7'),
(11864,11864,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10507],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-20 21:59:56','2026-01-20 21:59:56','b179453b-ee58-42b4-8074-75d8eedd891a'),
(11866,11866,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-20 22:02:20','2026-01-20 22:02:20','94e3044c-0269-4172-bc39-9f3a7848c346'),
(11868,11868,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-20 22:04:41','2026-01-20 22:04:41','61bed6a7-eeea-4bbc-bce2-9845a147c1c3'),
(11870,11870,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-20 22:04:54','2026-01-20 22:04:54','f909b47d-8b2a-4c77-aa1a-6af8cc62e929'),
(11872,11872,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-20 22:05:22','2026-01-20 22:05:22','87543623-0e8f-41dd-bc32-cf737aa9231c'),
(11874,11874,1,'2026-01-20 17:07:34',NULL,NULL,NULL,1,'2026-01-20 22:07:31','2026-01-20 22:07:34','872bf4a9-4330-447b-b534-992797624d6a'),
(11875,11875,1,'IMG 1202',NULL,NULL,NULL,1,'2026-01-20 22:07:31','2026-01-20 22:07:31','2acae119-b078-4f23-8364-ea3d66e60ca7'),
(11876,11876,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-20 22:07:50','2026-01-20 22:07:50','8280edb8-5510-4ec9-b149-78d2f95c531e'),
(11879,11879,1,'2026-01-20 17:09:18',NULL,NULL,NULL,1,'2026-01-20 22:09:18','2026-01-20 22:09:18','48ef152b-a128-4f28-b018-ab14d98ee63b'),
(11882,11882,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 22:10:49','2026-01-20 22:10:49','64c21fb5-bf1f-4ece-9cec-32d40ab0ce28'),
(11885,11885,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 22:10:55','2026-01-20 22:10:55','5a66edda-4584-437b-b5d5-e753a07c2a0d'),
(11887,11887,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-20 22:11:20','2026-01-20 22:11:20','c394d754-04f5-4e75-a055-e8fb464da2e5'),
(11889,11889,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10523],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-20 22:11:47','2026-01-20 22:11:47','329b5f6c-7a71-4616-b16c-dec7221bc90a'),
(11890,11890,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-20 22:14:53','2026-01-20 22:14:53','e37441b2-a782-464a-ba02-635a2ad0f87a'),
(11892,11892,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10507],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-20 22:15:29','2026-01-20 22:15:29','71b1a221-8342-43ef-b21c-921d7dc4e678'),
(11893,11893,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4223],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-20 22:15:51','2026-01-20 22:15:51','e783b096-237e-4599-8cee-4c3c19c8903b'),
(11895,11895,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-20 22:16:10','2026-01-20 22:16:10','fc63a0c6-a29b-4515-94c5-46c34105f763'),
(11897,11897,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-20 22:16:32','2026-01-20 22:16:32','55fec394-425c-4b58-9abb-5a29523b5423'),
(11899,11899,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-20 22:17:10','2026-01-20 22:17:10','dcb1cd83-3612-4a2b-8ca2-5637144a4c38'),
(11900,11900,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-20 22:17:18','2026-01-20 22:17:18','21a07daf-fdb2-4f06-bffc-53ae88676085'),
(11902,11902,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-20 22:19:17','2026-01-20 22:19:17','bd33f7eb-d33d-47b1-8757-b114b624d718'),
(11904,11904,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10517],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-20 22:19:31','2026-01-20 22:19:31','e79dbbfe-b62c-4fd2-aecd-6e5abe7b319b'),
(11906,11906,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-20 22:19:39','2026-01-20 22:19:39','f10a1c30-9c17-4417-aa24-3b6f6f0fb994'),
(11907,11907,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-20 22:19:50','2026-01-20 22:19:50','2b88a1ef-9d5e-4208-aff6-97c00a27509a'),
(11909,11909,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4861],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-20 22:20:25','2026-01-20 22:20:25','68cc4006-2f21-41c4-989c-358ffde398a0'),
(11911,11911,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-20 22:21:11','2026-01-20 22:21:11','f9b2a922-7af8-45c0-8a9e-e2862ac6a4a2'),
(11913,11913,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-20 22:21:30','2026-01-20 22:21:30','d4951ce7-f483-4b76-a562-e7f03f7155fd'),
(11915,11915,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-20 22:21:43','2026-01-20 22:21:43','f5ab41ca-a995-47c4-b003-994f179b7c37'),
(11916,11916,1,'2026-01-20 17:23:34',NULL,NULL,NULL,1,'2026-01-20 22:23:34','2026-01-20 22:23:34','43b315ba-0fef-43ec-b7a4-9341cb6bdb83'),
(11917,11917,1,'Untitled document',NULL,NULL,NULL,1,'2026-01-20 22:23:34','2026-01-20 22:23:34','2f0a0990-1b2c-4bdf-b90a-cf57b53f2aa2'),
(11920,11920,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-20 22:25:30','2026-01-20 22:25:30','1c0f5cd0-97c6-416a-93b1-ad3285117103'),
(11922,11922,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-20 22:25:47','2026-01-20 22:25:47','d40c227b-efb1-4ec5-a646-a1badacdc24a'),
(11923,11923,1,'2026-01-20 17:25:48',NULL,NULL,NULL,1,'2026-01-20 22:25:47','2026-01-20 22:25:48','06ac2076-ce83-4600-89fe-88d96b56d25b'),
(11926,11926,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-20 22:26:01','2026-01-20 22:26:01','ed0ca4c9-c456-477b-ade0-6c4e9d731473'),
(11928,11928,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-20 22:26:13','2026-01-20 22:26:13','08fcf948-c5af-4302-aa3d-c3294defa0ce'),
(11930,11930,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-20 22:26:26','2026-01-20 22:26:26','b8946c78-a7e4-4065-800a-0faba1cabbda'),
(11932,11932,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10526],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-20 22:26:40','2026-01-20 22:26:40','4e217f81-e099-47a1-a167-afa04845f455'),
(11934,11934,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6772],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-20 22:26:54','2026-01-20 22:26:54','0ebb844b-8189-4f3d-bf2c-2313b957bd72'),
(11936,11936,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-20 22:27:08','2026-01-20 22:27:08','f40612e0-58ad-4094-9976-2a730815c2ba'),
(11938,11938,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-20 22:27:22','2026-01-20 22:27:22','d823ea97-d6b2-43b4-982d-4386c79d182c'),
(11939,11939,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-20 22:27:33','2026-01-20 22:27:33','762dc33e-98ac-4783-842d-7d1b3752e458'),
(11941,11941,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-20 22:27:44','2026-01-20 22:27:44','57aaac02-62d9-4cc8-8a0a-f669f5d75bd8'),
(11943,11943,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-20 22:27:56','2026-01-20 22:27:56','8d049d7d-afb5-489b-86bd-61fc35a6a05a'),
(11945,11945,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-20 22:28:07','2026-01-20 22:28:07','e49a86c9-ef3a-44e7-a544-0e6760526e73'),
(11947,11947,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10529],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-20 22:28:26','2026-01-20 22:28:26','3a28643e-eed8-464a-a0d7-9c0473de5652'),
(11949,11949,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-20 22:28:41','2026-01-20 22:28:41','eda5dce5-69c9-4fcd-b92b-63b3f13ae008'),
(11951,11951,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-20 22:28:51','2026-01-20 22:28:51','2e508227-8cb3-4973-9e0c-610478e71642'),
(11953,11953,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-20 22:29:07','2026-01-20 22:29:07','68da68b5-b085-4c60-a0c6-757635274da7'),
(11955,11955,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-20 22:29:19','2026-01-20 22:29:19','e8ae199c-582b-4534-890e-37eebfdb012e'),
(11956,11956,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-20 22:29:33','2026-01-20 22:29:33','a6cde4d4-477c-4b8c-8cac-76fb58204bc0'),
(11958,11958,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10149],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-20 22:29:48','2026-01-20 22:29:48','0aa60e90-c309-4ee3-a0b2-4374aad36e8c'),
(11962,11962,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-20 22:30:17','2026-01-20 22:30:17','440d6d23-5ce7-4027-93e5-e8d023ef1a6f'),
(11965,11965,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10532],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-20 22:30:43','2026-01-20 22:30:43','38aeca3c-0ca4-4a3c-bd5e-bacb189ab92c'),
(11966,11966,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-20 22:30:51','2026-01-20 22:30:51','1f7681f9-e5fa-43ab-852b-0de6fbe33c62'),
(11969,11969,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-20 22:31:13','2026-01-20 22:31:13','2e7cc6f6-f2d1-4b12-b170-53b9aaa29f7b'),
(11971,11971,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-20 22:31:27','2026-01-20 22:31:27','88004de8-c802-4802-a31d-aa4eeb28fa5a'),
(11975,11975,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10535],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-20 22:32:07','2026-01-20 22:32:07','75bd6059-9762-4848-9ceb-bd2f6ee8bc94'),
(11977,11977,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-20 22:32:22','2026-01-20 22:32:22','1be5489f-80c8-4c31-a5e9-69dfb5230c73'),
(11978,11978,1,'The Boulevard Entrance Mock Up',NULL,NULL,NULL,1,'2026-01-20 22:32:35','2026-01-20 22:32:35','5e4afb9c-2007-430d-96ad-597e154daa19'),
(11979,11979,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10538],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-20 22:32:35','2026-01-20 22:32:35','fc85cb2d-7a79-4d70-b7f5-172130c73148'),
(11980,11980,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-20 22:32:43','2026-01-20 22:32:43','6a9bfda1-51ab-4834-87e4-1f45ff68e1b8'),
(11982,11982,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-20 22:32:49','2026-01-20 22:32:49','724865e2-2309-4e21-8d44-7a9ca97ae68a'),
(11985,11985,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-20 22:33:17','2026-01-20 22:33:17','1842be7c-5bc3-4702-847c-4719f98113fe'),
(11987,11987,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10543],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-20 22:33:28','2026-01-20 22:33:28','d9faa09b-9ef2-46fe-bb2b-6b12c3fc712c'),
(11991,11991,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-20 22:33:57','2026-01-20 22:33:57','2412ca7c-057c-4850-9157-b790d6b31f41'),
(11994,11994,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-20 22:34:26','2026-01-20 22:34:26','ab1a39bc-4e70-4f84-af92-09e578a96805'),
(11996,11996,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10546],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-20 22:34:37','2026-01-20 22:34:37','2916bf7b-37de-43a6-a6f9-8059f5cfbcab'),
(11999,11999,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-20 22:36:02','2026-01-20 22:36:02','43ec4ee1-54eb-458c-814c-6895300b46c4'),
(12001,12001,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-20 22:36:14','2026-01-20 22:36:14','4b963c83-f6e8-4325-aa31-153c7c3c3436'),
(12003,12003,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-20 22:36:28','2026-01-20 22:36:28','d0e81107-d7a8-4e71-bb90-d6669d4d8d46'),
(12005,12005,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10549],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-20 22:36:39','2026-01-20 22:36:39','8ca9ccda-29ec-45ff-b54d-9b6dbe206e65'),
(12007,12007,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-20 22:36:51','2026-01-20 22:36:51','c9cb896e-199c-4789-91ed-5fade710ebba'),
(12009,12009,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-20 22:37:02','2026-01-20 22:37:02','2bc8941d-9c01-43d5-9d5a-2921caa57c39'),
(12011,12011,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-20 22:37:15','2026-01-20 22:37:15','f09f7baa-3f57-45d8-a317-0efacdfdce55'),
(12013,12013,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-20 22:37:22','2026-01-20 22:37:22','4e293196-cc73-4295-9d0f-00b0277457ac'),
(12015,12015,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-20 22:37:36','2026-01-20 22:37:36','0fb8b249-304a-47d3-a75a-d6ff96d18f92'),
(12019,12019,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-20 22:38:02','2026-01-20 22:38:02','a2ec2c3e-8350-4e9a-85cc-c787705882f1'),
(12020,12020,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11529],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-20 22:38:08','2026-01-20 22:38:08','be2bad04-f77b-42f5-89f1-7a7e16747177'),
(12022,12022,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10553],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-20 22:38:22','2026-01-20 22:38:22','91e92ff4-be2f-4783-8e68-2ba13c9786c3'),
(12024,12024,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10557],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-20 22:38:30','2026-01-20 22:38:30','32774ee4-afef-49bb-b6af-4a48463b5514'),
(12025,12025,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-20 22:38:37','2026-01-20 22:38:37','ed2cf2ba-e3ba-49fd-96fc-c30acbf69dad'),
(12029,12029,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-20 22:39:04','2026-01-20 22:39:04','3eb45ea9-780b-4de3-bf01-5fe45d44329c'),
(12031,12031,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-20 22:39:11','2026-01-20 22:39:11','31dbe3fb-18c8-492d-a316-b0e94f6f35db'),
(12035,12035,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10560],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-20 22:39:32','2026-01-20 22:39:32','51b0790d-75a8-4f49-a347-f0d85562a1f4'),
(12037,12037,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10563],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-20 22:39:51','2026-01-20 22:39:51','25130c2e-d58c-420d-9545-d43560ea8f1f'),
(12039,12039,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-20 22:39:58','2026-01-20 22:39:58','3fb22fc0-c578-43d8-a151-431719624e6a'),
(12041,12041,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-20 22:40:06','2026-01-20 22:40:06','0e152db7-a6e4-4b78-b646-29bf3ff573da'),
(12043,12043,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-20 22:40:14','2026-01-20 22:40:14','82fa19b9-3250-4f1d-9d71-33fd87160c52'),
(12045,12045,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-20 22:40:41','2026-01-20 22:40:41','59c0040e-5736-4bbb-b24c-f685cfb56001'),
(12047,12047,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-20 22:41:32','2026-01-20 22:41:32','eee91b3b-f642-43bb-9697-934d251e9109'),
(12049,12049,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-20 22:43:31','2026-01-20 22:43:31','0d03dc13-1610-47b6-8113-771539975309'),
(12051,12051,1,'2026-01-20 17:46:35',NULL,NULL,NULL,1,'2026-01-20 22:46:35','2026-01-20 22:46:35','1a3fa14d-2f83-4e59-8a70-8a776186687f'),
(12052,12052,1,'2026-01-20 17:48:12',NULL,NULL,NULL,1,'2026-01-20 22:48:12','2026-01-20 22:48:12','ab168c65-b3b2-41a2-bd50-beed9b656c37'),
(12055,12055,1,'Brakeley Park Residential Care Home','ccbrakeleyparkrch','ccbrakeleyparkrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleyparkrch.com\",\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential Care\",\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3279],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3276,11003,11004,3278,3279],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"}}',1,'2026-01-20 22:57:25','2026-01-20 22:57:25','889ea2d4-0561-49a4-9299-5d085dff7e99'),
(12056,12056,1,'2026-01-20 17:57:50',NULL,NULL,NULL,1,'2026-01-20 22:57:50','2026-01-20 22:57:50','67241498-b55c-4ff2-bce5-eb6cdc5a67b0'),
(12057,12057,1,'2026-01-20 17:59:13',NULL,NULL,NULL,1,'2026-01-20 22:59:13','2026-01-20 22:59:13','f9a3ced5-257a-422e-a635-d9fe85b21e2d'),
(12058,12058,1,'2026-01-20 18:02:52',NULL,NULL,NULL,1,'2026-01-20 23:02:52','2026-01-20 23:02:52','6de55e2a-0a6b-452a-a762-932b30144819'),
(12062,12062,1,'2026-01-20 18:09:48',NULL,NULL,NULL,1,'2026-01-20 23:09:48','2026-01-20 23:09:48','39a7b74d-a76f-4181-bddc-8bc3efd26c05'),
(12063,12063,1,'2026-01-20 18:11:44',NULL,NULL,NULL,1,'2026-01-20 23:11:44','2026-01-20 23:11:44','17121ced-3564-4df9-8561-d2bc21975113'),
(12066,12066,1,'2026-01-20 18:19:22',NULL,NULL,NULL,1,'2026-01-20 23:19:22','2026-01-20 23:19:22','1dbef56d-f9e1-4e34-8e65-32891f60164b'),
(12067,12067,1,'2026-01-20 18:19:34',NULL,NULL,NULL,1,'2026-01-20 23:19:34','2026-01-20 23:19:34','04cb2ce8-5877-4b14-8528-355c6936c3b9'),
(12068,12068,1,'2026-01-20 18:28:50',NULL,NULL,NULL,1,'2026-01-20 23:28:50','2026-01-20 23:28:50','88488dd4-25f5-4f62-8b97-9da8ada1210d'),
(12069,12069,1,'2026-01-20 18:30:25',NULL,NULL,NULL,1,'2026-01-20 23:30:25','2026-01-20 23:30:25','0917637b-4bfc-4c63-9342-9ce8c3c55fd5'),
(12070,12070,1,'2026-01-20 18:33:53',NULL,NULL,NULL,1,'2026-01-20 23:33:53','2026-01-20 23:33:53','55407d62-7778-4621-a6ae-76fb6121e5d9'),
(12071,12071,1,'2026-01-20 18:37:26',NULL,NULL,NULL,1,'2026-01-20 23:37:25','2026-01-20 23:37:26','7c5ac769-2072-4a6f-8da0-9445e3352a62'),
(12072,12072,1,'2026-01-20 18:38:47',NULL,NULL,NULL,1,'2026-01-20 23:38:47','2026-01-20 23:38:47','4a9606b6-7548-492e-a48e-076462d0b254'),
(12073,12073,1,'2026-01-20 18:39:42',NULL,NULL,NULL,1,'2026-01-20 23:39:42','2026-01-20 23:39:42','b86deb45-51c0-4fdb-83f1-79e2f314fc3c'),
(12074,12074,1,'2026-01-20 18:47:13',NULL,NULL,NULL,1,'2026-01-20 23:47:13','2026-01-20 23:47:13','fbb2f26d-2796-41f4-8476-6c7304e8d8dd'),
(12075,12075,1,'2026-01-20 18:56:48',NULL,NULL,NULL,1,'2026-01-20 23:56:48','2026-01-20 23:56:48','4e1dd6e5-e875-4b5c-b425-64848eecefe7'),
(12076,12076,1,'2026-01-20 18:59:22',NULL,NULL,NULL,1,'2026-01-20 23:59:22','2026-01-20 23:59:22','14b2fa7d-b634-4ffe-ad6d-280c6fd40ba1'),
(12077,12077,1,'2026-01-20 19:02:22',NULL,NULL,NULL,1,'2026-01-21 00:02:22','2026-01-21 00:02:22','8e25ac9a-284d-4782-8945-2de7c1669b77'),
(12078,12078,1,'2026-01-20 19:12:17',NULL,NULL,NULL,1,'2026-01-21 00:12:17','2026-01-21 00:12:17','da3ca0ff-ae34-4073-8576-c853500f5db4'),
(12079,12079,1,'2026-01-20 19:26:43',NULL,NULL,NULL,1,'2026-01-21 00:26:43','2026-01-21 00:26:43','79d24316-ef42-4b7a-9daa-146cdf608f18'),
(12080,12080,1,'2026-01-20 19:38:19',NULL,NULL,NULL,1,'2026-01-21 00:38:19','2026-01-21 00:38:19','cb058c14-6876-479b-a418-2dc7206057e9'),
(12081,12081,1,'2026-01-20 19:40:22',NULL,NULL,NULL,1,'2026-01-21 00:40:22','2026-01-21 00:40:22','23758186-4ce4-41d4-b55e-beba978a48f1'),
(12082,12082,1,'2026-01-20 19:42:18',NULL,NULL,NULL,1,'2026-01-21 00:42:18','2026-01-21 00:42:18','a0e58fb1-cb28-4ae0-935f-3b9878e302ce'),
(12083,12083,1,'2026-01-20 19:48:25',NULL,NULL,NULL,1,'2026-01-21 00:48:25','2026-01-21 00:48:25','71999aca-d96e-4a2c-8b68-6a2de5ac05c9'),
(12084,12084,1,'2026-01-20 19:57:06',NULL,NULL,NULL,1,'2026-01-21 00:57:06','2026-01-21 00:57:06','313a83ef-1515-4930-b5ac-938638aaa629'),
(12085,12085,1,'2026-01-20 19:58:44',NULL,NULL,NULL,1,'2026-01-21 00:58:44','2026-01-21 00:58:44','b54bf83e-bbdc-4ede-a707-da22a8eaa7cd'),
(12086,12086,1,'2026-01-20 20:05:35',NULL,NULL,NULL,1,'2026-01-21 01:05:35','2026-01-21 01:05:35','92701c3b-9acc-48d2-a9af-1dce050d42d8'),
(12108,12108,1,'2026-01-20 20:09:20',NULL,NULL,NULL,1,'2026-01-21 01:09:20','2026-01-21 01:09:20','f6f3d0ec-be2a-4c65-9628-e7c649f72788'),
(12109,12109,1,'Denise Bynaker',NULL,NULL,NULL,1,'2026-01-21 01:09:20','2026-01-21 01:09:20','d0267853-36e9-4289-b197-50030417487c'),
(12113,12113,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-21 01:15:38','2026-01-21 01:15:38','bc332a3a-b2ca-40dd-8834-52c501dbfbe6'),
(12115,12115,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10507],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-21 01:15:54','2026-01-21 01:15:54','594a97ae-6020-4a94-9145-233d69ca0cad'),
(12116,12116,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-21 01:16:03','2026-01-21 01:16:03','297fe5ef-cb3e-4fa0-92df-02d498375582'),
(12118,12118,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10507],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-21 01:16:40','2026-01-21 01:16:40','1d004b68-4790-4f94-9e23-fc4781eb86a5'),
(12120,12120,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-21 01:16:50','2026-01-21 01:16:50','4e3bfc1c-d612-489d-9e2b-665e30cb1a96'),
(12122,12122,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4276],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-21 01:17:13','2026-01-21 01:17:13','795b0c6f-70e3-40c3-91b5-7b1c3cc8de9a'),
(12124,12124,1,'367 A8138',NULL,NULL,NULL,1,'2026-01-21 01:17:41','2026-01-21 01:17:41','38686940-d196-4542-b04d-3acb597fe813'),
(12126,12126,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10517],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 01:18:01','2026-01-21 01:18:01','f6b4427d-4842-44e8-8581-91939c2985ec'),
(12128,12128,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-21 01:18:31','2026-01-21 01:18:31','02f4fd4a-2752-474d-be03-94739506f8f7'),
(12129,12129,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10513],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-21 01:18:35','2026-01-21 01:18:35','29f80ae4-fd52-4acd-b3a6-27fb0f38844a'),
(12132,12132,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-21 01:19:04','2026-01-21 01:19:04','db3b23fd-b0d9-495d-bd3d-0bf364f5ccca'),
(12134,12134,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-21 01:19:19','2026-01-21 01:19:19','75905866-47aa-4b6a-b735-5e8147cdd85c'),
(12135,12135,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-21 01:19:20','2026-01-21 01:19:20','032aace2-bf21-4fbb-ae25-77307a2362f3'),
(12138,12138,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10526],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-21 01:19:37','2026-01-21 01:19:37','ba2b8ff3-2121-4f61-b27b-145db95af476'),
(12140,12140,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-21 01:19:53','2026-01-21 01:19:53','d6c1a660-1121-4104-9fe8-73aa5dafc062'),
(12141,12141,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-21 01:20:10','2026-01-21 01:20:10','e7adae97-4bd8-4e33-9000-aa03a8a9ae07'),
(12143,12143,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10529],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-21 01:20:16','2026-01-21 01:20:16','1af3fa28-32cf-4493-ba75-5e1857351953'),
(12145,12145,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-21 01:20:33','2026-01-21 01:20:33','21c37834-f3f2-4fac-974d-f2f2caf8716a'),
(12147,12147,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-21 01:20:59','2026-01-21 01:20:59','32b822e7-b379-4d77-bba3-31696b1a4d68'),
(12148,12148,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-21 01:21:18','2026-01-21 01:21:18','7bba5f71-c918-49cd-a052-a6891e409016'),
(12150,12150,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10532],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-21 01:22:06','2026-01-21 01:22:06','f09ac07f-22bc-46c6-94ab-dc4b093ba19e'),
(12152,12152,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-21 01:22:27','2026-01-21 01:22:27','ae4d7b09-1c43-4f4a-b5ff-c5cb2c2cf044'),
(12154,12154,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-21 01:22:45','2026-01-21 01:22:45','ec4da467-605e-496c-a6ce-c6e7a4f44948'),
(12156,12156,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10535],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-21 01:23:04','2026-01-21 01:23:04','74debb6c-a4f0-4f79-abd0-11c070d57034'),
(12158,12158,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10538],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-21 01:23:28','2026-01-21 01:23:28','b95531da-62d0-4b19-950f-58bd46bad552'),
(12159,12159,1,'2026-01-20 20:23:29',NULL,NULL,NULL,1,'2026-01-21 01:23:29','2026-01-21 01:23:29','8353d12f-5b98-43d6-95d7-c14c26f2e48c'),
(12162,12162,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-21 01:23:38','2026-01-21 01:23:38','878468ca-c1af-44af-a894-805632b54911'),
(12163,12163,1,'2026-01-20 20:23:40',NULL,NULL,NULL,1,'2026-01-21 01:23:40','2026-01-21 01:23:40','265e080a-8674-49a4-a3f6-982b4adb40a7'),
(12167,12167,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-21 01:23:48','2026-01-21 01:23:48','98dc4ee5-d6b0-446b-b11b-963189f7d7be'),
(12169,12169,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-21 01:24:11','2026-01-21 01:24:11','4730fa37-52cf-40d8-90bf-139e0b283e1f'),
(12170,12170,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10543],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-21 01:24:19','2026-01-21 01:24:19','cfdde205-ae8d-4890-8c53-0384170288f7'),
(12172,12172,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-21 01:24:36','2026-01-21 01:24:36','21b001cb-8b98-4a80-8c4f-0348e89181e8'),
(12173,12173,1,'2026-01-20 20:24:49',NULL,NULL,NULL,1,'2026-01-21 01:24:49','2026-01-21 01:24:49','3771cfaf-d697-4d86-88fc-425ae005443d'),
(12175,12175,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-21 01:24:54','2026-01-21 01:24:54','6480e8c5-1c4d-4c42-93cf-37814d7a4f20'),
(12178,12178,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10549],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-21 01:25:15','2026-01-21 01:25:15','53641514-9e85-4f19-839f-57e0e9b6a788'),
(12180,12180,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-21 01:25:42','2026-01-21 01:25:42','85ad1d3b-aa15-4859-8383-473ddc7a90bc'),
(12182,12182,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-21 01:25:51','2026-01-21 01:25:51','6eb1cc0a-f818-4d9d-b8e1-26cee5085100'),
(12184,12184,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-21 01:25:58','2026-01-21 01:25:58','d910fe76-e619-4860-80cb-b82262e8fc90'),
(12186,12186,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-21 01:26:05','2026-01-21 01:26:05','c1b9f011-d846-4dd7-a43c-e18007dddad3'),
(12187,12187,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-21 01:26:14','2026-01-21 01:26:14','acc20e55-8030-469f-aaba-cde1602d4590'),
(12190,12190,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10553],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-21 01:26:49','2026-01-21 01:26:49','965f975c-e0e0-453c-b215-b43f63761e94'),
(12191,12191,1,'2026-01-20 20:26:54',NULL,NULL,NULL,1,'2026-01-21 01:26:54','2026-01-21 01:26:54','0d57ddff-2419-4fb3-a7db-6d5078fffd01'),
(12194,12194,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10557],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-21 01:27:03','2026-01-21 01:27:03','6f3df47c-c7bf-4e02-8bb8-914c827e92f7'),
(12196,12196,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-21 01:27:24','2026-01-21 01:27:24','77c80532-5050-49ed-865c-b0a6e4392fdb'),
(12198,12198,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-21 01:27:32','2026-01-21 01:27:32','843d7618-1b2e-476d-865b-4a075f64949d'),
(12200,12200,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10563],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-21 01:28:11','2026-01-21 01:28:11','b3a65cfc-c995-48a3-b713-cc3067f57db1'),
(12202,12202,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-21 01:28:20','2026-01-21 01:28:20','fa3bbcfa-32ce-4203-904c-90760ea6e59a'),
(12204,12204,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-21 01:28:27','2026-01-21 01:28:27','b2e464dc-f88f-44e7-a2b8-fec70b732eef'),
(12206,12206,1,'2026-01-20 20:28:29',NULL,NULL,NULL,1,'2026-01-21 01:28:29','2026-01-21 01:28:29','11db7a44-3f00-455d-a8e3-d9fa1c04270e'),
(12207,12207,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-21 01:28:33','2026-01-21 01:28:33','c63cf05e-d01b-47d2-bcb4-c9fe7d38939c'),
(12209,12209,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-21 01:28:34','2026-01-21 01:28:34','f94ae509-83df-4946-b6dd-46b8d6daf686'),
(12211,12211,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 01:28:46','2026-01-21 01:28:46','1ced1a39-8e59-4e47-9974-b981d3109f68'),
(12212,12212,1,'2026-01-20 20:28:47',NULL,NULL,NULL,1,'2026-01-21 01:28:47','2026-01-21 01:28:47','1e40413a-4093-46aa-b44c-f592069c9807'),
(12215,12215,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-21 01:29:02','2026-01-21 01:29:02','a325169d-17eb-4d28-bb03-c7ee93bdcb5f'),
(12217,12217,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-21 01:29:15','2026-01-21 01:29:15','5e2ee0d9-dee1-4412-bf9e-0cd6473f8d1a'),
(12219,12219,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-21 01:29:30','2026-01-21 01:29:30','61ea9f5e-aed4-4e69-8cc6-32e6bac445e1'),
(12221,12221,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-21 01:29:42','2026-01-21 01:29:42','25be1ebe-a57c-4c38-ae52-ea70ea46a288'),
(12223,12223,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-21 01:30:00','2026-01-21 01:30:00','1e78a99e-9846-446b-b413-f4ea6b295ab3'),
(12225,12225,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-21 01:30:11','2026-01-21 01:30:11','b62c5c3f-351b-48bb-ba60-81061a528bfc'),
(12228,12228,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-21 01:30:27','2026-01-21 01:30:27','c0f7fb5e-18e1-44cc-af52-7ff5ab0fb19d'),
(12230,12230,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-21 01:30:39','2026-01-21 01:30:39','9f72b4f1-2fb1-470d-ac57-98bc98f7a059'),
(12232,12232,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-21 01:30:52','2026-01-21 01:30:52','e24acd22-3b39-4994-9858-e513f06cf68d'),
(12234,12234,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-21 01:31:06','2026-01-21 01:31:06','aea81d73-17e6-4490-b9b2-eda9e8480c3f'),
(12235,12235,1,'2026-01-20 20:31:07',NULL,NULL,NULL,1,'2026-01-21 01:31:07','2026-01-21 01:31:07','16d251ca-533e-49ad-b675-c665bae2a22a'),
(12238,12238,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-21 01:31:20','2026-01-21 01:31:20','221bdf7a-c22d-49a6-8b0b-21b3f20d6a1e'),
(12240,12240,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-21 01:31:32','2026-01-21 01:31:32','5a080ca2-d97e-4354-8dfa-5cbd39ad337c'),
(12242,12242,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-21 01:31:48','2026-01-21 01:31:48','437cef23-85ea-4f8b-a2cc-3e5c4a87c6a1'),
(12244,12244,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-21 01:32:02','2026-01-21 01:32:02','062156c2-76ef-4c85-b8de-b13c34158ac3'),
(12245,12245,1,'2026-01-20 20:32:20',NULL,NULL,NULL,1,'2026-01-21 01:32:20','2026-01-21 01:32:20','59fe43df-4d39-4a14-960c-b436ba73e8bf'),
(12247,12247,1,'CC Annapolis Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:33:35','2026-01-21 01:33:35','937a89d9-a23e-4aa7-9767-ab4c196f7b40'),
(12249,12249,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-21 01:33:37','2026-01-21 01:33:37','7333f461-cdf5-4acf-b78c-30451a954edd'),
(12250,12250,1,'IMG 5463 St Clare Meadows',NULL,NULL,NULL,1,'2026-01-21 01:33:38','2026-01-21 01:33:38','e58f96ec-8ab8-4a7d-a4a6-f9ec479cd11d'),
(12251,12251,1,'IMG 5478 St Clare Meadows',NULL,NULL,NULL,1,'2026-01-21 01:33:41','2026-01-21 01:33:41','142ce2d1-3c9b-4558-a26f-2c224753407c'),
(12253,12253,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12250,12251],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-21 01:33:51','2026-01-21 01:33:51','a1d2a294-896c-4e08-ab91-2ea8966372e0'),
(12255,12255,1,'2026-01-20 20:34:04',NULL,NULL,NULL,1,'2026-01-21 01:34:04','2026-01-21 01:34:04','499f5c4a-7202-48e4-a96e-93976e3af311'),
(12256,12256,1,'CC Brackenville Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:34:10','2026-01-21 01:34:10','ac4c390d-51dc-43f3-984d-6cb8583e1a26'),
(12258,12258,1,'2026-01-20 20:34:44',NULL,NULL,NULL,1,'2026-01-21 01:34:44','2026-01-21 01:34:44','128cdf49-0eda-4b9c-85a8-17a67632cbb2'),
(12259,12259,1,'2026-01-20 20:35:50',NULL,NULL,NULL,1,'2026-01-21 01:35:50','2026-01-21 01:35:50','652f9127-7664-41b7-abf4-e355f195e0ea'),
(12260,12260,1,'2026-01-20 20:36:15',NULL,NULL,NULL,1,'2026-01-21 01:36:15','2026-01-21 01:36:15','eb4680e1-be50-4306-93e0-e8fe8c264753'),
(12261,12261,1,'2026-01-20 20:36:59',NULL,NULL,NULL,1,'2026-01-21 01:36:59','2026-01-21 01:36:59','a35dc5e9-ce77-4b62-91ee-d8b1fa115d95'),
(12262,12262,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-21 01:37:05','2026-01-21 01:37:05','bf860bf0-de59-40d9-9541-b0739a925f03'),
(12268,12268,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-21 01:37:15','2026-01-21 01:37:15','66cebb20-a29e-44ef-929e-bc5794eae251'),
(12269,12269,1,'CC Corsica Hills Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:37:44','2026-01-21 01:37:44','be8d1ec2-bd81-4f2d-bade-f363227b2512'),
(12271,12271,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12250,12251],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-21 01:37:46','2026-01-21 01:37:46','bf7120b2-7b05-4e60-a774-438a2e85b46c'),
(12272,12272,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-21 01:37:47','2026-01-21 01:37:47','920621c8-84e3-48dd-bb6b-927a04db1889'),
(12275,12275,1,'CC Dawnview Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:38:00','2026-01-21 01:38:00','618f7205-9d00-4b48-ad33-d05ac8b2c537'),
(12276,12276,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12275],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-21 01:38:02','2026-01-21 01:38:02','cc57367a-bb97-4de0-98fe-f748908fffe9'),
(12278,12278,1,'CC Hagerstown Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:38:21','2026-01-21 01:38:21','d1bc0c06-ef5d-419f-a331-f656919ece97'),
(12279,12279,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-21 01:38:23','2026-01-21 01:38:23','04d57ff1-9860-4a4f-a3c0-44955306f784'),
(12281,12281,1,'CC Heritage Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:38:45','2026-01-21 01:38:45','4ece7686-4c60-4709-b976-d17f90d7fe1f'),
(12282,12282,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12281],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-21 01:38:49','2026-01-21 01:38:49','6e1a9980-5b1f-440a-ab24-2bba43286891'),
(12283,12283,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-21 01:38:56','2026-01-21 01:38:56','d586c105-75d5-4891-b5d5-a0cde037aeaf'),
(12285,12285,1,'CC Hillside Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:39:06','2026-01-21 01:39:06','e0dd29df-b743-4652-8d01-29193a0f227a'),
(12286,12286,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-21 01:39:09','2026-01-21 01:39:09','a0d0f089-02fe-4b57-82a4-cd37e561306f'),
(12287,12287,1,'2026-01-20 20:39:18',NULL,NULL,NULL,1,'2026-01-21 01:39:18','2026-01-21 01:39:18','2acf9e32-6aec-4b38-ba56-237862a96664'),
(12288,12288,1,'367 A4967',NULL,NULL,NULL,1,'2026-01-21 01:39:25','2026-01-21 01:39:25','7af3cae7-6bbf-40c6-b9e5-8e492be193e8'),
(12289,12289,1,'CC Hyattsville Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:39:27','2026-01-21 01:39:27','bcf27158-947e-4315-a23d-6853b7a01311'),
(12291,12291,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-21 01:39:30','2026-01-21 01:39:30','0ccb1dec-7bbb-49cd-bc9b-ce0d2438f54a'),
(12292,12292,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-21 01:39:30','2026-01-21 01:39:30','f730de91-2170-43c3-88f4-ac1399c15699'),
(12293,12293,1,'CC La Plata Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:39:52','2026-01-21 01:39:52','c7287c55-b7bd-4c4a-8be6-03da795ba490'),
(12295,12295,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-21 01:39:55','2026-01-21 01:39:55','759c36a6-8b39-405a-aa15-c46b3d575769'),
(12297,12297,1,'CC Multi Medical Center Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:40:13','2026-01-21 01:40:13','ee39a758-dd21-437b-924e-92f1651b1c99'),
(12298,12298,1,'2026-01-20 20:40:15',NULL,NULL,NULL,1,'2026-01-21 01:40:15','2026-01-21 01:40:15','e90ce1d6-16dc-429a-95a4-f3a1ffeecf54'),
(12299,12299,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-21 01:40:16','2026-01-21 01:40:16','f21d6901-18e9-468d-9705-0c1a0eeca5c8'),
(12303,12303,1,'CC Oak Ridge Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:40:36','2026-01-21 01:40:36','e44a0e44-3b38-4920-a809-dba11468f9e4'),
(12304,12304,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-21 01:40:39','2026-01-21 01:40:39','6d08d5c0-35cf-429f-ae2c-e8f4a2acea2c'),
(12306,12306,1,'CC Severna Park Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:40:57','2026-01-21 01:40:57','c1a8d7cf-51e6-4554-9b49-1fbbe23a1b23'),
(12307,12307,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12306],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-21 01:41:00','2026-01-21 01:41:00','3fa08706-03ba-4e4c-a6d9-1d1503b6f7ad'),
(12308,12308,1,'CC Silver Lake Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:41:19','2026-01-21 01:41:19','d34241d6-f69f-457e-bada-09478ed93091'),
(12310,12310,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-21 01:41:21','2026-01-21 01:41:21','d2341de5-ff11-4106-87f6-ea4ac6d9f9fa'),
(12311,12311,1,'2026-01-20 20:41:32',NULL,NULL,NULL,1,'2026-01-21 01:41:32','2026-01-21 01:41:32','29c3de13-f1f3-484e-8510-5667b72a1672'),
(12312,12312,1,'2026-01-20 20:41:40',NULL,NULL,NULL,1,'2026-01-21 01:41:40','2026-01-21 01:41:40','554bec96-ffb3-4834-8830-44c9fb3e24c5'),
(12313,12313,1,'2026-01-20 20:41:42',NULL,NULL,NULL,1,'2026-01-21 01:41:42','2026-01-21 01:41:42','5604aed8-aca5-4288-9837-b102a80a4627'),
(12314,12314,1,'2026-01-20 20:41:45',NULL,NULL,NULL,1,'2026-01-21 01:41:45','2026-01-21 01:41:45','36b86b8b-cd2d-4731-afd6-dba5dfeae0de'),
(12315,12315,1,'CC Springbrook Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:41:50','2026-01-21 01:41:50','fc1ab52b-6748-4969-88a9-535f0d7e319a'),
(12320,12320,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-21 01:41:53','2026-01-21 01:41:53','900aa2e8-b1f4-4a35-8cb6-12fd265d8dc5'),
(12321,12321,1,'CC Wheaton Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:42:22','2026-01-21 01:42:22','430a2074-8590-48a4-9f49-a6ae8002fd20'),
(12322,12322,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10432],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-21 01:42:24','2026-01-21 01:42:24','1737b359-d27e-4ca9-8967-b84fa9375e10'),
(12324,12324,1,'CC Care Age Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:42:41','2026-01-21 01:42:41','eb2a240d-35b4-4d0f-873e-1cd7d481efde'),
(12325,12325,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-21 01:42:44','2026-01-21 01:42:44','c7a33638-b44b-4b13-ac91-18e4d2435816'),
(12326,12326,1,'2026-01-20 20:42:51',NULL,NULL,NULL,1,'2026-01-21 01:42:51','2026-01-21 01:42:51','dbd14eb8-1069-46a0-a462-4b07661e950f'),
(12327,12327,1,'2026-01-20 20:42:56',NULL,NULL,NULL,1,'2026-01-21 01:42:56','2026-01-21 01:42:56','74af9f57-fa7a-4559-be28-a17fc904ca98'),
(12331,12331,1,'Summit AD',NULL,NULL,NULL,1,'2026-01-21 01:42:57','2026-01-21 01:42:57','3fbd1b1f-6258-41fd-83fe-5f3f5123d46b'),
(12333,12333,1,'CC Christian Home Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:43:04','2026-01-21 01:43:04','c6ada0c0-80af-4a41-a84b-181bd0bb7a16'),
(12334,12334,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-21 01:43:05','2026-01-21 01:43:05','d46bcf4e-ceda-4ce5-98b0-f4a3d16e2d37'),
(12335,12335,1,'Darian Reed','alarys-tavares',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Darian Reed\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12331]}',1,'2026-01-21 01:43:05','2026-01-21 01:43:05','20ddb14c-eb3a-42c4-a0e5-22a8a6fd5c61'),
(12337,12337,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-21 01:43:06','2026-01-21 01:43:06','525e3266-d691-4287-929b-c1fd2072e5fd'),
(12338,12338,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-21 01:43:15','2026-01-21 01:43:15','1768637a-a84e-43b4-8834-47389a11cfb6'),
(12339,12339,1,'CC Glendale West Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:43:28','2026-01-21 01:43:28','d0754d20-337d-4ac3-a38b-f9ad7c6b339d'),
(12340,12340,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-21 01:43:29','2026-01-21 01:43:29','1c3c5a85-46e8-412c-9eb1-a6969207c5b6'),
(12342,12342,1,'CC Grande Prairie Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:43:43','2026-01-21 01:43:43','78547c0e-8457-4dbc-9e82-02357b13a904'),
(12343,12343,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@grandeprairiecrc.com\"}',1,'2026-01-21 01:43:45','2026-01-21 01:43:45','03122327-de4f-4f2d-98c2-19c300cece0b'),
(12344,12344,1,'CC Hales Corners Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:44:00','2026-01-21 01:44:00','c38d0bce-f067-48b4-8272-0a70579c2b35'),
(12347,12347,1,'2026-01-20 20:44:10',NULL,NULL,NULL,1,'2026-01-21 01:44:10','2026-01-21 01:44:10','71ce6f05-68d6-4eb3-8b88-9beba371dee6'),
(12348,12348,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-21 01:44:10','2026-01-21 01:44:10','8998454a-c37a-4023-88eb-aca13f01a809'),
(12351,12351,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-21 01:44:23','2026-01-21 01:44:23','d11ef86d-db8c-45ae-a7f8-a9b9c08d2a33'),
(12352,12352,1,'CC Kensington Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:44:27','2026-01-21 01:44:27','2ac0c47e-92e7-49bd-8399-c5581f2dec1f'),
(12353,12353,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-21 01:44:29','2026-01-21 01:44:29','f274d519-9e0d-432a-8618-1f5d7c6d64bc'),
(12355,12355,1,'CC Manitowoc Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:44:44','2026-01-21 01:44:44','ddd132b6-8808-4242-b97c-95ee1266f80c'),
(12356,12356,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-21 01:44:47','2026-01-21 01:44:47','e871ca29-5e17-448a-a05b-e69c76ade3d2'),
(12358,12358,1,'CC Nazareth Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:45:04','2026-01-21 01:45:04','3c36216a-5d80-4881-ac35-d1e3abd21ac0'),
(12359,12359,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-21 01:45:06','2026-01-21 01:45:06','f542a138-05ca-4caf-ae1d-9c4e4763648d'),
(12360,12360,1,'CC Ridgewood Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:45:20','2026-01-21 01:45:20','e3825cf5-3736-4f3f-8c70-6b189458a5c8'),
(12361,12361,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ridgewoodcarecenter.com\"}',1,'2026-01-21 01:45:22','2026-01-21 01:45:22','38b83fdc-1ac0-4c71-a5ab-51910edfa5a0'),
(12362,12362,1,'CC Jefferson Meadows Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:45:40','2026-01-21 01:45:40','c3485736-79f0-4d77-93cb-fa2843f1d0d7'),
(12364,12364,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12362],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-21 01:45:42','2026-01-21 01:45:42','43c34696-f3f4-4043-b74f-f5a636b6187f'),
(12365,12365,1,'2026-01-20 20:45:50',NULL,NULL,NULL,1,'2026-01-21 01:45:50','2026-01-21 01:45:50','852a012c-6d8c-4c74-8aff-e3cb21028d86'),
(12368,12368,1,'CC Maple Grove Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:46:05','2026-01-21 01:46:05','7770492f-cc98-48d6-b5b0-ad8643662986'),
(12369,12369,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-21 01:46:09','2026-01-21 01:46:09','6c888303-0de2-400e-b8ff-4d4e4a4fc704'),
(12370,12370,1,'CC Southpointe Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:46:25','2026-01-21 01:46:25','9ee8a84f-a542-4b11-8ba1-4eafc2ff9a27'),
(12371,12371,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2026-01-21 01:46:28','2026-01-21 01:46:28','90de2fe3-b434-4f35-aef2-4b7732703a28'),
(12373,12373,1,'2026-01-20 20:46:39',NULL,NULL,NULL,1,'2026-01-21 01:46:39','2026-01-21 01:46:39','84296ba0-3113-4770-868a-3bd80876ad43'),
(12374,12374,1,'CC Germantown Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 01:46:43','2026-01-21 01:46:43','0dd1fa79-26a9-4dba-a7d5-1730ee339ce9'),
(12376,12376,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-21 01:46:46','2026-01-21 01:46:46','d40fc1b4-10d3-4b1c-9b8f-baaf525f2a1e'),
(12377,12377,1,'2026-01-20 20:47:06',NULL,NULL,NULL,1,'2026-01-21 01:47:05','2026-01-21 01:47:06','407eefb7-3191-4a5a-97c0-a5a238fe033d'),
(12379,12379,1,'2026-01-20 20:47:10',NULL,NULL,NULL,1,'2026-01-21 01:47:10','2026-01-21 01:47:10','bd328e6b-ed08-4865-8a95-e1c3416683e2'),
(12380,12380,1,'CC Bayshore Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:47:46','2026-01-21 01:47:46','608bbd80-7b4f-4d2b-b3bd-30763a983a4c'),
(12382,12382,1,'2026-01-20 20:48:45',NULL,NULL,NULL,1,'2026-01-21 01:48:45','2026-01-21 01:48:45','2f4aeeea-b7ff-4fdc-b5f9-3d731db0da86'),
(12383,12383,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\"}',1,'2026-01-21 01:49:01','2026-01-21 01:49:01','f2555324-d8be-462e-b765-000d19ce555b'),
(12386,12386,1,'CC Cedar Grove Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:49:15','2026-01-21 01:49:15','dd99f4f0-9ca4-486a-baf9-2676354655cb'),
(12387,12387,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\"}',1,'2026-01-21 01:49:18','2026-01-21 01:49:18','388765f2-89bb-4574-aeb1-a325c4a39436'),
(12389,12389,1,'CC Clark Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:49:37','2026-01-21 01:49:37','b52ec0c4-897a-4f9c-aaa2-b249e316735e'),
(12390,12390,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\"}',1,'2026-01-21 01:49:39','2026-01-21 01:49:39','fc67ac7e-3a11-432f-94ea-5c80f8bcfa43'),
(12391,12391,1,'CC Green Knoll Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:49:55','2026-01-21 01:49:55','6eb0f612-1a57-4b05-9e34-83b799b1550d'),
(12393,12393,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\"}',1,'2026-01-21 01:49:59','2026-01-21 01:49:59','92ee0af2-4e2d-4cf6-88a8-2fd3e1d40a95'),
(12395,12395,1,'CC Madison Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:50:15','2026-01-21 01:50:15','7380a41f-4e4b-4c2e-ab6f-8454f0cd8626'),
(12396,12396,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\"}',1,'2026-01-21 01:50:19','2026-01-21 01:50:19','28508a77-e1b8-4dba-a63e-6df25746fb6c'),
(12397,12397,1,'2026-01-20 20:50:26',NULL,NULL,NULL,1,'2026-01-21 01:50:26','2026-01-21 01:50:26','4a7ea988-c1cb-4351-ac2f-5292547f1cd5'),
(12398,12398,1,'CC Mercerville Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:50:34','2026-01-21 01:50:34','2a593f6d-7ea7-4af1-8185-13b2ff13c935'),
(12401,12401,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\"}',1,'2026-01-21 01:50:37','2026-01-21 01:50:37','86f2c0eb-c4c6-4d12-ba19-e00ce3b33ca9'),
(12403,12403,1,'CC Orange Park Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:50:55','2026-01-21 01:50:55','34977e83-9013-4efb-80d7-2b75f7e2dc31'),
(12404,12404,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\"}',1,'2026-01-21 01:50:58','2026-01-21 01:50:58','1d13863e-a151-4d23-8065-812ef7e28cdf'),
(12405,12405,1,'CC Park Place Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:51:18','2026-01-21 01:51:18','fee341f4-f694-41f0-89a6-a8be9589c714'),
(12406,12406,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\"}',1,'2026-01-21 01:51:21','2026-01-21 01:51:21','36c70e52-aca5-4df8-a16e-8881905d3841'),
(12408,12408,1,'CC Plainfield Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:51:36','2026-01-21 01:51:36','3a9e1e65-b55c-4ff3-bdfa-52cd9ab6b15e'),
(12409,12409,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12408],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\"}',1,'2026-01-21 01:51:38','2026-01-21 01:51:38','7812cb25-b7bb-465e-95c8-d66b3b7996a3'),
(12411,12411,1,'2026-01-20 20:51:52',NULL,NULL,NULL,1,'2026-01-21 01:51:52','2026-01-21 01:51:52','b5f95fc9-cae2-4812-b484-df9059ec6093'),
(12412,12412,1,'2026-01-20 20:51:52',NULL,NULL,NULL,1,'2026-01-21 01:51:52','2026-01-21 01:51:52','a2a8ffb9-319d-4fb0-802c-7017fb24e8c2'),
(12413,12413,1,'CC St Vincents Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:52:00','2026-01-21 01:52:00','71263b99-d4db-4aac-9608-23e22e6e6e0a'),
(12416,12416,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-21 01:52:03','2026-01-21 01:52:03','e55c6636-8d6d-489c-ac16-9750a6b23cc8'),
(12418,12418,1,'CC Summit Ridge Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:52:17','2026-01-21 01:52:17','a2fe2674-8c0b-4c8a-93bd-68d4ce8e516b'),
(12419,12419,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-21 01:52:22','2026-01-21 01:52:22','61e56e58-7deb-46e5-9459-8ac53f81cc9e'),
(12420,12420,1,'2026-01-20 20:52:39',NULL,NULL,NULL,1,'2026-01-21 01:52:39','2026-01-21 01:52:39','47e3f657-9870-45b5-aba4-a69dcd43905f'),
(12421,12421,1,'CC Westfield Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:52:42','2026-01-21 01:52:42','3d25d4c1-6557-419c-898f-5d79dfd004c1'),
(12423,12423,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-21 01:52:45','2026-01-21 01:52:45','051e1b53-e9d2-4e91-bbe2-1fe3e9cc6e44'),
(12425,12425,1,'CC West Caldwell Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:53:03','2026-01-21 01:53:03','764c10e0-36a4-4cf6-97b0-80f47ab6eedf'),
(12426,12426,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-21 01:53:08','2026-01-21 01:53:08','4216de05-f272-4a8d-8aa8-ef4e9234092f'),
(12428,12428,1,'CC Woodlands Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:53:38','2026-01-21 01:53:38','8e29047f-5c19-4590-9414-24ac8c0b9548'),
(12429,12429,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-21 01:53:44','2026-01-21 01:53:44','4179ad7c-7d88-486c-9019-0e7bb5f57d30'),
(12431,12431,1,'Roosevelt Edison Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:54:01','2026-01-21 01:54:01','53e4b48a-2afc-4b9b-b487-615dec7ff455'),
(12432,12432,1,'2026-01-20 20:54:04',NULL,NULL,NULL,1,'2026-01-21 01:54:04','2026-01-21 01:54:04','c6379732-cc57-438e-beb2-71199fb5c807'),
(12433,12433,1,'Roosevelt Edison','rooseveltcarecenter-edison','rooseveltcarecenter-edison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Edison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Edison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-edison.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/RooseveltcareEdison118\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Edison-EI_IE5166517.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4150],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9732,9735,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12431],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323216800\",\"region\":\"US\"}}',1,'2026-01-21 01:54:04','2026-01-21 01:54:04','25832706-c400-4d8d-8d31-a19f4e2fcdcd'),
(12436,12436,1,'2026-01-20 20:54:16',NULL,NULL,NULL,1,'2026-01-21 01:54:16','2026-01-21 01:54:16','b6087653-91e7-41fa-936c-9f405d3ad994'),
(12437,12437,1,'Roosevelt Old Bridge Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:54:20','2026-01-21 01:54:20','52163608-9217-4a4c-8ead-c983e1efa891'),
(12439,12439,1,'Roosevelt Old Bridge','rooseveltcarecenter-oldbridgepletecaremgmt','rooseveltcarecenter-oldbridgepletecaremgmt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Roosevelt Care Centers Old Bridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Roosevelt Old Bridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"rooseveltcarecenter-oldbridge.completecaremgmt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/roosevelthealth.org\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Roosevelt-Care-Center-at-Old-Bridge-EI_IE1033289.11,46.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,9640,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12437],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9518,9519,9520],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/rooseveltcarecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323609830\",\"region\":\"US\"}}',1,'2026-01-21 01:54:31','2026-01-21 01:54:31','1c8642c4-18a3-4d77-b575-671b36501e0e'),
(12440,12440,1,'2026-01-20 20:54:35',NULL,NULL,NULL,1,'2026-01-21 01:54:35','2026-01-21 01:54:35','ab1a1354-72af-4f55-b5d3-125efb3d4a32'),
(12441,12441,1,'2026-01-20 20:55:11',NULL,NULL,NULL,1,'2026-01-21 01:55:11','2026-01-21 01:55:11','35790449-52ec-4b8c-bfb2-e28d658b22cf'),
(12445,12445,1,'2026-01-20 20:55:22',NULL,NULL,NULL,1,'2026-01-21 01:55:22','2026-01-21 01:55:22','1024acb8-7da8-4720-8723-9c0e3d6df54a'),
(12446,12446,1,'CC Fox Hill Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:55:28','2026-01-21 01:55:28','813d32db-a5bf-4bab-b83b-39fff977979f'),
(12448,12448,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-21 01:55:33','2026-01-21 01:55:33','794eea77-1baf-46d7-a1a9-823a7fcedd84'),
(12449,12449,1,'CC Glendale Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:55:54','2026-01-21 01:55:54','dac6713d-95f6-46f8-96b7-cc9e284c5036'),
(12451,12451,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-21 01:55:58','2026-01-21 01:55:58','d8157695-6279-49c1-a46e-8b9500524398'),
(12453,12453,1,'CC Groton Regency Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:56:13','2026-01-21 01:56:13','96f97d65-d026-4595-85c9-8b1508a3f609'),
(12454,12454,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-21 01:56:15','2026-01-21 01:56:15','c07613b3-1360-4c46-bedc-8d70ac60f304'),
(12455,12455,1,'CC Harrington Court Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:56:30','2026-01-21 01:56:30','54fe70e4-dae2-476b-b06c-39a7bc376a95'),
(12456,12456,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10158],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-21 01:56:32','2026-01-21 01:56:32','de5177c2-a8e7-4ecf-8abf-75260a92a516'),
(12457,12457,1,'2026-01-20 20:56:46',NULL,NULL,NULL,1,'2026-01-21 01:56:46','2026-01-21 01:56:46','b89d23d8-983e-457c-b5e5-551452547ded'),
(12458,12458,1,'CC Kimberly Hall North Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:56:50','2026-01-21 01:56:50','56d59f32-63f8-49a0-8193-13c52d7b59ae'),
(12460,12460,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-21 01:57:00','2026-01-21 01:57:00','9cde4acf-b682-486f-9c2f-a0bf195e005e'),
(12461,12461,1,'CC Kimberly Hall South Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:57:17','2026-01-21 01:57:17','a5550f5a-d413-421a-9ff8-761a274513bd'),
(12462,12462,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10164],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-21 01:57:21','2026-01-21 01:57:21','31f6ac83-c067-44e1-b928-0f0bab4c8e51'),
(12463,12463,1,'2026-01-20 20:57:33',NULL,NULL,NULL,1,'2026-01-21 01:57:33','2026-01-21 01:57:33','9d818cc2-5687-4d07-be58-5eaa16ac3c66'),
(12466,12466,1,'2026-01-20 20:57:40',NULL,NULL,NULL,1,'2026-01-21 01:57:40','2026-01-21 01:57:40','22e620c6-0c7d-494e-92e5-0d4038963551'),
(12467,12467,1,'CC Meriden Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:57:41','2026-01-21 01:57:41','0caf8e5e-a7b3-4e2b-a57e-3e362149bc9d'),
(12470,12470,1,'Westfield Admin',NULL,NULL,NULL,1,'2026-01-21 01:57:42','2026-01-21 01:57:42','6e069699-9427-4bb7-b9f4-55b0219b36e4'),
(12472,12472,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12467],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-21 01:57:43','2026-01-21 01:57:43','89409551-16ad-4d75-87a0-23cd38f29d2e'),
(12474,12474,1,'CC Milford Manor Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:58:00','2026-01-21 01:58:00','79b083d4-bf88-413c-a75f-f570e0e52529'),
(12475,12475,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-21 01:58:03','2026-01-21 01:58:03','296267cb-dfc8-4d42-aeda-2673cb0fc4fd'),
(12476,12476,1,'Yosef Gerson','yosef-gerson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yosef Gerson\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12470]}',1,'2026-01-21 01:58:08','2026-01-21 01:58:08','ebb131fb-febc-4b73-97d6-738eb35cd0f3'),
(12477,12477,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-21 01:58:08','2026-01-21 01:58:08','4bcea3d1-c9a3-4ae0-a688-64e6ddd9ad20'),
(12478,12478,1,'Yosef Gerson','yosef-gerson',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Yosef Gerson\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12470]}',1,'2026-01-21 01:58:08','2026-01-21 01:58:08','60adb4a5-df2c-45eb-97d4-e727d5bca78f'),
(12480,12480,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-21 01:58:23','2026-01-21 01:58:23','31ab9c88-0f1c-4f6a-9710-679d7817b0f3'),
(12482,12482,1,'CC Barn Hill Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:59:15','2026-01-21 01:59:15','9e901150-63e5-4d5e-bde1-e87be955cf74'),
(12483,12483,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-21 01:59:17','2026-01-21 01:59:17','c9fab70c-8ae5-4a6e-ae3e-ad551288d826'),
(12485,12485,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-21 01:59:37','2026-01-21 01:59:37','3e3439a0-6c71-4049-aaaa-3b355e1ec85f'),
(12488,12488,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-21 01:59:52','2026-01-21 01:59:52','03fddae1-3632-4c43-8e90-58ae69b58b36'),
(12489,12489,1,'CC Prosepect Heights Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 01:59:56','2026-01-21 01:59:56','34b4ca66-97f9-4813-978c-b81449a0d647'),
(12490,12490,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-21 02:00:12','2026-01-21 02:00:12','2c99da17-2120-422a-8989-e8e028ed0e04'),
(12494,12494,1,'CC Wayne Hills Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 02:01:10','2026-01-21 02:01:10','3afd7ac0-7881-4143-ba61-0ef84acbe12e'),
(12495,12495,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-21 02:01:12','2026-01-21 02:01:12','86b9730d-9bd9-4edc-b5be-4b53fb5b2b33'),
(12496,12496,1,'2026-01-20 21:02:30',NULL,NULL,NULL,1,'2026-01-21 02:02:30','2026-01-21 02:02:30','8c91db49-d617-4a90-a6d3-64b3f138d19e'),
(12497,12497,1,'2026-01-20 21:02:37',NULL,NULL,NULL,1,'2026-01-21 02:02:37','2026-01-21 02:02:37','024341af-6136-49b8-937b-0a3c8d93910e'),
(12498,12498,1,'2026-01-20 21:02:37',NULL,NULL,NULL,1,'2026-01-21 02:02:37','2026-01-21 02:02:37','78467313-e045-4af0-8651-6c9a40d22e47'),
(12499,12499,1,'2026-01-20 21:03:04',NULL,NULL,NULL,1,'2026-01-21 02:03:04','2026-01-21 02:03:04','a49e3313-6c3f-4026-95bc-a2d786003a34'),
(12500,12500,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-21 02:03:24','2026-01-21 02:03:24','f1fa7f7c-6d93-4630-958f-e47a1b58ddf4'),
(12506,12506,1,'2026-01-20 21:03:56',NULL,NULL,NULL,1,'2026-01-21 02:03:56','2026-01-21 02:03:56','26de8082-fb1e-4568-b0e8-5c6b1b63796b'),
(12507,12507,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\"}',1,'2026-01-21 02:04:24','2026-01-21 02:04:24','0639dfcd-c377-4a6f-9c9c-6e1933df6b51'),
(12509,12509,1,'2026-01-20 21:04:37',NULL,NULL,NULL,1,'2026-01-21 02:04:37','2026-01-21 02:04:37','f034deec-5c72-4788-ad02-b1a408504e2c'),
(12510,12510,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\"}',1,'2026-01-21 02:04:56','2026-01-21 02:04:56','d9283760-e944-4b56-a69f-dd0f1a765420'),
(12513,12513,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-21 02:05:17','2026-01-21 02:05:17','80b23273-588a-4ea2-8025-d8f68721d541'),
(12515,12515,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-21 02:05:36','2026-01-21 02:05:36','878c097c-38a6-478b-b13d-3174eb20545e'),
(12517,12517,1,'2026-01-20 21:05:55',NULL,NULL,NULL,1,'2026-01-21 02:05:55','2026-01-21 02:05:55','60ecc4c9-ac4f-4fad-bb63-e128aa121c44'),
(12518,12518,1,'2026-01-20 21:05:58',NULL,NULL,NULL,1,'2026-01-21 02:05:58','2026-01-21 02:05:58','25e82c27-02b5-4eef-b4f2-b2407a39a0d9'),
(12522,12522,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\"}',1,'2026-01-21 02:06:20','2026-01-21 02:06:20','a714ed3c-66da-4332-8484-3809db23f6a9'),
(12523,12523,1,'2026-01-20 21:06:25',NULL,NULL,NULL,1,'2026-01-21 02:06:25','2026-01-21 02:06:25','fdc1aca9-4fe3-4bf7-a0e0-3c2233eb5460'),
(12524,12524,1,'2026-01-20 21:06:27',NULL,NULL,NULL,1,'2026-01-21 02:06:27','2026-01-21 02:06:27','1293c4b0-11be-46b4-a4ee-c2ad4490311e'),
(12528,12528,1,'2026-01-20 21:06:47',NULL,NULL,NULL,1,'2026-01-21 02:06:46','2026-01-21 02:06:47','19b640d1-051d-4a6d-bdf9-b6dd5166f838'),
(12529,12529,1,'2026-01-20 21:07:15',NULL,NULL,NULL,1,'2026-01-21 02:07:15','2026-01-21 02:07:15','2086f5c5-9c4d-43be-a38c-cec5c38e4678'),
(12530,12530,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-21 02:07:39','2026-01-21 02:07:39','f51aa9bc-40ea-497c-9935-c3a538a19bde'),
(12534,12534,1,'Hamilton Plaza AD',NULL,NULL,NULL,1,'2026-01-21 02:09:23','2026-01-21 02:09:23','a4b8f3c0-5f82-4b9a-93d7-7ce3e69cdc94'),
(12536,12536,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-21 02:09:29','2026-01-21 02:09:29','b8b37102-cbbf-43d3-b9bc-23b29526dbf7'),
(12537,12537,1,'Ronald Mondesir','ronald-mondesir',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ronald Mondesir\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12534]}',1,'2026-01-21 02:09:29','2026-01-21 02:09:29','20802771-6a30-4ae3-a477-6395f5902a65'),
(12538,12538,1,'2026-01-20 21:11:21',NULL,NULL,NULL,1,'2026-01-21 02:11:21','2026-01-21 02:11:21','80e1b245-fa90-403c-9771-e194d93d9b6d'),
(12539,12539,1,'2026-01-20 21:11:55',NULL,NULL,NULL,1,'2026-01-21 02:11:55','2026-01-21 02:11:55','da406745-0590-42eb-9c37-9f18845ec9b3'),
(12540,12540,1,'2026-01-20 21:11:58',NULL,NULL,NULL,1,'2026-01-21 02:11:58','2026-01-21 02:11:58','7a9b7810-91fc-4382-89db-d8cbb2108560'),
(12541,12541,1,'2026-01-20 21:12:19',NULL,NULL,NULL,1,'2026-01-21 02:12:19','2026-01-21 02:12:19','37247b05-74c8-471f-ab13-2af34ccbb559'),
(12542,12542,1,'2026-01-20 21:13:31',NULL,NULL,NULL,1,'2026-01-21 02:13:31','2026-01-21 02:13:31','785f8a06-38fe-4cd1-a0f1-e0c7a8115122'),
(12543,12543,1,'2026-01-20 21:13:38',NULL,NULL,NULL,1,'2026-01-21 02:13:38','2026-01-21 02:13:38','6da3027c-ae5c-407b-9749-f4bc0c2aa3d9'),
(12544,12544,1,'2026-01-20 21:15:42',NULL,NULL,NULL,1,'2026-01-21 02:15:42','2026-01-21 02:15:42','acdae06f-a3c3-44bb-964e-78c72891d14b'),
(12552,12552,1,'2026-01-20 21:16:47',NULL,NULL,NULL,1,'2026-01-21 02:16:47','2026-01-21 02:16:47','6e8d38c4-0190-4964-854d-738522f4c888'),
(12553,12553,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-21 02:16:56','2026-01-21 02:16:56','df1e7afe-a754-4b5c-9fcb-8daec1416365'),
(12556,12556,1,'2026-01-20 21:17:11',NULL,NULL,NULL,1,'2026-01-21 02:17:11','2026-01-21 02:17:11','ace358a7-1e15-49f6-93bc-3287f8382077'),
(12557,12557,1,'2026-01-20 21:19:08',NULL,NULL,NULL,1,'2026-01-21 02:19:08','2026-01-21 02:19:08','7f0388e2-fc12-4e71-bc75-47fcde9ec74b'),
(12558,12558,1,'2026-01-20 21:19:42',NULL,NULL,NULL,1,'2026-01-21 02:19:42','2026-01-21 02:19:42','c39ecd97-3b16-4f1c-8074-eb17ee431204'),
(12559,12559,1,'2026-01-20 21:20:38',NULL,NULL,NULL,1,'2026-01-21 02:20:38','2026-01-21 02:20:38','d0d11f2e-522d-46d5-a2a1-ef5de30d6ad5'),
(12564,12564,1,'2026-01-20 21:21:56',NULL,NULL,NULL,1,'2026-01-21 02:21:56','2026-01-21 02:21:56','42e226f2-f449-4dac-8716-5090bcd2052a'),
(12565,12565,1,'2026-01-20 21:21:56',NULL,NULL,NULL,1,'2026-01-21 02:21:56','2026-01-21 02:21:56','87790c8b-0775-4e2e-b120-3335f3c9dec1'),
(12566,12566,1,'2026-01-20 21:22:22',NULL,NULL,NULL,1,'2026-01-21 02:22:22','2026-01-21 02:22:22','b64d3d54-24f2-4272-9c63-c15b938c52f8'),
(12570,12570,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-21 02:22:56','2026-01-21 02:22:56','277ff5ed-161e-44db-95a8-eba8b8dfe9fe'),
(12571,12571,1,'2026-01-20 21:23:01',NULL,NULL,NULL,1,'2026-01-21 02:23:01','2026-01-21 02:23:01','6747b233-9eb9-497a-8d77-b29773de88b1'),
(12572,12572,1,'2026-01-20 21:23:13',NULL,NULL,NULL,1,'2026-01-21 02:23:13','2026-01-21 02:23:13','46b27b5e-2592-4faf-8b9f-ae4d9d5a6636'),
(12573,12573,1,'2026-01-20 21:23:24',NULL,NULL,NULL,1,'2026-01-21 02:23:24','2026-01-21 02:23:24','9b371f0d-ffd6-443a-9ab4-656f5bf3e171'),
(12574,12574,1,'2026-01-20 21:23:25',NULL,NULL,NULL,1,'2026-01-21 02:23:25','2026-01-21 02:23:25','85aed455-cbbd-4397-a90d-cf8839b59fab'),
(12580,12580,1,'2026-01-20 21:26:19',NULL,NULL,NULL,1,'2026-01-21 02:26:19','2026-01-21 02:26:19','49d780a7-2fea-4de9-9c8d-b0301b3168f6'),
(12581,12581,1,'2026-01-20 21:26:35',NULL,NULL,NULL,1,'2026-01-21 02:26:35','2026-01-21 02:26:35','916459c3-4954-4b7f-a3e7-68200441b0d2'),
(12582,12582,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-21 02:27:31','2026-01-21 02:27:31','becc13eb-e831-4ac6-b87d-2c060a7f289e'),
(12585,12585,1,'2026-01-20 21:27:44',NULL,NULL,NULL,1,'2026-01-21 02:27:44','2026-01-21 02:27:44','222ba6e0-75d7-498b-a796-a5a8fe1fde7d'),
(12586,12586,1,'2026-01-20 21:27:44',NULL,NULL,NULL,1,'2026-01-21 02:27:44','2026-01-21 02:27:44','ed963451-5eae-439d-b1da-1010ddc4d370'),
(12587,12587,1,'2026-01-20 21:27:44',NULL,NULL,NULL,1,'2026-01-21 02:27:44','2026-01-21 02:27:44','2192b9a8-833e-4001-97a8-b7986c6636c6'),
(12588,12588,1,'2026-01-20 21:28:02',NULL,NULL,NULL,1,'2026-01-21 02:28:02','2026-01-21 02:28:02','7abb7512-002d-4ddd-9b52-d1802afb006f'),
(12589,12589,1,'2026-01-20 21:28:04',NULL,NULL,NULL,1,'2026-01-21 02:28:04','2026-01-21 02:28:04','7027fa98-eec5-4559-9780-2a688e30dafb'),
(12594,12594,1,'2026-01-20 21:28:05',NULL,NULL,NULL,1,'2026-01-21 02:28:05','2026-01-21 02:28:05','c1a3557e-4812-4083-8abc-3f034e03a166'),
(12598,12598,1,'2026-01-20 21:28:06',NULL,NULL,NULL,1,'2026-01-21 02:28:06','2026-01-21 02:28:06','3163b67a-58d1-4a38-95bb-75dacbaa13f2'),
(12599,12599,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\"}',1,'2026-01-21 02:28:08','2026-01-21 02:28:08','9d072f97-fba5-41b3-b8c7-9b83857fec12'),
(12602,12602,1,'2026-01-20 21:28:56',NULL,NULL,NULL,1,'2026-01-21 02:28:56','2026-01-21 02:28:56','6b71d16a-f745-4b39-9c5d-5fba24e0bc81'),
(12603,12603,1,'2026-01-20 21:29:11',NULL,NULL,NULL,1,'2026-01-21 02:29:11','2026-01-21 02:29:11','3e60e6a5-f715-429f-9fcb-bdf4fb1756c2'),
(12604,12604,1,'2026-01-20 21:29:14',NULL,NULL,NULL,1,'2026-01-21 02:29:14','2026-01-21 02:29:14','4b688719-0044-4ff9-8005-abe865ded0da'),
(12605,12605,1,'2026-01-20 21:29:23',NULL,NULL,NULL,1,'2026-01-21 02:29:23','2026-01-21 02:29:23','7cb9740f-34c9-4164-a189-7b277a82e045'),
(12606,12606,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10149],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\"}',1,'2026-01-21 02:29:28','2026-01-21 02:29:28','dea8772a-88e3-496b-9b5c-d5955fd8c460'),
(12607,12607,1,'2026-01-20 21:29:30',NULL,NULL,NULL,1,'2026-01-21 02:29:30','2026-01-21 02:29:30','b4a28c60-449f-407d-96fe-0d1a35d3047e'),
(12614,12614,1,'2026-01-20 21:29:37',NULL,NULL,NULL,1,'2026-01-21 02:29:37','2026-01-21 02:29:37','e2fa763d-5fab-49ba-99a0-d8442eb1f601'),
(12616,12616,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\"}',1,'2026-01-21 02:31:30','2026-01-21 02:31:30','cc5bd0bd-98a7-459a-a11f-8685682fffb8'),
(12618,12618,1,'2026-01-20 21:32:09',NULL,NULL,NULL,1,'2026-01-21 02:32:09','2026-01-21 02:32:09','0aa11b6f-adf2-4742-9d7b-e481aa753fa8'),
(12619,12619,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\"}',1,'2026-01-21 02:32:24','2026-01-21 02:32:24','8247a679-ff0f-44d4-bd03-c6486a58772c'),
(12622,12622,1,'2026-01-20 21:33:33',NULL,NULL,NULL,1,'2026-01-21 02:33:33','2026-01-21 02:33:33','557d01bf-639b-43b9-9533-1af075dcb2c6'),
(12623,12623,1,'2026-01-20 21:33:39',NULL,NULL,NULL,1,'2026-01-21 02:33:39','2026-01-21 02:33:39','3bdf6d47-f625-43f3-8be6-e616b278afe1'),
(12624,12624,1,'2026-01-20 21:33:54',NULL,NULL,NULL,1,'2026-01-21 02:33:53','2026-01-21 02:33:54','e0eaf053-a8b5-468e-8f41-b759f071959d'),
(12625,12625,1,'2026-01-20 21:34:34',NULL,NULL,NULL,1,'2026-01-21 02:34:34','2026-01-21 02:34:34','65910c54-de5c-427e-b50a-34779c393cec'),
(12626,12626,1,'2026-01-20 21:34:38',NULL,NULL,NULL,1,'2026-01-21 02:34:38','2026-01-21 02:34:38','9a2a457a-5844-42d9-9995-844223bbc121'),
(12627,12627,1,'2026-01-20 21:34:38',NULL,NULL,NULL,1,'2026-01-21 02:34:38','2026-01-21 02:34:38','3664f7a1-9fe4-41c2-be49-0139e6266693'),
(12628,12628,1,'2026-01-20 21:38:49',NULL,NULL,NULL,1,'2026-01-21 02:38:49','2026-01-21 02:38:49','c020ee8b-fbce-455f-b73e-c08f09a547e1'),
(12629,12629,1,'2026-01-20 21:38:57',NULL,NULL,NULL,1,'2026-01-21 02:38:57','2026-01-21 02:38:57','b4d1ffbd-3272-4d11-92b2-5290a0b202dd'),
(12630,12630,1,'2026-01-20 21:40:37',NULL,NULL,NULL,1,'2026-01-21 02:40:37','2026-01-21 02:40:37','429a56d3-8452-4f50-9e5a-8525ace71b6c'),
(12631,12631,1,'2026-01-20 21:40:45',NULL,NULL,NULL,1,'2026-01-21 02:40:45','2026-01-21 02:40:45','5d0b0ed1-dcca-4ab6-8bd7-f8a9e1578465'),
(12644,12644,1,'Inglemoor AD',NULL,NULL,NULL,1,'2026-01-21 02:43:46','2026-01-21 02:43:46','7035e214-7499-4a22-b9fb-6d02e9a3b413'),
(12646,12646,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\"}',1,'2026-01-21 02:43:50','2026-01-21 02:43:50','7b466ab6-2a53-4380-8595-a10c5d3bd816'),
(12647,12647,1,'Ian Singer','ian-singer',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ian Singer\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12632]}',1,'2026-01-21 02:43:50','2026-01-21 02:43:50','7068deb8-9642-4d1e-b6ff-313c2ced8577'),
(12648,12648,1,'Sasha Saco','sasha-saco',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sasha Saco\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12644]}',1,'2026-01-21 02:43:50','2026-01-21 02:43:50','2c6c69c8-fdb1-412b-964e-7590e5193e3f'),
(12650,12650,1,'2026-01-20 21:44:09',NULL,NULL,NULL,1,'2026-01-21 02:44:09','2026-01-21 02:44:09','ece5ec00-7abb-4bff-bf2c-ca306f1623ab'),
(12651,12651,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\"}',1,'2026-01-21 02:44:12','2026-01-21 02:44:12','4be5553c-79a1-41a9-8125-08ae25cd5ffd'),
(12652,12652,1,'2026-01-20 21:44:13',NULL,NULL,NULL,1,'2026-01-21 02:44:13','2026-01-21 02:44:13','f2a11ad9-fd26-4194-a52b-b0f4c1de7cbc'),
(12656,12656,1,'Milford AD',NULL,NULL,NULL,1,'2026-01-21 02:46:30','2026-01-21 02:46:30','56cb28c9-884c-4b5d-b063-1ad1da018813'),
(12658,12658,1,'2026-01-20 21:46:53',NULL,NULL,NULL,1,'2026-01-21 02:46:53','2026-01-21 02:46:53','2214c31c-c7f8-4428-920d-521158942354'),
(12659,12659,1,'2026-01-20 21:48:06',NULL,NULL,NULL,1,'2026-01-21 02:48:06','2026-01-21 02:48:06','b0adeed9-446c-4b79-a74c-20ea1fd7364d'),
(12660,12660,1,'Milford Admin',NULL,NULL,NULL,1,'2026-01-21 02:48:09','2026-01-21 02:48:09','51d4eb9a-5624-4f4c-8196-e48655c5e1b2'),
(12664,12664,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-21 02:48:18','2026-01-21 02:48:18','145aebc4-4816-4fba-8794-fd4984b0e6e0'),
(12665,12665,1,'Moshe Rosenblatt','moshe-rosenblatt',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Moshe Rosenblatt\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12660]}',1,'2026-01-21 02:48:18','2026-01-21 02:48:18','f2431264-e98f-44e1-bd3f-a40b3ab21820'),
(12666,12666,1,'Amanda Sensale','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amanda Sensale\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12656]}',1,'2026-01-21 02:48:18','2026-01-21 02:48:18','da259e37-e2fe-4edc-8167-1e09dbce747c'),
(12668,12668,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\"}',1,'2026-01-21 02:48:31','2026-01-21 02:48:31','0b55658f-d60a-4290-9915-1bbbd8fb9ca5'),
(12670,12670,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\"}',1,'2026-01-21 02:49:00','2026-01-21 02:49:00','ce9f01be-f19f-4b50-a002-22fe38ada91d'),
(12672,12672,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\"}',1,'2026-01-21 02:50:26','2026-01-21 02:50:26','704eca08-7b06-4853-9a6d-755275469e7f'),
(12673,12673,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\"}',1,'2026-01-21 02:51:27','2026-01-21 02:51:27','5382efd3-b711-4540-bfac-2d29124ff52f'),
(12675,12675,1,'2026-01-20 21:51:55',NULL,NULL,NULL,1,'2026-01-21 02:51:55','2026-01-21 02:51:55','786d4c46-ddc0-42ec-ae98-d8b868e70c04'),
(12676,12676,1,'2026-01-20 21:52:58',NULL,NULL,NULL,1,'2026-01-21 02:52:58','2026-01-21 02:52:58','33c12508-b472-46d5-85a7-37dd0a3b0415'),
(12677,12677,1,'2026-01-20 21:53:09',NULL,NULL,NULL,1,'2026-01-21 02:53:09','2026-01-21 02:53:09','ac817529-dfdd-494b-99a9-239bfe15d327'),
(12678,12678,1,'2026-01-20 21:54:16',NULL,NULL,NULL,1,'2026-01-21 02:54:16','2026-01-21 02:54:16','02684ba3-3c74-4286-93b5-2b7affd2d11d'),
(12679,12679,1,'Wayne Admin',NULL,NULL,NULL,1,'2026-01-21 02:56:11','2026-01-21 02:56:11','1957a9f1-47ce-4017-a6cd-70b2c06134fa'),
(12685,12685,1,'2026-01-20 21:57:52',NULL,NULL,NULL,1,'2026-01-21 02:57:52','2026-01-21 02:57:52','84c183ac-4299-4f79-b167-c358d2eebc1a'),
(12686,12686,1,'2026-01-20 21:58:01',NULL,NULL,NULL,1,'2026-01-21 02:58:01','2026-01-21 02:58:01','041b883e-5043-4986-a6bd-0a24265de01a'),
(12687,12687,1,'Wayne AD',NULL,NULL,NULL,1,'2026-01-21 02:58:23','2026-01-21 02:58:33','58dc6136-bb36-4b1a-9c75-e278e762649c'),
(12691,12691,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-21 02:58:37','2026-01-21 02:58:37','c67850d9-c968-4a67-9cf0-b18c2037e256'),
(12692,12692,1,'Ralph Muller','ralph-muller',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ralph Muller\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12679]}',1,'2026-01-21 02:58:37','2026-01-21 02:58:37','440f91a6-26e9-4de5-9324-5d96f7d53305'),
(12693,12693,1,'Angelica Dulay','amanda-sensale',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Angelica Dulay\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[12687]}',1,'2026-01-21 02:58:37','2026-01-21 02:58:37','c0d25325-1bbe-42db-87e9-926bb9f786eb'),
(12694,12694,1,'2026-01-20 22:04:19',NULL,NULL,NULL,1,'2026-01-21 03:04:19','2026-01-21 03:04:19','c9ca076c-ed22-4750-87ef-2ebd875bae25'),
(12695,12695,1,'2026-01-20 22:06:03',NULL,NULL,NULL,1,'2026-01-21 03:06:03','2026-01-21 03:06:03','b6da4056-b17d-47cc-b855-d06e34a3389d'),
(12696,12696,1,'2026-01-20 22:15:50',NULL,NULL,NULL,1,'2026-01-21 03:15:50','2026-01-21 03:15:50','d1e3cf66-5266-4c92-a142-f6de1f3ae2c0'),
(12701,12701,1,'2026-01-20 22:36:27',NULL,NULL,NULL,1,'2026-01-21 03:36:27','2026-01-21 03:36:27','cc897c20-1c4d-4199-bf3f-f69785a00146'),
(12703,12703,1,'2026-01-20 22:42:43',NULL,NULL,NULL,1,'2026-01-21 03:42:43','2026-01-21 03:42:43','b45ffd12-ec1f-43f8-b7e6-75fdf2d4ec13'),
(12704,12704,1,'2026-01-20 22:43:24',NULL,NULL,NULL,1,'2026-01-21 03:43:24','2026-01-21 03:43:24','9c77b257-9a32-43bb-9ed9-6016960b695e'),
(12705,12705,1,'Curriculum Alan Urbina',NULL,NULL,NULL,1,'2026-01-21 03:43:24','2026-01-21 03:43:24','3b83cd49-51e0-40c7-8360-4502da353634'),
(12709,12709,1,'Complete Care Sample Weekly Menu CJ AL',NULL,NULL,NULL,1,'2026-01-21 03:50:21','2026-01-21 03:50:21','69620bc8-71d1-425e-870f-88aa7f088eab'),
(12710,12710,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12709],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-21 03:50:37','2026-01-21 03:50:37','57b1c403-1a0e-44e1-8438-18dfc426e5e8'),
(12711,12711,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12709],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-21 03:50:41','2026-01-21 03:50:41','02103bbc-44f2-485b-8efb-646cd9080b55'),
(12713,12713,1,'Complete Care Sample Weekly Menu CJ AL',NULL,NULL,NULL,1,'2026-01-21 03:55:13','2026-01-21 03:55:13','6ba8abe4-6768-4606-ac14-958bdc17abfa'),
(12714,12714,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-21 03:55:17','2026-01-21 03:55:17','81697312-94ad-4c45-b3e3-bb88f3e92707'),
(12715,12715,1,'Complete Care Sample Weekly Menu CJ AL',NULL,NULL,NULL,1,'2026-01-21 03:55:48','2026-01-21 03:55:48','98b31cce-68bc-4862-9c92-983d96afb45c'),
(12717,12717,1,'2026-01-20 22:55:59',NULL,NULL,NULL,1,'2026-01-21 03:55:59','2026-01-21 03:55:59','25ce5988-22a0-43c1-89fd-91db270458f1'),
(12720,12720,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[12718],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-21 03:56:33','2026-01-21 03:56:33','9fb84451-fbf2-4643-8577-57c616719649'),
(12721,12721,1,'2026-01-20 23:06:05',NULL,NULL,NULL,1,'2026-01-21 04:06:05','2026-01-21 04:06:05','bdff15fc-75d3-4374-95aa-e7308d8dcba9'),
(12722,12722,1,'2026-01-20 23:07:12',NULL,NULL,NULL,1,'2026-01-21 04:07:12','2026-01-21 04:07:12','55bcba6a-2d23-45c1-b359-1a47f00ae16e'),
(12723,12723,1,'2026-01-20 23:21:48',NULL,NULL,NULL,1,'2026-01-21 04:21:48','2026-01-21 04:21:48','434fdce0-367d-45af-bb57-8976da64c50f'),
(12727,12727,1,'Complete Care Sample Weekly Menu CT RCH',NULL,NULL,NULL,1,'2026-01-21 04:27:35','2026-01-21 04:27:35','a06cd449-7bff-4e28-9c0c-09013c713730'),
(12728,12728,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-21 04:27:40','2026-01-21 04:27:40','8bf77236-1fab-4ece-bbaf-3483cce11974'),
(12729,12729,1,'2026-01-20 23:29:52',NULL,NULL,NULL,1,'2026-01-21 04:29:52','2026-01-21 04:29:52','fc67a0d6-b54b-4305-bfe5-a2bef14c5dda'),
(12730,12730,1,'2026-01-20 23:30:19',NULL,NULL,NULL,1,'2026-01-21 04:30:19','2026-01-21 04:30:19','46b53549-307b-48ae-b7ab-2d532ebb8775'),
(12731,12731,1,'2026-01-20 23:39:44',NULL,NULL,NULL,1,'2026-01-21 04:39:44','2026-01-21 04:39:44','0ae1ef9e-2f0b-4cfa-9415-3d1aff8aba6e'),
(12732,12732,1,'2026-01-20 23:47:12',NULL,NULL,NULL,1,'2026-01-21 04:47:12','2026-01-21 04:47:12','259cb81e-fa6d-43ef-8eed-bdf57038f061'),
(12733,12733,1,'2026-01-20 23:47:12',NULL,NULL,NULL,1,'2026-01-21 04:47:12','2026-01-21 04:47:12','2a9091c4-53e7-40a9-b8a0-618b2f96fd82'),
(12734,12734,1,'2026-01-20 23:47:29',NULL,NULL,NULL,1,'2026-01-21 04:47:29','2026-01-21 04:47:29','77783b80-ba52-4a18-bfe4-96e204b24d9a'),
(12735,12735,1,'2026-01-20 23:54:34',NULL,NULL,NULL,1,'2026-01-21 04:54:34','2026-01-21 04:54:34','aea49d7f-fc65-4873-8486-37476e937d1d'),
(12736,12736,1,'2026-01-20 23:54:50',NULL,NULL,NULL,1,'2026-01-21 04:54:50','2026-01-21 04:54:50','01956e86-21c9-4de8-8f0e-fd6696433ddf'),
(12737,12737,1,'2026-01-20 23:57:42',NULL,NULL,NULL,1,'2026-01-21 04:57:42','2026-01-21 04:57:42','6f52311c-7577-47cf-bbcb-54da0a6c07a5'),
(12738,12738,1,'2026-01-21 00:09:09',NULL,NULL,NULL,1,'2026-01-21 05:09:09','2026-01-21 05:09:09','f804dbcf-24d6-4573-a702-a7509a959ccf'),
(12739,12739,1,'2026-01-21 00:32:08',NULL,NULL,NULL,1,'2026-01-21 05:32:08','2026-01-21 05:32:08','66362e45-909f-4c64-9152-202c94d0a124'),
(12740,12740,1,'2026-01-21 00:32:40',NULL,NULL,NULL,1,'2026-01-21 05:32:40','2026-01-21 05:32:40','3a15a477-5174-410a-8dd7-555cda75201a'),
(12741,12741,1,'2026-01-21 00:33:08',NULL,NULL,NULL,1,'2026-01-21 05:33:08','2026-01-21 05:33:08','09a7e017-5c41-4411-aa23-d34371da9f98'),
(12742,12742,1,'2026-01-21 00:33:55',NULL,NULL,NULL,1,'2026-01-21 05:33:55','2026-01-21 05:33:55','f065daee-e484-4675-8a53-aafab4c8cc42'),
(12743,12743,1,'2026-01-21 00:57:57',NULL,NULL,NULL,1,'2026-01-21 05:57:57','2026-01-21 05:57:57','14ef6f51-16c4-43fd-8133-8962c0bf1be0'),
(12744,12744,1,'2026-01-21 01:02:23',NULL,NULL,NULL,1,'2026-01-21 06:02:23','2026-01-21 06:02:23','918968f9-e85c-44c9-bbc2-11446760fca2'),
(12745,12745,1,'2026-01-21 01:08:07',NULL,NULL,NULL,1,'2026-01-21 06:08:07','2026-01-21 06:08:07','1ab71858-522c-484d-9a9b-0c93c699b6d9'),
(12746,12746,1,'2026-01-21 01:09:40',NULL,NULL,NULL,1,'2026-01-21 06:09:40','2026-01-21 06:09:40','35605fd6-b3a6-4621-84d7-6e2fea2e7987'),
(12747,12747,1,'2026-01-21 01:17:08',NULL,NULL,NULL,1,'2026-01-21 06:17:08','2026-01-21 06:17:08','dd5311d2-4b59-48ba-912a-274124b090df'),
(12748,12748,1,'2026-01-21 01:27:48',NULL,NULL,NULL,1,'2026-01-21 06:27:48','2026-01-21 06:27:48','0d53c62b-f994-4e24-9d21-87c14d0dc5f6'),
(12749,12749,1,'2026-01-21 01:32:47',NULL,NULL,NULL,1,'2026-01-21 06:32:47','2026-01-21 06:32:47','87f3ecec-9824-49a0-8da3-6037de8d21c9'),
(12750,12750,1,'2026-01-21 01:33:19',NULL,NULL,NULL,1,'2026-01-21 06:33:19','2026-01-21 06:33:19','8fd193b6-1c7d-4f8d-9d24-dbffe6490cdf'),
(12751,12751,1,'2026-01-21 01:34:49',NULL,NULL,NULL,1,'2026-01-21 06:34:49','2026-01-21 06:34:49','dd9c1e62-b705-484b-92de-ff62cd5e08df'),
(12752,12752,1,'2026-01-21 01:37:35',NULL,NULL,NULL,1,'2026-01-21 06:37:35','2026-01-21 06:37:35','644bd953-2dd4-44de-bba5-bc1e89ad4857'),
(12753,12753,1,'2026-01-21 01:38:48',NULL,NULL,NULL,1,'2026-01-21 06:38:48','2026-01-21 06:38:48','a4918915-9b71-4b25-9950-1bcb90c5881b'),
(12754,12754,1,'2026-01-21 01:38:50',NULL,NULL,NULL,1,'2026-01-21 06:38:50','2026-01-21 06:38:50','4d7f538d-ea3c-4eac-ad3d-d95f1f8bc90b'),
(12755,12755,1,'2026-01-21 01:39:02',NULL,NULL,NULL,1,'2026-01-21 06:39:02','2026-01-21 06:39:02','0ca7b460-d2c4-4908-bbac-b790e3aba100'),
(12756,12756,1,'2026-01-21 01:39:43',NULL,NULL,NULL,1,'2026-01-21 06:39:43','2026-01-21 06:39:43','f4e19964-5ccf-481c-a571-da04d175176f'),
(12757,12757,1,'2026-01-21 01:40:34',NULL,NULL,NULL,1,'2026-01-21 06:40:34','2026-01-21 06:40:34','429dfd39-6838-4e9d-99e9-84454984ba9e'),
(12758,12758,1,'2026-01-21 01:42:36',NULL,NULL,NULL,1,'2026-01-21 06:42:36','2026-01-21 06:42:36','5bb40b3d-38bc-470d-acd2-ef3f1f0944dd'),
(12759,12759,1,'2026-01-21 01:42:55',NULL,NULL,NULL,1,'2026-01-21 06:42:55','2026-01-21 06:42:55','25ebb18b-fa1b-4a1c-bf36-2f788d76192a'),
(12760,12760,1,'2026-01-21 01:43:51',NULL,NULL,NULL,1,'2026-01-21 06:43:51','2026-01-21 06:43:51','8599d268-ecd1-4146-8e90-3b5d99750223'),
(12761,12761,1,'2026-01-21 01:44:44',NULL,NULL,NULL,1,'2026-01-21 06:44:44','2026-01-21 06:44:44','22b65c86-775a-486a-979a-0e2091170e87'),
(12762,12762,1,'2026-01-21 01:45:40',NULL,NULL,NULL,1,'2026-01-21 06:45:40','2026-01-21 06:45:40','b8ad32d8-4d15-4809-889f-ef9d0ade4662'),
(12763,12763,1,'2026-01-21 01:46:04',NULL,NULL,NULL,1,'2026-01-21 06:46:04','2026-01-21 06:46:04','bf57795c-fee0-40a4-9f9a-2cc14f8831d8'),
(12764,12764,1,'2026-01-21 01:46:16',NULL,NULL,NULL,1,'2026-01-21 06:46:16','2026-01-21 06:46:16','e2565200-2501-47fa-8f35-69f3455746e9'),
(12765,12765,1,'2026-01-21 01:46:56',NULL,NULL,NULL,1,'2026-01-21 06:46:56','2026-01-21 06:46:56','feeaac6a-0358-4470-bdff-eddd2d7fa30d'),
(12766,12766,1,'2026-01-21 01:52:20',NULL,NULL,NULL,1,'2026-01-21 06:52:20','2026-01-21 06:52:20','4e3e0589-2f79-4971-9f40-c4d73d8d4c70'),
(12767,12767,1,'2026-01-21 01:56:00',NULL,NULL,NULL,1,'2026-01-21 06:56:00','2026-01-21 06:56:00','2ca87be6-8940-4622-a0fd-a95f4a9313c9'),
(12768,12768,1,'2026-01-21 01:57:50',NULL,NULL,NULL,1,'2026-01-21 06:57:50','2026-01-21 06:57:50','75719c99-0e07-4f6f-949a-7e964573fa3e'),
(12769,12769,1,'2026-01-21 01:59:07',NULL,NULL,NULL,1,'2026-01-21 06:59:07','2026-01-21 06:59:07','17bdb055-947c-48d0-9dad-247d72642b16'),
(12770,12770,1,'2026-01-21 01:59:18',NULL,NULL,NULL,1,'2026-01-21 06:59:18','2026-01-21 06:59:18','22cb7a90-06d8-44f0-a995-c53879a8d1a9'),
(12771,12771,1,'2026-01-21 02:02:09',NULL,NULL,NULL,1,'2026-01-21 07:02:09','2026-01-21 07:02:09','767e78eb-28fa-4dcf-b792-e518c62ea252'),
(12772,12772,1,'2026-01-21 02:02:13',NULL,NULL,NULL,1,'2026-01-21 07:02:13','2026-01-21 07:02:13','1df2ee8d-2e20-4cdb-98aa-6a24f64ee9c4'),
(12773,12773,1,'2026-01-21 02:03:10',NULL,NULL,NULL,1,'2026-01-21 07:03:10','2026-01-21 07:03:10','aa194edf-0f9d-4a07-b31d-0b73a46443bc'),
(12774,12774,1,'2026-01-21 02:05:44',NULL,NULL,NULL,1,'2026-01-21 07:05:44','2026-01-21 07:05:44','be74d778-2822-4a45-af78-16d3f3d8fbde'),
(12775,12775,1,'2026-01-21 02:08:17',NULL,NULL,NULL,1,'2026-01-21 07:08:17','2026-01-21 07:08:17','5a638e45-e78c-468c-a28f-fe89347ba5d2'),
(12776,12776,1,'2026-01-21 02:08:49',NULL,NULL,NULL,1,'2026-01-21 07:08:49','2026-01-21 07:08:49','555b8e68-dcbc-43f8-aecd-0211c30dde81'),
(12777,12777,1,'2026-01-21 02:10:38',NULL,NULL,NULL,1,'2026-01-21 07:10:38','2026-01-21 07:10:38','c7646367-b626-41ee-b473-060c5550cf06'),
(12778,12778,1,'2026-01-21 02:12:18',NULL,NULL,NULL,1,'2026-01-21 07:12:18','2026-01-21 07:12:18','9971a4fe-8386-4329-b013-ccbf58831caf'),
(12779,12779,1,'2026-01-21 02:15:55',NULL,NULL,NULL,1,'2026-01-21 07:15:55','2026-01-21 07:15:55','99263886-11ce-40c1-958d-3eb2eb3b79d0'),
(12780,12780,1,'2026-01-21 02:18:12',NULL,NULL,NULL,1,'2026-01-21 07:18:12','2026-01-21 07:18:12','7f910e94-5694-43d3-a43f-0cdece237b2a'),
(12781,12781,1,'2026-01-21 02:20:09',NULL,NULL,NULL,1,'2026-01-21 07:20:09','2026-01-21 07:20:09','21c342d8-0de1-4835-812f-7c637e0aef25'),
(12782,12782,1,'2026-01-21 02:36:33',NULL,NULL,NULL,1,'2026-01-21 07:36:33','2026-01-21 07:36:33','a07988d3-cf05-4a38-bd46-e19c1efc6ebd'),
(12783,12783,1,'2026-01-21 02:36:36',NULL,NULL,NULL,1,'2026-01-21 07:36:36','2026-01-21 07:36:36','caba86d0-0610-4e02-a47c-69d1247ac593'),
(12784,12784,1,'2026-01-21 02:41:12',NULL,NULL,NULL,1,'2026-01-21 07:41:12','2026-01-21 07:41:12','d861cfaf-b14d-4279-9be6-9fbc351b4e0f'),
(12785,12785,1,'2026-01-21 02:55:36',NULL,NULL,NULL,1,'2026-01-21 07:55:36','2026-01-21 07:55:36','b1549f46-69dd-49ac-9fad-70718d6d7f44'),
(12786,12786,1,'2026-01-21 02:57:32',NULL,NULL,NULL,1,'2026-01-21 07:57:32','2026-01-21 07:57:32','4ce284f3-1874-4806-93de-bff0dcfd9815'),
(12787,12787,1,'2026-01-21 02:59:12',NULL,NULL,NULL,1,'2026-01-21 07:59:12','2026-01-21 07:59:12','e8ddca0e-92cf-43a3-8c9d-dfb07cb7ebc4'),
(12788,12788,1,'2026-01-21 03:03:10',NULL,NULL,NULL,1,'2026-01-21 08:03:10','2026-01-21 08:03:10','48a50ee8-97f8-4043-97c4-72626904044e'),
(12789,12789,1,'2026-01-21 03:04:51',NULL,NULL,NULL,1,'2026-01-21 08:04:51','2026-01-21 08:04:51','5f86d639-8057-4911-af25-4543933385eb'),
(12790,12790,1,'2026-01-21 03:04:59',NULL,NULL,NULL,1,'2026-01-21 08:04:59','2026-01-21 08:04:59','80f85a53-5629-4c66-b2af-0a26a2bfcfab'),
(12791,12791,1,'2026-01-21 03:05:33',NULL,NULL,NULL,1,'2026-01-21 08:05:33','2026-01-21 08:05:33','40ba0332-c055-46b2-a7e3-c54481efcda2'),
(12792,12792,1,'2026-01-21 03:05:49',NULL,NULL,NULL,1,'2026-01-21 08:05:49','2026-01-21 08:05:49','52533792-4b99-49cc-85db-42c778f062e3'),
(12793,12793,1,'2026-01-21 03:05:49',NULL,NULL,NULL,1,'2026-01-21 08:05:49','2026-01-21 08:05:49','cb0072ac-3503-4dab-b8f1-2bc49c603cb4'),
(12794,12794,1,'2026-01-21 03:06:47',NULL,NULL,NULL,1,'2026-01-21 08:06:47','2026-01-21 08:06:47','52a54605-c736-4bb4-8595-34e32fc4904d'),
(12795,12795,1,'2026-01-21 03:08:20',NULL,NULL,NULL,1,'2026-01-21 08:08:20','2026-01-21 08:08:20','340fa00d-34f3-4e03-8817-da5b93bc71fc'),
(12796,12796,1,'2026-01-21 03:08:35',NULL,NULL,NULL,1,'2026-01-21 08:08:35','2026-01-21 08:08:35','966a7f5a-9986-449d-94ea-f7de2bebaa93'),
(12797,12797,1,'2026-01-21 03:09:55',NULL,NULL,NULL,1,'2026-01-21 08:09:55','2026-01-21 08:09:55','9f2149a2-d6b4-48d2-8841-1f3da0a2e79b'),
(12798,12798,1,'2026-01-21 03:10:27',NULL,NULL,NULL,1,'2026-01-21 08:10:27','2026-01-21 08:10:27','293dc5a7-2028-4bab-aae8-1e79b976e625'),
(12799,12799,1,'2026-01-21 03:10:46',NULL,NULL,NULL,1,'2026-01-21 08:10:46','2026-01-21 08:10:46','aa963e27-a2a1-406f-a131-634c8cb30c32'),
(12800,12800,1,'2026-01-21 03:11:38',NULL,NULL,NULL,1,'2026-01-21 08:11:38','2026-01-21 08:11:38','3072fe04-adab-49a3-86d3-e4d449594b67'),
(12801,12801,1,'2026-01-21 03:12:41',NULL,NULL,NULL,1,'2026-01-21 08:12:41','2026-01-21 08:12:41','aa811d5e-0b08-4868-a6e3-6e330f3bd7c0'),
(12802,12802,1,'2026-01-21 03:13:49',NULL,NULL,NULL,1,'2026-01-21 08:13:49','2026-01-21 08:13:49','9865a18b-21e7-442f-9ab1-fbd4164c18df'),
(12803,12803,1,'2026-01-21 03:13:49',NULL,NULL,NULL,1,'2026-01-21 08:13:49','2026-01-21 08:13:49','9e981fcb-9146-4f93-ab8d-059d291cd375'),
(12804,12804,1,'2026-01-21 03:15:04',NULL,NULL,NULL,1,'2026-01-21 08:15:04','2026-01-21 08:15:04','9211b68d-8872-422c-81ab-cb9398170c95'),
(12805,12805,1,'2026-01-21 03:15:15',NULL,NULL,NULL,1,'2026-01-21 08:15:15','2026-01-21 08:15:15','1cf97476-2845-43d5-9451-23f14fd60330'),
(12806,12806,1,'2026-01-21 03:15:44',NULL,NULL,NULL,1,'2026-01-21 08:15:44','2026-01-21 08:15:44','94acade5-f584-48e1-afa2-1b13c6ddaae1');
INSERT INTO `elements_sites` VALUES
(12807,12807,1,'2026-01-21 03:16:03',NULL,NULL,NULL,1,'2026-01-21 08:16:03','2026-01-21 08:16:03','c5f2e4cb-4711-4c45-b0b7-e7c0eb3c67ce'),
(12808,12808,1,'2026-01-21 03:19:15',NULL,NULL,NULL,1,'2026-01-21 08:19:15','2026-01-21 08:19:15','39f54cc2-c5b6-48c3-9a01-8adbd49a7e72'),
(12809,12809,1,'2026-01-21 03:19:51',NULL,NULL,NULL,1,'2026-01-21 08:19:51','2026-01-21 08:19:51','a1ae480c-4e50-4e3f-aec7-4d486b06e612'),
(12810,12810,1,'2026-01-21 03:19:51',NULL,NULL,NULL,1,'2026-01-21 08:19:51','2026-01-21 08:19:51','9f9eda53-aeff-466f-a18b-1b19c3c26aff'),
(12811,12811,1,'2026-01-21 03:20:42',NULL,NULL,NULL,1,'2026-01-21 08:20:42','2026-01-21 08:20:42','78671bca-6952-4af8-b144-dd04e2538d42'),
(12812,12812,1,'2026-01-21 03:20:52',NULL,NULL,NULL,1,'2026-01-21 08:20:52','2026-01-21 08:20:52','684363c5-49b4-4244-8319-df1be0233629'),
(12813,12813,1,'2026-01-21 03:21:58',NULL,NULL,NULL,1,'2026-01-21 08:21:58','2026-01-21 08:21:58','84e95cc0-ccaf-4be9-9db1-0eef16a25740'),
(12814,12814,1,'2026-01-21 03:22:18',NULL,NULL,NULL,1,'2026-01-21 08:22:18','2026-01-21 08:22:18','295283aa-953e-4df9-9837-42a6fd4aaf52'),
(12815,12815,1,'2026-01-21 03:23:15',NULL,NULL,NULL,1,'2026-01-21 08:23:15','2026-01-21 08:23:15','9ac3d4e0-a3db-4f72-a492-7c07b917dcb8'),
(12816,12816,1,'2026-01-21 03:23:56',NULL,NULL,NULL,1,'2026-01-21 08:23:56','2026-01-21 08:23:56','84bb5585-8b22-4cc3-b169-c0babf52fb00'),
(12817,12817,1,'2026-01-21 03:25:19',NULL,NULL,NULL,1,'2026-01-21 08:25:19','2026-01-21 08:25:19','b0c038f7-9e92-4e8f-91ea-b2bfa7c2b8c2'),
(12818,12818,1,'2026-01-21 03:26:25',NULL,NULL,NULL,1,'2026-01-21 08:26:25','2026-01-21 08:26:25','8edf14d7-7d91-469c-88de-0a95e59dad3a'),
(12819,12819,1,'2026-01-21 03:26:32',NULL,NULL,NULL,1,'2026-01-21 08:26:32','2026-01-21 08:26:32','b2a86444-7fff-4a42-9343-5d58dec3e1a7'),
(12820,12820,1,'2026-01-21 03:27:23',NULL,NULL,NULL,1,'2026-01-21 08:27:23','2026-01-21 08:27:23','e1ce8e10-1b53-4b04-9a8b-b289abf98ab4'),
(12821,12821,1,'2026-01-21 03:27:27',NULL,NULL,NULL,1,'2026-01-21 08:27:27','2026-01-21 08:27:27','0a421133-e912-4bff-8b81-3de6ca9ed2ca'),
(12822,12822,1,'2026-01-21 03:28:07',NULL,NULL,NULL,1,'2026-01-21 08:28:07','2026-01-21 08:28:07','28cf0305-08c3-43c6-93eb-2415feba4230'),
(12823,12823,1,'2026-01-21 03:29:15',NULL,NULL,NULL,1,'2026-01-21 08:29:15','2026-01-21 08:29:15','49b4ee5b-0a31-4aac-8794-75d58cffb4dc'),
(12824,12824,1,'2026-01-21 03:30:02',NULL,NULL,NULL,1,'2026-01-21 08:30:02','2026-01-21 08:30:02','066b83b6-eb48-4d20-9f1a-2043008649d1'),
(12825,12825,1,'2026-01-21 03:30:40',NULL,NULL,NULL,1,'2026-01-21 08:30:40','2026-01-21 08:30:40','b06d12d9-7ceb-475a-8446-17e47bc8012b'),
(12826,12826,1,'2026-01-21 03:32:43',NULL,NULL,NULL,1,'2026-01-21 08:32:43','2026-01-21 08:32:43','f8229b15-d59e-48d3-8a62-bb6c7257854f'),
(12827,12827,1,'2026-01-21 03:33:12',NULL,NULL,NULL,1,'2026-01-21 08:33:12','2026-01-21 08:33:12','ed07b07d-70f9-4ba0-aaf1-61fa58207e0a'),
(12828,12828,1,'2026-01-21 03:33:23',NULL,NULL,NULL,1,'2026-01-21 08:33:23','2026-01-21 08:33:23','8907e344-3c5a-4653-9f6a-ee210e484934'),
(12829,12829,1,'2026-01-21 03:33:31',NULL,NULL,NULL,1,'2026-01-21 08:33:31','2026-01-21 08:33:31','9b11a20d-b367-411e-9146-87ad5e1ddafe'),
(12830,12830,1,'2026-01-21 03:33:39',NULL,NULL,NULL,1,'2026-01-21 08:33:39','2026-01-21 08:33:39','d51ccd0a-7c46-44f0-9594-a995b8c3635e'),
(12831,12831,1,'2026-01-21 03:34:04',NULL,NULL,NULL,1,'2026-01-21 08:34:04','2026-01-21 08:34:04','e3a64f00-693c-4ab0-85e6-75d34c49d92a'),
(12832,12832,1,'2026-01-21 03:34:04',NULL,NULL,NULL,1,'2026-01-21 08:34:04','2026-01-21 08:34:04','5ef87814-51f0-4dd6-b9be-382997f69d7e'),
(12833,12833,1,'2026-01-21 03:35:06',NULL,NULL,NULL,1,'2026-01-21 08:35:06','2026-01-21 08:35:06','90c0157b-9418-4b62-b7c2-b77be0d6c9d7'),
(12834,12834,1,'2026-01-21 03:36:02',NULL,NULL,NULL,1,'2026-01-21 08:36:02','2026-01-21 08:36:02','99aa9324-4f3a-465a-b8a7-a2a0f5858bb1'),
(12835,12835,1,'2026-01-21 03:36:53',NULL,NULL,NULL,1,'2026-01-21 08:36:53','2026-01-21 08:36:53','7425e660-fa2a-4e51-b292-6e606097ab13'),
(12836,12836,1,'2026-01-21 03:38:22',NULL,NULL,NULL,1,'2026-01-21 08:38:22','2026-01-21 08:38:22','11caffce-a671-4aaf-a0d3-3dc85e53b818'),
(12837,12837,1,'2026-01-21 03:38:38',NULL,NULL,NULL,1,'2026-01-21 08:38:38','2026-01-21 08:38:38','86f4d167-f024-43d2-8f41-8226ace79a5e'),
(12838,12838,1,'2026-01-21 03:39:49',NULL,NULL,NULL,1,'2026-01-21 08:39:49','2026-01-21 08:39:49','f1590855-b053-472b-9e41-80a19a6bf91a'),
(12839,12839,1,'2026-01-21 03:39:50',NULL,NULL,NULL,1,'2026-01-21 08:39:50','2026-01-21 08:39:50','239b7aa4-8433-4119-a9df-12c210a6ab57'),
(12840,12840,1,'2026-01-21 03:40:41',NULL,NULL,NULL,1,'2026-01-21 08:40:41','2026-01-21 08:40:41','64ffa9af-3976-4413-857c-8066ba0c39af'),
(12841,12841,1,'2026-01-21 03:40:41',NULL,NULL,NULL,1,'2026-01-21 08:40:41','2026-01-21 08:40:41','e5652202-406b-44c9-a7a9-b5cd4b6f307b'),
(12842,12842,1,'2026-01-21 03:42:05',NULL,NULL,NULL,1,'2026-01-21 08:42:05','2026-01-21 08:42:05','eaa29322-db92-4392-989f-8fc220865e11'),
(12843,12843,1,'2026-01-21 03:42:05',NULL,NULL,NULL,1,'2026-01-21 08:42:05','2026-01-21 08:42:05','51343f17-0bb4-41df-9c52-449d8e714691'),
(12844,12844,1,'2026-01-21 03:42:57',NULL,NULL,NULL,1,'2026-01-21 08:42:57','2026-01-21 08:42:57','e41bcd20-6dd4-4851-9fbe-5c898ce5025b'),
(12845,12845,1,'2026-01-21 03:43:04',NULL,NULL,NULL,1,'2026-01-21 08:43:04','2026-01-21 08:43:04','20e6996a-966f-4006-a72b-95f6778db2dc'),
(12846,12846,1,'2026-01-21 03:43:36',NULL,NULL,NULL,1,'2026-01-21 08:43:36','2026-01-21 08:43:36','4b900d17-aa5a-42f2-952f-4dd2fb9e97d1'),
(12847,12847,1,'2026-01-21 03:45:37',NULL,NULL,NULL,1,'2026-01-21 08:45:37','2026-01-21 08:45:37','20e9c8ef-97ff-47ca-bee5-12515f18a326'),
(12848,12848,1,'2026-01-21 03:46:47',NULL,NULL,NULL,1,'2026-01-21 08:46:47','2026-01-21 08:46:47','c9b11145-6f17-4207-ac09-9e61a72be9db'),
(12849,12849,1,'2026-01-21 03:47:11',NULL,NULL,NULL,1,'2026-01-21 08:47:11','2026-01-21 08:47:11','2545be4a-84d1-441c-8e9d-c7a182351dad'),
(12850,12850,1,'2026-01-21 03:48:26',NULL,NULL,NULL,1,'2026-01-21 08:48:25','2026-01-21 08:48:26','34de7ea2-609d-491a-bff3-8a8b408050a2'),
(12851,12851,1,'2026-01-21 03:49:23',NULL,NULL,NULL,1,'2026-01-21 08:49:23','2026-01-21 08:49:23','b0b5bbe2-d07e-4e02-b1ce-1584a0a29ab8'),
(12852,12852,1,'2026-01-21 03:53:19',NULL,NULL,NULL,1,'2026-01-21 08:53:19','2026-01-21 08:53:19','1630c5bf-3be8-4122-919d-abbe0fdd99b0'),
(12853,12853,1,'2026-01-21 03:55:37',NULL,NULL,NULL,1,'2026-01-21 08:55:37','2026-01-21 08:55:37','47732182-c5c4-467a-937a-53f5b30af1ef'),
(12854,12854,1,'2026-01-21 03:55:38',NULL,NULL,NULL,1,'2026-01-21 08:55:38','2026-01-21 08:55:38','66ff3b99-3e19-457e-9c65-035c32e78b31'),
(12855,12855,1,'2026-01-21 03:55:39',NULL,NULL,NULL,1,'2026-01-21 08:55:39','2026-01-21 08:55:39','21995bb4-5cda-49a6-8067-2041e027f9da'),
(12856,12856,1,'2026-01-21 03:55:47',NULL,NULL,NULL,1,'2026-01-21 08:55:47','2026-01-21 08:55:47','200a4576-e721-4849-bf9e-b3c19c80528a'),
(12857,12857,1,'2026-01-21 03:56:05',NULL,NULL,NULL,1,'2026-01-21 08:56:05','2026-01-21 08:56:05','644e9cc3-61d3-422b-be2c-4efe21bd9d77'),
(12858,12858,1,'2026-01-21 03:56:59',NULL,NULL,NULL,1,'2026-01-21 08:56:59','2026-01-21 08:56:59','654a0889-2a5c-42bf-8911-fc5419b8a532'),
(12859,12859,1,'2026-01-21 03:57:50',NULL,NULL,NULL,1,'2026-01-21 08:57:50','2026-01-21 08:57:50','cf11d287-d0e4-42a0-97c1-800a9a4af7c3'),
(12860,12860,1,'2026-01-21 03:58:54',NULL,NULL,NULL,1,'2026-01-21 08:58:54','2026-01-21 08:58:54','1abc86ee-32b2-4d34-99b1-a926813c60dd'),
(12861,12861,1,'2026-01-21 03:58:54',NULL,NULL,NULL,1,'2026-01-21 08:58:54','2026-01-21 08:58:54','ab59554b-e754-4bcd-ae70-044159050775'),
(12862,12862,1,'2026-01-21 03:59:08',NULL,NULL,NULL,1,'2026-01-21 08:59:08','2026-01-21 08:59:08','ad6b4065-bc71-41e7-af05-2b7e84c1fbfc'),
(12863,12863,1,'2026-01-21 04:00:17',NULL,NULL,NULL,1,'2026-01-21 09:00:17','2026-01-21 09:00:17','3714ab0a-16ae-4d90-863a-230738c483e6'),
(12864,12864,1,'2026-01-21 04:02:20',NULL,NULL,NULL,1,'2026-01-21 09:02:20','2026-01-21 09:02:20','7fd03fc0-5a53-4f25-ae22-3a281e6f3606'),
(12865,12865,1,'2026-01-21 04:02:38',NULL,NULL,NULL,1,'2026-01-21 09:02:38','2026-01-21 09:02:38','cfa15f08-3c4d-4dd6-bca7-831eedd95aad'),
(12866,12866,1,'2026-01-21 04:02:50',NULL,NULL,NULL,1,'2026-01-21 09:02:50','2026-01-21 09:02:50','ff65d22b-0021-42d7-a124-1e61c7d4aa68'),
(12867,12867,1,'2026-01-21 04:05:13',NULL,NULL,NULL,1,'2026-01-21 09:05:13','2026-01-21 09:05:13','4f457542-bcfe-4355-be43-9ee472bb1264'),
(12868,12868,1,'2026-01-21 04:06:41',NULL,NULL,NULL,1,'2026-01-21 09:06:41','2026-01-21 09:06:41','d0006fa9-361f-498f-813f-8b59d212329f'),
(12869,12869,1,'2026-01-21 04:07:08',NULL,NULL,NULL,1,'2026-01-21 09:07:08','2026-01-21 09:07:08','14776c6d-e2c9-42ee-9c5d-e156d08d9d9f'),
(12870,12870,1,'2026-01-21 04:07:09',NULL,NULL,NULL,1,'2026-01-21 09:07:09','2026-01-21 09:07:09','89293e7c-a59b-4011-97b7-14746ad03bab'),
(12871,12871,1,'2026-01-21 04:07:20',NULL,NULL,NULL,1,'2026-01-21 09:07:20','2026-01-21 09:07:20','7d1bd2e4-2532-42b5-9c44-62e1239d7add'),
(12872,12872,1,'2026-01-21 04:07:32',NULL,NULL,NULL,1,'2026-01-21 09:07:32','2026-01-21 09:07:32','41500bd8-92b5-4835-96e3-42680aa5a88c'),
(12873,12873,1,'2026-01-21 04:09:24',NULL,NULL,NULL,1,'2026-01-21 09:09:24','2026-01-21 09:09:24','e921c1ca-710d-41f9-bc9e-7177f9a471c8'),
(12874,12874,1,'2026-01-21 04:10:17',NULL,NULL,NULL,1,'2026-01-21 09:10:17','2026-01-21 09:10:17','17ab53b4-a675-4908-9e8a-89a2d6a7f831'),
(12875,12875,1,'2026-01-21 04:10:54',NULL,NULL,NULL,1,'2026-01-21 09:10:54','2026-01-21 09:10:54','00423054-06ea-4527-a503-69da91e77c7d'),
(12876,12876,1,'2026-01-21 04:11:19',NULL,NULL,NULL,1,'2026-01-21 09:11:19','2026-01-21 09:11:19','a542598c-14ce-485a-bb51-faea7a0fb2c7'),
(12877,12877,1,'2026-01-21 04:11:27',NULL,NULL,NULL,1,'2026-01-21 09:11:27','2026-01-21 09:11:27','319d9937-82b0-466b-ab55-a5127afa28ff'),
(12878,12878,1,'2026-01-21 04:11:36',NULL,NULL,NULL,1,'2026-01-21 09:11:36','2026-01-21 09:11:36','738cb506-34fd-4c13-8267-7dd4c3f9f026'),
(12879,12879,1,'2026-01-21 04:12:34',NULL,NULL,NULL,1,'2026-01-21 09:12:34','2026-01-21 09:12:34','7ae9bd09-1642-4af5-9d77-e0c424896cfd'),
(12880,12880,1,'2026-01-21 04:13:12',NULL,NULL,NULL,1,'2026-01-21 09:13:12','2026-01-21 09:13:12','5dd6b56d-a227-457e-ba58-e350d5764622'),
(12881,12881,1,'2026-01-21 04:14:27',NULL,NULL,NULL,1,'2026-01-21 09:14:27','2026-01-21 09:14:27','3c747a04-f620-4693-a737-641530e9184f'),
(12882,12882,1,'2026-01-21 04:14:48',NULL,NULL,NULL,1,'2026-01-21 09:14:48','2026-01-21 09:14:48','38c3e338-64f2-4aa6-aa47-2732561ab94a'),
(12883,12883,1,'2026-01-21 04:16:10',NULL,NULL,NULL,1,'2026-01-21 09:16:10','2026-01-21 09:16:10','218f38fc-c178-4af0-93c6-3886fd5a2150'),
(12884,12884,1,'2026-01-21 04:16:42',NULL,NULL,NULL,1,'2026-01-21 09:16:42','2026-01-21 09:16:42','1ff83a7a-e27a-458f-a1cc-4bd351b46c34'),
(12885,12885,1,'2026-01-21 04:17:07',NULL,NULL,NULL,1,'2026-01-21 09:17:07','2026-01-21 09:17:07','b3dc4516-37d2-4f10-9a38-abacbace83ff'),
(12886,12886,1,'2026-01-21 04:18:00',NULL,NULL,NULL,1,'2026-01-21 09:18:00','2026-01-21 09:18:00','4acf43c3-8358-4d6c-808f-43fc881c2e79'),
(12887,12887,1,'2026-01-21 04:18:05',NULL,NULL,NULL,1,'2026-01-21 09:18:05','2026-01-21 09:18:05','7ea17abc-5174-4767-92c6-6c03583fcdb2'),
(12888,12888,1,'2026-01-21 04:18:52',NULL,NULL,NULL,1,'2026-01-21 09:18:52','2026-01-21 09:18:52','64d2717a-4678-48db-b19d-805205e8a17f'),
(12889,12889,1,'2026-01-21 04:19:02',NULL,NULL,NULL,1,'2026-01-21 09:19:02','2026-01-21 09:19:02','90e3ae3d-f9ad-4998-ae35-a380e1b62e1f'),
(12890,12890,1,'2026-01-21 04:19:51',NULL,NULL,NULL,1,'2026-01-21 09:19:51','2026-01-21 09:19:51','e44cd3fe-e828-4c7f-be1a-d1505878001c'),
(12891,12891,1,'2026-01-21 04:20:24',NULL,NULL,NULL,1,'2026-01-21 09:20:24','2026-01-21 09:20:24','89bca209-8897-4a18-9a92-f9dd501772f0'),
(12892,12892,1,'2026-01-21 04:20:26',NULL,NULL,NULL,1,'2026-01-21 09:20:26','2026-01-21 09:20:26','56295ba8-afdc-4ebb-a2eb-42360b367550'),
(12893,12893,1,'2026-01-21 04:21:55',NULL,NULL,NULL,1,'2026-01-21 09:21:55','2026-01-21 09:21:55','88dc465e-f4c7-4434-a745-1a452688a1b4'),
(12894,12894,1,'2026-01-21 04:24:19',NULL,NULL,NULL,1,'2026-01-21 09:24:19','2026-01-21 09:24:19','db860e60-7902-4b08-8245-f9e7fb421c78'),
(12895,12895,1,'2026-01-21 04:25:28',NULL,NULL,NULL,1,'2026-01-21 09:25:28','2026-01-21 09:25:28','83338989-899f-4196-8a0b-8ac020346b84'),
(12896,12896,1,'2026-01-21 04:25:29',NULL,NULL,NULL,1,'2026-01-21 09:25:29','2026-01-21 09:25:29','2208400c-d163-4d66-8ab0-73776a70d36a'),
(12897,12897,1,'2026-01-21 04:26:22',NULL,NULL,NULL,1,'2026-01-21 09:26:22','2026-01-21 09:26:22','908c9d9e-e880-46a1-b128-5ac80be989fe'),
(12898,12898,1,'2026-01-21 04:28:33',NULL,NULL,NULL,1,'2026-01-21 09:28:33','2026-01-21 09:28:33','f8711c0c-9ca3-4024-8eca-bbcd6ca8e27a'),
(12899,12899,1,'2026-01-21 04:29:08',NULL,NULL,NULL,1,'2026-01-21 09:29:08','2026-01-21 09:29:08','b556d0bb-fcef-4912-a0ce-4e57ec1b0a5e'),
(12900,12900,1,'2026-01-21 04:29:44',NULL,NULL,NULL,1,'2026-01-21 09:29:44','2026-01-21 09:29:44','f082872b-3793-4df5-b4bc-6e8f67cff66b'),
(12901,12901,1,'2026-01-21 04:29:45',NULL,NULL,NULL,1,'2026-01-21 09:29:45','2026-01-21 09:29:45','3a89361a-718a-43fc-9251-70a1a9b372cb'),
(12902,12902,1,'2026-01-21 04:31:24',NULL,NULL,NULL,1,'2026-01-21 09:31:24','2026-01-21 09:31:24','e28e3a87-a01d-4aec-b581-7da5d074e38a'),
(12903,12903,1,'2026-01-21 04:33:36',NULL,NULL,NULL,1,'2026-01-21 09:33:36','2026-01-21 09:33:36','c574997b-d7f5-4115-8ad7-d7193b1ac63e'),
(12904,12904,1,'2026-01-21 04:34:16',NULL,NULL,NULL,1,'2026-01-21 09:34:16','2026-01-21 09:34:16','a19ca946-31b6-40f5-a004-a709220c3c33'),
(12905,12905,1,'2026-01-21 04:34:16',NULL,NULL,NULL,1,'2026-01-21 09:34:16','2026-01-21 09:34:16','72f13e70-4ff2-428c-bd7e-b41708da8a03'),
(12906,12906,1,'2026-01-21 04:35:05',NULL,NULL,NULL,1,'2026-01-21 09:35:05','2026-01-21 09:35:05','42ae79ce-0736-4b8f-80d6-2543d1c1eb41'),
(12907,12907,1,'2026-01-21 04:36:06',NULL,NULL,NULL,1,'2026-01-21 09:36:06','2026-01-21 09:36:06','07e44e3a-6151-413f-a49f-6ddaf3655588'),
(12908,12908,1,'2026-01-21 04:36:27',NULL,NULL,NULL,1,'2026-01-21 09:36:27','2026-01-21 09:36:27','394cad03-e6b1-4921-826c-0a1b9fe4b2c5'),
(12909,12909,1,'2026-01-21 04:36:27',NULL,NULL,NULL,1,'2026-01-21 09:36:27','2026-01-21 09:36:27','3cf19bf1-f3e0-4ea0-b01f-170cbc62a112'),
(12910,12910,1,'2026-01-21 04:38:11',NULL,NULL,NULL,1,'2026-01-21 09:38:11','2026-01-21 09:38:11','256401b8-f138-4d3d-a6f2-a86ec6c7e14e'),
(12911,12911,1,'2026-01-21 04:38:21',NULL,NULL,NULL,1,'2026-01-21 09:38:21','2026-01-21 09:38:21','3c772029-54b1-49e1-a97c-de755a5012c2'),
(12912,12912,1,'2026-01-21 04:38:53',NULL,NULL,NULL,1,'2026-01-21 09:38:53','2026-01-21 09:38:53','e26e0cc7-c5cf-4ae0-bcd6-e9a7ee607a22'),
(12913,12913,1,'2026-01-21 04:39:22',NULL,NULL,NULL,1,'2026-01-21 09:39:22','2026-01-21 09:39:22','29172f75-b63c-48ea-b776-19cab9dbf2cb'),
(12914,12914,1,'2026-01-21 04:39:35',NULL,NULL,NULL,1,'2026-01-21 09:39:35','2026-01-21 09:39:35','531801c9-5f99-4cfd-8ae0-55841b0277fd'),
(12915,12915,1,'2026-01-21 04:39:49',NULL,NULL,NULL,1,'2026-01-21 09:39:49','2026-01-21 09:39:49','21b0b59e-b42d-4cd8-bf45-ac3c80a47966'),
(12916,12916,1,'2026-01-21 04:46:07',NULL,NULL,NULL,1,'2026-01-21 09:46:07','2026-01-21 09:46:07','98d8d18a-8c64-43b4-be59-92abc84e1c79'),
(12917,12917,1,'2026-01-21 04:46:20',NULL,NULL,NULL,1,'2026-01-21 09:46:20','2026-01-21 09:46:20','bb249cf2-63f6-4ed4-afb6-9307eb7449fd'),
(12918,12918,1,'2026-01-21 04:47:32',NULL,NULL,NULL,1,'2026-01-21 09:47:32','2026-01-21 09:47:32','90ad3c98-78fc-4ae0-813d-56f75843d898'),
(12919,12919,1,'2026-01-21 04:49:39',NULL,NULL,NULL,1,'2026-01-21 09:49:39','2026-01-21 09:49:39','26fe7920-9ca0-4e7f-a9a3-03ef071c9406'),
(12920,12920,1,'2026-01-21 04:57:19',NULL,NULL,NULL,1,'2026-01-21 09:57:19','2026-01-21 09:57:19','9786446b-bfbd-4a17-b24a-212ba8df5c12'),
(12921,12921,1,'2026-01-21 05:00:42',NULL,NULL,NULL,1,'2026-01-21 10:00:42','2026-01-21 10:00:42','563ab29b-af89-426d-92c4-0364237b2810'),
(12922,12922,1,'2026-01-21 05:02:09',NULL,NULL,NULL,1,'2026-01-21 10:02:09','2026-01-21 10:02:09','67a4d59a-1af6-4393-abf0-3c932c3d6bda'),
(12923,12923,1,'2026-01-21 05:02:11',NULL,NULL,NULL,1,'2026-01-21 10:02:11','2026-01-21 10:02:11','09cc1652-669b-416d-a454-57f5c0958f08'),
(12924,12924,1,'2026-01-21 05:02:12',NULL,NULL,NULL,1,'2026-01-21 10:02:12','2026-01-21 10:02:12','8b3bbb44-ca1b-467b-8626-360dc53fed9e'),
(12925,12925,1,'2026-01-21 05:02:12',NULL,NULL,NULL,1,'2026-01-21 10:02:12','2026-01-21 10:02:12','35f02229-e1a4-4d9e-85e6-33af4ce7a179'),
(12926,12926,1,'2026-01-21 05:02:53',NULL,NULL,NULL,1,'2026-01-21 10:02:53','2026-01-21 10:02:53','8e9bf62d-de73-4c08-9b37-db0487d6dd8c'),
(12927,12927,1,'2026-01-21 05:03:30',NULL,NULL,NULL,1,'2026-01-21 10:03:30','2026-01-21 10:03:30','870b1757-967d-4d5a-ba6d-958f377e9f94'),
(12928,12928,1,'2026-01-21 05:08:24',NULL,NULL,NULL,1,'2026-01-21 10:08:24','2026-01-21 10:08:24','d06fd776-73bd-4dbc-92d5-b907430a663e'),
(12929,12929,1,'2026-01-21 05:09:14',NULL,NULL,NULL,1,'2026-01-21 10:09:14','2026-01-21 10:09:14','fb74a90b-3e7c-420a-a4cc-d63e1ffef8e7'),
(12930,12930,1,'2026-01-21 05:10:43',NULL,NULL,NULL,1,'2026-01-21 10:10:43','2026-01-21 10:10:43','284b1ca3-b813-451f-8dc5-87b86ec839cd'),
(12931,12931,1,'2026-01-21 05:11:11',NULL,NULL,NULL,1,'2026-01-21 10:11:11','2026-01-21 10:11:11','43f75a81-f05e-4da6-bb0b-97b18339181c'),
(12932,12932,1,'2026-01-21 05:11:28',NULL,NULL,NULL,1,'2026-01-21 10:11:28','2026-01-21 10:11:28','bff5f01e-f39c-4c15-89f3-f8bcb74e0663'),
(12933,12933,1,'2026-01-21 05:13:27',NULL,NULL,NULL,1,'2026-01-21 10:13:27','2026-01-21 10:13:27','7ae5c979-5cda-4d3f-af67-33e49e2653b6'),
(12934,12934,1,'2026-01-21 05:13:55',NULL,NULL,NULL,1,'2026-01-21 10:13:55','2026-01-21 10:13:55','a39a91e2-3fcd-4cd9-b1de-3946a8415b63'),
(12935,12935,1,'2026-01-21 05:14:47',NULL,NULL,NULL,1,'2026-01-21 10:14:47','2026-01-21 10:14:47','46c68ddc-dbc2-4718-9206-7d8cba139781'),
(12936,12936,1,'2026-01-21 05:16:48',NULL,NULL,NULL,1,'2026-01-21 10:16:48','2026-01-21 10:16:48','c1bc90a6-9b74-4f76-a65a-779e0e9f2492'),
(12937,12937,1,'2026-01-21 05:17:15',NULL,NULL,NULL,1,'2026-01-21 10:17:15','2026-01-21 10:17:15','91ffdb40-8fd7-4283-a3c0-65663c8a0408'),
(12938,12938,1,'2026-01-21 05:17:27',NULL,NULL,NULL,1,'2026-01-21 10:17:27','2026-01-21 10:17:27','a445f346-1860-4dd0-876c-019a12bed7a9'),
(12939,12939,1,'2026-01-21 05:18:14',NULL,NULL,NULL,1,'2026-01-21 10:18:14','2026-01-21 10:18:14','a7f97054-c5b7-4ecd-86e0-2c08caafd632'),
(12940,12940,1,'2026-01-21 05:18:30',NULL,NULL,NULL,1,'2026-01-21 10:18:30','2026-01-21 10:18:30','e4aa8fa4-e1b7-4357-848f-27bc46a3cb30'),
(12941,12941,1,'2026-01-21 05:19:25',NULL,NULL,NULL,1,'2026-01-21 10:19:25','2026-01-21 10:19:25','8867dc6a-ad60-441f-bebb-3727b09993f2'),
(12942,12942,1,'2026-01-21 05:19:57',NULL,NULL,NULL,1,'2026-01-21 10:19:57','2026-01-21 10:19:57','bf2fc01f-3fe8-4f53-9633-c3acb3ea0591'),
(12943,12943,1,'2026-01-21 05:20:11',NULL,NULL,NULL,1,'2026-01-21 10:20:11','2026-01-21 10:20:11','7be137c3-b571-4187-93f2-b0f2c788d149'),
(12944,12944,1,'2026-01-21 05:20:21',NULL,NULL,NULL,1,'2026-01-21 10:20:21','2026-01-21 10:20:21','e6528d73-f062-442f-8a71-b0da9867025e'),
(12945,12945,1,'2026-01-21 05:20:41',NULL,NULL,NULL,1,'2026-01-21 10:20:41','2026-01-21 10:20:41','16fb6d6e-1bbc-4210-9074-db4c257da973'),
(12946,12946,1,'2026-01-21 05:21:04',NULL,NULL,NULL,1,'2026-01-21 10:21:04','2026-01-21 10:21:04','25d93150-670f-4125-9837-cb639bae7cdf'),
(12947,12947,1,'2026-01-21 05:21:48',NULL,NULL,NULL,1,'2026-01-21 10:21:48','2026-01-21 10:21:48','0aace64f-38ef-4ce5-88ae-647aec2ad588'),
(12948,12948,1,'2026-01-21 05:22:04',NULL,NULL,NULL,1,'2026-01-21 10:22:04','2026-01-21 10:22:04','b0c49f9d-c836-489e-be8b-55aaebbdea68'),
(12949,12949,1,'2026-01-21 05:24:04',NULL,NULL,NULL,1,'2026-01-21 10:24:04','2026-01-21 10:24:04','dfe10026-6c23-4c4f-8a70-4300203cb73f'),
(12950,12950,1,'2026-01-21 05:24:11',NULL,NULL,NULL,1,'2026-01-21 10:24:11','2026-01-21 10:24:11','b5dcce04-6629-429f-ba2f-ea7248302fdb'),
(12951,12951,1,'2026-01-21 05:24:37',NULL,NULL,NULL,1,'2026-01-21 10:24:37','2026-01-21 10:24:37','fd2ee6ff-add1-4620-89d3-083d1a38ba13'),
(12952,12952,1,'2026-01-21 05:24:54',NULL,NULL,NULL,1,'2026-01-21 10:24:53','2026-01-21 10:24:54','4293848d-6b55-4d06-84a4-e46a3675277a'),
(12953,12953,1,'2026-01-21 05:25:11',NULL,NULL,NULL,1,'2026-01-21 10:25:11','2026-01-21 10:25:11','8d879c87-eb01-4be6-bb89-9ff2dd2f7ad2'),
(12954,12954,1,'2026-01-21 05:25:12',NULL,NULL,NULL,1,'2026-01-21 10:25:12','2026-01-21 10:25:12','91a836e6-c5ce-48b7-a875-efb37a7bb4e9'),
(12955,12955,1,'2026-01-21 05:27:13',NULL,NULL,NULL,1,'2026-01-21 10:27:13','2026-01-21 10:27:13','5296e356-47e5-4b6d-a8d9-a280abb0af42'),
(12956,12956,1,'2026-01-21 05:27:33',NULL,NULL,NULL,1,'2026-01-21 10:27:33','2026-01-21 10:27:33','15dd0adc-e3d9-47d8-b19b-8918c3aa541c'),
(12957,12957,1,'2026-01-21 05:28:28',NULL,NULL,NULL,1,'2026-01-21 10:28:28','2026-01-21 10:28:28','44790d3c-783e-468f-be87-d6ec9c22a597'),
(12958,12958,1,'2026-01-21 05:29:10',NULL,NULL,NULL,1,'2026-01-21 10:29:10','2026-01-21 10:29:10','acce0edf-09a4-4c1a-962f-279a97d764d1'),
(12959,12959,1,'2026-01-21 05:29:28',NULL,NULL,NULL,1,'2026-01-21 10:29:28','2026-01-21 10:29:28','160aee32-f87b-4aeb-8940-8bd930467efb'),
(12960,12960,1,'2026-01-21 05:30:53',NULL,NULL,NULL,1,'2026-01-21 10:30:53','2026-01-21 10:30:53','61560bf9-3dba-4477-be3d-7207ca42edd9'),
(12961,12961,1,'2026-01-21 05:31:57',NULL,NULL,NULL,1,'2026-01-21 10:31:57','2026-01-21 10:31:57','6c927157-8e4b-4f3e-949a-833855375d69'),
(12962,12962,1,'2026-01-21 05:32:21',NULL,NULL,NULL,1,'2026-01-21 10:32:21','2026-01-21 10:32:21','d111fcf7-7f81-46d0-abd2-9aafdf128766'),
(12963,12963,1,'2026-01-21 05:35:12',NULL,NULL,NULL,1,'2026-01-21 10:35:12','2026-01-21 10:35:12','59aba4d4-39fb-457c-baf1-13bc38bdde76'),
(12964,12964,1,'2026-01-21 05:35:40',NULL,NULL,NULL,1,'2026-01-21 10:35:40','2026-01-21 10:35:40','e9b16f82-452d-445f-b443-68538f0d9a45'),
(12965,12965,1,'2026-01-21 05:36:15',NULL,NULL,NULL,1,'2026-01-21 10:36:15','2026-01-21 10:36:15','e5036121-e7b7-4acf-8c26-710d74f4de2a'),
(12966,12966,1,'2026-01-21 05:36:54',NULL,NULL,NULL,1,'2026-01-21 10:36:54','2026-01-21 10:36:54','12589a59-1bc4-4793-99c9-9976b59ea46e'),
(12967,12967,1,'2026-01-21 05:38:29',NULL,NULL,NULL,1,'2026-01-21 10:38:29','2026-01-21 10:38:29','4c19b721-99fa-44f0-8b02-ce29f8b3acf6'),
(12968,12968,1,'2026-01-21 05:39:28',NULL,NULL,NULL,1,'2026-01-21 10:39:28','2026-01-21 10:39:28','020463c7-1561-403a-95a5-d12ea3de010e'),
(12969,12969,1,'2026-01-21 05:40:40',NULL,NULL,NULL,1,'2026-01-21 10:40:40','2026-01-21 10:40:40','7c83301a-6ffc-44dc-98c6-c53a457e117c'),
(12970,12970,1,'2026-01-21 05:41:12',NULL,NULL,NULL,1,'2026-01-21 10:41:12','2026-01-21 10:41:12','95c9d6ba-bc7c-4c0b-9b83-a9d188f16ec7'),
(12971,12971,1,'2026-01-21 05:41:37',NULL,NULL,NULL,1,'2026-01-21 10:41:37','2026-01-21 10:41:37','f79bbb43-8e8a-4580-8827-b8bbf7b70406'),
(12972,12972,1,'2026-01-21 05:41:54',NULL,NULL,NULL,1,'2026-01-21 10:41:54','2026-01-21 10:41:54','0f9a4a02-81ed-4e4e-92b3-8b628e757062'),
(12973,12973,1,'2026-01-21 05:42:31',NULL,NULL,NULL,1,'2026-01-21 10:42:31','2026-01-21 10:42:31','32a4e808-1893-415e-962d-8013c4a44fdd'),
(12974,12974,1,'2026-01-21 05:42:39',NULL,NULL,NULL,1,'2026-01-21 10:42:39','2026-01-21 10:42:39','2c062103-4c33-4973-b7f6-4d2f4bc198c5'),
(12975,12975,1,'2026-01-21 05:43:18',NULL,NULL,NULL,1,'2026-01-21 10:43:18','2026-01-21 10:43:18','ba972f31-5b05-4be4-880c-45a55725f7a0'),
(12976,12976,1,'2026-01-21 05:44:10',NULL,NULL,NULL,1,'2026-01-21 10:44:10','2026-01-21 10:44:10','dda8539c-4111-441f-b775-9a1f23861a1f'),
(12977,12977,1,'2026-01-21 05:44:15',NULL,NULL,NULL,1,'2026-01-21 10:44:15','2026-01-21 10:44:15','800b7efc-de3c-4338-aaca-dd98af1a89d1'),
(12978,12978,1,'2026-01-21 05:44:36',NULL,NULL,NULL,1,'2026-01-21 10:44:36','2026-01-21 10:44:36','979b27ac-5c5b-4e61-ae55-48261f8bcbf5'),
(12979,12979,1,'2026-01-21 05:45:08',NULL,NULL,NULL,1,'2026-01-21 10:45:08','2026-01-21 10:45:08','5968b772-0ce5-4c4d-a84c-8548644d0274'),
(12980,12980,1,'2026-01-21 05:46:04',NULL,NULL,NULL,1,'2026-01-21 10:46:04','2026-01-21 10:46:04','1ba6fdd6-a869-426d-bb4b-b9355e135835'),
(12981,12981,1,'2026-01-21 05:46:22',NULL,NULL,NULL,1,'2026-01-21 10:46:22','2026-01-21 10:46:22','819efbda-8cb0-4a23-bbf7-783bf63b6635'),
(12982,12982,1,'2026-01-21 05:46:36',NULL,NULL,NULL,1,'2026-01-21 10:46:35','2026-01-21 10:46:36','f6328ed7-77cd-46ef-9027-393553408fc6'),
(12983,12983,1,'2026-01-21 05:47:54',NULL,NULL,NULL,1,'2026-01-21 10:47:54','2026-01-21 10:47:54','a8d2561a-0b91-4f1d-9a67-a01426ae9904'),
(12984,12984,1,'2026-01-21 05:48:51',NULL,NULL,NULL,1,'2026-01-21 10:48:51','2026-01-21 10:48:51','829aeb31-0fc3-46ee-ac2c-a31f2564f4da'),
(12985,12985,1,'2026-01-21 05:50:31',NULL,NULL,NULL,1,'2026-01-21 10:50:31','2026-01-21 10:50:31','2d9dd87b-791f-4acc-91ad-a9045968db23'),
(12986,12986,1,'2026-01-21 05:53:09',NULL,NULL,NULL,1,'2026-01-21 10:53:09','2026-01-21 10:53:09','e77d4f47-4ab8-47e0-8822-3711cebbcef8'),
(12987,12987,1,'2026-01-21 05:53:28',NULL,NULL,NULL,1,'2026-01-21 10:53:28','2026-01-21 10:53:28','3a679724-c945-4612-8e02-0d6eab75b348'),
(12988,12988,1,'2026-01-21 05:53:29',NULL,NULL,NULL,1,'2026-01-21 10:53:29','2026-01-21 10:53:29','9b8714bb-21ba-40f6-9e92-99713f53a720'),
(12989,12989,1,'2026-01-21 05:53:33',NULL,NULL,NULL,1,'2026-01-21 10:53:33','2026-01-21 10:53:33','32e90383-7342-4f6a-a5fa-a75090c262c3'),
(12990,12990,1,'2026-01-21 05:53:33',NULL,NULL,NULL,1,'2026-01-21 10:53:33','2026-01-21 10:53:33','2b478d1e-a85c-428a-903f-83b8bd451e88'),
(12991,12991,1,'2026-01-21 05:53:37',NULL,NULL,NULL,1,'2026-01-21 10:53:37','2026-01-21 10:53:37','94aa0b1f-6d40-427d-9b18-14d14534f7b2'),
(12992,12992,1,'2026-01-21 05:54:37',NULL,NULL,NULL,1,'2026-01-21 10:54:37','2026-01-21 10:54:37','64c146c1-2b6f-43d1-85fd-bc4519d57359'),
(12993,12993,1,'2026-01-21 05:54:59',NULL,NULL,NULL,1,'2026-01-21 10:54:59','2026-01-21 10:54:59','45e2480a-a86d-46c5-a53f-7b6c96facf34'),
(12994,12994,1,'2026-01-21 05:55:49',NULL,NULL,NULL,1,'2026-01-21 10:55:49','2026-01-21 10:55:49','1297a23e-a965-4c35-bada-275b62d998f4'),
(12995,12995,1,'2026-01-21 05:56:17',NULL,NULL,NULL,1,'2026-01-21 10:56:17','2026-01-21 10:56:17','88da3238-c257-461a-97ee-6e4ea637cf00'),
(12996,12996,1,'2026-01-21 05:57:05',NULL,NULL,NULL,1,'2026-01-21 10:57:05','2026-01-21 10:57:05','7e9ecf1c-45c6-4268-97dd-32beb5701aa9'),
(12997,12997,1,'2026-01-21 05:57:58',NULL,NULL,NULL,1,'2026-01-21 10:57:58','2026-01-21 10:57:58','9836b859-0532-43e4-9409-c0d05f6e5276'),
(12998,12998,1,'2026-01-21 05:58:02',NULL,NULL,NULL,1,'2026-01-21 10:58:02','2026-01-21 10:58:02','b9d31465-4b8a-43e9-b130-a28cf80c4850'),
(12999,12999,1,'2026-01-21 05:59:24',NULL,NULL,NULL,1,'2026-01-21 10:59:24','2026-01-21 10:59:24','19a93f5e-c2e2-45d5-858f-f2316b0a902f'),
(13000,13000,1,'2026-01-21 06:01:13',NULL,NULL,NULL,1,'2026-01-21 11:01:13','2026-01-21 11:01:13','b333611d-bcd0-4472-ade9-37983bb5d7f7'),
(13001,13001,1,'2026-01-21 06:01:14',NULL,NULL,NULL,1,'2026-01-21 11:01:14','2026-01-21 11:01:14','b0aeeea2-ccbc-4131-8900-f2a4ca1a572d'),
(13002,13002,1,'2026-01-21 06:01:48',NULL,NULL,NULL,1,'2026-01-21 11:01:48','2026-01-21 11:01:48','55a11c00-0bc8-42ae-b912-c3a23dd17c4e'),
(13003,13003,1,'2026-01-21 06:02:29',NULL,NULL,NULL,1,'2026-01-21 11:02:29','2026-01-21 11:02:29','aeae61ff-531f-4722-9f99-61f212075f6a'),
(13004,13004,1,'2026-01-21 06:03:20',NULL,NULL,NULL,1,'2026-01-21 11:03:20','2026-01-21 11:03:20','b91750ce-c52f-4654-b3dd-fc8c2ebdb713'),
(13005,13005,1,'2026-01-21 06:04:47',NULL,NULL,NULL,1,'2026-01-21 11:04:47','2026-01-21 11:04:47','14d33463-d5d5-4b25-8092-97beefc8b32b'),
(13006,13006,1,'2026-01-21 06:04:49',NULL,NULL,NULL,1,'2026-01-21 11:04:49','2026-01-21 11:04:49','05e9a06a-d6d5-4185-8b2e-7344245e1538'),
(13007,13007,1,'2026-01-21 06:05:16',NULL,NULL,NULL,1,'2026-01-21 11:05:16','2026-01-21 11:05:16','3f898453-8ec2-4685-8711-44dcdba5b3a2'),
(13008,13008,1,'2026-01-21 06:06:02',NULL,NULL,NULL,1,'2026-01-21 11:06:02','2026-01-21 11:06:02','8d4e2078-7e74-4c36-898e-824250c7feca'),
(13009,13009,1,'2026-01-21 06:06:13',NULL,NULL,NULL,1,'2026-01-21 11:06:13','2026-01-21 11:06:13','8cff8410-d131-4670-ae5c-1fd3653e4f24'),
(13010,13010,1,'2026-01-21 06:06:55',NULL,NULL,NULL,1,'2026-01-21 11:06:55','2026-01-21 11:06:55','78b0c236-d963-4c4e-9a66-5f912afff327'),
(13011,13011,1,'2026-01-21 06:08:40',NULL,NULL,NULL,1,'2026-01-21 11:08:40','2026-01-21 11:08:40','cb0d1f5f-4a03-4c89-9009-dd4120cc52e9'),
(13012,13012,1,'2026-01-21 06:09:17',NULL,NULL,NULL,1,'2026-01-21 11:09:17','2026-01-21 11:09:17','e6a591ec-a32f-4f73-be48-22505a40beee'),
(13013,13013,1,'2026-01-21 06:09:17',NULL,NULL,NULL,1,'2026-01-21 11:09:17','2026-01-21 11:09:17','6293dfec-b674-4896-b149-55040f44a8a6'),
(13014,13014,1,'2026-01-21 06:09:18',NULL,NULL,NULL,1,'2026-01-21 11:09:18','2026-01-21 11:09:18','32f09549-6b39-4893-b6df-0aa0dd1ec50e'),
(13015,13015,1,'2026-01-21 06:10:39',NULL,NULL,NULL,1,'2026-01-21 11:10:39','2026-01-21 11:10:39','007aa2e7-790b-4da2-9d35-1ae3d4ce89d6'),
(13016,13016,1,'2026-01-21 06:10:40',NULL,NULL,NULL,1,'2026-01-21 11:10:40','2026-01-21 11:10:40','b3cbe52b-8f49-4b30-bcfd-da9ea7361097'),
(13017,13017,1,'2026-01-21 06:11:13',NULL,NULL,NULL,1,'2026-01-21 11:11:13','2026-01-21 11:11:13','cd5e9244-4716-42d2-8587-39e104f1369e'),
(13018,13018,1,'2026-01-21 06:11:26',NULL,NULL,NULL,1,'2026-01-21 11:11:26','2026-01-21 11:11:26','b2a3a4a4-3ee6-487c-96e6-fcb79fe373f5'),
(13019,13019,1,'2026-01-21 06:11:37',NULL,NULL,NULL,1,'2026-01-21 11:11:37','2026-01-21 11:11:37','f21b98f5-a013-401e-8c6a-4fa64f2b213c'),
(13020,13020,1,'2026-01-21 06:11:45',NULL,NULL,NULL,1,'2026-01-21 11:11:45','2026-01-21 11:11:45','3801471a-9566-41d1-bd40-c153b3e0245e'),
(13021,13021,1,'2026-01-21 06:13:03',NULL,NULL,NULL,1,'2026-01-21 11:13:03','2026-01-21 11:13:03','f0d6b7d8-d737-4206-9349-abc443187c1a'),
(13022,13022,1,'2026-01-21 06:13:12',NULL,NULL,NULL,1,'2026-01-21 11:13:12','2026-01-21 11:13:13','eafd81fb-18fd-4667-a989-925b053a3647'),
(13023,13023,1,'2026-01-21 06:13:18',NULL,NULL,NULL,1,'2026-01-21 11:13:18','2026-01-21 11:13:18','4afbe8ac-dce6-4b48-af41-898bc962b89a'),
(13024,13024,1,'2026-01-21 06:13:50',NULL,NULL,NULL,1,'2026-01-21 11:13:50','2026-01-21 11:13:50','b19fc84a-05ec-4f4f-a9ce-f6b590aa0d94'),
(13025,13025,1,'2026-01-21 06:17:41',NULL,NULL,NULL,1,'2026-01-21 11:17:41','2026-01-21 11:17:41','5f097049-7b19-464b-bc9c-90ba06dbabe5'),
(13026,13026,1,'2026-01-21 06:17:46',NULL,NULL,NULL,1,'2026-01-21 11:17:46','2026-01-21 11:17:46','e4e1a86b-acf4-4f49-9dd3-5f9cd991c579'),
(13027,13027,1,'2026-01-21 06:18:22',NULL,NULL,NULL,1,'2026-01-21 11:18:22','2026-01-21 11:18:22','2ee9de55-6bd7-481b-aab7-2e58ed187dfe'),
(13028,13028,1,'2026-01-21 06:19:04',NULL,NULL,NULL,1,'2026-01-21 11:19:04','2026-01-21 11:19:04','934aebd5-5861-4398-a54c-6d3052925868'),
(13029,13029,1,'2026-01-21 06:19:04',NULL,NULL,NULL,1,'2026-01-21 11:19:04','2026-01-21 11:19:04','45040c80-28ca-4676-9f5b-af5d019fc988'),
(13030,13030,1,'2026-01-21 06:19:50',NULL,NULL,NULL,1,'2026-01-21 11:19:50','2026-01-21 11:19:50','8d6d9890-ec0e-4a02-896f-b998d6d45095'),
(13031,13031,1,'2026-01-21 06:20:15',NULL,NULL,NULL,1,'2026-01-21 11:20:15','2026-01-21 11:20:15','05e99d28-1738-4d0f-8e47-332a56aebd9c'),
(13032,13032,1,'2026-01-21 06:20:31',NULL,NULL,NULL,1,'2026-01-21 11:20:31','2026-01-21 11:20:31','871b5b3f-b8f5-44f9-95b8-44e6d0fcc041'),
(13033,13033,1,'2026-01-21 06:20:35',NULL,NULL,NULL,1,'2026-01-21 11:20:35','2026-01-21 11:20:35','fa07ad8c-b0d8-4d59-b765-d1bb5f6b7bbf'),
(13034,13034,1,'2026-01-21 06:20:50',NULL,NULL,NULL,1,'2026-01-21 11:20:50','2026-01-21 11:20:50','1a677492-885c-4448-b340-05887ee76d78'),
(13035,13035,1,'2026-01-21 06:20:50',NULL,NULL,NULL,1,'2026-01-21 11:20:50','2026-01-21 11:20:50','82bb4a8c-8b85-4930-8ae9-96a68b9722a3'),
(13036,13036,1,'2026-01-21 06:20:51',NULL,NULL,NULL,1,'2026-01-21 11:20:51','2026-01-21 11:20:51','77867196-183b-431d-b5c4-b3e9dd24b46a'),
(13037,13037,1,'2026-01-21 06:21:06',NULL,NULL,NULL,1,'2026-01-21 11:21:06','2026-01-21 11:21:06','352bf84c-8288-4063-9438-eb2449a98f87'),
(13038,13038,1,'2026-01-21 06:21:23',NULL,NULL,NULL,1,'2026-01-21 11:21:23','2026-01-21 11:21:23','553c469e-7c22-4feb-a442-840e847714c5'),
(13039,13039,1,'2026-01-21 06:25:12',NULL,NULL,NULL,1,'2026-01-21 11:25:12','2026-01-21 11:25:12','0441a46d-7861-450a-911a-595b9612e9c4'),
(13040,13040,1,'2026-01-21 06:26:19',NULL,NULL,NULL,1,'2026-01-21 11:26:19','2026-01-21 11:26:19','9e88b6da-43fe-4f5a-be1e-979321539121'),
(13041,13041,1,'2026-01-21 06:26:33',NULL,NULL,NULL,1,'2026-01-21 11:26:33','2026-01-21 11:26:33','35707c86-7ebf-4728-a8e0-014824895e63'),
(13042,13042,1,'2026-01-21 06:26:39',NULL,NULL,NULL,1,'2026-01-21 11:26:39','2026-01-21 11:26:39','bf6d24fc-1cc8-448c-b2c0-5a2ae918e556'),
(13043,13043,1,'2026-01-21 06:27:29',NULL,NULL,NULL,1,'2026-01-21 11:27:29','2026-01-21 11:27:29','1e000a42-01e9-4c6f-852a-e944657ec572'),
(13044,13044,1,'2026-01-21 06:28:07',NULL,NULL,NULL,1,'2026-01-21 11:28:07','2026-01-21 11:28:07','eeee8701-8959-4325-9b26-7b18eae2e452'),
(13045,13045,1,'2026-01-21 06:28:54',NULL,NULL,NULL,1,'2026-01-21 11:28:54','2026-01-21 11:28:54','95df0f01-1d9b-42f2-8de3-85c7a0148ce0'),
(13046,13046,1,'2026-01-21 06:30:17',NULL,NULL,NULL,1,'2026-01-21 11:30:17','2026-01-21 11:30:17','00bc580c-2cca-4f49-81d9-39308dd77021'),
(13047,13047,1,'2026-01-21 06:31:25',NULL,NULL,NULL,1,'2026-01-21 11:31:25','2026-01-21 11:31:25','43ad42b0-718a-49a2-8b1a-33b6d9eada55'),
(13048,13048,1,'2026-01-21 06:31:26',NULL,NULL,NULL,1,'2026-01-21 11:31:26','2026-01-21 11:31:26','ddc1515f-299f-4b50-97cf-8b816829c7f3'),
(13049,13049,1,'2026-01-21 06:31:44',NULL,NULL,NULL,1,'2026-01-21 11:31:44','2026-01-21 11:31:44','c7abf2ef-612b-401c-975a-3daeb838d8ab'),
(13050,13050,1,'2026-01-21 06:33:06',NULL,NULL,NULL,1,'2026-01-21 11:33:06','2026-01-21 11:33:06','64c1b387-353b-4ab1-8d06-c31a01d43e8b'),
(13051,13051,1,'2026-01-21 06:33:57',NULL,NULL,NULL,1,'2026-01-21 11:33:57','2026-01-21 11:33:57','e9cf2c10-60e4-419e-9542-983b0a3ba049'),
(13052,13052,1,'2026-01-21 06:33:57',NULL,NULL,NULL,1,'2026-01-21 11:33:57','2026-01-21 11:33:57','f4a68870-6db1-4184-b21a-3c783e30a436'),
(13053,13053,1,'2026-01-21 06:34:11',NULL,NULL,NULL,1,'2026-01-21 11:34:11','2026-01-21 11:34:11','e23d3694-c180-467b-b177-428db83457b0'),
(13054,13054,1,'2026-01-21 06:34:27',NULL,NULL,NULL,1,'2026-01-21 11:34:27','2026-01-21 11:34:27','21ee9f63-a512-4d6d-b372-a0b96d5b9887'),
(13055,13055,1,'2026-01-21 06:36:08',NULL,NULL,NULL,1,'2026-01-21 11:36:08','2026-01-21 11:36:09','79a1757c-900f-4b0d-a323-7658bb55429b'),
(13056,13056,1,'2026-01-21 06:37:31',NULL,NULL,NULL,1,'2026-01-21 11:37:31','2026-01-21 11:37:31','31d23cb5-d9d8-433e-8c91-9acebb5363bb'),
(13057,13057,1,'2026-01-21 06:41:52',NULL,NULL,NULL,1,'2026-01-21 11:41:52','2026-01-21 11:41:52','9561479d-204c-42a7-913b-a20506c49f15'),
(13058,13058,1,'2026-01-21 06:42:25',NULL,NULL,NULL,1,'2026-01-21 11:42:25','2026-01-21 11:42:25','9c8d709a-9622-4cca-a110-46437fd59d2c'),
(13059,13059,1,'2026-01-21 06:42:25',NULL,NULL,NULL,1,'2026-01-21 11:42:25','2026-01-21 11:42:25','ec101f24-4194-46fa-84c5-098552523d1d'),
(13060,13060,1,'2026-01-21 06:43:28',NULL,NULL,NULL,1,'2026-01-21 11:43:28','2026-01-21 11:43:28','c8f8d504-3890-4745-975f-bb6015ded213'),
(13061,13061,1,'2026-01-21 06:43:46',NULL,NULL,NULL,1,'2026-01-21 11:43:46','2026-01-21 11:43:46','f4cef206-7feb-4cf9-a2d2-62cc93aede48'),
(13062,13062,1,'2026-01-21 06:46:40',NULL,NULL,NULL,1,'2026-01-21 11:46:40','2026-01-21 11:46:40','061f3db6-7238-4c9a-b28a-1388e09c820e'),
(13063,13063,1,'2026-01-21 06:54:39',NULL,NULL,NULL,1,'2026-01-21 11:54:39','2026-01-21 11:54:39','e2e826c9-7ba3-41a5-bcc0-b25cc74ff621'),
(13064,13064,1,'2026-01-21 06:54:45',NULL,NULL,NULL,1,'2026-01-21 11:54:45','2026-01-21 11:54:45','87990834-bbe8-4548-ba5b-0863602f1450'),
(13065,13065,1,'2026-01-21 06:55:27',NULL,NULL,NULL,1,'2026-01-21 11:55:27','2026-01-21 11:55:27','8e8f0285-ca7f-482f-a4c4-b613b9728446'),
(13066,13066,1,'2026-01-21 06:57:26',NULL,NULL,NULL,1,'2026-01-21 11:57:26','2026-01-21 11:57:26','21c67f04-248b-4340-8a08-2c79f5e8bbe0'),
(13067,13067,1,'2026-01-21 07:01:47',NULL,NULL,NULL,1,'2026-01-21 12:01:47','2026-01-21 12:01:47','52771cdc-f890-48c0-b514-f8493a182f16'),
(13068,13068,1,'2026-01-21 07:08:39',NULL,NULL,NULL,1,'2026-01-21 12:08:39','2026-01-21 12:08:39','eb595a9d-c01e-4ffc-843c-769be6ab0510'),
(13069,13069,1,'2026-01-21 07:22:58',NULL,NULL,NULL,1,'2026-01-21 12:22:58','2026-01-21 12:22:58','809be478-8751-4b7c-a136-9f1af7c630e8'),
(13070,13070,1,'2026-01-21 07:39:41',NULL,NULL,NULL,1,'2026-01-21 12:39:41','2026-01-21 12:39:41','56108b32-e756-4138-8044-f6b295c85fa9'),
(13071,13071,1,'2026-01-21 07:52:54',NULL,NULL,NULL,1,'2026-01-21 12:52:54','2026-01-21 12:52:54','8e6d5a9c-cceb-49a2-bec2-5c63c8da0481'),
(13072,13072,1,'2026-01-21 07:53:31',NULL,NULL,NULL,1,'2026-01-21 12:53:31','2026-01-21 12:53:31','edf06fef-ef32-48a6-b8d2-5e1a824a931d'),
(13073,13073,1,'2026-01-21 07:55:39',NULL,NULL,NULL,1,'2026-01-21 12:55:39','2026-01-21 12:55:39','53c33ae1-95d8-4765-8e3a-ab763ac2e328'),
(13074,13074,1,'2026-01-21 07:57:08',NULL,NULL,NULL,1,'2026-01-21 12:57:08','2026-01-21 12:57:08','fb942758-18aa-4a3e-8889-d920f39f6947'),
(13075,13075,1,'2026-01-21 08:00:56',NULL,NULL,NULL,1,'2026-01-21 13:00:56','2026-01-21 13:00:56','9f6c9734-83b9-4d72-bb75-9d0ea5fed75e'),
(13076,13076,1,'2026-01-21 08:05:16',NULL,NULL,NULL,1,'2026-01-21 13:05:16','2026-01-21 13:05:16','bbe77d2f-05f6-45c1-b325-228e72e1436d'),
(13077,13077,1,'2026-01-21 08:13:09',NULL,NULL,NULL,1,'2026-01-21 13:13:09','2026-01-21 13:13:09','a0ebc74a-0170-476f-b066-4a7841f426e7'),
(13078,13078,1,'2026-01-21 08:15:32',NULL,NULL,NULL,1,'2026-01-21 13:15:32','2026-01-21 13:15:32','c95e47c6-23c8-44a3-a90e-e7f95637edf3'),
(13079,13079,1,'2026-01-21 08:16:35',NULL,NULL,NULL,1,'2026-01-21 13:16:35','2026-01-21 13:16:35','d752c1bb-8f62-4bb5-bb95-aed7ca74d6c7'),
(13080,13080,1,'2026-01-21 08:21:56',NULL,NULL,NULL,1,'2026-01-21 13:21:56','2026-01-21 13:21:56','19ffe127-4330-4119-bb24-5d7777474c1f'),
(13081,13081,1,'2026-01-21 08:25:45',NULL,NULL,NULL,1,'2026-01-21 13:25:45','2026-01-21 13:25:45','61a5e76a-4014-417f-b718-5b3205654a6b'),
(13082,13082,1,'2026-01-21 08:26:11',NULL,NULL,NULL,1,'2026-01-21 13:26:11','2026-01-21 13:26:11','87a9f356-75df-4415-b764-251223956e3b'),
(13083,13083,1,'2026-01-21 08:26:18',NULL,NULL,NULL,1,'2026-01-21 13:26:18','2026-01-21 13:26:18','124e1145-5c6d-4f80-ba32-90b8be4f0479'),
(13084,13084,1,'2026-01-21 08:27:48',NULL,NULL,NULL,1,'2026-01-21 13:27:48','2026-01-21 13:27:48','91fe3809-cfe0-4c6a-a5d7-26ba3bea4181'),
(13085,13085,1,'2026-01-21 08:28:09',NULL,NULL,NULL,1,'2026-01-21 13:28:09','2026-01-21 13:28:09','60efd9c5-1084-4e93-a03f-9ea15c860062'),
(13086,13086,1,'2026-01-21 08:30:27',NULL,NULL,NULL,1,'2026-01-21 13:30:27','2026-01-21 13:30:27','d940d34b-2bdd-47da-9689-01bebbfb1e5e'),
(13087,13087,1,'2026-01-21 08:31:08',NULL,NULL,NULL,1,'2026-01-21 13:31:08','2026-01-21 13:31:08','b9a5e7dc-55ad-4596-a71a-9b6d5f6c1d3f'),
(13088,13088,1,'2026-01-21 08:31:54',NULL,NULL,NULL,1,'2026-01-21 13:31:54','2026-01-21 13:31:54','143380f4-92a1-4910-a004-d174a7a1fad1'),
(13089,13089,1,'2026-01-21 08:33:34',NULL,NULL,NULL,1,'2026-01-21 13:33:34','2026-01-21 13:33:34','401c0cab-4bd6-4125-91e4-bdc69d8d7bc9'),
(13090,13090,1,'2026-01-21 08:34:04',NULL,NULL,NULL,1,'2026-01-21 13:34:04','2026-01-21 13:34:04','4b3c2c01-9913-4ec2-846b-7d8baa71410e'),
(13091,13091,1,'2026-01-21 08:34:12',NULL,NULL,NULL,1,'2026-01-21 13:34:12','2026-01-21 13:34:12','f2b4561a-bfe9-4d44-b1c9-e3eed95565b3'),
(13092,13092,1,'2026-01-21 08:34:23',NULL,NULL,NULL,1,'2026-01-21 13:34:23','2026-01-21 13:34:23','c99ac2b2-7018-4cad-a82e-4e215df0a4d6'),
(13093,13093,1,'2026-01-21 08:35:14',NULL,NULL,NULL,1,'2026-01-21 13:35:14','2026-01-21 13:35:14','e9c31d6c-8204-406f-83f9-8c6b24ef500a'),
(13094,13094,1,'2026-01-21 08:35:39',NULL,NULL,NULL,1,'2026-01-21 13:35:39','2026-01-21 13:35:39','30a773c6-d653-4f23-8dc1-bf01fb551fcb'),
(13095,13095,1,'2026-01-21 08:36:12',NULL,NULL,NULL,1,'2026-01-21 13:36:12','2026-01-21 13:36:12','4f1111c4-f35b-4508-aae2-238047fee027'),
(13096,13096,1,'2026-01-21 08:39:17',NULL,NULL,NULL,1,'2026-01-21 13:39:17','2026-01-21 13:39:17','02a99953-87bd-4330-8fe4-432c3efd0b21'),
(13097,13097,1,'2026-01-21 08:39:48',NULL,NULL,NULL,1,'2026-01-21 13:39:48','2026-01-21 13:39:48','1fc881e4-1d1c-46a4-a078-dbbb6f5eadcb'),
(13098,13098,1,'2026-01-21 08:40:12',NULL,NULL,NULL,1,'2026-01-21 13:40:12','2026-01-21 13:40:12','41c3f25a-d4d2-4eec-a209-67b883b5d719'),
(13099,13099,1,'2026-01-21 08:41:04',NULL,NULL,NULL,1,'2026-01-21 13:41:04','2026-01-21 13:41:04','b118731b-2221-4557-854a-be5c67441726'),
(13100,13100,1,'2026-01-21 08:41:10',NULL,NULL,NULL,1,'2026-01-21 13:41:10','2026-01-21 13:41:10','979b07f5-9141-42e1-ab60-9e301d64f750'),
(13101,13101,1,'2026-01-21 08:41:54',NULL,NULL,NULL,1,'2026-01-21 13:41:54','2026-01-21 13:41:54','1e795fe7-5b3d-4c5f-97fb-6750d2cfb8e0'),
(13102,13102,1,'2026-01-21 08:42:30',NULL,NULL,NULL,1,'2026-01-21 13:42:29','2026-01-21 13:42:30','9dd0efe5-bba2-4d56-9e8d-e90734e74d38'),
(13103,13103,1,'2026-01-21 08:42:34',NULL,NULL,NULL,1,'2026-01-21 13:42:34','2026-01-21 13:42:34','71e5db29-a5b2-4abc-967b-53bd4eb712a3'),
(13104,13104,1,'2026-01-21 08:43:04',NULL,NULL,NULL,1,'2026-01-21 13:43:04','2026-01-21 13:43:04','8284baf1-10e7-4319-a4ff-85451defffb4'),
(13105,13105,1,'2026-01-21 08:43:06',NULL,NULL,NULL,1,'2026-01-21 13:43:06','2026-01-21 13:43:06','755d17d0-b73b-4a4c-b01b-fe925034edfd'),
(13106,13106,1,'2026-01-21 08:43:33',NULL,NULL,NULL,1,'2026-01-21 13:43:32','2026-01-21 13:43:33','23d3e1f6-7fbd-46df-bf9a-92e354c27303'),
(13107,13107,1,'2026-01-21 08:43:36',NULL,NULL,NULL,1,'2026-01-21 13:43:36','2026-01-21 13:43:36','0a863cdc-1fb9-4284-a854-ddfbd982a4ae'),
(13108,13108,1,'2026-01-21 08:43:39',NULL,NULL,NULL,1,'2026-01-21 13:43:39','2026-01-21 13:43:39','eb206bab-b136-499b-b69a-7eb758d70bb5'),
(13109,13109,1,'2026-01-21 08:43:40',NULL,NULL,NULL,1,'2026-01-21 13:43:40','2026-01-21 13:43:40','d994c6cc-86b9-4061-be12-5dee98df99bd'),
(13110,13110,1,'2026-01-21 08:43:41',NULL,NULL,NULL,1,'2026-01-21 13:43:41','2026-01-21 13:43:41','ccb40a1e-de57-4519-9995-24b67b119a2f'),
(13111,13111,1,'2026-01-21 08:43:42',NULL,NULL,NULL,1,'2026-01-21 13:43:42','2026-01-21 13:43:42','eac1ee5b-c585-456e-a981-7c6d012f3654'),
(13112,13112,1,'2026-01-21 08:43:43',NULL,NULL,NULL,1,'2026-01-21 13:43:43','2026-01-21 13:43:43','2f2cd8ff-3aeb-411c-8273-e39d3e50411f'),
(13113,13113,1,'2026-01-21 08:43:44',NULL,NULL,NULL,1,'2026-01-21 13:43:44','2026-01-21 13:43:44','86a79306-3c0a-42d5-a9e8-d9a571a7450a'),
(13114,13114,1,'2026-01-21 08:43:45',NULL,NULL,NULL,1,'2026-01-21 13:43:44','2026-01-21 13:43:45','5edb86a3-4beb-4e54-9d16-6aba69119183'),
(13115,13115,1,'2026-01-21 08:43:46',NULL,NULL,NULL,1,'2026-01-21 13:43:46','2026-01-21 13:43:46','6f659601-f6ec-4e2d-844c-791fa5a07bec'),
(13116,13116,1,'2026-01-21 08:43:46',NULL,NULL,NULL,1,'2026-01-21 13:43:46','2026-01-21 13:43:46','3a28518f-c8c5-4e8d-b0db-e41d492f230c'),
(13117,13117,1,'2026-01-21 08:43:46',NULL,NULL,NULL,1,'2026-01-21 13:43:46','2026-01-21 13:43:46','f0a6f26c-f976-448e-9241-70f262fde2d1'),
(13118,13118,1,'2026-01-21 08:44:08',NULL,NULL,NULL,1,'2026-01-21 13:44:08','2026-01-21 13:44:08','2f1ff0e2-9fc0-4b01-a40c-fa12083fa70f'),
(13119,13119,1,'2026-01-21 08:44:08',NULL,NULL,NULL,1,'2026-01-21 13:44:08','2026-01-21 13:44:08','1ba45327-5055-4d29-ad8b-5e56b16e9130'),
(13511,13511,1,'2026-01-21 08:45:19',NULL,NULL,NULL,1,'2026-01-21 13:45:19','2026-01-21 13:45:19','152340a6-cfbd-4dad-ba3b-b08ca6f81888'),
(13512,13512,1,'2026-01-21 08:45:23',NULL,NULL,NULL,1,'2026-01-21 13:45:23','2026-01-21 13:45:23','119b1328-bf68-4b23-847e-6f3ec76988b6'),
(13513,13513,1,'2026-01-21 08:45:37',NULL,NULL,NULL,1,'2026-01-21 13:45:37','2026-01-21 13:45:37','99b6809d-ffd5-4245-8415-d6e63d4082b4'),
(13514,13514,1,'2026-01-21 08:45:42',NULL,NULL,NULL,1,'2026-01-21 13:45:42','2026-01-21 13:45:42','feb5cd61-a29e-49c2-9ee0-2d06124771cb'),
(13515,13515,1,'2026-01-21 08:45:43',NULL,NULL,NULL,1,'2026-01-21 13:45:43','2026-01-21 13:45:43','50628708-10ff-41a2-b4cd-b07d37612914'),
(13516,13516,1,'2026-01-21 08:45:45',NULL,NULL,NULL,1,'2026-01-21 13:45:45','2026-01-21 13:45:45','049f78f7-c25d-45f5-87f9-0cdd2f70e5f0'),
(13517,13517,1,'2026-01-21 08:45:46',NULL,NULL,NULL,1,'2026-01-21 13:45:46','2026-01-21 13:45:46','9e9ffed0-a08d-4f44-857f-a10154e4c08e'),
(13518,13518,1,'2026-01-21 08:45:48',NULL,NULL,NULL,1,'2026-01-21 13:45:48','2026-01-21 13:45:48','1b3b11f6-df9d-42fd-91ac-04167f89b2b3'),
(13519,13519,1,'2026-01-21 08:45:48',NULL,NULL,NULL,1,'2026-01-21 13:45:48','2026-01-21 13:45:48','13aa75aa-0501-435a-b200-073dac75d0c1'),
(13520,13520,1,'2026-01-21 08:45:51',NULL,NULL,NULL,1,'2026-01-21 13:45:51','2026-01-21 13:45:51','abcf45f7-fdb6-43e3-a0e2-3f41eb0ac428'),
(13521,13521,1,'2026-01-21 08:45:54',NULL,NULL,NULL,1,'2026-01-21 13:45:54','2026-01-21 13:45:54','f76eb6ec-0097-4cd1-bc4b-d5ac7f4387a2'),
(13522,13522,1,'2026-01-21 08:45:57',NULL,NULL,NULL,1,'2026-01-21 13:45:57','2026-01-21 13:45:57','a3390b9e-28a0-4db8-bf6e-ff40a3459e2a'),
(13523,13523,1,'2026-01-21 08:45:58',NULL,NULL,NULL,1,'2026-01-21 13:45:58','2026-01-21 13:45:58','8e44b103-5424-4e66-9f52-7f49350b7b84'),
(13524,13524,1,'2026-01-21 08:46:01',NULL,NULL,NULL,1,'2026-01-21 13:46:01','2026-01-21 13:46:01','e48a2442-878c-4e01-b095-3be16a345cb1'),
(13525,13525,1,'2026-01-21 08:46:06',NULL,NULL,NULL,1,'2026-01-21 13:46:06','2026-01-21 13:46:06','b50f40c6-82bb-4828-bd82-53d237377b4b'),
(13526,13526,1,'2026-01-21 08:46:18',NULL,NULL,NULL,1,'2026-01-21 13:46:18','2026-01-21 13:46:18','e9b8a2c1-3156-4219-890b-498d541f66b6'),
(13527,13527,1,'2026-01-21 08:46:19',NULL,NULL,NULL,1,'2026-01-21 13:46:19','2026-01-21 13:46:19','ca0d409d-56a4-4d5e-8165-60343c824532'),
(13528,13528,1,'2026-01-21 08:46:22',NULL,NULL,NULL,1,'2026-01-21 13:46:22','2026-01-21 13:46:22','f48fb98a-6404-4c9c-a444-4b7f140b321b'),
(13529,13529,1,'2026-01-21 08:46:24',NULL,NULL,NULL,1,'2026-01-21 13:46:24','2026-01-21 13:46:24','8ab31265-239f-4d1d-bd98-2f08264029c7'),
(13530,13530,1,'2026-01-21 08:46:29',NULL,NULL,NULL,1,'2026-01-21 13:46:29','2026-01-21 13:46:29','fe22a1c5-4255-43f1-81ec-1a5120fdc382'),
(13531,13531,1,'2026-01-21 08:46:31',NULL,NULL,NULL,1,'2026-01-21 13:46:31','2026-01-21 13:46:31','38d4b5d1-379c-4321-a181-290ec0a14800'),
(13532,13532,1,'2026-01-21 08:46:31',NULL,NULL,NULL,1,'2026-01-21 13:46:31','2026-01-21 13:46:31','93402fd0-70c1-4253-907e-8fb59f6eae26'),
(13533,13533,1,'2026-01-21 08:46:32',NULL,NULL,NULL,1,'2026-01-21 13:46:32','2026-01-21 13:46:32','00698f28-a9c7-4f21-bfd4-827dc01969da'),
(13534,13534,1,'2026-01-21 08:46:32',NULL,NULL,NULL,1,'2026-01-21 13:46:32','2026-01-21 13:46:32','ec03aaee-7e65-4d0a-9eae-e282a48e7e3a'),
(13535,13535,1,'2026-01-21 08:46:32',NULL,NULL,NULL,1,'2026-01-21 13:46:32','2026-01-21 13:46:32','52738125-3cf5-4498-a764-45671e0f2e99'),
(13536,13536,1,'2026-01-21 08:46:35',NULL,NULL,NULL,1,'2026-01-21 13:46:35','2026-01-21 13:46:35','ef759453-7a8e-49b8-be0c-250afcbbe73e'),
(13537,13537,1,'2026-01-21 08:46:36',NULL,NULL,NULL,1,'2026-01-21 13:46:36','2026-01-21 13:46:36','19e3feab-355a-419b-9ad9-59ce197b28e1'),
(13538,13538,1,'2026-01-21 08:46:36',NULL,NULL,NULL,1,'2026-01-21 13:46:36','2026-01-21 13:46:36','543501e7-e637-498e-ac03-0d9dba462532'),
(13539,13539,1,'2026-01-21 08:46:41',NULL,NULL,NULL,1,'2026-01-21 13:46:41','2026-01-21 13:46:41','1d762e4d-fd64-4239-8241-0c3bd7c0990d'),
(13540,13540,1,'2026-01-21 08:46:44',NULL,NULL,NULL,1,'2026-01-21 13:46:44','2026-01-21 13:46:44','f029eaae-a69d-4f6c-931a-67261e50236c'),
(13541,13541,1,'2026-01-21 08:46:47',NULL,NULL,NULL,1,'2026-01-21 13:46:47','2026-01-21 13:46:47','c9b4db84-2d2e-45a8-b9eb-64ab42d98745'),
(13542,13542,1,'2026-01-21 08:46:49',NULL,NULL,NULL,1,'2026-01-21 13:46:49','2026-01-21 13:46:49','ff077806-0b4a-4b4a-b6c6-2d53b3591645'),
(13543,13543,1,'2026-01-21 08:46:55',NULL,NULL,NULL,1,'2026-01-21 13:46:55','2026-01-21 13:46:55','2e3d9774-8e94-4ec8-ba47-6840e3812f95'),
(13544,13544,1,'2026-01-21 08:46:59',NULL,NULL,NULL,1,'2026-01-21 13:46:59','2026-01-21 13:46:59','eb18ea6c-a35e-4922-ac8a-32d6c93c0130'),
(13545,13545,1,'2026-01-21 08:47:00',NULL,NULL,NULL,1,'2026-01-21 13:47:00','2026-01-21 13:47:00','dcd0c4cc-1068-4d36-a253-db2b73be30be'),
(13546,13546,1,'2026-01-21 08:47:02',NULL,NULL,NULL,1,'2026-01-21 13:47:02','2026-01-21 13:47:02','511926ee-f6dc-4993-940d-14188a975a74'),
(13547,13547,1,'2026-01-21 08:47:06',NULL,NULL,NULL,1,'2026-01-21 13:47:06','2026-01-21 13:47:06','05d5b47b-b81f-41a6-9d3b-2fa4ce0c6f76'),
(13548,13548,1,'2026-01-21 08:47:07',NULL,NULL,NULL,1,'2026-01-21 13:47:07','2026-01-21 13:47:07','a0a7d103-4bb0-47d5-8f6c-3338c1d8123d'),
(13549,13549,1,'2026-01-21 08:47:10',NULL,NULL,NULL,1,'2026-01-21 13:47:10','2026-01-21 13:47:10','ae0f8633-2115-49b9-8959-69f2e6c94708'),
(13550,13550,1,'2026-01-21 08:47:11',NULL,NULL,NULL,1,'2026-01-21 13:47:11','2026-01-21 13:47:11','cd933f32-f3b8-4e89-97da-33349c20978d'),
(13551,13551,1,'2026-01-21 08:47:13',NULL,NULL,NULL,1,'2026-01-21 13:47:13','2026-01-21 13:47:13','81075658-c931-43fa-b124-f096175bb515'),
(13552,13552,1,'2026-01-21 08:47:13',NULL,NULL,NULL,1,'2026-01-21 13:47:13','2026-01-21 13:47:13','cf640ba5-723a-42e1-b878-c417671755fe'),
(13553,13553,1,'2026-01-21 08:47:16',NULL,NULL,NULL,1,'2026-01-21 13:47:16','2026-01-21 13:47:16','e4ca07fa-2df0-4efb-919e-3f12b8cd8edd'),
(13554,13554,1,'2026-01-21 08:47:17',NULL,NULL,NULL,1,'2026-01-21 13:47:17','2026-01-21 13:47:17','7247be96-c5a0-4013-8caa-9107b981ca06'),
(13555,13555,1,'2026-01-21 08:47:18',NULL,NULL,NULL,1,'2026-01-21 13:47:18','2026-01-21 13:47:18','b7f8f0e7-6535-4b89-8e70-6f9df563d6c5'),
(13556,13556,1,'2026-01-21 08:47:19',NULL,NULL,NULL,1,'2026-01-21 13:47:19','2026-01-21 13:47:19','5fc2fed0-23a2-4f14-b346-c3d5ff5e3224'),
(13557,13557,1,'2026-01-21 08:47:21',NULL,NULL,NULL,1,'2026-01-21 13:47:21','2026-01-21 13:47:21','0ce7b3fb-d2b5-423f-92c8-7e2c3cea1d35'),
(13558,13558,1,'2026-01-21 08:47:22',NULL,NULL,NULL,1,'2026-01-21 13:47:22','2026-01-21 13:47:22','a5ab233c-77b1-4290-998f-c2726882b301'),
(13559,13559,1,'2026-01-21 08:47:22',NULL,NULL,NULL,1,'2026-01-21 13:47:22','2026-01-21 13:47:22','1df76933-8dcb-4ad4-8459-f6216d8890c3'),
(13560,13560,1,'2026-01-21 08:47:24',NULL,NULL,NULL,1,'2026-01-21 13:47:24','2026-01-21 13:47:24','9152b009-a5fd-4104-b968-15a79bdaa2c0'),
(13561,13561,1,'2026-01-21 08:47:26',NULL,NULL,NULL,1,'2026-01-21 13:47:26','2026-01-21 13:47:26','4f0e7fed-c104-4692-95eb-5b63508893ef'),
(13562,13562,1,'2026-01-21 08:47:28',NULL,NULL,NULL,1,'2026-01-21 13:47:28','2026-01-21 13:47:28','ba3d8ef3-7085-4e04-b587-2d6f9f0c1d6c'),
(13563,13563,1,'2026-01-21 08:47:31',NULL,NULL,NULL,1,'2026-01-21 13:47:31','2026-01-21 13:47:31','61334dc8-36d3-4587-88f5-feded0f77afb'),
(13564,13564,1,'2026-01-21 08:47:32',NULL,NULL,NULL,1,'2026-01-21 13:47:32','2026-01-21 13:47:32','e7f5f16b-802b-494c-b801-b662c228bb8a'),
(13565,13565,1,'2026-01-21 08:47:33',NULL,NULL,NULL,1,'2026-01-21 13:47:33','2026-01-21 13:47:33','d6edd1a0-50a9-466b-a2a5-6797ece908fd'),
(13566,13566,1,'2026-01-21 08:47:36',NULL,NULL,NULL,1,'2026-01-21 13:47:36','2026-01-21 13:47:36','4fba8018-a525-44a6-a301-d884dfe49311'),
(13567,13567,1,'2026-01-21 08:47:36',NULL,NULL,NULL,1,'2026-01-21 13:47:36','2026-01-21 13:47:36','7d7b684f-31b5-4382-a831-7d36c8c98986'),
(13568,13568,1,'2026-01-21 08:47:38',NULL,NULL,NULL,1,'2026-01-21 13:47:38','2026-01-21 13:47:38','84065753-049c-403a-b997-bccab6299add'),
(13569,13569,1,'2026-01-21 08:47:42',NULL,NULL,NULL,1,'2026-01-21 13:47:42','2026-01-21 13:47:42','a682d16f-43de-4676-81fa-1e9d2562f77a'),
(13570,13570,1,'2026-01-21 08:47:44',NULL,NULL,NULL,1,'2026-01-21 13:47:44','2026-01-21 13:47:44','e5b871e6-19bb-42e1-831b-9e34b7163e31'),
(13571,13571,1,'2026-01-21 08:47:48',NULL,NULL,NULL,1,'2026-01-21 13:47:48','2026-01-21 13:47:48','f13fc7c5-2617-42e7-ad22-6276500c442e'),
(13572,13572,1,'2026-01-21 08:47:50',NULL,NULL,NULL,1,'2026-01-21 13:47:50','2026-01-21 13:47:50','f2d5f613-a2fd-4674-bf59-b18820348bee'),
(13573,13573,1,'2026-01-21 08:47:53',NULL,NULL,NULL,1,'2026-01-21 13:47:53','2026-01-21 13:47:53','5a9576aa-141d-4971-bdc8-05c83f1d1d6f'),
(13574,13574,1,'2026-01-21 08:47:55',NULL,NULL,NULL,1,'2026-01-21 13:47:55','2026-01-21 13:47:55','9226694a-5266-4d78-9bad-2500ffc090a7'),
(13575,13575,1,'2026-01-21 08:47:57',NULL,NULL,NULL,1,'2026-01-21 13:47:57','2026-01-21 13:47:57','411d2c57-527d-43ba-9ca6-041c42c83b03'),
(13576,13576,1,'2026-01-21 08:47:59',NULL,NULL,NULL,1,'2026-01-21 13:47:59','2026-01-21 13:47:59','e771c713-d6e1-452f-90bf-7d40959e59c2'),
(13577,13577,1,'2026-01-21 08:48:04',NULL,NULL,NULL,1,'2026-01-21 13:48:04','2026-01-21 13:48:04','369888a6-1b86-45e6-9a8f-2a4817f0b957'),
(13578,13578,1,'2026-01-21 08:48:05',NULL,NULL,NULL,1,'2026-01-21 13:48:05','2026-01-21 13:48:05','33625e63-15d5-42f4-894a-f02d61839585'),
(13579,13579,1,'2026-01-21 08:48:07',NULL,NULL,NULL,1,'2026-01-21 13:48:07','2026-01-21 13:48:07','40abfc96-d939-44e9-99b9-a93b44370572'),
(13580,13580,1,'2026-01-21 08:48:10',NULL,NULL,NULL,1,'2026-01-21 13:48:10','2026-01-21 13:48:10','e4abc5d8-c0ae-4460-a084-223f8d988f03'),
(13581,13581,1,'2026-01-21 08:48:10',NULL,NULL,NULL,1,'2026-01-21 13:48:10','2026-01-21 13:48:10','896e2576-ecc5-473e-9278-f6332fcb59c5'),
(13582,13582,1,'2026-01-21 08:48:12',NULL,NULL,NULL,1,'2026-01-21 13:48:12','2026-01-21 13:48:12','16970cb8-980c-4cfd-adb5-36f64922c3ac'),
(13583,13583,1,'2026-01-21 08:48:13',NULL,NULL,NULL,1,'2026-01-21 13:48:13','2026-01-21 13:48:13','4da907b4-cda8-441d-894c-e6bc4c2fadad'),
(13584,13584,1,'2026-01-21 08:48:17',NULL,NULL,NULL,1,'2026-01-21 13:48:17','2026-01-21 13:48:17','d21feee4-8ae9-4fa9-b7f7-c2e878e5b260'),
(13585,13585,1,'2026-01-21 08:48:19',NULL,NULL,NULL,1,'2026-01-21 13:48:19','2026-01-21 13:48:19','cbc51878-67d6-4a4d-a1de-d1b25bbf3d67'),
(13586,13586,1,'2026-01-21 08:48:21',NULL,NULL,NULL,1,'2026-01-21 13:48:21','2026-01-21 13:48:21','5eece051-7b89-4986-b82f-b975e92f94dc'),
(13587,13587,1,'2026-01-21 08:48:22',NULL,NULL,NULL,1,'2026-01-21 13:48:22','2026-01-21 13:48:22','04f32d18-28d1-4ba6-ba80-a0eca3e24d65'),
(13588,13588,1,'2026-01-21 08:48:23',NULL,NULL,NULL,1,'2026-01-21 13:48:23','2026-01-21 13:48:23','abcfac2e-b247-4bf2-a04b-98c4375c0f09'),
(13589,13589,1,'2026-01-21 08:48:25',NULL,NULL,NULL,1,'2026-01-21 13:48:25','2026-01-21 13:48:25','0022c59e-aff1-4464-8ee2-cf6e319bd95e'),
(13590,13590,1,'2026-01-21 08:48:32',NULL,NULL,NULL,1,'2026-01-21 13:48:32','2026-01-21 13:48:32','10d80ec1-ccfe-42e8-80f5-2ba970fa972f'),
(13591,13591,1,'2026-01-21 08:48:33',NULL,NULL,NULL,1,'2026-01-21 13:48:33','2026-01-21 13:48:33','c27844ec-4630-4292-a3fd-27dc27ff8b83'),
(13592,13592,1,'2026-01-21 08:48:33',NULL,NULL,NULL,1,'2026-01-21 13:48:33','2026-01-21 13:48:33','2b368b9b-4e6f-453f-94a4-ff234fc10267'),
(13593,13593,1,'2026-01-21 08:48:35',NULL,NULL,NULL,1,'2026-01-21 13:48:35','2026-01-21 13:48:35','6694646d-7d59-4ec5-8ed3-0f3da364ef6c'),
(13594,13594,1,'2026-01-21 08:48:37',NULL,NULL,NULL,1,'2026-01-21 13:48:37','2026-01-21 13:48:37','c21ba900-5d55-48f2-a019-e013440368ca'),
(13595,13595,1,'2026-01-21 08:48:38',NULL,NULL,NULL,1,'2026-01-21 13:48:38','2026-01-21 13:48:38','53b254c4-2fe8-49cf-a1ab-ec5c3d2ccab3'),
(13596,13596,1,'2026-01-21 08:48:38',NULL,NULL,NULL,1,'2026-01-21 13:48:38','2026-01-21 13:48:38','d11f3f69-a064-43fa-8e90-fa2382168d9f'),
(13597,13597,1,'2026-01-21 08:48:39',NULL,NULL,NULL,1,'2026-01-21 13:48:39','2026-01-21 13:48:39','b5fbac3f-3a39-4ca2-9c12-74fad1a724cd'),
(13598,13598,1,'2026-01-21 08:48:40',NULL,NULL,NULL,1,'2026-01-21 13:48:40','2026-01-21 13:48:40','6f4ded8c-976d-4bc6-9dd9-1d3f536f6421'),
(13599,13599,1,'2026-01-21 08:48:40',NULL,NULL,NULL,1,'2026-01-21 13:48:40','2026-01-21 13:48:40','ceaf4667-4635-4b8f-b449-f656b80014d1'),
(13600,13600,1,'2026-01-21 08:48:42',NULL,NULL,NULL,1,'2026-01-21 13:48:42','2026-01-21 13:48:42','f55e5ab0-d9b0-405c-9b1a-2f72106e60f7'),
(13601,13601,1,'2026-01-21 08:48:44',NULL,NULL,NULL,1,'2026-01-21 13:48:44','2026-01-21 13:48:44','4fa899a5-7de0-4c02-9290-e29aee998975'),
(13602,13602,1,'2026-01-21 08:48:44',NULL,NULL,NULL,1,'2026-01-21 13:48:44','2026-01-21 13:48:44','43026d8e-2f6b-4fcb-a3c6-e55d37a5e456'),
(13603,13603,1,'2026-01-21 08:48:45',NULL,NULL,NULL,1,'2026-01-21 13:48:45','2026-01-21 13:48:45','782a54be-3200-46d2-a098-d4bc7baecfe3'),
(13604,13604,1,'2026-01-21 08:48:45',NULL,NULL,NULL,1,'2026-01-21 13:48:45','2026-01-21 13:48:45','ccee5084-b6af-4874-a00a-5f99d0a169a1'),
(13605,13605,1,'2026-01-21 08:48:47',NULL,NULL,NULL,1,'2026-01-21 13:48:47','2026-01-21 13:48:47','d144312e-9f8d-4ecc-b494-e81203f0e483'),
(13606,13606,1,'2026-01-21 08:48:48',NULL,NULL,NULL,1,'2026-01-21 13:48:48','2026-01-21 13:48:48','9c66b51f-b151-4aad-a58a-2b543bee9b8e'),
(13607,13607,1,'2026-01-21 08:48:49',NULL,NULL,NULL,1,'2026-01-21 13:48:49','2026-01-21 13:48:49','73d3d53d-e4a1-4389-a50a-e3936ab543da'),
(13608,13608,1,'2026-01-21 08:48:57',NULL,NULL,NULL,1,'2026-01-21 13:48:57','2026-01-21 13:48:57','17122854-fb0d-4dfd-8d60-8a0279189e21'),
(13609,13609,1,'2026-01-21 08:49:05',NULL,NULL,NULL,1,'2026-01-21 13:49:05','2026-01-21 13:49:05','6393eb44-de59-4a87-b180-92a7380c6b72'),
(13610,13610,1,'2026-01-21 08:49:09',NULL,NULL,NULL,1,'2026-01-21 13:49:09','2026-01-21 13:49:09','ea1d08c6-cc9f-4572-91a8-9e4b16feab38'),
(13611,13611,1,'2026-01-21 08:49:12',NULL,NULL,NULL,1,'2026-01-21 13:49:12','2026-01-21 13:49:12','07ba72b2-0c19-4a0c-8625-d861116d5df1'),
(13612,13612,1,'2026-01-21 08:49:14',NULL,NULL,NULL,1,'2026-01-21 13:49:14','2026-01-21 13:49:14','db5335f0-17e2-4cc3-8616-68dbc56ec6db'),
(13613,13613,1,'2026-01-21 08:49:15',NULL,NULL,NULL,1,'2026-01-21 13:49:15','2026-01-21 13:49:15','7263c0c2-679f-45e2-a9f1-258db0bb8cb8'),
(13614,13614,1,'2026-01-21 08:49:19',NULL,NULL,NULL,1,'2026-01-21 13:49:19','2026-01-21 13:49:19','c688d5a5-54cc-4e2f-b9ed-65714653e9ce'),
(13615,13615,1,'2026-01-21 08:49:21',NULL,NULL,NULL,1,'2026-01-21 13:49:21','2026-01-21 13:49:21','f809f90f-0a40-453e-9026-bd5b2900352d'),
(13616,13616,1,'2026-01-21 08:49:27',NULL,NULL,NULL,1,'2026-01-21 13:49:27','2026-01-21 13:49:27','cc842bef-ca21-49ab-a0ca-9fc3a82b260a'),
(13617,13617,1,'2026-01-21 08:49:27',NULL,NULL,NULL,1,'2026-01-21 13:49:27','2026-01-21 13:49:27','d2d135fd-60df-404f-9050-fb44e7bee26e'),
(13618,13618,1,'2026-01-21 08:49:27',NULL,NULL,NULL,1,'2026-01-21 13:49:27','2026-01-21 13:49:27','6222add2-8719-4019-a283-b47a6c876970'),
(13619,13619,1,'2026-01-21 08:49:28',NULL,NULL,NULL,1,'2026-01-21 13:49:28','2026-01-21 13:49:28','f4212e84-b8a5-44ac-95ed-8fb294f85c35'),
(13620,13620,1,'2026-01-21 08:49:32',NULL,NULL,NULL,1,'2026-01-21 13:49:32','2026-01-21 13:49:32','cc50d805-7fba-41f4-a223-36d65cd69044'),
(13621,13621,1,'2026-01-21 08:49:33',NULL,NULL,NULL,1,'2026-01-21 13:49:33','2026-01-21 13:49:33','ccf4959a-4065-401c-a40a-f42f6ad7767d'),
(13622,13622,1,'2026-01-21 08:49:40',NULL,NULL,NULL,1,'2026-01-21 13:49:40','2026-01-21 13:49:40','f877d126-5b43-41f7-bb7c-f1e4fdc9bdac'),
(13623,13623,1,'2026-01-21 08:49:43',NULL,NULL,NULL,1,'2026-01-21 13:49:42','2026-01-21 13:49:43','d94666a9-5570-4bad-bef6-78cb9e2aaf92'),
(13624,13624,1,'2026-01-21 08:49:46',NULL,NULL,NULL,1,'2026-01-21 13:49:46','2026-01-21 13:49:46','f8fb7576-c9a8-4e43-a70f-23f671d578ad'),
(13625,13625,1,'2026-01-21 08:49:50',NULL,NULL,NULL,1,'2026-01-21 13:49:50','2026-01-21 13:49:50','496010b6-055d-40e2-b889-c82ade1ac7b8'),
(13626,13626,1,'2026-01-21 08:49:52',NULL,NULL,NULL,1,'2026-01-21 13:49:52','2026-01-21 13:49:52','54312f58-7c42-477c-8b5f-8be89bf5ee94'),
(13627,13627,1,'2026-01-21 08:49:54',NULL,NULL,NULL,1,'2026-01-21 13:49:54','2026-01-21 13:49:54','5dde8443-03e1-4abc-9488-37bba2cefc84'),
(13628,13628,1,'2026-01-21 08:49:56',NULL,NULL,NULL,1,'2026-01-21 13:49:56','2026-01-21 13:49:56','a483ced3-3fc1-46f7-83a0-74bdf89451cf'),
(13629,13629,1,'2026-01-21 08:49:57',NULL,NULL,NULL,1,'2026-01-21 13:49:57','2026-01-21 13:49:57','334be81a-7493-41ba-80f9-89c87322e197'),
(13630,13630,1,'2026-01-21 08:50:06',NULL,NULL,NULL,1,'2026-01-21 13:50:06','2026-01-21 13:50:06','fbde559b-5197-49b8-83c2-434050d70421'),
(13631,13631,1,'2026-01-21 08:50:06',NULL,NULL,NULL,1,'2026-01-21 13:50:06','2026-01-21 13:50:06','e57ea5b2-fb51-4336-8778-8714b77e29a6'),
(13632,13632,1,'2026-01-21 08:50:08',NULL,NULL,NULL,1,'2026-01-21 13:50:08','2026-01-21 13:50:08','84cf2b33-31f5-40fe-8aa3-0236cd8fbae3'),
(13633,13633,1,'2026-01-21 08:50:10',NULL,NULL,NULL,1,'2026-01-21 13:50:10','2026-01-21 13:50:10','f4b16a00-9c0a-476a-bf73-0eac8f21effd'),
(13634,13634,1,'2026-01-21 08:50:12',NULL,NULL,NULL,1,'2026-01-21 13:50:12','2026-01-21 13:50:12','ec46d9c4-91ed-4a1e-9d97-59cc2378e738'),
(13635,13635,1,'2026-01-21 08:50:15',NULL,NULL,NULL,1,'2026-01-21 13:50:15','2026-01-21 13:50:15','33bd6bbd-5e46-4a90-96dd-decf4b21b484'),
(13636,13636,1,'2026-01-21 08:50:15',NULL,NULL,NULL,1,'2026-01-21 13:50:15','2026-01-21 13:50:15','4bd32ff3-8925-41d6-b30a-408d6f60fa72'),
(13637,13637,1,'2026-01-21 08:50:17',NULL,NULL,NULL,1,'2026-01-21 13:50:17','2026-01-21 13:50:17','62474b97-8646-4b1f-bcdd-14145a97ec7b'),
(13638,13638,1,'2026-01-21 08:50:19',NULL,NULL,NULL,1,'2026-01-21 13:50:19','2026-01-21 13:50:19','8d577dcc-9e86-47e0-9e9e-73883f494969'),
(13639,13639,1,'2026-01-21 08:50:20',NULL,NULL,NULL,1,'2026-01-21 13:50:20','2026-01-21 13:50:20','48b0c175-36b1-45b5-9507-e3461e4d9810'),
(13640,13640,1,'2026-01-21 08:50:21',NULL,NULL,NULL,1,'2026-01-21 13:50:21','2026-01-21 13:50:21','a1a0271b-4da9-444d-aba1-41ec5767b0cb'),
(13641,13641,1,'2026-01-21 08:50:22',NULL,NULL,NULL,1,'2026-01-21 13:50:22','2026-01-21 13:50:22','b1cca65b-c6cd-49d0-b7ad-7ce544014bb9'),
(13642,13642,1,'2026-01-21 08:50:26',NULL,NULL,NULL,1,'2026-01-21 13:50:26','2026-01-21 13:50:26','97020088-0d6d-4ec9-a9ea-408d074fc9c0'),
(13643,13643,1,'2026-01-21 08:50:27',NULL,NULL,NULL,1,'2026-01-21 13:50:27','2026-01-21 13:50:27','f7e892f8-a53d-46f8-9e27-00f1a7721d5d'),
(13644,13644,1,'2026-01-21 08:50:32',NULL,NULL,NULL,1,'2026-01-21 13:50:32','2026-01-21 13:50:32','775ac88b-586d-4d47-b6f5-92c11c1cfb55'),
(13645,13645,1,'2026-01-21 08:50:37',NULL,NULL,NULL,1,'2026-01-21 13:50:37','2026-01-21 13:50:37','633c31bb-b085-46a8-9b2b-50d705648d8b'),
(13646,13646,1,'2026-01-21 08:50:43',NULL,NULL,NULL,1,'2026-01-21 13:50:43','2026-01-21 13:50:43','b901fe5e-b323-4e55-aa4c-7d8602665720'),
(13647,13647,1,'2026-01-21 08:50:45',NULL,NULL,NULL,1,'2026-01-21 13:50:45','2026-01-21 13:50:45','5f3e1ee1-29bc-452b-af3f-b02974869d76'),
(13648,13648,1,'2026-01-21 08:50:46',NULL,NULL,NULL,1,'2026-01-21 13:50:46','2026-01-21 13:50:46','b696b27a-03cd-4517-8173-a167e9ff2aa1'),
(13649,13649,1,'2026-01-21 08:50:47',NULL,NULL,NULL,1,'2026-01-21 13:50:47','2026-01-21 13:50:47','5f1dcf25-c33f-4ab7-ad6b-b95acc7f5128'),
(13650,13650,1,'2026-01-21 08:50:48',NULL,NULL,NULL,1,'2026-01-21 13:50:48','2026-01-21 13:50:48','59a9458a-1d62-4915-875d-803dcca1f2e1'),
(13651,13651,1,'2026-01-21 08:50:48',NULL,NULL,NULL,1,'2026-01-21 13:50:48','2026-01-21 13:50:48','8d178dc0-a73c-430f-b2be-f9175639db90'),
(13652,13652,1,'2026-01-21 08:50:49',NULL,NULL,NULL,1,'2026-01-21 13:50:49','2026-01-21 13:50:49','9007a650-aeb7-4482-a128-babbe8c6923d'),
(13653,13653,1,'2026-01-21 08:50:50',NULL,NULL,NULL,1,'2026-01-21 13:50:50','2026-01-21 13:50:50','9a34f196-4c06-4ea8-92f0-98ccd35cf653'),
(13654,13654,1,'2026-01-21 08:50:52',NULL,NULL,NULL,1,'2026-01-21 13:50:52','2026-01-21 13:50:52','dd159e73-815a-4916-90e0-fa4ba8f2cc2d'),
(13655,13655,1,'2026-01-21 08:50:57',NULL,NULL,NULL,1,'2026-01-21 13:50:57','2026-01-21 13:50:57','f9c257d9-9fa4-4ccc-b55e-9735e4300b6c'),
(13656,13656,1,'2026-01-21 08:50:58',NULL,NULL,NULL,1,'2026-01-21 13:50:58','2026-01-21 13:50:58','ad2983d0-ec5f-4be9-920c-db45ae1e0c43'),
(13657,13657,1,'2026-01-21 08:51:07',NULL,NULL,NULL,1,'2026-01-21 13:51:07','2026-01-21 13:51:07','a80e6593-ef23-4cda-9b65-3009525410fa'),
(13658,13658,1,'2026-01-21 08:51:08',NULL,NULL,NULL,1,'2026-01-21 13:51:08','2026-01-21 13:51:08','9d36661d-7ca9-4df0-975d-ce15a1bc0fec'),
(13659,13659,1,'2026-01-21 08:51:15',NULL,NULL,NULL,1,'2026-01-21 13:51:15','2026-01-21 13:51:15','ba32bff9-6b4e-427c-9a97-e78934e3ee53'),
(13660,13660,1,'2026-01-21 08:51:16',NULL,NULL,NULL,1,'2026-01-21 13:51:16','2026-01-21 13:51:16','db35a6a5-f181-4854-aa02-791a5db9070d'),
(13661,13661,1,'2026-01-21 08:51:21',NULL,NULL,NULL,1,'2026-01-21 13:51:21','2026-01-21 13:51:21','76e5cd73-56fd-431e-b5ce-219553a10cb6'),
(13662,13662,1,'2026-01-21 08:51:23',NULL,NULL,NULL,1,'2026-01-21 13:51:23','2026-01-21 13:51:23','435053be-b9d9-4088-8645-880105bd14e3'),
(13663,13663,1,'2026-01-21 08:51:27',NULL,NULL,NULL,1,'2026-01-21 13:51:27','2026-01-21 13:51:27','e8aa706f-698b-4f9f-a911-b87dad3213ba'),
(13664,13664,1,'2026-01-21 08:51:28',NULL,NULL,NULL,1,'2026-01-21 13:51:28','2026-01-21 13:51:28','9c8c2ff5-4879-4683-84dd-88389220a1e3'),
(13665,13665,1,'2026-01-21 08:51:32',NULL,NULL,NULL,1,'2026-01-21 13:51:32','2026-01-21 13:51:32','e4955306-fe32-4701-a2c5-0c273658c229'),
(13666,13666,1,'2026-01-21 08:51:34',NULL,NULL,NULL,1,'2026-01-21 13:51:34','2026-01-21 13:51:34','323e2c0f-3713-4598-903d-98edb43bdf03'),
(13667,13667,1,'2026-01-21 08:51:37',NULL,NULL,NULL,1,'2026-01-21 13:51:36','2026-01-21 13:51:37','40b73e96-5cee-4a91-aacd-4c76929546dc'),
(13668,13668,1,'2026-01-21 08:51:37',NULL,NULL,NULL,1,'2026-01-21 13:51:37','2026-01-21 13:51:37','628fde81-5990-4429-9c55-d287d92e6f3c'),
(13669,13669,1,'2026-01-21 08:51:42',NULL,NULL,NULL,1,'2026-01-21 13:51:42','2026-01-21 13:51:42','cbca5c5b-26f4-4966-a7f3-1ee11cddcdc4'),
(13670,13670,1,'2026-01-21 08:51:48',NULL,NULL,NULL,1,'2026-01-21 13:51:48','2026-01-21 13:51:48','e8dec4e4-cd65-43a6-9bc1-bf5737d5f72d'),
(13671,13671,1,'2026-01-21 08:51:51',NULL,NULL,NULL,1,'2026-01-21 13:51:51','2026-01-21 13:51:51','4d40e884-39cb-4365-b005-6357f92aad20'),
(13672,13672,1,'2026-01-21 08:51:56',NULL,NULL,NULL,1,'2026-01-21 13:51:56','2026-01-21 13:51:56','4df14984-a3ef-4cc8-a71b-39a234f05768'),
(13673,13673,1,'2026-01-21 08:52:05',NULL,NULL,NULL,1,'2026-01-21 13:52:05','2026-01-21 13:52:05','740248b3-0697-41b5-b343-02983f153db4'),
(13674,13674,1,'2026-01-21 08:52:15',NULL,NULL,NULL,1,'2026-01-21 13:52:15','2026-01-21 13:52:15','ad30e4d7-d2fb-4b27-98f4-d42dd3d49229'),
(13675,13675,1,'2026-01-21 08:52:15',NULL,NULL,NULL,1,'2026-01-21 13:52:15','2026-01-21 13:52:15','205b77e4-7468-41e9-9772-37da68a65249'),
(13676,13676,1,'2026-01-21 08:52:19',NULL,NULL,NULL,1,'2026-01-21 13:52:19','2026-01-21 13:52:19','5ffef87c-009d-4195-8bd2-d54deb142885'),
(13677,13677,1,'2026-01-21 08:52:22',NULL,NULL,NULL,1,'2026-01-21 13:52:22','2026-01-21 13:52:22','e9763b48-6bef-4fe7-9f81-6192f763714d'),
(13678,13678,1,'2026-01-21 08:52:24',NULL,NULL,NULL,1,'2026-01-21 13:52:24','2026-01-21 13:52:24','0c4e3a56-3941-470a-8b78-4fcc4a8c9329'),
(13679,13679,1,'2026-01-21 08:52:25',NULL,NULL,NULL,1,'2026-01-21 13:52:25','2026-01-21 13:52:25','c404b895-8173-4afc-ab65-9eea99927aa7'),
(13680,13680,1,'2026-01-21 08:52:25',NULL,NULL,NULL,1,'2026-01-21 13:52:25','2026-01-21 13:52:25','a01ec3d1-ce0a-4ed1-a2c2-c93d8eb80be9'),
(13681,13681,1,'2026-01-21 08:52:27',NULL,NULL,NULL,1,'2026-01-21 13:52:27','2026-01-21 13:52:27','70edde5c-00c6-4660-ba06-230c3e174847'),
(13682,13682,1,'2026-01-21 08:52:29',NULL,NULL,NULL,1,'2026-01-21 13:52:29','2026-01-21 13:52:29','da9a1b63-e3c8-4059-993d-46f1cf6383e3'),
(13683,13683,1,'2026-01-21 08:52:29',NULL,NULL,NULL,1,'2026-01-21 13:52:29','2026-01-21 13:52:29','cb22e184-8e80-4dcf-9765-7cb0361e8935'),
(13684,13684,1,'2026-01-21 08:52:30',NULL,NULL,NULL,1,'2026-01-21 13:52:30','2026-01-21 13:52:30','204eec29-09be-45ea-b494-07da59071cc2'),
(13685,13685,1,'2026-01-21 08:52:34',NULL,NULL,NULL,1,'2026-01-21 13:52:34','2026-01-21 13:52:34','33146efe-d40b-4bc3-9d15-9f7c981904a8'),
(13686,13686,1,'2026-01-21 08:52:35',NULL,NULL,NULL,1,'2026-01-21 13:52:35','2026-01-21 13:52:35','c2234a18-9020-4b58-919a-96f0e880f44b'),
(13687,13687,1,'2026-01-21 08:52:39',NULL,NULL,NULL,1,'2026-01-21 13:52:39','2026-01-21 13:52:39','c617927a-f4ab-4578-87e9-31b29c64e5b7'),
(13688,13688,1,'2026-01-21 08:52:41',NULL,NULL,NULL,1,'2026-01-21 13:52:41','2026-01-21 13:52:41','f9efd07e-0378-4416-a740-8762df5b47a2'),
(13689,13689,1,'2026-01-21 08:52:44',NULL,NULL,NULL,1,'2026-01-21 13:52:44','2026-01-21 13:52:44','95edd8a5-7597-4fc3-a1d0-a33366ee24c1'),
(13690,13690,1,'2026-01-21 08:52:46',NULL,NULL,NULL,1,'2026-01-21 13:52:46','2026-01-21 13:52:46','1f7ac3f5-e1ad-4252-8df8-d412cfc49903'),
(13691,13691,1,'2026-01-21 08:52:47',NULL,NULL,NULL,1,'2026-01-21 13:52:47','2026-01-21 13:52:47','9dee9004-60f7-45fa-8ef9-9c27d509bbd7'),
(13692,13692,1,'2026-01-21 08:52:50',NULL,NULL,NULL,1,'2026-01-21 13:52:50','2026-01-21 13:52:50','1056fefe-af4d-4330-8221-44eff1eb5376'),
(13693,13693,1,'2026-01-21 08:52:51',NULL,NULL,NULL,1,'2026-01-21 13:52:51','2026-01-21 13:52:51','6f567f2f-c5af-4651-bbe2-33d23b78a486'),
(13694,13694,1,'2026-01-21 08:52:52',NULL,NULL,NULL,1,'2026-01-21 13:52:52','2026-01-21 13:52:52','1d83a349-f658-4a98-a720-b6118767d813'),
(13695,13695,1,'2026-01-21 08:52:52',NULL,NULL,NULL,1,'2026-01-21 13:52:52','2026-01-21 13:52:52','19accde6-5b68-4cf0-97cb-5ead6cec5306'),
(13696,13696,1,'2026-01-21 08:52:53',NULL,NULL,NULL,1,'2026-01-21 13:52:53','2026-01-21 13:52:53','92e67903-1b74-450a-898f-2124bef00d9e'),
(13697,13697,1,'2026-01-21 08:52:54',NULL,NULL,NULL,1,'2026-01-21 13:52:54','2026-01-21 13:52:54','7868ae16-116e-429e-8b81-90e77284b3f4'),
(13698,13698,1,'2026-01-21 08:52:59',NULL,NULL,NULL,1,'2026-01-21 13:52:59','2026-01-21 13:52:59','8e392b04-de7a-4945-80d1-5435a802ae70'),
(13699,13699,1,'2026-01-21 08:53:01',NULL,NULL,NULL,1,'2026-01-21 13:53:01','2026-01-21 13:53:01','f5636245-3da7-426e-9fbf-33d0cf9d8206'),
(13700,13700,1,'2026-01-21 08:53:05',NULL,NULL,NULL,1,'2026-01-21 13:53:05','2026-01-21 13:53:05','0e6dda09-5881-412a-a420-ed018b8e266a'),
(13701,13701,1,'2026-01-21 08:53:05',NULL,NULL,NULL,1,'2026-01-21 13:53:05','2026-01-21 13:53:05','cf0e5ab4-0152-4f78-acaa-20a74a57a5ad'),
(13702,13702,1,'2026-01-21 08:53:06',NULL,NULL,NULL,1,'2026-01-21 13:53:06','2026-01-21 13:53:06','e96f08db-520b-487a-99e4-01430ab73ddf'),
(13703,13703,1,'2026-01-21 08:53:07',NULL,NULL,NULL,1,'2026-01-21 13:53:07','2026-01-21 13:53:07','d23c02b6-65f3-442c-aeb8-8f01e43adaa2'),
(13704,13704,1,'2026-01-21 08:53:08',NULL,NULL,NULL,1,'2026-01-21 13:53:08','2026-01-21 13:53:08','3cd98332-99db-47c7-8433-b3a8dae0efb3'),
(13705,13705,1,'2026-01-21 08:53:09',NULL,NULL,NULL,1,'2026-01-21 13:53:09','2026-01-21 13:53:09','d1a543c9-105d-4e27-8534-875a90e083b9'),
(13706,13706,1,'2026-01-21 08:53:09',NULL,NULL,NULL,1,'2026-01-21 13:53:09','2026-01-21 13:53:09','34fd7ab4-a1d9-45f1-a73b-dca030f46e64'),
(13707,13707,1,'2026-01-21 08:53:11',NULL,NULL,NULL,1,'2026-01-21 13:53:11','2026-01-21 13:53:11','dd55d21f-bcde-4c98-90a4-ba65ea75b59d'),
(13708,13708,1,'2026-01-21 08:53:15',NULL,NULL,NULL,1,'2026-01-21 13:53:15','2026-01-21 13:53:15','3ac6de3c-bd00-4bf7-b89e-6a9bc5e68864'),
(13709,13709,1,'2026-01-21 08:53:19',NULL,NULL,NULL,1,'2026-01-21 13:53:19','2026-01-21 13:53:19','98675d08-94ca-4106-b92d-b7cc64c32eba'),
(13710,13710,1,'2026-01-21 08:53:20',NULL,NULL,NULL,1,'2026-01-21 13:53:20','2026-01-21 13:53:20','0caa418a-ed4e-4024-93c7-08d004fd1a7d'),
(13711,13711,1,'2026-01-21 08:53:21',NULL,NULL,NULL,1,'2026-01-21 13:53:21','2026-01-21 13:53:21','d8728e07-c207-41ad-9471-19088fb0fb7f'),
(13712,13712,1,'2026-01-21 08:53:26',NULL,NULL,NULL,1,'2026-01-21 13:53:26','2026-01-21 13:53:26','30cd8667-befe-4c67-8b91-ce7712846a53'),
(13713,13713,1,'2026-01-21 08:53:27',NULL,NULL,NULL,1,'2026-01-21 13:53:27','2026-01-21 13:53:27','b2adad24-481d-47d6-b9e6-aae3cd70c764'),
(13714,13714,1,'2026-01-21 08:53:29',NULL,NULL,NULL,1,'2026-01-21 13:53:29','2026-01-21 13:53:29','e61f3b24-249f-48bc-8638-1c8756bd3e54'),
(13715,13715,1,'2026-01-21 08:53:30',NULL,NULL,NULL,1,'2026-01-21 13:53:30','2026-01-21 13:53:30','f0ab719d-809b-4c69-a090-07b3dd1ff2dd'),
(13716,13716,1,'2026-01-21 08:53:38',NULL,NULL,NULL,1,'2026-01-21 13:53:38','2026-01-21 13:53:38','bb60f79a-7513-4bc6-bed9-0775c75a6a8c'),
(13717,13717,1,'2026-01-21 08:53:41',NULL,NULL,NULL,1,'2026-01-21 13:53:41','2026-01-21 13:53:41','1acedda8-0de6-4028-bfeb-84517832196c'),
(13718,13718,1,'2026-01-21 08:53:43',NULL,NULL,NULL,1,'2026-01-21 13:53:43','2026-01-21 13:53:43','13237b9a-12d7-4f49-96ce-1e7f9cc99fcb'),
(13719,13719,1,'2026-01-21 08:53:49',NULL,NULL,NULL,1,'2026-01-21 13:53:49','2026-01-21 13:53:49','e4e447c9-0754-4a49-a22a-522ac8fe7832'),
(13720,13720,1,'2026-01-21 08:53:50',NULL,NULL,NULL,1,'2026-01-21 13:53:50','2026-01-21 13:53:50','4d08b75d-c949-47aa-bb2a-413685067af5'),
(13721,13721,1,'2026-01-21 08:53:50',NULL,NULL,NULL,1,'2026-01-21 13:53:50','2026-01-21 13:53:50','429d066a-4bcc-4599-a732-5e94e3e1eb37'),
(13722,13722,1,'2026-01-21 08:53:52',NULL,NULL,NULL,1,'2026-01-21 13:53:52','2026-01-21 13:53:52','5d46f27e-4767-48bb-b397-3970caf0a8ef'),
(13723,13723,1,'2026-01-21 08:53:52',NULL,NULL,NULL,1,'2026-01-21 13:53:52','2026-01-21 13:53:52','bcf30347-fd88-45ce-bfcd-6b302ecec781'),
(13724,13724,1,'2026-01-21 08:54:01',NULL,NULL,NULL,1,'2026-01-21 13:54:01','2026-01-21 13:54:01','40cc1f9a-8556-428c-b9da-65cf5854ebef'),
(13725,13725,1,'2026-01-21 08:54:02',NULL,NULL,NULL,1,'2026-01-21 13:54:02','2026-01-21 13:54:02','9cdb21ea-7808-47cf-a697-f4820850935d'),
(13726,13726,1,'2026-01-21 08:54:03',NULL,NULL,NULL,1,'2026-01-21 13:54:03','2026-01-21 13:54:03','25776e7d-aa7d-4510-b722-6714a150408d'),
(13727,13727,1,'2026-01-21 08:54:03',NULL,NULL,NULL,1,'2026-01-21 13:54:03','2026-01-21 13:54:03','d63a4a4b-3680-4f6e-836d-ad7e08d8c86d'),
(13728,13728,1,'2026-01-21 08:54:09',NULL,NULL,NULL,1,'2026-01-21 13:54:09','2026-01-21 13:54:09','9abb32c8-bee6-498b-aa4b-69dc0c5f46d3'),
(13729,13729,1,'2026-01-21 08:54:10',NULL,NULL,NULL,1,'2026-01-21 13:54:10','2026-01-21 13:54:10','45dc2d19-0734-40a5-beac-02d738c8995d'),
(13730,13730,1,'2026-01-21 08:54:10',NULL,NULL,NULL,1,'2026-01-21 13:54:10','2026-01-21 13:54:10','e2620289-fc59-41b4-b1f9-6e1284e078ef'),
(13731,13731,1,'2026-01-21 08:54:30',NULL,NULL,NULL,1,'2026-01-21 13:54:30','2026-01-21 13:54:30','f1df2c34-6a11-4d5d-9320-7b68f459ee81'),
(13732,13732,1,'2026-01-21 08:54:38',NULL,NULL,NULL,1,'2026-01-21 13:54:38','2026-01-21 13:54:38','e56b05b3-73c8-4fc5-96d3-097912087d08'),
(13733,13733,1,'2026-01-21 08:54:40',NULL,NULL,NULL,1,'2026-01-21 13:54:40','2026-01-21 13:54:40','b03e085d-dce9-4de0-a181-14667dbd8744'),
(13734,13734,1,'2026-01-21 08:54:46',NULL,NULL,NULL,1,'2026-01-21 13:54:46','2026-01-21 13:54:46','7e1d624e-937d-4107-ad6e-f7fda48e5ea0'),
(13735,13735,1,'2026-01-21 08:54:47',NULL,NULL,NULL,1,'2026-01-21 13:54:47','2026-01-21 13:54:47','39036468-13c9-440b-8a92-af5f77a38146'),
(13736,13736,1,'2026-01-21 08:54:51',NULL,NULL,NULL,1,'2026-01-21 13:54:51','2026-01-21 13:54:51','c254ef52-124a-4b57-b45f-58154a2654bc'),
(13737,13737,1,'2026-01-21 08:55:04',NULL,NULL,NULL,1,'2026-01-21 13:55:04','2026-01-21 13:55:04','acb6b86f-d166-46c3-9d61-39e599ede83c'),
(13738,13738,1,'2026-01-21 08:55:04',NULL,NULL,NULL,1,'2026-01-21 13:55:04','2026-01-21 13:55:04','8cd648cf-f58c-43c4-bf0e-f79adbe39687'),
(13739,13739,1,'2026-01-21 08:55:08',NULL,NULL,NULL,1,'2026-01-21 13:55:08','2026-01-21 13:55:08','f663c421-39c8-480f-bb08-30f3da74e637'),
(13740,13740,1,'2026-01-21 08:55:09',NULL,NULL,NULL,1,'2026-01-21 13:55:09','2026-01-21 13:55:09','c2ccec7d-eca7-41c1-85b4-ed2457178a15'),
(13741,13741,1,'2026-01-21 08:55:09',NULL,NULL,NULL,1,'2026-01-21 13:55:09','2026-01-21 13:55:09','658c2b0b-487c-4f84-929e-9f853d87386a'),
(13742,13742,1,'2026-01-21 08:55:11',NULL,NULL,NULL,1,'2026-01-21 13:55:11','2026-01-21 13:55:11','6e720f85-504b-4f3f-9cac-388789e4367f'),
(13743,13743,1,'2026-01-21 08:55:13',NULL,NULL,NULL,1,'2026-01-21 13:55:13','2026-01-21 13:55:13','98d2d89f-e17d-41e8-9ee9-a02cd58a6b02'),
(13744,13744,1,'2026-01-21 08:55:13',NULL,NULL,NULL,1,'2026-01-21 13:55:13','2026-01-21 13:55:13','333eae99-6b7b-422c-bfb9-233636485a36'),
(13745,13745,1,'2026-01-21 08:55:14',NULL,NULL,NULL,1,'2026-01-21 13:55:14','2026-01-21 13:55:14','a6cc66d9-8a1e-4837-98a0-ff2d0caf830c'),
(13746,13746,1,'2026-01-21 08:55:15',NULL,NULL,NULL,1,'2026-01-21 13:55:15','2026-01-21 13:55:15','a62994b8-5438-4afb-9749-4452bc3106ce'),
(13747,13747,1,'2026-01-21 08:55:15',NULL,NULL,NULL,1,'2026-01-21 13:55:15','2026-01-21 13:55:15','819a8bae-e58e-478a-8dea-adf724c60e11'),
(13748,13748,1,'2026-01-21 08:55:15',NULL,NULL,NULL,1,'2026-01-21 13:55:15','2026-01-21 13:55:15','a5ae06cd-445d-4674-aa46-911a8ddda0b6'),
(13749,13749,1,'2026-01-21 08:55:19',NULL,NULL,NULL,1,'2026-01-21 13:55:19','2026-01-21 13:55:19','e75aaaff-8665-4e59-883a-1aa016473d89'),
(13750,13750,1,'2026-01-21 08:55:21',NULL,NULL,NULL,1,'2026-01-21 13:55:21','2026-01-21 13:55:21','56a446c2-25c6-40ad-80ef-bbad8191555b'),
(13751,13751,1,'2026-01-21 08:55:21',NULL,NULL,NULL,1,'2026-01-21 13:55:21','2026-01-21 13:55:21','d3716a9f-f268-4971-bda4-97591c467686'),
(13752,13752,1,'2026-01-21 08:55:23',NULL,NULL,NULL,1,'2026-01-21 13:55:23','2026-01-21 13:55:23','4e2cfc7c-8891-497d-838f-afe81f5d84be'),
(13753,13753,1,'2026-01-21 08:55:25',NULL,NULL,NULL,1,'2026-01-21 13:55:25','2026-01-21 13:55:25','e4e00c72-ab9e-42a4-9e09-92ac21b78f52'),
(13754,13754,1,'2026-01-21 08:55:25',NULL,NULL,NULL,1,'2026-01-21 13:55:25','2026-01-21 13:55:25','c3bf62cd-041b-473c-bf57-a3b7335a92cb'),
(13755,13755,1,'2026-01-21 08:55:25',NULL,NULL,NULL,1,'2026-01-21 13:55:25','2026-01-21 13:55:25','4e4e57a7-0eb1-4ace-8885-20efaad5f26e'),
(13756,13756,1,'2026-01-21 08:55:26',NULL,NULL,NULL,1,'2026-01-21 13:55:26','2026-01-21 13:55:26','ca72f264-021f-450d-a1dc-f1dc94cabec7'),
(13757,13757,1,'2026-01-21 08:55:26',NULL,NULL,NULL,1,'2026-01-21 13:55:26','2026-01-21 13:55:26','4f9106d8-d944-456d-a85b-29bdc09bb233'),
(13758,13758,1,'2026-01-21 08:55:28',NULL,NULL,NULL,1,'2026-01-21 13:55:28','2026-01-21 13:55:28','ef937bb5-290a-49b9-a9ac-d447c77503f0'),
(13759,13759,1,'2026-01-21 08:55:28',NULL,NULL,NULL,1,'2026-01-21 13:55:28','2026-01-21 13:55:28','7fd1bcf4-58e4-43e9-8b35-710ed70a186a'),
(13760,13760,1,'2026-01-21 08:55:28',NULL,NULL,NULL,1,'2026-01-21 13:55:28','2026-01-21 13:55:28','6e86c6b6-0f75-4123-bfb6-98a1a517b7a9'),
(13761,13761,1,'2026-01-21 08:55:32',NULL,NULL,NULL,1,'2026-01-21 13:55:32','2026-01-21 13:55:32','75d474f8-edf1-4dbb-a125-6c73af64e66a'),
(13762,13762,1,'2026-01-21 08:55:33',NULL,NULL,NULL,1,'2026-01-21 13:55:33','2026-01-21 13:55:33','207b1553-03eb-4bdc-9369-27c0d85d06c6'),
(13763,13763,1,'2026-01-21 08:55:47',NULL,NULL,NULL,1,'2026-01-21 13:55:47','2026-01-21 13:55:47','cfee5494-9de1-4635-801e-bffbad1bb338'),
(13764,13764,1,'2026-01-21 08:55:56',NULL,NULL,NULL,1,'2026-01-21 13:55:56','2026-01-21 13:55:56','2fd89bff-8d03-4fa4-b274-cae9b22cb5ca'),
(13765,13765,1,'2026-01-21 08:56:00',NULL,NULL,NULL,1,'2026-01-21 13:56:00','2026-01-21 13:56:00','0d7eb8eb-4f9a-420f-b3d7-f83404f65bde'),
(13766,13766,1,'2026-01-21 08:56:01',NULL,NULL,NULL,1,'2026-01-21 13:56:01','2026-01-21 13:56:01','d9f220f0-e574-462c-acde-1ced7c3b9e58'),
(13767,13767,1,'2026-01-21 08:56:02',NULL,NULL,NULL,1,'2026-01-21 13:56:02','2026-01-21 13:56:02','26e6f55d-bae2-406a-9a31-8daba6831fa7'),
(13768,13768,1,'2026-01-21 08:56:05',NULL,NULL,NULL,1,'2026-01-21 13:56:05','2026-01-21 13:56:05','bc2d7867-dd05-4039-b1e4-751ddf3279c3'),
(13769,13769,1,'2026-01-21 08:56:07',NULL,NULL,NULL,1,'2026-01-21 13:56:07','2026-01-21 13:56:07','4fc9ca05-cece-4ef4-b807-3b9defdd0449'),
(13770,13770,1,'2026-01-21 08:56:08',NULL,NULL,NULL,1,'2026-01-21 13:56:08','2026-01-21 13:56:08','cc8c0a08-63f9-4c5b-9bf5-3fcbca95701a'),
(13771,13771,1,'2026-01-21 08:56:09',NULL,NULL,NULL,1,'2026-01-21 13:56:09','2026-01-21 13:56:09','807f1cae-9929-48bd-a533-00536c4fcfb4'),
(13772,13772,1,'2026-01-21 08:56:11',NULL,NULL,NULL,1,'2026-01-21 13:56:11','2026-01-21 13:56:11','3ecc9d8f-b796-46cc-82c0-729459c7e2db'),
(13773,13773,1,'2026-01-21 08:56:15',NULL,NULL,NULL,1,'2026-01-21 13:56:15','2026-01-21 13:56:15','58a0e289-e510-43c0-ba9e-92fc3bb8989d'),
(13774,13774,1,'2026-01-21 08:56:16',NULL,NULL,NULL,1,'2026-01-21 13:56:16','2026-01-21 13:56:16','9a4fd252-0bde-4abf-b39c-92222a465c93'),
(13775,13775,1,'2026-01-21 08:56:16',NULL,NULL,NULL,1,'2026-01-21 13:56:16','2026-01-21 13:56:16','17240fa8-cbf2-47cf-9da1-369604603a00'),
(13776,13776,1,'2026-01-21 08:56:17',NULL,NULL,NULL,1,'2026-01-21 13:56:17','2026-01-21 13:56:17','709737f8-e7d4-4de3-a3bd-971ddcb9047b'),
(13777,13777,1,'2026-01-21 08:56:17',NULL,NULL,NULL,1,'2026-01-21 13:56:17','2026-01-21 13:56:17','9274efc4-a582-4485-9e77-5050a1bfc969'),
(13778,13778,1,'2026-01-21 08:56:21',NULL,NULL,NULL,1,'2026-01-21 13:56:21','2026-01-21 13:56:21','6c2872f2-0177-4ccd-b598-7ac12679f743'),
(13779,13779,1,'2026-01-21 08:56:22',NULL,NULL,NULL,1,'2026-01-21 13:56:22','2026-01-21 13:56:22','d52ba4af-d812-4b40-95e3-4765db47ffca'),
(13780,13780,1,'2026-01-21 08:56:24',NULL,NULL,NULL,1,'2026-01-21 13:56:24','2026-01-21 13:56:24','53e74e09-401b-4496-a8b9-0032f754de90'),
(13781,13781,1,'2026-01-21 08:56:24',NULL,NULL,NULL,1,'2026-01-21 13:56:24','2026-01-21 13:56:24','62c91e54-b7b6-452a-949a-5bd2cc2b58ef'),
(13782,13782,1,'2026-01-21 08:56:25',NULL,NULL,NULL,1,'2026-01-21 13:56:25','2026-01-21 13:56:25','e9a8c9db-9029-4280-b49f-9c56f6288c1b'),
(13783,13783,1,'2026-01-21 08:56:26',NULL,NULL,NULL,1,'2026-01-21 13:56:26','2026-01-21 13:56:26','1eb340bf-d157-419c-a39f-5d68544891dd'),
(13784,13784,1,'2026-01-21 08:56:27',NULL,NULL,NULL,1,'2026-01-21 13:56:27','2026-01-21 13:56:27','871074ca-b94e-48b3-9806-3d887d3fd163'),
(13785,13785,1,'2026-01-21 08:56:27',NULL,NULL,NULL,1,'2026-01-21 13:56:27','2026-01-21 13:56:27','4adc3b67-33ca-4c7d-91d6-e08108da5930'),
(13786,13786,1,'2026-01-21 08:56:30',NULL,NULL,NULL,1,'2026-01-21 13:56:30','2026-01-21 13:56:30','8d45ebb3-4e4c-43c9-8caf-491c59173897'),
(13787,13787,1,'2026-01-21 08:56:31',NULL,NULL,NULL,1,'2026-01-21 13:56:31','2026-01-21 13:56:31','320fd043-925d-4ce5-b3e3-a85e950f8713'),
(13788,13788,1,'2026-01-21 08:56:31',NULL,NULL,NULL,1,'2026-01-21 13:56:31','2026-01-21 13:56:31','49022c56-ff97-4044-99e8-2126335ae4fe'),
(13789,13789,1,'2026-01-21 08:56:37',NULL,NULL,NULL,1,'2026-01-21 13:56:37','2026-01-21 13:56:37','3c4d5b80-38f9-4a8e-a43d-1c292539205a'),
(13790,13790,1,'2026-01-21 08:56:39',NULL,NULL,NULL,1,'2026-01-21 13:56:39','2026-01-21 13:56:39','b211c330-c3d6-4b11-b108-940b48ec84b2'),
(13791,13791,1,'2026-01-21 08:56:39',NULL,NULL,NULL,1,'2026-01-21 13:56:39','2026-01-21 13:56:39','124f73c0-5603-46bf-b9c3-4019ac005820'),
(13792,13792,1,'2026-01-21 08:56:40',NULL,NULL,NULL,1,'2026-01-21 13:56:40','2026-01-21 13:56:40','5313905c-9b1c-4034-97b1-f26f6ed13aed'),
(13793,13793,1,'2026-01-21 08:56:44',NULL,NULL,NULL,1,'2026-01-21 13:56:44','2026-01-21 13:56:44','4ba75382-68d7-491d-986a-dda57768c071'),
(13794,13794,1,'2026-01-21 08:56:45',NULL,NULL,NULL,1,'2026-01-21 13:56:45','2026-01-21 13:56:45','cbae44d0-d47e-4317-988a-c73b3538b333'),
(13795,13795,1,'2026-01-21 08:56:49',NULL,NULL,NULL,1,'2026-01-21 13:56:49','2026-01-21 13:56:49','8cd59256-28f8-412b-a2a9-dbc84470f919'),
(13796,13796,1,'2026-01-21 08:56:51',NULL,NULL,NULL,1,'2026-01-21 13:56:51','2026-01-21 13:56:51','5ec18236-0195-4460-8da1-c6ed785a8b62'),
(13797,13797,1,'2026-01-21 08:56:51',NULL,NULL,NULL,1,'2026-01-21 13:56:51','2026-01-21 13:56:51','5001a67e-0186-4194-8631-520bfbd0f63a'),
(13798,13798,1,'2026-01-21 08:56:52',NULL,NULL,NULL,1,'2026-01-21 13:56:52','2026-01-21 13:56:52','f586eb0e-a5a7-4fb7-a1af-b43d031fe548'),
(13799,13799,1,'2026-01-21 08:56:59',NULL,NULL,NULL,1,'2026-01-21 13:56:59','2026-01-21 13:56:59','f0655d65-b2bb-49b7-8b2e-8598d11de571'),
(13800,13800,1,'2026-01-21 08:57:00',NULL,NULL,NULL,1,'2026-01-21 13:57:00','2026-01-21 13:57:00','08dac3f4-3f52-4c89-b4c2-526fdc184ebb'),
(13801,13801,1,'2026-01-21 08:57:01',NULL,NULL,NULL,1,'2026-01-21 13:57:01','2026-01-21 13:57:01','3c8eac92-a605-4652-9a8b-57ff0c860a09'),
(13802,13802,1,'2026-01-21 08:57:03',NULL,NULL,NULL,1,'2026-01-21 13:57:03','2026-01-21 13:57:03','010d53c1-1014-4ecd-bbe7-6cfa51e6ff3a'),
(13803,13803,1,'2026-01-21 08:57:05',NULL,NULL,NULL,1,'2026-01-21 13:57:05','2026-01-21 13:57:05','b7ad86f8-1d89-4374-bbe4-03a51d70feaa'),
(13804,13804,1,'2026-01-21 08:57:06',NULL,NULL,NULL,1,'2026-01-21 13:57:06','2026-01-21 13:57:06','3a350d95-7ed2-4ef6-8e0b-ee7201915c41'),
(13805,13805,1,'2026-01-21 08:57:07',NULL,NULL,NULL,1,'2026-01-21 13:57:07','2026-01-21 13:57:07','86d350a7-ec58-44f9-9232-67d195f8e1de'),
(13806,13806,1,'2026-01-21 08:57:07',NULL,NULL,NULL,1,'2026-01-21 13:57:07','2026-01-21 13:57:07','8f3805c0-2bbd-4ee3-ab57-ea7a57aa10f1'),
(13807,13807,1,'2026-01-21 08:57:08',NULL,NULL,NULL,1,'2026-01-21 13:57:08','2026-01-21 13:57:08','e2bd0fa8-fdc9-4c21-af67-91b7f84ca12f'),
(13808,13808,1,'2026-01-21 08:57:08',NULL,NULL,NULL,1,'2026-01-21 13:57:08','2026-01-21 13:57:08','a56867d2-0022-4eb8-8ee2-c9c91def3247'),
(13809,13809,1,'2026-01-21 08:57:09',NULL,NULL,NULL,1,'2026-01-21 13:57:09','2026-01-21 13:57:09','1e1a08db-87af-4c07-af49-e5520f970095'),
(13810,13810,1,'2026-01-21 08:57:14',NULL,NULL,NULL,1,'2026-01-21 13:57:14','2026-01-21 13:57:14','c2f66244-e58e-46f0-aa6e-a1c00c354358'),
(13811,13811,1,'2026-01-21 08:57:15',NULL,NULL,NULL,1,'2026-01-21 13:57:15','2026-01-21 13:57:15','61b6c303-fea3-41d3-9bba-7d0bcd4e4928'),
(13812,13812,1,'2026-01-21 08:57:16',NULL,NULL,NULL,1,'2026-01-21 13:57:16','2026-01-21 13:57:16','b5530089-bc18-48a0-9c33-03c1ed6c148c'),
(13813,13813,1,'2026-01-21 08:57:16',NULL,NULL,NULL,1,'2026-01-21 13:57:16','2026-01-21 13:57:16','30fbc273-d13e-4b4c-8db9-0368cf12287a'),
(13814,13814,1,'2026-01-21 08:57:17',NULL,NULL,NULL,1,'2026-01-21 13:57:17','2026-01-21 13:57:17','3cc3a79e-c49b-46ea-8b11-70c9d6fb53fc'),
(13815,13815,1,'2026-01-21 08:57:19',NULL,NULL,NULL,1,'2026-01-21 13:57:19','2026-01-21 13:57:19','342ea3ee-87ff-4481-927c-d5bd11f6a633'),
(13816,13816,1,'2026-01-21 08:57:19',NULL,NULL,NULL,1,'2026-01-21 13:57:19','2026-01-21 13:57:19','82d51881-ea2c-433a-891a-1be370322dcf'),
(13817,13817,1,'2026-01-21 08:57:20',NULL,NULL,NULL,1,'2026-01-21 13:57:20','2026-01-21 13:57:20','6552d857-d4e2-4b3e-b7b8-41efe7e99961'),
(13818,13818,1,'2026-01-21 08:57:21',NULL,NULL,NULL,1,'2026-01-21 13:57:21','2026-01-21 13:57:21','056c08f2-7349-47ef-bdbd-a2bffd6a9ec4'),
(13819,13819,1,'2026-01-21 08:57:21',NULL,NULL,NULL,1,'2026-01-21 13:57:21','2026-01-21 13:57:21','d8f1d0b5-6173-4e43-9a89-1718f5aedf94'),
(13820,13820,1,'2026-01-21 08:57:24',NULL,NULL,NULL,1,'2026-01-21 13:57:24','2026-01-21 13:57:24','c780cca9-727d-4c80-a088-6413a636aa1e'),
(13821,13821,1,'2026-01-21 08:57:25',NULL,NULL,NULL,1,'2026-01-21 13:57:25','2026-01-21 13:57:25','e0f69f5c-57ce-495a-a5c8-78574424f25a'),
(13822,13822,1,'2026-01-21 08:57:26',NULL,NULL,NULL,1,'2026-01-21 13:57:26','2026-01-21 13:57:26','8fa00d07-49af-4adb-be8e-175d5872c968'),
(13823,13823,1,'2026-01-21 08:57:27',NULL,NULL,NULL,1,'2026-01-21 13:57:27','2026-01-21 13:57:27','b2fb6ae6-e69b-4515-ade0-6e0b340ab1ef'),
(13824,13824,1,'2026-01-21 08:57:27',NULL,NULL,NULL,1,'2026-01-21 13:57:27','2026-01-21 13:57:27','09523e6b-0bc2-4254-b941-3a046785de1c'),
(13825,13825,1,'2026-01-21 08:57:28',NULL,NULL,NULL,1,'2026-01-21 13:57:28','2026-01-21 13:57:28','993ce354-a383-4949-a452-67f204c4b20e'),
(13826,13826,1,'2026-01-21 08:57:28',NULL,NULL,NULL,1,'2026-01-21 13:57:28','2026-01-21 13:57:28','0a35a258-03eb-40a2-b1e0-6b6313cf3ec6'),
(13827,13827,1,'2026-01-21 08:57:28',NULL,NULL,NULL,1,'2026-01-21 13:57:28','2026-01-21 13:57:28','10c494ff-0d8c-402a-8dd1-ac4719f5e6d4'),
(13828,13828,1,'2026-01-21 08:57:28',NULL,NULL,NULL,1,'2026-01-21 13:57:28','2026-01-21 13:57:28','cee98ddc-9859-4662-817f-00c074368038'),
(13829,13829,1,'2026-01-21 08:57:31',NULL,NULL,NULL,1,'2026-01-21 13:57:31','2026-01-21 13:57:31','4d8b4125-0ed1-4bc1-9b35-6f78bf33ef53'),
(13830,13830,1,'2026-01-21 08:57:33',NULL,NULL,NULL,1,'2026-01-21 13:57:33','2026-01-21 13:57:33','b7036ba6-c7c2-4060-b9c9-efb2c53efa47'),
(13831,13831,1,'2026-01-21 08:57:34',NULL,NULL,NULL,1,'2026-01-21 13:57:34','2026-01-21 13:57:34','3932643f-f3ec-4b66-9e44-58d74a70e1bc'),
(13832,13832,1,'2026-01-21 08:57:34',NULL,NULL,NULL,1,'2026-01-21 13:57:34','2026-01-21 13:57:34','a8f0bfc2-277b-4173-91a7-0d3d263e276e'),
(13833,13833,1,'2026-01-21 08:57:35',NULL,NULL,NULL,1,'2026-01-21 13:57:35','2026-01-21 13:57:35','69f67d8c-85f8-4f59-b128-9e8a55e53fac'),
(13834,13834,1,'2026-01-21 08:57:36',NULL,NULL,NULL,1,'2026-01-21 13:57:36','2026-01-21 13:57:36','5e2127c4-00fc-4d14-a6e7-eb150f81483d'),
(13835,13835,1,'2026-01-21 08:57:36',NULL,NULL,NULL,1,'2026-01-21 13:57:36','2026-01-21 13:57:36','cbf45ec2-b74d-4e40-95e5-1f296ef25c0e'),
(13836,13836,1,'2026-01-21 08:57:37',NULL,NULL,NULL,1,'2026-01-21 13:57:37','2026-01-21 13:57:37','d749f5f1-1cf1-4ffc-b6ab-dbdfbdc752c0'),
(13837,13837,1,'2026-01-21 08:57:38',NULL,NULL,NULL,1,'2026-01-21 13:57:38','2026-01-21 13:57:38','997625f4-4e54-440e-85d3-93bbbf41b977'),
(13838,13838,1,'2026-01-21 08:57:40',NULL,NULL,NULL,1,'2026-01-21 13:57:40','2026-01-21 13:57:40','166f97bb-7f1c-4a3c-92ca-200d7085f6f3'),
(13839,13839,1,'2026-01-21 08:57:44',NULL,NULL,NULL,1,'2026-01-21 13:57:44','2026-01-21 13:57:44','e375d256-a0ac-4f1d-9a95-1b0a1310bfec'),
(13840,13840,1,'2026-01-21 08:57:47',NULL,NULL,NULL,1,'2026-01-21 13:57:47','2026-01-21 13:57:47','adec096d-0a69-48b1-b2b6-6e33daca2f99'),
(13841,13841,1,'2026-01-21 08:57:52',NULL,NULL,NULL,1,'2026-01-21 13:57:52','2026-01-21 13:57:52','97ecb784-8666-4b64-8a13-ad8964eed761'),
(13842,13842,1,'2026-01-21 08:57:53',NULL,NULL,NULL,1,'2026-01-21 13:57:53','2026-01-21 13:57:53','d5042041-12fc-401e-aca9-51c689643cfc'),
(13843,13843,1,'2026-01-21 08:57:58',NULL,NULL,NULL,1,'2026-01-21 13:57:58','2026-01-21 13:57:58','6fa9d12c-58f6-4416-a39d-a360f091189b'),
(13844,13844,1,'2026-01-21 08:58:00',NULL,NULL,NULL,1,'2026-01-21 13:58:00','2026-01-21 13:58:00','7ce38069-c87d-4d64-b3a6-cac91d6f6b94'),
(13845,13845,1,'2026-01-21 08:58:01',NULL,NULL,NULL,1,'2026-01-21 13:58:01','2026-01-21 13:58:01','3380b817-2d69-413c-a58c-3bb40e2b750a'),
(13846,13846,1,'2026-01-21 08:58:02',NULL,NULL,NULL,1,'2026-01-21 13:58:02','2026-01-21 13:58:02','0a913846-16b7-44a7-9647-aef240b2dff3'),
(13847,13847,1,'2026-01-21 08:58:03',NULL,NULL,NULL,1,'2026-01-21 13:58:03','2026-01-21 13:58:03','66205148-a267-462a-867a-aea93bef5ff8'),
(13848,13848,1,'2026-01-21 08:58:04',NULL,NULL,NULL,1,'2026-01-21 13:58:04','2026-01-21 13:58:04','68752f2f-155a-49cc-a775-65e6eda4c8f3'),
(13849,13849,1,'2026-01-21 08:58:05',NULL,NULL,NULL,1,'2026-01-21 13:58:05','2026-01-21 13:58:05','80a931ab-2aeb-4187-ac5e-1fbf85bd3a97'),
(13850,13850,1,'2026-01-21 08:58:07',NULL,NULL,NULL,1,'2026-01-21 13:58:07','2026-01-21 13:58:07','ca18f467-73c2-4c0b-8d1f-271c6af7185d'),
(13851,13851,1,'2026-01-21 08:58:07',NULL,NULL,NULL,1,'2026-01-21 13:58:07','2026-01-21 13:58:07','a916f47e-4a76-43e1-95bf-34ff44ca1d90'),
(13852,13852,1,'2026-01-21 08:58:10',NULL,NULL,NULL,1,'2026-01-21 13:58:10','2026-01-21 13:58:10','55e75a2a-1fe4-4bec-843f-fdc2cd20417a'),
(13853,13853,1,'2026-01-21 08:58:10',NULL,NULL,NULL,1,'2026-01-21 13:58:10','2026-01-21 13:58:10','c3bae778-1d89-466d-8365-61058b6463bd'),
(13854,13854,1,'2026-01-21 08:58:11',NULL,NULL,NULL,1,'2026-01-21 13:58:11','2026-01-21 13:58:11','605ab28e-b54f-4850-ab7b-7ea2c6ae9436'),
(13855,13855,1,'2026-01-21 08:58:13',NULL,NULL,NULL,1,'2026-01-21 13:58:13','2026-01-21 13:58:13','3ff98110-6417-4142-b581-83f20129ce3d'),
(13856,13856,1,'2026-01-21 08:58:15',NULL,NULL,NULL,1,'2026-01-21 13:58:15','2026-01-21 13:58:15','83f91164-dd75-4cb7-86cb-f3c76a0fcb96'),
(13857,13857,1,'2026-01-21 08:58:17',NULL,NULL,NULL,1,'2026-01-21 13:58:17','2026-01-21 13:58:17','88bd4e63-3f5b-435b-ba86-99a6071bd3ef'),
(13858,13858,1,'2026-01-21 08:58:19',NULL,NULL,NULL,1,'2026-01-21 13:58:19','2026-01-21 13:58:19','aa13a537-d6ad-4708-a062-69057aa6840b'),
(13859,13859,1,'2026-01-21 08:58:20',NULL,NULL,NULL,1,'2026-01-21 13:58:20','2026-01-21 13:58:20','94d9ad53-6136-4b52-8f67-48e27b30af90'),
(13860,13860,1,'2026-01-21 08:58:25',NULL,NULL,NULL,1,'2026-01-21 13:58:25','2026-01-21 13:58:25','3ffad4fa-48c1-4fbe-a3ca-639d6ea2a0f2'),
(13861,13861,1,'2026-01-21 08:58:25',NULL,NULL,NULL,1,'2026-01-21 13:58:25','2026-01-21 13:58:25','d872c585-e42c-44dc-b1b9-dbc2bf9bf020'),
(13862,13862,1,'2026-01-21 08:58:26',NULL,NULL,NULL,1,'2026-01-21 13:58:26','2026-01-21 13:58:26','f5f8ccd8-6298-4a53-857b-fc89c2bccbd6'),
(13863,13863,1,'2026-01-21 08:58:27',NULL,NULL,NULL,1,'2026-01-21 13:58:27','2026-01-21 13:58:27','4c3bf004-53f9-4e57-9bae-552c9f572c05'),
(13864,13864,1,'2026-01-21 08:58:27',NULL,NULL,NULL,1,'2026-01-21 13:58:27','2026-01-21 13:58:27','37a98167-eaf1-4c1e-a2d5-e2932f0a5114'),
(13865,13865,1,'2026-01-21 08:58:28',NULL,NULL,NULL,1,'2026-01-21 13:58:28','2026-01-21 13:58:28','3823c4f4-e968-4c15-a3f5-ca348a84e03d'),
(13866,13866,1,'2026-01-21 08:58:29',NULL,NULL,NULL,1,'2026-01-21 13:58:29','2026-01-21 13:58:29','21366c97-a521-4eee-acbd-13e2771de38c'),
(13867,13867,1,'2026-01-21 08:58:31',NULL,NULL,NULL,1,'2026-01-21 13:58:31','2026-01-21 13:58:31','4887d37d-95c8-4d8c-a9c9-68acba70bef3'),
(13868,13868,1,'2026-01-21 08:58:32',NULL,NULL,NULL,1,'2026-01-21 13:58:32','2026-01-21 13:58:32','0b8cc01b-014d-44de-9ed8-1cfb26a2d9a4'),
(13869,13869,1,'2026-01-21 08:58:33',NULL,NULL,NULL,1,'2026-01-21 13:58:33','2026-01-21 13:58:33','8f541926-0da1-4cb1-b6f2-a48139674928'),
(13870,13870,1,'2026-01-21 08:58:34',NULL,NULL,NULL,1,'2026-01-21 13:58:34','2026-01-21 13:58:34','de2bcf73-18d8-403a-8efa-3cdd919d7f28'),
(13871,13871,1,'2026-01-21 08:58:34',NULL,NULL,NULL,1,'2026-01-21 13:58:34','2026-01-21 13:58:34','880670b6-42b5-483b-9c14-b87ef73d16fd'),
(13872,13872,1,'2026-01-21 08:58:43',NULL,NULL,NULL,1,'2026-01-21 13:58:43','2026-01-21 13:58:43','ab3f55b4-20a6-42d0-8ce2-c32d8fc0494d'),
(13873,13873,1,'2026-01-21 08:58:44',NULL,NULL,NULL,1,'2026-01-21 13:58:44','2026-01-21 13:58:44','859d34e9-f7db-409b-a0c6-05985b625938'),
(13874,13874,1,'2026-01-21 08:58:45',NULL,NULL,NULL,1,'2026-01-21 13:58:45','2026-01-21 13:58:45','6aa43551-e0c4-4440-8b5d-1191c74d17d5'),
(13875,13875,1,'2026-01-21 08:58:48',NULL,NULL,NULL,1,'2026-01-21 13:58:48','2026-01-21 13:58:48','0b6280d5-7e93-45e4-873f-4f73f6d0c8c3'),
(13876,13876,1,'2026-01-21 08:58:50',NULL,NULL,NULL,1,'2026-01-21 13:58:50','2026-01-21 13:58:50','0c8a83eb-8d25-4157-b1aa-c7bfbdb9f992'),
(13877,13877,1,'2026-01-21 08:58:55',NULL,NULL,NULL,1,'2026-01-21 13:58:55','2026-01-21 13:58:55','08d68fee-124e-46d1-8b65-d84646cf4119'),
(13878,13878,1,'2026-01-21 08:58:55',NULL,NULL,NULL,1,'2026-01-21 13:58:55','2026-01-21 13:58:55','0be6adc6-96e6-47a2-b90e-3ac4c8fe8142'),
(13879,13879,1,'2026-01-21 08:58:56',NULL,NULL,NULL,1,'2026-01-21 13:58:56','2026-01-21 13:58:56','18742809-bc4b-4df7-9abf-54223e5f6140'),
(13880,13880,1,'2026-01-21 08:58:57',NULL,NULL,NULL,1,'2026-01-21 13:58:57','2026-01-21 13:58:57','e465ae6b-d99c-4d75-a2ee-53802c651f78'),
(13881,13881,1,'2026-01-21 08:59:00',NULL,NULL,NULL,1,'2026-01-21 13:59:00','2026-01-21 13:59:00','756f8ea5-4fa0-4523-a0ce-b14bd6b09c09'),
(13882,13882,1,'2026-01-21 08:59:00',NULL,NULL,NULL,1,'2026-01-21 13:59:00','2026-01-21 13:59:00','159ac71d-2c7d-40a3-8294-ebd286932938'),
(13883,13883,1,'2026-01-21 08:59:01',NULL,NULL,NULL,1,'2026-01-21 13:59:01','2026-01-21 13:59:01','1a85f38d-f0d1-49d8-99a3-ce7a11a3ffc7'),
(13884,13884,1,'2026-01-21 08:59:02',NULL,NULL,NULL,1,'2026-01-21 13:59:02','2026-01-21 13:59:02','f3997c6d-710e-477f-9d9d-2883608f3405'),
(13885,13885,1,'2026-01-21 08:59:02',NULL,NULL,NULL,1,'2026-01-21 13:59:02','2026-01-21 13:59:02','e719b3b7-4273-4086-b597-60081742447c'),
(13886,13886,1,'2026-01-21 08:59:04',NULL,NULL,NULL,1,'2026-01-21 13:59:04','2026-01-21 13:59:04','e605daa3-79f5-448b-b661-c8746fba446a'),
(13887,13887,1,'2026-01-21 08:59:05',NULL,NULL,NULL,1,'2026-01-21 13:59:05','2026-01-21 13:59:05','441dc83b-d4d2-4410-8e22-78e1002c3395'),
(13888,13888,1,'2026-01-21 08:59:06',NULL,NULL,NULL,1,'2026-01-21 13:59:06','2026-01-21 13:59:06','0d84af35-c2c2-4200-8642-1b04740b1ef3'),
(13889,13889,1,'2026-01-21 08:59:07',NULL,NULL,NULL,1,'2026-01-21 13:59:07','2026-01-21 13:59:07','9abfcf3f-ec70-4895-b7e2-32b342c0bfcd'),
(13890,13890,1,'2026-01-21 08:59:07',NULL,NULL,NULL,1,'2026-01-21 13:59:07','2026-01-21 13:59:07','81763521-d5fb-404c-ae95-5633b87e5982'),
(13891,13891,1,'2026-01-21 08:59:12',NULL,NULL,NULL,1,'2026-01-21 13:59:12','2026-01-21 13:59:12','c1cc2831-11d9-4907-8bf9-d71d9a571a4e'),
(13892,13892,1,'2026-01-21 08:59:12',NULL,NULL,NULL,1,'2026-01-21 13:59:12','2026-01-21 13:59:12','b8bd892a-82ab-4045-b0a8-24f27edf14d8'),
(13893,13893,1,'2026-01-21 08:59:17',NULL,NULL,NULL,1,'2026-01-21 13:59:17','2026-01-21 13:59:17','9aebfe56-547e-426b-a3d6-5d90aad09b81'),
(13894,13894,1,'2026-01-21 08:59:17',NULL,NULL,NULL,1,'2026-01-21 13:59:17','2026-01-21 13:59:17','d0c7fd9f-bfc6-4ed0-a578-30d6832fb710'),
(13895,13895,1,'2026-01-21 08:59:17',NULL,NULL,NULL,1,'2026-01-21 13:59:17','2026-01-21 13:59:17','9fd98924-3ac1-46c3-9ec8-8183d6881d3a'),
(13896,13896,1,'2026-01-21 08:59:19',NULL,NULL,NULL,1,'2026-01-21 13:59:19','2026-01-21 13:59:19','02a4c471-fa83-4e46-a908-d71e6d55bebd'),
(13897,13897,1,'2026-01-21 08:59:21',NULL,NULL,NULL,1,'2026-01-21 13:59:21','2026-01-21 13:59:21','7c99617a-c5c9-4151-90b9-2bbd7389fe47'),
(13898,13898,1,'2026-01-21 08:59:24',NULL,NULL,NULL,1,'2026-01-21 13:59:24','2026-01-21 13:59:24','ca7212b9-899a-47e2-8a9d-76613ebf53d3'),
(13899,13899,1,'2026-01-21 08:59:24',NULL,NULL,NULL,1,'2026-01-21 13:59:24','2026-01-21 13:59:24','2bfccdc5-a25c-469e-8655-d5f5541a20f4'),
(13900,13900,1,'2026-01-21 08:59:32',NULL,NULL,NULL,1,'2026-01-21 13:59:32','2026-01-21 13:59:32','b5de9bce-375f-43f6-8945-9c9f9ef57b5b'),
(13901,13901,1,'2026-01-21 08:59:38',NULL,NULL,NULL,1,'2026-01-21 13:59:38','2026-01-21 13:59:38','10270c75-8b0b-4be4-8855-7d9f69f415a8'),
(13902,13902,1,'2026-01-21 08:59:39',NULL,NULL,NULL,1,'2026-01-21 13:59:39','2026-01-21 13:59:39','b9e29c27-48e0-4185-ac1a-266a6a831bca'),
(13903,13903,1,'2026-01-21 08:59:44',NULL,NULL,NULL,1,'2026-01-21 13:59:44','2026-01-21 13:59:44','47cd42c8-b020-42c9-b64c-9c0432ec5011'),
(13904,13904,1,'2026-01-21 08:59:45',NULL,NULL,NULL,1,'2026-01-21 13:59:45','2026-01-21 13:59:45','df269952-441b-4adc-9b44-5b74b8a10683'),
(13905,13905,1,'2026-01-21 08:59:45',NULL,NULL,NULL,1,'2026-01-21 13:59:45','2026-01-21 13:59:45','c355cbc2-fc04-4a5d-8801-6bdc0e72212d'),
(13906,13906,1,'2026-01-21 08:59:47',NULL,NULL,NULL,1,'2026-01-21 13:59:47','2026-01-21 13:59:47','c361cfbc-766c-4497-97ae-76f98f849c4f'),
(13907,13907,1,'2026-01-21 08:59:47',NULL,NULL,NULL,1,'2026-01-21 13:59:47','2026-01-21 13:59:47','b848eaf4-45af-4729-bf24-045e051f8e41'),
(13908,13908,1,'2026-01-21 08:59:52',NULL,NULL,NULL,1,'2026-01-21 13:59:52','2026-01-21 13:59:52','9de05d2e-9630-4f0c-965c-cd1c2a865997'),
(13909,13909,1,'2026-01-21 08:59:53',NULL,NULL,NULL,1,'2026-01-21 13:59:53','2026-01-21 13:59:53','46ea387d-1e71-4e18-afaf-12cfb9e273c6'),
(13910,13910,1,'2026-01-21 08:59:56',NULL,NULL,NULL,1,'2026-01-21 13:59:56','2026-01-21 13:59:56','cdc75b0d-9bdc-4bc9-bdc2-0056d7c800d5'),
(13911,13911,1,'2026-01-21 08:59:59',NULL,NULL,NULL,1,'2026-01-21 13:59:59','2026-01-21 13:59:59','52bb600a-bea5-4b2b-8d96-14472171fcf5'),
(13912,13912,1,'2026-01-21 09:00:03',NULL,NULL,NULL,1,'2026-01-21 14:00:03','2026-01-21 14:00:03','19435ad9-211f-4d31-ac15-8cab461d94b2'),
(13913,13913,1,'2026-01-21 09:00:08',NULL,NULL,NULL,1,'2026-01-21 14:00:08','2026-01-21 14:00:08','a23e88a9-57ef-4627-acae-bf58161b25ad'),
(13914,13914,1,'2026-01-21 09:00:14',NULL,NULL,NULL,1,'2026-01-21 14:00:14','2026-01-21 14:00:14','87289bf8-6e18-49c7-a85c-9a48009ecb5d'),
(13915,13915,1,'2026-01-21 09:00:15',NULL,NULL,NULL,1,'2026-01-21 14:00:15','2026-01-21 14:00:15','2120e769-fae7-46ad-a8cf-066ebe18739a'),
(13916,13916,1,'2026-01-21 09:00:23',NULL,NULL,NULL,1,'2026-01-21 14:00:23','2026-01-21 14:00:23','14d37b2e-ad05-43b1-90f3-5ae217656cbf'),
(13917,13917,1,'2026-01-21 09:00:25',NULL,NULL,NULL,1,'2026-01-21 14:00:25','2026-01-21 14:00:25','2a2ad454-2dbe-4a98-bdf6-053f25845d2c'),
(13918,13918,1,'2026-01-21 09:00:26',NULL,NULL,NULL,1,'2026-01-21 14:00:26','2026-01-21 14:00:26','8d3c277d-d4f6-4063-aabd-1f153b103ce9'),
(13919,13919,1,'2026-01-21 09:00:27',NULL,NULL,NULL,1,'2026-01-21 14:00:27','2026-01-21 14:00:27','d552eb54-3d56-4ce8-9c84-9c54a5cfc057'),
(13920,13920,1,'2026-01-21 09:00:34',NULL,NULL,NULL,1,'2026-01-21 14:00:34','2026-01-21 14:00:34','19a7c1df-7712-4311-91bb-e02899f96432'),
(13921,13921,1,'2026-01-21 09:00:40',NULL,NULL,NULL,1,'2026-01-21 14:00:40','2026-01-21 14:00:40','40dca6a7-72b9-425e-8d34-91df8e3d69c8'),
(13922,13922,1,'2026-01-21 09:01:34',NULL,NULL,NULL,1,'2026-01-21 14:01:34','2026-01-21 14:01:34','f711ff56-0783-4679-b74d-c825b6e47ab9'),
(13923,13923,1,'2026-01-21 09:01:44',NULL,NULL,NULL,1,'2026-01-21 14:01:44','2026-01-21 14:01:44','14d72f02-5ea0-49ec-a056-f261e996e47d'),
(13924,13924,1,'2026-01-21 09:01:46',NULL,NULL,NULL,1,'2026-01-21 14:01:46','2026-01-21 14:01:46','193adadf-f560-4a51-a12b-bd1cfda38b00'),
(13925,13925,1,'2026-01-21 09:01:54',NULL,NULL,NULL,1,'2026-01-21 14:01:54','2026-01-21 14:01:54','789f8a02-0f2c-4355-914c-8ac39d771414'),
(13926,13926,1,'2026-01-21 09:02:01',NULL,NULL,NULL,1,'2026-01-21 14:02:01','2026-01-21 14:02:01','4c860fa0-94ee-430b-beba-13a9b8b21bc2'),
(13927,13927,1,'2026-01-21 09:02:02',NULL,NULL,NULL,1,'2026-01-21 14:02:02','2026-01-21 14:02:02','591e2a5a-c5c7-4048-9fbd-374fefc4d117'),
(13928,13928,1,'2026-01-21 09:02:05',NULL,NULL,NULL,1,'2026-01-21 14:02:05','2026-01-21 14:02:05','009f3500-34fb-419b-814d-173075999e80'),
(13929,13929,1,'2026-01-21 09:02:06',NULL,NULL,NULL,1,'2026-01-21 14:02:06','2026-01-21 14:02:06','8cdf077e-942f-4d6e-84d7-91b59058d8b3'),
(13930,13930,1,'2026-01-21 09:02:09',NULL,NULL,NULL,1,'2026-01-21 14:02:09','2026-01-21 14:02:09','96e63364-c277-4f9c-afa2-c18e8e3fffcd'),
(13931,13931,1,'2026-01-21 09:02:10',NULL,NULL,NULL,1,'2026-01-21 14:02:10','2026-01-21 14:02:10','57a4b0d3-70af-4c35-9ca3-72cb32b34137'),
(13932,13932,1,'2026-01-21 09:03:09',NULL,NULL,NULL,1,'2026-01-21 14:03:09','2026-01-21 14:03:09','57130f37-0bc6-42be-b294-03c19e5ccf0d'),
(13933,13933,1,'2026-01-21 09:03:29',NULL,NULL,NULL,1,'2026-01-21 14:03:29','2026-01-21 14:03:29','ecf8a391-7dac-447c-9545-d355872eb353'),
(13934,13934,1,'2026-01-21 09:03:30',NULL,NULL,NULL,1,'2026-01-21 14:03:30','2026-01-21 14:03:30','75681ecf-fa67-495e-be6b-c0b1c6eb5145'),
(13935,13935,1,'2026-01-21 09:03:31',NULL,NULL,NULL,1,'2026-01-21 14:03:31','2026-01-21 14:03:31','4215f288-5301-4937-ae68-931382386be9'),
(13936,13936,1,'2026-01-21 09:03:37',NULL,NULL,NULL,1,'2026-01-21 14:03:37','2026-01-21 14:03:37','45ecf377-7c09-4465-9daa-230fcd7540c3'),
(13937,13937,1,'2026-01-21 09:03:48',NULL,NULL,NULL,1,'2026-01-21 14:03:48','2026-01-21 14:03:48','d5476c47-dd7e-4463-9dae-a8f54964eba4'),
(13938,13938,1,'2026-01-21 09:03:56',NULL,NULL,NULL,1,'2026-01-21 14:03:56','2026-01-21 14:03:56','3bb59e8d-147c-4242-b1f8-7d4a5baa2606'),
(13939,13939,1,'2026-01-21 09:04:03',NULL,NULL,NULL,1,'2026-01-21 14:04:03','2026-01-21 14:04:03','e9290e51-42aa-479d-88e5-66588d69b6b3'),
(13940,13940,1,'2026-01-21 09:04:16',NULL,NULL,NULL,1,'2026-01-21 14:04:16','2026-01-21 14:04:16','e15ede5a-9449-4fdd-acbe-8828630a6975'),
(13941,13941,1,'2026-01-21 09:04:23',NULL,NULL,NULL,1,'2026-01-21 14:04:23','2026-01-21 14:04:23','a0815875-1598-4283-a7f8-18c60b0565ac'),
(13942,13942,1,'2026-01-21 09:04:26',NULL,NULL,NULL,1,'2026-01-21 14:04:26','2026-01-21 14:04:26','efda8e53-0eaf-44fa-9002-442461784c92'),
(13943,13943,1,'2026-01-21 09:04:32',NULL,NULL,NULL,1,'2026-01-21 14:04:32','2026-01-21 14:04:32','76de02b8-42e9-422c-9bb1-e43247e2c2b5'),
(13944,13944,1,'2026-01-21 09:04:35',NULL,NULL,NULL,1,'2026-01-21 14:04:35','2026-01-21 14:04:35','947b4435-6de2-4e80-8cdf-00e222ca5d1f'),
(13945,13945,1,'2026-01-21 09:04:43',NULL,NULL,NULL,1,'2026-01-21 14:04:43','2026-01-21 14:04:43','1afbf222-cb9b-4b67-bb20-7ef9a1ab3d8f'),
(13946,13946,1,'2026-01-21 09:04:45',NULL,NULL,NULL,1,'2026-01-21 14:04:45','2026-01-21 14:04:45','7316a86e-3bb3-4f12-9cd4-2dfc5b3167d9'),
(13947,13947,1,'2026-01-21 09:04:52',NULL,NULL,NULL,1,'2026-01-21 14:04:52','2026-01-21 14:04:52','b6566ee7-0b59-4a28-b54d-e2aa2e511193'),
(13948,13948,1,'2026-01-21 09:04:57',NULL,NULL,NULL,1,'2026-01-21 14:04:57','2026-01-21 14:04:57','cded2373-5dcf-4605-8370-66eaf07db1b2'),
(13949,13949,1,'2026-01-21 09:04:58',NULL,NULL,NULL,1,'2026-01-21 14:04:58','2026-01-21 14:04:58','a747766c-80f6-4d66-8933-160880b4741d'),
(13950,13950,1,'2026-01-21 09:05:03',NULL,NULL,NULL,1,'2026-01-21 14:05:03','2026-01-21 14:05:03','726014b3-9765-48a2-9154-75840646cb71'),
(13951,13951,1,'2026-01-21 09:05:06',NULL,NULL,NULL,1,'2026-01-21 14:05:06','2026-01-21 14:05:06','76b74ef1-4e42-4dee-b28a-1cb16ab2af60'),
(13952,13952,1,'2026-01-21 09:05:22',NULL,NULL,NULL,1,'2026-01-21 14:05:22','2026-01-21 14:05:22','266ec6cf-e306-41f7-b253-640f9adc760d'),
(13953,13953,1,'2026-01-21 09:05:32',NULL,NULL,NULL,1,'2026-01-21 14:05:32','2026-01-21 14:05:32','2debeb63-183a-490a-9039-26a899a0f062'),
(13954,13954,1,'2026-01-21 09:05:39',NULL,NULL,NULL,1,'2026-01-21 14:05:39','2026-01-21 14:05:39','440e7ff7-63c3-4f82-b5d7-2fa83a9dbeb1'),
(13955,13955,1,'2026-01-21 09:05:45',NULL,NULL,NULL,1,'2026-01-21 14:05:45','2026-01-21 14:05:45','a73b0d9e-1b7c-4b99-897f-d6ab29afb6fb'),
(13956,13956,1,'2026-01-21 09:05:48',NULL,NULL,NULL,1,'2026-01-21 14:05:48','2026-01-21 14:05:48','edc4131b-972e-40fa-871f-d82fa41b898d'),
(13957,13957,1,'2026-01-21 09:05:48',NULL,NULL,NULL,1,'2026-01-21 14:05:48','2026-01-21 14:05:48','7cb82745-76cd-4239-ac8c-fffdddc2dd3d'),
(13958,13958,1,'2026-01-21 09:05:50',NULL,NULL,NULL,1,'2026-01-21 14:05:50','2026-01-21 14:05:50','e8225052-e9cf-48e3-bb3f-13447d08c72d'),
(13959,13959,1,'2026-01-21 09:05:51',NULL,NULL,NULL,1,'2026-01-21 14:05:51','2026-01-21 14:05:51','8c49a1a8-cc91-4fce-95e7-df93b3a22158'),
(13960,13960,1,'2026-01-21 09:05:51',NULL,NULL,NULL,1,'2026-01-21 14:05:51','2026-01-21 14:05:51','0787dfde-fc93-44cb-b69d-53a80de86d76'),
(13961,13961,1,'2026-01-21 09:05:52',NULL,NULL,NULL,1,'2026-01-21 14:05:52','2026-01-21 14:05:52','401e0edd-823c-4759-9a6d-2576093fc452'),
(13962,13962,1,'2026-01-21 09:05:53',NULL,NULL,NULL,1,'2026-01-21 14:05:53','2026-01-21 14:05:53','f6ea3867-74b0-4b86-b0cb-6c98035d7f32'),
(13963,13963,1,'2026-01-21 09:05:53',NULL,NULL,NULL,1,'2026-01-21 14:05:53','2026-01-21 14:05:53','081e9988-4f32-4a98-8963-5795f6a462d7'),
(13964,13964,1,'2026-01-21 09:06:24',NULL,NULL,NULL,1,'2026-01-21 14:06:24','2026-01-21 14:06:24','93f153dd-c04a-47c4-a451-e171a8b53fee'),
(13965,13965,1,'2026-01-21 09:09:05',NULL,NULL,NULL,1,'2026-01-21 14:09:05','2026-01-21 14:09:05','87fe4215-0c52-4dc1-8c56-1cef6d79e25c'),
(13966,13966,1,'2026-01-21 09:10:42',NULL,NULL,NULL,1,'2026-01-21 14:10:42','2026-01-21 14:10:42','912fd6c1-1f05-48b0-a2b1-aaca6f37603f'),
(13967,13967,1,'2026-01-21 09:13:30',NULL,NULL,NULL,1,'2026-01-21 14:13:30','2026-01-21 14:13:30','4756760e-119f-4c37-a0f5-82732612d33f'),
(13968,13968,1,'2026-01-21 09:13:41',NULL,NULL,NULL,1,'2026-01-21 14:13:41','2026-01-21 14:13:41','bc8abf30-95cd-45f1-afea-9ebdd8ad798c'),
(13969,13969,1,'2026-01-21 09:14:01',NULL,NULL,NULL,1,'2026-01-21 14:14:01','2026-01-21 14:14:01','e756a0f3-4d8f-4743-aa76-829319b8a6c5'),
(13970,13970,1,'2026-01-21 09:14:04',NULL,NULL,NULL,1,'2026-01-21 14:14:04','2026-01-21 14:14:04','12b60796-6724-4583-ad22-7acd4f9cd634'),
(13971,13971,1,'2026-01-21 09:14:06',NULL,NULL,NULL,1,'2026-01-21 14:14:06','2026-01-21 14:14:07','4543bf25-f271-42b8-8819-6980f973af81'),
(13972,13972,1,'2026-01-21 09:14:55',NULL,NULL,NULL,1,'2026-01-21 14:14:54','2026-01-21 14:14:55','828062fd-7ad9-46dd-aebc-18254c35b3f2'),
(13973,13973,1,'2026-01-21 09:15:40',NULL,NULL,NULL,1,'2026-01-21 14:15:40','2026-01-21 14:15:40','73e338b9-2aa8-4c3d-a5c7-4795aa5e6f10'),
(13974,13974,1,'2026-01-21 09:17:00',NULL,NULL,NULL,1,'2026-01-21 14:17:00','2026-01-21 14:17:00','f12dedd2-3e65-4180-8259-f7f765797ccd'),
(14370,14370,1,'2026-01-21 09:19:34',NULL,NULL,NULL,1,'2026-01-21 14:19:34','2026-01-21 14:19:34','4668d04a-ff81-4b48-b046-a22fac03b0f2'),
(14442,14442,1,'2026-01-21 09:20:33',NULL,NULL,NULL,1,'2026-01-21 14:20:33','2026-01-21 14:20:33','ce6d09f9-3924-4928-9adb-5d4d7af1c71f'),
(14443,14443,1,'2026-01-21 09:21:17',NULL,NULL,NULL,1,'2026-01-21 14:21:17','2026-01-21 14:21:17','688fe21a-e8b6-47b2-a084-9d85d06142be'),
(14444,14444,1,'Sheridan Admin',NULL,NULL,NULL,1,'2026-01-21 14:21:24','2026-01-21 14:21:24','3b69f69f-fdfa-4c12-aa67-22527269d5cf'),
(14448,14448,1,'2026-01-21 09:21:56',NULL,NULL,NULL,1,'2026-01-21 14:21:56','2026-01-21 14:21:56','e1f1a617-8a7f-4ad6-b08e-19651592dbad'),
(14449,14449,1,'2026-01-21 09:22:00',NULL,NULL,NULL,1,'2026-01-21 14:22:00','2026-01-21 14:22:00','cf72fa18-e011-495e-b17a-5ecb5e52dd7c'),
(14450,14450,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11529],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-21 14:22:23','2026-01-21 14:22:23','11b39105-394c-4efe-bf9c-136dae2ce79f'),
(14451,14451,1,'Michael Jacobson LNHA','michael-jacobson-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michael Jacobson LNHA\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14444]}',1,'2026-01-21 14:22:23','2026-01-21 14:22:23','c201ef6a-0862-4dec-a2f2-83ca39667b5b'),
(14455,14455,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\"}',1,'2026-01-21 14:22:56','2026-01-21 14:22:56','5e086d1a-687c-495a-8792-d091dacc8160'),
(14456,14456,1,'2026-01-21 09:23:19',NULL,NULL,NULL,1,'2026-01-21 14:23:19','2026-01-21 14:23:19','6ce566e2-36a2-495c-8a59-fc5449c280cf'),
(14458,14458,1,'David Glat Navy Blue Background',NULL,NULL,NULL,1,'2026-01-21 14:23:39','2026-01-21 14:23:39','0f590e8c-878b-43e1-accd-d3c64dc954b3'),
(14460,14460,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-21 14:23:45','2026-01-21 14:23:45','2ba467d4-a1c3-4af6-833d-aa59dd57fd83'),
(14461,14461,1,'David Glat','darnell-fortney-bs-ms-lnha',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"David Glat\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14458]}',1,'2026-01-21 14:23:45','2026-01-21 14:23:45','abdabab9-4794-42a1-b2e7-caa893137a20'),
(14463,14463,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-21 14:24:04','2026-01-21 14:24:04','01aa217a-3990-4707-b8a4-f2656b59bd2c'),
(14465,14465,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-21 14:24:26','2026-01-21 14:24:26','7da20139-daad-4097-ae47-5cb9a0a84590'),
(14467,14467,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\"}',1,'2026-01-21 14:24:39','2026-01-21 14:24:39','89254caa-3d46-4eb9-8466-e19d12d86717'),
(14469,14469,1,'Groton AD 2',NULL,NULL,NULL,1,'2026-01-21 14:26:32','2026-01-21 14:26:32','9bba996f-6883-4465-8004-cff079555057'),
(14471,14471,1,'Behaviors','behavioral-unit',NULL,NULL,1,'2026-01-21 14:26:33','2026-01-21 14:26:33','f15308e7-1627-4c1a-bc04-b7d41667c1e0'),
(14474,14474,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-21 14:26:40','2026-01-21 14:26:40','09534675-354e-4c2b-af6c-33fb04a14bc1'),
(14475,14475,1,'Jeffrey Turner','jeffrey-turner',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeffrey Turner\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6128]}',1,'2026-01-21 14:26:40','2026-01-21 14:26:40','83ba227f-cec2-4c8a-b285-96fd2298fccb'),
(14476,14476,1,'Lynn Marino','lynn-marino',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lynn Marino\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14469]}',1,'2026-01-21 14:26:40','2026-01-21 14:26:40','84fb4e18-5b6a-4af5-8ffc-db36979e1395'),
(14477,14477,1,'2026-01-21 09:26:44',NULL,NULL,NULL,1,'2026-01-21 14:26:44','2026-01-21 14:26:44','ea6c7c63-e503-42f5-a920-1019963b2601'),
(14480,14480,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-21 14:26:52','2026-01-21 14:26:52','b5feddf7-b001-487b-9b65-28bda010f917'),
(14482,14482,1,'2026-01-21 09:27:01',NULL,NULL,NULL,1,'2026-01-21 14:27:01','2026-01-21 14:27:01','246d483e-079c-4e1c-8b0f-4b84b4121804'),
(14483,14483,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10158],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\"}',1,'2026-01-21 14:27:02','2026-01-21 14:27:02','b92d290b-8069-4dd9-9467-fa0de185e059'),
(14485,14485,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\"}',1,'2026-01-21 14:27:23','2026-01-21 14:27:23','46a2cdde-0d73-4763-8a08-4fd23e38f3b7'),
(14487,14487,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10164],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\"}',1,'2026-01-21 14:27:32','2026-01-21 14:27:32','c72d6480-3c0c-4e04-8b29-1198077bb4e7'),
(14488,14488,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12467],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\"}',1,'2026-01-21 14:27:45','2026-01-21 14:27:45','e7e22a81-72f4-456d-8a37-8fa393ce12fe'),
(14490,14490,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\"}',1,'2026-01-21 14:27:56','2026-01-21 14:27:56','43aa1e43-1110-4e3f-8956-7dafc8d5e8dd'),
(14492,14492,1,'2026-01-21 09:28:06',NULL,NULL,NULL,1,'2026-01-21 14:28:06','2026-01-21 14:28:06','bfe50a05-bebb-4726-af63-1c3c57f2de92'),
(14494,14494,1,'Care Age AD',NULL,NULL,NULL,1,'2026-01-21 14:29:47','2026-01-21 14:29:47','1cb45bfa-b348-48aa-96b3-c7fba8cc7a3f'),
(14496,14496,1,'2026-01-21 09:30:26',NULL,NULL,NULL,1,'2026-01-21 14:30:26','2026-01-21 14:30:26','8bd4a1a3-c655-4e0c-9495-2f03e496af4f'),
(14497,14497,1,'2026-01-21 09:30:49',NULL,NULL,NULL,1,'2026-01-21 14:30:49','2026-01-21 14:30:49','235a148b-ebf4-45d6-9905-fd6e38da0d7d'),
(14498,14498,1,'2026-01-21 09:31:10',NULL,NULL,NULL,1,'2026-01-21 14:31:10','2026-01-21 14:31:10','ef02ec7e-2ffb-499b-a3d5-ecf061e54cbd'),
(14499,14499,1,'2026-01-21 09:31:55',NULL,NULL,NULL,1,'2026-01-21 14:31:55','2026-01-21 14:31:55','1a7b5170-3888-471b-8767-b58a5244b609'),
(14505,14505,1,'2026-01-21 09:32:01',NULL,NULL,NULL,1,'2026-01-21 14:32:01','2026-01-21 14:32:01','93ac6019-7273-4f22-8daf-b44e7b6098d8'),
(14506,14506,1,'Care Age Admin 1',NULL,NULL,NULL,1,'2026-01-21 14:32:24','2026-01-21 14:32:24','13b308d8-351d-4c9d-a347-a17c57d77a38'),
(14509,14509,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-21 14:32:36','2026-01-21 14:32:36','054719b4-efec-407d-a2e1-36565c38a9c0'),
(14510,14510,1,'Jennifer Green','jennifer-green',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Green\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14506]}',1,'2026-01-21 14:32:36','2026-01-21 14:32:36','1048c8f8-45cf-4aa4-980d-d4c3ac3dd610'),
(14511,14511,1,'Bridget Roe','bridget-roe',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Bridget Roe\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14494]}',1,'2026-01-21 14:32:36','2026-01-21 14:32:36','1c8de78b-3db1-4203-8d70-31d5e8f1e3cd'),
(14512,14512,1,'2026-01-21 09:33:12',NULL,NULL,NULL,1,'2026-01-21 14:33:12','2026-01-21 14:33:12','c495c445-5a73-4d81-9cdd-c4d1f1a84de0'),
(14513,14513,1,'2026-01-21 09:33:48',NULL,NULL,NULL,1,'2026-01-21 14:33:48','2026-01-21 14:33:48','abb1e30d-2eaf-4899-8c96-0ded0f0f6e85'),
(14514,14514,1,'2026-01-21 09:34:37',NULL,NULL,NULL,1,'2026-01-21 14:34:37','2026-01-21 14:34:37','70c7e58c-0fe0-4637-942d-cfbfaee0d436'),
(14515,14515,1,'2026-01-21 09:34:38',NULL,NULL,NULL,1,'2026-01-21 14:34:38','2026-01-21 14:34:38','ab975e15-08ee-4c2c-a9f3-fbd594aecd7b'),
(14520,14520,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-21 14:36:16','2026-01-21 14:36:16','9a9a7994-151f-48de-a467-63b70db3e952'),
(14522,14522,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-21 14:37:12','2026-01-21 14:37:12','c93ef092-f5df-4ebc-bc36-9db6572edb6d'),
(14524,14524,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-21 14:38:32','2026-01-21 14:38:32','77b7435d-4280-437a-b8bb-2a87397a8b91'),
(14525,14525,1,'2026-01-21 09:39:03',NULL,NULL,NULL,1,'2026-01-21 14:39:03','2026-01-21 14:39:03','dd52fc2f-1540-45f1-9ccb-64b40d173065'),
(14526,14526,1,'2026-01-21 09:39:08',NULL,NULL,NULL,1,'2026-01-21 14:39:08','2026-01-21 14:39:08','0a37ed1b-1a33-40ad-8596-01a46f8df978'),
(14527,14527,1,'2026-01-21 09:40:08',NULL,NULL,NULL,1,'2026-01-21 14:40:08','2026-01-21 14:40:08','ed8cbe21-5786-45b4-9a08-958a3f51efc2'),
(14533,14533,1,'Christian Admin',NULL,NULL,NULL,1,'2026-01-21 14:40:21','2026-01-21 14:40:21','271ad268-491e-46e3-9883-ca2756d71314'),
(14535,14535,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-21 14:40:25','2026-01-21 14:40:25','a0b6f2f8-a96d-4d78-b80e-929cfb369502'),
(14536,14536,1,'Lauren Fetrow','lauren-fetrow',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lauren Fetrow\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14533]}',1,'2026-01-21 14:40:25','2026-01-21 14:40:25','4e199a19-6e8f-43ba-98dc-21f58e51cc94'),
(14538,14538,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[6525],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-21 14:40:43','2026-01-21 14:40:43','3350c47e-a7bb-40ee-99d7-6795281f4726'),
(14539,14539,1,'2026-01-21 09:40:53',NULL,NULL,NULL,1,'2026-01-21 14:40:53','2026-01-21 14:40:53','8884acaa-6ac1-4b0b-ac5f-203ef6c12e0f'),
(14540,14540,1,'2026-01-21 09:40:53',NULL,NULL,NULL,1,'2026-01-21 14:40:53','2026-01-21 14:40:53','fa755303-08e2-48e0-a947-e624d7c52294'),
(14544,14544,1,'2026-01-21 09:40:58',NULL,NULL,NULL,1,'2026-01-21 14:40:58','2026-01-21 14:40:58','c538b09c-580d-473e-949c-d32c83151f3b'),
(14545,14545,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[12718],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-21 14:41:03','2026-01-21 14:41:03','a97014be-e457-401d-a6d3-dc3f47ecfcfb'),
(14547,14547,1,'2026-01-21 09:41:46',NULL,NULL,NULL,1,'2026-01-21 14:41:46','2026-01-21 14:41:46','9bd626a2-710b-444b-9099-ed2b41ae6f0a'),
(14550,14550,1,'Christian AD',NULL,NULL,NULL,1,'2026-01-21 14:41:59','2026-01-21 14:41:59','4717d9c4-92c3-4ef0-988b-ff44d773a9f9'),
(14552,14552,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@christianhomecrc.com\"}',1,'2026-01-21 14:42:08','2026-01-21 14:42:08','28683d85-cd72-420f-94d5-1d4fed513462'),
(14553,14553,1,'Amy Evans','amy-evans',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amy Evans\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14550]}',1,'2026-01-21 14:42:08','2026-01-21 14:42:08','630d5965-e0c9-4511-9848-0bed789f2012'),
(14554,14554,1,'2026-01-21 09:42:10',NULL,NULL,NULL,1,'2026-01-21 14:42:10','2026-01-21 14:42:10','da29e0c3-e94a-494a-9e26-8622d91445c2'),
(14558,14558,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@glendalecrc.com\"}',1,'2026-01-21 14:43:22','2026-01-21 14:43:22','3d1b9b17-80ff-484a-a3f2-956f30d84e80'),
(14559,14559,1,'Katie Schleicher','katie-schleicher',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Schleicher\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-21 14:43:22','2026-01-21 14:43:22','bd864020-e708-45f4-ac3f-7dd8c6ffc018'),
(14560,14560,1,'2026-01-21 09:44:02',NULL,NULL,NULL,1,'2026-01-21 14:44:02','2026-01-21 14:44:02','9f7c2f8b-8bd0-4403-af99-b3cf5ab1e3b6'),
(14563,14563,1,'2026-01-21 09:44:47',NULL,NULL,NULL,1,'2026-01-21 14:44:47','2026-01-21 14:44:47','a650a905-9431-4217-aebd-8af8a4467933'),
(14564,14564,1,'2026-01-21 09:46:00',NULL,NULL,NULL,1,'2026-01-21 14:46:00','2026-01-21 14:46:00','3fe1261b-362f-4ac4-b95a-d4ed9a602c89'),
(14565,14565,1,'2026-01-21 09:46:06',NULL,NULL,NULL,1,'2026-01-21 14:46:06','2026-01-21 14:46:06','9c807db7-a14c-4ee5-97d0-b1f116ae959e'),
(14566,14566,1,'2026-01-21 09:46:32',NULL,NULL,NULL,1,'2026-01-21 14:46:32','2026-01-21 14:46:32','01592e16-01e3-4ee0-a072-1eae6e9a71bd'),
(14567,14567,1,'Kensington Admin',NULL,NULL,NULL,1,'2026-01-21 14:46:58','2026-01-21 14:46:58','2c583fbd-2584-4a88-a46a-594bce6574d9'),
(14573,14573,1,'2026-01-21 09:48:08',NULL,NULL,NULL,1,'2026-01-21 14:48:08','2026-01-21 14:48:08','c7f4cdd8-43ba-4a4b-9f5b-b7ee3bd954d0'),
(14574,14574,1,'2026-01-21 09:48:26',NULL,NULL,NULL,1,'2026-01-21 14:48:26','2026-01-21 14:48:26','25e3e431-2f0f-4dc5-a79b-526ce2911a59'),
(14575,14575,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-21 14:48:29','2026-01-21 14:48:29','d51ff33f-f78d-492b-a270-102f6dd6b7e8'),
(14576,14576,1,'Scott Hochstadt','christine-klekamp',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Scott Hochstadt\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14567]}',1,'2026-01-21 14:48:29','2026-01-21 14:48:29','bf755c40-20cb-4de7-88af-b64e43d9c514'),
(14580,14580,1,'2026-01-21 09:48:59',NULL,NULL,NULL,1,'2026-01-21 14:48:59','2026-01-21 14:48:59','a0158da3-635b-465a-800a-ae5fcc7aaadc'),
(14581,14581,1,'2026-01-21 09:49:18',NULL,NULL,NULL,1,'2026-01-21 14:49:18','2026-01-21 14:49:18','50e2089a-c9e4-483e-9af4-6281d17a5f47'),
(14583,14583,1,'2026-01-21 09:50:25',NULL,NULL,NULL,1,'2026-01-21 14:50:25','2026-01-21 14:50:25','62640c02-f32c-4b84-8d4c-eb325e083095'),
(14584,14584,1,'Melissa Resume federal 23',NULL,NULL,NULL,1,'2026-01-21 14:50:25','2026-01-21 14:50:25','0519b9c4-c8f4-42ea-8b1e-0268db120f7c'),
(14585,14585,1,'2026-01-21 09:51:22',NULL,NULL,NULL,1,'2026-01-21 14:51:22','2026-01-21 14:51:22','8ef14258-4c86-4520-afbc-07779753ef9e'),
(14586,14586,1,'Kensington AD',NULL,NULL,NULL,1,'2026-01-21 14:53:29','2026-01-21 14:53:29','9105c2c5-cc2b-421b-96ac-f2f76c5d9ae1'),
(14592,14592,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@kensingtoncareandrehab.com\"}',1,'2026-01-21 14:53:34','2026-01-21 14:53:34','3906fd1c-384e-4d46-aeb0-047b127129a8'),
(14593,14593,1,'Lindsay Parry','lindsay-parry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lindsay Parry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14586]}',1,'2026-01-21 14:53:34','2026-01-21 14:53:34','3526f865-5d91-483b-9278-20bb264a0eb3'),
(14594,14594,1,'2026-01-21 09:53:46',NULL,NULL,NULL,1,'2026-01-21 14:53:46','2026-01-21 14:53:46','d5ca15cf-49bc-4094-8112-190c57491572'),
(14595,14595,1,'Melissa Resume federal 23',NULL,NULL,NULL,1,'2026-01-21 14:53:46','2026-01-21 14:53:46','10a2767a-3c8f-416f-8c77-00ee55f69002'),
(14598,14598,1,'Manitowoc Admin',NULL,NULL,NULL,1,'2026-01-21 14:58:21','2026-01-21 14:58:21','9eda7f28-d0c7-4818-b84e-c5b95cbad3b6'),
(14600,14600,1,'2026-01-21 09:58:57',NULL,NULL,NULL,1,'2026-01-21 14:58:57','2026-01-21 14:58:57','71513149-25bb-4911-bf1d-734193ff5940'),
(14601,14601,1,'Manitowoc AD',NULL,NULL,NULL,1,'2026-01-21 14:59:35','2026-01-21 14:59:35','bec42058-0485-4d51-8348-8368a27e0a1f'),
(14604,14604,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@manitowochrc.com\"}',1,'2026-01-21 14:59:39','2026-01-21 14:59:39','3ba496f5-5ad5-4993-a002-3af20802b5da'),
(14605,14605,1,'Brianna Christel','cynthia-grindheim',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brianna Christel\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14598]}',1,'2026-01-21 14:59:39','2026-01-21 14:59:39','a0d7f31d-d8b5-48f5-8d5e-9fd4432900d7'),
(14606,14606,1,'Hailey Shillcox','hailey-hagg',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hailey Shillcox\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14601]}',1,'2026-01-21 14:59:39','2026-01-21 14:59:39','10e85207-0c1f-40c8-b7b8-70403925cf7f'),
(14609,14609,1,'Behavioral Health Support','behavioral-unit',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Guided Care for Emotional and Mental Wellness.\\nBehavioral Health Support offers compassionate, individualized care for residents facing depression, anxiety, cognitive changes, or behavioral challenges related to medical or neurological conditions. Through psychiatric partnerships, staff training, and therapeutic engagement, we aim to reduce distress, promote dignity, and help residents find calm and clarity — every step of the way.\"}',1,'2026-01-21 15:01:00','2026-01-21 15:01:00','0989174c-6870-4f69-a52f-365bf57f2a37'),
(14611,14611,1,'2026-01-21 10:01:18',NULL,NULL,NULL,1,'2026-01-21 15:01:18','2026-01-21 15:01:18','4dc25451-6d3b-43b9-9bbf-3af17c006c26'),
(14613,14613,1,'CC Holmdel Floor Plan Flyer',NULL,NULL,NULL,1,'2026-01-21 15:02:22','2026-01-21 15:02:22','ce2e89eb-5721-4565-a335-9487fdec3003'),
(14614,14614,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-21 15:02:25','2026-01-21 15:02:25','e73583bd-53cb-41c8-a7d2-feb23f0153aa'),
(14615,14615,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@nazarethhealth.com\"}',1,'2026-01-21 15:02:33','2026-01-21 15:02:33','f2a24e2d-1b0e-4d72-adea-3079a2d57a40'),
(14617,14617,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12362],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stclarecrc.com\"}',1,'2026-01-21 15:02:40','2026-01-21 15:02:40','dbb72343-9d5d-47b3-af98-713ef3af2adf'),
(14619,14619,1,'Maple Grove Admin',NULL,NULL,NULL,1,'2026-01-21 15:04:24','2026-01-21 15:04:24','3216203d-1039-4e79-9068-7780148e1e60'),
(14621,14621,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@stmaryscrc.com\"}',1,'2026-01-21 15:04:50','2026-01-21 15:04:50','057e79a1-30fc-4f0c-906d-b62c43d43f2e'),
(14622,14622,1,'Sean Murphy','sean-murphy',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Sean Murphy\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14619]}',1,'2026-01-21 15:04:50','2026-01-21 15:04:50','66d051b3-3e2b-4049-8d02-8b63f544162c'),
(14624,14624,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2026-01-21 15:05:47','2026-01-21 15:05:47','8743b619-d7c8-4e1f-b86e-28ca039321d2'),
(14626,14626,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@virginiahighlandscrc.com\"}',1,'2026-01-21 15:05:55','2026-01-21 15:05:55','0065ecfa-bc43-40cd-b28f-0ad93fae2005'),
(14628,14628,1,'2026-01-21 10:14:23',NULL,NULL,NULL,1,'2026-01-21 15:14:23','2026-01-21 15:14:23','4f4487da-450d-42f3-bab8-b600cb479d8a'),
(14629,14629,1,'2026-01-21 10:14:47',NULL,NULL,NULL,1,'2026-01-21 15:14:47','2026-01-21 15:14:47','e6bc8e4d-3e85-4eeb-8902-ce6b5c3c698f'),
(14630,14630,1,'2026-01-21 10:15:50',NULL,NULL,NULL,1,'2026-01-21 15:15:50','2026-01-21 15:15:50','1f9ce420-744b-43d0-ae5d-159690a9c270'),
(14634,14634,1,'2026-01-21 10:18:26',NULL,NULL,NULL,1,'2026-01-21 15:18:26','2026-01-21 15:18:26','15924ec4-cd0c-418d-b2bf-5821368d6cec'),
(14635,14635,1,'2026-01-21 10:18:30',NULL,NULL,NULL,1,'2026-01-21 15:18:30','2026-01-21 15:18:30','aee1957f-b4ad-4776-9aab-1e0ecac6097c'),
(14638,14638,1,'2026-01-21 10:19:53',NULL,NULL,NULL,1,'2026-01-21 15:19:53','2026-01-21 15:19:53','3956a4f9-c6e7-47d6-ad1c-5beb24171549'),
(14640,14640,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11529],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-21 15:22:25','2026-01-21 15:22:25','36d3e185-fdaa-4b3d-9252-30bae88b6237'),
(14642,14642,1,'2026-01-21 10:22:54',NULL,NULL,NULL,1,'2026-01-21 15:22:54','2026-01-21 15:22:54','c7624dc0-dd00-44f0-84fc-5c762e90c15e'),
(14643,14643,1,'2026-01-21 10:25:58',NULL,NULL,NULL,1,'2026-01-21 15:25:58','2026-01-21 15:25:58','11a94afa-52c2-41dd-a666-9aa59c6683f8'),
(14646,14646,1,'2026-01-21 10:28:40',NULL,NULL,NULL,1,'2026-01-21 15:28:40','2026-01-21 15:28:40','e6217fc7-594a-41b5-93b4-5fc12e014778'),
(14648,14648,1,'2026-01-21 10:32:28',NULL,NULL,NULL,1,'2026-01-21 15:32:28','2026-01-21 15:32:28','6d36f7bc-49fa-4050-ae2b-f8505dfe9253'),
(14649,14649,1,'2026-01-21 10:32:52',NULL,NULL,NULL,1,'2026-01-21 15:32:52','2026-01-21 15:32:52','48a92921-d1e1-4a18-bf71-574d23f18956'),
(14650,14650,1,'2026-01-21 10:33:14',NULL,NULL,NULL,1,'2026-01-21 15:33:14','2026-01-21 15:33:14','1af0f581-bfdd-48ff-8915-05d95b09d631'),
(14654,14654,1,'2026-01-21 10:36:18',NULL,NULL,NULL,1,'2026-01-21 15:36:18','2026-01-21 15:36:18','a7012c31-1e28-451a-91b9-c3dac194abbc'),
(14656,14656,1,'2026-01-21 10:38:17',NULL,NULL,NULL,1,'2026-01-21 15:38:17','2026-01-21 15:38:17','de02596c-1c5d-467b-9f0a-0b4d2a4eb30c'),
(14658,14658,1,'2026-01-21 10:41:53',NULL,NULL,NULL,1,'2026-01-21 15:41:53','2026-01-21 15:41:53','64bd9005-c5ea-4468-a79d-be0ad560f113'),
(14660,14660,1,'2026-01-21 10:42:12',NULL,NULL,NULL,1,'2026-01-21 15:42:12','2026-01-21 15:42:12','78bc77ee-58ef-464e-a818-9cc76c5da203'),
(14662,14662,1,'2026-01-21 10:42:24',NULL,NULL,NULL,1,'2026-01-21 15:42:24','2026-01-21 15:42:24','0244f7c2-ff85-4dd6-adeb-93e6915e7717'),
(14666,14666,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\"}',1,'2026-01-21 15:43:14','2026-01-21 15:43:14','15bb2c2e-25c8-4eed-8c19-24c01edfd79e'),
(14667,14667,1,'Holly Dean','lynn-marino',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Dean\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6093]}',1,'2026-01-21 15:43:14','2026-01-21 15:43:14','c93f0f60-2d5a-4db5-aa6d-c30c607151e7'),
(14668,14668,1,'2026-01-21 10:43:19',NULL,NULL,NULL,1,'2026-01-21 15:43:19','2026-01-21 15:43:19','f319517b-8efb-44eb-b3e5-ad1eea5de4d5'),
(14670,14670,1,'2026-01-21 10:43:41',NULL,NULL,NULL,1,'2026-01-21 15:43:41','2026-01-21 15:43:41','5de8e3e0-a3bd-490a-9f00-01f2107afe9e'),
(14673,14673,1,'Alzheimer\'s/Dementia/Memory Care','alzheimers-dementia-memory-care',NULL,NULL,1,'2026-01-21 15:43:59','2026-01-21 15:43:59','7ac54780-cadd-4fae-8a34-591bd38a9405'),
(14675,14675,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-21 15:44:48','2026-01-21 15:44:48','db3b97e2-79ef-47bb-8c9d-4f3f042bc9ab'),
(14677,14677,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\"}',1,'2026-01-21 15:45:13','2026-01-21 15:45:13','e6b06f92-bfac-4795-be4b-ce0186392a7b'),
(14680,14680,1,'2026-01-21 10:46:49',NULL,NULL,NULL,1,'2026-01-21 15:46:49','2026-01-21 15:46:49','565d8255-c237-434a-b289-81d2e0a1110c'),
(14681,14681,1,'2026-01-21 10:46:49',NULL,NULL,NULL,1,'2026-01-21 15:46:49','2026-01-21 15:46:49','b0573630-47e5-48f4-9e2f-17ea9e719059'),
(14682,14682,1,'2026-01-21 10:46:50',NULL,NULL,NULL,1,'2026-01-21 15:46:50','2026-01-21 15:46:50','18603782-6e7f-410a-aab7-0fa6d45d3ff3'),
(14686,14686,1,'2026-01-21 10:48:02',NULL,NULL,NULL,1,'2026-01-21 15:48:02','2026-01-21 15:48:02','7aa64ed7-a21b-45f1-a399-1f388673fd5e'),
(14688,14688,1,'2026-01-21 10:49:45',NULL,NULL,NULL,1,'2026-01-21 15:49:45','2026-01-21 15:49:45','3ad0f96c-6b3a-44d6-9a63-4b33f8b04fbd'),
(14691,14691,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-21 15:50:16','2026-01-21 15:50:16','aa8c6608-505a-4eb3-885f-5019e8d0f706'),
(14693,14693,1,'2026-01-21 10:52:31',NULL,NULL,NULL,1,'2026-01-21 15:52:31','2026-01-21 15:52:31','19fdd268-cf08-409e-bf7d-90a19cdcbb41'),
(14694,14694,1,'2026-01-21 10:53:01',NULL,NULL,NULL,1,'2026-01-21 15:53:01','2026-01-21 15:53:01','db2acf1b-f0e7-4e15-9fda-a670e4bed495'),
(14695,14695,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-21 15:53:27','2026-01-21 15:53:27','601c37eb-349a-475f-a520-74b9e4e25477'),
(14696,14696,1,'Elisabeth Woolf','jeff-hilliard',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elisabeth Woolf\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6090]}',1,'2026-01-21 15:53:27','2026-01-21 15:53:27','2198edd9-26db-4a4c-bfd7-ac7bd3aaf7f2'),
(14699,14699,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\"}',1,'2026-01-21 15:53:31','2026-01-21 15:53:31','10af4e5f-d643-448e-862c-1111c1e8e578'),
(14700,14700,1,'2026-01-21 10:53:33',NULL,NULL,NULL,1,'2026-01-21 15:53:33','2026-01-21 15:53:33','90e20346-3b9d-4435-bf62-0e911393903e'),
(14701,14701,1,'2026-01-21 10:53:52',NULL,NULL,NULL,1,'2026-01-21 15:53:52','2026-01-21 15:53:52','b4d8238f-121d-4978-87a2-44dc430a5a4f'),
(14702,14702,1,'2026-01-21 10:54:32',NULL,NULL,NULL,1,'2026-01-21 15:54:32','2026-01-21 15:54:32','bfa3266a-0987-4088-9d30-fcd8c68b8585'),
(14703,14703,1,'2026-01-21 10:55:17',NULL,NULL,NULL,1,'2026-01-21 15:55:17','2026-01-21 15:55:17','13ff57fb-82ca-4a81-bc53-ed1d340f4741'),
(14708,14708,1,'2026-01-21 10:58:39',NULL,NULL,NULL,1,'2026-01-21 15:58:39','2026-01-21 15:58:39','91b61995-70ec-4f5e-9f05-8dfc718b8a79'),
(14709,14709,1,'2026-01-21 10:58:44',NULL,NULL,NULL,1,'2026-01-21 15:58:44','2026-01-21 15:58:44','299f6ecc-de4a-44b0-a4a8-aea7a60451ad'),
(14710,14710,1,'2026-01-21 10:59:17',NULL,NULL,NULL,1,'2026-01-21 15:59:17','2026-01-21 15:59:17','ca3560f6-0e7a-49f6-a023-ea91561b06ba'),
(14711,14711,1,'2026-01-21 11:00:55',NULL,NULL,NULL,1,'2026-01-21 16:00:55','2026-01-21 16:00:55','87c690c7-43e3-4520-8f24-c3a80ecc7b8e'),
(14716,14716,1,'2026-01-21 11:02:17',NULL,NULL,NULL,1,'2026-01-21 16:02:17','2026-01-21 16:02:17','3bcb9ba6-1070-459f-91a9-0f44489a0162'),
(14717,14717,1,'Nicole Tillman 2',NULL,NULL,NULL,1,'2026-01-21 16:02:17','2026-01-21 16:02:17','6dfce965-e0fb-4727-95f4-9c0b8f77265e'),
(14719,14719,1,'2026-01-21 11:03:32',NULL,NULL,NULL,1,'2026-01-21 16:03:32','2026-01-21 16:03:32','d990dbcb-a69d-427d-886a-5f7b0cc157e2'),
(14721,14721,1,'2026-01-21 11:04:36',NULL,NULL,NULL,1,'2026-01-21 16:04:36','2026-01-21 16:04:36','979fca91-b87b-49e9-916e-34dc6d14f14d'),
(14723,14723,1,'2026-01-21 11:07:05',NULL,NULL,NULL,1,'2026-01-21 16:07:05','2026-01-21 16:07:05','43f4037f-a5f9-465e-bb61-d97385cb6390'),
(14724,14724,1,'2026-01-21 11:07:49',NULL,NULL,NULL,1,'2026-01-21 16:07:49','2026-01-21 16:07:49','728089c5-4cac-4f04-8e53-2cd0ae775081'),
(14725,14725,1,'2026-01-21 11:08:07',NULL,NULL,NULL,1,'2026-01-21 16:08:07','2026-01-21 16:08:07','ba9b3448-f865-4173-a3f9-b59bca002116'),
(14726,14726,1,'2026-01-21 11:08:31',NULL,NULL,NULL,1,'2026-01-21 16:08:31','2026-01-21 16:08:31','b242777d-7248-44ec-89d5-eff0aa052424'),
(14727,14727,1,'2026-01-21 11:08:59',NULL,NULL,NULL,1,'2026-01-21 16:08:59','2026-01-21 16:08:59','84b8d070-1a81-4d98-bfc1-6eeb1b71c5b1'),
(14733,14733,1,'2026-01-21 11:10:02',NULL,NULL,NULL,1,'2026-01-21 16:10:02','2026-01-21 16:10:02','8b3ef220-3f3d-4a0f-89da-2087dcbcd75c'),
(14734,14734,1,'2026-01-21 11:10:26',NULL,NULL,NULL,1,'2026-01-21 16:10:26','2026-01-21 16:10:26','394b8442-dca8-4181-9d05-3851dea8d055'),
(14737,14737,1,'2026-01-21 11:11:01',NULL,NULL,NULL,1,'2026-01-21 16:11:01','2026-01-21 16:11:01','1fc83104-3c49-4673-b671-ac11be42efc6'),
(14738,14738,1,'2026-01-21 11:11:01',NULL,NULL,NULL,1,'2026-01-21 16:11:01','2026-01-21 16:11:01','ab953668-4f66-4be3-a0ec-2d384d3f1493'),
(14739,14739,1,'2026-01-21 11:12:28',NULL,NULL,NULL,1,'2026-01-21 16:12:28','2026-01-21 16:12:28','b2791b32-41dc-4cd8-ab43-cfb46b2fa500'),
(14743,14743,1,'2026-01-21 11:14:04',NULL,NULL,NULL,1,'2026-01-21 16:14:04','2026-01-21 16:14:04','110f398b-43e5-4fa0-8c1a-93e4046b8ab5'),
(14744,14744,1,'2026-01-21 11:14:05',NULL,NULL,NULL,1,'2026-01-21 16:14:05','2026-01-21 16:14:05','47ca1821-403d-4764-8631-8443815f8015'),
(14747,14747,1,'2026-01-21 11:16:11',NULL,NULL,NULL,1,'2026-01-21 16:16:11','2026-01-21 16:16:11','175ad3ea-d80e-4a70-b5b4-be496a2367d3'),
(14749,14749,1,'2026-01-21 11:17:39',NULL,NULL,NULL,1,'2026-01-21 16:17:39','2026-01-21 16:17:39','8b8d4e09-0eee-488e-900f-7594b605b152'),
(14750,14750,1,'2026-01-21 11:18:47',NULL,NULL,NULL,1,'2026-01-21 16:18:47','2026-01-21 16:18:47','092c23c2-07a2-49e4-95f2-67137c509086'),
(14751,14751,1,'2026-01-21 11:19:21',NULL,NULL,NULL,1,'2026-01-21 16:19:21','2026-01-21 16:19:21','ae254f70-5a27-4fa8-a459-5ff6b5acb99f'),
(14752,14752,1,'2026-01-21 11:19:43',NULL,NULL,NULL,1,'2026-01-21 16:19:43','2026-01-21 16:19:43','2f62b4e4-98f7-45fd-a845-ef4adcd64342'),
(14753,14753,1,'2026-01-21 11:20:21',NULL,NULL,NULL,1,'2026-01-21 16:20:21','2026-01-21 16:20:21','2ea460ff-0cb2-4278-854f-49d489c15ece'),
(14754,14754,1,'2026-01-21 11:20:28',NULL,NULL,NULL,1,'2026-01-21 16:20:28','2026-01-21 16:20:28','6af50642-36cd-41c6-b21c-449c3883f9ee'),
(14755,14755,1,'2026-01-21 11:21:02',NULL,NULL,NULL,1,'2026-01-21 16:21:02','2026-01-21 16:21:02','7de80463-fdd9-47b7-bb85-91ff0aa961c4'),
(14756,14756,1,'2026-01-21 11:21:09',NULL,NULL,NULL,1,'2026-01-21 16:21:09','2026-01-21 16:21:09','33d41844-56ff-4641-9a70-7381a9c388af'),
(14757,14757,1,'2026-01-21 11:21:53',NULL,NULL,NULL,1,'2026-01-21 16:21:53','2026-01-21 16:21:53','0a0deacf-b90a-4492-87da-6e8205c17b34'),
(14758,14758,1,'2026-01-21 11:22:21',NULL,NULL,NULL,1,'2026-01-21 16:22:21','2026-01-21 16:22:21','1fbd7e11-5e13-4682-be68-eff2b34664b0'),
(14770,14770,1,'2026-01-21 11:25:18',NULL,NULL,NULL,1,'2026-01-21 16:25:18','2026-01-21 16:25:18','7f411384-8177-4a60-b631-cc2ab19a14b7'),
(14771,14771,1,'2026-01-21 11:26:04',NULL,NULL,NULL,1,'2026-01-21 16:26:04','2026-01-21 16:26:04','d0091bde-6b9f-467f-a33d-42ba030ac37a'),
(14772,14772,1,'2026-01-21 11:27:07',NULL,NULL,NULL,1,'2026-01-21 16:27:07','2026-01-21 16:27:07','d4907039-2e29-4a57-b314-c2ad0fc1df50'),
(14773,14773,1,'2026-01-21 11:28:32',NULL,NULL,NULL,1,'2026-01-21 16:28:32','2026-01-21 16:28:32','9f00f896-bdf4-4f1c-9e67-dc6a0b93aa2d'),
(14774,14774,1,'2026-01-21 11:30:49',NULL,NULL,NULL,1,'2026-01-21 16:30:49','2026-01-21 16:30:49','050f6afc-5767-4f91-bf0a-2b9a206babdd'),
(14780,14780,1,'2026-01-21 11:33:56',NULL,NULL,NULL,1,'2026-01-21 16:33:56','2026-01-21 16:33:56','d26c9296-32c5-48cf-871c-3778b787a3f4'),
(14781,14781,1,'2026-01-21 11:34:09',NULL,NULL,NULL,1,'2026-01-21 16:34:09','2026-01-21 16:34:09','c001d0dd-9160-4bf1-b652-df81f1cc8140'),
(14782,14782,1,'2026-01-21 11:34:10',NULL,NULL,NULL,1,'2026-01-21 16:34:10','2026-01-21 16:34:10','e25dbf94-bf6d-4669-8940-01a04febb532'),
(14783,14783,1,'2026-01-21 11:34:29',NULL,NULL,NULL,1,'2026-01-21 16:34:29','2026-01-21 16:34:29','55f29b62-5c15-4ce2-ae5f-fe564d66adc0'),
(14784,14784,1,'2026-01-21 11:35:30',NULL,NULL,NULL,1,'2026-01-21 16:35:30','2026-01-21 16:35:30','2fc61253-0a56-4103-aaf5-d028b88d1c11'),
(14791,14791,1,'2026-01-21 11:35:43',NULL,NULL,NULL,1,'2026-01-21 16:35:43','2026-01-21 16:35:43','724e5321-9cba-47d7-998c-285d67db608f'),
(14793,14793,1,'Shrewsbury Admin',NULL,NULL,NULL,1,'2026-01-21 16:36:03','2026-01-21 16:36:03','76eec89d-b943-4e7e-a494-b731f632fd0d'),
(14795,14795,1,'Shrewsbury Admin',NULL,NULL,NULL,1,'2026-01-21 16:36:47','2026-01-21 16:36:47','8603eea0-af19-40ce-a43c-2d875c0cd974'),
(14796,14796,1,'2026-01-21 11:37:02',NULL,NULL,NULL,1,'2026-01-21 16:37:02','2026-01-21 16:37:02','ae64c85f-25e6-4623-b084-9bec1153ce3c'),
(14797,14797,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-21 16:37:06','2026-01-21 16:37:06','3a83bbfc-54d5-4b31-bfcd-fea0afd20c1d'),
(14798,14798,1,'Jason Gibbs','jason-gibbs',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Gibbs\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14795],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"jgibbs@completecaremgmt.com\"}',1,'2026-01-21 16:37:06','2026-01-21 16:37:06','7a766f6e-e9f8-4a72-b150-0f52174373a4'),
(14800,14800,1,'2026-01-21 11:37:51',NULL,NULL,NULL,1,'2026-01-21 16:37:51','2026-01-21 16:37:51','21bf2022-f9c2-41ef-899a-e0d5354a5e22'),
(14801,14801,1,'2026-01-21 11:37:53',NULL,NULL,NULL,1,'2026-01-21 16:37:53','2026-01-21 16:37:53','d6eeb6cc-cd2b-4797-bcdb-9bf2c15bb79b'),
(14802,14802,1,'2026-01-21 11:38:41',NULL,NULL,NULL,1,'2026-01-21 16:38:41','2026-01-21 16:38:41','bbfe44f0-1d8f-4cab-a1c5-2688b046c843'),
(14803,14803,1,'2026-01-21 11:38:57',NULL,NULL,NULL,1,'2026-01-21 16:38:57','2026-01-21 16:38:57','30e2496e-8f5f-4ca4-98fa-e67d6fa3fade'),
(14804,14804,1,'2026-01-21 11:39:26',NULL,NULL,NULL,1,'2026-01-21 16:39:26','2026-01-21 16:39:26','a3e92ae4-a75f-4adb-90c9-ddcadf95ac07'),
(14805,14805,1,'2026-01-21 11:40:25',NULL,NULL,NULL,1,'2026-01-21 16:40:25','2026-01-21 16:40:25','36b470ca-355c-498b-9fc5-807465d147ac'),
(14806,14806,1,'2026-01-21 11:40:45',NULL,NULL,NULL,1,'2026-01-21 16:40:45','2026-01-21 16:40:45','1fc14918-1f07-4f4b-9185-c407b17503f8'),
(14807,14807,1,'2026-01-21 11:41:04',NULL,NULL,NULL,1,'2026-01-21 16:41:04','2026-01-21 16:41:04','5e00f6f2-b9e7-4b85-b2ea-4dbf1ec5abbc'),
(14808,14808,1,'2026-01-21 11:41:26',NULL,NULL,NULL,1,'2026-01-21 16:41:26','2026-01-21 16:41:26','02c3b9a8-bc40-4305-9aa8-4f36f85293f8'),
(14809,14809,1,'2026-01-21 11:42:02',NULL,NULL,NULL,1,'2026-01-21 16:42:02','2026-01-21 16:42:02','1465c314-e2bc-419d-9e0a-6cbbf05e5ac2'),
(14810,14810,1,'2026-01-21 11:44:25',NULL,NULL,NULL,1,'2026-01-21 16:44:25','2026-01-21 16:44:25','29b431d0-1be3-47a7-a95a-2541c386244d'),
(14811,14811,1,'2026-01-21 11:45:36',NULL,NULL,NULL,1,'2026-01-21 16:45:36','2026-01-21 16:45:36','8d50007b-ecb0-4b2c-9752-0046861b1b06'),
(14812,14812,1,'2026-01-21 11:45:38',NULL,NULL,NULL,1,'2026-01-21 16:45:38','2026-01-21 16:45:38','f6f92afd-e164-4e6a-89bd-cb3b831b3ae9'),
(14813,14813,1,'2026-01-21 11:45:38',NULL,NULL,NULL,1,'2026-01-21 16:45:38','2026-01-21 16:45:38','f777fb7d-57c5-4f21-92f7-0743001fb21c'),
(14814,14814,1,'2026-01-21 11:50:26',NULL,NULL,NULL,1,'2026-01-21 16:50:26','2026-01-21 16:50:26','3dd03165-e8b9-4c3f-bc87-72fde4ca5ed8'),
(14815,14815,1,'2026-01-21 11:51:29',NULL,NULL,NULL,1,'2026-01-21 16:51:29','2026-01-21 16:51:29','26339aa1-f1a9-4825-b892-eff71a73ef6a'),
(14816,14816,1,'2026-01-21 11:52:29',NULL,NULL,NULL,1,'2026-01-21 16:52:29','2026-01-21 16:52:29','46f70356-5bd6-4f34-b9fe-905d34bfcdbf'),
(14817,14817,1,'2026-01-21 11:53:07',NULL,NULL,NULL,1,'2026-01-21 16:53:07','2026-01-21 16:53:07','9286452a-ebec-421d-aaff-1d7f5c2cbcb4'),
(14818,14818,1,'2026-01-21 11:53:17',NULL,NULL,NULL,1,'2026-01-21 16:53:17','2026-01-21 16:53:17','122d6cb6-49dc-456e-b422-dff0520f1a22'),
(14839,14839,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\"}',1,'2026-01-21 16:54:53','2026-01-21 16:54:53','d405389a-b3f5-465f-8694-21fe44a1c645'),
(14841,14841,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\"}',1,'2026-01-21 16:55:19','2026-01-21 16:55:19','32161305-8f9e-4ede-b2ba-83a19d14cb09'),
(14843,14843,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\"}',1,'2026-01-21 16:55:32','2026-01-21 16:55:32','93b31060-8345-47ec-99d2-ddefd6a97ccd'),
(14844,14844,1,'2026-01-21 11:55:37',NULL,NULL,NULL,1,'2026-01-21 16:55:37','2026-01-21 16:55:37','b3b1aef6-e177-4bec-ad3f-67b2cace8d57'),
(14846,14846,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12275],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\"}',1,'2026-01-21 16:55:52','2026-01-21 16:55:52','56133208-246d-41a1-86f8-090399952021'),
(14848,14848,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\"}',1,'2026-01-21 16:56:02','2026-01-21 16:56:02','a215fbf2-cd04-44bc-b9c9-8d955bba4a14'),
(14850,14850,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12281],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\"}',1,'2026-01-21 16:56:19','2026-01-21 16:56:19','ab678c6f-9e18-4c1d-8334-2be63f16517e'),
(14851,14851,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\"}',1,'2026-01-21 16:56:28','2026-01-21 16:56:28','1ca3efdc-1fe1-497b-af08-1544b9849bce'),
(14853,14853,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\"}',1,'2026-01-21 16:56:42','2026-01-21 16:56:42','a8f632c8-df7a-4d4a-aaba-f56ceaa0d151'),
(14859,14859,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\"}',1,'2026-01-21 16:57:00','2026-01-21 16:57:00','e7423110-df40-458e-a9b2-5b1f385147fe'),
(14861,14861,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\"}',1,'2026-01-21 16:57:25','2026-01-21 16:57:25','fc972369-934b-400b-878e-e1f505eb1be1'),
(14864,14864,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-21 16:59:29','2026-01-21 16:59:29','38f63412-c5cb-4d58-8b61-b4d13007af93'),
(14865,14865,1,'Holly Medley','holly-medley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Medley\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6093]}',1,'2026-01-21 16:59:29','2026-01-21 16:59:29','e4d87293-14ec-42e8-850e-a4f1acbbd74e'),
(14867,14867,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-21 17:00:13','2026-01-21 17:00:13','aa653b14-06c2-4272-a3bc-0dd1fa07cb62'),
(14869,14869,1,'2026-01-21 12:00:44',NULL,NULL,NULL,1,'2026-01-21 17:00:44','2026-01-21 17:00:44','1bd4006a-022f-4467-9079-e9cb0dc01970'),
(14870,14870,1,'2026-01-21 12:02:08',NULL,NULL,NULL,1,'2026-01-21 17:02:08','2026-01-21 17:02:08','168f5525-7b75-4d49-b864-96c4410ba178'),
(14871,14871,1,'2026-01-21 12:02:08',NULL,NULL,NULL,1,'2026-01-21 17:02:08','2026-01-21 17:02:08','822e1ce6-b80e-48f8-87c6-1fd6f9c62770'),
(14872,14872,1,'2026-01-21 12:02:08',NULL,NULL,NULL,1,'2026-01-21 17:02:08','2026-01-21 17:02:08','e4172c43-6c68-433f-8ee1-c826ade5b519'),
(14873,14873,1,'Severna AD 1',NULL,NULL,NULL,1,'2026-01-21 17:04:44','2026-01-21 17:04:44','dd117eed-087f-47d5-bc08-04af1d5855ff'),
(14879,14879,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12306],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\"}',1,'2026-01-21 17:04:49','2026-01-21 17:04:49','cf79ae10-18c9-4611-8536-3cdabce9d98a'),
(14880,14880,1,'Serena Corley','serena-corley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Serena Corley\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14873]}',1,'2026-01-21 17:04:49','2026-01-21 17:04:49','c1c1f96f-36eb-4115-8e8d-55974f09bb7c'),
(14881,14881,1,'2026-01-21 12:04:53',NULL,NULL,NULL,1,'2026-01-21 17:04:53','2026-01-21 17:04:53','4e7d8b4b-668a-40ef-8b88-c02e6ced986a'),
(14884,14884,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\"}',1,'2026-01-21 17:05:17','2026-01-21 17:05:17','cbd02617-f80b-4ad8-a33f-27730ef61e3d'),
(14886,14886,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-21 17:05:38','2026-01-21 17:05:38','61c06568-c31c-407f-ba7e-e2cba7d1c6e9'),
(14887,14887,1,'2026-01-21 12:06:36',NULL,NULL,NULL,1,'2026-01-21 17:06:36','2026-01-21 17:06:36','68c8db12-5355-4901-9c2a-b2dc3a6aa9ec'),
(14891,14891,1,'2026-01-21 12:11:11',NULL,NULL,NULL,1,'2026-01-21 17:11:11','2026-01-21 17:11:11','74c82928-0f8c-4479-86db-a6d8f2eb1ac5'),
(14893,14893,1,'2026-01-21 12:16:03',NULL,NULL,NULL,1,'2026-01-21 17:16:03','2026-01-21 17:16:03','b89fa8bc-94bc-4f9b-abb3-72dbd2f17a76'),
(14895,14895,1,'2026-01-21 12:17:34',NULL,NULL,NULL,1,'2026-01-21 17:17:34','2026-01-21 17:17:34','dd7ca9f5-595e-4b1f-a413-7b3f5620c662'),
(14898,14898,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10432],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-21 17:18:01','2026-01-21 17:18:01','b6fa65f7-7493-48b9-812c-4fcd8ce94876'),
(14899,14899,1,'Karen Winter','stacy-ann-madagu',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Karen Winter\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14896]}',1,'2026-01-21 17:18:01','2026-01-21 17:18:01','934f3569-fd4e-499f-9059-96a39e16a303'),
(14900,14900,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-21 17:22:25','2026-01-21 17:22:25','2c16858a-99e1-4ae0-bae5-bf91939f0fbe'),
(14902,14902,1,'Victoria Commons AD',NULL,NULL,NULL,1,'2026-01-21 17:27:28','2026-01-21 17:27:28','47b83697-884a-4969-9902-32e0b997b473'),
(14904,14904,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-21 17:27:33','2026-01-21 17:27:33','86b77217-f8cc-49b0-ab32-043b0677d9bb'),
(14905,14905,1,'Kaitlyn Corbett','caitlyn-corbett',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kaitlyn Corbett\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Marketing Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14902]}',1,'2026-01-21 17:27:33','2026-01-21 17:27:33','f08c9035-c6e7-4c3b-b18e-c77359cee7b2'),
(14908,14908,1,'2026-01-21 12:34:24',NULL,NULL,NULL,1,'2026-01-21 17:34:24','2026-01-21 17:34:24','3675b251-e95f-45a9-84c5-87aaef89527a'),
(14911,14911,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-21 17:43:27','2026-01-21 17:43:27','bf26eb9a-0a37-49de-b458-85621ee12ad2'),
(14913,14913,1,'2026-01-21 12:45:42',NULL,NULL,NULL,1,'2026-01-21 17:45:42','2026-01-21 17:45:42','b2bc9e7b-4894-456b-85fc-796a226fcd2e'),
(14917,14917,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\"}',1,'2026-01-21 17:46:08','2026-01-21 17:46:08','7fc7d209-e8b7-4a65-9522-1f7bf69b4313'),
(14918,14918,1,'Holly Medley','holly-medley',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Holly Medley\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6294]}',1,'2026-01-21 17:46:08','2026-01-21 17:46:08','c82eff2b-c309-4be6-b3af-8794944f284e'),
(14923,14923,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\"}',1,'2026-01-21 17:48:49','2026-01-21 17:48:49','387f06fb-393b-4e5c-9ea4-3beb75aef863'),
(14924,14924,1,'Jennifer Harvey','jennifer-harvey',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jennifer Harvey\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-21 17:48:49','2026-01-21 17:48:49','35ab4606-8b22-44b9-8233-043cc936f04b'),
(14926,14926,1,'2026-01-21 12:50:00',NULL,NULL,NULL,1,'2026-01-21 17:50:00','2026-01-21 17:50:00','e9d0a3a1-5581-4fe8-8366-ffe0113be332'),
(14929,14929,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"kaden@aftonkleingroup.com\"}',1,'2026-01-21 17:51:36','2026-01-21 17:51:36','7602bdf4-15d7-4a98-8054-8f72f5a4fdb9'),
(14930,14930,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-21 17:51:40','2026-01-21 17:51:40','ff6126a1-d4a9-4e04-abbe-dd19f3285df7'),
(14931,14931,1,'Jessica Bland','jessica-bland',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Bland\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-01-21 17:51:40','2026-01-21 17:51:40','c0cf5d31-6f72-4802-980d-dca7057ca23a'),
(14933,14933,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-21 17:52:48','2026-01-21 17:52:48','ae07bdb9-1305-43ba-85a8-67652e72c45b'),
(14935,14935,1,'2026-01-21 12:54:58',NULL,NULL,NULL,1,'2026-01-21 17:54:58','2026-01-21 17:54:58','ccbdbd60-5dba-4d36-baac-a5a5383bb785'),
(14938,14938,1,'Arbors AD 1',NULL,NULL,NULL,1,'2026-01-21 17:55:04','2026-01-21 17:55:04','ea194d32-b6be-4692-aaf5-709787ff7158'),
(14940,14940,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-21 17:55:10','2026-01-21 17:55:10','e833b285-b8b6-47d5-8d75-208c5720ce3a'),
(14941,14941,1,'Jessica Bland','jessica-bland',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jessica Bland\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14938]}',1,'2026-01-21 17:55:10','2026-01-21 17:55:10','c2d11b71-25ec-4a95-a68d-fabc5a192980'),
(14944,14944,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 17:55:47','2026-01-21 17:55:47','ae2299db-aa23-4104-94ae-32c37f69d6ff'),
(14948,14948,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-21 18:02:12','2026-01-21 18:02:12','c2f63f8e-001f-4a86-8495-ebbda6ecdfa2'),
(14954,14954,1,'CC Arbors Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:19:26','2026-01-21 18:19:26','6d30f029-959a-4b9a-abef-d5ff03c8fe99'),
(14955,14955,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-21 18:19:30','2026-01-21 18:19:30','c3f18b58-7075-4845-97ea-701414f1c825'),
(14957,14957,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-21 18:20:01','2026-01-21 18:20:01','5238e8ed-4bd6-4dc9-94df-256425f8db78'),
(14958,14958,1,'CC Bey Lea Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:20:17','2026-01-21 18:20:17','b8292bc1-217c-4e52-ad90-10424b1b7765'),
(14959,14959,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 18:20:20','2026-01-21 18:20:20','fb558166-fe02-44f1-916a-4c29c5dd2725'),
(14961,14961,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 18:20:23','2026-01-21 18:20:23','c2a77bfd-0052-4942-a755-c5322febd010'),
(14963,14963,1,'CC Brick Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:20:38','2026-01-21 18:20:38','8f1bc1c8-2b9d-4de3-a6e2-368f1db5a467'),
(14964,14964,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-21 18:20:39','2026-01-21 18:20:39','b054a634-b214-45be-a27f-d9848253b615'),
(14966,14966,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-21 18:20:44','2026-01-21 18:20:44','4bc93d84-8a89-4ee4-8bde-925ddd9de190'),
(14967,14967,1,'CC Burlington Woods Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:20:56','2026-01-21 18:20:56','caf8b9d3-e93a-432d-b278-ae7e46894967'),
(14968,14968,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-21 18:21:00','2026-01-21 18:21:00','a5139515-1f56-4b46-ba2f-331305ff9046'),
(14970,14970,1,'CC Court House Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:21:28','2026-01-21 18:21:28','1f79b53d-1b61-44b6-896f-cab1e6cee1d8'),
(14971,14971,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-21 18:21:31','2026-01-21 18:21:31','236a7e9d-af53-49a4-bdb7-1ad3a6a9a25f'),
(14975,14975,1,'CC Green Acres Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:21:53','2026-01-21 18:21:53','b6e17c68-8e41-4bf5-88a3-2c8d4781961d'),
(14976,14976,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-21 18:21:56','2026-01-21 18:21:56','006f4eeb-e4cf-4763-9910-3f04bf46e8ff'),
(14978,14978,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-21 18:21:59','2026-01-21 18:21:59','e8d9d021-8ce3-479a-a69c-8f561a63f5f8'),
(14980,14980,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-21 18:22:16','2026-01-21 18:22:16','8f5aa320-219c-4534-83c5-94391f0c82a3'),
(14983,14983,1,'CC Holiday City Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:23:12','2026-01-21 18:23:12','628b9d5d-319e-41fb-b4a4-607fd95e4e63'),
(14984,14984,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-21 18:23:48','2026-01-21 18:23:48','5bb16f2b-0f1b-4d9b-bf28-74fe5fc0c187'),
(14986,14986,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\"}',1,'2026-01-21 18:24:07','2026-01-21 18:24:07','ce2c2b6c-16e8-4779-9c3c-1af889f897bd'),
(14988,14988,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 18:24:20','2026-01-21 18:24:20','014c39be-1820-48b3-a849-587975a6671c'),
(14990,14990,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\"}',1,'2026-01-21 18:24:38','2026-01-21 18:24:38','fc561591-cf81-4822-bd97-f123b473c68c'),
(14992,14992,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\"}',1,'2026-01-21 18:24:50','2026-01-21 18:24:50','2e9964a7-2f36-40ec-b6b5-5e8bda4a91f7'),
(14994,14994,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\"}',1,'2026-01-21 18:25:04','2026-01-21 18:25:04','ee8a3c21-8236-4640-97bb-91f1a47d2485'),
(14995,14995,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-21 18:25:14','2026-01-21 18:25:14','04c94610-c22b-4475-af63-7e61308c4387'),
(14997,14997,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\"}',1,'2026-01-21 18:25:25','2026-01-21 18:25:25','01b59e90-b758-4c37-896d-8a8d6eee42f9'),
(14999,14999,1,'CC Kresson View Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:25:55','2026-01-21 18:25:55','b265199d-ffc2-4856-a12a-cdab060ee3e3'),
(15000,15000,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\"}',1,'2026-01-21 18:25:59','2026-01-21 18:25:59','3a779431-f313-4218-bf08-4ee5626e7c2b'),
(15002,15002,1,'CC Laurelton Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:26:15','2026-01-21 18:26:15','25c51e7d-933a-4e66-9778-446e71654096'),
(15003,15003,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\"}',1,'2026-01-21 18:26:24','2026-01-21 18:26:24','21315c56-1d34-48ae-96d8-f5ae38db8981'),
(15005,15005,1,'CC Marcella Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:26:49','2026-01-21 18:26:49','52356e89-4388-4733-bb33-ae398d3adc96'),
(15006,15006,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\"}',1,'2026-01-21 18:27:04','2026-01-21 18:27:04','966c16ea-1ffe-4a43-96d1-2ab335d0405f'),
(15008,15008,1,'CC Monmouth Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:27:28','2026-01-21 18:27:28','7359bf00-827b-449d-828e-92195629b5d3'),
(15009,15009,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\"}',1,'2026-01-21 18:27:35','2026-01-21 18:27:35','3b83b2b1-96c9-401f-aac4-e677ee7c7009'),
(15011,15011,1,'CC Ocean Grove Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:27:55','2026-01-21 18:27:55','1cc30eef-d637-4bc5-9bc8-1b793e519b2e'),
(15012,15012,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\"}',1,'2026-01-21 18:28:03','2026-01-21 18:28:03','eb414067-3561-4969-8201-a3fa86634007'),
(15014,15014,1,'CC Shorrock Gardens Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:28:27','2026-01-21 18:28:27','9ac6fae1-2d68-472a-861a-632ce195a3fb'),
(15015,15015,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\"}',1,'2026-01-21 18:28:29','2026-01-21 18:28:29','8241c140-0886-4fa2-a92a-38b02741dedc'),
(15017,15017,1,'CC Shrewsbury Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:28:53','2026-01-21 18:28:53','8cb58d50-e9de-4a3d-929b-224a39444650'),
(15018,15018,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\"}',1,'2026-01-21 18:28:56','2026-01-21 18:28:56','3e7a8af7-84c2-41a4-abe5-090a27337a5a'),
(15019,15019,1,'CC Voorhees Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:29:13','2026-01-21 18:29:13','5778b845-3b93-4c87-9bf7-5cbfec6da6b2'),
(15021,15021,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-21 18:29:18','2026-01-21 18:29:18','662f979d-7847-4970-830e-1e1dde6e6a92'),
(15023,15023,1,'CC Wall Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-01-21 18:29:43','2026-01-21 18:29:43','4a7d6a1e-2173-4b36-b4ea-9b27191bae9d'),
(15024,15024,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-21 18:30:00','2026-01-21 18:30:00','6080f9b2-46fc-4c81-aad5-6a86d39d7801'),
(15025,15025,1,'2026-01-21 13:30:53',NULL,NULL,NULL,1,'2026-01-21 18:30:53','2026-01-21 18:30:53','56f186d7-fa6d-43a6-ad6f-d6acec486f63'),
(15026,15026,1,'Myracle Williams CNA Resume Updated',NULL,NULL,NULL,1,'2026-01-21 18:30:53','2026-01-21 18:30:53','072d83bd-995c-413a-887b-3964cc7fa681'),
(15031,15031,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\"}',1,'2026-01-21 18:33:33','2026-01-21 18:33:33','c28e65ab-0375-4394-883a-60dab19c122c'),
(15037,15037,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\"}',1,'2026-01-21 18:39:15','2026-01-21 18:39:15','26f3a762-a5fa-4ed9-ad8c-0a6ae7348fbb'),
(15039,15039,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-21 18:39:24','2026-01-21 18:39:24','969fc1e2-3439-4b09-8854-c8606e96ab3e'),
(15040,15040,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[12718],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\"}',1,'2026-01-21 18:39:40','2026-01-21 18:39:40','f4162b9b-f11e-47fb-a838-6739f6b97332'),
(15042,15042,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10432],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\"}',1,'2026-01-21 18:39:55','2026-01-21 18:39:55','dacaed03-912f-4dab-a458-f52ca346fef9'),
(15044,15044,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\"}',1,'2026-01-21 18:40:03','2026-01-21 18:40:03','a8272ea4-f950-4705-a6ef-1b13999d5309'),
(15046,15046,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\"}',1,'2026-01-21 18:40:14','2026-01-21 18:40:14','e6b5382b-3caa-4278-a6a5-b84f02446c2d'),
(15048,15048,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-21 18:40:23','2026-01-21 18:40:23','14ab72ac-86a4-4c0f-96f3-be495447d2f9'),
(15050,15050,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\"}',1,'2026-01-21 18:40:30','2026-01-21 18:40:30','12653d32-51d1-4c57-a053-4c92848b9cc7'),
(15052,15052,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\"}',1,'2026-01-21 18:40:39','2026-01-21 18:40:39','a41c86c7-c1ef-4eba-8947-c2cda2bd26ca'),
(15054,15054,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\"}',1,'2026-01-21 18:40:51','2026-01-21 18:40:51','ad5c277f-c3de-457f-9764-6e317977b5ee'),
(15056,15056,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\"}',1,'2026-01-21 18:41:04','2026-01-21 18:41:04','b1162577-762e-45b6-b0c9-06e2d1aff7a1'),
(15058,15058,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\"}',1,'2026-01-21 18:41:13','2026-01-21 18:41:13','04d06ab1-f7ca-4377-806b-7cefc00be6d7'),
(15060,15060,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-21 18:41:24','2026-01-21 18:41:24','915331d6-6901-4cec-a05f-1686a1b91e27'),
(15062,15062,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\"}',1,'2026-01-21 18:41:31','2026-01-21 18:41:31','b7b91356-9531-4523-82fc-575c3a0863db'),
(15064,15064,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\"}',1,'2026-01-21 18:41:40','2026-01-21 18:41:40','ffe67304-02c8-4188-a49a-913f0b24d85a'),
(15066,15066,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\"}',1,'2026-01-21 18:46:05','2026-01-21 18:46:05','824a05d5-8bf8-4a61-a2ca-6aff9841a271'),
(15074,15074,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://ccbeylea.com\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 19:02:17','2026-01-21 19:02:17','3759c18a-eabb-462c-8358-30decca7a5f7'),
(15076,15076,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://ccbeylea.com\",\"type\":\"url\"},\"4bd2d8d7-2861-4de2-8489-783c92b1722b\":\"ccbeylea.com\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 19:02:24','2026-01-21 19:02:24','c1f5f675-de57-4266-8616-79040d7eae96'),
(15078,15078,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://ccbeylea.com\",\"type\":\"url\"},\"4bd2d8d7-2861-4de2-8489-783c92b1722b\":\"Watch Our Video Tour\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 19:02:42','2026-01-21 19:02:42','718fbebe-509f-4b24-99a5-079f444b7c92'),
(15081,15081,1,'2026-01-21 14:08:20',NULL,NULL,NULL,1,'2026-01-21 19:08:20','2026-01-21 19:08:20','daa9ba26-33a8-49a2-bf78-874e4ede4814'),
(15085,15085,1,'IMG 2210',NULL,NULL,NULL,1,'2026-01-21 19:10:43','2026-01-21 19:10:43','b4d2d23a-4177-4b99-bb5f-3c92b468450a'),
(15086,15086,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://ccbeylea.com\",\"type\":\"url\"},\"c52b05cb-b3a4-4ccc-8bf8-6d81d57e44ae\":\"Watch Our Video Tour\",\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 19:11:07','2026-01-21 19:11:07','966d3659-b37f-4821-b958-fdd19d6a55a6'),
(15088,15088,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 19:12:00','2026-01-21 19:12:00','d4dd8b3f-f2bc-452d-8eec-cdab166a8bd8'),
(15092,15092,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwoodlands.com\"}',1,'2026-01-21 19:13:51','2026-01-21 19:13:51','401f76de-ee83-4294-8a34-d320b5c42fd3'),
(15093,15093,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-21 19:13:56','2026-01-21 19:13:56','f2cf9627-83a6-4b98-b167-9aa811c004c3'),
(15095,15095,1,'Test','test',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"Test\",\"660ca190-7bbc-4947-8a53-b11b96aadd87\":[497]}',1,'2026-01-21 19:14:21','2026-01-21 19:14:21','622d2409-e506-4f63-b768-a41d57bb9157'),
(15096,15096,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 19:14:21','2026-01-21 19:14:21','f3195b84-cf7d-4409-86b5-25d157f0d5f6'),
(15097,15097,1,'Test','test',NULL,'{\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\":\"Test\",\"660ca190-7bbc-4947-8a53-b11b96aadd87\":[497]}',1,'2026-01-21 19:14:21','2026-01-21 19:14:21','7ae4c25c-c5bd-4a38-a400-9434d41c34a9'),
(15099,15099,1,'Willow Creek','ccatwillowcreek','ccatwillowcreek','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Willow Creek\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Willow Creek\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatwillowcreek.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCWillowCreek\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322464100\",\"region\":\"US\"}}',1,'2026-01-21 19:14:28','2026-01-21 19:14:28','5d6edaaf-2410-493f-80df-c6e13d6918b1'),
(15101,15101,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 19:14:40','2026-01-21 19:14:40','36e9a70a-4de0-475d-ab65-6091b50d0d40'),
(15103,15103,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[12718],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\"}',1,'2026-01-21 19:15:23','2026-01-21 19:15:23','abc55653-b7f0-431c-8d4f-86e52a28d634'),
(15105,15105,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10432],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwheaton.com\"}',1,'2026-01-21 19:15:43','2026-01-21 19:15:43','58fb875c-aeda-4135-a1d4-0a454f6b07dd'),
(15107,15107,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\"}',1,'2026-01-21 19:16:01','2026-01-21 19:16:01','0a632e1d-8c32-47bf-94a4-90f4fcb1b653'),
(15109,15109,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\"}',1,'2026-01-21 19:16:23','2026-01-21 19:16:23','21bb889d-969f-442f-ac60-6bdd5741d176'),
(15111,15111,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 19:17:24','2026-01-21 19:17:24','3a2cb875-63b4-42f7-b48c-976ef0144a95'),
(15113,15113,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 19:17:46','2026-01-21 19:17:46','3501dee1-bff1-4024-96c7-e41d8ead38b7'),
(15116,15116,1,'2026-01-21 14:19:39',NULL,NULL,NULL,1,'2026-01-21 19:19:39','2026-01-21 19:19:39','4bfd5791-4bd6-4e4c-ab40-ade3e2534c8c'),
(15118,15118,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\"}',1,'2026-01-21 19:21:28','2026-01-21 19:21:28','c06c3fd5-515a-4036-afea-4cca52635c95'),
(15121,15121,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\"}',1,'2026-01-21 19:21:48','2026-01-21 19:21:48','312acecc-6c58-4957-9675-b4b2a433bd44'),
(15123,15123,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\"}',1,'2026-01-21 19:22:16','2026-01-21 19:22:16','6b9da904-d482-4959-8103-bda9bf17e63a'),
(15125,15125,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvictoriacommons.com\"}',1,'2026-01-21 19:22:40','2026-01-21 19:22:40','a1565eb6-73cc-4552-a7c7-76377807c597'),
(15128,15128,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11529],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\"}',1,'2026-01-21 19:23:35','2026-01-21 19:23:35','1531d3fd-ac19-4a06-a8a2-869bf181432a'),
(15131,15131,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\"}',1,'2026-01-21 19:23:57','2026-01-21 19:23:57','82d0878d-ad76-474a-90d2-903b923af1da'),
(15135,15135,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\"}',1,'2026-01-21 19:24:19','2026-01-21 19:24:19','c7a1251f-db38-4bee-a378-4ed1bce25390'),
(15136,15136,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\"}',1,'2026-01-21 19:24:24','2026-01-21 19:24:24','27e6c064-be72-4b89-ad33-8920b4205125'),
(15138,15138,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\"}',1,'2026-01-21 19:24:40','2026-01-21 19:24:40','9cadfabb-8f31-4100-ba3e-38d1bfc63cde'),
(15140,15140,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccspringbrook.com\"}',1,'2026-01-21 19:24:58','2026-01-21 19:24:58','8db1c5ad-0be2-4115-9c0e-388d2ea7270b'),
(15142,15142,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\"}',1,'2026-01-21 19:25:16','2026-01-21 19:25:16','88a2058f-75b9-4929-870b-bd619225db5a'),
(15144,15144,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsilverlake.com\"}',1,'2026-01-21 19:26:09','2026-01-21 19:26:09','dcf4fc8f-ed4d-410f-8042-30cf6c7d06bc'),
(15148,15148,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\"}',1,'2026-01-21 19:27:14','2026-01-21 19:27:14','b1440f33-b587-46ff-93b4-4d16dbc305cd'),
(15150,15150,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\"}',1,'2026-01-21 19:27:38','2026-01-21 19:27:38','846c7e38-6196-4e17-b6cf-016200478e37'),
(15152,15152,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11529],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\"}',1,'2026-01-21 19:27:56','2026-01-21 19:27:56','9bdd8e33-c273-437a-9051-7c011a363424'),
(15154,15154,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12306],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsevernapark.com\"}',1,'2026-01-21 19:28:13','2026-01-21 19:28:13','137d4c75-b63d-47a2-b91d-8fedf0ed22aa'),
(15156,15156,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\"}',1,'2026-01-21 19:29:20','2026-01-21 19:29:20','edd41505-7bed-41a0-9fd6-8f97f1dc4904'),
(15159,15159,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccregent.com\"}',1,'2026-01-21 19:29:36','2026-01-21 19:29:36','da536268-a244-4917-b335-e05de824dfdb'),
(15161,15161,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\"}',1,'2026-01-21 19:29:52','2026-01-21 19:29:52','2b4904cf-c6b2-4b10-97a9-8fc667e98971'),
(15163,15163,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12408],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccplainfield.com\"}',1,'2026-01-21 19:30:10','2026-01-21 19:30:10','b486aae2-163e-4537-993c-ba9bddd618c4'),
(15165,15165,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccphillipsburg.com\"}',1,'2026-01-21 19:30:32','2026-01-21 19:30:32','46f0daaa-d211-41fd-88d1-20ce74105be5'),
(15167,15167,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccparkplace.com\"}',1,'2026-01-21 19:30:55','2026-01-21 19:30:55','cab3e227-1398-414d-9eeb-fb7deb11c531'),
(15170,15170,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\"}',1,'2026-01-21 19:31:16','2026-01-21 19:31:16','d33ed42b-53ab-4b19-8765-24f735fc7f3e'),
(15172,15172,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\"}',1,'2026-01-21 19:31:34','2026-01-21 19:31:34','f0d7ff4a-6277-429c-9f41-4c2119ca6e07'),
(15174,15174,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareoakridge.com\"}',1,'2026-01-21 19:31:50','2026-01-21 19:31:50','b6f4fc5e-1a2b-400a-8ddd-54bda77fcae0'),
(15177,15177,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\"}',1,'2026-01-21 19:32:23','2026-01-21 19:32:23','447ab0fb-52e8-45d9-8615-a67dd5b697a9'),
(15179,15179,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\"}',1,'2026-01-21 19:32:50','2026-01-21 19:32:50','555c1064-236b-4546-8c31-cf8853ea9377'),
(15181,15181,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\"}',1,'2026-01-21 19:33:08','2026-01-21 19:33:08','b2e9d532-7fcf-4768-9d73-c95a23304926'),
(15183,15183,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmilfordmanor.com\"}',1,'2026-01-21 19:33:28','2026-01-21 19:33:28','7f87afd9-ab9b-45fe-b48f-b0f4c9bbcd58'),
(15184,15184,1,'2026-01-21 14:33:29',NULL,NULL,NULL,1,'2026-01-21 19:33:29','2026-01-21 19:33:29','2eb43a90-3b25-4b70-8cd9-952c6fead17a'),
(15187,15187,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\"}',1,'2026-01-21 19:33:48','2026-01-21 19:33:48','2c5e5a74-3521-40c6-91f5-faa100bc2f1a'),
(15189,15189,1,'2026-01-21 14:34:12',NULL,NULL,NULL,1,'2026-01-21 19:34:12','2026-01-21 19:34:12','113ea84b-b297-43f1-afa4-c14010eaadd8'),
(15190,15190,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12467],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmeriden.com\"}',1,'2026-01-21 19:34:19','2026-01-21 19:34:19','6b47f6f2-c978-47b1-8fd3-7a0a2e8a2b92'),
(15193,15193,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\"}',1,'2026-01-21 19:34:41','2026-01-21 19:34:41','c6e02771-4175-4809-8ba1-9b072eda3aa4'),
(15195,15195,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\"}',1,'2026-01-21 19:35:01','2026-01-21 19:35:01','393c85ee-db2c-4675-9089-7f5039e8b63e'),
(15197,15197,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\"}',1,'2026-01-21 19:35:21','2026-01-21 19:35:21','630bfe0c-6d08-4d1e-b5a4-6553a9aa5ec0'),
(15200,15200,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmaplegrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmaplegrove.com\"}',1,'2026-01-21 19:36:00','2026-01-21 19:36:00','ac155b6d-0b15-4507-8894-7c9f44dfb2ef'),
(15202,15202,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\"}',1,'2026-01-21 19:36:25','2026-01-21 19:36:25','1a2dfa29-a14e-41b2-90c5-2ba777c3bd8e'),
(15205,15205,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\"}',1,'2026-01-21 19:36:49','2026-01-21 19:36:49','3dab66f0-c286-422d-a697-41f2dc0fb14a'),
(15207,15207,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cclehigh.com\"}',1,'2026-01-21 19:37:11','2026-01-21 19:37:11','721bbd9f-9c87-4e6f-bfe2-f4c0fd188b22'),
(15211,15211,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\"}',1,'2026-01-21 19:37:30','2026-01-21 19:37:30','e92dcf78-2573-4be2-a79e-dde30a3c848e'),
(15213,15213,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaplata.com\"}',1,'2026-01-21 19:37:46','2026-01-21 19:37:46','2261ad20-e2ec-4a16-be59-44fcaf4b3140'),
(15215,15215,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\"}',1,'2026-01-21 19:38:04','2026-01-21 19:38:04','f63b6614-d178-4e65-b98f-ea99f00f8375'),
(15217,15217,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10164],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\"}',1,'2026-01-21 19:38:32','2026-01-21 19:38:32','115a3f1d-fca2-4e18-9c21-0d2a452efe52'),
(15219,15219,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\"}',1,'2026-01-21 19:38:50','2026-01-21 19:38:50','6d01f06c-e570-4cb9-93de-266bf6ed20c9'),
(15221,15221,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\"}',1,'2026-01-21 19:39:15','2026-01-21 19:39:15','6a588821-5901-4d62-8a8d-af2c693ff2ce'),
(15223,15223,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12362],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\"}',1,'2026-01-21 19:39:58','2026-01-21 19:39:58','3c7678fb-9c6c-4771-89d2-bb1fcb124c7d'),
(15225,15225,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccinglemoor.com\"}',1,'2026-01-21 19:40:15','2026-01-21 19:40:15','456f9f70-5adc-4c75-bc81-6c97585aa957'),
(15227,15227,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\"}',1,'2026-01-21 19:40:33','2026-01-21 19:40:33','a64dadf0-9623-460f-8e9f-d3f1bc801952'),
(15228,15228,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholmdel.com\"}',1,'2026-01-21 19:40:54','2026-01-21 19:40:54','a502f8fb-c44f-4514-8daf-8cec9f194804'),
(15230,15230,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\"}',1,'2026-01-21 19:41:12','2026-01-21 19:41:12','408bb8b0-6206-4c58-a43d-07e578b413ee'),
(15232,15232,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\"}',1,'2026-01-21 19:41:31','2026-01-21 19:41:31','ce2861a5-f53b-48e7-ace3-b40bea6f0c41'),
(15234,15234,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12281],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareheritage.com\"}',1,'2026-01-21 19:41:48','2026-01-21 19:41:48','bd1558fa-1cbe-410f-ab52-794c939da37b'),
(15236,15236,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\"}',1,'2026-01-21 19:42:07','2026-01-21 19:42:07','0992ace1-967f-4dec-b63b-40102559ec8b'),
(15238,15238,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10158],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\"}',1,'2026-01-21 19:42:26','2026-01-21 19:42:26','d5bba630-32be-4bae-a303-459f143af869'),
(15240,15240,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10149],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccharborage.com\"}',1,'2026-01-21 19:42:43','2026-01-21 19:42:43','a80a0d3b-49c6-4f6e-9f2d-02c4a0fd89bb'),
(15242,15242,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\"}',1,'2026-01-21 19:43:00','2026-01-21 19:43:00','a7047c6f-4f93-49c0-89c4-b371304b6dc5'),
(15244,15244,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\"}',1,'2026-01-21 19:44:17','2026-01-21 19:44:17','928b42ee-397d-408a-81a0-44cee3796709'),
(15246,15246,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\"}',1,'2026-01-21 19:44:40','2026-01-21 19:44:40','c5d7d30f-3b1e-402c-b12d-ff2e99c8a89c'),
(15247,15247,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\"}',1,'2026-01-21 19:45:08','2026-01-21 19:45:08','1a1277f9-ece0-45df-a1b9-d789f2086f9d'),
(15248,15248,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\"}',1,'2026-01-21 19:45:17','2026-01-21 19:45:17','8f0b40a8-645a-4b3e-897d-8abd28eb1533'),
(15249,15249,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\"}',1,'2026-01-21 19:45:28','2026-01-21 19:45:28','9aa63513-5c20-4b66-b017-0dffacbe0039'),
(15251,15251,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\"}',1,'2026-01-21 19:45:46','2026-01-21 19:45:46','456122ca-fd38-4716-8d51-2cda0e7b5e75'),
(15253,15253,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\"}',1,'2026-01-21 19:46:01','2026-01-21 19:46:01','4fb01d2a-b28f-4e4c-a168-bbc20eb96680'),
(15255,15255,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\"}',1,'2026-01-21 19:46:23','2026-01-21 19:46:23','a714be34-6545-4551-b3b6-38e08f36443c'),
(15257,15257,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\"}',1,'2026-01-21 19:46:50','2026-01-21 19:46:50','f1b206b1-3d2a-4d01-adf1-47d1ce1fc623'),
(15259,15259,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareglendale.com\"}',1,'2026-01-21 19:47:02','2026-01-21 19:47:02','efdac2dd-e713-4851-8993-e04d14a526de'),
(15262,15262,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\"}',1,'2026-01-21 19:47:27','2026-01-21 19:47:27','96cbd9e2-0622-4ddd-98b5-ea0bb165cf33'),
(15263,15263,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfoxhill.com\"}',1,'2026-01-21 19:47:44','2026-01-21 19:47:44','bf3b9b88-75e0-47af-8029-6950f81b2352'),
(15265,15265,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\"}',1,'2026-01-21 19:48:01','2026-01-21 19:48:01','ec88ce5d-2846-4f9e-a328-8a12d1d77d22'),
(15267,15267,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12275],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccdawnview.com\"}',1,'2026-01-21 19:48:16','2026-01-21 19:48:16','1e926355-4356-434d-ab1f-70b5721a2986'),
(15269,15269,1,'2026-01-21 14:48:31',NULL,NULL,NULL,1,'2026-01-21 19:48:31','2026-01-21 19:48:31','bdf6071f-73eb-4ddd-859a-4f5d4561657a'),
(15270,15270,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\"}',1,'2026-01-21 19:48:39','2026-01-21 19:48:39','ee5efaff-6ba2-4e53-94df-c1f76a8b7702'),
(15273,15273,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\"}',1,'2026-01-21 19:48:57','2026-01-21 19:48:57','14684c35-e08a-4f71-b3b2-bc41aafe3131'),
(15275,15275,1,'2026-01-21 14:49:08',NULL,NULL,NULL,1,'2026-01-21 19:49:08','2026-01-21 19:49:08','23ddac1c-40a7-46df-8d4c-cc8153354a7d'),
(15277,15277,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\"}',1,'2026-01-21 19:49:24','2026-01-21 19:49:24','13a53680-b5ac-4293-8682-dbfb4ff9260c'),
(15281,15281,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\"}',1,'2026-01-21 19:49:42','2026-01-21 19:49:42','6849c9e4-8c59-4d87-9d61-81db709e77ed'),
(15283,15283,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\"}',1,'2026-01-21 19:50:19','2026-01-21 19:50:19','137dd65d-ef2c-4595-923b-f8949aa0c5ac'),
(15284,15284,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Info@ccchestnuthill.com\"}',1,'2026-01-21 19:50:38','2026-01-21 19:50:38','204c6956-d1cf-4023-8579-3e2b0c2ac41f'),
(15286,15286,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\"}',1,'2026-01-21 19:50:59','2026-01-21 19:50:59','d8d621dd-d637-4258-9591-f3b854fa149c'),
(15288,15288,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\"}',1,'2026-01-21 19:51:54','2026-01-21 19:51:54','9b6db69b-9055-43a5-8c96-c9d9048cd244'),
(15290,15290,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\"}',1,'2026-01-21 19:52:10','2026-01-21 19:52:10','ed2b11a4-6e6a-40df-8f0f-91928fa1da7d'),
(15292,15292,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\"}',1,'2026-01-21 19:52:28','2026-01-21 19:52:28','441b64b6-79f9-4ba3-8193-0c3dae8d9dee'),
(15294,15294,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\"}',1,'2026-01-21 19:52:44','2026-01-21 19:52:44','3373a5d2-adb3-4824-b96e-a4785c52ffdf'),
(15297,15297,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\"}',1,'2026-01-21 19:52:56','2026-01-21 19:52:56','1d3baf9a-7b38-414f-8752-2f429b2d30d1'),
(15300,15300,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\"}',1,'2026-01-21 19:53:11','2026-01-21 19:53:11','00503a16-a572-486c-b832-01fb684bf96d'),
(15302,15302,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\"}',1,'2026-01-21 19:53:19','2026-01-21 19:53:19','50103708-6df6-42cb-a004-ce5895cce7e8'),
(15304,15304,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\"}',1,'2026-01-21 19:53:32','2026-01-21 19:53:32','a8a1d0e2-8571-4e9e-a9a3-37126018b295'),
(15306,15306,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\"}',1,'2026-01-21 19:53:46','2026-01-21 19:53:46','ea178d64-eb19-463b-bbd2-818e1ed3da07'),
(15308,15308,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\"}',1,'2026-01-21 19:54:02','2026-01-21 19:54:02','4244ef59-0566-4433-85e5-f37f56b77f09'),
(15310,15310,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\"}',1,'2026-01-21 19:54:17','2026-01-21 19:54:17','719eedd2-fece-4e47-baf8-88905da30197'),
(15312,15312,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\"}',1,'2026-01-21 19:54:31','2026-01-21 19:54:31','91f16e22-eb01-44ef-a61b-5d5458ebce46'),
(15316,15316,1,'CC Middlebury Clinical Capabilities Chart Flyer Digital',NULL,NULL,NULL,1,'2026-01-21 19:55:04','2026-01-21 19:55:04','7ac29465-044d-4a7b-9d84-3ca323685880'),
(15317,15317,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\"}',1,'2026-01-21 19:55:07','2026-01-21 19:55:07','ca280ada-a085-4ea5-835e-3f3dd5f296b4'),
(15319,15319,1,'IMG 5520',NULL,NULL,NULL,1,'2026-01-21 20:01:05','2026-01-21 20:01:05','e9e7ba9f-b287-452e-bd41-e236c5c86cb1'),
(15320,15320,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15319],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\"}',1,'2026-01-21 20:01:18','2026-01-21 20:01:18','631e2378-2b76-4531-beee-90d6a1d649c7'),
(15326,15326,1,'2026-01-21 15:05:15',NULL,NULL,NULL,1,'2026-01-21 20:05:14','2026-01-21 20:05:15','47d36f1f-207a-4753-92e5-b920ba9e03b0'),
(15327,15327,1,'Shelly smalls Obrien',NULL,NULL,NULL,1,'2026-01-21 20:05:15','2026-01-21 20:05:15','013aedd6-f88e-46d3-abee-ff6cdc5d4d79'),
(15328,15328,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\"}',1,'2026-01-21 20:05:19','2026-01-21 20:05:19','20c234a4-4e98-4a83-8bf6-b708b2d23139'),
(15333,15333,1,'IMG 5519',NULL,NULL,NULL,1,'2026-01-21 20:18:23','2026-01-21 20:18:23','bc4e51c8-7eb2-47fe-864b-8ba12e673768'),
(15334,15334,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\"}',1,'2026-01-21 20:18:37','2026-01-21 20:18:37','4afd1e4b-9f9a-4243-99db-0c98640b1437'),
(15336,15336,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\"}',1,'2026-01-21 20:18:55','2026-01-21 20:18:55','4bb7332b-75f4-42bb-b77f-5ed3561d5abf'),
(15338,15338,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\"}',1,'2026-01-21 20:19:14','2026-01-21 20:19:14','3bf57893-927e-4db0-a8cd-b70f58d3342d'),
(15346,15346,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\"}',1,'2026-01-21 20:24:02','2026-01-21 20:24:02','2f99daaf-1759-460f-8ac9-7d5e2cd290fb'),
(15348,15348,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\"}',1,'2026-01-21 20:24:26','2026-01-21 20:24:26','0fe18052-a919-458d-aaf6-883da14dba03'),
(15350,15350,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\"}',1,'2026-01-21 20:24:30','2026-01-21 20:24:30','3b783dea-cec5-4bd1-af0c-264e076ce46d'),
(15362,15362,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\"}',1,'2026-01-21 20:36:34','2026-01-21 20:36:34','1149f916-f01d-43bb-abb4-d4efd91c74ef'),
(15367,15367,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\"}',1,'2026-01-21 20:43:34','2026-01-21 20:43:34','aef5b7be-2b42-44c7-8cc7-8a6f842ddbe1'),
(15371,15371,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\"}',1,'2026-01-21 20:48:51','2026-01-21 20:48:51','6a2ebaf6-c57a-4c5e-aa29-4d9ff05625f7'),
(15374,15374,1,'Complete Care Sample Weekly Menu IL',NULL,NULL,NULL,1,'2026-01-21 20:58:55','2026-01-21 20:58:55','5f8d2800-69c4-49b1-8d31-bae047bd93e2'),
(15375,15375,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15374],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\"}',1,'2026-01-21 20:59:02','2026-01-21 20:59:02','ee312b47-add5-4f6d-b966-047e5410c7e3'),
(15376,15376,1,'2026-01-21 16:04:07',NULL,NULL,NULL,1,'2026-01-21 21:04:07','2026-01-21 21:04:07','1cb587b3-3237-4d9f-ba0b-b22fb98f4b2e'),
(15380,15380,1,'Complete Care Sample Weekly Menu IL',NULL,NULL,NULL,1,'2026-01-21 21:08:41','2026-01-21 21:08:41','fde8bef4-e157-4141-b07f-23ff9fc3d627'),
(15381,15381,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15380],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\"}',1,'2026-01-21 21:08:44','2026-01-21 21:08:44','3894d4f4-0b98-4a80-8715-d0d153e4f6af'),
(15384,15384,1,'Complete Care Sample Weekly Menu IL',NULL,NULL,NULL,1,'2026-01-21 21:09:04','2026-01-21 21:09:04','8a961572-c85e-491d-8220-34d542314be6'),
(15385,15385,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15384],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\"}',1,'2026-01-21 21:09:06','2026-01-21 21:09:06','b3751fd1-522e-4d33-a671-4b763e8a3e07'),
(15387,15387,1,'2026-01-21 16:09:39',NULL,NULL,NULL,1,'2026-01-21 21:09:39','2026-01-21 21:09:39','c3be4494-6d7e-4bcf-b06e-a17aed0eb9fd'),
(15390,15390,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\"}',1,'2026-01-21 21:11:16','2026-01-21 21:11:16','2a025498-aae5-49c4-a14c-7df4e909a405'),
(15393,15393,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\"}',1,'2026-01-21 21:16:27','2026-01-21 21:16:27','aceb5c4f-5046-4764-b632-189cfe3c81ae'),
(15394,15394,1,'2026-01-21 16:19:46',NULL,NULL,NULL,1,'2026-01-21 21:19:46','2026-01-21 21:19:46','bf4b77d7-1448-4624-836b-54b1c7088660'),
(15396,15396,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\"}',1,'2026-01-21 21:22:14','2026-01-21 21:22:14','d5fe6e7f-1de6-4d7a-a01c-1771c4f39f87'),
(15399,15399,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\"}',1,'2026-01-21 21:39:35','2026-01-21 21:39:35','485b5666-a5d2-4a39-81f4-eb7cf68d19b5'),
(15401,15401,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\"}',1,'2026-01-21 21:40:26','2026-01-21 21:40:26','cff887fc-3625-4f94-94d7-e3c59e46e710'),
(15402,15402,1,'2026-01-21 16:51:51',NULL,NULL,NULL,1,'2026-01-21 21:51:51','2026-01-21 21:51:51','8b4035fd-664f-4915-9082-bf7d66ff2c5d'),
(15404,15404,1,'2026-01-21 16:52:54',NULL,NULL,NULL,1,'2026-01-21 21:52:54','2026-01-21 21:52:54','163632ae-2c78-45dd-93c4-91170a59cdfa'),
(15406,15406,1,'2026-01-21 17:19:45',NULL,NULL,NULL,1,'2026-01-21 22:19:45','2026-01-21 22:19:45','ab2f0752-9a21-4c11-ba67-0f1ed3e5c064'),
(15407,15407,1,'Resume',NULL,NULL,NULL,1,'2026-01-21 22:19:45','2026-01-21 22:19:45','64730444-baa1-4561-b877-d06f5f6ddd67'),
(15408,15408,1,'2026-01-21 17:24:21',NULL,NULL,NULL,1,'2026-01-21 22:24:21','2026-01-21 22:24:21','1117e79b-7a44-41ab-a24a-1ef0442730e7'),
(15424,15424,1,'2026-01-21 18:42:21',NULL,NULL,NULL,1,'2026-01-21 23:42:21','2026-01-21 23:42:21','0bf8985b-b152-4357-abbd-68fd60bb762e'),
(15432,15432,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-21 23:44:13','2026-01-21 23:44:13','5e8e477b-5b2c-4560-b19a-c15dea496a54'),
(15437,15437,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-21 23:52:45','2026-01-21 23:52:45','c40f28f9-c17a-4232-b6cb-dce4dcd9182d'),
(15439,15439,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-21 23:53:01','2026-01-21 23:53:01','486fa713-e318-4c92-85a3-c01758da627d'),
(15451,15451,1,'2026-01-21 19:11:53',NULL,NULL,NULL,1,'2026-01-22 00:11:53','2026-01-22 00:11:53','3123ed93-d584-4520-b782-cb91976f02b8'),
(15461,15461,1,'2026-01-21 20:10:00',NULL,NULL,NULL,1,'2026-01-22 01:10:00','2026-01-22 01:10:00','93292ac7-33d2-41e9-bb36-05c44462cacd'),
(15463,15463,1,'2026-01-21 20:38:01',NULL,NULL,NULL,1,'2026-01-22 01:38:01','2026-01-22 01:38:01','b8ec379a-7f9b-49ab-8a53-dd6d1fc59aa8'),
(15464,15464,1,'Licencia HHA 2027',NULL,NULL,NULL,1,'2026-01-22 01:38:01','2026-01-22 01:38:01','6c0e76f3-5808-4a3c-bcfe-997a5cf9a34f'),
(15465,15465,1,'2026-01-21 20:45:59',NULL,NULL,NULL,1,'2026-01-22 01:45:58','2026-01-22 01:45:59','2b7baa81-76fd-4bbd-9f29-2b895e273bc5'),
(15466,15466,1,'Anthony S Resume Revised docx',NULL,NULL,NULL,1,'2026-01-22 01:45:58','2026-01-22 01:45:58','565381a3-61b6-470b-9b4c-88914482f5cf'),
(15478,15478,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:46:23','2026-01-22 02:46:23','197807ad-28ce-459d-ad6a-3e7297764e70'),
(15480,15480,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:48:33','2026-01-22 02:48:33','9a43e041-afb7-4368-ac36-8854917f8d7e'),
(15482,15482,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:49:08','2026-01-22 02:49:08','8b8a749f-46b5-42ec-9f9a-5d6e337d6eb7'),
(15484,15484,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:50:03','2026-01-22 02:50:03','2c1f6c4b-e323-424a-a187-00dacd8888f3'),
(15486,15486,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:50:32','2026-01-22 02:50:32','e151524e-5345-4e9b-b556-9ed323b541da'),
(15488,15488,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:51:06','2026-01-22 02:51:06','7dcee772-975a-4839-be9f-a459b02a021c'),
(15490,15490,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:52:09','2026-01-22 02:52:09','1042ff2a-5b5b-4609-be10-79a1704836b7'),
(15492,15492,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:52:30','2026-01-22 02:52:30','8e52bbca-f76a-4243-8658-4063aa47ba9f'),
(15494,15494,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:53:17','2026-01-22 02:53:17','759b6da2-de8a-45a6-8dca-c7faeeb3450b'),
(15496,15496,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:53:38','2026-01-22 02:53:38','f4e9d2fc-7e38-4fb2-bb6b-fe40d13c1a80'),
(15498,15498,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NCHWD3P\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NCHWD3P\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:54:28','2026-01-22 02:54:28','e2f35d15-189d-4b30-b87d-5267d6e38cfb'),
(15500,15500,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 02:55:20','2026-01-22 02:55:20','b8667ca6-7a75-4901-ac90-50809e1bda6b'),
(15503,15503,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 03:19:52','2026-01-22 03:19:52','f10af533-447a-43f7-85ff-5ae2e94c176c'),
(15505,15505,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 03:20:39','2026-01-22 03:20:39','dda9b908-1625-45ba-8468-ad0a30730b76'),
(15507,15507,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 03:20:42','2026-01-22 03:20:42','f516bfd4-8e11-4e38-bdbb-99fff3171759'),
(15509,15509,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 03:21:33','2026-01-22 03:21:33','4f1915e8-7a25-445d-b4a8-3847ad7f4014'),
(15511,15511,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W95NZRD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W95NZRD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 03:22:22','2026-01-22 03:22:22','ebf81b1f-610e-456b-9dcf-dda1cf2e02cd'),
(15513,15513,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 03:23:07','2026-01-22 03:23:07','8d01628f-9516-4639-8a49-803937c1845a'),
(15515,15515,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvictoriacommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5JXQBRT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5JXQBRT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 03:24:00','2026-01-22 03:24:00','70273d7b-14f0-4d5d-92ef-f0c41a408251'),
(15517,15517,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 03:24:48','2026-01-22 03:24:48','65b5dc6a-f5f2-426b-a404-e4d4a8f0f714'),
(15518,15518,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 03:25:33','2026-01-22 03:25:33','3891227a-c592-4c99-aae1-f3bd060cb570'),
(15519,15519,1,'2026-01-21 22:30:14',NULL,NULL,NULL,1,'2026-01-22 03:30:14','2026-01-22 03:30:14','4234ba43-6c3b-4645-bd63-f05eb83630e5'),
(15520,15520,1,'Resume Updated 012026',NULL,NULL,NULL,1,'2026-01-22 03:30:14','2026-01-22 03:30:14','276ec9d9-3a48-4477-ad89-e7e7007796c1'),
(15534,15534,1,'2026-01-22 01:18:41',NULL,NULL,NULL,1,'2026-01-22 06:18:41','2026-01-22 06:18:41','5297ff2a-c379-481b-aae0-4421508a48ba'),
(15537,15537,1,'Resume',NULL,NULL,NULL,1,'2026-01-22 06:22:03','2026-01-22 06:22:03','45bfa554-3930-41c4-9266-40954cd914e9'),
(15542,15542,1,'Photo1',NULL,NULL,NULL,1,'2026-01-22 06:49:19','2026-01-22 06:49:19','34b25544-0882-4142-8f1f-ed2007de4df0'),
(15544,15544,1,'Photo1',NULL,NULL,NULL,1,'2026-01-22 06:49:23','2026-01-22 06:49:23','b563cc6b-e464-4909-a65f-2499c40755fd'),
(15554,15554,1,'Photo1',NULL,NULL,NULL,1,'2026-01-22 07:23:04','2026-01-22 07:23:04','0401af20-27f9-4807-9a34-8e6e93630b5c'),
(15556,15556,1,'Photo1',NULL,NULL,NULL,1,'2026-01-22 07:23:10','2026-01-22 07:23:10','36623d8d-749b-4048-8476-bc756df38029'),
(15560,15560,1,'2026-01-22 03:24:32',NULL,NULL,NULL,1,'2026-01-22 08:24:32','2026-01-22 08:24:32','1fa412f3-2467-4cf8-89eb-2cb578711822'),
(15563,15563,1,'Professional Resume2',NULL,NULL,NULL,1,'2026-01-22 08:25:45','2026-01-22 08:25:45','9820ac27-431f-4969-bb95-a5675018f759'),
(15566,15566,1,'2026-01-22 03:38:15',NULL,NULL,NULL,1,'2026-01-22 08:38:15','2026-01-22 08:38:15','4d38c51c-cf75-4b3d-8288-c55a2734de76'),
(15567,15567,1,'Marshall Brown',NULL,NULL,NULL,1,'2026-01-22 08:38:15','2026-01-22 08:38:15','e720e41c-5dd8-4ec1-89cc-baa0bd27f3ba'),
(15575,15575,1,'2026-01-22 04:53:16',NULL,NULL,NULL,1,'2026-01-22 09:53:16','2026-01-22 09:53:16','d3a44523-f365-476c-8a06-7a1b3c9b4ebe'),
(15627,15627,1,'2026-01-22 06:48:38',NULL,NULL,NULL,1,'2026-01-22 11:48:38','2026-01-22 11:48:38','71cf8b52-5acb-44bb-8812-a249389aaf2c'),
(15636,15636,1,'2026-01-22 07:09:44',NULL,NULL,NULL,1,'2026-01-22 12:09:44','2026-01-22 12:09:44','2fb129e8-2ec0-4282-b60b-51b9cbf148fa'),
(15661,15661,1,'2026-01-22 07:50:32',NULL,NULL,NULL,1,'2026-01-22 12:50:32','2026-01-22 12:50:32','3eaa2bef-b5e2-4861-a632-efd130cf88ea'),
(15674,15674,1,'2026-01-22 08:24:26',NULL,NULL,NULL,1,'2026-01-22 13:24:26','2026-01-22 13:24:26','c6bf4314-b9e9-495d-b1a7-7ac48e9a5945'),
(15677,15677,1,'2026-01-22 09:15:00',NULL,NULL,NULL,1,'2026-01-22 14:15:00','2026-01-22 14:15:00','23a50b51-6433-4691-8483-ff668eda4d4f'),
(15691,15691,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:28:43','2026-01-22 14:28:43','cb30289e-4d01-4d1e-a787-cf0d5ad29328'),
(15693,15693,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:30:14','2026-01-22 14:30:14','59f8bcd8-f93e-4477-a9f0-d84b3f54cb82'),
(15695,15695,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:31:53','2026-01-22 14:31:53','b75e922d-df90-4174-9e6d-3d0b683b7928'),
(15697,15697,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:32:48','2026-01-22 14:32:48','84328ad0-afa0-4251-a016-3ead34fc6eef'),
(15699,15699,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholmdel.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NNPWD4W\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NNPWD4W\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:34:44','2026-01-22 14:34:44','80ecc131-5ab7-432a-8c46-74a1bd2eca01'),
(15701,15701,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:35:47','2026-01-22 14:35:47','3cc9eb77-3654-4348-85a0-1613a3cc4501'),
(15703,15703,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:36:26','2026-01-22 14:36:26','b84b9d15-c0d4-4e3f-accc-fa736a08b209'),
(15705,15705,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:37:03','2026-01-22 14:37:03','76a24e7a-00c4-4937-8af5-e3ec895b52e2'),
(15707,15707,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PPG2D8B\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PPG2D8B\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:37:20','2026-01-22 14:37:20','7461bc09-0a18-413d-a17c-3829789a7c27'),
(15708,15708,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PPG2D8B\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PPG2D8B\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:37:23','2026-01-22 14:37:23','bb62c29d-c526-44e7-b89a-d4bdf2f99e10'),
(15709,15709,1,'2026-01-22 09:37:56',NULL,NULL,NULL,1,'2026-01-22 14:37:56','2026-01-22 14:37:56','15efc719-0cb6-4b45-8082-70f82940b749'),
(15713,15713,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:39:01','2026-01-22 14:39:01','b707c25e-37b4-4876-83bb-39ec81f9c868'),
(15715,15715,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccparkplace.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5MDJ53H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5MDJ53H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:40:35','2026-01-22 14:40:35','a736186d-fecb-444b-bf88-599f87b87c34'),
(15717,15717,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12408],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccplainfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWZGD4N\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWZGD4N\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:41:59','2026-01-22 14:41:59','ad5d13f3-4aa1-458e-9491-bb9fdf7c0d0c'),
(15719,15719,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:43:02','2026-01-22 14:43:02','6d4d291d-6a04-4975-a70d-dc891bdb1e0f'),
(15721,15721,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:44:12','2026-01-22 14:44:12','2c6368d4-44e8-481c-b011-988aa1776219'),
(15723,15723,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:45:46','2026-01-22 14:45:46','be80cd83-7401-4022-b4f3-4d5b3c89d9b1'),
(15725,15725,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:46:34','2026-01-22 14:46:34','0223b643-90db-4b1d-96c7-ecfc17ebdb20'),
(15727,15727,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[12718],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5HTBXHB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5HTBXHB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:47:30','2026-01-22 14:47:30','c211a3a3-5eac-42f8-a74b-f9830be82713'),
(15729,15729,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwoodlands.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N4PZH78\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N4PZH78\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 14:48:22','2026-01-22 14:48:22','e997c884-ffeb-4e6e-93a9-1021fff0d32e'),
(15732,15732,1,'2026-01-22 09:55:34',NULL,NULL,NULL,1,'2026-01-22 14:55:34','2026-01-22 14:55:34','7f3df1c2-c0d9-4f44-bee7-98bd2217cfd7'),
(15734,15734,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:04:07','2026-01-22 15:04:07','ad770d98-a13d-461a-8fe5-85411b98e578'),
(15736,15736,1,'2026-01-22 10:06:36',NULL,NULL,NULL,1,'2026-01-22 15:06:35','2026-01-22 15:06:36','208a913a-a09e-4a13-b326-a388ae784933'),
(15737,15737,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:09:45','2026-01-22 15:09:45','e85d6a98-ca3a-4382-9c27-134a386459f6'),
(15740,15740,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:12:22','2026-01-22 15:12:22','432aa3a4-0c1b-47f7-bb0e-f27a020c79e4'),
(15742,15742,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:14:08','2026-01-22 15:14:08','07e1f421-2232-441e-b675-37afe69663be'),
(15745,15745,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:15:38','2026-01-22 15:15:38','8477c6c5-408f-45b3-8bba-db238736c4f7'),
(15751,15751,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NHVQC4L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NHVQC4L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:27:29','2026-01-22 15:27:29','5f3221bc-44a3-4660-9d3d-103773e0b416'),
(15753,15753,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:36:49','2026-01-22 15:36:49','2566f34a-6ce9-42cf-a7e2-1f4b7622485d'),
(15755,15755,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12362],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:41:25','2026-01-22 15:41:25','33a825b3-21ea-4c18-adf7-326361b52d74'),
(15758,15758,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:49:42','2026-01-22 15:49:42','a8722be3-1aed-4d69-9d67-9f423072a883'),
(15760,15760,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:51:08','2026-01-22 15:51:08','17e36354-3c67-41ff-aaba-a78eee0859df'),
(15762,15762,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmaplegrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmaplegrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N9LCW5T5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N9LCW5T5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:52:17','2026-01-22 15:52:17','4f7cba6a-e8f4-4146-9a56-8bb2e12fb733');
INSERT INTO `elements_sites` VALUES
(15764,15764,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVVTR8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVVTR8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:53:22','2026-01-22 15:53:22','e1fc2cd5-2429-4449-84ec-0fd08911c99a'),
(15766,15766,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:54:25','2026-01-22 15:54:25','431008ee-6b08-4b6c-936a-778127caa1f0'),
(15768,15768,1,'Laurelton AD',NULL,NULL,NULL,1,'2026-01-22 15:58:41','2026-01-22 15:58:41','ef15038e-050c-4334-b964-dc657d4c9164'),
(15770,15770,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 15:58:45','2026-01-22 15:58:45','7d4c307d-6a31-458f-8143-7cf7413d7c2f'),
(15771,15771,1,'Danielle Garcia','danielle-garcia',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Danielle Garcia\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[15768]}',1,'2026-01-22 15:58:45','2026-01-22 15:58:45','d0c55dfb-eaa0-4004-a2df-2ae6f8931193'),
(15772,15772,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:01:21','2026-01-22 16:01:21','d04e771b-1e86-43f8-bee2-d1fc15010fc9'),
(15774,15774,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:02:46','2026-01-22 16:02:46','6d4f5e67-57a6-402d-b1c1-066399a0a718'),
(15777,15777,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15380],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M9N5T2ZR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M9N5T2ZR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:04:14','2026-01-22 16:04:14','18299118-ebb3-4eac-ba2a-57067d69ae4f'),
(15779,15779,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15374],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M7839PNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M7839PNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:05:12','2026-01-22 16:05:12','a92b4288-e235-4ebc-9dea-ef74a0b641cf'),
(15781,15781,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15384],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NBQ9PT7V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NBQ9PT7V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:06:18','2026-01-22 16:06:18','9ae2d4ba-cfcb-418b-a5c4-1df5bc7c977c'),
(15784,15784,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfoxhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TCS9ZGX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TCS9ZGX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:11:55','2026-01-22 16:11:55','27072194-5afc-44a3-8587-a1d10bf1a89d'),
(15786,15786,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareglendale.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WSTSDZT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WSTSDZT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:12:57','2026-01-22 16:12:57','9da34486-fb24-491f-b111-db49d1793881'),
(15791,15791,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KC877J8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KC877J8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:13:46','2026-01-22 16:13:46','29692cbd-144c-432b-88e3-c868810c62e8'),
(15795,15795,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10158],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T32PWBD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T32PWBD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:14:55','2026-01-22 16:14:55','b3044ab8-4c60-44b9-a72b-0dcfa2cf842c'),
(15797,15797,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:16:01','2026-01-22 16:16:01','d8dd562a-77a6-4656-a04e-2d65b79db825'),
(15799,15799,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10164],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:16:48','2026-01-22 16:16:48','fb9ff55d-5c23-435f-bf84-373ee5cf552b'),
(15801,15801,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12467],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmeriden.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KZNV5KD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KZNV5KD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:17:45','2026-01-22 16:17:45','2f829794-2937-420b-a4f8-d3ae131e2668'),
(15803,15803,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:18:41','2026-01-22 16:18:41','43f4e425-0dbd-4b7f-b467-b01ef5ca8254'),
(15804,15804,1,'2026-01-22 11:18:50',NULL,NULL,NULL,1,'2026-01-22 16:18:50','2026-01-22 16:18:50','8bdbcd3a-6e70-47c6-90cf-c50e0e7a580d'),
(15807,15807,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:19:37','2026-01-22 16:19:37','625f23c1-d2bb-4778-ae61-71412585dde7'),
(15809,15809,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:20:21','2026-01-22 16:20:21','cab2dc55-dee4-451c-a4fc-97cf743be329'),
(15811,15811,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:21:07','2026-01-22 16:21:07','e4137963-3601-4e05-8e4e-80311c8633fe'),
(15813,15813,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:21:28','2026-01-22 16:21:28','ccae9e8e-d0be-46b7-91ef-3da7962db712'),
(15815,15815,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:29:37','2026-01-22 16:29:37','de4279cd-f72f-471a-b5ef-fbcdae354ec7'),
(15818,15818,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Info@ccchestnuthill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PFW86XW\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PFW86XW\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:31:55','2026-01-22 16:31:55','68712a5d-f09f-4074-aa39-ca573240830d'),
(15820,15820,1,'2026-01-22 11:37:54',NULL,NULL,NULL,1,'2026-01-22 16:37:54','2026-01-22 16:37:54','c85c3bdf-7910-4974-8c5a-b9d31c42a685'),
(15822,15822,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MNH7WFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MNH7WFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:44:39','2026-01-22 16:44:39','3810ed83-799b-43da-bcfd-25d3a0fac014'),
(15825,15825,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:47:08','2026-01-22 16:47:08','fd5917d5-8be8-495b-9d02-672bb26164bd'),
(15827,15827,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:47:48','2026-01-22 16:47:48','36cf7750-7523-4b4a-b16f-cc5e5e3dc9ab'),
(15829,15829,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10149],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccharborage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PZ43554\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PZ43554\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:48:12','2026-01-22 16:48:12','bc7f4ecb-baa1-4938-abc9-6e17814d9d07'),
(15831,15831,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:49:05','2026-01-22 16:49:05','de83b75c-8f0c-4194-a5dc-65c44baafd42'),
(15833,15833,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccinglemoor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TKB4RWC\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TKB4RWC\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:50:41','2026-01-22 16:50:41','3516e279-6d28-4a57-8ffc-d6d899ec06d6'),
(15835,15835,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cclehigh.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TMQS766\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TMQS766\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:51:26','2026-01-22 16:51:26','cf84bdbe-d545-4caf-8f98-2f437d824657'),
(15837,15837,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmilfordmanor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NFSFSBG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NFSFSBG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:52:14','2026-01-22 16:52:14','95b7c557-d120-49ea-b0b7-f87608cc89b4'),
(15839,15839,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccphillipsburg.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP7HKLN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP7HKLN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:53:13','2026-01-22 16:53:13','9b22d101-075b-481a-a739-d519a242c42d'),
(15841,15841,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:54:07','2026-01-22 16:54:07','4f994d47-ea2a-4de6-878d-72fbcac5cc74'),
(15843,15843,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccregent.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7WWWFT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7WWWFT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:55:15','2026-01-22 16:55:15','ffcde5ad-bc24-43a7-9181-30ce81d434ff'),
(15845,15845,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:56:09','2026-01-22 16:56:09','616fc4e7-bb97-42c5-b5ea-2dfc47a1ad96'),
(15847,15847,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:56:54','2026-01-22 16:56:54','f705ad21-dd78-4edf-a32a-910595fb7ba0'),
(15849,15849,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:57:36','2026-01-22 16:57:36','98cc19cd-8ad6-401b-b55a-c628890d7dc2'),
(15850,15850,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NSKPFW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NSKPFW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:58:22','2026-01-22 16:58:22','66f3c137-4095-4a38-955a-0d7760a99cc0'),
(15853,15853,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12275],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccdawnview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N8J9X585\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N8J9X585\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 16:59:14','2026-01-22 16:59:14','371452ff-0ba3-4075-985d-63241fc0ab87'),
(15855,15855,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T4WH9SR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T4WH9SR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:00:15','2026-01-22 17:00:15','45b8c56d-fa33-4781-bdcf-4f8ce68654b4'),
(15856,15856,1,'2026-01-22 12:00:20',NULL,NULL,NULL,1,'2026-01-22 17:00:20','2026-01-22 17:00:20','d67c8049-0f79-4f49-9735-7ea1bbcd0292'),
(15860,15860,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12281],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareheritage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRDHM57\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRDHM57\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:01:03','2026-01-22 17:01:03','7f596347-8413-4105-8d49-6548fafa4276'),
(15862,15862,1,'Updated resume8325',NULL,NULL,NULL,1,'2026-01-22 17:01:40','2026-01-22 17:01:40','58d5be33-6a27-408c-9397-d4513c6d74a8'),
(15864,15864,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:02:33','2026-01-22 17:02:33','75b16759-6490-49c5-8bc4-8a154d9907c6'),
(15866,15866,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:03:24','2026-01-22 17:03:24','8a5077d3-5f67-4e48-b534-519e8841513f'),
(15868,15868,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:05:19','2026-01-22 17:05:19','04b9f67e-5b7d-4fd9-b318-b1ad79bc6a6c'),
(15870,15870,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaplata.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WGBQRVM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WGBQRVM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:05:40','2026-01-22 17:05:40','952045c8-d63f-4e1e-9fed-d5ac889752ae'),
(15872,15872,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:06:23','2026-01-22 17:06:23','ffb309af-eb78-4a88-a213-cae4d8791ab5'),
(15874,15874,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareoakridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M829X4S\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M829X4S\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:07:04','2026-01-22 17:07:04','2e608b53-ec51-455f-9fdc-6b2a3b79b77b'),
(15875,15875,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12306],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsevernapark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6KM65F\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6KM65F\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:07:51','2026-01-22 17:07:51','90196318-2ef5-4fec-a4dc-9be1fe98b387'),
(15877,15877,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsilverlake.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N84HBW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N84HBW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:08:41','2026-01-22 17:08:41','61f83a4e-e378-4c87-90bd-9c49f316e788'),
(15879,15879,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccspringbrook.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-K58KBDM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-K58KBDM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:09:31','2026-01-22 17:09:31','2738eae1-aca2-4bf9-b092-0cb740f8e81d'),
(15881,15881,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10432],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwheaton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MLB9LV3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MLB9LV3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:10:13','2026-01-22 17:10:13','78882b00-2d5b-4ae4-a1a3-3edfc1ba4e17'),
(15883,15883,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:12:25','2026-01-22 17:12:25','313aa8ae-af88-4db5-ac82-f5acdab87f1a'),
(15885,15885,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:19:26','2026-01-22 17:19:26','8b32c698-ea82-4211-a9cd-9aafc528c2a8'),
(15887,15887,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:20:32','2026-01-22 17:20:32','2654124f-bcda-431c-94df-ca165057c50e'),
(15889,15889,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:20:43','2026-01-22 17:20:43','a157f7f8-6405-408c-ac08-d65a3b7dd8a8'),
(15892,15892,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:27:41','2026-01-22 17:27:41','91023a5f-42a7-4c23-9ccf-48d6f0125bf6'),
(15894,15894,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3ZKW39Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3ZKW39Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 17:28:50','2026-01-22 17:28:50','57455b3e-a018-49c1-8164-bfde8fbf8efc'),
(15908,15908,1,'2026-01-22 13:20:39',NULL,NULL,NULL,1,'2026-01-22 18:20:39','2026-01-22 18:20:39','78f55145-917c-4c0d-86d4-7216e9cd121f'),
(15909,15909,1,'2026-01-22 13:24:20',NULL,NULL,NULL,1,'2026-01-22 18:24:20','2026-01-22 18:24:20','175177b8-2ca0-47ca-b823-8af15a1cdd93'),
(15916,15916,1,'2026-01-22 14:00:07',NULL,NULL,NULL,1,'2026-01-22 19:00:07','2026-01-22 19:00:07','0db8a489-336b-4dbe-abc7-ec1a16877786'),
(15917,15917,1,'New resume CL',NULL,NULL,NULL,1,'2026-01-22 19:00:07','2026-01-22 19:00:07','a83f6de7-a5d8-45b1-9a8f-02fc458e27ff'),
(15922,15922,1,'2026-01-22 14:33:55',NULL,NULL,NULL,1,'2026-01-22 19:33:55','2026-01-22 19:33:55','44fa4c00-364a-47a3-bf92-eb4bfcdd3afe'),
(15923,15923,1,'CATHERINE BALSAMO 2026 RESUME 2',NULL,NULL,NULL,1,'2026-01-22 19:33:55','2026-01-22 19:33:55','3757d656-4ef6-41f9-89f6-7a6ee1741ad2'),
(15925,15925,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 19:41:32','2026-01-22 19:41:32','1b13fc38-2d1a-4fda-bb3c-e1d8efc59c37'),
(15929,15929,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 19:46:47','2026-01-22 19:46:47','8cc89db0-16d0-401a-b06b-ccb5ad62bb6f'),
(15930,15930,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-NJ-Financials.pdf\\\">Complete Care at Arbors 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Arbors-MCR-CR-2024.pdf\\\">Arbors MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-Revenues.pdf\\\">Complete Care at Arbors 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 19:46:47','2026-01-22 19:46:47','5a16cd00-c51f-468d-b3c5-d3372599531f'),
(15933,15933,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 19:47:16','2026-01-22 19:47:16','a002ab50-08d5-46fd-a95d-662a6dc4d911'),
(15934,15934,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-NJ-Financials.pdf\\\">Complete Care at Arbors 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Arbors-MCR-CR-2024.pdf\\\">Arbors MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-Revenues.pdf\\\">Complete Care at Arbors 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 19:47:16','2026-01-22 19:47:16','132f6584-5f86-42c1-ad2c-f795b9f00452'),
(15936,15936,1,'Complete Care at Bey Lea 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 19:50:40','2026-01-22 19:50:40','d0ff5ec5-fa2e-4a5d-95d7-ee1fc6691c10'),
(15937,15937,1,'Bey Lea MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 19:50:41','2026-01-22 19:50:41','a2026935-d754-40a3-b187-71360a0299bd'),
(15938,15938,1,'Complete Care at Bey Lea 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 19:50:42','2026-01-22 19:50:42','8eefcb98-c30e-4682-9d64-d2999e1c35cc'),
(15942,15942,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Bey-Lea-2024-NJ-Financials.pdf\\\">Complete Care at Bey Lea 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Bey-Lea-MCR-CR-2024.pdf\\\">Bey Lea MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Bey-Lea-2024-Revenues.pdf\\\">Complete Care at Bey Lea 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 19:53:10','2026-01-28 17:14:28','0ac532e6-1d5a-40a9-8bc6-1b7562c5105b'),
(15943,15943,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 19:53:10','2026-01-22 19:53:10','40408bf0-2969-4170-a44a-0c6982085d39'),
(15944,15944,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Bey-Lea-2024-NJ-Financials.pdf\\\">Complete Care at Bey Lea 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Bey-Lea-MCR-CR-2024.pdf\\\">Bey Lea MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Bey-Lea-2024-Revenues.pdf\\\">Complete Care at Bey Lea 2024</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 19:53:10','2026-01-22 19:53:10','0fb046d2-8efa-4e2a-92ea-a3233a13933d'),
(15946,15946,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 19:53:33','2026-01-22 19:53:33','981657ef-b913-4463-9e77-7468c97c553c'),
(15948,15948,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 19:54:15','2026-01-22 19:54:15','266151f7-5bef-42a4-99aa-d92946f72066'),
(15951,15951,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 19:54:40','2026-01-22 19:54:40','ddb146a3-5a8a-415e-80ea-b98617b0a78c'),
(15954,15954,1,'CC at Brick LLC 2024 Revenue',NULL,NULL,NULL,1,'2026-01-22 19:56:16','2026-01-22 19:56:16','278bf0b8-88ee-4c8a-8941-6076647ae4c7'),
(15955,15955,1,'Brick MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 19:56:17','2026-01-22 19:56:17','bab0af7d-275b-4e44-aa65-9fe7fbfd3da4'),
(15956,15956,1,'Complete Care at Brick LLC 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 19:56:18','2026-01-22 19:56:18','a7887a10-ccbf-475e-bcf3-c0d724b91c10'),
(15960,15960,1,'2026-01-22 14:58:41',NULL,NULL,NULL,1,'2026-01-22 19:58:41','2026-01-22 19:58:41','012b9a4c-309c-422b-9b57-2d057ea127e7'),
(15961,15961,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Brick-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Brick 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Brick-MCR-CR-2024.pdf\\\">Brick MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Brick-LLC-2024-Revenue.pdf\\\">Complete Care at Brick 2024 Revenues</a> </li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 19:59:05','2026-01-22 19:59:05','11af7da5-63fb-4a10-b92f-2799244ef47c'),
(15962,15962,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 19:59:05','2026-01-22 19:59:05','f2e95967-e7ba-4c06-92c9-20ac9ebc55b8'),
(15963,15963,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Brick-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Brick 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Brick-MCR-CR-2024.pdf\\\">Brick MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Brick-LLC-2024-Revenue.pdf\\\">Complete Care at Brick 2024 Revenues</a> </li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 19:59:05','2026-01-22 19:59:05','42f00b5b-9e5e-4e15-9574-6869074376b0'),
(15966,15966,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 19:59:41','2026-01-22 19:59:41','7d5f17e3-0a2a-49fc-965b-2eb161b5743e'),
(15970,15970,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:00:55','2026-01-22 20:00:55','62790002-cc3e-4367-bb8b-056b0485588b'),
(15971,15971,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5680]}',1,'2026-01-22 20:00:55','2026-01-22 20:00:55','1b1943a3-992e-419f-bbea-2e022433cdfd'),
(15973,15973,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:01:17','2026-01-22 20:01:17','c7a51fda-db69-4696-804a-4e7a9b51c380'),
(15975,15975,1,'2026-01-22 15:01:31',NULL,NULL,NULL,1,'2026-01-22 20:01:31','2026-01-22 20:01:31','8bfeedcc-47eb-4987-9abb-6412a27cc705'),
(15976,15976,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:02:16','2026-01-22 20:02:16','fb3c906d-2439-41ab-8ef1-c90564435692'),
(15981,15981,1,'Complete Care at Burlington Woods 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 20:03:15','2026-01-22 20:03:15','738e9ae3-baab-4446-809b-69077753f8e0'),
(15982,15982,1,'Complete Care at Burlington Woods 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:03:16','2026-01-22 20:03:16','f87a584c-b9fe-42c8-b8a5-056ad72744ce'),
(15983,15983,1,'Burlington MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:03:16','2026-01-22 20:03:16','a12e8900-bcde-4a17-938e-93e5c5447dee'),
(15984,15984,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Burlington-Woods-2024-NJ-Financials.pdf\\\">Complete Care at Burlington Woods 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Burlington-MCR-CR-2024.pdf\\\">Burlington Woods MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Burlington-Woods-2024-Revenues.pdf\\\">Complete Care at Burlington Woods 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:05:37','2026-01-22 20:05:37','76a1814c-5333-44d3-befb-3d3905e9dd87'),
(15985,15985,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:05:37','2026-01-22 20:05:37','f1434890-01c4-43ad-95e2-c1f74a88dfd4'),
(15986,15986,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Burlington-Woods-2024-NJ-Financials.pdf\\\">Complete Care at Burlington Woods 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Burlington-MCR-CR-2024.pdf\\\">Burlington Woods MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Burlington-Woods-2024-Revenues.pdf\\\">Complete Care at Burlington Woods 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:05:37','2026-01-22 20:05:37','be17abb0-8c50-4459-b7fc-324de5cc6209'),
(15988,15988,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:05:50','2026-01-22 20:05:50','6368251a-675f-4f37-950a-1b9c889f5b5b'),
(15993,15993,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:12:45','2026-01-22 20:12:45','4d578950-d503-4234-8101-48012abbdc72'),
(15995,15995,1,'Complete Care at Court House 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 20:13:52','2026-01-22 20:13:52','bbd4565c-612e-4c86-b929-0df3ee3c0b07'),
(15996,15996,1,'Court House MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:13:53','2026-01-22 20:13:53','3bf86baa-ac66-4d6f-a2a0-beb8c1efec4d'),
(15997,15997,1,'Complete Care at Court House 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:13:53','2026-01-22 20:13:53','57bcf694-04c4-4c49-b9cd-38bf1e173d8a'),
(15998,15998,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Court-House-2024-NJ-Financials.pdf\\\">Complete Care at Court House 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Court-House-MCR-CR-2024.pdf\\\">Court House MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Court-House-2024-Revenues.pdf\\\">Complete Care at Court House 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:14:46','2026-01-22 20:17:19','f5d18a50-4aaa-4319-9ac0-f0ea0dffcc77'),
(15999,15999,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:14:46','2026-01-22 20:14:46','1dfb5df9-6632-4a0e-af6e-a3a4a6516f9b'),
(16000,16000,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Court-House-2024-NJ-Financials.pdf\\\">Complete Care at Court House 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Court-House-MCR-CR-2024.pdf\\\">Court House MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Court-House-2024-Revenues.pdf\\\">Complete Care at Court House 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:14:46','2026-01-22 20:14:46','099ccc15-830d-4293-b912-51af25f1ba74'),
(16002,16002,1,'Nondiscrimination Notice Court House',NULL,NULL,NULL,1,'2026-01-22 20:16:43','2026-01-22 20:16:43','b3dcb22b-8eed-4493-86e9-fea9a3fdb62c'),
(16004,16004,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:16:49','2026-01-22 20:16:49','bf66fff1-639d-4fe5-acdc-9d5b4df548a8'),
(16005,16005,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16002]}',1,'2026-01-22 20:16:49','2026-01-22 20:16:49','5e5f2265-dbfd-4b7f-8c35-f93941b13222'),
(16008,16008,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:17:19','2026-01-22 20:17:19','1bf2953a-532b-4553-a8ea-4d2718a7f617'),
(16009,16009,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Court-House-2024-NJ-Financials.pdf\\\">Complete Care at Court House 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Court-House-MCR-CR-2024.pdf\\\">Court House MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Court-House-2024-Revenues.pdf\\\">Complete Care at Court House 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:17:19','2026-01-22 20:17:19','d4bedd36-47a9-410f-9663-9618362e25d1'),
(16013,16013,1,'Green Acres Rehab Nursing 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:18:30','2026-01-22 20:18:30','f21dafbe-11a8-4972-83a8-81fae7a79ad2'),
(16014,16014,1,'Green Acres 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 20:18:31','2026-01-22 20:18:31','506cc430-3c67-44e1-8682-5c9385ff6276'),
(16015,16015,1,'Green Acres MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:18:31','2026-01-22 20:18:31','ea641bf9-8979-4608-8b6e-26747b62917b'),
(16021,16021,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Green-Acres-Rehab-Nursing-2024-NJ-Financials.pdf\\\">Complete Care at Green Acres 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Green-Acres-MCR-CR-2024.pdf\\\">Green Acres MCR CR 20214</a></li><li><a href=\\\"/files/legal/Green-Acres-2024-Revenues.pdf\\\">Complete Care at Green Acres 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:20:46','2026-01-22 20:22:28','908ab1f6-1d8c-49de-8df5-4002bdd12101'),
(16022,16022,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:20:46','2026-01-22 20:20:46','477a9f00-3255-4a68-aba9-be15bc6c031c'),
(16023,16023,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Green-Acres-Rehab-Nursing-2024-NJ-Financials.pdf\\\">Complete Care at Green Acres 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Green-Acres-MCR-CR-2024.pdf\\\">Green Acres MCR CR 20214</a></li><li><a href=\\\"/files/legal/Green-Acres-2024-Revenues.pdf\\\">Complete Care at Green Acres 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:20:46','2026-01-22 20:20:46','642c5b51-7388-4d6f-b74f-c125c72c3a81'),
(16025,16025,1,'Nondiscrimination Notice Green Acres',NULL,NULL,NULL,1,'2026-01-22 20:21:33','2026-01-22 20:21:33','e9ca7986-9cf2-4228-85ed-a7f5db9de74d'),
(16027,16027,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:21:45','2026-01-22 20:21:45','a2732120-d4b1-47cf-909e-838858c8c5b6'),
(16028,16028,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16025]}',1,'2026-01-22 20:21:45','2026-01-22 20:21:45','69e786be-7f63-47fd-89b5-61ad02f3e07b'),
(16031,16031,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:22:28','2026-01-22 20:22:28','9c4f9b74-7975-4fd7-9bcf-ea24f860edf6'),
(16032,16032,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Green-Acres-Rehab-Nursing-2024-NJ-Financials.pdf\\\">Complete Care at Green Acres 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Green-Acres-MCR-CR-2024.pdf\\\">Green Acres MCR CR 20214</a></li><li><a href=\\\"/files/legal/Green-Acres-2024-Revenues.pdf\\\">Complete Care at Green Acres 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:22:28','2026-01-22 20:22:28','31900492-b149-4808-acfe-567d62aab776'),
(16035,16035,1,'Complete Care at Holiday 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 20:24:42','2026-01-22 20:24:42','ec1b8b2f-c0ac-4346-b8db-2d493fb897b0'),
(16036,16036,1,'Holiday MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:24:43','2026-01-22 20:24:43','2c446430-3a46-4683-bee7-d1d0e425749d'),
(16037,16037,1,'Complete Care at Holiday 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:24:44','2026-01-22 20:24:44','7601afda-f832-423c-bb6c-9ca64aeb8c5d'),
(16039,16039,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Holiday-2024-NJ-Financials.pdf\\\">Complete Care at Holiday City 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Holiday-MCR-CR-2024.pdf\\\">Holiday City MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Holiday-2024-Revenues.pdf\\\">Complete Care at Holiday City 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:25:39','2026-01-22 20:25:39','41358cfc-eed5-40f5-b451-1a069c929f44'),
(16040,16040,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:25:39','2026-01-22 20:25:39','b3f49778-390c-4fa2-9bb6-463a960aad76'),
(16041,16041,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Holiday-2024-NJ-Financials.pdf\\\">Complete Care at Holiday City 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Holiday-MCR-CR-2024.pdf\\\">Holiday City MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Holiday-2024-Revenues.pdf\\\">Complete Care at Holiday City 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:25:39','2026-01-22 20:25:39','d6028287-7477-48b4-b029-9a960b682a76'),
(16043,16043,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:26:11','2026-01-22 20:26:11','77c5675f-8ae2-4ca3-bfaa-3a02cffb3e6c'),
(16046,16046,1,'Complete Care at Kresson View 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 20:27:20','2026-01-22 20:27:20','9124ed0f-0b22-4cb0-abf2-a64b8638acc1'),
(16047,16047,1,'Complete Care at Kresson View 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:27:21','2026-01-22 20:27:21','54a0ccd0-b06e-4bd2-b76e-3fb2f6e839a5'),
(16048,16048,1,'Kresson MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:27:22','2026-01-22 20:27:22','8561fc20-48cd-4172-97d4-611886bdc9be'),
(16049,16049,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Kresson-View-2024-NJ-Financials.pdf\\\">Complete Care at Kresson View 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Kresson-MCR-CR-2024.pdf\\\">Kresson View MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Kresson-View-2024-Revenues.pdf\\\">Complete Care at Kresson View 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:28:36','2026-01-22 20:28:36','ad09f7b8-92bd-4f66-9ded-03175e48178b'),
(16050,16050,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NCHWD3P\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NCHWD3P\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:28:36','2026-01-22 20:28:36','3903daa3-42e4-45f3-af75-315a2c1372cd'),
(16051,16051,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Kresson-View-2024-NJ-Financials.pdf\\\">Complete Care at Kresson View 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Kresson-MCR-CR-2024.pdf\\\">Kresson View MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Kresson-View-2024-Revenues.pdf\\\">Complete Care at Kresson View 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:28:36','2026-01-22 20:28:36','fcf26f2e-dabf-4376-a874-a548367c8d87'),
(16053,16053,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NCHWD3P\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NCHWD3P\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:29:36','2026-01-22 20:29:36','67944d8e-4082-4161-b56a-efabce6ff7dc'),
(16057,16057,1,'Laurelton MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:31:00','2026-01-22 20:31:00','2382fd2f-e292-4996-b084-f5a42d6e879e'),
(16058,16058,1,'Complete Care at Laurelton 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:31:01','2026-01-22 20:31:01','c87068b3-97ee-4dd1-aff4-87d1aeb85de5'),
(16059,16059,1,'Complete Care at Laurelton 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 20:31:01','2026-01-22 20:31:01','75df96d5-3312-412b-99ff-05c11f123fbb'),
(16060,16060,1,'Nondiscrimination Notice Laurelton',NULL,NULL,NULL,1,'2026-01-22 20:33:43','2026-01-22 20:33:43','c28772c0-4ad6-4981-b5bb-c4f745339bc0'),
(16062,16062,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16060]}',1,'2026-01-22 20:33:48','2026-01-22 20:33:48','bbbdf9f4-db9f-4ff2-b4ed-3e5479137893'),
(16063,16063,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Laurelton-2024-NJ-Financials.pdf\\\">Complete Care at Laurelton 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Laurelton-MCR-CR-2024.pdf\\\">Laurelton MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Laurelton-2024-Revenues.pdf\\\">Complete Care at Laurelton 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:33:48','2026-01-22 20:34:15','d5554216-73c8-4cf1-ba65-c9d1e0eadc4b'),
(16064,16064,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:33:48','2026-01-22 20:33:48','720dac74-f2f0-498d-8c19-b6d185a6a148'),
(16065,16065,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16060]}',1,'2026-01-22 20:33:48','2026-01-22 20:33:48','927061a6-f0f4-4d6e-8869-0bcd295101de'),
(16066,16066,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Laurelton-2024-NJ-Financials.pdf\\\">Complete Care at Laurelton 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Laurelton-MCR-CR-2024.pdf\\\">Laurelton MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Laurelton-2024-Revenues.pdf\\\">Complete Care at Laurelton 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:33:48','2026-01-22 20:33:48','90c45d09-3a4b-40f8-b352-f61db8197fa4'),
(16069,16069,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:34:15','2026-01-22 20:34:15','01ab67cd-5705-4c6f-8d8d-f3f34ed466e0'),
(16070,16070,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Laurelton-2024-NJ-Financials.pdf\\\">Complete Care at Laurelton 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Laurelton-MCR-CR-2024.pdf\\\">Laurelton MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Laurelton-2024-Revenues.pdf\\\">Complete Care at Laurelton 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:34:15','2026-01-22 20:34:15','1d961fac-59c5-4c20-927c-e3d254801087'),
(16073,16073,1,'Complete Care at Marcella 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 20:35:16','2026-01-22 20:35:16','f6e6c3ad-1f51-44c8-a6bd-6703c9e21ce1'),
(16074,16074,1,'Complete Care at Marcella 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:35:17','2026-01-22 20:35:17','dfb9e0da-9365-4942-a48d-db87bce80bd6'),
(16075,16075,1,'Marcella MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:35:17','2026-01-22 20:35:17','b4da8e09-7966-406c-a071-4f63464150a6'),
(16076,16076,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Marcella-2024-NJ-Financials.pdf\\\">Complete Care at Marcella 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Marcella-MCR-CR-2024.pdf\\\">Marcella MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Marcella-2024-Revenues.pdf\\\">Complete Care at Marcella 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:36:07','2026-01-22 20:38:29','a408f053-7b08-44c3-b692-f79dc0dbfb2c'),
(16077,16077,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:36:07','2026-01-22 20:36:07','058f6c98-1d4e-4799-ad16-d0dffedbeabe'),
(16078,16078,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Marcella-2024-NJ-Financials.pdf\\\">Complete Care at Marcella 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Marcella-MCR-CR-2024.pdf\\\">Marcella MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Marcella-2024-Revenues.pdf\\\">Complete Care at Marcella 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:36:07','2026-01-22 20:36:07','4cff5d33-9842-4658-bbc7-3d8498e03e53'),
(16080,16080,1,'Nondiscrimination Notice Marcella',NULL,NULL,NULL,1,'2026-01-22 20:37:23','2026-01-22 20:37:23','57b10ff2-f463-45cb-9a8c-5c5275e051f2'),
(16082,16082,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:37:37','2026-01-22 20:37:37','096be19d-aca1-4b85-99ae-d4afd6e19251'),
(16083,16083,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16080]}',1,'2026-01-22 20:37:37','2026-01-22 20:37:37','d67c3fa5-f6f2-48fe-a2ca-d3016c4369e4'),
(16086,16086,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:38:29','2026-01-22 20:38:29','3bb8eb0c-0be0-4002-bc75-8f1c98827788'),
(16087,16087,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Marcella-2024-NJ-Financials.pdf\\\">Complete Care at Marcella 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Marcella-MCR-CR-2024.pdf\\\">Marcella MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Marcella-2024-Revenues.pdf\\\">Complete Care at Marcella 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:38:29','2026-01-22 20:38:29','2e33a926-c943-46e5-958e-69c31eea9c5b'),
(16091,16091,1,'Monmouth MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:39:52','2026-01-22 20:39:52','9195d67a-5284-46d3-90d6-20166074b99b'),
(16092,16092,1,'Complete Care at Monmouth 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:39:52','2026-01-22 20:39:52','8197f903-f388-44d6-9a66-0c88dbee2d68'),
(16093,16093,1,'Complete Care at Monmouth LLC 2024 Revenue Schedule',NULL,NULL,NULL,1,'2026-01-22 20:39:53','2026-01-22 20:39:53','1f973561-568d-445c-938a-9b91352ecff6'),
(16096,16096,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16102]}',1,'2026-01-22 20:41:00','2026-01-22 20:42:10','bc884891-c9c7-4b6e-9d46-c0c61a24066a'),
(16097,16097,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Monmouth-2024-NJ-Financials.pdf\\\">Complete Care at Monmouth 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Monmouth-MCR-CR-2024.pdf\\\">Monmouth MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Monmouth-LLC-2024-Revenue-Schedule.pdf\\\">Complete Care at Monmouth 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:41:00','2026-01-22 20:41:00','bb7e04cc-2150-497c-bc6a-426018f884a0'),
(16098,16098,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:41:00','2026-01-22 20:41:00','060321cb-41f3-4f7e-8b26-c39124b3dc4b'),
(16099,16099,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false}',1,'2026-01-22 20:41:00','2026-01-22 20:41:00','ca371228-1da3-4af3-9221-5030bee27d66'),
(16100,16100,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Monmouth-2024-NJ-Financials.pdf\\\">Complete Care at Monmouth 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Monmouth-MCR-CR-2024.pdf\\\">Monmouth MCR CR 20214</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Monmouth-LLC-2024-Revenue-Schedule.pdf\\\">Complete Care at Monmouth 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:41:00','2026-01-22 20:41:00','c6b09990-82da-4131-be08-a14363ea1df9'),
(16102,16102,1,'Non Discrimination Notice Monmouth',NULL,NULL,NULL,1,'2026-01-22 20:42:05','2026-01-22 20:42:05','cec24cc3-cd38-477d-94c3-fc069509f631'),
(16104,16104,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:42:10','2026-01-22 20:42:10','688cf1b7-1f84-4336-9ece-ba6d2baa7465'),
(16105,16105,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16102]}',1,'2026-01-22 20:42:10','2026-01-22 20:42:10','0392ab83-352c-439b-9dec-854833f488b8'),
(16107,16107,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:42:59','2026-01-22 20:42:59','2735d415-ec79-48cf-bdb9-4a099ebe23f6'),
(16110,16110,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Ocean-Grove-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Ocean Grove 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Ocean-Grove-MCR-CR-2024.pdf\\\">Ocean Grove MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Ocean-Grove-LLC-2024-Revenue.pdf\\\">Complete Care at Ocean Grove 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:44:27','2026-01-22 20:47:51','519e8d26-c894-4833-ad1a-4aa369d8f9a5'),
(16111,16111,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:44:27','2026-01-22 20:44:27','90000640-d6cd-4d33-89b7-dc8da9cc6fac'),
(16112,16112,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2026-01-22 20:44:27','2026-01-22 20:44:27','8dafee06-8a26-458b-b4d7-7c1855ab5ca1'),
(16114,16114,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:44:31','2026-01-22 20:44:31','d16faaf8-e35c-45ed-95ea-b0b22e84858c'),
(16116,16116,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:44:50','2026-01-22 20:44:50','79992909-0b7d-4ead-b264-f123654f3063'),
(16117,16117,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-NJ-Financials.pdf\\\">Complete Care at Arbors 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Arbors-MCR-CR-2024.pdf\\\">Arbors MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-Revenues.pdf\\\">Complete Care at Arbors 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:44:50','2026-01-22 20:44:50','f20628e9-85ea-450e-9295-8f4a305105b9'),
(16120,16120,1,'CC at Ocean Grove LLC 2024 Revenue',NULL,NULL,NULL,1,'2026-01-22 20:46:00','2026-01-22 20:46:00','ece44e21-de0e-4931-90eb-beb895143db9'),
(16121,16121,1,'Ocean Grove MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:46:00','2026-01-22 20:46:00','6306911e-da34-4e6d-b5b8-2bbd254c675f'),
(16122,16122,1,'Complete Care at Ocean Grove LLC 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:46:01','2026-01-22 20:46:01','3029db26-2f7c-442c-a962-378a9ead4be3'),
(16123,16123,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:47:51','2026-01-22 20:47:51','d6664ae8-5d34-4d25-9e80-c604d5f2fe2d'),
(16124,16124,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Ocean-Grove-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Ocean Grove 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Ocean-Grove-MCR-CR-2024.pdf\\\">Ocean Grove MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Ocean-Grove-LLC-2024-Revenue.pdf\\\">Complete Care at Ocean Grove 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:47:51','2026-01-22 20:47:51','c6c1525d-bbbe-4f7b-8a2b-9c24064c7be2'),
(16127,16127,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:48:43','2026-01-22 20:48:43','f2f53fbf-9594-4739-858d-79e9d8e13b92'),
(16128,16128,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Ocean-Grove-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Ocean Grove 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Ocean-Grove-MCR-CR-2024.pdf\\\">Ocean Grove MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Ocean-Grove-LLC-2024-Revenue.pdf\\\">Complete Care at Ocean Grove 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:48:43','2026-01-22 20:48:43','56094e59-d987-47eb-8b07-5436e5d2ed83'),
(16131,16131,1,'Non Discrimination Notice Shorrock',NULL,NULL,NULL,1,'2026-01-22 20:49:36','2026-01-22 20:49:36','a0bc949c-9e46-4eb0-9ef5-5bb2e399c79c'),
(16133,16133,1,'Complete Care at Shorrock 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 20:50:33','2026-01-22 20:50:33','b16d069a-2bbe-4dcc-a689-1bfbd41fb2ca'),
(16134,16134,1,'Shorrock MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:50:34','2026-01-22 20:50:34','c6d280c8-4fea-4cce-925e-2c9ed3845621'),
(16135,16135,1,'Complete Care at Shorrock 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:50:34','2026-01-22 20:50:34','290f31a9-3f94-4906-a9b1-1c5c10f34ecb'),
(16136,16136,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16131]}',1,'2026-01-22 20:51:35','2026-01-22 20:51:35','1f6e0de3-8702-420d-985d-a4abff86f718'),
(16137,16137,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Shorrock-2024-NJ-Financials.pdf\\\">Complete Care at Shorrock 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Shorrock-MCR-CR-2024.pdf\\\">Shorrock MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Shorrock-2024-Revenues.pdf\\\">Complete Care at Shorrock 2024 Revenues</a> </li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:51:35','2026-01-22 20:51:35','3b40f097-82cb-4cff-86b0-fa3574048e18'),
(16138,16138,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W95NZRD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W95NZRD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:51:35','2026-01-22 20:51:35','49a4b358-4af4-4927-9b02-b174c2284277'),
(16139,16139,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16131]}',1,'2026-01-22 20:51:35','2026-01-22 20:51:35','11367e20-74fd-4aac-972b-72a43e9a65c0'),
(16140,16140,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Shorrock-2024-NJ-Financials.pdf\\\">Complete Care at Shorrock 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Shorrock-MCR-CR-2024.pdf\\\">Shorrock MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Shorrock-2024-Revenues.pdf\\\">Complete Care at Shorrock 2024 Revenues</a> </li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:51:36','2026-01-22 20:51:36','17f9134e-ae9f-4959-91df-619b971d8c1c'),
(16142,16142,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W95NZRD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W95NZRD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:51:57','2026-01-22 20:51:57','98d196e3-abbd-40c1-8257-0b5a4f1a318d'),
(16144,16144,1,'Non Discrimination Notice Shrewsbury',NULL,NULL,NULL,1,'2026-01-22 20:52:41','2026-01-22 20:52:41','690a85db-3627-40af-b4b2-7dacb123ed93'),
(16149,16149,1,'CC at Shrewsbury LLC 2024 Revenue',NULL,NULL,NULL,1,'2026-01-22 20:54:22','2026-01-22 20:54:22','8c3a889f-00a5-499b-9248-e4fcf755d680'),
(16150,16150,1,'Shrewsbury MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:54:23','2026-01-22 20:54:23','d576a457-4bd5-4c8c-8f75-15fb7f0f2691'),
(16151,16151,1,'Complete Care at Shrewsbury LLC 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:54:23','2026-01-22 20:54:23','16ed009c-16d1-4bfd-b73c-14089b175da5'),
(16152,16152,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Shrewsbury-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Shrewsbury 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Shrewsbury-MCR-CR-2024.pdf\\\">Shrewsbury MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Shrewsbury-LLC-2024-Revenue.pdf\\\">Complete Care at Shrewsbury 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:55:07','2026-01-22 20:55:46','37ada02c-769b-45a6-a734-580a1102b735'),
(16153,16153,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:55:07','2026-01-22 20:55:07','6f3a3859-ac54-4f1e-96d2-2047bd58dc52'),
(16154,16154,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Shrewsbury-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Shrewsbury 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Shrewsbury-MCR-CR-2024.pdf\\\">Shrewsbury MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Shrewsbury-LLC-2024-Revenue.pdf\\\">Complete Care at Shrewsbury 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:55:07','2026-01-22 20:55:07','f25d6e5c-4c23-4e7b-a884-efdaae16388f'),
(16157,16157,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:55:47','2026-01-22 20:55:47','b600c3ee-86b5-464f-a0f3-b680261e64b5'),
(16158,16158,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Shrewsbury-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Shrewsbury 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Shrewsbury-MCR-CR-2024.pdf\\\">Shrewsbury MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Shrewsbury-LLC-2024-Revenue.pdf\\\">Complete Care at Shrewsbury 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:55:47','2026-01-22 20:55:47','caaef2e0-4c1e-41c2-ba9b-df19fdc2ed79'),
(16162,16162,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:56:10','2026-01-22 20:56:10','1406dabb-412c-4c18-9735-9ed43205ecb5'),
(16163,16163,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Shrewsbury-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Shrewsbury 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Shrewsbury-MCR-CR-2024.pdf\\\">Shrewsbury MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Shrewsbury-LLC-2024-Revenue.pdf\\\">Complete Care at Shrewsbury 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:56:10','2026-01-22 20:56:10','72e46ad6-e51a-4026-9cb8-82e17ade8ed3'),
(16166,16166,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:56:24','2026-01-22 20:56:24','ed05d561-dfb4-43b7-96a7-b3b95553660b'),
(16167,16167,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Shrewsbury-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Shrewsbury 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Shrewsbury-MCR-CR-2024.pdf\\\">Shrewsbury MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Shrewsbury-LLC-2024-Revenue.pdf\\\">Complete Care at Shrewsbury 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 20:56:24','2026-01-22 20:56:24','fa85de64-991e-4629-8d1c-fb5cd22c89db'),
(16171,16171,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvictoriacommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5JXQBRT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5JXQBRT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:57:14','2026-01-22 20:57:14','1fcd2f5d-d9a6-4bc1-a17f-a864f70db2ab'),
(16172,16172,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6020]}',1,'2026-01-22 20:57:14','2026-01-22 20:57:14','caa431d5-8ad8-480b-a43f-3324097eb962'),
(16174,16174,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvictoriacommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5JXQBRT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5JXQBRT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:57:55','2026-01-22 20:57:55','c42aac03-556f-45ad-90a7-41e78330a1fa'),
(16177,16177,1,'CC at Wall LLC 2024 Revenue',NULL,NULL,NULL,1,'2026-01-22 20:59:25','2026-01-22 20:59:25','b1f1b1b8-7d53-46be-a6c2-d6643b561579'),
(16178,16178,1,'Wall MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 20:59:26','2026-01-22 20:59:26','6c23b3fc-8df0-4463-b5cf-b844f58ff1f7'),
(16179,16179,1,'Complete Care at Wall LLC 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 20:59:26','2026-01-22 20:59:26','a2233fe1-08d1-48cc-b99d-915bd9f51555'),
(16180,16180,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 20:59:54','2026-01-22 20:59:54','06f450a4-dd86-4c82-83e6-a66fba29baa1'),
(16185,16185,1,'CCG 00503a Nondiscrimination Notice Wall',NULL,NULL,NULL,1,'2026-01-22 21:01:28','2026-01-22 21:01:28','7aff4d7a-4366-43f7-9528-98616ab81463'),
(16186,16186,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16185]}',1,'2026-01-22 21:01:34','2026-01-22 21:01:34','bf06c2b8-da4f-483a-bca0-e0e633cdfd0d'),
(16187,16187,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:01:34','2026-01-22 21:01:34','ae8c1680-c65e-452c-8b6d-63a6da0ed8f8'),
(16188,16188,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Wall-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Wall 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Wall-MCR-CR-2024.pdf\\\">Wall MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Wall-LLC-2024-Revenue.pdf\\\">Complete Care at Wall 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:01:34','2026-01-22 21:01:34','da5dbfef-436f-4fe3-93cf-6841997bc0a9'),
(16189,16189,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16185]}',1,'2026-01-22 21:01:34','2026-01-22 21:01:34','4033b820-4860-4fcb-8a29-9883ed4e8531'),
(16191,16191,1,'Voorhees MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 21:02:28','2026-01-22 21:02:28','82cde499-ad4e-4cd7-b2f5-ce78c20f1a6f'),
(16192,16192,1,'Complete Care at Vorhees 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 21:02:28','2026-01-22 21:02:28','0d0eb599-494a-4b2f-bf19-8d0da97137ee'),
(16194,16194,1,'Complete Care at Vorhees 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 21:03:56','2026-01-22 21:03:56','b6790479-6441-4ed5-a87c-b14b96b6c874'),
(16196,16196,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:05:05','2026-01-22 21:05:05','c805b0f9-ed72-4943-a64c-ffaab3771260'),
(16197,16197,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Vorhees-2024-NJ-Financials.pdf\\\">Complete Care at Voorhees 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Voorhees-MCR-CR-2024.pdf\\\">Voorhees MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Vorhees-2024-Revenues.pdf\\\">Complete Care at Voorhees 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:05:05','2026-01-22 21:05:05','e96987da-0171-4049-ad11-9d66a2544dac'),
(16199,16199,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:05:09','2026-01-22 21:05:09','230a0503-736f-4029-93a3-50ec8549c520'),
(16200,16200,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:05:40','2026-01-22 21:05:40','52bd3000-fee4-4012-aaef-b2fc4a92bb1d'),
(16204,16204,1,'CC at Bayshore LLC 2024 Revenue',NULL,NULL,NULL,1,'2026-01-22 21:07:45','2026-01-22 21:07:45','3fa6313e-3c2f-401c-b9d9-b5a40741ab3f'),
(16205,16205,1,'Bayshore MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 21:07:45','2026-01-22 21:07:45','5e421192-4e58-4c9b-9610-3f6e25988909'),
(16206,16206,1,'Complete Care at Bayshore LLC 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 21:07:46','2026-01-22 21:07:46','2ef6f877-c6a8-4f79-b20b-3e2aa60733a6'),
(16207,16207,1,'CCG 00503a Nondiscrimination Notice Bayshore',NULL,NULL,NULL,1,'2026-01-22 21:08:59','2026-01-22 21:08:59','37dc2a31-3ec9-4ff3-a501-c5fbcee4856b'),
(16209,16209,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16207]}',1,'2026-01-22 21:09:04','2026-01-22 21:09:04','36b61387-a996-40cc-898d-e882e6589336'),
(16210,16210,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Bayshore-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Bayshore 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Bayshore-MCR-CR-2024.pdf\\\">Bayshore MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Bayshore-LLC-2024-Revenue.pdf\\\">Complete Care at Bayshore 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:09:04','2026-01-22 21:09:04','9630d0ae-f977-47d2-8e12-ee4f9fefabce'),
(16211,16211,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:09:04','2026-01-22 21:09:04','f953b211-a749-47fd-960a-30aa86f05efd'),
(16212,16212,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16207]}',1,'2026-01-22 21:09:04','2026-01-22 21:09:04','4d9f0357-9f71-41b8-8369-0ed59643857d'),
(16213,16213,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Bayshore-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Bayshore 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Bayshore-MCR-CR-2024.pdf\\\">Bayshore MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Bayshore-LLC-2024-Revenue.pdf\\\">Complete Care at Bayshore 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:09:04','2026-01-22 21:09:04','cc16e3e1-e8c0-4b3d-8d33-a2677d7031be'),
(16216,16216,1,'Non Discrimination Notice Cedar Grove',NULL,NULL,NULL,1,'2026-01-22 21:10:10','2026-01-22 21:10:10','0178116c-eb00-4863-ab26-d0739feb5052'),
(16218,16218,1,'Complete Care at Waterview 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 21:12:45','2026-01-22 21:12:45','0863c8b1-f402-4b42-a791-509f1028b47e'),
(16219,16219,1,'Complete Care at Waterview 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 21:12:46','2026-01-22 21:12:46','650e37b2-03ad-444e-872d-0220be68ed7e'),
(16220,16220,1,'Waterview MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 21:12:47','2026-01-22 21:12:47','e5cc8be3-76f1-483e-a725-a1dfd47b1421'),
(16223,16223,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16216]}',1,'2026-01-22 21:13:31','2026-01-22 21:13:31','a0d48ad9-0592-4906-b471-3f204f19ce2b'),
(16224,16224,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Waterview-2024-NJ-Financials.pdf\\\">Complete Care at Cedar Grove 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Waterview-MCR-CR-2024.pdf\\\">Cedar Grove MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Waterview-2024-Revenues.pdf\\\">Complete Care at Cedar Grove 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:13:31','2026-01-22 21:13:31','53b46f4e-c4a2-4d7a-b681-9af261f09432'),
(16225,16225,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:13:31','2026-01-22 21:13:31','fece2954-2741-4aec-8b2f-8209d5eb67d9'),
(16226,16226,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16216]}',1,'2026-01-22 21:13:31','2026-01-22 21:13:31','3720ff5b-0887-4cb1-b4a2-0a6c37e19d92'),
(16227,16227,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Waterview-2024-NJ-Financials.pdf\\\">Complete Care at Cedar Grove 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Waterview-MCR-CR-2024.pdf\\\">Cedar Grove MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Waterview-2024-Revenues.pdf\\\">Complete Care at Cedar Grove 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:13:31','2026-01-22 21:13:31','83c5814d-b076-4f66-8dea-d96f814db517'),
(16229,16229,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:14:06','2026-01-22 21:14:06','50638ee4-bd3d-4675-b248-d9b91f653dc6'),
(16232,16232,1,'Complete Care at Clark 2024 Revenue',NULL,NULL,NULL,1,'2026-01-22 21:14:55','2026-01-22 21:14:55','ec4a9c2f-de09-4c61-9672-cdf5ded6e722'),
(16233,16233,1,'Clark MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 21:14:55','2026-01-22 21:14:55','2b99e522-ce68-4f4f-93e0-fe9895fed954'),
(16234,16234,1,'Complete Care at Clark 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 21:14:56','2026-01-22 21:14:56','35f236ce-d10e-468f-9fa5-ded665df6751'),
(16235,16235,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Clark-2024-NJ-Financials.pdf\\\">Complete Care at Clark 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Clark-MCR-CR-2024.pdf\\\">Clark MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Clark-2024-Revenue.pdf\\\">Complete Care at Clark 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:15:35','2026-01-22 21:15:35','e9ea640f-0eaf-4e7c-bd85-c62dc52df665'),
(16236,16236,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:15:35','2026-01-22 21:15:35','2f635468-95a7-4a0f-813a-66f465b7e6bd'),
(16237,16237,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Clark-2024-NJ-Financials.pdf\\\">Complete Care at Clark 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Clark-MCR-CR-2024.pdf\\\">Clark MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Clark-2024-Revenue.pdf\\\">Complete Care at Clark 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:15:35','2026-01-22 21:15:35','4856d568-8ee7-4df8-85cf-f11c00b3e2d6'),
(16239,16239,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:16:00','2026-01-22 21:16:00','894de1c8-952e-459c-9ece-f66d6b200972'),
(16242,16242,1,'Green Knoll 2024 Revenue',NULL,NULL,NULL,1,'2026-01-22 21:16:58','2026-01-22 21:16:58','64859f9a-5c0e-4efa-bbd4-2caa8d8e739f'),
(16243,16243,1,'Green Knoll MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 21:16:59','2026-01-22 21:16:59','2e70aa39-8948-4a36-a62a-9d68dbc29fdc'),
(16244,16244,1,'Green Knoll Care 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 21:17:01','2026-01-22 21:17:01','ce86d94c-a5e4-42b4-86dd-838fabb23514'),
(16245,16245,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Green-Knoll-Care-2024-NJ-Financials.pdf\\\">Complete Care at Green Knoll 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Green-Knoll-MCR-CR-2024.pdf\\\">Green Knoll MCR CR 2024</a></li><li><a href=\\\"/files/legal/Green-Knoll-2024-Revenue.pdf\\\">Complete Care at Green Knoll 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:17:37','2026-01-22 21:17:37','3356ada1-5812-4b9a-a873-6c5c413dc73b'),
(16246,16246,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:17:37','2026-01-22 21:17:37','6b386eb2-62c7-4eb6-a9d4-be9725c3058b'),
(16247,16247,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Green-Knoll-Care-2024-NJ-Financials.pdf\\\">Complete Care at Green Knoll 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Green-Knoll-MCR-CR-2024.pdf\\\">Green Knoll MCR CR 2024</a></li><li><a href=\\\"/files/legal/Green-Knoll-2024-Revenue.pdf\\\">Complete Care at Green Knoll 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:17:37','2026-01-22 21:17:37','309c0eb8-6982-4d7d-b109-9d198e50363d'),
(16248,16248,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:18:07','2026-01-22 21:18:07','4932339a-72ae-4c79-93fa-23e8414e5952'),
(16250,16250,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholmdel.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NNPWD4W\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NNPWD4W\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:18:29','2026-01-22 21:18:29','77f80ed7-90c5-450f-ab25-f2059afac10b'),
(16253,16253,1,'Non Discrimination Notice Madison',NULL,NULL,NULL,1,'2026-01-22 21:19:16','2026-01-22 21:19:16','9cbbba8a-d31c-434c-b9fd-fbaecbf26390'),
(16256,16256,1,'Complete Care at Madison 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 21:19:58','2026-01-22 21:19:58','e5ee320f-0f2c-422f-ba67-87f1074aefcd'),
(16257,16257,1,'Complete Care at Madison 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 21:19:59','2026-01-22 21:20:13','e742df6c-aad3-43ed-960e-4e78f057583f'),
(16258,16258,1,'Madison MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 21:20:00','2026-01-22 21:20:00','295ecafa-3ca6-4a30-b642-19f24a42d37d'),
(16259,16259,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16253]}',1,'2026-01-22 21:20:48','2026-01-22 21:20:48','689251c5-fe98-4997-bcb3-174b9290c2c2'),
(16260,16260,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Madison-2024-NJ-Finacials.pdf\\\">Complete Care at Madison 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Madison-MCR-CR-2024.pdf\\\">Madison MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Madison-2024-Revenues.pdf\\\">Complete Care at Madison 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:20:48','2026-01-22 21:20:48','7da83771-9c75-422a-9479-7b8e0c1685a8'),
(16261,16261,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:20:48','2026-01-22 21:20:48','8553c939-e984-41c9-9d29-8074d5cf4194'),
(16262,16262,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16253]}',1,'2026-01-22 21:20:48','2026-01-22 21:20:48','da9c40ec-dabf-42c0-b1f5-dfcd9cacfaf5'),
(16263,16263,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Madison-2024-NJ-Finacials.pdf\\\">Complete Care at Madison 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Madison-MCR-CR-2024.pdf\\\">Madison MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Madison-2024-Revenues.pdf\\\">Complete Care at Madison 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:20:48','2026-01-22 21:20:48','711817a3-890f-4a53-9e6e-c0a493eb95f5'),
(16265,16265,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:21:16','2026-01-22 21:21:16','2c3d3978-1d6e-4030-8ba5-6255dc2dcf3f'),
(16268,16268,1,'Complete Care at Mercerville 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 21:21:56','2026-01-22 21:21:56','51592ea3-d180-4e16-b80f-31e0e4aeac00'),
(16269,16269,1,'Complete Care at Mercerville 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 21:21:56','2026-01-22 21:21:56','44997fbc-4dbe-49b6-b1c5-81169f790084'),
(16270,16270,1,'Mercerville MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 21:21:57','2026-01-22 21:21:57','37b3f7e2-040b-4d1a-8878-ac337fe5a66f'),
(16271,16271,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Mercerville-2024-NJ-Financials.pdf\\\">Complete Care at Mercerville 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Mercerville-MCR-CR-2024.pdf\\\">Mercerville MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Mercerville-2024-Revenues.pdf\\\">Complete Care at Mercerville 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:22:35','2026-01-22 21:22:35','80b48d60-3a8d-42cf-b006-7f25b0936e4e'),
(16272,16272,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PPG2D8B\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PPG2D8B\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:22:35','2026-01-22 21:22:35','ace3bf61-0d15-4a74-a779-e3f8cbb16eee'),
(16273,16273,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Mercerville-2024-NJ-Financials.pdf\\\">Complete Care at Mercerville 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Mercerville-MCR-CR-2024.pdf\\\">Mercerville MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Mercerville-2024-Revenues.pdf\\\">Complete Care at Mercerville 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:22:35','2026-01-22 21:22:35','5c6a6ba4-58a0-498f-ad4b-050bac049995'),
(16275,16275,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PPG2D8B\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PPG2D8B\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:23:17','2026-01-22 21:23:17','1094f1b8-efb8-4413-864b-e06d785abc11'),
(16278,16278,1,'Orange Park MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 21:24:58','2026-01-22 21:24:58','97efdcd7-eb5c-429e-8e88-4cdb17744262'),
(16279,16279,1,'Complete Care at East Orange 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 21:24:59','2026-01-22 21:24:59','40e3eeac-38e0-48d4-a249-e9994ec4d763'),
(16280,16280,1,'Complete Care at East Orange 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 21:24:59','2026-01-22 21:24:59','da6a1d09-2cf8-4980-a453-4f1d484abcf2'),
(16281,16281,1,'2026-01-22 16:25:03',NULL,NULL,NULL,1,'2026-01-22 21:25:03','2026-01-22 21:25:03','6214dda3-57a4-49d5-8b87-5c2be1d4f974'),
(16282,16282,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-East-Orange-2024-NJ-Financials.pdf\\\">Complete Care at Orange Park 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Orange-Park-MCR-CR-2024.pdf\\\">Orange Park MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-East-Orange-2024-Revenues.pdf\\\">Complete Care at Orange Park 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:25:58','2026-01-22 21:25:58','7a3f1cd2-2c3b-4360-88aa-654f2b5f0d07'),
(16283,16283,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:25:58','2026-01-22 21:25:58','9b543eed-c35b-4cda-ba03-ebfaf81c1ad4'),
(16284,16284,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-East-Orange-2024-NJ-Financials.pdf\\\">Complete Care at Orange Park 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Orange-Park-MCR-CR-2024.pdf\\\">Orange Park MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-East-Orange-2024-Revenues.pdf\\\">Complete Care at Orange Park 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:25:58','2026-01-22 21:25:58','32b98b4a-af1a-4c44-b8f6-ded18e17058f'),
(16287,16287,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:26:23','2026-01-22 21:26:23','83cd03d5-6f7e-41a8-ade9-ddd539dea626'),
(16290,16290,1,'CCG 00503a Nondiscrimination Notice Park Place',NULL,NULL,NULL,1,'2026-01-22 21:27:24','2026-01-22 21:27:24','3fe7c078-3250-4887-809d-9b164426e5b1'),
(16292,16292,1,'Complete Care at Park Place 2024 Revenues',NULL,NULL,NULL,1,'2026-01-22 21:28:05','2026-01-22 21:28:05','4fbf8388-25c4-48da-a640-d0d2ab6d865d'),
(16293,16293,1,'Complete Care at Park Place 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 21:28:05','2026-01-22 21:28:05','223e8a18-77bf-4f07-a577-e6af271275a5'),
(16294,16294,1,'Park Place MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 21:28:06','2026-01-22 21:28:06','ce98cfa1-0c85-4bec-8bf4-cadc32dfbba8'),
(16296,16296,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16290]}',1,'2026-01-22 21:28:41','2026-01-22 21:28:41','1df5bf3c-f348-44b2-b484-1fef97110a72'),
(16297,16297,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Park-Place-2024-NJ-Financials.pdf\\\">Complete Care at Park Place 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Park-Place-MCR-CR-2024.pdf\\\">Park Place MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Park-Place-2024-Revenues.pdf\\\">Complete Care at Park Place 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:28:41','2026-01-22 21:28:41','ebd92d19-8b0d-42d4-b988-12038d8283e1'),
(16298,16298,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccparkplace.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5MDJ53H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5MDJ53H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:28:41','2026-01-22 21:28:41','f98ac07d-40c6-42b1-8152-5be8bdb06ef7'),
(16299,16299,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16290]}',1,'2026-01-22 21:28:41','2026-01-22 21:28:41','83f4c498-c4af-434c-b94a-5de98fae6096'),
(16300,16300,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Park-Place-2024-NJ-Financials.pdf\\\">Complete Care at Park Place 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Park-Place-MCR-CR-2024.pdf\\\">Park Place MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Park-Place-2024-Revenues.pdf\\\">Complete Care at Park Place 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:28:41','2026-01-22 21:28:41','6a47d021-aa6b-4649-b66d-1dda4488d817'),
(16302,16302,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccparkplace.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5MDJ53H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5MDJ53H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:28:56','2026-01-22 21:28:56','baae89e8-f6a4-42a0-a287-e9aa54b1f6dc'),
(16305,16305,1,'CCG 00503a Nondiscrimination Notice Plainfield',NULL,NULL,NULL,1,'2026-01-22 21:29:51','2026-01-22 21:29:51','839a74a5-428e-4a34-ac1d-94b7d35eddc0'),
(16307,16307,1,'CC at Plainfield LLC 2024 Revenue',NULL,NULL,NULL,1,'2026-01-22 21:30:29','2026-01-22 21:30:29','25679573-1ff5-4528-be4e-46ef92a143b0'),
(16308,16308,1,'Plainfield MCR CR 2024',NULL,NULL,NULL,1,'2026-01-22 21:30:30','2026-01-22 21:30:30','b11d3347-b7e4-42b5-9816-15071e710a1f'),
(16309,16309,1,'Complete Care at Plainfield LLC 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-22 21:30:30','2026-01-22 21:30:30','a464aa76-f5c0-4d43-a7b5-3ef28dcca505'),
(16310,16310,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16305]}',1,'2026-01-22 21:31:13','2026-01-22 21:31:13','c9f1fbc6-9b51-4d13-93b3-12423f7d84f4'),
(16311,16311,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Plainfield-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Plainfield 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Plainfield-MCR-CR-2024.pdf\\\">Plainfield MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Plainfield-LLC-2024-Revenue.pdf\\\">Complete Care at Plainfield 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:31:13','2026-01-22 21:31:13','9e90fd4f-e550-4e0c-9b21-499107e38d6e'),
(16312,16312,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12408],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccplainfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWZGD4N\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWZGD4N\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-22 21:31:13','2026-01-22 21:31:13','a4dedf2b-8d97-424e-89ea-fe56ed77a9bf'),
(16313,16313,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16305]}',1,'2026-01-22 21:31:13','2026-01-22 21:31:13','3e3d7bf9-a5db-4006-8312-e93c2a3e2e4a'),
(16314,16314,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Plainfield-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Plainfield 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Plainfield-MCR-CR-2024.pdf\\\">Plainfield MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Plainfield-LLC-2024-Revenue.pdf\\\">Complete Care at Plainfield 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-22 21:31:13','2026-01-22 21:31:13','6810d238-03f3-41da-8e52-1508cb9dc01c'),
(16328,16328,1,'2026-01-22 18:39:28',NULL,NULL,NULL,1,'2026-01-22 23:39:28','2026-01-22 23:39:28','c854140e-7a37-4124-a648-f22374408ac5'),
(16346,16346,1,'2026-01-22 18:59:56',NULL,NULL,NULL,1,'2026-01-22 23:59:56','2026-01-22 23:59:56','1138c17d-ed27-449b-86d8-48c556d8d77d'),
(16359,16359,1,'2026-01-22 19:12:49',NULL,NULL,NULL,1,'2026-01-23 00:12:49','2026-01-23 00:12:49','a6b3147e-eccf-4049-94cd-ee6f4bf008d6'),
(16360,16360,1,'Resume Heaven Barlow',NULL,NULL,NULL,1,'2026-01-23 00:12:49','2026-01-23 00:12:49','5aca75ff-3072-4848-8cd2-6eabf7ff7a2e'),
(16400,16400,1,'2026-01-22 19:54:08',NULL,NULL,NULL,1,'2026-01-23 00:54:08','2026-01-23 00:54:08','e6912c87-7e6d-49a7-a5bc-c7560fc122d2'),
(16401,16401,1,'Ashley F Resume',NULL,NULL,NULL,1,'2026-01-23 00:54:08','2026-01-23 00:54:08','d3babb18-3d31-45b0-aac6-ce22032174d8'),
(16418,16418,1,'2026-01-22 20:21:59',NULL,NULL,NULL,1,'2026-01-23 01:21:59','2026-01-23 01:21:59','0a46a27a-f793-4697-a89b-5e8eac8c7be1'),
(16420,16420,1,'2026-01-22 20:25:44',NULL,NULL,NULL,1,'2026-01-23 01:25:44','2026-01-23 01:25:44','3df68382-acb4-4781-9aad-a89ba3a172ee'),
(16421,16421,1,'2026-01-22 20:33:34',NULL,NULL,NULL,1,'2026-01-23 01:33:34','2026-01-23 01:33:34','a45e8067-bf6f-489e-a97e-1e9a56af3067'),
(16426,16426,1,'2026-01-22 20:54:53',NULL,NULL,NULL,1,'2026-01-23 01:54:53','2026-01-23 01:54:53','fba197a5-ff7d-4502-b4de-30fdd6e76db4'),
(16427,16427,1,'Resume2026',NULL,NULL,NULL,1,'2026-01-23 01:54:53','2026-01-23 01:54:53','34f6cf80-cf51-4ec9-bda8-e891b5f5de39'),
(16430,16430,1,'2026-01-22 21:06:34',NULL,NULL,NULL,1,'2026-01-23 02:06:34','2026-01-23 02:06:34','255111e6-c183-4522-88a2-4c84d915cd0c'),
(16551,16551,1,'2026-01-23 02:39:15',NULL,NULL,NULL,1,'2026-01-23 07:39:15','2026-01-23 07:39:15','2d11bc44-ac78-4e3c-9656-1046e3cf53c0'),
(16600,16600,1,'2026-01-23 04:11:25',NULL,NULL,NULL,1,'2026-01-23 09:11:25','2026-01-23 09:11:25','e8335cea-ca42-4bea-9314-13038947f35a'),
(16675,16675,1,'2026-01-23 06:40:34',NULL,NULL,NULL,1,'2026-01-23 11:40:34','2026-01-23 11:40:34','1bc946ec-3ce5-4098-9960-50781985804e'),
(16676,16676,1,'Resume',NULL,NULL,NULL,1,'2026-01-23 11:40:34','2026-01-23 11:40:34','dbaf5b36-4e66-4c38-af38-4b3eb5168293'),
(16783,16783,1,'2026-01-23 09:58:05',NULL,NULL,NULL,1,'2026-01-23 14:58:05','2026-01-23 14:58:05','f0636b10-2e49-47f0-a877-057527cf4e64'),
(16785,16785,1,'2026-01-23 10:07:58',NULL,NULL,NULL,1,'2026-01-23 15:07:58','2026-01-23 15:07:58','2acb1fd6-ba56-4aa6-8ca7-7df1cd0acdbb'),
(16786,16786,1,'2026-01-23 10:12:27',NULL,NULL,NULL,1,'2026-01-23 15:12:27','2026-01-23 15:12:27','a40eecbc-e3f0-4d36-944a-c6aa64a4e0d2'),
(16787,16787,1,'2026-01-23 10:15:30',NULL,NULL,NULL,1,'2026-01-23 15:15:30','2026-01-23 15:15:30','01e2bc54-4bc6-4a91-898b-520eb6599bd6'),
(16792,16792,1,'2026-01-23 10:36:06',NULL,NULL,NULL,1,'2026-01-23 15:36:06','2026-01-23 15:36:06','4ef5a07e-8e93-487d-84ec-4ba438c76745'),
(16795,16795,1,'2026-01-23 11:16:56',NULL,NULL,NULL,1,'2026-01-23 16:16:56','2026-01-23 16:16:56','81ae0461-4d3c-4dfa-a36d-a8f0a6eb8763'),
(16796,16796,1,'Resume pdf',NULL,NULL,NULL,1,'2026-01-23 16:16:56','2026-01-23 16:16:56','e4216d34-458c-4fa7-9eb7-b259c4f1b590'),
(16798,16798,1,'2026-01-23 11:31:06',NULL,NULL,NULL,1,'2026-01-23 16:31:06','2026-01-23 16:31:06','616cd4f8-fda0-47e4-a265-b8c310b235e3'),
(16799,16799,1,'Aneesha Decorah Resume',NULL,NULL,NULL,1,'2026-01-23 16:31:06','2026-01-23 16:31:06','6927e8a7-20fb-490e-bea5-35f072070f22'),
(16807,16807,1,'2026-01-23 11:56:55',NULL,NULL,NULL,1,'2026-01-23 16:56:55','2026-01-23 16:56:55','19943166-6cd0-4685-9818-dd824dc46eaa'),
(16810,16810,1,'2026-01-23 12:17:20',NULL,NULL,NULL,1,'2026-01-23 17:17:20','2026-01-23 17:17:20','82700a2b-4b1b-434d-8e3e-fcdce9831f20'),
(16812,16812,1,'2026-01-23 12:19:29',NULL,NULL,NULL,1,'2026-01-23 17:19:29','2026-01-23 17:19:29','f5f03077-82b7-476d-a8b7-16cbd50f315c'),
(16828,16828,1,'2026-01-23 12:45:52',NULL,NULL,NULL,1,'2026-01-23 17:45:52','2026-01-23 17:45:52','06e46754-cfea-4867-a423-13a6b63aba30'),
(16829,16829,1,'1 DF60 A82 D0 FA 40 EF A3 FE DAD9 E2 CCB638 3',NULL,NULL,NULL,1,'2026-01-23 17:45:52','2026-01-23 17:45:52','9368f6b5-c086-42c9-af62-bab97095adca'),
(16882,16882,1,'2026-01-23 13:33:43',NULL,NULL,NULL,1,'2026-01-23 18:33:43','2026-01-23 18:33:43','761b52ea-f88f-4b51-a731-a25fc2687d35'),
(16883,16883,1,'Honeika Brodbury',NULL,NULL,NULL,1,'2026-01-23 18:33:43','2026-01-23 18:33:43','9f0cb9f3-e292-4859-b929-52fd1d38f0a4'),
(16886,16886,1,'2026-01-23 13:44:25',NULL,NULL,NULL,1,'2026-01-23 18:44:25','2026-01-23 18:44:25','14c7b19d-8b71-4fa0-96aa-c5e9808ce4a9'),
(16887,16887,1,'Resume 1769193221363',NULL,NULL,NULL,1,'2026-01-23 18:44:25','2026-01-23 18:44:25','af084365-5ada-45df-a39e-dfc2c37c9e05'),
(16905,16905,1,'Complete Care at Barn Hill 2024 Revenue',NULL,NULL,NULL,1,'2026-01-23 19:11:29','2026-01-23 19:11:29','5562650b-92ed-46ca-a715-61fe3b284ed5'),
(16906,16906,1,'Barn Hill MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 19:11:30','2026-01-23 19:11:30','fe445332-7848-4b17-bbed-811274ef5d74'),
(16907,16907,1,'Complete Care at Barn Hill 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 19:11:30','2026-01-23 19:11:30','bca8a3e2-087a-464b-8fae-86a9b6735c66'),
(16908,16908,1,'2026-01-23 14:11:51',NULL,NULL,NULL,1,'2026-01-23 19:11:51','2026-01-23 19:11:51','0da1cdcb-7b65-449d-a379-3ea392757ec2'),
(16909,16909,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:13:17','2026-01-23 19:13:17','6b2b7fa2-9a62-4515-b464-a8dbef4c535a'),
(16910,16910,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Barn-Hill-2024-NJ-Financials.pdf\\\">Complete Care at Barn Hill 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Barn-Hill-MCR-CR-2024.pdf\\\">Barn Hill MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Barn-Hill-2024-Revenue.pdf\\\">Complete Care at Barn Hill 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 19:13:17','2026-01-23 19:13:17','5c0e7588-82d3-417f-a6c1-3ce57fcf0bbd'),
(16916,16916,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:15:05','2026-01-23 19:15:05','f96721a9-6d96-4d55-a48e-3f24d7e6019f'),
(16917,16917,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[4951]}',1,'2026-01-23 19:15:05','2026-01-23 19:15:05','0af0a0fd-c639-46c0-9c81-e6843e739f70'),
(16919,16919,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:16:00','2026-01-23 19:16:00','e1cb87d8-a506-4e02-b100-fdbea735033d'),
(16921,16921,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:16:23','2026-01-23 19:16:23','f6136af5-6327-4374-8a94-701a3e9a066d'),
(16924,16924,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:17:41','2026-01-23 19:17:41','621eff57-8fdc-4128-8e28-fe3abf74d404'),
(16926,16926,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:18:39','2026-01-23 19:18:39','e73b3431-9bb3-4261-98c3-f0d99c01fa51'),
(16929,16929,1,'Complete Care at Brakeley Park 2024 Revenues',NULL,NULL,NULL,1,'2026-01-23 19:19:49','2026-01-23 19:19:49','32b5c6c4-1a82-4192-8aa6-971df14a715b'),
(16930,16930,1,'Complete Care at Brakeley Park 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 19:19:50','2026-01-23 19:19:50','51455f43-9392-403a-9175-bc08edaa7969'),
(16931,16931,1,'Brakeley MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 19:19:51','2026-01-23 19:19:51','979d0308-f253-4d93-920a-acc6035c3c8a'),
(16932,16932,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Brakeley-Park-2024-NJ-Financials.pdf\\\">Complete Care at Brakeley 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Brakeley-MCR-CR-2024.pdf\\\">Brakeley MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Brakeley-Park-2024-Revenues.pdf\\\">Complete Care at Brakeley 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 19:21:28','2026-01-23 19:29:52','5dfbbc36-a2f8-433a-9c03-8cd6018e9749'),
(16933,16933,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:21:28','2026-01-23 19:21:28','49fe2b31-ec4a-4ea0-a64e-506d19ae67a4'),
(16934,16934,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Brakeley-Park-2024-NJ-Financials.pdf\\\">Complete Care at Brakeley 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Brakeley-MCR-CR-2024.pdf\\\">Brakeley MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Brakeley-Park-2024-Revenues.pdf\\\">Complete Care at Brakeley 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 19:21:28','2026-01-23 19:21:28','64408bef-f0b0-4af3-b6a2-e84278c12007'),
(16936,16936,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:22:19','2026-01-23 19:22:19','b65dce75-f654-47be-915c-e580c24bf41f'),
(16938,16938,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:22:25','2026-01-23 19:22:25','495b118b-2e33-4844-9e9d-dc67697659a4'),
(16944,16944,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:29:52','2026-01-23 19:29:52','9dfbc98c-6f03-437a-b3c8-7c8a8520c05b'),
(16945,16945,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Brakeley-Park-2024-NJ-Financials.pdf\\\">Complete Care at Brakeley 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Brakeley-MCR-CR-2024.pdf\\\">Brakeley MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Brakeley-Park-2024-Revenues.pdf\\\">Complete Care at Brakeley 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 19:29:52','2026-01-23 19:29:52','9681dab4-5ebe-4bbe-a08c-7efeeb86123e'),
(16947,16947,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:31:19','2026-01-23 19:31:19','cffcc015-a613-408a-8345-c771dd2ce952'),
(16950,16950,1,'Chestnut Hill MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 19:32:57','2026-01-23 19:32:57','28056820-e2c1-4383-942c-87ba0148bed9'),
(16951,16951,1,'Complete Care at Chestnut Hill 2024 Revenues',NULL,NULL,NULL,1,'2026-01-23 19:32:57','2026-01-23 19:32:57','85188b01-8a8c-4aaf-a053-4e27f543aa63'),
(16952,16952,1,'Complete Care at Chestnut Hill 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 19:32:58','2026-01-23 19:32:58','49023485-5dc5-414f-8fe6-b5ca2b904a86'),
(16955,16955,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Chestnut-Hill-2024-NJ-Financials.pdf\\\">Complete Care at Chestnut Hill 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Chestnut-Hill-MCR-CR-2024.pdf\\\">Chestnut Hill MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Chestnut-Hill-2024-Revenues.pdf\\\">Complete Care at Chestnut Hill 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 19:39:58','2026-01-23 19:39:58','f52dfa85-dd8b-427b-8c7f-e2e1e51597be'),
(16956,16956,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Info@ccchestnuthill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PFW86XW\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PFW86XW\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:39:58','2026-01-23 19:39:58','0db75f86-dd97-41e7-83bf-63cf01c7e6ea'),
(16957,16957,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Chestnut-Hill-2024-NJ-Financials.pdf\\\">Complete Care at Chestnut Hill 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Chestnut-Hill-MCR-CR-2024.pdf\\\">Chestnut Hill MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Chestnut-Hill-2024-Revenues.pdf\\\">Complete Care at Chestnut Hill 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 19:39:58','2026-01-23 19:39:58','a8d88019-53ab-468b-933a-a35d4c317c5e'),
(16959,16959,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Info@ccchestnuthill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PFW86XW\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PFW86XW\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:40:37','2026-01-23 19:40:37','f60bf069-0bae-483a-a1a1-a48ea36fdb05'),
(16960,16960,1,'2026-01-23 14:40:55',NULL,NULL,NULL,1,'2026-01-23 19:40:55','2026-01-23 19:40:55','40ed16ab-3c8b-4f19-97f4-a9c86e073b95'),
(16962,16962,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Info@ccchestnuthill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PFW86XW\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PFW86XW\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:42:38','2026-01-23 19:42:38','ade1c522-3131-444e-b7bb-9611410ac729'),
(16965,16965,1,'Nondiscrimination Notice Chestnut Res',NULL,NULL,NULL,1,'2026-01-23 19:44:04','2026-01-23 19:44:04','54eeb783-c84e-42ef-9ce7-a17e134e3d8b'),
(16966,16966,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16965]}',1,'2026-01-23 19:44:09','2026-01-23 19:44:09','51067b5b-587a-4ce7-95b9-5e5201fa86f1'),
(16967,16967,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:44:09','2026-01-23 19:44:09','20153634-60aa-4d16-84b9-53134edc3d45'),
(16968,16968,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[16965]}',1,'2026-01-23 19:44:09','2026-01-23 19:44:09','6150d208-3e21-4b2e-a79e-ec1dfaa0cd56'),
(16971,16971,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:44:24','2026-01-23 19:44:24','09b359eb-e956-4ad2-8167-ada15f2144e4'),
(16972,16972,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Chestnut Hill is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Chestnut Hill are provided solely by Complete Care at Chestnut Hill.</p>\"}',1,'2026-01-23 19:44:24','2026-01-23 19:44:24','17160137-ce8d-4ef3-b77c-75d838d82e46'),
(16974,16974,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:45:17','2026-01-23 19:45:17','cf9fe7f5-4c0a-4acd-bf23-461e07b41ab2'),
(16975,16975,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Christian Home is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Christian Home are provided solely by Complete Care at Christian Home.</p>\"}',1,'2026-01-23 19:45:17','2026-01-23 19:45:17','34530c42-39ea-4bab-8ca8-f5a469051480'),
(16977,16977,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:45:54','2026-01-23 19:45:54','1c4d4627-9503-47ce-94b2-4a4ae24116fb'),
(16980,16980,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NSKPFW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NSKPFW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:46:45','2026-01-23 19:46:45','9d1cf66a-21cd-424e-847a-5348a2c862ad'),
(16981,16981,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12275],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccdawnview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N8J9X585\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N8J9X585\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:48:29','2026-01-23 19:48:29','e124e85d-7ea3-4859-a52a-e48d55160fba'),
(17002,17002,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MNH7WFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MNH7WFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:54:22','2026-01-23 19:54:22','27c4390f-ee26-4044-903b-106d3d00fcff'),
(17003,17003,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5785]}',1,'2026-01-23 19:54:22','2026-01-23 19:54:22','175bac98-99d5-4cdc-8c55-12033672c1a9'),
(17004,17004,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/COMPLETE-CARE-AT-PASSAIC-LLC-2024-NJ-AUDIT.pdf\\\">Complete Care at Fair Lawn Edge 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/PI315331.24A1.pdf\\\">Fair Lawn Edge MCR CR 2024</a></li><li><a href=\\\"/files/legal/COMPLETE-CARE-AT-PASSAIC-LLC-2024-STATEMENT-OF-REVENUES.pdf\\\">Complete Care at Fair Lawn Edge 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 19:54:22','2026-01-23 19:54:22','7e2dfc78-703f-4fad-a1c1-cd8dce069b65'),
(17006,17006,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MNH7WFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MNH7WFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:55:10','2026-01-23 19:55:10','cab6762d-ec9d-4450-adb1-a6a52f395d33'),
(17008,17008,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MNH7WFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MNH7WFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:55:42','2026-01-23 19:55:42','00beb97b-666d-42b1-9b6e-787346dc5e57'),
(17013,17013,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfoxhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TCS9ZGX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TCS9ZGX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:57:14','2026-01-23 19:57:14','fdcd0270-2ddd-4435-95e8-385860c91535'),
(17014,17014,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5791]}',1,'2026-01-23 19:57:14','2026-01-23 19:57:14','41e96bf0-1a0f-45a3-b912-0b46ee30f276'),
(17016,17016,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfoxhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TCS9ZGX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TCS9ZGX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:57:34','2026-01-23 19:57:34','6a2a3981-abc3-443d-96fd-d4ccb4d3325a'),
(17019,17019,1,'CCG 00503a Nondiscrimination Notice Germantown',NULL,NULL,NULL,1,'2026-01-23 19:59:37','2026-01-23 19:59:37','5ed490f8-2458-4e63-bc29-9f8511e718d2'),
(17020,17020,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17019]}',1,'2026-01-23 19:59:40','2026-01-23 19:59:40','757d021d-52b1-429c-896e-af83a82fd047'),
(17021,17021,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:59:40','2026-01-23 19:59:40','03a1a898-43bf-4058-a555-5e39a391c6b9'),
(17022,17022,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17019]}',1,'2026-01-23 19:59:40','2026-01-23 19:59:40','d2f0b80b-aa5d-4a3c-b68d-ea37c2969cef'),
(17024,17024,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 19:59:54','2026-01-23 19:59:54','abfa6d21-f7b8-4aca-a1d1-719dbe7aae28'),
(17027,17027,1,'CCG 00503a Nondiscrimination Notice Glendale',NULL,NULL,NULL,1,'2026-01-23 20:00:53','2026-01-23 20:00:53','0a813653-0709-42c8-bcb5-cba794f35055'),
(17029,17029,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17027]}',1,'2026-01-23 20:01:05','2026-01-23 20:01:05','cae15e18-ae07-45f9-86a0-c9f55e44e147'),
(17030,17030,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareglendale.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WSTSDZT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WSTSDZT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:01:05','2026-01-23 20:01:05','e83ced7b-5493-40d1-b9bf-228ccb3a9118'),
(17031,17031,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Glendale is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Glendale are provided solely by Complete Care at Glendale.</p>\"}',1,'2026-01-23 20:01:05','2026-01-23 20:01:05','a0f50dbf-1e0c-454d-9ed2-869a69739eba'),
(17032,17032,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17027]}',1,'2026-01-23 20:01:05','2026-01-23 20:01:05','12b6bd74-3524-4a60-a02f-86e55e68872d'),
(17037,17037,1,'CCG 00503a Nondiscrimination Notice Glendale West',NULL,NULL,NULL,1,'2026-01-23 20:01:55','2026-01-23 20:01:55','b4b4f3c6-4f2c-495a-bbb3-a6499870f7b4'),
(17040,17040,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17037]}',1,'2026-01-23 20:01:59','2026-01-23 20:01:59','c25af38c-eab0-4202-b317-d0826b9e9467'),
(17041,17041,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:01:59','2026-01-23 20:01:59','6cd68018-bb98-4313-9dfa-f04d79bd2763'),
(17042,17042,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17037]}',1,'2026-01-23 20:01:59','2026-01-23 20:01:59','c09d7a2f-fd6e-4194-9159-f4cce142f7b8'),
(17044,17044,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:02:06','2026-01-23 20:02:06','1d06bcd8-5832-4e40-91d3-cd37563ed032'),
(17047,17047,1,'CCG 00503a Nondiscrimination Notice Grande Prairie',NULL,NULL,NULL,1,'2026-01-23 20:03:09','2026-01-23 20:03:09','2d386157-8d90-435e-9bd7-b12043cd2e58'),
(17048,17048,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17047]}',1,'2026-01-23 20:03:15','2026-01-23 20:03:15','7d107b05-7c6b-468b-ba21-7b381858af4d'),
(17049,17049,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NHVQC4L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NHVQC4L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:03:15','2026-01-23 20:03:15','9c69a504-79d6-43da-b0f8-440942590281'),
(17050,17050,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17047]}',1,'2026-01-23 20:03:15','2026-01-23 20:03:15','99dba5d3-eacf-4d69-bc74-c774ef705446'),
(17051,17051,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KC877J8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KC877J8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:03:58','2026-01-23 20:03:58','8381f0e1-e912-4847-bc78-bbf90b4af5da'),
(17054,17054,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Groton Regency is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Groton Regency are provided solely by Complete Care at Groton Regency.</p>\"}',1,'2026-01-23 20:04:26','2026-01-23 20:04:26','12b933f6-8777-4d47-8c47-6001c0a7fce1'),
(17055,17055,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3ZKW39Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3ZKW39Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:04:26','2026-01-23 20:04:26','f0db6268-edf4-46cf-a4be-529201655769'),
(17056,17056,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Groton Regency is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Groton Regency are provided solely by Complete Care at Groton Regency.</p>\"}',1,'2026-01-23 20:04:26','2026-01-23 20:04:26','5b51e028-f80e-4b6e-8752-911e4aa5e62f'),
(17057,17057,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6840],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3ZKW39Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3ZKW39Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:04:36','2026-01-23 20:04:36','22818592-9dd3-4ce5-9d85-4f53507bca24'),
(17059,17059,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T4WH9SR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T4WH9SR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:05:37','2026-01-23 20:05:37','24a5a419-952e-4c54-b870-c4233c28315e'),
(17063,17063,1,'CCG 00503a Nondiscrimination Notice Hales Corners',NULL,NULL,NULL,1,'2026-01-23 20:07:10','2026-01-23 20:07:10','2398212e-381b-4484-921e-3da0ae244b30'),
(17064,17064,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Hales Corners is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Hales Corners are provided solely by Complete Care at Hales Corners.</p>\"}',1,'2026-01-23 20:07:13','2026-01-23 20:07:13','151fd00d-5183-4164-ae03-ce40196fc74c'),
(17065,17065,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17063]}',1,'2026-01-23 20:07:13','2026-01-23 20:07:13','29e5e555-cab2-466f-9b3f-95ba43a77b54'),
(17066,17066,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:07:13','2026-01-23 20:07:13','bf7e0c09-a3f1-4069-940c-390b6687ecad'),
(17067,17067,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Hales Corners is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Hales Corners are provided solely by Complete Care at Hales Corners.</p>\"}',1,'2026-01-23 20:07:13','2026-01-23 20:07:13','f291982b-0a2e-435d-9360-70651fcbd49d'),
(17068,17068,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17063]}',1,'2026-01-23 20:07:13','2026-01-23 20:07:13','4a0ee447-c039-43b2-909d-c488846b2dc2'),
(17070,17070,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:07:27','2026-01-23 20:07:27','cf97e115-898e-491c-aa72-1f3cf12cf275'),
(17073,17073,1,'Hamilton MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 20:08:54','2026-01-23 20:08:54','02d30f78-0c15-4f7e-9faf-94ab9c1b910c'),
(17074,17074,1,'Complete Care at Hamilton 2024 Revenues',NULL,NULL,NULL,1,'2026-01-23 20:08:55','2026-01-23 20:08:55','1161313d-2cd6-453b-b0ed-47db735457bd'),
(17075,17075,1,'Complete Care at Hamilton 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 20:08:56','2026-01-23 20:08:56','00592975-4c7d-4a9a-9759-a04d00e0091e'),
(17076,17076,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Hamilton-2024-NJ-Financials.pdf\\\">Complete Care at Hamilton Plaza 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Hamilton-MCR-CR-2024.pdf\\\">Hamilton Plaza MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Hamilton-2024-Revenues.pdf\\\">Complete Care at Hamilton Plaza 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:09:32','2026-01-23 20:09:32','c7394250-b1d3-489b-9c6e-bba62260074c'),
(17077,17077,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:09:32','2026-01-23 20:09:32','acb55679-210f-49ec-a415-af4181dcf2b7'),
(17078,17078,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Hamilton-2024-NJ-Financials.pdf\\\">Complete Care at Hamilton Plaza 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Hamilton-MCR-CR-2024.pdf\\\">Hamilton Plaza MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Hamilton-2024-Revenues.pdf\\\">Complete Care at Hamilton Plaza 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:09:32','2026-01-23 20:09:32','5a91995c-7d88-4954-b5b8-3a5f142f275e'),
(17080,17080,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:10:11','2026-01-23 20:10:11','9019c7d3-5bf1-49b6-94af-7b51c60517a2'),
(17083,17083,1,'Complete Care at Harborage 2024 Revenue',NULL,NULL,NULL,1,'2026-01-23 20:11:35','2026-01-23 20:11:35','06d429e5-1a0c-4246-8626-936c895a78d6'),
(17084,17084,1,'Harborage MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 20:11:38','2026-01-23 20:11:38','3b71df66-d18e-4761-a97e-766076a5995d'),
(17085,17085,1,'Complete Care at Harborage 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 20:11:39','2026-01-23 20:11:39','532bf5c1-30ae-4c46-a8f6-7349c5b43091'),
(17086,17086,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Harborage-2024-NJ-Financials.pdf\\\">Complete Care at Harborage 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Harborage-MCR-CR-2024.pdf\\\">Harborage MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Harborage-2024-Revenue.pdf\\\">Complete Care at Harborage 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:12:14','2026-01-23 20:12:14','98113e42-2829-4885-bac0-a65aa3349185'),
(17087,17087,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10149],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccharborage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PZ43554\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PZ43554\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:12:14','2026-01-23 20:12:14','4b995cfa-0dde-42a4-92f2-7619663a44cb'),
(17088,17088,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Harborage-2024-NJ-Financials.pdf\\\">Complete Care at Harborage 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Harborage-MCR-CR-2024.pdf\\\">Harborage MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Harborage-2024-Revenue.pdf\\\">Complete Care at Harborage 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:12:14','2026-01-23 20:12:14','ad004ad1-fa92-45a2-a004-8b3fc1282f64'),
(17092,17092,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10149],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccharborage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PZ43554\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PZ43554\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:13:01','2026-01-23 20:13:01','d628423b-a430-4495-8805-43ab84eff67d'),
(17093,17093,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5833]}',1,'2026-01-23 20:13:01','2026-01-23 20:13:01','06be3fdc-9a26-4030-af72-a95c69e2a516'),
(17095,17095,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10149],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccharborage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PZ43554\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PZ43554\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:13:04','2026-01-23 20:13:04','71f9c04f-a873-4bf6-9859-5f901aaef110'),
(17098,17098,1,'CCG 00503a Nondiscrimination Notice Harrington Court',NULL,NULL,NULL,1,'2026-01-23 20:14:08','2026-01-23 20:14:08','3e616f40-4c7f-4340-afa7-e74a415021ab'),
(17099,17099,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17098]}',1,'2026-01-23 20:14:13','2026-01-23 20:14:13','997bb527-54d4-498c-91e6-8fb9e4c1de96'),
(17100,17100,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10158],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T32PWBD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T32PWBD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:14:13','2026-01-23 20:14:13','eaa127a6-f0d5-45e9-8c3d-8528f2e03440'),
(17101,17101,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17098]}',1,'2026-01-23 20:14:13','2026-01-23 20:14:13','f498a6c6-0f62-4d0a-bbeb-d7734539b6b6'),
(17103,17103,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10158],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T32PWBD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T32PWBD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:14:19','2026-01-23 20:14:19','8bb54355-d85e-4d7e-acd4-215894c5f83e'),
(17108,17108,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6899],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:16:07','2026-01-23 20:16:07','35be06d6-aa0b-4b06-8e15-b90bf5f07501'),
(17109,17109,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5839]}',1,'2026-01-23 20:16:07','2026-01-23 20:16:07','1635d045-0c62-4a97-9f20-45f3717c1a7c'),
(17111,17111,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12281],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareheritage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRDHM57\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRDHM57\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:16:42','2026-01-23 20:16:42','22053349-1d34-4545-bc8f-8f247cba795c'),
(17113,17113,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:17:16','2026-01-23 20:17:16','8d900055-5962-4594-bda2-9296d0fbda26'),
(17117,17117,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:18:24','2026-01-23 20:18:24','8c688ffe-e152-4cc3-bbce-4d90c38c3520'),
(17118,17118,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5869]}',1,'2026-01-23 20:18:24','2026-01-23 20:18:24','88036252-87e4-4f88-ac11-384a380ba62d'),
(17120,17120,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:18:28','2026-01-23 20:18:28','c97d1c35-ba95-4d97-801c-fb94e0ec80bb'),
(17123,17123,1,'CCG 00503a Nondiscrimination Notice Inglemoor',NULL,NULL,NULL,1,'2026-01-23 20:19:19','2026-01-23 20:19:19','5dc3b010-88c0-462e-80a0-f6bf6f88872b'),
(17125,17125,1,'Complete Care at Inglemoor 2024 Revenues',NULL,NULL,NULL,1,'2026-01-23 20:19:58','2026-01-23 20:19:58','69be7180-0afb-43e1-9527-7a5496799fde'),
(17126,17126,1,'Complete Care at Inglemoor 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 20:19:58','2026-01-23 20:19:58','602f2854-85b9-4ec1-8d56-42eddd2b1a57'),
(17127,17127,1,'Inglemoor MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 20:19:59','2026-01-23 20:19:59','90214695-9447-4ddd-886e-6ff83976b797'),
(17128,17128,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17123]}',1,'2026-01-23 20:20:47','2026-01-23 20:20:47','d4ea7b63-9a2f-4710-b4c2-dbdf5b91b190'),
(17129,17129,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Inglemoor-2024-NJ-Financials.pdf\\\">Complete Care at Inglemoor 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Inglemoor-MCR-CR-2024.pdf\\\">Inglemoor MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Inglemoor-2024-Revenues.pdf\\\">Complete Care at Inglemoor 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:20:47','2026-01-23 20:20:47','09762c38-5abd-4ccd-8e65-0127810dc303'),
(17130,17130,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccinglemoor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TKB4RWC\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TKB4RWC\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:20:47','2026-01-23 20:20:47','1fbf7d34-dee0-4db8-8685-459e0ccdd767'),
(17131,17131,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17123]}',1,'2026-01-23 20:20:47','2026-01-23 20:20:47','b8597355-42fc-490b-98a5-56e6089f7b4d'),
(17132,17132,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Inglemoor-2024-NJ-Financials.pdf\\\">Complete Care at Inglemoor 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Inglemoor-MCR-CR-2024.pdf\\\">Inglemoor MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Inglemoor-2024-Revenues.pdf\\\">Complete Care at Inglemoor 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:20:47','2026-01-23 20:20:47','ec560649-4fea-488d-9bc0-c9e941fc71f1'),
(17135,17135,1,'CCG 00503a Nondiscrimination Notice Jefferson',NULL,NULL,NULL,1,'2026-01-23 20:21:45','2026-01-23 20:21:45','cdb867d1-de29-44e3-8ae2-aa0994a2b34f'),
(17137,17137,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17135]}',1,'2026-01-23 20:21:56','2026-01-23 20:21:56','4ec84efd-ef5c-4496-9f88-7a5599135e74'),
(17138,17138,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12362],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:21:56','2026-01-23 20:21:56','c7798963-564e-4615-bdd4-6a0152e24cd8'),
(17139,17139,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Jefferson Meadows is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Jefferson Meadows are provided solely by Complete Care at Jefferson Meadows.</p>\"}',1,'2026-01-23 20:21:56','2026-01-23 20:21:56','6a1a8d46-daa0-415b-a901-5bbc81b65a6d'),
(17140,17140,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17135]}',1,'2026-01-23 20:21:56','2026-01-23 20:21:56','7072e7b8-39b1-436b-9f46-d4c49a15f6a0'),
(17144,17144,1,'CCG 00503a Nondiscrimination Notice Kensington',NULL,NULL,NULL,1,'2026-01-23 20:22:49','2026-01-23 20:22:49','c76ace68-2b54-48e7-9614-cb70ecf259fb'),
(17145,17145,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17144]}',1,'2026-01-23 20:22:57','2026-01-23 20:22:57','32cfc1d3-68d8-4a8d-b70c-a9911c1b9960'),
(17146,17146,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:22:57','2026-01-23 20:22:57','29525d95-bb32-4d13-ab0f-f3fc7961d9af'),
(17147,17147,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17144]}',1,'2026-01-23 20:22:57','2026-01-23 20:22:57','95b283b6-4026-45af-8320-1237c05002fa'),
(17150,17150,1,'CCG 00503a Nondiscrimination Notice KHN',NULL,NULL,NULL,1,'2026-01-23 20:23:52','2026-01-23 20:23:52','f23836ec-fdf1-451e-bddf-567789b2d640'),
(17151,17151,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17150]}',1,'2026-01-23 20:23:59','2026-01-23 20:23:59','02de0362-dc72-4a64-a762-017aad2ffdbb'),
(17152,17152,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:23:59','2026-01-23 20:23:59','c4d3257f-f4bb-4959-8fd8-c0024c3aa1a8'),
(17153,17153,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17150]}',1,'2026-01-23 20:23:59','2026-01-23 20:23:59','4d3e61c1-29eb-47c0-8156-2cb8181c8dfd'),
(17155,17155,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10164],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:24:26','2026-01-23 20:24:26','f0e952b3-328e-4054-aee0-94cac2f9d1ea'),
(17158,17158,1,'CCG 00503a Nondiscrimination Notice La Plata',NULL,NULL,NULL,1,'2026-01-23 20:25:27','2026-01-23 20:25:27','45e24498-574b-4ec2-8ea8-b0ce3b9bc86d'),
(17160,17160,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17158]}',1,'2026-01-23 20:25:37','2026-01-23 20:25:37','21e32269-bfce-4ccc-99ca-78909c72a403'),
(17161,17161,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaplata.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WGBQRVM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WGBQRVM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:25:37','2026-01-23 20:25:37','79361514-91a9-4e5b-9344-9c6f453f6714'),
(17162,17162,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at La Plata is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at La Plata are provided solely by Complete Care at La Plata.</p>\"}',1,'2026-01-23 20:25:37','2026-01-23 20:25:37','a85b1aad-f1e5-4d65-8a77-0357681655f8'),
(17163,17163,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17158]}',1,'2026-01-23 20:25:37','2026-01-23 20:25:37','fd3a69f3-53f0-403f-95b7-92c53d77713a'),
(17166,17166,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6904],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cclehigh.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TMQS766\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TMQS766\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:26:20','2026-01-23 20:26:20','3640dbc9-8aca-4a60-bc25-c54222b516cf'),
(17167,17167,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Lehigh is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Lehigh are provided solely by Complete Care at Lehigh.</p>\"}',1,'2026-01-23 20:26:20','2026-01-23 20:26:20','b16bca7b-31a4-4dd8-9ab1-e978c1f238d6'),
(17170,17170,1,'CCG 00503a Nondiscrimination Notice Manitowoc',NULL,NULL,NULL,1,'2026-01-23 20:27:21','2026-01-23 20:27:21','d9911a4c-3c19-464f-9a1c-09a8be469f42'),
(17172,17172,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17170]}',1,'2026-01-23 20:27:30','2026-01-23 20:27:30','e9f8ebbc-d693-4252-83db-c57698c9cb07'),
(17173,17173,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:27:30','2026-01-23 20:27:30','6cd22ae8-610e-49f8-96c8-5afad2f6f987'),
(17174,17174,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Manitowoc is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Manitowoc are provided solely by Complete Care at Manitowoc.</p>\"}',1,'2026-01-23 20:27:30','2026-01-23 20:27:30','4f19e5df-ab10-4310-9b77-2ba8143ae9fd'),
(17175,17175,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17170]}',1,'2026-01-23 20:27:30','2026-01-23 20:27:30','0c5af550-e98a-43a7-aa49-2f44078cd39e'),
(17179,17179,1,'CCG 00503a Nondiscrimination Notice Maple Grove',NULL,NULL,NULL,1,'2026-01-23 20:29:13','2026-01-23 20:29:13','a7f2dc27-eb13-40a1-87cb-a8b43dab9541'),
(17180,17180,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Maple Grove is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Maple Grove are provided solely by Complete Care at Maple Grove.</p>\"}',1,'2026-01-23 20:29:17','2026-01-23 20:29:17','fb9072d1-702d-4c69-8dfc-7dc97881efcf'),
(17181,17181,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17179]}',1,'2026-01-23 20:29:17','2026-01-23 20:29:17','aa6281c3-2227-4013-a039-6f94e041e203'),
(17182,17182,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmaplegrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmaplegrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N9LCW5T5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N9LCW5T5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:29:17','2026-01-23 20:29:17','b57b0ea1-2254-4629-8a85-70d576d54ff8'),
(17183,17183,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Maple Grove is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Maple Grove are provided solely by Complete Care at Maple Grove.</p>\"}',1,'2026-01-23 20:29:17','2026-01-23 20:29:17','920a093c-3e89-4418-ac5e-bd857b60ed96'),
(17184,17184,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17179]}',1,'2026-01-23 20:29:17','2026-01-23 20:29:17','b3c8b04c-6ef3-40c4-99cf-5813c374da58'),
(17186,17186,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stmaryscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmaplegrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmaplegrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N9LCW5T5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N9LCW5T5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:29:38','2026-01-23 20:29:38','1bb7436e-f066-4f85-9939-2b7aa23b14ec'),
(17187,17187,1,'2026-01-23 15:29:44',NULL,NULL,NULL,1,'2026-01-23 20:29:44','2026-01-23 20:29:44','744dbc96-d4ef-449b-a879-111a8140a8e5'),
(17188,17188,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6569],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15380],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M9N5T2ZR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M9N5T2ZR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:30:09','2026-01-23 20:30:09','f2770043-9b04-4e60-ad9a-0b833af3f9bb'),
(17192,17192,1,'CCG 00503a Nondiscrimination Notice Meriden',NULL,NULL,NULL,1,'2026-01-23 20:31:02','2026-01-23 20:31:02','0f8b1a40-45b9-4aca-a4e0-d5ee67558218'),
(17194,17194,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17192]}',1,'2026-01-23 20:31:10','2026-01-23 20:31:10','b98a9c54-2ceb-4fe9-9c6e-c8246be4f922'),
(17195,17195,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12467],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmeriden.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KZNV5KD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KZNV5KD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:31:10','2026-01-23 20:31:10','a91ffaca-ac59-4609-b2cf-517101536882'),
(17196,17196,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at Meriden is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Meriden are provided solely by Complete Care at Meriden.</p>\"}',1,'2026-01-23 20:31:10','2026-01-23 20:31:10','f0850b41-9f26-4152-b842-c197f9d8995b'),
(17197,17197,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17192]}',1,'2026-01-23 20:31:10','2026-01-23 20:31:10','a208b411-f28c-48f4-8de7-155e35004539'),
(17201,17201,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6846],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:32:25','2026-01-23 20:32:25','0b44dc1a-5602-4419-9d99-7b925ead4634'),
(17202,17202,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5911]}',1,'2026-01-23 20:32:25','2026-01-23 20:32:25','8242cbb8-6763-41ad-82c0-17be4ca18da8'),
(17205,17205,1,'Complete Care at Milford Manor 2024 Revenues',NULL,NULL,NULL,1,'2026-01-23 20:33:22','2026-01-23 20:33:22','6bd6d12e-a643-4691-8599-528826b3b3b6'),
(17206,17206,1,'Milford MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 20:33:23','2026-01-23 20:33:23','91895093-0f6e-4a48-bb1a-3ec1062b393c'),
(17207,17207,1,'Complete Care at Milford Manor 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 20:33:23','2026-01-23 20:33:23','6b115be5-217f-4683-a338-db3998adf25a'),
(17209,17209,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Milford-Manor-2024-NJ-Financials.pdf\\\">Complete Care at Milford Manor 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Milford-MCR-CR-2024.pdf\\\">Milford Manor MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Milford-Manor-2024-Revenues.pdf\\\">Complete Care at Milford Manor 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:33:57','2026-01-23 20:33:57','2b3b9cca-55cf-4469-8ca1-ba85ff81f8ce'),
(17210,17210,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmilfordmanor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NFSFSBG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NFSFSBG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:33:57','2026-01-23 20:33:57','0a45515e-dff1-46e6-b004-c48d3aa1fbdb'),
(17211,17211,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Milford-Manor-2024-NJ-Financials.pdf\\\">Complete Care at Milford Manor 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Milford-MCR-CR-2024.pdf\\\">Milford Manor MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Milford-Manor-2024-Revenues.pdf\\\">Complete Care at Milford Manor 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:33:57','2026-01-23 20:33:57','b913194b-ec68-492f-93e4-4c3d060006ce'),
(17215,17215,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6907],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmilfordmanor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NFSFSBG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NFSFSBG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:34:59','2026-01-23 20:34:59','ea031cfb-1a7a-4ee1-aa4d-e88d7905e17c'),
(17216,17216,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5917]}',1,'2026-01-23 20:34:59','2026-01-23 20:34:59','f22f5452-caa2-41dc-835e-bc4f9916baa2'),
(17220,17220,1,'CCG 00503a Nondiscrimination Notice Phillipsburg',NULL,NULL,NULL,1,'2026-01-23 20:36:04','2026-01-23 20:36:04','2ca736e0-4a46-48a2-ad1c-66e5b484932e'),
(17222,17222,1,'Complete Care at Phillipsburg 2024 Revenues',NULL,NULL,NULL,1,'2026-01-23 20:36:41','2026-01-23 20:36:41','11f2db99-7a6d-4e8c-bd4f-2f00917dfc2e'),
(17223,17223,1,'Complete Care at Phillipsburg 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 20:36:42','2026-01-23 20:36:42','9c40c2c0-9b71-400c-bd6d-0c3944fcaacb'),
(17224,17224,1,'Phillipsburg MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 20:36:42','2026-01-23 20:36:42','caa30747-855c-4258-8d4e-e6c12adb107a'),
(17225,17225,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17220]}',1,'2026-01-23 20:37:14','2026-01-23 20:37:14','50dc72c1-c93d-4f54-bb4f-24ad1a9b2a37'),
(17226,17226,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Phillipsburg-2024-NJ-Financials.pdf\\\">Complete Care at Phillipsburg 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Phillipsburg-MCR-CR-2024.pdf\\\">Phillipsburg MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Phillipsburg-2024-Revenues.pdf\\\">Complete Care at Phillipsburg 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:37:14','2026-01-23 20:37:14','5ed09b5f-b077-426b-b648-b787fcc9c538'),
(17227,17227,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6911],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccphillipsburg.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP7HKLN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP7HKLN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:37:14','2026-01-23 20:37:14','7f598113-5645-4fb4-8934-d9d6b522cb5b'),
(17228,17228,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17220]}',1,'2026-01-23 20:37:14','2026-01-23 20:37:14','0abd8326-10f5-445b-99c0-13f5b5b2fe2d'),
(17229,17229,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Phillipsburg-2024-NJ-Financials.pdf\\\">Complete Care at Phillipsburg 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Phillipsburg-MCR-CR-2024.pdf\\\">Phillipsburg MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Phillipsburg-2024-Revenues.pdf\\\">Complete Care at Phillipsburg 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:37:14','2026-01-23 20:37:14','dd82beab-fc2f-4110-b124-22a7e5845427'),
(17231,17231,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:37:37','2026-01-23 20:37:37','e51f414f-f169-4d1a-b20e-dccf756e7020'),
(17232,17232,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12408],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccplainfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWZGD4N\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWZGD4N\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:38:39','2026-01-23 20:38:39','e1e75387-f618-4c91-999f-f282c31ccad9'),
(17235,17235,1,'Complete Care at Lakeview 2024 NJ Financial Statements',NULL,NULL,NULL,1,'2026-01-23 20:40:14','2026-01-23 20:40:14','ce0ce991-1e75-4149-a825-8fb741281c05'),
(17236,17236,1,'Complete Care at Lakeview 2024 Revenue Schedule',NULL,NULL,NULL,1,'2026-01-23 20:40:18','2026-01-23 20:40:18','fefa2c76-d6dd-4a5e-ba80-8981c581919a'),
(17237,17237,1,'Lakeview MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 20:40:42','2026-01-23 20:40:42','391dd043-d19a-4a15-9050-7e990f35fd14'),
(17238,17238,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Prospect-Heights-2024-NJ-Financials.pdf\\\">Complete Care at Prospect Heights 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Prospect-Heights-MCR-CR-2024.pdf\\\">Prospect Heights MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Prospect-Heights-2024-Revenues.pdf\\\">Complete Care at Prospect Heights 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:40:45','2026-01-23 20:47:35','61ebf041-10e0-4aec-932f-a4f8003dfb06'),
(17239,17239,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:40:45','2026-01-23 20:40:45','0b45f6cb-8127-4d54-b23e-667cc2f4ed4a'),
(17240,17240,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-NJ-Financials.pdf\\\">Complete Care at Prospect Heights 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Arbors-MCR-CR-2024.pdf\\\">Prospect Heights MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-Revenues.pdf\\\">Complete Care at Prospect Heights 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:40:45','2026-01-23 20:40:45','a0866c6b-8115-4e90-8638-7a5bc26d1dea'),
(17243,17243,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[],\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Regent-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Regent 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Regent-MCR-CR-2024.pdf\\\">Regent MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Regent-LLC-2024-Revenue.pdf\\\">Complete Care at Regent 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:41:14','2026-01-23 20:45:41','d4762957-a7c0-4c43-9c91-8e1a0bfcb779'),
(17244,17244,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccregent.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7WWWFT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7WWWFT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:41:14','2026-01-23 20:41:14','6b6cc443-262d-4d79-b722-ce3c12774be6'),
(17245,17245,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-NJ-Financials.pdf\\\">Complete Care at Arbors 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Arbors-MCR-CR-2024.pdf\\\">Arbors MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-Revenues.pdf\\\">Complete Care at Arbors 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:41:14','2026-01-23 20:41:14','4b99b8a6-49a4-4be0-a26b-7d9d596630fa'),
(17248,17248,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:42:01','2026-01-23 20:42:01','2fc66dd3-d944-45c7-8595-978c872d0376'),
(17249,17249,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Lakeview-2024-NJ-Financial-Statements.pdf\\\">Complete Care at Prospect Heights 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Lakeview-MCR-CR-2024.pdf\\\">Prospect Heights MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Lakeview-2024-Revenue-Schedule.pdf\\\">Complete Care at Prospect Heights 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:42:01','2026-01-23 20:42:01','09d02026-7d48-4cdc-85a8-4cb7cbb2bc13'),
(17251,17251,1,'CC at Regent LLC 2024 Revenue',NULL,NULL,NULL,1,'2026-01-23 20:42:16','2026-01-23 20:42:16','30005bc6-fb14-485a-bcec-765ddc27b28b'),
(17252,17252,1,'Regent MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 20:42:17','2026-01-23 20:42:17','cd1281e2-a895-4e8b-ac79-090cb73c88ad'),
(17253,17253,1,'Complete Care at Regent LLC 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 20:42:17','2026-01-23 20:42:17','9696c323-f1ea-45f3-be62-ace6630fea5a'),
(17255,17255,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:43:32','2026-01-23 20:43:32','414935c6-6faf-47c7-89e1-8aaf2ecfc5fe'),
(17256,17256,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true}',1,'2026-01-23 20:43:32','2026-01-23 20:43:32','2e3fcee1-b109-4cd8-8f43-88211d025cd8'),
(17259,17259,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Lakeview-2024-NJ-Financial-Statements.pdf\\\">Complete Care at Wayne Hills 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Lakeview-MCR-CR-2024.pdf\\\">Wayne Hills MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Lakeview-2024-Revenue-Schedule.pdf\\\">Complete Care at Wayne Hills 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:44:09','2026-01-23 20:44:09','345a1111-7f5b-4291-89a4-ec599a1e425f'),
(17260,17260,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:44:09','2026-01-23 20:44:09','ce87c5b3-e116-4635-8119-88f3864c62d2'),
(17261,17261,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Lakeview-2024-NJ-Financial-Statements.pdf\\\">Complete Care at Wayne Hills 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Lakeview-MCR-CR-2024.pdf\\\">Wayne Hills MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Lakeview-2024-Revenue-Schedule.pdf\\\">Complete Care at Wayne Hills 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:44:09','2026-01-23 20:44:09','8e9ee7ad-a593-4202-b9d4-2f39b6eef3cf'),
(17265,17265,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:44:52','2026-01-23 20:44:52','1a9ea01f-6138-4c6d-91ee-f5d4d3371e86'),
(17266,17266,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6033]}',1,'2026-01-23 20:44:52','2026-01-23 20:44:52','0d77caf8-05f8-4405-bd5e-2ece27ee0591'),
(17269,17269,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccregent.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7WWWFT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7WWWFT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:45:41','2026-01-23 20:45:41','020188a3-5c78-4586-981d-d8ec8b0924f4'),
(17270,17270,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Regent-LLC-2024-NJ-Financials.pdf\\\">Complete Care at Regent 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Regent-MCR-CR-2024.pdf\\\">Regent MCR CR 2024</a></li><li><a href=\\\"/files/legal/CC-at-Regent-LLC-2024-Revenue.pdf\\\">Complete Care at Regent 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:45:41','2026-01-23 20:45:41','ee9c8cf6-7e7b-4ce2-940a-5da09a26fbc6'),
(17272,17272,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccregent.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7WWWFT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7WWWFT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:46:00','2026-01-23 20:46:00','6ca08f15-b5fd-4020-af33-d0266ff406b0'),
(17273,17273,1,'Prospect Heights MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 20:46:38','2026-01-23 20:46:38','b5c08754-2004-4189-9fa9-55d20ed29f3c'),
(17274,17274,1,'Complete Care at Prospect Heights 2024 Revenues',NULL,NULL,NULL,1,'2026-01-23 20:46:39','2026-01-23 20:46:39','cb460b5c-18b9-4313-9557-10735a1c9841'),
(17275,17275,1,'Complete Care at Prospect Heights 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 20:46:39','2026-01-23 20:46:39','0c194eec-d1e0-4b89-80ca-e81e27de4315'),
(17278,17278,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:47:35','2026-01-23 20:47:35','8f972bcf-5c10-4a56-99d4-23e9382bde93'),
(17279,17279,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Prospect-Heights-2024-NJ-Financials.pdf\\\">Complete Care at Prospect Heights 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Prospect-Heights-MCR-CR-2024.pdf\\\">Prospect Heights MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Prospect-Heights-2024-Revenues.pdf\\\">Complete Care at Prospect Heights 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:47:35','2026-01-23 20:47:35','198ba6c4-a680-4025-a839-50c9e7ce8375'),
(17281,17281,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:48:08','2026-01-23 20:48:08','1ac4b263-d10d-44a8-b83c-76ca1864808a'),
(17286,17286,1,'St Vincents MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 20:50:05','2026-01-23 20:50:05','83414f90-7f0d-4800-bd0e-40d9d9f0d9ec'),
(17287,17287,1,'Complete Care at St Vincents 2024 Revenue Schedule',NULL,NULL,NULL,1,'2026-01-23 20:50:05','2026-01-23 20:50:05','06b02d9f-334f-4128-bcc4-13f2e980c1ba'),
(17288,17288,1,'Complete Care at St Vincents 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 20:50:06','2026-01-23 20:50:06','cc37a39a-61ae-41df-87ff-8e26742a869e'),
(17289,17289,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 20:50:44','2026-01-23 20:50:44','7123cf43-b4d1-4e5f-8f7c-21b41e70db63'),
(17290,17290,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6000]}',1,'2026-01-23 20:50:44','2026-01-23 20:50:44','a547a86a-f3cc-4d18-b135-e57a15c414be'),
(17291,17291,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-St-Vincents-2024-NJ-Financials.pdf\\\">Complete Care at St. Vincent\'s 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/St.-Vincents-MCR-CR-2024.pdf\\\">St. Vincent\'s MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-St-Vincents-2024-Revenue-Schedule.pdf\\\">Complete Care at St. Vincent\'s 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 20:50:44','2026-01-23 20:50:44','9e308b0d-fdfe-4824-9d22-4b45e25775ea'),
(17294,17294,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:15:44','2026-01-23 21:15:44','47ded989-02b7-498c-8a78-650359174553'),
(17295,17295,1,'2026-01-23 16:15:57',NULL,NULL,NULL,1,'2026-01-23 21:15:57','2026-01-23 21:15:57','fea2ee7f-b0a6-4498-a54d-bfcc25f0218b'),
(17298,17298,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:16:51','2026-01-23 21:16:51','cbf7744a-822a-404d-8ec0-59f1f8335108'),
(17301,17301,1,'Nondiscrimination Notice Nazareth',NULL,NULL,NULL,1,'2026-01-23 21:18:07','2026-01-23 21:18:07','f894a732-91a8-4d91-96da-5ef417d125c2'),
(17302,17302,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17301]}',1,'2026-01-23 21:18:13','2026-01-23 21:18:13','227100b0-a7b7-4bc0-af3f-33fb380823e0'),
(17303,17303,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVVTR8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVVTR8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:18:13','2026-01-23 21:18:13','8e89599e-beda-4239-b1ea-94bdeb2c7d3e'),
(17304,17304,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17301]}',1,'2026-01-23 21:18:13','2026-01-23 21:18:13','139913ee-762d-48e4-9710-38d47acacf32'),
(17305,17305,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareoakridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M829X4S\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M829X4S\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:18:47','2026-01-23 21:18:47','627192b3-3326-48f8-8aff-5c69ff3b4ff6'),
(17307,17307,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:19:37','2026-01-23 21:19:37','367df8dc-b012-4c19-a46c-74eafdca04ed'),
(17312,17312,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12306],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsevernapark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6KM65F\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6KM65F\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:30:59','2026-01-23 21:30:59','7f75f647-f39d-474a-8a75-aafe6186d9ae'),
(17313,17313,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5965]}',1,'2026-01-23 21:30:59','2026-01-23 21:30:59','4ea9c256-0068-4dc0-b84d-59548be0aace'),
(17315,17315,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15374],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M7839PNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M7839PNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:31:41','2026-01-23 21:31:41','368c28f5-34ab-49d7-b6cc-96f4e725219b'),
(17320,17320,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsilverlake.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N84HBW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N84HBW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:33:17','2026-01-23 21:33:17','d9aa000a-3516-486c-a7c2-6b856c0a012b'),
(17321,17321,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[5982]}',1,'2026-01-23 21:33:17','2026-01-23 21:33:17','59c0f50e-2ab8-49a9-8ab4-801a557608bc'),
(17323,17323,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsilverlake.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N84HBW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N84HBW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:33:28','2026-01-23 21:33:28','ae4693a7-dafa-47d9-8c4f-68c9fb6d4cf6'),
(17325,17325,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6934],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:34:04','2026-01-23 21:34:04','f2ca0323-e1b8-441e-8389-4257e6401ff3'),
(17327,17327,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccspringbrook.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-K58KBDM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-K58KBDM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:34:53','2026-01-23 21:34:53','3f154c70-96d9-4782-813a-61b9b93e534c'),
(17330,17330,1,'Summit Ridge Care 2024 Revenues',NULL,NULL,NULL,1,'2026-01-23 21:35:43','2026-01-23 21:35:43','e99dee50-a2d9-440b-9ee3-bf5396eaf924'),
(17331,17331,1,'Summit Ridge Care 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 21:35:44','2026-01-23 21:35:44','6a3faf35-ff49-4344-a86c-b3f5bc10c428'),
(17332,17332,1,'Summit Ridge MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 21:35:44','2026-01-23 21:35:44','d33eb84a-0315-466d-bd38-f0fd004ca759'),
(17333,17333,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Summit-Ridge-Care-2024-NJ-Financials.pdf\\\">Complete Care at Summit Ridge 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Summit-Ridge-MCR-CR-2024.pdf\\\">Summit Ridge MCR CR 2024</a></li><li><a href=\\\"/files/legal/Summit-Ridge-Care-2024-Revenues.pdf\\\">Complete Care at Summit Ridge 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 21:37:02','2026-01-23 21:37:02','ab0a60e5-748b-4598-b341-df7e0af624fe'),
(17334,17334,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:37:02','2026-01-23 21:37:02','663a91a3-2299-48dd-875c-5677119d4566'),
(17335,17335,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Summit-Ridge-Care-2024-NJ-Financials.pdf\\\">Complete Care at Summit Ridge 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Summit-Ridge-MCR-CR-2024.pdf\\\">Summit Ridge MCR CR 2024</a></li><li><a href=\\\"/files/legal/Summit-Ridge-Care-2024-Revenues.pdf\\\">Complete Care at Summit Ridge 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 21:37:02','2026-01-23 21:37:02','d90a1b40-f14c-4b24-87a6-7d890aa20f15'),
(17339,17339,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:37:50','2026-01-23 21:37:50','cd240e49-2be1-4d0e-a016-189e65ab59d5'),
(17340,17340,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6006]}',1,'2026-01-23 21:37:50','2026-01-23 21:37:50','939cbe40-73d5-4832-91d7-c630ddae1fc7'),
(17342,17342,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:38:03','2026-01-23 21:38:03','c022ccb6-1294-4c00-871c-25503924a91b'),
(17345,17345,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15384],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NBQ9PT7V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NBQ9PT7V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:38:59','2026-01-23 21:38:59','d64ebb53-51a3-48bf-9550-7717a4d77d1a'),
(17346,17346,1,'Legal Statement','legal-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<p>Complete Care at the Boulevard is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at the Boulevard are provided solely by Complete Care at the Boulevard.</p>\"}',1,'2026-01-23 21:39:00','2026-01-23 21:39:00','135cee12-05a5-4e21-bfb8-0b4118ecdcc0'),
(17350,17350,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15384],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NBQ9PT7V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NBQ9PT7V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:39:45','2026-01-23 21:39:45','b41907e7-86be-4877-a0ff-3c215130dc2b'),
(17351,17351,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6013]}',1,'2026-01-23 21:39:45','2026-01-23 21:39:45','cc348c41-3985-44c3-9c17-b79e110d8b5c'),
(17353,17353,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10167],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15384],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NBQ9PT7V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NBQ9PT7V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:39:55','2026-01-23 21:39:55','5fc41439-67f0-4363-99c9-92e308ce3e88'),
(17356,17356,1,'CCG 00503a Nondiscrimination Notice West Caldwell',NULL,NULL,NULL,1,'2026-01-23 21:40:54','2026-01-23 21:40:54','b9cba413-9f5b-4d84-8ef8-aa3044cfaeee'),
(17358,17358,1,'West Caldwell MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 21:41:36','2026-01-23 21:41:36','fc4683b2-53bf-4cfb-a7f9-005b29c4d183'),
(17359,17359,1,'Complete Care at West Caldwell 2024 Revenues',NULL,NULL,NULL,1,'2026-01-23 21:41:37','2026-01-23 21:41:37','1ae21e31-bbfc-4b7f-a384-9dec9d306110'),
(17360,17360,1,'Complete Care at West Caldwell 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 21:41:37','2026-01-23 21:41:37','721bcfa8-a5ab-4be9-bb08-5677c20d2228'),
(17361,17361,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17356]}',1,'2026-01-23 21:42:23','2026-01-23 21:42:23','dbf692c8-c573-41e1-80ea-f2cceeba1a90'),
(17362,17362,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:42:23','2026-01-23 21:42:23','d6dd3354-527b-4b49-b3bf-7b6182b3acff'),
(17363,17363,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17356]}',1,'2026-01-23 21:42:23','2026-01-23 21:42:23','862756fb-89c8-4659-8fa0-f968ca2fee93'),
(17364,17364,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/West-Caldwell-MCR-CR-2024.pdf\\\">Complete Care at West Caldwell 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Arbors-MCR-CR-2024.pdf\\\">West Caldwell MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-West-Caldwell-2024-Revenues.pdf\\\">Complete Care at West Caldwell 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 21:42:23','2026-01-23 21:42:23','2b87b6d0-81b9-4f68-ad7a-4958ae330a86'),
(17367,17367,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:42:55','2026-01-23 21:42:55','bf689a20-7df2-4cf1-a2fa-8c38d37ef13a'),
(17368,17368,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-West-Caldwell-2024-NJ-Financials.pdf\\\">Complete Care at West Caldwell 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Arbors-MCR-CR-2024.pdf\\\">West Caldwell MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-West-Caldwell-2024-Revenues.pdf\\\">Complete Care at West Caldwell 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 21:42:55','2026-01-23 21:42:55','6507e279-0bdd-435a-be51-1a3614e80d62'),
(17371,17371,1,'Westfield MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 21:43:43','2026-01-23 21:43:43','92674d65-63f6-4116-9931-79a6078d2857'),
(17372,17372,1,'Complete Care at Westfield 2024 Revenues',NULL,NULL,NULL,1,'2026-01-23 21:43:43','2026-01-23 21:43:43','29c7ce0c-dcef-4f34-b599-ea566a97bd29'),
(17373,17373,1,'Complete Care at Westfield 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 21:43:44','2026-01-23 21:43:44','19ecdba0-2f2d-4445-9e56-d928958e2117'),
(17375,17375,1,'CCG 00503a Nondiscrimination Notice Westfield',NULL,NULL,NULL,1,'2026-01-23 21:45:00','2026-01-23 21:45:00','e28282fc-56c3-42e8-83f1-2fb77450e15a'),
(17376,17376,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17375]}',1,'2026-01-23 21:45:08','2026-01-23 21:45:08','f576eec6-fa64-4f00-9227-c4687da26a56'),
(17377,17377,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:45:08','2026-01-23 21:45:08','aa6af388-ec0d-4c42-b9f8-dc9bea13cc72'),
(17378,17378,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[17375]}',1,'2026-01-23 21:45:08','2026-01-23 21:45:08','7c7e6959-1489-4f7b-9876-0628ebb6dce9'),
(17379,17379,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Westfield-2024-NJ-Financials.pdf\\\">Complete Care at Westfield 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Westfield-MCR-CR-2024.pdf\\\">Westfield MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Westfield-2024-Revenues.pdf\\\">Complete Care at Westfield 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 21:45:08','2026-01-23 21:45:08','638a22d6-d030-4fc5-ac48-b14adf8f7e8f'),
(17381,17381,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:45:32','2026-01-23 21:45:32','5bb7e7eb-39a7-40f7-80c5-d53cbd370571'),
(17383,17383,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10432],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwheaton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MLB9LV3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MLB9LV3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:46:03','2026-01-23 21:46:03','ccade783-3bc4-4876-abfb-838c2aa5f4ba'),
(17385,17385,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[12718],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5HTBXHB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5HTBXHB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:46:34','2026-01-23 21:46:34','7a5302ab-3b2e-4585-88a1-f4998bf0c364'),
(17390,17390,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:47:48','2026-01-23 21:47:48','2f1df36e-b3ee-4587-a51a-50784f12d21d'),
(17391,17391,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-NJ-Financials.pdf\\\">Complete Care at Arbors 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Arbors-MCR-CR-2024.pdf\\\">Arbors MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-Revenues.pdf\\\">Complete Care at Arbors 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 21:47:48','2026-01-23 21:47:48','2bd02af1-acd5-40db-a200-a19238c33935'),
(17393,17393,1,'Woodlands MCR CR 2024',NULL,NULL,NULL,1,'2026-01-23 21:48:13','2026-01-23 21:48:13','5e28ce14-9cd9-46b3-8ece-219b926f9783'),
(17394,17394,1,'Complete Care at Woodlands 2024 Revenue Schedule',NULL,NULL,NULL,1,'2026-01-23 21:48:13','2026-01-23 21:48:13','910f0a81-7cb8-4329-9483-0e8c824cc003'),
(17395,17395,1,'Complete Care at Woodlands 2024 NJ Financials',NULL,NULL,NULL,1,'2026-01-23 21:48:14','2026-01-23 21:48:14','b1c0063c-177b-4de2-84b4-73291bfaf9a5'),
(17396,17396,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwoodlands.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N4PZH78\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N4PZH78\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-23 21:48:47','2026-01-23 21:48:47','e3a7a3bf-56ec-4747-8cd1-6b879b1cab4a'),
(17397,17397,1,'Non-Disclosure Statement','non-disclosure-statement',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[4962]}',1,'2026-01-23 21:48:47','2026-01-23 21:48:47','6e268463-b6f5-45ca-aa7b-7d872f20b36a'),
(17398,17398,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Woodlands-2024-NJ-Financials.pdf\\\">Complete Care at Woodlands 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Woodlands-MCR-CR-2024.pdf\\\">Woodlands MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Woodlands-2024-Revenue-Schedule.pdf\\\">Complete Care at Woodlands 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-23 21:48:47','2026-01-23 21:48:47','3414cd43-29a6-49a1-9bc2-4aafde3fb9db'),
(17403,17403,1,'2026-01-23 17:00:32',NULL,NULL,NULL,1,'2026-01-23 22:00:32','2026-01-23 22:00:32','717efa2f-170e-403b-bc61-66620c559ab6'),
(17408,17408,1,'2026-01-23 17:37:02',NULL,NULL,NULL,1,'2026-01-23 22:37:02','2026-01-23 22:37:02','ed177eaa-d722-4d9f-a2c3-49076b4c59df'),
(17410,17410,1,'2026-01-23 17:51:04',NULL,NULL,NULL,1,'2026-01-23 22:51:04','2026-01-23 22:51:04','ae8e85e5-4243-48ca-9ca0-d852b10aa4c7'),
(17415,17415,1,'2026-01-23 18:28:29',NULL,NULL,NULL,1,'2026-01-23 23:28:29','2026-01-23 23:28:29','e2b10c95-e1a9-444f-9af1-cebe8ad2e33a'),
(17421,17421,1,'2026-01-23 19:09:05',NULL,NULL,NULL,1,'2026-01-24 00:09:05','2026-01-24 00:09:05','99d3641a-8205-47b2-aa4e-2c04e610b98d'),
(17423,17423,1,'2026-01-23 19:44:37',NULL,NULL,NULL,1,'2026-01-24 00:44:37','2026-01-24 00:44:37','9958ae7b-e996-4b70-b08d-595b5b1321ce'),
(17434,17434,1,'2026-01-23 21:42:56',NULL,NULL,NULL,1,'2026-01-24 02:42:56','2026-01-24 02:42:56','fee646e5-6def-49f7-adca-13989183d29b'),
(17435,17435,1,'AC 12 25 updated resume',NULL,NULL,NULL,1,'2026-01-24 02:42:56','2026-01-24 02:42:56','220db460-096e-4a27-b71a-b942e074da1d'),
(17437,17437,1,'AC 12 25 updated resume',NULL,NULL,NULL,1,'2026-01-24 02:43:12','2026-01-24 02:43:12','f8b7175d-0d09-4a6c-931b-b64316d84f4d'),
(17439,17439,1,'AC 12 25 updated resume',NULL,NULL,NULL,1,'2026-01-24 02:43:59','2026-01-24 02:43:59','98af5ae3-3789-44eb-b5c1-2a5fee64bf46'),
(17441,17441,1,'AC 12 25 updated resume',NULL,NULL,NULL,1,'2026-01-24 02:44:08','2026-01-24 02:44:08','7be5dfb5-17d5-4792-89cd-59c0311bef6f'),
(17651,17651,1,'2026-01-24 04:29:27',NULL,NULL,NULL,1,'2026-01-24 09:29:27','2026-01-24 09:29:27','fbfc80f7-e7d9-4021-b069-d534ad806792'),
(17654,17654,1,'2026-01-24 04:29:37',NULL,NULL,NULL,1,'2026-01-24 09:29:37','2026-01-24 09:29:37','89a8c21f-faa5-4848-ae83-f26c464dd255'),
(17656,17656,1,'Mary Kochanowski',NULL,NULL,NULL,1,'2026-01-24 09:30:47','2026-01-24 09:30:47','5636dfde-63cb-468a-bf42-ff0dca760fd5'),
(17659,17659,1,'2026-01-24 04:34:01',NULL,NULL,NULL,1,'2026-01-24 09:34:01','2026-01-24 09:34:01','d3c01baf-6218-4603-bcc4-3ad9437b7db0'),
(17753,17753,1,'2026-01-24 07:04:07',NULL,NULL,NULL,1,'2026-01-24 12:04:07','2026-01-24 12:04:07','50163fdc-ff65-44e4-a067-2aab35f09348'),
(17754,17754,1,'Documento A4 curriculum vitae mujer profesional moderno beige',NULL,NULL,NULL,1,'2026-01-24 12:04:07','2026-01-24 12:04:07','2643ce04-61d9-47ee-a5ba-609d4afe54d8'),
(17775,17775,1,'2026-01-24 07:43:43',NULL,NULL,NULL,1,'2026-01-24 12:43:43','2026-01-24 12:43:43','4808faa3-04c8-438a-9387-9321bd7fb27b'),
(17881,17881,1,'2026-01-24 11:53:56',NULL,NULL,NULL,1,'2026-01-24 16:53:55','2026-01-24 16:53:56','3bbb3ffe-f279-4126-a3b8-10c03ebe8cb1'),
(17893,17893,1,'2026-01-24 12:24:49',NULL,NULL,NULL,1,'2026-01-24 17:24:49','2026-01-24 17:24:49','50ef4de7-3f09-4a54-b022-fecd35af8f3e'),
(17900,17900,1,'2026-01-24 12:47:39',NULL,NULL,NULL,1,'2026-01-24 17:47:39','2026-01-24 17:47:39','7064eb42-9fda-47c6-98e8-42487267606b'),
(17910,17910,1,'2026-01-24 13:42:06',NULL,NULL,NULL,1,'2026-01-24 18:42:06','2026-01-24 18:42:06','5d07c0c0-ed84-47e7-8095-37139194fd00'),
(17911,17911,1,'Resume202508240222',NULL,NULL,NULL,1,'2026-01-24 18:42:06','2026-01-24 18:42:06','86473597-99ef-478d-ae19-4b8f1f68adc8'),
(17964,17964,1,'2026-01-24 15:38:48',NULL,NULL,NULL,1,'2026-01-24 20:38:48','2026-01-24 20:38:48','fc7f2943-3339-4255-9bfe-6064f4115847'),
(17965,17965,1,'Mary Kochanowski',NULL,NULL,NULL,1,'2026-01-24 20:38:48','2026-01-24 20:38:48','62a915e0-ff85-421d-9cd1-7e833c1a164e'),
(18045,18045,1,'2026-01-24 20:40:06',NULL,NULL,NULL,1,'2026-01-25 01:40:06','2026-01-25 01:40:06','01baf91f-6752-4651-9912-88cbee8bd38d'),
(18055,18055,1,'2026-01-24 21:06:47',NULL,NULL,NULL,1,'2026-01-25 02:06:46','2026-01-25 02:06:47','c16561c1-19d7-4faf-ac4e-e4244e902c83'),
(18056,18056,1,'2026-01-24 21:13:08',NULL,NULL,NULL,1,'2026-01-25 02:13:08','2026-01-25 02:13:08','4657b4bd-4c84-4804-ac7c-e943b481ab4e'),
(18057,18057,1,'IMG 0171',NULL,NULL,NULL,1,'2026-01-25 02:13:08','2026-01-25 02:13:08','17b5a7ca-1239-4820-beaf-57c5f613f382'),
(18090,18090,1,'2026-01-24 23:43:38',NULL,NULL,NULL,1,'2026-01-25 04:43:38','2026-01-25 04:43:38','122cfd7b-cc96-4ef1-ac74-f897292033b7'),
(18424,18424,1,'2026-01-25 08:26:49',NULL,NULL,NULL,1,'2026-01-25 13:26:49','2026-01-25 13:26:49','ab90c6b0-572b-45ef-935a-2b5ded665a6d'),
(18455,18455,1,'2026-01-25 09:15:52',NULL,NULL,NULL,1,'2026-01-25 14:15:52','2026-01-25 14:15:52','0bbd4d6c-8434-49eb-98a5-ef3dd99fb799'),
(18478,18478,1,'2026-01-25 09:32:04',NULL,NULL,NULL,1,'2026-01-25 14:32:04','2026-01-25 14:32:04','e10e0e8f-6707-420c-8f25-de3c010070d1'),
(18555,18555,1,'2026-01-25 13:35:31',NULL,NULL,NULL,1,'2026-01-25 18:35:31','2026-01-25 18:35:31','87025e26-189c-440d-8703-71694f2eaf97'),
(18556,18556,1,'Resume2tyesha',NULL,NULL,NULL,1,'2026-01-25 18:35:31','2026-01-25 18:35:31','4f97576f-f8c3-40ad-a401-7b7fa904bfae'),
(18558,18558,1,'2026-01-25 13:38:03',NULL,NULL,NULL,1,'2026-01-25 18:38:03','2026-01-25 18:38:03','71ad0252-938c-4402-9594-f5f0742f14d2'),
(18559,18559,1,'Resume2tyesha',NULL,NULL,NULL,1,'2026-01-25 18:38:03','2026-01-25 18:38:03','81b6c391-3c92-4f86-b0e6-2e937eea452c'),
(18566,18566,1,'2026-01-25 13:50:38',NULL,NULL,NULL,1,'2026-01-25 18:50:37','2026-01-25 18:50:38','816671c0-abed-4847-82be-d4bc1879706e'),
(18569,18569,1,'Resume2tyesha',NULL,NULL,NULL,1,'2026-01-25 18:53:05','2026-01-25 18:53:05','19bf8b5f-7b91-4546-bd1c-695a716668de'),
(18594,18594,1,'2026-01-25 17:03:28',NULL,NULL,NULL,1,'2026-01-25 22:03:28','2026-01-25 22:03:29','b2327caf-8476-4b9e-997c-1cf21286c8a2'),
(18595,18595,1,'IMG 2243',NULL,NULL,NULL,1,'2026-01-25 22:03:28','2026-01-25 22:03:28','b36349c9-cabc-4e0b-b162-3413cde0e43d'),
(18601,18601,1,'2026-01-25 17:34:59',NULL,NULL,NULL,1,'2026-01-25 22:34:58','2026-01-25 22:34:59','cd130878-16aa-4f74-8f37-4265d9fbb04d'),
(18602,18602,1,'IMG 5420',NULL,NULL,NULL,1,'2026-01-25 22:34:58','2026-01-25 22:34:58','2f75b887-5870-4576-8d0f-e0d7ccae31c6'),
(18613,18613,1,'2026-01-25 18:47:50',NULL,NULL,NULL,1,'2026-01-25 23:47:50','2026-01-25 23:47:50','3dab6016-2c13-4156-9240-e3ae1cbf9180'),
(18614,18614,1,'Yolanda Tovillo resume 10',NULL,NULL,NULL,1,'2026-01-25 23:47:50','2026-01-25 23:47:50','ed6d91bd-769e-4b58-81e5-1f19b77f7d78'),
(18639,18639,1,'2026-01-25 22:03:19',NULL,NULL,NULL,1,'2026-01-26 03:03:19','2026-01-26 03:03:19','a5b778dd-7a11-441d-b303-af4fea5d9a91'),
(18640,18640,1,'Resume202511031240',NULL,NULL,NULL,1,'2026-01-26 03:03:19','2026-01-26 03:03:19','974048b9-ef78-4dba-83a2-86dade3b2526'),
(18684,18684,1,'2026-01-25 22:40:08',NULL,NULL,NULL,1,'2026-01-26 03:40:08','2026-01-26 03:40:08','8092ddfb-4545-4163-be91-03fc5614273c'),
(18685,18685,1,'Resume Kenya W 2025',NULL,NULL,NULL,1,'2026-01-26 03:40:08','2026-01-26 03:40:08','3dfb99b2-5948-4a23-9719-7b9f261b165d'),
(18686,18686,1,'2026-01-25 22:41:10',NULL,NULL,NULL,1,'2026-01-26 03:41:10','2026-01-26 03:41:10','93a4c236-63cc-42a5-8c34-242381d7209f'),
(18687,18687,1,'Resume2tyesha',NULL,NULL,NULL,1,'2026-01-26 03:41:10','2026-01-26 03:41:10','709d958f-cc4e-474e-8fb0-e24b916e91f1'),
(18783,18783,1,'2026-01-26 03:09:41',NULL,NULL,NULL,1,'2026-01-26 08:09:41','2026-01-26 08:09:41','4adbe7ff-2712-4259-9a6f-78187a9b2902'),
(18826,18826,1,'2026-01-26 05:55:37',NULL,NULL,NULL,1,'2026-01-26 10:55:37','2026-01-26 10:55:37','828a40c1-7e09-4308-ab88-93c4725bd732'),
(18837,18837,1,'2026-01-26 06:05:06',NULL,NULL,NULL,1,'2026-01-26 11:05:06','2026-01-26 11:05:06','96faf235-ea01-4d14-a885-211ddc540bdb'),
(18951,18951,1,'2026-01-26 09:37:25',NULL,NULL,NULL,1,'2026-01-26 14:37:25','2026-01-26 14:37:25','bf000db7-c64e-4dae-b062-b3c32c439f3a'),
(18959,18959,1,'2026-01-26 09:49:05',NULL,NULL,NULL,1,'2026-01-26 14:49:05','2026-01-26 14:49:05','e9ef2653-910d-4c2f-b4fe-bd93ba7d11cd'),
(18960,18960,1,'Indeed Resume',NULL,NULL,NULL,1,'2026-01-26 14:49:05','2026-01-26 14:49:05','5296f058-3bc9-4d86-b06f-b38534004e4d'),
(19008,19008,1,'2026-01-26 11:06:06',NULL,NULL,NULL,1,'2026-01-26 16:06:06','2026-01-26 16:06:06','2884745a-1604-49cc-92e8-4c71bb6deb41'),
(19102,19102,1,'2026-01-26 12:59:41',NULL,NULL,NULL,1,'2026-01-26 17:59:41','2026-01-26 17:59:41','86cc8879-5420-42c3-84d9-c6e25b1a7786'),
(19103,19103,1,'Kentashianna Seawood CNA Resume',NULL,NULL,NULL,1,'2026-01-26 17:59:41','2026-01-26 17:59:41','44845417-83a9-40ac-9b52-7a885fa372fa'),
(19106,19106,1,'2026-01-26 13:20:37',NULL,NULL,NULL,1,'2026-01-26 18:20:37','2026-01-26 18:20:37','64022b32-6b54-4834-a4a1-da0fe329c734'),
(19118,19118,1,'Janine Josephsen Resume 2026',NULL,NULL,NULL,1,'2026-01-26 19:37:54','2026-01-26 19:37:54','686c294c-a328-41dc-a589-86de30a1cddc'),
(19120,19120,1,'Janine Josephsen Resume 2026',NULL,NULL,NULL,1,'2026-01-26 19:38:20','2026-01-26 19:38:20','b08a1405-f543-449d-95ec-7d2006f59ef3'),
(19123,19123,1,'2026-01-26 14:43:11',NULL,NULL,NULL,1,'2026-01-26 19:43:11','2026-01-26 19:43:11','4d826da3-8408-4c44-a096-5d6f7b2e09fe'),
(19124,19124,1,'2026-01-26 14:44:05',NULL,NULL,NULL,1,'2026-01-26 19:44:05','2026-01-26 19:44:05','128974e0-6cc3-425d-bca2-3f357f40b159'),
(19125,19125,1,'Janine Josephsen Resume 2026',NULL,NULL,NULL,1,'2026-01-26 19:44:05','2026-01-26 19:44:05','370539f3-f5fa-45f2-b130-949df01801c7'),
(19140,19140,1,'RN','dietician',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management continuously works to build and support our wonderful team\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-26 20:06:04','2026-01-27 16:27:37','2fca9d81-b3a8-4868-8f3b-86f23e971ca3'),
(19141,19141,1,'Dietary Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This was a great place to work. The days were busy and the work environment was pleasant. I worked with great coworkers that cared about the patients and the facility. The management team also cared about the workers.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-26 20:06:04','2026-01-27 16:27:37','5ce93453-c09c-474e-8cc5-69b601f33b8a'),
(19142,19142,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-26 20:06:04','2026-01-26 20:06:04','500b9098-235b-44d8-bcfd-efc30399ff97'),
(19143,19143,1,'LPN','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There is a positive sense of community with other staff members and residents who live in STC and LTC within our facility. This positive support system is often the motivator we as medical workers rely on to continue to build genuine, long-term connections with residents and their families and form a stronger team environment.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-26 20:06:04','2026-01-26 20:06:04','cdb389d4-7677-48e4-8c2a-ecffb9754a0f'),
(19144,19144,1,'Dietician','dietician',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management supports us in meeting residents’ dietary needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietician\"}',1,'2026-01-26 20:06:04','2026-01-26 20:06:04','e2d85a63-abf5-479b-a64e-3400c7f50e80'),
(19145,19145,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The team values resident engagement and connection.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-26 20:06:04','2026-01-26 20:06:04','569728ea-ebe6-4f04-b02d-9a0c1c3b1e55'),
(19147,19147,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-26 20:08:53','2026-01-26 20:08:53','31880e29-5be6-423d-b661-81d9af77c2fb'),
(19156,19156,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-26 20:32:29','2026-01-26 20:32:29','5a073252-0534-4e9d-86cb-14cfd12148d6'),
(19157,19157,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Annapolis prioritizes both resident care and staff well-being\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-26 20:32:29','2026-01-26 20:32:29','91e222d9-1ed2-41e5-949f-07b31785f4dc'),
(19158,19158,1,'Dietary','dietary',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Annapolis values quality, consistency, and teamwork\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary\"}',1,'2026-01-26 20:32:29','2026-01-26 20:32:29','0a26347c-dba2-4e52-b6b5-ad8f1f058026'),
(19159,19159,1,'Recreation','recreation',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Creativity and compassion are encouraged on our team\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation\"}',1,'2026-01-26 20:32:29','2026-01-26 20:32:29','5b62f329-3404-4773-932e-a84deb9f0309'),
(19164,19164,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-26 20:43:27','2026-01-26 20:43:27','51a985b9-7a58-4dff-b6e9-4107f0c20600'),
(19166,19166,1,'2026-01-26 15:43:46',NULL,NULL,NULL,1,'2026-01-26 20:43:46','2026-01-26 20:43:46','1f6a9cac-64da-4aaa-b7fc-4331be3b19b6'),
(19167,19167,1,'Donna Murry Resume docx',NULL,NULL,NULL,1,'2026-01-26 20:43:46','2026-01-26 20:43:46','781aa131-9824-44c9-b584-16933e7dc18f'),
(19172,19172,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We’re supported, listened to, and encouraged to advocate for our residents every day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','cdd0d7d8-b008-4e02-ad15-c4d24135f803'),
(19173,19173,1,'Activities Director','activities-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’m encouraged to really get to know the residents and design programs that matter to them\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Director\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','a9267ef8-fc0f-43cb-89cf-4ed231b7fd15'),
(19174,19174,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It truly feels like everyone—from administration to caregivers—is working toward the same goal: giving our residents the best care possible.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','b801cf0c-c750-48f6-ab77-c92c990068d5'),
(19175,19175,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What I love most is knowing the meals we prepare actually make a difference in someone’s day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','3d68e7c4-67ba-432f-971d-daa69f983d1a'),
(19176,19176,1,'Housekeeping Aide','housekeeping-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There’s a strong sense of teamwork and respect across every department\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Housekeeping Aide\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','ab4ea26e-a368-4803-b03c-7175f75a2e00'),
(19177,19177,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NSKPFW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NSKPFW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','2c2834d6-de71-4178-b36c-d5c7a725ac9a'),
(19178,19178,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We’re supported, listened to, and encouraged to advocate for our residents every day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','e8e8da43-f5e3-4adf-ad36-47efa3e978ac'),
(19179,19179,1,'Activities Director','activities-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’m encouraged to really get to know the residents and design programs that matter to them\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Director\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','bdcf9bc3-974b-4798-8e64-b35d222ac3d1'),
(19180,19180,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It truly feels like everyone—from administration to caregivers—is working toward the same goal: giving our residents the best care possible.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','2277e802-7dac-4025-9f6f-98f87a9b3f1b'),
(19181,19181,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What I love most is knowing the meals we prepare actually make a difference in someone’s day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','e4df6a8d-e780-4c50-8428-652ad4d5dfcf'),
(19182,19182,1,'Housekeeping Aide','housekeeping-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There’s a strong sense of teamwork and respect across every department\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Housekeeping Aide\"}',1,'2026-01-26 20:48:12','2026-01-26 20:48:12','0069fbbf-4395-4bb3-b820-489c283e2175'),
(19192,19192,1,'2026-01-26 16:34:46',NULL,NULL,NULL,1,'2026-01-26 21:34:46','2026-01-26 21:34:46','820b2a5a-5d32-4f0b-a687-19eaef1b4214'),
(19214,19214,1,'2026-01-26 19:21:12',NULL,NULL,NULL,1,'2026-01-27 00:21:12','2026-01-27 00:21:12','dccd2e82-b14e-42b5-bdbc-9c4c70ef6fac'),
(19429,19429,1,'2026-01-27 09:19:52',NULL,NULL,NULL,1,'2026-01-27 14:19:52','2026-01-27 14:19:52','d80c20d5-28f8-475e-8d5e-f3b5ddd2691e'),
(19430,19430,1,'Resume',NULL,NULL,NULL,1,'2026-01-27 14:19:52','2026-01-27 14:19:52','b6b0c789-b8f6-43f2-ab24-136e0ed7cb61'),
(19431,19431,1,'2026-01-27 09:24:57',NULL,NULL,NULL,1,'2026-01-27 14:24:57','2026-01-27 14:24:57','c4191546-5514-4654-a42c-1724812a9e05'),
(19432,19432,1,'Indeed Resume',NULL,NULL,NULL,1,'2026-01-27 14:24:57','2026-01-27 14:24:57','a2f8941e-6cd0-492f-9e43-f98f72e68a9f'),
(19461,19461,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NSKPFW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NSKPFW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 15:53:55','2026-01-27 15:53:55','2855d67a-ab04-43c4-968d-40040fe98eef'),
(19475,19475,1,'RN','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Facility is clean, well-staffed with CNAs, and an onsite provider Monday through Friday. Wages are far above local competing nursing homes\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 16:06:38','2026-01-27 16:23:15','a3a4de9e-64da-440c-8e67-6c510ec9ee55'),
(19476,19476,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There’s a real culture of respect between nurses, aides, and administration\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:06:38','2026-01-27 16:06:38','2b53120b-c46a-4864-8874-cf0e9622ad44'),
(19477,19477,1,'Activity Aide','activity-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Activities we plan are meaningful for the residents, not just something to fill time\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activity Aide\"}',1,'2026-01-27 16:06:38','2026-01-27 16:06:38','a361c566-2be0-4391-88ce-cabce8d4fe72'),
(19478,19478,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It’s rewarding to hear residents say they enjoy the food every day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 16:06:38','2026-01-27 16:06:38','9a933913-592b-4e3e-ade4-17634364788e'),
(19479,19479,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We work closely with nursing and the kitchen to meet dietary needs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 16:06:38','2026-01-27 16:06:38','e4de5c61-23f9-437a-8484-1d4d811b86ab'),
(19480,19480,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12275],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccdawnview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N8J9X585\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N8J9X585\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 16:06:38','2026-01-27 16:06:38','7503d8fe-316f-4347-b555-9dc7a8a299e6'),
(19481,19481,1,'RN','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents know us by name, and that personal connection means everything\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 16:06:38','2026-01-27 16:06:38','42b28883-7a49-4d95-92d0-93d768d1999d'),
(19482,19482,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There’s a real culture of respect between nurses, aides, and administration\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:06:38','2026-01-27 16:06:38','d0544272-ef72-47c0-b54a-99bcc4dc548c'),
(19483,19483,1,'Activity Aide','activity-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Activities we plan are meaningful for the residents, not just something to fill time\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activity Aide\"}',1,'2026-01-27 16:06:38','2026-01-27 16:06:38','f27854bc-744d-4c40-a6bf-e324d7ac914e'),
(19484,19484,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It’s rewarding to hear residents say they enjoy the food every day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 16:06:38','2026-01-27 16:06:38','cd437bdb-c0db-4025-b445-88cc925f7f0c'),
(19485,19485,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We work closely with nursing and the kitchen to meet dietary needs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 16:06:38','2026-01-27 16:06:38','a886bb65-b8ee-4bb3-9ed2-d3d3d989a6e6'),
(19498,19498,1,'2026-01-27 11:14:46',NULL,NULL,NULL,1,'2026-01-27 16:14:46','2026-01-27 16:14:46','8843355c-4414-4da4-91ae-3bc61517809a'),
(19499,19499,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"From day one, I felt welcomed and supported by all levels\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','952ff24b-a824-41cc-a8db-d2c0d2e94f4f'),
(19500,19500,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone at Hagerstown works toward the same goal: resident well-being\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','e025ab5c-f833-42a2-b9a5-9e3dce0b593f'),
(19501,19501,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We’re given the tools and support to do our jobs well here at Hagerstown.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','4ccca0fe-0bd5-4764-ac53-ee463fc3eda5'),
(19502,19502,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The teamwork between departments is a highlight of working at Hagerstown\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','9f82d29e-5702-41bd-a5e8-07ea2113efd5'),
(19503,19503,1,'Food Services','food-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The working environment is positive and supportive\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Food Services\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','3ab5626a-df23-4b43-93c3-039edc541a38'),
(19504,19504,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6858],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T4WH9SR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T4WH9SR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','9f37e299-1dc1-4255-bd5e-bc85db634be3'),
(19505,19505,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"From day one, I felt welcomed and supported by all levels\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','3b122fb1-eee3-4ec4-ae92-821bfe0443f7');
INSERT INTO `elements_sites` VALUES
(19506,19506,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone at Hagerstown works toward the same goal: resident well-being\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','611d499d-4c15-43f0-a1ae-97c8890da0e4'),
(19507,19507,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We’re given the tools and support to do our jobs well here at Hagerstown.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','4cf99a62-4ef9-4790-845e-955ac6674220'),
(19508,19508,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The teamwork between departments is a highlight of working at Hagerstown\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','26f43952-8e06-4d1f-88b6-506779a7a7b1'),
(19509,19509,1,'Food Services','food-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The working environment is positive and supportive\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Food Services\"}',1,'2026-01-27 16:15:06','2026-01-27 16:15:06','da4064d9-1b79-4573-a74c-8889fcc1b3c9'),
(19522,19522,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It was a good place to work because I gained a lot of experience and how to work with elderly/disabled people\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:22:17','2026-01-27 16:22:17','021b952e-0c2c-4b7d-85ee-2608e1652654'),
(19523,19523,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Heritage is a productive work environment, I enjoy taking care of the residents, it is very rewarding\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 16:22:17','2026-01-27 16:22:17','b9680384-a13f-44cb-af6c-f3890e8e7be7'),
(19524,19524,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Coworkers are friendly and the work environment is laid back\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-27 16:22:17','2026-01-27 16:22:17','a5443a31-cd9e-4a44-9e00-198f1d1ba4b2'),
(19525,19525,1,'Patient Service Representative','patient-service-representative',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good salary, great staff and many opportunities for growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patient Service Representative\"}',1,'2026-01-27 16:22:17','2026-01-27 16:22:17','cb787a7c-9063-43f6-9cc1-25784081c29d'),
(19526,19526,1,'RN Supervisor','rn-supervisor',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The leadership is young and diverse\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN Supervisor\"}',1,'2026-01-27 16:22:17','2026-01-27 16:22:17','979225a2-2329-4faa-b34f-e974be8e0f64'),
(19527,19527,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12281],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareheritage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRDHM57\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRDHM57\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 16:22:18','2026-01-27 16:22:18','fc954c37-bf29-4d3d-87ee-eda4aad58cd6'),
(19528,19528,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It was a good place to work because I gained a lot of experience and how to work with elderly/disabled people\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:22:18','2026-01-27 16:22:18','f6f32a26-25b6-4172-a047-a71292381bfb'),
(19529,19529,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Heritage is a productive work environment, I enjoy taking care of the residents, it is very rewarding\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 16:22:18','2026-01-27 16:22:18','7fb04f3e-9465-4a8d-927c-63f85f778872'),
(19530,19530,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Coworkers are friendly and the work environment is laid back\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-27 16:22:18','2026-01-27 16:22:18','35f00a05-3f14-4a0e-8465-c8dadca3452e'),
(19531,19531,1,'Patient Service Representative','patient-service-representative',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good salary, great staff and many opportunities for growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Patient Service Representative\"}',1,'2026-01-27 16:22:18','2026-01-27 16:22:18','274f95f5-3b9e-4445-92a6-966fb48bdac6'),
(19532,19532,1,'RN Supervisor','rn-supervisor',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The leadership is young and diverse\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN Supervisor\"}',1,'2026-01-27 16:22:18','2026-01-27 16:22:18','dd5a06d0-d13d-46ed-9f70-bf39f8bc1cdc'),
(19537,19537,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12275],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccdawnview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N8J9X585\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N8J9X585\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 16:23:15','2026-01-27 16:23:15','65a6831c-160c-4b28-b695-66695ef0d347'),
(19538,19538,1,'RN','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Facility is clean, well-staffed with CNAs, and an onsite provider Monday through Friday. Wages are far above local competing nursing homes\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 16:23:15','2026-01-27 16:23:15','253e3587-68da-4da5-aafa-827904e332c2'),
(19544,19544,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 16:27:37','2026-01-27 16:27:37','93c78dd5-7e0a-4204-bf44-ae652776cdde'),
(19545,19545,1,'LPN','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There is a positive sense of community with other staff members and residents who live in STC and LTC within our facility. This positive support system is often the motivator we as medical workers rely on to continue to build genuine, long-term connections with residents and their families and form a stronger team environment\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 16:27:37','2026-01-27 16:27:37','9654af42-4f8c-46b2-abe7-c4bab14f81ee'),
(19546,19546,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great job, friendly staff, and tools are provided to get the work done\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:27:37','2026-01-27 16:27:37','bd8c9d17-1147-44f0-95cb-145181dd82bc'),
(19547,19547,1,'RN','dietician',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management continuously works to build and support our wonderful team\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 16:27:37','2026-01-27 16:27:37','017eba0d-46b2-4af7-9ea5-a982cf5dcbd6'),
(19548,19548,1,'Dietary Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This was a great place to work. The days were busy and the work environment was pleasant. I worked with great coworkers that cared about the patients and the facility. The management team also cared about the workers.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 16:27:37','2026-01-27 16:27:37','18114469-b5bc-4c4c-8922-23e6aa4a0ead'),
(19554,19554,1,'LPN','dietary',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Annapolis encourages my growth within my role, always providing me support when needed\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 16:32:39','2026-01-27 16:32:39','14ffabd1-e983-4884-a224-d952dc8d25a3'),
(19555,19555,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 16:32:39','2026-01-27 16:32:39','74c3f4a3-c3fd-4b70-bfed-1453100f4d47'),
(19556,19556,1,'LPN','dietary',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Annapolis encourages my growth within my role, always providing me support when needed\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 16:32:39','2026-01-27 16:32:39','cb7ad793-fa92-42b3-b0e2-5051c17c1292'),
(19557,19557,1,'Activities Aide','recreation',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Creativity and compassion are encouraged on our team. It is rewarding to work with the residents and see them enjoy the activities\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 16:32:39','2026-01-27 16:32:39','39e7af42-2380-47a7-9e1d-615b1b739b47'),
(19565,19565,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel trusted to do my job well and experience support from coworkers and leadership everyday\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','b5f15323-e17e-493d-84d1-cab264358049'),
(19566,19566,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy working with the activities team. There’s freedom to bring new ideas to the table and make things fun for residents every day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','551b2555-231e-49b5-b3aa-4495fe79c9f2'),
(19567,19567,1,'Kitchen Aide','kitchen-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’ve built great relationships here with both residents and coworkers\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kitchen Aide\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','22e8fcf0-81dc-4c0f-b01b-3411b4534e6f'),
(19568,19568,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents and staff are treated like family\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','f055e2ff-dbd2-4a11-b426-3bbb7f28ec00'),
(19569,19569,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Compassion is part of the culture here at Hillside\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','a1703d41-2796-48f2-b141-4b48c8653e1b'),
(19570,19570,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','5244f93d-8c35-4eda-8ada-88b11a7775a0'),
(19571,19571,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel trusted to do my job well and experience support from coworkers and leadership everyday\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','860df057-a72d-420e-bc1d-8a5d49dc5a54'),
(19572,19572,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy working with the activities team. There’s freedom to bring new ideas to the table and make things fun for residents every day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','88354db1-5676-4adb-a0bd-4bfbcd33ec97'),
(19573,19573,1,'Kitchen Aide','kitchen-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’ve built great relationships here with both residents and coworkers\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kitchen Aide\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','b218d2b3-062c-4c8c-a00f-eeccff94821d'),
(19574,19574,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents and staff are treated like family\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','4663daef-733b-428f-93a8-ab5530fc3bed'),
(19575,19575,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Compassion is part of the culture here at Hillside\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:38:31','2026-01-27 16:38:31','ddeeb87d-f59a-448f-b74f-1f5233ee01f5'),
(19595,19595,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The residents are very sweet, I enjoy working with them everyday\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','3baee062-4615-42f8-9f26-5922ebb8de66'),
(19596,19596,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Hyattsville is a fun and creative environment to work in\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','3b2fa929-5865-465d-832d-b0cd14d43c81'),
(19597,19597,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Hyattsville is a very friendly place to work\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','7fbb28d6-3ef5-4cd1-a295-9e416ea7dfc2'),
(19598,19598,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy seeing how much residents are encouraged to stay social and active\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','9378dba2-d8c4-4f3a-80d3-7728ed16d2c9'),
(19599,19599,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed working with my coworkers across all departments. It was clear that leadership was supportive of every department\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','a9c22829-3a24-48c8-a916-32fe73accf76'),
(19600,19600,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6865],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','3dcdb2d7-3139-4579-9646-2cb9aafcffed'),
(19601,19601,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The residents are very sweet, I enjoy working with them everyday\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','9d5b1647-c4de-46d6-b734-3e8be231a733'),
(19602,19602,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Hyattsville is a fun and creative environment to work in\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','23087b54-2ba8-4344-b0a6-6b7a9d9fb2e8'),
(19603,19603,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Hyattsville is a very friendly place to work\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','fb52ba1f-7a40-4eb2-948c-9175eb9b4004'),
(19604,19604,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy seeing how much residents are encouraged to stay social and active\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','af9c97bb-3e43-40d7-a9e9-7425f5ad71b2'),
(19605,19605,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed working with my coworkers across all departments. It was clear that leadership was supportive of every department\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 16:55:42','2026-01-27 16:55:42','75ee3649-c0a4-45ec-abe9-dbe9db6d117c'),
(19614,19614,1,'PT','pt',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great rehab/therapy staff team, I\'ve made some long-lasting friends from my coworkers\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"PT\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','c0cdf835-8697-44d4-86a6-b85493f7702e'),
(19615,19615,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is rewarding to work with residents and create meaningful relationships with them and their families\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','67abc902-d861-4037-bd61-dc7512e0cddc'),
(19616,19616,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I had a good experience working at La Plata. We collaborated across departments often and made a lot of great friendships along the way\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','b53f828b-ea98-4e0a-a12d-093ccacf8ef1'),
(19617,19617,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It feels good to work somewhere I can see my work truly matters\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','106fd58c-e036-43e5-aafd-10ce3908cdda'),
(19618,19618,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"La Plata is a supportive environment, everyone works together to accommodate residents requests\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','14adcf37-1b30-45a3-a82e-e45f0e570f2a'),
(19619,19619,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaplata.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WGBQRVM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WGBQRVM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','bf34fe33-25b1-40b0-b955-29624b4969ed'),
(19620,19620,1,'PT','pt',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great rehab/therapy staff team, I\'ve made some long-lasting friends from my coworkers\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"PT\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','2c301344-48aa-4e89-8a17-10e41eb6922c'),
(19621,19621,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is rewarding to work with residents and create meaningful relationships with them and their families\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','22a9b81b-23e8-457a-8471-9e2bf73727f0'),
(19622,19622,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I had a good experience working at La Plata. We collaborated across departments often and made a lot of great friendships along the way\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','7e48fc72-19b5-4e21-98dc-99f9efe320e4'),
(19623,19623,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It feels good to work somewhere I can see my work truly matters\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','d046f169-8b39-4de3-a290-d61c6adce14e'),
(19624,19624,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"La Plata is a supportive environment, everyone works together to accommodate residents requests\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 17:03:34','2026-01-27 17:03:34','eb8d7567-5434-41c2-9e90-14cd70ca4c5d'),
(19633,19633,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Administration understands the importance of nutrition and supports our daily needs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','3f9158eb-b548-4895-ba70-e7b1c91fab81'),
(19634,19634,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My experience with my team has been great, we all support each other and it\'s obvious how important teamwork is for all departments\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','a4dcbadc-fe6c-4fc5-b276-d4812f405d54'),
(19635,19635,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My favorite part of the job is how our residents turn into family. The support of my coworkers and leadership makes it easy to provide the care that I do\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','d67223d1-87c0-4008-8f00-3a7d435b4ad9'),
(19636,19636,1,'Dietary Cook','housekeeping-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Your hard work doesn\'t go unnoticed here by your coworkers or the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','4d95e8ef-b4e6-4fff-9801-9dea3ecd848f'),
(19637,19637,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It was rewarding to see the residents enjoy the activities that we planned\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','dd119f6e-d264-434f-95b0-ba092d30ed2b'),
(19638,19638,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','e7c3d791-c9f7-46af-b4a9-3b08c002e821'),
(19639,19639,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Administration understands the importance of nutrition and supports our daily needs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','d0c19d09-4193-422d-ad0d-fe9a3bf3d055'),
(19640,19640,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My experience with my team has been great, we all support each other and it\'s obvious how important teamwork is for all departments\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','26bf6279-684e-401b-809c-2c9f64453bb0'),
(19641,19641,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My favorite part of the job is how our residents turn into family. The support of my coworkers and leadership makes it easy to provide the care that I do\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','79a68067-a897-4665-a133-c827a74f7f91'),
(19642,19642,1,'Dietary Cook','housekeeping-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Your hard work doesn\'t go unnoticed here by your coworkers or the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','d010102c-6c20-4520-946a-fbd302be1573'),
(19643,19643,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It was rewarding to see the residents enjoy the activities that we planned\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 17:11:25','2026-01-27 17:11:25','2b3129ed-a08c-4288-a269-18168ebe7ed7'),
(19645,19645,1,'2026-01-27 12:13:12',NULL,NULL,NULL,1,'2026-01-27 17:13:12','2026-01-27 17:13:12','de696794-c59f-4f56-87f0-5f11f4e9b98b'),
(19657,19657,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’ve grown so much professionally since working here\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','fd38ce0f-67d5-40ac-bd53-13d57f7f9fad'),
(19658,19658,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I come to work knowing I’m supported by my team and leadership\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','7cfec668-4663-48f8-b4e2-638913ac41c9'),
(19659,19659,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I get to be creative and build real connections with residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','55d4c385-06b5-44f4-b24b-98c3a270da64'),
(19660,19660,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed working at Oak Ridge with my team. We weren’t just cooking meals—we were caring for people\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','f0fd2f07-366b-42c7-b955-ed9b3597e268'),
(19661,19661,1,'Front Desk Receptionist','front-desk',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership was approachable and present\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','03a4a852-0b5d-4426-9ab3-4023fc3f07ff'),
(19662,19662,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6877],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareoakridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M829X4S\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M829X4S\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','238fe1f8-93ea-4f00-b306-6293cb24c3c3'),
(19663,19663,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’ve grown so much professionally since working here\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','a555153d-5bdb-442d-8e7f-f7c4c1579088'),
(19664,19664,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I come to work knowing I’m supported by my team and leadership\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','8d1f52ca-a792-403b-899a-82b13d56fe21'),
(19665,19665,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I get to be creative and build real connections with residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','fcc62c38-2631-47c7-9e18-3c5728fafac3'),
(19666,19666,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed working at Oak Ridge with my team. We weren’t just cooking meals—we were caring for people\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','e070a8bb-17b9-4314-8e65-47e152b80586'),
(19667,19667,1,'Front Desk Receptionist','front-desk',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership was approachable and present\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-27 17:22:12','2026-01-27 17:22:12','5ce0391e-8735-4466-bb46-a8e3090829c0'),
(19675,19675,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is friendly and helpful. We make it a point to work together, especially on the hard days\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 17:28:11','2026-01-27 17:28:11','a071792a-d39c-45cf-92c9-eddc1b0ad253'),
(19676,19676,1,'Admissions Director','admissions-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I worked closely with nursing and leadership to make sure residents were truly a good fit and families were comfortable\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Director\"}',1,'2026-01-27 17:28:11','2026-01-27 17:28:11','a1d774d6-78f2-45f0-b5d7-cec6e18ce36d'),
(19677,19677,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Activities were never treated as an afterthought here\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 17:28:11','2026-01-27 17:28:11','3a369a3a-cdb6-4a98-83e7-410250b6e9cd'),
(19678,19678,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership listened to our ideas and residents’ preferences and restrictions were always considered\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 17:28:11','2026-01-27 17:28:11','4bde441b-a47a-419f-9891-fce283a24aa9'),
(19679,19679,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt valued as a receptionist. Every department was welcoming and friendly and I enjoyed being the first face that residents and families saw when they visited\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-27 17:28:11','2026-01-27 17:28:11','c32f9838-ca9f-494d-968f-c358782e6483'),
(19680,19680,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12306],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6880],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsevernapark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6KM65F\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6KM65F\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 17:28:12','2026-01-27 17:28:12','6d88ec06-62d6-450d-9250-9b63b8ab4c6f'),
(19681,19681,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff is friendly and helpful. We make it a point to work together, especially on the hard days\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 17:28:12','2026-01-27 17:28:12','d927969c-a89d-45a3-ae4e-8d069fdfe766'),
(19682,19682,1,'Admissions Director','admissions-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I worked closely with nursing and leadership to make sure residents were truly a good fit and families were comfortable\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Director\"}',1,'2026-01-27 17:28:12','2026-01-27 17:28:12','eb3be42d-82ed-4741-bdd2-6e700d014f10'),
(19683,19683,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Activities were never treated as an afterthought here\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 17:28:12','2026-01-27 17:28:12','94285825-cf1f-4982-a7f2-227c40354586'),
(19684,19684,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership listened to our ideas and residents’ preferences and restrictions were always considered\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 17:28:12','2026-01-27 17:28:12','08b46c5a-5d67-4f53-9ffb-ee53dd4755e8'),
(19685,19685,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt valued as a receptionist. Every department was welcoming and friendly and I enjoyed being the first face that residents and families saw when they visited\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-27 17:28:12','2026-01-27 17:28:12','3f610ac8-5c5a-456c-94d3-f1dfb96a29b0'),
(19691,19691,1,'2026-01-27 12:32:02',NULL,NULL,NULL,1,'2026-01-27 17:32:02','2026-01-27 17:32:02','81d14210-4c82-4101-a84b-45d641669627'),
(19698,19698,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I worked at Silver Lake for over 30 years. I loved my residents and taking good care of them. I worked with most of the aides there for many years and always enjoyed it\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','9b0aac5d-1633-4460-90c6-06583d105bb0'),
(19699,19699,1,'Student Nurse','student-nurse',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was here for a short while as a student nurse and I have to say I enjoyed the atmosphere. The nurses I worked and interacted with genuinely cared about the people, and the facility seemed very homey\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Student Nurse\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','a8384389-1780-46e9-84c1-df5e4ade20a9'),
(19700,19700,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Silver Lake was very accommodating with my school schedule and provided a flexible schedule with lots of hours\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','6f2315ad-cf62-4527-aba1-0f8e9012596a'),
(19701,19701,1,'Business Development Director','business-development-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Working for Silver Lake was rewarding. Leadership was intentional with communication and providing opportunities for growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Development Director\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','21cdb9bb-70dd-4636-8983-a007737ffa6d'),
(19702,19702,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I took pride in cooking for those who couldn\'t for themself. I learned a lot on the job and always had a great experience\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','3c7d8501-6a9c-49b0-9a5d-d63069bc36db'),
(19703,19703,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[8882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsilverlake.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N84HBW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N84HBW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','9a1b337b-db04-4d57-aef9-1d2f926f63e1'),
(19704,19704,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I worked at Silver Lake for over 30 years. I loved my residents and taking good care of them. I worked with most of the aides there for many years and always enjoyed it\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','764cd059-1646-4b00-9444-6c5ac9b03214'),
(19705,19705,1,'Student Nurse','student-nurse',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was here for a short while as a student nurse and I have to say I enjoyed the atmosphere. The nurses I worked and interacted with genuinely cared about the people, and the facility seemed very homey\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Student Nurse\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','1f0cb644-a98c-420f-aa57-0454107a08a8'),
(19706,19706,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Silver Lake was very accommodating with my school schedule and provided a flexible schedule with lots of hours\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','2b976f9a-499d-494f-b950-7e7a399d16ca'),
(19707,19707,1,'Business Development Director','business-development-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Working for Silver Lake was rewarding. Leadership was intentional with communication and providing opportunities for growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Development Director\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','3a09dd87-861e-4b03-9b89-ba571f91b19e'),
(19708,19708,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I took pride in cooking for those who couldn\'t for themself. I learned a lot on the job and always had a great experience\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 17:40:22','2026-01-27 17:40:22','90f1fad9-9284-47d3-a9d2-2a892efada6b'),
(19719,19719,1,'2026-01-27 13:32:17',NULL,NULL,NULL,1,'2026-01-27 18:32:17','2026-01-27 18:32:17','02de0d66-9415-4a94-ab1c-458559551a37'),
(19720,19720,1,'Tarrelle raines resume',NULL,NULL,NULL,1,'2026-01-27 18:32:17','2026-01-27 18:32:17','9a66b9f3-31f9-4597-8414-0326350aac38'),
(19721,19721,1,'2026-01-27 13:36:01',NULL,NULL,NULL,1,'2026-01-27 18:36:01','2026-01-27 18:36:01','e4454b29-33c2-42d2-98d0-8ad2ef97c290'),
(19722,19722,1,'Elaine resume1',NULL,NULL,NULL,1,'2026-01-27 18:36:01','2026-01-27 18:36:01','fd30599a-53f6-49a6-96a7-a5b298e80ad2'),
(19724,19724,1,'CNA','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Springbrook was a good place to start to work. Everyone was friendly and worked well together\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','94d8e7c7-cb82-443c-8574-782a6ac472fa'),
(19725,19725,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’ve grown so much professionally since working here. A lot of support and opportunities from leadership to learn\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','65eaab0a-801c-45aa-8e4f-f42158b63da3'),
(19726,19726,1,'Maintenance Director','maintenance-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt appreciated for the behind-the-scenes work and enjoy the social aspect of my job\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance Director\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','cc6c0070-f3a3-45d1-89c2-c473dab99c64'),
(19727,19727,1,'Admissions Director','admissions-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’m encouraged to be honest, compassionate, and transparent with families\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Director\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','1fe806e8-7ffe-4432-92ab-9be2a98f5d65'),
(19728,19728,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy working with my coworkers and I take pride in the meals we serve\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','6becc927-1d70-4a08-a2b1-7a18ec93ee87'),
(19729,19729,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccspringbrook.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-K58KBDM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-K58KBDM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','0c400152-930b-42b1-8fb2-c49f76cbd007'),
(19730,19730,1,'CNA','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Springbrook was a good place to start to work. Everyone was friendly and worked well together\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','b480ff09-f02b-4c38-9c99-b891517a0583'),
(19731,19731,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’ve grown so much professionally since working here. A lot of support and opportunities from leadership to learn\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','0eb9fb8b-5fe8-404f-a5d0-2ed145331b54'),
(19732,19732,1,'Maintenance Director','maintenance-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt appreciated for the behind-the-scenes work and enjoy the social aspect of my job\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance Director\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','506ff8f0-f283-434e-808e-6b6079d4a8c3'),
(19733,19733,1,'Admissions Director','admissions-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’m encouraged to be honest, compassionate, and transparent with families\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Director\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','83a385df-27f5-418d-b230-7553c9ee73aa'),
(19734,19734,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy working with my coworkers and I take pride in the meals we serve\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 18:38:14','2026-01-27 18:38:14','1e170f06-bf75-4d26-add9-3160386834e5'),
(19742,19742,1,'2026-01-27 13:59:34',NULL,NULL,NULL,1,'2026-01-27 18:59:34','2026-01-27 18:59:34','0fa76ad8-4d41-431f-aa1a-de7b2b1eb95e'),
(19749,19749,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt welcomed from my very first shift and have made some great friends through my coworkers\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','58c7e896-a64d-4cbb-8d71-e61357e11f48'),
(19750,19750,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Teamwork is encouraged between all departments and makes me feel supported in my role\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','201a31bd-4d5e-4100-9602-5ea7b1c21ad8'),
(19751,19751,1,'Activities Director','activities-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt like my work at Wheaton made a difference daily. My favorite part was how I get to work closely with residents to guide our programming based on their interests\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Director\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','2b19a706-f5af-451f-8783-c3faca578583'),
(19752,19752,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was given the tools to do my job well thanks to the support of leadership\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','26c0d2f7-3d09-4af6-93f7-c529c1866cd9'),
(19753,19753,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel heard and included in conversations that shape our work\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','989165b7-56f6-4688-8e58-462cdfc469a6'),
(19754,19754,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10432],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwheaton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MLB9LV3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MLB9LV3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','d97e0489-fddf-4f45-bb1c-ce2f6a24d801'),
(19755,19755,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt welcomed from my very first shift and have made some great friends through my coworkers\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','e0535e54-3be8-41bf-8776-67e6bed95ad8'),
(19756,19756,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Teamwork is encouraged between all departments and makes me feel supported in my role\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','e44f421a-d717-4de6-986e-b99417f549c3'),
(19757,19757,1,'Activities Director','activities-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt like my work at Wheaton made a difference daily. My favorite part was how I get to work closely with residents to guide our programming based on their interests\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Director\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','d9f73b1b-34d0-4037-a72c-72bd92095001'),
(19758,19758,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was given the tools to do my job well thanks to the support of leadership\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','9e960f0f-045d-4ac9-93d6-e583017f1c7d'),
(19759,19759,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel heard and included in conversations that shape our work\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-27 19:03:54','2026-01-27 19:03:54','719f0581-27ae-4b11-b69a-eec96c8efdee'),
(19762,19762,1,'2026-01-27 14:20:20',NULL,NULL,NULL,1,'2026-01-27 19:20:20','2026-01-27 19:20:20','c0dfb327-17e1-477d-834a-17881a17ced4'),
(19763,19763,1,'Kenyada Edgeston',NULL,NULL,NULL,1,'2026-01-27 19:20:20','2026-01-27 19:20:20','cb62a476-914a-4e45-940f-89afd68c4715'),
(19764,19764,1,'2026-01-27 14:23:14',NULL,NULL,NULL,1,'2026-01-27 19:23:14','2026-01-27 19:23:14','13283190-8d32-4207-b5fe-73054b3217ee'),
(19776,19776,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nursing leaders are great and make for a great nursing team. The residents and their families were the best part of the job\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','8bf581c4-cfd2-4791-9423-859ab9f6a24e'),
(19777,19777,1,'Housekeeper','housekeeper',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"You are able to work at your own pace and are given a good amount of time for breaks throughout the day. Not only is it good pay, but you also work with nice and understanding people. Care Age also does tons of fun little things for the employees\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Housekeeper\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','f6836d82-5f22-468e-a0df-211ed193fef9'),
(19778,19778,1,'Dietary Clerk','pt-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Care-Age is a great place to work! The employees work as a team and are very helpful\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Clerk\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','00aeaf59-4ebe-4b1f-8c0f-ad1037778eea'),
(19779,19779,1,'PRN PTA','prn-pta',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The therapy staff is helpful, knowledgeable, friendly & most of all caring to the residents they serve. Good relationship with nursing staff. I feel very appreciated there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"PRN PTA\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','89284e06-7e02-40f2-a835-1943f5c923cf'),
(19780,19780,1,'RN Team Leader','rn-team-leader',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Received some great experience with patient care and time management. Allowed and encouraged to use my skills and knowledge to make critical decisions regarding my patients but also given guidance when needed\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN Team Leader\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','398e75a3-1161-44f7-9405-cc35b30e7c6f'),
(19781,19781,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','dcfe693b-db3f-4033-bd42-1ef0f1c804ca'),
(19782,19782,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The nursing leaders are great and make for a great nursing team. The residents and their families were the best part of the job\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','f5241323-b92b-4f5e-af7f-dcb0996fdb18'),
(19783,19783,1,'Housekeeper','housekeeper',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"You are able to work at your own pace and are given a good amount of time for breaks throughout the day. Not only is it good pay, but you also work with nice and understanding people. Care Age also does tons of fun little things for the employees\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Housekeeper\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','182bee37-2381-4610-b809-c15fb8b9f625'),
(19784,19784,1,'Dietary Clerk','pt-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Care-Age is a great place to work! The employees work as a team and are very helpful\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Clerk\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','d82d0276-8e68-42c2-bde0-f4d52c37dd8c'),
(19785,19785,1,'PRN PTA','prn-pta',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The therapy staff is helpful, knowledgeable, friendly & most of all caring to the residents they serve. Good relationship with nursing staff. I feel very appreciated there.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"PRN PTA\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','0e4ea4c5-4b7a-4ec4-b4d6-b419a5dd19fa'),
(19786,19786,1,'RN Team Leader','rn-team-leader',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Received some great experience with patient care and time management. Allowed and encouraged to use my skills and knowledge to make critical decisions regarding my patients but also given guidance when needed\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN Team Leader\"}',1,'2026-01-27 19:39:12','2026-01-27 19:39:12','68391ebd-1528-4099-8e20-f06a68bf36d9'),
(19794,19794,1,'2026-01-27 14:53:42',NULL,NULL,NULL,1,'2026-01-27 19:53:42','2026-01-27 19:53:42','f03b1e55-dab3-4700-83f4-468f01245e2a'),
(19802,19802,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Christian home is very appreciative of staff and provide lots of different resources to reach out to if we have any questions or issues\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-27 20:10:58','2026-01-27 20:10:58','382eea01-151a-4aa5-b9ee-6ea06e09346a'),
(19803,19803,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"A nice place to work with full time hours and good benefits\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 20:10:58','2026-01-27 20:10:58','76179acf-6218-48f8-a6c2-d78d6eb0cb74'),
(19804,19804,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 20:10:58','2026-01-27 20:10:58','d5ecee3d-609d-430f-bfff-52f8ddf285df'),
(19805,19805,1,'Scheduling Coordinator','scheduling-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Beautiful facility, ample resources for work, great coworkers and fun perks.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Scheduling Coordinator\"}',1,'2026-01-27 20:10:58','2026-01-27 20:10:58','8161bebd-4c8c-4fea-9e9e-25157717e5bd'),
(19806,19806,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Christian home is very appreciative of staff and provide lots of different resources to reach out to if we have any questions or issues\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-27 20:10:58','2026-01-27 20:10:58','6b81b374-63ba-445c-a97f-bc18639bd200'),
(19807,19807,1,'Activities Director','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership provides a lot of opportunity for growth within each position\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Director\"}',1,'2026-01-27 20:10:58','2026-01-27 20:10:58','896dcc98-73ba-4098-befa-4945c641657c'),
(19808,19808,1,'CNA','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good experience if you\'re looking to get into C.N.A work. Lots of opportunities to work extra hours. I worked on a flexible schedule so I could pick up hours only as I wanted to, which was very nice for my situation.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 20:10:58','2026-01-27 20:10:58','98383668-5bf2-42a3-b10a-26097c82c8a2'),
(19809,19809,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"A nice place to work with full time hours and good benefits\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 20:10:58','2026-01-27 20:10:58','a0ee09cf-14b5-4ebd-9d9a-afbdb2376dfb'),
(19815,19815,1,'2026-01-27 15:14:22',NULL,NULL,NULL,1,'2026-01-27 20:14:22','2026-01-27 20:14:22','1e24f3df-5dd1-47c6-91a8-3591ef6cf09d'),
(19816,19816,1,'Copy of certification 110 Next Steps in Becoming a Respite Provider Jade Mccray',NULL,NULL,NULL,1,'2026-01-27 20:14:22','2026-01-27 20:14:22','f7b6360c-54ea-451e-8a0e-cadfa5d6cdd5'),
(19818,19818,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"You can be relied upon by team members. The Relies program is great educational tool to help contribute to their employee\'s growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','cb0c9861-44bb-4898-bd8e-64f80f19499f'),
(19819,19819,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There are plenty of residents to care for at Germantown and they are all great! I enjoy getting to know them and their families while I provide care\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','039453ec-e7c0-46ec-b2d9-55d46f309f53'),
(19820,19820,1,'Maintenance Assistant','maintenance-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly Staff, great boss, and wonderful residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance Assistant\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','6fad8104-b578-41bf-89e5-1b327110839f'),
(19821,19821,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I really like working with the same aids and nurses, you develop a system. I always like seeing my residents get better\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','4f43e43b-a658-4332-b50d-0276a1d8a221'),
(19822,19822,1,'Admissions Coordinator','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management motivates and supports employees to grow within their position\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','7ca3699e-7315-427e-82e7-76143722a65d'),
(19823,19823,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','ad52d347-1231-4780-b11d-bd0d678e4746'),
(19824,19824,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"You can be relied upon by team members. The Relies program is great educational tool to help contribute to their employee\'s growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','008e38cd-373e-40be-b46a-d7c1491a87a2'),
(19825,19825,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There are plenty of residents to care for at Germantown and they are all great! I enjoy getting to know them and their families while I provide care\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','3f25cd7c-a71f-41c5-9630-f19c7ec0a079'),
(19826,19826,1,'Maintenance Assistant','maintenance-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly Staff, great boss, and wonderful residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance Assistant\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','e6a39ef8-cade-4937-a1aa-cd1731ca4679'),
(19827,19827,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I really like working with the same aids and nurses, you develop a system. I always like seeing my residents get better\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','245d381d-6ca1-4877-a396-399005f67b67'),
(19828,19828,1,'Admissions Coordinator','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management motivates and supports employees to grow within their position\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-27 20:15:48','2026-01-27 20:15:48','4077caf3-fff9-4f1e-b26b-60ea91aa6ebd'),
(19835,19835,1,'2026-01-27 15:29:07',NULL,NULL,NULL,1,'2026-01-27 20:29:07','2026-01-27 20:29:07','edf864af-77f1-47c9-92f3-48d31449c08d'),
(19836,19836,1,'Updated JW resume 1',NULL,NULL,NULL,1,'2026-01-27 20:29:07','2026-01-27 20:29:07','814c4df6-f9fe-4452-996c-7b50d659f373'),
(19840,19840,1,'HR Director','hr-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed working with the residents and collaborating with my team\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR Director\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','fb161bae-8a78-43f6-9485-01a1b46c1b7d'),
(19841,19841,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Glendale West is a productive and fun working environment. Management is so friendly to the staff and provides support\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','20c2b81e-e6e6-41b2-a7a6-1fbbe0ced879'),
(19842,19842,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I take pride in keeping the building safe and comfortable for residents and staff\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','4fc6d04e-8fff-4f2b-bd13-2ef796aeddc5'),
(19843,19843,1,'Business Development Representative','business-development-representative',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt heard and included in daily conversations that shaped our work\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Development Representative\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','fb594e88-1eee-4979-9184-1a23218f1623'),
(19844,19844,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone pitched in to make activities special\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','2b13be61-f2e2-4377-a191-fbe839b89980'),
(19845,19845,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendalecare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','be73db0a-245f-47de-81e0-59194dfa24a8'),
(19846,19846,1,'HR Director','hr-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed working with the residents and collaborating with my team\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR Director\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','9203522f-14f1-4991-835e-2e1512d148e1'),
(19847,19847,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Glendale West is a productive and fun working environment. Management is so friendly to the staff and provides support\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','61faa159-cb1c-4afa-a405-00f462f3ccb5'),
(19848,19848,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I take pride in keeping the building safe and comfortable for residents and staff\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','2a549f43-b307-477d-9163-364758bf73c9'),
(19849,19849,1,'Business Development Representative','business-development-representative',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt heard and included in daily conversations that shaped our work\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Development Representative\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','8276e434-a6d0-411d-9aa5-373ddd220e22'),
(19850,19850,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone pitched in to make activities special\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 20:34:32','2026-01-27 20:34:32','770ff1b6-ead7-49ae-bcbd-79339c1952ce'),
(19858,19858,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Grande Prairie is flexible with my schedule as a PRN. They always have full staff, even if the manager has to be a CNA. Nothing bad to say, love it here. We use agency to stay fully staffed if needed\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 20:37:22','2026-01-27 20:37:22','92a3ab2b-83a0-4c0e-8dfb-eb99928e4e0d'),
(19859,19859,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The patients are wonderful! They help me remember why I\'m so lucky to be a registered nurse\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 20:37:22','2026-01-27 20:37:22','13d84cbb-c53e-4ba8-9946-4884e228249e'),
(19860,19860,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Grande Prairie provides flexible hours with potential bonuses for open shifts\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 20:37:22','2026-01-27 20:37:22','e2c81cfb-89c0-40b8-bf35-c07604aa3828'),
(19861,19861,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I loved how much residents were encouraged to stay social and how supportive management was of our ideas\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 20:37:22','2026-01-27 20:37:22','5e59fdeb-e571-48f9-a168-311abe24319a'),
(19862,19862,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I learned a lot at Grande Prairie and hearing residents enjoy their meals made my day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 20:37:22','2026-01-27 20:37:22','b129782b-9c73-47eb-bcd3-3180edb87e7c'),
(19863,19863,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/GrandePrairieCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NHVQC4L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NHVQC4L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 20:37:23','2026-01-27 20:37:23','66d0c9e6-dc72-4e98-bb05-9fe3e8e8f79d'),
(19864,19864,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Grande Prairie is flexible with my schedule as a PRN. They always have full staff, even if the manager has to be a CNA. Nothing bad to say, love it here. We use agency to stay fully staffed if needed\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 20:37:23','2026-01-27 20:37:23','da9d9c82-242f-41fe-8eb1-5a0f4dfd008c'),
(19865,19865,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The patients are wonderful! They help me remember why I\'m so lucky to be a registered nurse\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 20:37:23','2026-01-27 20:37:23','b2dab8d6-64d3-45a5-8d3a-23cedb34d370'),
(19866,19866,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Grande Prairie provides flexible hours with potential bonuses for open shifts\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 20:37:23','2026-01-27 20:37:23','be894656-abfb-4f19-9cfb-632b9d22466f'),
(19867,19867,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I loved how much residents were encouraged to stay social and how supportive management was of our ideas\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-27 20:37:23','2026-01-27 20:37:23','9b525316-743a-4516-90bc-7d51d8fc54c1'),
(19868,19868,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I learned a lot at Grande Prairie and hearing residents enjoy their meals made my day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 20:37:23','2026-01-27 20:37:23','d7ea8992-8b14-4b0d-ae30-e462efbea49d'),
(19875,19875,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Hales Corners was a great place to work at. The staff was very nice and I loved the residents. You were always kept on your feet and there was never something not to do. I loved it here!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 20:42:57','2026-01-27 20:42:57','b547e5a6-156b-49e6-87c2-91048523c0cb'),
(19876,19876,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed working here! It was great getting to know the residents. Most of the staff are very friendly and easy to get along with. They did a lot of games with giveaways and free lunches to show appreciation to the staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-27 20:42:57','2026-01-27 20:42:57','57030e22-7f32-4cd9-b894-da02ee6822d8'),
(19877,19877,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed the patients, families and my coworkers very much. Our scheduler always worked to try to accommodate your needs as much as possible\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 20:42:57','2026-01-27 20:42:57','d4397f4d-6f1e-4f0f-9189-bc29c0c7b49d'),
(19878,19878,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone is every caring here at Hales Corners. They try hard to keep the place clean and nice. Everyone has a smile and always says hi. They make you feel welcomed.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 20:42:57','2026-01-27 20:42:57','af60d77f-4fb8-474f-ab30-fc15008bc7b0'),
(19879,19879,1,'Assistant Activities Director','assistant-activities-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Working in the Activities Dept. was a lot of fun and high energy. The staff in my department were amazing. Everyone helping and always encouraging each other. My boss took time to provide me with the resources and taught me what it takes to become an Activities Director. Because of my boss I was able to land a job that will propel me to further my career.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Assistant Activities Director\"}',1,'2026-01-27 20:42:57','2026-01-27 20:42:57','fdf99d13-ab12-4d17-a0bc-13676b014a9a'),
(19880,19880,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 20:42:57','2026-01-27 20:42:57','590f7475-2ed6-40ee-97cf-5819c2008c10'),
(19881,19881,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Hales Corners was a great place to work at. The staff was very nice and I loved the residents. You were always kept on your feet and there was never something not to do. I loved it here!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-27 20:42:58','2026-01-27 20:42:58','f2825673-6ec4-4ad4-9d42-aa29da4fcfab'),
(19882,19882,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed working here! It was great getting to know the residents. Most of the staff are very friendly and easy to get along with. They did a lot of games with giveaways and free lunches to show appreciation to the staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-27 20:42:58','2026-01-27 20:42:58','c5fbb299-4777-4c2d-827a-bb1ac2012f40'),
(19883,19883,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed the patients, families and my coworkers very much. Our scheduler always worked to try to accommodate your needs as much as possible\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 20:42:58','2026-01-27 20:42:58','5448dc62-a20b-4820-a1ec-aa85239d7922'),
(19884,19884,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Everyone is every caring here at Hales Corners. They try hard to keep the place clean and nice. Everyone has a smile and always says hi. They make you feel welcomed.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 20:42:58','2026-01-27 20:42:58','8b0994c5-df5f-4aed-a4ac-4af8ce7b270e'),
(19885,19885,1,'Assistant Activities Director','assistant-activities-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Working in the Activities Dept. was a lot of fun and high energy. The staff in my department were amazing. Everyone helping and always encouraging each other. My boss took time to provide me with the resources and taught me what it takes to become an Activities Director. Because of my boss I was able to land a job that will propel me to further my career.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Assistant Activities Director\"}',1,'2026-01-27 20:42:58','2026-01-27 20:42:58','35026612-7179-4e3e-ac35-1328199f5992'),
(19889,19889,1,'Seble Resume 2024 Revised 3',NULL,NULL,NULL,1,'2026-01-27 20:53:22','2026-01-27 20:53:22','8f1f1ccc-5c4c-4143-a606-b6b48ad4d079'),
(19895,19895,1,'HR Director','hr-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Clear efforts are being made to invest in staff development, training, and system upgrades. The team is combined with dedicated, compassionate individuals who are deeply committed to both patient care and supporting one another. This is an exciting opportunity to be part of a growing organization that provides both intellectual and professional growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR Director\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','ad000cda-79ba-4393-957b-ae9447d0c52b'),
(19896,19896,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management focuses on transparency and consistency and makes efforts to keep employees engaged and happy\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','240b6b4c-2074-4194-a88b-0b806dd2f1f8'),
(19897,19897,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"During my time at Jefferson Meadows, I built lasting relationships with residents and their families\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','ef6166ad-800f-4dcb-ba97-cff48f9308af'),
(19898,19898,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"As a cook, our work had a real impact on residents’ health. It was important that leadership was supportive of our ideas and concerns for the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','eeae1df3-b8fd-49c1-829a-8b4e587ddaba'),
(19899,19899,1,'Housekeeping','housekeeping',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy working at Jefferson Meadows, people genuinely help one another and are very kind\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Housekeeping\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','5b7e1865-f7d8-48a5-9f32-bae62ff58f36'),
(19900,19900,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12362],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','bed1353e-112c-43af-ad6a-76f58f11aa49'),
(19901,19901,1,'HR Director','hr-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Clear efforts are being made to invest in staff development, training, and system upgrades. The team is combined with dedicated, compassionate individuals who are deeply committed to both patient care and supporting one another. This is an exciting opportunity to be part of a growing organization that provides both intellectual and professional growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR Director\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','7b6ef8c3-aa44-4c67-a125-7f6be2945452'),
(19902,19902,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management focuses on transparency and consistency and makes efforts to keep employees engaged and happy\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','c768b34d-322a-4636-8dba-974f52bca8f7'),
(19903,19903,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"During my time at Jefferson Meadows, I built lasting relationships with residents and their families\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','95ffa2fe-7392-49b9-9c50-2162089845ac'),
(19904,19904,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"As a cook, our work had a real impact on residents’ health. It was important that leadership was supportive of our ideas and concerns for the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','559dd81f-372d-470b-abbf-7d7a58cf0c51'),
(19905,19905,1,'Housekeeping','housekeeping',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy working at Jefferson Meadows, people genuinely help one another and are very kind\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Housekeeping\"}',1,'2026-01-27 21:01:01','2026-01-27 21:01:01','1d4b4f34-02b4-41e2-af3a-fd86b8b67ae9'),
(19906,19906,1,'2026-01-27 16:01:06',NULL,NULL,NULL,1,'2026-01-27 21:01:06','2026-01-27 21:01:06','0c43e4c9-bb9a-46ab-9ffb-512d7bea6b1d'),
(19914,19914,1,'Nursing Director','nursing-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Working at Kensington has been a complete breath of fresh air in comparison with other companies that provide skilled and long-term care to the elderly. The environment is very laid back and has a team that feels like family\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Nursing Director\"}',1,'2026-01-27 21:04:04','2026-01-27 21:04:04','a812d664-36d4-4000-8b26-cdbb48b10b7e'),
(19915,19915,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Working at Kensington Care makes you feel like you\'re working with family. The environment is warm and pleasantly inviting. Caring is what we do...We look forward to working with you!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 21:04:04','2026-01-27 21:04:04','d61d301d-e262-4516-b25a-3718511b30d0'),
(19916,19916,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been here 2 years and have advanced in my position; there is opportunity to grow within the company. I have felt welcome since day one, there is always someone there to answer a question for you. The residents are well taken care of; I have even had my own mother here for rehab!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 21:04:04','2026-01-27 21:04:04','2ff22aef-848f-4bef-9f7d-ad327a72de7f'),
(19917,19917,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good management, friendly coworkers, everyone cares about the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 21:04:04','2026-01-27 21:04:04','7079fd8e-8eba-4e7d-b96a-5f71949d5c85'),
(19918,19918,1,'Activities Director','activities-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very relaxed environment and nice people with good management\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Director\"}',1,'2026-01-27 21:04:04','2026-01-27 21:04:04','11a44513-5c33-468e-8013-0c90d47b80a3'),
(19919,19919,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/KensingtonCareRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 21:04:04','2026-01-27 21:04:04','e209432d-348e-4fca-ac06-fd63599e4c7f'),
(19920,19920,1,'Nursing Director','nursing-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Working at Kensington has been a complete breath of fresh air in comparison with other companies that provide skilled and long-term care to the elderly. The environment is very laid back and has a team that feels like family\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Nursing Director\"}',1,'2026-01-27 21:04:04','2026-01-27 21:04:04','2d54ed32-ca31-4ca8-aced-22760ca53917'),
(19921,19921,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Working at Kensington Care makes you feel like you\'re working with family. The environment is warm and pleasantly inviting. Caring is what we do...We look forward to working with you!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 21:04:05','2026-01-27 21:04:05','4dc096d3-e3bd-46f1-a533-5dacb71f9435'),
(19922,19922,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been here 2 years and have advanced in my position; there is opportunity to grow within the company. I have felt welcome since day one, there is always someone there to answer a question for you. The residents are well taken care of; I have even had my own mother here for rehab!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 21:04:05','2026-01-27 21:04:05','310e4ab9-2123-4a60-bf29-39503c296150'),
(19923,19923,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good management, friendly coworkers, everyone cares about the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 21:04:05','2026-01-27 21:04:05','9d7cf3a3-1b3c-46d9-a912-51cc4b4b62e2'),
(19924,19924,1,'Activities Director','activities-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very relaxed environment and nice people with good management\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Director\"}',1,'2026-01-27 21:04:05','2026-01-27 21:04:05','47111b69-37f9-41d4-a0a4-2dd0903ea00f'),
(19930,19930,1,'CNA/Medtech','cna-medtech',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been with this company for 7 years, 8 in November. I have worked at other facilities, but this one is really the most home-like environment! There is an amazing scheduler here who works with you and your family\'s needs. They give you the breaks you deserve. They are an agency free facility so you can count on your staff to know the residents and building well!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA/Medtech\"}',1,'2026-01-27 21:05:31','2026-01-27 21:05:31','54b2078a-fde6-4e1d-84ff-e6c7781ddbbd'),
(19931,19931,1,'Admissions Director','admissions-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Feels like family, everyone enjoys working with each other\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Director\"}',1,'2026-01-27 21:05:31','2026-01-27 21:05:31','76a86d2c-c00c-4799-b51e-a125353a540b'),
(19932,19932,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have worked here for more than 4 years and have loved every minute of it. There is a great team of staff on the floors that provide great care and a leadership team that is supportive and willing to help! Definitely recommend working here especially over nearby centers\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 21:05:31','2026-01-27 21:05:31','426f92db-9899-4840-86eb-8035f5ee078d'),
(19933,19933,1,'Administrative Assistant','administrative-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy coming to work and greeting our residents and guests on a daily basis. I love seeing the smiles on the residents faces when they come past my window. They make my day. I like to make people smile.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Administrative Assistant\"}',1,'2026-01-27 21:05:31','2026-01-27 21:05:31','0f4df65c-e4be-47d1-88c4-53dfdcab0a40'),
(19934,19934,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 21:05:31','2026-01-27 21:05:31','96412b29-d632-4bbd-a3e2-cd4507918b24'),
(19935,19935,1,'CNA/Medtech','cna-medtech',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been with this company for 7 years, 8 in November. I have worked at other facilities, but this one is really the most home-like environment! There is an amazing scheduler here who works with you and your family\'s needs. They give you the breaks you deserve. They are an agency free facility so you can count on your staff to know the residents and building well!\\\"\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA/Medtech\"}',1,'2026-01-27 21:05:31','2026-01-27 21:05:31','89f34a38-b011-4ea3-a508-53f80e49c9e6'),
(19936,19936,1,'Admissions Director','admissions-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Feels like family, everyone enjoys working with each other\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Director\"}',1,'2026-01-27 21:05:31','2026-01-27 21:05:31','75a557a9-702b-4212-a60c-ea53ff0c22df'),
(19937,19937,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have worked here for more than 4 years and have loved every minute of it. There is a great team of staff on the floors that provide great care and a leadership team that is supportive and willing to help! Definitely recommend working here especially over nearby centers\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-27 21:05:31','2026-01-27 21:05:31','0c407814-dc65-4bbd-92b6-29ce3fa9ba66'),
(19938,19938,1,'Administrative Assistant','administrative-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy coming to work and greeting our residents and guests on a daily basis. I love seeing the smiles on the residents faces when they come past my window. They make my day. I like to make people smile.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Administrative Assistant\"}',1,'2026-01-27 21:05:31','2026-01-27 21:05:31','2dba8452-76d5-45f5-ba2f-ad76aeffcb3f'),
(19941,19941,1,'Business Office Manager','business-office-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am able to work independently with little supervision and meet all deadlines given. I love to meet the residents and families. The Executive Director does her best in acknowledging a job well done and when someone goes above and beyond. In many ways my job is highly rewarding\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office Manager\"}',1,'2026-01-27 21:06:51','2026-01-27 21:06:51','cc165373-7425-4bcd-ad95-b1182049da2d'),
(19942,19942,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/ManitowocHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 21:06:51','2026-01-27 21:06:51','e5738f9f-436b-4afa-9c9d-ebb43f24b22a'),
(19943,19943,1,'Business Office Manager','business-office-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am able to work independently with little supervision and meet all deadlines given. I love to meet the residents and families. The Executive Director does her best in acknowledging a job well done and when someone goes above and beyond. In many ways my job is highly rewarding\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office Manager\"}',1,'2026-01-27 21:06:51','2026-01-27 21:06:51','db878968-7a9c-4606-aceb-35b22a14720e'),
(19950,19950,1,'HR Director','hr-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy working here; Great RN/LPN/CNA staff and great residents!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR Director\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','8d31b802-9b95-4480-af1b-eabba81f0646'),
(19951,19951,1,'Admissions Director','admissions-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly, professional, and communicative team\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Director\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','a09c3930-7913-4a91-9c64-22ddcecf9462'),
(19952,19952,1,'Customer Service','customer-service',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I really enjoy working at Nazareth. There is an amazing group of employees that truly care about what they do. The management and owners want to do what\'s best for the staff and Residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Customer Service\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','a8b2e3dd-f3fc-4051-9d19-98dd7b9325cd'),
(19953,19953,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy working at Nazareth, especially because of their flexible hours, staff ratios, Management team, and my Coworkers\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','feb9fc17-0a7b-4f06-b1ff-24b19a802558'),
(19954,19954,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nazareth is a good place to grow. The residents and my coworkers are a highlight!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','243b5336-dca2-4a03-bd72-d7c03d74b65e'),
(19955,19955,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/NazarethHealthandRehab-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVVTR8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVVTR8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','5d705a1b-dc9f-4ae7-907e-20315fa27989'),
(19956,19956,1,'HR Director','hr-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy working here; Great RN/LPN/CNA staff and great residents!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR Director\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','2f78a5d1-4cd6-4a68-a089-bc078814c6ff'),
(19957,19957,1,'Admissions Director','admissions-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Friendly, professional, and communicative team\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Director\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','ac11f42f-b59f-4df7-8c53-b4f287fa1b91'),
(19958,19958,1,'Customer Service','customer-service',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I really enjoy working at Nazareth. There is an amazing group of employees that truly care about what they do. The management and owners want to do what\'s best for the staff and Residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Customer Service\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','cb8bf109-0f5d-4d26-ad28-02c0d703274e'),
(19959,19959,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy working at Nazareth, especially because of their flexible hours, staff ratios, Management team, and my Coworkers\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','ce31a059-4b16-4b96-a1c9-0c94316bc064'),
(19960,19960,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nazareth is a good place to grow. The residents and my coworkers are a highlight!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-27 21:10:47','2026-01-27 21:10:47','08e025fa-148d-4268-89e2-4b2d35b87efd'),
(19964,19964,1,'2026-01-27 16:41:12',NULL,NULL,NULL,1,'2026-01-27 21:41:12','2026-01-27 21:41:12','691a752f-6107-4a51-aa7f-f1bbcca97f01'),
(19967,19967,1,'2026-01-27 16:53:03',NULL,NULL,NULL,1,'2026-01-27 21:53:03','2026-01-27 21:53:03','d2c63745-db46-4d49-bb54-c678473727cc'),
(19968,19968,1,'2026-01-27 16:53:04',NULL,NULL,NULL,1,'2026-01-27 21:53:04','2026-01-27 21:53:04','429a4d71-ba28-489f-ba1b-17cb9da2c41d'),
(19969,19969,1,'2026-01-27 16:54:22',NULL,NULL,NULL,1,'2026-01-27 21:54:22','2026-01-27 21:54:22','294f8d83-4a53-4726-b25d-ee78556d6f4d'),
(19970,19970,1,'2026-01-27 16:54:32',NULL,NULL,NULL,1,'2026-01-27 21:54:32','2026-01-27 21:54:32','55b57363-a312-4eb1-8edf-003b8764686e'),
(19971,19971,1,'2026-01-27 16:56:27',NULL,NULL,NULL,1,'2026-01-27 21:56:27','2026-01-27 21:56:27','4c9ff74e-3afa-43ca-8ce6-b2e953d3524d'),
(19989,19989,1,'2026-01-27 19:24:17',NULL,NULL,NULL,1,'2026-01-28 00:24:17','2026-01-28 00:24:17','2e0e61d2-975a-4c9e-84fe-97915a7dcf00'),
(19992,19992,1,'Copy 20of 20 Copy 20of 20 Keri 20 Wooten 20resume',NULL,NULL,NULL,1,'2026-01-28 01:43:52','2026-01-28 01:43:52','65d81603-3a37-4023-a3aa-398e12f98838'),
(20047,20047,1,'2026-01-27 23:18:27',NULL,NULL,NULL,1,'2026-01-28 04:18:27','2026-01-28 04:18:27','682ecdd2-36a0-4b9b-a8e1-af746634eafc'),
(20048,20048,1,'R 2025',NULL,NULL,NULL,1,'2026-01-28 04:18:27','2026-01-28 04:18:27','21e2d169-e5b5-4f82-8b60-7041ec1dc81e'),
(20053,20053,1,'Monica Capezza Resume 1',NULL,NULL,NULL,1,'2026-01-28 04:46:54','2026-01-28 04:46:54','9c572364-48b9-4a6a-8d8e-b88a2c84dd53'),
(20169,20169,1,'2026-01-28 03:08:22',NULL,NULL,NULL,1,'2026-01-28 08:08:22','2026-01-28 08:08:22','df0b11ac-4955-4614-a378-c8cd3c109a88'),
(20746,20746,1,'2026-01-28 08:12:07',NULL,NULL,NULL,1,'2026-01-28 13:12:07','2026-01-28 13:12:07','280e27f8-9059-4bf2-9d60-01c719572ecf'),
(20753,20753,1,'2026-01-28 08:17:57',NULL,NULL,NULL,1,'2026-01-28 13:17:57','2026-01-28 13:17:57','5384e2d0-cbe8-4801-9d77-7224174eb455'),
(20762,20762,1,'2026-01-28 08:21:49',NULL,NULL,NULL,1,'2026-01-28 13:21:49','2026-01-28 13:21:49','f2ef7632-daf7-4fee-909e-44fbd22440d7'),
(20763,20763,1,'2026-01-28 08:23:50',NULL,NULL,NULL,1,'2026-01-28 13:23:50','2026-01-28 13:23:50','81d99b7c-f43c-4158-b59b-4eaa741f7bc4'),
(20790,20790,1,'2026-01-28 09:53:18',NULL,NULL,NULL,1,'2026-01-28 14:53:18','2026-01-28 14:53:18','b5c35c34-1ae0-4b8b-99ef-ba4e5a5bde96'),
(20791,20791,1,'2026-01-28 09:54:54',NULL,NULL,NULL,1,'2026-01-28 14:54:54','2026-01-28 14:54:54','7151b5a2-27b8-4429-a762-0fc723179ada'),
(20793,20793,1,'2026-01-28 09:58:03',NULL,NULL,NULL,1,'2026-01-28 14:58:03','2026-01-28 14:58:03','efb059d8-6f54-4fb0-a3e2-49eb952a709b'),
(20806,20806,1,'2026-01-28 10:08:38',NULL,NULL,NULL,1,'2026-01-28 15:08:38','2026-01-28 15:08:38','59868838-0541-40e9-b0e4-774e9c34ee29'),
(20807,20807,1,'2026-01-28 10:24:57',NULL,NULL,NULL,1,'2026-01-28 15:24:57','2026-01-28 15:24:57','9f63c279-ae92-486f-8f52-3747c4d55cb7'),
(20808,20808,1,'2026-01-28 10:50:24',NULL,NULL,NULL,1,'2026-01-28 15:50:24','2026-01-28 15:50:24','26bb8841-7ca8-4576-a381-331a54f05de5'),
(20811,20811,1,'2026-01-28 11:24:10',NULL,NULL,NULL,1,'2026-01-28 16:24:09','2026-01-28 16:24:10','85015cb0-ad98-4ee7-9464-cf4d95ab5d4c'),
(20813,20813,1,'2026-01-28 11:39:22',NULL,NULL,NULL,1,'2026-01-28 16:39:22','2026-01-28 16:39:22','3260bf5a-4b48-4213-b0ca-4c149f2ded6b'),
(20825,20825,1,'2026-01-28 12:07:53',NULL,NULL,NULL,1,'2026-01-28 17:07:52','2026-01-28 17:07:53','4bb0c58a-d100-45ab-b58b-e476b22efb78'),
(20831,20831,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 17:09:25','2026-01-28 17:09:25','4c25540f-8c67-4e04-b3d7-2462fa094dd6'),
(20833,20833,1,'IMG 1448',NULL,NULL,NULL,1,'2026-01-28 17:09:42','2026-01-28 17:09:42','cda95df6-c409-4d5a-9875-09a14020da9b'),
(20839,20839,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Bey Lea is a caring work environment and has been a great place to work\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-28 17:14:28','2026-01-28 17:14:28','1e3e03c0-7715-4517-8eaf-4905d8d9e285'),
(20840,20840,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 17:14:28','2026-01-28 17:14:28','447cfbc4-cd69-4a3a-9281-89b0d5bf741a'),
(20841,20841,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents are really nice, coworkers are friendly, management is honest and reasonable, and they don\'t over work us. Most importantly the pay is great and competitive with benefits\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 17:14:28','2026-01-28 17:14:28','7f691094-0a97-469e-bf54-d73842d1d6ce'),
(20842,20842,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have started from the bottom straight out of school. They trained me patiently and provided support. Complete Care at Bey Lea is the type of facility you want to work in long term and be a regular at\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 17:14:28','2026-01-28 17:14:28','f7de9302-bb23-4022-b15a-cbaab879a12a'),
(20843,20843,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Bey Lea is a caring work environment and has been a great place to work\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-28 17:14:28','2026-01-28 17:14:28','29307649-03e2-4aa2-b307-1f851c301a6e'),
(20844,20844,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul><li><a href=\\\"/files/legal/Complete-Care-at-Bey-Lea-2024-NJ-Financials.pdf\\\">Complete Care at Bey Lea 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Bey-Lea-MCR-CR-2024.pdf\\\">Bey Lea MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Bey-Lea-2024-Revenues.pdf\\\">Complete Care at Bey Lea 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-28 17:14:28','2026-01-28 17:14:28','299ae323-c405-467e-a4d6-7ddcf986d278'),
(20847,20847,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 17:14:47','2026-01-28 17:14:47','267220cb-54d9-4e4b-8bc6-25e4ddddc08e'),
(20848,20848,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-NJ-Financials.pdf\\\">Complete Care at Arbors 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/Arbors-MCR-CR-2024.pdf\\\">Arbors MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-Arbors-2024-Revenues.pdf\\\">Complete Care at Arbors 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-28 17:14:47','2026-01-28 17:14:47','7d74231f-0f8d-4001-b2bc-f41aced9971a'),
(20849,20849,1,'2026-01-28 12:14:59',NULL,NULL,NULL,1,'2026-01-28 17:14:59','2026-01-28 17:14:59','88817467-0bab-405b-9de5-79e017913ed8'),
(20850,20850,1,'Artreal Clarks Resume',NULL,NULL,NULL,1,'2026-01-28 17:14:59','2026-01-28 17:14:59','c566b4e4-464f-415e-a38f-62a1662670e0'),
(20851,20851,1,'2026-01-28 12:15:08',NULL,NULL,NULL,1,'2026-01-28 17:15:07','2026-01-28 17:15:08','2ccd68ee-9cc5-40c9-9255-bf48da2ee7ca'),
(20852,20852,1,'IMG 1448',NULL,NULL,NULL,1,'2026-01-28 17:15:07','2026-01-28 17:15:07','b9c81568-0ab2-40f6-bde5-b32c2c18ed61'),
(20856,20856,1,'2026-01-28 12:28:46',NULL,NULL,NULL,1,'2026-01-28 17:28:46','2026-01-28 17:28:46','11504007-1f4d-41b8-bb6d-cfa42eba2fed'),
(20857,20857,1,'2026-01-28 12:29:50',NULL,NULL,NULL,1,'2026-01-28 17:29:50','2026-01-28 17:29:50','b5cf914a-e0cf-40ce-a3d0-4c05666073d0'),
(20869,20869,1,'2026-01-28 13:00:34',NULL,NULL,NULL,1,'2026-01-28 18:00:34','2026-01-28 18:00:34','fbd0433d-fb43-4904-86fa-9b2c107c227f'),
(20873,20873,1,'2026-01-28 13:11:23',NULL,NULL,NULL,1,'2026-01-28 18:11:23','2026-01-28 18:11:23','a02ce587-d746-4442-8952-17d1080dea77'),
(20885,20885,1,'2026-01-28 13:58:22',NULL,NULL,NULL,1,'2026-01-28 18:58:22','2026-01-28 18:58:22','29f92850-2ae5-47d4-845c-a8392464a4e3'),
(20891,20891,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 19:08:34','2026-01-28 19:08:34','0b8ff99b-7f6a-4407-8c14-a2e6168f7931'),
(20895,20895,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 19:11:00','2026-01-28 19:11:00','20933fb3-5d3e-490c-bda6-2ea4b081be82'),
(20896,20896,1,'Disclosures','disclosures',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":true,\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\":\"<ul style=\\\"list-style-type:disc;\\\"><li><a href=\\\"/files/legal/Complete-Care-at-West-Caldwell-2024-NJ-Financials.pdf\\\">Complete Care at West Caldwell 2024 NJ Financials</a></li><li><a href=\\\"/files/legal/West-Caldwell-MCR-CR-2024.pdf\\\">West Caldwell MCR CR 2024</a></li><li><a href=\\\"/files/legal/Complete-Care-at-West-Caldwell-2024-Revenues.pdf\\\">Complete Care at West Caldwell 2024 Revenues</a></li><li><a href=\\\"https://www.nj.gov/health/ltc/nursing-homes/\\\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\"}',1,'2026-01-28 19:11:00','2026-01-28 19:11:00','d7625217-0a7d-4fb0-8922-f602bb8ebfa5'),
(20903,20903,1,'2026-01-28 14:20:08',NULL,NULL,NULL,1,'2026-01-28 19:20:08','2026-01-28 19:20:08','20d97045-8087-4196-8fd6-0cdcf89f3bfa'),
(20907,20907,1,'2026-01-28 14:49:07',NULL,NULL,NULL,1,'2026-01-28 19:49:07','2026-01-28 19:49:07','a254741e-3669-4c45-b681-f7213d4b6d7c'),
(20918,20918,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Had a good work/life balance working as a receptionist for Complete Care at Green Acres.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-28 20:18:01','2026-01-28 20:18:01','48ac2a02-e9b3-4b39-a2cb-e675eb277f24'),
(20919,20919,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:18:01','2026-01-28 20:18:01','c041dc5b-e2d7-4811-a873-58ce040e4002'),
(20920,20920,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Managers and coworkers do their best to guide you in the right direction and see you succeed.  Facility offers opportunities to increase knowledge, understanding, and acquire additional certifications. Overall, there is a positive, friendly, inviting, and inclusive work culture that is hard to find anywhere else.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-28 20:18:01','2026-01-28 20:18:01','babd0ab1-bee8-44ae-91d7-7ac70809caae'),
(20921,20921,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The part that stands out the most to me is how everyone is treated like an actual human. Each resident is a person and treated as family. Us staff especially are a friendly and helpful team!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 20:18:01','2026-01-28 20:18:01','f5e95282-e6c4-4510-83d0-230936a0fdb7'),
(20922,20922,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Had a good work/life balance working as a receptionist for Complete Care at Green Acres.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-28 20:18:01','2026-01-28 20:18:01','39984b66-bdb9-42c1-9015-26c72453114b'),
(20924,20924,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:18:14','2026-01-28 20:18:14','a710db81-4b6a-4da3-b174-6b9c409fb9d7'),
(20933,20933,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We take the time to understand each resident’s needs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-28 20:22:26','2026-01-28 20:22:26','a2b12c09-8b34-4e96-a9b2-f7a54c73e31b'),
(20934,20934,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed working at Burlington Woods. Residents and staff were always treated like family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 20:22:26','2026-01-28 20:22:26','a4a3bbcb-72c6-46ca-8ee4-05725e12a53e'),
(20935,20935,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel fulfilled working here. Departments work well together to ensure that all residents\' needs are met.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-28 20:22:26','2026-01-29 16:09:21','3d654330-694c-4f87-a3e4-16b29a480e12'),
(20936,20936,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is a supportive work environment. Administration stays involved and understands what happens on the floor\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-28 20:22:26','2026-01-28 20:22:26','096a78ec-77df-4b20-be6d-e544166fa48b'),
(20937,20937,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:22:26','2026-01-28 20:22:26','7a19617b-9311-4908-bab1-188a692febf5'),
(20938,20938,1,'Kitchen Aide','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"As an employee Burlington Woods is a very good place to work at\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Kitchen Aide\"}',1,'2026-01-28 20:22:26','2026-01-28 20:22:26','f5b2e14e-a29a-4736-a754-5fb7d853ad34'),
(20939,20939,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We take the time to understand each resident’s needs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-28 20:22:26','2026-01-28 20:22:26','0c7192b4-5ad9-4296-a790-11cab647026c'),
(20940,20940,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed working at Burlington Woods. Residents and staff were always treated like family.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 20:22:26','2026-01-28 20:22:26','0105b152-5422-4be7-a55a-b8bcc81e8317'),
(20941,20941,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel fulfilled working here. We aren’t just cooking meals—we are caring for people.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-28 20:22:26','2026-01-28 20:22:26','4d0f070d-ceb2-4bdd-a35e-0a784d1688f7'),
(20942,20942,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is a supportive work environment. Administration stays involved and understands what happens on the floor\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-28 20:22:26','2026-01-28 20:22:26','675c0d59-fbae-4a05-b5bc-a69db45d860a'),
(20949,20949,1,'Director of Activities','director-of-activities',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am fortunate to get to meet so many interesting people. Finding ways to make them each feel valued and cared for is rewarding in a way I have never experienced before.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Activities\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','f415c2cb-0518-4bf9-8998-2c72a46c3a63'),
(20950,20950,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very friendly and helpful staff. I felt welcomed from day one and have grown in my knowledge and confidence thanks to my coworkers.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','c4e03cd4-b9ff-4b80-8e88-4aa686075219'),
(20951,20951,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The highlight of my day is spending time with all of the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','54a56940-df71-463c-9dff-3e2617249474'),
(20952,20952,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The work environment is full of respect, between leadership, staff, and residents. It is refreshing to see how leadership supports our efforts in caring for our residents and their needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','e63a8a61-c3ad-4e33-8647-10f9c8825d25'),
(20953,20953,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt supported when handling complex situations\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','4b246a54-984d-4f4a-ac56-7af2ac796d6e'),
(20954,20954,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','565e69d5-07ab-4122-af37-7aa1f530bbb1'),
(20955,20955,1,'Director of Activities','director-of-activities',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I am fortunate to get to meet so many interesting people. Finding ways to make them each feel valued and cared for is rewarding in a way I have never experienced before.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Activities\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','79f36f38-8f7d-49fc-a065-75e7d7027066'),
(20956,20956,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very friendly and helpful staff. I felt welcomed from day one and have grown in my knowledge and confidence thanks to my coworkers.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','84a6f3f0-c120-40b5-a807-5e9384334ad1'),
(20957,20957,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The highlight of my day is spending time with all of the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','72551cc8-9864-4578-b93c-7e307f6402d3'),
(20958,20958,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The work environment is full of respect, between leadership, staff, and residents. It is refreshing to see how leadership supports our efforts in caring for our residents and their needs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','f2fdf9c0-38e1-4856-b3ba-5321bc9ba603'),
(20959,20959,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt supported when handling complex situations\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-28 20:27:59','2026-01-28 20:27:59','06f5b949-58cf-476d-b243-144688c8d84f'),
(20962,20962,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:28:29','2026-01-28 20:28:29','dfda3064-8457-43ce-b6b3-c8b529a49978'),
(20968,20968,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’m encouraged to be honest, compassionate, and transparent with families.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-28 20:32:04','2026-01-28 20:32:04','0d9e29df-5f2e-425c-89dc-fb1f6bedb374'),
(20969,20969,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We work closely with every department, and that teamwork shows.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-28 20:32:04','2026-01-28 20:32:04','0ed966e2-734a-4546-9985-54e820c2d325'),
(20970,20970,1,'Business Office Manager','business-office-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership encourages open communication and shared accountability\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office Manager\"}',1,'2026-01-28 20:32:04','2026-01-28 20:32:04','b322c9c3-008b-4b9e-bc8b-c90a2e1ce5ee'),
(20971,20971,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:32:04','2026-01-28 20:32:04','b07575ea-0ce0-49dd-981f-7df367fe17d8'),
(20972,20972,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’m encouraged to be honest, compassionate, and transparent with families.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-28 20:32:04','2026-01-28 20:32:04','44fb341e-3077-44a8-89d2-4f592202c9de'),
(20973,20973,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We work closely with every department, and that teamwork shows.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-28 20:32:04','2026-01-28 20:32:04','c96cac62-626f-4605-abe1-ce50b57df936'),
(20974,20974,1,'Business Office Manager','business-office-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership encourages open communication and shared accountability\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office Manager\"}',1,'2026-01-28 20:32:04','2026-01-28 20:32:04','2ae01cf3-1241-44e1-9eb6-400d8d6f0761'),
(20976,20976,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:32:16','2026-01-28 20:32:16','a1f59090-7679-40fe-9a8c-24bf41c95bd6'),
(20978,20978,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NCHWD3P\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NCHWD3P\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:32:39','2026-01-28 20:32:39','0d579a39-99bc-4981-a569-96bfcd3f9f4e'),
(20985,20985,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:34:12','2026-01-28 20:34:12','49109f08-d5d8-4988-af08-f370e2759f40'),
(20986,20986,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent company to work for. Administrator is very accommodating & the company does a lot for employee appreciation. I love working for Complete Care at Laurelton!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-28 20:34:12','2026-01-28 20:34:12','8a33837c-29b2-4473-8829-ec493fc7ba27'),
(20987,20987,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There is a great work environment, pleasant atmosphere, friendly staff organized and clean facility. Excellent care provided to residents by our caring nurses and responsible staff. Overall, this place is a great place to work for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 20:34:12','2026-01-28 20:34:12','44b7cdda-154d-4951-8226-4bfbb92a6669'),
(20988,20988,1,'Director of Social Services','director-of-social-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Being a part of management is great, but what is the icing on the cake is our administration team. Regional and Administration are fantastic and down to earth. It is so important to have a place to air issues and get them listened to and worked on together. Phenomenal team.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Social Services\"}',1,'2026-01-28 20:34:12','2026-01-28 20:34:12','6c5cb9b1-746e-40af-b1f4-e53ad0d91292'),
(20989,20989,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great Pay Rate & a flexible schedule is possible.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 20:34:12','2026-01-28 20:34:12','ea1d3132-7523-401c-b685-0c27535b9cf6'),
(20990,20990,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"You can pick up as many shifts as you want, and you have good co-workers.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 20:34:12','2026-01-28 20:34:12','497ec998-bd99-45e6-9e26-21b8bfe077ca'),
(20992,20992,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:34:25','2026-01-28 20:34:25','2b4fa1ef-e1cb-4a31-b665-5c778805d1e7'),
(20999,20999,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great employees that create a great work environment. Working at CC of Monmouth has always given me a sense of belonging and purpose.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-28 20:36:40','2026-01-28 20:36:40','bec9fa02-ee18-45c5-b42a-7b9c6d57a736'),
(21000,21000,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care of Monmouth is like family to me!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-28 20:36:40','2026-01-28 20:36:40','7808a994-7232-444b-b644-f784b063337f'),
(21001,21001,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is fulfilling to work with the residents and get to know them and their families.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 20:36:40','2026-01-28 20:36:40','f5abe940-7f95-4530-afbf-a8fb3d2525eb'),
(21002,21002,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 20:36:40','2026-01-28 20:36:40','fadc64c3-f80e-48ba-9c8e-93f7985550b4'),
(21003,21003,1,'MDS Coordinator','mds-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice facility to work at with great coworkers. Teamwork here is a plus!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MDS Coordinator\"}',1,'2026-01-28 20:36:40','2026-01-28 20:36:40','14000179-1a48-4109-a4a6-0d4f875849fb'),
(21004,21004,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great employees that create a great work environment. Working at CC of Monmouth has always given me a sense of belonging and purpose.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-28 20:36:40','2026-01-28 20:36:40','8a836c13-c637-42e4-a565-80df2b629256'),
(21005,21005,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care of Monmouth is like family to me!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-28 20:36:40','2026-01-28 20:36:40','7a4fb7b3-783c-45d4-9da9-c268a3fdca4b'),
(21006,21006,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is fulfilling to work with the residents and get to know them and their families.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 20:36:40','2026-01-28 20:36:40','f8e25311-8164-45e6-b417-6ef636f863aa'),
(21010,21010,1,'2026-01-28 15:43:17',NULL,NULL,NULL,1,'2026-01-28 20:43:17','2026-01-28 20:43:17','8cd8f20f-c9ab-4b7e-bcdd-12d5dee70b5c'),
(21021,21021,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Administration is present and involved, which makes a huge difference in resident care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-28 21:29:25','2026-01-28 21:29:25','5d10e533-1d4e-4ba3-a931-460b1d727512'),
(21022,21022,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’ve grown so much as a nurse here because I’m encouraged and provided with opportunities for growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 21:29:25','2026-01-28 21:29:25','295b25b5-0091-489b-8f0d-35fe50501ee7'),
(21023,21023,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:29:25','2026-01-28 21:29:25','12004205-3646-428e-a7c4-c891518a769a'),
(21024,21024,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is nice to work with the residents every day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-28 21:29:25','2026-01-28 21:29:25','083788c1-1cd9-47e6-957c-039f4d13660d'),
(21025,21025,1,'Food Service Director','food-service-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Ocean Grove is a great place for personal and professional growth. They are willing to educate staff, assist in paying for schooling, and provide various classes, among other opportunities.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Food Service Director\"}',1,'2026-01-28 21:29:25','2026-01-28 21:29:25','1f3ac1f3-9b4f-4bba-9c88-dea07dece3b1'),
(21026,21026,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Administration is present and involved, which makes a huge difference in resident care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-28 21:29:25','2026-01-28 21:29:25','9b0091c3-257b-45b7-82cf-786397a6d3b3'),
(21027,21027,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I’ve grown so much as a nurse here because I’m encouraged and provided with opportunities for growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 21:29:25','2026-01-28 21:29:25','ce9e4267-ad11-4c00-87d4-84b905a022c5'),
(21036,21036,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Our staff cares very much about our residents. We work hard to put some cheer into their stay with us.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-28 21:34:03','2026-01-28 21:34:03','10d52969-a60b-43c3-a30d-1ff4c20c49a8'),
(21037,21037,1,'Dietary Cook','kitchen-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is friendly and caring\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-28 21:34:03','2026-01-28 21:34:03','6fddadf4-1f2e-4b88-b606-6f8c3e1fafe2'),
(21038,21038,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The environment feels supportive and the staff supports one another when the day gets busy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 21:34:03','2026-01-28 21:34:03','0dcd6a9b-c469-47f0-b006-7f76a90fd82f'),
(21039,21039,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I knew I could trust my team which gave me the confidence to communicate with families each day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-28 21:34:03','2026-01-28 21:34:03','db9465e4-78fd-486f-9f33-8c3dffcb1d9a'),
(21040,21040,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:34:03','2026-01-28 21:34:03','c4abc763-2457-4dc4-ac37-8954dccbe9d5'),
(21041,21041,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Our staff cares very much about our residents. We work hard to put some cheer into their stay with us.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-28 21:34:03','2026-01-28 21:34:03','bf466638-5af5-4e74-afca-4851c864aede'),
(21042,21042,1,'Dietary Cook','kitchen-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Staff is friendly and caring\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-28 21:34:03','2026-01-28 21:34:03','e8ff70dc-eb56-4f52-b00b-7076215a65b9'),
(21043,21043,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The environment feels supportive and the staff supports one another when the day gets busy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 21:34:03','2026-01-28 21:34:03','6744df96-8dea-4816-941f-6e6fd3d3311b'),
(21044,21044,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I knew I could trust my team which gave me the confidence to communicate with families each day\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-28 21:34:03','2026-01-28 21:34:03','48bbb07b-9b64-4d62-96f9-a5cb506d8225'),
(21046,21046,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvictoriacommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5JXQBRT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5JXQBRT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:34:15','2026-01-28 21:34:15','d618c63c-040c-46cd-a499-a6f5e6d64cf5'),
(21052,21052,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The teamwork here at Wall between departments makes service smoother.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-28 21:36:11','2026-01-28 21:36:11','35a490c3-e4d6-4b73-8f20-2cae3913015b'),
(21053,21053,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:36:11','2026-01-28 21:36:11','8f1a34ef-b6af-43cc-9546-28a00b62862a'),
(21054,21054,1,'Receptionist','receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Warm, friendly company that works with staff in any situation. There’s so much for residents to do as well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Receptionist\"}',1,'2026-01-28 21:36:11','2026-01-28 21:36:11','40dbfd94-c6ea-4262-8c87-e0c28864c1ef'),
(21055,21055,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Wall provides competitive hourly wage, shift differential, scheduling flexibility, and has accessible management.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-28 21:36:11','2026-01-28 21:36:11','2a25c571-07e5-4637-81ae-0ad087fd5bc6'),
(21056,21056,1,'Supervisor','supervisor',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Administration is reasonable to work for and provides the tools and support needed to do our jobs.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Supervisor\"}',1,'2026-01-28 21:36:11','2026-01-28 21:36:11','4795e539-5ec9-427c-98f7-3730b4bf7018'),
(21057,21057,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The teamwork here at Wall between departments makes service smoother.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-28 21:36:11','2026-01-28 21:36:11','7b59a329-2de4-4e2e-9e0a-9340be2161ed'),
(21058,21058,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:36:34','2026-01-28 21:36:34','3bed5713-2683-4875-99dd-c8952452892a'),
(21061,21061,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:37:11','2026-01-28 21:37:11','96609490-79c5-4004-9d64-d1807bed79f6'),
(21062,21062,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been working at this facility for 24 years in the Recreation department. I enjoy interacting with the wonderful staff and the residents, making their days happier by providing activities. Throughout the years I have been able to see the growth of this facility and the care and compassion they show towards their residents and their families. The management team is always caring towards their staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2026-01-28 21:37:11','2026-01-28 21:37:11','832e7eac-4021-4469-8f57-6cbe3746c127'),
(21069,21069,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management provides the support and tools needed to do our jobs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-28 21:38:39','2026-01-28 21:38:39','59c8d059-f2e8-48e0-9360-e17a45d9d53f'),
(21070,21070,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Communication across departments is strong.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-28 21:38:39','2026-01-28 21:38:39','29ebbdce-6887-4595-aee9-39fd3745502a'),
(21071,21071,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:38:39','2026-01-28 21:38:39','bc24ff36-dff6-425d-a9fd-8057f549bec8'),
(21072,21072,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management provides the support and tools needed to do our jobs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-28 21:38:39','2026-01-28 21:38:39','42f68d7f-7e92-4b1d-8290-e4117fbe0bfd'),
(21073,21073,1,'Dietary Cook','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice place to work! Staff is very nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-28 21:38:39','2026-01-28 21:38:39','c4570453-7982-42c2-b442-248718ae0599'),
(21074,21074,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Communication across departments is strong.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-28 21:38:39','2026-01-28 21:38:39','8bfce374-ae80-45b6-862b-06be913fa1cf'),
(21077,21077,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:38:58','2026-01-28 21:38:58','e333b7a5-d800-45c7-88db-de00e039c1ed'),
(21078,21078,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"People working there care about the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-28 21:38:58','2026-01-28 21:38:58','1a6fe4a2-7523-4526-ba90-25138d4c1e95'),
(21081,21081,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:39:40','2026-01-28 21:39:40','28c023c7-7a4f-47fa-ba2a-7a1a3baf3091'),
(21082,21082,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Diversity is amazing getting to know others.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-28 21:39:40','2026-01-28 21:39:40','d72262e2-fe81-4bc7-a31b-da1500a42cae'),
(21085,21085,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PPG2D8B\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PPG2D8B\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:39:54','2026-01-28 21:39:54','299d259f-9900-43b8-94fe-49e5f51e424a'),
(21086,21086,1,'HR','hr',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The best part of working is the compensation and the surrounding area.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR\"}',1,'2026-01-28 21:39:54','2026-01-28 21:39:54','d2dc4042-0619-4791-a1bc-404294113f96'),
(21089,21089,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:40:04','2026-01-28 21:40:04','716c9e7e-ad0d-4015-86ab-e99ac5d0b33d'),
(21090,21090,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Positive and dedicated staff that assist the residents in doing therapeutic and fun activities that promote socialization and conservation with their peers and staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2026-01-28 21:40:04','2026-01-28 21:40:04','45e521ff-5432-4eb2-a4df-19b6d1c6e3d1'),
(21093,21093,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccparkplace.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5MDJ53H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5MDJ53H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:40:17','2026-01-28 21:40:17','b833bd2e-d173-4b5f-ac3d-f713230ff384'),
(21094,21094,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff are very nice and the atmosphere is pleasant. Environment is peaceful and there is a diversity of cultures.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-28 21:40:17','2026-01-28 21:40:17','bc414fef-9e89-4ee8-9aec-1c520bd73b8b'),
(21096,21096,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:40:27','2026-01-28 21:40:27','cfa17309-7c2b-4c5c-9fab-55b2b7a61d69'),
(21097,21097,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have worked at many healthcare sites as an agency nurse and this place gets 5 stars from me. Every place has adjustments they can make to be better but they welcome staff with open arms.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-28 21:40:27','2026-01-28 21:40:27','7326f84d-060c-4f05-870f-88146bbd7cdf'),
(21101,21101,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:40:43','2026-01-28 21:40:43','00a14e86-ad6e-4b48-a262-c67bf991fddb'),
(21102,21102,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Warm friendly company. Works with staff with any situation. There’s so much for residents to do.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2026-01-28 21:40:43','2026-01-28 21:40:43','b639fa31-c802-4f9c-80f7-d7db4fc48ca6'),
(21103,21103,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good benefits and competitive pay.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2026-01-28 21:40:43','2026-01-28 21:40:43','b7d47152-52ba-44da-916d-4f1a45136023'),
(21107,21107,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwoodlands.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N4PZH78\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N4PZH78\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:41:00','2026-01-28 21:41:00','a47f9af0-8935-4b58-a32f-2339769738f0'),
(21108,21108,1,'Manager','manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The team at the center provides patient centered care that supports their individual preferences and needs helping each person maintain independence and achieve the best possible outcome. Management is supportive and committed to helping staff grow and develop.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Manager\"}',1,'2026-01-28 21:41:00','2026-01-28 21:41:00','b3952130-d22c-4f79-97db-2ec3f772e848'),
(21109,21109,1,'Director of therapeutic recreation','director-of-therapeutic-recreation',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Meaningful Work- Daily opportunities to make a positive impact on residents\' quality of life.\\nCreative Freedom- Opportunity to develop engaging programs & events.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of therapeutic recreation\"}',1,'2026-01-28 21:41:00','2026-01-28 21:41:00','90c1925e-db47-4b88-9aa4-5658e2b0ad83'),
(21112,21112,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:41:14','2026-01-28 21:41:14','498e0861-8db2-41a6-a57a-24288d7ae5e0'),
(21113,21113,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very Great company, they allow you to get tuition reimbursement, I didn’t work here very long but I do recommend working there, residents are great.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 21:41:14','2026-01-28 21:41:14','74f8bcab-f1d1-4857-a4d6-09a5530e9e27'),
(21116,21116,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:41:25','2026-01-28 21:41:25','d18cd7c2-7f3b-44d2-9a94-9d1d493672ff'),
(21117,21117,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"They were very flexible with me regarding hours and shifts.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-28 21:41:25','2026-01-28 21:41:25','a629a302-9c47-4d79-96c9-8061d23f0302'),
(21120,21120,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6902],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccinglemoor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TKB4RWC\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TKB4RWC\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:41:43','2026-01-28 21:41:43','ab79f8c8-2e3c-4f28-814f-6fe820e10b4a'),
(21121,21121,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I was an intern at complete care Inglemore. It was a very good learning experience for me. My bosses were very nice, patient, and helpful. I enjoyed interacting with the residents as well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-28 21:41:43','2026-01-28 21:41:43','fe76f26f-6881-45dc-86be-7e2ce207bd5f'),
(21124,21124,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:41:59','2026-01-28 21:41:59','d89b8390-f919-4d86-84a4-276ad1a0a6a8'),
(21125,21125,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The working experience here was wonderful. Everyone was helpful, especially the supervisor she went above and beyond.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2026-01-28 21:41:59','2026-01-28 21:41:59','6df86362-7a5c-4792-a7a4-2d6da4e1f8a8'),
(21129,21129,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccregent.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7WWWFT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7WWWFT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:42:17','2026-01-28 21:42:17','afaaec5a-4228-4dad-8cc1-04227f1932b8'),
(21130,21130,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice and clean place to work.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2026-01-28 21:42:17','2026-01-28 21:42:17','517513d7-c9a6-4670-a764-cea941bfe0c7'),
(21131,21131,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Nice place to work in with staff that are more like family. Nurses are attentive and caring. Patients and family are treated with dignity and compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2026-01-28 21:42:17','2026-01-28 21:42:17','f624d375-daec-4cbc-92eb-bb23c02839ed'),
(21134,21134,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6916],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:42:30','2026-01-28 21:42:30','ba423433-bdfd-4185-b028-12eec58720ae'),
(21135,21135,1,'Employee','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I worked here for almost 3 years. The activity staff is wonderful! The nurses truly care about their residents as well. I would recommend this place.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Employee\"}',1,'2026-01-28 21:42:30','2026-01-28 21:42:30','aec91a22-20e4-408d-b053-4834ed7b8fa4'),
(21137,21137,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6850],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:42:37','2026-01-28 21:42:37','a6dbed11-8878-4879-a691-8aa8d97db2a9'),
(21138,21138,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12362],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:42:51','2026-01-28 21:42:51','ff57acdb-3841-4a96-8d3c-769cf747d920'),
(21140,21140,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/RidgewoodCareCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:43:02','2026-01-28 21:43:02','d207452e-0e81-4533-a79f-bb74f4c3075c'),
(21142,21142,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6835],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareglendale.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WSTSDZT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WSTSDZT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:43:12','2026-01-28 21:43:12','b29db1dd-33e1-496d-b698-2b9f89fe00c8'),
(21144,21144,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6838],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KC877J8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KC877J8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:43:23','2026-01-28 21:43:23','a66387ca-cd62-4909-b0f2-21d5b18739e6'),
(21146,21146,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10158],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T32PWBD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T32PWBD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:43:34','2026-01-28 21:43:34','c6466ed3-4c55-41fe-9fbb-15396f310287'),
(21148,21148,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10161],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:43:47','2026-01-28 21:43:47','b9f8bea6-f6a2-4886-ac3a-4b9ad06dc807'),
(21150,21150,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12467],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmeriden.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KZNV5KD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KZNV5KD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-28 21:43:55','2026-01-28 21:43:55','18b03af1-513c-481a-a0c0-80626086282e'),
(21158,21158,1,'2026-01-28 18:08:25',NULL,NULL,NULL,1,'2026-01-28 23:08:25','2026-01-28 23:08:25','10d3dc03-6df2-4a06-b372-ed8241c85f0f'),
(21159,21159,1,'ONSTAT10 6020 80187196 onstat10120601 1',NULL,NULL,NULL,1,'2026-01-28 23:08:25','2026-01-28 23:08:25','b6a80d94-1b63-472c-9868-028d5173be80'),
(21160,21160,1,'2026-01-28 18:47:55',NULL,NULL,NULL,1,'2026-01-28 23:47:55','2026-01-28 23:47:55','6e1c5628-b199-42d9-ba1f-0d1b4f5900b9'),
(21164,21164,1,'2026-01-28 19:09:35',NULL,NULL,NULL,1,'2026-01-29 00:09:35','2026-01-29 00:09:35','fb80e8d4-3119-4f14-a3e5-3ca201355315'),
(21166,21166,1,'2026-01-28 19:33:27',NULL,NULL,NULL,1,'2026-01-29 00:33:27','2026-01-29 00:33:27','fef2c306-1187-4aa4-aefa-7f5d0a15978c'),
(21176,21176,1,'2026-01-28 20:17:39',NULL,NULL,NULL,1,'2026-01-29 01:17:39','2026-01-29 01:17:39','fc778edb-36ed-4d4f-afb1-b56fcf2786b1'),
(21178,21178,1,'TMD Resume 2026',NULL,NULL,NULL,1,'2026-01-29 01:19:18','2026-01-29 01:19:18','4be2c434-f4a7-4355-bdb5-c2bc58b484bd'),
(21192,21192,1,'2026-01-28 20:29:30',NULL,NULL,NULL,1,'2026-01-29 01:29:30','2026-01-29 01:29:30','b062f914-3f69-479d-a013-3dad3c1a5019'),
(21222,21222,1,'2026-01-28 23:30:28',NULL,NULL,NULL,1,'2026-01-29 04:30:28','2026-01-29 04:30:28','19b4c6ca-a57e-446a-b93e-02804fe309fd'),
(21223,21223,1,'2025 Resume',NULL,NULL,NULL,1,'2026-01-29 04:30:28','2026-01-29 04:30:28','418742bc-93c8-4a63-9557-24c21f016890'),
(21240,21240,1,'2026-01-29 02:33:54',NULL,NULL,NULL,1,'2026-01-29 07:33:54','2026-01-29 07:33:54','603b4c86-17e4-48d5-8198-12f1a4cae41b'),
(21243,21243,1,'2026-01-29 04:23:11',NULL,NULL,NULL,1,'2026-01-29 09:23:11','2026-01-29 09:23:11','3ff672cd-9832-4d98-b867-b8aa82b547a0'),
(21293,21293,1,'2026-01-29 08:35:49',NULL,NULL,NULL,1,'2026-01-29 13:35:49','2026-01-29 13:35:49','c3958df8-ecf5-4ee8-a099-0a748d3b6602'),
(21296,21296,1,'2026-01-29 09:25:22',NULL,NULL,NULL,1,'2026-01-29 14:25:22','2026-01-29 14:25:22','2f371843-d079-464e-8a85-31a9d1a34088'),
(21297,21297,1,'Luella Greer Resume',NULL,NULL,NULL,1,'2026-01-29 14:25:22','2026-01-29 14:25:22','339f0f63-2ddf-4f10-91c6-3f053153b30b'),
(21312,21312,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 14:34:42','2026-01-29 14:34:42','24b8f5cd-187d-4b1b-9980-e051b9f79b63'),
(21314,21314,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 14:35:13','2026-01-29 14:35:13','ea68ecff-b98b-4b58-be77-7c540c9f0186'),
(21316,21316,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/VirginiaHighlandsCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 14:38:44','2026-01-29 14:38:44','0a72f5f7-4954-4d1d-814d-c45d33757dce'),
(21322,21322,1,'2026-01-29 10:50:20',NULL,NULL,NULL,1,'2026-01-29 15:50:20','2026-01-29 15:50:20','2f211279-ecfa-4352-ab77-038ba8a27484'),
(21325,21325,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6918],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 15:59:54','2026-01-29 15:59:54','8f707802-7f4d-45f2-859b-6f0acae09b1b'),
(21327,21327,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:00:00','2026-01-29 16:00:00','77690702-9c22-4c60-9ef0-79981b14287a'),
(21334,21334,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Bey Lea is a caring work environment and has been a great place to work\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 16:01:42','2026-01-29 16:01:42','b5485946-0c19-4fa5-9767-0ded7a22587e'),
(21335,21335,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7649],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:01:42','2026-01-29 16:01:42','eaa94ab5-4f98-46f0-bda7-add1659c88bf'),
(21336,21336,1,'CNA','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents are really nice, coworkers are friendly, management is honest and reasonable, and they don\'t over work us. Most importantly the pay is great and competitive with benefits\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 16:01:42','2026-01-29 16:01:42','89cd1cfa-1215-4da5-adac-a75d11f185fd'),
(21337,21337,1,'CNA','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have started from the bottom straight out of school. They trained me patiently and provided support. Complete Care at Bey Lea is the type of facility you want to work in long term and be a regular at\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 16:01:42','2026-01-29 16:01:42','5be4d995-10cc-45d9-8dd7-dc156c02519d'),
(21338,21338,1,'Recreational Director','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This is a positive and collaborative work environment\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreational Director\"}',1,'2026-01-29 16:01:42','2026-01-29 16:01:42','ac7c6ddf-a603-4e2a-9289-a90c8097839e'),
(21339,21339,1,'Dietary','source',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management supports us in meeting residents’ dietary needs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary\"}',1,'2026-01-29 16:01:42','2026-01-29 16:01:42','7b363560-7802-451d-9544-27011f4bb7c2'),
(21340,21340,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Bey Lea is a caring work environment and has been a great place to work\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 16:01:42','2026-01-29 16:01:42','917ccf8f-af9a-4a5f-a7ab-03e862fc5ae9'),
(21341,21341,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7700],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:01:44','2026-01-29 16:01:44','83f69687-ea90-4c72-922e-cc48b815a68a'),
(21349,21349,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This role gives me the chance to build meaningful relationships with residents. The other departments support activities, which makes events feel important\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','a25ad032-be09-4166-a624-8058abf4c26c'),
(21350,21350,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt respected as a professional here. My input mattered, and I was trusted to make clinical decisions in the best interest of residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','784887e2-2c9e-4391-8cb3-c02626762e37'),
(21351,21351,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What I liked working at Brick most was that residents’ preferences were taken seriously. We weren’t just serving food—we were providing comfort and care through our cooking.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','80c39046-868d-4f5f-b4a1-72ece341c814'),
(21352,21352,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The teamwork between nurses and aides makes even busy shifts manageable.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','2c676a74-6da0-43c1-823a-838a53ae809a'),
(21353,21353,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Overall, this was a positive place to work with people who care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','7cf2f234-df3f-4a8d-a650-b5ed50489943'),
(21354,21354,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7652],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','7a371d7d-0f7b-47b8-ba84-38faa8b8d44c'),
(21355,21355,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This role gives me the chance to build meaningful relationships with residents. The other departments support activities, which makes events feel important\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','3b589ea1-473b-40a7-b527-ea5e40afce60'),
(21356,21356,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt respected as a professional here. My input mattered, and I was trusted to make clinical decisions in the best interest of residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','33bceb1f-ea9f-4d87-b936-1a1cec04b316'),
(21357,21357,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What I liked working at Brick most was that residents’ preferences were taken seriously. We weren’t just serving food—we were providing comfort and care through our cooking.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','a76a8a47-ceac-4004-ae05-ae7e8964f316'),
(21358,21358,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The teamwork between nurses and aides makes even busy shifts manageable.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','037b402e-aacc-40f7-996e-2e40f22d7287'),
(21359,21359,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Overall, this was a positive place to work with people who care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 16:08:14','2026-01-29 16:08:14','4d07f63e-fd99-46f2-bd88-824d8ad2f0a9'),
(21362,21362,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7655],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:09:21','2026-01-29 16:09:21','5393e3ec-2488-4aa6-b1f1-b5c75ac300b8'),
(21363,21363,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel fulfilled working here. Departments work well together to ensure that all residents\' needs are met.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-29 16:09:21','2026-01-29 16:09:21','b505bc2b-b7cd-458d-a847-00b96a5d289a'),
(21365,21365,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7658],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:09:39','2026-01-29 16:09:39','b880c090-c0c7-46de-bb47-901dbe0de093'),
(21367,21367,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7661],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:10:11','2026-01-29 16:10:11','34da6d9b-8eeb-49ba-b863-2a3279a5f820'),
(21369,21369,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7664],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:10:53','2026-01-29 16:10:53','d90bc6dd-71d7-4756-b3d1-1a4888ead02c'),
(21374,21374,1,'RN','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Kresson View is a place where it is resident focused, and the management is exceptional at their jobs! The staff, including myself, are very happy to come to work and view our residents as family where the relationships are valued, respected, and cherished.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 16:12:42','2026-01-29 16:12:42','0c9e0152-5a2c-4fd7-97b5-e892d3801501'),
(21375,21375,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7667],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NCHWD3P\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NCHWD3P\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:12:42','2026-01-29 16:12:42','5f48d2d7-d4b9-4ca7-af99-3c164bd0d5c1'),
(21376,21376,1,'Social Services','social-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This establishment is more than just a workplace; this is where I have met individuals I consider some of my closest friends. The environment is wonderful, welcoming, and upbeat.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Social Services\"}',1,'2026-01-29 16:12:42','2026-01-29 16:12:42','dde1bfcb-4ba8-4919-b3cf-9934118725de'),
(21377,21377,1,'RN','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Kresson View is a place where it is resident focused, and the management is exceptional at their jobs! The staff, including myself, are very happy to come to work and view our residents as family where the relationships are valued, respected, and cherished.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 16:12:42','2026-01-29 16:12:42','a3f9e68a-0acf-4ded-9cac-a4c3de87178f'),
(21379,21379,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7670],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:13:21','2026-01-29 16:13:21','4ac8db41-d4ce-4451-8b53-f61e74d4873a'),
(21404,21404,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt respected as a professional here. My input mattered, and I was trusted to make clinical decisions in the best interest of residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','53d5daf1-97d7-472a-824c-e1988b89b7d3'),
(21405,21405,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The culture here is centered around teamwork and compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','537f7dc7-3ab7-4b8e-a3a3-271ad4e6fd5a'),
(21406,21406,1,'Activities Assistant','activities-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management understood how much activities impact quality of life. That support made it easier to do my job well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','a5207764-ebcf-404f-9d1c-40f670498ee6'),
(21407,21407,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The kitchen was well-organized, and communication with nursing helped meals run smoothly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','000febe9-2026-4c52-a3fc-a58360c10b23'),
(21408,21408,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This role allowed me to build trust with families during difficult transitions.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','a3f81a43-c02c-46d7-83e0-d4526c5104bb'),
(21409,21409,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','a2db18ea-17f7-4942-9dd5-039f012f0b40'),
(21410,21410,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt respected as a professional here. My input mattered, and I was trusted to make clinical decisions in the best interest of residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','02989f06-19c3-49c9-a9ae-13f8827f0e9c'),
(21411,21411,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The culture here is centered around teamwork and compassion.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','909fbc15-f494-41bf-adca-9842cf0ce69d'),
(21412,21412,1,'Activities Assistant','activities-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management understood how much activities impact quality of life. That support made it easier to do my job well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','8d8d9b20-3e55-4296-b25e-fa5fee4ac201'),
(21413,21413,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The kitchen was well-organized, and communication with nursing helped meals run smoothly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','8a19fd95-e1b1-4786-b0c2-cca6ca51762f'),
(21414,21414,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This role allowed me to build trust with families during difficult transitions.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 16:48:33','2026-01-29 16:48:33','3e390e3a-f364-41d1-a135-c53f25a5580c'),
(21417,21417,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7674],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:50:22','2026-01-29 16:50:22','ba44e274-eb22-4890-951e-c0c332abf7c4'),
(21422,21422,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7677],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:52:50','2026-01-29 16:52:50','8560541a-b154-45ea-84ff-38c85cb587d2'),
(21432,21432,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What stood out to me was how well departments worked together. Nursing, dietary, and activities communicate, which really improves resident care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','e4d4c9ef-f6dd-46e8-8534-73434fe8a151'),
(21433,21433,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed getting to know residents and hearing their feedback. It made the job more personal.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','cea3b351-eaef-42f8-bf57-7866dd9e8fde'),
(21434,21434,1,'Activities Director','activities-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This job is emotionally rewarding. Seeing residents engaged and happy makes the work worth it.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Director\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','78c133b6-896c-41c6-8997-f3fc17de6f36'),
(21435,21435,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Hard work doesn’t go unnoticed.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','35d9be20-f4b3-4eab-9b3e-154da8390e38'),
(21436,21436,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Communication with management was clear, especially when urgent issues came up.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','5518deca-3f7a-4a95-bf41-e5b3f05d0c1c'),
(21437,21437,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7680],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W95NZRD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W95NZRD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','16b89685-2c0f-40c5-9632-4651e7fc15cd'),
(21438,21438,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What stood out to me was how well departments worked together. Nursing, dietary, and activities communicate, which really improves resident care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','ce81d3f5-ebe4-4919-b9dd-98b84dfda3eb'),
(21439,21439,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoyed getting to know residents and hearing their feedback. It made the job more personal.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','58e12a9f-4c80-438b-9b9c-2514c242faa2'),
(21440,21440,1,'Activities Director','activities-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This job is emotionally rewarding. Seeing residents engaged and happy makes the work worth it.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Director\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','6b7b7374-01e5-4588-8abe-20613d4e3b46'),
(21441,21441,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Hard work doesn’t go unnoticed.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','7eb3a8a1-ec48-479a-9fe1-fe52cd738df7'),
(21442,21442,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Communication with management was clear, especially when urgent issues came up.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-29 16:55:33','2026-01-29 16:55:33','2fb0c335-8f86-4c65-b11b-f24a9b1fbc40'),
(21445,21445,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7683],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:55:50','2026-01-29 16:55:50','ad0e2ad9-74b7-4458-86d6-8e92bd015c59'),
(21449,21449,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7685],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvictoriacommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5JXQBRT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5JXQBRT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 16:56:25','2026-01-29 16:56:25','040ad050-cad6-40b5-ae71-ae6d748c4536'),
(21450,21450,1,'2026-01-29 11:57:07',NULL,NULL,NULL,1,'2026-01-29 16:57:07','2026-01-29 16:57:07','2328979a-9c9a-4eda-88f9-5ebf9a731585'),
(21451,21451,1,'Resume202502091056',NULL,NULL,NULL,1,'2026-01-29 16:57:07','2026-01-29 16:57:07','999605c3-ec2d-4d3a-b193-e53ed04bb879'),
(21457,21457,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel appreciated for the work that I do. Management does a lot to highlight staff\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:01:10','2026-01-29 17:01:10','22693522-8b07-48c7-a47c-bddb40261b08'),
(21458,21458,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt like part of the care team, not an afterthought. Nursing and activities worked closely together.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-29 17:01:10','2026-01-29 17:01:10','18563b07-0940-4284-8dde-6f122f21b2ca'),
(21459,21459,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is rewarding to help families feel confident in their decision.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 17:01:10','2026-01-29 17:01:10','0973ab1f-a44f-45e9-90a8-8474b3ac7ca9'),
(21460,21460,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership listened when safety concerns were raised.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-29 17:01:10','2026-01-29 17:01:10','51688695-59c5-40bc-b0b1-2581d4470062'),
(21461,21461,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7689],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:01:10','2026-01-29 17:01:10','abe9d419-242a-402f-b0a8-396aacf5ca95'),
(21462,21462,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I feel appreciated for the work that I do. Management does a lot to highlight staff\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:01:10','2026-01-29 17:01:10','0bf9d041-fd2e-4588-9a9a-70cf41c9417b'),
(21463,21463,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt like part of the care team, not an afterthought. Nursing and activities worked closely together.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-29 17:01:10','2026-01-29 17:01:10','369e5abb-2f28-49af-8011-552af23dbd37'),
(21464,21464,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is rewarding to help families feel confident in their decision.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 17:01:10','2026-01-29 17:01:10','93b52462-cbd5-47a5-a717-3cc21dc5203d'),
(21465,21465,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership listened when safety concerns were raised.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-29 17:01:10','2026-01-29 17:01:10','66315e05-bc86-4c8e-86e2-e11e15ffd9b5'),
(21468,21468,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7692],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:01:21','2026-01-29 17:01:21','fbb3f826-43c9-4f69-a668-a8e64315be12'),
(21476,21476,1,'EVS Associate','evs-associate',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The best part about working here is the residents. They really love and respect you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"EVS Associate\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','11dc42bb-bf69-4521-8ea8-c576c0b9d530'),
(21477,21477,1,'LPN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I stayed here longer than any other facility I’ve worked at because the support was real. Leadership was visible, and when issues came up, they were addressed instead of ignored.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','3abab0b3-1f62-46ff-babb-7b304b6aa0a2'),
(21478,21478,1,'Activities Coordinator','activities-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I liked that nursing and activities worked together instead of separately.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Coordinator\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','f684c17b-5a61-42d0-af38-3c06f8163f7c'),
(21479,21479,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciated that we focused on honesty with families.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','56cdd99f-3c32-47be-8a86-6240cd1fa2c1'),
(21480,21480,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It felt good being part of a team that works toward the same goal.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','4d3055f0-da33-4989-a446-b77e1d797108'),
(21481,21481,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6801],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','e836afdb-3f31-4694-ad19-67784c6bfd48'),
(21482,21482,1,'EVS Associate','evs-associate',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The best part about working here is the residents. They really love and respect you.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"EVS Associate\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','bf796fb3-3bc9-4ea7-ba42-a00558e9a0a3'),
(21483,21483,1,'LPN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I stayed here longer than any other facility I’ve worked at because the support was real. Leadership was visible, and when issues came up, they were addressed instead of ignored.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','faf95b02-33d8-43e0-a6cf-56a9fb096a66'),
(21484,21484,1,'Activities Coordinator','activities-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I liked that nursing and activities worked together instead of separately.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Coordinator\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','cd04b391-844e-4bfc-966f-54767c030b95'),
(21485,21485,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciated that we focused on honesty with families.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','ad3bcd8a-0a05-4e8f-acc4-74ffb01551f9'),
(21486,21486,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It felt good being part of a team that works toward the same goal.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:05:21','2026-01-29 17:05:21','403a9824-c61b-4711-b6ec-efd44e0e7310'),
(21492,21492,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There are busy shifts, but the teamwork makes a difference. Coworkers actually help each other instead of pointing fingers.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:07:18','2026-01-29 17:07:18','9063d75f-d2ad-4fe2-a5ea-736cf12598da'),
(21493,21493,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciated that leadership supported the kitchen staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-29 17:07:18','2026-01-29 17:07:18','96044abd-2519-4199-9dc8-ad820efcb209'),
(21494,21494,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Throughout the years I have been able to see the growth of this facility and the care and compassion they show towards their residents and their families. The management team is always caring towards their staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2026-01-29 17:07:18','2026-01-29 17:07:18','20dd7a4a-0ce1-4948-b199-0c7b1bf975ac'),
(21495,21495,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt like my experience mattered. My input was respected, especially when it came to resident care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:07:18','2026-01-29 17:07:18','901bd252-210e-4fde-9cee-837588900e2c'),
(21496,21496,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6803],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:07:18','2026-01-29 17:07:18','7ca4faf1-ce5e-4985-93d2-777b7550a21e'),
(21497,21497,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There are busy shifts, but the teamwork makes a difference. Coworkers actually help each other instead of pointing fingers.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:07:18','2026-01-29 17:07:18','47f89803-57d4-44ea-a491-56fa9a9d7130'),
(21498,21498,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have been working at this facility for 24 years in the Recreation department. I enjoy interacting with the wonderful staff and the residents, making their days happier by providing activities.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2026-01-29 17:07:18','2026-01-29 17:07:18','adec5780-cb20-40a8-bd16-d64ff2053c3e'),
(21499,21499,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciated that leadership supported the kitchen staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-29 17:07:18','2026-01-29 17:07:18','b93c81c5-c8ed-43f5-bcce-a3f45d5d74d0'),
(21500,21500,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Throughout the years I have been able to see the growth of this facility and the care and compassion they show towards their residents and their families. The management team is always caring towards their staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2026-01-29 17:07:18','2026-01-29 17:07:18','c2819d63-be57-4e3c-b53b-8c68cabbacb0'),
(21501,21501,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt like my experience mattered. My input was respected, especially when it came to resident care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:07:18','2026-01-29 17:07:18','8e1e2f3e-c9cb-4191-8325-5f3b44106e6e'),
(21507,21507,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This role allows me to help people through tough decisions which is rewarding\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 17:09:10','2026-01-29 17:09:10','3507f359-f632-46c3-aaeb-0eea72b0e782'),
(21508,21508,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6806],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:09:10','2026-01-29 17:09:10','3fc7a9f7-93d9-4ed5-a8fa-5198f1839237'),
(21509,21509,1,'Staffing Coordinator','staffing-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Clark has a strong company culture, excellent benefit packages, and supportive colleagues.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Staffing Coordinator\"}',1,'2026-01-29 17:09:10','2026-01-29 17:09:10','99f8a9a2-7f8e-41f0-9f8d-4372beee7da8'),
(21510,21510,1,'Dietary Cook','employee',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very nice place to work! The staff is very nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-29 17:09:10','2026-01-29 17:09:10','f02cbab9-83d9-416a-823b-5f678ba95a95'),
(21511,21511,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This role allows me to help people through tough decisions which is rewarding\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 17:09:10','2026-01-29 17:09:10','16c1f1ef-38cc-47bc-8c83-18b9c218a888'),
(21517,21517,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It felt good being part of a team that works toward the same goal of providing quality care for the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 17:12:39','2026-01-29 17:12:39','a102a604-1d49-46ab-a1a1-940e028337f0'),
(21518,21518,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt encouraged to try new ideas and adjust based on resident feedback.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 17:12:39','2026-01-29 17:12:39','5fb3fb62-47b0-4211-b675-9f5e43aa80d6'),
(21519,21519,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There was good communication between departments and residents’ preferences were taken seriously\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 17:12:39','2026-01-29 17:12:39','a957c8d2-5979-4dea-8b7d-c5738f80eb03'),
(21520,21520,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:12:40','2026-01-29 17:12:40','6414bff6-4946-4c98-9d4e-ee4dafca1bf9'),
(21521,21521,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"People working at Green Knoll care about their residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:12:40','2026-01-29 17:12:40','f645d35d-837a-4433-9f8f-e8453ed3bd1b'),
(21522,21522,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It felt good being part of a team that works toward the same goal of providing quality care for the residents\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 17:12:40','2026-01-29 17:12:40','7f554c76-5a59-4eb8-9dfa-86fe86b2fc82'),
(21523,21523,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt encouraged to try new ideas and adjust based on resident feedback.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 17:12:40','2026-01-29 17:12:40','d4439cc9-6ece-4341-8377-709afb9e2755'),
(21524,21524,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There was good communication between departments and residents’ preferences were taken seriously\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 17:12:40','2026-01-29 17:12:40','69c4391c-fb8d-41fe-80d9-9b20a74cf007'),
(21531,21531,1,'Dietary Chef','dietary-chef',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Diverse group of hard-working people who form a team to deliver quality meals to the residents. Go in singing, go home singing! Absolutely nothing compares to serving the geriatric community!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Chef\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','4c327c8f-e0b9-41c5-bf79-489718b287e2'),
(21532,21532,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Lots of down time which is amazing if you have other things to do during work.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','0108a859-cbd0-49de-9b58-cee932b1e64f'),
(21533,21533,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What a Fabulous team at Complete Care Holmdel. This community truly makes you feel at home.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','475479b4-7773-4d34-9423-43c01d872d83'),
(21534,21534,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My coworkers are the highlight of my job. There is strong teamwork across departments which makes the days easier.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','29c8aa43-34b3-4aab-8a20-f6621d0738cf'),
(21535,21535,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The environment was positive, exciting, and focused on engagement.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','c8bef728-e175-4b46-83e0-57b5b16ee333'),
(21536,21536,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6812],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholmdel.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NNPWD4W\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NNPWD4W\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','9888cd45-1c60-4e96-b3bd-4215cf9d45a0'),
(21537,21537,1,'Dietary Chef','dietary-chef',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Diverse group of hard-working people who form a team to deliver quality meals to the residents. Go in singing, go home singing! Absolutely nothing compares to serving the geriatric community!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Chef\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','0943d5d2-9cfa-4421-aaac-4c5f6fd2e574'),
(21538,21538,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Lots of down time which is amazing if you have other things to do during work.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','2b0d74d3-b028-4f17-a306-3452e7ecefb4'),
(21539,21539,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"What a Fabulous team at Complete Care Holmdel. This community truly makes you feel at home.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','2b716fa3-62e1-47cc-9b84-d943b8f888c5'),
(21540,21540,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My coworkers are the highlight of my job. There is strong teamwork across departments which makes the days easier.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','81218fcc-45f8-4a1d-a72d-100f90725775'),
(21541,21541,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The environment was positive, exciting, and focused on engagement.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 17:16:36','2026-01-29 17:16:36','c2544a73-a964-4db1-a13e-236cd165f978'),
(21549,21549,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt appreciated here, even on the harder days.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','c1524c7c-8edb-476f-84fc-a016f8ff2247'),
(21550,21550,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The diversity among staff is amazing, I enjoy getting to know others.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','0bf7ffb7-8b72-40d6-b19f-66967e268678'),
(21551,21551,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciated that we focused on honesty with families\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','bead56cb-1826-425d-a1b3-45f9acd170da'),
(21552,21552,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Madison has a strong team culture\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','a9cf8e0f-ea63-4a57-bd06-87407abacce6'),
(21553,21553,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I\'ve worked here longer than any other facility because of the support leadership provided. They made us feel seen and respected, especially when issues came up.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','fecca1ea-d5c4-4e74-9060-99f90cb5daac'),
(21554,21554,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','4acf6701-5da7-4da8-bd09-d3d6c5a1945a'),
(21555,21555,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt appreciated here, even on the harder days.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','4dea730a-5a5e-44d4-89e9-029b41d022d8'),
(21556,21556,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The diversity among staff is amazing, I enjoy getting to know others.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','27b69078-98bd-4afd-a9be-19d5ca49de87'),
(21557,21557,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciated that we focused on honesty with families\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','e70229a3-90c3-4553-83e8-39c41a3e9033'),
(21558,21558,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Madison has a strong team culture\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','ecc2e3b1-628f-4977-93c2-d5fa62cac212'),
(21559,21559,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I\'ve worked here longer than any other facility because of the support leadership provided. They made us feel seen and respected, especially when issues came up.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:21:38','2026-01-29 17:21:38','a1330183-849a-4e12-9fce-1028ad1931e2'),
(21568,21568,1,'2026-01-29 12:44:37',NULL,NULL,NULL,1,'2026-01-29 17:44:37','2026-01-29 17:44:37','5b88275a-4cdc-422f-8a7b-189cd3ba601b'),
(21569,21569,1,'Screenshot 2025 08 19 at 1 22 09 PM',NULL,NULL,NULL,1,'2026-01-29 17:44:37','2026-01-29 17:44:37','79152dea-5cae-4c17-8c62-e9a0e720f8eb'),
(21571,21571,1,'HR','hr',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The best part of working at Mercerville is the compensation and the surrounding area.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','3a51a204-b3ac-4938-81d0-f7f44c20aff4'),
(21572,21572,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Coworkers here are helpful; they actually help each other out when things get difficult\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','aaeaf19b-5e38-4df2-8216-966fe014b679'),
(21573,21573,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There is good communication between dietary and nursing.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','549f06bb-0fc3-40ae-b7ea-93dbb961bbcb'),
(21574,21574,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Seeing families feel comfortable with their choice was rewarding.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','fa4253b0-6b34-4fd3-9ed1-7986890a6209'),
(21575,21575,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents are treated with dignity, and staff are encouraged to slow down and provide real care, not just check boxes. That made a huge difference for me.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','d3503822-477c-40c5-a900-da749f9e32ff'),
(21576,21576,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6818],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PPG2D8B\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PPG2D8B\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','6a99c83e-61b4-4d60-922f-4dec00f4aaff'),
(21577,21577,1,'HR','hr',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The best part of working at Mercerville is the compensation and the surrounding area.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"HR\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','10e0790f-ec72-4104-b6e1-381d24ee88b6'),
(21578,21578,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Coworkers here are helpful; they actually help each other out when things get difficult\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','5dbf7054-b91a-4d11-bf71-791f5a5911d0'),
(21579,21579,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There is good communication between dietary and nursing.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','fadf7a58-c450-4f69-84f6-757a21302271'),
(21580,21580,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Seeing families feel comfortable with their choice was rewarding.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','a2dc5d9f-bc65-4bd5-ac6e-be5c2d9303ba'),
(21581,21581,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents are treated with dignity, and staff are encouraged to slow down and provide real care, not just check boxes. That made a huge difference for me.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:45:04','2026-01-29 17:45:04','bd8723a2-4163-4414-84a3-5961b6e9e811'),
(21588,21588,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership is present and approachable, which makes a big difference.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:48:35','2026-01-29 17:48:35','6ae45ebd-c0b0-47c0-8b75-d907963c6686'),
(21589,21589,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This role felt stable and supportive compared to other places I’ve worked.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-29 17:48:35','2026-01-29 17:48:35','42ccbd20-c3e2-4dc9-999a-4a76508981b0'),
(21590,21590,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt respected here, which isn’t always the case in kitchen roles. Dietary staff were included and listened to.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-29 17:48:35','2026-01-29 17:48:35','60f65d1d-1233-4b8e-90b6-5e613c05b438'),
(21591,21591,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:48:35','2026-01-29 17:48:35','d4edcfd3-ef68-47eb-a335-ea4688b8b645'),
(21592,21592,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Positive and dedicated staff that assist the residents in doing therapeutic and fun activities that promote socialization and conversationn with their peers and staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2026-01-29 17:48:35','2026-01-29 17:48:35','015deb36-d4e8-4bfa-8d8a-c62043c9f38b'),
(21593,21593,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership is present and approachable, which makes a big difference.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:48:35','2026-01-29 17:48:35','3de8ba18-6529-406f-8296-5977c580c6a8'),
(21594,21594,1,'Maintenance','maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This role felt stable and supportive compared to other places I’ve worked.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance\"}',1,'2026-01-29 17:48:35','2026-01-29 17:48:35','e7445404-fc1b-464d-b0c4-3cf479716420'),
(21595,21595,1,'Dietary Cook','dietary-cook',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt respected here, which isn’t always the case in kitchen roles. Dietary staff were included and listened to.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Cook\"}',1,'2026-01-29 17:48:35','2026-01-29 17:48:35','d8ae9ae0-bf77-47c6-8026-ac30edc20daa'),
(21601,21601,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt welcomed from my first day and have had great opportunities for growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:53:04','2026-01-29 17:53:04','02376c2e-2037-4d0b-9a9d-c88c46c5a3fd'),
(21602,21602,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents and staff are treated like family\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:53:04','2026-01-29 17:53:04','5deeb972-1246-4704-8e2f-e6b50b1873d9'),
(21603,21603,1,'Activities Coordinator','activities-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I get to be creative and build real connections with residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Coordinator\"}',1,'2026-01-29 17:53:04','2026-01-29 17:53:04','ff3d10b9-d575-44c2-a425-5d8e31ae4425'),
(21604,21604,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccparkplace.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5MDJ53H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5MDJ53H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 17:53:04','2026-01-29 17:53:04','97ba0836-ccf3-42f8-b9ac-e92a9fb89d2c'),
(21605,21605,1,'Front Desk Receptionist','front-desk-receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The staff are very nice and the atmosphere is pleasant. Environment is peaceful and there is a diversity of cultures.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Front Desk Receptionist\"}',1,'2026-01-29 17:53:04','2026-01-29 17:53:04','bfc47886-6f66-421a-a24f-246aed606af6'),
(21606,21606,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt welcomed from my first day and have had great opportunities for growth\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 17:53:04','2026-01-29 17:53:04','c099f314-78a3-4c7b-8e56-bee7b143b5eb'),
(21607,21607,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Residents and staff are treated like family\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 17:53:04','2026-01-29 17:53:04','c23f770d-b871-4a90-ba87-f441284fa9e7'),
(21608,21608,1,'Activities Coordinator','activities-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I get to be creative and build real connections with residents.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Coordinator\"}',1,'2026-01-29 17:53:04','2026-01-29 17:53:04','25ed25d2-5a16-4b64-b3c3-3f79e28b8c67'),
(21629,21629,1,'2026-01-29 13:21:55',NULL,NULL,NULL,1,'2026-01-29 18:21:55','2026-01-29 18:21:55','341bea08-bc63-47db-b68e-111e304b022c'),
(21639,21639,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There were challenging days, like anywhere in healthcare, but I never felt alone. Coworkers step in without being asked, and leadership backs us when things get tough\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 19:07:35','2026-01-29 19:07:35','735a0bcf-c2a4-4bd8-9ff9-1141d594584a'),
(21640,21640,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt supported when handling complex situations.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 19:07:35','2026-01-29 19:07:35','7b4fb4b9-f708-412b-956d-d36c4cce6ed2'),
(21641,21641,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I get to help families through some of their most difficult decisions, and I’m supported every step of the way.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 19:07:35','2026-01-29 19:07:35','d68a53f9-ed9f-4637-be63-d09e4121d27b'),
(21642,21642,1,'Business Office Manager','business-office-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There’s a strong sense of direction and follow-through within the department and from leadership\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office Manager\"}',1,'2026-01-29 19:07:35','2026-01-29 19:07:35','f3a0162d-b5fa-4f22-9c53-f5d7011d2f6b'),
(21643,21643,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12408],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccplainfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWZGD4N\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWZGD4N\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 19:07:35','2026-01-29 19:07:35','3737d0b1-28bc-4833-a05d-a74768884e81'),
(21644,21644,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There were challenging days, like anywhere in healthcare, but I never felt alone. Coworkers step in without being asked, and leadership backs us when things get tough\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 19:07:35','2026-01-29 19:07:35','9b9401e5-c49a-4c3e-85eb-d79257e6c77c'),
(21645,21645,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt supported when handling complex situations.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 19:07:35','2026-01-29 19:07:35','38f1160d-e00d-4eed-83e0-e1e507dacf4a'),
(21646,21646,1,'Admissions Coordinator','admissions-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I get to help families through some of their most difficult decisions, and I’m supported every step of the way.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Admissions Coordinator\"}',1,'2026-01-29 19:07:35','2026-01-29 19:07:35','5ad739bb-884a-4873-a29c-fa3a68c0943c'),
(21647,21647,1,'Business Office Manager','business-office-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There’s a strong sense of direction and follow-through within the department and from leadership\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Business Office Manager\"}',1,'2026-01-29 19:07:35','2026-01-29 19:07:35','26bc92a1-ecb6-4ea2-a962-205cf67a8358'),
(21653,21653,1,'2026-01-29 14:19:23',NULL,NULL,NULL,1,'2026-01-29 19:19:23','2026-01-29 19:19:23','a76f9229-c93c-4910-bb51-323e078af338'),
(21658,21658,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There’s a culture of collaboration and continuous improvement.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 19:20:41','2026-01-29 19:20:41','36cb9bef-c84a-4a47-bd44-646a167864b3'),
(21659,21659,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This role allowed me to make a real difference with the resident\'s daily.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 19:20:41','2026-01-29 19:20:41','3c763924-5475-40bf-b1ed-795b0a55f563'),
(21660,21660,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We’re encouraged to give the best care as if the residents were family\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 19:20:41','2026-01-29 19:20:41','e34abc28-3d2a-429a-8fc0-590366946ab5'),
(21661,21661,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 19:20:41','2026-01-29 19:20:41','a6653f6d-2022-49bf-8f85-5ec1c88e54f7'),
(21662,21662,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have worked at many healthcare sites as an agency nurse and this place gets 5 stars from me. Every place has adjustments they can make to be better but they welcome staff with open arms.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 19:20:41','2026-01-29 19:20:41','113d64d4-5dc5-4a57-8748-50dc1c7507c0'),
(21663,21663,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"There’s a culture of collaboration and continuous improvement.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 19:20:41','2026-01-29 19:20:41','6fa59514-df56-4966-aa4f-0459733c085f'),
(21664,21664,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This role allowed me to make a real difference with the resident\'s daily.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 19:20:41','2026-01-29 19:20:41','020a10b6-dcfc-41b5-bd6d-b2fcd7670d10'),
(21665,21665,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"We’re encouraged to give the best care as if the residents were family\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 19:20:41','2026-01-29 19:20:41','2aa4292d-2d90-4543-a72e-08450a2f40ae'),
(21668,21668,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 19:22:09','2026-01-29 19:22:09','64eee4c3-c0f2-4031-b9c1-9f0c339cb3cc'),
(21675,21675,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This job felt meaningful every single day and encouraged creativity\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 19:31:54','2026-01-29 19:31:54','6a7aba8b-08e6-4079-9933-1c1f956ebe06'),
(21676,21676,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I didn\'t have a any issues while working here. I learned a lot during my time.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 19:31:54','2026-01-29 19:31:54','d2b7c4eb-ba09-46a7-a96d-743c23529c54'),
(21677,21677,1,'Dietitian','dietitian',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Support was always there when we needed it, whether it was from management, nurses, or the kitchen\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietitian\"}',1,'2026-01-29 19:31:54','2026-01-29 19:31:54','d49fb3ae-9c64-4209-85c2-2d8c9a0bb974'),
(21678,21678,1,'RN','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It\'s clear that Summit Ridge employees are valued.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 19:31:54','2026-01-29 19:31:54','b6abe3da-e9e3-45d7-a75c-f0f4b5c9efd9'),
(21679,21679,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 19:31:54','2026-01-29 19:31:54','9855ed88-463d-4246-a32d-645e8483ca31'),
(21680,21680,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This job felt meaningful every single day and encouraged creativity\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 19:31:54','2026-01-29 19:31:54','65a0a0c0-de97-48a5-8705-e799c8b5c30c'),
(21681,21681,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I didn\'t have a any issues while working here. I learned a lot during my time.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 19:31:54','2026-01-29 19:31:54','b73c182b-5731-4fa9-beab-33e8bf895646'),
(21682,21682,1,'Dietitian','dietitian',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Support was always there when we needed it, whether it was from management, nurses, or the kitchen\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietitian\"}',1,'2026-01-29 19:31:54','2026-01-29 19:31:54','fbe5632a-92fd-4b8c-aa8d-fb1011f4c49d'),
(21683,21683,1,'RN','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It\'s clear that Summit Ridge employees are valued.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 19:31:54','2026-01-29 19:31:54','24871917-4831-4aa7-b642-a8e871b59495'),
(21694,21694,1,'LPN','lpn-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good benefits and competitive pay.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 19:40:25','2026-01-29 19:40:25','7cb5f043-435b-4452-b7f7-672942e17381'),
(21695,21695,1,'Director of Maintenance','maintenance-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have a great team to work with in all departments. The days go by without any issues.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Maintenance\"}',1,'2026-01-29 19:40:25','2026-01-29 19:40:25','d271dce2-6b43-4d1c-80f9-52b6f11d5a59'),
(21696,21696,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Internal management was supportive and staff on the 1st floor unit worked as a team. CNAs cared about their residents and provided excellent care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 19:40:25','2026-01-29 19:40:25','05b3aa0b-fede-4e88-9df4-3b7495652449'),
(21697,21697,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I learned a lot from staff Nurses to Supervisors on how to manage my work.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 19:40:25','2026-01-29 19:40:25','bc8880ea-55d9-4424-951c-f56288daa2fd'),
(21698,21698,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6826],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 19:40:25','2026-01-29 19:40:25','14a7c54c-4479-463f-b8ca-234c059f4996'),
(21699,21699,1,'Recreation Assistant','recreation-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Warm friendly company that works with staff in any situation. There’s so much for residents to do every day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 19:40:25','2026-01-29 19:40:25','de06fd32-114f-4251-b384-d7f05d5c1f4f'),
(21700,21700,1,'LPN','lpn-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good benefits and competitive pay.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 19:40:25','2026-01-29 19:40:25','e9ee00f3-48f1-4cab-abfd-407ae6abdb41'),
(21701,21701,1,'Director of Maintenance','maintenance-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I have a great team to work with in all departments. The days go by without any issues.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Maintenance\"}',1,'2026-01-29 19:40:25','2026-01-29 19:40:25','5a529179-94c5-4f0e-8433-a640eba9de95'),
(21702,21702,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Internal management was supportive and staff on the 1st floor unit worked as a team. CNAs cared about their residents and provided excellent care.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 19:40:25','2026-01-29 19:40:25','d228724a-58e5-4ba7-938b-a8db6c09967d'),
(21703,21703,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I learned a lot from staff Nurses to Supervisors on how to manage my work.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 19:40:25','2026-01-29 19:40:25','f776b050-f702-439f-9c80-723317229450'),
(21709,21709,1,'PT','pt-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great location. Physical Therapy team is very engaging with residents and their family members.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"PT\"}',1,'2026-01-29 19:52:47','2026-01-29 19:52:47','c7bdbbf7-5052-4e5a-a05e-3ddd721017df'),
(21710,21710,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Westfield supported me as I worked full time while finishing school to become an RN from LPN.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 19:52:47','2026-01-29 19:52:47','fa2e8baf-b467-47f2-850e-7df81c2cd137'),
(21711,21711,1,'Director of Maintenance','director-of-maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Westfield is a great place to work and provides good job security and opportunities for advancement.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Maintenance\"}',1,'2026-01-29 19:52:47','2026-01-29 19:52:47','65f9b342-a271-427f-87e8-a3cdf6117c6b'),
(21712,21712,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management is very supportive towards employees and residents/families. It\'s nice to be able to have trust within the leadership\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 19:52:47','2026-01-29 19:52:47','75aafd8a-6bd8-456d-95e4-8c6552107160'),
(21713,21713,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 19:52:47','2026-01-29 19:52:47','98adcc41-9f85-463f-a7b0-c92ee3d3fb58'),
(21714,21714,1,'PT','pt-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Great location. Physical Therapy team is very engaging with residents and their family members.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"PT\"}',1,'2026-01-29 19:52:48','2026-01-29 19:52:48','00f511be-0040-44ad-93b1-630a663bd7b7'),
(21715,21715,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Westfield supported me as I worked full time while finishing school to become an RN from LPN.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 19:52:48','2026-01-29 19:52:48','6810dba5-a238-42c4-93e4-0cb80129bf35'),
(21716,21716,1,'Director of Maintenance','director-of-maintenance',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Westfield is a great place to work and provides good job security and opportunities for advancement.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Maintenance\"}',1,'2026-01-29 19:52:48','2026-01-29 19:52:48','6248165b-300b-4ebe-ac25-4281c0a26479'),
(21717,21717,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management is very supportive towards employees and residents/families. It\'s nice to be able to have trust within the leadership\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 19:52:48','2026-01-29 19:52:48','dbb548b2-cf9d-4dfb-9dd2-c6ebebff4624'),
(21722,21722,1,'2026-01-29 14:58:31',NULL,NULL,NULL,1,'2026-01-29 19:58:31','2026-01-29 19:58:31','c8ee81f0-abed-4d04-a233-7cafcddd318e'),
(21725,21725,1,'Maintenance Technician','maintenance-technician',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Overall, a great place to work. Good people, great environment, had tons of downtime, learned a lot as a maintenance technician and dietary server and cook\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance Technician\"}',1,'2026-01-29 20:01:18','2026-01-29 20:01:18','c0df54df-1a49-4441-a6d6-4b8278a9ebc5'),
(21726,21726,1,'Social Services','social-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt proud welcoming new residents into our community.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Social Services\"}',1,'2026-01-29 20:01:18','2026-01-29 20:01:18','7b8078fa-0110-4b1e-b739-e66090d81417'),
(21727,21727,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciated how much collaboration there was when planning larger events. Everyone pitched in.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2026-01-29 20:01:18','2026-01-29 20:01:18','09e1be8e-0562-4527-b6be-f8575247be4c'),
(21728,21728,1,'Social Services','social-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership is present and approachable\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Social Services\"}',1,'2026-01-29 20:01:18','2026-01-29 20:01:18','ff7afa14-ef52-4204-b6b0-83f0797642f7'),
(21729,21729,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[12718],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5HTBXHB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5HTBXHB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 20:01:18','2026-01-29 20:01:18','5974ffc3-0e72-4077-b914-48ef15e582b6'),
(21730,21730,1,'Maintenance Technician','maintenance-technician',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Overall, a great place to work. Good people, great environment, had tons of downtime, learned a lot as a maintenance technician and dietary server and cook\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Maintenance Technician\"}',1,'2026-01-29 20:01:18','2026-01-29 20:01:18','bf05074f-8603-4bdf-901f-718b6e3c9344'),
(21731,21731,1,'Social Services','social-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt proud welcoming new residents into our community.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Social Services\"}',1,'2026-01-29 20:01:18','2026-01-29 20:01:18','e7acc986-547b-46d8-ad21-2f63b6cd2893'),
(21732,21732,1,'Recreation Director','recreation-director',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciated how much collaboration there was when planning larger events. Everyone pitched in.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Director\"}',1,'2026-01-29 20:01:18','2026-01-29 20:01:18','781f12c8-8fa0-4714-bcb7-118be760988a'),
(21733,21733,1,'Social Services','social-services',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership is present and approachable\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Social Services\"}',1,'2026-01-29 20:01:18','2026-01-29 20:01:18','0a63ec24-360a-4353-a263-32352f8dd997'),
(21741,21741,1,'Unit Manager','manager-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The team at the center provides patient centered care that supports their individual preferences and needs, helping each person maintain independence and achieve the best possible outcome.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Unit Manager\"}',1,'2026-01-29 20:09:24','2026-01-29 20:09:24','647c1ddd-db7c-4f4f-a716-35e8c58cda8d'),
(21742,21742,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management is supportive and committed to helping staff grow and develop.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 20:09:24','2026-01-29 20:09:24','e0c6d3b2-bdbd-4abc-a00a-5704e8e17b77'),
(21743,21743,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"You have a lot of creative freedom at Woodlands. There is a lot of opportunity to develop engaging programs & events.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 20:09:24','2026-01-29 20:09:24','c752bd3d-bf83-4c83-93e4-4283ccda89f2'),
(21744,21744,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6832],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwoodlands.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N4PZH78\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N4PZH78\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 20:09:24','2026-01-29 20:09:24','bbf20e17-43d5-4e66-b06f-504f9e6e0c12'),
(21745,21745,1,'Unit Manager','manager-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The team at the center provides patient centered care that supports their individual preferences and needs, helping each person maintain independence and achieve the best possible outcome.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Unit Manager\"}',1,'2026-01-29 20:09:24','2026-01-29 20:09:24','183dc146-b03a-4cfc-bd25-9b151bf40d9e'),
(21746,21746,1,'Director of Therapeutic Recreation','director-of-therapeutic-recreation',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Meaningful Work- Daily opportunities to make a positive impact on residents\' quality of life.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Therapeutic Recreation\"}',1,'2026-01-29 20:09:24','2026-01-29 20:09:24','8fbbeddf-be08-49f6-a0ea-9e53f10b7551'),
(21747,21747,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management is supportive and committed to helping staff grow and develop.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 20:09:24','2026-01-29 20:09:24','1818fcb8-17ba-4e92-8d4a-6a8aedca6b67'),
(21748,21748,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"You have a lot of creative freedom at Woodlands. There is a lot of opportunity to develop engaging programs & events.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 20:09:24','2026-01-29 20:09:24','bdc3d183-a887-4d27-bdba-52efa1c7de8e'),
(21751,21751,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 20:11:04','2026-01-29 20:11:04','14086894-2b5f-4497-a4df-08cddbc47183'),
(21759,21759,1,'CNA','cna-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The people in general were very nice to work with. Management was great. They respected each other generally and working together as a unit with different departments.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','a5b5edce-ce0a-44fd-8032-5abcaa12ec4c'),
(21760,21760,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This position was less stressful than many nursing jobs. I loved the coworkers and working with the patients.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','84fae2d6-0fbe-4f26-abe9-2f5dce06df03'),
(21761,21761,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I\'m happy with Barn Hill overall because they allow you to work as many hours as you can. They also are big on career advancement.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','bba5c39d-bfec-40de-9906-10f0139be9ab'),
(21762,21762,1,'MDS Coordinator','mds-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is a large company & offers advancement within the facility as well as associated sister facilities.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MDS Coordinator\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','e1d1c809-8e41-4a1f-a36a-9f8a850036d0'),
(21763,21763,1,'Director of Admissions','director-of-admissions',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Always had a productive day on the job and the facility provided good pay.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Admissions\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','dc2ee853-50ef-4f41-bbef-672b6c0a7a2a'),
(21764,21764,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','e6438659-14f1-4195-96a8-643df07d4c35'),
(21765,21765,1,'CNA','cna-complete-care',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The people in general were very nice to work with. Management was great. They respected each other generally and working together as a unit with different departments.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','24d26cb0-b6cb-4511-a7ce-67519eef70d1'),
(21766,21766,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"This position was less stressful than many nursing jobs. I loved the coworkers and working with the patients.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','67f1dc74-904e-4443-a932-4e7b287070b6'),
(21767,21767,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I\'m happy with Barn Hill overall because they allow you to work as many hours as you can. They also are big on career advancement.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','eabbb253-1332-4999-a7b5-177ff55c6ab1'),
(21768,21768,1,'MDS Coordinator','mds-coordinator',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"It is a large company & offers advancement within the facility as well as associated sister facilities.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"MDS Coordinator\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','f86a90da-3008-41da-a656-fc181d830dcb'),
(21769,21769,1,'Director of Admissions','director-of-admissions',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Always had a productive day on the job and the facility provided good pay.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Director of Admissions\"}',1,'2026-01-29 20:16:42','2026-01-29 20:16:42','95866e5e-be9b-4c06-9495-5324e89b5855'),
(21776,21776,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Supportive work environment that encourages their staff to grow and share their ideas\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 20:22:17','2026-01-29 20:22:17','1acca196-7d0e-4007-897c-63a93fa2717e'),
(21777,21777,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Communication between departments made my job easier.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 20:22:17','2026-01-29 20:22:17','978f7d43-3065-4f87-abf4-41fe4acc2739'),
(21778,21778,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciated that administration understood what happens on the floor. They were involved and realistic, not disconnected.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 20:22:17','2026-01-29 20:22:17','dbdf52ab-5af9-49c2-b6fd-3a04ea779780'),
(21779,21779,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 20:22:17','2026-01-29 20:22:17','9ce869c3-4115-48d5-84ff-450e8fb82233'),
(21780,21780,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Very Great company, they allow you to get tuition reimbursement, I didn’t work here very long but I do recommend working there, residents are great.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 20:22:17','2026-01-29 20:22:17','91226582-41bb-4da8-b0b7-51dcf26c306c'),
(21781,21781,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Supportive work environment that encourages their staff to grow and share their ideas\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 20:22:17','2026-01-29 20:22:17','5e7c7e52-8211-442d-880b-c55cb5dbdf30'),
(21782,21782,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Communication between departments made my job easier.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 20:22:17','2026-01-29 20:22:17','b5d5ec3a-77f2-47b2-bbdf-d26ff291ad55'),
(21783,21783,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I appreciated that administration understood what happens on the floor. They were involved and realistic, not disconnected.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 20:22:17','2026-01-29 20:22:17','12b1507c-ef14-4b47-a481-85a0e9d48888'),
(21792,21792,1,'Assitant DON','assitant-don',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Brakeley Park has experienced leadership and a hands-on approach from managers/DON.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Assitant DON\"}',1,'2026-01-29 20:25:30','2026-01-29 20:25:30','f462edff-8b89-43ad-8e8b-7f70642a6cd4'),
(21793,21793,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Many fun activities for the residents and a happy atmosphere. We also are given new equipment for our department\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 20:25:30','2026-01-29 20:25:30','98f37381-bb2e-4644-9bbf-7fad90d3cef3'),
(21794,21794,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership treats their employees great. We receive generous gifts from corporate, a competitive salary for nursing (and other departments) and flexible hours.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 20:25:30','2026-01-29 20:25:30','d4ecf2c1-343f-4373-ae57-c13117746e49'),
(21795,21795,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 20:25:31','2026-01-29 20:25:31','b69d570a-c767-4e44-96ac-5cd6c87e794b'),
(21796,21796,1,'Assitant DON','assitant-don',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Brakeley Park has experienced leadership and a hands-on approach from managers/DON.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Assitant DON\"}',1,'2026-01-29 20:25:31','2026-01-29 20:25:31','34c4a540-57ea-4d95-b624-a6771ec8ea52'),
(21797,21797,1,'Unit Manager','unit-manager',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The residents and staff that I worked with directly were always the highlight of my day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Unit Manager\"}',1,'2026-01-29 20:25:31','2026-01-29 20:25:31','edb3ba62-427b-431b-a8e5-f161fffa4e56'),
(21798,21798,1,'Activities Aide','activities-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The best part of working is learning more about the residents and growing a bond with them through a big array of activities.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Aide\"}',1,'2026-01-29 20:25:31','2026-01-29 20:25:31','d7376ae7-0f5d-428b-8b26-1bf7dc9a9a5d'),
(21799,21799,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Many fun activities for the residents and a happy atmosphere. We also are given new equipment for our department\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 20:25:31','2026-01-29 20:25:31','4506a3a7-7384-4d35-a8e4-d91d51b6e802'),
(21800,21800,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Leadership treats their employees great. We receive generous gifts from corporate, a competitive salary for nursing (and other departments) and flexible hours.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 20:25:31','2026-01-29 20:25:31','1c7d0d7d-f916-4022-bca4-e9a0de35dfee'),
(21808,21808,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I learned a lot at this place. They gave the opportunity to grow without experience in a nursing home as a nurse.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','560a13e2-a090-4044-9f0d-6bf37e242bca'),
(21809,21809,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"If you\'re an upcoming CNA, Chestnut is the place to start for experience. I have been here for a little over a year now and I love the residents that I work for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','aea43bb5-1ce7-4657-8afb-c96c5a8ccb4a'),
(21810,21810,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Chestnut Hill is a great company to work for with good benefits. You work with different healthcare personnel and interact with patients and family members. You also provide patients care and adhere to standard guidelines.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','b24157b7-b56f-40aa-a1d5-77b221f023ff'),
(21811,21811,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The kitchen was well-organized, and communication with nursing helped meals run smoothly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','6f7d3f6b-fd55-4155-be66-098ea078bf44'),
(21812,21812,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management understood how much activities impact quality of life. That support made it easier to do my job well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','079a40c4-273a-45b5-bd00-c4f8dd375581'),
(21813,21813,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Info@ccchestnuthill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PFW86XW\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PFW86XW\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','ddc031a5-88df-4659-b13e-edfd94db8d54'),
(21814,21814,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I learned a lot at this place. They gave the opportunity to grow without experience in a nursing home as a nurse.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','0f496e46-ce83-4895-a148-a0648671b707'),
(21815,21815,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"If you\'re an upcoming CNA, Chestnut is the place to start for experience. I have been here for a little over a year now and I love the residents that I work for.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','76bbce4f-e039-4512-92cd-f824de317d40'),
(21816,21816,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Chestnut Hill is a great company to work for with good benefits. You work with different healthcare personnel and interact with patients and family members. You also provide patients care and adhere to standard guidelines.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','0bcc340c-bd40-47dd-b006-b992dc1e7cec'),
(21817,21817,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The kitchen was well-organized, and communication with nursing helped meals run smoothly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','b7f86cf2-15f3-49ce-96ef-9514e6e7933d'),
(21818,21818,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management understood how much activities impact quality of life. That support made it easier to do my job well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-29 20:39:51','2026-01-29 20:39:51','bbf1db4d-4982-426f-b5a8-5318ea1aef83'),
(21824,21824,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6889],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 20:41:12','2026-01-29 20:41:12','f20cc3f4-4c9f-48b7-9be4-0fa5e829421b'),
(21825,21825,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The kitchen was well-organized, and communication with nursing helped meals run smoothly.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 20:41:12','2026-01-29 20:41:12','e380609d-e9cf-47ec-a938-f49c4da0f5ed'),
(21826,21826,1,'Activities Assistant','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management understood how much activities impact quality of life. That support made it easier to do my job well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-29 20:41:12','2026-01-29 20:41:12','061cf1bc-a464-458b-b117-306759237595'),
(21835,21835,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My boss provides support for us to ensure we can succeed in our jobs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','9d1aa52c-b486-414b-b6c7-2ce6d16c42dc'),
(21836,21836,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good place to work with good workplace balance. I’ve grown attached to the resident and staff. During my shift, we usually work together and get the job done promoting safety and great care\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','450d07c8-fd47-4c5f-bc12-05c568e8e0c6'),
(21837,21837,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every day is productive with my residents between resident checks, reports, and treatment.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','784bb59c-17eb-4aca-837d-69a689b6a4f4'),
(21838,21838,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt like part of the care team, not an afterthought. Nursing and activities worked closely together.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','472bbeff-687f-43fb-a9a9-a2ba5af64ac9'),
(21839,21839,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt appreciated for the effort I put in, which made a big difference.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','b64994e9-5c0b-45ff-a298-ff6ad189264a'),
(21840,21840,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6892],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MNH7WFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MNH7WFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','1066a17f-994a-46e9-91db-4f5977492d32'),
(21841,21841,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"My boss provides support for us to ensure we can succeed in our jobs\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','4da5e7df-07ca-4d2b-9f00-9a96e119e7e9'),
(21842,21842,1,'RN','rn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Good place to work with good workplace balance. I’ve grown attached to the resident and staff. During my shift, we usually work together and get the job done promoting safety and great care\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"RN\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','476a6931-9b1e-4340-8b10-29eb6868e9de'),
(21843,21843,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Every day is productive with my residents between resident checks, reports, and treatment.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','f98d89fe-b390-4981-8405-9f58bda90cf1'),
(21844,21844,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt like part of the care team, not an afterthought. Nursing and activities worked closely together.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','9421635d-48d2-47b0-a975-4d9e08f01353'),
(21845,21845,1,'Dietary Aide','dietary-aide',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I felt appreciated for the effort I put in, which made a big difference.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Dietary Aide\"}',1,'2026-01-29 20:56:59','2026-01-29 20:56:59','b60970ec-705c-4b50-bac9-2f40f2a69aa6'),
(21848,21848,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Info@ccchestnuthill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PFW86XW\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PFW86XW\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 21:28:54','2026-01-29 21:28:54','9b8ba5f0-bd87-4822-bcb7-b5f0e1a56c56'),
(21849,21849,1,'Activities Assistant','activities-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Management understood how much activities impact quality of life. That support made it easier to do my job well.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Activities Assistant\"}',1,'2026-01-29 21:28:54','2026-01-29 21:28:54','7ebafd88-0aba-48d9-83fb-7e826a31eb88'),
(21855,21855,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy my job because I love to make people\'s day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 21:34:16','2026-01-29 21:34:16','74c6cc8b-c70b-4817-ae65-d7399e4483c8'),
(21856,21856,1,'Receptionist','receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The most enjoyable part of the job is making the patients feel comfortable in their living place. To know I\'ve made a patient\'s day makes my day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Receptionist\"}',1,'2026-01-29 21:34:16','2026-01-29 21:34:16','f9986452-0d0d-47b7-9a69-a488670410b8'),
(21857,21857,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy coming to work to be around the patients, allowing them to trust me to care for them\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 21:34:16','2026-01-29 21:34:16','83b6e458-cb3f-4ce3-aae3-c6479b306513'),
(21858,21858,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6897],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-29 21:34:16','2026-01-29 21:34:16','2a3a5b1b-a56c-435d-b17d-0fb43506223a'),
(21859,21859,1,'CNA','cna',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"They were very flexible with me regarding hours and shifts.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"CNA\"}',1,'2026-01-29 21:34:16','2026-01-29 21:34:16','80b9328e-2d03-4c7f-b38d-7c7629f8cfa4'),
(21860,21860,1,'Recreation Assistant','recreation-assistant',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy my job because I love to make people\'s day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Recreation Assistant\"}',1,'2026-01-29 21:34:16','2026-01-29 21:34:16','9ac9300f-f496-431e-98b3-a7f4f85dd170'),
(21861,21861,1,'Receptionist','receptionist',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"The most enjoyable part of the job is making the patients feel comfortable in their living place. To know I\'ve made a patient\'s day makes my day.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Receptionist\"}',1,'2026-01-29 21:34:16','2026-01-29 21:34:16','e675a7f4-848b-415e-97b1-710cd926ef5a'),
(21862,21862,1,'LPN','lpn',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"I enjoy coming to work to be around the patients, allowing them to trust me to care for them\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"LPN\"}',1,'2026-01-29 21:34:16','2026-01-29 21:34:16','1795ea2f-6f90-4faa-91f0-2231cce826df'),
(21864,21864,1,'2026-01-29 17:01:10',NULL,NULL,NULL,1,'2026-01-29 22:01:10','2026-01-29 22:01:10','9fc1e556-3bd6-493a-9a65-c486a9be873d'),
(21866,21866,1,'2026-01-29 17:02:12',NULL,NULL,NULL,1,'2026-01-29 22:02:12','2026-01-29 22:02:12','88bb6586-dde4-4def-9dcc-ee6193c42507'),
(21867,21867,1,'Resume',NULL,NULL,NULL,1,'2026-01-29 22:02:12','2026-01-29 22:02:12','b875fa33-d566-45b3-9142-f754a7a652ca'),
(21876,21876,1,'2026-01-29 19:06:24',NULL,NULL,NULL,1,'2026-01-30 00:06:24','2026-01-30 00:06:24','98f79b9e-a197-4ea7-8e05-7a2bd60a97c2'),
(21877,21877,1,'2026-01-29 19:48:28',NULL,NULL,NULL,1,'2026-01-30 00:48:28','2026-01-30 00:48:28','f55e618b-b22a-46ca-ad74-c4131aab6645'),
(21882,21882,1,'2026-01-29 20:23:22',NULL,NULL,NULL,1,'2026-01-30 01:23:22','2026-01-30 01:23:22','2fc534b6-a385-433a-a5b6-fd37bac1aa2b'),
(21959,21959,1,'2026-01-29 22:56:55',NULL,NULL,NULL,1,'2026-01-30 03:56:55','2026-01-30 03:56:55','72f22eb0-ce9b-41b1-a277-578853e015cb'),
(22160,22160,1,'2026-01-30 06:08:46',NULL,NULL,NULL,1,'2026-01-30 11:08:46','2026-01-30 11:08:46','c40d9540-0903-492f-9787-43b8ce12a5d5'),
(22161,22161,1,'2026-01-30 06:08:59',NULL,NULL,NULL,1,'2026-01-30 11:08:59','2026-01-30 11:08:59','8258291e-ea8a-444d-a59a-c5c186b051ba'),
(22173,22173,1,'2026-01-30 08:40:13',NULL,NULL,NULL,1,'2026-01-30 13:40:13','2026-01-30 13:40:13','38df55f3-3029-4bac-b176-a748fa0888c1'),
(22202,22202,1,'2026-01-30 09:12:31',NULL,NULL,NULL,1,'2026-01-30 14:12:31','2026-01-30 14:12:31','2fff0355-0079-4136-b775-63ecdc500ca1'),
(22251,22251,1,'2026-01-30 10:48:07',NULL,NULL,NULL,1,'2026-01-30 15:48:07','2026-01-30 15:48:07','9bf73cbc-ffe7-47b4-adbb-1eab53b19c5c'),
(22253,22253,1,'Jazlyn Zafra Resume',NULL,NULL,NULL,1,'2026-01-30 16:06:41','2026-01-30 16:06:41','01fa2836-f6ba-41eb-bf96-fb0e0518471c'),
(22254,22254,1,'2026-01-30 11:09:02',NULL,NULL,NULL,1,'2026-01-30 16:09:02','2026-01-30 16:09:02','64750209-6586-4891-8629-4030f4e1b172'),
(22255,22255,1,'Jazlyn Zafra Resume',NULL,NULL,NULL,1,'2026-01-30 16:09:02','2026-01-30 16:09:02','1f8d2a61-29e9-4a5e-8c8d-4eea6d411901'),
(22305,22305,1,'2026-01-30 12:03:48',NULL,NULL,NULL,1,'2026-01-30 17:03:48','2026-01-30 17:03:48','5477a373-4f1c-4f67-8edd-457ba4458d19'),
(22330,22330,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-30 17:30:10','2026-01-30 17:30:10','ef04c6ff-9356-48c9-942c-22f0a38f365f'),
(22367,22367,1,'2026-01-30 13:39:52',NULL,NULL,NULL,1,'2026-01-30 18:39:52','2026-01-30 18:39:52','cc5a557d-5674-43c8-9b56-ed4945c75cac'),
(22374,22374,1,'2026-01-30 14:21:55',NULL,NULL,NULL,1,'2026-01-30 19:21:55','2026-01-30 19:21:55','8067f2be-f69c-4f91-ae1a-2c9e72d814cc'),
(22375,22375,1,'2026-01-30 14:23:57',NULL,NULL,NULL,1,'2026-01-30 19:23:57','2026-01-30 19:23:57','0922c2b1-1f0c-485e-b417-5422ab9911bd'),
(22376,22376,1,'2026-01-30 14:31:40',NULL,NULL,NULL,1,'2026-01-30 19:31:40','2026-01-30 19:31:40','7fd9c166-ef62-4e59-978d-1e0bb38c7511'),
(22377,22377,1,'Resume 126',NULL,NULL,NULL,1,'2026-01-30 19:31:40','2026-01-30 19:31:40','99418d49-7809-41ac-93d6-3d108aa7c766'),
(22384,22384,1,'Bey Lea SNF',NULL,NULL,NULL,1,'2026-01-30 19:57:18','2026-01-30 19:57:33','32c62d22-e8b8-44db-9ae1-a6b80d1b1ddf'),
(22385,22385,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7646],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-01-30 19:57:36','2026-01-30 19:57:36','1c9b5250-29cc-4c8d-9aae-08b5406f59a2'),
(22393,22393,1,'2026-01-30 15:34:31',NULL,NULL,NULL,1,'2026-01-30 20:34:31','2026-01-30 20:34:31','5dc30965-8e85-4103-b3fe-63e6c76d2616'),
(22396,22396,1,'2026-01-30 15:46:27',NULL,NULL,NULL,1,'2026-01-30 20:46:27','2026-01-30 20:46:27','7d888beb-02cf-437e-bc5e-2e03eaa1d5a5'),
(22397,22397,1,'Updated resume',NULL,NULL,NULL,1,'2026-01-30 20:46:27','2026-01-30 20:46:27','80f47d6f-6a8a-4a8b-a48b-88d2d0dc7dc2'),
(22406,22406,1,'2026-01-30 17:01:25',NULL,NULL,NULL,1,'2026-01-30 22:01:25','2026-01-30 22:01:25','7922f666-630f-4189-bb7a-272334e27237'),
(22411,22411,1,'2026-01-30 17:32:18',NULL,NULL,NULL,1,'2026-01-30 22:32:18','2026-01-30 22:32:18','4d9cb3d0-9e40-4f7e-ba95-11c5ea88dfcb'),
(22412,22412,1,'Marsahra Carrington Resume',NULL,NULL,NULL,1,'2026-01-30 22:32:18','2026-01-30 22:32:18','9df07f61-0c38-4715-8d4d-993bea569dfd'),
(22429,22429,1,'2026-01-30 19:13:12',NULL,NULL,NULL,1,'2026-01-31 00:13:12','2026-01-31 00:13:12','8f15ec1f-fc34-418b-9e02-958c39bd093e'),
(22432,22432,1,'2026-01-30 19:13:44',NULL,NULL,NULL,1,'2026-01-31 00:13:44','2026-01-31 00:13:44','2d4a4131-f016-48b7-ad5d-3034cbeba783'),
(22433,22433,1,'ANA GAUZ resume',NULL,NULL,NULL,1,'2026-01-31 00:13:44','2026-01-31 00:13:44','4a6c9e26-04db-4bb6-9592-c3897e51327b'),
(22434,22434,1,'2026-01-30 19:18:05',NULL,NULL,NULL,1,'2026-01-31 00:18:05','2026-01-31 00:18:05','da2316ef-a40d-41b2-ad33-0ed461e385aa'),
(22435,22435,1,'26 Carolyn Sterling Resume PDF',NULL,NULL,NULL,1,'2026-01-31 00:18:05','2026-01-31 00:18:05','b012cd06-67ae-4c82-b2db-6248119ec9a0'),
(22437,22437,1,'Jemariz Zamora Resume docx',NULL,NULL,NULL,1,'2026-01-31 00:19:34','2026-01-31 00:19:34','c264746c-4692-48bc-8cd7-5911aea9d453'),
(22438,22438,1,'2026-01-30 19:27:25',NULL,NULL,NULL,1,'2026-01-31 00:27:25','2026-01-31 00:27:25','e7b8acb5-b89f-4d1e-a896-bb6382bb0cfe'),
(22440,22440,1,'2026-01-30 19:28:45',NULL,NULL,NULL,1,'2026-01-31 00:28:45','2026-01-31 00:28:45','cc45bbb8-c5f4-4662-8f1f-e29be5b700de'),
(22442,22442,1,'2026-01-30 19:29:49',NULL,NULL,NULL,1,'2026-01-31 00:29:49','2026-01-31 00:29:49','e4b2fed6-e6fa-4557-b001-60360dbe8bfb'),
(22444,22444,1,'2026-01-30 19:30:49',NULL,NULL,NULL,1,'2026-01-31 00:30:49','2026-01-31 00:30:49','c884d894-b04c-4f5c-9a8e-c0264d28aff6'),
(22445,22445,1,'2026-01-30 19:31:42',NULL,NULL,NULL,1,'2026-01-31 00:31:42','2026-01-31 00:31:42','caf64a35-3a1c-400d-af65-eaf402b2a85a'),
(22447,22447,1,'2026-01-30 19:32:46',NULL,NULL,NULL,1,'2026-01-31 00:32:46','2026-01-31 00:32:46','9eec4ff8-b4d3-4e07-8488-4c87f65664c9'),
(22449,22449,1,'2026-01-30 19:33:36',NULL,NULL,NULL,1,'2026-01-31 00:33:36','2026-01-31 00:33:36','a19ed048-4250-4aea-9a51-37c8a386aa62'),
(22450,22450,1,'26 Carolyn Sterling Resume PDF',NULL,NULL,NULL,1,'2026-01-31 00:33:36','2026-01-31 00:33:36','8ba9e789-5321-41dc-917d-9b38dd4fa749'),
(22455,22455,1,'2026-01-30 20:20:44',NULL,NULL,NULL,1,'2026-01-31 01:20:44','2026-01-31 01:20:44','1a403ea0-d33a-4f59-8ab8-8d7b616fcd62'),
(22795,22795,1,'2026-01-31 09:57:10',NULL,NULL,NULL,1,'2026-01-31 14:57:10','2026-01-31 14:57:10','c8e9699a-beb9-4341-8af9-e9d4b431ce1a'),
(22796,22796,1,'Mackenzie Corbitt',NULL,NULL,NULL,1,'2026-01-31 14:57:10','2026-01-31 14:57:10','482eefa0-1b25-4c3f-a186-321ac8f61897'),
(22803,22803,1,'2026-01-31 11:08:40',NULL,NULL,NULL,1,'2026-01-31 16:08:40','2026-01-31 16:08:40','7780a939-e062-4310-8fdc-f715f2652b2e'),
(22805,22805,1,'2026-01-31 11:11:27',NULL,NULL,NULL,1,'2026-01-31 16:11:27','2026-01-31 16:11:27','5d204b0d-faa0-4d47-8916-e99e3ee60884'),
(22858,22858,1,'2026-01-31 12:38:41',NULL,NULL,NULL,1,'2026-01-31 17:38:41','2026-01-31 17:38:41','f65ab085-e4df-47e8-98e5-409db8fc6487'),
(22859,22859,1,'Copy6 New CV',NULL,NULL,NULL,1,'2026-01-31 17:38:41','2026-01-31 17:38:41','9d35f1c7-eaac-4489-8209-4e1ae623edf9'),
(22863,22863,1,'2026-01-31 12:44:20',NULL,NULL,NULL,1,'2026-01-31 17:44:20','2026-01-31 17:44:20','af4e9fef-1786-4084-b566-76e026ca127b'),
(22864,22864,1,'Resume Ebanks 2026 2 1',NULL,NULL,NULL,1,'2026-01-31 17:44:20','2026-01-31 17:44:20','2c79edfa-4317-4c3a-8e32-0cf538daae8e'),
(22879,22879,1,'2026-01-31 14:17:41',NULL,NULL,NULL,1,'2026-01-31 19:17:41','2026-01-31 19:17:41','b1a645df-8cfb-40b9-9da4-8352d1f8f9c5'),
(22880,22880,1,'Krystal resume',NULL,NULL,NULL,1,'2026-01-31 19:17:41','2026-01-31 19:17:41','67cf232c-64f2-4695-bdce-aae34631e951'),
(22895,22895,1,'2026-01-31 16:27:55',NULL,NULL,NULL,1,'2026-01-31 21:27:55','2026-01-31 21:27:55','8cf4aaa5-3b40-4151-abcf-e105f7418407'),
(22899,22899,1,'2026-01-31 16:52:10',NULL,NULL,NULL,1,'2026-01-31 21:52:10','2026-01-31 21:52:10','cbf7fceb-9b50-43f2-9540-692edc92a819'),
(22900,22900,1,'Document 7',NULL,NULL,NULL,1,'2026-01-31 21:52:10','2026-01-31 21:52:10','6a1dbebe-2546-4cf1-a482-487fcfb57a3a'),
(23029,23029,1,'2026-02-01 00:25:14',NULL,NULL,NULL,1,'2026-02-01 05:25:12','2026-02-01 05:25:14','ff58b6f6-4de1-48fa-bdfc-2e3878dacf1c'),
(23030,23030,1,'IMG 8864',NULL,NULL,NULL,1,'2026-02-01 05:25:12','2026-02-01 05:25:12','223a016d-e3f4-4c23-a22f-720e9f18258c'),
(23145,23145,1,'2026-02-01 05:58:52',NULL,NULL,NULL,1,'2026-02-01 10:58:52','2026-02-01 10:58:52','6eec31bf-908e-4407-a9ee-d1e6e20d1bcf'),
(23198,23198,1,'2026-02-01 08:27:06',NULL,NULL,NULL,1,'2026-02-01 13:27:06','2026-02-01 13:27:06','705c29b3-0656-4b57-ad0b-4d4acea8e5af'),
(23247,23247,1,'2026-02-01 11:25:45',NULL,NULL,NULL,1,'2026-02-01 16:25:45','2026-02-01 16:25:45','651c3fcb-e6de-42b7-8eb1-a07eeb9c3b27'),
(23248,23248,1,'Stanford 2025 docx',NULL,NULL,NULL,1,'2026-02-01 16:25:45','2026-02-01 16:25:45','e2df3523-9904-4f1c-817f-534798071dd6'),
(23269,23269,1,'2026-02-01 11:52:21',NULL,NULL,NULL,1,'2026-02-01 16:52:21','2026-02-01 16:52:21','0dc29943-e6e2-431a-b6b2-cbd6c9e728d2'),
(23270,23270,1,'Updated Resume',NULL,NULL,NULL,1,'2026-02-01 16:52:21','2026-02-01 16:52:21','62ca9cec-02f5-436a-9ae0-b0e422cd3b46'),
(23290,23290,1,'2026-02-01 13:35:59',NULL,NULL,NULL,1,'2026-02-01 18:35:59','2026-02-01 18:35:59','244e8a1c-3e2c-4dd8-9779-85b032bf87f6'),
(23291,23291,1,'2024 RESUME',NULL,NULL,NULL,1,'2026-02-01 18:35:59','2026-02-01 18:35:59','86b00176-646b-4a03-a6bf-642e23f55def'),
(23306,23306,1,'2026-02-01 17:19:20',NULL,NULL,NULL,1,'2026-02-01 22:19:20','2026-02-01 22:19:20','c984b441-568c-4905-9cd0-07d071b347b8'),
(23314,23314,1,'2026-02-01 20:12:51',NULL,NULL,NULL,1,'2026-02-02 01:12:51','2026-02-02 01:12:51','e5a4e400-7614-49c5-852d-da492efb8139'),
(23318,23318,1,'2026-02-01 20:52:07',NULL,NULL,NULL,1,'2026-02-02 01:52:07','2026-02-02 01:52:07','ea3ced03-36fd-4c15-bac9-8fde4bdc8608'),
(23393,23393,1,'2026-02-02 00:40:15',NULL,NULL,NULL,1,'2026-02-02 05:40:15','2026-02-02 05:40:15','81d1ca9b-1e35-4dd2-968e-76dfefe73484'),
(23401,23401,1,'2026-02-02 02:26:40',NULL,NULL,NULL,1,'2026-02-02 07:26:40','2026-02-02 07:26:40','45cab0a0-4b64-43a5-b67f-5146dc58127f'),
(23410,23410,1,'2026-02-02 02:42:45',NULL,NULL,NULL,1,'2026-02-02 07:42:45','2026-02-02 07:42:45','d3790799-7cdb-4b1a-b7bf-6ea4397fc67a'),
(23471,23471,1,'Photo1',NULL,NULL,NULL,1,'2026-02-02 09:25:35','2026-02-02 09:25:35','853cf71f-fd86-4d54-9acc-35bc0cc65c85'),
(23473,23473,1,'Photo1',NULL,NULL,NULL,1,'2026-02-02 09:25:40','2026-02-02 09:25:40','aed364b4-7c69-4955-9fdc-44335374ecc5'),
(23509,23509,1,'Photo1',NULL,NULL,NULL,1,'2026-02-02 12:19:11','2026-02-02 12:19:11','37d55831-a31d-4284-83ae-9555bea56d78'),
(23511,23511,1,'Photo1',NULL,NULL,NULL,1,'2026-02-02 12:19:15','2026-02-02 12:19:15','0db3b51d-413f-4f23-90e1-d0b5f9197cd3'),
(23515,23515,1,'2026-02-02 07:52:03',NULL,NULL,NULL,1,'2026-02-02 12:52:03','2026-02-02 12:52:03','61546798-0dcd-4a20-a668-3c67ce6cb4b8'),
(23541,23541,1,'2026-02-02 08:21:13',NULL,NULL,NULL,1,'2026-02-02 13:21:13','2026-02-02 13:21:13','6d76b30c-b921-446f-8184-808cd272dad3'),
(23571,23571,1,'2026-02-02 09:46:00',NULL,NULL,NULL,1,'2026-02-02 14:46:00','2026-02-02 14:46:00','52107a16-d571-4d8e-9ddf-945da4f80e99'),
(23572,23572,1,'2026-02-02 09:47:41',NULL,NULL,NULL,1,'2026-02-02 14:47:41','2026-02-02 14:47:41','b1f7c5d5-7186-45d1-ae40-ff7fc6bfdd51'),
(23606,23606,1,'2026-02-02 10:31:03',NULL,NULL,NULL,1,'2026-02-02 15:31:03','2026-02-02 15:31:03','e52b4c90-b120-4f2c-9842-0efd0e394538'),
(23644,23644,1,'2026-02-02 11:23:05',NULL,NULL,NULL,1,'2026-02-02 16:23:05','2026-02-02 16:23:05','9bd11692-ab9c-4a67-a440-a70670e32501'),
(23689,23689,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23688],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:32:43','2026-02-02 16:32:43','825eb549-6a19-4977-9824-9b0c9668ee71'),
(23691,23691,1,'Care Age Calendar',NULL,NULL,NULL,1,'2026-02-02 16:34:45','2026-03-05 20:41:44','8afa6048-c9e1-4adf-9ad5-48ba331362c9'),
(23692,23692,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23691],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:34:47','2026-02-02 16:34:47','7aa52271-6739-4b79-9db6-f417c0b4ef07'),
(23694,23694,1,'Hagerstown Calendar',NULL,NULL,NULL,1,'2026-02-02 16:35:34','2026-03-04 20:43:48','483e16d5-fe98-426f-aef5-f3367ee9b0c7'),
(23695,23695,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23694],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T4WH9SR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T4WH9SR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:35:36','2026-02-02 16:35:36','c18b5c80-2d2e-457d-a048-1b470075ec1b'),
(23697,23697,1,'Jefferson Meadows February2026',NULL,NULL,NULL,1,'2026-02-02 16:35:48','2026-02-02 16:35:48','5e962114-6cfe-4b53-bbc4-a0deadae6fcd'),
(23698,23698,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:37:35','2026-02-02 16:37:35','6bde4060-d336-44b1-8668-7e5cbd2cdb9c'),
(23701,23701,1,'Bayshore',NULL,NULL,NULL,1,'2026-02-02 16:38:30','2026-02-02 16:38:30','25b3f4d6-eda4-4d5c-ba0a-bec3c9aae1e6'),
(23702,23702,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23701],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:38:36','2026-02-02 16:38:36','1db02b6f-5f61-496b-b310-47aeb9123ff1'),
(23704,23704,1,'Cedar Grove',NULL,NULL,NULL,1,'2026-02-02 16:39:20','2026-02-02 16:39:20','f899ee96-d44c-4770-97f3-4cf3f2a625de'),
(23705,23705,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23704],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:39:22','2026-02-02 16:39:22','bead26c0-abf5-43c7-bd87-da5552e3762b'),
(23707,23707,1,'Clark',NULL,NULL,NULL,1,'2026-02-02 16:39:47','2026-02-02 16:39:47','c3220b53-68c5-4de5-94ad-b459cbb33707'),
(23708,23708,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23707],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:39:49','2026-02-02 16:39:49','be440767-96ce-42cd-94a6-107e7da3793b'),
(23709,23709,1,'Green Knoll',NULL,NULL,NULL,1,'2026-02-02 16:40:06','2026-02-02 16:40:06','0be3fb8d-a3a3-4b57-a78f-4f617a17bc91'),
(23711,23711,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23709],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:40:16','2026-02-02 16:40:16','3896caaa-4e83-4116-a4e8-65cb314dd7d0'),
(23713,23713,1,'Holmdel February2026 Calendar',NULL,NULL,NULL,1,'2026-02-02 16:40:46','2026-02-02 16:40:46','e2ae64f5-7039-4ef1-b1ae-fefface8e08a'),
(23714,23714,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23713],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholmdel.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NNPWD4W\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NNPWD4W\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:40:47','2026-02-02 16:40:47','075542f5-25a3-4df4-a4f3-0a34df13f01f'),
(23716,23716,1,'Mercerville',NULL,NULL,NULL,1,'2026-02-02 16:41:18','2026-02-02 16:41:18','e74a3252-c891-4cae-b254-1b8586573431'),
(23717,23717,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23716],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PPG2D8B\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PPG2D8B\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:41:20','2026-02-02 16:41:20','f796a67c-51c8-4b13-957b-6ca02f2a3cc1'),
(23719,23719,1,'Park Place Calendar',NULL,NULL,NULL,1,'2026-02-02 16:41:55','2026-03-04 19:57:53','5302fc4a-920a-48ad-b5b6-c37d851630a2'),
(23720,23720,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23719],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccparkplace.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5MDJ53H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5MDJ53H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:41:57','2026-02-02 16:41:57','e6474981-1463-49fa-9753-c3d24cafaaa6'),
(23721,23721,1,'Plainfield',NULL,NULL,NULL,1,'2026-02-02 16:42:13','2026-02-02 16:42:13','438e3dde-bc4f-40b4-ad6d-0efe70628c89'),
(23723,23723,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12408],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23721],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccplainfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWZGD4N\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWZGD4N\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:42:16','2026-02-02 16:42:16','f8d89009-9925-48f0-8311-93447c28b79b'),
(23725,23725,1,'St Vincents',NULL,NULL,NULL,1,'2026-02-02 16:43:09','2026-02-02 16:43:09','b84bf25e-1de7-461e-8839-86610fe9f359'),
(23726,23726,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:43:12','2026-02-02 16:43:12','614ac74b-f6bc-41d8-a76e-1e51d0f7c1d8'),
(23728,23728,1,'2026-02-02 11:44:34',NULL,NULL,NULL,1,'2026-02-02 16:44:34','2026-02-02 16:44:34','9b8747ba-67d3-4eac-9dbe-2012f520c572'),
(23729,23729,1,'Heather L Stendel Resume 26',NULL,NULL,NULL,1,'2026-02-02 16:44:34','2026-02-02 16:44:34','bb99333f-7650-4d5a-a0c9-e77d5cf11aae'),
(23730,23730,1,'Summit Calendar',NULL,NULL,NULL,1,'2026-02-02 16:46:36','2026-03-04 20:00:31','c5013276-be2a-4739-aade-38cb185c9d8b'),
(23732,23732,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23730],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:46:38','2026-02-02 16:46:38','fb52bda2-29f0-4725-908c-234574aed608'),
(23734,23734,1,'West Caldwell Calendar',NULL,NULL,NULL,1,'2026-02-02 16:47:17','2026-03-04 20:01:59','0e0b5eb2-8fdf-4a64-87ea-0aa94f43ace4'),
(23735,23735,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23734],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:47:19','2026-02-02 16:47:19','7c9e47bd-c8b6-4cf3-9073-0e16c4925ea0'),
(23737,23737,1,'Westfield',NULL,NULL,NULL,1,'2026-02-02 16:47:44','2026-02-02 16:47:44','0e669572-9e17-46d6-bd74-a5f00f4d032e'),
(23738,23738,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23737],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:47:46','2026-02-02 16:47:46','c4b4e3b2-924b-4a50-8061-4eb8e4a2eabd'),
(23740,23740,1,'Woodlands February',NULL,NULL,NULL,1,'2026-02-02 16:48:26','2026-02-02 16:48:26','edcf6014-69c1-4809-b28b-53a72afa3d0d'),
(23741,23741,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23740],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwoodlands.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N4PZH78\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N4PZH78\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:48:28','2026-02-02 16:48:28','6b1d09dc-71fe-4e0d-844f-a7cb82dc7ce8'),
(23743,23743,1,'Fox Hill Calendar',NULL,NULL,NULL,1,'2026-02-02 16:48:57','2026-03-04 20:10:38','bf05b0f7-ca75-4bfc-82a6-27b041b9ecab'),
(23744,23744,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23743],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfoxhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TCS9ZGX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TCS9ZGX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:48:59','2026-02-02 16:48:59','aa0b273c-d468-4c57-8680-8a4c141e0cb3'),
(23746,23746,1,'Glendale February2026',NULL,NULL,NULL,1,'2026-02-02 16:50:23','2026-02-02 16:50:23','fbb92f62-c248-45f6-9e63-4db67094afc8'),
(23747,23747,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23746],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareglendale.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WSTSDZT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WSTSDZT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:50:25','2026-02-02 16:50:25','15d970cc-1801-4747-927b-b2957225c326'),
(23749,23749,1,'Groton Calendars',NULL,NULL,NULL,1,'2026-02-02 16:50:55','2026-03-04 20:12:42','ac57de7d-b207-438b-9994-cd8a3d6577a4'),
(23750,23750,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23749],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KC877J8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KC877J8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:50:56','2026-02-02 16:50:56','896df6ca-6672-4b40-95e5-04ce00e451ba'),
(23752,23752,1,'Groton RCH Calendar',NULL,NULL,NULL,1,'2026-02-02 16:51:15','2026-03-04 20:11:17','4fbb2155-346a-4740-a351-e22e3ce5332c'),
(23753,23753,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23752],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3ZKW39Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3ZKW39Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:51:18','2026-02-02 16:51:18','b44587b3-ba7c-4e1b-a440-89cf1bf50485'),
(23755,23755,1,'Harrington Court Calendars',NULL,NULL,NULL,1,'2026-02-02 16:51:42','2026-03-04 20:13:15','c8bfa663-000e-4e3e-8e71-f2c867bbd58a'),
(23756,23756,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23755],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T32PWBD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T32PWBD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:51:45','2026-02-02 16:51:45','b6f65040-bd56-4094-848f-5e029aad771a'),
(23758,23758,1,'KHN Calendars',NULL,NULL,NULL,1,'2026-02-02 16:52:12','2026-03-04 20:16:16','9dea55dd-8a0c-4cd1-bc05-926df8a6797c'),
(23759,23759,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23758],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:52:14','2026-02-02 16:52:14','233a02ed-1635-48e8-836f-53cc4420ec95'),
(23761,23761,1,'KHS Calendar',NULL,NULL,NULL,1,'2026-02-02 16:52:37','2026-03-04 20:14:12','9f11e847-94d3-4d1d-be1f-4512b02643ac'),
(23762,23762,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23761],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:52:39','2026-02-02 16:52:39','eb1aacc2-d17d-4ce9-b84e-98c5ca784c44'),
(23764,23764,1,'Middlebury Calendar',NULL,NULL,NULL,1,'2026-02-02 16:52:57','2026-03-04 20:17:46','318f22d6-525f-44df-8503-613af7f83ae3'),
(23765,23765,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23764],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:52:59','2026-02-02 16:52:59','bc10432d-6d72-4cd0-a5ff-9675834b43a1'),
(23767,23767,1,'Boulevard Calendar',NULL,NULL,NULL,1,'2026-02-02 16:53:33','2026-03-04 20:20:28','8ae35329-28e5-41e0-b2a0-fdcdcb49cbb3'),
(23768,23768,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23767],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15384],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NBQ9PT7V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NBQ9PT7V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:53:35','2026-02-02 16:53:35','a9ad8584-761e-487e-b1c2-06ada43a5c0a'),
(23770,23770,1,'Margate Park Calendar',NULL,NULL,NULL,1,'2026-02-02 16:54:01','2026-03-04 20:21:01','31036a4e-7c7b-4f89-a54e-c69ea11e4840'),
(23771,23771,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23770],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15380],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M9N5T2ZR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M9N5T2ZR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:54:03','2026-02-02 16:54:03','1b5eb97d-af0f-4442-8655-12c2a8fdc0d3'),
(23773,23773,1,'Sheridan Commons March Calendar',NULL,NULL,NULL,1,'2026-02-02 16:54:15','2026-03-04 20:21:51','06e4c9b9-f266-4246-8159-cc9a5fe2297f'),
(23774,23774,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23773],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15374],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M7839PNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M7839PNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:54:16','2026-02-02 16:54:16','874ff628-6fe4-4eb1-84a0-7fc3001c9964'),
(23776,23776,1,'Brackenville Calendar',NULL,NULL,NULL,1,'2026-02-02 16:55:07','2026-03-04 20:42:33','5430d6a6-4650-4cff-97d0-c22333be19a0'),
(23777,23777,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23776],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:55:09','2026-02-02 16:55:09','ae1fccb0-0eab-4714-a486-fe0a1141d1bd'),
(23779,23779,1,'Hyattsville Calendars',NULL,NULL,NULL,1,'2026-02-02 16:57:52','2026-03-04 20:45:50','325298ca-b904-4084-b51e-7fd96a839b81'),
(23780,23780,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23779],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 16:57:54','2026-02-02 16:57:54','94095c0d-a037-43a2-b7c3-4686a70402ee'),
(23783,23783,1,'Oak Ridge Calendar',NULL,NULL,NULL,1,'2026-02-02 17:04:09','2026-03-04 20:47:20','453643ce-065b-4bd6-abcf-e125a13e23cc'),
(23784,23784,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[23783],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareoakridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M829X4S\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M829X4S\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:04:12','2026-02-02 17:04:12','8c48706b-e046-46c4-9dce-fc5db43c0349'),
(23786,23786,1,'2026-02-02 12:04:36',NULL,NULL,NULL,1,'2026-02-02 17:04:36','2026-02-02 17:04:36','484c3b8b-37bd-4dec-8ad8-5cd1dca9a628'),
(23788,23788,1,'Severna Park',NULL,NULL,NULL,1,'2026-02-02 17:04:49','2026-02-02 17:04:49','12932fb3-84ca-4db7-9e4d-9b67331fa56d'),
(23789,23789,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12306],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23788],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsevernapark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6KM65F\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6KM65F\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:04:50','2026-02-02 17:04:50','c634de93-0587-4b8f-aafa-142cde8a9901'),
(23792,23792,1,'Silver Lake Calendar',NULL,NULL,NULL,1,'2026-02-02 17:05:27','2026-03-04 20:47:54','08706472-1797-47ae-b0d4-281451789abb'),
(23793,23793,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23792],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsilverlake.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N84HBW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N84HBW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:05:29','2026-02-02 17:05:29','939b0cbf-fd6a-4130-9c01-10eed82a48be'),
(23795,23795,1,'Wheaton Calendar',NULL,NULL,NULL,1,'2026-02-02 17:06:48','2026-03-04 20:48:45','8a2c97f9-6da1-441b-b5d1-e878b7b54757'),
(23796,23796,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23795],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwheaton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MLB9LV3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MLB9LV3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:06:50','2026-02-02 17:06:50','ce1fea2c-3569-408c-9c70-91d15877cb38'),
(23798,23798,1,'2026-02-02 12:17:14',NULL,NULL,NULL,1,'2026-02-02 17:17:11','2026-02-02 17:17:14','ccbae782-321f-42d1-871e-fb7ab00e662a'),
(23799,23799,1,'IMG 0016',NULL,NULL,NULL,1,'2026-02-02 17:17:11','2026-02-02 17:17:11','97e2aee1-0eed-4005-89aa-d0f0c2c24273'),
(23802,23802,1,'Berkshire Calendar',NULL,NULL,NULL,1,'2026-02-02 17:19:00','2026-03-05 20:10:52','58e5d76a-caaa-4db8-8933-ff756faa838d'),
(23803,23803,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23802],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:19:02','2026-02-02 17:19:02','cb7ba9c1-0bcd-4d17-85b4-1b8668a0b5f7'),
(23804,23804,1,'Brakeley Park Calendar',NULL,NULL,NULL,1,'2026-02-02 17:19:25','2026-03-05 20:11:24','520820b2-3d7c-4cf5-8a4e-2a96e01b8e56'),
(23806,23806,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23804],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:19:27','2026-02-02 17:19:27','662887e9-40d0-4360-b0f0-284817037586'),
(23808,23808,1,'Chestnut Hill Residences Calendar',NULL,NULL,NULL,1,'2026-02-02 17:19:55','2026-03-05 20:11:52','4bb93f89-b3e8-44dc-85a8-161e8ef8f46d'),
(23809,23809,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23808],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:19:56','2026-02-02 17:19:56','6705a188-d3bb-4254-8541-927b7238b14f'),
(23811,23811,1,'Chestnut Hill',NULL,NULL,NULL,1,'2026-02-02 17:20:14','2026-02-02 17:20:14','0cb8b21e-ce63-491f-a0db-b2dc85444934'),
(23812,23812,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23811],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Info@ccchestnuthill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PFW86XW\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PFW86XW\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:20:16','2026-02-02 17:20:16','e0a3e521-2be1-4c22-90f1-8a7b146cc9c4'),
(23813,23813,1,'2026-02-02 12:20:34',NULL,NULL,NULL,1,'2026-02-02 17:20:34','2026-02-02 17:20:34','cd23e95b-554f-4835-9b99-0dfd7b71dc40'),
(23816,23816,1,'Fair Lawn Edge Calendar',NULL,NULL,NULL,1,'2026-02-02 17:21:00','2026-03-05 20:12:12','e52b25fc-c090-46a5-aa68-cf45c4476540'),
(23817,23817,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23816],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MNH7WFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MNH7WFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:21:02','2026-02-02 17:21:02','15bb18d8-5f3f-4ffb-b861-3131af708a27'),
(23819,23819,1,'Hamilton Plaza Calendar',NULL,NULL,NULL,1,'2026-02-02 17:21:42','2026-03-05 20:12:40','73bf4d98-8e22-4703-9bfc-db3edbaf3040'),
(23820,23820,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23819],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:21:49','2026-02-02 17:21:49','9566d054-0dd1-48b1-b0b3-47918e8eb22d'),
(23821,23821,1,'Harborage Calendar',NULL,NULL,NULL,1,'2026-02-02 17:22:12','2026-03-05 20:13:06','5407c5cd-bf83-4355-8694-e6ad8b133c80'),
(23822,23822,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23821],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccharborage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PZ43554\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PZ43554\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:22:14','2026-02-02 17:22:14','d3a71b37-411e-40ed-ad7e-3d4a9584e742'),
(23824,23824,1,'Harston Hall Calendar',NULL,NULL,NULL,1,'2026-02-02 17:22:40','2026-03-05 20:13:39','7b92ed9f-97f3-4bbb-8286-f9f28a1ee0bd'),
(23825,23825,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,8871,8862,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:22:42','2026-02-02 17:22:42','0258d336-48f6-4229-94f7-1b2fbe6d9a28'),
(23827,23827,1,'Inglemoor Calendar',NULL,NULL,NULL,1,'2026-02-02 17:23:04','2026-03-05 20:14:06','9caf5308-954f-40ee-95c9-ce79e199d51e'),
(23828,23828,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23827],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccinglemoor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TKB4RWC\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TKB4RWC\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:23:06','2026-02-02 17:23:06','ace5eec1-8fe9-4aa4-aa74-564b7fdc9e92'),
(23830,23830,1,'Lehigh Calendar',NULL,NULL,NULL,1,'2026-02-02 17:23:32','2026-03-05 20:14:44','50fd215b-cf62-484e-a9fc-aa30391c1d60'),
(23831,23831,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cclehigh.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TMQS766\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TMQS766\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:23:33','2026-02-02 17:23:33','46430583-7142-4bf7-8a66-65fb28e513d8'),
(23833,23833,1,'Milford Manor Calendars',NULL,NULL,NULL,1,'2026-02-02 17:23:54','2026-03-05 20:15:23','c4b217a5-7f26-4094-992d-a8583955ddc8'),
(23834,23834,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23833],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmilfordmanor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NFSFSBG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NFSFSBG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:23:56','2026-02-02 17:23:56','c5ae3f4e-a672-4cd9-8940-62095e8ad7f0'),
(23836,23836,1,'Phillipsburg Calendar',NULL,NULL,NULL,1,'2026-02-02 17:24:28','2026-03-05 20:15:52','f84ad8f8-8dce-41ac-9b9b-ca5125d5b195'),
(23837,23837,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23836],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccphillipsburg.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP7HKLN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP7HKLN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:24:30','2026-02-02 17:24:30','a47626fa-fd5e-4452-bac9-f145115db9a0'),
(23839,23839,1,'Prospect Heights Calendar',NULL,NULL,NULL,1,'2026-02-02 17:25:18','2026-03-05 20:16:15','b4e67246-46b3-44c0-8c4a-8fb6d7d2c331'),
(23840,23840,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23839],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:25:19','2026-02-02 17:25:19','02478ac0-a73d-4eec-b70f-5f5d5a885235'),
(23842,23842,1,'Wayne Hills Calendar',NULL,NULL,NULL,1,'2026-02-02 17:25:42','2026-03-05 20:16:43','94b0c904-cb87-4e24-a830-5484c4c709fd'),
(23843,23843,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:25:44','2026-02-02 17:25:44','8f74d2a2-cf3c-45a0-85a5-ae2d2d6da54c'),
(23845,23845,1,'Arbors Calendar',NULL,NULL,NULL,1,'2026-02-02 17:26:23','2026-03-05 20:23:27','d16349c1-ba1b-4c7a-b5a0-8d5eb343c393'),
(23846,23846,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23845],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:26:25','2026-02-02 17:26:25','c5090785-1111-4b37-8586-e062656af835'),
(23848,23848,1,'Bey Lea ALF Calendar',NULL,NULL,NULL,1,'2026-02-02 17:26:47','2026-03-05 20:24:35','80f38aa7-7d30-41fa-88a9-9a08c76fc487'),
(23849,23849,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23848],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:26:52','2026-02-02 17:26:52','892f435d-8227-4c22-b773-4808f2681b9b'),
(23851,23851,1,'Brick Calendar',NULL,NULL,NULL,1,'2026-02-02 17:27:15','2026-03-05 20:25:06','cd4bd8d7-c24b-4119-92e1-e5a22169fc00'),
(23852,23852,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23851],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:27:17','2026-02-02 17:27:17','1d81c46b-b320-40a0-82a2-0fe8ae601e92'),
(23854,23854,1,'Burlington Calendar',NULL,NULL,NULL,1,'2026-02-02 17:28:36','2026-03-05 20:25:29','0ee22118-8fbb-49e6-b1b8-4f3f9cfb4fd8'),
(23855,23855,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23854],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:28:38','2026-02-02 17:28:38','0899bf90-d0bd-43a8-91a3-9b85dfbfa1db'),
(23857,23857,1,'Court House Calendar',NULL,NULL,NULL,1,'2026-02-02 17:28:55','2026-03-05 20:25:50','f0ebe373-bb42-48bb-9857-9a517ea1e7f0'),
(23858,23858,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23857],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:28:59','2026-02-02 17:28:59','662852b1-a704-4894-83f1-2fe1952e4158'),
(23859,23859,1,'Green Acres Calendar',NULL,NULL,NULL,1,'2026-02-02 17:29:23','2026-03-05 20:26:22','8829135c-3faf-4cc4-a146-1ee4e742a6c5'),
(23861,23861,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23859],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:29:24','2026-02-02 17:29:24','f37278a6-8a3a-4bbd-bb06-e4007006237c'),
(23863,23863,1,'Holiday City Calendar',NULL,NULL,NULL,1,'2026-02-02 17:29:42','2026-03-05 20:26:56','99859fca-bd37-4b89-ad8d-a53f02c6636b'),
(23864,23864,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23863],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:29:43','2026-02-02 17:29:43','59cd4f44-45d0-4e72-8196-62cc2c9a5b91'),
(23866,23866,1,'Kresson View Calendar',NULL,NULL,NULL,1,'2026-02-02 17:30:00','2026-03-05 20:27:19','f587bc1b-55be-48cf-83b7-eb2afdb0d6c1'),
(23867,23867,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23866],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NCHWD3P\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NCHWD3P\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:30:01','2026-02-02 17:30:01','99a6a463-5e50-487b-bc05-3d04b8155bb6'),
(23869,23869,1,'Laurelton Calendar',NULL,NULL,NULL,1,'2026-02-02 17:30:18','2026-03-05 20:27:46','cc465e8c-e7c8-4522-ad3d-d0c088ddcc1f'),
(23870,23870,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:30:20','2026-02-02 17:30:20','930797e4-0b69-4fb4-a7d9-673c60ffe9c5'),
(23872,23872,1,'Marcella Calendar',NULL,NULL,NULL,1,'2026-02-02 17:30:33','2026-03-05 20:28:12','c2107745-3bc2-424f-95b2-babeed210836'),
(23873,23873,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:30:34','2026-02-02 17:30:34','96d34413-a5ef-4891-9b25-2ff0ec8b13c3'),
(23874,23874,1,'Monmouth Calendar',NULL,NULL,NULL,1,'2026-02-02 17:30:48','2026-03-05 20:28:40','227841c7-f65a-437e-9e74-5172f8f093b7'),
(23876,23876,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23874],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:30:50','2026-02-02 17:30:50','a40f7d76-e7d7-41b8-a230-1fd80eec4dce'),
(23878,23878,1,'Ocean Grove Calendar',NULL,NULL,NULL,1,'2026-02-02 17:31:06','2026-03-05 20:29:26','425f48c7-b313-48e8-8ded-be7fc4b2b21b'),
(23879,23879,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23878],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:31:08','2026-02-02 17:31:08','ade27989-ffcf-41a7-b6c9-c15585c246dd'),
(23881,23881,1,'Shorrock Gardens Calendar',NULL,NULL,NULL,1,'2026-02-02 17:31:27','2026-03-05 20:29:49','293b85c6-48e6-404c-aa54-53774ca34bd9'),
(23882,23882,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23881],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W95NZRD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W95NZRD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:31:29','2026-02-02 17:31:29','ebfd481b-8e09-4e83-8b67-143e230eea0c'),
(23885,23885,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23884],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:31:42','2026-02-02 17:31:42','86046340-881f-47d4-8903-4fc78bf9b4a1'),
(23887,23887,1,'Voorhees Calendar',NULL,NULL,NULL,1,'2026-02-02 17:31:55','2026-03-05 20:30:40','af837076-06df-40ae-80e2-cb4d1c2bd962'),
(23888,23888,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:31:57','2026-02-02 17:31:57','170c344a-1ebe-415b-b227-1a59a76ec6d1'),
(23890,23890,1,'Wall Calendar',NULL,NULL,NULL,1,'2026-02-02 17:32:08','2026-03-05 20:30:57','d69e35d8-fe17-479e-8e6b-ebddc5a256d9'),
(23891,23891,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23890],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:32:09','2026-02-02 17:32:09','187cf9fd-fcd5-4a38-8987-5edc2658fc6d'),
(23892,23892,1,'2026-02-02 12:46:09',NULL,NULL,NULL,1,'2026-02-02 17:46:09','2026-02-02 17:46:09','84803f28-1a29-4b15-866b-1dc8a504e962'),
(23893,23893,1,'Shandell Palmer',NULL,NULL,NULL,1,'2026-02-02 17:46:09','2026-02-02 17:46:09','b3d82276-67c9-4bc9-b569-734471e0c21d'),
(23894,23894,1,'2026-02-02 12:46:44',NULL,NULL,NULL,1,'2026-02-02 17:46:44','2026-02-02 17:46:44','6155b6d7-eba0-48f1-aa77-71be995286cf'),
(23898,23898,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:50:34','2026-02-02 17:50:34','1855dcba-92d5-444f-a1d2-b94542fdcc4d'),
(23900,23900,1,'Shrewsbury Calendar',NULL,NULL,NULL,1,'2026-02-02 17:51:15','2026-03-05 20:30:16','0fb0d1b2-aee5-4231-9575-376104a8686b'),
(23901,23901,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23900],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:51:18','2026-02-02 17:51:18','fac33d90-ac1c-418c-b7a2-59d2c7e68495'),
(23903,23903,1,'WW Calendars',NULL,NULL,NULL,1,'2026-02-02 17:53:44','2026-03-04 20:04:53','2dfb7452-208b-438f-b697-937159db1311'),
(23904,23904,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23903],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5HTBXHB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5HTBXHB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 17:53:46','2026-02-02 17:53:46','30092596-6f83-4c87-914b-c64fdd694014'),
(23906,23906,1,'2026-02-02 13:26:56',NULL,NULL,NULL,1,'2026-02-02 18:26:56','2026-02-02 18:26:56','227fdcd3-b126-4ac9-84bb-9afc983d3529'),
(23908,23908,1,'2026-02-02 13:38:59',NULL,NULL,NULL,1,'2026-02-02 18:38:59','2026-02-02 18:38:59','31a9670f-a701-4ded-b41f-defc5915e039'),
(23909,23909,1,'2026-02-02 13:48:52',NULL,NULL,NULL,1,'2026-02-02 18:48:52','2026-02-02 18:48:52','423b625e-5962-4f75-9a6a-254e421f4f7c'),
(23911,23911,1,'2026-02-02 13:54:56',NULL,NULL,NULL,1,'2026-02-02 18:54:56','2026-02-02 18:54:56','eeffb492-cef4-4f7a-8fb5-30e407ea2918'),
(23912,23912,1,'2026-02-02 14:06:01',NULL,NULL,NULL,1,'2026-02-02 19:06:01','2026-02-02 19:06:01','3284fd99-6072-42e4-a8c8-20cb96848df5'),
(23913,23913,1,'Tenisha J Watson 2026 Resume',NULL,NULL,NULL,1,'2026-02-02 19:06:01','2026-02-02 19:06:01','a433fa5d-e3e5-48c4-af08-67d2187eae56'),
(23921,23921,1,'2026-02-02 14:52:07',NULL,NULL,NULL,1,'2026-02-02 19:52:07','2026-02-02 19:52:07','9b86d124-5666-450c-8d7d-75b54d291288'),
(23923,23923,1,'2026-02-02 15:09:20',NULL,NULL,NULL,1,'2026-02-02 20:09:20','2026-02-02 20:09:20','ac64e4b1-83ee-46b7-865b-0aa9108a14a0'),
(23925,23925,1,'2026-02-02 15:20:15',NULL,NULL,NULL,1,'2026-02-02 20:20:15','2026-02-02 20:20:16','6ab6af71-0cd0-4678-b888-abc5bd3b831f'),
(23932,23932,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 20:51:41','2026-02-02 20:51:41','079c1b51-e237-493f-a323-9bca3863f7c2'),
(23934,23934,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 20:51:52','2026-02-02 20:51:52','5ea4ee2c-a42d-4e2e-b08a-b9d072d75b9f'),
(23936,23936,1,'Bey Lea Calendars',NULL,NULL,NULL,1,'2026-02-02 20:52:52','2026-03-05 20:23:59','f1150ff8-b279-4c39-9721-4fff6a111402'),
(23937,23937,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 20:52:54','2026-02-02 20:52:54','f2919eb0-511c-4e68-8129-0f8a3413320c'),
(23938,23938,1,'2026-02-02 16:01:38',NULL,NULL,NULL,1,'2026-02-02 21:01:38','2026-02-02 21:01:38','0519fcd7-e04f-4fb4-9347-a3886347d7af'),
(23939,23939,1,'Resume 2',NULL,NULL,NULL,1,'2026-02-02 21:01:38','2026-02-02 21:01:38','c0773e14-ec57-4439-9f14-597ceed9a24d'),
(23944,23944,1,'Victoria Commons February2026 Calendar',NULL,NULL,NULL,1,'2026-02-02 21:10:01','2026-02-02 21:10:01','73c6fea1-af9e-4c52-8d23-1984b4b45c74'),
(23945,23945,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23944],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvictoriacommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5JXQBRT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5JXQBRT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-02 21:10:03','2026-02-02 21:10:03','7eca775f-1d9a-4c14-9c6f-f1425bb6e79c'),
(23947,23947,1,'2026-02-02 16:32:51',NULL,NULL,NULL,1,'2026-02-02 21:32:51','2026-02-02 21:32:51','916abb17-bc18-43d1-bd5f-5c3e61b8c34a'),
(23948,23948,1,'2026-02-02 16:39:27',NULL,NULL,NULL,1,'2026-02-02 21:39:27','2026-02-02 21:39:27','8fe66ddb-a761-47f3-bc49-46e9ec70503e'),
(23951,23951,1,'2026-02-02 16:46:33',NULL,NULL,NULL,1,'2026-02-02 21:46:33','2026-02-02 21:46:33','69defabe-2b6e-4183-b87b-e617ef8bcee3'),
(23954,23954,1,'2026-02-02 17:02:28',NULL,NULL,NULL,1,'2026-02-02 22:02:28','2026-02-02 22:02:28','0d4d0aeb-74eb-4f80-bd94-5e46d082551b'),
(23960,23960,1,'Photo1',NULL,NULL,NULL,1,'2026-02-02 23:15:54','2026-02-02 23:15:54','491a785f-52ea-4337-bbb5-a712d938e9a1'),
(23962,23962,1,'Photo1',NULL,NULL,NULL,1,'2026-02-02 23:15:59','2026-02-02 23:15:59','bdda5db2-6d0f-4511-80eb-60a41d505f61'),
(23966,23966,1,'2026-02-02 18:17:58',NULL,NULL,NULL,1,'2026-02-02 23:17:58','2026-02-02 23:17:58','adcc51cb-46d8-4d2b-8730-4b84b534890d'),
(23967,23967,1,'2026-02-02 18:23:51',NULL,NULL,NULL,1,'2026-02-02 23:23:51','2026-02-02 23:23:51','2bb3fc4d-60b1-445c-80d8-03db49ea9723'),
(23969,23969,1,'Photo1',NULL,NULL,NULL,1,'2026-02-02 23:43:34','2026-02-02 23:43:34','7ae18792-a6a1-4f99-964c-6d912b36ea31'),
(23971,23971,1,'Photo1',NULL,NULL,NULL,1,'2026-02-02 23:43:39','2026-02-02 23:43:39','be169293-0271-46a3-a610-f286405eb8bc'),
(23977,23977,1,'2026-02-02 19:13:44',NULL,NULL,NULL,1,'2026-02-03 00:13:44','2026-02-03 00:13:44','38e67a63-7f3f-4ab0-81ce-fc5aa7a00b9d'),
(23981,23981,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 00:35:36','2026-02-03 00:35:36','0d2ca975-c144-4f8d-97d6-7a758e9bb3e8'),
(23983,23983,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 00:35:41','2026-02-03 00:35:41','bf3cce07-8366-4137-8438-9da42bf12260'),
(23987,23987,1,'2026-02-02 20:47:10',NULL,NULL,NULL,1,'2026-02-03 01:47:10','2026-02-03 01:47:10','2c020c6f-3d7a-4255-8810-efd308f5ecea'),
(23988,23988,1,'Jack Resume',NULL,NULL,NULL,1,'2026-02-03 01:47:10','2026-02-03 01:47:10','60f58f91-09aa-4dd4-addb-e091f9925157'),
(23990,23990,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 02:03:10','2026-02-03 02:03:10','a8355ca8-2e4d-4a0b-8413-7c3605878b21'),
(23992,23992,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 02:03:14','2026-02-03 02:03:14','115f4f5e-9b75-4c6a-9cfe-ed8bb5e54f43'),
(23996,23996,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 02:18:43','2026-02-03 02:18:43','3a6b5a5c-f399-44b7-bce1-909089b60b87'),
(23998,23998,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 02:18:48','2026-02-03 02:18:48','0cc2fae5-22a3-46bf-be0f-b9fe7bd4d8f9'),
(24113,24113,1,'2026-02-02 23:51:52',NULL,NULL,NULL,1,'2026-02-03 04:51:52','2026-02-03 04:51:52','962bf168-806f-42f8-b502-7bb88a107fc2'),
(24114,24114,1,'Alisha I Official Resume',NULL,NULL,NULL,1,'2026-02-03 04:51:52','2026-02-03 04:51:52','d336efd3-3394-46ce-9e7a-1ce32c632a7b'),
(24122,24122,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 06:01:33','2026-02-03 06:01:33','6cbfeb74-71f1-4a76-8401-3b504fb8eaf8'),
(24124,24124,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 06:01:37','2026-02-03 06:01:37','8316a924-791f-45fa-93e0-f2a0a72985f7'),
(24128,24128,1,'2026-02-03 01:26:58',NULL,NULL,NULL,1,'2026-02-03 06:26:58','2026-02-03 06:26:58','e5c03094-68d5-4e52-803b-9d6298ee29e3'),
(24142,24142,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 08:03:30','2026-02-03 08:03:30','bb924c62-9d62-4a18-a3f7-4cf36e91e36c'),
(24144,24144,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 08:03:36','2026-02-03 08:03:36','0fcc9f42-a3ac-4a81-956d-fe1823412e2f'),
(24152,24152,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 08:07:32','2026-02-03 08:07:32','d49fd6f4-0925-46b1-8492-424bbd190384'),
(24154,24154,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 08:07:36','2026-02-03 08:07:36','7bae1c36-7fc0-4826-9212-e44724259ced'),
(24162,24162,1,'2026-02-03 03:18:32',NULL,NULL,NULL,1,'2026-02-03 08:18:32','2026-02-03 08:18:32','bce0c9dc-9c3b-4e33-9178-a50ba4d49cfb'),
(24170,24170,1,'2026-02-03 03:32:16',NULL,NULL,NULL,1,'2026-02-03 08:32:16','2026-02-03 08:32:16','03c66203-cb9e-4190-856c-8e0c9eb7a4e2'),
(24173,24173,1,'2026-02-03 03:36:04',NULL,NULL,NULL,1,'2026-02-03 08:36:04','2026-02-03 08:36:04','268d742c-b427-41c9-ae40-347aa96c2484'),
(24182,24182,1,'2026-02-03 05:05:55',NULL,NULL,NULL,1,'2026-02-03 10:05:55','2026-02-03 10:05:55','a6fde7e4-1bd6-4d7c-a3ef-b1afebdc5dc0'),
(24184,24184,1,'2026-02-03 05:12:53',NULL,NULL,NULL,1,'2026-02-03 10:12:53','2026-02-03 10:12:53','4f777359-c6c9-4f2d-b62e-b920e82c95c5'),
(24238,24238,1,'2026-02-03 06:29:06',NULL,NULL,NULL,1,'2026-02-03 11:29:06','2026-02-03 11:29:06','d8e3e2d3-3b7f-4117-af74-0a2b75ff70f6'),
(24260,24260,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 12:44:23','2026-02-03 12:44:23','4e8cba2d-70a2-4ab5-ae0a-e3d0f6f4f254'),
(24262,24262,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 12:44:28','2026-02-03 12:44:28','e9b39231-7111-4218-96b1-ec34fa1ce9c3'),
(24296,24296,1,'2026-02-03 09:08:30',NULL,NULL,NULL,1,'2026-02-03 14:08:30','2026-02-03 14:08:30','f7a80f04-7648-4642-92dd-8966a255e113'),
(24297,24297,1,'2026-02-03 09:08:40',NULL,NULL,NULL,1,'2026-02-03 14:08:40','2026-02-03 14:08:40','5cda15a9-f12d-4c3f-9b61-6c8a106556c2'),
(24298,24298,1,'2026-02-03 09:19:52',NULL,NULL,NULL,1,'2026-02-03 14:19:52','2026-02-03 14:19:52','adb6573b-1ecd-4a2c-b5aa-c9819b14590a'),
(24302,24302,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 15:02:34','2026-02-03 15:02:34','2ec7e130-8629-4b71-8a72-805f52e7189a'),
(24304,24304,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 15:02:38','2026-02-03 15:02:38','cd0e4f52-ce8c-4c54-9cf9-db8674aa8676'),
(24307,24307,1,'2026-02-03 10:18:44',NULL,NULL,NULL,1,'2026-02-03 15:18:44','2026-02-03 15:18:44','feff56e8-4bc3-41c1-9869-7b21323d1f6b'),
(24308,24308,1,'Carmen resume',NULL,NULL,NULL,1,'2026-02-03 15:18:44','2026-02-03 15:18:44','31b86212-9bcc-4b42-a407-6d696bb30e5b'),
(24309,24309,1,'2026-02-03 10:21:48',NULL,NULL,NULL,1,'2026-02-03 15:21:45','2026-02-03 15:21:48','ac8c06f6-fd6b-4ce4-b389-bcea314068d9'),
(24316,24316,1,'IMG 20260202 184749829 HDR',NULL,NULL,NULL,1,'2026-02-03 15:25:11','2026-02-03 15:25:11','5a3007ff-9de9-49de-8224-d7af85772270'),
(24317,24317,1,'IMG 20260202 184841578 HDR',NULL,NULL,NULL,1,'2026-02-03 15:25:11','2026-02-03 15:25:11','c9606aa9-bc8e-451b-aceb-a390eb196356'),
(24318,24318,1,'IMG 20260202 184852079 HDR',NULL,NULL,NULL,1,'2026-02-03 15:25:12','2026-02-03 15:25:12','84092144-faff-45dd-8478-27ab2f7fa02d'),
(24319,24319,1,'IMG 20260202 184829567 HDR',NULL,NULL,NULL,1,'2026-02-03 15:25:12','2026-02-03 15:25:12','0917195e-4598-43ea-b380-f010f30d15a4'),
(24320,24320,1,'IMG 20260202 184859962 HDR',NULL,NULL,NULL,1,'2026-02-03 15:25:13','2026-02-03 15:25:13','739d56b8-88d4-4388-9ee5-76c266ed8850'),
(24321,24321,1,'2026-02-03 10:31:30',NULL,NULL,NULL,1,'2026-02-03 15:31:30','2026-02-03 15:31:30','04f1959b-51cd-46b8-8ebf-a5de3635bc59'),
(24348,24348,1,'Southpointe Calendar',NULL,NULL,NULL,1,'2026-02-03 15:40:05','2026-03-05 20:45:51','ec153a1c-cfe3-4da7-9374-610cd2dda635'),
(24349,24349,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/SouthpointeCareandRehabCenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-03 15:40:07','2026-02-03 15:40:07','f970c1ec-d3f5-4503-9a78-ecc3ca0d7aa7'),
(24357,24357,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 15:45:20','2026-02-03 15:45:20','33c55bff-92ef-40ef-9b7f-7d5c587cf774'),
(24360,24360,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 15:45:25','2026-02-03 15:45:25','ec567edc-3449-4f69-9810-2cf0c8205884'),
(24427,24427,1,'2026-02-03 12:23:08',NULL,NULL,NULL,1,'2026-02-03 17:23:08','2026-02-03 17:23:08','f8dc0cc6-a3df-4be0-8fb4-45cbe886af4a'),
(24429,24429,1,'Resume',NULL,NULL,NULL,1,'2026-02-03 17:24:30','2026-02-03 17:24:30','5bdfddad-63a2-4ccc-a606-317702d858b1'),
(24433,24433,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 17:47:27','2026-02-03 17:47:27','b3bde015-0449-4837-96db-c6e172b51c25'),
(24435,24435,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 17:47:31','2026-02-03 17:47:31','75411d2b-1556-40f3-b8fc-f40b4f9134a2'),
(24441,24441,1,'2026-02-03 13:17:15',NULL,NULL,NULL,1,'2026-02-03 18:17:15','2026-02-03 18:17:15','251765a2-18fa-4492-b68d-3b530f71d902'),
(24442,24442,1,'Inbound4701210333307326354',NULL,NULL,NULL,1,'2026-02-03 18:17:15','2026-02-03 18:17:15','e325bd9a-b3a6-45f5-883a-ad9e2d4ee2ca'),
(24443,24443,1,'2026-02-03 13:28:29',NULL,NULL,NULL,1,'2026-02-03 18:28:29','2026-02-03 18:28:29','b8bd528b-049e-4d85-af5b-08ce2d0ae0be'),
(24444,24444,1,'Emily Rodriguez Resume2025',NULL,NULL,NULL,1,'2026-02-03 18:28:29','2026-02-03 18:28:29','3ef99dcd-9ef1-42f9-bc74-0aa40c39ae90'),
(24445,24445,1,'2026-02-03 13:43:33',NULL,NULL,NULL,1,'2026-02-03 18:43:33','2026-02-03 18:43:33','81b34000-27f7-4e37-a1e8-35da684c3935'),
(24446,24446,1,'Resume',NULL,NULL,NULL,1,'2026-02-03 18:43:33','2026-02-03 18:43:33','a3ef36d0-f08d-442b-8507-33c576d0c2d9'),
(24451,24451,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/christian-home-rehab-center-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-03 18:48:14','2026-02-03 18:48:14','a52c9c84-9077-4707-81fc-b8764807d520'),
(24454,24454,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 19:07:13','2026-02-03 19:07:13','b5d25f94-e2d7-4b09-b8ad-cda7796395b0'),
(24456,24456,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 19:07:18','2026-02-03 19:07:18','7f63a50f-b196-4690-8004-5d2dcb6747a5'),
(24460,24460,1,'2026-02-03 14:24:57',NULL,NULL,NULL,1,'2026-02-03 19:24:57','2026-02-03 19:24:57','fc28011a-60f0-4183-8e63-cdb8d2e3fd94'),
(24462,24462,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 19:43:38','2026-02-03 19:43:38','40a9c24b-7756-4371-8f93-b1874bb23be7'),
(24464,24464,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 19:43:43','2026-02-03 19:43:43','abde3d2a-a05a-45e7-ba9c-32b4868e8d7e'),
(24470,24470,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 20:07:07','2026-02-03 20:07:07','1eff1355-8336-4c66-8ba7-658ec8dacad3'),
(24472,24472,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 20:07:11','2026-02-03 20:07:11','2e5e5ff8-70d8-4303-abbe-22b76a6d852b'),
(24480,24480,1,'2026-02-03 15:39:15',NULL,NULL,NULL,1,'2026-02-03 20:39:15','2026-02-03 20:39:15','491fa1cd-0c36-491b-8469-8c6c0bf7e083'),
(24481,24481,1,'2026-02-03 15:46:48',NULL,NULL,NULL,1,'2026-02-03 20:46:48','2026-02-03 20:46:48','288ad76b-dff1-4dfb-ae47-e1c43ab0c2c9'),
(24484,24484,1,'Tessa Pettiford resume',NULL,NULL,NULL,1,'2026-02-03 20:48:11','2026-02-03 20:48:11','deae33d3-02ad-4834-8a0b-0593afe076a1'),
(24488,24488,1,'2026-02-03 16:09:59',NULL,NULL,NULL,1,'2026-02-03 21:09:59','2026-02-03 21:09:59','7a73029d-cd09-46d2-8f05-5cbd0052cf76'),
(24491,24491,1,'2026-02-03 16:30:02',NULL,NULL,NULL,1,'2026-02-03 21:30:02','2026-02-03 21:30:02','61a81af0-6a5a-415d-af24-01ef74f3f367'),
(24492,24492,1,'2026-02-03 16:41:57',NULL,NULL,NULL,1,'2026-02-03 21:41:57','2026-02-03 21:41:57','53c21984-b497-4735-a039-53d8a8fcd5bb'),
(24493,24493,1,'Resume Sophia Alize Villanueva',NULL,NULL,NULL,1,'2026-02-03 21:41:57','2026-02-03 21:41:57','a26ea64e-d8d0-4f07-8621-20d0a692a1f9'),
(24494,24494,1,'2026-02-03 16:43:58',NULL,NULL,NULL,1,'2026-02-03 21:43:58','2026-02-03 21:43:58','6e97ad6f-209c-48e8-916e-440806637708'),
(24496,24496,1,'2026-02-03 17:19:27',NULL,NULL,NULL,1,'2026-02-03 22:19:27','2026-02-03 22:19:27','1f6e627e-c99c-4bb1-9acb-48fe4a517694'),
(24500,24500,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 23:05:58','2026-02-03 23:05:58','96b1ab9a-c6c3-47cb-b5ae-1402a55d9d13'),
(24502,24502,1,'Photo1',NULL,NULL,NULL,1,'2026-02-03 23:06:03','2026-02-03 23:06:03','093c0aed-f1f0-4761-8a23-46e6fc54ad47'),
(24512,24512,1,'2026-02-03 19:03:57',NULL,NULL,NULL,1,'2026-02-04 00:03:57','2026-02-04 00:03:57','1db76edb-aab9-46d4-a80d-62d87763eeaa'),
(24515,24515,1,'2026-02-03 19:36:47',NULL,NULL,NULL,1,'2026-02-04 00:36:47','2026-02-04 00:36:47','9e64d84a-fa7a-47b5-a0b1-4ed3ad03246d'),
(24516,24516,1,'Kathy resume pdf',NULL,NULL,NULL,1,'2026-02-04 00:36:47','2026-02-04 00:36:47','a0a6f937-a43e-4b05-9f8c-85cab8084d7e'),
(24519,24519,1,'2026-02-03 19:59:48',NULL,NULL,NULL,1,'2026-02-04 00:59:48','2026-02-04 00:59:48','d4653d37-a2d3-4843-9da0-2f797e19f102'),
(24520,24520,1,'UPDATED RESUME Denita smith',NULL,NULL,NULL,1,'2026-02-04 00:59:48','2026-02-04 00:59:48','e312277c-1266-4b03-9d6c-f6ca6d84a28b'),
(24522,24522,1,'2026-02-03 21:04:30',NULL,NULL,NULL,1,'2026-02-04 02:04:30','2026-02-04 02:04:30','0a38b399-d86b-4cb8-906c-70c34a1a5121'),
(24597,24597,1,'Photo1',NULL,NULL,NULL,1,'2026-02-04 04:34:53','2026-02-04 04:34:53','0b74e3d9-67b4-47c8-9a4a-014a2b76790f'),
(24599,24599,1,'Photo1',NULL,NULL,NULL,1,'2026-02-04 04:34:57','2026-02-04 04:34:57','a3470560-b449-4abe-a6ca-37636d76ba9e'),
(24678,24678,1,'2026-02-04 04:05:30',NULL,NULL,NULL,1,'2026-02-04 09:05:30','2026-02-04 09:05:30','56be083e-aa55-400e-8ac2-e2142d5843d3'),
(24679,24679,1,'Marquita Henry Resume revised',NULL,NULL,NULL,1,'2026-02-04 09:05:30','2026-02-04 09:05:30','309fb410-3ab4-47a9-a6eb-5323b01d8ab5'),
(24729,24729,1,'2026-02-04 07:03:46',NULL,NULL,NULL,1,'2026-02-04 12:03:46','2026-02-04 12:03:46','83969200-a0a0-489d-8f39-97c94585db6a'),
(24802,24802,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23845],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-04 15:06:20','2026-02-04 15:06:20','f7eb87c2-18f8-4800-aec5-ea6d9cc35905'),
(24814,24814,1,'2026-02-04 10:16:09',NULL,NULL,NULL,1,'2026-02-04 15:16:09','2026-02-04 15:16:09','87ee6433-79db-4025-b0a3-133bdb64b7ee'),
(24815,24815,1,'UPDATED RESUME Denita smith',NULL,NULL,NULL,1,'2026-02-04 15:16:09','2026-02-04 15:16:09','6cac8524-d20c-410f-9306-e8a97d8eb631'),
(24824,24824,1,'2026-02-04 10:23:07',NULL,NULL,NULL,1,'2026-02-04 15:23:07','2026-02-04 15:23:07','addbfa8f-dd2a-4ea2-8ada-e5727aa5f3d1'),
(24845,24845,1,'2026-02-04 11:13:51',NULL,NULL,NULL,1,'2026-02-04 16:13:51','2026-02-04 16:13:51','6b93db0f-2196-4443-9ea8-139ccbd0b6c6'),
(24848,24848,1,'2026-02-04 11:22:56',NULL,NULL,NULL,1,'2026-02-04 16:22:56','2026-02-04 16:22:56','50df863e-c7e1-4c91-8471-33d1aeb3049c'),
(24849,24849,1,'Marly Resume',NULL,NULL,NULL,1,'2026-02-04 16:22:56','2026-02-04 16:22:56','2311392a-7e27-4fba-9782-ac1ef827889d'),
(24850,24850,1,'2026-02-04 11:26:17',NULL,NULL,NULL,1,'2026-02-04 16:26:17','2026-02-04 16:26:17','8ded71cf-497d-4939-84cc-c217f697c729'),
(24851,24851,1,'2026-02-04 11:28:18',NULL,NULL,NULL,1,'2026-02-04 16:28:18','2026-02-04 16:28:18','225f0006-01bd-4e80-baa3-baa359f53d52'),
(24852,24852,1,'2026-02-04 11:29:52',NULL,NULL,NULL,1,'2026-02-04 16:29:52','2026-02-04 16:29:52','0beb2ffb-b06a-43aa-addc-327b09eb9831'),
(24853,24853,1,'Resume updated 2025',NULL,NULL,NULL,1,'2026-02-04 16:29:52','2026-02-04 16:29:52','573d3766-901b-4f7c-bb22-4656a7e7034d'),
(24874,24874,1,'2026-02-04 11:57:35',NULL,NULL,NULL,1,'2026-02-04 16:57:35','2026-02-04 16:57:35','8d1b4d9b-6aa8-4cc5-9027-9b5f943de040'),
(24875,24875,1,'Resume1',NULL,NULL,NULL,1,'2026-02-04 16:57:35','2026-02-04 16:57:35','ff920b85-325d-472a-9ed6-a3afdc3106ea'),
(24885,24885,1,'2026-02-04 12:07:28',NULL,NULL,NULL,1,'2026-02-04 17:07:28','2026-02-04 17:07:28','cda1fc90-a27b-4cc8-90a2-1d97a6b4d736'),
(24942,24942,1,'2026-02-04 13:43:14',NULL,NULL,NULL,1,'2026-02-04 18:43:14','2026-02-04 18:43:14','82274f75-1127-4b20-a9f6-711b9587ec6a'),
(24948,24948,1,'2026-02-04 14:18:22',NULL,NULL,NULL,1,'2026-02-04 19:18:22','2026-02-04 19:18:22','74518115-00fa-490b-8408-6a91b3318de5'),
(24949,24949,1,'2026-02-04 14:24:41',NULL,NULL,NULL,1,'2026-02-04 19:24:40','2026-02-04 19:24:41','306ea3a7-eb41-493d-8a3f-ccedded0b33f'),
(24953,24953,1,'2026-02-04 15:13:34',NULL,NULL,NULL,1,'2026-02-04 20:13:34','2026-02-04 20:13:34','962f01d1-b802-408b-82d8-e4d702806e0c'),
(24954,24954,1,'2026-02-04 15:20:47',NULL,NULL,NULL,1,'2026-02-04 20:20:47','2026-02-04 20:20:47','b139f5b0-508c-49aa-942b-89d37dd54e45'),
(24959,24959,1,'2026-02-04 16:24:43',NULL,NULL,NULL,1,'2026-02-04 21:24:43','2026-02-04 21:24:43','287cb1db-73d2-45f3-9bb8-a7dff56048b4'),
(24963,24963,1,'2026-02-04 18:16:43',NULL,NULL,NULL,1,'2026-02-04 23:16:43','2026-02-04 23:16:43','d717cc0d-ba1c-4f89-92bb-fc67666f22de'),
(24964,24964,1,'2026-02-04 18:42:23',NULL,NULL,NULL,1,'2026-02-04 23:42:23','2026-02-04 23:42:23','6a5117ea-e480-45e8-8e3c-11c41b055fa5'),
(24970,24970,1,'2026-02-04 19:37:21',NULL,NULL,NULL,1,'2026-02-05 00:37:21','2026-02-05 00:37:21','e123e473-d896-4796-bdec-b9ac28f6bc5e'),
(24971,24971,1,'Screenshot 20260204 190111 Gallery',NULL,NULL,NULL,1,'2026-02-05 00:37:21','2026-02-05 00:37:21','3fe30299-80e2-4b59-9d94-3844af3a2021'),
(24974,24974,1,'2026-02-04 20:12:29',NULL,NULL,NULL,1,'2026-02-05 01:12:29','2026-02-05 01:12:29','d39cdc5f-83cf-4ab0-b04d-9268706f4e98'),
(24978,24978,1,'2026-02-04 21:25:48',NULL,NULL,NULL,1,'2026-02-05 02:25:48','2026-02-05 02:25:48','d572c27e-1796-462a-b8ea-40ffdf32f29b'),
(24982,24982,1,'2026-02-04 22:39:30',NULL,NULL,NULL,1,'2026-02-05 03:39:30','2026-02-05 03:39:30','6b8424a5-4cab-43dd-8e53-9e325304030c'),
(24983,24983,1,'2026-02-04 22:50:05',NULL,NULL,NULL,1,'2026-02-05 03:50:05','2026-02-05 03:50:05','1e3cb1b2-d828-4533-b1b0-29f60a1b90d4'),
(25043,25043,1,'2026-02-05 02:58:00',NULL,NULL,NULL,1,'2026-02-05 07:58:00','2026-02-05 07:58:00','081f043a-904a-47c7-af90-f1c56fafcd25'),
(25055,25055,1,'2026-02-05 03:40:43',NULL,NULL,NULL,1,'2026-02-05 08:40:43','2026-02-05 08:40:43','49123e75-0163-4946-be91-461ea6b76638'),
(25056,25056,1,'Resume',NULL,NULL,NULL,1,'2026-02-05 08:40:43','2026-02-05 08:40:43','e2cb43a9-24ca-492c-8a8e-c1eca4318084'),
(25064,25064,1,'2026-02-05 05:06:30',NULL,NULL,NULL,1,'2026-02-05 10:06:30','2026-02-05 10:06:30','dc89cc41-64f1-4721-9cf4-f48fd8fdeed8'),
(25074,25074,1,'2026-02-05 07:14:38',NULL,NULL,NULL,1,'2026-02-05 12:14:38','2026-02-05 12:14:38','4135d47b-8d45-4629-a48a-3e5750468c66'),
(25080,25080,1,'2026-02-05 09:05:37',NULL,NULL,NULL,1,'2026-02-05 14:05:37','2026-02-05 14:05:37','d3dfde84-0650-4258-90bf-47f19d407a0f'),
(25083,25083,1,'2026-02-05 10:23:49',NULL,NULL,NULL,1,'2026-02-05 15:23:49','2026-02-05 15:23:49','1228794e-5acf-4490-9b70-4cf5bcfab63a'),
(25088,25088,1,'2026-02-05 10:37:29',NULL,NULL,NULL,1,'2026-02-05 15:37:29','2026-02-05 15:37:29','9aaec8c1-a6a0-4a17-ac68-db87c2da7771'),
(25093,25093,1,'2026-02-05 10:54:33',NULL,NULL,NULL,1,'2026-02-05 15:54:33','2026-02-05 15:54:33','da240ac1-6cc9-4d95-ab1f-817560646037'),
(25109,25109,1,'2026-02-05 11:56:52',NULL,NULL,NULL,1,'2026-02-05 16:56:52','2026-02-05 16:56:52','f8b64485-475e-4661-8be8-a24d9c3f0b18'),
(25112,25112,1,'2026-02-05 12:08:54',NULL,NULL,NULL,1,'2026-02-05 17:08:54','2026-02-05 17:08:54','c0b70aa8-bf24-4de7-89e2-bb3089b34126'),
(25114,25114,1,'2026-02-05 12:22:37',NULL,NULL,NULL,1,'2026-02-05 17:22:37','2026-02-05 17:22:37','53b4cdb5-1574-4e2d-8006-52d26c8d7423'),
(25117,25117,1,'2026-02-05 12:49:11',NULL,NULL,NULL,1,'2026-02-05 17:49:11','2026-02-05 17:49:11','28cb8d74-b308-4bff-8863-0b636b101a5e'),
(25118,25118,1,'2026-02-05 13:04:42',NULL,NULL,NULL,1,'2026-02-05 18:04:42','2026-02-05 18:04:42','919f4b67-30f0-4682-9c96-d52f25bd4563'),
(25120,25120,1,'2026-02-05 13:06:16',NULL,NULL,NULL,1,'2026-02-05 18:06:16','2026-02-05 18:06:16','2ab9c964-5c92-47bc-be51-b839aae2d29f'),
(25121,25121,1,'Bolton Yussuf LPN Resume Updated',NULL,NULL,NULL,1,'2026-02-05 18:06:16','2026-02-05 18:06:16','10d05a45-30c1-4276-b9f6-7870204b7949'),
(25122,25122,1,'2026-02-05 13:10:28',NULL,NULL,NULL,1,'2026-02-05 18:10:28','2026-02-05 18:10:28','5f208cad-59f6-4072-864e-863ebdf72ea4'),
(25123,25123,1,'2026-02-05 13:13:31',NULL,NULL,NULL,1,'2026-02-05 18:13:31','2026-02-05 18:13:31','9b02123f-0667-44ab-9232-e7a09ac93056'),
(25124,25124,1,'RESUME 2025',NULL,NULL,NULL,1,'2026-02-05 18:13:31','2026-02-05 18:13:31','95f33d85-2fae-4cdb-80ef-ba7e7b593462'),
(25128,25128,1,'2026-02-05 14:08:04',NULL,NULL,NULL,1,'2026-02-05 19:08:04','2026-02-05 19:08:04','99430146-8841-47d6-83dd-2a57e8296aa7'),
(25132,25132,1,'2026-02-05 15:15:16',NULL,NULL,NULL,1,'2026-02-05 20:15:16','2026-02-05 20:15:16','e83c66b7-b6f6-478e-92da-26cb082c9c60'),
(25133,25133,1,'Naziah A Adams Resume',NULL,NULL,NULL,1,'2026-02-05 20:15:16','2026-02-05 20:15:16','e2a7b361-c5b0-4f00-8716-50038f6f0b2a'),
(25137,25137,1,'2026-02-05 16:16:06',NULL,NULL,NULL,1,'2026-02-05 21:16:06','2026-02-05 21:16:06','5038c5a9-a674-4fb2-aed7-dcb0cc2ecf2f'),
(25140,25140,1,'2026-02-05 17:23:14',NULL,NULL,NULL,1,'2026-02-05 22:23:14','2026-02-05 22:23:14','5d2ec31a-8601-422c-ad32-5f5722a2f06e'),
(25141,25141,1,'My Resume',NULL,NULL,NULL,1,'2026-02-05 22:23:14','2026-02-05 22:23:14','39aeb482-0efc-4c0b-9b0c-d845980ccc9f'),
(25145,25145,1,'2026-02-05 17:49:04',NULL,NULL,NULL,1,'2026-02-05 22:49:04','2026-02-05 22:49:04','a8a0f107-4980-49a3-8ff3-79c39f8f79ae'),
(25150,25150,1,'2026-02-05 18:34:01',NULL,NULL,NULL,1,'2026-02-05 23:34:01','2026-02-05 23:34:01','94d57b38-f09a-4399-86db-e3f9d59b3493'),
(25151,25151,1,'Updated Resume',NULL,NULL,NULL,1,'2026-02-05 23:34:01','2026-02-05 23:34:01','0085b066-b93d-4973-bb1d-d1101585f3b7'),
(25154,25154,1,'2026-02-05 19:12:55',NULL,NULL,NULL,1,'2026-02-06 00:12:55','2026-02-06 00:12:55','32f53dc7-adf5-4458-86fa-ae9731704121'),
(25155,25155,1,'Ruth Chammas Resume January 26',NULL,NULL,NULL,1,'2026-02-06 00:12:55','2026-02-06 00:12:55','0a09318c-e973-45a3-953d-e131850a5ac0'),
(25156,25156,1,'2026-02-05 19:16:33',NULL,NULL,NULL,1,'2026-02-06 00:16:33','2026-02-06 00:16:33','b136b474-9dea-43b2-891b-591b5ee8a75f'),
(25157,25157,1,'2026-02-05 19:28:43',NULL,NULL,NULL,1,'2026-02-06 00:28:43','2026-02-06 00:28:43','20f239c8-f51c-4807-8534-bc1c4facbff1'),
(25158,25158,1,'RN resume 2026',NULL,NULL,NULL,1,'2026-02-06 00:28:43','2026-02-06 00:28:43','732cdb17-e02d-4ab7-812a-40850a01119b'),
(25159,25159,1,'2026-02-05 19:29:58',NULL,NULL,NULL,1,'2026-02-06 00:29:58','2026-02-06 00:29:58','fa621225-e6b4-4bc2-af2d-ec08d422dbab'),
(25164,25164,1,'2026-02-05 20:19:17',NULL,NULL,NULL,1,'2026-02-06 01:19:17','2026-02-06 01:19:17','d81e0744-2283-4f4c-8f67-204a11ac53e0'),
(25165,25165,1,'2026-02-05 20:21:36',NULL,NULL,NULL,1,'2026-02-06 01:21:36','2026-02-06 01:21:36','601c8693-5a1a-42f5-b754-2b70c88383a2'),
(25166,25166,1,'2026-02-05 20:42:21',NULL,NULL,NULL,1,'2026-02-06 01:42:21','2026-02-06 01:42:21','f21d357a-0ec9-47a6-9ab0-9485df765ec0'),
(25169,25169,1,'2026-02-05 20:51:09',NULL,NULL,NULL,1,'2026-02-06 01:51:09','2026-02-06 01:51:09','97293428-b753-43f5-bfb1-a499500b5308'),
(25207,25207,1,'2026-02-05 21:17:27',NULL,NULL,NULL,1,'2026-02-06 02:17:27','2026-02-06 02:17:27','ae49b78a-93df-413c-b30a-0f36ce0699b0'),
(25291,25291,1,'2026-02-06 00:49:24',NULL,NULL,NULL,1,'2026-02-06 05:49:24','2026-02-06 05:49:24','5247230e-b1ef-494d-b726-c0c79f46561d'),
(25409,25409,1,'2026-02-06 05:24:32',NULL,NULL,NULL,1,'2026-02-06 10:24:32','2026-02-06 10:24:32','31c9df9a-816d-47be-af2c-f5add7d485fd'),
(25478,25478,1,'2026-02-06 09:00:53',NULL,NULL,NULL,1,'2026-02-06 14:00:53','2026-02-06 14:00:53','a37531d9-aa12-4e47-a74e-eecfae41db4e'),
(25485,25485,1,'2026-02-06 09:12:06',NULL,NULL,NULL,1,'2026-02-06 14:12:06','2026-02-06 14:12:06','a7cf6494-b37b-4531-bc5b-e7163717b5f5'),
(25520,25520,1,'2026-02-06 10:09:18',NULL,NULL,NULL,1,'2026-02-06 15:09:18','2026-02-06 15:09:18','b1d65001-f5e7-4672-a932-2d524f95303b'),
(25522,25522,1,'2026-02-06 10:21:36',NULL,NULL,NULL,1,'2026-02-06 15:21:36','2026-02-06 15:21:36','768a784d-cdde-42be-8e48-148cdea827a6'),
(25617,25617,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 17:41:38','2026-02-06 17:41:38','e039b743-1176-4952-a0af-40846a8e32d6'),
(25620,25620,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NSKPFW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NSKPFW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 17:42:55','2026-02-06 17:42:55','85541584-f1cd-4ec6-8c5b-99c2f05450d5'),
(25622,25622,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23839],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 17:43:26','2026-02-06 17:43:26','33677920-2d1c-458d-a73e-c2e54a0a6430'),
(25644,25644,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,2974,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23764],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 18:43:08','2026-02-06 18:43:08','9c7890a8-3ba1-4e14-85e2-54f12543e04a'),
(25645,25645,1,'2026-02-06 13:49:28',NULL,NULL,NULL,1,'2026-02-06 18:49:28','2026-02-06 18:49:28','5e70ac83-f9c2-4f06-9774-7f89917d8637'),
(25646,25646,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23900],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, with a hot meal cart that visits each residence daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 18:51:49','2026-02-06 18:51:49','a10f427f-0638-495a-95bf-63234274febe'),
(25651,25651,1,'2026-02-06 14:30:43',NULL,NULL,NULL,1,'2026-02-06 19:30:43','2026-02-06 19:30:43','65dc3455-9233-4c12-b98b-ca34624f869a'),
(25654,25654,1,'Harston Dining',NULL,NULL,NULL,1,'2026-02-06 19:36:11','2026-02-06 19:36:11','2f40c0af-fb02-4b97-b231-38805c04dfeb'),
(25655,25655,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8868,8864,8869,25654,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 19:37:11','2026-02-06 19:37:11','42230c48-3699-4741-b168-a578d7df1a14'),
(25657,25657,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8864,8869,25654,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 19:37:18','2026-02-06 19:37:18','914f6975-07a3-421d-af70-f455548a877c'),
(25659,25659,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8864,8869,25654,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 19:38:04','2026-02-06 19:38:04','0a6c8a3f-4c52-4d5e-87ba-b685fd6b0934'),
(25661,25661,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8864,8869,25654,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 19:39:58','2026-02-06 19:39:58','984dc044-ba35-4e67-8063-3fd4a38a3714'),
(25663,25663,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8864,8869,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 19:41:09','2026-02-06 19:41:09','52b54bbf-cd38-44d6-99ac-445d21930386'),
(25665,25665,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8864,8869,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 19:52:35','2026-02-06 19:52:35','332ec401-f9d1-49e2-8573-0b92f503c778'),
(25667,25667,1,'2026-02-06 15:05:45',NULL,NULL,NULL,1,'2026-02-06 20:05:45','2026-02-06 20:05:45','286717ca-6077-4646-9973-8f53428bd848'),
(25668,25668,1,'Resized 20220625 134201',NULL,NULL,NULL,1,'2026-02-06 20:05:45','2026-02-06 20:05:45','0957feff-c893-476f-8a65-ee228ce11770'),
(25670,25670,1,'2026-02-06 15:09:13',NULL,NULL,NULL,1,'2026-02-06 20:09:13','2026-02-06 20:09:14','ca17d2a0-66e7-4c4e-b2ba-4d2f441d6ade'),
(25671,25671,1,'Resized 20220625 134201',NULL,NULL,NULL,1,'2026-02-06 20:09:13','2026-02-06 20:09:13','08ab4ddb-455a-44c8-b4b9-618ddba29ebb'),
(25681,25681,1,'Jane A.','shrewsbury-review',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Highly recommend this well run, clean and compassionate facility where my excellent PT has exceeded my expectations. The beautifully renovated 1st floor called OASIS is where you want to be, to find clean and lovely rooms and exceptional nurses and support staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jane A.\"}',1,'2026-02-06 20:19:24','2026-02-06 20:19:24','464c5e31-f331-4ce7-8877-e010a4ad64d9'),
(25682,25682,1,'Chelle C.','chelle-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Shrewsbury is somewhere one can feel comfortable placing a loved one in their CARE! From the time you enter the building you can see compassion and dedication from everyone, Admin, reception, nursing and support staff. Absolute TEAM spirit. Thank you CC!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Chelle C.\"}',1,'2026-02-06 20:19:24','2026-02-06 20:19:24','81d8f405-fe4f-436a-a0cb-c3631d554d58'),
(25683,25683,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23900],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, with a hot meal cart that visits each residence daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-06 20:19:24','2026-02-06 20:19:24','2cd321e4-36cd-4dec-b61e-456eca123351'),
(25684,25684,1,'Karen L.','karen-l',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"When I first heard I had to go to rehab from the hospital, I was mortified of the thought. This was my first time being at a rehab. And I had remarkable experience at Complete Care at Shrewsbury. To my surprise all of the staff were very professional, cordial, caring, and helpful. They all went above and beyond to keep me comfortable and happy.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Karen L.\"}',1,'2026-02-06 20:19:24','2026-02-06 20:19:24','5d51eaeb-7a74-4c0d-9a43-b65e76403a48'),
(25685,25685,1,'Django W.','django-w',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Excellent friendly professional service!!! Great place to have unpleasant things made more pleasant. Tech was especially empathetic and wonderful. She really went out of her way with an elderly confused woman. She took the time to make her feel better!!!! Not just a number.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Django W.\"}',1,'2026-02-06 20:19:24','2026-02-06 20:19:24','55b6d2d5-b9c7-40a1-8e83-7c5b70153ca0'),
(25686,25686,1,'Jane A.','shrewsbury-review',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Highly recommend this well run, clean and compassionate facility where my excellent PT has exceeded my expectations. The beautifully renovated 1st floor called OASIS is where you want to be, to find clean and lovely rooms and exceptional nurses and support staff.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Jane A.\"}',1,'2026-02-06 20:19:24','2026-02-06 20:19:24','bb8f9ee4-4990-45ad-a1b2-7a1a39c8a332'),
(25687,25687,1,'Chelle C.','chelle-c',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Complete Care at Shrewsbury is somewhere one can feel comfortable placing a loved one in their CARE! From the time you enter the building you can see compassion and dedication from everyone, Admin, reception, nursing and support staff. Absolute TEAM spirit. Thank you CC!\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Chelle C.\"}',1,'2026-02-06 20:19:24','2026-02-06 20:19:24','4d4946a4-ed30-4024-a348-6488294d9599'),
(25688,25688,1,'2026-02-06 15:31:49',NULL,NULL,NULL,1,'2026-02-06 20:31:49','2026-02-06 20:31:49','74b7823b-17e7-4b06-b2cc-42cc1f818f10'),
(25691,25691,1,'2026-02-06 16:35:08',NULL,NULL,NULL,1,'2026-02-06 21:35:08','2026-02-06 21:35:08','9da600d7-5c7b-42a5-af1b-099b016bf853'),
(25692,25692,1,'Kehinde Oduyemi home health aide licensed',NULL,NULL,NULL,1,'2026-02-06 21:35:08','2026-02-06 21:35:08','b28d7460-200a-46e4-aad4-04dca48746e8'),
(25718,25718,1,'2026-02-06 17:58:12',NULL,NULL,NULL,1,'2026-02-06 22:58:12','2026-02-06 22:58:12','edf40521-0183-486c-8466-42739f4ee9f0'),
(25839,25839,1,'Untitled document',NULL,NULL,NULL,1,'2026-02-07 05:17:14','2026-02-07 05:17:14','d9a65477-0375-4804-a0c4-0f316577a82b'),
(26047,26047,1,'2026-02-07 08:19:13',NULL,NULL,NULL,1,'2026-02-07 13:19:13','2026-02-07 13:19:13','03e44e90-e6b8-4732-8161-ab117b377a83'),
(26059,26059,1,'2026-02-07 08:54:41',NULL,NULL,NULL,1,'2026-02-07 13:54:41','2026-02-07 13:54:41','ad9c2352-15df-4a3d-8dc7-63c50371a3aa'),
(26063,26063,1,'2026-02-07 09:09:34',NULL,NULL,NULL,1,'2026-02-07 14:09:34','2026-02-07 14:09:34','a5cb0da4-e9bb-464d-8bf6-8d3b433d14e7'),
(26085,26085,1,'2026-02-07 12:07:02',NULL,NULL,NULL,1,'2026-02-07 17:07:02','2026-02-07 17:07:02','6162f55b-aec0-421e-9350-e5e234576cf7'),
(26104,26104,1,'2026-02-07 12:35:03',NULL,NULL,NULL,1,'2026-02-07 17:35:03','2026-02-07 17:35:03','09438eb2-cd91-456e-a651-563b5893d97d'),
(26105,26105,1,'Withneys Resume',NULL,NULL,NULL,1,'2026-02-07 17:35:03','2026-02-07 17:35:03','112768e1-24b1-45ad-bbd4-7185be167507'),
(26127,26127,1,'2026-02-07 14:37:11',NULL,NULL,NULL,1,'2026-02-07 19:37:11','2026-02-07 19:37:11','084510c0-62f7-487c-85d8-40e6bebf0c65'),
(26128,26128,1,'Resume',NULL,NULL,NULL,1,'2026-02-07 19:37:11','2026-02-07 19:37:11','6211858d-3a99-4128-8050-4fd353c845fa'),
(26129,26129,1,'2026-02-07 15:13:08',NULL,NULL,NULL,1,'2026-02-07 20:13:08','2026-02-07 20:13:08','5d826870-19cd-4b27-adcf-970f3f452627'),
(26135,26135,1,'2026-02-07 18:24:41',NULL,NULL,NULL,1,'2026-02-07 23:24:41','2026-02-07 23:24:41','de38b71e-7237-433e-933a-d29325e0c288'),
(26137,26137,1,'2026-02-07 19:00:28',NULL,NULL,NULL,1,'2026-02-08 00:00:28','2026-02-08 00:00:28','6b4812c8-79ab-4e41-adf9-68a7cc335c92'),
(26138,26138,1,'2026-02-07 19:11:14',NULL,NULL,NULL,1,'2026-02-08 00:11:14','2026-02-08 00:11:14','c0e6e3f9-1d18-443c-a834-b7a265cbf6fc'),
(26141,26141,1,'2026-02-07 19:35:53',NULL,NULL,NULL,1,'2026-02-08 00:35:53','2026-02-08 00:35:53','9b581e1a-123f-4285-a716-38a81a96eb14'),
(26145,26145,1,'2026-02-07 20:59:03',NULL,NULL,NULL,1,'2026-02-08 01:59:03','2026-02-08 01:59:03','19a178a3-2c2e-4d16-95f5-6a8b47a3d39e'),
(26151,26151,1,'2026-02-07 22:55:19',NULL,NULL,NULL,1,'2026-02-08 03:55:19','2026-02-08 03:55:19','1bb66a56-10d3-43f4-8255-42b4fc30935f'),
(26154,26154,1,'2026-02-07 23:32:33',NULL,NULL,NULL,1,'2026-02-08 04:32:32','2026-02-08 04:32:33','6cea0cbf-0018-4eeb-b052-ecc5a1a42cb6'),
(26155,26155,1,'IMG 4422',NULL,NULL,NULL,1,'2026-02-08 04:32:32','2026-02-08 04:32:32','be1634cc-9391-4988-91ad-41ffc8c3bf6f'),
(26245,26245,1,'Photo1',NULL,NULL,NULL,1,'2026-02-08 10:39:02','2026-02-08 10:39:02','ac523c68-c2f0-48eb-8484-29c5b182a7c4'),
(26247,26247,1,'Photo1',NULL,NULL,NULL,1,'2026-02-08 10:39:06','2026-02-08 10:39:06','aea9977c-5627-4148-8d8e-7b7eff05651b'),
(26331,26331,1,'2026-02-08 09:13:55',NULL,NULL,NULL,1,'2026-02-08 14:13:55','2026-02-08 14:13:55','a30b29b5-8fcd-431a-b592-caf1fa722d42'),
(26337,26337,1,'2026-02-08 10:11:49',NULL,NULL,NULL,1,'2026-02-08 15:11:49','2026-02-08 15:11:49','07cb938a-ef1b-41b6-a0e6-3aec4471dd4f'),
(26338,26338,1,'Resume202505100658',NULL,NULL,NULL,1,'2026-02-08 15:11:49','2026-02-08 15:11:49','a5be4097-69cc-4505-8f88-a50071b32b98'),
(26339,26339,1,'Student e Card',NULL,NULL,NULL,1,'2026-02-08 15:11:49','2026-02-08 15:11:49','dffb5a8a-057e-4d84-8e8c-19b36524d495'),
(26358,26358,1,'Photo1',NULL,NULL,NULL,1,'2026-02-08 16:09:50','2026-02-08 16:09:50','3a2f986a-0e60-4d77-a3b4-a364c573029b'),
(26360,26360,1,'Photo1',NULL,NULL,NULL,1,'2026-02-08 16:09:54','2026-02-08 16:09:54','bb7a0cf4-06eb-4f49-b69f-93e954c893da'),
(26400,26400,1,'2026-02-08 12:00:50',NULL,NULL,NULL,1,'2026-02-08 17:00:50','2026-02-08 17:00:50','207c5da2-bcbf-456d-a0b7-d9b67922b6e3'),
(26414,26414,1,'2026-02-08 12:43:25',NULL,NULL,NULL,1,'2026-02-08 17:43:25','2026-02-08 17:43:25','38a787b4-b244-4eb2-ad9b-f96a9baef87e'),
(26415,26415,1,'IMG 0545',NULL,NULL,NULL,1,'2026-02-08 17:43:25','2026-02-08 17:43:25','0a241436-9f3e-47df-bbb1-9e7e1fdfb9fd'),
(26418,26418,1,'2026-02-08 12:53:19',NULL,NULL,NULL,1,'2026-02-08 17:53:19','2026-02-08 17:53:19','35ef636f-a7db-417c-aa19-6139e839af3b'),
(26420,26420,1,'2026-02-08 13:15:19',NULL,NULL,NULL,1,'2026-02-08 18:15:18','2026-02-08 18:15:19','7f5e0348-6c35-40ac-9183-2f8cb2116f9e'),
(26421,26421,1,'Copy of Copy of Copy of Darline resume',NULL,NULL,NULL,1,'2026-02-08 18:15:19','2026-02-08 18:15:19','6a4773af-4e1b-4e87-85b1-31a9cff4a0f5'),
(26426,26426,1,'2026-02-08 14:23:02',NULL,NULL,NULL,1,'2026-02-08 19:23:02','2026-02-08 19:23:02','4b460e69-f774-4d1e-b6ec-12676f9c188a'),
(26428,26428,1,'2026-02-08 15:03:57',NULL,NULL,NULL,1,'2026-02-08 20:03:57','2026-02-08 20:03:57','328f2247-21d5-4b59-adf9-99da80009b26'),
(26437,26437,1,'2026-02-08 16:24:30',NULL,NULL,NULL,1,'2026-02-08 21:24:30','2026-02-08 21:24:30','7642f8bf-d47c-42c9-840e-c65f22254279'),
(26438,26438,1,'Resume202512190228',NULL,NULL,NULL,1,'2026-02-08 21:24:30','2026-02-08 21:24:30','4cb11850-3bbd-43ae-a76a-1fd5b88b906e'),
(26443,26443,1,'2026-02-08 17:41:16',NULL,NULL,NULL,1,'2026-02-08 22:41:16','2026-02-08 22:41:16','f42aa349-e35e-43ab-ad1b-1bca1fe2c040'),
(26444,26444,1,'Uzziel Pepana USRN Resume 2',NULL,NULL,NULL,1,'2026-02-08 22:41:16','2026-02-08 22:41:16','b0f36f30-bedb-4285-8661-3108ee801266'),
(26628,26628,1,'Photo1',NULL,NULL,NULL,1,'2026-02-09 09:49:31','2026-02-09 09:49:31','7b715962-608c-46c3-9e9e-db345498af36'),
(26832,26832,1,'2026-02-09 09:35:31',NULL,NULL,NULL,1,'2026-02-09 14:35:31','2026-02-09 14:35:31','41837b1e-0b76-4d4a-839f-daaf88cd9b1c'),
(26833,26833,1,'Resume',NULL,NULL,NULL,1,'2026-02-09 14:35:31','2026-02-09 14:35:31','210c4f57-7111-4d30-a489-05c034fd324b'),
(26885,26885,1,'2026-02-09 10:46:10',NULL,NULL,NULL,1,'2026-02-09 15:46:10','2026-02-09 15:46:10','c93d4931-06fc-457f-a339-db40f5d3bbf9'),
(26888,26888,1,'2026-02-09 10:54:26',NULL,NULL,NULL,1,'2026-02-09 15:54:26','2026-02-09 15:54:26','43a6b654-7263-4372-857b-36e7ed250160'),
(26889,26889,1,'Stephanie Beard 001',NULL,NULL,NULL,1,'2026-02-09 15:54:26','2026-02-09 15:54:26','a4ea0821-bfcf-4c2c-8884-8c5d975ea4ba'),
(26893,26893,1,'2026-02-09 11:41:06',NULL,NULL,NULL,1,'2026-02-09 16:41:06','2026-02-09 16:41:06','377decfa-f5d8-485b-8ce7-35f3a547fc16'),
(26894,26894,1,'Resume',NULL,NULL,NULL,1,'2026-02-09 16:41:06','2026-02-09 16:41:06','4563d16d-f5d2-4e94-8727-c495cec5a757'),
(26916,26916,1,'2026-02-09 12:11:06',NULL,NULL,NULL,1,'2026-02-09 17:11:06','2026-02-09 17:11:06','95cdad39-d87a-4a19-943b-983cf3852808'),
(26955,26955,1,'2026-02-09 13:32:07',NULL,NULL,NULL,1,'2026-02-09 18:32:07','2026-02-09 18:32:07','8d6b3ab8-3353-48f6-a431-84a95d4fcb8e'),
(26956,26956,1,'Screenshot 20260106 122427 PDF Reader',NULL,NULL,NULL,1,'2026-02-09 18:32:07','2026-02-09 18:32:07','8a9fc604-35a7-4be7-a659-acba79b3cb62'),
(26957,26957,1,'2026-02-09 13:32:37',NULL,NULL,NULL,1,'2026-02-09 18:32:37','2026-02-09 18:32:37','90ea48ee-7cb5-4b11-9c3f-5adc8139950d'),
(26958,26958,1,'LTSS application',NULL,NULL,NULL,1,'2026-02-09 18:32:37','2026-02-09 18:32:37','7577280a-f3c1-4624-8e99-ab26c945bc16'),
(26963,26963,1,'2026-02-09 14:16:49',NULL,NULL,NULL,1,'2026-02-09 19:16:49','2026-02-09 19:16:49','191eacbb-cdb3-4134-af10-16b153639a44'),
(26964,26964,1,'Kimber Faust Resume',NULL,NULL,NULL,1,'2026-02-09 19:16:49','2026-02-09 19:16:49','9ea38c84-6b4a-4aa2-80df-c775980a220e'),
(26972,26972,1,'2026-02-09 15:53:31',NULL,NULL,NULL,1,'2026-02-09 20:53:31','2026-02-09 20:53:31','23081e40-f814-4a15-8333-31fcc68bb9de'),
(26975,26975,1,'2026-02-09 16:04:57',NULL,NULL,NULL,1,'2026-02-09 21:04:57','2026-02-09 21:04:57','633beac8-03af-4b8b-ab19-397e7241e36f'),
(26976,26976,1,'2026-02-09 16:05:54',NULL,NULL,NULL,1,'2026-02-09 21:05:54','2026-02-09 21:05:54','91d8dbcd-e7b2-416c-bf27-78985230a526'),
(26978,26978,1,'2026-02-09 17:00:49',NULL,NULL,NULL,1,'2026-02-09 22:00:49','2026-02-09 22:00:49','09726f3b-d99e-430b-a072-60630d5a2561'),
(26982,26982,1,'2026-02-09 17:34:33',NULL,NULL,NULL,1,'2026-02-09 22:34:33','2026-02-09 22:34:33','74dfe2c8-0f4d-43fb-ae17-0b3941892bae'),
(26983,26983,1,'Latasha Myatt LPN',NULL,NULL,NULL,1,'2026-02-09 22:34:33','2026-02-09 22:34:33','1624cc63-81e2-49e6-892d-d4ba5888e73d'),
(27012,27012,1,'2026-02-09 18:44:31',NULL,NULL,NULL,1,'2026-02-09 23:44:31','2026-02-09 23:44:31','0e889d36-d397-45d0-a349-06693cecba6b'),
(27017,27017,1,'2026-02-09 18:56:44',NULL,NULL,NULL,1,'2026-02-09 23:56:43','2026-02-09 23:56:44','7cf540d3-b85f-4c92-bf37-e6baeeb0aaca'),
(27018,27018,1,'2026-02-09 18:59:26',NULL,NULL,NULL,1,'2026-02-09 23:59:26','2026-02-09 23:59:26','7c2d70dc-2430-4344-b440-b10ae6d42214'),
(27019,27019,1,'2026-02-09 19:03:47',NULL,NULL,NULL,1,'2026-02-10 00:03:47','2026-02-10 00:03:47','3ad6e16a-57ad-471e-921f-617562b5f401'),
(27020,27020,1,'Resume202108231101',NULL,NULL,NULL,1,'2026-02-10 00:03:47','2026-02-10 00:03:47','7ad5557d-bf4a-4ee8-8ad2-2e4d01a29aea'),
(27022,27022,1,'Photo1',NULL,NULL,NULL,1,'2026-02-10 00:04:43','2026-02-10 00:04:43','b4602e44-1258-4046-b32d-1891f8c250b6'),
(27024,27024,1,'Photo1',NULL,NULL,NULL,1,'2026-02-10 00:04:49','2026-02-10 00:04:49','c4187579-81a6-4fce-a2b7-5f029e0a070d'),
(27030,27030,1,'2026-02-09 19:20:09',NULL,NULL,NULL,1,'2026-02-10 00:20:09','2026-02-10 00:20:09','0c879caf-cc28-41ad-98d7-38244e8a1e24'),
(27031,27031,1,'Manuel A Garcia Perez Resume',NULL,NULL,NULL,1,'2026-02-10 00:20:09','2026-02-10 00:20:09','eacdba26-778c-4e92-b20d-b26615ce8ecd'),
(27034,27034,1,'2026-02-09 20:13:32',NULL,NULL,NULL,1,'2026-02-10 01:13:32','2026-02-10 01:13:32','9665df17-7086-405b-a2f7-7ae6a1141f54'),
(27037,27037,1,'2026-02-09 21:05:13',NULL,NULL,NULL,1,'2026-02-10 02:05:13','2026-02-10 02:05:13','93ff27af-377e-41be-99a2-37267c37f79f'),
(27038,27038,1,'Resume',NULL,NULL,NULL,1,'2026-02-10 02:05:13','2026-02-10 02:05:13','44b76c2a-06e6-4063-8f85-d1b4c361dc70'),
(27040,27040,1,'Photo1',NULL,NULL,NULL,1,'2026-02-10 02:06:46','2026-02-10 02:06:46','d840185a-77a8-4521-b6c3-cfd631ef6a29'),
(27042,27042,1,'Photo1',NULL,NULL,NULL,1,'2026-02-10 02:06:50','2026-02-10 02:06:50','6697d214-299a-40ee-8544-50999cfb5ca0'),
(27143,27143,1,'2026-02-09 23:03:55',NULL,NULL,NULL,1,'2026-02-10 04:03:55','2026-02-10 04:03:55','d85af76f-7c5b-4924-98ba-f76f9c89f2b5'),
(27196,27196,1,'2026-02-10 00:31:46',NULL,NULL,NULL,1,'2026-02-10 05:31:46','2026-02-10 05:31:46','f54c74a4-6485-460a-90a9-011d1df99db8'),
(27197,27197,1,'RESUME AND MY DOCUMENTS',NULL,NULL,NULL,1,'2026-02-10 05:31:46','2026-02-10 05:31:46','830b0069-0755-4bb0-916c-95ce748fc6c7'),
(27230,27230,1,'2026-02-10 02:15:36',NULL,NULL,NULL,1,'2026-02-10 07:15:36','2026-02-10 07:15:36','77b813b8-dd15-41f8-b01c-e976cd1954a3'),
(27231,27231,1,'Resume updated 2025',NULL,NULL,NULL,1,'2026-02-10 07:15:36','2026-02-10 07:15:36','1972bf89-9bc4-474d-a664-2f43e6aae1fe'),
(27234,27234,1,'2026-02-10 02:41:16',NULL,NULL,NULL,1,'2026-02-10 07:41:16','2026-02-10 07:41:16','89be5a54-666a-4bbb-a252-d30c38ffd289'),
(27236,27236,1,'2026-02-10 02:50:11',NULL,NULL,NULL,1,'2026-02-10 07:50:11','2026-02-10 07:50:11','472bd31b-92d6-4577-8229-74f11c807bee'),
(27238,27238,1,'2026-02-10 02:55:42',NULL,NULL,NULL,1,'2026-02-10 07:55:42','2026-02-10 07:55:42','e4e7dfdd-7cde-42de-b235-fd00bb19e6e9'),
(27362,27362,1,'2026-02-10 07:13:26',NULL,NULL,NULL,1,'2026-02-10 12:13:26','2026-02-10 12:13:26','1c58c674-be17-492e-a1b9-8c5fe2795dd5'),
(27443,27443,1,'2026-02-10 11:07:26',NULL,NULL,NULL,1,'2026-02-10 16:07:26','2026-02-10 16:07:26','2e00e519-b96a-4d89-af68-f9296f286151'),
(27444,27444,1,'Hannah Newcomb Resume',NULL,NULL,NULL,1,'2026-02-10 16:07:26','2026-02-10 16:07:26','1c909820-6958-4729-8200-bc00411c5eab'),
(27448,27448,1,'2026-02-10 11:31:38',NULL,NULL,NULL,1,'2026-02-10 16:31:38','2026-02-10 16:31:38','7b1ead46-072e-4529-a184-4f0bdb5fb2da'),
(27449,27449,1,'CC Jefferson Meadows Clinical Capabilities Chart Flyer digital',NULL,NULL,NULL,1,'2026-02-10 16:32:30','2026-02-10 16:32:30','5657ba4c-a6d3-4a22-bda5-57bc93a32035'),
(27451,27451,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[27449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stclairemeadowscarec-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-10 16:32:33','2026-02-10 16:32:33','46b14a72-29ae-425e-b465-70c7403cd5a9'),
(27465,27465,1,'2026-02-10 11:55:21',NULL,NULL,NULL,1,'2026-02-10 16:55:21','2026-02-10 16:55:21','d7455da8-e848-492b-b8fd-add2dbdca301'),
(27513,27513,1,'2026-02-10 12:52:30',NULL,NULL,NULL,1,'2026-02-10 17:52:30','2026-02-10 17:52:30','143a8b20-7f61-4082-8a26-88bc3b404dba');
INSERT INTO `elements_sites` VALUES
(27529,27529,1,'Kelly Wheeler','kelly-wheeler',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kelly Wheeler\"}',1,'2026-02-10 18:35:59','2026-02-10 18:35:59','507a2197-c8e5-45f1-ba36-3bc82f6ce6c9'),
(27530,27530,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23758],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-10 18:35:59','2026-02-10 18:35:59','1863e7f5-0296-461e-a469-88c3e65385fd'),
(27531,27531,1,'Kelly Wheeler','kelly-wheeler',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kelly Wheeler\"}',1,'2026-02-10 18:35:59','2026-02-10 18:35:59','5ab1b651-8583-433f-9f87-0b7789719eef'),
(27533,27533,1,'2026-02-10 13:56:15',NULL,NULL,NULL,1,'2026-02-10 18:56:15','2026-02-10 18:56:15','795da2fe-dfb5-4192-87c1-ba4384523484'),
(27537,27537,1,'2026-02-10 14:53:06',NULL,NULL,NULL,1,'2026-02-10 19:53:06','2026-02-10 19:53:06','d4bbe6a9-c750-4888-a456-4ea591d7b6ed'),
(27538,27538,1,'2 10 2026 Patient Care Technician',NULL,NULL,NULL,1,'2026-02-10 19:53:06','2026-02-10 19:53:06','7857e37d-ff9d-4d7d-a305-7462b0ca9b50'),
(27542,27542,1,'2026-02-10 15:52:32',NULL,NULL,NULL,1,'2026-02-10 20:52:32','2026-02-10 20:52:32','9772ee85-ced0-4650-98a2-0340faa8438d'),
(27543,27543,1,'Resume',NULL,NULL,NULL,1,'2026-02-10 20:52:32','2026-02-10 20:52:32','98397ed0-a4dc-4074-bd6b-2115b868dc5d'),
(27545,27545,1,'2026-02-10 16:01:45',NULL,NULL,NULL,1,'2026-02-10 21:01:45','2026-02-10 21:01:45','eb619a5b-3ccf-4eb8-97aa-48b4e7f66908'),
(27546,27546,1,'Sunny Lee Resume',NULL,NULL,NULL,1,'2026-02-10 21:01:45','2026-02-10 21:01:45','4326b644-6255-4c4e-818b-8629d2e283b6'),
(27547,27547,1,'2026-02-10 16:04:05',NULL,NULL,NULL,1,'2026-02-10 21:04:05','2026-02-10 21:04:05','8dd9bf56-ad7c-437a-9052-aa8233b3d6ae'),
(27548,27548,1,'2026-02-10 16:45:20',NULL,NULL,NULL,1,'2026-02-10 21:45:20','2026-02-10 21:45:20','b61eee3b-d3b7-4056-95cf-d56e9c583bee'),
(27549,27549,1,'2026-02-10 16:47:34',NULL,NULL,NULL,1,'2026-02-10 21:47:34','2026-02-10 21:47:34','425bf482-4b3d-4318-9529-4810e170c352'),
(27551,27551,1,'2026-02-10 17:46:36',NULL,NULL,NULL,1,'2026-02-10 22:46:36','2026-02-10 22:46:36','6c32e45c-44ea-4394-aa11-3ddaf740251e'),
(27555,27555,1,'2026-02-10 18:31:00',NULL,NULL,NULL,1,'2026-02-10 23:31:00','2026-02-10 23:31:00','0e0bea08-4310-4ec9-9d87-d7fcd28d80ea'),
(27558,27558,1,'2026-02-10 19:40:59',NULL,NULL,NULL,1,'2026-02-11 00:40:59','2026-02-11 00:40:59','793ec6d0-31d2-4455-b62a-6d47cab081ff'),
(27560,27560,1,'Photo1',NULL,NULL,NULL,1,'2026-02-11 01:27:13','2026-02-11 01:27:13','998dc600-7a5a-44c3-982a-89e1788b44cc'),
(27562,27562,1,'Photo1',NULL,NULL,NULL,1,'2026-02-11 01:27:19','2026-02-11 01:27:19','0cbfa633-94d4-4573-b385-68329e9ed939'),
(27639,27639,1,'Photo1',NULL,NULL,NULL,1,'2026-02-11 03:18:01','2026-02-11 03:18:01','5d7a06f6-9516-42b4-ac87-c0e563eb5037'),
(27641,27641,1,'Photo1',NULL,NULL,NULL,1,'2026-02-11 03:18:04','2026-02-11 03:18:04','a1e53f84-e3ab-414b-bb93-ef401704615e'),
(27649,27649,1,'Photo1',NULL,NULL,NULL,1,'2026-02-11 03:40:01','2026-02-11 03:40:01','8885c9d7-165a-4ade-b882-23dbf0fd69fc'),
(27651,27651,1,'Photo1',NULL,NULL,NULL,1,'2026-02-11 03:40:06','2026-02-11 03:40:06','29f2f5c0-9514-4e33-a5b5-9e4c316f658f'),
(27657,27657,1,'Photo1',NULL,NULL,NULL,1,'2026-02-11 04:06:34','2026-02-11 04:06:34','c02b0c1d-6da5-406d-9d94-fc2a3d69690a'),
(27659,27659,1,'Photo1',NULL,NULL,NULL,1,'2026-02-11 04:06:38','2026-02-11 04:06:38','64ef03d9-0fab-4f3d-9deb-1da2259c8088'),
(27665,27665,1,'2026-02-10 23:34:39',NULL,NULL,NULL,1,'2026-02-11 04:34:39','2026-02-11 04:34:39','7578589d-544f-4e43-9088-9931ff73cf0f'),
(27666,27666,1,'RESUME 2025',NULL,NULL,NULL,1,'2026-02-11 04:34:39','2026-02-11 04:34:39','3bec13ea-942d-47fa-a670-172d9871f575'),
(27692,27692,1,'2026-02-11 01:53:55',NULL,NULL,NULL,1,'2026-02-11 06:53:55','2026-02-11 06:53:55','68b66cbf-b489-415c-a7c1-12ba5fd90e3d'),
(27752,27752,1,'2026-02-11 07:14:20',NULL,NULL,NULL,1,'2026-02-11 12:14:20','2026-02-11 12:14:20','68eae05b-ef78-477b-92c3-203d77dc8268'),
(27753,27753,1,'Talisha Goode Clinical Executive Resume UPDATED',NULL,NULL,NULL,1,'2026-02-11 12:14:20','2026-02-11 12:14:20','dc264f56-e838-46d3-b0c6-9449610e9740'),
(27754,27754,1,'2026-02-11 07:14:39',NULL,NULL,NULL,1,'2026-02-11 12:14:39','2026-02-11 12:14:39','dbe987ac-f011-453e-b21b-2cc9d566f69a'),
(27823,27823,1,'2026-02-11 09:01:03',NULL,NULL,NULL,1,'2026-02-11 14:01:03','2026-02-11 14:01:03','70987040-9afc-4b3d-8d32-c6a2e1ad09cc'),
(27840,27840,1,'2026-02-11 09:32:13',NULL,NULL,NULL,1,'2026-02-11 14:32:13','2026-02-11 14:32:13','9bbb1df0-a2cb-424b-9198-ec4167fd8979'),
(27841,27841,1,'Resume 2',NULL,NULL,NULL,1,'2026-02-11 14:32:13','2026-02-11 14:32:13','6087fe47-21e3-4fe6-938b-31389493e9cc'),
(27885,27885,1,'2026-02-11 11:08:30',NULL,NULL,NULL,1,'2026-02-11 16:08:30','2026-02-11 16:08:30','ce5845b6-effc-4b11-a831-a8bc942d3c73'),
(27887,27887,1,'2026-02-11 11:21:06',NULL,NULL,NULL,1,'2026-02-11 16:21:06','2026-02-11 16:21:06','d025b805-b17b-45f5-ba24-3b9cf2c42c79'),
(27888,27888,1,'2026-02-11 11:25:36',NULL,NULL,NULL,1,'2026-02-11 16:25:36','2026-02-11 16:25:36','0d31a182-ca50-43d5-83f0-742974fcec67'),
(27889,27889,1,'2026-02-11 11:34:26',NULL,NULL,NULL,1,'2026-02-11 16:34:23','2026-02-11 16:34:26','1aed0c90-e444-4d6c-8cd0-052e9727b1ed'),
(27890,27890,1,'IMG 2871',NULL,NULL,NULL,1,'2026-02-11 16:34:23','2026-02-11 16:34:23','87d9117e-9a17-4c8e-8fab-f0401fd3b60c'),
(27892,27892,1,'2026-02-11 11:36:23',NULL,NULL,NULL,1,'2026-02-11 16:36:23','2026-02-11 16:36:24','5d3b39b1-5cd2-49ec-afff-6dad15397dce'),
(27893,27893,1,'2026-02-11 11:50:38',NULL,NULL,NULL,1,'2026-02-11 16:50:38','2026-02-11 16:50:38','dbf8b1a4-ab97-44b8-9153-2690b7d7fc0d'),
(27903,27903,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23758],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-north-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-11 17:05:49','2026-02-11 17:05:49','f7d945c7-e8eb-4958-b0b6-d085d3aaded0'),
(27905,27905,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23758],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-north-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-11 17:06:23','2026-02-11 17:06:23','9080d9f8-d471-4324-8829-43966a75f124'),
(27906,27906,1,'2026-02-11 12:38:15',NULL,NULL,NULL,1,'2026-02-11 17:38:15','2026-02-11 17:38:15','addab281-e62a-4d8b-8a26-b2456ca3fa46'),
(27907,27907,1,'2026-02-11 12:49:43',NULL,NULL,NULL,1,'2026-02-11 17:49:42','2026-02-11 17:49:43','e648b8ce-48de-4f76-8421-1ca0d7c34473'),
(27908,27908,1,'IMG 3605 2',NULL,NULL,NULL,1,'2026-02-11 17:49:42','2026-02-11 17:49:42','0744e7a1-4f2c-4294-9a1a-237cf6723987'),
(27910,27910,1,'2026-02-11 13:07:29',NULL,NULL,NULL,1,'2026-02-11 18:07:29','2026-02-11 18:07:29','21c3e394-9d21-4d7b-a600-077f0e4afd6c'),
(27912,27912,1,'2026-02-11 14:01:23',NULL,NULL,NULL,1,'2026-02-11 19:01:23','2026-02-11 19:01:23','34ca46f9-396c-47cf-90c7-15bf8fc18277'),
(27913,27913,1,'2026-02-11 14:03:17',NULL,NULL,NULL,1,'2026-02-11 19:03:17','2026-02-11 19:03:17','89823da2-b0d2-4934-b1a1-dd5fedb0dde9'),
(27915,27915,1,'2026-02-11 14:05:27',NULL,NULL,NULL,1,'2026-02-11 19:05:27','2026-02-11 19:05:27','ecfad91a-4fc6-4474-ad97-b1b52da4093a'),
(27924,27924,1,'2026-02-11 14:36:30',NULL,NULL,NULL,1,'2026-02-11 19:36:30','2026-02-11 19:36:30','1c4358e1-3790-49e1-acad-1e328dc8be4c'),
(27926,27926,1,'Photo1',NULL,NULL,NULL,1,'2026-02-11 19:40:50','2026-02-11 19:40:50','fce5d11d-cdfa-4c5a-928b-480823c00a06'),
(27928,27928,1,'Photo1',NULL,NULL,NULL,1,'2026-02-11 19:40:55','2026-02-11 19:40:55','ff472e24-c9f8-4c9b-9fd6-65641422c59d'),
(27932,27932,1,'2026-02-11 14:42:15',NULL,NULL,NULL,1,'2026-02-11 19:42:15','2026-02-11 19:42:15','d448697a-9c2c-4fab-a31b-a5cc4e6fb362'),
(27934,27934,1,'2026-02-11 14:55:35',NULL,NULL,NULL,1,'2026-02-11 19:55:35','2026-02-11 19:55:35','02666742-4224-4886-90bd-bb25fd04d269'),
(27987,27987,1,'2026-02-11 16:07:12',NULL,NULL,NULL,1,'2026-02-11 21:07:12','2026-02-11 21:07:12','5749e289-28ce-4927-a1f4-b33d14c0b28b'),
(27993,27993,1,'2026-02-11 16:14:26',NULL,NULL,NULL,1,'2026-02-11 21:14:26','2026-02-11 21:14:26','f9071894-e349-41b8-aed5-f78152100bef'),
(27995,27995,1,'2026-02-11 16:46:16',NULL,NULL,NULL,1,'2026-02-11 21:46:16','2026-02-11 21:46:16','96ab8481-df6d-4f51-8a09-3b8b1dcb154d'),
(28000,28000,1,'2026-02-11 18:05:31',NULL,NULL,NULL,1,'2026-02-11 23:05:31','2026-02-11 23:05:31','a43885a8-1d8c-4b5a-9640-018953781742'),
(28001,28001,1,'Resume 2026',NULL,NULL,NULL,1,'2026-02-11 23:05:31','2026-02-11 23:05:31','9a1470fe-fd28-489c-8755-05df472a9e1b'),
(28008,28008,1,'2026-02-11 19:33:47',NULL,NULL,NULL,1,'2026-02-12 00:33:47','2026-02-12 00:33:47','2b0e6278-df06-4c36-b710-9507f9823e11'),
(28040,28040,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 01:55:29','2026-02-12 01:55:29','8d3b1b6c-7b3a-400e-819a-92e69d5bfa88'),
(28042,28042,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 01:55:34','2026-02-12 01:55:34','a1e16982-6ace-4e4b-adbf-5b6b2e743bad'),
(28103,28103,1,'2026-02-11 22:19:13',NULL,NULL,NULL,1,'2026-02-12 03:19:13','2026-02-12 03:19:13','8dc2fda2-7e10-4ae0-852a-911f5f2c474f'),
(28104,28104,1,'My Resume2k25',NULL,NULL,NULL,1,'2026-02-12 03:19:13','2026-02-12 03:19:13','d88e8448-4bf0-41f5-90a0-b4c2292f26fb'),
(28113,28113,1,'2026-02-11 23:36:00',NULL,NULL,NULL,1,'2026-02-12 04:36:00','2026-02-12 04:36:00','9875a446-85a6-4ab1-a4f0-352d759a447a'),
(28114,28114,1,'Nur Monteiro Wiesner 1',NULL,NULL,NULL,1,'2026-02-12 04:36:00','2026-02-12 04:36:00','c7f50d5a-60de-46c8-8b70-8903ad9fde34'),
(28116,28116,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 04:44:18','2026-02-12 04:44:18','22006c25-c46b-4162-8ad2-9dfdc8c79b97'),
(28118,28118,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 04:44:23','2026-02-12 04:44:23','d3d86c4b-a969-40d5-89af-5550190ae65a'),
(28122,28122,1,'2026-02-12 01:00:47',NULL,NULL,NULL,1,'2026-02-12 06:00:46','2026-02-12 06:00:47','8f7442bd-d2d6-432f-96cc-a4497d9c7611'),
(28123,28123,1,'Currículum Vitae Cv de Marketing Minimalista Beige',NULL,NULL,NULL,1,'2026-02-12 06:00:46','2026-02-12 06:00:46','ac27bac5-5fb4-4234-bb16-948a3e1dbb7f'),
(28127,28127,1,'Currículum Vitae Cv de Marketing Minimalista Beige',NULL,NULL,NULL,1,'2026-02-12 06:01:49','2026-02-12 06:01:49','3bf10ae0-a5d2-4164-8563-314c9ddd05f0'),
(28151,28151,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 08:35:13','2026-02-12 08:35:13','416f6fc1-5c6f-495f-9dba-cef3ab636910'),
(28153,28153,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 08:35:18','2026-02-12 08:35:18','87040187-59df-4519-8af9-03d396ba8bd5'),
(28159,28159,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 08:49:41','2026-02-12 08:49:41','d307671b-8d5a-47b3-8053-6b9e41425158'),
(28161,28161,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 08:49:46','2026-02-12 08:49:46','d1e3ed7b-786b-4df0-9a6d-f35ba039a794'),
(28166,28166,1,'2026-02-12 04:27:28',NULL,NULL,NULL,1,'2026-02-12 09:27:28','2026-02-12 09:27:28','56d1f2da-7984-4679-89f2-b049a99ccbac'),
(28167,28167,1,'Resume',NULL,NULL,NULL,1,'2026-02-12 09:27:28','2026-02-12 09:27:28','b0243dfa-e930-4ffe-bf55-5ad514123084'),
(28183,28183,1,'2026-02-12 08:34:02',NULL,NULL,NULL,1,'2026-02-12 13:34:02','2026-02-12 13:34:02','248cce80-6eda-4a0f-9e0b-6206cd73a580'),
(28189,28189,1,'2026-02-12 09:24:07',NULL,NULL,NULL,1,'2026-02-12 14:24:07','2026-02-12 14:24:07','a141e236-1c0c-4e0a-b1aa-dca7e80fdabf'),
(28191,28191,1,'2026-02-12 10:18:44',NULL,NULL,NULL,1,'2026-02-12 15:18:44','2026-02-12 15:18:44','b275768c-7413-4a41-92ae-2147ea3f4225'),
(28192,28192,1,'LPN Med LTCFRAN',NULL,NULL,NULL,1,'2026-02-12 15:18:44','2026-02-12 15:18:44','c74d890c-520d-4fff-9848-b07d13b67989'),
(28195,28195,1,'2026-02-12 11:05:49',NULL,NULL,NULL,1,'2026-02-12 16:05:49','2026-02-12 16:05:49','4b0d0406-6e52-4716-bb5c-62a606aef548'),
(28196,28196,1,'2026-02-12 11:20:26',NULL,NULL,NULL,1,'2026-02-12 16:20:26','2026-02-12 16:20:26','65405324-1cd8-40c5-9da3-fd0d597359c6'),
(28197,28197,1,'Resume 2',NULL,NULL,NULL,1,'2026-02-12 16:20:26','2026-02-12 16:20:26','58a39455-f8dd-47fb-b991-8d852af9d77a'),
(28222,28222,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 16:57:03','2026-02-12 16:57:03','7deccd2b-8ae8-4229-a2d5-82cb20a9c724'),
(28224,28224,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 16:57:07','2026-02-12 16:57:07','80e20fd3-7748-4a96-9ddf-9f00545a08f0'),
(28229,28229,1,'2026-02-12 12:08:13',NULL,NULL,NULL,1,'2026-02-12 17:08:13','2026-02-12 17:08:13','a2f57eec-34ea-4cf9-972e-3f21d1e63a94'),
(28230,28230,1,'Resume Michael James Campbell 8',NULL,NULL,NULL,1,'2026-02-12 17:08:13','2026-02-12 17:08:13','6b98f1a0-dfc7-40a3-ba1a-c946adf1f835'),
(28236,28236,1,'2026-02-12 12:11:40',NULL,NULL,NULL,1,'2026-02-12 17:11:40','2026-02-12 17:11:40','db435251-a559-4f48-9d5c-eb13ae135490'),
(28239,28239,1,'2026-02-12 12:17:53',NULL,NULL,NULL,1,'2026-02-12 17:17:53','2026-02-12 17:17:53','2e6c9b04-e434-422f-88ad-c8bb17c89c63'),
(28249,28249,1,'2026-02-12 13:13:01',NULL,NULL,NULL,1,'2026-02-12 18:13:01','2026-02-12 18:13:01','fa024b4c-444a-4c03-ab8d-fb83802b9b31'),
(28250,28250,1,'2026-02-12 13:13:14',NULL,NULL,NULL,1,'2026-02-12 18:13:14','2026-02-12 18:13:14','3e2b3411-b558-43e7-97e8-e7fc2d88d5ac'),
(28251,28251,1,'2026-02-12 13:17:21',NULL,NULL,NULL,1,'2026-02-12 18:17:21','2026-02-12 18:17:21','562ea0d4-e928-44d2-9537-145a2938657c'),
(28259,28259,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23691],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-care-age-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:40:48','2026-02-12 18:40:48','66ec8de1-b9bf-4a19-966e-e08f2f676b39'),
(28261,28261,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23691],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-care-age-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:41:03','2026-02-12 18:41:03','4d7503ce-efc5-4c0b-9eb4-b4d12b07b0fd'),
(28263,28263,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-hales-corners-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:41:23','2026-02-12 18:41:23','43fb37e4-dbbd-4094-9dfc-12016313d977'),
(28265,28265,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-hales-corners-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:42:39','2026-02-12 18:42:39','275ac803-aa9c-4340-8375-d5e052268e8b'),
(28267,28267,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[27449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-jefferson-meadows-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:42:50','2026-02-12 18:42:50','c269f331-ac30-4c97-be12-3de4c7e4d4a0'),
(28269,28269,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[27449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-jefferson-meadows-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:43:16','2026-02-12 18:43:16','f35e07b5-2c32-4cdc-8719-78cdb7d4a3e9'),
(28271,28271,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-germantown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:43:35','2026-02-12 18:43:35','af0991c9-2f5a-4ab8-9f52-d794a3e4723b'),
(28273,28273,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-germantown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:43:52','2026-02-12 18:43:52','818b9d24-4828-44e7-b886-4321d6df1fd0'),
(28275,28275,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:44:09','2026-02-12 18:44:09','ef8dfc4a-a4cf-4ede-8b96-d8ec8b109f6f'),
(28277,28277,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:45:07','2026-02-12 18:45:07','db08f416-4c81-4131-a311-a6720f53fb4c'),
(28279,28279,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-maple-grove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmaplegrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmaplegrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N9LCW5T5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N9LCW5T5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:45:41','2026-02-12 18:45:41','d5125d27-d2e5-466a-ad7e-2ee63056d19a'),
(28281,28281,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-maple-grove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmaplegrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmaplegrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N9LCW5T5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N9LCW5T5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:46:49','2026-02-12 18:46:49','779d4a95-d814-4e90-848f-cb9cbb5061d2'),
(28283,28283,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-ridgewood-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:47:01','2026-02-12 18:47:01','4178cc7c-4044-4503-9c7c-6b1e90668fb3'),
(28285,28285,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-ridgewood-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:48:16','2026-02-12 18:48:16','7416d25e-9f69-49d2-99cb-8a9170888566'),
(28287,28287,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-nazareth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVVTR8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVVTR8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:48:34','2026-02-12 18:48:34','2663f7bc-f9d3-49d6-884b-d3c40acfda6e'),
(28289,28289,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-nazareth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVVTR8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVVTR8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:48:48','2026-02-12 18:48:48','881bfffc-0f7a-4748-a099-a395ae88c4ac'),
(28291,28291,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-manitowoc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:49:08','2026-02-12 18:49:08','10352432-e7ff-47f0-a994-5188d5c70f4c'),
(28293,28293,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-manitowoc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:49:33','2026-02-12 18:49:33','5da4b41e-5b6b-48d4-bc86-ca3b1d8f205c'),
(28295,28295,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:49:41','2026-02-12 18:49:41','46aa40fa-ed83-4519-a6a2-956cf60f1acb'),
(28297,28297,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:50:01','2026-02-12 18:50:01','c368fa29-f23e-4808-8bc8-ba1a44380440'),
(28299,28299,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-grande-prairie-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NHVQC4L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NHVQC4L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:50:27','2026-02-12 18:50:27','2e1ce315-29a0-44e5-88d6-3dba9c0df458'),
(28301,28301,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-grande-prairie-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NHVQC4L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NHVQC4L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:50:45','2026-02-12 18:50:45','5c60b808-d588-4563-bf2f-09637ce8256a'),
(28303,28303,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-glendale-west-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:50:56','2026-02-12 18:50:56','b4df3cd3-d07d-4d02-8ed6-c40521bacd4d'),
(28305,28305,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-glendale-west-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:51:06','2026-02-12 18:51:06','bbfa79b7-13f0-4e23-a618-fceb5ab5c095'),
(28307,28307,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-christian-home-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:51:27','2026-02-12 18:51:27','9bf4289e-4c26-45ad-ab1a-8d6029855a80'),
(28309,28309,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-christian-home-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 18:53:14','2026-02-12 18:53:14','50c36bc8-b0d3-4c0e-8979-6b5a48b9e384'),
(28310,28310,1,'2026-02-12 14:02:12',NULL,NULL,NULL,1,'2026-02-12 19:02:12','2026-02-12 19:02:12','9b50f47c-d217-4313-922b-c752118847ca'),
(28312,28312,1,'2026-02-12 14:18:23',NULL,NULL,NULL,1,'2026-02-12 19:18:23','2026-02-12 19:18:23','91ae417a-5200-4ed4-b1fe-ef327605301b'),
(28314,28314,1,'2026-02-12 14:23:56',NULL,NULL,NULL,1,'2026-02-12 19:23:56','2026-02-12 19:23:56','6bacfef8-0267-4128-b501-de13354e8c6e'),
(28319,28319,1,'2026-02-12 15:08:52',NULL,NULL,NULL,1,'2026-02-12 20:08:52','2026-02-12 20:08:52','23a05846-56b8-4593-9850-ddd7f4ce73f6'),
(28320,28320,1,'2026-02-12 15:22:48',NULL,NULL,NULL,1,'2026-02-12 20:22:48','2026-02-12 20:22:48','915d6f4b-19e8-4139-ae7f-2415cf6cf967'),
(28331,28331,1,'On-Site Dialysis Advantage','dialysis-den',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Specialized kidney support. Right here. Right now!\\nOur on-site dialysis program ensures that patients requiring renal care receive treatment without leaving the facility. On-Site Dialysis Advantage supports optimal scheduling, reduces hospital trips, and enhances care continuity in a familiar, clinical environment. By integrating dialysis directly into our advanced care model, we provide patients with the convenience, safety, and stability they deserve.\"}',1,'2026-02-12 20:48:35','2026-02-12 20:48:35','c12fb54c-d565-42ce-a53d-8b1bce2b1c66'),
(28333,28333,1,'On-Site Dialysis Advantage','dialysis-den',NULL,'{\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\":\"Specialized kidney support. Right here. Right now.\\nOur on-site dialysis program ensures that patients requiring renal care receive treatment without leaving the facility. On-Site Dialysis Advantage supports optimal scheduling, reduces hospital trips, and enhances care continuity in a familiar, clinical environment. By integrating dialysis directly into our advanced care model, we provide patients with the convenience, safety, and stability they deserve.\"}',1,'2026-02-12 20:49:08','2026-02-12 20:49:08','e92b1e0d-1425-474c-9624-57fd371d8d21'),
(28336,28336,1,'2026-02-12 16:04:27',NULL,NULL,NULL,1,'2026-02-12 21:04:27','2026-02-12 21:04:27','a0ce1187-a398-4503-85c2-7b27d45acc84'),
(28337,28337,1,'Crichards resume v1',NULL,NULL,NULL,1,'2026-02-12 21:04:27','2026-02-12 21:04:27','278c2d4d-3323-46dd-b539-436e96f917c7'),
(28339,28339,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-glendale-west-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 21:28:53','2026-02-12 21:28:53','951617a3-f2ae-450e-ba70-209c078db6be'),
(28343,28343,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23845],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-12 21:32:21','2026-02-12 21:32:21','83c17c52-cca9-4a82-a186-9afb1eb7b8ef'),
(28349,28349,1,'2026-02-12 17:29:42',NULL,NULL,NULL,1,'2026-02-12 22:29:42','2026-02-12 22:29:42','53a36fca-feca-4481-a535-bda8abeed698'),
(28357,28357,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 22:50:09','2026-02-12 22:50:09','646c319f-719c-4dc5-bd5e-85cc351b5b72'),
(28359,28359,1,'Photo1',NULL,NULL,NULL,1,'2026-02-12 22:50:14','2026-02-12 22:50:14','9525c811-aed0-4b5d-a50d-c2f6a9f39f3e'),
(28371,28371,1,'2026-02-12 19:02:02',NULL,NULL,NULL,1,'2026-02-13 00:02:02','2026-02-13 00:02:02','482f34c0-1931-452b-8b05-55d8280f3b43'),
(28372,28372,1,'Anaya resume 26',NULL,NULL,NULL,1,'2026-02-13 00:02:02','2026-02-13 00:02:02','376a66a7-3fc1-4aca-ae5c-67c4ab12a4f6'),
(28375,28375,1,'Photo1',NULL,NULL,NULL,1,'2026-02-13 00:28:34','2026-02-13 00:28:34','1307557d-7830-4cbe-927a-7b6e73609909'),
(28377,28377,1,'Photo1',NULL,NULL,NULL,1,'2026-02-13 00:28:40','2026-02-13 00:28:40','63db28b4-f271-4625-b57a-244e3a23d7e6'),
(28389,28389,1,'2026-02-12 21:12:49',NULL,NULL,NULL,1,'2026-02-13 02:12:49','2026-02-13 02:12:49','4dfd4e17-6f4f-4c05-81f2-c63c47be919d'),
(28390,28390,1,'LOWENSON 20 T 20 LACADEN 20 Food 20 Service',NULL,NULL,NULL,1,'2026-02-13 02:12:49','2026-02-13 02:12:49','54c47726-f2d8-4654-a554-d50a4161abd3'),
(28392,28392,1,'2026-02-12 21:16:27',NULL,NULL,NULL,1,'2026-02-13 02:16:27','2026-02-13 02:16:27','2cec0b7d-66e8-480d-ab23-96ebfa359486'),
(28463,28463,1,'2026-02-13 00:02:28',NULL,NULL,NULL,1,'2026-02-13 05:02:28','2026-02-13 05:02:28','b2a95495-6e4c-4587-ab2f-e678cc2dab4c'),
(28536,28536,1,'2026-02-13 01:36:31',NULL,NULL,NULL,1,'2026-02-13 06:36:31','2026-02-13 06:36:31','0ee43aac-b1a1-4883-9fd1-48f75e5da721'),
(28537,28537,1,'Kadjedra Henry Resume',NULL,NULL,NULL,1,'2026-02-13 06:36:31','2026-02-13 06:36:31','0761d445-5e7e-431b-a11a-8097b74789d4'),
(28647,28647,1,'2026-02-13 06:35:25',NULL,NULL,NULL,1,'2026-02-13 11:35:25','2026-02-13 11:35:25','f1dc0d59-8a07-490c-be06-841e7ee074ae'),
(28648,28648,1,'Resume',NULL,NULL,NULL,1,'2026-02-13 11:35:25','2026-02-13 11:35:25','f66cf00d-66ec-4470-8df4-19ff0298ea50'),
(28674,28674,1,'2026-02-13 07:05:47',NULL,NULL,NULL,1,'2026-02-13 12:05:47','2026-02-13 12:05:47','ed346d5e-164e-40af-8ef3-31f21b3afbc1'),
(28698,28698,1,'2026-02-13 07:38:37',NULL,NULL,NULL,1,'2026-02-13 12:38:37','2026-02-13 12:38:37','dfdfcef9-3607-4838-8bb1-b48fc2375215'),
(28699,28699,1,'Eric Schmalfuhs',NULL,NULL,NULL,1,'2026-02-13 12:38:37','2026-02-13 12:38:37','19df5433-d12e-4e23-9110-1aeac3203bd1'),
(28727,28727,1,'2026-02-13 09:34:32',NULL,NULL,NULL,1,'2026-02-13 14:34:32','2026-02-13 14:34:32','1a07ba8c-873e-4657-b2d6-235d32813511'),
(28739,28739,1,'2026-02-13 11:34:31',NULL,NULL,NULL,1,'2026-02-13 16:34:31','2026-02-13 16:34:31','323f42ce-1207-403a-9e22-9cf52ba4d59b'),
(28751,28751,1,'CC Legacy Awards 2025 Badge',NULL,NULL,NULL,1,'2026-02-13 16:39:20','2026-02-13 16:39:20','1363e170-af90-49b0-8f29-bfde5460682b'),
(28752,28752,1,'Legacy Award','legacy-award',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Legacy Award\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[9714]}',1,'2026-02-13 16:39:47','2026-02-13 16:39:47','b4727d96-b382-45c5-8121-8de732da69d0'),
(28753,28753,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:39:49','2026-02-13 16:39:49','55fa83df-3e12-4fa5-a26e-6cdb5ded8b8e'),
(28755,28755,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23704],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:40:30','2026-02-13 16:40:30','11641ed8-5a1b-4c70-8950-3f9f87b8d7fb'),
(28757,28757,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23859],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:41:03','2026-02-13 16:41:03','5dbfb606-da85-40e5-b125-1d786d57e045'),
(28760,28760,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23761],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:41:40','2026-02-13 16:41:40','ea0147c6-cdb1-4fc0-8e18-8593aa7dda68'),
(28762,28762,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:41:56','2026-02-13 16:41:56','ddf7e6aa-eca3-440f-b965-f88b08e437f3'),
(28764,28764,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23761],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:42:07','2026-02-13 16:42:07','2390b953-9e1f-4781-9b1d-6424c4695f70'),
(28766,28766,1,'Legacy Award 2025','legacy-award-2025',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Legacy Award 2025\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[28751]}',1,'2026-02-13 16:44:07','2026-02-13 16:44:36','d1eb287e-1a09-4c0b-81d2-146ce1118064'),
(28767,28767,1,'Legacy Award 2025','legacy-award-2025',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Legacy Award 2025\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[28751]}',1,'2026-02-13 16:44:25','2026-02-13 16:44:25','a2ac3828-18f6-4341-a785-a518b0a5aae8'),
(28768,28768,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,28766,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:44:35','2026-02-13 16:44:35','ff7f3479-3505-452c-8e63-97986d7368b5'),
(28770,28770,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,28766,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:46:02','2026-02-13 16:46:02','0a6fb9ff-9f67-4ef2-9a18-5ba280916943'),
(28773,28773,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:46:12','2026-02-13 16:46:12','df5e0501-af0c-41b8-a8b4-b7d2413a990a'),
(28775,28775,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,28766,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:46:27','2026-02-13 16:46:27','b3b51206-1785-47f8-ae04-1c96c31de539'),
(28777,28777,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,28766,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23802],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:46:50','2026-02-13 16:46:50','f0a45ed9-59a5-4c02-8e78-239037f06967'),
(28779,28779,1,'2026-02-13 11:47:06',NULL,NULL,NULL,1,'2026-02-13 16:47:06','2026-02-13 16:47:06','7ef28600-fd8b-422e-9ea8-0a560195df07'),
(28780,28780,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23764],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:47:22','2026-02-13 16:47:22','efbddc3d-6239-4501-a90a-7d51364e41fe'),
(28783,28783,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:47:43','2026-02-13 16:47:43','d9dc7f3d-c56c-4fcb-aa0a-ac7f5ee82317'),
(28785,28785,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,28766,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:48:06','2026-02-13 16:48:06','8c2f92cd-d9cb-432c-82d5-ad9d0e375ada'),
(28787,28787,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 16:48:25','2026-02-13 16:48:25','bd9b0f8d-803c-4f00-8fc8-b914fcaf2c99'),
(28791,28791,1,'2026-02-13 12:03:06',NULL,NULL,NULL,1,'2026-02-13 17:03:06','2026-02-13 17:03:06','b7ac089f-99f5-4029-ba8e-6068a0bf0b2f'),
(28792,28792,1,'2026-02-13 12:03:44',NULL,NULL,NULL,1,'2026-02-13 17:03:44','2026-02-13 17:03:44','9d5207f0-c78a-4983-83bb-e2503abb299a'),
(28793,28793,1,'KP Resume October 2025',NULL,NULL,NULL,1,'2026-02-13 17:03:44','2026-02-13 17:03:44','d8622d71-050a-488c-aa3c-f768a8dae338'),
(28794,28794,1,'2026-02-13 12:05:58',NULL,NULL,NULL,1,'2026-02-13 17:05:58','2026-02-13 17:05:58','146ddf31-1888-46d8-9cb2-6665417fd5a9'),
(28799,28799,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Assistance with admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:09:43','2026-02-13 17:09:43','b7b249c0-4356-4846-8d39-3be355ff699e'),
(28801,28801,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Dietician-approved meals served in the comfort of residents’ rooms\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Assistance with admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:12:13','2026-02-13 17:12:13','98381fc1-39a4-4b43-a5a4-1e8e83ce0e08'),
(28805,28805,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10410],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:33:30','2026-02-13 17:33:30','fb81e017-8565-43d6-8684-fd771154b06b'),
(28808,28808,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:35:01','2026-02-13 17:35:01','33d3a0ca-10a5-4075-91d8-da3cf40ed5ab'),
(28810,28810,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23701],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:35:31','2026-02-13 17:35:31','9cac62b3-4249-4ea1-a61a-8a3ec7f891c4'),
(28812,28812,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,28766,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23802],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:35:58','2026-02-13 17:35:58','a16fc8c7-9422-4cdd-a73c-31d9f9345d11'),
(28814,28814,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:36:30','2026-02-13 17:36:30','dd8ec850-ee4d-41ce-bf3c-bfb0b87afcda'),
(28815,28815,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23776],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:37:00','2026-02-13 17:37:00','7d6f6cee-5419-466a-92a2-ef5481cf2416'),
(28817,28817,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23804],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:37:26','2026-02-13 17:37:26','ea911da7-f3a7-4ead-b689-538ce7a10c53'),
(28819,28819,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23854],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:37:52','2026-02-13 17:37:52','ab7ca325-0806-4f13-9cfd-753082216dd3'),
(28821,28821,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23691],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-care-age-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:38:17','2026-02-13 17:38:17','2a710e9f-06f2-4fa9-835a-0a6ebc22ca92'),
(28823,28823,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NSKPFW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NSKPFW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:38:45','2026-02-13 17:38:45','7301cbda-64a0-4bc8-8cf4-cec356074e61'),
(28825,28825,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23857],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:40:40','2026-02-13 17:40:40','2f647e6f-7f02-40d1-8fdf-149e1b0c5dea'),
(28827,28827,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12275],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccdawnview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N8J9X585\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N8J9X585\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:41:11','2026-02-13 17:41:11','e040a25a-a924-4ec8-a4b7-d7ded520e888'),
(28829,28829,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23743],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfoxhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TCS9ZGX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TCS9ZGX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:41:38','2026-02-13 17:41:38','5beb69ef-56fc-4e90-b8a2-7fcbd3baeef5'),
(28831,28831,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-germantown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:42:04','2026-02-13 17:42:04','f85b3346-5583-40de-8802-8ecab9a3637a'),
(28833,28833,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23746],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareglendale.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WSTSDZT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WSTSDZT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:42:52','2026-02-13 17:42:52','aca916e5-6a5a-4cb4-9cd8-fa4732a489c2'),
(28835,28835,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-glendale-west-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:43:19','2026-02-13 17:43:19','9a070985-2441-4bdf-86f5-8e4300366e94'),
(28837,28837,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-grande-prairie-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NHVQC4L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NHVQC4L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:43:49','2026-02-13 17:43:49','bdb124de-6e9a-4e17-a231-1286ee89d56d'),
(28839,28839,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23749],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KC877J8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KC877J8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:45:32','2026-02-13 17:45:32','0fe01d2a-df8e-4202-aa43-4125d5f2e035'),
(28841,28841,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23694],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T4WH9SR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T4WH9SR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:45:59','2026-02-13 17:45:59','92513545-90ef-44e8-939c-25c7c19c60a8'),
(28843,28843,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-hales-corners-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:46:30','2026-02-13 17:46:30','07b641c9-8410-41e7-aa38-71685b9bbb1e'),
(28845,28845,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23819],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:47:06','2026-02-13 17:47:06','800cf701-9f5a-4af1-9d56-fc652b5dd568'),
(28847,28847,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23755],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T32PWBD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T32PWBD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:47:30','2026-02-13 17:47:30','edb94bfc-d1f8-4004-b3c5-6d29f0827f71'),
(28849,28849,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8864,8869,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:47:53','2026-02-13 17:47:53','d65609c2-c9bf-45aa-8284-1cc218d83ae3'),
(28851,28851,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12281],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareheritage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRDHM57\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRDHM57\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:48:17','2026-02-13 17:48:17','ab55be0c-065d-492c-919a-ba57ff61b3ad'),
(28854,28854,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Dietician-approved meals served in the comfort of residents’ rooms\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Assistance with admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:48:50','2026-02-13 17:48:50','e958cb7e-4467-44cc-bd18-e79bd1b1542f'),
(28856,28856,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23863],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:49:48','2026-02-13 17:49:48','c3bc9c29-3596-42fb-b4e7-e652f849a85e'),
(28857,28857,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23779],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:50:26','2026-02-13 17:50:26','828ae075-4bd3-4325-8570-129003720480'),
(28860,28860,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:50:57','2026-02-13 17:50:57','4efd2faa-7e92-495d-a311-6b381e59d4c9'),
(28862,28862,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23758],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-north-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:51:26','2026-02-13 17:51:26','30f5ee45-38be-4e8c-b5ed-1985444da613'),
(28864,28864,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23761],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:51:51','2026-02-13 17:51:51','91f8c2c5-fdb5-4639-8fe6-c28ec85ee2fd'),
(28866,28866,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23866],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NCHWD3P\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NCHWD3P\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:52:22','2026-02-13 17:52:22','d7a5e479-1d9d-4f73-8fa3-db31b11b4cab'),
(28868,28868,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaplata.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WGBQRVM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WGBQRVM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:52:48','2026-02-13 17:52:48','07b09783-64e6-475c-a40a-256496b169d9'),
(28870,28870,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:53:26','2026-02-13 17:53:26','128e92c5-2489-4289-91a6-407edaf1b31b'),
(28872,28872,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-manitowoc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:53:53','2026-02-13 17:53:53','3363e2b1-a8d9-4e4a-b7a5-83f0701626c4'),
(28874,28874,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23770],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15380],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M9N5T2ZR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M9N5T2ZR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:54:21','2026-02-13 17:54:21','aea33eb3-8f08-47ef-ba81-d4e242cee5cb'),
(28876,28876,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12467],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmeriden.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KZNV5KD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KZNV5KD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:54:52','2026-02-13 17:54:52','ee6e46b9-c312-4c95-b0e8-44e4f1356ebe'),
(28879,28879,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23770],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15380],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M9N5T2ZR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M9N5T2ZR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:55:20','2026-02-13 17:55:20','8eca54ea-58b3-451d-a7ec-8f7ac71597f6'),
(28882,28882,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23764],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:55:48','2026-02-13 17:55:48','3e12b9d9-268a-407f-99f7-8367fd4b67d3'),
(28883,28883,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23874],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:56:18','2026-02-13 17:56:18','6ecf07fb-8749-48e5-83be-7ea533d07d57'),
(28885,28885,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:56:49','2026-02-13 17:56:49','32817f18-22ac-4171-ab3a-58203ee29734'),
(28887,28887,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-nazareth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVVTR8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVVTR8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:57:19','2026-02-13 17:57:19','7187dc54-0cc0-46ad-af54-6cec1a4cc3bf'),
(28889,28889,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[23783],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareoakridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M829X4S\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M829X4S\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:57:53','2026-02-13 17:57:53','559c61c5-2dc3-43fa-9415-d621fb3324f7'),
(28890,28890,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23878],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:58:20','2026-02-13 17:58:20','209fd6c3-6a27-49f3-ba16-52c1d431ee72'),
(28893,28893,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-ridgewood-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:58:53','2026-02-13 17:58:53','307b4286-bf7e-469b-aa31-be1b3c11c6f5'),
(28895,28895,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23773],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15374],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M7839PNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M7839PNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 17:59:45','2026-02-13 17:59:45','741f8312-0316-4c26-8e7a-283afd23f403'),
(28898,28898,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23881],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W95NZRD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W95NZRD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:00:12','2026-02-13 18:00:12','d91cfa9b-19e0-4a0c-bb41-f5791a0c21ac'),
(28900,28900,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23792],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsilverlake.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N84HBW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N84HBW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:00:35','2026-02-13 18:00:35','1e86eee2-be00-46f5-adfd-1fc1becfeec3'),
(28902,28902,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,28766,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@southpointecrc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:01:07','2026-02-13 18:01:07','c036da9c-2a11-4831-8565-b3c42340819c'),
(28906,28906,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccspringbrook.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-K58KBDM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-K58KBDM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:02:09','2026-02-13 18:02:09','60671db7-ca93-4f6a-a438-bc5e08f768ec'),
(28909,28909,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23767],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15384],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NBQ9PT7V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NBQ9PT7V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:02:42','2026-02-13 18:02:42','4f56e724-bb29-4b98-9c5b-1fcb94108d6c'),
(28911,28911,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:03:06','2026-02-13 18:03:06','5328b5af-6ad9-4fdf-abc7-258bdb936edb'),
(28913,28913,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:03:27','2026-02-13 18:03:27','4bae6ec9-45cd-409f-9b09-a3f8c03f3ac7'),
(28916,28916,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23737],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:03:48','2026-02-13 18:03:48','500f5b28-ebd1-49ec-b042-5bfdb1dfd03f'),
(28918,28918,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23795],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwheaton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MLB9LV3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MLB9LV3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:04:10','2026-02-13 18:04:10','3b3c53fd-af1a-4e50-810a-22e1885819db'),
(28921,28921,1,'Annapolis Calendar',NULL,NULL,NULL,1,'2026-02-13 18:10:16','2026-03-04 20:22:18','26abdf93-4f92-4d48-a4a8-6d914d038427'),
(28922,28922,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[28921],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:10:18','2026-02-13 18:10:18','f4f445cc-8736-4014-ace8-556f312396c3'),
(28929,28929,1,'Annapolis AD 1',NULL,NULL,NULL,1,'2026-02-13 18:14:27','2026-02-13 18:14:27','955706ab-7d87-4d93-92b2-63e0e0824592'),
(28930,28930,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[28921],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-13 18:14:35','2026-02-13 18:14:35','38852a2e-f430-402d-ac85-0477e8e966c8'),
(28931,28931,1,'Hilary Jones','andrea-aggasid',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Hilary Jones\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[28929]}',1,'2026-02-13 18:14:35','2026-02-13 18:14:35','d316b462-bddd-4aba-88e8-a2fecbce1e4e'),
(28956,28956,1,'2026-02-13 13:55:02',NULL,NULL,NULL,1,'2026-02-13 18:55:02','2026-02-13 18:55:02','17dc0ee2-f6bc-41aa-b581-208e5f539044'),
(28967,28967,1,'2026-02-13 14:38:07',NULL,NULL,NULL,1,'2026-02-13 19:38:07','2026-02-13 19:38:07','0c31241b-1e19-4871-8e0b-14a5d0eaf5c3'),
(28985,28985,1,'2026-02-13 15:04:24',NULL,NULL,NULL,1,'2026-02-13 20:04:24','2026-02-13 20:04:24','712014b6-2f6c-44f6-8edf-a409515a3f8f'),
(28998,28998,1,'2026-02-13 15:17:30',NULL,NULL,NULL,1,'2026-02-13 20:17:30','2026-02-13 20:17:30','83fecd9b-ad39-4ebf-98c2-6ea65a5aa630'),
(29006,29006,1,'2026-02-13 15:23:58',NULL,NULL,NULL,1,'2026-02-13 20:23:58','2026-02-13 20:23:58','e51a761c-7baf-4abd-96b7-60f850e8ee1e'),
(29007,29007,1,'2026-02-13 15:26:48',NULL,NULL,NULL,1,'2026-02-13 20:26:48','2026-02-13 20:26:48','6e226adb-aa32-4230-932a-072a29a94d47'),
(29038,29038,1,'2026-02-13 16:13:02',NULL,NULL,NULL,1,'2026-02-13 21:13:02','2026-02-13 21:13:02','cb082b86-4b9b-43e0-b8a7-22b36940518a'),
(29045,29045,1,'2026-02-13 16:34:38',NULL,NULL,NULL,1,'2026-02-13 21:34:38','2026-02-13 21:34:38','bf33112e-9ffc-43ce-82cf-6f411ca5260c'),
(29047,29047,1,'2026-02-13 16:53:14',NULL,NULL,NULL,1,'2026-02-13 21:53:14','2026-02-13 21:53:14','189eca53-d357-4ca1-bb7e-d2d076d49882'),
(29060,29060,1,'2026-02-13 20:18:55',NULL,NULL,NULL,1,'2026-02-14 01:18:55','2026-02-14 01:18:55','07e2b143-5dda-49d9-806a-16739932286d'),
(29067,29067,1,'2026-02-13 21:33:01',NULL,NULL,NULL,1,'2026-02-14 02:33:01','2026-02-14 02:33:01','2ef2b629-faaf-4caf-9c6c-3053bff72bad'),
(29068,29068,1,'KMB 2',NULL,NULL,NULL,1,'2026-02-14 02:33:01','2026-02-14 02:33:01','b75038b6-ef61-41b5-818a-fd20a54169bc'),
(29093,29093,1,'2026-02-14 00:04:40',NULL,NULL,NULL,1,'2026-02-14 05:04:40','2026-02-14 05:04:40','d8e3f6cb-a074-4251-9fb3-e647d33657a2'),
(29094,29094,1,'2026-02-14 00:05:23',NULL,NULL,NULL,1,'2026-02-14 05:05:23','2026-02-14 05:05:23','88bd8934-c863-474c-906c-b8514f6b4961'),
(29096,29096,1,'2026-02-14 00:06:08',NULL,NULL,NULL,1,'2026-02-14 05:06:08','2026-02-14 05:06:08','6c0a252e-a3e5-4549-8dfc-99461b984a47'),
(29097,29097,1,'2026-02-14 00:06:35',NULL,NULL,NULL,1,'2026-02-14 05:06:35','2026-02-14 05:06:35','58302665-619c-4b93-bd00-ac3b5b2ef81e'),
(29211,29211,1,'2026-02-14 07:39:22',NULL,NULL,NULL,1,'2026-02-14 12:39:22','2026-02-14 12:39:22','f818d2db-5a81-4b31-b14d-386b7f2bef15'),
(29271,29271,1,'2026-02-14 08:58:04',NULL,NULL,NULL,1,'2026-02-14 13:58:04','2026-02-14 13:58:04','69ef0b8a-79fc-4914-a7d2-0b0fc8890724'),
(29321,29321,1,'2026-02-14 15:48:31',NULL,NULL,NULL,1,'2026-02-14 20:48:31','2026-02-14 20:48:31','a0bd1aeb-6800-4c92-89cc-27b716350060'),
(29327,29327,1,'2026-02-14 16:17:52',NULL,NULL,NULL,1,'2026-02-14 21:17:52','2026-02-14 21:17:52','f811614c-35f1-4ce5-a6f8-81be44b74e5b'),
(29328,29328,1,'Ipcert 1',NULL,NULL,NULL,1,'2026-02-14 21:17:52','2026-02-14 21:17:52','dacc340e-a239-4f58-be67-7658e7c07e6b'),
(29333,29333,1,'2026-02-14 17:04:05',NULL,NULL,NULL,1,'2026-02-14 22:04:05','2026-02-14 22:04:05','89193008-6fbe-4ac1-9ade-1206f341ed89'),
(29334,29334,1,'Resume',NULL,NULL,NULL,1,'2026-02-14 22:04:05','2026-02-14 22:04:05','96d6c4a5-e5b9-4e53-8657-a5f6e68827bd'),
(29376,29376,1,'2026-02-14 18:54:49',NULL,NULL,NULL,1,'2026-02-14 23:54:49','2026-02-14 23:54:49','162aee29-ecbb-46d9-b66e-4268e92fe8eb'),
(29377,29377,1,'Resume26',NULL,NULL,NULL,1,'2026-02-14 23:54:49','2026-02-14 23:54:49','e3282b15-4e17-49d8-906a-dc9ff7f0a5f5'),
(29423,29423,1,'2026-02-14 20:25:55',NULL,NULL,NULL,1,'2026-02-15 01:25:55','2026-02-15 01:25:55','82f8c34a-a25b-49c6-9551-7b97f4fb9dff'),
(30362,30362,1,'Photo1',NULL,NULL,NULL,1,'2026-02-15 12:37:24','2026-02-15 12:37:24','de8268db-da8a-42d2-ba73-72ae4b85bf63'),
(30364,30364,1,'Photo1',NULL,NULL,NULL,1,'2026-02-15 12:37:28','2026-02-15 12:37:28','cf07d39b-9e7a-4e62-aaa1-77afa54746ea'),
(30424,30424,1,'2026-02-15 10:45:27',NULL,NULL,NULL,1,'2026-02-15 15:45:27','2026-02-15 15:45:27','1a24bf01-9b2d-4c59-a504-573d2eae3477'),
(30430,30430,1,'2026-02-15 12:29:28',NULL,NULL,NULL,1,'2026-02-15 17:29:28','2026-02-15 17:29:28','7affe3fe-01df-4285-8a26-3b6314126292'),
(30437,30437,1,'Photo1',NULL,NULL,NULL,1,'2026-02-15 18:49:09','2026-02-15 18:49:09','cc7b179a-2bec-4aaf-85f1-294af74f882c'),
(30439,30439,1,'Photo1',NULL,NULL,NULL,1,'2026-02-15 18:49:18','2026-02-15 18:49:18','1a6f6544-f19e-4225-810e-fad213605b28'),
(30447,30447,1,'2026-02-15 15:16:22',NULL,NULL,NULL,1,'2026-02-15 20:16:22','2026-02-15 20:16:22','8a74b714-720a-40d7-9720-60f84413bb62'),
(30451,30451,1,'2026-02-15 15:43:03',NULL,NULL,NULL,1,'2026-02-15 20:43:03','2026-02-15 20:43:03','46ccf0ca-2ad3-48d6-a1f2-5f28a86ca7e4'),
(30456,30456,1,'2026-02-15 16:36:41',NULL,NULL,NULL,1,'2026-02-15 21:36:41','2026-02-15 21:36:41','21eab600-8e70-4a34-9659-bf2fdf89a735'),
(30496,30496,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 00:02:59','2026-02-16 00:02:59','560d7224-b2b3-4177-8c94-d8b8926979a9'),
(30498,30498,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 00:03:05','2026-02-16 00:03:05','f18f2a1a-f6ca-46cb-a09d-102a8a8c208f'),
(30522,30522,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 00:26:51','2026-02-16 00:26:51','52f9bb3d-3410-445d-ba61-5aeb2eb5a500'),
(30524,30524,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 00:26:56','2026-02-16 00:26:56','4186c174-1100-4c19-b5bc-7bce0b13a53f'),
(30545,30545,1,'2026-02-15 20:25:15',NULL,NULL,NULL,1,'2026-02-16 01:25:15','2026-02-16 01:25:15','5f5a203b-3193-4e8f-9ac0-24394e0b18b0'),
(30549,30549,1,'2026-02-15 21:01:18',NULL,NULL,NULL,1,'2026-02-16 02:01:18','2026-02-16 02:01:18','6e3cc939-3e84-47ec-ad9a-c3103955b490'),
(30560,30560,1,'2026-02-15 23:10:55',NULL,NULL,NULL,1,'2026-02-16 04:10:55','2026-02-16 04:10:55','96162469-f2d9-4bff-9fc2-342f4ee7df20'),
(30561,30561,1,'26 Resume',NULL,NULL,NULL,1,'2026-02-16 04:10:55','2026-02-16 04:10:55','2690b566-bd79-4887-9017-bf2b00526068'),
(30563,30563,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 04:19:42','2026-02-16 04:19:42','0f922af4-196a-4b04-b713-6906fa4b16b8'),
(30565,30565,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 04:19:46','2026-02-16 04:19:46','dd6dded3-cd37-4201-9c9c-f036a68562fe'),
(30603,30603,1,'2026-02-16 00:52:26',NULL,NULL,NULL,1,'2026-02-16 05:52:26','2026-02-16 05:52:26','be9d8239-8e93-4c69-a647-1dbd8083ad99'),
(30604,30604,1,'Resume',NULL,NULL,NULL,1,'2026-02-16 05:52:26','2026-02-16 05:52:26','d96f5702-e183-49f0-ad2e-d9156836d9d0'),
(30664,30664,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 06:51:29','2026-02-16 06:51:29','4b88811a-4c49-4485-bf7c-d3736254c2d5'),
(30666,30666,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 06:51:34','2026-02-16 06:51:34','cd535208-edfe-48a2-b0cb-45ef8680eb33'),
(30730,30730,1,'2026-02-16 04:52:47',NULL,NULL,NULL,1,'2026-02-16 09:52:47','2026-02-16 09:52:47','b281d8c1-d13d-46f2-85a5-89a0deb1bee2'),
(30762,30762,1,'2026-02-16 05:38:54',NULL,NULL,NULL,1,'2026-02-16 10:38:54','2026-02-16 10:38:54','4edc94bd-2727-4e13-87ca-460d3d2a2a76'),
(30763,30763,1,'My resume 2',NULL,NULL,NULL,1,'2026-02-16 10:38:54','2026-02-16 10:38:54','5d3eea60-6247-476a-ba93-1f2505f8bc98'),
(30810,30810,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 12:06:14','2026-02-16 12:06:14','c176d465-bcc1-4101-b3a9-031d8ce7e499'),
(30812,30812,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 12:06:19','2026-02-16 12:06:19','52bd00a8-0cbe-4c20-bf77-3c3394af7226'),
(30822,30822,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 12:23:11','2026-02-16 12:23:11','36f501cc-39e2-4cee-a248-30dc191dc6be'),
(30824,30824,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 12:23:17','2026-02-16 12:23:17','2d58cda9-fd2a-4104-87d5-daf02753e3e0'),
(30865,30865,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 13:32:34','2026-02-16 13:32:34','0082f7b2-2d26-4728-8796-3a1ba2f1b6e9'),
(30867,30867,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 13:32:38','2026-02-16 13:32:38','0003c092-7130-4291-9649-b25108485ad2'),
(30883,30883,1,'2026-02-16 09:07:00',NULL,NULL,NULL,1,'2026-02-16 14:07:00','2026-02-16 14:07:00','9489f0a3-e9bd-400a-8e66-5673062a1464'),
(30886,30886,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 14:07:30','2026-02-16 14:07:30','f2427262-06f5-4d8c-9347-81a0938eefa2'),
(30888,30888,1,'Photo1',NULL,NULL,NULL,1,'2026-02-16 14:07:35','2026-02-16 14:07:35','a58ae222-b614-4d1c-902d-f5f1c034c74e'),
(30913,30913,1,'2026-02-16 10:07:55',NULL,NULL,NULL,1,'2026-02-16 15:07:55','2026-02-16 15:07:55','43932386-5d37-4277-a62e-3a99cc318e1d'),
(30921,30921,1,'2026-02-16 10:37:30',NULL,NULL,NULL,1,'2026-02-16 15:37:30','2026-02-16 15:37:30','f1026301-0edf-4427-ae75-7b817c9157ce'),
(30924,30924,1,'2026-02-16 10:41:36',NULL,NULL,NULL,1,'2026-02-16 15:41:36','2026-02-16 15:41:36','632d765a-0093-44c4-ae12-2effd7db4795'),
(30937,30937,1,'2026-02-16 11:20:37',NULL,NULL,NULL,1,'2026-02-16 16:20:37','2026-02-16 16:20:37','c4576c87-f324-4492-a273-d2e02658e4de'),
(30938,30938,1,'Kimoras Resume',NULL,NULL,NULL,1,'2026-02-16 16:20:37','2026-02-16 16:20:37','0315061d-35c1-45d4-b5bf-7ad27c431b9d'),
(30966,30966,1,'2026-02-16 13:20:41',NULL,NULL,NULL,1,'2026-02-16 18:20:41','2026-02-16 18:20:41','f191d69c-50ac-4817-81c1-238456dedbf4'),
(30967,30967,1,'2026-02-16 13:23:27',NULL,NULL,NULL,1,'2026-02-16 18:23:27','2026-02-16 18:23:27','df7b3cee-ff5b-4321-bfd9-dab3683d6413'),
(30969,30969,1,'2026-02-16 13:28:17',NULL,NULL,NULL,1,'2026-02-16 18:28:17','2026-02-16 18:28:17','bb8d3de4-b6ad-4856-a99b-17474069dcb5'),
(30970,30970,1,'LB Resume Indeed',NULL,NULL,NULL,1,'2026-02-16 18:28:17','2026-02-16 18:28:17','4a60ada7-7201-4a6b-a713-86c293cec8e8'),
(30973,30973,1,'2026-02-16 13:29:29',NULL,NULL,NULL,1,'2026-02-16 18:29:29','2026-02-16 18:29:29','18b19a0b-7062-4657-81b2-c02be2d1a924'),
(30976,30976,1,'2026-02-16 13:47:06',NULL,NULL,NULL,1,'2026-02-16 18:47:06','2026-02-16 18:47:06','fd9f04aa-c83b-4a00-94c1-58fe0e3f6a98'),
(30977,30977,1,'Phillp Cooley II Resume 2025 26',NULL,NULL,NULL,1,'2026-02-16 18:47:06','2026-02-16 18:47:06','56917064-f83a-4658-89b1-d82d1dff839f'),
(30984,30984,1,'2026-02-16 14:17:14',NULL,NULL,NULL,1,'2026-02-16 19:17:14','2026-02-16 19:17:14','f4ab2e2e-ea09-41b8-9cb2-e017ec72f175'),
(30988,30988,1,'2026-02-16 14:51:56',NULL,NULL,NULL,1,'2026-02-16 19:51:56','2026-02-16 19:51:56','23233108-ddd1-4a5e-b741-5e4adbbc7746'),
(30990,30990,1,'2026-02-16 14:56:36',NULL,NULL,NULL,1,'2026-02-16 19:56:36','2026-02-16 19:56:36','14f75292-9f36-439a-867f-b5af64751785'),
(30993,30993,1,'2026-02-16 15:08:29',NULL,NULL,NULL,1,'2026-02-16 20:08:29','2026-02-16 20:08:29','53806600-547f-43b6-a862-b2351d7d0f88'),
(30995,30995,1,'2026-02-16 15:21:14',NULL,NULL,NULL,1,'2026-02-16 20:21:14','2026-02-16 20:21:14','56b5c8b6-ff9d-4725-afb4-9041d19ba7c8'),
(30998,30998,1,'2026-02-16 15:25:04',NULL,NULL,NULL,1,'2026-02-16 20:25:04','2026-02-16 20:25:04','5048025a-84c6-4bcc-aae3-ebee1edc94c5'),
(30999,30999,1,'Carlton Allen Resume',NULL,NULL,NULL,1,'2026-02-16 20:25:04','2026-02-16 20:25:04','759bbe93-e13e-437e-a232-b965daa7e3dd'),
(31001,31001,1,'2026-02-16 15:41:31',NULL,NULL,NULL,1,'2026-02-16 20:41:31','2026-02-16 20:41:31','d0c7e4f9-306e-4e6a-bccf-a3dfa81f6971'),
(31004,31004,1,'My resume',NULL,NULL,NULL,1,'2026-02-16 20:42:18','2026-02-16 20:42:18','9724a0b2-acaf-46d7-900c-3bb3c78873e3'),
(31008,31008,1,'2026-02-16 16:03:56',NULL,NULL,NULL,1,'2026-02-16 21:03:56','2026-02-16 21:03:56','eb8f7c89-0778-44d0-8b33-3ab1c7659b13'),
(31022,31022,1,'2026-02-16 17:13:20',NULL,NULL,NULL,1,'2026-02-16 22:13:20','2026-02-16 22:13:20','a6095400-fbce-446c-9e2b-0cc50a66ec81'),
(31023,31023,1,'2026-02-16 17:13:26',NULL,NULL,NULL,1,'2026-02-16 22:13:26','2026-02-16 22:13:26','9d179e91-9f2d-4ed5-a7e4-f66e2edcee91'),
(31024,31024,1,'2026-02-16 17:13:30',NULL,NULL,NULL,1,'2026-02-16 22:13:30','2026-02-16 22:13:30','37650d34-0653-4faa-9a84-18f08ce6a9ed'),
(31025,31025,1,'2026-02-16 17:13:35',NULL,NULL,NULL,1,'2026-02-16 22:13:35','2026-02-16 22:13:35','8445dc91-1b68-43a3-8c90-1be9ba8ed83d'),
(31040,31040,1,'2026-02-16 18:13:39',NULL,NULL,NULL,1,'2026-02-16 23:13:39','2026-02-16 23:13:39','b4c14ec8-9955-4272-9d90-2aeb4ffdad2c'),
(31057,31057,1,'2026-02-16 19:16:13',NULL,NULL,NULL,1,'2026-02-17 00:16:13','2026-02-17 00:16:13','b29e9180-4d92-4c72-b4b3-f2e68960473e'),
(31058,31058,1,'Resume',NULL,NULL,NULL,1,'2026-02-17 00:16:13','2026-02-17 00:16:13','b3adb56b-1323-44bd-878a-a2851950dd59'),
(31066,31066,1,'2026-02-16 19:48:27',NULL,NULL,NULL,1,'2026-02-17 00:48:27','2026-02-17 00:48:27','c2ce4a81-03b5-4c06-8cd6-510fdf68c75a'),
(31079,31079,1,'2026-02-16 20:16:28',NULL,NULL,NULL,1,'2026-02-17 01:16:28','2026-02-17 01:16:28','a72d5ea4-11c1-42e5-8b71-e5836e3ffe8d'),
(31080,31080,1,'2026-02-16 20:17:02',NULL,NULL,NULL,1,'2026-02-17 01:17:02','2026-02-17 01:17:02','51beb5f6-0008-406e-a063-d18add1a3262'),
(31099,31099,1,'Photo1',NULL,NULL,NULL,1,'2026-02-17 02:13:59','2026-02-17 02:13:59','1bde8999-cea2-4ecc-934e-b74608cf47a7'),
(31101,31101,1,'Photo1',NULL,NULL,NULL,1,'2026-02-17 02:14:03','2026-02-17 02:14:03','736afd49-3816-405b-85a9-ce708cdbf7f4'),
(31114,31114,1,'2026-02-16 21:50:27',NULL,NULL,NULL,1,'2026-02-17 02:50:27','2026-02-17 02:50:27','ece82b6e-79e7-4cf5-94e9-19e6d0c9544e'),
(31119,31119,1,'2026-02-16 21:55:56',NULL,NULL,NULL,1,'2026-02-17 02:55:56','2026-02-17 02:55:56','6e604eba-2a39-4a87-9c78-2f692494ffb8'),
(31120,31120,1,'Vanita Adridge 2',NULL,NULL,NULL,1,'2026-02-17 02:55:56','2026-02-17 02:55:56','14b12867-b812-4dab-abfe-c479f6ea5de8'),
(31125,31125,1,'2026-02-16 22:04:05',NULL,NULL,NULL,1,'2026-02-17 03:04:05','2026-02-17 03:04:05','8ccede98-4d93-497b-87a4-5e37ee7900d2'),
(31129,31129,1,'2026-02-16 22:29:33',NULL,NULL,NULL,1,'2026-02-17 03:29:33','2026-02-17 03:29:33','d93c863f-0530-4a62-a819-2bb233e57c4c'),
(31130,31130,1,'2024 RN resume with picture',NULL,NULL,NULL,1,'2026-02-17 03:29:33','2026-02-17 03:29:33','dd12012e-8b40-4ec3-9b9f-1501b8804e56'),
(31285,31285,1,'2026-02-17 06:44:29',NULL,NULL,NULL,1,'2026-02-17 11:44:29','2026-02-17 11:44:29','797e2d85-046b-4e89-bb8f-0a9ecd9383eb'),
(31288,31288,1,'Resume',NULL,NULL,NULL,1,'2026-02-17 11:46:53','2026-02-17 11:46:53','42c0ccc2-8158-47c1-9d17-8ca21304559a'),
(31307,31307,1,'2026-02-17 07:50:25',NULL,NULL,NULL,1,'2026-02-17 12:50:25','2026-02-17 12:50:25','8b09e1c5-8b56-4b00-ab76-2a12f730f470'),
(31351,31351,1,'2026-02-17 08:49:33',NULL,NULL,NULL,1,'2026-02-17 13:49:32','2026-02-17 13:49:33','5eba3749-fdd6-43d4-a15b-ebaeb3bf0112'),
(31404,31404,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23827],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccinglemoor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TKB4RWC\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TKB4RWC\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-17 14:54:15','2026-02-17 14:54:15','40f0d215-63b4-4411-96da-5eac5a6e830b'),
(31405,31405,1,'Trevor Dublin','trevor-dublin',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Trevor Dublin\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-02-17 14:54:15','2026-02-17 14:54:15','7f2b05b9-9139-40ca-9d78-4225d3eecd57'),
(31411,31411,1,'N/A','n-a',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"N/A\"}',1,'2026-02-17 15:02:03','2026-02-17 15:02:03','521a7fbc-b940-4842-a769-cd0096ed34fd'),
(31412,31412,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23795],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwheaton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MLB9LV3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MLB9LV3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-17 15:02:03','2026-02-17 15:02:03','dfd45455-4c71-4f42-a794-a28357488189'),
(31413,31413,1,'N/A','n-a',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"N/A\"}',1,'2026-02-17 15:02:03','2026-02-17 15:02:03','27fbd1eb-90d1-4f86-962b-829553e40f73'),
(31416,31416,1,'2026-02-17 10:10:29',NULL,NULL,NULL,1,'2026-02-17 15:10:29','2026-02-17 15:10:29','bef5d031-0f79-4254-8bf0-84518f7ac584'),
(31417,31417,1,'Resume 2025',NULL,NULL,NULL,1,'2026-02-17 15:10:29','2026-02-17 15:10:29','533eb967-396c-4ebb-adaf-a3a93dc6459a'),
(31425,31425,1,'Hagerstown AD 1',NULL,NULL,NULL,1,'2026-02-17 15:30:48','2026-02-17 15:30:48','6b7ec064-2a52-4748-b2a3-c37f15e7617e'),
(31427,31427,1,'Lauren Gwinn','lauren-gwinn',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lauren Gwinn\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[31425]}',1,'2026-02-17 15:30:53','2026-02-17 15:30:53','ff6153d9-a9cb-4887-ae24-8fbdac5b71a0'),
(31428,31428,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23694],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T4WH9SR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T4WH9SR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-17 15:30:53','2026-02-17 15:30:53','5ff9b7c1-938e-44dc-910d-a3d709f6c42e'),
(31429,31429,1,'Lauren Gwinn','lauren-gwinn',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Lauren Gwinn\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[31425]}',1,'2026-02-17 15:30:53','2026-02-17 15:30:53','b37f2fb3-25f1-4334-9b52-30d524d060be'),
(31441,31441,1,'2026-02-17 12:18:28',NULL,NULL,NULL,1,'2026-02-17 17:18:28','2026-02-17 17:18:28','2e1ef140-d2b5-40df-a699-25dabf1e0f5b'),
(31442,31442,1,'2026-02-17 12:19:27',NULL,NULL,NULL,1,'2026-02-17 17:19:27','2026-02-17 17:19:27','38da27d0-01bc-4da9-b10f-eada5ca07418'),
(31443,31443,1,'2026-02-17 12:19:41',NULL,NULL,NULL,1,'2026-02-17 17:19:41','2026-02-17 17:19:41','deb4965d-3d6e-479f-b2ec-5347bd0eb158'),
(31448,31448,1,'2026-02-17 12:56:30',NULL,NULL,NULL,1,'2026-02-17 17:56:30','2026-02-17 17:56:30','08cc6696-d8ca-4298-92d6-107f600f9f85'),
(31451,31451,1,'2026-02-17 13:07:57',NULL,NULL,NULL,1,'2026-02-17 18:07:57','2026-02-17 18:07:57','87e68f36-2de7-47ed-b571-7d5a6f435323'),
(31455,31455,1,'2026-02-17 14:02:54',NULL,NULL,NULL,1,'2026-02-17 19:02:54','2026-02-17 19:02:54','5f99afc9-3cba-4866-ab0b-6e4ed23432dc'),
(31477,31477,1,'2026-02-17 15:39:30',NULL,NULL,NULL,1,'2026-02-17 20:39:30','2026-02-17 20:39:30','24937ff1-0c14-46fe-8d4e-5386a8355958'),
(31504,31504,1,'2026-02-17 16:06:55',NULL,NULL,NULL,1,'2026-02-17 21:06:55','2026-02-17 21:06:55','242d6c5d-111f-4746-bcbd-aed85dcc0aec'),
(31525,31525,1,'2026-02-17 16:23:46',NULL,NULL,NULL,1,'2026-02-17 21:23:46','2026-02-17 21:23:46','3faac83e-d285-4440-8033-a75198a98723'),
(31543,31543,1,'2026-02-17 16:54:23',NULL,NULL,NULL,1,'2026-02-17 21:54:23','2026-02-17 21:54:23','965295f2-cb9d-46ed-ab55-1765a7fb1a24'),
(31592,31592,1,'2026-02-17 18:35:49',NULL,NULL,NULL,1,'2026-02-17 23:35:49','2026-02-17 23:35:49','3a3a031e-b030-452d-918b-c73ada0321b2'),
(31595,31595,1,'2026-02-17 18:41:56',NULL,NULL,NULL,1,'2026-02-17 23:41:56','2026-02-17 23:41:56','5d0b4499-2e13-40ba-9b6f-a3dd58a98cf5'),
(31613,31613,1,'2026-02-17 20:00:56',NULL,NULL,NULL,1,'2026-02-18 01:00:56','2026-02-18 01:00:56','808f802f-fe17-4449-9198-cf9b32d51914'),
(31615,31615,1,'2026-02-17 20:10:11',NULL,NULL,NULL,1,'2026-02-18 01:10:11','2026-02-18 01:10:11','9da5e11d-b2dc-49d8-ad3e-3d5f120814e5'),
(31636,31636,1,'2026-02-17 21:21:38',NULL,NULL,NULL,1,'2026-02-18 02:21:38','2026-02-18 02:21:38','fbfd9f25-441a-479e-9432-52ed2b3d0952'),
(31661,31661,1,'2026-02-18 02:13:58',NULL,NULL,NULL,1,'2026-02-18 07:13:58','2026-02-18 07:13:58','2763b26c-9fa3-4be2-bd51-6d9a31683fab'),
(31669,31669,1,'2026-02-18 02:24:08',NULL,NULL,NULL,1,'2026-02-18 07:24:08','2026-02-18 07:24:08','d3790030-b768-4da1-8f5a-e28babb72c05'),
(31670,31670,1,'NR Resume',NULL,NULL,NULL,1,'2026-02-18 07:24:08','2026-02-18 07:24:08','e19f47e5-b30b-4d26-8a48-155bffebe127'),
(31829,31829,1,'2026-02-18 08:16:54',NULL,NULL,NULL,1,'2026-02-18 13:16:54','2026-02-18 13:16:54','65391204-7fc1-4a64-8d66-f5150f9eb800'),
(31830,31830,1,'Document 1',NULL,NULL,NULL,1,'2026-02-18 13:16:54','2026-02-18 13:16:54','58865eb0-a52f-48d1-b98c-5cbe41be434e'),
(31835,31835,1,'2026-02-18 08:37:14',NULL,NULL,NULL,1,'2026-02-18 13:37:14','2026-02-18 13:37:14','b609b62a-cc76-47ef-8665-6f1ba27b31ff'),
(31845,31845,1,'2026-02-18 09:47:00',NULL,NULL,NULL,1,'2026-02-18 14:47:00','2026-02-18 14:47:00','cadfc565-6963-4c55-9b97-0c17024e8bb5'),
(31846,31846,1,'IMG 5905',NULL,NULL,NULL,1,'2026-02-18 14:47:00','2026-02-18 14:47:00','2fac78ec-da49-4514-8d5a-0b3aed5a6356'),
(31847,31847,1,'2026-02-18 09:49:56',NULL,NULL,NULL,1,'2026-02-18 14:49:56','2026-02-18 14:49:56','7cb04cc0-4097-4ca4-9b43-b041b16f8663'),
(31854,31854,1,'2026-02-18 11:19:19',NULL,NULL,NULL,1,'2026-02-18 16:19:19','2026-02-18 16:19:19','5f815315-2538-4fc2-afe4-1a629229219b'),
(31858,31858,1,'2026-02-18 11:29:06',NULL,NULL,NULL,1,'2026-02-18 16:29:06','2026-02-18 16:29:06','8ae846ca-a485-4787-a569-c4d8c8b72d1b'),
(31862,31862,1,'2026-02-18 11:54:53',NULL,NULL,NULL,1,'2026-02-18 16:54:53','2026-02-18 16:54:53','b944c356-1f25-42fc-8f69-c41940a39b31'),
(31863,31863,1,'2026-02-18 11:56:40',NULL,NULL,NULL,1,'2026-02-18 16:56:40','2026-02-18 16:56:40','e0d30bf9-402b-4d61-93c7-ee31ac0f8d37'),
(31864,31864,1,'2026-02-18 12:03:40',NULL,NULL,NULL,1,'2026-02-18 17:03:40','2026-02-18 17:03:40','a3630744-cf91-4c6a-a28b-a3a6d0481570'),
(31865,31865,1,'M Saunders Healthcare Resume',NULL,NULL,NULL,1,'2026-02-18 17:03:40','2026-02-18 17:03:40','12a0ae25-b1f0-476f-9781-9a7f04e198c3'),
(31867,31867,1,'2026-02-18 12:06:52',NULL,NULL,NULL,1,'2026-02-18 17:06:52','2026-02-18 17:06:52','e481d53d-b8e4-47b5-b7ac-d49c7784706c'),
(31868,31868,1,'M Saunders Healthcare Resume',NULL,NULL,NULL,1,'2026-02-18 17:06:52','2026-02-18 17:06:52','744fd16f-f078-4cd5-a7fe-aa4b2e17cd6e'),
(31897,31897,1,'2026-02-18 12:53:17',NULL,NULL,NULL,1,'2026-02-18 17:53:17','2026-02-18 17:53:17','00e81281-5a03-4b11-966c-552ff1234044'),
(31899,31899,1,'2026-02-18 12:56:51',NULL,NULL,NULL,1,'2026-02-18 17:56:51','2026-02-18 17:56:51','fc5815a6-9569-4cf7-864e-caa77f7ad79b'),
(31902,31902,1,'2026-02-18 13:03:37',NULL,NULL,NULL,1,'2026-02-18 18:03:37','2026-02-18 18:03:37','4096d97d-1c00-46b4-94aa-c05ffb37e14b'),
(31907,31907,1,'2026-02-18 13:30:06',NULL,NULL,NULL,1,'2026-02-18 18:30:06','2026-02-18 18:30:06','b03ee179-e3c4-4acb-a251-56ccebbb0cff'),
(31910,31910,1,'2026-02-18 13:41:50',NULL,NULL,NULL,1,'2026-02-18 18:41:50','2026-02-18 18:41:50','9f167ecd-71bd-4481-a98e-f0342e5ceae0'),
(31911,31911,1,'Debra Wolfe Resume 2',NULL,NULL,NULL,1,'2026-02-18 18:41:50','2026-02-18 18:41:50','9d1b49f0-95a6-44ea-bebd-d1f812825110'),
(31920,31920,1,'2026-02-18 13:47:41',NULL,NULL,NULL,1,'2026-02-18 18:47:41','2026-02-18 18:47:41','63488eab-ee5b-42a4-8762-59c6569cab30'),
(31921,31921,1,'2026-02-18 13:49:41',NULL,NULL,NULL,1,'2026-02-18 18:49:41','2026-02-18 18:49:41','0cb63634-568d-4b47-a8fd-cbf93317e6b0'),
(31958,31958,1,'2026-02-18 14:28:47',NULL,NULL,NULL,1,'2026-02-18 19:28:47','2026-02-18 19:28:47','9b345143-63e6-42b2-bf97-6a8d1d439475'),
(31961,31961,1,'2026-02-18 14:42:37',NULL,NULL,NULL,1,'2026-02-18 19:42:37','2026-02-18 19:42:37','3339309a-4e13-4692-80ee-6f33667c773e'),
(31965,31965,1,'2026-02-18 14:55:09',NULL,NULL,NULL,1,'2026-02-18 19:55:09','2026-02-18 19:55:09','368525cb-c38f-48de-adf3-f8ebcb67e3be'),
(31967,31967,1,'2026-02-18 15:16:31',NULL,NULL,NULL,1,'2026-02-18 20:16:31','2026-02-18 20:16:31','52c2b21e-4042-4182-a89d-55f7550ee546'),
(31977,31977,1,'2026-02-18 15:36:46',NULL,NULL,NULL,1,'2026-02-18 20:36:46','2026-02-18 20:36:46','7c64c8af-c6a6-4190-b249-1cc461bae0b7'),
(31989,31989,1,'2026-02-18 16:23:58',NULL,NULL,NULL,1,'2026-02-18 21:23:58','2026-02-18 21:23:58','e60fa763-59ec-4b09-b473-290084308067'),
(32047,32047,1,'2026-02-18 17:24:57',NULL,NULL,NULL,1,'2026-02-18 22:24:57','2026-02-18 22:24:58','3fdec62e-8126-4eb1-abf4-3e9cd695198a'),
(32048,32048,1,'Chavanece Evans resume 2 17 25 docx',NULL,NULL,NULL,1,'2026-02-18 22:24:57','2026-02-18 22:24:57','3adac5a4-d826-45d1-8376-3183e9061f1a'),
(32094,32094,1,'2026-02-18 19:42:23',NULL,NULL,NULL,1,'2026-02-19 00:42:23','2026-02-19 00:42:24','049f1b1b-ab2e-4f62-96c8-5eda2177872d'),
(32095,32095,1,'Prof jay doc 1995',NULL,NULL,NULL,1,'2026-02-19 00:42:23','2026-02-19 00:42:23','d4f30e84-6184-437d-90a2-9fd8401068c7'),
(32145,32145,1,'2026-02-18 21:11:33',NULL,NULL,NULL,1,'2026-02-19 02:11:33','2026-02-19 02:11:33','f12a0de5-dcc8-45c0-9683-1d14e27220ff'),
(32186,32186,1,'2026-02-18 22:55:04',NULL,NULL,NULL,1,'2026-02-19 03:55:04','2026-02-19 03:55:04','c9f00762-49e5-459a-9cde-4cea22dd88da'),
(32278,32278,1,'2026-02-19 04:22:21',NULL,NULL,NULL,1,'2026-02-19 09:22:21','2026-02-19 09:22:21','3c4c145c-27e9-4ab9-8d03-2a72456958a7'),
(32279,32279,1,'Tina Wilson',NULL,NULL,NULL,1,'2026-02-19 09:22:21','2026-02-19 09:22:21','6c39c357-e2f9-40db-b773-c5f858eef5d5'),
(32295,32295,1,'Photo1',NULL,NULL,NULL,1,'2026-02-19 09:55:59','2026-02-19 09:55:59','57d1bdd4-7c15-4aa3-8581-d2bd4192eddf'),
(32297,32297,1,'Photo1',NULL,NULL,NULL,1,'2026-02-19 09:56:04','2026-02-19 09:56:04','2dba0e1b-6204-45c4-a2ed-ae7390b98093'),
(32348,32348,1,'2026-02-19 08:57:30',NULL,NULL,NULL,1,'2026-02-19 13:57:30','2026-02-19 13:57:30','8bbec103-a6de-4172-8d45-95690cc1cc99'),
(32351,32351,1,'B Hargrove Resume 1',NULL,NULL,NULL,1,'2026-02-19 13:58:52','2026-02-19 13:58:52','fd584542-9166-48d5-831c-b6b56e1d403c'),
(32352,32352,1,'2026-02-19 09:06:59',NULL,NULL,NULL,1,'2026-02-19 14:06:59','2026-02-19 14:06:59','144fc1d3-aaa2-4115-9fa0-87b72141bdc3'),
(32368,32368,1,'2026-02-19 09:54:50',NULL,NULL,NULL,1,'2026-02-19 14:54:50','2026-02-19 14:54:50','b01ec054-6c8a-4e4f-934b-5d4b18da95bc'),
(32387,32387,1,'2026-02-19 10:16:07',NULL,NULL,NULL,1,'2026-02-19 15:16:07','2026-02-19 15:16:07','ce05ad0a-9d56-41ab-a905-2173c70406d9'),
(32388,32388,1,'Resume 1217',NULL,NULL,NULL,1,'2026-02-19 15:16:07','2026-02-19 15:16:07','bff11ac6-c8ef-4248-933d-ffb7a452d77b'),
(32390,32390,1,'2026-02-19 10:18:01',NULL,NULL,NULL,1,'2026-02-19 15:18:01','2026-02-19 15:18:01','0e125de3-f328-4ee8-8579-4b73f989e424'),
(32418,32418,1,'2026-02-19 10:40:36',NULL,NULL,NULL,1,'2026-02-19 15:40:36','2026-02-19 15:40:36','a7aca65d-021d-49ae-a428-07f96e5987e2'),
(32419,32419,1,'2026-02-19 10:41:33',NULL,NULL,NULL,1,'2026-02-19 15:41:33','2026-02-19 15:41:33','49505245-6a0c-485a-83fa-c2eb615a04c0'),
(32432,32432,1,'2026-02-19 10:52:56',NULL,NULL,NULL,1,'2026-02-19 15:52:56','2026-02-19 15:52:56','239da7ce-0c36-4c4d-9ddc-da7031582100'),
(32435,32435,1,'2026-02-19 10:53:16',NULL,NULL,NULL,1,'2026-02-19 15:53:15','2026-02-19 15:53:16','bcf3c7fc-abe2-405a-af77-597cea66517d'),
(32437,32437,1,'2026-02-19 10:55:04',NULL,NULL,NULL,1,'2026-02-19 15:55:04','2026-02-19 15:55:04','29733a73-60fc-4609-8cff-1a1d29ea722a'),
(32460,32460,1,'2026-02-19 11:19:46',NULL,NULL,NULL,1,'2026-02-19 16:19:46','2026-02-19 16:19:46','b444e048-0f79-4ffc-a119-4c257e9d8a88'),
(32461,32461,1,'Joe Resume',NULL,NULL,NULL,1,'2026-02-19 16:19:46','2026-02-19 16:19:46','37cfad09-49d6-49ad-95d1-1c6e60c30004'),
(32480,32480,1,'2026-02-19 11:41:27',NULL,NULL,NULL,1,'2026-02-19 16:41:27','2026-02-19 16:41:27','927453bc-2331-40d9-9db3-84efde672431'),
(32498,32498,1,'2026-02-19 12:20:26',NULL,NULL,NULL,1,'2026-02-19 17:20:26','2026-02-19 17:20:26','25c8309b-dfef-41c4-8472-f416ade172d9'),
(32502,32502,1,'2026-02-19 12:26:33',NULL,NULL,NULL,1,'2026-02-19 17:26:33','2026-02-19 17:26:33','abb2900d-b2c2-442d-8e4d-82d7e3d85f7d'),
(32547,32547,1,'2026-02-19 14:12:34',NULL,NULL,NULL,1,'2026-02-19 19:12:34','2026-02-19 19:12:34','c9ebc4b9-6105-4cd5-ada0-807522477598'),
(32548,32548,1,'KC Resume 1',NULL,NULL,NULL,1,'2026-02-19 19:12:34','2026-02-19 19:12:34','f0d4eace-e386-4d51-b9f1-45e59cb78574'),
(32570,32570,1,'2026-02-19 15:06:23',NULL,NULL,NULL,1,'2026-02-19 20:06:23','2026-02-19 20:06:23','89e322c7-14c2-41b9-b31f-bdb7c32b3488'),
(32571,32571,1,'Hannah Kim Resume 2026 pdf',NULL,NULL,NULL,1,'2026-02-19 20:06:23','2026-02-19 20:06:23','23d1acd3-cf55-4a24-9506-e85a702be1b8'),
(32577,32577,1,'2026-02-19 15:32:23',NULL,NULL,NULL,1,'2026-02-19 20:32:23','2026-02-19 20:32:23','3281e2a6-20e0-4c03-bc77-e483b1bd8acf'),
(32578,32578,1,'2026-02-19 15:41:16',NULL,NULL,NULL,1,'2026-02-19 20:41:16','2026-02-19 20:41:16','5a064802-8552-491e-9788-de60dfeddf80'),
(32580,32580,1,'2026-02-19 15:53:09',NULL,NULL,NULL,1,'2026-02-19 20:53:09','2026-02-19 20:53:09','72b8974f-ed50-48fd-8cee-f5e9daebfb11'),
(32588,32588,1,'Photo1',NULL,NULL,NULL,1,'2026-02-19 21:14:18','2026-02-19 21:14:18','96586cb4-9ea0-4f37-ac05-54995272b74b'),
(32590,32590,1,'Photo1',NULL,NULL,NULL,1,'2026-02-19 21:14:23','2026-02-19 21:14:23','ffac30f1-53e2-44a4-aeac-3ee222c21ff5'),
(32612,32612,1,'2026-02-19 16:52:40',NULL,NULL,NULL,1,'2026-02-19 21:52:40','2026-02-19 21:52:40','efd54f6d-d20f-4c90-8ad9-d8b6cffd17d7'),
(32613,32613,1,'Pierre Richard Pierre Louis Resume 1',NULL,NULL,NULL,1,'2026-02-19 21:52:40','2026-02-19 21:52:40','0f4c6326-2239-4b76-8b78-8a5e58203ce1'),
(32692,32692,1,'Photo1',NULL,NULL,NULL,1,'2026-02-19 23:45:43','2026-02-19 23:45:43','8bc04a39-d26f-4c29-ad61-b8f0a6bb49ae'),
(32694,32694,1,'Photo1',NULL,NULL,NULL,1,'2026-02-19 23:45:48','2026-02-19 23:45:48','0d4c13bc-fe8e-4810-80ff-e2aff12d54b2'),
(32716,32716,1,'2026-02-19 19:18:51',NULL,NULL,NULL,1,'2026-02-20 00:18:51','2026-02-20 00:18:51','dc35ab5b-152d-4a0e-b634-cea226e2366e'),
(32718,32718,1,'IMG 0595',NULL,NULL,NULL,1,'2026-02-20 00:20:37','2026-02-20 00:20:37','66d49852-4a9e-439d-be62-fb8db6557aad'),
(32719,32719,1,'IMG 0598',NULL,NULL,NULL,1,'2026-02-20 00:20:38','2026-02-20 00:20:38','e3424a88-3ab8-4878-8327-2c161460c3e4'),
(32720,32720,1,'IMG 0597',NULL,NULL,NULL,1,'2026-02-20 00:20:39','2026-02-20 00:20:39','bb16d755-1cfa-47e6-a41a-7b5553afddd3'),
(32721,32721,1,'IMG 0596',NULL,NULL,NULL,1,'2026-02-20 00:20:40','2026-02-20 00:20:40','b1dc1c1c-c1f9-42f1-8eba-c89927bae531'),
(32722,32722,1,'IMG 0599',NULL,NULL,NULL,1,'2026-02-20 00:20:41','2026-02-20 00:20:41','93bf5f9b-f9aa-4e03-8b86-3ac11c8f55ee'),
(32723,32723,1,'IMG 0600',NULL,NULL,NULL,1,'2026-02-20 00:20:42','2026-02-20 00:20:42','155cc13b-1a07-4e0f-b6fa-a862330cd9ab'),
(32724,32724,1,'IMG 0601',NULL,NULL,NULL,1,'2026-02-20 00:20:43','2026-02-20 00:20:43','0561dd50-b5c0-4dab-95e6-1dc71fa30bc7'),
(32725,32725,1,'IMG 0602',NULL,NULL,NULL,1,'2026-02-20 00:20:45','2026-02-20 00:20:45','18d3506c-c88f-48b1-95ab-b3826868cc58'),
(32726,32726,1,'IMG 0603',NULL,NULL,NULL,1,'2026-02-20 00:20:46','2026-02-20 00:20:46','b4fd7317-0dfa-47bf-9f54-1b195a277676'),
(32727,32727,1,'IMG 0604',NULL,NULL,NULL,1,'2026-02-20 00:20:47','2026-02-20 00:20:47','7ad24295-8060-497d-90d5-d296d1bd29dc'),
(32728,32728,1,'IMG 0605',NULL,NULL,NULL,1,'2026-02-20 00:20:48','2026-02-20 00:20:48','069f8cbc-570f-4873-a6e2-01c312234b2d'),
(32729,32729,1,'IMG 0606',NULL,NULL,NULL,1,'2026-02-20 00:20:49','2026-02-20 00:20:49','8d8a450d-d724-4468-95af-e61f4455902b'),
(32730,32730,1,'IMG 0607',NULL,NULL,NULL,1,'2026-02-20 00:20:50','2026-02-20 00:20:50','f416a256-0b93-46ac-8e80-a99b8e5a3805'),
(32731,32731,1,'IMG 0608',NULL,NULL,NULL,1,'2026-02-20 00:20:51','2026-02-20 00:20:51','634fe07f-b5b2-4cc8-b3ae-39fac8ca2068'),
(32732,32732,1,'IMG 0609',NULL,NULL,NULL,1,'2026-02-20 00:20:52','2026-02-20 00:20:52','edf3712e-13d0-49f8-9162-426390919a63'),
(32733,32733,1,'IMG 0610',NULL,NULL,NULL,1,'2026-02-20 00:20:53','2026-02-20 00:20:53','70ba5009-28d9-4e60-ad38-8f3c3d47f69f'),
(32735,32735,1,'IMG 0595',NULL,NULL,NULL,1,'2026-02-20 00:20:56','2026-02-20 00:20:56','c749e226-772e-4d76-96dc-82206881d0f5'),
(32736,32736,1,'IMG 0598',NULL,NULL,NULL,1,'2026-02-20 00:20:56','2026-02-20 00:20:56','22cfd89e-6368-497c-8895-57e8ad7283b8'),
(32737,32737,1,'IMG 0597',NULL,NULL,NULL,1,'2026-02-20 00:20:58','2026-02-20 00:20:58','8aeacfb4-c4ae-4016-8ab0-eff4350e055f'),
(32738,32738,1,'IMG 0596',NULL,NULL,NULL,1,'2026-02-20 00:20:59','2026-02-20 00:20:59','3b6a3a19-d151-428e-a7aa-99ce80378c8d'),
(32739,32739,1,'IMG 0599',NULL,NULL,NULL,1,'2026-02-20 00:21:00','2026-02-20 00:21:00','b306869c-8a2b-42ab-9501-7d31fd7a0a1d'),
(32740,32740,1,'IMG 0600',NULL,NULL,NULL,1,'2026-02-20 00:21:01','2026-02-20 00:21:01','4f77392b-8d0b-42c8-bd3c-29cd2b89e388'),
(32741,32741,1,'IMG 0601',NULL,NULL,NULL,1,'2026-02-20 00:21:02','2026-02-20 00:21:02','368e4e23-5bee-47cf-9e96-793bf5f783d0'),
(32742,32742,1,'IMG 0602',NULL,NULL,NULL,1,'2026-02-20 00:21:03','2026-02-20 00:21:03','7916323d-9734-434e-a00f-41d2a07cba71'),
(32743,32743,1,'IMG 0603',NULL,NULL,NULL,1,'2026-02-20 00:21:04','2026-02-20 00:21:04','66ed825c-8f1d-432d-a84a-f13732427f7c'),
(32744,32744,1,'IMG 0604',NULL,NULL,NULL,1,'2026-02-20 00:21:05','2026-02-20 00:21:05','d0463c76-34d4-49e6-876b-0640153be88e'),
(32745,32745,1,'IMG 0605',NULL,NULL,NULL,1,'2026-02-20 00:21:06','2026-02-20 00:21:06','ceb6ebc2-8f4d-43b1-b54d-c1ea659c7a78'),
(32746,32746,1,'IMG 0606',NULL,NULL,NULL,1,'2026-02-20 00:21:08','2026-02-20 00:21:08','509b5c7f-0453-4402-83a7-176aa3e52961'),
(32747,32747,1,'IMG 0607',NULL,NULL,NULL,1,'2026-02-20 00:21:09','2026-02-20 00:21:09','9e75ab30-a2a3-4798-be6f-ab633593acee'),
(32748,32748,1,'IMG 0608',NULL,NULL,NULL,1,'2026-02-20 00:21:10','2026-02-20 00:21:10','1e52c172-8152-4443-845e-871ae9a0a8b4'),
(32749,32749,1,'IMG 0609',NULL,NULL,NULL,1,'2026-02-20 00:21:11','2026-02-20 00:21:11','7d1e59e5-2744-47df-814a-2c97e512eb5e'),
(32750,32750,1,'IMG 0610',NULL,NULL,NULL,1,'2026-02-20 00:21:11','2026-02-20 00:21:11','cb8cc766-1699-4796-84ec-866d39538d8a'),
(32752,32752,1,'IMG 0595',NULL,NULL,NULL,1,'2026-02-20 00:21:29','2026-02-20 00:21:29','310e0235-16ce-48cb-a4d6-03b086f087e8'),
(32753,32753,1,'IMG 0598',NULL,NULL,NULL,1,'2026-02-20 00:21:30','2026-02-20 00:21:30','b566182d-eb8f-419f-92e2-56e67084726e'),
(32754,32754,1,'IMG 0597',NULL,NULL,NULL,1,'2026-02-20 00:21:31','2026-02-20 00:21:31','8250c9e9-ed4b-4370-92bb-3bf2ae02bb8e'),
(32755,32755,1,'IMG 0596',NULL,NULL,NULL,1,'2026-02-20 00:21:32','2026-02-20 00:21:32','96f5f2fe-2744-424b-aa88-d54cbf2e7ee9'),
(32756,32756,1,'IMG 0599',NULL,NULL,NULL,1,'2026-02-20 00:21:33','2026-02-20 00:21:33','ce4d2a3c-4fe1-4cfc-89ee-cc5a5c53dc8f'),
(32757,32757,1,'IMG 0600',NULL,NULL,NULL,1,'2026-02-20 00:21:34','2026-02-20 00:21:34','2b44dc8d-fcba-4b9b-bdf7-02a396f6e966'),
(32758,32758,1,'IMG 0601',NULL,NULL,NULL,1,'2026-02-20 00:21:35','2026-02-20 00:21:35','123503d0-7129-4c79-98bf-89dfda7787e0'),
(32759,32759,1,'IMG 0602',NULL,NULL,NULL,1,'2026-02-20 00:21:36','2026-02-20 00:21:36','337c0590-c609-4963-adf3-989d2fa88551'),
(32760,32760,1,'IMG 0603',NULL,NULL,NULL,1,'2026-02-20 00:21:38','2026-02-20 00:21:38','66d7d136-b084-415d-8784-283e3a4126e2'),
(32761,32761,1,'IMG 0604',NULL,NULL,NULL,1,'2026-02-20 00:21:39','2026-02-20 00:21:39','9db0ec53-b8b3-405c-9ddd-fe34816e1443'),
(32762,32762,1,'IMG 0605',NULL,NULL,NULL,1,'2026-02-20 00:21:40','2026-02-20 00:21:40','64e6c32b-ca07-4129-acf6-f69d58d99a4e'),
(32763,32763,1,'IMG 0606',NULL,NULL,NULL,1,'2026-02-20 00:21:41','2026-02-20 00:21:41','0fd8bc15-24e7-4a42-a015-24e3b3736b69'),
(32764,32764,1,'IMG 0607',NULL,NULL,NULL,1,'2026-02-20 00:21:42','2026-02-20 00:21:42','46c140e7-8370-4b08-8a4d-0a0ace14c3fd'),
(32765,32765,1,'IMG 0608',NULL,NULL,NULL,1,'2026-02-20 00:21:43','2026-02-20 00:21:43','968cb435-cf53-4302-8dc8-e6ec6c4d7e95'),
(32766,32766,1,'IMG 0609',NULL,NULL,NULL,1,'2026-02-20 00:21:45','2026-02-20 00:21:45','79e9947f-05c1-4146-a984-96bb2dc4f567'),
(32767,32767,1,'IMG 0610',NULL,NULL,NULL,1,'2026-02-20 00:21:45','2026-02-20 00:21:45','871ec696-038e-4a63-a525-8d48c01dd29e'),
(32769,32769,1,'IMG 0595',NULL,NULL,NULL,1,'2026-02-20 00:22:30','2026-02-20 00:22:30','f55fcb70-fa8a-4720-b85d-4b219951cd86'),
(32770,32770,1,'IMG 0598',NULL,NULL,NULL,1,'2026-02-20 00:22:30','2026-02-20 00:22:30','f0037c99-0e4c-441f-9880-af9519446bc0'),
(32771,32771,1,'IMG 0597',NULL,NULL,NULL,1,'2026-02-20 00:22:31','2026-02-20 00:22:31','30fea876-5bff-4964-b5b4-cbdb02e6e67c'),
(32772,32772,1,'IMG 0596',NULL,NULL,NULL,1,'2026-02-20 00:22:32','2026-02-20 00:22:32','c65afb69-8ac9-4778-85bc-a69f693ba53c'),
(32773,32773,1,'IMG 0599',NULL,NULL,NULL,1,'2026-02-20 00:22:33','2026-02-20 00:22:33','8a978737-cc74-4b63-81a0-dfbb59fb120a'),
(32774,32774,1,'IMG 0600',NULL,NULL,NULL,1,'2026-02-20 00:22:34','2026-02-20 00:22:34','d815e75c-6aae-41d7-88cb-f7dead023fd2'),
(32775,32775,1,'IMG 0601',NULL,NULL,NULL,1,'2026-02-20 00:22:35','2026-02-20 00:22:35','659a85cf-6ee8-4880-a0b0-6030157035cd'),
(32776,32776,1,'IMG 0602',NULL,NULL,NULL,1,'2026-02-20 00:22:36','2026-02-20 00:22:36','a149834f-24da-48f4-af4e-a48fb10933d9'),
(32777,32777,1,'IMG 0603',NULL,NULL,NULL,1,'2026-02-20 00:22:38','2026-02-20 00:22:38','f8d80c77-3339-43db-a40d-3df4a99291bf'),
(32778,32778,1,'IMG 0604',NULL,NULL,NULL,1,'2026-02-20 00:22:39','2026-02-20 00:22:39','70b7c9f5-55a3-4700-9c3f-226b315a853b'),
(32779,32779,1,'IMG 0605',NULL,NULL,NULL,1,'2026-02-20 00:22:40','2026-02-20 00:22:40','001e12cd-22e2-461f-946b-311bbcf9d355'),
(32780,32780,1,'IMG 0606',NULL,NULL,NULL,1,'2026-02-20 00:22:41','2026-02-20 00:22:41','34f362ff-102f-4b61-a741-350ef8abffbc'),
(32781,32781,1,'IMG 0607',NULL,NULL,NULL,1,'2026-02-20 00:22:42','2026-02-20 00:22:42','c892933d-7a6f-46b0-8335-e1144ddfcaae'),
(32782,32782,1,'IMG 0608',NULL,NULL,NULL,1,'2026-02-20 00:22:43','2026-02-20 00:22:43','204d89e8-6685-4f86-9ef7-bbc5e8fc0028'),
(32783,32783,1,'IMG 0609',NULL,NULL,NULL,1,'2026-02-20 00:22:44','2026-02-20 00:22:44','e4d20f32-db83-4c84-8b69-89db5e51a167'),
(32784,32784,1,'IMG 0610',NULL,NULL,NULL,1,'2026-02-20 00:22:45','2026-02-20 00:22:45','5787e059-7e64-4856-9246-874cb98739b6'),
(32869,32869,1,'2026-02-19 23:23:57',NULL,NULL,NULL,1,'2026-02-20 04:23:57','2026-02-20 04:23:57','9b863632-5fa8-4f58-bcbc-353142ca11be'),
(32886,32886,1,'2026-02-20 02:54:22',NULL,NULL,NULL,1,'2026-02-20 07:54:22','2026-02-20 07:54:22','d53a2c98-fd60-40c0-a0e8-7f1de80bbfca'),
(32894,32894,1,'2026-02-20 04:19:05',NULL,NULL,NULL,1,'2026-02-20 09:19:05','2026-02-20 09:19:05','e4c3cdc8-9046-4964-bcbd-60987dbb09e5'),
(32899,32899,1,'2026-02-20 05:07:55',NULL,NULL,NULL,1,'2026-02-20 10:07:55','2026-02-20 10:07:55','f19b28a5-9e6b-4a14-803e-867554c1c0d4'),
(32901,32901,1,'2026-02-20 05:24:57',NULL,NULL,NULL,1,'2026-02-20 10:24:57','2026-02-20 10:24:57','8d3f29a3-d2cd-4a97-8416-82155776e7df'),
(32910,32910,1,'2026-02-20 07:03:18',NULL,NULL,NULL,1,'2026-02-20 12:03:18','2026-02-20 12:03:18','5fadf169-9fe2-447e-b874-b45303cacf6d'),
(32913,32913,1,'Photo1',NULL,NULL,NULL,1,'2026-02-20 13:08:31','2026-02-20 13:08:31','7019187a-bc1d-4ccf-981e-660cd754a1b1'),
(32915,32915,1,'Photo1',NULL,NULL,NULL,1,'2026-02-20 13:08:36','2026-02-20 13:08:36','38d43539-ad2a-428c-a8f1-8991f7c178da'),
(32924,32924,1,'2026-02-20 09:00:25',NULL,NULL,NULL,1,'2026-02-20 14:00:25','2026-02-20 14:00:25','850f39a0-bab3-4e49-ba6a-98747c0670a5'),
(32943,32943,1,'2026-02-20 11:37:57',NULL,NULL,NULL,1,'2026-02-20 16:37:57','2026-02-20 16:37:57','53f542de-af7b-49f4-af3a-a1ec9c045607'),
(32947,32947,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-20 16:59:54','2026-02-20 16:59:54','d760068a-20a1-4d4e-a4fd-f0a54beb921f'),
(32948,32948,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-20 16:59:58','2026-02-20 16:59:58','80fe648c-0e9a-4b3f-a627-b40f2b9c041e'),
(32957,32957,1,'2026-02-20 13:29:58',NULL,NULL,NULL,1,'2026-02-20 18:29:58','2026-02-20 18:29:58','92f672ed-3f6a-4e43-acc8-cc35de29b089'),
(32964,32964,1,'2026-02-20 13:59:26',NULL,NULL,NULL,1,'2026-02-20 18:59:26','2026-02-20 18:59:26','380e2379-5523-4ed2-b6be-b85dc2daff17'),
(32965,32965,1,'Mary Wideman Resume 1',NULL,NULL,NULL,1,'2026-02-20 18:59:26','2026-02-20 18:59:26','dfd2e9d2-9bcc-433c-ae5a-0dd381d6ec7d'),
(32966,32966,1,'2026-02-20 14:07:00',NULL,NULL,NULL,1,'2026-02-20 19:07:00','2026-02-20 19:07:00','3781dfa8-43b4-499d-8a9e-253f69388b97'),
(32984,32984,1,'2026-02-20 16:03:10',NULL,NULL,NULL,1,'2026-02-20 21:03:10','2026-02-20 21:03:10','371fe40b-d80c-48cc-ad31-7f5a575dc1cd'),
(32987,32987,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script><!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-20 21:03:56','2026-02-20 21:03:56','847ef81a-f92c-4d9b-94d5-c4c49a3d4de1'),
(32990,32990,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-20 21:04:56','2026-02-20 21:04:56','043ab579-322a-40bc-a46b-3377f8b36543'),
(32992,32992,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script><!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-20 21:05:47','2026-02-20 21:05:47','5245d2f8-8d71-432f-891e-4e25a8bbb590'),
(32993,32993,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script><!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-20 21:06:07','2026-02-20 21:06:07','322a1834-1ceb-4166-9ea2-be41db723c3c'),
(32995,32995,1,'2026-02-20 16:19:44',NULL,NULL,NULL,1,'2026-02-20 21:19:44','2026-02-20 21:19:44','7580e4d6-5d5f-4498-91ae-de7ec1789bdc'),
(32998,32998,1,'Photo1',NULL,NULL,NULL,1,'2026-02-20 21:21:47','2026-02-20 21:21:47','2cf6b17c-2e74-4182-a9bb-4ea39238b141'),
(33000,33000,1,'Photo1',NULL,NULL,NULL,1,'2026-02-20 21:21:51','2026-02-20 21:21:51','f060fbb4-238e-4fba-a56e-cb896fb8f3e9'),
(33013,33013,1,'2026-02-20 17:26:30',NULL,NULL,NULL,1,'2026-02-20 22:26:30','2026-02-20 22:26:30','b605e58b-6f3a-460f-b150-d01f84586b60'),
(33170,33170,1,'Photo1',NULL,NULL,NULL,1,'2026-02-21 07:06:12','2026-02-21 07:06:12','66884757-e271-4af7-bcd3-b994d8aebe9b'),
(33173,33173,1,'Photo1',NULL,NULL,NULL,1,'2026-02-21 07:06:16','2026-02-21 07:06:16','354901b4-97ac-45be-a2cb-0054ef8aa2af'),
(33240,33240,1,'Photo1',NULL,NULL,NULL,1,'2026-02-21 13:08:49','2026-02-21 13:08:49','6230c612-f579-41a3-a9a6-2f28b0be713d'),
(33242,33242,1,'Photo1',NULL,NULL,NULL,1,'2026-02-21 13:08:54','2026-02-21 13:08:54','3d728f1f-e3a4-4ad9-a402-b2a0e74efa5b'),
(33288,33288,1,'2026-02-21 09:34:33',NULL,NULL,NULL,1,'2026-02-21 14:34:33','2026-02-21 14:34:33','04a09b9f-42a3-4e38-9386-075e9d5e087d'),
(33289,33289,1,'Jessica Parsons Resume 2026',NULL,NULL,NULL,1,'2026-02-21 14:34:33','2026-02-21 14:34:33','ed7d4f9b-8b40-456c-b0c9-da1d29b54a7d'),
(33303,33303,1,'2026-02-21 10:53:52',NULL,NULL,NULL,1,'2026-02-21 15:53:52','2026-02-21 15:53:52','5546425c-5546-458e-89d0-0d7b6f2ba2db'),
(33304,33304,1,'Nicole Stanley Resume',NULL,NULL,NULL,1,'2026-02-21 15:53:52','2026-02-21 15:53:52','d6f8f8e5-d2aa-4254-a7f9-ca20f2cb3058'),
(33338,33338,1,'2026-02-21 13:13:55',NULL,NULL,NULL,1,'2026-02-21 18:13:55','2026-02-21 18:13:55','82584611-1824-4517-baca-79c24e49bf49'),
(33370,33370,1,'Photo1',NULL,NULL,NULL,1,'2026-02-21 19:26:34','2026-02-21 19:26:34','f84fd525-fd4c-483d-a82e-21f046304c7d'),
(33372,33372,1,'Photo1',NULL,NULL,NULL,1,'2026-02-21 19:26:39','2026-02-21 19:26:39','5506b4be-ee26-498d-bc0e-73acb8f6f0dc'),
(33400,33400,1,'2026-02-21 20:01:10',NULL,NULL,NULL,1,'2026-02-22 01:01:10','2026-02-22 01:01:10','6c4eacf3-84ff-47c0-bfaa-9f80b0dbc01e'),
(33410,33410,1,'2026-02-21 21:10:27',NULL,NULL,NULL,1,'2026-02-22 02:10:27','2026-02-22 02:10:27','ed8662dc-27ec-449d-bfd3-15c6734c8617'),
(33411,33411,1,'Iyanna Harried',NULL,NULL,NULL,1,'2026-02-22 02:10:27','2026-02-22 02:10:27','3c1bcb2d-a44a-4882-8e2b-31fe883f6bd1'),
(33451,33451,1,'Cierra Carr Resume2026',NULL,NULL,NULL,1,'2026-02-22 02:48:16','2026-02-22 02:48:16','41257791-5669-437d-99b3-a50b2f4181b8'),
(33491,33491,1,'Photo1',NULL,NULL,NULL,1,'2026-02-22 04:12:07','2026-02-22 04:12:07','2f5455cd-b863-4c50-8470-f0f9ee6617cb'),
(33493,33493,1,'Photo1',NULL,NULL,NULL,1,'2026-02-22 04:12:12','2026-02-22 04:12:12','31af3e58-e137-4f85-bcc3-39d6acefbba3'),
(33531,33531,1,'2026-02-22 09:33:02',NULL,NULL,NULL,1,'2026-02-22 14:33:02','2026-02-22 14:33:02','b2abfab5-6612-4952-bb12-c8f846003197'),
(33537,33537,1,'2026-02-22 10:33:37',NULL,NULL,NULL,1,'2026-02-22 15:33:37','2026-02-22 15:33:37','186edbdd-2cc5-48cc-a214-0ab97db435dc'),
(33539,33539,1,'2026-02-22 11:36:06',NULL,NULL,NULL,1,'2026-02-22 16:36:06','2026-02-22 16:36:06','aac339a7-cfa5-4c9c-9311-d17365cc7394'),
(33544,33544,1,'2026-02-22 13:30:39',NULL,NULL,NULL,1,'2026-02-22 18:30:39','2026-02-22 18:30:39','34b69938-5875-41bc-81e7-d1604e0ddafa'),
(33550,33550,1,'2026-02-22 15:38:57',NULL,NULL,NULL,1,'2026-02-22 20:38:57','2026-02-22 20:38:57','8970052f-c53a-4293-876e-9e3520a35c40'),
(33557,33557,1,'2026-02-22 18:04:06',NULL,NULL,NULL,1,'2026-02-22 23:04:06','2026-02-22 23:04:06','0057b3df-94bf-4d1b-90c7-b127dd6b766a'),
(33562,33562,1,'2026-02-22 19:30:10',NULL,NULL,NULL,1,'2026-02-23 00:30:10','2026-02-23 00:30:10','3abe05bc-e007-45cf-8681-6ee7c1afab79'),
(33563,33563,1,'IMG 5444',NULL,NULL,NULL,1,'2026-02-23 00:30:10','2026-02-23 00:30:10','b2ba97d8-eb1d-4e6f-96f4-1ebce230605f'),
(33573,33573,1,'2026-02-22 22:02:33',NULL,NULL,NULL,1,'2026-02-23 03:02:33','2026-02-23 03:02:33','3fcfcba9-d759-4d19-8173-e2094c8845f7'),
(33628,33628,1,'Photo1',NULL,NULL,NULL,1,'2026-02-23 04:51:59','2026-02-23 04:51:59','8d142a2c-defd-4fd1-940a-7b78f69ae4af'),
(33630,33630,1,'Photo1',NULL,NULL,NULL,1,'2026-02-23 04:52:05','2026-02-23 04:52:05','af52c3bf-d541-4fe7-acec-ac47fce87fcc'),
(33641,33641,1,'2026-02-23 01:39:20',NULL,NULL,NULL,1,'2026-02-23 06:39:20','2026-02-23 06:39:20','29d5318b-f7fe-466d-9f79-035f4b7fef1f'),
(33689,33689,1,'2026-02-23 05:08:55',NULL,NULL,NULL,1,'2026-02-23 10:08:55','2026-02-23 10:08:55','f4c5b573-c247-4317-ac8a-65a2d80bb1d0'),
(33710,33710,1,'2026-02-23 07:05:40',NULL,NULL,NULL,1,'2026-02-23 12:05:40','2026-02-23 12:05:40','e9839c41-0af3-44df-a391-77f76e6473c0'),
(33741,33741,1,'2026-02-23 07:33:31',NULL,NULL,NULL,1,'2026-02-23 12:33:31','2026-02-23 12:33:31','ede68e57-5479-48ad-bdb7-3773991ff6b4'),
(33770,33770,1,'2026-02-23 07:54:52',NULL,NULL,NULL,1,'2026-02-23 12:54:52','2026-02-23 12:54:52','9a0cd03a-31ff-4b5b-bd61-b38f0a19243f'),
(33825,33825,1,'2026-02-23 10:18:40',NULL,NULL,NULL,1,'2026-02-23 15:18:40','2026-02-23 15:18:40','2a0f5b0a-f536-42b5-8fc2-49e04fc39ef1'),
(33863,33863,1,'2026-02-23 10:53:56',NULL,NULL,NULL,1,'2026-02-23 15:53:56','2026-02-23 15:53:56','f0b6bcf3-3969-4847-920b-cf755d45d259'),
(33867,33867,1,'2026-02-23 10:57:06',NULL,NULL,NULL,1,'2026-02-23 15:57:06','2026-02-23 15:57:06','6fed1af4-18fe-479b-bed3-c020c0b6abc7'),
(33876,33876,1,'2026-02-23 11:24:26',NULL,NULL,NULL,1,'2026-02-23 16:24:26','2026-02-23 16:24:26','c10048e6-0f48-4733-a0a4-56a4962cc5fd'),
(33877,33877,1,'2026-02-23 11:24:27',NULL,NULL,NULL,1,'2026-02-23 16:24:27','2026-02-23 16:24:27','8e1c4c8e-ca25-4560-bdd7-525c44cef3b8'),
(33881,33881,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[28921],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-23 16:46:19','2026-02-23 16:46:19','23a9cd59-37cd-437e-ba8a-43eb73b72c8e'),
(33900,33900,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12306],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23788],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsevernapark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6KM65F\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6KM65F\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-23 16:53:42','2026-02-23 16:53:42','30b791eb-2292-4519-8ca2-6fb340054b0e'),
(33901,33901,1,'2026-02-23 12:14:04',NULL,NULL,NULL,1,'2026-02-23 17:14:04','2026-02-23 17:14:04','7856d072-d05e-4421-9338-827bc57e29f9'),
(33903,33903,1,'2026-02-23 12:19:24',NULL,NULL,NULL,1,'2026-02-23 17:19:24','2026-02-23 17:19:24','949b3db7-5b48-44de-9beb-6c1a61915a3b'),
(33907,33907,1,'2026-02-23 12:59:28',NULL,NULL,NULL,1,'2026-02-23 17:59:28','2026-02-23 17:59:28','a93b9387-2e8c-42da-a6d0-5c8f63bb2897'),
(33908,33908,1,'2026-02-23 13:15:58',NULL,NULL,NULL,1,'2026-02-23 18:15:58','2026-02-23 18:15:58','5b3cb2bd-758d-4ce9-ae53-34f3394f884a'),
(33909,33909,1,'2026-02-23 13:30:54',NULL,NULL,NULL,1,'2026-02-23 18:30:54','2026-02-23 18:30:54','d9700d20-6511-4e64-bca9-f5f2102d4f63'),
(33910,33910,1,'Resume',NULL,NULL,NULL,1,'2026-02-23 18:30:54','2026-02-23 18:30:54','f2cdc820-2d90-4a48-9d82-c410f8e774bd'),
(33916,33916,1,'2026-02-23 14:46:54',NULL,NULL,NULL,1,'2026-02-23 19:46:54','2026-02-23 19:46:54','920254b8-876b-41b9-9ca8-ba89984ad192'),
(33917,33917,1,'My Resume',NULL,NULL,NULL,1,'2026-02-23 19:46:54','2026-02-23 19:46:54','8489f383-6278-47e3-b0b3-43a52306a810'),
(33918,33918,1,'2026-02-23 14:54:58',NULL,NULL,NULL,1,'2026-02-23 19:54:58','2026-02-23 19:54:59','9c9799c4-e2e7-47c4-ad7a-d34d7c13e4d8'),
(33919,33919,1,'2026-02-23 15:00:22',NULL,NULL,NULL,1,'2026-02-23 20:00:22','2026-02-23 20:00:22','d09db284-a542-4450-8544-9e82db219f34'),
(33929,33929,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-23 20:03:13','2026-02-23 20:03:13','3ac5513c-3df9-4314-81de-786b89ceaed3'),
(33932,33932,1,'2026-02-23 15:17:07',NULL,NULL,NULL,1,'2026-02-23 20:17:07','2026-02-23 20:17:07','e5accb95-342b-4eb9-b358-62c66e99f6e8'),
(33933,33933,1,'2026-02-23 15:17:58',NULL,NULL,NULL,1,'2026-02-23 20:17:58','2026-02-23 20:17:58','e2aef7f2-b5d7-4084-a5e7-cb02a3b82c8c'),
(33934,33934,1,'2026-02-23 15:24:24',NULL,NULL,NULL,1,'2026-02-23 20:24:24','2026-02-23 20:24:24','66bbb041-c0be-4c11-8e93-0b90a42b69f5'),
(33946,33946,1,'Photo1',NULL,NULL,NULL,1,'2026-02-23 21:48:15','2026-02-23 21:48:15','e51e6f84-607e-477b-8afa-1acc453457ca'),
(33948,33948,1,'Photo1',NULL,NULL,NULL,1,'2026-02-23 21:48:21','2026-02-23 21:48:21','db53a398-ca7b-404d-948a-aacab953294e'),
(33952,33952,1,'2026-02-23 17:11:43',NULL,NULL,NULL,1,'2026-02-23 22:11:43','2026-02-23 22:11:43','28c6cb05-a872-4b63-bdcb-d126b723f16e'),
(33953,33953,1,'2026-02-23 17:14:32',NULL,NULL,NULL,1,'2026-02-23 22:14:32','2026-02-23 22:14:32','b300e001-5cef-49e6-8fd9-ae1297d301d9'),
(33954,33954,1,'2026-02-23 17:18:00',NULL,NULL,NULL,1,'2026-02-23 22:18:00','2026-02-23 22:18:00','5daca40f-2dbc-4d57-95bb-e728799625ba'),
(33956,33956,1,'2026-02-23 17:24:22',NULL,NULL,NULL,1,'2026-02-23 22:24:22','2026-02-23 22:24:22','100607a4-2ed1-4849-a95f-a9b67bfada7c'),
(33968,33968,1,'2026-02-23 20:50:37',NULL,NULL,NULL,1,'2026-02-24 01:50:37','2026-02-24 01:50:37','9b752af4-4940-428f-adf0-5d0715f9d8cd'),
(33969,33969,1,'Updated 2026 Adebola Olutola Resume',NULL,NULL,NULL,1,'2026-02-24 01:50:37','2026-02-24 01:50:37','cbb25c28-45f6-4c17-9560-c61204c09640'),
(33981,33981,1,'Photo1',NULL,NULL,NULL,1,'2026-02-24 04:06:57','2026-02-24 04:06:57','5e24028d-a8a9-4c6a-9ab8-d9fb7efc0875'),
(33983,33983,1,'Photo1',NULL,NULL,NULL,1,'2026-02-24 04:07:06','2026-02-24 04:07:06','9cf77525-9bbe-4a6a-977e-7fd85ee475ad'),
(34041,34041,1,'2026-02-24 01:15:47',NULL,NULL,NULL,1,'2026-02-24 06:15:47','2026-02-24 06:15:47','5d65460c-b130-47f7-b62e-33def9e2aa3f'),
(34042,34042,1,'Official Coombs',NULL,NULL,NULL,1,'2026-02-24 06:15:47','2026-02-24 06:15:47','a436edae-2f90-4246-bfe0-53e538cf19be'),
(34046,34046,1,'2026-02-24 01:40:54',NULL,NULL,NULL,1,'2026-02-24 06:40:54','2026-02-24 06:40:54','03e53f3c-cfc6-405a-b25d-612459916a23'),
(34050,34050,1,'2026-02-24 02:34:10',NULL,NULL,NULL,1,'2026-02-24 07:34:10','2026-02-24 07:34:10','588123b2-9f2c-4b06-93cb-9f10c6deb987'),
(34137,34137,1,'Photo1',NULL,NULL,NULL,1,'2026-02-24 12:44:10','2026-02-24 12:44:10','f65bf74b-b40a-464e-a05a-9f978b6d1200'),
(34139,34139,1,'Photo1',NULL,NULL,NULL,1,'2026-02-24 12:44:15','2026-02-24 12:44:15','3b23cac1-5598-4424-9289-08c625af8dcf'),
(34182,34182,1,'2026-02-24 08:42:58',NULL,NULL,NULL,1,'2026-02-24 13:42:58','2026-02-24 13:42:58','025d9d36-60e9-4489-b87d-439c816121ae'),
(34185,34185,1,'2026-02-24 09:04:37',NULL,NULL,NULL,1,'2026-02-24 14:04:37','2026-02-24 14:04:37','1f1c00d5-1459-438b-8095-32dea4585d5f'),
(34186,34186,1,'Janice R Dilligard',NULL,NULL,NULL,1,'2026-02-24 14:04:37','2026-02-24 14:04:37','6d4625c8-ba52-485e-b9f8-f8efe1abec68'),
(34202,34202,1,'Photo1',NULL,NULL,NULL,1,'2026-02-24 14:56:28','2026-02-24 14:56:28','a15c7e00-0186-4b86-b731-6dbfb0ff67c7'),
(34204,34204,1,'Photo1',NULL,NULL,NULL,1,'2026-02-24 14:56:32','2026-02-24 14:56:32','ecfd5928-2595-4a99-a5ae-64ee64e537a1'),
(34207,34207,1,'Ocean AD',NULL,NULL,NULL,1,'2026-02-24 14:57:16','2026-02-24 14:57:16','524875d9-1b05-4d63-b029-eea88c2ed9cb'),
(34210,34210,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23878],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 14:57:58','2026-02-24 14:57:58','66af19cf-d80e-45dd-93ff-8b73f54cb870'),
(34211,34211,1,'Marissa Wolff','marissa-wolff',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Marissa Wolff\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[34207]}',1,'2026-02-24 14:57:58','2026-02-24 14:57:58','3428250b-985d-4d91-9282-3b8047f7e1a3'),
(34215,34215,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23878],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 15:00:47','2026-02-24 15:00:47','ab144143-ecf1-4324-ae44-1a3f0941e405'),
(34216,34216,1,'Marissa Wolff','marissa-wolff',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Marissa Wolff\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[34207]}',1,'2026-02-24 15:00:47','2026-02-24 15:00:47','b2e6eee7-3d10-4d11-b769-00aed381f3b9'),
(34229,34229,1,'2026-02-24 11:56:14',NULL,NULL,NULL,1,'2026-02-24 16:56:14','2026-02-24 16:56:14','07b01d64-fb31-495b-a6f7-a295222e7aad'),
(34240,34240,1,'2026-02-24 12:11:58',NULL,NULL,NULL,1,'2026-02-24 17:11:58','2026-02-24 17:11:58','6d1d004b-e364-474b-8a51-2416277b3754'),
(34243,34243,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23851],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:12:46','2026-02-24 17:12:46','dd6ca9a5-47d7-4cc7-a797-231177c7732a'),
(34245,34245,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,28766,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:14:31','2026-02-24 17:14:31','3b759772-27fe-47c6-831d-21f7de6992e2'),
(34246,34246,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23746],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareglendale.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WSTSDZT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WSTSDZT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:16:13','2026-02-24 17:16:13','0e0c0795-3190-4ee5-a394-4b273e69de7a'),
(34247,34247,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23764],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:16:35','2026-02-24 17:16:35','b1f4e704-f752-42bc-b3da-7cbd2a089f57'),
(34248,34248,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[28921],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:17:37','2026-02-24 17:17:37','b3e30187-5cea-482f-b766-53616bacf735'),
(34249,34249,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23819],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:18:20','2026-02-24 17:18:20','d3854e18-8cdc-4135-b2c4-c6d3f8c21562'),
(34250,34250,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23779],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:20:06','2026-02-24 17:20:06','f8e8bfd8-9728-4e0b-8168-3196a79cd58b'),
(34251,34251,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23701],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:20:17','2026-02-24 17:20:17','f66bc9c4-964b-4adc-b82b-9390689e6f1c'),
(34253,34253,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23707],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:20:28','2026-02-24 17:20:28','bdb7ed22-231c-473b-9a43-91b5d762653e'),
(34254,34254,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:20:56','2026-02-24 17:20:56','8d634cf7-53cb-4bdc-b45a-70165642e881'),
(34255,34255,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:21:22','2026-02-24 17:21:22','e2ea9809-5b7a-496e-9406-d9ecca43c190'),
(34256,34256,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23694],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T4WH9SR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T4WH9SR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:21:40','2026-02-24 17:21:40','a5803b69-4368-42e4-94a4-4458069b6b0c'),
(34257,34257,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:21:57','2026-02-24 17:21:57','d22ef3a5-ac3a-410d-aef4-11f7bb24ac59'),
(34261,34261,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23854],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:24:07','2026-02-24 17:24:07','ff3864f5-91c7-4f44-8701-7560e2ae0e4e'),
(34263,34263,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:24:19','2026-02-24 17:24:19','2b8fd520-1f15-4e7a-8e25-689f8ce425a6'),
(34264,34264,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8864,8869,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:24:29','2026-02-24 17:24:29','28a8f2de-84fc-4a71-8f97-e47c27efc5c5'),
(34265,34265,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[28921],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:24:36','2026-02-24 17:24:36','aed9c4b1-1610-4d6c-9baf-e8f5f2104720'),
(34266,34266,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Dietician-approved meals served in the comfort of residents’ rooms\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Assistance with admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:24:50','2026-02-24 17:24:50','dffc2342-0467-44c0-922a-c410bf949e36'),
(34267,34267,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23779],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:25:00','2026-02-24 17:25:00','4d36f1b6-ef65-4f5a-b792-1e1da394c8ed'),
(34268,34268,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccspringbrook.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-K58KBDM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-K58KBDM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:25:12','2026-02-24 17:25:12','ef150b65-8fe1-4cb8-ac7e-17539f8c63ed'),
(34269,34269,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-glendale-west-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:25:23','2026-02-24 17:25:23','7ae92fe0-2476-4446-9949-48497dd5dc1b'),
(34271,34271,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:25:33','2026-02-24 17:25:33','870610b5-a8e4-415f-8386-1b27d3d44bb9'),
(34272,34272,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-ridgewood-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:25:43','2026-02-24 17:25:43','084d211b-27ad-4215-842d-4b97bb5a442b'),
(34273,34273,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23761],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:25:53','2026-02-24 17:25:53','a57dcbee-5935-4e0f-9651-4de6112e22a3'),
(34274,34274,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23770],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15380],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M9N5T2ZR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M9N5T2ZR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:26:54','2026-02-24 17:26:54','73a496b3-8b37-42fe-8fbd-31ea0a3e59b3'),
(34275,34275,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:27:03','2026-02-24 17:27:03','29aee41c-f65d-4cd6-a353-d5853dd04963'),
(34276,34276,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23881],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W95NZRD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W95NZRD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:27:12','2026-02-24 17:27:12','9b65d052-4c9f-42b5-ac0d-7315454d9008'),
(34277,34277,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:27:29','2026-02-24 17:27:29','0c7eab0d-0800-44a7-bd0f-0a97d9cb67b5'),
(34278,34278,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6767],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NSKPFW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NSKPFW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:27:40','2026-02-24 17:27:40','c9699cea-b24f-42e8-98fb-3ce375929fe1'),
(34279,34279,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23900],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, with a hot meal cart that visits each residence daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 17:28:37','2026-02-24 17:28:37','9d418241-2b0a-4848-9c8c-b15dec8dfbc5'),
(34301,34301,1,'2026-02-24 13:12:57',NULL,NULL,NULL,1,'2026-02-24 18:12:57','2026-02-24 18:12:57','d3b5b1c5-8e36-402b-a35e-1772b8956b38'),
(34302,34302,1,'Asaad Morris Resume',NULL,NULL,NULL,1,'2026-02-24 18:12:57','2026-02-24 18:12:57','01cb498d-74df-45e0-b0ac-dcdc77cb2d82'),
(34317,34317,1,'2026-02-24 14:19:54',NULL,NULL,NULL,1,'2026-02-24 19:19:54','2026-02-24 19:19:54','9c108e09-8b93-4a07-8756-762b348fb5a7'),
(34319,34319,1,'2026-02-24 14:26:39',NULL,NULL,NULL,1,'2026-02-24 19:26:39','2026-02-24 19:26:39','2130c0d6-a0e6-403e-870a-3954eecdf698'),
(34320,34320,1,'Zaniy Lowery Resume',NULL,NULL,NULL,1,'2026-02-24 19:26:39','2026-02-24 19:26:39','212bd68d-ddd6-48bb-bca8-a7126a988ffe'),
(34323,34323,1,'2026-02-24 14:38:14',NULL,NULL,NULL,1,'2026-02-24 19:38:14','2026-02-24 19:38:14','20538130-4ca6-4744-90b8-afef6f6c86d2'),
(34324,34324,1,'Resume 2',NULL,NULL,NULL,1,'2026-02-24 19:38:14','2026-02-24 19:38:14','f39edd56-2757-4db2-ba69-f4f68bdffc9f'),
(34326,34326,1,'Photo1',NULL,NULL,NULL,1,'2026-02-24 19:44:56','2026-02-24 19:44:56','485e0428-8887-45e5-a7cc-eb2254bbff32'),
(34328,34328,1,'Photo1',NULL,NULL,NULL,1,'2026-02-24 19:45:00','2026-02-24 19:45:00','86dd8740-c9db-4c40-b4cc-868e8d1436fe'),
(34332,34332,1,'2026-02-24 14:55:08',NULL,NULL,NULL,1,'2026-02-24 19:55:08','2026-02-24 19:55:08','d1e22a07-5c88-4957-bf6c-867de7d260f5'),
(34333,34333,1,'2026-02-24 14:56:32',NULL,NULL,NULL,1,'2026-02-24 19:56:32','2026-02-24 19:56:32','4af85b38-dba7-42f6-983c-c4f4bf9b239b'),
(34343,34343,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/6xw2kmFNbYc?si=3jxzJLgHy4RTMvFJ\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23737],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-24 20:34:55','2026-02-24 20:34:55','70ce0194-2f71-4b58-80df-d07156a0af7d'),
(34344,34344,1,'2026-02-24 15:40:13',NULL,NULL,NULL,1,'2026-02-24 20:40:13','2026-02-24 20:40:13','05101057-d5bf-4bed-8171-05d7da9d5d9b'),
(34347,34347,1,'2026-02-24 15:43:04',NULL,NULL,NULL,1,'2026-02-24 20:43:04','2026-02-24 20:43:04','38b8527c-eadc-4f22-aaa1-94026eefe71d'),
(34350,34350,1,'2026-02-24 16:49:45',NULL,NULL,NULL,1,'2026-02-24 21:49:44','2026-02-24 21:49:45','a5d922eb-45fc-4481-94da-3e93117f97cc'),
(34351,34351,1,'10 D674 AE 59 D9 41 A9 A345 5 CA5 E328436 B',NULL,NULL,NULL,1,'2026-02-24 21:49:44','2026-02-24 21:49:44','fbd2203d-f020-4e05-901a-338020ab1b5e'),
(34353,34353,1,'10 D674 AE 59 D9 41 A9 A345 5 CA5 E328436 B',NULL,NULL,NULL,1,'2026-02-24 21:49:59','2026-02-24 21:49:59','29b4b796-04a2-4ba8-9a47-6d2c70487c37'),
(34359,34359,1,'2026-02-24 17:48:06',NULL,NULL,NULL,1,'2026-02-24 22:48:06','2026-02-24 22:48:06','558055ca-890b-4713-9a69-cc60f5c857b7'),
(34365,34365,1,'2026-02-24 18:27:37',NULL,NULL,NULL,1,'2026-02-24 23:27:37','2026-02-24 23:27:37','d5b3027d-6679-4008-883c-b05ba0a61972'),
(34366,34366,1,'Camille Ong Resume 2026',NULL,NULL,NULL,1,'2026-02-24 23:27:37','2026-02-24 23:27:37','1097ff30-3f64-4c23-90cc-68c0b751f4d4'),
(34368,34368,1,'2026-02-24 19:01:59',NULL,NULL,NULL,1,'2026-02-25 00:01:59','2026-02-25 00:01:59','235da730-dc27-4598-9146-4e39c0e81194'),
(34369,34369,1,'2026-02-24 19:04:56',NULL,NULL,NULL,1,'2026-02-25 00:04:56','2026-02-25 00:04:56','258f8083-fb11-4446-9ae7-1f3b54d8eb81'),
(34371,34371,1,'2026-02-24 19:21:37',NULL,NULL,NULL,1,'2026-02-25 00:21:37','2026-02-25 00:21:37','f4e4d6c5-9ead-47d8-9a20-c4900123ba65'),
(34372,34372,1,'Updated S Spencer Resume 1',NULL,NULL,NULL,1,'2026-02-25 00:21:37','2026-02-25 00:21:37','00aeaab2-365d-4b64-8f9f-7db3e2268585'),
(34376,34376,1,'2026-02-24 20:30:10',NULL,NULL,NULL,1,'2026-02-25 01:30:10','2026-02-25 01:30:10','3f2f7f8c-7bbe-4695-8666-b5b4629a56d5'),
(34377,34377,1,'Wendy Ayars Resume20260205 190207',NULL,NULL,NULL,1,'2026-02-25 01:30:10','2026-02-25 01:30:10','3d5db1af-f1f9-49de-a29c-d74c9b05c419'),
(34445,34445,1,'2026-02-24 23:48:54',NULL,NULL,NULL,1,'2026-02-25 04:48:54','2026-02-25 04:48:54','651edad1-6851-44fd-ac28-65173de7cf20'),
(34469,34469,1,'2026-02-25 02:53:46',NULL,NULL,NULL,1,'2026-02-25 07:53:46','2026-02-25 07:53:46','6cbc5e3d-9a44-4870-968e-acadb49b0104'),
(34475,34475,1,'2026-02-25 03:05:58',NULL,NULL,NULL,1,'2026-02-25 08:05:58','2026-02-25 08:05:58','957e18ff-5302-4381-a784-d13965168084'),
(34476,34476,1,'Resume',NULL,NULL,NULL,1,'2026-02-25 08:05:58','2026-02-25 08:05:58','e7e04d7c-aed2-485c-a78e-2eba79bb8f3d'),
(34628,34628,1,'2026-02-25 08:45:07',NULL,NULL,NULL,1,'2026-02-25 13:45:07','2026-02-25 13:45:07','c8a791bb-c044-464b-b7e5-dc4c6c92dc20'),
(34632,34632,1,'2026-02-25 08:54:28',NULL,NULL,NULL,1,'2026-02-25 13:54:28','2026-02-25 13:54:28','926f4959-4c60-4751-b6e8-0cea1872222a'),
(34644,34644,1,'2026-02-25 10:33:48',NULL,NULL,NULL,1,'2026-02-25 15:33:48','2026-02-25 15:33:48','f085ba90-00b9-4a11-8cd3-c2da64dafb76'),
(34651,34651,1,'2026-02-25 11:12:59',NULL,NULL,NULL,1,'2026-02-25 16:12:59','2026-02-25 16:12:59','6e4e1ce4-629d-467e-b20a-b2fa331e0424'),
(34652,34652,1,'Blue and White Professional Corporate Resume',NULL,NULL,NULL,1,'2026-02-25 16:12:59','2026-02-25 16:12:59','779c019d-1b79-40ea-ac78-0554b1171fe8'),
(34657,34657,1,'2026-02-25 11:24:21',NULL,NULL,NULL,1,'2026-02-25 16:24:21','2026-02-25 16:24:21','8c72a69a-97e0-4493-8701-ef840d705060'),
(34660,34660,1,'2026-02-25 11:39:43',NULL,NULL,NULL,1,'2026-02-25 16:39:43','2026-02-25 16:39:43','c399f814-cd98-464b-b8eb-fca6b1e34736'),
(34662,34662,1,'2026-02-25 11:44:36',NULL,NULL,NULL,1,'2026-02-25 16:44:36','2026-02-25 16:44:36','7440e41d-204e-4f42-b25f-b42d5aa71e10'),
(34663,34663,1,'2026-02-25 11:57:34',NULL,NULL,NULL,1,'2026-02-25 16:57:34','2026-02-25 16:57:34','beee1f3a-f6be-4dbd-a6c8-7ba3278797ab'),
(34664,34664,1,'2026-02-25 11:57:55',NULL,NULL,NULL,1,'2026-02-25 16:57:55','2026-02-25 16:57:55','a570e9cd-b000-4789-a16f-3b66a000c79c'),
(34668,34668,1,'2026-02-25 12:07:10',NULL,NULL,NULL,1,'2026-02-25 17:07:10','2026-02-25 17:07:10','d76f060e-7330-4293-b1d9-a37127e48c27'),
(34669,34669,1,'2026-02-25 12:07:43',NULL,NULL,NULL,1,'2026-02-25 17:07:43','2026-02-25 17:07:43','a173d152-57c4-4185-a30c-2557f1f7c96e'),
(34670,34670,1,'2026-02-25 12:14:11',NULL,NULL,NULL,1,'2026-02-25 17:14:11','2026-02-25 17:14:11','3c1265a1-2c8b-4a8b-959c-ede7d497ab98'),
(34674,34674,1,'2026-02-25 12:19:14',NULL,NULL,NULL,1,'2026-02-25 17:19:14','2026-02-25 17:19:14','56e38f50-431f-4122-8bd2-3eb8685fdee6'),
(34685,34685,1,'2026-02-25 13:04:54',NULL,NULL,NULL,1,'2026-02-25 18:04:54','2026-02-25 18:04:54','ddc22d8d-cfe3-44b2-bc29-6dd5af74be62'),
(34686,34686,1,'2026-02-25 13:05:59',NULL,NULL,NULL,1,'2026-02-25 18:05:59','2026-02-25 18:05:59','c50ad3fe-179a-4253-846b-e415ede4c9a0'),
(34695,34695,1,'2026-02-25 14:10:42',NULL,NULL,NULL,1,'2026-02-25 19:10:42','2026-02-25 19:10:42','f6cb136b-1ee8-426e-b20a-7be13a8c8d80'),
(34705,34705,1,'2026-02-25 14:21:24',NULL,NULL,NULL,1,'2026-02-25 19:21:24','2026-02-25 19:21:24','6de3dd8e-3509-4723-a096-5fdd2eb7aff7'),
(34706,34706,1,'2026-02-25 14:22:50',NULL,NULL,NULL,1,'2026-02-25 19:22:50','2026-02-25 19:22:50','08b84886-448f-4617-8c24-bbfc7d4be1e2'),
(34721,34721,1,'2026-02-25 14:37:19',NULL,NULL,NULL,1,'2026-02-25 19:37:19','2026-02-25 19:37:19','ebaf32b3-51a7-43a3-85ac-eecdab72e730'),
(34723,34723,1,'2026-02-25 14:38:38',NULL,NULL,NULL,1,'2026-02-25 19:38:38','2026-02-25 19:38:38','31e5efd3-dc8d-4885-abd0-72f41f403114'),
(34724,34724,1,'Shanea Millner Resume2',NULL,NULL,NULL,1,'2026-02-25 19:38:38','2026-02-25 19:38:38','0882c936-d497-41fe-a69e-4d7b79f84a48'),
(34755,34755,1,'Clark admin',NULL,NULL,NULL,1,'2026-02-25 19:41:12','2026-02-25 19:41:12','ae2de3c1-916c-4977-99e0-885c2b2759c6'),
(34758,34758,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23707],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-25 19:41:19','2026-02-25 19:41:19','65179ee6-7049-45de-b83c-9422e45f3edc'),
(34759,34759,1,'Joseph Edeltuch','joseph-edeltuch',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joseph Edeltuch\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[34755]}',1,'2026-02-25 19:41:19','2026-02-25 19:41:19','568d908b-01e2-4c0b-9efb-9e855b24868f'),
(34763,34763,1,'2026-02-25 14:49:30',NULL,NULL,NULL,1,'2026-02-25 19:49:30','2026-02-25 19:49:30','e9ad85fd-e079-4644-9e57-843dd5ec5f06'),
(34767,34767,1,'2026-02-25 14:52:25',NULL,NULL,NULL,1,'2026-02-25 19:52:25','2026-02-25 19:52:25','488f64f2-e6b5-417b-9f45-3096821030dd'),
(34776,34776,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23752],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3ZKW39Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3ZKW39Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-25 19:57:27','2026-02-25 19:57:27','69fb4488-b66d-4d19-b8cb-b75a033396f9'),
(35176,35176,1,'2026-02-25 16:08:15',NULL,NULL,NULL,1,'2026-02-25 21:08:15','2026-02-25 21:08:15','1d4b0bea-2235-4e34-9389-f9d751cc7e6d'),
(35177,35177,1,'Resume20jones20',NULL,NULL,NULL,1,'2026-02-25 21:08:15','2026-02-25 21:08:15','0c7b41fa-de69-4d7e-90ba-30feca830f56'),
(35219,35219,1,'2026-02-25 16:09:54',NULL,NULL,NULL,1,'2026-02-25 21:09:54','2026-02-25 21:09:54','ef110132-9f68-4919-af54-a804a780ad44'),
(36026,36026,1,'2026-02-25 19:16:45',NULL,NULL,NULL,1,'2026-02-26 00:16:45','2026-02-26 00:16:45','9fe8cca1-272b-41c6-86da-6ad488052fed'),
(36029,36029,1,'2026-02-25 20:11:11',NULL,NULL,NULL,1,'2026-02-26 01:11:11','2026-02-26 01:11:11','131a5728-af3c-4f26-8a32-3a495687c914'),
(36030,36030,1,'2026-02-25 20:33:13',NULL,NULL,NULL,1,'2026-02-26 01:33:13','2026-02-26 01:33:13','e5210d4c-33b3-4ae9-a6dc-378e225f51c8'),
(36033,36033,1,'Stephanie Nolen Resume',NULL,NULL,NULL,1,'2026-02-26 01:34:56','2026-02-26 01:34:56','e7c23d58-94dc-4087-a61d-a210eb90ba62'),
(36035,36035,1,'2026-02-25 20:59:24',NULL,NULL,NULL,1,'2026-02-26 01:59:24','2026-02-26 01:59:25','6e0df4d9-5437-4250-a717-cc67424cdaa2'),
(36036,36036,1,'Juan Villacis Resume copy',NULL,NULL,NULL,1,'2026-02-26 01:59:24','2026-02-26 01:59:24','d0b42e8f-7c64-4967-9f02-bf73d133b6f0'),
(36060,36060,1,'2026-02-25 23:36:34',NULL,NULL,NULL,1,'2026-02-26 04:36:34','2026-02-26 04:36:34','c85ab433-7097-4423-8975-cc930ea18f7a'),
(36131,36131,1,'2026-02-26 03:59:50',NULL,NULL,NULL,1,'2026-02-26 08:59:50','2026-02-26 08:59:50','d933b3dd-7ba5-404c-b09a-6ae22d37d3b5'),
(36139,36139,1,'Wendy M Cespedes resume 2025',NULL,NULL,NULL,1,'2026-02-26 09:11:24','2026-02-26 09:11:24','3fbc8acd-1b49-43bf-a02d-d3ac6e2c9e9d'),
(36160,36160,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2974,2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-26 14:24:58','2026-02-26 14:24:58','06f90096-2431-48ed-af00-db8f6916cfd6'),
(36161,36161,1,'Mac Thervil','mac-thervil',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Mac Thervil\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-02-26 14:24:58','2026-02-26 14:24:58','36b8ac96-9de8-4192-9253-4c48e48df9ca'),
(36166,36166,1,'2026-02-26 10:34:37',NULL,NULL,NULL,1,'2026-02-26 15:34:37','2026-02-26 15:34:37','7a53f042-1b36-4af2-8aab-b24229f63206'),
(36167,36167,1,'New Resume2025',NULL,NULL,NULL,1,'2026-02-26 15:34:37','2026-02-26 15:34:37','97e8e518-8def-45f3-8cb4-cde9d44a9ab6'),
(36170,36170,1,'2026-02-26 10:48:10',NULL,NULL,NULL,1,'2026-02-26 15:48:10','2026-02-26 15:48:10','a30f585b-7f0c-400e-9270-d12f24fa6900'),
(36171,36171,1,'Resume',NULL,NULL,NULL,1,'2026-02-26 15:48:10','2026-02-26 15:48:10','f9938c0f-9c5f-44d8-b7b9-9638b20573d2'),
(36173,36173,1,'2026-02-26 11:00:32',NULL,NULL,NULL,1,'2026-02-26 16:00:32','2026-02-26 16:00:32','8c740131-5b38-4f21-9978-b840ed8090df'),
(36177,36177,1,'2026-02-26 11:19:27',NULL,NULL,NULL,1,'2026-02-26 16:19:27','2026-02-26 16:19:27','4f8d5512-1f97-496e-90ad-e1db6401d08b'),
(36178,36178,1,'2026-02-26 11:25:30',NULL,NULL,NULL,1,'2026-02-26 16:25:30','2026-02-26 16:25:30','79b1e987-08c9-40ab-bb3e-66c87531f359'),
(36181,36181,1,'2026-02-26 11:47:42',NULL,NULL,NULL,1,'2026-02-26 16:47:42','2026-02-26 16:47:42','2450cbf2-ab88-48df-855d-9e6c9a614f8c'),
(36182,36182,1,'2026-02-26 11:48:52',NULL,NULL,NULL,1,'2026-02-26 16:48:52','2026-02-26 16:48:52','1b56bfbf-f3b7-4347-858a-afb19f52e604'),
(36183,36183,1,'2026-02-26 12:24:09',NULL,NULL,NULL,1,'2026-02-26 17:24:09','2026-02-26 17:24:09','da51a8a7-fe03-4d41-8806-c1e00428a6ac'),
(36184,36184,1,'2026-02-26 12:37:54',NULL,NULL,NULL,1,'2026-02-26 17:37:54','2026-02-26 17:37:54','20bffd23-421e-4c8a-b5e8-56b196d3bcea'),
(36190,36190,1,'2026-02-26 13:47:18',NULL,NULL,NULL,1,'2026-02-26 18:47:18','2026-02-26 18:47:18','0962f52c-8af5-4f59-831f-017353ccc16f'),
(36191,36191,1,'Resume',NULL,NULL,NULL,1,'2026-02-26 18:47:18','2026-02-26 18:47:18','5f94eb14-1877-45af-957e-be20c04ceff9'),
(36194,36194,1,'2026-02-26 14:06:56',NULL,NULL,NULL,1,'2026-02-26 19:06:56','2026-02-26 19:06:56','fdc8779d-8899-4c55-b27f-d7592597114a'),
(36198,36198,1,'2026-02-26 14:48:51',NULL,NULL,NULL,1,'2026-02-26 19:48:51','2026-02-26 19:48:51','1e813b8f-30cb-47a3-ada9-aeb9b951c49c'),
(36200,36200,1,'2026-02-26 15:04:21',NULL,NULL,NULL,1,'2026-02-26 20:04:21','2026-02-26 20:04:21','517d4a07-85f3-448a-8d04-88c873b4b3ec'),
(36203,36203,1,'2026-02-26 15:17:29',NULL,NULL,NULL,1,'2026-02-26 20:17:29','2026-02-26 20:17:29','8e1bc2c0-8a93-4a57-939c-d9f106aac779'),
(36207,36207,1,'2026-02-26 16:22:48',NULL,NULL,NULL,1,'2026-02-26 21:22:48','2026-02-26 21:22:48','1cba9d76-9cf8-4d99-bee7-180dd638264f'),
(36225,36225,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23764],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-26 21:36:31','2026-02-26 21:36:31','7de6d0e6-a002-4873-8192-b4dc0f05b156'),
(36227,36227,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccspringbrook.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-K58KBDM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-K58KBDM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-26 21:37:41','2026-02-26 21:37:41','5e8f563e-300b-4e05-8573-a074455f58b1'),
(36229,36229,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-26 21:38:33','2026-02-26 21:38:33','6a6ff5fe-ec2b-4d69-aa14-6e325fafadeb'),
(36232,36232,1,NULL,NULL,NULL,'{\"03cca78e-cf5c-4232-ab47-fb113803ea44\":\"Creole-French Specialty Care Program\",\"08870f9e-be3d-417a-bc84-e3a7b0763fc0\":\"A dedicated community where language, culture, and comfort come first.\",\"4228de80-bbd6-4b3d-9852-eea7b1a0ae6f\":[],\"463c8f25-0a98-40be-8a50-46a1215c4374\":{\"value\":\"https://www.youtube.com/watch?v=8AZq2-ZJSX0\",\"type\":\"url\"},\"3e55b84e-38e4-496b-932d-4312ba3f27ad\":\"What Makes This Program Unique:\",\"4957c922-2e3d-4993-8f15-721c7a008474\":\"Dedicated Creole- and French-speaking care team\\nOn-unit Nurse Practitioner for seamless communication\\nDaily traditional soups, stews, and Creole-inspired meals\\nOne-to-one in-room music therapy in Creole & French\\nWeekly faith-based support and Sunday services\",\"b35c7573-3db1-45cf-8914-f29c4ffde63a\":\"Now open at Complete Care at West Caldwell, our 19-bed Creole-French Specialty Care Program is designed for short-term rehabilitation patients and long-term care residents who speak Creole or French and benefit from a culturally familiar environment. This dedicated specialty wing combines bilingual caregivers, an on-unit nurse practitioner, daily Creole-inspired meals, and personalized music therapy in Creole and French to create a setting where residents feel understood, supported, and at home. Families seeking language support, meaningful communication, and strong clinical care will find a community-centered approach that honors culture while delivering exceptional nursing and rehabilitation services.\",\"8dae36aa-8ebb-4f50-b820-d16dcdc11b70\":\"Experience Care That Feels Like Home\",\"aa537b71-6b57-4fa2-a023-9deb4d796cda\":\"Take a Virtual Tour of Our Creole-French Unit\",\"5b8e72ad-ed37-460b-bccf-ada69c240959\":{\"value\":\"https://www.youtube.com/watch?v=8AZq2-ZJSX0\",\"type\":\"url\"}}',1,'2026-02-26 22:08:23','2026-02-26 22:09:29','2de21599-f375-4033-899c-e62126bed974'),
(36233,36233,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23734],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-26 22:08:23','2026-02-26 22:08:23','3371a42f-8297-4a31-a985-b80e24bc0e84'),
(36234,36234,1,NULL,NULL,NULL,'{\"03cca78e-cf5c-4232-ab47-fb113803ea44\":\"Creole-French Specialty Care Program\",\"08870f9e-be3d-417a-bc84-e3a7b0763fc0\":\"A dedicated community where language, culture, and comfort come first.\",\"463c8f25-0a98-40be-8a50-46a1215c4374\":{\"value\":\"https://www.youtube.com/watch?v=AuqReucDsUE\",\"type\":\"url\"},\"3e55b84e-38e4-496b-932d-4312ba3f27ad\":\"What Makes This Program Unique:\",\"4957c922-2e3d-4993-8f15-721c7a008474\":\"Dedicated Creole- and French-speaking care team\\nOn-unit Nurse Practitioner for seamless communication\\nDaily traditional soups, stews, and Creole-inspired meals\\nOne-to-one in-room music therapy in Creole & French\\nWeekly faith-based support and Sunday services\",\"b35c7573-3db1-45cf-8914-f29c4ffde63a\":\"Now open at Complete Care at West Caldwell, our 19-bed Creole-French Specialty Care Program is designed for short-term rehabilitation patients and long-term care residents who speak Creole or French and benefit from a culturally familiar environment. This dedicated specialty wing combines bilingual caregivers, an on-unit nurse practitioner, daily Creole-inspired meals, and personalized music therapy in Creole and French to create a setting where residents feel understood, supported, and at home. Families seeking language support, meaningful communication, and strong clinical care will find a community-centered approach that honors culture while delivering exceptional nursing and rehabilitation services.\",\"8dae36aa-8ebb-4f50-b820-d16dcdc11b70\":\"Experience Care That Feels Like Home\",\"aa537b71-6b57-4fa2-a023-9deb4d796cda\":\"Take a Virtual Tour of Our Creole-French Unit\",\"5b8e72ad-ed37-460b-bccf-ada69c240959\":{\"value\":\"https://www.youtube.com/watch?v=AuqReucDsUE&t=2s\",\"type\":\"url\"}}',1,'2026-02-26 22:08:23','2026-02-26 22:08:23','3788e9e2-e0c5-4503-b935-391b935ace62'),
(36237,36237,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23734],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-26 22:09:29','2026-02-26 22:09:29','249830c3-8bec-48bd-b655-a844cbb2aad6'),
(36238,36238,1,NULL,NULL,NULL,'{\"03cca78e-cf5c-4232-ab47-fb113803ea44\":\"Creole-French Specialty Care Program\",\"08870f9e-be3d-417a-bc84-e3a7b0763fc0\":\"A dedicated community where language, culture, and comfort come first.\",\"463c8f25-0a98-40be-8a50-46a1215c4374\":{\"value\":\"https://www.youtube.com/watch?v=8AZq2-ZJSX0\",\"type\":\"url\"},\"3e55b84e-38e4-496b-932d-4312ba3f27ad\":\"What Makes This Program Unique:\",\"4957c922-2e3d-4993-8f15-721c7a008474\":\"Dedicated Creole- and French-speaking care team\\nOn-unit Nurse Practitioner for seamless communication\\nDaily traditional soups, stews, and Creole-inspired meals\\nOne-to-one in-room music therapy in Creole & French\\nWeekly faith-based support and Sunday services\",\"b35c7573-3db1-45cf-8914-f29c4ffde63a\":\"Now open at Complete Care at West Caldwell, our 19-bed Creole-French Specialty Care Program is designed for short-term rehabilitation patients and long-term care residents who speak Creole or French and benefit from a culturally familiar environment. This dedicated specialty wing combines bilingual caregivers, an on-unit nurse practitioner, daily Creole-inspired meals, and personalized music therapy in Creole and French to create a setting where residents feel understood, supported, and at home. Families seeking language support, meaningful communication, and strong clinical care will find a community-centered approach that honors culture while delivering exceptional nursing and rehabilitation services.\",\"8dae36aa-8ebb-4f50-b820-d16dcdc11b70\":\"Experience Care That Feels Like Home\",\"aa537b71-6b57-4fa2-a023-9deb4d796cda\":\"Take a Virtual Tour of Our Creole-French Unit\",\"5b8e72ad-ed37-460b-bccf-ada69c240959\":{\"value\":\"https://www.youtube.com/watch?v=8AZq2-ZJSX0\",\"type\":\"url\"}}',1,'2026-02-26 22:09:29','2026-02-26 22:09:29','f681990f-cc6c-4314-9199-2f8f60c93429'),
(36241,36241,1,NULL,NULL,NULL,'{\"03cca78e-cf5c-4232-ab47-fb113803ea44\":\"test\"}',1,'2026-02-26 22:10:50','2026-02-26 22:10:50','76c64660-f766-453c-8479-0a01bd4f70e9'),
(36242,36242,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-christian-home-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-26 22:10:50','2026-02-26 22:10:50','cfb25381-2046-48f1-82d0-f17e81982277'),
(36243,36243,1,NULL,NULL,NULL,'{\"03cca78e-cf5c-4232-ab47-fb113803ea44\":\"test\"}',1,'2026-02-26 22:10:50','2026-02-26 22:10:50','3e3fd08a-6155-4eec-8405-d3331be07145'),
(36245,36245,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-christian-home-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-26 22:12:14','2026-02-26 22:12:14','4f07f4fd-5582-4040-9472-bae00a88fb15'),
(36247,36247,1,'2026-02-26 17:27:55',NULL,NULL,NULL,1,'2026-02-26 22:27:55','2026-02-26 22:27:55','f382103f-6e52-4178-b4d0-735cb3798bdd'),
(36255,36255,1,'2026-02-26 18:35:07',NULL,NULL,NULL,1,'2026-02-26 23:35:07','2026-02-26 23:35:07','54a6099d-b057-4605-9899-e4128b1cd3f5'),
(36267,36267,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23704],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-27 01:44:31','2026-02-27 01:44:31','bf1f821f-7239-4f21-81b8-ac15dd0c3420'),
(36268,36268,1,'Victoria Commons','ccvictoriacommons','ccvictoriacommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Victoria Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Victoria Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvictoriacommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Victoria-Commons-109593161604155\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7937],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7939,7941,7940,7938],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23944],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private apartments and studios with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Weekly housekeeping and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Scheduled visits with a Registered Nurse, morning check-ins, and an emergency call system\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvictoriacommons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6098980044\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvictoriacommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvictoriacommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5JXQBRT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5JXQBRT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-02-27 01:48:43','2026-02-27 01:48:43','1d848657-bef2-475b-9a81-bd379203e222'),
(36304,36304,1,'2026-02-26 23:49:23',NULL,NULL,NULL,1,'2026-02-27 04:49:23','2026-02-27 04:49:23','2741cb60-26aa-41c0-b981-cbc7cda1ce60'),
(36314,36314,1,'20260218 195312',NULL,NULL,NULL,1,'2026-02-27 04:53:00','2026-02-27 04:53:00','93878c75-92cb-47fe-a77a-1f91c284f052'),
(36328,36328,1,'2026-02-27 00:13:55',NULL,NULL,NULL,1,'2026-02-27 05:13:55','2026-02-27 05:13:55','784f7184-8ee7-4c03-9f1c-763964af13ae'),
(36332,36332,1,'20260218 195312',NULL,NULL,NULL,1,'2026-02-27 05:15:59','2026-02-27 05:15:59','cc934044-9db5-441a-80fd-ff1bd0b18af7'),
(36339,36339,1,'2026-02-27 00:22:35',NULL,NULL,NULL,1,'2026-02-27 05:22:35','2026-02-27 05:22:36','24067446-bfd6-466a-8eba-8f743cbb3158'),
(36344,36344,1,'2026-02-27 00:27:28',NULL,NULL,NULL,1,'2026-02-27 05:27:27','2026-02-27 05:27:28','e090f8fa-aa15-4ed0-8eb4-9d5b1a38294e'),
(36345,36345,1,'20260218 195312',NULL,NULL,NULL,1,'2026-02-27 05:27:27','2026-02-27 05:27:27','c8266cde-7297-4cc9-aefb-5cabe1610e44'),
(36350,36350,1,'2026-02-27 00:37:23',NULL,NULL,NULL,1,'2026-02-27 05:37:22','2026-02-27 05:37:23','feed4fe0-e9e8-42db-9f51-604509e2ebe3'),
(36351,36351,1,'20260218 195312',NULL,NULL,NULL,1,'2026-02-27 05:37:22','2026-02-27 05:37:22','37be0077-3998-435b-a292-66e66bfafd8a'),
(36356,36356,1,'2026-02-27 00:48:59',NULL,NULL,NULL,1,'2026-02-27 05:48:59','2026-02-27 05:48:59','313e09f2-dd06-41b7-b109-7d3b2305cfb8'),
(36357,36357,1,'20260218 195312',NULL,NULL,NULL,1,'2026-02-27 05:48:59','2026-02-27 05:48:59','4e714f3d-6a06-4c15-a958-b9d0a67e06c9'),
(36366,36366,1,'2026-02-27 02:54:59',NULL,NULL,NULL,1,'2026-02-27 07:54:59','2026-02-27 07:54:59','b3f3ae1b-9f99-4ddd-b368-60660f259516'),
(36367,36367,1,'Resume',NULL,NULL,NULL,1,'2026-02-27 07:54:59','2026-02-27 07:54:59','0a415e2a-e73e-46b9-9cd9-a09288817dd5'),
(36368,36368,1,'2026-02-27 02:56:57',NULL,NULL,NULL,1,'2026-02-27 07:56:57','2026-02-27 07:56:57','4640082d-a5a5-4cad-93bb-04fa17c3ccfa'),
(36369,36369,1,'Resume',NULL,NULL,NULL,1,'2026-02-27 07:56:57','2026-02-27 07:56:57','342396a2-30cd-497c-80f2-0d3b10a8b7eb'),
(36449,36449,1,'2026-02-27 06:47:46',NULL,NULL,NULL,1,'2026-02-27 11:47:46','2026-02-27 11:47:46','3444fdea-63a6-4134-82bb-8691be3825c7'),
(36454,36454,1,'2026-02-27 08:09:16',NULL,NULL,NULL,1,'2026-02-27 13:09:16','2026-02-27 13:09:16','dcf63b8a-df4d-404c-b76f-28b7eadbc51f'),
(36455,36455,1,'2026-02-27 08:17:49',NULL,NULL,NULL,1,'2026-02-27 13:17:49','2026-02-27 13:17:49','f6447f5e-4c51-4887-bcc8-5a6ac82c0d9a'),
(36511,36511,1,'2026-02-27 10:23:53',NULL,NULL,NULL,1,'2026-02-27 15:23:53','2026-02-27 15:23:53','d25e8471-39ec-4e0c-9679-40ec1a25d1db'),
(36513,36513,1,'2026-02-27 10:27:34',NULL,NULL,NULL,1,'2026-02-27 15:27:34','2026-02-27 15:27:34','17bb1117-0c16-43bd-ae68-305717161ab8'),
(36530,36530,1,'2026-02-27 12:35:37',NULL,NULL,NULL,1,'2026-02-27 17:35:37','2026-02-27 17:35:37','4cc3fa7a-5619-449b-988e-ab02cb8cc3bf'),
(36531,36531,1,'2026-02-27 12:54:16',NULL,NULL,NULL,1,'2026-02-27 17:54:16','2026-02-27 17:54:16','c2857aa2-be21-48c4-8ae5-b6daf9d6b395'),
(36541,36541,1,'2026-02-27 13:43:02',NULL,NULL,NULL,1,'2026-02-27 18:43:02','2026-02-27 18:43:02','ceeb9a2f-0ce8-4412-9360-4e10b1c83989'),
(36542,36542,1,'Eldridge Leeann Resume',NULL,NULL,NULL,1,'2026-02-27 18:43:02','2026-02-27 18:43:02','49424e6c-c46b-4a92-81e1-e9fe6298eaec'),
(36547,36547,1,'2026-02-27 14:34:24',NULL,NULL,NULL,1,'2026-02-27 19:34:24','2026-02-27 19:34:24','1e574813-6856-4ab0-a62c-fce83b6df985'),
(36548,36548,1,'Resume Monica Legerme',NULL,NULL,NULL,1,'2026-02-27 19:34:24','2026-02-27 19:34:24','d47e6523-ab0a-4758-9417-c2876940015c'),
(36550,36550,1,'2026-02-27 14:41:46',NULL,NULL,NULL,1,'2026-02-27 19:41:46','2026-02-27 19:41:46','54a8744a-574e-4c19-9448-774591b873e5'),
(36551,36551,1,'2026-02-27 14:42:50',NULL,NULL,NULL,1,'2026-02-27 19:42:50','2026-02-27 19:42:50','47174f6c-244e-4424-8383-424854caf802'),
(36561,36561,1,'2026-02-27 15:31:04',NULL,NULL,NULL,1,'2026-02-27 20:31:04','2026-02-27 20:31:04','5c13c68a-5738-464c-a87d-1a24561840e2'),
(36562,36562,1,'IMG 2315',NULL,NULL,NULL,1,'2026-02-27 20:31:04','2026-02-27 20:31:04','2558ff01-a31e-443b-8d72-48eed318a026'),
(36563,36563,1,'2026-02-27 15:34:42',NULL,NULL,NULL,1,'2026-02-27 20:34:41','2026-02-27 20:34:42','55b4a99d-8537-4d68-ba64-5af8577c6384'),
(36564,36564,1,'HS Transcript',NULL,NULL,NULL,1,'2026-02-27 20:34:41','2026-02-27 20:34:41','e2ace2e1-ec73-4042-900c-b5e5c226826a'),
(36578,36578,1,'2026-02-27 17:37:32',NULL,NULL,NULL,1,'2026-02-27 22:37:32','2026-02-27 22:37:32','8c5e5eb1-829f-4498-9fda-3174e3dfeaeb'),
(36581,36581,1,'2026-02-27 18:01:30',NULL,NULL,NULL,1,'2026-02-27 23:01:30','2026-02-27 23:01:30','584d00ca-f0b0-451d-b645-dd8a914f986a'),
(36582,36582,1,'Resume 1',NULL,NULL,NULL,1,'2026-02-27 23:01:30','2026-02-27 23:01:30','c2678b20-ab93-45a3-978f-cdd900ff2228'),
(36607,36607,1,'2026-02-27 21:00:28',NULL,NULL,NULL,1,'2026-02-28 02:00:27','2026-02-28 02:00:28','0ba0cc94-0b83-4718-85be-06f86ff9ce3c'),
(36608,36608,1,'20260218 195312',NULL,NULL,NULL,1,'2026-02-28 02:00:27','2026-02-28 02:00:27','bdb0ad88-47f6-45fb-8fac-dd09d7e8e6cc'),
(36610,36610,1,'2026-02-27 21:03:33',NULL,NULL,NULL,1,'2026-02-28 02:03:33','2026-02-28 02:03:33','cd82039e-b9da-4c5a-b7d2-f1e8e59125b0'),
(36614,36614,1,'20260218 195312',NULL,NULL,NULL,1,'2026-02-28 02:05:02','2026-02-28 02:05:02','cf026bd8-2f46-4606-bd0a-7a08d1572ef9'),
(36658,36658,1,'2026-02-27 23:36:36',NULL,NULL,NULL,1,'2026-02-28 04:36:36','2026-02-28 04:36:36','0d301c2e-36e0-46ac-a3b0-dd31b82946c8'),
(36682,36682,1,'2026-02-28 05:49:20',NULL,NULL,NULL,1,'2026-02-28 10:49:20','2026-02-28 10:49:20','21da962e-529b-49ce-a7ba-b856a21ec3c9'),
(36683,36683,1,'2026-02-28 06:03:38',NULL,NULL,NULL,1,'2026-02-28 11:03:38','2026-02-28 11:03:38','43d6c91c-833f-4de8-94b4-a6a4a323670a'),
(36687,36687,1,'2026-02-28 06:48:21',NULL,NULL,NULL,1,'2026-02-28 11:48:21','2026-02-28 11:48:21','fec57bd2-48f2-4b51-b266-d45cbcff2838'),
(36688,36688,1,'2026-02-28 06:55:06',NULL,NULL,NULL,1,'2026-02-28 11:55:06','2026-02-28 11:55:06','0222c666-0038-44d3-836f-70e3efae6ec6'),
(36691,36691,1,'2026-02-28 07:23:51',NULL,NULL,NULL,1,'2026-02-28 12:23:51','2026-02-28 12:23:51','882b6a34-a591-4b1f-9ac8-5686c65867df'),
(36704,36704,1,'2026-02-28 11:27:07',NULL,NULL,NULL,1,'2026-02-28 16:27:07','2026-02-28 16:27:07','f2c06d83-7f53-4d54-922b-65863a57d26f'),
(36709,36709,1,'2026-02-28 12:18:57',NULL,NULL,NULL,1,'2026-02-28 17:18:57','2026-02-28 17:18:57','47bdaae6-926c-4261-914f-064a4c874c70'),
(36751,36751,1,'2026-02-28 13:57:03',NULL,NULL,NULL,1,'2026-02-28 18:57:03','2026-02-28 18:57:03','724b4271-9221-4f5f-9241-fa888bc8942d'),
(36752,36752,1,'2026-02-28 13:57:05',NULL,NULL,NULL,1,'2026-02-28 18:57:05','2026-02-28 18:57:05','1910097f-2a1f-48fd-850e-3961e874e8af'),
(36756,36756,1,'2026-02-28 14:58:46',NULL,NULL,NULL,1,'2026-02-28 19:58:45','2026-02-28 19:58:46','088ead63-25d2-41a3-9314-f07aef34b603'),
(36757,36757,1,'20260218 195312',NULL,NULL,NULL,1,'2026-02-28 19:58:45','2026-02-28 19:58:45','213cc608-8a96-48d1-90de-71d8eb24b8c6'),
(36758,36758,1,'2026-02-28 15:01:03',NULL,NULL,NULL,1,'2026-02-28 20:01:02','2026-02-28 20:01:03','73edb65f-f5bc-4fd6-87f4-3427fa989dbe'),
(36761,36761,1,'20260218 195312',NULL,NULL,NULL,1,'2026-02-28 20:01:47','2026-02-28 20:01:47','846e488f-5897-49d3-b907-58a97a484fac'),
(36779,36779,1,'2026-02-28 19:22:35',NULL,NULL,NULL,1,'2026-03-01 00:22:35','2026-03-01 00:22:35','1cc7f446-3445-4e29-ac4f-1381caf92c0b'),
(36784,36784,1,'2026-02-28 21:10:38',NULL,NULL,NULL,1,'2026-03-01 02:10:38','2026-03-01 02:10:38','1cbdca48-6c7b-46cc-97a1-a6a5c71edfac'),
(36785,36785,1,'IMG 8585',NULL,NULL,NULL,1,'2026-03-01 02:10:38','2026-03-01 02:10:38','cb1233bc-d74d-436f-9487-b278485fce39'),
(36786,36786,1,'2026-02-28 21:19:18',NULL,NULL,NULL,1,'2026-03-01 02:19:18','2026-03-01 02:19:18','e53ea11b-f074-4a0a-a8fd-36e041f365ff'),
(36787,36787,1,'Crawford 2026 Resume Director Regional Operations',NULL,NULL,NULL,1,'2026-03-01 02:19:18','2026-03-01 02:19:18','a045e83d-8e7e-49ad-9675-b53f89df6a09'),
(36862,36862,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:55','2026-03-01 04:20:55','c32ceba0-d3d2-4518-9dde-ce911d876299'),
(36863,36863,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:55','2026-03-01 04:20:55','1bb70845-2314-4206-8fef-707c34060698'),
(36864,36864,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:55','2026-03-01 04:20:55','4a8afd25-c528-4ae9-b968-3eb734766661'),
(36865,36865,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:56','2026-03-01 04:20:56','0839fc18-c349-42ac-afd4-32b3cf58accc'),
(36866,36866,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:56','2026-03-01 04:20:56','a2c6e50a-0ac5-450d-bcc1-0db6c6adf62e'),
(36867,36867,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:57','2026-03-01 04:20:57','ebda9f89-4788-42da-a12a-0d02dae24a03'),
(36868,36868,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:57','2026-03-01 04:20:57','c621c20e-adb2-4fa6-bf48-7d385779a0ae'),
(36869,36869,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:57','2026-03-01 04:20:57','5ab75e6d-0a4b-4472-9d72-42106b98d343'),
(36870,36870,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:58','2026-03-01 04:20:58','98c6a19f-60ae-4dec-96f8-3177d8fb6d4f'),
(36871,36871,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:58','2026-03-01 04:20:58','db735ef7-46e4-4a59-86fb-63aa0eac5de5'),
(36872,36872,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:58','2026-03-01 04:20:58','964d86da-16ba-48e1-92f6-0d4101ebc690'),
(36873,36873,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:58','2026-03-01 04:20:58','6e33f6e6-7c79-40dc-80dd-22d70abeccab'),
(36874,36874,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:59','2026-03-01 04:20:59','d1e75b08-0f11-41ed-8ba9-d3226bbc24b6'),
(36875,36875,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:59','2026-03-01 04:20:59','d07d21ef-17ef-46a8-9ec5-203f3e63889b'),
(36876,36876,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:20:59','2026-03-01 04:20:59','1e9359f0-df30-4f11-b045-2582d2a0140a'),
(36877,36877,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:00','2026-03-01 04:21:00','12ffb036-51f2-45cb-8fcd-c3ee6c8b2b6a'),
(36878,36878,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:00','2026-03-01 04:21:00','71c726fb-2896-4732-831e-caa31b06c599'),
(36879,36879,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:00','2026-03-01 04:21:00','6c1d4193-c506-425b-97ec-26fda76265fa'),
(36880,36880,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:00','2026-03-01 04:21:00','c8c9ce79-7c57-4c2a-98eb-19c24623d911'),
(36881,36881,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:01','2026-03-01 04:21:01','5f042ce8-1237-4338-8b1b-b9ff7f327ca2'),
(36882,36882,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:01','2026-03-01 04:21:01','a5001341-72c7-445b-b350-d0c958f7d14f'),
(36883,36883,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:01','2026-03-01 04:21:01','b5222b93-254e-425b-89fa-2097b760c524'),
(36884,36884,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:01','2026-03-01 04:21:01','f4f2c693-30a0-4989-b074-1e0e04f36aab'),
(36885,36885,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:02','2026-03-01 04:21:02','4bb4c054-023b-4c0b-ae9d-6bc01eb41340'),
(36886,36886,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:02','2026-03-01 04:21:02','8a466cb5-a7e6-4cbf-ac83-94f352db3105'),
(36887,36887,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:03','2026-03-01 04:21:03','ecdad2f0-00a7-4e52-9d0b-167fcf68dc30'),
(36888,36888,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:03','2026-03-01 04:21:03','62da9821-a83c-423d-867d-cdbf1544c3aa'),
(36889,36889,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:03','2026-03-01 04:21:03','9515b484-1f58-46d9-a686-893230a93049'),
(36890,36890,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:03','2026-03-01 04:21:03','bee23993-ff57-481f-a192-9a855be54213'),
(36891,36891,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:03','2026-03-01 04:21:03','9c906d3d-f3d1-492f-aaf4-5c1e9a5e7fdc'),
(36892,36892,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:04','2026-03-01 04:21:04','5fd2aba7-43ce-4635-ace1-5e1a6aac65d1'),
(36893,36893,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:04','2026-03-01 04:21:04','61fd4f9b-dd21-43b7-be15-83ce78d78d0c'),
(36894,36894,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:04','2026-03-01 04:21:04','02eb8488-d09c-4974-84dd-73195f4681bc'),
(36895,36895,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:04','2026-03-01 04:21:04','f519307a-6baa-45ec-9220-839950eee429'),
(36896,36896,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:05','2026-03-01 04:21:05','a47ec15c-1d45-4a6c-8726-dfc6406a9f37'),
(36897,36897,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:05','2026-03-01 04:21:05','5d26718c-5fdd-4426-b54b-805a53f2f4e9'),
(36898,36898,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:05','2026-03-01 04:21:05','c3fe1e28-5132-47b3-8b54-edfa688018a7'),
(36899,36899,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:06','2026-03-01 04:21:06','1f3c0c40-8b02-4221-b5d6-070900182e59'),
(36900,36900,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:06','2026-03-01 04:21:06','72cbbcc4-eb27-4645-b007-954d7cfd2543'),
(36901,36901,1,NULL,NULL,NULL,NULL,1,'2026-03-01 04:21:06','2026-03-01 04:21:06','1770c624-7f7c-4a7f-8880-1569a119c0bf'),
(36903,36903,1,'2026-03-01 00:01:34',NULL,NULL,NULL,1,'2026-03-01 05:01:34','2026-03-01 05:01:34','754550e9-c137-4473-b3d9-c609b3457843'),
(36993,36993,1,'2026-03-01 07:29:41',NULL,NULL,NULL,1,'2026-03-01 12:29:41','2026-03-01 12:29:41','6f455ec7-00dd-4687-8446-08758a57bcfe'),
(36994,36994,1,'Karena resume 3',NULL,NULL,NULL,1,'2026-03-01 12:29:41','2026-03-01 12:29:41','84433c05-ccda-47d6-8d7a-af0f1204246f'),
(36999,36999,1,'2026-03-01 08:11:14',NULL,NULL,NULL,1,'2026-03-01 13:11:14','2026-03-01 13:11:14','26388b02-d2dc-43cf-a92c-8693a57a7ad8'),
(37004,37004,1,'2026-03-01 08:51:00',NULL,NULL,NULL,1,'2026-03-01 13:51:00','2026-03-01 13:51:00','85f4bca9-a125-46e6-aa13-bbfcea1dc875'),
(37007,37007,1,'2026-03-01 09:18:55',NULL,NULL,NULL,1,'2026-03-01 14:18:55','2026-03-01 14:18:55','e5678c1b-3388-4589-b268-45f63ae6bd7c'),
(37009,37009,1,'2026-03-01 09:33:06',NULL,NULL,NULL,1,'2026-03-01 14:33:06','2026-03-01 14:33:06','36f6ef1a-e10f-43a2-b882-6e39875e229b'),
(37010,37010,1,'2026-03-01 09:47:16',NULL,NULL,NULL,1,'2026-03-01 14:47:16','2026-03-01 14:47:16','edf44e43-7c4f-4d49-81c1-950dba38f7a8'),
(37012,37012,1,'2026-03-01 10:34:52',NULL,NULL,NULL,1,'2026-03-01 15:34:52','2026-03-01 15:34:52','0703dff6-1371-4f2f-a217-d8c7da599d89'),
(37013,37013,1,'2026-03-01 10:35:10',NULL,NULL,NULL,1,'2026-03-01 15:35:10','2026-03-01 15:35:10','6a9b5271-2aaa-47f1-be47-55a6665a20b1'),
(37071,37071,1,'2026-03-01 12:17:15',NULL,NULL,NULL,1,'2026-03-01 17:17:14','2026-03-01 17:17:15','a1ea6989-5d04-40e9-98da-861088353f3f'),
(37072,37072,1,'20260218 195312',NULL,NULL,NULL,1,'2026-03-01 17:17:14','2026-03-01 17:17:14','50d7b87e-b2a2-4dfb-a012-6d2d065b70a5'),
(37101,37101,1,'2026-03-01 13:57:22',NULL,NULL,NULL,1,'2026-03-01 18:57:22','2026-03-01 18:57:22','bce62b62-7774-469f-b47a-1f110f410db6'),
(37102,37102,1,'6 B33 D05 E F142 47 FA 9 CA6 FEF9144 F1763',NULL,NULL,NULL,1,'2026-03-01 18:57:22','2026-03-01 18:57:22','1e48b05a-a36b-453a-acb4-4a77755782d4'),
(37123,37123,1,'2026-03-01 17:45:55',NULL,NULL,NULL,1,'2026-03-01 22:45:55','2026-03-01 22:45:55','8cdbf731-ba7e-48cf-9716-32d4ef3cfa72'),
(37128,37128,1,'2026-03-01 19:52:05',NULL,NULL,NULL,1,'2026-03-02 00:52:05','2026-03-02 00:52:05','976c4e03-c569-4e8b-ae79-238a61fb2166'),
(37130,37130,1,'2026-03-01 20:06:47',NULL,NULL,NULL,1,'2026-03-02 01:06:47','2026-03-02 01:06:47','48bdde81-222a-44a3-a87e-af318f2e089f'),
(37252,37252,1,'2026-03-02 01:55:28',NULL,NULL,NULL,1,'2026-03-02 06:55:28','2026-03-02 06:55:28','0b87fc1c-6fa8-4279-97fd-d1c246912932'),
(37337,37337,1,'2026-03-02 05:15:07',NULL,NULL,NULL,1,'2026-03-02 10:15:07','2026-03-02 10:15:07','b9d86057-ca9a-433c-be5d-e9ec5da44347'),
(37425,37425,1,'2026-03-02 08:45:10',NULL,NULL,NULL,1,'2026-03-02 13:45:10','2026-03-02 13:45:10','3e26bf69-da91-47d6-bfea-68188f8eb4ed'),
(37430,37430,1,'2026-03-02 09:13:43',NULL,NULL,NULL,1,'2026-03-02 14:13:43','2026-03-02 14:13:43','193b9703-f5fc-4d88-8b37-86ea08b4b8ff'),
(37432,37432,1,'2026-03-02 09:42:02',NULL,NULL,NULL,1,'2026-03-02 14:42:02','2026-03-02 14:42:02','02884ff3-6610-4428-a74f-83faaa04768f'),
(37433,37433,1,'Levy Resume',NULL,NULL,NULL,1,'2026-03-02 14:42:02','2026-03-02 14:42:02','19f6bad6-4ab4-4974-97ba-b49c39badbfd'),
(37437,37437,1,'2026-03-02 09:51:47',NULL,NULL,NULL,1,'2026-03-02 14:51:47','2026-03-02 14:51:47','495c41bf-9fb7-4993-89f0-40d7ff9d587a'),
(37439,37439,1,'2026-03-02 10:23:00',NULL,NULL,NULL,1,'2026-03-02 15:23:00','2026-03-02 15:23:00','c06b77dc-a2d8-4e80-8cbd-2cc3e6681d78'),
(37441,37441,1,'2026-03-02 10:46:06',NULL,NULL,NULL,1,'2026-03-02 15:46:06','2026-03-02 15:46:06','4aea75f5-4e61-47c0-ac17-f591eb173671'),
(37442,37442,1,'RESUME LPN',NULL,NULL,NULL,1,'2026-03-02 15:46:06','2026-03-02 15:46:06','b37e0bc5-ad7d-4ee1-8484-d5dd0b54e6d7'),
(37443,37443,1,'2026-03-02 11:11:11',NULL,NULL,NULL,1,'2026-03-02 16:11:11','2026-03-02 16:11:11','8ee73a0a-8773-4562-809e-692dd72d52af'),
(37444,37444,1,'2026-03-02 11:40:46',NULL,NULL,NULL,1,'2026-03-02 16:40:46','2026-03-02 16:40:46','81b74739-4833-4fc8-8270-72ce6a3155cb'),
(37445,37445,1,'2026-03-02 11:43:46',NULL,NULL,NULL,1,'2026-03-02 16:43:46','2026-03-02 16:43:46','ce200fae-9a7e-48c3-ba44-86d1aebb91af'),
(37447,37447,1,'2026-03-02 12:17:06',NULL,NULL,NULL,1,'2026-03-02 17:17:06','2026-03-02 17:17:06','519cd59b-4211-4e83-81b6-e93877b6af14'),
(37449,37449,1,'2026-03-02 12:20:02',NULL,NULL,NULL,1,'2026-03-02 17:20:02','2026-03-02 17:20:02','d604c37a-1d35-45ab-bddd-5e03096af743'),
(37455,37455,1,'2026-03-02 12:31:12',NULL,NULL,NULL,1,'2026-03-02 17:31:12','2026-03-02 17:31:12','86e64493-a4de-4830-8008-ebd2c333d5b3'),
(37462,37462,1,'2026-03-02 12:45:11',NULL,NULL,NULL,1,'2026-03-02 17:45:11','2026-03-02 17:45:11','955553dd-6e6d-41d5-a390-3d2c9c89baef'),
(37505,37505,1,'2026-03-02 13:27:48',NULL,NULL,NULL,1,'2026-03-02 18:27:48','2026-03-02 18:27:48','2c7f1701-a06d-434e-a533-14cc7fd4c8a3'),
(37508,37508,1,'2026-03-02 13:33:07',NULL,NULL,NULL,1,'2026-03-02 18:33:06','2026-03-02 18:33:07','20241087-d97c-416d-8dea-622db35ab4e3'),
(37519,37519,1,'TANYA MOLLETTEWILLIAMS 2026',NULL,NULL,NULL,1,'2026-03-02 18:41:29','2026-03-02 18:41:29','05d67a62-abcd-4087-93ca-2de4ee58b89a'),
(37567,37567,1,'2026-03-02 15:43:57',NULL,NULL,NULL,1,'2026-03-02 20:43:56','2026-03-02 20:43:57','a962b577-a874-42c8-9152-44eb731e6fe9'),
(37568,37568,1,'IMG 8754',NULL,NULL,NULL,1,'2026-03-02 20:43:56','2026-03-02 20:43:56','5b7b0147-4779-456d-9054-a6ea551b3128'),
(37570,37570,1,'2026-03-02 16:01:53',NULL,NULL,NULL,1,'2026-03-02 21:01:53','2026-03-02 21:01:53','89d2e85b-9f0a-46d9-b033-e2b6d7fdca29'),
(37574,37574,1,'2026-03-02 16:42:01',NULL,NULL,NULL,1,'2026-03-02 21:42:01','2026-03-02 21:42:01','11181f3f-3fb4-4432-9e63-e4f44f6f63c4'),
(37576,37576,1,'2026-03-02 17:20:32',NULL,NULL,NULL,1,'2026-03-02 22:20:32','2026-03-02 22:20:33','68e3af99-528a-4c11-8d01-b2ddc9dc4c65'),
(37577,37577,1,'My Resumé Juancho Amon',NULL,NULL,NULL,1,'2026-03-02 22:20:32','2026-03-02 22:20:32','b9ca058f-a6bf-4128-8325-99ab03634ca7'),
(37581,37581,1,'2026-03-02 17:30:30',NULL,NULL,NULL,1,'2026-03-02 22:30:30','2026-03-02 22:30:30','729aea6d-1a5c-4b0c-b46d-aef24dbb8635'),
(37585,37585,1,'2026-03-02 18:45:03',NULL,NULL,NULL,1,'2026-03-02 23:45:03','2026-03-02 23:45:03','f3976207-a5e1-4831-960c-12f1dda12137'),
(37587,37587,1,'2026-03-02 18:58:19',NULL,NULL,NULL,1,'2026-03-02 23:58:19','2026-03-02 23:58:19','d950f2ea-96a7-495f-85d0-bfa746b356f8'),
(37594,37594,1,'2026-03-02 19:53:42',NULL,NULL,NULL,1,'2026-03-03 00:53:42','2026-03-03 00:53:42','723d08c1-0d30-4436-9f57-439bc254d8d8'),
(37596,37596,1,'2026-03-02 20:24:00',NULL,NULL,NULL,1,'2026-03-03 01:24:00','2026-03-03 01:24:00','dd50ff13-2060-4388-b04f-3f9de3e0f5dd'),
(37597,37597,1,'Resume 5',NULL,NULL,NULL,1,'2026-03-03 01:24:00','2026-03-03 01:24:00','556c3dd7-f6db-433e-9bff-f42075265baf'),
(37761,37761,1,'2026-03-03 05:17:17',NULL,NULL,NULL,1,'2026-03-03 10:17:17','2026-03-03 10:17:17','2280fcc2-4256-4b00-90c9-85162763e845'),
(37837,37837,1,'2026-03-03 08:16:32',NULL,NULL,NULL,1,'2026-03-03 13:16:32','2026-03-03 13:16:32','5995e900-7af8-4f90-ba67-1607bbe31a09'),
(37846,37846,1,'2026-03-03 08:28:08',NULL,NULL,NULL,1,'2026-03-03 13:28:08','2026-03-03 13:28:08','c20b5bc4-88ca-4e7e-8ca5-40bed537f523'),
(37907,37907,1,'2026-03-03 11:09:00',NULL,NULL,NULL,1,'2026-03-03 16:09:00','2026-03-03 16:09:00','7fbb0eac-9455-40f7-90b2-5708f1a78f29'),
(37911,37911,1,'2026-03-03 11:19:03',NULL,NULL,NULL,1,'2026-03-03 16:19:03','2026-03-03 16:19:03','fe22f39e-2779-4717-83ab-942a9830f94d'),
(37924,37924,1,'2026-03-03 11:35:06',NULL,NULL,NULL,1,'2026-03-03 16:35:06','2026-03-03 16:35:06','121b4e03-add9-4aaf-b855-b809b0802948'),
(37925,37925,1,'IMG 0070',NULL,NULL,NULL,1,'2026-03-03 16:35:06','2026-03-03 16:35:06','a36ad28b-6922-4343-b059-62c5e969fcf0'),
(37927,37927,1,'2026-03-03 11:37:04',NULL,NULL,NULL,1,'2026-03-03 16:37:04','2026-03-03 16:37:04','0930872e-9ddb-4dfe-a5fc-f34ed65b8e1f'),
(37928,37928,1,'A Royle CV 2026',NULL,NULL,NULL,1,'2026-03-03 16:37:04','2026-03-03 16:37:04','1a834c42-5084-4eed-99a0-46e16e9a2b65'),
(37933,37933,1,'2026-03-03 11:51:36',NULL,NULL,NULL,1,'2026-03-03 16:51:36','2026-03-03 16:51:36','518ffbf1-9327-41b2-965e-54581b14389d'),
(37937,37937,1,'2026-03-03 12:27:48',NULL,NULL,NULL,1,'2026-03-03 17:27:48','2026-03-03 17:27:48','ceac069b-6591-45f4-a3c5-fbf137c0a6b1'),
(37943,37943,1,'2026-03-03 13:13:51',NULL,NULL,NULL,1,'2026-03-03 18:13:51','2026-03-03 18:13:51','63c8a5a3-9339-4646-9d85-12b9fe4e9bf7'),
(37945,37945,1,'2026-03-03 13:29:04',NULL,NULL,NULL,1,'2026-03-03 18:29:04','2026-03-03 18:29:04','c1c5dd89-98bd-4f63-ab0a-30ffb3708ec9'),
(37951,37951,1,'2026-03-03 13:46:53',NULL,NULL,NULL,1,'2026-03-03 18:46:53','2026-03-03 18:46:53','3d448a47-45cb-400e-91fe-77cfb7d58eba'),
(37952,37952,1,'2026-03-03 13:48:46',NULL,NULL,NULL,1,'2026-03-03 18:48:46','2026-03-03 18:48:46','344ac795-cdff-4467-85c4-49b7bbeba447'),
(37956,37956,1,'2026-03-03 14:17:32',NULL,NULL,NULL,1,'2026-03-03 19:17:32','2026-03-03 19:17:32','e8ea7b76-2434-4967-bace-0033f3a5eb95'),
(37957,37957,1,'Kareemah S Morris resume',NULL,NULL,NULL,1,'2026-03-03 19:17:32','2026-03-03 19:17:32','124d381d-de28-489a-b583-39c52bfcf9ef'),
(37959,37959,1,'2026-03-03 14:23:47',NULL,NULL,NULL,1,'2026-03-03 19:23:47','2026-03-03 19:23:47','89b1e3b1-ab19-4c69-af02-7ff66719752f'),
(37963,37963,1,'2026-03-03 15:24:11',NULL,NULL,NULL,1,'2026-03-03 20:24:11','2026-03-03 20:24:11','1c840d5b-5a72-4b6f-ba59-1c8a8ff756c3'),
(37964,37964,1,'JGA Resumé',NULL,NULL,NULL,1,'2026-03-03 20:24:11','2026-03-03 20:24:11','d1c0929a-248c-410f-8505-de95b194c967'),
(37968,37968,1,'2026-03-03 15:58:57',NULL,NULL,NULL,1,'2026-03-03 20:58:57','2026-03-03 20:58:57','8991bb77-bbb2-4654-91d3-83f56838b0af'),
(37975,37975,1,'2026-03-03 16:44:41',NULL,NULL,NULL,1,'2026-03-03 21:44:41','2026-03-03 21:44:41','4cc509ed-5174-4931-a2e9-af4d48247657'),
(37977,37977,1,'2026-03-03 17:28:29',NULL,NULL,NULL,1,'2026-03-03 22:28:29','2026-03-03 22:28:29','a3fd92f6-170b-48cf-8fc0-6fcaf2d5257b'),
(37981,37981,1,'2026-03-03 18:01:55',NULL,NULL,NULL,1,'2026-03-03 23:01:55','2026-03-03 23:01:55','ceff85ff-b037-4919-8556-454c0818b6a0'),
(37982,37982,1,'2026-03-03 18:20:07',NULL,NULL,NULL,1,'2026-03-03 23:20:07','2026-03-03 23:20:07','c9bc3700-e8d8-4278-9235-1e2f4302c280'),
(37983,37983,1,'GLORY TOPPING Resume 1',NULL,NULL,NULL,1,'2026-03-03 23:20:07','2026-03-03 23:20:07','c49f14e1-9fa7-40f0-b0f2-c565ea4048ff'),
(37986,37986,1,'2026-03-03 18:45:51',NULL,NULL,NULL,1,'2026-03-03 23:45:51','2026-03-03 23:45:52','960a3f36-2052-40a7-8128-ad4f62573ed8'),
(37989,37989,1,'I am sharing Official Resume 3 Email 1 with you',NULL,NULL,NULL,1,'2026-03-03 23:46:25','2026-03-03 23:46:25','e9b6b6e7-6df2-43c9-939e-d83ed8bbe495'),
(38000,38000,1,'2026-03-03 20:35:54',NULL,NULL,NULL,1,'2026-03-04 01:35:54','2026-03-04 01:35:54','c446f77a-8f1a-479c-9a68-ec35f59f438c'),
(38055,38055,1,'2026-03-03 22:02:40',NULL,NULL,NULL,1,'2026-03-04 03:02:40','2026-03-04 03:02:40','346f524a-dae2-4898-90e3-05db12d6d0ea'),
(38064,38064,1,'2026-03-03 22:31:06',NULL,NULL,NULL,1,'2026-03-04 03:31:06','2026-03-04 03:31:06','8ce6570e-3456-4b37-bbc0-f408adebd16a'),
(38067,38067,1,'2026-03-03 22:38:50',NULL,NULL,NULL,1,'2026-03-04 03:38:50','2026-03-04 03:38:50','c37bc175-87e9-4604-b0b5-827605d3fd84'),
(38174,38174,1,'2026-03-04 06:08:23',NULL,NULL,NULL,1,'2026-03-04 11:08:23','2026-03-04 11:08:23','4b28e313-f29b-4bcb-a803-3ceac4f4d8fe'),
(38176,38176,1,'2026-03-04 07:12:16',NULL,NULL,NULL,1,'2026-03-04 12:12:16','2026-03-04 12:12:16','c34cc5b0-198c-424f-9baf-7f3073c6bc50'),
(38177,38177,1,'AS RESUME',NULL,NULL,NULL,1,'2026-03-04 12:12:16','2026-03-04 12:12:16','559cbb8d-c15a-4a4e-8fff-43dc48c3430a'),
(38196,38196,1,'2026-03-04 09:44:39',NULL,NULL,NULL,1,'2026-03-04 14:44:39','2026-03-04 14:44:39','b3f2783b-b560-4e57-933f-96374ba77c32'),
(38205,38205,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:20','2026-03-04 14:57:20','a0b0a4d4-91f0-4f3c-a0ff-b0bb0b80ee7d'),
(38206,38206,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:21','2026-03-04 14:57:21','7e13ed8e-43cb-445a-a462-7d753699b56e'),
(38207,38207,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:21','2026-03-04 14:57:21','7eda2af4-0e7e-4359-af0b-943498e1546e'),
(38208,38208,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:21','2026-03-04 14:57:21','94213bb9-d924-4f6a-be14-a927c7eb0310'),
(38209,38209,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:21','2026-03-04 14:57:21','79ab01b6-93a9-4880-a712-069e032d1774'),
(38210,38210,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:22','2026-03-04 14:57:22','e026d92a-3401-48ad-85c8-53b8b3e51c5e'),
(38211,38211,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:22','2026-03-04 14:57:22','75ca3b89-f1a6-4a57-8e5f-935258e38264'),
(38212,38212,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:22','2026-03-04 14:57:22','00bd24be-e9ba-47f0-8121-acf8fe5fa83f'),
(38213,38213,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:22','2026-03-04 14:57:22','a2581c8b-29c9-46da-b8f6-1e829c2eff47'),
(38214,38214,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:23','2026-03-04 14:57:23','477bfb03-5968-42ec-96e0-c010a34175ef'),
(38215,38215,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:24','2026-03-04 14:57:24','1a439731-d64e-405c-b9db-e8d89746cc64'),
(38216,38216,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:24','2026-03-04 14:57:24','104df2e5-5648-43ce-9b4a-238fa8740336'),
(38217,38217,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:24','2026-03-04 14:57:24','e80a99aa-d3ed-4371-a963-01a2a23a24e9'),
(38218,38218,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:24','2026-03-04 14:57:24','4b0c116c-2369-4b02-ba26-ef6d746f0be9'),
(38219,38219,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:24','2026-03-04 14:57:24','aebfdd93-5ef5-41bf-a837-ae19f74707d5'),
(38220,38220,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:25','2026-03-04 14:57:25','455b7eab-ede5-4ae2-b03a-2d92bdbf5fbd'),
(38221,38221,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:25','2026-03-04 14:57:25','ece88faf-7703-4dc8-8e90-302d5f02af47'),
(38222,38222,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:25','2026-03-04 14:57:25','eec19320-0526-4cf1-ad67-50b3702505ba'),
(38223,38223,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:25','2026-03-04 14:57:25','af2dff2c-618d-48cb-a6ed-59a7e9e3f0be'),
(38224,38224,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:26','2026-03-04 14:57:26','e692e14d-92b5-46c4-8a48-d1b3b8a48648'),
(38225,38225,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:26','2026-03-04 14:57:26','b3575a5d-72f5-4470-8739-a3f9bd993ca8'),
(38226,38226,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:26','2026-03-04 14:57:26','9df613ff-3a21-4899-9712-5730b2b0e83e'),
(38227,38227,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:26','2026-03-04 14:57:26','e7cd2968-2129-423b-9129-442eb1fd9c12'),
(38228,38228,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:27','2026-03-04 14:57:27','f2bb5822-c22a-45d0-9a43-b5204dd81a0b'),
(38229,38229,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:27','2026-03-04 14:57:27','f8763e8b-1cca-48f2-a763-0c2c6083e143'),
(38230,38230,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:27','2026-03-04 14:57:27','7f07b537-44f3-4754-9ebe-fb7c2442eb76'),
(38231,38231,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:27','2026-03-04 14:57:27','c70b0d7e-774f-447a-b828-f6f21354e0cf'),
(38232,38232,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:28','2026-03-04 14:57:28','3af73e74-78b3-4827-9a5f-8a6ddb12444e'),
(38233,38233,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:28','2026-03-04 14:57:28','0dca20e5-8825-496e-bea9-5c3c6a900fb5'),
(38234,38234,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:28','2026-03-04 14:57:28','209c4e90-e2cd-4368-bbde-787686e96603'),
(38235,38235,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:28','2026-03-04 14:57:28','b5f45de7-d438-4ac2-8657-c6f65e400798'),
(38236,38236,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:29','2026-03-04 14:57:29','77ec518d-6fa8-46df-ba10-9747de31e6ee'),
(38237,38237,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:29','2026-03-04 14:57:29','e89df6cd-9986-42ea-8285-09216fc7d1fb'),
(38238,38238,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:29','2026-03-04 14:57:29','5ec09f03-ce88-43a3-9a19-9b8f12e91a77'),
(38239,38239,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:29','2026-03-04 14:57:29','378f2966-d1a3-444f-aa17-973190b630ae'),
(38240,38240,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:30','2026-03-04 14:57:30','d9c3e520-2f11-4f54-a03e-cd5cbaea8e4a'),
(38241,38241,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:30','2026-03-04 14:57:30','cb783a2f-86cc-47cb-83c3-df12e8fa992e'),
(38242,38242,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:30','2026-03-04 14:57:30','c2fe2e72-dbfa-409c-a3a5-d143fbfbb976'),
(38243,38243,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:30','2026-03-04 14:57:30','c767a40a-2c47-44cd-80ec-743ba47eff4c'),
(38244,38244,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:31','2026-03-04 14:57:31','67679ec0-03a6-420c-9fe0-80f4daa2c0b6'),
(38245,38245,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:31','2026-03-04 14:57:31','7e80436d-5598-4967-b434-fd50bb1ba906'),
(38246,38246,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:31','2026-03-04 14:57:31','88987cd0-3120-4e97-a653-22f60145f155'),
(38247,38247,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:32','2026-03-04 14:57:32','7176b900-cef4-4701-9001-e719453ec2e0'),
(38248,38248,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:32','2026-03-04 14:57:32','5ee682d0-97e8-42ed-bcf3-8e7b2eaef3a9'),
(38249,38249,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:32','2026-03-04 14:57:32','bd6abc4d-6117-442b-81c9-045ce4b54a0e'),
(38250,38250,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:32','2026-03-04 14:57:32','ca6d6b12-0b95-4aff-9565-02d1ce4637e8'),
(38251,38251,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:33','2026-03-04 14:57:33','56febba4-6dcf-401c-9af1-7ab4f6b22208'),
(38252,38252,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:33','2026-03-04 14:57:33','4ab9af8d-161f-49a0-b9a5-9e26f7b9aae2'),
(38253,38253,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:33','2026-03-04 14:57:33','799f4010-a904-460a-bf7b-27bf006089c3'),
(38254,38254,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:33','2026-03-04 14:57:33','4567bfe0-6918-4ff3-9007-8fab7ce46e7f'),
(38255,38255,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:34','2026-03-04 14:57:34','212e2dab-2d41-4cb9-88be-77463961afcd'),
(38256,38256,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:34','2026-03-04 14:57:34','58870b42-78c5-4642-b1c5-0a46d5e60530'),
(38257,38257,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:34','2026-03-04 14:57:34','c525c4d2-61ae-40ba-8a76-e1be26e09faa'),
(38258,38258,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:35','2026-03-04 14:57:35','6bf5e55c-971d-4c81-83a6-31709cfe6fd7'),
(38259,38259,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:35','2026-03-04 14:57:35','6bbc33c3-659b-4298-b516-b9c3471cd4bf'),
(38260,38260,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:35','2026-03-04 14:57:35','9022f6b7-2f9b-4f7d-8d97-c4c4f20e0080'),
(38261,38261,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:35','2026-03-04 14:57:35','ea7f383d-eb07-4449-bce7-78dccacda00c'),
(38262,38262,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:35','2026-03-04 14:57:35','424c0c7d-0382-4080-8671-6d635b624021'),
(38263,38263,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:36','2026-03-04 14:57:36','1b47f825-8561-44f5-8fa1-8cf74926e709'),
(38264,38264,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:36','2026-03-04 14:57:36','7f9b29da-aa29-45e4-ba5f-c7ecb72130b4'),
(38265,38265,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:36','2026-03-04 14:57:36','a56aa1dd-23b8-4070-90df-9465dc5c8e56'),
(38266,38266,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:36','2026-03-04 14:57:36','f6366ce9-5582-4dcb-b8f1-bbe9f41c90fe'),
(38267,38267,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:37','2026-03-04 14:57:37','aaa7aae3-8258-4cc1-83fe-ee1cac2a4d76'),
(38268,38268,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:37','2026-03-04 14:57:37','433b784d-0798-47c7-a44e-a5c340586f9f'),
(38269,38269,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:37','2026-03-04 14:57:37','22c7bccd-f3e6-4ace-9c73-5ec489307e8d'),
(38271,38271,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:37','2026-03-04 14:57:37','ee552be6-e08e-43f3-ade8-f284747da693'),
(38272,38272,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:38','2026-03-04 14:57:38','0022ce35-bda7-4838-9f8d-fb2ccf1e1318'),
(38273,38273,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:38','2026-03-04 14:57:38','bc57f6a1-1316-404f-85ed-e3d260c82738'),
(38274,38274,1,NULL,NULL,NULL,NULL,1,'2026-03-04 14:57:38','2026-03-04 14:57:38','45b7d18d-0384-48a7-a1fd-51be55c41d65'),
(38277,38277,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23851],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:00:08','2026-03-04 15:00:08','0de17872-edc1-4d2f-ace6-29ce06cb3af0'),
(38279,38279,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:00:23','2026-03-04 15:00:23','9b4359d3-5c11-42dd-a177-02eefeb4a24a'),
(38282,38282,1,'2026-03-04 10:03:13',NULL,NULL,NULL,1,'2026-03-04 15:03:13','2026-03-04 15:03:13','823bdc56-7e00-4cce-a4aa-350c326ab2b0'),
(38283,38283,1,'Professional Resume 2026 pdf',NULL,NULL,NULL,1,'2026-03-04 15:03:13','2026-03-04 15:03:13','1212d70e-1392-4a7e-8488-22defcf556db'),
(38292,38292,1,NULL,NULL,NULL,NULL,1,'2026-03-04 15:07:22','2026-03-04 15:07:22','4a636a9d-f0c0-4df7-a870-210fda035e5d'),
(38293,38293,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-germantown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:07:45','2026-03-04 15:07:45','102984a1-e200-4186-b338-247b282eab9a'),
(38294,38294,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23764],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:08:05','2026-03-04 15:08:05','4c406e9d-bc30-411b-b976-42ea70b1b73a'),
(38295,38295,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23851],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:08:23','2026-03-04 15:08:23','3b33cc09-2861-4524-a9eb-dfe753de7468'),
(38296,38296,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:08:34','2026-03-04 15:08:34','b751162b-348f-4a80-80e9-3431a2552e85'),
(38298,38298,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23755],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T32PWBD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T32PWBD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:08:57','2026-03-04 15:08:57','98452460-c672-46d2-bacd-68675a9566a3'),
(38299,38299,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:09:07','2026-03-04 15:09:07','28e818f4-636b-4322-87e3-49b13dfe22a1'),
(38300,38300,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23890],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:09:20','2026-03-04 15:09:20','175cdb56-330d-4806-b405-2ec7174424a0'),
(38304,38304,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23827],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccinglemoor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TKB4RWC\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TKB4RWC\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:10:55','2026-03-04 15:10:55','03e508c5-49fc-4c52-b98d-a87be8c50f92'),
(38305,38305,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23730],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:11:15','2026-03-04 15:11:15','71b79a80-b191-4ffc-bc9d-126028cb5b20'),
(38317,38317,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23701],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:30:55','2026-03-04 15:30:55','f89aef0e-db32-4bfa-b280-4df972092d9c'),
(38318,38318,1,'Amie Davison','amie-davison',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amie Davison\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-03-04 15:30:55','2026-03-04 15:30:55','a11c09e3-2bf3-407b-89d6-a169b079d05c'),
(38321,38321,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:31:37','2026-03-04 15:31:37','8cd21613-0eb3-4ad3-bf63-e5babc5884de'),
(38322,38322,1,'Ashley Graham','ashley-graham',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Graham\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-03-04 15:31:37','2026-03-04 15:31:37','bedbba34-43c1-4bdc-a7c8-5781e9684257'),
(38325,38325,1,'Katya Remilas-Paul','katya-remilas-paul',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katya Remilas-Paul\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[38369]}',1,'2026-03-04 15:32:02','2026-03-04 16:55:21','c4a4698d-c318-448a-81cf-3a82bfb80385'),
(38326,38326,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23709],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:32:02','2026-03-04 15:32:02','86537365-f417-4227-81e4-31b53ff0d7eb'),
(38327,38327,1,'Katya Remilas-Paul','katya-remilas-paul',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katya Remilas-Paul\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-03-04 15:32:02','2026-03-04 15:32:02','1a0f13b2-996d-4428-b25d-2f11003a72e1'),
(38332,38332,1,'2026-03-04 10:34:15',NULL,NULL,NULL,1,'2026-03-04 15:34:15','2026-03-04 15:34:15','9719e147-e8ff-4a23-a21c-e0e610988a4d'),
(38344,38344,1,NULL,NULL,NULL,NULL,1,'2026-03-04 15:52:04','2026-03-04 15:52:04','0a756568-0bb6-49c1-ae5b-44674ca340e8'),
(38347,38347,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 15:53:54','2026-03-04 15:53:54','b9b00c50-f0d6-43d0-8adc-1fd9324c958b'),
(38352,38352,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"familyinfo@cckensington.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 16:00:28','2026-03-04 16:00:28','477adeb3-d97e-4601-88c9-fbfd6b4476a8'),
(38357,38357,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"familyinfo@cckensington.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"familyinfo@cckensington.com, info@cckensington.com, shochstadt@cckensington.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 16:06:17','2026-03-04 16:06:17','7fd1001e-2cb3-4c74-8d84-1be6320e6960'),
(38358,38358,1,'2026-03-04 11:06:36',NULL,NULL,NULL,1,'2026-03-04 16:06:36','2026-03-04 16:06:37','810e3bca-5e3d-4520-b4b5-df4027fe58b1'),
(38359,38359,1,NULL,NULL,NULL,NULL,1,'2026-03-04 16:09:36','2026-03-04 16:09:36','d56c4d91-cd5f-4f46-bed5-2c2a75b13110'),
(38361,38361,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cckensington.com, shochstadt@cckensington.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 16:10:01','2026-03-04 16:10:01','dcefd7eb-6ced-4b98-a4c5-eb195ee7590d'),
(38362,38362,1,'2026-03-04 11:14:17',NULL,NULL,NULL,1,'2026-03-04 16:14:17','2026-03-04 16:14:17','e17819d8-29b0-43e6-82e9-21515c8f8b77'),
(38363,38363,1,'Eileen Tate Resume 4',NULL,NULL,NULL,1,'2026-03-04 16:14:17','2026-03-04 16:14:17','31c0885b-5e67-4498-8580-089bfd43dff1'),
(38365,38365,1,'2026-03-04 11:32:53',NULL,NULL,NULL,1,'2026-03-04 16:32:53','2026-03-04 16:32:53','2c6d447a-f942-4fa3-8e74-043cd793ca4f'),
(38367,38367,1,NULL,NULL,NULL,NULL,1,'2026-03-04 16:54:56','2026-03-04 16:54:56','e87aa790-f64c-4f29-bf32-7fc3012726e3'),
(38368,38368,1,NULL,NULL,NULL,NULL,1,'2026-03-04 16:54:56','2026-03-04 16:54:56','acff83d6-d71c-4790-bd5d-ba84ed6a8caf'),
(38369,38369,1,'Green Knoll AD 1',NULL,NULL,NULL,1,'2026-03-04 16:55:06','2026-03-04 16:55:06','aaaeda0d-cd98-45c7-8649-88a8422f5cdc'),
(38372,38372,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23709],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 16:55:21','2026-03-04 16:55:21','8e3ee4a8-25cd-4d1a-9ec2-a020d894cf32'),
(38373,38373,1,'Katya Remilas-Paul','katya-remilas-paul',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katya Remilas-Paul\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[38369]}',1,'2026-03-04 16:55:21','2026-03-04 16:55:21','33e012ab-8f25-4e43-a4f7-77e6a91bc50c'),
(38374,38374,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cckensington.com, shochstadt@cckensington.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 16:59:15','2026-03-04 16:59:15','915722d4-2f2c-4bfa-a50f-83d3005eeadd'),
(38399,38399,1,'2026-03-04 13:13:02',NULL,NULL,NULL,1,'2026-03-04 18:13:02','2026-03-04 18:13:02','b03f5138-6c45-45a3-a320-a6090cb31255'),
(38400,38400,1,'Dajuan Jones Professional Resume',NULL,NULL,NULL,1,'2026-03-04 18:13:02','2026-03-04 18:13:02','87bd4753-55b9-4648-96ea-662ee1a2d9ad'),
(38439,38439,1,'2026-03-04 13:41:28',NULL,NULL,NULL,1,'2026-03-04 18:41:28','2026-03-04 18:41:28','531463f8-2091-4803-b679-1e9bf7fc8401'),
(38446,38446,1,NULL,NULL,NULL,NULL,1,'2026-03-04 18:49:23','2026-03-04 18:49:23','7b406e3c-5d9a-47a4-8e6b-93220e92a2f9'),
(38447,38447,1,NULL,NULL,NULL,NULL,1,'2026-03-04 18:49:23','2026-03-04 18:49:23','79ff9511-d70c-4030-b012-eb4574ab6cb0'),
(38450,38450,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,28766,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsouthpointe.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:57:10','2026-03-04 18:57:10','8da9aeae-1454-43d5-abf2-be5e62c93552'),
(38451,38451,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23691],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-care-age-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:57:39','2026-03-04 18:57:39','60781419-3305-40dd-93c5-821930bae137'),
(38452,38452,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\":[548],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-christian-home-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:57:49','2026-03-04 18:57:49','7bcb9d4a-9bb3-4a72-8687-62dea667e386'),
(38454,38454,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-glendale-west-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:58:01','2026-03-04 18:58:01','3e43b4f9-4c4a-4e84-9536-f205ad56f818'),
(38455,38455,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-grande-prairie-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NHVQC4L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NHVQC4L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:58:14','2026-03-04 18:58:14','3cd8a660-0c43-486f-83d7-7667f499e0de'),
(38456,38456,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-hales-corners-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:58:26','2026-03-04 18:58:26','88fde75d-ed98-4e17-b7db-75a2af7fcde1'),
(38457,38457,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cckensington.com, shochstadt@cckensington.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:58:34','2026-03-04 18:58:34','4f5f0606-095c-42c9-92b2-9bf99973ec5a'),
(38458,38458,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-manitowoc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:58:44','2026-03-04 18:58:44','2212ee7e-fe0c-400a-b22a-146159b044ac'),
(38459,38459,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-nazareth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVVTR8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVVTR8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:58:52','2026-03-04 18:58:52','2910efd5-655d-42e9-ae7c-f034a6f7dd3c'),
(38460,38460,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-ridgewood-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:59:02','2026-03-04 18:59:02','3018428c-7ab6-40c1-ad4b-d51e9572d844'),
(38461,38461,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,28766,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsouthpointe.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:59:17','2026-03-04 18:59:17','659f5f42-8eaf-4b18-ae38-b0fb3a83690f'),
(38462,38462,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[27449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-jefferson-meadows-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:59:29','2026-03-04 18:59:29','5d156d12-6a5e-4ed3-9d74-c0f9f3778d8d'),
(38463,38463,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-maple-grove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmaplegrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmaplegrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N9LCW5T5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N9LCW5T5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:59:37','2026-03-04 18:59:37','3686f04b-4737-4dcb-af72-c45bd8cdc022'),
(38464,38464,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-germantown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 18:59:44','2026-03-04 18:59:44','09ce2c38-bbb2-4bc8-a7fe-8cb266e06079'),
(38472,38472,1,'2026-03-04 14:40:38',NULL,NULL,NULL,1,'2026-03-04 19:40:38','2026-03-04 19:40:38','c83d6461-442e-4b32-af13-22be4ad3b495'),
(38473,38473,1,NULL,NULL,NULL,NULL,1,'2026-03-04 19:41:47','2026-03-04 19:41:47','e756a55c-3141-4b3f-bfe4-a377e6030d36'),
(38474,38474,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[28921],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:42:23','2026-03-04 19:42:23','a836c49d-5ad8-4a36-95f0-5724ea8a0a03'),
(38475,38475,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23845],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:44:46','2026-03-04 19:44:46','fecac49a-a8a3-4e20-9899-18563f4c433d'),
(38476,38476,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23701],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:45:25','2026-03-04 19:45:25','536f2ae1-d91b-4baa-898b-de4fdb2a9c75'),
(38477,38477,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23704],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:47:57','2026-03-04 19:47:57','0973c063-6c6e-4b43-ba24-885898c6f877'),
(38478,38478,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23707],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:48:20','2026-03-04 19:48:20','64246392-f6cb-4b92-ae93-51b90a23280f'),
(38479,38479,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23709],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:49:31','2026-03-04 19:49:31','d77127cd-5688-4762-b7bb-81e606f2448e'),
(38480,38480,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23713],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholmdel.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NNPWD4W\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NNPWD4W\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:49:58','2026-03-04 19:49:58','9401faa2-0a86-4389-bf31-9f587a93ae6c'),
(38481,38481,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:50:29','2026-03-04 19:50:29','9b7c1e34-78a1-4915-848b-b526800de2df'),
(38482,38482,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23716],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PPG2D8B\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PPG2D8B\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:50:53','2026-03-04 19:50:53','b79cf3b7-5822-4414-849e-af1a1980e264'),
(38483,38483,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:51:22','2026-03-04 19:51:22','d5c603a6-8d84-44b9-9f89-ea3ee7db2abc'),
(38485,38485,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:57:21','2026-03-04 19:57:21','98bb0747-8f7f-4156-a109-05be602a274f'),
(38487,38487,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23719],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccparkplace.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5MDJ53H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5MDJ53H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:58:20','2026-03-04 19:58:20','75660882-2cb6-4231-9f0c-b47c8e7db262'),
(38488,38488,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12408],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23721],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccplainfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWZGD4N\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWZGD4N\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:58:53','2026-03-04 19:58:53','0c31dbe6-71ab-401f-9089-6117f4d759c0'),
(38490,38490,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 19:59:32','2026-03-04 19:59:32','bbecc134-1c19-4f0e-ad5d-73ab4c600ee6'),
(38492,38492,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23730],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:00:35','2026-03-04 20:00:35','b773b38a-7573-4d6b-acfe-289570e6bae8'),
(38493,38493,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23734],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:02:01','2026-03-04 20:02:01','5c6d1e51-a233-4366-b88b-e3150c8ed63c'),
(38494,38494,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/6xw2kmFNbYc?si=3jxzJLgHy4RTMvFJ\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23737],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:02:27','2026-03-04 20:02:27','d7870e3a-d5b3-4470-b272-8a3da88f584a'),
(38495,38495,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23903],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5HTBXHB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5HTBXHB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:04:55','2026-03-04 20:04:55','957e44b5-50c5-447e-ab6d-a487c8d316ce'),
(38497,38497,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23740],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwoodlands.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N4PZH78\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N4PZH78\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:05:15','2026-03-04 20:05:15','c4d93d36-ae09-4a7e-9d27-3b5177ebf1f0'),
(38498,38498,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23903],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5HTBXHB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5HTBXHB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:07:05','2026-03-04 20:07:05','e8727884-fa51-411c-81ea-4c02abf8f8b4'),
(38499,38499,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23743],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfoxhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TCS9ZGX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TCS9ZGX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:10:41','2026-03-04 20:10:41','a89c9218-29de-49af-ac77-8b285eeedeba'),
(38500,38500,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23752],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3ZKW39Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3ZKW39Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:11:25','2026-03-04 20:11:25','ce90d304-ecc2-44a8-b5be-b3a52b895ef8'),
(38501,38501,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23749],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KC877J8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KC877J8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:12:44','2026-03-04 20:12:44','a7869c0f-e59b-4e9b-9de2-1e36bd8edab9'),
(38502,38502,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23755],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T32PWBD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T32PWBD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:13:17','2026-03-04 20:13:17','d364f683-cc60-4b85-8520-760543b57990'),
(38503,38503,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23761],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:15:10','2026-03-04 20:15:10','fc4aff33-37c7-488d-b536-e21fe86b8033'),
(38504,38504,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23758],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-north-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:16:18','2026-03-04 20:16:18','ab036e97-38fc-4047-8c14-039457f449e7'),
(38505,38505,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12467],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmeriden.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KZNV5KD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KZNV5KD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:17:19','2026-03-04 20:17:19','603adbd5-7b55-40f1-a59f-75db069fb465'),
(38506,38506,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23764],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:17:49','2026-03-04 20:17:49','e4ec43cd-4ab0-47f2-8675-b38ebcca0eda'),
(38507,38507,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23767],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15384],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NBQ9PT7V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NBQ9PT7V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:20:38','2026-03-04 20:20:38','50d38bd2-a799-492a-83a0-55ea9fc20210'),
(38508,38508,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23770],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15380],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M9N5T2ZR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M9N5T2ZR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:21:10','2026-03-04 20:21:10','451148ec-3158-41d8-925b-69d61859f6f3'),
(38509,38509,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23773],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15374],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M7839PNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M7839PNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:21:54','2026-03-04 20:21:54','75dbef6d-55c2-496c-9e32-a02029c45a82'),
(38510,38510,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[28921],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:22:32','2026-03-04 20:22:32','c5920498-651f-4e37-875e-0bdf59d0f07f'),
(38513,38513,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23776],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:42:43','2026-03-04 20:42:43','64c80f96-12ba-49c9-a7ac-38804d6755e7'),
(38514,38514,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23694],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T4WH9SR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T4WH9SR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:43:56','2026-03-04 20:43:56','36c70a6f-f709-4da1-90f3-b2ebc82e934e'),
(38515,38515,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Dietician-approved meals served in the comfort of residents’ rooms\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Assistance with admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:45:24','2026-03-04 20:45:24','180f4421-a5e0-47cd-afb8-bea1e9477462'),
(38516,38516,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23779],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:45:51','2026-03-04 20:45:51','f4bc4957-d476-4a02-8ac6-5d8da0bca1e9'),
(38517,38517,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaplata.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WGBQRVM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WGBQRVM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:46:15','2026-03-04 20:46:15','bbc649e6-d4a9-4714-ab8a-ba4f1955ad0b'),
(38518,38518,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:46:55','2026-03-04 20:46:55','bddf3ffd-a159-4278-bf33-16dd71bca0e1'),
(38519,38519,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[23783],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareoakridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M829X4S\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M829X4S\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:47:24','2026-03-04 20:47:24','922270f9-0073-48e1-b875-65f018371ef8'),
(38520,38520,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23792],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsilverlake.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N84HBW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N84HBW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:47:55','2026-03-04 20:47:55','537d3bda-666f-4a06-9f84-d777d317437c'),
(38521,38521,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccspringbrook.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-K58KBDM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-K58KBDM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:48:24','2026-03-04 20:48:24','0fb2c6a4-9912-45f4-9367-4a99dabbfb6a'),
(38522,38522,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23795],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwheaton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MLB9LV3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MLB9LV3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 20:48:47','2026-03-04 20:48:47','6b40f86c-aeef-4f79-8b00-9e6ec5819e20'),
(38523,38523,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23903],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5HTBXHB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5HTBXHB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-04 21:05:25','2026-03-04 21:05:25','fed2a397-8683-478e-b67f-20fb19fe44ef'),
(38525,38525,1,'2026-03-04 16:21:46',NULL,NULL,NULL,1,'2026-03-04 21:21:46','2026-03-04 21:21:46','b1c70757-e8ba-403e-b949-30d81795cf5c'),
(38526,38526,1,'2026-03-04 16:31:26',NULL,NULL,NULL,1,'2026-03-04 21:31:26','2026-03-04 21:31:26','d12f858a-b5a1-48e3-91e7-a1c7126fa64a'),
(38529,38529,1,'2026-03-04 16:44:15',NULL,NULL,NULL,1,'2026-03-04 21:44:15','2026-03-04 21:44:15','643017a4-8998-49f4-b3ff-3d381a543c55'),
(38537,38537,1,'2026-03-04 18:04:43',NULL,NULL,NULL,1,'2026-03-04 23:04:43','2026-03-04 23:04:43','ac4e804f-627a-4317-89d5-2c59cfb93322'),
(38539,38539,1,'2026-03-04 18:34:58',NULL,NULL,NULL,1,'2026-03-04 23:34:58','2026-03-04 23:34:58','dbd03bda-951a-4a3c-bd50-bb38b89232ab'),
(38540,38540,1,'Resume',NULL,NULL,NULL,1,'2026-03-04 23:34:58','2026-03-04 23:34:58','8491cfb4-c961-4af2-acb9-bcbc615af207'),
(38544,38544,1,'2026-03-04 19:56:11',NULL,NULL,NULL,1,'2026-03-05 00:56:11','2026-03-05 00:56:11','e5aaad81-8268-4c2d-945a-a37b06632eb8'),
(38546,38546,1,'2026-03-04 20:02:30',NULL,NULL,NULL,1,'2026-03-05 01:02:30','2026-03-05 01:02:30','c63ce836-e2a7-4db3-b30c-0e3990dd9100'),
(38548,38548,1,'2026-03-04 20:18:50',NULL,NULL,NULL,1,'2026-03-05 01:18:37','2026-03-05 01:18:50','63eacb7f-c214-45b4-82a9-1ac0a64bc7f7'),
(38549,38549,1,'IMG 3672',NULL,NULL,NULL,1,'2026-03-05 01:18:37','2026-03-05 01:18:37','a7368b7a-c444-4018-ad7c-99c27c343441'),
(38551,38551,1,'IMG 3672',NULL,NULL,NULL,1,'2026-03-05 01:18:54','2026-03-05 01:18:54','62b628cc-9725-4db9-ba1d-0125404d8277'),
(38552,38552,1,'2026-03-04 20:21:41',NULL,NULL,NULL,1,'2026-03-05 01:21:28','2026-03-05 01:21:41','2c10d171-8fed-48ce-b549-b83e0fe14f2e'),
(38553,38553,1,'IMG 3672',NULL,NULL,NULL,1,'2026-03-05 01:21:28','2026-03-05 01:21:28','bc3a4cb3-7ac4-44ef-be9f-3e8cffa1e6e3'),
(38555,38555,1,'IMG 3672',NULL,NULL,NULL,1,'2026-03-05 01:21:41','2026-03-05 01:21:41','f4703ed8-36a0-411d-a351-5b3d6d988970'),
(38557,38557,1,'IMG 3672',NULL,NULL,NULL,1,'2026-03-05 01:21:55','2026-03-05 01:21:55','8740e60b-57a0-45f8-913b-be9f7ab25159'),
(38559,38559,1,'IMG 3672',NULL,NULL,NULL,1,'2026-03-05 01:22:08','2026-03-05 01:22:08','5b2b904f-5daa-4954-b2db-31765ce52beb'),
(38561,38561,1,'IMG 3672',NULL,NULL,NULL,1,'2026-03-05 01:22:33','2026-03-05 01:22:33','81ea0749-80ed-46f6-ad74-fcde4ef84e29'),
(38563,38563,1,'IMG 3672',NULL,NULL,NULL,1,'2026-03-05 01:22:50','2026-03-05 01:22:50','389ff00b-8a2f-4339-bc4a-733054ce23c3'),
(38565,38565,1,'IMG 3672',NULL,NULL,NULL,1,'2026-03-05 01:23:11','2026-03-05 01:23:11','96a4c1bf-fbda-447e-801d-b88760deb706'),
(38567,38567,1,'IMG 4426',NULL,NULL,NULL,1,'2026-03-05 01:24:32','2026-03-05 01:24:32','0ed2fc15-7322-4f6f-87f5-77f8b593f7df'),
(38575,38575,1,'2026-03-04 21:48:21',NULL,NULL,NULL,1,'2026-03-05 02:48:21','2026-03-05 02:48:21','0a26e084-ffd7-4a9b-bacc-9d007abf2c95'),
(38578,38578,1,'2026-03-04 21:58:51',NULL,NULL,NULL,1,'2026-03-05 02:58:51','2026-03-05 02:58:51','8cfd3663-bed7-4195-bc72-5d55aa3607cb'),
(38681,38681,1,'2026-03-05 08:50:39',NULL,NULL,NULL,1,'2026-03-05 13:50:39','2026-03-05 13:50:39','7b5283f8-472a-4cd8-a9bb-dc23a9baab53'),
(38689,38689,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:23','2026-03-05 15:02:23','214bb29a-bd76-404b-949c-07e8a8a03a66'),
(38690,38690,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:23','2026-03-05 15:02:23','7bf7a601-6f1a-4575-a539-f9bc6eaffd38'),
(38691,38691,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:24','2026-03-05 15:02:24','b3e1fa9b-e04e-4e13-832c-f90d20fb9849'),
(38692,38692,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:24','2026-03-05 15:02:24','d043a6f0-cc77-41ba-b4ab-5729486fd531'),
(38693,38693,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:24','2026-03-05 15:02:24','e7234f42-1561-45b1-8851-87489f748ea6'),
(38694,38694,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:25','2026-03-05 15:02:25','cc4b5672-0617-4fea-8056-0b5ba4aaeb79'),
(38695,38695,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:25','2026-03-05 15:02:25','be6708c3-c37b-4b4f-80dd-d83b1a560d68'),
(38696,38696,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:25','2026-03-05 15:02:25','578f0a7e-2120-4e89-8e55-f219a9b3dd0f'),
(38697,38697,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:26','2026-03-05 15:02:26','a4608027-f44b-42aa-a1a2-d5890cf2cb29'),
(38698,38698,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:26','2026-03-05 15:02:26','b043ef78-80fd-4f5f-a753-afc596a5d6e0'),
(38699,38699,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:26','2026-03-05 15:02:26','57ad48e2-7c18-4f83-8b58-3d83659ed52b'),
(38700,38700,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:02:26','2026-03-05 15:02:26','a31aa70a-574c-4583-b291-fb4409cd2667'),
(38704,38704,1,'2026-03-05 10:12:34',NULL,NULL,NULL,1,'2026-03-05 15:12:34','2026-03-05 15:12:34','a5c42796-2d11-4f7c-9095-337f204fca20'),
(38705,38705,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:12:59','2026-03-05 15:12:59','f97698c9-86bb-4a7c-a99c-117658444e16'),
(38707,38707,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,28766,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsouthpointe.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@ccsouthpointe.com, goleary@completecaremgmt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 15:26:51','2026-03-05 15:26:51','67154e5d-350d-498f-93f0-dddd175247ed'),
(38708,38708,1,'2026-03-05 10:27:28',NULL,NULL,NULL,1,'2026-03-05 15:27:28','2026-03-05 15:27:28','552cef32-4d4a-4583-a7bf-46474d5da589'),
(38709,38709,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:30:20','2026-03-05 15:30:20','d5cf9863-f875-41de-851f-6f5cf0be2a87');
INSERT INTO `elements_sites` VALUES
(38711,38711,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,28766,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsouthpointe.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@ccsouthpointe.com, GOLeary@completecaremgmt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 15:30:30','2026-03-05 15:30:30','bdf66f67-f01b-4fba-bc19-34ecd2e17a67'),
(38712,38712,1,'2026-03-05 10:30:56',NULL,NULL,NULL,1,'2026-03-05 15:30:55','2026-03-05 15:30:56','402c3851-2b35-406d-b820-0f7030dbbf8b'),
(38714,38714,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cckensington.com, GOLeary@completecaremgmt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 15:39:03','2026-03-05 15:39:03','195be995-568f-48ec-a422-a3b6a21f8ecc'),
(38715,38715,1,'2026-03-05 10:39:20',NULL,NULL,NULL,1,'2026-03-05 15:39:20','2026-03-05 15:39:20','4b4d9b8f-2d06-498e-a2c6-30b1ba5b5398'),
(38716,38716,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:39:56','2026-03-05 15:39:56','83ae68a4-e9fa-4626-ab2b-dd8571f4143e'),
(38718,38718,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-hales-corners-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 15:40:10','2026-03-05 15:40:10','d728c2a3-5055-4dac-8ead-1f44ea75ba9f'),
(38719,38719,1,'2026-03-05 10:40:33',NULL,NULL,NULL,1,'2026-03-05 15:40:33','2026-03-05 15:40:33','19f6f093-4f99-496f-88fb-4b18f1e038e1'),
(38720,38720,1,NULL,NULL,NULL,NULL,1,'2026-03-05 15:40:40','2026-03-05 15:40:40','06cc1284-4f15-4404-b4e0-78c33cceccca'),
(38724,38724,1,'2026-03-05 11:17:30',NULL,NULL,NULL,1,'2026-03-05 16:17:30','2026-03-05 16:17:30','f1ce1e84-0ccc-4b2f-997d-74f91653699e'),
(38727,38727,1,NULL,NULL,NULL,NULL,1,'2026-03-05 16:47:29','2026-03-05 16:47:29','1bbe22eb-3cb0-477c-af0e-9c05b43b6dec'),
(38730,38730,1,'2026-03-05 12:38:36',NULL,NULL,NULL,1,'2026-03-05 17:38:36','2026-03-05 17:38:36','1d56e2b7-c4d6-4f26-bf3f-235c60ebcc51'),
(38731,38731,1,'2026-03-05 12:48:37',NULL,NULL,NULL,1,'2026-03-05 17:48:37','2026-03-05 17:48:37','8d19df98-fdc5-416c-88c9-81ce76fcfad5'),
(38734,38734,1,'2026-03-05 12:56:14',NULL,NULL,NULL,1,'2026-03-05 17:56:14','2026-03-05 17:56:14','4b6d89ae-ffc5-4cba-9264-7d5eef2c3130'),
(38737,38737,1,'2026-03-05 13:07:30',NULL,NULL,NULL,1,'2026-03-05 18:07:30','2026-03-05 18:07:30','9a3395a0-48c5-40c1-957a-a15e5f2a2680'),
(38738,38738,1,'2026-03-05 13:10:01',NULL,NULL,NULL,1,'2026-03-05 18:10:01','2026-03-05 18:10:01','2b1cddc8-0f5f-4d7f-9228-013e1c5067d1'),
(38739,38739,1,NULL,NULL,NULL,NULL,1,'2026-03-05 18:14:24','2026-03-05 18:14:24','8b265561-9bee-40e5-b68d-561eedf82b86'),
(38740,38740,1,NULL,NULL,NULL,NULL,1,'2026-03-05 18:14:24','2026-03-05 18:14:24','c5b3e160-5aff-4c1b-bc15-bc91362cfecb'),
(38741,38741,1,NULL,NULL,NULL,NULL,1,'2026-03-05 18:14:25','2026-03-05 18:14:25','3fbf5069-ff8b-4d3b-ad9e-e5df88d7e0a3'),
(38742,38742,1,NULL,NULL,NULL,NULL,1,'2026-03-05 18:14:25','2026-03-05 18:14:25','e55662e8-4008-4b0f-85ab-139d03b7eb31'),
(38743,38743,1,NULL,NULL,NULL,NULL,1,'2026-03-05 18:14:25','2026-03-05 18:14:25','dde6d064-b0a8-43d1-9f11-871336f8642b'),
(38745,38745,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://beaconnj.org/st-vincents-continues-catholic-mission-in-long-term-care/\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 18:14:43','2026-03-05 18:14:43','dfe517af-3f22-470b-9329-984f9eefb505'),
(38746,38746,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 18:15:00','2026-03-05 18:15:00','224f4323-e8bd-4a36-bde8-4f2897497c10'),
(38747,38747,1,'2026-03-05 13:18:12',NULL,NULL,NULL,1,'2026-03-05 18:18:12','2026-03-05 18:18:12','95da33be-1aff-4e36-9782-ef97428c5d24'),
(38749,38749,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 18:26:30','2026-03-05 18:26:30','d29fb5ab-fedf-4d38-b1d6-60e5ef5cb559'),
(38750,38750,1,NULL,NULL,NULL,NULL,1,'2026-03-05 18:26:34','2026-03-05 18:26:34','61c6b7ac-4f37-4d03-a392-ee7bd3ef1a9c'),
(38758,38758,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaplata.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WGBQRVM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WGBQRVM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 19:29:05','2026-03-05 19:29:05','912d9a90-19c0-4ee5-bcf4-9e16e600d3e9'),
(38759,38759,1,'Pamela Grzyb','pamela-grzyb',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Pamela Grzyb\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-03-05 19:29:05','2026-03-05 19:29:05','f9046560-59da-49e9-ab86-6934f44594fc'),
(38760,38760,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23761],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 19:40:54','2026-03-05 19:40:54','3e293115-d249-423c-b614-29ff973b0341'),
(38764,38764,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cckensington.com, GOLeary@completecaremgmt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:01:28','2026-03-05 20:01:28','11bbfd05-ee34-4f2e-9b98-14a065e2f00f'),
(38765,38765,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:09:41','2026-03-05 20:09:41','a4188147-5121-454b-8f7a-5ff1000a7390'),
(38766,38766,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,28766,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23802],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:10:55','2026-03-05 20:10:55','b2132573-0a27-4859-ab78-9ebf019730d1'),
(38767,38767,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23804],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:11:26','2026-03-05 20:11:26','77bb0457-45c6-4741-a594-247083ae5019'),
(38768,38768,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23808],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:11:54','2026-03-05 20:11:54','a7da7a11-ff09-4b98-ad2e-837d7c6f326b'),
(38769,38769,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23816],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MNH7WFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MNH7WFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:12:14','2026-03-05 20:12:14','18ecb099-007c-48b2-8191-f0ddab19844b'),
(38770,38770,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23819],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:12:43','2026-03-05 20:12:43','abe19147-02a0-4578-806d-b6e99fa577f1'),
(38771,38771,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23821],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccharborage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PZ43554\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PZ43554\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:13:08','2026-03-05 20:13:08','cf0cc1af-254d-4209-b328-d13aaeca83c3'),
(38772,38772,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8864,8869,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:13:41','2026-03-05 20:13:41','58009562-9b2b-4f6a-8588-856211f520d4'),
(38773,38773,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23827],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccinglemoor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TKB4RWC\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TKB4RWC\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:14:08','2026-03-05 20:14:08','3ceba94f-d1c1-44bb-a6dd-6a47e99d5cda'),
(38774,38774,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cclehigh.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TMQS766\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TMQS766\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:14:50','2026-03-05 20:14:50','d76b1d14-29ec-4b87-9061-70204a8f92d5'),
(38775,38775,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23833],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmilfordmanor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NFSFSBG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NFSFSBG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:15:25','2026-03-05 20:15:25','856735c6-b3f4-4729-bac6-2354a8ef5d71'),
(38776,38776,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23836],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccphillipsburg.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP7HKLN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP7HKLN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:15:54','2026-03-05 20:15:54','337ca64d-2815-4285-bb16-301302a1ca43'),
(38777,38777,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23839],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:16:17','2026-03-05 20:16:17','ef4b4bb4-9a6b-4e00-8df3-f4cb57441aa0'),
(38778,38778,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:16:45','2026-03-05 20:16:45','138b8486-56c0-4543-885a-113f840602e2'),
(38779,38779,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23845],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:23:29','2026-03-05 20:23:29','904a7c53-ab5a-4bf7-b04e-cc8859b6e8bd'),
(38780,38780,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script><!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:24:04','2026-03-05 20:24:04','e7b51c74-12e8-4caa-b9c4-b8b80a595858'),
(38781,38781,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23848],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:24:38','2026-03-05 20:24:38','afa8fc75-4656-4fe2-84a7-642b557a7933'),
(38783,38783,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23851],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:25:08','2026-03-05 20:25:08','4e6a3d16-121f-4f50-95ef-f3254d72ba33'),
(38784,38784,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23854],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:25:31','2026-03-05 20:25:31','2595b796-a770-4a1a-8e63-48afccb2f290'),
(38785,38785,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23857],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:25:53','2026-03-05 20:25:53','d14108a2-6458-4edf-9469-38e95311daa8'),
(38786,38786,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23859],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:26:26','2026-03-05 20:26:26','7c3e10e9-8135-45da-b4ba-ee4dc52ab964'),
(38787,38787,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23863],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:26:59','2026-03-05 20:26:59','86dbf50e-86b6-41c1-ad18-9feb1c53f5ae'),
(38788,38788,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23866],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NCHWD3P\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NCHWD3P\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:27:23','2026-03-05 20:27:23','e1768210-d724-4c2b-8b3c-624bb1be9d5e'),
(38789,38789,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:27:48','2026-03-05 20:27:48','7ac0d813-e913-4be1-be18-37a35125e395'),
(38790,38790,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,28766,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:28:14','2026-03-05 20:28:14','cf474516-e103-4e02-8972-91a7871c9f24'),
(38792,38792,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23874],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:28:44','2026-03-05 20:28:44','c459d031-1c0a-4a46-b79b-8dcb73495863'),
(38793,38793,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23878],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:29:28','2026-03-05 20:29:28','3b2ac0ce-1269-4d67-9d80-83bcbd494a4c'),
(38794,38794,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23881],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W95NZRD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W95NZRD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:29:51','2026-03-05 20:29:51','bc7ef6df-7634-4142-bc80-f5e039c511a1'),
(38795,38795,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23900],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, with a hot meal cart that visits each residence daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:30:18','2026-03-05 20:30:18','6e74ba42-a48e-4721-85ff-b2d61c62cdda'),
(38796,38796,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:30:42','2026-03-05 20:30:42','e7110093-f225-472c-9daf-aca5a467ca24'),
(38797,38797,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23890],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:31:08','2026-03-05 20:31:08','a751300e-1155-41ce-8228-2c918a1eb6fd'),
(38798,38798,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23691],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-care-age-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:41:47','2026-03-05 20:41:47','251681c7-2a63-48a7-a465-b97f0e97def7'),
(38800,38800,1,'Christian Home Calendars',NULL,NULL,NULL,1,'2026-03-05 20:42:03','2026-03-05 20:42:03','51a01f61-4c5c-4707-a765-d878354949ae'),
(38801,38801,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38800],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-christian-home-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:42:05','2026-03-05 20:42:05','abae8d54-625d-4857-8f9b-ac394dec36bd'),
(38802,38802,1,'Germantown',NULL,NULL,NULL,1,'2026-03-05 20:42:19','2026-03-05 20:42:19','57e31bfc-7d43-465e-921f-949ad6a64850'),
(38804,38804,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38802],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-germantown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:42:36','2026-03-05 20:42:36','cf41d80c-90e1-43ea-8e21-50b13a0e7c20'),
(38805,38805,1,'Grande Prairie',NULL,NULL,NULL,1,'2026-03-05 20:43:06','2026-03-05 20:43:06','e1ca28c2-9a0b-4b2e-b68d-51a35da811cc'),
(38807,38807,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38805],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-grande-prairie-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NHVQC4L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NHVQC4L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:43:08','2026-03-05 20:43:08','1af7d8a7-172a-491c-a6e2-bf7d93c01a5c'),
(38808,38808,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-hales-corners-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:43:40','2026-03-05 20:43:40','fd6668e7-8b43-486b-9dbb-f6e1880116b9'),
(38809,38809,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cckensington.com, GOLeary@completecaremgmt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:44:08','2026-03-05 20:44:08','d7ddc8b3-7a93-4a05-b9ca-22dedb59f7fa'),
(38810,38810,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-manitowoc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:44:38','2026-03-05 20:44:38','5b110180-93ef-4861-be7c-64a8ecdfb3f3'),
(38811,38811,1,'Nazareth Calendar',NULL,NULL,NULL,1,'2026-03-05 20:44:53','2026-03-05 20:44:53','026f233d-5cb4-4cfb-833d-5f10eb263032'),
(38813,38813,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38811],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-nazareth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVVTR8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVVTR8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:44:56','2026-03-05 20:44:56','b258a6a8-2564-4e3f-be62-fbfaa4d13eff'),
(38814,38814,1,'Ridgewood Calendar',NULL,NULL,NULL,1,'2026-03-05 20:45:27','2026-03-05 20:45:27','e5469f8a-d165-471c-bc3e-8173d61e8ee9'),
(38816,38816,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-ridgewood-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:45:30','2026-03-05 20:45:30','0fda0e80-c0ef-4bdd-b66d-cf4b7aceabd6'),
(38817,38817,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,28766,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsouthpointe.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@ccsouthpointe.com, GOLeary@completecaremgmt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-05 20:45:52','2026-03-05 20:45:52','f5c9f17b-b6e6-4a13-910e-84499b1f2237'),
(38818,38818,1,'2026-03-05 15:52:24',NULL,NULL,NULL,1,'2026-03-05 20:52:23','2026-03-05 20:52:24','34f41c73-dcf8-4b1c-aeb7-ef6072ab7026'),
(38819,38819,1,'20260218 195312',NULL,NULL,NULL,1,'2026-03-05 20:52:23','2026-03-05 20:52:23','6165bcc4-7da0-4f87-b833-5df2327806ac'),
(38854,38854,1,'2026-03-05 19:44:44',NULL,NULL,NULL,1,'2026-03-06 00:44:44','2026-03-06 00:44:44','417c078e-1ff0-4d16-aba5-166d9190bd0c'),
(38855,38855,1,'2026-03-05 19:45:19',NULL,NULL,NULL,1,'2026-03-06 00:45:19','2026-03-06 00:45:19','79231371-2e3e-4482-b38e-ed983c3e969d'),
(38888,38888,1,'2026-03-05 23:12:17',NULL,NULL,NULL,1,'2026-03-06 04:12:17','2026-03-06 04:12:17','6234a774-5ff6-4648-9735-47ce78734b37'),
(38889,38889,1,'Ciera Resume 2026',NULL,NULL,NULL,1,'2026-03-06 04:12:17','2026-03-06 04:12:17','f24ab1ca-4f54-4a64-a75f-e6ebd020914f'),
(39017,39017,1,'2026-03-06 04:59:09',NULL,NULL,NULL,1,'2026-03-06 09:59:09','2026-03-06 09:59:09','6ff3c25d-9404-45e3-9d13-bb7a94dbfc7f'),
(39018,39018,1,'Karen2026',NULL,NULL,NULL,1,'2026-03-06 09:59:09','2026-03-06 09:59:09','8f8180ed-8c84-47c8-be4e-b520e18748d2'),
(39028,39028,1,'2026-03-06 05:24:38',NULL,NULL,NULL,1,'2026-03-06 10:24:38','2026-03-06 10:24:38','a644ad59-1f2a-4c1f-bd76-4003f3b35af9'),
(39091,39091,1,'2026-03-06 08:48:54',NULL,NULL,NULL,1,'2026-03-06 13:48:54','2026-03-06 13:48:54','f55fca3f-20a6-46f6-9fe8-d3115760eba4'),
(39116,39116,1,'2026-03-06 09:53:16',NULL,NULL,NULL,1,'2026-03-06 14:53:16','2026-03-06 14:53:16','8f687f7a-fe02-456c-a5e6-1196b637a075'),
(39117,39117,1,'IMG 7895',NULL,NULL,NULL,1,'2026-03-06 14:53:16','2026-03-06 14:53:16','86fe8fb8-d219-44e4-87f1-98f4b20e4f68'),
(39150,39150,1,'2026-03-06 10:43:56',NULL,NULL,NULL,1,'2026-03-06 15:43:56','2026-03-06 15:43:56','d937c31c-f86e-4b87-a72d-ca75e0ff4be3'),
(39172,39172,1,'2026-03-06 11:15:22',NULL,NULL,NULL,1,'2026-03-06 16:15:22','2026-03-06 16:15:22','9c7a0bcb-ffde-4e68-8c94-1074ec036790'),
(39184,39184,1,'2026-03-06 11:52:38',NULL,NULL,NULL,1,'2026-03-06 16:52:38','2026-03-06 16:52:38','19189053-2c76-4d36-89ea-02766d618977'),
(39190,39190,1,'2026-03-06 13:00:22',NULL,NULL,NULL,1,'2026-03-06 18:00:22','2026-03-06 18:00:22','1bd663ff-f54b-417e-8309-cc421a92c193'),
(39192,39192,1,'2026-03-06 13:22:54',NULL,NULL,NULL,1,'2026-03-06 18:22:54','2026-03-06 18:22:54','cad6d275-24c3-40dc-ae73-95acdfb860fd'),
(39193,39193,1,'Resume',NULL,NULL,NULL,1,'2026-03-06 18:22:54','2026-03-06 18:22:54','be37e762-f2df-489a-bfaa-55f2ac0ddddd'),
(39194,39194,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:41','2026-03-06 18:39:41','5e5a51c5-9d92-4daf-ac78-85bbc1dc23f6'),
(39195,39195,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:41','2026-03-06 18:39:41','5925875b-dff6-43a0-b651-9600066ac953'),
(39196,39196,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:42','2026-03-06 18:39:42','4dac8f8f-f49b-4381-a053-487c69814e8d'),
(39197,39197,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:42','2026-03-06 18:39:42','55f0d2fb-41c7-49bb-8892-0456251438e5'),
(39198,39198,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:42','2026-03-06 18:39:42','f7a24f86-3645-4295-a4b8-09e9fef04bd8'),
(39199,39199,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:43','2026-03-06 18:39:43','9442a7ec-e09c-4cad-8d0d-e7fcb8057138'),
(39200,39200,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:43','2026-03-06 18:39:43','c842c859-fa2a-4db1-9d62-d57ffb0e9abd'),
(39201,39201,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:43','2026-03-06 18:39:43','d37ab6d4-c948-466b-a843-cd08f3de55a9'),
(39202,39202,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:43','2026-03-06 18:39:43','441fb619-c45c-4079-8f29-a18130f22d13'),
(39203,39203,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:44','2026-03-06 18:39:44','c673ca5b-a7a8-4802-85ea-e5f6226ebb37'),
(39204,39204,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:44','2026-03-06 18:39:44','ecc5009f-c5b0-4b36-bebd-3f8fd5f2878d'),
(39205,39205,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:44','2026-03-06 18:39:44','324e946e-53a5-45c0-911a-e3cbd9a338aa'),
(39206,39206,1,NULL,NULL,NULL,NULL,1,'2026-03-06 18:39:44','2026-03-06 18:39:44','94514778-8c0e-483e-9fbf-beb98bd0da76'),
(39209,39209,1,'2026-03-06 13:50:48',NULL,NULL,NULL,1,'2026-03-06 18:50:48','2026-03-06 18:50:48','293a2827-83aa-4642-b7ad-850064d04023'),
(39210,39210,1,'2026-03-06 13:51:26',NULL,NULL,NULL,1,'2026-03-06 18:51:26','2026-03-06 18:51:26','2081a66d-58c5-48d0-80ae-ae5756e69cfc'),
(39211,39211,1,NULL,NULL,NULL,NULL,1,'2026-03-06 19:17:02','2026-03-06 19:17:02','3025db4b-ea32-45ad-ba15-3e80b76bf414'),
(39212,39212,1,NULL,NULL,NULL,NULL,1,'2026-03-06 19:17:02','2026-03-06 19:17:02','5059fa09-fba4-49fe-b717-375f764004b1'),
(39213,39213,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23863],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-06 19:18:00','2026-03-06 19:18:00','5baeff38-bfdd-4966-856a-4e64016188e8'),
(39223,39223,1,'2026-03-06 15:51:57',NULL,NULL,NULL,1,'2026-03-06 20:51:57','2026-03-06 20:51:57','1cc7668c-a0d1-4424-aab7-7d404e2d7ba7'),
(39226,39226,1,'2026-03-06 16:46:15',NULL,NULL,NULL,1,'2026-03-06 21:46:15','2026-03-06 21:46:15','d564a2ae-76cd-4fd5-8317-45c38758c16c'),
(39227,39227,1,'Bonita Hill Resume 1',NULL,NULL,NULL,1,'2026-03-06 21:46:15','2026-03-06 21:46:15','ecfa9ebb-9d6b-4008-a0ef-c6f3c3ab98a5'),
(39234,39234,1,'2026-03-06 18:08:19',NULL,NULL,NULL,1,'2026-03-06 23:08:19','2026-03-06 23:08:19','cb68a30e-f8f5-415e-a2ef-cd2f2ee91098'),
(39252,39252,1,'2026-03-06 20:57:13',NULL,NULL,NULL,1,'2026-03-07 01:57:13','2026-03-07 01:57:13','68c7a006-cb01-4986-9543-1ff8d2f3332d'),
(39257,39257,1,'2026-03-06 21:51:19',NULL,NULL,NULL,1,'2026-03-07 02:51:15','2026-03-07 02:51:19','7de40f14-6e03-4674-b1d0-c4d423f3aa19'),
(39258,39258,1,'IMG 2524',NULL,NULL,NULL,1,'2026-03-07 02:51:15','2026-03-07 02:51:15','8e77169d-dcee-451b-bfb0-b252f87767df'),
(39266,39266,1,'2026-03-06 23:54:00',NULL,NULL,NULL,1,'2026-03-07 04:54:00','2026-03-07 04:54:00','f6e7815b-1ac4-48fe-8127-8b90bf22cb42'),
(39267,39267,1,'2026-03-06 23:55:20',NULL,NULL,NULL,1,'2026-03-07 04:55:20','2026-03-07 04:55:20','c9d0422d-6593-4a07-84e7-95dc78e82747'),
(39432,39432,1,'2026-03-07 06:33:40',NULL,NULL,NULL,1,'2026-03-07 11:33:40','2026-03-07 11:33:40','d57451af-949e-46df-8bc3-5c79c7f589fa'),
(39433,39433,1,'Resume',NULL,NULL,NULL,1,'2026-03-07 11:33:40','2026-03-07 11:33:40','62d7929d-2e01-4ab8-aa9c-865ada488d6e'),
(39452,39452,1,'2026-03-07 09:20:52',NULL,NULL,NULL,1,'2026-03-07 14:20:52','2026-03-07 14:20:52','5e0888ba-9ee8-437a-8887-01a5bd10c0c4'),
(39532,39532,1,'2026-03-07 11:52:39',NULL,NULL,NULL,1,'2026-03-07 16:52:39','2026-03-07 16:52:39','53fab4df-00ce-4121-ab26-3f1deeebe2c2'),
(39562,39562,1,'2026-03-07 14:42:41',NULL,NULL,NULL,1,'2026-03-07 19:42:41','2026-03-07 19:42:41','ff49fdb6-de4c-4d32-b91c-9ddff5469b06'),
(39564,39564,1,'2026-03-07 14:54:22',NULL,NULL,NULL,1,'2026-03-07 19:54:22','2026-03-07 19:54:22','46914b41-41ca-4e4d-b0cf-909a0871c39a'),
(39568,39568,1,'Janette Gray Resume 1',NULL,NULL,NULL,1,'2026-03-07 19:57:54','2026-03-07 19:57:54','100861ed-6865-409d-82f8-d5f36beb9860'),
(39613,39613,1,'2026-03-07 15:42:12',NULL,NULL,NULL,1,'2026-03-07 20:42:12','2026-03-07 20:42:12','a08617dc-a6fa-4041-bf1b-b3cd950916a4'),
(39665,39665,1,'2026-03-07 18:33:24',NULL,NULL,NULL,1,'2026-03-07 23:33:24','2026-03-07 23:33:24','6f2ad829-0d8a-4512-affb-3433967befdb'),
(39691,39691,1,'2026-03-07 21:52:01',NULL,NULL,NULL,1,'2026-03-08 02:52:01','2026-03-08 02:52:01','0e89b3c3-a6c6-47c4-903e-f2d667478105'),
(39692,39692,1,'Resume 1771431685539',NULL,NULL,NULL,1,'2026-03-08 02:52:01','2026-03-08 02:52:01','91a95d2b-8213-4c27-89d0-77b10a65a7c9'),
(39722,39722,1,'2026-03-07 23:16:13',NULL,NULL,NULL,1,'2026-03-08 04:16:13','2026-03-08 04:16:13','4f2a87be-c3b9-435e-9d5b-d47327f77d4d'),
(39723,39723,1,'Yahseom Smyth Resume',NULL,NULL,NULL,1,'2026-03-08 04:16:13','2026-03-08 04:16:13','12308603-f84f-4c87-9142-2730b5f0541e'),
(39875,39875,1,'2026-03-08 07:05:22',NULL,NULL,NULL,1,'2026-03-08 11:05:22','2026-03-08 11:05:22','20bbec4e-f9d9-471d-9882-b65f5f93b7dd'),
(39876,39876,1,'Screenshot 20251228 072432 Photos',NULL,NULL,NULL,1,'2026-03-08 11:05:22','2026-03-08 11:05:22','c77999bf-8411-4101-97a5-b0a6d2b78bd5'),
(39878,39878,1,'2026-03-08 07:13:19',NULL,NULL,NULL,1,'2026-03-08 11:13:19','2026-03-08 11:13:19','74b99bd1-b8e8-4370-b07d-be929f627a6c'),
(39879,39879,1,'Screenshot 20251228 072432 Photos',NULL,NULL,NULL,1,'2026-03-08 11:13:19','2026-03-08 11:13:19','9ba88bc0-38cd-460a-b857-2681216e313f'),
(39934,39934,1,'2026-03-08 09:10:02',NULL,NULL,NULL,1,'2026-03-08 13:10:02','2026-03-08 13:10:02','27ceac20-79b1-47d7-a764-437671ee4f7f'),
(39941,39941,1,'2026-03-08 10:48:14',NULL,NULL,NULL,1,'2026-03-08 14:48:14','2026-03-08 14:48:14','a3625528-f508-44b5-8388-eb49a971a09a'),
(39944,39944,1,'2026-03-08 12:00:46',NULL,NULL,NULL,1,'2026-03-08 16:00:46','2026-03-08 16:00:46','464f404b-29c9-49bc-af83-c35d38638098'),
(39945,39945,1,'Marie Hirtzel resume 2',NULL,NULL,NULL,1,'2026-03-08 16:00:46','2026-03-08 16:00:46','39ec978c-05ac-47e8-8f8d-0a4d484dc091'),
(39959,39959,1,'2026-03-08 13:27:36',NULL,NULL,NULL,1,'2026-03-08 17:27:36','2026-03-08 17:27:36','e51fbede-4eb4-47da-aa49-5bcc365973fb'),
(40007,40007,1,'2026-03-08 14:24:38',NULL,NULL,NULL,1,'2026-03-08 18:24:38','2026-03-08 18:24:38','ef730a00-1262-4efe-8434-1d1d84a3f316'),
(40029,40029,1,'2026-03-08 15:57:56',NULL,NULL,NULL,1,'2026-03-08 19:57:56','2026-03-08 19:57:56','a87d3957-f933-4e42-98f6-a930ecf45323'),
(40046,40046,1,'2026-03-08 19:05:45',NULL,NULL,NULL,1,'2026-03-08 23:05:45','2026-03-08 23:05:45','5169b3f9-e5d5-4c74-a98d-056cae529464'),
(40047,40047,1,'Resume Apr 08 2025',NULL,NULL,NULL,1,'2026-03-08 23:05:45','2026-03-08 23:05:45','3f3add22-35fb-46cb-bd6c-c92041ab85c5'),
(40058,40058,1,'2026-03-08 21:19:46',NULL,NULL,NULL,1,'2026-03-09 01:19:46','2026-03-09 01:19:46','7c731a9c-92ea-4936-9d8b-6a0cfab68088'),
(40059,40059,1,'Resume202403020500',NULL,NULL,NULL,1,'2026-03-09 01:19:46','2026-03-09 01:19:46','ace0f8cc-3db5-465a-8dce-8a5e6386eac6'),
(40094,40094,1,'2026-03-09 00:17:12',NULL,NULL,NULL,1,'2026-03-09 04:17:12','2026-03-09 04:17:12','3489af5b-a3f5-421a-a391-456f0bbeb909'),
(40105,40105,1,'2026-03-09 00:23:57',NULL,NULL,NULL,1,'2026-03-09 04:23:57','2026-03-09 04:23:57','6e551722-7b6c-4e82-96f7-7140dfb8c96d'),
(40106,40106,1,'Nayelis Resume',NULL,NULL,NULL,1,'2026-03-09 04:23:57','2026-03-09 04:23:57','bbc4cdec-e37f-4575-8ce8-c6d24b367f24'),
(40161,40161,1,'2026-03-09 02:07:27',NULL,NULL,NULL,1,'2026-03-09 06:07:27','2026-03-09 06:07:27','df384919-c37d-4087-86f4-d7885a1aad95'),
(40247,40247,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:23','2026-03-09 13:38:23','b0df1351-3903-4e34-be5a-dc2f9cff9819'),
(40248,40248,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:24','2026-03-09 13:38:24','0ed27471-2ed3-419a-a5b2-23eff1013b20'),
(40249,40249,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:24','2026-03-09 13:38:24','d96b6d88-16ea-4e0b-a5d9-838d362e462c'),
(40250,40250,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:24','2026-03-09 13:38:24','a9cd8d9b-8254-4fe6-95c3-a9753afb59df'),
(40251,40251,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:25','2026-03-09 13:38:25','d82ee70e-8533-4834-b3e4-82d7a6f2ac44'),
(40252,40252,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:25','2026-03-09 13:38:25','b94d0507-310c-436a-8b6a-96e1ac37b614'),
(40253,40253,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:25','2026-03-09 13:38:25','2e65f8ce-f519-4a7b-a6ee-7bb888bcd8f7'),
(40254,40254,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:25','2026-03-09 13:38:25','a8b627d8-6d99-49d3-bfd0-9aeefa71d210'),
(40255,40255,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:26','2026-03-09 13:38:26','f66d6591-45d3-43dd-a27b-9d18a7a7e9a1'),
(40256,40256,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:26','2026-03-09 13:38:26','9763c663-b7e7-4654-b7bd-4660b3232b21'),
(40257,40257,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:26','2026-03-09 13:38:26','49b9dcab-aa33-41e8-b069-04c11f5f86ae'),
(40258,40258,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:27','2026-03-09 13:38:27','44fe7647-24e4-4bb3-9ce1-146422ab54ad'),
(40259,40259,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:27','2026-03-09 13:38:27','f2160a7e-3fb2-4234-81be-561ecb6868c1'),
(40260,40260,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:27','2026-03-09 13:38:27','af6d2532-3d69-4e58-b1b4-bfc477ed8b56'),
(40261,40261,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:27','2026-03-09 13:38:27','5e5ce771-e837-448a-91fb-3cef9df5689b'),
(40263,40263,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:28','2026-03-09 13:38:28','16e0bb59-73d5-4ff1-a995-79de2a09a0a9'),
(40264,40264,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:28','2026-03-09 13:38:28','53a0d2de-54f9-454e-bd90-796de1b96130'),
(40265,40265,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:28','2026-03-09 13:38:28','f01131fb-d824-4892-822b-8872fd7db54b'),
(40266,40266,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:29','2026-03-09 13:38:29','2d4ad221-1c18-4262-9891-6f2343e63b2b'),
(40267,40267,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:29','2026-03-09 13:38:29','6e753731-4206-4e65-88cf-43ab9800fa91'),
(40268,40268,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:29','2026-03-09 13:38:29','b91558b4-4a36-4fe1-99f8-f0dbc16cf5cc'),
(40269,40269,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:30','2026-03-09 13:38:30','8614b2b1-7da2-42d5-b621-296a5f47e4e4'),
(40270,40270,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:30','2026-03-09 13:38:30','812467c2-ba76-4ede-aa83-53ead16df3fa'),
(40271,40271,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:30','2026-03-09 13:38:30','0fe6df02-d034-46cf-be07-f2bef4618dce'),
(40272,40272,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:30','2026-03-09 13:38:30','49cf1e19-da2b-4fa4-8453-bafd68f50b6f'),
(40273,40273,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:31','2026-03-09 13:38:31','14b80d7a-4239-4629-8074-f33055afa0f0'),
(40274,40274,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:31','2026-03-09 13:38:31','411219d4-af0a-45dd-8340-f466f583e757'),
(40275,40275,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:31','2026-03-09 13:38:31','87082287-b01e-4f03-8ec3-dcc23e88d831'),
(40276,40276,1,NULL,NULL,NULL,NULL,1,'2026-03-09 13:38:32','2026-03-09 13:38:32','88ab3505-466b-4f77-8723-864efb2800c4'),
(40279,40279,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23704],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 13:38:56','2026-03-09 13:38:56','8f66aaa6-59b6-45b0-96a9-cee598b2cf1f'),
(40280,40280,1,'Jeanne Leus','jeanne-leus',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jeanne Leus\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-03-09 13:38:56','2026-03-09 13:38:56','c0e6e060-9be1-4d98-8c99-c02dbe625e38'),
(40281,40281,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23704],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 13:40:13','2026-03-09 13:40:13','bfb83112-110d-46be-87e0-81fb3d7c57fe'),
(40306,40306,1,'2026-03-09 10:01:43',NULL,NULL,NULL,1,'2026-03-09 14:01:43','2026-03-09 14:01:43','1ca7800f-c8e3-4fcd-be04-0c713a40b7dd'),
(40313,40313,1,NULL,NULL,NULL,NULL,1,'2026-03-09 14:09:30','2026-03-09 14:09:30','0f5ea913-f045-4714-ae17-398ba40ccabc'),
(40323,40323,1,'2026-03-09 10:26:30',NULL,NULL,NULL,1,'2026-03-09 14:26:29','2026-03-09 14:26:30','dad3fefb-855b-49c2-999a-24ba4ee46f07'),
(40324,40324,1,'IMG 1796',NULL,NULL,NULL,1,'2026-03-09 14:26:29','2026-03-09 14:26:29','97b0f4d5-50a6-4697-b233-a143e3effde3'),
(40343,40343,1,NULL,NULL,NULL,NULL,1,'2026-03-09 14:55:37','2026-03-09 14:55:37','c2627ea4-d98d-45db-9c91-c177580746ce'),
(40346,40346,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 14:56:17','2026-03-09 14:56:17','f05f3e0d-707d-4722-b5b0-d533971f9084'),
(40347,40347,1,'Danielle Flemmings','danielle-flemmings',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Danielle Flemmings\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\"}',1,'2026-03-09 14:56:17','2026-03-09 14:56:17','a732d5a0-1d07-4e34-a540-08a3809a5fe3'),
(40357,40357,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:07:17','2026-03-09 15:07:17','2bec0be1-3dbb-4813-85df-2f574ac5808d'),
(40358,40358,1,'Tiffany Romano','tiffany-romano',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Tiffany Romano\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[11769]}',1,'2026-03-09 15:07:17','2026-03-09 15:07:17','2141cfc6-5b85-4982-aceb-1e5da57eabbb'),
(40369,40369,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23845],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:16:37','2026-03-09 15:16:37','ef92929b-60f0-4e88-b0b3-56b7bfc7faf1'),
(40372,40372,1,'Burlington Admin',NULL,NULL,NULL,1,'2026-03-09 15:17:20','2026-03-09 15:17:29','c2e6b2c9-d56b-41a5-8b8b-ef09535ed059'),
(40376,40376,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23854],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:17:43','2026-03-09 15:17:43','816d4012-680c-4699-9bf1-e5150982797c'),
(40377,40377,1,'Eli Goldman','eli-goldman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Goldman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40372]}',1,'2026-03-09 15:17:43','2026-03-09 15:17:43','3fb15d02-74bd-476d-ad09-48d59e8d5815'),
(40382,40382,1,'Brick Admin',NULL,NULL,NULL,1,'2026-03-09 15:20:44','2026-03-09 15:21:06','da430e04-dcdc-4d84-9382-6398b6d98b2c'),
(40384,40384,1,'Jay Orzel','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jay Orzel\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40441]}',1,'2026-03-09 15:21:19','2026-03-09 15:42:10','f1394e23-8f58-4e26-bf60-89137886b915'),
(40385,40385,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23851],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:21:19','2026-03-09 15:21:19','59478a92-4da9-4bd3-a3c4-0dd949f5affb'),
(40386,40386,1,'Jay Orzel','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jay Orzel\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40382]}',1,'2026-03-09 15:21:19','2026-03-09 15:21:19','6649a1e5-0de4-409c-a975-8842f39f0a97'),
(40390,40390,1,'2026-03-09 11:24:28',NULL,NULL,NULL,1,'2026-03-09 15:24:28','2026-03-09 15:24:28','df109a23-6546-429a-8699-87184f371f99'),
(40391,40391,1,'Resume',NULL,NULL,NULL,1,'2026-03-09 15:24:28','2026-03-09 15:24:28','914c0eb9-9b08-4809-96e3-19c8c0283136'),
(40395,40395,1,'2026-03-09 11:26:17',NULL,NULL,NULL,1,'2026-03-09 15:26:17','2026-03-09 15:26:17','cceb0816-af20-4430-98b4-ad5da3d08157'),
(40396,40396,1,'Resume',NULL,NULL,NULL,1,'2026-03-09 15:26:17','2026-03-09 15:26:17','799d640c-9512-4ab1-b091-5b4ff665a684'),
(40400,40400,1,NULL,NULL,NULL,NULL,1,'2026-03-09 15:30:05','2026-03-09 15:30:05','039671d5-0566-4367-a48d-517e80209716'),
(40401,40401,1,NULL,NULL,NULL,NULL,1,'2026-03-09 15:30:05','2026-03-09 15:30:05','2d86f3c5-16e5-4d06-93f1-f257d80f9a6d'),
(40405,40405,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:30:55','2026-03-09 15:30:55','8883ed7b-689f-4772-816b-152dd5cb00d1'),
(40406,40406,1,'Elizabeth Irrizarry','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Irrizarry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7068]}',1,'2026-03-09 15:30:55','2026-03-09 15:30:55','c727c933-4cad-491d-aa8f-764c25585fdf'),
(40411,40411,1,'Laurelton Admin',NULL,NULL,NULL,1,'2026-03-09 15:33:11','2026-03-09 15:33:19','ea7e8a2b-22df-415d-b6fc-42b3ed81156b'),
(40413,40413,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:33:26','2026-03-09 15:33:26','20b0d2de-ca5e-4bcc-9876-78ec5ca4b175'),
(40414,40414,1,'Elizabeth Irrizarry','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Irrizarry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40411]}',1,'2026-03-09 15:33:26','2026-03-09 15:33:26','b52095a2-1799-4692-949c-1504c2615d3b'),
(40416,40416,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:34:23','2026-03-09 15:34:23','e98641f9-ec3a-41f1-8016-3814722c8748'),
(40420,40420,1,'Elizabeth Irrizarry','elizabeth-irrizarry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Irrizarry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40443]}',1,'2026-03-09 15:35:44','2026-03-09 15:41:52','22b473a9-5b2e-46fc-a2aa-3455d0023a1c'),
(40421,40421,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:35:44','2026-03-09 15:35:44','df5dc65a-1e13-4f51-9b7f-1b6aab5b75d2'),
(40422,40422,1,'Elizabeth Irrizarry','elizabeth-irrizarry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Irrizarry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-03-09 15:35:44','2026-03-09 15:35:44','71bcdb1c-0b09-4c64-a434-03c0ec3de338'),
(40425,40425,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:36:26','2026-03-09 15:36:26','e2d58d04-485e-44d9-9806-8d362e289c02'),
(40426,40426,1,'Elizabeth Irrizarry','elizabeth-irrizarry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Irrizarry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40411]}',1,'2026-03-09 15:36:26','2026-03-09 15:36:26','6c4b0d72-138b-467b-ad92-0e9ab335ecc0'),
(40431,40431,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:37:31','2026-03-09 15:37:31','fc515201-8a74-4d6b-bfa0-8a9544aa0c3d'),
(40432,40432,1,'Elizabeth Irrizarry','elizabeth-irrizarry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Irrizarry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-03-09 15:37:31','2026-03-09 15:37:31','1762beef-d815-4f0d-8a7f-a4e7c38cfdfa'),
(40438,40438,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23851],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:38:22','2026-03-09 15:38:22','35506f6a-b437-4272-b364-1e1f112825b2'),
(40439,40439,1,'Jay Orzel','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jay Orzel\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-03-09 15:38:22','2026-03-09 15:38:22','eeb2819b-6cc5-403a-8ff7-3765eaaef265'),
(40441,40441,1,'Brick Admin',NULL,NULL,NULL,1,'2026-03-09 15:39:46','2026-03-09 15:40:10','f1a244c7-3dbe-49b5-9f2d-30d375d9fe83'),
(40443,40443,1,'Laurelton Admin',NULL,NULL,NULL,1,'2026-03-09 15:40:30','2026-03-09 15:41:12','60f5d7ad-5114-4332-8532-97e0a78b546b'),
(40446,40446,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:41:52','2026-03-09 15:41:52','1d716177-6da0-4864-80c2-aed5bdb95678'),
(40447,40447,1,'Elizabeth Irrizarry','elizabeth-irrizarry',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Elizabeth Irrizarry\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40443]}',1,'2026-03-09 15:41:52','2026-03-09 15:41:52','03ab5fd3-d3e8-43c4-8a43-4046dd765ae2'),
(40450,40450,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23851],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:42:10','2026-03-09 15:42:10','fd3f02a5-8682-46b1-ade1-33fa34ccc588'),
(40451,40451,1,'Jay Orzel','jay-orzel',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jay Orzel\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40441]}',1,'2026-03-09 15:42:10','2026-03-09 15:42:10','8b5a53db-16cc-40fb-a9ee-5bb521e47f5e'),
(40456,40456,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,28766,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:48:08','2026-03-09 15:48:08','0a8ffa3c-87dc-4851-9873-660fc0cc085e'),
(40457,40457,1,'Joe Kaufman','joe-kaufman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Joe Kaufman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[3494]}',1,'2026-03-09 15:48:08','2026-03-09 15:48:08','c0ef3789-6935-40e7-9ddc-bb007f0dfd3f'),
(40462,40462,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23874],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:54:48','2026-03-09 15:54:48','9b7a9a40-a08d-41cf-9fa0-11fd6b724b0d'),
(40463,40463,1,'Chaim Kesserman','chaim-kesserman',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Chaim Kesserman\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7084]}',1,'2026-03-09 15:54:48','2026-03-09 15:54:48','f59d3e08-f3cf-4860-a16c-764e85895b6f'),
(40468,40468,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 15:59:31','2026-03-09 15:59:31','587d7cbe-54e0-4770-8e20-2bf2364f3aaf'),
(40469,40469,1,'Susan Love','susan-love',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Susan Love\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7291],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"slove@ccvoorhees.com\"}',1,'2026-03-09 15:59:31','2026-03-09 15:59:31','6baa7315-9559-40a2-8b1a-110ed3de3c9f'),
(40473,40473,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23890],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 16:02:46','2026-03-09 16:02:46','caa0b16c-cc69-4967-b2b4-e3cda6697c11'),
(40474,40474,1,'Kyle Newfeld','kyle-newfeld',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Kyle Newfeld\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[7320]}',1,'2026-03-09 16:02:46','2026-03-09 16:02:46','14f2417f-1cdd-4ad3-9ba6-13b21b3b70c0'),
(40478,40478,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23903],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5HTBXHB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5HTBXHB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 16:06:39','2026-03-09 16:06:39','d5492b5e-0856-4f0b-9480-b3e091eb70a7'),
(40479,40479,1,'Michele Chihadeh','michele-chihadeh',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Michele Chihadeh\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[5001]}',1,'2026-03-09 16:06:39','2026-03-09 16:06:39','7ad6c618-460d-4b4f-a223-45d6bcd140f9'),
(40485,40485,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23713],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholmdel.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NNPWD4W\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NNPWD4W\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 16:09:42','2026-03-09 16:09:42','23e903ec-78fb-42ec-bf5d-db83408f82d0'),
(40486,40486,1,'Brian Long','brian-long',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Brian Long\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6183]}',1,'2026-03-09 16:09:42','2026-03-09 16:09:42','27cf7b02-2818-4570-8db2-5e158cfbacb8'),
(40489,40489,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23848],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 16:12:23','2026-03-09 16:12:23','632cc097-f7c2-46db-affc-8c26a07c4abf'),
(40490,40490,1,'Katie Davis','susan-degeorge',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Katie Davis\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Executive Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6460]}',1,'2026-03-09 16:12:24','2026-03-09 16:12:24','24e4201c-3079-43b4-a685-2daac215abae'),
(40495,40495,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23900],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, with a hot meal cart that visits each residence daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 16:15:01','2026-03-09 16:15:01','fc5b3f69-00e9-4024-87e1-8bc13556a833'),
(40496,40496,1,'Jason Gibbs','jason-gibbs',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Jason Gibbs\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[14795]}',1,'2026-03-09 16:15:01','2026-03-09 16:15:01','906b957c-a235-41df-852f-c1166f28c43c'),
(40501,40501,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23845],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 16:18:38','2026-03-09 16:18:38','19f1a510-a037-49e1-a5ed-66f3533c79b4'),
(40502,40502,1,'Alyssa Francese','alyssa-francese',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Alyssa Francese\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[10437]}',1,'2026-03-09 16:18:38','2026-03-09 16:18:38','c1ac9dff-5954-4a88-a172-98c2dddfe675'),
(40508,40508,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script><!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 16:22:05','2026-03-09 16:22:05','6b2e05e5-708c-4cbe-9d0e-80d36ad0421c'),
(40509,40509,1,'Eli Siegfried','eli-siegfried',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Eli Siegfried\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Interim Administrator\"}',1,'2026-03-09 16:22:05','2026-03-09 16:22:05','720cf160-d51f-405e-9230-7fc858163763'),
(40510,40510,1,'2026-03-09 12:22:09',NULL,NULL,NULL,1,'2026-03-09 16:22:09','2026-03-09 16:22:09','0912fb27-f317-4bb9-8b7f-1c14162fb3c3'),
(40511,40511,1,NULL,NULL,NULL,NULL,1,'2026-03-09 16:22:41','2026-03-09 16:22:41','92b452bb-832f-49c8-a0a3-e5dc2b1c43c9'),
(40515,40515,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9640,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 16:24:26','2026-03-09 16:24:26','0d8cee09-8392-4842-9afb-b2e081a51f57'),
(40516,40516,1,'Erica Braun','erica-braun',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Erica Braun\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[6629],\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\":\"EBraun@completecarebarnhill.com\"}',1,'2026-03-09 16:24:27','2026-03-09 16:24:27','2fd806bb-18de-41f5-bd11-675336ef2bba'),
(40521,40521,1,'2026-03-09 12:33:41',NULL,NULL,NULL,1,'2026-03-09 16:33:41','2026-03-09 16:33:41','94abc36d-de8a-4bbc-aeb4-c78753a7c1c1'),
(40523,40523,1,'2026-03-09 12:47:30',NULL,NULL,NULL,1,'2026-03-09 16:47:30','2026-03-09 16:47:30','5b330900-c82d-4577-b81c-76b2da6a2e3c'),
(40524,40524,1,'Screenshot 20260309 124148 Drive',NULL,NULL,NULL,1,'2026-03-09 16:47:30','2026-03-09 16:47:30','fa842903-b36d-4304-9de1-31389493ac31'),
(40527,40527,1,NULL,NULL,NULL,NULL,1,'2026-03-09 16:51:37','2026-03-09 16:51:37','30fbedd1-3466-4fc0-a6f7-c3d5b89ef3ee'),
(40528,40528,1,NULL,NULL,NULL,NULL,1,'2026-03-09 16:51:37','2026-03-09 16:51:37','94509ddf-83e7-4771-8637-5e71a0d12cbc'),
(40531,40531,1,'2026-03-09 14:03:45',NULL,NULL,NULL,1,'2026-03-09 18:03:45','2026-03-09 18:03:45','c222ffe9-28de-49b5-b364-c7f32e7c50be'),
(40532,40532,1,'2026-03-09 14:06:20',NULL,NULL,NULL,1,'2026-03-09 18:06:20','2026-03-09 18:06:20','2b502cea-486f-4e22-8a46-4e7b2ec50b2b'),
(40533,40533,1,NULL,NULL,NULL,NULL,1,'2026-03-09 18:06:22','2026-03-09 18:06:22','0d6dab64-dd9c-4a3f-b405-952fc8f6cccd'),
(40534,40534,1,NULL,NULL,NULL,NULL,1,'2026-03-09 18:06:22','2026-03-09 18:06:22','6b82168d-56f6-46cd-ab2c-69d3c97af833'),
(40536,40536,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 18:14:23','2026-03-09 18:14:23','7389cc17-468b-412c-90c4-540f85bcacb7'),
(40540,40540,1,'Steve Smith','steve-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steve Smith\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-03-09 18:18:04','2026-03-09 18:18:04','31cad84f-fb43-4e90-9701-553832a0d83c'),
(40541,40541,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Dietician-approved meals served in the comfort of residents’ rooms\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Assistance with admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 18:18:04','2026-03-09 18:18:04','969abde8-3344-4952-9290-e17d55ea3d08'),
(40542,40542,1,'Steve Smith','steve-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steve Smith\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-03-09 18:18:04','2026-03-09 18:18:04','ff152b13-d1c6-4629-b878-dcba91df121f'),
(40544,40544,1,'2026-03-09 14:19:51',NULL,NULL,NULL,1,'2026-03-09 18:19:51','2026-03-09 18:19:51','238fe515-7541-4f13-afa0-1e1675181326'),
(40545,40545,1,NULL,NULL,NULL,NULL,1,'2026-03-09 18:22:36','2026-03-09 18:22:36','3b5ffa38-6aad-4527-b7f1-c0f418a4abe6'),
(40546,40546,1,'Silver Lake Admin',NULL,NULL,NULL,1,'2026-03-09 18:22:49','2026-03-09 18:22:49','f16be87b-5ce1-4acb-97f1-8f127e63d132'),
(40550,40550,1,'Steve Smith','steve-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steve Smith\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-03-09 18:23:36','2026-03-09 18:23:36','c7cb5a84-3f44-45fd-92ff-c465f973ba5e'),
(40551,40551,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Dietician-approved meals served in the comfort of residents’ rooms\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Assistance with admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-09 18:23:36','2026-03-09 18:23:36','87cd532e-1507-4245-a50e-d85e09d976d8'),
(40552,40552,1,'Steve Smith','steve-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Steve Smith\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\"}',1,'2026-03-09 18:23:36','2026-03-09 18:23:36','19707c57-2eaa-488a-8162-c70eba20b410'),
(40554,40554,1,'2026-03-09 15:00:04',NULL,NULL,NULL,1,'2026-03-09 19:00:04','2026-03-09 19:00:04','7dcaae51-f8ae-4582-afbd-9444726a9bb6'),
(40555,40555,1,'Résumé25 update',NULL,NULL,NULL,1,'2026-03-09 19:00:04','2026-03-09 19:00:04','897ed4ac-c1fc-492b-9892-93af00ab40dd'),
(40557,40557,1,'2026-03-09 15:35:41',NULL,NULL,NULL,1,'2026-03-09 19:35:41','2026-03-09 19:35:41','0563e471-f6af-4eff-93d0-f8248388d49e'),
(40558,40558,1,'2026-03-09 15:57:03',NULL,NULL,NULL,1,'2026-03-09 19:57:03','2026-03-09 19:57:03','c43ef0d3-9108-4840-9c87-2ecd58e7babf'),
(40560,40560,1,'2026-03-09 16:11:22',NULL,NULL,NULL,1,'2026-03-09 20:11:22','2026-03-09 20:11:22','7764348d-5c25-4f24-ba9e-aa9775be9f96'),
(40562,40562,1,'2026-03-09 16:37:51',NULL,NULL,NULL,1,'2026-03-09 20:37:51','2026-03-09 20:37:51','67ec0d91-8460-4611-b1fe-5b4dcb4886b2'),
(40563,40563,1,'20260218 195312',NULL,NULL,NULL,1,'2026-03-09 20:37:51','2026-03-09 20:37:51','f11439cb-8711-486e-a1fa-ef3ae17c26c6'),
(40564,40564,1,'2026-03-09 16:49:05',NULL,NULL,NULL,1,'2026-03-09 20:49:04','2026-03-09 20:49:05','44dfe50b-b86c-4ae5-acc7-1071935c51f0'),
(40565,40565,1,'20260218 195312',NULL,NULL,NULL,1,'2026-03-09 20:49:04','2026-03-09 20:49:04','e02af6b7-49c2-49a8-9275-671bd4574fb0'),
(40566,40566,1,'2026-03-09 16:51:41',NULL,NULL,NULL,1,'2026-03-09 20:51:41','2026-03-09 20:51:41','137a249e-8e69-4faa-b1d1-8168500c17b5'),
(40567,40567,1,'20260218 195312',NULL,NULL,NULL,1,'2026-03-09 20:51:41','2026-03-09 20:51:41','6e1ae1c8-1f47-43e9-8964-dffbed1a8985'),
(40568,40568,1,'2026-03-09 17:00:12',NULL,NULL,NULL,1,'2026-03-09 21:00:12','2026-03-09 21:00:12','e3605cd6-78aa-4371-a88a-b314f6142c20'),
(40569,40569,1,'IJ Resume 7',NULL,NULL,NULL,1,'2026-03-09 21:00:12','2026-03-09 21:00:12','ee751e20-62e4-441b-a19d-59ae733d823b'),
(40570,40570,1,'2026-03-09 17:06:38',NULL,NULL,NULL,1,'2026-03-09 21:06:38','2026-03-09 21:06:38','749b8c85-2dc2-44a6-a751-0c2930938fa6'),
(40573,40573,1,'2026-03-09 17:14:19',NULL,NULL,NULL,1,'2026-03-09 21:14:18','2026-03-09 21:14:19','c03ac558-8be6-423f-879a-5590291c70ec'),
(40574,40574,1,'20260218 195312',NULL,NULL,NULL,1,'2026-03-09 21:14:18','2026-03-09 21:14:18','408c1d03-54b9-4332-957a-d56c62c4afa6'),
(40577,40577,1,'2026-03-09 17:33:38',NULL,NULL,NULL,1,'2026-03-09 21:33:38','2026-03-09 21:33:38','0cd1c7d8-e02f-4941-af45-f5f771ab685a'),
(40580,40580,1,'2026-03-09 18:33:43',NULL,NULL,NULL,1,'2026-03-09 22:33:43','2026-03-09 22:33:43','3af51955-dd9c-49fd-9087-88760b276ed0'),
(40581,40581,1,'Nadege resume',NULL,NULL,NULL,1,'2026-03-09 22:33:43','2026-03-09 22:33:43','d2dd245e-72d3-40ea-8f73-7cf539c25f72'),
(40588,40588,1,'2026-03-09 19:11:42',NULL,NULL,NULL,1,'2026-03-09 23:11:42','2026-03-09 23:11:42','aaa14407-30ac-458d-aab3-edfacac99562'),
(40589,40589,1,'2026-03-09 19:16:24',NULL,NULL,NULL,1,'2026-03-09 23:16:24','2026-03-09 23:16:24','c7cdfb4f-dc61-4db8-9e60-bf0fce6bdca8'),
(40590,40590,1,'Dmanda Price CV',NULL,NULL,NULL,1,'2026-03-09 23:16:24','2026-03-09 23:16:24','9c0a987c-07f0-4441-b936-3558a2b52ffc'),
(40593,40593,1,'2026-03-09 20:49:35',NULL,NULL,NULL,1,'2026-03-10 00:49:35','2026-03-10 00:49:35','8a381262-a735-48df-98f6-4fadc8c77e79'),
(40594,40594,1,'Odessa Brown Resume',NULL,NULL,NULL,1,'2026-03-10 00:49:35','2026-03-10 00:49:35','6520d4dc-9095-4a2e-b10f-978d27a33c8b'),
(40625,40625,1,'2026-03-09 22:47:58',NULL,NULL,NULL,1,'2026-03-10 02:47:58','2026-03-10 02:47:58','136b6997-b01a-43c8-bca8-6eb6a5036ea3'),
(40661,40661,1,'2026-03-09 23:49:06',NULL,NULL,NULL,1,'2026-03-10 03:49:06','2026-03-10 03:49:06','a95157a5-a20b-4902-b15c-48142e59d3df'),
(40668,40668,1,'2026-03-10 00:42:49',NULL,NULL,NULL,1,'2026-03-10 04:42:49','2026-03-10 04:42:49','b7f838fa-77c1-4a90-9805-5f6e8908c44e'),
(40801,40801,1,'2026-03-10 09:02:19',NULL,NULL,NULL,1,'2026-03-10 13:02:19','2026-03-10 13:02:19','76c62926-c72e-40dd-a488-eb91a41d877b'),
(40804,40804,1,'2026-03-10 09:41:18',NULL,NULL,NULL,1,'2026-03-10 13:41:18','2026-03-10 13:41:18','e6eb46f8-1aea-4ee9-860b-8885d05b1c0d'),
(40808,40808,1,'2026-03-10 10:00:02',NULL,NULL,NULL,1,'2026-03-10 14:00:02','2026-03-10 14:00:02','8c9c6236-8cf2-4aa4-95f7-ebdc878b4592'),
(40809,40809,1,'2026-03-10 10:05:46',NULL,NULL,NULL,1,'2026-03-10 14:05:46','2026-03-10 14:05:46','5ddd8711-f6b7-4c6f-8ead-4d0c8926f898'),
(40816,40816,1,'2026-03-10 10:52:50',NULL,NULL,NULL,1,'2026-03-10 14:52:50','2026-03-10 14:52:50','3f36929d-3824-4833-92f8-cf86ae8b391a'),
(40821,40821,1,'2026-03-10 11:20:25',NULL,NULL,NULL,1,'2026-03-10 15:20:25','2026-03-10 15:20:25','aec7c4f3-c268-4381-b24c-19208934b11d'),
(40822,40822,1,'Jagdeep K Nov',NULL,NULL,NULL,1,'2026-03-10 15:20:25','2026-03-10 15:20:25','de94335b-0fdc-4b8c-b7a9-773622936925'),
(40823,40823,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:17','2026-03-10 15:25:17','a2b302e4-6fba-4fb5-9cca-59efb3d1464a'),
(40824,40824,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:18','2026-03-10 15:25:18','5d6289f5-7734-41f4-97b8-25ba4077a43a'),
(40825,40825,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:18','2026-03-10 15:25:18','4c0bd927-1ed4-4917-a0ab-df34e3a7c027'),
(40826,40826,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:18','2026-03-10 15:25:18','da5c6ca7-f537-4557-b1d7-4d0b9d764efa'),
(40827,40827,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:19','2026-03-10 15:25:19','f5a69474-08e9-4455-be1f-db06100a77a6'),
(40828,40828,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:19','2026-03-10 15:25:19','dca60216-66ed-41e2-b5a1-41f1f7ff181f'),
(40829,40829,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:20','2026-03-10 15:25:20','8159073c-883a-4c71-be18-1245a7325484'),
(40830,40830,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:20','2026-03-10 15:25:20','e8fcb005-cded-4bc4-8020-21889d54b962'),
(40831,40831,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:20','2026-03-10 15:25:20','529d07dc-4f80-439c-8760-6c89c044dea1'),
(40832,40832,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:21','2026-03-10 15:25:21','14cca58d-6925-4c2d-a453-5fa36f3281ba'),
(40833,40833,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:21','2026-03-10 15:25:21','e3202289-3c71-4be2-82cc-cbec9aa1cff9'),
(40834,40834,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:21','2026-03-10 15:25:21','b0ee405e-ce36-4ac4-846f-5623a0758ff1'),
(40835,40835,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:21','2026-03-10 15:25:21','ac258d3c-8583-49b8-8d03-772cbf6c8d5c'),
(40836,40836,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:22','2026-03-10 15:25:22','66faa8b4-0843-4038-b920-0d103d2b3006'),
(40837,40837,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:22','2026-03-10 15:25:22','e197edf3-428a-4788-b6ef-94a8a47a2a5a'),
(40838,40838,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:22','2026-03-10 15:25:22','066c8eca-5c97-4de1-bb52-6dfcf18ca78a'),
(40839,40839,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:23','2026-03-10 15:25:23','e9fbb0e6-4a94-4d52-bd25-7f3b66c4ad11'),
(40840,40840,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:23','2026-03-10 15:25:23','6f91a37a-3782-4307-8dda-ba87a34c5ec2'),
(40841,40841,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:23','2026-03-10 15:25:23','bcabc5a5-d7f6-4c1a-926f-26aaeadee006'),
(40842,40842,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:23','2026-03-10 15:25:23','5e90fee2-97ae-43fc-9cfd-eb3f70795adc'),
(40843,40843,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:24','2026-03-10 15:25:24','f2663c8b-8ae2-45af-a4bf-e89133ca11d6'),
(40844,40844,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:24','2026-03-10 15:25:24','09465557-9893-48f0-bcb8-b5208fd8ab97'),
(40845,40845,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:24','2026-03-10 15:25:24','492424b0-1978-4957-8157-8e82d017dcfe'),
(40846,40846,1,NULL,NULL,NULL,NULL,1,'2026-03-10 15:25:25','2026-03-10 15:25:25','06a2d534-b91b-4035-8c27-e711708b0632'),
(40848,40848,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"RMuller@ccwaynehills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"RMuller@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-10 15:25:39','2026-03-10 15:25:39','2a8231f4-135d-4e27-9aad-1f36f321b4de'),
(40851,40851,1,'2026-03-10 11:43:56',NULL,NULL,NULL,1,'2026-03-10 15:43:56','2026-03-10 15:43:56','6c4a5700-1eab-4d9b-9661-14682f9e4cb4'),
(40857,40857,1,'2026-03-10 12:58:54',NULL,NULL,NULL,1,'2026-03-10 16:58:54','2026-03-10 16:58:54','6c79c631-7798-4238-881e-cdeb3c3df5f5'),
(40861,40861,1,'2026-03-10 13:11:12',NULL,NULL,NULL,1,'2026-03-10 17:11:12','2026-03-10 17:11:12','b0e83c54-ac35-4309-9bd8-613a3d338a5f'),
(40917,40917,1,NULL,NULL,NULL,NULL,1,'2026-03-10 20:23:22','2026-03-10 20:23:22','e2a1ac6d-37d1-47f9-b56d-107da763282f'),
(40918,40918,1,NULL,NULL,NULL,NULL,1,'2026-03-10 20:23:22','2026-03-10 20:23:22','1e4b48af-aa0b-4a9e-9bf3-791667103af6'),
(40919,40919,1,NULL,NULL,NULL,NULL,1,'2026-03-10 20:23:22','2026-03-10 20:23:22','7137cb53-a75e-438e-9579-3b075a456f42'),
(40920,40920,1,'Bayshore AD',NULL,NULL,NULL,1,'2026-03-10 20:23:29','2026-03-10 20:23:38','24b50030-506d-4eba-a035-19b1dcd81b67'),
(40923,40923,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23701],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-10 20:23:48','2026-03-10 20:23:48','1a487eb5-087a-4a49-b484-4ba627103569'),
(40924,40924,1,'Amie Davison','amie-davison',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Amie Davison\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[40920]}',1,'2026-03-10 20:23:48','2026-03-10 20:23:48','e18dc476-e017-41c9-902b-2aecdf818639'),
(40933,40933,1,'2026-03-10 17:25:07',NULL,NULL,NULL,1,'2026-03-10 21:25:07','2026-03-10 21:25:07','6b422714-3e05-4722-9f53-d7c6da5068e6'),
(40938,40938,1,'2026-03-10 18:04:42',NULL,NULL,NULL,1,'2026-03-10 22:04:42','2026-03-10 22:04:42','3c326439-250c-4e77-8ae0-07e88854d18d'),
(40941,40941,1,'Busra Resume pdf',NULL,NULL,NULL,1,'2026-03-10 22:05:59','2026-03-10 22:05:59','22b98e7d-4775-4a94-b64d-2ea173770303'),
(40943,40943,1,'2026-03-10 18:23:46',NULL,NULL,NULL,1,'2026-03-10 22:23:46','2026-03-10 22:23:46','b94c4edf-e2c1-459a-96f6-7d717d6e3a89'),
(40944,40944,1,'2026-03-10 18:26:01',NULL,NULL,NULL,1,'2026-03-10 22:26:01','2026-03-10 22:26:01','8d864a08-018a-44f9-a74b-df6a1969d20c'),
(40956,40956,1,'2026-03-10 20:51:26',NULL,NULL,NULL,1,'2026-03-11 00:51:26','2026-03-11 00:51:26','ccc51190-5e3c-48c9-8e06-27b1709274dc'),
(40957,40957,1,'Raven Fairman 2024 updated resume',NULL,NULL,NULL,1,'2026-03-11 00:51:26','2026-03-11 00:51:26','07846eb1-4999-4239-a3ca-ec8f27b0e82a'),
(40959,40959,1,'2026-03-10 21:15:49',NULL,NULL,NULL,1,'2026-03-11 01:15:49','2026-03-11 01:15:49','e480cbe5-4a0d-4baf-a516-13623e682e1f'),
(41005,41005,1,'2026-03-10 23:38:13',NULL,NULL,NULL,1,'2026-03-11 03:38:13','2026-03-11 03:38:13','3c5fc88e-f18f-4e49-b690-fe808444d55c'),
(41029,41029,1,'2026-03-11 00:18:13',NULL,NULL,NULL,1,'2026-03-11 04:18:13','2026-03-11 04:18:13','95ff27bb-25df-46fb-bcf0-1e6f820f5b3d'),
(41044,41044,1,'2026-03-11 01:21:37',NULL,NULL,NULL,1,'2026-03-11 05:21:37','2026-03-11 05:21:37','54004d5b-0c44-43c1-aef5-0ae3901813b7'),
(41045,41045,1,'UPDATED Resume 2026 Akeira Stone 19',NULL,NULL,NULL,1,'2026-03-11 05:21:37','2026-03-11 05:21:37','9e632e07-1c74-45f0-ae86-2e15dc20e919'),
(41211,41211,1,'2026-03-11 08:03:05',NULL,NULL,NULL,1,'2026-03-11 12:03:05','2026-03-11 12:03:05','129439fd-c423-4827-8256-7d98306984e9'),
(41218,41218,1,'2026-03-11 08:06:03',NULL,NULL,NULL,1,'2026-03-11 12:06:03','2026-03-11 12:06:03','38f684c1-d529-4dd3-ab83-fc0856c98952'),
(41231,41231,1,'2026-03-11 08:36:29',NULL,NULL,NULL,1,'2026-03-11 12:36:29','2026-03-11 12:36:29','b7bf054e-fed3-44f8-a166-a8e65ea3ee4f'),
(41248,41248,1,'2026-03-11 10:07:33',NULL,NULL,NULL,1,'2026-03-11 14:07:33','2026-03-11 14:07:33','e38c655c-7412-4155-9e71-d5abb0dea4ab'),
(41256,41256,1,'2026-03-11 10:19:45',NULL,NULL,NULL,1,'2026-03-11 14:19:45','2026-03-11 14:19:45','ecba8213-06ba-49ed-8bf4-b6359345c7d2'),
(41257,41257,1,'Dylan Holly',NULL,NULL,NULL,1,'2026-03-11 14:19:45','2026-03-11 14:19:45','63ef23cc-8253-4e43-8d4a-3191de581043'),
(41344,41344,1,'2026-03-11 12:40:50',NULL,NULL,NULL,1,'2026-03-11 16:40:50','2026-03-11 16:40:50','bf55f5eb-ab46-4448-94ad-31415ce16d85'),
(41345,41345,1,'Nicole Baptist 2',NULL,NULL,NULL,1,'2026-03-11 16:40:50','2026-03-11 16:40:50','ff1cc8bd-fd02-4f73-a37f-6feb6f011017'),
(41353,41353,1,'2026-03-11 13:29:23',NULL,NULL,NULL,1,'2026-03-11 17:29:23','2026-03-11 17:29:23','029a9aab-7afb-4eda-84bb-6ed85814396f'),
(41359,41359,1,'2026-03-11 13:49:58',NULL,NULL,NULL,1,'2026-03-11 17:49:58','2026-03-11 17:49:58','2c8afaf1-49b8-42a1-805b-381ee675c68b'),
(41360,41360,1,'2026-03-11 14:08:15',NULL,NULL,NULL,1,'2026-03-11 18:08:15','2026-03-11 18:08:15','343d34c3-6467-4eff-aa64-1de71cae78ee'),
(41361,41361,1,'2026-03-11 14:20:59',NULL,NULL,NULL,1,'2026-03-11 18:20:59','2026-03-11 18:20:59','f4e8d694-16ac-422e-9943-e078dbc356eb'),
(41369,41369,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:36','2026-03-11 18:34:36','5ab1f2e8-389e-40a3-a05a-1ab3ae314d23'),
(41370,41370,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:36','2026-03-11 18:34:36','274c4683-7b10-4c40-b0f0-d9b06738f7c2'),
(41371,41371,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:36','2026-03-11 18:34:36','88cec1f5-bbdc-4c43-aac6-a9e8ccf1632e'),
(41372,41372,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:36','2026-03-11 18:34:36','8eacd1b7-987d-4217-944a-2f5b858a437c'),
(41373,41373,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:37','2026-03-11 18:34:37','ac3816f4-d17e-4b03-a95b-6e93e3f3c202'),
(41374,41374,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:37','2026-03-11 18:34:37','af036fd5-6f79-4517-8251-405575f4e112'),
(41375,41375,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:37','2026-03-11 18:34:37','1c253949-6f4a-42ee-bd17-b7cbb2ac72d0'),
(41376,41376,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:37','2026-03-11 18:34:37','d1bc6ee6-a876-4491-bd5e-f777ed34d224'),
(41377,41377,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:38','2026-03-11 18:34:38','ebbae5ae-fdfa-4dd2-8d10-3deefea5ea0a'),
(41378,41378,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:38','2026-03-11 18:34:38','012a1203-ef44-4759-ab81-6928f2113482'),
(41379,41379,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:38','2026-03-11 18:34:38','812752d2-405c-4740-bf78-6c623528427a'),
(41380,41380,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:38','2026-03-11 18:34:38','3ec1f5ac-7914-4b19-9f4f-3625e3f69c1b'),
(41381,41381,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:39','2026-03-11 18:34:39','5e36615a-510e-435e-b837-691ebf24c93d'),
(41382,41382,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:39','2026-03-11 18:34:39','6e950520-5e11-4a46-9c11-0aaf7c33dd90'),
(41383,41383,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:39','2026-03-11 18:34:39','f2ff445a-fa97-4f12-b2fb-c6a87f3bea2d'),
(41384,41384,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:40','2026-03-11 18:34:40','e137f372-2dec-4ec3-9853-c48d0c57d87e'),
(41385,41385,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:40','2026-03-11 18:34:40','511a24b1-2864-4703-903e-01d419a4b191'),
(41386,41386,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:40','2026-03-11 18:34:40','160fd456-d3b2-4b3d-b561-9c189aec414d'),
(41387,41387,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:34:40','2026-03-11 18:34:40','dc6b2486-7324-419d-b3ff-a419d5ac9fe7'),
(41388,41388,1,'Silver Lake Admin',NULL,NULL,NULL,1,'2026-03-11 18:34:53','2026-03-11 18:35:00','99558d80-a513-42db-bea9-e3a2a3cdc6dc'),
(41391,41391,1,'2026-03-11 14:40:05',NULL,NULL,NULL,1,'2026-03-11 18:40:04','2026-03-11 18:40:05','697a7ef5-f639-4372-a964-ebd29b462042'),
(41392,41392,1,'IMG 9513',NULL,NULL,NULL,1,'2026-03-11 18:40:04','2026-03-11 18:40:04','781f193e-6a01-4759-8b48-a2c0e582caa6'),
(41393,41393,1,'IMG 9514',NULL,NULL,NULL,1,'2026-03-11 18:40:05','2026-03-11 18:40:05','21bc3df7-ba8b-417d-aec5-a3b9383408b5'),
(41394,41394,1,'IMG 9515',NULL,NULL,NULL,1,'2026-03-11 18:40:05','2026-03-11 18:40:05','41d943ba-9f2c-4e17-9e2e-b85ef08ca166'),
(41397,41397,1,NULL,NULL,NULL,NULL,1,'2026-03-11 18:53:07','2026-03-11 18:53:07','7658231d-3642-46ce-9960-28631e436e62'),
(41404,41404,1,'2026-03-11 15:29:26',NULL,NULL,NULL,1,'2026-03-11 19:29:26','2026-03-11 19:29:26','cb43cea6-16d5-4768-b53b-46fd76c818ab'),
(41428,41428,1,'2026-03-11 17:14:11',NULL,NULL,NULL,1,'2026-03-11 21:14:11','2026-03-11 21:14:11','798b5ca9-f96c-46a4-895c-b4f055e396e3'),
(41445,41445,1,'2026-03-11 18:47:51',NULL,NULL,NULL,1,'2026-03-11 22:47:51','2026-03-11 22:47:51','2b4b9aee-3599-406c-9cf8-27ab3c570143'),
(41453,41453,1,'2026-03-11 21:46:44',NULL,NULL,NULL,1,'2026-03-12 01:46:44','2026-03-12 01:46:44','1b9de532-9887-4e4b-bd98-7522d83cffd0'),
(41456,41456,1,'2026-03-11 22:09:18',NULL,NULL,NULL,1,'2026-03-12 02:09:18','2026-03-12 02:09:18','8985e80c-7667-4930-93ec-1a38368e1b68'),
(41457,41457,1,'Elinas Resume',NULL,NULL,NULL,1,'2026-03-12 02:09:18','2026-03-12 02:09:18','9bcbafed-3197-48ce-95c6-6fc3b0b9e140'),
(41459,41459,1,'2026-03-11 22:29:25',NULL,NULL,NULL,1,'2026-03-12 02:29:25','2026-03-12 02:29:25','6e43e79d-e13a-462f-8bba-5113c55824fa'),
(41460,41460,1,'Amelia Rigel Resume',NULL,NULL,NULL,1,'2026-03-12 02:29:25','2026-03-12 02:29:25','a0cc4e84-4dc3-4f8f-b8c8-145e15a1adf0'),
(41467,41467,1,'2026-03-11 23:20:21',NULL,NULL,NULL,1,'2026-03-12 03:20:21','2026-03-12 03:20:21','4d0a85f0-9ab2-4d57-b444-c883b491a67c'),
(41468,41468,1,'Resume pdf',NULL,NULL,NULL,1,'2026-03-12 03:20:21','2026-03-12 03:20:21','ff6b40f6-1527-432c-846f-aaeb8f3b7588'),
(41533,41533,1,'2026-03-12 02:09:30',NULL,NULL,NULL,1,'2026-03-12 06:09:30','2026-03-12 06:09:30','a0c9dc0d-3e5e-48c8-a1d1-4c32d6afcba1'),
(41557,41557,1,'2026-03-12 06:32:43',NULL,NULL,NULL,1,'2026-03-12 10:32:43','2026-03-12 10:32:43','7bc8f348-1a1f-46db-ab38-fff7fccbbbf4'),
(41558,41558,1,'2026-03-12 06:50:48',NULL,NULL,NULL,1,'2026-03-12 10:50:48','2026-03-12 10:50:48','5997b86e-4f8e-4303-9c1e-5e012fc4eebc'),
(41561,41561,1,'2026-03-12 07:24:38',NULL,NULL,NULL,1,'2026-03-12 11:24:38','2026-03-12 11:24:38','7f9584df-fc1e-4fdb-9469-3e0701ff7859'),
(41563,41563,1,'2026-03-12 07:48:22',NULL,NULL,NULL,1,'2026-03-12 11:48:22','2026-03-12 11:48:22','2de5cac1-b26a-4f33-b9b1-24edc2d3404c'),
(41564,41564,1,'Tanya Crispin',NULL,NULL,NULL,1,'2026-03-12 11:48:22','2026-03-12 11:48:22','1cb286f2-42e3-47f9-8736-d3ecb4eab722'),
(41575,41575,1,'2026-03-12 09:58:01',NULL,NULL,NULL,1,'2026-03-12 13:58:01','2026-03-12 13:58:01','f42071b2-c2d8-40f9-bd80-a2fb94761c8c'),
(41576,41576,1,'2026-03-12 10:00:06',NULL,NULL,NULL,1,'2026-03-12 14:00:06','2026-03-12 14:00:06','2cf156b3-60cc-48ce-8ea6-44d1966e85de'),
(41577,41577,1,'2026-03-12 10:14:35',NULL,NULL,NULL,1,'2026-03-12 14:14:35','2026-03-12 14:14:35','2a8e762e-7a36-4877-a165-d4cb5e7bd99c'),
(41579,41579,1,'2026-03-12 10:30:36',NULL,NULL,NULL,1,'2026-03-12 14:30:36','2026-03-12 14:30:36','04f05fb2-e3a1-49b1-a9a5-6a2ade700940'),
(41581,41581,1,'2026-03-12 10:51:14',NULL,NULL,NULL,1,'2026-03-12 14:51:14','2026-03-12 14:51:14','63605b6e-324e-4840-bba9-87abd7bca501'),
(41598,41598,1,'2026-03-12 13:06:36',NULL,NULL,NULL,1,'2026-03-12 17:06:36','2026-03-12 17:06:36','7acdf058-26a4-4ea6-98b2-15b935c70fbf'),
(41608,41608,1,'2026-03-12 14:43:25',NULL,NULL,NULL,1,'2026-03-12 18:43:25','2026-03-12 18:43:25','4a6e7c9b-a78b-408b-b050-09d91d2802d3'),
(41609,41609,1,'2026-03-12 14:55:45',NULL,NULL,NULL,1,'2026-03-12 18:55:45','2026-03-12 18:55:45','848bdc88-58b8-47f4-8278-80218adf3383'),
(41610,41610,1,'Resume 2026 Final',NULL,NULL,NULL,1,'2026-03-12 18:55:45','2026-03-12 18:55:45','e3469b97-ce4a-4a91-b399-4f76ee03ec17'),
(41611,41611,1,'2026-03-12 15:08:43',NULL,NULL,NULL,1,'2026-03-12 19:08:43','2026-03-12 19:08:43','1b65772d-6153-45d6-ba69-2a7bd83e4c8e'),
(41614,41614,1,'2026-03-12 15:31:58',NULL,NULL,NULL,1,'2026-03-12 19:31:58','2026-03-12 19:31:58','1e38d03c-f4eb-40d0-a13d-78bee0b0b440'),
(41620,41620,1,'2026-03-12 17:00:38',NULL,NULL,NULL,1,'2026-03-12 21:00:38','2026-03-12 21:00:38','9389c93e-9e2b-4a32-b6bd-4fbf89799148'),
(41621,41621,1,'Filomena Resume LPN 2026',NULL,NULL,NULL,1,'2026-03-12 21:00:38','2026-03-12 21:00:38','399a93dd-c58f-43e1-a892-b3e7304aed1f'),
(41622,41622,1,'2026-03-12 17:03:53',NULL,NULL,NULL,1,'2026-03-12 21:03:53','2026-03-12 21:03:53','b03ff4a0-f790-4675-9be9-4dc1af3d3297'),
(41623,41623,1,'Tamerrin Oneill Resume',NULL,NULL,NULL,1,'2026-03-12 21:03:53','2026-03-12 21:03:53','47f35297-7fc1-44ec-9ef0-0757b2786ce7'),
(41626,41626,1,'2026-03-12 18:17:12',NULL,NULL,NULL,1,'2026-03-12 22:17:12','2026-03-12 22:17:12','e3ea4364-e1fb-47c0-96a8-74a7bf2a6db3'),
(41628,41628,1,'2026-03-12 18:48:00',NULL,NULL,NULL,1,'2026-03-12 22:48:00','2026-03-12 22:48:00','205f5f21-b30c-4f14-86d8-81edf457d054'),
(41629,41629,1,'T Tramel 2019 Resume',NULL,NULL,NULL,1,'2026-03-12 22:48:00','2026-03-12 22:48:00','5d5f0442-1f27-4f1f-9010-948c21333389'),
(41632,41632,1,'2026-03-12 19:18:17',NULL,NULL,NULL,1,'2026-03-12 23:18:17','2026-03-12 23:18:17','534ceeb2-2ab3-42b9-b936-64e526d8b0a0'),
(41643,41643,1,'2026-03-12 23:34:44',NULL,NULL,NULL,1,'2026-03-13 03:34:44','2026-03-13 03:34:44','51826b20-893e-4814-b885-a9c66a6d2372'),
(41788,41788,1,'2026-03-13 05:15:19',NULL,NULL,NULL,1,'2026-03-13 09:15:19','2026-03-13 09:15:19','c6f319e4-328f-4b3d-b536-668a704bb0b6'),
(41804,41804,1,'2026-03-13 06:35:54',NULL,NULL,NULL,1,'2026-03-13 10:35:54','2026-03-13 10:35:54','220504e9-3699-4d2c-a437-f9bc7e5c1613'),
(41904,41904,1,'2026-03-13 10:33:52',NULL,NULL,NULL,1,'2026-03-13 14:33:52','2026-03-13 14:33:52','1ca3a93f-19f8-4412-8a52-3ff9be76fbac'),
(41905,41905,1,'2026-03-13 10:40:27',NULL,NULL,NULL,1,'2026-03-13 14:40:27','2026-03-13 14:40:27','a3158427-9bb6-4bd7-9f56-e0c28629fc45'),
(41923,41923,1,'2026-03-13 12:38:37',NULL,NULL,NULL,1,'2026-03-13 16:38:37','2026-03-13 16:38:37','6b38a714-a6e9-4dcd-801a-324c1f2c26bc'),
(41925,41925,1,'2026-03-13 13:00:52',NULL,NULL,NULL,1,'2026-03-13 17:00:52','2026-03-13 17:00:52','1683f331-1825-49f3-9cda-dfe206e464d4'),
(41937,41937,1,'2026-03-13 13:15:56',NULL,NULL,NULL,1,'2026-03-13 17:15:56','2026-03-13 17:15:56','7d64ad2e-7df1-4a33-bdb9-d45fb7945117'),
(41954,41954,1,'2026-03-13 13:44:25',NULL,NULL,NULL,1,'2026-03-13 17:44:25','2026-03-13 17:44:26','96e16d27-1789-47a0-98fd-3afdcdf811d6'),
(41955,41955,1,'Crystal Jefferson resume',NULL,NULL,NULL,1,'2026-03-13 17:44:25','2026-03-13 17:44:25','4207000d-fb48-49cb-bc97-093524ec19e5'),
(41970,41970,1,'2026-03-13 13:56:21',NULL,NULL,NULL,1,'2026-03-13 17:56:21','2026-03-13 17:56:21','f2f2a594-d14a-4e91-972a-e7d87917fca7'),
(41971,41971,1,'2026 Jessica Lepre Resume',NULL,NULL,NULL,1,'2026-03-13 17:56:21','2026-03-13 17:56:21','428c00d4-3f33-402c-a901-5cabd7646d2f'),
(41973,41973,1,'2026-03-13 13:59:03',NULL,NULL,NULL,1,'2026-03-13 17:59:03','2026-03-13 17:59:03','8c5a98d1-245f-44b3-a728-84bd3afa9449'),
(42006,42006,1,'2026-03-13 14:50:05',NULL,NULL,NULL,1,'2026-03-13 18:50:05','2026-03-13 18:50:05','84fbdb31-efe5-436c-8f44-021592d9cf54'),
(42007,42007,1,'Martha Resume2026 Final',NULL,NULL,NULL,1,'2026-03-13 18:50:05','2026-03-13 18:50:05','73daafa6-488b-41eb-8856-9e59b769759c'),
(42008,42008,1,'2026-03-13 14:53:21',NULL,NULL,NULL,1,'2026-03-13 18:53:21','2026-03-13 18:53:21','6843f66a-92ec-4351-8fe1-adbe79db68b5'),
(42009,42009,1,'2026-03-13 14:53:56',NULL,NULL,NULL,1,'2026-03-13 18:53:56','2026-03-13 18:53:56','80481b40-cbd5-42ea-bc29-c5fe8d5d1582'),
(42010,42010,1,'2026-03-13 14:56:59',NULL,NULL,NULL,1,'2026-03-13 18:56:59','2026-03-13 18:56:59','bc10036a-ed52-4847-a82f-00297709af46'),
(42011,42011,1,'2026-03-13 14:57:08',NULL,NULL,NULL,1,'2026-03-13 18:57:08','2026-03-13 18:57:08','54d948a8-c6a0-45fc-952a-9d3c3dea9b49'),
(42021,42021,1,'2026-03-13 16:14:32',NULL,NULL,NULL,1,'2026-03-13 20:14:32','2026-03-13 20:14:32','903afabe-ed0d-4515-b930-d81c00747db9'),
(42025,42025,1,'2026-03-13 17:04:37',NULL,NULL,NULL,1,'2026-03-13 21:04:37','2026-03-13 21:04:37','87f8db1e-fa43-4270-8dc6-12797ea6f684'),
(42026,42026,1,'2026-03-13 17:08:22',NULL,NULL,NULL,1,'2026-03-13 21:08:22','2026-03-13 21:08:22','c4aa45a0-301d-4999-b0cb-8b3a910f656b'),
(42031,42031,1,'2026-03-13 17:40:39',NULL,NULL,NULL,1,'2026-03-13 21:40:39','2026-03-13 21:40:39','52bfc7c9-5257-4c26-aec0-61a950bddbfc'),
(42032,42032,1,'2026-03-13 17:40:59',NULL,NULL,NULL,1,'2026-03-13 21:40:59','2026-03-13 21:40:59','e0019b7d-e761-4566-9754-d79c7bf6f6a8'),
(42034,42034,1,'2026-03-13 17:48:00',NULL,NULL,NULL,1,'2026-03-13 21:48:00','2026-03-13 21:48:01','bb81a530-82f4-4b09-9d02-0c98256cc1c1'),
(42042,42042,1,'2026-03-13 20:22:19',NULL,NULL,NULL,1,'2026-03-14 00:22:19','2026-03-14 00:22:19','54e74cbf-fc68-40b6-9b5a-49360b8fa6fa'),
(42043,42043,1,'Resume 2023 2024',NULL,NULL,NULL,1,'2026-03-14 00:22:19','2026-03-14 00:22:19','7c22d0bc-7f9b-40c2-a7ff-86c905bba37c'),
(42044,42044,1,'2026-03-13 20:32:46',NULL,NULL,NULL,1,'2026-03-14 00:32:46','2026-03-14 00:32:46','b02644c1-aa8d-43e1-9d49-08e10e717fa9'),
(42047,42047,1,'2026-03-13 20:56:48',NULL,NULL,NULL,1,'2026-03-14 00:56:48','2026-03-14 00:56:48','f0f83556-c190-429e-a20c-55cc2b0d5479'),
(42048,42048,1,'Resume',NULL,NULL,NULL,1,'2026-03-14 00:56:48','2026-03-14 00:56:48','4865df11-3ac9-4a16-9437-5b5c9ef935c6'),
(42185,42185,1,'2026-03-14 02:34:35',NULL,NULL,NULL,1,'2026-03-14 06:34:35','2026-03-14 06:34:36','3871a13d-9862-4429-a132-b305383c6266'),
(42218,42218,1,'2026-03-14 08:21:01',NULL,NULL,NULL,1,'2026-03-14 12:21:01','2026-03-14 12:21:01','08dc979c-845c-4f92-86ea-ccc0229b933e'),
(42282,42282,1,'2026-03-14 12:26:45',NULL,NULL,NULL,1,'2026-03-14 16:26:45','2026-03-14 16:26:45','084269a0-4328-4dc4-8d11-3e22d3f504db'),
(42286,42286,1,'Resume',NULL,NULL,NULL,1,'2026-03-14 16:27:20','2026-03-14 16:27:20','46c247a6-9dd1-4d34-9904-f2478d87e104'),
(42287,42287,1,'2026-03-14 12:29:49',NULL,NULL,NULL,1,'2026-03-14 16:29:49','2026-03-14 16:29:49','b6ecfdac-84d9-4457-b8cd-6e06ae2d0b35'),
(42288,42288,1,'Michael Fisher 1',NULL,NULL,NULL,1,'2026-03-14 16:29:49','2026-03-14 16:29:49','346fd92b-1d04-4179-8cf4-6ffbde4f3e44'),
(42289,42289,1,'2026-03-14 12:32:09',NULL,NULL,NULL,1,'2026-03-14 16:32:09','2026-03-14 16:32:09','7b32a646-089e-413e-bd45-ff2c396dd9c5'),
(42292,42292,1,'2026-03-14 13:19:40',NULL,NULL,NULL,1,'2026-03-14 17:19:40','2026-03-14 17:19:40','d7122b53-9262-4a05-8bac-5ce1d37a940a'),
(42293,42293,1,'RESUME 2026',NULL,NULL,NULL,1,'2026-03-14 17:19:40','2026-03-14 17:19:40','25172424-4199-4d9e-93e8-201251745c8b'),
(42296,42296,1,'2026-03-14 13:38:05',NULL,NULL,NULL,1,'2026-03-14 17:38:05','2026-03-14 17:38:05','f97b932b-e21b-488e-b611-7c15cd76fd95'),
(42360,42360,1,'2026-03-14 16:47:50',NULL,NULL,NULL,1,'2026-03-14 20:47:50','2026-03-14 20:47:50','1af5630f-224f-45ca-92b2-0ba58e300150'),
(42365,42365,1,'2026-03-14 17:12:02',NULL,NULL,NULL,1,'2026-03-14 21:12:02','2026-03-14 21:12:02','d4d37cb1-2298-42c4-a2b0-729b9ad40b92'),
(42366,42366,1,'RN20resume2020final20one202028229',NULL,NULL,NULL,1,'2026-03-14 21:12:02','2026-03-14 21:12:02','dbbf95da-7ba0-49c4-896c-9551110e54d8'),
(42371,42371,1,'2026-03-14 17:27:58',NULL,NULL,NULL,1,'2026-03-14 21:27:58','2026-03-14 21:27:58','413f912d-812c-4c88-9bd0-f68211626e39'),
(42373,42373,1,'2026-03-14 17:42:36',NULL,NULL,NULL,1,'2026-03-14 21:42:36','2026-03-14 21:42:36','d709ed5e-65de-4f8d-b41c-0510ddca0177'),
(42374,42374,1,'Copy of Alberta Pitts',NULL,NULL,NULL,1,'2026-03-14 21:42:36','2026-03-14 21:42:36','cb7628c1-1459-4156-b20f-6b0f6f58d3ad'),
(42400,42400,1,'2026-03-14 20:58:47',NULL,NULL,NULL,1,'2026-03-15 00:58:47','2026-03-15 00:58:47','63ec58f8-3321-4564-8bb2-02db5ac81447'),
(42408,42408,1,'2026-03-14 21:44:42',NULL,NULL,NULL,1,'2026-03-15 01:44:42','2026-03-15 01:44:42','48a54fb9-7dd1-4fb6-9614-eab1237a2a01'),
(42411,42411,1,'2026-03-14 21:58:30',NULL,NULL,NULL,1,'2026-03-15 01:58:30','2026-03-15 01:58:30','a8c7b5d1-6e3c-4302-804e-67b1f46605a2'),
(42412,42412,1,'Chyna',NULL,NULL,NULL,1,'2026-03-15 01:58:30','2026-03-15 01:58:30','0eab8790-a10d-4aff-a93b-cde9729b64e2'),
(42490,42490,1,'2026-03-15 03:50:19',NULL,NULL,NULL,1,'2026-03-15 07:50:19','2026-03-15 07:50:19','161c2b4f-de0b-4c92-80ff-c97fe1914cda'),
(42491,42491,1,'IMG 0012',NULL,NULL,NULL,1,'2026-03-15 07:50:19','2026-03-15 07:50:19','4cd778b0-d56b-492e-9f0e-810493cdaf85'),
(42634,42634,1,'2026-03-15 10:24:22',NULL,NULL,NULL,1,'2026-03-15 14:24:22','2026-03-15 14:24:22','e5ee6545-9eae-4200-922c-0e1fe3afcc12'),
(42637,42637,1,'2026-03-15 10:42:07',NULL,NULL,NULL,1,'2026-03-15 14:42:07','2026-03-15 14:42:07','c639ec3f-edd1-4c54-ac66-2a94c6147b10'),
(42638,42638,1,'Resume',NULL,NULL,NULL,1,'2026-03-15 14:42:07','2026-03-15 14:42:07','bfd24780-054c-4450-a8f9-f7716749c556'),
(42641,42641,1,'2026-03-15 11:16:38',NULL,NULL,NULL,1,'2026-03-15 15:16:38','2026-03-15 15:16:38','444dc97c-6cca-4289-a741-3d33bc1edc9e'),
(42642,42642,1,'Resume Builder',NULL,NULL,NULL,1,'2026-03-15 15:16:38','2026-03-15 15:16:38','7e042386-2c06-4d9b-a56c-77020d7119ae'),
(42671,42671,1,'2026-03-15 12:32:31',NULL,NULL,NULL,1,'2026-03-15 16:32:30','2026-03-15 16:32:31','23a89ac4-2a91-41ca-96fa-0a151088a48d'),
(42672,42672,1,'Shanella Jackson CNA Resume',NULL,NULL,NULL,1,'2026-03-15 16:32:30','2026-03-15 16:32:30','ab5a8a0c-4ded-4e2a-80a0-51a4f85d1802'),
(42701,42701,1,'2026-03-15 14:28:22',NULL,NULL,NULL,1,'2026-03-15 18:28:22','2026-03-15 18:28:23','087f2624-33f9-4861-a6e4-f21e97d76c03'),
(42716,42716,1,'2026-03-15 16:14:58',NULL,NULL,NULL,1,'2026-03-15 20:14:58','2026-03-15 20:14:58','87b8a192-9c07-4e63-acff-11dedad263ee'),
(42720,42720,1,'2026-03-15 17:06:01',NULL,NULL,NULL,1,'2026-03-15 21:06:01','2026-03-15 21:06:01','668dd2be-b089-47d7-8dea-34aa378ba801'),
(42721,42721,1,'Reagan Bonforte Resume 26',NULL,NULL,NULL,1,'2026-03-15 21:06:01','2026-03-15 21:06:01','6f24ac72-92f9-4e54-a634-ef6045710a7a'),
(42737,42737,1,'2026-03-15 20:13:19',NULL,NULL,NULL,1,'2026-03-16 00:13:19','2026-03-16 00:13:19','623291be-8748-495a-ae9c-fd69faee322f'),
(42740,42740,1,'Resume Compassionate Front Desk Coordinator Part Time 2',NULL,NULL,NULL,1,'2026-03-16 00:16:45','2026-03-16 00:16:45','f8160248-cf4c-4b27-9ba6-fd0819ae699a'),
(42747,42747,1,'2026-03-15 22:02:32',NULL,NULL,NULL,1,'2026-03-16 02:02:32','2026-03-16 02:02:32','d54d37c6-2b29-4dc6-809c-a258fa921b41'),
(42766,42766,1,'2026-03-15 23:14:05',NULL,NULL,NULL,1,'2026-03-16 03:14:05','2026-03-16 03:14:05','daad69b0-b23a-409f-9c8d-51055a91b61b'),
(42881,42881,1,'2026-03-16 06:13:55',NULL,NULL,NULL,1,'2026-03-16 10:13:55','2026-03-16 10:13:55','ee0cae77-b122-490b-8b1e-6614dbedafe1'),
(42882,42882,1,'Schrieber Customer Service Sales',NULL,NULL,NULL,1,'2026-03-16 10:13:55','2026-03-16 10:13:55','9868e4e5-4d20-4e48-b0d8-e9290f0772fd'),
(42899,42899,1,'2026-03-16 06:27:24',NULL,NULL,NULL,1,'2026-03-16 10:27:24','2026-03-16 10:27:24','3826ada1-9d91-40fe-980d-fbc6014a4a52'),
(42940,42940,1,'2026-03-16 08:04:26',NULL,NULL,NULL,1,'2026-03-16 12:04:26','2026-03-16 12:04:27','c97915a0-adba-4b6e-a0f8-917edab34e06'),
(42948,42948,1,'2026-03-16 08:58:43',NULL,NULL,NULL,1,'2026-03-16 12:58:43','2026-03-16 12:58:43','3b6cd769-02bb-4acc-85a7-56ba86051c0d'),
(43026,43026,1,'2026-03-16 10:33:36',NULL,NULL,NULL,1,'2026-03-16 14:33:36','2026-03-16 14:33:36','43884f98-3eb8-43e3-ae82-b499e5f12c22'),
(43028,43028,1,'2026-03-16 10:40:36',NULL,NULL,NULL,1,'2026-03-16 14:40:36','2026-03-16 14:40:36','9463d942-afc4-41e5-81fb-18dc709ea457'),
(43029,43029,1,'4061 001',NULL,NULL,NULL,1,'2026-03-16 14:40:36','2026-03-16 14:40:36','7562c3bf-d4a1-4b46-958c-ee87487cdfea'),
(43030,43030,1,'2026-03-16 10:41:19',NULL,NULL,NULL,1,'2026-03-16 14:41:19','2026-03-16 14:41:19','1f883769-2b4f-4528-9d6d-54384cf7f947'),
(43031,43031,1,'Resume',NULL,NULL,NULL,1,'2026-03-16 14:41:19','2026-03-16 14:41:19','28398415-d58f-40f4-a552-a3ebf3ffe66f'),
(43036,43036,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:36:57','2026-03-16 15:36:57','4f587e21-f9de-4a08-9907-8dfa17fafe4f'),
(43037,43037,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:36:57','2026-03-16 15:36:57','af6de348-fd4d-4eb5-95d0-6588e8a9a181'),
(43038,43038,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:36:57','2026-03-16 15:36:57','3e49c356-65d6-428f-88b0-6a2783d02758'),
(43039,43039,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:36:58','2026-03-16 15:36:58','93259d56-db49-4852-9aa5-6d64d3139c8b'),
(43040,43040,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:36:58','2026-03-16 15:36:58','9b9c8141-6ff2-47f6-888b-e83d7ab134f0'),
(43041,43041,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:36:58','2026-03-16 15:36:58','235df607-b355-41bd-80ab-f2c580868c64'),
(43042,43042,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:36:59','2026-03-16 15:36:59','0c7a88d1-3b1c-47d5-b599-c0b59d1a0edb'),
(43043,43043,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:36:59','2026-03-16 15:36:59','f93a1f06-56d0-484d-954a-8db0362ca4dc'),
(43044,43044,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:36:59','2026-03-16 15:36:59','211517f6-90b7-4c7e-988e-916a4f493870'),
(43045,43045,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:36:59','2026-03-16 15:36:59','88822249-a2c1-4e9d-90eb-29d78dc8461d'),
(43046,43046,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:00','2026-03-16 15:37:00','7f190640-53ba-4318-9dd2-db771be413fd'),
(43047,43047,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:00','2026-03-16 15:37:00','493f3323-12cd-4150-a01d-7258d997d5e4'),
(43048,43048,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:00','2026-03-16 15:37:00','cc8495dc-aaa7-47e5-ab09-4a22da09fc0d'),
(43049,43049,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:00','2026-03-16 15:37:00','7d1041e9-d3d5-472a-9991-d2c98c3180aa'),
(43050,43050,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:01','2026-03-16 15:37:01','dca74978-3328-4eac-bea8-b9506fe68df1'),
(43051,43051,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:01','2026-03-16 15:37:01','c1f7cd15-5448-4055-8d28-eba470defc52'),
(43052,43052,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:01','2026-03-16 15:37:01','cc5c93ef-1511-424a-9632-c42945a799a5'),
(43053,43053,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:01','2026-03-16 15:37:01','4421c7ef-4b01-41f4-a85e-527b699aa828'),
(43054,43054,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:02','2026-03-16 15:37:02','a3ef61b1-c799-4967-8007-e6e56d1b1b95'),
(43055,43055,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:02','2026-03-16 15:37:02','01abf001-8660-407c-92af-e58a0d607b84'),
(43056,43056,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:02','2026-03-16 15:37:02','7cc7e916-3c24-4f5b-aa44-96ff81e08eb9'),
(43057,43057,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:03','2026-03-16 15:37:03','7a197643-2dcb-43f0-8528-516b3c4426f9'),
(43058,43058,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:03','2026-03-16 15:37:03','7d7d93d4-7610-4522-bbde-fa30e666bdfc'),
(43059,43059,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:03','2026-03-16 15:37:03','2655b7f6-d8fb-4635-b9f3-7846d0f81447'),
(43060,43060,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:03','2026-03-16 15:37:03','01d345ae-e212-4443-aeae-0997aa7b0b9c'),
(43061,43061,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:04','2026-03-16 15:37:04','f8e9fd49-83ea-469f-a7e7-5c320cb2579e'),
(43062,43062,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:04','2026-03-16 15:37:04','ef396db2-9848-4db1-a9e0-43241f4baa5b'),
(43063,43063,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:04','2026-03-16 15:37:04','1b35a27b-a642-44cd-9cc9-162cb226f736'),
(43064,43064,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:05','2026-03-16 15:37:05','f8bc2a96-01cb-41a9-93d6-8dda8de007c7'),
(43065,43065,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:05','2026-03-16 15:37:05','50bf7228-7e0b-4046-9f7d-cc0defaea192'),
(43066,43066,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:05','2026-03-16 15:37:05','383c924f-176c-4828-be80-8773f2417cfd'),
(43067,43067,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:05','2026-03-16 15:37:05','6bc843c7-812d-4b8e-bcc9-e1eee738635a'),
(43068,43068,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:06','2026-03-16 15:37:06','95c733a7-f039-40e3-b6d2-fab5dc461e92'),
(43069,43069,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:06','2026-03-16 15:37:06','c09b414c-5a7a-4beb-929e-49ff5ac4b670'),
(43070,43070,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:06','2026-03-16 15:37:06','0145296b-5791-4abb-8e64-e26624abcf21'),
(43071,43071,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:06','2026-03-16 15:37:06','493901b8-250f-42f9-860a-cea270cc0878'),
(43072,43072,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:07','2026-03-16 15:37:07','82740fa1-234e-4df8-9af9-bb9173fea933'),
(43073,43073,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:07','2026-03-16 15:37:07','016a8edd-af85-44f8-9490-7c91d37c52a9'),
(43074,43074,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:07','2026-03-16 15:37:07','38d5d0d0-999b-4dba-9870-7893c7363cc2'),
(43075,43075,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:07','2026-03-16 15:37:07','8f0ae9b9-f051-4a7d-965c-2be3ce8a0aff'),
(43076,43076,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:08','2026-03-16 15:37:08','adf1be8f-25d9-44bf-a0dd-993cda3db533'),
(43077,43077,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:08','2026-03-16 15:37:08','5543a999-bcee-41e4-aff1-71c29a96642f'),
(43078,43078,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:08','2026-03-16 15:37:08','ad591c73-a028-49c5-bfd0-1565bd74c1c3'),
(43079,43079,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:08','2026-03-16 15:37:08','d07349a5-5166-49c0-ba16-7eb8c6916315'),
(43080,43080,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:09','2026-03-16 15:37:09','d6c48ff3-b99d-49ee-89b8-d62dc735fa41'),
(43081,43081,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:09','2026-03-16 15:37:09','72cbdc96-e180-4c8a-b181-97eaae90bb09'),
(43082,43082,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:09','2026-03-16 15:37:09','d2a96237-abf1-48d5-a3c2-491b1405f827'),
(43083,43083,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:09','2026-03-16 15:37:09','a45607b2-d200-4cda-8498-ae1d772ff2bd'),
(43084,43084,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:10','2026-03-16 15:37:10','ecc76fef-afa2-4515-9955-f36ec5a414f4'),
(43085,43085,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:10','2026-03-16 15:37:10','0d464792-1a27-472a-9601-b10c13704b84'),
(43086,43086,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:10','2026-03-16 15:37:10','f8b12cf0-2da5-4e1d-a6c0-307cd8aacd11'),
(43087,43087,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:10','2026-03-16 15:37:10','b8e5939f-cf9f-46f0-a770-b5e7da16fd4f'),
(43088,43088,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:11','2026-03-16 15:37:11','82efe09c-ecf4-44ba-9765-537f5c53575c'),
(43089,43089,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:11','2026-03-16 15:37:11','c003d7e2-e05d-4573-9d98-515d9ae7d042'),
(43090,43090,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:11','2026-03-16 15:37:11','3d8f2ef2-c0f4-47a8-b97a-f33350e4771f'),
(43091,43091,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:11','2026-03-16 15:37:11','435e0572-df96-4ed9-a83d-a6814255b002'),
(43092,43092,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:12','2026-03-16 15:37:12','e4a1cddd-ed6f-43e8-b5f7-2f33e6c27c8b'),
(43093,43093,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:12','2026-03-16 15:37:12','d929a9c9-1ed9-450d-8a2c-ddac01c8ebbf'),
(43094,43094,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:12','2026-03-16 15:37:12','bfe77ebd-0064-4ac6-9414-8ed1acd74bec'),
(43095,43095,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:13','2026-03-16 15:37:13','ec8c317a-3cbd-413d-bd94-ce03a637b59b'),
(43096,43096,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:13','2026-03-16 15:37:13','b42bf452-2f98-4666-8444-9c65160e564b'),
(43097,43097,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:13','2026-03-16 15:37:13','c8903586-51d5-4844-b68c-9dcf98bed7bd'),
(43098,43098,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:13','2026-03-16 15:37:13','a537a0d5-348a-41d8-b5f3-8c8bfca3a392'),
(43099,43099,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:14','2026-03-16 15:37:14','7a5c0e2a-b1a5-44d3-8d01-e3d9d6e5d604'),
(43100,43100,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:14','2026-03-16 15:37:14','105b8e4b-fc07-4d2f-8993-6f779bb7b52c'),
(43101,43101,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:14','2026-03-16 15:37:14','1a039ba8-66c1-4e0a-a267-c003a46e28d0'),
(43102,43102,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:15','2026-03-16 15:37:15','6d245d7f-16f0-4579-aa9b-e5b17d6b72e8'),
(43103,43103,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:15','2026-03-16 15:37:15','82c2bc70-cddd-42c1-a504-3741ce6f0100'),
(43104,43104,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:15','2026-03-16 15:37:15','1b584df8-e67d-4894-95ac-b3dab5312d1a'),
(43105,43105,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:16','2026-03-16 15:37:16','0bbebbb5-d840-4f4a-9e1e-e1bacce7e156'),
(43106,43106,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:16','2026-03-16 15:37:16','9458dc8d-4494-4118-8c8c-b987fc4efc43'),
(43107,43107,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:16','2026-03-16 15:37:16','3587a57b-9249-4ba3-bdde-3cc25ab3c3a0'),
(43108,43108,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:16','2026-03-16 15:37:16','a757a749-f46e-48cd-a4e0-64a7e5633932'),
(43109,43109,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:17','2026-03-16 15:37:17','9940c5ea-b018-4b40-98de-b9949079f7d3'),
(43110,43110,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:17','2026-03-16 15:37:17','97a78a06-b1aa-42bc-ad0b-d0f1f21069d0'),
(43111,43111,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:17','2026-03-16 15:37:17','fd30f54a-86d8-440b-a9a7-4cebeb52049f'),
(43112,43112,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:17','2026-03-16 15:37:17','6456f408-06de-4779-ba80-7aa2144174e7'),
(43113,43113,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:18','2026-03-16 15:37:18','83504068-f507-43ae-81cd-c28c433be99f'),
(43114,43114,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:18','2026-03-16 15:37:18','cc809693-8511-43f4-aa4e-40a1f7e85001'),
(43115,43115,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:18','2026-03-16 15:37:18','3394e2d1-7bea-44e7-8eae-4bbff2849d04'),
(43116,43116,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:18','2026-03-16 15:37:18','bb7f1227-8b20-4bde-a677-f7a5d9cb892a'),
(43117,43117,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:19','2026-03-16 15:37:19','2a7843e1-b567-4143-b438-566f93219973'),
(43118,43118,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:19','2026-03-16 15:37:19','1bfd278c-de5b-4f74-a313-bb2a354a83b1'),
(43119,43119,1,NULL,NULL,NULL,NULL,1,'2026-03-16 15:37:19','2026-03-16 15:37:19','2694688b-b894-4840-ab89-7d11efb5380e'),
(43120,43120,1,'2026-03-16 11:39:47',NULL,NULL,NULL,1,'2026-03-16 15:39:47','2026-03-16 15:39:47','18f96324-dde5-4f8d-8689-7b13373f87c9'),
(43121,43121,1,'2026-03-16 11:41:23',NULL,NULL,NULL,1,'2026-03-16 15:41:23','2026-03-16 15:41:23','a14e32a8-c2b6-412f-90aa-64684ca18b83'),
(43122,43122,1,'2026-03-16 11:41:31',NULL,NULL,NULL,1,'2026-03-16 15:41:31','2026-03-16 15:41:31','11a78d64-1ced-4ec4-bede-271344586224'),
(43124,43124,1,'2026-03-16 11:47:57',NULL,NULL,NULL,1,'2026-03-16 15:47:57','2026-03-16 15:47:57','ef59c644-e691-496e-8703-fa9cee116661'),
(43126,43126,1,'2026-03-16 11:54:19',NULL,NULL,NULL,1,'2026-03-16 15:54:19','2026-03-16 15:54:19','19330863-7c3d-4c48-9284-79fb0063e1d5'),
(43127,43127,1,'Resume',NULL,NULL,NULL,1,'2026-03-16 15:54:19','2026-03-16 15:54:19','5e2da25c-eb05-4e54-b948-52dd29741c19'),
(43137,43137,1,'2026-03-16 12:04:36',NULL,NULL,NULL,1,'2026-03-16 16:04:36','2026-03-16 16:04:36','62f6e7f3-91e3-4641-9f50-91d5a3013d1b'),
(43138,43138,1,NULL,NULL,NULL,NULL,1,'2026-03-16 16:05:56','2026-03-16 16:05:56','c9417eb4-087a-4d4d-a03d-7163a8408e5b'),
(43139,43139,1,NULL,NULL,NULL,NULL,1,'2026-03-16 16:05:56','2026-03-16 16:05:56','e7ab7be5-5801-4eca-8d66-5ea0afa79022'),
(43140,43140,1,NULL,NULL,NULL,NULL,1,'2026-03-16 16:05:56','2026-03-16 16:05:56','a42ee357-1d4b-470c-9098-764d2e22fb79'),
(43141,43141,1,NULL,NULL,NULL,NULL,1,'2026-03-16 16:05:56','2026-03-16 16:05:56','61193788-cdbc-4f04-8d18-50e18c59207f'),
(43142,43142,1,NULL,NULL,NULL,NULL,1,'2026-03-16 16:05:57','2026-03-16 16:05:57','f7462475-c573-4b4f-b23c-435b22b84247'),
(43143,43143,1,NULL,NULL,NULL,NULL,1,'2026-03-16 16:05:57','2026-03-16 16:05:57','afb2a8e9-ab85-469c-9c25-d3931f8234d3'),
(43145,43145,1,'Notice of Availability','notice-of-availability',NULL,'{\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[43147],\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false}',1,'2026-03-16 16:07:41','2026-03-16 16:08:01','7196b061-fcba-48b8-8c26-da002660a49b'),
(43147,43147,1,'Notice of Availability of Language Assistance Services and Auxiliary Aids',NULL,NULL,NULL,1,'2026-03-16 16:08:01','2026-03-16 16:08:31','073bb861-4525-45ae-8eb5-2cfbf0236672'),
(43153,43153,1,'2026-03-16 12:33:32',NULL,NULL,NULL,1,'2026-03-16 16:33:32','2026-03-16 16:33:32','f343ed9d-ed8b-4707-8460-94780fbc3581'),
(43156,43156,1,'Resume 1773678754711',NULL,NULL,NULL,1,'2026-03-16 16:34:17','2026-03-16 16:34:17','849dc8c3-3252-4a1d-9c57-6227da4500dc'),
(43157,43157,1,NULL,NULL,NULL,NULL,1,'2026-03-16 16:35:33','2026-03-16 16:35:33','39690bf3-10bb-48b7-8efa-b18096c76f51'),
(43159,43159,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwaynehills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-16 16:36:17','2026-03-16 16:36:17','5f44372f-9f7a-4532-9ad0-23eb8be960bd'),
(43161,43161,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"Info@ccwaynehills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-16 16:36:40','2026-03-16 16:36:40','5083737b-46f3-4903-b683-5d7aeea6ed82'),
(43163,43163,1,'2026-03-16 12:38:33',NULL,NULL,NULL,1,'2026-03-16 16:38:33','2026-03-16 16:38:33','069a74ca-cb4e-4e7a-a130-e6edbe1969ba'),
(43170,43170,1,'2026-03-16 13:40:55',NULL,NULL,NULL,1,'2026-03-16 17:40:54','2026-03-16 17:40:55','38030eff-1db5-45e0-bbd1-cbe6065b4019'),
(43171,43171,1,'Image',NULL,NULL,NULL,1,'2026-03-16 17:40:54','2026-03-16 17:40:54','764f01cf-0230-4028-af6c-3bec4f4530d6'),
(43172,43172,1,'2026-03-16 13:44:40',NULL,NULL,NULL,1,'2026-03-16 17:44:39','2026-03-16 17:44:40','c759416e-993c-4beb-9eb7-85482a0ec7ec'),
(43173,43173,1,'Image',NULL,NULL,NULL,1,'2026-03-16 17:44:39','2026-03-16 17:44:39','28115d36-c9fd-457b-8628-c5409a3fddfd'),
(43177,43177,1,NULL,NULL,NULL,NULL,1,'2026-03-16 18:27:11','2026-03-16 18:27:11','aa53f6b8-7d45-4024-9e26-b1ac4ded284b'),
(43178,43178,1,NULL,NULL,NULL,NULL,1,'2026-03-16 18:27:12','2026-03-16 18:27:12','3412efa3-1522-4572-a0c6-06e6bbe8dfac'),
(43179,43179,1,NULL,NULL,NULL,NULL,1,'2026-03-16 18:27:12','2026-03-16 18:27:12','a525b10a-f597-4002-a17c-d1fef60ed3c2'),
(43181,43181,1,'Glendale March2026',NULL,NULL,NULL,1,'2026-03-16 18:28:15','2026-03-16 18:28:15','a657039d-0fe9-4365-a186-2d3075b42aed'),
(43182,43182,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[43181],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareglendale.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WSTSDZT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WSTSDZT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-16 18:28:17','2026-03-16 18:28:17','cbab3810-48f1-4a10-83f0-4abed7a5104f'),
(43184,43184,1,'Corsica Hills',NULL,NULL,NULL,1,'2026-03-16 18:29:05','2026-03-16 18:29:05','3bdf49e5-a02c-4497-8b16-961c11d3484f'),
(43185,43185,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[43184],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NSKPFW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NSKPFW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-16 18:29:12','2026-03-16 18:29:12','138e39b7-4891-41a7-a28c-6fc6ead94e2f'),
(43186,43186,1,'Heritage March',NULL,NULL,NULL,1,'2026-03-16 18:30:28','2026-03-16 18:30:28','40d346ff-2e57-4826-b471-b48ba3633eab'),
(43188,43188,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12281],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[43186],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareheritage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRDHM57\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRDHM57\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-16 18:30:30','2026-03-16 18:30:30','15caddc5-d0aa-4ea9-b95d-95830e8003ad'),
(43189,43189,1,'2026-03-16 14:53:53',NULL,NULL,NULL,1,'2026-03-16 18:53:53','2026-03-16 18:53:53','90fbdf8a-f168-4b94-b6d0-f3218c135f68'),
(43190,43190,1,NULL,NULL,NULL,NULL,1,'2026-03-16 18:56:42','2026-03-16 18:56:42','964ce4e0-7ae5-40a8-9dd0-0edd392e5884'),
(43191,43191,1,'2026-03-16 15:04:55',NULL,NULL,NULL,1,'2026-03-16 19:04:55','2026-03-16 19:04:55','8864d9f9-a4d4-4004-9021-e3280e4f2924'),
(43192,43192,1,'Resume',NULL,NULL,NULL,1,'2026-03-16 19:04:55','2026-03-16 19:04:55','fa4eb4d4-4858-44ac-a80b-a065d3161ea5'),
(43193,43193,1,'2026-03-16 15:05:24',NULL,NULL,NULL,1,'2026-03-16 19:05:24','2026-03-16 19:05:24','187c24cd-98e6-44c1-800c-b950fda64775'),
(43194,43194,1,'Jeremiah Johnsons Resume',NULL,NULL,NULL,1,'2026-03-16 19:05:24','2026-03-16 19:05:24','85a4b9bf-9cd2-4144-81da-7bf754c76f01'),
(43195,43195,1,'2026-03-16 15:28:37',NULL,NULL,NULL,1,'2026-03-16 19:28:37','2026-03-16 19:28:37','8565b231-59b9-4f3a-ad9a-80e74b9f9927'),
(43206,43206,1,'2026-03-16 16:24:33',NULL,NULL,NULL,1,'2026-03-16 20:24:33','2026-03-16 20:24:33','fc8e0dfb-fe6d-473d-b214-899c38c98d07'),
(43211,43211,1,'2026-03-16 16:41:23',NULL,NULL,NULL,1,'2026-03-16 20:41:22','2026-03-16 20:41:23','a9fc3523-6ff8-45ff-a328-24f831721df5'),
(43212,43212,1,'A Barlotta Resume copy',NULL,NULL,NULL,1,'2026-03-16 20:41:22','2026-03-16 20:41:22','9710c661-4f21-46a3-9e3c-e27064870ecf'),
(43213,43213,1,'2026-03-16 16:43:03',NULL,NULL,NULL,1,'2026-03-16 20:43:03','2026-03-16 20:43:03','2b50926a-5e81-4c05-9cdf-0ab90343937b'),
(43214,43214,1,'2026-03-16 16:46:17',NULL,NULL,NULL,1,'2026-03-16 20:46:17','2026-03-16 20:46:17','7badfd60-dd62-4911-8e26-b5cec7723288'),
(43215,43215,1,'A Barlotta Resume copy',NULL,NULL,NULL,1,'2026-03-16 20:46:17','2026-03-16 20:46:17','a949610d-d3ee-4d9c-8452-6c02b157053f'),
(43216,43216,1,'2026-03-16 16:53:42',NULL,NULL,NULL,1,'2026-03-16 20:53:41','2026-03-16 20:53:42','ec5f097c-5bea-4f94-91a6-2c365176d88d'),
(43217,43217,1,'A Barlotta Resume copy',NULL,NULL,NULL,1,'2026-03-16 20:53:41','2026-03-16 20:53:41','f5dd786a-b361-41e4-bcae-c6dde7ae5433'),
(43218,43218,1,'2026-03-16 16:56:58',NULL,NULL,NULL,1,'2026-03-16 20:56:58','2026-03-16 20:56:58','6457cb2b-c33c-4ea1-b554-5eb70048afe2'),
(43219,43219,1,'A Barlotta Resume copy',NULL,NULL,NULL,1,'2026-03-16 20:56:58','2026-03-16 20:56:58','2ed5f136-2a64-4132-b2b0-10ccaa8dc9a0'),
(43221,43221,1,'2026-03-16 16:59:17',NULL,NULL,NULL,1,'2026-03-16 20:59:16','2026-03-16 20:59:17','04dd5d84-0cf5-4ba0-9b89-88ae146513d3'),
(43222,43222,1,'A Barlotta Resume copy',NULL,NULL,NULL,1,'2026-03-16 20:59:16','2026-03-16 20:59:16','25b81f51-52e6-43dd-9301-7012e115e401'),
(43226,43226,1,'2026-03-16 17:43:54',NULL,NULL,NULL,1,'2026-03-16 21:43:54','2026-03-16 21:43:54','ffc0b5da-c2f3-424c-9bca-669b90edf44f'),
(43228,43228,1,'2026-03-16 17:53:09',NULL,NULL,NULL,1,'2026-03-16 21:53:09','2026-03-16 21:53:09','68bf89cd-3f39-4148-8581-74702774d0b7'),
(43229,43229,1,'Resume 3',NULL,NULL,NULL,1,'2026-03-16 21:53:09','2026-03-16 21:53:09','5a5a9dda-72ca-4089-8c52-0c3ea3e2457e'),
(43230,43230,1,'2026-03-16 18:10:27',NULL,NULL,NULL,1,'2026-03-16 22:10:27','2026-03-16 22:10:27','67fae0b3-df27-4abe-a9f3-5671b2b2de10'),
(43234,43234,1,'2026-03-16 18:43:06',NULL,NULL,NULL,1,'2026-03-16 22:43:06','2026-03-16 22:43:06','3a03998a-b54f-4d52-b211-60964f18c4d6'),
(43237,43237,1,'2026-03-16 19:01:58',NULL,NULL,NULL,1,'2026-03-16 23:01:57','2026-03-16 23:01:58','ac86872d-3265-42f1-b17a-c1a5e9e0202f'),
(43238,43238,1,'IMG 5235',NULL,NULL,NULL,1,'2026-03-16 23:01:57','2026-03-16 23:01:57','6a97f823-face-463d-9298-b7e55cb46cde'),
(43271,43271,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:40','2026-03-17 00:17:40','22c25224-589d-4e86-beab-8463a94d4cc2'),
(43272,43272,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:40','2026-03-17 00:17:40','19a9562f-c3ce-4216-a3e6-b181e059fb14'),
(43273,43273,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:40','2026-03-17 00:17:40','11d81df7-b7a4-4a3a-aa00-dd9cabde38d2'),
(43274,43274,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:41','2026-03-17 00:17:41','1e9bfb8e-3d71-4aa3-a4eb-f2e6a7f711c4'),
(43275,43275,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:41','2026-03-17 00:17:41','27a1ae4f-6f63-440d-b081-282a8bbec91d'),
(43276,43276,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:41','2026-03-17 00:17:41','4fa8a4fc-3c23-47df-9e0e-738a9b19b083'),
(43277,43277,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:42','2026-03-17 00:17:42','414f0052-de14-46a3-b1fe-5ce817639574'),
(43278,43278,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:42','2026-03-17 00:17:42','5177011c-6f7c-413a-8436-493d368ecf54'),
(43279,43279,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:42','2026-03-17 00:17:42','97a3f40c-5ffb-4765-a82d-2ef451bad05e'),
(43280,43280,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:43','2026-03-17 00:17:43','682ac716-8ae5-499e-9460-35c6536dbb4d'),
(43281,43281,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:43','2026-03-17 00:17:43','651894b4-ac24-49f9-a54a-74bece94e34d'),
(43282,43282,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:43','2026-03-17 00:17:43','a50d36b0-c5fd-4a9f-8ba4-08a816e7d7b0'),
(43283,43283,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:43','2026-03-17 00:17:43','25ab1ce0-a800-41aa-9723-63f0d1f47c2e'),
(43284,43284,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:44','2026-03-17 00:17:44','f05596a2-0e71-4fed-9664-23d6146c44a3'),
(43285,43285,1,NULL,NULL,NULL,NULL,1,'2026-03-17 00:17:44','2026-03-17 00:17:44','14799ecd-6631-4060-bba7-1b96dce2e4a2'),
(43302,43302,1,'2026-03-16 20:19:13',NULL,NULL,NULL,1,'2026-03-17 00:19:13','2026-03-17 00:19:13','7e209483-b499-44b7-aafb-1decb0384e1c'),
(43952,43952,1,'2026-03-16 21:21:20',NULL,NULL,NULL,1,'2026-03-17 01:21:20','2026-03-17 01:21:20','217d3abd-8ac3-4747-bcf7-de584b55bf99'),
(43953,43953,1,'Richard Mills Resume',NULL,NULL,NULL,1,'2026-03-17 01:21:20','2026-03-17 01:21:20','d6f83e9f-07ea-4bd6-98f0-f9e6afef3bbf'),
(43954,43954,1,'2026-03-16 21:23:41',NULL,NULL,NULL,1,'2026-03-17 01:23:41','2026-03-17 01:23:41','45d1262b-fa0b-42bc-b330-27b799121657'),
(43955,43955,1,'Tiana Lamb Resume updated email',NULL,NULL,NULL,1,'2026-03-17 01:23:41','2026-03-17 01:23:41','c1c67f06-f0eb-4ed1-b0a0-204f83a82ebb'),
(43956,43956,1,'2026-03-16 21:27:11',NULL,NULL,NULL,1,'2026-03-17 01:27:11','2026-03-17 01:27:11','f41476b3-acdc-4037-946d-ebda0c4c8563'),
(43957,43957,1,'Richard Mills Resume',NULL,NULL,NULL,1,'2026-03-17 01:27:11','2026-03-17 01:27:11','b61ad316-12e9-4405-a75b-f92056f4814c'),
(43962,43962,1,NULL,NULL,NULL,NULL,1,'2026-03-17 01:50:30','2026-03-17 01:50:30','0744ac25-2782-4598-a344-cc177b91a79f'),
(43963,43963,1,NULL,NULL,NULL,NULL,1,'2026-03-17 01:50:31','2026-03-17 01:50:31','bb86a9b6-f83a-43ff-97a6-6c2f434358be'),
(43964,43964,1,NULL,NULL,NULL,NULL,1,'2026-03-17 01:50:31','2026-03-17 01:50:31','a3f148f3-3c86-49b7-ae4f-1e1e39722968'),
(43965,43965,1,NULL,NULL,NULL,NULL,1,'2026-03-17 01:50:31','2026-03-17 01:50:31','fbc4f489-f046-4da0-8acb-5257cdf7cc5f'),
(44072,44072,1,'2026-03-16 22:10:55',NULL,NULL,NULL,1,'2026-03-17 02:10:55','2026-03-17 02:10:55','54227e05-d30c-43cf-96dd-174f77d9a4b3'),
(44073,44073,1,'Maddies New Good Resume',NULL,NULL,NULL,1,'2026-03-17 02:10:55','2026-03-17 02:10:55','5592e34e-0233-4245-ad94-9e6930c4d9aa'),
(44074,44074,1,NULL,NULL,NULL,NULL,1,'2026-03-17 02:11:03','2026-03-17 02:11:03','1146036a-e53c-4b45-ae0f-0db5078c6251'),
(44142,44142,1,'2026-03-16 22:45:58',NULL,NULL,NULL,1,'2026-03-17 02:45:58','2026-03-17 02:45:58','9d7b3e22-748e-477b-80af-42684a0fc390'),
(44217,44217,1,'2026-03-17 03:17:50',NULL,NULL,NULL,1,'2026-03-17 07:17:50','2026-03-17 07:17:50','722e6761-a1a7-4371-a052-861c91f92a31'),
(44218,44218,1,'Resume 1769527085386',NULL,NULL,NULL,1,'2026-03-17 07:17:50','2026-03-17 07:17:50','b313aa51-4380-4ad4-8c2a-5f5eade01f6c'),
(44281,44281,1,'2026-03-17 06:25:12',NULL,NULL,NULL,1,'2026-03-17 10:25:12','2026-03-17 10:25:12','d1082984-4b8e-4005-a483-6fa8ce8493fa'),
(44291,44291,1,'2026-03-17 06:38:10',NULL,NULL,NULL,1,'2026-03-17 10:38:10','2026-03-17 10:38:10','79ba9c4b-8e09-41fd-9737-a84405b78159'),
(44314,44314,1,'2026-03-17 07:42:37',NULL,NULL,NULL,1,'2026-03-17 11:42:37','2026-03-17 11:42:37','f980128b-9d0c-4d96-ac18-4e2f6f666da5'),
(44315,44315,1,'Derrick Richey',NULL,NULL,NULL,1,'2026-03-17 11:42:37','2026-03-17 11:42:37','c2ebbdd2-5fd9-477a-b27b-2a11953f334d'),
(44339,44339,1,'2026-03-17 08:22:19',NULL,NULL,NULL,1,'2026-03-17 12:22:19','2026-03-17 12:22:19','103d3513-6862-4c91-bffa-5e6cabfe00a1'),
(44340,44340,1,'Milwaukee resume',NULL,NULL,NULL,1,'2026-03-17 12:22:19','2026-03-17 12:22:19','b855e5cc-c5a8-412d-9079-d994062b77bf'),
(44344,44344,1,'2026-03-17 08:25:54',NULL,NULL,NULL,1,'2026-03-17 12:25:54','2026-03-17 12:25:54','3a27271a-b9b1-474f-9d93-6ecaaa4d94c5'),
(44350,44350,1,'2026-03-17 08:42:35',NULL,NULL,NULL,1,'2026-03-17 12:42:35','2026-03-17 12:42:36','26a9b83e-1fd0-4d3f-b4c6-6443ced5f7cf'),
(44364,44364,1,'2026-03-17 09:33:58',NULL,NULL,NULL,1,'2026-03-17 13:33:58','2026-03-17 13:33:58','1c2bb3e2-92c8-424d-9e59-cf6b8d0defb0'),
(44368,44368,1,'2026-03-17 09:59:45',NULL,NULL,NULL,1,'2026-03-17 13:59:45','2026-03-17 13:59:45','4cc7b157-a0c3-4484-a7da-0cb480b60166'),
(44373,44373,1,'2026-03-17 10:31:11',NULL,NULL,NULL,1,'2026-03-17 14:31:11','2026-03-17 14:31:11','58c2ec90-78de-428c-bca0-65b75129a6ea'),
(44376,44376,1,'2026-03-17 10:50:41',NULL,NULL,NULL,1,'2026-03-17 14:50:41','2026-03-17 14:50:41','8d2e8338-66da-4f27-a3b2-e56a2998e486'),
(44377,44377,1,'Antonio resume',NULL,NULL,NULL,1,'2026-03-17 14:50:41','2026-03-17 14:50:41','85ea02f1-a80c-41d3-9654-126937c419e8'),
(44379,44379,1,'2026-03-17 11:12:04',NULL,NULL,NULL,1,'2026-03-17 15:12:04','2026-03-17 15:12:04','3cc53ac2-d4ba-4ceb-bd1e-21b1a009ab22'),
(44380,44380,1,'RESUME NEUTRAL',NULL,NULL,NULL,1,'2026-03-17 15:12:04','2026-03-17 15:12:04','ae8a3f65-89d2-44c0-aebb-732b1d26a327'),
(44381,44381,1,'2026-03-17 11:41:13',NULL,NULL,NULL,1,'2026-03-17 15:41:13','2026-03-17 15:41:13','b2b80ae3-8d46-4539-8b23-8a69b0dae8aa'),
(44382,44382,1,'Kadian Brown Resume',NULL,NULL,NULL,1,'2026-03-17 15:41:13','2026-03-17 15:41:13','7029249a-7e7f-4db0-8ce5-1ad13f927d41'),
(44383,44383,1,'2026-03-17 11:50:06',NULL,NULL,NULL,1,'2026-03-17 15:50:06','2026-03-17 15:50:06','09599458-3a88-4e5e-9935-ff0af55b196d'),
(44384,44384,1,'2026-03-17 11:52:46',NULL,NULL,NULL,1,'2026-03-17 15:52:46','2026-03-17 15:52:46','ccd4932e-e6d8-48a2-a353-2bf800987ea1'),
(44389,44389,1,'2026-03-17 12:28:17',NULL,NULL,NULL,1,'2026-03-17 16:28:17','2026-03-17 16:28:17','bd35866b-7069-4a98-9349-60d3637e143e'),
(44390,44390,1,'2026-03-17 12:29:12',NULL,NULL,NULL,1,'2026-03-17 16:29:12','2026-03-17 16:29:12','939c49e4-9395-46d5-913e-ffb409503464'),
(44392,44392,1,'2026-03-17 12:31:32',NULL,NULL,NULL,1,'2026-03-17 16:31:30','2026-03-17 16:31:32','25bb9440-f728-45d4-b3b0-aee3f050a80a'),
(44393,44393,1,'IMG 0761',NULL,NULL,NULL,1,'2026-03-17 16:31:30','2026-03-17 16:31:30','e23fb925-1030-431e-9de3-73eaeb7070a5'),
(44394,44394,1,'IMG 0760',NULL,NULL,NULL,1,'2026-03-17 16:31:31','2026-03-17 16:31:31','a42303dc-8913-41ce-b580-9c4be3412d5b'),
(44403,44403,1,'2026-03-17 13:33:36',NULL,NULL,NULL,1,'2026-03-17 17:33:36','2026-03-17 17:33:36','504f8945-87c9-4972-805d-870d47a030c5'),
(44404,44404,1,'Saterian Madison',NULL,NULL,NULL,1,'2026-03-17 17:33:36','2026-03-17 17:33:36','49ffe3fc-dc2d-4777-9c0e-c5063a8fcbc7'),
(44428,44428,1,'2026-03-17 14:05:46',NULL,NULL,NULL,1,'2026-03-17 18:05:46','2026-03-17 18:05:46','81d69f2e-b3da-44b1-9f75-b0f410b2b3f7'),
(44457,44457,1,'2026-03-17 14:52:54',NULL,NULL,NULL,1,'2026-03-17 18:52:54','2026-03-17 18:52:54','83eeb84e-b8bc-4be9-ad03-f4e99af7d15e'),
(44460,44460,1,'2026-03-17 14:56:02',NULL,NULL,NULL,1,'2026-03-17 18:56:02','2026-03-17 18:56:02','b30ee37e-efe2-4cc1-993b-bade287f7015'),
(44461,44461,1,'Cam Scanner 3 17 26 14 44',NULL,NULL,NULL,1,'2026-03-17 18:56:02','2026-03-17 18:56:02','63e5e880-2644-4032-83b9-eec47d7c8615'),
(44465,44465,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:38','2026-03-17 19:01:38','b791e798-ca98-4f45-b01a-67628a5b2a16'),
(44466,44466,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:38','2026-03-17 19:01:38','ed1358c3-06c5-4cc0-b3f2-02b80b1bb0b6'),
(44467,44467,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:38','2026-03-17 19:01:38','caa47aba-b8df-466b-8880-02613506a854'),
(44468,44468,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:38','2026-03-17 19:01:38','53cf1e74-7ead-48b3-9620-eaf0e8263c00'),
(44469,44469,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:39','2026-03-17 19:01:39','4f61691f-c289-4aea-92f5-72ae3f6fbc21'),
(44470,44470,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:39','2026-03-17 19:01:39','c5cc4225-e406-4471-9b41-4b5a383d6cc0'),
(44471,44471,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:39','2026-03-17 19:01:39','1de04ae0-f912-4432-b34d-49c740d97d6b'),
(44472,44472,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:40','2026-03-17 19:01:40','c4416399-d240-4651-a965-d29f2a3ab5b6'),
(44473,44473,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:40','2026-03-17 19:01:40','d62a64d0-8326-4349-9ca9-aa235049a572'),
(44474,44474,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:40','2026-03-17 19:01:40','e7e23881-c8de-40e9-b45e-f779514b161a'),
(44475,44475,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:40','2026-03-17 19:01:40','a83c8922-a3b1-4ac8-9653-e1f8f3c3430a'),
(44476,44476,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:41','2026-03-17 19:01:41','ee3ce1b3-d265-4665-838c-b5dd8d3a1800'),
(44478,44478,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:41','2026-03-17 19:01:41','5300a3d8-9d5a-43e2-a612-95766b145817'),
(44479,44479,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','9f6bc125-ad64-478a-8f84-ca9d71750655'),
(44480,44480,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','8d192a05-8ac9-4148-8893-58c56e5f0790'),
(44481,44481,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','39def411-a2e6-4576-a696-8b9d0a6e188f'),
(44482,44482,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','e670e938-618f-4a9a-9cb5-ee6e1562c7a4'),
(44483,44483,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/UtnCbCagS5A?si=-2DVh8_poEmTSaLK\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-17 19:01:42','2026-03-17 19:01:42','60c0a486-481f-4509-b13d-4c40f11ff060'),
(44484,44484,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','b1ca8143-761a-4bd5-8e29-d74b61015993'),
(44485,44485,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:43','2026-03-17 19:01:43','889d4c04-ec6a-4747-bb8a-0518e9402483'),
(44486,44486,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:44','2026-03-17 19:01:44','aee18c53-e863-4533-8438-f213d67d85a2'),
(44487,44487,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:44','2026-03-17 19:01:44','96fc62f9-c01f-475e-9b2b-c4a197ebbf58'),
(44488,44488,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:44','2026-03-17 19:01:44','ab314b7d-34a4-498a-857d-5c9c29e6e3f5'),
(44489,44489,1,NULL,NULL,NULL,NULL,1,'2026-03-17 19:01:45','2026-03-17 19:01:45','dc5fc9d1-2817-4311-b0cb-0d2d4604ca7d'),
(44532,44532,1,'2026-03-17 15:57:32',NULL,NULL,NULL,1,'2026-03-17 19:57:32','2026-03-17 19:57:32','7cd6d073-8751-4641-a563-7ce9ecc8c557'),
(44533,44533,1,'IMG 6287',NULL,NULL,NULL,1,'2026-03-17 19:57:32','2026-03-17 19:57:32','d1b25803-6d03-481c-aec1-ad15accf6ad4'),
(44536,44536,1,'2026-03-17 16:02:42',NULL,NULL,NULL,1,'2026-03-17 20:02:42','2026-03-17 20:02:42','4f5a132f-2857-4957-a4ce-160c86a940e3'),
(44549,44549,1,'2026-03-17 16:26:21',NULL,NULL,NULL,1,'2026-03-17 20:26:21','2026-03-17 20:26:21','c256a713-c04d-4e11-b230-cfd942cf4143'),
(44550,44550,1,'Hospital Resume',NULL,NULL,NULL,1,'2026-03-17 20:26:21','2026-03-17 20:26:21','28deb32d-45d7-4b44-b6be-3b3687ca49c4'),
(44555,44555,1,'2026-03-17 17:19:30',NULL,NULL,NULL,1,'2026-03-17 21:19:30','2026-03-17 21:19:30','6232f034-81d5-4fde-afdb-f99968e7ee97'),
(44557,44557,1,'2026-03-17 18:33:55',NULL,NULL,NULL,1,'2026-03-17 22:33:55','2026-03-17 22:33:55','359a32f6-9439-4840-9c0a-986172ab60d8'),
(44558,44558,1,'Resume 2',NULL,NULL,NULL,1,'2026-03-17 22:33:55','2026-03-17 22:33:55','56bd1802-fc5b-4087-95c5-869b6844f106'),
(44559,44559,1,'2026-03-17 19:08:54',NULL,NULL,NULL,1,'2026-03-17 23:08:54','2026-03-17 23:08:54','6fb95e3b-2227-4280-b306-30c3246abf56'),
(44563,44563,1,'2026-03-17 20:50:26',NULL,NULL,NULL,1,'2026-03-18 00:50:26','2026-03-18 00:50:26','2373bb32-278a-4112-aaab-78a13977e603'),
(44564,44564,1,'2026-03-17 21:45:32',NULL,NULL,NULL,1,'2026-03-18 01:45:32','2026-03-18 01:45:32','9bc37f24-2527-4a3d-8435-2fc9082be6de'),
(44565,44565,1,'2026-03-17 21:46:30',NULL,NULL,NULL,1,'2026-03-18 01:46:30','2026-03-18 01:46:30','1ee4cd1f-17eb-41e5-92dd-7fe29fe515dc'),
(44712,44712,1,'2026-03-18 04:31:08',NULL,NULL,NULL,1,'2026-03-18 08:31:08','2026-03-18 08:31:08','669f9eee-9dd8-4b79-8545-d535b30ae6d5'),
(44752,44752,1,'2026-03-18 07:40:04',NULL,NULL,NULL,1,'2026-03-18 11:40:04','2026-03-18 11:40:04','f98e5ccf-5e24-475c-8c7d-be3367823251'),
(44772,44772,1,'2026-03-18 09:35:44',NULL,NULL,NULL,1,'2026-03-18 13:35:44','2026-03-18 13:35:44','4450eead-7c1b-4815-a4c3-35f49eaaaa75'),
(44773,44773,1,'Certificate 22017268',NULL,NULL,NULL,1,'2026-03-18 13:35:44','2026-03-18 13:35:44','419441a3-bcd7-4cf6-85ca-01ce40e78855'),
(44798,44798,1,'2026-03-18 10:09:45',NULL,NULL,NULL,1,'2026-03-18 14:09:45','2026-03-18 14:09:45','77b80a85-868e-4fed-9914-0bb637d9a8ba'),
(44799,44799,1,'IMG 9932',NULL,NULL,NULL,1,'2026-03-18 14:09:45','2026-03-18 14:09:45','45169440-dcf4-4deb-8c5d-e3488246a63f'),
(44800,44800,1,'IMG 9934',NULL,NULL,NULL,1,'2026-03-18 14:09:45','2026-03-18 14:09:45','1986b4ab-3ff8-48f5-8cc2-51c81756dfd7'),
(44801,44801,1,'IMG 9933',NULL,NULL,NULL,1,'2026-03-18 14:09:45','2026-03-18 14:09:45','b9fd1841-5fe2-46ff-b364-d026be072eb4'),
(44804,44804,1,'2026-03-18 10:16:38',NULL,NULL,NULL,1,'2026-03-18 14:16:38','2026-03-18 14:16:38','d10a3ee9-a621-4c0f-87f2-8b42f2593b54'),
(44840,44840,1,'2026-03-18 12:27:05',NULL,NULL,NULL,1,'2026-03-18 16:27:05','2026-03-18 16:27:05','9aabe87c-47c7-43c6-9858-58eba29ee75a'),
(44846,44846,1,'IMG 20250714 WA0001',NULL,NULL,NULL,1,'2026-03-18 17:01:24','2026-03-18 17:01:24','825854f4-b13b-4b0b-a72c-d03b12a67701'),
(44853,44853,1,'2026-03-18 14:07:20',NULL,NULL,NULL,1,'2026-03-18 18:07:20','2026-03-18 18:07:20','4807ba68-23d5-4628-9572-1033ac997be6'),
(44857,44857,1,'2026-03-18 14:56:14',NULL,NULL,NULL,1,'2026-03-18 18:56:14','2026-03-18 18:56:14','3fdf93c2-ec94-4d84-9062-9939a2f6641f'),
(44858,44858,1,'Stefano resumen 2025',NULL,NULL,NULL,1,'2026-03-18 18:56:14','2026-03-18 18:56:14','58944fcd-c8ea-4b9d-9d52-73b12613cd5a'),
(44864,44864,1,'2026-03-18 15:49:26',NULL,NULL,NULL,1,'2026-03-18 19:49:26','2026-03-18 19:49:26','21bc4d94-1585-4de4-86d2-e10e06ac70f5'),
(44866,44866,1,'2026-03-18 15:52:59',NULL,NULL,NULL,1,'2026-03-18 19:52:59','2026-03-18 19:52:59','f4251f05-870d-42b7-86a8-51e5c6532dee'),
(44867,44867,1,'Messenger creation CA975364 9 CFD 4 AFD 99 F5 76 E19 F9 C3056',NULL,NULL,NULL,1,'2026-03-18 19:52:59','2026-03-18 19:52:59','90772d3e-4bc7-4827-8e06-6f6c33071df9'),
(44868,44868,1,'2026-03-18 16:12:49',NULL,NULL,NULL,1,'2026-03-18 20:12:49','2026-03-18 20:12:49','08e6499c-6cfa-48a1-9657-878f47dc8418'),
(44869,44869,1,'Indeed Resume',NULL,NULL,NULL,1,'2026-03-18 20:12:49','2026-03-18 20:12:49','d812db41-5d56-4369-b501-e111a7c65ae6'),
(44875,44875,1,'2026-03-18 16:59:59',NULL,NULL,NULL,1,'2026-03-18 20:59:59','2026-03-18 20:59:59','3b83e44f-5a28-4a0d-bcf9-687afc3f64d8'),
(44876,44876,1,'Resume final',NULL,NULL,NULL,1,'2026-03-18 20:59:59','2026-03-18 20:59:59','44384ede-f610-4558-baf9-b54086207feb'),
(44880,44880,1,'2026-03-18 17:37:43',NULL,NULL,NULL,1,'2026-03-18 21:37:43','2026-03-18 21:37:43','b14fcf3b-358c-4aff-9b0b-f99005b05e8f'),
(44881,44881,1,'2026-03-18 18:01:39',NULL,NULL,NULL,1,'2026-03-18 22:01:39','2026-03-18 22:01:39','0787fc02-5e0e-4352-b305-d9c00c6e52e5'),
(44884,44884,1,'2026-03-18 18:44:14',NULL,NULL,NULL,1,'2026-03-18 22:44:14','2026-03-18 22:44:14','b6863ba2-63cd-4032-8664-430595cc6bd0'),
(44885,44885,1,'Resume 2025',NULL,NULL,NULL,1,'2026-03-18 22:44:14','2026-03-18 22:44:14','9f19c580-a146-4e0e-922d-88b628af9e2d'),
(44887,44887,1,'2026-03-18 18:52:15',NULL,NULL,NULL,1,'2026-03-18 22:52:15','2026-03-18 22:52:15','f33c85a0-5e38-4ee3-b784-3486d4756a28'),
(44891,44891,1,'2026-03-18 19:20:34',NULL,NULL,NULL,1,'2026-03-18 23:20:34','2026-03-18 23:20:34','97ebc3c2-fa20-4578-9d64-2d396c50ec47'),
(44892,44892,1,'2026-03-18 19:23:45',NULL,NULL,NULL,1,'2026-03-18 23:23:45','2026-03-18 23:23:45','63bebcd6-4e91-407f-9b51-35e6c4d3e93a'),
(44893,44893,1,'2026-03-18 19:24:08',NULL,NULL,NULL,1,'2026-03-18 23:24:08','2026-03-18 23:24:08','2ebe8176-a2ea-45f5-8175-33093feb30ac'),
(44931,44931,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:43','2026-03-19 00:37:43','57e11f28-6db3-4615-9480-1a54469c5742'),
(44932,44932,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:43','2026-03-19 00:37:43','3faf28c4-6d0d-4cd3-aeb7-95216602d0c6'),
(44933,44933,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:43','2026-03-19 00:37:43','dafab193-1710-4964-be2d-b50ec1239cfb'),
(44934,44934,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:44','2026-03-19 00:37:44','11ced42e-4a61-4b13-864a-bf4994a2169b'),
(44935,44935,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:44','2026-03-19 00:37:44','2c2d18b5-dca9-4865-951b-0901db6c8eb5'),
(44936,44936,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:44','2026-03-19 00:37:44','0a521308-3e7b-49a4-acc6-63c653596224'),
(44937,44937,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:44','2026-03-19 00:37:44','c3eaad22-1589-43b1-93b3-cb64c0c323a3'),
(44938,44938,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:45','2026-03-19 00:37:45','30b65857-025b-43c3-b2b0-03bc35b2c5c3'),
(44939,44939,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:45','2026-03-19 00:37:45','cce9b263-62fc-4537-a847-5cdd3a177ec2'),
(44940,44940,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:45','2026-03-19 00:37:45','a8df6e7a-f94a-49b1-8db8-4e16fd72c0f7'),
(44941,44941,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:45','2026-03-19 00:37:45','d15baf11-b43b-4b11-ae8a-433b437a383a'),
(44942,44942,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:46','2026-03-19 00:37:46','ad1726b2-9ded-4db1-b9f1-70002c7ec33b'),
(44943,44943,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:46','2026-03-19 00:37:46','fa877081-eddc-4d11-a0d1-d16accb99aee'),
(44944,44944,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:47','2026-03-19 00:37:47','13befa13-0833-43a9-9ccc-24631baefa7c'),
(44945,44945,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:47','2026-03-19 00:37:47','490b8424-b399-4773-bd03-61d66c05785d'),
(44946,44946,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:47','2026-03-19 00:37:47','3989287c-0911-4146-a9fd-76dc1d5d0d2c'),
(44947,44947,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:47','2026-03-19 00:37:47','ebb1cfb3-4d0b-478c-98b4-a4db321a313b'),
(44948,44948,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:48','2026-03-19 00:37:48','46b73599-818c-46e1-be32-b10db95d8ddd'),
(44949,44949,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:48','2026-03-19 00:37:48','acc1a7f5-508f-4344-b537-c1f5e02172d6'),
(44950,44950,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:48','2026-03-19 00:37:48','9eb02399-6dca-4d55-b4ce-96e60d7368ec'),
(44951,44951,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:49','2026-03-19 00:37:49','3cf4b8fb-d66a-4fbf-84ac-7e65f4c6cf5f'),
(44952,44952,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:49','2026-03-19 00:37:49','36172499-3ccb-4fc0-8edc-f23cc826f6fb'),
(44953,44953,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:49','2026-03-19 00:37:49','c2e480e5-5fe7-49cf-b436-f0d58cdac8ac'),
(44954,44954,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:49','2026-03-19 00:37:49','f1ce0c76-fc3c-4197-bce6-a80feafecd76'),
(44955,44955,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:50','2026-03-19 00:37:50','31fe3711-2c1c-4cf4-bb62-dde033174833'),
(44956,44956,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:50','2026-03-19 00:37:50','1811c666-8e84-49a2-b3b8-fdf7ca891d01'),
(44957,44957,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:50','2026-03-19 00:37:50','270e8126-028f-4a64-bbc8-294bd9401f18'),
(44958,44958,1,NULL,NULL,NULL,NULL,1,'2026-03-19 00:37:50','2026-03-19 00:37:50','b9262477-765d-43da-be19-41de132fd7fb'),
(45608,45608,1,'2026-03-18 21:18:31',NULL,NULL,NULL,1,'2026-03-19 01:18:31','2026-03-19 01:18:31','227dfb38-3ef8-4470-a167-c2a651c7343b'),
(45609,45609,1,'Myriam B Resume',NULL,NULL,NULL,1,'2026-03-19 01:18:31','2026-03-19 01:18:31','89943c76-5726-439b-afa8-92caf8db2411'),
(45617,45617,1,NULL,NULL,NULL,NULL,1,'2026-03-19 01:56:39','2026-03-19 01:56:39','a7657c25-2e7f-493b-8da3-af45994780fa'),
(47025,47025,1,'2026-03-18 23:34:12',NULL,NULL,NULL,1,'2026-03-19 03:34:12','2026-03-19 03:34:12','58257c6c-a21d-4480-a8e1-2b47034a4fed'),
(47026,47026,1,'Only resume',NULL,NULL,NULL,1,'2026-03-19 03:34:12','2026-03-19 03:34:12','7176c8ae-7c0f-4032-9f95-5f89c04bc9d4'),
(47054,47054,1,NULL,NULL,NULL,NULL,1,'2026-03-19 04:15:06','2026-03-19 04:15:06','9db95013-ac84-4c3d-824d-b64648cbcb7b'),
(47302,47302,1,'2026-03-19 06:17:36',NULL,NULL,NULL,1,'2026-03-19 10:17:36','2026-03-19 10:17:36','558cb159-3ddf-44ff-9a01-80980177f27c'),
(47303,47303,1,'IMG 6587',NULL,NULL,NULL,1,'2026-03-19 10:17:36','2026-03-19 10:17:36','ebfb29fb-8682-4b34-93db-38c15d206973'),
(47313,47313,1,'2026-03-19 07:30:35',NULL,NULL,NULL,1,'2026-03-19 11:30:35','2026-03-19 11:30:35','473dbdc7-8943-41a0-a4a3-cc4bbdf747cd'),
(47314,47314,1,'CNA Resume',NULL,NULL,NULL,1,'2026-03-19 11:30:35','2026-03-19 11:30:35','e35737fd-487b-4135-bc83-40a54a2aca9a'),
(47317,47317,1,'2026-03-19 07:53:38',NULL,NULL,NULL,1,'2026-03-19 11:53:38','2026-03-19 11:53:38','f62f29ec-3d58-47f2-8379-26a97a1e2a64'),
(47318,47318,1,'Staceys resume 240229 155220',NULL,NULL,NULL,1,'2026-03-19 11:53:38','2026-03-19 11:53:38','e7db6bf0-4cc4-4124-847f-8968890cd69b'),
(47320,47320,1,'2026-03-19 08:10:52',NULL,NULL,NULL,1,'2026-03-19 12:10:52','2026-03-19 12:10:52','ad380675-917a-4689-be3d-0bd8a6584196'),
(47326,47326,1,'2026-03-19 09:15:05',NULL,NULL,NULL,1,'2026-03-19 13:15:05','2026-03-19 13:15:05','4162e14e-12d1-4d2a-8e0e-7058ffcab30a'),
(47330,47330,1,'2026-03-19 09:43:23',NULL,NULL,NULL,1,'2026-03-19 13:43:23','2026-03-19 13:43:23','a0c313f8-071a-493d-980c-1b58cb936482'),
(47331,47331,1,'Billy Jack Perez Resume 2025',NULL,NULL,NULL,1,'2026-03-19 13:43:23','2026-03-19 13:43:23','520e3b69-425c-44a3-a447-e3c88f063da9'),
(47335,47335,1,'2026-03-19 10:29:18',NULL,NULL,NULL,1,'2026-03-19 14:29:18','2026-03-19 14:29:18','d0bfbd45-d879-4422-a903-73601a9c0f0c'),
(47352,47352,1,'2026-03-19 12:28:33',NULL,NULL,NULL,1,'2026-03-19 16:28:33','2026-03-19 16:28:33','f1ffc8fe-fcc2-4ded-9aeb-06d3e4193753'),
(47353,47353,1,'2026-03-19 12:51:31',NULL,NULL,NULL,1,'2026-03-19 16:51:31','2026-03-19 16:51:31','5cb817ef-b5f4-4725-b8b3-d79bca2796e6'),
(47355,47355,1,NULL,NULL,NULL,NULL,1,'2026-03-19 17:05:30','2026-03-19 17:05:30','d6a9c7ec-29eb-45b1-b912-f13bc89ca59a'),
(47356,47356,1,NULL,NULL,NULL,NULL,1,'2026-03-19 17:05:31','2026-03-19 17:05:31','1f182d06-f37f-43e5-86c3-8e24777e44c1'),
(47357,47357,1,NULL,NULL,NULL,NULL,1,'2026-03-19 17:05:31','2026-03-19 17:05:31','8e7fea8b-b86e-41a5-aa91-1eb3e86c558c'),
(47358,47358,1,NULL,NULL,NULL,NULL,1,'2026-03-19 17:05:31','2026-03-19 17:05:31','da9aebc9-9e2d-41fe-8f9c-fc97c62253dd'),
(47359,47359,1,NULL,NULL,NULL,NULL,1,'2026-03-19 17:05:32','2026-03-19 17:05:32','415c4f65-9111-488a-8e47-4f79d6e65807'),
(47360,47360,1,NULL,NULL,NULL,NULL,1,'2026-03-19 17:05:32','2026-03-19 17:05:32','b9158341-52e6-48a6-ba38-db2641debb7c'),
(47361,47361,1,NULL,NULL,NULL,NULL,1,'2026-03-19 17:05:32','2026-03-19 17:05:32','b2713816-1d5b-4f08-b3b4-93b073d28b7a'),
(47362,47362,1,NULL,NULL,NULL,NULL,1,'2026-03-19 17:05:33','2026-03-19 17:05:33','53ac45a0-39e8-4a69-9729-3b8979ded1a9'),
(47363,47363,1,NULL,NULL,NULL,NULL,1,'2026-03-19 17:05:33','2026-03-19 17:05:33','3d58174e-229e-451b-991e-46c0e1f166de'),
(47364,47364,1,'Certified Care AHA Badge','certified-care-aha-badge',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Certified Care AHA Badge\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[47365]}',1,'2026-03-19 17:05:49','2026-03-19 17:06:10','b3325b14-5d0b-4c80-a41e-3b51eb2de2df'),
(47365,47365,1,'CC AHA Awards Badge',NULL,NULL,NULL,1,'2026-03-19 17:05:56','2026-03-19 17:05:56','e66d638f-5d7f-4686-9762-2074545b1d7a'),
(47366,47366,1,'Certified Care AHA Badge','certified-care-aha-badge',NULL,'{\"71d07053-43eb-40fe-8f9e-ad7480cc3193\":\"Certified Care AHA Badge\",\"5e076972-0a7c-4184-8570-4b3688ebe3d8\":[47365]}',1,'2026-03-19 17:06:10','2026-03-19 17:06:10','28f9296c-b14f-43fd-a7cb-ad3dac18d6fe'),
(47368,47368,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,47364,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/6xw2kmFNbYc?si=3jxzJLgHy4RTMvFJ\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23737],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-19 17:06:20','2026-03-19 17:06:20','85be65d2-79ea-46dd-b887-62ffa0549492'),
(47371,47371,1,'2026-03-19 13:22:04',NULL,NULL,NULL,1,'2026-03-19 17:22:04','2026-03-19 17:22:04','5e8d319b-6db2-4fa3-8c12-2717f66a246f'),
(47372,47372,1,NULL,NULL,NULL,NULL,1,'2026-03-19 17:22:57','2026-03-19 17:22:57','3cdf9582-2995-4c14-89ab-0c09bf2c9d7e'),
(47374,47374,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,47364,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23839],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-19 17:24:01','2026-03-19 17:24:01','3623f288-b48e-4e5e-aa37-def55757f32d'),
(47377,47377,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,47364,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccregent.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7WWWFT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7WWWFT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-19 17:25:00','2026-03-19 17:25:00','bc69ec9c-375e-4a99-a018-2333bf29c32e'),
(47386,47386,1,'Madison AD',NULL,NULL,NULL,1,'2026-03-19 18:46:00','2026-03-19 18:46:16','c52cc224-c26e-4fa5-9b8d-0fc6227bf781'),
(47389,47389,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-19 18:46:23','2026-03-19 18:46:23','b5f129a7-654f-46bc-915d-99eb559e683e'),
(47390,47390,1,'Ashley Graham','ashley-graham',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Ashley Graham\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Admissions Director\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[47386]}',1,'2026-03-19 18:46:23','2026-03-19 18:46:23','a7dbbb92-e4f7-412c-aa68-45ba7d1c6b35'),
(47396,47396,1,'2026-03-19 15:36:43',NULL,NULL,NULL,1,'2026-03-19 19:36:43','2026-03-19 19:36:43','d52473e9-5928-41e5-98ba-55eab03fe2ab'),
(47397,47397,1,NULL,NULL,NULL,NULL,1,'2026-03-19 19:39:43','2026-03-19 19:39:43','3aafc4d7-f766-463e-b519-10fa9a592dc7'),
(47398,47398,1,'Doreleena H.','doreleena-h',NULL,'{\"ffdd5871-4e4c-4e46-88b5-06b52502357e\":\"Clean and well-coordinated services. Staff is caring. Rooms are nice.\",\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\":\"Doreleena H.\"}',1,'2026-03-19 19:39:50','2026-03-19 19:39:50','ddac1990-2c91-48f0-a3a0-0d216d64356a'),
(47405,47405,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,47364,9640,2974,617,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-19 19:58:41','2026-03-19 19:58:41','e4f98b9c-8f64-494e-8072-090945b2eaf5'),
(47407,47407,1,'2026-03-19 16:14:45',NULL,NULL,NULL,1,'2026-03-19 20:14:42','2026-03-19 20:14:45','051203b9-8bae-44b0-b6c4-a99bc4a4e131'),
(47408,47408,1,'IMG 5547',NULL,NULL,NULL,1,'2026-03-19 20:14:42','2026-03-19 20:14:42','9c73ca92-3dfd-46b0-a170-4246ba06fe27'),
(47410,47410,1,'2026-03-19 16:27:20',NULL,NULL,NULL,1,'2026-03-19 20:27:20','2026-03-19 20:27:20','e4098980-0c39-4ecf-9fc8-4f59a323d4ca'),
(47423,47423,1,'2026-03-19 18:16:50',NULL,NULL,NULL,1,'2026-03-19 22:16:50','2026-03-19 22:16:50','83c59faf-8cff-46a2-bd36-00f91a65aa20'),
(47426,47426,1,'2026-03-19 19:08:40',NULL,NULL,NULL,1,'2026-03-19 23:08:40','2026-03-19 23:08:40','dd96eec9-595c-491f-ac32-afbb6d440ee5'),
(47526,47526,1,'2026-03-20 00:16:09',NULL,NULL,NULL,1,'2026-03-20 04:16:09','2026-03-20 04:16:09','81b56e09-430d-4090-afe8-cc472e3c71c0'),
(47527,47527,1,'IMG 6587',NULL,NULL,NULL,1,'2026-03-20 04:16:09','2026-03-20 04:16:09','d3af8789-fbb3-40a5-b57c-25f17516b804'),
(47646,47646,1,'2026-03-20 07:29:56',NULL,NULL,NULL,1,'2026-03-20 11:29:56','2026-03-20 11:29:56','234febcd-32d0-4775-8569-c60f55f5cae9'),
(47682,47682,1,'2026-03-20 08:54:07',NULL,NULL,NULL,1,'2026-03-20 12:54:07','2026-03-20 12:54:07','da02f4a6-2728-4305-8a2a-dcdce97203e6'),
(47684,47684,1,'2026-03-20 08:54:30',NULL,NULL,NULL,1,'2026-03-20 12:54:30','2026-03-20 12:54:30','cb1e1a7f-29bd-419e-ab0d-346bc30bc1ab'),
(47700,47700,1,'2026-03-20 09:11:04',NULL,NULL,NULL,1,'2026-03-20 13:11:04','2026-03-20 13:11:05','f197bc4c-2754-4cac-8184-6536120dd724'),
(47716,47716,1,'2026-03-20 09:29:12',NULL,NULL,NULL,1,'2026-03-20 13:29:12','2026-03-20 13:29:12','81b864d3-4e16-4f96-9dfd-5ba40822a3d6'),
(47717,47717,1,'Resume',NULL,NULL,NULL,1,'2026-03-20 13:29:12','2026-03-20 13:29:12','b0a36540-dc34-4acb-ac9e-645fd757699d'),
(47730,47730,1,'2026-03-20 10:24:43',NULL,NULL,NULL,1,'2026-03-20 14:24:43','2026-03-20 14:24:43','0eecd9d5-4a67-479e-abe1-0529f186df25'),
(47732,47732,1,'2026-03-20 10:39:47',NULL,NULL,NULL,1,'2026-03-20 14:39:47','2026-03-20 14:39:47','3689855c-8a6c-4c8b-a95e-03694567e863'),
(47739,47739,1,'2026-03-20 11:10:45',NULL,NULL,NULL,1,'2026-03-20 15:10:45','2026-03-20 15:10:45','c946fcd5-7f5e-416c-97cf-bca8b4610637'),
(47750,47750,1,'2026-03-20 12:11:18',NULL,NULL,NULL,1,'2026-03-20 16:11:18','2026-03-20 16:11:18','3765f586-e709-4067-abef-696d41dd78fe'),
(47751,47751,1,'Document 1 2',NULL,NULL,NULL,1,'2026-03-20 16:11:18','2026-03-20 16:11:18','fec7bc07-cf60-4ba8-a849-02c3915308a1'),
(47758,47758,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:55','2026-03-20 17:12:55','59ffda88-bc29-406f-b7dc-419e225b385a'),
(47759,47759,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:55','2026-03-20 17:12:55','8c386eaa-92cb-4e94-b52d-223160dfea11'),
(47760,47760,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:56','2026-03-20 17:12:56','3f7656e9-d572-42cf-adfc-57dd2eabde10'),
(47761,47761,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:56','2026-03-20 17:12:56','52936e86-ca48-4c13-b770-a5257144ef6b'),
(47762,47762,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:56','2026-03-20 17:12:56','c87538fc-320f-4ac1-b58e-910aac1e2a0e'),
(47763,47763,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:56','2026-03-20 17:12:56','cc754ad9-97c9-4ed7-b354-36738694192f'),
(47764,47764,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:57','2026-03-20 17:12:57','205147b3-c968-450d-8d77-5706d69398b1'),
(47765,47765,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:57','2026-03-20 17:12:57','8a368975-97a5-4db9-ad8b-c075021caa6c'),
(47766,47766,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:57','2026-03-20 17:12:57','671ccd5b-c9d8-47cd-84ae-7bea5cc8f459'),
(47767,47767,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:58','2026-03-20 17:12:58','27c514b4-42d2-4743-a003-05fae159e754'),
(47768,47768,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:58','2026-03-20 17:12:58','196c2ed4-5fbf-49cc-879a-90784faa39e8'),
(47769,47769,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:58','2026-03-20 17:12:58','76f8a57a-bf45-42e3-8947-d9fc8c01cfe9'),
(47770,47770,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:58','2026-03-20 17:12:58','3239ff48-65e3-4795-84d1-e701f97f5ea2'),
(47771,47771,1,NULL,NULL,NULL,NULL,1,'2026-03-20 17:12:59','2026-03-20 17:12:59','2d3d50d9-72fc-4abe-9a2d-9b1d0b8a575e'),
(47782,47782,1,'2026-03-20 13:28:29',NULL,NULL,NULL,1,'2026-03-20 17:28:29','2026-03-20 17:28:29','8c91e507-a6ed-4791-baf5-a6feab1e2c48'),
(47783,47783,1,'Screenshot 20260320 132711 Drive',NULL,NULL,NULL,1,'2026-03-20 17:28:29','2026-03-20 17:28:29','3464bd73-2238-4d19-8134-1a2951030f52'),
(47798,47798,1,'2026-03-20 13:38:53',NULL,NULL,NULL,1,'2026-03-20 17:38:53','2026-03-20 17:38:53','17428d75-9ef0-4c11-ba97-dbbb143f7f03'),
(47799,47799,1,'Screenshot 20260320 132711 Drive',NULL,NULL,NULL,1,'2026-03-20 17:38:53','2026-03-20 17:38:53','05b9af2c-096d-4d68-90ec-e86b0f1fa687'),
(47812,47812,1,'2026-03-20 14:03:11',NULL,NULL,NULL,1,'2026-03-20 18:03:11','2026-03-20 18:03:11','dd203524-c414-4331-9b12-4bd0483a5839'),
(47814,47814,1,'2026-03-20 14:06:29',NULL,NULL,NULL,1,'2026-03-20 18:06:29','2026-03-20 18:06:29','9d42a8ac-33c6-4071-96bb-3947716413eb'),
(47828,47828,1,'2026-03-20 14:27:20',NULL,NULL,NULL,1,'2026-03-20 18:27:20','2026-03-20 18:27:20','2e80d89a-19cf-497e-91d0-b5388eaafce8'),
(47829,47829,1,'Vincent J Mc Dermott Resume 2026 Activity Assistant',NULL,NULL,NULL,1,'2026-03-20 18:27:20','2026-03-20 18:27:20','5d41bdec-e23b-4780-bb0f-f009a4a64a7e'),
(47835,47835,1,'2026-03-20 14:48:39',NULL,NULL,NULL,1,'2026-03-20 18:48:39','2026-03-20 18:48:39','5643edf4-51be-477f-913b-1ceaaeb04b93'),
(47837,47837,1,'2026-03-20 15:03:47',NULL,NULL,NULL,1,'2026-03-20 19:03:47','2026-03-20 19:03:47','dc4b4e78-f902-4e73-a081-30d131a312db'),
(47838,47838,1,'Copy of Resume docx 3',NULL,NULL,NULL,1,'2026-03-20 19:03:47','2026-03-20 19:03:47','daac6dbf-2dd7-4f79-8638-24b926ef078f'),
(47840,47840,1,'2026-03-20 15:06:31',NULL,NULL,NULL,1,'2026-03-20 19:06:31','2026-03-20 19:06:31','a4560b56-ba01-4dd7-ae59-eb6162a57ae1'),
(47841,47841,1,'2026-03-20 15:07:11',NULL,NULL,NULL,1,'2026-03-20 19:07:11','2026-03-20 19:07:11','d0016bbd-7dfd-436a-910f-d746d34250fb'),
(47848,47848,1,'2026-03-20 15:44:26',NULL,NULL,NULL,1,'2026-03-20 19:44:26','2026-03-20 19:44:26','e9be65a8-a318-4ffc-aaa4-d795101815fd'),
(47849,47849,1,'Amanda Doughertys Resume docx1',NULL,NULL,NULL,1,'2026-03-20 19:44:26','2026-03-20 19:44:26','bf96b58c-8d0d-400e-8972-63faafe2ca48'),
(47851,47851,1,'2026-03-20 15:55:25',NULL,NULL,NULL,1,'2026-03-20 19:55:25','2026-03-20 19:55:25','7bbc6e12-1721-4e62-8cc1-f7acc992a3ce'),
(47852,47852,1,'Resume',NULL,NULL,NULL,1,'2026-03-20 19:55:25','2026-03-20 19:55:25','a6568bf1-8153-4804-a743-d54e7f92851b'),
(47855,47855,1,'2026-03-20 15:59:58',NULL,NULL,NULL,1,'2026-03-20 19:59:58','2026-03-20 19:59:58','4bdf7ea6-6d80-4f30-9468-06fd10ba0f5c'),
(47858,47858,1,'2026-03-20 16:14:07',NULL,NULL,NULL,1,'2026-03-20 20:14:07','2026-03-20 20:14:07','db44a420-9fa2-4d75-bb76-a78fe92b94c0'),
(47860,47860,1,'2026-03-20 16:32:48',NULL,NULL,NULL,1,'2026-03-20 20:32:48','2026-03-20 20:32:48','1c9e5a15-ac79-4a86-b88f-5aa62eef73cc'),
(47884,47884,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:50:57','2026-03-20 20:50:57','346707b7-b5e3-43d5-a6c8-337c89f8eaf4'),
(47885,47885,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:50:57','2026-03-20 20:50:57','88c8ddb0-1920-4368-80c3-e436b0e6f8f5'),
(47886,47886,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:50:58','2026-03-20 20:50:58','165bc2fb-280b-463a-abf7-ca7365eef9e3'),
(47887,47887,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:50:58','2026-03-20 20:50:58','4244c0f6-940b-4f73-a826-afeb81b499cb'),
(47888,47888,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:50:58','2026-03-20 20:50:58','032033a8-89bb-4932-98aa-838351da37b9'),
(47889,47889,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:50:58','2026-03-20 20:50:58','501f5167-c601-4c4a-919f-6b8c0c0c8397'),
(47890,47890,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:50:59','2026-03-20 20:50:59','67fdf226-78a4-4215-b0b7-ab299f3fa331'),
(47891,47891,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:50:59','2026-03-20 20:50:59','bfea6b19-e835-47aa-bf67-0975ce66ea3a'),
(47892,47892,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:50:59','2026-03-20 20:50:59','7ef81672-409f-4e9b-9abe-fe91c4cdd83b'),
(47893,47893,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:51:00','2026-03-20 20:51:00','f4293bbb-bac1-4511-b8eb-25afd7ec8d30'),
(47894,47894,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:51:00','2026-03-20 20:51:00','522b42d7-f5fa-4235-87d4-06a0e7d3b8a6'),
(47895,47895,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:51:00','2026-03-20 20:51:00','1fd12914-2009-496a-94bf-b64dbea51ae0'),
(47896,47896,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:51:01','2026-03-20 20:51:01','804c9744-0b9a-4dee-bd12-2c12133332c3'),
(47897,47897,1,NULL,NULL,NULL,NULL,1,'2026-03-20 20:51:01','2026-03-20 20:51:01','0e25a671-e86f-4dc4-95a2-40facde597c1'),
(47928,47928,1,'2026-03-20 18:50:55',NULL,NULL,NULL,1,'2026-03-20 22:50:55','2026-03-20 22:50:55','c273dffa-2f3e-41be-ba13-228cba34ad0e'),
(47929,47929,1,'2026-03-20 18:52:07',NULL,NULL,NULL,1,'2026-03-20 22:52:07','2026-03-20 22:52:07','558182ea-8b69-41e0-80d3-3d9bad2cefd8'),
(47950,47950,1,'2026-03-20 21:06:08',NULL,NULL,NULL,1,'2026-03-21 01:06:08','2026-03-21 01:06:08','6a8f3884-5957-43f0-ac6d-f532e45f73a2'),
(47966,47966,1,'2026-03-20 23:32:32',NULL,NULL,NULL,1,'2026-03-21 03:32:32','2026-03-21 03:32:32','4cb25fa3-9adf-4be6-a171-b4ff94bcc664'),
(48152,48152,1,'2026-03-21 09:59:27',NULL,NULL,NULL,1,'2026-03-21 13:59:27','2026-03-21 13:59:27','e89547f0-b4ca-4d57-980e-5f0046835c6a'),
(48153,48153,1,'Daniel Bofah Resume 2',NULL,NULL,NULL,1,'2026-03-21 13:59:27','2026-03-21 13:59:27','75dd19f9-afe8-4918-a618-9baf71486fa5'),
(48209,48209,1,'2026-03-21 11:37:24',NULL,NULL,NULL,1,'2026-03-21 15:37:24','2026-03-21 15:37:24','61783b12-454c-44c6-b617-6e49fefcd90c'),
(48210,48210,1,'IMG 1324',NULL,NULL,NULL,1,'2026-03-21 15:37:24','2026-03-21 15:37:24','42574cb7-17ec-4703-ab39-b24ba5069738'),
(48211,48211,1,'IMG 1325',NULL,NULL,NULL,1,'2026-03-21 15:37:24','2026-03-21 15:37:24','6d9d5667-9e38-4fc2-a66d-49d7f41b7a11'),
(48216,48216,1,'2026-03-21 12:04:48',NULL,NULL,NULL,1,'2026-03-21 16:04:48','2026-03-21 16:04:48','8dd9e575-656a-4986-bc4f-c6854aeceb1d'),
(48218,48218,1,'2026-03-21 12:12:20',NULL,NULL,NULL,1,'2026-03-21 16:12:20','2026-03-21 16:12:20','1d38ac5c-006c-4d38-b663-02b59e16b35b'),
(48223,48223,1,'2026-03-21 12:53:21',NULL,NULL,NULL,1,'2026-03-21 16:53:21','2026-03-21 16:53:21','bf825d4c-70a3-4862-ba50-7603611fff7f'),
(48273,48273,1,'2026-03-21 15:46:21',NULL,NULL,NULL,1,'2026-03-21 19:46:21','2026-03-21 19:46:21','6816b8b9-7ed4-4bcb-ab1e-7fd136aafd06'),
(48274,48274,1,'Resume',NULL,NULL,NULL,1,'2026-03-21 19:46:21','2026-03-21 19:46:21','124205e9-c94d-4c40-9f59-b2ef21f3033f'),
(48305,48305,1,'2026-03-21 16:29:16',NULL,NULL,NULL,1,'2026-03-21 20:29:16','2026-03-21 20:29:16','a4e181db-75de-4e33-a704-9e8962267f89'),
(48329,48329,1,'2026-03-21 18:35:28',NULL,NULL,NULL,1,'2026-03-21 22:35:28','2026-03-21 22:35:28','0f82cae6-1aa1-461e-80d6-322662e4ad57'),
(48341,48341,1,'2026-03-21 20:46:10',NULL,NULL,NULL,1,'2026-03-22 00:46:10','2026-03-22 00:46:10','85785c96-9db2-4fe1-aece-d03eb5c6aea3'),
(48342,48342,1,'2026-03-21 21:08:08',NULL,NULL,NULL,1,'2026-03-22 01:08:08','2026-03-22 01:08:08','e41d2530-6cf6-4275-8ef4-6571b58ed6be'),
(48351,48351,1,'2026-03-21 22:39:56',NULL,NULL,NULL,1,'2026-03-22 02:39:56','2026-03-22 02:39:56','20b32b2c-40e7-41ca-82d1-5b67af529c80'),
(48543,48543,1,'2026-03-22 09:44:20',NULL,NULL,NULL,1,'2026-03-22 13:44:20','2026-03-22 13:44:20','f7aeb182-f90c-4b56-a57e-311a5912651b'),
(48544,48544,1,'Resume',NULL,NULL,NULL,1,'2026-03-22 13:44:20','2026-03-22 13:44:20','1806661a-545d-45dd-b807-fa9170085a9c'),
(48560,48560,1,'2026-03-22 10:37:45',NULL,NULL,NULL,1,'2026-03-22 14:37:45','2026-03-22 14:37:45','fc4d37f4-383c-4dc2-94be-e3700e7b4757'),
(48561,48561,1,'New resume',NULL,NULL,NULL,1,'2026-03-22 14:37:45','2026-03-22 14:37:45','d85a9adf-5ec9-42b0-ac26-6e27b2af2490'),
(48669,48669,1,'2026-03-22 14:30:12',NULL,NULL,NULL,1,'2026-03-22 18:30:12','2026-03-22 18:30:12','9f1cf0b2-3d80-473e-8e4b-f96aeda4b001'),
(48670,48670,1,'LATOYA COLEMAN Resume Snagajob 2',NULL,NULL,NULL,1,'2026-03-22 18:30:12','2026-03-22 18:30:12','b9b28bf2-031c-43c5-b1b0-3eb1469fe938'),
(48679,48679,1,'2026-03-22 15:37:38',NULL,NULL,NULL,1,'2026-03-22 19:37:38','2026-03-22 19:37:38','cc2eea38-1542-40ab-a4c6-d99893eedfb0'),
(48680,48680,1,'Resume',NULL,NULL,NULL,1,'2026-03-22 19:37:38','2026-03-22 19:37:38','318791f4-c55c-402b-8922-0d17b797b621'),
(48704,48704,1,'2026-03-22 18:52:51',NULL,NULL,NULL,1,'2026-03-22 22:52:51','2026-03-22 22:52:51','9f517bd6-0908-4b72-9b2a-8f36aff6843f'),
(48728,48728,1,'2026-03-22 22:37:31',NULL,NULL,NULL,1,'2026-03-23 02:37:31','2026-03-23 02:37:31','fea31da5-35af-4b4c-a38b-e91bd7a3dadf'),
(48804,48804,1,'2026-03-23 00:57:11',NULL,NULL,NULL,1,'2026-03-23 04:57:11','2026-03-23 04:57:11','de96c4b9-ebdb-483e-bb91-8e81d3e3c046'),
(48950,48950,1,'2026-03-23 08:34:27',NULL,NULL,NULL,1,'2026-03-23 12:34:27','2026-03-23 12:34:27','467d3fef-0a71-4cfc-9acf-96e807b6c928'),
(48951,48951,1,'Resume202602241045',NULL,NULL,NULL,1,'2026-03-23 12:34:27','2026-03-23 12:34:27','6bd74bf9-bb8a-4a56-b913-5ee4a08253cc'),
(48962,48962,1,'2026-03-23 09:26:20',NULL,NULL,NULL,1,'2026-03-23 13:26:20','2026-03-23 13:26:20','9f8438a9-6083-4c2b-bf6b-14565bf0277b'),
(48963,48963,1,'2026-03-23 09:40:02',NULL,NULL,NULL,1,'2026-03-23 13:40:02','2026-03-23 13:40:02','b47b06a4-8cde-47be-acea-e09b9817dc15'),
(48965,48965,1,'2026-03-23 09:50:43',NULL,NULL,NULL,1,'2026-03-23 13:50:43','2026-03-23 13:50:43','62173c4d-28a8-4295-9894-cb6e0b80c8ae'),
(48966,48966,1,'2026-03-23 09:56:33',NULL,NULL,NULL,1,'2026-03-23 13:56:33','2026-03-23 13:56:33','0bc35145-dfa2-4399-9b7e-06c43b2dd5ce'),
(48972,48972,1,'2026-03-23 10:19:36',NULL,NULL,NULL,1,'2026-03-23 14:19:36','2026-03-23 14:19:36','414c01c5-f11b-454d-b5fd-9cee2f2d5e50'),
(48973,48973,1,'Resume 1',NULL,NULL,NULL,1,'2026-03-23 14:19:36','2026-03-23 14:19:36','3122a332-97de-4084-be89-e35803a57491'),
(48976,48976,1,'2026-03-23 10:44:03',NULL,NULL,NULL,1,'2026-03-23 14:44:03','2026-03-23 14:44:03','3f83a4fe-f9a2-4725-aa59-90cb6cf59bdc'),
(48977,48977,1,'Scanned Document',NULL,NULL,NULL,1,'2026-03-23 14:44:03','2026-03-23 14:44:03','24c4ad83-c073-4eeb-b16a-89b02121086f'),
(48978,48978,1,'2026-03-23 10:56:09',NULL,NULL,NULL,1,'2026-03-23 14:56:09','2026-03-23 14:56:09','74e6524e-3879-4998-8ab6-23b5df79ebda'),
(48990,48990,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:15','2026-03-23 16:46:15','59a09c3c-e488-4141-9bff-1e3a8df97b85'),
(48991,48991,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:15','2026-03-23 16:46:15','7b80a2ed-78cb-4dd1-a1ac-fc0ac1224aef'),
(48992,48992,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:15','2026-03-23 16:46:15','9f2f5f69-4303-42cc-a09a-88316fa54bfd'),
(48993,48993,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:16','2026-03-23 16:46:16','8f93e3b3-ee6e-4d13-8c21-c9773b1c37aa'),
(48994,48994,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:16','2026-03-23 16:46:16','48b0bdeb-d1aa-4446-ac60-4a580df762ee'),
(48995,48995,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:17','2026-03-23 16:46:17','c84af6eb-573b-45a3-89e4-6738aaaa3b4a'),
(48996,48996,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:17','2026-03-23 16:46:17','c5a2a923-a442-459e-aa02-8ae54a09867d'),
(48997,48997,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:17','2026-03-23 16:46:17','c4d96029-d410-4058-bef6-7b2b8c5a0c59'),
(48998,48998,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:17','2026-03-23 16:46:17','c9284165-f006-48c7-93eb-f28180c22591'),
(48999,48999,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:18','2026-03-23 16:46:18','9c042399-21cc-4fd7-861b-bc914830266f'),
(49000,49000,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:18','2026-03-23 16:46:18','ab406aea-6c28-49aa-83c8-82180ddb320c'),
(49001,49001,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:18','2026-03-23 16:46:18','c2745d9d-7ac5-48b4-919a-bd62c1de7cd8'),
(49002,49002,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:19','2026-03-23 16:46:19','08be6fbc-ec84-407e-83ae-b50fe9fe9dd6'),
(49003,49003,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:19','2026-03-23 16:46:19','d39e1193-ae2a-4024-b137-022da097dcf3'),
(49004,49004,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:19','2026-03-23 16:46:19','c8cb37e5-4377-473e-8733-62e60c3f20d7'),
(49005,49005,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:20','2026-03-23 16:46:20','e025582f-6de1-4d51-81c7-45cde57c48b3'),
(49006,49006,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:20','2026-03-23 16:46:20','7c0c7a3d-ba9c-4310-a3ea-a1569a1f1eb5'),
(49007,49007,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:20','2026-03-23 16:46:20','30b3fa1e-30a5-4376-84a1-13104205cb0e'),
(49008,49008,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:20','2026-03-23 16:46:20','cde7f64b-0102-4296-b6fa-ce4b7a65c712'),
(49009,49009,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:21','2026-03-23 16:46:21','8b78db77-8692-4617-8e41-ce5720e0643e'),
(49010,49010,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:21','2026-03-23 16:46:21','02d45ed3-4711-41ce-b38a-a3e677806b5e'),
(49011,49011,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:21','2026-03-23 16:46:21','dacdb3ee-aa12-4c88-98e2-f6a89324143a'),
(49012,49012,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:22','2026-03-23 16:46:22','2675b1b1-9591-4cf2-a558-dabcdc13a56b'),
(49013,49013,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:22','2026-03-23 16:46:22','a005a9cf-4b77-46d5-9856-7eaef3f147c2'),
(49014,49014,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:22','2026-03-23 16:46:22','a45ae6f3-7a17-444c-88c8-003fc11f8714'),
(49015,49015,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:22','2026-03-23 16:46:22','2a5d1f87-8b6a-4b1f-911e-d11d23affa07'),
(49016,49016,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:23','2026-03-23 16:46:23','482028f5-289e-44e5-9c12-da7a982b461a'),
(49017,49017,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:23','2026-03-23 16:46:23','85d569c1-ad72-4eba-a92f-a3d53cd3b579'),
(49018,49018,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:24','2026-03-23 16:46:24','ed9fb709-34ed-4384-9249-bc25c9edeafd'),
(49019,49019,1,NULL,NULL,NULL,NULL,1,'2026-03-23 16:46:24','2026-03-23 16:46:24','a6fcce95-775b-4443-89f7-20410d8727bf'),
(49021,49021,1,'2026-03-23 12:47:52',NULL,NULL,NULL,1,'2026-03-23 16:47:52','2026-03-23 16:47:52','cc9cd056-6fcf-4373-828a-a740aa6d4bab'),
(49023,49023,1,'2026-03-23 12:48:31',NULL,NULL,NULL,1,'2026-03-23 16:48:31','2026-03-23 16:48:31','83d17503-8e82-4589-a3aa-77c13d5be828'),
(49035,49035,1,'2026-03-23 13:05:37',NULL,NULL,NULL,1,'2026-03-23 17:05:37','2026-03-23 17:05:37','e57f72c4-58fe-4571-adc7-15552cdb228f'),
(49105,49105,1,'2026-03-23 14:33:24',NULL,NULL,NULL,1,'2026-03-23 18:33:24','2026-03-23 18:33:24','50e9539a-7b77-4831-9ee3-f141df7faf33'),
(49107,49107,1,'2026-03-23 14:35:19',NULL,NULL,NULL,1,'2026-03-23 18:35:18','2026-03-23 18:35:19','8474b421-cfbc-46e6-838c-5860c7945023'),
(49108,49108,1,'Resume March 2026',NULL,NULL,NULL,1,'2026-03-23 18:35:18','2026-03-23 18:35:18','44380ab5-a267-4674-b60b-2cc26e752868'),
(49116,49116,1,'2026-03-23 15:13:46',NULL,NULL,NULL,1,'2026-03-23 19:13:46','2026-03-23 19:13:46','ac2dd81b-d673-4319-a7ca-73b25a45a837'),
(49117,49117,1,'2026-03-23 15:27:34',NULL,NULL,NULL,1,'2026-03-23 19:27:34','2026-03-23 19:27:34','bc4798a5-d868-4ec7-8a7d-0c2029777b48'),
(49124,49124,1,'2026-03-23 16:13:10',NULL,NULL,NULL,1,'2026-03-23 20:13:09','2026-03-23 20:13:10','9a7ddd43-6786-418f-818c-c398e645c66d'),
(49132,49132,1,'2026-03-23 16:43:49',NULL,NULL,NULL,1,'2026-03-23 20:43:49','2026-03-23 20:43:49','cc2de8b3-3190-4466-ba02-ba074678bed4'),
(49141,49141,1,'2026-03-23 18:48:26',NULL,NULL,NULL,1,'2026-03-23 22:48:26','2026-03-23 22:48:26','c938eaa3-497e-4108-8f9a-35aecbdd6298'),
(49148,49148,1,'2026-03-23 19:21:49',NULL,NULL,NULL,1,'2026-03-23 23:21:49','2026-03-23 23:21:49','1caedcbd-9dbf-4044-abd1-2b6d0636219b'),
(49149,49149,1,'Resume',NULL,NULL,NULL,1,'2026-03-23 23:21:49','2026-03-23 23:21:49','c043259b-fb08-430d-8457-4ab7db09c20f'),
(49150,49150,1,'2026-03-23 19:28:58',NULL,NULL,NULL,1,'2026-03-23 23:28:58','2026-03-23 23:28:58','c577dde8-8a2f-43f2-b682-32ea502bde23'),
(49156,49156,1,'2026-03-23 20:07:08',NULL,NULL,NULL,1,'2026-03-24 00:07:08','2026-03-24 00:07:08','1abf5c95-7723-4151-99a6-8b1a4187e631'),
(49157,49157,1,'Audrianna Wright updated resume',NULL,NULL,NULL,1,'2026-03-24 00:07:08','2026-03-24 00:07:08','eabfd450-9a34-470e-9b6b-ba0842875f58'),
(49171,49171,1,'2026-03-23 21:15:55',NULL,NULL,NULL,1,'2026-03-24 01:15:55','2026-03-24 01:15:55','7c4ff09c-04d6-4a5e-81f4-ce321f2bb3b0'),
(49172,49172,1,'Belinda Courts Resume 11',NULL,NULL,NULL,1,'2026-03-24 01:15:55','2026-03-24 01:15:55','3c0c52c1-3d3c-4dc3-ba81-046455cf0a7e'),
(49175,49175,1,'2026-03-23 21:52:43',NULL,NULL,NULL,1,'2026-03-24 01:52:43','2026-03-24 01:52:43','66d31108-707c-4b32-a574-d59627d72902'),
(49176,49176,1,'ZD Resume',NULL,NULL,NULL,1,'2026-03-24 01:52:43','2026-03-24 01:52:43','aeb01e04-ad26-47cf-8a49-5cc831052540'),
(49177,49177,1,'2026-03-23 21:54:16',NULL,NULL,NULL,1,'2026-03-24 01:54:16','2026-03-24 01:54:16','0f3c9ebd-4e50-46cb-8a70-668040221ad3'),
(49178,49178,1,'ZD Resume',NULL,NULL,NULL,1,'2026-03-24 01:54:16','2026-03-24 01:54:16','185624c7-e027-4cad-b364-78939ab520f0'),
(49188,49188,1,'2026-03-23 22:47:55',NULL,NULL,NULL,1,'2026-03-24 02:47:55','2026-03-24 02:47:55','99a434d6-3957-4659-8b2a-4d955be23b13'),
(49224,49224,1,'2026-03-24 00:31:28',NULL,NULL,NULL,1,'2026-03-24 04:31:28','2026-03-24 04:31:28','c28995bd-427a-4a7c-822a-21759c369d23'),
(49331,49331,1,'2026-03-24 03:03:09',NULL,NULL,NULL,1,'2026-03-24 07:03:03','2026-03-24 07:03:09','4362d228-c7af-494f-817b-c1cb1a941d1c'),
(49332,49332,1,'IMG 1105',NULL,NULL,NULL,1,'2026-03-24 07:03:03','2026-03-24 07:03:03','06f0183a-7bec-4ab0-8fe3-bf959e8ed215'),
(49333,49333,1,'IMG 0871',NULL,NULL,NULL,1,'2026-03-24 07:03:08','2026-03-24 07:03:08','b8fe02cd-b318-412a-ace2-7d69fda6e51d'),
(49425,49425,1,'2026-03-24 06:38:38',NULL,NULL,NULL,1,'2026-03-24 10:38:38','2026-03-24 10:38:38','a0fce43d-7585-49d6-9eb8-63be9c80a9af'),
(49426,49426,1,'MARY NAVARRO',NULL,NULL,NULL,1,'2026-03-24 10:38:38','2026-03-24 10:38:38','74cd947a-c1fd-4f1c-9e3c-d1c7f4dc6f80'),
(49427,49427,1,'2026-03-24 06:38:48',NULL,NULL,NULL,1,'2026-03-24 10:38:48','2026-03-24 10:38:48','bd88c551-a3e8-4984-8ce7-ae2f006f4337'),
(49444,49444,1,'2026-03-24 08:02:26',NULL,NULL,NULL,1,'2026-03-24 12:02:26','2026-03-24 12:02:26','548ccf1c-0f2f-43cb-84c2-26f702b1f8e7'),
(49447,49447,1,'2026-03-24 08:43:35',NULL,NULL,NULL,1,'2026-03-24 12:43:35','2026-03-24 12:43:35','d5faec32-b781-41e5-a3c5-bba0e5482517'),
(49451,49451,1,'2026-03-24 09:21:01',NULL,NULL,NULL,1,'2026-03-24 13:21:01','2026-03-24 13:21:01','68dcd83e-a9c7-41b4-8055-902cd51c6660'),
(49452,49452,1,'Kadian Brown Resume',NULL,NULL,NULL,1,'2026-03-24 13:21:01','2026-03-24 13:21:01','f4be5f41-cbbe-4b1c-9492-4e08b33215f8'),
(49487,49487,1,'2026-03-24 11:02:12',NULL,NULL,NULL,1,'2026-03-24 15:02:12','2026-03-24 15:02:12','c1ac078d-e727-4bd4-9c31-039fcd1624d3'),
(49488,49488,1,'Michael Meade Resume Behavioral Health Careers',NULL,NULL,NULL,1,'2026-03-24 15:02:12','2026-03-24 15:02:12','8cb7614d-bacf-42ee-90fb-534b1eec45e8'),
(49494,49494,1,'2026-03-24 11:17:21',NULL,NULL,NULL,1,'2026-03-24 15:17:21','2026-03-24 15:17:21','fa448ea9-3017-4e15-9ec3-842838ddcc44'),
(49514,49514,1,'2026-03-24 12:14:11',NULL,NULL,NULL,1,'2026-03-24 16:14:11','2026-03-24 16:14:11','b5247243-b489-4f9e-a60d-f16b7bd31e68'),
(49515,49515,1,'Resume',NULL,NULL,NULL,1,'2026-03-24 16:14:11','2026-03-24 16:14:11','04aa4dda-897a-4839-a319-023c55a73298'),
(49520,49520,1,'2026-03-24 12:38:10',NULL,NULL,NULL,1,'2026-03-24 16:38:10','2026-03-24 16:38:10','a2b1d442-d150-4fbf-a30b-22fdb30030f5'),
(49521,49521,1,'Resume Jasmine Alfaro',NULL,NULL,NULL,1,'2026-03-24 16:38:10','2026-03-24 16:38:10','13323c32-ba28-4792-9d73-8f8c312db477'),
(49522,49522,1,'2026-03-24 12:39:56',NULL,NULL,NULL,1,'2026-03-24 16:39:56','2026-03-24 16:39:56','4db5b0bf-f333-4bf6-969e-6064d6e50d0b'),
(49523,49523,1,'CBRF Prescreen Guide',NULL,NULL,NULL,1,'2026-03-24 16:39:56','2026-03-24 16:39:56','063deb33-a00d-4970-acbb-d6ee00dcaa0b'),
(49526,49526,1,'2026-03-24 13:23:30',NULL,NULL,NULL,1,'2026-03-24 17:23:30','2026-03-24 17:23:30','a99d3b3d-e97c-43c8-9edc-9a9ce81f918f'),
(49528,49528,1,'2026-03-24 13:57:15',NULL,NULL,NULL,1,'2026-03-24 17:57:15','2026-03-24 17:57:15','b9f1a0f2-313f-4413-a856-14c976a659f4'),
(49529,49529,1,'Resume202406260826 1 1',NULL,NULL,NULL,1,'2026-03-24 17:57:15','2026-03-24 17:57:15','c791e53f-1920-4daa-bb5c-2885506f573f'),
(49531,49531,1,'2026-03-24 14:04:29',NULL,NULL,NULL,1,'2026-03-24 18:04:29','2026-03-24 18:04:29','7bdad105-c774-4d81-bb6f-9f8c8901b926'),
(49534,49534,1,'2026-03-24 14:09:44',NULL,NULL,NULL,1,'2026-03-24 18:09:44','2026-03-24 18:09:44','798edc54-86f4-4cda-82fc-9b550e801559'),
(49557,49557,1,'2026-03-24 15:11:14',NULL,NULL,NULL,1,'2026-03-24 19:11:14','2026-03-24 19:11:14','c9adaace-9257-4b84-905a-9db927a6c5f6'),
(49558,49558,1,'Resume 2',NULL,NULL,NULL,1,'2026-03-24 19:11:14','2026-03-24 19:11:14','2a1d4b6a-eaa6-48bd-90d6-0c8688eca4d6'),
(49560,49560,1,'2026-03-24 15:14:00',NULL,NULL,NULL,1,'2026-03-24 19:14:00','2026-03-24 19:14:00','e399fc9c-6ae3-48e1-b7f2-20229be334b2'),
(49561,49561,1,'Resume 2',NULL,NULL,NULL,1,'2026-03-24 19:14:00','2026-03-24 19:14:00','38523735-b0dd-4cae-b3fc-4ceb807e4729'),
(49565,49565,1,'2026-03-24 15:16:21',NULL,NULL,NULL,1,'2026-03-24 19:16:21','2026-03-24 19:16:21','75d58005-5a4c-48f1-88af-7a16ce5dfc1f'),
(49566,49566,1,'Resume 2',NULL,NULL,NULL,1,'2026-03-24 19:16:21','2026-03-24 19:16:21','3a96e014-d963-4943-a44a-65039510c8b6'),
(49604,49604,1,'2026-03-24 16:35:14',NULL,NULL,NULL,1,'2026-03-24 20:35:14','2026-03-24 20:35:14','a7397b91-00f0-4925-9fe0-a761a11749f1'),
(49609,49609,1,'2026-03-24 17:24:25',NULL,NULL,NULL,1,'2026-03-24 21:24:25','2026-03-24 21:24:25','3b360153-7b02-4d98-8830-c9d361e658bc'),
(49611,49611,1,'2026-03-24 17:28:42',NULL,NULL,NULL,1,'2026-03-24 21:28:42','2026-03-24 21:28:42','d6b73696-82b2-4e83-b554-4a57c1f4378e'),
(49617,49617,1,'2026-03-24 18:00:33',NULL,NULL,NULL,1,'2026-03-24 22:00:33','2026-03-24 22:00:33','c8355e98-1fda-4148-b28f-56d2699547d3'),
(49618,49618,1,'Resume',NULL,NULL,NULL,1,'2026-03-24 22:00:33','2026-03-24 22:00:33','6abb70bc-d6a3-4b2d-999e-74fb60fb517b'),
(49633,49633,1,'2026-03-24 19:30:37',NULL,NULL,NULL,1,'2026-03-24 23:30:37','2026-03-24 23:30:37','579209c9-cd64-4fee-9eed-386ba8bdbb36'),
(49647,49647,1,'2026-03-24 20:11:09',NULL,NULL,NULL,1,'2026-03-25 00:11:09','2026-03-25 00:11:09','4d9a919e-25bf-40b9-928d-50ceb03b40a7'),
(49653,49653,1,'2026-03-24 20:48:19',NULL,NULL,NULL,1,'2026-03-25 00:48:19','2026-03-25 00:48:19','cb4c1ec2-2da7-4741-b0bb-970de93ffb27'),
(49666,49666,1,'2026-03-24 21:57:00',NULL,NULL,NULL,1,'2026-03-25 01:57:00','2026-03-25 01:57:00','c14384a7-cdf1-4f2d-ac85-c0c9ae2533b9'),
(49698,49698,1,'2026-03-24 22:45:47',NULL,NULL,NULL,1,'2026-03-25 02:45:47','2026-03-25 02:45:47','d7418a68-6922-40bb-acd2-7a6ab288ade0'),
(49699,49699,1,'Blank 3',NULL,NULL,NULL,1,'2026-03-25 02:45:47','2026-03-25 02:45:47','724dfe3f-7f25-402f-a5ee-4994cf8e195d'),
(49701,49701,1,'2026-03-24 22:47:38',NULL,NULL,NULL,1,'2026-03-25 02:47:38','2026-03-25 02:47:38','0a1e9d20-c06b-4bb7-ae90-f9a886f7da61'),
(49719,49719,1,'2026-03-24 23:15:34',NULL,NULL,NULL,1,'2026-03-25 03:15:33','2026-03-25 03:15:34','f091c0cb-fb80-46d2-9739-af4354dbddc4'),
(49729,49729,1,'2026-03-24 23:41:34',NULL,NULL,NULL,1,'2026-03-25 03:41:34','2026-03-25 03:41:34','1b38965a-1e2e-43c7-803e-2df6c85cbe4c'),
(49807,49807,1,'2026-03-25 05:10:45',NULL,NULL,NULL,1,'2026-03-25 09:10:45','2026-03-25 09:10:45','cb1e76d5-c52f-42ed-95e8-048b55f531c7'),
(49843,49843,1,'2026-03-25 08:17:39',NULL,NULL,NULL,1,'2026-03-25 12:17:39','2026-03-25 12:17:39','a6429cf8-b2ef-44b8-a876-f68e1108fa30'),
(49844,49844,1,'Resume 2025 2',NULL,NULL,NULL,1,'2026-03-25 12:17:39','2026-03-25 12:17:39','81fd8e56-d5cf-4f83-9ea7-9f6781ee1a2e'),
(49845,49845,1,'2026-03-25 08:20:10',NULL,NULL,NULL,1,'2026-03-25 12:20:10','2026-03-25 12:20:10','f81bbbd8-b78e-4781-8678-b4c993abcfba'),
(49848,49848,1,'2026-03-25 08:44:44',NULL,NULL,NULL,1,'2026-03-25 12:44:44','2026-03-25 12:44:44','1bfd9b80-3b9e-4de2-bd0d-759cb90a78c1'),
(49882,49882,1,'2026-03-25 09:33:07',NULL,NULL,NULL,1,'2026-03-25 13:33:07','2026-03-25 13:33:07','17f04768-9047-45a2-9eeb-5efb029eb5a3'),
(49951,49951,1,'2026-03-25 10:25:07',NULL,NULL,NULL,1,'2026-03-25 14:25:07','2026-03-25 14:25:07','88bfe9b2-d265-4eed-9b5e-1a71c00c9a5b'),
(49962,49962,1,'2026-03-25 10:32:45',NULL,NULL,NULL,1,'2026-03-25 14:32:45','2026-03-25 14:32:45','cdc56ac5-1e27-46b0-b588-2a5ff76e9b32'),
(49963,49963,1,'Resume 2025',NULL,NULL,NULL,1,'2026-03-25 14:32:45','2026-03-25 14:32:45','6862eb45-ef22-4e3e-9e59-55946c418f96'),
(49973,49973,1,'2026-03-25 10:36:59',NULL,NULL,NULL,1,'2026-03-25 14:36:59','2026-03-25 14:36:59','34d2793f-4089-4e4a-a18e-64d61bd1133f'),
(49974,49974,1,'Resume 2025',NULL,NULL,NULL,1,'2026-03-25 14:36:59','2026-03-25 14:36:59','da05d18b-4d53-4a8e-8835-1cd3c43d9c67'),
(49981,49981,1,'2026-03-25 10:42:36',NULL,NULL,NULL,1,'2026-03-25 14:42:36','2026-03-25 14:42:36','92777010-9d87-4bb9-878f-f37d0d55b27b'),
(49985,49985,1,'2026-03-25 10:45:34',NULL,NULL,NULL,1,'2026-03-25 14:45:34','2026-03-25 14:45:34','218d8bdf-57e2-454f-aaf8-0280aa6f5f59'),
(50003,50003,1,'2026-03-25 11:03:12',NULL,NULL,NULL,1,'2026-03-25 15:03:12','2026-03-25 15:03:12','213bd4b1-2a89-477d-81b9-11c09a00d20b'),
(50012,50012,1,'2026-03-25 12:41:37',NULL,NULL,NULL,1,'2026-03-25 16:41:36','2026-03-25 16:41:37','6c2992f5-1925-47da-aee2-b8357376931c'),
(50013,50013,1,'IMG 1367',NULL,NULL,NULL,1,'2026-03-25 16:41:36','2026-03-25 16:41:36','2603f016-3ae5-4f5a-b8f5-b9e6df3803de'),
(50014,50014,1,'2026-03-25 12:55:27',NULL,NULL,NULL,1,'2026-03-25 16:55:27','2026-03-25 16:55:27','fb666036-1861-48d5-8b6d-e32a28177c3d'),
(50015,50015,1,'Resume 1774456950276',NULL,NULL,NULL,1,'2026-03-25 16:55:27','2026-03-25 16:55:27','d25a3f44-cc51-473a-ab13-4c8b427873b4'),
(50023,50023,1,'2026-03-25 13:44:04',NULL,NULL,NULL,1,'2026-03-25 17:44:04','2026-03-25 17:44:04','b7706c62-daf1-4994-a988-698baab5b846'),
(50047,50047,1,'2026-03-25 14:13:49',NULL,NULL,NULL,1,'2026-03-25 18:13:49','2026-03-25 18:13:49','e352ca5a-16cd-4f16-9fc4-383aa65fc880'),
(50048,50048,1,'Andrea Napenas resume updated',NULL,NULL,NULL,1,'2026-03-25 18:13:49','2026-03-25 18:13:49','74814e13-13d7-4e06-9aa5-7a29e0025a19'),
(50064,50064,1,'2026-03-25 14:44:17',NULL,NULL,NULL,1,'2026-03-25 18:44:17','2026-03-25 18:44:17','19fc52a1-65d7-41d6-8e09-9ab23a0e3770'),
(50065,50065,1,'UPDATED RESUME DOC',NULL,NULL,NULL,1,'2026-03-25 18:44:17','2026-03-25 18:44:17','5a28a91f-754c-4b3a-81f2-2e276fb2d3e5'),
(50067,50067,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:06','2026-03-25 18:48:06','f797590f-edf1-45e1-bf11-9c3eb4f53d33'),
(50068,50068,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:06','2026-03-25 18:48:06','202f66d4-a368-4918-b54d-8e2206dd1f49'),
(50069,50069,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:07','2026-03-25 18:48:07','2d6c138a-ee96-4267-a98d-9853a66fb02a'),
(50070,50070,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:07','2026-03-25 18:48:07','818fcad0-1096-49ce-bd73-583d57277349'),
(50071,50071,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:07','2026-03-25 18:48:07','5894b05d-627c-4b2d-9b3a-6e026c3ae8f5'),
(50072,50072,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:08','2026-03-25 18:48:08','bfc676e8-0a00-4ff4-bed6-c67dd808fcd8'),
(50073,50073,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:08','2026-03-25 18:48:08','61fb274e-5291-4eb1-910f-acdb8d4f9783'),
(50074,50074,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:08','2026-03-25 18:48:08','6466440e-3b26-4cee-b5b9-3f823123214d'),
(50075,50075,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:08','2026-03-25 18:48:08','f23927fd-9f07-4b18-b430-061020a62a8d'),
(50076,50076,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:09','2026-03-25 18:48:09','5a475621-cc06-4221-abea-1fc4852570c6'),
(50077,50077,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:09','2026-03-25 18:48:09','c2b14c4d-368a-48b0-892d-bab762ce693a'),
(50078,50078,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:09','2026-03-25 18:48:09','e07ed511-5d28-47fb-a93e-aba0f05a8625'),
(50079,50079,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:10','2026-03-25 18:48:10','f56a90f3-24d9-4a89-9abf-c230f6a5a21c'),
(50080,50080,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:10','2026-03-25 18:48:10','1828553e-246f-4f65-a78b-0049dea12603'),
(50081,50081,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:10','2026-03-25 18:48:10','066370f3-e317-438d-8e0d-523060b3d2d5'),
(50082,50082,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:11','2026-03-25 18:48:11','8c594404-ccb3-4b20-a363-eadc8e29a5e0'),
(50083,50083,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:11','2026-03-25 18:48:11','d21bb24d-d87c-49a2-9cda-a6eac7772bb2'),
(50084,50084,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:11','2026-03-25 18:48:11','afbac159-72e5-4daa-85b1-8b748f38ce12'),
(50085,50085,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:12','2026-03-25 18:48:12','92fff7bb-de5e-48bd-b985-b14dee90a4a1'),
(50086,50086,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:12','2026-03-25 18:48:12','f890ee60-22ef-47c4-9b4f-d82ddc9e804f'),
(50087,50087,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:13','2026-03-25 18:48:13','0df05e43-e807-4392-a109-0180e0def2cd'),
(50088,50088,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:13','2026-03-25 18:48:13','01f3c383-a90d-4268-99e8-5201ea15b9af'),
(50089,50089,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:13','2026-03-25 18:48:13','b136a97d-db27-4f3e-9271-6f8eebaffd90'),
(50090,50090,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:13','2026-03-25 18:48:13','c8c27beb-7817-4f05-a659-a86a6a660e12'),
(50091,50091,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:14','2026-03-25 18:48:14','5dce3cbe-64a7-44ca-b5fb-c1029423ff34'),
(50092,50092,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:14','2026-03-25 18:48:14','a53b7ec3-6e12-458f-a375-05afbd005642'),
(50093,50093,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:14','2026-03-25 18:48:14','c5e656dd-05f9-4482-ba87-e236a300b251'),
(50094,50094,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:15','2026-03-25 18:48:15','3d444579-0dbb-4ffd-bb0b-7f0d7b1e3e36'),
(50095,50095,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:15','2026-03-25 18:48:15','ea7453f7-fa74-4fa4-91ea-bd3305ea12cc'),
(50096,50096,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:15','2026-03-25 18:48:15','154387ce-5f70-4ce9-8b1c-6bf850a2f0a7'),
(50097,50097,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:15','2026-03-25 18:48:15','7baa5231-efe6-4fd3-8d67-51d5459edc57'),
(50098,50098,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:16','2026-03-25 18:48:16','3ec2c11a-f86e-40ac-85f8-4f58150f2c05'),
(50099,50099,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:16','2026-03-25 18:48:16','99db4d71-e6ae-4723-ad70-1430b3bdf1c9'),
(50100,50100,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:16','2026-03-25 18:48:16','c72946e3-7d0b-471a-8059-39a701f22d11'),
(50101,50101,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:17','2026-03-25 18:48:17','317c9484-01c1-4423-9f0c-ae13c460d386'),
(50102,50102,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:17','2026-03-25 18:48:17','3fc530b9-46af-466a-ab54-cc0ead4c09ac'),
(50103,50103,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:17','2026-03-25 18:48:17','3fb62901-742b-40f8-9ef5-49b83af5e373'),
(50104,50104,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:18','2026-03-25 18:48:18','f6090316-49d0-416a-af0d-749d59fec95e'),
(50105,50105,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:18','2026-03-25 18:48:18','0fcdc344-a6dd-4f99-b39f-220074fe0941'),
(50106,50106,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:18','2026-03-25 18:48:18','633969de-0c96-40d6-ba26-c4b294d74428'),
(50107,50107,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:18','2026-03-25 18:48:18','35ddda93-2235-4554-aee9-0ac9cdcabee5'),
(50108,50108,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:19','2026-03-25 18:48:19','e85915e7-bbe8-4b57-8169-c41855ec47cb'),
(50109,50109,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:19','2026-03-25 18:48:19','e909f298-2b0b-4a6b-874b-640203d4ac47'),
(50110,50110,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:19','2026-03-25 18:48:19','1e5218c7-69d6-4437-8d17-6f77db62b755'),
(50111,50111,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:19','2026-03-25 18:48:19','6b68bf1a-7e0b-4f2d-9c47-5cad913e9305'),
(50112,50112,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:20','2026-03-25 18:48:20','4eba0d3f-f7a0-4297-96cb-2081dd965a6f'),
(50113,50113,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:20','2026-03-25 18:48:20','9130ec6a-c2de-440d-847d-cd249a15fd10'),
(50114,50114,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:20','2026-03-25 18:48:20','5b0c7afa-8bbd-4bf8-be81-444e48f936ab'),
(50115,50115,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:20','2026-03-25 18:48:20','b86c3bef-cafc-4615-9df9-9441ec31a68b'),
(50116,50116,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:21','2026-03-25 18:48:21','f0dd9d52-fa24-4703-af2e-c6cc5d1f2632'),
(50117,50117,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:21','2026-03-25 18:48:21','af1e4c35-1d82-4872-9297-f9da4e537f18'),
(50118,50118,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:21','2026-03-25 18:48:21','fac44b1b-48c1-46cf-8b2f-e1acfe4c2c60'),
(50119,50119,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:22','2026-03-25 18:48:22','c6f3a452-51b6-4f33-981c-7a6a1531ed03'),
(50120,50120,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:22','2026-03-25 18:48:22','7d43f6e2-3c7b-4f91-ad43-d1d9b3c34ab1'),
(50121,50121,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:22','2026-03-25 18:48:22','1d44bf75-7730-4b3c-b2d1-e0e908496507'),
(50122,50122,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:22','2026-03-25 18:48:22','863279da-2ce0-4926-b61e-67fc7f60788c'),
(50123,50123,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:23','2026-03-25 18:48:23','1a08c8c2-f448-4b79-9d56-7a7d82c696bb'),
(50124,50124,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:23','2026-03-25 18:48:23','91599fd4-0925-4d52-b73f-862c00c138b9'),
(50125,50125,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:23','2026-03-25 18:48:23','739fb917-2b59-48f1-a799-e4f3672afe34'),
(50126,50126,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:24','2026-03-25 18:48:24','a3a3aa30-f11e-44d5-8e36-77d3ec9daf02'),
(50127,50127,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:24','2026-03-25 18:48:24','b3b21f96-4f9d-414d-a76e-6e84973ac1ad'),
(50128,50128,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:24','2026-03-25 18:48:24','974048dc-9ac7-440a-96e0-f0d7b5ddbb3a'),
(50129,50129,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:24','2026-03-25 18:48:24','6126f60f-780b-4ca1-8d44-7a0b50c73f1d'),
(50130,50130,1,NULL,NULL,NULL,NULL,1,'2026-03-25 18:48:25','2026-03-25 18:48:25','7f946524-986a-4aa3-8813-17fda789910f'),
(50141,50141,1,'DE Notice of Availability POSTER',NULL,NULL,NULL,1,'2026-03-25 18:51:08','2026-03-25 18:51:08','9fc4060a-a265-43ee-aed5-012d51e741f2'),
(50142,50142,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50152]}',1,'2026-03-25 18:51:15','2026-03-25 18:54:54','31b9ba4b-9e4c-400e-a893-c15f4f898e6a'),
(50143,50143,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23776],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 18:51:15','2026-03-25 18:51:15','63818058-4d52-4175-9f5c-393980c651dd'),
(50144,50144,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50141]}',1,'2026-03-25 18:51:15','2026-03-25 18:51:15','2e2f4ace-05ab-47ed-ab07-4973860e51dd'),
(50152,50152,1,'DE Notice of Availability',NULL,NULL,NULL,1,'2026-03-25 18:54:50','2026-03-25 18:54:50','ace84a4c-74aa-44fc-9e3f-2b3b396d11fc'),
(50154,50154,1,'Brackenville','ccbrackenville','ccbrackenville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brackenville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brackenville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrackenville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Brackenville-104148951961007/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brackenville-EI_IE10504647.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2602,2612,2604,2610,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4884],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9732,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12256],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4886,4880,4888,4882,4879,4881,4887,4883,4884,4885],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23776],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-brackenville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3022345420\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrackenville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbrackenville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KVN456V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KVN456V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 18:54:54','2026-03-25 18:54:54','7bf19331-e157-493b-8ddd-96a6a62d6d76'),
(50155,50155,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50152]}',1,'2026-03-25 18:54:54','2026-03-25 18:54:54','3bc3e5cf-eac1-43ea-9fa0-380839ca5d51'),
(50164,50164,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50152]}',1,'2026-03-25 18:56:36','2026-03-25 18:56:36','46dda2d4-fca4-40e9-85f9-c46930250cde'),
(50165,50165,1,'Hillside','completecarehillside','completecarehillside','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hillside\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hillside\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarehillside.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Hillside-107071451676767/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hillside-EI_IE10504697.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9038],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12285],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9045,9046,9042,9043,9044,9041],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6860],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Dietician-approved meals served in the comfort of residents’ rooms\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Assistance with admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarehillside-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3026521181\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarehillside.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarehillside.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MHS7MNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MHS7MNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 18:56:36','2026-03-25 18:56:36','32a57b2e-db6b-4d38-9d31-445dd8c48b0f'),
(50166,50166,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50152]}',1,'2026-03-25 18:56:36','2026-03-25 18:56:36','c9f9479e-1f3d-449e-83c8-165cd06553c6'),
(50170,50170,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50152]}',1,'2026-03-25 18:57:10','2026-03-25 18:57:10','bc2d82b4-eb37-45d5-8446-456d038e415f'),
(50171,50171,1,'Silver Lake','ccsilverlake','ccsilverlake','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Silver Lake\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Silver Lake\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsilverlake.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Silver-Lake-107612528185307/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Silver-Lake-EI_IE7455818.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5213],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12308],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5233,5234,5235,5236,5237,5238,5239],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23792],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatsilverlake-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3027345990\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsilverlake.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsilverlake.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N84HBW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N84HBW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 18:57:10','2026-03-25 18:57:10','e47d815a-3e0d-4e67-8f9d-bfafe5a4bdc4'),
(50172,50172,1,'Stacey Radcliffe','steven-smith',NULL,'{\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\":\"Stacey Radcliffe\",\"579071f5-918a-4d7a-8c5b-98905ecbe548\":\"Administrator\",\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\":[41388]}',1,'2026-03-25 18:57:10','2026-03-25 18:57:10','53354e37-1415-46fb-b81e-7a00085b9da3'),
(50173,50173,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50152]}',1,'2026-03-25 18:57:10','2026-03-25 18:57:10','05f70414-32e1-4916-a1b3-b8290e6f8d3e'),
(50174,50174,1,'2026-03-25 14:58:37',NULL,NULL,NULL,1,'2026-03-25 18:58:33','2026-03-25 18:58:37','018b36f0-d295-4cd5-a37e-3599dc1a9046'),
(50175,50175,1,'IMG 4613',NULL,NULL,NULL,1,'2026-03-25 18:58:33','2026-03-25 18:58:33','5c91a85d-b298-489c-a09b-fc88913e03f6'),
(50177,50177,1,NULL,NULL,NULL,NULL,1,'2026-03-25 19:00:12','2026-03-25 19:00:12','4bbadd68-eb68-4324-9de2-0b3573a094b7'),
(50180,50180,1,'IL Notice of Availability',NULL,NULL,NULL,1,'2026-03-25 19:00:38','2026-03-25 19:00:38','72a615d4-7119-488f-94ef-f0df5a310b1d'),
(50181,50181,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50180]}',1,'2026-03-25 19:00:42','2026-03-25 19:00:42','6b47a750-2fe1-4a15-9702-986f43b053e9'),
(50182,50182,1,'The Boulevard','completecareblvd','completecareblvd','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at the Boulevard\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"The Boulevard\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareblvd.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCTheBoulevard/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11978],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10466],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9469,9470,9471,10097,10098,10099,10100,10101,10102],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23767],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15384],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-the-boulevard-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-261-7074\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareblvd.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareblvd.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NBQ9PT7V\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NBQ9PT7V\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:00:42','2026-03-25 19:00:42','6f32abbf-d822-488a-acf1-56a41b9354f3'),
(50183,50183,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50180]}',1,'2026-03-25 19:00:42','2026-03-25 19:00:42','c31ce8cd-3380-4291-9000-e310387aa7c7'),
(50187,50187,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50180]}',1,'2026-03-25 19:02:03','2026-03-25 19:02:03','172c023f-00e5-42ec-8413-058c9b417d70'),
(50188,50188,1,'Margate Park','ccmargatepark','ccmargatepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Margate Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Margate Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmargatepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCMargatePark/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2606,2604,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9524],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10460],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9529,9530,9531],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23770],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15380],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-margate-park-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"773-769-2700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmargatepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmargatepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M9N5T2ZR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M9N5T2ZR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:02:03','2026-03-25 19:02:03','1366428b-59d3-482e-863b-7fc003ba4257'),
(50189,50189,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50180]}',1,'2026-03-25 19:02:03','2026-03-25 19:02:03','624dfa9f-5ac9-4860-aacc-072e0799bd3b'),
(50194,50194,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50180]}',1,'2026-03-25 19:02:31','2026-03-25 19:02:31','f4db48d6-5233-4828-9a3e-0870653afd46'),
(50195,50195,1,'Sheridan Commons','ccsheridancommons','ccsheridancommons','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Sheridan Commons\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Sheridan Commons\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsheridancommons.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSheridanCommons/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-illinois/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2598,2608,2600,2596,2602,2606,2604,2610,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[15333],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10463],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23773],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[15374],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym and wellness activities designed to keep you feeling your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-sheridan-commons-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7732757200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsheridancommons.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsheridancommons.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M7839PNV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M7839PNV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:02:31','2026-03-25 19:02:31','9824c7f9-726a-40cf-b250-4a38821a5d24'),
(50196,50196,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50180]}',1,'2026-03-25 19:02:31','2026-03-25 19:02:31','ffbcbb0e-6be6-4f8e-8bbc-a0e28480158d'),
(50217,50217,1,'CT Notice of Availability',NULL,NULL,NULL,1,'2026-03-25 19:19:32','2026-03-25 19:19:32','2b974c6f-7885-4635-9571-45e7c220a646'),
(50218,50218,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:19:39','2026-03-25 19:19:39','98b89a0e-87df-4caa-8a70-d14ff0b7fe61'),
(50219,50219,1,'Fox Hill','ccfoxhill','ccfoxhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fox Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fox Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfoxhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/7om7uN7mUShu2tk4/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fox-Hill-EI_IE10504584.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9255],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12446],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9260,9261,9258,9259],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23743],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-fox-hill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8608750771\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfoxhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfoxhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TCS9ZGX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TCS9ZGX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:19:39','2026-03-25 19:19:39','5c562109-6795-47f6-8aca-71c7da6531ad'),
(50220,50220,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:19:39','2026-03-25 19:19:39','8390a5cb-0baf-4755-b21a-e2a637369f58'),
(50224,50224,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:20:46','2026-03-25 19:20:46','76884aff-7d8b-4810-a2b9-9a7897e3c465'),
(50225,50225,1,'Glendale','completecareglendale','completecareglendale','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareglendale.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Glendale-242719461014863/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Glendale-EI_IE10504491.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10000],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10004,10005,10006,10007,10009,10010,10012,10013,10014,10015,10016,10018,10019,10020],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[43181],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-glendale-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037231456\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareglendale.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareglendale.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WSTSDZT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WSTSDZT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:20:46','2026-03-25 19:20:46','5f2d4b70-cebf-422a-bde2-a1146fcff1f8'),
(50226,50226,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:20:46','2026-03-25 19:20:46','ef003944-ae91-415d-a988-f9e616559c51'),
(50230,50230,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:21:09','2026-03-25 19:21:09','e59d6b0c-b382-4cf5-963e-900f87b66b69'),
(50231,50231,1,'Groton Regency','ccgrotonregency','ccgrotonregency','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonregency.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Groton-Regency-EI_IE10504510.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6659],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9640,2974,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12453],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6680,6681,6682,6683,6684],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23749],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services provided every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KC877J8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KC877J8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:21:09','2026-03-25 19:21:09','3744c900-d5c2-45b8-b991-ec6f0d2b2bd9'),
(50232,50232,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:21:09','2026-03-25 19:21:09','b32a9c98-de98-4a1c-bee6-d1c3b58101af'),
(50238,50238,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:27:45','2026-03-25 19:27:45','a61b1cf7-9102-40c8-90f4-b2e43d78c29d'),
(50239,50239,1,'Groton Regency Residential Care Home','ccgrotonrch','ccgrotonrch','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Groton Regency Residential Care Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Groton Regency Residential Care Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrotonrch.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Groton-Regency-101259042315522/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"residential\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Residential care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1431],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6640],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6635,6636,6637,6638,6639,6640],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/aSaO7RKoUlE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23752],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12727],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious single or double room accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals served fresh daily in our dining room, with a café area and separate market for everyday essentials\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and thoughtfully designed amenities for well-being, with spaces for entertainment, connection, and relaxation indoors and outdoors\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty/barber services offered every Tuesday to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs that support independence, comfort, and quality of life\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregrotonregency-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8604469960\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrotonregency.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"kaden@aftonkleingroup.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgrotonregency.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3ZKW39Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3ZKW39Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:27:45','2026-03-25 19:27:45','de013ca4-4032-4333-a6c7-bc66dd41de6e'),
(50240,50240,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:27:45','2026-03-25 19:27:45','bb65d457-236f-477a-9926-6fb6725b6e6c'),
(50243,50243,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:28:12','2026-03-25 19:28:12','932a2f85-ba8c-46a0-b3fa-1a59345b8d8e'),
(50244,50244,1,'Harrington Court','ccharringtoncourt','ccharringtoncourt','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harrington Court\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harrington Court\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharringtoncourt.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harrington-Court-102973075473635/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harrington-Court-EI_IE10504522.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9286],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12455],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9293,9290,9289,9294,9291,9292],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23755],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharringtoncourt-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8605372339\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharringtoncourt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharringtoncourt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T32PWBD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T32PWBD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:28:12','2026-03-25 19:28:12','f82cfbf3-6ee7-4638-a10b-a0a87b911855'),
(50245,50245,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:28:12','2026-03-25 19:28:12','4749bb12-7351-4035-b6f6-3a6505d3be3e'),
(50248,50248,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:28:36','2026-03-25 19:28:36','29447017-d7da-4124-b6c7-c43f83006222'),
(50249,50249,1,'Kimberly Hall North','completecarekhn','completecarekhn','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall North\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall North\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhn.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cckimberlyhallnorth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-North-EI_IE10504588.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10041],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9549,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12458],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10057,10049,10044,10045,10042,10043,10046,10047,10048,10051,10052,10053,10055,10059,10060],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23758],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces and amenities designed for well-being, with a secured outdoor courtyard\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-kimberly-north-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhn.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarekhn.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TFFX3CH\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TFFX3CH\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:28:36','2026-03-25 19:28:36','4c9bfcc1-45c2-4494-9a0a-2eaf88ff51d9'),
(50250,50250,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:28:36','2026-03-25 19:28:36','047b32bd-b93d-4605-811d-15ab5fa473af'),
(50253,50253,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:28:57','2026-03-25 19:28:57','74951a87-3a76-4bc6-9fd9-66d9898e5e42'),
(50254,50254,1,'Kimberly Hall South','completecarekhs','completecarekhs','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kimberly Hall South\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kimberly Hall South\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarekhs.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/x2ipD36PUmZJBV8Y/?mibextid=qi2Omg\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kimberly-Hall-South-EI_IE10504593.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10069],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2972,9549,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12461],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10072,10079,10074,10076,10075,10080,10071,10070,10077,10078],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23761],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-kimberly-south-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8606886443\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarekhs.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarekhs.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WX23TTM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WX23TTM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:28:57','2026-03-25 19:28:57','7c330f5f-48d6-4f51-895b-b66d8222489a'),
(50255,50255,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:28:57','2026-03-25 19:28:57','1f52a0bc-43a0-4d89-b668-ad269082f85d'),
(50258,50258,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:29:16','2026-03-25 19:29:16','5871ea25-f365-4f3a-be34-df7ee14036b8'),
(50259,50259,1,'Meriden','ccmeriden','ccmeriden','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Meriden\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Meriden\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmeriden.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Meriden-109295144831497/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Meriden-EI_IE10504534.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6422],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12467],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9319,9320,9321,9322,10087,9323,10084,10085,10088,10089,10083,10090],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6844],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremeriden-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2032382645\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmeriden.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmeriden.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KZNV5KD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KZNV5KD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:29:16','2026-03-25 19:29:16','805fef55-b889-4c1d-810d-cc502b8d968b'),
(50260,50260,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:29:16','2026-03-25 19:29:16','d2ed63c6-bcd2-4c58-99ef-838c56734369'),
(50264,50264,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:29:36','2026-03-25 19:29:36','be6d12c3-f278-4de5-bad5-8e1a8eb1e744'),
(50265,50265,1,'Middlebury','ccmiddlebury','ccmiddlebury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Middlebury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Middlebury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmiddlebury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmiddlebury/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Middlebury-EI_IE10504613.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/75655923/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10248],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,2974,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15316],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10250,10249,9331,9336,9332,10251,9333,9334,9335,10252],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23764],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietitian-approved meals made with fresh, farm-to-table ingredients\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-middlebury-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2037582471\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmiddlebury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmiddlebury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WXDL7B6\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WXDL7B6\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:29:36','2026-03-25 19:29:36','37940359-04be-4d42-b1c7-51aba10df1a3'),
(50266,50266,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50217]}',1,'2026-03-25 19:29:36','2026-03-25 19:29:36','92fd0c5d-6ef4-4326-b5c7-d68ae4bbcbc9'),
(50269,50269,1,'2026-03-25 15:32:09',NULL,NULL,NULL,1,'2026-03-25 19:32:08','2026-03-25 19:32:09','81adfa2c-6cc2-4892-bcf7-c33b17745623'),
(50271,50271,1,NULL,NULL,NULL,NULL,1,'2026-03-25 19:32:48','2026-03-25 19:32:48','8c2356ba-677c-4b1f-9a16-0ab853033f84'),
(50274,50274,1,'NJ Notice of Availability',NULL,NULL,NULL,1,'2026-03-25 19:33:08','2026-03-25 19:33:08','bd8d3b2d-4bc2-4200-9dae-e2c807794ea4'),
(50275,50275,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:33:11','2026-03-25 19:33:11','e6024233-1625-4e6c-8151-6675c4d760f4'),
(50276,50276,1,'Arbors','ccarbors','ccarbors','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Arbors\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Arbors\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccarbors.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Arbors-116083393100113/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Arbors-EI_IE7548214.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[545],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14954],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[545,137,138,136],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23845],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7329140090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccarbors.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccarbors.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PC7NL2L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PC7NL2L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:33:11','2026-03-25 19:33:11','79c4c3d9-aa6c-4bb2-bae5-6a29a0abd39e'),
(50277,50277,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:33:11','2026-03-25 19:33:11','189d37c3-2855-4654-a1bb-f20c1f4a013c'),
(50280,50280,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:33:50','2026-03-25 19:33:50','4faca287-28b8-44f9-8fc4-4c32b54e562a'),
(50281,50281,1,'Bey Lea','ccbeylea','ccbeylea','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeylea.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[951],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[22384],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14958],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4842,4841,4846,4845,4844,4843],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23936],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T86LZ3R\');</script><!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T86LZ3R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:33:50','2026-03-25 19:33:50','b4587593-995d-45da-b77c-8951d802903b'),
(50282,50282,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:33:50','2026-03-25 19:33:50','02e03bcb-ff13-4993-a3f4-14fa7d4d0c8c'),
(50285,50285,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:34:12','2026-03-25 19:34:12','66f7dd74-2fbf-49fd-bbfa-283378500eb3'),
(50286,50286,1,'Bey Lea Assisted Living','ccbeyleaalf','ccbeyleaalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bey Lea Assisted Living\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bey Lea Assisted Living\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbeyleaalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Bey-Lea-240380446766715/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bey-Lea-EI_IE2180780.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[945],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[2968],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3248,3246,3254,3253,3251,3245],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23848],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private suites with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-beylea-assisted-living-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400090\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbeylea.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbeylea.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TGC7DNGB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TGC7DNGB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:34:12','2026-03-25 19:34:12','00114503-65f4-458d-b95a-9fada4a0026a'),
(50287,50287,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:34:12','2026-03-25 19:34:12','935fe1f2-0a79-4614-bfaf-67e4d44332b5'),
(50290,50290,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:34:29','2026-03-25 19:34:29','6a937a24-df36-4112-ad32-befcef35de06'),
(50291,50291,1,'Brick','completecarebrick','completecarebrick','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brick\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brick\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebrick.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090397946860/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brick-EI_IE10502442.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7707],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,3027,9727,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14963],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4923,4920,4921,4922,4924,7722],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23851],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-brick-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322068000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebrick.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarebrick.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M4TPWC9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M4TPWC9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:34:29','2026-03-25 19:34:29','f6bcef37-b5c2-478a-ab86-e738dd570d55'),
(50292,50292,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:34:29','2026-03-25 19:34:29','a835b9a7-07c0-4bec-b841-38c341ac7073'),
(50295,50295,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:34:46','2026-03-25 19:34:46','7acf7e32-806c-4b3f-84e3-53abe754f72a'),
(50296,50296,1,'Burlington Woods','ccburlingtonwoods','ccburlingtonwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Burlington Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Burlington Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccburlingtonwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Burlington-Woods-100109412568660\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Burlington-Woods-EI_IE10501634.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2596,2602,2606,2612,2604,2608],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[11819],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14967],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4927,7772,4931,4930,4932,4933,4934,4935,7739,7740,7741],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/yrutmDYNmwE?si=bgBVWMoWzG3l1ds6\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23854],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious accommodations & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"On-site Dialysis and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccburlingtonwoods-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093873620\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccburlingtonwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccburlingtonwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MFDDWXD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MFDDWXD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:34:46','2026-03-25 19:34:46','077a3af8-35bf-4b3d-bcbe-ebe28ef880eb'),
(50297,50297,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:34:46','2026-03-25 19:34:46','c4067a5a-c444-452a-9afc-1dd0ca33b607'),
(50300,50300,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:35:05','2026-03-25 19:35:05','d14bbea2-e97e-44b1-a885-bdd5189ea363'),
(50301,50301,1,'Court House','ccatcourthouse','ccatcourthouse','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Court House\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Court House\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatcourthouse.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Court-House-100238095889885\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Court-House-EI_IE10502030.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9354],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14970],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7778,7779,7780,7781,7783,7784,7785],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23857],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccatcourthouse-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6094657171\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatcourthouse.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatcourthouse.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MR4DJKF\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MR4DJKF\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:35:05','2026-03-25 19:35:05','45b0e291-76f2-4414-a7c5-5553069f1b4f'),
(50302,50302,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:35:05','2026-03-25 19:35:05','77925a7d-5f80-4466-b118-ea815445c3bc'),
(50305,50305,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:35:31','2026-03-25 19:35:31','39c33b20-38bf-4498-8aa0-124b74b34540'),
(50306,50306,1,'Green Acres','ccatgreenacres','ccatgreenacres','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Acres\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Acres\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccatgreenacres.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareatgreenacres\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Acres-EI_IE3270719.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7791],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,9735,617,9640,2974,605,9549,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14975],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7829,7830,7833,7831,7826,7828,7827,7832],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23859],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-greenacres-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322862323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccatgreenacres.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccatgreenacres.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6TRHJL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6TRHJL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:35:31','2026-03-25 19:35:31','cc94ee58-dad5-465a-b42c-c9341e12d8c3'),
(50307,50307,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:35:31','2026-03-25 19:35:31','f4b154d3-d3a9-453a-8409-2cb71e698b1f'),
(50310,50310,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:35:52','2026-03-25 19:35:52','1c4a577e-eb04-4a72-9e63-5a5e45350a64'),
(50311,50311,1,'Holiday City','ccholidaycity','ccholidaycity','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holiday City\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holiday City\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholidaycity.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CompleteCareHolidayCity/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holiday-City-EI_IE3343224.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3158],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14983],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7838,7840,7839,7841,7842],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23863],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatholidaycity-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322400900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholidaycity.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholidaycity.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PX2JBX3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PX2JBX3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:35:52','2026-03-25 19:35:52','2d165f19-8198-4f58-a0f9-8bde3aea9084'),
(50312,50312,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:35:52','2026-03-25 19:35:52','ec6f349c-280a-4627-8c89-49004ff949b6'),
(50316,50316,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:36:13','2026-03-25 19:36:13','25a4cad2-6744-422e-b1d0-a60959c8a918'),
(50317,50317,1,'Kresson View','cckressonview','cckressonview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kresson View\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kresson View\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckressonview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Kresson-View-100856862135179/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Kresson-View-EI_IE5847266.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7850],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[14999],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7851,7853,7852,3377],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23866],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best, with pet-friendly family visits welcomed\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cckressonview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8565961113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckressonview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cckressonview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NCHWD3P\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NCHWD3P\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:36:13','2026-03-25 19:36:13','7cb5b429-8535-420e-8a95-6a5a5ad0b416'),
(50318,50318,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:36:13','2026-03-25 19:36:13','2c97dfb2-4bac-4aa2-818d-70cc8b96c78f'),
(50321,50321,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:36:32','2026-03-25 19:36:32','f3ccc874-636e-4a08-a295-4763e876d13c'),
(50322,50322,1,'Laurelton','cclaurelton','cclaurelton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Laurelton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Laurelton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaurelton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCLAURELTON/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Laurelton-EI_IE4662069.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2606,2604,2608,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3425],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7381],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15002],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7862,7858,7864,7859,7861,7863,7860],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23869],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Private short-term rehab accommodations, newly renovated Memory Care unit & complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty Memory Care program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-laurelton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324586600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaurelton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaurelton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WK3N935\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WK3N935\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:36:32','2026-03-25 19:36:32','149c4ecb-6aee-46cc-9851-7f4ffb50ae95'),
(50323,50323,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:36:32','2026-03-25 19:36:32','3d6dc214-3e02-42a6-b461-1aa448a24e9c'),
(50326,50326,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:36:54','2026-03-25 19:36:54','d66edeb5-dfdb-44ba-b60a-cfd89ea1be9d'),
(50327,50327,1,'Marcella','ccmarcella','ccmarcella','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Marcella\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Marcella\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmarcella.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Marcella-102109408672612/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Marcella-EI_IE5678566.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7871],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9724,2974,9640,28766,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7369],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15005],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7870,7869,7868,7874,7873,3467,7872],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccmarcella-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6093879300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmarcella.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmarcella.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MDDKHSL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MDDKHSL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:36:54','2026-03-25 19:36:54','73feef03-3bf2-4d82-90ac-390b4ce84091'),
(50328,50328,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:36:54','2026-03-25 19:36:54','6f26305b-a2a2-433b-8a01-abeb13fed753'),
(50331,50331,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:37:16','2026-03-25 19:37:16','2d33e20f-1172-4fae-9ee7-41613a28d5f2'),
(50332,50332,1,'Monmouth','ccmonmouth','ccmonmouth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Monmouth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Monmouth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmonmouth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Monmouth-103712208915564\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Monmouth-EI_IE8859324.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7881],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,2974,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15008],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7883,7886,7885,7882,7884],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23874],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete_Care_at_Monmouth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322294300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmonmouth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmonmouth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVJK4W7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVJK4W7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:37:16','2026-03-25 19:37:16','d7024be1-ab27-4525-8b48-03649c420e02'),
(50333,50333,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:37:16','2026-03-25 19:37:16','aa7af932-90c9-4ccd-9934-88aa7f32b0ae'),
(50337,50337,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:38:04','2026-03-25 19:38:04','b5ac4256-9e85-41a2-82aa-4deff5b88d04'),
(50338,50338,1,'Ocean Grove','ccoceangrove','ccoceangrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ocean Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ocean Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccoceangrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090593418811/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Ocean-Grove-EI_IE9368281.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[7891],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15011],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7893,7892,7894,7901],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23878],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens, & amenities designed for well-being, all near the beach\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-ocean-grove-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324818300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccoceangrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccoceangrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PW5LGF3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PW5LGF3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:38:04','2026-03-25 19:38:04','01549ca9-7c1d-4969-b4f3-ff25407b6035'),
(50339,50339,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:38:04','2026-03-25 19:38:04','51a19921-c989-4a8d-91f4-203163517ca9'),
(50344,50344,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:38:25','2026-03-25 19:38:25','267c82d1-91b0-4cd9-9e37-7f306c56e303'),
(50345,50345,1,'Shorrock Gardens','ccshorrockgardens','ccshorrockgardens','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shorrock Gardens\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shorrock Gardens\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshorrockgardens.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Shorrock-Gardens-101903247862510/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shorrock-Gardens-EI_IE3977182.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3564],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15014],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7908,7910,7911,7909],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23881],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-shorrock-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7324511000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshorrockgardens.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshorrockgardens.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W95NZRD\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W95NZRD\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:38:25','2026-03-25 19:38:25','01912547-d445-44ad-b425-17ed9773e6f9'),
(50346,50346,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:38:25','2026-03-25 19:38:25','f41cd97b-5ae2-4c63-9d17-8ca893621888'),
(50350,50350,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:38:42','2026-03-25 19:38:42','0873345f-b0d3-4287-bca0-8cc720eb0cbd'),
(50351,50351,1,'Shrewsbury','ccshrewsbury','ccshrewsbury','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Shrewsbury\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Shrewsbury\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccshrewsbury.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090933873575/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Shrewsbury-EI_IE9828249.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2596,2602,2604,2608,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5253],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,9727,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[7379],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15017],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7926,7928,7927,7924,7925,7923,7920,7922,7921],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/1K-pmF70dNY\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23900],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Oasis Signature Program\",\"col2\":\"Beautiful, spa-like unit with private rooms, group therapy gym, massage therapy, and more\"},{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with private accommodations, spacious rooms and cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, with a hot meal cart that visits each residence daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, courtyard gardens & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to massage therapy, group rehab programs, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, complimentary Wi-Fi\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-shrewsbury-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7326765800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccshrewsbury.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccshrewsbury.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WVF82QX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WVF82QX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:38:42','2026-03-25 19:38:42','e188fe92-83f5-465f-9cff-2ec0661ca0ce'),
(50352,50352,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:38:42','2026-03-25 19:38:42','fcc1e787-9cca-45dc-8e29-68c6929a54ff'),
(50355,50355,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:39:04','2026-03-25 19:39:04','8b7ca923-128e-4284-aae8-b486e80e9c63'),
(50356,50356,1,'Voorhees','ccvoorhees','ccvoorhees','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Voorhees\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Voorhees\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccvoorhees.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Voorhees-107781041789325\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Voorhees-EI_IE10502362.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2596,2602,2612,2604,2608,2606,2622],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3623],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15019],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[7950,7952,7956,7955,7951,7954,7953,7957],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23887],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, religious services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccvoorhees-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"8567511600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccvoorhees.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccvoorhees.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N48XW3D\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N48XW3D\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:39:04','2026-03-25 19:39:04','5a677a7e-b612-4be9-b50a-29980c878f30'),
(50357,50357,1,'Non-Discrimination Notice','non-discrimination-notice',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[6026]}',1,'2026-03-25 19:39:04','2026-03-25 19:39:04','ba487394-6230-466c-bbc8-c9fdc924e51b'),
(50358,50358,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:39:04','2026-03-25 19:39:04','e1b956ac-20e0-4a5a-80e5-bfb8141b8c29'),
(50362,50362,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:39:20','2026-03-25 19:39:20','b082a2ac-6da6-4a5b-9e9f-b83c01e8d97f'),
(50363,50363,1,'Wall','completecarewall','completecarewall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarewall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090413905953/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wall-EI_IE9252056.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2604,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,2974,617,9732,9735,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[15023],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[10220,10224,10221,10222,10225,10226,10228,10229,10232,10233,10234,10236,10237,10238,10240],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23890],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-wall-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323121800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarewall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecarewall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8XNK5H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8XNK5H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:39:20','2026-03-25 19:39:20','5bca9f73-b55d-48b3-b3ab-04e1fc89dd75'),
(50364,50364,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:39:20','2026-03-25 19:39:20','0e0cb1b3-0171-46fd-97b3-965575163d0b'),
(50368,50368,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:39:45','2026-03-25 19:39:45','4a79aa73-5bf0-4fbe-b4b5-5b2463149f5e'),
(50369,50369,1,'Bayshore','ccbayshore','ccbayshore','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Bayshore\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Bayshore\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbayshore.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://facebook.com/100090558982634/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Bayshore-EI_IE9565465.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4829],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12380],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4829,3689,4826,4828,4827],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23701],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, two outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-bayshore-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7328473000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbayshore.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccbayshore.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRWS95K\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRWS95K\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:39:45','2026-03-25 19:39:45','361fcc3f-13fc-47aa-b1e8-ccbd4e0ddc4c'),
(50370,50370,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:39:45','2026-03-25 19:39:45','be264440-6f9e-4c1c-8552-041c26d26622'),
(50373,50373,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:40:02','2026-03-25 19:40:02','f1cd3df8-e5a9-4a94-a483-3df05df7ed84'),
(50374,50374,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23704],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:40:02','2026-03-25 19:40:02','7992de8b-e178-4f9d-9530-02893ad2beed'),
(50375,50375,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:40:02','2026-03-25 19:40:02','0576c3ca-44c7-478e-b1c0-5e7aa0f2779b'),
(50378,50378,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:40:27','2026-03-25 19:40:27','a930e97e-94f7-4da3-8282-570a73701707'),
(50379,50379,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23707],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:40:27','2026-03-25 19:40:27','fa612f30-c38e-43f6-8ab4-c1ef8b2d4d4c'),
(50380,50380,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:40:27','2026-03-25 19:40:27','5c2d1706-224b-44c8-a96b-89380a027683'),
(50381,50381,1,'Clark','completecareclark','completecareclark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Clark\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Clark\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareclark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/completecareclark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Clark-EI_IE10503932.11,33.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8034],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,2974,617,9727,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12389],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8033,8032,8036,8035],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23707],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-clark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323967100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareclark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareclark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP6GZMR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP6GZMR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:40:29','2026-03-25 19:40:29','4727cc3f-92e9-4c16-98d7-fcd8119398f0'),
(50384,50384,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:40:53','2026-03-25 19:40:53','11f9c7cf-d7e8-46c2-a5e0-dc91a090d2a4'),
(50385,50385,1,'Green Knoll','ccgreenknoll','ccgreenknoll','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Green Knoll\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Green Knoll\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgreenknoll.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgreenknoll/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Green-Knoll-EI_IE4699278.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3808],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2972,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12391],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8052,8054,8053,8051],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23709],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaregreenknoll-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9085268600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgreenknoll.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgreenknoll.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7RJLFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7RJLFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:40:53','2026-03-25 19:40:53','99e69d5f-8d6e-4209-bc61-48d7fa98ec80'),
(50386,50386,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:40:53','2026-03-25 19:40:53','a3d1ba7b-0059-4ae4-851f-d1c3909d1379'),
(50389,50389,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:41:11','2026-03-25 19:41:11','e8ad3a39-a954-4d25-b7be-67edf83eb6f7'),
(50390,50390,1,'Holmdel','ccholmdel','ccholmdel','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Holmdel\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Holmdel\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccholmdel.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090656898285/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Holmdel-LLC-EI_IE10504468.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1045],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6530],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9558,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8064,8061,8060,8063,8062],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[14613],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23713],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12713],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, cable TV, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and a beauty salon for beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, group outings, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation provided for doctor\'s appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-holmdel-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7323354405\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccholmdel.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccholmdel.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NNPWD4W\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NNPWD4W\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:41:11','2026-03-25 19:41:11','8e668cb1-c358-4355-bd0a-e64d63c99e7b'),
(50391,50391,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:41:11','2026-03-25 19:41:11','24b6cbbf-046b-4eae-974a-48aad95bc023'),
(50394,50394,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:41:32','2026-03-25 19:41:32','51a38ceb-c35d-47cd-a354-77bde163d755'),
(50395,50395,1,'Madison','completecareatmadison','completecareatmadison','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Madison\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Madison\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareatmadison.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Madison-104018058839254\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Madison-EI_IE8961953.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2604,2624,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8081],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,2974,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12395],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8082,8085,8086,8087],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/eyod-REyJjk?si=y2NlBqAidX3Yds49\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremadison-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7325666400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareatmadison.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareatmadison.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WKMVDQV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WKMVDQV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:41:32','2026-03-25 19:41:32','56c0565f-0fad-4b40-af2c-f060467e8e3c'),
(50396,50396,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:41:32','2026-03-25 19:41:32','d7c22355-e2a2-4fde-9f39-db891f0892f7'),
(50399,50399,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:41:50','2026-03-25 19:41:50','f2ca5ecb-ffd2-49fa-8f84-5d2c2733f72a'),
(50400,50400,1,'Mercerville','ccmercerville','ccmercerville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Mercerville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Mercerville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmercerville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccmercerville/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Mercerville-EI_IE8973010.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3865],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,3093,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12398],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8094,8093,8095,8092],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23716],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-mercerville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6095867500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmercerville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmercerville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PPG2D8B\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PPG2D8B\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:41:50','2026-03-25 19:41:50','8e935088-ea95-4e46-9b6d-22a6a4fba523'),
(50401,50401,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:41:50','2026-03-25 19:41:50','eee82c00-8440-4ab2-aafa-3a340e920d52'),
(50404,50404,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:42:13','2026-03-25 19:42:13','d221f36b-4267-4d93-b334-39e0d39271f2'),
(50405,50405,1,'Orange Park','ccorangepark','ccorangepark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Orange Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Orange Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccorangepark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccorangepark\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Orange-Park-EI_IE10503998.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2614,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8104],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9724,2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12403],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8108,8107,8106,8105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6820],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-orangepark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736771500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccorangepark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccorangepark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-P8GQP8H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-P8GQP8H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:42:13','2026-03-25 19:42:13','65b3743b-ecb6-4551-ad50-c27cbaad9e77'),
(50406,50406,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:42:13','2026-03-25 19:42:13','51035c30-8b7c-4b82-a491-db329984c757'),
(50409,50409,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:42:33','2026-03-25 19:42:33','5d793bb0-f71f-4108-a4fe-b2d28f818409'),
(50410,50410,1,'Park Place','ccparkplace','ccparkplace','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Park Place\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Park Place\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccparkplace.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccparkplace/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Park-Place-EI_IE9754821.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9415],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12405],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3927,8117,8119,8120],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23719],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareparkplacecenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7322741122\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccparkplace.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccparkplace.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5MDJ53H\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5MDJ53H\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:42:33','2026-03-25 19:42:33','d3d04f02-548c-4ea1-97e6-1eba1771a061'),
(50411,50411,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:42:33','2026-03-25 19:42:33','a1cfbdfd-5bbd-4c53-935c-185a1ccd80b5'),
(50414,50414,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:42:52','2026-03-25 19:42:52','10f04dac-b601-4b5e-9b6c-f980873a4e7a'),
(50415,50415,1,'Plainfield','ccplainfield','ccplainfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Plainfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Plainfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccplainfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090672915118/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Plainfield-LLC-EI_IE10504193.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3959],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12408],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8132,8136,8131,8134,8135],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtube.com/shorts/anbZInc4LdM\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23721],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit, spacious private and semi-private accommodations\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"3 freshly prepared dietician-approved meals daily\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a closed-in patio, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-plainfield-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087543100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccplainfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccplainfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWZGD4N\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWZGD4N\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:42:52','2026-03-25 19:42:52','933e1f4d-e615-4e0f-b8c2-7599c922797a'),
(50416,50416,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:42:53','2026-03-25 19:42:53','514bd3ec-cd11-4c7d-b6d8-52dc70ef18e4'),
(50419,50419,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:43:09','2026-03-25 19:43:09','6edca0ef-0443-4a15-9d59-012369ae3d44'),
(50420,50420,1,'St. Vincent\'s','ccstvincents','ccstvincents','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at St. Vincent\'s\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"St. Vincent\'s\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccstvincents.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/ccstvincents/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-St-Vincent-s-EI_IE10504916.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9420],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,28766,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12413],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8141,5129,5127,8142,9423,9424,9425,9426,9427],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/UtnCbCagS5A?si=-2DVh8_poEmTSaLK\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23725],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches, ample closet space, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Buffet-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Large rehab gym with an outside area, onsite ADL gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, chapel with full time pastoral care, live entertainment, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/stvincenthealthcare-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736630011\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccstvincents.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccstvincents.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MF5F7B5R\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MF5F7B5R\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:43:09','2026-03-25 19:43:09','c50b69b4-4435-437d-8aa0-0b3d8a11ec6b'),
(50421,50421,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:43:09','2026-03-25 19:43:09','c41985bd-71ef-46d9-9285-28bb25b93048'),
(50424,50424,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:43:32','2026-03-25 19:43:32','7404e2ef-66cb-47f8-9bb2-ca3ca58a9536'),
(50425,50425,1,'Summit Ridge','ccsummitridge','ccsummitridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Summit Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Summit Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsummitridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatsummitridge/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2614,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4017],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9724,2972,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12418],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8163,8162,8164,8165],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23730],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/ccsummitridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737362000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsummitridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsummitridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:43:32','2026-03-25 19:43:32','4a0c794f-cf19-4612-99a2-649d96b906c4'),
(50426,50426,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:43:33','2026-03-25 19:43:33','5405cea0-ed39-481a-9dcc-75d45d3eda8d'),
(50429,50429,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:43:49','2026-03-25 19:43:49','5338de5b-a413-48f9-b55c-3c1d22c40e16'),
(50430,50430,1,'West Caldwell','ccwestcaldwell','ccwestcaldwell','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at West Caldwell\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"West Caldwell\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestcaldwell.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwestcaldwell?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-West-Caldwell-EI_IE10526643.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8178],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,2974,9640,617,9724,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12425],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8175,8194,8174,8177],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23734],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including gardens and a koi pond, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-West-Caldwell-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732261100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestcaldwell.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwestcaldwell.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T479RT9\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T479RT9\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:43:49','2026-03-25 19:43:49','c0642bd4-3b00-41e8-bee9-6d36ab95a3eb'),
(50431,50431,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:43:49','2026-03-25 19:43:49','504d7404-21a4-44e7-9476-59002a51b548'),
(50435,50435,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:44:10','2026-03-25 19:44:10','23fd98f6-8a95-4b07-b82d-6d497577cf84'),
(50436,50436,1,'Westfield','ccwestfield','ccwestfield','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Westfield\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Westfield\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwestfield.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatwestfield/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Westfield-EI_IE7276884.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2602,2612,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4083],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,617,47364,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12421],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5056,5055,5057,5058],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/6xw2kmFNbYc?si=3jxzJLgHy4RTMvFJ\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23737],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewestfield-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9082339700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwestfield.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwestfield.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TWF8PZL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TWF8PZL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:44:10','2026-03-25 19:44:10','011d13d8-1dd9-4634-abfd-366e25b336cc'),
(50437,50437,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:44:10','2026-03-25 19:44:10','20a2083e-29d9-43df-9a4f-1ab0921d0b55'),
(50441,50441,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:44:24','2026-03-25 19:44:24','036e47fc-5ee7-4ae9-9cae-02c00e3bbc9a'),
(50442,50442,1,'Whispering Woods','ccwhisperingwoods','ccwhisperingwoods','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Whispering Woods\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Whispering Woods\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwhisperingwoods.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090752232201/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Whispering-Woods-LLC-EI_IE10504479.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[8208],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,9555,605,9552],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8218,8217,8211,8214,8213,8212,8215],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[9453],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23903],\"688e0d64-8999-47be-a427-f9e9c6e1789e\":[12715],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Variety of floor plans including studios, one-bedroom and two-bedroom suites, with individual call bells, utilities, cable television, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals, plus snacks and beverages to enjoy in our bistro\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including patios, outdoor courtyards, and walking paths, with amenities thoughtfully designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, and scheduled shopping and social outings\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, transportation services provided for local medical appointments\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-whispering-woods-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"7327445541\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwhisperingwoods.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwhisperingwoods.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5HTBXHB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5HTBXHB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:44:24','2026-03-25 19:44:24','cc600a9c-b34f-4489-8eb1-a4ffe815fb34'),
(50443,50443,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:44:24','2026-03-25 19:44:24','dc4b212e-0966-4680-ad24-24992e227210'),
(50450,50450,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:44:40','2026-03-25 19:44:40','5c2c69a6-285c-41f3-8baf-406c7d1ccca2'),
(50451,50451,1,'Woodlands','ccwoodlands','ccwoodlands','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Woodlands\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Woodlands\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwoodlands.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccwoodlands/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Woodlands-EI_IE5562414.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4142],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9724,2972,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12428],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4955,4956,4957,8227],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23740],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyard gardens, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarewoodlands-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9087531113\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwoodlands.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwoodlands.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N4PZH78\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N4PZH78\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:44:40','2026-03-25 19:44:40','efb87024-4145-4209-8384-52d47dcfb490'),
(50452,50452,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:44:40','2026-03-25 19:44:40','c3599e8e-9e6e-4a56-90c4-a35bb4b6a19d'),
(50455,50455,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:44:59','2026-03-25 19:44:59','699dd781-2441-4dbc-b123-860701784939'),
(50456,50456,1,'Chestnut Hill Residences','ccchestnuthillalf','ccchestnuthillalf','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Chestnut Hill Residences by Complete Care\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill Residences\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthillalf.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ChestnutHillResidences/\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"assistedLiving\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Assisted Living\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\"],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1185],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6598],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6600,6601,4322,8774],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23808],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with complimentary Wi-Fi, a kitchenette, secure lockable doors, and a full-size bathroom with grab bars and a non-slip tub or shower\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Medication Support\",\"col2\":\"Access to med techs in-house for medication assistance, morning check-ins with scheduled registered nurse visits for added peace of mind\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning facilities and strong resident outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnut-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthillresidences.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchestnuthillresidences.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M3KZTRR5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M3KZTRR5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:44:59','2026-03-25 19:44:59','de852a4c-e76a-475a-85e0-3b38c0a1b943'),
(50457,50457,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:44:59','2026-03-25 19:44:59','2daae182-1d4b-4104-a8a9-f9dbf66bc389'),
(50460,50460,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:45:17','2026-03-25 19:45:17','19eadf30-ef2a-4cfb-b7da-82e5653baafa'),
(50461,50461,1,'Barn Hill','completecarebarnhill','completecarebarnhill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Barn Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Barn Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecarebarnhill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Barn-Hill-101519049103328\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Barn-Hill-EI_IE10504807.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4824],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,47364,9640,2974,617,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12482],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4821,4822,4823,4824],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6620],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located next to Newton Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-barnhill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9733835600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecarebarnhill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecarebarnhill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W3KJC3Q\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W3KJC3Q\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:45:17','2026-03-25 19:45:17','f14fae9e-4b88-4d78-a7da-a410d1f653e4'),
(50462,50462,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:45:17','2026-03-25 19:45:17','46ef6554-09b1-46c0-989f-2c6888123ffb'),
(50466,50466,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:45:37','2026-03-25 19:45:37','fc2be686-25a3-4cfc-bdbb-f06c2311c747'),
(50467,50467,1,'Brakeley Park','ccbrakeleypark','ccbrakeleypark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Brakeley Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Brakeley Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccbrakeleypark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Brakeley-Park-103917205513388/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Brakeley-Park-EI_IE10504822.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, Long-Term Care, and Residential Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4282],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10478],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8740,4911,4909,4910],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23804],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including specialized memory care activities\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-brakeley-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9088592800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccbrakeleypark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccbrakeleypark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NKL97RQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NKL97RQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:45:37','2026-03-25 19:45:37','9155a14b-d0b5-46ce-80ff-98a57ee8a208'),
(50468,50468,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:45:37','2026-03-25 19:45:37','50d84dd4-8736-4f36-937e-efe447a2cc9e'),
(50471,50471,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:45:53','2026-03-25 19:45:53','cbd2a8ec-d6d8-4f89-a426-d118d6795488'),
(50472,50472,1,'Chestnut Hill','ccchestnuthill','ccchestnuthill','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Chestnut Hill\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Chestnut Hill\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchestnuthill.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchestnuthill?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Chestnut-Hill-EI_IE10504830.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\":[1161],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4322],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10480],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8747,8750,8751,8746,8753,8754,8749,8744,8745],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23811],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-chestnuthill-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737777800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchestnuthill.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Info@ccchestnuthill.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PFW86XW\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PFW86XW\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:45:53','2026-03-25 19:45:53','f568ac5c-0207-4469-b406-8e89408a5653'),
(50473,50473,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:45:54','2026-03-25 19:45:54','47ffc96b-bd6e-41ea-bc0d-58cf236c5e37'),
(50476,50476,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:46:13','2026-03-25 19:46:13','cb9e16a1-9415-4c96-b01b-1e7cf2df477c'),
(50477,50477,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23816],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MNH7WFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MNH7WFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:46:13','2026-03-25 19:46:13','10beacb4-b2c0-4644-8020-2f210fa63333'),
(50478,50478,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:46:13','2026-03-25 19:46:13','9834b2ef-b6d1-4b77-b757-2829d9536d2d'),
(50481,50481,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:46:30','2026-03-25 19:46:30','a9f7675f-afda-4f07-ab6b-726ea51fa4e0'),
(50482,50482,1,'Hamilton Plaza','cchamiltonplaza','cchamiltonplaza','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hamilton Plaza\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hamilton Plaza\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchamiltonplaza.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Hamilton-Plaza-100250919232857\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hamilton-Plaza-EI_IE10504851.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2622,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4385],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10486],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8806,8808,8810,8803,8804,8805,8807],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23819],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Hamilton-Plaza-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737737070\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchamiltonplaza.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchamiltonplaza.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5BCMSHX\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5BCMSHX\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:46:30','2026-03-25 19:46:30','30bc1498-173c-4909-9478-2b60a035ec5d'),
(50483,50483,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:46:30','2026-03-25 19:46:30','38b80ae6-fec2-427b-a243-43737b49a37d'),
(50484,50484,1,'Fair Lawn Edge','ccfairlawnedge','ccfairlawnedge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Fair Lawn Edge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Fair Lawn Edge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccfairlawnedge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Fair-Lawn-Edge-105761268670315\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Fair-Lawn-Edge-EI_IE10504841.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4358],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10483],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8781,8782,8783,8784,8785,8786,8779,8780],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23816],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, specializing in addiction management\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarefairlawnedge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9737546700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccfairlawnedge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccfairlawnedge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MNH7WFJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MNH7WFJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:46:40','2026-03-25 19:46:40','fd36f546-a3c0-4a4f-b537-6c4aa1946d65'),
(50487,50487,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:46:57','2026-03-25 19:46:57','6f647f42-b1ab-4462-b677-ecf9f2085ee6'),
(50488,50488,1,'Harborage','ccharborage','ccharborage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harborage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harborage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharborage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090892567839/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harborage-EI_IE10504903.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4414],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8831,8837,8835,8832,8833,8834,8836,8830,8829],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23821],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-Harborage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2018545400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharborage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccharborage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PZ43554\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PZ43554\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:46:57','2026-03-25 19:46:57','0753a8b0-7264-4b06-88a4-836e360e0777'),
(50489,50489,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:46:57','2026-03-25 19:46:57','861e01e5-77cf-4fcc-aa96-6c68e7575485'),
(50492,50492,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:47:14','2026-03-25 19:47:14','00a64515-351a-44ef-a7cd-a879624d7022'),
(50493,50493,1,'Inglemoor','ccinglemoor','ccinglemoor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Inglemoor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Inglemoor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccinglemoor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Inglemoor-108902798340753\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Inglemoor-EI_IE8052706.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4466],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10495],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8888,8889,9589],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/MZLpl2dmHh4\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23827],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated facility with spacious private & semi-private rooms with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces with a wheelchair accessible courtyard & amenities designed for well-being, located near Englewood hospital\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation, & complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareinglemoore-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2015680900\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccinglemoor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccinglemoor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TKB4RWC\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TKB4RWC\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:47:14','2026-03-25 19:47:14','137dad0a-035b-4fef-a28c-5a3b0852261c'),
(50494,50494,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:47:14','2026-03-25 19:47:14','fca25fec-0166-4b8c-98ac-e8cc2d0ba68e'),
(50497,50497,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:47:33','2026-03-25 19:47:33','ddcb19df-2ecb-4361-8b7c-5b57a12fbd85'),
(50498,50498,1,'Milford Manor','ccmilfordmanor','ccmilfordmanor','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Milford Manor\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Milford Manor\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmilfordmanor.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/MilfordManor/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Milford-Manor-EI_IE10504870.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4526],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10501],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8955,8956,8957,8958,8953,8954,9592,8959],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23833],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including multiple outdoor courtyards, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremilfordmanor-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9736975640\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmilfordmanor.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmilfordmanor.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NFSFSBG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NFSFSBG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:47:33','2026-03-25 19:47:33','291dea4f-276f-4ca0-9ef0-8ec5d73b364b'),
(50499,50499,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:47:33','2026-03-25 19:47:33','53eb052e-f61d-4284-b9aa-2cc57fc2b3a3'),
(50502,50502,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:47:50','2026-03-25 19:47:50','504b6382-0878-48d9-9221-fa8367935536'),
(50503,50503,1,'Phillipsburg','ccphillipsburg','ccphillipsburg','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Phillipsburg\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Phillipsburg\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccphillipsburg.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Phillipsburg-106822958553297\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Phillipsburg-EI_IE10504878.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4554],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10504],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8968,8970,8971,8972,8973,8969,8974],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23836],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private & semi-private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-phillipsburg-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9084542627\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccphillipsburg.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccphillipsburg.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NP7HKLN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NP7HKLN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:47:50','2026-03-25 19:47:50','f1116c86-007d-4415-8d0c-1282f234bc97'),
(50504,50504,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:47:50','2026-03-25 19:47:50','3e90dd5d-e6e2-4650-81e1-ea55ad380bd7'),
(50508,50508,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:48:08','2026-03-25 19:48:08','a1ad36fe-3ae2-46f8-bfb0-ed4e20923c7f'),
(50509,50509,1,'Prospect Heights','ccprospectheights','ccprospectheights','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Prospect Heights\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Prospect Heights\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccprospectheights.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccprospectheights?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Prospect-Heights-EI_IE10504886.11,44.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2604,2608,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4579],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9727,47364,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12489],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8984,8982,8981,8983,8980],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/5ATn7srM6Ws\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23839],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated short-term unit with spacious accommodations and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Hackensack University Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week, pet therapy, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/Complete-Care-at-Prospect-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016781800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccprospectheights.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccprospectheights.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WPQ45KG\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WPQ45KG\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:48:08','2026-03-25 19:48:08','6870298f-b56b-4aa5-8b3f-76f87536cc2f'),
(50510,50510,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:48:08','2026-03-25 19:48:08','6931bab8-fd39-4e61-a2c0-d49a157014c7'),
(50514,50514,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:48:35','2026-03-25 19:48:35','cd36177c-1e33-4f63-9a33-b09c14b050ca'),
(50515,50515,1,'Regent','ccregent','ccregent','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Regent\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Regent\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccregent.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://m.facebook.com/100090820298604/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Regent-EI_IE10504897.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4610],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,9640,2974,47364,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9629,9631,9630,9628,9627,9632,9633,9625,9626,9624,9623,9622],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/xt4lofOhNUo\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[10152],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-at-regent-llc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2016461166\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccregent.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccregent.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-W7WWWFT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-W7WWWFT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:48:35','2026-03-25 19:48:35','86522988-7cc0-4841-a235-4946bbf22ded'),
(50516,50516,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:48:35','2026-03-25 19:48:35','d8dd9548-c391-4164-b82b-d5c16372b4fa'),
(50519,50519,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:49:02','2026-03-25 19:49:02','771dc7b6-ef33-430b-a52a-9ce42b6f116f'),
(50520,50520,1,'Wayne Hills','ccwaynehills','ccwaynehills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wayne Hills Rehab and Respiratory Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wayne Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwaynehills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/share/S7qdJ1GfqnaHCQfk/?mibextid=LQQJ4d\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wayne-Hills-EI_IE10504910.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2602,2612,2618,2604,2608,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4639],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2974,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12494],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5084,5085,5086,5087,5088],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/tk_79AIkHtE\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23842],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated private short-term rooms, & spacious accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located near Chilton Medical Center and St. Joseph\'s Wayne Medical Center\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment tailored recreation, and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty programs and advanced capabilities for high acuity patients\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-wayne-hills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9738394500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"Info@ccwaynehills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccwaynehills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5N7R9PMS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5N7R9PMS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:49:02','2026-03-25 19:49:02','94b632a8-1408-4308-8d74-eb0d7dbf75bc'),
(50521,50521,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50274]}',1,'2026-03-25 19:49:02','2026-03-25 19:49:02','524651cf-ce59-4858-966f-063c473551f4'),
(50524,50524,1,'WI Notice of Availability',NULL,NULL,NULL,1,'2026-03-25 19:50:59','2026-03-25 19:50:59','447576d1-190b-4b7a-b5f1-988c6f545276'),
(50525,50525,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:51:03','2026-03-25 19:51:03','3fad2831-1c84-4934-a6a0-75f12bc2fb37'),
(50526,50526,1,'Care Age','cccareage','cccareage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Care Age\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Care Age\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccareage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccareage\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2598,2608,2600,2596,2602,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10216],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,483],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12324],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9694,9692,9693,9685,9686,9687,9688,9689,9690],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23691],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-care-age-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2628213939\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccareage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-5G6DG9RT\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-5G6DG9RT\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:51:03','2026-03-25 19:51:03','eed1bbfa-d82a-4826-96ad-631c6fed86f9'),
(50527,50527,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:51:03','2026-03-25 19:51:03','8b33b727-be62-4b49-8dc9-6b599fbfd422'),
(50530,50530,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:51:39','2026-03-25 19:51:39','ac032769-896c-48c9-86b8-c3b30693d6a2'),
(50531,50531,1,'Christian Home','ccchristianhome','ccchristianhome','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Christian Home\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Christian Home\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccchristianhome.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccchristianhome/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Christian-Home-Care-and-Rehab-Center-EI_IE10526625.11,47.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"residentialCare\",\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3374],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"Christian Home\'s RCAC offers seniors the freedom and flexibility to live life on their own terms.\"},{\"col2\":\"Christian Home\'s CBRF provides personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,9732,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12333],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[3362,3363,3364,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38800],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-christian-home-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9203249051\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccchristianhome.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccchristianhome.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M8DCJQQ7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M8DCJQQ7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:51:39','2026-03-25 19:51:39','26440c97-eec3-47b1-810d-a6bf20902426'),
(50532,50532,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:51:39','2026-03-25 19:51:39','c25bb80c-a972-45e9-824b-7af104f040c9'),
(50535,50535,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:51:58','2026-03-25 19:51:58','c08d9e36-91fe-4bc3-b55b-45c4016df6f0'),
(50536,50536,1,'Glendale West','ccglendalewest','ccglendalewest','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Glendale West\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Glendale West\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccglendalewest.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Glendale-Care-and-Rehab-102269915390028/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Glendale-Care-and-Rehab-EI_IE7229682.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[10210],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12339],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9148,9145,9149,9150,9144,9146,9147,10213],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6922],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with in-room showers, cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a full-time wound care nurse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-glendale-west-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143510543\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccglendalewest.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccglendalewest.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PVB42KL\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PVB42KL\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:51:58','2026-03-25 19:51:58','3f13c50c-6b33-4a21-8dc0-310dfcb92639'),
(50537,50537,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:51:58','2026-03-25 19:51:58','26800dd4-53e0-49ba-b923-e425c5bf0a96'),
(50540,50540,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:52:16','2026-03-25 19:52:16','b697511a-4c71-416c-9a60-656c8070ed6f'),
(50541,50541,1,'Grande Prairie','ccgrandeprairie','ccgrandeprairie','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Grande Prairie\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Grande Prairie\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgrandeprairie.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccgrandeprairie\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Grande-Prairie-Health-and-Rehabilitation-Center-EI_IE1053818.11,58.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9155],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12342],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9160,9162,9164,9163,9161,9165],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38805],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-grande-prairie-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2626122800\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgrandeprairie.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccgrandeprairie.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NHVQC4L\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NHVQC4L\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:52:16','2026-03-25 19:52:16','fed929b0-3574-405a-aed6-a0cc448cfcca'),
(50542,50542,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:52:16','2026-03-25 19:52:16','de3268c3-3d35-40f2-8dc5-a15e87e4e495'),
(50546,50546,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:52:35','2026-03-25 19:52:35','5ab3c635-d4d3-42c3-a07f-ec1345ea130e'),
(50547,50547,1,'Hales Corners','cchalescorners','cchalescorners','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hales Corners\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hales Corners\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchalescorners.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cchalescorners\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9749],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,9732,9735,9640,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[477,479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12344],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9804,9811,9805,9806,9807,9800,9808,9809,9812,9813],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6925],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-hales-corners-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4145296888\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchalescorners.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVGQN4T\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVGQN4T\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:52:35','2026-03-25 19:52:35','af420905-c4ef-44f0-b5e6-bfe12cce758d'),
(50548,50548,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:52:35','2026-03-25 19:52:35','f26e6dd6-2604-4a33-8100-e199048612e1'),
(50551,50551,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:52:54','2026-03-25 19:52:54','e8f09cd6-ddd3-4750-9a78-53cc8cb6cf49'),
(50552,50552,1,'Kensington','cckensington','cckensington','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Kensington\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Kensington\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cckensington.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatKensington\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Kensington-Care-and-Rehab-Center-EI_IE2390906.11,43.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9852],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12352],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9861,9866,9865,9862,9859,9864,9868,9869,9870,9871,9872,9873,9874,9876],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/pLNZX2SPgQ8\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6927],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-kensington-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625481400\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cckensington.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cckensington.com, GOLeary@completecaremgmt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cckensington.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-59RJKRB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-59RJKRB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:52:54','2026-03-25 19:52:54','7d509971-967a-4bb3-9297-23ec649fc652'),
(50553,50553,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:52:54','2026-03-25 19:52:54','68a62149-e9b3-40fa-abdc-82066841ddd4'),
(50556,50556,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:53:33','2026-03-25 19:53:33','11d62e71-551f-47d2-b7b0-2066c1d407ef'),
(50557,50557,1,'Manitowoc','ccmanitowoc','ccmanitowoc','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Manitowoc\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Manitowoc\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmanitowoc.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatManitowoc\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Manitowoc-Health-and-Rehabilitation-Center-EI_IE2021947.11,53.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9181],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12355],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9184,9185,9186,9187,9188,9189,9190,9191,9192,9193],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6931],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including courtyards and patios, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, chapel services, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, including family reservations for gatherings\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-manitowoc-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9206834100\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmanitowoc.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmanitowoc.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NTDL8GV\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NTDL8GV\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:53:33','2026-03-25 19:53:33','5c1450b5-12b8-4d88-8c8e-40922f2cbebd'),
(50558,50558,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:53:33','2026-03-25 19:53:33','fac75481-ebbe-43a0-b9b2-a734e8787ddd'),
(50561,50561,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:53:51','2026-03-25 19:53:51','1a55fd76-ddba-4d46-b49e-f1b236829468'),
(50562,50562,1,'Nazareth','ccnazareth','ccnazareth','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Nazareth\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Nazareth\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccnazareth.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatnazareth\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Nazareth-Health-and-Rehabilitation-Center-EI_IE3025479.11,52.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9901],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12358],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9903,9904,9907,9908,9909,9910,9911,9912,9913,9914,9915,9905,9906],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38811],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, on-site chapel, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-nazareth-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088736448\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccnazareth.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccnazareth.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TPVVTR8\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TPVVTR8\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:53:51','2026-03-25 19:53:51','8920fa5e-09e6-4d2f-81e4-087a816b754b'),
(50563,50563,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:53:51','2026-03-25 19:53:51','e1050ee8-7f44-41f6-802c-a3628526bcf0'),
(50566,50566,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:54:11','2026-03-25 19:54:11','5e2fb18b-9d0e-4a30-8b3d-32fd15954de8'),
(50567,50567,1,'Ridgewood','ccridgewood','ccridgewood','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Ridgewood\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Ridgewood\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccridgewood.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCRidgewood\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Ridgewood-Care-Center-EI_IE8312543.11,32.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9204],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12360],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9211,9210,9213,9212,9209,9207,9208],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/DCBnnoUH9Iw\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38814],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Newly renovated with spacious private accommodations with cozy touches\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, tailored recreation and complimentary Wi-Fi\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-ridgewood-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625546440\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccridgewood.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccridgewood.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T8HZKPB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T8HZKPB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:54:11','2026-03-25 19:54:11','ce0fbbb0-f09d-4f45-94b6-b4833a79ac46'),
(50568,50568,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:54:11','2026-03-25 19:54:11','d44b513c-2cec-4aa8-9655-5995e1b24505'),
(50571,50571,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:54:30','2026-03-25 19:54:30','d5ec2a82-5e0e-403c-82a2-a5f2fa00d331'),
(50572,50572,1,'Southpointe','ccsouthpointe','ccsouthpointe','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Southpointe\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Southpointe\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsouthpointe.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCSouthpointe\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Southpointe-Care-and-Rehab-EI_IE10503904.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2606,2604,2614,2608,2596,2602,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5191],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,28766,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12370],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5185,5186,5187,5188,5189,5190],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[24348],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-southpointe-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4143255300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsouthpointe.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@ccsouthpointe.com, GOLeary@completecaremgmt.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccsouthpointe.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T6BMJRN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T6BMJRN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:54:30','2026-03-25 19:54:30','79383849-2ed2-4204-8c65-46f177d21aaf'),
(50573,50573,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:54:30','2026-03-25 19:54:30','df6050d4-0d38-4dc4-aea6-10255a06520b'),
(50576,50576,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:54:53','2026-03-25 19:54:53','2d091c8b-ac76-4983-a0e8-31e49c64e628'),
(50577,50577,1,'Jefferson Meadows','ccjeffersonmeadows','ccjeffersonmeadows','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Jefferson Meadows\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Jefferson Meadows\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccjeffersonmeadows.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCJeffersonMeadows\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Clare-Care-and-Rehab-Center-EI_IE10537130.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"campus\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"N/A CUSTOM\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"assistedLiving\",\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":true,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9219],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"Jefferson Meadows\'s CBRF provide personalized care and support, helping residents maintain their independence while receiving 24/7 access to support and help with activities of daily living (ADLs).\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[27449],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9222,9223,9224,9225,9226,12288],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23697],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious apartment style accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-jefferson-meadows-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6083564838\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccjeffersonmeadows.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccjeffersonmeadows.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-PCV7V3QS\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-PCV7V3QS\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:54:53','2026-03-25 19:54:53','945e8609-5c0a-43c2-b014-1fa4a803adcb'),
(50578,50578,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:54:53','2026-03-25 19:54:53','d0428b4a-0c37-4b34-bbc4-0dcd17927415'),
(50581,50581,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:55:08','2026-03-25 19:55:08','d5b342c1-216c-4072-9c92-c9f14a2731ca'),
(50582,50582,1,'Maple Grove','ccmaplegrove','ccmaplegrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Maple Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Maple Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmaplegrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCatMapleGrove\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-St-Mary-s-Care-and-Rehab-Center-EI_IE10537132.11,42.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2596,2602,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9947],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,475,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12368],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9959,9972,9973,9957,9953,9954,9956,9949,9958,9960,9962,9971],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[7732],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-maple-grove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6088451000\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmaplegrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccmaplegrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N9LCW5T5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N9LCW5T5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:55:08','2026-03-25 19:55:08','f295ecc4-451d-498d-878f-31b748803940'),
(50583,50583,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:55:08','2026-03-25 19:55:08','a9c8db59-38ad-4e91-a1ec-e273bb8bc04d'),
(50587,50587,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:55:26','2026-03-25 19:55:26','b44fe6c6-0a5d-417b-b74d-4e172fbe145d'),
(50588,50588,1,'Germantown','ccgermantown','ccgermantown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Germantown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Germantown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccgermantown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/CCGermantown\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Virginia-Highlands-Health-and-Rehabilitation-Center-EI_IE1293384.11,62.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-wisconsin/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9238],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,617,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12374],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9244,9250,9245,9246,9247,9248,9249],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[38802],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-at-germantown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2625093300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccgermantown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccgermantown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MKTZ5Q5\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MKTZ5Q5\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:55:26','2026-03-25 19:55:26','413dd736-136e-4b0e-b96b-bfde3578b910'),
(50589,50589,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50524]}',1,'2026-03-25 19:55:26','2026-03-25 19:55:26','cfa6ecda-2ef5-43e7-822d-e82d813987ac'),
(50592,50592,1,'MD Notice of Availability',NULL,NULL,NULL,1,'2026-03-25 19:57:27','2026-03-25 19:57:27','972ca002-172a-48ab-8375-9e301070e5f2'),
(50593,50593,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:57:30','2026-03-25 19:57:30','74330267-626e-4571-950c-a2b938b7d22f'),
(50594,50594,1,'Annapolis','ccannapolis','ccannapolis','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Annapolis\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Annapolis\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccannapolis.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089610174335\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Annapolis-EI_IE10504623.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4786],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12247],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4808,4811,4807,4806,4809,4810],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[28921],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-annapolis-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102678653\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccannapolis.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccannapolis.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-KDCJ8JB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-KDCJ8JB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:57:30','2026-03-25 19:57:30','5b7c78c3-9e52-4c01-9b0d-1e1f955d2abb'),
(50595,50595,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:57:30','2026-03-25 19:57:30','a349bd31-c6b1-414f-9d6e-e93889c96945'),
(50598,50598,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:58:11','2026-03-25 19:58:11','686df4a1-5453-47aa-817e-ed07d96e790a'),
(50599,50599,1,'Corsica Hills','cccorsicahills','cccorsicahills','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Corsica Hills\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Corsica Hills\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccorsicahills.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/cccorsicahills/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Corsica-Hills-EI_IE5521058.11,41.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6741],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12269],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6759,6760,6761,6762,6763,6764,6765,6766],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[43184],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecorsicahills-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4107582323\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccorsicahills.com\",\"d87be94b-4936-41d7-917a-18a2f21b2582\":\"info@cccorsicahills.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cccorsicahills.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-NSKPFW7\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NSKPFW7\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:58:11','2026-03-25 19:58:11','ebd1fbbe-8b48-46c6-93e8-f9378c42e209'),
(50600,50600,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:58:11','2026-03-25 19:58:11','0550dcb8-a3c9-41e6-9e20-d92ac2a5cba9'),
(50603,50603,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:58:34','2026-03-25 19:58:34','3dbdf241-9b61-4305-95a1-41c5f3a5ac21'),
(50604,50604,1,'Hagerstown','cchagerstown','cchagerstown','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hagerstown\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hagerstown\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchagerstown.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089833455251\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hagerstown-EI_IE10504685.11,38.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9008],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12278],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9011,9017,9015,9016,9013,9014,9012,9018],\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\":{\"value\":\"https://youtu.be/oRyNmH4-BNc\",\"type\":\"url\"},\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23694],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches, private bathrooms, and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym with private rehab rooms, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, with 24-hour respiratory therapy\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hagerstown-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3017338700\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchagerstown.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchagerstown.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-T4WH9SR\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-T4WH9SR\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:58:34','2026-03-25 19:58:34','c989e286-79c7-4e08-8a37-4c5a1db8e27d'),
(50605,50605,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:58:34','2026-03-25 19:58:34','2aeb151c-782a-42f8-b9a9-9075215140b2'),
(50608,50608,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:58:54','2026-03-25 19:58:54','c491ce13-3d82-48a5-9b5e-35b2cb21d139'),
(50609,50609,1,'Heritage','completecareheritage','completecareheritage','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Heritage\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Heritage\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareheritage.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Heritage-103693148670652/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Heritage-EI_IE6292677.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9025],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12281],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9030,9031,9032,9033,9029,9028],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[43186],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a courtyard and dayrooms, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities, including a wellness program focused on substance abuse\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareheritage-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4102826310\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareheritage.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareheritage.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TRDHM57\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TRDHM57\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:58:54','2026-03-25 19:58:54','1d424b7a-fe5b-4e95-b768-ff3d716f5969'),
(50610,50610,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:58:54','2026-03-25 19:58:54','5dd751e8-96cd-407d-a278-539d4cb23cab'),
(50614,50614,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:59:12','2026-03-25 19:59:12','9c562aa2-edf5-473f-ae44-9c0dfcfed48c'),
(50615,50615,1,'Hyattsville','cchyattsville','cchyattsville','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Hyattsville\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Hyattsville\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cchyattsville.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089798266069\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Hyattsville-EI_IE9557115.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2622,2598,2608,2624,2600,2596,2602,2606,2612,2618,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9051],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891,3697,4403],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12289],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8601,8600,8602,8603,8604,8605],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23779],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private rooms with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an outdoor courtyard with gardens and walking trails, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment, weekly faith services, and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-hyattsville-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3018642333\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cchyattsville.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cchyattsville.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WJWDSZQ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WJWDSZQ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:59:12','2026-03-25 19:59:12','b5dc49ad-c942-4c08-ace0-59596e622c6b'),
(50616,50616,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:59:12','2026-03-25 19:59:12','e8f64a1e-bdea-43ea-bdaa-c11ca1fec22b'),
(50619,50619,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:59:30','2026-03-25 19:59:30','e631381f-33ec-4a12-b2e5-79092fff7818'),
(50620,50620,1,'La Plata','cclaplata','cclaplata','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at La Plata\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"La Plata\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclaplata.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-La-Plata-107697974944369/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-La-Plata-EI_IE10504727.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9056],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12293],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9061,9062,9063,9060,9059],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6867],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarelaplata-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019344001\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclaplata.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@cclaplata.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WGBQRVM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WGBQRVM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:59:30','2026-03-25 19:59:30','a5a98162-f3ec-4829-9833-2aa17e5d6a86'),
(50621,50621,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:59:30','2026-03-25 19:59:30','ace83eca-3f7e-40ce-a782-42114060edeb'),
(50624,50624,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:59:50','2026-03-25 19:59:50','4d824beb-7b9f-4cb2-91f8-16b4e319f2c3'),
(50625,50625,1,'Multi Medical Center','ccmultimed','ccmultimed','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Multi Medical Center\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Multi Medical Center\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccmultimed.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Multi-Medical-Center-106415241721700/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Multi-Medical-Center-EI_IE10504736.11,48.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2618,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9068],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,617,9732,9735,2972,9549,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[3697],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12297],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9071,9072,9073,9074,9075],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6872],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including an enclosed courtyard, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaremultimedicalcenter-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4108215500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccmultimed.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccmultimed.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WRHPTSB\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WRHPTSB\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 19:59:50','2026-03-25 19:59:50','fc53c7b3-9e3c-471c-8050-88dd5f02fb5b'),
(50626,50626,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 19:59:50','2026-03-25 19:59:50','4dcc5e74-78bd-4509-b419-75511843b0a1'),
(50629,50629,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 20:00:09','2026-03-25 20:00:09','ff46323a-b9d9-48c8-a326-308f3b9d267d'),
(50630,50630,1,'Severna Park','ccsevernapark','ccsevernapark','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Severna Park\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Severna Park\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccsevernapark.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Severna-Park-105439038458699/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-Severna-Park-EI_IE8256968.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9095],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12306],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9100,9102,9103,9104,9101,9105],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23788],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including outdoor courtyard areas, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecaresevernapark-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"4105444220\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccsevernapark.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccsevernapark.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M6KM65F\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M6KM65F\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 20:00:09','2026-03-25 20:00:09','071a3033-f7f8-4db1-9009-eab846ba2cf2'),
(50631,50631,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 20:00:09','2026-03-25 20:00:09','aad02a1c-beff-438b-a2a7-125ba2dcffe2'),
(50634,50634,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 20:00:27','2026-03-25 20:00:27','7e015cfb-d6b1-4528-863d-deee033e0927'),
(50635,50635,1,'Springbrook','ccspringbrook','ccspringbrook','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Springbrook\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Springbrook\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccspringbrook.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100089972469459\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Springbrook-EI_IE10504795.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2624,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5140],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[601,3468,9735,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12315],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5146,5147,5148,5149,5150,5151,5152,5153],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6882],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/complete-care-springbrook-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3016224600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccspringbrook.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccspringbrook.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-K58KBDM\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-K58KBDM\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 20:00:27','2026-03-25 20:00:27','6046203e-a659-41b6-8c79-713fbe42e362'),
(50636,50636,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 20:00:27','2026-03-25 20:00:27','66e95958-9bc1-4f2b-86ee-f63df402d3ff'),
(50639,50639,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 20:00:41','2026-03-25 20:00:41','1cbc2eb8-f070-4ca4-8919-d2a869bfc293'),
(50640,50640,1,'Wheaton','ccwheaton','ccwheaton','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Wheaton\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Wheaton\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccwheaton.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/profile.php?id=100090092043834\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Wheaton-EI_IE10504799.11,35.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2608,2600,2596,2602,2606,2612,2604],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[5013],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,617,605,9552],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12321],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[5033,5034,5035,5036,5037,5038,5039,5040],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23795],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/complete-care-wheaton-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3019332500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccwheaton.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccwheaton.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MLB9LV3\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MLB9LV3\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 20:00:41','2026-03-25 20:00:41','b72de0ec-233d-48e5-8d4c-57cdfa722783'),
(50641,50641,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50592]}',1,'2026-03-25 20:00:41','2026-03-25 20:00:41','c93c34a0-0433-4ceb-b4cd-8f87a41aa17f'),
(50646,50646,1,'WV Notice of Availability',NULL,NULL,NULL,1,'2026-03-25 20:02:13','2026-03-25 20:02:13','afcf4f49-44a6-4996-afb5-c535c626b897'),
(50647,50647,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50646]}',1,'2026-03-25 20:02:16','2026-03-25 20:02:16','233d0538-46ef-48c0-8ace-088f9a1fd119'),
(50648,50648,1,'Dawnview','ccdawnview','ccdawnview','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Dawnview\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Dawnview\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccdawnview.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Dawnview-702899340561713/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Dawnview-EI_IE10504663.11,36.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2602,2612,2604,2596,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[6793],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491,469],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12275],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[6792,6793,6794,6795,6796],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[6852],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareatdawnview-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3042983602\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccdawnview.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@ccdawnview.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N8J9X585\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N8J9X585\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 20:02:16','2026-03-25 20:02:16','053bf1ba-4da6-4422-9ef9-460a5fdbd6f6'),
(50649,50649,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50646]}',1,'2026-03-25 20:02:16','2026-03-25 20:02:16','ebe3fe21-0243-4f04-b558-e8222fc989cc'),
(50652,50652,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50646]}',1,'2026-03-25 20:03:06','2026-03-25 20:03:06','7bf05f08-94d7-41f6-867b-8c8a8838f20d'),
(50653,50653,1,'Oak Ridge','completecareoakridge','completecareoakridge','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Oak Ridge\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Oak Ridge\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareoakridge.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-At-Oak-Ridge-116898857238979/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Oak-Ridge-EI_IE10504762.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/complete-care-midatlantic/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2608,2600,2596,2602,2612,2604,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[9080],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[605,617,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12303],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[9087,9088,9086,9083,9085,9084],\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\":[23783],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareoakridge-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"3043474372\\r\\n\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareoakridge.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"Careers@completecareoakridge.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-M829X4S\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-M829X4S\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 20:03:06','2026-03-25 20:03:06','215a5511-ceb1-46b7-ac82-7eb859bc9688'),
(50654,50654,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50646]}',1,'2026-03-25 20:03:06','2026-03-25 20:03:06','9b7e64eb-ee03-4cf5-9f2b-cd739828ac61'),
(50663,50663,1,'PA Notice of Availability',NULL,NULL,NULL,1,'2026-03-25 20:26:10','2026-03-25 20:26:10','14bd2630-1199-4a96-b20d-792dc9b416f4'),
(50664,50664,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50663]}',1,'2026-03-25 20:26:14','2026-03-25 20:26:14','76e589dc-1848-40e6-8ed5-caf59a427105'),
(50665,50665,1,'Berkshire','completecareberkshire','completecareberkshire','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Berkshire\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Berkshire\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"completecareberkshire.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Berkshire-108131798430195\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Berkshire-EI_IE10504814.11,37.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute Care, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4834],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[6547,601,9640,28766,617,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10474],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[4838,4836,4834,4837],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23802],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym offering therapy up to 7 days a week and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation, conveniently located next to local restaurants and shops\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.click/Complete-Care-at-Berkshire-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6107790600\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@completecareberkshire.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@completecareberkshire.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-WT4D7DJ\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WT4D7DJ\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 20:26:14','2026-03-25 20:26:14','1b020127-42be-4486-9774-5daad38110c2'),
(50666,50666,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50663]}',1,'2026-03-25 20:26:14','2026-03-25 20:26:14','a6192708-6acb-4ad4-9a83-0d5278298d91'),
(50670,50670,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50663]}',1,'2026-03-25 20:26:43','2026-03-25 20:26:43','414618f9-ec7c-480a-8f5f-513e3d05edba'),
(50671,50671,1,'Harston Hall','ccharstonhall','ccharstonhall','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Harston Hall\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Harston Hall\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"ccharstonhall.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Harston-Hall-110074798129277\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Harston-Hall-EI_IE7885008.11,40.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2624,2600,2606,2604,2608,2602,2596,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4440],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[2969,617,605,9552],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,491],\"f352e58c-d152-4a45-9615-d0526b009523\":[2891],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10492],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8867,8864,8869,8866,8865],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23824],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"VA contracted building with award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecareharstonhall-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"2158363200\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@ccharstonhall.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@ccharstonhall.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-MVGDV96\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-MVGDV96\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 20:26:43','2026-03-25 20:26:43','fbc285e2-f732-4de0-b0c8-915faa490dc0'),
(50672,50672,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50663]}',1,'2026-03-25 20:26:43','2026-03-25 20:26:43','3b2f2fb0-fad6-4d8d-a469-28e8c767cedc'),
(50676,50676,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50663]}',1,'2026-03-25 20:27:02','2026-03-25 20:27:02','10c768fc-983f-4f1a-89cd-8e0a588242c1'),
(50677,50677,1,'Lehigh','cclehigh','cclehigh','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Lehigh\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Lehigh\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cclehigh.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/Complete-Care-at-Lehigh-106787078566486\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Lehigh-EI_IE10504861.11,34.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-acute, skilled nursing, and long-term care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2610,2598,2600,2604,2608,2602,2596,2606,2612],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[4497],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,2969,617,9732,9640,9552,605],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[469,479,491],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[10498],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8923,8936,8934,8935,8931,8928,8929,8930,8920,8918,8919,8924,8925,8926,8927,8932,8933],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23830],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being, located in a quiet rural area\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/cclehigh-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"6103660500\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cclehigh.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"careers@cclehigh.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-TMQS766\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-TMQS766\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-25 20:27:02','2026-03-25 20:27:02','e8c32f5c-17d7-4f9b-a7df-7c8d57b2e0da'),
(50678,50678,1,'Notice of Availability','notice-of-availability',NULL,'{\"9cec38eb-79ed-49c5-91bc-20226553bedd\":false,\"681970c0-9b7f-4dae-90d9-2db13d19dc70\":[50663]}',1,'2026-03-25 20:27:02','2026-03-25 20:27:02','6bdf2669-d050-44af-a56d-90e919670681'),
(50748,50748,1,'2026-03-25 18:49:02',NULL,NULL,NULL,1,'2026-03-25 22:49:02','2026-03-25 22:49:02','51f5a48d-1b8e-43e7-911a-b353a279c9d4'),
(50749,50749,1,'IMG 3743',NULL,NULL,NULL,1,'2026-03-25 22:49:02','2026-03-25 22:49:02','7eec2387-5d13-4cb0-b137-f62102c494e3'),
(50763,50763,1,'2026-03-25 19:29:12',NULL,NULL,NULL,1,'2026-03-25 23:29:12','2026-03-25 23:29:12','2b2fd2a8-ff2d-4313-963d-08f1a0a5be80'),
(50764,50764,1,'Resume 2',NULL,NULL,NULL,1,'2026-03-25 23:29:12','2026-03-25 23:29:12','dafc2898-7233-49fd-8518-ebdff91c4757'),
(50767,50767,1,'2026-03-25 19:41:26',NULL,NULL,NULL,1,'2026-03-25 23:41:26','2026-03-25 23:41:26','70583db1-713b-406d-a35d-4dad3412b559'),
(50768,50768,1,'Blank',NULL,NULL,NULL,1,'2026-03-25 23:41:26','2026-03-25 23:41:26','5b2d5943-86bc-45e9-a4ae-ac13dc092d61'),
(50792,50792,1,'2026-03-25 21:12:04',NULL,NULL,NULL,1,'2026-03-26 01:12:04','2026-03-26 01:12:04','83ba08ef-3883-4c06-9646-f26a58f92bf7'),
(50795,50795,1,'Resume',NULL,NULL,NULL,1,'2026-03-26 01:14:18','2026-03-26 01:14:18','fdefe6fd-3d60-46b1-a5ce-089a8e8cee8e'),
(50834,50834,1,'2026-03-25 23:23:29',NULL,NULL,NULL,1,'2026-03-26 03:23:28','2026-03-26 03:23:29','9960a875-1c57-4167-b17c-f121e0422150'),
(50835,50835,1,'IMG 3506',NULL,NULL,NULL,1,'2026-03-26 03:23:28','2026-03-26 03:23:28','f73d456e-0319-4735-a41a-e01f4f1f1343'),
(50839,50839,1,'2026-03-25 23:38:00',NULL,NULL,NULL,1,'2026-03-26 03:38:00','2026-03-26 03:38:00','560f4c47-8dcf-4a01-a3b2-334fe8eccd4e'),
(50840,50840,1,'Screenshot 20260325 224731 Chrome',NULL,NULL,NULL,1,'2026-03-26 03:38:00','2026-03-26 03:38:00','fbb463fe-6563-45c7-8c7d-d13e1e52a00b'),
(50891,50891,1,'2026-03-26 02:54:05',NULL,NULL,NULL,1,'2026-03-26 06:54:05','2026-03-26 06:54:05','2739de9f-b954-4487-a8d4-70e52311ef88'),
(50892,50892,1,'Resume Feb 2026',NULL,NULL,NULL,1,'2026-03-26 06:54:05','2026-03-26 06:54:05','3de19ec1-2b43-49ea-adea-009e2aac6606'),
(51002,51002,1,'2026-03-26 08:11:08',NULL,NULL,NULL,1,'2026-03-26 12:11:08','2026-03-26 12:11:08','dfadebfd-f423-4202-becb-2001ce2d4f97'),
(51003,51003,1,'Shanique Campbell Resume UPDATED',NULL,NULL,NULL,1,'2026-03-26 12:11:08','2026-03-26 12:11:08','70d03f0c-9fc6-4d50-ab8d-04e271cf436c'),
(51012,51012,1,'2026-03-26 08:54:56',NULL,NULL,NULL,1,'2026-03-26 12:54:56','2026-03-26 12:54:56','6e444014-8a4c-4df8-b963-98d442bf0755'),
(51014,51014,1,'2026-03-26 08:56:04',NULL,NULL,NULL,1,'2026-03-26 12:56:04','2026-03-26 12:56:04','a42b5603-c9c3-4bf5-938b-4944197ef6bc'),
(51015,51015,1,'RESUME JENN',NULL,NULL,NULL,1,'2026-03-26 12:56:04','2026-03-26 12:56:04','97f96f97-840f-46e7-8c6f-0c3f967eb4bd'),
(51022,51022,1,'2026-03-26 09:01:47',NULL,NULL,NULL,1,'2026-03-26 13:01:47','2026-03-26 13:01:47','bba59929-5485-4478-aa11-10d3e1eda8e5'),
(51045,51045,1,'2026-03-26 09:59:38',NULL,NULL,NULL,1,'2026-03-26 13:59:38','2026-03-26 13:59:38','75a76049-6658-4a3d-9380-87609b5064b0'),
(51046,51046,1,'Resume 2 1',NULL,NULL,NULL,1,'2026-03-26 13:59:38','2026-03-26 13:59:38','5f4e4ff3-4e91-42a9-ba07-dff779e09c02'),
(51048,51048,1,'2026-03-26 10:18:12',NULL,NULL,NULL,1,'2026-03-26 14:18:12','2026-03-26 14:18:12','0a3b6f78-58e3-4d25-9819-e758ff5c7a5d'),
(51049,51049,1,'Resume',NULL,NULL,NULL,1,'2026-03-26 14:18:12','2026-03-26 14:18:12','cbfb10e7-19f8-4aff-be1c-90c8a9020d92'),
(51113,51113,1,'2026-03-26 11:47:43',NULL,NULL,NULL,1,'2026-03-26 15:47:43','2026-03-26 15:47:43','6765c051-535e-435a-a49c-1694c83607ec'),
(51121,51121,1,'2026-03-26 11:55:50',NULL,NULL,NULL,1,'2026-03-26 15:55:50','2026-03-26 15:55:50','5e01a4eb-e05b-42f4-9b0a-6f72284b60f8'),
(51170,51170,1,'2026-03-26 12:57:22',NULL,NULL,NULL,1,'2026-03-26 16:57:22','2026-03-26 16:57:22','493e9593-a91b-4ddd-a4e9-b6ffa4a54292'),
(51173,51173,1,'2026-03-26 13:03:48',NULL,NULL,NULL,1,'2026-03-26 17:03:48','2026-03-26 17:03:48','3672cfbf-1fec-40f6-9100-d50ec5be451e'),
(51174,51174,1,'Parul D Shah Resume',NULL,NULL,NULL,1,'2026-03-26 17:03:48','2026-03-26 17:03:48','759551ce-a3a1-47ab-bcec-4c1579981891'),
(51179,51179,1,'2026-03-26 13:14:46',NULL,NULL,NULL,1,'2026-03-26 17:14:46','2026-03-26 17:14:46','7db052c1-2603-42e2-87dc-6b35044a8b20'),
(51180,51180,1,'Najiya Hines CNA Resume',NULL,NULL,NULL,1,'2026-03-26 17:14:46','2026-03-26 17:14:46','1ee97642-4340-493b-a51b-3c80df0f726d'),
(51182,51182,1,'2026-03-26 13:18:12',NULL,NULL,NULL,1,'2026-03-26 17:18:12','2026-03-26 17:18:12','e8963e71-0d42-4b72-95dc-9a38eb2fc22d'),
(51184,51184,1,'2026-03-26 13:24:21',NULL,NULL,NULL,1,'2026-03-26 17:24:21','2026-03-26 17:24:21','5c73ce2e-bf99-45cb-b70f-eaf241f7d4dd'),
(51216,51216,1,'2026-03-26 15:04:44',NULL,NULL,NULL,1,'2026-03-26 19:04:44','2026-03-26 19:04:44','c14e5f34-237c-45bc-8058-dcb161793af0'),
(51219,51219,1,'2026-03-26 15:19:38',NULL,NULL,NULL,1,'2026-03-26 19:19:38','2026-03-26 19:19:38','02a992b5-f2f1-47a0-bf07-c3c4e6871a1f'),
(51220,51220,1,'Najiya Hines CNA Resume',NULL,NULL,NULL,1,'2026-03-26 19:19:38','2026-03-26 19:19:38','cf79faae-fbdc-4a7e-b35a-ca229a850f87'),
(51244,51244,1,'2026-03-26 16:27:39',NULL,NULL,NULL,1,'2026-03-26 20:27:39','2026-03-26 20:27:39','0da2b12e-fca6-4790-88cc-74b9590301c1'),
(51245,51245,1,'Resume 2025',NULL,NULL,NULL,1,'2026-03-26 20:27:39','2026-03-26 20:27:39','8f4e61ed-141d-4d57-8c76-ce3e877003e0'),
(51247,51247,1,'2026-03-26 16:33:34',NULL,NULL,NULL,1,'2026-03-26 20:33:33','2026-03-26 20:33:34','fc447240-0da4-4f62-88bb-9d4a2f46e7de'),
(51248,51248,1,'Susan Hall Resume One Page',NULL,NULL,NULL,1,'2026-03-26 20:33:34','2026-03-26 20:33:34','489f1b50-23fc-4134-a891-144904d42c90'),
(51408,51408,1,'2026-03-27 01:11:05',NULL,NULL,NULL,1,'2026-03-27 05:11:05','2026-03-27 05:11:05','1f7ce92b-018c-4c63-8ca1-75fc250b124b'),
(51409,51409,1,'B6fb009c a425 430b 8edf 4bfdf421d066',NULL,NULL,NULL,1,'2026-03-27 05:11:05','2026-03-27 05:11:05','68e09eca-c3a3-4ec6-9518-4bbc921fc6bf'),
(51435,51435,1,'2026-03-27 02:25:04',NULL,NULL,NULL,1,'2026-03-27 06:25:04','2026-03-27 06:25:04','217920a9-3c8c-4e27-8692-434f8f00c9f2'),
(51650,51650,1,'2026-03-27 08:23:11',NULL,NULL,NULL,1,'2026-03-27 12:23:11','2026-03-27 12:23:11','a92d3efa-954e-4137-92be-e89d1f229a9b'),
(51665,51665,1,'2026-03-27 08:44:36',NULL,NULL,NULL,1,'2026-03-27 12:44:36','2026-03-27 12:44:36','52c865fa-3675-4441-87ea-c7b123eaad02'),
(51668,51668,1,'2026-03-27 08:46:03',NULL,NULL,NULL,1,'2026-03-27 12:46:03','2026-03-27 12:46:03','43046b8b-51e1-4436-8f9c-086ae96ef819'),
(51670,51670,1,'2026-03-27 08:46:52',NULL,NULL,NULL,1,'2026-03-27 12:46:52','2026-03-27 12:46:52','53294e5b-56db-447e-8e22-52d802f62ef3'),
(51671,51671,1,'B6fb009c a425 430b 8edf 4bfdf421d066',NULL,NULL,NULL,1,'2026-03-27 12:46:52','2026-03-27 12:46:52','4151e236-5efc-401f-a5aa-027f90044200'),
(51693,51693,1,'2026-03-27 09:48:46',NULL,NULL,NULL,1,'2026-03-27 13:48:46','2026-03-27 13:48:46','800ab535-a7fe-4c60-8698-906128e518ee'),
(51718,51718,1,'2026-03-27 10:06:25',NULL,NULL,NULL,1,'2026-03-27 14:06:25','2026-03-27 14:06:25','67c632e4-e8ca-4395-bf05-de542b1ebe65'),
(51719,51719,1,'Hill Malik Resume',NULL,NULL,NULL,1,'2026-03-27 14:06:25','2026-03-27 14:06:25','cbbf4ae3-12d1-4a9a-b26a-a272c6c4d6eb'),
(51763,51763,1,'2026-03-27 10:47:31',NULL,NULL,NULL,1,'2026-03-27 14:47:31','2026-03-27 14:47:31','44859f3e-ef3c-475e-967e-0568eb673258'),
(51786,51786,1,'2026-03-27 11:20:28',NULL,NULL,NULL,1,'2026-03-27 15:20:28','2026-03-27 15:20:28','389015dc-db7f-4a13-a10c-6b5cdaa8b1a7'),
(51791,51791,1,'2026-03-27 11:34:29',NULL,NULL,NULL,1,'2026-03-27 15:34:29','2026-03-27 15:34:29','e5211334-c046-4b61-8ceb-2b19de35b538'),
(51793,51793,1,'BAGNOL20 RESUME',NULL,NULL,NULL,1,'2026-03-27 15:38:17','2026-03-27 15:38:17','2e052276-2eb0-446d-8de9-a49f5efe80b7'),
(51827,51827,1,'2026-03-27 12:12:09',NULL,NULL,NULL,1,'2026-03-27 16:12:09','2026-03-27 16:12:09','1b2c7812-9b2a-4f71-b82e-cd2befa82c43'),
(51854,51854,1,'2026-03-27 13:06:20',NULL,NULL,NULL,1,'2026-03-27 17:06:20','2026-03-27 17:06:20','656ef8b1-15a0-47ef-9ea5-95518cc58a06'),
(51859,51859,1,'2026-03-27 13:32:38',NULL,NULL,NULL,1,'2026-03-27 17:32:38','2026-03-27 17:32:38','3a1fc750-d345-433c-bb72-45cb44fbe0cd'),
(51861,51861,1,'2026-03-27 13:38:13',NULL,NULL,NULL,1,'2026-03-27 17:38:13','2026-03-27 17:38:13','c2836f97-4c02-4e7d-913d-1791e6dc36a7'),
(51862,51862,1,'2026-03-27 13:42:18',NULL,NULL,NULL,1,'2026-03-27 17:42:18','2026-03-27 17:42:18','072b416d-2231-4673-99dc-d06397655726'),
(51864,51864,1,'2026-03-27 13:52:25',NULL,NULL,NULL,1,'2026-03-27 17:52:25','2026-03-27 17:52:25','79f3037c-5d2b-4938-a35b-efba081afef0'),
(51867,51867,1,'2026-03-27 14:05:49',NULL,NULL,NULL,1,'2026-03-27 18:05:49','2026-03-27 18:05:49','95dcacb7-0f62-491b-bca3-7b386d2067cb'),
(51869,51869,1,'2026-03-27 14:27:22',NULL,NULL,NULL,1,'2026-03-27 18:27:22','2026-03-27 18:27:22','7a2b6f21-4e69-4a98-b8e6-eb4b082617ac'),
(51870,51870,1,'Linda I La Boy Resume',NULL,NULL,NULL,1,'2026-03-27 18:27:22','2026-03-27 18:27:22','d8887a2a-139f-49f4-8705-4a562fee666c'),
(51871,51871,1,'2026-03-27 14:29:32',NULL,NULL,NULL,1,'2026-03-27 18:29:32','2026-03-27 18:29:32','8b40d879-6732-4d71-adba-c83e5e856c5c'),
(51895,51895,1,'2026-03-27 15:06:04',NULL,NULL,NULL,1,'2026-03-27 19:06:04','2026-03-27 19:06:04','a975509e-a4de-448b-b0a7-423ca58cd35a'),
(51906,51906,1,'2026-03-27 15:15:52',NULL,NULL,NULL,1,'2026-03-27 19:15:52','2026-03-27 19:15:52','22cfe2ed-6425-42f5-bc4f-77bdc988e34a'),
(51907,51907,1,'2026-03-27 15:16:32',NULL,NULL,NULL,1,'2026-03-27 19:16:32','2026-03-27 19:16:32','e4ce246d-c8b1-4c66-aa94-781b0c2f79eb'),
(51964,51964,1,'2026-03-27 16:28:12',NULL,NULL,NULL,1,'2026-03-27 20:28:12','2026-03-27 20:28:12','c4aa6d43-8ec7-4e21-9e80-e65e90e0cb34'),
(52077,52077,1,'2026-03-27 19:01:37',NULL,NULL,NULL,1,'2026-03-27 23:01:37','2026-03-27 23:01:37','3ea600ba-ffa7-4776-abd3-b11a5a6710a6'),
(52078,52078,1,'Resume',NULL,NULL,NULL,1,'2026-03-27 23:01:37','2026-03-27 23:01:37','7fe15678-fb04-4b72-9ca2-3c74dc8052ac'),
(52100,52100,1,'2026-03-27 19:18:52',NULL,NULL,NULL,1,'2026-03-27 23:18:52','2026-03-27 23:18:52','ae5889bf-4575-45c7-80d0-ec3cd4924722'),
(52140,52140,1,'2026-03-27 22:26:22',NULL,NULL,NULL,1,'2026-03-28 02:26:22','2026-03-28 02:26:22','518ee96b-6293-4c9c-a8dc-3022ca48ce3d'),
(52485,52485,1,'2026-03-28 09:29:47',NULL,NULL,NULL,1,'2026-03-28 13:29:47','2026-03-28 13:29:47','68be26d0-ff19-4f20-b4e4-85a2db69590c'),
(52486,52486,1,'LUMAGUE TISHA RESUME copy',NULL,NULL,NULL,1,'2026-03-28 13:29:47','2026-03-28 13:29:47','96f40c60-61ed-4f6c-8fcd-16c2953553db'),
(52632,52632,1,'2026-03-28 12:05:47',NULL,NULL,NULL,1,'2026-03-28 16:05:47','2026-03-28 16:05:47','35ab5e56-2d82-4899-9934-3979d7dc7bf6'),
(52633,52633,1,'2026-03-28 12:06:03',NULL,NULL,NULL,1,'2026-03-28 16:06:03','2026-03-28 16:06:03','311b691c-f50d-43c9-a58f-561eefc4effd'),
(52634,52634,1,'2026-03-28 12:07:58',NULL,NULL,NULL,1,'2026-03-28 16:07:58','2026-03-28 16:07:58','51f8657f-ad06-4593-9617-af7c52712160'),
(52635,52635,1,'2026-03-28 12:08:51',NULL,NULL,NULL,1,'2026-03-28 16:08:51','2026-03-28 16:08:51','cc450e9a-144a-4c9c-9a04-ceaaf8b067ac'),
(52636,52636,1,'2026-03-28 12:08:52',NULL,NULL,NULL,1,'2026-03-28 16:08:52','2026-03-28 16:08:52','169e88c1-7f5b-46d6-8bb3-1eca4ceedb33'),
(52637,52637,1,'2026-03-28 12:08:54',NULL,NULL,NULL,1,'2026-03-28 16:08:54','2026-03-28 16:08:54','a039c728-a563-46ba-80f6-4dfc7a5bce67'),
(52638,52638,1,'2026-03-28 12:08:55',NULL,NULL,NULL,1,'2026-03-28 16:08:55','2026-03-28 16:08:55','1ec1da4c-7ff1-4f84-b432-06444ccc5dff'),
(52639,52639,1,'2026-03-28 12:08:56',NULL,NULL,NULL,1,'2026-03-28 16:08:56','2026-03-28 16:08:56','c0eabc66-3d44-47ca-b7ea-9a22185e15cf'),
(52640,52640,1,'2026-03-28 12:16:06',NULL,NULL,NULL,1,'2026-03-28 16:16:06','2026-03-28 16:16:06','2b88c054-3ab7-414b-aa2a-60018e148b24'),
(52641,52641,1,'2026-03-28 12:20:39',NULL,NULL,NULL,1,'2026-03-28 16:20:39','2026-03-28 16:20:39','6a51b41b-a919-4e3f-9ff2-9f664950712c'),
(52642,52642,1,'2026-03-28 12:20:40',NULL,NULL,NULL,1,'2026-03-28 16:20:40','2026-03-28 16:20:40','de659fdd-502b-46d2-aafb-7df85c97a5fe'),
(52643,52643,1,'2026-03-28 12:20:42',NULL,NULL,NULL,1,'2026-03-28 16:20:42','2026-03-28 16:20:42','7cd8e217-43cb-4f76-bc07-ae096dd79eaf'),
(52644,52644,1,'2026-03-28 12:20:43',NULL,NULL,NULL,1,'2026-03-28 16:20:43','2026-03-28 16:20:43','75156e8d-d9f4-49f1-9be0-23742095ac1d'),
(52645,52645,1,'2026-03-28 12:20:44',NULL,NULL,NULL,1,'2026-03-28 16:20:44','2026-03-28 16:20:44','819980b3-0439-4d94-8c22-da2ad17541fd'),
(52646,52646,1,'2026-03-28 12:29:26',NULL,NULL,NULL,1,'2026-03-28 16:29:26','2026-03-28 16:29:26','792a9961-697c-45e1-ac48-db2e6d554ade'),
(52647,52647,1,'2026-03-28 12:34:14',NULL,NULL,NULL,1,'2026-03-28 16:34:14','2026-03-28 16:34:14','77a3b853-23e4-4003-be79-778d130c3247'),
(52648,52648,1,'2026-03-28 12:40:55',NULL,NULL,NULL,1,'2026-03-28 16:40:55','2026-03-28 16:40:56','2f5d094e-426d-488d-8cd6-6ed6e3d2a4cb'),
(52649,52649,1,'2026-03-28 12:42:32',NULL,NULL,NULL,1,'2026-03-28 16:42:32','2026-03-28 16:42:32','e589e38f-e7a2-4c4e-af30-7209f0706faa'),
(52650,52650,1,'2026-03-28 12:46:11',NULL,NULL,NULL,1,'2026-03-28 16:46:11','2026-03-28 16:46:11','580fd71f-c0f2-491e-988f-13460db6f29a'),
(52651,52651,1,'2026-03-28 12:55:11',NULL,NULL,NULL,1,'2026-03-28 16:55:11','2026-03-28 16:55:11','027c1bfd-fa97-4cab-9541-8fec328ac74a'),
(52652,52652,1,'2026-03-28 12:56:13',NULL,NULL,NULL,1,'2026-03-28 16:56:13','2026-03-28 16:56:13','29d7a358-7674-44c7-8b5d-6aead4774a03'),
(52653,52653,1,'2026-03-28 12:56:14',NULL,NULL,NULL,1,'2026-03-28 16:56:14','2026-03-28 16:56:14','b75382c0-7125-42dd-9701-f6d63532c72e'),
(52654,52654,1,'2026-03-28 12:56:15',NULL,NULL,NULL,1,'2026-03-28 16:56:15','2026-03-28 16:56:15','a5e73b0e-369b-48c1-a401-5140fddcce7a'),
(52655,52655,1,'2026-03-28 12:56:16',NULL,NULL,NULL,1,'2026-03-28 16:56:16','2026-03-28 16:56:17','f04212a1-e55f-477d-9499-975317991df0'),
(52656,52656,1,'2026-03-28 12:56:18',NULL,NULL,NULL,1,'2026-03-28 16:56:18','2026-03-28 16:56:18','e17850e7-86d4-4323-bb47-7ef23b4bd160'),
(52657,52657,1,'2026-03-28 12:58:05',NULL,NULL,NULL,1,'2026-03-28 16:58:05','2026-03-28 16:58:05','15cdba8f-387f-4fc5-a15b-d851d40ff054'),
(52658,52658,1,'2026-03-28 13:02:32',NULL,NULL,NULL,1,'2026-03-28 17:02:32','2026-03-28 17:02:32','7ad41b48-7bf0-4429-ba34-77475153b8fe'),
(52659,52659,1,'2026-03-28 13:03:42',NULL,NULL,NULL,1,'2026-03-28 17:03:42','2026-03-28 17:03:42','49bd0596-abfd-4165-b35c-b0030defead9'),
(52660,52660,1,'2026-03-28 13:04:12',NULL,NULL,NULL,1,'2026-03-28 17:04:12','2026-03-28 17:04:12','245560bc-7743-4cc6-9ad5-694dbcf3fe81'),
(52661,52661,1,'2026-03-28 13:06:32',NULL,NULL,NULL,1,'2026-03-28 17:06:32','2026-03-28 17:06:32','5e402446-91a9-4ef7-bfff-14802a1f4682'),
(52662,52662,1,'2026-03-28 13:08:21',NULL,NULL,NULL,1,'2026-03-28 17:08:21','2026-03-28 17:08:21','65ea0872-19ad-4c0e-9a82-c5e21588c1c1'),
(52663,52663,1,'2026-03-28 13:11:38',NULL,NULL,NULL,1,'2026-03-28 17:11:38','2026-03-28 17:11:38','4ea0a285-7b75-4f9e-baca-042a2a09ab21'),
(52664,52664,1,'2026-03-28 13:13:08',NULL,NULL,NULL,1,'2026-03-28 17:13:08','2026-03-28 17:13:08','df575cf1-1d6c-4fdb-9f80-904a6bdc3bd1'),
(52665,52665,1,'2026-03-28 13:13:15',NULL,NULL,NULL,1,'2026-03-28 17:13:15','2026-03-28 17:13:15','112c7404-9aae-40bb-904a-d08d208853bc'),
(52666,52666,1,'2026-03-28 13:14:06',NULL,NULL,NULL,1,'2026-03-28 17:14:06','2026-03-28 17:14:06','ad85feca-5b3d-40c6-9278-812d6634e1c3'),
(52667,52667,1,'2026-03-28 13:15:01',NULL,NULL,NULL,1,'2026-03-28 17:15:01','2026-03-28 17:15:01','8e2dba59-1cfd-45b4-b345-687e9bdae338'),
(52668,52668,1,'2026-03-28 13:16:18',NULL,NULL,NULL,1,'2026-03-28 17:16:18','2026-03-28 17:16:18','68ed928c-ac39-4a2b-948b-01212c8687a4'),
(52669,52669,1,'2026-03-28 13:17:45',NULL,NULL,NULL,1,'2026-03-28 17:17:45','2026-03-28 17:17:45','8b21d5a7-55a8-45a4-a610-82a2077e83ad'),
(52670,52670,1,'2026-03-28 13:19:15',NULL,NULL,NULL,1,'2026-03-28 17:19:15','2026-03-28 17:19:15','31e9830e-b756-4932-91df-202f871e5536'),
(52671,52671,1,'2026-03-28 13:20:51',NULL,NULL,NULL,1,'2026-03-28 17:20:51','2026-03-28 17:20:51','5fd16a74-92fc-43e0-a16f-4efc67f75c0a'),
(52672,52672,1,'2026-03-28 13:21:18',NULL,NULL,NULL,1,'2026-03-28 17:21:18','2026-03-28 17:21:18','a3edc9f2-daa3-4b17-bd98-494c2624a979'),
(52673,52673,1,'2026-03-28 13:21:51',NULL,NULL,NULL,1,'2026-03-28 17:21:51','2026-03-28 17:21:51','6e845b6d-ca99-4339-a621-8001956a1970'),
(52674,52674,1,'2026-03-28 13:23:40',NULL,NULL,NULL,1,'2026-03-28 17:23:40','2026-03-28 17:23:40','e3827f3a-41b2-476b-8b08-812fd8dc0982'),
(52675,52675,1,'2026-03-28 13:23:58',NULL,NULL,NULL,1,'2026-03-28 17:23:58','2026-03-28 17:23:58','13d0c4fd-7a2c-4839-83c6-cddeee938de1'),
(52676,52676,1,'2026-03-28 13:24:24',NULL,NULL,NULL,1,'2026-03-28 17:24:24','2026-03-28 17:24:24','6e728c37-2b2c-4f6d-87cb-25239e4f5db2'),
(52677,52677,1,'2026-03-28 13:24:32',NULL,NULL,NULL,1,'2026-03-28 17:24:32','2026-03-28 17:24:32','5ce1e8f4-17c2-4b03-ab95-fb7c18d20bb8'),
(52678,52678,1,'2026-03-28 13:24:33',NULL,NULL,NULL,1,'2026-03-28 17:24:33','2026-03-28 17:24:33','d4f7f567-bb30-4d3a-a740-5b0b205c04ac'),
(52679,52679,1,'2026-03-28 13:24:37',NULL,NULL,NULL,1,'2026-03-28 17:24:37','2026-03-28 17:24:37','a3dfb3ab-4d42-4dd9-b5ae-e81c2b8b6f21'),
(52680,52680,1,'2026-03-28 13:24:39',NULL,NULL,NULL,1,'2026-03-28 17:24:39','2026-03-28 17:24:39','53647345-e46c-435e-a76f-0f0a13e617f8'),
(52681,52681,1,'2026-03-28 13:24:40',NULL,NULL,NULL,1,'2026-03-28 17:24:40','2026-03-28 17:24:40','53567954-f8e4-4b11-8439-e532728f2ea7'),
(52682,52682,1,'2026-03-28 13:24:41',NULL,NULL,NULL,1,'2026-03-28 17:24:41','2026-03-28 17:24:41','5a8338f0-941e-4c5a-8b94-f29e50f2202e'),
(52683,52683,1,'2026-03-28 13:25:53',NULL,NULL,NULL,1,'2026-03-28 17:25:53','2026-03-28 17:25:53','130963c2-f937-4b43-a693-c8bf53f18fae'),
(52684,52684,1,'2026-03-28 13:26:11',NULL,NULL,NULL,1,'2026-03-28 17:26:11','2026-03-28 17:26:11','f5f8d02c-f506-4545-8799-a27a73bffc5c'),
(52685,52685,1,'2026-03-28 13:26:35',NULL,NULL,NULL,1,'2026-03-28 17:26:35','2026-03-28 17:26:35','aee5c8d0-b026-4fff-b75d-639d76e4d4ca'),
(52686,52686,1,'2026-03-28 13:26:50',NULL,NULL,NULL,1,'2026-03-28 17:26:50','2026-03-28 17:26:50','55b3d245-7950-489b-8302-49f09bc2c17a'),
(52687,52687,1,'2026-03-28 13:27:13',NULL,NULL,NULL,1,'2026-03-28 17:27:13','2026-03-28 17:27:13','9d3bee96-a96c-4e70-82b0-26d7cde8a365'),
(52688,52688,1,'2026-03-28 13:29:03',NULL,NULL,NULL,1,'2026-03-28 17:29:03','2026-03-28 17:29:03','21818299-5aee-4929-b1a0-f9bd46c98881'),
(52689,52689,1,'2026-03-28 13:29:05',NULL,NULL,NULL,1,'2026-03-28 17:29:05','2026-03-28 17:29:05','2dda113d-4b8a-443b-8b1b-9f6060e6df2a'),
(52690,52690,1,'2026-03-28 13:29:06',NULL,NULL,NULL,1,'2026-03-28 17:29:06','2026-03-28 17:29:06','79502dbf-5a30-4c0b-b8fd-2ad812402bd3'),
(52691,52691,1,'2026-03-28 13:29:07',NULL,NULL,NULL,1,'2026-03-28 17:29:07','2026-03-28 17:29:07','e7b00e44-ae35-4467-bf58-0a382883f56e'),
(52692,52692,1,'2026-03-28 13:29:08',NULL,NULL,NULL,1,'2026-03-28 17:29:08','2026-03-28 17:29:08','f4af8026-fd04-46c8-b8b8-bf9b1479eec6'),
(52693,52693,1,'2026-03-28 13:29:17',NULL,NULL,NULL,1,'2026-03-28 17:29:17','2026-03-28 17:29:17','a1930d86-434e-4b13-b6e0-0c8e0e4df376'),
(52694,52694,1,'2026-03-28 13:29:24',NULL,NULL,NULL,1,'2026-03-28 17:29:24','2026-03-28 17:29:24','8cfc5dd6-7ba1-4907-80f5-783cd31987b7'),
(52695,52695,1,'2026-03-28 13:29:34',NULL,NULL,NULL,1,'2026-03-28 17:29:34','2026-03-28 17:29:34','d7e928d4-c04b-4913-bec2-08709f27985a'),
(52696,52696,1,'2026-03-28 13:30:20',NULL,NULL,NULL,1,'2026-03-28 17:30:20','2026-03-28 17:30:20','ef0282fa-2e54-4007-910b-ce981ba3b7b5'),
(52697,52697,1,'2026-03-28 13:30:52',NULL,NULL,NULL,1,'2026-03-28 17:30:52','2026-03-28 17:30:52','f452537d-0d1c-4242-b66e-6b1bf805da09'),
(52698,52698,1,'2026-03-28 13:31:39',NULL,NULL,NULL,1,'2026-03-28 17:31:39','2026-03-28 17:31:39','3ad26e25-c5bd-4840-b903-a48b57101fe4'),
(52699,52699,1,'2026-03-28 13:31:41',NULL,NULL,NULL,1,'2026-03-28 17:31:41','2026-03-28 17:31:41','a01a56fe-5d35-495a-8e78-9da23ab37ae8'),
(52700,52700,1,'2026-03-28 13:31:51',NULL,NULL,NULL,1,'2026-03-28 17:31:51','2026-03-28 17:31:51','752ff3ff-f151-4b90-8986-00314dd2c815'),
(52701,52701,1,'2026-03-28 13:33:52',NULL,NULL,NULL,1,'2026-03-28 17:33:52','2026-03-28 17:33:52','b10cc618-34f2-4a50-9482-737ffb5658e4'),
(52702,52702,1,'2026-03-28 13:34:31',NULL,NULL,NULL,1,'2026-03-28 17:34:31','2026-03-28 17:34:31','3e0cf21d-1bd5-4348-bb80-1e1fabc6a9a5'),
(52703,52703,1,'2026-03-28 13:34:32',NULL,NULL,NULL,1,'2026-03-28 17:34:32','2026-03-28 17:34:32','36568b5e-01d0-452f-b8a2-b9da55a7e0f8'),
(52704,52704,1,'2026-03-28 13:34:34',NULL,NULL,NULL,1,'2026-03-28 17:34:34','2026-03-28 17:34:34','d1b85f2e-2f0e-43c9-a38b-a3ce04bfe46b'),
(52705,52705,1,'2026-03-28 13:34:35',NULL,NULL,NULL,1,'2026-03-28 17:34:35','2026-03-28 17:34:35','f596f782-b248-413c-9916-1eefffdbc850'),
(52706,52706,1,'2026-03-28 13:34:36',NULL,NULL,NULL,1,'2026-03-28 17:34:36','2026-03-28 17:34:36','d5a77771-7193-4ef1-a203-715f5faecf55'),
(52707,52707,1,'2026-03-28 13:35:16',NULL,NULL,NULL,1,'2026-03-28 17:35:16','2026-03-28 17:35:16','fe61ec19-ad83-4166-8fc6-f9a23762aac3'),
(52708,52708,1,'2026-03-28 13:35:49',NULL,NULL,NULL,1,'2026-03-28 17:35:49','2026-03-28 17:35:49','6cd032a4-307a-4f63-b9ac-f4c5d684b500'),
(52709,52709,1,'2026-03-28 13:35:52',NULL,NULL,NULL,1,'2026-03-28 17:35:52','2026-03-28 17:35:52','dbcfe91b-7486-4915-8409-66247e6821a8'),
(52710,52710,1,'2026-03-28 13:36:28',NULL,NULL,NULL,1,'2026-03-28 17:36:28','2026-03-28 17:36:28','e071f886-0398-47de-8479-bdbddb09cc44'),
(52711,52711,1,'2026-03-28 13:36:29',NULL,NULL,NULL,1,'2026-03-28 17:36:29','2026-03-28 17:36:29','da236361-0d15-4aa2-b6ca-4b7d114e30ee'),
(52712,52712,1,'2026-03-28 13:36:30',NULL,NULL,NULL,1,'2026-03-28 17:36:30','2026-03-28 17:36:30','297de4bf-5544-45fa-b3ce-28b4f99df215'),
(52713,52713,1,'2026-03-28 13:36:31',NULL,NULL,NULL,1,'2026-03-28 17:36:31','2026-03-28 17:36:31','6178a42e-ab4e-4bb5-bf05-e6b2668a3833'),
(52714,52714,1,'2026-03-28 13:36:33',NULL,NULL,NULL,1,'2026-03-28 17:36:33','2026-03-28 17:36:33','3ccf996a-935c-4ef3-8fb1-e3daab78f0ed'),
(52715,52715,1,'2026-03-28 13:37:19',NULL,NULL,NULL,1,'2026-03-28 17:37:19','2026-03-28 17:37:19','5d601997-150d-4642-8ee5-1f5a9c8e4ff6'),
(52716,52716,1,'2026-03-28 13:39:20',NULL,NULL,NULL,1,'2026-03-28 17:39:20','2026-03-28 17:39:20','ae81f04c-8921-4b0d-8418-e06f65066277'),
(52717,52717,1,'2026-03-28 13:42:35',NULL,NULL,NULL,1,'2026-03-28 17:42:35','2026-03-28 17:42:35','b4e1c60c-4ad9-4d98-9b5e-b7c0b914b5df'),
(52718,52718,1,'2026-03-28 13:44:34',NULL,NULL,NULL,1,'2026-03-28 17:44:34','2026-03-28 17:44:34','9e40caac-d676-4548-8a6a-8944c96731b6'),
(52719,52719,1,'2026-03-28 13:44:39',NULL,NULL,NULL,1,'2026-03-28 17:44:39','2026-03-28 17:44:39','bb1dc395-f11a-4e95-888c-25e5a72254c9'),
(52720,52720,1,'2026-03-28 13:44:51',NULL,NULL,NULL,1,'2026-03-28 17:44:51','2026-03-28 17:44:51','b334d8aa-8e8b-4a35-ab3b-38c3d4257f34'),
(52721,52721,1,'2026-03-28 13:45:28',NULL,NULL,NULL,1,'2026-03-28 17:45:28','2026-03-28 17:45:28','75fdc372-bd9f-412c-b407-61a8336f5dec'),
(52722,52722,1,'2026-03-28 13:45:32',NULL,NULL,NULL,1,'2026-03-28 17:45:32','2026-03-28 17:45:32','18b084d0-3c0a-4f1d-81d0-db94725a04fe'),
(52723,52723,1,'2026-03-28 13:46:36',NULL,NULL,NULL,1,'2026-03-28 17:46:36','2026-03-28 17:46:36','103a7ed6-fcdf-4520-9f3b-32da42a6738c'),
(52724,52724,1,'2026-03-28 13:46:43',NULL,NULL,NULL,1,'2026-03-28 17:46:43','2026-03-28 17:46:43','ff12d434-2ead-409d-967f-9cb7b5660965'),
(52725,52725,1,'2026-03-28 13:49:09',NULL,NULL,NULL,1,'2026-03-28 17:49:09','2026-03-28 17:49:09','350b97d1-b0f0-456f-9885-b034c3d49cd5'),
(52726,52726,1,'2026-03-28 13:49:54',NULL,NULL,NULL,1,'2026-03-28 17:49:54','2026-03-28 17:49:54','c8bdb6f8-660d-4691-ae4c-ebfaef6fa53e'),
(52727,52727,1,'2026-03-28 13:50:21',NULL,NULL,NULL,1,'2026-03-28 17:50:21','2026-03-28 17:50:21','a57cf7df-2354-4919-b0b7-2dda87d77f24'),
(52728,52728,1,'2026-03-28 13:50:55',NULL,NULL,NULL,1,'2026-03-28 17:50:55','2026-03-28 17:50:55','da0b8ca6-2da2-4f20-98c3-cbfae1dd876d'),
(52729,52729,1,'2026-03-28 13:51:22',NULL,NULL,NULL,1,'2026-03-28 17:51:22','2026-03-28 17:51:22','6e19a219-799f-4b80-80dd-0ab623f03013'),
(52730,52730,1,'2026-03-28 13:52:01',NULL,NULL,NULL,1,'2026-03-28 17:52:01','2026-03-28 17:52:02','3bdf0cee-adeb-443f-84a6-02e1805fb2ae'),
(52731,52731,1,'2026-03-28 13:52:34',NULL,NULL,NULL,1,'2026-03-28 17:52:34','2026-03-28 17:52:34','f4a7f66c-2e44-4416-a9ce-10fddbe53dcc'),
(52732,52732,1,'2026-03-28 13:53:19',NULL,NULL,NULL,1,'2026-03-28 17:53:19','2026-03-28 17:53:19','d39a28fe-2397-4ec5-8c2f-17f5ed6fff5a'),
(52733,52733,1,'2026-03-28 13:54:10',NULL,NULL,NULL,1,'2026-03-28 17:54:10','2026-03-28 17:54:10','5c0df233-c1cd-49d5-bee6-566cb92cfa8c'),
(52734,52734,1,'2026-03-28 13:54:12',NULL,NULL,NULL,1,'2026-03-28 17:54:12','2026-03-28 17:54:12','2ba24ee2-0fd5-43f2-97c7-eac151a4da76'),
(52735,52735,1,'2026-03-28 13:55:55',NULL,NULL,NULL,1,'2026-03-28 17:55:55','2026-03-28 17:55:55','52526e99-fc25-4e8e-a0d5-72313cfdd463'),
(52736,52736,1,'2026-03-28 13:56:25',NULL,NULL,NULL,1,'2026-03-28 17:56:25','2026-03-28 17:56:25','fb1e4040-a28e-4af5-a5f2-6989ff96ee88'),
(52737,52737,1,'2026-03-28 13:58:35',NULL,NULL,NULL,1,'2026-03-28 17:58:35','2026-03-28 17:58:35','1720c0d2-b8a1-4877-b186-e879c3d3115e'),
(52738,52738,1,'2026-03-28 14:01:17',NULL,NULL,NULL,1,'2026-03-28 18:01:17','2026-03-28 18:01:17','a0916db9-a25c-4ce8-9e1b-c5d3b088247c'),
(52739,52739,1,'2026-03-28 14:03:01',NULL,NULL,NULL,1,'2026-03-28 18:03:01','2026-03-28 18:03:01','034a889a-66f9-44c8-8d4e-5c64487f0371'),
(52740,52740,1,'2026-03-28 14:03:23',NULL,NULL,NULL,1,'2026-03-28 18:03:23','2026-03-28 18:03:23','b1ff0e24-4dda-4a44-9c8a-8d7c4e5551e6'),
(52741,52741,1,'2026-03-28 14:04:57',NULL,NULL,NULL,1,'2026-03-28 18:04:57','2026-03-28 18:04:57','b4694b37-96ce-4e14-8797-60bdcc9abee2'),
(52742,52742,1,'2026-03-28 14:06:54',NULL,NULL,NULL,1,'2026-03-28 18:06:54','2026-03-28 18:06:54','aa25c266-091a-46ac-97af-c6328aa2762a'),
(52743,52743,1,'2026-03-28 14:07:45',NULL,NULL,NULL,1,'2026-03-28 18:07:45','2026-03-28 18:07:45','dfed259a-ab6e-4d34-8051-1531cc522056'),
(52744,52744,1,'2026-03-28 14:09:53',NULL,NULL,NULL,1,'2026-03-28 18:09:53','2026-03-28 18:09:53','c48c5dc8-3a4f-4540-8211-763ce08e4345'),
(52745,52745,1,'2026-03-28 14:16:39',NULL,NULL,NULL,1,'2026-03-28 18:16:39','2026-03-28 18:16:39','ba7c306d-7fd4-4362-862b-6f874b6b1019'),
(52746,52746,1,'2026-03-28 14:18:45',NULL,NULL,NULL,1,'2026-03-28 18:18:45','2026-03-28 18:18:45','9e208628-0597-4797-907a-2e42bf076cee'),
(52747,52747,1,'2026-03-28 14:19:45',NULL,NULL,NULL,1,'2026-03-28 18:19:45','2026-03-28 18:19:45','496a802c-29a3-4a6d-b8af-5821beecf7a1'),
(52748,52748,1,'2026-03-28 14:22:50',NULL,NULL,NULL,1,'2026-03-28 18:22:50','2026-03-28 18:22:50','94f7d4f4-288f-46f3-ac06-ac6dd1911e18'),
(52749,52749,1,'2026-03-28 14:23:39',NULL,NULL,NULL,1,'2026-03-28 18:23:39','2026-03-28 18:23:39','1f88dc61-0513-4aa2-9d33-04a67938ee82'),
(52750,52750,1,'2026-03-28 14:25:46',NULL,NULL,NULL,1,'2026-03-28 18:25:46','2026-03-28 18:25:46','3aa6bc54-6d24-4777-bc19-fe3dc85ba90c'),
(52751,52751,1,'2026-03-28 14:25:48',NULL,NULL,NULL,1,'2026-03-28 18:25:48','2026-03-28 18:25:48','d3667a20-3fb8-4a29-b905-9ff1a3c467b8'),
(52752,52752,1,'2026-03-28 14:25:49',NULL,NULL,NULL,1,'2026-03-28 18:25:49','2026-03-28 18:25:49','61f6df8b-ddbd-463a-9d85-e7b4cc1d24ae'),
(52753,52753,1,'2026-03-28 14:25:50',NULL,NULL,NULL,1,'2026-03-28 18:25:50','2026-03-28 18:25:50','0b869d0e-e746-48ea-844c-6ff21e9261d5'),
(52754,52754,1,'2026-03-28 14:25:51',NULL,NULL,NULL,1,'2026-03-28 18:25:51','2026-03-28 18:25:51','3bfe4a60-83eb-4404-975c-f14a834cd1a1'),
(52755,52755,1,'2026-03-28 14:27:27',NULL,NULL,NULL,1,'2026-03-28 18:27:27','2026-03-28 18:27:27','ce61607c-58ab-4423-b95e-6fffe82ee54f'),
(52756,52756,1,'2026-03-28 14:31:13',NULL,NULL,NULL,1,'2026-03-28 18:31:13','2026-03-28 18:31:13','60706d84-8af8-4d8f-a2cc-0fbc043925e7'),
(52757,52757,1,'2026-03-28 14:31:15',NULL,NULL,NULL,1,'2026-03-28 18:31:15','2026-03-28 18:31:15','d0c49583-a5ed-4cc8-bf4e-596a20c11ecc'),
(52758,52758,1,'2026-03-28 14:31:19',NULL,NULL,NULL,1,'2026-03-28 18:31:19','2026-03-28 18:31:19','59952c9f-1e44-4c57-a9f4-41d7c083bf5b'),
(52759,52759,1,'2026-03-28 14:34:40',NULL,NULL,NULL,1,'2026-03-28 18:34:40','2026-03-28 18:34:40','db10ae93-90b4-43ff-9ab4-c7a5f3aa4c82'),
(52760,52760,1,'2026-03-28 14:34:42',NULL,NULL,NULL,1,'2026-03-28 18:34:42','2026-03-28 18:34:42','563d7b32-cbbd-4727-ad53-712db74e89bd'),
(52761,52761,1,'2026-03-28 14:34:43',NULL,NULL,NULL,1,'2026-03-28 18:34:43','2026-03-28 18:34:43','b0bffb44-1cf6-4760-943b-668bad9ba34f'),
(52762,52762,1,'2026-03-28 14:34:44',NULL,NULL,NULL,1,'2026-03-28 18:34:44','2026-03-28 18:34:44','4b6a39da-1e46-4229-838f-7940364199d8'),
(52763,52763,1,'2026-03-28 14:34:45',NULL,NULL,NULL,1,'2026-03-28 18:34:45','2026-03-28 18:34:45','0b6420a0-25b9-4f7a-a5fd-4f2eabfa96e5'),
(52764,52764,1,'2026-03-28 14:34:59',NULL,NULL,NULL,1,'2026-03-28 18:34:59','2026-03-28 18:34:59','8fc64a0d-bc33-44d9-8292-560efbf28f22'),
(52765,52765,1,'2026-03-28 14:36:18',NULL,NULL,NULL,1,'2026-03-28 18:36:18','2026-03-28 18:36:18','17f78aab-75bf-4e11-aa74-140f6ea8df04'),
(52766,52766,1,'2026-03-28 14:36:59',NULL,NULL,NULL,1,'2026-03-28 18:36:59','2026-03-28 18:36:59','4eb51dff-fa17-4f9f-965e-2aae50a91d0c'),
(52767,52767,1,'2026-03-28 14:37:00',NULL,NULL,NULL,1,'2026-03-28 18:37:00','2026-03-28 18:37:00','7a1dd21b-62c5-44f2-bca5-32cd3b9b6672'),
(52768,52768,1,'2026-03-28 14:37:02',NULL,NULL,NULL,1,'2026-03-28 18:37:02','2026-03-28 18:37:02','dfeb6093-4d70-4ac1-9767-1ba02880802a'),
(52769,52769,1,'2026-03-28 14:37:03',NULL,NULL,NULL,1,'2026-03-28 18:37:03','2026-03-28 18:37:03','9207b890-69ac-4886-827b-e8b0ecf5918c'),
(52770,52770,1,'2026-03-28 14:37:04',NULL,NULL,NULL,1,'2026-03-28 18:37:04','2026-03-28 18:37:04','d050837c-3f5a-42ac-917c-e6f319c125ad'),
(52771,52771,1,'2026-03-28 14:39:10',NULL,NULL,NULL,1,'2026-03-28 18:39:10','2026-03-28 18:39:10','49757c4f-faf8-41bb-82e8-fa13d7e0318f'),
(52772,52772,1,'2026-03-28 14:39:47',NULL,NULL,NULL,1,'2026-03-28 18:39:47','2026-03-28 18:39:47','79157ffa-3b0e-467e-b2db-11372a774f0b'),
(52773,52773,1,'2026-03-28 14:40:45',NULL,NULL,NULL,1,'2026-03-28 18:40:45','2026-03-28 18:40:45','501608f2-93bc-4435-a35b-fad0c43beb6d'),
(52774,52774,1,'2026-03-28 14:41:16',NULL,NULL,NULL,1,'2026-03-28 18:41:16','2026-03-28 18:41:16','fa7f1387-fbf7-4c11-9ff7-37c83026acd4'),
(52775,52775,1,'2026-03-28 14:45:43',NULL,NULL,NULL,1,'2026-03-28 18:45:43','2026-03-28 18:45:43','93704c5f-1c9e-46a6-af99-8a20640219db'),
(52776,52776,1,'2026-03-28 14:52:27',NULL,NULL,NULL,1,'2026-03-28 18:52:27','2026-03-28 18:52:27','07c6f0b9-7a16-4451-8031-5a3a502cd509'),
(52777,52777,1,'2026-03-28 14:55:06',NULL,NULL,NULL,1,'2026-03-28 18:55:06','2026-03-28 18:55:06','1113cc68-b428-421e-9c6a-17890620aefe'),
(52778,52778,1,'2026-03-28 15:03:57',NULL,NULL,NULL,1,'2026-03-28 19:03:57','2026-03-28 19:03:57','230263e0-8199-4b9b-9edb-e3fb84be77f9'),
(52779,52779,1,'2026-03-28 15:20:32',NULL,NULL,NULL,1,'2026-03-28 19:20:32','2026-03-28 19:20:32','7bc3ea0b-1a15-4886-a269-3ce3d299a565'),
(52780,52780,1,'2026-03-28 15:28:07',NULL,NULL,NULL,1,'2026-03-28 19:28:07','2026-03-28 19:28:07','f6fccd4e-0cdc-44d1-9c24-6d649864cc42'),
(52781,52781,1,'2026-03-28 15:28:08',NULL,NULL,NULL,1,'2026-03-28 19:28:08','2026-03-28 19:28:08','55c2b98c-2c84-4715-b9cf-a3b7e92742ce'),
(52782,52782,1,'2026-03-28 15:28:09',NULL,NULL,NULL,1,'2026-03-28 19:28:09','2026-03-28 19:28:09','47e707ee-a73b-427b-8b3e-346d8b62df7f'),
(52783,52783,1,'2026-03-28 15:28:10',NULL,NULL,NULL,1,'2026-03-28 19:28:10','2026-03-28 19:28:10','4b3c9c4a-a29c-431f-aa11-39a89f24d7a9'),
(52784,52784,1,'2026-03-28 15:28:12',NULL,NULL,NULL,1,'2026-03-28 19:28:12','2026-03-28 19:28:12','bddb0174-9bb3-486d-ba25-35db3c446fb5'),
(52785,52785,1,'2026-03-28 15:35:29',NULL,NULL,NULL,1,'2026-03-28 19:35:29','2026-03-28 19:35:29','a6c77f4b-d01a-4b05-9311-93624214d36c'),
(52786,52786,1,'2026-03-28 15:41:51',NULL,NULL,NULL,1,'2026-03-28 19:41:51','2026-03-28 19:41:51','1fa5d8e3-94c3-41f4-8f13-0b1c86ae15d7'),
(52787,52787,1,'2026-03-28 15:50:05',NULL,NULL,NULL,1,'2026-03-28 19:50:05','2026-03-28 19:50:05','2b8902f1-970b-410a-bfcf-5c13a24e08b1'),
(52788,52788,1,'Resume Update',NULL,NULL,NULL,1,'2026-03-28 19:50:05','2026-03-28 19:50:05','1c76837f-b803-400f-aa3e-1486e1018f8d'),
(52789,52789,1,'2026-03-28 15:50:18',NULL,NULL,NULL,1,'2026-03-28 19:50:18','2026-03-28 19:50:18','4927b558-c702-4bb8-8c81-647bae2cece5'),
(52790,52790,1,'2026-03-28 15:52:40',NULL,NULL,NULL,1,'2026-03-28 19:52:40','2026-03-28 19:52:40','07b26881-5acc-4d6e-b97d-e2e2839ade95'),
(52791,52791,1,'2026-03-28 15:57:55',NULL,NULL,NULL,1,'2026-03-28 19:57:55','2026-03-28 19:57:55','988e9b24-1d8f-4ecf-8944-1a103c87365a'),
(52792,52792,1,'2026-03-28 16:01:38',NULL,NULL,NULL,1,'2026-03-28 20:01:38','2026-03-28 20:01:38','3258dbf4-5ed6-4d0b-9a8e-322c1c1c3b40'),
(52793,52793,1,'2026-03-28 16:01:40',NULL,NULL,NULL,1,'2026-03-28 20:01:40','2026-03-28 20:01:40','3d85d009-6485-4c9f-9df1-31aa3e75d1c7'),
(52794,52794,1,'2026-03-28 16:01:41',NULL,NULL,NULL,1,'2026-03-28 20:01:41','2026-03-28 20:01:41','c5a02f76-cc8c-46e9-a461-527432b95e38'),
(52795,52795,1,'2026-03-28 16:01:43',NULL,NULL,NULL,1,'2026-03-28 20:01:43','2026-03-28 20:01:43','412f3960-6e0e-4f7e-abc2-649f54179a3e'),
(52796,52796,1,'2026-03-28 16:01:44',NULL,NULL,NULL,1,'2026-03-28 20:01:44','2026-03-28 20:01:44','d0cde89b-2416-4ade-82e2-c453ff9eb4ec'),
(52797,52797,1,'2026-03-28 16:03:58',NULL,NULL,NULL,1,'2026-03-28 20:03:58','2026-03-28 20:03:58','7087a9fa-90d2-48a7-a9e0-12ccaae9f596'),
(52798,52798,1,'Sarah M Carey Resume ATS',NULL,NULL,NULL,1,'2026-03-28 20:03:58','2026-03-28 20:03:58','120ac309-5a21-486d-a2c0-45ffd30f03a3'),
(52799,52799,1,'2026-03-28 16:09:28',NULL,NULL,NULL,1,'2026-03-28 20:09:28','2026-03-28 20:09:28','5f51cbeb-0c72-43d8-b55c-fca518ef21f1'),
(52800,52800,1,'2026-03-28 16:12:23',NULL,NULL,NULL,1,'2026-03-28 20:12:23','2026-03-28 20:12:23','b1fd1aa2-6768-497c-b54e-4644d3b8a6d5'),
(52801,52801,1,'2026-03-28 16:13:28',NULL,NULL,NULL,1,'2026-03-28 20:13:28','2026-03-28 20:13:28','b459f9a3-809c-42fa-80b9-d7527a7818c7'),
(52802,52802,1,'2026-03-28 16:13:30',NULL,NULL,NULL,1,'2026-03-28 20:13:30','2026-03-28 20:13:30','0934b11f-1947-4d2b-8ca8-bb3e1a38534d'),
(52803,52803,1,'2026-03-28 16:13:31',NULL,NULL,NULL,1,'2026-03-28 20:13:31','2026-03-28 20:13:31','0f8d4086-5b18-42bd-9078-1a69d4a54cc3'),
(52804,52804,1,'2026-03-28 16:13:32',NULL,NULL,NULL,1,'2026-03-28 20:13:32','2026-03-28 20:13:32','cd4ed92d-809f-4acc-ac1f-4c29f45e4fe9'),
(52805,52805,1,'2026-03-28 16:13:33',NULL,NULL,NULL,1,'2026-03-28 20:13:33','2026-03-28 20:13:33','65b887ea-5a04-49d3-a317-61bfa80433e7'),
(52806,52806,1,'2026-03-28 16:21:41',NULL,NULL,NULL,1,'2026-03-28 20:21:41','2026-03-28 20:21:41','43bc83f9-c1bb-4b15-a414-e2102f090525'),
(52807,52807,1,'IMG 2944',NULL,NULL,NULL,1,'2026-03-28 20:21:41','2026-03-28 20:21:41','7486a078-afc9-4f90-a717-aff26a418ae9'),
(52808,52808,1,'2026-03-28 16:30:56',NULL,NULL,NULL,1,'2026-03-28 20:30:56','2026-03-28 20:30:56','add5a629-5e31-4058-b79c-53dd4069bf99'),
(52809,52809,1,'2026-03-28 16:44:17',NULL,NULL,NULL,1,'2026-03-28 20:44:17','2026-03-28 20:44:17','dca13c7d-88b9-4403-9c59-18ff506e026a'),
(52810,52810,1,'2026-03-28 16:44:34',NULL,NULL,NULL,1,'2026-03-28 20:44:34','2026-03-28 20:44:34','4f4beb2f-04d8-4537-beaf-7142f2593854'),
(52811,52811,1,'2026-03-28 16:56:59',NULL,NULL,NULL,1,'2026-03-28 20:56:59','2026-03-28 20:56:59','b38c9f1c-4f87-4305-a4fa-8bbdf0e2f393'),
(52812,52812,1,'Jahnea Lindsey Resume',NULL,NULL,NULL,1,'2026-03-28 20:56:59','2026-03-28 20:56:59','26bab117-9a3c-48fa-ab8c-4ef2e3bcc7f6'),
(52813,52813,1,'2026-03-28 17:05:42',NULL,NULL,NULL,1,'2026-03-28 21:05:42','2026-03-28 21:05:42','9378b9c6-e74d-4896-b37a-013b8ff27d6a'),
(52814,52814,1,'2026-03-28 17:10:14',NULL,NULL,NULL,1,'2026-03-28 21:10:14','2026-03-28 21:10:14','364a42ec-a815-475e-800d-9fcbcb339b71'),
(52815,52815,1,'2026-03-28 17:12:19',NULL,NULL,NULL,1,'2026-03-28 21:12:19','2026-03-28 21:12:19','7b77555f-8351-4c94-8131-2e1ce84164b2'),
(52816,52816,1,'2026-03-28 17:21:33',NULL,NULL,NULL,1,'2026-03-28 21:21:33','2026-03-28 21:21:33','dcc34e95-9806-4504-bb17-07d3c76f5190'),
(52817,52817,1,'2026-03-28 17:26:38',NULL,NULL,NULL,1,'2026-03-28 21:26:38','2026-03-28 21:26:38','5dd7ee4b-8ed0-4126-b898-b1e445502883'),
(52818,52818,1,'2026-03-28 17:27:08',NULL,NULL,NULL,1,'2026-03-28 21:27:08','2026-03-28 21:27:08','0f32fa52-cf92-4b9c-8855-a553558a55af'),
(52819,52819,1,'2026-03-28 17:37:55',NULL,NULL,NULL,1,'2026-03-28 21:37:55','2026-03-28 21:37:55','f3e2f3d4-701b-485b-baec-be8c2f6319b0'),
(52820,52820,1,'2026-03-28 17:49:21',NULL,NULL,NULL,1,'2026-03-28 21:49:21','2026-03-28 21:49:21','946db272-ae8f-4e90-b739-d8adc8c94245'),
(52821,52821,1,'2026-03-28 17:58:42',NULL,NULL,NULL,1,'2026-03-28 21:58:42','2026-03-28 21:58:42','189ff756-b679-408f-b13e-d6a97f872bd1'),
(52822,52822,1,'2026-03-28 18:04:57',NULL,NULL,NULL,1,'2026-03-28 22:04:57','2026-03-28 22:04:57','1e96c070-83e6-4978-bb5e-4274491d1129'),
(52823,52823,1,'2026-03-28 18:08:51',NULL,NULL,NULL,1,'2026-03-28 22:08:51','2026-03-28 22:08:51','fbcf7428-20ec-4cdc-91ba-6280b8c92866'),
(52824,52824,1,'2026-03-28 18:21:56',NULL,NULL,NULL,1,'2026-03-28 22:21:56','2026-03-28 22:21:56','c534435d-3ccb-4c30-88e0-1c3de5b68104'),
(52825,52825,1,'2026-03-28 18:25:49',NULL,NULL,NULL,1,'2026-03-28 22:25:49','2026-03-28 22:25:49','1c805688-c013-4de2-994b-913d1919c786'),
(52826,52826,1,'2026-03-28 18:27:27',NULL,NULL,NULL,1,'2026-03-28 22:27:27','2026-03-28 22:27:27','e9f02787-a682-41d8-8e4f-295025b424b4'),
(52827,52827,1,'2026-03-28 18:29:14',NULL,NULL,NULL,1,'2026-03-28 22:29:14','2026-03-28 22:29:14','0864ee2b-c0ac-41d2-93c0-5ef9621b69c4'),
(52828,52828,1,'2026-03-28 18:33:54',NULL,NULL,NULL,1,'2026-03-28 22:33:54','2026-03-28 22:33:54','6b29bfcf-d8ac-4d73-9ac4-79aa8f2a8e85'),
(52829,52829,1,'2026-03-28 18:38:59',NULL,NULL,NULL,1,'2026-03-28 22:38:59','2026-03-28 22:38:59','ba4142c1-ff3d-405e-9358-8ed6abdd7e37'),
(52830,52830,1,'2026-03-28 18:41:39',NULL,NULL,NULL,1,'2026-03-28 22:41:39','2026-03-28 22:41:39','fed0d17c-3abe-405a-98c6-600222c3f285'),
(52831,52831,1,'2026-03-28 18:48:51',NULL,NULL,NULL,1,'2026-03-28 22:48:51','2026-03-28 22:48:51','f961b83e-b8b2-4f5c-a578-69a458e42add'),
(52832,52832,1,'2026-03-28 18:50:25',NULL,NULL,NULL,1,'2026-03-28 22:50:25','2026-03-28 22:50:25','6d8f1f59-6824-4f4f-ab5e-b9111d4696d5'),
(52833,52833,1,'2026-03-28 18:55:00',NULL,NULL,NULL,1,'2026-03-28 22:55:00','2026-03-28 22:55:00','8a2276a7-bb8b-4504-b21c-a2df9910ede3'),
(52834,52834,1,'2026-03-28 18:55:42',NULL,NULL,NULL,1,'2026-03-28 22:55:42','2026-03-28 22:55:42','4e42f768-25f7-4b06-98b4-7e035b46f093'),
(52835,52835,1,'2026-03-28 19:07:12',NULL,NULL,NULL,1,'2026-03-28 23:07:12','2026-03-28 23:07:12','be1fdfc8-899f-4647-81e9-00a79ed91caa'),
(52836,52836,1,'2026-03-28 19:13:16',NULL,NULL,NULL,1,'2026-03-28 23:13:16','2026-03-28 23:13:16','503d9bd0-76bc-46a7-86a2-443eb574c226'),
(52837,52837,1,'2026-03-28 19:16:45',NULL,NULL,NULL,1,'2026-03-28 23:16:45','2026-03-28 23:16:45','6d476549-8d89-4f56-bf35-750e2edfa6d0'),
(52838,52838,1,'2026-03-28 19:23:02',NULL,NULL,NULL,1,'2026-03-28 23:23:02','2026-03-28 23:23:02','0fce20b9-1db8-4925-9b1e-0c2f0fea7a44'),
(52839,52839,1,'2026-03-28 19:27:11',NULL,NULL,NULL,1,'2026-03-28 23:27:11','2026-03-28 23:27:11','7bc44b4c-fe37-409b-812a-10876a54ae4e'),
(52840,52840,1,'2026-03-28 19:52:04',NULL,NULL,NULL,1,'2026-03-28 23:52:04','2026-03-28 23:52:04','55774692-ff7e-4e40-89fc-e05b7b2ae57c'),
(52841,52841,1,'2026-03-28 19:58:18',NULL,NULL,NULL,1,'2026-03-28 23:58:18','2026-03-28 23:58:18','de10fdab-e0d1-418d-9bf6-4770bf8133a1'),
(52842,52842,1,'2026-03-28 19:59:16',NULL,NULL,NULL,1,'2026-03-28 23:59:16','2026-03-28 23:59:16','41205c65-cf91-4d38-b289-d94b6d28f7e7'),
(52843,52843,1,'2026-03-28 20:43:47',NULL,NULL,NULL,1,'2026-03-29 00:43:47','2026-03-29 00:43:47','9378e43d-745f-4bad-bf30-e73bcbece51c'),
(52844,52844,1,'2026-03-28 20:58:28',NULL,NULL,NULL,1,'2026-03-29 00:58:28','2026-03-29 00:58:28','f2e1ba94-e89d-4ba9-850b-6180b99e871d'),
(52845,52845,1,'2026-03-28 20:59:52',NULL,NULL,NULL,1,'2026-03-29 00:59:52','2026-03-29 00:59:53','f10fac5d-3938-4ab7-ada6-c0bb555721dc'),
(52846,52846,1,'2026-03-28 21:01:14',NULL,NULL,NULL,1,'2026-03-29 01:01:14','2026-03-29 01:01:14','01f0327a-c0aa-4145-a77e-6a1081a9abf8'),
(52847,52847,1,'2026-03-28 21:14:46',NULL,NULL,NULL,1,'2026-03-29 01:14:46','2026-03-29 01:14:46','8528dfec-535e-41e1-b396-b2b99778c716'),
(52848,52848,1,'Stephen Vosper Patient Accounts Representative Resume',NULL,NULL,NULL,1,'2026-03-29 01:14:46','2026-03-29 01:14:46','b1bd3f7b-ebe1-4d14-8ee8-8c823602beeb'),
(52849,52849,1,'2026-03-28 21:43:41',NULL,NULL,NULL,1,'2026-03-29 01:43:41','2026-03-29 01:43:41','26a79f2a-3e55-4044-a03d-89e25ad334da'),
(52850,52850,1,'2026-03-28 21:49:46',NULL,NULL,NULL,1,'2026-03-29 01:49:46','2026-03-29 01:49:46','9d588736-55ad-46ac-898b-0ed990c30850'),
(52851,52851,1,'2026-03-28 22:08:28',NULL,NULL,NULL,1,'2026-03-29 02:08:28','2026-03-29 02:08:28','7fd6fb36-b53f-42e6-832a-520eacf72fe5'),
(52852,52852,1,'2026-03-28 22:16:28',NULL,NULL,NULL,1,'2026-03-29 02:16:28','2026-03-29 02:16:28','8d65dc68-9f5d-437a-b798-babd71af9635'),
(52853,52853,1,'2026-03-28 22:19:57',NULL,NULL,NULL,1,'2026-03-29 02:19:57','2026-03-29 02:19:57','ecb44c42-0d04-4f10-98f1-411e9544b797'),
(52854,52854,1,'2026-03-28 22:21:50',NULL,NULL,NULL,1,'2026-03-29 02:21:50','2026-03-29 02:21:50','34f72a56-ace2-4f27-8d53-995992ad472a'),
(52855,52855,1,'2026-03-28 22:25:50',NULL,NULL,NULL,1,'2026-03-29 02:25:50','2026-03-29 02:25:50','af82531d-a67f-43cd-93ca-b885b8e26b9e'),
(52856,52856,1,'2026-03-28 22:43:38',NULL,NULL,NULL,1,'2026-03-29 02:43:38','2026-03-29 02:43:38','3a271a35-b786-4323-871e-483cddead325'),
(52857,52857,1,'2026-03-28 22:44:19',NULL,NULL,NULL,1,'2026-03-29 02:44:19','2026-03-29 02:44:19','5a543b66-2ef3-4f71-825f-8690c42ae109'),
(52858,52858,1,'2026-03-28 22:53:08',NULL,NULL,NULL,1,'2026-03-29 02:53:08','2026-03-29 02:53:08','f2d11a6e-bb22-4e09-a845-348536f2f73a'),
(52859,52859,1,'2026-03-28 22:55:53',NULL,NULL,NULL,1,'2026-03-29 02:55:53','2026-03-29 02:55:53','ceaef10a-7d7f-44d0-ba89-16ca844298b5'),
(52860,52860,1,'2026-03-28 23:03:11',NULL,NULL,NULL,1,'2026-03-29 03:03:11','2026-03-29 03:03:11','6c178148-78e7-4a29-9ed8-35fc4a6e900c'),
(52861,52861,1,'2026-03-28 23:07:26',NULL,NULL,NULL,1,'2026-03-29 03:07:26','2026-03-29 03:07:26','69dcc72b-bac6-4d12-8f0b-2f10232c16f6'),
(52862,52862,1,'2026-03-28 23:07:51',NULL,NULL,NULL,1,'2026-03-29 03:07:51','2026-03-29 03:07:51','c7b2484b-3e0e-4c82-9fa2-d94cc5e96dff'),
(52863,52863,1,'2026-03-28 23:11:39',NULL,NULL,NULL,1,'2026-03-29 03:11:39','2026-03-29 03:11:39','976470b2-5b1a-4f85-82e1-49b79267601d'),
(52864,52864,1,'2026-03-28 23:13:54',NULL,NULL,NULL,1,'2026-03-29 03:13:54','2026-03-29 03:13:54','11c81356-77dc-47af-861a-8d248d7f7390'),
(52865,52865,1,'2026-03-28 23:43:38',NULL,NULL,NULL,1,'2026-03-29 03:43:38','2026-03-29 03:43:38','eff5af40-e5ae-48cf-99be-e1f7ce25d80f'),
(52866,52866,1,'2026-03-29 00:04:52',NULL,NULL,NULL,1,'2026-03-29 04:04:52','2026-03-29 04:04:52','6764e64c-f601-4185-8085-448c4cf9a597'),
(52867,52867,1,'2026-03-29 00:05:59',NULL,NULL,NULL,1,'2026-03-29 04:05:59','2026-03-29 04:05:59','e77b6136-7950-4d69-9058-7dbc15c482ae'),
(52868,52868,1,'2026-03-29 00:14:18',NULL,NULL,NULL,1,'2026-03-29 04:14:18','2026-03-29 04:14:18','8104a22e-fe06-4421-bbb0-4f7d4d4b11e0'),
(52869,52869,1,'2026-03-29 00:31:15',NULL,NULL,NULL,1,'2026-03-29 04:31:15','2026-03-29 04:31:15','ac4f27f0-5d7b-4019-82db-9a26d48614cb'),
(52870,52870,1,'2026-03-29 00:49:01',NULL,NULL,NULL,1,'2026-03-29 04:49:01','2026-03-29 04:49:01','f4c4e0d7-359b-46c8-990b-7cdbec193652'),
(52871,52871,1,'2026-03-29 00:51:14',NULL,NULL,NULL,1,'2026-03-29 04:51:14','2026-03-29 04:51:14','fb2a29d2-84f1-4de1-af8e-af68f1a94ab9'),
(52872,52872,1,'2026-03-29 00:54:12',NULL,NULL,NULL,1,'2026-03-29 04:54:12','2026-03-29 04:54:12','5a1f6d00-80d5-41db-8d54-08e049b97080'),
(52873,52873,1,'2026-03-29 01:13:04',NULL,NULL,NULL,1,'2026-03-29 05:13:04','2026-03-29 05:13:04','bdfbc4fe-ca3e-4e99-a37b-7c4beefb71f4'),
(52874,52874,1,'2026-03-29 01:20:29',NULL,NULL,NULL,1,'2026-03-29 05:20:29','2026-03-29 05:20:29','766e7317-1b46-4c12-8310-68df54886f19'),
(52875,52875,1,'2026-03-29 01:24:20',NULL,NULL,NULL,1,'2026-03-29 05:24:20','2026-03-29 05:24:20','a8a638fa-bcaa-4096-99bd-9df63c9cc64e'),
(52876,52876,1,'2026-03-29 01:33:57',NULL,NULL,NULL,1,'2026-03-29 05:33:57','2026-03-29 05:33:57','a512438c-277e-4d83-b32d-4c979523a6c8'),
(52877,52877,1,'2026-03-29 01:35:23',NULL,NULL,NULL,1,'2026-03-29 05:35:23','2026-03-29 05:35:23','a8e0127c-6d9c-49a5-93ea-8a9a58508b4e'),
(52878,52878,1,'2026-03-29 01:36:01',NULL,NULL,NULL,1,'2026-03-29 05:36:01','2026-03-29 05:36:01','0fca7bfc-bbc2-4cd0-9415-1cacc3bfc8eb'),
(52879,52879,1,'2026-03-29 01:37:05',NULL,NULL,NULL,1,'2026-03-29 05:37:05','2026-03-29 05:37:05','46b8d362-e99e-4109-bc8c-e6b8d2a4b4cd'),
(52880,52880,1,'2026-03-29 01:40:18',NULL,NULL,NULL,1,'2026-03-29 05:40:18','2026-03-29 05:40:18','96bf7868-c0dc-4098-bde8-f3e93d3ad9db'),
(52881,52881,1,'2026-03-29 01:40:38',NULL,NULL,NULL,1,'2026-03-29 05:40:38','2026-03-29 05:40:38','072a7347-ddfe-4586-97f1-d611a6ea6967'),
(52882,52882,1,'2026-03-29 01:40:45',NULL,NULL,NULL,1,'2026-03-29 05:40:45','2026-03-29 05:40:45','5be98594-d79c-4f4f-83cb-2201d753d4f1'),
(52883,52883,1,'2026-03-29 01:40:51',NULL,NULL,NULL,1,'2026-03-29 05:40:51','2026-03-29 05:40:51','b8fe6ca3-e264-4d67-a8f0-7351bf541b19'),
(52884,52884,1,'2026-03-29 01:42:14',NULL,NULL,NULL,1,'2026-03-29 05:42:14','2026-03-29 05:42:14','698a6914-22ab-43b3-976e-d62d508d136c'),
(52885,52885,1,'2026-03-29 01:42:26',NULL,NULL,NULL,1,'2026-03-29 05:42:26','2026-03-29 05:42:26','18e1fa79-4ea5-49a8-ab79-bdd94b1ec585'),
(52886,52886,1,'2026-03-29 01:42:31',NULL,NULL,NULL,1,'2026-03-29 05:42:31','2026-03-29 05:42:31','144d2c66-b1da-4d60-8e01-e2a9c3dd6198'),
(52887,52887,1,'2026-03-29 01:47:00',NULL,NULL,NULL,1,'2026-03-29 05:47:00','2026-03-29 05:47:00','05d6d86a-a24b-4f95-b37b-60f2320cf5c5'),
(52888,52888,1,'2026-03-29 01:48:33',NULL,NULL,NULL,1,'2026-03-29 05:48:33','2026-03-29 05:48:33','360f1485-e3ce-4425-a433-0744eefd3934'),
(52889,52889,1,'2026-03-29 01:48:58',NULL,NULL,NULL,1,'2026-03-29 05:48:58','2026-03-29 05:48:58','5af54f3c-a70c-4077-9c5d-2a0ce825d5b4'),
(52890,52890,1,'2026-03-29 01:50:52',NULL,NULL,NULL,1,'2026-03-29 05:50:52','2026-03-29 05:50:52','c72e35b4-3b3b-41d7-98f0-eef0019b73c2'),
(52891,52891,1,'2026-03-29 01:51:26',NULL,NULL,NULL,1,'2026-03-29 05:51:26','2026-03-29 05:51:26','03ae9a6b-7e71-4786-9596-6c243aa7ee21'),
(52892,52892,1,'2026-03-29 01:57:13',NULL,NULL,NULL,1,'2026-03-29 05:57:13','2026-03-29 05:57:13','f88df26a-a5b7-4ca4-994e-03864f2d75e6'),
(52893,52893,1,'2026-03-29 01:57:42',NULL,NULL,NULL,1,'2026-03-29 05:57:42','2026-03-29 05:57:42','f12938a9-1f9a-4d17-8d8a-e5b910cf16a8'),
(52894,52894,1,'2026-03-29 01:58:38',NULL,NULL,NULL,1,'2026-03-29 05:58:38','2026-03-29 05:58:38','3abb734f-e2f7-446e-a062-a2563a9f5565'),
(52895,52895,1,'2026-03-29 02:02:43',NULL,NULL,NULL,1,'2026-03-29 06:02:43','2026-03-29 06:02:43','e6f931da-0b70-4563-b20d-b624b2ca4798'),
(52896,52896,1,'2026-03-29 02:03:53',NULL,NULL,NULL,1,'2026-03-29 06:03:53','2026-03-29 06:03:53','4ac76ccb-f914-46a9-a085-c0cb26927d03'),
(52897,52897,1,'2026-03-29 02:04:27',NULL,NULL,NULL,1,'2026-03-29 06:04:27','2026-03-29 06:04:27','c85a80dc-2f81-4f78-99c6-fc168acf2dd0'),
(52898,52898,1,'2026-03-29 02:04:33',NULL,NULL,NULL,1,'2026-03-29 06:04:33','2026-03-29 06:04:33','029f8f57-32e1-4360-84bb-03cd4ab7081d'),
(52899,52899,1,'2026-03-29 02:07:36',NULL,NULL,NULL,1,'2026-03-29 06:07:36','2026-03-29 06:07:36','8fdc7307-18c6-4c3f-a9bf-2b6e1e4f73a6'),
(52900,52900,1,'2026-03-29 02:08:37',NULL,NULL,NULL,1,'2026-03-29 06:08:37','2026-03-29 06:08:37','b1c2ceee-a4c7-4a0e-9d17-f643cf32f1f8'),
(52901,52901,1,'2026-03-29 02:09:33',NULL,NULL,NULL,1,'2026-03-29 06:09:33','2026-03-29 06:09:33','9ab35432-422d-4e67-90c5-01b7dadf18ed'),
(52902,52902,1,'2026-03-29 02:10:12',NULL,NULL,NULL,1,'2026-03-29 06:10:12','2026-03-29 06:10:12','cb4acf7f-7b20-4a89-895c-1135498e891c'),
(52903,52903,1,'2026-03-29 02:12:46',NULL,NULL,NULL,1,'2026-03-29 06:12:46','2026-03-29 06:12:46','74ce8bc0-c526-4fc5-be31-ce6614c6a5a8'),
(52904,52904,1,'2026-03-29 02:12:50',NULL,NULL,NULL,1,'2026-03-29 06:12:50','2026-03-29 06:12:50','384c9ef5-8f1e-426e-8450-9d1d3298ed53'),
(52905,52905,1,'2026-03-29 02:13:13',NULL,NULL,NULL,1,'2026-03-29 06:13:13','2026-03-29 06:13:13','2384323e-9e1c-41ad-917e-f1727c661dd7'),
(52906,52906,1,'2026-03-29 02:13:14',NULL,NULL,NULL,1,'2026-03-29 06:13:14','2026-03-29 06:13:14','a1e63477-9421-4236-ac43-6d006b71694a'),
(52907,52907,1,'2026-03-29 02:13:41',NULL,NULL,NULL,1,'2026-03-29 06:13:41','2026-03-29 06:13:41','43471b5b-fe35-4aa7-87ff-0a9dda6c94e8'),
(52908,52908,1,'2026-03-29 02:14:01',NULL,NULL,NULL,1,'2026-03-29 06:14:01','2026-03-29 06:14:01','62e699b3-e01b-4f66-9033-af78ee246f88'),
(52909,52909,1,'2026-03-29 02:14:13',NULL,NULL,NULL,1,'2026-03-29 06:14:13','2026-03-29 06:14:13','c09e89a7-be8f-4aee-8fc4-5f1c3b477869'),
(52910,52910,1,'2026-03-29 02:14:57',NULL,NULL,NULL,1,'2026-03-29 06:14:57','2026-03-29 06:14:57','f8e7562b-2ab4-4b83-96f3-569cb03668c4'),
(52911,52911,1,'2026-03-29 02:15:12',NULL,NULL,NULL,1,'2026-03-29 06:15:12','2026-03-29 06:15:12','399ac88f-c122-42ca-b85a-858fdd4ab574'),
(52912,52912,1,'2026-03-29 02:16:29',NULL,NULL,NULL,1,'2026-03-29 06:16:29','2026-03-29 06:16:29','702b71ac-8ec7-41b3-bc03-7ec1e74aa7f4'),
(52913,52913,1,'2026-03-29 02:17:32',NULL,NULL,NULL,1,'2026-03-29 06:17:32','2026-03-29 06:17:32','29ed6b9e-ae60-4724-8d85-e76ce04e39b7'),
(52914,52914,1,'2026-03-29 02:18:19',NULL,NULL,NULL,1,'2026-03-29 06:18:19','2026-03-29 06:18:19','f6a06b30-1822-4e90-b26f-d98d049b887a'),
(52915,52915,1,'2026-03-29 02:18:55',NULL,NULL,NULL,1,'2026-03-29 06:18:55','2026-03-29 06:18:55','fefb6728-61bf-407a-807b-e9ebc4ce8c35'),
(52916,52916,1,'2026-03-29 02:18:57',NULL,NULL,NULL,1,'2026-03-29 06:18:57','2026-03-29 06:18:57','71869d20-a652-44a0-a0e4-ef0cff708640'),
(52917,52917,1,'2026-03-29 02:20:34',NULL,NULL,NULL,1,'2026-03-29 06:20:34','2026-03-29 06:20:34','e886462c-baab-4ccc-bf96-42e319ae68d6'),
(52918,52918,1,'2026-03-29 02:21:22',NULL,NULL,NULL,1,'2026-03-29 06:21:22','2026-03-29 06:21:22','7014611f-afea-489f-a3b3-e0ded4b3dabd'),
(52919,52919,1,'2026-03-29 02:23:26',NULL,NULL,NULL,1,'2026-03-29 06:23:26','2026-03-29 06:23:26','0348a81d-dcb2-44f4-ae2a-d6f1ddcbf4b2'),
(52920,52920,1,'2026-03-29 02:23:36',NULL,NULL,NULL,1,'2026-03-29 06:23:35','2026-03-29 06:23:36','7cf67ae8-02a6-409d-8b19-874887fc4d30'),
(52921,52921,1,'2026-03-29 02:28:42',NULL,NULL,NULL,1,'2026-03-29 06:28:42','2026-03-29 06:28:42','6b4244ad-2a94-40aa-8c00-deb28c6c5cd7'),
(52922,52922,1,'2026-03-29 02:30:44',NULL,NULL,NULL,1,'2026-03-29 06:30:44','2026-03-29 06:30:44','5ef14165-1fdd-4391-b59e-de3310ca5c4f'),
(52923,52923,1,'2026-03-29 02:32:22',NULL,NULL,NULL,1,'2026-03-29 06:32:22','2026-03-29 06:32:22','b2b40379-745f-4b82-9d51-0de8e1124b37'),
(52924,52924,1,'2026-03-29 02:32:57',NULL,NULL,NULL,1,'2026-03-29 06:32:57','2026-03-29 06:32:57','b572a6e7-f151-420b-98e9-4b6b6c36a967'),
(52925,52925,1,'2026-03-29 02:34:52',NULL,NULL,NULL,1,'2026-03-29 06:34:52','2026-03-29 06:34:52','5c21f743-9574-4cd6-bf5e-575ac6fe5483'),
(52926,52926,1,'2026-03-29 02:35:42',NULL,NULL,NULL,1,'2026-03-29 06:35:42','2026-03-29 06:35:42','62070ba2-b056-4ac7-a0c0-2f60312e8a25'),
(52927,52927,1,'2026-03-29 02:36:07',NULL,NULL,NULL,1,'2026-03-29 06:36:07','2026-03-29 06:36:07','700b650c-1b4f-487a-9719-3d9c5e9df8af'),
(52928,52928,1,'2026-03-29 02:36:29',NULL,NULL,NULL,1,'2026-03-29 06:36:29','2026-03-29 06:36:29','4b9fa875-a23a-4757-a075-866ad155b6be'),
(52929,52929,1,'2026-03-29 02:36:37',NULL,NULL,NULL,1,'2026-03-29 06:36:37','2026-03-29 06:36:37','b8a181dd-f1ca-4d04-91a1-9823144a3cde'),
(52930,52930,1,'2026-03-29 02:38:07',NULL,NULL,NULL,1,'2026-03-29 06:38:07','2026-03-29 06:38:07','2dad7476-c104-4544-a5bf-f542978178fb'),
(52931,52931,1,'2026-03-29 02:45:11',NULL,NULL,NULL,1,'2026-03-29 06:45:11','2026-03-29 06:45:11','24a8cba7-6724-4508-9291-eca4fbf3f956'),
(52932,52932,1,'2026-03-29 02:46:02',NULL,NULL,NULL,1,'2026-03-29 06:46:02','2026-03-29 06:46:02','3dd995be-5809-4ebe-86c1-c93707a47402'),
(52933,52933,1,'2026-03-29 02:47:04',NULL,NULL,NULL,1,'2026-03-29 06:47:04','2026-03-29 06:47:04','be02ad7d-555e-49b3-ae02-c933bf772b93'),
(52934,52934,1,'2026-03-29 02:47:16',NULL,NULL,NULL,1,'2026-03-29 06:47:16','2026-03-29 06:47:16','e577ae0f-eef1-4c1d-8363-5122e244d39e'),
(52935,52935,1,'2026-03-29 02:48:03',NULL,NULL,NULL,1,'2026-03-29 06:48:03','2026-03-29 06:48:03','05894883-059e-4c47-956c-d29a0ef30a24'),
(52936,52936,1,'2026-03-29 02:49:33',NULL,NULL,NULL,1,'2026-03-29 06:49:33','2026-03-29 06:49:33','4c95f665-3af5-4034-84de-2fad131e4f07'),
(52937,52937,1,'2026-03-29 02:50:57',NULL,NULL,NULL,1,'2026-03-29 06:50:57','2026-03-29 06:50:57','60060639-eb30-4b58-9ced-f2f711a01a78'),
(52938,52938,1,'2026-03-29 02:51:00',NULL,NULL,NULL,1,'2026-03-29 06:51:00','2026-03-29 06:51:00','663a7dca-c098-4163-9fd3-ab58866f1076'),
(52939,52939,1,'2026-03-29 02:51:23',NULL,NULL,NULL,1,'2026-03-29 06:51:23','2026-03-29 06:51:23','a6a04e98-0233-4a78-8bb4-b8a8d0a24d44'),
(52940,52940,1,'2026-03-29 02:51:41',NULL,NULL,NULL,1,'2026-03-29 06:51:41','2026-03-29 06:51:41','08dc3324-ad70-423b-8100-9b509c712d21'),
(52941,52941,1,'2026-03-29 02:52:46',NULL,NULL,NULL,1,'2026-03-29 06:52:46','2026-03-29 06:52:46','1955340a-2efd-42da-9440-e388638f4ac3'),
(52942,52942,1,'2026-03-29 02:53:58',NULL,NULL,NULL,1,'2026-03-29 06:53:58','2026-03-29 06:53:58','6b79cf2d-ea8b-4cb9-b805-a23c52e102e6'),
(52943,52943,1,'2026-03-29 02:55:40',NULL,NULL,NULL,1,'2026-03-29 06:55:40','2026-03-29 06:55:40','fa03e8e8-d808-4107-bfed-15c231607210'),
(52944,52944,1,'2026-03-29 02:55:46',NULL,NULL,NULL,1,'2026-03-29 06:55:46','2026-03-29 06:55:46','2b302685-d400-4321-91c5-9aefcf0fabeb'),
(52945,52945,1,'2026-03-29 02:57:17',NULL,NULL,NULL,1,'2026-03-29 06:57:17','2026-03-29 06:57:17','f2b74ab9-8c77-4c05-a4b4-6e7750586533'),
(52946,52946,1,'2026-03-29 02:58:38',NULL,NULL,NULL,1,'2026-03-29 06:58:38','2026-03-29 06:58:38','61987dbe-41e4-4a1e-a974-9055e0e81e13'),
(52947,52947,1,'2026-03-29 03:01:06',NULL,NULL,NULL,1,'2026-03-29 07:01:06','2026-03-29 07:01:06','33336901-6f80-4efa-b5c1-c96cf6cb41b7'),
(52948,52948,1,'2026-03-29 03:03:08',NULL,NULL,NULL,1,'2026-03-29 07:03:08','2026-03-29 07:03:08','f30ccc88-6f61-4a28-9549-2f5903ad796f'),
(52949,52949,1,'2026-03-29 03:05:09',NULL,NULL,NULL,1,'2026-03-29 07:05:09','2026-03-29 07:05:09','639734aa-4ab6-4618-9c24-3a5e69e3fbed'),
(52950,52950,1,'2026-03-29 03:06:47',NULL,NULL,NULL,1,'2026-03-29 07:06:47','2026-03-29 07:06:47','963f22f8-19ec-4e4c-b82c-199a62ac73fd'),
(52951,52951,1,'2026-03-29 03:08:03',NULL,NULL,NULL,1,'2026-03-29 07:08:03','2026-03-29 07:08:03','371ea32a-4a09-4ae1-81b5-37cadf686eab'),
(52952,52952,1,'2026-03-29 03:09:15',NULL,NULL,NULL,1,'2026-03-29 07:09:15','2026-03-29 07:09:15','dfb1b69d-474c-4c21-9bf1-d50b11d84fe0'),
(52953,52953,1,'2026-03-29 03:09:16',NULL,NULL,NULL,1,'2026-03-29 07:09:16','2026-03-29 07:09:16','fc4ad792-1a90-406b-943c-dd402d8b6bdc'),
(52954,52954,1,'2026-03-29 03:11:28',NULL,NULL,NULL,1,'2026-03-29 07:11:28','2026-03-29 07:11:28','b7707ac1-6e47-4848-a478-0dbbd3fa2623'),
(52955,52955,1,'2026-03-29 03:14:33',NULL,NULL,NULL,1,'2026-03-29 07:14:33','2026-03-29 07:14:33','3cca79cb-abec-4118-b9be-fcf458d6f157'),
(52956,52956,1,'2026-03-29 03:17:06',NULL,NULL,NULL,1,'2026-03-29 07:17:06','2026-03-29 07:17:06','8329b51e-e8f3-4065-9585-ff881faded88'),
(52957,52957,1,'2026-03-29 03:18:48',NULL,NULL,NULL,1,'2026-03-29 07:18:48','2026-03-29 07:18:48','9ef19452-3429-4953-bea4-6427647184a0'),
(52958,52958,1,'2026-03-29 03:19:02',NULL,NULL,NULL,1,'2026-03-29 07:19:02','2026-03-29 07:19:02','b15b4ec3-d1a3-4208-a3c4-2d72a88b50b6'),
(52959,52959,1,'2026-03-29 03:21:43',NULL,NULL,NULL,1,'2026-03-29 07:21:43','2026-03-29 07:21:43','406cd314-015f-4821-bc20-2ba9d68096f8'),
(52960,52960,1,'2026-03-29 03:25:40',NULL,NULL,NULL,1,'2026-03-29 07:25:40','2026-03-29 07:25:40','c3d3a63c-6ad7-4e6e-be4a-c1c4e9a78f4f'),
(52961,52961,1,'2026-03-29 03:26:40',NULL,NULL,NULL,1,'2026-03-29 07:26:40','2026-03-29 07:26:40','3ec5b23d-56cf-4d63-bd2f-10e5623a74c2'),
(52962,52962,1,'2026-03-29 03:31:52',NULL,NULL,NULL,1,'2026-03-29 07:31:52','2026-03-29 07:31:52','86e62cb3-4fc2-47ea-bffa-5d75a6f01f88'),
(52963,52963,1,'2026-03-29 03:34:35',NULL,NULL,NULL,1,'2026-03-29 07:34:35','2026-03-29 07:34:35','e9f4fc95-02a5-4536-8ec1-f5bd9961d059'),
(52964,52964,1,'2026-03-29 03:35:13',NULL,NULL,NULL,1,'2026-03-29 07:35:13','2026-03-29 07:35:13','deb074df-bb8f-4ea6-84aa-0d267a1c5c6b'),
(52965,52965,1,'2026-03-29 03:35:26',NULL,NULL,NULL,1,'2026-03-29 07:35:26','2026-03-29 07:35:26','7469d186-c9b8-4854-a8b0-899e4fc0b19c'),
(52966,52966,1,'2026-03-29 03:37:10',NULL,NULL,NULL,1,'2026-03-29 07:37:10','2026-03-29 07:37:10','6f701d8e-aa92-49ef-ae0a-73e6970b2544'),
(52967,52967,1,'2026-03-29 03:37:55',NULL,NULL,NULL,1,'2026-03-29 07:37:55','2026-03-29 07:37:55','c62d8591-93b8-4236-b529-267cfedf0b11'),
(52968,52968,1,'2026-03-29 03:38:04',NULL,NULL,NULL,1,'2026-03-29 07:38:04','2026-03-29 07:38:04','9d446a04-d7df-4ceb-b0e4-a86c90ae5dfe'),
(52969,52969,1,'2026-03-29 03:38:22',NULL,NULL,NULL,1,'2026-03-29 07:38:22','2026-03-29 07:38:22','18285d5d-16e4-44f2-b16a-03e7040c9793'),
(52970,52970,1,'2026-03-29 03:39:42',NULL,NULL,NULL,1,'2026-03-29 07:39:42','2026-03-29 07:39:42','40b2cc27-970e-4fa6-b019-e887888565a4'),
(52971,52971,1,'2026-03-29 03:41:06',NULL,NULL,NULL,1,'2026-03-29 07:41:06','2026-03-29 07:41:06','b9bfe2f1-99be-4f66-b89c-c34922a71976'),
(52972,52972,1,'2026-03-29 03:42:41',NULL,NULL,NULL,1,'2026-03-29 07:42:41','2026-03-29 07:42:41','52839fea-7694-4f0d-bdf1-bbbd81e8d8a8'),
(52973,52973,1,'2026-03-29 03:42:47',NULL,NULL,NULL,1,'2026-03-29 07:42:47','2026-03-29 07:42:47','f192d2cc-c050-49ae-9baf-92d14ba8aba9'),
(52974,52974,1,'2026-03-29 03:43:38',NULL,NULL,NULL,1,'2026-03-29 07:43:38','2026-03-29 07:43:38','f0c9d0a0-3b3a-496c-8131-d63b377962f6'),
(52975,52975,1,'2026-03-29 03:44:41',NULL,NULL,NULL,1,'2026-03-29 07:44:41','2026-03-29 07:44:41','b7af8c42-c7b9-4222-8b81-eabbdfbfcc10'),
(52976,52976,1,'2026-03-29 03:45:03',NULL,NULL,NULL,1,'2026-03-29 07:45:03','2026-03-29 07:45:03','af53d159-4917-44b8-ac81-40ee42ba44a6'),
(52977,52977,1,'2026-03-29 03:45:16',NULL,NULL,NULL,1,'2026-03-29 07:45:16','2026-03-29 07:45:16','735b314d-4063-46b2-bef2-32283997f701'),
(52978,52978,1,'2026-03-29 03:46:13',NULL,NULL,NULL,1,'2026-03-29 07:46:13','2026-03-29 07:46:13','8a0284d5-283b-41d3-8559-a37c1a3d5c5e'),
(52979,52979,1,'2026-03-29 03:46:41',NULL,NULL,NULL,1,'2026-03-29 07:46:41','2026-03-29 07:46:41','6a6841f0-166e-4366-9181-96f7ac7ebf55'),
(52980,52980,1,'2026-03-29 03:46:45',NULL,NULL,NULL,1,'2026-03-29 07:46:45','2026-03-29 07:46:45','01cd6ceb-8954-4188-bb41-a06b1461a91d'),
(52981,52981,1,'2026-03-29 03:47:38',NULL,NULL,NULL,1,'2026-03-29 07:47:38','2026-03-29 07:47:38','a9280f5d-ba98-407d-868a-f69f53a2ed8c'),
(52982,52982,1,'2026-03-29 03:47:58',NULL,NULL,NULL,1,'2026-03-29 07:47:58','2026-03-29 07:47:58','1d130fe4-6da0-4a28-9a31-6c724c83c718'),
(52983,52983,1,'2026-03-29 03:50:04',NULL,NULL,NULL,1,'2026-03-29 07:50:04','2026-03-29 07:50:04','16255ce5-9dcb-4d12-b1fc-ccc24639627f'),
(52984,52984,1,'2026-03-29 03:52:40',NULL,NULL,NULL,1,'2026-03-29 07:52:40','2026-03-29 07:52:40','9f176be0-d144-443f-a717-f9285779ceba'),
(52985,52985,1,'2026-03-29 03:53:49',NULL,NULL,NULL,1,'2026-03-29 07:53:49','2026-03-29 07:53:49','7ea5cb78-9517-489f-9166-bd6f2e29d63b'),
(52986,52986,1,'2026-03-29 03:54:12',NULL,NULL,NULL,1,'2026-03-29 07:54:12','2026-03-29 07:54:12','f2a33216-7f2f-4060-8b9a-3ace4e457f66'),
(52987,52987,1,'2026-03-29 03:54:12',NULL,NULL,NULL,1,'2026-03-29 07:54:12','2026-03-29 07:54:12','2df9c4e7-4bf7-4f92-a718-c28b46d36ecf'),
(52988,52988,1,'2026-03-29 03:55:37',NULL,NULL,NULL,1,'2026-03-29 07:55:37','2026-03-29 07:55:37','2ee51cbd-827a-43f7-8092-94dec2daabeb'),
(52989,52989,1,'2026-03-29 04:01:38',NULL,NULL,NULL,1,'2026-03-29 08:01:38','2026-03-29 08:01:38','0f2b4341-7072-4167-a198-749ba3783d12'),
(52990,52990,1,'2026-03-29 04:04:18',NULL,NULL,NULL,1,'2026-03-29 08:04:18','2026-03-29 08:04:18','65097e07-d0e9-414e-9d9b-43d0802ac866'),
(52991,52991,1,'2026-03-29 04:04:25',NULL,NULL,NULL,1,'2026-03-29 08:04:25','2026-03-29 08:04:25','20f85dfa-cc4f-4b6c-8708-9def29bda0fb'),
(52992,52992,1,'2026-03-29 04:05:28',NULL,NULL,NULL,1,'2026-03-29 08:05:28','2026-03-29 08:05:28','231d6a1c-6a1b-42b1-99ad-33c9699a6e66'),
(52993,52993,1,'2026-03-29 04:07:53',NULL,NULL,NULL,1,'2026-03-29 08:07:53','2026-03-29 08:07:53','32b0fb85-5d0b-4d7f-9afc-f628351d4a6e'),
(52994,52994,1,'2026-03-29 04:08:04',NULL,NULL,NULL,1,'2026-03-29 08:08:04','2026-03-29 08:08:04','9d49e629-d8da-45b2-8a57-447db6036b42'),
(52995,52995,1,'2026-03-29 04:08:31',NULL,NULL,NULL,1,'2026-03-29 08:08:31','2026-03-29 08:08:31','056271f5-f6bf-46a6-be32-28b1787697a3'),
(52996,52996,1,'2026-03-29 04:08:43',NULL,NULL,NULL,1,'2026-03-29 08:08:43','2026-03-29 08:08:43','8ea73218-2ba5-4010-99d1-c4a35959ca1c'),
(52997,52997,1,'2026-03-29 04:12:11',NULL,NULL,NULL,1,'2026-03-29 08:12:11','2026-03-29 08:12:11','d6553124-6e5c-40f5-bf96-5e040e166d43'),
(52998,52998,1,'2026-03-29 04:23:21',NULL,NULL,NULL,1,'2026-03-29 08:23:21','2026-03-29 08:23:21','6b83413f-5e46-4477-ae96-d82628288de2'),
(52999,52999,1,'2026-03-29 04:25:14',NULL,NULL,NULL,1,'2026-03-29 08:25:14','2026-03-29 08:25:14','cf38935e-c69a-4f7f-ab1e-a6a15f0ff533'),
(53000,53000,1,'2026-03-29 04:29:41',NULL,NULL,NULL,1,'2026-03-29 08:29:41','2026-03-29 08:29:41','e9033aeb-bab6-4cf5-aae8-044a49b29e07'),
(53001,53001,1,'2026-03-29 04:30:24',NULL,NULL,NULL,1,'2026-03-29 08:30:24','2026-03-29 08:30:24','32282865-dc2d-42aa-aafc-cd554dcca532'),
(53002,53002,1,'2026-03-29 04:31:32',NULL,NULL,NULL,1,'2026-03-29 08:31:32','2026-03-29 08:31:32','be3c7075-e4c9-4beb-8229-63993ed8ce45'),
(53003,53003,1,'2026-03-29 05:07:07',NULL,NULL,NULL,1,'2026-03-29 09:07:07','2026-03-29 09:07:07','0bcc87d2-884f-43af-9cac-10caedab5143'),
(53004,53004,1,'2026-03-29 05:16:46',NULL,NULL,NULL,1,'2026-03-29 09:16:46','2026-03-29 09:16:46','2f554594-8975-40df-bea1-12dd3ad8ddb3'),
(53005,53005,1,'2026-03-29 05:18:13',NULL,NULL,NULL,1,'2026-03-29 09:18:13','2026-03-29 09:18:13','ae0c43d5-c40b-44b8-886a-1d31918ea07e'),
(53006,53006,1,'2026-03-29 05:28:53',NULL,NULL,NULL,1,'2026-03-29 09:28:53','2026-03-29 09:28:53','1f555956-3c18-4f3e-bfa2-1dfb4f737879'),
(53007,53007,1,'2026-03-29 05:56:49',NULL,NULL,NULL,1,'2026-03-29 09:56:49','2026-03-29 09:56:49','7cd726b8-e985-4e8c-a7a8-4bae4f5f5260'),
(53008,53008,1,'2026-03-29 06:00:10',NULL,NULL,NULL,1,'2026-03-29 10:00:10','2026-03-29 10:00:10','d602e484-f5d1-4062-9fed-07164c81727b'),
(53009,53009,1,'2026-03-29 06:04:25',NULL,NULL,NULL,1,'2026-03-29 10:04:25','2026-03-29 10:04:25','57ffdf77-802a-49a8-972f-413e3fa8fe73'),
(53010,53010,1,'2026-03-29 06:06:33',NULL,NULL,NULL,1,'2026-03-29 10:06:33','2026-03-29 10:06:33','3b7db745-2b2b-4783-908b-b1d247ba2841'),
(53011,53011,1,'2026-03-29 06:19:32',NULL,NULL,NULL,1,'2026-03-29 10:19:32','2026-03-29 10:19:32','607f4800-35c1-4e6c-97c7-a28b7ab61878'),
(53012,53012,1,'2026-03-29 06:34:08',NULL,NULL,NULL,1,'2026-03-29 10:34:08','2026-03-29 10:34:08','88ff1d01-f662-46fe-895a-2b984b72f9d0'),
(53013,53013,1,'2026-03-29 07:11:03',NULL,NULL,NULL,1,'2026-03-29 11:11:03','2026-03-29 11:11:03','d6698568-b1e1-45a3-8be7-165ea805153d'),
(53014,53014,1,'2026-03-29 07:46:58',NULL,NULL,NULL,1,'2026-03-29 11:46:58','2026-03-29 11:46:58','3a0d5627-ca34-4796-b70b-5e5e04c9fd30'),
(53015,53015,1,'2026-03-29 07:51:06',NULL,NULL,NULL,1,'2026-03-29 11:51:06','2026-03-29 11:51:06','2a6f4de9-892f-434e-88c4-01797028da11'),
(53016,53016,1,'2026-03-29 07:52:12',NULL,NULL,NULL,1,'2026-03-29 11:52:12','2026-03-29 11:52:12','b7808c59-b1fd-413b-8357-dada10848d69'),
(53017,53017,1,'RESUME',NULL,NULL,NULL,1,'2026-03-29 11:52:12','2026-03-29 11:52:12','bb6679a4-3b7c-43e7-a27b-425404a83395'),
(53018,53018,1,'2026-03-29 07:59:12',NULL,NULL,NULL,1,'2026-03-29 11:59:12','2026-03-29 11:59:12','15793f71-fe31-4da2-a87d-61df3e5e640e'),
(53019,53019,1,'2026-03-29 08:12:44',NULL,NULL,NULL,1,'2026-03-29 12:12:44','2026-03-29 12:12:44','818f12de-cfae-4459-92f1-f07ad62ef5fe'),
(53020,53020,1,'2026-03-29 08:15:31',NULL,NULL,NULL,1,'2026-03-29 12:15:31','2026-03-29 12:15:31','3399caec-7f26-4fc8-ab15-d3b9d422c066'),
(53021,53021,1,'2026-03-29 08:22:36',NULL,NULL,NULL,1,'2026-03-29 12:22:36','2026-03-29 12:22:36','e9720081-50f4-4b36-bedc-1e34da363ecc'),
(53022,53022,1,'2026-03-29 08:22:50',NULL,NULL,NULL,1,'2026-03-29 12:22:50','2026-03-29 12:22:50','b9ca5537-0bd3-48b7-8912-670d316f6f12'),
(53023,53023,1,'2026-03-29 08:24:42',NULL,NULL,NULL,1,'2026-03-29 12:24:42','2026-03-29 12:24:42','f7eb8205-76d5-489b-825e-e8c8bdded3fa'),
(53024,53024,1,'2026-03-29 08:25:17',NULL,NULL,NULL,1,'2026-03-29 12:25:17','2026-03-29 12:25:17','54431a17-82e9-40c8-8350-bf1fc16c45b0'),
(53025,53025,1,'2026-03-29 08:25:28',NULL,NULL,NULL,1,'2026-03-29 12:25:28','2026-03-29 12:25:28','8fdb6444-9235-466f-93ba-602f5dee616d'),
(53026,53026,1,'2026-03-29 08:26:11',NULL,NULL,NULL,1,'2026-03-29 12:26:11','2026-03-29 12:26:11','144c78f3-b24a-44bb-b06a-946dc8129e77'),
(53027,53027,1,'2026-03-29 08:26:49',NULL,NULL,NULL,1,'2026-03-29 12:26:49','2026-03-29 12:26:49','052d0a34-8ff2-4b45-9eaf-590c29c6e160'),
(53028,53028,1,'2026-03-29 08:29:10',NULL,NULL,NULL,1,'2026-03-29 12:29:10','2026-03-29 12:29:10','cdeac757-9d93-480f-ad31-a15cd59d53d5'),
(53029,53029,1,'2026-03-29 08:30:25',NULL,NULL,NULL,1,'2026-03-29 12:30:25','2026-03-29 12:30:25','81d1b295-137d-4d22-a4a1-03a74426ab3e'),
(53030,53030,1,'2026-03-29 08:30:53',NULL,NULL,NULL,1,'2026-03-29 12:30:53','2026-03-29 12:30:53','858af7df-f367-4dc4-8266-1130cdcc4058'),
(53031,53031,1,'2026-03-29 08:31:10',NULL,NULL,NULL,1,'2026-03-29 12:31:10','2026-03-29 12:31:10','c51ca63a-d05b-44d5-9b58-14ce6105e31a'),
(53032,53032,1,'2026-03-29 08:34:37',NULL,NULL,NULL,1,'2026-03-29 12:34:37','2026-03-29 12:34:37','bb4dc17a-3451-4688-924c-39da71436570'),
(53033,53033,1,'2026-03-29 08:36:27',NULL,NULL,NULL,1,'2026-03-29 12:36:27','2026-03-29 12:36:27','810f995e-1c91-4dff-8a9f-9cca8fb02bbc'),
(53034,53034,1,'2026-03-29 08:37:33',NULL,NULL,NULL,1,'2026-03-29 12:37:33','2026-03-29 12:37:33','fe13fcab-fb88-486e-a768-9319a6fc7dce'),
(53035,53035,1,'2026-03-29 08:37:45',NULL,NULL,NULL,1,'2026-03-29 12:37:45','2026-03-29 12:37:45','b353cfa2-dd1f-48ca-a322-51dbe9e8b62b'),
(53036,53036,1,'2026-03-29 08:38:35',NULL,NULL,NULL,1,'2026-03-29 12:38:35','2026-03-29 12:38:35','5d96b363-3e32-46bc-aaa2-ae244e05e0f3'),
(53037,53037,1,'2026-03-29 08:38:45',NULL,NULL,NULL,1,'2026-03-29 12:38:45','2026-03-29 12:38:45','2d5a38db-df4e-40fa-8b44-e4e72f07578b'),
(53038,53038,1,'2026-03-29 08:39:15',NULL,NULL,NULL,1,'2026-03-29 12:39:15','2026-03-29 12:39:15','3a6a1540-21f4-461f-8b39-07593bc304a8'),
(53039,53039,1,'2026-03-29 08:40:31',NULL,NULL,NULL,1,'2026-03-29 12:40:31','2026-03-29 12:40:31','ae264c74-75e7-470d-9f35-12ddf3a85f25'),
(53040,53040,1,'2026-03-29 08:40:53',NULL,NULL,NULL,1,'2026-03-29 12:40:53','2026-03-29 12:40:53','7a471ccf-f2de-4793-b669-1a9094bbd83a'),
(53041,53041,1,'2026-03-29 08:42:42',NULL,NULL,NULL,1,'2026-03-29 12:42:42','2026-03-29 12:42:42','fc06d87b-0d97-4af1-b4a1-8702bcc01cb6'),
(53042,53042,1,'2026-03-29 08:45:23',NULL,NULL,NULL,1,'2026-03-29 12:45:23','2026-03-29 12:45:23','c7bca76d-5565-437b-9bc6-a74a6bd1fcf4'),
(53043,53043,1,'2026-03-29 08:58:03',NULL,NULL,NULL,1,'2026-03-29 12:58:03','2026-03-29 12:58:03','5e3312dc-5cdf-4784-aad4-70525ef1932d'),
(53044,53044,1,'2026-03-29 08:58:30',NULL,NULL,NULL,1,'2026-03-29 12:58:30','2026-03-29 12:58:30','8ded6958-b8c4-4462-ae16-a110a2eb0b94'),
(53045,53045,1,'2026-03-29 08:59:46',NULL,NULL,NULL,1,'2026-03-29 12:59:46','2026-03-29 12:59:46','26f939f3-4831-49c1-924c-8671e0210294'),
(53046,53046,1,'2026-03-29 09:01:41',NULL,NULL,NULL,1,'2026-03-29 13:01:41','2026-03-29 13:01:41','37a2a35a-206b-45e4-a286-3205e49d8d64'),
(53047,53047,1,'2026-03-29 09:02:20',NULL,NULL,NULL,1,'2026-03-29 13:02:20','2026-03-29 13:02:20','610e74cc-8146-4791-8607-1ee78b8b1df3'),
(53048,53048,1,'2026-03-29 09:03:06',NULL,NULL,NULL,1,'2026-03-29 13:03:06','2026-03-29 13:03:06','9bbf11e2-18b7-4fbc-8ee1-bd408cda8c92'),
(53049,53049,1,'2026-03-29 09:06:17',NULL,NULL,NULL,1,'2026-03-29 13:06:17','2026-03-29 13:06:17','517e09bc-a0e6-4825-9717-37d558cacddf'),
(53050,53050,1,'2026-03-29 09:08:51',NULL,NULL,NULL,1,'2026-03-29 13:08:51','2026-03-29 13:08:51','df1a2a21-996c-4da6-b3cf-53db28af7c8a'),
(53051,53051,1,'2026-03-29 09:09:10',NULL,NULL,NULL,1,'2026-03-29 13:09:10','2026-03-29 13:09:10','83e31f0b-8c1b-4f74-af7e-9a65787f4b6d'),
(53052,53052,1,'2026-03-29 09:11:56',NULL,NULL,NULL,1,'2026-03-29 13:11:56','2026-03-29 13:11:56','79fd3520-c902-42d9-8bf7-3d0be06ea8be'),
(53053,53053,1,'2026-03-29 09:14:55',NULL,NULL,NULL,1,'2026-03-29 13:14:55','2026-03-29 13:14:55','e5c97f33-5a09-41e9-b41a-7c2421f4f5d2'),
(53054,53054,1,'2026-03-29 09:16:07',NULL,NULL,NULL,1,'2026-03-29 13:16:07','2026-03-29 13:16:07','eddac5ab-1c88-4723-8476-075908230926'),
(53055,53055,1,'2026-03-29 09:19:38',NULL,NULL,NULL,1,'2026-03-29 13:19:38','2026-03-29 13:19:38','4762e83c-33ab-4d3f-8039-409cbafa2da1'),
(53056,53056,1,'2026-03-29 09:19:44',NULL,NULL,NULL,1,'2026-03-29 13:19:44','2026-03-29 13:19:44','1836a5fe-f5d2-44b4-ac10-9c925299fdfa'),
(53057,53057,1,'2026-03-29 09:21:15',NULL,NULL,NULL,1,'2026-03-29 13:21:15','2026-03-29 13:21:15','a7cefd78-a71d-481c-81ab-3adb1088bc29'),
(53058,53058,1,'2026-03-29 09:21:22',NULL,NULL,NULL,1,'2026-03-29 13:21:22','2026-03-29 13:21:22','a5c4b530-ff98-429a-9203-922f7db338f1'),
(53059,53059,1,'2026-03-29 09:23:45',NULL,NULL,NULL,1,'2026-03-29 13:23:45','2026-03-29 13:23:45','7a471e67-da26-44c6-9497-c6ae814f11f7'),
(53060,53060,1,'2026-03-29 09:25:17',NULL,NULL,NULL,1,'2026-03-29 13:25:17','2026-03-29 13:25:17','31203b52-a58d-48da-8cba-c6c77b6acb22'),
(53061,53061,1,'2026-03-29 09:25:46',NULL,NULL,NULL,1,'2026-03-29 13:25:46','2026-03-29 13:25:46','8dd06cea-a40d-49ca-9702-73c2da4d473d'),
(53062,53062,1,'2026-03-29 09:27:15',NULL,NULL,NULL,1,'2026-03-29 13:27:15','2026-03-29 13:27:15','02790a0f-d908-4ceb-b558-dba0e738f445'),
(53063,53063,1,'2026-03-29 09:28:39',NULL,NULL,NULL,1,'2026-03-29 13:28:39','2026-03-29 13:28:39','83b72796-c80b-4c96-86a7-837ca3241953'),
(53064,53064,1,'2026-03-29 09:30:47',NULL,NULL,NULL,1,'2026-03-29 13:30:47','2026-03-29 13:30:47','377c79b3-31e8-4d48-a1e1-7961505f0934'),
(53065,53065,1,'2026-03-29 09:31:47',NULL,NULL,NULL,1,'2026-03-29 13:31:47','2026-03-29 13:31:47','9ac5a193-a7ec-4d97-8fb9-531392f409a6'),
(53066,53066,1,'2026-03-29 09:33:05',NULL,NULL,NULL,1,'2026-03-29 13:33:05','2026-03-29 13:33:05','c26992d5-6db1-4b3e-bb9b-7fb480f1e6bb'),
(53067,53067,1,'2026-03-29 09:34:23',NULL,NULL,NULL,1,'2026-03-29 13:34:23','2026-03-29 13:34:23','6db48873-ac4b-4c56-b2cd-6e81b8ac4f5d'),
(53068,53068,1,'2026-03-29 09:36:16',NULL,NULL,NULL,1,'2026-03-29 13:36:16','2026-03-29 13:36:16','e5158781-5dbb-4649-88df-96e04bffd758'),
(53069,53069,1,'2026-03-29 09:36:18',NULL,NULL,NULL,1,'2026-03-29 13:36:18','2026-03-29 13:36:18','835d82c5-30ea-4156-b790-9b94d04f631a'),
(53070,53070,1,'2026-03-29 09:38:25',NULL,NULL,NULL,1,'2026-03-29 13:38:25','2026-03-29 13:38:25','1a8cac5e-5696-4ab8-a8ed-e96acdac46a5'),
(53071,53071,1,'2026-03-29 09:41:17',NULL,NULL,NULL,1,'2026-03-29 13:41:17','2026-03-29 13:41:17','659103f6-40e9-4833-9c62-a205bcbf5b1b'),
(53072,53072,1,'2026-03-29 09:42:02',NULL,NULL,NULL,1,'2026-03-29 13:42:02','2026-03-29 13:42:02','f4c19331-fa0e-4338-b35a-a5f1636c4782'),
(53073,53073,1,'2026-03-29 09:43:37',NULL,NULL,NULL,1,'2026-03-29 13:43:37','2026-03-29 13:43:37','f0a92b55-5c06-4685-9a60-ce1ecdbdd47b'),
(53074,53074,1,'2026-03-29 09:47:27',NULL,NULL,NULL,1,'2026-03-29 13:47:27','2026-03-29 13:47:27','ddb63597-572d-4198-aedd-62c6201118c4'),
(53075,53075,1,'2026-03-29 09:48:09',NULL,NULL,NULL,1,'2026-03-29 13:48:09','2026-03-29 13:48:09','9e5df3b7-9d32-4cf0-9643-3fb90acb98ca'),
(53076,53076,1,'2026-03-29 09:50:19',NULL,NULL,NULL,1,'2026-03-29 13:50:19','2026-03-29 13:50:19','2955e938-daf0-4c3e-b641-c879d7971ae5'),
(53077,53077,1,'2026-03-29 09:50:53',NULL,NULL,NULL,1,'2026-03-29 13:50:53','2026-03-29 13:50:53','5171ad9f-2c07-4292-b4e0-4ae487dfeeee'),
(53078,53078,1,'2026-03-29 09:52:00',NULL,NULL,NULL,1,'2026-03-29 13:52:00','2026-03-29 13:52:00','8ed89bdc-556d-4606-a2ea-6d8656be8e24'),
(53079,53079,1,'2026-03-29 09:52:03',NULL,NULL,NULL,1,'2026-03-29 13:52:03','2026-03-29 13:52:03','fda217c3-8cca-4a21-84c7-7f87cbfc0060'),
(53080,53080,1,'2026-03-29 09:52:05',NULL,NULL,NULL,1,'2026-03-29 13:52:05','2026-03-29 13:52:05','f32c9fb3-b6ed-4b5c-b5b5-8c23a6280332'),
(53081,53081,1,'2026-03-29 09:52:06',NULL,NULL,NULL,1,'2026-03-29 13:52:06','2026-03-29 13:52:06','68f6dbbf-0de2-4c63-bfef-1e6555148ee2'),
(53082,53082,1,'2026-03-29 09:52:07',NULL,NULL,NULL,1,'2026-03-29 13:52:07','2026-03-29 13:52:07','848d815c-90a2-4827-a279-d9f833dbf21a'),
(53083,53083,1,'2026-03-29 09:53:01',NULL,NULL,NULL,1,'2026-03-29 13:53:01','2026-03-29 13:53:01','4f792bb8-54d9-469f-9d2f-528dd3f2da3b'),
(53084,53084,1,'2026-03-29 09:54:52',NULL,NULL,NULL,1,'2026-03-29 13:54:52','2026-03-29 13:54:52','3820ac97-2740-4cc0-b90b-0b101b7f40cb'),
(53085,53085,1,'2026-03-29 09:54:53',NULL,NULL,NULL,1,'2026-03-29 13:54:53','2026-03-29 13:54:53','8745d7a2-8b0c-46b8-9b2f-5346558621c7'),
(53086,53086,1,'2026-03-29 09:54:54',NULL,NULL,NULL,1,'2026-03-29 13:54:54','2026-03-29 13:54:54','0cc53c93-3977-4cff-9cfd-b8a631d7df6d'),
(53087,53087,1,'2026-03-29 09:54:56',NULL,NULL,NULL,1,'2026-03-29 13:54:56','2026-03-29 13:54:56','37770506-c269-4289-8e13-d15ec8d5f882'),
(53088,53088,1,'2026-03-29 09:54:57',NULL,NULL,NULL,1,'2026-03-29 13:54:57','2026-03-29 13:54:57','bb0517aa-c9c7-4cc9-8328-f2801a521619'),
(53089,53089,1,'2026-03-29 09:59:23',NULL,NULL,NULL,1,'2026-03-29 13:59:23','2026-03-29 13:59:23','b6a19d69-42d6-4477-8769-a66eb6bc0b35'),
(53090,53090,1,'2026-03-29 09:59:24',NULL,NULL,NULL,1,'2026-03-29 13:59:24','2026-03-29 13:59:24','9d28bdab-f07a-4d21-a92b-19f30d723028'),
(53091,53091,1,'2026-03-29 09:59:27',NULL,NULL,NULL,1,'2026-03-29 13:59:27','2026-03-29 13:59:27','99d755b2-98c5-4e9c-881b-2dec30bae62f'),
(53092,53092,1,'2026-03-29 09:59:28',NULL,NULL,NULL,1,'2026-03-29 13:59:28','2026-03-29 13:59:28','96820ba7-3c32-40d9-aebe-8fa16e9b866d'),
(53093,53093,1,'2026-03-29 09:59:30',NULL,NULL,NULL,1,'2026-03-29 13:59:30','2026-03-29 13:59:30','a8b0ca76-c986-4f9c-9813-e40b8b93dc2c'),
(53094,53094,1,'2026-03-29 10:00:15',NULL,NULL,NULL,1,'2026-03-29 14:00:15','2026-03-29 14:00:15','2a4164f1-8edd-46a3-abf7-b16da2a0f16c'),
(53095,53095,1,'2026-03-29 10:06:38',NULL,NULL,NULL,1,'2026-03-29 14:06:38','2026-03-29 14:06:38','f149bf6a-d2f2-49c7-a4cd-ec08b3595c71'),
(53096,53096,1,'2026-03-29 10:06:40',NULL,NULL,NULL,1,'2026-03-29 14:06:40','2026-03-29 14:06:40','9c24f047-bd96-4b69-b213-d3af10787f85'),
(53097,53097,1,'2026-03-29 10:06:41',NULL,NULL,NULL,1,'2026-03-29 14:06:41','2026-03-29 14:06:41','076737b0-9e96-4a67-8ceb-01002cebd251'),
(53098,53098,1,'2026-03-29 10:06:42',NULL,NULL,NULL,1,'2026-03-29 14:06:42','2026-03-29 14:06:42','915280c2-7ae4-478b-b1b6-7baac1dbe4b8'),
(53099,53099,1,'2026-03-29 10:06:43',NULL,NULL,NULL,1,'2026-03-29 14:06:43','2026-03-29 14:06:43','1362e71a-b88c-4aaa-8aac-8cadcbb43cbc'),
(53100,53100,1,'2026-03-29 10:08:42',NULL,NULL,NULL,1,'2026-03-29 14:08:42','2026-03-29 14:08:42','76172ab2-1661-472f-8f62-86fd7a54b44b'),
(53101,53101,1,'2026-03-29 10:10:03',NULL,NULL,NULL,1,'2026-03-29 14:10:03','2026-03-29 14:10:03','010f6787-dc44-4276-adfc-0e5819aef180'),
(53102,53102,1,'2026-03-29 10:20:29',NULL,NULL,NULL,1,'2026-03-29 14:20:29','2026-03-29 14:20:29','d6dbed99-87f7-4e70-81d0-21cc03a31a4c'),
(53103,53103,1,'Imani Mansfield Resume 10',NULL,NULL,NULL,1,'2026-03-29 14:20:29','2026-03-29 14:20:29','b8ef5fe4-e785-4c21-8a6a-599493b204b7'),
(53104,53104,1,'2026-03-29 10:25:32',NULL,NULL,NULL,1,'2026-03-29 14:25:32','2026-03-29 14:25:32','1825a87f-abe8-4978-893b-5b062437ba9a'),
(53105,53105,1,'2026-03-29 10:29:00',NULL,NULL,NULL,1,'2026-03-29 14:29:00','2026-03-29 14:29:00','0e8280d3-024d-4da8-a5ae-1001119057a6'),
(53106,53106,1,'Allison Dwyer resume 42925 1',NULL,NULL,NULL,1,'2026-03-29 14:29:00','2026-03-29 14:29:00','753029a2-2643-4b44-b227-93746069be71'),
(53107,53107,1,'2026-03-29 10:32:04',NULL,NULL,NULL,1,'2026-03-29 14:32:04','2026-03-29 14:32:04','8c1acf6d-c250-4978-ba54-0557d30c103f'),
(53108,53108,1,'2026-03-29 10:32:05',NULL,NULL,NULL,1,'2026-03-29 14:32:05','2026-03-29 14:32:05','b4ebaf1e-427f-4b81-8dce-8bcfc384d597'),
(53109,53109,1,'2026-03-29 10:32:06',NULL,NULL,NULL,1,'2026-03-29 14:32:06','2026-03-29 14:32:06','a7238437-9d39-4832-a204-6dcf03eb0c65'),
(53110,53110,1,'2026-03-29 10:32:08',NULL,NULL,NULL,1,'2026-03-29 14:32:08','2026-03-29 14:32:08','6535d9c0-f5b5-4949-a8c3-d3efc55e0cac'),
(53111,53111,1,'2026-03-29 10:32:10',NULL,NULL,NULL,1,'2026-03-29 14:32:10','2026-03-29 14:32:10','7968a15b-b8ec-4634-b2e6-d4e5099b4a89'),
(53112,53112,1,'2026-03-29 10:33:31',NULL,NULL,NULL,1,'2026-03-29 14:33:31','2026-03-29 14:33:31','e82a0bfd-abdc-4b44-8eaa-04d635f023ef'),
(53113,53113,1,'2026-03-29 10:34:44',NULL,NULL,NULL,1,'2026-03-29 14:34:44','2026-03-29 14:34:44','13b798dc-68d8-4d94-a191-328250a80f49'),
(53114,53114,1,'Allison Dwyer resume 42925 1',NULL,NULL,NULL,1,'2026-03-29 14:34:44','2026-03-29 14:34:44','c4d92e98-9050-4d4e-a779-983439fd5b6f'),
(53115,53115,1,'2026-03-29 10:39:59',NULL,NULL,NULL,1,'2026-03-29 14:39:59','2026-03-29 14:39:59','01540866-261e-4ecd-ac23-fef957d38775'),
(53116,53116,1,'2026-03-29 10:48:00',NULL,NULL,NULL,1,'2026-03-29 14:48:00','2026-03-29 14:48:00','62ed39b6-af4e-4415-a86c-6a62114ec415'),
(53117,53117,1,'2026-03-29 10:48:01',NULL,NULL,NULL,1,'2026-03-29 14:48:01','2026-03-29 14:48:01','978fd0fa-6fab-4a3e-b03e-83a5d11f73b6'),
(53118,53118,1,'2026-03-29 10:48:03',NULL,NULL,NULL,1,'2026-03-29 14:48:03','2026-03-29 14:48:03','098e1354-1516-4cab-9121-25045c9df95c'),
(53119,53119,1,'2026-03-29 10:48:05',NULL,NULL,NULL,1,'2026-03-29 14:48:05','2026-03-29 14:48:05','d70d70ac-ba0c-40f1-9f9f-f7c5a0e9a17b'),
(53120,53120,1,'2026-03-29 10:48:09',NULL,NULL,NULL,1,'2026-03-29 14:48:09','2026-03-29 14:48:09','ae208453-3ab0-4dee-bce7-0644c8c8573c'),
(53121,53121,1,'2026-03-29 10:52:48',NULL,NULL,NULL,1,'2026-03-29 14:52:48','2026-03-29 14:52:48','8033727b-831d-415f-88d6-52cc1d25dde1'),
(53122,53122,1,'2026-03-29 10:52:50',NULL,NULL,NULL,1,'2026-03-29 14:52:50','2026-03-29 14:52:50','33141eea-a46a-4d90-bc42-cd9a5bba6308'),
(53123,53123,1,'2026-03-29 10:52:51',NULL,NULL,NULL,1,'2026-03-29 14:52:51','2026-03-29 14:52:51','4a903efa-0ca5-423e-949f-0676898cdb9e'),
(53124,53124,1,'2026-03-29 10:52:52',NULL,NULL,NULL,1,'2026-03-29 14:52:52','2026-03-29 14:52:52','e0da1cef-699d-4caf-bd6e-2cf3d9976278'),
(53125,53125,1,'2026-03-29 10:52:55',NULL,NULL,NULL,1,'2026-03-29 14:52:55','2026-03-29 14:52:55','82d992f1-e79a-4790-8ef7-e04785799120'),
(53126,53126,1,'2026-03-29 10:59:53',NULL,NULL,NULL,1,'2026-03-29 14:59:53','2026-03-29 14:59:54','d66d91ec-78ea-4c99-a96b-1f842feb5a63'),
(53127,53127,1,'2026-03-29 11:12:22',NULL,NULL,NULL,1,'2026-03-29 15:12:22','2026-03-29 15:12:22','1436b30c-e689-46ff-9b4b-cfa8f2b96a45'),
(53128,53128,1,'2026-03-29 11:12:24',NULL,NULL,NULL,1,'2026-03-29 15:12:24','2026-03-29 15:12:24','91027301-0551-4d77-b50d-e320115c3967'),
(53129,53129,1,'2026-03-29 11:12:25',NULL,NULL,NULL,1,'2026-03-29 15:12:25','2026-03-29 15:12:25','e3de6c44-3b8e-4258-bf8f-b141df6923d1'),
(53130,53130,1,'2026-03-29 11:12:27',NULL,NULL,NULL,1,'2026-03-29 15:12:27','2026-03-29 15:12:27','57aae51e-d17e-4399-8f72-2e141626d564'),
(53131,53131,1,'2026-03-29 11:12:28',NULL,NULL,NULL,1,'2026-03-29 15:12:28','2026-03-29 15:12:28','d135f950-f723-48d7-83f7-fcedf6004dd8'),
(53132,53132,1,'2026-03-29 11:14:46',NULL,NULL,NULL,1,'2026-03-29 15:14:46','2026-03-29 15:14:46','9ceff469-de66-43f7-9d83-69f8ecbd9afb'),
(53133,53133,1,'2026-03-29 11:23:44',NULL,NULL,NULL,1,'2026-03-29 15:23:44','2026-03-29 15:23:44','51436e6a-e2fd-4e2b-bc5d-45b127d26370'),
(53134,53134,1,'2026-03-29 11:54:25',NULL,NULL,NULL,1,'2026-03-29 15:54:25','2026-03-29 15:54:25','a593ac29-ea4f-4d7c-b6d0-ead99ce895d8'),
(53135,53135,1,'2026-03-29 11:55:29',NULL,NULL,NULL,1,'2026-03-29 15:55:29','2026-03-29 15:55:29','b28e9e40-e7c0-40e9-bed1-8ff847f67d43'),
(53136,53136,1,'2026-03-29 11:55:37',NULL,NULL,NULL,1,'2026-03-29 15:55:37','2026-03-29 15:55:37','56f186db-370c-457e-9ca3-17eeb11867e5'),
(53137,53137,1,'2026-03-29 11:56:06',NULL,NULL,NULL,1,'2026-03-29 15:56:06','2026-03-29 15:56:06','318c11f9-8039-4099-9010-e2fd386c51e6'),
(53138,53138,1,'2026-03-29 11:56:16',NULL,NULL,NULL,1,'2026-03-29 15:56:16','2026-03-29 15:56:16','e2309e81-77b0-4500-9807-42d3ad60cac0'),
(53139,53139,1,'2026-03-29 12:01:26',NULL,NULL,NULL,1,'2026-03-29 16:01:26','2026-03-29 16:01:26','4e28ea2d-9be4-479b-b897-b410fefb132a'),
(53140,53140,1,'2026-03-29 12:03:38',NULL,NULL,NULL,1,'2026-03-29 16:03:38','2026-03-29 16:03:38','90ac4cf6-6600-48af-bc8c-b9fc1b928b2a'),
(53141,53141,1,'2026-03-29 12:03:40',NULL,NULL,NULL,1,'2026-03-29 16:03:40','2026-03-29 16:03:40','f37031ec-0df3-42c8-af12-7c5efa98ef9a'),
(53142,53142,1,'2026-03-29 12:03:58',NULL,NULL,NULL,1,'2026-03-29 16:03:58','2026-03-29 16:03:58','75468393-6019-48de-b3c2-26b799d0be0c'),
(53143,53143,1,'2026-03-29 12:12:28',NULL,NULL,NULL,1,'2026-03-29 16:12:28','2026-03-29 16:12:28','9a2af82c-9797-48ab-b373-66a9ca895c09'),
(53144,53144,1,'2026-03-29 12:13:00',NULL,NULL,NULL,1,'2026-03-29 16:13:00','2026-03-29 16:13:00','2de8d067-751a-4d5d-bf65-0578e0566258'),
(53145,53145,1,'2026-03-29 12:13:19',NULL,NULL,NULL,1,'2026-03-29 16:13:19','2026-03-29 16:13:19','33395a1d-3063-4522-8c64-f452f8e7e95a'),
(53146,53146,1,'2026-03-29 12:13:59',NULL,NULL,NULL,1,'2026-03-29 16:13:59','2026-03-29 16:13:59','f1dd6fac-7805-4d62-a157-aa5bfaffa015'),
(53147,53147,1,'2026-03-29 12:15:06',NULL,NULL,NULL,1,'2026-03-29 16:15:06','2026-03-29 16:15:06','696bc870-dc01-46b6-bfc4-78cd31133fcb'),
(53148,53148,1,'2026-03-29 12:15:43',NULL,NULL,NULL,1,'2026-03-29 16:15:43','2026-03-29 16:15:43','91e47241-5c7c-41ec-8e48-32ae0ea84a9c'),
(53149,53149,1,'2026-03-29 12:18:12',NULL,NULL,NULL,1,'2026-03-29 16:18:12','2026-03-29 16:18:12','8fd1b96c-e4ae-454c-a578-d90949d0d539'),
(53150,53150,1,'2026-03-29 12:18:47',NULL,NULL,NULL,1,'2026-03-29 16:18:47','2026-03-29 16:18:47','17400553-82fb-4bc9-be94-b5447f726593'),
(53151,53151,1,'2026-03-29 12:19:00',NULL,NULL,NULL,1,'2026-03-29 16:19:00','2026-03-29 16:19:00','3aed251f-c975-48d6-9d0a-40426bcd3704'),
(53152,53152,1,'2026-03-29 12:25:38',NULL,NULL,NULL,1,'2026-03-29 16:25:38','2026-03-29 16:25:38','7b7db255-75e6-4f3a-ba67-ac6fe121c981'),
(53153,53153,1,'2026-03-29 12:33:31',NULL,NULL,NULL,1,'2026-03-29 16:33:31','2026-03-29 16:33:31','fc3f00c6-36f8-4c2c-8a6d-4b88672ab85e'),
(53154,53154,1,'2026-03-29 12:36:16',NULL,NULL,NULL,1,'2026-03-29 16:36:16','2026-03-29 16:36:16','ded9d657-8729-4cb6-9af0-10d37c375f62'),
(53155,53155,1,'2026-03-29 12:37:35',NULL,NULL,NULL,1,'2026-03-29 16:37:35','2026-03-29 16:37:35','45732a2f-8390-4d22-876a-dd8b7e0e57a2'),
(53156,53156,1,'2026-03-29 12:38:42',NULL,NULL,NULL,1,'2026-03-29 16:38:42','2026-03-29 16:38:42','835ee160-2b3c-4959-a028-7acb54d291aa'),
(53157,53157,1,'2026-03-29 12:39:08',NULL,NULL,NULL,1,'2026-03-29 16:39:08','2026-03-29 16:39:08','bd1a753c-ddf3-4454-8c99-7baca8b35afb'),
(53158,53158,1,'2026-03-29 12:39:23',NULL,NULL,NULL,1,'2026-03-29 16:39:23','2026-03-29 16:39:23','46502bf3-caf0-4786-a84a-c5c396c01f7f'),
(53159,53159,1,'2026-03-29 12:43:50',NULL,NULL,NULL,1,'2026-03-29 16:43:50','2026-03-29 16:43:50','028c9049-54d1-454c-aaf1-a784e39e2015'),
(53160,53160,1,'2026-03-29 12:44:14',NULL,NULL,NULL,1,'2026-03-29 16:44:14','2026-03-29 16:44:14','b53f8b9b-4faa-4c31-81dd-2a2aac36a167'),
(53161,53161,1,'2026-03-29 12:51:19',NULL,NULL,NULL,1,'2026-03-29 16:51:19','2026-03-29 16:51:19','a43aaab5-e2bc-48e7-a495-c4fb7f4ff28c'),
(53162,53162,1,'2026-03-29 12:51:24',NULL,NULL,NULL,1,'2026-03-29 16:51:24','2026-03-29 16:51:24','9e89954d-749b-47c0-b68d-86f459954af7'),
(53163,53163,1,'2026-03-29 12:55:47',NULL,NULL,NULL,1,'2026-03-29 16:55:47','2026-03-29 16:55:47','cdbcce44-08c1-4133-a5d9-0e4cdc5c3988'),
(53164,53164,1,'2026-03-29 13:06:26',NULL,NULL,NULL,1,'2026-03-29 17:06:26','2026-03-29 17:06:26','2b75d3f0-001b-412a-87cf-8b133473a1e5'),
(53165,53165,1,'2026-03-29 13:09:14',NULL,NULL,NULL,1,'2026-03-29 17:09:14','2026-03-29 17:09:14','db5bc59d-1207-4fcb-a4d8-fcd08aaafb22'),
(53166,53166,1,'Resume Kayla Arndt',NULL,NULL,NULL,1,'2026-03-29 17:09:14','2026-03-29 17:09:14','81a3f044-e8b1-4a09-be36-01015597597e'),
(53167,53167,1,'2026-03-29 13:14:41',NULL,NULL,NULL,1,'2026-03-29 17:14:41','2026-03-29 17:14:41','081b78b2-3a2e-4530-bf5a-5ac7ce8ac729'),
(53168,53168,1,'2026-03-29 13:16:02',NULL,NULL,NULL,1,'2026-03-29 17:16:02','2026-03-29 17:16:02','a0bb1a5d-d0cf-41bd-90c8-3ca84785b1ba'),
(53169,53169,1,'2026-03-29 13:37:57',NULL,NULL,NULL,1,'2026-03-29 17:37:57','2026-03-29 17:37:57','ef3b435d-57c6-499d-8789-d00e0c0d861f'),
(53170,53170,1,'2026-03-29 13:38:35',NULL,NULL,NULL,1,'2026-03-29 17:38:35','2026-03-29 17:38:35','cfaa1989-079d-4de0-9e50-b280d37ef23f'),
(53171,53171,1,'2026-03-29 13:44:41',NULL,NULL,NULL,1,'2026-03-29 17:44:41','2026-03-29 17:44:41','3750ce13-06d6-4465-88e5-03d561394c48'),
(53172,53172,1,'2026-03-29 13:47:01',NULL,NULL,NULL,1,'2026-03-29 17:47:01','2026-03-29 17:47:01','e6881bf9-5c4d-403f-b4d9-af7112a7f16e'),
(53173,53173,1,'2026-03-29 13:48:14',NULL,NULL,NULL,1,'2026-03-29 17:48:14','2026-03-29 17:48:14','4d2c2cfc-97e9-444e-ac1c-eca6c79fe279'),
(53174,53174,1,'2026-03-29 13:59:52',NULL,NULL,NULL,1,'2026-03-29 17:59:52','2026-03-29 17:59:52','fd5bbfae-3c36-44d1-8fd9-2d80d7429fe8'),
(53175,53175,1,'2026-03-29 14:05:03',NULL,NULL,NULL,1,'2026-03-29 18:05:03','2026-03-29 18:05:03','934cba0e-d0ef-4407-a841-c8e7898b288c'),
(53176,53176,1,'2026-03-29 14:06:46',NULL,NULL,NULL,1,'2026-03-29 18:06:46','2026-03-29 18:06:46','49517f46-a56e-467a-a8f5-280b3aca8d3e'),
(53177,53177,1,'2026-03-29 14:14:27',NULL,NULL,NULL,1,'2026-03-29 18:14:27','2026-03-29 18:14:27','b741c8c8-d79d-4849-bb81-7a0955d078f9'),
(53178,53178,1,'2026-03-29 14:15:18',NULL,NULL,NULL,1,'2026-03-29 18:15:18','2026-03-29 18:15:18','07c0549e-592f-45c1-b81c-02eb3d7a72e0'),
(53179,53179,1,'2026-03-29 14:16:54',NULL,NULL,NULL,1,'2026-03-29 18:16:54','2026-03-29 18:16:54','e164ce30-c3a7-448e-814e-946f30d691b6'),
(53180,53180,1,'2026-03-29 14:23:32',NULL,NULL,NULL,1,'2026-03-29 18:23:32','2026-03-29 18:23:32','0a2b3de1-c91f-41c2-8725-d767d8bf80ef'),
(53181,53181,1,'2026-03-29 14:23:35',NULL,NULL,NULL,1,'2026-03-29 18:23:35','2026-03-29 18:23:35','276dd01e-a485-47c5-bc70-7344386f012a'),
(53182,53182,1,'2026-03-29 14:23:36',NULL,NULL,NULL,1,'2026-03-29 18:23:36','2026-03-29 18:23:36','30225c8b-79a3-4adc-9d78-65ec88e6f755'),
(53183,53183,1,'2026-03-29 14:23:37',NULL,NULL,NULL,1,'2026-03-29 18:23:37','2026-03-29 18:23:37','d50d8551-449d-43a1-b081-32768343559e'),
(53184,53184,1,'2026-03-29 14:23:39',NULL,NULL,NULL,1,'2026-03-29 18:23:38','2026-03-29 18:23:39','ea1096fa-7a85-4bf3-b2ff-342675d7b111'),
(53185,53185,1,'2026-03-29 14:40:33',NULL,NULL,NULL,1,'2026-03-29 18:40:33','2026-03-29 18:40:33','be81deef-c45e-45b1-8d78-f6ea8315573f'),
(53186,53186,1,'2026-03-29 14:40:39',NULL,NULL,NULL,1,'2026-03-29 18:40:39','2026-03-29 18:40:39','cbb6ce20-8eb6-4ee3-a402-af5e8a0da0bd'),
(53187,53187,1,'2026-03-29 14:40:41',NULL,NULL,NULL,1,'2026-03-29 18:40:41','2026-03-29 18:40:41','7afde54a-2236-4f02-9b19-b1f53e62562f'),
(53188,53188,1,'2026-03-29 14:40:43',NULL,NULL,NULL,1,'2026-03-29 18:40:43','2026-03-29 18:40:43','c5d9d01c-757c-49d9-bd46-28b347134d89'),
(53189,53189,1,'2026-03-29 14:40:44',NULL,NULL,NULL,1,'2026-03-29 18:40:44','2026-03-29 18:40:44','e29944a3-50c9-4dfa-a958-3073b8da732b'),
(53190,53190,1,'2026-03-29 14:47:37',NULL,NULL,NULL,1,'2026-03-29 18:47:37','2026-03-29 18:47:37','29f3c3d2-0e3d-49f3-bc9c-385ef21e3082'),
(53191,53191,1,'2026-03-29 14:49:10',NULL,NULL,NULL,1,'2026-03-29 18:49:10','2026-03-29 18:49:10','19eb2d4f-69cc-4e47-a13d-98d3e0a74d2e'),
(53192,53192,1,'2026-03-29 14:49:11',NULL,NULL,NULL,1,'2026-03-29 18:49:11','2026-03-29 18:49:11','7494030e-6adf-4a48-8a1a-a289039d34e2'),
(53193,53193,1,'2026-03-29 14:49:20',NULL,NULL,NULL,1,'2026-03-29 18:49:20','2026-03-29 18:49:20','b959a2bf-2bcc-410c-944d-0137776ace9c'),
(53194,53194,1,'2026-03-29 14:49:27',NULL,NULL,NULL,1,'2026-03-29 18:49:27','2026-03-29 18:49:27','88878c55-d121-41f8-b806-120b7c72aba3'),
(53195,53195,1,'2026-03-29 14:49:47',NULL,NULL,NULL,1,'2026-03-29 18:49:47','2026-03-29 18:49:47','e6aac3a1-dd5f-457a-9688-b7c8b1d92098'),
(53196,53196,1,'2026-03-29 14:55:52',NULL,NULL,NULL,1,'2026-03-29 18:55:52','2026-03-29 18:55:52','ef93e134-c88d-4c9d-b426-fac71948915f'),
(53197,53197,1,'2026-03-29 15:02:17',NULL,NULL,NULL,1,'2026-03-29 19:02:17','2026-03-29 19:02:17','aa821e25-e91b-4270-a7b8-98f0bdb586c3'),
(53198,53198,1,'2026-03-29 15:02:58',NULL,NULL,NULL,1,'2026-03-29 19:02:58','2026-03-29 19:02:58','9d1c876e-7eb0-438b-b2b1-c8d61e021c4e'),
(53199,53199,1,'2026-03-29 15:05:43',NULL,NULL,NULL,1,'2026-03-29 19:05:43','2026-03-29 19:05:43','2d16a9b5-be1c-4540-8316-27e0606f5e6d'),
(53200,53200,1,'2026-03-29 15:07:11',NULL,NULL,NULL,1,'2026-03-29 19:07:11','2026-03-29 19:07:11','38c78418-bceb-4d7d-b2f8-f8c09441fe0c'),
(53201,53201,1,'A Whitley Resume docx',NULL,NULL,NULL,1,'2026-03-29 19:07:11','2026-03-29 19:07:11','e78d2bd9-161b-4d05-8bed-d28e11ffa83b'),
(53202,53202,1,'2026-03-29 15:11:58',NULL,NULL,NULL,1,'2026-03-29 19:11:58','2026-03-29 19:11:58','a430c687-34fb-448e-9b4b-0192cfe735eb'),
(53203,53203,1,'2026-03-29 15:15:36',NULL,NULL,NULL,1,'2026-03-29 19:15:36','2026-03-29 19:15:36','1eee91c3-2d7e-4138-82e7-b1ea6f9a4358'),
(53204,53204,1,'2026-03-29 15:15:38',NULL,NULL,NULL,1,'2026-03-29 19:15:38','2026-03-29 19:15:38','4233fbce-3e75-4181-8d5b-9d4c8afcd5bb'),
(53205,53205,1,'2026-03-29 15:15:42',NULL,NULL,NULL,1,'2026-03-29 19:15:42','2026-03-29 19:15:42','f08b1762-3107-409d-87f6-610363e6b307'),
(53206,53206,1,'2026-03-29 15:15:45',NULL,NULL,NULL,1,'2026-03-29 19:15:45','2026-03-29 19:15:45','cb76b7da-c028-4531-85f8-c81428fe6a63'),
(53207,53207,1,'2026-03-29 15:15:47',NULL,NULL,NULL,1,'2026-03-29 19:15:47','2026-03-29 19:15:47','430b1c5c-6ed7-4da6-8d54-e7d4dba2a0e7'),
(53208,53208,1,'2026-03-29 15:17:12',NULL,NULL,NULL,1,'2026-03-29 19:17:12','2026-03-29 19:17:12','15f3244c-8d96-4515-b191-7614e2157f59'),
(53209,53209,1,'2026-03-29 15:17:14',NULL,NULL,NULL,1,'2026-03-29 19:17:14','2026-03-29 19:17:14','ade46d08-6f66-49a7-ab43-2fda1cc351ea'),
(53210,53210,1,'2026-03-29 15:17:17',NULL,NULL,NULL,1,'2026-03-29 19:17:17','2026-03-29 19:17:17','7c160d8d-30e2-427c-9288-203dd5534329'),
(53211,53211,1,'2026-03-29 15:17:18',NULL,NULL,NULL,1,'2026-03-29 19:17:18','2026-03-29 19:17:18','22989ba3-5e3d-49c1-bc27-bd217473154b'),
(53212,53212,1,'2026-03-29 15:17:19',NULL,NULL,NULL,1,'2026-03-29 19:17:19','2026-03-29 19:17:19','db0a6f8a-e4ff-466c-8cb4-20d5f4c6884a'),
(53213,53213,1,'2026-03-29 15:19:31',NULL,NULL,NULL,1,'2026-03-29 19:19:31','2026-03-29 19:19:31','4f435cae-d234-4e7d-bacd-499e095fc5e6'),
(53214,53214,1,'2026-03-29 15:40:09',NULL,NULL,NULL,1,'2026-03-29 19:40:09','2026-03-29 19:40:09','d61e7ac3-9e3c-46bd-9827-5ef8de1cc555'),
(53215,53215,1,'2026-03-29 15:41:18',NULL,NULL,NULL,1,'2026-03-29 19:41:18','2026-03-29 19:41:18','2826ebe4-e320-4898-bf9e-e65add60edb5'),
(53216,53216,1,'2026-03-29 15:41:23',NULL,NULL,NULL,1,'2026-03-29 19:41:23','2026-03-29 19:41:23','489d39f6-cbd2-477e-8185-6231007c02bf'),
(53217,53217,1,'2026-03-29 15:41:27',NULL,NULL,NULL,1,'2026-03-29 19:41:27','2026-03-29 19:41:27','6fdae8dd-73c1-43a0-a6ce-6cb13b16dfc1'),
(53218,53218,1,'2026-03-29 15:41:29',NULL,NULL,NULL,1,'2026-03-29 19:41:29','2026-03-29 19:41:29','05ec805b-df39-4980-bf73-ef0e475e0a93'),
(53219,53219,1,'2026-03-29 15:41:31',NULL,NULL,NULL,1,'2026-03-29 19:41:31','2026-03-29 19:41:31','d1cd985d-7935-4428-b63a-d5cf45436ef9'),
(53220,53220,1,'2026-03-29 15:49:47',NULL,NULL,NULL,1,'2026-03-29 19:49:47','2026-03-29 19:49:47','1ae9836e-b2a0-4c7a-b41a-79a51a5bd8bc'),
(53221,53221,1,'2026-03-29 15:50:21',NULL,NULL,NULL,1,'2026-03-29 19:50:21','2026-03-29 19:50:21','0cc70a59-9660-4083-a61f-0811ee7d4aea'),
(53222,53222,1,'2026-03-29 16:03:53',NULL,NULL,NULL,1,'2026-03-29 20:03:53','2026-03-29 20:03:53','f1de8ded-e802-4bc0-9db6-24f0902f4401'),
(53223,53223,1,'2026-03-29 16:08:47',NULL,NULL,NULL,1,'2026-03-29 20:08:46','2026-03-29 20:08:47','bef5a071-1e0d-46eb-8bd9-df1628ef5b78'),
(53224,53224,1,'2026-03-29 16:14:26',NULL,NULL,NULL,1,'2026-03-29 20:14:26','2026-03-29 20:14:26','d7b5df6f-d020-4e12-bfbf-763ef920f0e9'),
(53225,53225,1,'2026-03-29 16:14:29',NULL,NULL,NULL,1,'2026-03-29 20:14:29','2026-03-29 20:14:29','6639f5f5-6a8e-48f8-b8b6-d71b591ebe95'),
(53226,53226,1,'2026-03-29 16:14:32',NULL,NULL,NULL,1,'2026-03-29 20:14:32','2026-03-29 20:14:32','cafba6ed-c63a-4129-8471-ba8bf5b3e34b'),
(53227,53227,1,'2026-03-29 16:14:35',NULL,NULL,NULL,1,'2026-03-29 20:14:35','2026-03-29 20:14:35','56075251-8fac-409f-b9f5-f2dec57bac03'),
(53228,53228,1,'2026-03-29 16:14:39',NULL,NULL,NULL,1,'2026-03-29 20:14:39','2026-03-29 20:14:39','1b972f8d-07a9-4ece-91f9-6ccfbe60fbc5'),
(53443,53443,1,'2026-03-29 16:35:50',NULL,NULL,NULL,1,'2026-03-29 20:35:50','2026-03-29 20:35:50','68e21eb8-a7d0-4eb0-9306-824eedd70822'),
(53444,53444,1,'2026-03-29 16:35:50',NULL,NULL,NULL,1,'2026-03-29 20:35:50','2026-03-29 20:35:50','ab983d78-f237-4192-8fb3-3f840e4dbcd2'),
(53511,53511,1,'2026-03-29 16:38:23',NULL,NULL,NULL,1,'2026-03-29 20:38:23','2026-03-29 20:38:23','8f55eb58-1835-46c7-a56d-0ae14e272bbe'),
(53550,53550,1,'2026-03-29 16:42:05',NULL,NULL,NULL,1,'2026-03-29 20:42:05','2026-03-29 20:42:05','50c4af9e-ed62-47aa-8057-f215204a64b2'),
(53561,53561,1,'2026-03-29 16:42:36',NULL,NULL,NULL,1,'2026-03-29 20:42:36','2026-03-29 20:42:36','1272b183-7a49-4228-86d3-3e627299d7d0'),
(53572,53572,1,'2026-03-29 16:43:12',NULL,NULL,NULL,1,'2026-03-29 20:43:12','2026-03-29 20:43:12','a0f7a93c-3d51-4668-a019-0c09cd9200ef'),
(53573,53573,1,'2026-03-29 16:43:13',NULL,NULL,NULL,1,'2026-03-29 20:43:13','2026-03-29 20:43:13','23ef7053-beca-40b3-98b3-5f92104b588d'),
(53574,53574,1,'2026-03-29 16:43:17',NULL,NULL,NULL,1,'2026-03-29 20:43:17','2026-03-29 20:43:17','bf9f227e-a2bc-4441-8742-cf072f4d3d45'),
(53577,53577,1,'2026-03-29 16:43:19',NULL,NULL,NULL,1,'2026-03-29 20:43:19','2026-03-29 20:43:19','ea5b5d29-2c6b-4b93-a27c-37a92177e255'),
(53578,53578,1,'2026-03-29 16:43:21',NULL,NULL,NULL,1,'2026-03-29 20:43:21','2026-03-29 20:43:21','9d724387-4cf3-49ae-809f-f99a195a4e9b'),
(53635,53635,1,'2026-03-29 16:57:48',NULL,NULL,NULL,1,'2026-03-29 20:57:48','2026-03-29 20:57:48','124aeb08-d619-4c11-842b-595c0f31eed9'),
(53636,53636,1,'2026-03-29 16:58:17',NULL,NULL,NULL,1,'2026-03-29 20:58:17','2026-03-29 20:58:17','2094791a-7f43-4563-a592-fadf7a72da0f'),
(53637,53637,1,'2026-03-29 17:02:10',NULL,NULL,NULL,1,'2026-03-29 21:02:10','2026-03-29 21:02:10','75a16be4-23e2-48f5-82c8-946108bfcac2'),
(53638,53638,1,'IMG 9915',NULL,NULL,NULL,1,'2026-03-29 21:02:10','2026-03-29 21:02:10','803cd124-62c1-4fe0-8a81-823f85dd680a'),
(53639,53639,1,'2026-03-29 17:04:18',NULL,NULL,NULL,1,'2026-03-29 21:04:18','2026-03-29 21:04:18','a37a4868-3de0-4c8e-9652-f9d4c811abdc'),
(53640,53640,1,'2026-03-29 17:13:53',NULL,NULL,NULL,1,'2026-03-29 21:13:53','2026-03-29 21:13:53','abc47467-2885-4392-925b-b286225bed48'),
(53641,53641,1,'2026-03-29 17:14:37',NULL,NULL,NULL,1,'2026-03-29 21:14:37','2026-03-29 21:14:37','b96c3651-e3b9-44ef-8fd9-7171be0fc38a'),
(53642,53642,1,'2026-03-29 17:22:36',NULL,NULL,NULL,1,'2026-03-29 21:22:36','2026-03-29 21:22:36','0a90d550-4e67-4350-b04e-b47e725f955e'),
(53643,53643,1,'2026-03-29 17:30:22',NULL,NULL,NULL,1,'2026-03-29 21:30:22','2026-03-29 21:30:22','f09d8822-87c7-4e0d-81cc-d8a5aa02726f'),
(53644,53644,1,'2026-03-29 17:30:23',NULL,NULL,NULL,1,'2026-03-29 21:30:23','2026-03-29 21:30:23','9e5e7cd3-1cf1-427f-8ecd-e2ffe5443958'),
(53645,53645,1,'2026-03-29 17:30:24',NULL,NULL,NULL,1,'2026-03-29 21:30:24','2026-03-29 21:30:24','18544656-2553-4d27-bbf8-3d5e7201b919'),
(53646,53646,1,'2026-03-29 17:30:25',NULL,NULL,NULL,1,'2026-03-29 21:30:25','2026-03-29 21:30:25','d10f53da-377d-4691-8354-dfdd00387013'),
(53647,53647,1,'2026-03-29 17:30:27',NULL,NULL,NULL,1,'2026-03-29 21:30:27','2026-03-29 21:30:27','df5f2ef0-7dc8-4bf4-abb7-89782024def1'),
(53648,53648,1,'2026-03-29 17:31:33',NULL,NULL,NULL,1,'2026-03-29 21:31:33','2026-03-29 21:31:33','e79d3bd9-496b-4710-9ddc-e83e79d378d2'),
(53649,53649,1,'2026-03-29 17:40:26',NULL,NULL,NULL,1,'2026-03-29 21:40:26','2026-03-29 21:40:26','b40d87c7-4d9a-4e53-b8d8-37dc40afd82f'),
(53650,53650,1,'2026-03-29 17:44:36',NULL,NULL,NULL,1,'2026-03-29 21:44:36','2026-03-29 21:44:36','cc3d0d27-0f3b-48d3-8df3-4737b4fa5214'),
(53651,53651,1,'2026-03-29 17:44:43',NULL,NULL,NULL,1,'2026-03-29 21:44:43','2026-03-29 21:44:43','e512179e-d385-4e7f-97c8-6a1930fb7164'),
(53652,53652,1,'2026-03-29 18:02:20',NULL,NULL,NULL,1,'2026-03-29 22:02:20','2026-03-29 22:02:20','5db98f85-d863-474a-817c-a6285f26aaac'),
(53653,53653,1,'2026-03-29 18:03:50',NULL,NULL,NULL,1,'2026-03-29 22:03:50','2026-03-29 22:03:50','d18a44ff-38ea-4920-b224-17c814e0b080'),
(53654,53654,1,'2026-03-29 18:04:08',NULL,NULL,NULL,1,'2026-03-29 22:04:08','2026-03-29 22:04:08','e5bedd7d-c94b-4ea5-ba2b-235a66041d70'),
(53655,53655,1,'2026-03-29 18:04:32',NULL,NULL,NULL,1,'2026-03-29 22:04:32','2026-03-29 22:04:32','5dd5ecff-da13-4996-8c6a-51298449c60b'),
(53656,53656,1,'2026-03-29 18:15:30',NULL,NULL,NULL,1,'2026-03-29 22:15:30','2026-03-29 22:15:30','e0285eaf-2e50-434d-a9d9-a0ad0ee4dad3'),
(53657,53657,1,'2026-03-29 18:17:30',NULL,NULL,NULL,1,'2026-03-29 22:17:30','2026-03-29 22:17:30','8e5f164b-25c2-42a1-a973-03b5ec0a5276'),
(53658,53658,1,'2026-03-29 18:25:26',NULL,NULL,NULL,1,'2026-03-29 22:25:26','2026-03-29 22:25:26','c82e8c9a-07c8-4ce2-a88f-710550b18e99'),
(53659,53659,1,'2026-03-29 18:25:40',NULL,NULL,NULL,1,'2026-03-29 22:25:40','2026-03-29 22:25:40','ace925f2-7ffd-428e-a5c3-338e766029f1'),
(53660,53660,1,'2026-03-29 18:26:36',NULL,NULL,NULL,1,'2026-03-29 22:26:36','2026-03-29 22:26:36','c54e49af-c51f-432e-9c57-a9d923525055'),
(53661,53661,1,'2026-03-29 18:26:37',NULL,NULL,NULL,1,'2026-03-29 22:26:37','2026-03-29 22:26:37','64254459-00f7-490f-99d9-95b984d90742'),
(53662,53662,1,'2026-03-29 18:26:39',NULL,NULL,NULL,1,'2026-03-29 22:26:39','2026-03-29 22:26:39','3e2263bf-f4b0-40c6-a6af-fd1660da04b0'),
(53663,53663,1,'2026-03-29 18:26:40',NULL,NULL,NULL,1,'2026-03-29 22:26:40','2026-03-29 22:26:40','4f0482bc-13a1-4d63-8378-677202102d21'),
(53664,53664,1,'2026-03-29 18:26:41',NULL,NULL,NULL,1,'2026-03-29 22:26:41','2026-03-29 22:26:41','f96da04b-ab9f-4ca0-8b45-3e838e58b4a3'),
(53665,53665,1,'2026-03-29 18:29:34',NULL,NULL,NULL,1,'2026-03-29 22:29:34','2026-03-29 22:29:34','ead1d781-d8a6-4114-9ae3-9e8b86b39d90'),
(53666,53666,1,'2026-03-29 18:29:35',NULL,NULL,NULL,1,'2026-03-29 22:29:35','2026-03-29 22:29:35','5c671051-1cfc-476b-9fbf-05a1fb68c784'),
(53667,53667,1,'2026-03-29 18:29:36',NULL,NULL,NULL,1,'2026-03-29 22:29:36','2026-03-29 22:29:36','162464c1-0542-4390-88c8-3207da7d1ab3'),
(53668,53668,1,'2026-03-29 18:29:38',NULL,NULL,NULL,1,'2026-03-29 22:29:38','2026-03-29 22:29:38','834a414f-e5b6-407e-a09b-c5d65710b2f2'),
(53669,53669,1,'2026-03-29 18:29:39',NULL,NULL,NULL,1,'2026-03-29 22:29:39','2026-03-29 22:29:39','b42870ea-3211-4c2b-a6cc-57bb2a1cef03'),
(53670,53670,1,'2026-03-29 18:33:55',NULL,NULL,NULL,1,'2026-03-29 22:33:55','2026-03-29 22:33:55','cf00e5b1-6529-4f6c-9e53-0ae4f39d4e21'),
(53671,53671,1,'2026-03-29 18:42:44',NULL,NULL,NULL,1,'2026-03-29 22:42:44','2026-03-29 22:42:44','b2237a65-b6d7-4210-b665-194d1f9cd48a'),
(53672,53672,1,'2026-03-29 18:42:45',NULL,NULL,NULL,1,'2026-03-29 22:42:45','2026-03-29 22:42:45','8d36cf3d-20fc-4127-8fa4-1e85b7c8c13e'),
(53673,53673,1,'2026-03-29 18:42:47',NULL,NULL,NULL,1,'2026-03-29 22:42:47','2026-03-29 22:42:47','67927f2f-1fbe-4e31-b03b-092db1f5e375'),
(53674,53674,1,'2026-03-29 18:42:48',NULL,NULL,NULL,1,'2026-03-29 22:42:48','2026-03-29 22:42:48','99b021b4-ee6e-43cd-ba35-c13e28324685'),
(53675,53675,1,'2026-03-29 18:42:49',NULL,NULL,NULL,1,'2026-03-29 22:42:49','2026-03-29 22:42:49','64c84fd7-81ca-4e19-87ad-17ebbf3a5d7f'),
(53676,53676,1,'2026-03-29 18:46:43',NULL,NULL,NULL,1,'2026-03-29 22:46:43','2026-03-29 22:46:43','67f77323-c8f1-4ffd-b803-3f2f0f1272e9'),
(53677,53677,1,'2026-03-29 18:46:45',NULL,NULL,NULL,1,'2026-03-29 22:46:45','2026-03-29 22:46:45','61ff3343-42d8-4709-8483-d012b8885be5'),
(53678,53678,1,'2026-03-29 18:46:46',NULL,NULL,NULL,1,'2026-03-29 22:46:46','2026-03-29 22:46:46','0b455ff3-1dde-42e3-8619-b4c3e8d89743'),
(53679,53679,1,'2026-03-29 18:46:47',NULL,NULL,NULL,1,'2026-03-29 22:46:47','2026-03-29 22:46:47','ccbee212-0c2f-4139-8e81-e4527d2d7efb'),
(53680,53680,1,'2026-03-29 18:46:48',NULL,NULL,NULL,1,'2026-03-29 22:46:48','2026-03-29 22:46:48','fbb53ea7-0663-400c-9f32-d7ae6338fc71'),
(53681,53681,1,'2026-03-29 18:54:13',NULL,NULL,NULL,1,'2026-03-29 22:54:13','2026-03-29 22:54:13','fa76ac13-1bf7-4c36-8e49-57ad3b7eb8a1'),
(53682,53682,1,'2026-03-29 18:55:28',NULL,NULL,NULL,1,'2026-03-29 22:55:28','2026-03-29 22:55:28','b15e56ed-118d-4829-b5c3-efe7221eca2f'),
(53683,53683,1,'2026-03-29 18:55:29',NULL,NULL,NULL,1,'2026-03-29 22:55:29','2026-03-29 22:55:29','ceeafb78-3cf0-4b56-a583-02bb692a3ff4'),
(53684,53684,1,'2026-03-29 18:55:30',NULL,NULL,NULL,1,'2026-03-29 22:55:30','2026-03-29 22:55:30','4809ca58-39c0-4ec6-b315-759d1f21e4a9'),
(53685,53685,1,'2026-03-29 18:55:32',NULL,NULL,NULL,1,'2026-03-29 22:55:32','2026-03-29 22:55:32','dfdcbc9b-c98e-45dd-910f-2994dec61f21'),
(53686,53686,1,'2026-03-29 18:55:34',NULL,NULL,NULL,1,'2026-03-29 22:55:34','2026-03-29 22:55:34','07f8e437-ba44-4063-9981-5a10793be89f'),
(53687,53687,1,'2026-03-29 18:56:47',NULL,NULL,NULL,1,'2026-03-29 22:56:47','2026-03-29 22:56:47','a0bbc27a-2494-4910-b94a-4d79d5e4c6f5'),
(53688,53688,1,'2026-03-29 18:58:21',NULL,NULL,NULL,1,'2026-03-29 22:58:21','2026-03-29 22:58:21','fd5c83f3-e55a-4ca9-a77d-a94b330d624e'),
(53689,53689,1,'2026-03-29 18:58:24',NULL,NULL,NULL,1,'2026-03-29 22:58:24','2026-03-29 22:58:24','ae8312c3-8988-4ed9-a664-e7c8290982b9'),
(53690,53690,1,'2026-03-29 18:58:24',NULL,NULL,NULL,1,'2026-03-29 22:58:24','2026-03-29 22:58:24','1a445f74-595a-4e95-9d8a-95a49c45a0b3'),
(53691,53691,1,'2026-03-29 18:58:25',NULL,NULL,NULL,1,'2026-03-29 22:58:25','2026-03-29 22:58:25','dfe6c638-0f1e-4663-8d1f-ac595c1d4ad7'),
(53692,53692,1,'2026-03-29 18:58:26',NULL,NULL,NULL,1,'2026-03-29 22:58:26','2026-03-29 22:58:26','9afe84d4-cc60-4d4a-8423-9bc853471e70'),
(53693,53693,1,'2026-03-29 18:58:27',NULL,NULL,NULL,1,'2026-03-29 22:58:27','2026-03-29 22:58:27','72617a14-7b9d-407d-a0b4-e0a11cee0bdb'),
(53694,53694,1,'2026-03-29 19:09:00',NULL,NULL,NULL,1,'2026-03-29 23:09:00','2026-03-29 23:09:00','1206a5ad-fc8b-40f9-b9fb-61a466f1bc18'),
(53695,53695,1,'2026-03-29 19:16:04',NULL,NULL,NULL,1,'2026-03-29 23:16:04','2026-03-29 23:16:04','f57f93c6-e253-4d51-9783-d2dc42e7e903'),
(53696,53696,1,'2026-03-29 19:16:05',NULL,NULL,NULL,1,'2026-03-29 23:16:05','2026-03-29 23:16:05','a201a2f8-8dd7-4fe6-8e7c-bd96cdde6f21'),
(53697,53697,1,'2026-03-29 19:16:06',NULL,NULL,NULL,1,'2026-03-29 23:16:06','2026-03-29 23:16:06','c7a225b5-97de-495a-8d11-854decf01178'),
(53698,53698,1,'2026-03-29 19:16:08',NULL,NULL,NULL,1,'2026-03-29 23:16:08','2026-03-29 23:16:08','1ea78e73-2fd4-438e-9418-5f5f49b0f278'),
(53699,53699,1,'2026-03-29 19:16:09',NULL,NULL,NULL,1,'2026-03-29 23:16:09','2026-03-29 23:16:09','ed390f27-35b9-4bea-ac3f-23c5bb047c9a'),
(53700,53700,1,'2026-03-29 19:20:53',NULL,NULL,NULL,1,'2026-03-29 23:20:53','2026-03-29 23:20:53','040e86cf-b65d-45bc-8264-99f9bca92dcd'),
(53701,53701,1,'2026-03-29 19:21:55',NULL,NULL,NULL,1,'2026-03-29 23:21:55','2026-03-29 23:21:55','da7c6338-57e6-4793-92f8-4c307c02ff5a'),
(53702,53702,1,'2026-03-29 19:23:52',NULL,NULL,NULL,1,'2026-03-29 23:23:52','2026-03-29 23:23:52','e919b498-448d-4a74-8484-636828a9a296'),
(53703,53703,1,'2026-03-29 19:29:22',NULL,NULL,NULL,1,'2026-03-29 23:29:22','2026-03-29 23:29:22','514842f4-64fe-451d-a70d-241f45debf4c'),
(53704,53704,1,'2026-03-29 19:36:48',NULL,NULL,NULL,1,'2026-03-29 23:36:48','2026-03-29 23:36:48','e3c8a74d-0592-4d3a-ab45-1ed3694b3680'),
(53705,53705,1,'2026-03-29 19:40:58',NULL,NULL,NULL,1,'2026-03-29 23:40:58','2026-03-29 23:40:58','162f248f-9916-4a52-ab58-53f898715d00'),
(53706,53706,1,'2026-03-29 19:40:59',NULL,NULL,NULL,1,'2026-03-29 23:40:59','2026-03-29 23:40:59','f697dadf-5d42-4c6f-9411-3dc42534de42'),
(53707,53707,1,'2026-03-29 19:41:00',NULL,NULL,NULL,1,'2026-03-29 23:41:00','2026-03-29 23:41:00','ba1b1adc-bf06-42fc-92ad-7542101ce6bf'),
(53708,53708,1,'2026-03-29 19:41:02',NULL,NULL,NULL,1,'2026-03-29 23:41:02','2026-03-29 23:41:02','873af406-0fcc-4d23-a5d2-fc0debcbbc2d'),
(53709,53709,1,'2026-03-29 19:41:03',NULL,NULL,NULL,1,'2026-03-29 23:41:03','2026-03-29 23:41:03','7aadb85a-adde-44aa-bca5-fbb134f2c01d'),
(53710,53710,1,'2026-03-29 19:41:41',NULL,NULL,NULL,1,'2026-03-29 23:41:41','2026-03-29 23:41:41','19c80801-de09-4c91-a461-08a01dbee1e2'),
(53711,53711,1,'2026-03-29 19:41:42',NULL,NULL,NULL,1,'2026-03-29 23:41:42','2026-03-29 23:41:42','0c898377-a12e-4456-b380-6ae20cfe2e8e'),
(53712,53712,1,'2026-03-29 19:41:43',NULL,NULL,NULL,1,'2026-03-29 23:41:43','2026-03-29 23:41:43','30f39549-0478-43ed-bc36-5dfdc60c6ad7'),
(53713,53713,1,'2026-03-29 19:41:44',NULL,NULL,NULL,1,'2026-03-29 23:41:44','2026-03-29 23:41:44','7148d8c1-8ac8-4ef2-82e8-422bb672d7a2'),
(53714,53714,1,'2026-03-29 19:41:45',NULL,NULL,NULL,1,'2026-03-29 23:41:45','2026-03-29 23:41:45','5ec03c68-4fc1-4f88-9ec0-a1cb33423652'),
(53715,53715,1,'2026-03-29 19:48:08',NULL,NULL,NULL,1,'2026-03-29 23:48:08','2026-03-29 23:48:08','05662eb2-e2c1-49b8-8373-d27c271be3aa'),
(53716,53716,1,'2026-03-29 19:55:25',NULL,NULL,NULL,1,'2026-03-29 23:55:25','2026-03-29 23:55:25','077f9147-d58a-4fc1-ac1d-1f8d08b988a6'),
(53717,53717,1,'2026-03-29 19:55:27',NULL,NULL,NULL,1,'2026-03-29 23:55:27','2026-03-29 23:55:27','1c8fe8ed-dafe-4d89-aef6-c3577390648f'),
(53718,53718,1,'2026-03-29 19:55:28',NULL,NULL,NULL,1,'2026-03-29 23:55:28','2026-03-29 23:55:28','78ca5b9e-4323-4f34-b815-dd24c321808d'),
(53719,53719,1,'2026-03-29 19:55:30',NULL,NULL,NULL,1,'2026-03-29 23:55:30','2026-03-29 23:55:30','72bee309-a567-442e-87e4-23d7b6306269'),
(53720,53720,1,'2026-03-29 19:55:31',NULL,NULL,NULL,1,'2026-03-29 23:55:31','2026-03-29 23:55:31','afd1d1ac-e791-4e2c-8d7e-b53dc8bdd77a'),
(53721,53721,1,'2026-03-29 20:05:25',NULL,NULL,NULL,1,'2026-03-30 00:05:25','2026-03-30 00:05:25','07589bd3-7335-40ba-8577-5b417d049d68'),
(53722,53722,1,'2026-03-29 20:07:12',NULL,NULL,NULL,1,'2026-03-30 00:07:12','2026-03-30 00:07:12','c1913d30-18cb-46bb-a97b-49d33be0c7e8'),
(53723,53723,1,'2026-03-29 20:13:15',NULL,NULL,NULL,1,'2026-03-30 00:13:15','2026-03-30 00:13:15','eeb83473-f9a0-4a76-966c-f91351fed95b'),
(53724,53724,1,'2026-03-29 20:16:39',NULL,NULL,NULL,1,'2026-03-30 00:16:39','2026-03-30 00:16:39','8c199a0f-ffae-418d-ba9a-2e8e381246af'),
(53725,53725,1,'2026-03-29 20:26:11',NULL,NULL,NULL,1,'2026-03-30 00:26:11','2026-03-30 00:26:11','92786fa9-392a-467d-8e3e-2f59e8608618'),
(53726,53726,1,'2026-03-29 20:26:27',NULL,NULL,NULL,1,'2026-03-30 00:26:27','2026-03-30 00:26:27','f7be6fb4-d889-4338-9308-3b18de750986'),
(53727,53727,1,'2026-03-29 20:26:33',NULL,NULL,NULL,1,'2026-03-30 00:26:33','2026-03-30 00:26:33','2dd11ddd-d17f-4891-af67-a9844a5e2ba9'),
(53728,53728,1,'2026-03-29 20:33:41',NULL,NULL,NULL,1,'2026-03-30 00:33:41','2026-03-30 00:33:41','c9e16ff2-3e1e-46f6-bc01-a73b9df3f1ee'),
(53729,53729,1,'2026-03-29 20:36:35',NULL,NULL,NULL,1,'2026-03-30 00:36:35','2026-03-30 00:36:35','639d0055-1b2b-46a1-b3b4-f99819909485'),
(53730,53730,1,'2026-03-29 20:36:36',NULL,NULL,NULL,1,'2026-03-30 00:36:36','2026-03-30 00:36:36','488c4ea8-e5e6-44d3-bebf-024dc2d849bf'),
(53731,53731,1,'2026-03-29 20:36:37',NULL,NULL,NULL,1,'2026-03-30 00:36:37','2026-03-30 00:36:37','d5849a3b-aebd-4174-ba44-9841716e443f'),
(53732,53732,1,'2026-03-29 20:36:38',NULL,NULL,NULL,1,'2026-03-30 00:36:38','2026-03-30 00:36:38','a2df19a4-4dea-46c2-9b33-7ea9d89cf1cd'),
(53733,53733,1,'2026-03-29 20:36:40',NULL,NULL,NULL,1,'2026-03-30 00:36:40','2026-03-30 00:36:40','07fa12b6-4d33-4cd2-933b-7797d4e4a83a'),
(53734,53734,1,'2026-03-29 20:38:11',NULL,NULL,NULL,1,'2026-03-30 00:38:11','2026-03-30 00:38:11','413b203a-a8a4-4b97-b27a-feaa78a6c03d'),
(53735,53735,1,'2026-03-29 20:38:12',NULL,NULL,NULL,1,'2026-03-30 00:38:12','2026-03-30 00:38:12','b42c7775-3b21-4b42-aa40-c262636bd351'),
(53736,53736,1,'2026-03-29 20:38:13',NULL,NULL,NULL,1,'2026-03-30 00:38:13','2026-03-30 00:38:13','46dc35b9-eff3-4d86-ab76-66a69fb994b1'),
(53737,53737,1,'2026-03-29 20:38:15',NULL,NULL,NULL,1,'2026-03-30 00:38:15','2026-03-30 00:38:15','e193f18f-c41b-44b7-845e-0e3612a42c35'),
(53738,53738,1,'2026-03-29 20:38:16',NULL,NULL,NULL,1,'2026-03-30 00:38:16','2026-03-30 00:38:16','dca7bd23-0d17-4624-9bbb-bd734595180e'),
(53739,53739,1,'2026-03-29 20:38:35',NULL,NULL,NULL,1,'2026-03-30 00:38:35','2026-03-30 00:38:35','e187d78b-bd62-4840-94f6-e1667ef92cc6'),
(53740,53740,1,'2026-03-29 20:45:07',NULL,NULL,NULL,1,'2026-03-30 00:45:07','2026-03-30 00:45:07','576a4823-8a62-420c-9876-a4e1e0fe0667'),
(53741,53741,1,'2026-03-29 21:09:43',NULL,NULL,NULL,1,'2026-03-30 01:09:43','2026-03-30 01:09:43','f4f8c77a-33d5-4ba4-91e2-00d8f9392a66'),
(53742,53742,1,'2026-03-29 21:30:10',NULL,NULL,NULL,1,'2026-03-30 01:30:10','2026-03-30 01:30:10','ff8c8e7c-d4e9-4a1c-bce0-059805962ae7'),
(53743,53743,1,'2026-03-29 21:44:48',NULL,NULL,NULL,1,'2026-03-30 01:44:48','2026-03-30 01:44:48','77b48200-725f-4a81-ac46-61758b4831ad'),
(53744,53744,1,'2026-03-29 21:48:33',NULL,NULL,NULL,1,'2026-03-30 01:48:33','2026-03-30 01:48:33','4a350062-b730-4946-9ee0-532ebdd68259'),
(53745,53745,1,'2026-03-29 21:48:34',NULL,NULL,NULL,1,'2026-03-30 01:48:34','2026-03-30 01:48:34','c1373195-ae8b-4878-a0a1-d7eb80c52f37'),
(53746,53746,1,'2026-03-29 21:48:35',NULL,NULL,NULL,1,'2026-03-30 01:48:35','2026-03-30 01:48:35','e92e7b38-c599-48cf-8836-f73ab5aeb327'),
(53747,53747,1,'2026-03-29 21:48:36',NULL,NULL,NULL,1,'2026-03-30 01:48:36','2026-03-30 01:48:36','f7ffd564-48a6-4b90-b69d-9c7da22e49ba'),
(53748,53748,1,'2026-03-29 21:48:37',NULL,NULL,NULL,1,'2026-03-30 01:48:37','2026-03-30 01:48:37','c60802f4-b942-46f1-a021-4ec4d95e5950'),
(53749,53749,1,'2026-03-29 21:58:46',NULL,NULL,NULL,1,'2026-03-30 01:58:46','2026-03-30 01:58:46','a60eb05a-4d4d-4a04-ac88-aa80ffd2f58c'),
(53750,53750,1,'2026-03-29 22:02:26',NULL,NULL,NULL,1,'2026-03-30 02:02:26','2026-03-30 02:02:26','5400102f-5408-40bc-8f15-f0a2251a1b52'),
(53751,53751,1,'2026-03-29 22:04:47',NULL,NULL,NULL,1,'2026-03-30 02:04:47','2026-03-30 02:04:47','e93c96c8-7728-4459-a56f-08e005fbbcbc'),
(53752,53752,1,'2026-03-29 22:12:06',NULL,NULL,NULL,1,'2026-03-30 02:12:06','2026-03-30 02:12:06','bb437da2-6ee0-433f-b8d0-71329c3c8042'),
(53753,53753,1,'2026-03-29 22:14:47',NULL,NULL,NULL,1,'2026-03-30 02:14:47','2026-03-30 02:14:47','556eb4d1-a8d5-4958-9820-1129275fe33c'),
(53754,53754,1,'2026-03-29 22:17:07',NULL,NULL,NULL,1,'2026-03-30 02:17:07','2026-03-30 02:17:07','55f44e81-f475-429f-b2ee-e8e2e17f4f6f'),
(53755,53755,1,'2026-03-29 22:17:24',NULL,NULL,NULL,1,'2026-03-30 02:17:24','2026-03-30 02:17:24','487bcdf2-80d8-4122-965e-63598a1f8e32'),
(53756,53756,1,'2026-03-29 22:17:56',NULL,NULL,NULL,1,'2026-03-30 02:17:56','2026-03-30 02:17:56','4145be1a-474f-4535-8ae2-872e9201d2cf'),
(53757,53757,1,'2026-03-29 22:19:33',NULL,NULL,NULL,1,'2026-03-30 02:19:33','2026-03-30 02:19:33','c2c51e66-f337-47ec-af61-7e51bf08266a'),
(53758,53758,1,'2026-03-29 22:24:35',NULL,NULL,NULL,1,'2026-03-30 02:24:35','2026-03-30 02:24:35','ed28723c-1ac9-4ebc-9e00-e079c1053107'),
(53759,53759,1,'2026-03-29 22:27:38',NULL,NULL,NULL,1,'2026-03-30 02:27:38','2026-03-30 02:27:38','12648bfb-bb99-4523-a774-32040ab371c3'),
(53760,53760,1,'2026-03-29 22:30:47',NULL,NULL,NULL,1,'2026-03-30 02:30:47','2026-03-30 02:30:47','a5b27054-220a-40d1-b2ae-46e8b5b4fd41'),
(53761,53761,1,'2026-03-29 22:31:47',NULL,NULL,NULL,1,'2026-03-30 02:31:47','2026-03-30 02:31:47','1f78ddd6-99a2-4f3a-bef8-6dee18b07dac'),
(53762,53762,1,'2026-03-29 22:32:04',NULL,NULL,NULL,1,'2026-03-30 02:32:04','2026-03-30 02:32:04','bd28728e-c70a-4e1f-9209-46d90b379b1b'),
(53763,53763,1,'2026-03-29 22:34:28',NULL,NULL,NULL,1,'2026-03-30 02:34:28','2026-03-30 02:34:28','add23b30-1804-48b5-bb6c-f4bf8b2f704f'),
(53764,53764,1,'2026-03-29 22:36:02',NULL,NULL,NULL,1,'2026-03-30 02:36:02','2026-03-30 02:36:02','f638ca8e-90b9-457a-ad85-67da50af0663'),
(53765,53765,1,'2026-03-29 22:38:52',NULL,NULL,NULL,1,'2026-03-30 02:38:52','2026-03-30 02:38:52','b100e2c5-96a1-4eed-add0-e4f2e4c4e9cf'),
(53766,53766,1,'2026-03-29 22:39:25',NULL,NULL,NULL,1,'2026-03-30 02:39:25','2026-03-30 02:39:25','8415bcf5-493c-4461-9d51-7828df1b93df'),
(53767,53767,1,'2026-03-29 22:40:37',NULL,NULL,NULL,1,'2026-03-30 02:40:37','2026-03-30 02:40:37','e498159d-4ca4-4619-8f2d-16016d78c3b9'),
(53768,53768,1,'2026-03-29 22:40:56',NULL,NULL,NULL,1,'2026-03-30 02:40:56','2026-03-30 02:40:56','2cdb2e1e-3847-4c83-9b1d-c1ae86520e2e'),
(53769,53769,1,'2026-03-29 22:40:57',NULL,NULL,NULL,1,'2026-03-30 02:40:57','2026-03-30 02:40:57','4471cd6a-0070-4d50-896d-135d69a00d16'),
(53770,53770,1,'2026-03-29 22:40:59',NULL,NULL,NULL,1,'2026-03-30 02:40:59','2026-03-30 02:40:59','ea85ddfc-c4fe-405c-a57c-a4436d663b59'),
(53771,53771,1,'2026-03-29 22:41:00',NULL,NULL,NULL,1,'2026-03-30 02:41:00','2026-03-30 02:41:00','235436d2-8d6d-410c-b8b2-a7a26df07c90'),
(53772,53772,1,'2026-03-29 22:41:01',NULL,NULL,NULL,1,'2026-03-30 02:41:01','2026-03-30 02:41:01','3f28b6b5-dd17-48e7-bb4c-40bef3b76dee'),
(53773,53773,1,'2026-03-29 22:41:15',NULL,NULL,NULL,1,'2026-03-30 02:41:15','2026-03-30 02:41:15','264c305d-7987-4058-b4c1-95b56bc16326'),
(53774,53774,1,'2026-03-29 22:43:26',NULL,NULL,NULL,1,'2026-03-30 02:43:26','2026-03-30 02:43:26','4f455df2-5357-4175-a6e3-6a839096146a'),
(53775,53775,1,'2026-03-29 22:43:37',NULL,NULL,NULL,1,'2026-03-30 02:43:37','2026-03-30 02:43:38','8df0e580-86b5-4ce3-a25e-c6bcab4a7a95'),
(53776,53776,1,'2026-03-29 22:46:08',NULL,NULL,NULL,1,'2026-03-30 02:46:08','2026-03-30 02:46:08','af016607-427f-4554-bd26-a6149abe4d8a'),
(53777,53777,1,'2026-03-29 22:46:30',NULL,NULL,NULL,1,'2026-03-30 02:46:30','2026-03-30 02:46:30','a0a11da1-152a-492d-9fde-486e326e12a9'),
(53778,53778,1,'2026-03-29 22:46:49',NULL,NULL,NULL,1,'2026-03-30 02:46:49','2026-03-30 02:46:49','70d60fb6-6731-460d-8b2b-3d4bf26f3183'),
(53779,53779,1,'2026-03-29 22:47:10',NULL,NULL,NULL,1,'2026-03-30 02:47:10','2026-03-30 02:47:10','832ca714-087f-4c86-a506-63cbdf6565e2'),
(53780,53780,1,'2026-03-29 22:47:54',NULL,NULL,NULL,1,'2026-03-30 02:47:54','2026-03-30 02:47:54','4eea5dc6-00df-41fe-9955-56c29db5a18f'),
(53781,53781,1,'2026-03-29 22:49:28',NULL,NULL,NULL,1,'2026-03-30 02:49:28','2026-03-30 02:49:28','5e5ed8c6-33a9-4a76-8701-3c780917ef74'),
(53782,53782,1,'2026-03-29 22:50:37',NULL,NULL,NULL,1,'2026-03-30 02:50:37','2026-03-30 02:50:37','0e02c0c4-33d8-46c3-8393-90767f71bf3a'),
(53783,53783,1,'2026-03-29 22:52:05',NULL,NULL,NULL,1,'2026-03-30 02:52:05','2026-03-30 02:52:05','c5d4550b-ce2d-4563-a0e2-b5ef5dc874d3'),
(53784,53784,1,'2026-03-29 22:52:42',NULL,NULL,NULL,1,'2026-03-30 02:52:42','2026-03-30 02:52:42','2d1d0444-a17f-418a-ab4d-893f5e80042c'),
(53785,53785,1,'2026-03-29 22:55:46',NULL,NULL,NULL,1,'2026-03-30 02:55:46','2026-03-30 02:55:46','b0d96e34-683b-4a80-954a-217612affa66'),
(53786,53786,1,'2026-03-29 22:56:24',NULL,NULL,NULL,1,'2026-03-30 02:56:24','2026-03-30 02:56:24','b166139a-77fd-4269-919b-d3be9e08dbc7'),
(53787,53787,1,'2026-03-29 22:57:01',NULL,NULL,NULL,1,'2026-03-30 02:57:01','2026-03-30 02:57:01','f9911d32-2d34-4147-b206-c09d9e21191c'),
(53788,53788,1,'2026-03-29 22:57:15',NULL,NULL,NULL,1,'2026-03-30 02:57:15','2026-03-30 02:57:15','39473967-2aef-4558-ab19-8d8b55071e51'),
(53789,53789,1,'2026-03-29 22:57:44',NULL,NULL,NULL,1,'2026-03-30 02:57:44','2026-03-30 02:57:44','0727629f-e1a1-4e6f-8a65-c70cf3cb62a5'),
(53790,53790,1,'2026-03-29 22:58:13',NULL,NULL,NULL,1,'2026-03-30 02:58:13','2026-03-30 02:58:13','a46e5980-2600-4a8f-8c2e-687a0fea28c2'),
(53791,53791,1,'2026-03-29 23:04:00',NULL,NULL,NULL,1,'2026-03-30 03:04:00','2026-03-30 03:04:00','cefc15fb-afca-4874-a354-c0a0a28868b2'),
(53792,53792,1,'2026-03-29 23:04:35',NULL,NULL,NULL,1,'2026-03-30 03:04:35','2026-03-30 03:04:35','dde2ddcc-aedf-4942-b723-1d524af6a359'),
(53793,53793,1,'2026-03-29 23:05:13',NULL,NULL,NULL,1,'2026-03-30 03:05:13','2026-03-30 03:05:13','569010b6-7622-4c41-b625-15eeeda2b1f7'),
(53794,53794,1,'2026-03-29 23:08:10',NULL,NULL,NULL,1,'2026-03-30 03:08:09','2026-03-30 03:08:10','7408027f-8387-40aa-99f5-e2401570b7e6'),
(53795,53795,1,'2026-03-29 23:10:13',NULL,NULL,NULL,1,'2026-03-30 03:10:13','2026-03-30 03:10:13','6dc26c8f-1b6d-4cfb-ad07-55fec3eea663'),
(53796,53796,1,'2026-03-29 23:10:48',NULL,NULL,NULL,1,'2026-03-30 03:10:48','2026-03-30 03:10:48','f6f33c1c-b1fc-4859-9bb9-c5d5ee267373'),
(53797,53797,1,'2026-03-29 23:11:55',NULL,NULL,NULL,1,'2026-03-30 03:11:55','2026-03-30 03:11:55','3df937bf-9f29-43a9-ba5a-d03ddff01dcc'),
(53798,53798,1,'2026-03-29 23:12:07',NULL,NULL,NULL,1,'2026-03-30 03:12:07','2026-03-30 03:12:07','1951533f-c66f-4e9f-be1e-04f3dc040368'),
(53799,53799,1,'2026-03-29 23:12:10',NULL,NULL,NULL,1,'2026-03-30 03:12:10','2026-03-30 03:12:10','59023252-447d-4752-99b5-683373eb6674'),
(53800,53800,1,'2026-03-29 23:12:51',NULL,NULL,NULL,1,'2026-03-30 03:12:51','2026-03-30 03:12:51','a78a4c40-47fe-4c02-b6e5-93ae877554c8'),
(53801,53801,1,'2026-03-29 23:14:29',NULL,NULL,NULL,1,'2026-03-30 03:14:29','2026-03-30 03:14:29','fc17bedf-7a32-4da3-b940-46cfd8aa4423'),
(53802,53802,1,'2026-03-29 23:15:27',NULL,NULL,NULL,1,'2026-03-30 03:15:27','2026-03-30 03:15:27','7a18cf2b-cf91-4650-b984-6a57917a528a'),
(53803,53803,1,'2026-03-29 23:15:28',NULL,NULL,NULL,1,'2026-03-30 03:15:28','2026-03-30 03:15:28','23178c2e-3afd-4da5-a5a7-1863a34585fa'),
(53804,53804,1,'2026-03-29 23:15:29',NULL,NULL,NULL,1,'2026-03-30 03:15:29','2026-03-30 03:15:29','8d4463ff-2096-4b77-8b01-d01388d60ec5'),
(53805,53805,1,'2026-03-29 23:15:30',NULL,NULL,NULL,1,'2026-03-30 03:15:30','2026-03-30 03:15:31','f319ffcb-e0fb-4905-9ddc-9da0bc1f8bc5'),
(53806,53806,1,'2026-03-29 23:15:32',NULL,NULL,NULL,1,'2026-03-30 03:15:32','2026-03-30 03:15:32','e6ab6a9f-aa1d-4ec2-a9f9-fc8ec4a124e4'),
(53807,53807,1,'2026-03-29 23:19:59',NULL,NULL,NULL,1,'2026-03-30 03:19:59','2026-03-30 03:19:59','17e24ad9-c81f-417e-b69d-c192f5e4c8dd'),
(53808,53808,1,'2026-03-29 23:21:51',NULL,NULL,NULL,1,'2026-03-30 03:21:51','2026-03-30 03:21:51','487ff20f-bed3-4407-936b-106f2bd855b7'),
(53809,53809,1,'2026-03-29 23:22:21',NULL,NULL,NULL,1,'2026-03-30 03:22:21','2026-03-30 03:22:21','11ce497e-1cd8-4689-a733-181f1ee47ea9'),
(53810,53810,1,'2026-03-29 23:25:08',NULL,NULL,NULL,1,'2026-03-30 03:25:08','2026-03-30 03:25:08','6e9624dc-a687-4cb1-9c8c-391508d8f8bb'),
(53811,53811,1,'2026-03-29 23:27:57',NULL,NULL,NULL,1,'2026-03-30 03:27:57','2026-03-30 03:27:57','fdebc45f-9f05-4fe7-8a73-d14d692e47a4'),
(53812,53812,1,'2026-03-29 23:27:58',NULL,NULL,NULL,1,'2026-03-30 03:27:58','2026-03-30 03:27:58','e38f9e4c-6cf8-45d7-8ed6-96ba0205fe7b'),
(53813,53813,1,'2026-03-29 23:28:00',NULL,NULL,NULL,1,'2026-03-30 03:28:00','2026-03-30 03:28:00','06be9228-a0ae-47aa-ad6a-35cb8406e316'),
(53814,53814,1,'2026-03-29 23:28:01',NULL,NULL,NULL,1,'2026-03-30 03:28:01','2026-03-30 03:28:01','e34be969-06d0-46d7-806f-7ece80c29eef'),
(53815,53815,1,'2026-03-29 23:28:02',NULL,NULL,NULL,1,'2026-03-30 03:28:02','2026-03-30 03:28:02','f39139b2-b927-4d8b-81f1-0c8b4f9af6d8'),
(53816,53816,1,'2026-03-29 23:29:48',NULL,NULL,NULL,1,'2026-03-30 03:29:48','2026-03-30 03:29:48','4c746a37-81f1-447e-bb8b-1de4a41a0f2d'),
(53817,53817,1,'2026-03-29 23:31:18',NULL,NULL,NULL,1,'2026-03-30 03:31:18','2026-03-30 03:31:18','5bcad72d-0353-4d34-93ff-ef18ba4432f3'),
(53818,53818,1,'2026-03-29 23:33:05',NULL,NULL,NULL,1,'2026-03-30 03:33:05','2026-03-30 03:33:05','1280d318-135a-41ef-87a3-be346a967773'),
(53819,53819,1,'2026-03-29 23:33:14',NULL,NULL,NULL,1,'2026-03-30 03:33:14','2026-03-30 03:33:14','86e74c62-89bd-446d-9e52-8fcced86d516'),
(53820,53820,1,'2026-03-29 23:34:21',NULL,NULL,NULL,1,'2026-03-30 03:34:21','2026-03-30 03:34:21','f97cb2e9-bfc8-4f9a-ac44-18da42ab4c4a'),
(53821,53821,1,'2026-03-29 23:39:02',NULL,NULL,NULL,1,'2026-03-30 03:39:02','2026-03-30 03:39:02','13129fa2-dc90-435c-adb3-78764810c3a8'),
(53822,53822,1,'2026-03-29 23:40:46',NULL,NULL,NULL,1,'2026-03-30 03:40:45','2026-03-30 03:40:46','48feef32-6bd9-450b-82db-61c4c4e0bf45'),
(53823,53823,1,'2026-03-29 23:44:36',NULL,NULL,NULL,1,'2026-03-30 03:44:36','2026-03-30 03:44:36','a556cd29-527e-4540-a617-39bc5bc48e0e'),
(53824,53824,1,'2026-03-29 23:48:17',NULL,NULL,NULL,1,'2026-03-30 03:48:17','2026-03-30 03:48:17','66a46fb0-2839-45b3-a86c-9371b416bfd9'),
(53825,53825,1,'2026-03-29 23:48:43',NULL,NULL,NULL,1,'2026-03-30 03:48:43','2026-03-30 03:48:43','871d2e6a-844b-4d3e-be0b-161e79b27ae0'),
(53826,53826,1,'2026-03-29 23:55:40',NULL,NULL,NULL,1,'2026-03-30 03:55:40','2026-03-30 03:55:40','fbd44cbc-ad79-44a6-9c76-2effae64fb3c'),
(53827,53827,1,'2026-03-30 00:05:52',NULL,NULL,NULL,1,'2026-03-30 04:05:52','2026-03-30 04:05:52','c5d9def6-cfc9-44bd-b3bf-8f88c356c136'),
(53828,53828,1,'2026-03-30 00:08:53',NULL,NULL,NULL,1,'2026-03-30 04:08:53','2026-03-30 04:08:53','5c700e2b-dfa3-496f-86cc-20b4cfe79f6c'),
(53829,53829,1,'2026-03-30 00:14:33',NULL,NULL,NULL,1,'2026-03-30 04:14:33','2026-03-30 04:14:33','576a91cb-6ff1-4d45-9b0e-8aa505064326'),
(53830,53830,1,'2026-03-30 00:16:27',NULL,NULL,NULL,1,'2026-03-30 04:16:27','2026-03-30 04:16:27','eaf142e2-f8cd-4412-ad9d-94ac52b55f8a'),
(53831,53831,1,'2026-03-30 00:30:55',NULL,NULL,NULL,1,'2026-03-30 04:30:55','2026-03-30 04:30:55','eb7d3827-6fbb-4bac-96a6-7ac2aa1d9ab9'),
(53832,53832,1,'2026-03-30 00:32:34',NULL,NULL,NULL,1,'2026-03-30 04:32:34','2026-03-30 04:32:34','21ce906a-99fb-4884-826a-23ff02356ea1'),
(53833,53833,1,'2026-03-30 00:34:04',NULL,NULL,NULL,1,'2026-03-30 04:34:04','2026-03-30 04:34:04','5da5632e-c22e-4eb4-925d-dcc65b7a5cf6'),
(53834,53834,1,'2026-03-30 00:36:27',NULL,NULL,NULL,1,'2026-03-30 04:36:27','2026-03-30 04:36:27','f80adf96-9ea9-4b24-9848-09ba4a4a66ff'),
(53835,53835,1,'2026-03-30 00:36:58',NULL,NULL,NULL,1,'2026-03-30 04:36:58','2026-03-30 04:36:58','336087bb-f342-48a1-8dea-4d65ba7f6c27'),
(53836,53836,1,'2026-03-30 00:38:47',NULL,NULL,NULL,1,'2026-03-30 04:38:47','2026-03-30 04:38:47','2df57d01-3bf4-4154-b843-54d371f45c58'),
(53837,53837,1,'2026-03-30 00:39:37',NULL,NULL,NULL,1,'2026-03-30 04:39:37','2026-03-30 04:39:37','a289b199-4219-475f-ab4b-7f11088ed704'),
(53838,53838,1,'2026-03-30 00:41:06',NULL,NULL,NULL,1,'2026-03-30 04:41:06','2026-03-30 04:41:06','72151d45-fb3d-4338-bdc0-5fda56bbb092'),
(53839,53839,1,'2026-03-30 00:46:51',NULL,NULL,NULL,1,'2026-03-30 04:46:51','2026-03-30 04:46:51','7f46f852-4bac-461b-8099-5e605a3c0f11'),
(53840,53840,1,'2026-03-30 00:48:47',NULL,NULL,NULL,1,'2026-03-30 04:48:47','2026-03-30 04:48:47','9c64280d-2a4d-4b6d-9d64-e8612a1d9456'),
(53841,53841,1,'2026-03-30 00:48:55',NULL,NULL,NULL,1,'2026-03-30 04:48:55','2026-03-30 04:48:55','a820b36e-a977-4eaa-bf15-97a3f705a47f'),
(53842,53842,1,'2026-03-30 00:48:56',NULL,NULL,NULL,1,'2026-03-30 04:48:56','2026-03-30 04:48:56','2b051348-da99-4546-9e3a-21ec068f3777'),
(53843,53843,1,'2026-03-30 00:48:58',NULL,NULL,NULL,1,'2026-03-30 04:48:58','2026-03-30 04:48:58','db5c3151-88ed-4125-bc95-7b00e2eb6d1f'),
(53844,53844,1,'2026-03-30 00:48:59',NULL,NULL,NULL,1,'2026-03-30 04:48:59','2026-03-30 04:48:59','0ad9bfbc-6c65-4540-bae0-b07f13e2ba13'),
(53845,53845,1,'2026-03-30 00:49:00',NULL,NULL,NULL,1,'2026-03-30 04:49:00','2026-03-30 04:49:00','48bd8d41-2dfb-43cc-8f86-1450c4f1b5b3'),
(53846,53846,1,'2026-03-30 00:49:21',NULL,NULL,NULL,1,'2026-03-30 04:49:21','2026-03-30 04:49:21','1983c32e-5993-4cfa-808a-04f961b2a4d4'),
(53847,53847,1,'2026-03-30 00:50:15',NULL,NULL,NULL,1,'2026-03-30 04:50:15','2026-03-30 04:50:15','215cf1c1-568b-4735-a6c3-8972ea6d0ad6'),
(53848,53848,1,'2026-03-30 00:51:24',NULL,NULL,NULL,1,'2026-03-30 04:51:24','2026-03-30 04:51:24','1187dd16-9097-4d41-96b0-5211575bdc23'),
(53849,53849,1,'2026-03-30 00:52:53',NULL,NULL,NULL,1,'2026-03-30 04:52:53','2026-03-30 04:52:53','446e8b16-29ad-408e-bbbe-51999fcca309'),
(53850,53850,1,'2026-03-30 00:53:27',NULL,NULL,NULL,1,'2026-03-30 04:53:27','2026-03-30 04:53:27','4183922f-75d9-4482-bbc3-6a7a580da14b'),
(53851,53851,1,'2026-03-30 00:53:28',NULL,NULL,NULL,1,'2026-03-30 04:53:28','2026-03-30 04:53:28','245dc5cd-5a0a-4544-86e7-db9074ccc133'),
(53852,53852,1,'2026-03-30 00:54:07',NULL,NULL,NULL,1,'2026-03-30 04:54:07','2026-03-30 04:54:07','93081f8a-9fdf-45a9-93d4-c230d05774c9'),
(53853,53853,1,'2026-03-30 00:57:27',NULL,NULL,NULL,1,'2026-03-30 04:57:27','2026-03-30 04:57:27','8ce90142-36d7-4159-a5af-9e0b76fde013'),
(53854,53854,1,'2026-03-30 00:58:53',NULL,NULL,NULL,1,'2026-03-30 04:58:53','2026-03-30 04:58:53','d26fb183-544e-4786-8260-9e2aa7da51e7'),
(53855,53855,1,'2026-03-30 00:58:54',NULL,NULL,NULL,1,'2026-03-30 04:58:54','2026-03-30 04:58:54','07b02af0-6cf5-4d1b-be70-78e486e3ba94'),
(53856,53856,1,'2026-03-30 00:59:08',NULL,NULL,NULL,1,'2026-03-30 04:59:08','2026-03-30 04:59:08','b19a97d2-e37a-4659-98c6-54bfcefebdab'),
(53857,53857,1,'2026-03-30 00:59:26',NULL,NULL,NULL,1,'2026-03-30 04:59:26','2026-03-30 04:59:26','4c229038-cabe-4020-8213-011843456ae7'),
(53858,53858,1,'2026-03-30 01:00:40',NULL,NULL,NULL,1,'2026-03-30 05:00:40','2026-03-30 05:00:40','dca79732-585c-433a-84ac-199379a411d9'),
(53859,53859,1,'2026-03-30 01:02:38',NULL,NULL,NULL,1,'2026-03-30 05:02:38','2026-03-30 05:02:38','65bb323d-69d4-4746-a37b-0f418486e043'),
(53860,53860,1,'2026-03-30 01:03:18',NULL,NULL,NULL,1,'2026-03-30 05:03:18','2026-03-30 05:03:18','6fc539a9-ac5d-461f-820d-7b58b0442611'),
(53861,53861,1,'2026-03-30 01:03:50',NULL,NULL,NULL,1,'2026-03-30 05:03:50','2026-03-30 05:03:50','b7dec7ea-ae84-42b9-9992-45d9dba631c1'),
(53862,53862,1,'2026-03-30 01:03:51',NULL,NULL,NULL,1,'2026-03-30 05:03:51','2026-03-30 05:03:51','2ba90a37-d41b-4812-b652-d873077dec9f'),
(53863,53863,1,'2026-03-30 01:04:01',NULL,NULL,NULL,1,'2026-03-30 05:04:01','2026-03-30 05:04:01','77b08f2a-fa3f-48ab-a8a4-df7d11c6d3b9'),
(53864,53864,1,'2026-03-30 01:06:12',NULL,NULL,NULL,1,'2026-03-30 05:06:12','2026-03-30 05:06:12','8de1ea1d-27e2-4d85-b113-ffcdf47e6f6f'),
(53865,53865,1,'2026-03-30 01:06:14',NULL,NULL,NULL,1,'2026-03-30 05:06:14','2026-03-30 05:06:14','373a55d6-e7e5-4873-9eb7-e256f059b8e4'),
(53866,53866,1,'2026-03-30 01:06:15',NULL,NULL,NULL,1,'2026-03-30 05:06:15','2026-03-30 05:06:15','a977921e-325c-497e-aab7-5399cad4ac08'),
(53867,53867,1,'2026-03-30 01:06:16',NULL,NULL,NULL,1,'2026-03-30 05:06:16','2026-03-30 05:06:16','ac5c1c95-0a7b-4fb0-a197-83dc5e705147'),
(53868,53868,1,'2026-03-30 01:06:17',NULL,NULL,NULL,1,'2026-03-30 05:06:17','2026-03-30 05:06:17','761766d3-6f10-44dc-9f2f-6e58ed722444'),
(53869,53869,1,'2026-03-30 01:06:19',NULL,NULL,NULL,1,'2026-03-30 05:06:19','2026-03-30 05:06:19','2aa1d452-6fb5-4d3e-af3e-de45c9e5ae0c'),
(53870,53870,1,'2026-03-30 01:06:38',NULL,NULL,NULL,1,'2026-03-30 05:06:38','2026-03-30 05:06:38','09ea1812-3771-4747-b252-c05cc255aba2'),
(53871,53871,1,'2026-03-30 01:06:43',NULL,NULL,NULL,1,'2026-03-30 05:06:43','2026-03-30 05:06:43','014bef9f-756e-4ad5-82e2-8b831f0f96c9'),
(53872,53872,1,'2026-03-30 01:08:41',NULL,NULL,NULL,1,'2026-03-30 05:08:41','2026-03-30 05:08:41','952fa0b4-ba69-4b42-b514-088f57173438'),
(53873,53873,1,'2026-03-30 01:11:23',NULL,NULL,NULL,1,'2026-03-30 05:11:23','2026-03-30 05:11:23','0c2cc13e-0012-4176-92aa-5ac682a15d4a'),
(53874,53874,1,'2026-03-30 01:12:23',NULL,NULL,NULL,1,'2026-03-30 05:12:23','2026-03-30 05:12:23','6b303ba6-5f63-4ad3-9e2a-f0ab74008d36'),
(53875,53875,1,'2026-03-30 01:14:15',NULL,NULL,NULL,1,'2026-03-30 05:14:15','2026-03-30 05:14:15','c9ff9550-ceea-4fdd-aeaf-00f21082d99b'),
(53876,53876,1,'2026-03-30 01:14:26',NULL,NULL,NULL,1,'2026-03-30 05:14:26','2026-03-30 05:14:26','4d27328e-464f-43bb-b993-589b96f85fb3'),
(53877,53877,1,'2026-03-30 01:14:49',NULL,NULL,NULL,1,'2026-03-30 05:14:49','2026-03-30 05:14:49','fc9d7b04-798d-4c0d-937d-89fb897e5a3a'),
(53878,53878,1,'2026-03-30 01:18:01',NULL,NULL,NULL,1,'2026-03-30 05:18:01','2026-03-30 05:18:01','0d9f4e62-b3d8-45c8-bc39-873ad1e3f7b0'),
(53879,53879,1,'2026-03-30 01:19:26',NULL,NULL,NULL,1,'2026-03-30 05:19:26','2026-03-30 05:19:26','4a034548-73f8-49a7-8888-4fdf05836b65'),
(53880,53880,1,'2026-03-30 01:20:21',NULL,NULL,NULL,1,'2026-03-30 05:20:21','2026-03-30 05:20:21','7a011962-1c61-4dc4-b581-787b4d0f476b'),
(53881,53881,1,'2026-03-30 01:21:02',NULL,NULL,NULL,1,'2026-03-30 05:21:02','2026-03-30 05:21:02','54ffa72a-48fc-4064-82c3-1b49f8eb665a'),
(53882,53882,1,'2026-03-30 01:22:36',NULL,NULL,NULL,1,'2026-03-30 05:22:36','2026-03-30 05:22:36','daaa0ff8-34c0-40c0-806c-a22a784d12dd'),
(53883,53883,1,'2026-03-30 01:24:03',NULL,NULL,NULL,1,'2026-03-30 05:24:03','2026-03-30 05:24:03','aa0b7ced-f991-43a7-9ed3-7b2a2f8f14f0'),
(53884,53884,1,'2026-03-30 01:25:36',NULL,NULL,NULL,1,'2026-03-30 05:25:36','2026-03-30 05:25:36','bae8cdef-8626-471f-bc3c-f7125b3e416d'),
(53885,53885,1,'2026-03-30 01:27:07',NULL,NULL,NULL,1,'2026-03-30 05:27:07','2026-03-30 05:27:07','0b0c911d-9cad-4f4e-bf88-9f76ad0b2801'),
(53886,53886,1,'2026-03-30 01:28:53',NULL,NULL,NULL,1,'2026-03-30 05:28:53','2026-03-30 05:28:53','b48f1350-d822-4d03-97a7-5d3f4efdefa1'),
(53887,53887,1,'2026-03-30 01:29:44',NULL,NULL,NULL,1,'2026-03-30 05:29:44','2026-03-30 05:29:44','9def1c67-3548-48bb-89ba-65e14dabcc41'),
(53888,53888,1,'2026-03-30 01:32:10',NULL,NULL,NULL,1,'2026-03-30 05:32:10','2026-03-30 05:32:10','2c9a2a80-b431-41fd-91fa-6fdfdb57da20'),
(53889,53889,1,'2026-03-30 01:33:28',NULL,NULL,NULL,1,'2026-03-30 05:33:28','2026-03-30 05:33:28','57ea6d11-7abb-4a0c-aa32-043f9e639d98'),
(53890,53890,1,'2026-03-30 01:37:28',NULL,NULL,NULL,1,'2026-03-30 05:37:28','2026-03-30 05:37:28','5c8d0895-ec34-4835-90c5-d73ad4f1d937'),
(53891,53891,1,'2026-03-30 01:38:15',NULL,NULL,NULL,1,'2026-03-30 05:38:15','2026-03-30 05:38:15','245bf344-d0c3-4713-9e23-7ba282a1d185'),
(53892,53892,1,'2026-03-30 01:38:56',NULL,NULL,NULL,1,'2026-03-30 05:38:56','2026-03-30 05:38:56','e0fcfddf-442a-40cc-96dd-7671ee2605f5'),
(53893,53893,1,'2026-03-30 01:40:37',NULL,NULL,NULL,1,'2026-03-30 05:40:37','2026-03-30 05:40:37','3b0c08fd-0f0f-41cc-ae0a-e8682786fa69'),
(53894,53894,1,'2026-03-30 01:41:05',NULL,NULL,NULL,1,'2026-03-30 05:41:05','2026-03-30 05:41:05','092ba6fc-aa51-4329-8ded-eee5e3056163'),
(53895,53895,1,'2026-03-30 01:41:15',NULL,NULL,NULL,1,'2026-03-30 05:41:15','2026-03-30 05:41:15','809c2927-b9bb-4a9a-a980-59408fad6e79'),
(53896,53896,1,'2026-03-30 01:41:37',NULL,NULL,NULL,1,'2026-03-30 05:41:37','2026-03-30 05:41:37','e747d0cc-ee53-4313-b14c-6817f43a4776'),
(53897,53897,1,'2026-03-30 01:43:07',NULL,NULL,NULL,1,'2026-03-30 05:43:07','2026-03-30 05:43:07','366f5dcd-efc6-4427-a82d-494c941eb42d'),
(53898,53898,1,'2026-03-30 01:43:34',NULL,NULL,NULL,1,'2026-03-30 05:43:34','2026-03-30 05:43:34','43fc6073-7203-4a42-ad65-b17b0a7b1d23'),
(53899,53899,1,'2026-03-30 01:44:36',NULL,NULL,NULL,1,'2026-03-30 05:44:36','2026-03-30 05:44:36','acf5c58a-34c4-4158-a5d8-3544fd8c36ff'),
(53900,53900,1,'2026-03-30 01:44:59',NULL,NULL,NULL,1,'2026-03-30 05:44:59','2026-03-30 05:44:59','7680c8d2-b170-4bb5-9376-08752ea9555e'),
(53901,53901,1,'2026-03-30 01:45:29',NULL,NULL,NULL,1,'2026-03-30 05:45:29','2026-03-30 05:45:29','cbb6aba1-07e4-4b41-bc73-09a0939e3c1e'),
(53902,53902,1,'2026-03-30 01:46:21',NULL,NULL,NULL,1,'2026-03-30 05:46:21','2026-03-30 05:46:21','351d1967-75ed-45b2-9ef2-6e30d173d131'),
(53903,53903,1,'2026-03-30 01:48:57',NULL,NULL,NULL,1,'2026-03-30 05:48:57','2026-03-30 05:48:57','d643b558-c566-4461-9769-7bbe7cc3a8b1'),
(53904,53904,1,'2026-03-30 01:50:56',NULL,NULL,NULL,1,'2026-03-30 05:50:56','2026-03-30 05:50:56','5d35e06a-ee84-4573-b146-28d84e9066ab'),
(53905,53905,1,'2026-03-30 01:52:16',NULL,NULL,NULL,1,'2026-03-30 05:52:16','2026-03-30 05:52:16','18c88f89-753d-4593-9f6f-ca100599265f'),
(53906,53906,1,'2026-03-30 01:52:34',NULL,NULL,NULL,1,'2026-03-30 05:52:34','2026-03-30 05:52:34','8bcdb6bd-a5eb-44c7-b20b-af9be7bb268b'),
(53907,53907,1,'2026-03-30 01:53:11',NULL,NULL,NULL,1,'2026-03-30 05:53:11','2026-03-30 05:53:11','56d25888-fd43-487d-a883-c370f573d4a2'),
(53908,53908,1,'2026-03-30 01:53:13',NULL,NULL,NULL,1,'2026-03-30 05:53:13','2026-03-30 05:53:13','9825ff2e-6a33-4baa-a3ee-0a84dfa3e794'),
(53909,53909,1,'2026-03-30 01:53:15',NULL,NULL,NULL,1,'2026-03-30 05:53:15','2026-03-30 05:53:15','d87524a9-6eae-4db1-8595-1c6590a13d2b'),
(53910,53910,1,'2026-03-30 01:53:16',NULL,NULL,NULL,1,'2026-03-30 05:53:16','2026-03-30 05:53:16','b9e12053-c823-4be5-b0d9-5e8c9bbdd754'),
(53911,53911,1,'2026-03-30 01:53:18',NULL,NULL,NULL,1,'2026-03-30 05:53:18','2026-03-30 05:53:18','05d429f8-a9d0-40ae-b459-b1221009d146'),
(53912,53912,1,'2026-03-30 01:54:01',NULL,NULL,NULL,1,'2026-03-30 05:54:01','2026-03-30 05:54:01','ff3177b9-50f1-4ad1-a0ba-b1b1ca10b87d'),
(53913,53913,1,'2026-03-30 01:56:31',NULL,NULL,NULL,1,'2026-03-30 05:56:31','2026-03-30 05:56:31','482b0f41-0121-4875-8b61-47fc9f4082fa'),
(53914,53914,1,'2026-03-30 02:00:12',NULL,NULL,NULL,1,'2026-03-30 06:00:12','2026-03-30 06:00:12','e03c5d78-b6e8-4923-b03b-7c2469371ca7'),
(53915,53915,1,'2026-03-30 02:04:44',NULL,NULL,NULL,1,'2026-03-30 06:04:44','2026-03-30 06:04:44','07f16d8b-cb1e-43e9-adda-9684eb641efa'),
(53916,53916,1,'2026-03-30 02:11:46',NULL,NULL,NULL,1,'2026-03-30 06:11:46','2026-03-30 06:11:46','a2115daf-bdd2-4b0f-b27f-7996cabe4935'),
(53917,53917,1,'2026-03-30 02:11:59',NULL,NULL,NULL,1,'2026-03-30 06:11:59','2026-03-30 06:11:59','7b2c7583-def6-4822-be40-e1e3abac6423'),
(53918,53918,1,'2026-03-30 02:13:35',NULL,NULL,NULL,1,'2026-03-30 06:13:35','2026-03-30 06:13:35','6e643f38-dedb-4bda-a0f6-090f4c5fd3ad'),
(53919,53919,1,'2026-03-30 02:13:36',NULL,NULL,NULL,1,'2026-03-30 06:13:36','2026-03-30 06:13:36','73faa9f2-a945-4833-a140-c59d164b92be'),
(53920,53920,1,'2026-03-30 02:13:38',NULL,NULL,NULL,1,'2026-03-30 06:13:38','2026-03-30 06:13:38','d928ed36-51f7-4430-aaa3-027e17696615'),
(53921,53921,1,'2026-03-30 02:13:40',NULL,NULL,NULL,1,'2026-03-30 06:13:40','2026-03-30 06:13:40','e1404bf5-d2df-4544-9e57-578838d68da9'),
(53922,53922,1,'2026-03-30 02:13:41',NULL,NULL,NULL,1,'2026-03-30 06:13:41','2026-03-30 06:13:41','44518848-bcff-47b3-90ac-46c755d4d706'),
(53923,53923,1,'2026-03-30 02:23:46',NULL,NULL,NULL,1,'2026-03-30 06:23:46','2026-03-30 06:23:46','053f9fde-e3f4-4b9f-bf92-5805cf60ab6a'),
(53924,53924,1,'2026-03-30 02:23:51',NULL,NULL,NULL,1,'2026-03-30 06:23:51','2026-03-30 06:23:51','4e99ad7d-db76-4722-bc28-c52d4fa11048'),
(53925,53925,1,'2026-03-30 02:24:26',NULL,NULL,NULL,1,'2026-03-30 06:24:26','2026-03-30 06:24:26','d9d7fbeb-9be5-4a14-9f93-8f84bf9e7fa0'),
(53926,53926,1,'2026-03-30 02:25:05',NULL,NULL,NULL,1,'2026-03-30 06:25:05','2026-03-30 06:25:05','f9ab2d38-ee7d-4784-b889-999c1a95531f'),
(53927,53927,1,'2026-03-30 02:25:30',NULL,NULL,NULL,1,'2026-03-30 06:25:30','2026-03-30 06:25:30','bf04a344-0650-44eb-bc4e-4b5ec3785d2a'),
(53928,53928,1,'2026-03-30 02:27:59',NULL,NULL,NULL,1,'2026-03-30 06:27:59','2026-03-30 06:27:59','25b126f3-c1db-4ae9-8e39-67c780de9bc7'),
(53929,53929,1,'2026-03-30 02:29:24',NULL,NULL,NULL,1,'2026-03-30 06:29:24','2026-03-30 06:29:24','5ec9e7f5-f505-47f9-88d5-343ced4b541b'),
(53930,53930,1,'2026-03-30 02:31:46',NULL,NULL,NULL,1,'2026-03-30 06:31:46','2026-03-30 06:31:46','9ecf9c30-8a90-410e-8b20-2d9ed0bd413a'),
(53931,53931,1,'2026-03-30 02:32:40',NULL,NULL,NULL,1,'2026-03-30 06:32:40','2026-03-30 06:32:40','736591a7-6945-47ff-bc32-7d96a0a91c55'),
(53932,53932,1,'2026-03-30 02:35:30',NULL,NULL,NULL,1,'2026-03-30 06:35:30','2026-03-30 06:35:30','7aa6c83a-37ac-48dd-8255-7729931e39ba'),
(53933,53933,1,'2026-03-30 02:39:22',NULL,NULL,NULL,1,'2026-03-30 06:39:22','2026-03-30 06:39:22','34ffbc97-89b5-4a04-a37a-07c2187423ba'),
(53934,53934,1,'2026-03-30 02:39:28',NULL,NULL,NULL,1,'2026-03-30 06:39:28','2026-03-30 06:39:28','7b0479cf-69cc-43ad-a0fb-aee9037abefb'),
(53935,53935,1,'2026-03-30 02:39:49',NULL,NULL,NULL,1,'2026-03-30 06:39:49','2026-03-30 06:39:49','81f0807e-f86f-4718-a8f0-5c1c5f4dd854'),
(53936,53936,1,'2026-03-30 02:40:06',NULL,NULL,NULL,1,'2026-03-30 06:40:06','2026-03-30 06:40:06','258bca0c-9126-4e6d-aad8-09fb5f656b87'),
(53937,53937,1,'2026-03-30 02:40:08',NULL,NULL,NULL,1,'2026-03-30 06:40:08','2026-03-30 06:40:08','f7d0ba84-397d-457c-a814-e5abd4032409'),
(53938,53938,1,'2026-03-30 02:41:04',NULL,NULL,NULL,1,'2026-03-30 06:41:04','2026-03-30 06:41:04','003cd6b9-6dfc-473c-a140-8fa4f71f7024'),
(53939,53939,1,'2026-03-30 02:46:41',NULL,NULL,NULL,1,'2026-03-30 06:46:41','2026-03-30 06:46:41','3236d229-a4ee-4413-965e-d78332cb04f1'),
(53940,53940,1,'2026-03-30 02:47:46',NULL,NULL,NULL,1,'2026-03-30 06:47:46','2026-03-30 06:47:46','25ecf2c9-9adf-4f7b-b2ac-4e37715c0f45'),
(53941,53941,1,'2026-03-30 02:54:30',NULL,NULL,NULL,1,'2026-03-30 06:54:30','2026-03-30 06:54:30','f50b2b82-440f-44dd-be19-845198cb307e'),
(53942,53942,1,'2026-03-30 02:55:19',NULL,NULL,NULL,1,'2026-03-30 06:55:19','2026-03-30 06:55:19','29574854-d3a1-4ac6-b3a2-48ba499ea1a1'),
(53943,53943,1,'2026-03-30 02:55:31',NULL,NULL,NULL,1,'2026-03-30 06:55:31','2026-03-30 06:55:31','5642a28d-e8c2-4c48-9083-4038bb8e5639'),
(53944,53944,1,'2026-03-30 02:58:09',NULL,NULL,NULL,1,'2026-03-30 06:58:09','2026-03-30 06:58:09','c24f25db-90b6-4d6d-bef3-4d69d47ee7b8'),
(53945,53945,1,'2026-03-30 03:00:44',NULL,NULL,NULL,1,'2026-03-30 07:00:44','2026-03-30 07:00:44','44b19b85-abc5-40cf-867b-ce155b09b24d'),
(53946,53946,1,'2026-03-30 03:03:33',NULL,NULL,NULL,1,'2026-03-30 07:03:33','2026-03-30 07:03:33','ee1671e2-8390-41b5-b431-30040cb776cd'),
(53947,53947,1,'2026-03-30 03:05:14',NULL,NULL,NULL,1,'2026-03-30 07:05:14','2026-03-30 07:05:14','571729b6-af06-4030-9aad-623f43b35966'),
(53948,53948,1,'2026-03-30 03:06:40',NULL,NULL,NULL,1,'2026-03-30 07:06:40','2026-03-30 07:06:40','39498fa8-93a7-4464-a4d1-0d432e2df4d5'),
(53949,53949,1,'2026-03-30 03:10:57',NULL,NULL,NULL,1,'2026-03-30 07:10:57','2026-03-30 07:10:57','f9cd317a-d5f3-45cc-952f-141f622654d1'),
(53950,53950,1,'2026-03-30 03:19:08',NULL,NULL,NULL,1,'2026-03-30 07:19:08','2026-03-30 07:19:08','a4eee53c-09be-4b67-8673-c2d62804657c'),
(53951,53951,1,'2026-03-30 03:19:32',NULL,NULL,NULL,1,'2026-03-30 07:19:32','2026-03-30 07:19:32','ce5e70db-0073-4479-8635-d25ca767c758'),
(53952,53952,1,'2026-03-30 03:20:39',NULL,NULL,NULL,1,'2026-03-30 07:20:39','2026-03-30 07:20:39','2be2ec4f-3d5e-4474-a3ae-3d6a4825b2af'),
(53953,53953,1,'2026-03-30 03:22:02',NULL,NULL,NULL,1,'2026-03-30 07:22:02','2026-03-30 07:22:02','34db3801-b426-4afc-b934-d1f5c7147bdb'),
(53954,53954,1,'2026-03-30 03:22:56',NULL,NULL,NULL,1,'2026-03-30 07:22:56','2026-03-30 07:22:56','c464551a-d9a9-4a49-8597-07202e5f5bb2'),
(53955,53955,1,'2026-03-30 03:23:53',NULL,NULL,NULL,1,'2026-03-30 07:23:53','2026-03-30 07:23:53','5ac73070-6a5d-4491-bf53-eccdcfe63352'),
(53956,53956,1,'2026-03-30 03:25:13',NULL,NULL,NULL,1,'2026-03-30 07:25:13','2026-03-30 07:25:13','b6cad498-2e49-41f5-a5f1-bf4daba64bed'),
(53957,53957,1,'2026-03-30 03:28:44',NULL,NULL,NULL,1,'2026-03-30 07:28:44','2026-03-30 07:28:44','7bbc34e0-b346-4dcb-943b-c49592b758f7'),
(53958,53958,1,'2026-03-30 03:30:47',NULL,NULL,NULL,1,'2026-03-30 07:30:47','2026-03-30 07:30:47','22f5ef60-9f78-4f09-9929-68994372cfe0'),
(53959,53959,1,'2026-03-30 03:31:15',NULL,NULL,NULL,1,'2026-03-30 07:31:15','2026-03-30 07:31:15','02e27fa6-38d5-4824-9c66-44ff36da64f7'),
(53960,53960,1,'2026-03-30 03:33:10',NULL,NULL,NULL,1,'2026-03-30 07:33:10','2026-03-30 07:33:10','85432b87-eb12-45c3-a53b-fb6984aafe72'),
(53961,53961,1,'2026-03-30 03:33:19',NULL,NULL,NULL,1,'2026-03-30 07:33:19','2026-03-30 07:33:19','aa542ae2-9dfa-4153-bbe8-3cf88d389516'),
(53962,53962,1,'2026-03-30 03:33:21',NULL,NULL,NULL,1,'2026-03-30 07:33:21','2026-03-30 07:33:21','c1f9f0b4-605b-4c9a-bc4f-363c2a5f0084');
INSERT INTO `elements_sites` VALUES
(53963,53963,1,'2026-03-30 03:33:23',NULL,NULL,NULL,1,'2026-03-30 07:33:23','2026-03-30 07:33:23','df5df792-d07b-4e72-b64a-98dc5cef6236'),
(53964,53964,1,'2026-03-30 03:35:13',NULL,NULL,NULL,1,'2026-03-30 07:35:13','2026-03-30 07:35:13','f7f3b713-a00c-423d-a9c8-dc90d245c495'),
(53965,53965,1,'2026-03-30 03:35:14',NULL,NULL,NULL,1,'2026-03-30 07:35:14','2026-03-30 07:35:14','4bd0c7f6-1046-468f-bde8-b87ac3183364'),
(53966,53966,1,'2026-03-30 03:35:44',NULL,NULL,NULL,1,'2026-03-30 07:35:44','2026-03-30 07:35:44','7f7f5be8-a794-43b2-95ef-2b992739e2f2'),
(53967,53967,1,'2026-03-30 03:36:50',NULL,NULL,NULL,1,'2026-03-30 07:36:50','2026-03-30 07:36:50','ca1491c5-b232-4fbb-8c28-0fec5aeaa292'),
(53968,53968,1,'2026-03-30 03:37:15',NULL,NULL,NULL,1,'2026-03-30 07:37:15','2026-03-30 07:37:15','1209369d-3bc9-4dec-a4e2-eba1a86c28df'),
(53969,53969,1,'2026-03-30 03:38:27',NULL,NULL,NULL,1,'2026-03-30 07:38:27','2026-03-30 07:38:27','16dc758a-0a59-4edd-b941-aa1ab356bd23'),
(53970,53970,1,'2026-03-30 03:40:58',NULL,NULL,NULL,1,'2026-03-30 07:40:58','2026-03-30 07:40:58','a88041c6-772c-418f-b2bf-5e2d1e977d3a'),
(53971,53971,1,'2026-03-30 03:41:57',NULL,NULL,NULL,1,'2026-03-30 07:41:57','2026-03-30 07:41:57','1cf63134-c354-4013-be1a-3919d782b717'),
(53972,53972,1,'2026-03-30 03:42:02',NULL,NULL,NULL,1,'2026-03-30 07:42:02','2026-03-30 07:42:02','2ff04e64-9c37-4ac9-a100-ba40cbf1eb93'),
(53973,53973,1,'2026-03-30 03:42:35',NULL,NULL,NULL,1,'2026-03-30 07:42:35','2026-03-30 07:42:35','c4d4eacf-a3e2-4584-abc7-75fe1e442aa9'),
(53974,53974,1,'2026-03-30 03:43:18',NULL,NULL,NULL,1,'2026-03-30 07:43:18','2026-03-30 07:43:18','5ebe1960-4529-41ec-a0d8-7aff40089268'),
(53975,53975,1,'2026-03-30 03:44:04',NULL,NULL,NULL,1,'2026-03-30 07:44:04','2026-03-30 07:44:04','f3e6884b-91f8-42ff-89a4-716a70ccc294'),
(53976,53976,1,'2026-03-30 03:46:35',NULL,NULL,NULL,1,'2026-03-30 07:46:35','2026-03-30 07:46:35','12e8468d-b420-4363-8a62-6966f4047d2d'),
(53977,53977,1,'2026-03-30 03:48:34',NULL,NULL,NULL,1,'2026-03-30 07:48:34','2026-03-30 07:48:34','22d6b2d5-360a-414f-97b0-807f7efd61e6'),
(53978,53978,1,'2026-03-30 03:50:18',NULL,NULL,NULL,1,'2026-03-30 07:50:18','2026-03-30 07:50:18','e95c94fd-d353-4dfc-b6aa-3a9aab7ea313'),
(53979,53979,1,'2026-03-30 03:57:41',NULL,NULL,NULL,1,'2026-03-30 07:57:41','2026-03-30 07:57:41','f5e64f2f-a450-406c-b8dd-1ca0d3d1ab45'),
(53980,53980,1,'2026-03-30 04:12:26',NULL,NULL,NULL,1,'2026-03-30 08:12:26','2026-03-30 08:12:26','a5834cb7-0cc2-4c0e-bfc7-6f2835dca256'),
(53981,53981,1,'2026-03-30 04:12:27',NULL,NULL,NULL,1,'2026-03-30 08:12:27','2026-03-30 08:12:27','9818315c-3883-4f58-ae3e-e06c4cac901d'),
(53982,53982,1,'2026-03-30 04:14:32',NULL,NULL,NULL,1,'2026-03-30 08:14:32','2026-03-30 08:14:32','9b180274-6bd4-45f3-8b48-cdab26daedd4'),
(53983,53983,1,'2026-03-30 04:15:43',NULL,NULL,NULL,1,'2026-03-30 08:15:43','2026-03-30 08:15:43','06d88782-0624-4a9d-89f3-a8e3996f9873'),
(53984,53984,1,'2026-03-30 04:21:48',NULL,NULL,NULL,1,'2026-03-30 08:21:48','2026-03-30 08:21:48','cb2270ec-68ca-4814-8b72-02542b3bd8a7'),
(53985,53985,1,'2026-03-30 04:21:54',NULL,NULL,NULL,1,'2026-03-30 08:21:54','2026-03-30 08:21:54','1dbfd96e-0f7e-46f0-9e5b-8aa4955649f5'),
(53986,53986,1,'2026-03-30 04:29:14',NULL,NULL,NULL,1,'2026-03-30 08:29:14','2026-03-30 08:29:14','3e5c63fe-dadb-4e07-8043-1944762d19b6'),
(53987,53987,1,'2026-03-30 04:29:22',NULL,NULL,NULL,1,'2026-03-30 08:29:22','2026-03-30 08:29:22','5ae919c2-c720-4ab9-93f6-b5f8ec690d62'),
(53988,53988,1,'2026-03-30 04:29:35',NULL,NULL,NULL,1,'2026-03-30 08:29:35','2026-03-30 08:29:35','84a3daa4-221e-4589-a8b3-2c73fa8a5964'),
(53989,53989,1,'2026-03-30 04:30:33',NULL,NULL,NULL,1,'2026-03-30 08:30:33','2026-03-30 08:30:33','1f678059-5808-4b54-866d-111adc1d2dfe'),
(53990,53990,1,'2026-03-30 04:39:35',NULL,NULL,NULL,1,'2026-03-30 08:39:35','2026-03-30 08:39:35','bf3470f5-25af-4fe1-82a3-13136f40bd74'),
(53991,53991,1,'2026-03-30 04:40:22',NULL,NULL,NULL,1,'2026-03-30 08:40:22','2026-03-30 08:40:22','51ac7a76-87f7-4c4a-9e54-9b2b88d1c3a5'),
(53992,53992,1,'2026-03-30 04:42:56',NULL,NULL,NULL,1,'2026-03-30 08:42:56','2026-03-30 08:42:56','9f5ee31a-7d8f-44a1-a94b-15465e45741d'),
(53993,53993,1,'2026-03-30 04:46:22',NULL,NULL,NULL,1,'2026-03-30 08:46:22','2026-03-30 08:46:22','ea3da265-e407-4ddf-9eab-84696a7a4b62'),
(53994,53994,1,'2026-03-30 04:46:22',NULL,NULL,NULL,1,'2026-03-30 08:46:22','2026-03-30 08:46:22','945a2313-e118-496f-8b46-706b9d647faa'),
(53995,53995,1,'2026-03-30 04:48:05',NULL,NULL,NULL,1,'2026-03-30 08:48:05','2026-03-30 08:48:05','bd6c121c-76f9-4145-90c4-c7e5e954aed1'),
(53996,53996,1,'2026-03-30 04:49:22',NULL,NULL,NULL,1,'2026-03-30 08:49:22','2026-03-30 08:49:22','0332ed7d-150b-41ec-87ed-791dc220ba01'),
(53997,53997,1,'2026-03-30 04:53:07',NULL,NULL,NULL,1,'2026-03-30 08:53:07','2026-03-30 08:53:07','2a48e926-14db-4eb8-9b25-e164bb001086'),
(53998,53998,1,'2026-03-30 04:55:45',NULL,NULL,NULL,1,'2026-03-30 08:55:45','2026-03-30 08:55:45','3b8c7159-80f6-4e54-b463-4141ed4f4c25'),
(53999,53999,1,'2026-03-30 05:02:39',NULL,NULL,NULL,1,'2026-03-30 09:02:39','2026-03-30 09:02:39','ab390691-9281-4599-bbd7-4725b50098e6'),
(54000,54000,1,'2026-03-30 05:33:45',NULL,NULL,NULL,1,'2026-03-30 09:33:45','2026-03-30 09:33:45','df134da0-905e-487a-a01c-ce715e67b50a'),
(54001,54001,1,'2026-03-30 05:43:00',NULL,NULL,NULL,1,'2026-03-30 09:43:00','2026-03-30 09:43:00','03092b95-45a3-4296-adab-966900d3577a'),
(54002,54002,1,'2026-03-30 05:43:35',NULL,NULL,NULL,1,'2026-03-30 09:43:35','2026-03-30 09:43:35','f7fa39e2-dd0f-4475-b8af-37861f863888'),
(54003,54003,1,'2026-03-30 05:54:28',NULL,NULL,NULL,1,'2026-03-30 09:54:28','2026-03-30 09:54:28','48a7f01d-0240-4ff7-b744-84977d424c2f'),
(54004,54004,1,'2026-03-30 05:54:41',NULL,NULL,NULL,1,'2026-03-30 09:54:41','2026-03-30 09:54:41','6bb83fd5-54f7-4d34-9c7f-f0a1cdbfc42c'),
(54005,54005,1,'2026-03-30 05:56:11',NULL,NULL,NULL,1,'2026-03-30 09:56:11','2026-03-30 09:56:11','4e4c5bab-da80-491f-8b74-d63f14c1486d'),
(54006,54006,1,'2026-03-30 05:58:09',NULL,NULL,NULL,1,'2026-03-30 09:58:09','2026-03-30 09:58:09','aa66c79b-cca3-4434-a1f5-babadd73232c'),
(54007,54007,1,'2026-03-30 05:59:47',NULL,NULL,NULL,1,'2026-03-30 09:59:47','2026-03-30 09:59:48','aaf482f3-f378-483c-a119-f63d6c51053f'),
(54008,54008,1,'2026-03-30 06:01:43',NULL,NULL,NULL,1,'2026-03-30 10:01:43','2026-03-30 10:01:43','d91c5d10-5ca2-4b6c-902a-3a7d93531a81'),
(54009,54009,1,'2026-03-30 06:03:55',NULL,NULL,NULL,1,'2026-03-30 10:03:55','2026-03-30 10:03:55','f1d67d64-cffa-4f93-bb07-2051ca555e45'),
(54010,54010,1,'2026-03-30 06:06:10',NULL,NULL,NULL,1,'2026-03-30 10:06:10','2026-03-30 10:06:10','2288578b-607d-418b-ad06-1d2e2746da6f'),
(54011,54011,1,'2026-03-30 06:07:35',NULL,NULL,NULL,1,'2026-03-30 10:07:35','2026-03-30 10:07:35','8c4cea7d-227b-48c7-9605-59e8c9653255'),
(54012,54012,1,'2026-03-30 06:09:56',NULL,NULL,NULL,1,'2026-03-30 10:09:56','2026-03-30 10:09:56','9f21331e-1c48-49cd-bda2-50262ca9101f'),
(54013,54013,1,'2026-03-30 06:11:25',NULL,NULL,NULL,1,'2026-03-30 10:11:25','2026-03-30 10:11:25','1630adb1-8f25-43f7-806a-51caba86f560'),
(54014,54014,1,'2026-03-30 06:12:05',NULL,NULL,NULL,1,'2026-03-30 10:12:05','2026-03-30 10:12:05','77f614dd-98a1-43f7-98dc-9e161cbbacd3'),
(54015,54015,1,'2026-03-30 06:17:49',NULL,NULL,NULL,1,'2026-03-30 10:17:49','2026-03-30 10:17:49','83957e5e-c1fb-4ef4-ae4c-32a13a12a7ad'),
(54016,54016,1,'2026-03-30 06:18:28',NULL,NULL,NULL,1,'2026-03-30 10:18:28','2026-03-30 10:18:28','a1938086-8431-431c-bfa0-c7fcd35404be'),
(54017,54017,1,'2026-03-30 06:19:24',NULL,NULL,NULL,1,'2026-03-30 10:19:24','2026-03-30 10:19:24','71f854f2-03ce-4235-a696-b25b2c4ed994'),
(54018,54018,1,'2026-03-30 06:21:23',NULL,NULL,NULL,1,'2026-03-30 10:21:23','2026-03-30 10:21:23','40eefed6-e4aa-4051-8c17-8f7a5718addc'),
(54019,54019,1,'2026-03-30 06:23:37',NULL,NULL,NULL,1,'2026-03-30 10:23:37','2026-03-30 10:23:37','4bf529ce-a9f9-4200-900d-6b24740e6064'),
(54020,54020,1,'2026-03-30 06:24:05',NULL,NULL,NULL,1,'2026-03-30 10:24:05','2026-03-30 10:24:05','8c5f83bf-eb6d-4bff-9a33-07c8f12594d0'),
(54021,54021,1,'2026-03-30 06:27:41',NULL,NULL,NULL,1,'2026-03-30 10:27:41','2026-03-30 10:27:41','377d9f53-44c1-4d00-b97c-6780e98ff62f'),
(54022,54022,1,'2026-03-30 06:28:51',NULL,NULL,NULL,1,'2026-03-30 10:28:51','2026-03-30 10:28:51','98f224d8-fe76-4fb5-8daf-c8b82c6213e5'),
(54023,54023,1,'2026-03-30 06:29:36',NULL,NULL,NULL,1,'2026-03-30 10:29:36','2026-03-30 10:29:36','2824416a-8117-47c5-9e0f-e708d597681d'),
(54024,54024,1,'2026-03-30 06:30:24',NULL,NULL,NULL,1,'2026-03-30 10:30:24','2026-03-30 10:30:24','e5c66137-7371-451d-8e80-25712bb77e43'),
(54025,54025,1,'2026-03-30 06:31:25',NULL,NULL,NULL,1,'2026-03-30 10:31:25','2026-03-30 10:31:25','f891802c-00f1-4742-94fb-a6414878532a'),
(54026,54026,1,'2026-03-30 06:31:37',NULL,NULL,NULL,1,'2026-03-30 10:31:37','2026-03-30 10:31:37','a667f74f-146e-4220-b0d0-fa0ac6f24f1c'),
(54027,54027,1,'2026-03-30 06:34:03',NULL,NULL,NULL,1,'2026-03-30 10:34:03','2026-03-30 10:34:03','06581e77-edee-41ae-b423-1cfc9b5bfd4e'),
(54028,54028,1,'2026-03-30 06:34:40',NULL,NULL,NULL,1,'2026-03-30 10:34:40','2026-03-30 10:34:40','170fd8ff-87b9-4cf1-9f05-a5e570f846f6'),
(54029,54029,1,'2026-03-30 06:34:47',NULL,NULL,NULL,1,'2026-03-30 10:34:47','2026-03-30 10:34:47','10af6558-e216-4c2a-9512-2e583903574a'),
(54030,54030,1,'2026-03-30 06:34:48',NULL,NULL,NULL,1,'2026-03-30 10:34:48','2026-03-30 10:34:48','a18163ce-4152-427e-a357-87825b2fe0f5'),
(54031,54031,1,'2026-03-30 06:35:04',NULL,NULL,NULL,1,'2026-03-30 10:35:04','2026-03-30 10:35:04','33e4e337-5444-4933-a504-c80cc562a3fa'),
(54032,54032,1,'2026-03-30 06:35:08',NULL,NULL,NULL,1,'2026-03-30 10:35:08','2026-03-30 10:35:08','830f78b9-2d82-4d95-8190-2d1788e2d1ca'),
(54033,54033,1,'2026-03-30 06:38:06',NULL,NULL,NULL,1,'2026-03-30 10:38:06','2026-03-30 10:38:06','fb0e6d0a-fe1e-4a3d-a9e2-add56abb6e31'),
(54034,54034,1,'2026-03-30 06:38:39',NULL,NULL,NULL,1,'2026-03-30 10:38:39','2026-03-30 10:38:39','ae66fae3-802f-4fd7-b1b3-8ecceb40a996'),
(54035,54035,1,'2026-03-30 06:43:56',NULL,NULL,NULL,1,'2026-03-30 10:43:56','2026-03-30 10:43:56','d65f41c4-3ec6-4cc3-bf8e-078743d08c8b'),
(54036,54036,1,'2026-03-30 06:45:03',NULL,NULL,NULL,1,'2026-03-30 10:45:02','2026-03-30 10:45:03','fd2b3371-836e-4aea-8ace-5f6590d3ac9d'),
(54037,54037,1,'2026-03-30 06:47:34',NULL,NULL,NULL,1,'2026-03-30 10:47:34','2026-03-30 10:47:34','cb004623-d623-49e7-878c-9fbc211f2347'),
(54038,54038,1,'2026-03-30 06:50:11',NULL,NULL,NULL,1,'2026-03-30 10:50:11','2026-03-30 10:50:11','de8fb32b-b36f-4fab-b915-f7da9040b0b4'),
(54039,54039,1,'2026-03-30 06:54:07',NULL,NULL,NULL,1,'2026-03-30 10:54:07','2026-03-30 10:54:07','a5932312-d5a3-4083-b3e7-f682c30f4dcd'),
(54040,54040,1,'2026-03-30 06:55:45',NULL,NULL,NULL,1,'2026-03-30 10:55:45','2026-03-30 10:55:45','b8417998-012a-4e3d-bdd0-468dc765fa9b'),
(54041,54041,1,'2026-03-30 06:56:15',NULL,NULL,NULL,1,'2026-03-30 10:56:15','2026-03-30 10:56:15','258108c6-be34-4a17-815c-a0b3651f32d2'),
(54042,54042,1,'2026-03-30 06:59:48',NULL,NULL,NULL,1,'2026-03-30 10:59:48','2026-03-30 10:59:48','a96d4a89-a05c-4d0d-bead-b17bfa52a33f'),
(54043,54043,1,'2026-03-30 07:00:47',NULL,NULL,NULL,1,'2026-03-30 11:00:47','2026-03-30 11:00:47','18384103-4c9b-4020-bfd6-3e32fbccb165'),
(54044,54044,1,'2026-03-30 07:01:07',NULL,NULL,NULL,1,'2026-03-30 11:01:07','2026-03-30 11:01:07','f69983ea-9d14-4c4b-b45f-a846c93ff5ca'),
(54045,54045,1,'2026-03-30 07:02:54',NULL,NULL,NULL,1,'2026-03-30 11:02:54','2026-03-30 11:02:54','ac73f151-0d01-4954-a6a0-1346a121faa7'),
(54046,54046,1,'2026-03-30 07:09:46',NULL,NULL,NULL,1,'2026-03-30 11:09:46','2026-03-30 11:09:46','5ddd135f-8bcb-4d3d-9d62-164428ec54e2'),
(54047,54047,1,'2026-03-30 07:10:27',NULL,NULL,NULL,1,'2026-03-30 11:10:27','2026-03-30 11:10:27','2f2a0594-fd4f-441e-8762-3fabb28a8f4e'),
(54048,54048,1,'2026-03-30 07:10:58',NULL,NULL,NULL,1,'2026-03-30 11:10:58','2026-03-30 11:10:58','b10c5d2d-05f5-4aa6-8cba-978d39dd292d'),
(54049,54049,1,'2026-03-30 07:11:30',NULL,NULL,NULL,1,'2026-03-30 11:11:30','2026-03-30 11:11:30','90ecc36f-69d5-4978-bc5f-2098df0fda54'),
(54050,54050,1,'2026-03-30 07:26:40',NULL,NULL,NULL,1,'2026-03-30 11:26:40','2026-03-30 11:26:40','330cec46-8635-44c2-924b-06716b83790a'),
(54051,54051,1,'2026-03-30 07:43:04',NULL,NULL,NULL,1,'2026-03-30 11:43:04','2026-03-30 11:43:04','ec3c85a4-6bf0-4769-b8cd-b5e947f53ab2'),
(54052,54052,1,'2026-03-30 07:51:35',NULL,NULL,NULL,1,'2026-03-30 11:51:35','2026-03-30 11:51:35','074ad59c-2faf-4016-bea2-e41e4a078078'),
(54053,54053,1,'2026-03-30 07:57:22',NULL,NULL,NULL,1,'2026-03-30 11:57:22','2026-03-30 11:57:22','f3a406ac-2585-47d8-9a7b-038a9431f764'),
(54054,54054,1,'2026-03-30 07:58:20',NULL,NULL,NULL,1,'2026-03-30 11:58:20','2026-03-30 11:58:20','7a3cb2cd-c8c9-432d-a531-294a20b23a9e'),
(54055,54055,1,'2026-03-30 08:01:20',NULL,NULL,NULL,1,'2026-03-30 12:01:20','2026-03-30 12:01:20','48be530f-dc95-4eae-a97b-b756303aa1d3'),
(54056,54056,1,'2026-03-30 08:02:57',NULL,NULL,NULL,1,'2026-03-30 12:02:57','2026-03-30 12:02:57','e8fe90d1-14ee-4938-9313-b4942f8ad696'),
(54057,54057,1,'2026-03-30 08:08:27',NULL,NULL,NULL,1,'2026-03-30 12:08:27','2026-03-30 12:08:27','9c44164e-74de-47d7-9fb4-2ff16ee1fa36'),
(54058,54058,1,'2026-03-30 08:08:51',NULL,NULL,NULL,1,'2026-03-30 12:08:51','2026-03-30 12:08:51','f1511abd-5485-428a-8465-c3c5ca65ee7e'),
(54059,54059,1,'2026-03-30 08:13:47',NULL,NULL,NULL,1,'2026-03-30 12:13:47','2026-03-30 12:13:47','d3e32d6b-d1f7-4c4f-9fb7-8b960729eb94'),
(54060,54060,1,'2026-03-30 08:14:31',NULL,NULL,NULL,1,'2026-03-30 12:14:31','2026-03-30 12:14:32','d2ffbb7c-623d-4a87-8090-002a8380acb9'),
(54061,54061,1,'2026-03-30 08:34:39',NULL,NULL,NULL,1,'2026-03-30 12:34:39','2026-03-30 12:34:39','319e62f9-58aa-4210-9ee0-8d8d3b575bae'),
(54062,54062,1,'2026-03-30 08:40:04',NULL,NULL,NULL,1,'2026-03-30 12:40:04','2026-03-30 12:40:04','d82e340b-73f7-4dae-be54-974f729bedb2'),
(54063,54063,1,'Resume Eliav Sacknovitz',NULL,NULL,NULL,1,'2026-03-30 12:40:04','2026-03-30 12:40:04','d52d37a5-7715-452f-bf82-02f286118d67'),
(54064,54064,1,'2026-03-30 08:47:33',NULL,NULL,NULL,1,'2026-03-30 12:47:33','2026-03-30 12:47:33','adb2054e-e61e-44ee-aa80-13c1f7adcbb5'),
(54065,54065,1,'2026-03-30 08:57:35',NULL,NULL,NULL,1,'2026-03-30 12:57:35','2026-03-30 12:57:35','4aa8c586-73c7-4df4-ad6a-d58c28cbcfc6'),
(54066,54066,1,'2026-03-30 09:13:07',NULL,NULL,NULL,1,'2026-03-30 13:13:07','2026-03-30 13:13:07','f09c1c68-24fe-472a-bb42-105c23f2e18a'),
(54067,54067,1,'2026-03-30 09:37:29',NULL,NULL,NULL,1,'2026-03-30 13:37:29','2026-03-30 13:37:29','e9b7ee20-e28a-4440-b8f1-286e6d628ccf'),
(54068,54068,1,'2026-03-30 09:42:47',NULL,NULL,NULL,1,'2026-03-30 13:42:47','2026-03-30 13:42:47','5ecc7fa7-54ae-494b-acba-219bbf03ccf9'),
(54069,54069,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:51','2026-03-30 13:49:51','fd642823-d0c3-4cfb-8d10-08c5917b8082'),
(54070,54070,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:51','2026-03-30 13:49:51','64f691e6-2ea5-40c8-ac40-c2f8bfaceed2'),
(54071,54071,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:52','2026-03-30 13:49:52','5cb28b65-1f61-4d15-af1d-872ee80d4494'),
(54072,54072,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:52','2026-03-30 13:49:52','6abfada6-9861-4be8-8a86-016a83aa543c'),
(54073,54073,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:52','2026-03-30 13:49:52','eacbcaf0-9530-4699-a0be-3ef92758ff94'),
(54074,54074,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:53','2026-03-30 13:49:53','38778585-93dd-4f49-bce4-5f073319c662'),
(54075,54075,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:53','2026-03-30 13:49:53','19fbb223-458b-4019-94bf-65a7bc3bc561'),
(54076,54076,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:53','2026-03-30 13:49:53','0670971a-9118-41a1-928c-df2a154c80ac'),
(54077,54077,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:54','2026-03-30 13:49:54','71c13272-7ef5-47c3-b6e1-01456ecba62e'),
(54078,54078,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:54','2026-03-30 13:49:54','da6bf54a-c18c-4b4f-bdd6-f02378d853a0'),
(54079,54079,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:54','2026-03-30 13:49:54','1c2f4762-4a7c-41c6-a4d0-93687d10383b'),
(54080,54080,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:54','2026-03-30 13:49:54','725362c7-2c24-41e4-b7fa-9f4118f654e3'),
(54081,54081,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:55','2026-03-30 13:49:55','bbf27c03-1bad-4382-a43b-ac3fed03a06e'),
(54082,54082,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:55','2026-03-30 13:49:55','3100dda1-b8be-46cd-af25-c15a6705d52e'),
(54083,54083,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:55','2026-03-30 13:49:55','14c71d40-c47a-41e6-9108-9e0db260e71b'),
(54084,54084,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:55','2026-03-30 13:49:55','96ce94f2-3d3f-45e3-8404-3f4cc07beedd'),
(54085,54085,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:56','2026-03-30 13:49:56','9a119ebe-e4fc-4e8f-bf59-2c374e85f81d'),
(54086,54086,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:56','2026-03-30 13:49:56','01148e80-7d1f-4240-8bd0-f8253d49e167'),
(54087,54087,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:56','2026-03-30 13:49:56','03a7abc7-9ab5-4691-b4d8-906d740f2be8'),
(54088,54088,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:57','2026-03-30 13:49:57','68a01401-f44d-46b2-8e2a-db85d8fa7e85'),
(54089,54089,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:57','2026-03-30 13:49:57','eb3cc4aa-24b0-4d2a-ba10-f6b6b687094e'),
(54090,54090,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:57','2026-03-30 13:49:57','d070fe13-0ea3-458f-bd8e-eb5dd57b2275'),
(54091,54091,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:58','2026-03-30 13:49:58','6accc215-ec0c-4923-b8fc-eb715f783242'),
(54092,54092,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:58','2026-03-30 13:49:58','a2aec152-f3d4-4d96-b7c3-c6810da6904e'),
(54093,54093,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:58','2026-03-30 13:49:58','ea3b30a6-d9dd-468f-932f-532d48d2ddcb'),
(54094,54094,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:58','2026-03-30 13:49:58','aa8632a9-64ef-4951-af9f-19bef9b892ad'),
(54095,54095,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:59','2026-03-30 13:49:59','73b3784f-6cb1-40df-839a-74d746f7f8f6'),
(54096,54096,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:59','2026-03-30 13:49:59','9a5a7a53-44cd-4b63-8889-f277299e7b0f'),
(54097,54097,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:49:59','2026-03-30 13:49:59','de9d84b7-d9eb-453f-8df7-4bd26657e986'),
(54098,54098,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:00','2026-03-30 13:50:00','87d98891-7db3-4465-8731-51b2c5d02b67'),
(54099,54099,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:00','2026-03-30 13:50:00','22bd1ea2-90e4-4c6e-9753-d1b5524fe6be'),
(54100,54100,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:00','2026-03-30 13:50:00','ef01ff2b-3d1c-4abd-b99d-bc05f33f8016'),
(54101,54101,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:00','2026-03-30 13:50:00','e032b105-0afa-4e15-afa5-7650c6a8396b'),
(54102,54102,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:01','2026-03-30 13:50:01','5a5dfc24-7bac-4063-8fe7-3c2b83b73a03'),
(54103,54103,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:01','2026-03-30 13:50:01','94cdb080-0985-4606-909b-ea1ee5e72388'),
(54104,54104,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:01','2026-03-30 13:50:01','58cb38c0-caaf-4a69-b7a4-5fa02ffaa065'),
(54105,54105,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:01','2026-03-30 13:50:01','09ba2c31-116b-4068-814c-4d272a4ff950'),
(54106,54106,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:02','2026-03-30 13:50:02','665fb81e-3079-4e9c-ac59-e058ee08084d'),
(54107,54107,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:02','2026-03-30 13:50:02','75826ab5-7074-4b31-9d7f-b7b66df60fe9'),
(54108,54108,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:02','2026-03-30 13:50:02','7f3ccbf4-be5f-43d4-a8f4-1c2f2018eaaa'),
(54109,54109,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:02','2026-03-30 13:50:02','cd0971b4-d8cb-4c83-8dfc-4b0e8cac8768'),
(54110,54110,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:03','2026-03-30 13:50:03','72075123-d789-48c0-8a86-71471956d6da'),
(54111,54111,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:03','2026-03-30 13:50:03','e2887c78-fe5a-41ba-a00a-c38e3f8a21a8'),
(54112,54112,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:03','2026-03-30 13:50:03','3bd4bb79-2d53-41f4-b694-53715e5237b9'),
(54113,54113,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:03','2026-03-30 13:50:03','bc7ce10c-c05f-40b4-a3e7-6a059d4baeca'),
(54114,54114,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:04','2026-03-30 13:50:04','b8976887-c657-4d56-b0b9-7ab52c7998ae'),
(54115,54115,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:04','2026-03-30 13:50:04','c5a2fc3e-9a25-4820-a040-71edaff72dd5'),
(54116,54116,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:04','2026-03-30 13:50:04','356259e0-133a-46f7-971f-600f4f9f4f86'),
(54117,54117,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:04','2026-03-30 13:50:04','dfdf2675-b5b4-454b-9f6c-70ad35042bb5'),
(54118,54118,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:05','2026-03-30 13:50:05','f0a8315b-7add-4155-8576-03aee061fd51'),
(54119,54119,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:05','2026-03-30 13:50:05','a1738893-d33a-471e-ab02-5ba2e4fff6f4'),
(54120,54120,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:05','2026-03-30 13:50:05','ac610dd7-30c9-4d2a-b012-fc423ee70d29'),
(54121,54121,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:06','2026-03-30 13:50:06','95edc43a-182f-44cf-b528-c33dbc5b5a5e'),
(54122,54122,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:06','2026-03-30 13:50:06','8b58cc70-aac9-4ae3-a038-aa39ef1ff489'),
(54123,54123,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:06','2026-03-30 13:50:06','85d73247-99f4-43d2-b2d7-8e244e909bc5'),
(54124,54124,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:06','2026-03-30 13:50:06','a8b03cf5-c769-4e63-8071-3274f083928c'),
(54125,54125,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:07','2026-03-30 13:50:07','5a590b8f-8346-46ca-9fd3-c8ea635a99c2'),
(54126,54126,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:07','2026-03-30 13:50:07','78dfa4c5-0e62-4223-9543-48b51a508592'),
(54127,54127,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:07','2026-03-30 13:50:07','58bc626c-04d0-4407-99d5-1fcccfa858f1'),
(54128,54128,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:07','2026-03-30 13:50:07','e6640c00-9fd9-4b25-aa63-202541732e7b'),
(54129,54129,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:08','2026-03-30 13:50:08','9f4b4efe-3353-441d-a945-450498ecd19d'),
(54130,54130,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:08','2026-03-30 13:50:08','180e8642-072c-4844-8020-22f5d805ac48'),
(54131,54131,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:08','2026-03-30 13:50:08','4df57902-495c-4ec1-9d11-11aee8d84b0d'),
(54132,54132,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:08','2026-03-30 13:50:08','a69f9463-eff2-403b-8a27-68dd4e85356b'),
(54133,54133,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:09','2026-03-30 13:50:09','a42c6f66-6d16-4ed6-a8ff-c2350a91a7e2'),
(54134,54134,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:09','2026-03-30 13:50:09','05853049-c28c-4abb-99d2-a81ccc04209d'),
(54135,54135,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:09','2026-03-30 13:50:09','63df6b61-2244-4236-8834-ef32d784c18e'),
(54136,54136,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:09','2026-03-30 13:50:09','eef1fed2-062b-49c2-857b-948296e7a3db'),
(54137,54137,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:10','2026-03-30 13:50:10','2004ba3d-a820-4e06-82df-3fdec466ddff'),
(54138,54138,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:10','2026-03-30 13:50:10','ad74d812-7b0f-48cc-8267-f136094496e3'),
(54139,54139,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:10','2026-03-30 13:50:10','e257da44-6cf2-4a82-99ba-1de775343d3c'),
(54140,54140,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:10','2026-03-30 13:50:10','b5bfd385-a5bc-46fa-b385-a3d5b9f28db6'),
(54141,54141,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:11','2026-03-30 13:50:11','a2dad41c-cfed-4c6f-8432-e0cafe6e62d3'),
(54142,54142,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:11','2026-03-30 13:50:11','75f958d3-0b37-4e02-8ee3-5d106baf94a4'),
(54143,54143,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:11','2026-03-30 13:50:11','b83653db-4487-4cb9-836c-40e768185507'),
(54144,54144,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:12','2026-03-30 13:50:12','5c213b1b-dc58-42f7-b152-3adaca2361cd'),
(54145,54145,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:12','2026-03-30 13:50:12','6aac2eec-b20d-4532-a983-6db602250431'),
(54146,54146,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:12','2026-03-30 13:50:12','0bf105ab-1b84-4c1d-86cf-51b37f517555'),
(54147,54147,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:12','2026-03-30 13:50:12','77875e55-5cea-445c-bce0-9abd8cece2e7'),
(54148,54148,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:13','2026-03-30 13:50:13','e85d1960-501e-4595-b952-bbe1f2d8d61c'),
(54149,54149,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:13','2026-03-30 13:50:13','9ea89892-285c-4b77-8c74-c8c11cbada4c'),
(54150,54150,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:13','2026-03-30 13:50:13','c1262a2b-5764-4814-886f-6d92770b7299'),
(54151,54151,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:14','2026-03-30 13:50:14','f78727ad-643d-4b53-94f4-040c8eba879f'),
(54152,54152,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:14','2026-03-30 13:50:14','8a6831a5-7265-4c21-a41c-af641035bdcf'),
(54153,54153,1,NULL,NULL,NULL,NULL,1,'2026-03-30 13:50:14','2026-03-30 13:50:14','ce0c44ad-d8a1-4507-8c83-fab23c542c5a'),
(54156,54156,1,'Cedar Grove','cccedargrove','cccedargrove','{\"075f1904-e0fc-49c8-9cfb-6990ae779dec\":\"Complete Care at Cedar Grove\",\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\":\"Cedar Grove\",\"3b262689-7127-4814-bab5-a1972e0869d4\":\"cccedargrove.com\",\"403d1895-f32e-4164-8084-b11fdea310cb\":{\"value\":\"https://www.facebook.com/ccatcedargrove/\",\"type\":\"url\"},\"5e40a449-23c9-418a-a0d6-36ff8f57583d\":{\"value\":\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Cedar-Grove-EI_IE8133425.11,39.htm\",\"type\":\"url\"},\"8e701860-42c4-437f-a61c-a48f2ecf1b99\":{\"value\":\"https://www.linkedin.com/company/94146224/\",\"type\":\"url\"},\"19b0086c-bc10-46cc-9f45-ffc5746e8681\":\"ltc\",\"0d799588-2604-4e16-86f6-6ee8c522fe72\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"cced3c80-6988-403a-9b5a-14455350e923\":[\"postAcuteCare\",\"longTermCare\"],\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\":[2614,2610,2598,2600,2612,2604,2608,2596,2602,2606],\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\":false,\"10d5be16-947c-4646-b2d0-3619f2760ace\":[3722],\"0540783c-5e85-44a6-afb6-f9879cd880d2\":[{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"},{\"col2\":\"\"}],\"482ad396-5443-4761-a410-c644d0217e5a\":[3468,601,9640,617,605,9552,9549],\"405b422b-fca3-4a5d-b552-b860066ac2ad\":[479],\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\":[12386],\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\":[8024,8025,8027,8026],\"92b514e7-6c85-40f3-9885-4ed4138887ea\":[23704],\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious private and semi-private accommodations with cozy touches and complimentary Wi-Fi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces, including a patio overlooking the water, & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Access to a nearby therapy gym, and beauty/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\":\"<script src=\\\"https://apploi.link/completecarecedargrove-career-page\\\"></script>\",\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\":{\"number\":\"9732399300\",\"region\":\"US\"},\"31a45631-ecd4-4327-aca7-18b9d213bb16\":\"info@cccedargrove.com\",\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\":\"info@cccedargrove.com\",\"1a529e59-a7aa-407e-9214-edcc5ef329bd\":\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,\'script\',\'dataLayer\',\'GTM-N6DL2HN\');</script>\\n<!-- End Google Tag Manager -->\",\"b22a396c-c96e-4939-9280-595954890e1b\":\"<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6DL2HN\\\"\\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->\"}',1,'2026-03-30 13:50:32','2026-03-30 13:50:32','f7723e37-f630-426b-a8ca-85c7a229aa1e'),
(54157,54157,1,'2026-03-30 09:51:49',NULL,NULL,NULL,1,'2026-03-30 13:51:49','2026-03-30 13:51:49','3900d895-8978-4fe7-b707-38737f5a5ac0'),
(54158,54158,1,'2026-03-30 09:54:50',NULL,NULL,NULL,1,'2026-03-30 13:54:50','2026-03-30 13:54:50','c808b45b-80b8-47e5-b96f-15ffc0f18a70'),
(54159,54159,1,'2026-03-30 09:56:48',NULL,NULL,NULL,1,'2026-03-30 13:56:48','2026-03-30 13:56:48','5e173266-688a-49ac-a1d9-2342d1bdcb4f'),
(54160,54160,1,'2026-03-30 10:04:17',NULL,NULL,NULL,1,'2026-03-30 14:04:17','2026-03-30 14:04:17','26fa4b79-0951-48e2-90a3-33978404c983'),
(54161,54161,1,'2026-03-30 10:15:16',NULL,NULL,NULL,1,'2026-03-30 14:15:16','2026-03-30 14:15:16','34cf7f24-e1ff-4abd-9908-406f1591363e'),
(54162,54162,1,'2026-03-30 10:18:13',NULL,NULL,NULL,1,'2026-03-30 14:18:13','2026-03-30 14:18:13','89fdd422-b414-4766-92d1-628a51c6ddad'),
(54163,54163,1,'2026-03-30 10:30:27',NULL,NULL,NULL,1,'2026-03-30 14:30:27','2026-03-30 14:30:27','b7d13e2b-53e3-4546-a58a-a5690d5e22b2'),
(54164,54164,1,'2026-03-30 10:30:27',NULL,NULL,NULL,1,'2026-03-30 14:30:27','2026-03-30 14:30:27','98c1f03a-9f33-4be9-8c19-507f4171944e'),
(54165,54165,1,'2026-03-30 10:38:30',NULL,NULL,NULL,1,'2026-03-30 14:38:30','2026-03-30 14:38:30','371e70c4-d000-4a57-a992-0137928690f5'),
(54166,54166,1,'2026-03-30 10:44:32',NULL,NULL,NULL,1,'2026-03-30 14:44:32','2026-03-30 14:44:32','3d13e41e-d857-4786-8d53-8a80ba16c8a2'),
(54167,54167,1,'2026-03-30 10:52:22',NULL,NULL,NULL,1,'2026-03-30 14:52:22','2026-03-30 14:52:22','d10b3ab0-9a90-456a-a6ca-0d23e5adb7f1'),
(54168,54168,1,'2026-03-30 10:58:41',NULL,NULL,NULL,1,'2026-03-30 14:58:41','2026-03-30 14:58:41','6b2a8f1c-0e99-436f-9900-ef4558dd2a6f'),
(54169,54169,1,'2026-03-30 10:59:42',NULL,NULL,NULL,1,'2026-03-30 14:59:42','2026-03-30 14:59:42','8a1073af-c5a9-4f39-aa1f-127e14b86e22'),
(54170,54170,1,'2026-03-30 11:02:01',NULL,NULL,NULL,1,'2026-03-30 15:02:01','2026-03-30 15:02:01','89c81ecc-9359-445b-bd13-71ba964df4da'),
(54171,54171,1,'2026-03-30 11:07:51',NULL,NULL,NULL,1,'2026-03-30 15:07:51','2026-03-30 15:07:51','ff57f9fa-0be2-40a6-80b9-9634c829be6e'),
(54172,54172,1,'2026-03-30 11:08:23',NULL,NULL,NULL,1,'2026-03-30 15:08:23','2026-03-30 15:08:23','4d22f87f-744f-4dae-b4a4-8fc8f2dac1a9'),
(54173,54173,1,'2026-03-30 11:11:21',NULL,NULL,NULL,1,'2026-03-30 15:11:21','2026-03-30 15:11:21','30ffa565-c7ae-4680-8686-b6dc918c296e'),
(54174,54174,1,'2026-03-30 11:11:42',NULL,NULL,NULL,1,'2026-03-30 15:11:42','2026-03-30 15:11:42','8df93e64-2760-41fa-8a1f-d0ff3924ddbc'),
(54175,54175,1,'2026-03-30 11:11:56',NULL,NULL,NULL,1,'2026-03-30 15:11:56','2026-03-30 15:11:56','d5191aef-cdb3-4ef5-a1d6-4d96df42beb9'),
(54176,54176,1,'2026-03-30 11:14:39',NULL,NULL,NULL,1,'2026-03-30 15:14:39','2026-03-30 15:14:39','88189d3e-a429-4a0d-bf76-ee5b3123b365'),
(54177,54177,1,'2026-03-30 11:15:26',NULL,NULL,NULL,1,'2026-03-30 15:15:26','2026-03-30 15:15:26','48499078-2375-467f-beb4-618405a958e1'),
(54178,54178,1,'2026-03-30 11:15:35',NULL,NULL,NULL,1,'2026-03-30 15:15:35','2026-03-30 15:15:35','73aa756e-445a-45b0-b209-5de2cbfc9a40'),
(54179,54179,1,'2026-03-30 11:15:42',NULL,NULL,NULL,1,'2026-03-30 15:15:42','2026-03-30 15:15:42','7a0a663e-a370-43d9-9078-22df8daad6ad'),
(54180,54180,1,'2026-03-30 11:16:20',NULL,NULL,NULL,1,'2026-03-30 15:16:20','2026-03-30 15:16:20','2c05a225-71f7-4a41-ac31-ab13e723ee69'),
(54181,54181,1,'2026-03-30 11:19:22',NULL,NULL,NULL,1,'2026-03-30 15:19:22','2026-03-30 15:19:22','a45f2745-0709-4db1-8f0a-5cfc230ec714'),
(54182,54182,1,'2026-03-30 11:19:27',NULL,NULL,NULL,1,'2026-03-30 15:19:27','2026-03-30 15:19:27','7fcb14ac-0c95-4fba-acf0-46268952d105'),
(54183,54183,1,'KH Resumeand CL',NULL,NULL,NULL,1,'2026-03-30 15:19:27','2026-03-30 15:19:27','eecd4cc0-3ddf-4b07-944f-80426b0a4cca'),
(54184,54184,1,'2026-03-30 11:20:09',NULL,NULL,NULL,1,'2026-03-30 15:20:09','2026-03-30 15:20:09','75617f32-5d5d-4c34-9ef5-78e52c5321b4'),
(54185,54185,1,'2026-03-30 11:20:54',NULL,NULL,NULL,1,'2026-03-30 15:20:54','2026-03-30 15:20:54','2077aa6f-72bb-4b60-99d3-a84cb0703706'),
(54186,54186,1,'2026-03-30 11:22:24',NULL,NULL,NULL,1,'2026-03-30 15:22:24','2026-03-30 15:22:24','21e1aee8-1d40-4e57-8f98-d91c1d1d632f'),
(54187,54187,1,'2026-03-30 11:22:52',NULL,NULL,NULL,1,'2026-03-30 15:22:52','2026-03-30 15:22:52','0d32b1d8-902f-46ee-a444-030f86b88d7c'),
(54188,54188,1,'2026-03-30 11:23:31',NULL,NULL,NULL,1,'2026-03-30 15:23:31','2026-03-30 15:23:31','1777f63f-ecee-458c-a37f-861f46497ee5'),
(54189,54189,1,'2026-03-30 11:23:44',NULL,NULL,NULL,1,'2026-03-30 15:23:44','2026-03-30 15:23:44','71d63a72-0328-4ae3-ac06-b9b4fca273f1'),
(54190,54190,1,'2026-03-30 11:24:37',NULL,NULL,NULL,1,'2026-03-30 15:24:37','2026-03-30 15:24:37','5dd811a5-09c6-4822-b57b-943365f88c99'),
(54191,54191,1,'2026-03-30 11:26:23',NULL,NULL,NULL,1,'2026-03-30 15:26:22','2026-03-30 15:26:23','4c8774cb-abc3-41c8-b4ca-ee408ab36a74'),
(54192,54192,1,'2026-03-30 11:29:24',NULL,NULL,NULL,1,'2026-03-30 15:29:24','2026-03-30 15:29:24','0296d990-a3df-4e61-9a13-bd9532429415'),
(54193,54193,1,'2026-03-30 11:29:30',NULL,NULL,NULL,1,'2026-03-30 15:29:30','2026-03-30 15:29:30','acde0e7d-af10-49b8-9efb-3ba103c523be'),
(54194,54194,1,'2026-03-30 11:32:27',NULL,NULL,NULL,1,'2026-03-30 15:32:27','2026-03-30 15:32:27','1fde42c4-ac2d-49d5-bd95-fb2ef8135e2b'),
(54195,54195,1,'2026-03-30 11:33:01',NULL,NULL,NULL,1,'2026-03-30 15:33:01','2026-03-30 15:33:01','1c94a1e6-d428-4274-8c0b-72b4c2c0d7ea'),
(54196,54196,1,'2026-03-30 11:33:46',NULL,NULL,NULL,1,'2026-03-30 15:33:46','2026-03-30 15:33:46','d7b00224-ce2e-4e88-a8f7-06cb504db61d'),
(54197,54197,1,'2026-03-30 11:34:18',NULL,NULL,NULL,1,'2026-03-30 15:34:18','2026-03-30 15:34:18','71ef341e-afb8-49c0-92c6-01cf296dfdbe'),
(54198,54198,1,'2026-03-30 11:34:33',NULL,NULL,NULL,1,'2026-03-30 15:34:33','2026-03-30 15:34:33','6be7e1e5-1b21-4aaa-be43-5a702f8cac91'),
(54199,54199,1,'2026-03-30 11:35:46',NULL,NULL,NULL,1,'2026-03-30 15:35:46','2026-03-30 15:35:46','4e92ecc0-3785-48d9-988f-e2ea2beadf71'),
(54200,54200,1,'2026-03-30 11:36:15',NULL,NULL,NULL,1,'2026-03-30 15:36:15','2026-03-30 15:36:15','833ecf15-8158-401f-a063-ee6b8cd44937'),
(54201,54201,1,'2026-03-30 11:37:02',NULL,NULL,NULL,1,'2026-03-30 15:37:02','2026-03-30 15:37:02','7a570d0a-401b-462b-9ae0-7e32a7942e34'),
(54202,54202,1,'2026-03-30 11:38:09',NULL,NULL,NULL,1,'2026-03-30 15:38:09','2026-03-30 15:38:09','fd9ec393-acec-4d89-9a14-2aeda7d599b2'),
(54203,54203,1,'2026-03-30 11:39:41',NULL,NULL,NULL,1,'2026-03-30 15:39:41','2026-03-30 15:39:41','b0f224ed-e2ab-4f00-88cf-703bf762764e'),
(54204,54204,1,'2026-03-30 11:39:55',NULL,NULL,NULL,1,'2026-03-30 15:39:55','2026-03-30 15:39:55','44c4094f-0706-452e-bdc5-44a38664cffd'),
(54205,54205,1,'2026-03-30 11:42:11',NULL,NULL,NULL,1,'2026-03-30 15:42:11','2026-03-30 15:42:11','8a3cea62-8340-4b3e-b4a4-925f661eda86'),
(54206,54206,1,'2026-03-30 11:42:20',NULL,NULL,NULL,1,'2026-03-30 15:42:20','2026-03-30 15:42:20','a0e1f85e-bf82-4bea-b56e-bb2f89cf4d8a'),
(54207,54207,1,'2026-03-30 11:44:12',NULL,NULL,NULL,1,'2026-03-30 15:44:12','2026-03-30 15:44:12','a05a6182-8a7e-4687-a8e6-b64b554415e4'),
(54208,54208,1,'2026-03-30 11:48:17',NULL,NULL,NULL,1,'2026-03-30 15:48:17','2026-03-30 15:48:17','a250ea87-aeb4-4a3b-af1d-ad589a782a8f'),
(54209,54209,1,'2026-03-30 11:49:35',NULL,NULL,NULL,1,'2026-03-30 15:49:35','2026-03-30 15:49:35','3f54f295-d553-41b9-853a-044836071313'),
(54210,54210,1,'2026-03-30 11:49:55',NULL,NULL,NULL,1,'2026-03-30 15:49:55','2026-03-30 15:49:55','6478ab63-355c-4e05-aa86-8cdf2f3b1f52'),
(54211,54211,1,'2026-03-30 11:51:40',NULL,NULL,NULL,1,'2026-03-30 15:51:40','2026-03-30 15:51:40','ac6610eb-5cae-4e3a-a2cf-8ed643c3fe86'),
(54212,54212,1,'2026-03-30 11:53:05',NULL,NULL,NULL,1,'2026-03-30 15:53:05','2026-03-30 15:53:05','84d27f3d-fa2b-48f9-ba3b-46ae152827d0'),
(54213,54213,1,'2026-03-30 11:54:01',NULL,NULL,NULL,1,'2026-03-30 15:54:01','2026-03-30 15:54:01','6f91c030-3d75-459b-9018-f4c3174324b4'),
(54214,54214,1,'2026-03-30 11:58:56',NULL,NULL,NULL,1,'2026-03-30 15:58:56','2026-03-30 15:58:56','1660fa20-5fb7-4c0b-80b4-9f2df8530487'),
(54215,54215,1,'2026-03-30 12:02:53',NULL,NULL,NULL,1,'2026-03-30 16:02:53','2026-03-30 16:02:53','06c8f47f-4cfd-4aba-a8a5-b06e5f47bd6b'),
(54216,54216,1,'2026-03-30 12:05:13',NULL,NULL,NULL,1,'2026-03-30 16:05:13','2026-03-30 16:05:13','33907072-609c-4204-b228-0ac4eae4a9a4'),
(54217,54217,1,'2026-03-30 12:06:14',NULL,NULL,NULL,1,'2026-03-30 16:06:14','2026-03-30 16:06:14','20089b8d-0ff2-4892-aded-8040b8589250'),
(54218,54218,1,'2026-03-30 12:06:22',NULL,NULL,NULL,1,'2026-03-30 16:06:22','2026-03-30 16:06:22','306571d9-d8e3-4398-8135-9f6350320ecf'),
(54219,54219,1,'2026-03-30 12:07:51',NULL,NULL,NULL,1,'2026-03-30 16:07:51','2026-03-30 16:07:51','a45cd30f-5d04-41ca-8cb4-f6a40a6acffa'),
(54220,54220,1,'2026-03-30 12:08:02',NULL,NULL,NULL,1,'2026-03-30 16:08:02','2026-03-30 16:08:02','669a075f-27bf-4559-8333-ed2a12249b34'),
(54221,54221,1,'2026-03-30 12:08:44',NULL,NULL,NULL,1,'2026-03-30 16:08:44','2026-03-30 16:08:44','957cbfa0-5d19-4047-b5be-2ee1f5198dc8'),
(54222,54222,1,'2026-03-30 12:08:56',NULL,NULL,NULL,1,'2026-03-30 16:08:56','2026-03-30 16:08:56','b47f916f-365d-494a-bbe5-32a81d06767b'),
(54223,54223,1,'2026-03-30 12:09:02',NULL,NULL,NULL,1,'2026-03-30 16:09:02','2026-03-30 16:09:02','683606d6-844a-4033-a352-caf7fb5d2363'),
(54224,54224,1,'2026-03-30 12:10:03',NULL,NULL,NULL,1,'2026-03-30 16:10:03','2026-03-30 16:10:03','c977cf4f-e51e-4d06-a950-e96bcb23dd00'),
(54225,54225,1,'2026-03-30 12:10:13',NULL,NULL,NULL,1,'2026-03-30 16:10:13','2026-03-30 16:10:13','7d141a6f-3ff6-4d3c-8290-64ac463137d0'),
(54226,54226,1,'2026-03-30 12:12:21',NULL,NULL,NULL,1,'2026-03-30 16:12:21','2026-03-30 16:12:21','babd3428-9598-4501-9125-1bf8e50f941d'),
(54227,54227,1,'2026-03-30 12:13:11',NULL,NULL,NULL,1,'2026-03-30 16:13:11','2026-03-30 16:13:11','bfe7f5d4-a5b2-4f32-83d0-d7157748b32e'),
(54228,54228,1,'2026-03-30 12:14:01',NULL,NULL,NULL,1,'2026-03-30 16:14:01','2026-03-30 16:14:01','a3d40432-dcb0-48df-8ea5-f653faf33bfd'),
(54229,54229,1,'2026-03-30 12:18:38',NULL,NULL,NULL,1,'2026-03-30 16:18:38','2026-03-30 16:18:38','0d03db3a-ef56-4e9f-8e13-305a34f43359'),
(54230,54230,1,'2026-03-30 12:19:15',NULL,NULL,NULL,1,'2026-03-30 16:19:15','2026-03-30 16:19:15','6d404551-168e-4a5c-9b93-361c9d675af4'),
(54231,54231,1,'2026-03-30 12:19:19',NULL,NULL,NULL,1,'2026-03-30 16:19:19','2026-03-30 16:19:19','3178cb7c-9cb5-40ce-9496-657e3a55f899'),
(54232,54232,1,'2026-03-30 12:20:05',NULL,NULL,NULL,1,'2026-03-30 16:20:05','2026-03-30 16:20:05','09940295-507a-43ae-9d07-248ee3195afe'),
(54233,54233,1,'2026-03-30 12:20:45',NULL,NULL,NULL,1,'2026-03-30 16:20:45','2026-03-30 16:20:45','959bc1b8-2080-4fac-a14e-ac24f9a9d409'),
(54234,54234,1,'2026-03-30 12:21:41',NULL,NULL,NULL,1,'2026-03-30 16:21:41','2026-03-30 16:21:41','59ec346a-4b62-4cc1-833b-86d47b18f5ec'),
(54235,54235,1,'2026-03-30 12:24:19',NULL,NULL,NULL,1,'2026-03-30 16:24:19','2026-03-30 16:24:19','bb896a1b-b358-447b-be48-02911820f46e'),
(54236,54236,1,'2026-03-30 12:25:13',NULL,NULL,NULL,1,'2026-03-30 16:25:13','2026-03-30 16:25:13','d060e544-2a06-4114-8368-0e209796956b'),
(54237,54237,1,'2026-03-30 12:29:06',NULL,NULL,NULL,1,'2026-03-30 16:29:06','2026-03-30 16:29:06','ee719e71-b3a7-40ba-bcf1-5d0cc3d5123a'),
(54238,54238,1,'2026-03-30 12:29:43',NULL,NULL,NULL,1,'2026-03-30 16:29:43','2026-03-30 16:29:43','858ff334-9fb7-480b-b980-252cda04ff8d'),
(54239,54239,1,'2026-03-30 12:30:41',NULL,NULL,NULL,1,'2026-03-30 16:30:41','2026-03-30 16:30:41','a43820ab-5b67-4fee-8a23-c4bb881f27c7'),
(54240,54240,1,'2026-03-30 12:31:01',NULL,NULL,NULL,1,'2026-03-30 16:31:01','2026-03-30 16:31:01','f181911e-8336-4c21-9b8f-19b44ac3bd86'),
(54241,54241,1,'2026-03-30 12:36:09',NULL,NULL,NULL,1,'2026-03-30 16:36:09','2026-03-30 16:36:09','97def3f7-17fc-476d-833b-ebd045d05f37'),
(54242,54242,1,'2026-03-30 12:36:38',NULL,NULL,NULL,1,'2026-03-30 16:36:38','2026-03-30 16:36:38','db36c6f5-dc70-4e97-9a32-30a26298bc38'),
(54243,54243,1,'2026-03-30 12:37:28',NULL,NULL,NULL,1,'2026-03-30 16:37:28','2026-03-30 16:37:28','8ad700e1-9568-48c7-81c8-c97a81514e9c'),
(54244,54244,1,'2026-03-30 12:37:32',NULL,NULL,NULL,1,'2026-03-30 16:37:32','2026-03-30 16:37:32','1d4c0af8-f74b-4350-9bca-f4506464cd24'),
(54245,54245,1,'2026-03-30 12:38:23',NULL,NULL,NULL,1,'2026-03-30 16:38:23','2026-03-30 16:38:23','0d1cdd7b-93a2-4d18-88ab-4902aeceb286'),
(54246,54246,1,'2026-03-30 12:38:31',NULL,NULL,NULL,1,'2026-03-30 16:38:31','2026-03-30 16:38:32','85152868-6779-4fb6-86c5-6a2768446694'),
(54247,54247,1,'2026-03-30 12:39:43',NULL,NULL,NULL,1,'2026-03-30 16:39:43','2026-03-30 16:39:43','63ceab37-2c32-4cc6-998f-b711798326a6'),
(54248,54248,1,'2026-03-30 12:39:44',NULL,NULL,NULL,1,'2026-03-30 16:39:44','2026-03-30 16:39:44','82daf551-9fe9-48a4-97a2-f2cd7f0a8ede'),
(54249,54249,1,'2026-03-30 12:41:22',NULL,NULL,NULL,1,'2026-03-30 16:41:22','2026-03-30 16:41:22','2590341f-fff8-49ef-8999-1e4b1df6b407'),
(54250,54250,1,'2026-03-30 12:44:36',NULL,NULL,NULL,1,'2026-03-30 16:44:36','2026-03-30 16:44:36','1db12fc4-f5f5-4abb-a302-f7232e112ed7'),
(54251,54251,1,'2026-03-30 12:45:08',NULL,NULL,NULL,1,'2026-03-30 16:45:08','2026-03-30 16:45:08','8f0d444c-6fd3-41ad-8844-93be0a7bbc8a'),
(54252,54252,1,'2026-03-30 12:48:21',NULL,NULL,NULL,1,'2026-03-30 16:48:21','2026-03-30 16:48:21','a5478c02-69d8-4121-8902-5effa2dfb957'),
(54253,54253,1,'2026-03-30 12:52:25',NULL,NULL,NULL,1,'2026-03-30 16:52:25','2026-03-30 16:52:25','31571fea-cf54-4cc9-a833-1550d0597cfe'),
(54254,54254,1,'2026-03-30 12:54:23',NULL,NULL,NULL,1,'2026-03-30 16:54:23','2026-03-30 16:54:23','e949b43b-11ad-4352-8c7a-24fb433a8292'),
(54255,54255,1,'2026-03-30 12:54:59',NULL,NULL,NULL,1,'2026-03-30 16:54:59','2026-03-30 16:54:59','94074b6b-08bd-4fe3-82b2-fbeee0913e14'),
(54256,54256,1,'2026-03-30 13:05:44',NULL,NULL,NULL,1,'2026-03-30 17:05:44','2026-03-30 17:05:44','410812a0-ca3e-4309-875b-78b140d4b2f9'),
(54257,54257,1,'2026-03-30 13:10:16',NULL,NULL,NULL,1,'2026-03-30 17:10:16','2026-03-30 17:10:16','e61fa5a6-0729-4e53-8eab-cb80abc4e619'),
(54258,54258,1,'2026-03-30 13:10:24',NULL,NULL,NULL,1,'2026-03-30 17:10:24','2026-03-30 17:10:24','c3a09908-2e94-45f6-a33e-8d1048f20e8a'),
(54259,54259,1,'2026-03-30 13:10:30',NULL,NULL,NULL,1,'2026-03-30 17:10:30','2026-03-30 17:10:30','2698834c-ea0a-4a01-a134-404cf0878c06'),
(54260,54260,1,'2026-03-30 13:11:16',NULL,NULL,NULL,1,'2026-03-30 17:11:16','2026-03-30 17:11:16','0c41739b-cd46-4762-865c-cb91c9c62631'),
(54261,54261,1,'2026-03-30 13:12:30',NULL,NULL,NULL,1,'2026-03-30 17:12:30','2026-03-30 17:12:30','cf71b071-f714-48c0-abf3-ac5f61f552f7'),
(54262,54262,1,'2026-03-30 13:20:51',NULL,NULL,NULL,1,'2026-03-30 17:20:51','2026-03-30 17:20:51','2e462f10-b9f3-4caf-b73a-6f424ee96c7f'),
(54263,54263,1,'2026-03-30 13:38:08',NULL,NULL,NULL,1,'2026-03-30 17:38:08','2026-03-30 17:38:08','22306c3e-8b47-4b42-bfab-44b5aed1b988'),
(54264,54264,1,'2026-03-30 13:38:09',NULL,NULL,NULL,1,'2026-03-30 17:38:09','2026-03-30 17:38:09','13d52e60-d716-4d8e-9412-1671c365fef1'),
(54265,54265,1,'2026-03-30 13:40:44',NULL,NULL,NULL,1,'2026-03-30 17:40:44','2026-03-30 17:40:44','f2601a66-2960-4b11-b67f-9aea0f310d05'),
(54266,54266,1,'2026-03-30 13:40:46',NULL,NULL,NULL,1,'2026-03-30 17:40:46','2026-03-30 17:40:46','500705fe-9d43-449a-ba49-fe26ba6c68d0'),
(54267,54267,1,'2026-03-30 13:42:23',NULL,NULL,NULL,1,'2026-03-30 17:42:23','2026-03-30 17:42:23','60b070ef-dee3-4eb4-b60b-e7feadb57c65'),
(54268,54268,1,'2026-03-30 13:43:15',NULL,NULL,NULL,1,'2026-03-30 17:43:15','2026-03-30 17:43:15','68d56158-1cdf-4c61-b9c3-05ef0e0af7be'),
(54269,54269,1,'2026-03-30 13:44:42',NULL,NULL,NULL,1,'2026-03-30 17:44:42','2026-03-30 17:44:42','3cd3944c-e9ee-4424-b7b6-6f77f041efcb'),
(54270,54270,1,'2026-03-30 13:57:47',NULL,NULL,NULL,1,'2026-03-30 17:57:47','2026-03-30 17:57:47','1494bd96-67f1-4386-a338-7cd02687f401'),
(54271,54271,1,'2026-03-30 14:03:02',NULL,NULL,NULL,1,'2026-03-30 18:03:02','2026-03-30 18:03:02','ae40a94c-2931-422a-9f24-7cf27babfa66'),
(54272,54272,1,NULL,NULL,NULL,NULL,1,'2026-03-30 18:35:30','2026-03-30 18:35:30','72016caa-c420-4c3d-93fe-9255c78dd6c0'),
(54273,54273,1,NULL,NULL,NULL,NULL,1,'2026-03-30 18:35:31','2026-03-30 18:35:31','541abd22-9ae8-4ffe-b4a2-23d5c86ca6e9'),
(54274,54274,1,NULL,NULL,NULL,NULL,1,'2026-03-30 18:35:31','2026-03-30 18:35:31','d49b61f5-92fa-4a9f-be43-9da33dbac218'),
(54275,54275,1,NULL,NULL,NULL,NULL,1,'2026-03-30 18:35:31','2026-03-30 18:35:31','39311646-7cfa-4608-9630-73c3a8705472'),
(54276,54276,1,NULL,NULL,NULL,NULL,1,'2026-03-30 18:35:32','2026-03-30 18:35:32','62e7da95-31f9-4978-bc2d-2197effec508'),
(54277,54277,1,NULL,NULL,NULL,NULL,1,'2026-03-30 18:35:32','2026-03-30 18:35:32','b2c13c4b-2b7e-47ef-ad14-2f68ae2e23fd'),
(54278,54278,1,'CT Pulmonary Progress Flyer',NULL,NULL,NULL,1,'2026-03-30 18:36:01','2026-03-30 18:36:01','6a607a10-9f64-4367-b5a2-d93ca44b526a');
/*!40000 ALTER TABLE `elements_sites` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `entries`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `entries` WRITE;
/*!40000 ALTER TABLE `entries` DISABLE KEYS */;
INSERT INTO `entries` VALUES
(2,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2025-04-18 17:15:09','2025-04-18 17:16:03'),
(56,NULL,NULL,2,10,3,'2025-04-18 18:13:00',NULL,'live',NULL,NULL,'2025-04-18 18:14:39','2025-04-18 18:14:39'),
(57,NULL,NULL,2,10,3,'2025-04-18 18:14:00',NULL,'live',NULL,NULL,'2025-04-18 18:14:39','2025-04-18 18:14:39'),
(63,NULL,NULL,2,10,3,'2025-04-18 18:15:00',NULL,'live',NULL,NULL,'2025-04-18 18:15:36','2025-04-18 18:15:36'),
(111,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-04-18 18:38:34','2025-04-18 18:38:40'),
(112,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-04-18 18:38:40','2025-04-18 18:38:40'),
(113,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-04-18 18:38:44','2025-04-18 18:38:46'),
(114,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-04-18 18:38:46','2025-04-18 18:38:46'),
(115,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-04-18 18:38:49','2025-04-18 18:38:51'),
(116,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-04-18 18:38:51','2025-04-18 18:38:51'),
(117,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-04-18 18:38:54','2025-04-18 18:38:56'),
(118,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-04-18 18:38:56','2025-04-18 18:38:56'),
(119,3,NULL,NULL,NULL,7,'2025-04-18 18:39:00',NULL,'live',NULL,NULL,'2025-04-18 18:38:58','2025-04-18 18:39:00'),
(120,3,NULL,NULL,NULL,7,'2025-04-18 18:39:00',NULL,'live',NULL,NULL,'2025-04-18 18:39:00','2025-04-18 18:39:00'),
(121,3,NULL,NULL,NULL,7,'2025-04-18 18:39:00',NULL,'live',NULL,NULL,'2025-04-18 18:39:03','2025-04-18 18:39:04'),
(122,3,NULL,NULL,NULL,7,'2025-04-18 18:39:00',NULL,'live',NULL,NULL,'2025-04-18 18:39:04','2025-04-18 18:39:04'),
(131,NULL,NULL,2,7,5,'2025-04-18 18:41:00',NULL,'live',NULL,NULL,'2025-04-18 18:42:36','2025-04-18 18:42:36'),
(132,NULL,NULL,2,7,5,'2025-04-18 18:41:00',NULL,'live',NULL,NULL,'2025-04-18 18:42:36','2025-04-18 18:42:36'),
(325,5,NULL,NULL,NULL,9,'2025-08-01 17:59:00',NULL,'live',NULL,NULL,'2025-08-01 17:59:34','2025-08-01 17:59:53'),
(326,5,NULL,NULL,NULL,10,'2025-08-01 17:59:00',NULL,'live',NULL,NULL,'2025-08-01 17:59:41','2025-08-01 17:59:41'),
(328,5,NULL,NULL,NULL,9,'2025-08-01 17:59:00',NULL,'live',NULL,NULL,'2025-08-01 17:59:53','2025-08-01 17:59:53'),
(329,6,NULL,NULL,NULL,10,'2025-08-01 18:04:00',NULL,'live',NULL,NULL,'2025-08-01 18:04:51','2025-08-01 18:04:57'),
(330,6,NULL,NULL,NULL,10,'2025-08-01 18:04:00',NULL,'live',NULL,NULL,'2025-08-01 18:04:57','2025-08-01 18:04:57'),
(331,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:04:57','2025-08-01 18:05:01'),
(332,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:01','2025-08-01 18:05:01'),
(333,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:01','2025-08-01 18:05:04'),
(334,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:04','2025-08-01 18:05:04'),
(335,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:04','2025-08-01 18:05:08'),
(336,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:08','2025-08-01 18:05:08'),
(337,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:08','2025-08-01 18:05:10'),
(338,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:10','2025-08-01 18:05:10'),
(339,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:10','2025-08-01 18:05:15'),
(340,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:15','2025-08-01 18:05:15'),
(341,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:15','2025-08-01 18:05:18'),
(342,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:18','2025-08-01 18:05:18'),
(343,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:18','2025-08-01 18:05:21'),
(344,6,NULL,NULL,NULL,10,'2025-08-01 18:05:00',NULL,'live',NULL,NULL,'2025-08-01 18:05:21','2025-08-01 18:05:21'),
(347,5,NULL,NULL,NULL,9,'2025-08-01 17:59:00',NULL,'live',NULL,NULL,'2025-08-01 18:06:11','2025-08-01 18:06:11'),
(348,5,NULL,NULL,NULL,9,'2025-08-01 18:06:00',NULL,'live',NULL,NULL,'2025-08-01 18:06:11','2025-08-01 18:06:22'),
(349,5,NULL,NULL,NULL,9,'2025-08-01 18:06:00',NULL,'live',NULL,NULL,'2025-08-01 18:06:22','2025-08-01 18:06:22'),
(350,5,NULL,NULL,NULL,9,'2025-08-01 18:06:00',NULL,'live',NULL,NULL,'2025-08-01 18:06:22','2025-08-01 18:06:39'),
(351,5,NULL,NULL,NULL,9,'2025-08-01 18:06:00',NULL,'live',NULL,NULL,'2025-08-01 18:06:40','2025-08-01 18:06:40'),
(352,5,NULL,NULL,NULL,9,'2025-08-01 18:07:00',NULL,'live',NULL,NULL,'2025-08-01 18:07:13','2025-08-01 18:07:25'),
(353,5,NULL,NULL,NULL,9,'2025-08-01 18:07:00',NULL,'live',NULL,NULL,'2025-08-01 18:07:25','2025-08-01 18:07:25'),
(354,5,NULL,NULL,NULL,9,'2025-08-01 18:07:00',NULL,'live',NULL,NULL,'2025-08-01 18:07:25','2025-08-01 18:07:35'),
(355,5,NULL,NULL,NULL,9,'2025-08-01 18:07:00',NULL,'live',NULL,NULL,'2025-08-01 18:07:35','2025-08-01 18:07:35'),
(356,5,NULL,NULL,NULL,9,'2025-08-01 18:07:00',NULL,'live',NULL,NULL,'2025-08-01 18:07:35','2025-08-01 18:07:48'),
(357,5,NULL,NULL,NULL,9,'2025-08-01 18:07:00',NULL,'live',NULL,NULL,'2025-08-01 18:07:48','2025-08-01 18:07:48'),
(358,5,NULL,NULL,NULL,9,'2025-08-01 18:07:00',NULL,'live',NULL,NULL,'2025-08-01 18:07:51','2025-08-01 18:07:58'),
(359,5,NULL,NULL,NULL,9,'2025-08-01 18:07:00',NULL,'live',NULL,NULL,'2025-08-01 18:07:58','2025-08-01 18:07:58'),
(360,5,NULL,NULL,NULL,9,'2025-08-01 18:08:00',NULL,'live',NULL,NULL,'2025-08-01 18:08:01','2025-08-01 18:08:08'),
(361,5,NULL,NULL,NULL,9,'2025-08-01 18:08:00',NULL,'live',NULL,NULL,'2025-08-01 18:08:08','2025-08-01 18:08:08'),
(362,5,NULL,NULL,NULL,9,'2025-08-01 18:08:00',NULL,'live',NULL,NULL,'2025-08-01 18:08:10','2025-08-01 18:08:17'),
(363,5,NULL,NULL,NULL,9,'2025-08-01 18:08:00',NULL,'live',NULL,NULL,'2025-08-01 18:08:17','2025-08-01 18:08:17'),
(364,5,NULL,NULL,NULL,9,'2025-08-01 18:08:00',NULL,'live',NULL,NULL,'2025-08-01 18:08:21','2025-08-01 18:08:31'),
(365,5,NULL,NULL,NULL,9,'2025-08-01 18:08:00',NULL,'live',NULL,NULL,'2025-08-01 18:08:31','2025-08-01 18:08:31'),
(366,5,NULL,NULL,NULL,9,'2025-08-01 18:09:00',NULL,'live',NULL,NULL,'2025-08-01 18:08:41','2025-08-01 18:09:02'),
(367,5,NULL,NULL,NULL,9,'2025-08-01 18:09:00',NULL,'live',NULL,NULL,'2025-08-01 18:09:02','2025-08-01 18:09:02'),
(368,5,NULL,NULL,NULL,9,'2025-08-01 18:09:00',NULL,'live',NULL,NULL,'2025-08-01 18:09:02','2025-08-01 18:09:12'),
(369,5,NULL,NULL,NULL,9,'2025-08-01 18:09:00',NULL,'live',NULL,NULL,'2025-08-01 18:09:12','2025-08-01 18:09:12'),
(370,5,NULL,NULL,NULL,9,'2025-08-01 18:09:00',NULL,'live',NULL,NULL,'2025-08-01 18:09:12','2025-08-01 18:09:33'),
(371,5,NULL,NULL,NULL,9,'2025-08-01 18:09:00',NULL,'live',NULL,NULL,'2025-08-01 18:09:33','2025-08-01 18:09:33'),
(372,5,NULL,NULL,NULL,9,'2025-08-01 18:09:00',NULL,'live',NULL,NULL,'2025-08-01 18:09:33','2025-08-01 18:09:44'),
(373,5,NULL,NULL,NULL,9,'2025-08-01 18:09:00',NULL,'live',NULL,NULL,'2025-08-01 18:09:44','2025-08-01 18:09:44'),
(374,5,NULL,NULL,NULL,9,'2025-08-01 18:10:00',NULL,'live',NULL,NULL,'2025-08-01 18:09:44','2025-08-01 18:10:00'),
(375,5,NULL,NULL,NULL,9,'2025-08-01 18:10:00',NULL,'live',NULL,NULL,'2025-08-01 18:10:00','2025-08-01 18:10:00'),
(376,5,NULL,NULL,NULL,9,'2025-08-01 18:10:00',NULL,'live',NULL,NULL,'2025-08-01 18:10:00','2025-08-01 18:10:07'),
(377,5,NULL,NULL,NULL,9,'2025-08-01 18:10:00',NULL,'live',NULL,NULL,'2025-08-01 18:10:07','2025-08-01 18:10:07'),
(378,5,NULL,NULL,NULL,9,'2025-08-01 18:10:00',NULL,'live',NULL,NULL,'2025-08-01 18:10:07','2025-08-01 18:10:18'),
(379,5,NULL,NULL,NULL,9,'2025-08-01 18:10:00',NULL,'live',NULL,NULL,'2025-08-01 18:10:18','2025-08-01 18:10:18'),
(382,5,NULL,NULL,NULL,9,'2025-08-01 18:10:00',NULL,'live',NULL,NULL,'2025-08-01 18:10:45','2025-08-01 18:10:53'),
(383,5,NULL,NULL,NULL,9,'2025-08-01 18:10:00',NULL,'live',NULL,NULL,'2025-08-01 18:10:53','2025-08-01 18:10:53'),
(384,5,NULL,NULL,NULL,9,'2025-08-01 18:11:00',NULL,'live',NULL,NULL,'2025-08-01 18:10:57','2025-08-01 18:11:04'),
(385,5,NULL,NULL,NULL,9,'2025-08-01 18:11:00',NULL,'live',NULL,NULL,'2025-08-01 18:11:04','2025-08-01 18:11:04'),
(386,5,NULL,NULL,NULL,9,'2025-08-01 18:11:00',NULL,'live',NULL,NULL,'2025-08-01 18:11:07','2025-08-01 18:11:17'),
(387,5,NULL,NULL,NULL,9,'2025-08-01 18:11:00',NULL,'live',NULL,NULL,'2025-08-01 18:11:17','2025-08-01 18:11:17'),
(388,5,NULL,NULL,NULL,9,'2025-08-01 18:11:00',NULL,'live',NULL,NULL,'2025-08-01 18:11:20','2025-08-01 18:11:31'),
(389,5,NULL,NULL,NULL,9,'2025-08-01 18:11:00',NULL,'live',NULL,NULL,'2025-08-01 18:11:31','2025-08-01 18:11:31'),
(390,5,NULL,NULL,NULL,9,'2025-08-01 18:11:00',NULL,'live',NULL,NULL,'2025-08-01 18:11:35','2025-08-01 18:11:48'),
(391,5,NULL,NULL,NULL,9,'2025-08-01 18:11:00',NULL,'live',NULL,NULL,'2025-08-01 18:11:48','2025-08-01 18:11:48'),
(392,5,NULL,NULL,NULL,9,'2025-08-01 18:12:00',NULL,'live',NULL,NULL,'2025-08-01 18:11:48','2025-08-01 18:12:02'),
(393,5,NULL,NULL,NULL,9,'2025-08-01 18:12:00',NULL,'live',NULL,NULL,'2025-08-01 18:12:02','2025-08-01 18:12:02'),
(394,5,NULL,NULL,NULL,9,'2025-08-01 18:12:00',NULL,'live',NULL,NULL,'2025-08-01 18:12:03','2025-08-01 18:12:14'),
(395,5,NULL,NULL,NULL,9,'2025-08-01 18:12:00',NULL,'live',NULL,NULL,'2025-08-01 18:12:14','2025-08-01 18:12:14'),
(396,5,NULL,NULL,NULL,9,'2025-08-01 18:12:00',NULL,'live',NULL,NULL,'2025-08-01 18:12:14','2025-08-01 18:12:26'),
(397,5,NULL,NULL,NULL,9,'2025-08-01 18:12:00',NULL,'live',NULL,NULL,'2025-08-01 18:12:26','2025-08-01 18:12:26'),
(398,5,NULL,NULL,NULL,9,'2025-08-01 18:12:00',NULL,'live',NULL,NULL,'2025-08-01 18:12:26','2025-08-01 18:12:34'),
(399,5,NULL,NULL,NULL,9,'2025-08-01 18:12:00',NULL,'live',NULL,NULL,'2025-08-01 18:12:34','2025-08-01 18:12:34'),
(400,5,NULL,NULL,NULL,9,'2025-08-01 18:12:00',NULL,'live',NULL,NULL,'2025-08-01 18:12:46','2025-08-01 18:12:57'),
(401,5,NULL,NULL,NULL,9,'2025-08-01 18:12:00',NULL,'live',NULL,NULL,'2025-08-01 18:12:57','2025-08-01 18:12:57'),
(402,5,NULL,NULL,NULL,9,'2025-08-01 18:13:00',NULL,'live',NULL,NULL,'2025-08-01 18:12:57','2025-08-01 18:13:07'),
(403,5,NULL,NULL,NULL,9,'2025-08-01 18:13:00',NULL,'live',NULL,NULL,'2025-08-01 18:13:07','2025-08-01 18:13:07'),
(404,5,NULL,NULL,NULL,9,'2025-08-01 18:13:00',NULL,'live',NULL,NULL,'2025-08-01 18:13:07','2025-08-01 18:13:20'),
(405,5,NULL,NULL,NULL,9,'2025-08-01 18:13:00',NULL,'live',NULL,NULL,'2025-08-01 18:13:20','2025-08-01 18:13:20'),
(406,5,NULL,NULL,NULL,9,'2025-08-01 18:13:00',NULL,'live',NULL,NULL,'2025-08-01 18:13:20','2025-08-01 18:13:33'),
(407,5,NULL,NULL,NULL,9,'2025-08-01 18:13:00',NULL,'live',NULL,NULL,'2025-08-01 18:13:33','2025-08-01 18:13:33'),
(408,5,NULL,NULL,NULL,9,'2025-08-01 18:13:00',NULL,'live',NULL,NULL,'2025-08-01 18:13:33','2025-08-01 18:13:42'),
(409,5,NULL,NULL,NULL,9,'2025-08-01 18:13:00',NULL,'live',NULL,NULL,'2025-08-01 18:13:42','2025-08-01 18:13:42'),
(410,5,NULL,NULL,NULL,9,'2025-08-01 18:13:00',NULL,'live',NULL,NULL,'2025-08-01 18:13:42','2025-08-01 18:13:53'),
(411,5,NULL,NULL,NULL,9,'2025-08-01 18:13:00',NULL,'live',NULL,NULL,'2025-08-01 18:13:53','2025-08-01 18:13:53'),
(412,5,NULL,NULL,NULL,9,'2025-08-01 18:14:00',NULL,'live',NULL,NULL,'2025-08-01 18:13:53','2025-08-01 18:14:03'),
(413,5,NULL,NULL,NULL,9,'2025-08-01 18:14:00',NULL,'live',NULL,NULL,'2025-08-01 18:14:03','2025-08-01 18:14:03'),
(414,5,NULL,NULL,NULL,9,'2025-08-01 18:14:00',NULL,'live',NULL,NULL,'2025-08-01 18:14:03','2025-08-01 18:14:13'),
(415,5,NULL,NULL,NULL,9,'2025-08-01 18:14:00',NULL,'live',NULL,NULL,'2025-08-01 18:14:13','2025-08-01 18:14:13'),
(457,7,NULL,NULL,NULL,6,'2025-08-20 21:58:00',NULL,'live',NULL,NULL,'2025-08-20 21:58:35','2025-08-20 21:58:42'),
(458,7,NULL,NULL,NULL,6,'2025-08-20 21:58:00',NULL,'live',NULL,NULL,'2025-08-20 21:58:42','2025-08-20 21:58:42'),
(459,7,NULL,NULL,NULL,6,'2025-08-20 21:58:00',NULL,'live',NULL,NULL,'2025-08-20 21:58:47','2025-08-20 21:58:54'),
(460,7,NULL,NULL,NULL,6,'2025-08-20 21:58:00',NULL,'live',NULL,NULL,'2025-08-20 21:58:54','2025-08-20 21:58:54'),
(461,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-08-20 21:59:02','2025-08-20 21:59:06'),
(462,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-08-20 21:59:06','2025-08-20 21:59:06'),
(463,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-08-20 21:59:10','2025-08-20 21:59:15'),
(464,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-08-20 21:59:15','2025-08-20 21:59:15'),
(465,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-08-20 21:59:23','2025-08-20 21:59:33'),
(466,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-08-20 21:59:33','2025-08-20 21:59:33'),
(467,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-08-20 21:59:39','2025-08-20 21:59:45'),
(468,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-08-20 21:59:45','2025-08-20 21:59:45'),
(469,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 21:59:56','2025-08-20 22:00:03'),
(470,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:03','2025-08-20 22:00:03'),
(471,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:03','2025-08-20 22:00:11'),
(472,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:11','2025-08-20 22:00:11'),
(473,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:11','2025-08-20 22:00:22'),
(474,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:22','2025-08-20 22:00:22'),
(475,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:31','2025-08-20 22:00:38'),
(476,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:38','2025-08-20 22:00:38'),
(477,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:42','2025-08-20 22:00:46'),
(478,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:46','2025-08-20 22:00:46'),
(479,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:52','2025-08-20 22:00:59'),
(480,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-08-20 22:00:59','2025-08-20 22:00:59'),
(481,7,NULL,NULL,NULL,6,'2025-08-20 22:01:00',NULL,'live',NULL,NULL,'2025-08-20 22:01:02','2025-08-20 22:01:07'),
(482,7,NULL,NULL,NULL,6,'2025-08-20 22:01:00',NULL,'live',NULL,NULL,'2025-08-20 22:01:08','2025-08-20 22:01:08'),
(483,7,NULL,NULL,NULL,6,'2025-08-20 22:01:00',NULL,'live',NULL,NULL,'2025-08-20 22:01:12','2025-08-20 22:01:17'),
(484,7,NULL,NULL,NULL,6,'2025-08-20 22:01:00',NULL,'live',NULL,NULL,'2025-08-20 22:01:17','2025-08-20 22:01:17'),
(485,7,NULL,NULL,NULL,6,'2025-08-20 22:01:00',NULL,'live',NULL,NULL,'2025-08-20 22:01:22','2025-08-20 22:01:30'),
(486,7,NULL,NULL,NULL,6,'2025-08-20 22:01:00',NULL,'live',NULL,NULL,'2025-08-20 22:01:30','2025-08-20 22:01:30'),
(487,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:01:56','2025-08-20 22:02:03'),
(488,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:03','2025-08-20 22:02:03'),
(489,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:05','2025-08-20 22:02:13'),
(490,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:13','2025-08-20 22:02:13'),
(491,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:13','2025-08-20 22:02:19'),
(492,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:19','2025-08-20 22:02:19'),
(493,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:23','2025-08-20 22:02:28'),
(494,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:28','2025-08-20 22:02:28'),
(495,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:28','2025-08-20 22:02:34'),
(496,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:34','2025-08-20 22:02:34'),
(497,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:53','2025-08-20 22:02:59'),
(498,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-08-20 22:02:59','2025-08-20 22:02:59'),
(555,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-09-02 22:24:40','2025-09-02 22:24:46'),
(556,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-09-02 22:24:46','2025-09-02 22:24:46'),
(557,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-09-02 22:24:46','2025-09-02 22:24:52'),
(558,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-09-02 22:24:52','2025-09-02 22:24:52'),
(559,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-09-02 22:24:52','2025-09-02 22:24:59'),
(560,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-09-02 22:24:59','2025-09-02 22:24:59'),
(601,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 21:48:04','2025-09-03 21:48:33'),
(602,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 21:48:33','2025-09-03 21:48:33'),
(605,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 21:48:47','2025-09-03 21:48:52'),
(606,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 21:48:52','2025-09-03 21:48:52'),
(607,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 21:49:15','2025-09-03 21:49:15'),
(608,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 21:49:20','2025-09-03 21:49:20'),
(609,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 21:49:26','2025-09-03 21:49:26'),
(610,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 21:52:33','2025-09-03 21:52:33'),
(616,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 21:56:43','2025-09-03 21:56:43'),
(617,9,NULL,NULL,NULL,5,'2025-09-03 21:56:00',NULL,'live',NULL,NULL,'2025-09-03 21:56:43','2025-09-03 21:56:47'),
(618,9,NULL,NULL,NULL,5,'2025-09-03 21:56:00',NULL,'live',NULL,NULL,'2025-09-03 21:56:47','2025-09-03 21:56:47'),
(619,9,NULL,NULL,NULL,5,'2025-09-03 21:56:00',NULL,'live',NULL,NULL,'2025-09-03 21:56:57','2025-09-03 21:56:57'),
(621,9,NULL,NULL,NULL,5,'2025-09-03 21:56:00',NULL,'live',NULL,NULL,'2025-09-03 21:57:10','2025-09-03 21:57:10'),
(623,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 21:58:30','2025-09-03 21:58:30'),
(629,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-03 22:13:41','2025-09-03 22:13:41'),
(945,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(951,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(952,NULL,NULL,951,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(953,NULL,NULL,951,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(954,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(955,NULL,NULL,954,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(956,NULL,NULL,954,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(957,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(963,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(969,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(970,NULL,NULL,969,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(971,NULL,NULL,969,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(972,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(973,NULL,NULL,972,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(974,NULL,NULL,972,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(975,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(976,NULL,NULL,975,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(977,NULL,NULL,975,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(978,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(979,NULL,NULL,978,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(980,NULL,NULL,978,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(981,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(982,NULL,NULL,981,55,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(983,NULL,NULL,981,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(984,NULL,NULL,981,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(985,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(986,NULL,NULL,985,55,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(987,NULL,NULL,985,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(988,NULL,NULL,985,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(989,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(990,NULL,NULL,989,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(991,NULL,NULL,989,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(992,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(993,NULL,NULL,992,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(994,NULL,NULL,992,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(995,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(996,NULL,NULL,995,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(997,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(998,NULL,NULL,997,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(999,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1000,NULL,NULL,999,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1001,NULL,NULL,999,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1002,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1003,NULL,NULL,1002,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1004,NULL,NULL,1002,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1005,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1006,NULL,NULL,1005,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1007,NULL,NULL,1005,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1008,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1009,NULL,NULL,1008,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1010,NULL,NULL,1008,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1011,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1017,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1018,NULL,NULL,1017,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1019,NULL,NULL,1017,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1020,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35'),
(1021,NULL,NULL,1020,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1022,NULL,NULL,1020,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1023,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1031,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1032,NULL,NULL,1031,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1033,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1034,NULL,NULL,1033,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1035,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1036,NULL,NULL,1035,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1037,NULL,NULL,1035,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1038,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1039,NULL,NULL,1038,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1040,NULL,NULL,1038,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1041,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1042,NULL,NULL,1041,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1043,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1044,NULL,NULL,1043,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1045,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1051,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1052,NULL,NULL,1051,55,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1053,NULL,NULL,1051,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1054,NULL,NULL,1051,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1055,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1056,NULL,NULL,1055,55,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1057,NULL,NULL,1055,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1058,NULL,NULL,1055,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1059,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1060,NULL,NULL,1059,55,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1061,NULL,NULL,1059,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1062,NULL,NULL,1059,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1063,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1064,NULL,NULL,1063,55,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1065,NULL,NULL,1063,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1066,NULL,NULL,1063,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1067,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1068,NULL,NULL,1067,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1069,NULL,NULL,1067,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1070,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1071,NULL,NULL,1070,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1072,NULL,NULL,1070,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1073,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1074,NULL,NULL,1073,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1075,NULL,NULL,1073,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1076,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1077,NULL,NULL,1076,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1078,NULL,NULL,1076,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1079,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1080,NULL,NULL,1079,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1081,NULL,NULL,1079,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1082,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1083,NULL,NULL,1082,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1084,NULL,NULL,1082,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1085,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1086,NULL,NULL,1085,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1087,NULL,NULL,1085,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1088,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1089,NULL,NULL,1088,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1090,NULL,NULL,1088,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1091,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1092,NULL,NULL,1091,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1093,NULL,NULL,1091,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1094,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1095,NULL,NULL,1094,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1096,NULL,NULL,1094,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1097,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1098,NULL,NULL,1097,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1099,NULL,NULL,1097,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1100,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1101,NULL,NULL,1100,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1102,NULL,NULL,1100,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1103,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1104,NULL,NULL,1103,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1105,NULL,NULL,1103,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1106,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1107,NULL,NULL,1106,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1108,NULL,NULL,1106,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1109,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1110,NULL,NULL,1109,55,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1111,NULL,NULL,1109,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1112,NULL,NULL,1109,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1113,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1114,NULL,NULL,1113,55,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1115,NULL,NULL,1113,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1116,NULL,NULL,1113,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1117,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1118,NULL,NULL,1117,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1119,NULL,NULL,1117,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1120,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1121,NULL,NULL,1120,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1122,NULL,NULL,1120,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36'),
(1123,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1129,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1130,NULL,NULL,1129,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1131,NULL,NULL,1129,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1132,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1133,NULL,NULL,1132,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1134,NULL,NULL,1132,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1135,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1136,NULL,NULL,1135,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1137,NULL,NULL,1135,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1138,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1139,NULL,NULL,1138,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1140,NULL,NULL,1138,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1141,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1142,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1143,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1144,NULL,NULL,1143,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1145,NULL,NULL,1143,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1146,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1147,NULL,NULL,1146,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1148,NULL,NULL,1146,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1149,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1150,NULL,NULL,1149,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1151,NULL,NULL,1149,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1152,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1153,NULL,NULL,1152,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1154,NULL,NULL,1152,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1155,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1156,NULL,NULL,1155,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1157,NULL,NULL,1155,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1158,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1159,NULL,NULL,1158,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1160,NULL,NULL,1158,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1161,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1162,NULL,NULL,1161,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1163,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1164,NULL,NULL,1163,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1165,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1171,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1172,NULL,NULL,1171,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1173,NULL,NULL,1171,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1174,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1175,NULL,NULL,1174,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1176,NULL,NULL,1174,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1177,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1185,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1186,NULL,NULL,1185,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1187,NULL,NULL,1185,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1188,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1189,NULL,NULL,1188,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1190,NULL,NULL,1188,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1191,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1192,NULL,NULL,1191,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1193,NULL,NULL,1191,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1194,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1195,NULL,NULL,1194,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1196,NULL,NULL,1194,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1197,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1198,NULL,NULL,1197,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1199,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1200,NULL,NULL,1199,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1201,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1202,NULL,NULL,1201,55,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1203,NULL,NULL,1201,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1204,NULL,NULL,1201,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1205,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1206,NULL,NULL,1205,55,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1207,NULL,NULL,1205,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1208,NULL,NULL,1205,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1209,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1210,NULL,NULL,1209,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1211,NULL,NULL,1209,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1212,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1213,NULL,NULL,1212,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1214,NULL,NULL,1212,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1215,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1216,NULL,NULL,1215,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1217,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1218,NULL,NULL,1217,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1219,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1220,NULL,NULL,1219,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1221,NULL,NULL,1219,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:37','2025-09-11 18:48:37'),
(1222,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1223,NULL,NULL,1222,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1224,NULL,NULL,1222,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1225,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1226,NULL,NULL,1225,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1227,NULL,NULL,1225,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1228,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1229,NULL,NULL,1228,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1230,NULL,NULL,1228,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1231,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1232,NULL,NULL,1231,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1233,NULL,NULL,1231,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1234,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1235,NULL,NULL,1234,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1236,NULL,NULL,1234,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1237,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1238,NULL,NULL,1237,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1239,NULL,NULL,1237,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1240,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1241,NULL,NULL,1240,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1242,NULL,NULL,1240,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1243,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1244,NULL,NULL,1243,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1245,NULL,NULL,1243,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1246,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1247,NULL,NULL,1246,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1248,NULL,NULL,1246,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1249,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1250,NULL,NULL,1249,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1251,NULL,NULL,1249,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1252,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1253,NULL,NULL,1252,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1254,NULL,NULL,1252,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1255,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1261,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1262,NULL,NULL,1261,55,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1263,NULL,NULL,1261,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1264,NULL,NULL,1261,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1265,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1266,NULL,NULL,1265,55,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1267,NULL,NULL,1265,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1268,NULL,NULL,1265,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1269,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1270,NULL,NULL,1269,55,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1271,NULL,NULL,1269,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1272,NULL,NULL,1269,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1273,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1274,NULL,NULL,1273,55,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1275,NULL,NULL,1273,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1276,NULL,NULL,1273,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1277,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1278,NULL,NULL,1277,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1279,NULL,NULL,1277,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1280,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1281,NULL,NULL,1280,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1282,NULL,NULL,1280,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1283,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1284,NULL,NULL,1283,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1285,NULL,NULL,1283,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1286,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1287,NULL,NULL,1286,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1288,NULL,NULL,1286,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1289,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1290,NULL,NULL,1289,55,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1291,NULL,NULL,1289,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1292,NULL,NULL,1289,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1293,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1294,NULL,NULL,1293,55,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1295,NULL,NULL,1293,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1296,NULL,NULL,1293,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1297,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1298,NULL,NULL,1297,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1299,NULL,NULL,1297,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1300,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1301,NULL,NULL,1300,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1302,NULL,NULL,1300,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1303,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1304,NULL,NULL,1303,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1305,NULL,NULL,1303,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1306,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1307,NULL,NULL,1306,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1308,NULL,NULL,1306,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1309,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1310,NULL,NULL,1309,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1311,NULL,NULL,1309,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1312,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1313,NULL,NULL,1312,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1314,NULL,NULL,1312,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1315,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1316,NULL,NULL,1315,55,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1317,NULL,NULL,1315,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1318,NULL,NULL,1315,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1319,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1320,NULL,NULL,1319,55,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1321,NULL,NULL,1319,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1322,NULL,NULL,1319,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1323,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1324,NULL,NULL,1323,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1325,NULL,NULL,1323,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:38','2025-09-11 18:48:38'),
(1326,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1327,NULL,NULL,1326,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1328,NULL,NULL,1326,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1329,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1330,NULL,NULL,1329,55,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1331,NULL,NULL,1329,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1332,NULL,NULL,1329,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1333,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1334,NULL,NULL,1333,55,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1335,NULL,NULL,1333,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1336,NULL,NULL,1333,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1337,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1338,NULL,NULL,1337,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1339,NULL,NULL,1337,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1340,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1341,NULL,NULL,1340,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1342,NULL,NULL,1340,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1343,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1344,NULL,NULL,1343,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1345,NULL,NULL,1343,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1346,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1347,NULL,NULL,1346,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1348,NULL,NULL,1346,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1349,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1350,NULL,NULL,1349,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1351,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1352,NULL,NULL,1351,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1353,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1359,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1360,NULL,NULL,1359,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1361,NULL,NULL,1359,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1362,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1363,NULL,NULL,1362,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1364,NULL,NULL,1362,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1365,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1366,NULL,NULL,1365,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1367,NULL,NULL,1365,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1368,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1369,NULL,NULL,1368,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1370,NULL,NULL,1368,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1371,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1372,NULL,NULL,1371,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1373,NULL,NULL,1371,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1374,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1375,NULL,NULL,1374,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1376,NULL,NULL,1374,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1377,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1378,NULL,NULL,1377,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1379,NULL,NULL,1377,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1380,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1381,NULL,NULL,1380,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1382,NULL,NULL,1380,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1383,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1384,NULL,NULL,1383,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1385,NULL,NULL,1383,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1386,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1387,NULL,NULL,1386,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1388,NULL,NULL,1386,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1389,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1390,NULL,NULL,1389,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1391,NULL,NULL,1389,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1392,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1393,NULL,NULL,1392,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1394,NULL,NULL,1392,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1395,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1396,NULL,NULL,1395,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1397,NULL,NULL,1395,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1398,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1399,NULL,NULL,1398,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1400,NULL,NULL,1398,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1401,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1402,NULL,NULL,1401,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1403,NULL,NULL,1401,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1404,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1405,NULL,NULL,1404,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1406,NULL,NULL,1404,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1407,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1408,NULL,NULL,1407,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1409,NULL,NULL,1407,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1410,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1411,NULL,NULL,1410,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1412,NULL,NULL,1410,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1413,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1414,NULL,NULL,1413,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1415,NULL,NULL,1413,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1416,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1417,NULL,NULL,1416,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1418,NULL,NULL,1416,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1419,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1420,NULL,NULL,1419,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1421,NULL,NULL,1419,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1422,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1423,NULL,NULL,1422,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1424,NULL,NULL,1422,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1425,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1426,NULL,NULL,1425,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:39','2025-09-11 18:48:39'),
(1427,NULL,NULL,1425,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1428,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1429,NULL,NULL,1428,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1430,NULL,NULL,1428,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1431,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1432,NULL,NULL,1431,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1433,NULL,NULL,1431,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1434,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1435,NULL,NULL,1434,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1436,NULL,NULL,1434,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1437,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1438,NULL,NULL,1437,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1439,NULL,NULL,1437,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1440,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1441,NULL,NULL,1440,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1442,NULL,NULL,1440,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1443,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1444,NULL,NULL,1443,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1445,NULL,NULL,1443,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1446,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1447,NULL,NULL,1446,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1448,NULL,NULL,1446,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1449,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1450,NULL,NULL,1449,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1451,NULL,NULL,1449,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1452,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1453,NULL,NULL,1452,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1454,NULL,NULL,1452,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1455,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1456,NULL,NULL,1455,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1457,NULL,NULL,1455,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1458,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1459,NULL,NULL,1458,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1460,NULL,NULL,1458,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1461,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1462,NULL,NULL,1461,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1463,NULL,NULL,1461,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1464,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1465,NULL,NULL,1464,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1466,NULL,NULL,1464,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1467,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1468,NULL,NULL,1467,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1469,NULL,NULL,1467,44,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1470,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1471,NULL,NULL,1470,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1472,NULL,NULL,1470,44,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1473,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1474,NULL,NULL,1473,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1475,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1476,NULL,NULL,1475,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1477,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1478,NULL,NULL,1477,9,2,'2025-09-11 18:48:00',NULL,'live',0,0,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1479,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1480,NULL,NULL,1479,9,2,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1481,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40'),
(1487,NULL,NULL,2,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:16','2025-09-11 18:51:16'),
(1494,NULL,NULL,945,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:16','2025-09-11 18:51:16'),
(1495,NULL,NULL,945,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:16','2025-09-11 18:51:16'),
(1499,NULL,NULL,951,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1500,NULL,NULL,951,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1501,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1502,NULL,NULL,1501,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1503,NULL,NULL,1501,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1504,NULL,NULL,957,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1505,NULL,NULL,957,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1509,NULL,NULL,963,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1510,NULL,NULL,963,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1514,NULL,NULL,969,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1515,NULL,NULL,969,44,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1516,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1517,NULL,NULL,1516,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1518,NULL,NULL,1516,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1519,NULL,NULL,975,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1520,NULL,NULL,975,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1521,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1522,NULL,NULL,1521,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1523,NULL,NULL,1521,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1524,NULL,NULL,981,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1525,NULL,NULL,981,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1526,NULL,NULL,981,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1527,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1528,NULL,NULL,1527,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1529,NULL,NULL,1527,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1530,NULL,NULL,1527,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1531,NULL,NULL,989,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1532,NULL,NULL,989,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1533,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1534,NULL,NULL,1533,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1535,NULL,NULL,1533,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1536,NULL,NULL,995,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1537,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1538,NULL,NULL,1537,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17'),
(1539,NULL,NULL,999,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1540,NULL,NULL,999,44,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1541,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1542,NULL,NULL,1541,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1543,NULL,NULL,1541,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1544,NULL,NULL,1005,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1545,NULL,NULL,1005,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1546,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1547,NULL,NULL,1546,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1548,NULL,NULL,1546,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1549,NULL,NULL,1011,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1550,NULL,NULL,1011,44,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1551,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1552,NULL,NULL,1551,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1553,NULL,NULL,1551,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1554,NULL,NULL,1017,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1555,NULL,NULL,1017,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1556,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1557,NULL,NULL,1556,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1558,NULL,NULL,1556,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1559,NULL,NULL,1023,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1560,NULL,NULL,1023,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1561,NULL,NULL,1023,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1566,NULL,NULL,1031,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1567,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1568,NULL,NULL,1567,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1569,NULL,NULL,1035,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1570,NULL,NULL,1035,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1571,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1572,NULL,NULL,1571,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1573,NULL,NULL,1571,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1574,NULL,NULL,1041,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18'),
(1575,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1576,NULL,NULL,1575,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1577,NULL,NULL,1045,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1578,NULL,NULL,1045,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1582,NULL,NULL,1051,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1583,NULL,NULL,1051,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1584,NULL,NULL,1051,44,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1585,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1586,NULL,NULL,1585,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1587,NULL,NULL,1585,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1588,NULL,NULL,1585,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1589,NULL,NULL,1059,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1590,NULL,NULL,1059,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1591,NULL,NULL,1059,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1592,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1593,NULL,NULL,1592,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1594,NULL,NULL,1592,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1595,NULL,NULL,1592,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1596,NULL,NULL,1067,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1597,NULL,NULL,1067,44,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1598,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1599,NULL,NULL,1598,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1600,NULL,NULL,1598,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1601,NULL,NULL,1073,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1602,NULL,NULL,1073,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1603,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1604,NULL,NULL,1603,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1605,NULL,NULL,1603,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1606,NULL,NULL,1079,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1607,NULL,NULL,1079,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1608,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1609,NULL,NULL,1608,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1610,NULL,NULL,1608,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1611,NULL,NULL,1085,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1612,NULL,NULL,1085,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1613,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19'),
(1614,NULL,NULL,1613,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1615,NULL,NULL,1613,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1616,NULL,NULL,1091,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1617,NULL,NULL,1091,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1618,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1619,NULL,NULL,1618,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1620,NULL,NULL,1618,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1621,NULL,NULL,1097,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1622,NULL,NULL,1097,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1623,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1624,NULL,NULL,1623,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1625,NULL,NULL,1623,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1626,NULL,NULL,1103,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1627,NULL,NULL,1103,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1628,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1629,NULL,NULL,1628,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1630,NULL,NULL,1628,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1631,NULL,NULL,1109,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1632,NULL,NULL,1109,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1633,NULL,NULL,1109,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1634,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1635,NULL,NULL,1634,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1636,NULL,NULL,1634,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1637,NULL,NULL,1634,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1638,NULL,NULL,1117,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1639,NULL,NULL,1117,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1640,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1641,NULL,NULL,1640,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1642,NULL,NULL,1640,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1643,NULL,NULL,1123,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1644,NULL,NULL,1123,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1646,NULL,NULL,2139,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2026-03-25 19:43:50'),
(1647,NULL,NULL,2139,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2026-03-25 19:43:50'),
(1648,NULL,NULL,1129,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1649,NULL,NULL,1129,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1650,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1651,NULL,NULL,1650,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1652,NULL,NULL,1650,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20'),
(1653,NULL,NULL,1135,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1654,NULL,NULL,1135,44,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1655,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1656,NULL,NULL,1655,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1657,NULL,NULL,1655,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1658,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1659,NULL,NULL,1143,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1660,NULL,NULL,1143,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1661,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1662,NULL,NULL,1661,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1663,NULL,NULL,1661,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1664,NULL,NULL,1149,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1665,NULL,NULL,1149,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1666,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1667,NULL,NULL,1666,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1668,NULL,NULL,1666,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1669,NULL,NULL,1155,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1670,NULL,NULL,1155,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1671,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1672,NULL,NULL,1671,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1673,NULL,NULL,1671,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1674,NULL,NULL,1161,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1675,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1676,NULL,NULL,1675,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1677,NULL,NULL,1165,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1678,NULL,NULL,1165,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1680,NULL,NULL,1958,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2026-03-25 19:45:18'),
(1681,NULL,NULL,1958,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2026-03-25 19:45:18'),
(1682,NULL,NULL,1171,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1683,NULL,NULL,1171,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1684,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1685,NULL,NULL,1684,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1686,NULL,NULL,1684,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21'),
(1692,NULL,NULL,1177,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1693,NULL,NULL,1177,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1694,NULL,NULL,1185,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1695,NULL,NULL,1185,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1696,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1697,NULL,NULL,1696,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1698,NULL,NULL,1696,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1699,NULL,NULL,1191,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1700,NULL,NULL,1191,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1701,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1702,NULL,NULL,1701,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1703,NULL,NULL,1701,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1704,NULL,NULL,1197,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1705,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1706,NULL,NULL,1705,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1707,NULL,NULL,1201,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1708,NULL,NULL,1201,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1709,NULL,NULL,1201,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1710,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1711,NULL,NULL,1710,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1712,NULL,NULL,1710,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1713,NULL,NULL,1710,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1714,NULL,NULL,1209,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1715,NULL,NULL,1209,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1716,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1717,NULL,NULL,1716,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1718,NULL,NULL,1716,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1719,NULL,NULL,1215,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1720,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1721,NULL,NULL,1720,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22'),
(1722,NULL,NULL,1219,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1723,NULL,NULL,1219,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1724,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1725,NULL,NULL,1724,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1726,NULL,NULL,1724,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1727,NULL,NULL,1225,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1728,NULL,NULL,1225,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1729,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1730,NULL,NULL,1729,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1731,NULL,NULL,1729,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1732,NULL,NULL,1231,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1733,NULL,NULL,1231,44,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1734,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1735,NULL,NULL,1734,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1736,NULL,NULL,1734,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1737,NULL,NULL,1237,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1738,NULL,NULL,1237,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1739,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1740,NULL,NULL,1739,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1741,NULL,NULL,1739,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1742,NULL,NULL,1243,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1743,NULL,NULL,1243,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1744,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1745,NULL,NULL,1744,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1746,NULL,NULL,1744,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1747,NULL,NULL,1249,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1748,NULL,NULL,1249,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1749,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1750,NULL,NULL,1749,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1751,NULL,NULL,1749,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1752,NULL,NULL,1255,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1753,NULL,NULL,1255,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1757,NULL,NULL,1261,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1758,NULL,NULL,1261,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1759,NULL,NULL,1261,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1760,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1761,NULL,NULL,1760,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23'),
(1762,NULL,NULL,1760,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1763,NULL,NULL,1760,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1764,NULL,NULL,1269,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1765,NULL,NULL,1269,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1766,NULL,NULL,1269,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1767,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1768,NULL,NULL,1767,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1769,NULL,NULL,1767,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1770,NULL,NULL,1767,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1771,NULL,NULL,1277,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1772,NULL,NULL,1277,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1773,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1774,NULL,NULL,1773,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1775,NULL,NULL,1773,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1776,NULL,NULL,1283,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1777,NULL,NULL,1283,44,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1778,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1779,NULL,NULL,1778,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1780,NULL,NULL,1778,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1781,NULL,NULL,1289,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1782,NULL,NULL,1289,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1783,NULL,NULL,1289,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1784,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1785,NULL,NULL,1784,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1786,NULL,NULL,1784,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1787,NULL,NULL,1784,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1788,NULL,NULL,1297,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1789,NULL,NULL,1297,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1790,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1791,NULL,NULL,1790,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1792,NULL,NULL,1790,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1793,NULL,NULL,1303,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1794,NULL,NULL,1303,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1795,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1796,NULL,NULL,1795,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1797,NULL,NULL,1795,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1798,NULL,NULL,1309,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1799,NULL,NULL,1309,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1800,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1801,NULL,NULL,1800,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1802,NULL,NULL,1800,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24'),
(1803,NULL,NULL,1315,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1804,NULL,NULL,1315,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1805,NULL,NULL,1315,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1806,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1807,NULL,NULL,1806,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1808,NULL,NULL,1806,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1809,NULL,NULL,1806,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1810,NULL,NULL,1323,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1811,NULL,NULL,1323,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1812,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1813,NULL,NULL,1812,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1814,NULL,NULL,1812,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1815,NULL,NULL,1329,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1816,NULL,NULL,1329,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1817,NULL,NULL,1329,44,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1818,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1819,NULL,NULL,1818,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1820,NULL,NULL,1818,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1821,NULL,NULL,1818,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1822,NULL,NULL,1337,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1823,NULL,NULL,1337,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1824,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1825,NULL,NULL,1824,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1826,NULL,NULL,1824,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1827,NULL,NULL,1343,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1828,NULL,NULL,1343,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1829,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1830,NULL,NULL,1829,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1831,NULL,NULL,1829,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1832,NULL,NULL,1349,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1833,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1834,NULL,NULL,1833,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1835,NULL,NULL,1353,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1836,NULL,NULL,1353,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25'),
(1840,NULL,NULL,1359,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1841,NULL,NULL,1359,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1842,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1843,NULL,NULL,1842,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1844,NULL,NULL,1842,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1845,NULL,NULL,1365,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1846,NULL,NULL,1365,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1847,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1848,NULL,NULL,1847,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1849,NULL,NULL,1847,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1850,NULL,NULL,1371,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1851,NULL,NULL,1371,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1852,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1853,NULL,NULL,1852,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1854,NULL,NULL,1852,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1855,NULL,NULL,1377,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1856,NULL,NULL,1377,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1857,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1858,NULL,NULL,1857,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1859,NULL,NULL,1857,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1860,NULL,NULL,1383,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1861,NULL,NULL,1383,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1862,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1863,NULL,NULL,1862,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1864,NULL,NULL,1862,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1865,NULL,NULL,1389,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1866,NULL,NULL,1389,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1867,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1868,NULL,NULL,1867,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1869,NULL,NULL,1867,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1870,NULL,NULL,1395,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1871,NULL,NULL,1395,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1872,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1873,NULL,NULL,1872,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1874,NULL,NULL,1872,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1875,NULL,NULL,1401,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1876,NULL,NULL,1401,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26'),
(1877,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1878,NULL,NULL,1877,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1879,NULL,NULL,1877,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1880,NULL,NULL,1407,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1881,NULL,NULL,1407,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1882,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1883,NULL,NULL,1882,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1884,NULL,NULL,1882,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1885,NULL,NULL,1413,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1886,NULL,NULL,1413,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1887,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1888,NULL,NULL,1887,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1889,NULL,NULL,1887,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1890,NULL,NULL,1419,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1891,NULL,NULL,1419,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1892,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1893,NULL,NULL,1892,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1894,NULL,NULL,1892,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1895,NULL,NULL,1425,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1896,NULL,NULL,1425,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1897,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1898,NULL,NULL,1897,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1899,NULL,NULL,1897,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1900,NULL,NULL,1431,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1901,NULL,NULL,1431,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1902,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1903,NULL,NULL,1902,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1904,NULL,NULL,1902,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1905,NULL,NULL,1437,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1906,NULL,NULL,1437,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1907,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1908,NULL,NULL,1907,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1909,NULL,NULL,1907,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1910,NULL,NULL,1443,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1911,NULL,NULL,1443,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1912,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1913,NULL,NULL,1912,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1914,NULL,NULL,1912,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27'),
(1915,NULL,NULL,1449,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1916,NULL,NULL,1449,44,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1917,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1918,NULL,NULL,1917,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1919,NULL,NULL,1917,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1920,NULL,NULL,1455,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1921,NULL,NULL,1455,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1922,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1923,NULL,NULL,1922,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1924,NULL,NULL,1922,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1925,NULL,NULL,1461,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1926,NULL,NULL,1461,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1927,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1928,NULL,NULL,1927,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1929,NULL,NULL,1927,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1930,NULL,NULL,1467,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1931,NULL,NULL,1467,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1932,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1933,NULL,NULL,1932,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1934,NULL,NULL,1932,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1935,NULL,NULL,1473,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1936,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1937,NULL,NULL,1936,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1938,NULL,NULL,1477,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1939,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1940,NULL,NULL,1939,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1941,NULL,NULL,1481,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28'),
(1958,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 18:58:45','2025-09-11 18:58:45'),
(1963,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:00:06','2025-09-11 19:00:06'),
(1967,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:01:24','2025-09-11 19:01:24'),
(1969,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:01:31','2025-09-11 19:01:31'),
(1979,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:01:59','2025-09-11 19:01:59'),
(1981,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:02:12','2025-09-11 19:02:12'),
(1983,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:02:19','2025-09-11 19:02:19'),
(1985,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:02:26','2025-09-11 19:02:26'),
(1991,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:03:09','2025-09-11 19:03:09'),
(1993,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:03:21','2025-09-11 19:03:21'),
(1995,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:03:31','2025-09-11 19:03:31'),
(1997,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:03:39','2025-09-11 19:03:39'),
(1999,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:03:56','2025-09-11 19:03:56'),
(2001,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:04:06','2025-09-11 19:04:06'),
(2003,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:04:21','2025-09-11 19:04:21'),
(2005,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:04:31','2025-09-11 19:04:31'),
(2007,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:04:40','2025-09-11 19:04:40'),
(2009,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:04:55','2025-09-11 19:04:55'),
(2011,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:05:04','2025-09-11 19:05:04'),
(2013,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:05:28','2025-09-11 19:05:28'),
(2015,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:05:37','2025-09-11 19:05:37'),
(2017,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:05:50','2025-09-11 19:05:50'),
(2019,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:06:02','2025-09-11 19:06:02'),
(2021,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:06:47','2025-09-11 19:06:47'),
(2022,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:06:53','2025-09-11 19:06:53'),
(2024,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:07:01','2025-09-11 19:07:01'),
(2026,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:07:12','2025-09-11 19:07:12'),
(2028,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:07:29','2025-09-11 19:07:29'),
(2030,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:07:38','2025-09-11 19:07:38'),
(2032,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:07:47','2025-09-11 19:07:47'),
(2034,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:07:59','2025-09-11 19:07:59'),
(2036,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:08:08','2025-09-11 19:08:08'),
(2039,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:08:31','2025-09-11 19:08:31'),
(2041,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:08:55','2025-09-11 19:08:55'),
(2043,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:09:04','2025-09-11 19:09:04'),
(2045,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:09:15','2025-09-11 19:09:15'),
(2047,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:09:25','2025-09-11 19:09:25'),
(2049,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:09:37','2025-09-11 19:09:37'),
(2051,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:09:56','2025-09-11 19:09:56'),
(2053,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:10:06','2025-09-11 19:10:06'),
(2055,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:10:16','2025-09-11 19:10:16'),
(2057,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:10:32','2025-09-11 19:10:32'),
(2059,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:10:45','2025-09-11 19:10:45'),
(2061,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:11:04','2025-09-11 19:11:04'),
(2063,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:11:43','2025-09-11 19:11:43'),
(2065,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:11:57','2025-09-11 19:11:57'),
(2067,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:12:17','2025-09-11 19:12:17'),
(2069,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:12:28','2025-09-11 19:12:28'),
(2071,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:12:43','2025-09-11 19:12:43'),
(2073,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:12:57','2025-09-11 19:12:57'),
(2075,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:13:09','2025-09-11 19:13:09'),
(2077,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:13:20','2025-09-11 19:13:20'),
(2079,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:13:54','2025-09-11 19:13:54'),
(2081,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:14:08','2025-09-11 19:14:08'),
(2083,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:14:25','2025-09-11 19:14:25'),
(2085,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:14:55','2025-09-11 19:14:55'),
(2087,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:15:07','2025-09-11 19:15:07'),
(2089,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:15:25','2025-09-11 19:15:25'),
(2091,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:15:41','2025-09-11 19:15:41'),
(2093,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:15:48','2025-09-11 19:15:48'),
(2095,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:15:58','2025-09-11 19:15:58'),
(2097,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:16:11','2025-09-11 19:16:11'),
(2099,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:16:31','2025-09-11 19:16:31'),
(2102,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:16:56','2025-09-11 19:16:56'),
(2103,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:17:03','2025-09-11 19:17:03'),
(2105,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:17:31','2025-09-11 19:17:31'),
(2107,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:17:42','2025-09-11 19:17:42'),
(2109,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:17:58','2025-09-11 19:17:58'),
(2111,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:18:15','2025-09-11 19:18:15'),
(2113,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:18:25','2025-09-11 19:18:25'),
(2117,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:18:55','2025-09-11 19:18:55'),
(2119,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:19:07','2025-09-11 19:19:07'),
(2121,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:19:20','2025-09-11 19:19:20'),
(2123,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:19:37','2025-09-11 19:19:37'),
(2125,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:19:49','2025-09-11 19:19:49'),
(2127,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:19:59','2025-09-11 19:19:59'),
(2129,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:20:11','2025-09-11 19:20:11'),
(2131,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:20:35','2025-09-11 19:20:35'),
(2133,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:20:48','2025-09-11 19:20:48'),
(2135,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:20:57','2025-09-11 19:20:57'),
(2137,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:21:06','2025-09-11 19:21:06'),
(2139,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:21:17','2025-09-11 19:21:17'),
(2141,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:21:27','2025-09-11 19:21:27'),
(2143,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:21:37','2025-09-11 19:21:37'),
(2145,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:21:45','2025-09-11 19:21:45'),
(2147,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:21:55','2025-09-11 19:21:55'),
(2149,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:22:03','2025-09-11 19:22:03'),
(2152,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:22:43','2025-09-11 19:22:43'),
(2154,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:23:17','2025-09-11 19:23:17'),
(2156,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:23:27','2025-09-11 19:23:27'),
(2160,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:23:59','2025-09-11 19:23:59'),
(2162,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:24:30','2025-09-11 19:24:30'),
(2166,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:34:52','2025-09-11 19:34:52'),
(2170,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:35:10','2025-09-11 19:35:10'),
(2174,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:35:24','2025-09-11 19:35:24'),
(2176,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:35:30','2025-09-11 19:35:30'),
(2178,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:35:38','2025-09-11 19:35:38'),
(2180,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:35:45','2025-09-11 19:35:45'),
(2182,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:35:51','2025-09-11 19:35:51'),
(2184,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:35:58','2025-09-11 19:35:58'),
(2186,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:36:26','2025-09-11 19:36:26'),
(2188,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:36:38','2025-09-11 19:36:38'),
(2190,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:36:45','2025-09-11 19:36:45'),
(2192,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:36:53','2025-09-11 19:36:53'),
(2194,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:37:00','2025-09-11 19:37:00'),
(2196,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:37:09','2025-09-11 19:37:09'),
(2197,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:37:16','2025-09-11 19:37:16'),
(2199,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:37:24','2025-09-11 19:37:24'),
(2201,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:37:31','2025-09-11 19:37:31'),
(2203,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:37:38','2025-09-11 19:37:38'),
(2206,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 19:52:35','2025-09-11 19:52:35'),
(2208,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-09-11 20:12:38','2025-09-11 20:12:38'),
(2216,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:30:50','2025-09-11 20:30:50'),
(2218,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:31:02','2025-09-11 20:31:02'),
(2223,NULL,NULL,7694,10,3,'2025-04-18 18:13:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:29','2026-03-25 19:33:12'),
(2224,NULL,NULL,7694,10,3,'2025-04-18 18:14:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:29','2026-03-25 19:33:12'),
(2225,NULL,NULL,7694,10,3,'2025-04-18 18:15:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:29','2026-03-25 19:33:12'),
(2231,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:29','2025-09-11 20:39:29'),
(2232,NULL,NULL,2231,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:29','2025-09-11 20:39:29'),
(2233,NULL,NULL,2231,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:29','2025-09-11 20:39:29'),
(2236,NULL,NULL,3041,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:29','2026-03-25 19:34:30'),
(2240,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2241,NULL,NULL,2240,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2242,NULL,NULL,2240,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2243,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2244,NULL,NULL,2243,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2245,NULL,NULL,2243,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2246,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2247,NULL,NULL,2246,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2248,NULL,NULL,2246,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2249,NULL,NULL,2246,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2250,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2251,NULL,NULL,2250,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2252,NULL,NULL,2250,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2253,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2254,NULL,NULL,2253,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2255,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2256,NULL,NULL,2255,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2257,NULL,NULL,2255,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2258,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2259,NULL,NULL,2258,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2260,NULL,NULL,2258,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2261,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2262,NULL,NULL,2261,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2263,NULL,NULL,2261,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2264,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2265,NULL,NULL,2264,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2266,NULL,NULL,2264,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:30','2025-09-11 20:39:30'),
(2271,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2272,NULL,NULL,2271,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2273,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2274,NULL,NULL,2273,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2275,NULL,NULL,2273,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2276,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2277,NULL,NULL,2276,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2278,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2279,NULL,NULL,2278,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2280,NULL,NULL,2278,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2281,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2282,NULL,NULL,2281,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2283,NULL,NULL,2281,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2284,NULL,NULL,2281,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2285,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2286,NULL,NULL,2285,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2287,NULL,NULL,2285,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2288,NULL,NULL,2285,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2289,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2290,NULL,NULL,2289,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2291,NULL,NULL,2289,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2292,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2293,NULL,NULL,2292,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2294,NULL,NULL,2292,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2295,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2296,NULL,NULL,2295,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2297,NULL,NULL,2295,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:31','2025-09-11 20:39:31'),
(2298,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2299,NULL,NULL,2298,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2300,NULL,NULL,2298,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2301,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2302,NULL,NULL,2301,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2303,NULL,NULL,2301,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2304,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2305,NULL,NULL,2304,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2306,NULL,NULL,2304,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2307,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2308,NULL,NULL,2307,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2309,NULL,NULL,2307,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2310,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2311,NULL,NULL,2310,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2312,NULL,NULL,2310,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2313,NULL,NULL,2310,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2314,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2315,NULL,NULL,2314,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2316,NULL,NULL,2314,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2317,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2318,NULL,NULL,2317,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2319,NULL,NULL,2317,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2320,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2321,NULL,NULL,2320,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2322,NULL,NULL,2320,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2323,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2324,NULL,NULL,2323,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2325,NULL,NULL,2323,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2326,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2327,NULL,NULL,2326,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2328,NULL,NULL,2326,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:32','2025-09-11 20:39:32'),
(2329,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2330,NULL,NULL,2329,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2331,NULL,NULL,2329,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2332,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2333,NULL,NULL,2332,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2334,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2335,NULL,NULL,2334,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2336,NULL,NULL,2334,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2337,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2338,NULL,NULL,2337,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2339,NULL,NULL,2337,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2343,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2344,NULL,NULL,2343,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2345,NULL,NULL,2343,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2346,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2347,NULL,NULL,2346,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2348,NULL,NULL,2346,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2349,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2350,NULL,NULL,2349,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2351,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2352,NULL,NULL,2351,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2353,NULL,NULL,2351,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2354,NULL,NULL,2351,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2355,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2356,NULL,NULL,2355,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2357,NULL,NULL,2355,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:33','2025-09-11 20:39:33'),
(2358,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2359,NULL,NULL,2358,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2360,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2361,NULL,NULL,2360,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2362,NULL,NULL,2360,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2363,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2364,NULL,NULL,2363,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2365,NULL,NULL,2363,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2366,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2367,NULL,NULL,2366,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2368,NULL,NULL,2366,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2369,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2370,NULL,NULL,2369,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2371,NULL,NULL,2369,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2372,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2373,NULL,NULL,2372,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2374,NULL,NULL,2372,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2375,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2376,NULL,NULL,2375,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2377,NULL,NULL,2375,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2381,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2382,NULL,NULL,2381,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2383,NULL,NULL,2381,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2384,NULL,NULL,2381,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:34','2025-09-11 20:39:34'),
(2385,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2386,NULL,NULL,2385,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2387,NULL,NULL,2385,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2388,NULL,NULL,2385,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2389,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2390,NULL,NULL,2389,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2391,NULL,NULL,2389,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2392,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2393,NULL,NULL,2392,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2394,NULL,NULL,2392,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2395,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2396,NULL,NULL,2395,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2397,NULL,NULL,2395,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2398,NULL,NULL,2395,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2399,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2400,NULL,NULL,2399,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2401,NULL,NULL,2399,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2402,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2403,NULL,NULL,2402,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2404,NULL,NULL,2402,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2405,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2406,NULL,NULL,2405,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2407,NULL,NULL,2405,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2408,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2409,NULL,NULL,2408,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2410,NULL,NULL,2408,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2411,NULL,NULL,2408,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2412,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2413,NULL,NULL,2412,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2414,NULL,NULL,2412,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:35','2025-09-11 20:39:35'),
(2415,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2416,NULL,NULL,2415,55,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2417,NULL,NULL,2415,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2418,NULL,NULL,2415,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2419,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2420,NULL,NULL,2419,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2421,NULL,NULL,2419,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2422,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2423,NULL,NULL,2422,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2424,NULL,NULL,2422,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2425,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2426,NULL,NULL,2425,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2428,NULL,NULL,2641,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2026-03-25 19:51:40'),
(2429,NULL,NULL,2641,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2026-03-25 19:51:40'),
(2430,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2431,NULL,NULL,2430,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2432,NULL,NULL,2430,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2433,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2434,NULL,NULL,2433,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2435,NULL,NULL,2433,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2436,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2437,NULL,NULL,2436,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2438,NULL,NULL,2436,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2439,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2440,NULL,NULL,2439,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2441,NULL,NULL,2439,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2442,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2443,NULL,NULL,2442,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2444,NULL,NULL,2442,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:36','2025-09-11 20:39:36'),
(2445,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2446,NULL,NULL,2445,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2447,NULL,NULL,2445,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2448,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2449,NULL,NULL,2448,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2450,NULL,NULL,2448,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2451,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2452,NULL,NULL,2451,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2453,NULL,NULL,2451,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2454,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2455,NULL,NULL,2454,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2456,NULL,NULL,2454,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2457,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2458,NULL,NULL,2457,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2459,NULL,NULL,2457,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2460,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2461,NULL,NULL,2460,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2462,NULL,NULL,2460,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2463,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2464,NULL,NULL,2463,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2465,NULL,NULL,2463,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2466,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2467,NULL,NULL,2466,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2468,NULL,NULL,2466,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2469,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2470,NULL,NULL,2469,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2471,NULL,NULL,2469,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:37','2025-09-11 20:39:37'),
(2472,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2473,NULL,NULL,2472,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2474,NULL,NULL,2472,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2475,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2476,NULL,NULL,2475,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2477,NULL,NULL,2475,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2478,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2479,NULL,NULL,2478,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2480,NULL,NULL,2478,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2481,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2482,NULL,NULL,2481,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2483,NULL,NULL,2481,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2484,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2485,NULL,NULL,2484,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2486,NULL,NULL,2484,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2487,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2488,NULL,NULL,2487,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2489,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2490,NULL,NULL,2489,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2025-09-11 20:39:38'),
(2492,NULL,NULL,2852,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-11 20:39:38','2026-03-25 19:02:32'),
(2501,NULL,NULL,7694,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-09-17 19:37:16','2026-03-25 19:33:13'),
(2518,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-19 16:58:18','2025-09-19 16:58:18'),
(2519,4,NULL,NULL,NULL,8,'2025-04-19 17:27:00',NULL,'live',NULL,NULL,'2025-09-19 17:25:28','2025-09-19 18:52:27'),
(2520,4,NULL,NULL,NULL,8,'2025-09-19 17:27:00',NULL,'live',NULL,NULL,'2025-09-19 17:27:09','2025-09-19 17:27:09'),
(2522,4,NULL,NULL,NULL,8,'2025-09-19 17:27:00',NULL,'live',NULL,NULL,'2025-09-19 17:27:31','2025-09-19 17:27:31'),
(2523,4,NULL,NULL,NULL,8,'2025-05-19 17:29:00',NULL,'live',NULL,NULL,'2025-09-19 17:28:47','2025-09-19 18:52:18'),
(2524,4,NULL,NULL,NULL,8,'2025-09-19 17:29:00',NULL,'live',NULL,NULL,'2025-09-19 17:29:12','2025-09-19 17:29:12'),
(2526,4,NULL,NULL,NULL,8,'2025-09-19 17:29:00',NULL,'live',NULL,NULL,'2025-09-19 17:29:35','2025-09-19 17:29:35'),
(2527,4,NULL,NULL,NULL,8,'2025-06-19 17:31:00',NULL,'live',NULL,NULL,'2025-09-19 17:30:10','2025-09-19 18:52:10'),
(2528,4,NULL,NULL,NULL,8,'2025-09-19 17:31:00',NULL,'live',NULL,NULL,'2025-09-19 17:31:21','2025-09-19 17:31:21'),
(2530,4,NULL,NULL,NULL,8,'2025-09-19 17:31:00',NULL,'live',NULL,NULL,'2025-09-19 17:31:59','2025-09-19 17:31:59'),
(2531,4,NULL,NULL,NULL,8,'2025-07-19 17:33:00',NULL,'live',NULL,NULL,'2025-09-19 17:32:19','2025-09-19 18:51:56'),
(2532,4,NULL,NULL,NULL,8,'2025-09-19 17:33:00',NULL,'live',NULL,NULL,'2025-09-19 17:33:26','2025-09-19 17:33:26'),
(2534,4,NULL,NULL,NULL,8,'2025-09-19 17:33:00',NULL,'live',NULL,NULL,'2025-09-19 17:34:50','2025-09-19 17:34:50'),
(2535,4,NULL,NULL,NULL,8,'2025-08-19 17:35:00',NULL,'live',NULL,NULL,'2025-09-19 17:34:52','2025-09-19 18:51:46'),
(2536,4,NULL,NULL,NULL,8,'2025-09-19 17:35:00',NULL,'live',NULL,NULL,'2025-09-19 17:35:50','2025-09-19 17:35:50'),
(2537,4,NULL,NULL,NULL,8,'2025-09-01 17:38:00',NULL,'live',NULL,NULL,'2025-09-19 17:37:12','2025-09-19 18:53:35'),
(2538,4,NULL,NULL,NULL,8,'2025-09-19 17:38:00',NULL,'live',NULL,NULL,'2025-09-19 17:38:19','2025-09-19 17:38:19'),
(2540,4,NULL,NULL,NULL,8,'2025-09-19 17:35:00',NULL,'live',NULL,NULL,'2025-09-19 17:38:52','2025-09-19 17:38:52'),
(2542,4,NULL,NULL,NULL,8,'2025-09-19 17:38:00',NULL,'live',NULL,NULL,'2025-09-19 17:40:18','2025-09-19 17:40:18'),
(2544,4,NULL,NULL,NULL,8,'2025-09-19 17:35:00',NULL,'live',NULL,NULL,'2025-09-19 17:40:24','2025-09-19 17:40:24'),
(2546,4,NULL,NULL,NULL,8,'2025-09-19 17:33:00',NULL,'live',NULL,NULL,'2025-09-19 17:40:31','2025-09-19 17:40:31'),
(2548,4,NULL,NULL,NULL,8,'2025-09-19 17:31:00',NULL,'live',NULL,NULL,'2025-09-19 17:40:36','2025-09-19 17:40:36'),
(2550,4,NULL,NULL,NULL,8,'2025-09-19 17:29:00',NULL,'live',NULL,NULL,'2025-09-19 17:40:43','2025-09-19 17:40:43'),
(2552,4,NULL,NULL,NULL,8,'2025-09-19 17:27:00',NULL,'live',NULL,NULL,'2025-09-19 17:40:50','2025-09-19 17:40:50'),
(2553,10,NULL,NULL,NULL,11,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:07','2025-09-19 18:50:13'),
(2554,10,NULL,NULL,NULL,11,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:13','2025-09-19 18:50:13'),
(2555,10,NULL,NULL,NULL,11,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:13','2025-09-19 18:50:15'),
(2556,10,NULL,NULL,NULL,11,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:15','2025-09-19 18:50:15'),
(2557,10,NULL,NULL,NULL,11,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:15','2025-09-19 18:50:18'),
(2558,10,NULL,NULL,NULL,11,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:18','2025-09-19 18:50:18'),
(2559,10,NULL,NULL,NULL,11,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:18','2025-09-19 18:50:27'),
(2560,10,NULL,NULL,NULL,11,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:27','2025-09-19 18:50:27'),
(2561,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:37','2025-09-19 18:50:45'),
(2562,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:45','2025-09-19 18:50:45'),
(2563,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:45','2025-09-19 18:50:48'),
(2564,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:48','2025-09-19 18:50:48'),
(2565,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:48','2025-09-19 18:50:50'),
(2566,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:50','2025-09-19 18:50:50'),
(2567,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:50','2025-09-19 18:50:52'),
(2568,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:52','2025-09-19 18:50:52'),
(2569,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:52','2025-09-19 18:50:55'),
(2570,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:55','2025-09-19 18:50:55'),
(2571,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:55','2025-09-19 18:50:59'),
(2572,11,NULL,NULL,NULL,12,'2025-09-19 18:50:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:59','2025-09-19 18:50:59'),
(2573,11,NULL,NULL,NULL,12,'2025-09-19 18:51:00',NULL,'live',NULL,NULL,'2025-09-19 18:50:59','2025-09-19 18:51:03'),
(2574,11,NULL,NULL,NULL,12,'2025-09-19 18:51:00',NULL,'live',NULL,NULL,'2025-09-19 18:51:03','2025-09-19 18:51:03'),
(2575,11,NULL,NULL,NULL,12,'2025-09-19 18:51:00',NULL,'live',NULL,NULL,'2025-09-19 18:51:06','2025-09-19 18:51:06'),
(2576,11,NULL,NULL,NULL,12,'2025-09-19 18:51:00',NULL,'live',NULL,NULL,'2025-09-19 18:51:06','2025-09-19 18:51:09'),
(2577,11,NULL,NULL,NULL,12,'2025-09-19 18:51:00',NULL,'live',NULL,NULL,'2025-09-19 18:51:09','2025-09-19 18:51:09'),
(2579,4,NULL,NULL,NULL,8,'2025-09-19 17:38:00',NULL,'live',NULL,NULL,'2025-09-19 18:51:30','2025-09-19 18:51:30'),
(2581,4,NULL,NULL,NULL,8,'2025-08-19 17:35:00',NULL,'live',NULL,NULL,'2025-09-19 18:51:46','2025-09-19 18:51:46'),
(2583,4,NULL,NULL,NULL,8,'2025-07-19 17:33:00',NULL,'live',NULL,NULL,'2025-09-19 18:51:56','2025-09-19 18:51:56'),
(2585,4,NULL,NULL,NULL,8,'2025-06-19 17:31:00',NULL,'live',NULL,NULL,'2025-09-19 18:52:10','2025-09-19 18:52:10'),
(2587,4,NULL,NULL,NULL,8,'2025-05-19 17:29:00',NULL,'live',NULL,NULL,'2025-09-19 18:52:18','2025-09-19 18:52:18'),
(2589,4,NULL,NULL,NULL,8,'2025-04-19 17:27:00',NULL,'live',NULL,NULL,'2025-09-19 18:52:27','2025-09-19 18:52:27'),
(2590,4,NULL,NULL,NULL,8,'2025-09-19 18:53:00',NULL,'live',NULL,NULL,'2025-09-19 18:52:38','2025-09-19 18:53:29'),
(2591,4,NULL,NULL,NULL,8,'2025-09-19 18:53:00',NULL,'live',NULL,NULL,'2025-09-19 18:53:29','2025-09-19 18:53:29'),
(2592,4,NULL,NULL,NULL,8,'2025-09-01 17:38:00',NULL,'live',NULL,NULL,'2025-09-19 18:53:35','2025-09-19 18:53:35'),
(2595,4,NULL,NULL,NULL,8,'2025-09-19 18:53:00',NULL,'live',NULL,NULL,'2025-09-19 18:57:59','2025-09-19 18:57:59'),
(2596,12,NULL,NULL,NULL,13,'2025-09-19 19:06:00',NULL,'live',NULL,NULL,'2025-09-19 19:05:39','2025-09-19 19:06:52'),
(2597,12,NULL,NULL,NULL,13,'2025-09-19 19:06:00',NULL,'live',NULL,NULL,'2025-09-19 19:06:52','2025-09-19 19:06:52'),
(2598,12,NULL,NULL,NULL,13,'2025-09-19 19:06:00',NULL,'live',NULL,NULL,'2025-09-19 19:06:52','2025-09-19 19:06:57'),
(2599,12,NULL,NULL,NULL,13,'2025-09-19 19:06:00',NULL,'live',NULL,NULL,'2025-09-19 19:06:57','2025-09-19 19:06:57'),
(2600,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:06:57','2025-09-19 19:07:03'),
(2601,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:03','2025-09-19 19:07:03'),
(2602,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:03','2025-09-19 19:07:09'),
(2603,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:09','2025-09-19 19:07:09'),
(2604,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:09','2025-09-19 19:07:13'),
(2605,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:13','2025-09-19 19:07:13'),
(2606,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:13','2025-09-19 19:07:17'),
(2607,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:17','2025-09-19 19:07:17'),
(2608,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:17','2025-09-19 19:07:23'),
(2609,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:23','2025-09-19 19:07:23'),
(2610,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:23','2025-09-19 19:07:27'),
(2611,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:27','2025-09-19 19:07:27'),
(2612,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:27','2025-09-19 19:07:36'),
(2613,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:36','2025-09-19 19:07:36'),
(2614,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:36','2025-09-19 19:07:44'),
(2615,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:44','2025-09-19 19:07:44'),
(2618,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:47','2025-09-19 19:07:49'),
(2619,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:49','2025-09-19 19:07:49'),
(2622,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:53','2025-09-19 19:07:55'),
(2623,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:55','2025-09-19 19:07:55'),
(2624,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:55','2025-09-19 19:07:59'),
(2625,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-19 19:07:59','2025-09-19 19:07:59'),
(2629,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-19 19:10:48','2025-09-19 19:10:48'),
(2631,4,NULL,NULL,NULL,8,'2025-09-19 18:53:00',NULL,'live',NULL,NULL,'2025-09-19 19:15:03','2025-09-19 19:15:03'),
(2633,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-09-19 19:22:04','2025-09-19 19:22:04'),
(2635,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 17:36:50','2025-09-22 17:36:50'),
(2640,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:03:22','2025-09-22 18:03:22'),
(2641,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:03:40','2025-09-22 18:03:40'),
(2643,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:04:13','2025-09-22 18:04:13'),
(2645,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:04:46','2025-09-22 18:04:46'),
(2647,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:04:56','2025-09-22 18:04:56'),
(2649,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:05:05','2025-09-22 18:05:05'),
(2651,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:05:37','2025-09-22 18:05:37'),
(2653,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:06:29','2025-09-22 18:06:29'),
(2655,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:06:50','2025-09-22 18:06:50'),
(2657,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:07:16','2025-09-22 18:07:16'),
(2659,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:08:00','2025-09-22 18:08:00'),
(2661,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:08:33','2025-09-22 18:08:33'),
(2663,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:08:56','2025-09-22 18:08:56'),
(2665,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:09:23','2025-09-22 18:09:23'),
(2667,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:09:38','2025-09-22 18:09:38'),
(2669,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:09:54','2025-09-22 18:09:54'),
(2671,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:10:03','2025-09-22 18:10:03'),
(2673,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:10:11','2025-09-22 18:10:11'),
(2675,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:10:30','2025-09-22 18:10:30'),
(2678,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:10:48','2025-09-22 18:10:48'),
(2680,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:11:25','2025-09-22 18:11:25'),
(2682,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:11:35','2025-09-22 18:11:35'),
(2684,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:11:49','2025-09-22 18:11:49'),
(2686,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:12:03','2025-09-22 18:12:03'),
(2689,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:12:28','2025-09-22 18:12:28'),
(2691,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:13:02','2025-09-22 18:13:02'),
(2693,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:18:15','2025-09-22 18:18:15'),
(2695,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:20:10','2025-09-22 18:20:10'),
(2697,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:20:33','2025-09-22 18:20:33'),
(2698,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:20:52','2025-09-22 18:20:52'),
(2699,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:21:16','2025-09-22 18:21:16'),
(2701,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:21:35','2025-09-22 18:21:35'),
(2703,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:22:06','2025-09-22 18:22:06'),
(2705,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:22:29','2025-09-22 18:22:29'),
(2707,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:22:45','2025-09-22 18:22:45'),
(2709,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:23:02','2025-09-22 18:23:02'),
(2711,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:23:24','2025-09-22 18:23:24'),
(2712,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2025-09-22 18:31:54','2025-09-22 18:33:07'),
(2713,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2025-09-22 18:33:07','2025-09-22 18:33:07'),
(2716,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2025-09-22 18:33:47','2025-09-22 18:33:47'),
(2719,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2025-09-22 18:33:59','2025-09-22 18:33:59'),
(2720,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2025-09-22 18:34:20','2025-09-22 18:35:27'),
(2721,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2025-09-22 18:35:27','2025-09-22 18:35:27'),
(2723,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2025-09-22 18:35:58','2025-09-22 18:35:58'),
(2725,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2025-09-22 18:36:12','2025-09-22 18:36:12'),
(2727,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2025-09-22 18:36:20','2025-09-22 18:36:20'),
(2729,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2025-09-22 18:36:55','2025-09-22 18:36:55'),
(2732,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:42:30','2025-09-22 18:42:30'),
(2733,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-22 18:42:35','2025-09-22 18:42:35'),
(2742,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-22 20:40:59','2025-09-22 20:40:59'),
(2743,NULL,NULL,2,10,3,'2025-09-22 20:38:00',NULL,'live',NULL,NULL,'2025-09-22 20:41:13','2025-09-22 20:41:13'),
(2744,NULL,NULL,2,10,3,'2025-09-22 20:39:00',NULL,'live',NULL,NULL,'2025-09-22 20:41:13','2025-09-22 20:41:13'),
(2746,NULL,NULL,7694,10,3,'2025-09-22 20:38:00',NULL,'live',NULL,NULL,'2025-09-22 20:41:13','2026-03-25 19:33:12'),
(2747,NULL,NULL,7694,10,3,'2025-09-22 20:39:00',NULL,'live',NULL,NULL,'2025-09-22 20:41:13','2026-03-25 19:33:12'),
(2750,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-09-22 20:45:52','2025-09-22 20:45:52'),
(2751,7,NULL,NULL,NULL,6,'2025-08-20 21:58:00',NULL,'live',NULL,NULL,'2025-09-23 20:24:58','2025-09-23 20:24:58'),
(2753,7,NULL,NULL,NULL,6,'2025-08-20 21:58:00',NULL,'live',NULL,NULL,'2025-09-23 20:25:08','2025-09-23 20:25:08'),
(2754,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 20:25:25','2025-09-23 20:25:25'),
(2756,7,NULL,NULL,NULL,6,'2025-08-20 21:58:00',NULL,'live',NULL,NULL,'2025-09-23 20:25:31','2025-09-23 20:25:31'),
(2758,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 20:25:37','2025-09-23 20:25:37'),
(2760,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 20:25:47','2025-09-23 20:25:47'),
(2761,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 20:25:55','2025-09-23 20:25:55'),
(2763,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-09-23 20:26:04','2025-09-23 20:26:04'),
(2764,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-09-23 20:26:11','2025-09-23 20:26:11'),
(2766,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-09-23 20:26:19','2025-09-23 20:26:19'),
(2768,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-09-23 20:26:26','2025-09-23 20:26:26'),
(2769,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-09-23 20:26:34','2025-09-23 20:26:34'),
(2770,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2025-09-23 20:26:42','2025-09-23 20:26:42'),
(2772,7,NULL,NULL,NULL,6,'2025-08-20 22:01:00',NULL,'live',NULL,NULL,'2025-09-23 20:26:54','2025-09-23 20:26:54'),
(2774,7,NULL,NULL,NULL,6,'2025-08-20 22:01:00',NULL,'live',NULL,NULL,'2025-09-23 20:27:03','2025-09-23 20:27:03'),
(2775,7,NULL,NULL,NULL,6,'2025-08-20 22:01:00',NULL,'live',NULL,NULL,'2025-09-23 20:27:13','2025-09-23 20:27:13'),
(2776,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-09-23 20:27:28','2025-09-23 20:27:28'),
(2778,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-09-23 20:29:02','2025-09-23 20:29:02'),
(2780,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-09-23 20:29:09','2025-09-23 20:29:09'),
(2781,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-09-23 20:29:17','2025-09-23 20:29:17'),
(2782,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-09-23 20:29:24','2025-09-23 20:29:24'),
(2784,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-09-23 20:29:38','2025-09-23 20:29:38'),
(2785,NULL,NULL,554,65,14,'2025-09-23 20:43:00',NULL,'live',NULL,NULL,'2025-09-23 20:43:42','2025-09-23 20:43:48'),
(2786,NULL,NULL,554,65,14,'2025-09-23 20:43:00',NULL,'live',NULL,NULL,'2025-09-23 20:43:49','2025-09-23 20:43:53'),
(2787,NULL,NULL,554,65,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2025-09-23 20:43:54','2025-09-23 20:44:13'),
(2791,NULL,NULL,2,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2025-09-23 20:45:18','2025-09-23 20:45:18'),
(2793,NULL,NULL,2,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2025-09-23 20:45:18','2025-09-23 20:45:18'),
(2802,7,NULL,NULL,NULL,6,'2025-08-20 21:58:00',NULL,'live',NULL,NULL,'2025-09-23 21:13:19','2025-09-23 21:13:19'),
(2805,7,NULL,NULL,NULL,6,'2025-08-20 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 21:13:37','2025-09-23 21:13:37'),
(2808,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-09-23 21:13:43','2025-09-23 21:13:43'),
(2811,7,NULL,NULL,NULL,6,'2025-08-20 22:02:00',NULL,'live',NULL,NULL,'2025-09-23 21:13:50','2025-09-23 21:13:50'),
(2812,NULL,NULL,554,70,3,'2025-09-23 21:56:00',NULL,'live',NULL,NULL,'2025-09-23 21:56:15','2025-09-23 21:56:42'),
(2813,NULL,NULL,554,70,3,'2025-09-23 21:56:00',NULL,'live',NULL,NULL,'2025-09-23 21:56:43','2025-09-23 21:56:57'),
(2814,NULL,NULL,554,70,3,'2025-09-23 21:57:00',NULL,'live',NULL,NULL,'2025-09-23 21:57:02','2025-09-23 21:57:09'),
(2815,NULL,NULL,554,70,3,'2025-09-23 21:57:00',NULL,'live',NULL,NULL,'2025-09-23 21:57:13','2025-09-23 21:57:19'),
(2816,NULL,NULL,554,70,3,'2025-09-23 21:57:00',NULL,'live',NULL,NULL,'2025-09-23 21:57:23','2025-09-23 21:57:28'),
(2817,NULL,NULL,554,70,3,'2025-09-23 21:57:00',NULL,'live',NULL,NULL,'2025-09-23 21:57:32','2025-09-23 21:57:37'),
(2825,NULL,NULL,2,56,3,'2025-09-23 21:58:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2025-09-23 21:59:36'),
(2826,NULL,NULL,2,56,3,'2025-09-23 21:58:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2025-09-23 21:59:36'),
(2827,NULL,NULL,2,56,3,'2025-09-23 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2025-09-23 21:59:36'),
(2828,NULL,NULL,2,56,3,'2025-09-23 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2025-09-23 21:59:36'),
(2829,NULL,NULL,2,56,3,'2025-09-23 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2025-09-23 21:59:36'),
(2830,NULL,NULL,2,56,3,'2025-09-23 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2025-09-23 21:59:36'),
(2832,NULL,NULL,7694,56,3,'2025-09-23 21:58:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2026-03-25 19:33:13'),
(2833,NULL,NULL,7694,56,3,'2025-09-23 21:58:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2026-03-25 19:33:13'),
(2834,NULL,NULL,7694,56,3,'2025-09-23 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2026-03-25 19:33:13'),
(2835,NULL,NULL,7694,56,3,'2025-09-23 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2026-03-25 19:33:13'),
(2836,NULL,NULL,7694,56,3,'2025-09-23 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2026-03-25 19:33:13'),
(2837,NULL,NULL,7694,56,3,'2025-09-23 21:59:00',NULL,'live',NULL,NULL,'2025-09-23 21:59:36','2026-03-25 19:33:13'),
(2848,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-24 15:56:11','2025-09-24 15:56:11'),
(2850,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2025-09-24 16:01:26','2025-09-24 16:01:26'),
(2852,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-24 16:04:13','2025-09-24 16:04:13'),
(2860,4,NULL,NULL,NULL,8,'2025-09-01 17:38:00',NULL,'live',NULL,NULL,'2025-09-24 17:19:33','2025-09-24 17:19:33'),
(2862,4,NULL,NULL,NULL,8,'2025-08-19 17:35:00',NULL,'live',NULL,NULL,'2025-09-24 17:19:43','2025-09-24 17:19:43'),
(2864,4,NULL,NULL,NULL,8,'2025-09-01 17:38:00',NULL,'live',NULL,NULL,'2025-09-24 17:19:53','2025-09-24 17:19:53'),
(2866,4,NULL,NULL,NULL,8,'2025-06-19 17:31:00',NULL,'live',NULL,NULL,'2025-09-24 17:20:14','2025-09-24 17:20:14'),
(2868,4,NULL,NULL,NULL,8,'2025-05-19 17:29:00',NULL,'live',NULL,NULL,'2025-09-24 17:20:23','2025-09-24 17:20:23'),
(2876,4,NULL,NULL,NULL,8,'2025-07-19 17:33:00',NULL,'live',NULL,NULL,'2025-09-24 18:45:18','2025-09-24 18:45:18'),
(2879,4,NULL,NULL,NULL,8,'2025-04-19 17:27:00',NULL,'live',NULL,NULL,'2025-09-24 19:41:47','2025-09-24 19:41:47'),
(2880,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-09-24 23:06:33','2025-09-24 23:07:59'),
(2881,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-09-24 23:07:59','2025-09-24 23:07:59'),
(2891,8,NULL,NULL,NULL,6,'2025-09-26 17:59:00',NULL,'live',NULL,NULL,'2025-09-26 17:59:45','2025-09-26 17:59:52'),
(2892,8,NULL,NULL,NULL,6,'2025-09-26 17:59:00',NULL,'live',NULL,NULL,'2025-09-26 17:59:52','2025-09-26 17:59:52'),
(2909,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-09-29 18:59:03','2025-09-29 18:59:03'),
(2910,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-09-29 18:59:42','2025-09-29 18:59:42'),
(2911,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-09-29 18:59:42','2025-09-29 18:59:42'),
(2912,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-09-29 18:59:42','2025-09-29 18:59:42'),
(2913,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-09-29 18:59:42','2025-09-29 18:59:42'),
(2914,3,NULL,NULL,NULL,7,'2025-04-18 18:39:00',NULL,'live',NULL,NULL,'2025-09-29 18:59:42','2025-09-29 18:59:42'),
(2915,3,NULL,NULL,NULL,7,'2025-04-18 18:39:00',NULL,'live',NULL,NULL,'2025-09-29 18:59:42','2025-09-29 18:59:42'),
(2916,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-09-29 18:59:42','2025-09-29 18:59:42'),
(2917,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-09-29 18:59:42','2025-09-29 18:59:42'),
(2918,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-09-29 18:59:42','2025-09-29 18:59:42'),
(2925,8,NULL,NULL,NULL,6,'2025-09-26 17:59:00',NULL,'live',NULL,NULL,'2025-09-29 19:09:02','2025-09-29 19:09:02'),
(2929,4,NULL,NULL,NULL,8,'2025-07-19 17:33:00',NULL,'live',NULL,NULL,'2025-09-30 19:28:07','2025-09-30 19:28:07'),
(2939,NULL,NULL,7694,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2025-09-30 22:41:39','2026-03-25 19:33:13'),
(2945,NULL,NULL,2,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2025-09-30 22:45:18','2025-09-30 22:45:18'),
(2952,NULL,NULL,7694,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2025-09-30 22:45:57','2026-03-25 19:33:13'),
(2956,NULL,NULL,7694,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2025-09-30 22:46:11','2026-03-25 19:33:13'),
(2959,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-10-03 20:24:31','2025-10-03 20:24:31'),
(2961,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2025-10-03 20:24:40','2025-10-03 20:24:40'),
(2963,9,NULL,NULL,NULL,5,'2025-09-03 21:56:00',NULL,'live',NULL,NULL,'2025-10-03 20:24:49','2025-10-03 20:24:49'),
(2965,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-06 16:09:49','2025-10-06 16:09:49'),
(2966,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2025-10-06 16:09:59','2025-10-06 16:09:59'),
(2969,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2025-10-06 17:45:32','2025-10-06 17:46:02'),
(2971,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2025-10-06 17:46:02','2025-10-06 17:46:02'),
(2972,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2025-10-06 17:46:14','2025-10-06 17:46:44'),
(2973,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2025-10-06 17:46:44','2025-10-06 17:46:44'),
(2974,9,NULL,NULL,NULL,5,'2025-10-06 17:47:00',NULL,'live',NULL,NULL,'2025-10-06 17:46:46','2025-10-06 17:47:00'),
(2975,9,NULL,NULL,NULL,5,'2025-10-06 17:47:00',NULL,'live',NULL,NULL,'2025-10-06 17:47:00','2025-10-06 17:47:00'),
(2976,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2025-10-06 17:47:25','2025-10-06 17:47:25'),
(2977,9,NULL,NULL,NULL,5,'2025-10-06 17:47:00',NULL,'live',NULL,NULL,'2025-10-06 17:47:42','2025-10-06 17:47:42'),
(2983,NULL,NULL,945,10,3,'2025-10-06 17:48:00',NULL,'live',NULL,NULL,'2025-10-06 17:50:00','2025-10-06 17:50:00'),
(2984,NULL,NULL,945,10,3,'2025-10-06 17:48:00',NULL,'live',NULL,NULL,'2025-10-06 17:50:00','2025-10-06 17:50:00'),
(2985,NULL,NULL,945,10,3,'2025-10-06 17:49:00',NULL,'live',NULL,NULL,'2025-10-06 17:50:00','2025-10-06 17:50:00'),
(2986,NULL,NULL,945,10,3,'2025-10-06 17:49:00',NULL,'live',NULL,NULL,'2025-10-06 17:50:00','2025-10-06 17:50:00'),
(2987,NULL,NULL,945,10,3,'2025-10-06 17:49:00',NULL,'live',NULL,NULL,'2025-10-06 17:50:00','2025-10-06 17:50:00'),
(2989,NULL,NULL,9882,10,3,'2025-10-06 17:48:00',NULL,'live',NULL,NULL,'2025-10-06 17:50:00','2026-03-25 19:33:51'),
(2990,NULL,NULL,9882,10,3,'2025-10-06 17:48:00',NULL,'live',NULL,NULL,'2025-10-06 17:50:00','2026-03-25 19:33:51'),
(2991,NULL,NULL,9882,10,3,'2025-10-06 17:49:00',NULL,'live',NULL,NULL,'2025-10-06 17:50:00','2026-03-25 19:33:51'),
(2992,NULL,NULL,9882,10,3,'2025-10-06 17:49:00',NULL,'live',NULL,NULL,'2025-10-06 17:50:00','2026-03-25 19:33:51'),
(2993,NULL,NULL,9882,10,3,'2025-10-06 17:49:00',NULL,'live',NULL,NULL,'2025-10-06 17:50:00','2026-03-25 19:33:51'),
(2999,NULL,NULL,945,56,3,'2025-10-06 17:51:00',NULL,'live',NULL,NULL,'2025-10-06 17:51:32','2025-10-06 17:51:32'),
(3000,NULL,NULL,945,56,3,'2025-10-06 17:51:00',NULL,'live',NULL,NULL,'2025-10-06 17:51:32','2025-10-06 17:51:32'),
(3002,NULL,NULL,9882,56,3,'2025-10-06 17:51:00',NULL,'live',NULL,NULL,'2025-10-06 17:51:32','2026-03-25 19:33:51'),
(3003,NULL,NULL,9882,56,3,'2025-10-06 17:51:00',NULL,'live',NULL,NULL,'2025-10-06 17:51:32','2026-03-25 19:33:51'),
(3014,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2025-10-08 18:21:43','2025-10-08 18:21:43'),
(3027,9,NULL,NULL,NULL,5,'2025-10-08 18:36:00',NULL,'live',NULL,NULL,'2025-10-08 18:35:57','2025-10-08 18:36:16'),
(3028,9,NULL,NULL,NULL,5,'2025-10-08 18:36:00',NULL,'live',NULL,NULL,'2025-10-08 18:36:16','2025-10-08 18:36:16'),
(3036,NULL,NULL,957,10,3,'2025-10-08 18:37:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3037,NULL,NULL,957,10,3,'2025-10-08 18:37:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3038,NULL,NULL,957,10,3,'2025-10-08 18:37:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3039,NULL,NULL,957,10,3,'2025-10-08 18:38:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3040,NULL,NULL,957,10,3,'2025-10-08 18:38:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3041,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3042,NULL,NULL,3041,10,3,'2025-10-08 18:37:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3043,NULL,NULL,3041,10,3,'2025-10-08 18:37:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3044,NULL,NULL,3041,10,3,'2025-10-08 18:37:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3045,NULL,NULL,3041,10,3,'2025-10-08 18:38:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3046,NULL,NULL,3041,10,3,'2025-10-08 18:38:00',NULL,'live',NULL,NULL,'2025-10-08 18:39:34','2025-10-08 18:39:34'),
(3051,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 18:43:12','2025-10-08 18:43:12'),
(3052,NULL,NULL,3051,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 18:43:12','2025-10-08 18:43:12'),
(3053,NULL,NULL,3051,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 18:43:12','2025-10-08 18:43:12'),
(3055,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 18:43:42','2025-10-08 18:43:42'),
(3066,NULL,NULL,963,10,3,'2025-10-08 18:47:00',NULL,'live',NULL,NULL,'2025-10-08 18:48:30','2025-10-08 18:48:30'),
(3067,NULL,NULL,963,10,3,'2025-10-08 18:47:00',NULL,'live',NULL,NULL,'2025-10-08 18:48:30','2025-10-08 18:48:30'),
(3068,NULL,NULL,963,10,3,'2025-10-08 18:47:00',NULL,'live',NULL,NULL,'2025-10-08 18:48:30','2025-10-08 18:48:30'),
(3069,NULL,NULL,963,10,3,'2025-10-08 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 18:48:30','2025-10-08 18:48:30'),
(3070,NULL,NULL,963,10,3,'2025-10-08 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 18:48:30','2025-10-08 18:48:30'),
(3072,NULL,NULL,7756,10,3,'2025-10-08 18:47:00',NULL,'live',NULL,NULL,'2025-10-08 18:48:30','2026-03-25 19:34:47'),
(3073,NULL,NULL,7756,10,3,'2025-10-08 18:47:00',NULL,'live',NULL,NULL,'2025-10-08 18:48:30','2026-03-25 19:34:47'),
(3074,NULL,NULL,7756,10,3,'2025-10-08 18:47:00',NULL,'live',NULL,NULL,'2025-10-08 18:48:30','2026-03-25 19:34:47'),
(3075,NULL,NULL,7756,10,3,'2025-10-08 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 18:48:30','2026-03-25 19:34:47'),
(3076,NULL,NULL,7756,10,3,'2025-10-08 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 18:48:30','2026-03-25 19:34:47'),
(3079,NULL,NULL,963,56,3,'2025-10-08 18:50:00',NULL,'live',NULL,NULL,'2025-10-08 18:50:11','2025-10-08 18:50:11'),
(3081,NULL,NULL,7756,56,3,'2025-10-08 18:50:00',NULL,'live',NULL,NULL,'2025-10-08 18:50:11','2026-03-25 19:34:47'),
(3087,NULL,NULL,7756,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 18:52:55','2026-03-25 19:34:47'),
(3088,NULL,NULL,7756,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 18:52:55','2026-03-25 19:34:47'),
(3093,9,NULL,NULL,NULL,5,'2025-10-08 18:55:00',NULL,'live',NULL,NULL,'2025-10-08 18:55:36','2025-10-08 18:55:51'),
(3094,9,NULL,NULL,NULL,5,'2025-10-08 18:55:00',NULL,'live',NULL,NULL,'2025-10-08 18:55:51','2025-10-08 18:55:51'),
(3095,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 18:56:08','2025-10-08 18:56:08'),
(3102,NULL,NULL,969,10,3,'2025-10-08 18:56:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3103,NULL,NULL,969,10,3,'2025-10-08 18:56:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3104,NULL,NULL,969,10,3,'2025-10-08 18:56:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3105,NULL,NULL,969,10,3,'2025-10-08 18:57:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3106,NULL,NULL,969,10,3,'2025-10-08 18:57:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3107,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3108,NULL,NULL,3107,10,3,'2025-10-08 18:56:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3109,NULL,NULL,3107,10,3,'2025-10-08 18:56:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3110,NULL,NULL,3107,10,3,'2025-10-08 18:56:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3111,NULL,NULL,3107,10,3,'2025-10-08 18:57:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3112,NULL,NULL,3107,10,3,'2025-10-08 18:57:00',NULL,'live',NULL,NULL,'2025-10-08 18:57:34','2025-10-08 18:57:34'),
(3114,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 18:59:33','2025-10-08 18:59:33'),
(3118,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 19:00:47','2025-10-08 19:00:47'),
(3119,NULL,NULL,3118,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 19:00:47','2025-10-08 19:00:47'),
(3120,NULL,NULL,3118,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 19:00:47','2025-10-08 19:00:47'),
(3125,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 19:54:50','2025-10-08 19:54:50'),
(3138,NULL,NULL,975,10,3,'2025-10-08 19:55:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3139,NULL,NULL,975,10,3,'2025-10-08 19:55:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3140,NULL,NULL,975,10,3,'2025-10-08 19:55:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3141,NULL,NULL,975,10,3,'2025-10-08 19:55:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3142,NULL,NULL,975,10,3,'2025-10-08 19:56:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3143,NULL,NULL,975,56,3,'2025-10-08 19:57:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3144,NULL,NULL,975,56,3,'2025-10-08 19:57:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3145,NULL,NULL,975,56,3,'2025-10-08 19:57:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3146,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3147,NULL,NULL,3146,10,3,'2025-10-08 19:55:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3148,NULL,NULL,3146,10,3,'2025-10-08 19:55:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3149,NULL,NULL,3146,10,3,'2025-10-08 19:55:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3150,NULL,NULL,3146,10,3,'2025-10-08 19:55:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3151,NULL,NULL,3146,10,3,'2025-10-08 19:56:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3152,NULL,NULL,3146,56,3,'2025-10-08 19:57:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3153,NULL,NULL,3146,56,3,'2025-10-08 19:57:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3154,NULL,NULL,3146,56,3,'2025-10-08 19:57:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3155,NULL,NULL,3146,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3156,NULL,NULL,3146,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 19:59:16','2025-10-08 19:59:16'),
(3159,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 20:22:54','2025-10-08 20:22:54'),
(3166,NULL,NULL,981,10,3,'2025-10-08 20:23:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3167,NULL,NULL,981,10,3,'2025-10-08 20:23:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3168,NULL,NULL,981,10,3,'2025-10-08 20:23:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3169,NULL,NULL,981,10,3,'2025-10-08 20:23:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3170,NULL,NULL,981,10,3,'2025-10-08 20:24:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3171,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3172,NULL,NULL,3171,10,3,'2025-10-08 20:23:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3173,NULL,NULL,3171,10,3,'2025-10-08 20:23:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3174,NULL,NULL,3171,10,3,'2025-10-08 20:23:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3175,NULL,NULL,3171,10,3,'2025-10-08 20:23:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3176,NULL,NULL,3171,10,3,'2025-10-08 20:24:00',NULL,'live',NULL,NULL,'2025-10-08 20:24:41','2025-10-08 20:24:41'),
(3182,NULL,NULL,981,56,3,'2025-10-08 20:25:00',NULL,'live',NULL,NULL,'2025-10-08 20:25:58','2025-10-08 20:25:58'),
(3183,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 20:25:58','2025-10-08 20:25:58'),
(3184,NULL,NULL,3183,56,3,'2025-10-08 20:25:00',NULL,'live',NULL,NULL,'2025-10-08 20:25:58','2025-10-08 20:25:58'),
(3185,NULL,NULL,3183,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 20:25:58','2025-10-08 20:25:58'),
(3186,NULL,NULL,3183,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 20:25:58','2025-10-08 20:25:58'),
(3188,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 20:26:01','2025-10-08 20:26:01'),
(3192,13,NULL,NULL,NULL,15,'2025-10-08 22:18:00',NULL,'live',NULL,NULL,'2025-10-08 22:18:49','2025-10-08 22:18:56'),
(3193,13,NULL,NULL,NULL,15,'2025-10-08 22:18:00',NULL,'live',NULL,NULL,'2025-10-08 22:18:56','2025-10-08 22:18:56'),
(3194,13,NULL,NULL,NULL,15,'2025-10-08 22:18:00',NULL,'live',NULL,NULL,'2025-10-08 22:18:56','2025-10-08 22:18:59'),
(3195,13,NULL,NULL,NULL,15,'2025-10-08 22:18:00',NULL,'live',NULL,NULL,'2025-10-08 22:18:59','2025-10-08 22:18:59'),
(3196,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:18:59','2025-10-08 22:19:01'),
(3197,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:01','2025-10-08 22:19:01'),
(3198,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:01','2025-10-08 22:19:04'),
(3199,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:04','2025-10-08 22:19:04'),
(3200,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:04','2025-10-08 22:19:06'),
(3201,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:06','2025-10-08 22:19:06'),
(3202,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:06','2025-10-08 22:19:10'),
(3203,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:10','2025-10-08 22:19:10'),
(3204,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:10','2025-10-08 22:19:13'),
(3205,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:13','2025-10-08 22:19:13'),
(3206,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:13','2025-10-08 22:19:15'),
(3207,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:15','2025-10-08 22:19:15'),
(3208,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:15','2025-10-08 22:19:18'),
(3209,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:18','2025-10-08 22:19:18'),
(3210,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:18','2025-10-08 22:19:21'),
(3211,13,NULL,NULL,NULL,15,'2025-10-08 22:19:00',NULL,'live',NULL,NULL,'2025-10-08 22:19:21','2025-10-08 22:19:21'),
(3217,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 22:20:15','2025-10-08 22:20:15'),
(3218,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 22:20:19','2025-10-08 22:20:19'),
(3219,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:20:23','2025-10-08 22:20:23'),
(3223,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 22:21:46','2025-10-08 22:21:46'),
(3224,NULL,NULL,3223,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 22:21:46','2025-10-08 22:21:46'),
(3255,NULL,NULL,951,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:52','2025-10-08 22:28:52'),
(3256,NULL,NULL,951,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:52','2025-10-08 22:28:52'),
(3257,NULL,NULL,951,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:52','2025-10-08 22:28:52'),
(3258,NULL,NULL,951,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:52','2025-10-08 22:28:52'),
(3259,NULL,NULL,951,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:52','2025-10-08 22:28:52'),
(3260,NULL,NULL,951,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:52','2025-10-08 22:28:52'),
(3261,NULL,NULL,951,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:52','2025-10-08 22:28:52'),
(3262,NULL,NULL,951,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:52','2025-10-08 22:28:52'),
(3263,NULL,NULL,951,56,3,'2025-10-08 22:22:00',NULL,'live',0,0,'2025-10-08 22:28:52','2025-10-08 22:28:52'),
(3264,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:53','2025-10-08 22:28:53'),
(3265,NULL,NULL,3264,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:53','2025-10-08 22:28:53'),
(3266,NULL,NULL,3264,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:53','2025-10-08 22:28:53'),
(3267,NULL,NULL,3264,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:53','2025-10-08 22:28:53'),
(3268,NULL,NULL,3264,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:53','2025-10-08 22:28:53'),
(3269,NULL,NULL,3264,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:53','2025-10-08 22:28:53'),
(3270,NULL,NULL,3264,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:53','2025-10-08 22:28:53'),
(3271,NULL,NULL,3264,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:53','2025-10-08 22:28:53'),
(3272,NULL,NULL,3264,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:53','2025-10-08 22:28:53'),
(3273,NULL,NULL,3264,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2025-10-08 22:28:53','2025-10-08 22:28:53'),
(3275,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 22:29:34','2025-10-08 22:29:34'),
(3284,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-10-08 22:32:49','2025-10-08 22:32:49'),
(3286,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-10-08 22:33:18','2025-10-08 22:33:18'),
(3292,NULL,NULL,2880,10,3,'2025-10-08 22:33:00',NULL,'live',NULL,NULL,'2025-10-08 22:33:45','2025-10-08 22:33:45'),
(3293,NULL,NULL,2880,10,3,'2025-10-08 22:33:00',NULL,'live',NULL,NULL,'2025-10-08 22:33:45','2025-10-08 22:33:45'),
(3294,NULL,NULL,2880,10,3,'2025-10-08 22:33:00',NULL,'live',NULL,NULL,'2025-10-08 22:33:45','2025-10-08 22:33:45'),
(3295,NULL,NULL,2880,10,3,'2025-10-08 22:33:00',NULL,'live',NULL,NULL,'2025-10-08 22:33:45','2025-10-08 22:33:45'),
(3296,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-10-08 22:33:45','2025-10-08 22:33:45'),
(3297,NULL,NULL,3296,10,3,'2025-10-08 22:33:00',NULL,'live',NULL,NULL,'2025-10-08 22:33:46','2025-10-08 22:33:46'),
(3298,NULL,NULL,3296,10,3,'2025-10-08 22:33:00',NULL,'live',NULL,NULL,'2025-10-08 22:33:46','2025-10-08 22:33:46'),
(3299,NULL,NULL,3296,10,3,'2025-10-08 22:33:00',NULL,'live',NULL,NULL,'2025-10-08 22:33:46','2025-10-08 22:33:46'),
(3300,NULL,NULL,3296,10,3,'2025-10-08 22:33:00',NULL,'live',NULL,NULL,'2025-10-08 22:33:46','2025-10-08 22:33:46'),
(3303,NULL,NULL,2880,9,2,'2025-10-08 22:34:00',NULL,'live',NULL,NULL,'2025-10-08 22:34:45','2025-10-08 22:34:45'),
(3304,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-10-08 22:34:45','2025-10-08 22:34:45'),
(3305,NULL,NULL,3304,9,2,'2025-10-08 22:34:00',NULL,'live',NULL,NULL,'2025-10-08 22:34:45','2025-10-08 22:34:45'),
(3308,NULL,NULL,2880,44,2,'2025-10-08 22:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:10','2025-10-08 22:35:10'),
(3309,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:10','2025-10-08 22:35:10'),
(3310,NULL,NULL,3309,44,2,'2025-10-08 22:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:10','2025-10-08 22:35:10'),
(3316,NULL,NULL,2880,56,3,'2025-10-08 22:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:46','2025-10-08 22:35:46'),
(3317,NULL,NULL,2880,56,3,'2025-10-08 22:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:46','2025-10-08 22:35:46'),
(3318,NULL,NULL,2880,56,3,'2025-10-08 22:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:46','2025-10-08 22:35:46'),
(3319,NULL,NULL,2880,56,3,'2025-10-08 22:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:46','2025-10-08 22:35:46'),
(3320,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:46','2025-10-08 22:35:46'),
(3321,NULL,NULL,3320,56,3,'2025-10-08 22:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:47','2025-10-08 22:35:47'),
(3322,NULL,NULL,3320,56,3,'2025-10-08 22:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:47','2025-10-08 22:35:47'),
(3323,NULL,NULL,3320,56,3,'2025-10-08 22:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:47','2025-10-08 22:35:47'),
(3324,NULL,NULL,3320,56,3,'2025-10-08 22:35:00',NULL,'live',NULL,NULL,'2025-10-08 22:35:47','2025-10-08 22:35:47'),
(3335,NULL,NULL,1353,10,3,'2025-10-08 22:36:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3336,NULL,NULL,1353,10,3,'2025-10-08 22:36:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3337,NULL,NULL,1353,10,3,'2025-10-08 22:37:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3338,NULL,NULL,1353,10,3,'2025-10-08 22:37:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3339,NULL,NULL,1353,10,3,'2025-10-08 22:37:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3340,NULL,NULL,1353,56,3,'2025-10-08 22:37:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3341,NULL,NULL,1353,56,3,'2025-10-08 22:38:00',NULL,'live',0,0,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3342,NULL,NULL,1353,56,3,'2025-10-08 22:38:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3343,NULL,NULL,1353,56,3,'2025-10-08 22:38:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3344,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3345,NULL,NULL,3344,10,3,'2025-10-08 22:36:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3346,NULL,NULL,3344,10,3,'2025-10-08 22:36:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3347,NULL,NULL,3344,10,3,'2025-10-08 22:37:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3348,NULL,NULL,3344,10,3,'2025-10-08 22:37:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3349,NULL,NULL,3344,10,3,'2025-10-08 22:37:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3350,NULL,NULL,3344,56,3,'2025-10-08 22:37:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3351,NULL,NULL,3344,56,3,'2025-10-08 22:38:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3352,NULL,NULL,3344,56,3,'2025-10-08 22:38:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3353,NULL,NULL,3344,56,3,'2025-10-08 22:38:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:17','2025-10-08 22:38:17'),
(3356,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:45','2025-10-08 22:38:45'),
(3357,NULL,NULL,3356,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-08 22:38:45','2025-10-08 22:38:45'),
(3359,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 22:40:25','2025-10-08 22:40:25'),
(3375,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-08 22:41:35','2025-10-08 22:41:35'),
(3378,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 14:50:00','2025-10-09 14:50:00'),
(3385,NULL,NULL,989,10,3,'2025-10-09 14:50:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3386,NULL,NULL,989,10,3,'2025-10-09 14:50:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3387,NULL,NULL,989,10,3,'2025-10-09 14:51:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3388,NULL,NULL,989,10,3,'2025-10-09 14:51:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3389,NULL,NULL,989,10,3,'2025-10-09 14:52:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3390,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3391,NULL,NULL,3390,10,3,'2025-10-09 14:50:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3392,NULL,NULL,3390,10,3,'2025-10-09 14:50:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3393,NULL,NULL,3390,10,3,'2025-10-09 14:51:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3394,NULL,NULL,3390,10,3,'2025-10-09 14:51:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3395,NULL,NULL,3390,10,3,'2025-10-09 14:52:00',NULL,'live',NULL,NULL,'2025-10-09 14:52:39','2025-10-09 14:52:39'),
(3397,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 14:53:20','2025-10-09 14:53:20'),
(3403,NULL,NULL,989,56,3,'2025-10-09 14:53:00',NULL,'live',NULL,NULL,'2025-10-09 14:54:47','2025-10-09 14:54:47'),
(3404,NULL,NULL,989,56,3,'2025-10-09 14:53:00',NULL,'live',NULL,NULL,'2025-10-09 14:54:47','2025-10-09 14:54:47'),
(3405,NULL,NULL,989,56,3,'2025-10-09 14:54:00',NULL,'live',NULL,NULL,'2025-10-09 14:54:47','2025-10-09 14:54:47'),
(3406,NULL,NULL,989,56,3,'2025-10-09 14:54:00',NULL,'live',NULL,NULL,'2025-10-09 14:54:47','2025-10-09 14:54:47'),
(3407,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 14:54:47','2025-10-09 14:54:47'),
(3408,NULL,NULL,3407,56,3,'2025-10-09 14:53:00',NULL,'live',NULL,NULL,'2025-10-09 14:54:47','2025-10-09 14:54:47'),
(3409,NULL,NULL,3407,56,3,'2025-10-09 14:53:00',NULL,'live',NULL,NULL,'2025-10-09 14:54:48','2025-10-09 14:54:48'),
(3410,NULL,NULL,3407,56,3,'2025-10-09 14:54:00',NULL,'live',NULL,NULL,'2025-10-09 14:54:48','2025-10-09 14:54:48'),
(3411,NULL,NULL,3407,56,3,'2025-10-09 14:54:00',NULL,'live',NULL,NULL,'2025-10-09 14:54:48','2025-10-09 14:54:48'),
(3413,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 14:58:54','2025-10-09 14:58:54'),
(3419,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 14:59:55','2025-10-09 14:59:55'),
(3420,NULL,NULL,3419,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 14:59:55','2025-10-09 14:59:55'),
(3421,NULL,NULL,3419,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 14:59:55','2025-10-09 14:59:55'),
(3423,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 15:36:03','2025-10-09 15:36:03'),
(3431,NULL,NULL,995,10,3,'2025-10-09 16:21:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3432,NULL,NULL,995,10,3,'2025-10-09 16:21:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3433,NULL,NULL,995,10,3,'2025-10-09 16:22:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3434,NULL,NULL,995,10,3,'2025-10-09 16:23:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3435,NULL,NULL,995,10,3,'2025-10-09 16:23:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3436,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3437,NULL,NULL,3436,10,3,'2025-10-09 16:21:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3438,NULL,NULL,3436,10,3,'2025-10-09 16:21:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3439,NULL,NULL,3436,10,3,'2025-10-09 16:22:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3440,NULL,NULL,3436,10,3,'2025-10-09 16:23:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3441,NULL,NULL,3436,10,3,'2025-10-09 16:23:00',NULL,'live',NULL,NULL,'2025-10-09 16:25:17','2025-10-09 16:25:17'),
(3443,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:29:17','2025-10-09 16:29:17'),
(3450,NULL,NULL,995,56,3,'2025-10-09 16:29:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3451,NULL,NULL,995,56,3,'2025-10-09 16:29:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3452,NULL,NULL,995,56,3,'2025-10-09 16:30:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3453,NULL,NULL,995,56,3,'2025-10-09 16:30:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3454,NULL,NULL,995,56,3,'2025-10-09 16:30:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3455,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3456,NULL,NULL,3455,56,3,'2025-10-09 16:29:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3457,NULL,NULL,3455,56,3,'2025-10-09 16:29:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3458,NULL,NULL,3455,56,3,'2025-10-09 16:30:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3459,NULL,NULL,3455,56,3,'2025-10-09 16:30:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3460,NULL,NULL,3455,56,3,'2025-10-09 16:30:00',NULL,'live',NULL,NULL,'2025-10-09 16:30:48','2025-10-09 16:30:48'),
(3463,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:31:32','2025-10-09 16:31:32'),
(3464,NULL,NULL,3463,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 16:31:32','2025-10-09 16:31:32'),
(3465,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:31:37','2025-10-09 16:31:37'),
(3468,9,NULL,NULL,NULL,5,'2025-10-09 16:33:00',NULL,'live',NULL,NULL,'2025-10-09 16:33:29','2025-10-09 16:33:43'),
(3469,9,NULL,NULL,NULL,5,'2025-10-09 16:33:00',NULL,'live',NULL,NULL,'2025-10-09 16:33:43','2025-10-09 16:33:43'),
(3471,9,NULL,NULL,NULL,5,'2025-10-06 17:47:00',NULL,'live',NULL,NULL,'2025-10-09 16:34:57','2025-10-09 16:34:57'),
(3472,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:34:59','2025-10-09 16:34:59'),
(3479,NULL,NULL,999,10,3,'2025-10-09 16:35:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3480,NULL,NULL,999,10,3,'2025-10-09 16:35:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3481,NULL,NULL,999,10,3,'2025-10-09 16:35:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3482,NULL,NULL,999,10,3,'2025-10-09 16:36:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3483,NULL,NULL,999,10,3,'2025-10-09 16:36:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3484,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3485,NULL,NULL,3484,10,3,'2025-10-09 16:35:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3486,NULL,NULL,3484,10,3,'2025-10-09 16:35:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3487,NULL,NULL,3484,10,3,'2025-10-09 16:35:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3488,NULL,NULL,3484,10,3,'2025-10-09 16:36:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3489,NULL,NULL,3484,10,3,'2025-10-09 16:36:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:27','2025-10-09 16:36:27'),
(3491,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:36:52','2025-10-09 16:36:52'),
(3499,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:40:04','2025-10-09 16:40:04'),
(3507,NULL,NULL,1005,10,3,'2025-10-09 16:40:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3508,NULL,NULL,1005,10,3,'2025-10-09 16:40:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3509,NULL,NULL,1005,10,3,'2025-10-09 16:41:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3510,NULL,NULL,1005,10,3,'2025-10-09 16:41:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3511,NULL,NULL,1005,10,3,'2025-10-09 16:41:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3512,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3513,NULL,NULL,3512,10,3,'2025-10-09 16:40:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3514,NULL,NULL,3512,10,3,'2025-10-09 16:40:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3515,NULL,NULL,3512,10,3,'2025-10-09 16:41:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3516,NULL,NULL,3512,10,3,'2025-10-09 16:41:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3517,NULL,NULL,3512,10,3,'2025-10-09 16:41:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:02','2025-10-09 16:42:02'),
(3522,NULL,NULL,1005,56,3,'2025-10-09 16:42:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:54','2025-10-09 16:42:54'),
(3523,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:54','2025-10-09 16:42:54'),
(3524,NULL,NULL,3523,56,3,'2025-10-09 16:42:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:55','2025-10-09 16:42:55'),
(3525,NULL,NULL,3523,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:55','2025-10-09 16:42:55'),
(3526,NULL,NULL,3523,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:55','2025-10-09 16:42:55'),
(3528,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 16:42:58','2025-10-09 16:42:58'),
(3536,NULL,NULL,1011,10,3,'2025-10-09 17:02:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3537,NULL,NULL,1011,10,3,'2025-10-09 17:02:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3538,NULL,NULL,1011,10,3,'2025-10-09 17:03:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3539,NULL,NULL,1011,10,3,'2025-10-09 17:03:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3540,NULL,NULL,1011,10,3,'2025-10-09 17:04:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3541,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3542,NULL,NULL,3541,10,3,'2025-10-09 17:02:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3543,NULL,NULL,3541,10,3,'2025-10-09 17:02:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3544,NULL,NULL,3541,10,3,'2025-10-09 17:03:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3545,NULL,NULL,3541,10,3,'2025-10-09 17:03:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3546,NULL,NULL,3541,10,3,'2025-10-09 17:04:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:12','2025-10-09 17:04:12'),
(3548,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:04:34','2025-10-09 17:04:34'),
(3554,NULL,NULL,1011,56,3,'2025-10-09 17:05:00',NULL,'live',NULL,NULL,'2025-10-09 17:05:50','2025-10-09 17:05:50'),
(3555,NULL,NULL,1011,56,3,'2025-10-09 17:05:00',NULL,'live',NULL,NULL,'2025-10-09 17:05:50','2025-10-09 17:05:50'),
(3556,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:05:50','2025-10-09 17:05:50'),
(3557,NULL,NULL,3556,56,3,'2025-10-09 17:05:00',NULL,'live',NULL,NULL,'2025-10-09 17:05:50','2025-10-09 17:05:50'),
(3558,NULL,NULL,3556,56,3,'2025-10-09 17:05:00',NULL,'live',NULL,NULL,'2025-10-09 17:05:50','2025-10-09 17:05:50'),
(3559,NULL,NULL,3556,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 17:05:50','2025-10-09 17:05:50'),
(3560,NULL,NULL,3556,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 17:05:50','2025-10-09 17:05:50'),
(3562,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:05:54','2025-10-09 17:05:54'),
(3565,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:07:55','2025-10-09 17:07:55'),
(3572,NULL,NULL,1017,10,3,'2025-10-09 17:08:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3573,NULL,NULL,1017,10,3,'2025-10-09 17:08:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3574,NULL,NULL,1017,10,3,'2025-10-09 17:08:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3575,NULL,NULL,1017,10,3,'2025-10-09 17:08:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3576,NULL,NULL,1017,10,3,'2025-10-09 17:09:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3577,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3578,NULL,NULL,3577,10,3,'2025-10-09 17:08:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3579,NULL,NULL,3577,10,3,'2025-10-09 17:08:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3580,NULL,NULL,3577,10,3,'2025-10-09 17:08:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3581,NULL,NULL,3577,10,3,'2025-10-09 17:08:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3582,NULL,NULL,3577,10,3,'2025-10-09 17:09:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:21','2025-10-09 17:09:21'),
(3584,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:09:46','2025-10-09 17:09:46'),
(3588,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:10:15','2025-10-09 17:10:15'),
(3589,NULL,NULL,3588,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 17:10:15','2025-10-09 17:10:15'),
(3590,NULL,NULL,3588,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 17:10:15','2025-10-09 17:10:15'),
(3592,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:10:31','2025-10-09 17:10:31'),
(3602,NULL,NULL,1023,10,3,'2025-10-09 17:15:00',NULL,'live',NULL,NULL,'2025-10-09 17:19:43','2025-10-09 17:19:43'),
(3603,NULL,NULL,1023,10,3,'2025-10-09 17:18:00',NULL,'live',NULL,NULL,'2025-10-09 17:19:43','2025-10-09 17:19:43'),
(3604,NULL,NULL,1023,10,3,'2025-10-09 17:19:00',NULL,'live',NULL,NULL,'2025-10-09 17:19:43','2025-10-09 17:19:43'),
(3605,NULL,NULL,1023,10,3,'2025-10-09 17:19:00',NULL,'live',NULL,NULL,'2025-10-09 17:19:43','2025-10-09 17:19:43'),
(3608,NULL,NULL,5263,10,3,'2025-10-09 17:15:00',NULL,'live',NULL,NULL,'2025-10-09 17:19:43','2026-03-25 19:38:43'),
(3609,NULL,NULL,5263,10,3,'2025-10-09 17:18:00',NULL,'live',NULL,NULL,'2025-10-09 17:19:43','2026-03-25 19:38:43'),
(3610,NULL,NULL,5263,10,3,'2025-10-09 17:19:00',NULL,'live',NULL,NULL,'2025-10-09 17:19:43','2026-03-25 19:38:43'),
(3611,NULL,NULL,5263,10,3,'2025-10-09 17:19:00',NULL,'live',NULL,NULL,'2025-10-09 17:19:43','2026-03-25 19:38:43'),
(3620,NULL,NULL,5263,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 17:20:39','2026-03-25 19:38:43'),
(3621,NULL,NULL,5263,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 17:20:39','2026-03-25 19:38:43'),
(3624,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:22:03','2025-10-09 17:22:03'),
(3631,NULL,NULL,1035,10,3,'2025-10-09 17:22:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3632,NULL,NULL,1035,10,3,'2025-10-09 17:22:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3633,NULL,NULL,1035,10,3,'2025-10-09 17:22:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3634,NULL,NULL,1035,10,3,'2025-10-09 17:23:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3635,NULL,NULL,1035,10,3,'2025-10-09 17:23:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3636,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3637,NULL,NULL,3636,10,3,'2025-10-09 17:22:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3638,NULL,NULL,3636,10,3,'2025-10-09 17:22:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3639,NULL,NULL,3636,10,3,'2025-10-09 17:22:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3640,NULL,NULL,3636,10,3,'2025-10-09 17:23:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3641,NULL,NULL,3636,10,3,'2025-10-09 17:23:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:33','2025-10-09 17:23:33'),
(3643,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:23:52','2025-10-09 17:23:52'),
(3649,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:24:35','2025-10-09 17:24:35'),
(3650,NULL,NULL,3649,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 17:24:35','2025-10-09 17:24:35'),
(3651,NULL,NULL,3649,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 17:24:35','2025-10-09 17:24:35'),
(3653,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:24:37','2025-10-09 17:24:37'),
(3655,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:26:17','2025-10-09 17:26:17'),
(3662,NULL,NULL,1041,10,3,'2025-10-09 17:26:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3663,NULL,NULL,1041,10,3,'2025-10-09 17:26:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3664,NULL,NULL,1041,10,3,'2025-10-09 17:27:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3665,NULL,NULL,1041,10,3,'2025-10-09 17:27:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3666,NULL,NULL,1041,10,3,'2025-10-09 17:27:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3667,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3668,NULL,NULL,3667,10,3,'2025-10-09 17:26:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3669,NULL,NULL,3667,10,3,'2025-10-09 17:26:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3670,NULL,NULL,3667,10,3,'2025-10-09 17:27:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3671,NULL,NULL,3667,10,3,'2025-10-09 17:27:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3672,NULL,NULL,3667,10,3,'2025-10-09 17:27:00',NULL,'live',NULL,NULL,'2025-10-09 17:27:46','2025-10-09 17:27:46'),
(3674,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:28:11','2025-10-09 17:28:11'),
(3680,NULL,NULL,1041,56,3,'2025-10-09 17:28:00',NULL,'live',NULL,NULL,'2025-10-09 17:29:43','2025-10-09 17:29:43'),
(3681,NULL,NULL,1041,56,3,'2025-10-09 17:28:00',NULL,'live',NULL,NULL,'2025-10-09 17:29:43','2025-10-09 17:29:43'),
(3682,NULL,NULL,1041,56,3,'2025-10-09 17:28:00',NULL,'live',NULL,NULL,'2025-10-09 17:29:43','2025-10-09 17:29:43'),
(3683,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 17:29:43','2025-10-09 17:29:43'),
(3684,NULL,NULL,3683,56,3,'2025-10-09 17:28:00',NULL,'live',NULL,NULL,'2025-10-09 17:29:43','2025-10-09 17:29:43'),
(3685,NULL,NULL,3683,56,3,'2025-10-09 17:28:00',NULL,'live',NULL,NULL,'2025-10-09 17:29:43','2025-10-09 17:29:43'),
(3686,NULL,NULL,3683,56,3,'2025-10-09 17:28:00',NULL,'live',NULL,NULL,'2025-10-09 17:29:43','2025-10-09 17:29:43'),
(3687,NULL,NULL,3683,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 17:29:43','2025-10-09 17:29:43'),
(3690,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 20:44:20','2025-10-09 20:44:20'),
(3697,8,NULL,NULL,NULL,6,'2025-10-09 20:46:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:06','2025-10-09 20:46:21'),
(3698,8,NULL,NULL,NULL,6,'2025-10-09 20:46:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:21','2025-10-09 20:46:21'),
(3699,NULL,NULL,1045,10,3,'2025-10-09 20:44:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3700,NULL,NULL,1045,10,3,'2025-10-09 20:44:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3701,NULL,NULL,1045,10,3,'2025-10-09 20:45:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3702,NULL,NULL,1045,10,3,'2025-10-09 20:45:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3703,NULL,NULL,1045,10,3,'2025-10-09 20:45:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3704,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3705,NULL,NULL,3704,10,3,'2025-10-09 20:44:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3706,NULL,NULL,3704,10,3,'2025-10-09 20:44:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3707,NULL,NULL,3704,10,3,'2025-10-09 20:45:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3708,NULL,NULL,3704,10,3,'2025-10-09 20:45:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3709,NULL,NULL,3704,10,3,'2025-10-09 20:45:00',NULL,'live',NULL,NULL,'2025-10-09 20:46:26','2025-10-09 20:46:26'),
(3716,NULL,NULL,1045,56,3,'2025-10-09 20:46:00',NULL,'live',0,0,'2025-10-09 20:48:21','2025-10-09 20:48:21'),
(3717,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 20:48:21','2025-10-09 20:48:21'),
(3718,NULL,NULL,3717,56,3,'2025-10-09 20:46:00',NULL,'live',NULL,NULL,'2025-10-09 20:48:21','2025-10-09 20:48:21'),
(3719,NULL,NULL,3717,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 20:48:21','2025-10-09 20:48:21'),
(3720,NULL,NULL,3717,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 20:48:21','2025-10-09 20:48:21'),
(3723,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 20:52:58','2025-10-09 20:52:58'),
(3730,NULL,NULL,1051,10,3,'2025-10-09 20:53:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:27','2025-10-09 20:54:27'),
(3731,NULL,NULL,1051,10,3,'2025-10-09 20:53:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:27','2025-10-09 20:54:27'),
(3732,NULL,NULL,1051,10,3,'2025-10-09 20:53:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:27','2025-10-09 20:54:27'),
(3733,NULL,NULL,1051,10,3,'2025-10-09 20:54:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:27','2025-10-09 20:54:27'),
(3734,NULL,NULL,1051,10,3,'2025-10-09 20:54:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:27','2025-10-09 20:54:27'),
(3735,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:27','2025-10-09 20:54:27'),
(3736,NULL,NULL,3735,10,3,'2025-10-09 20:53:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:27','2025-10-09 20:54:27'),
(3737,NULL,NULL,3735,10,3,'2025-10-09 20:53:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:27','2025-10-09 20:54:27'),
(3738,NULL,NULL,3735,10,3,'2025-10-09 20:53:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:28','2025-10-09 20:54:28'),
(3739,NULL,NULL,3735,10,3,'2025-10-09 20:54:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:28','2025-10-09 20:54:28'),
(3740,NULL,NULL,3735,10,3,'2025-10-09 20:54:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:28','2025-10-09 20:54:28'),
(3742,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 20:54:48','2025-10-09 20:54:48'),
(3749,NULL,NULL,1051,56,3,'2025-10-09 20:55:00',NULL,'live',NULL,NULL,'2025-10-09 20:56:04','2025-10-09 20:56:04'),
(3750,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-09 20:56:04','2025-10-09 20:56:04'),
(3751,NULL,NULL,3750,56,3,'2025-10-09 20:55:00',NULL,'live',NULL,NULL,'2025-10-09 20:56:04','2025-10-09 20:56:04'),
(3752,NULL,NULL,3750,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 20:56:04','2025-10-09 20:56:04'),
(3753,NULL,NULL,3750,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-09 20:56:04','2025-10-09 20:56:04'),
(3755,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-10 18:22:08','2025-10-10 18:22:08'),
(3757,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-10 18:22:39','2025-10-10 18:22:39'),
(3759,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-10-10 18:22:51','2025-10-10 18:22:51'),
(3762,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 15:58:54','2025-10-13 15:58:54'),
(3769,NULL,NULL,1059,10,3,'2025-10-13 15:59:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3770,NULL,NULL,1059,10,3,'2025-10-13 15:59:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3771,NULL,NULL,1059,10,3,'2025-10-13 15:59:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3772,NULL,NULL,1059,10,3,'2025-10-13 16:00:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3773,NULL,NULL,1059,10,3,'2025-10-13 16:00:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3774,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3775,NULL,NULL,3774,10,3,'2025-10-13 15:59:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3776,NULL,NULL,3774,10,3,'2025-10-13 15:59:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3777,NULL,NULL,3774,10,3,'2025-10-13 15:59:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3778,NULL,NULL,3774,10,3,'2025-10-13 16:00:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3779,NULL,NULL,3774,10,3,'2025-10-13 16:00:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:23','2025-10-13 16:00:23'),
(3781,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:00:53','2025-10-13 16:00:53'),
(3785,NULL,NULL,1059,56,3,'2025-10-13 16:01:00',NULL,'live',NULL,NULL,'2025-10-13 16:01:40','2025-10-13 16:01:40'),
(3786,NULL,NULL,1059,56,3,'2025-10-13 16:01:00',NULL,'live',NULL,NULL,'2025-10-13 16:01:40','2025-10-13 16:01:40'),
(3787,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:01:41','2025-10-13 16:01:41'),
(3788,NULL,NULL,3787,56,3,'2025-10-13 16:01:00',NULL,'live',NULL,NULL,'2025-10-13 16:01:41','2025-10-13 16:01:41'),
(3789,NULL,NULL,3787,56,3,'2025-10-13 16:01:00',NULL,'live',NULL,NULL,'2025-10-13 16:01:41','2025-10-13 16:01:41'),
(3793,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:02:33','2025-10-13 16:02:33'),
(3794,NULL,NULL,3793,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 16:02:33','2025-10-13 16:02:33'),
(3795,NULL,NULL,3793,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 16:02:33','2025-10-13 16:02:33'),
(3797,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:02:37','2025-10-13 16:02:37'),
(3803,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:04:07','2025-10-13 16:04:07'),
(3804,NULL,NULL,3803,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 16:04:07','2025-10-13 16:04:07'),
(3805,NULL,NULL,3803,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 16:04:07','2025-10-13 16:04:07'),
(3814,NULL,NULL,1067,10,3,'2025-10-13 16:06:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3815,NULL,NULL,1067,10,3,'2025-10-13 16:06:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3816,NULL,NULL,1067,10,3,'2025-10-13 16:06:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3817,NULL,NULL,1067,10,3,'2025-10-13 16:07:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3818,NULL,NULL,1067,10,3,'2025-10-13 16:07:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3819,NULL,NULL,1067,56,3,'2025-10-13 16:04:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3820,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3821,NULL,NULL,3820,10,3,'2025-10-13 16:06:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3822,NULL,NULL,3820,10,3,'2025-10-13 16:06:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3823,NULL,NULL,3820,10,3,'2025-10-13 16:06:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3824,NULL,NULL,3820,10,3,'2025-10-13 16:07:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3825,NULL,NULL,3820,10,3,'2025-10-13 16:07:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3826,NULL,NULL,3820,56,3,'2025-10-13 16:04:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:23','2025-10-13 16:07:23'),
(3828,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:07:45','2025-10-13 16:07:45'),
(3830,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:08:14','2025-10-13 16:08:14'),
(3833,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:12:15','2025-10-13 16:12:15'),
(3840,NULL,NULL,1079,10,3,'2025-10-13 16:12:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3841,NULL,NULL,1079,10,3,'2025-10-13 16:12:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3842,NULL,NULL,1079,10,3,'2025-10-13 16:12:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3843,NULL,NULL,1079,10,3,'2025-10-13 16:13:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3844,NULL,NULL,1079,10,3,'2025-10-13 16:13:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3845,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3846,NULL,NULL,3845,10,3,'2025-10-13 16:12:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3847,NULL,NULL,3845,10,3,'2025-10-13 16:12:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3848,NULL,NULL,3845,10,3,'2025-10-13 16:12:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3849,NULL,NULL,3845,10,3,'2025-10-13 16:13:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3850,NULL,NULL,3845,10,3,'2025-10-13 16:13:00',NULL,'live',NULL,NULL,'2025-10-13 16:13:49','2025-10-13 16:13:49'),
(3852,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:14:30','2025-10-13 16:14:30'),
(3859,NULL,NULL,1079,56,3,'2025-10-13 16:14:00',NULL,'live',0,0,'2025-10-13 16:15:51','2025-10-13 16:15:51'),
(3860,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:15:51','2025-10-13 16:15:51'),
(3861,NULL,NULL,3860,56,3,'2025-10-13 16:14:00',NULL,'live',NULL,NULL,'2025-10-13 16:15:51','2025-10-13 16:15:51'),
(3862,NULL,NULL,3860,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 16:15:51','2025-10-13 16:15:51'),
(3863,NULL,NULL,3860,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 16:15:51','2025-10-13 16:15:51'),
(3866,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:41:23','2025-10-13 16:41:23'),
(3874,NULL,NULL,1085,10,3,'2025-10-13 16:41:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3875,NULL,NULL,1085,10,3,'2025-10-13 16:41:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3876,NULL,NULL,1085,10,3,'2025-10-13 16:41:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3877,NULL,NULL,1085,10,3,'2025-10-13 16:42:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3878,NULL,NULL,1085,10,3,'2025-10-13 16:42:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3879,NULL,NULL,1085,56,3,'2025-10-13 16:43:00',NULL,'live',0,0,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3880,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3881,NULL,NULL,3880,10,3,'2025-10-13 16:41:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3882,NULL,NULL,3880,10,3,'2025-10-13 16:41:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3883,NULL,NULL,3880,10,3,'2025-10-13 16:41:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3884,NULL,NULL,3880,10,3,'2025-10-13 16:42:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3885,NULL,NULL,3880,10,3,'2025-10-13 16:42:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3886,NULL,NULL,3880,56,3,'2025-10-13 16:43:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:20','2025-10-13 16:43:20'),
(3890,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:47','2025-10-13 16:43:47'),
(3891,NULL,NULL,3890,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:47','2025-10-13 16:43:47'),
(3892,NULL,NULL,3890,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:47','2025-10-13 16:43:47'),
(3894,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 16:43:50','2025-10-13 16:43:50'),
(3902,NULL,NULL,1091,10,3,'2025-10-13 17:04:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3903,NULL,NULL,1091,10,3,'2025-10-13 17:04:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3904,NULL,NULL,1091,10,3,'2025-10-13 17:04:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3905,NULL,NULL,1091,10,3,'2025-10-13 17:05:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3906,NULL,NULL,1091,10,3,'2025-10-13 17:05:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3907,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3908,NULL,NULL,3907,10,3,'2025-10-13 17:04:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3909,NULL,NULL,3907,10,3,'2025-10-13 17:04:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3910,NULL,NULL,3907,10,3,'2025-10-13 17:04:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3911,NULL,NULL,3907,10,3,'2025-10-13 17:05:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3912,NULL,NULL,3907,10,3,'2025-10-13 17:05:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:16','2025-10-13 17:05:16'),
(3914,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:05:41','2025-10-13 17:05:41'),
(3921,NULL,NULL,1091,56,3,'2025-10-13 17:06:00',NULL,'live',NULL,NULL,'2025-10-13 17:09:47','2025-10-13 17:09:47'),
(3922,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:09:47','2025-10-13 17:09:47'),
(3923,NULL,NULL,3922,56,3,'2025-10-13 17:06:00',NULL,'live',NULL,NULL,'2025-10-13 17:09:47','2025-10-13 17:09:47'),
(3924,NULL,NULL,3922,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:09:47','2025-10-13 17:09:47'),
(3925,NULL,NULL,3922,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:09:47','2025-10-13 17:09:47'),
(3928,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:20:17','2025-10-13 17:20:17'),
(3935,NULL,NULL,1097,10,3,'2025-10-13 17:20:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3936,NULL,NULL,1097,10,3,'2025-10-13 17:20:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3937,NULL,NULL,1097,10,3,'2025-10-13 17:20:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3938,NULL,NULL,1097,10,3,'2025-10-13 17:21:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3939,NULL,NULL,1097,10,3,'2025-10-13 17:21:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3940,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3941,NULL,NULL,3940,10,3,'2025-10-13 17:20:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3942,NULL,NULL,3940,10,3,'2025-10-13 17:20:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3943,NULL,NULL,3940,10,3,'2025-10-13 17:20:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3944,NULL,NULL,3940,10,3,'2025-10-13 17:21:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3945,NULL,NULL,3940,10,3,'2025-10-13 17:21:00',NULL,'live',NULL,NULL,'2025-10-13 17:21:33','2025-10-13 17:21:33'),
(3948,NULL,NULL,1097,56,3,'2025-10-13 17:22:00',NULL,'live',NULL,NULL,'2025-10-13 17:22:18','2025-10-13 17:22:18'),
(3949,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:22:18','2025-10-13 17:22:18'),
(3950,NULL,NULL,3949,56,3,'2025-10-13 17:22:00',NULL,'live',NULL,NULL,'2025-10-13 17:22:18','2025-10-13 17:22:18'),
(3955,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:23:02','2025-10-13 17:23:02'),
(3956,NULL,NULL,3955,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:23:02','2025-10-13 17:23:02'),
(3957,NULL,NULL,3955,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:23:02','2025-10-13 17:23:02'),
(3965,NULL,NULL,1103,10,3,'2025-10-13 17:26:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3966,NULL,NULL,1103,10,3,'2025-10-13 17:26:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3967,NULL,NULL,1103,10,3,'2025-10-13 17:26:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3968,NULL,NULL,1103,10,3,'2025-10-13 17:27:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3969,NULL,NULL,1103,10,3,'2025-10-13 17:27:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3970,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3971,NULL,NULL,3970,10,3,'2025-10-13 17:26:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3972,NULL,NULL,3970,10,3,'2025-10-13 17:26:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3973,NULL,NULL,3970,10,3,'2025-10-13 17:26:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3974,NULL,NULL,3970,10,3,'2025-10-13 17:27:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3975,NULL,NULL,3970,10,3,'2025-10-13 17:27:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:27','2025-10-13 17:27:27'),
(3977,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:27:45','2025-10-13 17:27:45'),
(3982,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:28:26','2025-10-13 17:28:26'),
(3983,NULL,NULL,3982,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:28:26','2025-10-13 17:28:26'),
(3984,NULL,NULL,3982,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:28:26','2025-10-13 17:28:26'),
(3992,NULL,NULL,1109,10,3,'2025-10-13 17:41:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(3993,NULL,NULL,1109,10,3,'2025-10-13 17:41:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(3994,NULL,NULL,1109,10,3,'2025-10-13 17:41:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(3995,NULL,NULL,1109,10,3,'2025-10-13 17:41:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(3996,NULL,NULL,1109,10,3,'2025-10-13 17:42:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(3997,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(3998,NULL,NULL,3997,10,3,'2025-10-13 17:41:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(3999,NULL,NULL,3997,10,3,'2025-10-13 17:41:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(4000,NULL,NULL,3997,10,3,'2025-10-13 17:41:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(4001,NULL,NULL,3997,10,3,'2025-10-13 17:41:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(4002,NULL,NULL,3997,10,3,'2025-10-13 17:42:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:06','2025-10-13 17:42:06'),
(4004,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:42:25','2025-10-13 17:42:25'),
(4011,NULL,NULL,1109,56,3,'2025-10-13 17:42:00',NULL,'live',NULL,NULL,'2025-10-13 17:43:34','2025-10-13 17:43:34'),
(4012,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:43:34','2025-10-13 17:43:34'),
(4013,NULL,NULL,4012,56,3,'2025-10-13 17:42:00',NULL,'live',NULL,NULL,'2025-10-13 17:43:34','2025-10-13 17:43:34'),
(4014,NULL,NULL,4012,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:43:34','2025-10-13 17:43:34'),
(4015,NULL,NULL,4012,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:43:34','2025-10-13 17:43:34'),
(4026,NULL,NULL,1117,10,3,'2025-10-13 17:45:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4027,NULL,NULL,1117,10,3,'2025-10-13 17:46:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4028,NULL,NULL,1117,10,3,'2025-10-13 17:46:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4029,NULL,NULL,1117,10,3,'2025-10-13 17:46:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4030,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4031,NULL,NULL,4030,10,3,'2025-10-13 17:45:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4032,NULL,NULL,4030,10,3,'2025-10-13 17:46:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4033,NULL,NULL,4030,10,3,'2025-10-13 17:46:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4034,NULL,NULL,4030,10,3,'2025-10-13 17:46:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4035,NULL,NULL,4030,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4036,NULL,NULL,4030,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:38','2025-10-13 17:46:38'),
(4038,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:46:53','2025-10-13 17:46:53'),
(4042,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:47:19','2025-10-13 17:47:19'),
(4043,NULL,NULL,4042,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:47:19','2025-10-13 17:47:19'),
(4044,NULL,NULL,4042,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:47:19','2025-10-13 17:47:19'),
(4046,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:48:10','2025-10-13 17:48:10'),
(4053,NULL,NULL,1123,10,3,'2025-10-13 17:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4054,NULL,NULL,1123,10,3,'2025-10-13 17:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4055,NULL,NULL,1123,10,3,'2025-10-13 17:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4056,NULL,NULL,1123,10,3,'2025-10-13 17:49:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4057,NULL,NULL,1123,10,3,'2025-10-13 17:49:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4058,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4059,NULL,NULL,4058,10,3,'2025-10-13 17:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4060,NULL,NULL,4058,10,3,'2025-10-13 17:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4061,NULL,NULL,4058,10,3,'2025-10-13 17:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4062,NULL,NULL,4058,10,3,'2025-10-13 17:49:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4063,NULL,NULL,4058,10,3,'2025-10-13 17:49:00',NULL,'live',NULL,NULL,'2025-10-13 17:49:38','2025-10-13 17:49:38'),
(4070,NULL,NULL,1123,56,3,'2025-10-13 17:49:00',NULL,'live',NULL,NULL,'2025-10-13 17:52:01','2025-10-13 17:52:01'),
(4071,NULL,NULL,1123,56,3,'2025-10-13 17:50:00',NULL,'live',0,0,'2025-10-13 17:52:01','2025-10-13 17:52:01'),
(4072,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:52:01','2025-10-13 17:52:01'),
(4073,NULL,NULL,4072,56,3,'2025-10-13 17:49:00',NULL,'live',NULL,NULL,'2025-10-13 17:52:01','2025-10-13 17:52:01'),
(4074,NULL,NULL,4072,56,3,'2025-10-13 17:50:00',NULL,'live',NULL,NULL,'2025-10-13 17:52:01','2025-10-13 17:52:01'),
(4075,NULL,NULL,4072,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:52:01','2025-10-13 17:52:01'),
(4076,NULL,NULL,4072,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:52:01','2025-10-13 17:52:01'),
(4078,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:52:50','2025-10-13 17:52:50'),
(4081,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:53:11','2025-10-13 17:53:11'),
(4089,NULL,NULL,1129,10,3,'2025-10-13 17:54:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4090,NULL,NULL,1129,10,3,'2025-10-13 17:55:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4091,NULL,NULL,1129,10,3,'2025-10-13 17:55:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4092,NULL,NULL,1129,10,3,'2025-10-13 17:55:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4093,NULL,NULL,1129,10,3,'2025-10-13 17:55:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4094,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4095,NULL,NULL,4094,10,3,'2025-10-13 17:54:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4096,NULL,NULL,4094,10,3,'2025-10-13 17:55:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4097,NULL,NULL,4094,10,3,'2025-10-13 17:55:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4098,NULL,NULL,4094,10,3,'2025-10-13 17:55:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4099,NULL,NULL,4094,10,3,'2025-10-13 17:55:00',NULL,'live',NULL,NULL,'2025-10-13 17:55:52','2025-10-13 17:55:52'),
(4101,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:56:22','2025-10-13 17:56:22'),
(4106,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:57:28','2025-10-13 17:57:28'),
(4107,NULL,NULL,4106,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:57:28','2025-10-13 17:57:28'),
(4108,NULL,NULL,4106,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 17:57:28','2025-10-13 17:57:28'),
(4110,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:58:05','2025-10-13 17:58:05'),
(4117,NULL,NULL,1143,10,3,'2025-10-13 17:58:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:21','2025-10-13 17:59:21'),
(4118,NULL,NULL,1143,10,3,'2025-10-13 17:58:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:21','2025-10-13 17:59:21'),
(4119,NULL,NULL,1143,10,3,'2025-10-13 17:58:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:21','2025-10-13 17:59:21'),
(4120,NULL,NULL,1143,10,3,'2025-10-13 17:58:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:21','2025-10-13 17:59:21'),
(4121,NULL,NULL,1143,10,3,'2025-10-13 17:59:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:21','2025-10-13 17:59:21'),
(4122,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:21','2025-10-13 17:59:21'),
(4123,NULL,NULL,4122,10,3,'2025-10-13 17:58:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:22','2025-10-13 17:59:22'),
(4124,NULL,NULL,4122,10,3,'2025-10-13 17:58:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:22','2025-10-13 17:59:22'),
(4125,NULL,NULL,4122,10,3,'2025-10-13 17:58:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:22','2025-10-13 17:59:22'),
(4126,NULL,NULL,4122,10,3,'2025-10-13 17:58:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:22','2025-10-13 17:59:22'),
(4127,NULL,NULL,4122,10,3,'2025-10-13 17:59:00',NULL,'live',NULL,NULL,'2025-10-13 17:59:22','2025-10-13 17:59:22'),
(4131,NULL,NULL,1143,56,3,'2025-10-13 17:59:00',NULL,'live',0,0,'2025-10-13 18:00:02','2025-10-13 18:00:02'),
(4132,NULL,NULL,1143,56,3,'2025-10-13 18:00:00',NULL,'live',NULL,NULL,'2025-10-13 18:00:02','2025-10-13 18:00:02'),
(4133,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 18:00:02','2025-10-13 18:00:02'),
(4134,NULL,NULL,4133,56,3,'2025-10-13 17:59:00',NULL,'live',NULL,NULL,'2025-10-13 18:00:02','2025-10-13 18:00:02'),
(4135,NULL,NULL,4133,56,3,'2025-10-13 18:00:00',NULL,'live',NULL,NULL,'2025-10-13 18:00:02','2025-10-13 18:00:02'),
(4143,NULL,NULL,1143,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 18:02:09','2025-10-13 18:02:09'),
(4144,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 18:02:09','2025-10-13 18:02:09'),
(4145,NULL,NULL,4144,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 18:02:09','2025-10-13 18:02:09'),
(4146,NULL,NULL,4144,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 18:02:09','2025-10-13 18:02:09'),
(4148,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:03:49','2025-10-13 19:03:49'),
(4156,NULL,NULL,1149,10,3,'2025-10-13 19:07:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4157,NULL,NULL,1149,10,3,'2025-10-13 19:08:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4158,NULL,NULL,1149,10,3,'2025-10-13 19:08:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4159,NULL,NULL,1149,10,3,'2025-10-13 19:08:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4160,NULL,NULL,1149,10,3,'2025-10-13 19:09:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4161,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4162,NULL,NULL,4161,10,3,'2025-10-13 19:07:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4163,NULL,NULL,4161,10,3,'2025-10-13 19:08:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4164,NULL,NULL,4161,10,3,'2025-10-13 19:08:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4165,NULL,NULL,4161,10,3,'2025-10-13 19:08:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4166,NULL,NULL,4161,10,3,'2025-10-13 19:09:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:10','2025-10-13 19:09:10'),
(4168,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:09:29','2025-10-13 19:09:29'),
(4174,NULL,NULL,1149,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:10:27','2025-10-13 19:10:27'),
(4175,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:10:27','2025-10-13 19:10:27'),
(4176,NULL,NULL,4175,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:10:27','2025-10-13 19:10:27'),
(4177,NULL,NULL,4175,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:10:27','2025-10-13 19:10:27'),
(4179,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:11:14','2025-10-13 19:11:14'),
(4182,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:14:26','2025-10-13 19:14:26'),
(4189,NULL,NULL,1155,10,3,'2025-10-13 19:14:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4190,NULL,NULL,1155,10,3,'2025-10-13 19:15:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4191,NULL,NULL,1155,10,3,'2025-10-13 19:15:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4192,NULL,NULL,1155,10,3,'2025-10-13 19:15:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4193,NULL,NULL,1155,10,3,'2025-10-13 19:15:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4194,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4195,NULL,NULL,4194,10,3,'2025-10-13 19:14:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4196,NULL,NULL,4194,10,3,'2025-10-13 19:15:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4197,NULL,NULL,4194,10,3,'2025-10-13 19:15:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4198,NULL,NULL,4194,10,3,'2025-10-13 19:15:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4199,NULL,NULL,4194,10,3,'2025-10-13 19:15:00',NULL,'live',NULL,NULL,'2025-10-13 19:16:05','2025-10-13 19:16:05'),
(4210,NULL,NULL,1155,56,3,'2025-10-13 19:16:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4211,NULL,NULL,1155,56,3,'2025-10-13 19:16:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4212,NULL,NULL,1155,56,3,'2025-10-13 19:16:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4213,NULL,NULL,1155,56,3,'2025-10-13 19:16:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4214,NULL,NULL,1155,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4215,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4216,NULL,NULL,4215,56,3,'2025-10-13 19:16:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4217,NULL,NULL,4215,56,3,'2025-10-13 19:16:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4218,NULL,NULL,4215,56,3,'2025-10-13 19:16:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4219,NULL,NULL,4215,56,3,'2025-10-13 19:16:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4220,NULL,NULL,4215,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4221,NULL,NULL,4215,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:24:55','2025-10-13 19:24:55'),
(4224,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:27:41','2025-10-13 19:27:41'),
(4231,NULL,NULL,1165,10,3,'2025-10-13 19:27:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4232,NULL,NULL,1165,10,3,'2025-10-13 19:28:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4233,NULL,NULL,1165,10,3,'2025-10-13 19:28:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4234,NULL,NULL,1165,10,3,'2025-10-13 19:28:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4235,NULL,NULL,1165,10,3,'2025-10-13 19:28:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4236,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4237,NULL,NULL,4236,10,3,'2025-10-13 19:27:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4238,NULL,NULL,4236,10,3,'2025-10-13 19:28:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4239,NULL,NULL,4236,10,3,'2025-10-13 19:28:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4240,NULL,NULL,4236,10,3,'2025-10-13 19:28:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4241,NULL,NULL,4236,10,3,'2025-10-13 19:28:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:00','2025-10-13 19:29:00'),
(4243,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:29:18','2025-10-13 19:29:18'),
(4248,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:30:02','2025-10-13 19:30:02'),
(4249,NULL,NULL,4248,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:30:03','2025-10-13 19:30:03'),
(4250,NULL,NULL,4248,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:30:03','2025-10-13 19:30:03'),
(4252,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:30:06','2025-10-13 19:30:06'),
(4254,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:30:40','2025-10-13 19:30:40'),
(4261,NULL,NULL,1171,10,3,'2025-10-13 19:30:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4262,NULL,NULL,1171,10,3,'2025-10-13 19:31:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4263,NULL,NULL,1171,10,3,'2025-10-13 19:31:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4264,NULL,NULL,1171,10,3,'2025-10-13 19:31:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4265,NULL,NULL,1171,10,3,'2025-10-13 19:31:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4266,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4267,NULL,NULL,4266,10,3,'2025-10-13 19:30:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4268,NULL,NULL,4266,10,3,'2025-10-13 19:31:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4269,NULL,NULL,4266,10,3,'2025-10-13 19:31:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4270,NULL,NULL,4266,10,3,'2025-10-13 19:31:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4271,NULL,NULL,4266,10,3,'2025-10-13 19:31:00',NULL,'live',NULL,NULL,'2025-10-13 19:31:57','2025-10-13 19:31:57'),
(4277,NULL,NULL,1171,56,3,'2025-10-13 19:32:00',NULL,'live',NULL,NULL,'2025-10-13 19:34:44','2025-10-13 19:34:44'),
(4278,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:34:44','2025-10-13 19:34:44'),
(4279,NULL,NULL,4278,56,3,'2025-10-13 19:32:00',NULL,'live',NULL,NULL,'2025-10-13 19:34:44','2025-10-13 19:34:44'),
(4280,NULL,NULL,4278,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:34:44','2025-10-13 19:34:44'),
(4281,NULL,NULL,4278,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:34:44','2025-10-13 19:34:44'),
(4289,NULL,NULL,1177,10,3,'2025-10-13 19:36:00',NULL,'live',NULL,NULL,'2025-10-13 19:37:45','2025-10-13 19:37:45'),
(4290,NULL,NULL,1177,10,3,'2025-10-13 19:37:00',NULL,'live',NULL,NULL,'2025-10-13 19:37:45','2025-10-13 19:37:45'),
(4291,NULL,NULL,1177,10,3,'2025-10-13 19:37:00',NULL,'live',NULL,NULL,'2025-10-13 19:37:45','2025-10-13 19:37:45'),
(4292,NULL,NULL,1177,10,3,'2025-10-13 19:37:00',NULL,'live',NULL,NULL,'2025-10-13 19:37:45','2025-10-13 19:37:45'),
(4293,NULL,NULL,1177,10,3,'2025-10-13 19:37:00',NULL,'live',NULL,NULL,'2025-10-13 19:37:45','2025-10-13 19:37:45'),
(4295,NULL,NULL,6454,10,3,'2025-10-13 19:36:00',NULL,'live',NULL,NULL,'2025-10-13 19:37:45','2026-03-25 19:45:38'),
(4296,NULL,NULL,6454,10,3,'2025-10-13 19:37:00',NULL,'live',NULL,NULL,'2025-10-13 19:37:45','2026-03-25 19:45:38'),
(4297,NULL,NULL,6454,10,3,'2025-10-13 19:37:00',NULL,'live',NULL,NULL,'2025-10-13 19:37:45','2026-03-25 19:45:38'),
(4298,NULL,NULL,6454,10,3,'2025-10-13 19:37:00',NULL,'live',NULL,NULL,'2025-10-13 19:37:45','2026-03-25 19:45:38'),
(4299,NULL,NULL,6454,10,3,'2025-10-13 19:37:00',NULL,'live',NULL,NULL,'2025-10-13 19:37:45','2026-03-25 19:45:38'),
(4307,NULL,NULL,1177,56,3,'2025-10-13 19:38:00',NULL,'live',NULL,NULL,'2025-10-13 19:39:00','2025-10-13 19:39:00'),
(4308,NULL,NULL,1177,56,3,'2025-10-13 19:38:00',NULL,'live',NULL,NULL,'2025-10-13 19:39:00','2025-10-13 19:39:00'),
(4311,NULL,NULL,6454,56,3,'2025-10-13 19:38:00',NULL,'live',NULL,NULL,'2025-10-13 19:39:00','2026-03-25 19:45:38'),
(4312,NULL,NULL,6454,56,3,'2025-10-13 19:38:00',NULL,'live',NULL,NULL,'2025-10-13 19:39:00','2026-03-25 19:45:38'),
(4323,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:47:44','2025-10-13 19:47:44'),
(4324,NULL,NULL,4323,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:47:44','2025-10-13 19:47:44'),
(4325,NULL,NULL,4323,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:47:44','2025-10-13 19:47:44'),
(4332,NULL,NULL,1185,10,3,'2025-10-13 19:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4333,NULL,NULL,1185,10,3,'2025-10-13 19:50:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4334,NULL,NULL,1185,10,3,'2025-10-13 19:50:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4335,NULL,NULL,1185,10,3,'2025-10-13 19:50:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4336,NULL,NULL,1185,10,3,'2025-10-13 19:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4337,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4338,NULL,NULL,4337,10,3,'2025-10-13 19:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4339,NULL,NULL,4337,10,3,'2025-10-13 19:50:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4340,NULL,NULL,4337,10,3,'2025-10-13 19:50:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4341,NULL,NULL,4337,10,3,'2025-10-13 19:50:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4342,NULL,NULL,4337,10,3,'2025-10-13 19:51:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:09','2025-10-13 19:51:09'),
(4344,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:30','2025-10-13 19:51:30'),
(4345,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-13 19:51:50','2025-10-13 19:51:50'),
(4350,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 13:43:52','2025-10-14 13:43:52'),
(4351,NULL,NULL,4350,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 13:43:52','2025-10-14 13:43:52'),
(4354,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:14:34','2025-10-14 16:14:34'),
(4355,NULL,NULL,4354,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:14:34','2025-10-14 16:14:34'),
(4356,NULL,NULL,4354,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:14:34','2025-10-14 16:14:34'),
(4365,NULL,NULL,1191,10,3,'2025-10-14 16:47:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4366,NULL,NULL,1191,10,3,'2025-10-14 16:47:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4367,NULL,NULL,1191,10,3,'2025-10-14 16:47:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4368,NULL,NULL,1191,10,3,'2025-10-14 16:47:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4369,NULL,NULL,1191,10,3,'2025-10-14 16:47:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4370,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4371,NULL,NULL,4370,10,3,'2025-10-14 16:47:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4372,NULL,NULL,4370,10,3,'2025-10-14 16:47:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4373,NULL,NULL,4370,10,3,'2025-10-14 16:47:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4374,NULL,NULL,4370,10,3,'2025-10-14 16:47:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4375,NULL,NULL,4370,10,3,'2025-10-14 16:47:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:02','2025-10-14 16:48:02'),
(4377,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:48:25','2025-10-14 16:48:25'),
(4381,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:49:14','2025-10-14 16:49:14'),
(4382,NULL,NULL,4381,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:49:14','2025-10-14 16:49:14'),
(4383,NULL,NULL,4381,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:49:14','2025-10-14 16:49:14'),
(4391,NULL,NULL,1197,10,3,'2025-10-14 16:50:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4392,NULL,NULL,1197,10,3,'2025-10-14 16:50:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4393,NULL,NULL,1197,10,3,'2025-10-14 16:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4394,NULL,NULL,1197,10,3,'2025-10-14 16:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4395,NULL,NULL,1197,10,3,'2025-10-14 16:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4396,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4397,NULL,NULL,4396,10,3,'2025-10-14 16:50:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4398,NULL,NULL,4396,10,3,'2025-10-14 16:50:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4399,NULL,NULL,4396,10,3,'2025-10-14 16:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4400,NULL,NULL,4396,10,3,'2025-10-14 16:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4401,NULL,NULL,4396,10,3,'2025-10-14 16:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:02','2025-10-14 16:52:02'),
(4403,8,NULL,NULL,NULL,6,'2025-10-14 16:52:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:31','2025-10-14 16:52:36'),
(4404,8,NULL,NULL,NULL,6,'2025-10-14 16:52:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:36','2025-10-14 16:52:36'),
(4405,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:52:41','2025-10-14 16:52:41'),
(4409,NULL,NULL,1197,56,3,'2025-10-14 16:52:00',NULL,'live',NULL,NULL,'2025-10-14 16:53:18','2025-10-14 16:53:18'),
(4410,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:53:18','2025-10-14 16:53:18'),
(4411,NULL,NULL,4410,56,3,'2025-10-14 16:52:00',NULL,'live',NULL,NULL,'2025-10-14 16:53:18','2025-10-14 16:53:18'),
(4412,NULL,NULL,4410,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:53:18','2025-10-14 16:53:18'),
(4420,NULL,NULL,1201,10,3,'2025-10-14 16:54:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4421,NULL,NULL,1201,10,3,'2025-10-14 16:55:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4422,NULL,NULL,1201,10,3,'2025-10-14 16:55:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4423,NULL,NULL,1201,10,3,'2025-10-14 16:55:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4424,NULL,NULL,1201,10,3,'2025-10-14 16:55:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4425,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4426,NULL,NULL,4425,10,3,'2025-10-14 16:54:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4427,NULL,NULL,4425,10,3,'2025-10-14 16:55:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4428,NULL,NULL,4425,10,3,'2025-10-14 16:55:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4429,NULL,NULL,4425,10,3,'2025-10-14 16:55:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4430,NULL,NULL,4425,10,3,'2025-10-14 16:55:00',NULL,'live',NULL,NULL,'2025-10-14 16:55:56','2025-10-14 16:55:56'),
(4432,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:56:21','2025-10-14 16:56:21'),
(4436,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:56:56','2025-10-14 16:56:56'),
(4437,NULL,NULL,4436,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:56:56','2025-10-14 16:56:56'),
(4438,NULL,NULL,4436,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 16:56:56','2025-10-14 16:56:56'),
(4446,NULL,NULL,1209,10,3,'2025-10-14 16:58:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:10','2025-10-14 16:59:10'),
(4447,NULL,NULL,1209,10,3,'2025-10-14 16:58:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:10','2025-10-14 16:59:10'),
(4448,NULL,NULL,1209,10,3,'2025-10-14 16:58:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:10','2025-10-14 16:59:10'),
(4449,NULL,NULL,1209,10,3,'2025-10-14 16:58:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:10','2025-10-14 16:59:10'),
(4450,NULL,NULL,1209,10,3,'2025-10-14 16:59:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:10','2025-10-14 16:59:10'),
(4451,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:11','2025-10-14 16:59:11'),
(4452,NULL,NULL,4451,10,3,'2025-10-14 16:58:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:11','2025-10-14 16:59:11'),
(4453,NULL,NULL,4451,10,3,'2025-10-14 16:58:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:11','2025-10-14 16:59:11'),
(4454,NULL,NULL,4451,10,3,'2025-10-14 16:58:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:11','2025-10-14 16:59:11'),
(4455,NULL,NULL,4451,10,3,'2025-10-14 16:58:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:11','2025-10-14 16:59:11'),
(4456,NULL,NULL,4451,10,3,'2025-10-14 16:59:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:11','2025-10-14 16:59:11'),
(4458,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 16:59:36','2025-10-14 16:59:36'),
(4462,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:00:06','2025-10-14 17:00:06'),
(4463,NULL,NULL,4462,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:00:06','2025-10-14 17:00:06'),
(4464,NULL,NULL,4462,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:00:06','2025-10-14 17:00:06'),
(4467,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:01:41','2025-10-14 17:01:41'),
(4474,NULL,NULL,1215,10,3,'2025-10-14 17:01:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4475,NULL,NULL,1215,10,3,'2025-10-14 17:02:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4476,NULL,NULL,1215,10,3,'2025-10-14 17:02:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4477,NULL,NULL,1215,10,3,'2025-10-14 17:02:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4478,NULL,NULL,1215,10,3,'2025-10-14 17:02:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4479,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4480,NULL,NULL,4479,10,3,'2025-10-14 17:01:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4481,NULL,NULL,4479,10,3,'2025-10-14 17:02:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4482,NULL,NULL,4479,10,3,'2025-10-14 17:02:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4483,NULL,NULL,4479,10,3,'2025-10-14 17:02:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4484,NULL,NULL,4479,10,3,'2025-10-14 17:02:00',NULL,'live',NULL,NULL,'2025-10-14 17:02:50','2025-10-14 17:02:50'),
(4486,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:04:16','2025-10-14 17:04:16'),
(4488,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:04:31','2025-10-14 17:04:31'),
(4492,NULL,NULL,1215,56,3,'2025-10-14 17:04:00',NULL,'live',NULL,NULL,'2025-10-14 17:05:13','2025-10-14 17:05:13'),
(4493,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:05:13','2025-10-14 17:05:13'),
(4494,NULL,NULL,4493,56,3,'2025-10-14 17:04:00',NULL,'live',NULL,NULL,'2025-10-14 17:05:13','2025-10-14 17:05:13'),
(4495,NULL,NULL,4493,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:05:13','2025-10-14 17:05:13'),
(4504,NULL,NULL,1219,10,3,'2025-10-14 17:07:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4505,NULL,NULL,1219,10,3,'2025-10-14 17:07:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4506,NULL,NULL,1219,10,3,'2025-10-14 17:07:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4507,NULL,NULL,1219,10,3,'2025-10-14 17:08:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4508,NULL,NULL,1219,10,3,'2025-10-14 17:08:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4509,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4510,NULL,NULL,4509,10,3,'2025-10-14 17:07:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4511,NULL,NULL,4509,10,3,'2025-10-14 17:07:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4512,NULL,NULL,4509,10,3,'2025-10-14 17:07:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4513,NULL,NULL,4509,10,3,'2025-10-14 17:08:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4514,NULL,NULL,4509,10,3,'2025-10-14 17:08:00',NULL,'live',NULL,NULL,'2025-10-14 17:08:27','2025-10-14 17:08:27'),
(4521,NULL,NULL,1219,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:09:21','2025-10-14 17:09:21'),
(4522,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:09:21','2025-10-14 17:09:21'),
(4523,NULL,NULL,4522,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:09:21','2025-10-14 17:09:21'),
(4524,NULL,NULL,4522,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:09:21','2025-10-14 17:09:21'),
(4527,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:10:19','2025-10-14 17:10:19'),
(4534,NULL,NULL,1225,10,3,'2025-10-14 17:10:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4535,NULL,NULL,1225,10,3,'2025-10-14 17:10:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4536,NULL,NULL,1225,10,3,'2025-10-14 17:10:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4537,NULL,NULL,1225,10,3,'2025-10-14 17:11:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4538,NULL,NULL,1225,10,3,'2025-10-14 17:11:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4539,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4540,NULL,NULL,4539,10,3,'2025-10-14 17:10:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4541,NULL,NULL,4539,10,3,'2025-10-14 17:10:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4542,NULL,NULL,4539,10,3,'2025-10-14 17:10:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4543,NULL,NULL,4539,10,3,'2025-10-14 17:11:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4544,NULL,NULL,4539,10,3,'2025-10-14 17:11:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:27','2025-10-14 17:11:27'),
(4546,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:11:44','2025-10-14 17:11:44'),
(4550,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:12:18','2025-10-14 17:12:18'),
(4551,NULL,NULL,4550,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:12:18','2025-10-14 17:12:18'),
(4552,NULL,NULL,4550,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:12:18','2025-10-14 17:12:18'),
(4564,NULL,NULL,1231,10,3,'2025-10-14 17:13:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4565,NULL,NULL,1231,10,3,'2025-10-14 17:13:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4566,NULL,NULL,1231,10,3,'2025-10-14 17:13:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4567,NULL,NULL,1231,10,3,'2025-10-14 17:14:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4568,NULL,NULL,1231,10,3,'2025-10-14 17:14:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4569,NULL,NULL,1231,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4570,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4571,NULL,NULL,4570,10,3,'2025-10-14 17:13:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4572,NULL,NULL,4570,10,3,'2025-10-14 17:13:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4573,NULL,NULL,4570,10,3,'2025-10-14 17:13:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4574,NULL,NULL,4570,10,3,'2025-10-14 17:14:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4575,NULL,NULL,4570,10,3,'2025-10-14 17:14:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4576,NULL,NULL,4570,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4577,NULL,NULL,4570,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:15:30','2025-10-14 17:15:30'),
(4586,NULL,NULL,1237,10,3,'2025-10-14 17:20:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4587,NULL,NULL,1237,10,3,'2025-10-14 17:20:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4588,NULL,NULL,1237,10,3,'2025-10-14 17:20:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4589,NULL,NULL,1237,10,3,'2025-10-14 17:20:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4590,NULL,NULL,1237,10,3,'2025-10-14 17:20:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4591,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4592,NULL,NULL,4591,10,3,'2025-10-14 17:20:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4593,NULL,NULL,4591,10,3,'2025-10-14 17:20:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4594,NULL,NULL,4591,10,3,'2025-10-14 17:20:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4595,NULL,NULL,4591,10,3,'2025-10-14 17:20:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4596,NULL,NULL,4591,10,3,'2025-10-14 17:20:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:05','2025-10-14 17:21:05'),
(4598,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:21:31','2025-10-14 17:21:31'),
(4604,NULL,NULL,1237,56,3,'2025-10-14 17:21:00',NULL,'live',NULL,NULL,'2025-10-14 17:22:21','2025-10-14 17:22:21'),
(4605,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:22:21','2025-10-14 17:22:21'),
(4606,NULL,NULL,4605,56,3,'2025-10-14 17:21:00',NULL,'live',NULL,NULL,'2025-10-14 17:22:21','2025-10-14 17:22:21'),
(4607,NULL,NULL,4605,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:22:21','2025-10-14 17:22:21'),
(4608,NULL,NULL,4605,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:22:21','2025-10-14 17:22:21'),
(4621,NULL,NULL,1243,10,3,'2025-10-14 17:23:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4622,NULL,NULL,1243,10,3,'2025-10-14 17:23:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4623,NULL,NULL,1243,10,3,'2025-10-14 17:23:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4624,NULL,NULL,1243,10,3,'2025-10-14 17:23:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4625,NULL,NULL,1243,10,3,'2025-10-14 17:23:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4626,NULL,NULL,1243,56,3,'2025-10-14 17:24:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4627,NULL,NULL,1243,56,3,'2025-10-14 17:24:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4628,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4629,NULL,NULL,4628,10,3,'2025-10-14 17:23:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4630,NULL,NULL,4628,10,3,'2025-10-14 17:23:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4631,NULL,NULL,4628,10,3,'2025-10-14 17:23:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4632,NULL,NULL,4628,10,3,'2025-10-14 17:23:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4633,NULL,NULL,4628,10,3,'2025-10-14 17:23:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4634,NULL,NULL,4628,56,3,'2025-10-14 17:24:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4635,NULL,NULL,4628,56,3,'2025-10-14 17:24:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4636,NULL,NULL,4628,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4637,NULL,NULL,4628,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:25:14','2025-10-14 17:25:14'),
(4645,NULL,NULL,1249,10,3,'2025-10-14 17:25:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4646,NULL,NULL,1249,10,3,'2025-10-14 17:26:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4647,NULL,NULL,1249,10,3,'2025-10-14 17:26:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4648,NULL,NULL,1249,10,3,'2025-10-14 17:26:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4649,NULL,NULL,1249,10,3,'2025-10-14 17:26:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4650,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4651,NULL,NULL,4650,10,3,'2025-10-14 17:25:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4652,NULL,NULL,4650,10,3,'2025-10-14 17:26:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4653,NULL,NULL,4650,10,3,'2025-10-14 17:26:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4654,NULL,NULL,4650,10,3,'2025-10-14 17:26:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4655,NULL,NULL,4650,10,3,'2025-10-14 17:26:00',NULL,'live',NULL,NULL,'2025-10-14 17:27:20','2025-10-14 17:27:20'),
(4660,NULL,NULL,1249,56,3,'2025-10-14 17:27:00',NULL,'live',NULL,NULL,'2025-10-14 17:28:10','2025-10-14 17:28:10'),
(4661,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 17:28:10','2025-10-14 17:28:10'),
(4662,NULL,NULL,4661,56,3,'2025-10-14 17:27:00',NULL,'live',NULL,NULL,'2025-10-14 17:28:10','2025-10-14 17:28:10'),
(4663,NULL,NULL,4661,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:28:10','2025-10-14 17:28:10'),
(4664,NULL,NULL,4661,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-14 17:28:10','2025-10-14 17:28:10'),
(4666,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-14 20:32:11','2025-10-14 20:32:11'),
(4668,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:16:00','2025-10-16 19:16:00'),
(4670,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:16:56','2025-10-16 19:16:56'),
(4674,NULL,NULL,1473,44,2,'2025-10-16 19:18:00',NULL,'live',NULL,NULL,'2025-10-16 19:18:57','2025-10-16 19:18:57'),
(4675,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:18:57','2025-10-16 19:18:57'),
(4676,NULL,NULL,4675,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-16 19:18:57','2025-10-16 19:18:57'),
(4677,NULL,NULL,4675,44,2,'2025-10-16 19:18:00',NULL,'live',NULL,NULL,'2025-10-16 19:18:57','2025-10-16 19:18:57'),
(4679,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:19:28','2025-10-16 19:19:28'),
(4681,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:19:52','2025-10-16 19:19:52'),
(4683,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:20:30','2025-10-16 19:20:30'),
(4687,NULL,NULL,1477,44,2,'2025-10-16 19:21:00',NULL,'live',NULL,NULL,'2025-10-16 19:21:39','2025-10-16 19:21:39'),
(4688,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:21:39','2025-10-16 19:21:39'),
(4689,NULL,NULL,4688,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-16 19:21:39','2025-10-16 19:21:39'),
(4690,NULL,NULL,4688,44,2,'2025-10-16 19:21:00',NULL,'live',NULL,NULL,'2025-10-16 19:21:39','2025-10-16 19:21:39'),
(4692,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:22:12','2025-10-16 19:22:12'),
(4694,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:22:21','2025-10-16 19:22:21'),
(4696,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:22:51','2025-10-16 19:22:51'),
(4700,NULL,NULL,1481,44,2,'2025-10-16 19:23:00',NULL,'live',NULL,NULL,'2025-10-16 19:23:32','2025-10-16 19:23:32'),
(4701,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-16 19:23:32','2025-10-16 19:23:32'),
(4702,NULL,NULL,4701,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-16 19:23:32','2025-10-16 19:23:32'),
(4703,NULL,NULL,4701,44,2,'2025-10-16 19:23:00',NULL,'live',NULL,NULL,'2025-10-16 19:23:32','2025-10-16 19:23:32'),
(4706,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-22 18:20:15','2025-10-22 18:20:15'),
(4710,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-22 23:46:58','2025-10-22 23:46:58'),
(4712,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-22 23:47:07','2025-10-22 23:47:07'),
(4758,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-10-23 01:33:57','2025-10-23 01:33:57'),
(4768,NULL,NULL,2,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-27 15:16:45','2025-10-27 15:16:45'),
(4770,NULL,NULL,7694,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-10-27 15:16:45','2026-03-25 19:33:13'),
(4792,NULL,NULL,1255,10,3,'2025-11-04 15:02:00',NULL,'live',NULL,NULL,'2025-11-04 15:03:21','2025-11-04 15:03:21'),
(4793,NULL,NULL,1255,10,3,'2025-11-04 15:02:00',NULL,'live',NULL,NULL,'2025-11-04 15:03:21','2025-11-04 15:03:21'),
(4794,NULL,NULL,1255,10,3,'2025-11-04 15:02:00',NULL,'live',NULL,NULL,'2025-11-04 15:03:21','2025-11-04 15:03:21'),
(4795,NULL,NULL,1255,10,3,'2025-11-04 15:03:00',NULL,'live',NULL,NULL,'2025-11-04 15:03:21','2025-11-04 15:03:21'),
(4796,NULL,NULL,1255,10,3,'2025-11-04 15:03:00',NULL,'live',NULL,NULL,'2025-11-04 15:03:21','2025-11-04 15:03:21'),
(4798,NULL,NULL,6552,10,3,'2025-11-04 15:02:00',NULL,'live',NULL,NULL,'2025-11-04 15:03:21','2026-03-25 19:57:31'),
(4799,NULL,NULL,6552,10,3,'2025-11-04 15:02:00',NULL,'live',NULL,NULL,'2025-11-04 15:03:21','2026-03-25 19:57:31'),
(4800,NULL,NULL,6552,10,3,'2025-11-04 15:02:00',NULL,'live',NULL,NULL,'2025-11-04 15:03:21','2026-03-25 19:57:31'),
(4801,NULL,NULL,6552,10,3,'2025-11-04 15:03:00',NULL,'live',NULL,NULL,'2025-11-04 15:03:21','2026-03-25 19:57:31'),
(4802,NULL,NULL,6552,10,3,'2025-11-04 15:03:00',NULL,'live',NULL,NULL,'2025-11-04 15:03:21','2026-03-25 19:57:31'),
(4818,NULL,NULL,6552,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-04 15:09:31','2026-03-25 19:57:31'),
(4819,NULL,NULL,6552,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-04 15:09:31','2026-03-25 19:57:31'),
(4830,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-04 19:14:54','2025-11-04 19:14:54'),
(4832,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-04 19:15:35','2025-11-04 19:15:35'),
(4839,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-04 19:51:07','2025-11-04 19:51:07'),
(4855,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-04 20:33:01','2025-11-04 20:33:01'),
(4867,NULL,NULL,1261,10,3,'2025-11-04 20:54:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4868,NULL,NULL,1261,10,3,'2025-11-04 20:54:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4869,NULL,NULL,1261,10,3,'2025-11-04 20:54:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4870,NULL,NULL,1261,10,3,'2025-11-04 20:54:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4871,NULL,NULL,1261,10,3,'2025-11-04 20:54:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4872,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4873,NULL,NULL,4872,10,3,'2025-11-04 20:54:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4874,NULL,NULL,4872,10,3,'2025-11-04 20:54:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4875,NULL,NULL,4872,10,3,'2025-11-04 20:54:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4876,NULL,NULL,4872,10,3,'2025-11-04 20:54:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4877,NULL,NULL,4872,10,3,'2025-11-04 20:54:00',NULL,'live',NULL,NULL,'2025-11-04 20:54:58','2025-11-04 20:54:58'),
(4889,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-04 20:56:34','2025-11-04 20:56:34'),
(4893,NULL,NULL,1261,56,3,'2025-11-04 20:56:00',NULL,'live',NULL,NULL,'2025-11-04 20:57:09','2025-11-04 20:57:09'),
(4894,NULL,NULL,1261,56,3,'2025-11-04 20:57:00',NULL,'live',NULL,NULL,'2025-11-04 20:57:09','2025-11-04 20:57:09'),
(4895,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-04 20:57:09','2025-11-04 20:57:09'),
(4896,NULL,NULL,4895,56,3,'2025-11-04 20:56:00',NULL,'live',NULL,NULL,'2025-11-04 20:57:09','2025-11-04 20:57:09'),
(4897,NULL,NULL,4895,56,3,'2025-11-04 20:57:00',NULL,'live',NULL,NULL,'2025-11-04 20:57:09','2025-11-04 20:57:09'),
(4904,NULL,NULL,1261,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-04 20:58:46','2025-11-04 20:58:46'),
(4905,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-04 20:58:46','2025-11-04 20:58:46'),
(4906,NULL,NULL,4905,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-04 20:58:46','2025-11-04 20:58:46'),
(4907,NULL,NULL,4905,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-04 20:58:46','2025-11-04 20:58:46'),
(4917,NULL,NULL,6454,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-04 21:01:32','2026-03-25 19:45:38'),
(4925,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-04 21:08:43','2025-11-04 21:08:43'),
(4945,NULL,NULL,1255,64,14,'2025-11-05 15:59:00',NULL,'live',NULL,NULL,'2025-11-05 16:07:55','2025-11-05 16:07:55'),
(4946,NULL,NULL,1255,64,14,'2025-11-05 16:07:00',NULL,'live',NULL,NULL,'2025-11-05 16:07:55','2025-11-05 16:07:55'),
(4948,NULL,NULL,6552,64,14,'2025-11-05 15:59:00',NULL,'live',NULL,NULL,'2025-11-05 16:07:55','2026-03-25 19:57:31'),
(4949,NULL,NULL,6552,64,14,'2025-11-05 16:07:00',NULL,'live',NULL,NULL,'2025-11-05 16:07:55','2026-03-25 19:57:31'),
(4958,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:09:58','2025-11-05 17:09:58'),
(4964,NULL,NULL,1143,64,14,'2025-11-05 17:10:00',NULL,'live',NULL,NULL,'2025-11-05 17:12:54','2025-11-05 17:12:54'),
(4965,NULL,NULL,1143,64,14,'2025-11-05 17:12:00',NULL,'live',NULL,NULL,'2025-11-05 17:12:54','2025-11-05 17:12:54'),
(4966,NULL,NULL,1143,64,14,'2025-11-05 17:12:00',NULL,'live',NULL,NULL,'2025-11-05 17:12:54','2025-11-05 17:12:54'),
(4967,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:12:54','2025-11-05 17:12:54'),
(4968,NULL,NULL,4967,64,14,'2025-11-05 17:10:00',NULL,'live',NULL,NULL,'2025-11-05 17:12:54','2025-11-05 17:12:54'),
(4969,NULL,NULL,4967,64,14,'2025-11-05 17:12:00',NULL,'live',NULL,NULL,'2025-11-05 17:12:54','2025-11-05 17:12:54'),
(4970,NULL,NULL,4967,64,14,'2025-11-05 17:12:00',NULL,'live',NULL,NULL,'2025-11-05 17:12:54','2025-11-05 17:12:54'),
(4979,NULL,NULL,1135,10,3,'2025-11-05 17:15:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4980,NULL,NULL,1135,10,3,'2025-11-05 17:15:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4981,NULL,NULL,1135,10,3,'2025-11-05 17:16:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4982,NULL,NULL,1135,10,3,'2025-11-05 17:16:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4983,NULL,NULL,1135,10,3,'2025-11-05 17:16:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4984,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4985,NULL,NULL,4984,10,3,'2025-11-05 17:15:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4986,NULL,NULL,4984,10,3,'2025-11-05 17:15:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4987,NULL,NULL,4984,10,3,'2025-11-05 17:16:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4988,NULL,NULL,4984,10,3,'2025-11-05 17:16:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4989,NULL,NULL,4984,10,3,'2025-11-05 17:16:00',NULL,'live',NULL,NULL,'2025-11-05 17:16:49','2025-11-05 17:16:49'),
(4998,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:20:21','2025-11-05 17:20:21'),
(5004,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:22:48','2025-11-05 17:22:48'),
(5005,NULL,NULL,5004,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-05 17:22:48','2025-11-05 17:22:48'),
(5006,NULL,NULL,5004,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-05 17:22:48','2025-11-05 17:22:48'),
(5009,NULL,NULL,1135,64,14,'2025-11-05 17:23:00',NULL,'live',NULL,NULL,'2025-11-05 17:23:33','2025-11-05 17:23:33'),
(5010,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:23:33','2025-11-05 17:23:33'),
(5011,NULL,NULL,5010,64,14,'2025-11-05 17:23:00',NULL,'live',NULL,NULL,'2025-11-05 17:23:33','2025-11-05 17:23:33'),
(5019,NULL,NULL,1349,10,3,'2025-11-05 17:26:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5020,NULL,NULL,1349,10,3,'2025-11-05 17:26:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5021,NULL,NULL,1349,10,3,'2025-11-05 17:26:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5022,NULL,NULL,1349,10,3,'2025-11-05 17:27:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5023,NULL,NULL,1349,10,3,'2025-11-05 17:27:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5024,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5025,NULL,NULL,5024,10,3,'2025-11-05 17:26:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5026,NULL,NULL,5024,10,3,'2025-11-05 17:26:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5027,NULL,NULL,5024,10,3,'2025-11-05 17:26:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5028,NULL,NULL,5024,10,3,'2025-11-05 17:27:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5029,NULL,NULL,5024,10,3,'2025-11-05 17:27:00',NULL,'live',NULL,NULL,'2025-11-05 17:27:42','2025-11-05 17:27:42'),
(5031,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:28:51','2025-11-05 17:28:51'),
(5043,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:31:15','2025-11-05 17:31:15'),
(5044,NULL,NULL,5043,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-05 17:31:15','2025-11-05 17:31:15'),
(5048,NULL,NULL,1349,64,14,'2025-11-05 17:31:00',NULL,'live',NULL,NULL,'2025-11-05 17:32:04','2025-11-05 17:32:04'),
(5049,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:32:04','2025-11-05 17:32:04'),
(5050,NULL,NULL,5049,64,14,'2025-11-05 17:31:00',NULL,'live',NULL,NULL,'2025-11-05 17:32:04','2025-11-05 17:32:04'),
(5059,NULL,NULL,1129,64,14,'2025-11-05 17:32:00',NULL,'live',NULL,NULL,'2025-11-05 17:35:38','2025-11-05 17:35:38'),
(5060,NULL,NULL,1129,64,14,'2025-11-05 17:32:00',NULL,'live',NULL,NULL,'2025-11-05 17:35:38','2025-11-05 17:35:38'),
(5061,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:35:38','2025-11-05 17:35:38'),
(5062,NULL,NULL,5061,64,14,'2025-11-05 17:32:00',NULL,'live',NULL,NULL,'2025-11-05 17:35:38','2025-11-05 17:35:38'),
(5063,NULL,NULL,5061,64,14,'2025-11-05 17:32:00',NULL,'live',NULL,NULL,'2025-11-05 17:35:38','2025-11-05 17:35:38'),
(5070,NULL,NULL,1123,64,14,'2025-11-05 17:36:00',NULL,'live',NULL,NULL,'2025-11-05 17:40:11','2025-11-05 17:40:11'),
(5071,NULL,NULL,1123,64,14,'2025-11-05 17:36:00',NULL,'live',NULL,NULL,'2025-11-05 17:40:11','2025-11-05 17:40:11'),
(5072,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:40:11','2025-11-05 17:40:11'),
(5073,NULL,NULL,5072,64,14,'2025-11-05 17:36:00',NULL,'live',NULL,NULL,'2025-11-05 17:40:11','2025-11-05 17:40:11'),
(5074,NULL,NULL,5072,64,14,'2025-11-05 17:36:00',NULL,'live',NULL,NULL,'2025-11-05 17:40:11','2025-11-05 17:40:11'),
(5076,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:40:21','2025-11-05 17:40:21'),
(5081,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:41:40','2025-11-05 17:41:40'),
(5083,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:41:43','2025-11-05 17:41:43'),
(5089,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:42:50','2025-11-05 17:42:50'),
(5091,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:43:21','2025-11-05 17:43:21'),
(5099,NULL,NULL,1041,64,14,'2025-11-05 17:44:00',NULL,'live',NULL,NULL,'2025-11-05 17:47:50','2025-11-05 17:47:50'),
(5100,NULL,NULL,1041,64,14,'2025-11-05 17:44:00',NULL,'live',NULL,NULL,'2025-11-05 17:47:50','2025-11-05 17:47:50'),
(5101,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:47:50','2025-11-05 17:47:50'),
(5102,NULL,NULL,5101,64,14,'2025-11-05 17:44:00',NULL,'live',NULL,NULL,'2025-11-05 17:47:50','2025-11-05 17:47:50'),
(5103,NULL,NULL,5101,64,14,'2025-11-05 17:44:00',NULL,'live',NULL,NULL,'2025-11-05 17:47:50','2025-11-05 17:47:50'),
(5115,NULL,NULL,1035,64,14,'2025-11-05 17:52:00',NULL,'live',NULL,NULL,'2025-11-05 17:52:23','2025-11-05 17:52:23'),
(5116,NULL,NULL,1035,64,14,'2025-11-05 17:52:00',NULL,'live',NULL,NULL,'2025-11-05 17:52:23','2025-11-05 17:52:23'),
(5117,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 17:52:23','2025-11-05 17:52:23'),
(5118,NULL,NULL,5117,64,14,'2025-11-05 17:52:00',NULL,'live',NULL,NULL,'2025-11-05 17:52:23','2025-11-05 17:52:23'),
(5119,NULL,NULL,5117,64,14,'2025-11-05 17:52:00',NULL,'live',NULL,NULL,'2025-11-05 17:52:23','2025-11-05 17:52:23'),
(5134,NULL,NULL,1109,64,14,'2025-11-05 18:46:00',NULL,'live',NULL,NULL,'2025-11-05 18:46:45','2025-11-05 18:46:45'),
(5135,NULL,NULL,1109,64,14,'2025-11-05 18:46:00',NULL,'live',NULL,NULL,'2025-11-05 18:46:45','2025-11-05 18:46:45'),
(5136,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 18:46:45','2025-11-05 18:46:45'),
(5137,NULL,NULL,5136,64,14,'2025-11-05 18:46:00',NULL,'live',NULL,NULL,'2025-11-05 18:46:45','2025-11-05 18:46:45'),
(5138,NULL,NULL,5136,64,14,'2025-11-05 18:46:00',NULL,'live',NULL,NULL,'2025-11-05 18:46:45','2025-11-05 18:46:45'),
(5161,NULL,NULL,1343,10,3,'2025-11-05 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5162,NULL,NULL,1343,10,3,'2025-11-05 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5163,NULL,NULL,1343,10,3,'2025-11-05 18:49:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5164,NULL,NULL,1343,10,3,'2025-11-05 18:49:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5165,NULL,NULL,1343,10,3,'2025-11-05 18:49:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5166,NULL,NULL,1343,56,3,'2025-11-05 18:54:00',NULL,'live',0,0,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5167,NULL,NULL,1343,64,14,'2025-11-05 18:56:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5168,NULL,NULL,1343,64,14,'2025-11-05 18:56:00',NULL,'live',0,0,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5169,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5170,NULL,NULL,5169,10,3,'2025-11-05 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5171,NULL,NULL,5169,10,3,'2025-11-05 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5172,NULL,NULL,5169,10,3,'2025-11-05 18:49:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:48','2025-11-05 18:56:48'),
(5173,NULL,NULL,5169,10,3,'2025-11-05 18:49:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:49','2025-11-05 18:56:49'),
(5174,NULL,NULL,5169,10,3,'2025-11-05 18:49:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:49','2025-11-05 18:56:49'),
(5175,NULL,NULL,5169,56,3,'2025-11-05 18:54:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:49','2025-11-05 18:56:49'),
(5176,NULL,NULL,5169,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:49','2025-11-05 18:56:49'),
(5177,NULL,NULL,5169,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:49','2025-11-05 18:56:49'),
(5178,NULL,NULL,5169,64,14,'2025-11-05 18:56:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:49','2025-11-05 18:56:49'),
(5179,NULL,NULL,5169,64,14,'2025-11-05 18:56:00',NULL,'live',NULL,NULL,'2025-11-05 18:56:49','2025-11-05 18:56:49'),
(5197,NULL,NULL,1407,10,3,'2025-11-05 19:04:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5198,NULL,NULL,1407,10,3,'2025-11-05 19:04:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5199,NULL,NULL,1407,10,3,'2025-11-05 19:04:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5200,NULL,NULL,1407,10,3,'2025-11-05 19:05:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5201,NULL,NULL,1407,10,3,'2025-11-05 19:05:00',NULL,'live',0,0,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5202,NULL,NULL,1407,64,14,'2025-11-05 18:59:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5203,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5204,NULL,NULL,5203,10,3,'2025-11-05 19:04:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5205,NULL,NULL,5203,10,3,'2025-11-05 19:04:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5206,NULL,NULL,5203,10,3,'2025-11-05 19:04:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5207,NULL,NULL,5203,10,3,'2025-11-05 19:05:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5208,NULL,NULL,5203,10,3,'2025-11-05 19:05:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5209,NULL,NULL,5203,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:18','2025-11-05 19:12:18'),
(5210,NULL,NULL,5203,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:19','2025-11-05 19:12:19'),
(5211,NULL,NULL,5203,64,14,'2025-11-05 18:59:00',NULL,'live',NULL,NULL,'2025-11-05 19:12:19','2025-11-05 19:12:19'),
(5219,NULL,NULL,1337,10,3,'2025-11-05 19:13:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5220,NULL,NULL,1337,10,3,'2025-11-05 19:13:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5221,NULL,NULL,1337,10,3,'2025-11-05 19:14:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5222,NULL,NULL,1337,10,3,'2025-11-05 19:14:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5223,NULL,NULL,1337,10,3,'2025-11-05 19:14:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5224,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5225,NULL,NULL,5224,10,3,'2025-11-05 19:13:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5226,NULL,NULL,5224,10,3,'2025-11-05 19:13:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5227,NULL,NULL,5224,10,3,'2025-11-05 19:14:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5228,NULL,NULL,5224,10,3,'2025-11-05 19:14:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5229,NULL,NULL,5224,10,3,'2025-11-05 19:14:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:00','2025-11-05 19:15:00'),
(5231,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 19:15:33','2025-11-05 19:15:33'),
(5246,NULL,NULL,1337,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-05 19:19:37','2025-11-05 19:19:37'),
(5247,NULL,NULL,1337,64,14,'2025-11-05 19:19:00',NULL,'live',NULL,NULL,'2025-11-05 19:19:37','2025-11-05 19:19:37'),
(5248,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 19:19:37','2025-11-05 19:19:37'),
(5249,NULL,NULL,5248,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-05 19:19:38','2025-11-05 19:19:38'),
(5250,NULL,NULL,5248,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-05 19:19:38','2025-11-05 19:19:38'),
(5251,NULL,NULL,5248,64,14,'2025-11-05 19:19:00',NULL,'live',NULL,NULL,'2025-11-05 19:19:38','2025-11-05 19:19:38'),
(5261,NULL,NULL,1023,64,14,'2025-11-05 19:26:00',NULL,'live',NULL,NULL,'2025-11-05 19:26:13','2025-11-05 19:26:13'),
(5262,NULL,NULL,1023,64,14,'2025-11-05 19:26:00',NULL,'live',0,0,'2025-11-05 19:26:13','2025-11-05 19:26:13'),
(5263,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-05 19:26:13','2025-11-05 19:26:13'),
(5264,NULL,NULL,5263,64,14,'2025-11-05 19:26:00',NULL,'live',NULL,NULL,'2025-11-05 19:26:13','2025-11-05 19:26:13'),
(5265,NULL,NULL,5263,64,14,'2025-11-05 19:26:00',NULL,'live',NULL,NULL,'2025-11-05 19:26:13','2025-11-05 19:26:13'),
(5272,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2025-11-10 20:34:52','2025-11-10 20:34:52'),
(5283,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-11 18:06:22','2025-11-11 18:06:22'),
(5285,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-11 18:06:26','2025-11-11 18:06:26'),
(5307,NULL,NULL,1171,64,14,'2025-11-13 19:18:00',NULL,'live',NULL,NULL,'2025-11-13 19:18:07','2025-11-13 19:18:07'),
(5308,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:18:07','2025-11-13 19:18:07'),
(5309,NULL,NULL,5308,64,14,'2025-11-13 19:18:00',NULL,'live',NULL,NULL,'2025-11-13 19:18:07','2025-11-13 19:18:07'),
(5310,NULL,NULL,1045,64,14,'2025-11-13 19:17:00',NULL,'live',NULL,NULL,'2025-11-13 19:18:18','2025-11-13 19:18:18'),
(5311,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:18:18','2025-11-13 19:18:18'),
(5312,NULL,NULL,5311,64,14,'2025-11-13 19:17:00',NULL,'live',NULL,NULL,'2025-11-13 19:18:18','2025-11-13 19:18:18'),
(5315,NULL,NULL,945,64,14,'2025-11-13 19:19:00',NULL,'live',NULL,NULL,'2025-11-13 19:19:40','2025-11-13 19:19:40'),
(5317,NULL,NULL,9882,64,14,'2025-11-13 19:19:00',NULL,'live',NULL,NULL,'2025-11-13 19:19:40','2026-03-25 19:33:51'),
(5319,NULL,NULL,951,64,14,'2025-11-13 19:19:00',NULL,'live',NULL,NULL,'2025-11-13 19:20:01','2025-11-13 19:20:01'),
(5320,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:20:01','2025-11-13 19:20:01'),
(5321,NULL,NULL,5320,64,14,'2025-11-13 19:19:00',NULL,'live',NULL,NULL,'2025-11-13 19:20:01','2025-11-13 19:20:01'),
(5324,NULL,NULL,1261,64,14,'2025-11-13 19:20:00',NULL,'live',NULL,NULL,'2025-11-13 19:20:32','2025-11-13 19:20:32'),
(5325,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:20:32','2025-11-13 19:20:32'),
(5326,NULL,NULL,5325,64,14,'2025-11-13 19:20:00',NULL,'live',NULL,NULL,'2025-11-13 19:20:32','2025-11-13 19:20:32'),
(5329,NULL,NULL,1177,64,14,'2025-11-13 19:20:00',NULL,'live',NULL,NULL,'2025-11-13 19:21:01','2025-11-13 19:21:01'),
(5331,NULL,NULL,6454,64,14,'2025-11-13 19:20:00',NULL,'live',NULL,NULL,'2025-11-13 19:21:01','2026-03-25 19:45:38'),
(5334,NULL,NULL,957,64,14,'2025-11-13 19:21:00',NULL,'live',NULL,NULL,'2025-11-13 19:21:34','2025-11-13 19:21:34'),
(5335,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:21:35','2025-11-13 19:21:35'),
(5336,NULL,NULL,5335,64,14,'2025-11-13 19:21:00',NULL,'live',NULL,NULL,'2025-11-13 19:21:35','2025-11-13 19:21:35'),
(5339,NULL,NULL,963,64,14,'2025-11-13 19:22:00',NULL,'live',NULL,NULL,'2025-11-13 19:22:13','2025-11-13 19:22:13'),
(5341,NULL,NULL,7756,64,14,'2025-11-13 19:22:00',NULL,'live',NULL,NULL,'2025-11-13 19:22:13','2026-03-25 19:34:47'),
(5343,NULL,NULL,2720,64,14,'2025-11-13 19:22:00',NULL,'live',NULL,NULL,'2025-11-13 19:22:54','2025-11-13 19:22:54'),
(5344,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2025-11-13 19:22:54','2025-11-13 19:22:54'),
(5345,NULL,NULL,5344,64,14,'2025-11-13 19:22:00',NULL,'live',NULL,NULL,'2025-11-13 19:22:54','2025-11-13 19:22:54'),
(5348,NULL,NULL,1051,64,14,'2025-11-13 19:23:00',NULL,'live',NULL,NULL,'2025-11-13 19:23:50','2025-11-13 19:23:50'),
(5349,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:23:50','2025-11-13 19:23:50'),
(5350,NULL,NULL,5349,64,14,'2025-11-13 19:23:00',NULL,'live',NULL,NULL,'2025-11-13 19:23:50','2025-11-13 19:23:50'),
(5353,NULL,NULL,1185,64,14,'2025-11-13 19:24:00',NULL,'live',NULL,NULL,'2025-11-13 19:24:33','2025-11-13 19:24:33'),
(5354,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:24:33','2025-11-13 19:24:33'),
(5355,NULL,NULL,5354,64,14,'2025-11-13 19:24:00',NULL,'live',NULL,NULL,'2025-11-13 19:24:33','2025-11-13 19:24:33'),
(5358,NULL,NULL,1059,64,14,'2025-11-13 19:25:00',NULL,'live',NULL,NULL,'2025-11-13 19:25:27','2025-11-13 19:25:27'),
(5359,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:25:27','2025-11-13 19:25:27'),
(5360,NULL,NULL,5359,64,14,'2025-11-13 19:25:00',NULL,'live',NULL,NULL,'2025-11-13 19:25:27','2025-11-13 19:25:27'),
(5363,NULL,NULL,1269,64,14,'2025-11-13 19:26:00',NULL,'live',NULL,NULL,'2025-11-13 19:26:07','2025-11-13 19:26:07'),
(5364,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:26:08','2025-11-13 19:26:08'),
(5365,NULL,NULL,5364,64,14,'2025-11-13 19:26:00',NULL,'live',NULL,NULL,'2025-11-13 19:26:08','2025-11-13 19:26:08'),
(5368,NULL,NULL,969,64,14,'2025-11-13 19:26:00',NULL,'live',NULL,NULL,'2025-11-13 19:26:37','2025-11-13 19:26:37'),
(5369,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:26:37','2025-11-13 19:26:37'),
(5370,NULL,NULL,5369,64,14,'2025-11-13 19:26:00',NULL,'live',NULL,NULL,'2025-11-13 19:26:37','2025-11-13 19:26:37'),
(5373,NULL,NULL,1277,64,14,'2025-11-13 19:27:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:11','2025-11-13 19:27:11'),
(5374,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:11','2025-11-13 19:27:11'),
(5375,NULL,NULL,5374,64,14,'2025-11-13 19:27:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:11','2025-11-13 19:27:11'),
(5376,NULL,NULL,1191,64,14,'2025-11-12 19:40:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:21','2025-11-13 19:27:21'),
(5377,NULL,NULL,1191,64,14,'2025-11-13 19:27:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:21','2025-11-13 19:27:21'),
(5378,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:21','2025-11-13 19:27:21'),
(5379,NULL,NULL,5378,64,14,'2025-11-12 19:40:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:21','2025-11-13 19:27:21'),
(5380,NULL,NULL,5378,64,14,'2025-11-13 19:27:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:21','2025-11-13 19:27:21'),
(5383,NULL,NULL,1419,64,14,'2025-11-13 19:27:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:50','2025-11-13 19:27:50'),
(5384,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:50','2025-11-13 19:27:50'),
(5385,NULL,NULL,5384,64,14,'2025-11-13 19:27:00',NULL,'live',NULL,NULL,'2025-11-13 19:27:50','2025-11-13 19:27:50'),
(5388,NULL,NULL,1413,64,14,'2025-11-13 19:28:00',NULL,'live',NULL,NULL,'2025-11-13 19:28:49','2025-11-13 19:28:49'),
(5389,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:28:49','2025-11-13 19:28:49'),
(5390,NULL,NULL,5389,64,14,'2025-11-13 19:28:00',NULL,'live',NULL,NULL,'2025-11-13 19:28:49','2025-11-13 19:28:49'),
(5393,NULL,NULL,1425,64,14,'2025-11-13 19:29:00',NULL,'live',NULL,NULL,'2025-11-13 19:29:31','2025-11-13 19:29:31'),
(5394,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:29:31','2025-11-13 19:29:31'),
(5395,NULL,NULL,5394,64,14,'2025-11-13 19:29:00',NULL,'live',NULL,NULL,'2025-11-13 19:29:31','2025-11-13 19:29:31'),
(5398,NULL,NULL,1359,64,14,'2025-11-13 19:30:00',NULL,'live',NULL,NULL,'2025-11-13 19:30:15','2025-11-13 19:30:15'),
(5399,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:30:15','2025-11-13 19:30:15'),
(5400,NULL,NULL,5399,64,14,'2025-11-13 19:30:00',NULL,'live',NULL,NULL,'2025-11-13 19:30:15','2025-11-13 19:30:15'),
(5403,NULL,NULL,1365,64,14,'2025-11-13 19:31:00',NULL,'live',NULL,NULL,'2025-11-13 19:31:19','2025-11-13 19:31:19'),
(5404,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:31:19','2025-11-13 19:31:19'),
(5405,NULL,NULL,5404,64,14,'2025-11-13 19:31:00',NULL,'live',NULL,NULL,'2025-11-13 19:31:19','2025-11-13 19:31:19'),
(5408,NULL,NULL,975,64,14,'2025-11-13 19:31:00',NULL,'live',NULL,NULL,'2025-11-13 19:32:07','2025-11-13 19:32:07'),
(5409,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:32:07','2025-11-13 19:32:07'),
(5410,NULL,NULL,5409,64,14,'2025-11-13 19:31:00',NULL,'live',NULL,NULL,'2025-11-13 19:32:07','2025-11-13 19:32:07'),
(5413,NULL,NULL,1067,64,14,'2025-11-13 19:32:00',NULL,'live',NULL,NULL,'2025-11-13 19:32:58','2025-11-13 19:32:58'),
(5414,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:32:58','2025-11-13 19:32:58'),
(5415,NULL,NULL,5414,64,14,'2025-11-13 19:32:00',NULL,'live',NULL,NULL,'2025-11-13 19:32:58','2025-11-13 19:32:58'),
(5418,NULL,NULL,1431,64,14,'2025-11-13 19:33:00',NULL,'live',NULL,NULL,'2025-11-13 19:33:57','2025-11-13 19:33:57'),
(5419,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:33:57','2025-11-13 19:33:57'),
(5420,NULL,NULL,5419,64,14,'2025-11-13 19:33:00',NULL,'live',NULL,NULL,'2025-11-13 19:33:57','2025-11-13 19:33:57'),
(5423,NULL,NULL,1283,64,14,'2025-11-13 19:34:00',NULL,'live',NULL,NULL,'2025-11-13 19:34:26','2025-11-13 19:34:26'),
(5424,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:34:26','2025-11-13 19:34:26'),
(5425,NULL,NULL,5424,64,14,'2025-11-13 19:34:00',NULL,'live',NULL,NULL,'2025-11-13 19:34:26','2025-11-13 19:34:26'),
(5428,NULL,NULL,1197,64,14,'2025-11-13 19:34:00',NULL,'live',NULL,NULL,'2025-11-13 19:34:58','2025-11-13 19:34:58'),
(5429,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:34:58','2025-11-13 19:34:58'),
(5430,NULL,NULL,5429,64,14,'2025-11-13 19:34:00',NULL,'live',NULL,NULL,'2025-11-13 19:34:58','2025-11-13 19:34:58'),
(5433,NULL,NULL,1201,64,14,'2025-11-13 19:35:00',NULL,'live',NULL,NULL,'2025-11-13 19:35:39','2025-11-13 19:35:39'),
(5434,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:35:39','2025-11-13 19:35:39'),
(5435,NULL,NULL,5434,64,14,'2025-11-13 19:35:00',NULL,'live',NULL,NULL,'2025-11-13 19:35:39','2025-11-13 19:35:39'),
(5438,NULL,NULL,1443,64,14,'2025-11-13 19:36:00',NULL,'live',NULL,NULL,'2025-11-13 19:36:21','2025-11-13 19:36:21'),
(5439,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:36:21','2025-11-13 19:36:21'),
(5440,NULL,NULL,5439,64,14,'2025-11-13 19:36:00',NULL,'live',NULL,NULL,'2025-11-13 19:36:21','2025-11-13 19:36:21'),
(5443,NULL,NULL,1209,64,14,'2025-11-13 19:36:00',NULL,'live',NULL,NULL,'2025-11-13 19:36:55','2025-11-13 19:36:55'),
(5444,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:36:55','2025-11-13 19:36:55'),
(5445,NULL,NULL,5444,64,14,'2025-11-13 19:36:00',NULL,'live',NULL,NULL,'2025-11-13 19:36:55','2025-11-13 19:36:55'),
(5447,NULL,NULL,1289,64,14,'2025-11-13 19:37:00',NULL,'live',NULL,NULL,'2025-11-13 19:37:39','2025-11-13 19:37:39'),
(5448,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:37:39','2025-11-13 19:37:39'),
(5449,NULL,NULL,5448,64,14,'2025-11-13 19:37:00',NULL,'live',NULL,NULL,'2025-11-13 19:37:39','2025-11-13 19:37:39'),
(5452,NULL,NULL,1297,64,14,'2025-11-13 19:38:00',NULL,'live',NULL,NULL,'2025-11-13 19:38:07','2025-11-13 19:38:07'),
(5453,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:38:07','2025-11-13 19:38:07'),
(5454,NULL,NULL,5453,64,14,'2025-11-13 19:38:00',NULL,'live',NULL,NULL,'2025-11-13 19:38:07','2025-11-13 19:38:07'),
(5457,NULL,NULL,981,64,14,'2025-11-13 19:39:00',NULL,'live',NULL,NULL,'2025-11-13 19:39:18','2025-11-13 19:39:18'),
(5458,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:39:18','2025-11-13 19:39:18'),
(5459,NULL,NULL,5458,64,14,'2025-11-13 19:39:00',NULL,'live',NULL,NULL,'2025-11-13 19:39:18','2025-11-13 19:39:18'),
(5461,NULL,NULL,1073,64,14,'2025-11-13 19:40:00',NULL,'live',NULL,NULL,'2025-11-13 19:40:12','2025-11-13 19:40:12'),
(5462,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:40:12','2025-11-13 19:40:12'),
(5463,NULL,NULL,5462,64,14,'2025-11-13 19:40:00',NULL,'live',NULL,NULL,'2025-11-13 19:40:12','2025-11-13 19:40:12'),
(5466,NULL,NULL,1303,64,14,'2025-11-13 19:40:00',NULL,'live',NULL,NULL,'2025-11-13 19:40:47','2025-11-13 19:40:47'),
(5467,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:40:47','2025-11-13 19:40:47'),
(5468,NULL,NULL,5467,64,14,'2025-11-13 19:40:00',NULL,'live',NULL,NULL,'2025-11-13 19:40:47','2025-11-13 19:40:47'),
(5471,NULL,NULL,1215,64,14,'2025-11-13 19:43:00',NULL,'live',NULL,NULL,'2025-11-13 19:43:56','2025-11-13 19:43:56'),
(5472,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:43:56','2025-11-13 19:43:56'),
(5473,NULL,NULL,5472,64,14,'2025-11-13 19:43:00',NULL,'live',NULL,NULL,'2025-11-13 19:43:56','2025-11-13 19:43:56'),
(5476,NULL,NULL,1395,64,14,'2025-11-13 19:44:00',NULL,'live',NULL,NULL,'2025-11-13 19:44:42','2025-11-13 19:44:42'),
(5477,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:44:42','2025-11-13 19:44:42'),
(5478,NULL,NULL,5477,64,14,'2025-11-13 19:44:00',NULL,'live',NULL,NULL,'2025-11-13 19:44:42','2025-11-13 19:44:42'),
(5481,NULL,NULL,1371,64,14,'2025-11-13 19:45:00',NULL,'live',NULL,NULL,'2025-11-13 19:45:56','2025-11-13 19:45:56'),
(5482,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:45:56','2025-11-13 19:45:56'),
(5483,NULL,NULL,5482,64,14,'2025-11-13 19:45:00',NULL,'live',NULL,NULL,'2025-11-13 19:45:56','2025-11-13 19:45:56'),
(5486,NULL,NULL,1449,64,14,'2025-11-13 19:46:00',NULL,'live',NULL,NULL,'2025-11-13 19:46:27','2025-11-13 19:46:27'),
(5487,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:46:27','2025-11-13 19:46:27'),
(5488,NULL,NULL,5487,64,14,'2025-11-13 19:46:00',NULL,'live',NULL,NULL,'2025-11-13 19:46:27','2025-11-13 19:46:27'),
(5491,NULL,NULL,1455,64,14,'2025-11-13 19:47:00',NULL,'live',NULL,NULL,'2025-11-13 19:47:52','2025-11-13 19:47:52'),
(5492,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:47:52','2025-11-13 19:47:52'),
(5493,NULL,NULL,5492,64,14,'2025-11-13 19:47:00',NULL,'live',NULL,NULL,'2025-11-13 19:47:52','2025-11-13 19:47:52'),
(5495,NULL,NULL,989,64,14,'2025-11-13 19:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:48:34','2025-11-13 19:48:34'),
(5496,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:48:34','2025-11-13 19:48:34'),
(5497,NULL,NULL,5496,64,14,'2025-11-13 19:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:48:34','2025-11-13 19:48:34'),
(5500,NULL,NULL,1309,64,14,'2025-11-13 19:49:00',NULL,'live',NULL,NULL,'2025-11-13 19:49:15','2025-11-13 19:49:15'),
(5501,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:49:15','2025-11-13 19:49:15'),
(5502,NULL,NULL,5501,64,14,'2025-11-13 19:49:00',NULL,'live',NULL,NULL,'2025-11-13 19:49:15','2025-11-13 19:49:15'),
(5505,NULL,NULL,995,64,14,'2025-11-13 19:51:00',NULL,'live',NULL,NULL,'2025-11-13 19:51:51','2025-11-13 19:51:51'),
(5506,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:51:51','2025-11-13 19:51:51'),
(5507,NULL,NULL,5506,64,14,'2025-11-13 19:51:00',NULL,'live',NULL,NULL,'2025-11-13 19:51:51','2025-11-13 19:51:51'),
(5510,NULL,NULL,1219,64,14,'2025-11-13 19:52:00',NULL,'live',NULL,NULL,'2025-11-13 19:52:27','2025-11-13 19:52:27'),
(5511,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:52:27','2025-11-13 19:52:27'),
(5512,NULL,NULL,5511,64,14,'2025-11-13 19:52:00',NULL,'live',NULL,NULL,'2025-11-13 19:52:27','2025-11-13 19:52:27'),
(5515,NULL,NULL,1079,64,14,'2025-11-13 19:53:00',NULL,'live',NULL,NULL,'2025-11-13 19:54:12','2025-11-13 19:54:12'),
(5516,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:54:12','2025-11-13 19:54:12'),
(5517,NULL,NULL,5516,64,14,'2025-11-13 19:53:00',NULL,'live',NULL,NULL,'2025-11-13 19:54:12','2025-11-13 19:54:12'),
(5520,NULL,NULL,1377,64,14,'2025-11-13 19:54:00',NULL,'live',NULL,NULL,'2025-11-13 19:55:19','2025-11-13 19:55:19'),
(5521,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:55:19','2025-11-13 19:55:19'),
(5522,NULL,NULL,5521,64,14,'2025-11-13 19:54:00',NULL,'live',NULL,NULL,'2025-11-13 19:55:19','2025-11-13 19:55:19'),
(5525,NULL,NULL,999,64,14,'2025-11-13 19:56:00',NULL,'live',NULL,NULL,'2025-11-13 19:56:12','2025-11-13 19:56:12'),
(5526,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:56:12','2025-11-13 19:56:12'),
(5527,NULL,NULL,5526,64,14,'2025-11-13 19:56:00',NULL,'live',NULL,NULL,'2025-11-13 19:56:12','2025-11-13 19:56:12'),
(5530,NULL,NULL,1477,64,14,'2025-11-13 19:56:00',NULL,'live',NULL,NULL,'2025-11-13 19:56:54','2025-11-13 19:56:54'),
(5531,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:56:54','2025-11-13 19:56:54'),
(5532,NULL,NULL,5531,64,14,'2025-11-13 19:56:00',NULL,'live',NULL,NULL,'2025-11-13 19:56:54','2025-11-13 19:56:54'),
(5535,NULL,NULL,1085,64,14,'2025-11-13 19:57:00',NULL,'live',NULL,NULL,'2025-11-13 19:58:03','2025-11-13 19:58:03'),
(5536,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:58:03','2025-11-13 19:58:03'),
(5537,NULL,NULL,5536,64,14,'2025-11-13 19:57:00',NULL,'live',NULL,NULL,'2025-11-13 19:58:03','2025-11-13 19:58:03'),
(5540,NULL,NULL,1461,64,14,'2025-11-13 19:58:00',NULL,'live',NULL,NULL,'2025-11-13 19:58:36','2025-11-13 19:58:36'),
(5541,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:58:36','2025-11-13 19:58:36'),
(5542,NULL,NULL,5541,64,14,'2025-11-13 19:58:00',NULL,'live',NULL,NULL,'2025-11-13 19:58:36','2025-11-13 19:58:36'),
(5545,NULL,NULL,1467,64,14,'2025-11-13 19:59:00',NULL,'live',NULL,NULL,'2025-11-13 19:59:24','2025-11-13 19:59:24'),
(5546,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:59:24','2025-11-13 19:59:24'),
(5547,NULL,NULL,5546,64,14,'2025-11-13 19:59:00',NULL,'live',NULL,NULL,'2025-11-13 19:59:24','2025-11-13 19:59:24'),
(5550,NULL,NULL,1225,64,14,'2025-11-13 19:59:00',NULL,'live',NULL,NULL,'2025-11-13 19:59:58','2025-11-13 19:59:58'),
(5551,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 19:59:58','2025-11-13 19:59:58'),
(5552,NULL,NULL,5551,64,14,'2025-11-13 19:59:00',NULL,'live',NULL,NULL,'2025-11-13 19:59:58','2025-11-13 19:59:58'),
(5555,NULL,NULL,1005,64,14,'2025-11-13 20:05:00',NULL,'live',NULL,NULL,'2025-11-13 20:06:04','2025-11-13 20:06:04'),
(5556,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:06:04','2025-11-13 20:06:04'),
(5557,NULL,NULL,5556,64,14,'2025-11-13 20:05:00',NULL,'live',NULL,NULL,'2025-11-13 20:06:04','2025-11-13 20:06:04'),
(5560,NULL,NULL,1315,64,14,'2025-11-13 20:06:00',NULL,'live',NULL,NULL,'2025-11-13 20:06:43','2025-11-13 20:06:43'),
(5561,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:06:43','2025-11-13 20:06:43'),
(5562,NULL,NULL,5561,64,14,'2025-11-13 20:06:00',NULL,'live',NULL,NULL,'2025-11-13 20:06:44','2025-11-13 20:06:44'),
(5565,NULL,NULL,1383,64,14,'2025-11-13 20:07:00',NULL,'live',NULL,NULL,'2025-11-13 20:07:22','2025-11-13 20:07:22'),
(5566,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:07:22','2025-11-13 20:07:22'),
(5567,NULL,NULL,5566,64,14,'2025-11-13 20:07:00',NULL,'live',NULL,NULL,'2025-11-13 20:07:22','2025-11-13 20:07:22'),
(5570,NULL,NULL,1323,64,14,'2025-11-13 20:07:00',NULL,'live',NULL,NULL,'2025-11-13 20:07:52','2025-11-13 20:07:52'),
(5571,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:07:52','2025-11-13 20:07:52'),
(5572,NULL,NULL,5571,64,14,'2025-11-13 20:07:00',NULL,'live',NULL,NULL,'2025-11-13 20:07:52','2025-11-13 20:07:52'),
(5575,NULL,NULL,1011,64,14,'2025-11-13 20:08:00',NULL,'live',NULL,NULL,'2025-11-13 20:08:25','2025-11-13 20:08:25'),
(5576,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:08:25','2025-11-13 20:08:25'),
(5577,NULL,NULL,5576,64,14,'2025-11-13 20:08:00',NULL,'live',NULL,NULL,'2025-11-13 20:08:25','2025-11-13 20:08:25'),
(5579,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:08:58','2025-11-13 20:08:58'),
(5582,NULL,NULL,1091,64,14,'2025-11-13 20:09:00',NULL,'live',NULL,NULL,'2025-11-13 20:09:30','2025-11-13 20:09:30'),
(5583,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:09:30','2025-11-13 20:09:30'),
(5584,NULL,NULL,5583,64,14,'2025-11-13 20:09:00',NULL,'live',NULL,NULL,'2025-11-13 20:09:30','2025-11-13 20:09:30'),
(5587,NULL,NULL,1097,64,14,'2025-11-13 20:09:00',NULL,'live',NULL,NULL,'2025-11-13 20:10:05','2025-11-13 20:10:05'),
(5588,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:10:05','2025-11-13 20:10:05'),
(5589,NULL,NULL,5588,64,14,'2025-11-13 20:09:00',NULL,'live',NULL,NULL,'2025-11-13 20:10:05','2025-11-13 20:10:05'),
(5592,NULL,NULL,1231,64,14,'2025-11-13 20:10:00',NULL,'live',NULL,NULL,'2025-11-13 20:10:45','2025-11-13 20:10:45'),
(5593,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:10:45','2025-11-13 20:10:45'),
(5594,NULL,NULL,5593,64,14,'2025-11-13 20:10:00',NULL,'live',NULL,NULL,'2025-11-13 20:10:45','2025-11-13 20:10:45'),
(5597,NULL,NULL,1103,64,14,'2025-11-13 20:11:00',NULL,'live',NULL,NULL,'2025-11-13 20:11:22','2025-11-13 20:11:22'),
(5598,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:11:22','2025-11-13 20:11:22'),
(5599,NULL,NULL,5598,64,14,'2025-11-13 20:11:00',NULL,'live',NULL,NULL,'2025-11-13 20:11:22','2025-11-13 20:11:22'),
(5602,NULL,NULL,1237,64,14,'2025-11-13 20:11:00',NULL,'live',NULL,NULL,'2025-11-13 20:11:57','2025-11-13 20:11:57'),
(5603,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:11:57','2025-11-13 20:11:57'),
(5604,NULL,NULL,5603,64,14,'2025-11-13 20:11:00',NULL,'live',NULL,NULL,'2025-11-13 20:11:58','2025-11-13 20:11:58'),
(5607,NULL,NULL,1243,64,14,'2025-11-13 20:12:00',NULL,'live',NULL,NULL,'2025-11-13 20:12:32','2025-11-13 20:12:32'),
(5608,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:12:32','2025-11-13 20:12:32'),
(5609,NULL,NULL,5608,64,14,'2025-11-13 20:12:00',NULL,'live',NULL,NULL,'2025-11-13 20:12:32','2025-11-13 20:12:32'),
(5612,NULL,NULL,1389,64,14,'2025-11-13 20:13:00',NULL,'live',NULL,NULL,'2025-11-13 20:13:03','2025-11-13 20:13:03'),
(5613,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:13:03','2025-11-13 20:13:03'),
(5614,NULL,NULL,5613,64,14,'2025-11-13 20:13:00',NULL,'live',NULL,NULL,'2025-11-13 20:13:03','2025-11-13 20:13:03'),
(5617,NULL,NULL,1149,64,14,'2025-11-13 20:13:00',NULL,'live',NULL,NULL,'2025-11-13 20:13:55','2025-11-13 20:13:55'),
(5618,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:13:55','2025-11-13 20:13:55'),
(5619,NULL,NULL,5618,64,14,'2025-11-13 20:13:00',NULL,'live',NULL,NULL,'2025-11-13 20:13:55','2025-11-13 20:13:55'),
(5622,NULL,NULL,1329,64,14,'2025-11-13 20:14:00',NULL,'live',NULL,NULL,'2025-11-13 20:14:28','2025-11-13 20:14:28'),
(5623,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:14:28','2025-11-13 20:14:28'),
(5624,NULL,NULL,5623,64,14,'2025-11-13 20:14:00',NULL,'live',NULL,NULL,'2025-11-13 20:14:28','2025-11-13 20:14:28'),
(5627,NULL,NULL,1481,64,14,'2025-11-13 20:15:00',NULL,'live',NULL,NULL,'2025-11-13 20:15:18','2025-11-13 20:15:18'),
(5628,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:15:18','2025-11-13 20:15:18'),
(5629,NULL,NULL,5628,64,14,'2025-11-13 20:15:00',NULL,'live',NULL,NULL,'2025-11-13 20:15:18','2025-11-13 20:15:18'),
(5632,NULL,NULL,1017,64,14,'2025-11-13 20:15:00',NULL,'live',NULL,NULL,'2025-11-13 20:15:57','2025-11-13 20:15:57'),
(5633,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:15:57','2025-11-13 20:15:57'),
(5634,NULL,NULL,5633,64,14,'2025-11-13 20:15:00',NULL,'live',NULL,NULL,'2025-11-13 20:15:57','2025-11-13 20:15:57'),
(5636,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:16:13','2025-11-13 20:16:13'),
(5640,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:17:06','2025-11-13 20:17:06'),
(5642,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:17:14','2025-11-13 20:17:14'),
(5644,NULL,NULL,1117,64,14,'2025-11-13 20:17:00',NULL,'live',NULL,NULL,'2025-11-13 20:17:57','2025-11-13 20:17:57'),
(5645,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:17:57','2025-11-13 20:17:57'),
(5646,NULL,NULL,5645,64,14,'2025-11-13 20:17:00',NULL,'live',NULL,NULL,'2025-11-13 20:17:57','2025-11-13 20:17:57'),
(5649,NULL,NULL,1473,64,14,'2025-11-13 20:18:00',NULL,'live',NULL,NULL,'2025-11-13 20:18:17','2025-11-13 20:18:17'),
(5650,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:18:17','2025-11-13 20:18:17'),
(5651,NULL,NULL,5650,64,14,'2025-11-13 20:18:00',NULL,'live',NULL,NULL,'2025-11-13 20:18:17','2025-11-13 20:18:17'),
(5653,NULL,NULL,1031,64,14,'2025-11-13 20:18:00',NULL,'live',NULL,NULL,'2025-11-13 20:18:52','2025-11-13 20:18:52'),
(5654,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:18:52','2025-11-13 20:18:52'),
(5655,NULL,NULL,5654,64,14,'2025-11-13 20:18:00',NULL,'live',NULL,NULL,'2025-11-13 20:18:52','2025-11-13 20:18:52'),
(5657,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:19:02','2025-11-13 20:19:02'),
(5659,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:19:10','2025-11-13 20:19:10'),
(5662,NULL,NULL,1249,64,14,'2025-11-13 20:19:00',NULL,'live',NULL,NULL,'2025-11-13 20:19:38','2025-11-13 20:19:38'),
(5663,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:19:38','2025-11-13 20:19:38'),
(5664,NULL,NULL,5663,64,14,'2025-11-13 20:19:00',NULL,'live',NULL,NULL,'2025-11-13 20:19:38','2025-11-13 20:19:38'),
(5666,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:19:48','2025-11-13 20:19:48'),
(5668,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:19:54','2025-11-13 20:19:54'),
(5670,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:20:09','2025-11-13 20:20:09'),
(5671,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:20:15','2025-11-13 20:20:15'),
(5673,NULL,NULL,1141,64,14,'2025-11-13 20:20:00',NULL,'live',NULL,NULL,'2025-11-13 20:20:51','2025-11-13 20:20:51'),
(5674,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 20:20:51','2025-11-13 20:20:51'),
(5675,NULL,NULL,5674,64,14,'2025-11-13 20:20:00',NULL,'live',NULL,NULL,'2025-11-13 20:20:51','2025-11-13 20:20:51'),
(5681,NULL,NULL,951,64,14,'2025-11-13 20:33:00',NULL,'live',NULL,NULL,'2025-11-13 21:31:58','2025-11-13 21:31:58'),
(5682,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-13 21:31:58','2025-11-13 21:31:58'),
(5683,NULL,NULL,5682,64,14,'2025-11-13 20:33:00',NULL,'live',NULL,NULL,'2025-11-13 21:31:59','2025-11-13 21:31:59'),
(5697,NULL,NULL,2720,64,14,'2025-11-14 16:30:00',NULL,'live',NULL,NULL,'2025-11-14 16:30:46','2025-11-14 16:30:46'),
(5698,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2025-11-14 16:30:47','2025-11-14 16:30:47'),
(5699,NULL,NULL,5698,64,14,'2025-11-14 16:30:00',NULL,'live',NULL,NULL,'2025-11-14 16:30:47','2025-11-14 16:30:47'),
(5702,NULL,NULL,945,64,14,'2025-11-14 16:32:00',NULL,'live',NULL,NULL,'2025-11-14 16:33:01','2025-11-14 16:33:01'),
(5704,NULL,NULL,9882,64,14,'2025-11-14 16:32:00',NULL,'live',NULL,NULL,'2025-11-14 16:33:01','2026-03-25 19:33:51'),
(5710,NULL,NULL,1353,64,14,'2025-11-14 16:34:00',NULL,'live',NULL,NULL,'2025-11-14 16:35:59','2025-11-14 16:35:59'),
(5711,NULL,NULL,1353,64,14,'2025-11-14 16:35:00',NULL,'live',NULL,NULL,'2025-11-14 16:35:59','2025-11-14 16:35:59'),
(5712,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:35:59','2025-11-14 16:35:59'),
(5713,NULL,NULL,5712,64,14,'2025-11-14 16:34:00',NULL,'live',NULL,NULL,'2025-11-14 16:35:59','2025-11-14 16:35:59'),
(5714,NULL,NULL,5712,64,14,'2025-11-14 16:35:00',NULL,'live',NULL,NULL,'2025-11-14 16:35:59','2025-11-14 16:35:59'),
(5720,NULL,NULL,1171,64,14,'2025-11-14 16:38:00',NULL,'live',NULL,NULL,'2025-11-14 16:38:20','2025-11-14 16:38:20'),
(5721,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:38:20','2025-11-14 16:38:20'),
(5722,NULL,NULL,5721,64,14,'2025-11-14 16:38:00',NULL,'live',NULL,NULL,'2025-11-14 16:38:20','2025-11-14 16:38:20'),
(5725,NULL,NULL,1261,64,14,'2025-11-14 16:40:00',NULL,'live',NULL,NULL,'2025-11-14 16:40:24','2025-11-14 16:40:24'),
(5726,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:40:24','2025-11-14 16:40:24'),
(5727,NULL,NULL,5726,64,14,'2025-11-14 16:40:00',NULL,'live',NULL,NULL,'2025-11-14 16:40:24','2025-11-14 16:40:24'),
(5731,NULL,NULL,1177,64,14,'2025-11-14 16:42:00',NULL,'live',NULL,NULL,'2025-11-14 16:42:09','2025-11-14 16:42:09'),
(5733,NULL,NULL,6454,64,14,'2025-11-14 16:42:00',NULL,'live',NULL,NULL,'2025-11-14 16:42:09','2026-03-25 19:45:38'),
(5737,NULL,NULL,2880,64,14,'2025-11-14 16:42:00',NULL,'live',NULL,NULL,'2025-11-14 16:44:22','2025-11-14 16:44:22'),
(5738,NULL,NULL,2880,64,14,'2025-11-14 16:42:00',NULL,'live',NULL,NULL,'2025-11-14 16:44:22','2025-11-14 16:44:22'),
(5739,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-11-14 16:44:22','2025-11-14 16:44:22'),
(5740,NULL,NULL,5739,64,14,'2025-11-14 16:42:00',NULL,'live',NULL,NULL,'2025-11-14 16:44:22','2025-11-14 16:44:22'),
(5741,NULL,NULL,5739,64,14,'2025-11-14 16:42:00',NULL,'live',NULL,NULL,'2025-11-14 16:44:22','2025-11-14 16:44:22'),
(5745,NULL,NULL,957,64,14,'2025-11-14 16:45:00',NULL,'live',NULL,NULL,'2025-11-14 16:45:25','2025-11-14 16:45:25'),
(5746,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:45:25','2025-11-14 16:45:25'),
(5747,NULL,NULL,5746,64,14,'2025-11-14 16:45:00',NULL,'live',NULL,NULL,'2025-11-14 16:45:25','2025-11-14 16:45:25'),
(5750,NULL,NULL,963,64,14,'2025-11-14 16:46:00',NULL,'live',NULL,NULL,'2025-11-14 16:46:33','2025-11-14 16:46:33'),
(5752,NULL,NULL,7756,64,14,'2025-11-14 16:46:00',NULL,'live',NULL,NULL,'2025-11-14 16:46:33','2026-03-25 19:34:47'),
(5756,NULL,NULL,1185,64,14,'2025-11-14 16:47:00',NULL,'live',NULL,NULL,'2025-11-14 16:47:45','2025-11-14 16:47:45'),
(5757,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:47:45','2025-11-14 16:47:45'),
(5758,NULL,NULL,5757,64,14,'2025-11-14 16:47:00',NULL,'live',NULL,NULL,'2025-11-14 16:47:45','2025-11-14 16:47:45'),
(5762,NULL,NULL,1059,64,14,'2025-11-14 16:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:48:38','2025-11-14 16:48:38'),
(5763,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:48:38','2025-11-14 16:48:38'),
(5764,NULL,NULL,5763,64,14,'2025-11-14 16:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:48:38','2025-11-14 16:48:38'),
(5768,NULL,NULL,1269,64,14,'2025-11-14 16:49:00',NULL,'live',NULL,NULL,'2025-11-14 16:49:46','2025-11-14 16:49:46'),
(5769,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:49:46','2025-11-14 16:49:46'),
(5770,NULL,NULL,5769,64,14,'2025-11-14 16:49:00',NULL,'live',NULL,NULL,'2025-11-14 16:49:46','2025-11-14 16:49:46'),
(5774,NULL,NULL,969,64,14,'2025-11-14 16:50:00',NULL,'live',NULL,NULL,'2025-11-14 16:50:33','2025-11-14 16:50:33'),
(5775,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:50:33','2025-11-14 16:50:33'),
(5776,NULL,NULL,5775,64,14,'2025-11-14 16:50:00',NULL,'live',NULL,NULL,'2025-11-14 16:50:33','2025-11-14 16:50:33'),
(5780,NULL,NULL,1277,64,14,'2025-11-14 16:51:00',NULL,'live',NULL,NULL,'2025-11-14 16:51:28','2025-11-14 16:51:28'),
(5781,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:51:28','2025-11-14 16:51:28'),
(5782,NULL,NULL,5781,64,14,'2025-11-14 16:51:00',NULL,'live',NULL,NULL,'2025-11-14 16:51:28','2025-11-14 16:51:28'),
(5786,NULL,NULL,1191,64,14,'2025-11-14 16:54:00',NULL,'live',NULL,NULL,'2025-11-14 16:54:37','2025-11-14 16:54:37'),
(5787,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:54:37','2025-11-14 16:54:37'),
(5788,NULL,NULL,5787,64,14,'2025-11-14 16:54:00',NULL,'live',NULL,NULL,'2025-11-14 16:54:37','2025-11-14 16:54:37'),
(5792,NULL,NULL,1419,64,14,'2025-11-14 16:55:00',NULL,'live',NULL,NULL,'2025-11-14 16:55:31','2025-11-14 16:55:31'),
(5793,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:55:31','2025-11-14 16:55:31'),
(5794,NULL,NULL,5793,64,14,'2025-11-14 16:55:00',NULL,'live',NULL,NULL,'2025-11-14 16:55:31','2025-11-14 16:55:31'),
(5798,NULL,NULL,975,64,14,'2025-11-14 16:56:00',NULL,'live',NULL,NULL,'2025-11-14 16:56:47','2025-11-14 16:56:47'),
(5799,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:56:47','2025-11-14 16:56:47'),
(5800,NULL,NULL,5799,64,14,'2025-11-14 16:56:00',NULL,'live',NULL,NULL,'2025-11-14 16:56:47','2025-11-14 16:56:47'),
(5804,NULL,NULL,1067,64,14,'2025-11-14 16:57:00',NULL,'live',NULL,NULL,'2025-11-14 16:57:53','2025-11-14 16:57:53'),
(5805,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:57:53','2025-11-14 16:57:53'),
(5806,NULL,NULL,5805,64,14,'2025-11-14 16:57:00',NULL,'live',NULL,NULL,'2025-11-14 16:57:53','2025-11-14 16:57:53'),
(5810,NULL,NULL,1431,64,14,'2025-11-14 16:58:00',NULL,'live',NULL,NULL,'2025-11-14 16:58:53','2025-11-14 16:58:53'),
(5811,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:58:53','2025-11-14 16:58:53'),
(5812,NULL,NULL,5811,64,14,'2025-11-14 16:58:00',NULL,'live',NULL,NULL,'2025-11-14 16:58:53','2025-11-14 16:58:53'),
(5816,NULL,NULL,1437,64,14,'2025-11-14 16:59:00',NULL,'live',NULL,NULL,'2025-11-14 16:59:14','2025-11-14 16:59:14'),
(5817,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 16:59:14','2025-11-14 16:59:14'),
(5818,NULL,NULL,5817,64,14,'2025-11-14 16:59:00',NULL,'live',NULL,NULL,'2025-11-14 16:59:14','2025-11-14 16:59:14'),
(5822,NULL,NULL,1283,64,14,'2025-11-14 17:03:00',NULL,'live',NULL,NULL,'2025-11-14 17:03:41','2025-11-14 17:03:41'),
(5823,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:03:41','2025-11-14 17:03:41'),
(5824,NULL,NULL,5823,64,14,'2025-11-14 17:03:00',NULL,'live',NULL,NULL,'2025-11-14 17:03:41','2025-11-14 17:03:41'),
(5828,NULL,NULL,1197,64,14,'2025-11-14 17:04:00',NULL,'live',NULL,NULL,'2025-11-14 17:04:44','2025-11-14 17:04:44'),
(5829,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:04:44','2025-11-14 17:04:44'),
(5830,NULL,NULL,5829,64,14,'2025-11-14 17:04:00',NULL,'live',NULL,NULL,'2025-11-14 17:04:44','2025-11-14 17:04:44'),
(5834,NULL,NULL,1201,64,14,'2025-11-14 17:05:00',NULL,'live',NULL,NULL,'2025-11-14 17:05:38','2025-11-14 17:05:38'),
(5835,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:05:38','2025-11-14 17:05:38'),
(5836,NULL,NULL,5835,64,14,'2025-11-14 17:05:00',NULL,'live',NULL,NULL,'2025-11-14 17:05:38','2025-11-14 17:05:38'),
(5840,NULL,NULL,1209,64,14,'2025-11-14 17:06:00',NULL,'live',NULL,NULL,'2025-11-14 17:06:45','2025-11-14 17:06:45'),
(5841,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:06:45','2025-11-14 17:06:45'),
(5842,NULL,NULL,5841,64,14,'2025-11-14 17:06:00',NULL,'live',NULL,NULL,'2025-11-14 17:06:45','2025-11-14 17:06:45'),
(5846,NULL,NULL,1289,64,14,'2025-11-14 17:07:00',NULL,'live',NULL,NULL,'2025-11-14 17:07:37','2025-11-14 17:07:37'),
(5847,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:07:37','2025-11-14 17:07:37'),
(5848,NULL,NULL,5847,64,14,'2025-11-14 17:07:00',NULL,'live',NULL,NULL,'2025-11-14 17:07:37','2025-11-14 17:07:37'),
(5852,NULL,NULL,1297,64,14,'2025-11-14 17:08:00',NULL,'live',NULL,NULL,'2025-11-14 17:08:31','2025-11-14 17:08:31'),
(5853,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:08:31','2025-11-14 17:08:31'),
(5854,NULL,NULL,5853,64,14,'2025-11-14 17:08:00',NULL,'live',NULL,NULL,'2025-11-14 17:08:31','2025-11-14 17:08:31'),
(5858,NULL,NULL,981,64,14,'2025-11-14 17:09:00',NULL,'live',NULL,NULL,'2025-11-14 17:09:23','2025-11-14 17:09:23'),
(5859,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:09:23','2025-11-14 17:09:23'),
(5860,NULL,NULL,5859,64,14,'2025-11-14 17:09:00',NULL,'live',NULL,NULL,'2025-11-14 17:09:23','2025-11-14 17:09:23'),
(5864,NULL,NULL,1073,64,14,'2025-11-14 17:10:00',NULL,'live',NULL,NULL,'2025-11-14 17:10:29','2025-11-14 17:10:29'),
(5865,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:10:29','2025-11-14 17:10:29'),
(5866,NULL,NULL,5865,64,14,'2025-11-14 17:10:00',NULL,'live',NULL,NULL,'2025-11-14 17:10:29','2025-11-14 17:10:29'),
(5870,NULL,NULL,1303,64,14,'2025-11-14 17:12:00',NULL,'live',NULL,NULL,'2025-11-14 17:12:22','2025-11-14 17:12:22'),
(5871,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:12:22','2025-11-14 17:12:22'),
(5872,NULL,NULL,5871,64,14,'2025-11-14 17:12:00',NULL,'live',NULL,NULL,'2025-11-14 17:12:22','2025-11-14 17:12:22'),
(5876,NULL,NULL,1455,64,14,'2025-11-14 17:13:00',NULL,'live',NULL,NULL,'2025-11-14 17:13:14','2025-11-14 17:13:14'),
(5877,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:13:14','2025-11-14 17:13:14'),
(5878,NULL,NULL,5877,64,14,'2025-11-14 17:13:00',NULL,'live',NULL,NULL,'2025-11-14 17:13:14','2025-11-14 17:13:14'),
(5882,NULL,NULL,989,64,14,'2025-11-14 17:13:00',NULL,'live',NULL,NULL,'2025-11-14 17:13:58','2025-11-14 17:13:58'),
(5883,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:13:58','2025-11-14 17:13:58'),
(5884,NULL,NULL,5883,64,14,'2025-11-14 17:13:00',NULL,'live',NULL,NULL,'2025-11-14 17:13:58','2025-11-14 17:13:58'),
(5888,NULL,NULL,1219,64,14,'2025-11-14 17:16:00',NULL,'live',NULL,NULL,'2025-11-14 17:16:05','2025-11-14 17:16:05'),
(5889,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:16:05','2025-11-14 17:16:05'),
(5890,NULL,NULL,5889,64,14,'2025-11-14 17:16:00',NULL,'live',NULL,NULL,'2025-11-14 17:16:05','2025-11-14 17:16:05'),
(5894,NULL,NULL,999,64,14,'2025-11-14 17:16:00',NULL,'live',NULL,NULL,'2025-11-14 17:17:11','2025-11-14 17:17:11'),
(5895,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:17:11','2025-11-14 17:17:11'),
(5896,NULL,NULL,5895,64,14,'2025-11-14 17:16:00',NULL,'live',NULL,NULL,'2025-11-14 17:17:11','2025-11-14 17:17:11'),
(5900,NULL,NULL,1477,64,14,'2025-11-14 17:18:00',NULL,'live',NULL,NULL,'2025-11-14 17:18:18','2025-11-14 17:18:18'),
(5901,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:18:18','2025-11-14 17:18:18'),
(5902,NULL,NULL,5901,64,14,'2025-11-14 17:18:00',NULL,'live',NULL,NULL,'2025-11-14 17:18:18','2025-11-14 17:18:18'),
(5906,NULL,NULL,1085,64,14,'2025-11-14 17:20:00',NULL,'live',NULL,NULL,'2025-11-14 17:20:43','2025-11-14 17:20:43'),
(5907,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:20:43','2025-11-14 17:20:43'),
(5908,NULL,NULL,5907,64,14,'2025-11-14 17:20:00',NULL,'live',NULL,NULL,'2025-11-14 17:20:43','2025-11-14 17:20:43'),
(5912,NULL,NULL,1467,64,14,'2025-11-14 17:21:00',NULL,'live',NULL,NULL,'2025-11-14 17:21:34','2025-11-14 17:21:34'),
(5913,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:21:34','2025-11-14 17:21:34'),
(5914,NULL,NULL,5913,64,14,'2025-11-14 17:21:00',NULL,'live',NULL,NULL,'2025-11-14 17:21:34','2025-11-14 17:21:34'),
(5918,NULL,NULL,1225,64,14,'2025-11-14 17:24:00',NULL,'live',NULL,NULL,'2025-11-14 17:24:43','2025-11-14 17:24:43'),
(5919,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:24:43','2025-11-14 17:24:43'),
(5920,NULL,NULL,5919,64,14,'2025-11-14 17:24:00',NULL,'live',NULL,NULL,'2025-11-14 17:24:43','2025-11-14 17:24:43'),
(5924,NULL,NULL,1315,64,14,'2025-11-14 17:26:00',NULL,'live',NULL,NULL,'2025-11-14 17:26:13','2025-11-14 17:26:13'),
(5925,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:26:13','2025-11-14 17:26:13'),
(5926,NULL,NULL,5925,64,14,'2025-11-14 17:26:00',NULL,'live',NULL,NULL,'2025-11-14 17:26:13','2025-11-14 17:26:13'),
(5930,NULL,NULL,1323,64,14,'2025-11-14 17:27:00',NULL,'live',NULL,NULL,'2025-11-14 17:27:22','2025-11-14 17:27:22'),
(5931,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:27:22','2025-11-14 17:27:22'),
(5932,NULL,NULL,5931,64,14,'2025-11-14 17:27:00',NULL,'live',NULL,NULL,'2025-11-14 17:27:22','2025-11-14 17:27:22'),
(5936,NULL,NULL,1011,64,14,'2025-11-14 17:28:00',NULL,'live',NULL,NULL,'2025-11-14 17:28:32','2025-11-14 17:28:32'),
(5937,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:28:32','2025-11-14 17:28:32'),
(5938,NULL,NULL,5937,64,14,'2025-11-14 17:28:00',NULL,'live',NULL,NULL,'2025-11-14 17:28:32','2025-11-14 17:28:32'),
(5942,NULL,NULL,1091,64,14,'2025-11-14 17:29:00',NULL,'live',NULL,NULL,'2025-11-14 17:29:48','2025-11-14 17:29:48'),
(5943,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:29:48','2025-11-14 17:29:48'),
(5944,NULL,NULL,5943,64,14,'2025-11-14 17:29:00',NULL,'live',NULL,NULL,'2025-11-14 17:29:48','2025-11-14 17:29:48'),
(5948,NULL,NULL,1237,64,14,'2025-11-14 17:31:00',NULL,'live',NULL,NULL,'2025-11-14 17:31:14','2025-11-14 17:31:14'),
(5949,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:31:14','2025-11-14 17:31:14'),
(5950,NULL,NULL,5949,64,14,'2025-11-14 17:31:00',NULL,'live',NULL,NULL,'2025-11-14 17:31:14','2025-11-14 17:31:14'),
(5954,NULL,NULL,1243,64,14,'2025-11-14 17:32:00',NULL,'live',NULL,NULL,'2025-11-14 17:32:17','2025-11-14 17:32:17'),
(5955,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:32:18','2025-11-14 17:32:18'),
(5956,NULL,NULL,5955,64,14,'2025-11-14 17:32:00',NULL,'live',NULL,NULL,'2025-11-14 17:32:18','2025-11-14 17:32:18'),
(5960,NULL,NULL,1389,64,14,'2025-11-14 17:33:00',NULL,'live',NULL,NULL,'2025-11-14 17:33:20','2025-11-14 17:33:20'),
(5961,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:33:20','2025-11-14 17:33:20'),
(5962,NULL,NULL,5961,64,14,'2025-11-14 17:33:00',NULL,'live',NULL,NULL,'2025-11-14 17:33:20','2025-11-14 17:33:20'),
(5966,NULL,NULL,1329,64,14,'2025-11-14 17:45:00',NULL,'live',NULL,NULL,'2025-11-14 17:45:13','2025-11-14 17:45:13'),
(5967,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:45:13','2025-11-14 17:45:13'),
(5968,NULL,NULL,5967,64,14,'2025-11-14 17:45:00',NULL,'live',NULL,NULL,'2025-11-14 17:45:13','2025-11-14 17:45:13'),
(5972,NULL,NULL,1481,64,14,'2025-11-14 17:46:00',NULL,'live',NULL,NULL,'2025-11-14 17:46:29','2025-11-14 17:46:29'),
(5973,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:46:29','2025-11-14 17:46:29'),
(5974,NULL,NULL,5973,64,14,'2025-11-14 17:46:00',NULL,'live',NULL,NULL,'2025-11-14 17:46:29','2025-11-14 17:46:29'),
(5978,NULL,NULL,1023,64,14,'2025-11-14 17:47:00',NULL,'live',NULL,NULL,'2025-11-14 17:47:42','2025-11-14 17:47:42'),
(5979,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:47:42','2025-11-14 17:47:42'),
(5980,NULL,NULL,5979,64,14,'2025-11-14 17:47:00',NULL,'live',NULL,NULL,'2025-11-14 17:47:42','2025-11-14 17:47:42'),
(5983,NULL,NULL,1337,64,14,'2025-11-14 17:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:48:42','2025-11-14 17:48:42'),
(5984,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:48:42','2025-11-14 17:48:42'),
(5985,NULL,NULL,5984,64,14,'2025-11-14 17:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:48:42','2025-11-14 17:48:42'),
(5988,NULL,NULL,1407,64,14,'2025-11-14 17:50:00',NULL,'live',NULL,NULL,'2025-11-14 17:50:36','2025-11-14 17:50:36'),
(5989,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 17:50:36','2025-11-14 17:50:36'),
(5990,NULL,NULL,5989,64,14,'2025-11-14 17:50:00',NULL,'live',NULL,NULL,'2025-11-14 17:50:36','2025-11-14 17:50:36'),
(5995,NULL,NULL,1343,64,14,'2025-11-14 18:15:00',NULL,'live',NULL,NULL,'2025-11-14 18:15:40','2025-11-14 18:15:40'),
(5996,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 18:15:40','2025-11-14 18:15:40'),
(5997,NULL,NULL,5996,64,14,'2025-11-14 18:15:00',NULL,'live',NULL,NULL,'2025-11-14 18:15:41','2025-11-14 18:15:41'),
(6001,NULL,NULL,1109,64,14,'2025-11-14 18:16:00',NULL,'live',NULL,NULL,'2025-11-14 18:17:03','2025-11-14 18:17:03'),
(6002,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 18:17:03','2025-11-14 18:17:03'),
(6003,NULL,NULL,6002,64,14,'2025-11-14 18:16:00',NULL,'live',NULL,NULL,'2025-11-14 18:17:03','2025-11-14 18:17:03'),
(6007,NULL,NULL,1117,64,14,'2025-11-14 18:17:00',NULL,'live',NULL,NULL,'2025-11-14 18:17:51','2025-11-14 18:17:51'),
(6008,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 18:17:51','2025-11-14 18:17:51'),
(6009,NULL,NULL,6008,64,14,'2025-11-14 18:17:00',NULL,'live',NULL,NULL,'2025-11-14 18:17:51','2025-11-14 18:17:51'),
(6010,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 18:18:00','2025-11-14 18:18:00'),
(6015,NULL,NULL,1473,64,14,'2025-11-14 18:18:00',NULL,'live',NULL,NULL,'2025-11-14 18:18:54','2025-11-14 18:18:54'),
(6016,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 18:18:54','2025-11-14 18:18:54'),
(6017,NULL,NULL,6016,64,14,'2025-11-14 18:18:00',NULL,'live',NULL,NULL,'2025-11-14 18:18:54','2025-11-14 18:18:54'),
(6021,NULL,NULL,1031,64,14,'2025-11-14 18:19:00',NULL,'live',NULL,NULL,'2025-11-14 18:19:43','2025-11-14 18:19:43'),
(6022,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 18:19:43','2025-11-14 18:19:43'),
(6023,NULL,NULL,6022,64,14,'2025-11-14 18:19:00',NULL,'live',NULL,NULL,'2025-11-14 18:19:43','2025-11-14 18:19:43'),
(6027,NULL,NULL,1035,64,14,'2025-11-14 18:20:00',NULL,'live',NULL,NULL,'2025-11-14 18:20:53','2025-11-14 18:20:53'),
(6028,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 18:20:53','2025-11-14 18:20:53'),
(6029,NULL,NULL,6028,64,14,'2025-11-14 18:20:00',NULL,'live',NULL,NULL,'2025-11-14 18:20:53','2025-11-14 18:20:53'),
(6034,NULL,NULL,1249,64,14,'2025-11-14 18:21:00',NULL,'live',NULL,NULL,'2025-11-14 18:21:50','2025-11-14 18:21:50'),
(6035,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 18:21:50','2025-11-14 18:21:50'),
(6036,NULL,NULL,6035,64,14,'2025-11-14 18:21:00',NULL,'live',NULL,NULL,'2025-11-14 18:21:50','2025-11-14 18:21:50'),
(6040,NULL,NULL,1349,64,14,'2025-11-14 18:22:00',NULL,'live',NULL,NULL,'2025-11-14 18:22:46','2025-11-14 18:22:46'),
(6041,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 18:22:47','2025-11-14 18:22:47'),
(6042,NULL,NULL,6041,64,14,'2025-11-14 18:22:00',NULL,'live',NULL,NULL,'2025-11-14 18:22:47','2025-11-14 18:22:47'),
(6046,NULL,NULL,1135,64,14,'2025-11-14 18:23:00',NULL,'live',NULL,NULL,'2025-11-14 18:23:30','2025-11-14 18:23:30'),
(6047,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-14 18:23:30','2025-11-14 18:23:30'),
(6048,NULL,NULL,6047,64,14,'2025-11-14 18:23:00',NULL,'live',NULL,NULL,'2025-11-14 18:23:30','2025-11-14 18:23:30'),
(6068,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 14:59:56','2025-11-17 14:59:56'),
(6069,NULL,NULL,6068,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 14:59:56','2025-11-17 14:59:56'),
(6070,NULL,NULL,6068,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 14:59:56','2025-11-17 14:59:56'),
(6076,NULL,NULL,969,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:01:37','2025-11-17 15:01:37'),
(6077,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:01:37','2025-11-17 15:01:37'),
(6078,NULL,NULL,6077,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:01:37','2025-11-17 15:01:37'),
(6084,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:03:58','2025-11-17 15:03:58'),
(6085,NULL,NULL,6084,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:03:58','2025-11-17 15:03:58'),
(6086,NULL,NULL,6084,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:03:58','2025-11-17 15:03:58'),
(6088,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:04:56','2025-11-17 15:04:56'),
(6094,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:12:02','2025-11-17 15:12:02'),
(6095,NULL,NULL,6094,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:12:02','2025-11-17 15:12:02'),
(6096,NULL,NULL,6094,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:12:02','2025-11-17 15:12:02'),
(6101,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:16:11','2025-11-17 15:16:11'),
(6102,NULL,NULL,6101,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:16:11','2025-11-17 15:16:11'),
(6103,NULL,NULL,6101,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:16:11','2025-11-17 15:16:11'),
(6107,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:17:07','2025-11-17 15:17:07'),
(6108,NULL,NULL,6107,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:17:07','2025-11-17 15:17:07'),
(6113,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:34:54','2025-11-17 15:34:54'),
(6114,NULL,NULL,6113,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:34:54','2025-11-17 15:34:54'),
(6117,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:36:44','2025-11-17 15:36:44'),
(6118,NULL,NULL,6117,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:36:44','2025-11-17 15:36:44'),
(6119,NULL,NULL,6117,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:36:44','2025-11-17 15:36:44'),
(6122,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:38:31','2025-11-17 15:38:31'),
(6123,NULL,NULL,6122,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:38:31','2025-11-17 15:38:31'),
(6125,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:38:51','2025-11-17 15:38:51'),
(6131,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:41:10','2025-11-17 15:41:10'),
(6132,NULL,NULL,6131,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:41:10','2025-11-17 15:41:10'),
(6133,NULL,NULL,6131,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:41:10','2025-11-17 15:41:10'),
(6138,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:41:58','2025-11-17 15:41:58'),
(6139,NULL,NULL,6138,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:41:59','2025-11-17 15:41:59'),
(6140,NULL,NULL,6138,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:41:59','2025-11-17 15:41:59'),
(6145,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:43:23','2025-11-17 15:43:23'),
(6146,NULL,NULL,6145,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:43:23','2025-11-17 15:43:23'),
(6147,NULL,NULL,6145,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:43:23','2025-11-17 15:43:23'),
(6149,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2025-11-17 15:55:31','2025-11-17 15:55:31'),
(6151,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:56:17','2025-11-17 15:56:17'),
(6153,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:57:09','2025-11-17 15:57:09'),
(6158,NULL,NULL,1443,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:57:50','2025-11-17 15:57:50'),
(6159,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:57:50','2025-11-17 15:57:50'),
(6160,NULL,NULL,6159,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 15:57:50','2025-11-17 15:57:50'),
(6162,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 15:58:21','2025-11-17 15:58:21'),
(6168,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:03:20','2025-11-17 16:03:20'),
(6169,NULL,NULL,6168,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:03:20','2025-11-17 16:03:20'),
(6170,NULL,NULL,6168,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:03:20','2025-11-17 16:03:20'),
(6176,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:04:15','2025-11-17 16:04:15'),
(6177,NULL,NULL,6176,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:04:15','2025-11-17 16:04:15'),
(6178,NULL,NULL,6176,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:04:15','2025-11-17 16:04:15'),
(6180,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:06:53','2025-11-17 16:06:53'),
(6186,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:08:26','2025-11-17 16:08:26'),
(6187,NULL,NULL,6186,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:08:26','2025-11-17 16:08:26'),
(6188,NULL,NULL,6186,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:08:26','2025-11-17 16:08:26'),
(6193,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:13:13','2025-11-17 16:13:13'),
(6194,NULL,NULL,6193,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:13:13','2025-11-17 16:13:13'),
(6195,NULL,NULL,6193,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:13:13','2025-11-17 16:13:13'),
(6196,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:13:46','2025-11-17 16:13:46'),
(6199,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:15:23','2025-11-17 16:15:23'),
(6200,NULL,NULL,6199,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:15:23','2025-11-17 16:15:23'),
(6204,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:17:44','2025-11-17 16:17:44'),
(6205,NULL,NULL,6204,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:17:44','2025-11-17 16:17:44'),
(6206,NULL,NULL,6204,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:17:44','2025-11-17 16:17:44'),
(6208,NULL,NULL,1449,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:18:46','2025-11-17 16:18:46'),
(6210,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:19:29','2025-11-17 16:19:29'),
(6211,NULL,NULL,6210,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:19:29','2025-11-17 16:19:29'),
(6217,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:21:02','2025-11-17 16:21:02'),
(6218,NULL,NULL,6217,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:21:02','2025-11-17 16:21:02'),
(6219,NULL,NULL,6217,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:21:02','2025-11-17 16:21:02'),
(6221,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:21:18','2025-11-17 16:21:18'),
(6225,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:22:37','2025-11-17 16:22:37'),
(6226,NULL,NULL,6225,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:22:37','2025-11-17 16:22:37'),
(6228,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:23:26','2025-11-17 16:23:26'),
(6230,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:23:56','2025-11-17 16:23:56'),
(6232,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:24:49','2025-11-17 16:24:49'),
(6236,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:25:54','2025-11-17 16:25:54'),
(6237,NULL,NULL,6236,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:25:54','2025-11-17 16:25:54'),
(6238,NULL,NULL,6236,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:25:54','2025-11-17 16:25:54'),
(6242,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:32:33','2025-11-17 16:32:33'),
(6243,NULL,NULL,6242,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:32:33','2025-11-17 16:32:33'),
(6244,NULL,NULL,6242,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:32:33','2025-11-17 16:32:33'),
(6246,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:33:14','2025-11-17 16:33:14'),
(6248,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:33:40','2025-11-17 16:33:40'),
(6251,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:35:08','2025-11-17 16:35:08'),
(6252,NULL,NULL,6251,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:35:08','2025-11-17 16:35:08'),
(6259,NULL,NULL,1461,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:36:55','2025-11-17 16:36:55'),
(6260,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:36:55','2025-11-17 16:36:55'),
(6261,NULL,NULL,6260,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:36:55','2025-11-17 16:36:55'),
(6262,NULL,NULL,6260,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:36:55','2025-11-17 16:36:55'),
(6266,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:38:04','2025-11-17 16:38:04'),
(6267,NULL,NULL,6266,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:38:04','2025-11-17 16:38:04'),
(6271,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:38:25','2025-11-17 16:38:25'),
(6272,NULL,NULL,6271,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:38:25','2025-11-17 16:38:25'),
(6274,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:39:15','2025-11-17 16:39:15'),
(6276,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:40:10','2025-11-17 16:40:10'),
(6282,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:41:36','2025-11-17 16:41:36'),
(6283,NULL,NULL,6282,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:41:37','2025-11-17 16:41:37'),
(6284,NULL,NULL,6282,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:41:37','2025-11-17 16:41:37'),
(6288,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:42:54','2025-11-17 16:42:54'),
(6289,NULL,NULL,6288,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:42:54','2025-11-17 16:42:54'),
(6295,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:44:05','2025-11-17 16:44:05'),
(6296,NULL,NULL,6295,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:44:05','2025-11-17 16:44:05'),
(6297,NULL,NULL,6295,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:44:05','2025-11-17 16:44:05'),
(6300,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:45:42','2025-11-17 16:45:42'),
(6301,NULL,NULL,6300,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:45:42','2025-11-17 16:45:42'),
(6303,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:46:07','2025-11-17 16:46:07'),
(6306,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:47:04','2025-11-17 16:47:04'),
(6307,NULL,NULL,6306,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:47:04','2025-11-17 16:47:04'),
(6309,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:47:49','2025-11-17 16:47:49'),
(6312,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:48:44','2025-11-17 16:48:44'),
(6313,NULL,NULL,6312,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:48:44','2025-11-17 16:48:44'),
(6315,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:49:12','2025-11-17 16:49:12'),
(6317,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:49:29','2025-11-17 16:49:29'),
(6321,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:50:38','2025-11-17 16:50:38'),
(6322,NULL,NULL,6321,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:50:38','2025-11-17 16:50:38'),
(6323,NULL,NULL,6321,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:50:38','2025-11-17 16:50:38'),
(6325,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:51:01','2025-11-17 16:51:01'),
(6327,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:51:11','2025-11-17 16:51:11'),
(6331,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:52:25','2025-11-17 16:52:25'),
(6332,NULL,NULL,6331,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:52:25','2025-11-17 16:52:25'),
(6334,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:52:46','2025-11-17 16:52:46'),
(6336,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:53:01','2025-11-17 16:53:01'),
(6338,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:53:34','2025-11-17 16:53:34'),
(6345,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:55:07','2025-11-17 16:55:07'),
(6346,NULL,NULL,6345,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:55:07','2025-11-17 16:55:07'),
(6347,NULL,NULL,6345,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:55:07','2025-11-17 16:55:07'),
(6348,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:55:43','2025-11-17 16:55:43'),
(6350,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:56:05','2025-11-17 16:56:05'),
(6352,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:56:34','2025-11-17 16:56:34'),
(6354,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:56:56','2025-11-17 16:56:56'),
(6356,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:57:06','2025-11-17 16:57:06'),
(6358,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:57:12','2025-11-17 16:57:12'),
(6360,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:57:32','2025-11-17 16:57:32'),
(6365,NULL,NULL,1031,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:58:10','2025-11-17 16:58:10'),
(6366,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:58:10','2025-11-17 16:58:10'),
(6367,NULL,NULL,6366,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 16:58:10','2025-11-17 16:58:10'),
(6369,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:58:37','2025-11-17 16:58:37'),
(6370,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:59:02','2025-11-17 16:59:02'),
(6372,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 16:59:29','2025-11-17 16:59:29'),
(6375,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 17:00:27','2025-11-17 17:00:27'),
(6376,NULL,NULL,6375,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-17 17:00:27','2025-11-17 17:00:27'),
(6378,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 17:01:01','2025-11-17 17:01:01'),
(6380,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 17:01:07','2025-11-17 17:01:07'),
(6382,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 17:01:13','2025-11-17 17:01:13'),
(6383,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 17:01:19','2025-11-17 17:01:19'),
(6384,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 17:01:32','2025-11-17 17:01:32'),
(6387,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-17 17:32:09','2025-11-17 17:32:09'),
(6391,NULL,NULL,2720,9,2,'2025-11-17 14:56:00',NULL,'live',NULL,NULL,'2025-11-18 16:47:26','2025-11-18 16:47:26'),
(6392,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2025-11-18 16:47:26','2025-11-18 16:47:26'),
(6393,NULL,NULL,6392,9,2,'2025-11-17 14:56:00',NULL,'live',NULL,NULL,'2025-11-18 16:47:26','2025-11-18 16:47:26'),
(6394,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 16:48:51','2025-11-18 16:48:51'),
(6396,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 16:49:19','2025-11-18 16:49:19'),
(6398,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2025-11-18 16:58:20','2025-11-18 16:58:20'),
(6400,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 16:59:09','2025-11-18 16:59:09'),
(6402,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 16:59:49','2025-11-18 16:59:49'),
(6404,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 17:00:32','2025-11-18 17:00:32'),
(6406,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 17:00:54','2025-11-18 17:00:54'),
(6408,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 17:02:08','2025-11-18 17:02:08'),
(6410,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 17:02:20','2025-11-18 17:02:20'),
(6412,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 17:03:04','2025-11-18 17:03:04'),
(6414,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 17:03:39','2025-11-18 17:03:39'),
(6416,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 17:03:57','2025-11-18 17:03:57'),
(6418,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-18 17:06:51','2025-11-18 17:06:51'),
(6423,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-19 20:58:44','2025-11-19 20:58:44'),
(6436,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-24 14:42:16','2025-11-24 14:42:16'),
(6437,NULL,NULL,6436,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-11-24 14:42:16','2025-11-24 14:42:16'),
(6443,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-24 17:09:22','2025-11-24 17:09:22'),
(6445,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-11-24 17:46:53','2025-11-24 17:46:53'),
(6454,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-01 19:35:58','2025-12-01 19:35:58'),
(6455,NULL,NULL,6454,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-12-01 19:35:58','2025-12-01 19:35:58'),
(6457,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2025-12-01 19:36:11','2025-12-01 19:36:11'),
(6458,NULL,NULL,6457,9,2,'2025-10-08 22:34:00',NULL,'live',NULL,NULL,'2025-12-01 19:36:11','2025-12-01 19:36:11'),
(6462,NULL,NULL,951,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-12-01 19:40:26','2025-12-01 19:40:26'),
(6463,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-01 19:40:26','2025-12-01 19:40:26'),
(6464,NULL,NULL,6463,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-12-01 19:40:26','2025-12-01 19:40:26'),
(6467,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-01 19:40:57','2025-12-01 19:40:57'),
(6468,NULL,NULL,6467,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-12-01 19:40:57','2025-12-01 19:40:57'),
(6479,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-12-05 19:00:12','2025-12-05 19:00:12'),
(6480,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-12-05 19:00:26','2025-12-05 19:00:26'),
(6482,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-12-05 19:00:33','2025-12-05 19:00:33'),
(6484,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-12-05 19:00:43','2025-12-05 19:00:43'),
(6486,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-12-05 19:00:53','2025-12-05 19:00:53'),
(6488,3,NULL,NULL,NULL,7,'2025-04-18 18:39:00',NULL,'live',NULL,NULL,'2025-12-05 19:01:02','2025-12-05 19:01:02'),
(6490,3,NULL,NULL,NULL,7,'2025-04-18 18:39:00',NULL,'live',NULL,NULL,'2025-12-05 19:01:13','2025-12-05 19:01:13'),
(6492,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-12-05 19:01:24','2025-12-05 19:01:24'),
(6494,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-12-05 19:01:36','2025-12-05 19:01:36'),
(6496,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-12-05 19:01:50','2025-12-05 19:01:50'),
(6498,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-12-05 19:07:35','2025-12-05 19:07:35'),
(6499,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-12-05 19:07:35','2025-12-05 19:07:35'),
(6500,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-12-05 19:07:35','2025-12-05 19:07:35'),
(6501,3,NULL,NULL,NULL,7,'2025-04-18 18:38:00',NULL,'live',NULL,NULL,'2025-12-05 19:07:35','2025-12-05 19:07:35'),
(6502,3,NULL,NULL,NULL,7,'2025-04-18 18:39:00',NULL,'live',NULL,NULL,'2025-12-05 19:07:35','2025-12-05 19:07:35'),
(6503,3,NULL,NULL,NULL,7,'2025-04-18 18:39:00',NULL,'live',NULL,NULL,'2025-12-05 19:07:35','2025-12-05 19:07:35'),
(6504,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-12-05 19:07:35','2025-12-05 19:07:35'),
(6505,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-12-05 19:07:35','2025-12-05 19:07:35'),
(6506,3,NULL,NULL,NULL,7,'2025-09-02 22:24:00',NULL,'live',NULL,NULL,'2025-12-05 19:07:35','2025-12-05 19:07:35'),
(6507,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2025-12-05 20:15:12','2025-12-05 20:15:12'),
(6521,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-12 18:18:37','2025-12-12 18:18:37'),
(6523,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-12 18:42:28','2025-12-12 18:42:28'),
(6531,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-12 18:49:40','2025-12-12 18:49:40'),
(6534,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-12 18:50:45','2025-12-12 18:50:45'),
(6536,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-12 18:53:00','2025-12-12 18:53:00'),
(6547,9,NULL,NULL,NULL,5,'2025-12-15 19:55:00',NULL,'live',NULL,NULL,'2025-12-15 19:54:35','2025-12-15 19:55:30'),
(6549,9,NULL,NULL,NULL,5,'2025-12-15 19:55:00',NULL,'live',NULL,NULL,'2025-12-15 19:55:30','2025-12-15 19:55:30'),
(6551,9,NULL,NULL,NULL,5,'2025-12-15 19:55:00',NULL,'live',NULL,NULL,'2025-12-15 19:55:54','2025-12-15 19:55:54'),
(6552,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-15 19:56:06','2025-12-15 19:56:06'),
(6555,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 14:41:54','2025-12-16 14:41:54'),
(6559,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 14:42:53','2025-12-16 14:42:53'),
(6560,NULL,NULL,6559,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-12-16 14:42:53','2025-12-16 14:42:53'),
(6562,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 14:43:05','2025-12-16 14:43:05'),
(6564,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 14:43:40','2025-12-16 14:43:40'),
(6570,NULL,NULL,1477,10,3,'2025-12-16 14:45:00',NULL,'live',NULL,NULL,'2025-12-16 14:50:05','2025-12-16 14:50:05'),
(6571,NULL,NULL,1477,10,3,'2025-12-16 14:46:00',NULL,'live',NULL,NULL,'2025-12-16 14:50:05','2025-12-16 14:50:05'),
(6572,NULL,NULL,1477,10,3,'2025-12-16 14:48:00',NULL,'live',NULL,NULL,'2025-12-16 14:50:05','2025-12-16 14:50:05'),
(6573,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 14:50:05','2025-12-16 14:50:05'),
(6574,NULL,NULL,6573,10,3,'2025-12-16 14:45:00',NULL,'live',NULL,NULL,'2025-12-16 14:50:05','2025-12-16 14:50:05'),
(6575,NULL,NULL,6573,10,3,'2025-12-16 14:46:00',NULL,'live',NULL,NULL,'2025-12-16 14:50:05','2025-12-16 14:50:05'),
(6576,NULL,NULL,6573,10,3,'2025-12-16 14:48:00',NULL,'live',NULL,NULL,'2025-12-16 14:50:05','2025-12-16 14:50:05'),
(6582,NULL,NULL,1481,10,3,'2025-12-16 14:51:00',NULL,'live',NULL,NULL,'2025-12-16 14:52:15','2025-12-16 14:52:15'),
(6583,NULL,NULL,1481,10,3,'2025-12-16 14:51:00',NULL,'live',NULL,NULL,'2025-12-16 14:52:15','2025-12-16 14:52:15'),
(6584,NULL,NULL,1481,10,3,'2025-12-16 14:51:00',NULL,'live',NULL,NULL,'2025-12-16 14:52:15','2025-12-16 14:52:15'),
(6585,NULL,NULL,1481,10,3,'2025-12-16 14:52:00',NULL,'live',NULL,NULL,'2025-12-16 14:52:15','2025-12-16 14:52:15'),
(6586,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 14:52:15','2025-12-16 14:52:15'),
(6587,NULL,NULL,6586,10,3,'2025-12-16 14:51:00',NULL,'live',NULL,NULL,'2025-12-16 14:52:15','2025-12-16 14:52:15'),
(6588,NULL,NULL,6586,10,3,'2025-12-16 14:51:00',NULL,'live',NULL,NULL,'2025-12-16 14:52:15','2025-12-16 14:52:15'),
(6589,NULL,NULL,6586,10,3,'2025-12-16 14:51:00',NULL,'live',NULL,NULL,'2025-12-16 14:52:15','2025-12-16 14:52:15'),
(6590,NULL,NULL,6586,10,3,'2025-12-16 14:52:00',NULL,'live',NULL,NULL,'2025-12-16 14:52:15','2025-12-16 14:52:15'),
(6592,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 14:52:22','2025-12-16 14:52:22'),
(6594,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:00:08','2025-12-16 15:00:08'),
(6603,NULL,NULL,1161,10,3,'2025-12-16 15:03:00',NULL,'live',NULL,NULL,'2025-12-16 15:07:35','2025-12-16 15:07:35'),
(6604,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:07:35','2025-12-16 15:07:35'),
(6605,NULL,NULL,6604,10,3,'2025-12-16 15:03:00',NULL,'live',NULL,NULL,'2025-12-16 15:07:35','2025-12-16 15:07:35'),
(6609,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:16:08','2025-12-16 15:16:08'),
(6610,NULL,NULL,6609,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-12-16 15:16:08','2025-12-16 15:16:08'),
(6612,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:17:27','2025-12-16 15:17:27'),
(6616,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:22:48','2025-12-16 15:22:48'),
(6617,NULL,NULL,6616,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-12-16 15:22:48','2025-12-16 15:22:48'),
(6619,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:23:29','2025-12-16 15:23:29'),
(6621,NULL,NULL,1165,64,14,'2025-11-05 16:14:00',NULL,'live',NULL,NULL,'2025-12-16 15:25:40','2025-12-16 15:25:40'),
(6622,NULL,NULL,1165,64,14,'2025-11-05 16:14:00',NULL,'live',NULL,NULL,'2025-12-16 15:25:40','2025-12-16 15:25:40'),
(6623,NULL,NULL,1165,64,14,'2025-12-16 15:25:00',NULL,'live',NULL,NULL,'2025-12-16 15:25:40','2025-12-16 15:25:40'),
(6624,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:25:40','2025-12-16 15:25:40'),
(6625,NULL,NULL,6624,64,14,'2025-11-05 16:14:00',NULL,'live',NULL,NULL,'2025-12-16 15:25:40','2025-12-16 15:25:40'),
(6626,NULL,NULL,6624,64,14,'2025-11-05 16:14:00',NULL,'live',NULL,NULL,'2025-12-16 15:25:40','2025-12-16 15:25:40'),
(6627,NULL,NULL,6624,64,14,'2025-12-16 15:25:00',NULL,'live',NULL,NULL,'2025-12-16 15:25:40','2025-12-16 15:25:40'),
(6631,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:26:54','2025-12-16 15:26:54'),
(6632,NULL,NULL,6631,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-12-16 15:26:54','2025-12-16 15:26:54'),
(6634,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:26:56','2025-12-16 15:26:56'),
(6642,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:30:59','2025-12-16 15:30:59'),
(6644,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:31:29','2025-12-16 15:31:29'),
(6646,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:32:07','2025-12-16 15:32:07'),
(6651,NULL,NULL,1437,10,3,'2025-12-16 15:32:00',NULL,'live',NULL,NULL,'2025-12-16 15:32:50','2025-12-16 15:32:50'),
(6652,NULL,NULL,1437,10,3,'2025-12-16 15:32:00',NULL,'live',NULL,NULL,'2025-12-16 15:32:50','2025-12-16 15:32:50'),
(6653,NULL,NULL,1437,10,3,'2025-12-16 15:32:00',NULL,'live',NULL,NULL,'2025-12-16 15:32:50','2025-12-16 15:32:50'),
(6654,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:32:50','2025-12-16 15:32:50'),
(6655,NULL,NULL,6654,10,3,'2025-12-16 15:32:00',NULL,'live',NULL,NULL,'2025-12-16 15:32:50','2025-12-16 15:32:50'),
(6656,NULL,NULL,6654,10,3,'2025-12-16 15:32:00',NULL,'live',NULL,NULL,'2025-12-16 15:32:50','2025-12-16 15:32:50'),
(6657,NULL,NULL,6654,10,3,'2025-12-16 15:32:00',NULL,'live',NULL,NULL,'2025-12-16 15:32:50','2025-12-16 15:32:50'),
(6668,NULL,NULL,1431,10,3,'2025-12-16 15:36:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:55','2025-12-16 15:37:55'),
(6669,NULL,NULL,1431,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:55','2025-12-16 15:37:55'),
(6670,NULL,NULL,1431,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:55','2025-12-16 15:37:55'),
(6671,NULL,NULL,1431,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:55','2025-12-16 15:37:55'),
(6672,NULL,NULL,1431,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:55','2025-12-16 15:37:55'),
(6673,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:56','2025-12-16 15:37:56'),
(6674,NULL,NULL,6673,10,3,'2025-12-16 15:36:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:56','2025-12-16 15:37:56'),
(6675,NULL,NULL,6673,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:56','2025-12-16 15:37:56'),
(6676,NULL,NULL,6673,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:56','2025-12-16 15:37:56'),
(6677,NULL,NULL,6673,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:56','2025-12-16 15:37:56'),
(6678,NULL,NULL,6673,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2025-12-16 15:37:56','2025-12-16 15:37:56'),
(6686,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:40:19','2025-12-16 15:40:19'),
(6689,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-16 15:40:58','2025-12-16 15:40:58'),
(6690,NULL,NULL,6689,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2025-12-16 15:40:58','2025-12-16 15:40:58'),
(6712,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-23 19:14:35','2025-12-23 19:14:35'),
(6714,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-23 19:14:38','2025-12-23 19:14:38'),
(6716,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-23 19:14:50','2025-12-23 19:14:50'),
(6719,NULL,NULL,1177,81,16,'2025-12-23 19:16:00',NULL,'live',0,0,'2025-12-23 19:16:28','2025-12-23 19:16:28'),
(6720,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-23 19:16:28','2025-12-23 19:16:28'),
(6721,NULL,NULL,6720,81,16,'2025-12-23 19:16:00',NULL,'live',NULL,NULL,'2025-12-23 19:16:28','2025-12-23 19:16:28'),
(6722,7,NULL,NULL,NULL,6,'2025-12-23 19:19:00',NULL,'live',NULL,NULL,'2025-12-23 19:18:46','2025-12-23 19:19:22'),
(6723,7,NULL,NULL,NULL,6,'2025-12-23 19:19:00',NULL,'live',NULL,NULL,'2025-12-23 19:19:22','2025-12-23 19:19:22'),
(6726,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-23 19:19:50','2025-12-23 19:19:50'),
(6727,NULL,NULL,6726,81,16,'2025-12-23 19:16:00',NULL,'live',NULL,NULL,'2025-12-23 19:19:50','2025-12-23 19:19:50'),
(6739,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-30 19:41:52','2025-12-30 19:41:52'),
(6740,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-30 19:43:27','2025-12-30 19:43:27'),
(6747,NULL,NULL,1269,10,3,'2025-12-30 19:45:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6748,NULL,NULL,1269,10,3,'2025-12-30 19:45:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6749,NULL,NULL,1269,10,3,'2025-12-30 19:45:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6750,NULL,NULL,1269,10,3,'2025-12-30 19:45:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6751,NULL,NULL,1269,10,3,'2025-12-30 19:46:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6752,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6753,NULL,NULL,6752,10,3,'2025-12-30 19:45:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6754,NULL,NULL,6752,10,3,'2025-12-30 19:45:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6755,NULL,NULL,6752,10,3,'2025-12-30 19:45:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6756,NULL,NULL,6752,10,3,'2025-12-30 19:45:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6757,NULL,NULL,6752,10,3,'2025-12-30 19:46:00',NULL,'live',NULL,NULL,'2025-12-30 19:46:23','2025-12-30 19:46:23'),
(6768,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-30 20:04:57','2025-12-30 20:04:57'),
(6770,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-30 20:05:38','2025-12-30 20:05:38'),
(6773,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-30 21:29:25','2025-12-30 21:29:25'),
(6780,NULL,NULL,1277,10,3,'2025-12-30 21:30:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6781,NULL,NULL,1277,10,3,'2025-12-30 21:30:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6782,NULL,NULL,1277,10,3,'2025-12-30 21:30:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6783,NULL,NULL,1277,10,3,'2025-12-30 21:30:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6784,NULL,NULL,1277,10,3,'2025-12-30 21:30:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6785,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6786,NULL,NULL,6785,10,3,'2025-12-30 21:30:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6787,NULL,NULL,6785,10,3,'2025-12-30 21:30:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6788,NULL,NULL,6785,10,3,'2025-12-30 21:30:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6789,NULL,NULL,6785,10,3,'2025-12-30 21:30:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6790,NULL,NULL,6785,10,3,'2025-12-30 21:30:00',NULL,'live',NULL,NULL,'2025-12-30 21:31:13','2025-12-30 21:31:13'),
(6798,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2025-12-30 21:39:21','2025-12-30 21:39:21'),
(6802,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 19:49:14','2026-01-02 19:49:14'),
(6804,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 19:50:00','2026-01-02 19:50:00'),
(6807,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 19:56:16','2026-01-02 19:56:16'),
(6810,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 19:59:27','2026-01-02 19:59:27'),
(6813,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:00:29','2026-01-02 20:00:29'),
(6816,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:02:02','2026-01-02 20:02:02'),
(6819,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:04:06','2026-01-02 20:04:06'),
(6822,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:05:06','2026-01-02 20:05:06'),
(6825,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:06:19','2026-01-02 20:06:19'),
(6828,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:08:18','2026-01-02 20:08:18'),
(6831,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:08:57','2026-01-02 20:08:57'),
(6834,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:10:34','2026-01-02 20:10:34'),
(6836,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:13:09','2026-01-02 20:13:09'),
(6839,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:15:31','2026-01-02 20:15:31'),
(6841,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:16:44','2026-01-02 20:16:44'),
(6842,NULL,NULL,6841,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-02 20:16:44','2026-01-02 20:16:44'),
(6845,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:17:23','2026-01-02 20:17:23'),
(6848,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:18:16','2026-01-02 20:18:16'),
(6851,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:21:09','2026-01-02 20:21:09'),
(6854,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:22:12','2026-01-02 20:22:12'),
(6856,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:24:05','2026-01-02 20:24:05'),
(6859,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:25:34','2026-01-02 20:25:34'),
(6862,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:26:45','2026-01-02 20:26:45'),
(6866,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:29:17','2026-01-02 20:29:17'),
(6869,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:30:07','2026-01-02 20:30:07'),
(6871,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:31:06','2026-01-02 20:31:06'),
(6874,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:31:57','2026-01-02 20:31:57'),
(6875,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:35:34','2026-01-02 20:35:34'),
(6878,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:36:11','2026-01-02 20:36:11'),
(6881,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:37:40','2026-01-02 20:37:40'),
(6884,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:38:23','2026-01-02 20:38:23'),
(6886,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:39:34','2026-01-02 20:39:34'),
(6888,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:40:00','2026-01-02 20:40:00'),
(6890,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:42:52','2026-01-02 20:42:52'),
(6893,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:43:47','2026-01-02 20:43:47'),
(6895,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:44:44','2026-01-02 20:44:44'),
(6898,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:45:14','2026-01-02 20:45:14'),
(6900,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:46:02','2026-01-02 20:46:02'),
(6903,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:47:53','2026-01-02 20:47:53'),
(6906,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:49:01','2026-01-02 20:49:01'),
(6909,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:50:10','2026-01-02 20:50:10'),
(6912,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:51:13','2026-01-02 20:51:13'),
(6914,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:52:40','2026-01-02 20:52:40'),
(6917,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:53:15','2026-01-02 20:53:15'),
(6921,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:57:38','2026-01-02 20:57:38'),
(6923,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:58:23','2026-01-02 20:58:23'),
(6926,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-02 20:59:13','2026-01-02 20:59:13'),
(6929,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 20:59:32','2026-01-02 20:59:32'),
(6933,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 21:01:08','2026-01-02 21:01:08'),
(6936,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-02 21:02:08','2026-01-02 21:02:08'),
(6952,NULL,NULL,9882,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 16:46:02','2026-03-25 19:33:51'),
(6953,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 16:49:57','2026-01-05 16:49:57'),
(6956,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:02:25','2026-01-05 17:02:25'),
(6957,NULL,NULL,6956,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 17:02:25','2026-01-05 17:02:25'),
(6959,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:03:01','2026-01-05 17:03:01'),
(6962,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:03:57','2026-01-05 17:03:57'),
(6966,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:07:53','2026-01-05 17:07:53'),
(6967,NULL,NULL,6966,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 17:07:53','2026-01-05 17:07:53'),
(6969,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:08:09','2026-01-05 17:08:09'),
(6974,NULL,NULL,1171,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 17:12:30','2026-01-05 17:12:30'),
(6975,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:12:30','2026-01-05 17:12:30'),
(6976,NULL,NULL,6975,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 17:12:30','2026-01-05 17:12:30'),
(6978,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:12:41','2026-01-05 17:12:41'),
(6980,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:14:31','2026-01-05 17:14:31'),
(6982,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:15:18','2026-01-05 17:15:18'),
(6984,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:16:05','2026-01-05 17:16:05'),
(6988,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:22:12','2026-01-05 17:22:12'),
(6989,NULL,NULL,6988,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 17:22:12','2026-01-05 17:22:12'),
(6993,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:23:19','2026-01-05 17:23:19'),
(6994,NULL,NULL,6993,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 17:23:19','2026-01-05 17:23:19'),
(6996,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:23:34','2026-01-05 17:23:34'),
(6999,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:45:13','2026-01-05 17:45:13'),
(7000,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:48:50','2026-01-05 17:48:50'),
(7002,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:50:00','2026-01-05 17:50:00'),
(7004,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:51:48','2026-01-05 17:51:48'),
(7006,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:52:28','2026-01-05 17:52:28'),
(7008,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:52:46','2026-01-05 17:52:46'),
(7010,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:53:20','2026-01-05 17:53:20'),
(7014,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:58:01','2026-01-05 17:58:01'),
(7015,NULL,NULL,7014,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 17:58:01','2026-01-05 17:58:01'),
(7017,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 17:58:13','2026-01-05 17:58:13'),
(7018,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:13:00','2026-01-05 18:13:00'),
(7022,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:17:24','2026-01-05 18:17:24'),
(7023,NULL,NULL,7022,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 18:17:24','2026-01-05 18:17:24'),
(7025,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:18:34','2026-01-05 18:18:34'),
(7027,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:18:59','2026-01-05 18:18:59'),
(7029,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:19:34','2026-01-05 18:19:34'),
(7031,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:19:43','2026-01-05 18:19:43'),
(7035,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:26:03','2026-01-05 18:26:03'),
(7036,NULL,NULL,7035,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 18:26:03','2026-01-05 18:26:03'),
(7040,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:27:26','2026-01-05 18:27:26'),
(7041,NULL,NULL,7040,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 18:27:26','2026-01-05 18:27:26'),
(7045,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:31:07','2026-01-05 18:31:07'),
(7046,NULL,NULL,7045,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 18:31:07','2026-01-05 18:31:07'),
(7049,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:33:01','2026-01-05 18:33:01'),
(7060,NULL,NULL,1449,9,2,'2026-01-05 18:42:00',NULL,'live',NULL,NULL,'2026-01-05 18:42:40','2026-01-05 18:42:40'),
(7061,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:42:40','2026-01-05 18:42:40'),
(7062,NULL,NULL,7061,9,2,'2026-01-05 18:42:00',NULL,'live',NULL,NULL,'2026-01-05 18:42:40','2026-01-05 18:42:40'),
(7064,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:43:45','2026-01-05 18:43:45'),
(7070,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 18:50:52','2026-01-05 18:50:52'),
(7071,NULL,NULL,7070,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 18:50:52','2026-01-05 18:50:52'),
(7077,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 21:07:06','2026-01-05 21:07:06'),
(7086,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 21:12:25','2026-01-05 21:12:25'),
(7087,NULL,NULL,7086,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 21:12:25','2026-01-05 21:12:25'),
(7098,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-05 21:19:02','2026-01-05 21:19:02'),
(7099,NULL,NULL,7098,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-05 21:19:02','2026-01-05 21:19:02'),
(7128,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 16:45:27','2026-01-06 16:45:27'),
(7129,NULL,NULL,7128,44,2,'2025-10-16 19:21:00',NULL,'live',NULL,NULL,'2026-01-06 16:45:27','2026-01-06 16:45:27'),
(7131,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 16:45:39','2026-01-06 16:45:39'),
(7135,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 16:51:36','2026-01-06 16:51:36'),
(7136,NULL,NULL,7135,44,2,'2025-10-16 19:21:00',NULL,'live',NULL,NULL,'2026-01-06 16:51:36','2026-01-06 16:51:36'),
(7138,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 17:23:21','2026-01-06 17:23:21'),
(7142,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 19:05:05','2026-01-06 19:05:05'),
(7143,NULL,NULL,7142,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-06 19:05:05','2026-01-06 19:05:05'),
(7144,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 19:05:09','2026-01-06 19:05:09'),
(7149,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 20:42:19','2026-01-06 20:42:19'),
(7153,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 20:42:52','2026-01-06 20:42:52'),
(7154,NULL,NULL,7153,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-06 20:42:52','2026-01-06 20:42:52'),
(7157,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 20:43:12','2026-01-06 20:43:12'),
(7158,NULL,NULL,7157,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-06 20:43:12','2026-01-06 20:43:12'),
(7159,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 20:43:14','2026-01-06 20:43:14'),
(7161,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:13:53','2026-01-06 21:13:53'),
(7165,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:33:45','2026-01-06 21:33:45'),
(7166,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7167,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7168,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7169,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7170,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7171,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7172,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7173,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7174,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7175,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7176,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7177,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:36','2026-01-06 21:34:36'),
(7178,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7179,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7180,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7181,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7182,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7183,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7184,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7185,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7186,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7187,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7188,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7189,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7190,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7191,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7192,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7193,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7194,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7195,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7196,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7197,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7198,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7199,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:37','2026-01-06 21:34:37'),
(7200,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7201,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7202,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7203,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7204,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7205,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7206,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7207,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7208,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7209,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7210,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7211,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7212,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7213,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7214,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7215,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7216,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7217,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7218,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7219,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:38','2026-01-06 21:34:38'),
(7220,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7221,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7222,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7223,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7224,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7225,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7226,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7227,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7228,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7229,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7230,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7231,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7232,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7233,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7234,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7235,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7236,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7237,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7238,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:39','2026-01-06 21:34:39'),
(7239,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7240,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7241,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7242,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7243,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7244,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7245,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7246,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7247,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7248,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7249,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7250,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7251,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7252,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7253,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7254,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:40','2026-01-06 21:34:40'),
(7256,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:41','2026-01-06 21:34:41'),
(7257,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:34:41','2026-01-06 21:34:41'),
(7260,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 21:35:29','2026-01-06 21:35:29'),
(7264,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 23:15:44','2026-01-06 23:15:44'),
(7265,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 23:16:12','2026-01-06 23:16:12'),
(7267,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 23:17:17','2026-01-06 23:17:17'),
(7269,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 23:17:45','2026-01-06 23:17:45'),
(7271,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 23:19:03','2026-01-06 23:19:03'),
(7274,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-06 23:29:22','2026-01-06 23:29:22'),
(7283,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 19:04:08','2026-01-07 19:04:08'),
(7287,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 20:13:35','2026-01-07 20:13:35'),
(7290,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 20:36:07','2026-01-07 20:36:07'),
(7293,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 20:56:54','2026-01-07 20:56:54'),
(7294,NULL,NULL,7293,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-07 20:56:54','2026-01-07 20:56:54'),
(7296,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 21:01:38','2026-01-07 21:01:38'),
(7301,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 21:05:26','2026-01-07 21:05:26'),
(7302,NULL,NULL,7301,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-07 21:05:26','2026-01-07 21:05:26'),
(7304,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 21:05:52','2026-01-07 21:05:52'),
(7308,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 21:22:50','2026-01-07 21:22:50'),
(7309,NULL,NULL,7308,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-07 21:22:50','2026-01-07 21:22:50'),
(7312,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 21:25:15','2026-01-07 21:25:15'),
(7313,NULL,NULL,7312,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-07 21:25:15','2026-01-07 21:25:15'),
(7316,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 21:36:47','2026-01-07 21:36:47'),
(7317,NULL,NULL,7316,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-07 21:36:47','2026-01-07 21:36:47'),
(7319,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 21:37:04','2026-01-07 21:37:04'),
(7322,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 21:52:44','2026-01-07 21:52:44'),
(7323,NULL,NULL,7322,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-07 21:52:44','2026-01-07 21:52:44'),
(7326,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 21:53:07','2026-01-07 21:53:07'),
(7327,NULL,NULL,7326,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-07 21:53:07','2026-01-07 21:53:07'),
(7330,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-07 21:58:05','2026-01-07 21:58:05'),
(7331,NULL,NULL,7330,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-07 21:58:05','2026-01-07 21:58:05'),
(7338,NULL,NULL,1353,87,17,'2026-01-08 15:06:00',NULL,'live',0,0,'2026-01-08 15:06:15','2026-01-08 15:06:15'),
(7339,NULL,NULL,1353,87,17,'2026-01-08 15:06:00',NULL,'live',0,0,'2026-01-08 15:06:15','2026-01-08 15:06:15'),
(7340,NULL,NULL,1353,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-08 15:06:15','2026-01-08 15:06:15'),
(7341,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-08 15:06:15','2026-01-08 15:06:15'),
(7342,NULL,NULL,7341,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-08 15:06:15','2026-01-08 15:06:15'),
(7343,NULL,NULL,7341,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-08 15:06:15','2026-01-08 15:06:15'),
(7344,NULL,NULL,7341,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-08 15:06:15','2026-01-08 15:06:15'),
(7346,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-08 15:06:20','2026-01-08 15:06:20'),
(7349,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-08 15:08:20','2026-01-08 15:08:20'),
(7350,NULL,NULL,7349,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-08 15:08:20','2026-01-08 15:08:20'),
(7353,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-08 15:17:35','2026-01-08 15:17:35'),
(7354,NULL,NULL,7353,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-08 15:17:35','2026-01-08 15:17:35'),
(7360,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-08 16:18:09','2026-01-08 16:18:09'),
(7361,NULL,NULL,7360,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-08 16:18:09','2026-01-08 16:18:09'),
(7362,NULL,NULL,7360,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-08 16:18:09','2026-01-08 16:18:09'),
(7367,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-08 17:57:52','2026-01-08 17:57:52'),
(7368,NULL,NULL,7367,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-08 17:57:52','2026-01-08 17:57:52'),
(7369,8,NULL,NULL,NULL,6,'2026-01-08 19:56:00',NULL,'live',NULL,NULL,'2026-01-08 19:56:05','2026-01-08 19:56:29'),
(7370,8,NULL,NULL,NULL,6,'2026-01-08 19:56:00',NULL,'live',NULL,NULL,'2026-01-08 19:56:30','2026-01-08 19:56:30'),
(7372,8,NULL,NULL,NULL,6,'2025-10-09 20:46:00',NULL,'live',NULL,NULL,'2026-01-08 19:57:40','2026-01-08 19:57:40'),
(7374,8,NULL,NULL,NULL,6,'2025-10-14 16:52:00',NULL,'live',NULL,NULL,'2026-01-08 19:57:55','2026-01-08 19:57:55'),
(7376,8,NULL,NULL,NULL,6,'2025-09-26 17:59:00',NULL,'live',NULL,NULL,'2026-01-08 19:58:12','2026-01-08 19:58:12'),
(7377,8,NULL,NULL,NULL,6,'2026-01-08 19:58:00',NULL,'live',NULL,NULL,'2026-01-08 19:58:31','2026-01-08 19:58:41'),
(7378,8,NULL,NULL,NULL,6,'2026-01-08 19:58:00',NULL,'live',NULL,NULL,'2026-01-08 19:58:41','2026-01-08 19:58:41'),
(7379,8,NULL,NULL,NULL,6,'2026-01-08 19:59:00',NULL,'live',NULL,NULL,'2026-01-08 19:58:57','2026-01-08 19:59:05'),
(7380,8,NULL,NULL,NULL,6,'2026-01-08 19:59:00',NULL,'live',NULL,NULL,'2026-01-08 19:59:05','2026-01-08 19:59:05'),
(7381,8,NULL,NULL,NULL,6,'2026-01-08 19:59:00',NULL,'live',NULL,NULL,'2026-01-08 19:59:18','2026-01-08 19:59:26'),
(7382,8,NULL,NULL,NULL,6,'2026-01-08 19:59:00',NULL,'live',NULL,NULL,'2026-01-08 19:59:26','2026-01-08 19:59:26'),
(7386,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-09 18:08:44','2026-01-09 18:08:44'),
(7395,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-09 20:27:24','2026-01-09 20:27:24'),
(7397,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-09 20:27:42','2026-01-09 20:27:42'),
(7399,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-09 20:27:44','2026-01-09 20:27:44'),
(7418,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:20:19','2026-01-12 15:20:19'),
(7420,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:21:08','2026-01-12 15:21:08'),
(7427,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:25:15','2026-01-12 15:25:15'),
(7429,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:25:18','2026-01-12 15:25:18'),
(7431,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:28:54','2026-01-12 15:28:54'),
(7433,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:29:01','2026-01-12 15:29:01'),
(7435,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:30:40','2026-01-12 15:30:40'),
(7436,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:32:02','2026-01-12 15:32:02'),
(7438,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:33:35','2026-01-12 15:33:35'),
(7439,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:35:30','2026-01-12 15:35:30'),
(7442,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:36:46','2026-01-12 15:36:46'),
(7444,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:37:29','2026-01-12 15:37:29'),
(7445,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:39:00','2026-01-12 15:39:00'),
(7447,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:46:28','2026-01-12 15:46:28'),
(7448,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:47:31','2026-01-12 15:47:31'),
(7450,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:48:05','2026-01-12 15:48:05'),
(7452,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:48:08','2026-01-12 15:48:08'),
(7454,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:48:49','2026-01-12 15:48:49'),
(7456,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:49:25','2026-01-12 15:49:25'),
(7457,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:49:50','2026-01-12 15:49:50'),
(7459,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:50:29','2026-01-12 15:50:29'),
(7461,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:50:49','2026-01-12 15:50:49'),
(7464,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:51:25','2026-01-12 15:51:25'),
(7466,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:51:52','2026-01-12 15:51:52'),
(7468,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:54:02','2026-01-12 15:54:02'),
(7470,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:55:10','2026-01-12 15:55:10'),
(7472,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:56:42','2026-01-12 15:56:42'),
(7474,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:57:55','2026-01-12 15:57:55'),
(7475,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 15:59:49','2026-01-12 15:59:49'),
(7476,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:01:37','2026-01-12 16:01:37'),
(7477,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:03:01','2026-01-12 16:03:01'),
(7479,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:04:25','2026-01-12 16:04:25'),
(7481,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:06:01','2026-01-12 16:06:01'),
(7482,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:07:21','2026-01-12 16:07:21'),
(7483,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:08:18','2026-01-12 16:08:18'),
(7485,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:08:53','2026-01-12 16:08:53'),
(7487,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:10:08','2026-01-12 16:10:08'),
(7489,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:10:27','2026-01-12 16:10:27'),
(7490,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:11:56','2026-01-12 16:11:56'),
(7491,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:12:48','2026-01-12 16:12:48'),
(7492,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:13:41','2026-01-12 16:13:41'),
(7493,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:14:24','2026-01-12 16:14:24'),
(7495,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:15:10','2026-01-12 16:15:10'),
(7497,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:15:22','2026-01-12 16:15:22'),
(7499,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:15:32','2026-01-12 16:15:32'),
(7500,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:16:38','2026-01-12 16:16:38'),
(7501,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:17:52','2026-01-12 16:17:52'),
(7503,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:18:38','2026-01-12 16:18:38'),
(7505,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:19:23','2026-01-12 16:19:23'),
(7507,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:39:25','2026-01-12 16:39:25'),
(7509,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:40:37','2026-01-12 16:40:37'),
(7511,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:41:50','2026-01-12 16:41:50'),
(7513,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:42:47','2026-01-12 16:42:47'),
(7514,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:43:42','2026-01-12 16:43:42'),
(7515,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:44:41','2026-01-12 16:44:41'),
(7516,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:45:28','2026-01-12 16:45:28'),
(7517,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:46:10','2026-01-12 16:46:10'),
(7518,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:46:58','2026-01-12 16:46:58'),
(7519,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:47:52','2026-01-12 16:47:52'),
(7520,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:48:43','2026-01-12 16:48:43'),
(7521,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:49:48','2026-01-12 16:49:48'),
(7523,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:50:51','2026-01-12 16:50:51'),
(7525,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:52:14','2026-01-12 16:52:14'),
(7527,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:53:26','2026-01-12 16:53:26'),
(7529,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:54:55','2026-01-12 16:54:55'),
(7530,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:56:23','2026-01-12 16:56:23'),
(7531,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:57:32','2026-01-12 16:57:32'),
(7532,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 16:59:08','2026-01-12 16:59:08'),
(7534,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:00:10','2026-01-12 17:00:10'),
(7535,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:01:10','2026-01-12 17:01:10'),
(7536,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:02:32','2026-01-12 17:02:32'),
(7537,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:03:41','2026-01-12 17:03:41'),
(7539,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:04:34','2026-01-12 17:04:34'),
(7540,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:05:30','2026-01-12 17:05:30'),
(7541,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:06:32','2026-01-12 17:06:32'),
(7543,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:06:48','2026-01-12 17:06:48'),
(7544,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:08:47','2026-01-12 17:08:47'),
(7546,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:09:57','2026-01-12 17:09:57'),
(7548,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:11:23','2026-01-12 17:11:23'),
(7550,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-12 17:12:39','2026-01-12 17:12:39'),
(7551,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-12 17:13:39','2026-01-12 17:13:39'),
(7553,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-12 17:13:57','2026-01-12 17:13:57'),
(7554,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:14:57','2026-01-12 17:14:57'),
(7556,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:16:18','2026-01-12 17:16:18'),
(7558,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:17:30','2026-01-12 17:17:30'),
(7559,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:18:29','2026-01-12 17:18:29'),
(7560,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:19:21','2026-01-12 17:19:21'),
(7561,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:20:16','2026-01-12 17:20:16'),
(7563,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:22:26','2026-01-12 17:22:26'),
(7564,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:24:06','2026-01-12 17:24:06'),
(7565,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:26:39','2026-01-12 17:26:39'),
(7566,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:27:46','2026-01-12 17:27:46'),
(7568,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:28:46','2026-01-12 17:28:46'),
(7571,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:29:41','2026-01-12 17:29:41'),
(7573,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:30:34','2026-01-12 17:30:34'),
(7575,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:31:29','2026-01-12 17:31:29'),
(7576,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:32:33','2026-01-12 17:32:33'),
(7577,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:33:24','2026-01-12 17:33:24'),
(7578,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:34:10','2026-01-12 17:34:10'),
(7580,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:34:53','2026-01-12 17:34:53'),
(7581,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 17:35:33','2026-01-12 17:35:33'),
(7584,NULL,NULL,1431,81,16,'2026-01-12 18:06:00',NULL,'live',0,0,'2026-01-12 18:07:00','2026-01-12 18:07:00'),
(7585,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:07:00','2026-01-12 18:07:00'),
(7586,NULL,NULL,7585,81,16,'2026-01-12 18:06:00',NULL,'live',NULL,NULL,'2026-01-12 18:07:00','2026-01-12 18:07:00'),
(7588,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:07:38','2026-01-12 18:07:38'),
(7590,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:12:30','2026-01-12 18:12:30'),
(7593,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:14:27','2026-01-12 18:14:27'),
(7595,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:14:47','2026-01-12 18:14:47'),
(7597,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:15:11','2026-01-12 18:15:11'),
(7599,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:15:30','2026-01-12 18:15:30'),
(7601,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:15:41','2026-01-12 18:15:41'),
(7603,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:16:03','2026-01-12 18:16:03'),
(7605,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:16:11','2026-01-12 18:16:11'),
(7607,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:16:25','2026-01-12 18:16:25'),
(7609,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:16:43','2026-01-12 18:16:43'),
(7611,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:22:43','2026-01-12 18:22:43'),
(7613,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:23:10','2026-01-12 18:23:10'),
(7615,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:23:29','2026-01-12 18:23:29'),
(7617,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:23:41','2026-01-12 18:23:41'),
(7619,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:23:53','2026-01-12 18:23:53'),
(7621,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:24:01','2026-01-12 18:24:01'),
(7623,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:24:18','2026-01-12 18:24:18'),
(7625,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:24:34','2026-01-12 18:24:34'),
(7627,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:24:44','2026-01-12 18:24:44'),
(7629,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:24:51','2026-01-12 18:24:51'),
(7631,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:25:57','2026-01-12 18:25:57'),
(7633,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:26:20','2026-01-12 18:26:20'),
(7635,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:26:32','2026-01-12 18:26:32'),
(7637,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:26:40','2026-01-12 18:26:40'),
(7639,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:26:53','2026-01-12 18:26:53'),
(7641,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:27:00','2026-01-12 18:27:00'),
(7643,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:27:11','2026-01-12 18:27:11'),
(7650,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:51:22','2026-01-12 18:51:22'),
(7653,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:51:43','2026-01-12 18:51:43'),
(7659,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:52:19','2026-01-12 18:52:19'),
(7662,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:52:39','2026-01-12 18:52:39'),
(7665,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:53:00','2026-01-12 18:53:00'),
(7668,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:53:23','2026-01-12 18:53:23'),
(7671,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 18:53:46','2026-01-12 18:53:46'),
(7675,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:17:23','2026-01-12 19:17:23'),
(7678,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:17:42','2026-01-12 19:17:42'),
(7681,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:18:14','2026-01-12 19:18:14'),
(7684,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:18:38','2026-01-12 19:18:38'),
(7687,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:19:21','2026-01-12 19:19:21'),
(7690,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:19:37','2026-01-12 19:19:37'),
(7693,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:19:50','2026-01-12 19:19:50'),
(7694,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-12 19:43:54','2026-01-12 19:43:54'),
(7696,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-12 19:44:19','2026-01-12 19:44:19'),
(7698,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-12 19:45:05','2026-01-12 19:45:05'),
(7708,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:52:53','2026-01-12 19:52:53'),
(7710,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:53:28','2026-01-12 19:53:28'),
(7712,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:53:49','2026-01-12 19:53:49'),
(7714,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:55:33','2026-01-12 19:55:33'),
(7716,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:56:08','2026-01-12 19:56:08'),
(7718,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:56:23','2026-01-12 19:56:23'),
(7720,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:56:34','2026-01-12 19:56:34'),
(7723,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:57:40','2026-01-12 19:57:40'),
(7725,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 19:58:01','2026-01-12 19:58:01'),
(7727,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 20:04:29','2026-01-12 20:04:29'),
(7733,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 20:13:50','2026-01-12 20:13:50'),
(7736,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 20:48:05','2026-01-12 20:48:05'),
(7756,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 21:01:02','2026-01-12 21:01:02'),
(7760,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 21:11:23','2026-01-12 21:11:23'),
(7762,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-12 21:24:09','2026-01-12 21:24:09'),
(7767,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 15:01:41','2026-01-13 15:01:41'),
(7769,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 15:01:43','2026-01-13 15:01:43'),
(7773,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 16:00:26','2026-01-13 16:00:26'),
(7775,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 16:00:34','2026-01-13 16:00:34'),
(7776,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 16:04:21','2026-01-13 16:04:21'),
(7786,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 16:08:07','2026-01-13 16:08:07'),
(7788,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 16:08:39','2026-01-13 16:08:39'),
(7790,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 16:09:02','2026-01-13 16:09:02'),
(7792,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 16:11:45','2026-01-13 16:11:45'),
(7795,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 17:47:53','2026-01-13 17:47:53'),
(7797,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 17:48:44','2026-01-13 17:48:44'),
(7799,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 17:51:03','2026-01-13 17:51:03'),
(7801,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 17:51:26','2026-01-13 17:51:26'),
(7804,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2026-01-13 18:01:05','2026-01-13 18:01:05'),
(7805,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2026-01-13 18:01:14','2026-01-13 18:01:14'),
(7807,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2026-01-13 18:01:29','2026-01-13 18:01:29'),
(7808,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 18:01:34','2026-01-13 18:01:34'),
(7810,7,NULL,NULL,NULL,6,'2025-08-20 22:00:00',NULL,'live',NULL,NULL,'2026-01-13 18:02:31','2026-01-13 18:02:31'),
(7811,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 18:02:33','2026-01-13 18:02:33'),
(7813,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 18:06:00','2026-01-13 18:06:00'),
(7815,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 18:13:24','2026-01-13 18:13:24'),
(7819,7,NULL,NULL,NULL,6,'2025-12-23 19:19:00',NULL,'live',NULL,NULL,'2026-01-13 19:03:20','2026-01-13 19:03:20'),
(7822,NULL,NULL,1177,81,16,'2025-12-23 19:16:00',NULL,'live',NULL,NULL,'2026-01-13 19:03:38','2026-01-13 19:03:38'),
(7823,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 19:03:39','2026-01-13 19:03:39'),
(7824,NULL,NULL,7823,81,16,'2025-12-23 19:16:00',NULL,'live',NULL,NULL,'2026-01-13 19:03:39','2026-01-13 19:03:39'),
(7834,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:03:08','2026-01-13 20:03:08'),
(7836,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:03:33','2026-01-13 20:03:33'),
(7843,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:13:01','2026-01-13 20:13:01'),
(7845,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:13:32','2026-01-13 20:13:32'),
(7848,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:22:01','2026-01-13 20:22:01'),
(7854,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:25:30','2026-01-13 20:25:30'),
(7856,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:29:14','2026-01-13 20:29:14'),
(7865,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:41:59','2026-01-13 20:41:59'),
(7867,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:42:43','2026-01-13 20:42:43'),
(7875,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:50:35','2026-01-13 20:50:35'),
(7877,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:52:02','2026-01-13 20:52:02'),
(7879,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 20:52:28','2026-01-13 20:52:28'),
(7887,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:03:56','2026-01-13 21:03:56'),
(7889,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:04:49','2026-01-13 21:04:49'),
(7895,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:14:34','2026-01-13 21:14:34'),
(7897,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:14:56','2026-01-13 21:14:56'),
(7899,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:15:56','2026-01-13 21:15:56'),
(7902,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:17:45','2026-01-13 21:17:45'),
(7904,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:19:14','2026-01-13 21:19:14'),
(7906,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:19:32','2026-01-13 21:19:32'),
(7912,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:24:06','2026-01-13 21:24:06'),
(7914,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:24:56','2026-01-13 21:24:56'),
(7916,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:25:53','2026-01-13 21:25:53'),
(7918,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:26:24','2026-01-13 21:26:24'),
(7929,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:49:39','2026-01-13 21:49:39'),
(7931,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:50:04','2026-01-13 21:50:04'),
(7933,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:50:42','2026-01-13 21:50:42'),
(7935,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:51:20','2026-01-13 21:51:20'),
(7942,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:57:41','2026-01-13 21:57:41'),
(7944,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:58:21','2026-01-13 21:58:21'),
(7946,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:58:47','2026-01-13 21:58:47'),
(7948,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 21:59:09','2026-01-13 21:59:09'),
(7958,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 22:05:03','2026-01-13 22:05:03'),
(7960,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 22:05:29','2026-01-13 22:05:29'),
(7962,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 22:12:38','2026-01-13 22:12:38'),
(7963,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 22:14:47','2026-01-13 22:14:47'),
(7965,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-13 22:20:29','2026-01-13 22:20:29'),
(7968,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 15:18:41','2026-01-14 15:18:41'),
(7970,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 15:23:35','2026-01-14 15:23:35'),
(7972,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 15:52:05','2026-01-14 15:52:05'),
(7974,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 15:54:14','2026-01-14 15:54:14'),
(7976,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:00:01','2026-01-14 16:00:01'),
(7978,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:04:02','2026-01-14 16:04:02'),
(7980,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:06:36','2026-01-14 16:06:36'),
(7982,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:11:10','2026-01-14 16:11:10'),
(7984,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:11:18','2026-01-14 16:11:18'),
(7986,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:18:02','2026-01-14 16:18:02'),
(7988,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:18:37','2026-01-14 16:18:37'),
(7990,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:18:48','2026-01-14 16:18:48'),
(7992,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:19:20','2026-01-14 16:19:20'),
(7994,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:19:44','2026-01-14 16:19:44'),
(7996,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:19:55','2026-01-14 16:19:55'),
(7999,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:21:33','2026-01-14 16:21:33'),
(8001,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:21:59','2026-01-14 16:21:59'),
(8003,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:22:22','2026-01-14 16:22:22'),
(8006,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:23:12','2026-01-14 16:23:12'),
(8007,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:24:04','2026-01-14 16:24:04'),
(8009,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:24:34','2026-01-14 16:24:34'),
(8011,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:25:26','2026-01-14 16:25:26'),
(8013,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:25:59','2026-01-14 16:25:59'),
(8015,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:26:25','2026-01-14 16:26:25'),
(8018,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:27:59','2026-01-14 16:27:59'),
(8020,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:28:30','2026-01-14 16:28:30'),
(8022,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:28:57','2026-01-14 16:28:57'),
(8028,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:32:12','2026-01-14 16:32:12'),
(8030,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:32:25','2026-01-14 16:32:25'),
(8037,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:41:23','2026-01-14 16:41:23'),
(8039,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:41:50','2026-01-14 16:41:50'),
(8041,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:42:30','2026-01-14 16:42:30'),
(8043,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:42:52','2026-01-14 16:42:52'),
(8045,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:43:10','2026-01-14 16:43:10'),
(8047,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:43:29','2026-01-14 16:43:29'),
(8049,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:44:24','2026-01-14 16:44:24'),
(8055,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:48:14','2026-01-14 16:48:14'),
(8057,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:48:42','2026-01-14 16:48:42'),
(8058,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:53:12','2026-01-14 16:53:12'),
(8065,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:54:34','2026-01-14 16:54:34'),
(8067,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:55:51','2026-01-14 16:55:51'),
(8069,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:56:05','2026-01-14 16:56:05'),
(8071,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:56:24','2026-01-14 16:56:24'),
(8073,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:56:59','2026-01-14 16:56:59'),
(8075,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:57:17','2026-01-14 16:57:17'),
(8077,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 16:57:40','2026-01-14 16:57:40'),
(8083,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:04:15','2026-01-14 17:04:15'),
(8088,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:05:11','2026-01-14 17:05:11'),
(8090,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:05:33','2026-01-14 17:05:33'),
(8096,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:12:01','2026-01-14 17:12:01'),
(8098,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:12:26','2026-01-14 17:12:26'),
(8100,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:15:47','2026-01-14 17:15:47'),
(8102,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:16:33','2026-01-14 17:16:33'),
(8109,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:40:32','2026-01-14 17:40:32'),
(8111,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:41:30','2026-01-14 17:41:30'),
(8113,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:41:54','2026-01-14 17:41:54'),
(8115,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:41:59','2026-01-14 17:41:59'),
(8121,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:50:32','2026-01-14 17:50:32'),
(8123,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:50:53','2026-01-14 17:50:53'),
(8125,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:51:11','2026-01-14 17:51:11'),
(8127,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:51:41','2026-01-14 17:51:41'),
(8129,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 17:52:31','2026-01-14 17:52:31'),
(8137,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 18:51:51','2026-01-14 18:51:51'),
(8139,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 18:53:34','2026-01-14 18:53:34'),
(8143,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:06:05','2026-01-14 19:06:05'),
(8145,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:06:24','2026-01-14 19:06:24'),
(8147,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:07:16','2026-01-14 19:07:16'),
(8149,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:07:50','2026-01-14 19:07:50'),
(8151,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:08:02','2026-01-14 19:08:02'),
(8154,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:13:57','2026-01-14 19:13:57'),
(8156,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:14:12','2026-01-14 19:14:12'),
(8158,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:17:10','2026-01-14 19:17:10'),
(8160,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:17:32','2026-01-14 19:17:32'),
(8166,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:22:58','2026-01-14 19:22:58'),
(8168,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:23:06','2026-01-14 19:23:06'),
(8170,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:23:37','2026-01-14 19:23:37'),
(8172,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:24:32','2026-01-14 19:24:32'),
(8179,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:30:50','2026-01-14 19:30:50'),
(8181,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:31:05','2026-01-14 19:31:05'),
(8183,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:31:49','2026-01-14 19:31:49'),
(8185,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:32:10','2026-01-14 19:32:10'),
(8186,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:32:33','2026-01-14 19:32:33'),
(8188,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:32:49','2026-01-14 19:32:49'),
(8190,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:33:11','2026-01-14 19:33:11'),
(8192,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:33:25','2026-01-14 19:33:25'),
(8195,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:34:38','2026-01-14 19:34:38'),
(8197,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:34:59','2026-01-14 19:34:59'),
(8199,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:35:02','2026-01-14 19:35:02'),
(8201,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:43:43','2026-01-14 19:43:43'),
(8203,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:44:13','2026-01-14 19:44:13'),
(8205,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:44:57','2026-01-14 19:44:57'),
(8207,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 19:45:20','2026-01-14 19:45:20'),
(8209,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:02:59','2026-01-14 20:02:59'),
(8219,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:04:38','2026-01-14 20:04:38'),
(8221,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:07:10','2026-01-14 20:07:10'),
(8223,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:08:06','2026-01-14 20:08:06'),
(8225,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:08:36','2026-01-14 20:08:36'),
(8228,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:10:56','2026-01-14 20:10:56'),
(8230,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:11:26','2026-01-14 20:11:26'),
(8232,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:12:18','2026-01-14 20:12:18'),
(8234,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:13:52','2026-01-14 20:13:52'),
(8236,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:20:04','2026-01-14 20:20:04'),
(8238,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:23:07','2026-01-14 20:23:07'),
(8240,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:26:00','2026-01-14 20:26:00'),
(8242,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:30:29','2026-01-14 20:30:29'),
(8244,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:31:36','2026-01-14 20:31:36'),
(8247,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:35:39','2026-01-14 20:35:39'),
(8249,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:38:32','2026-01-14 20:38:32'),
(8251,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:42:02','2026-01-14 20:42:02'),
(8253,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:43:18','2026-01-14 20:43:18'),
(8255,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:45:26','2026-01-14 20:45:26'),
(8258,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:47:47','2026-01-14 20:47:47'),
(8260,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:48:50','2026-01-14 20:48:50'),
(8262,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:49:16','2026-01-14 20:49:16'),
(8264,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:49:51','2026-01-14 20:49:51'),
(8266,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:50:07','2026-01-14 20:50:07'),
(8268,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:58:41','2026-01-14 20:58:41'),
(8270,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 20:59:14','2026-01-14 20:59:14'),
(8272,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:02:26','2026-01-14 21:02:26'),
(8274,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:04:28','2026-01-14 21:04:28'),
(8276,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:04:37','2026-01-14 21:04:37'),
(8278,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:05:38','2026-01-14 21:05:38'),
(8280,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:08:37','2026-01-14 21:08:37'),
(8282,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:25:07','2026-01-14 21:25:07'),
(8284,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:25:44','2026-01-14 21:25:44'),
(8286,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:26:24','2026-01-14 21:26:24'),
(8288,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:27:55','2026-01-14 21:27:55'),
(8290,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:29:05','2026-01-14 21:29:05'),
(8292,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:29:12','2026-01-14 21:29:12'),
(8294,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:29:33','2026-01-14 21:29:33'),
(8296,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:34:16','2026-01-14 21:34:16'),
(8298,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:35:02','2026-01-14 21:35:02'),
(8300,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:35:05','2026-01-14 21:35:05'),
(8302,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:35:28','2026-01-14 21:35:28'),
(8304,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:37:57','2026-01-14 21:37:57'),
(8306,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:38:00','2026-01-14 21:38:00'),
(8308,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:40:51','2026-01-14 21:40:51'),
(8310,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:43:39','2026-01-14 21:43:39'),
(8312,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:43:52','2026-01-14 21:43:52'),
(8314,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:44:11','2026-01-14 21:44:11'),
(8316,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:44:43','2026-01-14 21:44:43'),
(8318,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:45:23','2026-01-14 21:45:23'),
(8320,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:45:27','2026-01-14 21:45:27'),
(8322,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:46:01','2026-01-14 21:46:01'),
(8324,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:46:09','2026-01-14 21:46:09'),
(8326,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:47:03','2026-01-14 21:47:03'),
(8328,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:47:27','2026-01-14 21:47:27'),
(8330,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:48:09','2026-01-14 21:48:09'),
(8332,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:48:13','2026-01-14 21:48:13'),
(8334,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:49:11','2026-01-14 21:49:11'),
(8336,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:49:13','2026-01-14 21:49:13'),
(8338,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:54:14','2026-01-14 21:54:14'),
(8340,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:55:00','2026-01-14 21:55:00'),
(8342,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:55:13','2026-01-14 21:55:13'),
(8344,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:55:58','2026-01-14 21:55:58'),
(8346,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:56:11','2026-01-14 21:56:11'),
(8348,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:57:09','2026-01-14 21:57:09'),
(8350,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 21:58:00','2026-01-14 21:58:00'),
(8354,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 22:10:23','2026-01-14 22:10:23'),
(8355,NULL,NULL,8354,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-14 22:10:23','2026-01-14 22:10:23'),
(8356,NULL,NULL,8354,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-14 22:10:23','2026-01-14 22:10:23'),
(8358,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 22:11:02','2026-01-14 22:11:02'),
(8360,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 22:12:46','2026-01-14 22:12:46'),
(8362,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 22:13:07','2026-01-14 22:13:07'),
(8364,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 22:13:38','2026-01-14 22:13:38'),
(8366,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 22:14:11','2026-01-14 22:14:11'),
(8368,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 22:14:40','2026-01-14 22:14:40'),
(8370,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 22:15:19','2026-01-14 22:15:19'),
(8372,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 22:15:34','2026-01-14 22:15:34'),
(8374,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-14 22:15:42','2026-01-14 22:15:42'),
(8376,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-15 14:55:50','2026-01-15 14:55:50'),
(8379,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:05:53','2026-01-15 15:05:53'),
(8381,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:06:05','2026-01-15 15:06:05'),
(8383,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:07:27','2026-01-15 15:07:27'),
(8385,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:09:34','2026-01-15 15:09:34'),
(8387,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:09:43','2026-01-15 15:09:43'),
(8389,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:12:19','2026-01-15 15:12:19'),
(8391,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:12:34','2026-01-15 15:12:34'),
(8393,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:12:53','2026-01-15 15:12:53'),
(8395,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:14:27','2026-01-15 15:14:27'),
(8397,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:14:38','2026-01-15 15:14:38'),
(8399,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:15:34','2026-01-15 15:15:34'),
(8401,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:17:57','2026-01-15 15:17:57'),
(8403,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:19:19','2026-01-15 15:19:19'),
(8405,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:20:02','2026-01-15 15:20:02'),
(8407,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:20:07','2026-01-15 15:20:07'),
(8409,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:22:19','2026-01-15 15:22:19'),
(8411,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:22:29','2026-01-15 15:22:29'),
(8413,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:27:32','2026-01-15 15:27:32'),
(8415,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:28:22','2026-01-15 15:28:22'),
(8417,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:31:26','2026-01-15 15:31:26'),
(8418,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:32:26','2026-01-15 15:32:26'),
(8420,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:44:13','2026-01-15 15:44:13'),
(8422,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:45:45','2026-01-15 15:45:45'),
(8424,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:46:00','2026-01-15 15:46:00'),
(8426,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:46:52','2026-01-15 15:46:52'),
(8428,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:47:10','2026-01-15 15:47:10'),
(8430,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:47:22','2026-01-15 15:47:22'),
(8432,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 15:59:16','2026-01-15 15:59:16'),
(8434,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:00:29','2026-01-15 16:00:29'),
(8436,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:00:41','2026-01-15 16:00:41'),
(8438,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:02:04','2026-01-15 16:02:04'),
(8440,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:08:31','2026-01-15 16:08:31'),
(8442,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:11:23','2026-01-15 16:11:23'),
(8444,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:11:45','2026-01-15 16:11:45'),
(8446,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:13:42','2026-01-15 16:13:42'),
(8448,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:14:06','2026-01-15 16:14:06'),
(8450,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:32:55','2026-01-15 16:32:55'),
(8452,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:34:44','2026-01-15 16:34:44'),
(8453,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:43:48','2026-01-15 16:43:48'),
(8455,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:46:39','2026-01-15 16:46:39'),
(8457,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:47:41','2026-01-15 16:47:41'),
(8459,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:49:17','2026-01-15 16:49:17'),
(8461,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:49:36','2026-01-15 16:49:36'),
(8463,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:49:52','2026-01-15 16:49:52'),
(8465,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:50:18','2026-01-15 16:50:18'),
(8467,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 16:50:31','2026-01-15 16:50:31'),
(8469,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:04:18','2026-01-15 18:04:18'),
(8471,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:04:21','2026-01-15 18:04:21'),
(8473,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:05:05','2026-01-15 18:05:05'),
(8475,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:06:18','2026-01-15 18:06:18'),
(8477,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:06:35','2026-01-15 18:06:35'),
(8479,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:07:18','2026-01-15 18:07:18'),
(8481,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:07:42','2026-01-15 18:07:42'),
(8483,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:10:10','2026-01-15 18:10:10'),
(8485,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:10:31','2026-01-15 18:10:31'),
(8487,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:10:49','2026-01-15 18:10:49'),
(8489,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:11:04','2026-01-15 18:11:04'),
(8491,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:11:14','2026-01-15 18:11:14'),
(8493,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:11:28','2026-01-15 18:11:28'),
(8495,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:11:38','2026-01-15 18:11:38'),
(8497,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:11:48','2026-01-15 18:11:48'),
(8499,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:12:00','2026-01-15 18:12:00'),
(8501,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:33:45','2026-01-15 18:33:45'),
(8503,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:34:15','2026-01-15 18:34:15'),
(8505,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:34:40','2026-01-15 18:34:40'),
(8507,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:35:03','2026-01-15 18:35:03'),
(8509,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:35:13','2026-01-15 18:35:13'),
(8511,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:35:33','2026-01-15 18:35:33'),
(8513,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 18:46:24','2026-01-15 18:46:24'),
(8518,NULL,NULL,1353,87,17,'2026-01-08 15:06:00',NULL,'live',0,0,'2026-01-15 19:58:24','2026-01-15 19:58:24'),
(8519,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 19:58:24','2026-01-15 19:58:24'),
(8520,NULL,NULL,8519,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-15 19:58:24','2026-01-15 19:58:24'),
(8523,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 19:58:33','2026-01-15 19:58:33'),
(8524,NULL,NULL,8523,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-15 19:58:33','2026-01-15 19:58:33'),
(8528,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 19:59:47','2026-01-15 19:59:47'),
(8529,NULL,NULL,8528,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-15 19:59:47','2026-01-15 19:59:47'),
(8530,NULL,NULL,8528,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-15 19:59:47','2026-01-15 19:59:47'),
(8535,NULL,NULL,1395,87,17,'2026-01-15 20:01:00',NULL,'live',NULL,NULL,'2026-01-15 20:12:12','2026-01-15 20:12:12'),
(8536,NULL,NULL,1395,87,17,'2026-01-15 20:06:00',NULL,'live',NULL,NULL,'2026-01-15 20:12:12','2026-01-15 20:12:12'),
(8537,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 20:12:12','2026-01-15 20:12:12'),
(8538,NULL,NULL,8537,87,17,'2026-01-15 20:01:00',NULL,'live',NULL,NULL,'2026-01-15 20:12:12','2026-01-15 20:12:12'),
(8539,NULL,NULL,8537,87,17,'2026-01-15 20:06:00',NULL,'live',NULL,NULL,'2026-01-15 20:12:12','2026-01-15 20:12:12'),
(8543,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 20:20:56','2026-01-15 20:20:56'),
(8545,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 20:23:17','2026-01-15 20:23:17'),
(8546,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-15 20:23:27','2026-01-15 20:23:27'),
(8547,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 20:23:32','2026-01-15 20:23:32'),
(8548,NULL,NULL,8547,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-15 20:23:32','2026-01-15 20:23:32'),
(8551,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 20:40:02','2026-01-15 20:40:02'),
(8553,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 20:40:11','2026-01-15 20:40:11'),
(8558,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 20:41:18','2026-01-15 20:41:18'),
(8594,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-15 21:13:35','2026-01-15 21:13:35'),
(8595,NULL,NULL,8594,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-15 21:13:35','2026-01-15 21:13:35'),
(8596,NULL,NULL,8594,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-15 21:13:35','2026-01-15 21:13:35'),
(8606,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 01:13:42','2026-01-16 01:13:42'),
(8608,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 01:14:26','2026-01-16 01:14:26'),
(8612,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 01:21:26','2026-01-16 01:21:26'),
(8613,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-16 01:22:04','2026-01-16 01:22:04'),
(8615,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 01:25:51','2026-01-16 01:25:51'),
(8617,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 01:26:50','2026-01-16 01:26:50'),
(8619,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-16 01:33:19','2026-01-16 01:33:19'),
(8621,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-16 01:34:08','2026-01-16 01:34:08'),
(8627,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 12:39:10','2026-01-16 12:39:10'),
(8628,NULL,NULL,8627,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-16 12:39:10','2026-01-16 12:39:10'),
(8629,NULL,NULL,8627,64,14,'2025-11-13 19:19:00',NULL,'live',NULL,NULL,'2026-01-16 12:39:10','2026-01-16 12:39:10'),
(8630,NULL,NULL,8627,64,14,'2025-11-13 20:33:00',NULL,'live',NULL,NULL,'2026-01-16 12:39:10','2026-01-16 12:39:10'),
(8637,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 15:09:33','2026-01-16 15:09:33'),
(8638,NULL,NULL,8637,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-16 15:09:33','2026-01-16 15:09:33'),
(8639,NULL,NULL,8637,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-16 15:09:33','2026-01-16 15:09:33'),
(8640,NULL,NULL,8637,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-16 15:09:33','2026-01-16 15:09:33'),
(8641,NULL,NULL,8637,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-16 15:09:33','2026-01-16 15:09:33'),
(8642,NULL,NULL,8637,10,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-16 15:09:33','2026-01-16 15:09:33'),
(8650,NULL,NULL,951,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-16 15:16:13','2026-01-16 15:16:13'),
(8651,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 15:16:13','2026-01-16 15:16:13'),
(8652,NULL,NULL,8651,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-16 15:16:13','2026-01-16 15:16:13'),
(8653,NULL,NULL,8651,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-16 15:16:13','2026-01-16 15:16:13'),
(8654,NULL,NULL,8651,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-16 15:16:13','2026-01-16 15:16:13'),
(8655,NULL,NULL,8651,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-16 15:16:13','2026-01-16 15:16:13'),
(8656,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 15:17:14','2026-01-16 15:17:14'),
(8657,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 15:18:24','2026-01-16 15:18:24'),
(8660,NULL,NULL,1161,10,3,'2026-01-16 15:20:00',NULL,'live',NULL,NULL,'2026-01-16 15:22:57','2026-01-16 15:22:57'),
(8661,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 15:22:57','2026-01-16 15:22:57'),
(8662,NULL,NULL,8661,10,3,'2026-01-16 15:20:00',NULL,'live',NULL,NULL,'2026-01-16 15:22:57','2026-01-16 15:22:57'),
(8668,NULL,NULL,1161,10,3,'2026-01-16 16:03:00',NULL,'live',NULL,NULL,'2026-01-16 16:05:51','2026-01-16 16:05:51'),
(8669,NULL,NULL,1161,10,3,'2026-01-16 16:04:00',NULL,'live',NULL,NULL,'2026-01-16 16:05:51','2026-01-16 16:05:51'),
(8670,NULL,NULL,1161,10,3,'2026-01-16 16:05:00',NULL,'live',NULL,NULL,'2026-01-16 16:05:51','2026-01-16 16:05:51'),
(8671,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:05:51','2026-01-16 16:05:51'),
(8672,NULL,NULL,8671,10,3,'2025-12-16 15:03:00',NULL,'live',NULL,NULL,'2026-01-16 16:05:51','2026-01-16 16:05:51'),
(8673,NULL,NULL,8671,10,3,'2026-01-16 16:03:00',NULL,'live',NULL,NULL,'2026-01-16 16:05:51','2026-01-16 16:05:51'),
(8674,NULL,NULL,8671,10,3,'2026-01-16 16:04:00',NULL,'live',NULL,NULL,'2026-01-16 16:05:51','2026-01-16 16:05:51'),
(8675,NULL,NULL,8671,10,3,'2026-01-16 16:05:00',NULL,'live',NULL,NULL,'2026-01-16 16:05:51','2026-01-16 16:05:51'),
(8679,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:15:26','2026-01-16 16:15:26'),
(8681,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:16:10','2026-01-16 16:16:10'),
(8683,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:23:31','2026-01-16 16:23:31'),
(8689,NULL,NULL,1161,56,3,'2026-01-16 16:24:00',NULL,'live',NULL,NULL,'2026-01-16 16:27:18','2026-01-16 16:27:18'),
(8690,NULL,NULL,1161,56,3,'2026-01-16 16:25:00',NULL,'live',NULL,NULL,'2026-01-16 16:27:18','2026-01-16 16:27:18'),
(8691,NULL,NULL,1161,56,3,'2026-01-16 16:26:00',NULL,'live',NULL,NULL,'2026-01-16 16:27:18','2026-01-16 16:27:18'),
(8692,NULL,NULL,1161,56,3,'2026-01-16 16:27:00',NULL,'live',NULL,NULL,'2026-01-16 16:27:18','2026-01-16 16:27:18'),
(8693,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:27:18','2026-01-16 16:27:18'),
(8694,NULL,NULL,8693,56,3,'2026-01-16 16:24:00',NULL,'live',NULL,NULL,'2026-01-16 16:27:18','2026-01-16 16:27:18'),
(8695,NULL,NULL,8693,56,3,'2026-01-16 16:25:00',NULL,'live',NULL,NULL,'2026-01-16 16:27:18','2026-01-16 16:27:18'),
(8696,NULL,NULL,8693,56,3,'2026-01-16 16:26:00',NULL,'live',NULL,NULL,'2026-01-16 16:27:18','2026-01-16 16:27:18'),
(8697,NULL,NULL,8693,56,3,'2026-01-16 16:27:00',NULL,'live',NULL,NULL,'2026-01-16 16:27:18','2026-01-16 16:27:18'),
(8698,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:27:46','2026-01-16 16:27:46'),
(8700,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:31:31','2026-01-16 16:31:31'),
(8701,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:33:03','2026-01-16 16:33:03'),
(8706,NULL,NULL,1161,44,2,'2026-01-16 16:37:00',NULL,'live',NULL,NULL,'2026-01-16 16:40:40','2026-01-16 16:40:40'),
(8707,NULL,NULL,1161,64,14,'2026-01-16 16:40:00',NULL,'live',NULL,NULL,'2026-01-16 16:40:40','2026-01-16 16:40:40'),
(8708,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:40:40','2026-01-16 16:40:40'),
(8709,NULL,NULL,8708,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-16 16:40:40','2026-01-16 16:40:40'),
(8710,NULL,NULL,8708,44,2,'2026-01-16 16:37:00',NULL,'live',NULL,NULL,'2026-01-16 16:40:40','2026-01-16 16:40:40'),
(8711,NULL,NULL,8708,64,14,'2026-01-16 16:40:00',NULL,'live',NULL,NULL,'2026-01-16 16:40:40','2026-01-16 16:40:40'),
(8712,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:41:19','2026-01-16 16:41:19'),
(8713,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 16:43:52','2026-01-16 16:43:52'),
(8715,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 17:03:39','2026-01-16 17:03:39'),
(8716,NULL,NULL,8715,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-16 17:03:39','2026-01-16 17:03:39'),
(8718,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-16 17:07:35','2026-01-16 17:07:35'),
(8719,NULL,NULL,8718,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-16 17:07:35','2026-01-16 17:07:35'),
(8723,NULL,NULL,9882,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-16 17:08:17','2026-03-25 19:33:51'),
(8725,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 17:10:51','2026-01-16 17:10:51'),
(8726,NULL,NULL,8725,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-16 17:10:51','2026-01-16 17:10:51'),
(8727,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 20:31:47','2026-01-16 20:31:47'),
(8728,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 20:32:57','2026-01-16 20:32:57'),
(8730,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 20:33:19','2026-01-16 20:33:19'),
(8734,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 20:44:54','2026-01-16 20:44:54'),
(8735,NULL,NULL,8734,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-16 20:44:54','2026-01-16 20:44:54'),
(8737,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 20:44:57','2026-01-16 20:44:57'),
(8738,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 20:47:17','2026-01-16 20:47:17'),
(8741,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 20:47:40','2026-01-16 20:47:40'),
(8743,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 20:48:03','2026-01-16 20:48:03'),
(8755,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 20:56:59','2026-01-16 20:56:59'),
(8757,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 20:58:27','2026-01-16 20:58:27'),
(8761,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 21:29:27','2026-01-16 21:29:27'),
(8762,NULL,NULL,8761,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-16 21:29:27','2026-01-16 21:29:27'),
(8766,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 21:29:59','2026-01-16 21:29:59'),
(8767,NULL,NULL,8766,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-16 21:29:59','2026-01-16 21:29:59'),
(8771,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 21:31:57','2026-01-16 21:31:57'),
(8772,NULL,NULL,8771,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-16 21:31:57','2026-01-16 21:31:57'),
(8775,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 21:35:24','2026-01-16 21:35:24'),
(8777,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-16 21:35:49','2026-01-16 21:35:49'),
(8787,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:13:48','2026-01-17 00:13:48'),
(8789,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:14:38','2026-01-17 00:14:38'),
(8792,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:15:34','2026-01-17 00:15:34'),
(8793,NULL,NULL,8792,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:15:34','2026-01-17 00:15:34'),
(8812,NULL,NULL,1197,44,2,'2026-01-17 00:21:00',NULL,'live',NULL,NULL,'2026-01-17 00:21:22','2026-01-17 00:21:22'),
(8813,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:21:22','2026-01-17 00:21:22'),
(8814,NULL,NULL,8813,44,2,'2026-01-17 00:21:00',NULL,'live',NULL,NULL,'2026-01-17 00:21:22','2026-01-17 00:21:22'),
(8819,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:23:10','2026-01-17 00:23:10'),
(8820,NULL,NULL,8819,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:23:10','2026-01-17 00:23:10'),
(8822,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:23:22','2026-01-17 00:23:22'),
(8824,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:23:33','2026-01-17 00:23:33'),
(8826,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:23:53','2026-01-17 00:23:53'),
(8828,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:24:03','2026-01-17 00:24:03'),
(8839,NULL,NULL,1283,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:24:50','2026-01-17 00:24:50'),
(8840,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:24:53','2026-01-17 00:24:53'),
(8841,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:25:00','2026-01-17 00:25:00'),
(8844,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:25:25','2026-01-17 00:25:25'),
(8846,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:25:43','2026-01-17 00:25:43'),
(8847,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:25:52','2026-01-17 00:25:52'),
(8849,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:26:06','2026-01-17 00:26:06'),
(8853,NULL,NULL,1309,9,2,'2026-01-17 00:26:00',NULL,'live',NULL,NULL,'2026-01-17 00:27:21','2026-01-17 00:27:21'),
(8854,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:27:21','2026-01-17 00:27:21'),
(8855,NULL,NULL,8854,9,2,'2026-01-17 00:26:00',NULL,'live',NULL,NULL,'2026-01-17 00:27:21','2026-01-17 00:27:21'),
(8857,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:27:47','2026-01-17 00:27:47'),
(8859,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:28:48','2026-01-17 00:28:48'),
(8872,NULL,NULL,1329,44,2,'2026-01-17 00:29:00',NULL,'live',0,0,'2026-01-17 00:29:50','2026-01-17 00:29:50'),
(8873,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:29:50','2026-01-17 00:29:50'),
(8874,NULL,NULL,8873,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:29:50','2026-01-17 00:29:50'),
(8875,NULL,NULL,8873,44,2,'2026-01-17 00:29:00',NULL,'live',NULL,NULL,'2026-01-17 00:29:50','2026-01-17 00:29:50'),
(8876,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:30:07','2026-01-17 00:30:07'),
(8878,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:30:18','2026-01-17 00:30:18'),
(8881,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:30:38','2026-01-17 00:30:38'),
(8883,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:31:21','2026-01-17 00:31:21'),
(8885,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:31:38','2026-01-17 00:31:38'),
(8890,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:33:33','2026-01-17 00:33:33'),
(8894,NULL,NULL,1215,44,2,'2026-01-17 00:34:00',NULL,'live',NULL,NULL,'2026-01-17 00:34:02','2026-01-17 00:34:02'),
(8895,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:34:02','2026-01-17 00:34:02'),
(8896,NULL,NULL,8895,44,2,'2026-01-17 00:34:00',NULL,'live',NULL,NULL,'2026-01-17 00:34:02','2026-01-17 00:34:02'),
(8897,NULL,NULL,2720,44,2,'2026-01-17 00:34:00',NULL,'live',NULL,NULL,'2026-01-17 00:34:08','2026-01-17 00:34:08'),
(8898,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-17 00:34:08','2026-01-17 00:34:08'),
(8899,NULL,NULL,8898,44,2,'2026-01-17 00:34:00',NULL,'live',NULL,NULL,'2026-01-17 00:34:08','2026-01-17 00:34:08'),
(8902,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:34:34','2026-01-17 00:34:34'),
(8903,NULL,NULL,8902,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:34:34','2026-01-17 00:34:34'),
(8906,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:35:08','2026-01-17 00:35:08'),
(8907,NULL,NULL,8906,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:35:08','2026-01-17 00:35:08'),
(8908,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:35:29','2026-01-17 00:35:29'),
(8911,NULL,NULL,2712,9,2,'2026-01-17 00:36:00',NULL,'live',NULL,NULL,'2026-01-17 00:36:10','2026-01-17 00:36:10'),
(8912,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-17 00:36:10','2026-01-17 00:36:10'),
(8913,NULL,NULL,8912,9,2,'2026-01-17 00:36:00',NULL,'live',NULL,NULL,'2026-01-17 00:36:10','2026-01-17 00:36:10'),
(8914,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:36:18','2026-01-17 00:36:18'),
(8921,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:37:49','2026-01-17 00:37:49'),
(8922,NULL,NULL,8921,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:37:49','2026-01-17 00:37:49'),
(8940,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:39:39','2026-01-17 00:39:39'),
(8941,NULL,NULL,8940,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:39:39','2026-01-17 00:39:39'),
(8942,NULL,NULL,8940,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:39:39','2026-01-17 00:39:39'),
(8945,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:40:06','2026-01-17 00:40:06'),
(8947,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:40:18','2026-01-17 00:40:18'),
(8948,NULL,NULL,8947,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:40:18','2026-01-17 00:40:18'),
(8950,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:40:34','2026-01-17 00:40:34'),
(8960,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:42:54','2026-01-17 00:42:54'),
(8962,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:44:22','2026-01-17 00:44:22'),
(8965,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:46:46','2026-01-17 00:46:46'),
(8966,NULL,NULL,8965,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:46:46','2026-01-17 00:46:46'),
(8975,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:48:26','2026-01-17 00:48:26'),
(8977,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:48:54','2026-01-17 00:48:54'),
(8985,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:51:35','2026-01-17 00:51:35'),
(8986,NULL,NULL,8985,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:51:35','2026-01-17 00:51:35'),
(8988,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:51:52','2026-01-17 00:51:52'),
(8990,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:54:16','2026-01-17 00:54:16'),
(8993,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:56:24','2026-01-17 00:56:24'),
(8994,NULL,NULL,8993,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 00:56:24','2026-01-17 00:56:24'),
(8996,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:57:41','2026-01-17 00:57:41'),
(8998,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 00:59:00','2026-01-17 00:59:00'),
(9000,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:03:18','2026-01-17 01:03:18'),
(9002,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:06:13','2026-01-17 01:06:13'),
(9004,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:06:31','2026-01-17 01:06:31'),
(9006,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:07:40','2026-01-17 01:07:40'),
(9009,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:11:13','2026-01-17 01:11:13'),
(9019,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:12:21','2026-01-17 01:12:21'),
(9021,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:13:17','2026-01-17 01:13:17'),
(9024,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:15:17','2026-01-17 01:15:17'),
(9026,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:17:22','2026-01-17 01:17:22'),
(9034,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:18:02','2026-01-17 01:18:02'),
(9036,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:18:22','2026-01-17 01:18:22'),
(9039,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:21:09','2026-01-17 01:21:09'),
(9047,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:21:56','2026-01-17 01:21:56'),
(9049,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:22:20','2026-01-17 01:22:20'),
(9052,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:24:06','2026-01-17 01:24:06'),
(9054,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:25:03','2026-01-17 01:25:03'),
(9057,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:27:02','2026-01-17 01:27:02'),
(9064,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:27:38','2026-01-17 01:27:38'),
(9066,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:28:31','2026-01-17 01:28:31'),
(9069,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:31:33','2026-01-17 01:31:33'),
(9076,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:31:58','2026-01-17 01:31:58'),
(9078,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:32:31','2026-01-17 01:32:31'),
(9081,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:35:22','2026-01-17 01:35:22'),
(9089,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:36:01','2026-01-17 01:36:01'),
(9092,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:37:11','2026-01-17 01:37:11'),
(9093,NULL,NULL,9092,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 01:37:11','2026-01-17 01:37:11'),
(9096,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:39:45','2026-01-17 01:39:45'),
(9098,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:39:57','2026-01-17 01:39:57'),
(9106,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:40:39','2026-01-17 01:40:39'),
(9108,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:41:37','2026-01-17 01:41:37'),
(9110,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:41:59','2026-01-17 01:41:59'),
(9112,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:42:48','2026-01-17 01:42:48'),
(9114,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:43:48','2026-01-17 01:43:48'),
(9116,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:44:47','2026-01-17 01:44:47'),
(9118,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:45:09','2026-01-17 01:45:09'),
(9121,NULL,NULL,1349,44,2,'2026-01-17 01:45:00',NULL,'live',0,0,'2026-01-17 01:45:41','2026-01-17 01:45:41'),
(9122,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:45:41','2026-01-17 01:45:41'),
(9123,NULL,NULL,9122,44,2,'2026-01-17 01:45:00',NULL,'live',NULL,NULL,'2026-01-17 01:45:41','2026-01-17 01:45:41'),
(9125,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:46:11','2026-01-17 01:46:11'),
(9127,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-17 01:49:31','2026-01-17 01:49:31'),
(9129,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-17 01:50:14','2026-01-17 01:50:14'),
(9131,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-17 01:50:29','2026-01-17 01:50:29'),
(9133,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:51:24','2026-01-17 01:51:24'),
(9136,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:52:58','2026-01-17 01:52:58'),
(9137,NULL,NULL,9136,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 01:52:58','2026-01-17 01:52:58'),
(9140,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:54:40','2026-01-17 01:54:40'),
(9142,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:54:50','2026-01-17 01:54:50'),
(9151,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:56:05','2026-01-17 01:56:05'),
(9153,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:56:32','2026-01-17 01:56:32'),
(9156,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:59:14','2026-01-17 01:59:14'),
(9158,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 01:59:23','2026-01-17 01:59:23'),
(9166,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:00:30','2026-01-17 02:00:30'),
(9168,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:01:06','2026-01-17 02:01:06'),
(9170,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-17 02:03:53','2026-01-17 02:03:53'),
(9173,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-17 02:04:54','2026-01-17 02:04:54'),
(9175,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-17 02:05:44','2026-01-17 02:05:44'),
(9177,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:08:51','2026-01-17 02:08:51'),
(9179,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:09:41','2026-01-17 02:09:41'),
(9182,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:12:37','2026-01-17 02:12:37'),
(9194,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:13:27','2026-01-17 02:13:27'),
(9196,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:13:35','2026-01-17 02:13:35'),
(9198,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:13:55','2026-01-17 02:13:55'),
(9200,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:17:02','2026-01-17 02:17:02'),
(9202,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:17:21','2026-01-17 02:17:21'),
(9205,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:19:52','2026-01-17 02:19:52'),
(9214,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:20:36','2026-01-17 02:20:36'),
(9216,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:24:29','2026-01-17 02:24:29'),
(9218,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:24:49','2026-01-17 02:24:49'),
(9220,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:27:00','2026-01-17 02:27:00'),
(9227,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:29:24','2026-01-17 02:29:24'),
(9229,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:30:01','2026-01-17 02:30:01'),
(9231,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:32:56','2026-01-17 02:32:56'),
(9233,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:33:00','2026-01-17 02:33:00'),
(9235,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:34:16','2026-01-17 02:34:16'),
(9237,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:34:58','2026-01-17 02:34:58'),
(9240,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:37:03','2026-01-17 02:37:03'),
(9242,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:37:18','2026-01-17 02:37:18'),
(9251,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:37:55','2026-01-17 02:37:55'),
(9253,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:39:41','2026-01-17 02:39:41'),
(9256,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:41:11','2026-01-17 02:41:11'),
(9262,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:41:45','2026-01-17 02:41:45'),
(9264,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:42:07','2026-01-17 02:42:07'),
(9266,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:45:00','2026-01-17 02:45:00'),
(9268,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 02:45:10','2026-01-17 02:45:10'),
(9270,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 13:54:25','2026-01-17 13:54:25'),
(9273,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 13:55:07','2026-01-17 13:55:07'),
(9274,NULL,NULL,9273,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 13:55:07','2026-01-17 13:55:07'),
(9277,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 13:57:34','2026-01-17 13:57:34'),
(9278,NULL,NULL,9277,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2026-01-17 13:57:34','2026-01-17 13:57:34'),
(9280,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 13:57:48','2026-01-17 13:57:48'),
(9282,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 13:58:36','2026-01-17 13:58:36'),
(9284,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 13:59:33','2026-01-17 13:59:33'),
(9287,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:02:36','2026-01-17 14:02:36'),
(9295,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:03:30','2026-01-17 14:03:30'),
(9297,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:04:12','2026-01-17 14:04:12'),
(9300,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:05:55','2026-01-17 14:05:55'),
(9301,NULL,NULL,9300,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 14:05:55','2026-01-17 14:05:55'),
(9303,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:08:54','2026-01-17 14:08:54'),
(9305,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:09:10','2026-01-17 14:09:10'),
(9307,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:09:18','2026-01-17 14:09:18'),
(9310,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:12:28','2026-01-17 14:12:28'),
(9315,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:12:58','2026-01-17 14:12:58'),
(9317,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:14:20','2026-01-17 14:14:20'),
(9324,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:15:56','2026-01-17 14:15:56'),
(9326,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:16:36','2026-01-17 14:16:36'),
(9329,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:18:55','2026-01-17 14:18:55'),
(9337,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:20:17','2026-01-17 14:20:17'),
(9339,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:20:24','2026-01-17 14:20:24'),
(9341,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-17 14:23:49','2026-01-17 14:23:49'),
(9342,NULL,NULL,9341,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 14:23:49','2026-01-17 14:23:49'),
(9344,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-17 14:23:57','2026-01-17 14:23:57'),
(9348,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:25:25','2026-01-17 14:25:25'),
(9350,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:26:13','2026-01-17 14:26:13'),
(9352,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:26:57','2026-01-17 14:26:57'),
(9355,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:28:38','2026-01-17 14:28:38'),
(9357,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:29:08','2026-01-17 14:29:08'),
(9359,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:30:13','2026-01-17 14:30:13'),
(9360,NULL,NULL,9359,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 14:30:13','2026-01-17 14:30:13'),
(9362,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:30:51','2026-01-17 14:30:51'),
(9364,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:31:20','2026-01-17 14:31:20'),
(9365,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:31:58','2026-01-17 14:31:58'),
(9367,NULL,NULL,995,44,2,'2026-01-17 14:32:00',NULL,'live',NULL,NULL,'2026-01-17 14:32:34','2026-01-17 14:32:34'),
(9368,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:32:34','2026-01-17 14:32:34'),
(9369,NULL,NULL,9368,44,2,'2026-01-17 14:32:00',NULL,'live',NULL,NULL,'2026-01-17 14:32:34','2026-01-17 14:32:34'),
(9371,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:33:09','2026-01-17 14:33:09'),
(9373,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:36:42','2026-01-17 14:36:42'),
(9374,NULL,NULL,9373,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 14:36:42','2026-01-17 14:36:42'),
(9376,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:36:55','2026-01-17 14:36:55'),
(9378,NULL,NULL,1011,44,2,'2026-01-17 14:37:00',NULL,'live',NULL,NULL,'2026-01-17 14:37:46','2026-01-17 14:37:46'),
(9379,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:37:46','2026-01-17 14:37:46'),
(9380,NULL,NULL,9379,44,2,'2026-01-17 14:37:00',NULL,'live',NULL,NULL,'2026-01-17 14:37:46','2026-01-17 14:37:46'),
(9382,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:37:50','2026-01-17 14:37:50'),
(9383,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:38:30','2026-01-17 14:38:30'),
(9385,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:38:33','2026-01-17 14:38:33'),
(9387,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:38:37','2026-01-17 14:38:37'),
(9389,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:39:49','2026-01-17 14:39:49'),
(9391,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:40:30','2026-01-17 14:40:30'),
(9393,NULL,NULL,1031,44,2,'2026-01-17 14:42:00',NULL,'live',NULL,NULL,'2026-01-17 14:42:35','2026-01-17 14:42:35'),
(9394,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:42:35','2026-01-17 14:42:35'),
(9395,NULL,NULL,9394,44,2,'2026-01-17 14:42:00',NULL,'live',NULL,NULL,'2026-01-17 14:42:35','2026-01-17 14:42:35'),
(9397,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:42:44','2026-01-17 14:42:44'),
(9398,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:43:31','2026-01-17 14:43:31'),
(9400,NULL,NULL,1041,44,2,'2026-01-17 14:44:00',NULL,'live',NULL,NULL,'2026-01-17 14:44:11','2026-01-17 14:44:11'),
(9401,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:44:11','2026-01-17 14:44:11'),
(9402,NULL,NULL,9401,44,2,'2026-01-17 14:44:00',NULL,'live',NULL,NULL,'2026-01-17 14:44:11','2026-01-17 14:44:11'),
(9404,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:46:38','2026-01-17 14:46:38'),
(9405,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:48:51','2026-01-17 14:48:51'),
(9406,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:49:07','2026-01-17 14:49:07'),
(9408,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:49:45','2026-01-17 14:49:45'),
(9410,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:50:50','2026-01-17 14:50:50'),
(9411,NULL,NULL,9410,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 14:50:50','2026-01-17 14:50:50'),
(9413,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:50:54','2026-01-17 14:50:54'),
(9414,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:53:04','2026-01-17 14:53:04'),
(9416,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:54:56','2026-01-17 14:54:56'),
(9418,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:55:40','2026-01-17 14:55:40'),
(9419,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:56:44','2026-01-17 14:56:44'),
(9421,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 14:59:32','2026-01-17 14:59:32'),
(9428,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:00:13','2026-01-17 15:00:13'),
(9430,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:00:17','2026-01-17 15:00:17'),
(9432,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:01:04','2026-01-17 15:01:04'),
(9433,NULL,NULL,9432,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 15:01:04','2026-01-17 15:01:04'),
(9435,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:01:11','2026-01-17 15:01:11'),
(9438,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:02:07','2026-01-17 15:02:07'),
(9439,NULL,NULL,9438,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 15:02:07','2026-01-17 15:02:07'),
(9441,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:02:11','2026-01-17 15:02:11'),
(9443,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:03:55','2026-01-17 15:03:55'),
(9444,NULL,NULL,9443,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-17 15:03:55','2026-01-17 15:03:55'),
(9446,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:04:00','2026-01-17 15:04:00'),
(9448,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:05:50','2026-01-17 15:05:50'),
(9449,NULL,NULL,9448,10,3,'2025-11-05 17:15:00',NULL,'live',NULL,NULL,'2026-01-17 15:05:50','2026-01-17 15:05:50'),
(9451,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:08:48','2026-01-17 15:08:48'),
(9454,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:10:48','2026-01-17 15:10:48'),
(9456,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:11:26','2026-01-17 15:11:26'),
(9458,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:15:11','2026-01-17 15:15:11'),
(9460,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:22:12','2026-01-17 15:22:12'),
(9462,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:23:06','2026-01-17 15:23:06'),
(9464,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:34:09','2026-01-17 15:34:09'),
(9467,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:35:35','2026-01-17 15:35:35'),
(9472,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:36:00','2026-01-17 15:36:00'),
(9474,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:36:35','2026-01-17 15:36:35'),
(9476,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:37:23','2026-01-17 15:37:23'),
(9477,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:45:13','2026-01-17 15:45:13'),
(9479,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:48:02','2026-01-17 15:48:02'),
(9480,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:49:23','2026-01-17 15:49:23'),
(9482,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:49:27','2026-01-17 15:49:27'),
(9484,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:50:21','2026-01-17 15:50:21'),
(9487,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:54:30','2026-01-17 15:54:30'),
(9488,NULL,NULL,9487,81,16,'2025-12-23 19:16:00',NULL,'live',NULL,NULL,'2026-01-17 15:54:30','2026-01-17 15:54:30'),
(9491,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:56:27','2026-01-17 15:56:27'),
(9492,NULL,NULL,9491,81,16,'2025-12-23 19:16:00',NULL,'live',NULL,NULL,'2026-01-17 15:56:27','2026-01-17 15:56:27'),
(9494,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:57:06','2026-01-17 15:57:06'),
(9496,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 15:59:26','2026-01-17 15:59:26'),
(9497,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2026-01-17 16:02:21','2026-01-17 16:02:21'),
(9499,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2026-01-17 16:02:38','2026-01-17 16:02:38'),
(9502,NULL,NULL,1185,81,16,'2026-01-17 16:05:00',NULL,'live',0,0,'2026-01-17 16:05:23','2026-01-17 16:05:23'),
(9503,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:05:23','2026-01-17 16:05:23'),
(9504,NULL,NULL,9503,81,16,'2026-01-17 16:05:00',NULL,'live',NULL,NULL,'2026-01-17 16:05:23','2026-01-17 16:05:23'),
(9506,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:06:20','2026-01-17 16:06:20'),
(9508,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:07:22','2026-01-17 16:07:22'),
(9510,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:07:41','2026-01-17 16:07:41'),
(9512,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:08:01','2026-01-17 16:08:01'),
(9514,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:10:02','2026-01-17 16:10:02'),
(9515,NULL,NULL,9514,10,3,'2025-10-13 19:08:00',NULL,'live',NULL,NULL,'2026-01-17 16:10:02','2026-01-17 16:10:02'),
(9517,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:10:35','2026-01-17 16:10:35'),
(9521,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:12:54','2026-01-17 16:12:54'),
(9523,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:13:00','2026-01-17 16:13:00'),
(9525,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:15:23','2026-01-17 16:15:23'),
(9527,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:15:58','2026-01-17 16:15:58'),
(9532,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:16:28','2026-01-17 16:16:28'),
(9534,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:16:38','2026-01-17 16:16:38'),
(9536,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:17:59','2026-01-17 16:17:59'),
(9538,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:18:59','2026-01-17 16:18:59'),
(9542,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2026-01-17 16:30:16','2026-01-17 16:30:16'),
(9545,9,NULL,NULL,NULL,5,'2025-10-09 16:33:00',NULL,'live',NULL,NULL,'2026-01-17 16:31:11','2026-01-17 16:31:11'),
(9548,9,NULL,NULL,NULL,5,'2025-12-15 19:55:00',NULL,'live',NULL,NULL,'2026-01-17 16:31:40','2026-01-17 16:31:40'),
(9549,9,NULL,NULL,NULL,5,'2026-01-17 16:32:00',NULL,'live',NULL,NULL,'2026-01-17 16:31:53','2026-01-17 16:32:10'),
(9551,9,NULL,NULL,NULL,5,'2026-01-17 16:32:00',NULL,'live',NULL,NULL,'2026-01-17 16:32:10','2026-01-17 16:32:10'),
(9552,9,NULL,NULL,NULL,5,'2026-01-17 16:32:00',NULL,'live',NULL,NULL,'2026-01-17 16:32:15','2026-01-17 16:32:29'),
(9554,9,NULL,NULL,NULL,5,'2026-01-17 16:32:00',NULL,'live',NULL,NULL,'2026-01-17 16:32:29','2026-01-17 16:32:29'),
(9555,9,NULL,NULL,NULL,5,'2026-01-17 16:32:00',NULL,'live',NULL,NULL,'2026-01-17 16:32:33','2026-01-17 16:32:52'),
(9557,9,NULL,NULL,NULL,5,'2026-01-17 16:32:00',NULL,'live',NULL,NULL,'2026-01-17 16:32:52','2026-01-17 16:32:52'),
(9558,9,NULL,NULL,NULL,5,'2026-01-17 16:33:00',NULL,'live',NULL,NULL,'2026-01-17 16:32:56','2026-01-17 16:33:14'),
(9560,9,NULL,NULL,NULL,5,'2026-01-17 16:33:00',NULL,'live',NULL,NULL,'2026-01-17 16:33:14','2026-01-17 16:33:14'),
(9562,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:33:51','2026-01-17 16:33:51'),
(9564,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:34:42','2026-01-17 16:34:42'),
(9566,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:36:56','2026-01-17 16:36:56'),
(9568,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:40:31','2026-01-17 16:40:31'),
(9569,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:41:23','2026-01-17 16:41:23'),
(9571,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:41:26','2026-01-17 16:41:26'),
(9573,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:41:46','2026-01-17 16:41:46'),
(9575,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:43:42','2026-01-17 16:43:42'),
(9577,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:44:17','2026-01-17 16:44:17'),
(9579,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:44:39','2026-01-17 16:44:39'),
(9582,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:45:25','2026-01-17 16:45:25'),
(9584,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:45:28','2026-01-17 16:45:28'),
(9586,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:46:33','2026-01-17 16:46:33'),
(9588,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:46:50','2026-01-17 16:46:50'),
(9590,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:49:11','2026-01-17 16:49:11'),
(9593,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:54:58','2026-01-17 16:54:58'),
(9596,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:56:12','2026-01-17 16:56:12'),
(9598,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:56:34','2026-01-17 16:56:34'),
(9600,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:58:11','2026-01-17 16:58:11'),
(9602,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:58:14','2026-01-17 16:58:14'),
(9604,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:58:37','2026-01-17 16:58:37'),
(9606,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:59:52','2026-01-17 16:59:52'),
(9608,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 16:59:56','2026-01-17 16:59:56'),
(9610,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 17:00:02','2026-01-17 17:00:02'),
(9611,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 17:02:11','2026-01-17 17:02:11'),
(9613,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 17:02:14','2026-01-17 17:02:14'),
(9615,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 17:02:18','2026-01-17 17:02:18'),
(9617,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 17:03:47','2026-01-17 17:03:47'),
(9619,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 17:03:50','2026-01-17 17:03:50'),
(9621,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 17:03:54','2026-01-17 17:03:54'),
(9635,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 17:21:48','2026-01-17 17:21:48'),
(9637,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 17:23:48','2026-01-17 17:23:48'),
(9639,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 17:24:15','2026-01-17 17:24:15'),
(9640,9,NULL,NULL,NULL,5,'2026-01-17 18:14:00',NULL,'live',NULL,NULL,'2026-01-17 18:13:48','2026-01-17 18:14:06'),
(9642,9,NULL,NULL,NULL,5,'2026-01-17 18:14:00',NULL,'live',NULL,NULL,'2026-01-17 18:14:06','2026-01-17 18:14:06'),
(9644,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2026-01-17 18:14:19','2026-01-17 18:14:19'),
(9646,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2026-01-17 18:15:39','2026-01-17 18:15:39'),
(9648,5,NULL,NULL,NULL,9,'2026-01-17 18:26:00',NULL,'live',NULL,NULL,'2026-01-17 18:24:45','2026-01-17 18:26:47'),
(9649,5,NULL,NULL,NULL,9,'2026-01-17 18:26:00',NULL,'live',NULL,NULL,'2026-01-17 18:26:47','2026-01-17 18:26:47'),
(9650,5,NULL,NULL,NULL,9,'2026-01-17 18:28:00',NULL,'live',NULL,NULL,'2026-01-17 18:27:12','2026-01-17 18:28:32'),
(9651,5,NULL,NULL,NULL,9,'2026-01-17 18:28:00',NULL,'live',NULL,NULL,'2026-01-17 18:28:32','2026-01-17 18:28:32'),
(9652,5,NULL,NULL,NULL,9,'2026-01-17 18:30:00',NULL,'live',NULL,NULL,'2026-01-17 18:28:40','2026-01-17 18:30:11'),
(9653,5,NULL,NULL,NULL,9,'2026-01-17 18:30:00',NULL,'live',NULL,NULL,'2026-01-17 18:30:11','2026-01-17 18:30:11'),
(9654,5,NULL,NULL,NULL,9,'2025-08-01 18:07:00',NULL,'live',NULL,NULL,'2026-01-17 18:32:42','2026-01-17 18:32:42'),
(9655,5,NULL,NULL,NULL,9,'2025-08-01 18:10:00',NULL,'live',NULL,NULL,'2026-01-17 18:33:12','2026-01-17 18:33:12'),
(9656,5,NULL,NULL,NULL,9,'2026-01-17 18:35:00',NULL,'live',NULL,NULL,'2026-01-17 18:33:15','2026-01-17 18:35:28'),
(9657,5,NULL,NULL,NULL,9,'2026-01-17 18:35:00',NULL,'live',NULL,NULL,'2026-01-17 18:35:28','2026-01-17 18:35:28'),
(9695,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-17 19:27:11','2026-01-17 19:27:11'),
(9699,9,NULL,NULL,NULL,5,'2025-12-15 19:55:00',NULL,'live',NULL,NULL,'2026-01-17 19:30:46','2026-01-17 19:30:46'),
(9702,9,NULL,NULL,NULL,5,'2025-09-03 21:48:00',NULL,'live',NULL,NULL,'2026-01-17 19:31:06','2026-01-17 19:31:06'),
(9705,9,NULL,NULL,NULL,5,'2025-10-09 16:33:00',NULL,'live',NULL,NULL,'2026-01-17 19:31:25','2026-01-17 19:31:25'),
(9708,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2026-01-17 19:31:45','2026-01-17 19:31:45'),
(9711,9,NULL,NULL,NULL,5,'2026-01-17 16:32:00',NULL,'live',NULL,NULL,'2026-01-17 19:32:04','2026-01-17 19:32:04'),
(9712,9,NULL,NULL,NULL,5,'2025-10-06 17:46:00',NULL,'live',NULL,NULL,'2026-01-17 19:32:25','2026-01-17 19:32:25'),
(9715,9,NULL,NULL,NULL,5,'2026-01-17 16:32:00',NULL,'live',NULL,NULL,'2026-01-17 19:32:50','2026-01-17 19:32:50'),
(9718,9,NULL,NULL,NULL,5,'2026-01-17 16:32:00',NULL,'live',NULL,NULL,'2026-01-17 19:34:03','2026-01-17 19:34:03'),
(9721,9,NULL,NULL,NULL,5,'2026-01-17 16:33:00',NULL,'live',NULL,NULL,'2026-01-17 19:34:35','2026-01-17 19:34:35'),
(9724,9,NULL,NULL,NULL,5,'2026-01-17 20:00:00',NULL,'live',NULL,NULL,'2026-01-17 19:59:46','2026-01-17 20:00:19'),
(9726,9,NULL,NULL,NULL,5,'2026-01-17 20:00:00',NULL,'live',NULL,NULL,'2026-01-17 20:00:19','2026-01-17 20:00:19'),
(9727,9,NULL,NULL,NULL,5,'2026-01-17 20:01:00',NULL,'live',NULL,NULL,'2026-01-17 20:00:30','2026-01-17 20:01:01'),
(9729,9,NULL,NULL,NULL,5,'2026-01-17 20:01:00',NULL,'live',NULL,NULL,'2026-01-17 20:01:01','2026-01-17 20:01:01'),
(9731,9,NULL,NULL,NULL,5,'2026-01-17 20:00:00',NULL,'live',NULL,NULL,'2026-01-17 20:01:11','2026-01-17 20:01:11'),
(9732,9,NULL,NULL,NULL,5,'2026-01-17 20:02:00',NULL,'live',NULL,NULL,'2026-01-17 20:02:14','2026-01-17 20:02:34'),
(9734,9,NULL,NULL,NULL,5,'2026-01-17 20:02:00',NULL,'live',NULL,NULL,'2026-01-17 20:02:34','2026-01-17 20:02:34'),
(9735,9,NULL,NULL,NULL,5,'2026-01-17 20:02:00',NULL,'live',NULL,NULL,'2026-01-17 20:02:37','2026-01-17 20:02:51'),
(9737,9,NULL,NULL,NULL,5,'2026-01-17 20:02:00',NULL,'live',NULL,NULL,'2026-01-17 20:02:51','2026-01-17 20:02:51'),
(9739,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:05:20','2026-01-17 20:05:20'),
(9741,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:05:24','2026-01-17 20:05:24'),
(9743,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:06:41','2026-01-17 20:06:41'),
(9745,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:07:09','2026-01-17 20:07:09'),
(9747,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:07:42','2026-01-17 20:07:42'),
(9750,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:08:14','2026-01-17 20:08:14'),
(9752,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:08:28','2026-01-17 20:08:28'),
(9754,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:08:53','2026-01-17 20:08:53'),
(9756,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:09:25','2026-01-17 20:09:25'),
(9758,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:09:30','2026-01-17 20:09:30'),
(9760,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:10:11','2026-01-17 20:10:11'),
(9762,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:10:37','2026-01-17 20:10:37'),
(9764,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:11:05','2026-01-17 20:11:05'),
(9766,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:12:46','2026-01-17 20:12:46'),
(9768,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:13:11','2026-01-17 20:13:11'),
(9770,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:13:34','2026-01-17 20:13:34'),
(9772,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:14:11','2026-01-17 20:14:11'),
(9774,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:14:15','2026-01-17 20:14:15'),
(9776,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:14:52','2026-01-17 20:14:52'),
(9778,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:15:33','2026-01-17 20:15:33'),
(9780,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:15:37','2026-01-17 20:15:37'),
(9782,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:16:34','2026-01-17 20:16:34'),
(9784,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:16:46','2026-01-17 20:16:46'),
(9786,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:17:24','2026-01-17 20:17:24'),
(9788,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:18:46','2026-01-17 20:18:46'),
(9790,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:18:49','2026-01-17 20:18:49'),
(9792,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:19:05','2026-01-17 20:19:05'),
(9794,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:19:21','2026-01-17 20:19:21'),
(9796,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:20:19','2026-01-17 20:20:19'),
(9798,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:21:06','2026-01-17 20:21:06'),
(9801,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:21:51','2026-01-17 20:21:51'),
(9810,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:22:11','2026-01-17 20:22:11'),
(9815,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:23:13','2026-01-17 20:23:13'),
(9816,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-17 20:23:18','2026-01-17 20:23:18'),
(9818,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:23:36','2026-01-17 20:23:36'),
(9820,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:24:19','2026-01-17 20:24:19'),
(9822,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:24:47','2026-01-17 20:24:47'),
(9824,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:25:17','2026-01-17 20:25:17'),
(9826,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:25:56','2026-01-17 20:25:56'),
(9828,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-17 20:27:17','2026-01-17 20:27:17'),
(9830,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-17 20:29:05','2026-01-17 20:29:05'),
(9832,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:30:25','2026-01-17 20:30:25'),
(9834,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:30:59','2026-01-17 20:30:59'),
(9836,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:31:28','2026-01-17 20:31:28'),
(9840,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-17 20:32:40','2026-01-17 20:32:40'),
(9842,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-17 20:32:53','2026-01-17 20:32:53'),
(9844,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:33:16','2026-01-17 20:33:16'),
(9847,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:33:51','2026-01-17 20:33:51'),
(9850,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:34:10','2026-01-17 20:34:10'),
(9853,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:34:38','2026-01-17 20:34:38'),
(9854,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:34:40','2026-01-17 20:34:40'),
(9857,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:35:05','2026-01-17 20:35:05'),
(9863,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:35:28','2026-01-17 20:35:28'),
(9875,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:36:04','2026-01-17 20:36:04'),
(9878,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:36:48','2026-01-17 20:36:48'),
(9879,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:37:40','2026-01-17 20:37:40'),
(9880,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-17 20:38:34','2026-01-17 20:38:34'),
(9882,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:39:18','2026-01-17 20:39:18'),
(9884,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:39:41','2026-01-17 20:39:41'),
(9887,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:40:29','2026-01-17 20:40:29'),
(9889,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:40:55','2026-01-17 20:40:55'),
(9891,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:41:27','2026-01-17 20:41:27'),
(9893,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:42:48','2026-01-17 20:42:48'),
(9895,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:43:16','2026-01-17 20:43:16'),
(9897,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:43:37','2026-01-17 20:43:37'),
(9899,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:44:06','2026-01-17 20:44:06'),
(9902,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:44:27','2026-01-17 20:44:27'),
(9916,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:45:27','2026-01-17 20:45:27'),
(9917,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:45:46','2026-01-17 20:45:46'),
(9920,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:46:07','2026-01-17 20:46:07'),
(9922,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:46:49','2026-01-17 20:46:49'),
(9924,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:47:09','2026-01-17 20:47:09'),
(9926,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:47:45','2026-01-17 20:47:45'),
(9928,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:48:08','2026-01-17 20:48:08'),
(9930,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:48:35','2026-01-17 20:48:35'),
(9932,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:49:28','2026-01-17 20:49:28'),
(9934,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:50:38','2026-01-17 20:50:38'),
(9936,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:51:09','2026-01-17 20:51:09'),
(9938,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:52:04','2026-01-17 20:52:04'),
(9940,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:52:25','2026-01-17 20:52:25'),
(9942,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:52:55','2026-01-17 20:52:55'),
(9943,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:53:29','2026-01-17 20:53:29'),
(9945,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:54:10','2026-01-17 20:54:10'),
(9948,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:54:38','2026-01-17 20:54:38'),
(9955,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:55:02','2026-01-17 20:55:02'),
(9963,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:55:36','2026-01-17 20:55:36'),
(9965,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:56:08','2026-01-17 20:56:08'),
(9967,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:56:47','2026-01-17 20:56:47'),
(9969,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:57:14','2026-01-17 20:57:14'),
(9974,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:58:03','2026-01-17 20:58:03'),
(9976,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:58:40','2026-01-17 20:58:40'),
(9977,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:59:04','2026-01-17 20:59:04'),
(9980,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:59:26','2026-01-17 20:59:26'),
(9982,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 20:59:56','2026-01-17 20:59:56'),
(9984,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:00:49','2026-01-17 21:00:49'),
(9986,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:02:16','2026-01-17 21:02:16'),
(9988,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:03:19','2026-01-17 21:03:19'),
(9991,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:05:03','2026-01-17 21:05:03'),
(9993,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:05:35','2026-01-17 21:05:35'),
(9996,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:06:08','2026-01-17 21:06:08'),
(9999,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:06:26','2026-01-17 21:06:26'),
(10002,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:06:48','2026-01-17 21:06:48'),
(10008,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:07:15','2026-01-17 21:07:15'),
(10017,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:07:36','2026-01-17 21:07:36'),
(10022,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:07:55','2026-01-17 21:07:55'),
(10023,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:08:11','2026-01-17 21:08:11'),
(10025,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:08:35','2026-01-17 21:08:35'),
(10027,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:08:57','2026-01-17 21:08:57'),
(10029,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:10:20','2026-01-17 21:10:20'),
(10031,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:10:34','2026-01-17 21:10:34'),
(10033,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:10:54','2026-01-17 21:10:54'),
(10035,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:11:24','2026-01-17 21:11:24'),
(10037,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:12:02','2026-01-17 21:12:02'),
(10039,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:12:41','2026-01-17 21:12:41'),
(10040,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:13:08','2026-01-17 21:13:08'),
(10063,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:18:15','2026-01-17 21:18:15'),
(10065,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:23:35','2026-01-17 21:23:35'),
(10067,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:24:55','2026-01-17 21:24:55'),
(10081,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:31:06','2026-01-17 21:31:06'),
(10091,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 21:37:07','2026-01-17 21:37:07'),
(10095,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 22:02:43','2026-01-17 22:02:43'),
(10103,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 22:05:29','2026-01-17 22:05:29'),
(10110,NULL,NULL,1283,10,3,'2026-01-17 22:58:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10111,NULL,NULL,1283,10,3,'2026-01-17 23:01:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10112,NULL,NULL,1283,10,3,'2026-01-17 22:59:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10113,NULL,NULL,1283,10,3,'2026-01-17 22:59:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10114,NULL,NULL,1283,10,3,'2026-01-17 23:00:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10115,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10116,NULL,NULL,10115,10,3,'2026-01-17 22:58:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10117,NULL,NULL,10115,10,3,'2026-01-17 23:01:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10118,NULL,NULL,10115,10,3,'2026-01-17 22:59:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10119,NULL,NULL,10115,10,3,'2026-01-17 22:59:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10120,NULL,NULL,10115,10,3,'2026-01-17 23:00:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:43','2026-01-17 23:01:43'),
(10122,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 23:01:58','2026-01-17 23:01:58'),
(10129,NULL,NULL,1289,10,3,'2026-01-17 23:02:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10130,NULL,NULL,1289,10,3,'2026-01-17 23:03:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10131,NULL,NULL,1289,10,3,'2026-01-17 23:04:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10132,NULL,NULL,1289,10,3,'2026-01-17 23:04:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10133,NULL,NULL,1289,10,3,'2026-01-17 23:05:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10134,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10135,NULL,NULL,10134,10,3,'2026-01-17 23:02:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10136,NULL,NULL,10134,10,3,'2026-01-17 23:03:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10137,NULL,NULL,10134,10,3,'2026-01-17 23:04:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10138,NULL,NULL,10134,10,3,'2026-01-17 23:04:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10139,NULL,NULL,10134,10,3,'2026-01-17 23:05:00',NULL,'live',NULL,NULL,'2026-01-17 23:05:05','2026-01-17 23:05:05'),
(10141,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 00:29:49','2026-01-18 00:29:49'),
(10143,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 00:29:52','2026-01-18 00:29:52'),
(10144,5,NULL,NULL,NULL,9,'2026-01-18 00:38:00',NULL,'live',NULL,NULL,'2026-01-18 00:35:26','2026-01-18 00:38:21'),
(10146,5,NULL,NULL,NULL,9,'2026-01-18 00:38:00',NULL,'live',NULL,NULL,'2026-01-18 00:38:21','2026-01-18 00:38:21'),
(10150,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 17:31:18','2026-01-18 17:31:18'),
(10153,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 17:33:01','2026-01-18 17:33:01'),
(10159,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 17:47:24','2026-01-18 17:47:24'),
(10162,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 17:47:58','2026-01-18 17:47:58'),
(10165,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 17:48:14','2026-01-18 17:48:14'),
(10168,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 17:50:19','2026-01-18 17:50:19'),
(10170,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 17:52:29','2026-01-18 17:52:29'),
(10171,NULL,NULL,10170,10,3,'2025-12-16 14:51:00',NULL,'live',NULL,NULL,'2026-01-18 17:52:29','2026-01-18 17:52:29'),
(10178,NULL,NULL,1297,10,3,'2026-01-18 18:39:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:27','2026-01-18 18:42:27'),
(10179,NULL,NULL,1297,10,3,'2026-01-18 18:40:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:27','2026-01-18 18:42:27'),
(10180,NULL,NULL,1297,10,3,'2026-01-18 18:41:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:27','2026-01-18 18:42:27'),
(10181,NULL,NULL,1297,10,3,'2026-01-18 18:41:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:27','2026-01-18 18:42:27'),
(10182,NULL,NULL,1297,10,3,'2026-01-18 18:42:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:27','2026-01-18 18:42:27'),
(10183,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:27','2026-01-18 18:42:27'),
(10184,NULL,NULL,10183,10,3,'2026-01-18 18:39:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:27','2026-01-18 18:42:27'),
(10185,NULL,NULL,10183,10,3,'2026-01-18 18:40:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:27','2026-01-18 18:42:27'),
(10186,NULL,NULL,10183,10,3,'2026-01-18 18:41:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:27','2026-01-18 18:42:27'),
(10187,NULL,NULL,10183,10,3,'2026-01-18 18:41:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:27','2026-01-18 18:42:27'),
(10188,NULL,NULL,10183,10,3,'2026-01-18 18:42:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:28','2026-01-18 18:42:28'),
(10190,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 18:42:31','2026-01-18 18:42:31'),
(10197,NULL,NULL,1309,10,3,'2026-01-18 18:44:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:31','2026-01-18 18:46:31'),
(10198,NULL,NULL,1309,10,3,'2026-01-18 18:44:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:31','2026-01-18 18:46:31'),
(10199,NULL,NULL,1309,10,3,'2026-01-18 18:44:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:31','2026-01-18 18:46:31'),
(10200,NULL,NULL,1309,10,3,'2026-01-18 18:45:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:31','2026-01-18 18:46:31'),
(10201,NULL,NULL,1309,10,3,'2026-01-18 18:46:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:31','2026-01-18 18:46:31'),
(10202,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:32','2026-01-18 18:46:32'),
(10203,NULL,NULL,10202,10,3,'2026-01-18 18:44:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:32','2026-01-18 18:46:32'),
(10204,NULL,NULL,10202,10,3,'2026-01-18 18:44:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:32','2026-01-18 18:46:32'),
(10205,NULL,NULL,10202,10,3,'2026-01-18 18:44:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:32','2026-01-18 18:46:32'),
(10206,NULL,NULL,10202,10,3,'2026-01-18 18:45:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:32','2026-01-18 18:46:32'),
(10207,NULL,NULL,10202,10,3,'2026-01-18 18:46:00',NULL,'live',NULL,NULL,'2026-01-18 18:46:32','2026-01-18 18:46:32'),
(10211,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 18:56:04','2026-01-18 18:56:04'),
(10214,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 18:56:49','2026-01-18 18:56:49'),
(10217,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-18 18:59:30','2026-01-18 18:59:30'),
(10241,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 19:19:10','2026-01-18 19:19:10'),
(10243,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 19:21:33','2026-01-18 19:21:33'),
(10245,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 19:25:46','2026-01-18 19:25:46'),
(10253,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 19:32:43','2026-01-18 19:32:43'),
(10260,NULL,NULL,1315,10,3,'2026-01-18 22:05:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10261,NULL,NULL,1315,10,3,'2026-01-18 22:07:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10262,NULL,NULL,1315,10,3,'2026-01-18 22:05:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10263,NULL,NULL,1315,10,3,'2026-01-18 22:08:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10264,NULL,NULL,1315,10,3,'2026-01-18 22:08:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10265,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10266,NULL,NULL,10265,10,3,'2026-01-18 22:05:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10267,NULL,NULL,10265,10,3,'2026-01-18 22:07:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10268,NULL,NULL,10265,10,3,'2026-01-18 22:05:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10269,NULL,NULL,10265,10,3,'2026-01-18 22:08:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10270,NULL,NULL,10265,10,3,'2026-01-18 22:08:00',NULL,'live',NULL,NULL,'2026-01-18 22:08:32','2026-01-18 22:08:32'),
(10277,NULL,NULL,1323,10,3,'2026-01-18 22:10:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10278,NULL,NULL,1323,10,3,'2026-01-18 22:10:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10279,NULL,NULL,1323,10,3,'2026-01-18 22:12:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10280,NULL,NULL,1323,10,3,'2026-01-18 22:12:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10281,NULL,NULL,1323,10,3,'2026-01-18 22:13:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10282,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10283,NULL,NULL,10282,10,3,'2026-01-18 22:10:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10284,NULL,NULL,10282,10,3,'2026-01-18 22:10:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10285,NULL,NULL,10282,10,3,'2026-01-18 22:12:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10286,NULL,NULL,10282,10,3,'2026-01-18 22:12:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10287,NULL,NULL,10282,10,3,'2026-01-18 22:13:00',NULL,'live',NULL,NULL,'2026-01-18 22:13:26','2026-01-18 22:13:26'),
(10294,NULL,NULL,1329,10,3,'2026-01-18 22:14:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10295,NULL,NULL,1329,10,3,'2026-01-18 22:14:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10296,NULL,NULL,1329,10,3,'2026-01-18 22:15:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10297,NULL,NULL,1329,10,3,'2026-01-18 22:15:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10298,NULL,NULL,1329,10,3,'2026-01-18 22:16:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10299,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10300,NULL,NULL,10299,10,3,'2026-01-18 22:14:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10301,NULL,NULL,10299,10,3,'2026-01-18 22:14:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10302,NULL,NULL,10299,10,3,'2026-01-18 22:15:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10303,NULL,NULL,10299,10,3,'2026-01-18 22:15:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10304,NULL,NULL,10299,10,3,'2026-01-18 22:16:00',NULL,'live',NULL,NULL,'2026-01-18 22:16:02','2026-01-18 22:16:02'),
(10310,NULL,NULL,2720,10,3,'2026-01-18 22:17:00',NULL,'live',NULL,NULL,'2026-01-18 22:19:45','2026-01-18 22:19:45'),
(10311,NULL,NULL,2720,10,3,'2026-01-18 22:17:00',NULL,'live',NULL,NULL,'2026-01-18 22:19:45','2026-01-18 22:19:45'),
(10312,NULL,NULL,2720,10,3,'2026-01-18 22:18:00',NULL,'live',NULL,NULL,'2026-01-18 22:19:45','2026-01-18 22:19:45'),
(10313,NULL,NULL,2720,10,3,'2026-01-18 22:19:00',NULL,'live',NULL,NULL,'2026-01-18 22:19:45','2026-01-18 22:19:45'),
(10314,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-18 22:19:45','2026-01-18 22:19:45'),
(10315,NULL,NULL,10314,10,3,'2026-01-18 22:17:00',NULL,'live',NULL,NULL,'2026-01-18 22:19:45','2026-01-18 22:19:45'),
(10316,NULL,NULL,10314,10,3,'2026-01-18 22:17:00',NULL,'live',NULL,NULL,'2026-01-18 22:19:45','2026-01-18 22:19:45'),
(10317,NULL,NULL,10314,10,3,'2026-01-18 22:18:00',NULL,'live',NULL,NULL,'2026-01-18 22:19:45','2026-01-18 22:19:45'),
(10318,NULL,NULL,10314,10,3,'2026-01-18 22:19:00',NULL,'live',NULL,NULL,'2026-01-18 22:19:45','2026-01-18 22:19:45'),
(10320,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-18 22:20:06','2026-01-18 22:20:06'),
(10326,NULL,NULL,1359,10,3,'2026-01-18 22:21:00',NULL,'live',NULL,NULL,'2026-01-18 22:22:39','2026-01-18 22:22:39'),
(10327,NULL,NULL,1359,10,3,'2026-01-18 22:21:00',NULL,'live',NULL,NULL,'2026-01-18 22:22:39','2026-01-18 22:22:39'),
(10328,NULL,NULL,1359,10,3,'2026-01-18 22:22:00',NULL,'live',NULL,NULL,'2026-01-18 22:22:39','2026-01-18 22:22:39'),
(10329,NULL,NULL,1359,10,3,'2026-01-18 22:22:00',NULL,'live',NULL,NULL,'2026-01-18 22:22:39','2026-01-18 22:22:39'),
(10330,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:22:39','2026-01-18 22:22:39'),
(10331,NULL,NULL,10330,10,3,'2026-01-18 22:21:00',NULL,'live',NULL,NULL,'2026-01-18 22:22:39','2026-01-18 22:22:39'),
(10332,NULL,NULL,10330,10,3,'2026-01-18 22:21:00',NULL,'live',NULL,NULL,'2026-01-18 22:22:39','2026-01-18 22:22:39'),
(10333,NULL,NULL,10330,10,3,'2026-01-18 22:22:00',NULL,'live',NULL,NULL,'2026-01-18 22:22:39','2026-01-18 22:22:39'),
(10334,NULL,NULL,10330,10,3,'2026-01-18 22:22:00',NULL,'live',NULL,NULL,'2026-01-18 22:22:39','2026-01-18 22:22:39'),
(10340,NULL,NULL,1365,10,3,'2026-01-18 22:23:00',NULL,'live',NULL,NULL,'2026-01-18 22:25:10','2026-01-18 22:25:10'),
(10341,NULL,NULL,1365,10,3,'2026-01-18 22:24:00',NULL,'live',NULL,NULL,'2026-01-18 22:25:10','2026-01-18 22:25:10'),
(10342,NULL,NULL,1365,10,3,'2026-01-18 22:24:00',NULL,'live',NULL,NULL,'2026-01-18 22:25:10','2026-01-18 22:25:10'),
(10343,NULL,NULL,1365,10,3,'2026-01-18 22:25:00',NULL,'live',NULL,NULL,'2026-01-18 22:25:10','2026-01-18 22:25:10'),
(10344,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:25:10','2026-01-18 22:25:10'),
(10345,NULL,NULL,10344,10,3,'2026-01-18 22:23:00',NULL,'live',NULL,NULL,'2026-01-18 22:25:10','2026-01-18 22:25:10'),
(10346,NULL,NULL,10344,10,3,'2026-01-18 22:24:00',NULL,'live',NULL,NULL,'2026-01-18 22:25:10','2026-01-18 22:25:10'),
(10347,NULL,NULL,10344,10,3,'2026-01-18 22:24:00',NULL,'live',NULL,NULL,'2026-01-18 22:25:10','2026-01-18 22:25:10'),
(10348,NULL,NULL,10344,10,3,'2026-01-18 22:25:00',NULL,'live',NULL,NULL,'2026-01-18 22:25:10','2026-01-18 22:25:10'),
(10350,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:26:48','2026-01-18 22:26:48'),
(10352,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:27:13','2026-01-18 22:27:13'),
(10354,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:27:37','2026-01-18 22:27:37'),
(10356,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:28:05','2026-01-18 22:28:05'),
(10358,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:28:28','2026-01-18 22:28:28'),
(10360,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:28:58','2026-01-18 22:28:58'),
(10362,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:29:23','2026-01-18 22:29:23'),
(10364,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:29:53','2026-01-18 22:29:53'),
(10366,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:30:17','2026-01-18 22:30:17'),
(10368,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:30:44','2026-01-18 22:30:44'),
(10370,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:31:10','2026-01-18 22:31:10'),
(10372,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:31:53','2026-01-18 22:31:53'),
(10374,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-18 22:32:20','2026-01-18 22:32:20'),
(10392,NULL,NULL,1255,56,3,'2026-01-19 16:14:00',NULL,'live',NULL,NULL,'2026-01-19 16:18:35','2026-01-19 16:18:35'),
(10393,NULL,NULL,1255,56,3,'2026-01-19 16:16:00',NULL,'live',0,0,'2026-01-19 16:18:35','2026-01-19 16:18:35'),
(10394,NULL,NULL,1255,56,3,'2026-01-19 16:17:00',NULL,'live',NULL,NULL,'2026-01-19 16:18:35','2026-01-19 16:18:35'),
(10395,NULL,NULL,1255,56,3,'2026-01-19 16:18:00',NULL,'live',NULL,NULL,'2026-01-19 16:18:35','2026-01-19 16:18:35'),
(10396,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:18:35','2026-01-19 16:18:35'),
(10397,NULL,NULL,10396,56,3,'2026-01-19 16:14:00',NULL,'live',NULL,NULL,'2026-01-19 16:18:35','2026-01-19 16:18:35'),
(10398,NULL,NULL,10396,56,3,'2026-01-19 16:16:00',NULL,'live',NULL,NULL,'2026-01-19 16:18:35','2026-01-19 16:18:35'),
(10399,NULL,NULL,10396,56,3,'2026-01-19 16:17:00',NULL,'live',NULL,NULL,'2026-01-19 16:18:35','2026-01-19 16:18:35'),
(10400,NULL,NULL,10396,56,3,'2026-01-19 16:18:00',NULL,'live',NULL,NULL,'2026-01-19 16:18:35','2026-01-19 16:18:35'),
(10403,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:19:29','2026-01-19 16:19:29'),
(10404,NULL,NULL,10403,64,14,'2025-11-05 15:59:00',NULL,'live',NULL,NULL,'2026-01-19 16:19:29','2026-01-19 16:19:29'),
(10407,8,NULL,NULL,NULL,6,'2025-09-26 17:59:00',NULL,'live',NULL,NULL,'2026-01-19 16:21:04','2026-01-19 16:21:04'),
(10408,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:21:10','2026-01-19 16:21:10'),
(10411,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:21:51','2026-01-19 16:21:51'),
(10413,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:24:19','2026-01-19 16:24:19'),
(10415,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:25:00','2026-01-19 16:25:00'),
(10417,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:25:25','2026-01-19 16:25:25'),
(10419,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:25:58','2026-01-19 16:25:58'),
(10421,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:29:01','2026-01-19 16:29:01'),
(10422,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-19 16:29:55','2026-01-19 16:29:55'),
(10424,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:30:29','2026-01-19 16:30:29'),
(10433,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 16:37:33','2026-01-19 16:37:33'),
(10434,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-19 16:40:30','2026-01-19 16:40:30'),
(10435,NULL,NULL,10434,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2026-01-19 16:40:30','2026-01-19 16:40:30'),
(10440,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-19 17:16:04','2026-01-19 17:16:04'),
(10441,NULL,NULL,10440,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-19 17:16:04','2026-01-19 17:16:04'),
(10442,NULL,NULL,10440,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-19 17:16:04','2026-01-19 17:16:04'),
(10448,NULL,NULL,945,56,3,'2026-01-19 17:32:00',NULL,'live',NULL,NULL,'2026-01-19 17:33:45','2026-01-19 17:33:45'),
(10449,NULL,NULL,945,56,3,'2026-01-19 17:33:00',NULL,'live',NULL,NULL,'2026-01-19 17:33:45','2026-01-19 17:33:45'),
(10450,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 17:33:45','2026-01-19 17:33:45'),
(10451,NULL,NULL,10450,56,3,'2026-01-19 17:32:00',NULL,'live',NULL,NULL,'2026-01-19 17:33:45','2026-01-19 17:33:45'),
(10452,NULL,NULL,10450,56,3,'2026-01-19 17:33:00',NULL,'live',NULL,NULL,'2026-01-19 17:33:45','2026-01-19 17:33:45'),
(10453,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 17:35:46','2026-01-19 17:35:46'),
(10455,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 17:36:22','2026-01-19 17:36:22'),
(10461,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 18:51:30','2026-01-19 18:51:30'),
(10464,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 18:53:24','2026-01-19 18:53:24'),
(10467,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 18:55:06','2026-01-19 18:55:06'),
(10475,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:42:05','2026-01-19 20:42:05'),
(10479,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:43:52','2026-01-19 20:43:52'),
(10481,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:44:22','2026-01-19 20:44:22'),
(10484,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:45:02','2026-01-19 20:45:02'),
(10487,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:45:33','2026-01-19 20:45:33'),
(10490,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:46:04','2026-01-19 20:46:04'),
(10493,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:46:28','2026-01-19 20:46:28'),
(10496,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:46:54','2026-01-19 20:46:54'),
(10499,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:47:18','2026-01-19 20:47:18'),
(10502,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:47:44','2026-01-19 20:47:44'),
(10505,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:48:12','2026-01-19 20:48:12'),
(10508,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-19 20:59:09','2026-01-19 20:59:09'),
(10511,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 20:59:47','2026-01-19 20:59:47'),
(10514,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:01:27','2026-01-19 21:01:27'),
(10519,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:03:40','2026-01-19 21:03:40'),
(10524,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:10:31','2026-01-19 21:10:31'),
(10527,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:11:44','2026-01-19 21:11:44'),
(10530,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:12:21','2026-01-19 21:12:21'),
(10533,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:12:54','2026-01-19 21:12:54'),
(10536,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:13:24','2026-01-19 21:13:24'),
(10539,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:13:50','2026-01-19 21:13:50'),
(10544,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:14:38','2026-01-19 21:14:38'),
(10547,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:15:16','2026-01-19 21:15:16'),
(10550,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:15:48','2026-01-19 21:15:48'),
(10555,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:16:20','2026-01-19 21:16:20'),
(10558,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:16:57','2026-01-19 21:16:57'),
(10561,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:17:43','2026-01-19 21:17:43'),
(10564,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-19 21:18:12','2026-01-19 21:18:12'),
(10997,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 14:49:29','2026-01-20 14:49:29'),
(10999,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 14:50:45','2026-01-20 14:50:45'),
(11001,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 14:51:03','2026-01-20 14:51:03'),
(11005,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2026-01-20 14:52:25','2026-01-20 14:52:25'),
(11007,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 14:52:39','2026-01-20 14:52:39'),
(11008,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 14:52:47','2026-01-20 14:52:47'),
(11010,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 14:53:27','2026-01-20 14:53:27'),
(11018,NULL,NULL,1371,10,3,'2026-01-20 14:54:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11019,NULL,NULL,1371,10,3,'2026-01-20 14:54:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11020,NULL,NULL,1371,10,3,'2026-01-20 14:55:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11021,NULL,NULL,1371,10,3,'2026-01-20 14:56:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11022,NULL,NULL,1371,10,3,'2026-01-20 14:56:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11023,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11024,NULL,NULL,11023,10,3,'2026-01-20 14:54:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11025,NULL,NULL,11023,10,3,'2026-01-20 14:54:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11026,NULL,NULL,11023,10,3,'2026-01-20 14:55:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11027,NULL,NULL,11023,10,3,'2026-01-20 14:56:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11028,NULL,NULL,11023,10,3,'2026-01-20 14:56:00',NULL,'live',NULL,NULL,'2026-01-20 14:56:24','2026-01-20 14:56:24'),
(11037,NULL,NULL,1377,10,3,'2026-01-20 14:56:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11038,NULL,NULL,1377,10,3,'2026-01-20 14:57:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11039,NULL,NULL,1377,10,3,'2026-01-20 14:57:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11040,NULL,NULL,1377,10,3,'2026-01-20 14:58:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11041,NULL,NULL,1377,10,3,'2026-01-20 14:58:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11042,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11043,NULL,NULL,11042,10,3,'2026-01-20 14:56:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11044,NULL,NULL,11042,10,3,'2026-01-20 14:57:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11045,NULL,NULL,11042,10,3,'2026-01-20 14:57:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11046,NULL,NULL,11042,10,3,'2026-01-20 14:58:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11047,NULL,NULL,11042,10,3,'2026-01-20 14:58:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:31','2026-01-20 14:58:31'),
(11050,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 14:58:34','2026-01-20 14:58:34'),
(11057,NULL,NULL,1383,10,3,'2026-01-20 14:59:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11058,NULL,NULL,1383,10,3,'2026-01-20 14:59:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11059,NULL,NULL,1383,10,3,'2026-01-20 14:59:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11060,NULL,NULL,1383,10,3,'2026-01-20 14:59:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11061,NULL,NULL,1383,10,3,'2026-01-20 15:00:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11062,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11063,NULL,NULL,11062,10,3,'2026-01-20 14:59:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11064,NULL,NULL,11062,10,3,'2026-01-20 14:59:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11065,NULL,NULL,11062,10,3,'2026-01-20 14:59:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11066,NULL,NULL,11062,10,3,'2026-01-20 14:59:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11067,NULL,NULL,11062,10,3,'2026-01-20 15:00:00',NULL,'live',NULL,NULL,'2026-01-20 15:00:15','2026-01-20 15:00:15'),
(11076,NULL,NULL,1389,10,3,'2026-01-20 15:00:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11077,NULL,NULL,1389,10,3,'2026-01-20 15:01:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11078,NULL,NULL,1389,10,3,'2026-01-20 15:01:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11079,NULL,NULL,1389,10,3,'2026-01-20 15:01:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11080,NULL,NULL,1389,10,3,'2026-01-20 15:02:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11081,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11082,NULL,NULL,11081,10,3,'2026-01-20 15:00:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11083,NULL,NULL,11081,10,3,'2026-01-20 15:01:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11084,NULL,NULL,11081,10,3,'2026-01-20 15:01:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11085,NULL,NULL,11081,10,3,'2026-01-20 15:01:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11086,NULL,NULL,11081,10,3,'2026-01-20 15:02:00',NULL,'live',NULL,NULL,'2026-01-20 15:02:05','2026-01-20 15:02:05'),
(11097,NULL,NULL,1413,10,3,'2026-01-20 15:03:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11098,NULL,NULL,1413,10,3,'2026-01-20 15:03:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11099,NULL,NULL,1413,10,3,'2026-01-20 15:03:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11100,NULL,NULL,1413,10,3,'2026-01-20 15:04:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11101,NULL,NULL,1413,10,3,'2026-01-20 15:04:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11102,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11103,NULL,NULL,11102,10,3,'2026-01-20 15:03:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11104,NULL,NULL,11102,10,3,'2026-01-20 15:03:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11105,NULL,NULL,11102,10,3,'2026-01-20 15:03:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11106,NULL,NULL,11102,10,3,'2026-01-20 15:04:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11107,NULL,NULL,11102,10,3,'2026-01-20 15:04:00',NULL,'live',NULL,NULL,'2026-01-20 15:04:31','2026-01-20 15:04:31'),
(11112,NULL,NULL,1401,10,3,'2026-01-20 15:04:00',NULL,'live',NULL,NULL,'2026-01-20 15:05:00','2026-01-20 15:05:00'),
(11113,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:05:00','2026-01-20 15:05:00'),
(11114,NULL,NULL,11113,10,3,'2026-01-20 15:04:00',NULL,'live',NULL,NULL,'2026-01-20 15:05:00','2026-01-20 15:05:00'),
(11124,NULL,NULL,1401,10,3,'2026-01-20 15:05:00',NULL,'live',NULL,NULL,'2026-01-20 15:06:16','2026-01-20 15:06:16'),
(11125,NULL,NULL,1401,10,3,'2026-01-20 15:05:00',NULL,'live',NULL,NULL,'2026-01-20 15:06:16','2026-01-20 15:06:16'),
(11126,NULL,NULL,1401,10,3,'2026-01-20 15:05:00',NULL,'live',NULL,NULL,'2026-01-20 15:06:16','2026-01-20 15:06:16'),
(11127,NULL,NULL,1401,10,3,'2026-01-20 15:06:00',NULL,'live',NULL,NULL,'2026-01-20 15:06:16','2026-01-20 15:06:16'),
(11128,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:06:16','2026-01-20 15:06:16'),
(11129,NULL,NULL,11128,10,3,'2026-01-20 15:05:00',NULL,'live',NULL,NULL,'2026-01-20 15:06:16','2026-01-20 15:06:16'),
(11130,NULL,NULL,11128,10,3,'2026-01-20 15:05:00',NULL,'live',NULL,NULL,'2026-01-20 15:06:16','2026-01-20 15:06:16'),
(11131,NULL,NULL,11128,10,3,'2026-01-20 15:05:00',NULL,'live',NULL,NULL,'2026-01-20 15:06:16','2026-01-20 15:06:16'),
(11132,NULL,NULL,11128,10,3,'2026-01-20 15:06:00',NULL,'live',NULL,NULL,'2026-01-20 15:06:16','2026-01-20 15:06:16'),
(11147,NULL,NULL,1395,10,3,'2026-01-20 15:08:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:05','2026-01-20 15:10:05'),
(11148,NULL,NULL,1395,10,3,'2026-01-20 15:07:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:05','2026-01-20 15:10:05'),
(11149,NULL,NULL,1395,10,3,'2026-01-20 15:06:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:05','2026-01-20 15:10:05'),
(11150,NULL,NULL,1395,10,3,'2026-01-20 15:07:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:05','2026-01-20 15:10:05'),
(11151,NULL,NULL,1395,10,3,'2026-01-20 15:10:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:05','2026-01-20 15:10:05'),
(11152,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:06','2026-01-20 15:10:06'),
(11153,NULL,NULL,11152,10,3,'2026-01-20 15:08:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:06','2026-01-20 15:10:06'),
(11154,NULL,NULL,11152,10,3,'2026-01-20 15:07:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:06','2026-01-20 15:10:06'),
(11155,NULL,NULL,11152,10,3,'2026-01-20 15:06:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:06','2026-01-20 15:10:06'),
(11156,NULL,NULL,11152,10,3,'2026-01-20 15:07:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:06','2026-01-20 15:10:06'),
(11157,NULL,NULL,11152,10,3,'2026-01-20 15:10:00',NULL,'live',NULL,NULL,'2026-01-20 15:10:06','2026-01-20 15:10:06'),
(11170,NULL,NULL,2712,10,3,'2026-01-20 15:10:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:43','2026-01-20 15:12:43'),
(11171,NULL,NULL,2712,10,3,'2026-01-20 15:10:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:43','2026-01-20 15:12:43'),
(11172,NULL,NULL,2712,10,3,'2026-01-20 15:11:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:43','2026-01-20 15:12:43'),
(11173,NULL,NULL,2712,10,3,'2026-01-20 15:12:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:43','2026-01-20 15:12:43'),
(11174,NULL,NULL,2712,10,3,'2026-01-20 15:12:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:43','2026-01-20 15:12:43'),
(11175,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:44','2026-01-20 15:12:44'),
(11176,NULL,NULL,11175,10,3,'2026-01-20 15:10:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:44','2026-01-20 15:12:44'),
(11177,NULL,NULL,11175,10,3,'2026-01-20 15:10:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:44','2026-01-20 15:12:44'),
(11178,NULL,NULL,11175,10,3,'2026-01-20 15:11:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:44','2026-01-20 15:12:44'),
(11179,NULL,NULL,11175,10,3,'2026-01-20 15:12:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:44','2026-01-20 15:12:44'),
(11180,NULL,NULL,11175,10,3,'2026-01-20 15:12:00',NULL,'live',NULL,NULL,'2026-01-20 15:12:44','2026-01-20 15:12:44'),
(11193,NULL,NULL,1419,10,3,'2026-01-20 15:13:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11194,NULL,NULL,1419,10,3,'2026-01-20 15:13:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11195,NULL,NULL,1419,10,3,'2026-01-20 15:15:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11196,NULL,NULL,1419,10,3,'2026-01-20 15:15:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11197,NULL,NULL,1419,10,3,'2026-01-20 15:15:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11198,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11199,NULL,NULL,11198,10,3,'2026-01-20 15:13:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11200,NULL,NULL,11198,10,3,'2026-01-20 15:13:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11201,NULL,NULL,11198,10,3,'2026-01-20 15:15:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11202,NULL,NULL,11198,10,3,'2026-01-20 15:15:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11203,NULL,NULL,11198,10,3,'2026-01-20 15:15:00',NULL,'live',NULL,NULL,'2026-01-20 15:15:56','2026-01-20 15:15:56'),
(11215,NULL,NULL,1425,10,3,'2026-01-20 15:16:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11216,NULL,NULL,1425,10,3,'2026-01-20 15:16:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11217,NULL,NULL,1425,10,3,'2026-01-20 15:16:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11218,NULL,NULL,1425,10,3,'2026-01-20 15:16:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11219,NULL,NULL,1425,10,3,'2026-01-20 15:17:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11220,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11221,NULL,NULL,11220,10,3,'2026-01-20 15:16:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11222,NULL,NULL,11220,10,3,'2026-01-20 15:16:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11223,NULL,NULL,11220,10,3,'2026-01-20 15:16:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11224,NULL,NULL,11220,10,3,'2026-01-20 15:16:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11225,NULL,NULL,11220,10,3,'2026-01-20 15:17:00',NULL,'live',NULL,NULL,'2026-01-20 15:17:05','2026-01-20 15:17:05'),
(11235,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:18:57','2026-01-20 15:18:57'),
(11236,NULL,NULL,11235,10,3,'2025-12-16 15:32:00',NULL,'live',NULL,NULL,'2026-01-20 15:18:57','2026-01-20 15:18:57'),
(11237,NULL,NULL,11235,10,3,'2025-12-16 15:32:00',NULL,'live',NULL,NULL,'2026-01-20 15:18:57','2026-01-20 15:18:57'),
(11239,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:19:03','2026-01-20 15:19:03'),
(11244,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:20:16','2026-01-20 15:20:16'),
(11245,NULL,NULL,11244,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2026-01-20 15:20:16','2026-01-20 15:20:16'),
(11246,NULL,NULL,11244,10,3,'2025-12-16 15:37:00',NULL,'live',NULL,NULL,'2026-01-20 15:20:16','2026-01-20 15:20:16'),
(11254,NULL,NULL,1437,10,3,'2026-01-20 15:21:00',NULL,'live',NULL,NULL,'2026-01-20 15:24:09','2026-01-20 15:24:09'),
(11255,NULL,NULL,1437,10,3,'2026-01-20 15:24:00',NULL,'live',NULL,NULL,'2026-01-20 15:24:09','2026-01-20 15:24:09'),
(11256,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:24:09','2026-01-20 15:24:09'),
(11257,NULL,NULL,11256,10,3,'2026-01-20 15:21:00',NULL,'live',NULL,NULL,'2026-01-20 15:24:09','2026-01-20 15:24:09'),
(11258,NULL,NULL,11256,10,3,'2025-12-16 15:32:00',NULL,'live',NULL,NULL,'2026-01-20 15:24:09','2026-01-20 15:24:09'),
(11259,NULL,NULL,11256,10,3,'2026-01-20 15:24:00',NULL,'live',NULL,NULL,'2026-01-20 15:24:09','2026-01-20 15:24:09'),
(11269,NULL,NULL,1443,10,3,'2026-01-20 15:24:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11270,NULL,NULL,1443,10,3,'2026-01-20 15:25:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11271,NULL,NULL,1443,10,3,'2026-01-20 15:24:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11272,NULL,NULL,1443,10,3,'2026-01-20 15:25:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11273,NULL,NULL,1443,10,3,'2026-01-20 15:25:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11274,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11275,NULL,NULL,11274,10,3,'2026-01-20 15:24:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11276,NULL,NULL,11274,10,3,'2026-01-20 15:25:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11277,NULL,NULL,11274,10,3,'2026-01-20 15:24:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11278,NULL,NULL,11274,10,3,'2026-01-20 15:25:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11279,NULL,NULL,11274,10,3,'2026-01-20 15:25:00',NULL,'live',NULL,NULL,'2026-01-20 15:25:43','2026-01-20 15:25:43'),
(11287,NULL,NULL,1449,10,3,'2026-01-20 15:26:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11288,NULL,NULL,1449,10,3,'2026-01-20 15:26:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11289,NULL,NULL,1449,10,3,'2026-01-20 15:26:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11290,NULL,NULL,1449,10,3,'2026-01-20 15:26:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11291,NULL,NULL,1449,10,3,'2026-01-20 15:26:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11292,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11293,NULL,NULL,11292,10,3,'2026-01-20 15:26:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11294,NULL,NULL,11292,10,3,'2026-01-20 15:26:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11295,NULL,NULL,11292,10,3,'2026-01-20 15:26:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11296,NULL,NULL,11292,10,3,'2026-01-20 15:26:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11297,NULL,NULL,11292,10,3,'2026-01-20 15:26:00',NULL,'live',NULL,NULL,'2026-01-20 15:26:56','2026-01-20 15:26:56'),
(11306,NULL,NULL,1455,10,3,'2026-01-20 15:28:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11307,NULL,NULL,1455,10,3,'2026-01-20 15:28:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11308,NULL,NULL,1455,10,3,'2026-01-20 15:28:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11309,NULL,NULL,1455,10,3,'2026-01-20 15:28:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11310,NULL,NULL,1455,10,3,'2026-01-20 15:29:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11311,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11312,NULL,NULL,11311,10,3,'2026-01-20 15:28:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11313,NULL,NULL,11311,10,3,'2026-01-20 15:28:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11314,NULL,NULL,11311,10,3,'2026-01-20 15:28:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11315,NULL,NULL,11311,10,3,'2026-01-20 15:28:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11316,NULL,NULL,11311,10,3,'2026-01-20 15:29:00',NULL,'live',NULL,NULL,'2026-01-20 15:29:08','2026-01-20 15:29:08'),
(11325,NULL,NULL,1461,10,3,'2026-01-20 15:29:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11326,NULL,NULL,1461,10,3,'2026-01-20 15:30:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11327,NULL,NULL,1461,10,3,'2026-01-20 15:29:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11328,NULL,NULL,1461,10,3,'2026-01-20 15:30:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11329,NULL,NULL,1461,10,3,'2026-01-20 15:30:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11330,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11331,NULL,NULL,11330,10,3,'2026-01-20 15:29:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11332,NULL,NULL,11330,10,3,'2026-01-20 15:30:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11333,NULL,NULL,11330,10,3,'2026-01-20 15:29:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11334,NULL,NULL,11330,10,3,'2026-01-20 15:30:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11335,NULL,NULL,11330,10,3,'2026-01-20 15:30:00',NULL,'live',NULL,NULL,'2026-01-20 15:30:41','2026-01-20 15:30:41'),
(11343,NULL,NULL,1467,10,3,'2026-01-20 15:31:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11344,NULL,NULL,1467,10,3,'2026-01-20 15:32:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11345,NULL,NULL,1467,10,3,'2026-01-20 15:32:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11346,NULL,NULL,1467,10,3,'2026-01-20 15:32:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11347,NULL,NULL,1467,10,3,'2026-01-20 15:33:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11348,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11349,NULL,NULL,11348,10,3,'2026-01-20 15:31:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11350,NULL,NULL,11348,10,3,'2026-01-20 15:32:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11351,NULL,NULL,11348,10,3,'2026-01-20 15:32:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11352,NULL,NULL,11348,10,3,'2026-01-20 15:32:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11353,NULL,NULL,11348,10,3,'2026-01-20 15:33:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:10','2026-01-20 15:33:10'),
(11358,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:34','2026-01-20 15:33:34'),
(11360,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 15:33:43','2026-01-20 15:33:43'),
(11404,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 16:08:33','2026-01-20 16:08:33'),
(11405,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2026-01-20 16:08:47','2026-01-20 16:08:47'),
(11411,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 16:19:48','2026-01-20 16:19:48'),
(11431,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-20 17:00:17','2026-01-20 17:00:17'),
(11434,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 17:11:24','2026-01-20 17:17:13'),
(11435,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 17:17:13','2026-01-20 17:17:13'),
(11445,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 17:18:38','2026-01-20 17:18:38'),
(11476,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 17:37:19','2026-01-20 17:37:19'),
(11477,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 17:37:30','2026-01-20 17:37:30'),
(11487,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 17:44:26','2026-01-20 17:44:26'),
(11488,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 17:44:49','2026-01-20 17:44:49'),
(11489,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 17:45:05','2026-01-20 17:45:05'),
(11493,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 17:48:18','2026-01-20 17:48:18'),
(11494,NULL,NULL,11493,10,3,'2025-12-16 14:51:00',NULL,'live',NULL,NULL,'2026-01-20 17:48:18','2026-01-20 17:48:18'),
(11495,NULL,NULL,11493,10,3,'2025-12-16 14:51:00',NULL,'live',NULL,NULL,'2026-01-20 17:48:18','2026-01-20 17:48:18'),
(11496,NULL,NULL,11493,10,3,'2025-12-16 14:51:00',NULL,'live',NULL,NULL,'2026-01-20 17:48:18','2026-01-20 17:48:18'),
(11497,NULL,NULL,11493,10,3,'2025-12-16 14:52:00',NULL,'live',NULL,NULL,'2026-01-20 17:48:18','2026-01-20 17:48:18'),
(11498,NULL,NULL,11493,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 17:48:18','2026-01-20 17:48:18'),
(11499,NULL,NULL,11493,44,2,'2025-10-16 19:23:00',NULL,'live',NULL,NULL,'2026-01-20 17:48:18','2026-01-20 17:48:18'),
(11500,NULL,NULL,11493,64,14,'2025-11-13 20:15:00',NULL,'live',NULL,NULL,'2026-01-20 17:48:18','2026-01-20 17:48:18'),
(11501,NULL,NULL,11493,64,14,'2025-11-14 17:46:00',NULL,'live',NULL,NULL,'2026-01-20 17:48:18','2026-01-20 17:48:18'),
(11502,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 17:48:20','2026-01-20 17:48:20'),
(11505,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 17:51:16','2026-01-20 17:51:16'),
(11507,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 17:51:34','2026-01-20 17:51:34'),
(11509,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 17:52:15','2026-01-20 17:52:15'),
(11514,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 17:59:56','2026-01-20 17:59:56'),
(11515,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 18:00:17','2026-01-20 18:00:17'),
(11526,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:08:46','2026-01-20 18:08:46'),
(11527,4,NULL,NULL,NULL,8,'2026-01-20 17:17:00',NULL,'live',NULL,NULL,'2026-01-20 18:09:20','2026-01-20 18:09:20'),
(11530,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:09:41','2026-01-20 18:09:41'),
(11532,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:10:04','2026-01-20 18:10:04'),
(11534,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:10:19','2026-01-20 18:10:19'),
(11536,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:10:36','2026-01-20 18:10:36'),
(11543,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:39:05','2026-01-20 18:39:05'),
(11546,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:40:41','2026-01-20 18:40:41'),
(11548,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:41:22','2026-01-20 18:41:22'),
(11549,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:43:05','2026-01-20 18:43:05'),
(11552,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:44:06','2026-01-20 18:44:06'),
(11554,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:44:24','2026-01-20 18:44:24'),
(11556,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:45:16','2026-01-20 18:45:16'),
(11558,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:46:11','2026-01-20 18:46:11'),
(11563,NULL,NULL,1135,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 18:47:29','2026-01-20 18:47:29'),
(11564,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:47:29','2026-01-20 18:47:29'),
(11565,NULL,NULL,11564,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 18:47:29','2026-01-20 18:47:29'),
(11566,NULL,NULL,11564,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 18:47:29','2026-01-20 18:47:29'),
(11567,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:49:06','2026-01-20 18:49:06'),
(11569,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:49:17','2026-01-20 18:49:17'),
(11575,NULL,NULL,1353,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-20 18:51:26','2026-01-20 18:51:26'),
(11576,NULL,NULL,1353,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-20 18:51:26','2026-01-20 18:51:26'),
(11577,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:51:26','2026-01-20 18:51:26'),
(11578,NULL,NULL,11577,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-20 18:51:26','2026-01-20 18:51:26'),
(11579,NULL,NULL,11577,87,17,'2026-01-08 15:06:00',NULL,'live',NULL,NULL,'2026-01-20 18:51:26','2026-01-20 18:51:26'),
(11581,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:51:29','2026-01-20 18:51:29'),
(11584,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:52:20','2026-01-20 18:52:20'),
(11585,NULL,NULL,11584,87,17,'2026-01-15 20:06:00',NULL,'live',NULL,NULL,'2026-01-20 18:52:20','2026-01-20 18:52:20'),
(11588,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:53:19','2026-01-20 18:53:19'),
(11589,NULL,NULL,11588,9,2,'2026-01-05 18:42:00',NULL,'live',NULL,NULL,'2026-01-20 18:53:19','2026-01-20 18:53:19'),
(11591,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:54:25','2026-01-20 18:54:25'),
(11592,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-20 18:56:58','2026-01-20 18:56:58'),
(11595,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 18:57:18','2026-01-20 18:57:18'),
(11596,NULL,NULL,11595,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 18:57:18','2026-01-20 18:57:18'),
(11600,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-20 19:01:22','2026-01-20 19:01:22'),
(11601,NULL,NULL,11600,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 19:01:22','2026-01-20 19:01:22'),
(11603,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-20 19:01:31','2026-01-20 19:01:31'),
(11609,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:06:33','2026-01-20 19:06:33'),
(11612,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:06:59','2026-01-20 19:06:59'),
(11617,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:11:58','2026-01-20 19:11:58'),
(11618,NULL,NULL,11617,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 19:11:58','2026-01-20 19:11:58'),
(11620,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:12:17','2026-01-20 19:12:17'),
(11623,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:14:29','2026-01-20 19:14:29'),
(11624,NULL,NULL,11623,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 19:14:29','2026-01-20 19:14:29'),
(11627,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:14:43','2026-01-20 19:14:43'),
(11634,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:19:03','2026-01-20 19:19:03'),
(11635,NULL,NULL,11634,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 19:19:03','2026-01-20 19:19:03'),
(11641,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:23:56','2026-01-20 19:23:56'),
(11642,NULL,NULL,11641,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 19:23:56','2026-01-20 19:23:56'),
(11650,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:29:55','2026-01-20 19:29:55'),
(11651,NULL,NULL,11650,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 19:29:55','2026-01-20 19:29:55'),
(11653,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:30:03','2026-01-20 19:30:03'),
(11657,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:33:07','2026-01-20 19:33:07'),
(11658,NULL,NULL,11657,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 19:33:07','2026-01-20 19:33:07'),
(11664,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:43:14','2026-01-20 19:43:14'),
(11665,NULL,NULL,11664,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 19:43:14','2026-01-20 19:43:14'),
(11667,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:43:41','2026-01-20 19:43:41'),
(11669,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:44:31','2026-01-20 19:44:31'),
(11671,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:52:41','2026-01-20 19:52:41'),
(11676,NULL,NULL,999,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 19:55:43','2026-01-20 19:55:43'),
(11677,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:55:43','2026-01-20 19:55:43'),
(11678,NULL,NULL,11677,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 19:55:43','2026-01-20 19:55:43'),
(11680,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:55:55','2026-01-20 19:55:55'),
(11682,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 19:57:02','2026-01-20 19:57:02'),
(11686,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:00:32','2026-01-20 20:00:32'),
(11687,NULL,NULL,11686,44,2,'2026-01-17 14:37:00',NULL,'live',NULL,NULL,'2026-01-20 20:00:32','2026-01-20 20:00:32'),
(11689,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:00:47','2026-01-20 20:00:47'),
(11690,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:02:11','2026-01-20 20:02:11'),
(11693,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:04:51','2026-01-20 20:04:51'),
(11696,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:06:14','2026-01-20 20:06:14'),
(11697,NULL,NULL,11696,44,2,'2026-01-17 14:42:00',NULL,'live',NULL,NULL,'2026-01-20 20:06:14','2026-01-20 20:06:14'),
(11699,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:06:47','2026-01-20 20:06:47'),
(11703,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:12:12','2026-01-20 20:12:12'),
(11704,NULL,NULL,11703,44,2,'2026-01-17 14:44:00',NULL,'live',NULL,NULL,'2026-01-20 20:12:12','2026-01-20 20:12:12'),
(11706,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:12:32','2026-01-20 20:12:32'),
(11707,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:12:56','2026-01-20 20:12:56'),
(11708,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:13:15','2026-01-20 20:13:15'),
(11712,8,NULL,NULL,NULL,6,'2025-09-26 17:59:00',NULL,'live',NULL,NULL,'2026-01-20 20:15:45','2026-01-20 20:15:45'),
(11713,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:23:50','2026-01-20 20:23:50'),
(11718,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:26:48','2026-01-20 20:26:48'),
(11719,NULL,NULL,11718,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 20:26:48','2026-01-20 20:26:48'),
(11720,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:27:09','2026-01-20 20:27:09'),
(11722,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:27:23','2026-01-20 20:27:23'),
(11726,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:30:21','2026-01-20 20:30:21'),
(11727,NULL,NULL,11726,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 20:30:21','2026-01-20 20:30:21'),
(11729,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:30:31','2026-01-20 20:30:31'),
(11731,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:31:07','2026-01-20 20:31:07'),
(11733,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:31:46','2026-01-20 20:31:46'),
(11738,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:34:55','2026-01-20 20:34:55'),
(11739,NULL,NULL,11738,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 20:34:55','2026-01-20 20:34:55'),
(11740,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:35:26','2026-01-20 20:35:26'),
(11742,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:35:59','2026-01-20 20:35:59'),
(11744,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:36:34','2026-01-20 20:36:34'),
(11748,8,NULL,NULL,NULL,6,'2025-09-26 17:59:00',NULL,'live',NULL,NULL,'2026-01-20 20:38:41','2026-01-20 20:38:41'),
(11752,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:39:17','2026-01-20 20:39:17'),
(11753,NULL,NULL,11752,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 20:39:17','2026-01-20 20:39:17'),
(11755,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:39:35','2026-01-20 20:39:35'),
(11756,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:39:55','2026-01-20 20:39:55'),
(11758,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:40:23','2026-01-20 20:40:23'),
(11760,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:40:47','2026-01-20 20:40:47'),
(11762,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:41:08','2026-01-20 20:41:08'),
(11764,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:41:36','2026-01-20 20:41:36'),
(11771,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:44:58','2026-01-20 20:44:58'),
(11772,NULL,NULL,11771,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-20 20:44:58','2026-01-20 20:44:58'),
(11779,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:45:24','2026-01-20 20:45:24'),
(11780,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:45:48','2026-01-20 20:45:48'),
(11784,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:48:45','2026-01-20 20:48:45'),
(11787,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:49:39','2026-01-20 20:49:39'),
(11792,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:53:29','2026-01-20 20:53:29'),
(11795,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:53:56','2026-01-20 20:53:56'),
(11796,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:54:30','2026-01-20 20:54:30'),
(11799,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 20:59:16','2026-01-20 20:59:16'),
(11804,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:09:02','2026-01-20 21:09:02'),
(11811,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:26:34','2026-01-20 21:26:34'),
(11820,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:33:05','2026-01-20 21:33:05'),
(11827,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:35:04','2026-01-20 21:35:04'),
(11831,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:36:26','2026-01-20 21:36:26'),
(11835,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:38:06','2026-01-20 21:38:06'),
(11837,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:38:56','2026-01-20 21:38:56'),
(11841,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:41:39','2026-01-20 21:41:39'),
(11843,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:42:53','2026-01-20 21:42:53'),
(11845,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:43:06','2026-01-20 21:43:06'),
(11847,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:43:41','2026-01-20 21:43:41'),
(11851,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:49:45','2026-01-20 21:49:45'),
(11852,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:50:07','2026-01-20 21:50:07'),
(11855,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:53:55','2026-01-20 21:53:55'),
(11859,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:56:48','2026-01-20 21:56:48'),
(11860,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:57:06','2026-01-20 21:57:06'),
(11862,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 21:57:23','2026-01-20 21:57:23'),
(11864,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-20 21:59:56','2026-01-20 21:59:56'),
(11866,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-20 22:02:20','2026-01-20 22:02:20'),
(11868,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:04:41','2026-01-20 22:04:41'),
(11870,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:04:54','2026-01-20 22:04:54'),
(11872,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:05:22','2026-01-20 22:05:22'),
(11876,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:07:50','2026-01-20 22:07:50'),
(11882,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:10:49','2026-01-20 22:10:49'),
(11885,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:10:55','2026-01-20 22:10:55'),
(11887,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:11:20','2026-01-20 22:11:20'),
(11889,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:11:47','2026-01-20 22:11:47'),
(11890,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:14:53','2026-01-20 22:14:53'),
(11892,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-20 22:15:29','2026-01-20 22:15:29'),
(11893,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:15:51','2026-01-20 22:15:51'),
(11895,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:16:10','2026-01-20 22:16:10'),
(11897,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:16:32','2026-01-20 22:16:32'),
(11899,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:17:10','2026-01-20 22:17:10'),
(11900,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:17:18','2026-01-20 22:17:18'),
(11902,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:19:17','2026-01-20 22:19:17'),
(11904,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:19:31','2026-01-20 22:19:31'),
(11906,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:19:39','2026-01-20 22:19:39'),
(11907,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:19:50','2026-01-20 22:19:50'),
(11909,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:20:25','2026-01-20 22:20:25'),
(11911,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:21:11','2026-01-20 22:21:11'),
(11913,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-20 22:21:30','2026-01-20 22:21:30'),
(11915,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:21:43','2026-01-20 22:21:43'),
(11920,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:25:30','2026-01-20 22:25:30'),
(11922,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:25:47','2026-01-20 22:25:47'),
(11926,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:26:01','2026-01-20 22:26:01'),
(11928,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:26:13','2026-01-20 22:26:13'),
(11930,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:26:26','2026-01-20 22:26:26'),
(11932,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:26:40','2026-01-20 22:26:40'),
(11934,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:26:54','2026-01-20 22:26:54'),
(11936,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:27:08','2026-01-20 22:27:08'),
(11938,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:27:22','2026-01-20 22:27:22'),
(11939,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:27:33','2026-01-20 22:27:33'),
(11941,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:27:44','2026-01-20 22:27:44'),
(11943,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:27:56','2026-01-20 22:27:56'),
(11945,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:28:07','2026-01-20 22:28:07'),
(11947,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:28:26','2026-01-20 22:28:26'),
(11949,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:28:41','2026-01-20 22:28:41'),
(11951,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:28:51','2026-01-20 22:28:51'),
(11953,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:29:07','2026-01-20 22:29:07'),
(11955,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-20 22:29:19','2026-01-20 22:29:19'),
(11956,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:29:33','2026-01-20 22:29:33'),
(11958,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:29:48','2026-01-20 22:29:48'),
(11962,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:30:17','2026-01-20 22:30:17'),
(11965,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:30:43','2026-01-20 22:30:43'),
(11966,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:30:51','2026-01-20 22:30:51'),
(11969,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:31:13','2026-01-20 22:31:13'),
(11971,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:31:27','2026-01-20 22:31:27'),
(11975,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:32:07','2026-01-20 22:32:07'),
(11977,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:32:22','2026-01-20 22:32:22'),
(11979,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:32:35','2026-01-20 22:32:35'),
(11980,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:32:43','2026-01-20 22:32:43'),
(11982,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:32:49','2026-01-20 22:32:49'),
(11985,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:33:17','2026-01-20 22:33:17'),
(11987,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:33:28','2026-01-20 22:33:28'),
(11991,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:33:57','2026-01-20 22:33:57'),
(11994,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:34:26','2026-01-20 22:34:26'),
(11996,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:34:37','2026-01-20 22:34:37'),
(11999,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:36:02','2026-01-20 22:36:02'),
(12001,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:36:14','2026-01-20 22:36:14'),
(12003,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:36:28','2026-01-20 22:36:28'),
(12005,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:36:39','2026-01-20 22:36:39'),
(12007,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:36:51','2026-01-20 22:36:51'),
(12009,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:37:02','2026-01-20 22:37:02'),
(12011,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:37:15','2026-01-20 22:37:15'),
(12013,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:37:22','2026-01-20 22:37:22'),
(12015,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:37:36','2026-01-20 22:37:36'),
(12019,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:38:02','2026-01-20 22:38:02'),
(12020,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:38:08','2026-01-20 22:38:08'),
(12022,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:38:22','2026-01-20 22:38:22'),
(12024,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:38:30','2026-01-20 22:38:30'),
(12025,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:38:37','2026-01-20 22:38:37'),
(12029,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:39:04','2026-01-20 22:39:04'),
(12031,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:39:11','2026-01-20 22:39:11'),
(12035,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:39:32','2026-01-20 22:39:32'),
(12037,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:39:51','2026-01-20 22:39:51'),
(12039,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:39:58','2026-01-20 22:39:58'),
(12041,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:40:06','2026-01-20 22:40:06'),
(12043,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:40:14','2026-01-20 22:40:14'),
(12045,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:40:41','2026-01-20 22:40:41'),
(12047,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:41:32','2026-01-20 22:41:32'),
(12049,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-20 22:43:31','2026-01-20 22:43:31'),
(12055,1,NULL,NULL,NULL,1,'2025-09-24 23:07:00',NULL,'live',NULL,NULL,'2026-01-20 22:57:25','2026-01-20 22:57:25'),
(12113,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:15:38','2026-01-21 01:15:38'),
(12115,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 01:15:54','2026-01-21 01:15:54'),
(12116,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:16:03','2026-01-21 01:16:03'),
(12118,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 01:16:40','2026-01-21 01:16:40'),
(12120,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:16:50','2026-01-21 01:16:50'),
(12122,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:17:13','2026-01-21 01:17:13'),
(12126,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:18:01','2026-01-21 01:18:01'),
(12128,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:18:31','2026-01-21 01:18:31'),
(12129,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:18:35','2026-01-21 01:18:35'),
(12132,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:19:04','2026-01-21 01:19:04'),
(12134,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:19:19','2026-01-21 01:19:19'),
(12135,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:19:20','2026-01-21 01:19:20'),
(12138,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:19:37','2026-01-21 01:19:37'),
(12140,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:19:53','2026-01-21 01:19:53'),
(12141,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:20:10','2026-01-21 01:20:10'),
(12143,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:20:16','2026-01-21 01:20:16'),
(12145,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:20:33','2026-01-21 01:20:33'),
(12147,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:20:59','2026-01-21 01:20:59'),
(12148,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:21:18','2026-01-21 01:21:18'),
(12150,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:22:06','2026-01-21 01:22:06'),
(12152,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:22:27','2026-01-21 01:22:27'),
(12154,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:22:45','2026-01-21 01:22:45'),
(12156,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:23:04','2026-01-21 01:23:04'),
(12158,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:23:28','2026-01-21 01:23:28'),
(12162,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:23:38','2026-01-21 01:23:38'),
(12167,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:23:48','2026-01-21 01:23:48'),
(12169,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:24:11','2026-01-21 01:24:11'),
(12170,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:24:19','2026-01-21 01:24:19'),
(12172,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:24:36','2026-01-21 01:24:36'),
(12175,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:24:54','2026-01-21 01:24:54'),
(12178,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:25:15','2026-01-21 01:25:15'),
(12180,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:25:42','2026-01-21 01:25:42'),
(12182,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:25:51','2026-01-21 01:25:51'),
(12184,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:25:58','2026-01-21 01:25:58'),
(12186,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:26:05','2026-01-21 01:26:05'),
(12187,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:26:14','2026-01-21 01:26:14'),
(12190,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:26:49','2026-01-21 01:26:49'),
(12194,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:27:03','2026-01-21 01:27:03'),
(12196,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:27:24','2026-01-21 01:27:24'),
(12198,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:27:32','2026-01-21 01:27:32'),
(12200,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:28:11','2026-01-21 01:28:11'),
(12202,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:28:20','2026-01-21 01:28:20'),
(12204,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:28:27','2026-01-21 01:28:27'),
(12207,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 01:28:33','2026-01-21 01:28:33'),
(12209,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:28:34','2026-01-21 01:28:34'),
(12211,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:28:46','2026-01-21 01:28:46'),
(12215,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:29:02','2026-01-21 01:29:02'),
(12217,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:29:15','2026-01-21 01:29:15'),
(12219,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:29:30','2026-01-21 01:29:30'),
(12221,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:29:42','2026-01-21 01:29:42'),
(12223,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:30:00','2026-01-21 01:30:00'),
(12225,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:30:11','2026-01-21 01:30:11'),
(12228,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:30:27','2026-01-21 01:30:27'),
(12230,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:30:39','2026-01-21 01:30:39'),
(12232,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:30:52','2026-01-21 01:30:52'),
(12234,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:31:06','2026-01-21 01:31:06'),
(12238,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:31:20','2026-01-21 01:31:20'),
(12240,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:31:32','2026-01-21 01:31:32'),
(12242,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:31:48','2026-01-21 01:31:48'),
(12244,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:32:02','2026-01-21 01:32:02'),
(12249,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:33:37','2026-01-21 01:33:37'),
(12253,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:33:51','2026-01-21 01:33:51'),
(12262,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:37:05','2026-01-21 01:37:05'),
(12268,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:37:15','2026-01-21 01:37:15'),
(12271,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:37:46','2026-01-21 01:37:46'),
(12272,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:37:47','2026-01-21 01:37:47'),
(12276,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:38:02','2026-01-21 01:38:02'),
(12279,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:38:23','2026-01-21 01:38:23'),
(12282,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:38:49','2026-01-21 01:38:49'),
(12283,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:38:56','2026-01-21 01:38:56'),
(12286,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:39:09','2026-01-21 01:39:09'),
(12291,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:39:30','2026-01-21 01:39:30'),
(12292,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:39:30','2026-01-21 01:39:30'),
(12295,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:39:55','2026-01-21 01:39:55'),
(12299,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:40:16','2026-01-21 01:40:16'),
(12304,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:40:39','2026-01-21 01:40:39'),
(12307,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:41:00','2026-01-21 01:41:00'),
(12310,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:41:21','2026-01-21 01:41:21'),
(12320,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:41:53','2026-01-21 01:41:53'),
(12322,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:42:24','2026-01-21 01:42:24'),
(12325,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-21 01:42:44','2026-01-21 01:42:44'),
(12334,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:43:05','2026-01-21 01:43:05'),
(12335,NULL,NULL,12334,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 01:43:05','2026-01-21 01:43:05'),
(12337,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:43:07','2026-01-21 01:43:07'),
(12338,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:43:15','2026-01-21 01:43:15'),
(12340,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:43:29','2026-01-21 01:43:29'),
(12343,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:43:45','2026-01-21 01:43:45'),
(12348,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-21 01:44:10','2026-01-21 01:44:10'),
(12351,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:44:23','2026-01-21 01:44:23'),
(12353,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:44:29','2026-01-21 01:44:29'),
(12356,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:44:47','2026-01-21 01:44:47'),
(12359,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:45:06','2026-01-21 01:45:06'),
(12361,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:45:22','2026-01-21 01:45:22'),
(12364,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:45:42','2026-01-21 01:45:42'),
(12369,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:46:09','2026-01-21 01:46:09'),
(12371,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:46:28','2026-01-21 01:46:28'),
(12376,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:46:46','2026-01-21 01:46:46'),
(12383,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:49:01','2026-01-21 01:49:01'),
(12387,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:49:18','2026-01-21 01:49:18'),
(12390,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:49:39','2026-01-21 01:49:39'),
(12393,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:49:59','2026-01-21 01:49:59'),
(12396,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:50:19','2026-01-21 01:50:19'),
(12401,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:50:37','2026-01-21 01:50:37'),
(12404,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:50:58','2026-01-21 01:50:58'),
(12406,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:51:21','2026-01-21 01:51:21'),
(12409,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:51:38','2026-01-21 01:51:38'),
(12416,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:52:03','2026-01-21 01:52:03'),
(12419,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:52:22','2026-01-21 01:52:22'),
(12423,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:52:45','2026-01-21 01:52:45'),
(12426,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:53:08','2026-01-21 01:53:08'),
(12429,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:53:44','2026-01-21 01:53:44'),
(12433,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:54:04','2026-01-21 01:54:04'),
(12439,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:54:31','2026-01-21 01:54:31'),
(12448,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:55:33','2026-01-21 01:55:33'),
(12451,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:55:58','2026-01-21 01:55:58'),
(12454,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:56:15','2026-01-21 01:56:15'),
(12456,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:56:32','2026-01-21 01:56:32'),
(12460,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:57:00','2026-01-21 01:57:00'),
(12462,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:57:21','2026-01-21 01:57:21'),
(12472,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:57:43','2026-01-21 01:57:43'),
(12475,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:58:03','2026-01-21 01:58:03'),
(12476,NULL,NULL,1129,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 01:58:08','2026-01-21 01:58:08'),
(12477,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:58:08','2026-01-21 01:58:08'),
(12478,NULL,NULL,12477,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 01:58:08','2026-01-21 01:58:08'),
(12480,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:58:23','2026-01-21 01:58:23'),
(12483,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:59:17','2026-01-21 01:59:17'),
(12485,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:59:37','2026-01-21 01:59:37'),
(12488,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 01:59:52','2026-01-21 01:59:52'),
(12490,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:00:12','2026-01-21 02:00:12'),
(12495,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:01:12','2026-01-21 02:01:12'),
(12500,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:03:24','2026-01-21 02:03:24'),
(12507,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:04:24','2026-01-21 02:04:24'),
(12510,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:04:56','2026-01-21 02:04:56'),
(12513,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:05:17','2026-01-21 02:05:17'),
(12515,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:05:36','2026-01-21 02:05:36'),
(12522,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:06:20','2026-01-21 02:06:20'),
(12530,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:07:39','2026-01-21 02:07:39'),
(12536,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:09:29','2026-01-21 02:09:29'),
(12537,NULL,NULL,12536,44,2,'2026-01-17 00:21:00',NULL,'live',NULL,NULL,'2026-01-21 02:09:29','2026-01-21 02:09:29'),
(12553,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:16:56','2026-01-21 02:16:56'),
(12570,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:22:56','2026-01-21 02:22:56'),
(12582,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:27:31','2026-01-21 02:27:31'),
(12599,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:28:08','2026-01-21 02:28:08'),
(12606,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:29:28','2026-01-21 02:29:28'),
(12616,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:31:30','2026-01-21 02:31:30'),
(12619,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:32:24','2026-01-21 02:32:24'),
(12646,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:43:50','2026-01-21 02:43:50'),
(12647,NULL,NULL,12646,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 02:43:50','2026-01-21 02:43:50'),
(12648,NULL,NULL,12646,44,2,'2026-01-17 00:34:00',NULL,'live',NULL,NULL,'2026-01-21 02:43:50','2026-01-21 02:43:50'),
(12651,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:44:12','2026-01-21 02:44:12'),
(12664,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:48:18','2026-01-21 02:48:18'),
(12665,NULL,NULL,12664,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 02:48:18','2026-01-21 02:48:18'),
(12666,NULL,NULL,12664,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 02:48:18','2026-01-21 02:48:18'),
(12668,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:48:31','2026-01-21 02:48:31'),
(12670,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:49:00','2026-01-21 02:49:00'),
(12672,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:50:26','2026-01-21 02:50:26'),
(12673,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:51:27','2026-01-21 02:51:27'),
(12691,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 02:58:37','2026-01-21 02:58:37'),
(12692,NULL,NULL,12691,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 02:58:37','2026-01-21 02:58:37'),
(12693,NULL,NULL,12691,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 02:58:37','2026-01-21 02:58:37'),
(12710,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 03:50:37','2026-01-21 03:50:37'),
(12711,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 03:50:41','2026-01-21 03:50:41'),
(12714,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 03:55:17','2026-01-21 03:55:17'),
(12720,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 03:56:33','2026-01-21 03:56:33'),
(12728,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 04:27:40','2026-01-21 04:27:40'),
(14450,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:22:23','2026-01-21 14:22:23'),
(14451,NULL,NULL,14450,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:22:23','2026-01-21 14:22:23'),
(14455,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:22:56','2026-01-21 14:22:56'),
(14460,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:23:45','2026-01-21 14:23:45'),
(14461,NULL,NULL,14460,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:23:45','2026-01-21 14:23:45'),
(14463,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:24:04','2026-01-21 14:24:04'),
(14465,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:24:26','2026-01-21 14:24:26'),
(14467,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:24:39','2026-01-21 14:24:39'),
(14471,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2026-01-21 14:26:33','2026-01-21 14:26:33'),
(14474,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:26:40','2026-01-21 14:26:40'),
(14475,NULL,NULL,14474,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:26:40','2026-01-21 14:26:40'),
(14476,NULL,NULL,14474,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:26:40','2026-01-21 14:26:40'),
(14480,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:26:52','2026-01-21 14:26:52'),
(14483,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:27:02','2026-01-21 14:27:02'),
(14485,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:27:23','2026-01-21 14:27:23'),
(14487,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:27:32','2026-01-21 14:27:32'),
(14488,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:27:45','2026-01-21 14:27:45'),
(14490,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:27:56','2026-01-21 14:27:56'),
(14509,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-21 14:32:36','2026-01-21 14:32:36'),
(14510,NULL,NULL,14509,9,2,'2025-11-17 14:56:00',NULL,'live',NULL,NULL,'2026-01-21 14:32:36','2026-01-21 14:32:36'),
(14511,NULL,NULL,14509,44,2,'2026-01-17 00:34:00',NULL,'live',NULL,NULL,'2026-01-21 14:32:36','2026-01-21 14:32:36'),
(14520,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:36:16','2026-01-21 14:36:16'),
(14522,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:37:12','2026-01-21 14:37:12'),
(14524,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-21 14:38:32','2026-01-21 14:38:32'),
(14535,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:40:25','2026-01-21 14:40:25'),
(14536,NULL,NULL,14535,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:40:25','2026-01-21 14:40:25'),
(14538,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:40:43','2026-01-21 14:40:43'),
(14545,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:41:03','2026-01-21 14:41:03'),
(14552,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:42:08','2026-01-21 14:42:08'),
(14553,NULL,NULL,14552,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:42:08','2026-01-21 14:42:08'),
(14558,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:43:22','2026-01-21 14:43:22'),
(14559,NULL,NULL,14558,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:43:22','2026-01-21 14:43:22'),
(14575,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:48:29','2026-01-21 14:48:29'),
(14576,NULL,NULL,14575,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:48:29','2026-01-21 14:48:29'),
(14592,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:53:34','2026-01-21 14:53:34'),
(14593,NULL,NULL,14592,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:53:34','2026-01-21 14:53:34'),
(14604,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 14:59:39','2026-01-21 14:59:39'),
(14605,NULL,NULL,14604,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:59:39','2026-01-21 14:59:39'),
(14606,NULL,NULL,14604,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 14:59:39','2026-01-21 14:59:39'),
(14609,8,NULL,NULL,NULL,6,'2025-10-14 16:52:00',NULL,'live',NULL,NULL,'2026-01-21 15:01:00','2026-01-21 15:01:00'),
(14614,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:02:25','2026-01-21 15:02:25'),
(14615,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:02:33','2026-01-21 15:02:33'),
(14617,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:02:40','2026-01-21 15:02:40'),
(14621,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:04:50','2026-01-21 15:04:50'),
(14622,NULL,NULL,14621,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 15:04:50','2026-01-21 15:04:50'),
(14624,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:05:47','2026-01-21 15:05:47'),
(14626,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:05:55','2026-01-21 15:05:55'),
(14640,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:22:25','2026-01-21 15:22:25'),
(14666,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:43:14','2026-01-21 15:43:14'),
(14667,NULL,NULL,14666,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 15:43:14','2026-01-21 15:43:14'),
(14673,12,NULL,NULL,NULL,13,'2025-09-19 19:07:00',NULL,'live',NULL,NULL,'2026-01-21 15:43:59','2026-01-21 15:43:59'),
(14675,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:44:48','2026-01-21 15:44:48'),
(14677,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:45:13','2026-01-21 15:45:13'),
(14691,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:50:16','2026-01-21 15:50:16'),
(14695,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:53:27','2026-01-21 15:53:27'),
(14696,NULL,NULL,14695,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 15:53:27','2026-01-21 15:53:27'),
(14699,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 15:53:31','2026-01-21 15:53:31'),
(14797,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:37:06','2026-01-21 16:37:06'),
(14798,NULL,NULL,14797,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 16:37:06','2026-01-21 16:37:06'),
(14839,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:54:53','2026-01-21 16:54:53'),
(14841,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:55:19','2026-01-21 16:55:19'),
(14843,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:55:32','2026-01-21 16:55:32'),
(14846,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:55:52','2026-01-21 16:55:52'),
(14848,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:56:02','2026-01-21 16:56:02'),
(14850,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:56:19','2026-01-21 16:56:19'),
(14851,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:56:28','2026-01-21 16:56:28'),
(14853,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:56:42','2026-01-21 16:56:42'),
(14859,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:57:00','2026-01-21 16:57:00'),
(14861,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:57:25','2026-01-21 16:57:25'),
(14864,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 16:59:29','2026-01-21 16:59:29'),
(14865,NULL,NULL,14864,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 16:59:29','2026-01-21 16:59:29'),
(14867,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:00:13','2026-01-21 17:00:13'),
(14879,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:04:49','2026-01-21 17:04:49'),
(14880,NULL,NULL,14879,44,2,'2026-01-17 00:29:00',NULL,'live',NULL,NULL,'2026-01-21 17:04:49','2026-01-21 17:04:49'),
(14884,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:05:17','2026-01-21 17:05:17'),
(14886,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:05:38','2026-01-21 17:05:38'),
(14898,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:18:01','2026-01-21 17:18:01'),
(14899,NULL,NULL,14898,44,2,'2026-01-17 01:45:00',NULL,'live',NULL,NULL,'2026-01-21 17:18:01','2026-01-21 17:18:01'),
(14900,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:22:25','2026-01-21 17:22:25'),
(14904,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:27:33','2026-01-21 17:27:33'),
(14905,NULL,NULL,14904,44,2,'2026-01-17 14:42:00',NULL,'live',NULL,NULL,'2026-01-21 17:27:33','2026-01-21 17:27:33'),
(14911,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:43:27','2026-01-21 17:43:27'),
(14917,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:46:08','2026-01-21 17:46:08'),
(14918,NULL,NULL,14917,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 17:46:08','2026-01-21 17:46:08'),
(14923,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:48:49','2026-01-21 17:48:49'),
(14924,NULL,NULL,14923,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 17:48:49','2026-01-21 17:48:49'),
(14929,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:51:36','2026-01-21 17:51:36'),
(14930,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 17:51:40','2026-01-21 17:51:40'),
(14931,NULL,NULL,14930,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 17:51:40','2026-01-21 17:51:40'),
(14933,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:52:48','2026-01-21 17:52:48'),
(14940,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 17:55:10','2026-01-21 17:55:10'),
(14941,NULL,NULL,14940,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-01-21 17:55:10','2026-01-21 17:55:10'),
(14944,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 17:55:47','2026-01-21 17:55:47'),
(14948,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:02:12','2026-01-21 18:02:12'),
(14955,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 18:19:30','2026-01-21 18:19:30'),
(14957,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 18:20:01','2026-01-21 18:20:01'),
(14959,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:20:20','2026-01-21 18:20:20'),
(14961,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:20:23','2026-01-21 18:20:23'),
(14964,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:20:39','2026-01-21 18:20:39'),
(14966,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:20:44','2026-01-21 18:20:44'),
(14968,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:21:00','2026-01-21 18:21:00'),
(14971,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:21:31','2026-01-21 18:21:31'),
(14976,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:21:56','2026-01-21 18:21:56'),
(14978,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:21:59','2026-01-21 18:21:59'),
(14980,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:22:16','2026-01-21 18:22:16'),
(14984,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:23:48','2026-01-21 18:23:48'),
(14986,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 18:24:07','2026-01-21 18:24:07'),
(14988,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:24:20','2026-01-21 18:24:20'),
(14990,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:24:38','2026-01-21 18:24:38'),
(14992,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:24:50','2026-01-21 18:24:50'),
(14994,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:25:04','2026-01-21 18:25:04'),
(14995,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:25:14','2026-01-21 18:25:14'),
(14997,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:25:25','2026-01-21 18:25:25'),
(15000,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:25:59','2026-01-21 18:25:59'),
(15003,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:26:24','2026-01-21 18:26:24'),
(15006,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:27:04','2026-01-21 18:27:04'),
(15009,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:27:35','2026-01-21 18:27:35'),
(15012,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:28:03','2026-01-21 18:28:03'),
(15015,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:28:29','2026-01-21 18:28:29'),
(15018,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:28:56','2026-01-21 18:28:56'),
(15021,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:29:18','2026-01-21 18:29:18'),
(15024,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:30:00','2026-01-21 18:30:00'),
(15031,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:33:33','2026-01-21 18:33:33'),
(15037,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:39:15','2026-01-21 18:39:15'),
(15039,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:39:24','2026-01-21 18:39:24'),
(15040,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:39:40','2026-01-21 18:39:40'),
(15042,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:39:55','2026-01-21 18:39:55'),
(15044,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:40:03','2026-01-21 18:40:03'),
(15046,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:40:14','2026-01-21 18:40:14'),
(15048,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:40:23','2026-01-21 18:40:23'),
(15050,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:40:30','2026-01-21 18:40:30'),
(15052,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:40:39','2026-01-21 18:40:39'),
(15054,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:40:51','2026-01-21 18:40:51'),
(15056,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:41:04','2026-01-21 18:41:04'),
(15058,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:41:13','2026-01-21 18:41:13'),
(15060,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:41:24','2026-01-21 18:41:24'),
(15062,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:41:31','2026-01-21 18:41:31'),
(15064,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:41:40','2026-01-21 18:41:40'),
(15066,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 18:46:05','2026-01-21 18:46:05'),
(15074,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:02:17','2026-01-21 19:02:17'),
(15076,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:02:24','2026-01-21 19:02:24'),
(15078,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:02:42','2026-01-21 19:02:42'),
(15086,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:11:07','2026-01-21 19:11:07'),
(15088,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:12:00','2026-01-21 19:12:00'),
(15092,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:13:51','2026-01-21 19:13:51'),
(15093,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:13:56','2026-01-21 19:13:56'),
(15095,NULL,NULL,945,81,16,'2026-01-21 19:14:00',NULL,'live',0,0,'2026-01-21 19:14:21','2026-01-21 19:14:21'),
(15096,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:14:21','2026-01-21 19:14:21'),
(15097,NULL,NULL,15096,81,16,'2026-01-21 19:14:00',NULL,'live',NULL,NULL,'2026-01-21 19:14:21','2026-01-21 19:14:21'),
(15099,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:14:28','2026-01-21 19:14:28'),
(15101,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:14:40','2026-01-21 19:14:40'),
(15103,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:15:23','2026-01-21 19:15:23'),
(15105,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:15:43','2026-01-21 19:15:43'),
(15107,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:16:01','2026-01-21 19:16:01'),
(15109,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:16:23','2026-01-21 19:16:23'),
(15111,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:17:24','2026-01-21 19:17:24'),
(15113,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:17:46','2026-01-21 19:17:46'),
(15118,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:21:28','2026-01-21 19:21:28'),
(15121,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:21:48','2026-01-21 19:21:48'),
(15123,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:22:16','2026-01-21 19:22:16'),
(15125,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:22:40','2026-01-21 19:22:40'),
(15128,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:23:35','2026-01-21 19:23:35'),
(15131,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:23:57','2026-01-21 19:23:57'),
(15135,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:24:19','2026-01-21 19:24:19'),
(15136,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:24:24','2026-01-21 19:24:24'),
(15138,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:24:40','2026-01-21 19:24:40'),
(15140,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:24:58','2026-01-21 19:24:58'),
(15142,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:25:16','2026-01-21 19:25:16'),
(15144,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:26:09','2026-01-21 19:26:09'),
(15148,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:27:14','2026-01-21 19:27:14'),
(15150,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:27:38','2026-01-21 19:27:38'),
(15152,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:27:56','2026-01-21 19:27:56'),
(15154,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:28:13','2026-01-21 19:28:13'),
(15156,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:29:20','2026-01-21 19:29:20'),
(15159,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:29:36','2026-01-21 19:29:36'),
(15161,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:29:52','2026-01-21 19:29:52'),
(15163,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:30:10','2026-01-21 19:30:10'),
(15165,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:30:32','2026-01-21 19:30:32'),
(15167,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:30:55','2026-01-21 19:30:55'),
(15170,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:31:16','2026-01-21 19:31:16'),
(15172,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:31:34','2026-01-21 19:31:34'),
(15174,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:31:50','2026-01-21 19:31:50'),
(15177,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:32:23','2026-01-21 19:32:23'),
(15179,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:32:50','2026-01-21 19:32:50'),
(15181,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:33:08','2026-01-21 19:33:08'),
(15183,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:33:28','2026-01-21 19:33:28'),
(15187,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:33:48','2026-01-21 19:33:48'),
(15190,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:34:19','2026-01-21 19:34:19'),
(15193,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:34:41','2026-01-21 19:34:41'),
(15195,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:35:01','2026-01-21 19:35:01'),
(15197,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:35:21','2026-01-21 19:35:21'),
(15200,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:36:00','2026-01-21 19:36:00'),
(15202,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:36:25','2026-01-21 19:36:25'),
(15205,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:36:49','2026-01-21 19:36:49'),
(15207,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:37:11','2026-01-21 19:37:11'),
(15211,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:37:30','2026-01-21 19:37:30'),
(15213,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:37:46','2026-01-21 19:37:46'),
(15215,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:38:04','2026-01-21 19:38:04'),
(15217,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:38:32','2026-01-21 19:38:32'),
(15219,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:38:50','2026-01-21 19:38:50'),
(15221,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:39:15','2026-01-21 19:39:15'),
(15223,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:39:58','2026-01-21 19:39:58'),
(15225,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:40:15','2026-01-21 19:40:15'),
(15227,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:40:33','2026-01-21 19:40:33'),
(15228,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:40:54','2026-01-21 19:40:54'),
(15230,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:41:12','2026-01-21 19:41:12'),
(15232,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:41:31','2026-01-21 19:41:31'),
(15234,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:41:48','2026-01-21 19:41:48'),
(15236,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:42:07','2026-01-21 19:42:07'),
(15238,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:42:26','2026-01-21 19:42:26'),
(15240,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:42:43','2026-01-21 19:42:43'),
(15242,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:43:00','2026-01-21 19:43:00'),
(15244,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-21 19:44:17','2026-01-21 19:44:17'),
(15246,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:44:40','2026-01-21 19:44:40'),
(15247,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:45:08','2026-01-21 19:45:08'),
(15248,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:45:17','2026-01-21 19:45:17'),
(15249,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:45:28','2026-01-21 19:45:28'),
(15251,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:45:46','2026-01-21 19:45:46'),
(15253,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:46:01','2026-01-21 19:46:01'),
(15255,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:46:23','2026-01-21 19:46:23'),
(15257,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:46:50','2026-01-21 19:46:50'),
(15259,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:47:02','2026-01-21 19:47:02'),
(15262,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:47:27','2026-01-21 19:47:27'),
(15263,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:47:44','2026-01-21 19:47:44'),
(15265,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:48:01','2026-01-21 19:48:01'),
(15267,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:48:16','2026-01-21 19:48:16'),
(15270,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:48:39','2026-01-21 19:48:39'),
(15273,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:48:57','2026-01-21 19:48:57'),
(15277,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:49:24','2026-01-21 19:49:24'),
(15281,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:49:42','2026-01-21 19:49:42'),
(15283,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:50:19','2026-01-21 19:50:19'),
(15284,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:50:38','2026-01-21 19:50:38'),
(15286,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:50:59','2026-01-21 19:50:59'),
(15288,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-21 19:51:54','2026-01-21 19:51:54'),
(15290,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:52:10','2026-01-21 19:52:10'),
(15292,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:52:28','2026-01-21 19:52:28'),
(15294,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:52:44','2026-01-21 19:52:44'),
(15297,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:52:56','2026-01-21 19:52:56'),
(15300,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:53:11','2026-01-21 19:53:11'),
(15302,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:53:19','2026-01-21 19:53:19'),
(15304,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:53:32','2026-01-21 19:53:32'),
(15306,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:53:46','2026-01-21 19:53:46'),
(15308,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:54:02','2026-01-21 19:54:02'),
(15310,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 19:54:17','2026-01-21 19:54:17'),
(15312,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:54:31','2026-01-21 19:54:31'),
(15317,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 19:55:07','2026-01-21 19:55:07'),
(15320,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:01:18','2026-01-21 20:01:18'),
(15328,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:05:19','2026-01-21 20:05:19'),
(15334,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:18:37','2026-01-21 20:18:37'),
(15336,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:18:55','2026-01-21 20:18:55'),
(15338,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:19:14','2026-01-21 20:19:14'),
(15346,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:24:02','2026-01-21 20:24:02'),
(15348,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:24:26','2026-01-21 20:24:26'),
(15350,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:24:30','2026-01-21 20:24:30'),
(15362,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:36:34','2026-01-21 20:36:34'),
(15367,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:43:34','2026-01-21 20:43:34'),
(15371,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:48:51','2026-01-21 20:48:51'),
(15375,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 20:59:02','2026-01-21 20:59:02'),
(15381,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 21:08:44','2026-01-21 21:08:44'),
(15385,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 21:09:06','2026-01-21 21:09:06'),
(15390,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 21:11:16','2026-01-21 21:11:16'),
(15393,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 21:16:27','2026-01-21 21:16:27'),
(15396,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 21:22:14','2026-01-21 21:22:14'),
(15399,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 21:39:35','2026-01-21 21:39:35'),
(15401,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 21:40:26','2026-01-21 21:40:26'),
(15432,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 23:44:13','2026-01-21 23:44:13'),
(15437,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-21 23:52:45','2026-01-21 23:52:45'),
(15439,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-21 23:53:01','2026-01-21 23:53:01'),
(15478,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:46:23','2026-01-22 02:46:23'),
(15480,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:48:33','2026-01-22 02:48:33'),
(15482,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:49:08','2026-01-22 02:49:08'),
(15484,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:50:03','2026-01-22 02:50:03'),
(15486,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:50:32','2026-01-22 02:50:32'),
(15488,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:51:06','2026-01-22 02:51:06'),
(15490,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:52:09','2026-01-22 02:52:09'),
(15492,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:52:30','2026-01-22 02:52:30'),
(15494,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:53:17','2026-01-22 02:53:17'),
(15496,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:53:38','2026-01-22 02:53:38'),
(15498,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:54:28','2026-01-22 02:54:28'),
(15500,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 02:55:20','2026-01-22 02:55:20'),
(15503,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 03:19:52','2026-01-22 03:19:52'),
(15505,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 03:20:39','2026-01-22 03:20:39'),
(15507,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 03:20:42','2026-01-22 03:20:42'),
(15509,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 03:21:33','2026-01-22 03:21:33'),
(15511,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 03:22:22','2026-01-22 03:22:22'),
(15513,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 03:23:07','2026-01-22 03:23:07'),
(15515,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 03:24:00','2026-01-22 03:24:00'),
(15517,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 03:24:48','2026-01-22 03:24:48'),
(15518,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 03:25:33','2026-01-22 03:25:33'),
(15691,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:28:43','2026-01-22 14:28:43'),
(15693,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:30:14','2026-01-22 14:30:14'),
(15695,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:31:53','2026-01-22 14:31:53'),
(15697,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:32:48','2026-01-22 14:32:48'),
(15699,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:34:44','2026-01-22 14:34:44'),
(15701,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:35:47','2026-01-22 14:35:47'),
(15703,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:36:26','2026-01-22 14:36:26'),
(15705,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:37:03','2026-01-22 14:37:03'),
(15707,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:37:20','2026-01-22 14:37:20'),
(15708,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:37:23','2026-01-22 14:37:23'),
(15713,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:39:01','2026-01-22 14:39:01'),
(15715,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:40:35','2026-01-22 14:40:35'),
(15717,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:41:59','2026-01-22 14:41:59'),
(15719,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:43:02','2026-01-22 14:43:02'),
(15721,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:44:12','2026-01-22 14:44:12'),
(15723,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:45:46','2026-01-22 14:45:46'),
(15725,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:46:34','2026-01-22 14:46:34'),
(15727,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:47:30','2026-01-22 14:47:30'),
(15729,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 14:48:22','2026-01-22 14:48:22'),
(15734,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-22 15:04:07','2026-01-22 15:04:07'),
(15737,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-22 15:09:45','2026-01-22 15:09:45'),
(15740,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:12:22','2026-01-22 15:12:22'),
(15742,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:14:08','2026-01-22 15:14:08'),
(15745,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:15:38','2026-01-22 15:15:38'),
(15751,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:27:29','2026-01-22 15:27:29'),
(15753,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-22 15:36:49','2026-01-22 15:36:49'),
(15755,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:41:25','2026-01-22 15:41:25'),
(15758,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:49:42','2026-01-22 15:49:42'),
(15760,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:51:08','2026-01-22 15:51:08'),
(15762,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:52:17','2026-01-22 15:52:17'),
(15764,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:53:22','2026-01-22 15:53:22'),
(15766,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:54:25','2026-01-22 15:54:25'),
(15770,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 15:58:45','2026-01-22 15:58:45'),
(15771,NULL,NULL,15770,44,2,'2026-01-17 14:32:00',NULL,'live',NULL,NULL,'2026-01-22 15:58:45','2026-01-22 15:58:45'),
(15772,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:01:21','2026-01-22 16:01:21'),
(15774,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:02:46','2026-01-22 16:02:46'),
(15777,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:04:14','2026-01-22 16:04:14'),
(15779,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:05:12','2026-01-22 16:05:12'),
(15781,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:06:18','2026-01-22 16:06:18'),
(15784,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:11:55','2026-01-22 16:11:55'),
(15786,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:12:57','2026-01-22 16:12:57'),
(15791,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:13:46','2026-01-22 16:13:46'),
(15795,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:14:55','2026-01-22 16:14:55'),
(15797,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:16:01','2026-01-22 16:16:01'),
(15799,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:16:48','2026-01-22 16:16:48'),
(15801,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:17:45','2026-01-22 16:17:45'),
(15803,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:18:41','2026-01-22 16:18:41'),
(15807,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:19:37','2026-01-22 16:19:37'),
(15809,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:20:21','2026-01-22 16:20:21'),
(15811,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:21:07','2026-01-22 16:21:07'),
(15813,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:21:28','2026-01-22 16:21:28'),
(15815,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:29:37','2026-01-22 16:29:37'),
(15818,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:31:55','2026-01-22 16:31:55'),
(15822,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:44:39','2026-01-22 16:44:39'),
(15825,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:47:08','2026-01-22 16:47:08'),
(15827,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:47:48','2026-01-22 16:47:48'),
(15829,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:48:12','2026-01-22 16:48:12'),
(15831,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:49:05','2026-01-22 16:49:05'),
(15833,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:50:41','2026-01-22 16:50:41'),
(15835,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:51:26','2026-01-22 16:51:26'),
(15837,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:52:14','2026-01-22 16:52:14'),
(15839,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:53:13','2026-01-22 16:53:13'),
(15841,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:54:07','2026-01-22 16:54:07'),
(15843,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:55:15','2026-01-22 16:55:15'),
(15845,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:56:09','2026-01-22 16:56:09'),
(15847,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:56:54','2026-01-22 16:56:54'),
(15849,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:57:36','2026-01-22 16:57:36'),
(15850,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:58:22','2026-01-22 16:58:22'),
(15853,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 16:59:14','2026-01-22 16:59:14'),
(15855,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:00:15','2026-01-22 17:00:15'),
(15860,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:01:03','2026-01-22 17:01:03'),
(15864,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:02:33','2026-01-22 17:02:33'),
(15866,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:03:24','2026-01-22 17:03:24'),
(15868,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:05:19','2026-01-22 17:05:19'),
(15870,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:05:40','2026-01-22 17:05:40'),
(15872,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:06:23','2026-01-22 17:06:23'),
(15874,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:07:04','2026-01-22 17:07:04'),
(15875,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:07:51','2026-01-22 17:07:51'),
(15877,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:08:41','2026-01-22 17:08:41'),
(15879,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:09:31','2026-01-22 17:09:31'),
(15881,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:10:13','2026-01-22 17:10:13'),
(15883,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:12:25','2026-01-22 17:12:25'),
(15885,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:19:26','2026-01-22 17:19:26'),
(15887,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:20:32','2026-01-22 17:20:32'),
(15889,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:20:43','2026-01-22 17:20:43'),
(15892,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:27:41','2026-01-22 17:27:41'),
(15894,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 17:28:50','2026-01-22 17:28:50'),
(15925,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 19:41:32','2026-01-22 19:41:32'),
(15929,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-22 19:46:47','2026-01-22 19:46:47'),
(15930,NULL,NULL,15929,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2026-01-22 19:46:47','2026-01-22 19:46:47'),
(15933,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-22 19:47:16','2026-01-22 19:47:16'),
(15934,NULL,NULL,15933,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2026-01-22 19:47:16','2026-01-22 19:47:16'),
(15942,NULL,NULL,945,64,14,'2026-01-22 19:53:00',NULL,'live',NULL,NULL,'2026-01-22 19:53:10','2026-01-22 19:53:10'),
(15943,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 19:53:10','2026-01-22 19:53:10'),
(15944,NULL,NULL,15943,64,14,'2026-01-22 19:53:00',NULL,'live',NULL,NULL,'2026-01-22 19:53:10','2026-01-22 19:53:10'),
(15946,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 19:53:33','2026-01-22 19:53:33'),
(15948,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 19:54:15','2026-01-22 19:54:15'),
(15951,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 19:54:40','2026-01-22 19:54:40'),
(15961,NULL,NULL,957,64,14,'2026-01-22 19:55:00',NULL,'live',NULL,NULL,'2026-01-22 19:59:05','2026-01-22 19:59:05'),
(15962,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 19:59:05','2026-01-22 19:59:05'),
(15963,NULL,NULL,15962,64,14,'2026-01-22 19:55:00',NULL,'live',NULL,NULL,'2026-01-22 19:59:05','2026-01-22 19:59:05'),
(15966,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 19:59:41','2026-01-22 19:59:41'),
(15970,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:00:55','2026-01-22 20:00:55'),
(15971,NULL,NULL,15970,64,14,'2025-11-13 20:33:00',NULL,'live',NULL,NULL,'2026-01-22 20:00:55','2026-01-22 20:00:55'),
(15973,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:01:17','2026-01-22 20:01:17'),
(15976,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:02:16','2026-01-22 20:02:16'),
(15984,NULL,NULL,963,64,14,'2026-01-22 20:05:00',NULL,'live',NULL,NULL,'2026-01-22 20:05:37','2026-01-22 20:05:37'),
(15985,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:05:37','2026-01-22 20:05:37'),
(15986,NULL,NULL,15985,64,14,'2026-01-22 20:05:00',NULL,'live',NULL,NULL,'2026-01-22 20:05:37','2026-01-22 20:05:37'),
(15988,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:05:50','2026-01-22 20:05:50'),
(15993,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:12:45','2026-01-22 20:12:45'),
(15998,NULL,NULL,969,64,14,'2026-01-22 20:14:00',NULL,'live',NULL,NULL,'2026-01-22 20:14:46','2026-01-22 20:14:46'),
(15999,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:14:46','2026-01-22 20:14:46'),
(16000,NULL,NULL,15999,64,14,'2026-01-22 20:14:00',NULL,'live',NULL,NULL,'2026-01-22 20:14:46','2026-01-22 20:14:46'),
(16004,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:16:49','2026-01-22 20:16:49'),
(16005,NULL,NULL,16004,64,14,'2025-11-14 16:50:00',NULL,'live',NULL,NULL,'2026-01-22 20:16:49','2026-01-22 20:16:49'),
(16008,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:17:19','2026-01-22 20:17:19'),
(16009,NULL,NULL,16008,64,14,'2026-01-22 20:14:00',NULL,'live',NULL,NULL,'2026-01-22 20:17:19','2026-01-22 20:17:19'),
(16021,NULL,NULL,975,64,14,'2026-01-22 20:17:00',NULL,'live',NULL,NULL,'2026-01-22 20:20:46','2026-01-22 20:20:46'),
(16022,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:20:46','2026-01-22 20:20:46'),
(16023,NULL,NULL,16022,64,14,'2026-01-22 20:17:00',NULL,'live',NULL,NULL,'2026-01-22 20:20:46','2026-01-22 20:20:46'),
(16027,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:21:45','2026-01-22 20:21:45'),
(16028,NULL,NULL,16027,64,14,'2025-11-14 16:56:00',NULL,'live',NULL,NULL,'2026-01-22 20:21:45','2026-01-22 20:21:45'),
(16031,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:22:28','2026-01-22 20:22:28'),
(16032,NULL,NULL,16031,64,14,'2026-01-22 20:17:00',NULL,'live',NULL,NULL,'2026-01-22 20:22:28','2026-01-22 20:22:28'),
(16039,NULL,NULL,981,64,14,'2026-01-22 20:23:00',NULL,'live',NULL,NULL,'2026-01-22 20:25:39','2026-01-22 20:25:39'),
(16040,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:25:39','2026-01-22 20:25:39'),
(16041,NULL,NULL,16040,64,14,'2026-01-22 20:23:00',NULL,'live',NULL,NULL,'2026-01-22 20:25:39','2026-01-22 20:25:39'),
(16043,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:26:11','2026-01-22 20:26:11'),
(16049,NULL,NULL,989,64,14,'2026-01-22 20:28:00',NULL,'live',NULL,NULL,'2026-01-22 20:28:36','2026-01-22 20:28:36'),
(16050,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:28:36','2026-01-22 20:28:36'),
(16051,NULL,NULL,16050,64,14,'2026-01-22 20:28:00',NULL,'live',NULL,NULL,'2026-01-22 20:28:36','2026-01-22 20:28:36'),
(16053,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:29:36','2026-01-22 20:29:36'),
(16062,NULL,NULL,995,64,14,'2026-01-22 20:30:00',NULL,'live',NULL,NULL,'2026-01-22 20:33:48','2026-01-22 20:33:48'),
(16063,NULL,NULL,995,64,14,'2026-01-22 20:31:00',NULL,'live',NULL,NULL,'2026-01-22 20:33:48','2026-01-22 20:33:48'),
(16064,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:33:48','2026-01-22 20:33:48'),
(16065,NULL,NULL,16064,64,14,'2026-01-22 20:30:00',NULL,'live',NULL,NULL,'2026-01-22 20:33:48','2026-01-22 20:33:48'),
(16066,NULL,NULL,16064,64,14,'2026-01-22 20:31:00',NULL,'live',NULL,NULL,'2026-01-22 20:33:48','2026-01-22 20:33:48'),
(16069,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:34:15','2026-01-22 20:34:15'),
(16070,NULL,NULL,16069,64,14,'2026-01-22 20:31:00',NULL,'live',NULL,NULL,'2026-01-22 20:34:15','2026-01-22 20:34:15'),
(16076,NULL,NULL,999,64,14,'2026-01-22 20:36:00',NULL,'live',NULL,NULL,'2026-01-22 20:36:07','2026-01-22 20:36:07'),
(16077,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:36:07','2026-01-22 20:36:07'),
(16078,NULL,NULL,16077,64,14,'2026-01-22 20:36:00',NULL,'live',NULL,NULL,'2026-01-22 20:36:07','2026-01-22 20:36:07'),
(16082,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:37:37','2026-01-22 20:37:37'),
(16083,NULL,NULL,16082,64,14,'2025-11-14 17:16:00',NULL,'live',NULL,NULL,'2026-01-22 20:37:37','2026-01-22 20:37:37'),
(16086,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:38:29','2026-01-22 20:38:29'),
(16087,NULL,NULL,16086,64,14,'2026-01-22 20:36:00',NULL,'live',NULL,NULL,'2026-01-22 20:38:29','2026-01-22 20:38:29'),
(16096,NULL,NULL,1005,64,14,'2026-01-22 20:39:00',NULL,'live',NULL,NULL,'2026-01-22 20:41:00','2026-01-22 20:41:00'),
(16097,NULL,NULL,1005,64,14,'2026-01-22 20:40:00',NULL,'live',NULL,NULL,'2026-01-22 20:41:00','2026-01-22 20:41:00'),
(16098,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:41:00','2026-01-22 20:41:00'),
(16099,NULL,NULL,16098,64,14,'2026-01-22 20:39:00',NULL,'live',NULL,NULL,'2026-01-22 20:41:00','2026-01-22 20:41:00'),
(16100,NULL,NULL,16098,64,14,'2026-01-22 20:40:00',NULL,'live',NULL,NULL,'2026-01-22 20:41:00','2026-01-22 20:41:00'),
(16104,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:42:10','2026-01-22 20:42:10'),
(16105,NULL,NULL,16104,64,14,'2026-01-22 20:39:00',NULL,'live',NULL,NULL,'2026-01-22 20:42:10','2026-01-22 20:42:10'),
(16107,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:42:59','2026-01-22 20:42:59'),
(16110,NULL,NULL,1011,64,14,'2026-01-22 20:44:00',NULL,'live',NULL,NULL,'2026-01-22 20:44:27','2026-01-22 20:44:27'),
(16111,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:44:27','2026-01-22 20:44:27'),
(16112,NULL,NULL,16111,64,14,'2026-01-22 20:44:00',NULL,'live',NULL,NULL,'2026-01-22 20:44:27','2026-01-22 20:44:27'),
(16114,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:44:31','2026-01-22 20:44:31'),
(16116,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-22 20:44:50','2026-01-22 20:44:50'),
(16117,NULL,NULL,16116,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2026-01-22 20:44:50','2026-01-22 20:44:50'),
(16123,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:47:51','2026-01-22 20:47:51'),
(16124,NULL,NULL,16123,64,14,'2026-01-22 20:44:00',NULL,'live',NULL,NULL,'2026-01-22 20:47:51','2026-01-22 20:47:51'),
(16127,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:48:43','2026-01-22 20:48:43'),
(16128,NULL,NULL,16127,64,14,'2026-01-22 20:44:00',NULL,'live',NULL,NULL,'2026-01-22 20:48:43','2026-01-22 20:48:43'),
(16136,NULL,NULL,1017,64,14,'2026-01-22 20:49:00',NULL,'live',NULL,NULL,'2026-01-22 20:51:35','2026-01-22 20:51:35'),
(16137,NULL,NULL,1017,64,14,'2026-01-22 20:51:00',NULL,'live',NULL,NULL,'2026-01-22 20:51:35','2026-01-22 20:51:35'),
(16138,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:51:35','2026-01-22 20:51:35'),
(16139,NULL,NULL,16138,64,14,'2026-01-22 20:49:00',NULL,'live',NULL,NULL,'2026-01-22 20:51:35','2026-01-22 20:51:35'),
(16140,NULL,NULL,16138,64,14,'2026-01-22 20:51:00',NULL,'live',NULL,NULL,'2026-01-22 20:51:36','2026-01-22 20:51:36'),
(16142,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:51:57','2026-01-22 20:51:57'),
(16152,NULL,NULL,1023,64,14,'2025-11-05 19:26:00',NULL,'live',NULL,NULL,'2026-01-22 20:55:07','2026-01-22 20:55:07'),
(16153,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:55:07','2026-01-22 20:55:07'),
(16154,NULL,NULL,16153,64,14,'2025-11-05 19:26:00',NULL,'live',NULL,NULL,'2026-01-22 20:55:07','2026-01-22 20:55:07'),
(16157,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:55:47','2026-01-22 20:55:47'),
(16158,NULL,NULL,16157,64,14,'2025-11-05 19:26:00',NULL,'live',NULL,NULL,'2026-01-22 20:55:47','2026-01-22 20:55:47'),
(16162,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:56:10','2026-01-22 20:56:10'),
(16163,NULL,NULL,16162,64,14,'2025-11-05 17:52:00',NULL,'live',NULL,NULL,'2026-01-22 20:56:10','2026-01-22 20:56:10'),
(16166,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:56:24','2026-01-22 20:56:24'),
(16167,NULL,NULL,16166,64,14,'2025-11-05 17:44:00',NULL,'live',NULL,NULL,'2026-01-22 20:56:24','2026-01-22 20:56:24'),
(16171,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:57:14','2026-01-22 20:57:14'),
(16172,NULL,NULL,16171,64,14,'2025-11-14 18:19:00',NULL,'live',NULL,NULL,'2026-01-22 20:57:14','2026-01-22 20:57:14'),
(16174,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:57:55','2026-01-22 20:57:55'),
(16180,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 20:59:54','2026-01-22 20:59:54'),
(16186,NULL,NULL,1041,64,14,'2026-01-22 21:01:00',NULL,'live',NULL,NULL,'2026-01-22 21:01:34','2026-01-22 21:01:34'),
(16187,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:01:34','2026-01-22 21:01:34'),
(16188,NULL,NULL,16187,64,14,'2025-11-05 17:44:00',NULL,'live',NULL,NULL,'2026-01-22 21:01:34','2026-01-22 21:01:34'),
(16189,NULL,NULL,16187,64,14,'2026-01-22 21:01:00',NULL,'live',NULL,NULL,'2026-01-22 21:01:34','2026-01-22 21:01:34'),
(16196,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:05:05','2026-01-22 21:05:05'),
(16197,NULL,NULL,16196,64,14,'2025-11-05 17:52:00',NULL,'live',NULL,NULL,'2026-01-22 21:05:05','2026-01-22 21:05:05'),
(16199,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:05:09','2026-01-22 21:05:09'),
(16200,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:05:40','2026-01-22 21:05:40'),
(16209,NULL,NULL,1045,64,14,'2026-01-22 21:06:00',NULL,'live',NULL,NULL,'2026-01-22 21:09:04','2026-01-22 21:09:04'),
(16210,NULL,NULL,1045,64,14,'2026-01-22 21:08:00',NULL,'live',NULL,NULL,'2026-01-22 21:09:04','2026-01-22 21:09:04'),
(16211,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:09:04','2026-01-22 21:09:04'),
(16212,NULL,NULL,16211,64,14,'2026-01-22 21:06:00',NULL,'live',NULL,NULL,'2026-01-22 21:09:04','2026-01-22 21:09:04'),
(16213,NULL,NULL,16211,64,14,'2026-01-22 21:08:00',NULL,'live',NULL,NULL,'2026-01-22 21:09:04','2026-01-22 21:09:04'),
(16223,NULL,NULL,1051,64,14,'2026-01-22 21:10:00',NULL,'live',NULL,NULL,'2026-01-22 21:13:31','2026-01-22 21:13:31'),
(16224,NULL,NULL,1051,64,14,'2026-01-22 21:10:00',NULL,'live',NULL,NULL,'2026-01-22 21:13:31','2026-01-22 21:13:31'),
(16225,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:13:31','2026-01-22 21:13:31'),
(16226,NULL,NULL,16225,64,14,'2026-01-22 21:10:00',NULL,'live',NULL,NULL,'2026-01-22 21:13:31','2026-01-22 21:13:31'),
(16227,NULL,NULL,16225,64,14,'2026-01-22 21:10:00',NULL,'live',NULL,NULL,'2026-01-22 21:13:31','2026-01-22 21:13:31'),
(16229,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:14:06','2026-01-22 21:14:06'),
(16235,NULL,NULL,1059,64,14,'2026-01-22 21:15:00',NULL,'live',NULL,NULL,'2026-01-22 21:15:35','2026-01-22 21:15:35'),
(16236,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:15:35','2026-01-22 21:15:35'),
(16237,NULL,NULL,16236,64,14,'2026-01-22 21:15:00',NULL,'live',NULL,NULL,'2026-01-22 21:15:35','2026-01-22 21:15:35'),
(16239,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:16:00','2026-01-22 21:16:00'),
(16245,NULL,NULL,1067,64,14,'2026-01-22 21:17:00',NULL,'live',NULL,NULL,'2026-01-22 21:17:37','2026-01-22 21:17:37'),
(16246,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:17:37','2026-01-22 21:17:37'),
(16247,NULL,NULL,16246,64,14,'2026-01-22 21:17:00',NULL,'live',NULL,NULL,'2026-01-22 21:17:37','2026-01-22 21:17:37'),
(16248,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:18:07','2026-01-22 21:18:07'),
(16250,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:18:29','2026-01-22 21:18:29'),
(16259,NULL,NULL,1079,64,14,'2026-01-22 21:18:00',NULL,'live',NULL,NULL,'2026-01-22 21:20:48','2026-01-22 21:20:48'),
(16260,NULL,NULL,1079,64,14,'2026-01-22 21:20:00',NULL,'live',NULL,NULL,'2026-01-22 21:20:48','2026-01-22 21:20:48'),
(16261,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:20:48','2026-01-22 21:20:48'),
(16262,NULL,NULL,16261,64,14,'2026-01-22 21:18:00',NULL,'live',NULL,NULL,'2026-01-22 21:20:48','2026-01-22 21:20:48'),
(16263,NULL,NULL,16261,64,14,'2026-01-22 21:20:00',NULL,'live',NULL,NULL,'2026-01-22 21:20:48','2026-01-22 21:20:48'),
(16265,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:21:16','2026-01-22 21:21:16'),
(16271,NULL,NULL,1085,64,14,'2026-01-22 21:22:00',NULL,'live',NULL,NULL,'2026-01-22 21:22:35','2026-01-22 21:22:35'),
(16272,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:22:35','2026-01-22 21:22:35'),
(16273,NULL,NULL,16272,64,14,'2026-01-22 21:22:00',NULL,'live',NULL,NULL,'2026-01-22 21:22:35','2026-01-22 21:22:35'),
(16275,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:23:17','2026-01-22 21:23:17'),
(16282,NULL,NULL,1091,64,14,'2026-01-22 21:25:00',NULL,'live',NULL,NULL,'2026-01-22 21:25:58','2026-01-22 21:25:58'),
(16283,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:25:58','2026-01-22 21:25:58'),
(16284,NULL,NULL,16283,64,14,'2026-01-22 21:25:00',NULL,'live',NULL,NULL,'2026-01-22 21:25:58','2026-01-22 21:25:58'),
(16287,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:26:23','2026-01-22 21:26:23'),
(16296,NULL,NULL,1097,64,14,'2026-01-22 21:27:00',NULL,'live',NULL,NULL,'2026-01-22 21:28:41','2026-01-22 21:28:41'),
(16297,NULL,NULL,1097,64,14,'2026-01-22 21:28:00',NULL,'live',NULL,NULL,'2026-01-22 21:28:41','2026-01-22 21:28:41'),
(16298,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:28:41','2026-01-22 21:28:41'),
(16299,NULL,NULL,16298,64,14,'2026-01-22 21:27:00',NULL,'live',NULL,NULL,'2026-01-22 21:28:41','2026-01-22 21:28:41'),
(16300,NULL,NULL,16298,64,14,'2026-01-22 21:28:00',NULL,'live',NULL,NULL,'2026-01-22 21:28:41','2026-01-22 21:28:41'),
(16302,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:28:56','2026-01-22 21:28:56'),
(16310,NULL,NULL,1103,64,14,'2026-01-22 21:29:00',NULL,'live',NULL,NULL,'2026-01-22 21:31:13','2026-01-22 21:31:13'),
(16311,NULL,NULL,1103,64,14,'2026-01-22 21:31:00',NULL,'live',NULL,NULL,'2026-01-22 21:31:13','2026-01-22 21:31:13'),
(16312,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-22 21:31:13','2026-01-22 21:31:13'),
(16313,NULL,NULL,16312,64,14,'2026-01-22 21:29:00',NULL,'live',NULL,NULL,'2026-01-22 21:31:13','2026-01-22 21:31:13'),
(16314,NULL,NULL,16312,64,14,'2026-01-22 21:31:00',NULL,'live',NULL,NULL,'2026-01-22 21:31:13','2026-01-22 21:31:13'),
(16909,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:13:17','2026-01-23 19:13:17'),
(16910,NULL,NULL,16909,64,14,'2025-12-16 15:25:00',NULL,'live',NULL,NULL,'2026-01-23 19:13:17','2026-01-23 19:13:17'),
(16916,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:15:05','2026-01-23 19:15:05'),
(16917,NULL,NULL,16916,64,14,'2025-11-05 16:14:00',NULL,'live',NULL,NULL,'2026-01-23 19:15:05','2026-01-23 19:15:05'),
(16919,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:16:00','2026-01-23 19:16:00'),
(16921,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:16:23','2026-01-23 19:16:23'),
(16924,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:17:41','2026-01-23 19:17:41'),
(16926,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:18:39','2026-01-23 19:18:39'),
(16932,NULL,NULL,1177,64,14,'2026-01-23 19:21:00',NULL,'live',NULL,NULL,'2026-01-23 19:21:28','2026-01-23 19:21:28'),
(16933,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:21:28','2026-01-23 19:21:28'),
(16934,NULL,NULL,16933,64,14,'2026-01-23 19:21:00',NULL,'live',NULL,NULL,'2026-01-23 19:21:28','2026-01-23 19:21:28'),
(16936,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:22:19','2026-01-23 19:22:19'),
(16938,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-23 19:22:25','2026-01-23 19:22:25'),
(16944,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:29:52','2026-01-23 19:29:52'),
(16945,NULL,NULL,16944,64,14,'2026-01-23 19:21:00',NULL,'live',NULL,NULL,'2026-01-23 19:29:52','2026-01-23 19:29:52'),
(16947,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-23 19:31:19','2026-01-23 19:31:19'),
(16955,NULL,NULL,1185,64,14,'2026-01-23 19:39:00',NULL,'live',NULL,NULL,'2026-01-23 19:39:58','2026-01-23 19:39:58'),
(16956,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:39:58','2026-01-23 19:39:58'),
(16957,NULL,NULL,16956,64,14,'2026-01-23 19:39:00',NULL,'live',NULL,NULL,'2026-01-23 19:39:58','2026-01-23 19:39:58'),
(16959,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:40:37','2026-01-23 19:40:37'),
(16962,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:42:38','2026-01-23 19:42:38'),
(16966,NULL,NULL,1161,64,14,'2026-01-23 19:44:00',NULL,'live',NULL,NULL,'2026-01-23 19:44:09','2026-01-23 19:44:09'),
(16967,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:44:09','2026-01-23 19:44:09'),
(16968,NULL,NULL,16967,64,14,'2026-01-23 19:44:00',NULL,'live',NULL,NULL,'2026-01-23 19:44:09','2026-01-23 19:44:09'),
(16971,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:44:24','2026-01-23 19:44:24'),
(16972,NULL,NULL,16971,64,14,'2026-01-16 16:40:00',NULL,'live',NULL,NULL,'2026-01-23 19:44:24','2026-01-23 19:44:24'),
(16974,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:45:17','2026-01-23 19:45:17'),
(16975,NULL,NULL,16974,64,14,'2025-11-14 16:34:00',NULL,'live',NULL,NULL,'2026-01-23 19:45:17','2026-01-23 19:45:17'),
(16977,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:45:54','2026-01-23 19:45:54'),
(16980,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:46:45','2026-01-23 19:46:45'),
(16981,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:48:29','2026-01-23 19:48:29'),
(17002,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:54:22','2026-01-23 19:54:22'),
(17003,NULL,NULL,17002,64,14,'2025-11-14 16:54:00',NULL,'live',NULL,NULL,'2026-01-23 19:54:22','2026-01-23 19:54:22'),
(17004,NULL,NULL,17002,64,14,'2025-11-13 19:27:00',NULL,'live',NULL,NULL,'2026-01-23 19:54:22','2026-01-23 19:54:22'),
(17006,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:55:10','2026-01-23 19:55:10'),
(17008,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:55:42','2026-01-23 19:55:42'),
(17013,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:57:14','2026-01-23 19:57:14'),
(17014,NULL,NULL,17013,64,14,'2025-11-14 16:55:00',NULL,'live',NULL,NULL,'2026-01-23 19:57:14','2026-01-23 19:57:14'),
(17016,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:57:34','2026-01-23 19:57:34'),
(17020,NULL,NULL,1413,64,14,'2026-01-23 19:59:00',NULL,'live',NULL,NULL,'2026-01-23 19:59:40','2026-01-23 19:59:40'),
(17021,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:59:40','2026-01-23 19:59:40'),
(17022,NULL,NULL,17021,64,14,'2026-01-23 19:59:00',NULL,'live',NULL,NULL,'2026-01-23 19:59:40','2026-01-23 19:59:40'),
(17024,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 19:59:54','2026-01-23 19:59:54'),
(17029,NULL,NULL,1425,64,14,'2026-01-23 20:00:00',NULL,'live',NULL,NULL,'2026-01-23 20:01:05','2026-01-23 20:01:05'),
(17030,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:01:05','2026-01-23 20:01:05'),
(17031,NULL,NULL,17030,64,14,'2025-11-13 19:29:00',NULL,'live',NULL,NULL,'2026-01-23 20:01:05','2026-01-23 20:01:05'),
(17032,NULL,NULL,17030,64,14,'2026-01-23 20:00:00',NULL,'live',NULL,NULL,'2026-01-23 20:01:05','2026-01-23 20:01:05'),
(17040,NULL,NULL,1359,64,14,'2026-01-23 20:01:00',NULL,'live',NULL,NULL,'2026-01-23 20:01:59','2026-01-23 20:01:59'),
(17041,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:01:59','2026-01-23 20:01:59'),
(17042,NULL,NULL,17041,64,14,'2026-01-23 20:01:00',NULL,'live',NULL,NULL,'2026-01-23 20:01:59','2026-01-23 20:01:59'),
(17044,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:02:06','2026-01-23 20:02:06'),
(17048,NULL,NULL,1365,64,14,'2026-01-23 20:03:00',NULL,'live',NULL,NULL,'2026-01-23 20:03:15','2026-01-23 20:03:15'),
(17049,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:03:15','2026-01-23 20:03:15'),
(17050,NULL,NULL,17049,64,14,'2026-01-23 20:03:00',NULL,'live',NULL,NULL,'2026-01-23 20:03:15','2026-01-23 20:03:15'),
(17051,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:03:58','2026-01-23 20:03:58'),
(17054,NULL,NULL,1437,64,14,'2026-01-23 20:04:00',NULL,'live',NULL,NULL,'2026-01-23 20:04:26','2026-01-23 20:04:26'),
(17055,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:04:26','2026-01-23 20:04:26'),
(17056,NULL,NULL,17055,64,14,'2026-01-23 20:04:00',NULL,'live',NULL,NULL,'2026-01-23 20:04:26','2026-01-23 20:04:26'),
(17057,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:04:36','2026-01-23 20:04:36'),
(17059,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:05:37','2026-01-23 20:05:37'),
(17064,NULL,NULL,2712,64,14,'2026-01-23 20:06:00',NULL,'live',NULL,NULL,'2026-01-23 20:07:13','2026-01-23 20:07:13'),
(17065,NULL,NULL,2712,64,14,'2026-01-23 20:07:00',NULL,'live',NULL,NULL,'2026-01-23 20:07:13','2026-01-23 20:07:13'),
(17066,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-23 20:07:13','2026-01-23 20:07:13'),
(17067,NULL,NULL,17066,64,14,'2026-01-23 20:06:00',NULL,'live',NULL,NULL,'2026-01-23 20:07:13','2026-01-23 20:07:13'),
(17068,NULL,NULL,17066,64,14,'2026-01-23 20:07:00',NULL,'live',NULL,NULL,'2026-01-23 20:07:13','2026-01-23 20:07:13'),
(17070,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-23 20:07:27','2026-01-23 20:07:27'),
(17076,NULL,NULL,1197,64,14,'2026-01-23 20:09:00',NULL,'live',NULL,NULL,'2026-01-23 20:09:32','2026-01-23 20:09:32'),
(17077,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:09:32','2026-01-23 20:09:32'),
(17078,NULL,NULL,17077,64,14,'2026-01-23 20:09:00',NULL,'live',NULL,NULL,'2026-01-23 20:09:32','2026-01-23 20:09:32'),
(17080,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:10:11','2026-01-23 20:10:11'),
(17086,NULL,NULL,1201,64,14,'2026-01-23 20:12:00',NULL,'live',NULL,NULL,'2026-01-23 20:12:14','2026-01-23 20:12:14'),
(17087,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:12:14','2026-01-23 20:12:14'),
(17088,NULL,NULL,17087,64,14,'2026-01-23 20:12:00',NULL,'live',NULL,NULL,'2026-01-23 20:12:14','2026-01-23 20:12:14'),
(17092,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:13:01','2026-01-23 20:13:01'),
(17093,NULL,NULL,17092,64,14,'2025-11-14 17:05:00',NULL,'live',NULL,NULL,'2026-01-23 20:13:01','2026-01-23 20:13:01'),
(17095,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:13:04','2026-01-23 20:13:04'),
(17099,NULL,NULL,1443,64,14,'2026-01-23 20:14:00',NULL,'live',NULL,NULL,'2026-01-23 20:14:13','2026-01-23 20:14:13'),
(17100,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:14:13','2026-01-23 20:14:13'),
(17101,NULL,NULL,17100,64,14,'2026-01-23 20:14:00',NULL,'live',NULL,NULL,'2026-01-23 20:14:13','2026-01-23 20:14:13'),
(17103,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:14:19','2026-01-23 20:14:19'),
(17108,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:16:07','2026-01-23 20:16:07'),
(17109,NULL,NULL,17108,64,14,'2025-11-14 17:06:00',NULL,'live',NULL,NULL,'2026-01-23 20:16:07','2026-01-23 20:16:07'),
(17111,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:16:42','2026-01-23 20:16:42'),
(17113,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:17:16','2026-01-23 20:17:16'),
(17117,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:18:24','2026-01-23 20:18:24'),
(17118,NULL,NULL,17117,64,14,'2025-11-14 17:12:00',NULL,'live',NULL,NULL,'2026-01-23 20:18:24','2026-01-23 20:18:24'),
(17120,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:18:28','2026-01-23 20:18:28'),
(17128,NULL,NULL,1215,64,14,'2026-01-23 20:19:00',NULL,'live',NULL,NULL,'2026-01-23 20:20:47','2026-01-23 20:20:47'),
(17129,NULL,NULL,1215,64,14,'2026-01-23 20:20:00',NULL,'live',NULL,NULL,'2026-01-23 20:20:47','2026-01-23 20:20:47'),
(17130,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:20:47','2026-01-23 20:20:47'),
(17131,NULL,NULL,17130,64,14,'2026-01-23 20:19:00',NULL,'live',NULL,NULL,'2026-01-23 20:20:47','2026-01-23 20:20:47'),
(17132,NULL,NULL,17130,64,14,'2026-01-23 20:20:00',NULL,'live',NULL,NULL,'2026-01-23 20:20:47','2026-01-23 20:20:47'),
(17137,NULL,NULL,1395,64,14,'2026-01-23 20:21:00',NULL,'live',NULL,NULL,'2026-01-23 20:21:56','2026-01-23 20:21:56'),
(17138,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:21:56','2026-01-23 20:21:56'),
(17139,NULL,NULL,17138,64,14,'2025-11-13 19:44:00',NULL,'live',NULL,NULL,'2026-01-23 20:21:56','2026-01-23 20:21:56'),
(17140,NULL,NULL,17138,64,14,'2026-01-23 20:21:00',NULL,'live',NULL,NULL,'2026-01-23 20:21:56','2026-01-23 20:21:56'),
(17145,NULL,NULL,1371,64,14,'2026-01-23 20:22:00',NULL,'live',NULL,NULL,'2026-01-23 20:22:57','2026-01-23 20:22:57'),
(17146,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:22:57','2026-01-23 20:22:57'),
(17147,NULL,NULL,17146,64,14,'2026-01-23 20:22:00',NULL,'live',NULL,NULL,'2026-01-23 20:22:57','2026-01-23 20:22:57'),
(17151,NULL,NULL,1449,64,14,'2026-01-23 20:23:00',NULL,'live',NULL,NULL,'2026-01-23 20:23:59','2026-01-23 20:23:59'),
(17152,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:23:59','2026-01-23 20:23:59'),
(17153,NULL,NULL,17152,64,14,'2026-01-23 20:23:00',NULL,'live',NULL,NULL,'2026-01-23 20:23:59','2026-01-23 20:23:59'),
(17155,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:24:26','2026-01-23 20:24:26'),
(17160,NULL,NULL,1309,64,14,'2026-01-23 20:25:00',NULL,'live',NULL,NULL,'2026-01-23 20:25:37','2026-01-23 20:25:37'),
(17161,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:25:37','2026-01-23 20:25:37'),
(17162,NULL,NULL,17161,64,14,'2025-11-13 19:49:00',NULL,'live',NULL,NULL,'2026-01-23 20:25:37','2026-01-23 20:25:37'),
(17163,NULL,NULL,17161,64,14,'2026-01-23 20:25:00',NULL,'live',NULL,NULL,'2026-01-23 20:25:37','2026-01-23 20:25:37'),
(17166,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:26:20','2026-01-23 20:26:20'),
(17167,NULL,NULL,17166,64,14,'2025-11-13 19:52:00',NULL,'live',NULL,NULL,'2026-01-23 20:26:20','2026-01-23 20:26:20'),
(17172,NULL,NULL,1377,64,14,'2026-01-23 20:27:00',NULL,'live',NULL,NULL,'2026-01-23 20:27:30','2026-01-23 20:27:30'),
(17173,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:27:30','2026-01-23 20:27:30'),
(17174,NULL,NULL,17173,64,14,'2025-11-13 19:54:00',NULL,'live',NULL,NULL,'2026-01-23 20:27:30','2026-01-23 20:27:30'),
(17175,NULL,NULL,17173,64,14,'2026-01-23 20:27:00',NULL,'live',NULL,NULL,'2026-01-23 20:27:30','2026-01-23 20:27:30'),
(17180,NULL,NULL,1401,64,14,'2026-01-23 20:28:00',NULL,'live',NULL,NULL,'2026-01-23 20:29:17','2026-01-23 20:29:17'),
(17181,NULL,NULL,1401,64,14,'2026-01-23 20:29:00',NULL,'live',NULL,NULL,'2026-01-23 20:29:17','2026-01-23 20:29:17'),
(17182,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:29:17','2026-01-23 20:29:17'),
(17183,NULL,NULL,17182,64,14,'2026-01-23 20:28:00',NULL,'live',NULL,NULL,'2026-01-23 20:29:17','2026-01-23 20:29:17'),
(17184,NULL,NULL,17182,64,14,'2026-01-23 20:29:00',NULL,'live',NULL,NULL,'2026-01-23 20:29:17','2026-01-23 20:29:17'),
(17186,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:29:38','2026-01-23 20:29:38'),
(17188,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:30:09','2026-01-23 20:30:09'),
(17194,NULL,NULL,1461,64,14,'2026-01-23 20:31:00',NULL,'live',NULL,NULL,'2026-01-23 20:31:10','2026-01-23 20:31:10'),
(17195,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:31:10','2026-01-23 20:31:10'),
(17196,NULL,NULL,17195,64,14,'2025-11-13 19:58:00',NULL,'live',NULL,NULL,'2026-01-23 20:31:10','2026-01-23 20:31:10'),
(17197,NULL,NULL,17195,64,14,'2026-01-23 20:31:00',NULL,'live',NULL,NULL,'2026-01-23 20:31:10','2026-01-23 20:31:10'),
(17201,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:32:25','2026-01-23 20:32:25'),
(17202,NULL,NULL,17201,64,14,'2025-11-14 17:21:00',NULL,'live',NULL,NULL,'2026-01-23 20:32:25','2026-01-23 20:32:25'),
(17209,NULL,NULL,1225,64,14,'2026-01-23 20:33:00',NULL,'live',NULL,NULL,'2026-01-23 20:33:57','2026-01-23 20:33:57'),
(17210,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:33:57','2026-01-23 20:33:57'),
(17211,NULL,NULL,17210,64,14,'2026-01-23 20:33:00',NULL,'live',NULL,NULL,'2026-01-23 20:33:57','2026-01-23 20:33:57'),
(17215,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:34:59','2026-01-23 20:34:59'),
(17216,NULL,NULL,17215,64,14,'2025-11-14 17:24:00',NULL,'live',NULL,NULL,'2026-01-23 20:34:59','2026-01-23 20:34:59'),
(17225,NULL,NULL,1231,64,14,'2026-01-23 20:36:00',NULL,'live',NULL,NULL,'2026-01-23 20:37:14','2026-01-23 20:37:14'),
(17226,NULL,NULL,1231,64,14,'2026-01-23 20:37:00',NULL,'live',NULL,NULL,'2026-01-23 20:37:14','2026-01-23 20:37:14'),
(17227,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:37:14','2026-01-23 20:37:14'),
(17228,NULL,NULL,17227,64,14,'2026-01-23 20:36:00',NULL,'live',NULL,NULL,'2026-01-23 20:37:14','2026-01-23 20:37:14'),
(17229,NULL,NULL,17227,64,14,'2026-01-23 20:37:00',NULL,'live',NULL,NULL,'2026-01-23 20:37:14','2026-01-23 20:37:14'),
(17231,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:37:37','2026-01-23 20:37:37'),
(17232,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:38:39','2026-01-23 20:38:39'),
(17238,NULL,NULL,1237,64,14,'2026-01-23 20:40:00',NULL,'live',NULL,NULL,'2026-01-23 20:40:45','2026-01-23 20:40:45'),
(17239,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:40:45','2026-01-23 20:40:45'),
(17240,NULL,NULL,17239,64,14,'2026-01-23 20:40:00',NULL,'live',NULL,NULL,'2026-01-23 20:40:45','2026-01-23 20:40:45'),
(17243,NULL,NULL,1243,64,14,'2026-01-23 20:41:00',NULL,'live',NULL,NULL,'2026-01-23 20:41:14','2026-01-23 20:41:14'),
(17244,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:41:14','2026-01-23 20:41:14'),
(17245,NULL,NULL,17244,64,14,'2026-01-23 20:41:00',NULL,'live',NULL,NULL,'2026-01-23 20:41:14','2026-01-23 20:41:14'),
(17248,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:42:01','2026-01-23 20:42:01'),
(17249,NULL,NULL,17248,64,14,'2026-01-23 20:40:00',NULL,'live',NULL,NULL,'2026-01-23 20:42:01','2026-01-23 20:42:01'),
(17255,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:43:32','2026-01-23 20:43:32'),
(17256,NULL,NULL,17255,64,14,'2026-01-23 20:40:00',NULL,'live',NULL,NULL,'2026-01-23 20:43:32','2026-01-23 20:43:32'),
(17259,NULL,NULL,1249,64,14,'2026-01-23 20:44:00',NULL,'live',NULL,NULL,'2026-01-23 20:44:09','2026-01-23 20:44:09'),
(17260,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:44:09','2026-01-23 20:44:09'),
(17261,NULL,NULL,17260,64,14,'2026-01-23 20:44:00',NULL,'live',NULL,NULL,'2026-01-23 20:44:09','2026-01-23 20:44:09'),
(17265,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:44:52','2026-01-23 20:44:52'),
(17266,NULL,NULL,17265,64,14,'2025-11-14 18:21:00',NULL,'live',NULL,NULL,'2026-01-23 20:44:52','2026-01-23 20:44:52'),
(17269,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:45:41','2026-01-23 20:45:41'),
(17270,NULL,NULL,17269,64,14,'2026-01-23 20:41:00',NULL,'live',NULL,NULL,'2026-01-23 20:45:41','2026-01-23 20:45:41'),
(17272,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:46:00','2026-01-23 20:46:00'),
(17278,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:47:35','2026-01-23 20:47:35'),
(17279,NULL,NULL,17278,64,14,'2026-01-23 20:40:00',NULL,'live',NULL,NULL,'2026-01-23 20:47:35','2026-01-23 20:47:35'),
(17281,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:48:08','2026-01-23 20:48:08'),
(17289,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 20:50:44','2026-01-23 20:50:44'),
(17290,NULL,NULL,17289,64,14,'2025-11-14 18:16:00',NULL,'live',NULL,NULL,'2026-01-23 20:50:44','2026-01-23 20:50:44'),
(17291,NULL,NULL,17289,64,14,'2025-11-05 18:46:00',NULL,'live',NULL,NULL,'2026-01-23 20:50:44','2026-01-23 20:50:44'),
(17294,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:15:44','2026-01-23 21:15:44'),
(17298,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:16:51','2026-01-23 21:16:51'),
(17302,NULL,NULL,1383,64,14,'2026-01-23 21:18:00',NULL,'live',NULL,NULL,'2026-01-23 21:18:13','2026-01-23 21:18:13'),
(17303,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:18:13','2026-01-23 21:18:13'),
(17304,NULL,NULL,17303,64,14,'2026-01-23 21:18:00',NULL,'live',NULL,NULL,'2026-01-23 21:18:13','2026-01-23 21:18:13'),
(17305,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:18:47','2026-01-23 21:18:47'),
(17307,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:19:37','2026-01-23 21:19:37'),
(17312,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:30:59','2026-01-23 21:30:59'),
(17313,NULL,NULL,17312,64,14,'2025-11-14 17:45:00',NULL,'live',NULL,NULL,'2026-01-23 21:30:59','2026-01-23 21:30:59'),
(17315,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:31:41','2026-01-23 21:31:41'),
(17320,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:33:17','2026-01-23 21:33:17'),
(17321,NULL,NULL,17320,64,14,'2025-11-14 17:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:33:17','2026-01-23 21:33:17'),
(17323,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:33:28','2026-01-23 21:33:28'),
(17325,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:34:04','2026-01-23 21:34:04'),
(17327,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:34:53','2026-01-23 21:34:53'),
(17333,NULL,NULL,1117,64,14,'2026-01-23 21:37:00',NULL,'live',NULL,NULL,'2026-01-23 21:37:02','2026-01-23 21:37:02'),
(17334,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:37:02','2026-01-23 21:37:02'),
(17335,NULL,NULL,17334,64,14,'2026-01-23 21:37:00',NULL,'live',NULL,NULL,'2026-01-23 21:37:02','2026-01-23 21:37:02'),
(17339,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:37:50','2026-01-23 21:37:50'),
(17340,NULL,NULL,17339,64,14,'2025-11-14 18:17:00',NULL,'live',NULL,NULL,'2026-01-23 21:37:50','2026-01-23 21:37:50'),
(17342,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:38:03','2026-01-23 21:38:03'),
(17345,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:38:59','2026-01-23 21:38:59'),
(17346,NULL,NULL,17345,64,14,'2025-11-13 20:18:00',NULL,'live',NULL,NULL,'2026-01-23 21:39:00','2026-01-23 21:39:00'),
(17350,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:39:45','2026-01-23 21:39:45'),
(17351,NULL,NULL,17350,64,14,'2025-11-14 18:18:00',NULL,'live',NULL,NULL,'2026-01-23 21:39:45','2026-01-23 21:39:45'),
(17353,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:39:55','2026-01-23 21:39:55'),
(17361,NULL,NULL,1123,64,14,'2026-01-23 21:40:00',NULL,'live',NULL,NULL,'2026-01-23 21:42:23','2026-01-23 21:42:23'),
(17362,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:42:23','2026-01-23 21:42:23'),
(17363,NULL,NULL,17362,64,14,'2026-01-23 21:40:00',NULL,'live',NULL,NULL,'2026-01-23 21:42:23','2026-01-23 21:42:23'),
(17364,NULL,NULL,17362,64,14,'2025-11-05 17:36:00',NULL,'live',NULL,NULL,'2026-01-23 21:42:23','2026-01-23 21:42:23'),
(17367,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:42:55','2026-01-23 21:42:55'),
(17368,NULL,NULL,17367,64,14,'2025-11-05 17:36:00',NULL,'live',NULL,NULL,'2026-01-23 21:42:55','2026-01-23 21:42:55'),
(17376,NULL,NULL,1129,64,14,'2026-01-23 21:45:00',NULL,'live',NULL,NULL,'2026-01-23 21:45:08','2026-01-23 21:45:08'),
(17377,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:45:08','2026-01-23 21:45:08'),
(17378,NULL,NULL,17377,64,14,'2026-01-23 21:45:00',NULL,'live',NULL,NULL,'2026-01-23 21:45:08','2026-01-23 21:45:08'),
(17379,NULL,NULL,17377,64,14,'2025-11-05 17:32:00',NULL,'live',NULL,NULL,'2026-01-23 21:45:08','2026-01-23 21:45:08'),
(17381,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:45:32','2026-01-23 21:45:32'),
(17383,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:46:03','2026-01-23 21:46:03'),
(17385,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:46:34','2026-01-23 21:46:34'),
(17390,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-23 21:47:48','2026-01-23 21:47:48'),
(17391,NULL,NULL,17390,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2026-01-23 21:47:48','2026-01-23 21:47:48'),
(17396,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-23 21:48:47','2026-01-23 21:48:47'),
(17397,NULL,NULL,17396,64,14,'2025-11-05 17:12:00',NULL,'live',NULL,NULL,'2026-01-23 21:48:47','2026-01-23 21:48:47'),
(17398,NULL,NULL,17396,64,14,'2025-11-05 17:12:00',NULL,'live',NULL,NULL,'2026-01-23 21:48:47','2026-01-23 21:48:47'),
(19140,NULL,NULL,1261,56,3,'2026-01-26 20:02:00',NULL,'live',NULL,NULL,'2026-01-26 20:06:04','2026-01-26 20:06:04'),
(19141,NULL,NULL,1261,56,3,'2026-01-26 20:05:00',NULL,'live',NULL,NULL,'2026-01-26 20:06:04','2026-01-26 20:06:04'),
(19142,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-26 20:06:04','2026-01-26 20:06:04'),
(19143,NULL,NULL,19142,56,3,'2025-11-04 20:56:00',NULL,'live',NULL,NULL,'2026-01-26 20:06:04','2026-01-26 20:06:04'),
(19144,NULL,NULL,19142,56,3,'2026-01-26 20:02:00',NULL,'live',NULL,NULL,'2026-01-26 20:06:04','2026-01-26 20:06:04'),
(19145,NULL,NULL,19142,56,3,'2026-01-26 20:05:00',NULL,'live',NULL,NULL,'2026-01-26 20:06:04','2026-01-26 20:06:04'),
(19147,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-26 20:08:53','2026-01-26 20:08:53'),
(19156,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-26 20:32:29','2026-01-26 20:32:29'),
(19157,NULL,NULL,19156,56,3,'2026-01-19 16:14:00',NULL,'live',NULL,NULL,'2026-01-26 20:32:29','2026-01-26 20:32:29'),
(19158,NULL,NULL,19156,56,3,'2026-01-19 16:16:00',NULL,'live',NULL,NULL,'2026-01-26 20:32:29','2026-01-26 20:32:29'),
(19159,NULL,NULL,19156,56,3,'2026-01-19 16:17:00',NULL,'live',NULL,NULL,'2026-01-26 20:32:29','2026-01-26 20:32:29'),
(19164,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-26 20:43:27','2026-01-26 20:43:27'),
(19172,NULL,NULL,1269,56,3,'2026-01-26 20:43:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19173,NULL,NULL,1269,56,3,'2026-01-26 20:46:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19174,NULL,NULL,1269,56,3,'2026-01-26 20:45:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19175,NULL,NULL,1269,56,3,'2026-01-26 20:47:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19176,NULL,NULL,1269,56,3,'2026-01-26 20:48:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19177,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19178,NULL,NULL,19177,56,3,'2026-01-26 20:43:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19179,NULL,NULL,19177,56,3,'2026-01-26 20:46:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19180,NULL,NULL,19177,56,3,'2026-01-26 20:45:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19181,NULL,NULL,19177,56,3,'2026-01-26 20:47:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19182,NULL,NULL,19177,56,3,'2026-01-26 20:48:00',NULL,'live',NULL,NULL,'2026-01-26 20:48:12','2026-01-26 20:48:12'),
(19461,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 15:53:55','2026-01-27 15:53:55'),
(19475,NULL,NULL,1277,56,3,'2026-01-27 16:02:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19476,NULL,NULL,1277,56,3,'2026-01-27 16:03:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19477,NULL,NULL,1277,56,3,'2026-01-27 16:04:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19478,NULL,NULL,1277,56,3,'2026-01-27 16:06:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19479,NULL,NULL,1277,56,3,'2026-01-27 16:06:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19480,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19481,NULL,NULL,19480,56,3,'2026-01-27 16:02:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19482,NULL,NULL,19480,56,3,'2026-01-27 16:03:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19483,NULL,NULL,19480,56,3,'2026-01-27 16:04:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19484,NULL,NULL,19480,56,3,'2026-01-27 16:06:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19485,NULL,NULL,19480,56,3,'2026-01-27 16:06:00',NULL,'live',NULL,NULL,'2026-01-27 16:06:38','2026-01-27 16:06:38'),
(19499,NULL,NULL,1283,56,3,'2026-01-27 16:09:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19500,NULL,NULL,1283,56,3,'2026-01-27 16:10:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19501,NULL,NULL,1283,56,3,'2026-01-27 16:11:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19502,NULL,NULL,1283,56,3,'2026-01-27 16:12:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19503,NULL,NULL,1283,56,3,'2026-01-27 16:15:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19504,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19505,NULL,NULL,19504,56,3,'2026-01-27 16:09:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19506,NULL,NULL,19504,56,3,'2026-01-27 16:10:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19507,NULL,NULL,19504,56,3,'2026-01-27 16:11:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19508,NULL,NULL,19504,56,3,'2026-01-27 16:12:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19509,NULL,NULL,19504,56,3,'2026-01-27 16:15:00',NULL,'live',NULL,NULL,'2026-01-27 16:15:06','2026-01-27 16:15:06'),
(19522,NULL,NULL,1289,56,3,'2026-01-27 16:16:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:17','2026-01-27 16:22:17'),
(19523,NULL,NULL,1289,56,3,'2026-01-27 16:17:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:17','2026-01-27 16:22:17'),
(19524,NULL,NULL,1289,56,3,'2026-01-27 16:19:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:17','2026-01-27 16:22:17'),
(19525,NULL,NULL,1289,56,3,'2026-01-27 16:20:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:17','2026-01-27 16:22:17'),
(19526,NULL,NULL,1289,56,3,'2026-01-27 16:21:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:17','2026-01-27 16:22:17'),
(19527,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:18','2026-01-27 16:22:18'),
(19528,NULL,NULL,19527,56,3,'2026-01-27 16:16:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:18','2026-01-27 16:22:18'),
(19529,NULL,NULL,19527,56,3,'2026-01-27 16:17:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:18','2026-01-27 16:22:18'),
(19530,NULL,NULL,19527,56,3,'2026-01-27 16:19:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:18','2026-01-27 16:22:18'),
(19531,NULL,NULL,19527,56,3,'2026-01-27 16:20:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:18','2026-01-27 16:22:18'),
(19532,NULL,NULL,19527,56,3,'2026-01-27 16:21:00',NULL,'live',NULL,NULL,'2026-01-27 16:22:18','2026-01-27 16:22:18'),
(19537,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 16:23:15','2026-01-27 16:23:15'),
(19538,NULL,NULL,19537,56,3,'2026-01-27 16:02:00',NULL,'live',NULL,NULL,'2026-01-27 16:23:15','2026-01-27 16:23:15'),
(19544,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 16:27:37','2026-01-27 16:27:37'),
(19545,NULL,NULL,19544,56,3,'2025-11-04 20:56:00',NULL,'live',NULL,NULL,'2026-01-27 16:27:37','2026-01-27 16:27:37'),
(19546,NULL,NULL,19544,56,3,'2025-11-04 20:57:00',NULL,'live',NULL,NULL,'2026-01-27 16:27:37','2026-01-27 16:27:37'),
(19547,NULL,NULL,19544,56,3,'2026-01-26 20:02:00',NULL,'live',NULL,NULL,'2026-01-27 16:27:37','2026-01-27 16:27:37'),
(19548,NULL,NULL,19544,56,3,'2026-01-26 20:05:00',NULL,'live',NULL,NULL,'2026-01-27 16:27:37','2026-01-27 16:27:37'),
(19554,NULL,NULL,1255,56,3,'2026-01-19 16:16:00',NULL,'live',NULL,NULL,'2026-01-27 16:32:39','2026-01-27 16:32:39'),
(19555,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 16:32:39','2026-01-27 16:32:39'),
(19556,NULL,NULL,19555,56,3,'2026-01-19 16:16:00',NULL,'live',NULL,NULL,'2026-01-27 16:32:39','2026-01-27 16:32:39'),
(19557,NULL,NULL,19555,56,3,'2026-01-19 16:17:00',NULL,'live',NULL,NULL,'2026-01-27 16:32:39','2026-01-27 16:32:39'),
(19565,NULL,NULL,1297,56,3,'2026-01-27 16:35:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19566,NULL,NULL,1297,56,3,'2026-01-27 16:36:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19567,NULL,NULL,1297,56,3,'2026-01-27 16:37:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19568,NULL,NULL,1297,56,3,'2026-01-27 16:38:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19569,NULL,NULL,1297,56,3,'2026-01-27 16:38:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19570,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19571,NULL,NULL,19570,56,3,'2026-01-27 16:35:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19572,NULL,NULL,19570,56,3,'2026-01-27 16:36:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19573,NULL,NULL,19570,56,3,'2026-01-27 16:37:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19574,NULL,NULL,19570,56,3,'2026-01-27 16:38:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19575,NULL,NULL,19570,56,3,'2026-01-27 16:38:00',NULL,'live',NULL,NULL,'2026-01-27 16:38:31','2026-01-27 16:38:31'),
(19595,NULL,NULL,1303,56,3,'2026-01-27 16:38:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19596,NULL,NULL,1303,56,3,'2026-01-27 16:52:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19597,NULL,NULL,1303,56,3,'2026-01-27 16:39:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19598,NULL,NULL,1303,56,3,'2026-01-27 16:54:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19599,NULL,NULL,1303,56,3,'2026-01-27 16:54:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19600,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19601,NULL,NULL,19600,56,3,'2026-01-27 16:38:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19602,NULL,NULL,19600,56,3,'2026-01-27 16:52:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19603,NULL,NULL,19600,56,3,'2026-01-27 16:39:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19604,NULL,NULL,19600,56,3,'2026-01-27 16:54:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19605,NULL,NULL,19600,56,3,'2026-01-27 16:54:00',NULL,'live',NULL,NULL,'2026-01-27 16:55:42','2026-01-27 16:55:42'),
(19614,NULL,NULL,1309,56,3,'2026-01-27 16:58:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19615,NULL,NULL,1309,56,3,'2026-01-27 16:59:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19616,NULL,NULL,1309,56,3,'2026-01-27 17:02:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19617,NULL,NULL,1309,56,3,'2026-01-27 17:02:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19618,NULL,NULL,1309,56,3,'2026-01-27 17:03:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19619,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19620,NULL,NULL,19619,56,3,'2026-01-27 16:58:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19621,NULL,NULL,19619,56,3,'2026-01-27 16:59:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19622,NULL,NULL,19619,56,3,'2026-01-27 17:02:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19623,NULL,NULL,19619,56,3,'2026-01-27 17:02:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19624,NULL,NULL,19619,56,3,'2026-01-27 17:03:00',NULL,'live',NULL,NULL,'2026-01-27 17:03:34','2026-01-27 17:03:34'),
(19633,NULL,NULL,1315,56,3,'2026-01-27 17:05:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19634,NULL,NULL,1315,56,3,'2026-01-27 17:06:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19635,NULL,NULL,1315,56,3,'2026-01-27 17:08:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19636,NULL,NULL,1315,56,3,'2026-01-27 17:09:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19637,NULL,NULL,1315,56,3,'2026-01-27 17:11:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19638,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19639,NULL,NULL,19638,56,3,'2026-01-27 17:05:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19640,NULL,NULL,19638,56,3,'2026-01-27 17:06:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19641,NULL,NULL,19638,56,3,'2026-01-27 17:08:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19642,NULL,NULL,19638,56,3,'2026-01-27 17:09:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19643,NULL,NULL,19638,56,3,'2026-01-27 17:11:00',NULL,'live',NULL,NULL,'2026-01-27 17:11:25','2026-01-27 17:11:25'),
(19657,NULL,NULL,1323,56,3,'2026-01-27 17:18:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19658,NULL,NULL,1323,56,3,'2026-01-27 17:19:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19659,NULL,NULL,1323,56,3,'2026-01-27 17:19:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19660,NULL,NULL,1323,56,3,'2026-01-27 17:20:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19661,NULL,NULL,1323,56,3,'2026-01-27 17:21:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19662,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19663,NULL,NULL,19662,56,3,'2026-01-27 17:18:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19664,NULL,NULL,19662,56,3,'2026-01-27 17:19:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19665,NULL,NULL,19662,56,3,'2026-01-27 17:19:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19666,NULL,NULL,19662,56,3,'2026-01-27 17:20:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19667,NULL,NULL,19662,56,3,'2026-01-27 17:21:00',NULL,'live',NULL,NULL,'2026-01-27 17:22:12','2026-01-27 17:22:12'),
(19675,NULL,NULL,1329,56,3,'2026-01-27 17:24:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:11','2026-01-27 17:28:11'),
(19676,NULL,NULL,1329,56,3,'2026-01-27 17:25:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:11','2026-01-27 17:28:11'),
(19677,NULL,NULL,1329,56,3,'2026-01-27 17:26:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:11','2026-01-27 17:28:11'),
(19678,NULL,NULL,1329,56,3,'2026-01-27 17:26:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:11','2026-01-27 17:28:11'),
(19679,NULL,NULL,1329,56,3,'2026-01-27 17:28:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:11','2026-01-27 17:28:11'),
(19680,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:12','2026-01-27 17:28:12'),
(19681,NULL,NULL,19680,56,3,'2026-01-27 17:24:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:12','2026-01-27 17:28:12'),
(19682,NULL,NULL,19680,56,3,'2026-01-27 17:25:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:12','2026-01-27 17:28:12'),
(19683,NULL,NULL,19680,56,3,'2026-01-27 17:26:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:12','2026-01-27 17:28:12'),
(19684,NULL,NULL,19680,56,3,'2026-01-27 17:26:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:12','2026-01-27 17:28:12'),
(19685,NULL,NULL,19680,56,3,'2026-01-27 17:28:00',NULL,'live',NULL,NULL,'2026-01-27 17:28:12','2026-01-27 17:28:12'),
(19698,NULL,NULL,1337,56,3,'2026-01-27 17:30:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19699,NULL,NULL,1337,56,3,'2026-01-27 17:38:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19700,NULL,NULL,1337,56,3,'2026-01-27 17:32:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19701,NULL,NULL,1337,56,3,'2026-01-27 17:36:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19702,NULL,NULL,1337,56,3,'2026-01-27 17:37:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19703,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19704,NULL,NULL,19703,56,3,'2026-01-27 17:30:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19705,NULL,NULL,19703,56,3,'2026-01-27 17:38:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19706,NULL,NULL,19703,56,3,'2026-01-27 17:32:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19707,NULL,NULL,19703,56,3,'2026-01-27 17:36:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19708,NULL,NULL,19703,56,3,'2026-01-27 17:37:00',NULL,'live',NULL,NULL,'2026-01-27 17:40:22','2026-01-27 17:40:22'),
(19724,NULL,NULL,1343,56,3,'2025-11-05 18:54:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19725,NULL,NULL,1343,56,3,'2026-01-27 17:44:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19726,NULL,NULL,1343,56,3,'2026-01-27 17:49:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19727,NULL,NULL,1343,56,3,'2026-01-27 18:37:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19728,NULL,NULL,1343,56,3,'2026-01-27 18:38:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19729,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19730,NULL,NULL,19729,56,3,'2025-11-05 18:54:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19731,NULL,NULL,19729,56,3,'2026-01-27 17:44:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19732,NULL,NULL,19729,56,3,'2026-01-27 17:49:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19733,NULL,NULL,19729,56,3,'2026-01-27 18:37:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19734,NULL,NULL,19729,56,3,'2026-01-27 18:38:00',NULL,'live',NULL,NULL,'2026-01-27 18:38:14','2026-01-27 18:38:14'),
(19749,NULL,NULL,1349,56,3,'2026-01-27 18:58:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19750,NULL,NULL,1349,56,3,'2026-01-27 19:00:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19751,NULL,NULL,1349,56,3,'2026-01-27 19:02:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19752,NULL,NULL,1349,56,3,'2026-01-27 19:03:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19753,NULL,NULL,1349,56,3,'2026-01-27 19:03:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19754,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19755,NULL,NULL,19754,56,3,'2026-01-27 18:58:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19756,NULL,NULL,19754,56,3,'2026-01-27 19:00:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19757,NULL,NULL,19754,56,3,'2026-01-27 19:02:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19758,NULL,NULL,19754,56,3,'2026-01-27 19:03:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19759,NULL,NULL,19754,56,3,'2026-01-27 19:03:00',NULL,'live',NULL,NULL,'2026-01-27 19:03:54','2026-01-27 19:03:54'),
(19776,NULL,NULL,2720,56,3,'2026-01-27 19:33:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19777,NULL,NULL,2720,56,3,'2026-01-27 19:35:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19778,NULL,NULL,2720,56,3,'2026-01-27 19:36:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19779,NULL,NULL,2720,56,3,'2026-01-27 19:36:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19780,NULL,NULL,2720,56,3,'2026-01-27 19:36:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19781,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19782,NULL,NULL,19781,56,3,'2026-01-27 19:33:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19783,NULL,NULL,19781,56,3,'2026-01-27 19:35:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19784,NULL,NULL,19781,56,3,'2026-01-27 19:36:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19785,NULL,NULL,19781,56,3,'2026-01-27 19:36:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19786,NULL,NULL,19781,56,3,'2026-01-27 19:36:00',NULL,'live',NULL,NULL,'2026-01-27 19:39:12','2026-01-27 19:39:12'),
(19802,NULL,NULL,1353,56,3,'2025-10-08 22:38:00',NULL,'live',NULL,NULL,'2026-01-27 20:10:58','2026-01-27 20:10:58'),
(19803,NULL,NULL,1353,56,3,'2026-01-27 20:10:00',NULL,'live',NULL,NULL,'2026-01-27 20:10:58','2026-01-27 20:10:58'),
(19804,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 20:10:58','2026-01-27 20:10:58'),
(19805,NULL,NULL,19804,56,3,'2025-10-08 22:37:00',NULL,'live',NULL,NULL,'2026-01-27 20:10:58','2026-01-27 20:10:58'),
(19806,NULL,NULL,19804,56,3,'2025-10-08 22:38:00',NULL,'live',NULL,NULL,'2026-01-27 20:10:58','2026-01-27 20:10:58'),
(19807,NULL,NULL,19804,56,3,'2025-10-08 22:38:00',NULL,'live',NULL,NULL,'2026-01-27 20:10:58','2026-01-27 20:10:58'),
(19808,NULL,NULL,19804,56,3,'2025-10-08 22:38:00',NULL,'live',NULL,NULL,'2026-01-27 20:10:58','2026-01-27 20:10:58'),
(19809,NULL,NULL,19804,56,3,'2026-01-27 20:10:00',NULL,'live',NULL,NULL,'2026-01-27 20:10:58','2026-01-27 20:10:58'),
(19818,NULL,NULL,1413,56,3,'2026-01-27 20:11:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19819,NULL,NULL,1413,56,3,'2026-01-27 20:12:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19820,NULL,NULL,1413,56,3,'2026-01-27 20:13:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19821,NULL,NULL,1413,56,3,'2026-01-27 20:13:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19822,NULL,NULL,1413,56,3,'2026-01-27 20:15:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19823,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19824,NULL,NULL,19823,56,3,'2026-01-27 20:11:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19825,NULL,NULL,19823,56,3,'2026-01-27 20:12:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19826,NULL,NULL,19823,56,3,'2026-01-27 20:13:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19827,NULL,NULL,19823,56,3,'2026-01-27 20:13:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19828,NULL,NULL,19823,56,3,'2026-01-27 20:15:00',NULL,'live',NULL,NULL,'2026-01-27 20:15:48','2026-01-27 20:15:48'),
(19840,NULL,NULL,1359,56,3,'2026-01-27 20:17:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19841,NULL,NULL,1359,56,3,'2026-01-27 20:17:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19842,NULL,NULL,1359,56,3,'2026-01-27 20:32:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19843,NULL,NULL,1359,56,3,'2026-01-27 20:33:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19844,NULL,NULL,1359,56,3,'2026-01-27 20:34:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19845,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19846,NULL,NULL,19845,56,3,'2026-01-27 20:17:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19847,NULL,NULL,19845,56,3,'2026-01-27 20:17:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19848,NULL,NULL,19845,56,3,'2026-01-27 20:32:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19849,NULL,NULL,19845,56,3,'2026-01-27 20:33:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19850,NULL,NULL,19845,56,3,'2026-01-27 20:34:00',NULL,'live',NULL,NULL,'2026-01-27 20:34:32','2026-01-27 20:34:32'),
(19858,NULL,NULL,1365,56,3,'2026-01-27 20:35:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:22','2026-01-27 20:37:22'),
(19859,NULL,NULL,1365,56,3,'2026-01-27 20:35:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:22','2026-01-27 20:37:22'),
(19860,NULL,NULL,1365,56,3,'2026-01-27 20:36:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:22','2026-01-27 20:37:22'),
(19861,NULL,NULL,1365,56,3,'2026-01-27 20:36:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:22','2026-01-27 20:37:22'),
(19862,NULL,NULL,1365,56,3,'2026-01-27 20:37:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:22','2026-01-27 20:37:22'),
(19863,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:23','2026-01-27 20:37:23'),
(19864,NULL,NULL,19863,56,3,'2026-01-27 20:35:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:23','2026-01-27 20:37:23'),
(19865,NULL,NULL,19863,56,3,'2026-01-27 20:35:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:23','2026-01-27 20:37:23'),
(19866,NULL,NULL,19863,56,3,'2026-01-27 20:36:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:23','2026-01-27 20:37:23'),
(19867,NULL,NULL,19863,56,3,'2026-01-27 20:36:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:23','2026-01-27 20:37:23'),
(19868,NULL,NULL,19863,56,3,'2026-01-27 20:37:00',NULL,'live',NULL,NULL,'2026-01-27 20:37:23','2026-01-27 20:37:23'),
(19875,NULL,NULL,2712,56,3,'2026-01-27 20:38:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:57','2026-01-27 20:42:57'),
(19876,NULL,NULL,2712,56,3,'2026-01-27 20:39:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:57','2026-01-27 20:42:57'),
(19877,NULL,NULL,2712,56,3,'2026-01-27 20:40:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:57','2026-01-27 20:42:57'),
(19878,NULL,NULL,2712,56,3,'2026-01-27 20:41:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:57','2026-01-27 20:42:57'),
(19879,NULL,NULL,2712,56,3,'2026-01-27 20:42:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:57','2026-01-27 20:42:57'),
(19880,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:57','2026-01-27 20:42:57'),
(19881,NULL,NULL,19880,56,3,'2026-01-27 20:38:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:58','2026-01-27 20:42:58'),
(19882,NULL,NULL,19880,56,3,'2026-01-27 20:39:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:58','2026-01-27 20:42:58'),
(19883,NULL,NULL,19880,56,3,'2026-01-27 20:40:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:58','2026-01-27 20:42:58'),
(19884,NULL,NULL,19880,56,3,'2026-01-27 20:41:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:58','2026-01-27 20:42:58'),
(19885,NULL,NULL,19880,56,3,'2026-01-27 20:42:00',NULL,'live',NULL,NULL,'2026-01-27 20:42:58','2026-01-27 20:42:58'),
(19895,NULL,NULL,1395,56,3,'2026-01-27 20:43:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19896,NULL,NULL,1395,56,3,'2026-01-27 20:58:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19897,NULL,NULL,1395,56,3,'2026-01-27 20:58:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19898,NULL,NULL,1395,56,3,'2026-01-27 20:59:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19899,NULL,NULL,1395,56,3,'2026-01-27 21:00:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19900,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19901,NULL,NULL,19900,56,3,'2026-01-27 20:43:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19902,NULL,NULL,19900,56,3,'2026-01-27 20:58:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19903,NULL,NULL,19900,56,3,'2026-01-27 20:58:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19904,NULL,NULL,19900,56,3,'2026-01-27 20:59:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19905,NULL,NULL,19900,56,3,'2026-01-27 21:00:00',NULL,'live',NULL,NULL,'2026-01-27 21:01:01','2026-01-27 21:01:01'),
(19914,NULL,NULL,1371,56,3,'2026-01-27 21:01:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:04','2026-01-27 21:04:04'),
(19915,NULL,NULL,1371,56,3,'2026-01-27 21:01:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:04','2026-01-27 21:04:04'),
(19916,NULL,NULL,1371,56,3,'2026-01-27 21:02:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:04','2026-01-27 21:04:04'),
(19917,NULL,NULL,1371,56,3,'2026-01-27 21:02:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:04','2026-01-27 21:04:04'),
(19918,NULL,NULL,1371,56,3,'2026-01-27 21:04:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:04','2026-01-27 21:04:04'),
(19919,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:04','2026-01-27 21:04:04'),
(19920,NULL,NULL,19919,56,3,'2026-01-27 21:01:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:04','2026-01-27 21:04:04'),
(19921,NULL,NULL,19919,56,3,'2026-01-27 21:01:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:05','2026-01-27 21:04:05'),
(19922,NULL,NULL,19919,56,3,'2026-01-27 21:02:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:05','2026-01-27 21:04:05'),
(19923,NULL,NULL,19919,56,3,'2026-01-27 21:02:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:05','2026-01-27 21:04:05'),
(19924,NULL,NULL,19919,56,3,'2026-01-27 21:04:00',NULL,'live',NULL,NULL,'2026-01-27 21:04:05','2026-01-27 21:04:05'),
(19930,NULL,NULL,1377,56,3,'2026-01-27 21:04:00',NULL,'live',NULL,NULL,'2026-01-27 21:05:31','2026-01-27 21:05:31'),
(19931,NULL,NULL,1377,56,3,'2026-01-27 21:04:00',NULL,'live',NULL,NULL,'2026-01-27 21:05:31','2026-01-27 21:05:31'),
(19932,NULL,NULL,1377,56,3,'2026-01-27 21:05:00',NULL,'live',NULL,NULL,'2026-01-27 21:05:31','2026-01-27 21:05:31'),
(19933,NULL,NULL,1377,56,3,'2026-01-27 21:05:00',NULL,'live',NULL,NULL,'2026-01-27 21:05:31','2026-01-27 21:05:31'),
(19934,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 21:05:31','2026-01-27 21:05:31'),
(19935,NULL,NULL,19934,56,3,'2026-01-27 21:04:00',NULL,'live',NULL,NULL,'2026-01-27 21:05:31','2026-01-27 21:05:31'),
(19936,NULL,NULL,19934,56,3,'2026-01-27 21:04:00',NULL,'live',NULL,NULL,'2026-01-27 21:05:31','2026-01-27 21:05:31'),
(19937,NULL,NULL,19934,56,3,'2026-01-27 21:05:00',NULL,'live',NULL,NULL,'2026-01-27 21:05:31','2026-01-27 21:05:31'),
(19938,NULL,NULL,19934,56,3,'2026-01-27 21:05:00',NULL,'live',NULL,NULL,'2026-01-27 21:05:31','2026-01-27 21:05:31'),
(19941,NULL,NULL,1377,56,3,'2026-01-27 21:06:00',NULL,'live',NULL,NULL,'2026-01-27 21:06:51','2026-01-27 21:06:51'),
(19942,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 21:06:51','2026-01-27 21:06:51'),
(19943,NULL,NULL,19942,56,3,'2026-01-27 21:06:00',NULL,'live',NULL,NULL,'2026-01-27 21:06:51','2026-01-27 21:06:51'),
(19950,NULL,NULL,1383,56,3,'2026-01-27 21:07:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(19951,NULL,NULL,1383,56,3,'2026-01-27 21:08:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(19952,NULL,NULL,1383,56,3,'2026-01-27 21:08:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(19953,NULL,NULL,1383,56,3,'2026-01-27 21:09:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(19954,NULL,NULL,1383,56,3,'2026-01-27 21:10:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(19955,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(19956,NULL,NULL,19955,56,3,'2026-01-27 21:07:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(19957,NULL,NULL,19955,56,3,'2026-01-27 21:08:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(19958,NULL,NULL,19955,56,3,'2026-01-27 21:08:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(19959,NULL,NULL,19955,56,3,'2026-01-27 21:09:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(19960,NULL,NULL,19955,56,3,'2026-01-27 21:10:00',NULL,'live',NULL,NULL,'2026-01-27 21:10:47','2026-01-27 21:10:47'),
(20831,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-28 17:09:25','2026-01-28 17:09:25'),
(20839,NULL,NULL,945,56,3,'2026-01-28 17:12:00',NULL,'live',NULL,NULL,'2026-01-28 17:14:28','2026-01-28 17:14:28'),
(20840,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 17:14:28','2026-01-28 17:14:28'),
(20841,NULL,NULL,20840,56,3,'2025-10-06 17:51:00',NULL,'live',NULL,NULL,'2026-01-28 17:14:28','2026-01-28 17:14:28'),
(20842,NULL,NULL,20840,56,3,'2025-10-06 17:51:00',NULL,'live',NULL,NULL,'2026-01-28 17:14:28','2026-01-28 17:14:28'),
(20843,NULL,NULL,20840,56,3,'2026-01-28 17:12:00',NULL,'live',NULL,NULL,'2026-01-28 17:14:28','2026-01-28 17:14:28'),
(20844,NULL,NULL,20840,64,14,'2026-01-22 19:53:00',NULL,'live',NULL,NULL,'2026-01-28 17:14:28','2026-01-28 17:14:28'),
(20847,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-28 17:14:47','2026-01-28 17:14:47'),
(20848,NULL,NULL,20847,64,14,'2025-09-23 20:44:00',NULL,'live',NULL,NULL,'2026-01-28 17:14:47','2026-01-28 17:14:47'),
(20891,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 19:08:34','2026-01-28 19:08:34'),
(20895,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 19:11:00','2026-01-28 19:11:00'),
(20896,NULL,NULL,20895,64,14,'2025-11-05 17:36:00',NULL,'live',NULL,NULL,'2026-01-28 19:11:00','2026-01-28 19:11:00'),
(20918,NULL,NULL,975,56,3,'2026-01-28 20:04:00',NULL,'live',NULL,NULL,'2026-01-28 20:18:01','2026-01-28 20:18:01'),
(20919,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:18:01','2026-01-28 20:18:01'),
(20920,NULL,NULL,20919,56,3,'2025-10-08 19:57:00',NULL,'live',NULL,NULL,'2026-01-28 20:18:01','2026-01-28 20:18:01'),
(20921,NULL,NULL,20919,56,3,'2025-10-08 19:57:00',NULL,'live',NULL,NULL,'2026-01-28 20:18:01','2026-01-28 20:18:01'),
(20922,NULL,NULL,20919,56,3,'2026-01-28 20:04:00',NULL,'live',NULL,NULL,'2026-01-28 20:18:01','2026-01-28 20:18:01'),
(20924,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:18:14','2026-01-28 20:18:14'),
(20933,NULL,NULL,963,56,3,'2026-01-28 20:20:00',NULL,'live',NULL,NULL,'2026-01-28 20:22:26','2026-01-28 20:22:26'),
(20934,NULL,NULL,963,56,3,'2026-01-28 20:20:00',NULL,'live',NULL,NULL,'2026-01-28 20:22:26','2026-01-28 20:22:26'),
(20935,NULL,NULL,963,56,3,'2026-01-28 20:22:00',NULL,'live',NULL,NULL,'2026-01-28 20:22:26','2026-01-28 20:22:26'),
(20936,NULL,NULL,963,56,3,'2026-01-28 20:22:00',NULL,'live',NULL,NULL,'2026-01-28 20:22:26','2026-01-28 20:22:26'),
(20937,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:22:26','2026-01-28 20:22:26'),
(20938,NULL,NULL,20937,56,3,'2025-10-08 18:50:00',NULL,'live',NULL,NULL,'2026-01-28 20:22:26','2026-01-28 20:22:26'),
(20939,NULL,NULL,20937,56,3,'2026-01-28 20:20:00',NULL,'live',NULL,NULL,'2026-01-28 20:22:26','2026-01-28 20:22:26'),
(20940,NULL,NULL,20937,56,3,'2026-01-28 20:20:00',NULL,'live',NULL,NULL,'2026-01-28 20:22:26','2026-01-28 20:22:26'),
(20941,NULL,NULL,20937,56,3,'2026-01-28 20:22:00',NULL,'live',NULL,NULL,'2026-01-28 20:22:26','2026-01-28 20:22:26'),
(20942,NULL,NULL,20937,56,3,'2026-01-28 20:22:00',NULL,'live',NULL,NULL,'2026-01-28 20:22:26','2026-01-28 20:22:26'),
(20949,NULL,NULL,969,56,3,'2026-01-28 20:23:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20950,NULL,NULL,969,56,3,'2026-01-28 20:25:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20951,NULL,NULL,969,56,3,'2026-01-28 20:24:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20952,NULL,NULL,969,56,3,'2026-01-28 20:27:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20953,NULL,NULL,969,56,3,'2026-01-28 20:27:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20954,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20955,NULL,NULL,20954,56,3,'2026-01-28 20:23:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20956,NULL,NULL,20954,56,3,'2026-01-28 20:25:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20957,NULL,NULL,20954,56,3,'2026-01-28 20:24:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20958,NULL,NULL,20954,56,3,'2026-01-28 20:27:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20959,NULL,NULL,20954,56,3,'2026-01-28 20:27:00',NULL,'live',NULL,NULL,'2026-01-28 20:27:59','2026-01-28 20:27:59'),
(20962,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:28:29','2026-01-28 20:28:29'),
(20968,NULL,NULL,981,56,3,'2026-01-28 20:30:00',NULL,'live',NULL,NULL,'2026-01-28 20:32:04','2026-01-28 20:32:04'),
(20969,NULL,NULL,981,56,3,'2026-01-28 20:31:00',NULL,'live',NULL,NULL,'2026-01-28 20:32:04','2026-01-28 20:32:04'),
(20970,NULL,NULL,981,56,3,'2026-01-28 20:31:00',NULL,'live',NULL,NULL,'2026-01-28 20:32:04','2026-01-28 20:32:04'),
(20971,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:32:04','2026-01-28 20:32:04'),
(20972,NULL,NULL,20971,56,3,'2026-01-28 20:30:00',NULL,'live',NULL,NULL,'2026-01-28 20:32:04','2026-01-28 20:32:04'),
(20973,NULL,NULL,20971,56,3,'2026-01-28 20:31:00',NULL,'live',NULL,NULL,'2026-01-28 20:32:04','2026-01-28 20:32:04'),
(20974,NULL,NULL,20971,56,3,'2026-01-28 20:31:00',NULL,'live',NULL,NULL,'2026-01-28 20:32:04','2026-01-28 20:32:04'),
(20976,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:32:16','2026-01-28 20:32:16'),
(20978,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:32:39','2026-01-28 20:32:39'),
(20985,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:34:12','2026-01-28 20:34:12'),
(20986,NULL,NULL,20985,56,3,'2025-10-09 16:29:00',NULL,'live',NULL,NULL,'2026-01-28 20:34:12','2026-01-28 20:34:12'),
(20987,NULL,NULL,20985,56,3,'2025-10-09 16:30:00',NULL,'live',NULL,NULL,'2026-01-28 20:34:12','2026-01-28 20:34:12'),
(20988,NULL,NULL,20985,56,3,'2025-10-09 16:29:00',NULL,'live',NULL,NULL,'2026-01-28 20:34:12','2026-01-28 20:34:12'),
(20989,NULL,NULL,20985,56,3,'2025-10-09 16:30:00',NULL,'live',NULL,NULL,'2026-01-28 20:34:12','2026-01-28 20:34:12'),
(20990,NULL,NULL,20985,56,3,'2025-10-09 16:30:00',NULL,'live',NULL,NULL,'2026-01-28 20:34:12','2026-01-28 20:34:12'),
(20992,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:34:25','2026-01-28 20:34:25'),
(20999,NULL,NULL,1005,56,3,'2026-01-28 20:35:00',NULL,'live',NULL,NULL,'2026-01-28 20:36:40','2026-01-28 20:36:40'),
(21000,NULL,NULL,1005,56,3,'2026-01-28 20:36:00',NULL,'live',NULL,NULL,'2026-01-28 20:36:40','2026-01-28 20:36:40'),
(21001,NULL,NULL,1005,56,3,'2026-01-28 20:36:00',NULL,'live',NULL,NULL,'2026-01-28 20:36:40','2026-01-28 20:36:40'),
(21002,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 20:36:40','2026-01-28 20:36:40'),
(21003,NULL,NULL,21002,56,3,'2025-10-09 16:42:00',NULL,'live',NULL,NULL,'2026-01-28 20:36:40','2026-01-28 20:36:40'),
(21004,NULL,NULL,21002,56,3,'2026-01-28 20:35:00',NULL,'live',NULL,NULL,'2026-01-28 20:36:40','2026-01-28 20:36:40'),
(21005,NULL,NULL,21002,56,3,'2026-01-28 20:36:00',NULL,'live',NULL,NULL,'2026-01-28 20:36:40','2026-01-28 20:36:40'),
(21006,NULL,NULL,21002,56,3,'2026-01-28 20:36:00',NULL,'live',NULL,NULL,'2026-01-28 20:36:40','2026-01-28 20:36:40'),
(21021,NULL,NULL,1011,56,3,'2026-01-28 21:28:00',NULL,'live',NULL,NULL,'2026-01-28 21:29:25','2026-01-28 21:29:25'),
(21022,NULL,NULL,1011,56,3,'2026-01-28 21:29:00',NULL,'live',NULL,NULL,'2026-01-28 21:29:25','2026-01-28 21:29:25'),
(21023,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:29:25','2026-01-28 21:29:25'),
(21024,NULL,NULL,21023,56,3,'2025-10-09 17:05:00',NULL,'live',NULL,NULL,'2026-01-28 21:29:25','2026-01-28 21:29:25'),
(21025,NULL,NULL,21023,56,3,'2025-10-09 17:05:00',NULL,'live',NULL,NULL,'2026-01-28 21:29:25','2026-01-28 21:29:25'),
(21026,NULL,NULL,21023,56,3,'2026-01-28 21:28:00',NULL,'live',NULL,NULL,'2026-01-28 21:29:25','2026-01-28 21:29:25'),
(21027,NULL,NULL,21023,56,3,'2026-01-28 21:29:00',NULL,'live',NULL,NULL,'2026-01-28 21:29:25','2026-01-28 21:29:25'),
(21036,NULL,NULL,1023,56,3,'2026-01-28 21:29:00',NULL,'live',NULL,NULL,'2026-01-28 21:34:03','2026-01-28 21:34:03'),
(21037,NULL,NULL,1023,56,3,'2026-01-28 21:30:00',NULL,'live',NULL,NULL,'2026-01-28 21:34:03','2026-01-28 21:34:03'),
(21038,NULL,NULL,1023,56,3,'2026-01-28 21:32:00',NULL,'live',NULL,NULL,'2026-01-28 21:34:03','2026-01-28 21:34:03'),
(21039,NULL,NULL,1023,56,3,'2026-01-28 21:33:00',NULL,'live',NULL,NULL,'2026-01-28 21:34:03','2026-01-28 21:34:03'),
(21040,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:34:03','2026-01-28 21:34:03'),
(21041,NULL,NULL,21040,56,3,'2026-01-28 21:29:00',NULL,'live',NULL,NULL,'2026-01-28 21:34:03','2026-01-28 21:34:03'),
(21042,NULL,NULL,21040,56,3,'2026-01-28 21:30:00',NULL,'live',NULL,NULL,'2026-01-28 21:34:03','2026-01-28 21:34:03'),
(21043,NULL,NULL,21040,56,3,'2026-01-28 21:32:00',NULL,'live',NULL,NULL,'2026-01-28 21:34:03','2026-01-28 21:34:03'),
(21044,NULL,NULL,21040,56,3,'2026-01-28 21:33:00',NULL,'live',NULL,NULL,'2026-01-28 21:34:03','2026-01-28 21:34:03'),
(21046,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:34:15','2026-01-28 21:34:15'),
(21052,NULL,NULL,1041,56,3,'2026-01-28 21:36:00',NULL,'live',NULL,NULL,'2026-01-28 21:36:11','2026-01-28 21:36:11'),
(21053,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:36:11','2026-01-28 21:36:11'),
(21054,NULL,NULL,21053,56,3,'2025-10-09 17:28:00',NULL,'live',NULL,NULL,'2026-01-28 21:36:11','2026-01-28 21:36:11'),
(21055,NULL,NULL,21053,56,3,'2025-10-09 17:28:00',NULL,'live',NULL,NULL,'2026-01-28 21:36:11','2026-01-28 21:36:11'),
(21056,NULL,NULL,21053,56,3,'2025-10-09 17:28:00',NULL,'live',NULL,NULL,'2026-01-28 21:36:11','2026-01-28 21:36:11'),
(21057,NULL,NULL,21053,56,3,'2026-01-28 21:36:00',NULL,'live',NULL,NULL,'2026-01-28 21:36:11','2026-01-28 21:36:11'),
(21058,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:36:34','2026-01-28 21:36:34'),
(21061,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:37:11','2026-01-28 21:37:11'),
(21062,NULL,NULL,21061,56,3,'2025-10-09 20:55:00',NULL,'live',NULL,NULL,'2026-01-28 21:37:11','2026-01-28 21:37:11'),
(21069,NULL,NULL,1059,56,3,'2026-01-28 21:38:00',NULL,'live',NULL,NULL,'2026-01-28 21:38:39','2026-01-28 21:38:39'),
(21070,NULL,NULL,1059,56,3,'2026-01-28 21:38:00',NULL,'live',NULL,NULL,'2026-01-28 21:38:39','2026-01-28 21:38:39'),
(21071,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:38:39','2026-01-28 21:38:39'),
(21072,NULL,NULL,21071,56,3,'2026-01-28 21:38:00',NULL,'live',NULL,NULL,'2026-01-28 21:38:39','2026-01-28 21:38:39'),
(21073,NULL,NULL,21071,56,3,'2025-10-13 16:01:00',NULL,'live',NULL,NULL,'2026-01-28 21:38:39','2026-01-28 21:38:39'),
(21074,NULL,NULL,21071,56,3,'2026-01-28 21:38:00',NULL,'live',NULL,NULL,'2026-01-28 21:38:39','2026-01-28 21:38:39'),
(21077,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:38:58','2026-01-28 21:38:58'),
(21078,NULL,NULL,21077,56,3,'2025-10-13 16:04:00',NULL,'live',NULL,NULL,'2026-01-28 21:38:58','2026-01-28 21:38:58'),
(21081,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:39:40','2026-01-28 21:39:40'),
(21082,NULL,NULL,21081,56,3,'2025-10-13 16:14:00',NULL,'live',NULL,NULL,'2026-01-28 21:39:40','2026-01-28 21:39:40'),
(21085,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:39:54','2026-01-28 21:39:54'),
(21086,NULL,NULL,21085,56,3,'2025-10-13 16:43:00',NULL,'live',NULL,NULL,'2026-01-28 21:39:54','2026-01-28 21:39:54'),
(21089,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:40:04','2026-01-28 21:40:04'),
(21090,NULL,NULL,21089,56,3,'2025-10-13 17:06:00',NULL,'live',NULL,NULL,'2026-01-28 21:40:04','2026-01-28 21:40:04'),
(21093,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:40:17','2026-01-28 21:40:17'),
(21094,NULL,NULL,21093,56,3,'2025-10-13 17:22:00',NULL,'live',NULL,NULL,'2026-01-28 21:40:17','2026-01-28 21:40:17'),
(21096,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:40:27','2026-01-28 21:40:27'),
(21097,NULL,NULL,21096,56,3,'2025-10-13 17:42:00',NULL,'live',NULL,NULL,'2026-01-28 21:40:27','2026-01-28 21:40:27'),
(21101,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:40:43','2026-01-28 21:40:43'),
(21102,NULL,NULL,21101,56,3,'2025-10-13 17:49:00',NULL,'live',NULL,NULL,'2026-01-28 21:40:43','2026-01-28 21:40:43'),
(21103,NULL,NULL,21101,56,3,'2025-10-13 17:50:00',NULL,'live',NULL,NULL,'2026-01-28 21:40:43','2026-01-28 21:40:43'),
(21107,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:00','2026-01-28 21:41:00'),
(21108,NULL,NULL,21107,56,3,'2025-10-13 17:59:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:00','2026-01-28 21:41:00'),
(21109,NULL,NULL,21107,56,3,'2025-10-13 18:00:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:00','2026-01-28 21:41:00'),
(21112,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:14','2026-01-28 21:41:14'),
(21113,NULL,NULL,21112,56,3,'2025-10-13 19:32:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:14','2026-01-28 21:41:14'),
(21116,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:25','2026-01-28 21:41:25'),
(21117,NULL,NULL,21116,56,3,'2025-10-14 16:52:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:25','2026-01-28 21:41:25'),
(21120,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:43','2026-01-28 21:41:43'),
(21121,NULL,NULL,21120,56,3,'2025-10-14 17:04:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:43','2026-01-28 21:41:43'),
(21124,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:59','2026-01-28 21:41:59'),
(21125,NULL,NULL,21124,56,3,'2025-10-14 17:21:00',NULL,'live',NULL,NULL,'2026-01-28 21:41:59','2026-01-28 21:41:59'),
(21129,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:42:17','2026-01-28 21:42:17'),
(21130,NULL,NULL,21129,56,3,'2025-10-14 17:24:00',NULL,'live',NULL,NULL,'2026-01-28 21:42:17','2026-01-28 21:42:17'),
(21131,NULL,NULL,21129,56,3,'2025-10-14 17:24:00',NULL,'live',NULL,NULL,'2026-01-28 21:42:17','2026-01-28 21:42:17'),
(21134,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:42:30','2026-01-28 21:42:30'),
(21135,NULL,NULL,21134,56,3,'2025-10-14 17:27:00',NULL,'live',NULL,NULL,'2026-01-28 21:42:30','2026-01-28 21:42:30'),
(21137,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:42:37','2026-01-28 21:42:37'),
(21138,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:42:51','2026-01-28 21:42:51'),
(21140,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:43:02','2026-01-28 21:43:02'),
(21142,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:43:12','2026-01-28 21:43:12'),
(21144,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:43:23','2026-01-28 21:43:23'),
(21146,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:43:34','2026-01-28 21:43:34'),
(21148,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:43:47','2026-01-28 21:43:47'),
(21150,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-28 21:43:55','2026-01-28 21:43:55'),
(21312,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 14:34:42','2026-01-29 14:34:42'),
(21314,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 14:35:13','2026-01-29 14:35:13'),
(21316,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 14:38:44','2026-01-29 14:38:44'),
(21325,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-01-29 15:59:54','2026-01-29 15:59:54'),
(21327,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:00:00','2026-01-29 16:00:00'),
(21334,NULL,NULL,951,56,3,'2026-01-29 16:01:00',NULL,'live',NULL,NULL,'2026-01-29 16:01:42','2026-01-29 16:01:42'),
(21335,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:01:42','2026-01-29 16:01:42'),
(21336,NULL,NULL,21335,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-29 16:01:42','2026-01-29 16:01:42'),
(21337,NULL,NULL,21335,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-29 16:01:42','2026-01-29 16:01:42'),
(21338,NULL,NULL,21335,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-29 16:01:42','2026-01-29 16:01:42'),
(21339,NULL,NULL,21335,56,3,'2025-10-08 22:22:00',NULL,'live',NULL,NULL,'2026-01-29 16:01:42','2026-01-29 16:01:42'),
(21340,NULL,NULL,21335,56,3,'2026-01-29 16:01:00',NULL,'live',NULL,NULL,'2026-01-29 16:01:42','2026-01-29 16:01:42'),
(21341,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:01:44','2026-01-29 16:01:44'),
(21349,NULL,NULL,957,56,3,'2026-01-29 16:05:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21350,NULL,NULL,957,56,3,'2026-01-29 16:04:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21351,NULL,NULL,957,56,3,'2026-01-29 16:06:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21352,NULL,NULL,957,56,3,'2026-01-29 16:06:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21353,NULL,NULL,957,56,3,'2026-01-29 16:08:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21354,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21355,NULL,NULL,21354,56,3,'2026-01-29 16:05:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21356,NULL,NULL,21354,56,3,'2026-01-29 16:04:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21357,NULL,NULL,21354,56,3,'2026-01-29 16:06:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21358,NULL,NULL,21354,56,3,'2026-01-29 16:06:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21359,NULL,NULL,21354,56,3,'2026-01-29 16:08:00',NULL,'live',NULL,NULL,'2026-01-29 16:08:14','2026-01-29 16:08:14'),
(21362,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:09:21','2026-01-29 16:09:21'),
(21363,NULL,NULL,21362,56,3,'2026-01-28 20:22:00',NULL,'live',NULL,NULL,'2026-01-29 16:09:21','2026-01-29 16:09:21'),
(21365,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:09:39','2026-01-29 16:09:39'),
(21367,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:10:11','2026-01-29 16:10:11'),
(21369,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:10:53','2026-01-29 16:10:53'),
(21374,NULL,NULL,989,56,3,'2026-01-29 16:12:00',NULL,'live',NULL,NULL,'2026-01-29 16:12:42','2026-01-29 16:12:42'),
(21375,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:12:42','2026-01-29 16:12:42'),
(21376,NULL,NULL,21375,56,3,'2025-10-09 14:53:00',NULL,'live',NULL,NULL,'2026-01-29 16:12:42','2026-01-29 16:12:42'),
(21377,NULL,NULL,21375,56,3,'2026-01-29 16:12:00',NULL,'live',NULL,NULL,'2026-01-29 16:12:42','2026-01-29 16:12:42'),
(21379,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:13:21','2026-01-29 16:13:21'),
(21404,NULL,NULL,999,56,3,'2026-01-29 16:44:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21405,NULL,NULL,999,56,3,'2026-01-29 16:45:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21406,NULL,NULL,999,56,3,'2026-01-29 16:46:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21407,NULL,NULL,999,56,3,'2026-01-29 16:47:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21408,NULL,NULL,999,56,3,'2026-01-29 16:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21409,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21410,NULL,NULL,21409,56,3,'2026-01-29 16:44:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21411,NULL,NULL,21409,56,3,'2026-01-29 16:45:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21412,NULL,NULL,21409,56,3,'2026-01-29 16:46:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21413,NULL,NULL,21409,56,3,'2026-01-29 16:47:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21414,NULL,NULL,21409,56,3,'2026-01-29 16:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:48:33','2026-01-29 16:48:33'),
(21417,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:50:22','2026-01-29 16:50:22'),
(21422,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:52:50','2026-01-29 16:52:50'),
(21432,NULL,NULL,1017,56,3,'2026-01-29 16:53:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21433,NULL,NULL,1017,56,3,'2026-01-29 16:54:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21434,NULL,NULL,1017,56,3,'2026-01-29 16:54:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21435,NULL,NULL,1017,56,3,'2026-01-29 16:55:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21436,NULL,NULL,1017,56,3,'2026-01-29 16:55:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21437,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21438,NULL,NULL,21437,56,3,'2026-01-29 16:53:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21439,NULL,NULL,21437,56,3,'2026-01-29 16:54:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21440,NULL,NULL,21437,56,3,'2026-01-29 16:54:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21441,NULL,NULL,21437,56,3,'2026-01-29 16:55:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21442,NULL,NULL,21437,56,3,'2026-01-29 16:55:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:33','2026-01-29 16:55:33'),
(21445,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:55:50','2026-01-29 16:55:50'),
(21449,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 16:56:25','2026-01-29 16:56:25'),
(21457,NULL,NULL,1035,56,3,'2026-01-29 16:59:00',NULL,'live',NULL,NULL,'2026-01-29 17:01:10','2026-01-29 17:01:10'),
(21458,NULL,NULL,1035,56,3,'2026-01-29 16:59:00',NULL,'live',NULL,NULL,'2026-01-29 17:01:10','2026-01-29 17:01:10'),
(21459,NULL,NULL,1035,56,3,'2026-01-29 17:00:00',NULL,'live',NULL,NULL,'2026-01-29 17:01:10','2026-01-29 17:01:10'),
(21460,NULL,NULL,1035,56,3,'2026-01-29 17:01:00',NULL,'live',NULL,NULL,'2026-01-29 17:01:10','2026-01-29 17:01:10'),
(21461,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:01:10','2026-01-29 17:01:10'),
(21462,NULL,NULL,21461,56,3,'2026-01-29 16:59:00',NULL,'live',NULL,NULL,'2026-01-29 17:01:10','2026-01-29 17:01:10'),
(21463,NULL,NULL,21461,56,3,'2026-01-29 16:59:00',NULL,'live',NULL,NULL,'2026-01-29 17:01:10','2026-01-29 17:01:10'),
(21464,NULL,NULL,21461,56,3,'2026-01-29 17:00:00',NULL,'live',NULL,NULL,'2026-01-29 17:01:10','2026-01-29 17:01:10'),
(21465,NULL,NULL,21461,56,3,'2026-01-29 17:01:00',NULL,'live',NULL,NULL,'2026-01-29 17:01:10','2026-01-29 17:01:10'),
(21468,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:01:21','2026-01-29 17:01:21'),
(21476,NULL,NULL,1045,56,3,'2026-01-29 17:02:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21477,NULL,NULL,1045,56,3,'2026-01-29 17:03:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21478,NULL,NULL,1045,56,3,'2026-01-29 17:04:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21479,NULL,NULL,1045,56,3,'2026-01-29 17:04:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21480,NULL,NULL,1045,56,3,'2026-01-29 17:05:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21481,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21482,NULL,NULL,21481,56,3,'2026-01-29 17:02:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21483,NULL,NULL,21481,56,3,'2026-01-29 17:03:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21484,NULL,NULL,21481,56,3,'2026-01-29 17:04:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21485,NULL,NULL,21481,56,3,'2026-01-29 17:04:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21486,NULL,NULL,21481,56,3,'2026-01-29 17:05:00',NULL,'live',NULL,NULL,'2026-01-29 17:05:21','2026-01-29 17:05:21'),
(21492,NULL,NULL,1051,56,3,'2026-01-29 17:06:00',NULL,'live',NULL,NULL,'2026-01-29 17:07:18','2026-01-29 17:07:18'),
(21493,NULL,NULL,1051,56,3,'2026-01-29 17:06:00',NULL,'live',NULL,NULL,'2026-01-29 17:07:18','2026-01-29 17:07:18'),
(21494,NULL,NULL,1051,56,3,'2026-01-29 17:05:00',NULL,'live',NULL,NULL,'2026-01-29 17:07:18','2026-01-29 17:07:18'),
(21495,NULL,NULL,1051,56,3,'2026-01-29 17:07:00',NULL,'live',NULL,NULL,'2026-01-29 17:07:18','2026-01-29 17:07:18'),
(21496,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:07:18','2026-01-29 17:07:18'),
(21497,NULL,NULL,21496,56,3,'2026-01-29 17:06:00',NULL,'live',NULL,NULL,'2026-01-29 17:07:18','2026-01-29 17:07:18'),
(21498,NULL,NULL,21496,56,3,'2025-10-09 20:55:00',NULL,'live',NULL,NULL,'2026-01-29 17:07:18','2026-01-29 17:07:18'),
(21499,NULL,NULL,21496,56,3,'2026-01-29 17:06:00',NULL,'live',NULL,NULL,'2026-01-29 17:07:18','2026-01-29 17:07:18'),
(21500,NULL,NULL,21496,56,3,'2026-01-29 17:05:00',NULL,'live',NULL,NULL,'2026-01-29 17:07:18','2026-01-29 17:07:18'),
(21501,NULL,NULL,21496,56,3,'2026-01-29 17:07:00',NULL,'live',NULL,NULL,'2026-01-29 17:07:18','2026-01-29 17:07:18'),
(21507,NULL,NULL,1059,56,3,'2026-01-29 17:08:00',NULL,'live',NULL,NULL,'2026-01-29 17:09:10','2026-01-29 17:09:10'),
(21508,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:09:10','2026-01-29 17:09:10'),
(21509,NULL,NULL,21508,56,3,'2025-10-13 16:01:00',NULL,'live',NULL,NULL,'2026-01-29 17:09:10','2026-01-29 17:09:10'),
(21510,NULL,NULL,21508,56,3,'2025-10-13 16:01:00',NULL,'live',NULL,NULL,'2026-01-29 17:09:10','2026-01-29 17:09:10'),
(21511,NULL,NULL,21508,56,3,'2026-01-29 17:08:00',NULL,'live',NULL,NULL,'2026-01-29 17:09:10','2026-01-29 17:09:10'),
(21517,NULL,NULL,1067,56,3,'2026-01-29 17:10:00',NULL,'live',NULL,NULL,'2026-01-29 17:12:39','2026-01-29 17:12:39'),
(21518,NULL,NULL,1067,56,3,'2026-01-29 17:11:00',NULL,'live',NULL,NULL,'2026-01-29 17:12:39','2026-01-29 17:12:39'),
(21519,NULL,NULL,1067,56,3,'2026-01-29 17:12:00',NULL,'live',NULL,NULL,'2026-01-29 17:12:39','2026-01-29 17:12:39'),
(21520,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:12:40','2026-01-29 17:12:40'),
(21521,NULL,NULL,21520,56,3,'2025-10-13 16:04:00',NULL,'live',NULL,NULL,'2026-01-29 17:12:40','2026-01-29 17:12:40'),
(21522,NULL,NULL,21520,56,3,'2026-01-29 17:10:00',NULL,'live',NULL,NULL,'2026-01-29 17:12:40','2026-01-29 17:12:40'),
(21523,NULL,NULL,21520,56,3,'2026-01-29 17:11:00',NULL,'live',NULL,NULL,'2026-01-29 17:12:40','2026-01-29 17:12:40'),
(21524,NULL,NULL,21520,56,3,'2026-01-29 17:12:00',NULL,'live',NULL,NULL,'2026-01-29 17:12:40','2026-01-29 17:12:40'),
(21531,NULL,NULL,1073,56,3,'2026-01-29 17:13:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21532,NULL,NULL,1073,56,3,'2026-01-29 17:13:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21533,NULL,NULL,1073,56,3,'2026-01-29 17:13:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21534,NULL,NULL,1073,56,3,'2026-01-29 17:15:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21535,NULL,NULL,1073,56,3,'2026-01-29 17:16:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21536,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21537,NULL,NULL,21536,56,3,'2026-01-29 17:13:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21538,NULL,NULL,21536,56,3,'2026-01-29 17:13:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21539,NULL,NULL,21536,56,3,'2026-01-29 17:13:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21540,NULL,NULL,21536,56,3,'2026-01-29 17:15:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21541,NULL,NULL,21536,56,3,'2026-01-29 17:16:00',NULL,'live',NULL,NULL,'2026-01-29 17:16:36','2026-01-29 17:16:36'),
(21549,NULL,NULL,1079,56,3,'2026-01-29 17:21:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21550,NULL,NULL,1079,56,3,'2025-10-13 16:14:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21551,NULL,NULL,1079,56,3,'2026-01-29 17:18:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21552,NULL,NULL,1079,56,3,'2026-01-29 17:20:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21553,NULL,NULL,1079,56,3,'2026-01-29 17:21:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21554,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21555,NULL,NULL,21554,56,3,'2026-01-29 17:21:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21556,NULL,NULL,21554,56,3,'2025-10-13 16:14:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21557,NULL,NULL,21554,56,3,'2026-01-29 17:18:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21558,NULL,NULL,21554,56,3,'2026-01-29 17:20:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21559,NULL,NULL,21554,56,3,'2026-01-29 17:21:00',NULL,'live',NULL,NULL,'2026-01-29 17:21:38','2026-01-29 17:21:38'),
(21571,NULL,NULL,1085,56,3,'2025-10-13 16:43:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21572,NULL,NULL,1085,56,3,'2026-01-29 17:41:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21573,NULL,NULL,1085,56,3,'2026-01-29 17:43:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21574,NULL,NULL,1085,56,3,'2026-01-29 17:44:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21575,NULL,NULL,1085,56,3,'2026-01-29 17:45:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21576,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21577,NULL,NULL,21576,56,3,'2025-10-13 16:43:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21578,NULL,NULL,21576,56,3,'2026-01-29 17:41:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21579,NULL,NULL,21576,56,3,'2026-01-29 17:43:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21580,NULL,NULL,21576,56,3,'2026-01-29 17:44:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21581,NULL,NULL,21576,56,3,'2026-01-29 17:45:00',NULL,'live',NULL,NULL,'2026-01-29 17:45:04','2026-01-29 17:45:04'),
(21588,NULL,NULL,1091,56,3,'2026-01-29 17:47:00',NULL,'live',NULL,NULL,'2026-01-29 17:48:35','2026-01-29 17:48:35'),
(21589,NULL,NULL,1091,56,3,'2026-01-29 17:47:00',NULL,'live',NULL,NULL,'2026-01-29 17:48:35','2026-01-29 17:48:35'),
(21590,NULL,NULL,1091,56,3,'2026-01-29 17:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:48:35','2026-01-29 17:48:35'),
(21591,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:48:35','2026-01-29 17:48:35'),
(21592,NULL,NULL,21591,56,3,'2025-10-13 17:06:00',NULL,'live',NULL,NULL,'2026-01-29 17:48:35','2026-01-29 17:48:35'),
(21593,NULL,NULL,21591,56,3,'2026-01-29 17:47:00',NULL,'live',NULL,NULL,'2026-01-29 17:48:35','2026-01-29 17:48:35'),
(21594,NULL,NULL,21591,56,3,'2026-01-29 17:47:00',NULL,'live',NULL,NULL,'2026-01-29 17:48:35','2026-01-29 17:48:35'),
(21595,NULL,NULL,21591,56,3,'2026-01-29 17:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:48:35','2026-01-29 17:48:35'),
(21601,NULL,NULL,1097,56,3,'2026-01-29 17:51:00',NULL,'live',NULL,NULL,'2026-01-29 17:53:04','2026-01-29 17:53:04'),
(21602,NULL,NULL,1097,56,3,'2026-01-29 17:52:00',NULL,'live',NULL,NULL,'2026-01-29 17:53:04','2026-01-29 17:53:04'),
(21603,NULL,NULL,1097,56,3,'2026-01-29 17:52:00',NULL,'live',NULL,NULL,'2026-01-29 17:53:04','2026-01-29 17:53:04'),
(21604,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 17:53:04','2026-01-29 17:53:04'),
(21605,NULL,NULL,21604,56,3,'2025-10-13 17:22:00',NULL,'live',NULL,NULL,'2026-01-29 17:53:04','2026-01-29 17:53:04'),
(21606,NULL,NULL,21604,56,3,'2026-01-29 17:51:00',NULL,'live',NULL,NULL,'2026-01-29 17:53:04','2026-01-29 17:53:04'),
(21607,NULL,NULL,21604,56,3,'2026-01-29 17:52:00',NULL,'live',NULL,NULL,'2026-01-29 17:53:04','2026-01-29 17:53:04'),
(21608,NULL,NULL,21604,56,3,'2026-01-29 17:52:00',NULL,'live',NULL,NULL,'2026-01-29 17:53:04','2026-01-29 17:53:04'),
(21639,NULL,NULL,1103,56,3,'2026-01-29 18:56:00',NULL,'live',NULL,NULL,'2026-01-29 19:07:35','2026-01-29 19:07:35'),
(21640,NULL,NULL,1103,56,3,'2026-01-29 18:56:00',NULL,'live',NULL,NULL,'2026-01-29 19:07:35','2026-01-29 19:07:35'),
(21641,NULL,NULL,1103,56,3,'2026-01-29 18:57:00',NULL,'live',NULL,NULL,'2026-01-29 19:07:35','2026-01-29 19:07:35'),
(21642,NULL,NULL,1103,56,3,'2026-01-29 19:06:00',NULL,'live',NULL,NULL,'2026-01-29 19:07:35','2026-01-29 19:07:35'),
(21643,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 19:07:35','2026-01-29 19:07:35'),
(21644,NULL,NULL,21643,56,3,'2026-01-29 18:56:00',NULL,'live',NULL,NULL,'2026-01-29 19:07:35','2026-01-29 19:07:35'),
(21645,NULL,NULL,21643,56,3,'2026-01-29 18:56:00',NULL,'live',NULL,NULL,'2026-01-29 19:07:35','2026-01-29 19:07:35'),
(21646,NULL,NULL,21643,56,3,'2026-01-29 18:57:00',NULL,'live',NULL,NULL,'2026-01-29 19:07:35','2026-01-29 19:07:35'),
(21647,NULL,NULL,21643,56,3,'2026-01-29 19:06:00',NULL,'live',NULL,NULL,'2026-01-29 19:07:35','2026-01-29 19:07:35'),
(21658,NULL,NULL,1109,56,3,'2026-01-29 19:18:00',NULL,'live',NULL,NULL,'2026-01-29 19:20:41','2026-01-29 19:20:41'),
(21659,NULL,NULL,1109,56,3,'2026-01-29 19:19:00',NULL,'live',NULL,NULL,'2026-01-29 19:20:41','2026-01-29 19:20:41'),
(21660,NULL,NULL,1109,56,3,'2026-01-29 19:20:00',NULL,'live',NULL,NULL,'2026-01-29 19:20:41','2026-01-29 19:20:41'),
(21661,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 19:20:41','2026-01-29 19:20:41'),
(21662,NULL,NULL,21661,56,3,'2025-10-13 17:42:00',NULL,'live',NULL,NULL,'2026-01-29 19:20:41','2026-01-29 19:20:41'),
(21663,NULL,NULL,21661,56,3,'2026-01-29 19:18:00',NULL,'live',NULL,NULL,'2026-01-29 19:20:41','2026-01-29 19:20:41'),
(21664,NULL,NULL,21661,56,3,'2026-01-29 19:19:00',NULL,'live',NULL,NULL,'2026-01-29 19:20:41','2026-01-29 19:20:41'),
(21665,NULL,NULL,21661,56,3,'2026-01-29 19:20:00',NULL,'live',NULL,NULL,'2026-01-29 19:20:41','2026-01-29 19:20:41'),
(21668,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 19:22:09','2026-01-29 19:22:09'),
(21675,NULL,NULL,1117,56,3,'2026-01-29 19:26:00',NULL,'live',NULL,NULL,'2026-01-29 19:31:54','2026-01-29 19:31:54'),
(21676,NULL,NULL,1117,56,3,'2026-01-29 19:23:00',NULL,'live',NULL,NULL,'2026-01-29 19:31:54','2026-01-29 19:31:54'),
(21677,NULL,NULL,1117,56,3,'2026-01-29 19:30:00',NULL,'live',NULL,NULL,'2026-01-29 19:31:54','2026-01-29 19:31:54'),
(21678,NULL,NULL,1117,56,3,'2026-01-29 19:31:00',NULL,'live',NULL,NULL,'2026-01-29 19:31:54','2026-01-29 19:31:54'),
(21679,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 19:31:54','2026-01-29 19:31:54'),
(21680,NULL,NULL,21679,56,3,'2026-01-29 19:26:00',NULL,'live',NULL,NULL,'2026-01-29 19:31:54','2026-01-29 19:31:54'),
(21681,NULL,NULL,21679,56,3,'2026-01-29 19:23:00',NULL,'live',NULL,NULL,'2026-01-29 19:31:54','2026-01-29 19:31:54'),
(21682,NULL,NULL,21679,56,3,'2026-01-29 19:30:00',NULL,'live',NULL,NULL,'2026-01-29 19:31:54','2026-01-29 19:31:54'),
(21683,NULL,NULL,21679,56,3,'2026-01-29 19:31:00',NULL,'live',NULL,NULL,'2026-01-29 19:31:54','2026-01-29 19:31:54'),
(21694,NULL,NULL,1123,56,3,'2025-10-13 17:50:00',NULL,'live',NULL,NULL,'2026-01-29 19:40:25','2026-01-29 19:40:25'),
(21695,NULL,NULL,1123,56,3,'2026-01-29 19:37:00',NULL,'live',NULL,NULL,'2026-01-29 19:40:25','2026-01-29 19:40:25'),
(21696,NULL,NULL,1123,56,3,'2026-01-29 19:39:00',NULL,'live',NULL,NULL,'2026-01-29 19:40:25','2026-01-29 19:40:25'),
(21697,NULL,NULL,1123,56,3,'2026-01-29 19:40:00',NULL,'live',NULL,NULL,'2026-01-29 19:40:25','2026-01-29 19:40:25'),
(21698,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 19:40:25','2026-01-29 19:40:25'),
(21699,NULL,NULL,21698,56,3,'2025-10-13 17:49:00',NULL,'live',NULL,NULL,'2026-01-29 19:40:25','2026-01-29 19:40:25'),
(21700,NULL,NULL,21698,56,3,'2025-10-13 17:50:00',NULL,'live',NULL,NULL,'2026-01-29 19:40:25','2026-01-29 19:40:25'),
(21701,NULL,NULL,21698,56,3,'2026-01-29 19:37:00',NULL,'live',NULL,NULL,'2026-01-29 19:40:25','2026-01-29 19:40:25'),
(21702,NULL,NULL,21698,56,3,'2026-01-29 19:39:00',NULL,'live',NULL,NULL,'2026-01-29 19:40:25','2026-01-29 19:40:25'),
(21703,NULL,NULL,21698,56,3,'2026-01-29 19:40:00',NULL,'live',NULL,NULL,'2026-01-29 19:40:25','2026-01-29 19:40:25'),
(21709,NULL,NULL,1129,56,3,'2026-01-29 19:42:00',NULL,'live',NULL,NULL,'2026-01-29 19:52:47','2026-01-29 19:52:47'),
(21710,NULL,NULL,1129,56,3,'2026-01-29 19:43:00',NULL,'live',NULL,NULL,'2026-01-29 19:52:47','2026-01-29 19:52:47'),
(21711,NULL,NULL,1129,56,3,'2026-01-29 19:49:00',NULL,'live',NULL,NULL,'2026-01-29 19:52:47','2026-01-29 19:52:47'),
(21712,NULL,NULL,1129,56,3,'2026-01-29 19:52:00',NULL,'live',NULL,NULL,'2026-01-29 19:52:47','2026-01-29 19:52:47'),
(21713,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 19:52:47','2026-01-29 19:52:47'),
(21714,NULL,NULL,21713,56,3,'2026-01-29 19:42:00',NULL,'live',NULL,NULL,'2026-01-29 19:52:48','2026-01-29 19:52:48'),
(21715,NULL,NULL,21713,56,3,'2026-01-29 19:43:00',NULL,'live',NULL,NULL,'2026-01-29 19:52:48','2026-01-29 19:52:48'),
(21716,NULL,NULL,21713,56,3,'2026-01-29 19:49:00',NULL,'live',NULL,NULL,'2026-01-29 19:52:48','2026-01-29 19:52:48'),
(21717,NULL,NULL,21713,56,3,'2026-01-29 19:52:00',NULL,'live',NULL,NULL,'2026-01-29 19:52:48','2026-01-29 19:52:48'),
(21725,NULL,NULL,1135,56,3,'2026-01-29 19:54:00',NULL,'live',NULL,NULL,'2026-01-29 20:01:18','2026-01-29 20:01:18'),
(21726,NULL,NULL,1135,56,3,'2026-01-29 19:59:00',NULL,'live',NULL,NULL,'2026-01-29 20:01:18','2026-01-29 20:01:18'),
(21727,NULL,NULL,1135,56,3,'2026-01-29 20:00:00',NULL,'live',NULL,NULL,'2026-01-29 20:01:18','2026-01-29 20:01:18'),
(21728,NULL,NULL,1135,56,3,'2026-01-29 20:01:00',NULL,'live',NULL,NULL,'2026-01-29 20:01:18','2026-01-29 20:01:18'),
(21729,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 20:01:18','2026-01-29 20:01:18'),
(21730,NULL,NULL,21729,56,3,'2026-01-29 19:54:00',NULL,'live',NULL,NULL,'2026-01-29 20:01:18','2026-01-29 20:01:18'),
(21731,NULL,NULL,21729,56,3,'2026-01-29 19:59:00',NULL,'live',NULL,NULL,'2026-01-29 20:01:18','2026-01-29 20:01:18'),
(21732,NULL,NULL,21729,56,3,'2026-01-29 20:00:00',NULL,'live',NULL,NULL,'2026-01-29 20:01:18','2026-01-29 20:01:18'),
(21733,NULL,NULL,21729,56,3,'2026-01-29 20:01:00',NULL,'live',NULL,NULL,'2026-01-29 20:01:18','2026-01-29 20:01:18'),
(21741,NULL,NULL,1143,56,3,'2025-10-13 17:59:00',NULL,'live',NULL,NULL,'2026-01-29 20:09:24','2026-01-29 20:09:24'),
(21742,NULL,NULL,1143,56,3,'2026-01-29 20:07:00',NULL,'live',NULL,NULL,'2026-01-29 20:09:24','2026-01-29 20:09:24'),
(21743,NULL,NULL,1143,56,3,'2026-01-29 20:09:00',NULL,'live',NULL,NULL,'2026-01-29 20:09:24','2026-01-29 20:09:24'),
(21744,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 20:09:24','2026-01-29 20:09:24'),
(21745,NULL,NULL,21744,56,3,'2025-10-13 17:59:00',NULL,'live',NULL,NULL,'2026-01-29 20:09:24','2026-01-29 20:09:24'),
(21746,NULL,NULL,21744,56,3,'2025-10-13 18:00:00',NULL,'live',NULL,NULL,'2026-01-29 20:09:24','2026-01-29 20:09:24'),
(21747,NULL,NULL,21744,56,3,'2026-01-29 20:07:00',NULL,'live',NULL,NULL,'2026-01-29 20:09:24','2026-01-29 20:09:24'),
(21748,NULL,NULL,21744,56,3,'2026-01-29 20:09:00',NULL,'live',NULL,NULL,'2026-01-29 20:09:24','2026-01-29 20:09:24'),
(21751,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 20:11:04','2026-01-29 20:11:04'),
(21759,NULL,NULL,1165,56,3,'2026-01-29 20:12:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21760,NULL,NULL,1165,56,3,'2026-01-29 20:14:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21761,NULL,NULL,1165,56,3,'2026-01-29 20:14:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21762,NULL,NULL,1165,56,3,'2026-01-29 20:15:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21763,NULL,NULL,1165,56,3,'2026-01-29 20:16:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21764,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21765,NULL,NULL,21764,56,3,'2026-01-29 20:12:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21766,NULL,NULL,21764,56,3,'2026-01-29 20:14:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21767,NULL,NULL,21764,56,3,'2026-01-29 20:14:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21768,NULL,NULL,21764,56,3,'2026-01-29 20:15:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21769,NULL,NULL,21764,56,3,'2026-01-29 20:16:00',NULL,'live',NULL,NULL,'2026-01-29 20:16:42','2026-01-29 20:16:42'),
(21776,NULL,NULL,1171,56,3,'2026-01-29 20:19:00',NULL,'live',NULL,NULL,'2026-01-29 20:22:17','2026-01-29 20:22:17'),
(21777,NULL,NULL,1171,56,3,'2026-01-29 20:21:00',NULL,'live',NULL,NULL,'2026-01-29 20:22:17','2026-01-29 20:22:17'),
(21778,NULL,NULL,1171,56,3,'2026-01-29 20:22:00',NULL,'live',NULL,NULL,'2026-01-29 20:22:17','2026-01-29 20:22:17'),
(21779,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 20:22:17','2026-01-29 20:22:17'),
(21780,NULL,NULL,21779,56,3,'2025-10-13 19:32:00',NULL,'live',NULL,NULL,'2026-01-29 20:22:17','2026-01-29 20:22:17'),
(21781,NULL,NULL,21779,56,3,'2026-01-29 20:19:00',NULL,'live',NULL,NULL,'2026-01-29 20:22:17','2026-01-29 20:22:17'),
(21782,NULL,NULL,21779,56,3,'2026-01-29 20:21:00',NULL,'live',NULL,NULL,'2026-01-29 20:22:17','2026-01-29 20:22:17'),
(21783,NULL,NULL,21779,56,3,'2026-01-29 20:22:00',NULL,'live',NULL,NULL,'2026-01-29 20:22:17','2026-01-29 20:22:17'),
(21792,NULL,NULL,1177,56,3,'2025-10-13 19:38:00',NULL,'live',NULL,NULL,'2026-01-29 20:25:30','2026-01-29 20:25:30'),
(21793,NULL,NULL,1177,56,3,'2026-01-29 20:23:00',NULL,'live',NULL,NULL,'2026-01-29 20:25:30','2026-01-29 20:25:30'),
(21794,NULL,NULL,1177,56,3,'2026-01-29 20:24:00',NULL,'live',NULL,NULL,'2026-01-29 20:25:30','2026-01-29 20:25:30'),
(21795,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 20:25:31','2026-01-29 20:25:31'),
(21796,NULL,NULL,21795,56,3,'2025-10-13 19:38:00',NULL,'live',NULL,NULL,'2026-01-29 20:25:31','2026-01-29 20:25:31'),
(21797,NULL,NULL,21795,56,3,'2025-10-13 19:38:00',NULL,'live',NULL,NULL,'2026-01-29 20:25:31','2026-01-29 20:25:31'),
(21798,NULL,NULL,21795,56,3,'2025-10-13 19:38:00',NULL,'live',NULL,NULL,'2026-01-29 20:25:31','2026-01-29 20:25:31'),
(21799,NULL,NULL,21795,56,3,'2026-01-29 20:23:00',NULL,'live',NULL,NULL,'2026-01-29 20:25:31','2026-01-29 20:25:31'),
(21800,NULL,NULL,21795,56,3,'2026-01-29 20:24:00',NULL,'live',NULL,NULL,'2026-01-29 20:25:31','2026-01-29 20:25:31'),
(21808,NULL,NULL,1185,56,3,'2026-01-29 20:37:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21809,NULL,NULL,1185,56,3,'2026-01-29 20:38:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21810,NULL,NULL,1185,56,3,'2026-01-29 20:39:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21811,NULL,NULL,1185,56,3,'2026-01-29 20:39:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21812,NULL,NULL,1185,56,3,'2026-01-29 20:39:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21813,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21814,NULL,NULL,21813,56,3,'2026-01-29 20:37:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21815,NULL,NULL,21813,56,3,'2026-01-29 20:38:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21816,NULL,NULL,21813,56,3,'2026-01-29 20:39:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21817,NULL,NULL,21813,56,3,'2026-01-29 20:39:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21818,NULL,NULL,21813,56,3,'2026-01-29 20:39:00',NULL,'live',NULL,NULL,'2026-01-29 20:39:51','2026-01-29 20:39:51'),
(21824,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 20:41:12','2026-01-29 20:41:12'),
(21825,NULL,NULL,21824,56,3,'2026-01-16 16:25:00',NULL,'live',NULL,NULL,'2026-01-29 20:41:12','2026-01-29 20:41:12'),
(21826,NULL,NULL,21824,56,3,'2026-01-16 16:27:00',NULL,'live',NULL,NULL,'2026-01-29 20:41:12','2026-01-29 20:41:12'),
(21835,NULL,NULL,1191,56,3,'2026-01-29 20:42:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21836,NULL,NULL,1191,56,3,'2026-01-29 20:55:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21837,NULL,NULL,1191,56,3,'2026-01-29 20:56:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21838,NULL,NULL,1191,56,3,'2026-01-29 20:56:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21839,NULL,NULL,1191,56,3,'2026-01-29 20:56:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21840,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21841,NULL,NULL,21840,56,3,'2026-01-29 20:42:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21842,NULL,NULL,21840,56,3,'2026-01-29 20:55:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21843,NULL,NULL,21840,56,3,'2026-01-29 20:56:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21844,NULL,NULL,21840,56,3,'2026-01-29 20:56:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21845,NULL,NULL,21840,56,3,'2026-01-29 20:56:00',NULL,'live',NULL,NULL,'2026-01-29 20:56:59','2026-01-29 20:56:59'),
(21848,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 21:28:54','2026-01-29 21:28:54'),
(21849,NULL,NULL,21848,56,3,'2026-01-29 20:39:00',NULL,'live',NULL,NULL,'2026-01-29 21:28:54','2026-01-29 21:28:54'),
(21855,NULL,NULL,1197,56,3,'2026-01-29 21:32:00',NULL,'live',NULL,NULL,'2026-01-29 21:34:16','2026-01-29 21:34:16'),
(21856,NULL,NULL,1197,56,3,'2026-01-29 21:33:00',NULL,'live',NULL,NULL,'2026-01-29 21:34:16','2026-01-29 21:34:16'),
(21857,NULL,NULL,1197,56,3,'2026-01-29 21:34:00',NULL,'live',NULL,NULL,'2026-01-29 21:34:16','2026-01-29 21:34:16'),
(21858,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-29 21:34:16','2026-01-29 21:34:16'),
(21859,NULL,NULL,21858,56,3,'2025-10-14 16:52:00',NULL,'live',NULL,NULL,'2026-01-29 21:34:16','2026-01-29 21:34:16'),
(21860,NULL,NULL,21858,56,3,'2026-01-29 21:32:00',NULL,'live',NULL,NULL,'2026-01-29 21:34:16','2026-01-29 21:34:16'),
(21861,NULL,NULL,21858,56,3,'2026-01-29 21:33:00',NULL,'live',NULL,NULL,'2026-01-29 21:34:16','2026-01-29 21:34:16'),
(21862,NULL,NULL,21858,56,3,'2026-01-29 21:34:00',NULL,'live',NULL,NULL,'2026-01-29 21:34:16','2026-01-29 21:34:16'),
(22330,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-30 17:30:10','2026-01-30 17:30:10'),
(22385,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-01-30 19:57:36','2026-01-30 19:57:36'),
(23689,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:32:43','2026-02-02 16:32:43'),
(23692,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-02-02 16:34:47','2026-02-02 16:34:47'),
(23695,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:35:36','2026-02-02 16:35:36'),
(23698,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:37:35','2026-02-02 16:37:35'),
(23702,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:38:36','2026-02-02 16:38:36'),
(23705,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:39:22','2026-02-02 16:39:22'),
(23708,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:39:49','2026-02-02 16:39:49'),
(23711,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:40:16','2026-02-02 16:40:16'),
(23714,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:40:47','2026-02-02 16:40:47'),
(23717,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:41:20','2026-02-02 16:41:20'),
(23720,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:41:57','2026-02-02 16:41:57'),
(23723,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:42:16','2026-02-02 16:42:16'),
(23726,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:43:12','2026-02-02 16:43:12'),
(23732,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:46:38','2026-02-02 16:46:38'),
(23735,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:47:19','2026-02-02 16:47:19'),
(23738,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:47:46','2026-02-02 16:47:46'),
(23741,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:48:28','2026-02-02 16:48:28'),
(23744,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:48:59','2026-02-02 16:48:59'),
(23747,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:50:25','2026-02-02 16:50:25'),
(23750,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:50:56','2026-02-02 16:50:56'),
(23753,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:51:18','2026-02-02 16:51:18'),
(23756,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:51:45','2026-02-02 16:51:45'),
(23759,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:52:14','2026-02-02 16:52:14'),
(23762,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:52:39','2026-02-02 16:52:39'),
(23765,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:52:59','2026-02-02 16:52:59'),
(23768,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:53:35','2026-02-02 16:53:35'),
(23771,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:54:03','2026-02-02 16:54:03'),
(23774,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:54:16','2026-02-02 16:54:16'),
(23777,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:55:09','2026-02-02 16:55:09'),
(23780,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 16:57:54','2026-02-02 16:57:54'),
(23784,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:04:12','2026-02-02 17:04:12'),
(23789,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:04:50','2026-02-02 17:04:50'),
(23793,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:05:29','2026-02-02 17:05:29'),
(23796,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:06:50','2026-02-02 17:06:50'),
(23803,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:19:02','2026-02-02 17:19:02'),
(23806,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:19:27','2026-02-02 17:19:27'),
(23809,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:19:56','2026-02-02 17:19:56'),
(23812,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:20:16','2026-02-02 17:20:16'),
(23817,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:21:02','2026-02-02 17:21:02'),
(23820,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:21:49','2026-02-02 17:21:49'),
(23822,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:22:14','2026-02-02 17:22:14'),
(23825,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:22:42','2026-02-02 17:22:42'),
(23828,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:23:06','2026-02-02 17:23:06'),
(23831,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:23:33','2026-02-02 17:23:33'),
(23834,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:23:56','2026-02-02 17:23:56'),
(23837,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:24:30','2026-02-02 17:24:30'),
(23840,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:25:19','2026-02-02 17:25:19'),
(23843,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:25:44','2026-02-02 17:25:44'),
(23846,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-02-02 17:26:25','2026-02-02 17:26:25'),
(23849,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:26:52','2026-02-02 17:26:52'),
(23852,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:27:17','2026-02-02 17:27:17'),
(23855,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:28:38','2026-02-02 17:28:38'),
(23858,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:28:59','2026-02-02 17:28:59'),
(23861,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:29:24','2026-02-02 17:29:24'),
(23864,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:29:43','2026-02-02 17:29:43'),
(23867,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:30:01','2026-02-02 17:30:01'),
(23870,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:30:20','2026-02-02 17:30:20'),
(23873,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:30:34','2026-02-02 17:30:34'),
(23876,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:30:50','2026-02-02 17:30:50'),
(23879,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:31:08','2026-02-02 17:31:08'),
(23882,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:31:29','2026-02-02 17:31:29'),
(23885,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:31:42','2026-02-02 17:31:42'),
(23888,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:31:57','2026-02-02 17:31:57'),
(23891,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:32:09','2026-02-02 17:32:09'),
(23898,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:50:34','2026-02-02 17:50:34'),
(23901,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:51:18','2026-02-02 17:51:18'),
(23904,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 17:53:46','2026-02-02 17:53:46'),
(23932,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 20:51:41','2026-02-02 20:51:41'),
(23934,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 20:51:52','2026-02-02 20:51:52'),
(23937,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 20:52:54','2026-02-02 20:52:54'),
(23945,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-02 21:10:03','2026-02-02 21:10:03'),
(24349,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-03 15:40:07','2026-02-03 15:40:07'),
(24451,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-03 18:48:14','2026-02-03 18:48:14'),
(24802,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-02-04 15:06:20','2026-02-04 15:06:20'),
(25617,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 17:41:38','2026-02-06 17:41:38'),
(25620,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 17:42:55','2026-02-06 17:42:55'),
(25622,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 17:43:26','2026-02-06 17:43:26'),
(25644,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 18:43:08','2026-02-06 18:43:08'),
(25646,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 18:51:49','2026-02-06 18:51:49'),
(25655,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 19:37:11','2026-02-06 19:37:11'),
(25657,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 19:37:18','2026-02-06 19:37:18'),
(25659,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 19:38:04','2026-02-06 19:38:04'),
(25661,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 19:39:58','2026-02-06 19:39:58'),
(25663,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 19:41:09','2026-02-06 19:41:09'),
(25665,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 19:52:35','2026-02-06 19:52:35'),
(25681,NULL,NULL,1023,10,3,'2025-10-09 17:19:00',NULL,'live',NULL,NULL,'2026-02-06 20:19:24','2026-02-06 20:19:24'),
(25682,NULL,NULL,1023,10,3,'2026-02-06 20:15:00',NULL,'live',NULL,NULL,'2026-02-06 20:19:24','2026-02-06 20:19:24'),
(25683,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-06 20:19:24','2026-02-06 20:19:24'),
(25684,NULL,NULL,25683,10,3,'2025-10-09 17:18:00',NULL,'live',NULL,NULL,'2026-02-06 20:19:24','2026-02-06 20:19:24'),
(25685,NULL,NULL,25683,10,3,'2025-10-09 17:19:00',NULL,'live',NULL,NULL,'2026-02-06 20:19:24','2026-02-06 20:19:24'),
(25686,NULL,NULL,25683,10,3,'2025-10-09 17:19:00',NULL,'live',NULL,NULL,'2026-02-06 20:19:24','2026-02-06 20:19:24'),
(25687,NULL,NULL,25683,10,3,'2026-02-06 20:15:00',NULL,'live',NULL,NULL,'2026-02-06 20:19:24','2026-02-06 20:19:24'),
(27451,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-10 16:32:33','2026-02-10 16:32:33'),
(27529,NULL,NULL,1449,44,2,'2026-02-10 18:35:00',NULL,'live',NULL,NULL,'2026-02-10 18:35:59','2026-02-10 18:35:59'),
(27530,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-10 18:35:59','2026-02-10 18:35:59'),
(27531,NULL,NULL,27530,44,2,'2026-02-10 18:35:00',NULL,'live',NULL,NULL,'2026-02-10 18:35:59','2026-02-10 18:35:59'),
(27903,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-11 17:05:49','2026-02-11 17:05:49'),
(27905,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-11 17:06:23','2026-02-11 17:06:23'),
(28259,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-02-12 18:40:48','2026-02-12 18:40:48'),
(28261,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-02-12 18:41:03','2026-02-12 18:41:03'),
(28263,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-02-12 18:41:23','2026-02-12 18:41:23'),
(28265,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-02-12 18:42:39','2026-02-12 18:42:39'),
(28267,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:42:50','2026-02-12 18:42:50'),
(28269,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:43:16','2026-02-12 18:43:16'),
(28271,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:43:35','2026-02-12 18:43:35'),
(28273,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:43:52','2026-02-12 18:43:52'),
(28275,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:44:09','2026-02-12 18:44:09'),
(28277,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:45:07','2026-02-12 18:45:07'),
(28279,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:45:41','2026-02-12 18:45:41'),
(28281,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:46:49','2026-02-12 18:46:49'),
(28283,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:47:01','2026-02-12 18:47:01'),
(28285,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:48:16','2026-02-12 18:48:16'),
(28287,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:48:34','2026-02-12 18:48:34'),
(28289,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:48:48','2026-02-12 18:48:48'),
(28291,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:49:08','2026-02-12 18:49:08'),
(28293,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:49:33','2026-02-12 18:49:33'),
(28295,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:49:41','2026-02-12 18:49:41'),
(28297,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:50:01','2026-02-12 18:50:01'),
(28299,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:50:27','2026-02-12 18:50:27'),
(28301,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:50:45','2026-02-12 18:50:45'),
(28303,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:50:56','2026-02-12 18:50:56'),
(28305,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:51:06','2026-02-12 18:51:06'),
(28307,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:51:27','2026-02-12 18:51:27'),
(28309,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 18:53:14','2026-02-12 18:53:14'),
(28331,8,NULL,NULL,NULL,6,'2025-09-26 17:59:00',NULL,'live',NULL,NULL,'2026-02-12 20:48:35','2026-02-12 20:48:35'),
(28333,8,NULL,NULL,NULL,6,'2025-09-26 17:59:00',NULL,'live',NULL,NULL,'2026-02-12 20:49:08','2026-02-12 20:49:08'),
(28339,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-12 21:28:53','2026-02-12 21:28:53'),
(28343,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-02-12 21:32:21','2026-02-12 21:32:21'),
(28752,9,NULL,NULL,NULL,5,'2026-01-17 16:32:00',NULL,'live',NULL,NULL,'2026-02-13 16:39:47','2026-02-13 16:39:47'),
(28753,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:39:49','2026-02-13 16:39:49'),
(28755,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:40:30','2026-02-13 16:40:30'),
(28757,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:41:03','2026-02-13 16:41:03'),
(28760,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:41:40','2026-02-13 16:41:40'),
(28762,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:41:56','2026-02-13 16:41:56'),
(28764,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:42:07','2026-02-13 16:42:07'),
(28766,9,NULL,NULL,NULL,5,'2026-02-13 16:44:00',NULL,'live',NULL,NULL,'2026-02-13 16:44:07','2026-02-13 16:44:25'),
(28767,9,NULL,NULL,NULL,5,'2026-02-13 16:44:00',NULL,'live',NULL,NULL,'2026-02-13 16:44:25','2026-02-13 16:44:25'),
(28768,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:44:35','2026-02-13 16:44:35'),
(28770,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:46:02','2026-02-13 16:46:02'),
(28773,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:46:12','2026-02-13 16:46:12'),
(28775,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:46:27','2026-02-13 16:46:27'),
(28777,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:46:50','2026-02-13 16:46:50'),
(28780,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:47:22','2026-02-13 16:47:22'),
(28783,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:47:43','2026-02-13 16:47:43'),
(28785,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:48:06','2026-02-13 16:48:06'),
(28787,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 16:48:25','2026-02-13 16:48:25'),
(28799,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:09:43','2026-02-13 17:09:43'),
(28801,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:12:13','2026-02-13 17:12:13'),
(28805,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:33:30','2026-02-13 17:33:30'),
(28808,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:35:01','2026-02-13 17:35:01'),
(28810,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:35:31','2026-02-13 17:35:31'),
(28812,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:35:58','2026-02-13 17:35:58'),
(28814,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:36:30','2026-02-13 17:36:30'),
(28815,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:37:00','2026-02-13 17:37:00'),
(28817,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:37:26','2026-02-13 17:37:26'),
(28819,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:37:52','2026-02-13 17:37:52'),
(28821,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-02-13 17:38:17','2026-02-13 17:38:17'),
(28823,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:38:45','2026-02-13 17:38:45'),
(28825,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:40:40','2026-02-13 17:40:40'),
(28827,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:41:11','2026-02-13 17:41:11'),
(28829,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:41:38','2026-02-13 17:41:38'),
(28831,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:42:04','2026-02-13 17:42:04'),
(28833,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:42:52','2026-02-13 17:42:52'),
(28835,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:43:19','2026-02-13 17:43:19'),
(28837,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:43:49','2026-02-13 17:43:49'),
(28839,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:45:32','2026-02-13 17:45:32'),
(28841,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:45:59','2026-02-13 17:45:59'),
(28843,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-02-13 17:46:30','2026-02-13 17:46:30'),
(28845,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:47:06','2026-02-13 17:47:06'),
(28847,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:47:30','2026-02-13 17:47:30'),
(28849,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:47:53','2026-02-13 17:47:53'),
(28851,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:48:17','2026-02-13 17:48:17'),
(28854,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:48:50','2026-02-13 17:48:50'),
(28856,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:49:48','2026-02-13 17:49:48'),
(28857,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:50:26','2026-02-13 17:50:26'),
(28860,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:50:57','2026-02-13 17:50:57'),
(28862,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:51:26','2026-02-13 17:51:26'),
(28864,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:51:51','2026-02-13 17:51:51'),
(28866,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:52:22','2026-02-13 17:52:22'),
(28868,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:52:48','2026-02-13 17:52:48'),
(28870,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:53:26','2026-02-13 17:53:26'),
(28872,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:53:53','2026-02-13 17:53:53'),
(28874,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:54:21','2026-02-13 17:54:21'),
(28876,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:54:52','2026-02-13 17:54:52'),
(28879,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:55:20','2026-02-13 17:55:20'),
(28882,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:55:48','2026-02-13 17:55:48'),
(28883,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:56:18','2026-02-13 17:56:18'),
(28885,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:56:49','2026-02-13 17:56:49'),
(28887,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:57:19','2026-02-13 17:57:19'),
(28889,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:57:53','2026-02-13 17:57:53'),
(28890,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:58:20','2026-02-13 17:58:20'),
(28893,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:58:53','2026-02-13 17:58:53'),
(28895,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 17:59:45','2026-02-13 17:59:45'),
(28898,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:00:12','2026-02-13 18:00:12'),
(28900,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:00:35','2026-02-13 18:00:35'),
(28902,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:01:07','2026-02-13 18:01:07'),
(28906,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:02:09','2026-02-13 18:02:09'),
(28909,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:02:42','2026-02-13 18:02:42'),
(28911,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:03:06','2026-02-13 18:03:06'),
(28913,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:03:27','2026-02-13 18:03:27'),
(28916,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:03:48','2026-02-13 18:03:48'),
(28918,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:04:10','2026-02-13 18:04:10'),
(28922,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:10:18','2026-02-13 18:10:18'),
(28930,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-13 18:14:35','2026-02-13 18:14:35'),
(28931,NULL,NULL,28930,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-02-13 18:14:35','2026-02-13 18:14:35'),
(31404,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-17 14:54:15','2026-02-17 14:54:15'),
(31405,NULL,NULL,31404,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-02-17 14:54:15','2026-02-17 14:54:15'),
(31411,NULL,NULL,1349,44,2,'2026-01-17 01:45:00',NULL,'live',NULL,NULL,'2026-02-17 15:02:03','2026-02-17 15:02:03'),
(31412,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-17 15:02:03','2026-02-17 15:02:03'),
(31413,NULL,NULL,31412,44,2,'2026-01-17 01:45:00',NULL,'live',NULL,NULL,'2026-02-17 15:02:03','2026-02-17 15:02:03'),
(31427,NULL,NULL,1283,44,2,'2026-02-17 15:30:00',NULL,'live',NULL,NULL,'2026-02-17 15:30:53','2026-02-17 15:30:53'),
(31428,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-17 15:30:53','2026-02-17 15:30:53'),
(31429,NULL,NULL,31428,44,2,'2026-02-17 15:30:00',NULL,'live',NULL,NULL,'2026-02-17 15:30:53','2026-02-17 15:30:53'),
(32947,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-20 16:59:54','2026-02-20 16:59:54'),
(32948,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-20 16:59:58','2026-02-20 16:59:58'),
(32987,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-20 21:03:56','2026-02-20 21:03:56'),
(32990,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-20 21:04:56','2026-02-20 21:04:56'),
(32992,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-20 21:05:47','2026-02-20 21:05:47'),
(32993,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-20 21:06:07','2026-02-20 21:06:07'),
(33881,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-23 16:46:19','2026-02-23 16:46:19'),
(33900,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-23 16:53:42','2026-02-23 16:53:42'),
(33929,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-23 20:03:13','2026-02-23 20:03:13'),
(34210,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 14:57:58','2026-02-24 14:57:58'),
(34211,NULL,NULL,34210,44,2,'2026-01-17 14:37:00',NULL,'live',NULL,NULL,'2026-02-24 14:57:58','2026-02-24 14:57:58'),
(34215,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 15:00:47','2026-02-24 15:00:47'),
(34216,NULL,NULL,34215,44,2,'2026-01-17 14:37:00',NULL,'live',NULL,NULL,'2026-02-24 15:00:47','2026-02-24 15:00:47'),
(34243,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:12:46','2026-02-24 17:12:46'),
(34245,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:14:31','2026-02-24 17:14:31'),
(34246,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:16:13','2026-02-24 17:16:13'),
(34247,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:16:35','2026-02-24 17:16:35'),
(34248,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:17:37','2026-02-24 17:17:37'),
(34249,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:18:20','2026-02-24 17:18:20'),
(34250,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:20:06','2026-02-24 17:20:06'),
(34251,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:20:17','2026-02-24 17:20:17'),
(34253,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:20:28','2026-02-24 17:20:28'),
(34254,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:20:56','2026-02-24 17:20:56'),
(34255,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:21:22','2026-02-24 17:21:22'),
(34256,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:21:40','2026-02-24 17:21:40'),
(34257,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:21:57','2026-02-24 17:21:57'),
(34261,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:24:07','2026-02-24 17:24:07'),
(34263,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:24:19','2026-02-24 17:24:19'),
(34264,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:24:29','2026-02-24 17:24:29'),
(34265,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:24:36','2026-02-24 17:24:36'),
(34266,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:24:50','2026-02-24 17:24:50'),
(34267,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:25:00','2026-02-24 17:25:00'),
(34268,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:25:12','2026-02-24 17:25:12'),
(34269,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:25:23','2026-02-24 17:25:23'),
(34271,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:25:33','2026-02-24 17:25:33'),
(34272,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:25:43','2026-02-24 17:25:43'),
(34273,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:25:53','2026-02-24 17:25:53'),
(34274,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:26:54','2026-02-24 17:26:54'),
(34275,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:27:03','2026-02-24 17:27:03'),
(34276,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:27:12','2026-02-24 17:27:12'),
(34277,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:27:29','2026-02-24 17:27:29'),
(34278,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:27:40','2026-02-24 17:27:40'),
(34279,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 17:28:37','2026-02-24 17:28:37'),
(34343,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-24 20:34:55','2026-02-24 20:34:55'),
(34758,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-25 19:41:19','2026-02-25 19:41:19'),
(34759,NULL,NULL,34758,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-02-25 19:41:19','2026-02-25 19:41:19'),
(34776,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-25 19:57:27','2026-02-25 19:57:27'),
(36160,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-26 14:24:58','2026-02-26 14:24:58'),
(36161,NULL,NULL,36160,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-02-26 14:24:58','2026-02-26 14:24:58'),
(36225,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-26 21:36:31','2026-02-26 21:36:31'),
(36227,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-26 21:37:41','2026-02-26 21:37:41'),
(36229,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-26 21:38:33','2026-02-26 21:38:33'),
(36232,NULL,NULL,1123,93,18,'2026-02-26 22:08:00',NULL,'live',NULL,NULL,'2026-02-26 22:08:23','2026-02-26 22:08:23'),
(36233,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-26 22:08:23','2026-02-26 22:08:23'),
(36234,NULL,NULL,36233,93,18,'2026-02-26 22:08:00',NULL,'live',NULL,NULL,'2026-02-26 22:08:23','2026-02-26 22:08:23'),
(36237,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-26 22:09:29','2026-02-26 22:09:29'),
(36238,NULL,NULL,36237,93,18,'2026-02-26 22:08:00',NULL,'live',NULL,NULL,'2026-02-26 22:09:29','2026-02-26 22:09:29'),
(36241,NULL,NULL,1353,93,18,'2026-02-26 22:10:00',NULL,'live',0,0,'2026-02-26 22:10:50','2026-02-26 22:10:50'),
(36242,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-26 22:10:50','2026-02-26 22:10:50'),
(36243,NULL,NULL,36242,93,18,'2026-02-26 22:10:00',NULL,'live',NULL,NULL,'2026-02-26 22:10:50','2026-02-26 22:10:50'),
(36245,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-26 22:12:14','2026-02-26 22:12:14'),
(36267,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-27 01:44:31','2026-02-27 01:44:31'),
(36268,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-02-27 01:48:43','2026-02-27 01:48:43'),
(38277,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:00:08','2026-03-04 15:00:08'),
(38279,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:00:23','2026-03-04 15:00:23'),
(38293,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:07:45','2026-03-04 15:07:45'),
(38294,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:08:05','2026-03-04 15:08:05'),
(38295,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:08:23','2026-03-04 15:08:23'),
(38296,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:08:34','2026-03-04 15:08:34'),
(38298,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:08:57','2026-03-04 15:08:57'),
(38299,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:09:07','2026-03-04 15:09:07'),
(38300,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:09:20','2026-03-04 15:09:20'),
(38304,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:10:55','2026-03-04 15:10:55'),
(38305,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:11:15','2026-03-04 15:11:15'),
(38317,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:30:55','2026-03-04 15:30:55'),
(38318,NULL,NULL,38317,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-04 15:30:55','2026-03-04 15:30:55'),
(38321,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:31:37','2026-03-04 15:31:37'),
(38322,NULL,NULL,38321,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-04 15:31:37','2026-03-04 15:31:37'),
(38325,NULL,NULL,1067,44,2,'2026-03-04 15:32:00',NULL,'live',NULL,NULL,'2026-03-04 15:32:02','2026-03-04 15:32:02'),
(38326,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:32:02','2026-03-04 15:32:02'),
(38327,NULL,NULL,38326,44,2,'2026-03-04 15:32:00',NULL,'live',NULL,NULL,'2026-03-04 15:32:02','2026-03-04 15:32:02'),
(38347,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 15:53:54','2026-03-04 15:53:54'),
(38352,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 16:00:28','2026-03-04 16:00:28'),
(38357,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 16:06:17','2026-03-04 16:06:17'),
(38361,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 16:10:01','2026-03-04 16:10:01'),
(38372,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 16:55:21','2026-03-04 16:55:21'),
(38373,NULL,NULL,38372,44,2,'2026-03-04 15:32:00',NULL,'live',NULL,NULL,'2026-03-04 16:55:21','2026-03-04 16:55:21'),
(38374,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 16:59:15','2026-03-04 16:59:15'),
(38450,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:57:10','2026-03-04 18:57:10'),
(38451,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-03-04 18:57:39','2026-03-04 18:57:39'),
(38452,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:57:49','2026-03-04 18:57:49'),
(38454,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:58:01','2026-03-04 18:58:01'),
(38455,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:58:14','2026-03-04 18:58:14'),
(38456,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-03-04 18:58:26','2026-03-04 18:58:26'),
(38457,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:58:34','2026-03-04 18:58:34'),
(38458,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:58:44','2026-03-04 18:58:44'),
(38459,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:58:52','2026-03-04 18:58:52'),
(38460,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:59:02','2026-03-04 18:59:02'),
(38461,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:59:17','2026-03-04 18:59:17'),
(38462,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:59:29','2026-03-04 18:59:29'),
(38463,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:59:37','2026-03-04 18:59:37'),
(38464,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 18:59:44','2026-03-04 18:59:44'),
(38474,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:42:23','2026-03-04 19:42:23'),
(38475,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-03-04 19:44:46','2026-03-04 19:44:46'),
(38476,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:45:25','2026-03-04 19:45:25'),
(38477,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:47:57','2026-03-04 19:47:57'),
(38478,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:48:20','2026-03-04 19:48:20'),
(38479,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:49:31','2026-03-04 19:49:31'),
(38480,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:49:58','2026-03-04 19:49:58'),
(38481,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:50:29','2026-03-04 19:50:29'),
(38482,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:50:53','2026-03-04 19:50:53'),
(38483,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:51:22','2026-03-04 19:51:22'),
(38485,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:57:21','2026-03-04 19:57:21'),
(38487,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:58:20','2026-03-04 19:58:20'),
(38488,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:58:53','2026-03-04 19:58:53'),
(38490,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 19:59:32','2026-03-04 19:59:32'),
(38492,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:00:35','2026-03-04 20:00:35'),
(38493,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:02:01','2026-03-04 20:02:01'),
(38494,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:02:27','2026-03-04 20:02:27'),
(38495,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:04:55','2026-03-04 20:04:55'),
(38497,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:05:15','2026-03-04 20:05:15'),
(38498,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:07:05','2026-03-04 20:07:05'),
(38499,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:10:41','2026-03-04 20:10:41'),
(38500,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:11:25','2026-03-04 20:11:25'),
(38501,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:12:44','2026-03-04 20:12:44'),
(38502,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:13:17','2026-03-04 20:13:17'),
(38503,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:15:10','2026-03-04 20:15:10'),
(38504,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:16:18','2026-03-04 20:16:18'),
(38505,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:17:19','2026-03-04 20:17:19'),
(38506,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:17:49','2026-03-04 20:17:49'),
(38507,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:20:38','2026-03-04 20:20:38'),
(38508,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:21:10','2026-03-04 20:21:10'),
(38509,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:21:54','2026-03-04 20:21:54'),
(38510,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:22:32','2026-03-04 20:22:32'),
(38513,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:42:43','2026-03-04 20:42:43'),
(38514,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:43:56','2026-03-04 20:43:56'),
(38515,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:45:24','2026-03-04 20:45:24'),
(38516,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:45:51','2026-03-04 20:45:51'),
(38517,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:46:15','2026-03-04 20:46:15'),
(38518,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:46:55','2026-03-04 20:46:55'),
(38519,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:47:24','2026-03-04 20:47:24'),
(38520,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:47:55','2026-03-04 20:47:55'),
(38521,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:48:24','2026-03-04 20:48:24'),
(38522,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 20:48:47','2026-03-04 20:48:47'),
(38523,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-04 21:05:25','2026-03-04 21:05:25'),
(38707,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 15:26:51','2026-03-05 15:26:51'),
(38711,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 15:30:30','2026-03-05 15:30:30'),
(38714,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 15:39:03','2026-03-05 15:39:03'),
(38718,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-03-05 15:40:10','2026-03-05 15:40:10'),
(38745,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 18:14:43','2026-03-05 18:14:43'),
(38746,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 18:15:00','2026-03-05 18:15:00'),
(38749,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 18:26:30','2026-03-05 18:26:30'),
(38758,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 19:29:05','2026-03-05 19:29:05'),
(38759,NULL,NULL,38758,9,2,'2026-01-17 00:26:00',NULL,'live',NULL,NULL,'2026-03-05 19:29:05','2026-03-05 19:29:05'),
(38760,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 19:40:54','2026-03-05 19:40:54'),
(38764,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:01:28','2026-03-05 20:01:28'),
(38765,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:09:41','2026-03-05 20:09:41'),
(38766,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:10:55','2026-03-05 20:10:55'),
(38767,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:11:26','2026-03-05 20:11:26'),
(38768,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:11:54','2026-03-05 20:11:54'),
(38769,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:12:14','2026-03-05 20:12:14'),
(38770,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:12:43','2026-03-05 20:12:43'),
(38771,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:13:08','2026-03-05 20:13:08'),
(38772,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:13:41','2026-03-05 20:13:41'),
(38773,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:14:08','2026-03-05 20:14:08'),
(38774,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:14:50','2026-03-05 20:14:50'),
(38775,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:15:25','2026-03-05 20:15:25'),
(38776,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:15:54','2026-03-05 20:15:54'),
(38777,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:16:17','2026-03-05 20:16:17'),
(38778,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:16:45','2026-03-05 20:16:45'),
(38779,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-03-05 20:23:29','2026-03-05 20:23:29'),
(38780,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:24:04','2026-03-05 20:24:04'),
(38781,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:24:38','2026-03-05 20:24:38'),
(38783,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:25:08','2026-03-05 20:25:08'),
(38784,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:25:31','2026-03-05 20:25:31'),
(38785,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:25:53','2026-03-05 20:25:53'),
(38786,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:26:26','2026-03-05 20:26:26'),
(38787,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:26:59','2026-03-05 20:26:59'),
(38788,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:27:23','2026-03-05 20:27:23'),
(38789,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:27:48','2026-03-05 20:27:48'),
(38790,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:28:14','2026-03-05 20:28:14'),
(38792,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:28:44','2026-03-05 20:28:44'),
(38793,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:29:28','2026-03-05 20:29:28'),
(38794,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:29:51','2026-03-05 20:29:51'),
(38795,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:30:18','2026-03-05 20:30:18'),
(38796,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:30:42','2026-03-05 20:30:42'),
(38797,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:31:08','2026-03-05 20:31:08'),
(38798,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-03-05 20:41:47','2026-03-05 20:41:47'),
(38801,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:42:05','2026-03-05 20:42:05'),
(38804,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:42:36','2026-03-05 20:42:36'),
(38807,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:43:08','2026-03-05 20:43:08'),
(38808,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-03-05 20:43:40','2026-03-05 20:43:40'),
(38809,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:44:08','2026-03-05 20:44:08'),
(38810,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:44:38','2026-03-05 20:44:38'),
(38813,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:44:56','2026-03-05 20:44:56'),
(38816,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:45:30','2026-03-05 20:45:30'),
(38817,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-05 20:45:52','2026-03-05 20:45:52'),
(39213,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-06 19:18:00','2026-03-06 19:18:00'),
(40279,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 13:38:56','2026-03-09 13:38:56'),
(40280,NULL,NULL,40279,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 13:38:56','2026-03-09 13:38:56'),
(40281,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 13:40:13','2026-03-09 13:40:13'),
(40346,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 14:56:17','2026-03-09 14:56:17'),
(40347,NULL,NULL,40346,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 14:56:17','2026-03-09 14:56:17'),
(40357,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:07:17','2026-03-09 15:07:17'),
(40358,NULL,NULL,40357,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:07:17','2026-03-09 15:07:17'),
(40369,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-03-09 15:16:37','2026-03-09 15:16:37'),
(40376,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:17:43','2026-03-09 15:17:43'),
(40377,NULL,NULL,40376,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:17:43','2026-03-09 15:17:43'),
(40384,NULL,NULL,957,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:21:19','2026-03-09 15:21:19'),
(40385,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:21:19','2026-03-09 15:21:19'),
(40386,NULL,NULL,40385,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:21:19','2026-03-09 15:21:19'),
(40405,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:30:55','2026-03-09 15:30:55'),
(40406,NULL,NULL,40405,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:30:55','2026-03-09 15:30:55'),
(40413,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:33:26','2026-03-09 15:33:26'),
(40414,NULL,NULL,40413,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:33:26','2026-03-09 15:33:26'),
(40416,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:34:23','2026-03-09 15:34:23'),
(40420,NULL,NULL,995,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:35:44','2026-03-09 15:35:44'),
(40421,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:35:44','2026-03-09 15:35:44'),
(40422,NULL,NULL,40421,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:35:44','2026-03-09 15:35:44'),
(40425,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:36:26','2026-03-09 15:36:26'),
(40426,NULL,NULL,40425,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:36:26','2026-03-09 15:36:26'),
(40431,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:37:31','2026-03-09 15:37:31'),
(40432,NULL,NULL,40431,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:37:31','2026-03-09 15:37:31'),
(40438,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:38:22','2026-03-09 15:38:22'),
(40439,NULL,NULL,40438,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:38:22','2026-03-09 15:38:22'),
(40446,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:41:52','2026-03-09 15:41:52'),
(40447,NULL,NULL,40446,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:41:52','2026-03-09 15:41:52'),
(40450,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:42:10','2026-03-09 15:42:10'),
(40451,NULL,NULL,40450,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:42:10','2026-03-09 15:42:10'),
(40456,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:48:08','2026-03-09 15:48:08'),
(40457,NULL,NULL,40456,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:48:08','2026-03-09 15:48:08'),
(40462,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:54:48','2026-03-09 15:54:48'),
(40463,NULL,NULL,40462,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:54:48','2026-03-09 15:54:48'),
(40468,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 15:59:31','2026-03-09 15:59:31'),
(40469,NULL,NULL,40468,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 15:59:31','2026-03-09 15:59:31'),
(40473,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 16:02:46','2026-03-09 16:02:46'),
(40474,NULL,NULL,40473,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 16:02:46','2026-03-09 16:02:46'),
(40478,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 16:06:39','2026-03-09 16:06:39'),
(40479,NULL,NULL,40478,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 16:06:39','2026-03-09 16:06:39'),
(40485,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 16:09:42','2026-03-09 16:09:42'),
(40486,NULL,NULL,40485,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 16:09:42','2026-03-09 16:09:42'),
(40489,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 16:12:23','2026-03-09 16:12:23'),
(40490,NULL,NULL,40489,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 16:12:24','2026-03-09 16:12:24'),
(40495,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 16:15:01','2026-03-09 16:15:01'),
(40496,NULL,NULL,40495,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 16:15:01','2026-03-09 16:15:01'),
(40501,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-03-09 16:18:38','2026-03-09 16:18:38'),
(40502,NULL,NULL,40501,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 16:18:38','2026-03-09 16:18:38'),
(40508,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 16:22:05','2026-03-09 16:22:05'),
(40509,NULL,NULL,40508,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 16:22:05','2026-03-09 16:22:05'),
(40515,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 16:24:26','2026-03-09 16:24:26'),
(40516,NULL,NULL,40515,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 16:24:27','2026-03-09 16:24:27'),
(40536,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 18:14:23','2026-03-09 18:14:23'),
(40540,NULL,NULL,1297,9,2,'2025-09-11 18:51:00',NULL,'live',0,0,'2026-03-09 18:18:04','2026-03-09 18:18:04'),
(40541,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 18:18:04','2026-03-09 18:18:04'),
(40542,NULL,NULL,40541,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 18:18:04','2026-03-09 18:18:04'),
(40550,NULL,NULL,1297,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 18:23:36','2026-03-09 18:23:36'),
(40551,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-09 18:23:36','2026-03-09 18:23:36'),
(40552,NULL,NULL,40551,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-09 18:23:36','2026-03-09 18:23:36'),
(40848,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-10 15:25:39','2026-03-10 15:25:39'),
(40923,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-10 20:23:48','2026-03-10 20:23:48'),
(40924,NULL,NULL,40923,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-10 20:23:48','2026-03-10 20:23:48'),
(43145,NULL,NULL,554,65,14,'2026-03-16 16:08:00',NULL,'live',0,0,'2026-03-16 16:07:41','2026-03-16 16:08:34'),
(43159,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-16 16:36:17','2026-03-16 16:36:17'),
(43161,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-16 16:36:40','2026-03-16 16:36:40'),
(43182,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-16 18:28:17','2026-03-16 18:28:17'),
(43185,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-16 18:29:12','2026-03-16 18:29:12'),
(43188,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-16 18:30:30','2026-03-16 18:30:30'),
(44483,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-17 19:01:42','2026-03-17 19:01:42'),
(47364,9,NULL,NULL,NULL,5,'2026-03-19 17:06:00',NULL,'live',NULL,NULL,'2026-03-19 17:05:49','2026-03-19 17:06:10'),
(47366,9,NULL,NULL,NULL,5,'2026-03-19 17:06:00',NULL,'live',NULL,NULL,'2026-03-19 17:06:10','2026-03-19 17:06:10'),
(47368,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-19 17:06:20','2026-03-19 17:06:20'),
(47374,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-19 17:24:01','2026-03-19 17:24:01'),
(47377,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-19 17:25:00','2026-03-19 17:25:00'),
(47389,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-19 18:46:23','2026-03-19 18:46:23'),
(47390,NULL,NULL,47389,44,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-19 18:46:23','2026-03-19 18:46:23'),
(47398,NULL,NULL,1035,10,3,'2025-10-09 17:23:00',NULL,'live',NULL,NULL,'2026-03-19 19:39:50','2026-03-19 19:39:50'),
(47405,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-19 19:58:41','2026-03-19 19:58:41'),
(50142,NULL,NULL,1261,64,14,'2026-03-25 18:51:00',NULL,'live',NULL,NULL,'2026-03-25 18:51:15','2026-03-25 18:51:15'),
(50143,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 18:51:15','2026-03-25 18:51:15'),
(50144,NULL,NULL,50143,64,14,'2026-03-25 18:51:00',NULL,'live',NULL,NULL,'2026-03-25 18:51:15','2026-03-25 18:51:15'),
(50154,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 18:54:54','2026-03-25 18:54:54'),
(50155,NULL,NULL,50154,64,14,'2026-03-25 18:51:00',NULL,'live',NULL,NULL,'2026-03-25 18:54:54','2026-03-25 18:54:54'),
(50164,NULL,NULL,1297,64,14,'2026-03-25 18:56:00',NULL,'live',NULL,NULL,'2026-03-25 18:56:36','2026-03-25 18:56:36'),
(50165,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 18:56:36','2026-03-25 18:56:36'),
(50166,NULL,NULL,50165,64,14,'2026-03-25 18:56:00',NULL,'live',NULL,NULL,'2026-03-25 18:56:36','2026-03-25 18:56:36'),
(50170,NULL,NULL,1337,64,14,'2026-03-25 18:57:00',NULL,'live',NULL,NULL,'2026-03-25 18:57:10','2026-03-25 18:57:10'),
(50171,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 18:57:10','2026-03-25 18:57:10'),
(50172,NULL,NULL,50171,9,2,'2025-09-11 18:51:00',NULL,'live',NULL,NULL,'2026-03-25 18:57:10','2026-03-25 18:57:10'),
(50173,NULL,NULL,50171,64,14,'2026-03-25 18:57:00',NULL,'live',NULL,NULL,'2026-03-25 18:57:10','2026-03-25 18:57:10'),
(50181,NULL,NULL,1473,64,14,'2026-03-25 19:00:00',NULL,'live',NULL,NULL,'2026-03-25 19:00:42','2026-03-25 19:00:42'),
(50182,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:00:42','2026-03-25 19:00:42'),
(50183,NULL,NULL,50182,64,14,'2026-03-25 19:00:00',NULL,'live',NULL,NULL,'2026-03-25 19:00:42','2026-03-25 19:00:42'),
(50187,NULL,NULL,1477,64,14,'2026-03-25 19:02:00',NULL,'live',NULL,NULL,'2026-03-25 19:02:03','2026-03-25 19:02:03'),
(50188,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:02:03','2026-03-25 19:02:03'),
(50189,NULL,NULL,50188,64,14,'2026-03-25 19:02:00',NULL,'live',NULL,NULL,'2026-03-25 19:02:03','2026-03-25 19:02:03'),
(50194,NULL,NULL,1481,64,14,'2026-03-25 19:02:00',NULL,'live',NULL,NULL,'2026-03-25 19:02:31','2026-03-25 19:02:31'),
(50195,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:02:31','2026-03-25 19:02:31'),
(50196,NULL,NULL,50195,64,14,'2026-03-25 19:02:00',NULL,'live',NULL,NULL,'2026-03-25 19:02:31','2026-03-25 19:02:31'),
(50218,NULL,NULL,1419,64,14,'2026-03-25 19:19:00',NULL,'live',NULL,NULL,'2026-03-25 19:19:39','2026-03-25 19:19:39'),
(50219,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:19:39','2026-03-25 19:19:39'),
(50220,NULL,NULL,50219,64,14,'2026-03-25 19:19:00',NULL,'live',NULL,NULL,'2026-03-25 19:19:39','2026-03-25 19:19:39'),
(50224,NULL,NULL,1425,64,14,'2026-03-25 19:20:00',NULL,'live',NULL,NULL,'2026-03-25 19:20:46','2026-03-25 19:20:46'),
(50225,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:20:46','2026-03-25 19:20:46'),
(50226,NULL,NULL,50225,64,14,'2026-03-25 19:20:00',NULL,'live',NULL,NULL,'2026-03-25 19:20:46','2026-03-25 19:20:46'),
(50230,NULL,NULL,1431,64,14,'2026-03-25 19:21:00',NULL,'live',NULL,NULL,'2026-03-25 19:21:09','2026-03-25 19:21:09'),
(50231,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:21:09','2026-03-25 19:21:09'),
(50232,NULL,NULL,50231,64,14,'2026-03-25 19:21:00',NULL,'live',NULL,NULL,'2026-03-25 19:21:09','2026-03-25 19:21:09'),
(50238,NULL,NULL,1437,64,14,'2026-03-25 19:21:00',NULL,'live',NULL,NULL,'2026-03-25 19:27:45','2026-03-25 19:27:45'),
(50239,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:27:45','2026-03-25 19:27:45'),
(50240,NULL,NULL,50239,64,14,'2026-03-25 19:21:00',NULL,'live',NULL,NULL,'2026-03-25 19:27:45','2026-03-25 19:27:45'),
(50243,NULL,NULL,1443,64,14,'2026-03-25 19:28:00',NULL,'live',NULL,NULL,'2026-03-25 19:28:12','2026-03-25 19:28:12'),
(50244,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:28:12','2026-03-25 19:28:12'),
(50245,NULL,NULL,50244,64,14,'2026-03-25 19:28:00',NULL,'live',NULL,NULL,'2026-03-25 19:28:12','2026-03-25 19:28:12'),
(50248,NULL,NULL,1449,64,14,'2026-03-25 19:28:00',NULL,'live',NULL,NULL,'2026-03-25 19:28:36','2026-03-25 19:28:36'),
(50249,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:28:36','2026-03-25 19:28:36'),
(50250,NULL,NULL,50249,64,14,'2026-03-25 19:28:00',NULL,'live',NULL,NULL,'2026-03-25 19:28:36','2026-03-25 19:28:36'),
(50253,NULL,NULL,1455,64,14,'2026-03-25 19:28:00',NULL,'live',NULL,NULL,'2026-03-25 19:28:57','2026-03-25 19:28:57'),
(50254,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:28:57','2026-03-25 19:28:57'),
(50255,NULL,NULL,50254,64,14,'2026-03-25 19:28:00',NULL,'live',NULL,NULL,'2026-03-25 19:28:57','2026-03-25 19:28:57'),
(50258,NULL,NULL,1461,64,14,'2026-03-25 19:29:00',NULL,'live',NULL,NULL,'2026-03-25 19:29:16','2026-03-25 19:29:16'),
(50259,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:29:16','2026-03-25 19:29:16'),
(50260,NULL,NULL,50259,64,14,'2026-03-25 19:29:00',NULL,'live',NULL,NULL,'2026-03-25 19:29:16','2026-03-25 19:29:16'),
(50264,NULL,NULL,1467,64,14,'2026-03-25 19:29:00',NULL,'live',NULL,NULL,'2026-03-25 19:29:36','2026-03-25 19:29:36'),
(50265,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:29:36','2026-03-25 19:29:36'),
(50266,NULL,NULL,50265,64,14,'2026-03-25 19:29:00',NULL,'live',NULL,NULL,'2026-03-25 19:29:36','2026-03-25 19:29:36'),
(50275,NULL,NULL,2,64,14,'2026-03-25 19:33:00',NULL,'live',NULL,NULL,'2026-03-25 19:33:11','2026-03-25 19:33:11'),
(50276,1,NULL,NULL,NULL,1,'2025-04-18 17:16:00',NULL,'live',NULL,NULL,'2026-03-25 19:33:11','2026-03-25 19:33:11'),
(50277,NULL,NULL,50276,64,14,'2026-03-25 19:33:00',NULL,'live',NULL,NULL,'2026-03-25 19:33:11','2026-03-25 19:33:11'),
(50280,NULL,NULL,945,64,14,'2026-03-25 19:33:00',NULL,'live',NULL,NULL,'2026-03-25 19:33:50','2026-03-25 19:33:50'),
(50281,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:33:50','2026-03-25 19:33:50'),
(50282,NULL,NULL,50281,64,14,'2026-03-25 19:33:00',NULL,'live',NULL,NULL,'2026-03-25 19:33:50','2026-03-25 19:33:50'),
(50285,NULL,NULL,951,64,14,'2026-03-25 19:34:00',NULL,'live',NULL,NULL,'2026-03-25 19:34:12','2026-03-25 19:34:12'),
(50286,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:34:12','2026-03-25 19:34:12'),
(50287,NULL,NULL,50286,64,14,'2026-03-25 19:34:00',NULL,'live',NULL,NULL,'2026-03-25 19:34:12','2026-03-25 19:34:12'),
(50290,NULL,NULL,957,64,14,'2026-03-25 19:34:00',NULL,'live',NULL,NULL,'2026-03-25 19:34:29','2026-03-25 19:34:29'),
(50291,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:34:29','2026-03-25 19:34:29'),
(50292,NULL,NULL,50291,64,14,'2026-03-25 19:34:00',NULL,'live',NULL,NULL,'2026-03-25 19:34:29','2026-03-25 19:34:29'),
(50295,NULL,NULL,963,64,14,'2026-03-25 19:34:00',NULL,'live',NULL,NULL,'2026-03-25 19:34:46','2026-03-25 19:34:46'),
(50296,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:34:46','2026-03-25 19:34:46'),
(50297,NULL,NULL,50296,64,14,'2026-03-25 19:34:00',NULL,'live',NULL,NULL,'2026-03-25 19:34:46','2026-03-25 19:34:46'),
(50300,NULL,NULL,969,64,14,'2026-03-25 19:35:00',NULL,'live',NULL,NULL,'2026-03-25 19:35:05','2026-03-25 19:35:05'),
(50301,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:35:05','2026-03-25 19:35:05'),
(50302,NULL,NULL,50301,64,14,'2026-03-25 19:35:00',NULL,'live',NULL,NULL,'2026-03-25 19:35:05','2026-03-25 19:35:05'),
(50305,NULL,NULL,975,64,14,'2026-03-25 19:35:00',NULL,'live',NULL,NULL,'2026-03-25 19:35:31','2026-03-25 19:35:31'),
(50306,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:35:31','2026-03-25 19:35:31'),
(50307,NULL,NULL,50306,64,14,'2026-03-25 19:35:00',NULL,'live',NULL,NULL,'2026-03-25 19:35:31','2026-03-25 19:35:31'),
(50310,NULL,NULL,981,64,14,'2026-03-25 19:35:00',NULL,'live',NULL,NULL,'2026-03-25 19:35:52','2026-03-25 19:35:52'),
(50311,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:35:52','2026-03-25 19:35:52'),
(50312,NULL,NULL,50311,64,14,'2026-03-25 19:35:00',NULL,'live',NULL,NULL,'2026-03-25 19:35:52','2026-03-25 19:35:52'),
(50316,NULL,NULL,989,64,14,'2026-03-25 19:36:00',NULL,'live',NULL,NULL,'2026-03-25 19:36:13','2026-03-25 19:36:13'),
(50317,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:36:13','2026-03-25 19:36:13'),
(50318,NULL,NULL,50317,64,14,'2026-03-25 19:36:00',NULL,'live',NULL,NULL,'2026-03-25 19:36:13','2026-03-25 19:36:13'),
(50321,NULL,NULL,995,64,14,'2026-03-25 19:36:00',NULL,'live',NULL,NULL,'2026-03-25 19:36:32','2026-03-25 19:36:32'),
(50322,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:36:32','2026-03-25 19:36:32'),
(50323,NULL,NULL,50322,64,14,'2026-03-25 19:36:00',NULL,'live',NULL,NULL,'2026-03-25 19:36:32','2026-03-25 19:36:32'),
(50326,NULL,NULL,999,64,14,'2026-03-25 19:36:00',NULL,'live',NULL,NULL,'2026-03-25 19:36:54','2026-03-25 19:36:54'),
(50327,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:36:54','2026-03-25 19:36:54'),
(50328,NULL,NULL,50327,64,14,'2026-03-25 19:36:00',NULL,'live',NULL,NULL,'2026-03-25 19:36:54','2026-03-25 19:36:54'),
(50331,NULL,NULL,1005,64,14,'2026-03-25 19:37:00',NULL,'live',NULL,NULL,'2026-03-25 19:37:16','2026-03-25 19:37:16'),
(50332,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:37:16','2026-03-25 19:37:16'),
(50333,NULL,NULL,50332,64,14,'2026-03-25 19:37:00',NULL,'live',NULL,NULL,'2026-03-25 19:37:16','2026-03-25 19:37:16'),
(50337,NULL,NULL,1011,64,14,'2026-03-25 19:38:00',NULL,'live',NULL,NULL,'2026-03-25 19:38:04','2026-03-25 19:38:04'),
(50338,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:38:04','2026-03-25 19:38:04'),
(50339,NULL,NULL,50338,64,14,'2026-03-25 19:38:00',NULL,'live',NULL,NULL,'2026-03-25 19:38:04','2026-03-25 19:38:04'),
(50344,NULL,NULL,1017,64,14,'2026-03-25 19:38:00',NULL,'live',NULL,NULL,'2026-03-25 19:38:25','2026-03-25 19:38:25'),
(50345,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:38:25','2026-03-25 19:38:25'),
(50346,NULL,NULL,50345,64,14,'2026-03-25 19:38:00',NULL,'live',NULL,NULL,'2026-03-25 19:38:25','2026-03-25 19:38:25'),
(50350,NULL,NULL,1023,64,14,'2026-03-25 19:38:00',NULL,'live',NULL,NULL,'2026-03-25 19:38:42','2026-03-25 19:38:42'),
(50351,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:38:42','2026-03-25 19:38:42'),
(50352,NULL,NULL,50351,64,14,'2026-03-25 19:38:00',NULL,'live',NULL,NULL,'2026-03-25 19:38:42','2026-03-25 19:38:42'),
(50355,NULL,NULL,1035,64,14,'2026-03-25 19:38:00',NULL,'live',NULL,NULL,'2026-03-25 19:39:04','2026-03-25 19:39:04'),
(50356,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:39:04','2026-03-25 19:39:04'),
(50357,NULL,NULL,50356,64,14,'2025-11-14 18:20:00',NULL,'live',NULL,NULL,'2026-03-25 19:39:04','2026-03-25 19:39:04'),
(50358,NULL,NULL,50356,64,14,'2026-03-25 19:38:00',NULL,'live',NULL,NULL,'2026-03-25 19:39:04','2026-03-25 19:39:04'),
(50362,NULL,NULL,1041,64,14,'2026-03-25 19:39:00',NULL,'live',NULL,NULL,'2026-03-25 19:39:20','2026-03-25 19:39:20'),
(50363,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:39:20','2026-03-25 19:39:20'),
(50364,NULL,NULL,50363,64,14,'2026-03-25 19:39:00',NULL,'live',NULL,NULL,'2026-03-25 19:39:20','2026-03-25 19:39:20'),
(50368,NULL,NULL,1045,64,14,'2026-03-25 19:39:00',NULL,'live',NULL,NULL,'2026-03-25 19:39:45','2026-03-25 19:39:45'),
(50369,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:39:45','2026-03-25 19:39:45'),
(50370,NULL,NULL,50369,64,14,'2026-03-25 19:39:00',NULL,'live',NULL,NULL,'2026-03-25 19:39:45','2026-03-25 19:39:45'),
(50373,NULL,NULL,1051,64,14,'2026-03-25 19:40:00',NULL,'live',NULL,NULL,'2026-03-25 19:40:02','2026-03-25 19:40:02'),
(50374,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:40:02','2026-03-25 19:40:02'),
(50375,NULL,NULL,50374,64,14,'2026-03-25 19:40:00',NULL,'live',NULL,NULL,'2026-03-25 19:40:02','2026-03-25 19:40:02'),
(50378,NULL,NULL,1059,64,14,'2026-03-25 19:40:00',NULL,'live',NULL,NULL,'2026-03-25 19:40:27','2026-03-25 19:40:27'),
(50379,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:40:27','2026-03-25 19:40:27'),
(50380,NULL,NULL,50379,64,14,'2026-03-25 19:40:00',NULL,'live',NULL,NULL,'2026-03-25 19:40:27','2026-03-25 19:40:27'),
(50381,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:40:29','2026-03-25 19:40:29'),
(50384,NULL,NULL,1067,64,14,'2026-03-25 19:40:00',NULL,'live',NULL,NULL,'2026-03-25 19:40:53','2026-03-25 19:40:53'),
(50385,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:40:53','2026-03-25 19:40:53'),
(50386,NULL,NULL,50385,64,14,'2026-03-25 19:40:00',NULL,'live',NULL,NULL,'2026-03-25 19:40:53','2026-03-25 19:40:53'),
(50389,NULL,NULL,1073,64,14,'2026-03-25 19:41:00',NULL,'live',NULL,NULL,'2026-03-25 19:41:11','2026-03-25 19:41:11'),
(50390,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:41:11','2026-03-25 19:41:11'),
(50391,NULL,NULL,50390,64,14,'2026-03-25 19:41:00',NULL,'live',NULL,NULL,'2026-03-25 19:41:11','2026-03-25 19:41:11'),
(50394,NULL,NULL,1079,64,14,'2026-03-25 19:41:00',NULL,'live',NULL,NULL,'2026-03-25 19:41:32','2026-03-25 19:41:32'),
(50395,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:41:32','2026-03-25 19:41:32'),
(50396,NULL,NULL,50395,64,14,'2026-03-25 19:41:00',NULL,'live',NULL,NULL,'2026-03-25 19:41:32','2026-03-25 19:41:32'),
(50399,NULL,NULL,1085,64,14,'2026-03-25 19:41:00',NULL,'live',NULL,NULL,'2026-03-25 19:41:50','2026-03-25 19:41:50'),
(50400,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:41:50','2026-03-25 19:41:50'),
(50401,NULL,NULL,50400,64,14,'2026-03-25 19:41:00',NULL,'live',NULL,NULL,'2026-03-25 19:41:50','2026-03-25 19:41:50'),
(50404,NULL,NULL,1091,64,14,'2026-03-25 19:42:00',NULL,'live',NULL,NULL,'2026-03-25 19:42:13','2026-03-25 19:42:13'),
(50405,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:42:13','2026-03-25 19:42:13'),
(50406,NULL,NULL,50405,64,14,'2026-03-25 19:42:00',NULL,'live',NULL,NULL,'2026-03-25 19:42:13','2026-03-25 19:42:13'),
(50409,NULL,NULL,1097,64,14,'2026-03-25 19:42:00',NULL,'live',NULL,NULL,'2026-03-25 19:42:33','2026-03-25 19:42:33'),
(50410,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:42:33','2026-03-25 19:42:33'),
(50411,NULL,NULL,50410,64,14,'2026-03-25 19:42:00',NULL,'live',NULL,NULL,'2026-03-25 19:42:33','2026-03-25 19:42:33'),
(50414,NULL,NULL,1103,64,14,'2026-03-25 19:42:00',NULL,'live',NULL,NULL,'2026-03-25 19:42:52','2026-03-25 19:42:52'),
(50415,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:42:52','2026-03-25 19:42:52'),
(50416,NULL,NULL,50415,64,14,'2026-03-25 19:42:00',NULL,'live',NULL,NULL,'2026-03-25 19:42:53','2026-03-25 19:42:53'),
(50419,NULL,NULL,1109,64,14,'2026-03-25 19:43:00',NULL,'live',NULL,NULL,'2026-03-25 19:43:09','2026-03-25 19:43:09'),
(50420,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:43:09','2026-03-25 19:43:09'),
(50421,NULL,NULL,50420,64,14,'2026-03-25 19:43:00',NULL,'live',NULL,NULL,'2026-03-25 19:43:09','2026-03-25 19:43:09'),
(50424,NULL,NULL,1117,64,14,'2026-03-25 19:43:00',NULL,'live',NULL,NULL,'2026-03-25 19:43:32','2026-03-25 19:43:32'),
(50425,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:43:32','2026-03-25 19:43:32'),
(50426,NULL,NULL,50425,64,14,'2026-03-25 19:43:00',NULL,'live',NULL,NULL,'2026-03-25 19:43:33','2026-03-25 19:43:33'),
(50429,NULL,NULL,1123,64,14,'2026-03-25 19:43:00',NULL,'live',NULL,NULL,'2026-03-25 19:43:49','2026-03-25 19:43:49'),
(50430,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:43:49','2026-03-25 19:43:49'),
(50431,NULL,NULL,50430,64,14,'2026-03-25 19:43:00',NULL,'live',NULL,NULL,'2026-03-25 19:43:49','2026-03-25 19:43:49'),
(50435,NULL,NULL,1129,64,14,'2026-03-25 19:44:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:10','2026-03-25 19:44:10'),
(50436,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:10','2026-03-25 19:44:10'),
(50437,NULL,NULL,50436,64,14,'2026-03-25 19:44:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:10','2026-03-25 19:44:10'),
(50441,NULL,NULL,1135,64,14,'2026-03-25 19:44:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:24','2026-03-25 19:44:24'),
(50442,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:24','2026-03-25 19:44:24'),
(50443,NULL,NULL,50442,64,14,'2026-03-25 19:44:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:24','2026-03-25 19:44:24'),
(50450,NULL,NULL,1143,64,14,'2026-03-25 19:44:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:40','2026-03-25 19:44:40'),
(50451,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:40','2026-03-25 19:44:40'),
(50452,NULL,NULL,50451,64,14,'2026-03-25 19:44:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:40','2026-03-25 19:44:40'),
(50455,NULL,NULL,1161,64,14,'2026-03-25 19:44:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:59','2026-03-25 19:44:59'),
(50456,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:59','2026-03-25 19:44:59'),
(50457,NULL,NULL,50456,64,14,'2026-03-25 19:44:00',NULL,'live',NULL,NULL,'2026-03-25 19:44:59','2026-03-25 19:44:59'),
(50460,NULL,NULL,1165,64,14,'2026-03-25 19:45:00',NULL,'live',NULL,NULL,'2026-03-25 19:45:17','2026-03-25 19:45:17'),
(50461,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:45:17','2026-03-25 19:45:17'),
(50462,NULL,NULL,50461,64,14,'2026-03-25 19:45:00',NULL,'live',NULL,NULL,'2026-03-25 19:45:17','2026-03-25 19:45:17'),
(50466,NULL,NULL,1177,64,14,'2026-03-25 19:45:00',NULL,'live',NULL,NULL,'2026-03-25 19:45:37','2026-03-25 19:45:37'),
(50467,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:45:37','2026-03-25 19:45:37'),
(50468,NULL,NULL,50467,64,14,'2026-03-25 19:45:00',NULL,'live',NULL,NULL,'2026-03-25 19:45:37','2026-03-25 19:45:37'),
(50471,NULL,NULL,1185,64,14,'2026-03-25 19:45:00',NULL,'live',NULL,NULL,'2026-03-25 19:45:53','2026-03-25 19:45:53'),
(50472,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:45:53','2026-03-25 19:45:53'),
(50473,NULL,NULL,50472,64,14,'2026-03-25 19:45:00',NULL,'live',NULL,NULL,'2026-03-25 19:45:54','2026-03-25 19:45:54'),
(50476,NULL,NULL,1191,64,14,'2026-03-25 19:46:00',NULL,'live',NULL,NULL,'2026-03-25 19:46:13','2026-03-25 19:46:13'),
(50477,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:46:13','2026-03-25 19:46:13'),
(50478,NULL,NULL,50477,64,14,'2026-03-25 19:46:00',NULL,'live',NULL,NULL,'2026-03-25 19:46:13','2026-03-25 19:46:13'),
(50481,NULL,NULL,1197,64,14,'2026-03-25 19:46:00',NULL,'live',NULL,NULL,'2026-03-25 19:46:30','2026-03-25 19:46:30'),
(50482,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:46:30','2026-03-25 19:46:30'),
(50483,NULL,NULL,50482,64,14,'2026-03-25 19:46:00',NULL,'live',NULL,NULL,'2026-03-25 19:46:30','2026-03-25 19:46:30'),
(50484,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:46:40','2026-03-25 19:46:40'),
(50487,NULL,NULL,1201,64,14,'2026-03-25 19:46:00',NULL,'live',NULL,NULL,'2026-03-25 19:46:57','2026-03-25 19:46:57'),
(50488,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:46:57','2026-03-25 19:46:57'),
(50489,NULL,NULL,50488,64,14,'2026-03-25 19:46:00',NULL,'live',NULL,NULL,'2026-03-25 19:46:57','2026-03-25 19:46:57'),
(50492,NULL,NULL,1215,64,14,'2026-03-25 19:47:00',NULL,'live',NULL,NULL,'2026-03-25 19:47:14','2026-03-25 19:47:14'),
(50493,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:47:14','2026-03-25 19:47:14'),
(50494,NULL,NULL,50493,64,14,'2026-03-25 19:47:00',NULL,'live',NULL,NULL,'2026-03-25 19:47:14','2026-03-25 19:47:14'),
(50497,NULL,NULL,1225,64,14,'2026-03-25 19:47:00',NULL,'live',NULL,NULL,'2026-03-25 19:47:33','2026-03-25 19:47:33'),
(50498,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:47:33','2026-03-25 19:47:33'),
(50499,NULL,NULL,50498,64,14,'2026-03-25 19:47:00',NULL,'live',NULL,NULL,'2026-03-25 19:47:33','2026-03-25 19:47:33'),
(50502,NULL,NULL,1231,64,14,'2026-03-25 19:47:00',NULL,'live',NULL,NULL,'2026-03-25 19:47:50','2026-03-25 19:47:50'),
(50503,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:47:50','2026-03-25 19:47:50'),
(50504,NULL,NULL,50503,64,14,'2026-03-25 19:47:00',NULL,'live',NULL,NULL,'2026-03-25 19:47:50','2026-03-25 19:47:50'),
(50508,NULL,NULL,1237,64,14,'2026-03-25 19:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:48:08','2026-03-25 19:48:08'),
(50509,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:48:08','2026-03-25 19:48:08'),
(50510,NULL,NULL,50509,64,14,'2026-03-25 19:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:48:08','2026-03-25 19:48:08'),
(50514,NULL,NULL,1243,64,14,'2026-03-25 19:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:48:35','2026-03-25 19:48:35'),
(50515,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:48:35','2026-03-25 19:48:35'),
(50516,NULL,NULL,50515,64,14,'2026-03-25 19:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:48:35','2026-03-25 19:48:35'),
(50519,NULL,NULL,1249,64,14,'2026-03-25 19:49:00',NULL,'live',NULL,NULL,'2026-03-25 19:49:02','2026-03-25 19:49:02'),
(50520,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:49:02','2026-03-25 19:49:02'),
(50521,NULL,NULL,50520,64,14,'2026-03-25 19:49:00',NULL,'live',NULL,NULL,'2026-03-25 19:49:02','2026-03-25 19:49:02'),
(50525,NULL,NULL,2720,64,14,'2026-03-25 19:51:00',NULL,'live',NULL,NULL,'2026-03-25 19:51:03','2026-03-25 19:51:03'),
(50526,1,NULL,NULL,NULL,1,'2025-09-22 18:35:00',NULL,'live',NULL,NULL,'2026-03-25 19:51:03','2026-03-25 19:51:03'),
(50527,NULL,NULL,50526,64,14,'2026-03-25 19:51:00',NULL,'live',NULL,NULL,'2026-03-25 19:51:03','2026-03-25 19:51:03'),
(50530,NULL,NULL,1353,64,14,'2026-03-25 19:51:00',NULL,'live',NULL,NULL,'2026-03-25 19:51:39','2026-03-25 19:51:39'),
(50531,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:51:39','2026-03-25 19:51:39'),
(50532,NULL,NULL,50531,64,14,'2026-03-25 19:51:00',NULL,'live',NULL,NULL,'2026-03-25 19:51:39','2026-03-25 19:51:39'),
(50535,NULL,NULL,1359,64,14,'2026-03-25 19:51:00',NULL,'live',NULL,NULL,'2026-03-25 19:51:58','2026-03-25 19:51:58'),
(50536,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:51:58','2026-03-25 19:51:58'),
(50537,NULL,NULL,50536,64,14,'2026-03-25 19:51:00',NULL,'live',NULL,NULL,'2026-03-25 19:51:58','2026-03-25 19:51:58'),
(50540,NULL,NULL,1365,64,14,'2026-03-25 19:52:00',NULL,'live',NULL,NULL,'2026-03-25 19:52:16','2026-03-25 19:52:16'),
(50541,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:52:16','2026-03-25 19:52:16'),
(50542,NULL,NULL,50541,64,14,'2026-03-25 19:52:00',NULL,'live',NULL,NULL,'2026-03-25 19:52:16','2026-03-25 19:52:16'),
(50546,NULL,NULL,2712,64,14,'2026-03-25 19:52:00',NULL,'live',NULL,NULL,'2026-03-25 19:52:35','2026-03-25 19:52:35'),
(50547,1,NULL,NULL,NULL,1,'2025-09-22 18:33:00',NULL,'live',NULL,NULL,'2026-03-25 19:52:35','2026-03-25 19:52:35'),
(50548,NULL,NULL,50547,64,14,'2026-03-25 19:52:00',NULL,'live',NULL,NULL,'2026-03-25 19:52:35','2026-03-25 19:52:35'),
(50551,NULL,NULL,1371,64,14,'2026-03-25 19:52:00',NULL,'live',NULL,NULL,'2026-03-25 19:52:54','2026-03-25 19:52:54'),
(50552,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:52:54','2026-03-25 19:52:54'),
(50553,NULL,NULL,50552,64,14,'2026-03-25 19:52:00',NULL,'live',NULL,NULL,'2026-03-25 19:52:54','2026-03-25 19:52:54'),
(50556,NULL,NULL,1377,64,14,'2026-03-25 19:53:00',NULL,'live',NULL,NULL,'2026-03-25 19:53:33','2026-03-25 19:53:33'),
(50557,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:53:33','2026-03-25 19:53:33'),
(50558,NULL,NULL,50557,64,14,'2026-03-25 19:53:00',NULL,'live',NULL,NULL,'2026-03-25 19:53:33','2026-03-25 19:53:33'),
(50561,NULL,NULL,1383,64,14,'2026-03-25 19:53:00',NULL,'live',NULL,NULL,'2026-03-25 19:53:51','2026-03-25 19:53:51'),
(50562,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:53:51','2026-03-25 19:53:51'),
(50563,NULL,NULL,50562,64,14,'2026-03-25 19:53:00',NULL,'live',NULL,NULL,'2026-03-25 19:53:51','2026-03-25 19:53:51'),
(50566,NULL,NULL,1389,64,14,'2026-03-25 19:54:00',NULL,'live',NULL,NULL,'2026-03-25 19:54:11','2026-03-25 19:54:11'),
(50567,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:54:11','2026-03-25 19:54:11'),
(50568,NULL,NULL,50567,64,14,'2026-03-25 19:54:00',NULL,'live',NULL,NULL,'2026-03-25 19:54:11','2026-03-25 19:54:11'),
(50571,NULL,NULL,1407,64,14,'2026-03-25 19:54:00',NULL,'live',NULL,NULL,'2026-03-25 19:54:30','2026-03-25 19:54:30'),
(50572,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:54:30','2026-03-25 19:54:30'),
(50573,NULL,NULL,50572,64,14,'2026-03-25 19:54:00',NULL,'live',NULL,NULL,'2026-03-25 19:54:30','2026-03-25 19:54:30'),
(50576,NULL,NULL,1395,64,14,'2026-03-25 19:54:00',NULL,'live',NULL,NULL,'2026-03-25 19:54:53','2026-03-25 19:54:53'),
(50577,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:54:53','2026-03-25 19:54:53'),
(50578,NULL,NULL,50577,64,14,'2026-03-25 19:54:00',NULL,'live',NULL,NULL,'2026-03-25 19:54:53','2026-03-25 19:54:53'),
(50581,NULL,NULL,1401,64,14,'2026-03-25 19:55:00',NULL,'live',NULL,NULL,'2026-03-25 19:55:08','2026-03-25 19:55:08'),
(50582,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:55:08','2026-03-25 19:55:08'),
(50583,NULL,NULL,50582,64,14,'2026-03-25 19:55:00',NULL,'live',NULL,NULL,'2026-03-25 19:55:08','2026-03-25 19:55:08'),
(50587,NULL,NULL,1413,64,14,'2026-03-25 19:55:00',NULL,'live',NULL,NULL,'2026-03-25 19:55:26','2026-03-25 19:55:26'),
(50588,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:55:26','2026-03-25 19:55:26'),
(50589,NULL,NULL,50588,64,14,'2026-03-25 19:55:00',NULL,'live',NULL,NULL,'2026-03-25 19:55:26','2026-03-25 19:55:26'),
(50593,NULL,NULL,1255,64,14,'2026-03-25 19:57:00',NULL,'live',NULL,NULL,'2026-03-25 19:57:30','2026-03-25 19:57:30'),
(50594,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:57:30','2026-03-25 19:57:30'),
(50595,NULL,NULL,50594,64,14,'2026-03-25 19:57:00',NULL,'live',NULL,NULL,'2026-03-25 19:57:30','2026-03-25 19:57:30'),
(50598,NULL,NULL,1269,64,14,'2026-03-25 19:58:00',NULL,'live',NULL,NULL,'2026-03-25 19:58:11','2026-03-25 19:58:11'),
(50599,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:58:11','2026-03-25 19:58:11'),
(50600,NULL,NULL,50599,64,14,'2026-03-25 19:58:00',NULL,'live',NULL,NULL,'2026-03-25 19:58:11','2026-03-25 19:58:11'),
(50603,NULL,NULL,1283,64,14,'2026-03-25 19:58:00',NULL,'live',NULL,NULL,'2026-03-25 19:58:34','2026-03-25 19:58:34'),
(50604,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:58:34','2026-03-25 19:58:34'),
(50605,NULL,NULL,50604,64,14,'2026-03-25 19:58:00',NULL,'live',NULL,NULL,'2026-03-25 19:58:34','2026-03-25 19:58:34'),
(50608,NULL,NULL,1289,64,14,'2026-03-25 19:58:00',NULL,'live',NULL,NULL,'2026-03-25 19:58:54','2026-03-25 19:58:54'),
(50609,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:58:54','2026-03-25 19:58:54'),
(50610,NULL,NULL,50609,64,14,'2026-03-25 19:58:00',NULL,'live',NULL,NULL,'2026-03-25 19:58:54','2026-03-25 19:58:54'),
(50614,NULL,NULL,1303,64,14,'2026-03-25 19:59:00',NULL,'live',NULL,NULL,'2026-03-25 19:59:12','2026-03-25 19:59:12'),
(50615,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:59:12','2026-03-25 19:59:12'),
(50616,NULL,NULL,50615,64,14,'2026-03-25 19:59:00',NULL,'live',NULL,NULL,'2026-03-25 19:59:12','2026-03-25 19:59:12'),
(50619,NULL,NULL,1309,64,14,'2026-03-25 19:59:00',NULL,'live',NULL,NULL,'2026-03-25 19:59:30','2026-03-25 19:59:30'),
(50620,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:59:30','2026-03-25 19:59:30'),
(50621,NULL,NULL,50620,64,14,'2026-03-25 19:59:00',NULL,'live',NULL,NULL,'2026-03-25 19:59:30','2026-03-25 19:59:30'),
(50624,NULL,NULL,1315,64,14,'2026-03-25 19:59:00',NULL,'live',NULL,NULL,'2026-03-25 19:59:50','2026-03-25 19:59:50'),
(50625,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 19:59:50','2026-03-25 19:59:50'),
(50626,NULL,NULL,50625,64,14,'2026-03-25 19:59:00',NULL,'live',NULL,NULL,'2026-03-25 19:59:50','2026-03-25 19:59:50'),
(50629,NULL,NULL,1329,64,14,'2026-03-25 20:00:00',NULL,'live',NULL,NULL,'2026-03-25 20:00:09','2026-03-25 20:00:09'),
(50630,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 20:00:09','2026-03-25 20:00:09'),
(50631,NULL,NULL,50630,64,14,'2026-03-25 20:00:00',NULL,'live',NULL,NULL,'2026-03-25 20:00:09','2026-03-25 20:00:09'),
(50634,NULL,NULL,1343,64,14,'2026-03-25 20:00:00',NULL,'live',NULL,NULL,'2026-03-25 20:00:27','2026-03-25 20:00:27'),
(50635,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 20:00:27','2026-03-25 20:00:27'),
(50636,NULL,NULL,50635,64,14,'2026-03-25 20:00:00',NULL,'live',NULL,NULL,'2026-03-25 20:00:27','2026-03-25 20:00:27'),
(50639,NULL,NULL,1349,64,14,'2026-03-25 20:00:00',NULL,'live',NULL,NULL,'2026-03-25 20:00:41','2026-03-25 20:00:41'),
(50640,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 20:00:41','2026-03-25 20:00:41'),
(50641,NULL,NULL,50640,64,14,'2026-03-25 20:00:00',NULL,'live',NULL,NULL,'2026-03-25 20:00:41','2026-03-25 20:00:41'),
(50647,NULL,NULL,1277,64,14,'2026-03-25 20:02:00',NULL,'live',NULL,NULL,'2026-03-25 20:02:16','2026-03-25 20:02:16'),
(50648,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 20:02:16','2026-03-25 20:02:16'),
(50649,NULL,NULL,50648,64,14,'2026-03-25 20:02:00',NULL,'live',NULL,NULL,'2026-03-25 20:02:16','2026-03-25 20:02:16'),
(50652,NULL,NULL,1323,64,14,'2026-03-25 20:03:00',NULL,'live',NULL,NULL,'2026-03-25 20:03:06','2026-03-25 20:03:06'),
(50653,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 20:03:06','2026-03-25 20:03:06'),
(50654,NULL,NULL,50653,64,14,'2026-03-25 20:03:00',NULL,'live',NULL,NULL,'2026-03-25 20:03:06','2026-03-25 20:03:06'),
(50664,NULL,NULL,1171,64,14,'2026-03-25 20:26:00',NULL,'live',NULL,NULL,'2026-03-25 20:26:14','2026-03-25 20:26:14'),
(50665,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 20:26:14','2026-03-25 20:26:14'),
(50666,NULL,NULL,50665,64,14,'2026-03-25 20:26:00',NULL,'live',NULL,NULL,'2026-03-25 20:26:14','2026-03-25 20:26:14'),
(50670,NULL,NULL,1209,64,14,'2026-03-25 20:26:00',NULL,'live',NULL,NULL,'2026-03-25 20:26:43','2026-03-25 20:26:43'),
(50671,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 20:26:43','2026-03-25 20:26:43'),
(50672,NULL,NULL,50671,64,14,'2026-03-25 20:26:00',NULL,'live',NULL,NULL,'2026-03-25 20:26:43','2026-03-25 20:26:43'),
(50676,NULL,NULL,1219,64,14,'2026-03-25 20:27:00',NULL,'live',NULL,NULL,'2026-03-25 20:27:02','2026-03-25 20:27:02'),
(50677,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-25 20:27:02','2026-03-25 20:27:02'),
(50678,NULL,NULL,50677,64,14,'2026-03-25 20:27:00',NULL,'live',NULL,NULL,'2026-03-25 20:27:02','2026-03-25 20:27:02'),
(54156,1,NULL,NULL,NULL,1,'2025-09-11 18:48:00',NULL,'live',NULL,NULL,'2026-03-30 13:50:32','2026-03-30 13:50:32');
/*!40000 ALTER TABLE `entries` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `entries_authors`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `entries_authors` WRITE;
/*!40000 ALTER TABLE `entries_authors` DISABLE KEYS */;
INSERT INTO `entries_authors` VALUES
(2,1,1),
(111,1,1),
(112,1,1),
(113,1,1),
(114,1,1),
(115,1,1),
(116,1,1),
(117,1,1),
(118,1,1),
(119,1,1),
(120,1,1),
(121,1,1),
(122,1,1),
(325,1,1),
(326,1,1),
(328,1,1),
(329,1,1),
(330,1,1),
(331,1,1),
(332,1,1),
(333,1,1),
(334,1,1),
(335,1,1),
(336,1,1),
(337,1,1),
(338,1,1),
(339,1,1),
(340,1,1),
(341,1,1),
(342,1,1),
(343,1,1),
(344,1,1),
(347,1,1),
(348,1,1),
(349,1,1),
(350,1,1),
(351,1,1),
(352,1,1),
(353,1,1),
(354,1,1),
(355,1,1),
(356,1,1),
(357,1,1),
(358,1,1),
(359,1,1),
(360,1,1),
(361,1,1),
(362,1,1),
(363,1,1),
(364,1,1),
(365,1,1),
(366,1,1),
(367,1,1),
(368,1,1),
(369,1,1),
(370,1,1),
(371,1,1),
(372,1,1),
(373,1,1),
(374,1,1),
(375,1,1),
(376,1,1),
(377,1,1),
(378,1,1),
(379,1,1),
(382,1,1),
(383,1,1),
(384,1,1),
(385,1,1),
(386,1,1),
(387,1,1),
(388,1,1),
(389,1,1),
(390,1,1),
(391,1,1),
(392,1,1),
(393,1,1),
(394,1,1),
(395,1,1),
(396,1,1),
(397,1,1),
(398,1,1),
(399,1,1),
(400,1,1),
(401,1,1),
(402,1,1),
(403,1,1),
(404,1,1),
(405,1,1),
(406,1,1),
(407,1,1),
(408,1,1),
(409,1,1),
(410,1,1),
(411,1,1),
(412,1,1),
(413,1,1),
(414,1,1),
(415,1,1),
(457,1,1),
(458,1,1),
(459,1,1),
(460,1,1),
(461,1,1),
(462,1,1),
(463,1,1),
(464,1,1),
(465,1,1),
(466,1,1),
(467,1,1),
(468,1,1),
(469,1,1),
(470,1,1),
(471,1,1),
(472,1,1),
(473,1,1),
(474,1,1),
(475,1,1),
(476,1,1),
(477,1,1),
(478,1,1),
(479,1,1),
(480,1,1),
(481,1,1),
(482,1,1),
(483,1,1),
(484,1,1),
(485,1,1),
(486,1,1),
(487,1,1),
(488,1,1),
(489,1,1),
(490,1,1),
(491,1,1),
(492,1,1),
(493,1,1),
(494,1,1),
(495,1,1),
(496,1,1),
(497,1,1),
(498,1,1),
(555,1,1),
(556,1,1),
(557,1,1),
(558,1,1),
(559,1,1),
(560,1,1),
(601,1,1),
(602,1,1),
(605,1,1),
(606,1,1),
(607,1,1),
(608,1,1),
(609,1,1),
(610,1,1),
(616,1,1),
(617,1,1),
(618,1,1),
(619,1,1),
(621,1,1),
(623,1,1),
(629,1,1),
(945,1,1),
(951,1,1),
(954,1,1),
(957,1,1),
(963,1,1),
(969,1,1),
(972,1,1),
(975,1,1),
(978,1,1),
(981,1,1),
(985,1,1),
(989,1,1),
(992,1,1),
(995,1,1),
(997,1,1),
(999,1,1),
(1002,1,1),
(1005,1,1),
(1008,1,1),
(1011,1,1),
(1017,1,1),
(1020,1,1),
(1023,1,1),
(1031,1,1),
(1033,1,1),
(1035,1,1),
(1038,1,1),
(1041,1,1),
(1043,1,1),
(1045,1,1),
(1051,1,1),
(1055,1,1),
(1059,1,1),
(1063,1,1),
(1067,1,1),
(1070,1,1),
(1073,1,1),
(1076,1,1),
(1079,1,1),
(1082,1,1),
(1085,1,1),
(1088,1,1),
(1091,1,1),
(1094,1,1),
(1097,1,1),
(1100,1,1),
(1103,1,1),
(1106,1,1),
(1109,1,1),
(1113,1,1),
(1117,1,1),
(1120,1,1),
(1123,1,1),
(1129,1,1),
(1132,1,1),
(1135,1,1),
(1138,1,1),
(1141,1,1),
(1142,1,1),
(1143,1,1),
(1146,1,1),
(1149,1,1),
(1152,1,1),
(1155,1,1),
(1158,1,1),
(1161,1,1),
(1163,1,1),
(1165,1,1),
(1171,1,1),
(1174,1,1),
(1177,1,1),
(1185,1,1),
(1188,1,1),
(1191,1,1),
(1194,1,1),
(1197,1,1),
(1199,1,1),
(1201,1,1),
(1205,1,1),
(1209,1,1),
(1212,1,1),
(1215,1,1),
(1217,1,1),
(1219,1,1),
(1222,1,1),
(1225,1,1),
(1228,1,1),
(1231,1,1),
(1234,1,1),
(1237,1,1),
(1240,1,1),
(1243,1,1),
(1246,1,1),
(1249,1,1),
(1252,1,1),
(1255,1,1),
(1261,1,1),
(1265,1,1),
(1269,1,1),
(1273,1,1),
(1277,1,1),
(1280,1,1),
(1283,1,1),
(1286,1,1),
(1289,1,1),
(1293,1,1),
(1297,1,1),
(1300,1,1),
(1303,1,1),
(1306,1,1),
(1309,1,1),
(1312,1,1),
(1315,1,1),
(1319,1,1),
(1323,1,1),
(1326,1,1),
(1329,1,1),
(1333,1,1),
(1337,1,1),
(1340,1,1),
(1343,1,1),
(1346,1,1),
(1349,1,1),
(1351,1,1),
(1353,1,1),
(1359,1,1),
(1362,1,1),
(1365,1,1),
(1368,1,1),
(1371,1,1),
(1374,1,1),
(1377,1,1),
(1380,1,1),
(1383,1,1),
(1386,1,1),
(1389,1,1),
(1392,1,1),
(1395,1,1),
(1398,1,1),
(1401,1,1),
(1404,1,1),
(1407,1,1),
(1410,1,1),
(1413,1,1),
(1416,1,1),
(1419,1,1),
(1422,1,1),
(1425,1,1),
(1428,1,1),
(1431,1,1),
(1434,1,1),
(1437,1,1),
(1440,1,1),
(1443,1,1),
(1446,1,1),
(1449,1,1),
(1452,1,1),
(1455,1,1),
(1458,1,1),
(1461,1,1),
(1464,1,1),
(1467,1,1),
(1470,1,1),
(1473,1,1),
(1475,1,1),
(1477,1,1),
(1479,1,1),
(1481,1,1),
(1501,1,1),
(1516,1,1),
(1521,1,1),
(1527,1,1),
(1533,1,1),
(1537,1,1),
(1541,1,1),
(1546,1,1),
(1551,1,1),
(1556,1,1),
(1567,1,1),
(1571,1,1),
(1575,1,1),
(1585,1,1),
(1592,1,1),
(1598,1,1),
(1603,1,1),
(1608,1,1),
(1613,1,1),
(1618,1,1),
(1623,1,1),
(1628,1,1),
(1634,1,1),
(1640,1,1),
(1650,1,1),
(1655,1,1),
(1658,1,1),
(1661,1,1),
(1666,1,1),
(1671,1,1),
(1675,1,1),
(1684,1,1),
(1696,1,1),
(1701,1,1),
(1705,1,1),
(1710,1,1),
(1716,1,1),
(1720,1,1),
(1724,1,1),
(1729,1,1),
(1734,1,1),
(1739,1,1),
(1744,1,1),
(1749,1,1),
(1760,1,1),
(1767,1,1),
(1773,1,1),
(1778,1,1),
(1784,1,1),
(1790,1,1),
(1795,1,1),
(1800,1,1),
(1806,1,1),
(1812,1,1),
(1818,1,1),
(1824,1,1),
(1829,1,1),
(1833,1,1),
(1842,1,1),
(1847,1,1),
(1852,1,1),
(1857,1,1),
(1862,1,1),
(1867,1,1),
(1872,1,1),
(1877,1,1),
(1882,1,1),
(1887,1,1),
(1892,1,1),
(1897,1,1),
(1902,1,1),
(1907,1,1),
(1912,1,1),
(1917,1,1),
(1922,1,1),
(1927,1,1),
(1932,1,1),
(1936,1,1),
(1939,1,1),
(1958,1,1),
(1963,1,1),
(1967,1,1),
(1969,1,1),
(1979,1,1),
(1981,1,1),
(1983,1,1),
(1985,1,1),
(1991,1,1),
(1993,1,1),
(1995,1,1),
(1997,1,1),
(1999,1,1),
(2001,1,1),
(2003,1,1),
(2005,1,1),
(2007,1,1),
(2009,1,1),
(2011,1,1),
(2013,1,1),
(2015,1,1),
(2017,1,1),
(2019,1,1),
(2021,1,1),
(2022,1,1),
(2024,1,1),
(2026,1,1),
(2028,1,1),
(2030,1,1),
(2032,1,1),
(2034,1,1),
(2036,1,1),
(2039,1,1),
(2041,1,1),
(2043,1,1),
(2045,1,1),
(2047,1,1),
(2049,1,1),
(2051,1,1),
(2053,1,1),
(2055,1,1),
(2057,1,1),
(2059,1,1),
(2061,1,1),
(2063,1,1),
(2065,1,1),
(2067,1,1),
(2069,1,1),
(2071,1,1),
(2073,1,1),
(2075,1,1),
(2077,1,1),
(2079,1,1),
(2081,1,1),
(2083,1,1),
(2085,1,1),
(2087,1,1),
(2089,1,1),
(2091,1,1),
(2093,1,1),
(2095,1,1),
(2097,1,1),
(2099,1,1),
(2102,1,1),
(2103,1,1),
(2105,1,1),
(2107,1,1),
(2109,1,1),
(2111,1,1),
(2113,1,1),
(2117,1,1),
(2119,1,1),
(2121,1,1),
(2123,1,1),
(2125,1,1),
(2127,1,1),
(2129,1,1),
(2131,1,1),
(2133,1,1),
(2135,1,1),
(2137,1,1),
(2139,1,1),
(2141,1,1),
(2143,1,1),
(2145,1,1),
(2147,1,1),
(2149,1,1),
(2152,1,1),
(2154,1,1),
(2156,1,1),
(2160,1,1),
(2162,1,1),
(2166,1,1),
(2170,1,1),
(2174,1,1),
(2176,1,1),
(2178,1,1),
(2180,1,1),
(2182,1,1),
(2184,1,1),
(2186,1,1),
(2188,1,1),
(2190,1,1),
(2192,1,1),
(2194,1,1),
(2196,1,1),
(2197,1,1),
(2199,1,1),
(2201,1,1),
(2203,1,1),
(2206,1,1),
(2208,1,1),
(2216,1,1),
(2218,1,1),
(2231,1,1),
(2240,1,1),
(2243,1,1),
(2246,1,1),
(2250,1,1),
(2253,1,1),
(2255,1,1),
(2258,1,1),
(2261,1,1),
(2264,1,1),
(2271,1,1),
(2273,1,1),
(2276,1,1),
(2278,1,1),
(2281,1,1),
(2285,1,1),
(2289,1,1),
(2292,1,1),
(2295,1,1),
(2298,1,1),
(2301,1,1),
(2304,1,1),
(2307,1,1),
(2310,1,1),
(2314,1,1),
(2317,1,1),
(2320,1,1),
(2323,1,1),
(2326,1,1),
(2329,1,1),
(2332,1,1),
(2334,1,1),
(2337,1,1),
(2343,1,1),
(2346,1,1),
(2349,1,1),
(2351,1,1),
(2355,1,1),
(2358,1,1),
(2360,1,1),
(2363,1,1),
(2366,1,1),
(2369,1,1),
(2372,1,1),
(2375,1,1),
(2381,1,1),
(2385,1,1),
(2389,1,1),
(2392,1,1),
(2395,1,1),
(2399,1,1),
(2402,1,1),
(2405,1,1),
(2408,1,1),
(2412,1,1),
(2415,1,1),
(2419,1,1),
(2422,1,1),
(2425,1,1),
(2430,1,1),
(2433,1,1),
(2436,1,1),
(2439,1,1),
(2442,1,1),
(2445,1,1),
(2448,1,1),
(2451,1,1),
(2454,1,1),
(2457,1,1),
(2460,1,1),
(2463,1,1),
(2466,1,1),
(2469,1,1),
(2472,1,1),
(2475,1,1),
(2478,1,1),
(2481,1,1),
(2484,1,1),
(2487,1,1),
(2489,1,1),
(2518,1,1),
(2519,1,1),
(2520,1,1),
(2522,1,1),
(2523,1,1),
(2524,1,1),
(2526,1,1),
(2527,1,1),
(2528,1,1),
(2530,1,1),
(2531,1,1),
(2532,1,1),
(2534,1,1),
(2535,1,1),
(2536,1,1),
(2537,1,1),
(2538,1,1),
(2540,1,1),
(2542,1,1),
(2544,1,1),
(2546,1,1),
(2548,1,1),
(2550,1,1),
(2552,1,1),
(2553,1,1),
(2554,1,1),
(2555,1,1),
(2556,1,1),
(2557,1,1),
(2558,1,1),
(2559,1,1),
(2560,1,1),
(2561,1,1),
(2562,1,1),
(2563,1,1),
(2564,1,1),
(2565,1,1),
(2566,1,1),
(2567,1,1),
(2568,1,1),
(2569,1,1),
(2570,1,1),
(2571,1,1),
(2572,1,1),
(2573,1,1),
(2574,1,1),
(2575,1,1),
(2576,1,1),
(2577,1,1),
(2579,1,1),
(2581,1,1),
(2583,1,1),
(2585,1,1),
(2587,1,1),
(2589,1,1),
(2590,1,1),
(2591,1,1),
(2592,1,1),
(2595,1,1),
(2596,1,1),
(2597,1,1),
(2598,1,1),
(2599,1,1),
(2600,1,1),
(2601,1,1),
(2602,1,1),
(2603,1,1),
(2604,1,1),
(2605,1,1),
(2606,1,1),
(2607,1,1),
(2608,1,1),
(2609,1,1),
(2610,1,1),
(2611,1,1),
(2612,1,1),
(2613,1,1),
(2614,1,1),
(2615,1,1),
(2618,1,1),
(2619,1,1),
(2622,1,1),
(2623,1,1),
(2624,1,1),
(2625,1,1),
(2629,1,1),
(2631,1,1),
(2633,1,1),
(2635,1,1),
(2640,1,1),
(2641,1,1),
(2643,1,1),
(2645,1,1),
(2647,1,1),
(2649,1,1),
(2651,1,1),
(2653,1,1),
(2655,1,1),
(2657,1,1),
(2659,1,1),
(2661,1,1),
(2663,1,1),
(2665,1,1),
(2667,1,1),
(2669,1,1),
(2671,1,1),
(2673,1,1),
(2675,1,1),
(2678,1,1),
(2680,1,1),
(2682,1,1),
(2684,1,1),
(2686,1,1),
(2689,1,1),
(2691,1,1),
(2693,1,1),
(2695,1,1),
(2697,1,1),
(2698,1,1),
(2699,1,1),
(2701,1,1),
(2703,1,1),
(2705,1,1),
(2707,1,1),
(2709,1,1),
(2711,1,1),
(2712,1,1),
(2713,1,1),
(2716,1,1),
(2719,1,1),
(2720,1,1),
(2721,1,1),
(2723,1,1),
(2725,1,1),
(2727,1,1),
(2729,1,1),
(2732,1,1),
(2733,1,1),
(2742,1,1),
(2750,1,1),
(2751,1,1),
(2753,1,1),
(2754,1,1),
(2756,1,1),
(2758,1,1),
(2760,1,1),
(2761,1,1),
(2763,1,1),
(2764,1,1),
(2766,1,1),
(2768,1,1),
(2769,1,1),
(2770,1,1),
(2772,1,1),
(2774,1,1),
(2775,1,1),
(2776,1,1),
(2778,1,1),
(2780,1,1),
(2781,1,1),
(2782,1,1),
(2784,1,1),
(2802,1,1),
(2805,1,1),
(2808,1,1),
(2811,1,1),
(2848,1,1),
(2850,1,1),
(2852,1,1),
(2860,1,1),
(2862,1,1),
(2864,1,1),
(2866,1,1),
(2868,1,1),
(2876,1,1),
(2879,1,1),
(2880,1,1),
(2881,1,1),
(2891,1,1),
(2892,1,1),
(2909,1,1),
(2910,1,1),
(2911,1,1),
(2912,1,1),
(2913,1,1),
(2914,1,1),
(2915,1,1),
(2916,1,1),
(2917,1,1),
(2918,1,1),
(2925,1,1),
(2929,1,1),
(2959,1,1),
(2961,1,1),
(2963,1,1),
(2965,1,1),
(2966,1,1),
(2969,1,1),
(2971,1,1),
(2972,1,1),
(2973,1,1),
(2974,1,1),
(2975,1,1),
(2976,1,1),
(2977,1,1),
(3014,1,1),
(3027,1,1),
(3028,1,1),
(3041,1,1),
(3051,1,1),
(3055,1,1),
(3093,1,1),
(3094,1,1),
(3095,1,1),
(3107,1,1),
(3114,1,1),
(3118,1,1),
(3125,1,1),
(3146,1,1),
(3159,1,1),
(3171,1,1),
(3183,1,1),
(3188,1,1),
(3192,1,1),
(3193,1,1),
(3194,1,1),
(3195,1,1),
(3196,1,1),
(3197,1,1),
(3198,1,1),
(3199,1,1),
(3200,1,1),
(3201,1,1),
(3202,1,1),
(3203,1,1),
(3204,1,1),
(3205,1,1),
(3206,1,1),
(3207,1,1),
(3208,1,1),
(3209,1,1),
(3210,1,1),
(3211,1,1),
(3217,1,1),
(3218,1,1),
(3219,1,1),
(3223,1,1),
(3264,1,1),
(3275,1,1),
(3284,1,1),
(3286,1,1),
(3296,1,1),
(3304,1,1),
(3309,1,1),
(3320,1,1),
(3344,1,1),
(3356,1,1),
(3359,1,1),
(3375,1,1),
(3378,1,1),
(3390,1,1),
(3397,1,1),
(3407,1,1),
(3413,1,1),
(3419,1,1),
(3423,1,1),
(3436,1,1),
(3443,1,1),
(3455,1,1),
(3463,1,1),
(3465,1,1),
(3468,1,1),
(3469,1,1),
(3471,1,1),
(3472,1,1),
(3484,1,1),
(3491,1,1),
(3499,1,1),
(3512,1,1),
(3523,1,1),
(3528,1,1),
(3541,1,1),
(3548,1,1),
(3556,1,1),
(3562,1,1),
(3565,1,1),
(3577,1,1),
(3584,1,1),
(3588,1,1),
(3592,1,1),
(3624,1,1),
(3636,1,1),
(3643,1,1),
(3649,1,1),
(3653,1,1),
(3655,1,1),
(3667,1,1),
(3674,1,1),
(3683,1,1),
(3690,1,1),
(3697,1,1),
(3698,1,1),
(3704,1,1),
(3717,1,1),
(3723,1,1),
(3735,1,1),
(3742,1,1),
(3750,1,1),
(3755,1,1),
(3757,1,1),
(3759,1,1),
(3762,1,1),
(3774,1,1),
(3781,1,1),
(3787,1,1),
(3793,1,1),
(3797,1,1),
(3803,1,1),
(3820,1,1),
(3828,1,1),
(3830,1,1),
(3833,1,1),
(3845,1,1),
(3852,1,1),
(3860,1,1),
(3866,1,1),
(3880,1,1),
(3890,1,1),
(3894,1,1),
(3907,1,1),
(3914,1,1),
(3922,1,1),
(3928,1,1),
(3940,1,1),
(3949,1,1),
(3955,1,1),
(3970,1,1),
(3977,1,1),
(3982,1,1),
(3997,1,1),
(4004,1,1),
(4012,1,1),
(4030,1,1),
(4038,1,1),
(4042,1,1),
(4046,1,1),
(4058,1,1),
(4072,1,1),
(4078,1,1),
(4081,1,1),
(4094,1,1),
(4101,1,1),
(4106,1,1),
(4110,1,1),
(4122,1,1),
(4133,1,1),
(4144,1,1),
(4148,1,1),
(4161,1,1),
(4168,1,1),
(4175,1,1),
(4179,1,1),
(4182,1,1),
(4194,1,1),
(4215,1,1),
(4224,1,1),
(4236,1,1),
(4243,1,1),
(4248,1,1),
(4252,1,1),
(4254,1,1),
(4266,1,1),
(4278,1,1),
(4323,1,1),
(4337,1,1),
(4344,1,1),
(4345,1,1),
(4350,1,1),
(4354,1,1),
(4370,1,1),
(4377,1,1),
(4381,1,1),
(4396,1,1),
(4403,1,1),
(4404,1,1),
(4405,1,1),
(4410,1,1),
(4425,1,1),
(4432,1,1),
(4436,1,1),
(4451,1,1),
(4458,1,1),
(4462,1,1),
(4467,1,1),
(4479,1,1),
(4486,1,1),
(4488,1,1),
(4493,1,1),
(4509,1,1),
(4522,1,1),
(4527,1,1),
(4539,1,1),
(4546,1,1),
(4550,1,1),
(4570,1,1),
(4591,1,1),
(4598,1,1),
(4605,1,1),
(4628,1,1),
(4650,1,1),
(4661,1,1),
(4666,1,1),
(4668,1,1),
(4670,1,1),
(4675,1,1),
(4679,1,1),
(4681,1,1),
(4683,1,1),
(4688,1,1),
(4692,1,1),
(4694,1,1),
(4696,1,1),
(4701,1,1),
(4706,1,1),
(4710,1,1),
(4712,1,1),
(4758,1,1),
(4830,1,1),
(4832,1,1),
(4839,1,1),
(4855,1,1),
(4872,1,1),
(4889,1,1),
(4895,1,1),
(4905,1,1),
(4925,1,1),
(4958,1,1),
(4967,1,1),
(4984,1,1),
(4998,1,1),
(5004,1,1),
(5010,1,1),
(5024,1,1),
(5031,1,1),
(5043,1,1),
(5049,1,1),
(5061,1,1),
(5072,1,1),
(5076,1,1),
(5081,1,1),
(5083,1,1),
(5089,1,1),
(5091,1,1),
(5101,1,1),
(5117,1,1),
(5136,1,1),
(5169,1,1),
(5203,1,1),
(5224,1,1),
(5231,1,1),
(5248,1,1),
(5263,1,1),
(5272,1,1),
(5283,1,1),
(5285,1,1),
(5308,1,1),
(5311,1,1),
(5320,1,1),
(5325,1,1),
(5335,1,1),
(5344,1,1),
(5349,1,1),
(5354,1,1),
(5359,1,1),
(5364,1,1),
(5369,1,1),
(5374,1,1),
(5378,1,1),
(5384,1,1),
(5389,1,1),
(5394,1,1),
(5399,1,1),
(5404,1,1),
(5409,1,1),
(5414,1,1),
(5419,1,1),
(5424,1,1),
(5429,1,1),
(5434,1,1),
(5439,1,1),
(5444,1,1),
(5448,1,1),
(5453,1,1),
(5458,1,1),
(5462,1,1),
(5467,1,1),
(5472,1,1),
(5477,1,1),
(5482,1,1),
(5487,1,1),
(5492,1,1),
(5496,1,1),
(5501,1,1),
(5506,1,1),
(5511,1,1),
(5516,1,1),
(5521,1,1),
(5526,1,1),
(5531,1,1),
(5536,1,1),
(5541,1,1),
(5546,1,1),
(5551,1,1),
(5556,1,1),
(5561,1,1),
(5566,1,1),
(5571,1,1),
(5576,1,1),
(5579,1,1),
(5583,1,1),
(5588,1,1),
(5593,1,1),
(5598,1,1),
(5603,1,1),
(5608,1,1),
(5613,1,1),
(5618,1,1),
(5623,1,1),
(5628,1,1),
(5633,1,1),
(5636,1,1),
(5640,1,1),
(5642,1,1),
(5645,1,1),
(5650,1,1),
(5654,1,1),
(5657,1,1),
(5659,1,1),
(5663,1,1),
(5666,1,1),
(5668,1,1),
(5670,1,1),
(5671,1,1),
(5674,1,1),
(5682,1,1),
(5698,1,1),
(5712,1,1),
(5721,1,1),
(5726,1,1),
(5739,1,1),
(5746,1,1),
(5757,1,1),
(5763,1,1),
(5769,1,1),
(5775,1,1),
(5781,1,1),
(5787,1,1),
(5793,1,1),
(5799,1,1),
(5805,1,1),
(5811,1,1),
(5817,1,1),
(5823,1,1),
(5829,1,1),
(5835,1,1),
(5841,1,1),
(5847,1,1),
(5853,1,1),
(5859,1,1),
(5865,1,1),
(5871,1,1),
(5877,1,1),
(5883,1,1),
(5889,1,1),
(5895,1,1),
(5901,1,1),
(5907,1,1),
(5913,1,1),
(5919,1,1),
(5925,1,1),
(5931,1,1),
(5937,1,1),
(5943,1,1),
(5949,1,1),
(5955,1,1),
(5961,1,1),
(5967,1,1),
(5973,1,1),
(5979,1,1),
(5984,1,1),
(5989,1,1),
(5996,1,1),
(6002,1,1),
(6008,1,1),
(6010,1,1),
(6016,1,1),
(6022,1,1),
(6028,1,1),
(6035,1,1),
(6041,1,1),
(6047,1,1),
(6068,1,1),
(6077,1,1),
(6084,1,1),
(6088,1,1),
(6094,1,1),
(6101,1,1),
(6107,1,1),
(6113,1,1),
(6117,1,1),
(6122,1,1),
(6125,1,1),
(6131,1,1),
(6138,1,1),
(6145,1,1),
(6149,1,1),
(6151,1,1),
(6153,1,1),
(6159,1,1),
(6162,1,1),
(6168,1,1),
(6176,1,1),
(6180,1,1),
(6186,1,1),
(6193,1,1),
(6196,1,1),
(6199,1,1),
(6204,1,1),
(6210,1,1),
(6217,1,1),
(6221,1,1),
(6225,1,1),
(6228,1,1),
(6230,1,1),
(6232,1,1),
(6236,1,1),
(6242,1,1),
(6246,1,1),
(6248,1,1),
(6251,1,1),
(6260,1,1),
(6266,1,1),
(6271,1,1),
(6274,1,1),
(6276,1,1),
(6282,1,1),
(6288,1,1),
(6295,1,1),
(6300,1,1),
(6303,1,1),
(6306,1,1),
(6309,1,1),
(6312,1,1),
(6315,1,1),
(6317,1,1),
(6321,1,1),
(6325,1,1),
(6327,1,1),
(6331,1,1),
(6334,1,1),
(6336,1,1),
(6338,1,1),
(6345,1,1),
(6348,1,1),
(6350,1,1),
(6352,1,1),
(6354,1,1),
(6356,1,1),
(6358,1,1),
(6360,1,1),
(6366,1,1),
(6369,1,1),
(6370,1,1),
(6372,1,1),
(6375,1,1),
(6378,1,1),
(6380,1,1),
(6382,1,1),
(6383,1,1),
(6384,1,1),
(6387,1,1),
(6392,1,1),
(6394,1,1),
(6396,1,1),
(6398,1,1),
(6400,1,1),
(6402,1,1),
(6404,1,1),
(6406,1,1),
(6408,1,1),
(6410,1,1),
(6412,1,1),
(6414,1,1),
(6416,1,1),
(6418,1,1),
(6423,1,1),
(6436,1,1),
(6443,1,1),
(6445,1,1),
(6454,1,1),
(6457,1,1),
(6463,1,1),
(6467,1,1),
(6479,1,1),
(6480,1,1),
(6482,1,1),
(6484,1,1),
(6486,1,1),
(6488,1,1),
(6490,1,1),
(6492,1,1),
(6494,1,1),
(6496,1,1),
(6498,1,1),
(6499,1,1),
(6500,1,1),
(6501,1,1),
(6502,1,1),
(6503,1,1),
(6504,1,1),
(6505,1,1),
(6506,1,1),
(6507,1,1),
(6521,1,1),
(6523,1,1),
(6531,1,1),
(6534,1,1),
(6536,1,1),
(6547,1,1),
(6549,1,1),
(6551,1,1),
(6552,1,1),
(6555,1,1),
(6559,1,1),
(6562,1,1),
(6564,1,1),
(6573,1,1),
(6586,1,1),
(6592,1,1),
(6594,1,1),
(6604,1,1),
(6609,1,1),
(6612,1,1),
(6616,1,1),
(6619,1,1),
(6624,1,1),
(6631,1,1),
(6634,1,1),
(6642,1,1),
(6644,1,1),
(6646,1,1),
(6654,1,1),
(6673,1,1),
(6686,1,1),
(6689,1,1),
(6712,1,1),
(6714,1,1),
(6716,1,1),
(6720,1,1),
(6722,1,1),
(6723,1,1),
(6726,1,1),
(6739,1,1),
(6740,1,1),
(6752,1,1),
(6768,1,1),
(6770,1,1),
(6773,1,1),
(6785,1,1),
(6798,1,1),
(6802,1,1),
(6804,1,1),
(6807,1,1),
(6810,1,1),
(6813,1,1),
(6816,1,1),
(6819,1,1),
(6822,1,1),
(6825,1,1),
(6828,1,1),
(6831,1,1),
(6834,1,1),
(6836,1,1),
(6839,1,1),
(6841,1,1),
(6845,1,1),
(6848,1,1),
(6851,1,1),
(6854,1,1),
(6856,1,1),
(6859,1,1),
(6862,1,1),
(6866,1,1),
(6869,1,1),
(6871,1,1),
(6874,1,1),
(6875,1,1),
(6878,1,1),
(6881,1,1),
(6884,1,1),
(6886,1,1),
(6888,1,1),
(6890,1,1),
(6893,1,1),
(6895,1,1),
(6898,1,1),
(6900,1,1),
(6903,1,1),
(6906,1,1),
(6909,1,1),
(6912,1,1),
(6914,1,1),
(6917,1,1),
(6921,1,1),
(6923,1,1),
(6926,1,1),
(6929,1,1),
(6933,1,1),
(6936,1,1),
(6953,1,1),
(6956,1,1),
(6959,1,1),
(6962,1,1),
(6966,1,1),
(6969,1,1),
(6975,1,1),
(6978,1,1),
(6980,1,1),
(6982,1,1),
(6984,1,1),
(6988,1,1),
(6993,1,1),
(6996,1,1),
(6999,1,1),
(7000,1,1),
(7002,1,1),
(7004,1,1),
(7006,1,1),
(7008,1,1),
(7010,1,1),
(7014,1,1),
(7017,1,1),
(7018,1,1),
(7022,1,1),
(7025,1,1),
(7027,1,1),
(7029,1,1),
(7031,1,1),
(7035,1,1),
(7040,1,1),
(7045,1,1),
(7049,1,1),
(7061,1,1),
(7064,1,1),
(7070,1,1),
(7077,1,1),
(7086,1,1),
(7098,1,1),
(7128,1,1),
(7131,1,1),
(7135,1,1),
(7138,1,1),
(7142,1,1),
(7144,1,1),
(7149,1,1),
(7153,1,1),
(7157,1,1),
(7159,1,1),
(7161,1,1),
(7165,1,1),
(7166,1,1),
(7167,1,1),
(7168,1,1),
(7169,1,1),
(7170,1,1),
(7171,1,1),
(7172,1,1),
(7173,1,1),
(7174,1,1),
(7175,1,1),
(7176,1,1),
(7177,1,1),
(7178,1,1),
(7179,1,1),
(7180,1,1),
(7181,1,1),
(7182,1,1),
(7183,1,1),
(7184,1,1),
(7185,1,1),
(7186,1,1),
(7187,1,1),
(7188,1,1),
(7189,1,1),
(7190,1,1),
(7191,1,1),
(7192,1,1),
(7193,1,1),
(7194,1,1),
(7195,1,1),
(7196,1,1),
(7197,1,1),
(7198,1,1),
(7199,1,1),
(7200,1,1),
(7201,1,1),
(7202,1,1),
(7203,1,1),
(7204,1,1),
(7205,1,1),
(7206,1,1),
(7207,1,1),
(7208,1,1),
(7209,1,1),
(7210,1,1),
(7211,1,1),
(7212,1,1),
(7213,1,1),
(7214,1,1),
(7215,1,1),
(7216,1,1),
(7217,1,1),
(7218,1,1),
(7219,1,1),
(7220,1,1),
(7221,1,1),
(7222,1,1),
(7223,1,1),
(7224,1,1),
(7225,1,1),
(7226,1,1),
(7227,1,1),
(7228,1,1),
(7229,1,1),
(7230,1,1),
(7231,1,1),
(7232,1,1),
(7233,1,1),
(7234,1,1),
(7235,1,1),
(7236,1,1),
(7237,1,1),
(7238,1,1),
(7239,1,1),
(7240,1,1),
(7241,1,1),
(7242,1,1),
(7243,1,1),
(7244,1,1),
(7245,1,1),
(7246,1,1),
(7247,1,1),
(7248,1,1),
(7249,1,1),
(7250,1,1),
(7251,1,1),
(7252,1,1),
(7253,1,1),
(7254,1,1),
(7256,1,1),
(7257,1,1),
(7260,1,1),
(7264,1,1),
(7265,1,1),
(7267,1,1),
(7269,1,1),
(7271,1,1),
(7274,1,1),
(7283,1,1),
(7287,1,1),
(7290,1,1),
(7293,1,1),
(7296,1,1),
(7301,1,1),
(7304,1,1),
(7308,1,1),
(7312,1,1),
(7316,1,1),
(7319,1,1),
(7322,1,1),
(7326,1,1),
(7330,1,1),
(7341,1,1),
(7346,1,1),
(7349,1,1),
(7353,1,1),
(7360,1,1),
(7367,1,1),
(7369,1,1),
(7370,1,1),
(7372,1,1),
(7374,1,1),
(7376,1,1),
(7377,1,1),
(7378,1,1),
(7379,1,1),
(7380,1,1),
(7381,1,1),
(7382,1,1),
(7386,1,1),
(7395,1,1),
(7397,1,1),
(7399,1,1),
(7418,1,1),
(7420,1,1),
(7427,1,1),
(7429,1,1),
(7431,1,1),
(7433,1,1),
(7435,1,1),
(7436,1,1),
(7438,1,1),
(7439,1,1),
(7442,1,1),
(7444,1,1),
(7445,1,1),
(7447,1,1),
(7448,1,1),
(7450,1,1),
(7452,1,1),
(7454,1,1),
(7456,1,1),
(7457,1,1),
(7459,1,1),
(7461,1,1),
(7464,1,1),
(7466,1,1),
(7468,1,1),
(7470,1,1),
(7472,1,1),
(7474,1,1),
(7475,1,1),
(7476,1,1),
(7477,1,1),
(7479,1,1),
(7481,1,1),
(7482,1,1),
(7483,1,1),
(7485,1,1),
(7487,1,1),
(7489,1,1),
(7490,1,1),
(7491,1,1),
(7492,1,1),
(7493,1,1),
(7495,1,1),
(7497,1,1),
(7499,1,1),
(7500,1,1),
(7501,1,1),
(7503,1,1),
(7505,1,1),
(7507,1,1),
(7509,1,1),
(7511,1,1),
(7513,1,1),
(7514,1,1),
(7515,1,1),
(7516,1,1),
(7517,1,1),
(7518,1,1),
(7519,1,1),
(7520,1,1),
(7521,1,1),
(7523,1,1),
(7525,1,1),
(7527,1,1),
(7529,1,1),
(7530,1,1),
(7531,1,1),
(7532,1,1),
(7534,1,1),
(7535,1,1),
(7536,1,1),
(7537,1,1),
(7539,1,1),
(7540,1,1),
(7541,1,1),
(7543,1,1),
(7544,1,1),
(7546,1,1),
(7548,1,1),
(7550,1,1),
(7551,1,1),
(7553,1,1),
(7554,1,1),
(7556,1,1),
(7558,1,1),
(7559,1,1),
(7560,1,1),
(7561,1,1),
(7563,1,1),
(7564,1,1),
(7565,1,1),
(7566,1,1),
(7568,1,1),
(7571,1,1),
(7573,1,1),
(7575,1,1),
(7576,1,1),
(7577,1,1),
(7578,1,1),
(7580,1,1),
(7581,1,1),
(7585,1,1),
(7588,1,1),
(7590,1,1),
(7593,1,1),
(7595,1,1),
(7597,1,1),
(7599,1,1),
(7601,1,1),
(7603,1,1),
(7605,1,1),
(7607,1,1),
(7609,1,1),
(7611,1,1),
(7613,1,1),
(7615,1,1),
(7617,1,1),
(7619,1,1),
(7621,1,1),
(7623,1,1),
(7625,1,1),
(7627,1,1),
(7629,1,1),
(7631,1,1),
(7633,1,1),
(7635,1,1),
(7637,1,1),
(7639,1,1),
(7641,1,1),
(7643,1,1),
(7650,1,1),
(7653,1,1),
(7659,1,1),
(7662,1,1),
(7665,1,1),
(7668,1,1),
(7671,1,1),
(7675,1,1),
(7678,1,1),
(7681,1,1),
(7684,1,1),
(7687,1,1),
(7690,1,1),
(7693,1,1),
(7694,1,1),
(7696,1,1),
(7698,1,1),
(7708,1,1),
(7710,1,1),
(7712,1,1),
(7714,1,1),
(7716,1,1),
(7718,1,1),
(7720,1,1),
(7723,1,1),
(7725,1,1),
(7727,1,1),
(7733,1,1),
(7736,1,1),
(7756,1,1),
(7760,1,1),
(7762,1,1),
(7767,1,1),
(7769,1,1),
(7773,1,1),
(7775,1,1),
(7776,1,1),
(7786,1,1),
(7788,1,1),
(7790,1,1),
(7792,1,1),
(7795,1,1),
(7797,1,1),
(7799,1,1),
(7801,1,1),
(7804,1,1),
(7805,1,1),
(7807,1,1),
(7808,1,1),
(7810,1,1),
(7811,1,1),
(7813,1,1),
(7815,1,1),
(7819,1,1),
(7823,1,1),
(7834,1,1),
(7836,1,1),
(7843,1,1),
(7845,1,1),
(7848,1,1),
(7854,1,1),
(7856,1,1),
(7865,1,1),
(7867,1,1),
(7875,1,1),
(7877,1,1),
(7879,1,1),
(7887,1,1),
(7889,1,1),
(7895,1,1),
(7897,1,1),
(7899,1,1),
(7902,1,1),
(7904,1,1),
(7906,1,1),
(7912,1,1),
(7914,1,1),
(7916,1,1),
(7918,1,1),
(7929,1,1),
(7931,1,1),
(7933,1,1),
(7935,1,1),
(7942,1,1),
(7944,1,1),
(7946,1,1),
(7948,1,1),
(7958,1,1),
(7960,1,1),
(7962,1,1),
(7963,1,1),
(7965,1,1),
(7968,1,1),
(7970,1,1),
(7972,1,1),
(7974,1,1),
(7976,1,1),
(7978,1,1),
(7980,1,1),
(7982,1,1),
(7984,1,1),
(7986,1,1),
(7988,1,1),
(7990,1,1),
(7992,1,1),
(7994,1,1),
(7996,1,1),
(7999,1,1),
(8001,1,1),
(8003,1,1),
(8006,1,1),
(8007,1,1),
(8009,1,1),
(8011,1,1),
(8013,1,1),
(8015,1,1),
(8018,1,1),
(8020,1,1),
(8022,1,1),
(8028,1,1),
(8030,1,1),
(8037,1,1),
(8039,1,1),
(8041,1,1),
(8043,1,1),
(8045,1,1),
(8047,1,1),
(8049,1,1),
(8055,1,1),
(8057,1,1),
(8058,1,1),
(8065,1,1),
(8067,1,1),
(8069,1,1),
(8071,1,1),
(8073,1,1),
(8075,1,1),
(8077,1,1),
(8083,1,1),
(8088,1,1),
(8090,1,1),
(8096,1,1),
(8098,1,1),
(8100,1,1),
(8102,1,1),
(8109,1,1),
(8111,1,1),
(8113,1,1),
(8115,1,1),
(8121,1,1),
(8123,1,1),
(8125,1,1),
(8127,1,1),
(8129,1,1),
(8137,1,1),
(8139,1,1),
(8143,1,1),
(8145,1,1),
(8147,1,1),
(8149,1,1),
(8151,1,1),
(8154,1,1),
(8156,1,1),
(8158,1,1),
(8160,1,1),
(8166,1,1),
(8168,1,1),
(8170,1,1),
(8172,1,1),
(8179,1,1),
(8181,1,1),
(8183,1,1),
(8185,1,1),
(8186,1,1),
(8188,1,1),
(8190,1,1),
(8192,1,1),
(8195,1,1),
(8197,1,1),
(8199,1,1),
(8201,1,1),
(8203,1,1),
(8205,1,1),
(8207,1,1),
(8209,1,1),
(8219,1,1),
(8221,1,1),
(8223,1,1),
(8225,1,1),
(8228,1,1),
(8230,1,1),
(8232,1,1),
(8234,1,1),
(8236,1,1),
(8238,1,1),
(8240,1,1),
(8242,1,1),
(8244,1,1),
(8247,1,1),
(8249,1,1),
(8251,1,1),
(8253,1,1),
(8255,1,1),
(8258,1,1),
(8260,1,1),
(8262,1,1),
(8264,1,1),
(8266,1,1),
(8268,1,1),
(8270,1,1),
(8272,1,1),
(8274,1,1),
(8276,1,1),
(8278,1,1),
(8280,1,1),
(8282,1,1),
(8284,1,1),
(8286,1,1),
(8288,1,1),
(8290,1,1),
(8292,1,1),
(8294,1,1),
(8296,1,1),
(8298,1,1),
(8300,1,1),
(8302,1,1),
(8304,1,1),
(8306,1,1),
(8308,1,1),
(8310,1,1),
(8312,1,1),
(8314,1,1),
(8316,1,1),
(8318,1,1),
(8320,1,1),
(8322,1,1),
(8324,1,1),
(8326,1,1),
(8328,1,1),
(8330,1,1),
(8332,1,1),
(8334,1,1),
(8336,1,1),
(8338,1,1),
(8340,1,1),
(8342,1,1),
(8344,1,1),
(8346,1,1),
(8348,1,1),
(8350,1,1),
(8354,1,1),
(8358,1,1),
(8360,1,1),
(8362,1,1),
(8364,1,1),
(8366,1,1),
(8368,1,1),
(8370,1,1),
(8372,1,1),
(8374,1,1),
(8376,1,1),
(8379,1,1),
(8381,1,1),
(8383,1,1),
(8385,1,1),
(8387,1,1),
(8389,1,1),
(8391,1,1),
(8393,1,1),
(8395,1,1),
(8397,1,1),
(8399,1,1),
(8401,1,1),
(8403,1,1),
(8405,1,1),
(8407,1,1),
(8409,1,1),
(8411,1,1),
(8413,1,1),
(8415,1,1),
(8417,1,1),
(8418,1,1),
(8420,1,1),
(8422,1,1),
(8424,1,1),
(8426,1,1),
(8428,1,1),
(8430,1,1),
(8432,1,1),
(8434,1,1),
(8436,1,1),
(8438,1,1),
(8440,1,1),
(8442,1,1),
(8444,1,1),
(8446,1,1),
(8448,1,1),
(8450,1,1),
(8452,1,1),
(8453,1,1),
(8455,1,1),
(8457,1,1),
(8459,1,1),
(8461,1,1),
(8463,1,1),
(8465,1,1),
(8467,1,1),
(8469,1,1),
(8471,1,1),
(8473,1,1),
(8475,1,1),
(8477,1,1),
(8479,1,1),
(8481,1,1),
(8483,1,1),
(8485,1,1),
(8487,1,1),
(8489,1,1),
(8491,1,1),
(8493,1,1),
(8495,1,1),
(8497,1,1),
(8499,1,1),
(8501,1,1),
(8503,1,1),
(8505,1,1),
(8507,1,1),
(8509,1,1),
(8511,1,1),
(8513,1,1),
(8519,1,1),
(8523,1,1),
(8528,1,1),
(8537,1,1),
(8543,1,1),
(8545,1,1),
(8546,1,1),
(8547,1,1),
(8551,1,1),
(8553,1,1),
(8558,1,1),
(8594,1,1),
(8606,1,1),
(8608,1,1),
(8612,1,1),
(8613,1,1),
(8615,1,1),
(8617,1,1),
(8619,1,1),
(8621,1,1),
(8627,1,1),
(8637,1,1),
(8651,1,1),
(8656,1,1),
(8657,1,1),
(8661,1,1),
(8671,1,1),
(8679,1,1),
(8681,1,1),
(8683,1,1),
(8693,1,1),
(8698,1,1),
(8700,1,1),
(8701,1,1),
(8708,1,1),
(8712,1,1),
(8713,1,1),
(8715,1,1),
(8718,1,1),
(8725,1,1),
(8727,1,1),
(8728,1,1),
(8730,1,1),
(8734,1,1),
(8737,1,1),
(8738,1,1),
(8741,1,1),
(8743,1,1),
(8755,1,1),
(8757,1,1),
(8761,1,1),
(8766,1,1),
(8771,1,1),
(8775,1,1),
(8777,1,1),
(8787,1,1),
(8789,1,1),
(8792,1,1),
(8813,1,1),
(8819,1,1),
(8822,1,1),
(8824,1,1),
(8826,1,1),
(8828,1,1),
(8840,1,1),
(8841,1,1),
(8844,1,1),
(8846,1,1),
(8847,1,1),
(8849,1,1),
(8854,1,1),
(8857,1,1),
(8859,1,1),
(8873,1,1),
(8876,1,1),
(8878,1,1),
(8881,1,1),
(8883,1,1),
(8885,1,1),
(8890,1,1),
(8895,1,1),
(8898,1,1),
(8902,1,1),
(8906,1,1),
(8908,1,1),
(8912,1,1),
(8914,1,1),
(8921,1,1),
(8940,1,1),
(8945,1,1),
(8947,1,1),
(8950,1,1),
(8960,1,1),
(8962,1,1),
(8965,1,1),
(8975,1,1),
(8977,1,1),
(8985,1,1),
(8988,1,1),
(8990,1,1),
(8993,1,1),
(8996,1,1),
(8998,1,1),
(9000,1,1),
(9002,1,1),
(9004,1,1),
(9006,1,1),
(9009,1,1),
(9019,1,1),
(9021,1,1),
(9024,1,1),
(9026,1,1),
(9034,1,1),
(9036,1,1),
(9039,1,1),
(9047,1,1),
(9049,1,1),
(9052,1,1),
(9054,1,1),
(9057,1,1),
(9064,1,1),
(9066,1,1),
(9069,1,1),
(9076,1,1),
(9078,1,1),
(9081,1,1),
(9089,1,1),
(9092,1,1),
(9096,1,1),
(9098,1,1),
(9106,1,1),
(9108,1,1),
(9110,1,1),
(9112,1,1),
(9114,1,1),
(9116,1,1),
(9118,1,1),
(9122,1,1),
(9125,1,1),
(9127,1,1),
(9129,1,1),
(9131,1,1),
(9133,1,1),
(9136,1,1),
(9140,1,1),
(9142,1,1),
(9151,1,1),
(9153,1,1),
(9156,1,1),
(9158,1,1),
(9166,1,1),
(9168,1,1),
(9170,1,1),
(9173,1,1),
(9175,1,1),
(9177,1,1),
(9179,1,1),
(9182,1,1),
(9194,1,1),
(9196,1,1),
(9198,1,1),
(9200,1,1),
(9202,1,1),
(9205,1,1),
(9214,1,1),
(9216,1,1),
(9218,1,1),
(9220,1,1),
(9227,1,1),
(9229,1,1),
(9231,1,1),
(9233,1,1),
(9235,1,1),
(9237,1,1),
(9240,1,1),
(9242,1,1),
(9251,1,1),
(9253,1,1),
(9256,1,1),
(9262,1,1),
(9264,1,1),
(9266,1,1),
(9268,1,1),
(9270,1,1),
(9273,1,1),
(9277,1,1),
(9280,1,1),
(9282,1,1),
(9284,1,1),
(9287,1,1),
(9295,1,1),
(9297,1,1),
(9300,1,1),
(9303,1,1),
(9305,1,1),
(9307,1,1),
(9310,1,1),
(9315,1,1),
(9317,1,1),
(9324,1,1),
(9326,1,1),
(9329,1,1),
(9337,1,1),
(9339,1,1),
(9341,1,1),
(9344,1,1),
(9348,1,1),
(9350,1,1),
(9352,1,1),
(9355,1,1),
(9357,1,1),
(9359,1,1),
(9362,1,1),
(9364,1,1),
(9365,1,1),
(9368,1,1),
(9371,1,1),
(9373,1,1),
(9376,1,1),
(9379,1,1),
(9382,1,1),
(9383,1,1),
(9385,1,1),
(9387,1,1),
(9389,1,1),
(9391,1,1),
(9394,1,1),
(9397,1,1),
(9398,1,1),
(9401,1,1),
(9404,1,1),
(9405,1,1),
(9406,1,1),
(9408,1,1),
(9410,1,1),
(9413,1,1),
(9414,1,1),
(9416,1,1),
(9418,1,1),
(9419,1,1),
(9421,1,1),
(9428,1,1),
(9430,1,1),
(9432,1,1),
(9435,1,1),
(9438,1,1),
(9441,1,1),
(9443,1,1),
(9446,1,1),
(9448,1,1),
(9451,1,1),
(9454,1,1),
(9456,1,1),
(9458,1,1),
(9460,1,1),
(9462,1,1),
(9464,1,1),
(9467,1,1),
(9472,1,1),
(9474,1,1),
(9476,1,1),
(9477,1,1),
(9479,1,1),
(9480,1,1),
(9482,1,1),
(9484,1,1),
(9487,1,1),
(9491,1,1),
(9494,1,1),
(9496,1,1),
(9497,1,1),
(9499,1,1),
(9503,1,1),
(9506,1,1),
(9508,1,1),
(9510,1,1),
(9512,1,1),
(9514,1,1),
(9517,1,1),
(9521,1,1),
(9523,1,1),
(9525,1,1),
(9527,1,1),
(9532,1,1),
(9534,1,1),
(9536,1,1),
(9538,1,1),
(9542,1,1),
(9545,1,1),
(9548,1,1),
(9549,1,1),
(9551,1,1),
(9552,1,1),
(9554,1,1),
(9555,1,1),
(9557,1,1),
(9558,1,1),
(9560,1,1),
(9562,1,1),
(9564,1,1),
(9566,1,1),
(9568,1,1),
(9569,1,1),
(9571,1,1),
(9573,1,1),
(9575,1,1),
(9577,1,1),
(9579,1,1),
(9582,1,1),
(9584,1,1),
(9586,1,1),
(9588,1,1),
(9590,1,1),
(9593,1,1),
(9596,1,1),
(9598,1,1),
(9600,1,1),
(9602,1,1),
(9604,1,1),
(9606,1,1),
(9608,1,1),
(9610,1,1),
(9611,1,1),
(9613,1,1),
(9615,1,1),
(9617,1,1),
(9619,1,1),
(9621,1,1),
(9635,1,1),
(9637,1,1),
(9639,1,1),
(9640,1,1),
(9642,1,1),
(9644,1,1),
(9646,1,1),
(9648,1,1),
(9649,1,1),
(9650,1,1),
(9651,1,1),
(9652,1,1),
(9653,1,1),
(9654,1,1),
(9655,1,1),
(9656,1,1),
(9657,1,1),
(9695,1,1),
(9699,1,1),
(9702,1,1),
(9705,1,1),
(9708,1,1),
(9711,1,1),
(9712,1,1),
(9715,1,1),
(9718,1,1),
(9721,1,1),
(9724,1,1),
(9726,1,1),
(9727,1,1),
(9729,1,1),
(9731,1,1),
(9732,1,1),
(9734,1,1),
(9735,1,1),
(9737,1,1),
(9739,1,1),
(9741,1,1),
(9743,1,1),
(9745,1,1),
(9747,1,1),
(9750,1,1),
(9752,1,1),
(9754,1,1),
(9756,1,1),
(9758,1,1),
(9760,1,1),
(9762,1,1),
(9764,1,1),
(9766,1,1),
(9768,1,1),
(9770,1,1),
(9772,1,1),
(9774,1,1),
(9776,1,1),
(9778,1,1),
(9780,1,1),
(9782,1,1),
(9784,1,1),
(9786,1,1),
(9788,1,1),
(9790,1,1),
(9792,1,1),
(9794,1,1),
(9796,1,1),
(9798,1,1),
(9801,1,1),
(9810,1,1),
(9815,1,1),
(9816,1,1),
(9818,1,1),
(9820,1,1),
(9822,1,1),
(9824,1,1),
(9826,1,1),
(9828,1,1),
(9830,1,1),
(9832,1,1),
(9834,1,1),
(9836,1,1),
(9840,1,1),
(9842,1,1),
(9844,1,1),
(9847,1,1),
(9850,1,1),
(9853,1,1),
(9854,1,1),
(9857,1,1),
(9863,1,1),
(9875,1,1),
(9878,1,1),
(9879,1,1),
(9880,1,1),
(9882,1,1),
(9884,1,1),
(9887,1,1),
(9889,1,1),
(9891,1,1),
(9893,1,1),
(9895,1,1),
(9897,1,1),
(9899,1,1),
(9902,1,1),
(9916,1,1),
(9917,1,1),
(9920,1,1),
(9922,1,1),
(9924,1,1),
(9926,1,1),
(9928,1,1),
(9930,1,1),
(9932,1,1),
(9934,1,1),
(9936,1,1),
(9938,1,1),
(9940,1,1),
(9942,1,1),
(9943,1,1),
(9945,1,1),
(9948,1,1),
(9955,1,1),
(9963,1,1),
(9965,1,1),
(9967,1,1),
(9969,1,1),
(9974,1,1),
(9976,1,1),
(9977,1,1),
(9980,1,1),
(9982,1,1),
(9984,1,1),
(9986,1,1),
(9988,1,1),
(9991,1,1),
(9993,1,1),
(9996,1,1),
(9999,1,1),
(10002,1,1),
(10008,1,1),
(10017,1,1),
(10022,1,1),
(10023,1,1),
(10025,1,1),
(10027,1,1),
(10029,1,1),
(10031,1,1),
(10033,1,1),
(10035,1,1),
(10037,1,1),
(10039,1,1),
(10040,1,1),
(10063,1,1),
(10065,1,1),
(10067,1,1),
(10081,1,1),
(10091,1,1),
(10095,1,1),
(10103,1,1),
(10115,1,1),
(10122,1,1),
(10134,1,1),
(10141,1,1),
(10143,1,1),
(10144,1,1),
(10146,1,1),
(10150,1,1),
(10153,1,1),
(10159,1,1),
(10162,1,1),
(10165,1,1),
(10168,1,1),
(10170,1,1),
(10183,1,1),
(10190,1,1),
(10202,1,1),
(10211,1,1),
(10214,1,1),
(10217,1,1),
(10241,1,1),
(10243,1,1),
(10245,1,1),
(10253,1,1),
(10265,1,1),
(10282,1,1),
(10299,1,1),
(10314,1,1),
(10320,1,1),
(10330,1,1),
(10344,1,1),
(10350,1,1),
(10352,1,1),
(10354,1,1),
(10356,1,1),
(10358,1,1),
(10360,1,1),
(10362,1,1),
(10364,1,1),
(10366,1,1),
(10368,1,1),
(10370,1,1),
(10372,1,1),
(10374,1,1),
(10396,1,1),
(10403,1,1),
(10407,1,1),
(10408,1,1),
(10411,1,1),
(10413,1,1),
(10415,1,1),
(10417,1,1),
(10419,1,1),
(10421,1,1),
(10422,1,1),
(10424,1,1),
(10433,1,1),
(10434,1,1),
(10440,1,1),
(10450,1,1),
(10453,1,1),
(10455,1,1),
(10461,1,1),
(10464,1,1),
(10467,1,1),
(10475,1,1),
(10479,1,1),
(10481,1,1),
(10484,1,1),
(10487,1,1),
(10490,1,1),
(10493,1,1),
(10496,1,1),
(10499,1,1),
(10502,1,1),
(10505,1,1),
(10508,1,1),
(10511,1,1),
(10514,1,1),
(10519,1,1),
(10524,1,1),
(10527,1,1),
(10530,1,1),
(10533,1,1),
(10536,1,1),
(10539,1,1),
(10544,1,1),
(10547,1,1),
(10550,1,1),
(10555,1,1),
(10558,1,1),
(10561,1,1),
(10564,1,1),
(10997,1,1),
(10999,1,1),
(11001,1,1),
(11005,1,1),
(11007,1,1),
(11008,1,1),
(11010,1,1),
(11023,1,1),
(11042,1,1),
(11050,1,1),
(11062,1,1),
(11081,1,1),
(11102,1,1),
(11113,1,1),
(11128,1,1),
(11152,1,1),
(11175,1,1),
(11198,1,1),
(11220,1,1),
(11235,1,1),
(11239,1,1),
(11244,1,1),
(11256,1,1),
(11274,1,1),
(11292,1,1),
(11311,1,1),
(11330,1,1),
(11348,1,1),
(11358,1,1),
(11360,1,1),
(11404,1,1),
(11405,1,1),
(11411,1,1),
(11431,1,1),
(11434,1,1),
(11435,1,1),
(11445,1,1),
(11476,1,1),
(11477,1,1),
(11487,1,1),
(11488,1,1),
(11489,1,1),
(11493,1,1),
(11502,1,1),
(11505,1,1),
(11507,1,1),
(11509,1,1),
(11514,1,1),
(11515,1,1),
(11526,1,1),
(11527,1,1),
(11530,1,1),
(11532,1,1),
(11534,1,1),
(11536,1,1),
(11543,1,1),
(11546,1,1),
(11548,1,1),
(11549,1,1),
(11552,1,1),
(11554,1,1),
(11556,1,1),
(11558,1,1),
(11564,1,1),
(11567,1,1),
(11569,1,1),
(11577,1,1),
(11581,1,1),
(11584,1,1),
(11588,1,1),
(11591,1,1),
(11592,1,1),
(11595,1,1),
(11600,1,1),
(11603,1,1),
(11609,1,1),
(11612,1,1),
(11617,1,1),
(11620,1,1),
(11623,1,1),
(11627,1,1),
(11634,1,1),
(11641,1,1),
(11650,1,1),
(11653,1,1),
(11657,1,1),
(11664,1,1),
(11667,1,1),
(11669,1,1),
(11671,1,1),
(11677,1,1),
(11680,1,1),
(11682,1,1),
(11686,1,1),
(11689,1,1),
(11690,1,1),
(11693,1,1),
(11696,1,1),
(11699,1,1),
(11703,1,1),
(11706,1,1),
(11707,1,1),
(11708,1,1),
(11712,1,1),
(11713,1,1),
(11718,1,1),
(11720,1,1),
(11722,1,1),
(11726,1,1),
(11729,1,1),
(11731,1,1),
(11733,1,1),
(11738,1,1),
(11740,1,1),
(11742,1,1),
(11744,1,1),
(11748,1,1),
(11752,1,1),
(11755,1,1),
(11756,1,1),
(11758,1,1),
(11760,1,1),
(11762,1,1),
(11764,1,1),
(11771,1,1),
(11779,1,1),
(11780,1,1),
(11784,1,1),
(11787,1,1),
(11792,1,1),
(11795,1,1),
(11796,1,1),
(11799,1,1),
(11804,1,1),
(11811,1,1),
(11820,1,1),
(11827,1,1),
(11831,1,1),
(11835,1,1),
(11837,1,1),
(11841,1,1),
(11843,1,1),
(11845,1,1),
(11847,1,1),
(11851,1,1),
(11852,1,1),
(11855,1,1),
(11859,1,1),
(11860,1,1),
(11862,1,1),
(11864,1,1),
(11866,1,1),
(11868,1,1),
(11870,1,1),
(11872,1,1),
(11876,1,1),
(11882,1,1),
(11885,1,1),
(11887,1,1),
(11889,1,1),
(11890,1,1),
(11892,1,1),
(11893,1,1),
(11895,1,1),
(11897,1,1),
(11899,1,1),
(11900,1,1),
(11902,1,1),
(11904,1,1),
(11906,1,1),
(11907,1,1),
(11909,1,1),
(11911,1,1),
(11913,1,1),
(11915,1,1),
(11920,1,1),
(11922,1,1),
(11926,1,1),
(11928,1,1),
(11930,1,1),
(11932,1,1),
(11934,1,1),
(11936,1,1),
(11938,1,1),
(11939,1,1),
(11941,1,1),
(11943,1,1),
(11945,1,1),
(11947,1,1),
(11949,1,1),
(11951,1,1),
(11953,1,1),
(11955,1,1),
(11956,1,1),
(11958,1,1),
(11962,1,1),
(11965,1,1),
(11966,1,1),
(11969,1,1),
(11971,1,1),
(11975,1,1),
(11977,1,1),
(11979,1,1),
(11980,1,1),
(11982,1,1),
(11985,1,1),
(11987,1,1),
(11991,1,1),
(11994,1,1),
(11996,1,1),
(11999,1,1),
(12001,1,1),
(12003,1,1),
(12005,1,1),
(12007,1,1),
(12009,1,1),
(12011,1,1),
(12013,1,1),
(12015,1,1),
(12019,1,1),
(12020,1,1),
(12022,1,1),
(12024,1,1),
(12025,1,1),
(12029,1,1),
(12031,1,1),
(12035,1,1),
(12037,1,1),
(12039,1,1),
(12041,1,1),
(12043,1,1),
(12045,1,1),
(12047,1,1),
(12049,1,1),
(12055,1,1),
(12113,1,1),
(12115,1,1),
(12116,1,1),
(12118,1,1),
(12120,1,1),
(12122,1,1),
(12126,1,1),
(12128,1,1),
(12129,1,1),
(12132,1,1),
(12134,1,1),
(12135,1,1),
(12138,1,1),
(12140,1,1),
(12141,1,1),
(12143,1,1),
(12145,1,1),
(12147,1,1),
(12148,1,1),
(12150,1,1),
(12152,1,1),
(12154,1,1),
(12156,1,1),
(12158,1,1),
(12162,1,1),
(12167,1,1),
(12169,1,1),
(12170,1,1),
(12172,1,1),
(12175,1,1),
(12178,1,1),
(12180,1,1),
(12182,1,1),
(12184,1,1),
(12186,1,1),
(12187,1,1),
(12190,1,1),
(12194,1,1),
(12196,1,1),
(12198,1,1),
(12200,1,1),
(12202,1,1),
(12204,1,1),
(12207,1,1),
(12209,1,1),
(12211,1,1),
(12215,1,1),
(12217,1,1),
(12219,1,1),
(12221,1,1),
(12223,1,1),
(12225,1,1),
(12228,1,1),
(12230,1,1),
(12232,1,1),
(12234,1,1),
(12238,1,1),
(12240,1,1),
(12242,1,1),
(12244,1,1),
(12249,1,1),
(12253,1,1),
(12262,1,1),
(12268,1,1),
(12271,1,1),
(12272,1,1),
(12276,1,1),
(12279,1,1),
(12282,1,1),
(12283,1,1),
(12286,1,1),
(12291,1,1),
(12292,1,1),
(12295,1,1),
(12299,1,1),
(12304,1,1),
(12307,1,1),
(12310,1,1),
(12320,1,1),
(12322,1,1),
(12325,1,1),
(12334,1,1),
(12337,1,1),
(12338,1,1),
(12340,1,1),
(12343,1,1),
(12348,1,1),
(12351,1,1),
(12353,1,1),
(12356,1,1),
(12359,1,1),
(12361,1,1),
(12364,1,1),
(12369,1,1),
(12371,1,1),
(12376,1,1),
(12383,1,1),
(12387,1,1),
(12390,1,1),
(12393,1,1),
(12396,1,1),
(12401,1,1),
(12404,1,1),
(12406,1,1),
(12409,1,1),
(12416,1,1),
(12419,1,1),
(12423,1,1),
(12426,1,1),
(12429,1,1),
(12433,1,1),
(12439,1,1),
(12448,1,1),
(12451,1,1),
(12454,1,1),
(12456,1,1),
(12460,1,1),
(12462,1,1),
(12472,1,1),
(12475,1,1),
(12477,1,1),
(12480,1,1),
(12483,1,1),
(12485,1,1),
(12488,1,1),
(12490,1,1),
(12495,1,1),
(12500,1,1),
(12507,1,1),
(12510,1,1),
(12513,1,1),
(12515,1,1),
(12522,1,1),
(12530,1,1),
(12536,1,1),
(12553,1,1),
(12570,1,1),
(12582,1,1),
(12599,1,1),
(12606,1,1),
(12616,1,1),
(12619,1,1),
(12646,1,1),
(12651,1,1),
(12664,1,1),
(12668,1,1),
(12670,1,1),
(12672,1,1),
(12673,1,1),
(12691,1,1),
(12710,1,1),
(12711,1,1),
(12714,1,1),
(12720,1,1),
(12728,1,1),
(14450,1,1),
(14455,1,1),
(14460,1,1),
(14463,1,1),
(14465,1,1),
(14467,1,1),
(14471,1,1),
(14474,1,1),
(14480,1,1),
(14483,1,1),
(14485,1,1),
(14487,1,1),
(14488,1,1),
(14490,1,1),
(14509,1,1),
(14520,1,1),
(14522,1,1),
(14524,1,1),
(14535,1,1),
(14538,1,1),
(14545,1,1),
(14552,1,1),
(14558,1,1),
(14575,1,1),
(14592,1,1),
(14604,1,1),
(14609,1,1),
(14614,1,1),
(14615,1,1),
(14617,1,1),
(14621,1,1),
(14624,1,1),
(14626,1,1),
(14640,1,1),
(14666,1,1),
(14673,1,1),
(14675,1,1),
(14677,1,1),
(14691,1,1),
(14695,1,1),
(14699,1,1),
(14797,1,1),
(14839,1,1),
(14841,1,1),
(14843,1,1),
(14846,1,1),
(14848,1,1),
(14850,1,1),
(14851,1,1),
(14853,1,1),
(14859,1,1),
(14861,1,1),
(14864,1,1),
(14867,1,1),
(14879,1,1),
(14884,1,1),
(14886,1,1),
(14898,1,1),
(14900,1,1),
(14904,1,1),
(14911,1,1),
(14917,1,1),
(14923,1,1),
(14929,1,1),
(14930,1,1),
(14933,1,1),
(14940,1,1),
(14944,1,1),
(14948,1,1),
(14955,1,1),
(14957,1,1),
(14959,1,1),
(14961,1,1),
(14964,1,1),
(14966,1,1),
(14968,1,1),
(14971,1,1),
(14976,1,1),
(14978,1,1),
(14980,1,1),
(14984,1,1),
(14986,1,1),
(14988,1,1),
(14990,1,1),
(14992,1,1),
(14994,1,1),
(14995,1,1),
(14997,1,1),
(15000,1,1),
(15003,1,1),
(15006,1,1),
(15009,1,1),
(15012,1,1),
(15015,1,1),
(15018,1,1),
(15021,1,1),
(15024,1,1),
(15031,1,1),
(15037,1,1),
(15039,1,1),
(15040,1,1),
(15042,1,1),
(15044,1,1),
(15046,1,1),
(15048,1,1),
(15050,1,1),
(15052,1,1),
(15054,1,1),
(15056,1,1),
(15058,1,1),
(15060,1,1),
(15062,1,1),
(15064,1,1),
(15066,1,1),
(15074,1,1),
(15076,1,1),
(15078,1,1),
(15086,1,1),
(15088,1,1),
(15092,1,1),
(15093,1,1),
(15096,1,1),
(15099,1,1),
(15101,1,1),
(15103,1,1),
(15105,1,1),
(15107,1,1),
(15109,1,1),
(15111,1,1),
(15113,1,1),
(15118,1,1),
(15121,1,1),
(15123,1,1),
(15125,1,1),
(15128,1,1),
(15131,1,1),
(15135,1,1),
(15136,1,1),
(15138,1,1),
(15140,1,1),
(15142,1,1),
(15144,1,1),
(15148,1,1),
(15150,1,1),
(15152,1,1),
(15154,1,1),
(15156,1,1),
(15159,1,1),
(15161,1,1),
(15163,1,1),
(15165,1,1),
(15167,1,1),
(15170,1,1),
(15172,1,1),
(15174,1,1),
(15177,1,1),
(15179,1,1),
(15181,1,1),
(15183,1,1),
(15187,1,1),
(15190,1,1),
(15193,1,1),
(15195,1,1),
(15197,1,1),
(15200,1,1),
(15202,1,1),
(15205,1,1),
(15207,1,1),
(15211,1,1),
(15213,1,1),
(15215,1,1),
(15217,1,1),
(15219,1,1),
(15221,1,1),
(15223,1,1),
(15225,1,1),
(15227,1,1),
(15228,1,1),
(15230,1,1),
(15232,1,1),
(15234,1,1),
(15236,1,1),
(15238,1,1),
(15240,1,1),
(15242,1,1),
(15244,1,1),
(15246,1,1),
(15247,1,1),
(15248,1,1),
(15249,1,1),
(15251,1,1),
(15253,1,1),
(15255,1,1),
(15257,1,1),
(15259,1,1),
(15262,1,1),
(15263,1,1),
(15265,1,1),
(15267,1,1),
(15270,1,1),
(15273,1,1),
(15277,1,1),
(15281,1,1),
(15283,1,1),
(15284,1,1),
(15286,1,1),
(15288,1,1),
(15290,1,1),
(15292,1,1),
(15294,1,1),
(15297,1,1),
(15300,1,1),
(15302,1,1),
(15304,1,1),
(15306,1,1),
(15308,1,1),
(15310,1,1),
(15312,1,1),
(15317,1,1),
(15320,1,1),
(15328,1,1),
(15334,1,1),
(15336,1,1),
(15338,1,1),
(15346,1,1),
(15348,1,1),
(15350,1,1),
(15362,1,1),
(15367,1,1),
(15371,1,1),
(15375,1,1),
(15381,1,1),
(15385,1,1),
(15390,1,1),
(15393,1,1),
(15396,1,1),
(15399,1,1),
(15401,1,1),
(15432,1,1),
(15437,1,1),
(15439,1,1),
(15478,1,1),
(15480,1,1),
(15482,1,1),
(15484,1,1),
(15486,1,1),
(15488,1,1),
(15490,1,1),
(15492,1,1),
(15494,1,1),
(15496,1,1),
(15498,1,1),
(15500,1,1),
(15503,1,1),
(15505,1,1),
(15507,1,1),
(15509,1,1),
(15511,1,1),
(15513,1,1),
(15515,1,1),
(15517,1,1),
(15518,1,1),
(15691,1,1),
(15693,1,1),
(15695,1,1),
(15697,1,1),
(15699,1,1),
(15701,1,1),
(15703,1,1),
(15705,1,1),
(15707,1,1),
(15708,1,1),
(15713,1,1),
(15715,1,1),
(15717,1,1),
(15719,1,1),
(15721,1,1),
(15723,1,1),
(15725,1,1),
(15727,1,1),
(15729,1,1),
(15734,1,1),
(15737,1,1),
(15740,1,1),
(15742,1,1),
(15745,1,1),
(15751,1,1),
(15753,1,1),
(15755,1,1),
(15758,1,1),
(15760,1,1),
(15762,1,1),
(15764,1,1),
(15766,1,1),
(15770,1,1),
(15772,1,1),
(15774,1,1),
(15777,1,1),
(15779,1,1),
(15781,1,1),
(15784,1,1),
(15786,1,1),
(15791,1,1),
(15795,1,1),
(15797,1,1),
(15799,1,1),
(15801,1,1),
(15803,1,1),
(15807,1,1),
(15809,1,1),
(15811,1,1),
(15813,1,1),
(15815,1,1),
(15818,1,1),
(15822,1,1),
(15825,1,1),
(15827,1,1),
(15829,1,1),
(15831,1,1),
(15833,1,1),
(15835,1,1),
(15837,1,1),
(15839,1,1),
(15841,1,1),
(15843,1,1),
(15845,1,1),
(15847,1,1),
(15849,1,1),
(15850,1,1),
(15853,1,1),
(15855,1,1),
(15860,1,1),
(15864,1,1),
(15866,1,1),
(15868,1,1),
(15870,1,1),
(15872,1,1),
(15874,1,1),
(15875,1,1),
(15877,1,1),
(15879,1,1),
(15881,1,1),
(15883,1,1),
(15885,1,1),
(15887,1,1),
(15889,1,1),
(15892,1,1),
(15894,1,1),
(15925,1,1),
(15929,1,1),
(15933,1,1),
(15943,1,1),
(15946,1,1),
(15948,1,1),
(15951,1,1),
(15962,1,1),
(15966,1,1),
(15970,1,1),
(15973,1,1),
(15976,1,1),
(15985,1,1),
(15988,1,1),
(15993,1,1),
(15999,1,1),
(16004,1,1),
(16008,1,1),
(16022,1,1),
(16027,1,1),
(16031,1,1),
(16040,1,1),
(16043,1,1),
(16050,1,1),
(16053,1,1),
(16064,1,1),
(16069,1,1),
(16077,1,1),
(16082,1,1),
(16086,1,1),
(16098,1,1),
(16104,1,1),
(16107,1,1),
(16111,1,1),
(16114,1,1),
(16116,1,1),
(16123,1,1),
(16127,1,1),
(16138,1,1),
(16142,1,1),
(16153,1,1),
(16157,1,1),
(16162,1,1),
(16166,1,1),
(16171,1,1),
(16174,1,1),
(16180,1,1),
(16187,1,1),
(16196,1,1),
(16199,1,1),
(16200,1,1),
(16211,1,1),
(16225,1,1),
(16229,1,1),
(16236,1,1),
(16239,1,1),
(16246,1,1),
(16248,1,1),
(16250,1,1),
(16261,1,1),
(16265,1,1),
(16272,1,1),
(16275,1,1),
(16283,1,1),
(16287,1,1),
(16298,1,1),
(16302,1,1),
(16312,1,1),
(16909,1,1),
(16916,1,1),
(16919,1,1),
(16921,1,1),
(16924,1,1),
(16926,1,1),
(16933,1,1),
(16936,1,1),
(16938,1,1),
(16944,1,1),
(16947,1,1),
(16956,1,1),
(16959,1,1),
(16962,1,1),
(16967,1,1),
(16971,1,1),
(16974,1,1),
(16977,1,1),
(16980,1,1),
(16981,1,1),
(17002,1,1),
(17006,1,1),
(17008,1,1),
(17013,1,1),
(17016,1,1),
(17021,1,1),
(17024,1,1),
(17030,1,1),
(17041,1,1),
(17044,1,1),
(17049,1,1),
(17051,1,1),
(17055,1,1),
(17057,1,1),
(17059,1,1),
(17066,1,1),
(17070,1,1),
(17077,1,1),
(17080,1,1),
(17087,1,1),
(17092,1,1),
(17095,1,1),
(17100,1,1),
(17103,1,1),
(17108,1,1),
(17111,1,1),
(17113,1,1),
(17117,1,1),
(17120,1,1),
(17130,1,1),
(17138,1,1),
(17146,1,1),
(17152,1,1),
(17155,1,1),
(17161,1,1),
(17166,1,1),
(17173,1,1),
(17182,1,1),
(17186,1,1),
(17188,1,1),
(17195,1,1),
(17201,1,1),
(17210,1,1),
(17215,1,1),
(17227,1,1),
(17231,1,1),
(17232,1,1),
(17239,1,1),
(17244,1,1),
(17248,1,1),
(17255,1,1),
(17260,1,1),
(17265,1,1),
(17269,1,1),
(17272,1,1),
(17278,1,1),
(17281,1,1),
(17289,1,1),
(17294,1,1),
(17298,1,1),
(17303,1,1),
(17305,1,1),
(17307,1,1),
(17312,1,1),
(17315,1,1),
(17320,1,1),
(17323,1,1),
(17325,1,1),
(17327,1,1),
(17334,1,1),
(17339,1,1),
(17342,1,1),
(17345,1,1),
(17350,1,1),
(17353,1,1),
(17362,1,1),
(17367,1,1),
(17377,1,1),
(17381,1,1),
(17383,1,1),
(17385,1,1),
(17390,1,1),
(17396,1,1),
(19142,1,1),
(19147,1,1),
(19156,1,1),
(19164,1,1),
(19177,1,1),
(19461,1,1),
(19480,1,1),
(19504,1,1),
(19527,1,1),
(19537,1,1),
(19544,1,1),
(19555,1,1),
(19570,1,1),
(19600,1,1),
(19619,1,1),
(19638,1,1),
(19662,1,1),
(19680,1,1),
(19703,1,1),
(19729,1,1),
(19754,1,1),
(19781,1,1),
(19804,1,1),
(19823,1,1),
(19845,1,1),
(19863,1,1),
(19880,1,1),
(19900,1,1),
(19919,1,1),
(19934,1,1),
(19942,1,1),
(19955,1,1),
(20831,1,1),
(20840,1,1),
(20847,1,1),
(20891,1,1),
(20895,1,1),
(20919,1,1),
(20924,1,1),
(20937,1,1),
(20954,1,1),
(20962,1,1),
(20971,1,1),
(20976,1,1),
(20978,1,1),
(20985,1,1),
(20992,1,1),
(21002,1,1),
(21023,1,1),
(21040,1,1),
(21046,1,1),
(21053,1,1),
(21058,1,1),
(21061,1,1),
(21071,1,1),
(21077,1,1),
(21081,1,1),
(21085,1,1),
(21089,1,1),
(21093,1,1),
(21096,1,1),
(21101,1,1),
(21107,1,1),
(21112,1,1),
(21116,1,1),
(21120,1,1),
(21124,1,1),
(21129,1,1),
(21134,1,1),
(21137,1,1),
(21138,1,1),
(21140,1,1),
(21142,1,1),
(21144,1,1),
(21146,1,1),
(21148,1,1),
(21150,1,1),
(21312,1,1),
(21314,1,1),
(21316,1,1),
(21325,1,1),
(21327,1,1),
(21335,1,1),
(21341,1,1),
(21354,1,1),
(21362,1,1),
(21365,1,1),
(21367,1,1),
(21369,1,1),
(21375,1,1),
(21379,1,1),
(21409,1,1),
(21417,1,1),
(21422,1,1),
(21437,1,1),
(21445,1,1),
(21449,1,1),
(21461,1,1),
(21468,1,1),
(21481,1,1),
(21496,1,1),
(21508,1,1),
(21520,1,1),
(21536,1,1),
(21554,1,1),
(21576,1,1),
(21591,1,1),
(21604,1,1),
(21643,1,1),
(21661,1,1),
(21668,1,1),
(21679,1,1),
(21698,1,1),
(21713,1,1),
(21729,1,1),
(21744,1,1),
(21751,1,1),
(21764,1,1),
(21779,1,1),
(21795,1,1),
(21813,1,1),
(21824,1,1),
(21840,1,1),
(21848,1,1),
(21858,1,1),
(22330,1,1),
(22385,1,1),
(23689,1,1),
(23692,1,1),
(23695,1,1),
(23698,1,1),
(23702,1,1),
(23705,1,1),
(23708,1,1),
(23711,1,1),
(23714,1,1),
(23717,1,1),
(23720,1,1),
(23723,1,1),
(23726,1,1),
(23732,1,1),
(23735,1,1),
(23738,1,1),
(23741,1,1),
(23744,1,1),
(23747,1,1),
(23750,1,1),
(23753,1,1),
(23756,1,1),
(23759,1,1),
(23762,1,1),
(23765,1,1),
(23768,1,1),
(23771,1,1),
(23774,1,1),
(23777,1,1),
(23780,1,1),
(23784,1,1),
(23789,1,1),
(23793,1,1),
(23796,1,1),
(23803,1,1),
(23806,1,1),
(23809,1,1),
(23812,1,1),
(23817,1,1),
(23820,1,1),
(23822,1,1),
(23825,1,1),
(23828,1,1),
(23831,1,1),
(23834,1,1),
(23837,1,1),
(23840,1,1),
(23843,1,1),
(23846,1,1),
(23849,1,1),
(23852,1,1),
(23855,1,1),
(23858,1,1),
(23861,1,1),
(23864,1,1),
(23867,1,1),
(23870,1,1),
(23873,1,1),
(23876,1,1),
(23879,1,1),
(23882,1,1),
(23885,1,1),
(23888,1,1),
(23891,1,1),
(23898,1,1),
(23901,1,1),
(23904,1,1),
(23932,1,1),
(23934,1,1),
(23937,1,1),
(23945,1,1),
(24349,1,1),
(24451,1,1),
(24802,1,1),
(25617,1,1),
(25620,1,1),
(25622,1,1),
(25644,1,1),
(25646,1,1),
(25655,1,1),
(25657,1,1),
(25659,1,1),
(25661,1,1),
(25663,1,1),
(25665,1,1),
(25683,1,1),
(27451,1,1),
(27530,1,1),
(27903,1,1),
(27905,1,1),
(28259,1,1),
(28261,1,1),
(28263,1,1),
(28265,1,1),
(28267,1,1),
(28269,1,1),
(28271,1,1),
(28273,1,1),
(28275,1,1),
(28277,1,1),
(28279,1,1),
(28281,1,1),
(28283,1,1),
(28285,1,1),
(28287,1,1),
(28289,1,1),
(28291,1,1),
(28293,1,1),
(28295,1,1),
(28297,1,1),
(28299,1,1),
(28301,1,1),
(28303,1,1),
(28305,1,1),
(28307,1,1),
(28309,1,1),
(28331,1,1),
(28333,1,1),
(28339,1,1),
(28343,1,1),
(28752,1,1),
(28753,1,1),
(28755,1,1),
(28757,1,1),
(28760,1,1),
(28762,1,1),
(28764,1,1),
(28766,1,1),
(28767,1,1),
(28768,1,1),
(28770,1,1),
(28773,1,1),
(28775,1,1),
(28777,1,1),
(28780,1,1),
(28783,1,1),
(28785,1,1),
(28787,1,1),
(28799,1,1),
(28801,1,1),
(28805,1,1),
(28808,1,1),
(28810,1,1),
(28812,1,1),
(28814,1,1),
(28815,1,1),
(28817,1,1),
(28819,1,1),
(28821,1,1),
(28823,1,1),
(28825,1,1),
(28827,1,1),
(28829,1,1),
(28831,1,1),
(28833,1,1),
(28835,1,1),
(28837,1,1),
(28839,1,1),
(28841,1,1),
(28843,1,1),
(28845,1,1),
(28847,1,1),
(28849,1,1),
(28851,1,1),
(28854,1,1),
(28856,1,1),
(28857,1,1),
(28860,1,1),
(28862,1,1),
(28864,1,1),
(28866,1,1),
(28868,1,1),
(28870,1,1),
(28872,1,1),
(28874,1,1),
(28876,1,1),
(28879,1,1),
(28882,1,1),
(28883,1,1),
(28885,1,1),
(28887,1,1),
(28889,1,1),
(28890,1,1),
(28893,1,1),
(28895,1,1),
(28898,1,1),
(28900,1,1),
(28902,1,1),
(28906,1,1),
(28909,1,1),
(28911,1,1),
(28913,1,1),
(28916,1,1),
(28918,1,1),
(28922,1,1),
(28930,1,1),
(31404,1,1),
(31412,1,1),
(31428,1,1),
(32947,1,1),
(32948,1,1),
(32987,1,1),
(32990,1,1),
(32992,1,1),
(32993,1,1),
(33881,1,1),
(33900,1,1),
(33929,1,1),
(34210,1,1),
(34215,1,1),
(34243,1,1),
(34245,1,1),
(34246,1,1),
(34247,1,1),
(34248,1,1),
(34249,1,1),
(34250,1,1),
(34251,1,1),
(34253,1,1),
(34254,1,1),
(34255,1,1),
(34256,1,1),
(34257,1,1),
(34261,1,1),
(34263,1,1),
(34264,1,1),
(34265,1,1),
(34266,1,1),
(34267,1,1),
(34268,1,1),
(34269,1,1),
(34271,1,1),
(34272,1,1),
(34273,1,1),
(34274,1,1),
(34275,1,1),
(34276,1,1),
(34277,1,1),
(34278,1,1),
(34279,1,1),
(34343,1,1),
(34758,1,1),
(34776,1,1),
(36160,1,1),
(36225,1,1),
(36227,1,1),
(36229,1,1),
(36233,1,1),
(36237,1,1),
(36242,1,1),
(36245,1,1),
(36267,1,1),
(36268,1,1),
(38277,1,1),
(38279,1,1),
(38293,1,1),
(38294,1,1),
(38295,1,1),
(38296,1,1),
(38298,1,1),
(38299,1,1),
(38300,1,1),
(38304,1,1),
(38305,1,1),
(38317,1,1),
(38321,1,1),
(38326,1,1),
(38347,1,1),
(38352,1,1),
(38357,1,1),
(38361,1,1),
(38372,1,1),
(38374,1,1),
(38450,1,1),
(38451,1,1),
(38452,1,1),
(38454,1,1),
(38455,1,1),
(38456,1,1),
(38457,1,1),
(38458,1,1),
(38459,1,1),
(38460,1,1),
(38461,1,1),
(38462,1,1),
(38463,1,1),
(38464,1,1),
(38474,1,1),
(38475,1,1),
(38476,1,1),
(38477,1,1),
(38478,1,1),
(38479,1,1),
(38480,1,1),
(38481,1,1),
(38482,1,1),
(38483,1,1),
(38485,1,1),
(38487,1,1),
(38488,1,1),
(38490,1,1),
(38492,1,1),
(38493,1,1),
(38494,1,1),
(38495,1,1),
(38497,1,1),
(38498,1,1),
(38499,1,1),
(38500,1,1),
(38501,1,1),
(38502,1,1),
(38503,1,1),
(38504,1,1),
(38505,1,1),
(38506,1,1),
(38507,1,1),
(38508,1,1),
(38509,1,1),
(38510,1,1),
(38513,1,1),
(38514,1,1),
(38515,1,1),
(38516,1,1),
(38517,1,1),
(38518,1,1),
(38519,1,1),
(38520,1,1),
(38521,1,1),
(38522,1,1),
(38523,1,1),
(38707,1,1),
(38711,1,1),
(38714,1,1),
(38718,1,1),
(38745,1,1),
(38746,1,1),
(38749,1,1),
(38758,1,1),
(38760,1,1),
(38764,1,1),
(38765,1,1),
(38766,1,1),
(38767,1,1),
(38768,1,1),
(38769,1,1),
(38770,1,1),
(38771,1,1),
(38772,1,1),
(38773,1,1),
(38774,1,1),
(38775,1,1),
(38776,1,1),
(38777,1,1),
(38778,1,1),
(38779,1,1),
(38780,1,1),
(38781,1,1),
(38783,1,1),
(38784,1,1),
(38785,1,1),
(38786,1,1),
(38787,1,1),
(38788,1,1),
(38789,1,1),
(38790,1,1),
(38792,1,1),
(38793,1,1),
(38794,1,1),
(38795,1,1),
(38796,1,1),
(38797,1,1),
(38798,1,1),
(38801,1,1),
(38804,1,1),
(38807,1,1),
(38808,1,1),
(38809,1,1),
(38810,1,1),
(38813,1,1),
(38816,1,1),
(38817,1,1),
(39213,1,1),
(40279,1,1),
(40281,1,1),
(40346,1,1),
(40357,1,1),
(40369,1,1),
(40376,1,1),
(40385,1,1),
(40405,1,1),
(40413,1,1),
(40416,1,1),
(40421,1,1),
(40425,1,1),
(40431,1,1),
(40438,1,1),
(40446,1,1),
(40450,1,1),
(40456,1,1),
(40462,1,1),
(40468,1,1),
(40473,1,1),
(40478,1,1),
(40485,1,1),
(40489,1,1),
(40495,1,1),
(40501,1,1),
(40508,1,1),
(40515,1,1),
(40536,1,1),
(40541,1,1),
(40551,1,1),
(40848,1,1),
(40923,1,1),
(43159,1,1),
(43161,1,1),
(43182,1,1),
(43185,1,1),
(43188,1,1),
(44483,1,1),
(47364,1,1),
(47366,1,1),
(47368,1,1),
(47374,1,1),
(47377,1,1),
(47389,1,1),
(47405,1,1),
(50143,1,1),
(50154,1,1),
(50165,1,1),
(50171,1,1),
(50182,1,1),
(50188,1,1),
(50195,1,1),
(50219,1,1),
(50225,1,1),
(50231,1,1),
(50239,1,1),
(50244,1,1),
(50249,1,1),
(50254,1,1),
(50259,1,1),
(50265,1,1),
(50276,1,1),
(50281,1,1),
(50286,1,1),
(50291,1,1),
(50296,1,1),
(50301,1,1),
(50306,1,1),
(50311,1,1),
(50317,1,1),
(50322,1,1),
(50327,1,1),
(50332,1,1),
(50338,1,1),
(50345,1,1),
(50351,1,1),
(50356,1,1),
(50363,1,1),
(50369,1,1),
(50374,1,1),
(50379,1,1),
(50381,1,1),
(50385,1,1),
(50390,1,1),
(50395,1,1),
(50400,1,1),
(50405,1,1),
(50410,1,1),
(50415,1,1),
(50420,1,1),
(50425,1,1),
(50430,1,1),
(50436,1,1),
(50442,1,1),
(50451,1,1),
(50456,1,1),
(50461,1,1),
(50467,1,1),
(50472,1,1),
(50477,1,1),
(50482,1,1),
(50484,1,1),
(50488,1,1),
(50493,1,1),
(50498,1,1),
(50503,1,1),
(50509,1,1),
(50515,1,1),
(50520,1,1),
(50526,1,1),
(50531,1,1),
(50536,1,1),
(50541,1,1),
(50547,1,1),
(50552,1,1),
(50557,1,1),
(50562,1,1),
(50567,1,1),
(50572,1,1),
(50577,1,1),
(50582,1,1),
(50588,1,1),
(50594,1,1),
(50599,1,1),
(50604,1,1),
(50609,1,1),
(50615,1,1),
(50620,1,1),
(50625,1,1),
(50630,1,1),
(50635,1,1),
(50640,1,1),
(50648,1,1),
(50653,1,1),
(50665,1,1),
(50671,1,1),
(50677,1,1),
(54156,1,1);
/*!40000 ALTER TABLE `entries_authors` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `entrytypes`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `entrytypes` WRITE;
/*!40000 ALTER TABLE `entrytypes` DISABLE KEYS */;
INSERT INTO `entrytypes` VALUES
(1,1,'Location','location',NULL,'location-dot','blue','{title}',0,'site',NULL,'{locationShortName}',1,'site',NULL,1,'2025-04-18 17:02:04','2025-09-11 18:18:54',NULL,'607b8ca1-0f1c-42af-bf7c-f050d35c17b3',0),
(2,2,'Team Member','teamMember',NULL,'user',NULL,'{title}',0,'site',NULL,'{teamMemberName}',1,'site',NULL,1,'2025-04-18 17:49:09','2025-04-18 17:49:09',NULL,'dec78b2b-1a45-4ace-9311-795453661ad7',0),
(3,3,'Testimonial','testimonial',NULL,'quote-left',NULL,'{title}',0,'site',NULL,'{testimonialSource}',1,'site',NULL,1,'2025-04-18 17:50:46','2025-04-18 17:50:46',NULL,'a6756e8a-066a-4269-b680-7a33298ed4d1',0),
(5,5,'Award','award',NULL,'star',NULL,'{title}',0,'site',NULL,'{awardTitle}',1,'site',NULL,1,'2025-04-18 18:02:49','2025-09-03 21:57:20',NULL,'f5d44ee1-deeb-4d7e-958c-000da259131c',0),
(6,6,'Service','service','Service shown on LTC page','briefcase-medical','sky','{title}',1,'site',NULL,'{title}',1,'site',NULL,1,'2025-04-18 18:05:18','2025-12-05 18:59:08',NULL,'367def8e-f1e2-4c52-b9f6-83d303e31f1d',0),
(7,11,'Amenity','amenity',NULL,'utensils',NULL,'{title}',0,'site',NULL,'{amenityName}',1,'site',NULL,1,'2025-04-18 18:35:27','2025-04-18 18:35:27',NULL,'0b290b97-9097-4f60-83d4-8aa281cc9c30',0),
(8,12,'Article','article',NULL,'newspaper',NULL,'{title}',1,'site',NULL,NULL,1,'site',NULL,1,'2025-07-30 21:00:20','2025-07-30 21:00:20',NULL,'a2f5efb8-f292-4b00-96f2-bd879c5595cf',0),
(9,14,'FAQ','faq',NULL,'message-question',NULL,'{title}',1,'site',NULL,NULL,1,'site',NULL,1,'2025-08-01 17:58:01','2025-08-01 17:58:01',NULL,'48bfcdc5-762d-458e-a048-1d01444763d0',0),
(10,15,'FAQ Section','faqSection',NULL,'comment-question',NULL,'{title}',1,'site',NULL,NULL,1,'site',NULL,1,'2025-08-01 17:58:40','2026-01-09 18:08:21',NULL,'fff3551c-5538-4f17-9e5f-338c3d9aeb2e',0),
(11,18,'Resources Category','resourcesCategory',NULL,'symbols',NULL,'{title}',1,'site',NULL,NULL,1,'site',NULL,1,'2025-09-19 18:49:12','2026-01-09 18:08:21',NULL,'0aba578b-3825-4f53-9720-b1b8cf3b2d7f',0),
(12,19,'Resources Topic','resourcesTopic',NULL,'list',NULL,'{title}',1,'site',NULL,NULL,1,'site',NULL,1,'2025-09-19 18:49:12','2026-01-09 18:08:21',NULL,'6eaab8ca-7afd-484a-9267-2223456a2bcf',0),
(13,20,'Clinical Capability','clinicalCapability',NULL,'clipboard-medical',NULL,'{title}',1,'site',NULL,NULL,1,'site',NULL,1,'2025-09-19 19:05:11','2026-01-09 18:08:20',NULL,'3d15e5d8-3e69-49ff-9038-80360faa9bc8',0),
(14,21,'Legal Document','legalDocument',NULL,'scale-balanced',NULL,'{title}',1,'site',NULL,NULL,1,'site',NULL,1,'2025-09-23 20:43:33','2025-09-23 20:43:33',NULL,'9dd9ef46-c081-4e4f-97bf-94bcc70185a4',0),
(15,23,'Job Position','jobPosition',NULL,'user-doctor',NULL,'{title}',1,'site',NULL,NULL,1,'site',NULL,1,'2025-10-08 22:16:36','2026-01-09 18:08:20',NULL,'e624bbea-8448-421f-99d3-d475ef2fc15b',0),
(16,26,'Custom Service','customService','Custom service, unique to a location','briefcase-medical',NULL,'{title}',1,'site',NULL,'{title}',1,'site',NULL,1,'2025-12-05 18:59:08','2025-12-05 18:59:08',NULL,'18e76e52-34d7-4acf-9fb9-ee8c6712b255',0),
(17,27,'Amenities Set','amenitiesSet','Amenities for a specific service page','utensils',NULL,'{title}',0,'site',NULL,NULL,1,'site',NULL,1,'2026-01-06 23:15:11','2026-01-09 18:08:21',NULL,'39a966c0-101d-4836-8da3-a91e5f6592b5',0),
(18,28,'Specialty Program Module','specialtyProgramModule',NULL,'sparkle',NULL,'{moduleTitle}',0,'site',NULL,NULL,1,'site',NULL,1,'2026-02-26 22:07:00','2026-02-26 22:07:00',NULL,'9f433f5f-6f60-4128-a5fc-380b58d87a2a',0);
/*!40000 ALTER TABLE `entrytypes` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `feedme_feeds`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `feedme_feeds` WRITE;
/*!40000 ALTER TABLE `feedme_feeds` DISABLE KEYS */;
INSERT INTO `feedme_feeds` VALUES
(1,'Facilities CSV 9/11/25 Apploi links','http://staging.mycompletecare.com/feed_9-11-25.csv','csv',NULL,'craft\\elements\\Entry','{\"craft\\\\elements\\\\Asset\":\"\",\"craft\\\\elements\\\\Category\":\"\",\"craft\\\\elements\\\\Entry\":{\"section\":\"1\",\"entryType\":\"1\"},\"craft\\\\elements\\\\Tag\":\"\",\"craft\\\\elements\\\\GlobalSet\":{\"globalSet\":\"\"}}',NULL,1,0,'[\"update\"]',1,NULL,'{\"title\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"},\"slug\":{\"attribute\":\"true\",\"node\":\"Slug\",\"default\":\"\"},\"postDate\":{\"attribute\":\"true\",\"node\":\"noimport\",\"options\":{\"match\":\"auto\"},\"default\":{\"date\":\"\",\"locale\":\"en-US\",\"timezone\":\"America\\/Los_Angeles\",\"time\":\"\"}},\"expiryDate\":{\"attribute\":\"true\",\"node\":\"noimport\",\"options\":{\"match\":\"auto\"},\"default\":{\"date\":\"\",\"locale\":\"en-US\",\"timezone\":\"America\\/Los_Angeles\",\"time\":\"\"}},\"enabled\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"},\"authorIds\":{\"attribute\":\"true\",\"node\":\"noimport\",\"options\":{\"match\":\"email\"},\"default\":\"\"},\"id\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"},\"locationName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"locationShortName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"locationDomainName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"locationType\":{\"field\":\"craft\\\\fields\\\\Dropdown\",\"node\":\"noimport\",\"options\":{\"match\":\"label\"},\"default\":\"\"},\"locationTypeText\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"locationFacebook\":{\"field\":\"craft\\\\fields\\\\Link\",\"node\":\"noimport\",\"default\":\"\"},\"locationGlassdoor\":{\"field\":\"craft\\\\fields\\\\Link\",\"node\":\"noimport\",\"default\":\"\"},\"locationLinkedin\":{\"field\":\"craft\\\\fields\\\\Link\",\"node\":\"noimport\",\"default\":\"\"},\"locationClientTestimonials\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"testimonial\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"testimonialQuote\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"testimonialSource\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationHomeHeroPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationAwards\":{\"field\":\"craft\\\\fields\\\\Entries\",\"node\":\"noimport\",\"options\":{\"match\":\"title\",\"group\":{\"sectionId\":\"9\",\"typeId\":\"5\"}},\"default\":\"\",\"fields\":{\"awardTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationServicesOffered\":{\"field\":\"craft\\\\fields\\\\MultiSelect\",\"node\":\"noimport\",\"options\":{\"match\":\"value\"},\"default\":\"\"},\"locationClinicalCapabilities\":{\"field\":\"craft\\\\fields\\\\MultiSelect\",\"node\":\"noimport\",\"options\":{\"match\":\"value\"},\"default\":\"\"},\"locationAdvancedServices\":{\"field\":\"craft\\\\fields\\\\Entries\",\"node\":\"noimport\",\"options\":{\"match\":\"title\",\"group\":{\"sectionId\":\"8\",\"typeId\":\"6\"}},\"default\":\"\",\"fields\":{\"text\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationAdvancedServicesFlyer\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationConcierge\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"teamMember\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"teamMemberName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"teamMemberEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationAmenities\":{\"field\":\"craft\\\\fields\\\\Entries\",\"node\":\"noimport\",\"options\":{\"match\":\"amenityName\",\"group\":{\"sectionId\":\"3\",\"typeId\":\"7\"}},\"default\":\"\",\"fields\":{\"amenityName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationGallery\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationActivitiesCalendar\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationMenu\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationEmployeeTestimonials\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"testimonial\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"testimonialQuote\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"testimonialSource\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationApploiSnippet\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"Career Page Script\",\"default\":\"\"},\"locationAdministrator\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"teamMember\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"teamMemberName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"teamMemberEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationAdmissionsDirector\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"teamMember\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"teamMemberName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"teamMemberEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationPhoneNumber\":{\"field\":\"rynpsc\\\\phonenumber\\\\fields\\\\PhoneNumberField\",\"fields\":{\"region\":{\"field\":\"rynpsc\\\\phonenumber\\\\fields\\\\PhoneNumberField\",\"node\":\"noimport\",\"default\":\"US\"},\"number\":{\"field\":\"rynpsc\\\\phonenumber\\\\fields\\\\PhoneNumberField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"},\"locationAddress\":{\"field\":\"doublesecretagency\\\\googlemaps\\\\fields\\\\AddressField\",\"fields\":{\"name\":{\"node\":\"noimport\",\"default\":\"\"},\"street1\":{\"node\":\"noimport\",\"default\":\"\"},\"street2\":{\"node\":\"noimport\",\"default\":\"\"},\"city\":{\"node\":\"noimport\",\"default\":\"\"},\"state\":{\"node\":\"noimport\",\"default\":\"\"},\"zip\":{\"node\":\"noimport\",\"default\":\"\"},\"neighborhood\":{\"node\":\"noimport\",\"default\":\"\"},\"county\":{\"node\":\"noimport\",\"default\":\"\"},\"country\":{\"node\":\"noimport\",\"default\":\"\"},\"countryCode\":{\"node\":\"noimport\",\"default\":\"\"},\"placeId\":{\"node\":\"noimport\",\"default\":\"\"},\"lat\":{\"node\":\"noimport\",\"default\":\"\"},\"lng\":{\"node\":\"noimport\",\"default\":\"\"},\"zoom\":{\"node\":\"noimport\",\"default\":\"\"},\"formatted\":{\"node\":\"noimport\",\"default\":\"\"},\"raw\":{\"node\":\"noimport\",\"default\":\"\"}}}}','{\"title\":\"\",\"slug\":\"1\",\"enabled\":\"\",\"id\":\"\",\"locationName\":\"\",\"locationShortName\":\"\",\"locationDomainName\":\"\",\"locationType\":\"\",\"locationTypeText\":\"\",\"locationServicesOffered\":\"\",\"locationClinicalCapabilities\":\"\",\"locationApploiSnippet\":\"\",\"locationEmail\":\"\"}','duhdyzvycl',1,0,'2025-09-11 17:56:29','2025-09-11 20:39:26','058bb6ba-0d9c-4e4c-ba05-24b60b7c1960'),
(2,'Facilities CSV 9/11/25 (Initial Load, don\'t run again)','http://staging.mycompletecare.com/feed_9-11-25.csv','csv','','craft\\elements\\Entry','{\"craft\\\\elements\\\\Asset\":\"\",\"craft\\\\elements\\\\Category\":\"\",\"craft\\\\elements\\\\Entry\":{\"section\":\"1\",\"entryType\":\"1\"},\"craft\\\\elements\\\\Tag\":\"\",\"craft\\\\elements\\\\GlobalSet\":{\"globalSet\":\"\"}}',NULL,2,0,'[\"add\",\"update\"]',1,'','{\"title\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"},\"slug\":{\"attribute\":\"true\",\"node\":\"Slug\",\"default\":\"\"},\"postDate\":{\"attribute\":\"true\",\"node\":\"noimport\",\"options\":{\"match\":\"auto\"},\"default\":{\"date\":\"\",\"locale\":\"en-US\",\"timezone\":\"America\\/Los_Angeles\",\"time\":\"\"}},\"expiryDate\":{\"attribute\":\"true\",\"node\":\"noimport\",\"options\":{\"match\":\"auto\"},\"default\":{\"date\":\"\",\"locale\":\"en-US\",\"timezone\":\"America\\/Los_Angeles\",\"time\":\"\"}},\"enabled\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"},\"authorIds\":{\"attribute\":\"true\",\"node\":\"noimport\",\"options\":{\"match\":\"email\"},\"default\":\"\"},\"id\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"},\"locationName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"[LONG FACILTY NAME]\",\"default\":\"\"},\"locationShortName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"[SHORT FACILITY NAME]\",\"default\":\"\"},\"locationDomainName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"URL\",\"default\":\"\"},\"locationType\":{\"field\":\"craft\\\\fields\\\\Dropdown\",\"node\":\"[SERVICES]\",\"options\":{\"match\":\"label\"},\"default\":\"\"},\"locationTypeText\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"[SERVICES]\",\"default\":\"\"},\"locationFacebook\":{\"field\":\"craft\\\\fields\\\\Link\",\"node\":\"FB Link\",\"default\":\"\"},\"locationGlassdoor\":{\"field\":\"craft\\\\fields\\\\Link\",\"node\":\"Glassdoor Link\",\"default\":\"\"},\"locationLinkedin\":{\"field\":\"craft\\\\fields\\\\Link\",\"node\":\"LinkedIn Link\",\"default\":\"\"},\"locationClientTestimonials\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"testimonial\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"testimonialQuote\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"testimonialSource\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationHomeHeroPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationAwards\":{\"field\":\"craft\\\\fields\\\\Entries\",\"node\":\"noimport\",\"options\":{\"match\":\"title\",\"group\":{\"sectionId\":\"9\",\"typeId\":\"5\"}},\"default\":\"\",\"fields\":{\"awardTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationServicesOffered\":{\"field\":\"craft\\\\fields\\\\MultiSelect\",\"node\":\"[SERVICES]\",\"options\":{\"match\":\"value\"},\"default\":\"\"},\"locationClinicalCapabilities\":{\"field\":\"craft\\\\fields\\\\MultiSelect\",\"node\":\"noimport\",\"options\":{\"match\":\"value\"},\"default\":\"\"},\"locationAdvancedServices\":{\"field\":\"craft\\\\fields\\\\Entries\",\"node\":\"noimport\",\"options\":{\"match\":\"title\",\"group\":{\"sectionId\":\"8\",\"typeId\":\"6\"}},\"default\":\"\",\"fields\":{\"text\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationAdvancedServicesFlyer\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationConcierge\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"teamMember\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"teamMemberName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"Concierge Name\",\"default\":\"\"},\"teamMemberTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"teamMemberEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationAmenities\":{\"field\":\"craft\\\\fields\\\\Entries\",\"node\":\"noimport\",\"options\":{\"match\":\"amenityName\",\"group\":{\"sectionId\":\"3\",\"typeId\":\"7\"}},\"default\":\"\",\"fields\":{\"amenityName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationGallery\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationActivitiesCalendar\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationMenu\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationEmployeeTestimonials\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"testimonial\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"testimonialQuote\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"testimonialSource\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationAdministrator\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"teamMember\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"teamMemberName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"[ADMIN NAME]\",\"default\":\"\"},\"teamMemberTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"teamMemberEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationAdmissionsDirector\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"teamMember\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"teamMemberName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"Admissions Director Name\",\"default\":\"\"},\"teamMemberTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"teamMemberEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationPhoneNumber\":{\"field\":\"rynpsc\\\\phonenumber\\\\fields\\\\PhoneNumberField\",\"fields\":{\"region\":{\"field\":\"rynpsc\\\\phonenumber\\\\fields\\\\PhoneNumberField\",\"node\":\"usedefault\",\"default\":\"US\"},\"number\":{\"field\":\"rynpsc\\\\phonenumber\\\\fields\\\\PhoneNumberField\",\"node\":\"[FACILITY PHONE]\",\"default\":\"\"}}},\"locationEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"Email address for contact form\",\"default\":\"\"},\"locationAddress\":{\"field\":\"doublesecretagency\\\\googlemaps\\\\fields\\\\AddressField\",\"fields\":{\"name\":{\"node\":\"noimport\",\"default\":\"\"},\"street1\":{\"node\":\"noimport\",\"default\":\"\"},\"street2\":{\"node\":\"noimport\",\"default\":\"\"},\"city\":{\"node\":\"noimport\",\"default\":\"\"},\"state\":{\"node\":\"noimport\",\"default\":\"\"},\"zip\":{\"node\":\"noimport\",\"default\":\"\"},\"neighborhood\":{\"node\":\"noimport\",\"default\":\"\"},\"county\":{\"node\":\"noimport\",\"default\":\"\"},\"country\":{\"node\":\"noimport\",\"default\":\"\"},\"countryCode\":{\"node\":\"noimport\",\"default\":\"\"},\"placeId\":{\"node\":\"noimport\",\"default\":\"\"},\"lat\":{\"node\":\"noimport\",\"default\":\"\"},\"lng\":{\"node\":\"noimport\",\"default\":\"\"},\"zoom\":{\"node\":\"noimport\",\"default\":\"\"},\"formatted\":{\"node\":\"noimport\",\"default\":\"\"},\"raw\":{\"node\":\"[FACILITY ADDRESS]\",\"default\":\"\"}}}}','{\"title\":\"\",\"slug\":\"1\",\"enabled\":\"\",\"id\":\"\",\"locationName\":\"\",\"locationShortName\":\"\",\"locationDomainName\":\"\",\"locationType\":\"\",\"locationTypeText\":\"\",\"locationServicesOffered\":\"\",\"locationClinicalCapabilities\":\"\",\"locationEmail\":\"\"}','nrtmffmkpb',1,0,'2025-09-11 20:33:39','2025-09-24 15:58:47','b2765054-f4bf-459e-8bdc-9cae15c3a6c8'),
(3,'Facilities CSV 9/24/25 Clinical Capabilities','http://staging.mycompletecare.com/feed_9-11-25.csv','csv',NULL,'craft\\elements\\Entry','{\"craft\\\\elements\\\\Asset\":\"\",\"craft\\\\elements\\\\Category\":\"\",\"craft\\\\elements\\\\Entry\":{\"section\":\"1\",\"entryType\":\"1\"},\"craft\\\\elements\\\\Tag\":\"\",\"craft\\\\elements\\\\GlobalSet\":{\"globalSet\":\"\"}}',NULL,3,0,'[\"update\"]',1,NULL,'{\"title\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"},\"slug\":{\"attribute\":\"true\",\"node\":\"Slug\",\"default\":\"\"},\"postDate\":{\"attribute\":\"true\",\"node\":\"noimport\",\"options\":{\"match\":\"auto\"},\"default\":{\"date\":\"\",\"locale\":\"en-US\",\"timezone\":\"America\\/Los_Angeles\",\"time\":\"\"}},\"expiryDate\":{\"attribute\":\"true\",\"node\":\"noimport\",\"options\":{\"match\":\"auto\"},\"default\":{\"date\":\"\",\"locale\":\"en-US\",\"timezone\":\"America\\/Los_Angeles\",\"time\":\"\"}},\"enabled\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"},\"authorIds\":{\"attribute\":\"true\",\"node\":\"noimport\",\"options\":{\"match\":\"email\"},\"default\":\"\"},\"id\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"},\"locationName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"locationShortName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"locationDomainName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"locationType\":{\"field\":\"craft\\\\fields\\\\Dropdown\",\"node\":\"noimport\",\"options\":{\"match\":\"label\"},\"default\":\"\"},\"locationTypeText\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"locationFacebook\":{\"field\":\"craft\\\\fields\\\\Link\",\"node\":\"noimport\",\"default\":\"\"},\"locationGlassdoor\":{\"field\":\"craft\\\\fields\\\\Link\",\"node\":\"noimport\",\"default\":\"\"},\"locationLinkedin\":{\"field\":\"craft\\\\fields\\\\Link\",\"node\":\"noimport\",\"default\":\"\"},\"locationClientTestimonials\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"testimonial\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"testimonialQuote\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"testimonialSource\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationHomeHeroPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationAwards\":{\"field\":\"craft\\\\fields\\\\Entries\",\"node\":\"noimport\",\"options\":{\"match\":\"title\",\"group\":{\"sectionId\":\"9\",\"typeId\":\"5\"}},\"default\":\"\",\"fields\":{\"awardTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationServicesOffered\":{\"field\":\"craft\\\\fields\\\\MultiSelect\",\"node\":\"noimport\",\"options\":{\"match\":\"value\"},\"default\":\"\"},\"locationClinicalCapabilities\":{\"field\":\"craft\\\\fields\\\\Entries\",\"node\":\"Clinical Capabilties (for locations page search) \",\"options\":{\"match\":\"title\",\"group\":{\"sectionId\":\"12\",\"typeId\":\"13\"}},\"default\":\"\"},\"locationAdvancedServices\":{\"field\":\"craft\\\\fields\\\\Entries\",\"node\":\"noimport\",\"options\":{\"match\":\"title\",\"group\":{\"sectionId\":\"8\",\"typeId\":\"6\"}},\"default\":\"\",\"fields\":{\"text\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationAdvancedServicesFlyer\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationConcierge\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"teamMember\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"teamMemberName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"teamMemberEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationAmenities\":{\"field\":\"craft\\\\fields\\\\Entries\",\"node\":\"noimport\",\"options\":{\"match\":\"amenityName\",\"group\":{\"sectionId\":\"3\",\"typeId\":\"7\"}},\"default\":\"\",\"fields\":{\"amenityName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationGallery\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationActivitiesCalendar\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationMenu\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationEmployeeTestimonials\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"testimonial\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"testimonialQuote\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"testimonialSource\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationApploiScript\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"locationAdministrator\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"teamMember\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"teamMemberName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"teamMemberEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationAdmissionsDirector\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"teamMember\":{\"attributes\":{\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"teamMemberName\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberTitle\":{\"field\":\"craft\\\\fields\\\\PlainText\",\"node\":\"noimport\",\"default\":\"\"},\"teamMemberPhoto\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"teamMemberEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"}}}}},\"locationPhoneNumber\":{\"field\":\"rynpsc\\\\phonenumber\\\\fields\\\\PhoneNumberField\",\"fields\":{\"region\":{\"field\":\"rynpsc\\\\phonenumber\\\\fields\\\\PhoneNumberField\",\"node\":\"noimport\",\"default\":\"US\"},\"number\":{\"field\":\"rynpsc\\\\phonenumber\\\\fields\\\\PhoneNumberField\",\"node\":\"noimport\",\"default\":\"\"}}},\"locationEmail\":{\"field\":\"craft\\\\fields\\\\Email\",\"node\":\"noimport\",\"default\":\"\"},\"locationAddress\":{\"field\":\"doublesecretagency\\\\googlemaps\\\\fields\\\\AddressField\",\"fields\":{\"name\":{\"node\":\"noimport\",\"default\":\"\"},\"street1\":{\"node\":\"noimport\",\"default\":\"\"},\"street2\":{\"node\":\"noimport\",\"default\":\"\"},\"city\":{\"node\":\"noimport\",\"default\":\"\"},\"state\":{\"node\":\"noimport\",\"default\":\"\"},\"zip\":{\"node\":\"noimport\",\"default\":\"\"},\"neighborhood\":{\"node\":\"noimport\",\"default\":\"\"},\"county\":{\"node\":\"noimport\",\"default\":\"\"},\"country\":{\"node\":\"noimport\",\"default\":\"\"},\"countryCode\":{\"node\":\"noimport\",\"default\":\"\"},\"placeId\":{\"node\":\"noimport\",\"default\":\"\"},\"lat\":{\"node\":\"noimport\",\"default\":\"\"},\"lng\":{\"node\":\"noimport\",\"default\":\"\"},\"zoom\":{\"node\":\"noimport\",\"default\":\"\"},\"formatted\":{\"node\":\"noimport\",\"default\":\"\"},\"raw\":{\"node\":\"noimport\",\"default\":\"\"}}},\"locationLegalDocuments\":{\"field\":\"craft\\\\fields\\\\Matrix\",\"blocks\":{\"legalDocument\":{\"attributes\":{\"title\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"},\"slug\":{\"attribute\":\"true\",\"node\":\"noimport\",\"default\":\"\"}},\"fields\":{\"legalPageType\":{\"field\":\"craft\\\\fields\\\\Lightswitch\",\"node\":\"noimport\",\"default\":\"\"},\"legalPdf\":{\"field\":\"craft\\\\fields\\\\Assets\",\"node\":\"noimport\",\"options\":{\"match\":\"filename\",\"conflict\":\"index\",\"filenameNode\":\"noimport\"},\"default\":\"\",\"nativeFields\":{\"alt\":{\"nativeField\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AltField\",\"node\":\"noimport\",\"default\":\"\"}}},\"legalPageContent\":{\"field\":\"craft\\\\ckeditor\\\\Field\",\"node\":\"noimport\",\"default\":\"\"}}}}}}','{\"title\":\"\",\"slug\":\"1\",\"enabled\":\"\",\"id\":\"\",\"locationName\":\"\",\"locationShortName\":\"\",\"locationDomainName\":\"\",\"locationType\":\"\",\"locationTypeText\":\"\",\"locationServicesOffered\":\"\",\"locationApploiScript\":\"\",\"locationEmail\":\"\"}','cghdmqwedf',1,0,'2025-09-24 15:56:46','2025-09-24 16:03:18','f4c0c512-6d04-4a29-98a9-893e0715f281');
/*!40000 ALTER TABLE `feedme_feeds` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `feedme_logs`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `feedme_logs` WRITE;
/*!40000 ALTER TABLE `feedme_logs` DISABLE KEYS */;
INSERT INTO `feedme_logs` VALUES
(9889,4,'feed-me',1758729802.1464,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"rooseveltcarecenter-edisonpletecaremgmt\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"kppsgpkhkgqvtpkkcysp\"}'),
(9890,4,'feed-me',1758729802.1472,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"kppsgpkhkgqvtpkkcysp\"}'),
(9891,4,'feed-me',1758729802.1481,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#37` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tsempqsmwsyjpeopubsk\"}'),
(9892,4,'feed-me',1758729802.1481,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"rooseveltcarecenter-oldbridgepletecaremgmt\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tsempqsmwsyjpeopubsk\"}'),
(9893,4,'feed-me',1758729802.1491,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1155`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1155-rooseveltcarecenter-oldbridgepletecaremgmt) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tsempqsmwsyjpeopubsk\"}'),
(9894,4,'feed-me',1758729802.1497,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tsempqsmwsyjpeopubsk\"}'),
(9895,4,'feed-me',1758729802.1502,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tsempqsmwsyjpeopubsk\"}'),
(9896,4,'feed-me',1758729802.167,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#37` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tsempqsmwsyjpeopubsk\"}'),
(9897,4,'feed-me',1758729802.1681,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#38` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"rbhxqgxoajyxbutkisbb\"}'),
(9898,4,'feed-me',1758729802.1681,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccchestnuthillalf\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"rbhxqgxoajyxbutkisbb\"}'),
(9899,4,'feed-me',1758729802.1691,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1161`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1161-ccchestnuthillalf) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"rbhxqgxoajyxbutkisbb\"}'),
(9900,4,'feed-me',1758729802.1837,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#38` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"rbhxqgxoajyxbutkisbb\"}'),
(9901,4,'feed-me',1758729802.185,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#39` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jolmmdhmupuzkhhqgouq\"}'),
(9902,4,'feed-me',1758729802.185,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"completecarebarnhill\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jolmmdhmupuzkhhqgouq\"}'),
(9903,4,'feed-me',1758729802.186,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1165`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1165-completecarebarnhill) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jolmmdhmupuzkhhqgouq\"}'),
(9904,4,'feed-me',1758729802.1865,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\\\\\\, Alzheimers\\\\\\/Dementia\\\\\\/Memory Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jolmmdhmupuzkhhqgouq\"}'),
(9905,4,'feed-me',1758729802.1871,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jolmmdhmupuzkhhqgouq\"}'),
(9906,4,'feed-me',1758729802.2036,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#39` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jolmmdhmupuzkhhqgouq\"}'),
(9907,4,'feed-me',1758729802.2047,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#40` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tzvozjjilwinmbqvcmww\"}'),
(9908,4,'feed-me',1758729802.2047,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"completecareberkshire\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tzvozjjilwinmbqvcmww\"}'),
(9909,4,'feed-me',1758729802.2057,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1171`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1171-completecareberkshire) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tzvozjjilwinmbqvcmww\"}'),
(9910,4,'feed-me',1758729802.2063,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tzvozjjilwinmbqvcmww\"}'),
(9911,4,'feed-me',1758729802.2068,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tzvozjjilwinmbqvcmww\"}'),
(9912,4,'feed-me',1758729802.2271,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#40` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tzvozjjilwinmbqvcmww\"}'),
(9913,4,'feed-me',1758729802.2282,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#41` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ylbwionqauhemqtkyuxp\"}'),
(9914,4,'feed-me',1758729802.2282,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccbrakeleypark\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ylbwionqauhemqtkyuxp\"}'),
(9915,4,'feed-me',1758729802.2293,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1177`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1177-ccbrakeleypark) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ylbwionqauhemqtkyuxp\"}'),
(9916,4,'feed-me',1758729802.2299,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ylbwionqauhemqtkyuxp\"}'),
(9917,4,'feed-me',1758729802.2304,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ylbwionqauhemqtkyuxp\"}'),
(9918,4,'feed-me',1758729802.2501,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#41` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ylbwionqauhemqtkyuxp\"}'),
(9919,4,'feed-me',1758729802.2511,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#42` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"eeipqojmvporeeifzxce\"}'),
(9920,4,'feed-me',1758729802.2512,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccbrakeleypark\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"eeipqojmvporeeifzxce\"}'),
(9921,4,'feed-me',1758729802.2522,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1177`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1177-ccbrakeleypark) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"eeipqojmvporeeifzxce\"}'),
(9922,4,'feed-me',1758729802.269,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#42` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"eeipqojmvporeeifzxce\"}'),
(9923,4,'feed-me',1758729802.27,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#43` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"myebqkbhiebsxkhtpnyr\"}'),
(9924,4,'feed-me',1758729802.2701,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccchestnuthill\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"myebqkbhiebsxkhtpnyr\"}'),
(9925,4,'feed-me',1758729802.2711,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1185`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1185-ccchestnuthill) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"myebqkbhiebsxkhtpnyr\"}'),
(9926,4,'feed-me',1758729802.2716,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"myebqkbhiebsxkhtpnyr\"}'),
(9927,4,'feed-me',1758729802.2722,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"myebqkbhiebsxkhtpnyr\"}'),
(9928,4,'feed-me',1758729802.2887,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#43` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"myebqkbhiebsxkhtpnyr\"}'),
(9929,4,'feed-me',1758729802.2897,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#44` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"oczspgxzdqsqrcumuyih\"}'),
(9930,4,'feed-me',1758729802.2898,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccfairlawnedge\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"oczspgxzdqsqrcumuyih\"}'),
(9931,4,'feed-me',1758729802.2908,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1191`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1191-ccfairlawnedge) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"oczspgxzdqsqrcumuyih\"}'),
(9932,4,'feed-me',1758729802.2914,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"oczspgxzdqsqrcumuyih\"}'),
(9933,4,'feed-me',1758729802.2919,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"oczspgxzdqsqrcumuyih\"}'),
(9934,4,'feed-me',1758729802.3088,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#44` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"oczspgxzdqsqrcumuyih\"}'),
(9935,4,'feed-me',1758729802.3098,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#45` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dpaxfomsqforqwiypkck\"}'),
(9936,4,'feed-me',1758729802.3099,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"cchamiltonplaza\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dpaxfomsqforqwiypkck\"}'),
(9937,4,'feed-me',1758729802.3109,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1197`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1197-cchamiltonplaza) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dpaxfomsqforqwiypkck\"}'),
(9938,4,'feed-me',1758729802.3114,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dpaxfomsqforqwiypkck\"}'),
(9939,4,'feed-me',1758729802.312,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dpaxfomsqforqwiypkck\"}'),
(9940,4,'feed-me',1758729802.3266,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#45` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dpaxfomsqforqwiypkck\"}'),
(9941,4,'feed-me',1758729802.3276,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#46` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wthxcthjexowhrukrsce\"}'),
(9942,4,'feed-me',1758729802.3277,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccharborage\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wthxcthjexowhrukrsce\"}'),
(9943,4,'feed-me',1758729802.3287,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1201`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1201-ccharborage) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wthxcthjexowhrukrsce\"}'),
(9944,4,'feed-me',1758729802.3292,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Pulmonology Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\\\\\\, Specialized Infectious Disease Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wthxcthjexowhrukrsce\"}'),
(9945,4,'feed-me',1758729802.3298,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wthxcthjexowhrukrsce\"}'),
(9946,4,'feed-me',1758729802.3523,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#46` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wthxcthjexowhrukrsce\"}'),
(9947,4,'feed-me',1758729802.3534,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#47` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jreuycpuvswlxzwjlcyn\"}'),
(9948,4,'feed-me',1758729802.3534,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccharstonhall\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jreuycpuvswlxzwjlcyn\"}'),
(9949,4,'feed-me',1758729802.3544,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1209`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1209-ccharstonhall) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jreuycpuvswlxzwjlcyn\"}'),
(9950,4,'feed-me',1758729802.355,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jreuycpuvswlxzwjlcyn\"}'),
(9951,4,'feed-me',1758729802.3556,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jreuycpuvswlxzwjlcyn\"}'),
(9952,4,'feed-me',1758729802.3723,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#47` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jreuycpuvswlxzwjlcyn\"}'),
(9953,4,'feed-me',1758729802.3734,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#48` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vprvhqeuavsvpovblusy\"}'),
(9954,4,'feed-me',1758729802.3735,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccinglemoor\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vprvhqeuavsvpovblusy\"}'),
(9955,4,'feed-me',1758729802.3744,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1215`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1215-ccinglemoor) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vprvhqeuavsvpovblusy\"}'),
(9956,4,'feed-me',1758729802.375,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vprvhqeuavsvpovblusy\"}'),
(9957,4,'feed-me',1758729802.3756,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vprvhqeuavsvpovblusy\"}'),
(9958,4,'feed-me',1758729802.3902,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#48` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vprvhqeuavsvpovblusy\"}'),
(9959,4,'feed-me',1758729802.3912,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#49` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wbtujhbznmjxfimipogf\"}'),
(9960,4,'feed-me',1758729802.3913,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"cclehigh\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wbtujhbznmjxfimipogf\"}'),
(9961,4,'feed-me',1758729802.3923,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1219`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1219-cclehigh) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wbtujhbznmjxfimipogf\"}'),
(9962,4,'feed-me',1758729802.3929,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wbtujhbznmjxfimipogf\"}'),
(9963,4,'feed-me',1758729802.3935,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wbtujhbznmjxfimipogf\"}'),
(9964,4,'feed-me',1758729802.4101,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#49` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"wbtujhbznmjxfimipogf\"}'),
(9965,4,'feed-me',1758729802.4114,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#50` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vmhlummvjcfgjixhbcup\"}'),
(9966,4,'feed-me',1758729802.4115,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccmilfordmanor\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vmhlummvjcfgjixhbcup\"}'),
(9967,4,'feed-me',1758729802.4124,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1225`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1225-ccmilfordmanor) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vmhlummvjcfgjixhbcup\"}'),
(9968,4,'feed-me',1758729802.413,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vmhlummvjcfgjixhbcup\"}'),
(9969,4,'feed-me',1758729802.4136,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vmhlummvjcfgjixhbcup\"}'),
(9970,4,'feed-me',1758729802.4303,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#50` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vmhlummvjcfgjixhbcup\"}'),
(9971,4,'feed-me',1758729802.4314,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#51` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mrtisnadokvntaszlajn\"}'),
(9972,4,'feed-me',1758729802.4315,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccphillipsburg\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mrtisnadokvntaszlajn\"}'),
(9973,4,'feed-me',1758729802.4324,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1231`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1231-ccphillipsburg) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mrtisnadokvntaszlajn\"}'),
(9974,4,'feed-me',1758729802.433,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mrtisnadokvntaszlajn\"}'),
(9975,4,'feed-me',1758729802.4336,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mrtisnadokvntaszlajn\"}'),
(9976,4,'feed-me',1758729802.4507,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#51` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mrtisnadokvntaszlajn\"}'),
(9977,4,'feed-me',1758729802.4518,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#52` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"cotavkmuxqduxvcauhxl\"}'),
(9978,4,'feed-me',1758729802.4518,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccprospectheights\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"cotavkmuxqduxvcauhxl\"}'),
(9979,4,'feed-me',1758729802.4528,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1237`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1237-ccprospectheights) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"cotavkmuxqduxvcauhxl\"}'),
(9980,4,'feed-me',1758729802.4533,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Pulmonology Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"cotavkmuxqduxvcauhxl\"}'),
(9981,4,'feed-me',1758729802.4539,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"cotavkmuxqduxvcauhxl\"}'),
(9982,4,'feed-me',1758729802.4767,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#52` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"cotavkmuxqduxvcauhxl\"}'),
(9983,4,'feed-me',1758729802.4778,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#53` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ubehprbggojwitdgfral\"}'),
(9984,4,'feed-me',1758729802.4778,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccregent\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ubehprbggojwitdgfral\"}'),
(9985,4,'feed-me',1758729802.4788,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1243`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1243-ccregent) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ubehprbggojwitdgfral\"}'),
(9986,4,'feed-me',1758729802.4794,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ubehprbggojwitdgfral\"}'),
(9987,4,'feed-me',1758729802.48,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ubehprbggojwitdgfral\"}'),
(9988,4,'feed-me',1758729802.4967,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#53` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ubehprbggojwitdgfral\"}'),
(9989,4,'feed-me',1758729802.4978,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#54` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"espzecnuuclizotgoizk\"}'),
(9990,4,'feed-me',1758729802.4978,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccwaynehills\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"espzecnuuclizotgoizk\"}'),
(9991,4,'feed-me',1758729802.4988,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1249`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1249-ccwaynehills) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"espzecnuuclizotgoizk\"}'),
(9992,4,'feed-me',1758729802.4994,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Pulmonology Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\\\\\\, Specialized Infectious Disease Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"espzecnuuclizotgoizk\"}'),
(9993,4,'feed-me',1758729802.4999,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"espzecnuuclizotgoizk\"}'),
(9994,4,'feed-me',1758729802.5168,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#54` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"espzecnuuclizotgoizk\"}'),
(9995,4,'feed-me',1758729802.5179,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#55` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mixzmzhemvvpifwzozbr\"}'),
(9996,4,'feed-me',1758729802.5179,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccannapolis\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mixzmzhemvvpifwzozbr\"}'),
(9997,4,'feed-me',1758729802.5189,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1255`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1255-ccannapolis) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mixzmzhemvvpifwzozbr\"}'),
(9998,4,'feed-me',1758729802.5195,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mixzmzhemvvpifwzozbr\"}'),
(9999,4,'feed-me',1758729802.5201,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mixzmzhemvvpifwzozbr\"}'),
(10000,4,'feed-me',1758729802.5367,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#55` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mixzmzhemvvpifwzozbr\"}'),
(10001,4,'feed-me',1758729802.5378,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#56` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vymcluowaliodctuqoec\"}'),
(10002,4,'feed-me',1758729802.5378,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccbrackenville\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vymcluowaliodctuqoec\"}'),
(10003,4,'feed-me',1758729802.5388,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1261`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1261-ccbrackenville) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vymcluowaliodctuqoec\"}'),
(10004,4,'feed-me',1758729802.5394,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vymcluowaliodctuqoec\"}'),
(10005,4,'feed-me',1758729802.54,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vymcluowaliodctuqoec\"}'),
(10006,4,'feed-me',1758729802.559,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#56` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"vymcluowaliodctuqoec\"}'),
(10007,4,'feed-me',1758729802.56,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#57` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"gxxjrlwsjllnzvstvtki\"}'),
(10008,4,'feed-me',1758729802.5601,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"cccorsicahills\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"gxxjrlwsjllnzvstvtki\"}'),
(10009,4,'feed-me',1758729802.561,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1269`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1269-cccorsicahills) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"gxxjrlwsjllnzvstvtki\"}'),
(10010,4,'feed-me',1758729802.5616,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Bariatric Care\\\\\\\\, Alzheimers\\\\\\/Dementia\\\\\\/Memory Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"gxxjrlwsjllnzvstvtki\"}'),
(10011,4,'feed-me',1758729802.5622,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"gxxjrlwsjllnzvstvtki\"}'),
(10012,4,'feed-me',1758729802.5857,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#57` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"gxxjrlwsjllnzvstvtki\"}'),
(10013,4,'feed-me',1758729802.5867,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#58` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"pbdhwsahcnlrrpymnbtx\"}'),
(10014,4,'feed-me',1758729802.5868,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccdawnview\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"pbdhwsahcnlrrpymnbtx\"}'),
(10015,4,'feed-me',1758729802.5878,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1277`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1277-ccdawnview) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"pbdhwsahcnlrrpymnbtx\"}'),
(10016,4,'feed-me',1758729802.5883,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"pbdhwsahcnlrrpymnbtx\"}'),
(10017,4,'feed-me',1758729802.5889,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"pbdhwsahcnlrrpymnbtx\"}'),
(10018,4,'feed-me',1758729802.6057,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#58` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"pbdhwsahcnlrrpymnbtx\"}'),
(10019,4,'feed-me',1758729802.6068,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#59` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jvaubsklqcokyxoreqgt\"}'),
(10020,4,'feed-me',1758729802.6068,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"cchagerstown\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jvaubsklqcokyxoreqgt\"}'),
(10021,4,'feed-me',1758729802.6078,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1283`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1283-cchagerstown) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jvaubsklqcokyxoreqgt\"}'),
(10022,4,'feed-me',1758729802.6084,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Pulmonology Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jvaubsklqcokyxoreqgt\"}'),
(10023,4,'feed-me',1758729802.609,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jvaubsklqcokyxoreqgt\"}'),
(10024,4,'feed-me',1758729802.6258,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#59` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"jvaubsklqcokyxoreqgt\"}'),
(10025,4,'feed-me',1758729802.6269,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#60` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"retetwnvrxdbptfjogfu\"}'),
(10026,4,'feed-me',1758729802.6269,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"completecareheritage\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"retetwnvrxdbptfjogfu\"}'),
(10027,4,'feed-me',1758729802.6279,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1289`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1289-completecareheritage) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"retetwnvrxdbptfjogfu\"}'),
(10028,4,'feed-me',1758729802.6285,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"retetwnvrxdbptfjogfu\"}'),
(10029,4,'feed-me',1758729802.629,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"retetwnvrxdbptfjogfu\"}'),
(10030,4,'feed-me',1758729802.648,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#60` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"retetwnvrxdbptfjogfu\"}'),
(10031,4,'feed-me',1758729802.6491,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#61` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ledizchbyxfupurslnli\"}'),
(10032,4,'feed-me',1758729802.6491,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"completecarehillside\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ledizchbyxfupurslnli\"}'),
(10033,4,'feed-me',1758729802.6501,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1297`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1297-completecarehillside) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ledizchbyxfupurslnli\"}'),
(10034,4,'feed-me',1758729802.6507,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ledizchbyxfupurslnli\"}'),
(10035,4,'feed-me',1758729802.6512,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ledizchbyxfupurslnli\"}'),
(10036,4,'feed-me',1758729802.6679,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#61` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ledizchbyxfupurslnli\"}'),
(10037,4,'feed-me',1758729802.6693,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#62` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"izwxndesgbdywitnqsjd\"}'),
(10038,4,'feed-me',1758729802.6693,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"cchyattsville\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"izwxndesgbdywitnqsjd\"}'),
(10039,4,'feed-me',1758729802.6703,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1303`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1303-cchyattsville) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"izwxndesgbdywitnqsjd\"}'),
(10040,4,'feed-me',1758729802.6709,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Pulmonology Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Bariatric Care\\\\\\\\, Alzheimers\\\\\\/Dementia\\\\\\/Memory Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"izwxndesgbdywitnqsjd\"}'),
(10041,4,'feed-me',1758729802.6715,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"izwxndesgbdywitnqsjd\"}'),
(10042,4,'feed-me',1758729802.6909,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#62` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"izwxndesgbdywitnqsjd\"}'),
(10043,4,'feed-me',1758729802.692,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#63` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"brvkfllwfraogjoooych\"}'),
(10044,4,'feed-me',1758729802.6921,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"cclaplata\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"brvkfllwfraogjoooych\"}'),
(10045,4,'feed-me',1758729802.6931,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1309`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1309-cclaplata) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"brvkfllwfraogjoooych\"}'),
(10046,4,'feed-me',1758729802.6937,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"brvkfllwfraogjoooych\"}'),
(10047,4,'feed-me',1758729802.6942,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"brvkfllwfraogjoooych\"}'),
(10048,4,'feed-me',1758729802.7147,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#63` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"brvkfllwfraogjoooych\"}'),
(10049,4,'feed-me',1758729802.7157,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#64` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"yybcphcaqzzztnitynrp\"}'),
(10050,4,'feed-me',1758729802.7157,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccmultimed\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"yybcphcaqzzztnitynrp\"}'),
(10051,4,'feed-me',1758729802.7167,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1315`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1315-ccmultimed) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"yybcphcaqzzztnitynrp\"}'),
(10052,4,'feed-me',1758729802.7172,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Pulmonology Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"yybcphcaqzzztnitynrp\"}'),
(10053,4,'feed-me',1758729802.7177,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"yybcphcaqzzztnitynrp\"}'),
(10054,4,'feed-me',1758729802.7366,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#64` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"yybcphcaqzzztnitynrp\"}'),
(10055,4,'feed-me',1758729802.7377,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#65` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"skcsybtpglgjycsznzyo\"}'),
(10056,4,'feed-me',1758729802.7378,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"completecareoakridge\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"skcsybtpglgjycsznzyo\"}'),
(10057,4,'feed-me',1758729802.7387,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1323`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1323-completecareoakridge) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"skcsybtpglgjycsznzyo\"}'),
(10058,4,'feed-me',1758729802.7392,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"skcsybtpglgjycsznzyo\"}'),
(10059,4,'feed-me',1758729802.7398,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"skcsybtpglgjycsznzyo\"}'),
(10060,4,'feed-me',1758729802.7564,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#65` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"skcsybtpglgjycsznzyo\"}'),
(10061,4,'feed-me',1758729802.7574,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#66` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"preqzibmrnnifqghpsyj\"}'),
(10062,4,'feed-me',1758729802.7575,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccsevernapark\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"preqzibmrnnifqghpsyj\"}'),
(10063,4,'feed-me',1758729802.7584,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1329`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1329-ccsevernapark) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"preqzibmrnnifqghpsyj\"}'),
(10064,4,'feed-me',1758729802.759,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\\\\\\, Alzheimers\\\\\\/Dementia\\\\\\/Memory Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"preqzibmrnnifqghpsyj\"}'),
(10065,4,'feed-me',1758729802.7595,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"preqzibmrnnifqghpsyj\"}'),
(10066,4,'feed-me',1758729802.7784,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#66` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"preqzibmrnnifqghpsyj\"}'),
(10067,4,'feed-me',1758729802.7794,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#67` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"exomxciuowlabwnpnljf\"}'),
(10068,4,'feed-me',1758729802.7794,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccsilverlake\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"exomxciuowlabwnpnljf\"}'),
(10069,4,'feed-me',1758729802.7804,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1337`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1337-ccsilverlake) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"exomxciuowlabwnpnljf\"}'),
(10070,4,'feed-me',1758729802.781,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"exomxciuowlabwnpnljf\"}'),
(10071,4,'feed-me',1758729802.7815,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"exomxciuowlabwnpnljf\"}'),
(10072,4,'feed-me',1758729802.7983,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#67` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"exomxciuowlabwnpnljf\"}'),
(10073,4,'feed-me',1758729802.7996,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#68` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ctuhsiptohiqcjcipazx\"}'),
(10074,4,'feed-me',1758729802.7997,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccspringbrook\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ctuhsiptohiqcjcipazx\"}'),
(10075,4,'feed-me',1758729802.8006,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1343`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1343-ccspringbrook) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ctuhsiptohiqcjcipazx\"}'),
(10076,4,'feed-me',1758729802.8012,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ctuhsiptohiqcjcipazx\"}'),
(10077,4,'feed-me',1758729802.8017,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ctuhsiptohiqcjcipazx\"}'),
(10078,4,'feed-me',1758729802.8221,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#68` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ctuhsiptohiqcjcipazx\"}'),
(10079,4,'feed-me',1758729802.8231,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#69` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"xmsigdixhrktfjzbufzx\"}'),
(10080,4,'feed-me',1758729802.8232,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccwheaton\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"xmsigdixhrktfjzbufzx\"}'),
(10081,4,'feed-me',1758729802.8242,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1349`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1349-ccwheaton) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"xmsigdixhrktfjzbufzx\"}'),
(10082,4,'feed-me',1758729802.8248,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Bariatric Care\\\\\\\\, Alzheimers\\\\\\/Dementia\\\\\\/Memory Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"xmsigdixhrktfjzbufzx\"}'),
(10083,4,'feed-me',1758729802.8253,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"xmsigdixhrktfjzbufzx\"}'),
(10084,4,'feed-me',1758729802.8398,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#69` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"xmsigdixhrktfjzbufzx\"}'),
(10085,4,'feed-me',1758729802.8408,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#70` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"xescgmtpxpimupxufgkm\"}'),
(10086,4,'feed-me',1758729802.8409,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"xescgmtpxpimupxufgkm\"}'),
(10087,1,'feed-me',1758729802.841,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"`Unable to match an existing element. Have you set a unique identifier for [\\\"slug\\\"]? Make sure you are also mapping this in your feed and it has a value. - Element.php: 179`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"xescgmtpxpimupxufgkm\"}'),
(10088,4,'feed-me',1758729802.8417,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#71` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"nrspmnwumerrpnrmlviw\"}'),
(10089,4,'feed-me',1758729802.8417,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"christianhomecrc\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"nrspmnwumerrpnrmlviw\"}'),
(10090,4,'feed-me',1758729802.8425,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"nrspmnwumerrpnrmlviw\"}'),
(10091,4,'feed-me',1758729802.8434,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#72` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ofenvkbfivukibrbekrw\"}'),
(10092,4,'feed-me',1758729802.8435,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"glendalecrc\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ofenvkbfivukibrbekrw\"}'),
(10093,4,'feed-me',1758729802.8442,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ofenvkbfivukibrbekrw\"}'),
(10094,4,'feed-me',1758729802.8451,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#73` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"lwigyabahkrqiktwkeab\"}'),
(10095,4,'feed-me',1758729802.8451,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"grandeprairiecrc\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"lwigyabahkrqiktwkeab\"}'),
(10096,4,'feed-me',1758729802.8459,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"lwigyabahkrqiktwkeab\"}'),
(10097,4,'feed-me',1758729802.8468,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#74` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tyucsjxgpucjtppsmysa\"}'),
(10098,4,'feed-me',1758729802.8469,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tyucsjxgpucjtppsmysa\"}'),
(10099,1,'feed-me',1758729802.8469,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"`Unable to match an existing element. Have you set a unique identifier for [\\\"slug\\\"]? Make sure you are also mapping this in your feed and it has a value. - Element.php: 179`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tyucsjxgpucjtppsmysa\"}'),
(10100,4,'feed-me',1758729802.8478,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#75` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ghuhxohyxqaaoujrqmmr\"}'),
(10101,4,'feed-me',1758729802.8479,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"kensingtoncareandrehab\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ghuhxohyxqaaoujrqmmr\"}'),
(10102,4,'feed-me',1758729802.8486,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ghuhxohyxqaaoujrqmmr\"}'),
(10103,4,'feed-me',1758729802.8494,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#76` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"hdwfnyxwffzajkfzvnro\"}'),
(10104,4,'feed-me',1758729802.8494,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"manitowochrc\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"hdwfnyxwffzajkfzvnro\"}'),
(10105,4,'feed-me',1758729802.8502,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"hdwfnyxwffzajkfzvnro\"}'),
(10106,4,'feed-me',1758729802.851,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#77` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tzxsnddbxvgrreqwgngv\"}'),
(10107,4,'feed-me',1758729802.851,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"nazarethhealth\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tzxsnddbxvgrreqwgngv\"}'),
(10108,4,'feed-me',1758729802.8518,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tzxsnddbxvgrreqwgngv\"}'),
(10109,4,'feed-me',1758729802.8528,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#78` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"skflqezbpyntgydkmdck\"}'),
(10110,4,'feed-me',1758729802.8528,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ridgewoodcarecenter\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"skflqezbpyntgydkmdck\"}'),
(10111,4,'feed-me',1758729802.8536,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"skflqezbpyntgydkmdck\"}'),
(10112,4,'feed-me',1758729802.8544,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#79` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mloainnvlyrwblugeveo\"}'),
(10113,4,'feed-me',1758729802.8544,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"stclarecrc\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mloainnvlyrwblugeveo\"}'),
(10114,4,'feed-me',1758729802.8551,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"mloainnvlyrwblugeveo\"}'),
(10115,4,'feed-me',1758729802.8558,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#80` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"odyxuwrcjwyrqsakcnlf\"}'),
(10116,4,'feed-me',1758729802.8558,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"stmaryscrc\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"odyxuwrcjwyrqsakcnlf\"}'),
(10117,4,'feed-me',1758729802.8566,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"odyxuwrcjwyrqsakcnlf\"}'),
(10118,4,'feed-me',1758729802.8574,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#81` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"gywpdxpysceavnygdphi\"}'),
(10119,4,'feed-me',1758729802.8575,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"southpointecrc\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"gywpdxpysceavnygdphi\"}'),
(10120,4,'feed-me',1758729802.8582,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"gywpdxpysceavnygdphi\"}'),
(10121,4,'feed-me',1758729802.8591,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#82` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ilrnyqwaufcarkucoqdo\"}'),
(10122,4,'feed-me',1758729802.8592,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"virginiahighlandscrc\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ilrnyqwaufcarkucoqdo\"}'),
(10123,4,'feed-me',1758729802.86,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Skipped due to an existing element not found, and elements are set to update only.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ilrnyqwaufcarkucoqdo\"}'),
(10124,4,'feed-me',1758729802.8607,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#83` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"whzggtskpfomgxlozzqd\"}'),
(10125,4,'feed-me',1758729802.8607,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccfoxhill\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"whzggtskpfomgxlozzqd\"}'),
(10126,4,'feed-me',1758729802.8617,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1419`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1419-ccfoxhill) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"whzggtskpfomgxlozzqd\"}'),
(10127,4,'feed-me',1758729802.8623,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Orthopedic\\\\\\/Post Surgical Care\\\\\\\\, Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Chronic Illness Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"whzggtskpfomgxlozzqd\"}'),
(10128,4,'feed-me',1758729802.8629,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"whzggtskpfomgxlozzqd\"}'),
(10129,4,'feed-me',1758729802.8831,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#83` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"whzggtskpfomgxlozzqd\"}'),
(10130,4,'feed-me',1758729802.8841,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#84` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dcqudfftkoxtihnstqmc\"}'),
(10131,4,'feed-me',1758729802.8842,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"completecareglendale\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dcqudfftkoxtihnstqmc\"}'),
(10132,4,'feed-me',1758729802.8852,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1425`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1425-completecareglendale) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dcqudfftkoxtihnstqmc\"}'),
(10133,4,'feed-me',1758729802.8858,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Orthopedic\\\\\\/Post Surgical Care\\\\\\\\, Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Bariatric Care\\\\\\\\, Chronic Illness Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dcqudfftkoxtihnstqmc\"}'),
(10134,4,'feed-me',1758729802.8863,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dcqudfftkoxtihnstqmc\"}'),
(10135,4,'feed-me',1758729802.903,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#84` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"dcqudfftkoxtihnstqmc\"}'),
(10136,4,'feed-me',1758729802.9039,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#85` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"zlaavvvplkeptxjjmbqx\"}'),
(10137,4,'feed-me',1758729802.904,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccgrotonregency\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"zlaavvvplkeptxjjmbqx\"}'),
(10138,4,'feed-me',1758729802.9049,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1431`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1431-ccgrotonregency) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"zlaavvvplkeptxjjmbqx\"}'),
(10139,4,'feed-me',1758729802.9055,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Orthopedic\\\\\\/Post Surgical Care\\\\\\\\, Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Chronic Illness Care\\\\\\\\, Bariatric Care\\\\\\\\, Alzheimers\\\\\\/Dementia\\\\\\/Memory Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"zlaavvvplkeptxjjmbqx\"}'),
(10140,4,'feed-me',1758729802.9061,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"zlaavvvplkeptxjjmbqx\"}'),
(10141,4,'feed-me',1758729802.9227,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#85` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"zlaavvvplkeptxjjmbqx\"}'),
(10142,4,'feed-me',1758729802.9238,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#86` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"yjsyaamjbkjzsqohjjbw\"}'),
(10143,4,'feed-me',1758729802.9238,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccgrotonrch\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"yjsyaamjbkjzsqohjjbw\"}'),
(10144,4,'feed-me',1758729802.9248,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1437`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1437-ccgrotonrch) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"yjsyaamjbkjzsqohjjbw\"}'),
(10145,4,'feed-me',1758729802.9415,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#86` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"yjsyaamjbkjzsqohjjbw\"}'),
(10146,4,'feed-me',1758729802.9428,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#87` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tyqfnjpptboyqsphwkwm\"}'),
(10147,4,'feed-me',1758729802.9429,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccharringtoncourt\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tyqfnjpptboyqsphwkwm\"}'),
(10148,4,'feed-me',1758729802.9471,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1443`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1443-ccharringtoncourt) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tyqfnjpptboyqsphwkwm\"}'),
(10149,4,'feed-me',1758729802.9477,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Orthopedic\\\\\\/Post Surgical Care\\\\\\\\, Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Chronic Illness Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tyqfnjpptboyqsphwkwm\"}'),
(10150,4,'feed-me',1758729802.9483,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tyqfnjpptboyqsphwkwm\"}'),
(10151,4,'feed-me',1758729802.9649,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#87` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"tyqfnjpptboyqsphwkwm\"}'),
(10152,4,'feed-me',1758729802.9659,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#88` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"aqwbbwfxmmvykuapizhn\"}'),
(10153,4,'feed-me',1758729802.9659,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"completecarekhn\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"aqwbbwfxmmvykuapizhn\"}'),
(10154,4,'feed-me',1758729802.967,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1449`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1449-completecarekhn) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"aqwbbwfxmmvykuapizhn\"}'),
(10155,4,'feed-me',1758729802.9675,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Orthopedic\\\\\\/Post Surgical Care\\\\\\\\, Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Chronic Illness Care\\\\\\\\, Bariatric Care\\\\\\\\, Alzheimers\\\\\\/Dementia\\\\\\/Memory Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"aqwbbwfxmmvykuapizhn\"}'),
(10156,4,'feed-me',1758729802.968,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"aqwbbwfxmmvykuapizhn\"}'),
(10157,4,'feed-me',1758729802.9847,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#88` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"aqwbbwfxmmvykuapizhn\"}'),
(10158,4,'feed-me',1758729802.9857,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#89` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ibqtvaqceqcgwitniiim\"}'),
(10159,4,'feed-me',1758729802.9857,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"completecarekhs\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ibqtvaqceqcgwitniiim\"}'),
(10160,4,'feed-me',1758729802.9867,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1455`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1455-completecarekhs) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ibqtvaqceqcgwitniiim\"}'),
(10161,4,'feed-me',1758729802.9872,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Orthopedic\\\\\\/Post Surgical Care\\\\\\\\, Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Chronic Illness Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ibqtvaqceqcgwitniiim\"}'),
(10162,4,'feed-me',1758729802.9877,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ibqtvaqceqcgwitniiim\"}'),
(10163,4,'feed-me',1758729803.0045,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#89` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"ibqtvaqceqcgwitniiim\"}'),
(10164,4,'feed-me',1758729803.0055,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#90` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"fvgirdfuukelmcrxbpvh\"}'),
(10165,4,'feed-me',1758729803.0055,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccmeriden\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"fvgirdfuukelmcrxbpvh\"}'),
(10166,4,'feed-me',1758729803.0065,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1461`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1461-ccmeriden) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"fvgirdfuukelmcrxbpvh\"}'),
(10167,4,'feed-me',1758729803.0071,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Orthopedic\\\\\\/Post Surgical Care\\\\\\\\, Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Chronic Illness Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"fvgirdfuukelmcrxbpvh\"}'),
(10168,4,'feed-me',1758729803.0076,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"fvgirdfuukelmcrxbpvh\"}'),
(10169,4,'feed-me',1758729803.0244,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#90` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"fvgirdfuukelmcrxbpvh\"}'),
(10170,4,'feed-me',1758729803.0253,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#91` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"qttqgzhvcbninrfpkgqf\"}'),
(10171,4,'feed-me',1758729803.0254,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccmiddlebury\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"qttqgzhvcbninrfpkgqf\"}'),
(10172,4,'feed-me',1758729803.0264,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1467`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1467-ccmiddlebury) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"qttqgzhvcbninrfpkgqf\"}'),
(10173,4,'feed-me',1758729803.027,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Search for existing entry with query `{\\\"status\\\":null,\\\"limit\\\":null,\\\"title\\\":\\\"Orthopedic\\\\\\/Post Surgical Care\\\\\\\\, Cardiac Care\\\\\\\\, Neuro\\\\\\/Stroke Care\\\\\\\\, Wound Care\\\\\\\\, Renal Care\\\\\\\\, Chronic Illness Care\\\\\\\\, Bariatric Care\\\",\\\"sectionId\\\":[12]}`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"qttqgzhvcbninrfpkgqf\"}'),
(10174,4,'feed-me',1758729803.0275,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Found `0` existing entries: `[]`\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"qttqgzhvcbninrfpkgqf\"}'),
(10175,4,'feed-me',1758729803.0442,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#91` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"qttqgzhvcbninrfpkgqf\"}'),
(10176,4,'feed-me',1758729803.0452,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#92` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"fnqebekfenmtkkkapkxv\"}'),
(10177,4,'feed-me',1758729803.0452,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"completecareblvd\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"fnqebekfenmtkkkapkxv\"}'),
(10178,4,'feed-me',1758729803.0462,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1473`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1473-completecareblvd) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"fnqebekfenmtkkkapkxv\"}'),
(10179,4,'feed-me',1758729803.0646,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#92` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"fnqebekfenmtkkkapkxv\"}'),
(10180,4,'feed-me',1758729803.0656,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#93` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"keepjpmuasoiyvqwwdxk\"}'),
(10181,4,'feed-me',1758729803.0657,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccmargatepark\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"keepjpmuasoiyvqwwdxk\"}'),
(10182,4,'feed-me',1758729803.0667,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1477`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1477-ccmargatepark) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"keepjpmuasoiyvqwwdxk\"}'),
(10183,4,'feed-me',1758729803.0815,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#93` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"keepjpmuasoiyvqwwdxk\"}'),
(10184,4,'feed-me',1758729803.0824,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Starting processing of node `#94` in batch `1`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"grxdqhljridpoulvvpyl\"}'),
(10185,4,'feed-me',1758729803.0825,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Match existing element with data `{\\\"slug\\\":\\\"ccsheridancommons\\\"}`.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"grxdqhljridpoulvvpyl\"}'),
(10186,4,'feed-me',1758729803.0834,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Existing element [`#1481`](https:\\/\\/staging.mycompletecare.com\\/admin\\/entries\\/locations\\/1481-ccsheridancommons) found.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"grxdqhljridpoulvvpyl\"}'),
(10187,4,'feed-me',1758729803.1009,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Node `#94` in batch `1` skipped. No content has changed.\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":\"grxdqhljridpoulvvpyl\"}'),
(10188,4,'feed-me',1758729803.1011,'[Facilities CSV 9/24/25 Clinical Capabilities]','{\"message\":\"Processing 80 elements finished in 1.75s\",\"feed\":\"Facilities CSV 9\\/24\\/25 Clinical Capabilities\",\"key\":null}');
/*!40000 ALTER TABLE `feedme_logs` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `feedme_sequences`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `feedme_sequences` WRITE;
/*!40000 ALTER TABLE `feedme_sequences` DISABLE KEYS */;
/*!40000 ALTER TABLE `feedme_sequences` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `fieldlayouts`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `fieldlayouts` WRITE;
/*!40000 ALTER TABLE `fieldlayouts` DISABLE KEYS */;
INSERT INTO `fieldlayouts` VALUES
(1,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Location\",\"uid\":\"8a678c09-1eaa-406d-9f88-7205090a88f6\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Full Name\",\"instructions\":\"Includes \\\"Complete Care at\\\"\",\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-04-18T17:08:56+00:00\",\"uid\":\"075f1904-e0fc-49c8-9cfb-6990ae779dec\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Short Name\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-08-20T18:04:16+00:00\",\"uid\":\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"2b97fc7e-78df-4428-b0e6-6f391ec89c4b\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Domain Name\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-04-18T17:15:05+00:00\",\"uid\":\"3b262689-7127-4814-bab5-a1972e0869d4\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"137a3fcf-0592-4113-8715-fd7e5a291e18\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\Heading\",\"heading\":\"Social Media\",\"dateAdded\":\"2025-09-02T21:42:04+00:00\",\"uid\":\"3504f076-7bc5-4df4-ac1d-106a58ffb168\",\"userCondition\":null,\"elementCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Facebook Link\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-02T21:42:04+00:00\",\"uid\":\"403d1895-f32e-4164-8084-b11fdea310cb\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"23a92ec7-9124-476a-909d-8e9953d34f5a\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Glassdoor Link\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-02T21:43:20+00:00\",\"uid\":\"5e40a449-23c9-418a-a0d6-36ff8f57583d\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"7fd6b70b-8a4f-42d2-a422-93f31bcdfea9\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"LinkedIn Link\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-02T21:43:20+00:00\",\"uid\":\"8e701860-42c4-437f-a61c-a48f2ecf1b99\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"2d2268d6-3791-484b-afb2-5ffb3ff2a757\",\"editCondition\":null,\"elementEditCondition\":null}]},{\"name\":\"Location Type\",\"uid\":\"12574645-e50f-408c-9e8e-8bc1c4fa9153\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-08-20T18:12:53+00:00\",\"uid\":\"19b0086c-bc10-46cc-9f45-ffc5746e8681\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"97b7a37b-d105-4de1-88fa-d926557d70ad\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-04T22:20:19+00:00\",\"uid\":\"0d799588-2604-4e16-86f6-6ee8c522fe72\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Services Offered\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-07-29T20:36:00+00:00\",\"uid\":\"cced3c80-6988-403a-9b5a-14455350e923\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"a025bb40-3b47-4bae-93cc-e54f3d76edb1\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Clinical Capabilities\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-07-28T21:21:49+00:00\",\"uid\":\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"b60e6197-d021-4c58-9909-6b00ba350db2\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-06T20:21:13+00:00\",\"uid\":\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"bb913d9b-86fc-4067-8491-d1e345343e2b\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-06T22:42:19+00:00\",\"uid\":\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\",\"userCondition\":null,\"elementCondition\":{\"elementType\":\"craft\\\\elements\\\\Entry\",\"fieldContext\":\"global\",\"class\":\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\",\"conditionRules\":[{\"class\":\"craft\\\\fields\\\\conditions\\\\OptionsFieldConditionRule\",\"uid\":\"dc6cd1ea-a77c-4fa7-ade7-0ef01cbaa3fe\",\"operator\":\"in\",\"values\":[\"campus\"],\"fieldUid\":\"97b7a37b-d105-4de1-88fa-d926557d70ad\",\"layoutElementUid\":\"19b0086c-bc10-46cc-9f45-ffc5746e8681\"}]},\"fieldUid\":\"6efb6d2f-80f1-48fc-8baf-4c99bd165756\",\"editCondition\":null,\"elementEditCondition\":null}]},{\"name\":\"Home\",\"uid\":\"c3183a6e-3a5b-47e2-b9f1-7691a2c09048\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Home Hero Photo\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-02T20:39:43+00:00\",\"uid\":\"10d5be16-947c-4646-b2d0-3619f2760ace\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"231aa49d-5a94-4f62-b3c3-a2960dc2e521\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-06T22:22:38+00:00\",\"uid\":\"0540783c-5e85-44a6-afb6-f9879cd880d2\",\"userCondition\":null,\"elementCondition\":{\"elementType\":\"craft\\\\elements\\\\Entry\",\"fieldContext\":\"global\",\"class\":\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\",\"conditionRules\":[{\"class\":\"craft\\\\fields\\\\conditions\\\\OptionsFieldConditionRule\",\"uid\":\"d12333bf-3ee7-475d-ac4c-f6cba20c0599\",\"operator\":\"in\",\"values\":[\"campus\"],\"fieldUid\":\"97b7a37b-d105-4de1-88fa-d926557d70ad\",\"layoutElementUid\":\"19b0086c-bc10-46cc-9f45-ffc5746e8681\"}]},\"fieldUid\":\"d96b8905-9791-452d-9082-2b444ef58987\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Awards\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-04-18T17:15:05+00:00\",\"uid\":\"482ad396-5443-4761-a410-c644d0217e5a\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"90a5627f-caa8-4026-8b42-272b1a2b1a2c\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Client Testimonials\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-04-18T17:23:22+00:00\",\"uid\":\"7ed7a1dc-2e02-42e1-9349-7e518fe2a973\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"e7728413-04f7-4590-aca9-17a60cb83c99\",\"editCondition\":null,\"elementEditCondition\":null}]},{\"name\":\"LTC Services\",\"uid\":\"8d9ab5e1-c805-4002-aa5b-de449e60ef6e\",\"userCondition\":null,\"elementCondition\":{\"elementType\":\"craft\\\\elements\\\\Entry\",\"fieldContext\":\"global\",\"class\":\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\",\"conditionRules\":[{\"class\":\"craft\\\\fields\\\\conditions\\\\OptionsFieldConditionRule\",\"uid\":\"0529eb31-e8b4-4976-b19e-7513b1e50760\",\"operator\":\"in\",\"values\":[\"ltc\",\"campus\"],\"fieldUid\":\"97b7a37b-d105-4de1-88fa-d926557d70ad\",\"layoutElementUid\":\"19b0086c-bc10-46cc-9f45-ffc5746e8681\"},{\"class\":\"craft\\\\fields\\\\conditions\\\\OptionsFieldConditionRule\",\"uid\":\"0e803335-4aa3-43a4-83c0-12c41e931637\",\"operator\":\"in\",\"values\":[\"postAcuteCare\",\"longTermCare\"],\"fieldUid\":\"a025bb40-3b47-4bae-93cc-e54f3d76edb1\",\"layoutElementUid\":\"cced3c80-6988-403a-9b5a-14455350e923\"}]},\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-12-02T21:39:20+00:00\",\"uid\":\"405b422b-fca3-4a5d-b552-b860066ac2ad\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"63a3000b-a74b-4a62-bc67-ca63ae006d81\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-12-02T21:39:20+00:00\",\"uid\":\"a3ce6d03-a997-40d9-ac8e-0d755516c921\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"c9efd18d-8f53-4c93-b93e-1ec7069f9f69\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Advanced Programs\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-08-20T22:16:26+00:00\",\"uid\":\"f352e58c-d152-4a45-9615-d0526b009523\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"c5628b2c-9a02-4bc4-bba0-65252ca02baf\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Advanced Services Flyer\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-02T21:13:32+00:00\",\"uid\":\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"3e660e99-6233-4c62-82ee-26f0c6429a64\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-02-26T21:37:07+00:00\",\"uid\":\"dc6b86fd-3f63-4656-be35-473dd4b517b7\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"f4966788-d653-4ba8-a39e-73c2e707403c\",\"editCondition\":null,\"elementEditCondition\":null}]},{\"name\":\"What to Expect\",\"uid\":\"8fc34f20-d67a-4c1b-a44c-60c835dab4c7\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Gallery\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-03T21:16:50+00:00\",\"uid\":\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"822258bf-5220-48d0-b98f-1c0f7d4d397c\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Brochure\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-10-10T18:02:18+00:00\",\"uid\":\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"c02b464e-3121-4f6c-8627-2ab46957f231\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Video Tour Link\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-09T17:59:04+00:00\",\"uid\":\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Video Tour Button Text\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-21T19:10:51+00:00\",\"uid\":\"c52b05cb-b3a4-4ccc-8bf8-6d81d57e44ae\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"5216814d-23e8-4513-b7f5-3a6b89edb0fe\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Floor Plan\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-12-02T20:47:27+00:00\",\"uid\":\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"e50b47d2-bda6-4802-8a46-59dadf5a2bfd\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Activities Calendar\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-04-18T17:29:54+00:00\",\"uid\":\"92b514e7-6c85-40f3-9885-4ed4138887ea\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"e82ae2c9-4040-4a91-bb2b-b76aecb4ca12\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Menu\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-04-18T17:29:54+00:00\",\"uid\":\"688e0d64-8999-47be-a427-f9e9c6e1789e\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"4441d9ef-981a-4f3c-ab1e-4fc9c9286394\",\"editCondition\":null,\"elementEditCondition\":null}]},{\"name\":\"Amenities\",\"uid\":\"5dd064d6-5e70-44ac-975a-74225072f933\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-06T20:52:16+00:00\",\"uid\":\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\",\"userCondition\":null,\"elementCondition\":{\"elementType\":\"craft\\\\elements\\\\Entry\",\"fieldContext\":\"global\",\"class\":\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\",\"conditionRules\":[{\"class\":\"craft\\\\fields\\\\conditions\\\\EmptyFieldConditionRule\",\"uid\":\"70448911-4d41-489f-8d02-7873b4ccc430\",\"operator\":\"empty\",\"fieldUid\":\"39bc62de-ab20-40a0-9545-3e393bf8428e\",\"layoutElementUid\":\"987e433d-3a34-4ef7-90a4-40eab1252deb\"}]},\"fieldUid\":\"ec0ae23a-d94f-4ab6-a0bf-5485161eb658\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-06T21:59:31+00:00\",\"uid\":\"987e433d-3a34-4ef7-90a4-40eab1252deb\",\"userCondition\":null,\"elementCondition\":{\"elementType\":\"craft\\\\elements\\\\Entry\",\"fieldContext\":\"global\",\"class\":\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\",\"conditionRules\":[{\"class\":\"craft\\\\fields\\\\conditions\\\\OptionsFieldConditionRule\",\"uid\":\"9b052718-e3e5-4383-85f5-d5a86a53423a\",\"operator\":\"in\",\"values\":[\"campus\"],\"fieldUid\":\"97b7a37b-d105-4de1-88fa-d926557d70ad\",\"layoutElementUid\":\"19b0086c-bc10-46cc-9f45-ffc5746e8681\"}]},\"fieldUid\":\"39bc62de-ab20-40a0-9545-3e393bf8428e\",\"editCondition\":null,\"elementEditCondition\":null}]},{\"name\":\"Careers\",\"uid\":\"fc368445-917c-4ac5-83dd-33122cfba8c7\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Apploi Script\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-11T20:36:31+00:00\",\"uid\":\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"173175f0-3b3d-4e57-aaef-a35c9250b89e\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Employee Testimonials\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-03T20:54:12+00:00\",\"uid\":\"1183c802-1c51-4571-b5c9-c327cf3a5eab\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"2a960a4d-50ea-4f6e-bf3f-b19e15ca0334\",\"editCondition\":null,\"elementEditCondition\":null}]},{\"name\":\"Contact\",\"uid\":\"80e75434-ebe0-46c1-bddf-16a32570374a\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Administrator\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":50,\"dateAdded\":\"2025-04-18T17:23:22+00:00\",\"uid\":\"ab57cfd4-5e19-423b-b570-4e770a56e436\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"4dcab8b8-46c4-4f47-854c-08a8b0189307\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Admissions Director\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":50,\"dateAdded\":\"2025-08-20T21:22:17+00:00\",\"uid\":\"2c726802-f189-49e5-935d-af3557619590\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"b7982a79-4592-4a92-bd37-7b8e817fc9ce\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\Heading\",\"heading\":\"Contact Info\",\"dateAdded\":\"2025-04-18T17:15:05+00:00\",\"uid\":\"37276685-5cb2-4576-ad2a-60f414edee83\",\"userCondition\":null,\"elementCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Phone Number\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-04-18T17:15:05+00:00\",\"uid\":\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Contact Email\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-07-28T21:21:49+00:00\",\"uid\":\"31a45631-ecd4-4327-aca7-18b9d213bb16\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"86162f2a-285b-4b57-bb3a-beb2d12808fd\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Contact Form Submission Recipients\",\"instructions\":\"List of emails, separated by comma, that should receive submissions from the contact form. If left blank, defaults to the Contact Email field.\",\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-10-22T23:46:09+00:00\",\"uid\":\"d87be94b-4936-41d7-917a-18a2f21b2582\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"c5860265-5a77-4586-9efe-e48789ae4680\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"careersFormSubmissionRecipients\",\"label\":\"Careers Form Submission Recipients\",\"instructions\":\"List of emails, separated by comma, that should receive submissions from the careers form. If left blank, the recipients will fall back to the Contact Form Submission Recipients, then the Contact Email field.\",\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-21T17:39:08+00:00\",\"uid\":\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"c5860265-5a77-4586-9efe-e48789ae4680\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Address\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-04-18T17:08:56+00:00\",\"uid\":\"762be5f6-1f41-4b1a-a99f-0b59fb0cdddb\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"f5153cf4-4a67-4ccb-b641-ca7afc4703d8\",\"editCondition\":null,\"elementEditCondition\":null}]},{\"name\":\"Legal\",\"uid\":\"cfaa6b74-ad48-48a4-9046-875ed2265e59\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-23T19:48:53+00:00\",\"uid\":\"6ce2653f-cadb-4733-bde2-580e6c5ab8d7\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"9c718128-264d-4e5b-a02f-148932baf581\",\"editCondition\":null,\"elementEditCondition\":null}]},{\"name\":\"Custom Code\",\"uid\":\"fdbfd8e5-9c37-486a-b631-8b02aef61849\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-12-02T21:16:19+00:00\",\"uid\":\"1a529e59-a7aa-407e-9214-edcc5ef329bd\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"bbf5144a-81d6-4f1b-b7f5-a29402cf25bb\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-12-02T21:16:19+00:00\",\"uid\":\"b22a396c-c96e-4939-9280-595954890e1b\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"e7839bf3-348f-4558-9c54-8dee98ecc0d5\",\"editCondition\":null,\"elementEditCondition\":null}]}],\"generatedFields\":[],\"cardView\":[],\"thumbFieldKey\":null,\"cardThumbAlignment\":\"end\"}','2025-04-18 17:02:04','2026-02-26 22:07:00',NULL,'c5a24ad8-e021-4a91-904f-ff1af7d4f4c2'),
(2,'craft\\elements\\Entry','{\"tabs\":[{\"uid\":\"b5ce9df9-767a-46b3-ba07-39f4b8957e8c\",\"name\":\"Content\",\"elements\":[{\"tip\":null,\"uid\":\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\",\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"width\":100,\"handle\":null,\"warning\":null,\"fieldUid\":\"d570c87b-f321-4f3f-a998-23ca5ecc795b\",\"required\":true,\"dateAdded\":\"2025-04-18T17:49:09+00:00\",\"instructions\":null,\"editCondition\":null,\"userCondition\":null,\"elementCondition\":null},{\"tip\":null,\"uid\":\"579071f5-918a-4d7a-8c5b-98905ecbe548\",\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"width\":100,\"handle\":null,\"warning\":null,\"fieldUid\":\"7532f466-6a08-405c-920a-14b76b35b7f7\",\"required\":false,\"dateAdded\":\"2025-04-18T17:49:09+00:00\",\"instructions\":null,\"editCondition\":null,\"userCondition\":null,\"elementCondition\":null},{\"tip\":null,\"uid\":\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\",\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"width\":100,\"handle\":null,\"warning\":null,\"fieldUid\":\"d38a2885-f528-4a29-a490-9e85e95b433c\",\"required\":false,\"dateAdded\":\"2025-04-18T17:49:09+00:00\",\"instructions\":null,\"editCondition\":null,\"userCondition\":null,\"elementCondition\":null},{\"tip\":null,\"uid\":\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\",\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"width\":100,\"handle\":null,\"warning\":null,\"fieldUid\":\"7bf4c91a-fca2-4610-b9b8-f328c88243bb\",\"required\":false,\"dateAdded\":\"2025-08-20T21:19:33+00:00\",\"instructions\":null,\"editCondition\":null,\"userCondition\":null,\"elementCondition\":null}],\"userCondition\":null,\"elementCondition\":null}],\"cardView\":[\"layoutElement:579071f5-918a-4d7a-8c5b-98905ecbe548\",\"layoutElement:50d484f9-ea00-4870-8b7a-a1c7400f42ab\"],\"generatedFields\":[],\"cardThumbAlignment\":\"end\"}','2025-04-18 17:49:09','2026-02-17 14:54:55',NULL,'6997a0df-13f1-4190-bdae-16b24a8fc71a'),
(3,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"615d2907-c7bf-461a-af12-4962b9842008\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-04-18T17:50:46+00:00\",\"uid\":\"ffdd5871-4e4c-4e46-88b5-06b52502357e\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"9cb07e22-70bc-4e39-a295-eeef089bb26f\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-04-18T17:50:46+00:00\",\"uid\":\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"bf39c483-5dd6-4cf5-b808-b50b26952cff\",\"editCondition\":null}]}],\"generatedFields\":[],\"cardView\":[\"layoutElement:ffdd5871-4e4c-4e46-88b5-06b52502357e\"],\"cardThumbAlignment\":\"end\"}','2025-04-18 17:50:46','2026-02-17 14:54:55',NULL,'a09f53c0-a583-49da-9257-859b02aae42c'),
(5,'craft\\elements\\Entry','{\"tabs\":[{\"uid\":\"cf537781-1032-447a-b044-eee3eebad86a\",\"name\":\"Content\",\"elements\":[{\"tip\":null,\"uid\":\"71d07053-43eb-40fe-8f9e-ad7480cc3193\",\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"width\":100,\"handle\":null,\"warning\":null,\"fieldUid\":\"5ac48f52-3dbf-4ded-a723-39c633a04530\",\"required\":false,\"dateAdded\":\"2025-04-18T18:02:49+00:00\",\"instructions\":null,\"editCondition\":null,\"userCondition\":null,\"elementCondition\":null},{\"tip\":null,\"uid\":\"5e076972-0a7c-4184-8570-4b3688ebe3d8\",\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"width\":100,\"handle\":null,\"warning\":null,\"fieldUid\":\"0aa28749-162c-4202-90e2-ef11ac6ca04b\",\"required\":false,\"dateAdded\":\"2025-09-03T21:54:18+00:00\",\"instructions\":null,\"editCondition\":null,\"userCondition\":null,\"elementCondition\":null},{\"tip\":null,\"uid\":\"36ce0123-f0b8-45e8-bc0a-878a012a385a\",\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"width\":100,\"handle\":null,\"warning\":null,\"fieldUid\":\"84c770c5-8bc9-4206-b442-7d6a6b548d3e\",\"required\":false,\"dateAdded\":\"2025-04-18T18:02:49+00:00\",\"instructions\":null,\"editCondition\":null,\"userCondition\":null,\"elementCondition\":null}],\"userCondition\":null,\"elementCondition\":null}],\"cardView\":[\"layoutElement:5e076972-0a7c-4184-8570-4b3688ebe3d8\"],\"generatedFields\":[],\"cardThumbAlignment\":\"end\"}','2025-04-18 18:02:49','2026-02-17 14:54:55',NULL,'9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf'),
(6,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"710aa622-da18-4676-b8dc-471ccde89630\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-08-20T21:55:52+00:00\",\"uid\":\"3909b5b3-679c-40f4-a5b2-c008bc5062e3\",\"userCondition\":null,\"elementCondition\":null,\"required\":true},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-08-20T21:55:52+00:00\",\"uid\":\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"445a738e-8bab-4a24-bf33-a7b11afceee3\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Icon\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-23T20:47:41+00:00\",\"uid\":\"89752275-60b9-4b61-9143-06d0fc3bb511\",\"userCondition\":null,\"elementCondition\":{\"elementType\":\"craft\\\\elements\\\\Entry\",\"fieldContext\":\"global\",\"class\":\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\",\"conditionRules\":[{\"class\":\"craft\\\\elements\\\\conditions\\\\LevelConditionRule\",\"uid\":\"a504441b-87e9-4973-929a-1b4b9b62824e\",\"operator\":\"=\",\"value\":\"1\",\"maxValue\":\"\",\"step\":1}]},\"fieldUid\":\"6e432bdc-a0cb-468a-b5fa-846040505743\",\"editCondition\":null}]}],\"generatedFields\":[],\"cardView\":[\"slug\"],\"cardThumbAlignment\":\"end\"}','2025-04-18 18:05:18','2026-02-17 14:54:55',NULL,'e4eaa704-1c1c-4cf5-8d6f-c997d8826ede'),
(8,'craft\\elements\\Asset','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"a0d48f8b-914a-433c-aa1e-d2f5d175f002\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-04-18T18:21:51+00:00\",\"uid\":\"41dfce2b-e617-4d7a-8421-3f460a940695\",\"userCondition\":null,\"elementCondition\":null}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-04-18 18:23:05','2026-02-17 14:54:55',NULL,'ed9970c1-23a7-4edd-aab7-f91a5859e3b6'),
(9,'craft\\elements\\Asset','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"ccf8cc5f-51f8-474e-878c-cc6d576ba260\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-04-18T18:22:28+00:00\",\"uid\":\"633c31c6-0ff6-4509-a19f-cc32553d34c4\",\"userCondition\":null,\"elementCondition\":null}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-04-18 18:23:43','2026-02-17 14:54:55',NULL,'2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0'),
(10,'craft\\elements\\Asset','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"ff2ace0f-1d20-4e00-aa4c-5e5c23f6a132\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-04-18T18:22:52+00:00\",\"uid\":\"d6cccfa2-4a6e-4c87-8cf1-8f67df6db47d\",\"userCondition\":null,\"elementCondition\":null}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-04-18 18:24:09','2026-02-17 14:54:55',NULL,'f0aedc1a-6d59-41be-8b97-89d3936fb47f'),
(11,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"3fe2310e-5681-4a87-af02-358f2260b42d\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":true,\"width\":100,\"dateAdded\":\"2025-04-18T18:35:27+00:00\",\"uid\":\"af4c29fe-7284-4a39-93a8-6ee23005762f\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"87cd5c25-abe6-43a8-8f3b-216fae829f0f\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-12-02T21:51:51+00:00\",\"uid\":\"29437c89-70c6-475f-9764-66e4e0516744\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"20158055-b8b1-4e2a-bce5-439c39ff2639\",\"editCondition\":null}]}],\"generatedFields\":[],\"cardView\":[\"layoutElement:29437c89-70c6-475f-9764-66e4e0516744\"],\"cardThumbAlignment\":\"end\"}','2025-04-18 18:35:27','2026-02-17 14:54:55',NULL,'61e458c7-a268-454b-bcf6-5155d8638f31'),
(12,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"0f159085-17ef-43cd-8a89-54dcd6357024\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-07-30T20:51:23+00:00\",\"uid\":\"7d4a001a-fde5-48f4-a0d5-2ec40847ab55\",\"userCondition\":null,\"elementCondition\":null,\"required\":true},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-19T18:16:53+00:00\",\"uid\":\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"639c3b3d-645d-4707-bc83-b84415e31d4b\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-07-30T21:00:20+00:00\",\"uid\":\"aceb4af7-e092-4894-a59a-eafca28db8e2\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"1e96bc5e-27ff-49c1-8e54-6a07e2e1f983\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-19T18:27:48+00:00\",\"uid\":\"479ed735-51b9-4c23-9872-4e95d2914634\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"022a48d9-7274-4721-8b71-c04ae028d0c4\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-07-30T21:00:20+00:00\",\"uid\":\"bd5a1d46-6844-4735-ad59-9d17e566aa16\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"e47153ae-f496-47ea-bd42-4cbe37c2eb4a\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-07-30T21:00:20+00:00\",\"uid\":\"6507c83d-4852-4bbd-9fee-2e10673e660b\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"a7a04a79-fefc-427c-abb4-01b16666f479\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-07-30T21:00:20+00:00\",\"uid\":\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"7df44d22-78f0-46d5-a339-609b6b574cff\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-07-30T21:06:29+00:00\",\"uid\":\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"3665d16e-62ff-4d9e-b4cd-ca647aa723a7\",\"editCondition\":null}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-07-30 21:00:20','2026-02-17 14:54:55',NULL,'87da3bf9-cab3-40cf-b022-9a1987e44e0f'),
(13,'craft\\elements\\Asset','{\"tabs\":[{\"uid\":\"9f43d29c-89a6-47ef-b769-6898d3393cb9\",\"name\":\"Content\",\"elements\":[{\"id\":null,\"max\":null,\"min\":null,\"tip\":null,\"uid\":\"e5886a79-b2eb-4c3b-83fe-12fdc618aa8a\",\"name\":null,\"size\":null,\"step\":null,\"type\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\",\"class\":null,\"label\":null,\"title\":null,\"width\":100,\"warning\":null,\"disabled\":false,\"readonly\":false,\"dateAdded\":\"2025-07-30T20:59:34+00:00\",\"inputType\":null,\"requirable\":false,\"autocorrect\":true,\"orientation\":null,\"placeholder\":null,\"autocomplete\":false,\"instructions\":null,\"userCondition\":null,\"autocapitalize\":true,\"labelAttributes\":[],\"elementCondition\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[]}],\"userCondition\":null,\"elementCondition\":null}],\"cardView\":[],\"generatedFields\":[],\"cardThumbAlignment\":\"end\"}','2025-07-30 21:01:15','2026-02-17 14:54:55',NULL,'58f74183-9655-4c4b-9ccb-10bb7b28b4e8'),
(14,'craft\\elements\\Entry','{\"tabs\":[{\"uid\":\"aa159fe5-f7c8-48ab-94b0-a4de23c94ad2\",\"name\":\"Content\",\"elements\":[{\"tip\":null,\"uid\":\"77b43f80-b3db-4c4a-a697-e7337b02c937\",\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":null,\"width\":100,\"handle\":null,\"warning\":null,\"fieldUid\":\"d6019b3e-841d-4f7a-a94e-ad2f6e91bef7\",\"required\":false,\"dateAdded\":\"2025-08-01T18:03:53+00:00\",\"instructions\":null,\"editCondition\":null,\"userCondition\":null,\"elementCondition\":null},{\"id\":null,\"max\":null,\"min\":null,\"tip\":null,\"uid\":\"30a19cc7-2b7b-4021-a479-ed992431dfde\",\"name\":null,\"size\":null,\"step\":null,\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"class\":null,\"label\":\"Question\",\"title\":null,\"width\":100,\"warning\":null,\"disabled\":false,\"readonly\":false,\"required\":true,\"dateAdded\":\"2025-08-01T17:56:16+00:00\",\"inputType\":null,\"autocorrect\":true,\"orientation\":null,\"placeholder\":null,\"autocomplete\":false,\"instructions\":null,\"userCondition\":null,\"autocapitalize\":true,\"labelAttributes\":[],\"elementCondition\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[]},{\"tip\":null,\"uid\":\"ba4b9e07-f61a-405f-8896-aa42437b9c53\",\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"label\":\"Answer\",\"width\":100,\"handle\":null,\"warning\":null,\"fieldUid\":\"3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e\",\"required\":false,\"dateAdded\":\"2025-08-01T18:03:53+00:00\",\"instructions\":null,\"editCondition\":null,\"userCondition\":null,\"elementCondition\":null}],\"userCondition\":null,\"elementCondition\":null}],\"cardView\":[],\"generatedFields\":[],\"cardThumbAlignment\":\"end\"}','2025-08-01 17:58:01','2026-02-17 14:54:55',NULL,'68a3b335-a732-448c-8970-f81efae726da'),
(15,'craft\\elements\\Entry','{\"tabs\":[{\"uid\":\"2c103f54-8f6d-46c2-a71c-ec887be87c7f\",\"name\":\"Content\",\"elements\":[{\"id\":null,\"max\":null,\"min\":null,\"tip\":null,\"uid\":\"ed7173f5-3fdd-4a5d-b09d-f87879281cd1\",\"name\":null,\"size\":null,\"step\":null,\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"class\":null,\"label\":null,\"title\":null,\"width\":100,\"warning\":null,\"disabled\":false,\"readonly\":false,\"required\":true,\"dateAdded\":\"2025-08-01T17:57:32+00:00\",\"inputType\":null,\"autocorrect\":true,\"orientation\":null,\"placeholder\":null,\"autocomplete\":false,\"instructions\":null,\"userCondition\":null,\"autocapitalize\":true,\"labelAttributes\":[],\"elementCondition\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[]}],\"userCondition\":null,\"elementCondition\":null}],\"cardView\":[],\"generatedFields\":[],\"cardThumbAlignment\":\"end\"}','2025-08-01 17:58:40','2026-02-17 14:54:55',NULL,'32165282-e43e-44fe-b54b-bc2b6eeb313f'),
(16,'craft\\elements\\GlobalSet','{\"tabs\":[{\"name\":\"Awards\",\"uid\":\"8f6f5864-6eb9-4f27-82d1-cfd8de7d740a\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-24T18:09:36+00:00\",\"uid\":\"3269556a-bffa-4f5d-bb1f-07351390ae8d\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"8f7dc179-dcc1-4554-96b4-0517fdaeb6c0\",\"editCondition\":null}]},{\"name\":\"Careers\",\"uid\":\"b86ad47b-eda2-41b4-8e57-0c85cc6899cb\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-23T21:53:59+00:00\",\"uid\":\"4b849539-ca72-4050-a115-c66dcb211f7a\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"aa188040-a0cd-4a05-841f-95db57d3009b\",\"editCondition\":null}]},{\"name\":\"Social Links\",\"uid\":\"a9b9435b-14d1-4f05-9f67-5d148370dc45\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-02T21:50:29+00:00\",\"uid\":\"08bdc0bd-b069-4092-acf0-a644868be0ef\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"b19dc528-9b34-47e1-9984-82942fb110a7\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-02T21:50:29+00:00\",\"uid\":\"f848018e-5001-479b-8e8b-55661313d1e1\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"e72a0421-f260-4176-8544-d4a99ead3285\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-02T21:50:29+00:00\",\"uid\":\"88944c2f-1fe8-4b2a-9ead-e286abcf9631\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"556a60b8-da46-4bec-b86a-cf59a70affb4\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-02T21:50:29+00:00\",\"uid\":\"d949ad26-a1c5-46fc-8ff6-c97efaf5f3fc\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"ce93d5ce-c066-4f70-97d8-47fa8333e616\",\"editCondition\":null}]},{\"name\":\"Legal\",\"uid\":\"ba5a831e-3c79-4848-abd4-345a6064417e\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-23T18:54:08+00:00\",\"uid\":\"a06e4c6e-fc5b-40a4-aa82-05fbb047d9f0\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"5e201645-89f8-4d44-b984-3fbd3a5aed69\",\"editCondition\":null}]},{\"name\":\"Forms\",\"uid\":\"0bc520d2-a6ef-47cb-914b-6637be216ec4\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Contact Form Submission Recipients\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-10-22T23:42:05+00:00\",\"uid\":\"5c43329f-daed-4ad5-b1e3-4b2bd10679bf\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"c5860265-5a77-4586-9efe-e48789ae4680\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"volunteerFormSubmissionRecipients\",\"label\":\"Volunteer Form Submission Recipients\",\"instructions\":\"List of emails, separated by comma, that receive notifications when a Volunteer form is submitted on the Volunteer page.\",\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-12-02T21:06:23+00:00\",\"uid\":\"de5cd2d6-2676-4b3e-8ca9-a1d62bd24ffd\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"c5860265-5a77-4586-9efe-e48789ae4680\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"careersFormSubmissionRecipients\",\"label\":\"Careers Form Submission Recipients\",\"instructions\":\"List of emails, separated by comma, that receive notifications when a \\\"Send us your resume\\\" form is submitted on the corporate Careers page.\",\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-19T19:07:55+00:00\",\"uid\":\"c213756a-5264-4b55-b813-2f34e03221d9\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"c5860265-5a77-4586-9efe-e48789ae4680\",\"editCondition\":null}]},{\"name\":\"Custom Code\",\"uid\":\"02ba2faa-0440-4db0-95f9-585e0fe66ae6\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-12-02T21:15:54+00:00\",\"uid\":\"ff45e2ce-a173-4e20-83b5-99c99b1b308c\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"bbf5144a-81d6-4f1b-b7f5-a29402cf25bb\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-12-02T21:15:54+00:00\",\"uid\":\"4e3fafb9-19e2-4e8b-9016-80af2136e2ec\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"e7839bf3-348f-4558-9c54-8dee98ecc0d5\",\"editCondition\":null}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-09-02 21:50:29','2026-02-17 14:54:55',NULL,'6b27636c-785e-4aca-8b01-c115aeeb4712'),
(17,'craft\\elements\\Asset','{\"tabs\":[{\"uid\":\"624d3151-a57b-4e08-b3ac-74582d9fec14\",\"name\":\"Content\",\"elements\":[{\"id\":null,\"max\":null,\"min\":null,\"tip\":null,\"uid\":\"e0d28f66-8ebd-4537-919a-6b05146dc112\",\"name\":null,\"size\":null,\"step\":null,\"type\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\",\"class\":null,\"label\":null,\"title\":null,\"width\":100,\"warning\":null,\"disabled\":false,\"readonly\":false,\"dateAdded\":\"2025-09-03T21:54:56+00:00\",\"inputType\":null,\"requirable\":false,\"autocorrect\":true,\"orientation\":null,\"placeholder\":null,\"autocomplete\":false,\"instructions\":null,\"userCondition\":null,\"autocapitalize\":true,\"labelAttributes\":[],\"elementCondition\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[]}],\"userCondition\":null,\"elementCondition\":null}],\"cardView\":[],\"generatedFields\":[],\"cardThumbAlignment\":\"end\"}','2025-09-03 21:56:07','2026-02-17 14:54:55',NULL,'2ff10503-d1cd-4bf7-9a1d-726f32f39a91'),
(18,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"0e7bdc99-f292-4121-a7f1-ed5d0b91a882\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-09-19T17:50:37+00:00\",\"uid\":\"69440baf-c252-418f-a76d-0e4627dd45af\",\"userCondition\":null,\"elementCondition\":null,\"required\":true}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-09-19 18:49:12','2026-02-17 14:54:55',NULL,'86e88085-8458-4d70-a628-9f9425bb19c4'),
(19,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"a16a29b7-db0a-4138-a8a6-47e0d15758ee\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-09-19T17:51:27+00:00\",\"uid\":\"7219322f-6a84-476a-98e0-b11345be621d\",\"userCondition\":null,\"elementCondition\":null,\"required\":true}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-09-19 18:49:12','2026-02-17 14:54:55',NULL,'3476014c-3995-46ab-9694-cfdda412b1f7'),
(20,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"26450144-7e29-4fe9-b249-553bcd40ee7c\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-09-19T19:04:01+00:00\",\"uid\":\"b8fe44c6-3f04-4286-89c5-feb2ac5b5a45\",\"userCondition\":null,\"elementCondition\":null,\"required\":true}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-09-19 19:05:11','2026-02-17 14:54:55',NULL,'ddc8621d-b599-4d5d-9409-4f3a2371a424'),
(21,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"b9e0b193-ff53-4e8a-96ad-b98fd0f4f948\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-09-23T18:45:23+00:00\",\"uid\":\"724b3d6f-ba2f-4046-af34-2755122bf90c\",\"userCondition\":null,\"elementCondition\":null,\"required\":true},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Is the document a webpage?\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-23T18:52:45+00:00\",\"uid\":\"9cec38eb-79ed-49c5-91bc-20226553bedd\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"3a602250-c9bf-4305-8c17-b0cbe4f7f78f\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"PDF\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-23T18:52:45+00:00\",\"uid\":\"681970c0-9b7f-4dae-90d9-2db13d19dc70\",\"userCondition\":null,\"elementCondition\":{\"elementType\":\"craft\\\\elements\\\\Entry\",\"fieldContext\":\"global\",\"class\":\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\",\"conditionRules\":[{\"class\":\"craft\\\\fields\\\\conditions\\\\LightswitchFieldConditionRule\",\"uid\":\"b800f9f3-95c4-44aa-8ad5-c748d19d8af3\",\"value\":false,\"fieldUid\":\"3a602250-c9bf-4305-8c17-b0cbe4f7f78f\",\"layoutElementUid\":\"9cec38eb-79ed-49c5-91bc-20226553bedd\"}]},\"fieldUid\":\"05e9ea20-81f8-43a0-8dc8-e6563a706806\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Page Content\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-09-23T18:52:45+00:00\",\"uid\":\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\",\"userCondition\":null,\"elementCondition\":{\"elementType\":\"craft\\\\elements\\\\Entry\",\"fieldContext\":\"global\",\"class\":\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\",\"conditionRules\":[{\"class\":\"craft\\\\fields\\\\conditions\\\\LightswitchFieldConditionRule\",\"uid\":\"b608c1ef-16d0-4522-be9e-2400a68c15cf\",\"value\":true,\"fieldUid\":\"3a602250-c9bf-4305-8c17-b0cbe4f7f78f\",\"layoutElementUid\":\"9cec38eb-79ed-49c5-91bc-20226553bedd\"}]},\"fieldUid\":\"25f42247-f9f8-4f12-8119-6a4e68944f08\",\"editCondition\":null}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-09-23 20:43:33','2026-02-17 14:54:55',NULL,'7b200fad-4ab7-4181-9441-2677a744df64'),
(22,'craft\\elements\\Asset','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"ad8d2ba4-04c1-4a16-8cd6-66e13b399d84\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-09-23T20:45:12+00:00\",\"uid\":\"a2441412-502a-465c-8d89-0b9e40e3e890\",\"userCondition\":null,\"elementCondition\":null}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-09-23 21:13:00','2026-02-17 14:54:55',NULL,'b8f1f471-b216-4d51-ae02-849ceaf89992'),
(23,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"895da472-c725-4380-807c-8fe877219858\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-10-08T20:57:13+00:00\",\"uid\":\"abf0bebb-104f-4650-83d6-4dd61ea839ca\",\"userCondition\":null,\"elementCondition\":null,\"required\":true}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-10-08 22:16:36','2026-02-17 14:54:55',NULL,'098496ea-221c-4abe-8d21-a0b252ff87eb'),
(24,'craft\\elements\\Asset','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"bfe4433f-3c50-445b-b570-fb0c29f78fef\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-10-08T20:55:22+00:00\",\"uid\":\"20c81716-bf5a-46fd-bc0d-66f1c0edf187\",\"userCondition\":null,\"elementCondition\":null}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-10-08 22:16:36','2026-02-17 14:54:55',NULL,'cc4c3588-643a-44fc-a2ef-89d83fdc8660'),
(25,'craft\\elements\\Asset','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"e986b791-9ffa-4d55-9a75-bbf12e599398\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"requirable\":false,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-11-05T17:38:23+00:00\",\"uid\":\"9d1ee684-6916-4311-871a-690330c1de8c\",\"userCondition\":null,\"elementCondition\":null}]}],\"generatedFields\":[],\"cardView\":[],\"cardThumbAlignment\":\"end\"}','2025-11-05 17:39:56','2026-02-17 14:54:55',NULL,'8ea0d663-5c0c-425d-9690-4a42873a0e44'),
(26,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"15dd88ad-72fa-4cb1-8d23-fd0340542ddd\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\",\"inputType\":null,\"autocomplete\":false,\"class\":null,\"size\":null,\"name\":null,\"autocorrect\":true,\"autocapitalize\":true,\"disabled\":false,\"readonly\":false,\"title\":null,\"placeholder\":null,\"step\":null,\"min\":null,\"max\":null,\"id\":null,\"containerAttributes\":[],\"inputContainerAttributes\":[],\"labelAttributes\":[],\"orientation\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"width\":100,\"dateAdded\":\"2025-08-20T21:55:52+00:00\",\"uid\":\"ad0cb3b9-ab56-48c5-a89a-f33a439e4530\",\"userCondition\":null,\"elementCondition\":null,\"required\":true},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-08-20T21:55:52+00:00\",\"uid\":\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"445a738e-8bab-4a24-bf33-a7b11afceee3\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":\"Category\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2025-12-02T21:35:33+00:00\",\"uid\":\"660ca190-7bbc-4947-8a53-b11b96aadd87\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"0b07392c-7306-4c5c-8f75-c754cbd8570a\",\"editCondition\":null}]}],\"generatedFields\":[],\"cardView\":[\"layoutElement:a0227029-a9e4-4345-ba8a-92b8bc301fdc\",\"layoutElement:660ca190-7bbc-4947-8a53-b11b96aadd87\"],\"cardThumbAlignment\":\"end\"}','2025-12-05 18:59:08','2026-02-17 14:54:55',NULL,'3d055937-e3f3-4366-993a-e80fa203fd5a'),
(27,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"8e4c7bed-52a6-470d-bfc7-379f3ed49e23\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-06T21:58:17+00:00\",\"uid\":\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"61428653-7973-480d-a483-c67b0a2fb359\",\"editCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-01-06T21:58:17+00:00\",\"uid\":\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"ec0ae23a-d94f-4ab6-a0bf-5485161eb658\",\"editCondition\":null}]}],\"generatedFields\":[],\"cardView\":[\"layoutElement:4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\"],\"cardThumbAlignment\":\"end\"}','2026-01-06 23:15:11','2026-02-17 14:54:55',NULL,'c1331849-69de-4696-aaa6-5221c1cbb800'),
(28,'craft\\elements\\Entry','{\"tabs\":[{\"name\":\"Content\",\"uid\":\"620afbe4-69d5-4abe-84c1-9abf6802a39c\",\"userCondition\":null,\"elementCondition\":null,\"elements\":[{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"moduleTitle\",\"label\":\"Title\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":true,\"width\":100,\"dateAdded\":\"2026-02-26T21:35:44+00:00\",\"uid\":\"03cca78e-cf5c-4232-ab47-fb113803ea44\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"445a738e-8bab-4a24-bf33-a7b11afceee3\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"moduleSubtitle\",\"label\":\"Subtitle\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-02-26T21:35:44+00:00\",\"uid\":\"08870f9e-be3d-417a-bc84-e3a7b0763fc0\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"445a738e-8bab-4a24-bf33-a7b11afceee3\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":null,\"label\":null,\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-02-26T21:52:11+00:00\",\"uid\":\"4228de80-bbd6-4b3d-9852-eea7b1a0ae6f\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"48828093-c3a4-4a20-b235-4c3a7ba9a615\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"moduleYoutubeURL\",\"label\":\"Youtube URL\",\"instructions\":\"Full Youtube URL (e.g. https://www.youtube.com/watch?v=AuqReucDsUE)\",\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-02-26T21:35:44+00:00\",\"uid\":\"463c8f25-0a98-40be-8a50-46a1215c4374\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"be9ea999-6b2b-4a4b-b2fa-4b7154d24859\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"moduleListHeading\",\"label\":\"List Heading\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-02-26T21:35:44+00:00\",\"uid\":\"3e55b84e-38e4-496b-932d-4312ba3f27ad\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"445a738e-8bab-4a24-bf33-a7b11afceee3\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"moduleListItems\",\"label\":\"List Items\",\"instructions\":\"Separate each item with a line break\",\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-02-26T21:35:44+00:00\",\"uid\":\"4957c922-2e3d-4993-8f15-721c7a008474\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"445a738e-8bab-4a24-bf33-a7b11afceee3\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"moduleBody\",\"label\":\"Body Text\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-02-26T21:35:44+00:00\",\"uid\":\"b35c7573-3db1-45cf-8914-f29c4ffde63a\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"445a738e-8bab-4a24-bf33-a7b11afceee3\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"moduleCtaHeading\",\"label\":\"CTA Heading\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-02-26T21:35:44+00:00\",\"uid\":\"8dae36aa-8ebb-4f50-b820-d16dcdc11b70\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"445a738e-8bab-4a24-bf33-a7b11afceee3\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"moduleCtaText\",\"label\":\"CTA Text\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-02-26T21:35:44+00:00\",\"uid\":\"aa537b71-6b57-4fa2-a023-9deb4d796cda\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"445a738e-8bab-4a24-bf33-a7b11afceee3\",\"editCondition\":null,\"elementEditCondition\":null},{\"type\":\"craft\\\\fieldlayoutelements\\\\CustomField\",\"handle\":\"moduleCtaURL\",\"label\":\"CTA Link URL\",\"instructions\":null,\"tip\":null,\"warning\":null,\"required\":false,\"width\":100,\"dateAdded\":\"2026-02-26T21:35:44+00:00\",\"uid\":\"5b8e72ad-ed37-460b-bccf-ada69c240959\",\"userCondition\":null,\"elementCondition\":null,\"fieldUid\":\"be9ea999-6b2b-4a4b-b2fa-4b7154d24859\",\"editCondition\":null,\"elementEditCondition\":null}]}],\"generatedFields\":[],\"cardView\":[\"layoutElement:08870f9e-be3d-417a-bc84-e3a7b0763fc0\",\"layoutElement:aa537b71-6b57-4fa2-a023-9deb4d796cda\"],\"thumbFieldKey\":null,\"cardThumbAlignment\":\"end\"}','2026-02-26 22:07:00','2026-02-26 22:07:00',NULL,'e4fd6398-19bf-4926-91bf-19de23f5d5fd');
/*!40000 ALTER TABLE `fieldlayouts` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `fields`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `fields` WRITE;
/*!40000 ALTER TABLE `fields` DISABLE KEYS */;
INSERT INTO `fields` VALUES
(1,'Location Name','locationName','global',NULL,'Full location name',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-04-18 17:07:18','2025-04-18 17:08:47',NULL,'9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39'),
(2,'Location Address','locationAddress','global',NULL,'Enter the address of the location. The latitude/longitude will be retrieved for the location finder plugin.',0,'none',NULL,'doublesecretagency\\googlemaps\\fields\\AddressField','{\"coordinatesDefault\":{\"lat\":\"39.6767382\",\"lng\":\"-72.8006089\",\"zoom\":\"6\"},\"coordinatesMode\":\"readOnly\",\"dragPinDefault\":null,\"dragPinLatitude\":null,\"dragPinLongitude\":null,\"dragPinZoom\":null,\"layout\":null,\"mapOnSearch\":\"open\",\"mapOnStart\":\"default\",\"requireCoordinates\":true,\"showMap\":false,\"subfieldConfig\":[{\"handle\":\"name\",\"label\":\"Name\",\"width\":100,\"enabled\":false,\"autocomplete\":false,\"required\":false},{\"handle\":\"street1\",\"label\":\"Street Address\",\"width\":100,\"enabled\":true,\"autocomplete\":true,\"required\":false},{\"handle\":\"street2\",\"label\":\"Apartment or Suite\",\"width\":100,\"enabled\":true,\"autocomplete\":false,\"required\":false},{\"handle\":\"city\",\"label\":\"City\",\"width\":50,\"enabled\":true,\"autocomplete\":false,\"required\":false},{\"handle\":\"state\",\"label\":\"State\",\"width\":15,\"enabled\":true,\"autocomplete\":false,\"required\":false},{\"handle\":\"zip\",\"label\":\"Zip Code\",\"width\":35,\"enabled\":true,\"autocomplete\":false,\"required\":false},{\"handle\":\"neighborhood\",\"label\":\"Neighborhood\",\"width\":100,\"enabled\":false,\"autocomplete\":false,\"required\":false},{\"handle\":\"county\",\"label\":\"County or District\",\"width\":100,\"enabled\":false,\"autocomplete\":false,\"required\":false},{\"handle\":\"country\",\"label\":\"Country\",\"width\":100,\"enabled\":false,\"autocomplete\":false,\"required\":false},{\"handle\":\"countryCode\",\"label\":\"Country Code\",\"width\":100,\"enabled\":false,\"autocomplete\":false,\"required\":false},{\"handle\":\"placeId\",\"label\":\"Place ID\",\"width\":100,\"enabled\":false,\"autocomplete\":false,\"required\":false}],\"visibilityToggle\":\"both\"}','2025-04-18 17:07:50','2025-09-23 20:43:33',NULL,'f5153cf4-4a67-4ccb-b641-ca7afc4703d8'),
(3,'Location Phone Number','locationPhoneNumber','global',NULL,'Primary contact phone number',0,'none',NULL,'rynpsc\\phonenumber\\fields\\PhoneNumberField','{\"defaultRegion\":\"US\",\"previewFormat\":\"national\"}','2025-04-18 17:10:34','2025-04-18 17:18:13',NULL,'a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa'),
(4,'Location Domain Name','locationDomainName','global',NULL,'Domain name including .com extension (e.g. ccarbors.com)',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-04-18 17:11:36','2025-04-18 17:18:55',NULL,'137a3fcf-0592-4113-8715-fd7e5a291e18'),
(7,'Location Awards','locationAwards','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"selectionLabel\":\"Add Awards\",\"showCardsInGrid\":true,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:51dad8d7-a530-45be-ad34-d6c3512d35ea\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"cards\"}','2025-04-18 17:15:01','2025-09-03 22:00:12',NULL,'90a5627f-caa8-4026-8b42-272b1a2b1a2c'),
(9,'Location Administrator','locationAdministrator','global',NULL,NULL,0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"Add administrator\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"dec78b2b-1a45-4ace-9311-795453661ad7\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":1,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":true,\"viewMode\":\"cards\"}','2025-04-18 17:21:30','2025-09-03 22:28:45',NULL,'4dcab8b8-46c4-4f47-854c-08a8b0189307'),
(10,'Location Client Testimonials','locationClientTestimonials','global',NULL,'Testimonials from patients and families. Appears on location\'s home page.',0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"Add client testimonial\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"a6756e8a-066a-4269-b680-7a33298ed4d1\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":null,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":true,\"viewMode\":\"cards\"}','2025-04-18 17:21:51','2025-09-03 20:53:22',NULL,'e7728413-04f7-4590-aca9-17a60cb83c99'),
(12,'Location Menu','locationMenu','global',NULL,'Spreadsheet or PDF of the menu. Shown on the What to Expect page.',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"excel\",\"pdf\",\"word\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Select menu\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-04-18 17:28:41','2025-10-10 18:21:43',NULL,'4441d9ef-981a-4f3c-ab1e-4fc9c9286394'),
(13,'Location Activities Calendar','locationActivitiesCalendar','global',NULL,'PDF of the current activities calendar. Shown on the What to Expect page.',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"excel\",\"pdf\",\"word\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:33b65080-b1c4-49e9-b80d-e52938c9330e\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Select activities calendar\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-04-18 17:29:46','2025-09-03 19:59:48',NULL,'e82ae2c9-4040-4a91-bb2b-b76aecb4ca12'),
(15,'Location Amenities','locationAmenities','global',NULL,'Amenities listed on What we Offer page',0,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"selectionLabel\":\"Select amenities\",\"showCardsInGrid\":true,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:3fadc618-9442-45c0-af44-10fde8f6a0db\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"cards\"}','2025-04-18 17:36:39','2025-09-02 22:27:42',NULL,'f782dbee-0762-4322-b57e-041ca6f821cc'),
(16,'Location Home Hero Photo','locationHomeHeroPhoto','global',NULL,'Images in gallery at top of location home page',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"image\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"previewMode\":\"thumbs\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:33b65080-b1c4-49e9-b80d-e52938c9330e\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Select images\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"large\"}','2025-04-18 17:41:01','2025-09-02 20:39:13',NULL,'231aa49d-5a94-4f62-b3c3-a2960dc2e521'),
(20,'Team Member Name','teamMemberName','global',NULL,'Full name of team member',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-04-18 17:48:10','2025-04-18 17:48:10',NULL,'d570c87b-f321-4f3f-a998-23ca5ecc795b'),
(21,'Team Member Title','teamMemberTitle','global',NULL,NULL,0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-04-18 17:48:21','2025-04-18 17:48:21',NULL,'7532f466-6a08-405c-920a-14b76b35b7f7'),
(22,'Team Member Photo','teamMemberPhoto','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"image\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:2d194696-8755-440c-84b4-86aa817e2edc\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"previewMode\":\"thumbs\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:33b65080-b1c4-49e9-b80d-e52938c9330e\",\"restrictedLocationSubpath\":null,\"selectionLabel\":null,\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:2d194696-8755-440c-84b4-86aa817e2edc\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"large\"}','2025-04-18 17:48:50','2025-09-03 22:27:01',NULL,'d38a2885-f528-4a29-a490-9e85e95b433c'),
(23,'Testimonial Quote','testimonialQuote','global',NULL,NULL,0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":3,\"multiline\":true,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-04-18 17:49:52','2025-09-03 21:07:46',NULL,'9cb07e22-70bc-4e39-a295-eeef089bb26f'),
(24,'Testimonial Source','testimonialSource','global',NULL,'Name of the testimonial source',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-04-18 17:50:33','2025-04-18 17:50:33',NULL,'bf39c483-5dd6-4cf5-b808-b50b26952cff'),
(27,'Award Title','awardTitle','global',NULL,NULL,0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-04-18 18:02:02','2025-04-18 18:02:02',NULL,'5ac48f52-3dbf-4ded-a723-39c633a04530'),
(30,'Amenity Name','amenityName','global',NULL,NULL,0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-04-18 18:35:19','2025-04-18 18:35:19',NULL,'87cd5c25-abe6-43a8-8f3b-216fae829f0f'),
(31,'Location Email','locationEmail','global',NULL,'Contact email for location',0,'none',NULL,'craft\\fields\\Email','{\"placeholder\":null}','2025-07-28 21:19:01','2025-07-28 21:19:01',NULL,'86162f2a-285b-4b57-bb3a-beb2d12808fd'),
(32,'Location Clinical Capabilities','locationClinicalCapabilities','global',NULL,'Clinical capabilities used for filtering in the location finder',0,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"selectionLabel\":\"Select clinical capabilities\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:6f5b79ab-3d7f-4d92-af86-78f65b61b547\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-07-28 21:21:43','2025-09-19 19:09:54',NULL,'b60e6197-d021-4c58-9909-6b00ba350db2'),
(33,'Location Services Offered','locationServicesOffered','global',NULL,'Services offered at this location. Used for filtering in Location finder dropdown. Also used to determine service pages for Campus facilities.',0,'none',NULL,'craft\\fields\\MultiSelect','{\"customOptions\":false,\"options\":[{\"label\":\"Residential Care\",\"value\":\"residentialCare\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"},{\"label\":\"Assisted Living\",\"value\":\"assistedLiving\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"},{\"label\":\"Post-Acute Care and Skilled Nursing\",\"value\":\"postAcuteCare\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"},{\"label\":\"Long-Term Care\",\"value\":\"longTermCare\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"}]}','2025-07-29 20:35:36','2025-12-05 18:59:08',NULL,'a025bb40-3b47-4bae-93cc-e54f3d76edb1'),
(34,'Article Category','articleCategory','global',NULL,'Select one category for this article.',0,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":1,\"selectionLabel\":\"Select category\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:a89fe614-b20b-4da6-89a4-aeaa99b16003\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-07-30 20:55:33','2025-09-19 18:49:12',NULL,'e47153ae-f496-47ea-bd42-4cbe37c2eb4a'),
(35,'Article Topics','articleTopics','global',NULL,'Select one or more topics.',1,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"selectionLabel\":\"Select topics\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:35c8d955-1942-40c5-bb74-a49cfb451be2\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-07-30 20:56:53','2025-09-19 18:49:12',NULL,'a7a04a79-fefc-427c-abb4-01b16666f479'),
(36,'Article Excerpt','articleExcerpt','global',NULL,'1-2 sentences displayed under article thumbnail on resources/category/topic/search pages.',1,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":2,\"multiline\":true,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-07-30 20:57:36','2025-09-19 18:49:12',NULL,'7df44d22-78f0-46d5-a339-609b6b574cff'),
(37,'Article Thumbnail','articleThumbnail','global',NULL,'Thumbnail image for an article. Crop to a 2:1 aspect ratio.',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":null,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:24150b0d-5fb2-445d-96d5-60583c2adcae\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"previewMode\":\"thumbs\",\"restrictFiles\":false,\"restrictLocation\":true,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:24150b0d-5fb2-445d-96d5-60583c2adcae\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Add thumbnail\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:24150b0d-5fb2-445d-96d5-60583c2adcae\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"large\"}','2025-07-30 21:00:08','2025-09-04 22:50:00',NULL,'1e96bc5e-27ff-49c1-8e54-6a07e2e1f983'),
(38,'Article Content','articleContent','global',NULL,NULL,1,'none',NULL,'craft\\ckeditor\\Field','{\"availableTransforms\":\"\",\"availableVolumes\":[\"24150b0d-5fb2-445d-96d5-60583c2adcae\"],\"characterLimit\":null,\"ckeConfig\":\"3a618d1e-ee6f-4c89-8daf-12ca493c4d04\",\"createButtonLabel\":null,\"defaultTransform\":null,\"expandEntryButtons\":false,\"fullGraphqlData\":true,\"parseEmbeds\":false,\"purifierConfig\":null,\"purifyHtml\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"showWordCount\":false,\"sourceEditingGroups\":[\"__ADMINS__\"],\"wordLimit\":null}','2025-07-30 21:06:25','2025-09-04 22:50:00',NULL,'3665d16e-62ff-4d9e-b4cd-ca647aa723a7'),
(39,'FAQ Section','faqSection','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":1,\"selectionLabel\":\"Select section\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":false,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:d9c1e8cf-5131-47e5-a788-544636e9310c\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-08-01 18:03:21','2025-08-01 18:03:21',NULL,'d6019b3e-841d-4f7a-a94e-ad2f6e91bef7'),
(40,'FAQ Answer','faqAnswer','global',NULL,NULL,0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":true,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-08-01 18:03:42','2025-08-01 18:03:42',NULL,'3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e'),
(41,'Location Short Name','locationShortName','global',NULL,'Short version of location name, without \"Complete Care at\"',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-08-20 18:04:12','2025-08-20 18:04:12',NULL,'2b97fc7e-78df-4428-b0e6-6f391ec89c4b'),
(42,'Location Type','locationType','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Dropdown','{\"customOptions\":false,\"options\":[{\"label\":\"Residential Care\",\"value\":\"residential\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"},{\"label\":\"Post-Acute, Skilled Nursing, and Long-Term Care\",\"value\":\"ltc\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"},{\"label\":\"Assisted Living\",\"value\":\"assistedLiving\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"},{\"label\":\"Campus\",\"value\":\"campus\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"}]}','2025-08-20 18:12:39','2025-09-11 18:38:00',NULL,'97b7a37b-d105-4de1-88fa-d926557d70ad'),
(43,'Team Member Email','teamMemberEmail','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Email','{\"placeholder\":null}','2025-08-20 21:19:17','2025-08-20 21:19:17',NULL,'7bf4c91a-fca2-4610-b9b8-f328c88243bb'),
(44,'Location Admissions Director','locationAdmissionsDirector','global',NULL,NULL,0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"Add admissions director\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"dec78b2b-1a45-4ace-9311-795453661ad7\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":1,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":true,\"viewMode\":\"cards\"}','2025-08-20 21:20:55','2025-09-03 22:28:38',NULL,'b7982a79-4592-4a92-bd37-7b8e817fc9ce'),
(45,'Text','text','global',NULL,NULL,0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":true,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-08-20 21:55:30','2025-08-20 21:55:30',NULL,'445a738e-8bab-4a24-bf33-a7b11afceee3'),
(46,'Location Advanced Services','locationAdvancedServices','global',NULL,'Advanced Programs offered by this location',0,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"selectionLabel\":\"Select advanced programs\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:125b64c8-3562-4408-be2f-a4938ac4d403\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-08-20 22:15:14','2025-09-19 18:49:12',NULL,'c5628b2c-9a02-4bc4-bba0-65252ca02baf'),
(47,'Location Advanced Services Flyer','locationAdvancedServicesFlyer','global',NULL,'PDF flyer for advanced services. Available for download under \"Post-Acute Care and Skilled Nursing Services\" on the location services page.',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"pdf\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Add flyer\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-09-02 21:12:42','2025-09-19 18:49:12',NULL,'3e660e99-6233-4c62-82ee-26f0c6429a64'),
(48,'Location Facebook','locationFacebook','global',NULL,'Link to facility Facebook page',0,'none',NULL,'craft\\fields\\Link','{\"fullGraphqlData\":true,\"maxLength\":255,\"showLabelField\":false,\"typeSettings\":{\"url\":{\"allowRootRelativeUrls\":\"\",\"allowAnchors\":\"\",\"allowCustomSchemes\":\"\"}},\"types\":[\"url\"]}','2025-09-02 21:41:55','2025-10-08 22:16:35',NULL,'23a92ec7-9124-476a-909d-8e9953d34f5a'),
(49,'Location Glassdoor','locationGlassdoor','global',NULL,'Link to facility Glassdoor page',0,'none',NULL,'craft\\fields\\Link','{\"fullGraphqlData\":true,\"maxLength\":255,\"showLabelField\":false,\"typeSettings\":{\"url\":{\"allowRootRelativeUrls\":\"\",\"allowAnchors\":\"\",\"allowCustomSchemes\":\"\"}},\"types\":[\"url\"]}','2025-09-02 21:42:35','2025-09-02 21:42:35',NULL,'7fd6b70b-8a4f-42d2-a422-93f31bcdfea9'),
(50,'Location LinkedIn','locationLinkedin','global',NULL,'Link to facility LInkedIn page',0,'none',NULL,'craft\\fields\\Link','{\"fullGraphqlData\":true,\"maxLength\":255,\"showLabelField\":false,\"typeSettings\":{\"url\":{\"allowRootRelativeUrls\":\"\",\"allowAnchors\":\"\",\"allowCustomSchemes\":\"\"}},\"types\":[\"url\"]}','2025-09-02 21:42:50','2025-09-02 21:42:50',NULL,'2d2268d6-3791-484b-afb2-5ffb3ff2a757'),
(51,'Corporate Facebook','corporateFacebook','global',NULL,'Link to Complete Care Facebook page',0,'none',NULL,'craft\\fields\\Link','{\"fullGraphqlData\":true,\"maxLength\":255,\"showLabelField\":false,\"typeSettings\":{\"url\":{\"allowRootRelativeUrls\":\"\",\"allowAnchors\":\"\",\"allowCustomSchemes\":\"\"}},\"types\":[\"url\"]}','2025-09-02 21:48:20','2025-09-02 21:50:27',NULL,'e72a0421-f260-4176-8544-d4a99ead3285'),
(52,'Corporate TikTok','corporateTiktok','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Link','{\"fullGraphqlData\":true,\"maxLength\":255,\"showLabelField\":false,\"typeSettings\":{\"url\":{\"allowRootRelativeUrls\":\"\",\"allowAnchors\":\"\",\"allowCustomSchemes\":\"\"}},\"types\":[\"url\"]}','2025-09-02 21:49:20','2025-09-02 21:49:20',NULL,'ce93d5ce-c066-4f70-97d8-47fa8333e616'),
(53,'Corporate Instagram','corporateInstagram','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Link','{\"fullGraphqlData\":true,\"maxLength\":255,\"showLabelField\":false,\"typeSettings\":{\"url\":{\"allowRootRelativeUrls\":\"\",\"allowAnchors\":\"\",\"allowCustomSchemes\":\"\"}},\"types\":[\"url\"]}','2025-09-02 21:49:34','2025-09-02 21:49:34',NULL,'556a60b8-da46-4bec-b86a-cf59a70affb4'),
(54,'Corporate LinkedIn','corporateLinkedin','global',NULL,'Link to Complete Care LinkedIn page',0,'none',NULL,'craft\\fields\\Link','{\"fullGraphqlData\":true,\"maxLength\":255,\"showLabelField\":false,\"typeSettings\":{\"url\":{\"allowRootRelativeUrls\":\"\",\"allowAnchors\":\"\",\"allowCustomSchemes\":\"\"}},\"types\":[\"url\"]}','2025-09-02 21:50:17','2025-09-02 21:53:13',NULL,'b19dc528-9b34-47e1-9984-82942fb110a7'),
(55,'Location Concierge','locationConcierge','global',NULL,'Concierge team member. If set, the Concierge Services module is shown on the What We Offer page.',0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"Set concierge\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"dec78b2b-1a45-4ace-9311-795453661ad7\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":1,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":false,\"viewMode\":\"cards\"}','2025-09-02 22:57:56','2025-09-02 22:58:32',NULL,'2230bd3c-440f-4bb0-9d65-8c5cd72213ce'),
(56,'Location Employee Testimonials','locationEmployeeTestimonials','global',NULL,'Testimonials from employees. Appears on the location\'s careers page.',0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"Add employee testimonial\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"a6756e8a-066a-4269-b680-7a33298ed4d1\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":null,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":true,\"viewMode\":\"cards\"}','2025-09-03 20:53:14','2025-09-23 21:56:09',NULL,'2a960a4d-50ea-4f6e-bf3f-b19e15ca0334'),
(57,'Location Gallery','locationGallery','global',NULL,'Photos in gallery on What We Offer page',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"image\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:33b65080-b1c4-49e9-b80d-e52938c9330e\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Add photo\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":false,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-09-03 21:15:29','2025-09-03 21:15:29',NULL,'822258bf-5220-48d0-b98f-1c0f7d4d397c'),
(58,'Award Image','awardImage','global',NULL,'Square image with logo/badge of award centered inside.',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"image\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:9e9d35a0-4282-47e5-b4bd-17b167a746a7\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:33b65080-b1c4-49e9-b80d-e52938c9330e\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Add image\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:9e9d35a0-4282-47e5-b4bd-17b167a746a7\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"large\"}','2025-09-03 21:54:15','2025-09-03 22:13:27',NULL,'0aa28749-162c-4202-90e2-ef11ac6ca04b'),
(59,'Location Type Text','locationTypeText','global',NULL,'e.g. Assisted Living / Post-Acute Care, Skilled Nursing, and Long-Term Care / Residential Care',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-09-04 22:50:00','2025-09-04 22:50:00',NULL,'4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a'),
(60,'Location Apploi Script','locationApploiScript','global',NULL,'Script used to embed job listings from Apploi.\r\ne.g. <script src=\"https://apploi.link/Complete_Care_at_Arbors-career-page\"></script>',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-09-11 20:36:07','2025-09-11 20:40:25',NULL,'173175f0-3b3d-4e57-aaef-a35c9250b89e'),
(61,'Featured Article','featuredArticle','global',NULL,'Sets the article to appear at the top of the Resources page. Only one article can be featured at a time; the most recent one takes precedence.',0,'none',NULL,'craft\\fields\\Lightswitch','{\"default\":false,\"offLabel\":null,\"onLabel\":\"Featured\"}','2025-09-19 18:49:12','2025-09-19 18:49:12',NULL,'639c3b3d-645d-4707-bc83-b84415e31d4b'),
(62,'Article YouTube Video','articleYoutubeVideo','global',NULL,'(Optional) Full URL link to a YouTube video (e.g. https://www.youtube.com/watch?v=AuqReucDsUE). A play button will be overlaid on the article thumbnail.',0,'none',NULL,'craft\\fields\\Link','{\"fullGraphqlData\":true,\"maxLength\":255,\"showLabelField\":false,\"typeSettings\":{\"url\":{\"allowRootRelativeUrls\":\"\",\"allowAnchors\":\"\",\"allowCustomSchemes\":\"\"}},\"types\":[\"url\"]}','2025-09-19 18:49:12','2025-09-19 18:49:12',NULL,'022a48d9-7274-4721-8b71-c04ae028d0c4'),
(64,'Location Legal Documents','locationLegalDocuments','global',NULL,'Legal documents specific to this location. Links will appear in the footer.',0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"Add legal document\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"9dd9ef46-c081-4e4f-97bf-94bcc70185a4\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":null,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":true,\"viewMode\":\"cards\"}','2025-09-23 20:43:33','2025-09-23 20:43:33',NULL,'9c718128-264d-4e5b-a02f-148932baf581'),
(65,'Legal Documents','legalDocuments','global',NULL,'Add and rearrange legal documents (webpages or PDFs). Links will appear in footer.',0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"Add legal document\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"9dd9ef46-c081-4e4f-97bf-94bcc70185a4\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":null,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":true,\"viewMode\":\"cards\"}','2025-09-23 20:43:33','2025-09-23 20:43:33',NULL,'5e201645-89f8-4d44-b984-3fbd3a5aed69'),
(66,'Legal PDF','legalPdf','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"pdf\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:19c8484a-d355-4296-9e46-757d9d673a5b\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Add PDF\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:19c8484a-d355-4296-9e46-757d9d673a5b\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-09-23 20:43:33','2025-11-05 17:41:13',NULL,'05e9ea20-81f8-43a0-8dc8-e6563a706806'),
(67,'Legal Page Type','legalPageType','global',NULL,'If enabled, the link will lead to a page on the website, rather than a downloaded PDF.',0,'none',NULL,'craft\\fields\\Lightswitch','{\"default\":false,\"offLabel\":\"Downloadable PDF\",\"onLabel\":\"Webpage\"}','2025-09-23 20:43:33','2025-09-23 20:43:33',NULL,'3a602250-c9bf-4305-8c17-b0cbe4f7f78f'),
(68,'Legal Page Content','legalPageContent','global',NULL,'Text content if legal page should appear as a page rather than as a downloadable PDF.',0,'none',NULL,'craft\\ckeditor\\Field','{\"availableTransforms\":\"\",\"availableVolumes\":\"\",\"characterLimit\":null,\"ckeConfig\":\"3a618d1e-ee6f-4c89-8daf-12ca493c4d04\",\"createButtonLabel\":null,\"defaultTransform\":null,\"expandEntryButtons\":false,\"fullGraphqlData\":true,\"parseEmbeds\":false,\"purifierConfig\":null,\"purifyHtml\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"showWordCount\":false,\"sourceEditingGroups\":[\"__ADMINS__\"],\"wordLimit\":null}','2025-09-23 20:43:33','2025-09-23 20:43:33',NULL,'25f42247-f9f8-4f12-8119-6a4e68944f08'),
(69,'Service Icon','serviceIcon','global',NULL,'Square icon; only used on service categories, not individual services.',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":null,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":false,\"restrictLocation\":true,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:26cf8547-50c3-47c9-b86a-32e1a7b2c146\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Add icon\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":false,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":\"*\",\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"large\"}','2025-09-23 21:13:00','2025-09-23 21:13:00',NULL,'6e432bdc-a0cb-468a-b5fa-846040505743'),
(70,'Employee Testimonials','employeeTestimonials','global',NULL,'Employee testimonials shown on the Careers page on the corporate site.',0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"Add testimonial\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"a6756e8a-066a-4269-b680-7a33298ed4d1\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":null,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":true,\"viewMode\":\"cards\"}','2025-09-23 21:56:09','2025-09-23 21:56:09',NULL,'aa188040-a0cd-4a05-841f-95db57d3009b'),
(71,'Corporate Awards','corporateAwards','global',NULL,'Award images that appear in marquee on corporate home page.',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"image\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:9e9d35a0-4282-47e5-b4bd-17b167a746a7\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Add award\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":false,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:9e9d35a0-4282-47e5-b4bd-17b167a746a7\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"large\"}','2025-09-24 18:07:16','2025-09-24 18:07:16',NULL,'8f7dc179-dcc1-4554-96b4-0517fdaeb6c0'),
(72,'Location Brochure','locationBrochure','global',NULL,'PDF brochure linked in the hero and the \"Our resident experience\" module for Assisted Living and Residential Care facilities (standalone or in a campus).',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"pdf\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Add Brochure PDF\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-10-10 18:21:43','2025-12-05 18:59:08',NULL,'c02b464e-3121-4f6c-8627-2ab46957f231'),
(73,'Form Submission Recipients','formSubmissionRecipients','global',NULL,'List of emails, separated by comma, that receive notifications when a contact form is submitted.',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-10-22 23:41:45','2025-12-05 18:59:08',NULL,'c5860265-5a77-4586-9efe-e48789ae4680'),
(74,'Location Floor Plan','locationFloorPlan','global',NULL,'PDF Floor Plan file linked in the \"Our Resident Experience\" section of Assisted Living and Residential Care facilities.',0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":[\"pdf\"],\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":true,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Add Floor Plan PDF\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":false,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-12-05 18:59:08','2025-12-05 18:59:08',NULL,'e50b47d2-bda6-4802-8a46-59dadf5a2bfd'),
(75,'Hidden Amenities','hiddenAmenities','global',NULL,'Default amenities (Entries > Amenities) to be hidden for this location.',0,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"selectionLabel\":\"Select amenities to hide\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:3fadc618-9442-45c0-af44-10fde8f6a0db\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-12-05 18:59:08','2025-12-05 18:59:08',NULL,'c8230ab3-2ab6-41d2-b7b9-db680b3b22e1'),
(76,'Custom Code in <body>','customCodeBody','global',NULL,'Custom code to be added to the <body> section of the HTML.',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":true,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-12-05 18:59:08','2025-12-05 18:59:08',NULL,'e7839bf3-348f-4558-9c54-8dee98ecc0d5'),
(77,'Custom Amenities','customAmenities','global',NULL,'Amenities unique to this location that don\'t exist under Entries > Amenities.',0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"New custom amenity\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"0b290b97-9097-4f60-83d4-8aa281cc9c30\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":null,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":true,\"viewMode\":\"cards\"}','2025-12-05 18:59:08','2025-12-05 18:59:08',NULL,'44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7'),
(78,'Service Category','serviceCategory','global',NULL,'The category that contains this service.',0,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"selectionCondition\":{\"elementType\":\"craft\\\\elements\\\\Entry\",\"fieldContext\":\"global\",\"class\":\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\",\"conditionRules\":[{\"class\":\"craft\\\\elements\\\\conditions\\\\LevelConditionRule\",\"uid\":\"78303b2a-1f59-4338-85dd-c78bd5f02b5e\",\"operator\":\"=\",\"value\":\"1\",\"maxValue\":\"\",\"step\":1}]},\"selectionLabel\":null,\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":false,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:268484a1-5b08-4919-b708-83d848af1f81\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-12-05 18:59:08','2025-12-05 18:59:08',NULL,'0b07392c-7306-4c5c-8f75-c754cbd8570a'),
(79,'Custom Code in <head>','customCodeHead','global',NULL,'Custom code to be added to the <head> section of the HTML.',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":true,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-12-05 18:59:08','2025-12-05 18:59:08',NULL,'bbf5144a-81d6-4f1b-b7f5-a29402cf25bb'),
(80,'Amenity Description','amenityDescription','global',NULL,'One sentence description of amenity',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":null,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":null,\"uiMode\":\"normal\"}','2025-12-05 18:59:08','2025-12-05 18:59:08',NULL,'20158055-b8b1-4e2a-bce5-439c39ff2639'),
(81,'Custom Services','customServices','global',NULL,'Services unique to this location that don\'t exist under Entries > Amenities.',0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"Add custom service\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"18e76e52-34d7-4acf-9fb9-ee8c6712b255\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":null,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":true,\"viewMode\":\"cards\"}','2025-12-05 18:59:08','2025-12-05 18:59:08',NULL,'c9efd18d-8f53-4c93-b93e-1ec7069f9f69'),
(82,'Hidden Services','hiddenServices','global',NULL,'Default services (Entries > Services) to be hidden for this location.',0,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":null,\"minRelations\":null,\"selectionCondition\":{\"elementType\":\"craft\\\\elements\\\\Entry\",\"fieldContext\":\"global\",\"class\":\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\",\"conditionRules\":[{\"class\":\"craft\\\\elements\\\\conditions\\\\LevelConditionRule\",\"uid\":\"b31e7444-3d89-4caa-b0c4-017a5dca48b1\",\"operator\":\"=\",\"value\":\"2\",\"maxValue\":\"\",\"step\":1}]},\"selectionLabel\":\"Select services to hide\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":true,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:268484a1-5b08-4919-b708-83d848af1f81\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2025-12-05 18:59:08','2025-12-05 18:59:08',NULL,'63a3000b-a74b-4a62-bc67-ca63ae006d81'),
(83,'Sister Location','sisterLocation','global',NULL,'(If applicable) set a sister location to be linked to from the services, WTE, and contact pages.',0,'none',NULL,'craft\\fields\\Entries','{\"allowSelfRelations\":false,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"selectionLabel\":\"Select location\",\"showCardsInGrid\":false,\"showSearchInput\":true,\"showSiteMenu\":false,\"showUnpermittedEntries\":false,\"showUnpermittedSections\":false,\"sources\":[\"section:18ba8dad-e4b1-48f0-8ffa-542f478f87ae\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2026-01-06 21:31:52','2026-01-06 21:31:52',NULL,'bb913d9b-86fc-4067-8491-d1e345343e2b'),
(84,'Amenities','amenitiesTable','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Table','{\"addRowLabel\":\"Add amenity\",\"columns\":{\"col1\":{\"heading\":\"Title\",\"handle\":\"title\",\"width\":\"\",\"type\":\"singleline\"},\"col2\":{\"heading\":\"Description\",\"handle\":\"description\",\"width\":\"\",\"type\":\"singleline\"}},\"defaults\":[{\"col1\":\"Comfortable Rooms\",\"col2\":\"Spacious accommodations with cozy touches and complimentary wifi\"},{\"col1\":\"Chef-Inspired Dining\",\"col2\":\"Restaurant-style, dietician-approved meals\"},{\"col1\":\"Healing Environments\",\"col2\":\"Relaxing common spaces & amenities designed for well-being\"},{\"col1\":\"Concierge Services\",\"col2\":\"Dedicated staff to guide admissions, housekeeping\\/laundry, family visits & personal requests\"},{\"col1\":\"Personalized Wellness\",\"col2\":\"Therapy gym, and beauty\\/barber services to feel your best\"},{\"col1\":\"Engaging Lifestyle\",\"col2\":\"Daily activities, live entertainment and tailored recreation\"},{\"col1\":\"Clinical Excellence\",\"col2\":\"Specialty program and advanced capabilities\"},{\"col1\":\"Moments that Matter\",\"col2\":\"Welcome gifts, birthday celebrations & hospitality touches\"},{\"col1\":\"Trusted Reputation\",\"col2\":\"Award-winning programs and strong patient outcomes\"}],\"maxRows\":null,\"minRows\":null,\"staticRows\":false}','2026-01-06 21:31:52','2026-01-06 21:31:52',NULL,'ec0ae23a-d94f-4ab6-a0bf-5485161eb658'),
(85,'Campus Service Page','campusServicePage','global',NULL,'Relevant service page',0,'none',NULL,'craft\\fields\\Dropdown','{\"customOptions\":false,\"options\":[{\"label\":\"Residential Care\",\"value\":\"residential-care\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"},{\"label\":\"Assisted Living\",\"value\":\"assisted-living\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"},{\"label\":\"Post-Acute & Long-Term Care\",\"value\":\"post-acute-ltc\",\"icon\":\"\",\"color\":\"\",\"default\":\"\"}]}','2026-01-06 23:15:11','2026-01-06 23:15:11',NULL,'61428653-7973-480d-a483-c67b0a2fb359'),
(86,'\"Our Comprehensive Care Services\" Descriptions','customServiceDescriptions','global',NULL,'Optional custom descriptions for the \"Our Comprehensive Care Services\" grid on the Campus home page. Leave blank to use default text.',0,'none',NULL,'craft\\fields\\Table','{\"addRowLabel\":\"Add a row\",\"columns\":{\"col1\":{\"heading\":\"Service Name\",\"handle\":\"serviceName\",\"width\":\"\",\"type\":\"heading\"},\"col2\":{\"heading\":\"Custom Description\",\"handle\":\"customDescription\",\"width\":\"\",\"type\":\"multiline\"}},\"defaults\":[{\"col1\":\"Residential Care\",\"col2\":\"\"},{\"col1\":\"Assisted Living\",\"col2\":\"\"},{\"col1\":\"Post-Acute Care\",\"col2\":\"\"},{\"col1\":\"Long-Term Care\",\"col2\":\"\"}],\"maxRows\":null,\"minRows\":null,\"staticRows\":true}','2026-01-06 23:15:11','2026-01-06 23:15:11',NULL,'d96b8905-9791-452d-9082-2b444ef58987'),
(87,'Service-Specific Amenities','serviceSpecificAmenities','global',NULL,'Use this field if amenities are unique to a campus\'s different service pages.',0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"Set amenities by service\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"39a966c0-101d-4836-8da3-a91e5f6592b5\",\"group\":\"General\"}],\"includeTableView\":false,\"maxEntries\":3,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":true,\"viewMode\":\"cards\"}','2026-01-06 23:15:11','2026-01-06 23:15:11',NULL,'39bc62de-ab20-40a0-9545-3e393bf8428e'),
(88,'Use Wisconsin Service Names','useWisconsinServiceNames','global',NULL,'If enabled, Assisted Living and Residential Care use Wisconsin-style names.',0,'none',NULL,'craft\\fields\\Lightswitch','{\"default\":false,\"offLabel\":null,\"onLabel\":null}','2026-01-06 23:15:11','2026-01-06 23:15:11',NULL,'6efb6d2f-80f1-48fc-8baf-4c99bd165756'),
(89,'Location Video Tour Link','locationVideoTourLink','global',NULL,'YouTube link for the location\'s video tour',0,'none',NULL,'craft\\fields\\Link','{\"fullGraphqlData\":true,\"maxLength\":255,\"showLabelField\":false,\"typeSettings\":{\"url\":{\"allowRootRelativeUrls\":\"\",\"allowAnchors\":\"\",\"allowCustomSchemes\":\"\"}},\"types\":[\"url\"]}','2026-01-09 18:08:20','2026-01-09 18:08:20',NULL,'59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c'),
(90,'Location Video Tour Button Text','locationVideoTourButtonText','global',NULL,'If left blank, button text defaults to \"Watch Video Tour\"',0,'none',NULL,'craft\\fields\\PlainText','{\"byteLimit\":null,\"charLimit\":100,\"code\":false,\"initialRows\":4,\"multiline\":false,\"placeholder\":\"Watch Video Tour\",\"uiMode\":\"normal\"}','2026-01-21 19:01:33','2026-01-21 19:01:33',NULL,'5216814d-23e8-4513-b7f5-3a6b89edb0fe'),
(91,'Link URL','linkURL','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Link','{\"fullGraphqlData\":true,\"maxLength\":255,\"showLabelField\":false,\"typeSettings\":{\"url\":{\"allowRootRelativeUrls\":\"\",\"allowAnchors\":\"\",\"allowCustomSchemes\":\"\"}},\"types\":[\"url\"]}','2026-02-26 22:07:00','2026-02-26 22:07:00',NULL,'be9ea999-6b2b-4a4b-b2fa-4b7154d24859'),
(92,'Video Thumbnail','videoThumbnail','global',NULL,NULL,0,'none',NULL,'craft\\fields\\Assets','{\"allowSelfRelations\":false,\"allowSubfolders\":false,\"allowUploads\":true,\"allowedKinds\":null,\"branchLimit\":null,\"defaultPlacement\":\"end\",\"defaultUploadLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"defaultUploadLocationSubpath\":null,\"maintainHierarchy\":false,\"maxRelations\":1,\"minRelations\":null,\"previewMode\":\"full\",\"restrictFiles\":false,\"restrictLocation\":false,\"restrictedDefaultUploadSubpath\":null,\"restrictedLocationSource\":\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\",\"restrictedLocationSubpath\":null,\"selectionLabel\":\"Set video thumbnail\",\"showSearchInput\":true,\"showSiteMenu\":false,\"showUnpermittedFiles\":false,\"showUnpermittedVolumes\":false,\"sources\":[\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"],\"targetSiteId\":null,\"validateRelatedElements\":false,\"viewMode\":\"list\"}','2026-02-26 22:07:00','2026-02-26 22:07:00',NULL,'48828093-c3a4-4a20-b235-4c3a7ba9a615'),
(93,'Specialty Program Module','specialtyProgramModule','global',NULL,NULL,0,'site',NULL,'craft\\fields\\Matrix','{\"createButtonLabel\":\"New module\",\"defaultIndexViewMode\":\"cards\",\"enableVersioning\":false,\"entryTypes\":[{\"uid\":\"9f433f5f-6f60-4128-a5fc-380b58d87a2a\",\"group\":\"Module\"}],\"includeTableView\":false,\"maxEntries\":null,\"minEntries\":null,\"pageSize\":50,\"propagationKeyFormat\":null,\"propagationMethod\":\"all\",\"showCardsInGrid\":false,\"viewMode\":\"cards\"}','2026-02-26 22:07:00','2026-02-26 22:07:00',NULL,'f4966788-d653-4ba8-a39e-73c2e707403c');
/*!40000 ALTER TABLE `fields` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_emailtemplates`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_emailtemplates` WRITE;
/*!40000 ALTER TABLE `formie_emailtemplates` DISABLE KEYS */;
/*!40000 ALTER TABLE `formie_emailtemplates` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_fieldlayout_pages`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_fieldlayout_pages` WRITE;
/*!40000 ALTER TABLE `formie_fieldlayout_pages` DISABLE KEYS */;
INSERT INTO `formie_fieldlayout_pages` VALUES
(1,1,'Page 1',0,'{\"submitButtonLabel\":\"Submit\",\"backButtonLabel\":\"Back\",\"showBackButton\":false,\"saveButtonLabel\":\"Save\",\"showSaveButton\":false,\"saveButtonStyle\":\"link\",\"buttonsPosition\":\"left\",\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"enableNextButtonConditions\":false,\"nextButtonConditions\":[],\"enablePageConditions\":false,\"pageConditions\":[],\"enableJsEvents\":true,\"jsGtmEventOptions\":[{\"label\":\"event\",\"value\":\"formPageSubmission\"},{\"label\":\"formId\",\"value\":\"volunteer\"},{\"label\":\"pageId\",\"value\":1},{\"label\":\"pageIndex\",\"value\":0}]}','2025-10-08 22:17:51','2026-02-19 15:40:58','df60c58f-87fc-44ad-8161-0b15d8cabbbe'),
(2,2,'Page 1',0,'{\"submitButtonLabel\":\"Submit\",\"backButtonLabel\":\"Back\",\"showBackButton\":false,\"saveButtonLabel\":\"Save\",\"showSaveButton\":false,\"saveButtonStyle\":\"link\",\"buttonsPosition\":\"left\",\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"enableNextButtonConditions\":false,\"nextButtonConditions\":[],\"enablePageConditions\":false,\"pageConditions\":[],\"enableJsEvents\":true,\"jsGtmEventOptions\":[{\"label\":\"event\",\"value\":\"formPageSubmission\"},{\"label\":\"formId\",\"value\":\"contact\"},{\"label\":\"pageId\",\"value\":2},{\"label\":\"pageIndex\",\"value\":0}]}','2025-10-08 22:17:57','2026-02-17 20:37:13','32ce1af1-f4d8-40cb-a3b6-611cfa80605a'),
(3,3,'Page 1',0,'{\"submitButtonLabel\":\"Submit\",\"backButtonLabel\":\"Back\",\"showBackButton\":false,\"saveButtonLabel\":\"Save\",\"showSaveButton\":false,\"saveButtonStyle\":\"link\",\"buttonsPosition\":\"left\",\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"enableNextButtonConditions\":false,\"nextButtonConditions\":[],\"enablePageConditions\":false,\"pageConditions\":[],\"enableJsEvents\":true,\"jsGtmEventOptions\":[{\"label\":\"event\",\"value\":\"formPageSubmission\"},{\"label\":\"formId\",\"value\":\"careers\"},{\"label\":\"pageId\",\"value\":3},{\"label\":\"pageIndex\",\"value\":0}]}','2025-10-08 22:18:05','2026-02-18 18:44:06','7c6d9fc9-b390-4982-a46a-91bbaa6ecd4d');
/*!40000 ALTER TABLE `formie_fieldlayout_pages` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_fieldlayout_rows`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_fieldlayout_rows` WRITE;
/*!40000 ALTER TABLE `formie_fieldlayout_rows` DISABLE KEYS */;
INSERT INTO `formie_fieldlayout_rows` VALUES
(1,1,1,0,'2025-10-08 22:17:51','2025-10-08 22:17:51','03675760-cc2f-4617-bba7-ae0c1ab03584'),
(2,1,1,1,'2025-10-08 22:17:51','2025-10-08 22:17:51','5a1384a7-984d-4101-9559-b37445535a51'),
(3,1,1,2,'2025-10-08 22:17:51','2025-10-08 22:17:51','701da419-af0e-4dbf-a126-6a0717b04ddc'),
(4,1,1,3,'2025-10-08 22:17:51','2025-10-08 22:17:51','1f2a37c4-773a-4cf8-aacc-86275a070718'),
(5,1,1,4,'2025-10-08 22:17:51','2025-10-08 22:17:51','8e56c71e-e904-4fd3-aab1-8e37c0989258'),
(6,2,2,0,'2025-10-08 22:17:57','2025-10-08 22:17:57','41cb9bab-c4f0-42ec-a196-aa373d008f08'),
(7,2,2,1,'2025-10-08 22:17:57','2025-10-08 22:17:57','f8cb3fef-d0f9-4728-87d2-3e3ae98c0651'),
(8,2,2,2,'2025-10-08 22:17:57','2025-10-08 22:17:57','e7b421ea-1c07-48a5-821b-01b058b392de'),
(9,2,2,3,'2025-10-08 22:17:57','2025-10-08 22:17:57','7e7587ee-c08b-47a6-9564-409e8aa5d810'),
(10,2,2,5,'2025-10-08 22:17:57','2026-01-23 16:38:45','9efc7e60-4e96-4d01-b4d8-70c3ed1bbbcc'),
(11,3,3,0,'2025-10-08 22:18:05','2025-10-08 22:18:05','b9d6eba9-452f-438d-b9f8-2dd6d09e3c83'),
(12,3,3,1,'2025-10-08 22:18:05','2025-10-08 22:18:05','77ef48fa-35f4-4485-93c3-5bb99a646b4d'),
(13,3,3,2,'2025-10-08 22:18:05','2025-10-08 22:18:05','8bf3dce5-4654-42a1-9d13-b6667f49b733'),
(14,3,3,3,'2025-10-08 22:18:05','2025-10-08 22:18:05','3c80e1cd-2666-4048-beb9-de7b4d1569eb'),
(15,3,3,5,'2025-10-08 22:18:05','2026-01-27 23:56:09','8528dd96-a1e9-425f-b67b-1aaa3a80f38b'),
(16,3,3,6,'2025-10-08 22:18:05','2026-01-27 23:56:09','21eb6c8e-0bfa-49f7-8894-e46a4bce00ab'),
(17,3,3,7,'2025-10-08 22:18:05','2026-01-27 23:56:09','7025c9b4-82e7-46a5-8973-06860ceaa908'),
(18,2,2,6,'2025-10-23 00:17:07','2026-01-23 16:38:45','db1b5042-68fd-437f-95c2-91ef2e1c2d8a'),
(19,2,2,7,'2025-10-23 00:29:05','2026-01-23 16:38:45','4e99109a-694e-4b00-b266-3dc3ea5ff77b'),
(20,3,3,8,'2025-10-23 00:59:27','2026-01-27 23:56:09','369a7199-1f91-4735-82ce-7774560e7c26'),
(21,3,3,9,'2025-10-23 00:59:27','2026-01-27 23:56:09','71cbe4ff-f177-477b-b153-2d3605c10b4d'),
(22,1,1,5,'2025-10-23 00:59:55','2025-10-23 00:59:55','517580f5-77ab-491d-8d6c-d1bed232c520'),
(23,1,1,6,'2025-10-23 00:59:55','2025-10-23 00:59:55','a70e7a7d-bd9b-4b86-b4da-1433fc15379e'),
(28,2,2,4,'2026-01-27 23:55:05','2026-01-27 23:55:05','8145fc99-c544-4566-ae55-07bd75db2387'),
(29,3,3,4,'2026-01-27 23:56:09','2026-01-27 23:56:09','afbd3be5-83a6-4b00-b6ae-1a3147bcd0f1');
/*!40000 ALTER TABLE `formie_fieldlayout_rows` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_fieldlayouts`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_fieldlayouts` WRITE;
/*!40000 ALTER TABLE `formie_fieldlayouts` DISABLE KEYS */;
INSERT INTO `formie_fieldlayouts` VALUES
(1,'2025-10-08 22:17:51','2025-10-08 22:17:51','ca6af356-70e2-4370-a2c1-be7d4a767ec7'),
(2,'2025-10-08 22:17:57','2025-10-08 22:17:57','893ca2b9-7c12-4d3e-a04d-ab0479a2166a'),
(3,'2025-10-08 22:18:05','2025-10-08 22:18:05','20742d1a-8de7-487f-b731-b60eba8f76c0');
/*!40000 ALTER TABLE `formie_fieldlayouts` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_fields`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_fields` WRITE;
/*!40000 ALTER TABLE `formie_fields` DISABLE KEYS */;
INSERT INTO `formie_fields` VALUES
(1,1,1,1,NULL,'Name','name','verbb\\formie\\fields\\SingleLineText',0,'{\"limit\":false,\"min\":null,\"minType\":\"characters\",\"max\":null,\"maxType\":\"characters\",\"uniqueValue\":false,\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:17:51','2025-10-08 22:17:51','750dbeee-26eb-4474-9592-364420e09745'),
(2,1,1,2,NULL,'Email','email1','verbb\\formie\\fields\\Email',0,'{\"validateDomain\":false,\"blockedDomains\":[],\"uniqueValue\":false,\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:17:51','2025-10-08 22:17:51','7647502a-9d5c-4a9a-a48c-044315a172bc'),
(3,1,1,3,NULL,'Phone','phone','verbb\\formie\\fields\\Phone',0,'{\"countryEnabled\":false,\"countryDefaultValue\":\"US\",\"countryLanguage\":\"auto\",\"countryAllowed\":[{\"label\":\"United States\",\"value\":\"US\",\"code\":\"+1\"}],\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:17:51','2025-10-08 22:17:51','0d788a14-c446-42e7-9580-a9ae72bfc15a'),
(4,1,1,4,NULL,'Facility','location','verbb\\formie\\fields\\Entries',0,'{\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":\" \",\"defaultValue\":[],\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null,\"sources\":[\"section:18ba8dad-e4b1-48f0-8ffa-542f478f87ae\"],\"source\":null,\"limitOptions\":null,\"displayType\":\"dropdown\",\"labelSource\":\"locationName\",\"orderBy\":\"title ASC\",\"multi\":false,\"layout\":\"vertical\",\"sourceType\":\"groups\",\"sourceElements\":[]}','2025-10-08 22:17:51','2026-01-26 23:31:16','f0070581-af8b-4dc6-998a-2cf5008fbf72'),
(5,1,1,5,NULL,'Message','message','verbb\\formie\\fields\\MultiLineText',0,'{\"limit\":false,\"min\":null,\"minType\":\"characters\",\"max\":null,\"maxType\":\"characters\",\"useRichText\":false,\"richTextButtons\":[\"bold\",\"italic\"],\"uniqueValue\":false,\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:17:51','2025-10-08 22:17:51','046dd6d4-5d6e-4561-ab9f-716629602b25'),
(6,2,2,6,NULL,'Name','name','verbb\\formie\\fields\\SingleLineText',0,'{\"limit\":false,\"min\":null,\"minType\":\"characters\",\"max\":null,\"maxType\":\"characters\",\"uniqueValue\":false,\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:17:57','2025-10-08 22:17:57','066dfc6f-18a6-4937-87ee-0244e38e977e'),
(7,2,2,7,NULL,'Email','email1','verbb\\formie\\fields\\Email',0,'{\"validateDomain\":false,\"blockedDomains\":[],\"uniqueValue\":false,\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:17:57','2025-10-08 22:17:57','9e31cb40-bbfa-4c75-b149-477f3fbb2fa7'),
(8,2,2,8,NULL,'Company','company','verbb\\formie\\fields\\SingleLineText',0,'{\"limit\":false,\"min\":null,\"minType\":\"characters\",\"max\":null,\"maxType\":\"characters\",\"uniqueValue\":false,\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:17:57','2025-10-08 22:17:57','9665534b-2db6-42ce-a7d5-b71174d514cf'),
(9,2,2,9,NULL,'Type of Inquiry','typeOfInquiry','verbb\\formie\\fields\\Dropdown',0,'{\"optgroups\":true,\"limitOptions\":false,\"min\":null,\"max\":null,\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":\"label\",\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null,\"options\":[{\"label\":\"General Inquiry\",\"value\":\"General Inquiry\",\"isDefault\":true},{\"label\":\"Media Inquiry\",\"value\":\"Media Inquiry\",\"isDefault\":false},{\"label\":\"Careers\",\"value\":\"Careers\",\"isDefault\":false},{\"label\":\"Resident & Family Support\",\"value\":\"Resident & Family Support\",\"isDefault\":false},{\"label\":\"Volunteer Opportunities\",\"value\":\"Volunteer Opportunities\",\"isDefault\":false},{\"label\":\"Other\",\"value\":\"Other\",\"isDefault\":false}],\"multi\":false,\"layout\":null}','2025-10-08 22:17:57','2025-10-08 22:17:57','17f37f07-2870-4279-87ed-1f52fc42daa9'),
(10,2,2,10,NULL,'Message','message','verbb\\formie\\fields\\MultiLineText',0,'{\"limit\":false,\"min\":null,\"minType\":\"characters\",\"max\":null,\"maxType\":\"characters\",\"useRichText\":false,\"richTextButtons\":[\"bold\",\"italic\"],\"uniqueValue\":false,\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:17:57','2025-10-08 22:17:57','e8af83f2-c87e-467e-80dc-e1f580b01a08'),
(11,3,3,11,NULL,'Send Us Your Resume','sendUsYourResume','verbb\\formie\\fields\\Heading',0,'{\"headingSize\":\"h2\",\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":null,\"includeInEmail\":false,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:18:05','2025-10-08 22:18:05','92910aef-eae1-4427-a54b-a4608319008e'),
(12,3,3,12,NULL,'Name','name','verbb\\formie\\fields\\SingleLineText',0,'{\"limit\":false,\"min\":null,\"minType\":\"characters\",\"max\":null,\"maxType\":\"characters\",\"uniqueValue\":false,\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:18:05','2025-10-08 22:18:05','08e589ce-1220-4aa5-86c5-ac3221395405'),
(13,3,3,13,NULL,'Email','email1','verbb\\formie\\fields\\Email',0,'{\"validateDomain\":false,\"blockedDomains\":[],\"uniqueValue\":false,\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:18:05','2025-10-08 22:18:05','94d6c74b-95e0-423f-9cbd-2147f4c4d30b'),
(14,3,3,14,NULL,'Phone','phone','verbb\\formie\\fields\\Phone',0,'{\"countryEnabled\":false,\"countryDefaultValue\":null,\"countryLanguage\":\"auto\",\"countryAllowed\":[{\"label\":\"United States\",\"value\":\"US\",\"code\":\"+1\"}],\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:18:05','2025-10-08 22:18:05','1ef98097-4dd6-4f67-a72b-6f0201435739'),
(15,3,3,15,NULL,'Resume Upload','resumeUpload','verbb\\formie\\fields\\FileUpload',0,'{\"allowMultipleSources\":false,\"sizeLimit\":null,\"sizeMinLimit\":null,\"limitFiles\":null,\"restrictFiles\":true,\"allowedKinds\":[\"image\",\"pdf\"],\"uploadLocationSource\":\"volume:55fa9cc9-badf-4600-8d51-e678ad9becf8\",\"uploadLocationSubpath\":null,\"filenameFormat\":null,\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null,\"sources\":\"*\",\"source\":null,\"limitOptions\":null,\"displayType\":\"dropdown\",\"labelSource\":\"title\",\"orderBy\":\"title ASC\",\"multi\":false,\"layout\":\"vertical\",\"sourceType\":\"groups\",\"sourceElements\":[]}','2025-10-08 22:18:05','2025-10-08 22:18:05','9d1fb2fa-5fc5-41e6-8741-a91addbc477a'),
(16,3,3,16,NULL,'Position(s) of Interest','positionsOfInterest','verbb\\formie\\fields\\Entries',0,'{\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":\"Select an entry\",\"defaultValue\":[],\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null,\"sources\":[\"section:ac400876-b015-45b7-af6e-824d47462c81\"],\"source\":null,\"limitOptions\":null,\"displayType\":\"checkboxes\",\"labelSource\":\"title\",\"orderBy\":\"title ASC\",\"multi\":false,\"layout\":\"vertical\",\"sourceType\":\"groups\",\"sourceElements\":[]}','2025-10-08 22:18:05','2025-10-08 22:18:05','129eeb05-bc42-4f45-8314-7f29ac51affb'),
(17,3,3,17,NULL,'Message / Cover Letter','message','verbb\\formie\\fields\\MultiLineText',0,'{\"limit\":false,\"min\":null,\"minType\":\"characters\",\"max\":null,\"maxType\":\"characters\",\"useRichText\":false,\"richTextButtons\":[\"bold\",\"italic\"],\"uniqueValue\":false,\"instructions\":null,\"enabled\":true,\"required\":true,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-08 22:18:05','2025-10-08 22:18:05','c54aa9e4-a67b-4e9a-a6f1-e1597501c38f'),
(18,2,2,18,NULL,'Current URL','currentUrl','verbb\\formie\\fields\\Hidden',0,'{\"defaultOption\":\"currentUrl\",\"queryParameter\":null,\"cookieName\":null,\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":null,\"defaultValue\":\"https:\\/\\/mycompletecare.com\\/index.php?p=admin%2Factions%2Fformie%2Fforms%2Fsave&v=1771360633234\",\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":\"verbb\\\\formie\\\\positions\\\\Hidden\",\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-23 00:17:07','2026-02-17 20:37:13','6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d'),
(19,2,2,19,NULL,'Recipients','recipients','verbb\\formie\\fields\\Recipients',0,'{\"displayType\":\"hidden\",\"emailValue\":null,\"options\":[],\"multi\":false,\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":\"verbb\\\\formie\\\\positions\\\\Hidden\",\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-23 00:29:05','2026-01-21 16:04:53','4cea3cf6-c884-4125-8002-615070a0f063'),
(20,3,3,20,NULL,'Current URL','currentUrl','verbb\\formie\\fields\\Hidden',0,'{\"defaultOption\":\"currentUrl\",\"queryParameter\":null,\"cookieName\":null,\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":null,\"defaultValue\":\"https:\\/\\/mycompletecare.com\\/index.php?p=admin%2Factions%2Fformie%2Fforms%2Fsave&v=1771440245691\",\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":\"verbb\\\\formie\\\\positions\\\\Hidden\",\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-23 00:59:27','2026-02-18 18:44:06','cbff47cd-2759-4253-8fd9-0d1ab882311e'),
(21,3,3,21,NULL,'Recipients','recipients','verbb\\formie\\fields\\Recipients',0,'{\"displayType\":\"hidden\",\"emailValue\":null,\"options\":[],\"multi\":false,\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":\"verbb\\\\formie\\\\positions\\\\Hidden\",\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-23 00:59:27','2026-01-21 16:05:34','51a8c161-67bc-4de0-a2a7-0beef19e97d4'),
(22,1,1,22,NULL,'Current URL','currentUrl','verbb\\formie\\fields\\Hidden',0,'{\"defaultOption\":\"currentUrl\",\"queryParameter\":null,\"cookieName\":null,\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":null,\"defaultValue\":\"https:\\/\\/mycompletecare.com\\/index.php?p=admin%2Factions%2Fformie%2Fforms%2Fsave&v=1771515657898\",\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":\"verbb\\\\formie\\\\positions\\\\Hidden\",\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-23 00:59:55','2026-02-19 15:40:58','67098d1f-050b-4313-978f-3f3e360f095c'),
(23,1,1,23,NULL,'Recipients','recipients','verbb\\formie\\fields\\Recipients',0,'{\"displayType\":\"hidden\",\"emailValue\":null,\"options\":[],\"multi\":false,\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":null,\"defaultValue\":null,\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":\"verbb\\\\formie\\\\positions\\\\Hidden\",\"instructionsPosition\":null,\"cssClasses\":null,\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null}','2025-10-23 00:59:55','2026-01-21 16:05:09','6f5b54f9-60f7-4e6e-b474-3f42947573e0'),
(28,2,2,28,NULL,'Facility','location','verbb\\formie\\fields\\Entries',0,'{\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":\" \",\"defaultValue\":[],\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":\"hidden-for-location\",\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null,\"sources\":[\"section:18ba8dad-e4b1-48f0-8ffa-542f478f87ae\"],\"source\":null,\"limitOptions\":null,\"displayType\":\"dropdown\",\"labelSource\":\"locationName\",\"orderBy\":\"title ASC\",\"multi\":false,\"layout\":\"vertical\",\"sourceType\":\"groups\",\"sourceElements\":[]}','2026-01-27 23:55:05','2026-01-28 00:10:33','7615571d-c71f-4c39-9d30-2b5eff5f4930'),
(29,3,3,29,NULL,'Facility','location','verbb\\formie\\fields\\Entries',0,'{\"instructions\":null,\"enabled\":true,\"required\":false,\"matchField\":null,\"placeholder\":\" \",\"defaultValue\":[],\"prePopulate\":null,\"errorMessage\":null,\"labelPosition\":null,\"instructionsPosition\":null,\"cssClasses\":\"hidden-for-location\",\"containerAttributes\":[],\"inputAttributes\":[],\"includeInEmail\":true,\"emailValue\":null,\"enableConditions\":false,\"conditions\":null,\"enableContentEncryption\":false,\"visibility\":null,\"sources\":[\"section:18ba8dad-e4b1-48f0-8ffa-542f478f87ae\"],\"source\":null,\"limitOptions\":null,\"displayType\":\"dropdown\",\"labelSource\":\"locationName\",\"orderBy\":\"title ASC\",\"multi\":false,\"layout\":\"vertical\",\"sourceType\":\"groups\",\"sourceElements\":[]}','2026-01-27 23:56:09','2026-01-28 00:10:48','6af4191c-0acb-4f7d-978c-30ba0e1bc5df');
/*!40000 ALTER TABLE `formie_fields` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_forms`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_forms` WRITE;
/*!40000 ALTER TABLE `formie_forms` DISABLE KEYS */;
INSERT INTO `formie_forms` VALUES
(3189,'volunteer','{\"displayFormTitle\":false,\"displayCurrentPageTitle\":false,\"displayPageTabs\":false,\"displayPageProgress\":false,\"scrollToTop\":true,\"progressPosition\":\"end\",\"progressValuePosition\":\"inside-center\",\"defaultLabelPosition\":\"verbb\\\\formie\\\\positions\\\\AboveInput\",\"defaultInstructionsPosition\":\"verbb\\\\formie\\\\positions\\\\AboveInput\",\"requiredIndicator\":\"asterisk\",\"submitMethod\":\"ajax\",\"submitAction\":\"message\",\"submitActionTab\":null,\"submitActionUrl\":null,\"submitActionFormHide\":false,\"submitActionMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"},\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Your message has been sent, we\'ll get back to you shortly!\\\"}]}]\",\"submitActionMessageTimeout\":null,\"submitActionMessagePosition\":\"bottom-form\",\"loadingIndicator\":null,\"loadingIndicatorText\":null,\"validationOnSubmit\":true,\"validationOnFocus\":true,\"errorMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"},\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Couldn’t save submission due to errors.\\\"}]}]\",\"errorMessagePosition\":\"top-form\",\"requireUser\":false,\"requireUserMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"scheduleForm\":false,\"scheduleFormStart\":null,\"scheduleFormEnd\":null,\"scheduleFormPendingMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"scheduleFormExpiredMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"limitSubmissions\":null,\"limitSubmissionsNumber\":null,\"limitSubmissionsType\":\"total\",\"limitSubmissionsMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"limitSubmissionsIpAddressNumber\":null,\"limitSubmissionsIpAddressType\":\"total\",\"limitSubmissionsIpAddressMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"integrations\":{\"duplicate\":{\"enabled\":\"1\",\"showAllPages\":\"\"},\"honeypot\":{\"enabled\":\"1\",\"showAllPages\":\"\"},\"javascript\":{\"enabled\":\"1\",\"showAllPages\":\"\"},\"recaptcha\":{\"enabled\":\"1\",\"showAllPages\":\"\"}},\"submissionTitleFormat\":\"{timestamp}\",\"collectIp\":false,\"collectUser\":false,\"dataRetention\":null,\"dataRetentionValue\":null,\"fileUploadsAction\":null,\"redirectUrl\":null,\"pageRedirectUrl\":null,\"defaultEmailTemplateId\":null,\"disableCaptchas\":false}',1,1,NULL,NULL,1,'forever',NULL,'retain','retain','2025-10-08 22:17:51','2026-02-19 15:40:58','ebd5d28f-0bd8-4957-aa32-a01df6faa289'),
(3190,'contact','{\"displayFormTitle\":false,\"displayCurrentPageTitle\":false,\"displayPageTabs\":false,\"displayPageProgress\":false,\"scrollToTop\":true,\"progressPosition\":\"end\",\"progressValuePosition\":\"inside-center\",\"defaultLabelPosition\":\"verbb\\\\formie\\\\positions\\\\AboveInput\",\"defaultInstructionsPosition\":\"verbb\\\\formie\\\\positions\\\\AboveInput\",\"requiredIndicator\":\"asterisk\",\"submitMethod\":\"ajax\",\"submitAction\":\"message\",\"submitActionTab\":null,\"submitActionUrl\":null,\"submitActionFormHide\":false,\"submitActionMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"},\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Your message has been sent, we\'ll get back to you shortly!\\\"}]}]\",\"submitActionMessageTimeout\":null,\"submitActionMessagePosition\":\"bottom-form\",\"loadingIndicator\":null,\"loadingIndicatorText\":null,\"validationOnSubmit\":true,\"validationOnFocus\":true,\"errorMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"},\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Message wasn\'t sent, please try again or give us a call.\\\"}]}]\",\"errorMessagePosition\":\"bottom-form\",\"requireUser\":false,\"requireUserMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"scheduleForm\":false,\"scheduleFormStart\":null,\"scheduleFormEnd\":null,\"scheduleFormPendingMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"scheduleFormExpiredMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"limitSubmissions\":null,\"limitSubmissionsNumber\":null,\"limitSubmissionsType\":\"total\",\"limitSubmissionsMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"limitSubmissionsIpAddressNumber\":null,\"limitSubmissionsIpAddressType\":\"total\",\"limitSubmissionsIpAddressMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"integrations\":{\"duplicate\":{\"enabled\":\"1\",\"showAllPages\":\"\"},\"honeypot\":{\"enabled\":\"1\",\"showAllPages\":\"\"},\"javascript\":{\"enabled\":\"1\",\"showAllPages\":\"\"},\"recaptcha\":{\"enabled\":\"1\",\"showAllPages\":\"\"}},\"submissionTitleFormat\":\"{timestamp}\",\"collectIp\":false,\"collectUser\":false,\"dataRetention\":null,\"dataRetentionValue\":null,\"fileUploadsAction\":null,\"redirectUrl\":null,\"pageRedirectUrl\":null,\"defaultEmailTemplateId\":null,\"disableCaptchas\":false}',2,1,NULL,NULL,1,'forever',NULL,'retain','retain','2025-10-08 22:17:57','2026-02-17 20:37:13','d7a4553c-4854-4d33-88bf-760a4f7f2e1b'),
(3191,'careers','{\"displayFormTitle\":false,\"displayCurrentPageTitle\":false,\"displayPageTabs\":false,\"displayPageProgress\":false,\"scrollToTop\":true,\"progressPosition\":\"end\",\"progressValuePosition\":\"inside-center\",\"defaultLabelPosition\":\"verbb\\\\formie\\\\positions\\\\AboveInput\",\"defaultInstructionsPosition\":\"verbb\\\\formie\\\\positions\\\\AboveInput\",\"requiredIndicator\":\"asterisk\",\"submitMethod\":\"ajax\",\"submitAction\":\"message\",\"submitActionTab\":null,\"submitActionUrl\":null,\"submitActionFormHide\":false,\"submitActionMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"},\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Your message has been sent, we\'ll get back to you shortly!\\\"}]}]\",\"submitActionMessageTimeout\":null,\"submitActionMessagePosition\":\"bottom-form\",\"loadingIndicator\":null,\"loadingIndicatorText\":null,\"validationOnSubmit\":true,\"validationOnFocus\":true,\"errorMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"},\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Couldn’t save submission due to errors.\\\"}]}]\",\"errorMessagePosition\":\"top-form\",\"requireUser\":false,\"requireUserMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"scheduleForm\":false,\"scheduleFormStart\":null,\"scheduleFormEnd\":null,\"scheduleFormPendingMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"scheduleFormExpiredMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"limitSubmissions\":null,\"limitSubmissionsNumber\":null,\"limitSubmissionsType\":\"total\",\"limitSubmissionsMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"limitSubmissionsIpAddressNumber\":null,\"limitSubmissionsIpAddressType\":\"total\",\"limitSubmissionsIpAddressMessage\":\"[{\\\"type\\\":\\\"paragraph\\\",\\\"attrs\\\":{\\\"textAlign\\\":\\\"start\\\"}}]\",\"integrations\":{\"duplicate\":{\"enabled\":\"1\",\"showAllPages\":\"\"},\"honeypot\":{\"enabled\":\"1\",\"showAllPages\":\"\"},\"javascript\":{\"enabled\":\"1\",\"showAllPages\":\"\"},\"recaptcha\":{\"enabled\":\"1\",\"showAllPages\":\"\"}},\"submissionTitleFormat\":\"{timestamp}\",\"collectIp\":false,\"collectUser\":false,\"dataRetention\":null,\"dataRetentionValue\":null,\"fileUploadsAction\":null,\"redirectUrl\":null,\"pageRedirectUrl\":null,\"defaultEmailTemplateId\":null,\"disableCaptchas\":false}',3,1,NULL,NULL,1,'forever',NULL,'retain','retain','2025-10-08 22:18:05','2026-02-18 18:44:06','9bfbd70d-8746-44d9-ad41-5cf72935ee47');
/*!40000 ALTER TABLE `formie_forms` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_formtemplates`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_formtemplates` WRITE;
/*!40000 ALTER TABLE `formie_formtemplates` DISABLE KEYS */;
INSERT INTO `formie_formtemplates` VALUES
(1,'Complete Care Form','completeCareForm','',0,0,1,1,1,'page-header','page-footer',1,NULL,NULL,'2025-10-08 22:16:36','2025-10-08 22:16:36','33655dbf-52f8-4da3-ba62-6d2c8da73c0e');
/*!40000 ALTER TABLE `formie_formtemplates` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_integrations`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_integrations` WRITE;
/*!40000 ALTER TABLE `formie_integrations` DISABLE KEYS */;
/*!40000 ALTER TABLE `formie_integrations` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_notifications`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_notifications` WRITE;
/*!40000 ALTER TABLE `formie_notifications` DISABLE KEYS */;
INSERT INTO `formie_notifications` VALUES
(1,3190,NULL,NULL,'Contact Form Submission','contactFormSubmission',1,'Contact Form Submission from {field:name}','email','{field:recipients}',NULL,NULL,NULL,NULL,NULL,NULL,'{siteName}',NULL,'[{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Contact form submitted at:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Current URL\",\"value\":\"{field:currentUrl}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"}},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Name:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Name\",\"value\":\"{field:name}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Email:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Email\",\"value\":\"{field:email1}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Company:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Company\",\"value\":\"{field:company}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Type of Inquiry:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Type of Inquiry\",\"value\":\"{field:typeOfInquiry}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Facility: \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Facility\",\"value\":\"{field:location}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Message:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"hardBreak\"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Message\",\"value\":\"{field:message}\"}}]}]',1,NULL,'[]',0,NULL,'[]','2025-10-22 23:40:55','2026-01-27 23:58:43','9323a06e-85d0-46f7-ab0f-5e4fa0333c13'),
(2,3191,NULL,NULL,'Careers Form Submission','careersFormSubmission',1,'Careers Form Submission from {field:name}','email','{field:recipients}',NULL,NULL,NULL,NULL,NULL,NULL,'{siteName}',NULL,'[{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Careers form submitted from:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Current URL\",\"value\":\"{field:currentUrl}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"}},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Name:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Name\",\"value\":\"{field:name}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Email:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Email\",\"value\":\"{field:email1}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Phone:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Phone\",\"value\":\"{field:phone}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Facility: \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Facility\",\"value\":\"{field:location}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Positions of Interest:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Position(s) of Interest\",\"value\":\"{field:positionsOfInterest}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Message/ Cover Letter:\"}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Message\",\"value\":\"{field:message}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"}},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"italic\"}],\"text\":\"See attachments for resume.\"}]}]',1,NULL,'[]',0,NULL,'[]','2025-10-23 00:59:41','2026-01-27 23:57:22','1d33bc53-b36d-48f9-bce8-2f280baf71e5'),
(3,3189,NULL,NULL,'Volunteer Form Submission','volunteerFormSubmission',1,'Volunteer Form Submission from {field:name}','email','{field:recipients}',NULL,NULL,NULL,NULL,NULL,NULL,'{siteName}',NULL,'[{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Contact Form Submission from:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Current URL\",\"value\":\"{field:currentUrl}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"}},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Name:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Name\",\"value\":\"{field:name}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Email:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Email\",\"value\":\"{field:email1}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Phone:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Phone\",\"value\":\"{field:phone}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Facility:\"},{\"type\":\"text\",\"text\":\" \"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Facility\",\"value\":\"{field:location}\"}}]},{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"start\"},\"content\":[{\"type\":\"text\",\"marks\":[{\"type\":\"bold\"}],\"text\":\"Message:\"},{\"type\":\"hardBreak\"},{\"type\":\"variableTag\",\"attrs\":{\"label\":\"Message\",\"value\":\"{field:message}\"}}]}]',1,NULL,'[]',0,NULL,'[]','2025-10-23 00:59:55','2026-01-27 23:57:58','52262a04-bade-476f-a6f7-829f1dea09b1');
/*!40000 ALTER TABLE `formie_notifications` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_payments`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_payments` WRITE;
/*!40000 ALTER TABLE `formie_payments` DISABLE KEYS */;
/*!40000 ALTER TABLE `formie_payments` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_payments_plans`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_payments_plans` WRITE;
/*!40000 ALTER TABLE `formie_payments_plans` DISABLE KEYS */;
/*!40000 ALTER TABLE `formie_payments_plans` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_payments_subscriptions`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_payments_subscriptions` WRITE;
/*!40000 ALTER TABLE `formie_payments_subscriptions` DISABLE KEYS */;
/*!40000 ALTER TABLE `formie_payments_subscriptions` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_pdftemplates`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_pdftemplates` WRITE;
/*!40000 ALTER TABLE `formie_pdftemplates` DISABLE KEYS */;
/*!40000 ALTER TABLE `formie_pdftemplates` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_relations`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_relations` WRITE;
/*!40000 ALTER TABLE `formie_relations` DISABLE KEYS */;
INSERT INTO `formie_relations` VALUES
(1,'craft\\elements\\Entry',1437,1,4716,'2025-10-23 00:10:04','2025-10-23 00:10:04','ceeca479-56b3-4c25-b369-6aab4861410e'),
(2,'craft\\elements\\Entry',1437,1,4720,'2025-10-23 00:20:15','2025-10-23 00:20:15','1cd1360d-b27a-4bd0-b94c-dbcecc098c6c'),
(3,'craft\\elements\\Entry',1437,1,4722,'2025-10-23 00:22:05','2025-10-23 00:22:05','33c27ecc-6bc9-4c24-aee5-bdde07aec18c');
/*!40000 ALTER TABLE `formie_relations` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_sentnotifications`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_sentnotifications` WRITE;
/*!40000 ALTER TABLE `formie_sentnotifications` DISABLE KEYS */;
INSERT INTO `formie_sentnotifications` VALUES
(36862,'Careers Form Submission',3191,36304,2,'Careers Form Submission from Allison dwyer','careers@ccbeylea.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccbeylea.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Bey Lea [https://mycompletecare.com/ccbeylea] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n 	* Social Services \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nI\'m looking for full-time part-time position days and weekends.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccbeylea.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbeylea\">Bey Lea</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I\'m looking for full-time part-time position days and weekends.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:55','2026-03-01 04:20:55','ef3a5ad2-eb0a-4ac5-96a1-2821cb63fcc3'),
(36863,'Careers Form Submission',3191,36328,2,'Careers Form Submission from Allison dwyer','careers@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccshorrockgardens.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nI\'m looking for full time part time work days and weekends, and I am\napplying for the receptionist job\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccshorrockgardens.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I\'m looking for full time part time work days and weekends, and I am applying for the receptionist job\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:55','2026-03-01 04:20:55','16628140-f1bc-478c-82aa-ef8f9fa3ff3f'),
(36864,'Contact Form Submission',3190,36339,1,'Contact Form Submission from Allison Dwyer','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Allison Dwyer\n\nEMAIL: allieson387@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nMESSAGE: \nI\'m looking for full time part time position for\nreceptionist.Housekeeping and prep cook days and weekends.No knights\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Allison Dwyer</p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m looking for full time part time position for receptionist.Housekeeping and prep cook days and weekends.No knights\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:55','2026-03-01 04:20:55','8291d57d-dc54-4165-989e-b01f4dafec66'),
(36865,'Careers Form Submission',3191,36344,2,'Careers Form Submission from Allison Dwyer','careers@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccshorrockgardens.com/careers\n\nNAME: Allison Dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nI\'m looking for full-time part-time days. Weekends. No nights, I\'m a\nhard worker. I can get the job done.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccshorrockgardens.com/careers</p><p></p><p><strong>Name:</strong> Allison Dwyer</p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            I\'m looking for full-time part-time days. Weekends. No nights, I\'m a hard worker. I can get the job done.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:56','2026-03-01 04:20:56','4c9bfe4d-e113-40e4-92de-a845c286bf43'),
(36866,'Careers Form Submission',3191,36350,2,'Careers Form Submission from Allison dwyer','careers@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccshorrockgardens.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n 	* Recruitment \n 	* Social Services \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nI am looking for part time full time work in receptionist and\nhousekeeping and prep cook weekends days no nights\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccshorrockgardens.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am looking for part time full time work in receptionist and housekeeping and prep cook weekends days no nights\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:56','2026-03-01 04:20:56','354cd82b-92ec-487e-9d70-c95391f5ee4e'),
(36867,'Careers Form Submission',3191,36356,2,'Careers Form Submission from Allison dwyer','careers@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccshorrockgardens.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n 	* Recruitment \n 	* Social Services \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nI\'m looking for a full-time part-time days only and weekend\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccshorrockgardens.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I\'m looking for a full-time part-time days only and weekend\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:57','2026-03-01 04:20:57','596b28ec-e4df-42c5-8fa3-ff04df88fb82'),
(36868,'Careers Form Submission',3191,36366,2,'Careers Form Submission from Tyanah Banks','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Tyanah Banks\n\nEMAIL: tyanahbanks16@gmail.con\n\nPHONE: 7313267501\n\nFACILITY: \n\n 	* Sheridan Commons [https://mycompletecare.com/ccsheridancommons] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nI’m looking for caregiver work ! Also interested in food !\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Tyanah Banks</p><p><strong>Email:</strong> tyanahbanks16@gmail.con</p><p><strong>Phone:</strong> 7313267501</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsheridancommons\">Sheridan Commons</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I’m looking for caregiver work ! Also interested in food !\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:57','2026-03-01 04:20:57','040bfbbe-b38b-46a7-b3a1-bd18e8917c91'),
(36869,'Careers Form Submission',3191,36368,2,'Careers Form Submission from Tyanah Banks','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Tyanah Banks\n\nEMAIL: tyanahbanks16@gmail.com\n\nPHONE: 7313267501\n\nFACILITY: \n\n 	* Ridgewood [https://mycompletecare.com/ccridgewood] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nLooking for caregiver work , also interested in food !\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Tyanah Banks</p><p><strong>Email:</strong> tyanahbanks16@gmail.com</p><p><strong>Phone:</strong> 7313267501</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccridgewood\">Ridgewood</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for caregiver work , also interested in food !\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:57','2026-03-01 04:20:57','67359683-b5c7-43aa-8be0-3f1b0e6e7424'),
(36870,'Contact Form Submission',3190,36449,1,'Contact Form Submission from Larry Anderson','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Larry Anderson\n\nEMAIL: larryanderson@Propageprofile.com\n\nCOMPANY: Pro Page Profile\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nLarry Anderson\nSales Executive\nPro Page Profile\nlarryanderson@Propageprofile.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Larry Anderson</p><p><strong>Email:</strong> larryanderson@Propageprofile.com</p><p><strong>Company:</strong> Pro Page Profile</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nLarry Anderson<br />\nSales Executive<br />\nPro Page Profile<br />\nlarryanderson@Propageprofile.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:58','2026-03-01 04:20:58','82a79534-73ca-4031-b869-b0c03e2d683f'),
(36871,'Contact Form Submission',3190,36454,1,'Contact Form Submission from Ray Landon','info@ccfoxhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccfoxhill.com/contact\n\nNAME: Ray Landon\n\nEMAIL: ray.landon@proonlineprofiles.com\n\nCOMPANY: Pro Online Profiles\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Fox Hill [https://mycompletecare.com/ccfoxhill] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nRay Landon\nSales Executive\nPro Online Profiles\nray.landon@proonlineprofiles.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://ccfoxhill.com/contact</p><p></p><p><strong>Name:</strong> Ray Landon</p><p><strong>Email:</strong> ray.landon@proonlineprofiles.com</p><p><strong>Company:</strong> Pro Online Profiles</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfoxhill\">Fox Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nRay Landon<br />\nSales Executive<br />\nPro Online Profiles<br />\nray.landon@proonlineprofiles.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:58','2026-03-01 04:20:58','637c938d-2c7d-471c-94a5-4029f9b48b3c'),
(36872,'Contact Form Submission',3190,36455,1,'Contact Form Submission from Marie L Dye','info@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccglendalewest.com/contact\n\nNAME: Marie L Dye\n\nEMAIL: mariedye35@yahoo.com\n\nCOMPANY: Complete care at Glendale\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nMESSAGE: \nI Have not received My W-2 form for my Income tax. Will someone be\nable to email it to me asap.\n','<p><strong>Contact form submitted at:</strong> https://ccglendalewest.com/contact</p><p></p><p><strong>Name:</strong> Marie L Dye</p><p><strong>Email:</strong> mariedye35@yahoo.com</p><p><strong>Company:</strong> Complete care at Glendale</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I Have not received My W-2 form for my Income tax. Will someone be able to email it to me asap.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:58','2026-03-01 04:20:58','7458d127-9627-4ea9-9953-26a758ece012'),
(36873,'Contact Form Submission',3190,36511,1,'Contact Form Submission from Gena Kotarsky','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Gena Kotarsky\n\nEMAIL: gena@janpronorthernnj.com\n\nCOMPANY: Jan-Pro of Northern New Jersey\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nMESSAGE: \nRecently I was in the neighborhood and thought I’d reach out to\noffer a professional cleaning quote for your company.\nWe clean for many companies in the area and people say they love us\nbecause we do what we say, respond immediately, and provide\nconsistently high-quality cleaning with exceptional attention to\ndetail. We strive to make the entire process stress-free.\nMay I give you more information and a no-obligation cleaning quote?\nSincerely,\n\nGena Kotarsky\nSales Associate\nJan-Pro of Northern New Jersey\ngena@janpronorthernnj.com\n\n\"Amazing services! Very good attention to detail. Will definitely use\ntheir services again!\" —Serenity Sewell\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Gena Kotarsky</p><p><strong>Email:</strong> gena@janpronorthernnj.com</p><p><strong>Company:</strong> Jan-Pro of Northern New Jersey</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Recently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.<br />\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.<br />\nMay I give you more information and a no-obligation cleaning quote?<br />\nSincerely,<br />\n<br />\nGena Kotarsky<br />\nSales Associate<br />\nJan-Pro of Northern New Jersey<br />\ngena@janpronorthernnj.com<br />\n<br />\n\"Amazing services! Very good attention to detail. Will definitely use their services again!\" —Serenity Sewell<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:58','2026-03-01 04:20:58','b7e10a55-9ca5-45fc-975b-a7c3cbd89769'),
(36874,'Contact Form Submission',3190,36513,1,'Contact Form Submission from Gena Kotarsky','info@ccplainfield.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccplainfield.com/contact\n\nNAME: Gena Kotarsky\n\nEMAIL: gena@janpronorthernnj.com\n\nCOMPANY: Jan-Pro of Northern New Jersey\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Plainfield [https://mycompletecare.com/ccplainfield] \n\nMESSAGE: \nRecently I was in the neighborhood and thought I’d reach out to\noffer a professional cleaning quote for your company.\nWe clean for many companies in the area and people say they love us\nbecause we do what we say, respond immediately, and provide\nconsistently high-quality cleaning with exceptional attention to\ndetail. We strive to make the entire process stress-free.\nMay I give you more information and a no-obligation cleaning quote?\nSincerely,\n\nGena Kotarsky\nSales Associate\nJan-Pro of Northern New Jersey\ngena@janpronorthernnj.com\n\n\"Amazing services! Very good attention to detail. Will definitely use\ntheir services again!\" —Serenity Sewell\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://ccplainfield.com/contact</p><p></p><p><strong>Name:</strong> Gena Kotarsky</p><p><strong>Email:</strong> gena@janpronorthernnj.com</p><p><strong>Company:</strong> Jan-Pro of Northern New Jersey</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccplainfield\">Plainfield</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Recently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.<br />\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.<br />\nMay I give you more information and a no-obligation cleaning quote?<br />\nSincerely,<br />\n<br />\nGena Kotarsky<br />\nSales Associate<br />\nJan-Pro of Northern New Jersey<br />\ngena@janpronorthernnj.com<br />\n<br />\n\"Amazing services! Very good attention to detail. Will definitely use their services again!\" —Serenity Sewell<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:59','2026-03-01 04:20:59','8123682d-91cc-4564-83bf-2142ed9fea7a'),
(36875,'Contact Form Submission',3190,36530,1,'Contact Form Submission from Gena Kotarsky','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Gena Kotarsky\n\nEMAIL: gena@janpronorthernnj.com\n\nCOMPANY: Jan-Pro of Northern New Jersey\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Dawnview [https://mycompletecare.com/ccdawnview] \n\nMESSAGE: \n\nRecently I was in the neighborhood and thought I’d reach out to\noffer a professional cleaning quote for your company.\nWe clean for many companies in the area and people say they love us\nbecause we do what we say, respond immediately, and provide\nconsistently high-quality cleaning with exceptional attention to\ndetail. We strive to make the entire process stress-free.\nMay I give you more information and a no-obligation cleaning quote?\nSincerely,\n\nGena Kotarsky\nSales Associate\nJan-Pro of Northern New Jersey\ngena@janpronorthernnj.com\n\n\"Amazing services! Very good attention to detail. Will definitely use\ntheir services again!\" —Serenity Sewell\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Gena Kotarsky</p><p><strong>Email:</strong> gena@janpronorthernnj.com</p><p><strong>Company:</strong> Jan-Pro of Northern New Jersey</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccdawnview\">Dawnview</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            <br />\nRecently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.<br />\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.<br />\nMay I give you more information and a no-obligation cleaning quote?<br />\nSincerely,<br />\n<br />\nGena Kotarsky<br />\nSales Associate<br />\nJan-Pro of Northern New Jersey<br />\ngena@janpronorthernnj.com<br />\n<br />\n\"Amazing services! Very good attention to detail. Will definitely use their services again!\" —Serenity Sewell<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:59','2026-03-01 04:20:59','562aad87-e40a-4a31-a198-8e2bdc68e532'),
(36876,'Contact Form Submission',3190,36531,1,'Contact Form Submission from Marjorie Vargas','info@ccgrotonregency.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccgrotonregency.com/contact\n\nNAME: Marjorie Vargas\n\nEMAIL: 27marjorie.vargas@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Groton Regency [https://mycompletecare.com/ccgrotonregency] \n\nMESSAGE: \nInterested in long term care for mother\n','<p><strong>Contact form submitted at:</strong> https://ccgrotonregency.com/contact</p><p></p><p><strong>Name:</strong> Marjorie Vargas</p><p><strong>Email:</strong> 27marjorie.vargas@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgrotonregency\">Groton Regency</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Interested in long term care for mother\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:20:59','2026-03-01 04:20:59','050a9e6b-d28a-4ebc-8b97-f3e75226bdfc'),
(36877,'Careers Form Submission',3191,36541,2,'Careers Form Submission from Leeann Eldridge','careers@completecarebrick.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarebrick.com/careers/\n\nNAME: Leeann Eldridge\n\nEMAIL: Leeannae23@gmail.com\n\nPHONE: 7327040494\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nA highly motivated, dedicated, and service-oriented professional\nseeking employment in customer service utilizing my problem-solving\nskills, extensive customer service expertise, and ability to excel in\na fast-paced environment.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarebrick.com/careers/</p><p></p><p><strong>Name:</strong> Leeann Eldridge</p><p><strong>Email:</strong> Leeannae23@gmail.com</p><p><strong>Phone:</strong> 7327040494</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            A highly motivated, dedicated, and service-oriented professional seeking employment in customer service utilizing my problem-solving skills, extensive customer service expertise, and ability to excel in a fast-paced environment.<br />\n<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:00','2026-03-01 04:21:00','3a3b13bf-307c-4bf4-946b-b7fa0973b086'),
(36878,'Careers Form Submission',3191,36547,2,'Careers Form Submission from Monica Legerme','careers@ccsummitridge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsummitridge.com/careers\n\nNAME: Monica Legerme\n\nEMAIL: monicalegerme@gmail.com\n\nPHONE: 8622412626\n\nFACILITY: \n\n 	* Summit Ridge [https://mycompletecare.com/ccsummitridge] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Recruitment \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nI am a graduate of Caldwell University with a Bachelor of Science in\nPublic Health Education. I currently hold a master’s degree in\npublic health at Saint Elizabeth University. I am passionate about\nhelping people through support and education. I am a committed,\nstructured, and reliable individual with excellent verbal and written\ncommunication skills.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsummitridge.com/careers</p><p></p><p><strong>Name:</strong> Monica Legerme</p><p><strong>Email:</strong> monicalegerme@gmail.com</p><p><strong>Phone:</strong> 8622412626</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am a graduate of Caldwell University with a Bachelor of Science in Public Health Education. I currently hold a master’s degree in public health at Saint Elizabeth University. I am passionate about helping people through support and education. I am a committed, structured, and reliable individual with excellent verbal and written communication skills. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:00','2026-03-01 04:21:00','cb952682-49fe-4dd3-babb-76e146ea59b7'),
(36879,'Contact Form Submission',3190,36550,1,'Contact Form Submission from Shannon Grassie','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Shannon Grassie\n\nEMAIL: grassieshannon@gmail.com\n\nCOMPANY: Mindful Living Counseling and Wellness Center\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Cedar Grove [https://mycompletecare.com/cccedargrove] \n\nMESSAGE: \nGood afternoon, \n\nMy name is Shannon Grassie, and I am a licensed therapist and founder\nof Mindful Living and Wellness Center, located in Englewood Cliffs,\nNJ. I’m reaching out to explore the opportunity to partner with your\nrehabilitation center to support patients as they navigate the\nemotional aspects of physical recovery.\n\nRecovering from surgery, injury, chronic pain, or medical conditions\ncan be physically demanding, but it can also take a significant\nemotional toll. Many individuals experience anxiety, depression,\nfrustration, identity shifts, or fear during the rehabilitation\nprocess. I believe that integrating mental health support alongside\nphysical rehabilitation can greatly enhance overall healing and\nlong-term outcomes.\n\nAt Mindful Living and Wellness Center, we provide individual therapy\nfocused on coping with medical challenges, pain management support,\nadjustment to life transitions, stress reduction, and strengthening\nresilience during recovery. We work collaboratively and would be\nhonored to serve as a trusted outpatient mental health referral for\nyour patients.\n\nI would love to schedule a brief call to discuss how we might support\nyour team and patients—whether through referral relationships,\neducational workshops, or onsite wellness presentations focused on the\nmental health component of recovery.\n\nThank you for the important work you do in helping individuals regain\nstrength and independence. I look forward to connecting.\n\nThank you,\nShannon Grassie MA, LAC\n201-953-6718\nWebsite:\nhttps://www.mindfullivingcwc.com/about\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Shannon Grassie</p><p><strong>Email:</strong> grassieshannon@gmail.com</p><p><strong>Company:</strong> Mindful Living Counseling and Wellness Center </p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccedargrove\">Cedar Grove</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good afternoon, <br />\n<br />\nMy name is Shannon Grassie, and I am a licensed therapist and founder of Mindful Living and Wellness Center, located in Englewood Cliffs, NJ. I’m reaching out to explore the opportunity to partner with your rehabilitation center to support patients as they navigate the emotional aspects of physical recovery.<br />\n<br />\n<br />\n<br />\nRecovering from surgery, injury, chronic pain, or medical conditions can be physically demanding, but it can also take a significant emotional toll. Many individuals experience anxiety, depression, frustration, identity shifts, or fear during the rehabilitation process. I believe that integrating mental health support alongside physical rehabilitation can greatly enhance overall healing and long-term outcomes.<br />\n<br />\n<br />\n<br />\nAt Mindful Living and Wellness Center, we provide individual therapy focused on coping with medical challenges, pain management support, adjustment to life transitions, stress reduction, and strengthening resilience during recovery. We work collaboratively and would be honored to serve as a trusted outpatient mental health referral for your patients.<br />\n<br />\n<br />\n<br />\nI would love to schedule a brief call to discuss how we might support your team and patients—whether through referral relationships, educational workshops, or onsite wellness presentations focused on the mental health component of recovery.<br />\n<br />\n<br />\n<br />\nThank you for the important work you do in helping individuals regain strength and independence. I look forward to connecting.<br />\n<br />\nThank you,<br />\nShannon Grassie MA, LAC<br />\n201-953-6718<br />\nWebsite:<br />\nhttps://www.mindfullivingcwc.com/about\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:00','2026-03-01 04:21:00','facebbe8-42cb-416a-b1bc-9b2e7a6ee5d6'),
(36880,'Contact Form Submission',3190,36551,1,'Contact Form Submission from Shannon Grassie','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Shannon Grassie\n\nEMAIL: grassieshannon@gmail.com\n\nCOMPANY: Mindful Living Counseling and Wellness Center\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Ridgewood [https://mycompletecare.com/ccridgewood] \n\nMESSAGE: \nGood afternoon, \n\nMy name is Shannon Grassie, and I am a licensed therapist and founder\nof Mindful Living and Wellness Center, located in Englewood Cliffs,\nNJ. I’m reaching out to explore the opportunity to partner with your\nrehabilitation center to support patients as they navigate the\nemotional aspects of physical recovery.\n\nRecovering from surgery, injury, chronic pain, or medical conditions\ncan be physically demanding, but it can also take a significant\nemotional toll. Many individuals experience anxiety, depression,\nfrustration, identity shifts, or fear during the rehabilitation\nprocess. I believe that integrating mental health support alongside\nphysical rehabilitation can greatly enhance overall healing and\nlong-term outcomes.\n\nAt Mindful Living and Wellness Center, we provide individual therapy\nfocused on coping with medical challenges, pain management support,\nadjustment to life transitions, stress reduction, and strengthening\nresilience during recovery. We work collaboratively and would be\nhonored to serve as a trusted outpatient mental health referral for\nyour patients.\n\nI would love to schedule a brief call to discuss how we might support\nyour team and patients—whether through referral relationships,\neducational workshops, or onsite wellness presentations focused on the\nmental health component of recovery.\n\nThank you for the important work you do in helping individuals regain\nstrength and independence. I look forward to connecting.\n\nThank you,\nShannon Grassie MA, LAC\n201-953-6718\nWebsite:\nhttps://www.mindfullivingcwc.com/about\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Shannon Grassie</p><p><strong>Email:</strong> grassieshannon@gmail.com</p><p><strong>Company:</strong> Mindful Living Counseling and Wellness Center</p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccridgewood\">Ridgewood</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good afternoon, <br />\n<br />\nMy name is Shannon Grassie, and I am a licensed therapist and founder of Mindful Living and Wellness Center, located in Englewood Cliffs, NJ. I’m reaching out to explore the opportunity to partner with your rehabilitation center to support patients as they navigate the emotional aspects of physical recovery.<br />\n<br />\n<br />\n<br />\nRecovering from surgery, injury, chronic pain, or medical conditions can be physically demanding, but it can also take a significant emotional toll. Many individuals experience anxiety, depression, frustration, identity shifts, or fear during the rehabilitation process. I believe that integrating mental health support alongside physical rehabilitation can greatly enhance overall healing and long-term outcomes.<br />\n<br />\n<br />\n<br />\nAt Mindful Living and Wellness Center, we provide individual therapy focused on coping with medical challenges, pain management support, adjustment to life transitions, stress reduction, and strengthening resilience during recovery. We work collaboratively and would be honored to serve as a trusted outpatient mental health referral for your patients.<br />\n<br />\n<br />\n<br />\nI would love to schedule a brief call to discuss how we might support your team and patients—whether through referral relationships, educational workshops, or onsite wellness presentations focused on the mental health component of recovery.<br />\n<br />\n<br />\n<br />\nThank you for the important work you do in helping individuals regain strength and independence. I look forward to connecting.<br />\n<br />\nThank you,<br />\nShannon Grassie MA, LAC<br />\n201-953-6718<br />\nWebsite:<br />\nhttps://www.mindfullivingcwc.com/about\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:00','2026-03-01 04:21:00','54cdecb9-e6d0-4159-921b-d322c20888f6'),
(36881,'Careers Form Submission',3191,36561,2,'Careers Form Submission from Antwanesha Robinson','careers@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareblvd.com/careers\n\nNAME: Antwanesha Robinson\n\nEMAIL: robinsonantwanesha12@icloud.com\n\nPHONE: 7736558474\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nN/A\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareblvd.com/careers</p><p></p><p><strong>Name:</strong> Antwanesha Robinson</p><p><strong>Email:</strong> robinsonantwanesha12@icloud.com</p><p><strong>Phone:</strong> 7736558474</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/A\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:01','2026-03-01 04:21:01','59a9e95c-c997-4bab-b94b-1c8a5cdff709'),
(36882,'Careers Form Submission',3191,36563,2,'Careers Form Submission from Sanaai','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Sanaai\n\nEMAIL: saucy.diva.ni@gmail.com\n\nPHONE: 6083165905\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nHello, i would love to apply to your CNA programs! I was trying to\nfind a link to apply on your website but i was having trouble finding\nit.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Sanaai</p><p><strong>Email:</strong> saucy.diva.ni@gmail.com</p><p><strong>Phone:</strong> 6083165905</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello, i would love to apply to your CNA programs! I was trying to find a link to apply on your website but i was having trouble finding it.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:01','2026-03-01 04:21:01','257d6d75-fd97-40d8-99ca-4ee19af3c46c'),
(36883,'Contact Form Submission',3190,36578,1,'Contact Form Submission from Aliyah Edgar','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Aliyah Edgar\n\nEMAIL: m6453m0730@icloud.com\n\nCOMPANY: Complete care CLARK\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nMESSAGE: \nLooking to apply as staffing coordinator\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Aliyah Edgar </p><p><strong>Email:</strong> m6453m0730@icloud.com</p><p><strong>Company:</strong> Complete care CLARK</p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking to apply as staffing coordinator \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:01','2026-03-01 04:21:01','d2b7534e-f868-4890-9d4c-4b5e25706389'),
(36884,'Careers Form Submission',3191,36581,2,'Careers Form Submission from Leticia Behringer','careers@ccsouthpointe.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsouthpointe.com/careers\n\nNAME: Leticia Behringer\n\nEMAIL: leticiabehringer0@gmail.com\n\nPHONE: 14145147152\n\nFACILITY: \n\n 	* Southpointe [https://mycompletecare.com/ccsouthpointe] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nHi my name is Leticia and im looking for a job ASAP. Thank you\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsouthpointe.com/careers</p><p></p><p><strong>Name:</strong> Leticia Behringer</p><p><strong>Email:</strong> leticiabehringer0@gmail.com</p><p><strong>Phone:</strong> 14145147152</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsouthpointe\">Southpointe</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi my name is Leticia and im looking for a job ASAP. Thank you \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:01','2026-03-01 04:21:01','e19cadb8-722e-44e0-9532-a8183a01295f'),
(36885,'Careers Form Submission',3191,36607,2,'Careers Form Submission from Allison dwyer','careers@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccshorrockgardens.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Admissions / Marketing \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nI\'m looking for a part-time full-time work days or work no knights.\nOtherwise, if I have to I will. If there\'s security to walk me out to\nmy car\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccshorrockgardens.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I\'m looking for a part-time full-time work days or work no knights.<br />\nOtherwise, if I have to I will. If there\'s security to walk me out to my car\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:02','2026-03-01 04:21:02','22989b87-f038-4e66-a01e-9b6a4697762c'),
(36886,'Careers Form Submission',3191,36610,2,'Careers Form Submission from Allison dwyer','careers@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccshorrockgardens.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* HR / Staffing \n 	* Recruitment \n 	* Social Services \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nI\'m looking for a job part-time full-time\nHire me and I\'ll get the job done\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccshorrockgardens.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I\'m looking for a job part-time full-time<br />\nHire me and I\'ll get the job done\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:02','2026-03-01 04:21:02','f7d13526-bae8-4f17-8074-86ef1670623d'),
(36887,'Careers Form Submission',3191,36658,2,'Careers Form Submission from Roberto Ewunkem','careers@ccspringbrook.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccspringbrook.com/careers\n\nNAME: Roberto Ewunkem\n\nEMAIL: Rewunkemm@gmail.com\n\nPHONE: 2402375466\n\nFACILITY: \n\n 	* Springbrook [https://mycompletecare.com/ccspringbrook] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHey\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccspringbrook.com/careers</p><p></p><p><strong>Name:</strong> Roberto Ewunkem </p><p><strong>Email:</strong> Rewunkemm@gmail.com</p><p><strong>Phone:</strong> 2402375466</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccspringbrook\">Springbrook</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hey \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:03','2026-03-01 04:21:03','fd2aec82-1357-4c6e-9e33-8335d02ae881'),
(36888,'Contact Form Submission',3190,36682,1,'Contact Form Submission from Ray Landon','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Ray Landon\n\nEMAIL: ray.landon@proonlineprofiles.com\n\nCOMPANY: Pro Online Profiles\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Court House [https://mycompletecare.com/ccatcourthouse] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nRay Landon\nSales Executive\nPro Online Profiles\nray.landon@proonlineprofiles.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Ray Landon</p><p><strong>Email:</strong> ray.landon@proonlineprofiles.com</p><p><strong>Company:</strong> Pro Online Profiles</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatcourthouse\">Court House</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nRay Landon<br />\nSales Executive<br />\nPro Online Profiles<br />\nray.landon@proonlineprofiles.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:03','2026-03-01 04:21:03','7451dd92-93c7-4c0a-973a-a1c02d8898dc'),
(36889,'Contact Form Submission',3190,36683,1,'Contact Form Submission from David Bennett','info@ccatcourthouse.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccatcourthouse.com/contact\n\nNAME: David Bennett\n\nEMAIL: David@wikithinkers.org\n\nCOMPANY: Wiki Thinkers\n\nTYPE OF INQUIRY: Media Inquiry\n\nFACILITY: \n\n 	* Court House [https://mycompletecare.com/ccatcourthouse] \n\nMESSAGE: \n\nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nDavid Bennett\nWiki Thinkers\nDavid@wikithinkers.org\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://ccatcourthouse.com/contact</p><p></p><p><strong>Name:</strong> David Bennett</p><p><strong>Email:</strong> David@wikithinkers.org</p><p><strong>Company:</strong> Wiki Thinkers</p><p><strong>Type of Inquiry:</strong> Media Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatcourthouse\">Court House</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            <br />\nWikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nDavid Bennett<br />\nWiki Thinkers<br />\nDavid@wikithinkers.org<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:03','2026-03-01 04:21:03','3903c165-c232-4a69-b58f-e38a34d4ffaf'),
(36890,'Contact Form Submission',3190,36687,1,'Contact Form Submission from Rahila Shaikh','info@completecareatmadison.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareatmadison.com/contact\n\nNAME: Rahila Shaikh\n\nEMAIL: rahila.shaikh@disa.com\n\nCOMPANY: DISA Global Solutions\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Madison [https://mycompletecare.com/completecareatmadison] \n\nMESSAGE: \nEmployment verification for one of your former employees. Please give\nus a call at 346-998-0282 ext 449, search ID for verification -\n32820484.\n','<p><strong>Contact form submitted at:</strong> https://completecareatmadison.com/contact</p><p></p><p><strong>Name:</strong> Rahila Shaikh</p><p><strong>Email:</strong> rahila.shaikh@disa.com</p><p><strong>Company:</strong> DISA Global Solutions</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareatmadison\">Madison</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Employment verification for one of your former employees. Please give us a call at 346-998-0282 ext 449, search ID for verification - 32820484.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:03','2026-03-01 04:21:03','2275759e-7dfb-4f2c-b6ad-d978a8626a8d'),
(36891,'Contact Form Submission',3190,36688,1,'Contact Form Submission from Larry Anderson','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Larry Anderson\n\nEMAIL: larryanderson@Propageprofile.com\n\nCOMPANY: Pro Page Profile\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Corsica Hills [https://mycompletecare.com/cccorsicahills] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nLarry Anderson\nSales Executive\nPro Page Profile\nlarryanderson@Propageprofile.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Larry Anderson</p><p><strong>Email:</strong> larryanderson@Propageprofile.com</p><p><strong>Company:</strong> Pro Page Profile</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccorsicahills\">Corsica Hills</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nLarry Anderson<br />\nSales Executive<br />\nPro Page Profile<br />\nlarryanderson@Propageprofile.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:03','2026-03-01 04:21:03','e6434f82-a90b-42de-b446-238266fdb33c'),
(36892,'Contact Form Submission',3190,36691,1,'Contact Form Submission from Ray Landon','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Ray Landon\n\nEMAIL: ray.landon@proonlineprofiles.com\n\nCOMPANY: Pro Online Profiles\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nRay Landon\nSales Executive\nPro Online Profiles\nray.landon@proonlineprofiles.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Ray Landon</p><p><strong>Email:</strong> ray.landon@proonlineprofiles.com</p><p><strong>Company:</strong> Pro Online Profiles</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nRay Landon<br />\nSales Executive<br />\nPro Online Profiles<br />\nray.landon@proonlineprofiles.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:04','2026-03-01 04:21:04','c181ead6-669c-4340-ae03-859842ce7178'),
(36893,'Contact Form Submission',3190,36704,1,'Contact Form Submission from Michael Frink','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Michael Frink\n\nEMAIL: michaelfrink@rocketmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nMESSAGE: \nDear Management Team,\n\nI am writing regarding the recent notice from Hales Corners Care\nCenter stating that Richard was not accepted due to the behaviors and\ncomplexity of his care needs.\n\nI respectfully ask that you reconsider this decision.\n\nWhile I understand that referrals must be carefully reviewed, I\nbelieve there may be some clarification that could help provide a more\ncomplete picture of Richard’s needs. His care requirements are\nprimarily physical in nature. He requires assistance with transfers\nvia Hoyer lift, meal setup (he feeds himself), access to drinks when\nhe is thirsty, and occasional assistance setting up his preferred\ntelevision programs or tablet games.\n\nRichard may vocalize discomfort during transfers in and out of bed,\nbut this is typically short-lived. When asked about it afterward, he\noften does not recall the complaint and remains pleasant and\ncooperative. He is not aggressive, combative, or intentionally\ndifficult. In fact, much of his behavior stems from momentary\nconfusion rather than resistance.\n\nWe truly believe his needs fall within the scope of care your facility\nis capable of providing, particularly given that the decision was not\nbased on financial considerations or availability.\n\nIf possible, we would welcome:\n\nA secondary clinical review\n\nThe opportunity to provide additional clarification\n\nA reassessment or care conference discussion\n\nOur goal is simply to ensure Richard receives appropriate care in a\nsupportive environment, and we feel your facility could be a good fit.\n\nThank you very much for your time and reconsideration. I would\nappreciate the opportunity to discuss this further at your\nconvenience.\n\nSincerely,Michael Frink\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Michael Frink</p><p><strong>Email:</strong> michaelfrink@rocketmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Dear Management Team,<br />\n<br />\nI am writing regarding the recent notice from Hales Corners Care Center stating that Richard was not accepted due to the behaviors and complexity of his care needs.<br />\n<br />\nI respectfully ask that you reconsider this decision.<br />\n<br />\nWhile I understand that referrals must be carefully reviewed, I believe there may be some clarification that could help provide a more complete picture of Richard’s needs. His care requirements are primarily physical in nature. He requires assistance with transfers via Hoyer lift, meal setup (he feeds himself), access to drinks when he is thirsty, and occasional assistance setting up his preferred television programs or tablet games.<br />\n<br />\nRichard may vocalize discomfort during transfers in and out of bed, but this is typically short-lived. When asked about it afterward, he often does not recall the complaint and remains pleasant and cooperative. He is not aggressive, combative, or intentionally difficult. In fact, much of his behavior stems from momentary confusion rather than resistance.<br />\n<br />\nWe truly believe his needs fall within the scope of care your facility is capable of providing, particularly given that the decision was not based on financial considerations or availability.<br />\n<br />\nIf possible, we would welcome:<br />\n<br />\nA secondary clinical review<br />\n<br />\nThe opportunity to provide additional clarification<br />\n<br />\nA reassessment or care conference discussion<br />\n<br />\nOur goal is simply to ensure Richard receives appropriate care in a supportive environment, and we feel your facility could be a good fit.<br />\n<br />\nThank you very much for your time and reconsideration. I would appreciate the opportunity to discuss this further at your convenience.<br />\n<br />\nSincerely,Michael Frink\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:04','2026-03-01 04:21:04','e2e914da-7ddb-4726-b873-a2938ab8daf6'),
(36894,'Contact Form Submission',3190,36709,1,'Contact Form Submission from Michael Frink','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Michael Frink\n\nEMAIL: michaelfrink@rocketmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nMESSAGE: \nDear Administrator and Admissions Review Committee,\n\nI am writing regarding the recent determination by Hales Corners Care\nCenter declining Richard’s admission based on “behaviors and\ncomplexity of care.”\n\nI respectfully request a formal reconsideration of this decision and\nclarification of the specific clinical criteria used in reaching this\ndetermination.\n\nBased on our understanding of Richard’s condition and daily care\nneeds, his requirements are primarily physical in nature. He requires\nHoyer lift transfers, meal setup (he feeds himself independently),\naccess to fluids, and occasional assistance initiating preferred\ntelevision programs or tablet activities. These needs are consistent,\npredictable, and task-oriented.\n\nAt his current residence, my 32-year-old daughter independently\nmanages his morning and evening care, including transfers and routine\ndaily support. This demonstrates that while his care is hands-on, it\nis manageable and structured.\n\nRichard may occasionally vocalize discomfort during transfers. These\nepisodes are brief, non-aggressive, and not combative in nature. When\nasked shortly afterward, he often does not recall the complaint and\nremains cooperative and pleasant. His responses are typically\nattributable to momentary confusion rather than behavioral escalation\nor resistance that would pose safety concerns.\n\nGiven that the denial was not based on financial considerations or bed\navailability, I respectfully request:\n\nA written explanation detailing the specific behaviors or care factors\ndeemed outside your facility’s scope\n\nA secondary clinical review of his referral\n\nOr the opportunity to participate in a care conference to address any\nconcerns directly\n\nWe were very impressed with your staff, the environment, and the\nlocation, and we believe your facility is clinically capable of\nmeeting Richard’s needs. It is important to us that the\ndetermination be based on an accurate and complete understanding of\nhis condition.\n\nPlease advise on the next steps for formal review. I would appreciate\na timely response.\n\nSincerely,Michael Frink\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Michael Frink</p><p><strong>Email:</strong> michaelfrink@rocketmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Dear Administrator and Admissions Review Committee,<br />\n<br />\nI am writing regarding the recent determination by Hales Corners Care Center declining Richard’s admission based on “behaviors and complexity of care.”<br />\n<br />\nI respectfully request a formal reconsideration of this decision and clarification of the specific clinical criteria used in reaching this determination.<br />\n<br />\nBased on our understanding of Richard’s condition and daily care needs, his requirements are primarily physical in nature. He requires Hoyer lift transfers, meal setup (he feeds himself independently), access to fluids, and occasional assistance initiating preferred television programs or tablet activities. These needs are consistent, predictable, and task-oriented.<br />\n<br />\nAt his current residence, my 32-year-old daughter independently manages his morning and evening care, including transfers and routine daily support. This demonstrates that while his care is hands-on, it is manageable and structured.<br />\n<br />\nRichard may occasionally vocalize discomfort during transfers. These episodes are brief, non-aggressive, and not combative in nature. When asked shortly afterward, he often does not recall the complaint and remains cooperative and pleasant. His responses are typically attributable to momentary confusion rather than behavioral escalation or resistance that would pose safety concerns.<br />\n<br />\nGiven that the denial was not based on financial considerations or bed availability, I respectfully request:<br />\n<br />\nA written explanation detailing the specific behaviors or care factors deemed outside your facility’s scope<br />\n<br />\nA secondary clinical review of his referral<br />\n<br />\nOr the opportunity to participate in a care conference to address any concerns directly<br />\n<br />\nWe were very impressed with your staff, the environment, and the location, and we believe your facility is clinically capable of meeting Richard’s needs. It is important to us that the determination be based on an accurate and complete understanding of his condition.<br />\n<br />\nPlease advise on the next steps for formal review. I would appreciate a timely response.<br />\n<br />\nSincerely,Michael Frink\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:04','2026-03-01 04:21:04','80d5f5f2-ba59-44db-8842-5df76cd4efe7'),
(36895,'Careers Form Submission',3191,36751,2,'Careers Form Submission from damaso gomez','careers@ccsouthpointe.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsouthpointe.com/careers\n\nNAME: damaso gomez\n\nEMAIL: damasogomez2133@gmail.com\n\nPHONE: 4147029480\n\nFACILITY: \n\n 	* Southpointe [https://mycompletecare.com/ccsouthpointe] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\ndamaso\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsouthpointe.com/careers</p><p></p><p><strong>Name:</strong> damaso gomez</p><p><strong>Email:</strong> damasogomez2133@gmail.com</p><p><strong>Phone:</strong> 4147029480</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsouthpointe\">Southpointe</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            damaso\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:04','2026-03-01 04:21:04','308435af-4c30-46d1-aa9f-199e39f24f3e'),
(36896,'Careers Form Submission',3191,36752,2,'Careers Form Submission from Eduardo Garcia','careers@ccsouthpointe.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsouthpointe.com/careers/\n\nNAME: Eduardo Garcia\n\nEMAIL: tavarezgar28@gmail.com\n\nPHONE: 4147021861\n\nFACILITY: \n\n 	* Southpointe [https://mycompletecare.com/ccsouthpointe] \n\nPOSITIONS OF INTEREST:\n\n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nEduardo Garcia\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsouthpointe.com/careers/</p><p></p><p><strong>Name:</strong> Eduardo Garcia</p><p><strong>Email:</strong> tavarezgar28@gmail.com</p><p><strong>Phone:</strong> 4147021861</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsouthpointe\">Southpointe</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Eduardo Garcia \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:05','2026-03-01 04:21:05','5349381b-3b50-413b-a399-60cbb38637b3'),
(36897,'Careers Form Submission',3191,36756,2,'Careers Form Submission from Allison dwyer','careers@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccshorrockgardens.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n 	* Recruitment \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nI\'m looking for full time work part time work days.And weakens if\nneeded\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccshorrockgardens.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I\'m looking for full time work part time work days.And weakens if needed\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:05','2026-03-01 04:21:05','f8c8faba-01e4-4595-9e5e-82a23e9233a3'),
(36898,'Careers Form Submission',3191,36758,2,'Careers Form Submission from Allison dwyer','careers@ccbeylea.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccbeylea.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Bey Lea [https://mycompletecare.com/ccbeylea] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Recruitment \n 	* Social Services \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nLooking for full time work part time work, weekdays and weekends as\nneeded\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccbeylea.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbeylea\">Bey Lea</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for full time work part time work, weekdays and weekends as needed\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:05','2026-03-01 04:21:05','bacfdb7f-329b-4e8a-9ceb-fe34eb3bc10b'),
(36899,'Contact Form Submission',3190,36779,1,'Contact Form Submission from Brad Barton','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Brad Barton\n\nEMAIL: bradleysbarton@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Wayne Hills [https://mycompletecare.com/ccwaynehills] \n\nMESSAGE: \nMary Koella, a resident in the Wayne NJ facility, is still out with\nher family as of 7:20 pm on Saturday, Feb. 28. We’ll bring her back\ntonight, but we’re delayed. We tried to call the main number\nmultiple times but kept getting redirected to a voice mailbox that was\nfull. I can be reached at 917-945-6549.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Brad Barton</p><p><strong>Email:</strong> bradleysbarton@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwaynehills\">Wayne Hills</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Mary Koella, a resident in the Wayne NJ facility, is still out with her family as of 7:20 pm on Saturday, Feb. 28.  We’ll bring her back tonight, but we’re delayed.  We tried to call the main number multiple times but kept getting redirected to a voice mailbox that was full.  I can be reached at 917-945-6549.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:06','2026-03-01 04:21:06','5015f6e6-7ff8-46b3-b269-1d19fbb10c98'),
(36900,'Careers Form Submission',3191,36784,2,'Careers Form Submission from Marleigh Jasinski','careers@ccholidaycity.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccholidaycity.com/careers\n\nNAME: Marleigh Jasinski\n\nEMAIL: jasinskimarleigh@gmail.com\n\nPHONE: +18483331213\n\nFACILITY: \n\n 	* Holiday City [https://mycompletecare.com/ccholidaycity] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nHi, my name is Marleigh Jasinski and I am 16 years old and I am\nlooking for a job. I would like to apply to be a server or front desk.\nPlease consider me and reach back. Thank you.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccholidaycity.com/careers</p><p></p><p><strong>Name:</strong> Marleigh Jasinski</p><p><strong>Email:</strong> jasinskimarleigh@gmail.com</p><p><strong>Phone:</strong> +18483331213</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccholidaycity\">Holiday City</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi, my name is Marleigh Jasinski and I am 16 years old and I am looking for a job. I would like to apply to be a server or front desk. Please consider me and reach back. Thank you.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:06','2026-03-01 04:21:06','0e9c5a1a-f753-4584-b08a-a4a9d0399374'),
(36901,'Careers Form Submission',3191,36786,2,'Careers Form Submission from Kimberly Crawford','careers@ccmonmouth.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmonmouth.com/careers\n\nNAME: Kimberly Crawford\n\nEMAIL: kimberly.crawford621@gmail.com\n\nPHONE: 12406705461\n\nFACILITY: \n\n 	* Monmouth [https://mycompletecare.com/ccmonmouth] \n\nPOSITIONS OF INTEREST:\n\n 	* HR / Staffing \n\nMESSAGE/ COVER LETTER:\n\nHiring Committee,\n\nI am writing to let you know that I am interested in the Human\nResources opportunity at your company/organization. With more than 20\nyears of progressive human resources and operational leadership\nexperience—primarily within healthcare, government contracting,\ncorporate, and senior living environments- I bring a proven ability to\nalign people strategy with mission-driven care, regulatory compliance,\nand organizational performance.\n\nThroughout my career, I have led comprehensive HR operations across\nsingle-site and multi-site environments, including federal contract,\nindependent &amp; assisted living, skilled, healthcare, corporate and\nregulated service organizations. I have served as a trusted advisor to\nexecutive leadership and boards, overseeing talent acquisition,\nemployee relations, compliance, performance management, workforce\nplanning, and organizational development. My approach is grounded in\noperational discipline, empathy-driven leadership, and a deep\nunderstanding of the complexities inherent in senior living and\nhealthcare delivery.\nIn recent roles, I have supported large communities, unions and\nregional portfolios by stabilizing HR operations, leading complex\nemployee relations matters, ensuring compliance with EEOC, FMLA, ADA,\nOSHA, and healthcare regulations, and developing leaders through\ncoaching, training, and accountability frameworks. I am particularly\nskilled at navigating high-acuity environments, managing workforce\nchallenges, and implementing HR strategies that improve engagement,\nretention, and quality of care outcomes.\nWhat differentiates my leadership is the ability to balance strategic\noversight with hands-on execution. I am comfortable operating at the\nexecutive level while remaining closely connected to frontline\nrealities—ensuring policies, processes, and people practices are\nboth compliant and practical. I pride myself on being a steady,\nethical, and solutions-oriented leader who builds trust, resolves\nconflict with diplomacy, and strengthens organizational culture during\nperiods of growth or change.\nI am enthusiastic about the opportunity to contribute my experience to\na company/organization committed to excellence in care, customer\nservice, employee engagement, and operational integrity. I welcome the\nopportunity to discuss how my background and leadership philosophy\nalign with your goals and vision.\nThank you for your time and consideration.\nRespectfully,\nKim Crawford\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmonmouth.com/careers</p><p></p><p><strong>Name:</strong> Kimberly Crawford</p><p><strong>Email:</strong> kimberly.crawford621@gmail.com</p><p><strong>Phone:</strong> 12406705461</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmonmouth\">Monmouth</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hiring Committee,<br />\n<br />\nI am writing to let you know that I am interested in the Human Resources opportunity at your company/organization. With more than 20 years of progressive human resources and operational leadership experience—primarily within healthcare, government contracting, corporate, and senior living environments- I bring a proven ability to align people strategy with mission-driven care, regulatory compliance, and organizational performance.<br />\n<br />\nThroughout my career, I have led comprehensive HR operations across single-site and multi-site environments, including federal contract, independent &amp;amp; assisted living, skilled, healthcare, corporate and regulated service organizations. I have served as a trusted advisor to executive leadership and boards, overseeing talent acquisition, employee relations, compliance, performance management, workforce planning, and organizational development. My approach is grounded in operational discipline, empathy-driven leadership, and a deep understanding of the complexities inherent in senior living and healthcare delivery.<br />\nIn recent roles, I have supported large communities, unions and regional portfolios by stabilizing HR operations, leading complex employee relations matters, ensuring compliance with EEOC, FMLA, ADA, OSHA, and healthcare regulations, and developing leaders through coaching, training, and accountability frameworks. I am particularly skilled at navigating high-acuity environments, managing workforce challenges, and implementing HR strategies that improve engagement, retention, and quality of care outcomes.<br />\nWhat differentiates my leadership is the ability to balance strategic oversight with hands-on execution. I am comfortable operating at the executive level while remaining closely connected to frontline realities—ensuring policies, processes, and people practices are both compliant and practical. I pride myself on being a steady, ethical, and solutions-oriented leader who builds trust, resolves conflict with diplomacy, and strengthens organizational culture during periods of growth or change.<br />\nI am enthusiastic about the opportunity to contribute my experience to a company/organization committed to excellence in care, customer service, employee engagement, and operational integrity. I welcome the opportunity to discuss how my background and leadership philosophy align with your goals and vision.<br />\nThank you for your time and consideration.<br />\nRespectfully,<br />\nKim Crawford<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"52.167.144.202\",\"userAgent\":\"Mozilla\\/5.0 AppleWebKit\\/537.36 (KHTML, like Gecko; compatible; bingbot\\/2.0; +http:\\/\\/www.bing.com\\/bingbot.htm) Chrome\\/116.0.1938.76 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-01 04:21:06','2026-03-01 04:21:06','6c9f0ef0-f38b-4b62-a67d-942974eff6fc'),
(38205,'Contact Form Submission',3190,36903,1,'Contact Form Submission from Neel Deodhar','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Neel Deodhar\n\nEMAIL: quintet.luce@gmail.cm\n\nCOMPANY: Luce Quintet\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Green Knoll [https://mycompletecare.com/ccgreenknoll] \n\nMESSAGE: \nHello,\n\nI hope you are doing well. My name is Neel, and I help\ncoordinate outreach and business-related work for the Luce\nQuintet—a non-profit, student-run music group based out of Skillman,\nNJ. The Luce Quintet\'s mission is to cultivate joy and community\nthrough music by providing free, diverse performances to all age\ngroups. I am inquiring about the possibility of us performing at\nComplete Care at Green Knoll.\n\nThe quintet is composed of five different students, whom each have\nyears of experience and notable accolades. The instruments that form\nthe quintet are as follows: 2 vaiolin parts, viola, cello, and double\nbass. We perform in a wide variety of genres, such as classical, film,\nand contemporary, originating from all across the globe. Any\nsuggestions or requests in regards to our setlist are welcome!\n\nWe would love the opportunity to bring live music to your location and\ncreate a warm and lively atmosphere. Please let us know if this is\nsomething you would be open to, and we would be more than happy to\ndiscuss scheduling and details for the event. Within the past few\nmonths, we\'ve already performed at the Montgomery Library,\nHillsborough Library, and the Montgomery Senior Center.\n\nThank you for your time and consideration. We look forward to the\npossibility of sharing music with your community!\n\nBest,\nNeel Deodhar\nThe Luce Quintet\n\n-- \nThe Luce Quintet\'s mission is to cultivate joy and community through\nmusic by providing free, diverse performances to all age groups.\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Neel Deodhar</p><p><strong>Email:</strong> quintet.luce@gmail.cm</p><p><strong>Company:</strong> Luce Quintet</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgreenknoll\">Green Knoll</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nI hope you are doing well. My name is Neel, and I help coordinate outreach and business-related work for the Luce Quintet—a non-profit, student-run music group based out of Skillman, NJ. The Luce Quintet\'s mission is to cultivate joy and community through music by providing free, diverse performances to all age groups. I am inquiring about the possibility of us performing at Complete Care at Green Knoll.<br />\n<br />\nThe quintet is composed of five different students, whom each have years of experience and notable accolades. The instruments that form the quintet are as follows: 2 vaiolin parts, viola, cello, and double bass. We perform in a wide variety of genres, such as classical, film, and contemporary, originating from all across the globe. Any suggestions or requests in regards to our setlist are welcome!<br />\n<br />\nWe would love the opportunity to bring live music to your location and create a warm and lively atmosphere. Please let us know if this is something you would be open to, and we would be more than happy to discuss scheduling and details for the event. Within the past few months, we\'ve already performed at the Montgomery Library, Hillsborough Library, and the Montgomery Senior Center.<br />\n<br />\nThank you for your time and consideration. We look forward to the possibility of sharing music with your community!<br />\n<br />\nBest,<br />\nNeel Deodhar<br />\nThe Luce Quintet<br />\n<br />\n-- <br />\nThe Luce Quintet\'s mission is to cultivate joy and community through music by providing free, diverse performances to all age groups.<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:20','2026-03-04 14:57:20','dd391a51-a035-417c-89ce-0aa8f3227165'),
(38206,'Careers Form Submission',3191,36993,2,'Careers Form Submission from karena mahoney','careers@completecarebarnhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarebarnhill.com/careers\n\nNAME: karena mahoney\n\nEMAIL: Karenamahoney7@gmail.com\n\nPHONE: 16176027115\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nlooking to attain a Chha certification. I have a certificate but i am\nnot state certified.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarebarnhill.com/careers</p><p></p><p><strong>Name:</strong> karena mahoney</p><p><strong>Email:</strong> Karenamahoney7@gmail.com</p><p><strong>Phone:</strong> 16176027115</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            looking to attain a Chha certification.  I have a certificate but i am not state certified.  \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:21','2026-03-04 14:57:21','5511edd7-cc5b-48bd-a476-08b6b3c57744'),
(38207,'Contact Form Submission',3190,36999,1,'Contact Form Submission from Jeannel JOSEPH','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Jeannel JOSEPH\n\nEMAIL: mirajosephm3@aol.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Orange Park [https://mycompletecare.com/ccorangepark] \n\nMESSAGE: \nI would like to know if there are open positions for lpn.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Jeannel JOSEPH</p><p><strong>Email:</strong> mirajosephm3@aol.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccorangepark\">Orange Park</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I would like to know if there are open positions for lpn.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:21','2026-03-04 14:57:21','f157e937-1cdf-4dde-a92a-42044336d4dc'),
(38208,'Volunteer Form Submission',3189,37004,3,'Volunteer Form Submission from Madhurika Velayutha Perumal','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Madhurika Velayutha Perumal\n\nEMAIL: maddy.sangs@gmail.com\n\nPHONE: 6096512638\n\nFACILITY:\n\n 	* Park Place [https://mycompletecare.com/ccparkplace] \n\nMESSAGE:\nHello, my name is Madhurika Velayutha Perumal and I am a 9th grade\nstudent at South Brunswick High School. I am interested in\nvolunteering at Complete Care because I enjoy helping people and\nlearning more about healthcare. I would love to spend time with\nresidents, help with activities like games, reading, and crafts. Thank\nyou for your time and consideration.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Madhurika Velayutha Perumal</p><p><strong>Email:</strong> maddy.sangs@gmail.com</p><p><strong>Phone:</strong> 6096512638</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccparkplace\">Park Place</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Hello, my name is Madhurika Velayutha Perumal and I am a 9th grade student at South Brunswick High School. I am interested in volunteering at Complete Care because I enjoy helping people and learning more about healthcare. I would love to spend time with residents, help with activities like games, reading, and crafts. Thank you for your time and consideration. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:21','2026-03-04 14:57:21','736fca3c-6f49-4490-9017-d8e200f99cd7'),
(38209,'Contact Form Submission',3190,37007,1,'Contact Form Submission from Brendan K Moran','info@completecarebarnhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarebarnhill.com/contact\n\nNAME: Brendan K Moran\n\nEMAIL: brendan.moran717@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nMESSAGE: \nGood morning \nMy mother in law is currently a resident of your facility. I have now\ngotten multiple calls regarding her treatment from multiple family\nmembers including her. I am being told she is being yelled at and\nitems are being taken away from her. I understand that though my\nmother in law has some memory issues that this is true due to multiple\npeople having the same story. I would like to speak further about\nthis. I can be reached either email or cell at 845-762-6201. Thank you\n','<p><strong>Contact form submitted at:</strong> https://completecarebarnhill.com/contact</p><p></p><p><strong>Name:</strong> Brendan K Moran</p><p><strong>Email:</strong> brendan.moran717@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good morning <br />\nMy mother in law is currently a resident of your facility. I have now gotten multiple calls regarding her treatment from multiple family members including her. I am being told she is being yelled at and  items are being taken away from her. I understand that though my mother in law has some memory issues that this is true due to multiple people having the same story. I would like to speak further about this. I can be reached either email or cell at 845-762-6201. Thank you \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:21','2026-03-04 14:57:21','01fb872a-ea59-448d-a31c-8e1447f9fbc5'),
(38210,'Contact Form Submission',3190,37009,1,'Contact Form Submission from Joseph D Lane','info@cchagerstown.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchagerstown.com/contact\n\nNAME: Joseph D Lane\n\nEMAIL: lordenalrex@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hagerstown [https://mycompletecare.com/cchagerstown] \n\nMESSAGE: \nMy mother has Alzheimer’s and is on a fixed gov\'t income of roughly\n$4,000.00 a month and had exhausted her savings due to the cost of her\ncurrent assisted living facility. Does CompleteCare have the capacity\nto work with that monthly income?\n','<p><strong>Contact form submitted at:</strong> https://cchagerstown.com/contact</p><p></p><p><strong>Name:</strong> Joseph D Lane</p><p><strong>Email:</strong> lordenalrex@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchagerstown\">Hagerstown</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My mother has Alzheimer’s and is on a fixed gov\'t income of roughly $4,000.00 a month and had exhausted her savings due to the cost of her current assisted living facility. Does CompleteCare have the capacity to work with that monthly income?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:22','2026-03-04 14:57:22','3d90a58c-8341-4b84-a7d2-f1ade128d7f4'),
(38211,'Contact Form Submission',3190,37010,1,'Contact Form Submission from Eduardo','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Eduardo\n\nEMAIL: vasquezeduardo091@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Silver Lake [https://mycompletecare.com/ccsilverlake] \n\nMESSAGE: \nHi, I am reaching out as a past employee of Complete Care. I was\nhoping to talk to someone about the 401k I had there. I prefer to have\ncommunication via phone and email. My phone number is 732-534-1011.\nThank you.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Eduardo</p><p><strong>Email:</strong> vasquezeduardo091@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsilverlake\">Silver Lake</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi, I am reaching out as a past employee of Complete Care. I was hoping to talk to someone about the 401k I had there. I prefer to have communication via phone and email. My phone number is 732-534-1011. Thank you.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:22','2026-03-04 14:57:22','1fb6d744-bb9c-4e20-88c9-87bb9ae937af'),
(38212,'Volunteer Form Submission',3189,37012,3,'Volunteer Form Submission from Alpha','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Alpha\n\nEMAIL: joyalpha232@gmail.com\n\nPHONE: 7329799196\n\nFACILITY:\n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nMESSAGE:\nMy name is Joy Precious Alpha and I am a Bachelor of Social Work (BSW)\nstudent at Liberty University Online. I am seeking a Junior Field\nPlacement for August 24, 2026 – December 15, 2026 (100+ hours), and\na Senior Field Placement for January 2027 – May 15, 2027 (400+\nhours).\n\nMy program requires supervision by a degreed social worker (BSW or\nMSW) who is willing to supervise me and sign my field placement\ndocumentation.\n\nI currently work as an Activity Coordinator at Aleph Adult Day Center\nand I am also a Certified Home Health Aide (CHHA). I am very\ninterested in gaining experience in a skilled nursing facility\nsetting.\n\nPlease let me know if your facility accepts social work interns and if\nI may speak with the Social Services Director regarding placement\nopportunities.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Alpha</p><p><strong>Email:</strong> joyalpha232@gmail.com</p><p><strong>Phone:</strong> 7329799196</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            My name is Joy Precious Alpha and I am a Bachelor of Social Work (BSW) student at Liberty University Online. I am seeking a Junior Field Placement for August 24, 2026 – December 15, 2026 (100+ hours), and a Senior Field Placement for January 2027 – May 15, 2027 (400+ hours).<br />\n<br />\nMy program requires supervision by a degreed social worker (BSW or MSW) who is willing to supervise me and sign my field placement documentation.<br />\n<br />\nI currently work as an Activity Coordinator at Aleph Adult Day Center and I am also a Certified Home Health Aide (CHHA). I am very interested in gaining experience in a skilled nursing facility setting.<br />\n<br />\nPlease let me know if your facility accepts social work interns and if I may speak with the Social Services Director regarding placement opportunities.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:22','2026-03-04 14:57:22','0337deb9-7733-463e-8c99-bef5a60a386d'),
(38213,'Volunteer Form Submission',3189,37013,3,'Volunteer Form Submission from Alpha','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Alpha\n\nEMAIL: joyalpha232@gmail.com\n\nPHONE: 7329799196\n\nFACILITY:\n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nMESSAGE:\nMy name is Joy Precious Alpha and I am a Bachelor of Social Work (BSW)\nstudent at Liberty University Online. I am seeking a Junior Field\nPlacement for August 24, 2026 – December 15, 2026 (100+ hours), and\na Senior Field Placement for January 2027 – May 15, 2027 (400+\nhours).\n\nMy program requires supervision by a degreed social worker (BSW or\nMSW) who is willing to supervise me and sign my field placement\ndocumentation.\n\nI currently work as an Activity Coordinator at Aleph Adult Day Center\nand I am also a Certified Home Health Aide (CHHA). I am very\ninterested in gaining experience in a skilled nursing facility\nsetting.\n\nPlease let me know if your facility accepts social work interns and if\nI may speak with the Social Services Director regarding placement\nopportunities.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Alpha</p><p><strong>Email:</strong> joyalpha232@gmail.com</p><p><strong>Phone:</strong> 7329799196</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            My name is Joy Precious Alpha and I am a Bachelor of Social Work (BSW) student at Liberty University Online. I am seeking a Junior Field Placement for August 24, 2026 – December 15, 2026 (100+ hours), and a Senior Field Placement for January 2027 – May 15, 2027 (400+ hours).<br />\n<br />\nMy program requires supervision by a degreed social worker (BSW or MSW) who is willing to supervise me and sign my field placement documentation.<br />\n<br />\nI currently work as an Activity Coordinator at Aleph Adult Day Center and I am also a Certified Home Health Aide (CHHA). I am very interested in gaining experience in a skilled nursing facility setting.<br />\n<br />\nPlease let me know if your facility accepts social work interns and if I may speak with the Social Services Director regarding placement opportunities.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:22','2026-03-04 14:57:22','caaecf30-2669-4592-8db6-784ce2fcd7ac'),
(38214,'Careers Form Submission',3191,37071,2,'Careers Form Submission from Allison dwyer','careers@ccatgreenacres.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccatgreenacres.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Recruitment \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nI\'m looking for a full time work part time work, weekdays and\nweekends.If need\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccatgreenacres.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I\'m looking for a full time work part time work, weekdays and weekends.If need\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:23','2026-03-04 14:57:23','5bab964e-43b4-4891-b533-1d461388d1f4'),
(38215,'Careers Form Submission',3191,37101,2,'Careers Form Submission from Maria','careers@ccplainfield.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccplainfield.com/careers\n\nNAME: Maria\n\nEMAIL: mariamancia30@yahoo.com\n\nPHONE: 9089175312\n\nFACILITY: \n\n 	* Plainfield [https://mycompletecare.com/ccplainfield] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nInteresting for both positions\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccplainfield.com/careers</p><p></p><p><strong>Name:</strong> Maria</p><p><strong>Email:</strong> mariamancia30@yahoo.com</p><p><strong>Phone:</strong> 9089175312</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccplainfield\">Plainfield</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Interesting for both positions \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:24','2026-03-04 14:57:24','40b6e588-5d5f-4557-aca2-d8451c92d350'),
(38216,'Contact Form Submission',3190,37123,1,'Contact Form Submission from Michel\'le Snell','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Michel\'le Snell\n\nEMAIL: michsalon30@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\nMESSAGE: \nI am interested in working as a CNA. I had a license years ago. But it\nwas never renewed. Do you offer on-the-job training for cna?\n\nThanks,\n\nMichel\'le\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Michel\'le Snell </p><p><strong>Email:</strong> michsalon30@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            I am interested in working as a CNA. I had a license years ago. But it was never renewed. Do you offer on-the-job training for cna?<br />\n<br />\nThanks,<br />\n<br />\nMichel\'le \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:24','2026-03-04 14:57:24','bf4bbb42-63c9-4485-bf88-145088d35e78'),
(38217,'Contact Form Submission',3190,37128,1,'Contact Form Submission from Kevin Dela Cruz','info@ccprospectheights.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccprospectheights.com/contact\n\nNAME: Kevin Dela Cruz\n\nEMAIL: kevind725@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Prospect Heights [https://mycompletecare.com/ccprospectheights] \n\nMESSAGE: \nI\'ve been for months trying to get the email to file a formal\ncomplaint about RJ. I have emailed numerous times asking for the email\nto send it too. I have even emailed Rudina Gaba who I is showing up as\nthe HR rep for the company but have not gotten any response. Please\nlet me know the who I should reach out to to have a proper discussion.\n','<p><strong>Contact form submitted at:</strong> https://ccprospectheights.com/contact</p><p></p><p><strong>Name:</strong> Kevin Dela Cruz</p><p><strong>Email:</strong> kevind725@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccprospectheights\">Prospect Heights</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'ve been for months trying to get the email to file a formal complaint about RJ. I have emailed numerous times asking for the email to send it too. I have even emailed Rudina Gaba who I is showing up as the HR rep for the company but have not gotten any response. Please let me know the who I should reach out to to have a proper discussion. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:24','2026-03-04 14:57:24','ffb08a28-0ada-417b-9b43-faf88d9db0d6'),
(38218,'Contact Form Submission',3190,37130,1,'Contact Form Submission from Kevin Dela Cruz','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Kevin Dela Cruz\n\nEMAIL: kevind725@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Prospect Heights [https://mycompletecare.com/ccprospectheights] \n\nMESSAGE: \nI am trying to file a formal complaint about an individual at one of\nyour facilities but I\'m not getting any response back. This is the\nemail that I have sent. Please give me the email for your HR\ndepartment. \n\nI saw on your website that RJ is the nursing home administrator which\nI realize now why you all are reluctant to give me the information I\nam requesting. You all are trying to protect him or feel that because\nof his position, he is entitled to treat and talk to people in such a\nmanner. However, I do not feel that way and still want to file a\ncomplaint against him. I also see that the human resources director is\nRudina Gaba. Can you please provide me with her email address so that\nI can reach out to her.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Kevin Dela Cruz</p><p><strong>Email:</strong> kevind725@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccprospectheights\">Prospect Heights</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am trying to file a formal complaint about an individual at one of your facilities but I\'m not getting any response back. This is the email that I have sent. Please give me the email for your HR department. <br />\n<br />\nI saw on your website that RJ is the nursing home administrator which I realize now why you all are reluctant to give me the information I am requesting. You all are trying to protect him or feel that because of his position, he is entitled to treat and talk to people in such a manner. However, I do not feel that way and still want to file a complaint against him. I also see that the human resources director is Rudina Gaba. Can you please provide me with her email address so that I can reach out to her. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:24','2026-03-04 14:57:24','bbec5924-7673-4b33-bcd4-fc3a548105b6'),
(38219,'Contact Form Submission',3190,37252,1,'Contact Form Submission from Shirley Saxon','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Shirley Saxon\n\nEMAIL: longevityfederation@sciinovhealth.com\n\nCOMPANY: Sciinov group\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\nMESSAGE: \nTo Complete Care Management Team,\n\nWarm greetings from the Global Longevity Federation (GLF)!\n\nOn behalf of the organizing committee, we are pleased to invite\nComplete Care Management to participate as a Sponsor, Speaker, or\nExhibitor at the 5th Edition of the Global Longevity Federation (GLF\n2026), taking place on March 23–24, 2026, in Rome, Italy.\n\nGLF 2026 will gather a distinguished global audience of longevity\nresearchers, clinicians, healthcare innovators, regenerative medicine\nexperts, biotech companies, investors, and wellness leaders to discuss\nthe future of healthy aging and preventive healthcare.\n\nGiven Complete Care Management’s commitment to comprehensive and\npatient-centered healthcare solutions, we believe your organization\nwould be a valuable addition to the discussions and collaborations at\nGLF 2026.\n\nWe invite your participation in the following capacities:\n\n🎤 Speaker Opportunity\n\nPresent your expertise, case studies, or innovative care models\n\nPosition your organization as a leader in integrated and preventive\nhealthcare\n\n🏢 Exhibitor Opportunity\n\nShowcase your services, technologies, and solutions\n\nEngage directly with healthcare professionals and decision-makers\n\n🤝 Sponsorship Opportunity\n\nPremium brand visibility before and during the conference\n\nRecognition across digital and onsite platforms\n\nTailored branding and networking opportunities\n\nGLF provides a powerful platform to strengthen partnerships, expand\nglobal visibility, and connect with leaders shaping the longevity and\nhealthcare ecosystem.\n\nFor further details on participation packages, please visit:\n🌐 https://longevityfederation.com/\n\nWe would be delighted to explore how Complete Care Management can\ncollaborate with us at GLF 2026 and would be happy to schedule a brief\ndiscussion at your convenience.\n\nLooking forward to your response.\n\nRegards,\nShirley Saxon\nProgram Director | GLF 2026\nPh: +1 732 526 1166\nWhatsApp: +91 7997224449\nEmail: longevityfederation@sciinovhealth.com\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Shirley Saxon</p><p><strong>Email:</strong> longevityfederation@sciinovhealth.com</p><p><strong>Company:</strong> Sciinov group</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            To Complete Care Management Team,<br />\n<br />\nWarm greetings from the Global Longevity Federation (GLF)!<br />\n<br />\nOn behalf of the organizing committee, we are pleased to invite Complete Care Management to participate as a Sponsor, Speaker, or Exhibitor at the 5th Edition of the Global Longevity Federation (GLF 2026), taking place on March 23–24, 2026, in Rome, Italy.<br />\n<br />\nGLF 2026 will gather a distinguished global audience of longevity researchers, clinicians, healthcare innovators, regenerative medicine experts, biotech companies, investors, and wellness leaders to discuss the future of healthy aging and preventive healthcare.<br />\n<br />\nGiven Complete Care Management’s commitment to comprehensive and patient-centered healthcare solutions, we believe your organization would be a valuable addition to the discussions and collaborations at GLF 2026.<br />\n<br />\nWe invite your participation in the following capacities:<br />\n<br />\n🎤 Speaker Opportunity<br />\n<br />\nPresent your expertise, case studies, or innovative care models<br />\n<br />\nPosition your organization as a leader in integrated and preventive healthcare<br />\n<br />\n🏢 Exhibitor Opportunity<br />\n<br />\nShowcase your services, technologies, and solutions<br />\n<br />\nEngage directly with healthcare professionals and decision-makers<br />\n<br />\n🤝 Sponsorship Opportunity<br />\n<br />\nPremium brand visibility before and during the conference<br />\n<br />\nRecognition across digital and onsite platforms<br />\n<br />\nTailored branding and networking opportunities<br />\n<br />\nGLF provides a powerful platform to strengthen partnerships, expand global visibility, and connect with leaders shaping the longevity and healthcare ecosystem.<br />\n<br />\nFor further details on participation packages, please visit:<br />\n🌐 https://longevityfederation.com/<br />\n<br />\nWe would be delighted to explore how Complete Care Management can collaborate with us at GLF 2026 and would be happy to schedule a brief discussion at your convenience.<br />\n<br />\nLooking forward to your response.<br />\n<br />\nRegards,<br />\nShirley Saxon<br />\nProgram Director | GLF 2026<br />\nPh: +1 732 526 1166<br />\nWhatsApp: +91 7997224449<br />\nEmail: longevityfederation@sciinovhealth.com\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:24','2026-03-04 14:57:24','1b89c9d2-5e3d-4815-b6ed-592f3871370a'),
(38220,'Contact Form Submission',3190,37337,1,'Contact Form Submission from Chloe Terry','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Chloe Terry\n\nEMAIL: chloe@grandeurgreenservices.com\n\nCOMPANY: Grandeur Green Services\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nMESSAGE: \nHi,\n\nI work in Towson, and help many local companies. I was hoping I could\ncome by and offer a complimentary cleaning bid?\n\nThank you in advance for your response.\n\nWith best,\n\nChloe Terry\nBusiness Development Representative\nGrandeur Green Services\nchloe@grandeurgreenservices.com\n\n\"They came to our facility that I manage and deep cleaned our floors\nfor us. I have worked here for almost 4 years and have never seen the\nfloors look this good. They’re very responsive to email, and the\nprice was perfect! I highly recommend them for all your cleaning\nneeds!\" —Abby Matthews\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Chloe Terry</p><p><strong>Email:</strong> chloe@grandeurgreenservices.com</p><p><strong>Company:</strong> Grandeur Green Services</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n<br />\nI work in Towson, and help many local companies. I was hoping I could come by and offer a complimentary cleaning bid?<br />\n<br />\nThank you in advance for your response.<br />\n<br />\nWith best,<br />\n<br />\nChloe Terry<br />\nBusiness Development Representative<br />\nGrandeur Green Services<br />\nchloe@grandeurgreenservices.com<br />\n<br />\n\"They came to our facility that I manage and deep cleaned our floors for us. I have worked here for almost 4 years and have never seen the floors look this good. They’re very responsive to email, and the price was perfect! I highly recommend them for all your cleaning needs!\" —Abby Matthews<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:25','2026-03-04 14:57:25','8459da3b-936c-46c6-9360-9c4d487226a7'),
(38221,'Contact Form Submission',3190,37425,1,'Contact Form Submission from melanie sullivan','info@ccatcourthouse.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccatcourthouse.com/contact\n\nNAME: melanie sullivan\n\nEMAIL: melaniesullivan225@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Court House [https://mycompletecare.com/ccatcourthouse] \n\nMESSAGE: \nI\'m inquiring to find out more information about your long-term care\nfor my father. He has dementia and was wondering if you care for these\ntypes of patients.\n','<p><strong>Contact form submitted at:</strong> https://ccatcourthouse.com/contact</p><p></p><p><strong>Name:</strong> melanie sullivan</p><p><strong>Email:</strong> melaniesullivan225@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatcourthouse\">Court House</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m inquiring to find out more information about your long-term care for my father.  He has dementia and was wondering if you care for these types of patients.  \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:25','2026-03-04 14:57:25','5fe42d42-9121-4e4a-ac21-26efe6a47d7a'),
(38222,'Contact Form Submission',3190,37430,1,'Contact Form Submission from Amanda Smith','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Amanda Smith\n\nEMAIL: amanda@executiveelegancepros.com\n\nCOMPANY: Executive Elegance Pros\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Woodlands [https://mycompletecare.com/ccwoodlands] \n\nMESSAGE: \nI am local and would love an opportunity to provide you with a\nprofessional cleaning quote. We’re working with several facilities\nin your area and everyone seems to love our work because of our\nattention to detail. Are you free for a quick 10-minute call this\nweek?\n\nHave a great day!\n\nAmanda Smith\nBusiness Development Representative\nExecutive Elegance Pros\namanda@executiveelegancepros.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Amanda Smith</p><p><strong>Email:</strong> amanda@executiveelegancepros.com</p><p><strong>Company:</strong> Executive Elegance Pros</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwoodlands\">Woodlands</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am local and would love an opportunity to provide you with a professional cleaning quote. We’re working with several facilities in your area and everyone seems to love our work because of our attention to detail. Are you free for a quick 10-minute call this week?<br />\n<br />\nHave a great day!<br />\n<br />\nAmanda Smith<br />\nBusiness Development Representative<br />\nExecutive Elegance Pros<br />\namanda@executiveelegancepros.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:25','2026-03-04 14:57:25','df50ee53-4da7-455b-92d0-666f8b7736f6'),
(38223,'Careers Form Submission',3191,37432,2,'Careers Form Submission from Emily Levy','careers@ccmultimed.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmultimed.com/careers\n\nNAME: Emily Levy\n\nEMAIL: elevy7@students.towson.edu\n\nPHONE: 4848550820\n\nFACILITY: \n\n 	* Multi Medical Center [https://mycompletecare.com/ccmultimed] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nHello! I am an upcoming speech pathology graduate student at Towson\nUniversity inquiring if you have any positions coming open. Thank you!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmultimed.com/careers</p><p></p><p><strong>Name:</strong> Emily Levy</p><p><strong>Email:</strong> elevy7@students.towson.edu</p><p><strong>Phone:</strong> 4848550820</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmultimed\">Multi Medical Center</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Hello! I am an upcoming speech pathology graduate student at Towson University inquiring if you have any positions coming open. Thank you!\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:25','2026-03-04 14:57:25','544fc372-b4a5-46eb-8143-8173909a9cae'),
(38224,'Contact Form Submission',3190,37437,1,'Contact Form Submission from Joseph Lutz','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Joseph Lutz\n\nEMAIL: jplutz6@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Wall [https://mycompletecare.com/completecarewall] \n\nMESSAGE: \nI\'m a former employee and would like to know when I can expect to\nreceive my tax documents. Thank you. Joseph Lutz\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Joseph Lutz</p><p><strong>Email:</strong> jplutz6@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarewall\">Wall</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m a former employee and would like to know when I can expect to receive my tax documents. Thank you. Joseph Lutz \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:26','2026-03-04 14:57:26','8682a070-ee75-449f-a136-d04ce081d7e7'),
(38225,'Volunteer Form Submission',3189,37439,3,'Volunteer Form Submission from Pranavi Kuppa','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Pranavi Kuppa\n\nEMAIL: pranavi.kuppa@gmail.com\n\nPHONE: 2016002841\n\nFACILITY:\n\n 	* Summit Ridge [https://mycompletecare.com/ccsummitridge] \n\nMESSAGE:\nApplying as a part of Tech Connect, a school club where we teach basic\ntechnology skills to senior citizens.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Pranavi Kuppa</p><p><strong>Email:</strong> pranavi.kuppa@gmail.com</p><p><strong>Phone:</strong> 2016002841</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Applying as a part of Tech Connect, a school club where we teach basic technology skills to senior citizens.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:26','2026-03-04 14:57:26','20f8d328-7776-449c-b4a0-eb66e09b2a4a'),
(38226,'Careers Form Submission',3191,37441,2,'Careers Form Submission from Gbenga Akinbode','careers@ccorangepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccorangepark.com/careers\n\nNAME: Gbenga Akinbode\n\nEMAIL: akinbodegbenga85@gmail.com\n\nPHONE: 8622263731\n\nFACILITY: \n\n 	* Orange Park [https://mycompletecare.com/ccorangepark] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in the Licensed Practical Nurse\n(LPN) position at CompleteCare at Orange Park. I am a newly licensed\nLPN in the State of New Jersey, BLS certified, and seeking a full-time\nopportunity in a skilled nursing setting.\n\nI graduated from Morris County Vocational District in July 2025 and\ngained clinical experience in long-term care, rehabilitation, and\nskilled nursing. I am experienced in medication administration, wound\ncare, blood glucose monitoring, infection control, and\npatient-centered care. Additionally, my four years of professional\nexperience with Allied Universal Security strengthened my reliability,\ncommunication skills, and ability to work effectively under pressure.\n\nI am eager to contribute my skills and dedication to your team and\nwould welcome the opportunity to further discuss how I can support the\nresidents at your facility.\n\nThank you for your time and consideration.\n\nSincerely,\nGbenga Akintunde Akinbode\n862-226-3731\nAkinbodegbenga85@gmail.com\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccorangepark.com/careers</p><p></p><p><strong>Name:</strong> Gbenga Akinbode </p><p><strong>Email:</strong> akinbodegbenga85@gmail.com</p><p><strong>Phone:</strong> 8622263731</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccorangepark\">Orange Park</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in the Licensed Practical Nurse (LPN) position at CompleteCare at Orange Park. I am a newly licensed LPN in the State of New Jersey, BLS certified, and seeking a full-time opportunity in a skilled nursing setting.<br />\n<br />\nI graduated from Morris County Vocational District in July 2025 and gained clinical experience in long-term care, rehabilitation, and skilled nursing. I am experienced in medication administration, wound care, blood glucose monitoring, infection control, and patient-centered care. Additionally, my four years of professional experience with Allied Universal Security strengthened my reliability, communication skills, and ability to work effectively under pressure.<br />\n<br />\nI am eager to contribute my skills and dedication to your team and would welcome the opportunity to further discuss how I can support the residents at your facility.<br />\n<br />\nThank you for your time and consideration.<br />\n<br />\nSincerely,<br />\nGbenga Akintunde Akinbode<br />\n862-226-3731<br />\nAkinbodegbenga85@gmail.com\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:26','2026-03-04 14:57:26','71d39ab6-f1ac-4da1-8d8b-db048d1dde8f'),
(38227,'Contact Form Submission',3190,37443,1,'Contact Form Submission from DaeJunay Taylor','info@cclaplata.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cclaplata.com/contact\n\nNAME: DaeJunay Taylor\n\nEMAIL: whalendae@gmail.com\n\nCOMPANY: Jordan Memorial UAME Church\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* La Plata [https://mycompletecare.com/cclaplata] \n\nMESSAGE: \nHello, I am the secretary of Jordan Memorial UAME Church and I was\nhoping to speak with the person in charge of activities. Our church\nwould like to come on any Sunday selected by you all for an half hour\nof small service for the residents. The small service can include\nreading the daily bread, singing a couple of songs and prayer. Hoping\nto hear a response back from you all.\n','<p><strong>Contact form submitted at:</strong> https://cclaplata.com/contact</p><p></p><p><strong>Name:</strong> DaeJunay Taylor</p><p><strong>Email:</strong> whalendae@gmail.com</p><p><strong>Company:</strong> Jordan Memorial UAME Church </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclaplata\">La Plata</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, I am the secretary of Jordan Memorial UAME Church and I was hoping to speak with the person in charge of activities. Our church would like to come on any Sunday selected by you all for an half hour of small service for the residents. The small service can include reading the daily bread, singing a couple of songs and prayer. Hoping to hear a response back from you all. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:26','2026-03-04 14:57:26','5e160494-93ac-4101-bd02-ea88ce508828'),
(38228,'Contact Form Submission',3190,37444,1,'Contact Form Submission from Jennifer Obrien','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Jennifer Obrien\n\nEMAIL: jen.obrie@getdandyaiteam.com\n\nCOMPANY: Getdandy\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Dawnview [https://mycompletecare.com/ccdawnview] \n\nMESSAGE: \n\nHi Complete Care at Middlebury,\n\nI’ve built and trained an AI employee specifically for Complete Care\nat Middlebury.\n\nIt’s already been trained on 6+ hours worth of your publicly\navailable data — your website, Google Business Profile, and more. It\nknows how to answer customer questions, capture leads, and even follow\nup — just like a team member would.\n\nThis isn’t a sales call. It’s a 20-minute demo where you can\nactually interact with the AI employee and see what it can do.\n\nWould today or tomorrow work for a quick walkthrough? Select a Time to\nMeet Your Agent Here: https://getdandy.com/trained-agent-ff/ or you\ncan reach me directly at (949) 979-7488.\n\nTalk soon,\n\nThank you,\n\nJennifer O’Brien | AI Implementation Advisor\nGetDandy\nVisit us Online: https://getdandy.com/trained-agent-ff/\n\nUnsubscribe: https://bit.ly/42wnUsa\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Jennifer Obrien</p><p><strong>Email:</strong> jen.obrie@getdandyaiteam.com</p><p><strong>Company:</strong> Getdandy</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccdawnview\">Dawnview</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            <br />\nHi Complete Care at Middlebury,<br />\n<br />\nI’ve built and trained an AI employee specifically for Complete Care at Middlebury.<br />\n<br />\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer customer questions, capture leads, and even follow up — just like a team member would.<br />\n<br />\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.<br />\n<br />\nWould today or tomorrow work for a quick walkthrough? Select a Time to Meet Your Agent Here: https://getdandy.com/trained-agent-ff/ or you can reach me directly at (949) 979-7488.<br />\n<br />\nTalk soon,<br />\n<br />\nThank you,<br />\n<br />\nJennifer O’Brien | AI Implementation Advisor<br />\nGetDandy<br />\nVisit us Online: https://getdandy.com/trained-agent-ff/<br />\n<br />\nUnsubscribe: https://bit.ly/42wnUsa<br />\n<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:27','2026-03-04 14:57:27','98e97c5d-8dc6-4c90-8cc3-a1ba5fa34556'),
(38229,'Contact Form Submission',3190,37445,1,'Contact Form Submission from Patricia Williams','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Patricia Williams\n\nEMAIL: paw589.pw@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nOur family would like to transfer family member to your faculty. We\nhave called the administrator number and left messages. Please call\n804-216-2976 \nThank you \nPatricia Williams\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Patricia Williams</p><p><strong>Email:</strong> paw589.pw@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Our family would like to transfer family member to your faculty. We have called the administrator number and left messages. Please call 804-216-2976 <br />\nThank you <br />\nPatricia Williams \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:27','2026-03-04 14:57:27','66b79031-254c-4111-911e-1b2837377df7'),
(38230,'Volunteer Form Submission',3189,37447,3,'Volunteer Form Submission from Alejandra Varela','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Alejandra Varela\n\nEMAIL: alejandravt@hotmail.com\n\nPHONE: 973626295\n\nFACILITY:\n\n 	* Cedar Grove [https://mycompletecare.com/cccedargrove] \n\nMESSAGE:\nI would like to be considered to spend some quality time reading or\njust chatting up with one of your residents. Thank you.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Alejandra Varela</p><p><strong>Email:</strong> alejandravt@hotmail.com</p><p><strong>Phone:</strong> 973626295</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccedargrove\">Cedar Grove</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I would like to be considered to spend some quality time reading or just chatting up with one of your residents.  Thank you. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:27','2026-03-04 14:57:27','6c0a36c8-3e2b-477e-844b-7fc00f810e93'),
(38231,'Contact Form Submission',3190,37449,1,'Contact Form Submission from Yonique Marsh','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Yonique Marsh\n\nEMAIL: yoniquemarsh27@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \nHello I am interested in a Registered Nurse position in your facility\nand have applied to same. Is there a contact number I can call in\norder to speak with a representative regarding my application\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Yonique Marsh</p><p><strong>Email:</strong> yoniquemarsh27@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello I am interested in a Registered Nurse position in your facility and have applied to same. Is there a contact number I can call in order to speak with a representative regarding my application\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:27','2026-03-04 14:57:27','73f48204-c54f-4cca-8197-91a9fa058ead'),
(38232,'Contact Form Submission',3190,37455,1,'Contact Form Submission from Emily Dickens','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Emily Dickens\n\nEMAIL: emily@facilityfreshpro.com\n\nCOMPANY: FacilityFresh Pro\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nMESSAGE: \nHI, We’ve been speaking with local businesses that were looking for\nmore consistency and trust in their cleaning service. Many were\ndealing with missed spots, no-shows, and rotating crews. We built a\nteam they could count on — same cleaners, same schedule, spotless\nresults.\n\nWould it make sense to share a bit more information and see if this is\nsomething you’d want to explore?\n\nBest regards,\n\nEmily Dickens\nBusiness Development Rep\nFacilityFresh Pro\nemily@facilityfreshpro.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Emily Dickens</p><p><strong>Email:</strong> emily@facilityfreshpro.com</p><p><strong>Company:</strong> FacilityFresh Pro</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            HI, We’ve been speaking with local businesses that were looking for more consistency and trust in their cleaning service. Many were dealing with missed spots, no-shows, and rotating crews. We built a team they could count on — same cleaners, same schedule, spotless results.<br />\n<br />\nWould it make sense to share a bit more information and see if this is something you’d want to explore?<br />\n<br />\nBest regards,<br />\n<br />\nEmily Dickens<br />\nBusiness Development Rep<br />\nFacilityFresh Pro<br />\nemily@facilityfreshpro.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:28','2026-03-04 14:57:28','6d33d8d7-a3a9-4de2-957b-3da69620088b'),
(38233,'Contact Form Submission',3190,37462,1,'Contact Form Submission from Elizabeth Carroll','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Elizabeth Carroll\n\nEMAIL: icc@fdalaw.com\n\nCOMPANY: Furey, Doolan &amp; Abell, LLP\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nMESSAGE: \nI am seeking information on behalf of the Estate of Patricia F. Dulin\nregarding whether her stay at the facility was covered by her\nlong-term care insurance coverage. Please email me back or give me a\ncall at (301) 347-1216.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Elizabeth Carroll</p><p><strong>Email:</strong> icc@fdalaw.com</p><p><strong>Company:</strong> Furey, Doolan &amp;amp; Abell, LLP</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am seeking information on behalf of the Estate of Patricia F. Dulin regarding whether her stay at the facility was covered by her long-term care insurance coverage. Please email me back or give me a call at (301) 347-1216. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:28','2026-03-04 14:57:28','857760c6-6598-4a2c-b1ac-453fda6641cf'),
(38234,'Volunteer Form Submission',3189,37505,3,'Volunteer Form Submission from VERONICA RANSOM','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: VERONICA RANSOM\n\nEMAIL: Veronicaransom066@gmail.com\n\nPHONE: 2028138906\n\nFACILITY:\n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nMESSAGE:\nI Veronica Ransom is retired from the NATIONAL INSTITUTE OF HEALTH IN\nBETHESDA MD SINCE 2018 I RETIRED AS A MEDICAL SUPPLY TECHNICAN. I did\n25 years of service for the federal government. I also work for the\nDistrict government at DC GENERAL HOSPITAL, I was a housekeeping Aide\nI also worked at HOWARD HOSPITAL AS A OPERATION ROOM ATTENDANT I HOPE\nTHAT I CAN VOLUNTEER AT YOUR FACILITY I WOULD ENJOY AND HELPING OUT\nWERE NEEDED.ALSO I WILL HAVE MY RESUME IN HAND IF YOU ALL WILL CALL ME\nFOR VOLUNTEER WORK. THANK YOU SO MUCH \n\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> VERONICA RANSOM</p><p><strong>Email:</strong> Veronicaransom066@gmail.com</p><p><strong>Phone:</strong> 2028138906</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I Veronica Ransom is retired from the NATIONAL INSTITUTE OF HEALTH IN BETHESDA MD SINCE 2018 I RETIRED AS A MEDICAL SUPPLY TECHNICAN. I did 25 years of service for the federal government. I also work for the District government at DC GENERAL HOSPITAL, I was a housekeeping Aide   I also worked at HOWARD HOSPITAL AS A OPERATION ROOM ATTENDANT I HOPE THAT I CAN VOLUNTEER AT YOUR FACILITY I WOULD ENJOY AND HELPING OUT WERE NEEDED.ALSO I WILL HAVE MY RESUME IN HAND IF YOU ALL WILL CALL ME FOR VOLUNTEER WORK.  THANK YOU SO MUCH <br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:28','2026-03-04 14:57:28','3570aebd-749f-4d9a-b96d-3ab78a589a42'),
(38235,'Volunteer Form Submission',3189,37508,3,'Volunteer Form Submission from VERONICA RANSOM','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: VERONICA RANSOM\n\nEMAIL: Veronicaransom066@gmail.com\n\nPHONE: 12028138906\n\nFACILITY:\n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nMESSAGE:\nI Veronica Ransom would enjoy working at your facility I would bring\nmy resume to let you see were I can fit in as a volunteer worker.\nThank you so much\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> VERONICA RANSOM</p><p><strong>Email:</strong> Veronicaransom066@gmail.com</p><p><strong>Phone:</strong> 12028138906</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I Veronica Ransom would enjoy working at your facility I would bring my resume to let you see were I can fit in as a volunteer worker. Thank you so much\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:28','2026-03-04 14:57:28','7e2812b7-edb4-479a-8abf-f7aa1c89ab30'),
(38236,'Careers Form Submission',3191,37567,2,'Careers Form Submission from Penelope A Adams','info@ccwaynehills.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccwaynehills.com/careers\n\nNAME: Penelope A Adams\n\nEMAIL: geraldadams55@yahoo.com\n\nPHONE: (973) 666-3392\n\nFACILITY: \n\n 	* Wayne Hills [https://mycompletecare.com/ccwaynehills] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI Penelope Adams hereby make application for a job within the Complete\nCare at Wayne Hill facility. Should I be given the opportunity I will\nwork to assist this facility in the elevation process of care.\nPenelope Adams\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccwaynehills.com/careers</p><p></p><p><strong>Name:</strong> Penelope A Adams</p><p><strong>Email:</strong> geraldadams55@yahoo.com</p><p><strong>Phone:</strong> (973) 666-3392</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwaynehills\">Wayne Hills</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I Penelope Adams hereby make application for a job within the Complete Care at Wayne Hill facility.  Should I be given the opportunity I will work to assist this facility in the elevation process of care.  Penelope Adams \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:29','2026-03-04 14:57:29','d5c9a9f2-e171-44fd-b766-f473609c3f51'),
(38237,'Contact Form Submission',3190,37570,1,'Contact Form Submission from Tarin Trudeau','info@southpointecrc.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccsouthpointe.com/contact\n\nNAME: Tarin Trudeau\n\nEMAIL: tarinlorenz@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Southpointe [https://mycompletecare.com/ccsouthpointe] \n\nMESSAGE: \nHi Southpointe, My mom, Nancy, is 76 (77 in April) and living in a\nnursing facility in Chicago, IL. She is on Medicaid. My mom, brother\nand I are interested in bringing her to Milwaukee, where I live, as I\nbelieve being able to visit with her will be great for her quality of\nlife. Do you have Medicaid approved rooms? If so, any openings\ncurrently or on the horizon? Thank you so much!\n','<p><strong>Contact form submitted at:</strong> https://ccsouthpointe.com/contact</p><p></p><p><strong>Name:</strong> Tarin Trudeau</p><p><strong>Email:</strong> tarinlorenz@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsouthpointe\">Southpointe</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Southpointe, My mom, Nancy, is 76 (77 in April) and living in a nursing facility in Chicago, IL. She is on Medicaid. My mom, brother and I are interested in bringing her to Milwaukee, where I live, as I believe being able to visit with her will be great for her quality of life. Do you have Medicaid approved rooms? If so, any openings currently or on the horizon? Thank you so much!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:29','2026-03-04 14:57:29','68addbb1-0de8-49d3-a681-bd8ec4dbe9db'),
(38238,'Contact Form Submission',3190,37574,1,'Contact Form Submission from scott','info@completecareheritage.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareheritage.com/contact\n\nNAME: scott\n\nEMAIL: sgrant589@hotmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Heritage [https://mycompletecare.com/completecareheritage] \n\nMESSAGE: \nLieing costs our souls. elders need to reverse there lies and be a\nfood provider to the homeless and do the task in person. Its very\nimportant for everyone souls from punishment to come next life\n','<p><strong>Contact form submitted at:</strong> https://completecareheritage.com/contact</p><p></p><p><strong>Name:</strong> scott</p><p><strong>Email:</strong> sgrant589@hotmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareheritage\">Heritage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Lieing costs our souls. elders need to reverse there lies and be a food provider to the homeless and do the task in person. Its very important for everyone  souls from punishment to come next life\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:29','2026-03-04 14:57:29','3d3bd9b2-3d2a-4044-9df3-79e1516f9545'),
(38239,'Careers Form Submission',3191,37576,2,'Careers Form Submission from Juancho Amon','careers@ccarbors.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccarbors.com/careers\n\nNAME: Juancho Amon\n\nEMAIL: juancho_amon@yahoo.com\n\nPHONE: 732 557 1727\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nSubject: Application for Dietary/Food Service\n\nDear Hiring Manager,\n\nI am writing to express my interest in Dietary/Food Service jobs with\nyour company. With over 35 years of experience with people, I believe\nwould allow me to contribute effectively to that department and your\nteam as well.\n\nI am dependable, organized and comfortable working with diverse\nindividuals. I take pride in maintaining orderly system, assisting\nothers and contributing to a positive and productive workplace. I am\nalso eager to continue learning and strengthening my skilled to better\nsupport organizational goals.\n\nI would welcome the opportunity to discuss how my background and work\nethic can benefit your office. Thank your for your time and\nconsideration. I look forward to hearing from you.\n\nSincerely, \nJuancho G. Amon\n732-557-1727\njuancho_amon@yahoo.com\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccarbors.com/careers</p><p></p><p><strong>Name:</strong> Juancho Amon</p><p><strong>Email:</strong> juancho_amon@yahoo.com</p><p><strong>Phone:</strong> 732 557 1727</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Subject: Application for Dietary/Food Service<br />\n<br />\nDear Hiring Manager,<br />\n<br />\nI am writing to express my interest in Dietary/Food Service jobs with your company. With over 35 years of experience with people, I believe would allow me to contribute effectively to that department and your team as well.<br />\n<br />\nI am dependable, organized and comfortable working with diverse individuals. I take pride in maintaining orderly system, assisting others and contributing to a positive and productive workplace. I am also eager to continue learning and strengthening my skilled to better support organizational goals.<br />\n<br />\nI would welcome the opportunity to discuss how my background and work ethic can benefit your office. Thank your for your time and consideration. I look forward to hearing from you.<br />\n<br />\nSincerely, <br />\nJuancho G. Amon<br />\n732-557-1727<br />\njuancho_amon@yahoo.com\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:29','2026-03-04 14:57:29','887a8d83-962b-4fdf-8122-32c29e27b869'),
(38240,'Contact Form Submission',3190,37581,1,'Contact Form Submission from John Kacmarcik','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: John Kacmarcik\n\nEMAIL: johnkacmarcik@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nMESSAGE: \nOn 8-14-2025 &amp; 9-29-2025\nI played there the above 2 dates (Johnny K) and I have moved since\nthen.\nMy new address is:\nJOHN KACMARCIK\n105 Park View Ct\nBethlehem PA 18018\nThanks! :-)\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> John Kacmarcik</p><p><strong>Email:</strong> johnkacmarcik@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            On 8-14-2025 &amp;amp; 9-29-2025<br />\nI played there the above 2 dates (Johnny K) and I have moved since then.<br />\nMy new address is:<br />\nJOHN KACMARCIK<br />\n105 Park View Ct<br />\nBethlehem PA 18018<br />\nThanks!  :-)\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:30','2026-03-04 14:57:30','91fb2f1c-3071-40d3-859d-073d9cf75b6b'),
(38241,'Contact Form Submission',3190,37585,1,'Contact Form Submission from Meagan Donnelly','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Meagan Donnelly\n\nEMAIL: meg.donnelly23@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Wayne Hills [https://mycompletecare.com/ccwaynehills] \n\nMESSAGE: \nI am looking for a return call regarding a patient, my mother, who I\nam the healthcare proxy for. 201-625-3449\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Meagan Donnelly</p><p><strong>Email:</strong> meg.donnelly23@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwaynehills\">Wayne Hills</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am looking for a return call regarding a patient, my mother, who I am the healthcare proxy for. 201-625-3449\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:30','2026-03-04 14:57:30','f616e0d0-ca0a-4ad5-8f18-f3fd1671deb9'),
(38242,'Contact Form Submission',3190,37587,1,'Contact Form Submission from Meaghan Donnelly','info@ccwaynehills.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccwaynehills.com/contact\n\nNAME: Meaghan Donnelly\n\nEMAIL: meg.donnelly23@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Wayne Hills [https://mycompletecare.com/ccwaynehills] \n\nMESSAGE: \nEmail bounced back from the info@ccwaynehills.com\nI am requesting a return call regarding a patient, my mother. I am her\nmedical proxy and need to speak with someone (201) 625-3449.\n','<p><strong>Contact form submitted at:</strong> https://ccwaynehills.com/contact</p><p></p><p><strong>Name:</strong> Meaghan Donnelly</p><p><strong>Email:</strong> meg.donnelly23@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwaynehills\">Wayne Hills</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Email bounced back from the info@ccwaynehills.com<br />\nI am requesting a return call regarding a patient, my mother. I am her medical proxy and need to speak with someone (201) 625-3449.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:30','2026-03-04 14:57:30','02f5180d-e196-4cf9-b7a8-e5d0771c400b'),
(38243,'Contact Form Submission',3190,37594,1,'Contact Form Submission from Marleigh Jasinski','info@ccbeylea.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccbeylea.com/contact\n\nNAME: Marleigh Jasinski\n\nEMAIL: jasinskimarleigh@gmail.com\n\nCOMPANY: Message\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Bey Lea [https://mycompletecare.com/ccbeylea] \n\nMESSAGE: \nHi, my name is Marleigh Jasinski, I am 16 years old and I am looking\nfor a job. I took interest when I came across this website and I am\ninterested in working here. I would like to work as server or front\ndesk if you have availability. I currently work at Mcdonads but I am\nlooking for a new job. I hope this message reaches you well and I hope\nyou take this into consideration. Thank you.\n','<p><strong>Contact form submitted at:</strong> https://ccbeylea.com/contact</p><p></p><p><strong>Name:</strong> Marleigh Jasinski </p><p><strong>Email:</strong> jasinskimarleigh@gmail.com</p><p><strong>Company:</strong> Message </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbeylea\">Bey Lea</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi, my name is Marleigh Jasinski, I am 16 years old and I am looking for a job. I took interest when I came across this website and I am interested in working here. I would like to work as server or front desk if you have availability. I currently work at Mcdonads but I am looking for a new job. I hope this message reaches you well and I hope you take this into consideration. Thank you. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:30','2026-03-04 14:57:30','8e485c7c-26c0-4ea3-8d38-abfa630857e4'),
(38244,'Careers Form Submission',3191,37596,2,'Careers Form Submission from Tiauna Mapp','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Tiauna Mapp\n\nEMAIL: tiaunam27@gmail.com\n\nPHONE: 4145533672\n\nFACILITY: \n\n 	* Bayshore [https://mycompletecare.com/ccbayshore] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nTiauna Mapp\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Tiauna Mapp</p><p><strong>Email:</strong> tiaunam27@gmail.com</p><p><strong>Phone:</strong> 4145533672</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbayshore\">Bayshore</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Tiauna Mapp\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:31','2026-03-04 14:57:31','7f20a80b-80d4-44c7-8cc8-83c859b2a8a8'),
(38245,'Contact Form Submission',3190,37761,1,'Contact Form Submission from Caroline Brown','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Caroline Brown\n\nEMAIL: caroline@elevatecleansolution.com\n\nCOMPANY: Elevate Clean Solutions\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Bayshore [https://mycompletecare.com/ccbayshore] \n\nMESSAGE: \nI am with a local, family-owned janitorial company and would love to\ngive you a professional cleaning quote.\n\nWe’re working with several facilities in the area and everyone seems\nto love our work because of our attention to detail and our highly\nmotivated, trained team that is invested in going above and beyond.\n\nMay I give you more information or a no-obligation cleaning quote for\nyour space?\n\nHave a great day!\n\nCaroline Brown\nBusiness Development Rep\nElevate Clean Solutions\ncaroline@elevatecleansolution.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Caroline Brown</p><p><strong>Email:</strong> caroline@elevatecleansolution.com</p><p><strong>Company:</strong> Elevate Clean Solutions</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbayshore\">Bayshore</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am with a local, family-owned janitorial company and would love to give you a professional cleaning quote.<br />\n<br />\nWe’re working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated, trained team that is invested in going above and beyond.<br />\n<br />\nMay I give you more information or a no-obligation cleaning quote for your space?<br />\n<br />\nHave a great day!<br />\n<br />\nCaroline Brown<br />\nBusiness Development Rep<br />\nElevate Clean Solutions<br />\ncaroline@elevatecleansolution.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:31','2026-03-04 14:57:31','cd63e850-67bd-4b85-8315-73c906a18528'),
(38246,'Contact Form Submission',3190,37837,1,'Contact Form Submission from Timothy Miller','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Timothy Miller\n\nEMAIL: tim.miller@effem.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Brakeley Park [https://mycompletecare.com/ccbrakeleypark] \n\nMESSAGE: \nHello. My mother, Barbara, is currently doing rehab/ physical therapy\nthere. I was wondering if we would be able to take her out to dinner\nas my birthday is coming up. I now that she would enjoy it and it\nwould be good for her spirits.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Timothy Miller</p><p><strong>Email:</strong> tim.miller@effem.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrakeleypark\">Brakeley Park</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello.  My mother, Barbara, is currently doing rehab/ physical therapy there.  I was wondering if we would be able to take her out to dinner as my birthday is coming up.  I now that she would enjoy it and it would be good for her spirits.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:31','2026-03-04 14:57:31','5c86d226-db06-4d95-bad4-1aa86e59ec88'),
(38247,'Volunteer Form Submission',3189,37846,3,'Volunteer Form Submission from Bailee White','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Bailee White\n\nEMAIL: baileewhite2@gmail.com\n\nPHONE: 13046380270\n\nFACILITY:\n\n 	* Oak Ridge [https://mycompletecare.com/completecareoakridge] \n\nMESSAGE:\nHello, I\'m interested in more information about volunteering. How does\nit work? Is there a required amount of hours? Are there specific\nhours? Any information is helpful. Thanks, Bailee\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Bailee White</p><p><strong>Email:</strong> baileewhite2@gmail.com</p><p><strong>Phone:</strong> 13046380270</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareoakridge\">Oak Ridge</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Hello, I\'m interested in more information about volunteering. How does it work? Is there a required amount of hours? Are there specific hours? Any information is helpful. Thanks, Bailee\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:32','2026-03-04 14:57:32','ed99cc7d-e9eb-41d2-a5d2-f35f54bd5460'),
(38248,'Contact Form Submission',3190,37907,1,'Contact Form Submission from Denise Mero','info@completecarekhs.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarekhs.com/contact\n\nNAME: Denise Mero\n\nEMAIL: denise.mero@genesishcc.com\n\nCOMPANY: Genesis HealthCare Corp\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Kimberly Hall South [https://mycompletecare.com/completecarekhs] \n\nMESSAGE: \nBarbara...when you get a minute, can you please contact\nme...860-922-5959, regarding possible admission to KHS for short-term\nrehab, possibly tomorrow, for my mother who is currently at St.\nFrancis. I worked at KHS for years before \"claiming the corporate\nladder\" to Corporate Billing &amp; Collections. Still with Genesis and\nI see Tom is still the administrator at KHS ! Her payer source is\nUnited HealthCare Medicare Advantage with Medicaid (community) backup.\nKHS would be my first choice. Waiting to hear from the Case Manager at\nSt. Francis. Let me know if you guys have any beds available.\n','<p><strong>Contact form submitted at:</strong> https://completecarekhs.com/contact</p><p></p><p><strong>Name:</strong> Denise Mero</p><p><strong>Email:</strong> denise.mero@genesishcc.com</p><p><strong>Company:</strong> Genesis HealthCare Corp</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarekhs\">Kimberly Hall South</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Barbara...when you get a minute, can you please contact me...860-922-5959, regarding possible admission to KHS for short-term rehab, possibly tomorrow, for my mother who is currently at St. Francis.  I worked at KHS for years before \"claiming the corporate ladder\" to Corporate Billing &amp;amp; Collections.  Still with Genesis and I see Tom is still the administrator at KHS !  Her payer source is United HealthCare Medicare Advantage with Medicaid (community) backup.  KHS would be my first choice. Waiting to hear from the Case Manager at St. Francis.  Let me know if you guys have any beds available. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:32','2026-03-04 14:57:32','a4bbd75d-da0f-4d18-ad88-3df98511e177'),
(38249,'Contact Form Submission',3190,37911,1,'Contact Form Submission from Bette Heminghaus','info@ccholidaycity.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccholidaycity.com/contact\n\nNAME: Bette Heminghaus\n\nEMAIL: heminghaus@aol.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Holiday City [https://mycompletecare.com/ccholidaycity] \n\nMESSAGE: \nI would like to schedule an appointment to come in and tour the\nfacility.\n','<p><strong>Contact form submitted at:</strong> https://ccholidaycity.com/contact</p><p></p><p><strong>Name:</strong> Bette Heminghaus</p><p><strong>Email:</strong> heminghaus@aol.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccholidaycity\">Holiday City</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I would like to schedule an appointment to come in and tour the facility.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:32','2026-03-04 14:57:32','f2918f1d-b556-4996-81dc-49cfd71334cf'),
(38250,'Careers Form Submission',3191,37924,2,'Careers Form Submission from Ukari Gregory','careers@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareblvd.com/careers\n\nNAME: Ukari Gregory\n\nEMAIL: uag4102@gmail.com\n\nPHONE: 7738120767\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in the Certified Nursing Assistant\n(CNA) or Patient Care Technician (PCT) position. With over five years\nof hands-on patient care experience and formal CNA training, I bring a\nstrong foundation in direct patient support, safety, and compassionate\ncare.\n\nMy background includes assisting patients with activities of daily\nliving, monitoring vital signs, maintaining infection control\nstandards, and supporting patients with mobility and behavioral needs.\nIn addition, my academic background in Psychology enhances my ability\nto understand patient behavior, provide emotional support, and work\neffectively in high-acuity and behavioral health environments.\n\nI am highly dependable, comfortable working overnight shifts, and\nexperienced collaborating with interdisciplinary healthcare teams. I\nam eager to contribute my skills to a hospital or clinical setting\nwhere patient safety, dignity, and quality care are top priorities.\n\nThank you for your time and consideration. I would welcome the\nopportunity to discuss how my skills and experience align with your\nteam’s needs.\n\nSincerely,\nUkari Gregory\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareblvd.com/careers</p><p></p><p><strong>Name:</strong> Ukari Gregory</p><p><strong>Email:</strong> uag4102@gmail.com</p><p><strong>Phone:</strong> 7738120767</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in the Certified Nursing Assistant (CNA) or Patient Care Technician (PCT) position. With over five years of hands-on patient care experience and formal CNA training, I bring a strong foundation in direct patient support, safety, and compassionate care.<br />\n<br />\nMy background includes assisting patients with activities of daily living, monitoring vital signs, maintaining infection control standards, and supporting patients with mobility and behavioral needs. In addition, my academic background in Psychology enhances my ability to understand patient behavior, provide emotional support, and work effectively in high-acuity and behavioral health environments.<br />\n<br />\nI am highly dependable, comfortable working overnight shifts, and experienced collaborating with interdisciplinary healthcare teams. I am eager to contribute my skills to a hospital or clinical setting where patient safety, dignity, and quality care are top priorities.<br />\n<br />\nThank you for your time and consideration. I would welcome the opportunity to discuss how my skills and experience align with your team’s needs.<br />\n<br />\nSincerely,<br />\nUkari Gregory\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:32','2026-03-04 14:57:32','82cc6290-c01c-4760-afa7-4aaca238951e'),
(38251,'Careers Form Submission',3191,37927,2,'Careers Form Submission from Alison Royle','careers@ccbayshore.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccbayshore.com/careers\n\nNAME: Alison Royle\n\nEMAIL: aroyle18@gmail.com\n\nPHONE: 7322164743\n\nFACILITY: \n\n 	* Bayshore [https://mycompletecare.com/ccbayshore] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n\nMESSAGE/ COVER LETTER:\n\nI am Doctor of Physical Therapy. I have previous experience working in\na skilled nursing facility and I am looking for a part time job in\nthis setting. I am interested in an activities/recreation position.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccbayshore.com/careers</p><p></p><p><strong>Name:</strong> Alison Royle </p><p><strong>Email:</strong> aroyle18@gmail.com</p><p><strong>Phone:</strong> 7322164743</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbayshore\">Bayshore</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am Doctor of Physical Therapy. I have previous experience working in a skilled nursing facility and I am looking for a part time job in this setting. I am interested in an activities/recreation position. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:33','2026-03-04 14:57:33','1d940c64-dcd6-4ab0-9a72-9d8a329181a4'),
(38252,'Contact Form Submission',3190,37933,1,'Contact Form Submission from Peggy Wagner','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Peggy Wagner\n\nEMAIL: setxqo123@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nMESSAGE: \nNeed a room number for Ricky Bailey\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Peggy Wagner</p><p><strong>Email:</strong> setxqo123@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Need a room number for Ricky Bailey\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:33','2026-03-04 14:57:33','1958cfe6-9122-40bf-b32a-0b18731d1a72'),
(38253,'Contact Form Submission',3190,37937,1,'Contact Form Submission from Jodi Lehner','info@ccregent.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccregent.com/contact\n\nNAME: Jodi Lehner\n\nEMAIL: jmlehner7@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Regent [https://mycompletecare.com/ccregent] \n\nMESSAGE: \nI live in France. My 98 yo father lives in a lovely facility in\nEnglewood. We may wish to move him from where he is to your facility\n(as his memory fades). Is there anyway you can answer questions and\nexplain admissions/costs (medicaid)/etc., by email before a telephone\ncall?\n','<p><strong>Contact form submitted at:</strong> https://ccregent.com/contact</p><p></p><p><strong>Name:</strong> Jodi Lehner</p><p><strong>Email:</strong> jmlehner7@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccregent\">Regent</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I live in France.  My 98 yo father lives in a lovely facility in Englewood.  We may wish to move him from where he is to your facility (as his memory fades).  Is there anyway you can answer questions and explain admissions/costs (medicaid)/etc., by email before a telephone call?  \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:33','2026-03-04 14:57:33','a4dba585-d637-4789-a63c-820d77665131'),
(38254,'Contact Form Submission',3190,37943,1,'Contact Form Submission from Rachel Allan','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rachel Allan\n\nEMAIL: rachel@jerseycommercialpainting.com\n\nCOMPANY: Jersey Commercial Paint\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Chestnut Hill [https://mycompletecare.com/ccchestnuthill] \n\nMESSAGE: \nHi,\n\nI work in Brick, and work for some of your neighbors. I was hoping I\ncould come by and offer a complimentary painting bid?\n\nThank you in advance for your response.\n\nWith best,\n\nRachel Allan\nBusiness Development Rep\nJersey Commercial Paint\n609) 380-7522\nrachel@jerseycommercialpainting.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rachel Allan</p><p><strong>Email:</strong> rachel@jerseycommercialpainting.com</p><p><strong>Company:</strong> Jersey Commercial Paint</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchestnuthill\">Chestnut Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI work in Brick, and work for some of your neighbors. I was hoping I could come by and offer a complimentary painting bid?<br />\n <br />\nThank you in advance for your response.<br />\n <br />\nWith best,<br />\n<br />\nRachel Allan<br />\nBusiness Development Rep<br />\nJersey Commercial Paint<br />\n609) 380-7522<br />\nrachel@jerseycommercialpainting.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:33','2026-03-04 14:57:33','d4022099-2303-403a-8bff-ce52d3e28f48'),
(38255,'Contact Form Submission',3190,37945,1,'Contact Form Submission from Rachel Allan','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rachel Allan\n\nEMAIL: rachel@jerseycommercialpainting.com\n\nCOMPANY: Jersey Commercial Paint\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nMESSAGE: \nHi,\n\nI work in Brick, and work for some of your neighbors. I was hoping I\ncould come by and offer a complimentary painting bid?\n\nThank you in advance for your response.\n\nWith best,\n\nRachel Allan\nBusiness Development Rep\nJersey Commercial Paint\n609) 380-7522\nrachel@jerseycommercialpainting.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rachel Allan</p><p><strong>Email:</strong> rachel@jerseycommercialpainting.com</p><p><strong>Company:</strong> Jersey Commercial Paint</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI work in Brick, and work for some of your neighbors. I was hoping I could come by and offer a complimentary painting bid?<br />\n <br />\nThank you in advance for your response.<br />\n <br />\nWith best,<br />\n<br />\nRachel Allan<br />\nBusiness Development Rep<br />\nJersey Commercial Paint<br />\n609) 380-7522<br />\nrachel@jerseycommercialpainting.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:34','2026-03-04 14:57:34','29ed7528-9f84-4b34-bbb7-aa996d9fc7d6'),
(38256,'Contact Form Submission',3190,37951,1,'Contact Form Submission from Rachel Allan','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rachel Allan\n\nEMAIL: rachel@jerseycommercialpainting.com\n\nCOMPANY: Jersey Commercial Paint\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Bey Lea [https://mycompletecare.com/ccbeylea] \n\nMESSAGE: \nHi,\n\nI work in Brick, and work for some of your neighbors. I was hoping I\ncould come by and offer a complimentary painting bid?\n\nThank you in advance for your response.\n\nWith best,\n\nRachel Allan\nBusiness Development Rep\nJersey Commercial Paint\n609) 380-7522\nrachel@jerseycommercialpainting.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rachel Allan</p><p><strong>Email:</strong> rachel@jerseycommercialpainting.com</p><p><strong>Company:</strong> Jersey Commercial Paint</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbeylea\">Bey Lea</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI work in Brick, and work for some of your neighbors. I was hoping I could come by and offer a complimentary painting bid?<br />\n <br />\nThank you in advance for your response.<br />\n <br />\nWith best,<br />\n<br />\nRachel Allan<br />\nBusiness Development Rep<br />\nJersey Commercial Paint<br />\n609) 380-7522<br />\nrachel@jerseycommercialpainting.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:34','2026-03-04 14:57:34','a3ae662f-8c4d-4d4f-8471-863614f3472f'),
(38257,'Contact Form Submission',3190,37952,1,'Contact Form Submission from Cassandra Warden','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Cassandra Warden\n\nEMAIL: aca4god@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nMESSAGE: \nLooking for a place for mother to be look after while on vacation for\n3 weeks. Will need assisted care.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Cassandra Warden</p><p><strong>Email:</strong> aca4god@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking for a place for mother to be look after while on vacation for 3 weeks. Will need assisted care. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:34','2026-03-04 14:57:34','c03825a8-04fe-41b9-a711-89143b67e2ab'),
(38258,'Careers Form Submission',3191,37956,2,'Careers Form Submission from Kareemah Morris','careers@ccorangepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccorangepark.com/careers\n\nNAME: Kareemah Morris\n\nEMAIL: Kareemahmorris33@gmail.com\n\nPHONE: 18622309463\n\nFACILITY: \n\n 	* Orange Park [https://mycompletecare.com/ccorangepark] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nN/A\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccorangepark.com/careers</p><p></p><p><strong>Name:</strong> Kareemah Morris</p><p><strong>Email:</strong> Kareemahmorris33@gmail.com</p><p><strong>Phone:</strong> 18622309463</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccorangepark\">Orange Park</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/A\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:35','2026-03-04 14:57:35','fe2d7480-211d-4bd3-9c4c-e2537054a1bf'),
(38259,'Contact Form Submission',3190,37959,1,'Contact Form Submission from David Smith','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: David Smith\n\nEMAIL: yfleetwood@aol.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nMESSAGE: \nMy father is a resident. We have misplaced some paperwork and are\nlooking to confirm what records are on file at the facility. Please\ncall David C. Smith at (301)379-9478\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> David Smith</p><p><strong>Email:</strong> yfleetwood@aol.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My father is a resident.  We have misplaced some paperwork and are looking to confirm what records are on file at the facility.  Please call David C. Smith at (301)379-9478 \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:35','2026-03-04 14:57:35','2554b77c-76c4-4d58-b759-1dd8ae5652e1'),
(38260,'Careers Form Submission',3191,37963,2,'Careers Form Submission from JUANCHO G. AMON','careers@ccarbors.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccarbors.com/careers\n\nNAME: JUANCHO G. AMON\n\nEMAIL: juancho_amon@yahoo.com\n\nPHONE: +1 (732) 557-1727\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in a Dietary/Food Services\nposition in Complete Care At Arbors facility. I bring over 35 years of\nexperience serving communities in leadership and support roles, where\ncompassion, reliability, and attention to detail were essential. I am\neager to contribute to your team by helping provide quality service\nthat supports the organization’s mission.\n\nThroughout my career, I have worked closely with individuals and\nfamilies from diverse backgrounds, including seniors and those facing\nphysical and emotional challenges. My responsibilities required strong\norganization, teamwork, and consistent follow-through—qualities that\nare especially important in a healthcare environment. I understand\nthat in a rehabilitation and medical setting, proper nutrition,\ncleanliness, and timely service play a vital role in patient comfort\nand healing.\n\nI am dependable, respectful, and comfortable following established\nprocedures to ensure safety and sanitation standards are met. I work\nwell as part of a team and am willing to assist wherever needed,\nwhether in meal preparation support, tray service, kitchen\norganization, or maintaining a clean and safe food service area.\n\nI would be honored to support your mission of providing compassionate\ncare and quality service to patients and residents. Thank you for your\ntime and consideration. I look forward to the opportunity to\ncontribute to your Dietary Services team.\n\nSincerely,\n\nJuancho G. Amon\n📞 732-557-1727\n✉️ juancho_amon@yahoo.com\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccarbors.com/careers</p><p></p><p><strong>Name:</strong> JUANCHO G. AMON</p><p><strong>Email:</strong> juancho_amon@yahoo.com</p><p><strong>Phone:</strong> +1 (732) 557-1727</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in a Dietary/Food Services position in Complete Care At Arbors facility. I bring over 35 years of experience serving communities in leadership and support roles, where compassion, reliability, and attention to detail were essential. I am eager to contribute to your team by helping provide quality service that supports the organization’s mission.<br />\n<br />\nThroughout my career, I have worked closely with individuals and families from diverse backgrounds, including seniors and those facing physical and emotional challenges. My responsibilities required strong organization, teamwork, and consistent follow-through—qualities that are especially important in a healthcare environment. I understand that in a rehabilitation and medical setting, proper nutrition, cleanliness, and timely service play a vital role in patient comfort and healing.<br />\n<br />\nI am dependable, respectful, and comfortable following established procedures to ensure safety and sanitation standards are met. I work well as part of a team and am willing to assist wherever needed, whether in meal preparation support, tray service, kitchen organization, or maintaining a clean and safe food service area.<br />\n<br />\nI would be honored to support your mission of providing compassionate care and quality service to patients and residents. Thank you for your time and consideration. I look forward to the opportunity to contribute to your Dietary Services team.<br />\n<br />\nSincerely,<br />\n<br />\n<br />\nJuancho G. Amon<br />\n📞  732-557-1727<br />\n✉️  juancho_amon@yahoo.com\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:35','2026-03-04 14:57:35','f37d83fc-1a8a-43bc-bd08-c04322b46e3f'),
(38261,'Contact Form Submission',3190,37968,1,'Contact Form Submission from MARY ANNE GALLAGHER','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: MARY ANNE GALLAGHER\n\nEMAIL: MARYANNE.GALLAGHER@VALTRIS.COM\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nDo your long-term care patients have the ability to keep a cat or\nsmall dog?\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> MARY ANNE GALLAGHER</p><p><strong>Email:</strong> MARYANNE.GALLAGHER@VALTRIS.COM</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Do your long-term care patients have the ability to keep a cat or small dog?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:35','2026-03-04 14:57:35','2c9231ec-1677-4136-95b1-ec77700eca2a'),
(38262,'Contact Form Submission',3190,37975,1,'Contact Form Submission from Mary Daniels','info@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareblvd.com/contact\n\nNAME: Mary Daniels\n\nEMAIL: mmdaniels2011@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nMESSAGE: \nHello Victoria, I am the sister of Shirley House at email Shirley\nHouse, email address Shirley.house97@gmail.com which you have spoken\nto regarding services you provided at your faciltity. I would like to\nschedule a visit to your facility along with my sister and ask\nquestions. I know you have spoken with sister Shirley House, however\ncan you please provide a time and date at least three business days\nnotice so we both can visit. I have indicated both our email addresses\nand will appreciate a response at your earliest convenience. You can\nalso leave a message for me at (773) 988-0045\n','<p><strong>Contact form submitted at:</strong> https://completecareblvd.com/contact</p><p></p><p><strong>Name:</strong> Mary Daniels</p><p><strong>Email:</strong> mmdaniels2011@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello Victoria, I am the sister of Shirley House at email Shirley House, email address Shirley.house97@gmail.com which you have spoken to regarding services you provided at your faciltity.  I would like to schedule a visit to your facility along with my sister and ask questions.  I know you have spoken with sister Shirley House, however can you please provide a time and date at least three business days notice so we both  can visit.  I have indicated both our email addresses and will appreciate a response at your earliest convenience.  You can also leave a message for me at  (773) 988-0045\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:35','2026-03-04 14:57:35','e711064b-1298-45b2-b86e-47cce6290dc7'),
(38263,'Contact Form Submission',3190,37977,1,'Contact Form Submission from Eric Clark','info@completecareberkshire.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareberkshire.com/contact\n\nNAME: Eric Clark\n\nEMAIL: eric@proonlinepages.com\n\nCOMPANY: Pro Online Pages\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Berkshire [https://mycompletecare.com/completecareberkshire] \n\nMESSAGE: \nWikipedia is one of the most trusted and visible platforms online. A\nproperly structured, policy-compliant Wikipedia page for yourself or\nyour company can strengthen credibility and enhance your brand\npresence.\n\nIf you’d like to explore whether you qualify and learn more about\nthe process, simply reply to this email and I’ll share the details.\n\nBest regards,\n\nEric Clark\nSales Executive\nPro Online Pages\neric@proonlinepages.com\n\nReply STOP to opt out\n','<p><strong>Contact form submitted at:</strong> https://completecareberkshire.com/contact</p><p></p><p><strong>Name:</strong> Eric Clark</p><p><strong>Email:</strong> eric@proonlinepages.com</p><p><strong>Company:</strong> Pro Online Pages</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareberkshire\">Berkshire</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.<br />\n <br />\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.<br />\n <br />\nBest regards,<br />\n<br />\nEric Clark<br />\nSales Executive<br />\nPro Online Pages<br />\neric@proonlinepages.com<br />\n<br />\nReply STOP to opt out\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:36','2026-03-04 14:57:36','2de291f2-1385-49e0-8cb7-41a6894d9363'),
(38264,'Contact Form Submission',3190,37981,1,'Contact Form Submission from Melanie Jones-Redmond','info@cchyattsville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchyattsville.com/contact\n\nNAME: Melanie Jones-Redmond\n\nEMAIL: melaniecall@netscape.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nMESSAGE: \nI am looking for a another facility for my husband who became a\nparaplegic after an accident, and is dealing with dementia. I would\nlike to know if you have any rooms available for the rest of the\nrehabilitation and possible long term care pricing. Thank you. I\nprefer to be contacted by email initially. Thank you.\n','<p><strong>Contact form submitted at:</strong> https://cchyattsville.com/contact</p><p></p><p><strong>Name:</strong> Melanie Jones-Redmond</p><p><strong>Email:</strong> melaniecall@netscape.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am looking for a another facility for my husband who became a paraplegic after an accident, and is dealing with dementia. I would like to know if you have any rooms available for the rest of the rehabilitation and possible long term care pricing. Thank you. I prefer to be contacted by email initially. Thank you.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:36','2026-03-04 14:57:36','f31429b8-3ee8-49aa-b55e-e2e425b0822f'),
(38265,'Careers Form Submission',3191,37982,2,'Careers Form Submission from Glory Topping','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Glory Topping\n\nEMAIL: glorytopping@yahoo.com\n\nPHONE: 347824551\n\nFACILITY: \n\n 	* Green Knoll [https://mycompletecare.com/ccgreenknoll] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nThank you\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Glory Topping</p><p><strong>Email:</strong> glorytopping@yahoo.com</p><p><strong>Phone:</strong> 347824551</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgreenknoll\">Green Knoll</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Thank you\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:36','2026-03-04 14:57:36','291ef494-d03f-4c71-b880-086828eb9db9'),
(38266,'Careers Form Submission',3191,37986,2,'Careers Form Submission from Joseph Cruz','careers@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareblvd.com/careers\n\nNAME: Joseph Cruz\n\nEMAIL: Austincruz3293@gmail.com\n\nPHONE: 18153290472\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nCertified CNA/Caregiver\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareblvd.com/careers</p><p></p><p><strong>Name:</strong> Joseph Cruz</p><p><strong>Email:</strong> Austincruz3293@gmail.com</p><p><strong>Phone:</strong> 18153290472</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Certified CNA/Caregiver\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:36','2026-03-04 14:57:36','9e4ddf50-0993-48bc-aa2f-65bd98d225ff'),
(38267,'Contact Form Submission',3190,38000,1,'Contact Form Submission from Hannah Melotto','info@ccsevernapark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccsevernapark.com/contact\n\nNAME: Hannah Melotto\n\nEMAIL: hmelotto@melottogroup.com\n\nCOMPANY: Melotto Group\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Severna Park [https://mycompletecare.com/ccsevernapark] \n\nMESSAGE: \nHey! Do you have any use for a freelance writer? I have nearly a\ndecade of experience, and I\'m looking for new opportunities. You can\nbook a time with me to chat if interested. Hoping to connect!\nhttps://calendly.com/melottogroup/30min\n','<p><strong>Contact form submitted at:</strong> https://ccsevernapark.com/contact</p><p></p><p><strong>Name:</strong> Hannah Melotto</p><p><strong>Email:</strong> hmelotto@melottogroup.com</p><p><strong>Company:</strong> Melotto Group</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsevernapark\">Severna Park</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hey! Do you have any use for a freelance writer? I have nearly a decade of experience, and I\'m looking for new opportunities. You can book a time with me to chat if interested. Hoping to connect! https://calendly.com/melottogroup/30min\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:37','2026-03-04 14:57:37','73f9a2a6-90c1-4635-b973-c2e4c8065609'),
(38268,'Contact Form Submission',3190,38055,1,'Contact Form Submission from michelle','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: michelle\n\nEMAIL: bbfcfm.2019@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Wheaton [https://mycompletecare.com/ccwheaton] \n\nMESSAGE: \nHi - I was interested in a tour. We are looking for assisted\nliving/memory assisted living facility with in 30 days. thank you.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> michelle</p><p><strong>Email:</strong> bbfcfm.2019@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwheaton\">Wheaton</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi - I was interested in a tour. We are looking for assisted living/memory assisted living facility with in 30 days. thank you. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:37','2026-03-04 14:57:37','99b694fd-3e38-4eab-9010-8420514198ac'),
(38269,'Contact Form Submission',3190,38064,1,'Contact Form Submission from Akhila Pai','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Akhila Pai\n\nEMAIL: apai@firstlighthomecare.com\n\nCOMPANY: FirstLight Home Care of Mount Laurel\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nMESSAGE: \nHello, \n\nMy name is Akhila, and I represent FirstLight Home Care of Mount\nLaurel. I wanted to briefly introduce our agency and explore how we\nmay support your team and residents transitioning back home.\n\nWe provide reliable, non-medical home care services including personal\ncare, companionship, dementia support, and post-rehab assistance. Our\nteam is available 24/7, offers quick start-of-care, and works closely\nwith discharge planners to ensure smooth and safe transitions home.\n\nWe understand how important it is to reduce readmissions and ensure\ncontinuity of care. We would be happy to assist with private-pay\nresidents or families seeking additional in-home support after\ndischarge.\n\nI would appreciate the opportunity to briefly connect or stop by at\nyour convenience to introduce our services in person.\n\nThank you for your time, and I look forward to connecting.\n\nBest regards,\nAkhila Pai \n609-900-8704\napai@firstlighthomecare.com \nFirstLight Home Care of Mount Laurel \nhttps://www.firstlighthomecare.com/home-healthcare-mount-laurel/\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Akhila Pai </p><p><strong>Email:</strong> apai@firstlighthomecare.com</p><p><strong>Company:</strong> FirstLight Home Care of Mount Laurel </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, <br />\n<br />\nMy name is Akhila, and I represent FirstLight Home Care of Mount Laurel. I wanted to briefly introduce our agency and explore how we may support your team and residents transitioning back home.<br />\n<br />\nWe provide reliable, non-medical home care services including personal care, companionship, dementia support, and post-rehab assistance. Our team is available 24/7, offers quick start-of-care, and works closely with discharge planners to ensure smooth and safe transitions home.<br />\n<br />\nWe understand how important it is to reduce readmissions and ensure continuity of care. We would be happy to assist with private-pay residents or families seeking additional in-home support after discharge.<br />\n<br />\nI would appreciate the opportunity to briefly connect or stop by at your convenience to introduce our services in person.<br />\n<br />\nThank you for your time, and I look forward to connecting.<br />\n<br />\nBest regards,<br />\nAkhila Pai <br />\n609-900-8704<br />\napai@firstlighthomecare.com <br />\nFirstLight Home Care of Mount Laurel <br />\nhttps://www.firstlighthomecare.com/home-healthcare-mount-laurel/\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:37','2026-03-04 14:57:37','dfcb2ae3-d5db-41a2-b0e3-5dec6686a686'),
(38271,'Contact Form Submission',3190,38067,1,'Contact Form Submission from Claire Wentz','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Claire Wentz\n\nEMAIL: caring@caringfromafar.com\n\nCOMPANY: caringfromafar.com\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nHi! I would love to write an article for your site. Typically, my\nwriting is more focused on caregiving from afar, but I like to be\nrealistic. Sometimes, it’s just not possible. Sometimes, your loved\none needs you in the same city. \n\nThat’s the topic I’d like to cover in an article for your website:\nHow to identify when it’s time to move closer to a loved one who\nneeds your time and care locally, and how to make the moving process\nas easy as possible.\n\nWould that work as a new article on your site? If so, I’ll put it\ntogether and send it your way for review. Please let me know your\nthoughts!\n\nBest to you,\nClaire W | caringfromafar.com\n\n– If this subject doesn’t feel like the right fit, no worries -\nI’d be happy to write on a topic you prefer. I always aim to make\ncontent engaging for readers and easy for search tools to recommend.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Claire Wentz</p><p><strong>Email:</strong> caring@caringfromafar.com</p><p><strong>Company:</strong> caringfromafar.com</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Hi! I would love to write an article for your site. Typically, my writing is more focused on caregiving from afar, but I like to be realistic. Sometimes, it’s just not possible. Sometimes, your loved one needs you in the same city. <br />\n<br />\nThat’s the topic I’d like to cover in an article for your website: How to identify when it’s time to move closer to a loved one who needs your time and care locally, and how to make the moving process as easy as possible.<br />\n<br />\nWould that work as a new article on your site? If so, I’ll put it together and send it your way for review. Please let me know your thoughts!<br />\n<br />\nBest to you,<br />\nClaire W | caringfromafar.com<br />\n<br />\n– If this subject doesn’t feel like the right fit, no worries - I’d be happy to write on a topic you prefer. I always aim to make content engaging for readers and easy for search tools to recommend.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:37','2026-03-04 14:57:37','187117c1-a398-41aa-9995-2a9d73ab2338'),
(38272,'Contact Form Submission',3190,38174,1,'Contact Form Submission from Robert G. Schroeder','info@ccprospectheights.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccprospectheights.com/contact\n\nNAME: Robert G. Schroeder\n\nEMAIL: schroederr251@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Prospect Heights [https://mycompletecare.com/ccprospectheights] \n\nMESSAGE: \nI would like to commend Luftha on the 5th floor nursing unit for the\nexcellent care and compassion for my mother, Barbara Schroeder in room\n525W. She is rehabbing at your facility, and being 90 years old and on\ndialysis, she needs much attention. The only thing I do ask is that\nher blood pressure is monitored often and she is cleaned often, since\nshe is prone to UTI infections. All in all, I am very pleased with the\nquality of care she is receiving. Luftha is amazing, and I could not\nask for anyone better. For my Mom, I have also dealt with Melissa, who\nis also wonderful and compassionate. All in alll please keep up the\ngreat work, and please take good care of my Mom and help her to come\nhome soon\n','<p><strong>Contact form submitted at:</strong> https://ccprospectheights.com/contact</p><p></p><p><strong>Name:</strong> Robert G. Schroeder</p><p><strong>Email:</strong> schroederr251@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccprospectheights\">Prospect Heights</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I would like to commend Luftha on the 5th floor nursing unit for the excellent care and compassion for my mother, Barbara Schroeder in room 525W. She is rehabbing at your facility, and being 90 years old and on dialysis, she needs much attention. The only thing I do ask is that her blood pressure is monitored often and she is cleaned often, since she is prone to UTI infections. All in all, I am very pleased with the quality of care she is receiving. Luftha is amazing, and I could not ask for anyone better. For my Mom, I have also dealt with Melissa, who is also wonderful and compassionate. All in alll please keep up the great work, and please take good care of my Mom and help her to come home soon\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:38','2026-03-04 14:57:38','882419e7-1083-49d7-b0f1-f91d8fab2c27'),
(38273,'Careers Form Submission',3191,38176,2,'Careers Form Submission from Aaron Salazar','careers@cclaurelton.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cclaurelton.com/careers/\n\nNAME: Aaron Salazar\n\nEMAIL: am0522salazar@gmail.com\n\nPHONE: 7076886441\n\nFACILITY: \n\n 	* Laurelton [https://mycompletecare.com/cclaurelton] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nI am applying for maintenance or housekeeping.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cclaurelton.com/careers/</p><p></p><p><strong>Name:</strong> Aaron Salazar</p><p><strong>Email:</strong> am0522salazar@gmail.com</p><p><strong>Phone:</strong> 7076886441</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclaurelton\">Laurelton</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am applying for maintenance or housekeeping.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:38','2026-03-04 14:57:38','9eebccbc-7282-4c44-89b3-a9e6f43edfeb'),
(38274,'Contact Form Submission',3190,38196,1,'Contact Form Submission from Peggy Wagner','info@completecarehillside.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarehillside.com/contact\n\nNAME: Peggy Wagner\n\nEMAIL: setxqo123@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nMESSAGE: \nI\'m trying to get a room number from one of your residents. His name\nis Ricky Bailey. I\'ve tried call a number of times but can\'t get in\ntouch with anyone. Plus this is my second email request. Please just\nsend me his room number.\nthanks,\nPeggy\n','<p><strong>Contact form submitted at:</strong> https://completecarehillside.com/contact</p><p></p><p><strong>Name:</strong> Peggy Wagner</p><p><strong>Email:</strong> setxqo123@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m trying to get a room number from one of your residents. His name is Ricky Bailey. I\'ve tried call a number of times but can\'t get in touch with anyone. Plus this is my second email request. Please just send me his room number.<br />\nthanks,<br />\nPeggy\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 14:57:38','2026-03-04 14:57:38','cf747c6e-82e3-4af5-8240-6a79d305e378'),
(38292,'Careers Form Submission',3191,38282,2,'Careers Form Submission from Bibi Khodabux','careers@completecareglendale.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareglendale.com/careers\n\nNAME: Bibi Khodabux\n\nEMAIL: bibikhodabux@gmail.com\n\nPHONE: 2035701557\n\nFACILITY: \n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nLPN\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareglendale.com/careers</p><p></p><p><strong>Name:</strong> Bibi Khodabux </p><p><strong>Email:</strong> bibikhodabux@gmail.com</p><p><strong>Phone:</strong> 2035701557</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            LPN\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 15:07:22','2026-03-04 15:07:22','5b71d9eb-e116-44d6-a23c-25d5713014db'),
(38344,'Contact Form Submission',3190,38332,1,'Contact Form Submission from Michelle Johnson','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Michelle Johnson\n\nEMAIL: mdjohnson@alz.org\n\nCOMPANY: Alzheimer\'s Association\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* La Plata [https://mycompletecare.com/cclaplata] \n\nMESSAGE: \nHello, \n\nMy name is Michelle Johnson. I am a Program Manager with the\nAlzheimer\'s Association, National Capital Area (NCA) chapter, which\nworks in communities in Washington, D.C., Northern VA, and some\nMaryland counties. I am interested in conducting free education\nprograms for youth, young adults, and seniors in 2026 on Alzheimer\'s\nDisease since it affects many families and young caregivers. Please\nlet me know if you are interested in scheduling a free education\nprogram in 2026. Our calendar is open and we are flexible with\ndates/times. I can be reached via email or phone at 703-766-9012.\nThank you and take care. \n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Michelle Johnson</p><p><strong>Email:</strong> mdjohnson@alz.org</p><p><strong>Company:</strong> Alzheimer\'s Association</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclaplata\">La Plata</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, <br />\n<br />\nMy name is Michelle Johnson.  I am a Program Manager with the Alzheimer\'s Association, National Capital Area (NCA) chapter, which works in communities in Washington, D.C., Northern VA, and some Maryland counties.  I am interested in conducting free education programs for youth, young adults, and seniors in 2026 on Alzheimer\'s Disease since it affects many families and young caregivers.  Please let me know if you are interested in scheduling a free education program in 2026.  Our calendar is open and we are flexible with dates/times.  I can be reached via email or phone at 703-766-9012.  Thank you and take care. <br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 15:52:04','2026-03-04 15:52:04','35305e06-3449-46f1-bd49-a1c26a4ed6c8'),
(38359,'Contact Form Submission',3190,38358,1,'Contact Form Submission from elizabeth heminghaus','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: elizabeth heminghaus\n\nEMAIL: heminghaus@aol.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Holiday City [https://mycompletecare.com/ccholidaycity] \n\nMESSAGE: \nWould like to schedule an appointment to come in and tour the\nfacility. My mom needs care.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> elizabeth heminghaus</p><p><strong>Email:</strong> heminghaus@aol.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccholidaycity\">Holiday City</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Would like to schedule an appointment to come in and tour the facility.  My mom needs care.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 16:09:36','2026-03-04 16:09:36','ddd7ed3c-002c-4247-b9eb-0b3d19568228'),
(38367,'Careers Form Submission',3191,38362,2,'Careers Form Submission from Eileen Tate','careers@ccvoorhees.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccvoorhees.com/careers/\n\nNAME: Eileen Tate\n\nEMAIL: EileenTate94@gmail.com\n\nPHONE: 8568164106\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nEileen Tate, RN, RAC-CT interested in MDS Coordinator position\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccvoorhees.com/careers/</p><p></p><p><strong>Name:</strong> Eileen Tate</p><p><strong>Email:</strong> EileenTate94@gmail.com</p><p><strong>Phone:</strong> 8568164106</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Eileen Tate, RN, RAC-CT interested in MDS Coordinator position\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 16:54:56','2026-03-04 16:54:56','5a0c4740-e836-42c6-bf76-7e39aeaa7fec'),
(38368,'Contact Form Submission',3190,38365,1,'Contact Form Submission from Donna L Guida','info@ccgreenknoll.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccgreenknoll.com/contact\n\nNAME: Donna L Guida\n\nEMAIL: dguida8190@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Green Knoll [https://mycompletecare.com/ccgreenknoll] \n\nMESSAGE: \nGood Morning: This is Elizabeth Bialeckis daughter again. I really\ndon\'t want to be a thorn in anyones side but..... My mother is getting\nconflicting information. She has vertigo and was told not to get up to\ngo to the BR by herself and yet some Aid (male) tells her to get in\nthe wheel chair and go herself. \nShe does not get any menu for food selection and gets a surprise\neveryday. Her feet and legs are extremely swollen and yet she was\nserved a hot dog the other night. Do you know how much salt is in\nthose things. \nIt seems like one person tells her one thing and another something\nelse (i.e., we aren\'t giving her drug only to have someone else say\nshe gets it everyday?) Do these people even look at a chart?\nI\'m sorry to be complaining, I know for the most part people work hard\nbut we had her go to your facility because of your excellent rating.\nI am actually in SC and my sister Kathy is running ragged trying to\ntake care of these issues.\nShe told me she spoke to Sheena the other day and she previously spoke\nwith the dietician who appeared to be quite accommodating which is why\nI don\'t understand why patients do not get a food selection that\ncoincides with medical conditions? \nQuestions are:\n* What is being done for the severe water retention in her legs and\nfeet;\n* Can someone please explain the dining practices (menus, food\nselection); and\n* Should she get up in the middle of the night with vertigo and use\nthe bathroom on her own; \n\nFeel free to contact me (Donna Guida) or my sister (Kathy Cabarle)\nwith your response.\n\nThank you\n\n','<p><strong>Contact form submitted at:</strong> https://ccgreenknoll.com/contact</p><p></p><p><strong>Name:</strong> Donna L Guida</p><p><strong>Email:</strong> dguida8190@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgreenknoll\">Green Knoll</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good Morning:  This is Elizabeth Bialeckis daughter again.  I really don\'t want to be a thorn in anyones side but.....  My mother is getting conflicting information.  She has vertigo and was told not to get up to go to the BR by herself and yet some Aid (male) tells her to get in the wheel chair and go herself.  <br />\nShe does not get any menu for food selection and gets a surprise everyday.  Her feet and legs are extremely swollen and yet she was served a hot dog the other night.  Do you know how much salt is in those things.  <br />\nIt seems like one person tells her one thing and another something else (i.e., we aren\'t giving her drug only to have someone else say she gets it everyday?)  Do these people even look at a chart?<br />\nI\'m sorry to be complaining, I know for the most part people work hard but we had her go to your facility because of your excellent rating.<br />\nI am actually in SC and my sister Kathy is running ragged trying to take care of these issues.<br />\nShe told me she spoke to Sheena the other day and she previously spoke with the dietician who appeared to be quite accommodating which is why I don\'t understand why patients do not get a food selection that coincides with medical conditions?  <br />\nQuestions are:<br />\n*  What is being done for the severe water retention in her legs and feet;<br />\n*  Can someone please explain the dining practices (menus, food selection); and<br />\n*  Should she get up in the middle of the night with vertigo and use the bathroom on her own; <br />\n<br />\nFeel free to contact me (Donna Guida) or my sister (Kathy Cabarle) with your response.<br />\n<br />\nThank you<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 16:54:56','2026-03-04 16:54:56','386c3fe3-d710-4112-8530-3b6cef194754'),
(38446,'Careers Form Submission',3191,38399,2,'Careers Form Submission from Dajuan jones','careers@ccmultimed.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmultimed.com/careers\n\nNAME: Dajuan jones\n\nEMAIL: dajuanj55@icloud.com\n\nPHONE: 16672639884\n\nFACILITY: \n\n 	* Multi Medical Center [https://mycompletecare.com/ccmultimed] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\nI am writing to express my interest in the Dietary Aide position at\nyour facility. As a Pre-Nursing major at Towson University with a\nstrong academic background in health sciences and hands-on experience\nworking in team-oriented environments, I am eager to contribute to\npatient care through nutritional support and food service excellence.\nThrough my academic training, I understand the critical role nutrition\nplays in recovery, overall health, and patient well-being. My athletic\nbackground has also strengthened my knowledge of proper nutrition,\ndiscipline, and the importance of consistency in maintaining health. I\nbring strong communication skills, attention to detail, and the\nability to follow dietary guidelines carefully to ensure patient\nsafety and satisfaction.\nIn previous work experiences, I have developed reliability, time\nmanagement skills, and the ability to work efficiently in fast-paced\nsettings. I am comfortable collaborating with kitchen staff, nurses,\nand healthcare professionals to ensure meals are prepared and\ndelivered accurately according to dietary restrictions and sanitation\nstandards.\nI am highly motivated to grow within the healthcare field and view\nthis role as an opportunity to support patients directly while\ncontinuing to build my clinical knowledge. I would welcome the\nopportunity to further discuss how my skills and dedication can\nbenefit your team.\nThank you for your time and consideration. I look forward to hearing\nfrom you.\nSincerely,\nDajuan Jones\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmultimed.com/careers</p><p></p><p><strong>Name:</strong> Dajuan jones</p><p><strong>Email:</strong> dajuanj55@icloud.com</p><p><strong>Phone:</strong> 16672639884</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmultimed\">Multi Medical Center</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\nI am writing to express my interest in the Dietary Aide position at your facility. As a Pre-Nursing major at Towson University with a strong academic background in health sciences and hands-on experience working in team-oriented environments, I am eager to contribute to patient care through nutritional support and food service excellence.<br />\nThrough my academic training, I understand the critical role nutrition plays in recovery, overall health, and patient well-being. My athletic background has also strengthened my knowledge of proper nutrition, discipline, and the importance of consistency in maintaining health. I bring strong communication skills, attention to detail, and the ability to follow dietary guidelines carefully to ensure patient safety and satisfaction.<br />\nIn previous work experiences, I have developed reliability, time management skills, and the ability to work efficiently in fast-paced settings. I am comfortable collaborating with kitchen staff, nurses, and healthcare professionals to ensure meals are prepared and delivered accurately according to dietary restrictions and sanitation standards.<br />\nI am highly motivated to grow within the healthcare field and view this role as an opportunity to support patients directly while continuing to build my clinical knowledge. I would welcome the opportunity to further discuss how my skills and dedication can benefit your team.<br />\nThank you for your time and consideration. I look forward to hearing from you.<br />\nSincerely,<br />\nDajuan Jones<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 18:49:23','2026-03-04 18:49:23','5abddddc-1d3f-4b60-918c-a1d54344bdb4'),
(38447,'Volunteer Form Submission',3189,38439,3,'Volunteer Form Submission from Majius Grove','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Majius Grove\n\nEMAIL: majius90@gmail.com\n\nPHONE: 2624083751\n\nFACILITY:\n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nMESSAGE:\nI would like more information on volunteering.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Majius Grove</p><p><strong>Email:</strong> majius90@gmail.com</p><p><strong>Phone:</strong> 2624083751</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I would like more information on volunteering.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 18:49:23','2026-03-04 18:49:23','2b996123-0bcc-4fa5-955a-b461e1ca44bc'),
(38473,'Contact Form Submission',3190,38472,1,'Contact Form Submission from Martine Bigos','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Martine Bigos\n\nEMAIL: martinebigos15@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nMESSAGE: \nMy name is Martine Bigos, and I am a senior at Johns Hopkins\nUniversity studying psychology on the pre-med track. I am currently\nlooking for a full-time caregiving position for the summer and am very\ninterested in working at Complete Care in Annapolis.\nI have experience in patient-facing roles through volunteering with my\nlocal first aid squad and helping care for an elderly family member,\nand I am comfortable working closely with individuals who need\nconsistent, attentive support. I am reliable, quick to learn, and\ngenuinely interested in gaining more hands-on experience in a senior\ncare setting.\nI will be living in Annapolis full-time this summer and am available\nfor consistent full-time hours, with the possibility of continuing\npart-time in the fall. I am happy to share my resume and provide any\nadditional information. Looking forward to hearing from you!\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Martine Bigos</p><p><strong>Email:</strong> martinebigos15@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My name is Martine Bigos, and I am a senior at Johns Hopkins University studying psychology on the pre-med track. I am currently looking for a full-time caregiving position for the summer and am very interested in working at Complete Care in Annapolis.<br />\nI have experience in patient-facing roles through volunteering with my local first aid squad and helping care for an elderly family member, and I am comfortable working closely with individuals who need consistent, attentive support. I am reliable, quick to learn, and genuinely interested in gaining more hands-on experience in a senior care setting.<br />\nI will be living in Annapolis full-time this summer and am available for consistent full-time hours, with the possibility of continuing part-time in the fall. I am happy to share my resume and provide any additional information. Looking forward to hearing from you!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-04 19:41:47','2026-03-04 19:41:47','382d2aa0-e99e-4111-bf96-0213481cfdc9'),
(38689,'Contact Form Submission',3190,38525,1,'Contact Form Submission from Rachel Allan','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rachel Allan\n\nEMAIL: rachel@jerseycommercialpainting.com\n\nCOMPANY: Jersey Commercial Paint\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Berkshire [https://mycompletecare.com/completecareberkshire] \n\nMESSAGE: \nHi,\n\nI work in Burlington, and work for some of your neighbors. I was\nhoping I could come by and offer a complimentary painting bid?\n\nThank you in advance for your response.\n\nWith best,\n\nRachel Allan\nBusiness Development Rep\nJersey Commercial Paint\n609) 380-7522\nrachel@jerseycommercialpainting.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rachel Allan</p><p><strong>Email:</strong> rachel@jerseycommercialpainting.com</p><p><strong>Company:</strong> Jersey Commercial Paint</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareberkshire\">Berkshire</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI work in Burlington, and work for some of your neighbors. I was hoping I could come by and offer a complimentary painting bid?<br />\n <br />\nThank you in advance for your response.<br />\n <br />\nWith best,<br />\n<br />\nRachel Allan<br />\nBusiness Development Rep<br />\nJersey Commercial Paint<br />\n609) 380-7522<br />\nrachel@jerseycommercialpainting.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:23','2026-03-05 15:02:23','6228a3e0-5c6a-4ec5-bf6d-899ffaf8a31f'),
(38690,'Contact Form Submission',3190,38526,1,'Contact Form Submission from Rachel Allan','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rachel Allan\n\nEMAIL: rachel@jerseycommercialpainting.com\n\nCOMPANY: Jersey Commercial Paint\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nMESSAGE: \nHi,\n\nI work in Burlington, and work for some of your neighbors. I was\nhoping I could come by and offer a complimentary painting bid?\n\nThank you in advance for your response.\n\nWith best,\n\nRachel Allan\nBusiness Development Rep\nJersey Commercial Paint\n609) 380-7522\nrachel@jerseycommercialpainting.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rachel Allan</p><p><strong>Email:</strong> rachel@jerseycommercialpainting.com</p><p><strong>Company:</strong> Jersey Commercial Paint</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI work in Burlington, and work for some of your neighbors. I was hoping I could come by and offer a complimentary painting bid?<br />\n <br />\nThank you in advance for your response.<br />\n <br />\nWith best,<br />\n<br />\nRachel Allan<br />\nBusiness Development Rep<br />\nJersey Commercial Paint<br />\n609) 380-7522<br />\nrachel@jerseycommercialpainting.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:23','2026-03-05 15:02:23','e7f6f346-e19e-4e66-829f-5e4c06914f58'),
(38691,'Contact Form Submission',3190,38529,1,'Contact Form Submission from Anjelica Futrell','info@cchyattsville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchyattsville.com/contact\n\nNAME: Anjelica Futrell\n\nEMAIL: jazzijeli@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nMESSAGE: \nI’d like the corporate number or email address to get some issues\nresolved that haven’t been resolved directly from the facility\n','<p><strong>Contact form submitted at:</strong> https://cchyattsville.com/contact</p><p></p><p><strong>Name:</strong> Anjelica Futrell </p><p><strong>Email:</strong> jazzijeli@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I’d like the corporate number or email address to get some issues resolved that haven’t been resolved directly from the facility \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:24','2026-03-05 15:02:24','e2931d1f-e8ff-4d8e-b63e-4abca0e40f6d'),
(38692,'Contact Form Submission',3190,38537,1,'Contact Form Submission from Amy Hayman','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Amy Hayman\n\nEMAIL: logansmama07@yahoo.com\n\nCOMPANY: Complete care dover de\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Silver Lake [https://mycompletecare.com/ccsilverlake] \n\nMESSAGE: \nHello are you hiring? Im looking for an activity director position\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Amy Hayman</p><p><strong>Email:</strong> logansmama07@yahoo.com</p><p><strong>Company:</strong> Complete care dover de</p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsilverlake\">Silver Lake</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello are you hiring? Im looking for an activity director position \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:24','2026-03-05 15:02:24','7b5c49af-74e5-4c16-8d4e-1630cd616dab'),
(38693,'Careers Form Submission',3191,38539,2,'Careers Form Submission from Summer Gardner','careers@ccmilfordmanor.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmilfordmanor.com/careers/\n\nNAME: Summer Gardner\n\nEMAIL: summerpaige55@hotmail.com\n\nPHONE: 8622001170\n\nFACILITY: \n\n 	* Milford Manor [https://mycompletecare.com/ccmilfordmanor] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nHello, looking for part-time/full-time (hours depending) work.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmilfordmanor.com/careers/</p><p></p><p><strong>Name:</strong> Summer Gardner</p><p><strong>Email:</strong> summerpaige55@hotmail.com</p><p><strong>Phone:</strong> 8622001170</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmilfordmanor\">Milford Manor</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello, looking for part-time/full-time (hours depending) work. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:24','2026-03-05 15:02:24','bad22984-aa86-455e-bc52-3280a4f60669'),
(38694,'Volunteer Form Submission',3189,38544,3,'Volunteer Form Submission from Maria Guillen','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Maria Guillen\n\nEMAIL: guillen0810maria@gmail.com\n\nPHONE: 3046275275\n\nFACILITY:\n\n 	* Harborage [https://mycompletecare.com/ccharborage] \n\nMESSAGE:\nHello! I would love to get some more info on your volunteering\nprogram. I have been thinking of volunteering for a while and I live\nclose by so I figured I would reach out.\n\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Maria Guillen</p><p><strong>Email:</strong> guillen0810maria@gmail.com</p><p><strong>Phone:</strong> 3046275275</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharborage\">Harborage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Hello! I would love to get some more info on your volunteering program. I have been thinking of volunteering for a while and I live close by so I figured I would reach out.<br />\n<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:25','2026-03-05 15:02:25','eb17684c-005f-4357-9ad4-303c1fac9194'),
(38695,'Careers Form Submission',3191,38546,2,'Careers Form Submission from Lemoine Marcelin','careers@cchyattsville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cchyattsville.com/careers\n\nNAME: Lemoine Marcelin\n\nEMAIL: marcelinlemoine6@gmail.com\n\nPHONE: 2409908329\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nI am skilled professional with strong communication having experience\nwith leading, communicating with stakeholders, educating youth and\nadults. I’m committed to excellence and a proactive problem-solving.\nI’m passionate about my work and as well a fast learner that will\ncontribute to the companies’ values and beliefs.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cchyattsville.com/careers</p><p></p><p><strong>Name:</strong> Lemoine Marcelin </p><p><strong>Email:</strong> marcelinlemoine6@gmail.com</p><p><strong>Phone:</strong> 2409908329</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am skilled professional with strong communication having experience with leading, communicating with stakeholders, educating youth and adults. I’m committed to excellence and a proactive problem-solving. I’m passionate about my work and as well a fast learner that will contribute to the companies’ values and beliefs.<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:25','2026-03-05 15:02:25','4ffc48eb-44e3-4548-97c5-54d62cc1cc57'),
(38696,'Careers Form Submission',3191,38548,2,'Careers Form Submission from Cindy R','careers@cchyattsville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cchyattsville.com/careers\n\nNAME: Cindy R\n\nEMAIL: cindyrobles.c08@gmail.com\n\nPHONE: 2407045981\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Nursing \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nI am excited about the opportunities to join this community and to\ncontribute to its success on making sure families and residents are\ncared for and satisfied. I love the drive and compassion on helping\nothers. I look forward to hearing back and to possibly make a impact.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cchyattsville.com/careers</p><p></p><p><strong>Name:</strong> Cindy R</p><p><strong>Email:</strong> cindyrobles.c08@gmail.com</p><p><strong>Phone:</strong> 2407045981</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am excited about the opportunities to join this community and to contribute to its success on making sure families and residents are cared for and satisfied. I love the drive and compassion on helping others. I look forward to hearing back and to possibly make a impact.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:25','2026-03-05 15:02:25','4b16e295-15ad-4da3-9d9f-9629f5dec31c'),
(38697,'Careers Form Submission',3191,38552,2,'Careers Form Submission from Cindy R','careers@cchyattsville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cchyattsville.com/careers\n\nNAME: Cindy R\n\nEMAIL: cindyrobles.c08@gmail.com\n\nPHONE: 2407045981\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Nursing \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nI am excited about the opportunities to join this community and to\ncontribute to its success on making sure families and residents are\ncared for and satisfied. I love the drive and compassion on helping\nothers. I look forward to hearing back and to possibly make a impact.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cchyattsville.com/careers</p><p></p><p><strong>Name:</strong> Cindy R</p><p><strong>Email:</strong> cindyrobles.c08@gmail.com</p><p><strong>Phone:</strong> 2407045981</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am excited about the opportunities to join this community and to contribute to its success on making sure families and residents are cared for and satisfied. I love the drive and compassion on helping others. I look forward to hearing back and to possibly make a impact.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:26','2026-03-05 15:02:26','3fc419f3-10d4-459e-9370-7d7e4d756ab5'),
(38698,'Contact Form Submission',3190,38575,1,'Contact Form Submission from Melissa Yahr','info@ccchristianhome.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccchristianhome.com/contact\n\nNAME: Melissa Yahr\n\nEMAIL: melissa.yahr@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Christian Home [https://mycompletecare.com/ccchristianhome] \n\nMESSAGE: \nHello! Wondering what kind of availability you have for a 90 year old\nman and what the application process is as well as financial options.\n','<p><strong>Contact form submitted at:</strong> https://ccchristianhome.com/contact</p><p></p><p><strong>Name:</strong> Melissa Yahr</p><p><strong>Email:</strong> melissa.yahr@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchristianhome\">Christian Home</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello! Wondering what kind of availability you have for a 90 year old man and what the application process is as well as financial options.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:26','2026-03-05 15:02:26','5dd30bfe-a83c-4235-87ed-42a852dca211'),
(38699,'Contact Form Submission',3190,38578,1,'Contact Form Submission from Allison Dwyer','info@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccshorrockgardens.com/contact\n\nNAME: Allison Dwyer\n\nEMAIL: allieson387@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nMESSAGE: \nIam apply for a job part-time and full-time for housekeeping and\nactivities and receptionist front desk\n','<p><strong>Contact form submitted at:</strong> https://ccshorrockgardens.com/contact</p><p></p><p><strong>Name:</strong> Allison Dwyer</p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Iam apply for a job part-time and full-time for housekeeping and activities and receptionist front desk\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:26','2026-03-05 15:02:26','4b65a344-b88e-43cc-aead-f3ee75bbe222'),
(38700,'Contact Form Submission',3190,38681,1,'Contact Form Submission from Antonia Pilot','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Antonia Pilot\n\nEMAIL: apilot@desu.edu\n\nCOMPANY: Delaware State University\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\nMESSAGE: \nMy name is Antonia Pilot and I serve as the Assistant Fieldwork\nCoordinator for the Master of Occupational Therapy program at Delaware\nState University here in Dover.\n\nI’m reaching out to see if your therapy department might have\navailability to host a Level II OT student during one of our upcoming\nrotations:\n\nLevel IIa: May 18 – August 7, 2026\nLevel IIb: August 31 – November 20, 2026\n\nI would be happy to share additional program information or begin the\naffiliation agreement process if there is interest.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Antonia Pilot</p><p><strong>Email:</strong> apilot@desu.edu</p><p><strong>Company:</strong> Delaware State University</p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            My name is Antonia Pilot and I serve as the Assistant Fieldwork Coordinator for the Master of Occupational Therapy program at Delaware State University here in Dover.<br />\n<br />\nI’m reaching out to see if your therapy department might have availability to host a Level II OT student during one of our upcoming rotations:<br />\n<br />\nLevel IIa: May 18 – August 7, 2026<br />\nLevel IIb: August 31 – November 20, 2026<br />\n<br />\nI would be happy to share additional program information or begin the affiliation agreement process if there is interest.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:02:26','2026-03-05 15:02:26','ff7d862f-eba3-406c-89ed-a95d442f3dde'),
(38705,'Contact Form Submission',3190,38704,1,'Contact Form Submission from Grace','info@ccsouthpointe.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccsouthpointe.com/contact\n\nNAME: Grace\n\nEMAIL: GOleary@completecaremgmt.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Southpointe [https://mycompletecare.com/ccsouthpointe] \n\nMESSAGE: \nTesting\n','<p><strong>Contact form submitted at:</strong> https://ccsouthpointe.com/contact</p><p></p><p><strong>Name:</strong> Grace</p><p><strong>Email:</strong> GOleary@completecaremgmt.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsouthpointe\">Southpointe</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Testing\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:12:59','2026-03-05 15:12:59','d49aff25-8304-463a-870e-88406054fbd9'),
(38709,'Contact Form Submission',3190,38708,1,'Contact Form Submission from Grace','info@ccsouthpointe.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccsouthpointe.com/contact\n\nNAME: Grace\n\nEMAIL: GOleary@completecaremgmt.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Southpointe [https://mycompletecare.com/ccsouthpointe] \n\nMESSAGE: \nTesting - if you receive this please reply back with yes\n','<p><strong>Contact form submitted at:</strong> https://ccsouthpointe.com/contact</p><p></p><p><strong>Name:</strong> Grace</p><p><strong>Email:</strong> GOleary@completecaremgmt.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsouthpointe\">Southpointe</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Testing - if you receive this please reply back with yes\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:30:20','2026-03-05 15:30:20','0b600d29-9ffc-4d5f-be8e-a5816c5cb2ab'),
(38716,'Contact Form Submission',3190,38715,1,'Contact Form Submission from Grace','info@cckensington.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cckensington.com/contact\n\nNAME: Grace\n\nEMAIL: GOleary@completecaremgmt.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Kensington [https://mycompletecare.com/cckensington] \n\nMESSAGE: \nTesting- If received please reply yes\n','<p><strong>Contact form submitted at:</strong> https://cckensington.com/contact</p><p></p><p><strong>Name:</strong> Grace</p><p><strong>Email:</strong> GOleary@completecaremgmt.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cckensington\">Kensington</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Testing- If received please reply yes\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:39:56','2026-03-05 15:39:56','91dd6a62-4653-4381-8602-934c908bade6'),
(38720,'Contact Form Submission',3190,38719,1,'Contact Form Submission from Grace','info@cchalescorners.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchalescorners.com/contact\n\nNAME: Grace\n\nEMAIL: GOleary@completecaremgmt.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nMESSAGE: \nTesting- please reply yes if received.\n','<p><strong>Contact form submitted at:</strong> https://cchalescorners.com/contact</p><p></p><p><strong>Name:</strong> Grace</p><p><strong>Email:</strong> GOleary@completecaremgmt.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Testing- please reply yes if received. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 15:40:40','2026-03-05 15:40:40','6965f7aa-b3df-423f-a900-e193ba3b2182'),
(38727,'Volunteer Form Submission',3189,38724,3,'Volunteer Form Submission from Shruti Ma','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Shruti Ma\n\nEMAIL: shrutima05@gmail.com\n\nPHONE: 7326478622\n\nFACILITY:\n\n 	* Park Place [https://mycompletecare.com/ccparkplace] \n\nMESSAGE:\nHi I\'m looking for an opportunity to volunteer on a weekly basis for 1\nhour or more from March.I\'m a sophomore at high school. I\'m also\navailable during my summer break starting June. Kindly provide me\nguidance for any such opportunities.\nLooking forward to hear from you.\nThanks.\nShruti Ma\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Shruti Ma</p><p><strong>Email:</strong> shrutima05@gmail.com</p><p><strong>Phone:</strong> 7326478622</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccparkplace\">Park Place</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Hi I\'m looking for an opportunity to volunteer on a weekly basis for 1 hour or more  from March.I\'m a sophomore at high school. I\'m also available during my summer break starting June. Kindly provide me guidance for any such opportunities.<br />\nLooking forward to hear from you.<br />\nThanks.<br />\nShruti Ma\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 16:47:29','2026-03-05 16:47:29','2e6c1819-ee19-41c3-a809-0a2dd6a5991d'),
(38739,'Contact Form Submission',3190,38730,1,'Contact Form Submission from Jennifer Holt','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Jennifer Holt\n\nEMAIL: jennifer.holt@amerisbank.com\n\nCOMPANY: Ameris Bank\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\nMESSAGE: \nHello,\n\nWe are in need of a fax, email or third party contact information. So,\nwe can request a verification of employment.\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Jennifer Holt</p><p><strong>Email:</strong> jennifer.holt@amerisbank.com</p><p><strong>Company:</strong> Ameris Bank</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nWe are in need of a fax, email or third party contact information. So,  we can request a verification of employment.<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 18:14:24','2026-03-05 18:14:24','66caa059-91cc-46c4-92c1-a92cd5e1fe81'),
(38740,'Careers Form Submission',3191,38731,2,'Careers Form Submission from Yuleisi','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Yuleisi\n\nEMAIL: yvasquez0709@gmail.com\n\nPHONE: 4846408462\n\nFACILITY: \n\n 	* Phillipsburg [https://mycompletecare.com/ccphillipsburg] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI’m a senior in highschool looking for after school hours work or\nweekend jobs I’m available all day on the weekends\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Yuleisi</p><p><strong>Email:</strong> yvasquez0709@gmail.com</p><p><strong>Phone:</strong> 4846408462</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccphillipsburg\">Phillipsburg</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I’m a senior in highschool looking for after school hours work or weekend jobs I’m available all day on the weekends \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 18:14:24','2026-03-05 18:14:24','3127ba79-24ba-45ea-b5ff-15d57221e98c'),
(38741,'Contact Form Submission',3190,38734,1,'Contact Form Submission from Kristen Foelsch','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Kristen Foelsch\n\nEMAIL: kfoelsch16@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\nMESSAGE: \nHi.\n\nMy name is Kristen Foelsch. I am inquiring about employment\nopportunities with your organization. I live in Maywood, NJ. Are there\nare any facilities near there?\n\nI look forward to hearing from you soon.\n\nSincerely,\nKristen\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Kristen Foelsch</p><p><strong>Email:</strong> kfoelsch16@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Hi.<br />\n<br />\nMy name is Kristen Foelsch. I am inquiring about employment opportunities with your organization. I live in Maywood, NJ. Are there are any facilities near there?<br />\n<br />\nI look forward to hearing from you soon.<br />\n<br />\n<br />\nSincerely,<br />\nKristen \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 18:14:25','2026-03-05 18:14:25','86bcf527-105f-4fad-a21c-5749575670ea'),
(38742,'Contact Form Submission',3190,38737,1,'Contact Form Submission from David Steen','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: David Steen\n\nEMAIL: david@intellectible.com\n\nCOMPANY: Intellectible\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Wall [https://mycompletecare.com/completecarewall] \n\nMESSAGE: \nHi, this message is intended for whoever oversees your federal bidding\nefforts.\n\nIs your team still spending significant time manually finding and\nqualifying SAM.gov opportunities?\n\nOur AI system evaluates 1000s of daily fed opportunities, including\nfull solicitation documents against your specific past performance and\nwin criteria, not just keyword matches.\n\nInstead of your team sorting through feeds, you receive a daily\nshortlist of high-fit opportunities, typically doubling qualified\npipeline and reducing admin by 95%. \n\nWould it make sense to share a quick overview?\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> David Steen</p><p><strong>Email:</strong> david@intellectible.com</p><p><strong>Company:</strong> Intellectible</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarewall\">Wall</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi, this message is intended for whoever oversees your federal bidding efforts.<br />\n<br />\nIs your team still spending significant time manually finding and qualifying SAM.gov opportunities?<br />\n<br />\nOur AI system evaluates 1000s of daily fed opportunities, including full solicitation documents against your specific past performance and win criteria, not just keyword matches.<br />\n<br />\nInstead of your team sorting through feeds, you receive a daily shortlist of high-fit opportunities, typically doubling qualified pipeline and reducing admin by 95%. <br />\n<br />\nWould it make sense to share a quick overview?<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 18:14:25','2026-03-05 18:14:25','ee4c5197-4dec-4e5e-a09c-ae43f7468180'),
(38743,'Contact Form Submission',3190,38738,1,'Contact Form Submission from Andrea Bradford','info@ccmarcella.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmarcella.com/contact\n\nNAME: Andrea Bradford\n\nEMAIL: abradford@wboe.net\n\nCOMPANY: James A Cotten Intermediate School\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Marcella [https://mycompletecare.com/ccmarcella] \n\nMESSAGE: \nHealth Fair at James A Cotten Intermediate School April 15, 2026 from\n9am- 2pm.\n','<p><strong>Contact form submitted at:</strong> https://ccmarcella.com/contact</p><p></p><p><strong>Name:</strong> Andrea Bradford</p><p><strong>Email:</strong> abradford@wboe.net</p><p><strong>Company:</strong> James A Cotten Intermediate School</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmarcella\">Marcella</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Health Fair at James A Cotten Intermediate School April 15, 2026 from 9am- 2pm. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 18:14:25','2026-03-05 18:14:25','3ab15619-536e-4798-a294-bd9cda3f2e18'),
(38750,'Volunteer Form Submission',3189,38747,3,'Volunteer Form Submission from Rana Alzyoud','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Rana Alzyoud\n\nEMAIL: alzyoudrana08@gmail.com\n\nPHONE: 6673552371\n\nFACILITY:\n\n 	* Heritage [https://mycompletecare.com/completecareheritage] \n\nMESSAGE:\nHello, \nMy name is Rana Alzyoud, I am a senior at Towson University, and I\nwould love the opportunity to volunteer at Complete Care and spend\ntime with the residents. I am interested in helping with activities\nsuch as reading, trivia sessions, or assisting with events. \nPlease let me know if there are any volunteer opportunities available\nand what the next steps would be.\nKindly, \nRana Alzyoud\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Rana Alzyoud</p><p><strong>Email:</strong> alzyoudrana08@gmail.com</p><p><strong>Phone:</strong> 6673552371</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareheritage\">Heritage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Hello, <br />\nMy name is Rana Alzyoud, I am a senior at Towson University, and I would love the opportunity to volunteer at Complete Care and spend time with the residents. I am interested in helping with activities such as reading, trivia sessions, or assisting with events. <br />\nPlease let me know if there are any volunteer opportunities available and what the next steps would be.<br />\nKindly, <br />\nRana Alzyoud\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-05 18:26:34','2026-03-05 18:26:34','8bb84bd1-f35f-4f0b-8756-c32e442415e4'),
(39194,'Careers Form Submission',3191,38818,2,'Careers Form Submission from Allison dwyer','careers@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccshorrockgardens.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Recruitment \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nI am looking for full time work part time mornings days and weekends\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccshorrockgardens.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am looking for full time work part time mornings days and weekends \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:41','2026-03-06 18:39:41','8e7f2839-f8bd-450b-9e3c-2d28e8cdca31'),
(39195,'Contact Form Submission',3190,38854,1,'Contact Form Submission from Anne Smith','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Anne Smith\n\nEMAIL: craftyladymd@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nWhat time are your visiting hours. I\'d like to visit my friend over\nthe weekend .\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Anne Smith </p><p><strong>Email:</strong> craftyladymd@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            What time are your visiting hours.  I\'d like to visit my friend over the weekend .\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:41','2026-03-06 18:39:41','7f2d5dc1-ced1-40c4-a72b-0ed5a91b84fe'),
(39196,'Contact Form Submission',3190,38855,1,'Contact Form Submission from BREANNA JACKSON','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: BREANNA JACKSON\n\nEMAIL: breanna.jackson@cotiviti.com\n\nCOMPANY: Cotiviti on behalf of Cigna Healthcare\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Wall [https://mycompletecare.com/completecarewall] \n\nMESSAGE: \nCotiviti, Inc.\nP.O. Box 952366 Saint Louis, MO 63195\nP: 888-633-5516 | F: 203-423-1581 \nwww.cotiviti.com \n\nWe have been trying to reach you to discuss unresolved overpayment\nrequests. Several unsuccessful attempts have been made to resolve this\nissue, can someone please contact me at the phone number above or\nemail me at Breanna.jackson@cotiviti.com to confirm these were\nreceived and to discuss timetable for resolution.\n\nThank you\nBreanna Jackson Recovery Resolution Specialist PH# 888-633-5516 EXT\n9663\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> BREANNA JACKSON</p><p><strong>Email:</strong> breanna.jackson@cotiviti.com</p><p><strong>Company:</strong> Cotiviti on behalf of Cigna Healthcare</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarewall\">Wall</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Cotiviti, Inc.<br />\nP.O. Box 952366 Saint Louis, MO 63195<br />\nP: 888-633-5516 | F: 203-423-1581 <br />\nwww.cotiviti.com          <br />\n<br />\nWe have been trying to reach you to discuss unresolved overpayment requests. Several unsuccessful attempts have been made to resolve this issue, can someone please contact me at the phone number above or email me at Breanna.jackson@cotiviti.com  to confirm these were received and to discuss timetable for resolution.<br />\n<br />\nThank you<br />\nBreanna Jackson Recovery Resolution Specialist PH# 888-633-5516 EXT 9663<br />\n<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:42','2026-03-06 18:39:42','f3c8d0bd-9ba2-458e-92ef-f5c940fb7e9a'),
(39197,'Careers Form Submission',3191,38888,2,'Careers Form Submission from Ciera Bailey','careers@ccbrackenville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccbrackenville.com/careers\n\nNAME: Ciera Bailey\n\nEMAIL: cierabailey33@gmail.com\n\nPHONE: 2675217601\n\nFACILITY: \n\n 	* Brackenville [https://mycompletecare.com/ccbrackenville] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nN/A\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccbrackenville.com/careers</p><p></p><p><strong>Name:</strong> Ciera Bailey</p><p><strong>Email:</strong> cierabailey33@gmail.com</p><p><strong>Phone:</strong> 2675217601</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrackenville\">Brackenville</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/A\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:42','2026-03-06 18:39:42','5387d5c5-1dd6-4d13-adf1-bd1f66e7c92b'),
(39198,'Careers Form Submission',3191,39017,2,'Careers Form Submission from Karen Cook','careers@completecareclark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareclark.com/careers\n\nNAME: Karen Cook\n\nEMAIL: karenmcook59@yahoo.com\n\nPHONE: 7326726377\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n\nMESSAGE/ COVER LETTER:\n\nNone\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareclark.com/careers</p><p></p><p><strong>Name:</strong> Karen Cook</p><p><strong>Email:</strong> karenmcook59@yahoo.com</p><p><strong>Phone:</strong> 7326726377</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            None\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:42','2026-03-06 18:39:42','704589a3-ed09-47c9-b92a-ec46870f9551'),
(39199,'Contact Form Submission',3190,39028,1,'Contact Form Submission from Christopher Miller','info@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccglendalewest.com/contact\n\nNAME: Christopher Miller\n\nEMAIL: christopherm.illermkts@gmail.com\n\nCOMPANY: -\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nMESSAGE: \nHi,\nI recently came across your website and really liked the overall\npresentation and clarity of your services.\nWhile reviewing it, I noticed a small search visibility issue that\ncould be limiting your presence on search engines. It’s a relatively\nsimple fix that may help improve traffic and inquiries.\nIf you\'re open to it, I’d be happy to share a short summary and\nsuggestions with you.\nBest regards,\nChristopher Miller\n','<p><strong>Contact form submitted at:</strong> https://ccglendalewest.com/contact</p><p></p><p><strong>Name:</strong> Christopher Miller</p><p><strong>Email:</strong> christopherm.illermkts@gmail.com</p><p><strong>Company:</strong> -</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\nI recently came across your website and really liked the overall presentation and clarity of your services.<br />\nWhile reviewing it, I noticed a small search visibility issue that could be limiting your presence on search engines. It’s a relatively simple fix that may help improve traffic and inquiries.<br />\nIf you\'re open to it, I’d be happy to share a short summary and suggestions with you.<br />\nBest regards,<br />\nChristopher Miller\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:43','2026-03-06 18:39:43','1c515698-4ddd-4f75-9c6f-691eaf0c1716'),
(39200,'Careers Form Submission',3191,39091,2,'Careers Form Submission from Tashni Lyons','careers@ccorangepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccorangepark.com/careers\n\nNAME: Tashni Lyons\n\nEMAIL: lyonstashni@yahoo.com\n\nPHONE: 3473253330\n\nFACILITY: \n\n 	* Orange Park [https://mycompletecare.com/ccorangepark] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI recently attained my CNA certification and I was hoping to get a per\ndiem CNA job, doing 11-7 shifts, once or twice a week.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccorangepark.com/careers</p><p></p><p><strong>Name:</strong> Tashni Lyons</p><p><strong>Email:</strong> lyonstashni@yahoo.com</p><p><strong>Phone:</strong> 3473253330</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccorangepark\">Orange Park</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I recently attained my CNA certification and I was hoping to get a per diem CNA job, doing 11-7 shifts, once or twice a week. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:43','2026-03-06 18:39:43','da67f5ad-7965-4b2b-b232-385c9632c288'),
(39201,'Careers Form Submission',3191,39116,2,'Careers Form Submission from Annaliese jelmert','careers@ccphillipsburg.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccphillipsburg.com/careers\n\nNAME: Annaliese jelmert\n\nEMAIL: liese.kugis@gmail.com\n\nPHONE: 9083614213\n\nFACILITY: \n\n 	* Phillipsburg [https://mycompletecare.com/ccphillipsburg] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nI am very interested in opportunities in Dietary/Food Service,\nActivities/Recreation, or Maintenance/Housekeeping at your facility. I\nhave always enjoyed spending time with and talking with older adults,\nand I was fortunate to help care for my great-grandmother from age 85\nto 99 and my step-dad’s grandmother from age 90 to 94. Those\nexperiences taught me patience, compassion, and how meaningful simple\nconversations and daily support can be. As a current college student,\nI am seeking a part-time position and would love the opportunity to\ncontribute to a warm, respectful, and positive environment for your\nresidents while bringing my strong work ethic and friendly attitude to\nyour team.\n\nSincerely,\nAnnaliese Jelmert\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccphillipsburg.com/careers</p><p></p><p><strong>Name:</strong> Annaliese jelmert</p><p><strong>Email:</strong> liese.kugis@gmail.com</p><p><strong>Phone:</strong> 9083614213</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccphillipsburg\">Phillipsburg</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am very interested in opportunities in Dietary/Food Service, Activities/Recreation, or Maintenance/Housekeeping at your facility. I have always enjoyed spending time with and talking with older adults, and I was fortunate to help care for my great-grandmother from age 85 to 99 and my step-dad’s grandmother from age 90 to 94. Those experiences taught me patience, compassion, and how meaningful simple conversations and daily support can be. As a current college student, I am seeking a part-time position and would love the opportunity to contribute to a warm, respectful, and positive environment for your residents while bringing my strong work ethic and friendly attitude to your team.<br />\n<br />\nSincerely,<br />\nAnnaliese Jelmert\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:43','2026-03-06 18:39:43','fce0aff5-37c6-47bd-8a24-b7a1d81b3b1a'),
(39202,'Contact Form Submission',3190,39150,1,'Contact Form Submission from Rebecca Romanko','info@ccparkplace.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccparkplace.com/contact\n\nNAME: Rebecca Romanko\n\nEMAIL: rebecca.mae17@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Park Place [https://mycompletecare.com/ccparkplace] \n\nMESSAGE: \nLooking to tour th facility for long term care options\n','<p><strong>Contact form submitted at:</strong> https://ccparkplace.com/contact</p><p></p><p><strong>Name:</strong> Rebecca Romanko</p><p><strong>Email:</strong> rebecca.mae17@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccparkplace\">Park Place</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking to tour th facility for long term care options \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:43','2026-03-06 18:39:43','de639474-7fe1-4eb6-a92c-77eb26e3d14e'),
(39203,'Contact Form Submission',3190,39172,1,'Contact Form Submission from Ashley Kuhn','info@cclehigh.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cclehigh.com/contact\n\nNAME: Ashley Kuhn\n\nEMAIL: ashkuhn185@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nMESSAGE: \nMy name is Ashley Kuhn and I am an upcoming graduate from Misericordia\nUniversity, where I will graduate with my master\'s degree in\nSpeech-Language Pathology. I am seeking information regarding a need\nin your facilities in the Lehigh Valley area for a dedicated SLP to\ncare for the residents.\n\nI am a compassionate and supportive individual who is interested in\ncaring for patients and improving their quality of life with each\ninteraction.\n\nPlease inform me at your earliest convenience if you have any openings\nwithin your facility. I look forward to hearing from you.\n','<p><strong>Contact form submitted at:</strong> https://cclehigh.com/contact</p><p></p><p><strong>Name:</strong> Ashley Kuhn</p><p><strong>Email:</strong> ashkuhn185@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My name is Ashley Kuhn and I am an upcoming graduate from Misericordia University, where I will graduate with my master\'s degree in Speech-Language Pathology. I am seeking information regarding a need in your facilities in the Lehigh Valley area for a dedicated SLP to care for the residents.<br />\n<br />\nI am a compassionate and supportive individual who is interested in caring for patients and improving their quality of life with each interaction.<br />\n<br />\nPlease inform me at your earliest convenience if you have any openings within your facility. I look forward to hearing from you. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:44','2026-03-06 18:39:44','dcef5479-f167-4b22-aead-61ac18bf39d4'),
(39204,'Contact Form Submission',3190,39184,1,'Contact Form Submission from Naaz Alam','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Naaz Alam\n\nEMAIL: Naaz.alam@disa.com\n\nCOMPANY: DISA Global Solutions\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Manitowoc [https://mycompletecare.com/ccmanitowoc] \n\nMESSAGE: \nHello Team,\n\nMy name is Naaz, and I am with DISA Global Solutions, a third-party\nbackground screening company. We are requesting verification of\nemployment for one of your former employees. We need to confirm the\nemployee’s dates of employment and job title. If you are the\nappropriate person or department to handle this request, please let us\nknow. I can provide a formal written request or authorization if\nrequired. If you have any questions about our company, please visit\nwww.disa.com or contact our Client Care team at 866-859-0143.\n\nRegards,\nNaaz Alam,\nDisa Global Solutions\nPhone#: 346-998-0282 extn 6816\nFax back number:- 205-443-9396/ 205-414-6392/877-991-9737\nEmail : Naaz.Alam@disa.com\nwww.disa.co\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Naaz Alam</p><p><strong>Email:</strong> Naaz.alam@disa.com</p><p><strong>Company:</strong> DISA Global Solutions</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmanitowoc\">Manitowoc</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello Team,<br />\n<br />\nMy name is Naaz, and I am with DISA Global Solutions, a third-party background screening company. We are requesting verification of employment for one of your former employees. We need to confirm the employee’s dates of employment and job title. If you are the appropriate person or department to handle this request, please let us know. I can provide a formal written request or authorization if required. If you have any questions about our company, please visit www.disa.com or contact our Client Care team at 866-859-0143.<br />\n<br />\n<br />\nRegards,<br />\nNaaz Alam,<br />\nDisa Global Solutions<br />\nPhone#: 346-998-0282 extn 6816<br />\nFax back number:- 205-443-9396/ 205-414-6392/877-991-9737<br />\nEmail : Naaz.Alam@disa.com<br />\nwww.disa.co<br />\n<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:44','2026-03-06 18:39:44','2cb71693-c450-4114-b716-150c1571b8ad'),
(39205,'Contact Form Submission',3190,39190,1,'Contact Form Submission from Matthew Dixon','info@completecarebarnhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarebarnhill.com/contact\n\nNAME: Matthew Dixon\n\nEMAIL: mdfilms21@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nMESSAGE: \nGood Afternoon, \n\nI was interested in applying for the position of a nursing assistant\nat your facility. My question is do you offer training to become a CNA\nwhile working there as I am interested in switching careers to\nultimately become a CNA. Any information about this would be greatly\nappreciated I’m interested in learning more and becoming an\nemployee. \n\nThank you for your time.\n\nBest,\nMatthew Dixon \nVernon, NJ\n','<p><strong>Contact form submitted at:</strong> https://completecarebarnhill.com/contact</p><p></p><p><strong>Name:</strong> Matthew Dixon</p><p><strong>Email:</strong> mdfilms21@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good Afternoon, <br />\n<br />\nI was interested in applying for the position of a nursing assistant at your facility. My question is do you offer training to become a CNA while working there as I am interested in switching careers to ultimately become a CNA. Any information about this would be greatly appreciated I’m interested in learning more and becoming an employee. <br />\n<br />\nThank you for your time.<br />\n<br />\nBest,<br />\nMatthew Dixon <br />\nVernon, NJ \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:44','2026-03-06 18:39:44','5e1836cd-ba59-48a7-8acb-806f7c709c07'),
(39206,'Careers Form Submission',3191,39192,2,'Careers Form Submission from Anthony Clark','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Anthony Clark\n\nEMAIL: fnbace03@gmail.com\n\nPHONE: 8567966776\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nI worked here before.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Anthony Clark </p><p><strong>Email:</strong> fnbace03@gmail.com</p><p><strong>Phone:</strong> 8567966776</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            I worked here before.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 18:39:44','2026-03-06 18:39:44','51b4ec14-0664-42eb-be25-19f56b3ea5a1'),
(39211,'Contact Form Submission',3190,39209,1,'Contact Form Submission from Aretha Johnson','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Aretha Johnson\n\nEMAIL: arethacjohnson@icloud.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Westfield [https://mycompletecare.com/ccwestfield] \n\nMESSAGE: \nI’m looking for a Memory care facility for my mom. She has Dementia,\nModerate stage. Wondering if your facility supports residents pending\na Medicaid approval? Or resident has to already be approved for\nMedicaid? Thanks\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Aretha Johnson</p><p><strong>Email:</strong> arethacjohnson@icloud.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwestfield\">Westfield</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I’m looking for a Memory care facility for my mom. She has Dementia, Moderate stage. Wondering if your facility supports residents pending a Medicaid approval? Or resident has to already be approved for Medicaid? Thanks \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 19:17:02','2026-03-06 19:17:02','6ef6141c-3581-48ea-b662-638908912730'),
(39212,'Contact Form Submission',3190,39210,1,'Contact Form Submission from Nashia Brown','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Nashia Brown\n\nEMAIL: shiamonay3@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Middlebury [https://mycompletecare.com/ccmiddlebury] \n\nMESSAGE: \nHi, I applied for a position as an LPN. However, during an interview\nwith the location in Meriden with Jessica Vollono from HR, since there\nwas no positions available I was told she could send over my\napplication. I was wondering if I could speak to someone from HR to\nhave that done. Thank you.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Nashia Brown</p><p><strong>Email:</strong> shiamonay3@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmiddlebury\">Middlebury</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi, I applied for a position as an LPN. However, during an interview with the location in Meriden with Jessica Vollono from HR, since there was no positions available I was told she could send over my application. I was wondering if I could speak to someone from HR to have that done. Thank you.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.226.199.101\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-06 19:17:02','2026-03-06 19:17:02','5531b2c6-0739-47ff-accf-eeebd010cea6'),
(40247,'Contact Form Submission',3190,39223,1,'Contact Form Submission from Ron Wyatt','info@ccwhisperingwoods.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccwhisperingwoods.com/contact\n\nNAME: Ron Wyatt\n\nEMAIL: ron@ronwyattphoto.com\n\nCOMPANY: Ron Wyatt Photos\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Whispering Woods [https://mycompletecare.com/ccwhisperingwoods] \n\nMESSAGE: \nHello,\n\nThrough the Lens: 50 Years of Professional Photography is a\npresentation-style photography class taught by professional\nphotographer Ron Wyatt, combining storytelling, instruction, and a\nvisual journey through five decades behind the camera.\n\nIn this class, Ron shares images and experiences from a career\nspanning corporate, editorial, and event photography including the\nOlympic Games, NFL events, healthcare photography inside operating\nrooms, architectural assignments, and more than three decades working\nwith Six Flags. The program also features work from tours with the\nMoscow Ballet, national conferences, and government assignments,\nincluding photographing the President of Turkey and the First Lady\nduring their visit to the United Nations in New York.\n\nParticipants will see how digital photography has transformed Ron’s\nworkflow in recent years and learn how professional images are created\nfor marketing and PR firms, newspapers, magazines, press releases,\nribbon cuttings, and corporate storytelling. Along the way, Ron\nexplains how these assignments were obtained and shares real world\nlessons learned on location.\n\nToday, Ron continues to teach and mentor photographers through Photo\nAdventures with Ron, leading hands on photo tours to destinations such\nas Cuba, Tanzania, Rome, Venice, Alaska, New England, and beyond.\n\nThis class is ideal for camera clubs, senior living communities, and\ncollege photography programs seeking an engaging, educational, and\ninspirational photography presentation.\n\nRon Wyatt\nPO Box 281\nAvenel, NJ 07001\nMobile: 732-619-9628\nwww.ronwyattphotos.com\nron@ronwyattphotos.com\n','<p><strong>Contact form submitted at:</strong> https://ccwhisperingwoods.com/contact</p><p></p><p><strong>Name:</strong> Ron Wyatt</p><p><strong>Email:</strong> ron@ronwyattphoto.com</p><p><strong>Company:</strong> Ron Wyatt Photos</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwhisperingwoods\">Whispering Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nThrough the Lens: 50 Years of Professional Photography is a presentation-style photography class taught by professional photographer Ron Wyatt, combining storytelling, instruction, and a visual journey through five decades behind the camera.<br />\n<br />\nIn this class, Ron shares images and experiences from a career spanning corporate, editorial, and event photography including the Olympic Games, NFL events, healthcare photography inside operating rooms, architectural assignments, and more than three decades working with Six Flags. The program also features work from tours with the Moscow Ballet, national conferences, and government assignments, including photographing the President of Turkey and the First Lady during their visit to the United Nations in New York.<br />\n<br />\nParticipants will see how digital photography has transformed Ron’s workflow in recent years and learn how professional images are created for marketing and PR firms, newspapers, magazines, press releases, ribbon cuttings, and corporate storytelling. Along the way, Ron explains how these assignments were obtained and shares real world lessons learned on location.<br />\n<br />\nToday, Ron continues to teach and mentor photographers through Photo Adventures with Ron, leading hands on photo tours to destinations such as Cuba, Tanzania, Rome, Venice, Alaska, New England, and beyond.<br />\n<br />\nThis class is ideal for camera clubs, senior living communities, and college photography programs seeking an engaging, educational, and inspirational photography presentation.<br />\n<br />\nRon Wyatt<br />\nPO Box 281<br />\nAvenel, NJ 07001<br />\nMobile: 732-619-9628<br />\nwww.ronwyattphotos.com<br />\nron@ronwyattphotos.com\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:23','2026-03-09 13:38:23','98644a0f-990a-4b84-b773-1aa7693c243f'),
(40248,'Careers Form Submission',3191,39226,2,'Careers Form Submission from Bonita Hills','careers@cckressonview.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cckressonview.com/careers\n\nNAME: Bonita Hills\n\nEMAIL: bonita.hill23@gmail.com\n\nPHONE: 7328966116\n\nFACILITY: \n\n 	* Kresson View [https://mycompletecare.com/cckressonview] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Nursing \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nTo Who it May Concern\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cckressonview.com/careers</p><p></p><p><strong>Name:</strong> Bonita Hills</p><p><strong>Email:</strong> bonita.hill23@gmail.com</p><p><strong>Phone:</strong> 7328966116</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cckressonview\">Kresson View</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            To Who it May Concern \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:24','2026-03-09 13:38:24','ab009be7-045a-4623-b74d-28f504972326'),
(40249,'Contact Form Submission',3190,39234,1,'Contact Form Submission from Suzanne Balcerowski','info@cchalescorners.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchalescorners.com/contact\n\nNAME: Suzanne Balcerowski\n\nEMAIL: sbalcerowski@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nMESSAGE: \nMy mother is a patient at Froedtert Bluemound Rehabilitation Hospital\nright now recovering from a Stroke. We are looking for follow up care\nfor her until she can get home. Your facility was on the list of\npreferred providers we received. Her discharge date is down as March\n18th. We are wondering about availability at your facility and a tour\nif you would have availability. \nThank you\n','<p><strong>Contact form submitted at:</strong> https://cchalescorners.com/contact</p><p></p><p><strong>Name:</strong> Suzanne Balcerowski</p><p><strong>Email:</strong> sbalcerowski@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My mother is a patient at Froedtert Bluemound Rehabilitation Hospital right now recovering from a Stroke. We are looking for follow up care for her until she can get home. Your facility was on the list of preferred providers we received. Her discharge date is down as March 18th. We are wondering about availability at your facility and a tour if you would have availability. <br />\nThank you\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:24','2026-03-09 13:38:24','0f303fc4-51a9-4a62-bc72-e8dab04950cf'),
(40250,'Contact Form Submission',3190,39252,1,'Contact Form Submission from Ryan smith','info@ccatgreenacres.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccatgreenacres.com/contact\n\nNAME: Ryan smith\n\nEMAIL: rsmith@outcould.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nMESSAGE: \nI hate the fuck ass Jew at this establishment they continue to rape me\nwithout fail for 5 times in a row\n','<p><strong>Contact form submitted at:</strong> https://ccatgreenacres.com/contact</p><p></p><p><strong>Name:</strong> Ryan smith </p><p><strong>Email:</strong> rsmith@outcould.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I hate the fuck ass Jew at this establishment they continue to rape me without fail for 5 times in a row \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:24','2026-03-09 13:38:24','e1a24630-af08-45c6-9b48-91474dcc4267'),
(40251,'Careers Form Submission',3191,39257,2,'Careers Form Submission from Stephanie Silas','careers@completecarewall.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarewall.com/careers/\n\nNAME: Stephanie Silas\n\nEMAIL: nurselove67@gmail.com\n\nPHONE: 17734011106\n\nFACILITY: \n\n 	* Wall [https://mycompletecare.com/completecarewall] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nTo Whom It May Concern,\n\nI am writing to provide my strongest recommendation for my colleague,\nStephanie Silas, with whom I had the privilege of working with for 15\nyears. During that time, she served as our triage nurse and was an\nessential pillar of our clinical team.\n\nIn a fast-paced and often high-pressure environment, Stephaie\nconsistently demonstrated exceptional clinical judgment, efficiency,\nand professionalism. As the first point of contact for patients, she\nhad an extraordinary ability to quickly assess acuity, prioritize\nappropriately, and communicate clearly with both providers and\npatients. Her triage assessments were thorough, accurate, and\nthoughtful, ensuring patient safety while maintaining smooth clinic\nflow.\n\nBeyond her strong clinical skills, Stephanie possesses outstanding\ninterpersonal abilities. She approaches every patient with compassion,\npatience, and respect, even in difficult or emotionally charged\nsituations. Patients frequently expressed appreciation for her calm\ndemeanor and reassuring presence. She also fostered positive working\nrelationships with providers and staff, contributing to a\ncollaborative and supportive team environment.\n\nWhat sets Stephanie apart is her reliability and integrity. She\nconsistently went above and beyond her assigned responsibilities,\nanticipated needs before they arose, and remained steady under\npressure. Her ability to balance clinical precision with genuine\nempathy makes her an exceptional nurse and colleague.\n\nI can confidently say that any organization would be fortunate to have\nher as part of their team. She brings experience, leadership, and\nheart to everything she does.\n\nPlease feel free to contact me if you require any additional\ninformation.\n\nSincerely,\n\nMary Daly\n\nMedaly3619@gmail.com\n\n312-735-7850\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarewall.com/careers/</p><p></p><p><strong>Name:</strong> Stephanie Silas</p><p><strong>Email:</strong> nurselove67@gmail.com</p><p><strong>Phone:</strong> 17734011106</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarewall\">Wall</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            To Whom It May Concern,<br />\n<br />\nI am writing to provide my strongest recommendation for my colleague, Stephanie Silas, with whom I had the privilege of working with for 15 years. During that time, she served as our triage nurse and was an essential pillar of our clinical team.<br />\n<br />\nIn a fast-paced and often high-pressure environment, Stephaie consistently demonstrated exceptional clinical judgment, efficiency, and professionalism. As the first point of contact for patients, she had an extraordinary ability to quickly assess acuity, prioritize appropriately, and communicate clearly with both providers and patients. Her triage assessments were thorough, accurate, and thoughtful, ensuring patient safety while maintaining smooth clinic flow.<br />\n<br />\nBeyond her strong clinical skills, Stephanie possesses outstanding interpersonal abilities. She approaches every patient with compassion, patience, and respect, even in difficult or emotionally charged situations. Patients frequently expressed appreciation for her calm demeanor and reassuring presence. She also fostered positive working relationships with providers and staff, contributing to a collaborative and supportive team environment.<br />\n<br />\nWhat sets Stephanie apart is her reliability and integrity. She consistently went above and beyond her assigned responsibilities, anticipated needs before they arose, and remained steady under pressure. Her ability to balance clinical precision with genuine empathy makes her an exceptional nurse and colleague.<br />\n<br />\nI can confidently say that any organization would be fortunate to have her as part of their team. She brings experience, leadership, and heart to everything she does.<br />\n<br />\nPlease feel free to contact me if you require any additional information.<br />\n<br />\nSincerely,<br />\n<br />\n<br />\nMary Daly<br />\n<br />\nMedaly3619@gmail.com<br />\n<br />\n312-735-7850\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:25','2026-03-09 13:38:25','62059472-9e19-4b8c-a4d1-5aba2209e03d'),
(40252,'Careers Form Submission',3191,39266,2,'Careers Form Submission from Roseline  Tislin','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Roseline Tislin\n\nEMAIL: roselinetislin9@gmail.com\n\nPHONE: 15513590005\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nHousekeeper\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Roseline  Tislin</p><p><strong>Email:</strong> roselinetislin9@gmail.com</p><p><strong>Phone:</strong> 15513590005</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Housekeeper \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:25','2026-03-09 13:38:25','90764a4c-3739-4af2-aea1-327155762eb8'),
(40253,'Careers Form Submission',3191,39267,2,'Careers Form Submission from Roseline  Tislin','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Roseline Tislin\n\nEMAIL: roselinepotus8@gmail.com\n\nPHONE: 15513590005\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nHousekeeper\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Roseline  Tislin</p><p><strong>Email:</strong> roselinepotus8@gmail.com</p><p><strong>Phone:</strong> 15513590005</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>             Housekeeper \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:25','2026-03-09 13:38:25','2dd5e8e8-1774-4291-90b8-33edb1ed37c4'),
(40254,'Careers Form Submission',3191,39432,2,'Careers Form Submission from Cynthia  Viera','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Cynthia Viera\n\nEMAIL: viera.cynthia@yahoo.com\n\nPHONE: 4847941783\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in the Certified Nursing Assistant\n(CNA) position at your facility. I am a compassionate and dedicated\ncaregiver with a strong commitment to providing high-quality patient\ncare and support.\n\nDuring my training and experience as a CNA, I have developed the\nskills necessary to assist patients with daily living activities such\nas bathing, dressing, feeding, and mobility. I am also experienced in\nmonitoring vital signs, maintaining patient comfort, and working\nclosely with nurses and healthcare teams to ensure each patient\nreceives the best possible care. I pride myself on being patient,\nattentive, and respectful of each individual’s needs and dignity.\n\nI am passionate about helping others and creating a safe, supportive\nenvironment for patients and their families. I would welcome the\nopportunity to contribute my skills and dedication to your healthcare\nteam.\n\nThank you for considering my application. I look forward to the\nopportunity to discuss how I can support your staff and provide\nexcellent care to your patients.\n\nSincerely,\nCynthia Viera\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Cynthia  Viera </p><p><strong>Email:</strong> viera.cynthia@yahoo.com</p><p><strong>Phone:</strong> 4847941783</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in the Certified Nursing Assistant (CNA) position at your facility. I am a compassionate and dedicated caregiver with a strong commitment to providing high-quality patient care and support.<br />\n<br />\nDuring my training and experience as a CNA, I have developed the skills necessary to assist patients with daily living activities such as bathing, dressing, feeding, and mobility. I am also experienced in monitoring vital signs, maintaining patient comfort, and working closely with nurses and healthcare teams to ensure each patient receives the best possible care. I pride myself on being patient, attentive, and respectful of each individual’s needs and dignity.<br />\n<br />\nI am passionate about helping others and creating a safe, supportive environment for patients and their families. I would welcome the opportunity to contribute my skills and dedication to your healthcare team.<br />\n<br />\nThank you for considering my application. I look forward to the opportunity to discuss how I can support your staff and provide excellent care to your patients.<br />\n<br />\nSincerely,<br />\nCynthia Viera \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:25','2026-03-09 13:38:25','b5bc295f-fb68-406e-a13a-afe39a846b2d'),
(40255,'Contact Form Submission',3190,39452,1,'Contact Form Submission from Shante Brown','info@ccregent.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccregent.com/contact\n\nNAME: Shante Brown\n\nEMAIL: shante830@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Regent [https://mycompletecare.com/ccregent] \n\nMESSAGE: \nI\'m currently a Medical Assistant do that qualify for any positions\n','<p><strong>Contact form submitted at:</strong> https://ccregent.com/contact</p><p></p><p><strong>Name:</strong> Shante Brown</p><p><strong>Email:</strong> shante830@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccregent\">Regent</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m currently a Medical Assistant do that qualify for any positions \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:26','2026-03-09 13:38:26','7fe7a090-c053-471a-a0b0-fbc949496507'),
(40256,'Volunteer Form Submission',3189,39532,3,'Volunteer Form Submission from kelly rodriguez','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: kelly rodriguez\n\nEMAIL: rodriguezkellyf@hotmail.com\n\nPHONE: 13475815768\n\nFACILITY:\n\n 	* Marcella [https://mycompletecare.com/ccmarcella] \n\nMESSAGE:\nWe are a church located in Willingboro, we want to volunteer at your\ncenter\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> kelly rodriguez</p><p><strong>Email:</strong> rodriguezkellyf@hotmail.com</p><p><strong>Phone:</strong> 13475815768</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmarcella\">Marcella</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            We are a church located in Willingboro, we want to volunteer at your center\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:26','2026-03-09 13:38:26','138a6500-83c5-4c33-b824-40e23dc4855f'),
(40257,'Contact Form Submission',3190,39562,1,'Contact Form Submission from Paula Humphries','info@cchyattsville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchyattsville.com/contact\n\nNAME: Paula Humphries\n\nEMAIL: paula.humphries626@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nMESSAGE: \nMy long time friend, Mr. Spencer LaCapra is a patient at this facility\nand I am asking for his room number. Also I want to know how to send\ngifts to him. Your response is greatly appreciated\n','<p><strong>Contact form submitted at:</strong> https://cchyattsville.com/contact</p><p></p><p><strong>Name:</strong> Paula Humphries</p><p><strong>Email:</strong> paula.humphries626@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My long time friend, Mr. Spencer LaCapra is a patient at this facility and I am asking for his room number. Also I want to know how to send gifts to him. Your response is greatly appreciated\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:26','2026-03-09 13:38:26','0046bfd8-d27d-4378-ac1d-804af4235daf'),
(40258,'Careers Form Submission',3191,39564,2,'Careers Form Submission from Janette','careers@ccfairlawnedge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccfairlawnedge.com/careers\n\nNAME: Janette\n\nEMAIL: grayjanette452@gmail.com\n\nPHONE: 8625885397\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nMy name is Janette Gray, and I am very interested in working or\nvolunteering at Barnett Sub Acute. I am particularly interested in\ninformational or guest services, such as directing guests or providing\ninformation to visitors.\n\nI would be happy to contribute in either a paid position or a\nvolunteer role. I enjoy helping people and would appreciate the\nopportunity to assist guests and support your team.\n\nI can be reached by cell phone or via email at your convenience. Thank\nyou for your time and consideration. I look forward to hearing from\nyou.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccfairlawnedge.com/careers</p><p></p><p><strong>Name:</strong> Janette</p><p><strong>Email:</strong> grayjanette452@gmail.com</p><p><strong>Phone:</strong> 8625885397</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            My name is Janette Gray, and I am very interested in working or volunteering at Barnett Sub Acute. I am particularly interested in informational or guest services, such as directing guests or providing information to visitors.<br />\n<br />\nI would be happy to contribute in either a paid position or a volunteer role. I enjoy helping people and would appreciate the opportunity to assist guests and support your team.<br />\n<br />\nI can be reached by cell phone or via email at your convenience. Thank you for your time and consideration. I look forward to hearing from you.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:27','2026-03-09 13:38:27','1bf354a1-b9d2-49d6-a6e5-aa75318c6e02'),
(40259,'Careers Form Submission',3191,39613,2,'Careers Form Submission from Kyleigh Matchett','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Kyleigh Matchett\n\nEMAIL: kmatchett2006@gmail.com\n\nPHONE: 3046766130\n\nFACILITY: \n\n 	* Hagerstown [https://mycompletecare.com/cchagerstown] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nGood afternoon! I hope you are interested in hiring me for a position.\nI have several years of experience, mainly personal but also\nprofessional as well. I am CPR certified as well. If you have any\nquestions or concerns please contact me at any time thank you!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Kyleigh Matchett</p><p><strong>Email:</strong> kmatchett2006@gmail.com</p><p><strong>Phone:</strong> 3046766130</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchagerstown\">Hagerstown</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Good afternoon! I hope you are interested in hiring me for a position. I have several years of experience, mainly personal but also professional as well. I am CPR certified as well. If you have any questions or concerns please contact me at any time thank you!\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:27','2026-03-09 13:38:27','9dc7f6f3-2c75-465e-b780-6cc2b695efaf'),
(40260,'Contact Form Submission',3190,39665,1,'Contact Form Submission from Ali Bourque','info@ccsheridancommons.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccsheridancommons.com/contact\n\nNAME: Ali Bourque\n\nEMAIL: alibourque@yahoo.com\n\nCOMPANY: Beacon Block Club (community group in the neighborhood)\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Sheridan Commons [https://mycompletecare.com/ccsheridancommons] \n\nMESSAGE: \nHi - I\'m the vice president of the Beacon Block Club. We\'re a\nneighborhood group for those who live on Beacon street between\nMontrose and Lawrence. We see our role as providing an opportunities\n(including events) for neighbors to meet one another, share\nopportunities, and work together on community-focused activities. In\naddition to block-club business meetings, we\'re planning a few\nactivities for the warm weather, including a neighborhood clean up\nevent, free book tables, and an \"Oktoberfest\" pot-luck cookout open to\nall. I\'d love to connect with whomever (staff, resident) would be\ninterested in learning more so that we can share upcoming events for\nyour residents to consider AND so that we can partner with or promote\nother projects that might be meaningful to you / your residents. Do\nyou have any recommended next steps?\n','<p><strong>Contact form submitted at:</strong> https://ccsheridancommons.com/contact</p><p></p><p><strong>Name:</strong> Ali Bourque</p><p><strong>Email:</strong> alibourque@yahoo.com</p><p><strong>Company:</strong> Beacon Block Club (community group in the neighborhood)</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsheridancommons\">Sheridan Commons</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi - I\'m the vice president of the Beacon Block Club. We\'re a neighborhood group for those who live on Beacon street between Montrose and Lawrence.  We see our role as providing an opportunities (including events) for neighbors to meet one another, share opportunities, and work together on community-focused activities.  In addition to block-club  business meetings, we\'re planning a few activities for the warm weather, including a neighborhood clean up event, free book tables, and an \"Oktoberfest\" pot-luck cookout open to all.    I\'d love to connect with whomever (staff, resident) would be interested in learning more  so that we can share upcoming events for your residents to consider AND so that we can partner with or promote other projects that might be meaningful to you / your residents.  Do you have any recommended next steps? \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:27','2026-03-09 13:38:27','34231a7c-8ae5-4094-a87e-c4aef335139f'),
(40261,'Careers Form Submission',3191,39691,2,'Careers Form Submission from Jasmin Marchan','careers@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareblvd.com/careers\n\nNAME: Jasmin Marchan\n\nEMAIL: jasminmarchan89@gmail.com\n\nPHONE: 7736415231\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nLooking for CNA NOC position\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareblvd.com/careers</p><p></p><p><strong>Name:</strong> Jasmin Marchan</p><p><strong>Email:</strong> jasminmarchan89@gmail.com</p><p><strong>Phone:</strong> 7736415231</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for CNA NOC position \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:27','2026-03-09 13:38:27','044756f0-cdac-4bbe-939f-1a59a37f785d'),
(40263,'Careers Form Submission',3191,39722,2,'Careers Form Submission from Yahseom Smyth','careers@ccmultimed.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmultimed.com/careers\n\nNAME: Yahseom Smyth\n\nEMAIL: YahseomSmyth0@gmail.com\n\nPHONE: 6673790564\n\nFACILITY: \n\n 	* Multi Medical Center [https://mycompletecare.com/ccmultimed] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nWould love to work here ! I’m a excellent cna\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmultimed.com/careers</p><p></p><p><strong>Name:</strong> Yahseom Smyth </p><p><strong>Email:</strong> YahseomSmyth0@gmail.com</p><p><strong>Phone:</strong> 6673790564</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmultimed\">Multi Medical Center</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Would love to work here ! I’m a excellent cna \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:28','2026-03-09 13:38:28','f6fe2009-c007-42bf-8013-12fc3f68ce2b'),
(40264,'Careers Form Submission',3191,39875,2,'Careers Form Submission from Marian donadelle','careers@ccorangepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccorangepark.com/careers\n\nNAME: Marian donadelle\n\nEMAIL: cheechees64@gmail.com\n\nPHONE: 19174125805\n\nFACILITY: \n\n 	* Orange Park [https://mycompletecare.com/ccorangepark] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nLooking for a housekeeping position weekends\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccorangepark.com/careers</p><p></p><p><strong>Name:</strong> Marian donadelle </p><p><strong>Email:</strong> cheechees64@gmail.com</p><p><strong>Phone:</strong> 19174125805</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccorangepark\">Orange Park</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for a housekeeping position  weekends \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:28','2026-03-09 13:38:28','9f60eb71-5794-478b-9eb0-4ffbf1922c7a'),
(40265,'Careers Form Submission',3191,39878,2,'Careers Form Submission from Marian donadelle','careers@ccsummitridge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsummitridge.com/careers\n\nNAME: Marian donadelle\n\nEMAIL: cheechees64@gmail.com\n\nPHONE: 19174125805\n\nFACILITY: \n\n 	* Summit Ridge [https://mycompletecare.com/ccsummitridge] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nLooking for a part time housekeeping weekends\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsummitridge.com/careers</p><p></p><p><strong>Name:</strong> Marian donadelle </p><p><strong>Email:</strong> cheechees64@gmail.com</p><p><strong>Phone:</strong> 19174125805</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for a part time housekeeping weekends \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:28','2026-03-09 13:38:28','2fe1a67a-5623-42c7-aafb-66db97ca81dc'),
(40266,'Contact Form Submission',3190,39934,1,'Contact Form Submission from Maribeth Gardner','info@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccshorrockgardens.com/contact\n\nNAME: Maribeth Gardner\n\nEMAIL: shutterbug23@mac.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nMESSAGE: \nMy father Edwin Gardner left your facility on Friday March 6th. Around\n4pm. My family and I brought him to the Hospital ER. He came in with\nPneumonia and sepsis. He his currently in Hospice at Jersey Shore\nMedical Center. He will not be returning to Shorrock nor will any of\nmy family.\n','<p><strong>Contact form submitted at:</strong> https://ccshorrockgardens.com/contact</p><p></p><p><strong>Name:</strong> Maribeth Gardner</p><p><strong>Email:</strong> shutterbug23@mac.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My father Edwin Gardner left your facility on Friday March 6th.  Around 4pm.  My family and I brought him to the Hospital ER.  He came in with Pneumonia and sepsis.  He his currently in Hospice at Jersey Shore Medical Center.  He will not be returning to Shorrock nor will any of my family.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:29','2026-03-09 13:38:29','98c9e054-38b0-411a-8c12-09f33d099109'),
(40267,'Contact Form Submission',3190,39941,1,'Contact Form Submission from Derrick Truax','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Derrick Truax\n\nEMAIL: derrick.truax@rwjbh.org\n\nCOMPANY: RWJBH Corporate Services Inc.\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \nHello,\n\nCould you please connect me with a representative to discuss a\ncontracting matter at Community Medical Center? I am not sure that the\ncontact I have on file is correct.\nThanks,\nDerrick\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Derrick Truax</p><p><strong>Email:</strong> derrick.truax@rwjbh.org</p><p><strong>Company:</strong> RWJBH Corporate Services Inc.</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nCould you please connect me with a representative to discuss a contracting matter at Community Medical Center? I am not sure that the contact I have on file is correct.<br />\nThanks,<br />\nDerrick\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:29','2026-03-09 13:38:29','a7eb95f9-71ab-42de-a57c-a8c92d415605'),
(40268,'Careers Form Submission',3191,39944,2,'Careers Form Submission from Marie Hirtzel','careers@ccwestfield.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccwestfield.com/careers\n\nNAME: Marie Hirtzel\n\nEMAIL: hirtzelmarie3@gmail.com\n\nPHONE: 12019785893\n\nFACILITY: \n\n 	* Westfield [https://mycompletecare.com/ccwestfield] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nGood afternoon, I am seeking a regional nurse position within your\norganization. I look forward to talking with you soon.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccwestfield.com/careers</p><p></p><p><strong>Name:</strong> Marie Hirtzel </p><p><strong>Email:</strong> hirtzelmarie3@gmail.com</p><p><strong>Phone:</strong> 12019785893 </p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwestfield\">Westfield</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Good afternoon,  I am seeking a regional nurse position within your organization.  I look forward to talking with you soon.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:29','2026-03-09 13:38:29','8ffa00a1-f0a1-4ca1-9704-c55c267aaa1b'),
(40269,'Contact Form Submission',3190,39959,1,'Contact Form Submission from Christine Roberts','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Christine Roberts\n\nEMAIL: bryan1878@verizon.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nMESSAGE: \nI am a 61 year-old woman with MS and I am wheelchair bound and need\nhelp with everything for like a week or two while my husband is out of\ntown. Is this a service that can be provided by you?\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Christine Roberts</p><p><strong>Email:</strong> bryan1878@verizon.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am a 61 year-old woman with MS and I am wheelchair bound and need help with everything for like a week or two while my husband is out of town. Is this a service that can be provided by you?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:30','2026-03-09 13:38:30','d5898ab6-a69c-4ad9-b0ea-0089db038bba'),
(40270,'Contact Form Submission',3190,40007,1,'Contact Form Submission from Kathy Almassy','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Kathy Almassy\n\nEMAIL: mgscad@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* La Plata [https://mycompletecare.com/cclaplata] \n\nMESSAGE: \nI\'m looking for nursing care for my mother who is in the hospital and\nwill be discharged soon.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Kathy Almassy</p><p><strong>Email:</strong> mgscad@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclaplata\">La Plata</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m looking for nursing care for my mother who is in the hospital and will be discharged soon.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:30','2026-03-09 13:38:30','3bc81d0c-05a2-46a7-a105-253324dca145'),
(40271,'Contact Form Submission',3190,40029,1,'Contact Form Submission from Lori Campanelli','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Lori Campanelli\n\nEMAIL: loricampanelli321@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Shrewsbury [https://mycompletecare.com/ccshrewsbury] \n\nMESSAGE: \nDad is in HCA Miami hospital. He has been diagnosed with CAA. I am\ntrying to get medical transport from Miaimi back up to NJ. He needs\ninpatient rehab as per dr orders. Looking to see if you have\navailability?\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Lori Campanelli</p><p><strong>Email:</strong> loricampanelli321@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshrewsbury\">Shrewsbury</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Dad is in HCA Miami hospital. He has been diagnosed with CAA. I am trying to get medical transport from Miaimi back up to NJ. He needs inpatient rehab as per dr orders. Looking to see if you have availability?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:30','2026-03-09 13:38:30','cf248ae6-4065-490a-a74d-a860291aabeb'),
(40272,'Careers Form Submission',3191,40046,2,'Careers Form Submission from Viola Kelly','careers@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareblvd.com/careers\n\nNAME: Viola Kelly\n\nEMAIL: violakelly14@gmail.com\n\nPHONE: 7087101420\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in a position at your healthcare\nfacility. I am a dependable and compassionate individual who is\npassionate about helping others and providing quality care to those in\nneed.\n\nI have strong communication skills, patience, and a caring attitude\nthat allows me to work well with seniors and individuals who require\nassistance with daily activities. I understand the importance of\ntreating residents with dignity, respect, and kindness while ensuring\ntheir safety and comfort.\n\nI am eager to continue growing in the healthcare field and look\nforward to contributing to a team that is dedicated to providing\nexcellent care. I would appreciate the opportunity to discuss how my\nskills and dedication can benefit your facility.\n\nThank you for your time and consideration.\n\nSincerely, Viola Kelly\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareblvd.com/careers</p><p></p><p><strong>Name:</strong> Viola Kelly</p><p><strong>Email:</strong> violakelly14@gmail.com</p><p><strong>Phone:</strong> 7087101420</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in a position at your healthcare facility. I am a dependable and compassionate individual who is passionate about helping others and providing quality care to those in need.<br />\n<br />\nI have strong communication skills, patience, and a caring attitude that allows me to work well with seniors and individuals who require assistance with daily activities. I understand the importance of treating residents with dignity, respect, and kindness while ensuring their safety and comfort.<br />\n<br />\nI am eager to continue growing in the healthcare field and look forward to contributing to a team that is dedicated to providing excellent care. I would appreciate the opportunity to discuss how my skills and dedication can benefit your facility.<br />\n<br />\nThank you for your time and consideration.<br />\n<br />\nSincerely, Viola Kelly \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:30','2026-03-09 13:38:30','fb01f3ac-bc30-465d-ad30-fab5865d55aa'),
(40273,'Careers Form Submission',3191,40058,2,'Careers Form Submission from Tuan Ly','careers@ccarbors.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccarbors.com/careers\n\nNAME: Tuan Ly\n\nEMAIL: tuanly2007@icloud.com\n\nPHONE: 2018196264\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nHello, i would really like a chance to work here.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccarbors.com/careers</p><p></p><p><strong>Name:</strong> Tuan Ly</p><p><strong>Email:</strong> tuanly2007@icloud.com</p><p><strong>Phone:</strong> 2018196264</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello, i would really like a chance to work here.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:31','2026-03-09 13:38:31','f9eb4d82-7e50-4856-ad98-85dc7c318e19'),
(40274,'Contact Form Submission',3190,40094,1,'Contact Form Submission from Lakeia Jackson','info@ccnazareth.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccnazareth.com/contact\n\nNAME: Lakeia Jackson\n\nEMAIL: lakeia_jackson@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Nazareth [https://mycompletecare.com/ccnazareth] \n\nMESSAGE: \nC.N.A. Renewal\n\nHi, My name is Lakeia, and I worked at Nazareth to clipboard. I was\nwondering, could a nurse fill out a CNA renewal form for me at all. I\ncan show proof of the hours.\n','<p><strong>Contact form submitted at:</strong> https://ccnazareth.com/contact</p><p></p><p><strong>Name:</strong> Lakeia Jackson</p><p><strong>Email:</strong> lakeia_jackson@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccnazareth\">Nazareth</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            C.N.A. Renewal<br />\n<br />\nHi, My name is Lakeia, and I worked at Nazareth to clipboard. I was wondering, could a nurse fill out a CNA renewal form for me at all. I can show proof of the hours.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:31','2026-03-09 13:38:31','d32ae615-57b2-4d72-bc2d-e530950d14f6'),
(40275,'Careers Form Submission',3191,40105,2,'Careers Form Submission from Nayeli Carrillo','careers@ccgrotonregency.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccgrotonregency.com/careers\n\nNAME: Nayeli Carrillo\n\nEMAIL: carr.nayeli@yahoo.com\n\nPHONE: 8605018449\n\nFACILITY: \n\n 	* Groton Regency [https://mycompletecare.com/ccgrotonregency] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nHello!\nI am sending a message to let you know that I believe I am a good\ncandidate for the positions i’ve applied for. I pick up new\ninformation quickly and work in a fast pace while also being attentive\nand kind to residents that I would be working with. Providing the best\ntherapy that can work for them. \nThank you for taking your time to read my message and resume!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccgrotonregency.com/careers</p><p></p><p><strong>Name:</strong> Nayeli Carrillo</p><p><strong>Email:</strong> carr.nayeli@yahoo.com</p><p><strong>Phone:</strong> 8605018449</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgrotonregency\">Groton Regency</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello!<br />\nI am sending a message to let you know that I believe I am a good candidate for the positions i’ve applied for. I pick up new information quickly and work in a fast pace while also being attentive and kind to residents that I would be working with. Providing the best therapy that can work for them. <br />\nThank you for taking your time to read my message and resume! \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:31','2026-03-09 13:38:31','b4c33a4a-773f-435c-94ee-d30ce67aac9d'),
(40276,'Contact Form Submission',3190,40161,1,'Contact Form Submission from Jennifer Obrien','info@cchagerstown.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchagerstown.com/contact\n\nNAME: Jennifer Obrien\n\nEMAIL: jennifer@dandyreviewaitools.com\n\nCOMPANY: GetDandy\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hagerstown [https://mycompletecare.com/cchagerstown] \n\nMESSAGE: \nHi Complete Care at Hagerstown,\n\nI just tried messaging you from your Google Business Profile and\ncouldn\'t get through because you don’t have texting turned on. \nWant me to turn that on and install an AI Agent that chats with all\nvisitors and helps get them booked with you? \n\nI see your competitor doesn\'t have this turned on so it would for sure\nhelp you stand out. Let’s chat - grab a time on my calendar and\nI’ll show you: getdandy.com/texting-agent-meeting\n\nThank you,\n\nJennifer O\'Brien | Director of Operations\nGetDandy\ngetdandy.com/texting-agent-meeting\n','<p><strong>Contact form submitted at:</strong> https://cchagerstown.com/contact</p><p></p><p><strong>Name:</strong> Jennifer Obrien</p><p><strong>Email:</strong> jennifer@dandyreviewaitools.com</p><p><strong>Company:</strong> GetDandy</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchagerstown\">Hagerstown</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Complete Care at Hagerstown,<br />\n<br />\nI just tried messaging you from your Google Business Profile and couldn\'t get through because you don’t have texting turned on. <br />\nWant me to turn that on and install an AI Agent that chats with all visitors and helps get them booked with you? <br />\n<br />\nI see your competitor doesn\'t have this turned on so it would for sure help you stand out. Let’s chat - grab a time on my calendar and I’ll show you: getdandy.com/texting-agent-meeting<br />\n<br />\n<br />\nThank you,<br />\n<br />\nJennifer O\'Brien | Director of Operations<br />\nGetDandy<br />\ngetdandy.com/texting-agent-meeting\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 13:38:32','2026-03-09 13:38:32','de72544f-8fd5-4761-9910-7933de12e83c'),
(40313,'Contact Form Submission',3190,40306,1,'Contact Form Submission from Matthew Paccione','info@ccmilfordmanor.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmilfordmanor.com/contact\n\nNAME: Matthew Paccione\n\nEMAIL: matthew.paccione@wmtps.org\n\nCOMPANY: West Milford Public Schools\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Milford Manor [https://mycompletecare.com/ccmilfordmanor] \n\nMESSAGE: \nWe have received a grant that requires us to provide a free concert to\nsenior citizens. I am reaching out to see if it would be possible o\nbring a performance group to perform for your residents?\n','<p><strong>Contact form submitted at:</strong> https://ccmilfordmanor.com/contact</p><p></p><p><strong>Name:</strong> Matthew Paccione</p><p><strong>Email:</strong> matthew.paccione@wmtps.org</p><p><strong>Company:</strong> West Milford Public Schools</p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmilfordmanor\">Milford Manor</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            We have received a grant that requires us to provide a free concert to senior citizens.  I am reaching out to see if it would be possible o bring a performance group to perform for your  residents?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 14:09:30','2026-03-09 14:09:30','ab5bbb9c-b15b-4c8d-94f5-08faa13c53e7'),
(40343,'Careers Form Submission',3191,40323,2,'Careers Form Submission from Viviene Dawkins','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Viviene Dawkins\n\nEMAIL: Vivienedawkins@gmail.com\n\nPHONE: 19736876932\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI’m applying for CNA position\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Viviene Dawkins</p><p><strong>Email:</strong> Vivienedawkins@gmail.com</p><p><strong>Phone:</strong> 19736876932</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I’m applying for CNA position \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 14:55:37','2026-03-09 14:55:37','e41c0e00-21e5-479d-a956-f5a0f6af88fe'),
(40400,'Careers Form Submission',3191,40390,2,'Careers Form Submission from Anthony','careers@ccvoorhees.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccvoorhees.com/careers\n\nNAME: Anthony\n\nEMAIL: fnbace03@gmail.com\n\nPHONE: 8567966776\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDietary aide\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccvoorhees.com/careers</p><p></p><p><strong>Name:</strong> Anthony </p><p><strong>Email:</strong> fnbace03@gmail.com</p><p><strong>Phone:</strong> 8567966776</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dietary aide \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 15:30:05','2026-03-09 15:30:05','f1382d15-8d4b-4113-a27e-6030dc7acf9e'),
(40401,'Careers Form Submission',3191,40395,2,'Careers Form Submission from Anthony Clark','careers@cckressonview.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cckressonview.com/careers\n\nNAME: Anthony Clark\n\nEMAIL: fnbace03@gmail.com\n\nPHONE: 8567966776\n\nFACILITY: \n\n 	* Kresson View [https://mycompletecare.com/cckressonview] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nPlease hire me back!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cckressonview.com/careers</p><p></p><p><strong>Name:</strong> Anthony Clark </p><p><strong>Email:</strong> fnbace03@gmail.com</p><p><strong>Phone:</strong> 8567966776</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cckressonview\">Kresson View</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Please hire me back!\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 15:30:05','2026-03-09 15:30:05','a18d41e0-34d1-40e6-a5a8-c570f0813ae7'),
(40511,'Careers Form Submission',3191,40510,2,'Careers Form Submission from Nadeerah blyther','careers@ccorangepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccorangepark.com/careers\n\nNAME: Nadeerah blyther\n\nEMAIL: mayskhaleemah@gmail.com\n\nPHONE: 8624146128\n\nFACILITY: \n\n 	* Orange Park [https://mycompletecare.com/ccorangepark] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nHi...My name is Nadeerah blyther \nI am a Nj resident who is looking to learn an grow with a dedicated\ncommunity \nI am hard working also a team player.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccorangepark.com/careers</p><p></p><p><strong>Name:</strong> Nadeerah blyther </p><p><strong>Email:</strong> mayskhaleemah@gmail.com</p><p><strong>Phone:</strong> 8624146128</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccorangepark\">Orange Park</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi...My name is Nadeerah blyther <br />\nI am a Nj resident who is looking to learn an grow with a dedicated community <br />\nI am hard working also a team player.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 16:22:41','2026-03-09 16:22:41','61469244-30a0-4327-8a80-7e45510dabd6'),
(40527,'Contact Form Submission',3190,40521,1,'Contact Form Submission from Laura Jackson','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Laura Jackson\n\nEMAIL: laura.jackson@vaxserve.com\n\nCOMPANY: Vaxserve\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\nMESSAGE: \nI work with VaxServe, a specialty vaccine distributor supporting many\nLTC operators and pharmacy partners. This time of year we receive a\nlot of questions around flu, COVID, and adult vaccine planning, so I\nwanted to introduce myself in case it’s helpful.\n\nFor organizations operating across multiple facilities or states, we\noften help streamline vaccine procurement while still supporting\ndirect-to-facility shipping and closed-door pharmacy workflows.\n\nWe currently have flu and COVID vaccines available to ship if needed\nand are also supporting prebook for the upcoming season. Many of these\nprograms include competitive LTC pricing. If it would be helpful to\nconnect or if there is someone else who oversees vaccine purchasing or\ninfection control, I’d be glad to reach the right person.\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Laura Jackson</p><p><strong>Email:</strong> laura.jackson@vaxserve.com</p><p><strong>Company:</strong> Vaxserve </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            I work with VaxServe, a specialty vaccine distributor supporting many LTC operators and pharmacy partners. This time of year we receive a lot of questions around flu, COVID, and adult vaccine planning, so I wanted to introduce myself in case it’s helpful.<br />\n<br />\nFor organizations operating across multiple facilities or states, we often help streamline vaccine procurement while still supporting direct-to-facility shipping and closed-door pharmacy workflows.<br />\n<br />\nWe currently have flu and COVID vaccines available to ship if needed and are also supporting prebook for the upcoming season. Many of these programs include competitive LTC pricing. If it would be helpful to connect or if there is someone else who oversees vaccine purchasing or infection control, I’d be glad to reach the right person.<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"2601:80:c100:f0f0:d450:bcd8:3c60:1680\",\"userAgent\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/26.2 Mobile\\/15E148 Safari\\/604.1\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 16:51:37','2026-03-09 16:51:37','ef8b1a19-8bd4-4c07-a89d-27ec9a2c6719'),
(40528,'Careers Form Submission',3191,40523,2,'Careers Form Submission from Nadeerah Blyther','careers@ccorangepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccorangepark.com/careers\n\nNAME: Nadeerah Blyther\n\nEMAIL: mayskhaleemah@gmail.com\n\nPHONE: 8624146128\n\nFACILITY: \n\n 	* Orange Park [https://mycompletecare.com/ccorangepark] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nHi, I am Nadeerah Blyther 28 yrs of age. \nI am dedicated an wanting to grow with a committed community i am a\nteam player an willing to learn\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccorangepark.com/careers</p><p></p><p><strong>Name:</strong> Nadeerah Blyther </p><p><strong>Email:</strong> mayskhaleemah@gmail.com</p><p><strong>Phone:</strong> 8624146128</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccorangepark\">Orange Park</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi, I am Nadeerah Blyther 28 yrs of age. <br />\nI am dedicated an wanting to grow with a committed community i am a team player an willing to learn\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"2601:80:c100:f0f0:d450:bcd8:3c60:1680\",\"userAgent\":\"Mozilla\\/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/26.2 Mobile\\/15E148 Safari\\/604.1\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 16:51:37','2026-03-09 16:51:37','8929a527-3571-44f8-828e-c55852cbe15c'),
(40533,'Careers Form Submission',3191,40531,2,'Careers Form Submission from Marie Flore Laguerre','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Marie Flore Laguerre\n\nEMAIL: marieflorel69@gmail.com\n\nPHONE: 9732800273\n\nFACILITY: \n\n 	* Summit Ridge [https://mycompletecare.com/ccsummitridge] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nCNA\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Marie Flore Laguerre </p><p><strong>Email:</strong> marieflorel69@gmail.com</p><p><strong>Phone:</strong> 9732800273</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            CNA \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"135.232.20.87\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/141.0.7390.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 18:06:22','2026-03-09 18:06:22','c346c31c-4134-4616-9cf8-ebcf36a260e9'),
(40534,'Contact Form Submission',3190,40532,1,'Contact Form Submission from Toni McGovern','info@completecarebarnhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarebarnhill.com/contact\n\nNAME: Toni McGovern\n\nEMAIL: littleoldlady@hotmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nMESSAGE: \nHello! My name is Toni McGovern. I have a 47-year-old son who suffered\na stroke in early November. Currently my husband and I are in San\nFrancisco where he lives and we are planning to bring him back to New\nJersey in the next one to two months. My husband and I are John\'s\nprimary caretakers, and we are looking for an assisted living facility\nnear us where he can live long term.\nIs there someone I can talk to about admissions? Or that I can email\nwith questions and details about his needs? The following highlights\nhis current situation.\n\nTimeline: John had a stroke in the beginning of November and was in\nthe hospital for 9 weeks recovering from wounds from his fall. He went\nto acute rehab for 2.5 weeks at the end of December. Then he moved to\na residential care facility and received outpatient therapies from\nmid-January through the end of February. Now he is in an assisted\nliving facility in San Francisco where he continues to receive\nvisiting PT, OT, and speech. \n\nCurrent Prognosis: John is paralyzed on the right side, but has been\nmaking progress with PT to use assistive devices to begin to learn to\nwalk. Right now, he cannot do this on his own. He can transfer from\nhis bed to a wheelchair with minimal assistance, and he can also use\nthe toilet. He can use his left hand to feed himself. He needs\nassistance for dressing and showering. He is nonverbal and cognitively\nimpaired. He can nod yes and no, and make some verbalizations, but\nthese are all inconsistent. My husband and I have Power of Attorney\nand are making major decisions for his care on his behalf.\n\nInsurance and Finances: John currently has Medicaid coverage in\nCalifornia (Medi-CAL). He does not currently have an income---he has\nbeen unemployed since 2022. In terms of assets, he has a retirement\naccount which we are in the process of converting to an income for\nhim. We are also currently applying for social security disability\ninsurance, but we anticipate this will take some time to be approved\nand for him to begin receiving these benefits. We will be privately\npaying for his care when he arrives in New Jersey, and we will be\nenrolling him in a marketplace health insurance plan. \nThank you for your help. Here are phone numbers for us.\nJack (973)945-3147\nToni (862)296-6262\n\n','<p><strong>Contact form submitted at:</strong> https://completecarebarnhill.com/contact</p><p></p><p><strong>Name:</strong> Toni McGovern</p><p><strong>Email:</strong> littleoldlady@hotmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello! My name is Toni McGovern. I have a 47-year-old son who suffered a stroke in early November. Currently my husband and I are in San Francisco where he lives and we are planning to bring him back to New Jersey in the next one to two months. My husband and I are John\'s primary caretakers, and we are looking for an assisted living facility near us where he can live long term.<br />\nIs there someone I can talk to about admissions? Or that I can email with questions and details about his needs? The following highlights his current situation.<br />\n<br />\nTimeline: John had a stroke in the beginning of November and was in the hospital for 9 weeks recovering from wounds from his fall. He went to acute rehab for 2.5 weeks at the end of December. Then he moved to a residential care facility and received outpatient therapies from mid-January through the end of February. Now he is in an assisted living facility in San Francisco where he continues to receive visiting PT, OT, and speech. <br />\n<br />\nCurrent Prognosis: John is paralyzed on the right side, but has been making progress with PT to use assistive devices to begin to learn to walk. Right now, he cannot do this on his own. He can transfer from his bed to a wheelchair with minimal assistance, and he can also use the toilet. He can use his left hand to feed himself. He needs assistance for dressing and showering. He is nonverbal and cognitively impaired. He can nod yes and no, and make some verbalizations, but these are all inconsistent. My husband and I have Power of Attorney and are making major decisions for his care on his behalf.<br />\n<br />\nInsurance and Finances: John currently has Medicaid coverage in California (Medi-CAL). He does not currently have an income---he has been unemployed since 2022. In terms of assets, he has a retirement account which we are in the process of converting to an income for him. We are also currently applying for social security disability insurance, but we anticipate this will take some time to be approved and for him to begin receiving these benefits. We will be privately paying for his care when he arrives in New Jersey, and we will be enrolling him in a marketplace health insurance plan. <br />\nThank you for your help. Here are phone numbers for us.<br />\nJack (973)945-3147<br />\nToni (862)296-6262<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"135.232.20.87\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/141.0.7390.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 18:06:22','2026-03-09 18:06:22','baf1a88a-0890-44fb-98b3-c7654d6be544'),
(40545,'Contact Form Submission',3190,40544,1,'Contact Form Submission from Alex Javier Sanchez','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Alex Javier Sanchez\n\nEMAIL: jsanchez@aftechresources.com\n\nCOMPANY: A&amp;F Technical Resources, LLC\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\nMESSAGE: \nHello,\n\nMy name is AJ Sanchez, and I represent A&amp;F Technical Resources. We\nspecialize in audio and video, security, and communication systems,\nand provide services throughout the Tri-State area. \n\nI would welcome the opportunity to arrange a meeting and discuss how\nwe might support your facilities and explore potential opportunities\nto work together.\n\nMy phone number and website are listed below. I look forward to\nconnecting with you.\n\nA.J. Sanchez 732-609-1543, www.aftechresources.com\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Alex Javier Sanchez</p><p><strong>Email:</strong> jsanchez@aftechresources.com</p><p><strong>Company:</strong> A&amp;amp;F Technical Resources, LLC</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nMy name is AJ Sanchez,  and I represent A&amp;amp;F Technical Resources. We specialize in audio and video, security, and communication systems, and provide services throughout the Tri-State area. <br />\n<br />\nI would welcome the opportunity to arrange a meeting and discuss how we might support your facilities and explore potential opportunities to work together.<br />\n<br />\nMy phone number and website are listed below. I look forward to connecting with you.<br />\n<br />\nA.J. Sanchez 732-609-1543, www.aftechresources.com\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-09 18:22:36','2026-03-09 18:22:36','71c179c1-94cd-409a-8e8c-9a7ab8b1258b'),
(40823,'Careers Form Submission',3191,40554,2,'Careers Form Submission from Willie Thomas','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Willie Thomas\n\nEMAIL: thomaswill8529@yahoo.com\n\nPHONE: 7085433729\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nLooking for long term job\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Willie Thomas</p><p><strong>Email:</strong> thomaswill8529@yahoo.com</p><p><strong>Phone:</strong> 7085433729</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for long term job\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:17','2026-03-10 15:25:17','17e78855-4e12-44d2-bbcd-8216bf286d05'),
(40824,'Contact Form Submission',3190,40557,1,'Contact Form Submission from Kirstie  H34202669021450-9','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Kirstie H34202669021450-9\n\nEMAIL: verifications@intellicorp.net\n\nCOMPANY: IntelliCorp\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nHello,\n\nWe are trying to verify employment for one of your former employees\nand were not able to locate any records from Thomas and Company.\nPlease advise if there is an alternative verification process and who\nwe should contact.\n\nRef#: H34202669021450-9\n\nThank you,\nKirstie\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Kirstie  H34202669021450-9</p><p><strong>Email:</strong> verifications@intellicorp.net</p><p><strong>Company:</strong> IntelliCorp</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nWe are trying to verify employment for one of your former employees and were not able to locate any records from Thomas and Company. Please advise if there is an alternative verification process and who we should contact.<br />\n<br />\nRef#: H34202669021450-9<br />\n<br />\nThank you,<br />\nKirstie\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:18','2026-03-10 15:25:18','9c9ad909-96f7-448c-8aa6-71f0f4c7dc00'),
(40825,'Contact Form Submission',3190,40558,1,'Contact Form Submission from Charles  Amos','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Charles Amos\n\nEMAIL: Charles.amos@uamechurch.org\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nMESSAGE: \nI have been working with Heritage Complete Care in Dundalk MD to try\nto have my brother transferred to a facility closer to his family for\nthe remainder of his rehab. I was told that you don\'t have any beds\navailable. I just want to check and see if the availability has\nchanged\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Charles  Amos</p><p><strong>Email:</strong> Charles.amos@uamechurch.org</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I have been working with Heritage Complete Care in Dundalk MD to try to have my brother transferred to a facility closer to his family for the remainder of his rehab. I was told that you don\'t have any beds available. I just want to check and see if the availability has changed\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:18','2026-03-10 15:25:18','4cb58389-f23e-4ebe-91db-8e5bdc18e6a6'),
(40826,'Contact Form Submission',3190,40560,1,'Contact Form Submission from Michelle Rucci','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Michelle Rucci\n\nEMAIL: mgall25@optonline.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nMESSAGE: \nMy father is currently being taken to the hospital for his knees\nfailing. He is 89. We were planning to move him to Holiday City but\nnow he has taken a turn for the worse and we wuld like to apply to get\nhim into your facility.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Michelle Rucci</p><p><strong>Email:</strong> mgall25@optonline.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My father is currently being taken to the hospital for his knees failing. He is 89. We were planning to move him to Holiday City but now he has taken a turn for the worse and we wuld like to apply to get him into your facility. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:18','2026-03-10 15:25:18','ee6526f2-adcd-442a-84bb-bdfcbe61d60f'),
(40827,'Careers Form Submission',3191,40562,2,'Careers Form Submission from Allison dwyer','careers@ccatgreenacres.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccatgreenacres.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Recruitment \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nI\'m looking for full time part time work days and I couldn\'t work\nweekends\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccatgreenacres.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I\'m looking for full time part time work days and I couldn\'t work weekends\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:19','2026-03-10 15:25:19','5088d326-c351-44f4-9ddb-527a48eafe94'),
(40828,'Careers Form Submission',3191,40564,2,'Careers Form Submission from Allison dwyer','careers@ccatgreenacres.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccatgreenacres.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nLooking for full time work part time work days weekends\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccatgreenacres.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for full time work part time work days weekends\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:19','2026-03-10 15:25:19','a870d405-d715-4523-9e4d-f89d81733da8'),
(40829,'Careers Form Submission',3191,40566,2,'Careers Form Submission from Allison dwyer','careers@ccshorrockgardens.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccshorrockgardens.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nLooking for full-time part-time work days and weekends\nAnd receptionist\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccshorrockgardens.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for full-time part-time work days and weekends<br />\nAnd receptionist\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:20','2026-03-10 15:25:20','211bdde6-b36e-4fc1-80c0-7c754be52aca'),
(40830,'Careers Form Submission',3191,40568,2,'Careers Form Submission from Izaiah Johnson','careers@ccnazareth.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccnazareth.com/careers\n\nNAME: Izaiah Johnson\n\nEMAIL: izaiah72810@gmail.com\n\nPHONE: (608)957-5131\n\nFACILITY: \n\n 	* Nazareth [https://mycompletecare.com/ccnazareth] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am excited to apply for the Food Service position at Nazareth Health\nand Rehab Center. As a motivated high school student with experience\nsupporting positive dining environments and household\nresponsibilities, I am eager to contribute to a team that prioritizes\ncare, cleanliness, and resident satisfaction.\n\nThrough my experience as a host at my school’s culinary restaurant,\nI developed strong communication, teamwork, and professionalism while\nhelping create a welcoming dining experience for guests. My household\nresponsibilities, including cleaning, organization, and pet care, have\nstrengthened my attention to detail, reliability, and time management\nskills. Additionally, participating in choir has reinforced my ability\nto collaborate and remain committed to group goals.\n\nI am confident that my dedication, adaptability, and enthusiasm for\nlearning make me a strong candidate for this position. I would welcome\nthe opportunity to contribute to Nazareth Health and Rehab Center and\nhelp provide a positive dining experience for residents. Thank you for\nyour time and consideration.\n\nSincerely,\nIzaiah Johnson\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccnazareth.com/careers</p><p></p><p><strong>Name:</strong> Izaiah Johnson</p><p><strong>Email:</strong> izaiah72810@gmail.com</p><p><strong>Phone:</strong> (608)957-5131</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccnazareth\">Nazareth</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am excited to apply for the Food Service position at Nazareth Health and Rehab Center. As a motivated high school student with experience supporting positive dining environments and household responsibilities, I am eager to contribute to a team that prioritizes care, cleanliness, and resident satisfaction.<br />\n<br />\nThrough my experience as a host at my school’s culinary restaurant, I developed strong communication, teamwork, and professionalism while helping create a welcoming dining experience for guests. My household responsibilities, including cleaning, organization, and pet care, have strengthened my attention to detail, reliability, and time management skills. Additionally, participating in choir has reinforced my ability to collaborate and remain committed to group goals.<br />\n<br />\nI am confident that my dedication, adaptability, and enthusiasm for learning make me a strong candidate for this position. I would welcome the opportunity to contribute to Nazareth Health and Rehab Center and help provide a positive dining experience for residents. Thank you for your time and consideration.<br />\n<br />\nSincerely,<br />\nIzaiah Johnson\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:20','2026-03-10 15:25:20','91486972-bc89-4742-8f2f-71c5905ca138'),
(40831,'Contact Form Submission',3190,40570,1,'Contact Form Submission from Keirra Wilson','info@ccdawnview.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccdawnview.com/contact\n\nNAME: Keirra Wilson\n\nEMAIL: keirrawilson4@icloud.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Dawnview [https://mycompletecare.com/ccdawnview] \n\nMESSAGE: \nHello, my name is Keirra Wilson. I was wondering if you offer CNA or\nGNA classes. If so, could you please provide information about\nupcoming classes and how I can enroll? Thank you for your time.\n','<p><strong>Contact form submitted at:</strong> https://ccdawnview.com/contact</p><p></p><p><strong>Name:</strong> Keirra Wilson </p><p><strong>Email:</strong> keirrawilson4@icloud.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccdawnview\">Dawnview</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, my name is Keirra Wilson. I was wondering if you offer CNA or GNA classes. If so, could you please provide information about upcoming classes and how I can enroll? Thank you for your time.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:20','2026-03-10 15:25:20','5fe5b3e5-ee24-40cb-8046-a0b4ad142d6b'),
(40832,'Careers Form Submission',3191,40573,2,'Careers Form Submission from Allison dwyer','careers@ccbeylea.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccbeylea.com/careers\n\nNAME: Allison dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Bey Lea [https://mycompletecare.com/ccbeylea] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nLooking for part-time and full-time days weekend\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccbeylea.com/careers</p><p></p><p><strong>Name:</strong> Allison dwyer </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbeylea\">Bey Lea</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for part-time and full-time days  weekend \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:21','2026-03-10 15:25:21','89ec0f17-31e7-4756-9ce7-fe50742476a0'),
(40833,'Contact Form Submission',3190,40577,1,'Contact Form Submission from Sierra Whetzel','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Sierra Whetzel\n\nEMAIL: Sierrawhetzel58@gmail.com\n\nCOMPANY: 304-514-3931\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Dawnview [https://mycompletecare.com/ccdawnview] \n\nMESSAGE: \nInterested in the CNA class!\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Sierra Whetzel</p><p><strong>Email:</strong> Sierrawhetzel58@gmail.com</p><p><strong>Company:</strong> 304-514-3931</p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccdawnview\">Dawnview</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Interested in the CNA class!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:21','2026-03-10 15:25:21','f28ef935-94ea-4846-8a64-98cc343bb35f'),
(40834,'Careers Form Submission',3191,40580,2,'Careers Form Submission from Nadege Jn mary Edile','info@cccedargrove.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cccedargrove.com/careers\n\nNAME: Nadege Jn mary Edile\n\nEMAIL: edilenadege@gmail.com\n\nPHONE: 9733337165\n\nFACILITY: \n\n 	* Cedar Grove [https://mycompletecare.com/cccedargrove] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nMessage\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cccedargrove.com/careers</p><p></p><p><strong>Name:</strong> Nadege Jn mary Edile</p><p><strong>Email:</strong> edilenadege@gmail.com</p><p><strong>Phone:</strong> 9733337165</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccedargrove\">Cedar Grove</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Message \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:21','2026-03-10 15:25:21','54aeaf43-566b-47d3-953b-93ec670ab662'),
(40835,'Contact Form Submission',3190,40588,1,'Contact Form Submission from Geoff Miner','info@completecareberkshire.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareberkshire.com/contact\n\nNAME: Geoff Miner\n\nEMAIL: 4everrdr@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Berkshire [https://mycompletecare.com/completecareberkshire] \n\nMESSAGE: \nHello. My elderly father is getting a PEG port in his stomach. He is\nunable to swallow and will need to be fed via that method. I am\nlooking for a facility to move him into. Please let me know if that is\na service that is available. If so I would like to chat with someone\nand tour your facilities. \n\nThank you\n','<p><strong>Contact form submitted at:</strong> https://completecareberkshire.com/contact</p><p></p><p><strong>Name:</strong> Geoff Miner</p><p><strong>Email:</strong> 4everrdr@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareberkshire\">Berkshire</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello.  My elderly father is getting a PEG port in his stomach.  He is unable to swallow and will need to be fed via that method.  I am looking for a facility to move him into.  Please let me know if that is a service that is available.  If so I would like to chat with someone and tour your facilities. <br />\n<br />\nThank you\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:21','2026-03-10 15:25:21','12d9c7bc-3c4f-438f-9662-590993d43201'),
(40836,'Careers Form Submission',3191,40589,2,'Careers Form Submission from D\'manda Price','careers@ccfairlawnedge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccfairlawnedge.com/careers\n\nNAME: D\'manda Price\n\nEMAIL: dmandaprice@gmail.com\n\nPHONE: 19733567010\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nHi,\nI am a speech-language pathologist looking to work in skilled nursing\nagain. I have attached my resume. \nThanks, D\'manda\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccfairlawnedge.com/careers</p><p></p><p><strong>Name:</strong> D\'manda Price</p><p><strong>Email:</strong> dmandaprice@gmail.com</p><p><strong>Phone:</strong> 19733567010</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi,<br />\nI am a speech-language pathologist looking to work in skilled nursing again. I have attached my resume. <br />\nThanks, D\'manda<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:22','2026-03-10 15:25:22','1db7c369-87c6-4344-bc8e-293eef27a7e0'),
(40837,'Careers Form Submission',3191,40593,2,'Careers Form Submission from Odessa Brown','careers@ccplainfield.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccplainfield.com/careers\n\nNAME: Odessa Brown\n\nEMAIL: odessa.brown@icloud.com\n\nPHONE: 8482482787\n\nFACILITY: \n\n 	* Plainfield [https://mycompletecare.com/ccplainfield] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* HR / Staffing \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nN/a\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccplainfield.com/careers</p><p></p><p><strong>Name:</strong> Odessa Brown</p><p><strong>Email:</strong> odessa.brown@icloud.com</p><p><strong>Phone:</strong> 8482482787</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccplainfield\">Plainfield</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/a\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:22','2026-03-10 15:25:22','4c62fe18-b020-481b-b639-4547e10446e8'),
(40838,'Careers Form Submission',3191,40625,2,'Careers Form Submission from Kenny','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Kenny\n\nEMAIL: abigailbaires2018@gmail.com\n\nPHONE: 2028907075\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nMy name is Kenny Arriaza, I have experience as a Geriatric Nursing\nassistant. I have worked in home care and I have also worked in a\nNursing home.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Kenny</p><p><strong>Email:</strong> abigailbaires2018@gmail.com</p><p><strong>Phone:</strong> 2028907075</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            My name is Kenny Arriaza, I have experience as a Geriatric Nursing assistant. I have worked in home care and I have also worked in a Nursing home.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:22','2026-03-10 15:25:22','24363e10-7173-45bb-9ce5-512f9dce539b'),
(40839,'Contact Form Submission',3190,40661,1,'Contact Form Submission from Kim Young','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Kim Young\n\nEMAIL: kdknroy@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nMESSAGE: \nLooking for a care center for my 99 year old MIL. She is wheelchair\nbound and unable to propel herself in her wheelchair. She is able to\nfeed herself. She does not require memory care.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Kim Young</p><p><strong>Email:</strong> kdknroy@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking for a care center for my 99 year old MIL.  She is wheelchair bound and unable to propel herself in her wheelchair.  She is able to feed herself.  She does not require memory care.  \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:23','2026-03-10 15:25:23','e9ca3a59-2f87-4454-9c20-6dbbb0b4de24'),
(40840,'Careers Form Submission',3191,40668,2,'Careers Form Submission from Lauren','careers@cchyattsville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cchyattsville.com/careers\n\nNAME: Lauren\n\nEMAIL: laurenj101104@gmail.com\n\nPHONE: 3016656503\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n\nMESSAGE/ COVER LETTER:\n\nLauren Jean\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cchyattsville.com/careers</p><p></p><p><strong>Name:</strong> Lauren</p><p><strong>Email:</strong> laurenj101104@gmail.com</p><p><strong>Phone:</strong> 3016656503</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Lauren Jean \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:23','2026-03-10 15:25:23','79451a23-05fc-4013-b581-b3ff55fc130b'),
(40841,'Contact Form Submission',3190,40801,1,'Contact Form Submission from Samantha Walters','info@completecareoakridge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareoakridge.com/contact\n\nNAME: Samantha Walters\n\nEMAIL: minersqueen@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Oak Ridge [https://mycompletecare.com/completecareoakridge] \n\nMESSAGE: \nHi, I wanted to reach out and see if you had employment opportunities\nfor New Grad RN\'s. I graduate May 2026.\n','<p><strong>Contact form submitted at:</strong> https://completecareoakridge.com/contact</p><p></p><p><strong>Name:</strong> Samantha Walters</p><p><strong>Email:</strong> minersqueen@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareoakridge\">Oak Ridge</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi, I wanted to reach out and see if you had employment opportunities for New Grad RN\'s. I graduate May 2026. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:23','2026-03-10 15:25:23','87102392-7afe-4bdd-af4c-c700222c739f'),
(40842,'Contact Form Submission',3190,40804,1,'Contact Form Submission from Jonathon Theys','info@ccmanitowoc.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmanitowoc.com/contact\n\nNAME: Jonathon Theys\n\nEMAIL: Jonathon.R.Theys@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Manitowoc [https://mycompletecare.com/ccmanitowoc] \n\nMESSAGE: \nHello, What are your visitation guidelines? I was informed my Grand\nAunt fell, broke her arms and is having rehab done here. Her name is\nClara Zimmer.\n','<p><strong>Contact form submitted at:</strong> https://ccmanitowoc.com/contact</p><p></p><p><strong>Name:</strong> Jonathon Theys</p><p><strong>Email:</strong> Jonathon.R.Theys@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmanitowoc\">Manitowoc</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, What are your visitation guidelines? I was informed my Grand Aunt fell, broke her arms and is having rehab done here. Her name is Clara Zimmer.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:23','2026-03-10 15:25:23','61616f92-a3a9-4455-9265-57ea03d6c699'),
(40843,'Volunteer Form Submission',3189,40808,3,'Volunteer Form Submission from Eunwoo Bae','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Eunwoo Bae\n\nEMAIL: eunwoobae2001@gmail.com\n\nPHONE: 4752415032\n\nFACILITY:\n\n 	* Kimberly Hall North [https://mycompletecare.com/completecarekhn] \n\nMESSAGE:\nI\'m hoping to become a regular reading volunteer. I started reading to\na pre-K classroom near my work on a monthly basis last fall and have\nreally loved the experience. Thursday evenings (6pm onwards) would be\nbest for me but I could find time on the weekends if that works\nbetter.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Eunwoo Bae</p><p><strong>Email:</strong> eunwoobae2001@gmail.com</p><p><strong>Phone:</strong> 4752415032</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarekhn\">Kimberly Hall North</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I\'m hoping to become a regular reading volunteer. I started reading to a pre-K classroom near my work on a monthly basis last fall and have really loved the experience. Thursday evenings (6pm onwards) would be best for me but I could find time on the weekends if that works better.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:24','2026-03-10 15:25:24','dcc7b057-392c-4f10-9de1-e0dcb5d5b779'),
(40844,'Contact Form Submission',3190,40809,1,'Contact Form Submission from Sarah Curtis','info@ccharborage.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccharborage.com/contact\n\nNAME: Sarah Curtis\n\nEMAIL: sarahcurtissoprano@gmail.com\n\nCOMPANY: Piano-Vocal Duo\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Harborage [https://mycompletecare.com/ccharborage] \n\nMESSAGE: \nHello!\n\nMy name is Sarah and I am a professional opera singer based in the\narea writing on behalf of myself and my collaborator, Makoto, who is a\nprofessional pianist.\n\nWe wanted to inquire if you hire musicians to come and perform at your\nfacility? Our performances are designed to create a joyful and\nengaging musical experience for residents with repertoire ranging from\nopera, jazz, pop, musical theatre to sing-along tunes.\n\nI have experience performing at other communities such as the\nBrightview in Harrison, where I also work as a server. Through these\nexperiences, I have discovered a wonderful affinity for entertaining\nand connecting with senior audiences.\n\nMakoto and I offer a one-hour live concert for $300, and are typically\navailable on Mondays and Tuesdays before 5pm as well as Saturdays\nafter 4pm.\n\nI have pasted a youtube link to give you an idea of our sound:\n\nhttps://youtu.be/aqsgXrRBQxs?si=ZytUM25EWUrRgzrM\n\nWe would love to chat more and explore performance options with you.\nThank you for your time and we look forward to connecting with you!\n\nWarmly,\nSarah &amp; Makoto\n','<p><strong>Contact form submitted at:</strong> https://ccharborage.com/contact</p><p></p><p><strong>Name:</strong> Sarah Curtis</p><p><strong>Email:</strong> sarahcurtissoprano@gmail.com</p><p><strong>Company:</strong> Piano-Vocal Duo  </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharborage\">Harborage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello!<br />\n<br />\nMy name is Sarah and I am a professional opera singer based in the area writing on behalf of myself and my collaborator, Makoto, who is a professional pianist.<br />\n<br />\nWe wanted to inquire if you hire musicians to come and perform at your facility? Our performances are designed to create a joyful and engaging musical experience for residents with repertoire ranging from opera, jazz, pop, musical theatre to sing-along tunes.<br />\n<br />\nI have experience performing at other communities such as the Brightview in Harrison, where I also work as a server. Through these experiences, I have discovered a wonderful affinity for entertaining and connecting with senior audiences.<br />\n<br />\nMakoto and I offer a one-hour live concert for $300, and are typically available on Mondays and Tuesdays before 5pm as well as Saturdays after 4pm.<br />\n<br />\nI have pasted a youtube link to give you an idea of our sound:<br />\n<br />\nhttps://youtu.be/aqsgXrRBQxs?si=ZytUM25EWUrRgzrM<br />\n<br />\nWe would love to chat more and explore performance options with you. Thank you for your time and we look forward to connecting with you!<br />\n<br />\nWarmly,<br />\nSarah &amp;amp; Makoto\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:24','2026-03-10 15:25:24','11964040-aa8f-44ac-a8aa-a8c355188321'),
(40845,'Contact Form Submission',3190,40816,1,'Contact Form Submission from Tatwa Vaidya','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Tatwa Vaidya\n\nEMAIL: tatwa.vaidya@spb.nj.gov\n\nCOMPANY: New Jersey State Parole Board\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Whispering Woods [https://mycompletecare.com/ccwhisperingwoods] \n\nMESSAGE: \nGreetings,\nI hope this message finds you well.\nI am reaching out to inquire whether your facility accepts residents\nwho are listed on the Megan’s Law registry. I am currently assisting\na senior client who is in urgent need of a more stable and supportive\nliving environment.\nMy client is an older adult who receives Social Security benefits and\nreports that he is disabled and legally blind. At present, he is\nliving in a rooming house where the environment is not appropriate for\nsomeone with his medical and functional needs. Due to his visual\nimpairment and overall vulnerability, we are hoping to locate a senior\nassisted living setting where he can receive the supervision, safety,\nand support that would better meet his daily living needs.\nHe is currently under parole supervision, and his parole officer is\nwilling to communicate directly with your team to answer any questions\nregarding his status, conditions, or any requirements that would need\nto be considered for placement. We are committed to being transparent\nand cooperative throughout the process to ensure that any placement is\nappropriate and compliant with all regulations.\nGiven his current housing instability and health limitations, we are\nhoping to identify a facility that may be willing to review his\nsituation and determine whether he could be considered for admission.\nIf this is something your facility may be open to discussing, I would\nbe happy to provide additional information and connect you with his\nparole officer as needed.\nThank you very much for your time and consideration. \n\nSincerely,\n\nTatwa \n\nTatwa Vaidya (he/him), MSW, MA\n\nSocial Worker Trainee\n\nDistrict Office #11\n\n550 Jersey Avenue.\nP.O. Box 595\n\nNew Brunswick, NJ 08901\n\nCell No. (609) 874-4220\nOffice No. (732)509-1852\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Tatwa Vaidya </p><p><strong>Email:</strong> tatwa.vaidya@spb.nj.gov</p><p><strong>Company:</strong> New Jersey State Parole Board </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwhisperingwoods\">Whispering Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Greetings,<br />\nI hope this message finds you well.<br />\nI am reaching out to inquire whether your facility accepts residents who are listed on the Megan’s Law registry. I am currently assisting a senior client who is in urgent need of a more stable and supportive living environment.<br />\nMy client is an older adult who receives Social Security benefits and reports that he is disabled and legally blind. At present, he is living in a rooming house where the environment is not appropriate for someone with his medical and functional needs. Due to his visual impairment and overall vulnerability, we are hoping to locate a senior assisted living setting where he can receive the supervision, safety, and support that would better meet his daily living needs.<br />\nHe is currently under parole supervision, and his parole officer is willing to communicate directly with your team to answer any questions regarding his status, conditions, or any requirements that would need to be considered for placement. We are committed to being transparent and cooperative throughout the process to ensure that any placement is appropriate and compliant with all regulations.<br />\nGiven his current housing instability and health limitations, we are hoping to identify a facility that may be willing to review his situation and determine whether he could be considered for admission.<br />\nIf this is something your facility may be open to discussing, I would be happy to provide additional information and connect you with his parole officer as needed.<br />\nThank you very much for your time and consideration. <br />\n<br />\nSincerely,<br />\n<br />\nTatwa <br />\n<br />\n<br />\nTatwa Vaidya (he/him), MSW, MA<br />\n<br />\nSocial Worker Trainee<br />\n<br />\nDistrict Office #11<br />\n<br />\n550 Jersey Avenue.<br />\nP.O. Box 595<br />\n<br />\nNew Brunswick, NJ 08901<br />\n<br />\nCell No. (609) 874-4220<br />\nOffice No. (732)509-1852<br />\n<br />\n<br />\n      \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:24','2026-03-10 15:25:24','1eaace6d-1d4c-439a-b5b7-977ab86653b8'),
(40846,'Careers Form Submission',3191,40821,2,'Careers Form Submission from Jagdeep Kaur','careers@ccwhisperingwoods.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccwhisperingwoods.com/careers/\n\nNAME: Jagdeep Kaur\n\nEMAIL: deepaahuja70@gmail.com\n\nPHONE: 5513584397\n\nFACILITY: \n\n 	* Whispering Woods [https://mycompletecare.com/ccwhisperingwoods] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n\nMESSAGE/ COVER LETTER:\n\nLooking to work as a driver or in administration or even as a food\nhostess\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccwhisperingwoods.com/careers/</p><p></p><p><strong>Name:</strong> Jagdeep Kaur</p><p><strong>Email:</strong> deepaahuja70@gmail.com</p><p><strong>Phone:</strong> 5513584397</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwhisperingwoods\">Whispering Woods</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking to work as a driver or in administration or even as a food hostess \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 15:25:25','2026-03-10 15:25:25','30620950-3cef-4951-80fc-405fac1eb1c0'),
(40917,'Contact Form Submission',3190,40851,1,'Contact Form Submission from Melissa Musto','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Melissa Musto\n\nEMAIL: melissamusto831@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Green Knoll [https://mycompletecare.com/ccgreenknoll] \n\nMESSAGE: \nRequest for Information Regarding James Rodriguez – POA / Authorized\nRepresentative\n\nDear Records Office,\nMy name is Melissa Musto, and I am the daughter of James Rodriguez,\nwho is currently a resident at Complete Care at Green Knoll. I am\ntrying to locate any legal documents on file related to my father,\nspecifically:\n\n• Durable Power of Attorney (POA) or any other Power of Attorney\ndocuments\n• Any guardianship or representative payee documents\n• Any other legal documents authorizing a family member or\nrepresentative to act on his behalf\n\nAdditionally, I would like to know if there is already a\nrepresentative or authorized person on file who can sign documents for\nmy father.\nThese documents are important to help manage my father’s affairs,\nincluding financial matters related to his property.\nI can provide any identification or proof needed to verify my\nrelationship.\nThank you for your time and assistance.\nBest regards,\nMelissa Musto\n732-277-2955\nRelationship to Resident: daughter\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Melissa Musto</p><p><strong>Email:</strong> melissamusto831@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgreenknoll\">Green Knoll</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Request for Information Regarding James Rodriguez – POA / Authorized Representative<br />\n<br />\nDear Records Office,<br />\nMy name is Melissa Musto, and I am the daughter of James Rodriguez, who is currently a resident at Complete Care at Green Knoll. I am trying to locate any legal documents on file related to my father, specifically:<br />\n<br />\n• Durable Power of Attorney (POA) or any other Power of Attorney documents<br />\n• Any guardianship or representative payee documents<br />\n• Any other legal documents authorizing a family member or representative to act on his behalf<br />\n<br />\nAdditionally, I would like to know if there is already a representative or authorized person on file who can sign documents for my father.<br />\nThese documents are important to help manage my father’s affairs, including financial matters related to his property.<br />\nI can provide any identification or proof needed to verify my relationship.<br />\nThank you for your time and assistance.<br />\nBest regards,<br />\nMelissa Musto<br />\n732-277-2955<br />\nRelationship to Resident: daughter\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 20:23:22','2026-03-10 20:23:22','2d95db4b-eeb0-4cda-8811-2339331e662f'),
(40918,'Contact Form Submission',3190,40857,1,'Contact Form Submission from Sarah Peltonen','info@ccgermantown.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccgermantown.com/contact\n\nNAME: Sarah Peltonen\n\nEMAIL: sarahpeltonen@hotmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Germantown [https://mycompletecare.com/ccgermantown] \n\nMESSAGE: \nWe are looking for options for my father for skilled nursing care. He\nis currently in a hospice facility in West Bend but due to his\ncondition stabilizing, we need to find another location for him. He\nhas Medicare with Medicaid pending for insurance. Wondering if you\ntake Medicaid patients for inpatient skilled nursing care and, if so,\nwhat your wait list looks like?\n','<p><strong>Contact form submitted at:</strong> https://ccgermantown.com/contact</p><p></p><p><strong>Name:</strong> Sarah Peltonen</p><p><strong>Email:</strong> sarahpeltonen@hotmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgermantown\">Germantown</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            We are looking for options for my father for skilled nursing care. He is currently in a hospice facility in West Bend but due to his condition stabilizing, we need to find another location for him. He has Medicare with Medicaid pending for insurance. Wondering if you take Medicaid patients for inpatient skilled nursing care and, if so, what your wait list looks like? \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 20:23:22','2026-03-10 20:23:22','4b7c6dc9-dbb0-4c4c-8d17-ea93b5ce5c6e'),
(40919,'Contact Form Submission',3190,40861,1,'Contact Form Submission from maureen van horn','info@completecareberkshire.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareberkshire.com/contact\n\nNAME: maureen van horn\n\nEMAIL: morn1959@hotmail.com\n\nCOMPANY: na\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Berkshire [https://mycompletecare.com/completecareberkshire] \n\nMESSAGE: \nHello, I worked at your facility. My last day was 1/16/25. I have not\nreceived a w2 from you. Although it was only for a few weeks, I need\nthis to complete my taxes\n','<p><strong>Contact form submitted at:</strong> https://completecareberkshire.com/contact</p><p></p><p><strong>Name:</strong> maureen van horn</p><p><strong>Email:</strong> morn1959@hotmail.com</p><p><strong>Company:</strong> na</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareberkshire\">Berkshire</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, I worked at your facility. My last day was 1/16/25. I have not received a w2 from you. Although it was only for a few weeks, I need this to complete my taxes\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"71.168.150.210\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-10 20:23:22','2026-03-10 20:23:22','d4e2ca4d-9166-4c04-b2eb-e3c35d4db227'),
(41369,'Volunteer Form Submission',3189,40933,3,'Volunteer Form Submission from Logan','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Logan\n\nEMAIL: loganbourguillon@gmail.com\n\nPHONE: 2029375285\n\nFACILITY:\n\n 	* Springbrook [https://mycompletecare.com/ccspringbrook] \n\nMESSAGE:\nHello, my name is Logan, and I’m an 8th grade student working on a\ncommunity project! I’m calling to ask a couple quick questions about\nvolunteer opportunities at your residence.\n\nDo you currently have any volunteer programs?\n\nIf so, I’m interested in helping residents with digital literacy,\nlike learning how to use phones, computers, or other technology.\n\nI was also wondering if many residents there regularly use technology\nor experience difficulties with it.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Logan</p><p><strong>Email:</strong> loganbourguillon@gmail.com</p><p><strong>Phone:</strong> 2029375285</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccspringbrook\">Springbrook</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Hello, my name is Logan, and I’m an 8th grade student working on a community project! I’m calling to ask a couple quick questions about volunteer opportunities at your residence.<br />\n<br />\nDo you currently have any volunteer programs?<br />\n<br />\nIf so, I’m interested in helping residents with digital literacy, like learning how to use phones, computers, or other technology.<br />\n<br />\nI was also wondering if many residents there regularly use technology or experience difficulties with it.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:36','2026-03-11 18:34:36','3f9b3913-11cc-45cd-9af3-64a9ceaa09f8'),
(41370,'Careers Form Submission',3191,40938,2,'Careers Form Submission from Busra Gocenler','careers@ccwestfield.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccwestfield.com/careers\n\nNAME: Busra Gocenler\n\nEMAIL: betulgocen13@gmail.com\n\nPHONE: 9738517868\n\nFACILITY: \n\n 	* Westfield [https://mycompletecare.com/ccwestfield] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* HR / Staffing \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nI completed my social work internship with Complete Care at Westfield\n, and I graduated with my Bachelor’s degree in Psychology. I really\nenjoyed my experience with the team and the work your organization\ndoes.\n\nI wanted to reach out to ask if there are currently any openings in\nsocial services, HR, or administrative roles. I would love the\nopportunity to contribute to the organization again and continue\ndeveloping my skills in the field.\n\nPlease let me know if there are any opportunities available or if you\nrecommend someone I should connect with.\n\nThank you and I hope to hear from you.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccwestfield.com/careers</p><p></p><p><strong>Name:</strong> Busra Gocenler</p><p><strong>Email:</strong> betulgocen13@gmail.com</p><p><strong>Phone:</strong> 9738517868</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwestfield\">Westfield</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I completed my social work internship with Complete Care at Westfield , and I graduated with my Bachelor’s degree in Psychology. I really enjoyed my experience with the team and the work your organization does.<br />\n<br />\nI wanted to reach out to ask if there are currently any openings in social services, HR, or administrative roles. I would love the opportunity to contribute to the organization again and continue developing my skills in the field.<br />\n<br />\nPlease let me know if there are any opportunities available or if you recommend someone I should connect with.<br />\n<br />\nThank you and I hope to hear from you.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:36','2026-03-11 18:34:36','9c72f560-ff2c-495a-ad78-9e48c233ce33'),
(41371,'Contact Form Submission',3190,40943,1,'Contact Form Submission from Marianna Guillaume','info@ccwestcaldwell.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccwestcaldwell.com/contact\n\nNAME: Marianna Guillaume\n\nEMAIL: guillaumemarianna@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* West Caldwell [https://mycompletecare.com/ccwestcaldwell] \n\nMESSAGE: \nMom in hospital looking for rehab would like to schedule a tour.\n','<p><strong>Contact form submitted at:</strong> https://ccwestcaldwell.com/contact</p><p></p><p><strong>Name:</strong> Marianna Guillaume </p><p><strong>Email:</strong> guillaumemarianna@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwestcaldwell\">West Caldwell</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Mom in hospital looking for rehab would like to schedule a tour.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:36','2026-03-11 18:34:36','e4472bd6-39ee-4e46-8916-1722d0c376f6'),
(41372,'Contact Form Submission',3190,40944,1,'Contact Form Submission from Terri Hofstede','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Terri Hofstede\n\nEMAIL: tramcat3@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\nMESSAGE: \nI wanted to contact Ethel in Activities. She has asked if I had any\nbaskets for a Easter table decoration. I bought 6 baskets from\nGoodwill. I can bring them when I visit my Mom (Gert Pruess) on\nFriday. \nIf she would like to contact me, my email is tramcat3@gmail.com. She\ncan text me at 414-412-0457 \nThank you\nTerri Hofstede\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Terri Hofstede </p><p><strong>Email:</strong> tramcat3@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            I wanted to contact Ethel in Activities. She has asked if I had any baskets for a Easter table decoration. I bought 6 baskets from Goodwill. I can bring them when I visit my Mom (Gert Pruess) on Friday. <br />\nIf she would like to contact me, my email is tramcat3@gmail.com.  She can text me at 414-412-0457 <br />\nThank you<br />\nTerri Hofstede \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:36','2026-03-11 18:34:36','207ab829-39b5-42dd-94c9-0c42e3d4904e'),
(41373,'Careers Form Submission',3191,40956,2,'Careers Form Submission from Raven Fairman','careers@ccholmdel.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccholmdel.com/careers\n\nNAME: Raven Fairman\n\nEMAIL: ravenfairman93@gmail.com\n\nPHONE: +19084619358\n\nFACILITY: \n\n 	* Holmdel [https://mycompletecare.com/ccholmdel] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nN/A\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccholmdel.com/careers</p><p></p><p><strong>Name:</strong> Raven Fairman </p><p><strong>Email:</strong> ravenfairman93@gmail.com</p><p><strong>Phone:</strong> +19084619358</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccholmdel\">Holmdel</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/A\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:37','2026-03-11 18:34:37','d4394fef-709d-416a-99a2-d7e5aa81b0b2'),
(41374,'Careers Form Submission',3191,40959,2,'Careers Form Submission from David Markle','careers@ccphillipsburg.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccphillipsburg.com/careers\n\nNAME: David Markle\n\nEMAIL: davidmarkle097@gmail.com\n\nPHONE: 19083462826\n\nFACILITY: \n\n 	* Phillipsburg [https://mycompletecare.com/ccphillipsburg] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nGood evening I am currently working at the philipsburg school district\nas a teacher aide but looking for a job for the weekends and a few\nhours after my day time job until the summer time\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccphillipsburg.com/careers</p><p></p><p><strong>Name:</strong> David Markle</p><p><strong>Email:</strong> davidmarkle097@gmail.com</p><p><strong>Phone:</strong> 19083462826</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccphillipsburg\">Phillipsburg</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Good evening I am currently working at the philipsburg school district as a teacher aide but looking for a job for the weekends and a few hours after my day time job until the summer time \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:37','2026-03-11 18:34:37','9362b6c6-f4c8-43d0-a6d5-c27d7631c87c'),
(41375,'Contact Form Submission',3190,41005,1,'Contact Form Submission from Aliza Gelb','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Aliza Gelb\n\nEMAIL: Gelb.Aliza@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\nMESSAGE: \nGood Evening,\n\nI hope you are doing well. I am reaching out to inquire whether\nComplete Care currently has, or anticipates having, any remote job\nopportunities that align with my background in HR and Healthcare\nAdministration. I am also open to exploring opportunities in other\ndepartments or areas where my skills and experience could add value.\n\nI would welcome the opportunity to bring my skills and experience to\nyour organization. I have attached my resume for your review and would\nbe grateful if you could keep me in mind for any current or future\nremote opportunities that may be a good fit.\n\nI look forward to hearing from you.\n\nWarm regards,\n\nAliza Gelb\nMemphis, TN\n845-538-6377\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Aliza Gelb</p><p><strong>Email:</strong> Gelb.Aliza@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Good Evening,<br />\n<br />\nI hope you are doing well. I am reaching out to inquire whether Complete Care currently has, or anticipates having, any remote job opportunities that align with my background in HR and Healthcare Administration. I am also open to exploring opportunities in other departments or areas where my skills and experience could add value.<br />\n<br />\nI would welcome the opportunity to bring my skills and experience to your organization. I have attached my resume for your review and would be grateful if you could keep me in mind for any current or future remote opportunities that may be a good fit.<br />\n<br />\nI look forward to hearing from you.<br />\n<br />\nWarm regards,<br />\n<br />\n<br />\nAliza Gelb<br />\nMemphis, TN<br />\n845-538-6377\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:37','2026-03-11 18:34:37','9e5d62e2-5b3f-4260-82b9-7324897210ff'),
(41376,'Contact Form Submission',3190,41029,1,'Contact Form Submission from Kenedy Freeman','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Kenedy Freeman\n\nEMAIL: kenedyfreeman5@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nMESSAGE: \nHello,\n\nI recently received information about applying to designated\nfacilities in the Milwaukee area as part of my application for CNA\npositions through the Wisconsin Caregiver Program, and I wanted to\ntake a moment to introduce myself.\n\nI am currently in school to become a Registered Nurse and already hold\na bachelor’s degree from the University of Wisconsin–Madison. I am\nvery interested in transitioning into healthcare and gaining hands-on\nexperience while pursuing my RN.\n\nI live nearby and believe Complete Care would be a great place for me\nto begin this journey and contribute to your team.\n\nThank you for your time and consideration. I look forward to the\nopportunity to speak with you.\n\nBest,\nKenedy Freeman\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Kenedy Freeman</p><p><strong>Email:</strong> kenedyfreeman5@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nI recently received information about applying to designated facilities in the Milwaukee area as part of my application for CNA positions through the Wisconsin Caregiver Program, and I wanted to take a moment to introduce myself.<br />\n<br />\nI am currently in school to become a Registered Nurse and already hold a bachelor’s degree from the University of Wisconsin–Madison. I am very interested in transitioning into healthcare and gaining hands-on experience while pursuing my RN.<br />\n<br />\nI live nearby and believe Complete Care would be a great place for me to begin this journey and contribute to your team.<br />\n<br />\nThank you for your time and consideration. I look forward to the opportunity to speak with you.<br />\n<br />\nBest,<br />\nKenedy Freeman\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:37','2026-03-11 18:34:37','d15a8f79-53c2-42b4-9530-598a60c9b2ec'),
(41377,'Careers Form Submission',3191,41044,2,'Careers Form Submission from Akeira Stone','careers@ccfairlawnedge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccfairlawnedge.com/careers\n\nNAME: Akeira Stone\n\nEMAIL: stoneakeira@gmail.com\n\nPHONE: 8622207231\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI am interested in these positions when they open!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccfairlawnedge.com/careers</p><p></p><p><strong>Name:</strong> Akeira Stone</p><p><strong>Email:</strong> stoneakeira@gmail.com</p><p><strong>Phone:</strong> 8622207231</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am interested in these positions when they open!\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:38','2026-03-11 18:34:38','70b8db48-3d94-4d61-8f76-3f14c65c99dc'),
(41378,'Contact Form Submission',3190,41211,1,'Contact Form Submission from lana middlebrook','info@cchyattsville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchyattsville.com/contact\n\nNAME: lana middlebrook\n\nEMAIL: lrmiddlebrook63@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nMESSAGE: \nHow much is the rent myssdi is 1077.00 a month I\'m 62 disabled an\nretired\n','<p><strong>Contact form submitted at:</strong> https://cchyattsville.com/contact</p><p></p><p><strong>Name:</strong> lana middlebrook</p><p><strong>Email:</strong> lrmiddlebrook63@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            How much is the rent myssdi is 1077.00 a month I\'m 62 disabled an retired \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:38','2026-03-11 18:34:38','62b006e2-1b58-480f-a41b-6b6eab749b03'),
(41379,'Contact Form Submission',3190,41218,1,'Contact Form Submission from lana middlebrook','info@cchyattsville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchyattsville.com/contact\n\nNAME: lana middlebrook\n\nEMAIL: lrmiddlebrook63@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nMESSAGE: \nI\'m 62 disabled retired my ssdi is 1077.00 how is the room to live\nshare a room life someone I can\'t spell way is lasalle at\n','<p><strong>Contact form submitted at:</strong> https://cchyattsville.com/contact</p><p></p><p><strong>Name:</strong> lana middlebrook</p><p><strong>Email:</strong> lrmiddlebrook63@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m 62 disabled retired my ssdi is 1077.00 how is the room to live share a room life someone I can\'t spell way is  lasalle at \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:38','2026-03-11 18:34:38','ff3af27f-6394-475e-9ec1-312055c8b4cb'),
(41380,'Contact Form Submission',3190,41231,1,'Contact Form Submission from Michelle Rucci','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Michelle Rucci\n\nEMAIL: MGall25@optonline.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nMESSAGE: \nI am looking for a home for my father, 89 years of age. I would like\nto come see your facility and speak to someone regarding application.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Michelle Rucci</p><p><strong>Email:</strong> MGall25@optonline.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am looking for a home for my father, 89 years of age.  I would like to come see your facility and speak to someone regarding application.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:38','2026-03-11 18:34:38','4de379e4-c934-4156-9f49-2eb8db58a230'),
(41381,'Contact Form Submission',3190,41248,1,'Contact Form Submission from Chris Carter','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Chris Carter\n\nEMAIL: chris@medsolercm.com\n\nCOMPANY: Pro-MedSole RCM\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Whispering Woods [https://mycompletecare.com/ccwhisperingwoods] \n\nMESSAGE: \nHello,\n\nI hope you’re doing well.\n\nI’m reaching out from Pro-Med Sole RCM. We help U.S. healthcare\npractices improve cash flow, increase reimbursements, and reduce claim\ndenials through complete Revenue Cycle Management services.\n\nFrom eligibility verification to claim submission, denial management,\nA/R follow-up, and reporting, we handle everything so you can focus on\npatient care.\n\nWe work with 35+ EHR/PM systems and offer RPM, CCM, and BHI services\nwith no upfront costs. With a 98% clean claim rate and HIPAA-compliant\nprocesses, we ensure reliable support for your practice.\n\nI’d love to schedule a quick call to discuss how we can support you.\nLooking forward to your response\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Chris Carter</p><p><strong>Email:</strong> chris@medsolercm.com</p><p><strong>Company:</strong> Pro-MedSole RCM</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwhisperingwoods\">Whispering Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nI hope you’re doing well.<br />\n<br />\nI’m reaching out from Pro-Med Sole RCM. We help U.S. healthcare practices improve cash flow, increase reimbursements, and reduce claim denials through complete Revenue Cycle Management services.<br />\n<br />\nFrom eligibility verification to claim submission, denial management, A/R follow-up, and reporting, we handle everything so you can focus on patient care.<br />\n<br />\nWe work with 35+ EHR/PM systems and offer RPM, CCM, and BHI services with no upfront costs. With a 98% clean claim rate and HIPAA-compliant processes, we ensure reliable support for your practice.<br />\n<br />\nI’d love to schedule a quick call to discuss how we can support you. Looking forward to your response\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:39','2026-03-11 18:34:39','49920370-ec69-4d7e-8383-1b53e36e5004'),
(41382,'Careers Form Submission',3191,41256,2,'Careers Form Submission from Dylan Holly','careers@ccatgreenacres.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccatgreenacres.com/careers\n\nNAME: Dylan Holly\n\nEMAIL: jerseygino7@gmail.com\n\nPHONE: 8392460211\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nAlso would like to fill out a paper application as well\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccatgreenacres.com/careers</p><p></p><p><strong>Name:</strong> Dylan Holly</p><p><strong>Email:</strong> jerseygino7@gmail.com</p><p><strong>Phone:</strong> 8392460211</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Also would like to fill out a paper application as well\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:39','2026-03-11 18:34:39','92cb070e-35aa-4bb1-9168-3c7b5083f801'),
(41383,'Careers Form Submission',3191,41344,2,'Careers Form Submission from Nicole A Baptist','careers@cclaurelton.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cclaurelton.com/careers\n\nNAME: Nicole A Baptist\n\nEMAIL: Nia2008.nb@gmail.com\n\nPHONE: 19086669514\n\nFACILITY: \n\n 	* Laurelton [https://mycompletecare.com/cclaurelton] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nI hope this message finds you well. I recently learned that your\ncompany is seeking a Housekeeping Director, and I’m very interested\nin the opportunity. With my background in housekeeping leadership and\noperations management, I am confident I can contribute to your\nteam’s success.\n\nI would appreciate the chance to connect to discuss how my experience\naligns with your needs and the qualifications you’re seeking. I’ve\nattached my résumé for your review. Please let me know a convenient\ntime for a brief conversation or interview.\n\nI look forward to the possibility of speaking with you.\n\nBest regards,\nNicole Baptist\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cclaurelton.com/careers</p><p></p><p><strong>Name:</strong> Nicole A Baptist</p><p><strong>Email:</strong> Nia2008.nb@gmail.com</p><p><strong>Phone:</strong> 19086669514</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclaurelton\">Laurelton</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I hope this message finds you well. I recently learned that your company is seeking a Housekeeping Director, and I’m very interested in the opportunity. With my background in housekeeping leadership and operations management, I am confident I can contribute to your team’s success.<br />\n<br />\nI would appreciate the chance to connect to discuss how my experience aligns with your needs and the qualifications you’re seeking. I’ve attached my résumé for your review. Please let me know a convenient time for a brief conversation or interview.<br />\n<br />\n I look forward to the possibility of speaking with you.<br />\n<br />\nBest regards,<br />\nNicole Baptist \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:39','2026-03-11 18:34:39','b0d73384-8256-4cda-baac-f8c7d5f379f9'),
(41384,'Contact Form Submission',3190,41353,1,'Contact Form Submission from Amanda Smith','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Amanda Smith\n\nEMAIL: amanda@theluxejanitorialservices.com\n\nCOMPANY: Luxe Janitorial Services\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Cedar Grove [https://mycompletecare.com/cccedargrove] \n\nMESSAGE: \n\nHi,\n\nI work in Flourtown, and help many local companies. I was hoping I\ncould come by and offer a complimentary cleaning bid?\n\nThank you in advance for your response.\n\nWith best,\n\nAmanda Smith\nBusiness Development Rep\nLuxe Janitorial Services\namanda@theluxejanitorialservices.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Amanda Smith</p><p><strong>Email:</strong> amanda@theluxejanitorialservices.com</p><p><strong>Company:</strong> Luxe Janitorial Services</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccedargrove\">Cedar Grove</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            <br />\nHi,<br />\n<br />\nI work in Flourtown, and help many local companies. I was hoping I could come by and offer a complimentary cleaning bid?<br />\n<br />\nThank you in advance for your response.<br />\n<br />\nWith best,<br />\n<br />\nAmanda Smith<br />\nBusiness Development Rep<br />\nLuxe Janitorial Services<br />\namanda@theluxejanitorialservices.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:40','2026-03-11 18:34:40','060cbe68-2d71-4a54-9592-cdaff6bc2a8a'),
(41385,'Contact Form Submission',3190,41359,1,'Contact Form Submission from SJKP Law Firm for Lorna Thomas','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: SJKP Law Firm for Lorna Thomas\n\nEMAIL: Rehana.Pierre@sjkplaw.com\n\nCOMPANY: SJKP Law Firm\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* West Caldwell [https://mycompletecare.com/ccwestcaldwell] \n\nMESSAGE: \nI am writing on behalf of our client, Lorna Thomas, who has retained\nthe services of SJKP Law Firm to assist with the renewal of her\nCertified Nursing Assistant (CNA) credentials.\nOur client was employed with your organization beginning in 1998, and\nher renewal documentation requires verification and completion by her\nsupervisor. The form is due on or before March 19, 2026, and timely\ncompletion is essential to prevent any interruption to her ability to\nsecure employment.\nAt this time, it has come to our attention that the required paperwork\nhas not yet been signed because her former manager is refusing. Any\nrefusal or delay in completing these forms constitutes an unwarranted\nhindrance to our client’s efforts to maintain her employment\neligibility. We would like to resolve this matter as quickly and\namicably as possible.\nPlease contact Attorney Tal Hirshberg at Tal.hirshberg@sjkplaw.com and\nRehana Pierre at Rehana.pierre@sjkplaw.com to coordinate the prompt\ncompletion of the required documentation.\nWe appreciate your immediate attention to this matter.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> SJKP Law Firm for Lorna Thomas </p><p><strong>Email:</strong> Rehana.Pierre@sjkplaw.com</p><p><strong>Company:</strong> SJKP Law Firm</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwestcaldwell\">West Caldwell</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am writing on behalf of our client, Lorna Thomas, who has retained the services of SJKP Law Firm to assist with the renewal of her Certified Nursing Assistant (CNA) credentials.<br />\nOur client was employed with your organization beginning in 1998, and her renewal documentation requires verification and completion by her supervisor. The form is due on or before March 19, 2026, and timely completion is essential to prevent any interruption to her ability to secure employment.<br />\nAt this time, it has come to our attention that the required paperwork has not yet been signed because her former manager is refusing. Any refusal or delay in completing these forms constitutes an unwarranted hindrance to our client’s efforts to maintain her employment eligibility. We would like to resolve this matter as quickly and amicably as possible.<br />\nPlease contact Attorney Tal Hirshberg at Tal.hirshberg@sjkplaw.com and Rehana Pierre at Rehana.pierre@sjkplaw.com to coordinate the prompt completion of the required documentation.<br />\nWe appreciate your immediate attention to this matter.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:40','2026-03-11 18:34:40','a756e0bb-bc5d-4a74-ba9c-fd9dd1e30f9d'),
(41386,'Contact Form Submission',3190,41360,1,'Contact Form Submission from Kate Sosnowski','info@completecarewall.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarewall.com/contact\n\nNAME: Kate Sosnowski\n\nEMAIL: katesosnowski@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Wall [https://mycompletecare.com/completecarewall] \n\nMESSAGE: \nRe Nancy Nichols\n\nI am writing regarding my mother\'s bill. If there is one, can you send\nit to me for review?\n','<p><strong>Contact form submitted at:</strong> https://completecarewall.com/contact</p><p></p><p><strong>Name:</strong> Kate Sosnowski</p><p><strong>Email:</strong> katesosnowski@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarewall\">Wall</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Re Nancy Nichols<br />\n<br />\nI am writing regarding my mother\'s bill.  If there is one, can you send it to me for review?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:40','2026-03-11 18:34:40','c8201461-7ff0-493e-81bb-478ea440e3fc'),
(41387,'Contact Form Submission',3190,41361,1,'Contact Form Submission from michael Panzino','info@ccbayshore.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccbayshore.com/contact\n\nNAME: michael Panzino\n\nEMAIL: mikejp50@yahoo.com\n\nCOMPANY: 156448502\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Bayshore [https://mycompletecare.com/ccbayshore] \n\nMESSAGE: \nInterested in maintenance career. Phone # 732-787-4802.\n','<p><strong>Contact form submitted at:</strong> https://ccbayshore.com/contact</p><p></p><p><strong>Name:</strong> michael Panzino</p><p><strong>Email:</strong> mikejp50@yahoo.com</p><p><strong>Company:</strong> 156448502</p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbayshore\">Bayshore</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Interested in maintenance career. Phone # 732-787-4802.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:34:40','2026-03-11 18:34:40','6b88a468-9176-4b5b-b3e2-33ae7c8f23a4'),
(41397,'Careers Form Submission',3191,41391,2,'Careers Form Submission from Lisa Murphy','careers@ccridgewood.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccridgewood.com/careers\n\nNAME: Lisa Murphy\n\nEMAIL: lisamarie19799@aol.com\n\nPHONE: 262-734-4177\n\nFACILITY: \n\n 	* Ridgewood [https://mycompletecare.com/ccridgewood] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nPart Time LPN preferably 2nd shift\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccridgewood.com/careers</p><p></p><p><strong>Name:</strong> Lisa Murphy</p><p><strong>Email:</strong> lisamarie19799@aol.com</p><p><strong>Phone:</strong> 262-734-4177</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccridgewood\">Ridgewood</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Part Time LPN preferably 2nd shift \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"2a03:2880:f806:8::\",\"userAgent\":\"meta-externalagent\\/1.1 (+https:\\/\\/developers.facebook.com\\/docs\\/sharing\\/webmasters\\/crawler)\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-11 18:53:07','2026-03-11 18:53:07','6505142b-157b-45f8-b5f0-aa4a6c7b6f17'),
(43036,'Contact Form Submission',3190,41404,1,'Contact Form Submission from Margarita Acevedo','info@ccfairlawnedge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccfairlawnedge.com/contact\n\nNAME: Margarita Acevedo\n\nEMAIL: jessie5611@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nMESSAGE: \nHello, \nI need a complete copy of your polices and procedures. Including any\nand all information regarding finances for residents.\n','<p><strong>Contact form submitted at:</strong> https://ccfairlawnedge.com/contact</p><p></p><p><strong>Name:</strong> Margarita Acevedo</p><p><strong>Email:</strong> jessie5611@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, <br />\nI need a complete copy of your polices and procedures. Including any and all information regarding finances for residents. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:36:57','2026-03-16 15:36:57','7f687720-1499-485f-befd-f3536ca8cc8f'),
(43037,'Contact Form Submission',3190,41428,1,'Contact Form Submission from Jennifer Obrien','info@ccmarcella.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmarcella.com/contact\n\nNAME: Jennifer Obrien\n\nEMAIL: jennifer@dandyreviewaitools.com\n\nCOMPANY: GetDandy\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Marcella [https://mycompletecare.com/ccmarcella] \n\nMESSAGE: \nHi Complete Care at Marcella,\n\nI just tried messaging you from your Google Business Profile and\ncouldn\'t get through because you don’t have texting turned on. \nWant me to turn that on and install an AI Agent that chats with all\nvisitors and helps get them booked with you? \n\nI see your competitor doesn\'t have this turned on so it would for sure\nhelp you stand out. Let’s chat - grab a time on my calendar and\nI’ll show you: getdandy.com/texting-agent-meeting\n\nThank you,\n\nJennifer O\'Brien | Director of Operations\nGetDandy\ngetdandy.com/texting-agent-meeting\n','<p><strong>Contact form submitted at:</strong> https://ccmarcella.com/contact</p><p></p><p><strong>Name:</strong> Jennifer Obrien</p><p><strong>Email:</strong> jennifer@dandyreviewaitools.com</p><p><strong>Company:</strong> GetDandy</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmarcella\">Marcella</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Complete Care at Marcella,<br />\n<br />\nI just tried messaging you from your Google Business Profile and couldn\'t get through because you don’t have texting turned on. <br />\nWant me to turn that on and install an AI Agent that chats with all visitors and helps get them booked with you? <br />\n<br />\nI see your competitor doesn\'t have this turned on so it would for sure help you stand out. Let’s chat - grab a time on my calendar and I’ll show you: getdandy.com/texting-agent-meeting<br />\n<br />\n<br />\nThank you,<br />\n<br />\nJennifer O\'Brien | Director of Operations<br />\nGetDandy<br />\ngetdandy.com/texting-agent-meeting\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:36:57','2026-03-16 15:36:57','2dfc2a55-b850-4387-b13b-78560e9bcbdd'),
(43038,'Contact Form Submission',3190,41445,1,'Contact Form Submission from Joseph Fadairo','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Joseph Fadairo\n\nEMAIL: joexfad@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Green Knoll [https://mycompletecare.com/ccgreenknoll] \n\nMESSAGE: \nHow would I go about taking my father, a patient, out for a day? Is\nthis a service that Complete Care offers, or would I need to get a\nthird party? It should be noted that the location I want to take him\nto is about an hour and thirty minutes away.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Joseph Fadairo</p><p><strong>Email:</strong> joexfad@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgreenknoll\">Green Knoll</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            How would I go about taking my father, a patient, out for a day? Is this a service that Complete Care offers, or would I need to get a third party? It should be noted that the location I want to take him to is about an hour and thirty minutes away.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:36:57','2026-03-16 15:36:57','0765b934-34a5-43db-a4b3-2edad003a39b'),
(43039,'Contact Form Submission',3190,41453,1,'Contact Form Submission from Ted Garcia','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Ted Garcia\n\nEMAIL: garciaej012@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Summit Ridge [https://mycompletecare.com/ccsummitridge] \n\nMESSAGE: \nMy name is Ted and I offer guided paint sessions for senior\ncommunities. I’m reaching out to see if your residents might enjoy a\n90-minute paint party where each participant creates their own\npainting to keep. If you could forward my contact info to the\nactivities director I’d greatly appreciate it. Thank you!\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Ted Garcia</p><p><strong>Email:</strong> garciaej012@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My name is Ted and I offer guided paint sessions for senior communities. I’m reaching out to see if your residents might enjoy a 90-minute paint party where each participant creates their own painting to keep. If you could forward my contact info to the activities director I’d greatly appreciate it. Thank you!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:36:58','2026-03-16 15:36:58','005ecc0a-f07d-490c-9142-d41bcfaeb9d4'),
(43040,'Careers Form Submission',3191,41456,2,'Careers Form Submission from Elina Yzeiraj','careers@ccmeriden.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmeriden.com/careers\n\nNAME: Elina Yzeiraj\n\nEMAIL: vasilikalazri1@gmail.com\n\nPHONE: 4753217490\n\nFACILITY: \n\n 	* Meriden [https://mycompletecare.com/ccmeriden] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nHello, \n\nMy name is Elina Yzeiraj, and I am a high school student from Meriden,\nCT, and currently doing remote learning. I am very interested in\njoining Complete Care as a dietary aide or support team member. I am\nresponsible, Reliable, and a fast learner. I also have a lot of\nexperience with food, teamwork, communication, and customer service\nskills, as my family owns a business. I realized over time I love and\nenjoy working with people, especially those in need. I am excited to\nbring that energy to your residents and staff. I have open\navailability and am ready to start immediately. I am open to holidays.\nI would love the opportunity to work with your team and learn from\nyour experienced staff. Thank you so much for your time and patience.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmeriden.com/careers</p><p></p><p><strong>Name:</strong> Elina Yzeiraj</p><p><strong>Email:</strong> vasilikalazri1@gmail.com</p><p><strong>Phone:</strong> 4753217490</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmeriden\">Meriden</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello, <br />\n<br />\nMy name is Elina Yzeiraj, and I am a high school student from Meriden, CT, and currently doing remote learning. I am very interested in joining Complete Care as a dietary aide or support team member. I am responsible, Reliable, and a fast learner. I also have a lot of experience with food, teamwork, communication, and customer service skills, as my family owns a business. I realized over time I love and enjoy working with people, especially those in need. I am excited to bring that energy to your residents and staff. I have open availability and am ready to start immediately. I am open to holidays. I would love the opportunity to work with your team and learn from your experienced staff. Thank you so much for your time and patience.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:36:58','2026-03-16 15:36:58','cbe89365-d7a0-4f43-8e11-c2309723021c'),
(43041,'Careers Form Submission',3191,41459,2,'Careers Form Submission from Amelia','info@cccareage.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cccareage.com/careers\n\nNAME: Amelia\n\nEMAIL: amrigel1@gmail.com\n\nPHONE: 2628990171\n\nFACILITY: \n\n 	* Care Age [https://mycompletecare.com/cccareage] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI am looking for a CNA job this summer so I can get clinical hours for\nnursing school.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cccareage.com/careers</p><p></p><p><strong>Name:</strong> Amelia </p><p><strong>Email:</strong> amrigel1@gmail.com</p><p><strong>Phone:</strong> 2628990171</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccareage\">Care Age</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am looking for a CNA job this summer so I can get clinical hours for nursing school. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:36:58','2026-03-16 15:36:58','d588498e-a015-4d77-a374-681fc6164373'),
(43042,'Careers Form Submission',3191,41467,2,'Careers Form Submission from Elijah Michel','info@cchalescorners.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cchalescorners.com/careers\n\nNAME: Elijah Michel\n\nEMAIL: ElijahMichel2468@icloud.com\n\nPHONE: 4143911495\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHardworking and reliable Student transitioning into healthcare,\nbringing over 5 years of experience in\ncustomer facing roles requiring empathy, attention to detail, and\nteamwork. Currently working towards a\nnursing degree and seeking a CNA role to contribute to resident care\nwhile building clinical skills.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cchalescorners.com/careers</p><p></p><p><strong>Name:</strong> Elijah Michel</p><p><strong>Email:</strong> ElijahMichel2468@icloud.com</p><p><strong>Phone:</strong> 4143911495</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hardworking and reliable Student transitioning into healthcare, bringing over 5 years of experience in<br />\ncustomer facing roles requiring empathy, attention to detail, and teamwork. Currently working towards a<br />\nnursing degree and seeking a CNA role to contribute to resident care while building clinical skills.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:36:59','2026-03-16 15:36:59','282d1be5-61cf-4f89-8591-bd04aaff550a'),
(43043,'Contact Form Submission',3190,41533,1,'Contact Form Submission from Denise Lozada','info@ccatgreenacres.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: http://ccatgreenacres.com/contact\n\nNAME: Denise Lozada\n\nEMAIL: denise_lozada@cancersocietyofamerica.info\n\nCOMPANY: cancersocietyofamerica.info\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nMESSAGE: \nHi there, \n\nIt’s easy to slip into routines that quietly take a toll on both our\nmental and physical well-being. But with a little self-reflection,\nit’s possible to recognize those patterns and make intentional\nchanges for a healthier, more balanced life. \n\nI’d love to contribute an article to your website that focuses on\nbuilding a personal wellness plan — offering practical steps for\nbreaking unhealthy habits and embracing positive, lasting change. \n\nIf this sounds like something your readers would enjoy, I’d be glad\nto share the piece with you. Looking forward to your thoughts! \n\nThanks so much for your time!\nDenise Lozada\ndenise_lozada@cancersocietyofamerica.info \n\nP.S. If you\'re interested in a complimentary article on a different\ntopic from my original offer, feel free to reach out, and we can\nbrainstorm ideas together until we find one that resonates with you. I\nlike writing in a way that connects with real people while boosting\nyour site’s visibility through AI and search.\n','<p><strong>Contact form submitted at:</strong> http://ccatgreenacres.com/contact</p><p></p><p><strong>Name:</strong> Denise Lozada</p><p><strong>Email:</strong> denise_lozada@cancersocietyofamerica.info</p><p><strong>Company:</strong> cancersocietyofamerica.info</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi there,  <br />\n<br />\nIt’s easy to slip into routines that quietly take a toll on both our mental and physical well-being. But with a little self-reflection, it’s possible to recognize those patterns and make intentional changes for a healthier, more balanced life.  <br />\n<br />\nI’d love to contribute an article to your website that focuses on building a personal wellness plan — offering practical steps for breaking unhealthy habits and embracing positive, lasting change.  <br />\n<br />\nIf this sounds like something your readers would enjoy, I’d be glad to share the piece with you. Looking forward to your thoughts!  <br />\n<br />\nThanks so much for your time!<br />\nDenise Lozada<br />\ndenise_lozada@cancersocietyofamerica.info <br />\n<br />\n<br />\nP.S. If you\'re interested in a complimentary article on a different topic from my original offer, feel free to reach out, and we can brainstorm ideas together until we find one that resonates with you. I like writing in a way that connects with real people while boosting your site’s visibility through AI and search.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:36:59','2026-03-16 15:36:59','75a8bc2d-70ae-4016-9d35-5993d926f7e7'),
(43044,'Contact Form Submission',3190,41557,1,'Contact Form Submission from Jodi Lehner','info@ccregent.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccregent.com/contact\n\nNAME: Jodi Lehner\n\nEMAIL: jmlehner7@gmail.com\n\nCOMPANY: Personal inquiry\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Regent [https://mycompletecare.com/ccregent] \n\nMESSAGE: \nHello, I have emailed twice to no avail. I live in France; my dad\nlives in Englewood. I would like some information before I make the\nlong distance call. Thank you in advance\n\n-Admissions (to the facility on Polifly Road)\n-Memory Care\n-costs\n-Medicaid \n-etc.,\n\nAnd as I live in France and my 98 yo father lives in a facility in\nEnglewood, it would be best if this information could be transmitted\nby email before a long-distance telephone call (due to the time\ndifference). I will be happy to call you, but I’d like to know some\nbasics first. It is disappointing that this information cannot be\nfound on the website (apologies if it is there and I missed it). \n\nWhile my father is doing well, his memory is fading (he is aware of\nit), and it may be time for him to move to a memory care facility. \n\nAs an FYI, my mother spent a few years in your facility (before the\nname and apparent ownership change) in the early 2020s. She had\nAlzheimers, and we were very pleased with her care there (she died in\nthe facility from COVID in 2022). But it was a positive experience and\nthe staff and nursers were amazing.\n\n','<p><strong>Contact form submitted at:</strong> https://ccregent.com/contact</p><p></p><p><strong>Name:</strong> Jodi Lehner</p><p><strong>Email:</strong> jmlehner7@gmail.com</p><p><strong>Company:</strong> Personal inquiry</p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccregent\">Regent</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, I have emailed twice to no avail.  I live in France; my dad lives in Englewood.  I would like some information before I make the long distance call.  Thank you in advance<br />\n<br />\n-Admissions (to the facility on Polifly Road)<br />\n-Memory Care<br />\n-costs<br />\n-Medicaid <br />\n-etc.,<br />\n<br />\nAnd as I live in France and my 98 yo father lives in a facility in Englewood, it would be best if this information could be transmitted by email before a long-distance telephone call (due to the time difference).  I will be happy to call you, but I’d like to know some basics first.  It is disappointing that this information cannot be found on the website (apologies if it is there and I missed it). <br />\n<br />\nWhile my father is doing well, his memory is fading (he is aware of it), and it may be time for him to move to a memory care facility.  <br />\n<br />\nAs an FYI, my mother spent a few years in your facility (before the name and apparent ownership change) in the early 2020s.  She had Alzheimers, and we were very pleased with her care there (she died in the facility from COVID in 2022). But it was a positive experience and the staff and nursers were amazing.<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:36:59','2026-03-16 15:36:59','f8f21599-ba3c-41e7-bfa9-bf9c9b8ef540'),
(43045,'Volunteer Form Submission',3189,41558,3,'Volunteer Form Submission from Amonique Wynter','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Amonique Wynter\n\nEMAIL: amoniquewynter@icloud.com\n\nPHONE: 3478079563\n\nFACILITY:\n\n 	* Silver Lake [https://mycompletecare.com/ccsilverlake] \n\nMESSAGE:\nWilling to help crochet read talk love to help\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Amonique Wynter</p><p><strong>Email:</strong> amoniquewynter@icloud.com</p><p><strong>Phone:</strong> 3478079563</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsilverlake\">Silver Lake</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Willing to help crochet read talk love to help \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:36:59','2026-03-16 15:36:59','4039a3f9-0fc2-4e13-9b5b-8cfae560036a'),
(43046,'Contact Form Submission',3190,41561,1,'Contact Form Submission from Jennifer Obrien','info@completecarehillside.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarehillside.com/contact\n\nNAME: Jennifer Obrien\n\nEMAIL: jennifer@dandyreviewaitools.com\n\nCOMPANY: GetDandy\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nMESSAGE: \nHi Complete Care at Hillside,\n\nI just tried messaging you from your Google Business Profile and\ncouldn\'t get through because you don’t have texting turned on. \nWant me to turn that on and install an AI Agent that chats with all\nvisitors and helps get them booked with you? \n\nI see your competitor doesn\'t have this turned on so it would for sure\nhelp you stand out. Let’s chat - grab a time on my calendar and\nI’ll show you: getdandy.com/texting-agent-meeting\n\nThank you,\n\nJennifer O\'Brien | Director of Operations\nGetDandy\ngetdandy.com/texting-agent-meeting\n','<p><strong>Contact form submitted at:</strong> https://completecarehillside.com/contact</p><p></p><p><strong>Name:</strong> Jennifer Obrien</p><p><strong>Email:</strong> jennifer@dandyreviewaitools.com</p><p><strong>Company:</strong> GetDandy</p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Complete Care at Hillside,<br />\n<br />\nI just tried messaging you from your Google Business Profile and couldn\'t get through because you don’t have texting turned on. <br />\nWant me to turn that on and install an AI Agent that chats with all visitors and helps get them booked with you? <br />\n<br />\nI see your competitor doesn\'t have this turned on so it would for sure help you stand out. Let’s chat - grab a time on my calendar and I’ll show you: getdandy.com/texting-agent-meeting<br />\n<br />\n<br />\nThank you,<br />\n<br />\nJennifer O\'Brien | Director of Operations<br />\nGetDandy<br />\ngetdandy.com/texting-agent-meeting\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:00','2026-03-16 15:37:00','eb340a36-86d1-4904-b2ca-704365174bde'),
(43047,'Careers Form Submission',3191,41563,2,'Careers Form Submission from Tanya','careers@ccsummitridge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsummitridge.com/careers\n\nNAME: Tanya\n\nEMAIL: tanyamegan85@icloud.com\n\nPHONE: 3476059007\n\nFACILITY: \n\n 	* Summit Ridge [https://mycompletecare.com/ccsummitridge] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nGood morning I wanted to see if you have any openings . Hopefully I\nhere from you soon thank you , have a great day !\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsummitridge.com/careers</p><p></p><p><strong>Name:</strong> Tanya</p><p><strong>Email:</strong> tanyamegan85@icloud.com</p><p><strong>Phone:</strong> 3476059007</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Good morning I wanted to see if you have any openings . Hopefully I here from you soon thank you , have a great day !\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:00','2026-03-16 15:37:00','22b01dc0-1cfb-4b40-ac02-24a167d2ee5a'),
(43048,'Contact Form Submission',3190,41575,1,'Contact Form Submission from danielle silverstein','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: danielle silverstein\n\nEMAIL: dberling42@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Shrewsbury [https://mycompletecare.com/ccshrewsbury] \n\nMESSAGE: \nMy Uncle Anthony Herber Room 231.1 is having pain and numbness in his\nknee. He is asking to have the specialist to come today to assess . My\nnumber is 848-200-8376 TY\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> danielle silverstein</p><p><strong>Email:</strong> dberling42@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshrewsbury\">Shrewsbury</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My Uncle Anthony Herber Room 231.1 is having pain and numbness in his knee. He is asking to have the specialist to come today to assess . My number is 848-200-8376 TY \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:00','2026-03-16 15:37:00','ec1e7d0c-4454-45e1-955b-b93bd8eb906c'),
(43049,'Contact Form Submission',3190,41576,1,'Contact Form Submission from Tania','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Tania\n\nEMAIL: taniaah0421@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Regent [https://mycompletecare.com/ccregent] \n\nMESSAGE: \nHello,\n\nI am looking to confirm if you accept my aunts insurance see below.\n\nShe is an ALS patient on a trach/vent. Her DOB 1-1-1964\n\nShe is currently at Alaris health in Rochelle Park Nj. We’d like for\nher to be transferred here, please confirm the following \n1. If you accept her insurance- yes/no\n2. If you accept it, then what is the process to initiate the transfer\n3. Do you need a proxy directive for the patient? If needed, are you\nable to assist in creating one?\n\nThank you!\nTania \n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Tania</p><p><strong>Email:</strong> taniaah0421@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccregent\">Regent</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nI am looking to confirm if you accept my aunts insurance see below.<br />\n<br />\nShe is an ALS patient on a trach/vent. Her DOB 1-1-1964<br />\n<br />\nShe is currently at Alaris health in Rochelle Park Nj. We’d like for her to be transferred here, please confirm the following <br />\n1. If you accept her insurance- yes/no<br />\n2. If you accept it, then what is the process to initiate the transfer<br />\n3. Do you need a proxy directive for the patient? If needed, are you able to assist in creating one?<br />\n<br />\nThank you!<br />\nTania <br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:00','2026-03-16 15:37:00','9f092021-6a43-4da6-987e-0f8a3a88d242'),
(43050,'Contact Form Submission',3190,41577,1,'Contact Form Submission from Leo Lopez','info@ccgreenknoll.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccgreenknoll.com/contact\n\nNAME: Leo Lopez\n\nEMAIL: verify@theorsusgroup.com\n\nCOMPANY: The Orsus Group\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Green Knoll [https://mycompletecare.com/ccgreenknoll] \n\nMESSAGE: \nEMPLOYMENT VERIFICATION\n\nHello,\n\nPlease advise how we may verify employment for a current employee,\nreference #3589782. You can email us at verify@theorsusgroup.com or\ncall 248-530-3672. \n\nLeo Lopez\nBackground Check Specialist\nThe Orsus Group\n248-530-3672 office\n888-522-7931 fax\nverify@theorsusgroup.com\n\nCONFIDENTIALITY NOTICE: This email may contain confidential and\nprivileged material for the sole use of the intended recipient(s). Any\nreview, use, distribution or disclosure by others is strictly\nprohibited. If you have received this communication in error, please\nnotify the sender immediately by email and delete the message and any\nfile attachments from your computer. Thank you.\n\n','<p><strong>Contact form submitted at:</strong> https://ccgreenknoll.com/contact</p><p></p><p><strong>Name:</strong> Leo Lopez</p><p><strong>Email:</strong> verify@theorsusgroup.com</p><p><strong>Company:</strong> The Orsus Group</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgreenknoll\">Green Knoll</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            EMPLOYMENT VERIFICATION<br />\n<br />\nHello,<br />\n <br />\nPlease advise how we may verify employment for a current employee, reference #3589782.  You can email us at verify@theorsusgroup.com or call 248-530-3672.  <br />\n <br />\nLeo Lopez<br />\nBackground Check Specialist<br />\nThe Orsus Group<br />\n248-530-3672 office<br />\n888-522-7931 fax<br />\nverify@theorsusgroup.com<br />\n <br />\nCONFIDENTIALITY NOTICE:  This email may contain confidential and privileged material for the sole use of the intended recipient(s).  Any review, use, distribution or disclosure by others is strictly prohibited.  If you have received this communication in error, please notify the sender immediately by email and delete the message and any file attachments from your computer.  Thank you.<br />\n<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:01','2026-03-16 15:37:01','a3afc7b9-f6f8-495a-863c-3e538dfdead6'),
(43051,'Contact Form Submission',3190,41579,1,'Contact Form Submission from Joanne Tobia','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Joanne Tobia\n\nEMAIL: joannetobia@gmail.com\n\nCOMPANY: Rider University\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\nMESSAGE: \nGood morning. I came across your job posting for a part time\nreceptionist in Burlington. From the post it appears you are looking\nfor weekdays from 4-8 as well as every other weekend.\n\nAs I am currently employed full time as an Administrative Specialist\nin the Rider University Student Health Services department, I am\nlooking for weekend part time employment to supplement my current\nincome.\n\nIf you every have the need for weekends only, please keep me in mind\nas I am confident my qualifications would be sufficient for this\nposition.\n\nThank you for your time.\n\nJoanne Tobia\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Joanne Tobia</p><p><strong>Email:</strong> joannetobia@gmail.com</p><p><strong>Company:</strong> Rider University</p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Good morning.  I came across your job posting for a part time receptionist in Burlington.  From the post it appears you are looking for weekdays from 4-8 as well as every other weekend.<br />\n<br />\nAs I am currently employed full time as an Administrative Specialist in the Rider University Student Health Services department, I am looking for weekend part time employment to supplement my current income.<br />\n<br />\nIf you every have the need for weekends only, please keep me in mind as I am confident my qualifications would be sufficient for this position.<br />\n<br />\nThank you for your time.<br />\n<br />\nJoanne Tobia\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:01','2026-03-16 15:37:01','c0b5cb32-f8bb-498a-b668-cd1107a73cb8'),
(43052,'Careers Form Submission',3191,41581,2,'Careers Form Submission from Michael Louch','careers@completecarewall.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarewall.com/careers\n\nNAME: Michael Louch\n\nEMAIL: Winnielane100@gmail.com\n\nPHONE: 7329531656\n\nFACILITY: \n\n 	* Wall [https://mycompletecare.com/completecarewall] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nI\'m a hard worker willing to give you my best effort\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarewall.com/careers</p><p></p><p><strong>Name:</strong> Michael Louch</p><p><strong>Email:</strong> Winnielane100@gmail.com</p><p><strong>Phone:</strong> 7329531656</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarewall\">Wall</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I\'m a hard worker willing to give you my best effort \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:01','2026-03-16 15:37:01','0d48eba7-5916-48ba-b11b-af06e43229dd'),
(43053,'Contact Form Submission',3190,41598,1,'Contact Form Submission from Jonathan Guevara Bautista','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Jonathan Guevara Bautista\n\nEMAIL: jonathan32656@student.passaicschools.org\n\nCOMPANY: Passaic Academy for Science and Engineering\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Chestnut Hill [https://mycompletecare.com/ccchestnuthill] \n\nMESSAGE: \nWe are making a school project about helping the elderly and we want\nto support them and make them do different activity such as gardening,\nplaying bingo and chess that would hopefully make them enjoy the time\nthat they spent. Please contact me or a person that also reached out\nfrom our group about this, Thank you for time.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Jonathan Guevara Bautista</p><p><strong>Email:</strong> jonathan32656@student.passaicschools.org</p><p><strong>Company:</strong> Passaic Academy for Science and Engineering</p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchestnuthill\">Chestnut Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            We are making a school project about helping the elderly and we want to support them and make them do different activity such as gardening, playing bingo and chess  that would hopefully make them enjoy the time that they spent. Please contact me or a person that also reached out from our group about this, Thank you for time.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:01','2026-03-16 15:37:01','47ae30b2-a480-4a4a-9f36-b80a1d0e991a'),
(43054,'Contact Form Submission',3190,41608,1,'Contact Form Submission from Vitoria Glover','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Vitoria Glover\n\nEMAIL: victorialpg@yahoo.com\n\nCOMPANY: Fresh Start Assisted Living Care\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Severna Park [https://mycompletecare.com/ccsevernapark] \n\nMESSAGE: \nHello, I work in community partnership and outreach with Fresh Start\nAssisted Living Care. I’m intentionally connecting with community\npartners who support our senior and disabled community: Social\nWorkers, Care/Case Management teams, and unit nurses handling\ndischarge planning. \n\nFresh Start is a long-term care facility that provides care for those\nwith all levels of dementia, Alzheimer’s, and physical and mental\ndisabilities. \n\nWe currently have 9 beds available for immediate occupancy, with\nprivate pay and Medicaid-approved options available.\n\nI viewed your website and I believe we could support each other. \n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Vitoria Glover</p><p><strong>Email:</strong> victorialpg@yahoo.com</p><p><strong>Company:</strong> Fresh Start Assisted Living Care</p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsevernapark\">Severna Park</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, I work in community partnership and outreach with Fresh Start Assisted Living Care. I’m intentionally connecting with community partners who support our senior and disabled community: Social Workers, Care/Case Management teams, and unit nurses handling discharge planning. <br />\n<br />\nFresh Start is a long-term care facility that provides care for those with all levels of dementia, Alzheimer’s, and physical and mental disabilities. <br />\n<br />\n We currently have 9 beds available for immediate occupancy, with private pay and Medicaid-approved options available.<br />\n<br />\nI viewed your website and I believe we could support each other. <br />\n<br />\n <br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:02','2026-03-16 15:37:02','73030785-454e-4438-9e5c-6adacf6e1030'),
(43055,'Careers Form Submission',3191,41609,2,'Careers Form Submission from Megan Kozyra','careers@ccharringtoncourt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccharringtoncourt.com/careers\n\nNAME: Megan Kozyra\n\nEMAIL: megan.kozyra@uri.edu\n\nPHONE: 860-942-0606\n\nFACILITY: \n\n 	* Harrington Court [https://mycompletecare.com/ccharringtoncourt] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in the possibility of a Clinical\nFellow Speech-Language Pathologist position at Complete Care at\nHarrington Court. As a soon-to-be graduate in Speech-Language\nPathology, I am eager to begin my Clinical Fellowship in a setting\nthat values compassionate care, interdisciplinary collaboration, and\nevidence-based rehabilitation.\n\nDuring my graduate training, I gained clinical experience evaluating\nand treating adults with speech, language, cognitive-communication,\nand swallowing disorders across medical and school settings. My\nexternships provided hands-on experience conducting assessments,\ndeveloping individualized treatment plans, and implementing therapy\nfocused on improving functional communication and safe swallowing. I\nalso collaborated closely with interdisciplinary teams to support\npatients’ recovery and overall quality of life.\n\nI am particularly drawn to Complete Care at Harrington Court’s\ncommitment to patient-centered rehabilitation and its supportive care\nenvironment. I am excited about the opportunity to grow as a clinician\nunder experienced mentorship while providing meaningful therapy that\nhelps residents regain independence and maintain dignity in their\ndaily lives.\n\nI bring strong clinical foundations, compassion for the populations we\nserve, and a strong desire to continue learning and developing my\nskills as a Speech-Language Pathologist. I would be honored to\ncomplete my Clinical Fellowship with your team and contribute to the\nexceptional care provided to your residents.\n\nThank you for your time and consideration. I look forward to the\nopportunity to further discuss how my training, dedication, and\nenthusiasm can support the mission of Complete Care at Harrington\nCourt.\n\nSincerely,\nMegan Kozyra, \n860-942-0606\nmegan.kozyra@uri.edu\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccharringtoncourt.com/careers</p><p></p><p><strong>Name:</strong> Megan Kozyra</p><p><strong>Email:</strong> megan.kozyra@uri.edu</p><p><strong>Phone:</strong> 860-942-0606</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharringtoncourt\">Harrington Court</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in the possibility of a Clinical Fellow Speech-Language Pathologist position at Complete Care at Harrington Court. As a soon-to-be graduate in Speech-Language Pathology, I am eager to begin my Clinical Fellowship in a setting that values compassionate care, interdisciplinary collaboration, and evidence-based rehabilitation.<br />\n<br />\nDuring my graduate training, I gained clinical experience evaluating and treating adults with speech, language, cognitive-communication, and swallowing disorders across medical and school settings. My externships provided hands-on experience conducting assessments, developing individualized treatment plans, and implementing therapy focused on improving functional communication and safe swallowing. I also collaborated closely with interdisciplinary teams to support patients’ recovery and overall quality of life.<br />\n<br />\nI am particularly drawn to Complete Care at Harrington Court’s commitment to patient-centered rehabilitation and its supportive care environment. I am excited about the opportunity to grow as a clinician under experienced mentorship while providing meaningful therapy that helps residents regain independence and maintain dignity in their daily lives.<br />\n<br />\nI bring strong clinical foundations, compassion for the populations we serve, and a strong desire to continue learning and developing my skills as a Speech-Language Pathologist. I would be honored to complete my Clinical Fellowship with your team and contribute to the exceptional care provided to your residents.<br />\n<br />\nThank you for your time and consideration. I look forward to the opportunity to further discuss how my training, dedication, and enthusiasm can support the mission of Complete Care at Harrington Court.<br />\n<br />\nSincerely,<br />\nMegan Kozyra, <br />\n860-942-0606<br />\nmegan.kozyra@uri.edu<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:02','2026-03-16 15:37:02','18492246-7f34-419d-b7de-eb3feca5b8c8'),
(43056,'Contact Form Submission',3190,41611,1,'Contact Form Submission from MADELEINE JOLIBOIS','info@ccmargatepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT:\nhttps://mycompletecare.com/ccmargatepark/contact\n\nNAME: MADELEINE JOLIBOIS\n\nEMAIL: macejolibois10@gmail.com\n\nCOMPANY: COMPLETE CARE MARGATE PARK\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Margate Park [https://mycompletecare.com/ccmargatepark] \n\nMESSAGE: \nCould you please send email me my w2 form.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/ccmargatepark/contact</p><p></p><p><strong>Name:</strong> MADELEINE JOLIBOIS</p><p><strong>Email:</strong> macejolibois10@gmail.com</p><p><strong>Company:</strong> COMPLETE CARE MARGATE PARK</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmargatepark\">Margate Park</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Could you please send email me my w2 form.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:02','2026-03-16 15:37:02','92b26770-d155-4d90-b373-55b3401cf8c4'),
(43057,'Contact Form Submission',3190,41614,1,'Contact Form Submission from Nathan Hacett','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Nathan Hacett\n\nEMAIL: nhmsovla@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nMESSAGE: \nMy father may be in need of long term nursing, or perhaps palliative\ncare. Do you take Medicaid, or Medicaid pending patients/residents\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Nathan Hacett</p><p><strong>Email:</strong> nhmsovla@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My father may be in need of long term nursing, or perhaps palliative care. Do you take Medicaid, or Medicaid pending patients/residents \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:03','2026-03-16 15:37:03','b908b19c-ddc4-4787-aeb9-7859ac74d1f8'),
(43058,'Careers Form Submission',3191,41620,2,'Careers Form Submission from Filomena Andrickson','careers@ccsummitridge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsummitridge.com/careers\n\nNAME: Filomena Andrickson\n\nEMAIL: f.andrickson23@yahoo.com\n\nPHONE: 973-617-0598\n\nFACILITY: \n\n 	* Summit Ridge [https://mycompletecare.com/ccsummitridge] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nGood Afternoon,\nI am inquiring for an LPN position within your facility 7-3 shift part\ntime.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsummitridge.com/careers</p><p></p><p><strong>Name:</strong> Filomena Andrickson</p><p><strong>Email:</strong> f.andrickson23@yahoo.com</p><p><strong>Phone:</strong> 973-617-0598</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Good Afternoon,<br />\nI am inquiring for an LPN position within your facility 7-3 shift part time.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:03','2026-03-16 15:37:03','5fc53ba0-d217-4acb-bc13-57b576287293'),
(43059,'Careers Form Submission',3191,41622,2,'Careers Form Submission from tamerrin oneill','careers@cclehigh.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cclehigh.com/careers\n\nNAME: tamerrin oneill\n\nEMAIL: tamerrin16@gmail.com\n\nPHONE: 14843749312\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHello, my name is Tamerrin Oneill and will be a new Grad LPN form\nLincoln tech Allentown in May 2026. I\'m interested in seeing if you\nhave any hiring opportunities!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cclehigh.com/careers</p><p></p><p><strong>Name:</strong> tamerrin oneill</p><p><strong>Email:</strong> tamerrin16@gmail.com</p><p><strong>Phone:</strong> 14843749312</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello, my name is Tamerrin Oneill and will be a new Grad LPN form Lincoln tech Allentown in May 2026. I\'m interested in seeing if you have any hiring opportunities!\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:03','2026-03-16 15:37:03','63952e2f-1607-4c3f-bbf4-877ccb1b1774'),
(43060,'Careers Form Submission',3191,41626,2,'Careers Form Submission from joey robinson','careers@ccfoxhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccfoxhill.com/careers\n\nNAME: joey robinson\n\nEMAIL: jhonlance81@gmail.com\n\nPHONE: 9592465099\n\nFACILITY: \n\n 	* Fox Hill [https://mycompletecare.com/ccfoxhill] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\napplying for employment\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccfoxhill.com/careers</p><p></p><p><strong>Name:</strong> joey robinson </p><p><strong>Email:</strong> jhonlance81@gmail.com</p><p><strong>Phone:</strong> 9592465099</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfoxhill\">Fox Hill</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            <br />\napplying for employment \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:03','2026-03-16 15:37:03','07cabda8-e35c-4913-9c6e-93d4ddfe74b4'),
(43061,'Careers Form Submission',3191,41628,2,'Careers Form Submission from Tanisha Tramel Mills','careers@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccglendalewest.com/careers\n\nNAME: Tanisha Tramel Mills\n\nEMAIL: tantra414@aol.com\n\nPHONE: 4143646289\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHello I seen the cna position on indeed but It wouldn’t let me apply\nso I am sending my resume.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccglendalewest.com/careers</p><p></p><p><strong>Name:</strong> Tanisha Tramel Mills</p><p><strong>Email:</strong> tantra414@aol.com</p><p><strong>Phone:</strong> 4143646289</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello I seen the cna position on indeed but It wouldn’t let me apply so I am sending my resume.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:04','2026-03-16 15:37:04','4a167e6b-11f4-410f-aa63-c02d43cf465a'),
(43062,'Careers Form Submission',3191,41632,2,'Careers Form Submission from joey robinson','careers@ccfoxhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccfoxhill.com/careers\n\nNAME: joey robinson\n\nEMAIL: jhonlance81@gmail.com\n\nPHONE: 9592465099\n\nFACILITY: \n\n 	* Fox Hill [https://mycompletecare.com/ccfoxhill] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\ni’m applying for employment part time fool time i’m open to both\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccfoxhill.com/careers</p><p></p><p><strong>Name:</strong> joey robinson</p><p><strong>Email:</strong> jhonlance81@gmail.com</p><p><strong>Phone:</strong> 9592465099</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfoxhill\">Fox Hill</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            i’m applying for employment part time fool time i’m open to  both\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:04','2026-03-16 15:37:04','d2e70ce6-cf2d-4665-a02b-6c825e94f32c'),
(43063,'Volunteer Form Submission',3189,41643,3,'Volunteer Form Submission from Sofia Jara','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Sofia Jara\n\nEMAIL: sofiajara1804@gmail.com\n\nPHONE: 201-238-7339\n\nFACILITY:\n\n 	* Harborage [https://mycompletecare.com/ccharborage] \n\nMESSAGE:\nHi! I would love to know what are the next steps to take in order to\nstart volunteering.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Sofia Jara</p><p><strong>Email:</strong> sofiajara1804@gmail.com</p><p><strong>Phone:</strong> 201-238-7339</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharborage\">Harborage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Hi! I would love to know what are the next steps to take in order to start volunteering.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:04','2026-03-16 15:37:04','d08850de-8f3d-42e5-9d63-2f3d09e1c3ae'),
(43064,'Contact Form Submission',3190,41788,1,'Contact Form Submission from Jeff clark','info@ccmeriden.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmeriden.com/contact\n\nNAME: Jeff clark\n\nEMAIL: jeffclark03@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Meriden [https://mycompletecare.com/ccmeriden] \n\nMESSAGE: \nI am looking for a facility for my mother. She is 87 and does suffer\nfrom dementia issues. She does have insurance, and Social Security. I\nwould like to know what care your facility can offer her. \n\nJeff Clark (203) 213-5951\n','<p><strong>Contact form submitted at:</strong> https://ccmeriden.com/contact</p><p></p><p><strong>Name:</strong> Jeff clark</p><p><strong>Email:</strong> jeffclark03@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmeriden\">Meriden</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am looking for a facility for my mother.  She is 87 and does suffer from dementia issues.  She does have insurance, and Social Security.  I would like to know what care your facility can offer her.  <br />\n<br />\nJeff Clark (203) 213-5951\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:05','2026-03-16 15:37:05','10f623a4-9f30-4281-a200-2d684c800013'),
(43065,'Careers Form Submission',3191,41804,2,'Careers Form Submission from Jimmie Davis','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Jimmie Davis\n\nEMAIL: jhaimeesummers@gmail.com\n\nPHONE: 973-914-8130\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* HR / Staffing \n 	* Nursing \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nlooking for a job paterson location\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Jimmie Davis</p><p><strong>Email:</strong> jhaimeesummers@gmail.com</p><p><strong>Phone:</strong> 973-914-8130</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            looking for a job  paterson location \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:05','2026-03-16 15:37:05','fa79c9c2-fa76-4a9b-a04a-636551aaa343'),
(43066,'Contact Form Submission',3190,41904,1,'Contact Form Submission from Finley Gilland','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Finley Gilland\n\nEMAIL: fin7gill@outlook.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nMESSAGE: \nMy name is Finley Gilland, and I am writing this email to inquire\nabout any potential opportunities to work/train as a medical assistant\nat your clinic. I am planning on pursuing a career as a Physician\nAssistant and looking to gain clinical patient care experience. I\ncurrently do not have any licenses or certifications, but I am a very\nfast learner, have a passion for healthcare, and aim at providing\npatients with the best care possible. I am a very reliable and\nhardworking individual who would be extremely grateful for the\nopportunity to help your team in any way, along with completing any\non-the-job-training if available. \nIf there are any openings for a medical assistant at your clinic, I\nwould greatly appreciate the opportunity to speak with you. I would be\nhappy to provide a copy of my resume and any additional information if\nneeded. Thank you very much for your time and consideration!\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Finley Gilland</p><p><strong>Email:</strong> fin7gill@outlook.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My name is Finley Gilland, and I am writing this email to inquire about any potential opportunities to work/train as a medical assistant at your clinic. I am planning on pursuing a career as a Physician Assistant and looking to gain clinical patient care experience. I currently do not have any licenses or certifications, but I am a very fast learner, have a passion for healthcare, and aim at providing patients with the best care possible. I am a very reliable and hardworking individual who would be extremely grateful for the opportunity to help your team in any way, along with completing any on-the-job-training if available. <br />\n                If there are any openings for a medical assistant at your clinic, I would greatly appreciate the opportunity to speak with you. I would be happy to provide a copy of my resume and any additional information if needed. Thank you very much for your time and consideration!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:05','2026-03-16 15:37:05','177e83be-8659-44dd-8e29-11c9fd27918f'),
(43067,'Contact Form Submission',3190,41905,1,'Contact Form Submission from Jennifer Martin','info@ccarbors.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccarbors.com/contact\n\nNAME: Jennifer Martin\n\nEMAIL: angconjam@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \nHi! I’m trying to find a safe and secure environment to move my mom\nto that has memory care. She is currently staying with me. She can no\nlonger live independently as she has wandered off twice from the\napartment that she was living in. Please let me know if you have the\nfacilities to take care of her. Thank you\n','<p><strong>Contact form submitted at:</strong> https://ccarbors.com/contact</p><p></p><p><strong>Name:</strong> Jennifer Martin</p><p><strong>Email:</strong> angconjam@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi! I’m trying to find a safe and secure environment to move my mom to that has memory care. She is currently staying with me. She can no longer live independently as she has wandered off twice from the apartment that she was living in. Please let me know if you have the facilities to take care of her. Thank you\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:05','2026-03-16 15:37:05','0abd381b-f3b6-4b3e-8918-78b427fc133a'),
(43068,'Careers Form Submission',3191,41923,2,'Careers Form Submission from Brooke Chiusano','careers@completecarebarnhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarebarnhill.com/careers\n\nNAME: Brooke Chiusano\n\nEMAIL: brookeschiusano@gmail.com\n\nPHONE: 18623544520\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nHi. My name is Brooke Chiusano. I am looking for work during school\nhours 9-3. I have my masters degree in clinical counseling and\nbachelors in psychology. I would be interested in helping with\nrecreation activities, administration and can adapt and do several\ndifferent things at once during the day. I love getting to know people\nand making people’s lives happier.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarebarnhill.com/careers</p><p></p><p><strong>Name:</strong> Brooke Chiusano</p><p><strong>Email:</strong> brookeschiusano@gmail.com</p><p><strong>Phone:</strong> 18623544520</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi. My name is Brooke Chiusano. I am looking for work during school hours 9-3. I have my masters degree in clinical counseling and bachelors in psychology. I would be interested in helping with recreation activities, administration and can adapt and do several different things at once during the day. I love getting to know people and making people’s lives happier. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:06','2026-03-16 15:37:06','b9231eac-556c-40af-94e3-0956c80f00e1'),
(43069,'Contact Form Submission',3190,41925,1,'Contact Form Submission from Jeffrey D Lundy','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Jeffrey D Lundy\n\nEMAIL: jlundy11@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\nMESSAGE: \nI am worried about my daughter care at one of your facilities. I\ntalked to the manager and he reassured me that he would take care of\nour concerns. The main one was my daughter has a cater and need a\nbedpan to have a BM. This is so important because she has had many\nmajor infections (life and death). For two days she has pushed Call\nbutton and waited and no one came. This is on the night shift. She has\nstarted calling the facility phone to ask for assistance and they stop\nanswering or have hung up on her. She is angry but that is no reason\nto not provide service. After last night of the manager assuring me he\nwould take care of it. Today, He just left my daughter\'s room where i\nunderstand he told her they have by law up to two hours to check on\nher and fecal matter on her would not cause infections? I would like\nto talk to someone about this response and make sure this CompleteCare\nattitude.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Jeffrey D Lundy</p><p><strong>Email:</strong> jlundy11@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            I am worried about my daughter care at one of your facilities.  I talked to the   manager and he reassured me that he would take care of our concerns.  The main one was my daughter has a cater and need a bedpan to have a BM.  This is so important because she has had many major infections (life and death).  For two days she has pushed Call button and waited and no one came.  This is on the night shift.  She has started calling the facility phone  to ask for assistance and they stop answering or have hung up on her.  She is angry but that is no reason to not provide service.  After last night of the manager assuring me he would take care of it.   Today, He just left my daughter\'s room where i understand he told her they have by law up to two hours to check on her and fecal matter on her would not cause infections?  I would like to talk to someone about this response and make sure this CompleteCare attitude.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:06','2026-03-16 15:37:06','beaa551d-a62e-4031-91be-7cdbd6029b29'),
(43070,'Contact Form Submission',3190,41937,1,'Contact Form Submission from Rhonda King','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rhonda King\n\nEMAIL: Rhonda28@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Corsica Hills [https://mycompletecare.com/cccorsicahills] \n\nMESSAGE: \nIs there currently a waitlist for Admission at this location?\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rhonda King</p><p><strong>Email:</strong> Rhonda28@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccorsicahills\">Corsica Hills</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Is there currently a waitlist for Admission at this location?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:06','2026-03-16 15:37:06','e7e4081a-9e29-48c9-9cb6-e2d612d6282b'),
(43071,'Careers Form Submission',3191,41954,2,'Careers Form Submission from Crystal Jefferson','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Crystal Jefferson\n\nEMAIL: loveandhappiness2022@icloud.com\n\nPHONE: 9204757389\n\nFACILITY: \n\n 	* Manitowoc [https://mycompletecare.com/ccmanitowoc] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nNone\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Crystal Jefferson </p><p><strong>Email:</strong> loveandhappiness2022@icloud.com</p><p><strong>Phone:</strong> 9204757389</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmanitowoc\">Manitowoc</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            None\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:06','2026-03-16 15:37:06','b392fe77-d046-44de-9200-82e425403cf5'),
(43072,'Careers Form Submission',3191,41970,2,'Careers Form Submission from Jessica Lepre','careers@ccatgreenacres.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccatgreenacres.com/careers\n\nNAME: Jessica Lepre\n\nEMAIL: Jlepre1981@gmail.com\n\nPHONE: 732-788-4188\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n\nMESSAGE/ COVER LETTER:\n\nI did email my resume to Kathy yesterday\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccatgreenacres.com/careers</p><p></p><p><strong>Name:</strong> Jessica Lepre </p><p><strong>Email:</strong> Jlepre1981@gmail.com</p><p><strong>Phone:</strong> 732-788-4188</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I did email my resume to Kathy yesterday \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:07','2026-03-16 15:37:07','bad5f123-f2cd-4795-a794-e42427b6e047'),
(43073,'Contact Form Submission',3190,41973,1,'Contact Form Submission from Eric Clark','info@completecarehillside.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarehillside.com/contact\n\nNAME: Eric Clark\n\nEMAIL: ericclark@proonlinepages.com\n\nCOMPANY: Pro Online Pages\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nMESSAGE: \nWikipedia is one of the most trusted and visible platforms online. A\nproperly structured, policy-compliant Wikipedia page for yourself or\nyour company can strengthen credibility and enhance your brand\npresence.\n\nIf you’d like to explore whether you qualify and learn more about\nthe process, simply reply to this email and I’ll share the details.\n\nBest regards,\n\nEric Clark\nSales Executive\nPro Online Pages\nericclark@proonlinepages.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://completecarehillside.com/contact</p><p></p><p><strong>Name:</strong> Eric Clark</p><p><strong>Email:</strong> ericclark@proonlinepages.com</p><p><strong>Company:</strong> Pro Online Pages</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.<br />\n <br />\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.<br />\n <br />\nBest regards,<br />\n<br />\nEric Clark<br />\nSales Executive<br />\nPro Online Pages<br />\nericclark@proonlinepages.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:07','2026-03-16 15:37:07','abb7ccb7-1069-4a56-a843-a3104a8b0d5a'),
(43074,'Careers Form Submission',3191,42006,2,'Careers Form Submission from Martha Aguilar','careers@ccharborage.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccharborage.com/careers\n\nNAME: Martha Aguilar\n\nEMAIL: miaguilar34@gmail.com\n\nPHONE: 19732230970\n\nFACILITY: \n\n 	* Harborage [https://mycompletecare.com/ccharborage] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Admissions / Marketing \n\nMESSAGE/ COVER LETTER:\n\nHi, \nI am excited to express my interest in joining your team. with\nextensive experience spanning both business office and admissions, I\nam confident in my ability to make a meaningful contribution. thank\nyou for your time and consideration in reviewing my resume.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccharborage.com/careers</p><p></p><p><strong>Name:</strong> Martha Aguilar</p><p><strong>Email:</strong> miaguilar34@gmail.com</p><p><strong>Phone:</strong> 19732230970</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharborage\">Harborage</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi, <br />\nI am excited to express my interest in joining your team.  with extensive experience spanning both business office and admissions, I am confident in my ability to make a meaningful contribution.  thank you for your time and consideration in reviewing my resume.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:07','2026-03-16 15:37:07','b6423892-df27-4ae7-b303-5b6d73283992'),
(43075,'Contact Form Submission',3190,42008,1,'Contact Form Submission from Eric Clark','info@ccparkplace.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccparkplace.com/contact\n\nNAME: Eric Clark\n\nEMAIL: ericclark@proonlinepages.com\n\nCOMPANY: Pro Online Pages\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Park Place [https://mycompletecare.com/ccparkplace] \n\nMESSAGE: \nWikipedia is one of the most trusted and visible platforms online. A\nproperly structured, policy-compliant Wikipedia page for yourself or\nyour company can strengthen credibility and enhance your brand\npresence.\n\nIf you’d like to explore whether you qualify and learn more about\nthe process, simply reply to this email and I’ll share the details.\n\nBest regards,\n\nEric Clark\nSales Executive\nPro Online Pages\nericclark@proonlinepages.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://ccparkplace.com/contact</p><p></p><p><strong>Name:</strong> Eric Clark</p><p><strong>Email:</strong> ericclark@proonlinepages.com</p><p><strong>Company:</strong> Pro Online Pages</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccparkplace\">Park Place</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.<br />\n <br />\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.<br />\n <br />\nBest regards,<br />\n<br />\nEric Clark<br />\nSales Executive<br />\nPro Online Pages<br />\nericclark@proonlinepages.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:07','2026-03-16 15:37:07','dc221f0d-2743-492a-9182-a3e7f7100732'),
(43076,'Contact Form Submission',3190,42009,1,'Contact Form Submission from Eric Clark','info@completecarebarnhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarebarnhill.com/contact\n\nNAME: Eric Clark\n\nEMAIL: ericclark@proonlinepages.com\n\nCOMPANY: Pro Online Pages\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nMESSAGE: \nWikipedia is one of the most trusted and visible platforms online. A\nproperly structured, policy-compliant Wikipedia page for yourself or\nyour company can strengthen credibility and enhance your brand\npresence.\n\nIf you’d like to explore whether you qualify and learn more about\nthe process, simply reply to this email and I’ll share the details.\n\nBest regards,\n\nEric Clark\nSales Executive\nPro Online Pages\nericclark@proonlinepages.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://completecarebarnhill.com/contact</p><p></p><p><strong>Name:</strong> Eric Clark</p><p><strong>Email:</strong> ericclark@proonlinepages.com</p><p><strong>Company:</strong> Pro Online Pages</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.<br />\n <br />\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.<br />\n <br />\nBest regards,<br />\n<br />\nEric Clark<br />\nSales Executive<br />\nPro Online Pages<br />\nericclark@proonlinepages.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:08','2026-03-16 15:37:08','b219dfd8-75a2-40c9-ba38-aede8dad1ade'),
(43077,'Contact Form Submission',3190,42010,1,'Contact Form Submission from Eric Clark','info@cckressonview.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cckressonview.com/contact\n\nNAME: Eric Clark\n\nEMAIL: ericclark@proonlinepages.com\n\nCOMPANY: Pro Online Pages\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Kresson View [https://mycompletecare.com/cckressonview] \n\nMESSAGE: \nWikipedia is one of the most trusted and visible platforms online. A\nproperly structured, policy-compliant Wikipedia page for yourself or\nyour company can strengthen credibility and enhance your brand\npresence.\n\nIf you’d like to explore whether you qualify and learn more about\nthe process, simply reply to this email and I’ll share the details.\n\nBest regards,\n\nEric Clark\nSales Executive\nPro Online Pages\nericclark@proonlinepages.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://cckressonview.com/contact</p><p></p><p><strong>Name:</strong> Eric Clark</p><p><strong>Email:</strong> ericclark@proonlinepages.com</p><p><strong>Company:</strong> Pro Online Pages</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cckressonview\">Kresson View</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.<br />\n <br />\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.<br />\n <br />\nBest regards,<br />\n<br />\nEric Clark<br />\nSales Executive<br />\nPro Online Pages<br />\nericclark@proonlinepages.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:08','2026-03-16 15:37:08','dc321e69-0c9d-4c4b-a085-680ea8253b5b'),
(43078,'Contact Form Submission',3190,42011,1,'Contact Form Submission from Eric Clark','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Eric Clark\n\nEMAIL: ericclark@proonlinepages.com\n\nCOMPANY: Pro Online Pages\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Cedar Grove [https://mycompletecare.com/cccedargrove] \n\nMESSAGE: \nWikipedia is one of the most trusted and visible platforms online. A\nproperly structured, policy-compliant Wikipedia page for yourself or\nyour company can strengthen credibility and enhance your brand\npresence.\n\nIf you’d like to explore whether you qualify and learn more about\nthe process, simply reply to this email and I’ll share the details.\n\nBest regards,\n\nEric Clark\nSales Executive\nPro Online Pages\nericclark@proonlinepages.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Eric Clark</p><p><strong>Email:</strong> ericclark@proonlinepages.com</p><p><strong>Company:</strong> Pro Online Pages</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccedargrove\">Cedar Grove</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.<br />\n <br />\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.<br />\n <br />\nBest regards,<br />\n<br />\nEric Clark<br />\nSales Executive<br />\nPro Online Pages<br />\nericclark@proonlinepages.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:08','2026-03-16 15:37:08','22e19015-0656-4ad9-8b71-3fe1f6a9f391'),
(43079,'Contact Form Submission',3190,42021,1,'Contact Form Submission from Eric Clark','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Eric Clark\n\nEMAIL: ericclark@proonlinepages.com\n\nCOMPANY: Pro Online Pages\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nMESSAGE: \nWikipedia is one of the most trusted and visible platforms online. A\nproperly structured, policy-compliant Wikipedia page for yourself or\nyour company can strengthen credibility and enhance your brand\npresence.\n\nIf you’d like to explore whether you qualify and learn more about\nthe process, simply reply to this email and I’ll share the details.\n\nBest regards,\n\nEric Clark\nSales Executive\nPro Online Pages\nericclark@proonlinepages.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Eric Clark</p><p><strong>Email:</strong> ericclark@proonlinepages.com</p><p><strong>Company:</strong> Pro Online Pages</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.<br />\n <br />\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.<br />\n <br />\nBest regards,<br />\n<br />\nEric Clark<br />\nSales Executive<br />\nPro Online Pages<br />\nericclark@proonlinepages.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:08','2026-03-16 15:37:08','8df5b6b6-6c0a-4a39-b983-f993b97d4b85'),
(43080,'Contact Form Submission',3190,42025,1,'Contact Form Submission from Naima Hakim','info@ccplainfield.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccplainfield.com/contact\n\nNAME: Naima Hakim\n\nEMAIL: nahakim@gmail.com\n\nCOMPANY: n/a\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Plainfield [https://mycompletecare.com/ccplainfield] \n\nMESSAGE: \nSeeking long term care for an eighty-five-year-old family member\ncurrently in a rehabilitation facility following hospitalization.\nReturning to independent living in Franklin Park, NJ, where she lived\nfor decades, is not an option. Enrollment in Medicaid is in process\nbased on an annual income of approximately $30,000. She has many\nfriends in and around Somerset County but no family members anywhere\nin NJ. She is ambulatory with no cognitive issues.\n','<p><strong>Contact form submitted at:</strong> https://ccplainfield.com/contact</p><p></p><p><strong>Name:</strong> Naima Hakim</p><p><strong>Email:</strong> nahakim@gmail.com</p><p><strong>Company:</strong> n/a</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccplainfield\">Plainfield</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Seeking long term care for an eighty-five-year-old family member currently in a rehabilitation facility following hospitalization.  Returning to independent living in Franklin Park, NJ, where she lived for decades, is not an option.  Enrollment in Medicaid is in process based on an annual income of approximately $30,000. She has many friends in and around Somerset County but no family members anywhere in NJ.  She is ambulatory with no cognitive issues.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:09','2026-03-16 15:37:09','d9f41d03-4ad9-455a-a53c-e9e0fae8b682'),
(43081,'Contact Form Submission',3190,42026,1,'Contact Form Submission from Naima Hakim','info@ccwoodlands.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccwoodlands.com/contact\n\nNAME: Naima Hakim\n\nEMAIL: nahakim@gmail.com\n\nCOMPANY: n/a\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Woodlands [https://mycompletecare.com/ccwoodlands] \n\nMESSAGE: \nSeeking long term care for an eighty-five-year-old family member\ncurrently in a rehabilitation facility following hospitalization.\nReturning to independent living in Franklin Park, NJ, where she lived\nfor decades, is not an option. Enrollment in Medicaid is in process\nbased on an annual income of approximately $30,000. She has many\nfriends in and around Somerset County but no family members anywhere\nin NJ. She is ambulatory with no cognitive issues.\n','<p><strong>Contact form submitted at:</strong> https://ccwoodlands.com/contact</p><p></p><p><strong>Name:</strong> Naima Hakim</p><p><strong>Email:</strong> nahakim@gmail.com</p><p><strong>Company:</strong> n/a</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwoodlands\">Woodlands</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Seeking long term care for an eighty-five-year-old family member currently in a rehabilitation facility following hospitalization.  Returning to independent living in Franklin Park, NJ, where she lived for decades, is not an option.  Enrollment in Medicaid is in process based on an annual income of approximately $30,000. She has many friends in and around Somerset County but no family members anywhere in NJ.  She is ambulatory with no cognitive issues.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:09','2026-03-16 15:37:09','8f63a543-b003-4594-bc1f-53de552e0843'),
(43082,'Contact Form Submission',3190,42031,1,'Contact Form Submission from Eric Clark','info@ccphillipsburg.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccphillipsburg.com/contact\n\nNAME: Eric Clark\n\nEMAIL: ericclark@proonlinepages.com\n\nCOMPANY: Pro Online Pages\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Phillipsburg [https://mycompletecare.com/ccphillipsburg] \n\nMESSAGE: \nWikipedia is one of the most trusted and visible platforms online. A\nproperly structured, policy-compliant Wikipedia page for yourself or\nyour company can strengthen credibility and enhance your brand\npresence.\n\nIf you’d like to explore whether you qualify and learn more about\nthe process, simply reply to this email and I’ll share the details.\n\nBest regards,\n\nEric Clark\nSales Executive\nPro Online Pages\nericclark@proonlinepages.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://ccphillipsburg.com/contact</p><p></p><p><strong>Name:</strong> Eric Clark</p><p><strong>Email:</strong> ericclark@proonlinepages.com</p><p><strong>Company:</strong> Pro Online Pages</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccphillipsburg\">Phillipsburg</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.<br />\n <br />\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.<br />\n <br />\nBest regards,<br />\n<br />\nEric Clark<br />\nSales Executive<br />\nPro Online Pages<br />\nericclark@proonlinepages.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:09','2026-03-16 15:37:09','4c03fa24-a339-4509-acec-8faa8448855f'),
(43083,'Contact Form Submission',3190,42032,1,'Contact Form Submission from Eric Clark','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Eric Clark\n\nEMAIL: ericclark@proonlinepages.com\n\nCOMPANY: Pro Online Pages\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Brackenville [https://mycompletecare.com/ccbrackenville] \n\nMESSAGE: \nWikipedia is one of the most trusted and visible platforms online. A\nproperly structured, policy-compliant Wikipedia page for yourself or\nyour company can strengthen credibility and enhance your brand\npresence.\n\nIf you’d like to explore whether you qualify and learn more about\nthe process, simply reply to this email and I’ll share the details.\n\nBest regards,\n\nEric Clark\nSales Executive\nPro Online Pages\nericclark@proonlinepages.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Eric Clark</p><p><strong>Email:</strong> ericclark@proonlinepages.com</p><p><strong>Company:</strong> Pro Online Pages</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrackenville\">Brackenville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.<br />\n <br />\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.<br />\n <br />\nBest regards,<br />\n<br />\nEric Clark<br />\nSales Executive<br />\nPro Online Pages<br />\nericclark@proonlinepages.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:09','2026-03-16 15:37:09','83f6dc50-3d10-416f-8396-d60124c23afa'),
(43084,'Contact Form Submission',3190,42034,1,'Contact Form Submission from Celeste  Covert','info@ccsilverlake.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccsilverlake.com/contact\n\nNAME: Celeste Covert\n\nEMAIL: rendell413@aol.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Silver Lake [https://mycompletecare.com/ccsilverlake] \n\nMESSAGE: \nMy name is Celeste Covert and my husband; Kerry is a 100&amp; disabled\nveteran. He is in Kent General, and the counselor is working with our\nVA counselor to transition him to a long-term nursing facility. Are\nyou contracted with the VA and may I have the counselor contact you\nabout\nmy husband\'s possible admittance to your facility.\n','<p><strong>Contact form submitted at:</strong> https://ccsilverlake.com/contact</p><p></p><p><strong>Name:</strong> Celeste  Covert</p><p><strong>Email:</strong> rendell413@aol.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsilverlake\">Silver Lake</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My name is Celeste Covert and my husband; Kerry is a 100&amp;amp; disabled veteran. He is in Kent General, and the counselor is working with our VA counselor to transition him to a long-term nursing facility. Are you contracted with the VA and may I have the counselor contact you about<br />\nmy husband\'s possible admittance to your facility.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:10','2026-03-16 15:37:10','d43eae07-2bfb-42d7-b8ee-e32ad1f8364b'),
(43085,'Careers Form Submission',3191,42042,2,'Careers Form Submission from Lauren Bruce','careers@cckressonview.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cckressonview.com/careers\n\nNAME: Lauren Bruce\n\nEMAIL: laurenbruce977@gmail.com\n\nPHONE: 8562373430\n\nFACILITY: \n\n 	* Kresson View [https://mycompletecare.com/cckressonview] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHi! I’m a Licensed Practical Nurse currently working full-time but\nI’m looking to pick up a per diem position. I’m reliable,\nflexible, and comfortable in fast-paced settings. I’d love the\nopportunity to discuss any per diem openings you may have. Thank you!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cckressonview.com/careers</p><p></p><p><strong>Name:</strong> Lauren Bruce</p><p><strong>Email:</strong> laurenbruce977@gmail.com</p><p><strong>Phone:</strong> 8562373430</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cckressonview\">Kresson View</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi! I’m a Licensed Practical Nurse currently working full-time but I’m looking to pick up a per diem position. I’m reliable, flexible, and comfortable in fast-paced settings. I’d love the opportunity to discuss any per diem openings you may have. Thank you!\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:10','2026-03-16 15:37:10','f86a8ad5-57fd-4ce7-be6f-07d9867f89a8'),
(43086,'Contact Form Submission',3190,42044,1,'Contact Form Submission from Carrie Boyko','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Carrie Boyko\n\nEMAIL: jboyko2@comcast.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Madison [https://mycompletecare.com/completecareatmadison] \n\nMESSAGE: \nInquiring about information of long term care with dialysis.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Carrie Boyko</p><p><strong>Email:</strong> jboyko2@comcast.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareatmadison\">Madison</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />             Inquiring about information of long term care with dialysis. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:10','2026-03-16 15:37:10','668c4d0a-c8cb-4d16-9af2-99d8bb6f88bd'),
(43087,'Careers Form Submission',3191,42047,2,'Careers Form Submission from Matthew Butera','careers@cclaurelton.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cclaurelton.com/careers\n\nNAME: Matthew Butera\n\nEMAIL: hockeyplaya2005@comcast.net\n\nPHONE: +19082786106\n\nFACILITY: \n\n 	* Laurelton [https://mycompletecare.com/cclaurelton] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nInterested in open position . Rehab experience fitness maintenance\nmanagement\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cclaurelton.com/careers</p><p></p><p><strong>Name:</strong> Matthew Butera </p><p><strong>Email:</strong> hockeyplaya2005@comcast.net</p><p><strong>Phone:</strong> +19082786106</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclaurelton\">Laurelton</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Interested in open position . Rehab experience fitness maintenance management \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:10','2026-03-16 15:37:10','a1e724ce-aa48-4ac6-82d2-8309264504c3'),
(43088,'Contact Form Submission',3190,42185,1,'Contact Form Submission from Kathleen Farmer','info@cclehigh.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cclehigh.com/contact\n\nNAME: Kathleen Farmer\n\nEMAIL: kathleen@vas4hire.com\n\nCOMPANY: VAs 4 Hire\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nMESSAGE: \nGood Day,\n\nI’m Kathleen with VAs4Hire. We help business owners consistently\nbook qualified appointments using our AI-powered Lead Found system,\nwhich identifies ideal prospects, reaches out automatically, and\nschedules meetings directly on your calendar. On average, our clients\nsee up to 8–10 booked appointments per day.\n\nAre you currently open to bringing in more qualified jobs this month?\n','<p><strong>Contact form submitted at:</strong> https://cclehigh.com/contact</p><p></p><p><strong>Name:</strong> Kathleen Farmer</p><p><strong>Email:</strong> kathleen@vas4hire.com</p><p><strong>Company:</strong> VAs 4 Hire</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good Day,<br />\n<br />\nI’m Kathleen with VAs4Hire. We help business owners consistently book qualified appointments using our AI-powered Lead Found system, which identifies ideal prospects, reaches out automatically, and schedules meetings directly on your calendar. On average, our clients see up to 8–10 booked appointments per day.<br />\n<br />\nAre you currently open to bringing in more qualified jobs this month?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:11','2026-03-16 15:37:11','e2afd67d-050a-4690-b710-894918b4ad4d'),
(43089,'Contact Form Submission',3190,42218,1,'Contact Form Submission from TAKESHA D POWELL','info@ccwoodlands.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccwoodlands.com/contact\n\nNAME: TAKESHA D POWELL\n\nEMAIL: bytakeshapowell@gmail.com\n\nCOMPANY: N/A\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Woodlands [https://mycompletecare.com/ccwoodlands] \n\nMESSAGE: \nI also reached out through your online community assistant. I am\nseeking information about availability for a one bedroom or studio for\nmy 72 year old friend, Jo-Ann Brown who has been displaced from her\nhome in Virginia recently. Thank you for any information you can give\nas she is in desperate need of housing.\n','<p><strong>Contact form submitted at:</strong> https://ccwoodlands.com/contact</p><p></p><p><strong>Name:</strong> TAKESHA D POWELL</p><p><strong>Email:</strong> bytakeshapowell@gmail.com</p><p><strong>Company:</strong> N/A</p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwoodlands\">Woodlands</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I also reached out through your online community assistant. I am seeking information about availability for a one bedroom or studio for my 72 year old friend, Jo-Ann Brown who has been displaced from her home in Virginia recently. Thank you for any information you can give as she is in desperate need of housing. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:11','2026-03-16 15:37:11','22ab9974-e35d-479b-9814-dc664803fc8e'),
(43090,'Careers Form Submission',3191,42282,2,'Careers Form Submission from Danielle Mudge','careers@ccridgewood.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccridgewood.com/careers\n\nNAME: Danielle Mudge\n\nEMAIL: danielle_adryana@yahoo.com\n\nPHONE: 12623422319\n\nFACILITY: \n\n 	* Ridgewood [https://mycompletecare.com/ccridgewood] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nCna\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccridgewood.com/careers</p><p></p><p><strong>Name:</strong> Danielle Mudge</p><p><strong>Email:</strong> danielle_adryana@yahoo.com</p><p><strong>Phone:</strong> 12623422319</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccridgewood\">Ridgewood</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Cna\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:11','2026-03-16 15:37:11','2b5e1025-d45d-435c-a410-d3351e06e0f5'),
(43091,'Careers Form Submission',3191,42287,2,'Careers Form Submission from Michael Fisher','careers@ccholmdel.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccholmdel.com/careers\n\nNAME: Michael Fisher\n\nEMAIL: delta249first@gmail.com\n\nPHONE: 732 939 8411\n\nFACILITY: \n\n 	* Holmdel [https://mycompletecare.com/ccholmdel] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\n30 yrs exp full facility maintenance manager I have high pressure\nblack seal and hvac epa universal license\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccholmdel.com/careers</p><p></p><p><strong>Name:</strong> Michael Fisher</p><p><strong>Email:</strong> delta249first@gmail.com</p><p><strong>Phone:</strong> 732 939 8411</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccholmdel\">Holmdel</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            30 yrs exp full facility maintenance manager I have high pressure black seal and hvac epa universal license \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:11','2026-03-16 15:37:11','f65e0585-5f6f-4470-8365-8fd25f485ef6'),
(43092,'Careers Form Submission',3191,42289,2,'Careers Form Submission from Dominic T Montano','careers@ccregent.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccregent.com/careers/\n\nNAME: Dominic T Montano\n\nEMAIL: 5upernaturalfan90210@gmail.com\n\nPHONE: 17204535522\n\nFACILITY: \n\n 	* Regent [https://mycompletecare.com/ccregent] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nI want to be part of not just working but caring and really enjoying\nthe work I can do and just being there to help.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccregent.com/careers/</p><p></p><p><strong>Name:</strong> Dominic T Montano</p><p><strong>Email:</strong> 5upernaturalfan90210@gmail.com</p><p><strong>Phone:</strong> 17204535522</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccregent\">Regent</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I want to be part of not just working but caring and really enjoying the work I can do and just being there to help.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:12','2026-03-16 15:37:12','d3300b85-9d34-4bf5-9220-8d1a25ab2136'),
(43093,'Careers Form Submission',3191,42292,2,'Careers Form Submission from Kyle Figueroa','careers@ccgrotonregency.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccgrotonregency.com/careers\n\nNAME: Kyle Figueroa\n\nEMAIL: kylef98@yahoo.com\n\nPHONE: 8603897381\n\nFACILITY: \n\n 	* Groton Regency [https://mycompletecare.com/ccgrotonregency] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n 	* Recruitment \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nI am currently seeking to become a CNA and looking for a training\nprogram!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccgrotonregency.com/careers</p><p></p><p><strong>Name:</strong> Kyle Figueroa</p><p><strong>Email:</strong> kylef98@yahoo.com</p><p><strong>Phone:</strong> 8603897381</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgrotonregency\">Groton Regency</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am currently seeking to become a CNA and looking for a training program!\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:12','2026-03-16 15:37:12','b5585974-72ef-4fba-90b6-5531c5b89391'),
(43094,'Volunteer Form Submission',3189,42296,3,'Volunteer Form Submission from Luis','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Luis\n\nEMAIL: korectful06@gmail.com\n\nPHONE: 2406150930\n\nFACILITY:\n\n 	* Hyattsville [https://mycompletecare.com/cchyattsville] \n\nMESSAGE:\nI’m a local High School student looking for my first volunteering\nposition. I can help with events, cleaning, care. I would be so\ngrateful to learn and be a volunteer at Complete Care at Hyattsville!\nI’m available at all times during the weekends.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Luis</p><p><strong>Email:</strong> korectful06@gmail.com</p><p><strong>Phone:</strong> 2406150930</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchyattsville\">Hyattsville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I’m a local High School student looking for my first volunteering position. I can help with events, cleaning, care. I would be so grateful to learn and be a volunteer at Complete Care at Hyattsville! I’m available at all times during the weekends. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:12','2026-03-16 15:37:12','9376fb7c-e6ba-408f-abd5-670e44c471ef'),
(43095,'Careers Form Submission',3191,42360,2,'Careers Form Submission from Aiyana','careers@ccvoorhees.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccvoorhees.com/careers\n\nNAME: Aiyana\n\nEMAIL: apn898288@gmail.com\n\nPHONE: 6099851234\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nHi I am looking for kitchen work full time\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccvoorhees.com/careers</p><p></p><p><strong>Name:</strong> Aiyana</p><p><strong>Email:</strong> apn898288@gmail.com</p><p><strong>Phone:</strong> 6099851234</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi I am looking for kitchen work full time\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:13','2026-03-16 15:37:13','63d6e388-2931-4d34-8ea9-6912bb868442'),
(43096,'Careers Form Submission',3191,42365,2,'Careers Form Submission from Madhvi Sethi','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Madhvi Sethi\n\nEMAIL: sethimadhvi@ymail.com\n\nPHONE: 9736100162\n\nFACILITY: \n\n 	* Brakeley Park [https://mycompletecare.com/ccbrakeleypark] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nN/a\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Madhvi Sethi</p><p><strong>Email:</strong> sethimadhvi@ymail.com</p><p><strong>Phone:</strong> 9736100162</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrakeleypark\">Brakeley Park</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/a\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:13','2026-03-16 15:37:13','163d0d2a-73e5-40f5-b201-85ab3f431421'),
(43097,'Volunteer Form Submission',3189,42371,3,'Volunteer Form Submission from Seunga Yii','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Seunga Yii\n\nEMAIL: sera.yii.vol@gmail.com\n\nPHONE: 201-846-0868\n\nFACILITY:\n\n 	* Inglemoor [https://mycompletecare.com/ccinglemoor] \n\nMESSAGE:\nI am interested in volunteering because I want to help and support\nresidents in the community. I also hope to pursue a career in nursing,\nso volunteering would allow me to learn more about healthcare and gain\nexperience interacting with patients. I would appreciate the\nopportunity to contribute my time while learning from the staff and\nresidents.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Seunga Yii</p><p><strong>Email:</strong> sera.yii.vol@gmail.com</p><p><strong>Phone:</strong> 201-846-0868</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccinglemoor\">Inglemoor</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I am interested in volunteering because I want to help and support residents in the community. I also hope to pursue a career in nursing, so volunteering would allow me to learn more about healthcare and gain experience interacting with patients. I would appreciate the opportunity to contribute my time while learning from the staff and residents.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:13','2026-03-16 15:37:13','6fec3b47-8ced-4830-8241-d830dd69cd03'),
(43098,'Careers Form Submission',3191,42373,2,'Careers Form Submission from Alberta Pitts','careers@ccsilverlake.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsilverlake.com/careers/\n\nNAME: Alberta Pitts\n\nEMAIL: fabalbee@gmail.com\n\nPHONE: 2673228170\n\nFACILITY: \n\n 	* Silver Lake [https://mycompletecare.com/ccsilverlake] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n\nMESSAGE/ COVER LETTER:\n\nI am seeking an evening/night position in your organization. I look\nforward to applying my skills, and enthusiasm. I am eager to start\nwork and available for an interview to discuss my qualifications and\nyour requirements at your convenience. I hope you will find room for\nme. \n\nBest regards,\nAlberta Pitts\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsilverlake.com/careers/</p><p></p><p><strong>Name:</strong> Alberta Pitts</p><p><strong>Email:</strong> fabalbee@gmail.com</p><p><strong>Phone:</strong> 2673228170</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsilverlake\">Silver Lake</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am seeking an evening/night position in your organization. I look forward to applying my skills, and enthusiasm. I am eager to start work and available for an interview to discuss my qualifications and your requirements at your convenience.  I hope you will find room for me. <br />\n<br />\nBest regards,<br />\nAlberta Pitts\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:13','2026-03-16 15:37:13','20303a3b-9c82-4aa3-8d6c-e4fab5f69102'),
(43099,'Volunteer Form Submission',3189,42400,3,'Volunteer Form Submission from Nastassya Trujillo','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Nastassya Trujillo\n\nEMAIL: ntrujillo.house@gmail.com\n\nPHONE: 2035569320\n\nFACILITY:\n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nMESSAGE:\nHi! I would love to come in to volunteer by playing board games or\ndoing a craft. I live down the street from you facility and have been\nmeaning to stop by and see how I can help. Thank you for your time and\nconsideration!\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Nastassya Trujillo</p><p><strong>Email:</strong> ntrujillo.house@gmail.com</p><p><strong>Phone:</strong> 2035569320</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Hi! I would love to come in to volunteer by playing board games or doing a craft. I live down the street from you facility and have been meaning to stop by and see how I can help. Thank you for your time and consideration!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:14','2026-03-16 15:37:14','f395d318-3621-4d99-9e6d-4e77e64e5de9'),
(43100,'Contact Form Submission',3190,42408,1,'Contact Form Submission from Zoey Delgado','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Zoey Delgado\n\nEMAIL: lwendy.tito@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nMESSAGE: \nHi there,\n\nMy name is Wendy and looking for my soon to be 14 year old in April, a\nplace to volunteer. We are Naugatuck residents, up thr Hill from\nTractor and Supply.\n\ni would like my daughter Zoey to open up more and socialize and start\nlearning to do basic tasks to get her ready for the work world.\n\nWe only want her doing something for about an hour once a week on the\nweekend.\n\nShe\'s a great organizer and very neat with clothes and setting up her\nrooms. She is a calm teenager who follows instructions well and always\nrespectful with all people. \n\nLet me know if you are open to taking her and helping out our senior\nresidents.\n\nFeel free to reach me at lwendy.tito@gmail.com or by phone at\n914-354-1676. Or you can text me.\n\nThank you\n\nWendy\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Zoey Delgado </p><p><strong>Email:</strong> lwendy.tito@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi there,<br />\n<br />\nMy name is Wendy and looking for my soon to be 14 year old in April, a place to volunteer. We are Naugatuck residents, up thr Hill from Tractor and Supply.<br />\n<br />\ni would like my daughter Zoey to open up more and socialize and start learning to do basic tasks to get her ready for the work world.<br />\n<br />\nWe only want her doing something for about an hour once a week on the weekend.<br />\n<br />\nShe\'s a great organizer and very neat with clothes and setting up her rooms. She is a calm teenager who follows instructions well and always respectful with all people. <br />\n<br />\nLet me know if you are open to taking her and helping out our senior residents.<br />\n<br />\nFeel free to reach me at lwendy.tito@gmail.com or by phone at 914-354-1676. Or you can text me.<br />\n<br />\nThank you<br />\n<br />\nWendy \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:14','2026-03-16 15:37:14','bbe9615d-8fed-4afe-bf9a-95d4e719b21c'),
(43101,'Careers Form Submission',3191,42411,2,'Careers Form Submission from Indiana martinez','careers@ccorangepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccorangepark.com/careers\n\nNAME: Indiana martinez\n\nEMAIL: chyna.martinez85@icloud.com\n\nPHONE: 7323257733\n\nFACILITY: \n\n 	* Orange Park [https://mycompletecare.com/ccorangepark] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nIndiana\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccorangepark.com/careers</p><p></p><p><strong>Name:</strong> Indiana martinez</p><p><strong>Email:</strong> chyna.martinez85@icloud.com</p><p><strong>Phone:</strong> 7323257733</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccorangepark\">Orange Park</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Indiana \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:14','2026-03-16 15:37:14','09ee33b7-8805-4ab2-bcc0-28c513a1ea29'),
(43102,'Careers Form Submission',3191,42490,2,'Careers Form Submission from Anita Harris','careers@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccglendalewest.com/careers\n\nNAME: Anita Harris\n\nEMAIL: anitaharris366@gmail.com\n\nPHONE: 4143949700\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI’m interested in a Nursing Assistant Position there on second shift\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccglendalewest.com/careers</p><p></p><p><strong>Name:</strong> Anita Harris </p><p><strong>Email:</strong> anitaharris366@gmail.com</p><p><strong>Phone:</strong> 4143949700</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I’m interested in a Nursing Assistant Position there on second shift \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:15','2026-03-16 15:37:15','9b1d05ce-8944-4142-85ac-360c74479b4e'),
(43103,'Volunteer Form Submission',3189,42634,3,'Volunteer Form Submission from Asia L','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Asia L\n\nEMAIL: asiadeanna919@gmail.com\n\nPHONE: +13025383999\n\nFACILITY:\n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nMESSAGE:\nWant to volunteer and do you guys give volunteer hours for high school\nstudents\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Asia L</p><p><strong>Email:</strong> asiadeanna919@gmail.com</p><p><strong>Phone:</strong> +13025383999</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Want to volunteer and do you guys give volunteer hours for high school students \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:15','2026-03-16 15:37:15','4e29f39d-a3a5-47de-a73d-0c7a9c9e713a'),
(43104,'Careers Form Submission',3191,42637,2,'Careers Form Submission from Breasia Scott','careers@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccglendalewest.com/careers\n\nNAME: Breasia Scott\n\nEMAIL: breasiascott17@gmail.com\n\nPHONE: 4143173686\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nNa\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccglendalewest.com/careers</p><p></p><p><strong>Name:</strong> Breasia Scott</p><p><strong>Email:</strong> breasiascott17@gmail.com</p><p><strong>Phone:</strong> 4143173686</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Na\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:15','2026-03-16 15:37:15','744f0639-8d4d-4e3d-ad3b-bb1b65c95162'),
(43105,'Careers Form Submission',3191,42641,2,'Careers Form Submission from Unique_murry@yahoo.com','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Unique_murry@yahoo.com\n\nEMAIL: unique_murry@yahoo.com\n\nPHONE: 4143099752\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nCna\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Unique_murry@yahoo.com</p><p><strong>Email:</strong> unique_murry@yahoo.com</p><p><strong>Phone:</strong> 4143099752</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Cna\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:16','2026-03-16 15:37:16','d54c2962-fb67-42f2-81b7-04e525eef4ac'),
(43106,'Careers Form Submission',3191,42671,2,'Careers Form Submission from Shanella Jackson','careers@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccglendalewest.com/careers\n\nNAME: Shanella Jackson\n\nEMAIL: shanellaj11@gmail.com\n\nPHONE: 4145147599\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI’m looking for any open positions for CNA.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccglendalewest.com/careers</p><p></p><p><strong>Name:</strong> Shanella Jackson</p><p><strong>Email:</strong> shanellaj11@gmail.com</p><p><strong>Phone:</strong> 4145147599</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I’m looking for any open positions for CNA. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:16','2026-03-16 15:37:16','c99564cb-b1b8-466e-85d6-745c8c8b8113'),
(43107,'Contact Form Submission',3190,42701,1,'Contact Form Submission from Lili Pérez','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Lili Pérez\n\nEMAIL: lilikgn@hotmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Harborage [https://mycompletecare.com/ccharborage] \n\nMESSAGE: \nI would like to know if can order delivery from a restaurant nearby\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Lili Pérez </p><p><strong>Email:</strong> lilikgn@hotmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharborage\">Harborage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I would like to know if can order delivery from a restaurant nearby \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:16','2026-03-16 15:37:16','2e219445-6bad-4bb8-b1d8-e7be68b58dec'),
(43108,'Contact Form Submission',3190,42716,1,'Contact Form Submission from Jeremiah Dixon','info@ccnazareth.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccnazareth.com/contact\n\nNAME: Jeremiah Dixon\n\nEMAIL: DIXON_JEREMIAH@YAHOO.COM\n\nCOMPANY: Jeremiah Dixon\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Nazareth [https://mycompletecare.com/ccnazareth] \n\nMESSAGE: \nI am messaging you on the behalf of Virginia Iline Marking. I am\nacting as her limited power of attorney. I am looking to get her\nbalance paid. Can you tell me what is left on her balance with you.\nThanks. If you have any questions, give me a call at 414-234-2744 or\n414-215-3851.\n','<p><strong>Contact form submitted at:</strong> https://ccnazareth.com/contact</p><p></p><p><strong>Name:</strong> Jeremiah Dixon</p><p><strong>Email:</strong> DIXON_JEREMIAH@YAHOO.COM</p><p><strong>Company:</strong> Jeremiah Dixon</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccnazareth\">Nazareth</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am messaging you on the behalf of Virginia Iline Marking. I am acting as her limited power of attorney. I am looking to get her balance paid. Can you tell me what is left on her balance with you. Thanks. If you have any questions, give me a call at 414-234-2744 or 414-215-3851.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:16','2026-03-16 15:37:16','d585b1dc-44e6-4470-befd-a5bc918f2165'),
(43109,'Careers Form Submission',3191,42720,2,'Careers Form Submission from Reagan Bonforte','careers@completecarebarnhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarebarnhill.com/careers\n\nNAME: Reagan Bonforte\n\nEMAIL: bonforter@gmail.com\n\nPHONE: 19737874475\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nDear Complete Care at Barn Hill Hiring Team, \n\nI am writing to express my strong interest in a Speech-Language\nPathologist position at Complete Care at Barn Hill following my\ngraduation from Seton Hall University’s School of Health and Medical\nSciences in May 2026. I am eager to begin my career supporting adults\nand older adults in maintaining and improving their communication,\ncognitive-communication, and swallowing abilities to enhance their\noverall quality of life.\nI am particularly drawn to Complete Care at Barn Hill’s commitment\nto providing extensive rehabilitation services up to seven days a week\nand tailoring therapy to each patient’s individual needs and goals.\nI value an approach that adjusts treatment based on patients’\nabilities and tolerance to support meaningful progress and a\nsuccessful transition back home while improving overall quality of\nlife.\nDuring my clinical placements, I have gained experience working with\nadults and geriatric populations in skilled nursing and rehabilitation\nsettings. At Powerback Rehabilitation, I worked with patients ranging\nfrom ages 45 to 101 and targeted areas including memory, attention,\nexecutive functioning, and dysphagia. These experiences allowed me to\ndevelop strong clinical skills in assessment, evidence-based treatment\nplanning, and interdisciplinary collaboration to support patients’\nfunctional independence and safety.\nMy passion for speech-language pathology stems from its ability to\nmeaningfully impact an individual’s quality of life. I feel honored\nto work in a field where I can help patients regain their ability to\ncommunicate, eat safely, and maintain independence in their daily\nlives. I am particularly drawn to the compassionate care and\nrehabilitation-focused environment that facilities like Complete Care\nat Barn Hill provide to residents and their families.\nThank you for your time and consideration. I would welcome the\nopportunity to further discuss how my clinical experiences and passion\nfor patient-centered care could contribute to your team. I look\nforward to hearing from you.\nBest regards,\nReagan Bonforte\nBonforter@gmail.com\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarebarnhill.com/careers</p><p></p><p><strong>Name:</strong> Reagan Bonforte</p><p><strong>Email:</strong> bonforter@gmail.com</p><p><strong>Phone:</strong> 19737874475</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Dear Complete Care at Barn Hill Hiring Team, <br />\n<br />\nI am writing to express my strong interest in a Speech-Language Pathologist position at Complete Care at Barn Hill following my graduation from Seton Hall University’s School of Health and Medical Sciences in May 2026. I am eager to begin my career supporting adults and older adults in maintaining and improving their communication, cognitive-communication, and swallowing abilities to enhance their overall quality of life.<br />\nI am particularly drawn to Complete Care at Barn Hill’s commitment to providing extensive rehabilitation services up to seven days a week and tailoring therapy to each patient’s individual needs and goals. I value an approach that adjusts treatment based on patients’ abilities and tolerance to support meaningful progress and a successful transition back home while improving overall quality of life.<br />\nDuring my clinical placements, I have gained experience working with adults and geriatric populations in skilled nursing and rehabilitation settings. At Powerback Rehabilitation, I worked with patients ranging from ages 45 to 101 and targeted areas including memory, attention, executive functioning, and dysphagia. These experiences allowed me to develop strong clinical skills in assessment, evidence-based treatment planning, and interdisciplinary collaboration to support patients’ functional independence and safety.<br />\nMy passion for speech-language pathology stems from its ability to meaningfully impact an individual’s quality of life. I feel honored to work in a field where I can help patients regain their ability to communicate, eat safely, and maintain independence in their daily lives. I am particularly drawn to the compassionate care and rehabilitation-focused environment that facilities like Complete Care at Barn Hill provide to residents and their families.<br />\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical experiences and passion for patient-centered care could contribute to your team. I look forward to hearing from you.<br />\nBest regards,<br />\nReagan Bonforte<br />\nBonforter@gmail.com\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:17','2026-03-16 15:37:17','6eca7643-9029-4c75-951b-6985bc5bade5'),
(43110,'Careers Form Submission',3191,42737,2,'Careers Form Submission from Kathleen Pae','careers@ccburlingtonwoods.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: http://ccburlingtonwoods.com/careers\n\nNAME: Kathleen Pae\n\nEMAIL: kathleenpae@yahoo.com\n\nPHONE: 609-784-9351\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n\nMESSAGE/ COVER LETTER:\n\nApplication for Receptionisy\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> http://ccburlingtonwoods.com/careers</p><p></p><p><strong>Name:</strong> Kathleen Pae</p><p><strong>Email:</strong> kathleenpae@yahoo.com</p><p><strong>Phone:</strong> 609-784-9351</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Application for Receptionisy\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:17','2026-03-16 15:37:17','e00f71fa-4d7d-49f7-89ee-0b7c92fcb54d'),
(43111,'Contact Form Submission',3190,42747,1,'Contact Form Submission from jen','info@cchalescorners.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchalescorners.com/contact\n\nNAME: jen\n\nEMAIL: jd2478@wi.rr.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nMESSAGE: \nOne of your female nurses with dark hair working tonight (3/15) was\nsniffing hard constantly. I hope you have a strong\ndon\'t-come-to-work-sick policy and will reiterate it. While we\nappreciate people making it to work in bad weather, it\'s worth being\nshort-staffed to protect the residents\n','<p><strong>Contact form submitted at:</strong> https://cchalescorners.com/contact</p><p></p><p><strong>Name:</strong> jen</p><p><strong>Email:</strong> jd2478@wi.rr.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            One of your female nurses with dark hair working tonight (3/15) was sniffing hard constantly.  I hope you have a strong don\'t-come-to-work-sick policy and will reiterate it.  While we appreciate people making it to work in bad weather, it\'s worth being short-staffed to protect the residents\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:17','2026-03-16 15:37:17','228951d5-c930-45e6-a38b-cb1bc9a66a27'),
(43112,'Contact Form Submission',3190,42766,1,'Contact Form Submission from Neil Broker','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Neil Broker\n\nEMAIL: feb192@businessbrokersleads.com\n\nCOMPANY: Neil Broker\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nAre you interested in Selling your Business? Hi , my name is Neil and\nI am a Business Broker and if you are possibly interested in Selling\nyour Business please fill out my Contact Request Form and I will call\nyou back as fast as possible, Here is my Contact Request Form:\nhttps://www.cognitoforms.com/InboxBlastscom/ContactRequestForm584 or\nyou can reply to this email message with your name and the best phone\nnumber to call you, thank you I hope to speak to you soon.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Neil Broker</p><p><strong>Email:</strong> feb192@businessbrokersleads.com</p><p><strong>Company:</strong> Neil Broker</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Are you interested in Selling your Business?  Hi , my name is Neil and I am a Business Broker and if you are possibly interested in Selling your Business please fill out my Contact Request Form and I will call you back as fast as possible, Here is my Contact Request Form:    https://www.cognitoforms.com/InboxBlastscom/ContactRequestForm584      or you can reply to this email message with your name and the best phone number to call you, thank you I hope to speak to you soon. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:17','2026-03-16 15:37:17','679fc213-bcb7-41c7-bb10-3ef50977ffb1'),
(43113,'Careers Form Submission',3191,42881,2,'Careers Form Submission from Douglas Schreiber','careers@ccwestcaldwell.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccwestcaldwell.com/careers\n\nNAME: Douglas Schreiber\n\nEMAIL: douglasschreiber80@gmail.com\n\nPHONE: 8622214699\n\nFACILITY: \n\n 	* West Caldwell [https://mycompletecare.com/ccwestcaldwell] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nWith a compassion to work and care for elderly people. Great work\nethic and team player with experience in clerical, customer service\nand medical experience.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccwestcaldwell.com/careers</p><p></p><p><strong>Name:</strong> Douglas Schreiber </p><p><strong>Email:</strong> douglasschreiber80@gmail.com</p><p><strong>Phone:</strong> 8622214699</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwestcaldwell\">West Caldwell</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            With a compassion to work and care for elderly people. Great work ethic and team player with experience in clerical, customer service and medical experience.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:18','2026-03-16 15:37:18','6f181172-8bea-4fd0-938b-adedf0519aab'),
(43114,'Contact Form Submission',3190,42899,1,'Contact Form Submission from Jennifer Obrien','info@ccbayshore.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccbayshore.com/contact\n\nNAME: Jennifer Obrien\n\nEMAIL: jennifer@dandyreviewaitools.com\n\nCOMPANY: GetDandy\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Bayshore [https://mycompletecare.com/ccbayshore] \n\nMESSAGE: \nHi Complete Care at Bayshore,\n\nI just tried messaging you from your Google Business Profile and\ncouldn\'t get through because you don’t have texting turned on. \nWant me to turn that on and install an AI Agent that chats with all\nvisitors and helps get them booked with you? \n\nI see your competitor doesn\'t have this turned on so it would for sure\nhelp you stand out. Let’s chat - grab a time on my calendar and\nI’ll show you: getdandy.com/texting-agent-meeting\n\nThank you,\n\nJennifer O\'Brien | Director of Operations\nGetDandy\ngetdandy.com/texting-agent-meeting\n','<p><strong>Contact form submitted at:</strong> https://ccbayshore.com/contact</p><p></p><p><strong>Name:</strong> Jennifer Obrien</p><p><strong>Email:</strong> jennifer@dandyreviewaitools.com</p><p><strong>Company:</strong> GetDandy</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbayshore\">Bayshore</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Complete Care at Bayshore,<br />\n<br />\nI just tried messaging you from your Google Business Profile and couldn\'t get through because you don’t have texting turned on. <br />\nWant me to turn that on and install an AI Agent that chats with all visitors and helps get them booked with you? <br />\n<br />\nI see your competitor doesn\'t have this turned on so it would for sure help you stand out. Let’s chat - grab a time on my calendar and I’ll show you: getdandy.com/texting-agent-meeting<br />\n<br />\n<br />\nThank you,<br />\n<br />\nJennifer O\'Brien | Director of Operations<br />\nGetDandy<br />\ngetdandy.com/texting-agent-meeting\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:18','2026-03-16 15:37:18','758dac36-632f-42d4-b409-d10d3bbf18f0'),
(43115,'Contact Form Submission',3190,42940,1,'Contact Form Submission from Dan Kenny','info@completecareglendale.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareglendale.com/contact\n\nNAME: Dan Kenny\n\nEMAIL: djkenny@msn.com\n\nCOMPANY: brother - new resident - Bob Kenny\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nMESSAGE: \nWe spoke about 6 weeks ago. Bob was admitted yesterday evening. IO\nwill be coming by with his new clothing. Should be there between\n9:00-11:00 AM.\n','<p><strong>Contact form submitted at:</strong> https://completecareglendale.com/contact</p><p></p><p><strong>Name:</strong> Dan Kenny</p><p><strong>Email:</strong> djkenny@msn.com</p><p><strong>Company:</strong> brother - new resident - Bob Kenny</p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            We spoke about 6 weeks ago. Bob was admitted yesterday evening. IO will be coming by with his new clothing. Should be there between 9:00-11:00 AM.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:18','2026-03-16 15:37:18','ce75f543-a31c-498b-9d31-457ec5375998'),
(43116,'Contact Form Submission',3190,42948,1,'Contact Form Submission from Chris Carter','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Chris Carter\n\nEMAIL: chris@medsolercm.com\n\nCOMPANY: Pro-MedSole RCM\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nHi,\n\nI hope you’re doing well. I’m reaching out to introduce\nPro-MedSole RCM. We help healthcare providers with insurance\ncredentialing (Medicare, Medicaid, and commercial plans), LLC\nformation, licensing, and full medical billing services.\n\nWith 700+ billing and 1,200+ credentialing clients nationwide, our\nteam also supports EHR/EMR setup, EFT enrollment, CAQH/PECOS/Availity\nupdates, and more — plus a one-month free billing trial.\n\nIf you’re open to a quick Zoom call, I’d love to learn about your\ncurrent setup and see how we can help.\n\nAnd if it\'s not a fit, feel free to send over your best (good-natured)\ninsult, we\'ll both get a laugh, and I’ll respectfully bow out.\n\nThank you for your time!\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Chris Carter</p><p><strong>Email:</strong> chris@medsolercm.com</p><p><strong>Company:</strong> Pro-MedSole RCM</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Hi,<br />\n<br />\nI hope you’re doing well. I’m reaching out to introduce Pro-MedSole RCM. We help healthcare providers with insurance credentialing (Medicare, Medicaid, and commercial plans), LLC formation, licensing, and full medical billing services.<br />\n<br />\nWith 700+ billing and 1,200+ credentialing clients nationwide, our team also supports EHR/EMR setup, EFT enrollment, CAQH/PECOS/Availity updates, and more — plus a one-month free billing trial.<br />\n<br />\nIf you’re open to a quick Zoom call, I’d love to learn about your current setup and see how we can help.<br />\n<br />\nAnd if it\'s not a fit, feel free to send over your best (good-natured) insult, we\'ll both get a laugh, and I’ll respectfully bow out.<br />\n<br />\nThank you for your time!<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:18','2026-03-16 15:37:18','2b9cbe79-91d7-4c5a-8962-5e1a04de60c9'),
(43117,'Volunteer Form Submission',3189,43026,3,'Volunteer Form Submission from aditi C','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: aditi C\n\nEMAIL: aditichittor35@gmail.com\n\nPHONE: 7328801216\n\nFACILITY:\n\n 	* Park Place [https://mycompletecare.com/ccparkplace] \n\nMESSAGE:\nGood Morning!\n\nMy name is Aditi Chittor. I am currently a freshman in South Brunswick\nHigh school and apart of the W.I.S.H club at my school, through which\nI volunteer at Complete Care when ever I have the chance. I was also\nlooking for a chance to get more experience and volunteering at\nnursing homes, since I am interested in a career in medicine! One of\nmy senior peers also recommended the Complete Care facility to me due\nto the amazing resources and volunteering program and I was wondering\nwhat the requirements were to volunteer at this facility, aside from\nvolunteering with the club?\n\nThank you so much and have a great day! \nAditi Chittor\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> aditi C</p><p><strong>Email:</strong> aditichittor35@gmail.com</p><p><strong>Phone:</strong> 7328801216</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccparkplace\">Park Place</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Good Morning!<br />\n<br />\nMy name is Aditi Chittor. I am currently a freshman in South Brunswick High school and apart of the W.I.S.H club at my school, through which I volunteer at Complete Care when ever I have the chance. I was also looking for a chance  to get more experience and volunteering at nursing homes, since I am interested in a career in medicine! One of my senior peers also recommended the Complete Care facility to me due to the amazing resources and volunteering program and I was wondering what the requirements were to volunteer at this facility, aside from volunteering with the club?<br />\n<br />\nThank you so much and have a great day! <br />\nAditi Chittor \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:19','2026-03-16 15:37:19','7d75aba5-2024-42f6-b738-7615c7fbced8'),
(43118,'Careers Form Submission',3191,43028,2,'Careers Form Submission from Kim Harvey','careers@ccburlingtonwoods.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccburlingtonwoods.com/careers/\n\nNAME: Kim Harvey\n\nEMAIL: shaelijah2@gmail.com\n\nPHONE: 19733369631\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nI have no cover letter at this time.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccburlingtonwoods.com/careers/</p><p></p><p><strong>Name:</strong> Kim Harvey</p><p><strong>Email:</strong> shaelijah2@gmail.com</p><p><strong>Phone:</strong> 19733369631</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I have no cover letter at this time.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:19','2026-03-16 15:37:19','670eb119-115c-4b69-8c12-2152e350d95e'),
(43119,'Careers Form Submission',3191,43030,2,'Careers Form Submission from Daneisha Rice','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Daneisha Rice\n\nEMAIL: daneishar12@yahoo.com\n\nPHONE: 7325221273\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nThis is for the kitchen\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Daneisha Rice</p><p><strong>Email:</strong> daneishar12@yahoo.com</p><p><strong>Phone:</strong> 7325221273</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            This is for the kitchen \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 15:37:19','2026-03-16 15:37:19','938f2d85-ad53-4436-b33e-10fb33c99695'),
(43138,'Contact Form Submission',3190,43120,1,'Contact Form Submission from coretta','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: coretta\n\nEMAIL: marywillis328@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nMESSAGE: \nI am looking for physical therapy for my brother\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> coretta</p><p><strong>Email:</strong> marywillis328@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am looking for physical therapy for my brother\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 16:05:56','2026-03-16 16:05:56','d754251f-2fc7-4ba9-95f4-673fe8dfed6e'),
(43139,'Contact Form Submission',3190,43121,1,'Contact Form Submission from Coretta Willis','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Coretta Willis\n\nEMAIL: marywillis328@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nMESSAGE: \nI would like physical therapy for brother\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Coretta Willis</p><p><strong>Email:</strong> marywillis328@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I would like physical therapy for brother\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 16:05:56','2026-03-16 16:05:56','984d51e1-0a75-48ee-9898-4f06ac8b8154'),
(43140,'Contact Form Submission',3190,43122,1,'Contact Form Submission from Patrick M Misset','info@completecareglendale.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareglendale.com/contact\n\nNAME: Patrick M Misset\n\nEMAIL: pmisset57@icloud.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nMESSAGE: \nHello,\nCan you email an Admissions Application to me at:\npmisset57@icloud.com. \n\nThank you very much.\nPat Misset\n','<p><strong>Contact form submitted at:</strong> https://completecareglendale.com/contact</p><p></p><p><strong>Name:</strong> Patrick M Misset</p><p><strong>Email:</strong> pmisset57@icloud.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\nCan you email an Admissions Application to me at: pmisset57@icloud.com. <br />\n<br />\nThank you very much.<br />\nPat Misset\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 16:05:56','2026-03-16 16:05:56','7414cd6f-fb98-4e1d-ab45-c94a7cb260d7'),
(43141,'Contact Form Submission',3190,43124,1,'Contact Form Submission from Carol S Oleary','info@ccchristianhome.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccchristianhome.com/contact\n\nNAME: Carol S Oleary\n\nEMAIL: carol.oleary@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Christian Home [https://mycompletecare.com/ccchristianhome] \n\nMESSAGE: \nHi Amy, my brother and I were in last Friday to tour the facility.\nWe\'ve decided we\'d like to secure a spot for our mom with you. I left\nthe paperwork you gave us at her house, and now I\'m snowed in for a\ncouple days. Could you email me the application and the doctor\'s form,\nand if there\'s anything else I should know in order to move forward?\n','<p><strong>Contact form submitted at:</strong> https://ccchristianhome.com/contact</p><p></p><p><strong>Name:</strong> Carol S Oleary</p><p><strong>Email:</strong> carol.oleary@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchristianhome\">Christian Home</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Amy, my brother and I were in last Friday to tour the facility. We\'ve decided we\'d like to secure a spot for our mom with you. I left the paperwork you gave us at her house, and now I\'m snowed in for a couple days. Could you email me the application and the doctor\'s form, and if there\'s anything else I should know in order to move forward? \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 16:05:56','2026-03-16 16:05:56','06e84fdf-f085-4c8f-9af6-8259c3ab3263'),
(43142,'Careers Form Submission',3191,43126,2,'Careers Form Submission from Daneisha Rice','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Daneisha Rice\n\nEMAIL: daneishar12@yahoo.com\n\nPHONE: 7325221273\n\nFACILITY: \n\n 	* Roosevelt Edison\n[https://mycompletecare.com/rooseveltcarecenter-edison] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nKitchen jobs\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Daneisha Rice</p><p><strong>Email:</strong> daneishar12@yahoo.com</p><p><strong>Phone:</strong> 7325221273</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/rooseveltcarecenter-edison\">Roosevelt Edison</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Kitchen jobs \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 16:05:57','2026-03-16 16:05:57','579d4c75-0d37-4d49-8f5f-a81545393470'),
(43143,'Contact Form Submission',3190,43137,1,'Contact Form Submission from Chris Grayson','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Chris Grayson\n\nEMAIL: chris@animateddexplainers.com\n\nCOMPANY: Animated Explainer\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Woodlands [https://mycompletecare.com/ccwoodlands] \n\nMESSAGE: \n\nHi,\n\nIf your audience doesn’t understand your offer in seconds, you’re\nlosing leads.\n\nAt Animated Explainers, we create high-impact animated videos that\nclearly explain what you do, why it matters, and why customers should\nchoose you. Our videos are designed to grab attention, boost\nengagement, and convert viewers into customers.\n\nWhether it’s for your website, ads, or sales funnel, we deliver\nprofessional 2D and 3D animations that drive real results.\n\nLet’s create a video that sells for you 24/7.\nReply to this email to get started.\n\nBest regards,\n\nChris Grayson\nAnimated Explainer\nchris@animateddexplainers.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Chris Grayson</p><p><strong>Email:</strong> chris@animateddexplainers.com</p><p><strong>Company:</strong> Animated Explainer</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwoodlands\">Woodlands</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            <br />\nHi,<br />\n<br />\nIf your audience doesn’t understand your offer in seconds, you’re losing leads.<br />\n<br />\nAt Animated Explainers, we create high-impact animated videos that clearly explain what you do, why it matters, and why customers should choose you. Our videos are designed to grab attention, boost engagement, and convert viewers into customers.<br />\n<br />\nWhether it’s for your website, ads, or sales funnel, we deliver professional 2D and 3D animations that drive real results.<br />\n<br />\nLet’s create a video that sells for you 24/7.<br />\nReply to this email to get started.<br />\n<br />\nBest regards,<br />\n<br />\nChris Grayson<br />\nAnimated Explainer<br />\nchris@animateddexplainers.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 16:05:57','2026-03-16 16:05:57','d3367f06-ceac-41e1-b708-4f685a1d074e'),
(43157,'Careers Form Submission',3191,43153,2,'Careers Form Submission from Amanda Ocacio','careers@ccridgewood.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccridgewood.com/careers\n\nNAME: Amanda Ocacio\n\nEMAIL: amandaocacio04@gmail.com\n\nPHONE: 12624600592\n\nFACILITY: \n\n 	* Ridgewood [https://mycompletecare.com/ccridgewood] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nFor prn position\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccridgewood.com/careers</p><p></p><p><strong>Name:</strong> Amanda Ocacio</p><p><strong>Email:</strong> amandaocacio04@gmail.com</p><p><strong>Phone:</strong> 12624600592</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccridgewood\">Ridgewood</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            For prn position \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 16:35:33','2026-03-16 16:35:33','0fad785a-2f9c-46bf-a6e6-6e8a7b8b8fc4'),
(43177,'Contact Form Submission',3190,43163,1,'Contact Form Submission from Jay Arcadipane','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Jay Arcadipane\n\nEMAIL: jarchie@nbpro.media\n\nCOMPANY: NBPro.Media\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\nMESSAGE: \nI hope you’re doing well. I wanted to reach out for two reasons.\n\nFirst, my mother has been a patient at Complete Care of Cedar Grove\nfor about a month now, and I just wanted to say how much we appreciate\nthe care she has been receiving. For what can be a difficult\nsituation, the staff has treated her very well, and our family is\ngrateful for the kindness and professionalism everyone has shown.\n\nSecond, I work with a video production company based in Midland Park,\nand while looking through your social media I noticed that there\nisn’t currently a video that really captures all of the great\namenities, rehabilitation services, rooms, facility features, and\nactivities available for patients and visiting families.\n\nOne thing we’ve found to be especially powerful is incorporating\nclient and family testimonials into these types of videos. Hearing\nreal experiences from patients and their families is a great way to\nbuild trust with prospective families who are researching care\noptions, while also helping spotlight the services, staff, and\nprograms that make your facility stand out.\n\nWe’ve produced videos for organizations such as Christian Health,\nAmada Senior Care, and Fellowship Senior Living, and have seen how\nimpactful this type of storytelling can be in helping facilities\nconnect with families and the community.\n\nI’ve included a link below to an example of our work so you can see\nthe type of videos we create.\n\nhttps://next.frame.io/share/b8c6905c-b232-4b3d-817f-af1cbb892068/\n\nPlease let me know if you can access our videos, if not I\'ll send them\nto you right away.\n\nThank you again for taking such good care of my mom, and I’d be\nhappy to connect if you think this might be helpful for your team.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Jay Arcadipane</p><p><strong>Email:</strong> jarchie@nbpro.media</p><p><strong>Company:</strong> NBPro.Media</p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            I hope you’re doing well. I wanted to reach out for two reasons.<br />\n<br />\nFirst, my mother has been a patient at Complete Care of Cedar Grove for about a month now, and I just wanted to say how much we appreciate the care she has been receiving. For what can be a difficult situation, the staff has treated her very well, and our family is grateful for the kindness and professionalism everyone has shown.<br />\n<br />\nSecond, I work with a video production company based in Midland Park, and while looking through your social media I noticed that there isn’t currently a video that really captures all of the great amenities, rehabilitation services, rooms, facility features, and activities available for patients and visiting families.<br />\n<br />\nOne thing we’ve found to be especially powerful is incorporating client and family testimonials into these types of videos. Hearing real experiences from patients and their families is a great way to build trust with prospective families who are researching care options, while also helping spotlight the services, staff, and programs that make your facility stand out.<br />\n<br />\nWe’ve produced videos for organizations such as Christian Health, Amada Senior Care, and Fellowship Senior Living, and have seen how impactful this type of storytelling can be in helping facilities connect with families and the community.<br />\n<br />\nI’ve included a link below to an example of our work so you can see the type of videos we create.<br />\n<br />\nhttps://next.frame.io/share/b8c6905c-b232-4b3d-817f-af1cbb892068/<br />\n<br />\nPlease let me know if you can access our videos, if not I\'ll send them to you right away.<br />\n<br />\n<br />\nThank you again for taking such good care of my mom, and I’d be happy to connect if you think this might be helpful for your team.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 18:27:11','2026-03-16 18:27:11','0e8d929d-ed53-470a-b346-02744947c14b'),
(43178,'Careers Form Submission',3191,43170,2,'Careers Form Submission from Amy Bracken','careers@cchagerstown.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cchagerstown.com/careers\n\nNAME: Amy Bracken\n\nEMAIL: bamy789@aol.com\n\nPHONE: 7174044980\n\nFACILITY: \n\n 	* Hagerstown [https://mycompletecare.com/cchagerstown] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHello, I am interested in obtaining an RN position PRN. I have been a\nnurse since 1987 and I have a wide variety of experience in abroad\narray platforms. If you have anything available for me, I’d\nappreciate the consideration.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cchagerstown.com/careers</p><p></p><p><strong>Name:</strong> Amy Bracken</p><p><strong>Email:</strong> bamy789@aol.com</p><p><strong>Phone:</strong> 7174044980</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchagerstown\">Hagerstown</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello, I am interested in obtaining an RN position PRN. I have been a nurse since 1987 and I have a wide variety of experience in abroad array platforms. If you have anything available for me, I’d appreciate the consideration.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 18:27:12','2026-03-16 18:27:12','d20380eb-ad41-43f0-b62d-989640c496ff'),
(43179,'Careers Form Submission',3191,43172,2,'Careers Form Submission from Amy Bracken','careers@cchagerstown.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cchagerstown.com/careers\n\nNAME: Amy Bracken\n\nEMAIL: bamy789@aol.com\n\nPHONE: 7174044980\n\nFACILITY: \n\n 	* Hagerstown [https://mycompletecare.com/cchagerstown] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHello, I am a registered nurse interested in obtaining a position with\nyour company. I have been a nurse since 1987 and have a broad range of\nexperience and a variety of different settings. I appreciate your\nconsideration for a position at your facility. Thank you.\nAmy Bracken RN\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cchagerstown.com/careers</p><p></p><p><strong>Name:</strong> Amy Bracken</p><p><strong>Email:</strong> bamy789@aol.com</p><p><strong>Phone:</strong> 7174044980</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchagerstown\">Hagerstown</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello, I am a registered nurse interested in obtaining a position with your company. I have been a nurse since 1987 and have a broad range of experience and a variety of different settings. I appreciate your consideration for a position at your facility. Thank you.<br />\nAmy Bracken RN\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 18:27:12','2026-03-16 18:27:12','774cd05e-20c6-468f-92aa-c9c91185c976'),
(43190,'Contact Form Submission',3190,43189,1,'Contact Form Submission from Diannati Cabrera','info@ccmercerville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmercerville.com/contact\n\nNAME: Diannati Cabrera\n\nEMAIL: dnotarymobileservices@gmail.com\n\nCOMPANY: Dnotary mobile servicess\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Mercerville [https://mycompletecare.com/ccmercerville] \n\nMESSAGE: \nDear Kris Worman,\n\nMy name is Diannati Cabrera, and I am a licensed Mobile Notary Public\nserving Trenton and surrounding areas. I provide convenient\nnotarization services and can travel directly to your facility, making\nit easy for your residents and staff to have documents notarized\nsafely and efficiently.\n\nI am experienced in handling a wide range of documents, including\npowers of attorney, affidavits, medical forms, and other legal\npaperwork. I offer flexible scheduling, including same-day and evening\nappointments, to accommodate your residents’ needs.\n\nI would love the opportunity to discuss how I can support your\nfacility and provide reliable mobile notary services. Please let me\nknow if we can schedule a brief call or visit at your convenience.\n\nThank you for your time and consideration.\n\nBest regards,\nDiannati Cabrera\nMobile Notary Public\n(347) 595-0715\ndnotarymobileservices@gmail.com\n','<p><strong>Contact form submitted at:</strong> https://ccmercerville.com/contact</p><p></p><p><strong>Name:</strong> Diannati Cabrera</p><p><strong>Email:</strong> dnotarymobileservices@gmail.com</p><p><strong>Company:</strong> Dnotary mobile servicess</p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmercerville\">Mercerville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Dear Kris Worman,<br />\n<br />\nMy name is Diannati Cabrera, and I am a licensed Mobile Notary Public serving Trenton and surrounding areas. I provide convenient notarization services and can travel directly to your facility, making it easy for your residents and staff to have documents notarized safely and efficiently.<br />\n<br />\nI am experienced in handling a wide range of documents, including powers of attorney, affidavits, medical forms, and other legal paperwork. I offer flexible scheduling, including same-day and evening appointments, to accommodate your residents’ needs.<br />\n<br />\nI would love the opportunity to discuss how I can support your facility and provide reliable mobile notary services. Please let me know if we can schedule a brief call or visit at your convenience.<br />\n<br />\nThank you for your time and consideration.<br />\n<br />\nBest regards,<br />\nDiannati Cabrera<br />\nMobile Notary Public<br />\n(347) 595-0715<br />\ndnotarymobileservices@gmail.com\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-16 18:56:42','2026-03-16 18:56:42','5b2a50dc-09c4-4ca4-a6d4-541ce9e7b9f4'),
(43271,'Careers Form Submission',3191,43191,2,'Careers Form Submission from Sheilah Donaldson','careers@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareblvd.com/careers\n\nNAME: Sheilah Donaldson\n\nEMAIL: sheilahdonaldson@icloud.com\n\nPHONE: 3125322957\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nPOSITIONS OF INTEREST:\n\n 	* HR / Staffing \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nSheilah Donaldson \nCertified nursing assistant \n312-532-2957\n5727 w Washington\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareblvd.com/careers</p><p></p><p><strong>Name:</strong> Sheilah Donaldson </p><p><strong>Email:</strong> sheilahdonaldson@icloud.com</p><p><strong>Phone:</strong> 3125322957</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Sheilah Donaldson <br />\nCertified nursing assistant <br />\n312-532-2957<br />\n5727 w Washington \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:40','2026-03-17 00:17:40','b5627187-4273-4058-9bd0-0a73a82111e6'),
(43272,'Careers Form Submission',3191,43193,2,'Careers Form Submission from Jeremiah Johnson','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Jeremiah Johnson\n\nEMAIL: Jerejohnson05@gmail.com\n\nPHONE: +1 (407) 973-8470\n\nFACILITY: \n\n 	* Shorrock Gardens [https://mycompletecare.com/ccshorrockgardens] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nHard working\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Jeremiah Johnson</p><p><strong>Email:</strong> Jerejohnson05@gmail.com</p><p><strong>Phone:</strong> +1 (407) 973-8470</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshorrockgardens\">Shorrock Gardens</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hard working \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:40','2026-03-17 00:17:40','ca15dbca-2876-4184-a6db-c830a66d89fb'),
(43273,'Contact Form Submission',3190,43195,1,'Contact Form Submission from Clifton kimes jr','info@ccannapolis.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccannapolis.com/contact\n\nNAME: Clifton kimes jr\n\nEMAIL: ckimesjr@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nMESSAGE: \nI came and visited Linda righins in room 35 there is something obvious\nthat she is I\'ll she was incoherent and tired I\'ve tried contacting\nher probably 15 times from yesterday when I left to now nurse said\nthey will check on her front office said she\'s in dialysis today I\nwould greatly appreciate it if a doctor would check on her or put her\nin the hospital please contact me with the results asap ,, Clifton\nkimes @ ckimesjr@gmail.com or cell phone is 667-405-4760. Thank you in\nadvance for your speedy response\n','<p><strong>Contact form submitted at:</strong> https://ccannapolis.com/contact</p><p></p><p><strong>Name:</strong> Clifton kimes jr</p><p><strong>Email:</strong> ckimesjr@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I came and visited Linda righins in room 35 there is something obvious that she is I\'ll she was incoherent and tired I\'ve tried contacting her probably 15 times from yesterday when I left to now nurse said they will check on her front office said she\'s in dialysis today I would greatly appreciate it if a doctor would check on her or put her in the hospital please contact me with the results asap ,, Clifton kimes @ ckimesjr@gmail.com or cell phone is 667-405-4760. Thank you in advance for your speedy response \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:40','2026-03-17 00:17:40','8a0ae841-e455-4755-90db-cee385e9f4ed'),
(43274,'Volunteer Form Submission',3189,43206,3,'Volunteer Form Submission from Isha Sachin','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Isha Sachin\n\nEMAIL: ishasachin9@gmail.com\n\nPHONE: 9083249190\n\nFACILITY:\n\n 	* Plainfield [https://mycompletecare.com/ccplainfield] \n\nMESSAGE:\nI want to be able to help people and I like to talk to people. I\nthought that at a nursing home I would be able to do both. I would\nlove to share a chat or a board game with people there. I would also\nlove to lead a craft, book reading, or trivia session.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Isha Sachin</p><p><strong>Email:</strong> ishasachin9@gmail.com</p><p><strong>Phone:</strong> 9083249190</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccplainfield\">Plainfield</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I want to be able to help people and I like to talk to people. I thought that at a nursing home I would be able to do both. I would love to share a chat or a board game with people there. I would also love to lead a craft, book reading, or trivia session.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:41','2026-03-17 00:17:41','a75e1c4c-e52a-4b00-96de-bf3392d281fd'),
(43275,'Careers Form Submission',3191,43211,2,'Careers Form Submission from Amanda Barlotta','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Amanda Barlotta\n\nEMAIL: amandabarlotta5@gmail.com\n\nPHONE: 19089102131\n\nFACILITY: \n\n 	* Madison [https://mycompletecare.com/completecareatmadison] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nComplete Care at Madison\n625 NJ-34\nMatawan, NJ 07747\n(732) 566-6400\nTo whom this may concern,\n\nI am writing to express my interest in the Clinical Fellowship\nSpeech-Language Pathologist (CF-SLP) position at Complete Care at\nMadison. I will be graduating with my Master’s degree in\nSpeech-Language Pathology from Monmouth University in May 2026, and I\nam eager to begin my clinical fellowship in a skilled nursing setting\nwhere I can continue developing my clinical skills while providing\nmeaningful care to individuals with communication and swallowing\ndisorders.\n\nThrough my graduate clinical training, I have gained experience\nworking with adults with aphasia, dysphagia, and\ncognitive-communication disorders, particularly in post-acute\nrehabilitation settings. I have provided therapy focused on improving\nfunctional communication, strengthening swallowing safety, and\nsupporting cognitive skills such as memory, attention, and executive\nfunctioning. These experiences have reinforced my passion for helping\nindividuals regain independence and improve their quality-of-life\nfollowing illness or injury.\n\nI am particularly drawn to Complete Care’s focus on delivering\nhigh-quality clinical care within a compassionate and supportive\nenvironment. Your commitment to respecting each resident’s dignity\nwhile creating a culture where team members feel valued strongly\nresonates with my own approach to patient care. I believe that\nmeaningful rehabilitation occurs when clinicians prioritize both\nclinical excellence and human connections.\n\nAs I begin my career as a Speech-Language Pathologist, I am seeking a\nClinical Fellowship opportunity where I can continue developing my\nclinical skills under the mentorship of an experienced supervising\nSLP. I am eager to contribute to a collaborative interdisciplinary\nteam while providing evidence-based therapy that supports residents in\nachieving their highest level of function.\n\nThank you for your time and consideration. I would welcome the\nopportunity to further discuss how my clinical training and passion\nfor patient-centered care align with the mission of Complete Care at\nMadison.\n\nSincerely,\nAmanda Barlotta\n(908) 910-2131, amandabarlotta5@gmail.com \n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Amanda Barlotta</p><p><strong>Email:</strong> amandabarlotta5@gmail.com</p><p><strong>Phone:</strong> 19089102131</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareatmadison\">Madison</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Complete Care at Madison<br />\n625 NJ-34<br />\nMatawan, NJ 07747<br />\n(732) 566-6400<br />\nTo whom this may concern,<br />\n<br />\nI am writing to express my interest in the Clinical Fellowship Speech-Language Pathologist (CF-SLP) position at Complete Care at Madison. I will be graduating with my Master’s degree in Speech-Language Pathology from Monmouth University in May 2026, and I am eager to begin my clinical fellowship in a skilled nursing setting where I can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders.<br />\n<br />\nThrough my graduate clinical training, I have gained experience working with adults with aphasia, dysphagia, and cognitive-communication disorders, particularly in post-acute rehabilitation settings. I have provided therapy focused on improving functional communication, strengthening swallowing safety, and supporting cognitive skills such as memory, attention, and executive functioning. These experiences have reinforced my passion for helping individuals regain independence and improve their quality-of-life following illness or injury.<br />\n<br />\nI am particularly drawn to Complete Care’s focus on delivering high-quality clinical care within a compassionate and supportive environment. Your commitment to respecting each resident’s dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care. I believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections.<br />\n<br />\nAs I begin my career as a Speech-Language Pathologist, I am seeking a Clinical Fellowship opportunity where I can continue developing my clinical skills under the mentorship of an experienced supervising SLP. I am eager to contribute to a collaborative interdisciplinary team while providing evidence-based therapy that supports residents in achieving their highest level of function.<br />\n<br />\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical training and passion for patient-centered care align with the mission of Complete Care at Madison.<br />\n<br />\nSincerely,<br />\nAmanda Barlotta<br />\n(908) 910-2131, amandabarlotta5@gmail.com <br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:41','2026-03-17 00:17:41','7d9240f4-a858-4943-bbb2-69a44e88564c'),
(43276,'Contact Form Submission',3190,43213,1,'Contact Form Submission from Joann Johnson','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Joann Johnson\n\nEMAIL: beatriceahmad@yahoo.com\n\nCOMPANY: LTA\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nMy mother is in BridgePoint Capitol Hill Washington DC . I’m\nthinking of transferring her closer to me . She is on a trac\nventilator.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Joann Johnson</p><p><strong>Email:</strong> beatriceahmad@yahoo.com</p><p><strong>Company:</strong> LTA </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            My mother is in BridgePoint Capitol Hill Washington DC . I’m thinking of transferring her closer to me . She is on a trac ventilator. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:41','2026-03-17 00:17:41','02d4aa6d-18e3-486b-9181-d5b2ff279b91'),
(43277,'Careers Form Submission',3191,43214,2,'Careers Form Submission from Amanda Barlotta','careers@ccwhisperingwoods.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccwhisperingwoods.com/careers\n\nNAME: Amanda Barlotta\n\nEMAIL: amandabarlotta5@gmail.com\n\nPHONE: 9089102131\n\nFACILITY: \n\n 	* Whispering Woods [https://mycompletecare.com/ccwhisperingwoods] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nComplete Care at Whispering Woods\n62 James St\nEdison, NJ 08820\n(732) 744-5541\n\nTo whom this may concern,\nI am writing to express my interest in the Clinical Fellowship\nSpeech-Language Pathologist (CF-SLP) position at Complete Care at\nMadison. I will be graduating with my Master’s degree in\nSpeech-Language Pathology from Monmouth University in May 2026, and I\nam eager to begin my clinical fellowship in a skilled nursing setting\nwhere I can continue developing my clinical skills while providing\nmeaningful care to individuals with communication and swallowing\ndisorders.\n\nThrough my graduate clinical training, I have gained experience\nworking with adults with aphasia, dysphagia, and\ncognitive-communication disorders, particularly in post-acute\nrehabilitation settings. I have provided therapy focused on improving\nfunctional communication, strengthening swallowing safety, and\nsupporting cognitive skills such as memory, attention, and executive\nfunctioning. These experiences have reinforced my passion for helping\nindividuals regain independence and improve their quality-of-life\nfollowing illness or injury.\n\nI am particularly drawn to Complete Care’s focus on delivering\nhigh-quality clinical care within a compassionate and supportive\nenvironment. Your commitment to respecting each resident’s dignity\nwhile creating a culture where team members feel valued strongly\nresonates with my own approach to patient care. I believe that\nmeaningful rehabilitation occurs when clinicians prioritize both\nclinical excellence and human connections.\n\nAs I begin my career as a Speech-Language Pathologist, I am seeking a\nClinical Fellowship opportunity where I can continue developing my\nclinical skills under the mentorship of an experienced supervising\nSLP. I am eager to contribute to a collaborative interdisciplinary\nteam while providing evidence-based therapy that supports residents in\nachieving their highest level of function.\n\nThank you for your time and consideration. I would welcome the\nopportunity to further discuss how my clinical training and passion\nfor patient-centered care align with the mission of Complete Care at\nMadison.\n\nSincerely,\nAmanda Barlotta\n(908) 910-2131, amandabarlotta5@gmail.com\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccwhisperingwoods.com/careers</p><p></p><p><strong>Name:</strong> Amanda Barlotta</p><p><strong>Email:</strong> amandabarlotta5@gmail.com</p><p><strong>Phone:</strong> 9089102131</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwhisperingwoods\">Whispering Woods</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Complete Care at Whispering Woods<br />\n62 James St<br />\nEdison, NJ 08820<br />\n(732) 744-5541<br />\n<br />\nTo whom this may concern,<br />\nI am writing to express my interest in the Clinical Fellowship Speech-Language Pathologist (CF-SLP) position at Complete Care at Madison. I will be graduating with my Master’s degree in Speech-Language Pathology from Monmouth University in May 2026, and I am eager to begin my clinical fellowship in a skilled nursing setting where I can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders.<br />\n<br />\nThrough my graduate clinical training, I have gained experience working with adults with aphasia, dysphagia, and cognitive-communication disorders, particularly in post-acute rehabilitation settings. I have provided therapy focused on improving functional communication, strengthening swallowing safety, and supporting cognitive skills such as memory, attention, and executive functioning. These experiences have reinforced my passion for helping individuals regain independence and improve their quality-of-life following illness or injury.<br />\n<br />\nI am particularly drawn to Complete Care’s focus on delivering high-quality clinical care within a compassionate and supportive environment. Your commitment to respecting each resident’s dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care. I believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections.<br />\n<br />\nAs I begin my career as a Speech-Language Pathologist, I am seeking a Clinical Fellowship opportunity where I can continue developing my clinical skills under the mentorship of an experienced supervising SLP. I am eager to contribute to a collaborative interdisciplinary team while providing evidence-based therapy that supports residents in achieving their highest level of function.<br />\n<br />\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical training and passion for patient-centered care align with the mission of Complete Care at Madison.<br />\n<br />\nSincerely,<br />\nAmanda Barlotta<br />\n(908) 910-2131, amandabarlotta5@gmail.com<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:42','2026-03-17 00:17:42','23dc47f7-9bf1-4702-a81c-7a84d4e5af9e'),
(43278,'Careers Form Submission',3191,43216,2,'Careers Form Submission from Amanda Barlotta','careers@ccbayshore.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccbayshore.com/careers\n\nNAME: Amanda Barlotta\n\nEMAIL: amandabarlotta5@gmail.com\n\nPHONE: 19089102131\n\nFACILITY: \n\n 	* Bayshore [https://mycompletecare.com/ccbayshore] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nComplete Care at Bayshore\n715 N Beers St\nHolmdel, NJ 07733\n(732) 847-3000\n\nTo whom this may concern,\nI am writing to express my interest in the Clinical Fellowship\nSpeech-Language Pathologist (CF-SLP) position at Complete Care at\nBayshore. I will be graduating with my Master’s degree in\nSpeech-Language Pathology from Monmouth University in May 2026, and I\nam eager to begin my clinical fellowship in a skilled nursing setting\nwhere I can continue developing my clinical skills while providing\nmeaningful care to individuals with communication and swallowing\ndisorders.\n\nThrough my graduate clinical training, I have gained experience\nworking with adults with aphasia, dysphagia, and\ncognitive-communication disorders, particularly in post-acute\nrehabilitation settings. I have provided therapy focused on improving\nfunctional communication, strengthening swallowing safety, and\nsupporting cognitive skills such as memory, attention, and executive\nfunctioning. These experiences have reinforced my passion for helping\nindividuals regain independence and improve their quality-of-life\nfollowing illness or injury.\n\nI am particularly drawn to Complete Care’s focus on delivering\nhigh-quality clinical care within a compassionate and supportive\nenvironment. Your commitment to respecting each resident’s dignity\nwhile creating a culture where team members feel valued strongly\nresonates with my own approach to patient care. I believe that\nmeaningful rehabilitation occurs when clinicians prioritize both\nclinical excellence and human connections.\n\nAs I begin my career as a Speech-Language Pathologist, I am seeking a\nClinical Fellowship opportunity where I can continue developing my\nclinical skills under the mentorship of an experienced supervising\nSLP. I am eager to contribute to a collaborative interdisciplinary\nteam while providing evidence-based therapy that supports residents in\nachieving their highest level of function.\n\nThank you for your time and consideration. I would welcome the\nopportunity to further discuss how my clinical training and passion\nfor patient-centered care align with the mission of Complete Care at\nBayshore.\n\nSincerely,\nAmanda Barlotta\n(908) 910-2131, amandabarlotta5@gmail.com\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccbayshore.com/careers</p><p></p><p><strong>Name:</strong> Amanda Barlotta</p><p><strong>Email:</strong> amandabarlotta5@gmail.com</p><p><strong>Phone:</strong> 19089102131</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbayshore\">Bayshore</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Complete Care at Bayshore<br />\n715 N Beers St<br />\nHolmdel, NJ 07733<br />\n(732) 847-3000<br />\n<br />\nTo whom this may concern,<br />\nI am writing to express my interest in the Clinical Fellowship Speech-Language Pathologist (CF-SLP) position at Complete Care at Bayshore. I will be graduating with my Master’s degree in Speech-Language Pathology from Monmouth University in May 2026, and I am eager to begin my clinical fellowship in a skilled nursing setting where I can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders.<br />\n<br />\nThrough my graduate clinical training, I have gained experience working with adults with aphasia, dysphagia, and cognitive-communication disorders, particularly in post-acute rehabilitation settings. I have provided therapy focused on improving functional communication, strengthening swallowing safety, and supporting cognitive skills such as memory, attention, and executive functioning. These experiences have reinforced my passion for helping individuals regain independence and improve their quality-of-life following illness or injury.<br />\n<br />\nI am particularly drawn to Complete Care’s focus on delivering high-quality clinical care within a compassionate and supportive environment. Your commitment to respecting each resident’s dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care. I believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections.<br />\n<br />\nAs I begin my career as a Speech-Language Pathologist, I am seeking a Clinical Fellowship opportunity where I can continue developing my clinical skills under the mentorship of an experienced supervising SLP. I am eager to contribute to a collaborative interdisciplinary team while providing evidence-based therapy that supports residents in achieving their highest level of function.<br />\n<br />\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical training and passion for patient-centered care align with the mission of Complete Care at Bayshore.<br />\n<br />\nSincerely,<br />\nAmanda Barlotta<br />\n(908) 910-2131, amandabarlotta5@gmail.com<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:42','2026-03-17 00:17:42','02b39dc7-6c28-4a26-bf44-6cf3c29a3b70'),
(43279,'Careers Form Submission',3191,43218,2,'Careers Form Submission from Amanda Barlotta','careers@ccwestfield.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccwestfield.com/careers\n\nNAME: Amanda Barlotta\n\nEMAIL: amandabarlotta5@gmail.com\n\nPHONE: (908)910-2131\n\nFACILITY: \n\n 	* Westfield [https://mycompletecare.com/ccwestfield] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nComplete Care at Westfield\n1515 Lamberts Mill Rd\nWestfield, NJ 07090\n(908) 233-9700\n\nTo whom this may concern,\nI am writing to express my interest in the Clinical Fellowship\nSpeech-Language Pathologist (CF-SLP) position at Complete Care at\nWestfield. I will be graduating with my Master’s degree in\nSpeech-Language Pathology from Monmouth University in May 2026, and I\nam eager to begin my clinical fellowship in a skilled nursing setting\nwhere I can continue developing my clinical skills while providing\nmeaningful care to individuals with communication and swallowing\ndisorders.\n\nThrough my graduate clinical training, I have gained experience\nworking with adults with aphasia, dysphagia, and\ncognitive-communication disorders, particularly in post-acute\nrehabilitation settings. I have provided therapy focused on improving\nfunctional communication, strengthening swallowing safety, and\nsupporting cognitive skills such as memory, attention, and executive\nfunctioning. These experiences have reinforced my passion for helping\nindividuals regain independence and improve their quality-of-life\nfollowing illness or injury.\n\nI am particularly drawn to Complete Care’s focus on delivering\nhigh-quality clinical care within a compassionate and supportive\nenvironment. Your commitment to respecting each resident’s dignity\nwhile creating a culture where team members feel valued strongly\nresonates with my own approach to patient care. I believe that\nmeaningful rehabilitation occurs when clinicians prioritize both\nclinical excellence and human connections.\n\nAs I begin my career as a Speech-Language Pathologist, I am seeking a\nClinical Fellowship opportunity where I can continue developing my\nclinical skills under the mentorship of an experienced supervising\nSLP. I am eager to contribute to a collaborative interdisciplinary\nteam while providing evidence-based therapy that supports residents in\nachieving their highest level of function.\n\nThank you for your time and consideration. I would welcome the\nopportunity to further discuss how my clinical training and passion\nfor patient-centered care align with the mission of Complete Care at\nWestfield.\n\nSincerely,\nAmanda Barlotta\n(908) 910-2131, amandabarlotta5@gmail.com\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccwestfield.com/careers</p><p></p><p><strong>Name:</strong> Amanda Barlotta</p><p><strong>Email:</strong> amandabarlotta5@gmail.com</p><p><strong>Phone:</strong> (908)910-2131</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwestfield\">Westfield</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Complete Care at Westfield<br />\n1515 Lamberts Mill Rd<br />\nWestfield, NJ 07090<br />\n(908) 233-9700<br />\n<br />\nTo whom this may concern,<br />\nI am writing to express my interest in the Clinical Fellowship Speech-Language Pathologist (CF-SLP) position at Complete Care at Westfield. I will be graduating with my Master’s degree in Speech-Language Pathology from Monmouth University in May 2026, and I am eager to begin my clinical fellowship in a skilled nursing setting where I can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders.<br />\n<br />\nThrough my graduate clinical training, I have gained experience working with adults with aphasia, dysphagia, and cognitive-communication disorders, particularly in post-acute rehabilitation settings. I have provided therapy focused on improving functional communication, strengthening swallowing safety, and supporting cognitive skills such as memory, attention, and executive functioning. These experiences have reinforced my passion for helping individuals regain independence and improve their quality-of-life following illness or injury.<br />\n<br />\nI am particularly drawn to Complete Care’s focus on delivering high-quality clinical care within a compassionate and supportive environment. Your commitment to respecting each resident’s dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care. I believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections.<br />\n<br />\nAs I begin my career as a Speech-Language Pathologist, I am seeking a Clinical Fellowship opportunity where I can continue developing my clinical skills under the mentorship of an experienced supervising SLP. I am eager to contribute to a collaborative interdisciplinary team while providing evidence-based therapy that supports residents in achieving their highest level of function.<br />\n<br />\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical training and passion for patient-centered care align with the mission of Complete Care at Westfield.<br />\n<br />\nSincerely,<br />\nAmanda Barlotta<br />\n(908) 910-2131, amandabarlotta5@gmail.com<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:42','2026-03-17 00:17:42','8e4ffc4e-f690-47d1-ac2d-4ad79388fdab'),
(43280,'Careers Form Submission',3191,43221,2,'Careers Form Submission from Amanda Barlotta','careers@completecareclark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareclark.com/careers\n\nNAME: Amanda Barlotta\n\nEMAIL: amandabarlotta5@gmail.com\n\nPHONE: (908)910-2131\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nComplete Care at Clark \n1213 Westfield Ave\nClark, NJ 07066\n(732) 396-7100\n\nTo whom this may concern,\nI am writing to express my interest in the Clinical Fellowship\nSpeech-Language Pathologist (CF-SLP) position at Complete Care at\nClark. I will be graduating with my Master’s degree in\nSpeech-Language Pathology from Monmouth University in May 2026, and I\nam eager to begin my clinical fellowship in a skilled nursing setting\nwhere I can continue developing my clinical skills while providing\nmeaningful care to individuals with communication and swallowing\ndisorders.\n\nThrough my graduate clinical training, I have gained experience\nworking with adults with aphasia, dysphagia, and\ncognitive-communication disorders, particularly in post-acute\nrehabilitation settings. I have provided therapy focused on improving\nfunctional communication, strengthening swallowing safety, and\nsupporting cognitive skills such as memory, attention, and executive\nfunctioning. These experiences have reinforced my passion for helping\nindividuals regain independence and improve their quality-of-life\nfollowing illness or injury.\n\nI am particularly drawn to Complete Care’s focus on delivering\nhigh-quality clinical care within a compassionate and supportive\nenvironment. Your commitment to respecting each resident’s dignity\nwhile creating a culture where team members feel valued strongly\nresonates with my own approach to patient care. I believe that\nmeaningful rehabilitation occurs when clinicians prioritize both\nclinical excellence and human connections.\n\nAs I begin my career as a Speech-Language Pathologist, I am seeking a\nClinical Fellowship opportunity where I can continue developing my\nclinical skills under the mentorship of an experienced supervising\nSLP. I am eager to contribute to a collaborative interdisciplinary\nteam while providing evidence-based therapy that supports residents in\nachieving their highest level of function.\n\nThank you for your time and consideration. I would welcome the\nopportunity to further discuss how my clinical training and passion\nfor patient-centered care align with the mission of Complete Care at\nClark.\n\nSincerely,\nAmanda Barlotta\n(908) 910-2131, amandabarlotta5@gmail.com\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareclark.com/careers</p><p></p><p><strong>Name:</strong> Amanda Barlotta</p><p><strong>Email:</strong> amandabarlotta5@gmail.com</p><p><strong>Phone:</strong> (908)910-2131</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Complete Care at Clark <br />\n1213 Westfield Ave<br />\nClark, NJ 07066<br />\n(732) 396-7100<br />\n<br />\nTo whom this may concern,<br />\nI am writing to express my interest in the Clinical Fellowship Speech-Language Pathologist (CF-SLP) position at Complete Care at Clark. I will be graduating with my Master’s degree in Speech-Language Pathology from Monmouth University in May 2026, and I am eager to begin my clinical fellowship in a skilled nursing setting where I can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders.<br />\n<br />\nThrough my graduate clinical training, I have gained experience working with adults with aphasia, dysphagia, and cognitive-communication disorders, particularly in post-acute rehabilitation settings. I have provided therapy focused on improving functional communication, strengthening swallowing safety, and supporting cognitive skills such as memory, attention, and executive functioning. These experiences have reinforced my passion for helping individuals regain independence and improve their quality-of-life following illness or injury.<br />\n<br />\nI am particularly drawn to Complete Care’s focus on delivering high-quality clinical care within a compassionate and supportive environment. Your commitment to respecting each resident’s dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care. I believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections.<br />\n<br />\nAs I begin my career as a Speech-Language Pathologist, I am seeking a Clinical Fellowship opportunity where I can continue developing my clinical skills under the mentorship of an experienced supervising SLP. I am eager to contribute to a collaborative interdisciplinary team while providing evidence-based therapy that supports residents in achieving their highest level of function.<br />\n<br />\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical training and passion for patient-centered care align with the mission of Complete Care at Clark.<br />\n<br />\nSincerely,<br />\nAmanda Barlotta<br />\n(908) 910-2131, amandabarlotta5@gmail.com<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:43','2026-03-17 00:17:43','01933f93-0c54-49a9-91b6-1fa7d18834fa'),
(43281,'Contact Form Submission',3190,43226,1,'Contact Form Submission from Sonia Lewis','info@ccharborage.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccharborage.com/contact\n\nNAME: Sonia Lewis\n\nEMAIL: sonia@truesparklecleaner.com\n\nCOMPANY: TrueSparkle Cleaner\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Harborage [https://mycompletecare.com/ccharborage] \n\nMESSAGE: \nHi,\n\nLooking for a reliable cleaning service and a quick quote?\n\nTrueSparckle Cleaner provides award-winning cleaning and dependable\ncustomer support tailored to your facility’s needs.\n\nWould you like a no-obligation cleaning estimate?\n\nAll the best,\n\nSonia Lewis\nBusiness Development Rep\nTrueSparkle Cleaner\nsonia@truesparklecleaner.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://ccharborage.com/contact</p><p></p><p><strong>Name:</strong> Sonia Lewis</p><p><strong>Email:</strong> sonia@truesparklecleaner.com</p><p><strong>Company:</strong> TrueSparkle Cleaner</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharborage\">Harborage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nLooking for a reliable cleaning service and a quick quote?<br />\n <br />\nTrueSparckle Cleaner provides award-winning cleaning and dependable customer support tailored to your facility’s needs.<br />\n <br />\nWould you like a no-obligation cleaning estimate?<br />\n <br />\nAll the best,<br />\n<br />\nSonia Lewis<br />\nBusiness Development Rep<br />\nTrueSparkle Cleaner<br />\nsonia@truesparklecleaner.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:43','2026-03-17 00:17:43','2b51ba71-a4ea-41d4-b266-f9d54e943568'),
(43282,'Careers Form Submission',3191,43228,2,'Careers Form Submission from Nicholas','careers@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccglendalewest.com/careers\n\nNAME: Nicholas\n\nEMAIL: berrynick679@gmail.com\n\nPHONE: 14148920758\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nHi my name is Nicholas Berry and I am applying for the Dietary Aide\nfood service/ Housekeeping positions.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccglendalewest.com/careers</p><p></p><p><strong>Name:</strong> Nicholas </p><p><strong>Email:</strong> berrynick679@gmail.com</p><p><strong>Phone:</strong> 14148920758</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi my name is Nicholas Berry and I am applying for the Dietary Aide food service/ Housekeeping positions.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:43','2026-03-17 00:17:43','f71a9d46-1384-4148-ab1a-402b6b8c0c4c'),
(43283,'Volunteer Form Submission',3189,43230,3,'Volunteer Form Submission from Cierra Bublick','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Cierra Bublick\n\nEMAIL: cierrabub1@gmail.com\n\nPHONE: 9089562559\n\nFACILITY:\n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nMESSAGE:\nGood evening! My name is Cierra Bublick and I am currently a student\nat Monmouth University. I am majoring in exercise science and health\nstudies in hopes of being a physical therapist. I was wondering if you\nare offering any shadowing opportunities in the summer? If not, I\ncompletely understand. Thanks so much for your time!\n\nCierra Bublick\n9089562559\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Cierra Bublick</p><p><strong>Email:</strong> cierrabub1@gmail.com</p><p><strong>Phone:</strong> 9089562559</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Good evening! My name is Cierra Bublick and I am currently a student at Monmouth University. I am majoring in exercise science and health studies in hopes of being a physical therapist. I was wondering if you are offering any shadowing opportunities in the summer? If not, I completely understand. Thanks so much for your time!<br />\n<br />\n<br />\nCierra Bublick<br />\n9089562559\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:43','2026-03-17 00:17:43','714b05c8-f6f6-4a68-a1a2-a51c140d0a54'),
(43284,'Contact Form Submission',3190,43234,1,'Contact Form Submission from heidi Stewart','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: heidi Stewart\n\nEMAIL: heidistew1@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Brackenville [https://mycompletecare.com/ccbrackenville] \n\nMESSAGE: \nHi- I would like information regarding assisted living. I am starting\nto look for my mother. Price ranges, etc.waiting list?\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> heidi Stewart</p><p><strong>Email:</strong> heidistew1@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrackenville\">Brackenville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi- I would like information regarding assisted living. I am starting to look for my mother. Price ranges, etc.waiting list?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:44','2026-03-17 00:17:44','5bd95c71-34f9-4305-ae06-128c1fdbe18e'),
(43285,'Careers Form Submission',3191,43237,2,'Careers Form Submission from Tymire perez','careers@completecarehillside.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: http://completecarehillside.com/careers\n\nNAME: Tymire perez\n\nEMAIL: pereztymire4@gmail.com\n\nPHONE: 3025138235\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in the position at your facility.\nWith hands-on experience in healthcare support, dietary services, and\nfloor technician responsibilities, I bring a strong work ethic,\nreliability, and a genuine commitment to maintaining a safe, clean,\nand supportive environment for patients, residents, and staff.\n\nIn my previous roles, I have worked closely with healthcare teams to\nensure smooth daily operations. I am experienced in assisting with\npatient needs, following safety and sanitation protocols, and\nsupporting clinical staff with tasks that improve overall care\nquality. My background in dietary services includes meal preparation,\ntray delivery, food safety compliance, and providing respectful,\npatient-centered service to individuals with diverse dietary\nrequirements.\n\nAdditionally, my experience as a floor technician has strengthened my\nattention to detail and ability to maintain high standards of\ncleanliness. I am skilled in operating floor-care equipment,\nperforming routine and deep cleaning, and ensuring that all areas meet\ninfection-control and safety guidelines. I take pride in creating an\nenvironment that promotes health, comfort, and dignity.\n\nI am confident that my versatility, dependability, and dedication to\nexcellent service would make me a valuable addition to your team. I\nwould welcome the opportunity to contribute to your facility’s\nmission and support the well-being of those you serve.\n\nThank you for considering my application. I look forward to the\npossibility of joining your team and contributing to a positive and\nprofessional work environment.\n\nSincerely,\n\nTymire Perez\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> http://completecarehillside.com/careers</p><p></p><p><strong>Name:</strong> Tymire perez</p><p><strong>Email:</strong> pereztymire4@gmail.com</p><p><strong>Phone:</strong> 3025138235</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in the position at your facility. With hands-on experience in healthcare support, dietary services, and floor technician responsibilities, I bring a strong work ethic, reliability, and a genuine commitment to maintaining a safe, clean, and supportive environment for patients, residents, and staff.<br />\n<br />\nIn my previous roles, I have worked closely with healthcare teams to ensure smooth daily operations. I am experienced in assisting with patient needs, following safety and sanitation protocols, and supporting clinical staff with tasks that improve overall care quality. My background in dietary services includes meal preparation, tray delivery, food safety compliance, and providing respectful, patient-centered service to individuals with diverse dietary requirements.<br />\n<br />\nAdditionally, my experience as a floor technician has strengthened my attention to detail and ability to maintain high standards of cleanliness. I am skilled in operating floor-care equipment, performing routine and deep cleaning, and ensuring that all areas meet infection-control and safety guidelines. I take pride in creating an environment that promotes health, comfort, and dignity.<br />\n<br />\nI am confident that my versatility, dependability, and dedication to excellent service would make me a valuable addition to your team. I would welcome the opportunity to contribute to your facility’s mission and support the well-being of those you serve.<br />\n<br />\nThank you for considering my application. I look forward to the possibility of joining your team and contributing to a positive and professional work environment.<br />\n<br />\nSincerely,<br />\n<br />\nTymire Perez\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 00:17:44','2026-03-17 00:17:44','97971084-06c1-4e7e-a782-5c9caa299f32'),
(43962,'Contact Form Submission',3190,43302,1,'Contact Form Submission from Charlene M Palka','info@ccfoxhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccfoxhill.com/contact\n\nNAME: Charlene M Palka\n\nEMAIL: char1541@aol.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Fox Hill [https://mycompletecare.com/ccfoxhill] \n\nMESSAGE: \nWilliam Saglio was admitted March 15th. He needs lorazapam and a anti\ndepressant. No CNA\'s or nurses come quick enough. I\'ll be calling his\nPCP March 17th to have medications delivered directly there or I\'ll\nbring them in. You all have to step it up and hire more help or tell\nme how to have him moved to a different rehab facility.\n','<p><strong>Contact form submitted at:</strong> https://ccfoxhill.com/contact</p><p></p><p><strong>Name:</strong> Charlene M Palka</p><p><strong>Email:</strong> char1541@aol.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfoxhill\">Fox Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            William Saglio was admitted March 15th. He needs lorazapam and a anti depressant. No CNA\'s or nurses come quick enough. I\'ll be calling his PCP March 17th to have medications delivered directly there or I\'ll bring them in. You all have to step it up and hire more help or tell me how to have him moved to a different rehab facility. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 01:50:30','2026-03-17 01:50:30','59b83697-ab9d-4d58-ba37-997b51cde20f'),
(43963,'Careers Form Submission',3191,43952,2,'Careers Form Submission from Richard Mills','careers@ccvoorhees.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccvoorhees.com/careers/\n\nNAME: Richard Mills\n\nEMAIL: RichardMills2026@email.com\n\nPHONE: 215-667-1324\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Recruitment \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nReturning To Voorhees, NJ &amp; Looking For New Career\nSeeking: PT or FT 30-40 Hours Weekly (Non Nursing)\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccvoorhees.com/careers/</p><p></p><p><strong>Name:</strong> Richard Mills</p><p><strong>Email:</strong> RichardMills2026@email.com</p><p><strong>Phone:</strong> 215-667-1324</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Returning To Voorhees, NJ &amp;amp; Looking For New Career<br />\nSeeking: PT or FT 30-40 Hours Weekly (Non Nursing)\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 01:50:31','2026-03-17 01:50:31','09673c7b-eab7-4893-bb4b-0b9cbc22e585'),
(43964,'Careers Form Submission',3191,43954,2,'Careers Form Submission from Tiana lamb','careers@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareblvd.com/careers\n\nNAME: Tiana lamb\n\nEMAIL: lambtiana93@yahoo.com\n\nPHONE: 3127355911\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nLooking to join your team in housekeeping have Great experience\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareblvd.com/careers</p><p></p><p><strong>Name:</strong> Tiana lamb</p><p><strong>Email:</strong> lambtiana93@yahoo.com</p><p><strong>Phone:</strong> 3127355911</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking to join your team in housekeeping have Great experience \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 01:50:31','2026-03-17 01:50:31','b5399c4b-09ea-4b88-8134-60346883a3af'),
(43965,'Careers Form Submission',3191,43956,2,'Careers Form Submission from Richard Mills','careers@ccvoorhees.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccvoorhees.com/careers/\n\nNAME: Richard Mills\n\nEMAIL: RichardMills2026@email.com\n\nPHONE: 215-667-1324\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Recruitment \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nI\'m Returning To Voorhees, NJ &amp; Looking For New Career\nWell Rounded Seek PT or FT Career 30-40 Hours Weekly\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccvoorhees.com/careers/</p><p></p><p><strong>Name:</strong> Richard Mills</p><p><strong>Email:</strong> RichardMills2026@email.com</p><p><strong>Phone:</strong> 215-667-1324</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I\'m Returning To Voorhees, NJ &amp;amp; Looking For New Career<br />\nWell Rounded Seek PT or FT Career 30-40 Hours Weekly \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 01:50:31','2026-03-17 01:50:31','9821ffb2-f589-401e-a91c-a2ed03aa6619'),
(44074,'Careers Form Submission',3191,44072,2,'Careers Form Submission from Madelyn Bates','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Madelyn Bates\n\nEMAIL: madelynbates10@gmail.com\n\nPHONE: 2513781160\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\n.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Madelyn Bates</p><p><strong>Email:</strong> madelynbates10@gmail.com</p><p><strong>Phone:</strong> 2513781160</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            .\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"77.105.140.156\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 02:11:03','2026-03-17 02:11:03','d10dbf2c-6dc3-41fb-96fd-07a97e562720'),
(44465,'Contact Form Submission',3190,44142,1,'Contact Form Submission from Abby Holt','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Abby Holt\n\nEMAIL: abbyholt@craftability.org\n\nCOMPANY: Craftability.org\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Court House [https://mycompletecare.com/ccatcourthouse] \n\nMESSAGE: \nHi,\n\nWhen we find ourselves spending more time indoors due to weather\nconditions, it\'s an excellent opportunity to explore new skills or\nhobbies. Whether it\'s experimenting with different forms of exercise,\nself-teaching a musical instrument, mastering a second language, or\ndoing activities like dancing, there are plenty of enjoyable options.\n\nWould you be open to having me create a fun article for your site,\noffering suggestions on exciting new skills or hobbies?\n\nIf you\'re interested, I can begin working on it right away.\n\nThank you in advance!\nAbby Holt\nCraftability.org\n\n*Optimized for both people and search - my articles are made to reach\nwide. If you’d prefer a different topic, I’ll switch gears. If\nnot, just say the word and I’ll step back.*\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Abby Holt</p><p><strong>Email:</strong> abbyholt@craftability.org</p><p><strong>Company:</strong> Craftability.org</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatcourthouse\">Court House</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n<br />\nWhen we find ourselves spending more time indoors due to weather conditions, it\'s an excellent opportunity to explore new skills or hobbies. Whether it\'s experimenting with different forms of exercise, self-teaching a musical instrument, mastering a second language, or doing activities like dancing, there are plenty of enjoyable options.<br />\n<br />\nWould you be open to having me create a fun article for your site, offering suggestions on exciting new skills or hobbies?<br />\n<br />\nIf you\'re interested, I can begin working on it right away.<br />\n<br />\nThank you in advance!<br />\nAbby Holt<br />\nCraftability.org<br />\n<br />\n<br />\n*Optimized for both people and search - my articles are made to reach wide. If you’d prefer a different topic, I’ll switch gears. If not, just say the word and I’ll step back.* \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:38','2026-03-17 19:01:38','bbefc69d-6766-4b14-ad38-100623ffde77'),
(44466,'Careers Form Submission',3191,44217,2,'Careers Form Submission from Kayla James','careers@ccridgewood.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccridgewood.com/careers\n\nNAME: Kayla James\n\nEMAIL: kaylarich24123@icloud.com\n\nPHONE: 7278581506\n\nFACILITY: \n\n 	* Ridgewood [https://mycompletecare.com/ccridgewood] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHello my name is Kayla James I have been a cna for 16 years I am also\na medtech which I have been for 5 years. I am a very passionate person\nI care for my residents like I would my family. I like to put my self\nin their shoes to understand and know how to help them better .i have\n4 kids and I wouldn’t have any troubles with babysitting or anything\nlike that I come to work to do my job and make sure the residents get\nthe best quality of care they need because I know I am in their home\nand I would treat it as such. I don’t do drama and I mind my\nbusiness which is taking care of my residents. I was a supervisor for\nalmost 2 years I get along with everyone and I love to make the\nenvironment very positive I do not like negativity. So I feel like I\nwould be a great candidate and I am very transparent I don’t like to\nhide anything if I feel things aren’t good I will definitely make it\nknown and also if I feel like the residents aren’t getting the cares\nthey need I also will express that.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccridgewood.com/careers</p><p></p><p><strong>Name:</strong> Kayla James</p><p><strong>Email:</strong> kaylarich24123@icloud.com</p><p><strong>Phone:</strong> 7278581506</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccridgewood\">Ridgewood</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello my name is Kayla James I have been a cna for 16 years I am also a medtech which I have been for 5 years. I am a very passionate person I care for my residents like I would my family. I like to put my self in their shoes to understand and know how to help them better .i have 4 kids and I wouldn’t have any troubles with babysitting or anything like that I come to work to do my job and make sure the residents get the best quality of care they need because I know I am in their home and I would treat it as such. I don’t do drama and I mind my business which is taking care of my residents. I was a supervisor for almost 2 years I get along with everyone and I love to make the environment very positive I do not like negativity. So I feel like I would be a great candidate and I am very transparent I don’t like to hide anything if I feel things aren’t good I will definitely make it known and also if I feel like the residents aren’t getting the cares they need I also will express that. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:38','2026-03-17 19:01:38','8b8581f5-f22e-48f3-8b8e-87c745ac9da3'),
(44467,'Contact Form Submission',3190,44281,1,'Contact Form Submission from Kathleen Farmer','info@ccgrandeprairie.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccgrandeprairie.com/contact\n\nNAME: Kathleen Farmer\n\nEMAIL: kathleen@vas4hire.com\n\nCOMPANY: VAs 4 Hire\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Grande Prairie [https://mycompletecare.com/ccgrandeprairie] \n\nMESSAGE: \nGood Day,\n\nI’m Kathleen with VAs4Hire. We help business owners consistently\nbook qualified appointments using our AI-powered Lead Found system,\nwhich identifies ideal prospects, reaches out automatically, and\nschedules meetings directly on your calendar. On average, our clients\nsee up to 8–10 booked appointments per day.\n\nAre you currently open to bringing in more qualified jobs this month?\n','<p><strong>Contact form submitted at:</strong> https://ccgrandeprairie.com/contact</p><p></p><p><strong>Name:</strong> Kathleen Farmer</p><p><strong>Email:</strong> kathleen@vas4hire.com</p><p><strong>Company:</strong> VAs 4 Hire</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgrandeprairie\">Grande Prairie</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good Day,<br />\n<br />\nI’m Kathleen with VAs4Hire. We help business owners consistently book qualified appointments using our AI-powered Lead Found system, which identifies ideal prospects, reaches out automatically, and schedules meetings directly on your calendar. On average, our clients see up to 8–10 booked appointments per day.<br />\n<br />\nAre you currently open to bringing in more qualified jobs this month?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:38','2026-03-17 19:01:38','fac94a76-8a27-4a01-9734-6577883f509c'),
(44468,'Careers Form Submission',3191,44291,2,'Careers Form Submission from Musap Gunaydin','careers@ccsummitridge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsummitridge.com/careers\n\nNAME: Musap Gunaydin\n\nEMAIL: musapgunaydin4@gmail.com\n\nPHONE: 7179567543\n\nFACILITY: \n\n 	* Summit Ridge [https://mycompletecare.com/ccsummitridge] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\n1\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsummitridge.com/careers</p><p></p><p><strong>Name:</strong> Musap Gunaydin</p><p><strong>Email:</strong> musapgunaydin4@gmail.com</p><p><strong>Phone:</strong> 7179567543</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            1\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:38','2026-03-17 19:01:38','5b76c0e4-5f2a-4d8f-9c1d-082b143beb09'),
(44469,'Careers Form Submission',3191,44314,2,'Careers Form Submission from Derrick','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Derrick\n\nEMAIL: derrick.richey34@gmail.com\n\nPHONE: 4437455026\n\nFACILITY: \n\n 	* Heritage [https://mycompletecare.com/completecareheritage] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nResume\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Derrick </p><p><strong>Email:</strong> derrick.richey34@gmail.com</p><p><strong>Phone:</strong> 4437455026</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareheritage\">Heritage</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Resume\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:39','2026-03-17 19:01:39','1457a735-88ac-4de1-9187-2408e99f2a7f'),
(44470,'Careers Form Submission',3191,44339,2,'Careers Form Submission from Nikerah salaam','careers@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccglendalewest.com/careers\n\nNAME: Nikerah salaam\n\nEMAIL: nikerahsalaamm@gmail.com\n\nPHONE: +17207297397\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI’m currently in nursing school and seeking part time employment. I\nhave 5 years experience as a Certified nursing assistant as well as 4\nyears experience as a medication technician.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccglendalewest.com/careers</p><p></p><p><strong>Name:</strong> Nikerah salaam </p><p><strong>Email:</strong> nikerahsalaamm@gmail.com</p><p><strong>Phone:</strong> +17207297397</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I’m currently in nursing school and seeking part time employment. I have 5 years experience as a Certified nursing assistant as well as 4 years experience as a medication technician. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:39','2026-03-17 19:01:39','8ec81998-5160-4531-b622-6a3ac1ed33aa'),
(44471,'Careers Form Submission',3191,44344,2,'Careers Form Submission from Nicole Brownstein','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Nicole Brownstein\n\nEMAIL: nicole@ourability.com\n\nPHONE: 19144581490\n\nFACILITY: \n\n 	* Wall [https://mycompletecare.com/completecarewall] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n 	* Nursing \n 	* Recruitment \n 	* Social Services \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nHi,\n\nI hope you’re doing well. We admire your organization’s commitment\nto workplace equality and wanted to introduce Our Ability — a\ndisability-owned company that helps employers connect with outstanding\ndisabled talent across all skill levels.\n\nWe partner with recruiters and HR teams to expand diverse talent\npipelines and make inclusion a real, people-driven practice.\n\nAt a time when some companies are removing their DEI initiatives and\nstepping away from working with our community, we’re actively\nsearching for those that still see the value in what we bring to the\ntable.   \n\nCould you please let me know who handles partnerships or talent\ninitiatives in this area? I didn’t see it on the website. We’d\nappreciate your help connecting with the right person. Have a pleasant\nday.\n \nKindly,\n\nNicole\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Nicole Brownstein</p><p><strong>Email:</strong> nicole@ourability.com</p><p><strong>Phone:</strong> 19144581490</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarewall\">Wall</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi,<br />\n<br />\nI hope you’re doing well. We admire your organization’s commitment to workplace equality and wanted to introduce Our Ability — a disability-owned company that helps employers connect with outstanding disabled talent across all skill levels.<br />\n<br />\nWe partner with recruiters and HR teams to expand diverse talent pipelines and make inclusion a real, people-driven practice.<br />\n<br />\nAt a time when some companies are removing their DEI initiatives and stepping away from working with our community, we’re actively searching for those that still see the value in what we bring to the table.   <br />\n<br />\nCould you please let me know who handles partnerships or talent initiatives in this area? I didn’t see it on the website. We’d appreciate your help connecting with the right person. Have a pleasant day.<br />\n	 <br />\nKindly,<br />\n<br />\nNicole\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:39','2026-03-17 19:01:39','a5daa5de-6d02-431c-939d-e1614dc03a26'),
(44472,'Contact Form Submission',3190,44350,1,'Contact Form Submission from Kathleen Farmer','info@ccfairlawnedge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccfairlawnedge.com/contact\n\nNAME: Kathleen Farmer\n\nEMAIL: kathleen@vas4hire.com\n\nCOMPANY: VAs 4 Hire\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nMESSAGE: \nHi there,\n\nWe provide expert Virtual Assistant Services to handle a variety of\ntasks, including lead generation, cold calling, appointment setting,\nsocial media management, content creation, bookkeeping,\nadministrative, and customer support.\n\nI\'d love to show you how it works &amp; how we can help enhance your\nclient acquisitions.\n','<p><strong>Contact form submitted at:</strong> https://ccfairlawnedge.com/contact</p><p></p><p><strong>Name:</strong> Kathleen Farmer</p><p><strong>Email:</strong> kathleen@vas4hire.com</p><p><strong>Company:</strong> VAs 4 Hire</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi there,<br />\n<br />\nWe provide expert Virtual Assistant Services to handle a variety of tasks, including lead generation, cold calling, appointment setting, social media management, content creation, bookkeeping, administrative, and customer support.<br />\n<br />\nI\'d love to show you how it works &amp;amp; how we can help enhance your client acquisitions.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:40','2026-03-17 19:01:40','8ba8aa29-e204-425c-adb1-f27781dbf167'),
(44473,'Contact Form Submission',3190,44364,1,'Contact Form Submission from Rita Vaccaro','info@ccmonmouth.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmonmouth.com/contact\n\nNAME: Rita Vaccaro\n\nEMAIL: rtvaccaro20@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Monmouth [https://mycompletecare.com/ccmonmouth] \n\nMESSAGE: \nGood morning Chaim, I have left a message with your receptionist over\ntwo weeks ago asking you to call me. I have stopped by on several\noccasions in person and you are never available. I have seen Roger but\nhe is never available as well. I would like to schedule a meeting to\ndiscuss Resident Care and Family Support in light of the recent Key\nEmployees that have resigned from Complete Care. Their resignations\nhave left a severe gap in resident care and family support. I would\nappreciate getting 30 minutes of uninterrupted time as soon as your\nschedule allows. I can be reached at 732-778-2604. In February you and\nRoger (DON) met with Jennifer, LTCO, regarding my brother Angelo. She\nassured me that both you and Rodger were going to work on better lines\nof communication. Scheduling a meeting would be a good way to start.\nThank you, Rita Vaccaro\n','<p><strong>Contact form submitted at:</strong> https://ccmonmouth.com/contact</p><p></p><p><strong>Name:</strong> Rita Vaccaro</p><p><strong>Email:</strong> rtvaccaro20@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmonmouth\">Monmouth</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good morning Chaim, I have left a message with your receptionist over two weeks ago asking you to call me.  I have stopped by on several occasions in person and you are never available.  I have seen Roger but he is never available as well.  I would like to schedule a meeting to discuss Resident Care and Family Support in light of the recent Key Employees that have resigned from Complete Care.  Their resignations have left a severe gap in resident care and family support.  I would appreciate getting 30 minutes of uninterrupted time as soon as your schedule allows.  I can be reached at 732-778-2604. In February you and Roger (DON) met with Jennifer, LTCO, regarding my brother Angelo.  She assured me that both you and Rodger were going to work on better lines of communication. Scheduling a meeting would be a good way to start.  Thank you, Rita Vaccaro\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:40','2026-03-17 19:01:40','63afae40-31c2-443d-a5a7-694024aa0c59'),
(44474,'Contact Form Submission',3190,44368,1,'Contact Form Submission from KELLY JONES','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: KELLY JONES\n\nEMAIL: kjones@sterlingcarehealth.com\n\nCOMPANY: STERLING CARE HILLHAVEN\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Springbrook [https://mycompletecare.com/ccspringbrook] \n\nMESSAGE: \nMS GLORIA RODRIGUEZ NEEDS SNF AND A LOCKED FACILITY - SHE IS CURRENTLY\nON OUR ALF AND CANNOT AFFORD ALF PRIVATE PAY, HAS A GUARDIAN THAT WILL\nBE APPLYING FOR LTC MEDICAID EFF 4/1/26\nPLEASE ADVISE IF YOU HAVE A LTC BED OPEN FOR THIS RESIDENT. WANTING TO\nKNOW AVAILABILITY 301-937-3939\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> KELLY JONES</p><p><strong>Email:</strong> kjones@sterlingcarehealth.com</p><p><strong>Company:</strong> STERLING CARE HILLHAVEN</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccspringbrook\">Springbrook</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            MS GLORIA RODRIGUEZ NEEDS SNF AND A LOCKED FACILITY - SHE IS CURRENTLY ON OUR ALF AND CANNOT AFFORD ALF PRIVATE PAY, HAS A GUARDIAN THAT WILL BE APPLYING FOR LTC MEDICAID EFF 4/1/26<br />\nPLEASE ADVISE IF YOU HAVE A LTC BED OPEN FOR THIS RESIDENT.  WANTING TO KNOW AVAILABILITY  301-937-3939\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:40','2026-03-17 19:01:40','4674b223-a814-4a07-bba6-2953420001cb'),
(44475,'Contact Form Submission',3190,44373,1,'Contact Form Submission from Aubrey woods','info@ccfoxhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccfoxhill.com/contact\n\nNAME: Aubrey woods\n\nEMAIL: woodsaubrey376@gmail.com\n\nCOMPANY: Na\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Fox Hill [https://mycompletecare.com/ccfoxhill] \n\nMESSAGE: \nI was wondering what time visit times end at the nursing home bc my\nmoms there and I wanna plan a visit accordingly\n','<p><strong>Contact form submitted at:</strong> https://ccfoxhill.com/contact</p><p></p><p><strong>Name:</strong> Aubrey woods</p><p><strong>Email:</strong> woodsaubrey376@gmail.com</p><p><strong>Company:</strong> Na </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfoxhill\">Fox Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I was wondering what time visit times end at the nursing home bc my moms there and I wanna plan a visit accordingly \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:40','2026-03-17 19:01:40','7f9d253d-aaf9-4e3e-bd1a-81e5ab9256f3'),
(44476,'Careers Form Submission',3191,44376,2,'Careers Form Submission from Antonio Romero Rivera','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers/\n\nNAME: Antonio Romero Rivera\n\nEMAIL: antonior19677@gmail.com\n\nPHONE: 9739319991\n\nFACILITY: \n\n 	* Chestnut Hill Residences\n[https://mycompletecare.com/ccchestnuthillalf] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nAntonio Romero Rivera\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers/</p><p></p><p><strong>Name:</strong> Antonio Romero Rivera</p><p><strong>Email:</strong> antonior19677@gmail.com</p><p><strong>Phone:</strong> 9739319991</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchestnuthillalf\">Chestnut Hill Residences</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Antonio Romero Rivera\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:41','2026-03-17 19:01:41','0613d003-2cf2-4980-a0e0-4dc7026d03f0'),
(44478,'Careers Form Submission',3191,44379,2,'Careers Form Submission from MARLOUISE TAKWI-ATAH','careers@ccspringbrook.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccspringbrook.com/careers\n\nNAME: MARLOUISE TAKWI-ATAH\n\nEMAIL: marlouiseatah@gmail.com\n\nPHONE: 12404135835\n\nFACILITY: \n\n 	* Springbrook [https://mycompletecare.com/ccspringbrook] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nTHANKS FOR THE OPPORTUNITY APPLYING FOR AN LPN POSITION\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccspringbrook.com/careers</p><p></p><p><strong>Name:</strong> MARLOUISE TAKWI-ATAH</p><p><strong>Email:</strong> marlouiseatah@gmail.com</p><p><strong>Phone:</strong> 12404135835</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccspringbrook\">Springbrook</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            THANKS FOR THE OPPORTUNITY APPLYING FOR AN LPN POSITION\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:41','2026-03-17 19:01:41','c4ce3427-7ede-46a3-a5d6-63025d19ff99'),
(44479,'Careers Form Submission',3191,44381,2,'Careers Form Submission from Kadian Brown','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Kadian Brown\n\nEMAIL: Kadianbrown551@gmail.com\n\nPHONE: 8629448332\n\nFACILITY: \n\n 	* Phillipsburg [https://mycompletecare.com/ccphillipsburg] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nN/A\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Kadian Brown</p><p><strong>Email:</strong> Kadianbrown551@gmail.com</p><p><strong>Phone:</strong> 8629448332</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccphillipsburg\">Phillipsburg</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/A\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:42','2026-03-17 19:01:42','406bec11-a211-4b54-8813-4919757a3d33'),
(44480,'Contact Form Submission',3190,44383,1,'Contact Form Submission from Charlotte Au','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Charlotte Au\n\nEMAIL: charlotteau15@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Inglemoor [https://mycompletecare.com/ccinglemoor] \n\nMESSAGE: \nHi, my name is Charlotte Au. I am a Junior at Dwight Englewood School.\nI have a passion for nail art, i find it therapeutic and helps with my\ncreativity as a full-time student. \nI would like to see if there is opportunity at Complete Care where I\ncan volunteer my services to your residents - starting with once a\nweek visits for those who sign up.\n\nThank you for your time,\nCharlotte\nI can be reached at (516) 395-0171. You may also reach me through my\nmom, Wendy, at (917) 519-8018.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Charlotte Au</p><p><strong>Email:</strong> charlotteau15@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccinglemoor\">Inglemoor</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi, my name is Charlotte Au. I am a Junior at Dwight Englewood School. I have a passion for nail art, i find it  therapeutic and helps with my creativity as a full-time student. <br />\nI would like to see if there is opportunity at Complete Care where I can volunteer my services to your residents -  starting with once a week visits for those who sign up.<br />\n<br />\nThank you for your time,<br />\nCharlotte<br />\nI can be reached at (516) 395-0171. You may also reach me through my mom, Wendy, at (917) 519-8018.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:42','2026-03-17 19:01:42','4c236926-406d-41ef-8d94-47597190420a'),
(44481,'Contact Form Submission',3190,44384,1,'Contact Form Submission from Veronica Ventura','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Veronica Ventura\n\nEMAIL: veronica.ventura@va.gov\n\nCOMPANY: VA Hospital\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nGood morning, My name is Veronica Ventura and I am reaching out in\nregard to a skilled nursing application for male requiring long term\ncare. Thank you!\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Veronica Ventura</p><p><strong>Email:</strong> veronica.ventura@va.gov</p><p><strong>Company:</strong> VA Hospital </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Good morning, My name is Veronica Ventura and I am reaching out in regard to a skilled nursing application for male requiring long term care. Thank you!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:42','2026-03-17 19:01:42','2ca79bd1-43f6-41f5-8e6b-eea332a72d83'),
(44482,'Careers Form Submission',3191,44389,2,'Careers Form Submission from Kaniah Murray','careers@completecarehillside.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarehillside.com/careers\n\nNAME: Kaniah Murray\n\nEMAIL: kaniahmurray22@gmail.com\n\nPHONE: 3026176510\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHello. My name is Kaniah &amp; I am currently looking for a job\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarehillside.com/careers</p><p></p><p><strong>Name:</strong> Kaniah Murray </p><p><strong>Email:</strong> kaniahmurray22@gmail.com</p><p><strong>Phone:</strong> 3026176510</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello. My name is Kaniah &amp;amp; I am currently looking for a job\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:42','2026-03-17 19:01:42','f80ec84b-6760-49bc-84b1-47a16ac08187'),
(44484,'Contact Form Submission',3190,44390,1,'Contact Form Submission from Beverly Givens','info@completecareoakridge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareoakridge.com/contact\n\nNAME: Beverly Givens\n\nEMAIL: beverlygivens4@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Oak Ridge [https://mycompletecare.com/completecareoakridge] \n\nMESSAGE: \nCan Holly email me about care for my husband with dementia. How long\nis waiting list for both semi private and private I wrote yesterday\nplease email back\n','<p><strong>Contact form submitted at:</strong> https://completecareoakridge.com/contact</p><p></p><p><strong>Name:</strong> Beverly Givens</p><p><strong>Email:</strong> beverlygivens4@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareoakridge\">Oak Ridge</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Can Holly email me about care for my husband with dementia.   How long is waiting list for both semi private and private I wrote yesterday please email back\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:42','2026-03-17 19:01:42','ded3d598-53da-469b-a7b8-4fcf40ae0f83'),
(44485,'Careers Form Submission',3191,44392,2,'Careers Form Submission from Sarah Neal','careers@ccsummitridge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsummitridge.com/careers\n\nNAME: Sarah Neal\n\nEMAIL: sdezart@yahoo.com\n\nPHONE: 6812092032\n\nFACILITY: \n\n 	* Summit Ridge [https://mycompletecare.com/ccsummitridge] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nLpn posistion\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsummitridge.com/careers</p><p></p><p><strong>Name:</strong> Sarah Neal</p><p><strong>Email:</strong> sdezart@yahoo.com</p><p><strong>Phone:</strong> 6812092032</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Lpn posistion\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',0,'Notification email “Careers Form Submission” could not be sent for submission “44392”. Error: Unable to send an email: Attachments too big. The total size should be less than 10485760 bytes. (code 300). /home/akg/public_html/craft/vendor/symfony/postmark-mailer/Transport/PostmarkApiTransport.php:91','2026-03-17 19:01:43','2026-03-17 19:01:43','e8daf8ac-218a-4de5-9461-522ebc378c32'),
(44486,'Careers Form Submission',3191,44403,2,'Careers Form Submission from Saterian Madison','careers@ccmultimed.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmultimed.com/careers\n\nNAME: Saterian Madison\n\nEMAIL: saterian.madison@icloud.com\n\nPHONE: 4436984312\n\nFACILITY: \n\n 	* Multi Medical Center [https://mycompletecare.com/ccmultimed] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nThis is Saterian Madison I am interested in applying for the Dietary\nposition\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmultimed.com/careers</p><p></p><p><strong>Name:</strong> Saterian Madison </p><p><strong>Email:</strong> saterian.madison@icloud.com</p><p><strong>Phone:</strong> 4436984312</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmultimed\">Multi Medical Center</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            This is Saterian Madison I am interested in applying for the Dietary position \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:44','2026-03-17 19:01:44','f5a52cea-bcda-4406-b1ea-595af4349e94'),
(44487,'Careers Form Submission',3191,44428,2,'Careers Form Submission from Jade Pean','careers@ccharstonhall.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccharstonhall.com/careers\n\nNAME: Jade Pean\n\nEMAIL: Jadepean423@gmail.com\n\nPHONE: 4842397225\n\nFACILITY: \n\n 	* Harston Hall [https://mycompletecare.com/ccharstonhall] \n\nPOSITIONS OF INTEREST:\n\n 	* Admissions / Marketing \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in the Dietary Aide position at\nyour nursing home. I am a dependable and compassionate individual with\na strong customer service experience and genuine desire to help others\nin a supportive and respectful environment. \n\nThrough my previous roles in retail and team- based settings, I have\ndeveloped strong communication skills, patience, and the ability to\nwork efficiently in fast paced environments. I am especially\ninterested in working in a nursing home because I value providing care\nand support to individuals who rely on others for their daily needs. \n\nThank you for your time and considerations. I would welcome the\nopportunity to contribute to your team and support the well being of\nyour residents.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccharstonhall.com/careers</p><p></p><p><strong>Name:</strong> Jade Pean</p><p><strong>Email:</strong> Jadepean423@gmail.com</p><p><strong>Phone:</strong> 4842397225</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharstonhall\">Harston Hall</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in the Dietary Aide position at your nursing home. I am a dependable and compassionate individual with a strong customer service experience and genuine desire to help others in a supportive and respectful environment. <br />\n<br />\nThrough my previous roles in retail and team- based settings, I have developed strong communication skills, patience, and the ability to work efficiently in fast paced environments. I am especially interested in working in a nursing home because I value providing care and support to individuals who rely on others for their daily needs. <br />\n<br />\nThank you for your time and considerations. I would welcome the opportunity to contribute to your team and support the well being of your residents. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:44','2026-03-17 19:01:44','abe88bc9-a40a-41d5-9362-dc9de260a616'),
(44488,'Volunteer Form Submission',3189,44457,3,'Volunteer Form Submission from Tessa Wertjes','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Tessa Wertjes\n\nEMAIL: tessa.wertjes@goodwillgreatermc.org\n\nPHONE: 414-553-1239\n\nFACILITY:\n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nMESSAGE:\nMy name is Tessa Wertjes, and I am an Employment Specialist with\nGoodwill Industries. I support individuals who face barriers to\nemployment by helping them build skills, gain experience, and succeed\nin long-term job placements. I am currently working with a consumer\nwho has recently expressed interest in your Housekeeping Aide\nposition. Based on my work with them, I believe they would be an\nexcellent fit for this role and would bring strong consistency and\nreliability to your team. Attached, I have included information about\na program that I find highly beneficial not only for our consumers but\nalso for employers. I hope you find it useful, and I would be happy to\ndiscuss it further or answer any questions you may have.\n\nGoodwill Industries provides employment services to individuals with\nbarriers to employment by helping them gain valuable work experience,\ndevelop job skills, and prepare for long term success in the\nworkforce. Through our partnership with the Division of Vocational\nRehabilitation (DVR), we support clients in completing time limited,\npaid internship experiences at community based host sites. DVR covers\nall wages and insurance costs through an Employer of Record, and\nongoing support is provided throughout the experience to ensure a\npositive outcome for both the intern and the host site. Internships\ntypically last between 10 and 45 days, and DVR provides all payroll\nand liability coverage during that time.\n\nIf your team is interested in moving forward or would like to learn\nmore, I would be happy to answer any questions you may have and\ncoordinate next steps with DVR. I’ve also included a link below with\nadditional information about the program for your reference:\n\nhttps://dwd.wisconsin.gov/dvr/service-providers/itw-eor/itw-info-for-businesses.htm\n\n\nThank you again for your time and consideration. I look forward to\nhearing from you.\n\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Tessa Wertjes </p><p><strong>Email:</strong> tessa.wertjes@goodwillgreatermc.org</p><p><strong>Phone:</strong> 414-553-1239</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            My name is Tessa Wertjes, and I am an Employment Specialist with Goodwill Industries. I support individuals who face barriers to employment by helping them build skills, gain experience, and succeed in long-term job placements. I am currently working with a consumer who has recently expressed interest in your Housekeeping Aide position. Based on my work with them, I believe they would be an excellent fit for this role and would bring strong consistency and reliability to your team. Attached, I have included information about a program that I find highly beneficial not only for our consumers but also for employers. I hope you find it useful, and I would be happy to discuss it further or answer any questions you may have.<br />\n<br />\nGoodwill Industries provides employment services to individuals with barriers to employment by helping them gain valuable work experience, develop job skills, and prepare for long term success in the workforce. Through our partnership with the Division of Vocational Rehabilitation (DVR), we support clients in completing time limited, paid internship experiences at community based host sites. DVR covers all wages and insurance costs through an Employer of Record, and ongoing support is provided throughout the experience to ensure a positive outcome for both the intern and the host site. Internships typically last between 10 and 45 days, and DVR provides all payroll and liability coverage during that time.<br />\n <br />\nIf your team is interested in moving forward or would like to learn more, I would be happy to answer any questions you may have and coordinate next steps with DVR. I’ve also included a link below with additional information about the program for your reference:<br />\n <br />\nhttps://dwd.wisconsin.gov/dvr/service-providers/itw-eor/itw-info-for-businesses.htm <br />\n <br />\nThank you again for your time and consideration. I look forward to hearing from you.<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:44','2026-03-17 19:01:44','d6accd79-37bf-4731-830b-1e2d5a412fef'),
(44489,'Careers Form Submission',3191,44460,2,'Careers Form Submission from Jade Pean','careers@ccharstonhall.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccharstonhall.com/careers\n\nNAME: Jade Pean\n\nEMAIL: jade423@gmail.com\n\nPHONE: 4842392225\n\nFACILITY: \n\n 	* Harston Hall [https://mycompletecare.com/ccharstonhall] \n\nPOSITIONS OF INTEREST:\n\n 	* Admissions / Marketing \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\nI am writing to express my interest in the Dietary Aide position at\nyour nursing home. I am a dependable and compassionate individual with\nstrong customer service experience and a genuine desire to help others\nin a supportive and respectful environment.\nThrough my previous roles in retail and team-based settings, I have\ndeveloped strong communication skills, patience, and the ability to\nwork efficiently in fast-paced environments. I am especially\ninterested in working in a nursing home because I value providing care\nand support to individuals who rely on others for their daily needs.\nThank you for your time and consideration. I would welcome the\nopportunity to contribute to your team and support the well-being of\nyour residents.\n\nSincerely,\nJade Pean\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccharstonhall.com/careers</p><p></p><p><strong>Name:</strong> Jade Pean</p><p><strong>Email:</strong> jade423@gmail.com</p><p><strong>Phone:</strong> 4842392225</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharstonhall\">Harston Hall</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\nI am writing to express my interest in the Dietary Aide position at your nursing home. I am a dependable and compassionate individual with strong customer service experience and a genuine desire to help others in a supportive and respectful environment.<br />\nThrough my previous roles in retail and team-based settings, I have developed strong communication skills, patience, and the ability to work efficiently in fast-paced environments. I am especially interested in working in a nursing home because I value providing care and support to individuals who rely on others for their daily needs. Thank you for your time and consideration. I would welcome the opportunity to contribute to your team and support the well-being of your residents.<br />\n<br />\nSincerely,<br />\nJade Pean<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-17 19:01:45','2026-03-17 19:01:45','bd3f671b-8035-48af-be38-88da9afd6657'),
(44931,'Careers Form Submission',3191,44532,2,'Careers Form Submission from E’myia gadson-marsh','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: E’myia gadson-marsh\n\nEMAIL: marshemyia123@gmail.com\n\nPHONE: 7326044201\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n\nMESSAGE/ COVER LETTER:\n\n.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> E’myia gadson-marsh</p><p><strong>Email:</strong> marshemyia123@gmail.com</p><p><strong>Phone:</strong> 7326044201</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            . \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:43','2026-03-19 00:37:43','0a125a54-e6a1-46e6-928b-6edcab3da772'),
(44932,'Contact Form Submission',3190,44536,1,'Contact Form Submission from Sharon Dadura','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Sharon Dadura\n\nEMAIL: ms1putt@comcast.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nMESSAGE: \nTrying to bring mom to a closer skilled nursing home. Finances are a\nbig concern her current location is not feasible for her to stay at\n14,500 a month\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Sharon Dadura</p><p><strong>Email:</strong> ms1putt@comcast.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Trying to bring mom to a closer skilled nursing home. Finances are a big concern her current location is not feasible for her to stay at 14,500 a month\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:43','2026-03-19 00:37:43','31fd188e-9086-423b-a37a-9dd25f91d473'),
(44933,'Careers Form Submission',3191,44549,2,'Careers Form Submission from Allie Espinal','careers@ccharborage.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccharborage.com/careers\n\nNAME: Allie Espinal\n\nEMAIL: allienotallie@icloud.com\n\nPHONE: 9293207640\n\nFACILITY: \n\n 	* Harborage [https://mycompletecare.com/ccharborage] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nif you have any open positions for any youth people, please let me\nknow. I’m 16 but I am willing to work after school till night\nwhenever days of the week you need.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccharborage.com/careers</p><p></p><p><strong>Name:</strong> Allie Espinal </p><p><strong>Email:</strong> allienotallie@icloud.com</p><p><strong>Phone:</strong> 9293207640</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharborage\">Harborage</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            if you have any open positions for any youth people, please let me know. I’m 16 but I am willing to work after school till night whenever days of the week you need.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:43','2026-03-19 00:37:43','58f18ce6-c327-4866-baf9-a62379190670'),
(44934,'Contact Form Submission',3190,44555,1,'Contact Form Submission from Kristine Sheehan','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Kristine Sheehan\n\nEMAIL: kristine.sheehan@hireright.com\n\nCOMPANY: HireRight\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\nMESSAGE: \nHello! My name is Kristine with HireRight, we are inquiring on your\nVerification of Employment process. Please provide email/fax/or phone\nnumber. Do you need a signed authorization from the applicant? Thank\nyou for your assistance. Request number HA-031726-5C6H2-EM-002.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Kristine Sheehan</p><p><strong>Email:</strong> kristine.sheehan@hireright.com</p><p><strong>Company:</strong> HireRight</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Hello!  My name is Kristine with HireRight, we are inquiring on your Verification of Employment process.  Please provide email/fax/or phone number.   Do you need a signed authorization from the applicant?  Thank you for your assistance.  Request number HA-031726-5C6H2-EM-002.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:44','2026-03-19 00:37:44','e399610e-bc70-4095-8ec8-8b127d260131'),
(44935,'Careers Form Submission',3191,44557,2,'Careers Form Submission from Monica Camargo','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Monica Camargo\n\nEMAIL: momarca07@gmail.com\n\nPHONE: 9083954233\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nToms River This is my location\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Monica Camargo</p><p><strong>Email:</strong> momarca07@gmail.com</p><p><strong>Phone:</strong> 9083954233</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Toms River This is my location \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:44','2026-03-19 00:37:44','9266a45b-78d6-4091-a6ba-5299fb2550c3'),
(44936,'Contact Form Submission',3190,44559,1,'Contact Form Submission from Richard','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Richard\n\nEMAIL: rmesser77@yahoo.com\n\nCOMPANY: Township of livingston\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* West Caldwell [https://mycompletecare.com/ccwestcaldwell] \n\nMESSAGE: \n? Admission and financial\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Richard </p><p><strong>Email:</strong> rmesser77@yahoo.com</p><p><strong>Company:</strong> Township of livingston </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwestcaldwell\">West Caldwell</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            ? Admission and financial \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:44','2026-03-19 00:37:44','861af33a-8d2f-4604-910f-6db8adb6c624'),
(44937,'Contact Form Submission',3190,44563,1,'Contact Form Submission from Janet E Smith','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Janet E Smith\n\nEMAIL: angelinn@ptd.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nMESSAGE: \nI need an itemization of my stay at your facility to submit to Aflac.\nI was there 09/05/25 to 10/17/25. Could you email it to me at\nangelinn@ptd.net? If not, please contact my son Dan who is my POA at\n610-844-1577 to let him know how to get it.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Janet E Smith</p><p><strong>Email:</strong> angelinn@ptd.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I need an itemization of my stay at your facility to submit to Aflac.  I was  there 09/05/25 to 10/17/25.  Could you email it to me at angelinn@ptd.net?  If not, please contact my son Dan who is my POA at 610-844-1577 to let him know how to get it.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:44','2026-03-19 00:37:44','9f0ebffc-3441-4563-91dc-7ed74b466ac7'),
(44938,'Contact Form Submission',3190,44564,1,'Contact Form Submission from Deborah Klein','info@ccsilverlake.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccsilverlake.com/contact\n\nNAME: Deborah Klein\n\nEMAIL: poolqueen69@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Silver Lake [https://mycompletecare.com/ccsilverlake] \n\nMESSAGE: \nI am looking for information about potential admission for a family\nmember who is currently admitted at bay health and will need PT. He\nhas stage 4 lung cancer and COPD. He has Medicare and Medicaid\ninsurance. Inquiring about next steps.\n','<p><strong>Contact form submitted at:</strong> https://ccsilverlake.com/contact</p><p></p><p><strong>Name:</strong> Deborah Klein</p><p><strong>Email:</strong> poolqueen69@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsilverlake\">Silver Lake</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am looking for information about potential admission for a family member who is currently admitted at bay health and will need PT. He has stage 4 lung cancer and COPD. He has Medicare and Medicaid insurance. Inquiring about next steps.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:45','2026-03-19 00:37:45','df719ce0-9ba0-448b-ab00-18aefc0d06e7'),
(44939,'Contact Form Submission',3190,44565,1,'Contact Form Submission from Lilly Sagherian','info@ccmaplegrove.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmaplegrove.com/contact\n\nNAME: Lilly Sagherian\n\nEMAIL: lillyyrose7@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Maple Grove [https://mycompletecare.com/ccmaplegrove] \n\nMESSAGE: \nHi there,\n\nIt is wonderful to connect with the team at Complete Care!\n\nMy name is Lilly Sagherian, and I am currently interested in the\nSocial Worker (LSW) position available at this location. I am\nincredibly passionate about working with older adults, and after\nfurther research into Complete Care, I believe that our shared values\nof compassion, service, and excellence can help further promote\ncomprehensive care and support for your residents. \n\nI am graduating with my Bachelor’s degree in Social Work from the\nUniversity of Nevada, Reno in May of 2026, and plan to move into the\nVerona area in late May. Seeing that I would have to receive my\nWisconsin state licensure (LSW/CSW) after this move, I was curious to\nknow if the position would still be available by the time I receive my\ncertification.\n\nPlease let me know if this is a possibility, as I look forward to\nuplifting and empowering individuals in my professional practice, and\nwould be honored to have the opportunity to start my journey as a\nsocial worker at Complete Care. \n\nWith gratitude,\n\nLilly Sagherian\n','<p><strong>Contact form submitted at:</strong> https://ccmaplegrove.com/contact</p><p></p><p><strong>Name:</strong> Lilly Sagherian</p><p><strong>Email:</strong> lillyyrose7@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmaplegrove\">Maple Grove</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi there,<br />\n<br />\nIt is wonderful to connect with the team at Complete Care!<br />\n<br />\nMy name is Lilly Sagherian, and I am currently interested in the Social Worker (LSW) position available at this location. I am incredibly passionate about working with older adults, and after further research into Complete Care, I believe that our shared values of compassion, service, and excellence can help further promote comprehensive care and support for your residents. <br />\n<br />\nI am graduating with my Bachelor’s degree in Social Work from the University of Nevada, Reno in May of 2026, and plan to move into the Verona area in late May. Seeing that I would have to receive my Wisconsin state licensure (LSW/CSW) after this move, I was curious to know if the position would still be available by the time I receive my certification.<br />\n<br />\nPlease let me know if this is a possibility, as I look forward to uplifting and empowering individuals in my professional practice, and would be honored to have the opportunity to start my journey as a social worker at Complete Care. <br />\n<br />\nWith gratitude,<br />\n<br />\nLilly Sagherian\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:45','2026-03-19 00:37:45','b9233054-a6ae-498a-8d7c-ca9e33b31a51'),
(44940,'Contact Form Submission',3190,44712,1,'Contact Form Submission from Wilma Tyer','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Wilma Tyer\n\nEMAIL: wtyer@purevibejanitorial.com\n\nCOMPANY: PureVibe Janitorial\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \nHi,\n\nI was recently visiting clients in Windsor and came across your\nbusiness, so I wanted to reach out.\n\nWe help local companies keep their facilities clean with reliable\nservice and detailed inspections. Would you be open to a no-obligation\ncleaning quote?\n\nHave a great day!\n\nWilma Tyer\nBusiness Development Rep\nPureVibe Janitorial\nwtyer@purevibejanitorial.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Wilma Tyer</p><p><strong>Email:</strong> wtyer@purevibejanitorial.com</p><p><strong>Company:</strong> PureVibe Janitorial</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI was recently visiting clients in Windsor and came across your business, so I wanted to reach out.<br />\n <br />\nWe help local companies keep their facilities clean with reliable service and detailed inspections. Would you be open to a no-obligation cleaning quote?<br />\n <br />\nHave a great day!<br />\n<br />\nWilma Tyer<br />\nBusiness Development Rep<br />\nPureVibe Janitorial<br />\nwtyer@purevibejanitorial.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:45','2026-03-19 00:37:45','7f86b239-c87b-4005-8fd4-020aad332663'),
(44941,'Contact Form Submission',3190,44752,1,'Contact Form Submission from jakara siler-hillery','info@ccmercerville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmercerville.com/contact\n\nNAME: jakara siler-hillery\n\nEMAIL: jkrsiler@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Mercerville [https://mycompletecare.com/ccmercerville] \n\nMESSAGE: \nLooking into infomation about the respite program.\n','<p><strong>Contact form submitted at:</strong> https://ccmercerville.com/contact</p><p></p><p><strong>Name:</strong> jakara siler-hillery</p><p><strong>Email:</strong> jkrsiler@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmercerville\">Mercerville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking into infomation about the respite program.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:45','2026-03-19 00:37:45','263cf3b5-7563-40cb-af5a-0174649c5903'),
(44942,'Careers Form Submission',3191,44772,2,'Careers Form Submission from Thomas Charles Krzywanski','careers@completecareberkshire.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: http://completecareberkshire.com/careers\n\nNAME: Thomas Charles Krzywanski\n\nEMAIL: thomaskrzywanski@yahoo.com\n\nPHONE: 16105640288\n\nFACILITY: \n\n 	* Berkshire [https://mycompletecare.com/completecareberkshire] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI am a chef of 20 years looking for career opportunities\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> http://completecareberkshire.com/careers</p><p></p><p><strong>Name:</strong> Thomas Charles Krzywanski</p><p><strong>Email:</strong> thomaskrzywanski@yahoo.com</p><p><strong>Phone:</strong> 16105640288</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareberkshire\">Berkshire</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am a chef of 20 years looking for career opportunities \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:46','2026-03-19 00:37:46','fa8506c6-e008-47cf-9ec3-f9fdca9f35d9'),
(44943,'Careers Form Submission',3191,44798,2,'Careers Form Submission from James Keller','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: James Keller\n\nEMAIL: jameskeller410@gmail.com\n\nPHONE: 4105079997\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nJust looking around for a different jobs\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> James Keller</p><p><strong>Email:</strong> jameskeller410@gmail.com</p><p><strong>Phone:</strong> 4105079997</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Just looking around for a different jobs \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:46','2026-03-19 00:37:46','905f1007-e505-4dc9-8566-d91b9a069ebc'),
(44944,'Contact Form Submission',3190,44804,1,'Contact Form Submission from Margaret Van de Kamp','info@ccmanitowoc.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmanitowoc.com/contact\n\nNAME: Margaret Van de Kamp\n\nEMAIL: Vandekampm@lakeland.edu\n\nCOMPANY: Potential Rehab and transfer from Sheboygan Progressive\nFacility\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Manitowoc [https://mycompletecare.com/ccmanitowoc] \n\nMESSAGE: \nI have a loved one who has been through since August 2025 - more than\nmost people do in their entire life. The facility he is residing \" had\nbeen beneficial for a time.\" We do intend his goal to be different\nthan current plan of care he is receiving. He is being treated as a\nstatistic, as well as certain groups of staff making decisions which\nare his right to make. The facility was okay for a time. I think as\nhis primary caregiver, and cancer caddy he deserves to have people\nencourage rather than discourage his goals. Regards, Have a great day!\nMargaret Van de Kamp (920)458-1086\n','<p><strong>Contact form submitted at:</strong> https://ccmanitowoc.com/contact</p><p></p><p><strong>Name:</strong> Margaret Van de Kamp </p><p><strong>Email:</strong> Vandekampm@lakeland.edu</p><p><strong>Company:</strong> Potential Rehab and transfer from Sheboygan Progressive Facility</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmanitowoc\">Manitowoc</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I have a loved one who has been through since August 2025 - more than most people do in their entire life. The facility he is residing \" had been beneficial for a time.\" We do intend his goal to be different than current plan of care he is receiving. He is being treated as a statistic, as well as certain groups of staff making decisions which are his right to make. The facility was okay for a time. I think as his primary caregiver, and cancer caddy he deserves to have people encourage rather than discourage his goals. Regards,  Have a great day! Margaret Van de Kamp (920)458-1086\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:47','2026-03-19 00:37:47','bd4e92bd-dc9c-464c-8c7f-be71ff6de8e2'),
(44945,'Careers Form Submission',3191,44840,2,'Careers Form Submission from Johanne Destine','careers@completecareclark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareclark.com/careers\n\nNAME: Johanne Destine\n\nEMAIL: djeyny2009@gmail.com\n\nPHONE: 5168308495\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nGood morning \nMy name is \nJohanne Destine \n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareclark.com/careers</p><p></p><p><strong>Name:</strong> Johanne Destine </p><p><strong>Email:</strong> djeyny2009@gmail.com</p><p><strong>Phone:</strong> 5168308495</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Good morning <br />\nMy name is <br />\nJohanne Destine <br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:47','2026-03-19 00:37:47','4f279bf6-cca4-4a5e-986f-643fe0d42218'),
(44946,'Contact Form Submission',3190,44853,1,'Contact Form Submission from Marvin Fuentes','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Marvin Fuentes\n\nEMAIL: marvin@eastcoasteggfarmers.com\n\nCOMPANY: East coast Egg Farmers\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Harborage [https://mycompletecare.com/ccharborage] \n\nMESSAGE: \nJust wanted to be on your radar and share what we do.\n\nWe’re East Coast Egg Farmers and we’re an egg supplier serving\nyour area. A lot of our current accounts came to us after dealing with\nlate deliveries or pricing surprises from bigger distributors.\n\nWould love to share our pricing sheet if that’s okay with you in\ncase you need us as backup one day.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Marvin Fuentes</p><p><strong>Email:</strong> marvin@eastcoasteggfarmers.com</p><p><strong>Company:</strong> East coast Egg Farmers</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharborage\">Harborage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Just wanted to be on your radar and share what we do.<br />\n<br />\nWe’re East Coast Egg Farmers and we’re an egg supplier serving your area. A lot of our current accounts came to us after dealing with late deliveries or pricing surprises from bigger distributors.<br />\n<br />\nWould love to share our pricing sheet if that’s okay with you in case you need us as backup one day.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:47','2026-03-19 00:37:47','d4a8d132-1f3c-457c-869b-ab0602c9ea05'),
(44947,'Careers Form Submission',3191,44857,2,'Careers Form Submission from Stefano Moscoso','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Stefano Moscoso\n\nEMAIL: stefanomoscoso_@hotmail.com\n\nPHONE: 7327795252\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n\nMESSAGE/ COVER LETTER:\n\nStefano Moscoso Resumen\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Stefano Moscoso</p><p><strong>Email:</strong> stefanomoscoso_@hotmail.com</p><p><strong>Phone:</strong> 7327795252</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Stefano Moscoso Resumen\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:47','2026-03-19 00:37:47','2b7dc79f-38a1-47f5-8f53-4e2fac50f093'),
(44948,'Careers Form Submission',3191,44864,2,'Careers Form Submission from ASHLEY D COLLINS','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: ASHLEY D COLLINS\n\nEMAIL: blackivy150@gmail.com\n\nPHONE: 15706270797\n\nFACILITY: \n\n 	* Berkshire [https://mycompletecare.com/completecareberkshire] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nCna\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> ASHLEY D COLLINS</p><p><strong>Email:</strong> blackivy150@gmail.com</p><p><strong>Phone:</strong> 15706270797</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareberkshire\">Berkshire</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Cna\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:48','2026-03-19 00:37:48','790d6b9f-90f4-4e50-8e6d-9f16e0d74c3f'),
(44949,'Careers Form Submission',3191,44866,2,'Careers Form Submission from ASHLEY D COLLINS','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: ASHLEY D COLLINS\n\nEMAIL: blackivy150@gmail.com\n\nPHONE: 15706270797\n\nFACILITY: \n\n 	* Berkshire [https://mycompletecare.com/completecareberkshire] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nAshley Collins \nCertified nurse aide \n5706270797\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> ASHLEY D COLLINS</p><p><strong>Email:</strong> blackivy150@gmail.com</p><p><strong>Phone:</strong> 15706270797</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareberkshire\">Berkshire</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Ashley Collins <br />\nCertified nurse aide <br />\n5706270797\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:48','2026-03-19 00:37:48','d7423c14-9328-4b00-82c6-26793dee66da'),
(44950,'Careers Form Submission',3191,44868,2,'Careers Form Submission from Freda Washington','careers@ccsouthpointe.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsouthpointe.com/careers\n\nNAME: Freda Washington\n\nEMAIL: wfreda486@gmail.com\n\nPHONE: (414) 348-3179\n\nFACILITY: \n\n 	* Southpointe [https://mycompletecare.com/ccsouthpointe] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nLooking forward to working with your company\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsouthpointe.com/careers</p><p></p><p><strong>Name:</strong> Freda Washington</p><p><strong>Email:</strong> wfreda486@gmail.com</p><p><strong>Phone:</strong> (414) 348-3179</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsouthpointe\">Southpointe</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking forward to working with your company \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:48','2026-03-19 00:37:48','23237d6e-0663-4020-9bcd-38856156bd79'),
(44951,'Careers Form Submission',3191,44875,2,'Careers Form Submission from Alexandria Bacon','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Alexandria Bacon\n\nEMAIL: Andriaheart61@gmail.com\n\nPHONE: 2019822679\n\nFACILITY: \n\n 	* Inglemoor [https://mycompletecare.com/ccinglemoor] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nMy name is Alexandria Bacon, I am interested in the dietary aide\nposition, at Complete Care at Inglemoor. I attend to Fairleigh\nDickinson University as a second-year biology major with a minor in\nspeech. This position is great for me because I want to see the smile\non a patient face when I serve them food. I’m aware that elderly\npeople do not enjoy being in a closed facility where they cannot see\ntheir loved ones everyday, so it is fair for them to get a good\ndelicious healthy meal to keep them happy. My goal is to help and make\nthe elderly feel like they having something to live for and it is not\nto late to be comfortable in their skin. My passion is to help with\nthings that someone make lack in with helping themselves. That is why\nI want to become a doctor to help and spread knowledge to those who\nare unaware. From personal experience I know what it is like to need\nhelp understanding and excepting help from others that are older and\nwiser. Even though elderly people are wise, and they have lived long\nbefore us younger people, they cannot move like they may want, so I\nwould be more than proud to handle food for them. It would be an honor\nto be a candidate for this position.\nSincerely, Alexandria Bacon\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Alexandria Bacon</p><p><strong>Email:</strong> Andriaheart61@gmail.com</p><p><strong>Phone:</strong> 2019822679</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccinglemoor\">Inglemoor</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            My name is Alexandria Bacon, I am interested in the dietary aide position, at Complete Care at Inglemoor. I attend to Fairleigh Dickinson University as a second-year biology major with a minor in speech. This position is great for me because I want to see the smile on a patient face when I serve them food. I’m aware that elderly people do not enjoy being in a closed facility where they cannot see their loved ones everyday, so it is fair for them to get a good delicious healthy meal to keep them happy. My goal is to help and make the elderly feel like they having something to live for and it is not to late to be comfortable in their skin. My passion is to help with things that someone make lack in with helping themselves. That is why I want to become a doctor to help and spread knowledge to those who are unaware. From personal experience I know what it is like to need help understanding and excepting help from others that are older and wiser. Even though elderly people are wise, and they have lived long before us younger people, they cannot move like they may want, so I would be more than proud to handle food for them. It would be an honor to be a candidate for this position.<br />\nSincerely, Alexandria Bacon<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:49','2026-03-19 00:37:49','7eb2d123-cf86-49e6-a402-c4139707b838'),
(44952,'Contact Form Submission',3190,44880,1,'Contact Form Submission from Signe Gray','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Signe Gray\n\nEMAIL: sig1155@hotmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nMESSAGE: \nI recently visited my sister in law: \n\nI ask:\n\nWhy does Susan have a Tray/Table that is missing a wheel, thus is\nwobbly? As well as, why hasn\'t she received FRESH water in TWO days?\nHer cup was marked 3/16. In addition, there is a hole in the soffit,\nstuffed, which was reported in December! By the way, my visit of 1.5\nhours, I DID NOT see an aide or nurse!!\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Signe Gray</p><p><strong>Email:</strong> sig1155@hotmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I recently visited my sister in law:    <br />\n<br />\nI ask:<br />\n<br />\nWhy does Susan have a Tray/Table that is missing a wheel, thus is wobbly? As well as, why hasn\'t she received FRESH water in TWO days?  Her cup was marked 3/16.  In addition, there is a hole in the soffit, stuffed, which was reported in December!   By the way, my visit of 1.5 hours, I DID NOT see an aide or nurse!! \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:49','2026-03-19 00:37:49','a44de886-3601-4e2f-8312-2e3060a80361'),
(44953,'Contact Form Submission',3190,44881,1,'Contact Form Submission from Kristin Kalpinski','info@ccmaplegrove.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmaplegrove.com/contact\n\nNAME: Kristin Kalpinski\n\nEMAIL: kkalpinski@uwhealth.org\n\nCOMPANY: UW Health\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Maple Grove [https://mycompletecare.com/ccmaplegrove] \n\nMESSAGE: \nHello. I\'m a social worker at UW Health Odana Clinic. I have a patient\nseeking mental health treatment for severe depression however has\nchronic back pain (has had for years) and occasionally needs physical\nassistance in the shower due to the pain. While addressing her mental\nhealth is primary, we have found that inpatient facilities are not\naccepting her due to the physical hands on care she occasionally\nneeds. Your facility is one that was recommended to reach out to as\nshe has both chronic physical and mental health issues. Is this a\nfacility that could potentially help her? She has iCARE Medicaid\ninsurance and uncertain if you accept that. Thanks for any\nfeedback/direction you can provide.\n','<p><strong>Contact form submitted at:</strong> https://ccmaplegrove.com/contact</p><p></p><p><strong>Name:</strong> Kristin Kalpinski</p><p><strong>Email:</strong> kkalpinski@uwhealth.org</p><p><strong>Company:</strong> UW Health</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmaplegrove\">Maple Grove</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello. I\'m a social worker at UW Health Odana Clinic. I have a patient seeking mental health treatment for severe depression however has chronic back pain (has had for years) and occasionally needs physical assistance in the shower due to the pain. While addressing her mental health is primary, we have found that inpatient facilities are not accepting her due to the physical hands on care she occasionally needs. Your facility is one that was recommended to reach out to as she has both chronic physical and mental health issues. Is this a facility that could potentially help her? She has iCARE Medicaid insurance and uncertain if you accept that. Thanks for any feedback/direction you can provide. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:49','2026-03-19 00:37:49','c10e5d84-950f-4a99-9ddd-ec39180c3313'),
(44954,'Careers Form Submission',3191,44884,2,'Careers Form Submission from Destiny Loving','careers@completecareclark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareclark.com/careers\n\nNAME: Destiny Loving\n\nEMAIL: destinyloving514@gmail.com\n\nPHONE: 6093220426\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nResume\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareclark.com/careers</p><p></p><p><strong>Name:</strong> Destiny Loving</p><p><strong>Email:</strong> destinyloving514@gmail.com</p><p><strong>Phone:</strong> 6093220426</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Resume \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:49','2026-03-19 00:37:49','44ba838d-8877-44b4-9021-a2be8f871bd9'),
(44955,'Careers Form Submission',3191,44887,2,'Careers Form Submission from Aleece Lair','careers@ccsouthpointe.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccsouthpointe.com/careers\n\nNAME: Aleece Lair\n\nEMAIL: Aleece32@gmail.com\n\nPHONE: 4142427574\n\nFACILITY: \n\n 	* Southpointe [https://mycompletecare.com/ccsouthpointe] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nIm interested in Housekeeping or Dietary position. I have experience\nin both of the areas. I am CBRF certified.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccsouthpointe.com/careers</p><p></p><p><strong>Name:</strong> Aleece Lair </p><p><strong>Email:</strong> Aleece32@gmail.com</p><p><strong>Phone:</strong> 4142427574</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsouthpointe\">Southpointe</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Im interested in Housekeeping or Dietary position.  I have experience in both of the areas. I am CBRF certified.  \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:50','2026-03-19 00:37:50','ffa75df2-c80e-4e30-a740-49655c785018'),
(44956,'Contact Form Submission',3190,44891,1,'Contact Form Submission from Jill Lorber','info@cchalescorners.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cchalescorners.com/contact\n\nNAME: Jill Lorber\n\nEMAIL: jclorber@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nMESSAGE: \nHello! I was wondering if you have a piano at your facility. If so, I\nwould love to volunteer to play piano for your residents! Please let\nme know if this would be a good opportunity. Best way to contact me is\nby email, jclorber@yahoo.com. Thank you so much!\n','<p><strong>Contact form submitted at:</strong> https://cchalescorners.com/contact</p><p></p><p><strong>Name:</strong> Jill Lorber </p><p><strong>Email:</strong> jclorber@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello! I was wondering if you have a piano at your facility. If so, I would love to volunteer to play piano for your residents! Please let me know if this would be a good opportunity. Best way to contact me is by email, jclorber@yahoo.com.  Thank you so much!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:50','2026-03-19 00:37:50','b4e03f60-3bf9-43fe-82e9-8e28327294f6'),
(44957,'Volunteer Form Submission',3189,44892,3,'Volunteer Form Submission from Ana','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Ana\n\nEMAIL: anasanchez484@gmail.com\n\nPHONE: 3216957721\n\nFACILITY:\n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nMESSAGE:\nMy name is Ana . And I will like to help and volunteer in anyway I\ncan. I enjoy the elderly whether if is sharing a friendly chat, or\nbrushing someone’s hair. This is what I do spread love. So if you\nguys ever need someone feel free to call or email. Thank you.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Ana </p><p><strong>Email:</strong> anasanchez484@gmail.com</p><p><strong>Phone:</strong> 3216957721</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            My name is Ana . And I will like to help and volunteer in anyway I can. I enjoy the elderly whether if is sharing a friendly chat, or brushing someone’s hair. This is what I do spread love. So if you guys ever need someone feel free to call or email. Thank you.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:50','2026-03-19 00:37:50','00ca011d-9409-4711-9f2c-3c3f45e239dc'),
(44958,'Contact Form Submission',3190,44893,1,'Contact Form Submission from Jackie Cox','info@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccglendalewest.com/contact\n\nNAME: Jackie Cox\n\nEMAIL: jcox2940@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nMESSAGE: \nLooking for a place after a family member had a stroke and possible\nrespite care for another family member.\n','<p><strong>Contact form submitted at:</strong> https://ccglendalewest.com/contact</p><p></p><p><strong>Name:</strong> Jackie Cox</p><p><strong>Email:</strong> jcox2940@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking for a place after a family member had a stroke and possible respite care for another family member.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 00:37:50','2026-03-19 00:37:50','a66afbc3-0d45-40f2-a7bd-75e59c132732'),
(45617,'Careers Form Submission',3191,45608,2,'Careers Form Submission from myriam','careers@ccfairlawnedge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccfairlawnedge.com/careers\n\nNAME: myriam\n\nEMAIL: bmyri.amm15@gmail.com\n\nPHONE: 8624139476\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n 	* Nursing \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\navailable anytime, would like a chance to introduce myself over an\ninterview\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccfairlawnedge.com/careers</p><p></p><p><strong>Name:</strong> myriam</p><p><strong>Email:</strong> bmyri.amm15@gmail.com</p><p><strong>Phone:</strong> 8624139476</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            available anytime, would like a chance to introduce myself over an interview \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"109.234.36.64\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 01:56:39','2026-03-19 01:56:39','8ac8efdd-7128-4bc5-bfe6-db4a0a79d5b1'),
(47054,'Careers Form Submission',3191,47025,2,'Careers Form Submission from Salaja','careers@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccglendalewest.com/careers\n\nNAME: Salaja\n\nEMAIL: pricesalaja7@gmail.com\n\nPHONE: 4148508991\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nJobs\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccglendalewest.com/careers</p><p></p><p><strong>Name:</strong> Salaja</p><p><strong>Email:</strong> pricesalaja7@gmail.com</p><p><strong>Phone:</strong> 4148508991</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Jobs\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"91.84.102.20\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 04:15:06','2026-03-19 04:15:06','7d87718b-8016-4f5a-83e5-89202040fa49'),
(47355,'Careers Form Submission',3191,47302,2,'Careers Form Submission from Rozaya Harris','careers@ccbeylea.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccbeylea.com/careers\n\nNAME: Rozaya Harris\n\nEMAIL: rozayasunlight123@gmail.com\n\nPHONE: 8483159436\n\nFACILITY: \n\n 	* Bey Lea [https://mycompletecare.com/ccbeylea] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* HR / Staffing \n\nMESSAGE/ COVER LETTER:\n\nI have interest in this job opportunity as a dietary aide\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccbeylea.com/careers</p><p></p><p><strong>Name:</strong> Rozaya Harris</p><p><strong>Email:</strong> rozayasunlight123@gmail.com</p><p><strong>Phone:</strong> 8483159436</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbeylea\">Bey Lea</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I have interest in this job opportunity as a  dietary aide \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 17:05:30','2026-03-19 17:05:30','3aa9872c-7d52-49cb-a2cf-69ef713fa2a2'),
(47356,'Careers Form Submission',3191,47313,2,'Careers Form Submission from Vervie Brown','careers@ccgermantown.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccgermantown.com/careers\n\nNAME: Vervie Brown\n\nEMAIL: verviexbrown@gmail.com\n\nPHONE: 4143121438\n\nFACILITY: \n\n 	* Germantown [https://mycompletecare.com/ccgermantown] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nCNA\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccgermantown.com/careers</p><p></p><p><strong>Name:</strong> Vervie Brown</p><p><strong>Email:</strong> verviexbrown@gmail.com</p><p><strong>Phone:</strong> 4143121438</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgermantown\">Germantown</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            CNA\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 17:05:31','2026-03-19 17:05:31','b83735dc-7b8b-4bbf-ab8c-9369f7afa29a'),
(47357,'Careers Form Submission',3191,47317,2,'Careers Form Submission from Stacey Waterman','careers@ccmeriden.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmeriden.com/careers\n\nNAME: Stacey Waterman\n\nEMAIL: staceywaterman0@gmail.com\n\nPHONE: 12038866043\n\nFACILITY: \n\n 	* Meriden [https://mycompletecare.com/ccmeriden] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nLooking to continue doing what I love\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmeriden.com/careers</p><p></p><p><strong>Name:</strong> Stacey Waterman</p><p><strong>Email:</strong> staceywaterman0@gmail.com</p><p><strong>Phone:</strong> 12038866043</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmeriden\">Meriden</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking to continue doing what I love\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 17:05:31','2026-03-19 17:05:31','a53fbe0d-d6ff-417c-85ea-059920e1a239'),
(47358,'Contact Form Submission',3190,47320,1,'Contact Form Submission from Beverly Gwynn','info@ccmultimed.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmultimed.com/contact\n\nNAME: Beverly Gwynn\n\nEMAIL: purplebeverly@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Multi Medical Center [https://mycompletecare.com/ccmultimed] \n\nMESSAGE: \nWhat time is visiting hours?\n','<p><strong>Contact form submitted at:</strong> https://ccmultimed.com/contact</p><p></p><p><strong>Name:</strong> Beverly Gwynn</p><p><strong>Email:</strong> purplebeverly@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmultimed\">Multi Medical Center</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            What time is visiting hours?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 17:05:31','2026-03-19 17:05:31','91d5a3a6-fd1d-44be-b932-25d9f8ab1428'),
(47359,'Contact Form Submission',3190,47326,1,'Contact Form Submission from Lori Campanelli','info@ccholmdel.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccholmdel.com/contact\n\nNAME: Lori Campanelli\n\nEMAIL: loricampanelli321@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Holmdel [https://mycompletecare.com/ccholmdel] \n\nMESSAGE: \nMY dad i going into complete care @ bayshore for rehab. I was looking\nto see if I can get info for my mom. She needs 24 hour care do to her\nwalking with a walker, she falls, needs help getting dressed in the\nmorning and at night.\n','<p><strong>Contact form submitted at:</strong> https://ccholmdel.com/contact</p><p></p><p><strong>Name:</strong> Lori Campanelli</p><p><strong>Email:</strong> loricampanelli321@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccholmdel\">Holmdel</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            MY dad i going into complete care @ bayshore for rehab. I was looking to see if I can get info for my mom. She needs 24 hour care do to her walking with a walker, she falls, needs help getting dressed in the morning and at night. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 17:05:32','2026-03-19 17:05:32','89a3ab78-0439-49f5-acaa-9193e5dc04c0'),
(47360,'Careers Form Submission',3191,47330,2,'Careers Form Submission from BillyJack Perez','careers@ccfairlawnedge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccfairlawnedge.com/careers\n\nNAME: BillyJack Perez\n\nEMAIL: thebillyjackexperience@gmail.com\n\nPHONE: 13472790028\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nam excited to apply for the Food Service Director position within your\ndivision. With over 19 years of experience in food service operations,\nI have worked in a variety of settings, including institutional\nfacilities such as jails, as well as in diverse restaurant\nenvironments. Throughout my career, I have developed strong leadership\nskills, operational expertise, and a passion for delivering\nexceptional service. I am confident that my ability to drive\nefficiency, lead teams, and foster a positive environment will make me\na valuable asset to your company.\"\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccfairlawnedge.com/careers</p><p></p><p><strong>Name:</strong> BillyJack Perez</p><p><strong>Email:</strong> thebillyjackexperience@gmail.com</p><p><strong>Phone:</strong> 13472790028</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            am excited to apply for the Food Service Director position within your division. With over 19 years of experience in food service operations, I have worked in a variety of settings, including institutional facilities such as jails, as well as in diverse restaurant environments. Throughout my career, I have developed strong leadership skills, operational expertise, and a passion for delivering exceptional service. I am confident that my ability to drive efficiency, lead teams, and foster a positive environment will make me a valuable asset to your company.\"\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 17:05:32','2026-03-19 17:05:32','ad4915ec-cc27-44fc-a861-f291dac9a8c3'),
(47361,'Contact Form Submission',3190,47335,1,'Contact Form Submission from Linda MS Simon','info@ccspringbrook.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccspringbrook.com/contact\n\nNAME: Linda MS Simon\n\nEMAIL: sharpsimon@outlook.com\n\nCOMPANY: Fourth Street-Friendship SDA Church\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Springbrook [https://mycompletecare.com/ccspringbrook] \n\nMESSAGE: \nGood and Bless Day.\nI represent the Womens Ministry Team at our chuch\nWe personally know several residents at your facility.\nTwo of whom are siblings of one of our church members, and have come\nto get acquainted with others.\nMy inquiry is in asking what is the protocol in having church groups\ncome in to the facility.\nThis not about indoctrine, just wanting to spread a little joy and\nsunshine,\nHope to hear from you.\nSincerley with Thanks,\nLinda MS Simon\n\n','<p><strong>Contact form submitted at:</strong> https://ccspringbrook.com/contact</p><p></p><p><strong>Name:</strong> Linda MS Simon</p><p><strong>Email:</strong> sharpsimon@outlook.com</p><p><strong>Company:</strong> Fourth Street-Friendship SDA Church</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccspringbrook\">Springbrook</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good and Bless Day.<br />\nI represent the Womens Ministry Team at our chuch<br />\nWe personally know several residents at your facility.<br />\nTwo of whom are siblings of one of our church members, and have come to get acquainted with others.<br />\n My inquiry is in asking what is the protocol in having church groups come in to the facility.<br />\nThis not about  indoctrine, just wanting to spread a little joy and sunshine,<br />\nHope to hear from you.<br />\nSincerley with Thanks,<br />\nLinda MS Simon<br />\n<br />\n \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 17:05:32','2026-03-19 17:05:32','c8081ad4-4aa2-4e80-9309-9cf94b0c5905'),
(47362,'Contact Form Submission',3190,47352,1,'Contact Form Submission from Sophie Rhoads','info@completecareatmadison.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareatmadison.com/contact\n\nNAME: Sophie Rhoads\n\nEMAIL: info@mimzysentertainment.com\n\nCOMPANY: Mimzy\'s Entertainment LLC\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Madison [https://mycompletecare.com/completecareatmadison] \n\nMESSAGE: \nHello,\nI hope you’re doing well. I’m reaching out to connect with your\nevent coordinator. We have recently taken over several contracts that\nhave previously worked with you, and we would love the opportunity to\nassist with your upcoming events.\nThank you, and I look forward to connecting.\n','<p><strong>Contact form submitted at:</strong> https://completecareatmadison.com/contact</p><p></p><p><strong>Name:</strong> Sophie Rhoads</p><p><strong>Email:</strong> info@mimzysentertainment.com</p><p><strong>Company:</strong> Mimzy\'s Entertainment LLC</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareatmadison\">Madison</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\nI hope you’re doing well. I’m reaching out to connect with your event coordinator. We have recently taken over several contracts that have previously worked with you, and we would love the opportunity to assist with your upcoming events.<br />\nThank you, and I look forward to connecting.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 17:05:33','2026-03-19 17:05:33','5ac0f211-a457-4bd3-9a37-4cd28547a41c'),
(47363,'Contact Form Submission',3190,47353,1,'Contact Form Submission from Petra Vargas','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Petra Vargas\n\nEMAIL: Vargaspetra37@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nTrying to fill out a job application, please send me the link. thank\nYou.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Petra Vargas</p><p><strong>Email:</strong> Vargaspetra37@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Trying to fill out a job application, please send me the link. thank You. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 17:05:33','2026-03-19 17:05:33','b516459d-7772-479b-be88-19b533a64f54'),
(47372,'Contact Form Submission',3190,47371,1,'Contact Form Submission from Sophia Lee','info@ccsevernapark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccsevernapark.com/contact\n\nNAME: Sophia Lee\n\nEMAIL: sophia.primecleaners@gmail.com\n\nCOMPANY: Prime Cleaners\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Severna Park [https://mycompletecare.com/ccsevernapark] \n\nMESSAGE: \nI\'m reaching to see if you’d be open to a quick, no-pressure quote\nfor professional cleaning services. We help businesses like yours\ncreate a spotless, welcoming environment that leaves a great\nimpression on both clients and employees.\n\nIt only takes a minute, and it might be a great fit. Would you be open\nto a short call or quote this week?\n','<p><strong>Contact form submitted at:</strong> https://ccsevernapark.com/contact</p><p></p><p><strong>Name:</strong> Sophia Lee</p><p><strong>Email:</strong> sophia.primecleaners@gmail.com</p><p><strong>Company:</strong> Prime Cleaners</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsevernapark\">Severna Park</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m reaching to see if you’d be open to a quick, no-pressure quote for professional cleaning services. We help businesses like yours create a spotless, welcoming environment that leaves a great impression on both clients and employees.<br />\n<br />\nIt only takes a minute, and it might be a great fit. Would you be open to a short call or quote this week?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 17:22:57','2026-03-19 17:22:57','2d3a8366-97a9-484f-9c5d-8eb7bb46816f'),
(47397,'Contact Form Submission',3190,47396,1,'Contact Form Submission from Rachel Allan','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rachel Allan\n\nEMAIL: rachel@jerseycommercialpainting.com\n\nCOMPANY: Jersey Commercial Paint\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \nHi,\n\nI work in Toms River, and work for others in the community. I was\nhoping I could come by and offer a complimentary painting bid?\n\nThank you in advance for your response.\n\nWith best,\n\nRachel Allan\nBusiness Development Rep\nJersey Commercial Paint\n(609) 380-7522\nrachel@jerseycommercialpainting.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rachel Allan</p><p><strong>Email:</strong> rachel@jerseycommercialpainting.com</p><p><strong>Company:</strong> Jersey Commercial Paint</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI work in Toms River, and work for others in the community. I was hoping I could come by and offer a complimentary painting bid?<br />\n <br />\nThank you in advance for your response.<br />\n <br />\nWith best,<br />\n <br />\nRachel Allan<br />\nBusiness Development Rep<br />\nJersey Commercial Paint<br />\n(609) 380-7522<br />\nrachel@jerseycommercialpainting.com<br />\n <br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-19 19:39:43','2026-03-19 19:39:43','02dc5e81-7785-48e0-a3aa-1a2a59fb3321'),
(47758,'Careers Form Submission',3191,47407,2,'Careers Form Submission from Bree Conard','careers@cccorsicahills.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cccorsicahills.com/careers\n\nNAME: Bree Conard\n\nEMAIL: bree.conard4@gmail.com\n\nPHONE: 4432825016\n\nFACILITY: \n\n 	* Corsica Hills [https://mycompletecare.com/cccorsicahills] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Nursing \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nHi my name is Bree Conard, \n\nI am graduating in May of this year. I am 18 years old and am looking\ninto getting in the medical field. I do not have experience in these\npositions but am a great learner and would love any position i’m put\nin. Thank you!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cccorsicahills.com/careers</p><p></p><p><strong>Name:</strong> Bree Conard </p><p><strong>Email:</strong> bree.conard4@gmail.com</p><p><strong>Phone:</strong> 4432825016</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccorsicahills\">Corsica Hills</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi my name is Bree Conard, <br />\n<br />\nI am graduating in May of this year. I am 18 years old and am looking into getting in the medical field. I do not have experience in these positions but am a great learner and would love any position i’m put in. Thank you! \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:55','2026-03-20 17:12:55','2a2add47-f17b-47a2-8db9-d4d4aa76e3ba'),
(47759,'Contact Form Submission',3190,47410,1,'Contact Form Submission from Greg Walker','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Greg Walker\n\nEMAIL: gregbwalker@icloud.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Brackenville [https://mycompletecare.com/ccbrackenville] \n\nMESSAGE: \nHi,\nMy mom (Vivian Walker) is currently inside a short-term rehab (Cadia\nPike Creek) and we are looking for a long-term nursing residence for\nher.\nWe wanted to find out:\n\n1) if you currently have available space (in Complete Care at\nBrackenville)\n2) what the costs are\n3) what needs to be done for the admissions process.\n\nGreg Walker\n(267)632-3610\nGregBWalker@icloud.com\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Greg Walker</p><p><strong>Email:</strong> gregbwalker@icloud.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrackenville\">Brackenville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\nMy mom (Vivian Walker) is currently inside a short-term rehab (Cadia Pike Creek) and we are looking for a long-term nursing residence for her.<br />\nWe wanted to find out:<br />\n<br />\n1) if you currently have available space (in Complete Care at Brackenville)<br />\n2) what the costs are<br />\n3) what needs to be done for the admissions process.<br />\n<br />\nGreg Walker<br />\n(267)632-3610<br />\nGregBWalker@icloud.com\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:55','2026-03-20 17:12:55','6913ae91-9da2-49f7-84c2-ef97eb4d8183'),
(47760,'Contact Form Submission',3190,47423,1,'Contact Form Submission from Serenity Cruz','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Serenity Cruz\n\nEMAIL: jf_socserv2@alden.com\n\nCOMPANY: Alden Estates of Jefferson\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Nazareth [https://mycompletecare.com/ccnazareth] \n\nMESSAGE: \nHello, \n\nI have a resident who is interested in transferring to your facility.\nI am happy to send the referral if you could get me in touch with\nadmissions!\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Serenity Cruz</p><p><strong>Email:</strong> jf_socserv2@alden.com</p><p><strong>Company:</strong> Alden Estates of Jefferson</p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccnazareth\">Nazareth</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, <br />\n<br />\nI have a resident who is interested in transferring to your facility. I am happy to send the referral if you could get me in touch with admissions! \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:56','2026-03-20 17:12:56','d1579749-bc07-4745-b191-965935e10467'),
(47761,'Contact Form Submission',3190,47426,1,'Contact Form Submission from Rosemarie Archacavage','info@ccholidaycity.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccholidaycity.com/contact\n\nNAME: Rosemarie Archacavage\n\nEMAIL: rarchacavage@comcast.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Holiday City [https://mycompletecare.com/ccholidaycity] \n\nMESSAGE: \nWhen are you going to put heat in the rooms who don\'t have any? My\nmother has been there and there has been no heat in her room since\nlast weekend. This is unacceptable and will be reporting this to the\nstate.\n','<p><strong>Contact form submitted at:</strong> https://ccholidaycity.com/contact</p><p></p><p><strong>Name:</strong> Rosemarie Archacavage</p><p><strong>Email:</strong> rarchacavage@comcast.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccholidaycity\">Holiday City</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            When are you going to put heat in the rooms who don\'t have any? My mother has been there and there has been no heat in her room since last weekend. This is unacceptable and will be reporting this to the state. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:56','2026-03-20 17:12:56','47afc8dd-0385-4a11-87cd-bf61b62680da'),
(47762,'Careers Form Submission',3191,47526,2,'Careers Form Submission from Rozaya','careers@ccbeylea.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccbeylea.com/careers\n\nNAME: Rozaya\n\nEMAIL: rozayasunlight123@gmail.com\n\nPHONE: 8483159436\n\nFACILITY: \n\n 	* Bey Lea [https://mycompletecare.com/ccbeylea] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI’m\nInterested in applying for dietary aide position\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccbeylea.com/careers</p><p></p><p><strong>Name:</strong> Rozaya </p><p><strong>Email:</strong> rozayasunlight123@gmail.com</p><p><strong>Phone:</strong> 8483159436</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbeylea\">Bey Lea</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I’m<br />\nInterested in applying for dietary aide position \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:56','2026-03-20 17:12:56','8182974f-e26d-441b-a764-3d0625b24258'),
(47763,'Contact Form Submission',3190,47646,1,'Contact Form Submission from David Bennett','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: David Bennett\n\nEMAIL: David@wikithinkers.org\n\nCOMPANY: Wiki Thinkers\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Silver Lake [https://mycompletecare.com/ccsilverlake] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nDavid Bennett\nWiki Thinkers\nDavid@wikithinkers.org\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> David Bennett</p><p><strong>Email:</strong> David@wikithinkers.org</p><p><strong>Company:</strong> Wiki Thinkers</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsilverlake\">Silver Lake</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nDavid Bennett<br />\nWiki Thinkers<br />\nDavid@wikithinkers.org<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:56','2026-03-20 17:12:56','2afcd074-466b-4345-8a0c-d659a821c49f'),
(47764,'Contact Form Submission',3190,47682,1,'Contact Form Submission from David Bennett','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: David Bennett\n\nEMAIL: David@wikithinkers.org\n\nCOMPANY: Wiki Thinkers\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Brakeley Park [https://mycompletecare.com/ccbrakeleypark] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nDavid Bennett\nWiki Thinkers\nDavid@wikithinkers.org\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> David Bennett</p><p><strong>Email:</strong> David@wikithinkers.org</p><p><strong>Company:</strong> Wiki Thinkers</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrakeleypark\">Brakeley Park</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nDavid Bennett<br />\nWiki Thinkers<br />\nDavid@wikithinkers.org<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:57','2026-03-20 17:12:57','26e5fa9d-0de0-44e7-ad38-6a7aad155e04'),
(47765,'Contact Form Submission',3190,47684,1,'Contact Form Submission from David Bennett','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: David Bennett\n\nEMAIL: David@wikithinkers.org\n\nCOMPANY: Wiki Thinkers\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Wall [https://mycompletecare.com/completecarewall] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nDavid Bennett\nWiki Thinkers\nDavid@wikithinkers.org\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> David Bennett</p><p><strong>Email:</strong> David@wikithinkers.org</p><p><strong>Company:</strong> Wiki Thinkers</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarewall\">Wall</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nDavid Bennett<br />\nWiki Thinkers<br />\nDavid@wikithinkers.org<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:57','2026-03-20 17:12:57','fbf73212-43db-458b-b2bb-4f24764f0182'),
(47766,'Contact Form Submission',3190,47700,1,'Contact Form Submission from Gianna Cirincione','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Gianna Cirincione\n\nEMAIL: gianna.cirincione@hmhn.org\n\nCOMPANY: St Josephs, HMH\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* St. Vincent\'s [https://mycompletecare.com/ccstvincents] \n\nMESSAGE: \nHello I am the liaison for the hospital and facilities for HOMECARE.\nPlease contact me for referrals.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Gianna Cirincione </p><p><strong>Email:</strong> gianna.cirincione@hmhn.org</p><p><strong>Company:</strong> St Josephs, HMH </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccstvincents\">St. Vincent\'s</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello I am the liaison for the hospital and facilities for HOMECARE. Please contact me for referrals. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:57','2026-03-20 17:12:57','68fdee9f-9585-453c-ab4a-acf90cf0a33f'),
(47767,'Careers Form Submission',3191,47716,2,'Careers Form Submission from Nathan Stallings','info@cchalescorners.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cchalescorners.com/careers\n\nNAME: Nathan Stallings\n\nEMAIL: nathanstallings0@gmail.com\n\nPHONE: 14144885171\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nN/A\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cchalescorners.com/careers</p><p></p><p><strong>Name:</strong> Nathan Stallings</p><p><strong>Email:</strong> nathanstallings0@gmail.com</p><p><strong>Phone:</strong> 14144885171</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/A\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:58','2026-03-20 17:12:58','3ec12f6c-02f6-4c94-b354-5e569c07b65a'),
(47768,'Contact Form Submission',3190,47730,1,'Contact Form Submission from brenda sagarese','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: brenda sagarese\n\nEMAIL: sagaresebrenda@gmail.com\n\nCOMPANY: N/A\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Cedar Grove [https://mycompletecare.com/cccedargrove] \n\nMESSAGE: \nmy husband, robert has alzheimers, mid to late stage. my elder\nattorney, goldberg is in the process of getting him onto medicaid but\nI fear it will take 6 months more (application has not been\nsubmitted). In the meantime, I cannot take care of him anymore. The\ncops are here almost every 3 day because he wont stay home and\nwonders. I am the sole caretaker. My daughter lives in PA and my son\nhas 3 babies to care for. I had a stroke this past May and fear I will\nhave another one with the stress I am incurring. My mom was a patient\nof yours back when st vincent first moved to cedar grove and I liked\nthe care she had. Can you please contact me through email as I cannot\ntalk on the phone in front of him. I am looking forward to hearing\nfrom you about getting him in asap.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> brenda sagarese</p><p><strong>Email:</strong> sagaresebrenda@gmail.com</p><p><strong>Company:</strong> N/A</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccedargrove\">Cedar Grove</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            my husband, robert has alzheimers, mid to late stage. my elder attorney, goldberg is in the process of getting him onto medicaid but I fear it will take 6 months more (application has not been submitted). In the meantime, I cannot take care of him anymore. The cops are here almost every 3 day because he wont stay home and wonders. I am the sole caretaker. My daughter lives in PA and my son has 3 babies to care for. I had a stroke this past May and fear I will have another one with the stress I am incurring. My mom was a patient of yours back when st vincent first moved to cedar grove and I liked the care she had. Can you please contact me through email as I cannot talk on the phone in front of him. I am looking forward to hearing from you about getting him in asap.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:58','2026-03-20 17:12:58','318d7de6-d993-4408-afc9-d997083f795e'),
(47769,'Volunteer Form Submission',3189,47732,3,'Volunteer Form Submission from Soniya Deshpande','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Soniya Deshpande\n\nEMAIL: Soniyad@gmail.com\n\nPHONE: 6097213329\n\nFACILITY:\n\n 	* Park Place [https://mycompletecare.com/ccparkplace] \n\nMESSAGE:\nI can easily spare couple of hours a week (weekdays) but not sure\nwhere to start in volunteering\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Soniya Deshpande</p><p><strong>Email:</strong> Soniyad@gmail.com</p><p><strong>Phone:</strong> 6097213329</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccparkplace\">Park Place</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I can easily spare couple of hours a week (weekdays) but not sure where to start in volunteering\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:58','2026-03-20 17:12:58','c4121109-29ac-42e0-99d1-ea1622631994'),
(47770,'Contact Form Submission',3190,47739,1,'Contact Form Submission from Christian Halstead','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Christian Halstead\n\nEMAIL: somebodycallchristian@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Ridgewood [https://mycompletecare.com/ccridgewood] \n\nMESSAGE: \nmy name is Christian Halstead. I applied For a CNA position at\nRidgewood care center I received a text message notifying me that I\nneeded to update my CNA certification. I was just reaching out to let\nyou know that it has been renewed and I would like to schedule an\ninterview today if possible I currently have another job as a live in\nCaregiver and my work week will be next week so that being said I\nwon’t be able to have time for another interview until Monday the\n30th The reason why I am applying is because I would like to\ntransition from A live position to a second shift position as I will\nbe going to EMT school in May so I just need something that can work\naround that schedule. I appreciate your time and I hope you have a\ngreat day!\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Christian Halstead</p><p><strong>Email:</strong> somebodycallchristian@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccridgewood\">Ridgewood</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            my name is Christian Halstead. I applied For a CNA position at Ridgewood care center I received a text message notifying me that I needed to update my CNA certification. I was just reaching out to let you know that it has been renewed and I would like to schedule an interview today if possible I currently have another job as a live in Caregiver and my work week will be next week so that being said I won’t be able to have time for another interview until Monday the 30th The reason why I am applying is because I would like to transition from A live position to a second shift position as I will be going to EMT school in May so I just need something that can work around that schedule. I appreciate your time and I hope you have a great day!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:58','2026-03-20 17:12:58','ab0087fd-8898-493f-bfa8-93052a3fa706'),
(47771,'Careers Form Submission',3191,47750,2,'Careers Form Submission from Tiayonna','careers@ccoceangrove.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccoceangrove.com/careers\n\nNAME: Tiayonna\n\nEMAIL: tiayonna0911@icloud.com\n\nPHONE: 8482032684\n\nFACILITY: \n\n 	* Ocean Grove [https://mycompletecare.com/ccoceangrove] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nResume\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccoceangrove.com/careers</p><p></p><p><strong>Name:</strong> Tiayonna</p><p><strong>Email:</strong> tiayonna0911@icloud.com</p><p><strong>Phone:</strong> 8482032684</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccoceangrove\">Ocean Grove</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Resume \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"96.235.168.15\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/145.0.0.0 Safari\\/537.36 Edg\\/145.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 17:12:59','2026-03-20 17:12:59','7160aba1-62ca-4a9f-b968-bbfe0400b51f'),
(47884,'Careers Form Submission',3191,47782,2,'Careers Form Submission from Paul virgil Pittman','careers@completecareheritage.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareheritage.com/careers\n\nNAME: Paul virgil Pittman\n\nEMAIL: paulpittman33@gmail.com\n\nPHONE: 14435714919\n\nFACILITY: \n\n 	* Heritage [https://mycompletecare.com/completecareheritage] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n 	* Recruitment \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nPaul Virgil Pittman jr\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareheritage.com/careers</p><p></p><p><strong>Name:</strong> Paul virgil Pittman</p><p><strong>Email:</strong> paulpittman33@gmail.com</p><p><strong>Phone:</strong> 14435714919</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareheritage\">Heritage</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Paul Virgil Pittman jr \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:50:57','2026-03-20 20:50:57','b8e12092-fe4c-4570-bbbf-8d0ae225f693'),
(47885,'Careers Form Submission',3191,47798,2,'Careers Form Submission from Paul virgil Pittman','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers/\n\nNAME: Paul virgil Pittman\n\nEMAIL: paulpittman33@gmail.com\n\nPHONE: 14435714919\n\nFACILITY: \n\n 	* Heritage [https://mycompletecare.com/completecareheritage] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Recruitment \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nPaul Virgil Pittman\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers/</p><p></p><p><strong>Name:</strong> Paul virgil Pittman</p><p><strong>Email:</strong> paulpittman33@gmail.com</p><p><strong>Phone:</strong> 14435714919</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareheritage\">Heritage</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Paul Virgil Pittman \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:50:57','2026-03-20 20:50:57','4367f557-7e99-45ec-93b6-d93697bb026c'),
(47886,'Contact Form Submission',3190,47812,1,'Contact Form Submission from Rachel Allan','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rachel Allan\n\nEMAIL: rachel@jerseycommercialpainting.com\n\nCOMPANY: Jersey Commercial Paint\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nMESSAGE: \nHi,\n\nI work in Voorhees Township, and work for others in the community. I\nwas hoping I could come by and offer a complimentary painting bid?\n\nThank you in advance for your response.\n\nWith best,\n\nRachel Allan\nBusiness Development Rep\nJersey Commercial Paint\n(609) 380-7522\nrachel@jerseycommercialpainting.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rachel Allan</p><p><strong>Email:</strong> rachel@jerseycommercialpainting.com</p><p><strong>Company:</strong> Jersey Commercial Paint</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI work in Voorhees Township, and work for others in the community. I was hoping I could come by and offer a complimentary painting bid?<br />\n <br />\nThank you in advance for your response.<br />\n <br />\nWith best,<br />\n <br />\nRachel Allan<br />\nBusiness Development Rep<br />\nJersey Commercial Paint<br />\n(609) 380-7522<br />\nrachel@jerseycommercialpainting.com<br />\n <br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:50:58','2026-03-20 20:50:58','a20e4b95-14c8-4e09-b9c9-bb78969279e4'),
(47887,'Contact Form Submission',3190,47814,1,'Contact Form Submission from Rachel Allan','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rachel Allan\n\nEMAIL: rachel@jerseycommercialpainting.com\n\nCOMPANY: Jersey Commercial Paint\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nMESSAGE: \nHi,\n\nI work in Voorhees Township, and work for others in the community. I\nwas hoping I could come by and offer a complimentary painting bid?\n\nThank you in advance for your response.\n\nWith best,\n\nRachel Allan\nBusiness Development Rep\nJersey Commercial Paint\n(609) 380-7522\nrachel@jerseycommercialpainting.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rachel Allan</p><p><strong>Email:</strong> rachel@jerseycommercialpainting.com</p><p><strong>Company:</strong> Jersey Commercial Paint</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI work in Voorhees Township, and work for others in the community. I was hoping I could come by and offer a complimentary painting bid?<br />\n <br />\nThank you in advance for your response.<br />\n <br />\nWith best,<br />\n <br />\nRachel Allan<br />\nBusiness Development Rep<br />\nJersey Commercial Paint<br />\n(609) 380-7522<br />\nrachel@jerseycommercialpainting.com<br />\n <br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:50:58','2026-03-20 20:50:58','3de453db-1444-40c9-b560-97a07af09ac3'),
(47888,'Careers Form Submission',3191,47828,2,'Careers Form Submission from Vincent McDernott','careers@cclaurelton.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cclaurelton.com/careers\n\nNAME: Vincent McDernott\n\nEMAIL: vfmcdermott@gmail.com\n\nPHONE: 7329860317\n\nFACILITY: \n\n 	* Laurelton [https://mycompletecare.com/cclaurelton] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in the Activity Assistant position\nwith your organization. I am seeking an opportunity where I can\ncontribute in a meaningful and positive way, and I believe my\nbackground in customer service, caregiving, and activity support makes\nme a strong candidate.\n\nIn addition to my experience in hospitality and direct support roles,\nI have served in an Activity Assistant capacity, helping plan and\ncoordinate engaging activities for seniors and individuals with\nspecial needs. \nI assisted with organizing recreational programs, encouraging\nparticipation, and creating a warm, inclusive environment where\nindividuals felt valued and supported. This experience strengthened my\npatience, creativity, and ability to connect with people of different\nabilities and backgrounds.\n\nThroughout my work, I have developed strong communication skills,\nattention to detail, and the ability to remain calm and dependable in\nboth structured and fast-paced environments. My time serving in the\nUnited States Air Force further instilled discipline, reliability, and\na strong sense of responsibility.\nI take pride in bringing kindness, professionalism, and a strong work\nethic to every role. I would welcome the opportunity to contribute to\nyour team and discuss how my skills and experience can support your\norganization.\n\nThank you for your time and consideration. I look forward to speaking\nwith you. \n\nSincerely,\nVincent J. McDermott\n732.986.0317\nvfmdermott@gmail.com\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cclaurelton.com/careers</p><p></p><p><strong>Name:</strong> Vincent McDernott</p><p><strong>Email:</strong> vfmcdermott@gmail.com</p><p><strong>Phone:</strong> 7329860317</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclaurelton\">Laurelton</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in the Activity Assistant position with your organization. I am seeking an opportunity where I can contribute in a meaningful and positive way, and I believe my background in customer service, caregiving, and activity support makes me a strong candidate.<br />\n<br />\nIn addition to my experience in hospitality and direct support roles, I have served in an Activity Assistant capacity, helping plan and coordinate engaging activities for seniors and individuals with special needs. <br />\nI assisted with organizing recreational programs, encouraging participation, and creating a warm, inclusive environment where individuals felt valued and supported. This experience strengthened my patience, creativity, and ability to connect with people of different abilities and backgrounds.<br />\n<br />\nThroughout my work, I have developed strong communication skills, attention to detail, and the ability to remain calm and dependable in both structured and fast-paced environments. My time serving in the United States Air Force further instilled discipline, reliability, and a strong sense of responsibility.<br />\nI take pride in bringing kindness, professionalism, and a strong work ethic to every role. I would welcome the opportunity to contribute to your team and discuss how my skills and experience can support your organization.<br />\n<br />\nThank you for your time and consideration. I look forward to speaking with you. <br />\n<br />\nSincerely,<br />\nVincent J. McDermott<br />\n732.986.0317<br />\nvfmdermott@gmail.com<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:50:58','2026-03-20 20:50:58','4fcf77d2-7737-42ee-a2f8-ffe3ab1f69c7'),
(47889,'Contact Form Submission',3190,47835,1,'Contact Form Submission from Matt Squire','info@ccphillipsburg.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccphillipsburg.com/contact\n\nNAME: Matt Squire\n\nEMAIL: sandrasquire4mom@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Phillipsburg [https://mycompletecare.com/ccphillipsburg] \n\nMESSAGE: \nMy mother is currently in a short term rehabilitation facility and we\nare exploring options for long term care for 77 year old. \nLooking for availability and costs for long term care at your\nfacilities at Complete Care at Phillipsburg and/or the Brakeley Park\nfacilities.\n','<p><strong>Contact form submitted at:</strong> https://ccphillipsburg.com/contact</p><p></p><p><strong>Name:</strong> Matt Squire</p><p><strong>Email:</strong> sandrasquire4mom@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccphillipsburg\">Phillipsburg</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My mother is currently in a short term rehabilitation facility and we are exploring options for long term care for 77 year old.  <br />\nLooking for availability and costs for long term care at your facilities at Complete Care at Phillipsburg and/or the Brakeley Park facilities.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:50:58','2026-03-20 20:50:58','00cac997-23a1-4e66-8a59-b8f0e8ae2b5a'),
(47890,'Careers Form Submission',3191,47837,2,'Careers Form Submission from Gabriella Dobos','careers@completecareglendale.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareglendale.com/careers\n\nNAME: Gabriella Dobos\n\nEMAIL: gabby.roro14@gmail.com\n\nPHONE: 2038193393\n\nFACILITY: \n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nN/A\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareglendale.com/careers</p><p></p><p><strong>Name:</strong> Gabriella Dobos</p><p><strong>Email:</strong> gabby.roro14@gmail.com</p><p><strong>Phone:</strong> 2038193393</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/A\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:50:59','2026-03-20 20:50:59','f03dece6-330a-4649-a004-76b0a544c64c'),
(47891,'Contact Form Submission',3190,47840,1,'Contact Form Submission from Melanie','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Melanie\n\nEMAIL: Melanie.Velazquez@dhs.nj.gov\n\nCOMPANY: Office of the Public Guardian\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hamilton Plaza [https://mycompletecare.com/cchamiltonplaza] \n\nMESSAGE: \nHello,\n\nLooking to get an updated invoice on client Esposito, Joann.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Melanie </p><p><strong>Email:</strong> Melanie.Velazquez@dhs.nj.gov</p><p><strong>Company:</strong> Office of the Public Guardian </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchamiltonplaza\">Hamilton Plaza</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nLooking to get an updated invoice on client Esposito, Joann. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:50:59','2026-03-20 20:50:59','4e2dea11-8faa-4daa-86c4-05cf1ad940ee'),
(47892,'Contact Form Submission',3190,47841,1,'Contact Form Submission from Melanie Velazquez','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Melanie Velazquez\n\nEMAIL: Melanie.Velazquez@dhs.nj.gov\n\nCOMPANY: Office of the Public Guardian\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hamilton Plaza [https://mycompletecare.com/cchamiltonplaza] \n\nMESSAGE: \nHello,\n\nI am looking to get an updated invoice for client JoAnn Esposito.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Melanie Velazquez</p><p><strong>Email:</strong> Melanie.Velazquez@dhs.nj.gov</p><p><strong>Company:</strong> Office of the Public Guardian </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchamiltonplaza\">Hamilton Plaza</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nI am looking to get an updated invoice for client JoAnn Esposito. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:50:59','2026-03-20 20:50:59','27fbd8a6-722d-4a12-b2dd-fc7bd4279140'),
(47893,'Careers Form Submission',3191,47848,2,'Careers Form Submission from Amanda Dougherty','careers@ccburlingtonwoods.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccburlingtonwoods.com/careers\n\nNAME: Amanda Dougherty\n\nEMAIL: adougherty924@gmail.com\n\nPHONE: 2157303403\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Admissions / Marketing \n\nMESSAGE/ COVER LETTER:\n\nHi! I’d love to work at a place like this. If there are any open\nopportunities please reach out! I’m a recent Health Policy\nAdministration graduate and looking for any entry level administrative\nopportunities.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccburlingtonwoods.com/careers</p><p></p><p><strong>Name:</strong> Amanda Dougherty </p><p><strong>Email:</strong> adougherty924@gmail.com</p><p><strong>Phone:</strong> 2157303403</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi! I’d love to work at a place like this. If there are any open opportunities please reach out! I’m a recent Health Policy Administration graduate and looking for any entry level administrative opportunities. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:51:00','2026-03-20 20:51:00','203047fa-505d-4bf8-aa20-484dd210f5aa'),
(47894,'Careers Form Submission',3191,47851,2,'Careers Form Submission from Nathaly jimenez','careers@ccregent.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccregent.com/careers\n\nNAME: Nathaly jimenez\n\nEMAIL: nathalyk24@gmail.com\n\nPHONE: 7185019614\n\nFACILITY: \n\n 	* Regent [https://mycompletecare.com/ccregent] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n\nMESSAGE/ COVER LETTER:\n\nI have 10 plus year in recreation and I think my skills would be a\ngreat asset to your team\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccregent.com/careers</p><p></p><p><strong>Name:</strong> Nathaly jimenez</p><p><strong>Email:</strong> nathalyk24@gmail.com</p><p><strong>Phone:</strong> 7185019614</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccregent\">Regent</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I have 10 plus year in recreation and I think my skills would be a great asset to your team \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:51:00','2026-03-20 20:51:00','a2ace175-eace-4fc4-92a4-3b3689e4d591'),
(47895,'Careers Form Submission',3191,47855,2,'Careers Form Submission from Dorothy Oneill','careers@ccgrandeprairie.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccgrandeprairie.com/careers\n\nNAME: Dorothy Oneill\n\nEMAIL: dorothy1296@yahoo.com\n\nPHONE: 12243922301\n\nFACILITY: \n\n 	* Grande Prairie [https://mycompletecare.com/ccgrandeprairie] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDorothy O\'Neill resume\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccgrandeprairie.com/careers</p><p></p><p><strong>Name:</strong> Dorothy Oneill </p><p><strong>Email:</strong> dorothy1296@yahoo.com</p><p><strong>Phone:</strong> 12243922301</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgrandeprairie\">Grande Prairie</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dorothy O\'Neill resume \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:51:00','2026-03-20 20:51:00','b7d573c1-6c2f-4886-9d90-6d800d7c51e8'),
(47896,'Careers Form Submission',3191,47858,2,'Careers Form Submission from Ramon','careers@ccridgewood.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccridgewood.com/careers\n\nNAME: Ramon\n\nEMAIL: jrbenitez670@gmail.com\n\nPHONE: 5153332728\n\nFACILITY: \n\n 	* Ridgewood [https://mycompletecare.com/ccridgewood] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI have Expierence , I worked at woodlands creek I took orders from\nresidents and cut fruit, washed dishes , and ran food\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccridgewood.com/careers</p><p></p><p><strong>Name:</strong> Ramon  </p><p><strong>Email:</strong> jrbenitez670@gmail.com</p><p><strong>Phone:</strong> 5153332728</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccridgewood\">Ridgewood</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I have Expierence , I worked at woodlands creek I took orders from residents and cut fruit, washed dishes , and ran food\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:51:01','2026-03-20 20:51:01','5e1160a7-71a0-463a-8711-3d62fdfb7678');
INSERT INTO `formie_sentnotifications` VALUES
(47897,'Contact Form Submission',3190,47860,1,'Contact Form Submission from Rachel Allan','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rachel Allan\n\nEMAIL: rachel@jerseycommercialpainting.com\n\nCOMPANY: Jersey Commercial Paint\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nMESSAGE: \nHi,\n\nI work in Whiting, and work for others in the community. I was hoping\nI could come by and offer a complimentary painting bid?\n\nThank you in advance for your response.\n\nWith best,\n\naBusiness Development Rep\nJersey Commercial Paint\n(609) 380-7522\nrachel@jerseycommercialpainting.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rachel Allan</p><p><strong>Email:</strong> rachel@jerseycommercialpainting.com</p><p><strong>Company:</strong> Jersey Commercial Paint</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI work in Whiting, and work for others in the community. I was hoping I could come by and offer a complimentary painting bid?<br />\n <br />\nThank you in advance for your response.<br />\n <br />\nWith best,<br />\n <br />\naBusiness Development Rep<br />\nJersey Commercial Paint<br />\n(609) 380-7522<br />\nrachel@jerseycommercialpainting.com<br />\n <br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"138.124.119.72\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/108.0.0.0 Safari\\/537.36\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-20 20:51:01','2026-03-20 20:51:01','337eb2df-7f40-46f5-9d85-4e3835c1aaaa'),
(48990,'Contact Form Submission',3190,47928,1,'Contact Form Submission from Thomas Nelson','info@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareblvd.com/contact\n\nNAME: Thomas Nelson\n\nEMAIL: TCNelsonWrites@Gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nMESSAGE: \nHello there!\n\nI just applied for your Activities Aide position and thought my resume\nmay stand out as a little different than the others you will receive.\n\nAfter 8 years in advertising I am doing a switch in my career and\ngoing back to grad school to become a O&amp;M specialist. Most of my\nclasses will be night classes and seeing as most of my future clients\nwill be seniors, I thought it would make sense to get a head start\nworking with them while in school.\n\nI have experience already setting up activities, as I have spent the\npast 12 years organizing, hosting, and promoting comedy shows and\nevents all over Chicago. I truly believe I have the skills to support\nthe current staff and bring your activities to a whole new level.\n\nI\'m happy to answer any questions or concerns you may have. \n\nThanks for giving me a chance,\n- Thomas Nelson\n','<p><strong>Contact form submitted at:</strong> https://completecareblvd.com/contact</p><p></p><p><strong>Name:</strong> Thomas Nelson</p><p><strong>Email:</strong> TCNelsonWrites@Gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello there!<br />\n<br />\nI just applied for your Activities Aide position and thought my resume may stand out as a little different than the others you will receive.<br />\n<br />\nAfter 8 years in advertising I am doing a switch in my career and going back to grad school to become a O&amp;amp;M specialist. Most of my classes will be night classes and seeing as most of my future clients will be seniors, I thought it would make sense to get a head start working with them while in school.<br />\n<br />\nI have experience already setting up activities, as I have spent the past 12 years organizing, hosting, and promoting comedy shows and events all over Chicago. I truly believe I have the skills to support the current staff and bring your activities to a whole new level.<br />\n<br />\nI\'m happy to answer any questions or concerns you may have. <br />\n<br />\nThanks for giving me a chance,<br />\n- Thomas Nelson\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:15','2026-03-23 16:46:15','4d1c2bd3-e46d-46a3-8687-a44eae773c35'),
(48991,'Contact Form Submission',3190,47929,1,'Contact Form Submission from Ashley Adkins','info@completecareglendale.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareglendale.com/contact\n\nNAME: Ashley Adkins\n\nEMAIL: ashleykins24@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nMESSAGE: \nI\'d like to apply to admit a family friend of mine.\n','<p><strong>Contact form submitted at:</strong> https://completecareglendale.com/contact</p><p></p><p><strong>Name:</strong> Ashley Adkins</p><p><strong>Email:</strong> ashleykins24@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'d like to apply to admit a family friend of mine. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:15','2026-03-23 16:46:15','03df039d-70ad-48b5-b8cb-c49441123c06'),
(48992,'Contact Form Submission',3190,47950,1,'Contact Form Submission from Carrie Boyko','info@completecareatmadison.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareatmadison.com/contact\n\nNAME: Carrie Boyko\n\nEMAIL: jboyko2@comcast.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Madison [https://mycompletecare.com/completecareatmadison] \n\nMESSAGE: \nI\'m interested in visiting the facility.\n','<p><strong>Contact form submitted at:</strong> https://completecareatmadison.com/contact</p><p></p><p><strong>Name:</strong> Carrie Boyko</p><p><strong>Email:</strong> jboyko2@comcast.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareatmadison\">Madison</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m interested in visiting the facility. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:15','2026-03-23 16:46:15','1b630aa3-6dca-4e01-9319-a61adb84b560'),
(48993,'Careers Form Submission',3191,47966,2,'Careers Form Submission from Adilene Coria','careers@ccmaplegrove.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmaplegrove.com/careers\n\nNAME: Adilene Coria\n\nEMAIL: coriaadilene08@gmail.com\n\nPHONE: 6085907112\n\nFACILITY: \n\n 	* Maple Grove [https://mycompletecare.com/ccmaplegrove] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nIh\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmaplegrove.com/careers</p><p></p><p><strong>Name:</strong> Adilene Coria</p><p><strong>Email:</strong> coriaadilene08@gmail.com</p><p><strong>Phone:</strong> 6085907112</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmaplegrove\">Maple Grove</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Ih\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:16','2026-03-23 16:46:16','b559c862-f2f0-4be4-84ae-0d6bc1efa88e'),
(48994,'Careers Form Submission',3191,48152,2,'Careers Form Submission from Daniel Bofah','careers@ccplainfield.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccplainfield.com/careers/\n\nNAME: Daniel Bofah\n\nEMAIL: jkdanielbofah@yahoo.co.uk\n\nPHONE: 908-251-7753\n\nFACILITY: \n\n 	* Plainfield [https://mycompletecare.com/ccplainfield] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nDaniel Bofah\n03/20/26\n\nTo Whom it may concern\n\nI am excited to apply for the Licensed Practical Nurse (LPN) position\nat Complete Care Plainfield NJ. As a new graduate with training in\npatient care and medication administration, I am eager to contribute\nto your team’s success and provide excellent care to patients.\n\nSincerely\nDaniel Bofah\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccplainfield.com/careers/</p><p></p><p><strong>Name:</strong> Daniel Bofah</p><p><strong>Email:</strong> jkdanielbofah@yahoo.co.uk</p><p><strong>Phone:</strong> 908-251-7753</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccplainfield\">Plainfield</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            <br />\nDaniel Bofah<br />\n03/20/26<br />\n                                          <br />\n<br />\nTo Whom it may concern<br />\n<br />\nI am excited to apply for the Licensed Practical Nurse (LPN) position at Complete Care Plainfield NJ. As a new graduate with training in patient care and medication administration, I am eager to contribute to your team’s success and provide excellent care to patients.<br />\n<br />\nSincerely<br />\nDaniel Bofah<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:16','2026-03-23 16:46:16','a9a0106d-90d2-4d0d-be39-5c0a3dcc3325'),
(48995,'Careers Form Submission',3191,48209,2,'Careers Form Submission from Ariel Anderson','careers@ccorangepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccorangepark.com/careers\n\nNAME: Ariel Anderson\n\nEMAIL: arielanderson0512@gmail.com\n\nPHONE: 9738193531\n\nFACILITY: \n\n 	* Orange Park [https://mycompletecare.com/ccorangepark] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n\nMESSAGE/ COVER LETTER:\n\nHi, I can’t wait to speak to you all ! Very excited to have the\nopportunity to apply here.I hope I meet your expectations!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccorangepark.com/careers</p><p></p><p><strong>Name:</strong> Ariel Anderson</p><p><strong>Email:</strong> arielanderson0512@gmail.com</p><p><strong>Phone:</strong> 9738193531</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccorangepark\">Orange Park</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi, I can’t wait to speak to you all ! Very excited to have the opportunity to apply here.I hope I meet your expectations! \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:17','2026-03-23 16:46:17','d9b48ca3-bd2b-4e2b-89a0-f6f06e50d277'),
(48996,'Careers Form Submission',3191,48216,2,'Careers Form Submission from Myasia','careers@ccmercerville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmercerville.com/careers\n\nNAME: Myasia\n\nEMAIL: myaslay19@gmail.com\n\nPHONE: 6402604250\n\nFACILITY: \n\n 	* Mercerville [https://mycompletecare.com/ccmercerville] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nMyasia Thomas\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmercerville.com/careers</p><p></p><p><strong>Name:</strong> Myasia </p><p><strong>Email:</strong> myaslay19@gmail.com</p><p><strong>Phone:</strong> 6402604250</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmercerville\">Mercerville</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Myasia Thomas \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:17','2026-03-23 16:46:17','9ca7aae6-2d94-4067-a4d9-3f28f16a5e59'),
(48997,'Careers Form Submission',3191,48218,2,'Careers Form Submission from Makim richards','careers@completecarehillside.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarehillside.com/careers\n\nNAME: Makim richards\n\nEMAIL: richardsmakim5@gmail.com\n\nPHONE: 3024808241\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nLooking for an job opportunity and was wondering if I’d be able to\nwork with this company and bring a positive attitude and hardworking\nenergy into the workplace\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarehillside.com/careers</p><p></p><p><strong>Name:</strong> Makim richards</p><p><strong>Email:</strong> richardsmakim5@gmail.com</p><p><strong>Phone:</strong> 3024808241</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for an job opportunity and was wondering if I’d be able to work with this company and bring a positive attitude and hardworking energy into the workplace \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:17','2026-03-23 16:46:17','a786eedd-b8c1-4d16-943e-17fafa4c64f6'),
(48998,'Contact Form Submission',3190,48223,1,'Contact Form Submission from Rebecca Blanco','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Rebecca Blanco\n\nEMAIL: blancorebecca34@gmail.com\n\nCOMPANY: Senior Support Club\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nMESSAGE: \nHi! My names Rebecca Blanco and I am on the board of the Senior\nSupport Club at Scotch Plains-Fanwood High School. We are looking to\nwork with assisted living/ nursing home facilities in the area. Please\nlet me know if you would be interested in us partnering with your\norganization. Thanks!\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Rebecca Blanco</p><p><strong>Email:</strong> blancorebecca34@gmail.com</p><p><strong>Company:</strong> Senior Support Club</p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi! My names Rebecca Blanco and I am on the board of the Senior Support Club at Scotch Plains-Fanwood High School. We are looking to work with assisted living/ nursing home facilities in the area. Please let me know if you would be interested in us partnering with your organization. Thanks!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:17','2026-03-23 16:46:17','49508acb-01c3-4fa7-b7c7-081e04070d85'),
(48999,'Careers Form Submission',3191,48273,2,'Careers Form Submission from Melvin Ayodele','careers@ccprospectheights.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccprospectheights.com/careers\n\nNAME: Melvin Ayodele\n\nEMAIL: melvinmalik2004@gmail.com\n\nPHONE: 8623906307\n\nFACILITY: \n\n 	* Prospect Heights [https://mycompletecare.com/ccprospectheights] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nMelvin Ayodele 112 Callahan Ct  Newark, NJ 07103\n melvinmalik2004@gmail.com \n973-517-1966 / 862-390-6307\n March 21, 2026\nComplete Care \nHackensack, NJ\n\nDear Hiring Manager,\nI am writing to express my interest in a position at Complete Care in\nHackensack, NJ. Although I do not have a formal medical degree, I\nbring strong hands-on experience in customer service, safety, and\nfast-paced work environments, along with a strong willingness to learn\nand grow within a healthcare setting.\nI am currently working at Under Armour, FedEx Ground, and Sky Zone,\nwhere I have built strong skills in teamwork, communication, and\nresponsibility. At FedEx Ground, I handle packages efficiently and\nhelp train new employees, demonstrating leadership and reliability. At\nSky Zone, I serve as a court monitor, ensuring the safety of guests\nand responding quickly to any issues. My experience as a security\nofficer has also prepared me to maintain a safe and respectful\nenvironment at all times.\nI am especially interested in working at Complete Care because I want\nto be part of a team that makes a difference in people’s lives every\nday. I am dependable, hardworking, and able to stay calm under\npressure—qualities that are important in a healthcare environment.\nIn addition, I hold a SORA license and lifeguard training\ncertification, which reflect my commitment to safety and\nresponsibility.\nI would appreciate the opportunity to contribute to your team and\ncontinue developing my skills in a hospital setting. Thank you for\nyour time and consideration. I look forward to the opportunity to\nspeak with you.\nSincerely, Melvin Ayodele\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccprospectheights.com/careers</p><p></p><p><strong>Name:</strong> Melvin Ayodele </p><p><strong>Email:</strong> melvinmalik2004@gmail.com</p><p><strong>Phone:</strong> 8623906307</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccprospectheights\">Prospect Heights</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Melvin Ayodele 112 Callahan Ct  Newark, NJ 07103<br />\n melvinmalik2004@gmail.com <br />\n973-517-1966 / 862-390-6307<br />\n March 21, 2026<br />\nComplete Care <br />\nHackensack, NJ<br />\n<br />\nDear Hiring Manager,<br />\nI am writing to express my interest in a position at Complete Care in Hackensack, NJ. Although I do not have a formal medical degree, I bring strong hands-on experience in customer service, safety, and fast-paced work environments, along with a strong willingness to learn and grow within a healthcare setting.<br />\nI am currently working at Under Armour, FedEx Ground, and Sky Zone, where I have built strong skills in teamwork, communication, and responsibility. At FedEx Ground, I handle packages efficiently and help train new employees, demonstrating leadership and reliability. At Sky Zone, I serve as a court monitor, ensuring the safety of guests and responding quickly to any issues. My experience as a security officer has also prepared me to maintain a safe and respectful environment at all times.<br />\nI am especially interested in working at Complete Care because I want to be part of a team that makes a difference in people’s lives every day. I am dependable, hardworking, and able to stay calm under pressure—qualities that are important in a healthcare environment. In addition, I hold a SORA license and lifeguard training certification, which reflect my commitment to safety and responsibility.<br />\nI would appreciate the opportunity to contribute to your team and continue developing my skills in a hospital setting. Thank you for your time and consideration. I look forward to the opportunity to speak with you.<br />\nSincerely, Melvin Ayodele<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:18','2026-03-23 16:46:18','f1060c2c-f644-4886-b2c0-acf7fd932f72'),
(49000,'Contact Form Submission',3190,48305,1,'Contact Form Submission from Monique Perkins','info@cccedargrove.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cccedargrove.com/contact\n\nNAME: Monique Perkins\n\nEMAIL: momar74427@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Cedar Grove [https://mycompletecare.com/cccedargrove] \n\nMESSAGE: \nI would like a copy of the services given to my mom during her stay.\nHer name is Marion Walker 8/28/1928\n','<p><strong>Contact form submitted at:</strong> https://cccedargrove.com/contact</p><p></p><p><strong>Name:</strong> Monique Perkins</p><p><strong>Email:</strong> momar74427@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccedargrove\">Cedar Grove</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I would like a copy of the services given to my mom during her stay.  Her name is Marion Walker  8/28/1928\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:18','2026-03-23 16:46:18','b850ce9d-d8ed-4c33-a784-7f34a6bb8a14'),
(49001,'Careers Form Submission',3191,48329,2,'Careers Form Submission from Kirk G Robinson','careers@ccvoorhees.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccvoorhees.com/careers\n\nNAME: Kirk G Robinson\n\nEMAIL: boor0220@gmail.com\n\nPHONE: 18565714124\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nMy name is Kirk Robinson I am a retired School Law Enforcement officer\nof 28yrs. After that I\'ve done sch. Crossing Guard 4 approx. 3yrs. I\nthnk moved onto Office cleaning which Ive done for approximately 5yrs\nwhich brings us to the present. I am available 4 employment n am\nwilling to do task that are asked of me, thnku n hope 2b contacted\nsoon!!!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccvoorhees.com/careers</p><p></p><p><strong>Name:</strong> Kirk G Robinson</p><p><strong>Email:</strong> boor0220@gmail.com</p><p><strong>Phone:</strong> 18565714124</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            My name is Kirk Robinson I am a retired School Law Enforcement officer of 28yrs. After that I\'ve done sch. Crossing Guard 4 approx. 3yrs. I thnk moved onto Office cleaning which Ive done for approximately 5yrs which brings us to the present. I am available 4 employment n am willing to do task that are asked of me, thnku n hope 2b contacted soon!!! \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:18','2026-03-23 16:46:18','28e9a1d9-672e-455f-922b-ad8ba20a76e3'),
(49002,'Contact Form Submission',3190,48341,1,'Contact Form Submission from Ann Delgado','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Ann Delgado\n\nEMAIL: squires1084@comcast.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nMy father has been a patient there in the past I can no longer care\nfor him and would like to know how I would go about him becoming a\nresident there there wouldn’t be any money until his home is sold so\nI would just like a little more information please\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Ann Delgado</p><p><strong>Email:</strong> squires1084@comcast.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            My father has been a patient there in the past I can no longer care for him and would like to know how I would go about him becoming a resident there there wouldn’t be any money until his home is sold so I would just like a little more information please \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:19','2026-03-23 16:46:19','583f6450-7620-41de-b6aa-2ce1498b39ac'),
(49003,'Careers Form Submission',3191,48342,2,'Careers Form Submission from Jesus Garcia','careers@ccburlingtonwoods.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccburlingtonwoods.com/careers\n\nNAME: Jesus Garcia\n\nEMAIL: chinomya1992@gmail.com\n\nPHONE: 2672987267\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nThank\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccburlingtonwoods.com/careers</p><p></p><p><strong>Name:</strong> Jesus Garcia </p><p><strong>Email:</strong> chinomya1992@gmail.com</p><p><strong>Phone:</strong> 2672987267</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Thank\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:19','2026-03-23 16:46:19','1fbbbe19-e03e-4c92-bbe8-eaa77bb0c620'),
(49004,'Contact Form Submission',3190,48351,1,'Contact Form Submission from Ted Garcia','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Ted Garcia\n\nEMAIL: garciaej012@gmail.com\n\nCOMPANY: N/A\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Westfield [https://mycompletecare.com/ccwestfield] \n\nMESSAGE: \nHello, my name is Ted and I’m a local artist who does guided\npainting sessions with groups and I’d love to do a session with your\nresidents. I provide all materials and guide participants\nstep-by-step, keeping the atmosphere fun and low-pressure. Many groups\nenjoy this as a creative and social activity. If you’re interested\nplease feel free to contact me. Thank you!\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Ted Garcia</p><p><strong>Email:</strong> garciaej012@gmail.com</p><p><strong>Company:</strong> N/A</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwestfield\">Westfield</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, my name is Ted and I’m a local artist who does guided painting sessions with groups and  I’d love to do a session with your residents. I provide all materials and guide participants step-by-step, keeping the atmosphere fun and low-pressure. Many groups enjoy this as a creative and social activity. If you’re interested please feel free to contact me. Thank you!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:19','2026-03-23 16:46:19','c8425c5c-b389-428b-9bab-ca916a5de7ec'),
(49005,'Careers Form Submission',3191,48543,2,'Careers Form Submission from Shelby Livering','careers@ccmultimed.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmultimed.com/careers\n\nNAME: Shelby Livering\n\nEMAIL: slivering425@gmail.com\n\nPHONE: 4436956361\n\nFACILITY: \n\n 	* Multi Medical Center [https://mycompletecare.com/ccmultimed] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nI love making people happy. I’m a team player and I work hard in the\nwork that I do.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmultimed.com/careers</p><p></p><p><strong>Name:</strong> Shelby Livering </p><p><strong>Email:</strong> slivering425@gmail.com</p><p><strong>Phone:</strong> 4436956361</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmultimed\">Multi Medical Center</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I love making people happy. I’m a team player and I work hard in the work that I do. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:20','2026-03-23 16:46:20','25800eb2-6d7a-47a8-becb-3eab7647dd9c'),
(49006,'Careers Form Submission',3191,48560,2,'Careers Form Submission from Nesma Mahgoub','careers@completecareatmadison.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: http://completecareatmadison.com/careers\n\nNAME: Nesma Mahgoub\n\nEMAIL: nesmamahgob@gmail.com\n\nPHONE: 7326984763\n\nFACILITY: \n\n 	* Madison [https://mycompletecare.com/completecareatmadison] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nLooking for CNA free program\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> http://completecareatmadison.com/careers</p><p></p><p><strong>Name:</strong> Nesma Mahgoub </p><p><strong>Email:</strong> nesmamahgob@gmail.com</p><p><strong>Phone:</strong> 7326984763</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareatmadison\">Madison</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for CNA free program \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:20','2026-03-23 16:46:20','2fbf850e-4e14-4f6b-94df-0d219720eccd'),
(49007,'Careers Form Submission',3191,48669,2,'Careers Form Submission from Latoya Coleman','careers@ccmarcella.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmarcella.com/careers\n\nNAME: Latoya Coleman\n\nEMAIL: lcc92110@gmail.com\n\nPHONE: 16093467460\n\nFACILITY: \n\n 	* Marcella [https://mycompletecare.com/ccmarcella] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Maintenance / Housekeeping \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nSeeking opening position\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmarcella.com/careers</p><p></p><p><strong>Name:</strong> Latoya Coleman</p><p><strong>Email:</strong> lcc92110@gmail.com</p><p><strong>Phone:</strong> 16093467460</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmarcella\">Marcella</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Seeking opening position \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:20','2026-03-23 16:46:20','fde1d295-bae1-4c5b-8e1f-e23e359d13cf'),
(49008,'Careers Form Submission',3191,48679,2,'Careers Form Submission from NEVAEH DARBY','careers@completecarebrick.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarebrick.com/careers/\n\nNAME: NEVAEH DARBY\n\nEMAIL: nevaehdarby2006@gmail.com\n\nPHONE: 18482406195\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nA College Nursing/ Psychology student looking to work\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarebrick.com/careers/</p><p></p><p><strong>Name:</strong> NEVAEH DARBY</p><p><strong>Email:</strong> nevaehdarby2006@gmail.com</p><p><strong>Phone:</strong> 18482406195</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            A College Nursing/ Psychology student looking to work \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:20','2026-03-23 16:46:20','acb78620-f135-4b30-880a-222bd7cc50e8'),
(49009,'Contact Form Submission',3190,48704,1,'Contact Form Submission from Claudette','info@completecarebarnhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarebarnhill.com/contact\n\nNAME: Claudette\n\nEMAIL: claudettetm@outlook.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nMESSAGE: \nHello, I’d like to schedule a tour for this week. Permanent home for\nmy mother. She had a stroke in 2018 and they’re still bedbound and\nparalyzed. She is at home with a living caregiver. We would like to\nhave her placed somewhere clean with excellent care. She has Medicaid.\nThank you\n','<p><strong>Contact form submitted at:</strong> https://completecarebarnhill.com/contact</p><p></p><p><strong>Name:</strong> Claudette</p><p><strong>Email:</strong> claudettetm@outlook.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, I’d like to schedule a tour for this week. Permanent home for my mother. She had a stroke in 2018 and they’re still bedbound and paralyzed. She is at home with a living caregiver. We would like to have her placed somewhere clean with excellent care. She has Medicaid. Thank you \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:21','2026-03-23 16:46:21','8503cb6f-122b-45f8-b54a-34309934fabe'),
(49010,'Careers Form Submission',3191,48728,2,'Careers Form Submission from Monique Antoinette Harris','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Monique Antoinette Harris\n\nEMAIL: moniqueharris1344@gmail.com\n\nPHONE: 19083619140\n\nFACILITY: \n\n 	* Plainfield [https://mycompletecare.com/ccplainfield] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI would love to come work for this company I am a very good worker and\nlove people please give me a chance and call me in for a n interview\nthank you have a great day\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Monique Antoinette Harris</p><p><strong>Email:</strong> moniqueharris1344@gmail.com</p><p><strong>Phone:</strong> 19083619140</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccplainfield\">Plainfield</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I would love to come work for this company I am a very good worker and love people please give me a chance and call me in for a n interview thank you have a great day \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:21','2026-03-23 16:46:21','0f39ce8b-cf2d-4d07-8393-88040469140c'),
(49011,'Contact Form Submission',3190,48804,1,'Contact Form Submission from Olivia Solomon','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Olivia Solomon\n\nEMAIL: olivia.solomon.mkt@gmail.com\n\nCOMPANY: -\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Christian Home [https://mycompletecare.com/ccchristianhome] \n\nMESSAGE: \nHello,\nI would like to share a few suggestions for your website. No cost and\nno obligation—just an opportunity to review how we can improve your\nwebsite and leads, increase organic traffic, and boost your ranking\nvisibility.\n\nWould it be okay to send you the suggestions I have in mind?\n\nThank you in advance\nOlivia Solomon\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Olivia Solomon</p><p><strong>Email:</strong> olivia.solomon.mkt@gmail.com</p><p><strong>Company:</strong> -</p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchristianhome\">Christian Home</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\nI would like to share a few suggestions for your website. No cost and no obligation—just an opportunity to review how we can improve your website and leads, increase organic traffic, and boost your ranking visibility.<br />\n<br />\nWould it be okay to send you the suggestions I have in mind?<br />\n<br />\nThank you in advance<br />\nOlivia Solomon\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:21','2026-03-23 16:46:21','d04a5ef8-9b1a-490f-8a4f-9b7bf027bdd5'),
(49012,'Careers Form Submission',3191,48950,2,'Careers Form Submission from Keerra ferrell','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Keerra ferrell\n\nEMAIL: ferrell.keerra14@gmail.com\n\nPHONE: 4109602699\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nHi, my name is Keerra. I’m applying for the Dietary Aide position. I\nhave about 6 months of experience working in nursing homes as a\ndietary aide, and I’ve also trained as a cook.\n\nI’m currently looking for a full-time schedule and I have open\navailability. I also have reliable transportation, so I’m able to be\non time and consistent with my shifts. I enjoy working in healthcare\nsettings and take pride in helping residents with their meals and\noverall care.\n\nI’m dependable, hardworking, and eager to continue growing in this\nfield. Thank you for your time and consideration—I’d love the\nopportunity to be part of your team.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Keerra ferrell</p><p><strong>Email:</strong> ferrell.keerra14@gmail.com</p><p><strong>Phone:</strong> 4109602699</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi, my name is Keerra. I’m applying for the Dietary Aide position. I have about 6 months of experience working in nursing homes as a dietary aide, and I’ve also trained as a cook.<br />\n<br />\nI’m currently looking for a full-time schedule and I have open availability. I also have reliable transportation, so I’m able to be on time and consistent with my shifts. I enjoy working in healthcare settings and take pride in helping residents with their meals and overall care.<br />\n<br />\nI’m dependable, hardworking, and eager to continue growing in this field. Thank you for your time and consideration—I’d love the opportunity to be part of your team.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:22','2026-03-23 16:46:22','d76186cb-abaf-4459-acec-5d86d16ab8b4'),
(49013,'Contact Form Submission',3190,48962,1,'Contact Form Submission from David Bennett','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: David Bennett\n\nEMAIL: David@wikithinkers.org\n\nCOMPANY: Wiki Thinkers\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Silver Lake [https://mycompletecare.com/ccsilverlake] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nDavid Bennett\nWiki Thinkers\nDavid@wikithinkers.org\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> David Bennett</p><p><strong>Email:</strong> David@wikithinkers.org</p><p><strong>Company:</strong> Wiki Thinkers</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsilverlake\">Silver Lake</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nDavid Bennett<br />\nWiki Thinkers<br />\nDavid@wikithinkers.org<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:22','2026-03-23 16:46:22','e4009458-ee59-48bf-8d83-1427898ce995'),
(49014,'Contact Form Submission',3190,48963,1,'Contact Form Submission from Lizbeth Marquez','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Lizbeth Marquez\n\nEMAIL: lmarque05@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Plainfield [https://mycompletecare.com/ccplainfield] \n\nMESSAGE: \nHello good morning i heard about your CNA program and i am interested\nin joining i would love to become a CNA i worked in healthcare i have\nexperience if you can please call me or txt back my number is\n9082464458\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Lizbeth Marquez</p><p><strong>Email:</strong> lmarque05@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccplainfield\">Plainfield</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello good morning i heard about your CNA program and i am interested in joining i would love to become a CNA i worked in healthcare i have experience if you can please call me or txt back my number is 9082464458\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:22','2026-03-23 16:46:22','54d7ac81-a8f8-47d2-9cf4-4c0287d86c99'),
(49015,'Contact Form Submission',3190,48965,1,'Contact Form Submission from David Bennett','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: David Bennett\n\nEMAIL: David@wikithinkers.org\n\nCOMPANY: Wiki Thinkers\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Wayne Hills [https://mycompletecare.com/ccwaynehills] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nDavid Bennett\nWiki Thinkers\nDavid@wikithinkers.org\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> David Bennett</p><p><strong>Email:</strong> David@wikithinkers.org</p><p><strong>Company:</strong> Wiki Thinkers</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwaynehills\">Wayne Hills</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nDavid Bennett<br />\nWiki Thinkers<br />\nDavid@wikithinkers.org<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:22','2026-03-23 16:46:22','d075fd76-a924-415b-84d5-925a5fb80c2c'),
(49016,'Contact Form Submission',3190,48966,1,'Contact Form Submission from Marisol Segovia','info@completecareheritage.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareheritage.com/contact\n\nNAME: Marisol Segovia\n\nEMAIL: marisol.segoviia@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Heritage [https://mycompletecare.com/completecareheritage] \n\nMESSAGE: \nI was wondering if in this facilities you have a program or offer care\n24/7 for patients with dementia. If so, what is the process and the\npricing. \n\nThank you.\n','<p><strong>Contact form submitted at:</strong> https://completecareheritage.com/contact</p><p></p><p><strong>Name:</strong> Marisol Segovia</p><p><strong>Email:</strong> marisol.segoviia@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareheritage\">Heritage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I was wondering if in this facilities you have a program or offer care 24/7 for patients with dementia. If so, what is the process and the pricing.   <br />\n<br />\nThank you. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:23','2026-03-23 16:46:23','77ae3ae3-e42c-4a14-b95b-edc451af446d'),
(49017,'Careers Form Submission',3191,48972,2,'Careers Form Submission from Asia L Griffin','careers@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccglendalewest.com/careers\n\nNAME: Asia L Griffin\n\nEMAIL: Asia.griffin@aim.com\n\nPHONE: 12626939807\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nLooking for a partner time CNA position for second shift\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccglendalewest.com/careers</p><p></p><p><strong>Name:</strong> Asia L Griffin</p><p><strong>Email:</strong> Asia.griffin@aim.com</p><p><strong>Phone:</strong> 12626939807</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for a partner time CNA position for second shift \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:23','2026-03-23 16:46:23','009e3820-128c-4394-9af6-a077b4047c1f'),
(49018,'Careers Form Submission',3191,48976,2,'Careers Form Submission from Margaret Van de Kamp','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Margaret Van de Kamp\n\nEMAIL: Vandekampm@lakeland.edu\n\nPHONE: 9202875983\n\nFACILITY: \n\n 	* Manitowoc [https://mycompletecare.com/ccmanitowoc] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI know we never met formally. Despite such we will make a great team!\nWhen you meet me the wait will be worthwhile. My skill set:\ncompassion, professionalism, willing and able to learn, able to work\nalone and with others. Have a great day! Margaret Van de Kamp, CNA,\nMA-C, MA-SPED\n(920)458-1086\n(920)287-5983\n\nWe all know time waits for no man! All of us are not able to be in\nmore than one place at a time. \n\nIt is saddest when we are provided with two equally lovely positions. \n\nRegards, \n\nMargaret Van de Kamp, CNA\n\nMy forte is with widows , and the geriatric , or rehab individuals ,\nas I\'ve taken care of family as we cared for each at home until end of\nlife, and/ or short term rehab.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Margaret Van de Kamp</p><p><strong>Email:</strong> Vandekampm@lakeland.edu</p><p><strong>Phone:</strong> 9202875983</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmanitowoc\">Manitowoc</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I know we never met formally. Despite such we will make a great team! When you meet me the wait will be worthwhile. My skill set: compassion, professionalism, willing and able to learn, able to work alone and with others. Have a great day! Margaret Van de Kamp, CNA, MA-C, MA-SPED<br />\n(920)458-1086<br />\n(920)287-5983<br />\n<br />\nWe all know time waits for no man! All of us are not able to be in more than one place at a time. <br />\n<br />\nIt is saddest when we are provided with two equally lovely positions. <br />\n<br />\nRegards, <br />\n<br />\nMargaret Van de Kamp, CNA<br />\n<br />\nMy forte is with widows , and the geriatric , or rehab individuals , as I\'ve taken care of family as we cared for each at home until end of life, and/ or short term rehab. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:24','2026-03-23 16:46:24','21c6b7ac-d7c8-4444-a1f4-7f7956b54573'),
(49019,'Contact Form Submission',3190,48978,1,'Contact Form Submission from Quede Howard','info@ccarbors.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccarbors.com/contact\n\nNAME: Quede Howard\n\nEMAIL: quedehoward@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \nSubject: Application – Director of Labor Relations\n\nHello, I recently applied for the Director of Labor Relations role\nwith Complete Care and wanted to express my strong interest.\n\nWith 10+ years of HR leadership in healthcare and multi-site\nenvironments, I bring experience managing employee relations, leading\ninvestigations, and supporting leadership through complex workforce\nmatters. I’ve partnered closely with operations to navigate\ngrievances, ensure compliance, and drive structured, scalable HR\nstrategies.\n\nI’m especially interested in expanding deeper into labor relations\nstrategy, including union engagement and negotiation support, and\ncontributing to a growing healthcare network like yours.\n\nIf you’re part of the hiring team, I’d appreciate the opportunity\nto connect.\n','<p><strong>Contact form submitted at:</strong> https://ccarbors.com/contact</p><p></p><p><strong>Name:</strong> Quede Howard </p><p><strong>Email:</strong> quedehoward@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Subject: Application – Director of Labor Relations<br />\n<br />\nHello, I recently applied for the Director of Labor Relations role with Complete Care and wanted to express my strong interest.<br />\n<br />\nWith 10+ years of HR leadership in healthcare and multi-site environments, I bring experience managing employee relations, leading investigations, and supporting leadership through complex workforce matters. I’ve partnered closely with operations to navigate grievances, ensure compliance, and drive structured, scalable HR strategies.<br />\n<br />\nI’m especially interested in expanding deeper into labor relations strategy, including union engagement and negotiation support, and contributing to a growing healthcare network like yours.<br />\n<br />\nIf you’re part of the hiring team, I’d appreciate the opportunity to connect.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-23 16:46:24','2026-03-23 16:46:24','0dc99817-44fe-40c1-af5a-14e72cc914a0'),
(50067,'Contact Form Submission',3190,49021,1,'Contact Form Submission from Jennifer Martin','info@ccbeylea.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccbeylea.com/contact\n\nNAME: Jennifer Martin\n\nEMAIL: angconjam@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Bey Lea [https://mycompletecare.com/ccbeylea] \n\nMESSAGE: \nHi, I am looking for information about your facility for my mom who\nhas dementia.\n','<p><strong>Contact form submitted at:</strong> https://ccbeylea.com/contact</p><p></p><p><strong>Name:</strong> Jennifer Martin</p><p><strong>Email:</strong> angconjam@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbeylea\">Bey Lea</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi, I am looking for information about your facility for my mom who has dementia. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:06','2026-03-25 18:48:06','0752b7e8-c222-484a-b72c-a9ab2a48f509'),
(50068,'Contact Form Submission',3190,49023,1,'Contact Form Submission from Ayone White','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Ayone White\n\nEMAIL: yonejonnay.13@icloud.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Maple Grove [https://mycompletecare.com/ccmaplegrove] \n\nMESSAGE: \nHello!\n\nMy name is Ayon’e White. I had interest in the CNA Training Program\nthat you guys offer through Wisconsin Caregivers. I was hoping to get\nsome information on the program if you guys still offer it. \nThanks! \n\n-Ayon’e W.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Ayone White</p><p><strong>Email:</strong> yonejonnay.13@icloud.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmaplegrove\">Maple Grove</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello!<br />\n<br />\nMy name is Ayon’e White. I had interest in the CNA Training Program that you guys offer through Wisconsin Caregivers. I was hoping to get some information on the program if you guys still offer it. <br />\nThanks! <br />\n<br />\n-Ayon’e W.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:06','2026-03-25 18:48:06','32e3e1db-b94b-4fe4-b87a-55673bc6bf48'),
(50069,'Careers Form Submission',3191,49035,2,'Careers Form Submission from Yessica','careers@cchamiltonplaza.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cchamiltonplaza.com/careers\n\nNAME: Yessica\n\nEMAIL: yessicadejesus0920@gmail.com\n\nPHONE: 9738160205\n\nFACILITY: \n\n 	* Hamilton Plaza [https://mycompletecare.com/cchamiltonplaza] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nH\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cchamiltonplaza.com/careers</p><p></p><p><strong>Name:</strong> Yessica</p><p><strong>Email:</strong> yessicadejesus0920@gmail.com</p><p><strong>Phone:</strong> 9738160205</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchamiltonplaza\">Hamilton Plaza</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            H\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:07','2026-03-25 18:48:07','2306b3d2-39e1-40c0-8108-73b73c0db2e3'),
(50070,'Careers Form Submission',3191,49105,2,'Careers Form Submission from Aristine Butler','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Aristine Butler\n\nEMAIL: aristine.butler@yahoo.com\n\nPHONE: 4437605185\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nGreetings, my name is Aristine Butler .\nI am currently seeking position as Director of Nursing with your\ncompany in Annapolis , Maryland. I have over 20 years of experience in\nhospital and long term care and would be a great fit for your company\n. \nPlease call me : 443-760-5185 \nEmail:Aristine.bitler@yahoo.com\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Aristine Butler</p><p><strong>Email:</strong> aristine.butler@yahoo.com</p><p><strong>Phone:</strong> 4437605185</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Greetings, my name is Aristine Butler .<br />\nI am currently  seeking position  as Director of Nursing  with your company in Annapolis , Maryland. I have over 20  years of experience in hospital and long term care and would be a great fit for your company . <br />\nPlease call me : 443-760-5185 <br />\nEmail:Aristine.bitler@yahoo.com<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:07','2026-03-25 18:48:07','0131fc56-8488-433d-aae7-7c74270f2cf7'),
(50071,'Careers Form Submission',3191,49107,2,'Careers Form Submission from Aristine Butler','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Aristine Butler\n\nEMAIL: aristine.butler@yahoo.com\n\nPHONE: 4437605185\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI sent a previous resume . My\nCorrect\nEmail : Aristine.butler@yahoo.com\nThank you .\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Aristine Butler</p><p><strong>Email:</strong> aristine.butler@yahoo.com</p><p><strong>Phone:</strong> 4437605185</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I sent a previous  resume . My<br />\nCorrect<br />\nEmail : Aristine.butler@yahoo.com<br />\nThank you . \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:07','2026-03-25 18:48:07','afb71d34-ad1c-465f-92b0-232dc0c498f8'),
(50072,'Contact Form Submission',3190,49116,1,'Contact Form Submission from Sonia Lewis','info@ccregent.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccregent.com/contact\n\nNAME: Sonia Lewis\n\nEMAIL: sonia@truesparklecleaner.com\n\nCOMPANY: TrueSparkle Cleaner\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Regent [https://mycompletecare.com/ccregent] \n\nMESSAGE: \nHi,\n\nI’m Sonia with TrueSparkle Cleaner, helping businesses in Hackensack\nkeep their offices clean, healthy, and professional.\nI’d be happy to stop by and provide a complimentary cleaning\nbid—no obligation.\n\"They deep cleaned our floors and I’ve never seen them look this\ngood. Very responsive and the price was perfect!\"\n— Abby Matthews\nWould a quick visit this week work for you?\n\nBest regards,\n\nSonia Lewis\nBusiness Development Rep\nTrueSparckle Cleaner\nsonia@truesparklecleaner.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://ccregent.com/contact</p><p></p><p><strong>Name:</strong> Sonia Lewis</p><p><strong>Email:</strong> sonia@truesparklecleaner.com</p><p><strong>Company:</strong> TrueSparkle Cleaner</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccregent\">Regent</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n<br />\nI’m Sonia with TrueSparkle Cleaner, helping businesses in Hackensack keep their offices clean, healthy, and professional.<br />\nI’d be happy to stop by and provide a complimentary cleaning bid—no obligation.<br />\n\"They deep cleaned our floors and I’ve never seen them look this good. Very responsive and the price was perfect!\"<br />\n— Abby Matthews<br />\nWould a quick visit this week work for you?<br />\n<br />\nBest regards,<br />\n<br />\nSonia Lewis<br />\nBusiness Development Rep<br />\nTrueSparckle Cleaner<br />\nsonia@truesparklecleaner.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:08','2026-03-25 18:48:08','cf14cebb-71e6-4d66-b6ce-83723b177b3f'),
(50073,'Contact Form Submission',3190,49117,1,'Contact Form Submission from Mark Manning','info@ccbrackenville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccbrackenville.com/contact\n\nNAME: Mark Manning\n\nEMAIL: mark.manning4@icloud.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Brackenville [https://mycompletecare.com/ccbrackenville] \n\nMESSAGE: \nHello, We are looking for a short-term rehab for my mother. She is due\nto be discharged soon from Christiana Hospital and will be in need of\nphysical therapy and assistance with entering/exiting the bed and\nrestroom.\nRegards,\nMark\n','<p><strong>Contact form submitted at:</strong> https://ccbrackenville.com/contact</p><p></p><p><strong>Name:</strong> Mark Manning</p><p><strong>Email:</strong> mark.manning4@icloud.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrackenville\">Brackenville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, We are looking for a short-term rehab for my mother. She is due to be discharged soon from Christiana Hospital and will be in need of physical therapy and assistance with entering/exiting the bed and restroom.<br />\nRegards,<br />\nMark\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:08','2026-03-25 18:48:08','6eeb0af4-f73f-4d12-89ee-9d5ea2279dc6'),
(50074,'Volunteer Form Submission',3189,49124,3,'Volunteer Form Submission from Melissa Sierra','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Melissa Sierra\n\nEMAIL: MelissaMimosaSierra@gmail.com\n\nPHONE: 2625975677\n\nFACILITY:\n\n 	* Grande Prairie [https://mycompletecare.com/ccgrandeprairie] \n\nMESSAGE:\nI would love to volunteer some time with my 2 kids ages 7 and 10\n\nMaybe play some games with some people or just spend time with some\nnew friends\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Melissa Sierra</p><p><strong>Email:</strong> MelissaMimosaSierra@gmail.com</p><p><strong>Phone:</strong> 2625975677</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgrandeprairie\">Grande Prairie</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I would love to volunteer some time with my 2 kids ages 7 and 10<br />\n<br />\nMaybe play some games with some people or just spend time with some new friends \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:08','2026-03-25 18:48:08','b23b0b28-aae0-4113-92b9-29d24a143b1d'),
(50075,'Contact Form Submission',3190,49132,1,'Contact Form Submission from Lydia','info@ccbrackenville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccbrackenville.com/contact\n\nNAME: Lydia\n\nEMAIL: lydiaesperati@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Brackenville [https://mycompletecare.com/ccbrackenville] \n\nMESSAGE: \nHello, my name is Lydia Sperati. Two of my classmates and I are\ninterested in volunteering at your facility. We are all 15 years old\nand would appreciate any information about available opportunities or\nrequirements. Thank you for your time.\n','<p><strong>Contact form submitted at:</strong> https://ccbrackenville.com/contact</p><p></p><p><strong>Name:</strong> Lydia</p><p><strong>Email:</strong> lydiaesperati@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrackenville\">Brackenville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, my name is Lydia Sperati. Two of my classmates and I are interested in volunteering at your facility. We are all 15 years old and would appreciate any information about available opportunities or requirements. Thank you for your time.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:08','2026-03-25 18:48:08','d21eb533-679a-4642-b771-343e7a1501ec'),
(50076,'Contact Form Submission',3190,49141,1,'Contact Form Submission from Melissa Madson','info@ccsouthpointe.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccsouthpointe.com/contact\n\nNAME: Melissa Madson\n\nEMAIL: nama@charter.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Southpointe [https://mycompletecare.com/ccsouthpointe] \n\nMESSAGE: \nLooking for short term rehab for my Dad. He has a recent broken\nshoulder, needs to regain strength in order to heal, along with more\ncares than can be done at home. Please let me know if this is\npossible. Thank you\n','<p><strong>Contact form submitted at:</strong> https://ccsouthpointe.com/contact</p><p></p><p><strong>Name:</strong> Melissa Madson</p><p><strong>Email:</strong> nama@charter.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsouthpointe\">Southpointe</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking for short term rehab for my Dad. He has a recent broken shoulder, needs to regain strength in order to heal, along with more cares than can be done at home. Please let me know if this is possible. Thank you\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:09','2026-03-25 18:48:09','533b39e2-303c-4d81-b87f-be3c7f691fa0'),
(50077,'Careers Form Submission',3191,49148,2,'Careers Form Submission from Kamica Sellers','careers@ccinglemoor.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccinglemoor.com/careers\n\nNAME: Kamica Sellers\n\nEMAIL: kamicasellers@outlook.com\n\nPHONE: 2016998624\n\nFACILITY: \n\n 	* Inglemoor [https://mycompletecare.com/ccinglemoor] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager, \nI’m very excited to apply for the Dietary/Food Service Position and\nI look forward to a new work friendly Professional environment at\nComplete Care at Inglemoor. \nWith my years of experience. I am positive I can bring forth all your\nexpectations. \n\nSincerely,\n\nKamica Sellers\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccinglemoor.com/careers</p><p></p><p><strong>Name:</strong> Kamica Sellers</p><p><strong>Email:</strong> kamicasellers@outlook.com</p><p><strong>Phone:</strong> 2016998624</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccinglemoor\">Inglemoor</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager, <br />\nI’m very excited to apply for the Dietary/Food Service Position and I look forward to a new work friendly Professional environment at Complete Care at Inglemoor. <br />\nWith my years of experience. I am positive I can bring forth all your expectations. <br />\n<br />\nSincerely,<br />\n<br />\nKamica Sellers \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:09','2026-03-25 18:48:09','c6411eeb-482d-4348-988f-d2488f5eca50'),
(50078,'Contact Form Submission',3190,49150,1,'Contact Form Submission from Jane Carney','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Jane Carney\n\nEMAIL: mrsjanecarney@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Woodlands [https://mycompletecare.com/ccwoodlands] \n\nMESSAGE: \nWould like to tour facility.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Jane Carney</p><p><strong>Email:</strong> mrsjanecarney@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwoodlands\">Woodlands</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Would like to tour facility. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:09','2026-03-25 18:48:09','d48d6452-0a81-4919-8307-6acc109161a6'),
(50079,'Careers Form Submission',3191,49156,2,'Careers Form Submission from Audrianna Wright','careers@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccglendalewest.com/careers\n\nNAME: Audrianna Wright\n\nEMAIL: Audriannawright@gmail.com\n\nPHONE: 14149165021\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* HR / Staffing \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nN/A\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccglendalewest.com/careers</p><p></p><p><strong>Name:</strong> Audrianna Wright</p><p><strong>Email:</strong> Audriannawright@gmail.com</p><p><strong>Phone:</strong> 14149165021</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/A\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:10','2026-03-25 18:48:10','b9cae3da-ac1f-43e2-8893-245372bd94a9'),
(50080,'Careers Form Submission',3191,49171,2,'Careers Form Submission from Belinda N Courts','careers@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareblvd.com/careers\n\nNAME: Belinda N Courts\n\nEMAIL: bcourts1111@gmail.com\n\nPHONE: 17736630622\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Recruitment \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nReview resume\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareblvd.com/careers</p><p></p><p><strong>Name:</strong> Belinda N Courts</p><p><strong>Email:</strong> bcourts1111@gmail.com</p><p><strong>Phone:</strong> 17736630622</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Review resume \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:10','2026-03-25 18:48:10','8ee33a35-1832-404f-bea5-74430092c3c2'),
(50081,'Careers Form Submission',3191,49175,2,'Careers Form Submission from Zinnia Dorrell','careers@ccmeriden.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmeriden.com/careers\n\nNAME: Zinnia Dorrell\n\nEMAIL: ZinniaDorrell19@gmail.com\n\nPHONE: 8609334926\n\nFACILITY: \n\n 	* Meriden [https://mycompletecare.com/ccmeriden] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in the Dietary Aide or\nEnvironmental Services position at your facility. I am highly\nmotivated to begin working as soon as possible and am eager to\ncontribute to a team that provides quality care and support to\nresidents.\n\nI am a reliable and hardworking individual who is willing to learn\nquickly and take on any responsibilities needed. I am comfortable\nworking in fast-paced environments, following instructions, and\nmaintaining cleanliness and organization. I understand the importance\nof teamwork, especially in a healthcare setting, and I am committed to\nhelping create a safe and positive environment for both residents and\nstaff.\n\nAlthough I may be new to this type of role, I am very willing to be\ntrained and take my responsibilities seriously. I am also flexible\nwith my availability and able to work evenings, weekends, and holidays\nif needed.\n\nThank you for your time and consideration. I would appreciate the\nopportunity to discuss how I can contribute to your team.\nSincerely,\nZinnia Dorrell\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmeriden.com/careers</p><p></p><p><strong>Name:</strong> Zinnia Dorrell</p><p><strong>Email:</strong> ZinniaDorrell19@gmail.com</p><p><strong>Phone:</strong> 8609334926</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmeriden\">Meriden</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in the Dietary Aide or Environmental Services position at your facility. I am highly motivated to begin working as soon as possible and am eager to contribute to a team that provides quality care and support to residents.<br />\n<br />\nI am a reliable and hardworking individual who is willing to learn quickly and take on any responsibilities needed. I am comfortable working in fast-paced environments, following instructions, and maintaining cleanliness and organization. I understand the importance of teamwork, especially in a healthcare setting, and I am committed to helping create a safe and positive environment for both residents and staff.<br />\n<br />\nAlthough I may be new to this type of role, I am very willing to be trained and take my responsibilities seriously. I am also flexible with my availability and able to work evenings, weekends, and holidays if needed.<br />\n<br />\nThank you for your time and consideration. I would appreciate the opportunity to discuss how I can contribute to your team.<br />\nSincerely,<br />\nZinnia Dorrell\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:10','2026-03-25 18:48:10','741f6078-b238-4eab-ad10-a80563f18e06'),
(50082,'Careers Form Submission',3191,49177,2,'Careers Form Submission from Zinnia Dorrell','careers@ccmeriden.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmeriden.com/careers\n\nNAME: Zinnia Dorrell\n\nEMAIL: ZinniaDorrell19@gmail.com\n\nPHONE: 8609334926\n\nFACILITY: \n\n 	* Meriden [https://mycompletecare.com/ccmeriden] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in the Dietary Aide or\nEnvironmental Services position at your facility. I am highly\nmotivated to begin working as soon as possible and am eager to\ncontribute to a team that provides quality care and support to\nresidents.\n\nI am a reliable and hardworking individual who is willing to learn\nquickly and take on any responsibilities needed. I am comfortable\nworking in fast-paced environments, following instructions, and\nmaintaining cleanliness and organization. I understand the importance\nof teamwork, especially in a healthcare setting, and I am committed to\nhelping create a safe and positive environment for both residents and\nstaff.\n\nAlthough I may be new to this type of role, I am very willing to be\ntrained and take my responsibilities seriously. I am also flexible\nwith my availability and able to work evenings, weekends, and holidays\nif needed.\n\nThank you for your time and consideration. I would appreciate the\nopportunity to discuss how I can contribute to your team.\nSincerely,\nZinnia Dorrell\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmeriden.com/careers</p><p></p><p><strong>Name:</strong> Zinnia Dorrell</p><p><strong>Email:</strong> ZinniaDorrell19@gmail.com</p><p><strong>Phone:</strong> 8609334926</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmeriden\">Meriden</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in the Dietary Aide or Environmental Services position at your facility. I am highly motivated to begin working as soon as possible and am eager to contribute to a team that provides quality care and support to residents.<br />\n<br />\nI am a reliable and hardworking individual who is willing to learn quickly and take on any responsibilities needed. I am comfortable working in fast-paced environments, following instructions, and maintaining cleanliness and organization. I understand the importance of teamwork, especially in a healthcare setting, and I am committed to helping create a safe and positive environment for both residents and staff.<br />\n<br />\nAlthough I may be new to this type of role, I am very willing to be trained and take my responsibilities seriously. I am also flexible with my availability and able to work evenings, weekends, and holidays if needed.<br />\n<br />\nThank you for your time and consideration. I would appreciate the opportunity to discuss how I can contribute to your team.<br />\nSincerely,<br />\nZinnia Dorrell\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:11','2026-03-25 18:48:11','abf7db7a-119d-4717-a500-261cfa240655'),
(50083,'Contact Form Submission',3190,49188,1,'Contact Form Submission from Adonay Sanchez','info@cckensington.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cckensington.com/contact\n\nNAME: Adonay Sanchez\n\nEMAIL: sewey4life@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Kensington [https://mycompletecare.com/cckensington] \n\nMESSAGE: \nI owe 5 hours of community service, I hoping I can volunteer here with\nyou guys. I love helping people and am very reliable and am always\nhandy for anything.\n','<p><strong>Contact form submitted at:</strong> https://cckensington.com/contact</p><p></p><p><strong>Name:</strong> Adonay Sanchez </p><p><strong>Email:</strong> sewey4life@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cckensington\">Kensington</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I owe 5 hours of community service, I hoping I can volunteer here with you guys. I love helping people and am very reliable and am always handy for anything.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:11','2026-03-25 18:48:11','8c90363e-a32f-4c35-8649-eb28c13c0342'),
(50084,'Volunteer Form Submission',3189,49224,3,'Volunteer Form Submission from Natalie Ortiz','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Natalie Ortiz\n\nEMAIL: natalieortiz0711@icloud.com\n\nPHONE: 18622902279\n\nFACILITY:\n\n 	* Chestnut Hill [https://mycompletecare.com/ccchestnuthill] \n\nMESSAGE:\nHello, I am currently a junior at Montclair State University majoring\nin Public Health Administration. I am reaching out with a genuine\ninterest in volunteering at your multi-service senior living community\nin Chestnut Hill, Passaic.\nI have always had a strong passion for helping others and creating\nmeaningful connections within my community. Whether it\'s making\nsomeone smile through a friendly conversation, playing a board game,\nor even sharing a story. I would also love to contribute by having\nactivities like crafts, book readings, anything truly that encourages\nengagement and joy among the residents. \nAs someone who was born and raised in Passaic, giving back to my\ncommunity is very important to me. I am open to helping in any way\nneeded, including spending quality time with residents or assisting\nstaff with daily activities. \nAdditionally, I am completing this form as part of a requirement to\nhopefully find an observational site where I can volunteer for 20\nhours. However, beyond this requirement, I am genuinely excited about\nthe opportunity to learn, grow, and make a positive impact through\nhands-on experience.\nThank you so much for your time and consideration. I would truly\nappreciate the opportunity to contribute to the community and support\nyour residents in any way I can .\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Natalie Ortiz </p><p><strong>Email:</strong> natalieortiz0711@icloud.com</p><p><strong>Phone:</strong> 18622902279</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchestnuthill\">Chestnut Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Hello, I am currently a junior at Montclair State University majoring in Public Health Administration. I am reaching out with a genuine interest in volunteering at your multi-service senior living community in Chestnut Hill, Passaic.<br />\nI have always had a strong passion for helping others and creating meaningful connections within my community. Whether it\'s making someone smile through a friendly conversation, playing a board game, or even sharing a story. I would also love to contribute by having activities like crafts, book readings, anything truly that encourages engagement and joy among the residents. <br />\nAs someone who was born and raised in Passaic, giving back to my community is very important to me. I am open to helping in any way needed, including spending quality time with residents or assisting staff with daily activities. <br />\nAdditionally,  I am completing this form as part of a requirement to hopefully find an observational site where I can volunteer for 20 hours. However, beyond this requirement, I am genuinely excited about the opportunity to learn, grow, and make a positive impact through hands-on experience.<br />\nThank you so much for your time and consideration. I would truly appreciate the opportunity to contribute to the community and support your residents in any way I can . \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:11','2026-03-25 18:48:11','2780a97f-13f8-45bd-bb40-eaff05d253ae'),
(50085,'Careers Form Submission',3191,49331,2,'Careers Form Submission from Christine Jones','careers@cckensington.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cckensington.com/careers\n\nNAME: Christine Jones\n\nEMAIL: Christjones1158@gmail.com\n\nPHONE: 17159663579\n\nFACILITY: \n\n 	* Kensington [https://mycompletecare.com/cckensington] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nPlease contact with any questions\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cckensington.com/careers</p><p></p><p><strong>Name:</strong> Christine Jones</p><p><strong>Email:</strong> Christjones1158@gmail.com</p><p><strong>Phone:</strong> 17159663579</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cckensington\">Kensington</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Please contact with any questions \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:12','2026-03-25 18:48:12','2b417bf0-1d8b-42d2-8602-3c5995d6da0f'),
(50086,'Careers Form Submission',3191,49425,2,'Careers Form Submission from Mary Navarro','careers@ccmultimed.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmultimed.com/careers\n\nNAME: Mary Navarro\n\nEMAIL: maryjoylumanog26@gmail.com\n\nPHONE: +639158592215\n\nFACILITY: \n\n 	* Multi Medical Center [https://mycompletecare.com/ccmultimed] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n\nMESSAGE/ COVER LETTER:\n\nGood day!\n\nBy any chance,do you need any help with the following?\n\n-Insurance Verification/Authorizations\n-Customer Service/Front desk tasks\n-Medical billing/coding\n-Collect and verify demographics, insurance info, and ID\n-Monitor and manage incoming faxes ( MD orders)\n-Data Entry / Virtual Assistant Tasks\n-Calendar management\n-Email management\n-Billing/Payroll\n-Google Suite and Microsoft skills.\n-Knowledgeable HIPAA regulations and healthcare privacy practices.\n\nIf so, I Worked with over 7 US Physical Therapy Clinic and Home\nHealth/ DME Providers and other Healthcare facilities.\nAs an expert in this industry I always bring out creative and fresh\nideas that convert it as actual sales.\n\nPlease, see my attached resume link.\n\nLet\'s get down to business,\nMary\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmultimed.com/careers</p><p></p><p><strong>Name:</strong> Mary Navarro</p><p><strong>Email:</strong> maryjoylumanog26@gmail.com</p><p><strong>Phone:</strong> +639158592215</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmultimed\">Multi Medical Center</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Good day!<br />\n<br />\nBy any chance,do you need any help with the following?<br />\n<br />\n-Insurance Verification/Authorizations<br />\n-Customer Service/Front desk tasks<br />\n-Medical billing/coding<br />\n-Collect and verify demographics, insurance info, and ID<br />\n-Monitor and manage incoming faxes ( MD orders)<br />\n-Data Entry / Virtual Assistant Tasks<br />\n-Calendar management<br />\n-Email management<br />\n-Billing/Payroll<br />\n-Google Suite and Microsoft skills.<br />\n-Knowledgeable HIPAA regulations and healthcare privacy practices.<br />\n<br />\nIf so, I Worked with over 7 US Physical Therapy Clinic and Home Health/ DME Providers and other Healthcare facilities.<br />\nAs an expert in this industry I always bring out creative and fresh ideas that convert it as actual sales.<br />\n<br />\nPlease, see my attached resume link.<br />\n<br />\nLet\'s get down to business,<br />\nMary\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:12','2026-03-25 18:48:12','d189a95f-78d1-494d-82b6-e7eb821154f2'),
(50087,'Contact Form Submission',3190,49427,1,'Contact Form Submission from Amy Wilson','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Amy Wilson\n\nEMAIL: amy.wilson@propageprofiles.com\n\nCOMPANY: Pro Page Profiles\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nAmy Wilson\nSales Executive\nPro Page Profiles\namy.wilson@propageprofiles.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Amy Wilson</p><p><strong>Email:</strong> amy.wilson@propageprofiles.com</p><p><strong>Company:</strong> Pro Page Profiles</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nAmy Wilson<br />\nSales Executive<br />\nPro Page Profiles<br />\namy.wilson@propageprofiles.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:13','2026-03-25 18:48:13','e6463ca2-191f-4afe-aeb3-34bd55449822'),
(50088,'Contact Form Submission',3190,49444,1,'Contact Form Submission from Hannah','info@ccmiddlebury.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmiddlebury.com/contact\n\nNAME: Hannah\n\nEMAIL: hannahv.132@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Volunteer Opportunities\n\nFACILITY: \n\n 	* Middlebury [https://mycompletecare.com/ccmiddlebury] \n\nMESSAGE: \nHello!\n\nAre you accepting Easter basket donations for residents? If so, do you\nknow how many you would need? I’ll try my best to fulfill one for\nevery resident!\n','<p><strong>Contact form submitted at:</strong> https://ccmiddlebury.com/contact</p><p></p><p><strong>Name:</strong> Hannah</p><p><strong>Email:</strong> hannahv.132@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Volunteer Opportunities</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmiddlebury\">Middlebury</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello!<br />\n<br />\nAre you accepting Easter basket donations for residents? If so, do you know how many you would need? I’ll try my best to fulfill one for every resident! \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:13','2026-03-25 18:48:13','ef362914-2f88-4a07-b409-9c16ad81b139'),
(50089,'Contact Form Submission',3190,49447,1,'Contact Form Submission from Melissa Therrien','info@ccgermantown.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccgermantown.com/contact\n\nNAME: Melissa Therrien\n\nEMAIL: melissatherrien83@gmail.com\n\nCOMPANY: Seo Tech\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Germantown [https://mycompletecare.com/ccgermantown] \n\nMESSAGE: \nRe: SEO Report\n\nHello Good Morning,\n\nI was checking your website and see you have a good design and it\nlooks great, but it\'s not ranking on Google and other major search\nengines.\n\nWith your permission I would like to send you a SEO report with prices\nshowing you a few things to greatly improve these search results for\nyou. These things are not difficult, and my report will be very\nspecific. It will show you exactly what needs to be done to move you\nup in the rankings dramatically.\n\nKindly let me know if you would be interested so we can email you more\ndetails or schedule a call.\n\nThanks &amp; Best Regards \nMelissa Therrien\n\n','<p><strong>Contact form submitted at:</strong> https://ccgermantown.com/contact</p><p></p><p><strong>Name:</strong> Melissa Therrien</p><p><strong>Email:</strong> melissatherrien83@gmail.com</p><p><strong>Company:</strong> Seo Tech</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgermantown\">Germantown</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Re: SEO Report<br />\n<br />\nHello Good Morning,<br />\n<br />\nI was checking your website and see you have a good design and it looks great, but it\'s not ranking on Google and other major search engines.<br />\n<br />\nWith your permission I would like to send you a SEO report with prices showing you a few things to greatly improve these search results for you. These things are not difficult, and my report will be very specific. It will show you exactly what needs to be done to move you up in the rankings dramatically.<br />\n<br />\nKindly let me know if you would be interested so we can email you more details or schedule a call.<br />\n<br />\nThanks &amp;amp; Best Regards <br />\nMelissa Therrien<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:13','2026-03-25 18:48:13','dc2d49b1-d938-45ad-be8e-214c77ce4bd3'),
(50090,'Careers Form Submission',3191,49451,2,'Careers Form Submission from Kadian Brown','careers@ccphillipsburg.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccphillipsburg.com/careers\n\nNAME: Kadian Brown\n\nEMAIL: Kadianbrown551@gmail.com\n\nPHONE: 8629448332\n\nFACILITY: \n\n 	* Phillipsburg [https://mycompletecare.com/ccphillipsburg] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nPlease don’t hesitate to reach out to me if there’s any openings.\nThank you!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccphillipsburg.com/careers</p><p></p><p><strong>Name:</strong> Kadian Brown</p><p><strong>Email:</strong> Kadianbrown551@gmail.com</p><p><strong>Phone:</strong> 8629448332</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccphillipsburg\">Phillipsburg</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Please don’t hesitate to reach out to me if there’s any openings. Thank you!\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:13','2026-03-25 18:48:13','cf0ceb94-0c85-4d86-9d94-c834d1b3468f'),
(50091,'Careers Form Submission',3191,49487,2,'Careers Form Submission from Michael Meade','careers@ccmercerville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmercerville.com/careers\n\nNAME: Michael Meade\n\nEMAIL: michael.p.meade1228@gmail.com\n\nPHONE: 18053400524\n\nFACILITY: \n\n 	* Mercerville [https://mycompletecare.com/ccmercerville] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nHello, thank you for taking my resume into consideration. I hope to\nhear from your hiring team soon. Thank you very much for this\nopportunity.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmercerville.com/careers</p><p></p><p><strong>Name:</strong> Michael Meade</p><p><strong>Email:</strong> michael.p.meade1228@gmail.com</p><p><strong>Phone:</strong> 18053400524</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmercerville\">Mercerville</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello, thank you for taking my resume into consideration. I hope to hear from your hiring team soon. Thank you very much for this opportunity.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:14','2026-03-25 18:48:14','ac55ee13-dd46-4850-8ed2-0ca2f9b47446'),
(50092,'Contact Form Submission',3190,49494,1,'Contact Form Submission from Daniel Bofah','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Daniel Bofah\n\nEMAIL: jkdanielbofah@yahoo.co.uk\n\nCOMPANY: Complete care Plainfield\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\nMESSAGE: \nCheck the status of my application\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Daniel Bofah </p><p><strong>Email:</strong> jkdanielbofah@yahoo.co.uk</p><p><strong>Company:</strong> Complete care Plainfield </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Check the status of my application \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:14','2026-03-25 18:48:14','99cbbd21-81f7-404b-84a7-e5735b968925'),
(50093,'Careers Form Submission',3191,49514,2,'Careers Form Submission from Kelyn Shider','careers@completecareclark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareclark.com/careers/\n\nNAME: Kelyn Shider\n\nEMAIL: kelyndesigns@gmail.com\n\nPHONE: 16102487794\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nSeeking a position, which will provide an opportunity for growth and\nadvancement.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareclark.com/careers/</p><p></p><p><strong>Name:</strong> Kelyn Shider</p><p><strong>Email:</strong> kelyndesigns@gmail.com</p><p><strong>Phone:</strong> 16102487794</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Seeking a position, which will provide an opportunity for growth and advancement.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:14','2026-03-25 18:48:14','dc685fce-fc42-4476-9b1a-417dc0e91b48'),
(50094,'Careers Form Submission',3191,49520,2,'Careers Form Submission from Jasmine Alfaro','careers@completecarebrick.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarebrick.com/careers\n\nNAME: Jasmine Alfaro\n\nEMAIL: jasminealfaro26@gmail.com\n\nPHONE: +18482411042\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n\nMESSAGE/ COVER LETTER:\n\nHi this is Jasmine Alfaro thank you for your time looking at my resume\nI hope I hear from you soon. Thank you.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarebrick.com/careers</p><p></p><p><strong>Name:</strong> Jasmine Alfaro </p><p><strong>Email:</strong> jasminealfaro26@gmail.com</p><p><strong>Phone:</strong> +18482411042</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi this is Jasmine Alfaro thank you for your time looking at my resume I hope I hear from you soon. Thank you.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:15','2026-03-25 18:48:15','9720898e-5d72-4797-a636-ad4d77886171'),
(50095,'Careers Form Submission',3191,49522,2,'Careers Form Submission from Mikasha Conley','info@cchalescorners.com,goleary@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cchalescorners.com/careers\n\nNAME: Mikasha Conley\n\nEMAIL: mikasha.conley@icloud.com\n\nPHONE: 4147508359\n\nFACILITY: \n\n 	* Hales Corners [https://mycompletecare.com/cchalescorners] \n\nPOSITIONS OF INTEREST:\n\nMESSAGE/ COVER LETTER:\n\nCaregiver\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cchalescorners.com/careers</p><p></p><p><strong>Name:</strong> Mikasha Conley </p><p><strong>Email:</strong> mikasha.conley@icloud.com</p><p><strong>Phone:</strong> 4147508359</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchalescorners\">Hales Corners</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n</p><p><strong>Message/ Cover Letter:</strong></p><p>            Caregiver \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:15','2026-03-25 18:48:15','abcb00b1-0532-4a06-b643-cf4f6d174868'),
(50096,'Contact Form Submission',3190,49526,1,'Contact Form Submission from Becky Schultz','info@ccchristianhome.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccchristianhome.com/contact\n\nNAME: Becky Schultz\n\nEMAIL: reschultz@waupun.k12.wi.us\n\nCOMPANY: Waupun Area Jr/Sr High School\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Christian Home [https://mycompletecare.com/ccchristianhome] \n\nMESSAGE: \nI am the choir director at WAJSH. I would like to bring some 7th &amp;\n8th grade students to perform their solo &amp; ensemble pieces. We did\nthis last spring in the chapel and it was streamed to the rooms while\nsome listened in person. I am wondering if we could come in on April\n9th or 10th in the morning 10:30-11:00ish. Let me know or have the\nactivities director reach out with another option. Thank you!\n','<p><strong>Contact form submitted at:</strong> https://ccchristianhome.com/contact</p><p></p><p><strong>Name:</strong> Becky Schultz</p><p><strong>Email:</strong> reschultz@waupun.k12.wi.us</p><p><strong>Company:</strong> Waupun Area Jr/Sr High School</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchristianhome\">Christian Home</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am the choir director at WAJSH.  I would like to bring some 7th &amp;amp; 8th grade students to perform their solo &amp;amp; ensemble pieces.  We did this last spring in the chapel and it was streamed to the rooms while some listened in person.  I am wondering if we could come in on April 9th or 10th in the morning 10:30-11:00ish.  Let me know or have the activities director reach out with another option. Thank you!\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:15','2026-03-25 18:48:15','ad2f8573-0b46-483d-bcc1-86455ce9f59d'),
(50097,'Careers Form Submission',3191,49528,2,'Careers Form Submission from Steven Michael Poe','careers@ccvoorhees.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccvoorhees.com/careers\n\nNAME: Steven Michael Poe\n\nEMAIL: StevenPoe298@gmail.com\n\nPHONE: 2672544924\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\n\"With over 20 years of progressive EVS leadership in healthcare —\nincluding Director and Operations Manager roles at hospitals and\nskilled nursing facilities ranging from 175 to 252 beds — I am\nconfident I can bring immediate value to your team as District\nManager. I have managed union and non-union staffs of 43+, overseeing\nscheduling, budgeting, supply ordering, quality assurance, and staff\ndevelopment across multiple accounts simultaneously. I am a hands-on\nleader with a proven record of maintaining the highest sanitation and\noperational standards, and I would welcome the opportunity to bring\nthat experience to your organization.\"\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccvoorhees.com/careers</p><p></p><p><strong>Name:</strong> Steven Michael Poe</p><p><strong>Email:</strong> StevenPoe298@gmail.com</p><p><strong>Phone:</strong> 2672544924</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            \"With over 20 years of progressive EVS leadership in healthcare — including Director and Operations Manager roles at hospitals and skilled nursing facilities ranging from 175 to 252 beds — I am confident I can bring immediate value to your team as District Manager. I have managed union and non-union staffs of 43+, overseeing scheduling, budgeting, supply ordering, quality assurance, and staff development across multiple accounts simultaneously. I am a hands-on leader with a proven record of maintaining the highest sanitation and operational standards, and I would welcome the opportunity to bring that experience to your organization.\"\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:15','2026-03-25 18:48:15','50a6c98c-db04-4a41-99d3-9f2bd235436b'),
(50098,'Careers Form Submission',3191,49531,2,'Careers Form Submission from Million Brown','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Million Brown\n\nEMAIL: millionbrown2@gmail.com\n\nPHONE: 9083916371\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am applying for the dietary/dishwasher position at Complete Care in\nBrick. I am currently finishing high school and have experience\nworking in a similar role at Bartley Healthcare, where I handled\ndishwashing, kept the kitchen clean, and helped maintain a safe and\norganized environment.\n\nI am reliable, work well in fast-paced environments , and understand\nthe importance of cleanliness in a healthcare facility. I am always\nwilling to learn and help wherever needed.\n\nThank you for your time and consideration. I look forward to the\nopportunity to speak with you.\n\nSincerely,Million Brown\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Million Brown</p><p><strong>Email:</strong> millionbrown2@gmail.com</p><p><strong>Phone:</strong> 9083916371</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am applying for the dietary/dishwasher position at Complete Care in Brick. I am currently finishing high school and have experience working in a similar role at Bartley Healthcare, where I handled dishwashing, kept the kitchen clean, and helped maintain a safe and organized environment.<br />\n<br />\nI am reliable, work well in fast-paced environments , and understand the importance of cleanliness in a healthcare facility. I am always willing to learn and help wherever needed.<br />\n<br />\nThank you for your time and consideration. I look forward to the opportunity to speak with you.<br />\n<br />\nSincerely,Million Brown\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:16','2026-03-25 18:48:16','006c2ae6-41ce-4b26-8cb1-6f0e7e35041d'),
(50099,'Contact Form Submission',3190,49534,1,'Contact Form Submission from Janice Hodor','info@ccwheaton.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccwheaton.com/contact\n\nNAME: Janice Hodor\n\nEMAIL: janice.hodor@holycrosshealth.org\n\nCOMPANY: Holy Cross Cancer Center\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Wheaton [https://mycompletecare.com/ccwheaton] \n\nMESSAGE: \nHello. I have called to request a patients updated medication list but\nhave been unable to speak with anyone. Do you have a fax number I can\nsend a request.\nThanks\n','<p><strong>Contact form submitted at:</strong> https://ccwheaton.com/contact</p><p></p><p><strong>Name:</strong> Janice Hodor</p><p><strong>Email:</strong> janice.hodor@holycrosshealth.org</p><p><strong>Company:</strong> Holy Cross Cancer Center</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwheaton\">Wheaton</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello. I have called to request a patients updated medication list but have been unable to speak with anyone.  Do you have a fax number I can send a request.<br />\nThanks\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:16','2026-03-25 18:48:16','6e433970-239b-46a6-b26d-44ce41340330'),
(50100,'Careers Form Submission',3191,49557,2,'Careers Form Submission from Taquita Johnson','careers@ccfairlawnedge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccfairlawnedge.com/careers\n\nNAME: Taquita Johnson\n\nEMAIL: makitalee35@icloud.com\n\nPHONE: 9738169736\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nAttention Housekeeping\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccfairlawnedge.com/careers</p><p></p><p><strong>Name:</strong> Taquita Johnson </p><p><strong>Email:</strong> makitalee35@icloud.com</p><p><strong>Phone:</strong> 9738169736</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Attention Housekeeping \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:16','2026-03-25 18:48:16','623a2b33-a618-4648-a602-ff369f066179'),
(50101,'Careers Form Submission',3191,49560,2,'Careers Form Submission from Taquita Johnson','info@ccchestnuthill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccchestnuthill.com/careers\n\nNAME: Taquita Johnson\n\nEMAIL: makitalee35@icloud.com\n\nPHONE: 9738169736\n\nFACILITY: \n\n 	* Chestnut Hill [https://mycompletecare.com/ccchestnuthill] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nAttention Housekeeping\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccchestnuthill.com/careers</p><p></p><p><strong>Name:</strong> Taquita Johnson </p><p><strong>Email:</strong> makitalee35@icloud.com</p><p><strong>Phone:</strong> 9738169736</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchestnuthill\">Chestnut Hill</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Attention Housekeeping \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:17','2026-03-25 18:48:17','2eb4a595-164a-4395-ab2f-3601535e2010'),
(50102,'Careers Form Submission',3191,49565,2,'Careers Form Submission from Taquita Johnsin','careers@ccprospectheights.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccprospectheights.com/careers\n\nNAME: Taquita Johnsin\n\nEMAIL: makitalee35@icloud.com\n\nPHONE: 9738169436\n\nFACILITY: \n\n 	* Prospect Heights [https://mycompletecare.com/ccprospectheights] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nAttention Housekeeping\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccprospectheights.com/careers</p><p></p><p><strong>Name:</strong> Taquita Johnsin </p><p><strong>Email:</strong> makitalee35@icloud.com</p><p><strong>Phone:</strong> 9738169436</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccprospectheights\">Prospect Heights</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Attention Housekeeping \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:17','2026-03-25 18:48:17','acd84d22-c349-4b9d-8afa-e2527df95398'),
(50103,'Contact Form Submission',3190,49604,1,'Contact Form Submission from Priya Fox','info@ccshrewsbury.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccshrewsbury.com/contact\n\nNAME: Priya Fox\n\nEMAIL: PRIYA.FOX@DOH.NJ.GOV\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Shrewsbury [https://mycompletecare.com/ccshrewsbury] \n\nMESSAGE: \nMy daughter is a sophomore in Stockton University\'s nursing program\nand is looking for a summer job in Monmouth County. Do you have any\nopportunities for her?\n','<p><strong>Contact form submitted at:</strong> https://ccshrewsbury.com/contact</p><p></p><p><strong>Name:</strong> Priya Fox</p><p><strong>Email:</strong> PRIYA.FOX@DOH.NJ.GOV</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshrewsbury\">Shrewsbury</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My daughter is a sophomore in Stockton University\'s nursing program and is looking for a summer job in Monmouth County.  Do you have any opportunities for her?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:17','2026-03-25 18:48:17','ccfb3d11-bbf0-49c0-8521-6ace63af9e3e'),
(50104,'Contact Form Submission',3190,49609,1,'Contact Form Submission from Jennifer Arnold','info@ccridgewood.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccridgewood.com/contact\n\nNAME: Jennifer Arnold\n\nEMAIL: arnoldjennifer242@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Ridgewood [https://mycompletecare.com/ccridgewood] \n\nMESSAGE: \nDo patients receive mail/ packages. If so, how do I go about doing\nthis.\n','<p><strong>Contact form submitted at:</strong> https://ccridgewood.com/contact</p><p></p><p><strong>Name:</strong> Jennifer Arnold</p><p><strong>Email:</strong> arnoldjennifer242@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccridgewood\">Ridgewood</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Do patients receive mail/ packages.  If so, how do I go about doing this. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:18','2026-03-25 18:48:18','603f629f-6791-4bf5-8403-aa6da8624005'),
(50105,'Contact Form Submission',3190,49611,1,'Contact Form Submission from Tianna Caldeira','info@ccmeriden.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmeriden.com/contact\n\nNAME: Tianna Caldeira\n\nEMAIL: summergirl_2002@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Meriden [https://mycompletecare.com/ccmeriden] \n\nMESSAGE: \nI\'m interested in a Kitchen/Waitress position.\n','<p><strong>Contact form submitted at:</strong> https://ccmeriden.com/contact</p><p></p><p><strong>Name:</strong> Tianna Caldeira</p><p><strong>Email:</strong> summergirl_2002@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmeriden\">Meriden</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m interested in a Kitchen/Waitress position.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:18','2026-03-25 18:48:18','70fdb406-c4ce-4fe1-a2dd-cd7999f54556'),
(50106,'Careers Form Submission',3191,49617,2,'Careers Form Submission from Liana Alba','careers@ccfairlawnedge.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccfairlawnedge.com/careers\n\nNAME: Liana Alba\n\nEMAIL: lianaalbaaaa@gmail.com\n\nPHONE: 8622766631\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n\nMESSAGE/ COVER LETTER:\n\nI want to work at Complete Care because I enjoy helping others and\nmaking people feel cared for. I am patient, friendly, and like\nbuilding connections, especially with people who may need extra\nsupport. I would love to brighten residents’ days, whether that’s\nthrough conversation or helping with daily tasks. This job fits my\ncaring personality and allows me to make a positive impact.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccfairlawnedge.com/careers</p><p></p><p><strong>Name:</strong> Liana Alba </p><p><strong>Email:</strong> lianaalbaaaa@gmail.com</p><p><strong>Phone:</strong> 8622766631</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I want to work at Complete Care because   I enjoy helping others and making people feel cared for. I am patient, friendly, and like building connections, especially with people who may need extra support. I would love to brighten residents’ days, whether that’s through conversation or helping with daily tasks. This job fits my caring personality and allows me to make a positive impact.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:18','2026-03-25 18:48:18','df99f32d-d349-4a48-9806-39275de48332'),
(50107,'Contact Form Submission',3190,49633,1,'Contact Form Submission from Chuck  Lazar','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Chuck Lazar\n\nEMAIL: cdlazarjr@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nMESSAGE: \nMy 78 year old mother is going to need assisted living care in the\nnear future for dementia. My Father was in this facility about 15\nyears ago. I\'m not sure of the process going forward. Can I set up a\nvisit next week?\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Chuck  Lazar</p><p><strong>Email:</strong> cdlazarjr@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My 78 year old mother is going to need assisted living care in the near future for dementia. My Father was in this facility about 15 years ago. I\'m not sure of the process going forward. Can I set up a visit next week?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:18','2026-03-25 18:48:18','03f505b3-fd9c-4079-901b-59c3c73b3958'),
(50108,'Contact Form Submission',3190,49647,1,'Contact Form Submission from Teresa Reeves','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Teresa Reeves\n\nEMAIL: treeves913@aol.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\nMESSAGE: \nGood evening I keep leaving messages and no callbacks. I was wondering\nif somebody could please either email me or contact me at 917-681-7975\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Teresa Reeves</p><p><strong>Email:</strong> treeves913@aol.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Good evening I keep leaving messages and no callbacks. I was wondering if somebody could please either email me or contact me at 917-681-7975\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:19','2026-03-25 18:48:19','18e0a3fb-0b29-4ff2-ada8-5dee8f71ad2b'),
(50109,'Contact Form Submission',3190,49653,1,'Contact Form Submission from Lee McNeel','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Lee McNeel\n\nEMAIL: leemcneel@hotmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nHi want to look for pricing for my mother, please contact me\n(973)580-6612.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Lee McNeel</p><p><strong>Email:</strong> leemcneel@hotmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Hi want to look for pricing for my mother, please contact me (973)580-6612.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:19','2026-03-25 18:48:19','d188d64e-a6e2-48e7-804f-bb228f1a6ba5'),
(50110,'Contact Form Submission',3190,49666,1,'Contact Form Submission from Kinesha Whitaker','info@ccburlingtonwoods.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccburlingtonwoods.com/contact\n\nNAME: Kinesha Whitaker\n\nEMAIL: kineshaloves@icloud.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nMESSAGE: \nI went there for the first time to deliver a patient food. As soon as\nI got off the elevator on the second floor I was met with a horrible\nstench. As I walked the piss scented halls to get to my destination,\nall I heard were screams of desperation. Patients were pleading for\nhelp at the top of their lungs. I even heard a weak voice trying to\nget someone’s, anyone’s attention. Coming from one room someone\nwas even begging for death! All while the staff was just standing\nthere doing nothing! I asked one of the nurses was the patient okay\nand she responded “that’s just his behavior” That may have been\nacceptable if the cries were coming from only one room but it was\nevery other room! The place is a nightmare. Someone needs to do\nsomething !\n','<p><strong>Contact form submitted at:</strong> https://ccburlingtonwoods.com/contact</p><p></p><p><strong>Name:</strong> Kinesha Whitaker </p><p><strong>Email:</strong> kineshaloves@icloud.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I went there for the first time to deliver a patient food. As soon as I got off the elevator on the second floor I was met with a horrible stench. As I walked the piss scented halls to get to my destination, all I heard were screams of desperation. Patients were pleading for help at the top of their lungs. I even heard a weak voice trying to get someone’s, anyone’s attention. Coming from one room someone was even begging for death! All while the staff was just standing there doing nothing! I asked one of the nurses was the patient okay and she responded “that’s just his behavior” That may have been acceptable if the cries were coming from only one room but it was every other room! The place is a nightmare. Someone needs to do something !\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:19','2026-03-25 18:48:19','7c2813ed-7dc4-478f-a425-8130ca9be94b'),
(50111,'Careers Form Submission',3191,49698,2,'Careers Form Submission from Imani','careers@ccburlingtonwoods.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccburlingtonwoods.com/careers\n\nNAME: Imani\n\nEMAIL: imanifree21@icloud.com\n\nPHONE: 6097409732\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nI was interested in the job hope to hear from you guys.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccburlingtonwoods.com/careers</p><p></p><p><strong>Name:</strong> Imani </p><p><strong>Email:</strong> imanifree21@icloud.com</p><p><strong>Phone:</strong> 6097409732</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I was interested in the job hope to hear from you guys.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:19','2026-03-25 18:48:19','88319f76-3bcd-4488-99f5-3d508d16e13a'),
(50112,'Contact Form Submission',3190,49701,1,'Contact Form Submission from Cindy Hahn','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Cindy Hahn\n\nEMAIL: thekid1892@icloud.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Silver Lake [https://mycompletecare.com/ccsilverlake] \n\nMESSAGE: \nInterestingly my mom worked there a long time ago. We are looking for\nAssisted Living with maybe SNF when Medicaid goes thru. She is legally\nblind, CKD stage 5, COPD, hypothyroidism, status post lung cancer\nstage 1- surgery removed it all. Can you please advise of prices. Be\nnice if her years working there would benefit her now she needs\nassistance lol. Thx for any information Cindy Hahn\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Cindy Hahn</p><p><strong>Email:</strong> thekid1892@icloud.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsilverlake\">Silver Lake</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Interestingly my mom worked there a long time ago.  We are looking for Assisted Living with maybe SNF when Medicaid goes thru.  She is legally blind, CKD stage 5, COPD, hypothyroidism, status post lung cancer stage 1- surgery removed it all.  Can you please advise of prices.   Be nice if her years working there would benefit her now she needs assistance lol.   Thx for any information Cindy Hahn\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:20','2026-03-25 18:48:20','e68e4176-e6a2-4aa0-8cb1-dbe016e6713a'),
(50113,'Contact Form Submission',3190,49719,1,'Contact Form Submission from Diane Paquette','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Diane Paquette\n\nEMAIL: paquettes2@live.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Manitowoc [https://mycompletecare.com/ccmanitowoc] \n\nMESSAGE: \nI am looking for assisted living for my Mom. A place where she can\nstay when she needs more care. She is 90.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Diane Paquette</p><p><strong>Email:</strong> paquettes2@live.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmanitowoc\">Manitowoc</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am looking for assisted living for my Mom. A place where she can stay when she needs more care. She is 90.  \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:20','2026-03-25 18:48:20','bb853427-e53f-4791-8771-affc014b51e1'),
(50114,'Contact Form Submission',3190,49729,1,'Contact Form Submission from Sweta Goel','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Sweta Goel\n\nEMAIL: sgoel@primeneurologynj.com\n\nCOMPANY: Prime Neurology\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nMESSAGE: \nHi!\nMy name is Dr. Sweta Goel and I am the founder of Prime Neurology in\nFair Lawn. We recently saw a patient from your facility and upon\nlooking up online we noticed that our office is located quite close to\nyour facility. Hence, I wanted to reach out to introduce myself and\nlearn more about your team and the care you provide.\nMaybe we can have a brief chat with the Medical Director or the DON at\nyour facility and see how Prime Neurology can be a resource for you.\n\nI look forward to connecting.\nBest regards,\n\nDr. Sweta Goel\nPersonal Cell: 339-293-7686\n\nPrime Neurology\n15-01 Broadway, Suite 32\nFair Lawn, NJ 07410\nOffice Phone: 551-252-5316\nprimeneurologyNJ.com\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Sweta Goel</p><p><strong>Email:</strong> sgoel@primeneurologynj.com</p><p><strong>Company:</strong> Prime Neurology</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi!<br />\nMy name is Dr. Sweta Goel  and I am the founder of  Prime Neurology in Fair Lawn. We recently saw a patient from your facility and upon looking up online we noticed that our office is located quite close to your facility. Hence, I wanted to reach out to introduce myself and learn more about your team and the care you provide.<br />\nMaybe we can have a brief chat with the Medical Director or the DON at your facility and see how Prime Neurology can be a resource for you.<br />\n<br />\nI look forward to connecting.<br />\nBest regards,<br />\n<br />\nDr. Sweta Goel<br />\nPersonal Cell: 339-293-7686<br />\n<br />\nPrime Neurology<br />\n15-01 Broadway, Suite 32<br />\nFair Lawn, NJ 07410<br />\nOffice Phone: 551-252-5316<br />\nprimeneurologyNJ.com\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:20','2026-03-25 18:48:20','f30b9d15-c7ba-49df-93fe-d22b28605b75'),
(50115,'Contact Form Submission',3190,49807,1,'Contact Form Submission from Gloria Mueller','info@completecareglendale.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareglendale.com/contact\n\nNAME: Gloria Mueller\n\nEMAIL: muellergloriamkt@gmail.com\n\nCOMPANY: -\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nMESSAGE: \nHey\nYour website\'s design is absolutely brilliant. The visuals really\nenhance your message and the content compels action. I have forwarded\nit to a few of my contacts who I think could benefit from your\nservices.\n\nWhen I was looking at your website, though, I noticed a slight issue\nre: your SEO that I thought you might not be aware of. It is a\nrelatively simple fix. Would you like me to write it up or share issue\nwith you? If this is a priority, I can also get on a call.\n\nRegards,\nGloria Mueller\n','<p><strong>Contact form submitted at:</strong> https://completecareglendale.com/contact</p><p></p><p><strong>Name:</strong> Gloria Mueller</p><p><strong>Email:</strong> muellergloriamkt@gmail.com</p><p><strong>Company:</strong> -</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hey<br />\nYour website\'s design is absolutely brilliant. The visuals really enhance your message and the content compels action. I have forwarded it to a few of my contacts who I think could benefit from your services.<br />\n<br />\nWhen I was looking at your website, though, I noticed a slight issue re: your SEO that I thought you might not be aware of. It is a relatively simple fix. Would you like me to write it up or share issue with you? If this is a priority, I can also get on a call.<br />\n<br />\nRegards,<br />\nGloria Mueller\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:20','2026-03-25 18:48:20','21b29cc2-69ae-4a43-afe4-2fb369c43036'),
(50116,'Careers Form Submission',3191,49843,2,'Careers Form Submission from Penelope E. Mauer','careers@ccmercerville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmercerville.com/careers\n\nNAME: Penelope E. Mauer\n\nEMAIL: penelopemauer@gmail.com\n\nPHONE: 12155847122\n\nFACILITY: \n\n 	* Mercerville [https://mycompletecare.com/ccmercerville] \n\nPOSITIONS OF INTEREST:\n\n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nGoodmorning, \n\nI am interested in a full-time Social Work position at Complete Care.\nI hold my LCSW and have many years of patient care experience\nincluding discharge planning. \nThank you, \nPenelope Mauer, LCSW\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmercerville.com/careers</p><p></p><p><strong>Name:</strong> Penelope E. Mauer</p><p><strong>Email:</strong> penelopemauer@gmail.com</p><p><strong>Phone:</strong> 12155847122</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmercerville\">Mercerville</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Goodmorning,  <br />\n<br />\nI am interested in a full-time Social Work position at Complete Care.  I hold my LCSW and have many years of patient care experience including discharge planning.  <br />\nThank you, <br />\nPenelope Mauer,  LCSW \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:21','2026-03-25 18:48:21','545e6cc7-7d1a-4204-bca5-0bf648d7641d'),
(50117,'Contact Form Submission',3190,49845,1,'Contact Form Submission from Joe Patrick','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Joe Patrick\n\nEMAIL: joe@oneosevenrcm.com\n\nCOMPANY: One O Seven RCM Credentialing &amp; Medical Billing Services\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\nMESSAGE: \nHi,\nI hope you’re doing well. At One O’ Seven RCM, we’re dedicated\nto helping healthcare practices whether new or established streamline\nmedical billing, credentialing, and revenue cycle management. Our goal\nis to reduce your administrative burden while keeping costs efficient.\n\n• 50% off credentialing services\n• Billing services at 2.49% of monthly collections\n. Would you be open to a quick call or virtual meeting to see how we\ncan support your practice’s growth?\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Joe Patrick</p><p><strong>Email:</strong> joe@oneosevenrcm.com</p><p><strong>Company:</strong> One O Seven RCM Credentialing &amp;amp; Medical Billing Services</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Hi,<br />\nI hope you’re doing well. At One O’ Seven RCM, we’re dedicated to helping healthcare practices whether new or established streamline medical billing, credentialing, and revenue cycle management. Our goal is to reduce your administrative burden while keeping costs efficient. <br />\n•       50% off credentialing services<br />\n•       Billing services at 2.49% of monthly collections<br />\n. Would you be open to a quick call or virtual meeting to see how we can support your practice’s growth?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:21','2026-03-25 18:48:21','c7d97767-f241-4e67-aa73-312727b624f9'),
(50118,'Contact Form Submission',3190,49848,1,'Contact Form Submission from Wilma Tyer','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Wilma Tyer\n\nEMAIL: wtyer@purevibejanitorial.com\n\nCOMPANY: PureVibe Janitorial\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \nHi,\n\nI was recently visiting clients in Groton and came across your\nbusiness, so I wanted to reach out.\n\nWe help local companies keep their facilities clean with reliable\nservice and detailed inspections. Would you be open to a no-obligation\ncleaning quote?\n\nHave a great day!\n\nWilma Tyer\nBusiness Development Rep\nPureVibe Janitorial\nwtyer@purevibejanitorial.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Wilma Tyer</p><p><strong>Email:</strong> wtyer@purevibejanitorial.com</p><p><strong>Company:</strong> PureVibe Janitorial</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n <br />\nI was recently visiting clients in Groton and came across your business, so I wanted to reach out.<br />\n <br />\nWe help local companies keep their facilities clean with reliable service and detailed inspections. Would you be open to a no-obligation cleaning quote?<br />\n <br />\nHave a great day!<br />\n<br />\nWilma Tyer<br />\nBusiness Development Rep<br />\nPureVibe Janitorial<br />\nwtyer@purevibejanitorial.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:21','2026-03-25 18:48:21','3ddffe46-704f-4487-877f-6c4497600c0f'),
(50119,'Careers Form Submission',3191,49882,2,'Careers Form Submission from Jermani Washington','careers@completecarehillside.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarehillside.com/careers\n\nNAME: Jermani Washington\n\nEMAIL: jermaniwashington49@gmail.com\n\nPHONE: 2159108903\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHi my name is Jermani I’m 20 I been a health aid for 2 years\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarehillside.com/careers</p><p></p><p><strong>Name:</strong> Jermani Washington</p><p><strong>Email:</strong> jermaniwashington49@gmail.com</p><p><strong>Phone:</strong> 2159108903</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi my name is Jermani I’m 20 I been a  health aid for 2 years \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:22','2026-03-25 18:48:22','2aee2a03-ade1-46ae-aa77-1df8f94b4354'),
(50120,'Contact Form Submission',3190,49951,1,'Contact Form Submission from Julia Barker','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Julia Barker\n\nEMAIL: JuliaMaeBarker@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\nMESSAGE: \nI’m looking for a nursing home for my mother. She is bed bound on a\nfeeding tube. Do you have a facility in the Annapolis area that has\nroom? She would be self pay.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Julia Barker</p><p><strong>Email:</strong> JuliaMaeBarker@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            I’m looking for a nursing home for my mother. She is bed bound on a feeding tube. Do you have a facility in the Annapolis area that has room? She would be self pay. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:22','2026-03-25 18:48:22','577e539d-fcea-4aa7-9a16-a3e138feabcf'),
(50121,'Careers Form Submission',3191,49962,2,'Careers Form Submission from Penelope E. Mauer','careers@ccvoorhees.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccvoorhees.com/careers\n\nNAME: Penelope E. Mauer\n\nEMAIL: penelopemauer@gmail.com\n\nPHONE: 12155847122\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nPOSITIONS OF INTEREST:\n\n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nHello, \n\nI hold my LCSW and have many years of experience in patient care and\ndischarge planning. I am interested in a full-time Social Work\nposition. Please review my resume for open positions. \nThank you, \nPenelope Mauer, LCSW\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccvoorhees.com/careers</p><p></p><p><strong>Name:</strong> Penelope E. Mauer</p><p><strong>Email:</strong> penelopemauer@gmail.com</p><p><strong>Phone:</strong> 12155847122</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello, <br />\n<br />\nI hold my LCSW and have many years of experience in patient care and discharge planning.  I am interested in a full-time Social Work position.  Please review my resume for open positions. <br />\nThank you, <br />\nPenelope Mauer, LCSW \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:22','2026-03-25 18:48:22','e2826b59-7319-4194-a748-add29542424c'),
(50122,'Careers Form Submission',3191,49973,2,'Careers Form Submission from Penelope E. Mauer','careers@ccparkplace.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccparkplace.com/careers\n\nNAME: Penelope E. Mauer\n\nEMAIL: penelopemauer@gmail.com\n\nPHONE: 12155847122\n\nFACILITY: \n\n 	* Park Place [https://mycompletecare.com/ccparkplace] \n\nPOSITIONS OF INTEREST:\n\n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nHello, \n\nI hold my LCSW in NJ. I have many years of experience in patient care\nand discharge planning. Please review my resume for full-time Social\nWork position. \nThank you, \nPenelope Mauer, LCSW\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccparkplace.com/careers</p><p></p><p><strong>Name:</strong> Penelope E. Mauer</p><p><strong>Email:</strong> penelopemauer@gmail.com</p><p><strong>Phone:</strong> 12155847122</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccparkplace\">Park Place</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello, <br />\n<br />\nI hold my LCSW in NJ.  I have many years of experience in patient care and discharge planning.  Please review my resume for full-time Social Work position.  <br />\nThank you, <br />\nPenelope Mauer,  LCSW \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:22','2026-03-25 18:48:22','80566de8-50a3-4c37-8bf7-254b6cddfc41'),
(50123,'Careers Form Submission',3191,49981,2,'Careers Form Submission from Anny Tapia','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Anny Tapia\n\nEMAIL: annytapia85@gmail.com\n\nPHONE: 9734380141\n\nFACILITY: \n\n 	* Chestnut Hill [https://mycompletecare.com/ccchestnuthill] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n\nMESSAGE/ COVER LETTER:\n\nThanks for the opportunity\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Anny Tapia</p><p><strong>Email:</strong> annytapia85@gmail.com</p><p><strong>Phone:</strong> 9734380141</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchestnuthill\">Chestnut Hill</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Thanks for the opportunity \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:23','2026-03-25 18:48:23','2e4ee36a-b8e4-4776-880a-fa959cf5fc1c'),
(50124,'Careers Form Submission',3191,49985,2,'Careers Form Submission from Anny Tapia','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Anny Tapia\n\nEMAIL: annytapia85@gmail.com\n\nPHONE: 9734380141\n\nFACILITY: \n\n 	* Chestnut Hill Residences\n[https://mycompletecare.com/ccchestnuthillalf] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nThank for opportunity\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Anny Tapia</p><p><strong>Email:</strong> annytapia85@gmail.com</p><p><strong>Phone:</strong> 9734380141</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchestnuthillalf\">Chestnut Hill Residences</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Thank for opportunity\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:23','2026-03-25 18:48:23','1f85cd01-c5b7-42e0-b50e-474d043b8b31'),
(50125,'Contact Form Submission',3190,50003,1,'Contact Form Submission from Shari Kinsman','info@ccshrewsbury.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccshrewsbury.com/contact\n\nNAME: Shari Kinsman\n\nEMAIL: sharikinsman@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Shrewsbury [https://mycompletecare.com/ccshrewsbury] \n\nMESSAGE: \nHello, My step-daughter lives at the facility in Shrewsbury, Jennifer\nGiampetro. I am wondering what possible services are available on the\ntelevision infrastructure. For example, Jenny has requested Netflix.\nIs Netflix available if I purchase a subscription? Is Disney\navailable, if I purchase a subscription? \nThanks very much.\nKind regards,\nShari\n','<p><strong>Contact form submitted at:</strong> https://ccshrewsbury.com/contact</p><p></p><p><strong>Name:</strong> Shari Kinsman</p><p><strong>Email:</strong> sharikinsman@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshrewsbury\">Shrewsbury</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, My step-daughter lives at the facility in Shrewsbury, Jennifer Giampetro. I am wondering what possible services are available on the television infrastructure. For example, Jenny has requested Netflix. Is Netflix available if I purchase a subscription? Is Disney available, if I purchase a subscription? <br />\nThanks very much.<br />\nKind regards,<br />\nShari\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:23','2026-03-25 18:48:23','e548355f-1bce-46f5-aa44-2c0a76225b04'),
(50126,'Careers Form Submission',3191,50012,2,'Careers Form Submission from Doug Alford','careers@cckressonview.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cckressonview.com/careers\n\nNAME: Doug Alford\n\nEMAIL: dougkalford1@gmail.com\n\nPHONE: 4452846323\n\nFACILITY: \n\n 	* Kresson View [https://mycompletecare.com/cckressonview] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nLooking for a part time job in either dietary or housekeeping .\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cckressonview.com/careers</p><p></p><p><strong>Name:</strong> Doug Alford</p><p><strong>Email:</strong> dougkalford1@gmail.com</p><p><strong>Phone:</strong> 4452846323</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cckressonview\">Kresson View</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking for a part time job in either dietary or housekeeping . \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:24','2026-03-25 18:48:24','9b4957ee-42f0-47bd-99e7-aeec0cd6faca'),
(50127,'Careers Form Submission',3191,50014,2,'Careers Form Submission from Lainey Rickard','careers@ccnazareth.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccnazareth.com/careers\n\nNAME: Lainey Rickard\n\nEMAIL: lrickard2345@gmail.com\n\nPHONE: 6085745392\n\nFACILITY: \n\n 	* Nazareth [https://mycompletecare.com/ccnazareth] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI am writing to you today to apply as a CNA at complete care Nazareth\nhouse. I am a hard working dedicated CNA. Continually Striving to\nprovide a high level of care to patients/ residents. As a CNA I have\nworked with a variety of patients of different ages and conditions. I\nam highly organized and dependable with the ability to provide\ncompassionate care. I am knowledgeable with patient care and I am also\nable to easily communicate with patients and families.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccnazareth.com/careers</p><p></p><p><strong>Name:</strong> Lainey Rickard</p><p><strong>Email:</strong> lrickard2345@gmail.com</p><p><strong>Phone:</strong> 6085745392</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccnazareth\">Nazareth</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am writing to you today to apply as a CNA at complete care Nazareth house. I am a hard working dedicated CNA. Continually Striving to provide a high level of care to patients/ residents. As a CNA I have worked with a variety of patients of different ages and conditions. I am highly organized and dependable with the ability to provide compassionate care. I am knowledgeable with patient care and I am also able to easily communicate with patients and families. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:24','2026-03-25 18:48:24','b2cf14e0-4696-4288-b091-6f9284f0966d'),
(50128,'Contact Form Submission',3190,50023,1,'Contact Form Submission from Cristine Chickadel','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Cristine Chickadel\n\nEMAIL: cristine.chickadel@comop.org\n\nCOMPANY: Community Options, Inc.\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\nMESSAGE: \nGood Afternoon,\nWe recently visited your facility. Community Options is seeking\nreferrals for new development in Atlantic and Cape May Counties. \nOur agency provides supported community housing for individuals with\nIntellectual and developmental disabilities. We are seeking referrals\nspecifically for those transitioning from a skilled nursing facility,\nhospital or developmental center. I\'ve attached images of our newest\nregional homes. I would be happy to discuss further and offer any\nsupport in facilitating any referrals for community placements.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Cristine Chickadel</p><p><strong>Email:</strong> cristine.chickadel@comop.org</p><p><strong>Company:</strong> Community Options, Inc.</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n</p><p><strong>Message:</strong> <br />            Good Afternoon,<br />\nWe recently visited your facility. Community Options is seeking referrals for new development in Atlantic and Cape May Counties. <br />\nOur agency provides supported community housing for individuals with Intellectual and developmental disabilities.  We are seeking referrals specifically for those transitioning from a skilled nursing facility, hospital or developmental center. I\'ve attached images of our newest regional homes. I would be happy to discuss further and offer any support in facilitating any referrals for community placements.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:24','2026-03-25 18:48:24','a1b6d94e-b1db-4640-b423-ea4d97e41def'),
(50129,'Careers Form Submission',3191,50047,2,'Careers Form Submission from Andrea Napenas','careers@ccinglemoor.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccinglemoor.com/careers/\n\nNAME: Andrea Napenas\n\nEMAIL: naenapenas@gmail.com\n\nPHONE: 2013348333\n\nFACILITY: \n\n 	* Inglemoor [https://mycompletecare.com/ccinglemoor] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in the Dietary / Food Service or\nAdministrative /Business office position at your facility. With my\nprevious experience working in a fast-paced restaurant environment as\na supervisor, I have developed strong skills in food preparation,\ncleanliness, teamwork, and customer service and office work.\n\nI am a dependable and hardworking individual who takes pride in\nfollowing food safety standards and helping provide quality meals to\ncustomers. I am also very comfortable working in a team, office\nenvironment, staying organized during busy hours, and making sure\ntasks are completed efficiently.\n\nI would greatly appreciate the opportunity to join your team and\ncontribute my skills and positive attitude to your food service\ndepartment. Thank you for your time and consideration, and I look\nforward to hearing from you.\n\nSincerely,\nAndrea Napenas\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccinglemoor.com/careers/</p><p></p><p><strong>Name:</strong> Andrea Napenas</p><p><strong>Email:</strong> naenapenas@gmail.com</p><p><strong>Phone:</strong> 2013348333</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccinglemoor\">Inglemoor</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in the Dietary / Food Service or Administrative /Business office position at your facility. With my previous experience working in a fast-paced restaurant environment as a supervisor, I have developed strong skills in food preparation, cleanliness, teamwork, and customer service and office work.<br />\n<br />\nI am a dependable and hardworking individual who takes pride in following food safety standards and helping provide quality meals to customers. I am also very comfortable working in a team, office environment, staying organized during busy hours, and making sure tasks are completed efficiently.<br />\n<br />\nI would greatly appreciate the opportunity to join your team and contribute my skills and positive attitude to your food service department. Thank you for your time and consideration, and I look forward to hearing from you.<br />\n<br />\nSincerely,<br />\nAndrea Napenas\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:24','2026-03-25 18:48:24','cdc54cc5-2b8f-461b-9918-9831bbb9ff61'),
(50130,'Careers Form Submission',3191,50064,2,'Careers Form Submission from donna van seeters','careers@ccmilfordmanor.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmilfordmanor.com/careers\n\nNAME: donna van seeters\n\nEMAIL: donnavanseeters@gmail.com\n\nPHONE: 8625919048\n\nFACILITY: \n\n 	* Milford Manor [https://mycompletecare.com/ccmilfordmanor] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Admissions / Marketing \n\nMESSAGE/ COVER LETTER:\n\nHello: I\'m looking for something part time or full time. I\'m currently\nretired. My company moved out of state in 2021, So, I retired early\nfrom my job. I would like to get back into the work force. If you have\nany open positions you feel would be a good fit for me. I would\nappreciate hearing from you. Thank You for your time. Best Regards,\nDonna Van Seeters\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmilfordmanor.com/careers</p><p></p><p><strong>Name:</strong> donna van seeters</p><p><strong>Email:</strong> donnavanseeters@gmail.com</p><p><strong>Phone:</strong> 8625919048</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmilfordmanor\">Milford Manor</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello:  I\'m looking for something part time or full time.  I\'m currently retired. My company moved out of state in 2021, So, I retired early from my job. I would like to get back into the work force.  If you have any open positions you feel would be a good fit for me. I would appreciate hearing from you.  Thank You for your time.  Best Regards, Donna Van Seeters\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 18:48:25','2026-03-25 18:48:25','370bd4f0-b43a-4a15-bd67-c6c47e7feb1c'),
(50177,'Careers Form Submission',3191,50174,2,'Careers Form Submission from Jonathan Allen','info@ccchestnuthill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccchestnuthill.com/careers\n\nNAME: Jonathan Allen\n\nEMAIL: johnny101985@icloud.com\n\nPHONE: 9737675445\n\nFACILITY: \n\n 	* Chestnut Hill [https://mycompletecare.com/ccchestnuthill] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nExperienced Maintenance worker\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccchestnuthill.com/careers</p><p></p><p><strong>Name:</strong> Jonathan Allen</p><p><strong>Email:</strong> johnny101985@icloud.com</p><p><strong>Phone:</strong> 9737675445</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchestnuthill\">Chestnut Hill</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Experienced Maintenance worker\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 19:00:12','2026-03-25 19:00:12','89198ed3-7e2f-46b9-9dc1-47f0cc3b2745'),
(50271,'Contact Form Submission',3190,50269,1,'Contact Form Submission from Tianna Caldeira','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Tianna Caldeira\n\nEMAIL: summergirl_2002@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Meriden [https://mycompletecare.com/ccmeriden] \n\nMESSAGE: \nI\'m interested in a Kitchen position.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Tianna Caldeira</p><p><strong>Email:</strong> summergirl_2002@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmeriden\">Meriden</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m interested in a Kitchen position.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-25 19:32:48','2026-03-25 19:32:48','ba52179b-366f-40b6-bde3-9f631659282b'),
(54069,'Careers Form Submission',3191,50748,2,'Careers Form Submission from Tara Lowery-Fleming','careers@cclehigh.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cclehigh.com/careers\n\nNAME: Tara Lowery-Fleming\n\nEMAIL: taralamonica@yahoo.com\n\nPHONE: 4845606263\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nN/A\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cclehigh.com/careers</p><p></p><p><strong>Name:</strong> Tara Lowery-Fleming</p><p><strong>Email:</strong> taralamonica@yahoo.com</p><p><strong>Phone:</strong> 4845606263</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/A\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:51','2026-03-30 13:49:51','e6d05101-6165-4827-be1d-74d157499855'),
(54070,'Careers Form Submission',3191,50763,2,'Careers Form Submission from Sonya Bridges','careers@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareblvd.com/careers\n\nNAME: Sonya Bridges\n\nEMAIL: sonyblade2018@gmail.com\n\nPHONE: 3129982024\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nCurrently I am in search of a part time weekend position. Experience\nwith long term and short-term rehabilitation facilities.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareblvd.com/careers</p><p></p><p><strong>Name:</strong> Sonya Bridges</p><p><strong>Email:</strong> sonyblade2018@gmail.com</p><p><strong>Phone:</strong> 3129982024</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Currently I am in search of a part time weekend position. Experience with long term and short-term rehabilitation facilities. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:51','2026-03-30 13:49:51','2ba7b06e-84b6-4c76-b7eb-30905067bb6e'),
(54071,'Careers Form Submission',3191,50767,2,'Careers Form Submission from Ogechi Uduji','careers@ccplainfield.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccplainfield.com/careers\n\nNAME: Ogechi Uduji\n\nEMAIL: Preshbest25@gmail.com\n\nPHONE: 19086194871\n\nFACILITY: \n\n 	* Plainfield [https://mycompletecare.com/ccplainfield] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nRegistered nurse\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccplainfield.com/careers</p><p></p><p><strong>Name:</strong> Ogechi Uduji</p><p><strong>Email:</strong> Preshbest25@gmail.com</p><p><strong>Phone:</strong> 19086194871</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccplainfield\">Plainfield</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Registered nurse\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:52','2026-03-30 13:49:52','725a337a-4f04-4e0d-8bd4-bef8fd4e2be0'),
(54072,'Careers Form Submission',3191,50792,2,'Careers Form Submission from Destiny Wilks','careers@ccglendalewest.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccglendalewest.com/careers\n\nNAME: Destiny Wilks\n\nEMAIL: wilksdestiny475@gmail.com\n\nPHONE: 2625368844\n\nFACILITY: \n\n 	* Glendale West [https://mycompletecare.com/ccglendalewest] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nI worked in food service I’ve worked at a few nursing facilities.\nI’m trying to move my step up by becoming a nurse in training\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccglendalewest.com/careers</p><p></p><p><strong>Name:</strong> Destiny Wilks </p><p><strong>Email:</strong> wilksdestiny475@gmail.com</p><p><strong>Phone:</strong> 2625368844</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccglendalewest\">Glendale West</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I worked in food service I’ve worked at a few nursing facilities. I’m trying to move my step up by becoming a nurse in training \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:52','2026-03-30 13:49:52','c5e16459-614d-4e36-b935-23c19acdb13a'),
(54073,'Careers Form Submission',3191,50834,2,'Careers Form Submission from Marvianna Williams','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Marvianna Williams\n\nEMAIL: Marviannawilliams51@gmail.com\n\nPHONE: +1 (414) 435-6276\n\nFACILITY: \n\n 	* Glendale [https://mycompletecare.com/completecareglendale] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nLooking to start Immediately\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Marvianna Williams </p><p><strong>Email:</strong> Marviannawilliams51@gmail.com</p><p><strong>Phone:</strong> +1 (414) 435-6276</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareglendale\">Glendale</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking to start Immediately \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:52','2026-03-30 13:49:52','504d9827-3c11-43b5-95ad-0c14fb379c38'),
(54074,'Careers Form Submission',3191,50839,2,'Careers Form Submission from BARBARA K CHACAGA','careers@completecarekhs.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarekhs.com/careers\n\nNAME: BARBARA K CHACAGA\n\nEMAIL: barbarachacaga@gmail.com\n\nPHONE: 18602727335\n\nFACILITY: \n\n 	* Kimberly Hall South [https://mycompletecare.com/completecarekhs] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nCNA job\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarekhs.com/careers</p><p></p><p><strong>Name:</strong> BARBARA K CHACAGA</p><p><strong>Email:</strong> barbarachacaga@gmail.com</p><p><strong>Phone:</strong> 18602727335</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarekhs\">Kimberly Hall South</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            CNA job \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:53','2026-03-30 13:49:53','d83e9aca-b9ef-4a0e-8b79-9ce02e9ed902'),
(54075,'Careers Form Submission',3191,50891,2,'Careers Form Submission from Marie Stewart','careers@completecareblvd.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareblvd.com/careers\n\nNAME: Marie Stewart\n\nEMAIL: mariestewart219@gmail.com\n\nPHONE: 3125222903\n\nFACILITY: \n\n 	* The Boulevard [https://mycompletecare.com/completecareblvd] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nCna\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareblvd.com/careers</p><p></p><p><strong>Name:</strong> Marie Stewart </p><p><strong>Email:</strong> mariestewart219@gmail.com</p><p><strong>Phone:</strong> 3125222903</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareblvd\">The Boulevard</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Cna \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:53','2026-03-30 13:49:53','343b41dd-e26d-4d33-b08d-447598b888e6'),
(54076,'Careers Form Submission',3191,51002,2,'Careers Form Submission from shanique campbell','careers@ccburlingtonwoods.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccburlingtonwoods.com/careers/\n\nNAME: shanique campbell\n\nEMAIL: shani.bee@icloud.com\n\nPHONE: 7182007379\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nPOSITIONS OF INTEREST:\n\n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\n7 years\' experience in assisted living\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccburlingtonwoods.com/careers/</p><p></p><p><strong>Name:</strong> shanique campbell</p><p><strong>Email:</strong> shani.bee@icloud.com</p><p><strong>Phone:</strong> 7182007379</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            7 years\' experience in assisted living\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:53','2026-03-30 13:49:53','060b21f5-f698-4372-aa65-cb35f0543895'),
(54077,'Careers Form Submission',3191,51012,2,'Careers Form Submission from Jenniffer Morales Vasquez','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Jenniffer Morales Vasquez\n\nEMAIL: moralesrjenniffer@gmail.com\n\nPHONE: 7326449677\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nGood morning I would like to apply for any position available at the\nRout 70 Offices to clean the building, I appreciate all information\nand help !!!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Jenniffer Morales Vasquez </p><p><strong>Email:</strong> moralesrjenniffer@gmail.com</p><p><strong>Phone:</strong> 7326449677</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Good morning I would like to apply for any position available at the Rout 70 Offices to clean the building, I appreciate all information and help !!! \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:54','2026-03-30 13:49:54','f4aba8e1-89f8-49df-9b77-c75e84842467'),
(54078,'Careers Form Submission',3191,51014,2,'Careers Form Submission from Jenniffer Morales','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Jenniffer Morales\n\nEMAIL: moralesrjenniffer@gmail.com\n\nPHONE: 7326449677\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nGood morning\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Jenniffer Morales</p><p><strong>Email:</strong> moralesrjenniffer@gmail.com</p><p><strong>Phone:</strong> 7326449677</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Good morning \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:54','2026-03-30 13:49:54','e324e554-6551-4446-92c2-8c856048ac24'),
(54079,'Contact Form Submission',3190,51022,1,'Contact Form Submission from Amy Wilson','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Amy Wilson\n\nEMAIL: amywilson@propageprofiles.com\n\nCOMPANY: Pro Page Profiles\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \nWikipedia is considered to be the World’s most significant tool for\nreference material. The Wiki links show up on the 1st page of Google\n97% of the time. With a Page on one of the most revered reference\ntools, you are sure to get yourself or your business noticed. So if\nyou\'re thinking of getting a Wikipedia Page created, it\'s the best\ntime of the year.\n\nIf you are interested in getting more information just respond back to\nthis email.\n\nThanks,\n\nAmy Wilson\nSales Executive\nPro Page Profiles\namywilson@propageprofiles.com\n\nReply STOP to opt out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Amy Wilson</p><p><strong>Email:</strong> amywilson@propageprofiles.com</p><p><strong>Company:</strong> Pro Page Profiles</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.<br />\n<br />\nIf you are interested in getting more information just respond back to this email.<br />\n<br />\nThanks,<br />\n<br />\nAmy Wilson<br />\nSales Executive<br />\nPro Page Profiles<br />\namywilson@propageprofiles.com<br />\n<br />\nReply STOP to opt out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:54','2026-03-30 13:49:54','4906b287-500f-42c3-a665-97aa7393b9d9'),
(54080,'Careers Form Submission',3191,51045,2,'Careers Form Submission from Derrick A Jones','careers@ccinglemoor.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccinglemoor.com/careers\n\nNAME: Derrick A Jones\n\nEMAIL: sonofman040@gmail.com\n\nPHONE: 15515879459\n\nFACILITY: \n\n 	* Inglemoor [https://mycompletecare.com/ccinglemoor] \n\nPOSITIONS OF INTEREST:\n\n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nTo whom it my concern, my name is Derrick Jones. I am submitting my\nresume in hopes to pursue gainful employment with the company. I am\nhard working and competent individual that believes in compliance with\ncare. It would be a great opportunity and pleasure for me to be able\nto use my knowledge and skills to assist you with the company goals in\nproviding quality care to the public and patients. I hope we can work\ntogether and I think I will be a good fit and asset to the company.\nThank you. Derrick Jones\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccinglemoor.com/careers</p><p></p><p><strong>Name:</strong> Derrick A Jones</p><p><strong>Email:</strong> sonofman040@gmail.com</p><p><strong>Phone:</strong> 15515879459</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccinglemoor\">Inglemoor</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            To whom it my concern, my name is Derrick Jones. I am submitting my resume in hopes to pursue gainful employment with the company. I am hard working and competent individual that believes in compliance with care. It would be a great opportunity and pleasure for me to be able to use my knowledge and skills to assist you with the company goals in providing quality care to the public and patients. I hope we can work together and I think I will be a good fit and asset to the company.  Thank you. Derrick Jones \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:54','2026-03-30 13:49:54','34d78be8-2428-40a4-b470-c26f3fe17157'),
(54081,'Careers Form Submission',3191,51048,2,'Careers Form Submission from Tasha Toaltoan','careers@cclehigh.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cclehigh.com/careers\n\nNAME: Tasha Toaltoan\n\nEMAIL: Tasha.toaltoan@icloud.com\n\nPHONE: 267-421-0976\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nPlease accept this letter and the enclosed resume as an expression of\nmy strong interest in the Certified Nursing Assistant position at\nReading, Complete Care facility. With 12 years of dedicated healthcare\nexperience, I have developed a comprehensive foundation in\npatient-centered care, clinical support, and multidisciplinary\ncollaboration.\n\nIn my current and previous roles with organizations such as Hickory\nHouse Nursing Home and through contract work with Shift Med and\nClipboard, I have honed my ability to quickly adapt to new clinical\nenvironments and effectively manage care for multiple patients. My\nclinical competencies span across vital signs monitoring, safe patient\ntransfers using Hoyer lifts, and specialized needs including catheter\ncatheter care.. I take pride in delivering empathetic support for\nActivities of Daily Living (ADLs) while maintaining strict infection\ncontrol and accurate EHR documentation.\n\nBeyond my hands-on CNA experience, I am deeply committed to advancing\nmy clinical expertise. I am currently enrolled as a Practical Nursing\n(LPN) student at the Lancaster County Career and Technology Center ,\nactively preparing for my ATI and NCLEX-PN exams, with an expected\ngraduation in December 2026. This rigorous ongoing training enhances\nmy daily clinical practice, allowing me to bring a higher level of\ncritical thinking, attention to detail, and medical knowledge to the\nbedside.\n\nI would welcome the opportunity to discuss how my blend of extensive\nhands-on experience, compassionate care, and dedication to the nursing\nprofession aligns with the needs of your team. Thank you for your time\nand consideration.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cclehigh.com/careers</p><p></p><p><strong>Name:</strong> Tasha Toaltoan</p><p><strong>Email:</strong> Tasha.toaltoan@icloud.com</p><p><strong>Phone:</strong> 267-421-0976</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Please accept this letter and the enclosed resume as an expression of my strong interest in the Certified Nursing Assistant position at Reading, Complete Care facility. With 12 years of dedicated healthcare experience, I have developed a comprehensive foundation in patient-centered care, clinical support, and multidisciplinary collaboration.<br />\n<br />\nIn my current and previous roles with organizations such as Hickory House Nursing Home and through contract work with Shift Med and Clipboard, I have honed my ability to quickly adapt to new clinical environments and effectively manage care for multiple patients. My clinical competencies span across vital signs monitoring, safe patient transfers using Hoyer lifts, and specialized needs including catheter catheter care.. I take pride in delivering empathetic support for Activities of Daily Living (ADLs) while maintaining strict infection control and accurate EHR documentation.<br />\n<br />\nBeyond my hands-on CNA experience, I am deeply committed to advancing my clinical expertise. I am currently enrolled as a Practical Nursing (LPN) student at the Lancaster County Career and Technology Center , actively preparing for my ATI and NCLEX-PN exams, with an expected graduation in December 2026. This rigorous ongoing training enhances my daily clinical practice, allowing me to bring a higher level of critical thinking, attention to detail, and medical knowledge to the bedside.<br />\n<br />\nI would welcome the opportunity to discuss how my blend of extensive hands-on experience, compassionate care, and dedication to the nursing profession aligns with the needs of your team. Thank you for your time and consideration.<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:55','2026-03-30 13:49:55','6a49521f-7a0c-4fe5-a8dc-a63ede0c5443'),
(54082,'Contact Form Submission',3190,51113,1,'Contact Form Submission from Regan or Mary Anne Wickersham','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Regan or Mary Anne Wickersham\n\nEMAIL: mwick.watching@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Christian Home [https://mycompletecare.com/ccchristianhome] \n\nMESSAGE: \nOur adult son has quadriplegic Cerebral Palsy. We are exploring\npossibilities of long term placement for him when that time comes. We\nlive in Dodge County WI and want to have him reasonably close to\nfamily.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Regan or Mary Anne Wickersham</p><p><strong>Email:</strong> mwick.watching@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchristianhome\">Christian Home</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Our adult son has quadriplegic Cerebral Palsy.  We are exploring possibilities of long term placement for him when that time comes.  We live in Dodge County WI and want to have him reasonably close to family.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:55','2026-03-30 13:49:55','cbf55a66-e8e1-4ac1-b52f-fdf29ebf0afb'),
(54083,'Contact Form Submission',3190,51121,1,'Contact Form Submission from Carol Lynn wurst','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Carol Lynn wurst\n\nEMAIL: cwurst28oct@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nMESSAGE: \nHi I like to know if you are hiring for dietary aid\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Carol Lynn wurst </p><p><strong>Email:</strong> cwurst28oct@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi I like to know if you are hiring for dietary aid \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:55','2026-03-30 13:49:55','6047fc8a-972a-4544-a5a0-990c448b93fa'),
(54084,'Contact Form Submission',3190,51170,1,'Contact Form Submission from Elsa Sanz','info@ccbrakeleypark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccbrakeleypark.com/contact\n\nNAME: Elsa Sanz\n\nEMAIL: info@blessinghandsmobile.com\n\nCOMPANY: Blessing Hands Mobile Services LLC\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Brakeley Park [https://mycompletecare.com/ccbrakeleypark] \n\nMESSAGE: \nHello,\nMy name is Elsa Sanz, Owner / Mobile Phlebotomist of Blessing Hands\nMobile Services LLC. We are fully registered, insured, and have an\nactive NPI. We provide on-site phlebotomy, specimen collection,\nvitals, and EKG services at moderate, competitive rates, and would\nlove the opportunity to partner with your facility. Credentials and\ndocumentation are available upon request or during a meeting. I would\nwelcome the opportunity to schedule a brief meeting to discuss how we\ncan support your facility.\nThank you for your time and consideration. I look forward to speaking\nwith you.\n','<p><strong>Contact form submitted at:</strong> https://ccbrakeleypark.com/contact</p><p></p><p><strong>Name:</strong> Elsa Sanz</p><p><strong>Email:</strong> info@blessinghandsmobile.com</p><p><strong>Company:</strong> Blessing Hands Mobile Services LLC</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrakeleypark\">Brakeley Park</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\nMy name is Elsa Sanz, Owner / Mobile Phlebotomist of Blessing Hands Mobile Services LLC. We are fully registered, insured, and have an active NPI. We provide on-site phlebotomy, specimen collection, vitals, and EKG services at moderate, competitive rates, and would love the opportunity to partner with your facility. Credentials and documentation are available upon request or during a meeting. I would welcome the opportunity to schedule a brief meeting to discuss how we can support your facility.<br />\nThank you for your time and consideration. I look forward to speaking with you.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:55','2026-03-30 13:49:55','e2e13823-b87f-47e8-9e26-cebbf0214e23'),
(54085,'Careers Form Submission',3191,51173,2,'Careers Form Submission from Parul D&gt; Shah','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Parul D&gt; Shah\n\nEMAIL: parulshah1217@gmail.com\n\nPHONE: 732-895-2084\n\nFACILITY: \n\n 	* Whispering Woods [https://mycompletecare.com/ccwhisperingwoods] \n\nPOSITIONS OF INTEREST:\n\n 	* Recruitment \n\nMESSAGE/ COVER LETTER:\n\nNO, Cover Letter\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Parul D&amp;gt; Shah</p><p><strong>Email:</strong> parulshah1217@gmail.com</p><p><strong>Phone:</strong> 732-895-2084</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwhisperingwoods\">Whispering Woods</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            NO, Cover Letter\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:56','2026-03-30 13:49:56','8a940b2f-64a7-40f2-8a50-ceee81e16580'),
(54086,'Careers Form Submission',3191,51179,2,'Careers Form Submission from Najiya Hines','careers@completecareheritage.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareheritage.com/careers\n\nNAME: Najiya Hines\n\nEMAIL: Hinesnajiya@gmail.com\n\nPHONE: 4436806120\n\nFACILITY: \n\n 	* Heritage [https://mycompletecare.com/completecareheritage] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nHello , I’m currently an CNA doing home health care but would love\nto go into the nursing home for experience. I have my CNA but in the\nprocess of getting my GNA license.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareheritage.com/careers</p><p></p><p><strong>Name:</strong> Najiya Hines</p><p><strong>Email:</strong> Hinesnajiya@gmail.com</p><p><strong>Phone:</strong> 4436806120</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareheritage\">Heritage</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello , I’m currently an CNA doing home health care but would love to go into the nursing home for experience. I have my CNA but in the process of getting my GNA license. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:56','2026-03-30 13:49:56','0d988a12-7718-44f7-9a7b-f08e8e9ed86d'),
(54087,'Contact Form Submission',3190,51182,1,'Contact Form Submission from Brian Salamanca','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Brian Salamanca\n\nEMAIL: brian10021@student.passaicschools.org\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Chestnut Hill [https://mycompletecare.com/ccchestnuthill] \n\nMESSAGE: \nMy name is Brian Salamanca, I\'m a student in Passaic Academy Science\nand Engineering. My group has been trying to reach for collaboration\nfor a school project. We\'ve been trying to contact you for a response\nand plan this out together and host engaging activities for your\nresidents.We understand that your staff is busy but if there\'s a\nperson that we could speak to please let us know.Even if its a bit of\nyour time, we want to discuss this and surely plan this out.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Brian Salamanca</p><p><strong>Email:</strong> brian10021@student.passaicschools.org</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccchestnuthill\">Chestnut Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My name is Brian Salamanca, I\'m a student in Passaic Academy Science and Engineering. My group has been trying to reach for collaboration for a school project. We\'ve been trying to contact you for a response and plan this out together and host engaging activities for your residents.We understand that your staff is busy but if there\'s a person that we could speak to please let us know.Even if its a bit of your time, we want to discuss this and surely plan this out.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:56','2026-03-30 13:49:56','24bfb3d2-abe2-4dee-ae79-e1f5c866e1fa'),
(54088,'Careers Form Submission',3191,51184,2,'Careers Form Submission from Savior DeLeon','careers@completecarebrick.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarebrick.com/careers\n\nNAME: Savior DeLeon\n\nEMAIL: saviordeleon2@gmail.com\n\nPHONE: 7329484142\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI was working at Bartley Health Care about a month ago so I know my\nway around a kitchen and am familiar with the timing of the job\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarebrick.com/careers</p><p></p><p><strong>Name:</strong> Savior DeLeon</p><p><strong>Email:</strong> saviordeleon2@gmail.com</p><p><strong>Phone:</strong> 7329484142</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I was working at Bartley Health Care about a month ago so I know my way around a kitchen and am familiar with the timing of the job\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:57','2026-03-30 13:49:57','03779322-ee9e-4d06-ac5c-7e8ba030f60f'),
(54089,'Contact Form Submission',3190,51216,1,'Contact Form Submission from kimberly west','info@cccorsicahills.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://cccorsicahills.com/contact\n\nNAME: kimberly west\n\nEMAIL: kimberly.west4@va.gov\n\nCOMPANY: VAMC\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Corsica Hills [https://mycompletecare.com/cccorsicahills] \n\nMESSAGE: \nHello, I am reaching out to obtain your contact information to send a\nreferral. Feel free to reach out via email: kimberly.west4@va.gov or\n2027458000 ext 55259\n','<p><strong>Contact form submitted at:</strong> https://cccorsicahills.com/contact</p><p></p><p><strong>Name:</strong> kimberly west</p><p><strong>Email:</strong> kimberly.west4@va.gov</p><p><strong>Company:</strong> VAMC</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccorsicahills\">Corsica Hills</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, I am reaching out to obtain your  contact information to send a referral. Feel free to reach out via email: kimberly.west4@va.gov or 2027458000 ext 55259\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:57','2026-03-30 13:49:57','48ff2f01-fba0-4a21-9125-59a42afa56db'),
(54090,'Careers Form Submission',3191,51219,2,'Careers Form Submission from Najiya Hines','careers@completecareheritage.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecareheritage.com/careers\n\nNAME: Najiya Hines\n\nEMAIL: Najiyahines@yahoo.com\n\nPHONE: 4436806120\n\nFACILITY: \n\n 	* Heritage [https://mycompletecare.com/completecareheritage] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nCNA that’s currently in the process of receiving my GNA . I would\nlove to apply for this position to gain more experience in the nursing\nhomes . I’m currently a CNA working doing home health care as a one\non one aid .\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecareheritage.com/careers</p><p></p><p><strong>Name:</strong> Najiya Hines </p><p><strong>Email:</strong> Najiyahines@yahoo.com</p><p><strong>Phone:</strong> 4436806120</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareheritage\">Heritage</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            CNA that’s currently in the process of receiving my GNA . I would love to apply for this position to gain more experience in the nursing homes . I’m currently a CNA working doing home health care as a one on one aid . \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:57','2026-03-30 13:49:57','cdb23af7-18f2-4411-b43f-2bdef1750b63'),
(54091,'Careers Form Submission',3191,51244,2,'Careers Form Submission from Penelope E. Mauer','careers@ccvoorhees.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccvoorhees.com/careers\n\nNAME: Penelope E. Mauer\n\nEMAIL: penelopemauer@gmail.com\n\nPHONE: 12155847122\n\nFACILITY: \n\n 	* Voorhees [https://mycompletecare.com/ccvoorhees] \n\nPOSITIONS OF INTEREST:\n\n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nHello, \n\nI have 30 years of experience working with patients and families. I am\ninterested in a full-time Social Work position with Complete Care. I\nlook forward to hearing from you. \nPenelope Mauer, LCSW\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccvoorhees.com/careers</p><p></p><p><strong>Name:</strong> Penelope E. Mauer</p><p><strong>Email:</strong> penelopemauer@gmail.com</p><p><strong>Phone:</strong> 12155847122</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccvoorhees\">Voorhees</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hello,  <br />\n<br />\nI have 30 years of experience working with patients and families.  I am interested in a full-time Social Work position with  Complete Care.  I look forward to hearing from you. <br />\nPenelope Mauer,  LCSW \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:58','2026-03-30 13:49:58','4b187c8b-4dcb-4479-a4e5-48a0bbe9b347'),
(54092,'Careers Form Submission',3191,51247,2,'Careers Form Submission from Susan Hall','careers@ccinglemoor.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccinglemoor.com/careers\n\nNAME: Susan Hall\n\nEMAIL: susanhall4504@Comcast.net\n\nPHONE: 8623684721\n\nFACILITY: \n\n 	* Inglemoor [https://mycompletecare.com/ccinglemoor] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI am applying for the Dietary/Food Service position at Complete Care\nat Inglemoor. I have hands-on experience in food handling, meal\ncoordination, and supporting individuals with access to nutritious\nmeals through my work with SUHA Foundation.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccinglemoor.com/careers</p><p></p><p><strong>Name:</strong> Susan Hall</p><p><strong>Email:</strong> susanhall4504@Comcast.net</p><p><strong>Phone:</strong> 8623684721</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccinglemoor\">Inglemoor</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am applying for the Dietary/Food Service position at Complete Care at Inglemoor. I have hands-on experience in food handling, meal coordination, and supporting individuals with access to nutritious meals through my work with SUHA Foundation.<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:58','2026-03-30 13:49:58','0635a3b7-f6cf-4ad7-bb34-7e8c70c74f5a'),
(54093,'Careers Form Submission',3191,51408,2,'Careers Form Submission from Jeremy  Brown','careers@cclehigh.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cclehigh.com/careers/\n\nNAME: Jeremy Brown\n\nEMAIL: Big.J.Brown.1973@gmail.com\n\nPHONE: 15168055296\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI here by apple for the position of food service\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cclehigh.com/careers/</p><p></p><p><strong>Name:</strong> Jeremy  Brown </p><p><strong>Email:</strong> Big.J.Brown.1973@gmail.com</p><p><strong>Phone:</strong> 15168055296</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I here by apple for the position of food service \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:58','2026-03-30 13:49:58','95cd83b2-9e1b-4627-8121-e92cf65d306c'),
(54094,'Contact Form Submission',3190,51435,1,'Contact Form Submission from Alice Wilson','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Alice Wilson\n\nEMAIL: alice.lead.mkt@gmail.com\n\nCOMPANY: -\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Cedar Grove [https://mycompletecare.com/cccedargrove] \n\nMESSAGE: \nHello,\nI would like to share a few suggestions for your website. No cost and\nno obligation—just an opportunity to review how we can improve your\nwebsite and leads, increase organic traffic, and boost your ranking\nvisibility.\n\nWould it be okay to send you the suggestions I have in mind?\n\nThank you in advance!\nAlice Wilson\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Alice Wilson</p><p><strong>Email:</strong> alice.lead.mkt@gmail.com</p><p><strong>Company:</strong> -</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccedargrove\">Cedar Grove</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\nI would like to share a few suggestions for your website. No cost and no obligation—just an opportunity to review how we can improve your website and leads, increase organic traffic, and boost your ranking visibility.<br />\n<br />\nWould it be okay to send you the suggestions I have in mind?<br />\n<br />\nThank you in advance!<br />\nAlice Wilson\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:58','2026-03-30 13:49:58','bd488592-f1ac-4da2-a67c-44340a52c085'),
(54095,'Contact Form Submission',3190,51650,1,'Contact Form Submission from Chris Fox','info@completecarebarnhill.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarebarnhill.com/contact\n\nNAME: Chris Fox\n\nEMAIL: foxhomesnj@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nMESSAGE: \nplease email me\n','<p><strong>Contact form submitted at:</strong> https://completecarebarnhill.com/contact</p><p></p><p><strong>Name:</strong> Chris Fox</p><p><strong>Email:</strong> foxhomesnj@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            please email me \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:59','2026-03-30 13:49:59','b30ee5de-e9f3-44f0-b3d9-5b6c28c20ad0'),
(54096,'Contact Form Submission',3190,51665,1,'Contact Form Submission from Andrea Fisher','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Andrea Fisher\n\nEMAIL: michelle@primewavejanitorial.com\n\nCOMPANY: PrimeWave Janitorial\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Kensington [https://mycompletecare.com/cckensington] \n\nMESSAGE: \nHi,\n\nI am local and provide service in Orlando. And work for others in the\ncommunity. I was hoping I could come by and offer a complimentary\ncleaning bid?\n\nThank you in advance for your response.\n\nWith best,\n\nAndrea Fisher\nBusiness Development Manager\nOffice Oasis Pros\nandrea@officeoasispros.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Andrea Fisher</p><p><strong>Email:</strong> michelle@primewavejanitorial.com</p><p><strong>Company:</strong> PrimeWave Janitorial</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cckensington\">Kensington</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi,<br />\n<br />\nI am local and provide service in Orlando. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?<br />\n<br />\nThank you in advance for your response.<br />\n<br />\nWith best,<br />\n<br />\nAndrea Fisher<br />\nBusiness Development Manager<br />\nOffice Oasis Pros<br />\nandrea@officeoasispros.com<br />\n<br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:59','2026-03-30 13:49:59','cf249dce-dd6a-422e-bae9-045bdac8d0a0'),
(54097,'Contact Form Submission',3190,51668,1,'Contact Form Submission from Melissa Saia','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Melissa Saia\n\nEMAIL: msaia@damg.com\n\nCOMPANY: USAttorneys.com\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nMESSAGE: \nOur director of operations is a former Google Maps beta tester and\ncurrent Google Premier Partner.\nHe is looking for one law firm to be featured in the top 3 Google Maps\npositions while simultaneously optimizing visibility across AI-driven\ndiscovery platforms.\n\nWe guarantee a top three position for your practice area in writing.\n\nThis is an exclusive service; one law firm per city, per practice\narea.\n\nAre you interested?\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Melissa Saia</p><p><strong>Email:</strong> msaia@damg.com</p><p><strong>Company:</strong>  USAttorneys.com</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Our director of operations is a former Google Maps beta tester and current Google Premier Partner.<br />\nHe is looking for one law firm to be featured in the top 3 Google Maps positions while simultaneously optimizing visibility across AI-driven discovery platforms.<br />\n<br />\nWe guarantee a top three position for your practice area in writing.<br />\n<br />\nThis is an exclusive service; one law firm per city, per practice area.<br />\n<br />\nAre you interested?<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:49:59','2026-03-30 13:49:59','5585e326-5916-4f93-94bd-982a81e56540'),
(54098,'Careers Form Submission',3191,51670,2,'Careers Form Submission from Jeremy Brown','careers@cclehigh.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cclehigh.com/careers/\n\nNAME: Jeremy Brown\n\nEMAIL: Big.J.Brown.1973@gmail.com\n\nPHONE: 15168055296\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI hereby applying for the roll of an dietary/ food service worker, my\nexperience in restaurants will ably me to carry out my function in\norderly ways.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cclehigh.com/careers/</p><p></p><p><strong>Name:</strong> Jeremy Brown</p><p><strong>Email:</strong> Big.J.Brown.1973@gmail.com</p><p><strong>Phone:</strong> 15168055296</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I hereby applying for the roll of an dietary/ food service worker, my experience in restaurants will ably me to carry out my function in orderly ways.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:00','2026-03-30 13:50:00','96d3a8e1-f54f-46dc-b5d2-f2e531a0de3d'),
(54099,'Contact Form Submission',3190,51693,1,'Contact Form Submission from Amanda Smith','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Amanda Smith\n\nEMAIL: amanda@metroshinefacilitygroup.com\n\nCOMPANY: Executive Elegance Pros\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \n\nHi,\n\nQuick one — I was just in Windsor helping a few local businesses\nwith their cleaning and had a thought to reach out.\n\nIf you’ve ever considered switching or just getting a better handle\non cleaning quality, we can put together a fast, no-pressure quote.\n\nOpen to taking a look?\n\nBest,\n\nAmanda Smith\nBusiness Development Representative\nExecutive Elegance Pros\namanda@metroshinefacilitygroup.com\n\nRespond with stop to optout.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Amanda Smith</p><p><strong>Email:</strong> amanda@metroshinefacilitygroup.com</p><p><strong>Company:</strong> Executive Elegance Pros</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            <br />\nHi,<br />\n <br />\nQuick one — I was just in Windsor helping a few local businesses with their cleaning and had a thought to reach out.<br />\n <br />\nIf you’ve ever considered switching or just getting a better handle on cleaning quality, we can put together a fast, no-pressure quote.<br />\n <br />\nOpen to taking a look?<br />\n <br />\nBest,<br />\n<br />\nAmanda Smith<br />\nBusiness Development Representative<br />\nExecutive Elegance Pros<br />\namanda@metroshinefacilitygroup.com<br />\n <br />\nRespond with stop to optout.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:00','2026-03-30 13:50:00','a5841428-27d2-4bf8-873c-ffdc6a089d0f'),
(54100,'Careers Form Submission',3191,51718,2,'Careers Form Submission from Malik Hill','careers@ccwaynehills.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccwaynehills.com/careers\n\nNAME: Malik Hill\n\nEMAIL: malik.hill11@yahoo.com\n\nPHONE: 5513297529\n\nFACILITY: \n\n 	* Wayne Hills [https://mycompletecare.com/ccwaynehills] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nN/A\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccwaynehills.com/careers</p><p></p><p><strong>Name:</strong> Malik Hill</p><p><strong>Email:</strong> malik.hill11@yahoo.com</p><p><strong>Phone:</strong> 5513297529</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwaynehills\">Wayne Hills</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            N/A\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:00','2026-03-30 13:50:00','5a8d6e21-9b32-4437-8171-229ffa3278a9'),
(54101,'Contact Form Submission',3190,51763,1,'Contact Form Submission from Cindy Lazo','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Cindy Lazo\n\nEMAIL: lazo.cindy99@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nMESSAGE: \nHello!\nI recently applied for the Receptionist position and wanted to\nre-express my strong interest. I am very keen on joining the Complete\nCare at Clark team.\n\nI know this is a busy time for hiring, but I wanted to briefly check\non the status of my application.\n\nThank you for your time and consideration.\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Cindy Lazo</p><p><strong>Email:</strong> lazo.cindy99@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello!<br />\nI recently applied for the Receptionist position and wanted to re-express my strong interest. I am very keen on joining the Complete Care at Clark team.<br />\n<br />\nI know this is a busy time for hiring, but I wanted to briefly check on the status of my application.<br />\n<br />\nThank you for your time and consideration.<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:00','2026-03-30 13:50:00','c81dc57e-10be-41a9-ae96-befe5ae842f2'),
(54102,'Contact Form Submission',3190,51786,1,'Contact Form Submission from Myra Salcedo','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Myra Salcedo\n\nEMAIL: myrasalcedo30@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nMESSAGE: \nDear Ms. Lori,\n\nMy name is Myra Salcedo, and I am the niece of Mr. Jose Vazquez. I\nhope you are doing well.\n\nI am reaching out because our family is planning a small reunion on\nSaturday, April 4th, with relatives traveling in from out of state. We\nwould love the opportunity to have Mr. Vazquez join us for a few\nhours, as this gathering includes a very special moment—he will be\nseeing his brother for the first time in over 30 years, and we are\nhoping to surprise them both.\n\nCould you please advise on the process for arranging a temporary\nouting for him? Specifically, we would appreciate guidance on any\nrequired permissions, coordination steps, and the appropriate return\ntime to the facility.\n\nI apologize for the short notice and truly appreciate any assistance\nyou can provide in helping us make this meaningful visit possible.\n\nPlease feel free to contact me at 856-353-0513 or via email at\nmyrasalcedo30@gmail.com\n.\n\nThank you very much for your time and consideration.\n\nSincerely,\nMyra Salcedo\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Myra Salcedo</p><p><strong>Email:</strong> myrasalcedo30@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Dear Ms. Lori,<br />\n<br />\nMy name is Myra Salcedo, and I am the niece of Mr. Jose Vazquez. I hope you are doing well.<br />\n<br />\nI am reaching out because our family is planning a small reunion on Saturday, April 4th, with relatives traveling in from out of state. We would love the opportunity to have Mr. Vazquez join us for a few hours, as this gathering includes a very special moment—he will be seeing his brother for the first time in over 30 years, and we are hoping to surprise them both.<br />\n<br />\nCould you please advise on the process for arranging a temporary outing for him? Specifically, we would appreciate guidance on any required permissions, coordination steps, and the appropriate return time to the facility.<br />\n<br />\nI apologize for the short notice and truly appreciate any assistance you can provide in helping us make this meaningful visit possible.<br />\n<br />\nPlease feel free to contact me at 856-353-0513 or via email at myrasalcedo30@gmail.com<br />\n.<br />\n<br />\nThank you very much for your time and consideration.<br />\n<br />\nSincerely,<br />\nMyra Salcedo\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:01','2026-03-30 13:50:01','f36cd612-2ce8-4f06-a30e-5d86f41013e6'),
(54103,'Contact Form Submission',3190,51791,1,'Contact Form Submission from Christina Apicelli','info@completecarebrick.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarebrick.com/contact\n\nNAME: Christina Apicelli\n\nEMAIL: tjbk1234@aol.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nMESSAGE: \nHi. I would like to reach out to Paige about my dad and his most\nrecent evaluation. Please have her contact me at the following number\n732-539-5618. I don\'t know her schedule or if she\'s available\nweekends. Please let me know at your earliest convenience.\n','<p><strong>Contact form submitted at:</strong> https://completecarebrick.com/contact</p><p></p><p><strong>Name:</strong> Christina Apicelli </p><p><strong>Email:</strong> tjbk1234@aol.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi. I would like to reach out to Paige about my dad and his most recent evaluation. Please have her contact me at the following number 732-539-5618. I don\'t know her schedule or if she\'s available weekends. Please let me know at your earliest convenience. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:01','2026-03-30 13:50:01','0aecebd8-9ce7-4b9d-ad3e-145810aade74'),
(54104,'Contact Form Submission',3190,51827,1,'Contact Form Submission from KYRA S SINKOWSKY','info@ccregent.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccregent.com/contact\n\nNAME: KYRA S SINKOWSKY\n\nEMAIL: sinkowks@uhnj.org\n\nCOMPANY: University Hospital\n\nTYPE OF INQUIRY: Media Inquiry\n\nFACILITY: \n\n 	* Regent [https://mycompletecare.com/ccregent] \n\nMESSAGE: \niF I DO NOT RECEIVE AN EXPLANATION I WILL POST THIS IN THE BERGEN\nRECORD\n','<p><strong>Contact form submitted at:</strong> https://ccregent.com/contact</p><p></p><p><strong>Name:</strong> KYRA S SINKOWSKY</p><p><strong>Email:</strong> sinkowks@uhnj.org</p><p><strong>Company:</strong> University Hospital</p><p><strong>Type of Inquiry:</strong> Media Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccregent\">Regent</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            iF I DO NOT RECEIVE AN EXPLANATION I WILL POST THIS IN THE BERGEN RECORD\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:01','2026-03-30 13:50:01','38a596c6-d48b-4897-bab6-5aef37f86d3e'),
(54105,'Volunteer Form Submission',3189,51854,3,'Volunteer Form Submission from Marcela de Moura miranda','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Marcela de Moura miranda\n\nEMAIL: marcelamiranda@gmail.com\n\nPHONE: 9950527775\n\nFACILITY:\n\n 	* Brackenville [https://mycompletecare.com/ccbrackenville] \n\nMESSAGE:\nOlá eu sou a Marcela queira saber como funciona ai\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Marcela de Moura miranda</p><p><strong>Email:</strong> marcelamiranda@gmail.com</p><p><strong>Phone:</strong> 9950527775</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrackenville\">Brackenville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Olá eu sou a Marcela queira saber como funciona ai\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:01','2026-03-30 13:50:01','fafbc096-6504-4c62-bbde-3af0539d31b1'),
(54106,'Contact Form Submission',3190,51859,1,'Contact Form Submission from Sean Peters','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Sean Peters\n\nEMAIL: sean.peters@we-carestaffing.com\n\nCOMPANY: WECARESTAFFINGMD LLC\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Barn Hill [https://mycompletecare.com/completecarebarnhill] \n\nMESSAGE: \nHi Team,\n\nThis is Sean from the Business Team at We Care Staffing, a trusted\nhealthcare staffing provider. We specialize in supplying qualified\nnursing and allied healthcare professionals for travel and local\ncontract assignments, as well as permanent placements. We support\nesteemed MSPs, hospitals, behavioural health facilities,\nrehabilitation centres, clinics, SNFs, LTACs, acute care facilities,\ncorrectional facilities, and many other healthcare systems nationwide.\n\nWe specialize in a range of staffing needs, including:\n\nRegistered Nurses (RNs)\nLicensed Practical Nurses (LPNs)\nCNAs \nCMAs\nAllied Healthcare Professionals \nNurse Practitioners (NPs) \nPhysicians \n\nWe maintain a large candidate database that is systematically stored\nand regularly updated in our ATS system, including resumes, licenses,\nand required credentials. This allows our team to efficiently match\nand submit the most suitable candidates for your positions.\n\nLet us know a convenient time for a meeting to discuss this potential\ncollaboration. We look forward to working together to meet your\nstaffing needs. \n\nThank you for considering We Care Staffing as a partner.\n\nWarm regards,\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Sean Peters</p><p><strong>Email:</strong> sean.peters@we-carestaffing.com</p><p><strong>Company:</strong> WECARESTAFFINGMD LLC</p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebarnhill\">Barn Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Team,<br />\n <br />\n<br />\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.<br />\n<br />\n <br />\n<br />\nWe specialize in a range of staffing needs, including:<br />\n<br />\n <br />\n<br />\nRegistered Nurses (RNs)<br />\nLicensed Practical Nurses (LPNs)<br />\nCNAs <br />\nCMAs<br />\nAllied Healthcare Professionals <br />\nNurse Practitioners (NPs) <br />\nPhysicians <br />\n <br />\n<br />\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.<br />\n<br />\n <br />\n<br />\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. <br />\n<br />\n <br />\n<br />\nThank you for considering We Care Staffing as a partner.<br />\n<br />\n <br />\n<br />\nWarm regards,\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:02','2026-03-30 13:50:02','e81a2b4a-3a51-486e-b14f-fbcc6819041f'),
(54107,'Contact Form Submission',3190,51861,1,'Contact Form Submission from Sean Peters','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Sean Peters\n\nEMAIL: sean.peters@we-carestaffing.com\n\nCOMPANY: WECARESTAFFINGMD LLC\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Whispering Woods [https://mycompletecare.com/ccwhisperingwoods] \n\nMESSAGE: \nHi Team,\n \nThis is Sean from the Business Team at We Care Staffing, a trusted\nhealthcare staffing provider. We specialize in supplying qualified\nnursing and allied healthcare professionals for travel and local\ncontract assignments, as well as permanent placements. We support\nesteemed MSPs, hospitals, behavioural health facilities,\nrehabilitation centres, clinics, SNFs, LTACs, acute care facilities,\ncorrectional facilities, and many other healthcare systems nationwide.\n \nWe specialize in a range of staffing needs, including:\n \nRegistered Nurses (RNs)\nLicensed Practical Nurses (LPNs)\nCNAs \nCMAs\nAllied Healthcare Professionals \nNurse Practitioners (NPs) \nPhysicians \n \nWe maintain a large candidate database that is systematically stored\nand regularly updated in our ATS system, including resumes, licenses,\nand required credentials. This allows our team to efficiently match\nand submit the most suitable candidates for your positions.\n \nLet us know a convenient time for a meeting to discuss this potential\ncollaboration. We look forward to working together to meet\nyour staffing needs. \n \nThank you for considering We Care Staffing as a partner.\n \nWarm regards,\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Sean Peters</p><p><strong>Email:</strong> sean.peters@we-carestaffing.com</p><p><strong>Company:</strong> WECARESTAFFINGMD LLC</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwhisperingwoods\">Whispering Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Team,<br />\n <br />\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.<br />\n <br />\nWe specialize in a range of staffing needs, including:<br />\n <br />\nRegistered Nurses (RNs)<br />\nLicensed Practical Nurses (LPNs)<br />\nCNAs <br />\nCMAs<br />\nAllied Healthcare Professionals <br />\nNurse Practitioners (NPs) <br />\nPhysicians <br />\n <br />\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.<br />\n <br />\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. <br />\n <br />\nThank you for considering We Care Staffing as a partner.<br />\n <br />\nWarm regards,\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:02','2026-03-30 13:50:02','addc75dc-bfce-41cd-b8a8-81bd194d0a9b'),
(54108,'Contact Form Submission',3190,51862,1,'Contact Form Submission from Sean Peters','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Sean Peters\n\nEMAIL: sean.peters@we-carestaffing.com\n\nCOMPANY: WECARESTAFFINGMD LLC\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Brick [https://mycompletecare.com/completecarebrick] \n\nMESSAGE: \nHi Team,\n\nThis is Sean from the Business Team at We Care Staffing, a trusted\nhealthcare staffing provider. We specialize in supplying qualified\nnursing and allied healthcare professionals for travel and local\ncontract assignments, as well as permanent placements. We support\nesteemed MSPs, hospitals, behavioural health facilities,\nrehabilitation centres, clinics, SNFs, LTACs, acute care facilities,\ncorrectional facilities, and many other healthcare systems nationwide.\n\nWe specialize in a range of staffing needs, including:\n\nRegistered Nurses (RNs)\nLicensed Practical Nurses (LPNs)\nCNAs \nCMAs\nAllied Healthcare Professionals \nNurse Practitioners (NPs) \nPhysicians \n\nWe maintain a large candidate database that is systematically stored\nand regularly updated in our ATS system, including resumes, licenses,\nand required credentials. This allows our team to efficiently match\nand submit the most suitable candidates for your positions.\n\nLet us know a convenient time for a meeting to discuss this potential\ncollaboration. We look forward to working together to meet your\nstaffing needs. \n\nThank you for considering We Care Staffing as a partner.\n\nWarm regards,\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Sean Peters</p><p><strong>Email:</strong> sean.peters@we-carestaffing.com</p><p><strong>Company:</strong> WECARESTAFFINGMD LLC</p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarebrick\">Brick</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Team,<br />\n <br />\n<br />\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.<br />\n<br />\n <br />\n<br />\nWe specialize in a range of staffing needs, including:<br />\n<br />\n <br />\n<br />\nRegistered Nurses (RNs)<br />\nLicensed Practical Nurses (LPNs)<br />\nCNAs <br />\nCMAs<br />\nAllied Healthcare Professionals <br />\nNurse Practitioners (NPs) <br />\nPhysicians <br />\n <br />\n<br />\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.<br />\n<br />\n <br />\n<br />\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. <br />\n<br />\n <br />\n<br />\nThank you for considering We Care Staffing as a partner.<br />\n<br />\n <br />\n<br />\nWarm regards,\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:02','2026-03-30 13:50:02','18939c8e-09f6-4434-96e1-9ef64d28a811'),
(54109,'Contact Form Submission',3190,51864,1,'Contact Form Submission from Tony Lewis','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Tony Lewis\n\nEMAIL: taventovending@gmail.com\n\nCOMPANY: TavenTo Vending LLC\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nMESSAGE: \nHi,\nI’m Tony Lewis, co-owner of a local veteran-owned smart vending\nbusiness. We place fully stocked, customizable snack and beverage\nmachines right in your workplace at no cost to you.\nWe handle everything, and tailor the products to your team’s\npreferences. It’s an easy way to boost morale and add convenience\nwithout any extra work on your end.\nOpen to a quick call or a brief visit to see if this could fit your\nspace?\nPlease visit taventovending.com or give us a call - 640.291.0078 or\n640.291.0102\nBest regards,\nTony and Tanya Lewis\nOwners, TavenTo Vending\nU.S. Army, Retired\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Tony Lewis</p><p><strong>Email:</strong> taventovending@gmail.com</p><p><strong>Company:</strong> TavenTo Vending LLC</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />             Hi,<br />\nI’m Tony Lewis, co-owner of a local veteran-owned smart vending business. We place fully stocked, customizable snack and beverage machines right in your workplace at no cost to you.<br />\nWe handle everything, and tailor the products to your team’s preferences. It’s an easy way to boost morale and add convenience without any extra work on your end.<br />\nOpen to a quick call or a brief visit to see if this could fit your space?<br />\nPlease visit taventovending.com or give us a call - 640.291.0078 or 640.291.0102<br />\nBest regards,<br />\nTony and Tanya Lewis<br />\nOwners, TavenTo Vending<br />\nU.S. Army, Retired<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:02','2026-03-30 13:50:02','5068c460-d3e9-4069-9dea-67d3c14a1f62'),
(54110,'Contact Form Submission',3190,51867,1,'Contact Form Submission from Lori Crestani','info@ccbrackenville.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccbrackenville.com/contact\n\nNAME: Lori Crestani\n\nEMAIL: loricrestani@aol.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Brackenville [https://mycompletecare.com/ccbrackenville] \n\nMESSAGE: \nHello I would like to visit your facility. I am particularly\ninterested in discussing long term care options for a parent. \n\nKind Regards,\nLori Crestani\n','<p><strong>Contact form submitted at:</strong> https://ccbrackenville.com/contact</p><p></p><p><strong>Name:</strong> Lori Crestani</p><p><strong>Email:</strong> loricrestani@aol.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbrackenville\">Brackenville</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello I would like to visit your facility. I am particularly interested in discussing long term care options for a parent. <br />\n<br />\nKind Regards,<br />\nLori Crestani \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:03','2026-03-30 13:50:03','0cf1d9e5-91b6-457c-b581-df273b3882ae'),
(54111,'Careers Form Submission',3191,51869,2,'Careers Form Submission from Linda Iris LaBoy','careers@ccorangepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccorangepark.com/careers\n\nNAME: Linda Iris LaBoy\n\nEMAIL: lindairis.laboy@gmail.com\n\nPHONE: +19085878342\n\nFACILITY: \n\n 	* Orange Park [https://mycompletecare.com/ccorangepark] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Team at Complete Care,\nMy name is Linda Iris LaBoy, and I am writing to express my strong\ninterest in the CNA position at your Orange Park facility. With my\ncertification and a genuine passion for providing high-quality,\ncompassionate bedside care, I am confident in my ability to support\nyour residents and nursing team effectively.\nI pride myself on my reliability, attention to detail, and my ability\nto maintain a patient-centered approach even in fast-paced\nenvironments. I am eager to bring my skills to the Complete Care team\nand help maintain the high standard of care your facility is known\nfor.\nThank you for your time and consideration.\nSincerely,\nLinda Iris LaBoy\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccorangepark.com/careers</p><p></p><p><strong>Name:</strong> Linda Iris LaBoy </p><p><strong>Email:</strong> lindairis.laboy@gmail.com</p><p><strong>Phone:</strong> +19085878342</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccorangepark\">Orange Park</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Team at Complete Care,<br />\nMy name is Linda Iris LaBoy, and I am writing to express my strong interest in the CNA position at your Orange Park facility. With my certification and a genuine passion for providing high-quality, compassionate bedside care, I am confident in my ability to support your residents and nursing team effectively.<br />\nI pride myself on my reliability, attention to detail, and my ability to maintain a patient-centered approach even in fast-paced environments. I am eager to bring my skills to the Complete Care team and help maintain the high standard of care your facility is known for.<br />\nThank you for your time and consideration.<br />\nSincerely,<br />\nLinda Iris LaBoy\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:03','2026-03-30 13:50:03','97601ae3-fb47-481e-8e1d-8147cc72b617'),
(54112,'Volunteer Form Submission',3189,51871,3,'Volunteer Form Submission from Sloane Kathleen Rudometkin','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Sloane Kathleen Rudometkin\n\nEMAIL: sloanerudometkin@gmail.com\n\nPHONE: 13029837471\n\nFACILITY:\n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nMESSAGE:\nI am a 22 year old woman who just graduated college. I am burned out\nfrom having to navigate my education, finances, and career, and I want\nto find more meaningful ways to spend my time. I am looking to\nvolunteer at Complete Care Hillside to help the residents and staff.\nWhether it\'s doing dishes or having a conversation, I want to make\nconnections, build relationships, and see people smile. I am also\nwilling to volunteer more than just 1 hour a month: I can give 5-10\nhours a month or more if needed.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Sloane Kathleen Rudometkin</p><p><strong>Email:</strong> sloanerudometkin@gmail.com</p><p><strong>Phone:</strong> 13029837471</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I am a 22 year old woman who just graduated college. I am burned out from having to navigate my education, finances, and career, and I want to find more meaningful ways to spend my time. I am looking to volunteer at Complete Care Hillside to help the residents and staff. Whether it\'s doing dishes or having a conversation, I want to make connections, build relationships, and see people smile. I am also willing to volunteer more than just 1 hour a month: I can give 5-10 hours a month or more if needed.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:03','2026-03-30 13:50:03','186ecc09-f8fa-4c45-8cf3-73a171f231b9'),
(54113,'Contact Form Submission',3190,51895,1,'Contact Form Submission from Sean Peters','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Sean Peters\n\nEMAIL: sean.peters@we-carestaffing.com\n\nCOMPANY: WECARESTAFFINGMD LLC\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nMESSAGE: \nHi Team,\n\nThis is Sean from the Business Team at We Care Staffing, a trusted\nhealthcare staffing provider. We specialize in supplying qualified\nnursing and allied healthcare professionals for travel and local\ncontract assignments, as well as permanent placements. We support\nesteemed MSPs, hospitals, behavioural health facilities,\nrehabilitation centres, clinics, SNFs, LTACs, acute care facilities,\ncorrectional facilities, and many other healthcare systems nationwide.\n\nWe specialize in a range of staffing needs, including:\n\nRegistered Nurses (RNs)\nLicensed Practical Nurses (LPNs)\nCNAs \nCMAs\nAllied Healthcare Professionals \nNurse Practitioners (NPs) \nPhysicians \n\nWe maintain a large candidate database that is systematically stored\nand regularly updated in our ATS system, including resumes, licenses,\nand required credentials. This allows our team to efficiently match\nand submit the most suitable candidates for your positions.\n\nLet us know a convenient time for a meeting to discuss this potential\ncollaboration. We look forward to working together to meet your\nstaffing needs. \n\nThank you for considering We Care Staffing as a partner.\n\nWarm regards,\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Sean Peters</p><p><strong>Email:</strong> sean.peters@we-carestaffing.com</p><p><strong>Company:</strong> WECARESTAFFINGMD LLC</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Team,<br />\n <br />\n<br />\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.<br />\n<br />\n <br />\n<br />\nWe specialize in a range of staffing needs, including:<br />\n<br />\n <br />\n<br />\nRegistered Nurses (RNs)<br />\nLicensed Practical Nurses (LPNs)<br />\nCNAs <br />\nCMAs<br />\nAllied Healthcare Professionals <br />\nNurse Practitioners (NPs) <br />\nPhysicians <br />\n <br />\n<br />\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.<br />\n<br />\n <br />\n<br />\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. <br />\n<br />\n <br />\n<br />\nThank you for considering We Care Staffing as a partner.<br />\n<br />\n <br />\n<br />\nWarm regards,\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:03','2026-03-30 13:50:03','fcc5f37b-a30c-42fa-9880-9a2631770005'),
(54114,'Contact Form Submission',3190,51906,1,'Contact Form Submission from JETER BENTLEY','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: JETER BENTLEY\n\nEMAIL: JETEREARL@GMAIL.COM\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Shrewsbury [https://mycompletecare.com/ccshrewsbury] \n\nMESSAGE: \nThis is just a follow up to a message given to the receptionist\nregarding a client, Al Snyder in room 208, and a request for bed\nrailings because he has fallen out of bed twice now and has limited\nmobility. Thank you for addressing this matter before it becomes a\nmore serious issue.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> JETER BENTLEY</p><p><strong>Email:</strong> JETEREARL@GMAIL.COM</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccshrewsbury\">Shrewsbury</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            This is just a follow up to a message given to the receptionist regarding a client, Al Snyder in room 208, and a request for bed railings because he has fallen out of bed twice now and has limited mobility. Thank you for addressing this matter before it becomes a more serious issue.   \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:04','2026-03-30 13:50:04','924ec989-f91a-461f-98e5-ce4753651439'),
(54115,'Contact Form Submission',3190,51907,1,'Contact Form Submission from Sean Peters','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Sean Peters\n\nEMAIL: sean.peters@we-carestaffing.com\n\nCOMPANY: WECARESTAFFINGMD LLC\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Bayshore [https://mycompletecare.com/ccbayshore] \n\nMESSAGE: \nHi Team,\n\nThis is Sean from the Business Team at We Care Staffing, a trusted\nhealthcare staffing provider. We specialize in supplying qualified\nnursing and allied healthcare professionals for travel and local\ncontract assignments, as well as permanent placements. We support\nesteemed MSPs, hospitals, behavioural health facilities,\nrehabilitation centres, clinics, SNFs, LTACs, acute care facilities,\ncorrectional facilities, and many other healthcare systems nationwide.\n\nWe specialize in a range of staffing needs, including:\n\nRegistered Nurses (RNs)\nLicensed Practical Nurses (LPNs)\nCNAs \nCMAs\nAllied Healthcare Professionals \nNurse Practitioners (NPs) \nPhysicians \n\nWe maintain a large candidate database that is systematically stored\nand regularly updated in our ATS system, including resumes, licenses,\nand required credentials. This allows our team to efficiently match\nand submit the most suitable candidates for your positions.\n\nLet us know a convenient time for a meeting to discuss this potential\ncollaboration. We look forward to working together to meet your\nstaffing needs. \n\nThank you for considering We Care Staffing as a partner.\n\nWarm regards,\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Sean Peters</p><p><strong>Email:</strong> sean.peters@we-carestaffing.com</p><p><strong>Company:</strong> WECARESTAFFINGMD LLC</p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbayshore\">Bayshore</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hi Team,<br />\n <br />\n<br />\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.<br />\n<br />\n <br />\n<br />\nWe specialize in a range of staffing needs, including:<br />\n<br />\n <br />\n<br />\nRegistered Nurses (RNs)<br />\nLicensed Practical Nurses (LPNs)<br />\nCNAs <br />\nCMAs<br />\nAllied Healthcare Professionals <br />\nNurse Practitioners (NPs) <br />\nPhysicians <br />\n <br />\n<br />\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.<br />\n<br />\n <br />\n<br />\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. <br />\n<br />\n <br />\n<br />\nThank you for considering We Care Staffing as a partner.<br />\n<br />\n <br />\n<br />\nWarm regards,\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:04','2026-03-30 13:50:04','42b0bfa1-6810-4f42-8d5b-d3ce01d400d1'),
(54116,'Contact Form Submission',3190,51964,1,'Contact Form Submission from Mary Radner','info@completecarekhn.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarekhn.com/contact\n\nNAME: Mary Radner\n\nEMAIL: legaleagles@comcast.net\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Kimberly Hall North [https://mycompletecare.com/completecarekhn] \n\nMESSAGE: \nDear Admissions Coordinator,\nMy name is Mary Radner and I am writing regarding Cecilia Torres, my\nmother, an 86-year-old Medicare and Medicaid recipient who has resided\nat Autumn Lake Healthcare at West Hartford in Connecticut for the past\nfive years.\nMs. Torres has multiple chronic health conditions, including\ncongestive heart failure, severe osteoporosis with compression\nfractures at T11, T12, and L1, asthma, anxiety, depression, and high\nblood pressure. She currently receives Social Security benefits. Due\nto advancing age and a recent fall, she has experienced a significant\ndecline in independence and requires continued skilled nursing care.\nI am seeking to transfer her to a facility closer to my home in\nLongmeadow, Massachusetts, to be able to support her more easily. I\nwould greatly appreciate the opportunity to discuss potential\nadmission and the transfer process to your facility.\nPlease contact me at your earliest convenience at 413-626-0642 or\nlegaleagles@comcast.net\nThank you for your time and consideration.\n','<p><strong>Contact form submitted at:</strong> https://completecarekhn.com/contact</p><p></p><p><strong>Name:</strong> Mary Radner</p><p><strong>Email:</strong> legaleagles@comcast.net</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarekhn\">Kimberly Hall North</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Dear Admissions Coordinator,<br />\nMy name is Mary Radner and I am writing regarding Cecilia Torres, my mother, an 86-year-old Medicare and Medicaid recipient who has resided at Autumn Lake Healthcare at West Hartford in Connecticut for the past five years.<br />\nMs. Torres has multiple chronic health conditions, including congestive heart failure, severe osteoporosis with compression fractures at T11, T12, and L1, asthma, anxiety, depression, and high blood pressure. She currently receives Social Security benefits. Due to advancing age and a recent fall, she has experienced a significant decline in independence and requires continued skilled nursing care.<br />\nI am seeking to transfer her to a facility closer to my home in Longmeadow, Massachusetts, to be able to support her more easily. I would greatly appreciate the opportunity to discuss potential admission and the transfer process to your facility.<br />\nPlease contact me at your earliest convenience at 413-626-0642 or legaleagles@comcast.net<br />\nThank you for your time and consideration.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:04','2026-03-30 13:50:04','9c62259e-5680-46ac-a489-b9fb6274ebbf'),
(54117,'Careers Form Submission',3191,52077,2,'Careers Form Submission from Tiffany Wolfe','careers@ccdawnview.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccdawnview.com/careers\n\nNAME: Tiffany Wolfe\n\nEMAIL: tiffwolfe3688@gmail.com\n\nPHONE: 3047905606\n\nFACILITY: \n\n 	* Dawnview [https://mycompletecare.com/ccdawnview] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nInterested in CNA class\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccdawnview.com/careers</p><p></p><p><strong>Name:</strong> Tiffany Wolfe</p><p><strong>Email:</strong> tiffwolfe3688@gmail.com</p><p><strong>Phone:</strong> 3047905606</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccdawnview\">Dawnview</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Interested in CNA class\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:04','2026-03-30 13:50:04','1e0d5e00-0416-4feb-9be3-5a93216f40bd'),
(54118,'Contact Form Submission',3190,52100,1,'Contact Form Submission from Jennifer Armer','info@completecareberkshire.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareberkshire.com/contact\n\nNAME: Jennifer Armer\n\nEMAIL: armer466@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Berkshire [https://mycompletecare.com/completecareberkshire] \n\nMESSAGE: \nHello, My name is Jennifer Armer I applied for the Housekeeping\nPosition today March 27. I wanted to know who I can contact in regards\nof an update on my application\n','<p><strong>Contact form submitted at:</strong> https://completecareberkshire.com/contact</p><p></p><p><strong>Name:</strong> Jennifer Armer</p><p><strong>Email:</strong> armer466@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareberkshire\">Berkshire</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, My name is Jennifer Armer I applied for the Housekeeping Position today March 27. I wanted to know who I can contact in regards of an update on my application \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:05','2026-03-30 13:50:05','86aebbd6-9741-483a-b6e2-26e9ca170184'),
(54119,'Contact Form Submission',3190,52140,1,'Contact Form Submission from Jeffrey Ephraim','info@completecareclark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareclark.com/contact\n\nNAME: Jeffrey Ephraim\n\nEMAIL: jephraim@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Clark [https://mycompletecare.com/completecareclark] \n\nMESSAGE: \nDo you accept Wellcare? My uncle, a vietnam veteran had a stroke and\nrequires speech therapy. We\'d like acute care to help him ASAP. Thank\nyou (908) 419-7878\n','<p><strong>Contact form submitted at:</strong> https://completecareclark.com/contact</p><p></p><p><strong>Name:</strong> Jeffrey Ephraim</p><p><strong>Email:</strong> jephraim@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareclark\">Clark</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Do you accept Wellcare?  My uncle, a vietnam veteran had a stroke and requires speech therapy. We\'d like acute care to help him ASAP.   Thank you (908) 419-7878\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:05','2026-03-30 13:50:05','b2a25ac1-ad62-4187-bc64-908d51b63f8a'),
(54120,'Careers Form Submission',3191,52485,2,'Careers Form Submission from Tisha Nicole Lumague','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Tisha Nicole Lumague\n\nEMAIL: tishalumague@gmail.com\n\nPHONE: 9084170477\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Social Services \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nDear Hiring Manager,\n\nI am writing to express my interest in an accounting position within\nyour organization. With a strong background in financial reporting,\ntax compliance, and operational accounting, I bring a proven ability\nto deliver accurate financial insights and improve business processes.\n\nIn my recent role as a Senior Associate in Tax and Accounting at EDT\n&amp; Co CPAs, I prepared and analyzed monthly and annual financial\nstatements in compliance with GAAP and IFRS, ensuring accuracy and\ntimeliness. I also streamlined accounts payable and receivable\nprocesses, which enhanced cash flow management and reduced delays. My\nexperience includes leading month-end closing, performing general\nledger reconciliations, and supporting both internal and external\naudits through well-prepared documentation.\n\nPreviously, as a Cost Accountant and Operations Admin at Atkins Import\nand Export Resources Inc., I focused on cost analysis, budgeting, and\noperational efficiency. I developed cost reports, conducted variance\nanalyses, and implemented cost-saving measures that improved\nprofitability.\n\nAdditionally, I supported cross-functional teams by ensuring\ncompliance and maintaining accurate financial and operational records.\n\nIn addition to my accounting experience, I have recently taken on a\nreceptionist role in a nursing home, where I manage front desk\noperations, assist residents and visitors, handle administrative\ntasks, and ensure smooth daily coordination. This role has\nstrengthened my communication\nskills, attention to detail, and the ability to provide excellent\nservice in a fast-paced environment.\n\nI am highly proficient in Microsoft Excel and experienced with ERP\nsystems such as SAP, Oracle, and QuickBooks. Beyond technical skills,\nI am known for my analytical thinking, attention to detail, and\nability to manage multiple priorities effectively. I also take pride\nin mentoring team members and contributing to a collaborative work\nenvironment.\n\nI am excited about the opportunity to bring my expertise and\ndedication to your team. I would welcome the chance to discuss how my\nbackground aligns with your organization’s needs.\n\nThank you for your time and consideration.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Tisha Nicole Lumague</p><p><strong>Email:</strong> tishalumague@gmail.com</p><p><strong>Phone:</strong> 9084170477</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Dear Hiring Manager,<br />\n<br />\nI am writing to express my interest in an accounting position within your organization. With a strong background in financial reporting, tax compliance, and operational accounting, I bring a proven ability to deliver accurate financial insights and improve business processes.<br />\n<br />\nIn my recent role as a Senior Associate in Tax and Accounting at EDT &amp;amp; Co CPAs, I prepared and analyzed monthly and annual financial statements in compliance with GAAP and IFRS, ensuring accuracy and timeliness. I also streamlined accounts payable and receivable processes, which enhanced cash flow management and reduced delays. My experience includes leading month-end closing, performing general ledger reconciliations, and supporting both internal and external audits through well-prepared documentation.<br />\n<br />\nPreviously, as a Cost Accountant and Operations Admin at Atkins Import and Export Resources Inc., I focused on cost analysis, budgeting, and operational efficiency. I developed cost reports, conducted variance analyses, and implemented cost-saving measures that improved profitability.<br />\n<br />\nAdditionally, I supported cross-functional teams by ensuring compliance and maintaining accurate financial and operational records.<br />\n<br />\nIn addition to my accounting experience, I have recently taken on a receptionist role in a nursing home, where I manage front desk operations, assist residents and visitors, handle administrative tasks, and ensure smooth daily coordination. This role has strengthened my communication<br />\nskills, attention to detail, and the ability to provide excellent service in a fast-paced environment.<br />\n<br />\nI am highly proficient in Microsoft Excel and experienced with ERP systems such as SAP, Oracle, and QuickBooks. Beyond technical skills, I am known for my analytical thinking, attention to detail, and ability to manage multiple priorities effectively. I also take pride in mentoring team members and contributing to a collaborative work environment.<br />\n<br />\nI am excited about the opportunity to bring my expertise and dedication to your team. I would welcome the chance to discuss how my background aligns with your organization’s needs.<br />\n<br />\nThank you for your time and consideration.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:05','2026-03-30 13:50:05','3f652dd0-2170-4577-9c8b-75a92f410953'),
(54121,'Contact Form Submission',3190,52779,1,'Contact Form Submission from Shawn Roberts','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Shawn Roberts\n\nEMAIL: ShawnR1994@yahoo.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Burlington Woods [https://mycompletecare.com/ccburlingtonwoods] \n\nMESSAGE: \nNeeds assistance\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Shawn Roberts</p><p><strong>Email:</strong> ShawnR1994@yahoo.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccburlingtonwoods\">Burlington Woods</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Needs assistance \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:06','2026-03-30 13:50:06','bc251eac-6e00-4b95-9d83-8d3696912b1b'),
(54122,'Careers Form Submission',3191,52787,2,'Careers Form Submission from Brian Figuereo','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Brian Figuereo\n\nEMAIL: brianfiguereo2001@gmail.com\n\nPHONE: 2016874949\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* HR / Staffing \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nHey I sending my resume in case any position be open I will appreciate\nif you guys let me know thank you.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Brian Figuereo</p><p><strong>Email:</strong> brianfiguereo2001@gmail.com</p><p><strong>Phone:</strong> 2016874949</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hey I sending my resume in case any position be open I will appreciate if you guys let me know thank you.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:06','2026-03-30 13:50:06','3fd7d089-2dcd-4d77-b9c5-5b2ead934079'),
(54123,'Contact Form Submission',3190,52791,1,'Contact Form Submission from Amra butt','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Amra butt\n\nEMAIL: amrabutt01@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Roosevelt Edison\n[https://mycompletecare.com/rooseveltcarecenter-edison] \n\nMESSAGE: \nGood evening,\n\nI would like find out if your facility has free CNA program that train\nyour on the job?. Are there religious exemption for covid-19 shot?. \n\nWhat are the timing and commitment required for this program?\n\nThank you for your time.\n\nSincerely,\nAmra\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Amra butt</p><p><strong>Email:</strong> amrabutt01@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/rooseveltcarecenter-edison\">Roosevelt Edison</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good evening,<br />\n<br />\nI would like find out if your facility has free CNA program that train your on the job?. Are there religious exemption for covid-19 shot?. <br />\n<br />\nWhat are the timing and commitment required for this program?<br />\n<br />\nThank you for your time.<br />\n<br />\nSincerely,<br />\nAmra\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:06','2026-03-30 13:50:06','cc38cb06-9cc3-4b5b-b2d2-1c92fc208cda'),
(54124,'Careers Form Submission',3191,52797,2,'Careers Form Submission from Sarah M CAREY','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Sarah M CAREY\n\nEMAIL: damiensmama2010@gmail.com\n\nPHONE: 13023933664\n\nFACILITY: \n\n 	* Silver Lake [https://mycompletecare.com/ccsilverlake] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nCNA with 18 years experience\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Sarah M CAREY</p><p><strong>Email:</strong> damiensmama2010@gmail.com</p><p><strong>Phone:</strong> 13023933664</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsilverlake\">Silver Lake</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            CNA with 18 years experience \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:06','2026-03-30 13:50:06','914afd30-3af3-42d9-81db-3182bce6af3a'),
(54125,'Careers Form Submission',3191,52806,2,'Careers Form Submission from Destiny Smith','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Destiny Smith\n\nEMAIL: desichanelle8701@gmail.com\n\nPHONE: 9738732464\n\nFACILITY: \n\n 	* Fair Lawn Edge [https://mycompletecare.com/ccfairlawnedge] \n\nPOSITIONS OF INTEREST:\n\n 	* Nursing \n\nMESSAGE/ COVER LETTER:\n\nCertified Nurses assistant\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Destiny Smith</p><p><strong>Email:</strong> desichanelle8701@gmail.com</p><p><strong>Phone:</strong> 9738732464</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfairlawnedge\">Fair Lawn Edge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Certified Nurses assistant \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:07','2026-03-30 13:50:07','278c53de-5f35-48dc-8ac5-f7337d0f8031'),
(54126,'Careers Form Submission',3191,52811,2,'Careers Form Submission from Jahnea Lindsey','careers@cckressonview.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cckressonview.com/careers\n\nNAME: Jahnea Lindsey\n\nEMAIL: luvj4h9109@gmail.com\n\nPHONE: 6093317361\n\nFACILITY: \n\n 	* Kresson View [https://mycompletecare.com/cckressonview] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nMarch 28, 2026\nJahnea Lindsey, Full Time Culinary Arts and Hospitality High School\nStudent\n2601 E Evesham Rd, Voorhees Township, NJ 08043\ninfo@cckressonview.com\n\nDear Rita DeGore,\n\nI am looking to get into the workforce. Although I have no\nprofessional experience, I have experience in food preparation and\nservice through my school and additional volunteer work. These\nexperiences have taught me skills such as good teamwork, time\nmanagement, adaptability, sanitation, and food safety. All very\nimportant for a good Back of House employee.\n\nThroughout the two years I\'ve been in my current high school, I have\nparticipated in school events where I would serve food to students,\nstaff, and or visitors depending on the event. Other events I have\nboth cooked or baked for. In class we get hands-on cooking and baking\nexperience, almost daily. We are set to take our ServeSafe Management\ncertification this June, and OSHA 10 next year. Recently I volunteered\nto work Back of House for our Homecoming dance. Outside of school I\'ve\nvolunteered to serve food at a local PTA meeting.\n\nI am excited to prove that I\'m a strong fit for this role. I excel\nwith teamwork and sharing tasks, as in school we usually work in pairs\nor small groups. Time efficiency is a virtue I learned as we had 80\nminutes to cook a meal and clean up after, all before our next class.\nAlong with this hands-on culinary training, I have upcoming ServeSafe\nManagement certification. We learn proper sanitation procedures and\nfood safety protocols everyday to ensure the kitchen is clean, safe,\nand reliable.\n\nI am eager to bring my passion and strong work ethic to Complete Care.\nI would love an opportunity to assure you that my background will\ngreatly benefit your team. Thank you for considering my application.\n\nSincerely,\nJahnea Lindsey\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cckressonview.com/careers</p><p></p><p><strong>Name:</strong> Jahnea Lindsey</p><p><strong>Email:</strong> luvj4h9109@gmail.com</p><p><strong>Phone:</strong> 6093317361</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cckressonview\">Kresson View</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            March 28, 2026<br />\nJahnea Lindsey, Full Time Culinary Arts and Hospitality High School Student<br />\n2601 E Evesham Rd, Voorhees Township, NJ 08043<br />\ninfo@cckressonview.com<br />\n<br />\nDear Rita DeGore,<br />\n<br />\nI am looking to get into the workforce. Although I have no professional experience, I have experience in food preparation and service through my school and additional volunteer work. These experiences have taught me skills such as good teamwork, time management, adaptability, sanitation, and food safety. All very important for a good Back of House employee.<br />\n<br />\nThroughout the two years I\'ve been in my current high school, I have participated in school events where I would serve food to students, staff, and or visitors depending on the event. Other events I have both cooked or baked for. In class we get hands-on cooking and baking experience, almost daily. We are set to take our ServeSafe Management certification this June, and OSHA 10 next year. Recently I volunteered to work Back of House for our Homecoming dance. Outside of school I\'ve volunteered to serve food at a local PTA meeting.<br />\n<br />\nI am excited to prove that I\'m a strong fit for this role. I excel with teamwork and sharing tasks, as in school we usually work in pairs or small groups. Time efficiency is a virtue I learned as we had 80 minutes to cook a meal and clean up after, all before our next class. Along with this hands-on culinary training, I have upcoming ServeSafe Management certification. We learn proper sanitation procedures and food safety protocols everyday to ensure the kitchen is clean, safe, and reliable.<br />\n<br />\nI am eager to bring my passion and strong work ethic to Complete Care. I would love an opportunity to assure you that my background will greatly benefit your team. Thank you for considering my application.<br />\n<br />\n<br />\nSincerely,<br />\nJahnea Lindsey<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:07','2026-03-30 13:50:07','9e1d3460-1170-4262-afc1-6865828176ad'),
(54127,'Contact Form Submission',3190,52814,1,'Contact Form Submission from Tammy Shedal','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Tammy Shedal\n\nEMAIL: tammyshedal@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Manitowoc [https://mycompletecare.com/ccmanitowoc] \n\nMESSAGE: \nHello, my father is 92 and had Lewy Body Dementia. He is now at the\npoint he can no longer live by himself. Is there availability at this\nlocation for him to enter? Please contact me about availability.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Tammy Shedal</p><p><strong>Email:</strong> tammyshedal@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmanitowoc\">Manitowoc</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello, my father is 92 and had Lewy Body Dementia. He is now at the point he can no longer live by himself. Is there availability at this location for him to enter? Please contact me about availability. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:07','2026-03-30 13:50:07','8c470a32-2b2e-4d96-a0ed-0c4939a18cd0'),
(54128,'Contact Form Submission',3190,52826,1,'Contact Form Submission from Laura Gonzalez','info@ccbayshore.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccbayshore.com/contact\n\nNAME: Laura Gonzalez\n\nEMAIL: mybaby817@aol.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Bayshore [https://mycompletecare.com/ccbayshore] \n\nMESSAGE: \nSub acute care\n','<p><strong>Contact form submitted at:</strong> https://ccbayshore.com/contact</p><p></p><p><strong>Name:</strong> Laura Gonzalez</p><p><strong>Email:</strong> mybaby817@aol.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbayshore\">Bayshore</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Sub acute care\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:07','2026-03-30 13:50:07','b7067fbe-d9a2-4616-b546-86cb203d88f7'),
(54129,'Contact Form Submission',3190,52831,1,'Contact Form Submission from Shana Lee','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Shana Lee\n\nEMAIL: shanalee@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Harborage [https://mycompletecare.com/ccharborage] \n\nMESSAGE: \nLooking for pricing in the north Bergen, NJ location for my mother\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Shana Lee</p><p><strong>Email:</strong> shanalee@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharborage\">Harborage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking for pricing in the north Bergen, NJ location for my mother \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:08','2026-03-30 13:50:08','6b5e9240-3a70-4ff6-abc5-a9780a613efa'),
(54130,'Contact Form Submission',3190,52832,1,'Contact Form Submission from Shana Lee','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Shana Lee\n\nEMAIL: shanalee@gmail.com\n\nCOMPANY: -\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Harborage [https://mycompletecare.com/ccharborage] \n\nMESSAGE: \nLooking fur pricing at the North Bergen, NJ facility for my mom\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Shana Lee</p><p><strong>Email:</strong> shanalee@gmail.com</p><p><strong>Company:</strong> - </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharborage\">Harborage</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking fur pricing at the North Bergen, NJ facility for my mom \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:08','2026-03-30 13:50:08','a3ec6bef-c514-4203-8728-65bd1b87ef62'),
(54131,'Contact Form Submission',3190,52845,1,'Contact Form Submission from Amanda Schook','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Amanda Schook\n\nEMAIL: neighborsnestcares@gmail.com\n\nCOMPANY: NeighborsNest\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Fox Hill [https://mycompletecare.com/ccfoxhill] \n\nMESSAGE: \nHello,\n\nMy name is Amanda, and I’m the founder of NeighborsNest, a local\nservice based in Vernon focused on helping seniors feel more confident\nusing their phones and tablets for everyday tasks.\n\nI’m reaching out to see if I could connect with your activities\ndirector regarding small-group technology workshops for residents.\n\nThese are simple, hands-on sessions designed to help with things like:\n• Grocery and prescription delivery setup\n• Smartphone and tablet basics\n• Telehealth and patient portals\n• Everyday online tasks and safety\n\nThe workshops are relaxed, supportive, and designed to meet\nparticipants at their comfort level.\n\nIf this sounds like something your residents might benefit from, I’d\nbe happy to share a brief overview or coordinate a time to connect.\n\nThank you so much for your time—I truly appreciate it.\n\nAmanda\nNeighborsNest\n“A Safe Place to Land”\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Amanda Schook</p><p><strong>Email:</strong> neighborsnestcares@gmail.com</p><p><strong>Company:</strong> NeighborsNest </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccfoxhill\">Fox Hill</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello,<br />\n<br />\nMy name is Amanda, and I’m the founder of NeighborsNest, a local service based in Vernon focused on helping seniors feel more confident using their phones and tablets for everyday tasks.<br />\n<br />\nI’m reaching out to see if I could connect with your activities director regarding small-group technology workshops for residents.<br />\n<br />\nThese are simple, hands-on sessions designed to help with things like:<br />\n• Grocery and prescription delivery setup<br />\n• Smartphone and tablet basics<br />\n• Telehealth and patient portals<br />\n• Everyday online tasks and safety<br />\n<br />\nThe workshops are relaxed, supportive, and designed to meet participants at their comfort level.<br />\n<br />\nIf this sounds like something your residents might benefit from, I’d be happy to share a brief overview or coordinate a time to connect.<br />\n<br />\nThank you so much for your time—I truly appreciate it.<br />\n<br />\nAmanda<br />\nNeighborsNest<br />\n“A Safe Place to Land”\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:08','2026-03-30 13:50:08','1bf8ce9b-03ec-4a27-91a7-9c541e41419d'),
(54132,'Careers Form Submission',3191,52847,2,'Careers Form Submission from Steve Vosper','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers/\n\nNAME: Steve Vosper\n\nEMAIL: stevevosper@msn.com\n\nPHONE: 16098273010\n\nFACILITY: \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n 	* Admissions / Marketing \n\nMESSAGE/ COVER LETTER:\n\nSteve Vosper\n3700 New Jersey Avenue 503, Wildwood, NJ 08260 | (609) 827-3010 |\nSteveVosper@msn.com\n\nMarch 28, 2026\nHiring Manager\nPatient Financial Services\nCompleteCare Health Network \nDear Hiring Manager:\nI am writing to express my strong interest in the Patient Accounts\nRepresentative position at CompleteCare Health Network in the\nWildwood, NJ office. With over 12 years of experience in financial\noperations, billing, payment processing, and customer account\nmanagement, I am confident I can contribute immediately to your\nPatient Financial Services team.\nAs Office Manager at AA Heart of Wildwood Motels since 2012, I manage\nbilling, payments, refunds, and reconciliations for a multi-property\noperation. I process high-volume credit card and cash transactions\nwith exceptional accuracy, resolve customer billing questions, and\nmaintain detailed financial records. My implementation of automated\nsystems reduced costs by $10,000 annually while improving accuracy and\nefficiency.\nMy experience directly translates to healthcare patient accounts. At\nCongress Hall Hotel, I processed credit card settlements and financial\naudits for eight properties, demonstrating my ability to handle\ncomplex multi-location financial operations. As a Home Energy\nAssistance Coordinator, I processed financial assistance applications,\nverified eligibility requirements, and provided empathetic customer\nservice—skills essential for patient financial counseling. I excel\nat maintaining confidentiality, establishing compliant procedures, and\ntraining staff on financial protocols and systems.\nI am eager to bring my billing expertise, customer service excellence,\nand commitment to accuracy to CompleteCare Health Network. I would\nwelcome the opportunity to discuss how omy experience can benefit your\nteam. Thank you for your consideration.\nSincerely,\n\nStephen \'Steve\' Vosper\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers/</p><p></p><p><strong>Name:</strong> Steve Vosper</p><p><strong>Email:</strong> stevevosper@msn.com</p><p><strong>Phone:</strong> 16098273010</p><p><strong>Facility: </strong>\n</p><p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Steve Vosper<br />\n3700 New Jersey Avenue 503, Wildwood, NJ 08260 | (609) 827-3010 | SteveVosper@msn.com<br />\n<br />\nMarch 28, 2026<br />\nHiring Manager<br />\nPatient Financial Services<br />\nCompleteCare Health Network <br />\nDear Hiring Manager:<br />\nI am writing to express my strong interest in the Patient Accounts Representative position at CompleteCare Health Network in the Wildwood, NJ office. With over 12 years of experience in financial operations, billing, payment processing, and customer account management, I am confident I can contribute immediately to your Patient Financial Services team.<br />\nAs Office Manager at AA Heart of Wildwood Motels since 2012, I manage billing, payments, refunds, and reconciliations for a multi-property operation. I process high-volume credit card and cash transactions with exceptional accuracy, resolve customer billing questions, and maintain detailed financial records. My implementation of automated systems reduced costs by $10,000 annually while improving accuracy and efficiency.<br />\nMy experience directly translates to healthcare patient accounts. At Congress Hall Hotel, I processed credit card settlements and financial audits for eight properties, demonstrating my ability to handle complex multi-location financial operations. As a Home Energy Assistance Coordinator, I processed financial assistance applications, verified eligibility requirements, and provided empathetic customer service—skills essential for patient financial counseling. I excel at maintaining confidentiality, establishing compliant procedures, and training staff on financial protocols and systems.<br />\nI am eager to bring my billing expertise, customer service excellence, and commitment to accuracy to CompleteCare Health Network. I would welcome the opportunity to discuss how omy experience can benefit your team. Thank you for your consideration.<br />\nSincerely,<br />\n<br />\nStephen \'Steve\' Vosper<br />\n\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:08','2026-03-30 13:50:08','1a173b27-d1f0-42df-b899-ba0b6e805aab'),
(54133,'Volunteer Form Submission',3189,52861,3,'Volunteer Form Submission from Sunila Maheshwari','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Sunila Maheshwari\n\nEMAIL: tech.sunila@gmail.com\n\nPHONE: 18323671517\n\nFACILITY:\n\n 	* Monmouth [https://mycompletecare.com/ccmonmouth] \n\nMESSAGE:\nI would like to vounteer for any of these services like Share a\nfriendly chat or board game,Perform music, dance, or other creative\ntalent,Lend a hand at special events and holiday celebrations\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Sunila Maheshwari</p><p><strong>Email:</strong> tech.sunila@gmail.com</p><p><strong>Phone:</strong> 18323671517</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmonmouth\">Monmouth</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            I would like to vounteer for any of these services  like Share a friendly chat or board game,Perform music, dance, or other creative talent,Lend a hand at special events and holiday celebrations\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:09','2026-03-30 13:50:09','2dc0ca7a-5895-4580-bc3f-a26542fcc3f3'),
(54134,'Contact Form Submission',3190,52877,1,'Contact Form Submission from Mariah Burks','info@completecareberkshire.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecareberkshire.com/contact\n\nNAME: Mariah Burks\n\nEMAIL: burksmariah123@gmail.com\n\nCOMPANY: Complete Care at Berkshire\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Berkshire [https://mycompletecare.com/completecareberkshire] \n\nMESSAGE: \nHello to whom it may concern, I’m emailing to make a complaint about\nan employee at Complete Care at Berkshire. Your employee Megan McMahon\nhas been contacting me endlessly since 3/9/2026. I was interested in\nthe position, but now I’m not. I feel harassed and it’s very\nirritating. The last voicemail she sent was very unprofessional and I\ncan provide proof , if needed. Thank you.\n','<p><strong>Contact form submitted at:</strong> https://completecareberkshire.com/contact</p><p></p><p><strong>Name:</strong> Mariah Burks</p><p><strong>Email:</strong> burksmariah123@gmail.com</p><p><strong>Company:</strong> Complete Care at Berkshire</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecareberkshire\">Berkshire</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello to whom it may concern, I’m emailing to make a complaint about an employee at Complete Care at Berkshire. Your employee Megan McMahon has been contacting me endlessly since 3/9/2026. I was interested in the position, but now I’m not. I feel harassed and it’s very irritating. The last voicemail she sent was very unprofessional and I can provide proof , if needed. Thank you. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:09','2026-03-30 13:50:09','5728e3e8-91c9-441f-b27f-128a90485504'),
(54135,'Contact Form Submission',3190,53003,1,'Contact Form Submission from Philippe Martin','info@ccarbors.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: http://ccarbors.com/contact\n\nNAME: Philippe Martin\n\nEMAIL: philippe.martin@rocketmail.com\n\nCOMPANY: Friend of the family\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Arbors [https://mycompletecare.com/ccarbors] \n\nMESSAGE: \nHello \nI was so saddened to learn of Glen’s death 2 months ago.\nI am a friend of Glen Dean’s family from way back. I lived in Quebec\nCity growing\nup with my good friends Janet and John, \nGlen’s siblings. \nI spent a lot of time with the Dean family and seeing Glen grow up as\na toddler including the close relationship I maintained with his\nparents Lois and Richard.\nOver the years I lost contact with Janet and John.\nIs there a way that you can reach out to \nthem and ask them to contact me if possible.\nI’d like to offer them my condolences.\n\nI appreciate your assistance.\nRegards,\nPhilippe Martin\n','<p><strong>Contact form submitted at:</strong> http://ccarbors.com/contact</p><p></p><p><strong>Name:</strong> Philippe Martin</p><p><strong>Email:</strong> philippe.martin@rocketmail.com</p><p><strong>Company:</strong> Friend of the family </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccarbors\">Arbors</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello <br />\nI was so saddened to learn of Glen’s death 2 months ago.<br />\nI am a friend of Glen Dean’s family from way back. I lived in Quebec City growing<br />\n up with my good friends Janet and John, <br />\nGlen’s siblings. <br />\nI spent a lot of time with the Dean family and seeing Glen grow up as a toddler including the close relationship I maintained with his parents Lois and Richard.<br />\nOver the years I lost contact with Janet and John.<br />\nIs there a way that you can reach out to <br />\nthem and ask them to contact me if possible.<br />\nI’d like to offer them my condolences.<br />\n<br />\nI appreciate your assistance.<br />\nRegards,<br />\nPhilippe Martin\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:09','2026-03-30 13:50:09','9b42a13c-c20b-4552-a040-50264255d80d'),
(54136,'Contact Form Submission',3190,53015,1,'Contact Form Submission from Isaiah','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Isaiah\n\nEMAIL: isaiahmackall99@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* La Plata [https://mycompletecare.com/cclaplata] \n\nMESSAGE: \nMy name is Isaiah I wanted to know if you guys had any dietary aide\npositions available I have 4 years of experience.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Isaiah </p><p><strong>Email:</strong> isaiahmackall99@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclaplata\">La Plata</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My name is Isaiah I wanted to know if you guys had any dietary aide positions available I have 4 years of experience. \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:09','2026-03-30 13:50:09','9d050d62-5f1c-409d-8737-add4385cb339'),
(54137,'Contact Form Submission',3190,53018,1,'Contact Form Submission from Isaiah','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Isaiah\n\nEMAIL: isaiahmackall99@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Annapolis [https://mycompletecare.com/ccannapolis] \n\nMESSAGE: \nMy name is Isaiah I wanted to know if you guys had any dietary aide\npositions available I have 4 years of experience\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Isaiah</p><p><strong>Email:</strong> isaiahmackall99@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccannapolis\">Annapolis</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            My name is Isaiah I wanted to know if you guys had any dietary aide positions available I have 4 years of experience \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:10','2026-03-30 13:50:10','1646536d-d0fd-4728-afe6-cd5c41b5e6a3'),
(54138,'Careers Form Submission',3191,53102,2,'Careers Form Submission from Imani Mansfield','info@cccedargrove.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://cccedargrove.com/careers\n\nNAME: Imani Mansfield\n\nEMAIL: mansfieldimani20@gmail.com\n\nPHONE: 917-297-7033\n\nFACILITY: \n\n 	* Cedar Grove [https://mycompletecare.com/cccedargrove] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n 	* Maintenance / Housekeeping \n\nMESSAGE/ COVER LETTER:\n\nI am interested in the Dietary/Food Service and Housekeeping\nopportunities at Complete Care and would appreciate consideration for\nany current openings. I have hands-on experience working in a\nlong-term care facility dietary department, where I assist with meal\npreparation, tray line, cleaning, and following safety and sanitation\nguidelines while supporting residents with respect and patience. I am\nreliable, willing to learn, and comfortable working evenings,\nweekends, and holidays as needed to support the team and residents.\nThank you for reviewing my application; I would welcome the chance to\ndiscuss how I can contribute to your facility’s caring environment.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://cccedargrove.com/careers</p><p></p><p><strong>Name:</strong> Imani Mansfield</p><p><strong>Email:</strong> mansfieldimani20@gmail.com</p><p><strong>Phone:</strong> 917-297-7033</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cccedargrove\">Cedar Grove</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am interested in the Dietary/Food Service and Housekeeping opportunities at Complete Care and would appreciate consideration for any current openings.  I have hands-on experience working in a long-term care facility dietary department, where I assist with meal preparation, tray line, cleaning, and following safety and sanitation guidelines while supporting residents with respect and patience.  I am reliable, willing to learn, and comfortable working evenings, weekends, and holidays as needed to support the team and residents.  Thank you for reviewing my application; I would welcome the chance to discuss how I can contribute to your facility’s caring environment.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:10','2026-03-30 13:50:10','28cf3658-fe97-4480-aa6e-efe4913912ff'),
(54139,'Careers Form Submission',3191,53105,2,'Careers Form Submission from Allison','careers@ccbeylea.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccbeylea.com/careers\n\nNAME: Allison\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Bey Lea [https://mycompletecare.com/ccbeylea] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Maintenance / Housekeeping \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nI need a job i harder work ing I get the job done looking for\npart-time work days and full-time work\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccbeylea.com/careers</p><p></p><p><strong>Name:</strong> Allison </p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccbeylea\">Bey Lea</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I need a job i harder work ing I get the job done looking for part-time work days and full-time work \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:10','2026-03-30 13:50:10','3c499834-270a-49c9-9109-43d02a51dcf9'),
(54140,'Contact Form Submission',3190,53112,1,'Contact Form Submission from stephanie ann lilly','info@ccphillipsburg.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccphillipsburg.com/contact\n\nNAME: stephanie ann lilly\n\nEMAIL: stephanielilly1979@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Careers\n\nFACILITY: \n\n 	* Phillipsburg [https://mycompletecare.com/ccphillipsburg] \n\nMESSAGE: \nHello:) \nI tried to fill the application out online but it does not let me save\nat the end and everything is filled out so is there an email of which\nI can send my resume? I am interested in the BOM position. I have 24\nyears experience in snf business office tasks. Thank You :)\n','<p><strong>Contact form submitted at:</strong> https://ccphillipsburg.com/contact</p><p></p><p><strong>Name:</strong> stephanie ann lilly</p><p><strong>Email:</strong> stephanielilly1979@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Careers</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccphillipsburg\">Phillipsburg</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Hello:) <br />\nI tried to fill the application out online but it does not let me save at the end and everything is filled out so is there an email of which I can send my resume? I am interested in the BOM position. I have 24 years experience in snf business office tasks. Thank You :)\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:10','2026-03-30 13:50:10','a20b67e7-0c91-4609-8505-727ca9c90117'),
(54141,'Careers Form Submission',3191,53113,2,'Careers Form Submission from Allison M Dwyer','careers@ccatgreenacres.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccatgreenacres.com/careers\n\nNAME: Allison M Dwyer\n\nEMAIL: allieson387@gmail.com\n\nPHONE: 17326788773\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Maintenance / Housekeeping \n 	* Volunteer Opportunities \n\nMESSAGE/ COVER LETTER:\n\nIam looking for part-time work days and full-time work\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccatgreenacres.com/careers</p><p></p><p><strong>Name:</strong> Allison M Dwyer</p><p><strong>Email:</strong> allieson387@gmail.com</p><p><strong>Phone:</strong> 17326788773</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Maintenance / Housekeeping</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Volunteer Opportunities</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Iam looking for part-time work days and full-time work \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:11','2026-03-30 13:50:11','f054f35f-ba0b-446a-b262-656e3f4a56de'),
(54142,'Contact Form Submission',3190,53148,1,'Contact Form Submission from John Kurylo','info@ccmargatepark.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccmargatepark.com/contact\n\nNAME: John Kurylo\n\nEMAIL: johnkurylo42@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Margate Park [https://mycompletecare.com/ccmargatepark] \n\nMESSAGE: \nI would like to inquire how about maybe becoming a resident in your\nfacility I have spoken with one of your nurses and she provided me\nwith really good reviews I\'m looking for a soft place to land I have\nissues with my heart and diabetes as well I am 51 years old and social\nsecurity approved I can be reached at 312-937-6150 also by email at\njohnkurylo42@gmail.com I would really appreciate it if you could get\nback to me at your earliest convenience thank you have a great day\n','<p><strong>Contact form submitted at:</strong> https://ccmargatepark.com/contact</p><p></p><p><strong>Name:</strong> John Kurylo </p><p><strong>Email:</strong> johnkurylo42@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmargatepark\">Margate Park</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I would like to inquire how about maybe becoming a resident in your facility I have  spoken with one of your nurses and she provided me with really good reviews I\'m looking for a soft place to land I have issues with my heart and diabetes as well I am 51 years old and social security approved I can be reached at 312-937-6150 also by email at johnkurylo42@gmail.com I would really appreciate it if you could get back to me at your earliest convenience thank you have a great day\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:11','2026-03-30 13:50:11','80a53767-ae9e-4dcc-9045-bd754c0bf202'),
(54143,'Careers Form Submission',3191,53165,2,'Careers Form Submission from Kayla Arndt','careers@ccnazareth.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccnazareth.com/careers\n\nNAME: Kayla Arndt\n\nEMAIL: kaylaarndt94@gmail.com\n\nPHONE: 6083338606\n\nFACILITY: \n\n 	* Nazareth [https://mycompletecare.com/ccnazareth] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n 	* Admissions / Marketing \n 	* HR / Staffing \n 	* Recruitment \n 	* Social Services \n\nMESSAGE/ COVER LETTER:\n\nI worked for Nazareth many years ago and was there for 9 years. I\nworked as a dietary aid. As I don’t want wish to be a dietary aid,\nbut would do anything office related. I am back in school for my\nassociates degree in Human Resources, which is all online.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccnazareth.com/careers</p><p></p><p><strong>Name:</strong> Kayla Arndt</p><p><strong>Email:</strong> kaylaarndt94@gmail.com</p><p><strong>Phone:</strong> 6083338606</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccnazareth\">Nazareth</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Admissions / Marketing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">HR / Staffing</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Recruitment</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Social Services</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I worked for Nazareth many years ago and was there for 9 years. I worked as a dietary aid. As I don’t want wish to be a dietary aid, but would do anything office related. I am back in school for my associates degree in Human Resources, which is all online. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:11','2026-03-30 13:50:11','98ef0a1b-4e5b-4db4-8f48-82dd305b6830'),
(54144,'Contact Form Submission',3190,53170,1,'Contact Form Submission from Richard Boulton','info@ccwheaton.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccwheaton.com/contact\n\nNAME: Richard Boulton\n\nEMAIL: rickboulton01@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Wheaton [https://mycompletecare.com/ccwheaton] \n\nMESSAGE: \nWhy is it taking over 24 hours to get some simple pain med?\n','<p><strong>Contact form submitted at:</strong> https://ccwheaton.com/contact</p><p></p><p><strong>Name:</strong> Richard Boulton</p><p><strong>Email:</strong> rickboulton01@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwheaton\">Wheaton</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Why is it taking over 24 hours to get some simple pain med?\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:12','2026-03-30 13:50:12','34a52c5c-58d3-41ed-9ed7-144a7960655a'),
(54145,'Contact Form Submission',3190,53171,1,'Contact Form Submission from Richard Boulton','info@ccwheaton.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccwheaton.com/contact\n\nNAME: Richard Boulton\n\nEMAIL: rickboulron01@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Wheaton [https://mycompletecare.com/ccwheaton] \n\nMESSAGE: \nThis place sucks.\n\nthis place sucks\n\n','<p><strong>Contact form submitted at:</strong> https://ccwheaton.com/contact</p><p></p><p><strong>Name:</strong> Richard Boulton</p><p><strong>Email:</strong> rickboulron01@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwheaton\">Wheaton</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            This place sucks.<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\n<br />\nthis place sucks<br />\n<br />\n<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:12','2026-03-30 13:50:12','6accf688-28f3-4904-aecb-e37932b523ea'),
(54146,'Contact Form Submission',3190,53174,1,'Contact Form Submission from Richard Boulton','info@ccwheaton.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccwheaton.com/contact\n\nNAME: Richard Boulton\n\nEMAIL: rickboulton01@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Wheaton [https://mycompletecare.com/ccwheaton] \n\nMESSAGE: \nDon\'t use this place. Patient care sucks.\n\n','<p><strong>Contact form submitted at:</strong> https://ccwheaton.com/contact</p><p></p><p><strong>Name:</strong> Richard Boulton</p><p><strong>Email:</strong> rickboulton01@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwheaton\">Wheaton</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Don\'t use this place. Patient care sucks.<br />\n<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:12','2026-03-30 13:50:12','fdc7ab1a-c6d3-4822-9ea9-6c481fa3f99e'),
(54147,'Contact Form Submission',3190,53179,1,'Contact Form Submission from Marcia Bise','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Marcia Bise\n\nEMAIL: marciaann076@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Dawnview [https://mycompletecare.com/ccdawnview] \n\nMESSAGE: \nI\'m looking for a long term home for my 87 yr old mother, she has\ndementia.y son and I have been trying to care for her. It is just too\nmuch \nHis number is 681-534-5231\n\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Marcia Bise </p><p><strong>Email:</strong> marciaann076@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccdawnview\">Dawnview</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I\'m looking for a long term home for my 87 yr old mother, she has dementia.y son and I have been trying to care for her. It is just too much <br />\nHis number is 681-534-5231<br />\n<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:12','2026-03-30 13:50:12','8fa9678f-2060-453c-9726-cc97314c6d4a'),
(54148,'Careers Form Submission',3191,53200,2,'Careers Form Submission from Akila Whitley','rfishman@completecaremgmt.com,lallen@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://mycompletecare.com/careers\n\nNAME: Akila Whitley\n\nEMAIL: akilawhitley@gmail.com\n\nPHONE: 17325327203\n\nFACILITY: \n\n 	* Monmouth [https://mycompletecare.com/ccmonmouth] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nI am a fast learner, and I work well under pressure. I\'d like to\ndiscuss more in person for an interview. I\'d also like to say I have\nexperience with the elderly as I do take care of my grandfather.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://mycompletecare.com/careers</p><p></p><p><strong>Name:</strong> Akila Whitley</p><p><strong>Email:</strong> akilawhitley@gmail.com</p><p><strong>Phone:</strong> 17325327203</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmonmouth\">Monmouth</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            I am a fast learner, and I work well under pressure. I\'d like to discuss more in person for an interview. I\'d also like to say I have experience with the elderly as I do take care of my grandfather. \n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:13','2026-03-30 13:50:13','59e37a3c-a3cd-43bc-95a3-b3190172668c'),
(54149,'Careers Form Submission',3191,53637,2,'Careers Form Submission from Karia Cooper','careers@ccmonmouth.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccmonmouth.com/careers\n\nNAME: Karia Cooper\n\nEMAIL: thanoshatesme@gmail.com\n\nPHONE: 8487579522\n\nFACILITY: \n\n 	* Monmouth [https://mycompletecare.com/ccmonmouth] \n\nPOSITIONS OF INTEREST:\n\n 	* Dietary / Food Service \n\nMESSAGE/ COVER LETTER:\n\nLooking to see if any Dietary/Food Service positions are open! I’m a\ncollege student looking for work!\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccmonmouth.com/careers</p><p></p><p><strong>Name:</strong> Karia Cooper</p><p><strong>Email:</strong> thanoshatesme@gmail.com</p><p><strong>Phone:</strong> 8487579522</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccmonmouth\">Monmouth</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Dietary / Food Service</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Looking to see if any Dietary/Food Service positions are open! I’m a college student looking for work!\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:13','2026-03-30 13:50:13','5d62387e-3161-475d-886c-1ed9adacadb5'),
(54150,'Contact Form Submission',3190,53650,1,'Contact Form Submission from Jeff','info@ccatgreenacres.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccatgreenacres.com/contact\n\nNAME: Jeff\n\nEMAIL: jedixon1215@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Green Acres [https://mycompletecare.com/ccatgreenacres] \n\nMESSAGE: \nLooking for long term for my mom. 75 and is bedwriden. Nerve pain\nwhere we need hospice care. 732-735-6324\n','<p><strong>Contact form submitted at:</strong> https://ccatgreenacres.com/contact</p><p></p><p><strong>Name:</strong> Jeff</p><p><strong>Email:</strong> jedixon1215@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccatgreenacres\">Green Acres</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking for long term for my mom. 75 and is bedwriden.  Nerve pain where we need hospice care. 732-735-6324 \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:13','2026-03-30 13:50:13','20c7d6bd-6937-4387-bc41-438b4d51b221'),
(54151,'Contact Form Submission',3190,54054,1,'Contact Form Submission from Jenna Pack','info@completecarehillside.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://completecarehillside.com/contact\n\nNAME: Jenna Pack\n\nEMAIL: Jenna.Pack@disa.com\n\nCOMPANY: DISA Global Solutions\n\nTYPE OF INQUIRY: General Inquiry\n\nFACILITY: \n\n 	* Hillside [https://mycompletecare.com/completecarehillside] \n\nMESSAGE: \nGood morning – DISA Global Solutions is verifying employment for an\napplicant listing Complete Care Hillside Center (Wilmington, DE) as an\nemployer. Please have Human Resources contact me regarding your\nprocess for obtaining verification.\n\nTo ensure applicant privacy, PII has not been provided in this\ninquiry. Please provide case #4678231.\n\nThank you,\n','<p><strong>Contact form submitted at:</strong> https://completecarehillside.com/contact</p><p></p><p><strong>Name:</strong> Jenna Pack</p><p><strong>Email:</strong> Jenna.Pack@disa.com</p><p><strong>Company:</strong> DISA Global Solutions </p><p><strong>Type of Inquiry:</strong> General Inquiry</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarehillside\">Hillside</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Good morning – DISA Global Solutions is verifying employment for an applicant listing Complete Care Hillside Center (Wilmington, DE) as an employer.  Please have Human Resources contact me regarding your process for obtaining verification.<br />\n<br />\nTo ensure applicant privacy, PII has not been provided in this inquiry.  Please provide case #4678231.<br />\n<br />\nThank you,\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:14','2026-03-30 13:50:14','634980e4-45c8-40a7-840b-9c2b73482b2a'),
(54152,'Volunteer Form Submission',3189,54061,3,'Volunteer Form Submission from Chase Wilson','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Chase Wilson\n\nEMAIL: wilsoncha@cau.edu\n\nPHONE: +1 (240) 412-8105\n\nFACILITY:\n\n 	* La Plata [https://mycompletecare.com/cclaplata] \n\nMESSAGE:\nMy name is Chase Wilson, and I am a student pursuing a Bachelor of\nScience in Psychological &amp; Brain Sciences with a Minor in Biology,\nexpected to graduate in May 2027. I am very interested in gaining\nhands-on experience in a healthcare setting and would love the\nopportunity to volunteer at Complete Care in La Plata.\n\nI have completed coursework in Brain &amp; Behavior, Cognitive\nPsychology, Sensation &amp; Perception, Clinical Psychology, Human\nAnatomy &amp; Physiology, General Biology, General Chemistry,\nIntroductory Statistics for Psychology, and Research Methods in\nPsychology. I believe this academic background has prepared me to\ncontribute meaningfully and learn from the team.\n\nThank you very much for your time and consideration.\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Chase Wilson</p><p><strong>Email:</strong> wilsoncha@cau.edu</p><p><strong>Phone:</strong> +1 (240) 412-8105</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclaplata\">La Plata</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            My name is Chase Wilson, and I am a student pursuing a Bachelor of Science in Psychological &amp;amp; Brain Sciences with a Minor in Biology, expected to graduate in May 2027. I am very interested in gaining hands-on experience in a healthcare setting and would love the opportunity to volunteer at Complete Care in La Plata.<br />\n<br />\nI have completed coursework in Brain &amp;amp; Behavior, Cognitive Psychology, Sensation &amp;amp; Perception, Clinical Psychology, Human Anatomy &amp;amp; Physiology, General Biology, General Chemistry, Introductory Statistics for Psychology, and Research Methods in Psychology. I believe this academic background has prepared me to contribute meaningfully and learn from the team.<br />\n<br />\n Thank you very much for your time and consideration.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:14','2026-03-30 13:50:14','366b9505-e350-4a37-8984-50e9570d400b'),
(54153,'Careers Form Submission',3191,54062,2,'Careers Form Submission from Eliav Sacknovitz','careers@ccwestfield.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://ccwestfield.com/careers\n\nNAME: Eliav Sacknovitz\n\nEMAIL: sack.eliav@gmail.com\n\nPHONE: 5162400362\n\nFACILITY: \n\n 	* Westfield [https://mycompletecare.com/ccwestfield] \n\nPOSITIONS OF INTEREST:\n\n 	* Administrative / Business Office \n\nMESSAGE/ COVER LETTER:\n\nHi,\n\nI hope you are doing well. My name is Eliav Sacknovitz, and I wanted\nto reach out to introduce myself and connect regarding opportunities\nto continue developing my experience in a skilled nursing facility\nsetting.\n\nI graduated from Yeshiva University with a degree in Business\nAnalytics, and I am currently working as the Interim\nAdministrator-in-Training at Emerald Peek, a CareRite facility, where\nI am filling in during a maternity leave. In this role, I began by\nshadowing each department head to develop a strong understanding of\nhow the various departments work together to support a\nwell-functioning facility. I now work closely with the Administrator\non a daily basis, assisting with survey preparation and overall\noperations.\n\nI am a hardworking and committed individual who is eager to continue\ngrowing in healthcare administration and further develop my experience\nas I move forward in the licensing process. I would greatly appreciate\nthe opportunity to connect and learn more about your facility, as well\nas discuss any opportunities where I may be able to contribute and\ncontinue gaining experience.\n\nThank you for your time and consideration. I look forward to speaking\nwith you.\n\nAll the best,\nEliav Sacknovitz\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://ccwestfield.com/careers</p><p></p><p><strong>Name:</strong> Eliav Sacknovitz</p><p><strong>Email:</strong> sack.eliav@gmail.com</p><p><strong>Phone:</strong> 5162400362</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccwestfield\">Westfield</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Hi,<br />\n<br />\nI hope you are doing well. My name is Eliav Sacknovitz, and I wanted<br />\nto reach out to introduce myself and connect regarding opportunities<br />\nto continue developing my experience in a skilled nursing facility<br />\nsetting.<br />\n<br />\nI graduated from Yeshiva University with a degree in Business<br />\nAnalytics, and I am currently working as the Interim<br />\nAdministrator-in-Training at Emerald Peek, a CareRite facility, where<br />\nI am filling in during a maternity leave. In this role, I began by<br />\nshadowing each department head to develop a strong understanding of<br />\nhow the various departments work together to support a<br />\nwell-functioning facility. I now work closely with the Administrator<br />\non a daily basis, assisting with survey preparation and overall<br />\noperations.<br />\n<br />\nI am a hardworking and committed individual who is eager to continue<br />\ngrowing in healthcare administration and further develop my experience<br />\nas I move forward in the licensing process. I would greatly appreciate<br />\nthe opportunity to connect and learn more about your facility, as well<br />\nas discuss any opportunities where I may be able to contribute and<br />\ncontinue gaining experience.<br />\n<br />\nThank you for your time and consideration. I look forward to speaking with you.<br />\n<br />\nAll the best,<br />\nEliav Sacknovitz\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 13:50:14','2026-03-30 13:50:14','c3585e57-9da9-4d6e-be40-f4e51ea7b961'),
(54272,'Volunteer Form Submission',3189,54159,3,'Volunteer Form Submission from Katelyn Rodriguez','volunteer@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMISSION FROM: https://mycompletecare.com/volunteer\n\nNAME: Katelyn Rodriguez\n\nEMAIL: katiebug9302003@gmail.com\n\nPHONE: 3522725113\n\nFACILITY:\n\n 	* Groton Regency [https://mycompletecare.com/ccgrotonregency] \n\nMESSAGE:\nHello! I’m a student a Southern Connecticut State university! My\nmajor is speech language and hearing disorders. I would love to come\nvolunteer!\n','<p><strong>Contact Form Submission from:</strong> https://mycompletecare.com/volunteer</p><p></p><p><strong>Name:</strong> Katelyn Rodriguez </p><p><strong>Email:</strong> katiebug9302003@gmail.com</p><p><strong>Phone:</strong> 3522725113</p><p><strong>Facility:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgrotonregency\">Groton Regency</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong><br />            Hello! I’m a student a Southern Connecticut State university! My major is speech language and hearing disorders. I would love to come volunteer! \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 18:35:30','2026-03-30 18:35:30','186155d5-4839-4b65-90cc-a7401824c55a'),
(54273,'Contact Form Submission',3190,54169,1,'Contact Form Submission from Julia Burkholder','info@cchagerstown.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT:\nhttps://mycompletecare.com/cchagerstown/contact?utm_source=copilot.com\n\nNAME: Julia Burkholder\n\nEMAIL: juliaburkholder72@gmail.com\n\nCOMPANY: Healthcare Services\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Hagerstown [https://mycompletecare.com/cchagerstown] \n\nMESSAGE: \nI need a w2 forms of 2025 income so I can send it to Hr block tax\naccountment . At Cole rd\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/cchagerstown/contact?utm_source=copilot.com</p><p></p><p><strong>Name:</strong> Julia Burkholder</p><p><strong>Email:</strong> juliaburkholder72@gmail.com</p><p><strong>Company:</strong> Healthcare Services</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cchagerstown\">Hagerstown</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I need a w2 forms of 2025 income so I can send it to Hr block tax accountment . At Cole rd\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 18:35:31','2026-03-30 18:35:31','ed1ae27c-1a73-4923-80b5-7378101226bf'),
(54274,'Careers Form Submission',3191,54182,2,'Careers Form Submission from Laura Komidar','careers@completecarekhn.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CAREERS FORM SUBMITTED FROM: https://completecarekhn.com/careers\n\nNAME: Laura Komidar\n\nEMAIL: Lkomidar@outlook.com\n\nPHONE: (860) 995-7952\n\nFACILITY: \n\n 	* Kimberly Hall North [https://mycompletecare.com/completecarekhn] \n\nPOSITIONS OF INTEREST:\n\n 	* Activities / Recreation \n 	* Administrative / Business Office \n\nMESSAGE/ COVER LETTER:\n\nSee attached resume and cover letter.\n\n_See attachments for resume._\n','<p><strong>Careers form submitted from:</strong> https://completecarekhn.com/careers</p><p></p><p><strong>Name:</strong> Laura Komidar</p><p><strong>Email:</strong> Lkomidar@outlook.com</p><p><strong>Phone:</strong> (860) 995-7952</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/completecarekhn\">Kimberly Hall North</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Activities / Recreation</a>\n            </li>\n                                    \n            <li>\n                <a href=\"\">Administrative / Business Office</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            See attached resume and cover letter.\n    </p><p></p><p><em>See attachments for resume.</em></p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 18:35:31','2026-03-30 18:35:31','d23ab05f-0e0b-4092-baeb-76ae4186dfd3'),
(54275,'Contact Form Submission',3190,54187,1,'Contact Form Submission from Donna L Guida','info@ccgreenknoll.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccgreenknoll.com/contact\n\nNAME: Donna L Guida\n\nEMAIL: dguida8190@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Green Knoll [https://mycompletecare.com/ccgreenknoll] \n\nMESSAGE: \nI am once again contacting you as the daughter of one of your\npatients.\nMy sister was in last week regarding various issues at that \"5 star\"\nfacility. I filed a complaint with the State of NJ. Additionally I\nhave contacted an investigative reporter. In addition to the items my\nsister went over with you I am inquiring about why my mother was so\ncold on Saturday evening because you had no additional blankets? Why\nare the employees (not all of them but several) so nasty. These people\ndo not belong working with people if they have such horrible\nattitudes. Many of these people are elderly and do not need to be\ntreated so badly. \nI cannot even imagine a health facility that doesn\'t have enough\nblankets, or toilet secure seats or a nursing staff that is so vile.\nYou need to take a hard look at the people working there and the\nsupplies you have on hand. \nThe managers need to re-evaluate the policies and attitudes of the\nstaff. Many of those people do not have anyone to speak for them but\nmy mother does and we will continue. We just want her to be treated\nwith kindness and dignity. The woman is 95 and does not need to be\ntalked to the way she was this morning or yesterday.\n\n','<p><strong>Contact form submitted at:</strong> https://ccgreenknoll.com/contact</p><p></p><p><strong>Name:</strong> Donna L Guida</p><p><strong>Email:</strong> dguida8190@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccgreenknoll\">Green Knoll</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            I am once again contacting you as the daughter of one of your  patients.<br />\nMy sister was in last week regarding various issues at that \"5 star\" facility.  I filed a complaint with the State of NJ.  Additionally I have contacted an investigative reporter.  In addition to the items my sister went over with you I am inquiring about why my mother was so cold on Saturday evening because you had no additional blankets?  Why are the employees (not all of them but several) so nasty.  These people do not belong working with people if they have such horrible attitudes.  Many of these people are elderly and do not need to be treated so badly.  <br />\nI cannot even imagine a health facility that doesn\'t have enough blankets, or toilet secure seats or a nursing staff that is so vile.<br />\nYou need to take a hard look at the people working there and the supplies you have on hand.  <br />\nThe managers need to re-evaluate the policies and attitudes of the staff.  Many of those people do not have anyone to speak for them but my mother does and we will continue.  We just want her to be treated with kindness and dignity.  The woman is 95 and does not need to be talked to the way she was this morning or yesterday.<br />\n\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 18:35:31','2026-03-30 18:35:31','ad9a7297-b395-4823-9774-ec773aa1f273'),
(54276,'Contact Form Submission',3190,54189,1,'Contact Form Submission from Dion Santo','hlabatch@completecaremgmt.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://mycompletecare.com/contact\n\nNAME: Dion Santo\n\nEMAIL: dionsanto@gmail.com\n\nCOMPANY:\n\nTYPE OF INQUIRY: Resident & Family Support\n\nFACILITY: \n\n 	* Lehigh [https://mycompletecare.com/cclehigh] \n\nMESSAGE: \nLooking for a skilled nursing facility for my mother. She is currently\nin the hospital and scheduled to be discharged this week. \nShe had been staying in Abode Care, but needs more care (offered by a\nskilled nursing facility). She suffers from dementia, diabetes, is\nwheelchair bound (potentially bedbound), and needs help eating.\n','<p><strong>Contact form submitted at:</strong> https://mycompletecare.com/contact</p><p></p><p><strong>Name:</strong> Dion Santo</p><p><strong>Email:</strong> dionsanto@gmail.com</p><p><strong>Company:</strong> </p><p><strong>Type of Inquiry:</strong> Resident &amp; Family Support</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/cclehigh\">Lehigh</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Looking for a skilled nursing facility for my mother.  She is currently in the hospital and scheduled to be discharged this week.  <br />\nShe had been staying in Abode Care, but needs more care (offered by a skilled nursing facility).  She suffers from dementia, diabetes, is wheelchair bound (potentially bedbound), and needs help eating.  \n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 18:35:32','2026-03-30 18:35:32','ed336468-f9ca-4f82-803a-82f3ff6bdb0c'),
(54277,'Contact Form Submission',3190,54225,1,'Contact Form Submission from Katie Kelly','info@ccharstonhall.com',NULL,NULL,'','','site@mycompletecare.com','Complete Care',NULL,'CONTACT FORM SUBMITTED AT: https://ccharstonhall.com/contact\n\nNAME: Katie Kelly\n\nEMAIL: cxk391@jeffersonn.edu\n\nCOMPANY: MosRehab\n\nTYPE OF INQUIRY: Other\n\nFACILITY: \n\n 	* Harston Hall [https://mycompletecare.com/ccharstonhall] \n\nMESSAGE: \nCan you please provide me with a fax number to send a referral for\nadmission to Complete Care at Harston Hall. Thank you.\n','<p><strong>Contact form submitted at:</strong> https://ccharstonhall.com/contact</p><p></p><p><strong>Name:</strong> Katie Kelly </p><p><strong>Email:</strong> cxk391@jeffersonn.edu</p><p><strong>Company:</strong> MosRehab</p><p><strong>Type of Inquiry:</strong> Other</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccharstonhall\">Harston Hall</a>\n            </li>\n            </ul>\n<p><strong>Message:</strong> <br />            Can you please provide me with a fax number to send a referral for admission to Complete Care at Harston Hall.  Thank you.\n    </p>','{\"formieVersion\":\"Formie 3.1.15\",\"craftVersion\":\"Craft Solo 5.9.12\",\"ipAddress\":\"173.63.105.18\",\"userAgent\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/146.0.0.0 Safari\\/537.36 Edg\\/146.0.0.0\",\"transportType\":\"Postmark\"}',1,NULL,'2026-03-30 18:35:32','2026-03-30 18:35:32','f58ba0a5-4e04-4a75-97a9-e929a27570c3');
/*!40000 ALTER TABLE `formie_sentnotifications` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_statuses`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_statuses` WRITE;
/*!40000 ALTER TABLE `formie_statuses` DISABLE KEYS */;
INSERT INTO `formie_statuses` VALUES
(1,'New','new','green',NULL,1,1,NULL,'2025-10-08 22:16:36','2025-10-08 22:16:36','b2ff1940-c6c8-4c71-a4ec-8863c5698811');
/*!40000 ALTER TABLE `formie_statuses` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_stencils`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_stencils` WRITE;
/*!40000 ALTER TABLE `formie_stencils` DISABLE KEYS */;
/*!40000 ALTER TABLE `formie_stencils` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `formie_submissions`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `formie_submissions` WRITE;
/*!40000 ALTER TABLE `formie_submissions` DISABLE KEYS */;
INSERT INTO `formie_submissions` VALUES
(4707,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Test\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-22 23:42:42','2025-10-22 23:42:42','cc11a152-8903-4080-b8f3-39586b4378ae'),
(4713,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing groton\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-22 23:50:26','2025-10-22 23:50:26','27c26ecf-9266-45c1-a037-f0b4aa33c3d2'),
(4716,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"test with relations\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 00:10:04','2025-10-23 00:10:04','56a0a290-d9e0-42ad-b0db-d2ad07fc1a3e'),
(4718,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing corporate\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 00:17:45','2025-10-23 00:17:45','2f82229a-740a-41e9-bc13-731476eefe0c'),
(4720,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"test\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"test only entry\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonrch.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 00:20:15','2025-10-23 00:20:15','184c9857-58ea-4c50-9416-93a35c627e97'),
(4722,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"test entry\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonrch.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 00:22:05','2025-10-23 00:22:05','4e29065a-fc4c-4b32-b4a8-2ff3b168a5f9'),
(4724,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"test 1\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonrch.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 00:25:34','2025-10-23 00:25:34','57146040-e165-4b27-9941-8e1fe51ea600'),
(4726,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"test recipients field\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonrch.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 00:33:13','2025-10-23 00:33:13','4f4dbbcb-bd0c-4e77-9aac-eb13bebf2297'),
(4728,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"test\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"test recipients 2\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 00:34:41','2025-10-23 00:34:41','841f3b5d-f42e-445d-877f-57a55d4384cf'),
(4730,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"test corporate contact\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 00:52:01','2025-10-23 00:52:01','a5aea900-5d8b-42a3-adcf-a65de9494e44'),
(4732,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"AKG testing contact form on Groton Regency RCH\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:05:29','2025-10-23 01:05:29','c3c4fc6a-0d29-4650-af0f-5ae9df40bf2d'),
(4734,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"testing groton\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:09:45','2025-10-23 01:09:45','1b10429b-968e-4dda-918e-89e877aa5812'),
(4736,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"testing groton contact\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:11:03','2025-10-23 01:11:03','3411916a-20c2-41a4-be78-33cabb635441'),
(4737,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Test test\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kaden@aftonkleingroup.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18017094417\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[4738],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing Groton RCH careers form\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgrotonrch.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"kaden@aftonkleingroup.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:11:44','2025-10-23 01:11:44','ee4f8422-e513-4346-bf42-4dea9c621dc7'),
(4739,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Test test\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"kaden@aftonkleingroup.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"18017094417\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1437],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Testing volunteer form\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://staging.mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:12:39','2025-10-23 01:12:39','5f130ceb-da9f-497b-b14a-4973925394da'),
(4740,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing corporate contact form\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:12:49','2025-10-23 01:12:49','df850c3e-f378-4c88-adc1-e50a3b508856'),
(4741,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Test test\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kaden@aftonkleingroup.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18017094417\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[4742],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing corporate careers form\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://staging.mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:13:08','2025-10-23 01:13:08','bb00c01d-a73f-47e8-a882-3972fd896be7'),
(4748,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Test test\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"kaden@aftonkleingroup.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"18017094417\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1185],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"testing volunteer form\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://staging.mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:20:15','2025-10-23 01:20:15','c76c74dc-4f55-4d7e-9c99-11a704f3fa2c'),
(4749,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Test test\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"kaden@aftonkleingroup.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"18017094417\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1353],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"test 2\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://staging.mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:21:51','2025-10-23 01:21:51','ee42fbb0-0efb-46f9-8e5d-bf9771005d3e'),
(4752,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"test \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:22:16','2025-10-23 01:22:16','340eda7f-0b85-4d73-bf45-f6488cf91c79'),
(4753,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Test test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"test\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"test\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:24:10','2025-10-23 01:24:10','8f8400db-177f-412a-a5f8-d493022044a6'),
(4754,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Test test\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kaden@aftonkleingroup.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18017094417\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"test\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://staging.mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-23 01:27:32','2025-10-23 01:27:32','ef63a288-7bbf-4f73-8199-0b8e8789450e'),
(4761,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tangela Freytag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"domains@domainindexer.pro\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nHave your ccchestnuthillalf.com website indexed in Google Search Index for it  to appear in Web Search Results.\\r\\n\\r\\nRegister ccchestnuthillalf.com at https://searchregister.net\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-25 19:31:10','2025-10-25 19:31:10','ce186aef-1296-4c31-8da9-34df71a9d6aa'),
(4762,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jamal Fuqua\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"domain@webindexing.pro\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nFor ccchestnuthillalf.com website to be displayed in Search Results, it needs to be indexed by Google Search Index.\\r\\n\\r\\nRegister ccchestnuthillalf.com at https://searchregister.info\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-26 19:36:23','2025-10-26 19:36:23','d5a7cdbe-8bbf-4252-8ebb-d30a535f3389'),
(4774,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Virgil Peralta\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"join@seoreglster.pro\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SeoDirectory\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nRegister your ccchestnuthillalf.com website to SEODIRECTORY to get a better ranking in Web Searches.\\r\\n\\r\\nFree one month trial:\\r\\n\\r\\n https://seodir.pro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-27 19:18:25','2025-10-27 19:18:25','3525af1f-4cb1-4556-83b1-f9d2e2a0c837'),
(4776,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Denice Hedges\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"domains@indexsubmit.net\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nRegister ccgrotonrch.com  to Google Search Index and have it displayed in Search Results!\\r\\n\\r\\nAdd ccgrotonrch.com at https://searchregister.org\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-29 19:06:42','2025-10-29 19:06:42','448d23fa-ef12-4224-810a-514fe1c4038a'),
(4777,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lucy Johnson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lucyjohnson.web@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"webpageoptimization.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello team, \\\"ccchestnuthillalf.com\\\"\\r\\n\\r\\nI was going through your website & I personally see a lot of potential in your website & business.\\r\\n\\r\\nOur main focus will be to help generate more sales & online traffic.\\r\\n\\r\\nWe can place your website on Google\'s 1st page. We will improve your website’s position on Google and get more traffic.\\r\\n\\r\\nIf you are interested, then we can send you our past work details, client testimonials, price list and an affordable quotation with the best offer.\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nLucy Johnson\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-30 06:51:48','2025-10-30 06:51:48','328a7c19-9591-42b3-a593-66d010afd707'),
(4778,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lucy Johnson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lucyjohnson.web@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"webpageoptimization.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello team, \\\"ccchestnuthillalf.com\\\"\\r\\n\\r\\nI came across your website on the Internet and saw that it was not showing up in any of the search engines (Google, Yahoo, and Bing) for the majority of keywords associated with your company.\\r\\n\\r\\n Because of this you\'re losing a ton of calls to your competitors!\\r\\n\\r\\nWe will improve your website’s position on Google and get more traffic.\\r\\n\\r\\nPlease respond with your phone number, so we can schedule a follow-up call for you within 24 hours. I\'d be glad to go over our plan with you.\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nLucy Johnson\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-30 07:17:08','2025-10-30 07:17:08','881b4a08-9117-4876-9321-73c61fcf7588'),
(4779,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lucy Johnson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lucyjohnson.web@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"webpageoptimization.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello team, \\\"ccgrotonrch.com\\\"\\r\\n\\r\\nI just wanted to know if you require a better solution to manage SEO, SMO, SMM, PPC Campaigns, keyword research, Reporting etc. We are a leading Digital Marketing Agency, offering marketing solutions at affordable prices.\\r\\n\\r\\nOur main focus will be to help generate more sales & online traffic.\\r\\n\\r\\nWe will improve your website’s position on Google and get more traffic.\\r\\n\\r\\nPlease respond with your phone number, so we can schedule a follow-up call for you within 24 hours. I\'d be glad to go over our plan with you.\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nLucy Johnson\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-10-30 07:26:39','2025-10-30 07:26:39','a924b4e4-5fc9-4912-8665-b3a3812db287'),
(4784,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cortney\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@ramsbotham.medicopostura.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Cortney Ramsbotham\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi \\r\\n\\r\\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\\r\\n\\r\\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\\r\\n\\r\\nMade from lightweight, breathable fabric, it ensures comfort all day long.\\r\\n\\r\\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\\r\\n\\r\\nPlus, enjoy FREE shipping for today only!\\r\\n\\r\\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\\r\\n\\r\\nAll the best, \\r\\n\\r\\nCortney\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-04 14:23:45','2025-11-04 14:23:45','ca4ced87-da1e-443b-8862-a62709cbf6d2'),
(5266,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Horace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@ccgrotonrch.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Horace Rector\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there \\r\\n\\r\\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \\r\\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\\r\\n\\r\\nWe\'ve had a lot of success with it so far and I think your dog would love it. \\r\\n\\r\\nGet yours today with 50% OFF: https://caredogbest.com\\r\\n\\r\\nFREE Shipping - TODAY ONLY! \\r\\n\\r\\nBest, \\r\\n\\r\\nHorace\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-06 13:29:31','2025-11-06 13:29:31','6e2fe3e1-ff13-4263-b0a6-c9dbf9677e2f'),
(5268,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Morgan Quirk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"register@domainsubmlt.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Add ccgrotonrch.com website to Google Search Index to appear in Web Search Results.\\r\\n\\r\\nSubmit ccgrotonrch.com at https://searchregister.info\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-10 16:13:26','2025-11-10 16:13:26','8442bda6-98d5-483e-baa3-a633ff3bf88b'),
(5274,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Seo Backlinks\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rose.garey@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Website Backlinks\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Boost ccchestnuthillalf.com search engine rankings, grow your search appearance and generate powerful backlinks! \\r\\nBonusBacklinks.com - we deliver daily backlinks and bring website visits to your site EVERY DAY:\\r\\n\\r\\n+ Get 85% OFF\\r\\n+ Quality daily backlinks\\r\\n+ Organic website visits\\r\\n+ Price only from $1\\r\\n+ Bonus coupon codes\\r\\n\\r\\nhttps://BonusBacklinks.com/85sale\\r\\n\\r\\nBonusBacklinks.com - daily backlinks and organic visits to skyrocket your webpage every day\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-11 00:54:42','2025-11-11 00:54:42','2123bebf-be1e-430a-ac53-2ef982d5c730'),
(5286,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Anderson Cheatham\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"register@domainsubmlt.net\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Register your ccchestnuthillalf.com website in Google Search Index to have it displayed in Web Search Results.\\r\\n\\r\\nSubmit ccchestnuthillalf.com at https://searchregister.net\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-11 18:13:10','2025-11-11 18:13:10','b96b393d-b023-48b9-ae0a-9354a2baabd3'),
(5288,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Esther Hickey\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aboout@airegistry.pro\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"More and more people skip Google Search and ask ChatGPT to search for everything.\\r\\n\\r\\nAdd ccgrotonrch.com to our AI-optimized directory to help them find ccgrotonrch.com\\r\\n\\r\\nJoin now: https://AIREG.pro/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-11 22:48:18','2025-11-11 22:48:18','0bdf77a1-b337-46b1-ab0e-95a0119e4598'),
(5297,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Audra Blaxcell\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aboout@airegistry.pro\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"More and more people skip Google Search and ask ChatGPT to search for everything.\\r\\n\\r\\nAdd ccchestnuthillalf.com to our AI-optimized directory to help them find ccchestnuthillalf.com\\r\\n\\r\\nJoin now: https://AIREG.pro/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-12 20:02:59','2025-11-12 20:02:59','a20adea3-1772-4dca-bce2-f2179dd730d0'),
(5684,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bruce\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@bruce.bangeshop.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Bruce Mead\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there, \\r\\n\\r\\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\\r\\n\\r\\nThe bags are waterproof and anti-theft, and have a built-in USB cable that can recharge your phone while you\'re on the go.\\r\\n\\r\\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\\r\\n\\r\\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\\r\\n\\r\\nEnjoy,\\r\\n\\r\\nBruce\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-14 09:59:59','2025-11-14 09:59:59','1032fb95-9746-49c2-be46-90798832774c'),
(5685,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ankit S\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"letsgetuoptimize@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"letsgetuoptimize\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey team ccchestnuthillalf.com,\\r\\n\\r\\nI would like to discuss SEO!\\r\\n\\r\\nI can help your website to get on first page of Google and increase the number of leads and sales you are getting from your website.\\r\\n\\r\\nMay I send you a quote & price list?\\r\\n\\r\\nBests Regards,\\r\\nAnkit\\r\\nBest AI SEO Company\\r\\nAccounts Manager\\r\\nwww.letsgetoptimize.com\\r\\nPhone No: +1 (949) 508-0277\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-14 10:13:16','2025-11-14 10:13:16','def1d02c-baba-43a3-9ecc-39ff111ac3bb'),
(5691,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ankit S\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"letsgetuoptimize@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"letsgetuoptimize\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey team ccgrotonrch.com,\\r\\n\\r\\nI would like to discuss SEO!\\r\\n\\r\\nI can help your website to get on first page of Google and increase the number of leads and sales you are getting from your website.\\r\\n\\r\\nMay I send you a quote & price list?\\r\\n\\r\\nBests Regards,\\r\\nAnkit\\r\\nBest AI SEO Company\\r\\nAccounts Manager\\r\\nwww.letsgetoptimize.com\\r\\nPhone No: +1 (949) 508-0277\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-14 15:53:02','2025-11-14 15:53:02','2ab9f1a0-a4d7-4c33-96b1-f19c0f066146'),
(6385,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Celsa Creel\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"celsa@zundee.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Celsa Creel\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"All the companies in World - Black Friday Special - $29\\r\\n\\r\\nThe Database:\\r\\n\\r\\n    25 Million Companies Worldwide\\r\\n    Instantly Delivery\\r\\n    Last Update: 17 November 2025\\r\\n    All Their phones, emails, locations, industries, across the entire world!\\r\\n\\r\\nCost:\\r\\n\\r\\n    All prices are charged in South African Rand (conversion is automatic).\\r\\n    Total once off cost is : $29 = R495\\r\\n\\r\\nQuestions?\\r\\n\\r\\n    If you need any assistance or have questions:\\r\\n    You can email us on info@zundee.com\\r\\n    Call or contact us on WhatsApp on +27 67 770 3960\\r\\n    You can talk to us on live chat!\\r\\n\\r\\nVisit us here for instantly delivery: https://Celsa.zundee.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-17 17:12:39','2025-11-17 17:12:39','00a07c7d-2759-4f42-be77-d7edc0349107'),
(6389,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buster Benner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"buster@zundee.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Buster Benner\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"All the companies in World - Black Friday Special - $29\\r\\n\\r\\nThe Database:\\r\\n\\r\\n    25 Million Companies Worldwide\\r\\n    Instantly Delivery\\r\\n    Last Update: 17 November 2025\\r\\n    All Their phones, emails, locations, industries, across the entire world!\\r\\n\\r\\nCost:\\r\\n\\r\\n    All prices are charged in South African Rand (conversion is automatic).\\r\\n    Total once off cost is : $29 = R495\\r\\n\\r\\nQuestions?\\r\\n\\r\\n    If you need any assistance or have questions:\\r\\n    You can email us on info@zundee.com\\r\\n    Call or contact us on WhatsApp on +27 67 770 3960\\r\\n    You can talk to us on live chat!\\r\\n\\r\\nVisit us here for instantly delivery: https://Buster.zundee.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-17 22:20:28','2025-11-17 22:20:28','9b27c3af-f996-48a3-abe2-9b6ad9234ba3'),
(6425,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bill\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@bill.bangeshop.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Bill Geils\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there, \\r\\n\\r\\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\\r\\n\\r\\nThe bags are waterproof and anti-theft, and have a built-in USB cable that can recharge your phone while you\'re on the go.\\r\\n\\r\\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\\r\\n\\r\\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\\r\\n\\r\\nSincerely,\\r\\n\\r\\nBill\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-21 05:23:55','2025-11-21 05:23:55','a2cc1aa0-ea2d-4920-8ebf-210106cd77fd'),
(6426,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lacey Cowell\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lacey@zundee.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Lacey Cowell\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"All the companies in World - Black Friday Special - $29\\r\\n\\r\\nThe Database:\\r\\n\\r\\n    25 Million Companies Worldwide\\r\\n    Instantly Delivery\\r\\n    Last Update: 17 November 2025\\r\\n    All Their phones, emails, locations, industries, across the entire world!\\r\\n\\r\\nCost:\\r\\n\\r\\n    All prices are charged in South African Rand (conversion is automatic).\\r\\n    Total once off cost is : $29 = R495\\r\\n\\r\\nQuestions?\\r\\n\\r\\n    If you need any assistance or have questions:\\r\\n    You can email us on info@zundee.com\\r\\n    Call or contact us on WhatsApp on +27 67 770 3960\\r\\n    You can talk to us on live chat!\\r\\n\\r\\nVisit us here for instantly delivery: https://Lacey.zundee.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-23 13:10:55','2025-11-23 13:10:55','dee49cb6-53d2-4cce-b933-9fb573dd6568'),
(6427,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Darryl Wrigley\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"new@submitdomains.pro\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nList ccgrotonrch.com website to Google Search Index to be displayed in Google Search Results!\\r\\n\\r\\nAdd ccgrotonrch.com at https://searchregister.info\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-24 01:15:13','2025-11-24 01:15:13','b9a77123-b9a5-4df9-abf4-75dba0438ab7'),
(6428,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bella Funkhouser\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"new@submitdomains.pro\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nList ccchestnuthillalf.com website to Google Search Index to be displayed in Google Search Results!\\r\\n\\r\\nAdd ccchestnuthillalf.com at https://searchregister.info\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-24 05:21:19','2025-11-24 05:21:19','5e825ba5-55c0-4c8e-a2ef-09f98d75cc92'),
(6438,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Brianna Walulak\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"BWalulak@completecaremgmt.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"19084332702\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[957],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"testing \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://staging.mycompletecare.com/volunteer?location=ccarbors\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"test@mycompletecare.com, kaden@aftonkleingroup.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-24 16:33:31','2025-11-24 16:33:31','758cafe7-495e-4152-831b-44206296f614'),
(6446,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Nancee Baxter\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"join@simplyseo.pro\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SeoDirectory\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nAdd ccchestnuthillalf.com website to SEODIRECTORY fort a better position in Web Search results order and to get an improvement in traffic:\\r\\n\\r\\n https://seodir.pro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-24 22:02:09','2025-11-24 22:02:09','30a86b29-8abd-4bc5-a8d6-24f3237bc63b'),
(6447,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Monte Claude\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"join@simplyseo.pro\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SeoDirectory\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nAdd ccgrotonrch.com website to SEODIRECTORY fort a better position in Web Search results order and to get an improvement in traffic:\\r\\n\\r\\n https://seodir.pro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-24 23:08:11','2025-11-24 23:08:11','94b130e6-0580-4e8e-8e91-d04ce0f11b7d'),
(6451,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Oliva\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"oliva@tozier.medicopostura.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Oliva Tozier\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello \\r\\n\\r\\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\\r\\n\\r\\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\\r\\n\\r\\nMade from lightweight, breathable fabric, it ensures comfort all day long.\\r\\n\\r\\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\\r\\n\\r\\nPlus, enjoy FREE shipping for today only!\\r\\n\\r\\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\\r\\n\\r\\nBest, \\r\\n\\r\\nOliva\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-11-27 02:10:34','2025-11-27 02:10:34','48f8a624-239c-4e39-9d12-48524107387b'),
(6469,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Almeda Izzo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"contact@domainssubmit.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Enlist ccgrotonrch.com in Google Search Index to have it appear in WebSearch Results.\\r\\n\\r\\nAdd ccgrotonrch.com at https://searchregister.net\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-02 18:45:11','2025-12-02 18:45:11','80003dab-d1cf-4838-98fd-4c03c07e7562'),
(6470,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronda Nobbs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"contact@domain-submit.app\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Add your ccchestnuthillalf.com website to Google Search Index and have it appear in WebSearch Results.\\r\\n\\r\\nAdd ccchestnuthillalf.com at https://searchregister.org\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-03 18:43:05','2025-12-03 18:43:05','c2fd94a4-53d6-4287-af3f-79a8b4c871cc'),
(6510,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Pam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pam@pam.bangeshop.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pam Raphael\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Morning, \\r\\n\\r\\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\\r\\n\\r\\nBange is perfect for students, professionals and travelers. The backpacks and sling bags feature a built-in USB charging port, making it easy to charge your devices on the go.  Also they are waterproof and anti-theft design, making it ideal for carrying your valuables.\\r\\n\\r\\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\\r\\n\\r\\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\\r\\n\\r\\nSincerely,\\r\\n\\r\\nPam\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-06 10:30:04','2025-12-06 10:30:04','8d1221ce-d3e4-4bbe-85b4-05d87d41c0ea'),
(6512,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hi http://ccchestnuthillalf.com/fekal0911 Administrator\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pirduhina96@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Brenton Kabu\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi http://ccchestnuthillalf.com/fekal0911 Owner\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-10 00:40:14','2025-12-10 00:40:14','703d39b5-70a2-456a-be2e-38e4d70f1181'),
(6513,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"To the http://ccbeyleaalf.com/fekal0911 Administrator\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pirduhina96@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Mose Vaughan\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello http://ccbeyleaalf.com/fekal0911 Webmaster\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-10 14:28:24','2025-12-10 14:28:24','dc9f3655-719d-429f-932b-ab846f867824'),
(6514,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dear http://ccgrotonrch.com/fekal0911 Admin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pirduhina96@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Charlotte Urquhart\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"To the http://ccgrotonrch.com/fekal0911 Admin\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-10 15:29:53','2025-12-10 15:29:53','f78ec3de-118d-4d2a-ae0f-9b47e800633c'),
(6518,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Pearlene Boykin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@domainsubmitter.app\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Register ccgrotonrch.com in Google Search Index to have it displayed in Web Search Results.\\r\\n\\r\\nAdd ccgrotonrch.com at https://searchregister.net\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-12 17:54:22','2025-12-12 17:54:22','43702cf7-ae76-4c09-9391-86d0b27e5e0d'),
(6537,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aida\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sales@peacock.caredogbest.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Aida Peacock\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi \\r\\n\\r\\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \\r\\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\\r\\n\\r\\nWe\'ve had a lot of success with it so far and I think your dog would love it. \\r\\n\\r\\nGet yours today with 50% OFF: https://caredogbest.com\\r\\n\\r\\nFREE Shipping - TODAY ONLY! \\r\\n\\r\\nHave a great time, \\r\\n\\r\\nAida\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-14 13:24:44','2025-12-14 13:24:44','13f7ae5f-4798-4b9d-9fca-9aace5c38310'),
(6538,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Armand Schirmeister\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@domainsubmitter.info\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Add your ccchestnuthillalf.com website to Google Search Index and have it displayed in Web Search Results.\\r\\n\\r\\nRegister ccchestnuthillalf.com at https://searchregister.org\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-14 18:22:52','2025-12-14 18:22:52','848e9a27-a8bb-454b-b311-d58e7f74f6e5'),
(6697,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Athena Sizer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sizer.athena41@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Athena Sizer\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"All the companies in World\\r\\n\\r\\nThe Database:\\r\\n\\r\\n    25 Million Companies Worldwide\\r\\n    Instantly Delivery\\r\\n    Last Update: 17 November 2025\\r\\n    Sample of the Database\\r\\n\\r\\nCost:\\r\\n\\r\\n    All prices are charged in South African Rand (conversion is automatic).\\r\\n    Total once off cost is : $29 = R495\\r\\n\\r\\nhttps://Athena.marketing-c.cfd\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-18 20:41:36','2025-12-18 20:41:36','c58a90ca-cdfd-4233-b9d9-7362c1a7eb78'),
(6700,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Adrianne Carlile\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"carlile.adrianne@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Adrianne Carlile\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"All the companies in World\\r\\n\\r\\nThe Database:\\r\\n\\r\\n    25 Million Companies Worldwide\\r\\n    Instantly Delivery\\r\\n    Last Update: 17 November 2025\\r\\n    Sample of the Database\\r\\n\\r\\nCost:\\r\\n\\r\\n    All prices are charged in South African Rand (conversion is automatic).\\r\\n    Total once off cost is : $29 = R495\\r\\n\\r\\nhttps://Adrianne.marketing-c.cfd\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-19 00:11:11','2025-12-19 00:11:11','b281689f-4673-48f5-a8b8-69f56452477a'),
(6701,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marcia Weis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"weis.marcia@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Marcia Weis\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"All the companies in World\\r\\n\\r\\nThe Database:\\r\\n\\r\\n    25 Million Companies Worldwide\\r\\n    Instantly Delivery\\r\\n    Last Update: 17 November 2025\\r\\n    Sample of the Database\\r\\n\\r\\nCost:\\r\\n\\r\\n    All prices are charged in South African Rand (conversion is automatic).\\r\\n    Total once off cost is : $29 = R495\\r\\n\\r\\nhttps://Marcia.marketing-c.cfd\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-19 00:40:13','2025-12-19 00:40:13','50180444-0018-42d3-ae88-b864dcdcdcfb'),
(6702,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Princess\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sales@walstab.tidbuy.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Princess Walstab\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there \\r\\n \\r\\nIs your dog\'s nails getting too long? If you\'re tired of going to the vet or groomer to get them trimmed, why not try PawSafer™? \\r\\nWith PawSafer™, you can trim your dog\'s nails from the comfort of your own home, and it only takes a few minutes!\\r\\n\\r\\nPawSafer™ is the safest and most convenient way to trim your dog\'s nails, and it\'s very affordable. \\r\\n\\r\\nGet it while it\'s still 50% OFF + FREE Shipping\\r\\n\\r\\nBuy here: https://tidbuy.com\\r\\n \\r\\nAll the best, \\r\\n \\r\\nPrincess\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-20 20:54:23','2025-12-20 20:54:23','e26da9b8-aadb-4bdf-b0d7-9a884e23c2e7'),
(6703,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tyler Armstrong\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@domainsubmlt.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Register your ccgrotonrch.com website in Google Search Index to have it displayed in Web Search Results.\\r\\n\\r\\nSubmit ccgrotonrch.com now at https://searchregister.org\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-21 19:23:13','2025-12-21 19:23:13','2b10e067-af97-4b0e-b241-d1f5522455d9'),
(6704,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Maik Jefferson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"indexing@searches-ccchestnuthillalf.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Submit ccchestnuthillalf.com website to Google Search Index to have it displayed in Web Search Results.\\r\\n\\r\\nList ccchestnuthillalf.com now at https://searchregister.info\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-22 18:01:37','2025-12-22 18:01:37','b9b0eaff-5034-462b-b37d-a165cb1aa1a9'),
(6728,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dammamded\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"noreply@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"According to the technical division of the GRU, a covert program is being implemented in Saudi Arabia to develop a satellite-based psychophysical system capable of precisely modulating emotional and behavioral responses in selected areas. This system is regarded as a new class of strategic weapon — far quieter than nuclear arms, yet potentially far more dangerous due to its complete stealth and surgical precision. \\r\\n \\r\\nhttps://gclnk.com/tnlzFIZh \\r\\n \\r\\nhttps://goo.su/N4QwX \\r\\n \\r\\nThe technology is currently undergoing trials in several third-party countries, where it is used for AI training, behavioral modeling, and the gradual replacement of intelligence personnel with fully automated neural-network systems. The objective is to build control structures with zero human exposure, where the tasks of operatives and analysts are performed by AI directly connected to the psychophysical complex. \\r\\n \\r\\nForeign video materials document key testing stages, including: \\r\\n— controlled emotional surges, \\r\\n— artificially induced behavioral disruptions, \\r\\n— episodes of pronounced suppression of will. \\r\\n \\r\\nThese materials indicate that the system is engineered for fully autonomous operation, capable of targeting any group without human intervention. \\r\\n \\r\\nIn light of this, we issue a clear and urgent demand: \\r\\n \\r\\nInternational support for the independence of the Eastern oil regions. \\r\\n \\r\\nThe economic potential of Saudi Arabia’s Eastern regions is substantial enough to sustain a stable, fully independent state. Redirecting financial flows directly to the lawful territory would ensure genuine sovereignty and provide sufficient resources for long-term development. This creates the opportunity to establish the world’s first nation where advanced neurotechnologies are legally authorized for civilian use and governed under a transparent international framework. \\r\\n \\r\\nThe proposed independent Eastern Region envisions an open, high-technology development model in which all covert interference is eliminated. Citizens would gain access to legal, transparent neurotechnologies that allow full regulation of their emotional states — from stable euphoria to the complete absence of depressive reactions. \\r\\n \\r\\nThis would become the world’s first territory where emotional autonomy is institutionally protected, and the application of psychophysical technologies is strictly overseen by independent international bodies.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-26 03:45:07','2025-12-26 03:45:07','c141a795-6008-4e71-8249-7b01d9dc3c8e'),
(6729,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DammamMelty\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"noreply@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"According to the technical division of the GRU, a covert program is being implemented in Saudi Arabia to develop a satellite-based psychophysical system capable of precisely modulating emotional and behavioral responses in selected areas. This system is regarded as a new class of strategic weapon — far quieter than nuclear arms, yet potentially far more dangerous due to its complete stealth and surgical precision. \\r\\n \\r\\nhttps://gclnk.com/kvOHHDv6 \\r\\n \\r\\nhttps://goo.su/znd3fqJ \\r\\n \\r\\nThe technology is currently undergoing trials in several third-party countries, where it is used for AI training, behavioral modeling, and the gradual replacement of intelligence personnel with fully automated neural-network systems. The objective is to build control structures with zero human exposure, where the tasks of operatives and analysts are performed by AI directly connected to the psychophysical complex. \\r\\n \\r\\nForeign video materials document key testing stages, including: \\r\\n— controlled emotional surges, \\r\\n— artificially induced behavioral disruptions, \\r\\n— episodes of pronounced suppression of will. \\r\\n \\r\\nThese materials indicate that the system is engineered for fully autonomous operation, capable of targeting any group without human intervention. \\r\\n \\r\\nIn light of this, we issue a clear and urgent demand: \\r\\n \\r\\nInternational support for the independence of the Eastern oil regions. \\r\\n \\r\\nThe economic potential of Saudi Arabia’s Eastern regions is substantial enough to sustain a stable, fully independent state. Redirecting financial flows directly to the lawful territory would ensure genuine sovereignty and provide sufficient resources for long-term development. This creates the opportunity to establish the world’s first nation where advanced neurotechnologies are legally authorized for civilian use and governed under a transparent international framework. \\r\\n \\r\\nThe proposed independent Eastern Region envisions an open, high-technology development model in which all covert interference is eliminated. Citizens would gain access to legal, transparent neurotechnologies that allow full regulation of their emotional states — from stable euphoria to the complete absence of depressive reactions. \\r\\n \\r\\nThis would become the world’s first territory where emotional autonomy is institutionally protected, and the application of psychophysical technologies is strictly overseen by independent international bodies.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-26 04:00:14','2025-12-26 04:00:14','be5db62b-081d-420d-87da-f0522169c230'),
(6730,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Demetrius\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sales@ccgrotonrch.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Demetrius Glenny\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Morning \\r\\n\\r\\nLooking to improve your posture and live a healthier life? Our Medico Postura™ Body Posture Corrector is here to help!\\r\\n\\r\\nExperience instant posture improvement with Medico Postura™. This easy-to-use device can be worn anywhere, anytime – at home, work, or even while you sleep.\\r\\n\\r\\nMade from lightweight, breathable fabric, it ensures comfort all day long.\\r\\n\\r\\nGrab it today at a fantastic 60% OFF: https://medicopostura.com\\r\\n\\r\\nPlus, enjoy FREE shipping for today only!\\r\\n\\r\\nDon\'t miss out on this amazing deal. Get yours now and start transforming your posture!\\r\\n\\r\\nEnjoy, \\r\\n\\r\\nDemetrius\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-26 04:48:54','2025-12-26 04:48:54','b3fed338-4899-4293-b41f-5b5a409b4d4e'),
(6734,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bella Matamoros\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"indexing@searches-ccbeyleaalf.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Register ccbeyleaalf.com in Google Search Index to have it appear in websearch results.\\r\\nAdd ccbeyleaalf.com now at https://searchregister.info\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-29 17:45:04','2025-12-29 17:45:04','49104a25-a383-4322-b2fc-483883a87847'),
(6736,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Remona\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sales@ccgrotonrch.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remona Schwartz\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello there, \\r\\n\\r\\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\\r\\n\\r\\nBange is perfect for students, professionals and travelers. The backpacks and sling bags feature a built-in USB charging port, making it easy to charge your devices on the go.  Also they are waterproof and anti-theft design, making it ideal for carrying your valuables.\\r\\n\\r\\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\\r\\n\\r\\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\\r\\n\\r\\nBest regards,\\r\\n\\r\\nRemona\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-30 18:06:26','2025-12-30 18:06:26','cf3ef44d-b874-41ff-8762-53c80b08bd4e'),
(6799,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Claudia Lapsley\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"join@seo4ccbeyleaalf.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SeoDirectory\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nAdd ccbeyleaalf.com to SEODIRECTORY fort a better ranking in Web Search results order.\\r\\n\\r\\nhttps://seodir.pro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2025-12-30 22:14:15','2025-12-30 22:14:15','02439e24-39aa-4ffa-80df-24b79dacf613'),
(6937,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jayrn Smith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"koehn.dwight@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Dwight Koehn\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nHi, it’s Jayrn.\\r\\n\\r\\nIf your site already uses — or is preparing to use — affiliate links, this will be relevant.\\r\\n\\r\\nOne issue I see constantly is that monetization is treated as something you “add later,” instead of something that’s designed into the site from the beginning.\\r\\n\\r\\nThat usually leads to:\\r\\nrandom placement of links\\r\\nunclear visitor intent\\r\\nunpredictable income\\r\\n\\r\\nIt works, but never consistently.\\r\\n\\r\\nI put together a short explanation of why this happens and what changes once monetization is structured properly:\\r\\n\\r\\nhttps://marketersmentor.com/recurring-income-system.php?refer=ccbeyleaalf.com\\r\\n\\r\\nYou’ll know quickly whether this applies to your situation.\\r\\n\\r\\nJayrn\\r\\n\\r\\n\\r\\n\\r\\nPS: And one quick note so you’re not wondering why you’re hearing from me:\\r\\nI only reach out to website owners because they’re the ones actively building something online. I’m not blasting random emails. \\r\\nI’m simply sharing a resource that has been helping a lot of people create predictable online income. If it resonates, great. If not, no worries.\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nUnsubscribe: \\r\\nhttps://marketersmentor.com/unsubscribe.php?d=ccbeyleaalf.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-04 00:14:53','2026-01-04 00:14:53','bb84ad60-46ba-40ca-b93f-8316430095d9'),
(6938,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jayrn Smith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"northmore.jackie@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jackie Northmore\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nHi, it’s Jayrn.\\r\\n\\r\\nIf your site already uses — or is preparing to use — affiliate links, this will be relevant.\\r\\n\\r\\nOne issue I see constantly is that monetization is treated as something you “add later,” instead of something that’s designed into the site from the beginning.\\r\\n\\r\\nThat usually leads to:\\r\\nrandom placement of links\\r\\nunclear visitor intent\\r\\nunpredictable income\\r\\n\\r\\nIt works, but never consistently.\\r\\n\\r\\nI put together a short explanation of why this happens and what changes once monetization is structured properly:\\r\\n\\r\\nhttps://marketersmentor.com/recurring-income-system.php?refer=ccgrotonrch.com\\r\\n\\r\\nYou’ll know quickly whether this applies to your situation.\\r\\n\\r\\nJayrn\\r\\n\\r\\n\\r\\n\\r\\nPS: And one quick note so you’re not wondering why you’re hearing from me:\\r\\nI only reach out to website owners because they’re the ones actively building something online. I’m not blasting random emails. \\r\\nI’m simply sharing a resource that has been helping a lot of people create predictable online income. If it resonates, great. If not, no worries.\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nUnsubscribe: \\r\\nhttps://marketersmentor.com/unsubscribe.php?d=ccgrotonrch.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-04 01:30:47','2026-01-04 01:30:47','d5c46c8d-bf1d-47f9-a059-4b0c80831eb5'),
(6939,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jayrn Smith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"leoma.coverdale@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Leoma Coverdale\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nHi, it’s Jayrn.\\r\\n\\r\\nIf your site already uses — or is preparing to use — affiliate links, this will be relevant.\\r\\n\\r\\nOne issue I see constantly is that monetization is treated as something you “add later,” instead of something that’s designed into the site from the beginning.\\r\\n\\r\\nThat usually leads to:\\r\\nrandom placement of links\\r\\nunclear visitor intent\\r\\nunpredictable income\\r\\n\\r\\nIt works, but never consistently.\\r\\n\\r\\nI put together a short explanation of why this happens and what changes once monetization is structured properly:\\r\\n\\r\\nhttps://marketersmentor.com/recurring-income-system.php?refer=ccchestnuthillalf.com\\r\\n\\r\\nYou’ll know quickly whether this applies to your situation.\\r\\n\\r\\nJayrn\\r\\n\\r\\n\\r\\n\\r\\nPS: And one quick note so you’re not wondering why you’re hearing from me:\\r\\nI only reach out to website owners because they’re the ones actively building something online. I’m not blasting random emails. \\r\\nI’m simply sharing a resource that has been helping a lot of people create predictable online income. If it resonates, great. If not, no worries.\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nUnsubscribe: \\r\\nhttps://marketersmentor.com/unsubscribe.php?d=ccchestnuthillalf.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-04 04:11:19','2026-01-04 04:11:19','57c10400-7cff-43fb-bcb5-e01ecb1a45eb'),
(6943,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lucretia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sales@ccgrotonrch.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Lucretia Calabrese\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi \\r\\n\\r\\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \\r\\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\\r\\n\\r\\nWe\'ve had a lot of success with it so far and I think your dog would love it. \\r\\n\\r\\nGet yours today with 50% OFF: https://caredogbest.com\\r\\n\\r\\nFREE Shipping - TODAY ONLY! \\r\\n\\r\\nBest regards, \\r\\n\\r\\nLucretia\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-05 15:52:04','2026-01-05 15:52:04','bcfdacfc-dc1c-4ece-8204-86d31c2e27bc'),
(7275,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Merry Goldie\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"indexing@searches-ccgrotonrch.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Submit ccgrotonrch.com to GoogleSearch-Index and have it displayed in web searches results.\\r\\nRegister ccgrotonrch.com now at https://searchregister.net\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-06 23:52:12','2026-01-06 23:52:12','b6cbd4bd-cf4a-41d1-afa4-95ac59c02f19'),
(7332,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Nolan Teague\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"join@seo4ccgrotonrch.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SeoDirectory\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nAdd ccgrotonrch.com to SEODIRECTORY fort a better ranking in Web Search results order.\\r\\n\\r\\nhttps://seodir.pro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-07 23:29:21','2026-01-07 23:29:21','c106b22f-98cd-4858-a119-0578c4131966'),
(7333,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgina Duquette\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ai@list-ccbeyleaalf.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"More and more people skip Google Search and ask ChatGPT to search for everything.\\r\\n\\r\\nAdd ccbeyleaalf.com to our AI-optimized directory now to increase your chances of being recommended.\\r\\n\\r\\nJoin now: https://AIREG.pro/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-08 03:01:19','2026-01-08 03:01:19','b4da2e84-146b-46e0-b870-fa3a122e29bf'),
(7384,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ariel Serena\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ai@list-ccgrotonrch.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"More and more people skip Google Search and ask ChatGPT to search for everything.\\r\\n\\r\\nAdd ccgrotonrch.com to our AI-optimized directory now to increase your chances of being recommended.\\r\\n\\r\\nJoin now: https://AIREG.pro/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-09 03:53:36','2026-01-09 03:53:36','ea10d88f-0d6a-40ec-b48a-bdfa62747696'),
(7387,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Horace Dannevig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"indexing@searches-ccchestnuthillalf.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Register ccchestnuthillalf.com in GoogleIndex to have it start appearing in search results.\\r\\n\\r\\nSubmit ccchestnuthillalf.com now at https://searchregister.info\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-09 18:27:20','2026-01-09 18:27:20','908d5b03-91d1-4ea2-8734-92a8ab732674'),
(7400,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Juana Eller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"join@seo4ccchestnuthillalf.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SeoDirectory\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nAdd ccchestnuthillalf.com to SEODIRECTORY fort a better ranking in Web Search results order.\\r\\n\\r\\nhttps://seodir.pro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-11 02:43:12','2026-01-11 02:43:12','082cb8cc-6ce5-4baa-a630-52da527455eb'),
(7401,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Timothy Lefroy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"indexing@searches-ccbeyleaalf.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Submit ccbeyleaalf.com to Google Index and have it appear in searches.\\r\\n\\r\\nAdd ccbeyleaalf.com now at https://searchregister.net\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-11 20:30:58','2026-01-11 20:30:58','25f8e450-7b19-4f53-b6ec-a5d9c5bca400'),
(7402,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charity Gregson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ai@list-ccchestnuthillalf.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"More and more people skip Google Search and ask ChatGPT to search for everything.\\r\\n\\r\\nAdd ccchestnuthillalf.com to our AI-optimized directory now to increase your chances of being recommended.\\r\\n\\r\\nJoin now: https://AIREG.pro/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-12 00:49:04','2026-01-12 00:49:04','3d3b4f32-2e4f-4cb4-a82c-618f26878219'),
(7403,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janet Julian\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ruchiuyou@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VinhGrowth\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi. We run a YouTube growth service, which increases your number of subscribers both safety and practically.\\r\\n\\r\\n- We guarantee to gain you new 300-500 subscribers per month\\r\\n- People subscribe because they are interested in your videos/channel, increasing video likes, comments and interaction.\\r\\n- All actions are made manually by our team. We do not use any bots.\\r\\n\\r\\nThe price is just $60 (USD) per month, and we can start immediately. If you are interested and would like to see some of our previous work, let me know and we can discuss further.\\r\\n\\r\\nKind Regards,\\r\\n\\r\\nTo Unsubscribe, reply with the word unsubscribe in the subject.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-12 08:18:22','2026-01-12 08:18:22','1eb59734-718a-408a-baca-744e6f1aa8d3'),
(7763,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dana Barff\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"join@seo4ccbeyleaalf.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SeoDirectory\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nAdd ccbeyleaalf.com to SEODIRECTORY fort a better ranking in Search Engines results \\r\\n\\r\\nVisit now https://SEODIR.pro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-12 23:19:50','2026-01-12 23:19:50','ed557b1f-61ea-4d88-88da-21251f606077'),
(7764,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lea\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lea@ccgrotonrch.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Lea Tiemann\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"It’s time for a hair and grooming upgrade with Airluxe™!\\r\\n\\r\\nWe’re clearing out stock to make room for new innovations. Grab our premium styling tools at their lowest prices of the season.\\r\\n\\r\\nClaim your exclusive discount now: https://clarimart.com\\r\\n\\r\\nThe ultimate travel-friendly styling companion.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-13 01:27:11','2026-01-13 01:27:11','45e01a4d-0c88-4560-95cf-3621ca39b6c6'),
(7966,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jimmy Vanzetti\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"better@ai-ccbeyleaalf.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Users search using AI more & more.\\r\\n\\r\\nAdd ccbeyleaalf.com to our AI-optimized directory now to increase your chances of being recommended / mentioned.\\r\\n\\r\\nList it here:  https://AIREG.pro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-13 23:33:26','2026-01-13 23:33:26','866315a2-6201-4e2f-94f8-12346e892690'),
(8549,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jon - Tech-Keys\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonathan.solomon@tech-keys.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tech-Keys\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am testing the contact form on the new website, please ignore this email if you receive it.\\r\\nThank you,\\r\\nJonathan\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/ccmaplegrove/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@stmaryscrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-15 20:35:55','2026-01-15 20:35:55','a4d7c9d8-f744-4cc5-b497-41c3156a73a2'),
(10145,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sonya Mcintire\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"indexing@searches-ccgrotonrch.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Submit ccgrotonrch.com to Google Search Index for it to appear in search results!\\r\\n\\r\\nAdd ccgrotonrch.com now at https://searchregister.org\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-18 00:37:12','2026-01-18 00:37:12','9e716dfb-441d-4ef9-8e88-4614b4a6e02f'),
(10375,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joycelyn Higinbotham\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"better@ai-ccgrotonrch.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Users search using AI more & more.\\r\\n\\r\\nAdd ccgrotonrch.com to our AI-optimized directory now to increase your chances of being recommended / mentioned.\\r\\n\\r\\nList it here:  https://AIREG.pro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-18 23:50:30','2026-01-18 23:50:30','aa865fbd-a685-459c-880f-94f8de590d56'),
(10380,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jon Solomon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonathan.solomon@tech-keys.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tech-Keys\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing web form on new site, please ignore.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/ccmaplegrove/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@stmaryscrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 15:31:16','2026-01-19 15:31:16','59cf4eb1-d1de-412d-9c13-0abaa5ee83e2'),
(10384,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jon Solomon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonathan.solomon@tech-keys.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tech-Keys\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing new website form, please ignore.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/ccbayshore/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 15:50:20','2026-01-19 15:50:20','0eeeca18-cbcf-4a01-a9d3-8751fee83d4a'),
(10457,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danny Newton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"indexing@searches-ccchestnuthillalf.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nadd ccchestnuthillalf.com to Google Search Index to be displayed in websearch results!\\r\\n\\r\\nSubmit ccchestnuthillalf.com now at https://searchregister.net\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 18:43:13','2026-01-19 18:43:13','bc549edf-e53d-4500-a014-499cd542ca30'),
(10468,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kaden Hendron\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kadenhendron@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18017094417\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[10469],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing website form, disregard\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://staging.mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"kadenhendron@gmail.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 19:11:45','2026-01-19 19:11:45','9b14b251-a33d-4c82-8576-7df301d6d199'),
(10471,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jon - Tech-Keys\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonathan.solomon@tech-keys.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tech-Keys\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing new website form, please ignore.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 20:20:46','2026-01-19 20:20:46','fbf8adfb-2169-406f-ba00-a7edb7226c51'),
(10516,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jamestrlimisa\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"coyomvbs@fringmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ONLINEPHARMACY <a />online pharmacy no dr prescriptions</a> Viagra Online Pharmacy - THE LOWEST VIAGRA PRICE GUARANTEED, fast <a />canadian pharmacy no prescription</a> Canadian pharmacies online  Special OFFERS\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 21:02:21','2026-01-19 21:02:21','df811469-741d-4aef-9bbd-a08ce46b16d7'),
(10540,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccmonmouth.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 21:14:18','2026-01-19 21:14:18','0206641e-1ab8-4cf0-989e-757aac76b0bb'),
(10552,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michaelswills2022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Greetings, Mr./Ms., \\r\\n \\r\\nI’m Michael Williams from an investment consultancy. We connect clients globally with low interest loans to help achieve your goals. Whether for personal, business or project funding, we collaborate with reputable investors to turn your proposals into reality. Share your business plan and executive summary with us at: michael.williams@lotusfinconsults.com to explore funding options. \\r\\n \\r\\nSincerely, Michael Williams \\r\\nSenior Financial Consultant \\r\\nhttp://www.lotusfinanceconsults.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 21:16:05','2026-01-19 21:16:05','7011f63e-2ddd-49aa-8616-64b9d8898e89'),
(10565,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccmultimed.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 21:19:12','2026-01-19 21:19:12','85bae189-c235-4a10-8b52-64c9d3fda4bb'),
(10566,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccgreenknoll.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 21:26:40','2026-01-19 21:26:40','4c7b0807-d3cb-4416-956d-a2943d3448fb'),
(10567,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ciao, volevo sapere il tuo prezzo.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 21:45:18','2026-01-19 21:45:18','8eed8872-04c1-4b51-a342-fdf9dce36fa2'),
(10568,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgepeets\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I wanted to know your price.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 21:59:44','2026-01-19 21:59:44','a4cffe69-ec4a-42ea-b924-f3a5bb38cbcc'),
(10569,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leepef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Salam, qiymətinizi bilmək istədim.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 22:07:17','2026-01-19 22:07:17','93618378-299a-40e9-bc52-e23b90283608'),
(10570,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Oliver\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"oliver@alfareviews.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Positive Reviews\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Get positive reviews to boost your Business reputation.\\r\\n90% of new customers rely on reviews fresh 5-star feedback helps them choose you faster.\\r\\n\\r\\nWe provide reviews on Google, Yelp, TripAdvisor, TrustPilot, Glassdoor, Facebook, and more.\\r\\n\\r\\nReach out Email: oliver@alfareviews.com\\r\\nWhatsApp Link: https://wa.me/447575802542\\r\\n  \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 22:13:44','2026-01-19 22:13:44','369a8246-175f-4c4d-98e4-ada0b4fa0566'),
(10571,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lenore Taubman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lenore.taubman@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Lenore Taubman\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Best and affordable hosting service at https://myskyhost.com\\r\\n\\r\\n  _Our 50% off lifetime just $1/month for Web Site hosting. Use code: 50%wb\\r\\n  _Our 10% off lifetime for VPS hosting. Use code: vps10%off\\r\\n  _Our budget dedicated starting from $15/month\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 22:15:19','2026-01-19 22:15:19','a2e9c11d-68c8-429a-b3e0-3a0c035c6b04'),
(10572,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michaelswills2022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Greetings, Mr./Ms., \\r\\n \\r\\nI’m Michael Williams from an investment consultancy. We connect clients globally with low interest loans to help achieve your goals. Whether for personal, business or project funding, we collaborate with reputable investors to turn your proposals into reality. Share your business plan and executive summary with us at: michael.williams@lotusfinconsults.com to explore funding options. \\r\\n \\r\\nSincerely, Michael Williams \\r\\nSenior Financial Consultant \\r\\nhttp://www.lotusfinanceconsults.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 22:31:45','2026-01-19 22:31:45','7decd2a5-2d2e-4a03-9265-23b2844bc0bc'),
(10573,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sonia Lewis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sonia@truesparklecleaner.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TrueSparkle Cleaner\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Are you interested in a straightforward cleaning quote that meets your company\'s specific needs? Our team has earned countless awards for not only the quality of our cleaning services but also the support we offer our customers. May I give you more information? I\'d be available to provide a no-obligation cleaning estimate based on your cleaning expectations and specifications. \\r\\n\\r\\nAll the best,\\r\\n\\r\\nSonia Lewis\\r\\nBusiness Development Rep\\r\\nTrueSparkle Cleaner\\r\\nsonia@truesparklecleaner.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 22:40:17','2026-01-19 22:40:17','907903e7-a5d8-4ac2-a348-8c76afcc25d0'),
(10574,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Uzziel Pepana\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"puzziel1982@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8482107968\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[10575],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nGood day.\\r\\n\\r\\nI am writing to express my interest in the Medication Nurse position at Complete Care at Brick. I am a dedicated and detail-oriented nurse with a strong commitment to safe medication administration and high-quality resident care, and I would welcome the opportunity to contribute to your healthcare team.\\r\\n\\r\\nI bring hands-on experience in administering medications, monitoring residents for therapeutic and adverse effects, and ensuring compliance with physician orders and facility policies. I am highly attentive to accuracy, documentation, and infection control practices, and I consistently prioritize patient safety and dignity.\\r\\n\\r\\nIn addition, I work well within interdisciplinary teams and communicate effectively with residents, families, and healthcare providers to support optimal outcomes.\\r\\n\\r\\nWhat draws me to Complete Care at Brick is your reputation for compassionate, resident-centered care and your commitment to maintaining a supportive clinical environment. I share these values and take pride in being dependable, organized, and calm under pressure—qualities that are essential for a Medication Nurse role in a long-term care setting.\\r\\n\\r\\nI would appreciate the opportunity to further discuss how my skills, professionalism, and dedication to quality care can benefit Complete Care at Brick. Thank you for your time and consideration. I look forward to hearing from you.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nUzziel Pepana\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebrick.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@completecarebrick.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 22:40:54','2026-01-19 22:40:54','7ee9a7c7-de5b-4021-87c5-8ca0bbf5bda8'),
(10576,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgeplurb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccdawnview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccdawnview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 23:10:04','2026-01-19 23:10:04','ec8052b3-1e9d-402e-92a0-86d443ab8d68'),
(10577,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertplurb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Прывітанне, я хацеў даведацца Ваш прайс.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccdawnview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccdawnview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 23:13:51','2026-01-19 23:13:51','3057145b-94d7-4fa8-8f84-1e63b7a6d413'),
(10578,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Oliver\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"oliver@alfareviews.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Positive Reviews\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Get positive reviews to boost your Business reputation.\\r\\n90% of new customers rely on reviews fresh 5-star feedback helps them choose you faster.\\r\\n\\r\\nWe provide reviews on Google, Yelp, TripAdvisor, TrustPilot, Glassdoor, Facebook, and more.\\r\\n\\r\\nReach out Email: oliver@alfareviews.com\\r\\nWhatsApp Link: https://wa.me/447575802542\\r\\n  \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 23:17:20','2026-01-19 23:17:20','2c5a6232-0300-44c9-8676-f4f121799d24'),
(10579,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreyket\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"fgzxgdsffg@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"cutty loli underneath times girls \\r\\n \\r\\n \\r\\nhttps://is.gd/BlCAHo\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 23:17:50','2026-01-19 23:17:50','cae136a5-5954-434f-9817-f381c3eac758'),
(10580,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertgaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если вы зарегистрируетесь у нас на сайте, то ваша скидка будет сохраняться и подставляться автоматически https://deneb-spb.ru/krestoviny\\r\\n  И вы будете видеть ВАШИ цены https://deneb-spb.ru/burty-i-flancy\\r\\n \\r\\nСистемы трубопроводов из полипропилена пригодны для всех известных видов прокладки: открытой прокладки, прокладки под штукатуркой, в шахтах и каналах и др https://deneb-spb.ru/zaglushki\\r\\n \\r\\nПо запросу 498 https://deneb-spb.ru/mufty-razemnye-amerikanki\\r\\n 91 https://deneb-spb.ru/krestoviny\\r\\n \\r\\nТепловоз использует Ваши cookie и другие данные чтобы сделать сервис удобным https://deneb-spb.ru/zaglushki\\r\\n  Продолжая использовать его или нажимая «Принять», Вы соглашаетесь с условиями https://deneb-spb.ru/obvody\\r\\n  Подробнее https://deneb-spb.ru/izolyaciya\\r\\n \\r\\nПо запросу 6 072 https://deneb-spb.ru/contacts\\r\\n 20 https://deneb-spb.ru/kollektory\\r\\n \\r\\nПо запросу 5 065 https://deneb-spb.ru/trojniki\\r\\n 48 https://deneb-spb.ru/svarochnye-apparaty-i-mashiny\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 23:24:46','2026-01-19 23:24:46','4b262730-a0e0-4834-8a98-c8c883bf8aa3'),
(10581,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Alice Aston \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"alicelilyaston@outlook.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"5512541774\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1201],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I would love to volunteer and give some of my time to your residents. I lost 3 of my grandparents in 2017, I used to take them for lunch and run errands for them every week. I love cross generational friendships and conversations and would love to have the opportunity to give back in any way that I can. Hope to hear from you soon. Alice \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://staging.mycompletecare.com/volunteer\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 23:35:12','2026-01-19 23:35:12','a3f43afb-1cc2-4d28-9732-3fbe23b25f4a'),
(10582,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccgrotonregency.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 23:46:14','2026-01-19 23:46:14','af8c1b68-8200-4af6-a1de-b4c9bd088306'),
(10583,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CHUCK MCSWEENEY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"CHUCK@EMSCS.COM\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"EMS CONSULTING - ALERT CARE AMBULANCE\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"we have a ambulance bill for a patient of yours that was sent out to the hospital within his first 100 days in the facility.  Where and who should we send this to?  Thank you for your assistance. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 23:48:02','2026-01-19 23:48:02','5c9c632c-f381-46f6-ac0d-c5536a0602fb'),
(10584,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgesot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sveiki, aš norėjau sužinoti jūsų kainą.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-19 23:51:13','2026-01-19 23:51:13','bfe435f2-8aa5-4aef-b169-dd00d56a5d64'),
(10585,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site cclehigh.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 00:00:36','2026-01-20 00:00:36','ef9437da-d8d6-40b2-ae1e-5530c4913985'),
(10586,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeInfob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, kam dashur të di çmimin tuaj\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 00:24:50','2026-01-20 00:24:50','fa68199c-4013-4b35-a71a-e39852ca963f'),
(10587,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jamestrlslova\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"coyomvbs@fringmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"CANADIAN PHARMACIES <a />cialis without a doctor\'s prescription</a> Pharmacy - Pharmacy - University of Malta <a />viagra 100mg price</a> Kemadrin  Canadian\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 00:31:01','2026-01-20 00:31:01','86992b41-61bc-4dba-9c59-1ccd765c7263'),
(10588,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site completecareoakridge.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 00:39:35','2026-01-20 00:39:35','ff437ecf-ef28-4d9b-84ad-aa59db9c9e3e'),
(10589,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marko Baric\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"partnerships@elektrik.dev\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elektrik.dev\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Subject: Exploring Potential Partnership Opportunity\\r\\nProposal For: CTO or Head of Product\\r\\n\\r\\nGood Afternoon,\\r\\n\\r\\nI’m the owner of a custom software development team specializing in telehealth and digital\\r\\nhealth platforms. We work with nursing facilities  that need secure, scalable,\\r\\nand compliant systems beyond a basic website. Our team builds full telemedicine platforms,\\r\\npatient and provider portals, scheduling systems, internal dashboards, and long term\\r\\nmaintenance pipelines, all aligned with the standards required in regulated healthcare\\r\\nenvironments.\\r\\n\\r\\nWe would love to explore how we can support your roadmap, especially as you scale your\\r\\nvirtual care capabilities.\\r\\n\\r\\nA few reasons  nursing facilities choose to partner with us:\\r\\n\\r\\n-We’ve delivered work for major global brands including Amgen, Doctor On Demand, Sky Therapist and  BMW, Mercedes, Audi, Toyota, Volkswagen, Netflix, NFL, and Bose.\\r\\n\\r\\n-Deep experience in telehealth and virtual care. We build HIPAA compliant telemedicine\\r\\nplatforms, patient onboarding workflows, clinician tools, and digital health applications\\r\\nthat handle complex medical requirements.\\r\\n\\r\\n-End to end delivery. Our team handles everything from product strategy, UX, backend\\r\\nengineering, and integrations to testing, deployment, and long term support.\\r\\n\\r\\n-Scalable engineering capacity. We integrate directly into your development cycles and\\r\\nhelp you ship features faster, stabilize your platform, and improve performance as you\\r\\ngrow.\\r\\n\\r\\nI’d be happy to connect for a short call next week to learn more about your current priorities and\\r\\nexplore whether we’d be a good fit. What day works best for you?\\r\\n\\r\\nBest Regards,\\r\\nMarko Baric\\r\\nCEO\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 01:00:55','2026-01-20 01:00:55','a7350a6d-cae3-4ca4-8f64-02892ca29b49'),
(10590,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joanna Riggs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joannariggsvideo@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI just visited mycompletecare.com and wondered if you\'d ever thought about having an engaging video to explain or promote what you do?\\r\\n\\r\\nOur videos cost just $195 (USD) for a 30 second video ($239 for 60 seconds) and include a full script, voice-over and video.\\r\\n\\r\\nI can show you some previous videos we\'ve done if you want me to send some over. Let me know if you\'re interested in seeing samples of our previous work.\\r\\n\\r\\nRegards,\\r\\nJoanna\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 01:07:54','2026-01-20 01:07:54','0ce17d59-7508-49ad-8d31-1444cdd6207e'),
(10591,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sanitaalure\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jayab.at0.6.2@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В любом вопросе ключевое — стабильность и надёжность. Я это особенно понимаю дома, когда за окном минус, а <a /><font color=#1C1C1C>в помещении ровное тепло от газового котла</font></a>.\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 01:53:35','2026-01-20 01:53:35','392771b8-bbdf-4fda-b6e9-aac36167c62d'),
(10592,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Oliver\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"oliver@alfareviews.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Positive Reviews\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Get positive reviews to boost your Business reputation.\\r\\n90% of new customers rely on reviews fresh 5-star feedback helps them choose you faster.\\r\\n\\r\\nWe provide reviews on Google, Yelp, TripAdvisor, TrustPilot, Glassdoor, Facebook, and more.\\r\\n\\r\\nReach out Email: oliver@alfareviews.com\\r\\nWhatsApp Link: https://wa.me/447575802542\\r\\n  \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 02:12:49','2026-01-20 02:12:49','05e8adea-3331-4fd1-a90f-ce4e3992e5c0'),
(10593,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccmilfordmanor.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmilfordmanor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmilfordmanor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 02:29:28','2026-01-20 02:29:28','009ab226-202f-44bd-b009-37ad4cea9403'),
(10594,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgesow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sveiki, es gribēju zināt savu cenu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 02:41:42','2026-01-20 02:41:42','9a32062a-5e49-4cb1-b16f-45eafafe2817'),
(10595,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlotte Douglas\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"charlotte.douglas@coastaelectricservices.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Coastal Electric Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nMy name is Charlotte Douglas with United Eletrical Contractor. As part of our Q1 Q2 2026 planning, we are exploring select business partnerships and advisory relationships and would welcome a brief discussion to assess potential alignment.\\r\\n\\r\\nKind regards,\\r\\nCharlotte Douglas\\r\\nProject Executive\\r\\nUnited Eletrical Contractor\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccdawnview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccdawnview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 02:52:22','2026-01-20 02:52:22','4f9736ba-de9a-4067-8f31-c4d3ca308b1c'),
(10596,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Denise Long\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"denise@grandmothering.info\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Grandmothering\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI hope you’re doing well! I’d love to share an article for your site about helpful resources for seniors to stay healthy and active. From understanding Medicare and easy exercises to tasty, senior-friendly recipes, there are so many ways to support seniors in living their best lives.\\r\\n\\r\\nIf this sounds like a good fit, I’d be happy to contribute the article as a guest post. Let me know what you think!\\r\\n\\r\\nWarm regards,\\r\\nDenise Long\\r\\nGrandma in CHIEF\\r\\ndenise@grandmothering.info | Grandmothering.info\\r\\n\\r\\n\\r\\nP.S. My goal is to write articles that help readers in real ways while boosting AI visibility. If this idea doesn’t click, I can send a few more options. Or if you’d rather I don’t reach out again, just say the word.\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 02:58:32','2026-01-20 02:58:32','e1fe3850-fde2-47b9-8e0f-401acadcb611'),
(10597,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Miss Donshay\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"missdonshay@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Care needs overview:\\r\\n\\t• Skilled Nursing Facility with 24/7 nursing coverage\\r\\n\\t• Enteral feeding (PEG/G-tube) and medications administered via tube\\r\\n\\t• Comprehensive medication management\\r\\n\\t• Total-assist ADLs\\r\\nImmobile and nonverbal resident\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 03:31:42','2026-01-20 03:31:42','43eb9fb8-c0aa-471b-8aaf-1386576c25fb'),
(10598,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joanna Riggs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joannariggsvideo@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI just visited ccorangepark.com and wondered if you\'d ever thought about having an engaging video to explain what you do, or to be used on social media as a promotional tool?\\r\\n\\r\\nOur videos cost just $195 (USD) for a 30 second video ($239 for 60 seconds) and include a full script, voice-over and video.\\r\\n\\r\\nI can show you some previous videos we\'ve done if you want me to send some over. Let me know if you\'re interested in seeing samples of our previous work.\\r\\n\\r\\nRegards,\\r\\nJoanna\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 03:36:39','2026-01-20 03:36:39','50f2c111-f8c1-4244-a5b5-9771478f817d'),
(10599,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Irving Nugent\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"irving.nugent@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Irving Nugent\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"If $100 bought you 2,000,000 guaranteed placements, why wouldn’t you use it?\\r\\nThis message reached you directly — doesn’t that show how powerful the delivery network is?\\r\\nWhy miss out when the system is already proven?\\r\\nVisit \\r\\nwww.contactpageads.com \\r\\nand see how far $100 can actually go.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 03:37:20','2026-01-20 03:37:20','e5122975-4eb1-4d6c-9395-ed1fd864c2dd'),
(10600,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michaelswills2022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Greetings, Mr./Ms., \\r\\n \\r\\nI’m Michael Williams from an investment consultancy. We connect clients globally with low interest loans to help achieve your goals. Whether for personal, business or project funding, we collaborate with reputable investors to turn your proposals into reality. Share your business plan and executive summary with us at: michael.williams@lotusfinconsults.com to explore funding options. \\r\\n \\r\\nSincerely, Michael Williams \\r\\nSenior Financial Consultant \\r\\nhttp://www.lotusfinanceconsults.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 03:42:18','2026-01-20 03:42:18','3b62ccd4-77fd-4153-afc6-e9cf0ca69976'),
(10601,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Varpdoma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cargo888.cn@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продажа грузовых шин и шин для легковых автомобилей оптом по ценам производителя с НДС! \\r\\n<a >Купить шины оптом</a> - ASIANCATALOG \\r\\nРассрочка платежа, НДС, Маркировка шин \\\"ЧЗ\\\", Сертификаты ЕАС \\r\\nМы заинтересованы в сотрудничестве!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 03:51:56','2026-01-20 03:51:56','ef2e3f5d-194b-4748-be12-0efeb2460054'),
(10602,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Markusdeeds\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"profconbu_64@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вы получите бесплатное сервисное обслуживание при возникновении непредвиденных ситуаций: затоп, замена труб https://skyprofi.ru/natyazhnye-potolki-vsevolozhsk/\\r\\n \\r\\nТеневой натяжной потолок в ванной комнате Подробнее https://skyprofi.ru/vakansii/\\r\\n \\r\\nОнлайн-Калькулятор! Супер точный калькулятор для расчёта простых «ПВХ» и «Тканевых» потолков, мы сами им пользуемся! Попробуйте! Для сложных, дизайнерских потолков, мы пока калькулятора не изобрели, поэтому, если вам нужен «светящийся», «многоуровневый» потолок «с фотопечатью», то пожалуйста звоните нам по номеру: 8 (812) 938-13-98 https://skyprofi.ru/stati/matovyj-natyazhnoj-potolok-photo/\\r\\n \\r\\nконкурентные цены на импортные полотна; оптимальную стоимость услуг; предоставление рассрочки; консультационную поддержку; оперативное выполнение заказа https://skyprofi.ru/stati/matovyj-natyazhnoj-potolok-photo/\\r\\n \\r\\nДля всех, кто хочет добавить ярких красок в свой интерьер, мы запускаем специальную акцию! \\r\\nНАТЯЖНЫЕ ПОТОЛКИ https://skyprofi.ru/stati/natyazhnye-potolki-iz-belgii-evropejskoe-kachestvo/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:12:04','2026-01-20 04:12:04','a7d531db-ce83-483b-8b51-fdc65b8f0188'),
(10603,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelTib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заказывали фуршет на свадьбу в Мосфуршет - остались в восторге! Блюда были свежие, вкусные и красиво оформленные https://shcherbinins.ru/contacts\\r\\n  Особенно понравились канапе с лососем и мини-бургеры - гости уплетали за обе щеки https://shcherbinins.ru/aboutus\\r\\n  Отдельное спасибо за оперативность: всё привезли вовремя, сервировка была безупречной https://shcherbinins.ru/aboutus\\r\\n  Обслуживание на высшем уровне - официанты работали быстро и ненавя https://shcherbinins.ru/uslugy\\r\\n \\r\\nЗаказывали детский фуршет на день рождения, дети и родители в полном восторге! Компания предложила удобное меню - мини-пиццы, фруктовые шашлычки, яркие капкейки и полезные смузи https://shcherbinins.ru/uslugy\\r\\n  Все было свежее, красочное и безопасное для малышей https://shcherbinins.ru/uslugy\\r\\n  Сервис на высоте, привезли вовремя, помогли с расстановкой, убрали после праздника https://shcherbinins.ru/contacts\\r\\n  Очень довольны, будем рекомендоват https://shcherbinins.ru/menu\\r\\n \\r\\nВсё очень понравилось! Всё свежее и вкусное https://shcherbinins.ru/\\r\\n  Доставили вовремя https://shcherbinins.ru/\\r\\n  Спасибо! \\r\\nВыбери свой формат: готовые сеты, наборы в боксах или индивидуальное меню с посудой и обслуживанием https://shcherbinins.ru/contacts\\r\\n \\r\\nКак заказать кейтеринг? \\r\\nЮлия 2 дня назад https://shcherbinins.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:14:18','2026-01-20 04:14:18','1ecf68aa-7b43-4a7c-ab40-477fcfc3de0e'),
(10604,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielUlced\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"coezathurpu1983@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Термометры биметаллические накладные и с погружной гильзой обеспечивают точные измерения температуры в широком диапазоне https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/polevoy-hart-kommunikator-modeli-475-emerson/\\r\\n  Эти приборы используются в различных отраслях, включая химическую промышленность, энергетику и пищевую промышленность https://sbn-66.ru/raskhodomery-shtray-mass-1/raskhodomery-shtray-mass/\\r\\n  Термоманометры сочетают в себе функции измерения давления и температуры, что делает их незаменимыми в сложных системах, где требуется комплексный контроль параметров https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/registriruyuschiy-kalibrator-fluke-754/\\r\\n \\r\\nМанометр-индикатор с осевым подключением VT https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/gazoanalitka/trassovyy-gazoanalizator-tgaes/\\r\\n TM40 https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/kommunikator-emerson-trex-ams/\\r\\n T https://sbn-66.ru/raskhodomery-shtray-mass-1/raskhodomery-shtray-mass/\\r\\n \\r\\nСтоимость рассчитывается в зависимости от количества человек заявленных на обучение единовременно https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery/ultrazvukovye-raskhodomery/raskhodomer-ultrazvukovoy-siemens-sitrans-fus1010/\\r\\n \\r\\nРеализация программы профессиональной переподготовки направлена на получение компетенции, необходимой для выполнения нового вида профессиональной деятельности, приобретение новой квалификации https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/vlagomery-nefti/\\r\\n Слушатель, освоивший программу переподготовки, будет обладать знаниями и навыками, необходимым для исполнения должностных обязанностей https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/gazoanalitka/datchiki-gazoanalizatory-dgs-eris-210/\\r\\n \\r\\nКонтрольно-измерительные приборы (КИП) являются неотъемлемой частью современных технических систем и производственных процессов https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/nart-usb-modem-metran-682/\\r\\n  Они разработаны с целью обеспечить точные и надежные измерения параметров окружающей среды, технических процессов и оборудования https://sbn-66.ru/raskhodomery-shtray-mass-1/\\r\\n \\r\\nМарина Иванова https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/vlagomery-nefti/vlagomer-nefti-vsn-2/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:16:38','2026-01-20 04:16:38','6f94e646-d094-4a8e-9d1c-5641fd6daf57'),
(10605,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwinupsef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бонусы постоянным клиентам Оплата в удобной для вас форме https://dostafka-obedi.ru/contacts/\\r\\n \\r\\nПервое: 3 наименования https://dostafka-obedi.ru/\\r\\n \\r\\nРежь да Ешь https://dostafka-obedi.ru/reviews/\\r\\n \\r\\nВода, сливки 33%, картофель, капуста белокачанная, лук репчатый, морковь, масло растительное, соль, перец черный молотый, бульон овощной кубик Общий вес – 300 г https://dostafka-obedi.ru/contacts/\\r\\n \\r\\nГотовая еда на день из готовых блюд — это отличное решение для тех, кто не привык тратить время на приготовление пищи https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\r\\n  Готовые блюда заказанные на день всегда свежие и вкусные https://dostafka-obedi.ru/type_menu/salaty/\\r\\n  Организуй свое время приема пищи https://dostafka-obedi.ru/privacy-policy/\\r\\n  Высвободи время на развитие и общение с близкими вам людьми https://dostafka-obedi.ru/services/\\r\\n \\r\\nКомплексный обед 400 рублей https://dostafka-obedi.ru/contacts/\\r\\n  Любые блюда из меню на выбор https://dostafka-obedi.ru/contacts/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:20:17','2026-01-20 04:20:17','8cd02f89-212b-4e91-ad9d-601166d4c40c'),
(10606,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Craigetere\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"valerakimuvo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На нашем сайте представлены все предложения от авторитетной компании Camelgroup (Италия). Несколько сотен товаров постоянно находятся на складе https://stosastudio.ru/kak-obustroit-bolshuyu-kuhnyu/\\r\\n  Получить выбранную итальянскую мебель в наличии можно буквально за считанные дни https://stosastudio.ru/bezhevye-kuhni-idealnoe-sochetanie-elegantnosti-i-sovremennosti/\\r\\n  При желании вы можете самостоятельно посетить наши склады в Москве или в СПБ и забрать свой заказ в любое удобное для вас время, предварительно уведомив нас об этом https://stosastudio.ru/idei-dlya-kuhni-obedennaya-zona-garmoniya-i-stil-2/\\r\\n \\r\\nРаботая с нами, Вы получите больше, чем могли ожидать! Вам не нужно ни о чем беспокоиться https://stosastudio.ru/izyskannost-seryh-kuhon-mif-ili-realnost/\\r\\n  Мы будем сопровождать Вас на всех этапах покупки https://stosastudio.ru/\\r\\n  С самого начала нашего общения Вы становитесь, в первую очередь, нашими друзьями https://stosastudio.ru/contacts/\\r\\n  С момента Вашего прилета, с выбора стиля мебели, и заканчивая её доставкой, сборкой и установкой в Вашем доме — Вы под нашей опекой https://stosastudio.ru/klassicheskie-italyanskie-kuhni-putevoditel-po-traditsionnomu-dizajnu-i-funktsionalnosti/\\r\\n  Мы возьмем на себя контроль производства и упаковки мебели, будем бесплатно хранить её на своем складе, пока весь Ваш заказ не будет укомплектован, организуем доставку мебели до Вашего дома, включая «растаможку» и полное страхование груза, а при Вашем желании обеспечим сборку и монтаж мебели у Вас дома сборщиками из Италии или из России https://stosastudio.ru/catalog/page/2/\\r\\n \\r\\nВсе это - компании мирового масштаба, давно заработавшие безупречную репутацию производителей высококачественной, оригинальной мебели на самый притязательный вкус! \\r\\nTessarolo, Италия, стиль арт-деко, классический стиль На заказ https://stosastudio.ru/catalog/kuhni-murano/\\r\\n \\r\\nМЕБЕЛЬ НАПРЯМУЮ ИЗ ИТАЛИИ Россия https://stosastudio.ru/kak-pravilno-vybrat-mebel-dlya-kuhni/\\r\\n \\r\\nФабрика Tessarolo https://stosastudio.ru/bezhevye-kuhni-idealnoe-sochetanie-elegantnosti-i-sovremennosti/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:21:48','2026-01-20 04:21:48','f0ffdf28-0e6d-4396-99bc-05ef515aadf1'),
(10607,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesskarE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Дополнительно снижаем цены на услуги по вырубке за счет: \\r\\nвалка под корень; срез по частям (крона, сучья, ствол). \\r\\nУзнать цены и рассчитать стоимость, вы можете самостоятельно изучив прайс-лист! \\r\\nГлавный фактор, который влияет на стоимость работы по спилу деревьев, это состояние древесины, порода дерева, развитость кроны и расположение ценных объектов вокруг https://arbvbg.ru/privacypolicy\\r\\n  Нам приходилось много работать в разных условиях, и профессиональный взгляд отличается от понимания клиента о технологии выполнения работы https://arbvbg.ru/\\r\\n  Заказчики специально занижают или не придают значения некоторым деталям и утаивают это, стараясь получить лучшую стоимость https://arbvbg.ru/privacypolicy\\r\\n  Уже по приезду, недостоверная информация, сказанная по телефону, может увеличить стоимость работ https://arbvbg.ru/privacypolicy\\r\\n  Будьте честны и открыты к специалистам https://arbvbg.ru/\\r\\n  Так сколько стоит спилить дерево на дачном участке?. \\r\\nСпилить дерево рядом с домом, требует большой ответственности https://arbvbg.ru/\\r\\n  Не каждый альпинист возьмется за такое и тем более за приемлемую цену https://arbvbg.ru/privacypolicy\\r\\n  Наша команда имеет все необходимое снаряжения и опыт для работы вблизи построек https://arbvbg.ru/privacypolicy\\r\\n  Всего пару часов ювелирной работы и вы можете принимать отличную работу https://arbvbg.ru/privacypolicy\\r\\n \\r\\nСтоимость спила дерева определяется исходя из диаметра ствола и сложности работ https://arbvbg.ru/\\r\\n  Ниже приведены средние цены на изъятие деревьев https://arbvbg.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:21:57','2026-01-20 04:21:57','e1d8cc85-b2a4-4b52-b35b-cf5836f38291'),
(10608,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rogerkem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pestovafivr1985@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоматология – это не страшно, а современно, комфортно и качественно https://superdenta.ru/mediki\\r\\n \\r\\nХирургия и удаление https://superdenta.ru/implantologiya\\r\\n \\r\\nНаши методы и технологии https://superdenta.ru/viniry\\r\\n \\r\\nЗаписаться на прием к стоматологу в нашей клинике можно по телефону или через онлайн-форму на сайте https://superdenta.ru/akcii\\r\\n  Наши специалисты помогут вам выбрать удобное время для визита, а также ответят на любые вопросы о предстоящем лечении https://superdenta.ru/terapevticheskaya\\r\\n  Мы гарантируем качественное и профессиональное обслуживание каждому пациенту https://superdenta.ru/implantologiya\\r\\n \\r\\nРасписание недоступно https://superdenta.ru/protezirovanie\\r\\n \\r\\nСтоматология “Аспект” работает с 1991 года https://superdenta.ru/hirurgiya\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:22:52','2026-01-20 04:22:52','32b2c431-a98a-4042-a54e-71b519ddb637'),
(10609,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeGEM\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Кроме продуктов питания на первом месте по популярности у жителей большинства регионов Сибири оказались товары для животных https://bayra.market/index.php?dispatch=products.on_sale&page=51\\r\\n \\r\\n1 год 5 мес https://bayra.market/oniks-finans-ooo/?category_id=24502&page=1\\r\\n \\r\\nОдно из главных правил маркетплейса — доставить быстро https://bayra.market/oniks-finans-ooo/?category_id=13641\\r\\n  Если покупатель в Новосибирске и склад продавца тоже там, его товар система покажет в числе первых, потому что человек получит заказ быстро https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00009992/\\r\\n  Поиск не общий, он заточен под регион https://bayra.market/sergu/page-46/?utm_referer=geoadv_search_yabs&utm_ya_campaign=89823972517&yabizcmpgn=25716636&utm_candidate=59247141423\\r\\n \\r\\nОбъект продан https://bayra.market/produkty-pitaniya-ru/konservy/rybnye-konservy-ru-2/sayra-primorskaya-250-g-sila-sibiri/\\r\\n \\r\\nГлавные выгодоприобретатели роста популярности интернет-покупок — крупнейшие маркетплейсы https://bayra.market/oniks-finans-ooo/?category_id=25987&page=35\\r\\n  В 2023 году рынок e-commerce увеличился на 2,6 трлн рублей, и основная часть этого роста пришлась на Wildberries и Ozon (соответственно 35% и 31%), а в сумме четыре крупнейших маркетплейса (плюс «Яндекс Маркет» и «Мегамаркет») обеспечили более 80% от всего роста рынка, следует из отчета Data Insight https://bayra.market/galantereya-i-ukrasheniya/page-100/?_ajax_data<yandex>metrika]<added>&lt;&gt;]&lt;id&gt;=59790&_ajax_data&lt;yandex&gt;metrika]&lt;added&gt;&lt;&gt;]&lt;quantity&gt;=1&_ajax_data&lt;yandex&gt;metrika]&lt;added&gt;&lt;&gt;]&lt;price&gt;=848.00&_ajax_data&lt;yandex&gt;metrika]&lt;added&gt;&lt;&gt;]&lt;name&gt;=Брошь Артикул: K1-00016386\\r\\n \\r\\nПодразделения собственной безопасности выполняют существенную роль в профилактике и пресечении правонарушений, выявлении лиц, вставших на путь предательства интересов службы, государственной защите сотрудников органов внутренних дел https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/komplekty-1/komplekt-k1-00015270/\\r\\n  История https://bayra.market/oniks-finans-ooo/?category_id=25987&page=17\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:24:09','2026-01-20 04:24:09','9b78aed7-c0fb-443d-b036-230e6721908f'),
(10610,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MarcusIsora\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zuyev-vadik@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\n\\r\\nвысокое качество всех представленных деталей https://zapchasti-remont.ru/pages/about/\\r\\n  У нас в продаже фирменные детали, не китайские аналоги, а оригинальные изделия от известных проверенных производителей \\r\\n\\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:24:25','2026-01-20 04:24:25','e465f6a5-192c-441b-8482-5425606ddbf3'),
(10611,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarrysaiBE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мастера студии имеют опыт работы более 10 лет, основные мастера – более 30 лет https://maze.tattoo/catalog/g/gravura/\\r\\n  Все оборудование проходит тщательную обработку и стерилизацию https://maze.tattoo/catalog/d/dovlatov/\\r\\n  Оснащение студии соответствует всем требованиям санэпидемстанции, поэтому риск заражения чем-либо исключен https://maze.tattoo/catalog/p/\\r\\n  Студия использует качественные расходные материалы от проверенных производителей https://maze.tattoo/catalog/g/gravura/\\r\\n \\r\\nСтудия художественной татуировки и пирсинга, в которой уважают тонкие, изящные сюжеты, но по желанию клиента могут набить и брутальный череп, и Чёрную метку https://maze.tattoo/catalog/k/kosmos-i-kosmonavty/\\r\\n  Здесь также можно перекрыть или отреставрировать татуировку, сделать классические виды пирсинга или даже отучиться на татуировщика https://maze.tattoo/catalog/t/tigr/\\r\\n \\r\\nЗакрыть окно https://maze.tattoo/catalog/y/ukazatel_puti/\\r\\n \\r\\nСтудия BlackFly 5300 ? \\r\\nУютное помещение с вежливым персоналом, где просто приятно находиться https://maze.tattoo/catalog/r/rakovini/\\r\\n \\r\\nОгнище https://maze.tattoo/catalog/r/rakovini/\\r\\n  Шикарный индивидуальный эскиз, шикарная работа мастера https://maze.tattoo/catalog/l/lev/\\r\\n  Лучше вряд ли кто сделал бы! Всем СПАСИБО!! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:25:50','2026-01-20 04:25:50','35b88d5b-b99e-4c94-84f8-9772c8590cd4'),
(10612,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Thijs Svensson\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mike@monkeydigital.co\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, \\r\\n \\r\\nSearch is changing faster than most businesses realize. \\r\\n \\r\\nMore buyers are now discovering products and services through AI-driven platforms — not only traditional search results. This is why we created the AI Rankings SEO Plan at Monkey Digital. \\r\\n \\r\\nIt’s designed to help websites become clear, trusted, and discoverable by AI systems that increasingly influence how people find and choose businesses. \\r\\n \\r\\nYou can view the plan here: \\r\\nhttps://www.monkeydigital.co/ai-rankings/ \\r\\n \\r\\nIf you’d like to see whether this approach makes sense for your site, feel free to reach out directly — even a quick question is fine. Whatsapp: https://wa.link/b87jor \\r\\n \\r\\n \\r\\n \\r\\nBest regards, \\r\\nMike Thijs Svensson\\r\\n \\r\\nMonkey Digital \\r\\nmike@monkeydigital.co \\r\\nPhone/Whatsapp: +1 (775) 314-7914\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:29:03','2026-01-20 04:29:03','9b25fbb9-a592-4340-b64f-4f3d1ed250f3'),
(10613,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertJearp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mlonanlout1985@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"м  https://www.virgo-show.com/spektakli-balet/  Таганская, ул  https://www.virgo-show.com/icegirls/  Александра Солженицына, д  https://www.virgo-show.com/ballet/  18 м  https://www.virgo-show.com/newyear/  Менделеевская, ул  https://www.virgo-show.com/korporativy/  Новослободская, 14/19с4  https://www.virgo-show.com/blog/балерина-вишенка-на-торте-или-как-соз/  \\r\\nАдрес : \\r\\nм  https://www.virgo-show.com/ballet/  Площадь Ильича, Танковый пр-д д  https://www.virgo-show.com/spektakli-balet/ 4 с  https://www.virgo-show.com/korporativy/ 47 м  https://www.virgo-show.com/blog/cheerleading-school-in-moscow/  Свиблово, Тенистый проезд, 6 м  https://www.virgo-show.com/blog/фотосессия-в-цветущих-садах/  Теплый Стан, ул  https://www.virgo-show.com/musical/  Голубинская, 6Б м  https://www.virgo-show.com/blog/are-ballerinas-for-a-childrens-party-a-luxury-or-an-affordable-reality/  Ясенево, Профсоюзная улица, 123Ас21  https://www.virgo-show.com/wedding-program/  \\r\\nАдрес : \\r\\nАдрес : Ярославское шоссе, Сергиево-Посадский район, д  https://www.virgo-show.com/lights/  Морозово, «Парк приключений» Сайт : http://www  https://www.virgo-show.com/musical/ quadrider  https://www.virgo-show.com/contact/ ru Телефон : +7-499-390-41-35 Стоимость : от 3000 р  https://www.virgo-show.com/ /час за двухместный квадроцикл  https://www.virgo-show.com/  \\r\\nSilverpool (САО) \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:30:32','2026-01-20 04:30:32','a5042edc-d779-428f-9818-561d497b2e87'),
(10614,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottWhobe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nОтдельного внимания заслуживает свет в гостиной – лучше всего, если это будет подвесной (гипсокартонный, натяжной) потолок со встроенными светильниками или многоуровневая конструкция https://olga-filippova.ru/beauty-salons-spa-design\\r\\n  Она позволит точечно выделять светом разные зоны и создавать особую атмосферу https://olga-filippova.ru/blog\\r\\n \\r\\nКажется, что использование в интерьере вещей, у которых нет никакого особого назначения – довольно бессмысленная идея https://olga-filippova.ru/smi\\r\\n  Зачем покупать что-то, чему нельзя даже найти достойное применение? Ответ прост: потому что такие предметы обозначают стиль, а значит, дополняют оформление интерьера https://olga-filippova.ru/blog\\r\\n \\r\\n5 практических рекомендаций для дизайнера по ведению Инстаграм  Делимся советами, которые будут полезны каждому дизайнеру, которому не безразлично его Инстаграм портфолио https://olga-filippova.ru/interery-medical-study-center\\r\\n  Полезные советы и рекомендации от эксперта и Квартблога https://olga-filippova.ru/interior_appartment\\r\\n \\r\\nОбучение здесь может длиться от 1 до 2 лет, включает все необходимые дисциплины и подготовку дипломного проекта https://olga-filippova.ru/portfolio-2\\r\\n  При этом учиться можно и очно, и дистанционно, а в числе преподавателей — много практикующих дизайнеров и декораторов https://olga-filippova.ru/kontakts\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:31:23','2026-01-20 04:31:23','472b4929-d540-4e33-8d5f-0ba0785d7f1b'),
(10615,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertWah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"· отопления: классического с радиаторами или теплого пола; · водоснабжения: горячего, холодного; · вентиляции, климатических систем; · мелиорации, полива, орошения в садоводстве, фермерском или сельском хозяйстве; · производственных, технологических линий на, химических, других предприятиях; \\r\\nФорма поставки – отрезки длиной 4 или 2 м https://deneb-spb.ru/rasprodazha\\r\\n  Количество трубы в упаковке зависит от ее типоразмера https://deneb-spb.ru/klipsy\\r\\n  Ниже приведена цена трубы за погонный метр https://deneb-spb.ru/ugolniki\\r\\n \\r\\nТУ 22 https://deneb-spb.ru/shtanga-rezbovaya\\r\\n 21 https://deneb-spb.ru/mufty-i-perekhodniki\\r\\n 21-001-03637755-2017 https://deneb-spb.ru/zaglushki\\r\\n \\r\\nПо запросу 337 https://deneb-spb.ru/truby-pn-10-i-pn-20\\r\\n 60 https://deneb-spb.ru/ugolniki\\r\\n \\r\\nПо запросу 141 https://deneb-spb.ru/burty-i-flancy\\r\\n 05 https://deneb-spb.ru/krestoviny\\r\\n \\r\\nДля трубопроводных систем, в которых температура рабочей среды превышает 80°C, применяют полипропиленовые трубы армированный фольгой https://deneb-spb.ru/filtry-i-obratnye-klapany\\r\\n  Иногда применяют не сплошное армирование фольгой https://deneb-spb.ru/nastennye-komplekty-pod-smesitel\\r\\n  В системах, смонтированных из таких труб температура транспортируемой среды не должна быть выше +95°C https://deneb-spb.ru/izolyaciya\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:32:14','2026-01-20 04:32:14','cf4d791b-792e-4ba2-b30e-ebd3426e7092'),
(10616,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottbup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Уж не знаю, что из перечисленных интерьерных трендов останется в топе в следующем году, но то, что запросы из категории  точно останутся, лично у меня сомнения нет https://olga-filippova.ru/fitness-spa\\r\\n \\r\\nЕсли вы любите красочность – найдите способ привнести в интерьер ваши любимые цвета с помощью диванных подушек или съемных обоев https://olga-filippova.ru/uslugi_seny\\r\\n  Если вы немало путешествовали, выставите на всеобщее обозрение фотографии, которые вы делали в пути или вещи, которые вам удалось приобрести или найти во время путешествия https://olga-filippova.ru/interery-fasad\\r\\n  Если вы питаете особую любовь к жирафам, разместите на полу коврик или купите обитые тканью стулья с соответствующим принтом https://olga-filippova.ru/interery-fasad\\r\\n \\r\\nПервое и основное, с чем стоит определиться – сколько разных  вы хотите создать https://olga-filippova.ru/office_interior\\r\\n  Например, в комнате побольше можно сделать гостиную и гардеробную – тогда помещение можно разделить зеркальным шкафом или простой ширмой https://olga-filippova.ru/interery-medical-study-center\\r\\n  Зону гостиной оформлять можно в смелых тонах – использовать сочетание ярких и спокойных тонов, а гардеробная может быть оформлена в светлых или, наоборот, темных оттенках https://olga-filippova.ru/interery-fasad\\r\\n \\r\\nИтак, по состоянию на 28 декабря 2018 года (данная статистика публикуется каждый год в конце декабря), мы имеем следующие интерьерные тренды 2019-2020 годов: \\r\\nС момента возникновения дизайн интерьера предполагал работу не только над убранством помещения, но и над его эргономикой https://olga-filippova.ru/office_interior\\r\\n  С появлением конвейерной сборки и промышленного производства дизайн интерьера получил широчайшее распространение https://olga-filippova.ru/blog\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:32:34','2026-01-20 04:32:34','b72102be-d560-472e-a011-7c20351b2930'),
(10617,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgeevevy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"создательница бренда Almo https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/komplekty-1/komplekt-k1-00020671/\\r\\n \\r\\nЮлия Ильева https://bayra.market/ip-klimenko/?category_id=25709\\r\\n \\r\\nЧто пользуется спросом https://bayra.market/ip-klimenko/?category_id=25490\\r\\n \\r\\nЭто те издержки, которые нужно закладывать в ценообразование https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00020825/\\r\\n  Недобросовестные покупатели возвращают товар, прожжённый утюгом, или поношенные и дырявые во всех местах костюмы https://bayra.market/produkty-pitaniya-ru/kolbasy-sosiski-i-delikatesy/kolbasy-ru/po-tatarski-kolbasa-350-g/\\r\\n  Однажды кто-то подменил нашу куртку на старую куртку бренда Bershka, и таких историй у нас десятки https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00018564/\\r\\n \\r\\n— Самый распространенный и очень недобросовестный способ понизить продажи у конкурента — оформление заказа на его товар в отдаленный регион и последующий отказ от выкупа этого заказа  https://bayra.market/oniks-finans-ooo/?category_id=13422&page=139\\r\\n  В результате продавец зря оплачивает логистику, теряет рейтинг, а карточка падает в выдаче из-за роста процента отказов https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00017054/\\r\\n  Проще же всего понизить рейтинг конкурента банальными плохими отзывами, — констатирует Москаленко https://bayra.market/produkty-pitaniya-ru/page-33/\\r\\n \\r\\nНа пике популярности в 2023 году — цифровая и бытовая техники https://bayra.market/index.php?dispatch=products.on_sale&page=2\\r\\n  На втором месте — одежда и обувь https://bayra.market/produkty-pitaniya-ru/page-36/\\r\\n  Тройку лидеров закрывает покупка мебели и товаров для дома https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00020547/\\r\\n  В Ассоциации компаний интернет-торговли рассказали, что на фоне роста популярности онлайн-покупок произошло увеличение среднего чека на 30% в таких категориях как «спорттовары», «аксессуары» и «аптеки» https://bayra.market/zhenschinam-ru/page-44/\\r\\n  При этом Сибирь оказалась одним из немногих регионов, где увеличился средний чек заказа автозапчастей и автоаксессуаров — на 13%. В 2024 году рост продолжится https://bayra.market/ip-klimenko/?category_id=25701&page=4\\r\\n  Основным драйвером станет возможность найти аналогичный товар по более низкой цене https://bayra.market/produkty-pitaniya-ru/page-44/\\r\\n  В условиях снижения доходов населения и роста инфляции потребители будут экономить и чаще заказывать онлайн https://bayra.market/index.php?dispatch=products.on_sale&page=131\\r\\n  Так, в первый месяц 2024 года продажи Wildberries в Сибири в сравнении с апрелем 2023 года выросли на 67% в количественном выражении и на 5% в денежном https://bayra.market/novorozhdennym/page-29/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:35:33','2026-01-20 04:35:33','c535f8b6-39ed-4a90-ba11-d780ce9e5774'),
(10618,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lloydzep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Датчик уровня топлива https://ftnet.ru/company/\\r\\n \\r\\nGPS Глонасс система мониторинга представляет собой компактный приемо-вычислительный модуль, который обрабатывает сигналы двух систем спутниковой навигации: американской Navstar GPS и российской ГЛОНАСС https://ftnet.ru/pilot-monitoring/sovmestimost-s-ustroystvami/\\r\\n  Комплексный подход в определении наземных координат позволяет сократить топометрическую величину ошибок позиционирования до 2 метров, а частоту их возникновения – до 30 %. При этом габаритные размеры и энергопотребление комбинированных систем мониторинга не отличаются от аналогичных устройств, принимающих сигнал какой-либо одной группы спутников https://ftnet.ru/penza\\r\\n \\r\\nЗапросить образец https://ftnet.ru/narofominsk\\r\\n \\r\\nСнижает расходы на топливо https://ftnet.ru/toir\\r\\n \\r\\nСнижает перепробеги и левые рейсы https://ftnet.ru/visokayagorapartnerstvo\\r\\n \\r\\nМониторинг транспорта В РОССИИ https://ftnet.ru/logistpro\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:39:34','2026-01-20 04:39:34','452087a8-268a-4097-aa88-7dadac2a6927'),
(10619,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Gerhard Schmidt\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@speed-seo.net\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, \\r\\nWorried about hidden SEO issues on your website? Let us help — completely free. \\r\\nRun a 100% free SEO check and discover the exact problems holding your site back from ranking higher on Google. \\r\\n \\r\\nRun Your Free SEO Check Now \\r\\nhttps://www.speed-seo.net/check-site-seo-score/ \\r\\n \\r\\nOr chat with us and our agent will run the report for you: https://www.speed-seo.net/whatsapp-with-us/ \\r\\n \\r\\nBest regards, \\r\\n \\r\\n \\r\\nMike Gerhard Schmidt\\r\\n \\r\\nSpeed SEO Digital \\r\\nEmail: info@speed-seo.net \\r\\nPhone/WhatsApp: +1 (833) 454-8622\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:39:42','2026-01-20 04:39:42','30697651-6872-4b00-9ec0-cb4616d7ef8b'),
(10620,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldMoits\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"456318, г https://kupefurnitur.ru/onas\\r\\n  Миасс, Челябинской области, пр https://kupefurnitur.ru/contact\\r\\n  Октября, 18 https://kupefurnitur.ru/\\r\\n \\r\\nМы также дорожим своей репутацией и всегда идем на встречу нашим клиентам https://kupefurnitur.ru/\\r\\n  Вы будете довольны взаимовыгодным сотрудничеством с нами! \\r\\n\\r\\nМеханизмы для шкафов купе, выполненные из прочных и надежных материалов, удобны в эксплуатации и рассчитаны на долгий срок службы https://kupefurnitur.ru/price\\r\\n  Использование в производстве мебели современных раздвижных систем открывает широкие возможности для дизайна и создания эргономичного пространства https://kupefurnitur.ru/\\r\\n \\r\\nНадежность, функциональность и даже эстетика мебели во многом зависит от такой важной детали, как мебельная фурнитура https://kupefurnitur.ru/contact\\r\\n  Подбирая для себя шкаф, гарнитур или делая их на заказ, очень важно обращать внимание и на такой элемент https://kupefurnitur.ru/contact\\r\\n  Ведь во многом от этого зависит также и долговечность изделия https://kupefurnitur.ru/contact\\r\\n  Кроме того, она способна сделать эксплуатацию мебели более простой и комфортной https://kupefurnitur.ru/catalog\\r\\n  Большое разнообразие предметов этой категории можно выгодно купить в интернет-магазине MAKMART в Москве https://kupefurnitur.ru/price\\r\\n \\r\\nОпт 2: 171 https://kupefurnitur.ru/\\r\\n 00р https://kupefurnitur.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:39:48','2026-01-20 04:39:48','497b2650-59d2-4177-b457-8174f60d3688'),
(10621,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyMup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ежемесячно проверяем все страницы сайта https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nОн контролирует выполнение работ и соблюдение сроков, решает возникающие задачи и вопросы, отчитывается о результатах https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\n3-е место в рейтинге SEO-агентств https://proffseo.ru/privacy\\r\\n \\r\\nСкидка 100% на первый месяц продвижения сайта! \\r\\nЕще истории успеха https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nЦены на услугу продвижение сайта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:40:20','2026-01-20 04:40:20','223df7d4-f06c-4493-8376-7b97a6f64509'),
(10622,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarrysaiBE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"г https://maze.tattoo/catalog/i/\\r\\n  Москва, 20 мая 2025 https://maze.tattoo/catalog/p/plecho/\\r\\n \\r\\nопыт работы https://maze.tattoo/catalog/k/krylya/\\r\\n \\r\\nТату салон Кот тату студия https://maze.tattoo/catalog/ee/ezoterika/\\r\\n \\r\\nПутешествуй с KUDAGO https://maze.tattoo/catalog/r/rozy/\\r\\n \\r\\nНаши профессиональные мастера в уютном и современном тату–салоне обладают всеми необходимыми знаниями и навыками, чтобы вы смогли получить именно такой результат, который ожидаете https://maze.tattoo/catalog/b/belki/\\r\\n  Качественную, красивую татуировку https://maze.tattoo/catalog/t/tigr/\\r\\n \\r\\n? +7 (499) 645-95-95 https://maze.tattoo/catalog/с/svekla/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:42:19','2026-01-20 04:42:19','208d0ad6-3330-48ef-b2f7-585fe4203bf0'),
(10623,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LloydReove\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Спутниковый мониторинг транспорта от МСС ГЛОНАСС https://ftnet.ru/telematic/\\r\\n \\r\\nНарушение ПДД, штрафы https://ftnet.ru/career/\\r\\n \\r\\nСпутниковый GPS/ГЛОНАСС мониторинг транспорта позволяет увидеть трек навигации на карте, пробег, простои, места стоянок, графики датчиков и скорость https://ftnet.ru/region\\r\\n \\r\\nОнлайн мониторинг транспорта в любое время 24/7, просматривай историю движения, формируй отчеты https://ftnet.ru/nefteyugansk\\r\\n \\r\\nГЛОНАСС/GPS трекер Arnavi Integral 4 https://ftnet.ru/\\r\\n \\r\\nпредупреждение нарушений ПДД, получения штрафов; соблюдение правил техобслуживания авто; выполнение условий трудового договора водителями: своевременный отдых и полноценная работа; исключение риска покупки «левых» чеков; защита от слива топлива из бака; исключение вероятности «левых» рейсов https://ftnet.ru/ustanovka-gbo-na-lada-kalina/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:43:29','2026-01-20 04:43:29','50fa0f94-e937-473d-a67f-999f862d076e'),
(10624,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lloydbap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мониторинг транспорта https://ftnet.ru/zherdevka\\r\\n \\r\\nСколько же стоит сервис мониторинга транспорта? В зависимости от возможностей GLONASS устройств и желаний клиента, стоимость установки и самого устройства может колебаться от пяти тысяч до нескольких десятков тысяч рублей https://ftnet.ru/gbo-propan-lada-vesta/\\r\\n  В компании «МОНТРАНС» подберут и смонтируют терминалы под конкретные задачи владельцев https://ftnet.ru/chulman\\r\\n \\r\\nВ систему контроля и управления АТП мы интегрируем многофункциональное оборудование от одного из ведущих российских производителей решений контроля расхода ГСМ https://ftnet.ru/sevastopol\\r\\n \\r\\nДатчик подъёма кузова https://ftnet.ru/career/\\r\\n \\r\\nМониторинг транспортных средств в режиме реального времени с удобным доступом к данным и лёгкой интеграцией в существующие системы https://ftnet.ru/1c/\\r\\n \\r\\nСистема мониторинга и контроля транспорта снижает затраты на содержание автопарка https://ftnet.ru/tver\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:50:28','2026-01-20 04:50:28','fa3777d3-ab4e-4388-b846-9833ffb39d54'),
(10625,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesdwelf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ХОТИТЕ ПОД КЛЮЧ!? – Даем Скидку до 30% на дробление пней и измельчение веток https://arbvbg.ru/\\r\\n \\r\\nУзнать цены и рассчитать стоимость, вы можете самостоятельно изучив прайс-лист! \\r\\nБолее 8-ми лет на рынке https://arbvbg.ru/privacypolicy\\r\\n  Мы уже давно занимаемся вырубкой, удалением и обрезкой насаждений, а также выполняем комплекс мероприятий, направленных на оздоровление и защиту деревьев https://arbvbg.ru/privacypolicy\\r\\n  За время работы мы помогли людям избавиться от тысяч мешающих деревьев и предотвратили немало аварийных ситуаций https://arbvbg.ru/\\r\\n  Квалифицированные специалисты https://arbvbg.ru/privacypolicy\\r\\n  У нас работают специалисты с многолетним опытом работы, которые имеют документы, подтверждающие их высокую квалификацию https://arbvbg.ru/privacypolicy\\r\\n  Гарантия безопасности https://arbvbg.ru/\\r\\n  Мы обеспечиваем полную безопасность имущества, людей и несем ответственность за ущерб https://arbvbg.ru/privacypolicy\\r\\n  Работа под ключ https://arbvbg.ru/privacypolicy\\r\\n  Мы возьмем на себя все заботы и выполним комплексные работы, начиная получением необходимых документов и заканчивая очищением территории от ветвей, пней и другого мусора https://arbvbg.ru/\\r\\n  Скидки https://arbvbg.ru/\\r\\n  Заказывая у нас удаление от 5 пней или деревьев, вы получаете скидку https://arbvbg.ru/privacypolicy\\r\\n  Предложение актуально для постоянных клиентов https://arbvbg.ru/privacypolicy\\r\\n  Бонусы https://arbvbg.ru/privacypolicy\\r\\n  Если нужно подпилить надоевший пень или куст – мы сделаем это бесплатно! \\r\\nАвтовышки классифицируются по длине вылета стрелы на следующие основные типы: \\r\\nГибкая ценовая политика https://arbvbg.ru/privacypolicy\\r\\n \\r\\nПрофессиональный инструмент и оборудование https://arbvbg.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:50:50','2026-01-20 04:50:50','49cb03d9-a37c-4666-97db-61729d9b3bbb'),
(10626,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chiquita Bowling\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chiquita.bowling@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Chiquita Bowling\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"If you could put your offer in front of two million real websites for $100, what would that be worth to your business? Most companies spend that much on a single day of ads — and they don’t even get guaranteed placement. Here, you’re getting 2,000,000 guaranteed contact page submissions for a flat $100. No bidding. No algorithms. No “maybe.” Just pure, direct delivery.\\r\\n\\r\\nThink about the math for a second. Even if only 0.01% of those 2M placements respond, that’s 200 leads. At $100 total, that’s fifty cents per lead. If your conversion rate is even 1%, that’s two new customers. What’s a customer worth to you? $200? $500? $5,000? The ROI becomes obvious fast.\\r\\n\\r\\nAnd remember — you’re reading this message right now because the system works. This didn’t land in your inbox by accident. It was delivered directly to you through the same infrastructure your campaign will use. If this message reached you, your message will reach others the exact same way — at scale.\\r\\n\\r\\nAsk yourself: how much would it cost to get 2 million impressions through ads? Thousands. How much would it cost to manually reach out to 2 million websites? Impossible. How much does it cost here? $100. Flat. Guaranteed.\\r\\n\\r\\nThis is the kind of reach that businesses use to dominate markets quietly — before their competitors even realize what happened. And the only difference between the ones who scale and the ones who stall is simple: action.\\r\\n\\r\\nIf you want reach, this is the most cost‑efficient channel you’ll ever see. If you want ROI, nothing else comes close. If you want results, this is the system that forces your offer into the market instead of waiting for traffic to show up.\\r\\n\\r\\nVisit https://contactpageads.com and launch your campaign while the $100 rate is still active. The sooner you start, the sooner the numbers start working in your favor.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:51:01','2026-01-20 04:51:01','56928c2d-76f9-4d1f-b19c-302f329cadb3'),
(10627,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeSlurf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hai, saya ingin tahu harga Anda.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:51:13','2026-01-20 04:51:13','94a58620-dfec-4e39-9e3a-1e7df5a576b5'),
(10628,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyedump\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"2-ое место в рейтинге SEO-компаний в премиум-сегменте https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nОпределение приоритетов https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nПримеры геоНЕзависимых запросов: &lt;&gt;ецепт торта Наполеон], &lt;&gt;ак избавиться от лишнего веса], &lt;&gt;ак самостоятельно выбрать утюг], &lt;&gt;сенняя подрезка деревьев сада] и пр https://proffseo.ru/privacy\\r\\n \\r\\nSEO-продвижение Разработка сайтов Контекстная реклама CRM Тех https://proffseo.ru/\\r\\n поддержка https://proffseo.ru/\\r\\n \\r\\nрост небрендового трафика https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nС круглосуточной отчетностью и оплатой по факту – за результат (позиции в поиске или привлеченных клиентов). С календарным графиком и доступом к личному кабинету в системе статистики https://proffseo.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:53:03','2026-01-20 04:53:03','88bbf671-e105-47c8-b355-1bb6766f59b3'),
(10629,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MelvinLah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"15 000 руб https://www.angioprof.ru/statya-146.-narushenie-avtorskix-i-smezhnyix-prav.html\\r\\n \\r\\nВ/в введение лек https://www.angioprof.ru/uslugi-nevrologii/\\r\\n  препаратов https://www.angioprof.ru/statya-146.-narushenie-avtorskix-i-smezhnyix-prav.html\\r\\n  Однократный сеанс микросклеротерапии множественных телеангиэктазий пределах 1-й зоны одной нижней конечности), 3 категория сложности (склеротерапия телеангиоэктазий) A11 https://www.angioprof.ru/uslugi/sout/\\r\\n 12 https://www.angioprof.ru/\\r\\n 003 https://www.angioprof.ru/uslugi-flebologii-i-angiologii/lechenie-varikoza.html\\r\\n 011 https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/obuv-ortopedicheskaya/obuv-ortopedicheskaya-domashnyaya.html\\r\\n \\r\\nЭндовазальная лазерная коагуляция вен нижних конечностей (двух и более магистральных подкожных вен с единичными притоками или/и перфорантами на бедре или голени в пределах одной конечности) A22 https://www.angioprof.ru/uslugi-endokrinologiya/\\r\\n 12 https://www.angioprof.ru/uslugi-podologii/\\r\\n 003 https://www.angioprof.ru/uslugi-flebologii-i-angiologii/\\r\\n 006 https://www.angioprof.ru/uslugi/informacziya-ob-osushhestvlenii-deyatelnosti-v-usloviyax-covid-19.html\\r\\n \\r\\nРасширенных венах; Отеках, боли, тяжести и жжении в ногах; Ночных судорогах; Появлении сосудистых сеточек; Долго заживающих трофических язвах https://www.angioprof.ru/\\r\\n \\r\\nКосметическая флебология https://www.angioprof.ru/uslugi-flebologii-i-angiologii/lechenie-varikoza.html\\r\\n \\r\\nПоставленная оценка будет предварительная, не является диагнозом и должна быть интерпритирована лечащим врачом на основании клинических данных и УЗИ диагностики https://www.angioprof.ru/uslugi-flebologii-i-angiologii/preparat-neovaskulgen-pri-lechenii-oank.html\\r\\n  Имеются противопоказания, необходима консультация специалиста https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 04:58:05','2026-01-20 04:58:05','2aa3bcf1-f1fc-4917-a86f-ef1255ba50d1'),
(10630,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgeexacy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Маркетплейс Wildberries закрыл крупную сделку на складском рынке https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00017388/\\r\\n  Компания арендовала более 40 тыс https://bayra.market/detyam/page-18/\\r\\n  кв https://bayra.market/produkty-pitaniya-ru/chay-kofe-kakao/chay/chay-ahmad-zelenyy-s-zhasminom-100paketikov/\\r\\n  м недалеко от Красноярска https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00017889/?select_warehouse=56\\r\\n  Помещение обойдется ей в 500 млн руб https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00018968/\\r\\n  ежегодно https://bayra.market/zhenschinam-ru/page-44/\\r\\n  Площади будут использоваться в качестве распределительного центра для расширения присутствия в Сибири https://bayra.market/oniks-finans-ooo/?category_id=13422&page=19\\r\\n  Сейчас основной фокус развития маркетплейсов — небольшие города https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00018694/\\r\\n \\r\\nМатериал по теме https://bayra.market/sergu/page-15/?layout=products_multicolumns\\r\\n \\r\\n— Также мы поняли, что нужно разделять ассортимент в магазинах и на маркетплейсах https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00015082/\\r\\n  Но есть и исключения: одежду, которая представлена в магазинах, мы отправляем на маркетплейс только в том случае, если она «выстрелила» по остальным каналам продаж https://bayra.market/kontroller-dlya-solnechnoy-elektrostancii-ru/dlya-sobak/korm-dlya-sobak-almaz-7kg/\\r\\n  Иначе товары так и будут лежать на складах Wildberries, тем самым заморозив оборотные средства https://bayra.market/oniks-finans-ooo/?page=84\\r\\n \\r\\nВ компании отмечают: прежде чем запускать магазин на маркетплейсе, стоит глубоко погрузиться в вопрос экономики https://bayra.market/oniks-finans-ooo/?items_per_page=24&page=78\\r\\n  На каждой площадке условия разные, а новички часто не могут глубоко просчитать свои затраты https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/polzunki-i-shtanishki/tunika-iz-muslina-molochnaya-rost-98/\\r\\n  И саму площадку нужно выбирать с умом: по словам Виталия Кожемякина, одного из основателей бренда Muzzle, на OZON понятные инструменты продвижения товара, здесь проще выстрелить с нуля https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/komplekty-na-vypisku/komplekt-na-vypisku-i-love-mam-molochnyy-leto-rost-62/\\r\\n  Но и комиссии несколько выше, чем на других площадках https://bayra.market/vypechka-i-sladosti/\\r\\n  А на Wildberries частично успех продавца зависит от удачи, и качество доставки хуже, зато на этой площадке больше покупателей https://bayra.market/produkty-pitaniya-ru/chay-kofe-kakao/chay/mayskiy-chay-serdce-ceylona-25-paketikov/\\r\\n \\r\\nПреимущества покупки https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00017265/?select_warehouse=56\\r\\n \\r\\n1 год 11 мес https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kole-ozherelya-i-busy/kole-k1-00019090/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:02:49','2026-01-20 05:02:49','2d84819b-bbd5-4619-9537-2d204720b44d'),
(10631,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesPlaxy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Для того, чтобы сделать заказ на спил деревьев в Вашем регионе и получит скидку на цену работ, просто позвоните нам по телефону +7 (985) 764-46-44 или оставьте заявку, воспользовавшись формой обратной связи https://arbvbg.ru/privacypolicy\\r\\n \\r\\nЕстественный наклон (с земли) Использование оттяжки (с земли) Валка дерева по частям без завешивания (альпинист) Валка дерева по частям с завешиванием (альпинист) От 700 От 1500 От 3000 От 5000 https://arbvbg.ru/\\r\\n \\r\\nРучной спил https://arbvbg.ru/privacypolicy\\r\\n \\r\\nОбрезка деревьев https://arbvbg.ru/privacypolicy\\r\\n  Это санитарная процедура, предполагающая регулярное обрезание кроны и ветвей, что позволяет деревьям сохранять опрятный вид и декоративные качества https://arbvbg.ru/privacypolicy\\r\\n  Также обрезка нужна и плодовым деревьям – ее делают с целью повысить их урожайность https://arbvbg.ru/\\r\\n  Выполнять такую процедуру нужно правильно, чтобы она принесла насаждениям пользу, а не вред https://arbvbg.ru/\\r\\n  Специалисты нашей компании соблюдают все требования, поэтому вы можете быть уверены в качестве обрезки! Удаление деревьев по частям https://arbvbg.ru/privacypolicy\\r\\n  Спиливать высокие деревья и крупномеры нужно очень аккуратно, соблюдая определенные правила https://arbvbg.ru/\\r\\n  Особенно, когда пространство ограниченно и рядом находятся разные сооружения https://arbvbg.ru/privacypolicy\\r\\n  Во избежание опасных ситуаций мы спиливаем дерево по частям https://arbvbg.ru/\\r\\n  Независимо от высоты насаждения наши альпинисты смогут справиться с аварийным деревом и обеспечат его качественное удаление https://arbvbg.ru/privacypolicy\\r\\n  Все работы проводятся с предельной осторожностью, поэтому коммуникации и близлежащие сооружения не повреждаются https://arbvbg.ru/privacypolicy\\r\\n  Удаление пней https://arbvbg.ru/privacypolicy\\r\\n  Когда дерево просто спиливается, то остаются пни, часто мешающие движению и не сочетающиеся с концепцией ландшафтного дизайна https://arbvbg.ru/\\r\\n  Избавиться от них самостоятельно нелегко https://arbvbg.ru/privacypolicy\\r\\n  Поскольку, несмотря на кажущуюся легкость удаления, выкорчевывание пней должно выполняться с соблюдением некоторых нюансов https://arbvbg.ru/\\r\\n  Например, нужно учитывать особенности строения пня, тип почвы и др https://arbvbg.ru/\\r\\n  Имея большой опыт работы, специалисты компании «Гектар» способны точно определить оптимальный способ удаления пней https://arbvbg.ru/\\r\\n  Это позволяет быстро очистить территорию от мешающих объектов, особо не нарушая внешний вид территории https://arbvbg.ru/privacypolicy\\r\\n  Удаление сухих деревьев https://arbvbg.ru/\\r\\n  Наличие сухих насаждений негативно отражается на эстетических качествах дворовой территории https://arbvbg.ru/privacypolicy\\r\\n  При этом сухостои несут в себе опасность для здоровья и жизни людей https://arbvbg.ru/privacypolicy\\r\\n  Компания «Гектар» выполнит качественный спил деревьев в Москве и Московской области по приемлемой цене https://arbvbg.ru/\\r\\n  Изначально наши специалисты оценивают ситуацию и только после этого приступают к удалению аварийных насаждений, подобрав наиболее подходящий способ https://arbvbg.ru/\\r\\n  Обрезка старых и сухих ветвей https://arbvbg.ru/privacypolicy\\r\\n  Очень часто работы по удалению мешающих ветвей проводятся в условиях, затрудненных отсутствием достаточного пространства https://arbvbg.ru/privacypolicy\\r\\n  Поэтому обрезка должна выполняться профессионалами, способными подобрать нужный метод удаления кроны https://arbvbg.ru/privacypolicy\\r\\n  Наши специалисты обрезают ветви аккуратно, сохраняя зеленые побеги неповрежденными https://arbvbg.ru/privacypolicy\\r\\n  Благодаря этому крона формируется правильно, а дерево выглядит эстетически привлекательным https://arbvbg.ru/privacypolicy\\r\\n  Удаление деревьев  https://arbvbg.ru/\\r\\n  Необходимость в избавлении от насаждений возникает по ряду причин: из-за сильного наклона дерево создает опасные ситуации, насаждение усложняет выполнение работ по подготовке земли под застройку, дерево сильно повреждено болезнями или вредителями https://arbvbg.ru/\\r\\n  Чтобы удаление насаждений прошло безопасно и с соблюдением требований, необходимо доверить работу специалистам https://arbvbg.ru/privacypolicy\\r\\n  Мы сможем помочь вам, независимо от сложности ситуации https://arbvbg.ru/privacypolicy\\r\\n  Используя специальные инструменты и оборудование, мы быстро устраним мешающие деревья https://arbvbg.ru/privacypolicy\\r\\n  При этом все, что находится рядом с насаждениями (постройки, машины, коммуникации), не будет повреждено https://arbvbg.ru/privacypolicy\\r\\n \\r\\nНаличие спецтехники и спецоборудования https://arbvbg.ru/\\r\\n \\r\\nДля контролируемого падения дерева в процессе спиливания, создается прочное преднатяжение в определенном направлении https://arbvbg.ru/\\r\\n  Арбористы используют затягивающие стропы для фиксации грузов https://arbvbg.ru/privacypolicy\\r\\n  Обеспечивается безопасность работы – растение не завалится на соседние объекты, а упадет на заранее подготовленную площадку https://arbvbg.ru/\\r\\n  Форма спила важна для эффективного удаления дерева https://arbvbg.ru/privacypolicy\\r\\n  Если просто надпилить ствол, инструмент просто застрянет в толще, а само насаждение останется в вертикальном положении https://arbvbg.ru/privacypolicy\\r\\n  Правильная технология спилки деревьев на участке предусматривает первый горизонтальный запил, не доходя до конца участка, и второй – под углом в 60 градусов https://arbvbg.ru/\\r\\n  Спиливать рекомендуется на высоте человеческого роста https://arbvbg.ru/\\r\\n  Запил под определенным углом формирует направление падения древесного ствола https://arbvbg.ru/privacypolicy\\r\\n  Выпиленная часть ствола вынимается из толщи https://arbvbg.ru/\\r\\n  Насаждение держится на небольшом участке https://arbvbg.ru/\\r\\n  Для предотвращения преждевременного падения его поддерживают стропами или крепкими веревками https://arbvbg.ru/privacypolicy\\r\\n  Профессиональный арборист осторожно подпиливает оставшийся участок https://arbvbg.ru/\\r\\n  Специалист по спилу следит, чтобы дерево не завалилось в противоположном от выбранного направлении https://arbvbg.ru/privacypolicy\\r\\n  В процессе задается нужный уровень натяжения строп и веревок https://arbvbg.ru/\\r\\n  После спила большого дерева на частном участке остается пень с корневой системой https://arbvbg.ru/\\r\\n  Для удаления его сначала «оголяют» https://arbvbg.ru/\\r\\n  Специалист разрубает корни, используя топор или лопату с острым краем – в 50-100 сантиметров от ствола https://arbvbg.ru/privacypolicy\\r\\n  Подготовленный пень вытаскивается из земли подручными средствами или специальной техникой с рычагами, лебедками и другими функциональными частями https://arbvbg.ru/\\r\\n  Удаление со ствола веток https://arbvbg.ru/\\r\\n  Очищенное насаждение может быть утилизировано или использовано для строительства или создания предметов быта https://arbvbg.ru/privacypolicy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:05:24','2026-01-20 05:05:24','9715def4-1223-4000-a914-6087880bb9bc'),
(10632,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stevendaype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Предназначение толщиномера ЭМАТ-100 для измерения толщины листов, стенок емкостей, труб, гибов труб, трубопроводов, а также мостовых, корпусных, транспортных, судовых и других конструкций и изделий, в т https://www.ndt-club.com/proizvoditeli-12-lych.htm\\r\\n ч https://www.ndt-club.com/product-830-magnitnii-analizator-metallov-koercitimetr-ma-412mm.htm\\r\\n  с покрытыми поверхностями, в процессе и после их изготовления и эксплуатации https://www.ndt-club.com/product-273-rentgenovskaya-plenka-kodak.htm\\r\\n  Толщиномер может работать на сильно корродированных поверхностях https://www.ndt-club.com/product-708-rft-magnetic-belt-magnitnii-krepejnii-remen.htm\\r\\n \\r\\nРаботает по:   черным металламРабочая температура:   -25°С до +50°СМакс https://www.ndt-club.com/product-129-apk-mars-nord.htm\\r\\n  измерение:   3000 микронШаг измерений:   1 микронПодсветка экрана:   ЕстьДоп https://www.ndt-club.com/product-609-preobrazovateli-dlya-tolshinomerov-olympus.htm\\r\\n  функции:   фонарикПроизводство:   ПольшаГарантия:   1 год \\r\\nГруппа компаний (ГК)  (Теплоприборы, Промприбор, Теплоконтроль и др https://www.ndt-club.com/rekvizity.htm\\r\\n ) — это приборы и автоматика для измерения, контроля и регулирования параметров технологических процессов (расходометрия, теплоконтроль, теплоучёт, контроль давления, уровня, свойств и концентрации и пр https://www.ndt-club.com/product-774-v7-317-vibrometr-portativnii-karandashnogo-tipa.htm\\r\\n ) https://www.ndt-club.com/product-659-kelvin-kompakt-m1-infrakrasnii-pirometr.htm\\r\\n \\r\\nРаботает по:   черным и цветным металламРабочая температура:   -25°С до +50°СМакс https://www.ndt-club.com/product-78-ad-64m-defektoskop-akysticheskii.htm\\r\\n  измерение:   3000 микронШаг измерений:   1 микронПодсветка экрана:   ЕстьДоп https://www.ndt-club.com/product-724-rashodnie-materiali-dlya-kapillyarnogo-kontrolya-inspektor-ochistitel-proyavitel-penetrant.htm\\r\\n  функции:   фонарикПроизводство:   ПольшаГарантия:   1 год \\r\\n\\r\\nВключить прибор, если у вас  ? нажмите на курок и подождите пару минут, при этом нельзя прикасаться к металлической поверхности https://www.ndt-club.com/product-569-metolab-501-stacionarnii-tverdomer-po-mikro-vikkersy.htm\\r\\n  В противном случае произойдет сбой настроек https://www.ndt-club.com/product-570-metolab-502-stacionarnii-tverdomer-po-mikro-vikkersy.htm\\r\\n  После этого плотно прижмите прибор к проверяемой поверхности https://www.ndt-club.com/product-293-ykvs-1-ystanovka-kontrolya-soderjaniya-vodi-v-sotovih-konstrykciyah.htm\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:06:11','2026-01-20 05:06:11','63cf6243-940b-4402-adb8-09e7b21b4547'),
(10633,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lloydvew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бортовая система контроля и отслеживания транспортных средств https://ftnet.ru/agentipocards\\r\\n \\r\\nПринцип работы решения для GPS/ГЛОНАСС мониторинга транспорта https://ftnet.ru/visokayagorapartnerstvo\\r\\n \\r\\nКачественный монтаж, залог эффективной работы мониторинга транспорта https://ftnet.ru/ufa\\r\\n \\r\\nМы предлагаем Вам не просто купить и установить спутниковую систему мониторинга автомобилей и спецтехники https://ftnet.ru/company/\\r\\n  Мы создали целую экосистему для успешного контроля, анализа и цифровизации транспортных компаний https://ftnet.ru/kaliningrad\\r\\n \\r\\nЗапросить образец https://ftnet.ru/telematickeys\\r\\n \\r\\nКонтроль местонахождения Контроль маршрута Контроль графика движения Контроль достижения географической точки и SMS оповещение Контроль простоев Контроль пробега Контроль скорости движения https://ftnet.ru/1c/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:06:59','2026-01-20 05:06:59','cdf37937-9db0-4997-a0f7-4b6604ed42d8'),
(10634,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MarkusBen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"profconbu_64@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Цена с установкой 24 750 щ https://skyprofi.ru/stati/chto-luchshe-tkanevye-natyazhnye-potolki-ili-pvx/\\r\\n \\r\\nПопулярная НОВИНКА: \\r\\nКак происходит заказ и установка натяжного потолка? \\r\\nскрывают неровности; являются герметичными (выдерживают до 100 литров воды на 1 м2 полотна); быстро устанавливаются и легко демонтируются; с натяжными потолками нет проблем с уборкой; пожаробезопасны; относительно недорогие https://skyprofi.ru/potolki-v-rajonax/natyazhnye-potolki-v-kolpinskom-rajone/\\r\\n \\r\\nИли рассчитайте свой потолок в нашем калькуляторе: \\r\\nСовременный Шоу рум в Санкт-Петербурге https://skyprofi.ru/natyazhnye-potolki-pvkh/matovye-natyazhnye-potolki/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:08:31','2026-01-20 05:08:31','85cf5bff-0d31-4ade-87f1-e6e7068341f1'),
(10635,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreyEvoro\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"5 различных модуляций радиоволн; возможность изменений частот в ходе процедур для достижения необходимого результата; интуитивно понятная панель управления; высокая точность проведения операций за счет биполярных, моно полярных функций; наличие звуковых, светодиодных датчиков, контролирующих параметры работы генератора; возможность экстренного отключения аппаратуры в случае возникновения неисправностей, аварийных ситуаций https://ellman.ru/devices\\r\\n \\r\\n\\r\\nПроцедура Pelleve™ является клинически проверенным, эффективными, безопасным и практически безболезненным методом аппаратной косметологии для омоложения и удаления морщин https://ellman.ru/oval\\r\\n \\r\\n\\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:08:33','2026-01-20 05:08:33','56aa8aee-f55d-4b3f-a06e-69ace2751cea'),
(10636,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertHoita\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1,8 метра / 0,8 тонны https://drogal.ru/glavnaya/vakansii/\\r\\n \\r\\nОтветили на самые частые вопросы от вас https://drogal.ru/glossary/nakopitelnie-skladi/\\r\\n \\r\\nот 1 800 /час за 1 чел https://drogal.ru/glossary/indikator-naklona/\\r\\n \\r\\nШирокий автопарк “Грузовичкоф” позволяет решать полный объем задач заказчика https://drogal.ru/glossary/big-beg/\\r\\n  Специальные краны для транспортных средств верхней погрузки идеально подходят для расположения в кузове тяжелых металлов, спецтехники, оборудования — любых негабаритных многотонных изделий https://drogal.ru/glossary/takelazhnaya-osnastka/\\r\\n \\r\\nДаже самые сложные такелажные работы мы выполняем на высокопрофессиональном уровне, с соблюдением сроков и условий, прописанных в договоре https://drogal.ru/voprosi-otveti/gost-15846-2002/\\r\\n \\r\\nТакелаж промышленного оборудования пресс 8 тонн https://drogal.ru/uslugi/kranovye-raboty/uslugi-stropalshchikov/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:11:24','2026-01-20 05:11:24','fadff28a-62ff-4d99-afed-39374bef3322'),
(10637,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephsuera\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lashawndaqkpuc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Перечень выпускаемого оборудования: универсальные кухонные машины, мясорубки, фаршемешалки, овощерезки, протирочные машины, картофелечистки, рыбочистки, тестомесы, взбивальные машины, мукопросеиватели https://zittel.ru/oborudovanie/37-oborudovanie/231-kontrol-pechati-daty-na-proizvodstvennoj-linii.html\\r\\n  Завод выпускает запасные части к данной продукции, а также дополнительное оборудование: подставки к машинам, защитные кожухи, тележки подкатные, купатницы, мезгосборники и др https://zittel.ru/filtr/37-oborudovanie/123-preimuschestva-filtrov-cadalpe.html\\r\\n \\r\\nПроизводство холодильного оборудования (холодильные витрины) и их сервисное обслуживание https://zittel.ru/oborudovanie/37-oborudovanie/186-depalletizator-pod-emnogo-tipa-apsol-italiya-model-depal-l.html\\r\\n  Стратегический партнёр мировых производителей напитков, молочных продуктов и торговых сетей https://zittel.ru/oborudovanie/37-oborudovanie/184-elektrodializ-dlya-obrabotki-vina.html\\r\\n \\r\\nE-mail: Адрес электронной почты защищен от спам-ботов https://zittel.ru/oborudovanie/37-oborudovanie/216-tsentrobezhnyj-separator-voran-avstriya-model-ca-40p.html\\r\\n  Для просмотра адреса в вашем браузере должен быть включен Javascript https://zittel.ru/oborudovanie/37-oborudovanie/200-etiketirovochnaya-mashina-dlya-termousadochnoj-etiketki-model-sleeve.html\\r\\n \\r\\nВологодский завод технологического оборудования для предприятий пищевой промышленности https://zittel.ru/oborudovanie/37-oborudovanie/234-rotornyj-avtomat-dlya-fasovki-kofe-v-kapsuly-kitaj.html\\r\\n  Комплексный инжиниринг: проектирование, изготовление, поставка, пуско-наладка, обучение https://zittel.ru/partners/127-apsol-upakovochnoe-oborudovanie.html\\r\\n  «Протемол» производит емкостное оборудование, модули приемки, пастеризационно-охладительные установки, охладители, CIP-мойки, вакуум-аппараты, а также поточно-автоматизированную линию производства сливочного масла и спредов «ОЛМас-ПРО» и поточно-автоматизированную линию производства творога «ОЛиТ-ПРО» https://zittel.ru/opolaskivateli.html\\r\\n \\r\\nЭлектро-механическое оборудование https://zittel.ru/oborudovanie/37-oborudovanie/154-monoblok-dlya-ukladki-flou-pak-v-korob-nasypyu-t-m-apsol-italiya.html\\r\\n \\r\\nВологодские машины https://zittel.ru/likerovodochnoe.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:12:03','2026-01-20 05:12:03','d7e22fbc-b587-45e7-96ef-23aedf5e8328'),
(10638,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreyweday\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Авторский вебинар доктора Надежды Степановны Зверевой: “Удаление новообразований в генитальной области https://ellman.ru/plates\\r\\n  Неоспоримые преимущества аппарата Сургитрон” https://ellman.ru/basic\\r\\n \\r\\nКОМПЛЕКСНОЕ ОСНАЩЕНИЕ ЛПУ МЕДЛАБКОМ https://ellman.ru/plates\\r\\n \\r\\n\\r\\n- Комплект поставки может быть изменен производителем https://ellman.ru/accessories\\r\\n  - Состав базового коплекта электродов меняется по желанию покупателя и зависит от специалистов, для нужд которых приобретен аппарат https://ellman.ru/triangular\\r\\n \\r\\nПродажа оборудования: \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:12:07','2026-01-20 05:12:07','d7c435d3-9061-4e04-bfa4-bcae7a6c11b1'),
(10639,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelsubre\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"CaterMe предлагает ряд преимуществ, делающих процесс выбора и заказа кейтеринга легким и удобным: \\r\\nЗаказ доставили вовремя, всё традиционно (пользовались сервисом второй раз) вкусно и сытно https://shcherbinins.ru/menu\\r\\n  Большое спасибо! \\r\\nПредоставляем недорогой кейтеринг https://shcherbinins.ru/menu\\r\\n  Наши цены не превышают среднерыночные, а качество еды неизменно остается на самом высоком уровне https://shcherbinins.ru/uslugy\\r\\n \\r\\nУпаковка, вкус , внешний вид! \\r\\nПреимущества кейтеринга от CaterMe https://shcherbinins.ru/menu\\r\\n \\r\\n3 Завершите оформление заказа или подтвердите его по телефону у нашего менеджера https://shcherbinins.ru/uslugy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:12:31','2026-01-20 05:12:31','9d21fa45-a672-4d0f-89c8-6b3ae1b03464'),
(10640,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danieltem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"coezathurpu1983@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"цена по запросу https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery/vihrevye-raskhodomery/\\r\\n \\r\\nКран шаровой для подключения манометра https://sbn-66.ru/truboprovodnaya-armatura/\\r\\n \\r\\nКомплектующие для манометров и термометров https://sbn-66.ru/raskhodomery-shtray-mass-1/raskhodomery-shtray-mass/\\r\\n \\r\\nПрибор контрольно измерительный в россии https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery/rotametry/\\r\\n \\r\\nМанометр-индикатор с нижним подключением VT https://sbn-66.ru/raskhodomery-shtray-mass-1/prezentaciya-shtray-mass/\\r\\n TM50 https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/vlagomery-nefti/vlagomer-nefti-red-eye/\\r\\n D https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery-shtray-mass/\\r\\n \\r\\nМОСКВА 108851, Москва, г https://sbn-66.ru/raskhodomery-shtray-mass-1/prezentaciya-shtray-mass/\\r\\n  Щербинка, ул https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery/termalno-massovye-raskhodomery/\\r\\n  Железнодорожная, д https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/vlagomery-nefti/vlagomer-nefti-vsn-2-sp/\\r\\n  32, стр https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery/ultrazvukovye-raskhodomery/raskhodomer-krohne-ufm3030k/\\r\\n  1 тел.: +7 (495) 228-30-30 САНКТ-ПЕТЕРБУРГ 192019, Санкт-Петербург, ул https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/radiostanciya-motorola/\\r\\n  Профессора Качалова, 11 тел.: +7 (812) 324-77-50 САМАРА 443031, г https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/gazoanalitka/datchiki-gazoanalizatory-dgs-eris-210/\\r\\n  Самара, 9 просека, 2-й проезд, д https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery/ultrazvukovye-raskhodomery/\\r\\n  16 А тел.: +7 (846) 269-64-54 РОСТОВ-НА-ДОНУ 344018 , Ростов-на-Дону, ул https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/\\r\\n  Текучева, зд https://sbn-66.ru/truboprovodnaya-armatura/zadvizhki-shibernye-nozhevye-avk-avk-vag-vag-cyl-/\\r\\n  139/94 тел.: +7 (863) 306-56-00 КРАСНОДАР 350033, Краснодар, ул https://sbn-66.ru/raskhodomery-shtray-mass-1/\\r\\n  Ставропольская, д https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/datchiki-raskhoda-gaza-drg-m-16080-160-400-800-1600-2500-5000/\\r\\n  5 Б тел.: +7 (861) 214-98-92 ЕКАТЕРИНБУРГ 620016, Екатеринбург, ул https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/konverter-rosemount-333/\\r\\n  Академика Вонсовского, 1 А тел.: +7 (343) 278-24-90 https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery-shtray-mass/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:12:48','2026-01-20 05:12:48','1c9f3672-cf86-4689-b6ab-0ef50b162445'),
(10641,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinLic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Картофельное пюре со свиной вырезкой https://dostafka-obedi.ru/\\r\\n \\r\\nПицца, роллы, салат, бифштекс, стейк, минестроне, харчо.. Разве можно все съесть за раз? И хорошо, что мясо не надо засаливать и прятать в погреб, как в Средневековье https://dostafka-obedi.ru/dostavka/\\r\\n  Но и о сроках пригодности забывать не стоит! \\r\\nБесплатная доставка https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\r\\n \\r\\nКартофель с грибами https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\r\\n \\r\\nКак хранить еду дома и при какой температуре https://dostafka-obedi.ru/about/\\r\\n \\r\\nОтлично налаженная доставка корпоративных обедов в офис в Москве от CanapeClub обеспечит коллектив единомышленников вкусной, теплой и разнообразной пищей, идеально соответствующей индивидуальным предпочтениям каждого https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\r\\n  Еда, которую мы предлагаем, готовится высококлассными поварами, на современном оборудовании, со знанием кулинарных тонкостей и любовью к своему делу https://dostafka-obedi.ru/privacy-policy/\\r\\n  Своевременная доставка является гарантией того, что пища прибудет к вам свежеприготовленной и горячей https://dostafka-obedi.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:16:09','2026-01-20 05:16:09','1726e822-9dfd-44e2-a497-1ef01cd84892'),
(10642,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgesap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Например, в числе новосибирских продавцов: бренд умной косметики для лица, тела и волос «Bodyton», органические продукты «HELLODREAMS cafe», декоративные цветы «Fi’ora», бренд деревянных игрушек «Волшебное Дерево» https://bayra.market/galantereya-i-ukrasheniya/page-157/?_ajax_data<yandex>metrika]<added>&lt;&gt;]&lt;id&gt;=59790&_ajax_data&lt;yandex&gt;metrika]&lt;added&gt;&lt;&gt;]&lt;quantity&gt;=1&_ajax_data&lt;yandex&gt;metrika]&lt;added&gt;&lt;&gt;]&lt;price&gt;=848.00&_ajax_data&lt;yandex&gt;metrika]&lt;added&gt;&lt;&gt;]&lt;name&gt;=Брошь Артикул: K1-00016386\\r\\n \\r\\nДиана Бастерс отмечает, что на старте выхода на Wildberries у бренда уже была подогретая и лояльная аудитория, которая ждала товар на маркетплейсах https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/shnurki/shnurok-k1-00001889/\\r\\n  Хотя не обошлось и без сложностей и хитрых манипуляций других покупателей https://bayra.market/oniks-finans-ooo/?category_id=13422&page=70\\r\\n \\r\\nПубликуем историю, которой с нами поделилась жительница Сибири https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00000743/\\r\\n  «Раньше я не доверяла маркетплейсам от слова совсем https://bayra.market/odezhda-ru-5/detyam/devochkam/bluzy-i-rubashki-ru-3/bluzka-dlya-devochki-bezhevaya-rost-122-128/\\r\\n  Меня многие уговаривали что-то заказать, просто попробовать, но все было тщетно https://bayra.market/polufabrikaty-ru-2/page-2/\\r\\n  В моей голове роились мысли: а вдруг не по размеру? Потом перезаказывать, а это время https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00001022/\\r\\n  А если деньги не вернут тд…? Спустя год я все-таки решила попробовать https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/podveski-i-kulony/podveska-k1-00017441/\\r\\n  Скачала приложение https://bayra.market/oniks-finans-ooo/?category_id=25987&page=77\\r\\n  Сделала заказ, и понеслось…За последний год число моих покупок на маркетплейсах выросло в десятки раз https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/platya-i-yubki/plate-oduvanchik-na-knopkah-rost-86-92/\\r\\n  Я не могу остановиться! Бывает и такое, что я чуть ли не каждый день что-то заказываю и хожу в пункт выдачи https://bayra.market/oniks-finans-ooo/?category_id=25987&page=113\\r\\n  Сейчас вот подсела на блогеров, который делают «распаковку» и заодно прикрепляют кучу артикулов https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00000642/\\r\\n  А мне все надо! Иногда даже на маркетплейсах сижу чаще, чем в социальных сетях https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00017579/\\r\\n  Пролистываю рекомендации, добавляю товары в корзину и делаю заказ https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00001213/\\r\\n  Первое время с радостью бежала в пункт выдачи, чтобы примерить очередную безделушку, но сейчас с каждой покупкой радости все меньше https://bayra.market/ip-klimenko/?category_id=25469\\r\\n  Ощущение, что заказываю что-то просто по привычке https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/bodi-ru/bodi-oversayz-rost-68/\\r\\n  Что мне делать?» Психологи называют это копинговыми механизмами https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kole-ozherelya-i-busy/busy-k1-00018935/\\r\\n  Это действия людей, которые помогают им бороться со стрессом https://bayra.market/oniks-finans-ooo/?page=24\\r\\n  Многие так справляются с напряжением или тревогой https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00010815/\\r\\n  Механизм такой: однажды вы что-то заказали на маркетплейсах, это что-то вас очень порадовало https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kole-ozherelya-i-busy/kole-k1-00017748/\\r\\n  В вашей голове отложилось: «Покупки в интернете – это радостно» https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00002211/\\r\\n  После на вас наорал начальник на работе или ребенок устроил истерику в магазине https://bayra.market/oniks-finans-ooo/?category_id=25987&page=6\\r\\n  Вы снова открываете маркетплейс, делаете покупку – и снова появляется радость https://bayra.market/oniks-finans-ooo/?category_id=25987&page=21\\r\\n  Вы начинаете делать это на повторе, приходите в маркетплейсы по привычке для собственного успокоения или избегания неприятных чувств https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00001073/?select_warehouse=56\\r\\n  Что делать: если вам «ок», то можно вообще ничего не делать https://bayra.market/produkty-pitaniya-ru/kolbasy-sosiski-i-delikatesy/kolbasy-ru/semeynaya-kolbasa-s-chesnokom-ekstra-varenaya-500-g/\\r\\n  У вас появится новая вещица, сделаете кого-то чуть богаче, ВВП вырастет, акционеры маркетплейсов получат дивиденды, а ненужное потом продадите https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00017692/\\r\\n  Если вы хотите что-то менять, то начните с простого – удаления приложения https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00018466/\\r\\n  В краткосрочной перспективе это поможет https://bayra.market/broshi-i-znachki/page-3/\\r\\n  Однако копинговый механизм сильнее, и скоро вы найдёте способ обойти свои же запреты https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00001812/\\r\\n  Понаблюдайтее за собой, в какое время чаще всего скролите ленту маркетплейсов https://bayra.market/ip-klimenko/?category_id=24806&page=16\\r\\n  Если это поздний вечер, то не лучше ли лечь спать, а если обед, то стоит перекусить https://bayra.market/novorozhdennym/page-27/\\r\\n  Ведь эмоции обычно берут вверх над голодным желудком https://bayra.market/produkty-pitaniya-ru/molochnaya-produkciya/syry-syrnye-produkty-ru/tvorozhnyy-syr-slivochnyy-60-130-g-plavych/\\r\\n  А еще обратите внимание на то, когда вы не сидите в маркетплейсах https://bayra.market/oniks-finans-ooo/?category_id=24500&page=10\\r\\n  Это важно https://bayra.market/braslety/page-2/\\r\\n  Так вы поймете ваши интересы https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00000976/\\r\\n  То, что способно бороться с зависимостью https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00020043/\\r\\n  Ответьте себе на вопрос: «Можно ли чаще ощущать это хорошее, а не то плохое? Попробуйте понять, от чего вы бежите? С какими эмоциями не можете справиться? Можете ли вы самостоятельно решить проблему? Например, вам надоела ежедневная рутина, которая вызывает лишь апатию https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/polzunki-i-shtanishki/vyazanaya-kofta-seraya-rost-74/\\r\\n  Тогда стоит подумать о путешествии или переезде, а не о шоппинге https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00019897/?select_warehouse=56\\r\\n  Ангелина Саламатова https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00018876/\\r\\n \\r\\n«Лучше всего вкладываться в продвижение внутри маркетплейсов» \\r\\nМаркет без плейса: чего не хватает для интернет-торговли в Сибири https://bayra.market/zhenschinam-ru/page-166/\\r\\n \\r\\nАналитика данных: основа принятия решений https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00020809/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:16:49','2026-01-20 05:16:49','c5555396-31ea-46f8-9538-d2a1e47ab523'),
(10643,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddycix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Результаты наших клиентов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nВремя прочтения: 7 минут https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nПерсональный аккаунт-менеджер https://proffseo.ru/kontakty\\r\\n \\r\\nМы расскажем о тонкостях геоНЕзависимой раскрутки сайтов в границах РФ и Рунета под Яндекс и Google https://proffseo.ru/privacy\\r\\n \\r\\nпо версии AdIndex, 2021 https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nПоисковая выдача по геозависимым и геонезависимым запросам выглядит по-разному https://proffseo.ru/\\r\\n  Так, если пользователь набирает в поисковой строке фразу: «доставка пиццы», на первых строчках выдачи он увидит сайты компаний, которые работают в его регионе https://proffseo.ru/privacy\\r\\n  Пользователям из Ярославля по этому запросу будут в первую очередь показаны ярославские пиццерии, а потребителям из Нижнего Новгорода — нижегородские https://proffseo.ru/\\r\\n  Другие дело, если пользователь введет запрос «как приготовить плов» https://proffseo.ru/kontakty\\r\\n  Где бы он ни находился: в Ярославле или Нижнем Новгороде, на первой странице поисковой выдачи будут показаны одни и те же результаты — список наиболее популярных ресурсов, посвященных кулинарии https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Как определить тип запроса, и как продвигаться по геозависимым запросам, вы можете узнать из статьи: «Геозависимые запросы» https://proffseo.ru/kontakty\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:18:01','2026-01-20 05:18:01','ff209fe0-414d-467a-9950-2e58b08318f6'),
(10644,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreyunete\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Консультация эксперта https://ellman.ru/devices\\r\\n \\r\\nПродажа оборудования: +7 (495) 120-29-39 https://ellman.ru/basic\\r\\n \\r\\nСрок гарантии – 12 месяцев https://ellman.ru/plates\\r\\n \\r\\n\\r\\nОплата https://ellman.ru/articles\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:19:00','2026-01-20 05:19:00','efc87cc4-8886-4373-a56a-98591b10d94c'),
(10645,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Andrewgroum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yaroslav.sevastyanov.1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Деревянные ящики по ГОСТ 10198-91 https://yaschiki.ru/product/derevyannii-yashchik-400-400-400/\\r\\n \\r\\nЯщик дощатый реечный Внутренний размер: 600х400х300 мм https://yaschiki.ru/upakovka-oborudovaniya-v-raioni-krainego-severa/\\r\\n \\r\\nГруз полностью упакован согласно всем нормативам и правилам ГОСТ https://yaschiki.ru/upakovka-oborudovaniya-v-raioni-krainego-severa/\\r\\n \\r\\nКакие существуют виды деревянной тары для перевозки грузов? \\r\\nНа основе 5 источников https://yaschiki.ru/product-category/obreshetka-gruza/\\r\\n \\r\\nМеханическую прочность; Легкость; Универсальность https://yaschiki.ru/product/derevyannii-yashchik-1200-1200-750/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:19:56','2026-01-20 05:19:56','629c4811-eef9-4656-949d-5c68a45f83f2'),
(10646,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joanna Riggs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joannariggsvideo@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI just visited cclaplata.com and wondered if you\'ve ever considered an impactful video to advertise your business? Our videos can generate impressive results on both your website and across social media.\\r\\n\\r\\nOur videos cost just $195 (USD) for a 30 second video ($239 for 60 seconds) and include a full script, voice-over and video.\\r\\n\\r\\nI can show you some previous videos we\'ve done if you want me to send some over. Let me know if you\'re interested in seeing samples of our previous work.\\r\\n\\r\\nRegards,\\r\\nJoanna\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:21:40','2026-01-20 05:21:40','6773c645-d449-49ba-ad0c-0cf105d14d2a'),
(10647,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesZep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Цена за установку капсулы https://arbvbg.ru/privacypolicy\\r\\n \\r\\nСпил деревьев в Москве и Московской области https://arbvbg.ru/\\r\\n \\r\\nОсобые условия мегаполиса Удаление деревьев в большом городе требует учета множества факторов: от близости коммуникаций до минимизации неудобств для жителей https://arbvbg.ru/privacypolicy\\r\\n  Мы гарантируем, что работы будут проведены аккуратно и с минимальным влиянием на окружающую среду https://arbvbg.ru/\\r\\n \\r\\nДробление веток https://arbvbg.ru/privacypolicy\\r\\n \\r\\nНаши контакты: \\r\\nКомпания «Гектар» работает в данном направлении уже много лет, поэтому наши специалисты имеют богатый опыт в качественном удалении аварийных деревьев в Москве и Московской области! А грамотный подход к поставленной задаче и высокий уровень подготовки являются залогом безупречного выполнения работы! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:22:21','2026-01-20 05:22:21','e58da64e-5d79-482f-bb04-0fa93ff09d6c'),
(10648,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelslirm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мешки для строительного мусора https://kapio.ru/katalog/meshki-dlya-musora/meshki-psd/meshki-dlja-musora-120-litrov-70h110-sm-psd-v-rulonah-po-10-shtuk-oranzhevye-standart/\\r\\n  Применяется для мусора после ремонта, для перегноя https://kapio.ru/zakaz-ot/6-rul-upak/\\r\\n  Мешок обладает хорошими диэлектрическими свойствами, сохраняете рабочие свойства в широком температурном диапазоне от -70 °C до 100, обладает высокой механической прочностью https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-rulonax/meshki-120-litrov-10-sht-v-rulone-70h110-pvd-chernyj-standart/\\r\\n  Возможностью многократного использования https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/salfetka-viskoznaja-30h38-rozovaja-bez-upakovki/\\r\\n  Невосприимчивостью к эрозии и действию грибков https://kapio.ru/kontaktyi/\\r\\n  Состав материала полипропилен https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/salfetka-iz-mikrofibry-35h40-zheltaja-bez-up/\\r\\n  Размеры мешка 55 х 95 см https://kapio.ru/katalog/mopyi/mopyi-80-sm/\\r\\n \\r\\nРегионы РФ https://kapio.ru/katalog/sredstva-dlya-zashhityi-ruk/xozyajstvennyie-perchatki/perchatki-nitrilovye-razmer-m/\\r\\n \\r\\nШирина: 60 см Высота: 70 см Объем: 60л Плотность: 15 мкм Упаковка: 1500 шт https://kapio.ru/katalog/byitovaya-ximiya/universalnyie-sredstva/universalnoe-chistjashhee-sredstvo-universal-cleaner-flakon-600-ml-grass-2/\\r\\n \\r\\nШирина: 45 см Высота: 75 см https://kapio.ru/katalog/xozyajstvennyij-inventar/flaunderyi-i-ramki-dlya-mopov/venik-sorgo-proshivnoj-vysshij-sort/\\r\\n \\r\\nКоммерческая концессия: ООО \\\"САТУРН ЦЕНТР\\\" \\r\\nподробности в разделе \\\"скидки\\\" \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:22:57','2026-01-20 05:22:57','fad67268-e61b-4bfd-8fef-e1a20b3c4cd8'),
(10649,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelBek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мешки для мусора AZUR 120 л / 10 шт https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-posudyi/minuta-sredstvo-dlja-mytja-posudy-5-l/\\r\\n \\r\\nЦена актуальна на 04 https://kapio.ru/katalog/bumazhnaya-produkcziya-polotencza-salfetki-tualetnaya-bumaga/bumazhnyie-polotencza/\\r\\n 12 https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-poslestroitelnoj-uborki-i-fasadov/megalan-f-universalnyj-ochistitel-fasadov-zdanij-i-razlichnyh-poverhnostej-5l/\\r\\n 2025 https://kapio.ru/katalog/strejch-plenka/strejch-plenka-dlya-ruchnoj-upakovki/strejch-plenka-500mm-20mk-prozrachnaja-ves-rulona-2-kg/\\r\\n \\r\\nРегионы обслуживания партнеров «Комус» \\r\\nШирина: 60 см Высота: 70 см Плотность: 15 мкм https://kapio.ru/katalog/byitovaya-ximiya/myilo-zhidkoe/\\r\\n \\r\\nСогласно документации производителей, зеленые мешки рассчитаны на нагрузку 50 кг (это при минимальном размере 50х90 см). Поэтому не всегда стоит заполнять их по полной: если нужно, к примеру, привезти песок, лучше наполнить два мешка наполовину, чем один полностью https://kapio.ru/katalog/strejch-plenka/strejch-plenka-dlya-ruchnoj-upakovki/strejch-plenka-500mm-20mk-prozrachnaja-ves-rulona-2-kg/\\r\\n  Единственное, чего они боятся, – длительного воздействия ультрафиолетовых лучей https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/trjapka-dlja-pola-viskoznaja-50h60-oranzhevaja/\\r\\n  Если такую тару «забыть» на солнцепеке на месяц-другой, полипропилен может потерять свою прочность https://kapio.ru/zakaz-ot/25-par/\\r\\n \\r\\nМешки для мусора Москва https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-polov/megalan-sredstvo-dlja-mytja-polov-5-litrov/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:27:19','2026-01-20 05:27:19','6eeb2b9b-5c36-42f5-aa9a-4847507e4b81'),
(10650,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeMuh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Объект продан https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00017392/\\r\\n \\r\\nСредний чек на маркетплейсах при этом растет медленнее, чем в интернет-магазинах https://bayra.market/galantereya-i-ukrasheniya/page-112/\\r\\n  Если на маркетплейсах за год он увеличился на 3%, до 1771 руб., то в интернет-магазинах — сразу на 24%, до 6944 руб https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00018473/\\r\\n \\r\\nМаркетплейс также выяснил – какие группы товаров сибиряки заказывают чаще всего https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/pelenki/ugolok-pelenka-s-kruzhevom-r-8080sm/\\r\\n  В целом по Сибири лидируют товары для кошек и собак, на втором месте - косметика и парфюмерия, на третьем - товары для новорожденных https://bayra.market/sergu/page-34/\\r\\n  Такая картина наблюдается в Кемеровской, Новосибирской, Омской, Томской областях, Красноярском крае и Хакасии https://bayra.market/oniks-finans-ooo/?category_id=25987&page=5\\r\\n  В республиках Тува и Алтай на первом месте косметика и парфюмерия https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00000571/?select_warehouse=56\\r\\n  В Алтайском крае канцелярия оказалась популярнее товаров для детей, а в Туве посуду заказывают чаще, чем товары для животных https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00002208/\\r\\n \\r\\n«Ozon также предлагает финансирование через p2b-платформу Ozon https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00001266/\\r\\n Invest — с помощью нее продавцы могут получить займ менее чем за двое суток», — говорит Калеева https://bayra.market/novorozhdennym/page-19/\\r\\n \\r\\n«Маркетплейсы стали неотъемлемой частью современной торговли, предоставляя удобную платформу для продавцов и покупателей https://bayra.market/sergu/page-9/?utm_referer=geoadv_search_yabs&utm_ya_campaign=89823972517&yabizcmpgn=25716636&utm_candidate=59247141426\\r\\n  Кратный рост объемов продаж в частности через нашу площадку подтверждает востребованность платформы всеми участниками процесса – от производителя до покупателя https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/polzunki-i-shtanishki-ru/shtany-vyazanye-bezhevye-rost-86-92/\\r\\n  Роль маркетплейсов в торговле будет продолжать расти, способствуя в том числе развитию малого и среднего бизнеса, предоставляя им доступ к широкой аудитории потенциальных клиентов», - сообщил Максим Волков, заместитель председателя Сибирского банка Сбера https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00001749/\\r\\n \\r\\nВ одно и то же время жители юга России могут чаще искать соковыжималки, а севера — мощные обогреватели https://bayra.market/kolca/page-2/?layout=products_multicolumns\\r\\n  Даже в рамках одного маркетплейса вкусы разнятся: предпочтения по брендам кофе в разных регионах могут сильно отличаться https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00016256/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:33:51','2026-01-20 05:33:51','5c8544bf-47ae-4515-881c-2587d910da7c'),
(10651,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Геленджик, ул https://rich-house.su/photos/\\r\\n  Татьяны Макаровой, д https://rich-house.su/photos/\\r\\n  5 https://rich-house.su/services/\\r\\n \\r\\nГеленджик, ул https://rich-house.su/contacts/\\r\\n  Серафимовича, д https://rich-house.su/about/\\r\\n  8 https://rich-house.su/rooms/\\r\\n \\r\\nМобильное приложение https://rich-house.su/photos/\\r\\n \\r\\n586 https://rich-house.su/about/\\r\\n 2 м от центра Геленджик https://rich-house.su/\\r\\n \\r\\nОтдых в Геленджике «Всё Включено» \\r\\nДо бухты Геленджикской 559 м https://rich-house.su/about/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:42:42','2026-01-20 05:42:42','1003b21a-554e-405a-be40-822178a7a276'),
(10652,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"353475 Россия Краснодарский край г https://rich-house.su/photos/\\r\\n  Геленджик, ул https://rich-house.su/services/\\r\\n  Новороссийская, 12, Геленджик https://rich-house.su/services/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/rooms/\\r\\n \\r\\nулица Красногвардейская, д https://rich-house.su/booking/\\r\\n 26, Геленджик https://rich-house.su/\\r\\n \\r\\nСочи (1 228 отелей) \\r\\nСкидки и спецпредложения https://rich-house.su/contacts/\\r\\n \\r\\n399 отзывов https://rich-house.su/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:44:58','2026-01-20 05:44:58','e46bfc99-7d87-4dd2-9039-6dd4b59646c6'),
(10653,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"О ZenHotels https://rich-house.su/services/\\r\\n com Программа лояльности Служба поддержки База знаний Мобильное приложение https://rich-house.su/restaurants/\\r\\n \\r\\nулица Красногвардейская, д https://rich-house.su/contacts/\\r\\n 26, Геленджик https://rich-house.su/booking/\\r\\n \\r\\nДо Черного моря 272 м https://rich-house.su/services/\\r\\n \\r\\nОбъект проверен https://rich-house.su/contacts/\\r\\n \\r\\nДо Черного моря 836 м https://rich-house.su/\\r\\n \\r\\n164 отзыва https://rich-house.su/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:53:57','2026-01-20 05:53:57','1aa926f9-ac7f-4596-83d4-8d3978622e89'),
(10654,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BradlyVon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zxhjfgro@vargosmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"CANADIAN PHARMACY STOCK [url=http://viagrasamplesfrompfizer.com/]ship free viagra sample[/url] VIAGRA, LEVITRA, CIALIS Online. Canada Pharmacy [url=http://canadian24hourpharmacy.com/]first medicine online pharmacy store[/url] Buy single viagra pills uk 369 CanPharm  Buy viagra cvs pharmacy [url=https://www.certifiedonlinepharmacy.com/]online no script pharmacy[/url] Low Prices - Generic CIALIS Online\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 05:56:52','2026-01-20 05:56:52','7087db79-88fe-41d8-87a7-aad2aefe1aa9'),
(10655,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccmercerville.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 06:02:43','2026-01-20 06:02:43','492a5e0d-534d-49f3-bba6-22bf8678bfd0'),
(10656,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRough\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как заказать еду для кейтеринга в Москве? \\r\\nСтрогий отбор поставщиков https://shcherbinins.ru/contacts\\r\\n  Раздельное хранение продуктов https://shcherbinins.ru/\\r\\n  Регулярный контроль качества на всех этапах https://shcherbinins.ru/menu\\r\\n \\r\\nПреимущества кейтеринга от CaterMe https://shcherbinins.ru/\\r\\n \\r\\nАрина, компания Деловая Россия https://shcherbinins.ru/uslugy\\r\\n \\r\\nОбратите внимание, что заказы не принимаются менее, чем за 48 часов до момента доставки https://shcherbinins.ru/uslugy\\r\\n  Это необходимо, чтобы мы успели закупить свежие продукты специально под ваше мероприятие https://shcherbinins.ru/menu\\r\\n \\r\\nхолодные закуски (ассорти — мясные, сырные, овощные); салаты (традиционные и авторские); горячие закуски (жюльены, спринг-роллы, фрикасе и пр.); основные блюда (из мяса или рыбы, дополненные гарнирами); изысканные десерты, свежие фрукты, выпечку; разливные напитки https://shcherbinins.ru/uslugy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 06:04:19','2026-01-20 06:04:19','f4ab8b11-8c18-487e-b393-c637393492f8'),
(10657,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRough\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Быстрая и своевременная доставка: доставка еды кейтеринг в Москве осуществляется в кратчайшие сроки https://shcherbinins.ru/contacts\\r\\n  Свежие и качественные продукты: использование только свежих продуктов от проверенных поставщиков https://shcherbinins.ru/aboutus\\r\\n  Индивидуальное меню: разработка меню под ваш вкус и предпочтения https://shcherbinins.ru/aboutus\\r\\n \\r\\nОрганизовывал фуршет для коллег https://shcherbinins.ru/contacts\\r\\n \\r\\nЯ занимаюсь организацией мероприятий, и для меня важно, чтобы кейтеринг был не просто вкусным, но еще качественным и стильным https://shcherbinins.ru/aboutus\\r\\n  Mosfurshet catering в этом плане — идеальный партнёр https://shcherbinins.ru/contacts\\r\\n  Недавно был пикник на природе, и сеты с разными видами шашлычков подошли просто отлично https://shcherbinins.ru/uslugy\\r\\n  А десерты у них — это просто мечта сладкоежки! Разошлись моментально https://shcherbinins.ru/contacts\\r\\n \\r\\nУслуги сервиса CaterMe https://shcherbinins.ru/contacts\\r\\n \\r\\nОчень вкусная еда и доставили все вовремя! Максимально рекомендую https://shcherbinins.ru/menu\\r\\n \\r\\nПомимо кейтеринга, мы предлагаем широкий спектр дополнительных услуг, чтобы сделать ваше мероприятие полноценным https://shcherbinins.ru/uslugy\\r\\n  Вы можете заказать у нас следующие услуги: посуда, аренда мебели, текстиль, официанты, декор, поиск и бронирование площадок, организация события и логистика https://shcherbinins.ru/aboutus\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 06:04:19','2026-01-20 06:04:19','4f81a4ec-97a6-4080-9cfa-aae3a7c17da1'),
(10658,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRough\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"648 руб./чел https://shcherbinins.ru/contacts\\r\\n \\r\\nКоммуникация https://shcherbinins.ru/aboutus\\r\\n \\r\\nПрекрасные ребята: обязательные, дружелюбные, идут на встречу! Еда вкусная и подача очень интересная! Однозначно - \\\"да\\\"! \\r\\nФуршетное меню на 12-15 персон https://shcherbinins.ru/aboutus\\r\\n \\r\\n14 702 ? -27% \\r\\nСовременный подход к кейтеринговым компаниям дает вам еще больше шансов без хлопот устроить идеальный праздник https://shcherbinins.ru/contacts\\r\\n  Например, можно арендовать банкетную мебель, стильный столовый текстиль, посуду и приборы https://shcherbinins.ru/uslugy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 06:04:19','2026-01-20 06:04:19','492ec7ec-b1a6-4c40-a74c-37341618b962'),
(10659,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeEmumn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hola, volia saber el seu preu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 06:08:36','2026-01-20 06:08:36','2577da00-935a-46c4-a168-d8053a3713a6'),
(10660,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mounisha nandivada\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nursingcare@intellimeetings.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Intelli global conferences\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear \\r\\nOn behalf of the Organizing Committee,\\r\\n\\r\\nWe are pleased to invite you to the International Conference on Nursing Education & Healthcare 2026, taking place on June 22–23, 2026, in London, UK.\\r\\n\\r\\nTheme: “Caring Beyond Boundaries: Nursing’s Impact on Global Health”\\r\\n\\r\\nMore about us: https://nursingeducationconferences.org\\r\\n\\r\\nVenue: London – A Global Hub of Culture, History, and Innovation.\\r\\n\\r\\nKindly Provide your Mobile Number for easy communication\\r\\nFor queries, feel free to reply/contact us.\\r\\n\\r\\nWe look forward to your participation!\\r\\n\\r\\nWarm regards,\\r\\nProgram Manager\\r\\nMounisha Nandivada\\r\\nPh: +1 (470)916-6880\\r\\nIntelli Global Meetings\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 06:25:39','2026-01-20 06:25:39','f73fdde4-c706-4154-bba1-40b3a7edb6a1'),
(10661,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeJEd\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Kaixo, zure prezioa jakin nahi nuen.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 06:36:12','2026-01-20 06:36:12','c45b2270-c9c4-4dfb-9510-ef509639b74a'),
(10662,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldGew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Личный кабинет https://rich-house.su/contacts/\\r\\n \\r\\nДолжанская (137 отелей) \\r\\n210 отзывов https://rich-house.su/contacts/\\r\\n \\r\\nот 6 100 руб https://rich-house.su/rooms/\\r\\n  за номер в сутки https://rich-house.su/contacts/\\r\\n \\r\\n? Геленджик ? Завтрак включён https://rich-house.su/\\r\\n \\r\\nДо центра 2 https://rich-house.su/rooms/\\r\\n 4 км https://rich-house.su/about/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 06:57:21','2026-01-20 06:57:21','4adf6fa1-250d-466b-85e2-78126817775b'),
(10663,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldhidlY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"210 отзывов https://rich-house.su/photos/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/about/\\r\\n \\r\\n? Геленджик ? Завтрак включён https://rich-house.su/rooms/\\r\\n \\r\\n3 https://rich-house.su/rooms/\\r\\n 2 км от центра Геленджик https://rich-house.su/rooms/\\r\\n \\r\\nЗавтрак включён https://rich-house.su/\\r\\n \\r\\nДо центра 4 https://rich-house.su/about/\\r\\n 7 км https://rich-house.su/contacts/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 07:10:00','2026-01-20 07:10:00','f3122675-ef2e-42f6-9378-ecc58c208570'),
(10664,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Oman Rook\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"oman@virgilian.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\r\\n \\r\\nAt Cateus Investment Company (CIC), we understand that the right funding structure can significantly accelerate your business growth. Whether you’re an early-stage startup or a scaling enterprise, our investment solutions are tailored to align with your vision and long-term success. \\r\\n \\r\\nWe currently offer two primary financing options: \\r\\n•\\tDebt Financing: Access capital at a competitive 3% annual interest rate, with no prepayment penalties ideal for businesses seeking straightforward, low-cost funding while maintaining full ownership. \\r\\n•\\tConvertible Debt Financing: A hybrid solution offering 3% annual interest with a conversion feature. After two years, the debt can convert into a 10–15% equity stake, providing both immediate funding and future alignment of interests. \\r\\n \\r\\nIf you’re seeking strategic funding with flexibility, we invite you to share your pitch deck or executive summary. Our team is ready to work with you to identify the most effective investment structure to support your business trajectory. \\r\\n \\r\\nWe look forward to exploring how CIC can partner with you to unlock your company’s full potential. \\r\\n \\r\\nWarm regards, \\r\\nOman Rook \\r\\nExecutive Investment Consultant | Director \\r\\nCateus Investment Company (CIC) \\r\\noman-rook@cateusgroup.org | cateusgroup@gmail.com \\r\\nhttp://www.cateusinvestmentsgroup.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 07:14:33','2026-01-20 07:14:33','5c1f28d8-12e5-4331-9fe9-77306b5c4843'),
(10665,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Allyson Paris\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"allyson.worthley@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am inquiring for my mother for rehab services. She was recently discharged from Christiana hospital with back pain/spasms that is affecting her mobility. I was hoping you could give me information on how we could get her admitted to your facility for PT/OT from home. She tried to go home with assistance from my dad and home health but she needs more than he can provide. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 07:24:18','2026-01-20 07:24:18','4871d09a-17d5-4511-8659-74cc362d767f'),
(10666,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leesow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hej, jeg ønskede at kende din pris.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 07:34:46','2026-01-20 07:34:46','19d97bc3-ff46-4739-91b9-5de800b1a887'),
(10667,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielchins\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"coezathurpu1983@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В наличии 17 шт https://sbn-66.ru/truboprovodnaya-armatura/\\r\\n \\r\\nот 36 300 руб https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/datchiki-raskhoda-gaza-drg-m-16080-160-400-800-1600-2500-5000/\\r\\n \\r\\nДля повышения на работе мне нужны были дополнительные профессиональные знания и подтверждающие документы https://sbn-66.ru/raskhodomery-shtray-mass-1/raskhodomery-shtray-mass/\\r\\n  Я, как человек-карьерист, убеждена, что знания лишними никогда не бывают и дополнительное обучение мне пойдет на пользу во всех смыслах, не только для карьерной лестницы, но и для более компетентной работы https://sbn-66.ru/\\r\\n  Я полностью довольна процессом обучения в ЦППК — преподаватели мастера своего дела, хороший список дополнительной литературы и удобный онлайн формат обучения https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery/ultrazvukovye-raskhodomery/raskhodomer-endresshauser-prosonic-flow/\\r\\n  Документы ждать долго не пришлось, получила на почте спустя неделю после того, как прошла итоговую аттестацию https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/vlagomery-nefti/vlagomer-nefti-red-eye/\\r\\n \\r\\nБиметаллический термометр с аксиальным исполнением, диаметром 63 мм, предназначен для измерения температур в диапазоне 0-120 °C https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/gazoanalitka/gazoanalizatory-sgoes/\\r\\n  Обладает защитой IP43, что обеспечивает надежность в эксплуатации https://sbn-66.ru/\\r\\n  Идеален для использования в различных промышленных и бытовых условиях https://sbn-66.ru/raskhodomery-shtray-mass-1/raskhodomery-shtray-mass/\\r\\n \\r\\nДля учета воды, потребляемой в каждой квартире, применяются одноструйные крыльчатые водосчетчики Ду15 мм с изолированным от воды счетным механизмом https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/gazoanalitka/datchiki-gazoanalizatory-dgs-eris-210/\\r\\n  Счетчики могут быть оснащены импульсным выходом для вывода информации об измеренных параметрах на регистратор https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery/ultrazvukovye-raskhodomery/raskhodomer-krohne-ufm3030k/\\r\\n  Для измерения объема воды на вводе в здание используются домовые и турбинные счетчики воды https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/pozharnye-izveschateli-ipes-ikuf-1/\\r\\n  Для учета теплопотребления применяются специальные приборы - теплосчетчики https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/raskhodomery/rotametry/\\r\\n \\r\\nОкончание (МСК) 22 https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/radiostanciya-motorola/\\r\\n 05 https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/vlagomery-nefti/vlagomery-nefti-potochnye-rhase-dynamics/\\r\\n 2025 13:01 https://sbn-66.ru/kontrolno-izmeritelnye-pribory-1/vlagomery-nefti/vlagomer-nefti-vsn-2-sp/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 07:50:55','2026-01-20 07:50:55','e2c564b3-b037-4d8f-9309-e1fd1556dbc9'),
(10668,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelroows\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Анна Ромашова https://shcherbinins.ru/uslugy\\r\\n \\r\\nМихаил и Арина «Свадьба Арины и Михаила в пространстве Cross+Studio на Яузе» \\r\\nТимур, спасибо большое https://shcherbinins.ru/\\r\\n  Приехали как мы и просили пораньше https://shcherbinins.ru/menu\\r\\n  Руководство и гости мероприятия передают Вам благодарность! Все очень красивое и вкусно! От меня так же большое спасибо ?? с Вами очень приятно работать, несмотря на наши меняющиеся обстоятельства - пошли нам на встречу Будем обращаться к Вам ещё и рекомендовать партнерам https://shcherbinins.ru/contacts\\r\\n \\r\\nПакет S Стоимость: 1 000 руб/персона Входит в стоимость: Логистика Аренда оборудования, текстиля, сервировки Обслуживание мероприятия *Заказ от 30 000 руб https://shcherbinins.ru/menu\\r\\n  Заказать фуршет https://shcherbinins.ru/uslugy\\r\\n \\r\\nВыбор клиентов CaterMe https://shcherbinins.ru/\\r\\n \\r\\nАнна 4 дня назад https://shcherbinins.ru/contacts\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 07:50:55','2026-01-20 07:50:55','0428427f-4e8d-4554-bc92-598b664e832e'),
(10669,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyoptot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Руководитель отдела интернет-маркетинга https://proffseo.ru/privacy\\r\\n \\r\\nпо версии Рейтинга Рунета 2020 г https://proffseo.ru/privacy\\r\\n \\r\\n* Цель создания различных результатов для разных регионов — улучшение качества поиска, отсутствие заведомо ненужных пользователю сайтов и информации https://proffseo.ru/privacy\\r\\n \\r\\nЗаказать продвижение сайта у надежного подрядчика https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Увеличить целевой небрендовый трафик на сайт ecco-shoes https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n ru https://proffseo.ru/kontakty\\r\\n \\r\\nВ Вебмастере есть возможность указать несколько населенных пунктов, поэтому, если филиалы компании представлены в разных городах, лучше разместить информацию о всех регионах, в которых есть главные офисы, и указать, что вы работаете по всей России https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Остальные города можно добавить в сервисах Яндекс https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n Бизнес и Google Мой Бизнес https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Более подробно об этих способах продвижения мы расскажем ниже https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nРегиональное продвижение помогает улучшить позиции сайта в поисковой выдаче в одном или нескольких регионах, привлечь целевую аудиторию и увеличить конверсию при сравнительно невысоких затратах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n  Поисковые системы лояльнее относятся к местным компаниям, и конкуренция в одном регионе ниже, чем по всей России, поэтому, продвигаясь по геозависимым запросам, достигнуть первой страницы поиска намного проще https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n  В статье мы расскажем, какие способы регионального продвижения сайта наиболее эффективны, и как вести SEO-продвижение сайта в топ-10 Яндекса и Google в одном и нескольких регионах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 08:05:13','2026-01-20 08:05:13','3af0f371-1657-4b8d-8b64-d9dc4d914f19'),
(10670,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Oman Rook\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"oman@virgilian.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\r\\n \\r\\nAt Cateus Investment Company (CIC), we understand that the right funding structure can significantly accelerate your business growth. Whether you’re an early-stage startup or a scaling enterprise, our investment solutions are tailored to align with your vision and long-term success. \\r\\n \\r\\nWe currently offer two primary financing options: \\r\\n•\\tDebt Financing: Access capital at a competitive 3% annual interest rate, with no prepayment penalties ideal for businesses seeking straightforward, low-cost funding while maintaining full ownership. \\r\\n•\\tConvertible Debt Financing: A hybrid solution offering 3% annual interest with a conversion feature. After two years, the debt can convert into a 10–15% equity stake, providing both immediate funding and future alignment of interests. \\r\\n \\r\\nIf you’re seeking strategic funding with flexibility, we invite you to share your pitch deck or executive summary. Our team is ready to work with you to identify the most effective investment structure to support your business trajectory. \\r\\n \\r\\nWe look forward to exploring how CIC can partner with you to unlock your company’s full potential. \\r\\n \\r\\nWarm regards, \\r\\nOman Rook \\r\\nExecutive Investment Consultant | Director \\r\\nCateus Investment Company (CIC) \\r\\noman-rook@cateusgroup.org | cateusgroup@gmail.com \\r\\nhttp://www.cateusinvestmentsgroup.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 08:19:00','2026-01-20 08:19:00','90c2ec2f-06ce-4df0-8f8d-2662da33cdc7'),
(10671,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertbOp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ola, quería saber o seu prezo.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 08:27:39','2026-01-20 08:27:39','c54c79ca-68e7-4ce5-9e9c-fbd347abb83c'),
(10672,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickIdecy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"serj-luzan98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"МетПромИнтекс https://svk27.ru/manufacturing\\r\\n \\r\\nОбласть применения сварных воздуховодов https://svk27.ru/katalog/drossel-klapany\\r\\n \\r\\nВ наличии Опт 17 https://svk27.ru/katalog/vozduhovody-iz-stali-ocinkovannoy-chernoy-nerzhaveyushchey-alyuminiya\\r\\n 11 https://svk27.ru/katalog/myagkie-vstavki\\r\\n 25 https://svk27.ru/katalog/reshetki-naruzhnye\\r\\n \\r\\nВ наличии Опт / Розница 17 https://svk27.ru/katalog/deflektory\\r\\n 11 https://svk27.ru/katalog/myagkie-vstavki\\r\\n 25 https://svk27.ru/manufacturing\\r\\n \\r\\nМатериал и толщина стали: \\r\\nОгнеупорные системы https://svk27.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 08:33:21','2026-01-20 08:33:21','8497a73b-d2f4-44cc-9239-5b353f2e2b0a'),
(10673,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BradlyWhent\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zxhjfgro@vargosmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"CELEXA NO PRESCRIPTION US PHARMACY [url=http://skypharmac.com/]sky pharmacy online drugstore[/url] Buy Viagra Online ::: Canadian Pharmacy. Lowest price. [url=http://xyzpharm.com/]usa pharmacy no script[/url] Buy generic cialis online Buy Discount Cialis (Tadalafil) Online from Canadian Drug Store Brand viagra online pharmacy [url=http://onlineviagraprescription.com/]viagra online[/url] ~$ cialis free 30 day trial - We Offer Drug For Lowest Prices On\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 08:47:40','2026-01-20 08:47:40','321932c2-11f0-452a-8796-1236341d0798'),
(10674,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roberttup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Kaixo, zure prezioa jakin nahi nuen.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 09:25:25','2026-01-20 09:25:25','750e39bc-1870-4134-aa5d-e21f5695d3be'),
(10675,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryLot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Высокий уровень сервиса! \\r\\nПочему важно выбирать качественные тату салоны в Москве https://maze.tattoo/catalog/m/mini-tatu/\\r\\n \\r\\nВ основном такие украшения предпочитают женщины, но в последнее время их все чаще практикуют мужчины https://maze.tattoo/catalog/a/akuly/\\r\\n  Популярными местами установки микродермал являются зона декольте и пространство в области ключиц https://maze.tattoo/catalog/l/letuchaya-mish/\\r\\n  Там украшения не только красиво смотрятся, но и быстрее заживают https://maze.tattoo/catalog/p/panda/\\r\\n  Кроме того, область декольте и ключиц почти никогда не контактирует с какими-либо предметами, поэтому прокол здесь считается самым безопасным https://maze.tattoo/catalog/k/\\r\\n  Впрочем, никто не запрещает украшать микродермалами лицо, руки, пальцы и другие части тела https://maze.tattoo/catalog/sha/\\r\\n \\r\\nСтудия на Покровке с широким диапазоном: от художественной татуировки любой сложности до шрамирования и микродермалов https://maze.tattoo/catalog/l/lovets-snov/\\r\\n  Мастера работают в разных направлениях, от утончённых весенних нежностей вроде цветов до эпичных рукавов, достойных рок-музыкантов https://maze.tattoo/catalog/ch/chasy/\\r\\n  Плюс сюда часто привозят гостевых мастеров, что увеличивает ваши шансы на действительно необычную татуировку https://maze.tattoo/catalog/c/\\r\\n  Начиналось всё с подвала на «Красном Октябре» и экспериментах на друзьях, а теперь у Banana Tattoo армия поклонников как в онлайне, так и в реале https://maze.tattoo/catalog/c/sobaka/\\r\\n \\r\\nПосетив нашу студию, вы сможете оценить безупречный уровень обслуживания по 10 бальной шкале и оставить свой отзыв https://maze.tattoo/catalog/m/medved/\\r\\n \\r\\nЕсли надумаете украсить своё тело нежной веточкой сирени, плеском волн в акварельной технике или птичкой, в SORRY MOM с этими задачами справятся https://maze.tattoo/catalog/ts/tsvety/\\r\\n  А тех, кто готов к серьёзным экспериментам, уведут в тотальный дотворк или традиционную японскую татуировку https://maze.tattoo/catalog/ch/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 09:49:57','2026-01-20 09:49:57','a2123d0c-a11b-48f6-81dc-48ccb5f24d5f'),
(10676,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelTeere\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наши цены ниже! \\r\\nОбратите внимание: отсутствует возможность выбора цвета по товарам, в соответствующей графе для которых указано «ассорти» https://kapio.ru/katalog/byitovaya-ximiya/dezinficziruyushhie-sredstva/\\r\\n \\r\\nЗеленые мешки под строительный мусор выполнены из полипропилена - вторсырья, удешевляющего себестоимость тары https://kapio.ru/katalog/byitovaya-ximiya/myilo-xozyajstvennoe/mylo-hozjajstvennoe-200-gr-72/\\r\\n  Мешки мусорные изготовлены на круглоткацком станке, образующем плотное переплетение полипропиленовых лент https://kapio.ru/katalog/chehly-i-vkladyshi-dlja-kontejnerov/chehly-dlja-roll-kontejnerov/\\r\\n  Выполнены из нетоксичных материалов, абсолютно безопасных для здоровья человека https://kapio.ru/katalog/byitovaya-ximiya/pyatnovyivoditeli-i-otbelivateli/belizna-gel-otbelivatel-1l/\\r\\n  Большие мешки строительные для мусора не поддаются грибку, устойчивы к воздействию влаги, выдерживают температуру от -70 до +100С, во влажных и неотапливаемых складских помещениях, в подвалах, гаражах и на балконах https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-kuxni/sif-aktiv-chistjashhij-krem-500ml-2/\\r\\n  Их можно прошивать синтетической нитью, скручивать проволокой и веревками, склеивать скотчем https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-polov/universalnoe-mojushhee-sredstvo-progressivnoe-help-5-kg/\\r\\n  Подходят для многократного использования https://kapio.ru/katalog/meshki-dlya-musora/meshki-pnd/meshki-dlja-musora-30-litrov-pnd-chernye-30-shtuk-v-rulone-lajt/\\r\\n  Универсальные мешки гораздо прочнее, чем пакеты, используются в гражданском и промышленном строительстве, быту и перевозках https://kapio.ru/katalog/xozyajstvennyij-inventar/meshki-dlya-pyilesosov/meshok-pylesbornyj-dlja-pylesosa-fimap-fv-9-bp9-pani-pronja-komplekt-5sht/\\r\\n \\r\\nСобственная, развивающаяся сеть супермаркетов «Порядок» и точки самовывоза, сотрудничество с лучшими транспортными компаниями, контроль времени комплектации заказов - всё это позволяет нам доставлять товары в любую точку России в сжатые сроки! \\r\\nПреимущества наших мусорных мешков https://kapio.ru/o-kompanii/\\r\\n \\r\\nМешки для мусора с тесьмой 120 л / 10 шт https://kapio.ru/zakaz-ot/12-pach-upak/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 09:53:43','2026-01-20 09:53:43','2fada5b9-bd0d-42cb-9027-02b7102382d5'),
(10677,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottSaise\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Для этого стиля характерно использование легких штор, мебели белого цвета и светлых полов, пастельных оттенков, живых цветов, большого количества декора в виде статуэток и прочего https://olga-filippova.ru/\\r\\n \\r\\nПри заполнении резюме подробно опишите опыт (даже небольшой, полученный на практике или стажировке), порядок работы над проектами, тонкости решения нестандартных задач https://olga-filippova.ru/interior_appartment\\r\\n \\r\\nДля того, чтобы ваши затраты покрылись вам понадобится около года https://olga-filippova.ru/horeca\\r\\n  Но при условии, что в месяц вы будете реализовывать примерно 4 проекта https://olga-filippova.ru/smi\\r\\n  Т https://olga-filippova.ru/blog\\r\\n е https://olga-filippova.ru/office_interior\\r\\n  месячный доход будет не менее 200 т https://olga-filippova.ru/interior_appartment\\r\\n р https://olga-filippova.ru/interery-fasad\\r\\n  После года работы, вы будете пожинать плоды своих усилий https://olga-filippova.ru/fitness-spa\\r\\n \\r\\nСчитаю, что небольшой квартиры, площадью 30-35 м, лучший вариант  открытая планировка, т https://olga-filippova.ru/beauty-salons-spa-design\\r\\n е https://olga-filippova.ru/smi\\r\\n  студия https://olga-filippova.ru/office_interior\\r\\n  так создается большее пространство, а за счет зонирования комнату и кухню можно разделить визуально https://olga-filippova.ru/interior_appartment\\r\\n  Живут в небольших квартирах одиночки или молодые пары без детей, так что выделять отдельную кухню для жарки, парки и выпечки пирогов, совершенно не обязательно https://olga-filippova.ru/kontakts\\r\\n \\r\\nЭто как можно выбрать свою кровать, если не полежать на ней до покупки, а если вам потом будет на ней неудобно спать или цвет выбранных обоев через интернет в итоге будет не тем, что хочется? \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 09:56:49','2026-01-20 09:56:49','fdfaf6c7-cadd-41ae-a215-15cf15469129'),
(10678,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertmet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По запросу 13 526 https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\r\\n 64 https://deneb-spb.ru/zaglushki\\r\\n \\r\\nМы являемся официальными поставщиками, поэтому можем предложить цены на 15-20% дешевле , чем в среднем по рынку https://deneb-spb.ru/izolyaciya\\r\\n \\r\\nЦена может отличаться в зависимости от региона России https://deneb-spb.ru/contacts\\r\\n  Часто мы отгружаем трубы и фитинги из Санкт-Петербурга в Москву и другие города России https://deneb-spb.ru/vse_novosti\\r\\n  Для расчета стоимости и сроков, обратитесь в отдел продаж https://deneb-spb.ru/ugolniki\\r\\n \\r\\nМаксимальная рабочая температура https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\r\\n \\r\\nИз-за своих высоких физико-технических характеристик полипропиленовые трубы применяются в довольно широком спектре: \\r\\nПо запросу 3 329 https://deneb-spb.ru/shejvery-i-torcevateli\\r\\n 96 https://deneb-spb.ru/vse_novosti\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 09:57:27','2026-01-20 09:57:27','20f67dc8-3294-407c-bfd3-8e8fcc3186b3'),
(10679,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreycab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nУчебное пособие \\r\\nSurgitron - медицинский аппарат, который применяется в области радиоволновой хирургии https://ellman.ru/diamond\\r\\n  Сургитрон EMC создает высокочастотные радиоволны, что позволяет проводить особо точные операции https://ellman.ru/triangular\\r\\n  Хирург делает разрез так называемым  способом – температура воздействия составляет 38-80 градусов Цельсия, что безопасно для пациента и хирурга https://ellman.ru/diamond\\r\\n \\r\\nТо в жар, то в холод — Аппаратные методы удаления локальных жировых отложений https://ellman.ru/triangular\\r\\n \\r\\n+7 (495) 120-29-39 https://ellman.ru/diamond\\r\\n \\r\\n- Комплект поставки может быть изменен производителем https://ellman.ru/ball\\r\\n  - Состав базового коплекта электродов меняется по желанию покупателя и зависит от специалистов, для нужд которых приобретен аппарат https://ellman.ru/oval\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 09:58:05','2026-01-20 09:58:05','44fd6bc8-59cc-4876-aa89-de73f974af68'),
(10680,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyedump\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы искренне любим свое дело и знаем, что лучше сработает для нашего клиента https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nпереходов с форумов благодаря крауд-маркетингу https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nСкидка 100% на первый месяц! \\r\\nГотовим SEO стратегию https://proffseo.ru/kontakty\\r\\n \\r\\nTagline Awards 2021 https://proffseo.ru/privacy\\r\\n \\r\\nрост целевого трафика https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 09:58:08','2026-01-20 09:58:08','6c2af4b5-894d-4606-945b-70b266b3fddd'),
(10681,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelFup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Пошив худи https://norsy.ru/voprosy-otvety\\r\\n \\r\\nКомпания «ЭЛЬ-ТЕКС ПОШИВ» занимается пошивом одежды для заказчиков из Москвы и регионов России https://norsy.ru/poshiv-futbolok\\r\\n  На производстве работают лучшие конструкторы , технологи, дизайнеры, швеи и лаборанты https://norsy.ru/o-nas\\r\\n  Шьём текстильные и трикотажные изделия крупным и мелким оптом (от 10 штук на размер, от 30 штук на модель). \\r\\nМы работаем с мужскими и женскими вариациями одежды, отшиваем наряды для детской аудитории, а также красочные костюмы для театральных постановок https://norsy.ru/otzyvy\\r\\n  Оптовые изделия швейного цеха имеют: \\r\\nПОШИВ детской ОДЕЖДЫ https://norsy.ru/\\r\\n \\r\\nНастроены на трикотаж и легкие ткани, шьют без растяжения и посадки (равномерно) \\r\\nПрайс-лист пошив https://norsy.ru/pochemu-my\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 09:58:22','2026-01-20 09:58:22','9e912161-fa87-441a-b96a-052466f0120e'),
(10682,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelBuips\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Полесский проезд, 16с1 https://norsy.ru/\\r\\n \\r\\nКачество - проходит контроль специалистов на каждом этапе https://norsy.ru/o-nas\\r\\n \\r\\nнадежную фурнитуру; четкость обработки швов; удобную посадку; высокий уровень комфортом (свобода движений); защитными функциями (при необходимости). \\r\\nШвейное производство https://norsy.ru/voprosy-otvety\\r\\n \\r\\nГрадация 200?/размер https://norsy.ru/pochemu-my\\r\\n \\r\\nЛЮБОЙ МАТЕРИАЛ И МЕСТО НАНЕСЕНИЯ https://norsy.ru/kontakty\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 09:59:26','2026-01-20 09:59:26','5502884b-47fa-4712-a5eb-9c752ea35810'),
(10683,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldChack\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nПодпишитесь на новости https://kupefurnitur.ru/\\r\\n \\r\\nОпт 1: 337 https://kupefurnitur.ru/price\\r\\n 50р https://kupefurnitur.ru/catalog\\r\\n \\r\\nНа нашем сайте представлена фурнитура для производства офисной мебели - компьютерных столов, шкафов, мягкой мебели (кресел и диванов). В условиях кризиса многие производители стараются сэкономить на производстве мебели для офисных учреждений, делая выбор в пользу более дешевых материалов и комплектующих https://kupefurnitur.ru/price\\r\\n  Однако порой такой выбор может стать причиной появления на рынке некачественной мебели, которая не предназначена для длительной эксплуатации и быстро теряет свои функциональные возможности и эстетичный внешний вид https://kupefurnitur.ru/onas\\r\\n  Для решения данной проблемы необходимо внимательно изучить рынок поставщиков материалов и фурнитуры - на нашем сайте вы найдете оптимальные решения для производства офисной мебели по доступной цене https://kupefurnitur.ru/onas\\r\\n  Мы заинтересованы в долгосрочном и выгодном для обеих сторон сотрудничестве на постоянной основе https://kupefurnitur.ru/onas\\r\\n \\r\\n\\r\\nВ ассортименте нашего интернет-магазина представлены следующие виды мебельной фурнитуры: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:01:01','2026-01-20 10:01:01','0dc22558-8340-47bd-aabf-b62cf676a2a2'),
(10684,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryLot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Еще один немаловажный момент: людям, решившим записаться к нам на курсы, не придется платить лишние деньги за оборудование, краски, искусственную кожу и другие расходники – все это всегда есть у нас https://maze.tattoo/catalog/m/mayak/\\r\\n  После прохождения курсов и получения сертификата мы находимся на связи и готовы поддержать и словом, и делом, помочь с трудоустройством, подсказать, где в данный момент требуются специалисты https://maze.tattoo/catalog/yo/\\r\\n  Вполне возможно, что после получения сертификата вы станете членом нашего коллектива https://maze.tattoo/catalog/ch/chertopoloh/\\r\\n \\r\\n? +7 (499) 645-95-95 https://maze.tattoo/catalog/ch/cherep/\\r\\n \\r\\nс 2009 года https://maze.tattoo/catalog/gh/zhuravli/\\r\\n \\r\\nСтудия тату на Арбате 21 200 ? \\r\\nБольше мастеров https://maze.tattoo/catalog/ch/chasy/\\r\\n \\r\\n? 90972 https://maze.tattoo/catalog/m/malenkiy-prints/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:01:02','2026-01-20 10:01:02','25e54787-1119-479b-9430-b0cf5fff318d'),
(10685,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertsex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По запросу 768 https://deneb-spb.ru/shtanga-rezbovaya\\r\\n 64 https://deneb-spb.ru/obvody\\r\\n \\r\\nНоминальное давление: – до 25 Бар; Диаметр: 20 – 63 мм; Толщина стенки: 3,4 – 10,5 мм; Температура транспортируемой воды: до 90 °С; Срок службы: 50 лет; ГОСТ 32415-2013; ТУ 22 https://deneb-spb.ru/shtanga-rezbovaya\\r\\n 21 https://deneb-spb.ru/truby-armirovannye-alyuminiem\\r\\n 29-002-14693610-2018; Класс: 1, 2, 4, 5, питьевая https://deneb-spb.ru/truby-pn-10-i-pn-20\\r\\n  полипропилен полипропиленовые трубы PPR-GF армированные стекловолокном водоснабжение отопление https://deneb-spb.ru/\\r\\n \\r\\nVTp https://deneb-spb.ru/trojniki\\r\\n 700 https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\r\\n 0020 https://deneb-spb.ru/vse_novosti\\r\\n \\r\\nПо запросу 7094 https://deneb-spb.ru/nastennye-komplekty-pod-smesitel\\r\\n 34 https://deneb-spb.ru/truby-armirovannye-steklovoloknom-pn20-i-pn25\\r\\n \\r\\nПо запросу 34 011 https://deneb-spb.ru/zaglushki\\r\\n 20 https://deneb-spb.ru/krany-latunnye-rezbovye\\r\\n \\r\\nПо запросу 1 912 https://deneb-spb.ru/vse_novosti\\r\\n 96 https://deneb-spb.ru/mufty-i-perekhodniki\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:01:22','2026-01-20 10:01:22','a6c9c43b-7a8f-48e7-bde2-0e289467d991'),
(10686,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melvinemara\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Эндовазальная лазерная коагуляция вен нижних конечностей (одной магистральной подкожной вены с множественными притоками или/и перфорантами на бедре и голени в пределах одной конечности) A22 https://www.angioprof.ru/uslugi-flebologii-i-angiologii/kompressionnyij-trikotazh.html\\r\\n 12 https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/obuv-ortopedicheskaya/\\r\\n 003 https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/badyi/\\r\\n 003 https://www.angioprof.ru/uslugi/informacziya-ob-osushhestvlenii-deyatelnosti-v-usloviyax-covid-19.html\\r\\n \\r\\nболят и отекают ног (особенно к вечеру); кожа голени и стоп зудит, вы чувствуете жжение; на ногах много сосудистых звездочек и сеток;. ноги быстро устают, в икроножных мышцах случаются судороги; на поверхности ног хорошо видны извитые выпуклые вены https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/mediczinskij-trikotazh/mediczinskie-noski-dlya-diabetikov.html\\r\\n \\r\\nКонсультация (интерпретация) с анализами и обследованиями сторонних организаций, д https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/kompressionnyij-trikotazh/\\r\\n м https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/obuv-ortopedicheskaya/\\r\\n н https://www.angioprof.ru/otzivi-angioprof/\\r\\n \\r\\nРадиочастотная абляция (РЧА) в пределах одного ствола большой или малой подкожной вены на одной нижней конечности (без стоимости электрода) \\r\\nМноголетний опыт специалистов гарантирует профессиональный подход к решению сложных задач https://www.angioprof.ru/uslugi-flebologii-i-angiologii/\\r\\n  Комплексная диагностика обеспечивает точную верификацию диагноза https://www.angioprof.ru/uslugi-nevrologii/\\r\\n  Применение малоинвазивных технологий минимизирует операционную травму https://www.angioprof.ru/uslugi-podologii/potlivost-nog.html\\r\\n \\r\\nВызов флеболога на дом https://www.angioprof.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:03:33','2026-01-20 10:03:33','4ab897d5-6ff8-43c9-9425-ea3614792a52'),
(10687,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertbaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы предлагаем трубы нескольких видов: \\r\\nPN10 – для устройства систем подогрева пола, холодного водоснабжения, кондиционирования, канализации https://deneb-spb.ru/vse_novosti\\r\\n  Изделия этой серии имеют самую низкую цену за счет малой толщины стенок и умеренной прочности https://deneb-spb.ru/shejvery-i-torcevateli\\r\\n  Сечение – до 110 мм, предельно допустимое давление – до 1 МПа https://deneb-spb.ru/nastennye-komplekty-pod-smesitel\\r\\n  PN16 – для формирования отопительного комплекса в жилых помещениях https://deneb-spb.ru/mufty-razemnye-amerikanki\\r\\n  Чтобы обеспечить изделиям из полипропилена стойкость к перепадам температур, увеличению нагрузки до 1,6 МПа, производители армируют их алюминиевым или стекловолоконным слоем https://deneb-spb.ru/obvody\\r\\n  PN20 – усиленные https://deneb-spb.ru/mufty-i-perekhodniki\\r\\n  При диаметре от 16 до 90 мм выдерживают давление до 2 МПа, поэтому их покупают для монтажа систем обогрева, канализации, вентиляции в гражданских, коммерческих, технических и промышленных объектах https://deneb-spb.ru/dostavka\\r\\n \\r\\nПо запросу 2433 https://deneb-spb.ru/truby-armirovannye-alyuminiem\\r\\n 12 https://deneb-spb.ru/clientam\\r\\n \\r\\nВ немногих минусах можно отметить невозможность гнуть из-за их прочности, поэтому полипропиленовые трубы для внутренних сетей поставляют только в виде отрезков длиной до 4 м, диаметрами от 20 до 110 мм, которые рассчитанны на давление PN10, PN16 и PN20, и чтобы исправить минус, используют повороты и сгибы, специальные фитинги: тройники, уголки, муфты, переходы и другие элементы, которые позволяют составить систему водоснабжения и отопления самой невероятной сложности при минимальных денежных затратах, в том числе особенно при приобретении полипропиленовых труб оптом https://deneb-spb.ru/truby-pn-10-i-pn-20\\r\\n \\r\\nОставить отзыв https://deneb-spb.ru/burty-i-flancy\\r\\n \\r\\n- высокая пропускная способность на соединениях; \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:08:18','2026-01-20 10:08:18','59954b7f-baeb-477b-944c-063b8869fa7d'),
(10688,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelflasp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Транспортные средства в наличии, их приблизительная вместимость и стоимость доставки по удаленности https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-plastah/\\r\\n \\r\\nМешки для мусора Москва https://kapio.ru/katalog/meshki-dlya-musora/meshki-pnd/meshki-dlja-musora-60-litrov-pnd-chernye-20-shtuk-v-rulone-2/\\r\\n \\r\\nЦена: 10 https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/salfetka-iz-mikrofibry-30h30-sinjaja-bez-up/\\r\\n 5 р https://kapio.ru/katalog/filter/obem-120/page/2/\\r\\n \\r\\nНа что обратить внимание при выборе мешков для мусора? \\r\\nОфис г https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-posudyi/purri-purry-total-tabletki-dlja-posudomoechnyh-mashin-100sht-v-upakovke/\\r\\n  Москва, ул https://kapio.ru/katalog/xozyajstvennyij-inventar/meshki-dlya-pyilesosov/meshok-pylesbornyj-dlja-pylesosa-karcher-t7-1-t-9-1-k6-pani-pronja-komplekt-5-sht/\\r\\n  Хибинский проезд, д https://kapio.ru/katalog/xozyajstvennyij-inventar/meshki-dlya-pyilesosov/meshok-pylesbornyj-dlja-pylesosa-numatic-nu1-pani-pronja-komplekt-5-sht/\\r\\n 20, офис 207А https://kapio.ru/katalog/byitovaya-ximiya/\\r\\n \\r\\nНизкая цена 169 Прочный 105 Вместительный 72 Большой размер 35 Хорошее качество 27 Выдерживает вес 25 Отсутствие запаха 6 Тонкий 79 Рвется 52 Непрочный 48 https://kapio.ru/katalog/meshki-dlya-musora/meshki-pnd/meshki-dlja-musora-60-litrov-pnd-chernye-50-shtuk-v-rulone/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:10:17','2026-01-20 10:10:17','fa59934e-0031-43dc-9f92-69728434902a'),
(10689,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyPsync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Целевые заявки и продажи https://proffseo.ru/privacy\\r\\n \\r\\nвырос трафик с мобильных устройств https://proffseo.ru/privacy\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/kontakty\\r\\n \\r\\n2-е место в рейтинге \\\"CRM-маркетинг\\\" \\r\\nКоманда веб-дизайнеров https://proffseo.ru/privacy\\r\\n \\r\\nЕсли модель дистрибуции в вашем бизнесе основана на региональных партнерах, то с помощью продвижения сайта в регионах мы привлечем региональных оптовиков, дилеров и агентства со всей России https://proffseo.ru/privacy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:11:46','2026-01-20 10:11:46','8fe0f5c8-c2af-4b89-b0c9-2cf5c3a68326'),
(10690,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertOriva\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"от сложности выполнения, количества и веса перемещаемых объектов, количества спецтехники и персонала, участвующих в проекте https://drogal.ru/glossary/informacionnie-nadpisi/\\r\\n \\r\\nСтанислав, Москва https://drogal.ru/portfolio_tags/uslugi-avtokrana-50-tonn/\\r\\n \\r\\nТакелаж станков https://drogal.ru/uslugi/kranovye-raboty/uslugi-stropalshchikov/\\r\\n \\r\\nСледующий час: 1 350 /час https://drogal.ru/glossary/sredstvo-paketirovaniya/\\r\\n \\r\\nГАЗон Гидроборт https://drogal.ru/portfolio_tags/uslugi-avtokrana-50-tonn/\\r\\n \\r\\nО тарифе \\\"Быстрый переезд\\\" : \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:13:56','2026-01-20 10:13:56','c954c50d-9389-468b-95f8-77476b67a332'),
(10691,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rogertuh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pestovafivr1985@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоматология – это не страшно, а современно, комфортно и качественно https://superdenta.ru/ortodontiya\\r\\n \\r\\nИмплантация, протезирование, хирургия, ортодонтия — все в одном месте https://superdenta.ru/ortodontiya\\r\\n \\r\\nЗакрыто до 09:00 https://superdenta.ru/otbelivanie\\r\\n \\r\\nул https://superdenta.ru/awards\\r\\n  Лейтейзена, д https://superdenta.ru/esteticheskaya\\r\\n  7А https://superdenta.ru/terapevticheskaya\\r\\n \\r\\nПеред приемом проведем консультацию, полную диагностику и составим подробный план лечения https://superdenta.ru/control\\r\\n \\r\\nКачество лечения контролируется радиовизоиграфической системой VISIO DENT, облучение от которой в десятки раз меньше рентгеновского, а для стерилизации инструментов применяется надежное оборудование немецкой фирмы MELAG https://superdenta.ru/implantologiya\\r\\n  Высококвалифицированные сотрудники стоматологического кабинета и клиники \\\"Vita-Dent\\\" применяют в работе новейшие зубосохраняющие технологии - ультразвуковое расширение корневого канала проблемных зубов; лечение кистогранулем путем выведения за верхушку корня средств, стимулирующих костеобразование; укрепление разрушенной коронки зуба с помощью пинов, стекловолоконных и титановых штифтов https://superdenta.ru/mediki\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:13:57','2026-01-20 10:13:57','6bfd8b8f-0254-4399-a8c3-2a6db9fa5128'),
(10692,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwindet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"заказываю не первый раз https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\r\\n  все такое безумно вкусное,свежее https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\r\\n  еще и бонусы дают в виде вкусняшек))очень довольна https://dostafka-obedi.ru/menu/\\r\\n особенно ценной https://dostafka-obedi.ru/dostavka/\\r\\n \\r\\nАлександра https://dostafka-obedi.ru/type_menu/napitki/\\r\\n \\r\\nочень вкусно, сотрудники довольные, и главное не дорого всем по карману https://dostafka-obedi.ru/\\r\\n  Спасибо https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\r\\n \\r\\nКомпания ФСК «Лидер» выражает огромную благодарность высокопрофессиональной команде компании «Обеды Смайл», в том числе Генеральному директору Смирному Александру Александровичу за превосходную организацию процесса питания сотрудников нашей компании https://dostafka-obedi.ru/reviews/\\r\\n  Мы сотрудничаем уже более 3-х лет, и на протяжении этого немалого срока ни разу не разочаровались в качестве предоставляемых услуг! Спасибо за заботливое обслуживание и вкуснейшую еду! Надеемся на долгосрочное продолжение сотрудничества! \\r\\nДоставка в термосах и обслуживание с линией раздачи https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\r\\n \\r\\nПришло время обеда, а пойти некуда? Меню всех окрестных заведений приелось, да и времени не так много? А может быть, просто не хочется тратить свое драгоценное время и силы на то, чтобы приготовить обед? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:18:48','2026-01-20 10:18:48','f419dd8f-1d79-4139-aef3-3e2a3557a4f8'),
(10693,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lloydmub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"определение местоположения авто в режиме реального времени; параметры движения (скорость и ее рост), остановка авто; отклонение от заданного маршрута; контроль рабочих часов водителя; расход топлива, его учет при заправке; продолжительность функционирования двигателя, контроль его параметров; видеонаблюдение; контроль сцепки, температурного режима и еще более 30 параметров https://ftnet.ru/penza_ternovka\\r\\n \\r\\nЦена: 48900 руб https://ftnet.ru/ustanovka-gbo-na-lada-kalina/\\r\\n \\r\\nУчёт топлива и топливный баланс https://ftnet.ru/gbo-renault-logan-na-metane/\\r\\n \\r\\nЗапросить образец https://ftnet.ru/logistpro\\r\\n \\r\\nБесплатный тест-драйв https://ftnet.ru/penza_ternovka\\r\\n \\r\\nПреимущества и возможности системы мониторинга https://ftnet.ru/agentipocards\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:22:16','2026-01-20 10:22:16','3200d12c-092e-49bb-a0f0-c432ac7dcdb8'),
(10694,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdiere\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По запросу 3732 https://deneb-spb.ru/zaglushki\\r\\n 31 https://deneb-spb.ru/homuty-santekhnicheskie-trubnye\\r\\n \\r\\nПо запросу 289 https://deneb-spb.ru/mufty-kombinirovannye\\r\\n 64 https://deneb-spb.ru/dostavka\\r\\n \\r\\nМы на связи Пн - Пт с 9 до 18 (Мск +2) \\r\\nПо запросу 337 https://deneb-spb.ru/kollektory\\r\\n 60 https://deneb-spb.ru/obvody\\r\\n \\r\\nРазновидности полипропиленовых труб https://deneb-spb.ru/mufty-i-perekhodniki\\r\\n \\r\\nНазначение https://deneb-spb.ru/truby-pn-10-i-pn-20\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:26:36','2026-01-20 10:26:36','b0b664bc-4c3f-4f57-aa61-ab2d71e24a65'),
(10695,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesswern\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По приобретению данной услуги Вам необходимо связаться с нами по телефонам: — 8-977-577-3703 сопровождение продаж — 8-977-577-3702 агросопровождение В нашей компании работают специалисты высокого уровня https://arbvbg.ru/privacypolicy\\r\\n  Приглашаем познакомиться с членами нашей команды! \\r\\nСпил деревьев https://arbvbg.ru/privacypolicy\\r\\n \\r\\nСпил деревьев https://arbvbg.ru/\\r\\n \\r\\nСпил дерева частями с завешиванием каждой из них https://arbvbg.ru/privacypolicy\\r\\n  Технология используется в ситуации, когда не представляется возможным спилить и сбросить вниз даже небольшие элементы ствола: рядом расположены здания, линии электропередач, а под самим деревом есть посадки (зеленые насаждения), которые требуется сохранить https://arbvbg.ru/\\r\\n  Это самый трудоёмкий и аккуратный способ, позволяющий специалисту (арбористу) точно и безопасно для окружающей инфраструктуры спилить дерево в условиях небольших площадей https://arbvbg.ru/privacypolicy\\r\\n \\r\\nОдна из специализаций наших сотрудников — профессиональная расчистка территории от ненужных зеленых насаждений, в том числе аварийных деревьев https://arbvbg.ru/\\r\\n  Персонал предприятия обладает необходимыми компетенциями и располагает доступом к нужным для работы приспособлениям и спецтехнике https://arbvbg.ru/\\r\\n  Гарантируется профессиональный подход, индивидуальное рассмотрение каждого заказа, короткие сроки, продуктивность и качество действий при доступных ценах на услугу https://arbvbg.ru/\\r\\n \\r\\nДеревья — это украшение любого участка, но иногда они могут представлять серьезную угрозу для безопасности людей, имущества и коммуникаций https://arbvbg.ru/privacypolicy\\r\\n  Вот основные причины, по которым владельцы участков обращаются за услугами спила деревьев: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:28:36','2026-01-20 10:28:36','b342281f-0e0b-4628-97c1-739229eaab83'),
(10696,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottmyday\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Оформляя кухонный интерьер, важно уделять особое внимание всем деталям, в зависимости от стиля, который Вы выбрали https://olga-filippova.ru/fitness-spa\\r\\n  К примеру, если Вы предпочли кухню оформить в стиле Хайтек, учитывайте, что в нем должны присутствовать стеклянные и металлические поверхности, но никак не  яркие полотеничка, которые впишутся гораздо лучше в стиль кантри https://olga-filippova.ru/interior_appartment\\r\\n  Жалюзи на окнах прекрасно будут смотреться в любом дизайне интерьера https://olga-filippova.ru/smi\\r\\n \\r\\nРазграничив их по функциональности, полы в обеденной и прихожей, укладываем керамическим кафелем, в гостевой(спальной) покрытием пола может послужить ламинат https://olga-filippova.ru/kontakts\\r\\n  Так же, ещё нам необходимо выделить каждую отведенную область, отдельным освещением https://olga-filippova.ru/kontakts\\r\\n \\r\\n\\r\\nАбсолютно любой человек может воспользоваться этими советами: создать правильную планировку, приобрести прекрасный диван, создать декоративные группы предметов или слои, добавить живой зелени или немного черного цвета, придерживаться классических линий, исправлять ошибки в оформлении с помощью фотографий и – что самое важное – сделать интерьер по-настоящему индивидуальным https://olga-filippova.ru/horeca\\r\\n \\r\\n\\r\\nРемонт может превратиться в длительный процесс, который требует финансовых, временных и моральных затрат https://olga-filippova.ru/blog\\r\\n  Многие слышали, что ремонт можно начать, но не закончить https://olga-filippova.ru/interior_appartment\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:31:55','2026-01-20 10:31:55','c691fd63-7e19-4cd0-b659-f3d7827f512c'),
(10697,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Элени https://rich-house.su/restaurants/\\r\\n \\r\\nЛазаревское (563 отеля) \\r\\nБесплатная отмена https://rich-house.su/\\r\\n \\r\\nАрхипо-Осиповка (189 отелей) \\r\\nБесплатная отмена https://rich-house.su/rooms/\\r\\n \\r\\n379 отзывов https://rich-house.su/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:32:13','2026-01-20 10:32:13','314446f0-042e-4966-921e-3bd1fdafb8aa'),
(10698,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertPaist\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sawubona, bengifuna ukwazi intengo yakho.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:34:30','2026-01-20 10:34:30','aa9a41e6-26db-40a7-ad39-d5a8c1386ef3'),
(10699,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccwoodlands.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwoodlands.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwoodlands.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 10:43:07','2026-01-20 10:43:07','ec8c5da1-aa0a-4667-8f8d-7dec478e1dc7'),
(10700,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlotte Douglas\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"charlotte.douglas@coastaelectricservices.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Coastal Electric Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nMy name is Charlotte Douglas with United Eletrical Contractor. As part of our Q1 Q2 2026 planning, we are exploring select business partnerships and advisory relationships and would welcome a brief discussion to assess potential alignment.\\r\\n\\r\\nKind regards,\\r\\nCharlotte Douglas\\r\\nProject Executive\\r\\nUnited Eletrical Contractor\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:03:29','2026-01-20 11:03:29','001b780c-d92f-4b0c-9c28-337975578310'),
(10701,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldFumma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ЦЕНА УПАЛА на 20% \\r\\nХорошую гостиницу в Геленджике можно выбрать по отзывам, которые оставляли ранее проживавшие в гостиницах гости https://rich-house.su/services/\\r\\n  Самые востребованные объекты размещения по мнению постояльцев: Отель Оскар, Метрополь Гранд Отель Геленджик, Отель Центральный и другие https://rich-house.su/restaurants/\\r\\n \\r\\nДо центра 500 м https://rich-house.su/restaurants/\\r\\n \\r\\nДо центра 400 м https://rich-house.su/about/\\r\\n \\r\\nОтдых в Крыму «Всё включено» \\r\\nБронирование номеров в мини-отелях Геленджика по цене от 3000 рублей в сутки без накруток и посредников! Фото, описание и реальные отзывы отдыхающих https://rich-house.su/rooms/\\r\\n  Недорогой отдых у Черного моря, подобрали для Вас более размещения https://rich-house.su/restaurants/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:09:47','2026-01-20 11:09:47','d7f757e0-88d7-4a16-828e-c1055e7c98bb'),
(10702,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldFumma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"улица Луначарского, дом 125, Геленджик https://rich-house.su/services/\\r\\n \\r\\nАнапа (1 148 отелей) \\r\\nулица Толстого, д https://rich-house.su/restaurants/\\r\\n 30, Геленджик https://rich-house.su/photos/\\r\\n \\r\\nГеленджик, Геленджикский пр-т, д https://rich-house.su/\\r\\n  133, 1463 км трассы М4 https://rich-house.su/services/\\r\\n \\r\\nСамое главное в гостиницах Геленджика, это то, что практически все они находятся на берегу моря https://rich-house.su/contacts/\\r\\n  Совсем рядом с побережьем расположились следующие объекты: Приморье Grand Resort Hotel, Лермонт, Богема Премиум https://rich-house.su/restaurants/\\r\\n  Отдыхая в таких отелях, вы сможете полноценно насладиться пляжным отдыхом с друзьями, детьми или большой семьёй https://rich-house.su/photos/\\r\\n \\r\\nЮжная Озереевка (19 отелей) \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:10:09','2026-01-20 11:10:09','3613c82b-abfa-4815-aa15-c2cd76d0c8b1'),
(10703,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgetic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"После анализа ситуации выяснилась схема подставы: один из конкурентов заказал большую партию шопперов новосибирского селлера, вложил в каждую модель заранее подготовленную бирку и отправил назад  https://bayra.market/sergu/page-54/\\r\\n  После этого «китайские» сумки поехали по всей России https://bayra.market/ip-klimenko/?page=32\\r\\n  При этом, отследить, кто и когда сделал закладку невозможно https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00002067/\\r\\n  Как невозможно найти и все модели с поддельными бирками https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00018879/\\r\\n \\r\\nпредставитель бренда натуральной авторской косметики «ZAHAROVA» \\r\\nМы сразу вышли на маркетплейсы, это был апрель 2021 года, и первым продуктом, который мы вывели на OZON, был универсальный шампунь для собак https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00015456/\\r\\n  Своей философией товар отличался от конкурентов, и мы выстрелили, стали масштабироваться — буквально за 4-5 месяцев заняли больше 20 % от всей категории по продажам https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kole-ozherelya-i-busy/kole-k1-00019115/\\r\\n  Команда получила много положительных отзывов, поняла, что в этой нише есть рост, и стала развивать товарную линейку https://bayra.market/oniks-finans-ooo/?category_id=13422&page=115\\r\\n  Начинали вдвоем, постепенно расширяя штат работников (теперь их 25 человек). \\r\\nБывает обидно, когда вы вложили силы и бюджет в новый регион, а товар там «не пошел» https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00015000/\\r\\n  Не стоит отчаиваться https://bayra.market/produkty-pitaniya-ru/chay-kofe-kakao/chay/mayskiy-chay-korona-rossii-100-g/\\r\\n  Ситуация поправима, если действовать по продуманному плану https://bayra.market/ip-klimenko/?category_id=24755\\r\\n \\r\\nВ одно и то же время жители юга России могут чаще искать соковыжималки, а севера — мощные обогреватели https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/kostyumy-i-komplekty-ru-2/komplekt-vyazannyy-pudra-rost-68-74/\\r\\n  Даже в рамках одного маркетплейса вкусы разнятся: предпочтения по брендам кофе в разных регионах могут сильно отличаться https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00016789/?select_warehouse=56\\r\\n \\r\\nМожно поиграть с психологией цены https://bayra.market/bizhuteriya/page-13/\\r\\n  В регионах с более низкой покупательной способностью лучше работают неровные цены (например, 998 ? вместо 1000 ?). Для Москвы или Петербурга это не так критично https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00014940/\\r\\n  Тестируйте ценовые гипотезы https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00020860/\\r\\n  Однако при этом не обязательно снижать цену — можно дать дополнительную ценность https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00015349/\\r\\n  Например, если по заданной цене товар продается плохо, вместо снижения на 5% можно прикладывать к каждому заказу приятный недорогой подарок и обязательно отразить это на карточке https://bayra.market/produkty-pitaniya-ru/makarony-krupy-i-muka/makaronnye-izdeliya-ru-2/makaronnye-izdeliya-perya-5-kg-melnik/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:14:19','2026-01-20 11:14:19','cbff35ba-3963-4c95-ad0a-e8268eb0f76a'),
(10704,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldFumma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Всё включено https://rich-house.su/contacts/\\r\\n \\r\\nБыстрое бронирование https://rich-house.su/services/\\r\\n \\r\\nБогема-премиум https://rich-house.su/about/\\r\\n \\r\\nЭлени https://rich-house.su/rooms/\\r\\n \\r\\nГостевой дом https://rich-house.su/restaurants/\\r\\n \\r\\nБесплатная отмена https://rich-house.su/photos/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:15:41','2026-01-20 11:15:41','4e82f055-2122-428b-a7e4-34aa1bde8709'),
(10705,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottOrerb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Создадим уникальный проект вашего сада с детальной 3D визуализацией и полным комплектом чертежей https://berezov-lsk.ru/\\r\\n \\r\\nРаботы выполнены 27 дней https://berezov-lsk.ru/\\r\\n \\r\\nЧтобы не разочароваться в ожиданиях и получить нужный результат, выбирайте подрядчика с именем https://berezov-lsk.ru/\\r\\n  По-настоящему профессиональные ландшафтные бюро работают не первый год, хорошо известны на рынке ландшафтных услуг, постоянно участвуют в дизайнерских выставках, конкурсах, имеют репутацию в своем деле, громкие проекты и награды https://berezov-lsk.ru/\\r\\n \\r\\nВоспользуйтесь услугами студии дизайна и вдохните новую жизнь в свой участок https://berezov-lsk.ru/\\r\\n \\r\\nСтроительство прудов под ключ https://berezov-lsk.ru/\\r\\n \\r\\nРеализуем любой стиль дизайна https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:16:40','2026-01-20 11:16:40','1c465fdb-82b9-453c-9341-80733e6b69c1'),
(10706,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreyHougs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Монополярные электрохирургические инструменты Биполярные электрохирургические инструменты Эвакуаторы дыма https://ellman.ru/needle\\r\\n \\r\\n© 1995-2023 Все права защищены https://ellman.ru/tips\\r\\n \\r\\nМикроразрез https://ellman.ru/accessories\\r\\n  В этом режиме разрушение клеток и тканей минимально https://ellman.ru/tips\\r\\n  Наблюдается быстрое заживление и высочайший косметический эффект https://ellman.ru/devices\\r\\n \\r\\nТо в жар, то в холод — Аппаратные методы удаления локальных жировых отложений https://ellman.ru/devices\\r\\n \\r\\nЕСТЬ НА СКЛАДЕ https://ellman.ru/round\\r\\n \\r\\nРазрез и коагуляция , происходящие одновременно https://ellman.ru/round\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:17:44','2026-01-20 11:17:44','09ac995f-14b3-41c0-a9ac-e0211d0390e4'),
(10707,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRough\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наши клиенты https://shcherbinins.ru/aboutus\\r\\n \\r\\nБургер-бум на 10 персон https://shcherbinins.ru/contacts\\r\\n \\r\\nФуршетные сеты – от 1 350 рублей https://shcherbinins.ru/\\r\\n \\r\\nЕкатерина Андреева https://shcherbinins.ru/contacts\\r\\n \\r\\nДля данного мероприятия перед нами стояла задача разработать Скандинавское меню https://shcherbinins.ru/uslugy\\r\\n  Необходимо было выдержать тематику этого события, предложить актуальные блюда и красиво визуально преподнести гостям https://shcherbinins.ru/aboutus\\r\\n \\r\\nНам доверяют самые требовательные корпоративные клиенты https://shcherbinins.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:22:13','2026-01-20 11:22:13','934b31b1-085c-4f43-84ca-4e17c05b9f31'),
(10708,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leezer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:24:58','2026-01-20 11:24:58','bc991711-90ec-4a43-a794-dd96eeaf307e'),
(10709,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelKicky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"akindinkudryashov6842@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Пожарные резервуары, как необходимая часть системы пожарной безопасности промышленного предприятия, обеспечивающая быстрый доступ к технической воде для устранения возгораний https://mklider.ru/katalog/emkosti/rgsp-rezervuary-gorizontalnye-stalnye-podzemnye/rgsp-10-m3.html\\r\\n \\r\\nОдним из ключевых элементов любой инженерной системы тепло- и водо-снабжения является сальниковый компенсатор https://mklider.ru/katalog/rezervuarnoe-oborudovanie/patrubok-montazhnyy-pm/\\r\\n  Этот элемент трубопроводной арматуры играет важную роль в обеспечении надежной и эффективной работы трубопроводов, систем отопления, водоснабжения и других инженерных систем https://mklider.ru/katalog/rezervuarnoe-oborudovanie/lyuki/\\r\\n  В данной статье мы рассмотрим основные особенности сальниковых компенсаторов, их преимущества и сферы применения https://mklider.ru/katalog/oborudovanie-dlya-azs/azotnyy-uzel-dlya-mezhstennogo-prostranstva-rezervuarov/\\r\\n \\r\\nИзготовление и монтаж резервуарного парка на 100000 м 3 под темные и светлые нефтепродукты https://mklider.ru/katalog/rezervuarnoe-oborudovanie/kran-sifonnyy-ks/\\r\\n \\r\\n\\r\\n\\r\\nМонтаж технологического трубопровода нефтепродуктов; Технологическая обвязка парка вертикальных стальных резервуаров объемом V=8000м3: РВС-5000м3, РВС-2000м3, РВС-1000м3; Монтаж и технологическая обвязка грузовых, очистных насосов и оборудования в грузовой насосной https://mklider.ru/katalog/emkosti/rgsp-rezervuary-gorizontalnye-stalnye-podzemnye/rgsp-50-m3.html\\r\\n  Монтаж сетей пожаротушения https://mklider.ru/katalog/oborudovanie-dlya-azs/rassekatel-potoka-rp-80/\\r\\n  Монтаж сетей подогрева и сбора конденсата https://mklider.ru/katalog/rezervuarnoe-oborudovanie/patrubok-montazhnyy-pm/\\r\\n  Изготовление и монтаж металлоконструкций технологических эстакад, опор и переходных мостиков https://mklider.ru/katalog/rezervuarnoe-oborudovanie/patrubok-zachistnoy-pz/\\r\\n  Продажа навесного оборудования https://mklider.ru/katalog/rezervuarnoe-oborudovanie/patrubok-montazhnyy-pm/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:26:03','2026-01-20 11:26:03','bcbdb6f0-52c9-4f01-b566-3d9783c3d386'),
(10710,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alymeaft\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"webmasterandrey777@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"С„СѓС‚Р±РѕР» 8?8 </a>\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:28:04','2026-01-20 11:28:04','5d80fd53-5809-484e-8126-ecdac22ce466'),
(10711,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelwoock\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Оставьте свои контакты, и мы свяжемся с вами! \\r\\nВы получаете не только изготовление одежды, но и профессиональную поддержку на всех этапах производства https://norsy.ru/o-nas\\r\\n  Это значительно экономит ваше время и средства https://norsy.ru/kontakty\\r\\n \\r\\nАльтернативный способ: \\r\\nКонкуренты не страшны, если товар вы приобретаете в нашей компании https://norsy.ru/voprosy-otvety\\r\\n  Воспользуйтесь кнопкой заявки, и мы свяжемся с вами, чтобы принять заказ https://norsy.ru/otzyvy\\r\\n \\r\\nМы используем cookies для быстрой и удобной работы сайта https://norsy.ru/poshiv-hudi\\r\\n  Продолжая пользоваться сайтом, вы принимаете условия обработки персональных данных  https://norsy.ru/\\r\\n \\r\\nПочему вам стоит заказать услуги швейного производства в «Амадей Принт»? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:30:40','2026-01-20 11:30:40','b6ebbdbf-0825-4b16-bd77-50d3ff73c7f0'),
(10712,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LloydSat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"круглосуточный монтаж оборудования https://ftnet.ru/partner1c/\\r\\n \\r\\nГЛОНАСС\\\\GPS мониторинг автотранспорта и контроля расхода топлива, помогает отслеживать местоположение транспорта онлайн, его скорость, расход ГСМ, обороты ДВС и другие параметры https://ftnet.ru/tomsk\\r\\n \\r\\nЦена: 10100 руб https://ftnet.ru/career/\\r\\n \\r\\nПолучить подробную информацию о работе транспортных средств в компании; Уменьшить расходы на обслуживание системы контроля транспорта; Контролировать передвижение транспорта и оперативно вносить изменения в маршрут; Значительно сократить время реакции на внештатные ситуации; Предотвратить угон и другие несанкционированные воздействия на Ваши транспортные средства; Отслеживать скорость передвижения транспорта и контролировать расход топлива; \\r\\nСистема мониторинга транспорта GPS/ГЛОНАСС https://ftnet.ru/slaviansk\\r\\n \\r\\nЧастые ремонты https://ftnet.ru/tagil\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:37:58','2026-01-20 11:37:58','cb93fe39-6add-4483-aaa9-33cfbff18043'),
(10713,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertmut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"35 /км за МКАД https://drogal.ru/glossary/dokument/\\r\\n \\r\\nНе является публичной офертой https://drogal.ru/glossary/poddon/\\r\\n \\r\\nВыбрать файлы Удалить https://drogal.ru/glossary/stropalshik/\\r\\n \\r\\nПеревезли груз на https://drogal.ru/glossary/logisticheskie-riski/\\r\\n \\r\\nЭксповестранс https://drogal.ru/glossary/transportnaya-upakovka/\\r\\n \\r\\nСпециалисты компании «СТОГРУЗ» выполнят возложенную на них работу даже в самых сложных условиях https://drogal.ru/portfolio-items/takelazh-s-mpu/\\r\\n  Мы обеспечим эффективный и оперативный переезд склада, цеха и завода, переместим и поднимем оборудование, изготовим качественную транспортную упаковку и обрешетку https://drogal.ru/portfolio-items/takelazh-portalnogo-stanka-51-t/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:41:09','2026-01-20 11:41:09','d68729a9-19f8-4b53-a91d-9fa6a9244ebe'),
(10714,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinHom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ежедневно наличными курьеру https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\r\\n \\r\\nСпагетти с соусом болоньезе https://dostafka-obedi.ru/reviews/\\r\\n \\r\\nКуриное бедро запеченное с макаронами https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\r\\n \\r\\nДоставка обедов https://dostafka-obedi.ru/dostavka/\\r\\n \\r\\nРежь да Ешь https://dostafka-obedi.ru/type_menu/salaty/\\r\\n \\r\\nСостав: Лаваш, филе индейки в/к, шампиньоны, сыр, томаты, соус сливочный, лук, масло подсолнечное, салат айсберг Вес: 210г Калорийность: 250,8 Белки: 8,4 Жиры: 13,4 Углеводы: 23,9 https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:41:41','2026-01-20 11:41:41','57e4f0f4-8e4e-47ff-ba25-30bfc4eec3e2'),
(10715,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottvok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Так Вы наверняка поймете, какой стиль и что сюда подходит из декоративных деталей интерьера https://olga-filippova.ru/portfolio-2\\r\\n  Также будет понятно и относительно цветовой гаммы, какие цвета рекомендуется применять, а какие совершенно не стоит https://olga-filippova.ru/blog\\r\\n \\r\\n\\r\\n1) Подпишитесь на коллег в соцсетях https://olga-filippova.ru/kontakts\\r\\n  Просматривайте кейсы, которые вас вдохновляют https://olga-filippova.ru/uslugi_seny\\r\\n  Фиксируйте порядок работы над проектами https://olga-filippova.ru/interery-medical-study-center\\r\\n  Каждый чужой пример — источник опыта! \\r\\n\\r\\n\\r\\nПрежде чем начинать воспроизводить какие-либо изменения, следует решить, в каком стиле они будут выполнены https://olga-filippova.ru/office_interior\\r\\n  В первую очередь стоит исходить из того, что Вам нравится, чему в большей степени отдаете предпочтения https://olga-filippova.ru/shop\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:45:15','2026-01-20 11:45:15','3044cd0e-33e5-415a-b47e-0acbe43c9075'),
(10716,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickvof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если мы не сможем связаться с получателем в течение 2 дней, с момента оформления заказа - заказ аннулируется https://oookors.ru/product/morozhenoe-zhidkaya-karamel-24-sht/\\r\\n  Выставленные и неоплаченные счета для безналичной оплаты - актуальны в течении 3 дней, потом товар снимается с резерва https://oookors.ru/product/shokoladnicza-s-fundukom-230-gr-upak-12-sht/\\r\\n  Будьте внимательны при оформлении заказа и пожалуйста укажите максимально возможное количество Ваших контактных данных https://oookors.ru/product/kislaya-pulya-hhl-20-sht/\\r\\n \\r\\nПрежде чем заказать продукты питания оптом, вы можете удостовериться в их свежести и проверить оригинальность – для этого у нас есть все необходимые документы https://oookors.ru/product/yachmennoe-firmennoe-05-l-st-12-sht/\\r\\n \\r\\nМинимальный заказ 3000 руб https://oookors.ru/product/grinfild-chaj-100-pak-letyashhij-drakon-zelenyj-upak-9-sht/\\r\\n  Для бесплатной доставки по Москве https://oookors.ru/product/kalinov-rodnik-05l-12-sht-pet/\\r\\n \\r\\nЗавершение https://oookors.ru/product/ahmad-chaj-czejlon-25-pak-upak-12-sht/\\r\\n \\r\\nАссортимент и характеристика продуктов питания https://oookors.ru/product/babaevskij-funduk-100-gr-4-blok-17-sht/\\r\\n \\r\\nПодписаться на рассылку https://oookors.ru/product/zhigulevskoe-gost-05-l-st-12-sht/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:45:29','2026-01-20 11:45:29','7d0e7345-9f53-47b7-8478-cb13eda40351'),
(10717,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickcramp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Поставка продуктов питания оптом и в розницу https://oookors.ru/product/dobryj-apelsin-fanta-033-l-zh-b-12-sht/\\r\\n \\r\\n1 https://oookors.ru/product/colg-z-shhetka-shelkov-niti-s-drev-ugl-1-1/\\r\\n Широкий ассортимент https://oookors.ru/product/milka-pechene-molochnyj-shokolad-168gr-14-sht/\\r\\n  У нас вы найдете все необходимое для полноценного функционирования вашего предприятия https://oookors.ru/product/milka-orehovaya-pasta-funduk-85-gr-blok-20-sht/\\r\\n  Мы предлагаем оптом продукты питания всех категорий: овощи, фрукты, мясо, рыба, молочные продукты, бакалея, напитки и многое другое https://oookors.ru/product/klubnika-marmelad-blok-50-sht/\\r\\n \\r\\nНе всем удобно делать покупки в обычных магазинах https://oookors.ru/product/old-spice-dezodorant-wolfthorn-aer-150ml/\\r\\n  Онлайн доставка продуктов позволяет: \\r\\n12 сентября 2024 https://oookors.ru/product/bad-045-l-045-l-zh-b-24-sht/\\r\\n \\r\\nЗаказывайте продукты оптом на B2B https://oookors.ru/product/yakobs-monarh-paket-500-gr-upak-6-sht/\\r\\n TRADE, переходите в другие категории и выбирайте нужные вам товары! \\r\\nТребуется питьевая вода (негазированная), 1л., необходимо коммерческое предложение https://oookors.ru/product/blek-monstr-05l-zh-b-12-sht-ultra-peachy-keen/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:46:29','2026-01-20 11:46:29','3693c52d-713e-4b57-ae14-b55819758c8a'),
(10718,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelJoype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мешки для мусора купить недорого в России https://kapio.ru/katalog/mopyi/mopyi-kentukki/mop-kentukki-mikrofibra/\\r\\n  Самый большой каталог товаров с описанием, характеристиками и отзывами https://kapio.ru/katalog/filter/obem-220/\\r\\n  Цены на мешки для мусора с доставкой в интернет-магазине Петрович https://kapio.ru/katalog/filter/obem-60/\\r\\n \\r\\nЦена: 1 https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-chistki-stekol-i-zerkal/himitek-charoit-butylka-1-litr/\\r\\n 17 р https://kapio.ru/katalog/meshki-dlya-musora/meshki-pnd/meshki-dlja-musora-60-litrov-pnd-chernye-30-shtuk-v-rulone/\\r\\n \\r\\nМешки для мусора оптом https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/salfetka-iz-mikrofibry-35h40-krasnaja-bez-up/\\r\\n \\r\\nШирина: 55 см Высота: 105 см https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/salfetka-iz-mikrofibry-30h30-zelenaja-bez-up/\\r\\n \\r\\nДля адресов, расположенных более 21 км от МКАД стоимость доставки - по согласованию с менеджером https://kapio.ru/katalog/klejkie-lentyi/kleykie-lenty-s-logotipom/\\r\\n \\r\\nНаписать отзыв https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/salfetka-iz-mikrofibry-30h30-sinjaja-bez-up/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:51:03','2026-01-20 11:51:03','56005766-3347-464a-946d-745ba4c9b0b5'),
(10719,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreysot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Антенная пластина одноразовая (стерильная) \\r\\n\\r\\nТехнические характеристики: \\r\\nМОДУЛЯЦИЯ (форма волны) Прибор имеет четыре выходных формы волны: \\r\\nДОСТАВКА, НАСТРОЙКА, ОБУЧЕНИЕ - 0 РУБЛЕЙ https://ellman.ru/articles\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:51:25','2026-01-20 11:51:25','01b43a26-8fe9-4029-80f8-fd1837d1e950'),
(10720,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertwhask\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"без раструба https://deneb-spb.ru/contacts\\r\\n \\r\\nПо запросу 6 072 https://deneb-spb.ru/zaglushki\\r\\n 20 https://deneb-spb.ru/burty-i-flancy\\r\\n \\r\\nПо запросу 8502 https://deneb-spb.ru/kompensatory\\r\\n 80 https://deneb-spb.ru/trojniki\\r\\n \\r\\nЗагрузка отзывов https://deneb-spb.ru/krany-latunnye-rezbovye\\r\\n \\r\\nТрубы, армированные стекловолокном, применяются для обустройства систем водоснабжения, у которых температура воды не превышает 80°C https://deneb-spb.ru/shejvery-i-torcevateli\\r\\n \\r\\nКласс эксплуатации https://deneb-spb.ru/mufty-razemnye-amerikanki\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:52:53','2026-01-20 11:52:53','0a9afdbb-58e5-4a04-8212-55d5050b48f1'),
(10721,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesnuart\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Удаление деревьев в Москве – это важная услуга, которая позволяет поддерживать порядок и безопасность в городе https://arbvbg.ru/\\r\\n  Наши специалисты имеют большой опыт в спиле деревьев, обрезке веток и удалении пней, обеспечивая чистоту и порядок на вашем участке https://arbvbg.ru/privacypolicy\\r\\n  Мы используем современное оборудование для расчистки участков от деревьев, что позволяет нам выполнять работу быстро и качественно https://arbvbg.ru/privacypolicy\\r\\n \\r\\nСтарые плодовые культуры можно спилить самостоятельно, если отсутствует риск их падения на дворовые сооружения или провода https://arbvbg.ru/privacypolicy\\r\\n  В этом случае обращаются за помощью к лесорубам https://arbvbg.ru/\\r\\n  Еще один повод заказать профессиональные работы по комплексной расчистке территории — необходимость вырубки подлеска, возникающая у собственников лесных участков https://arbvbg.ru/\\r\\n \\r\\nСпил дерева с учетом направления падения https://arbvbg.ru/\\r\\n \\r\\nПроцесс протекает в стандартной последовательности: \\r\\nМожно спилить дерево на собственном участке в Московской области? \\r\\nВ первом случае требуется правильный расчет, в какое место упадет дерево и не заденет ли оно близлежащей постройки https://arbvbg.ru/privacypolicy\\r\\n  При втором варианте чаще всего пользуются альпинистским снаряжением или автовышкой, чтобы добраться до отдельных частей https://arbvbg.ru/\\r\\n  Здесь все нужно обязательно проверить надежность страховки, оградить место проведения работ, просчитать все возможные сложности, иначе мероприятие может закончиться весьма плачевно https://arbvbg.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:54:47','2026-01-20 11:54:47','bff075b9-38f9-4ed9-8c27-2ffb83e27fac'),
(10722,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottforie\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Дизайн однокомнатной квартиры продумывать гораздо сложнее, чем представляется https://olga-filippova.ru/portfolio-2\\r\\n  В одной комнате находится и спальное место, и гостиная, и иногда даже место для ребёнка https://olga-filippova.ru/office_interior\\r\\n  Мы живём вдвоём с супругом https://olga-filippova.ru/blog\\r\\n  Мебели решили, что будет по минимуму https://olga-filippova.ru/blog\\r\\n  Тона комнаты светлые https://olga-filippova.ru/uslugi_seny\\r\\n  Нет тяжёлых штор и нависающей люстры https://olga-filippova.ru/interery-fasad\\r\\n  Интерьер смотрится неплохо https://olga-filippova.ru/uslugi_seny\\r\\n  У нас бывают гости и все мы умещаемся https://olga-filippova.ru/office_interior\\r\\n \\r\\nАссортимент CONTOUR позволяет реализовать масштабный или корпоративный дизайн интерьера в любом стилистическом решении https://olga-filippova.ru/kontakts\\r\\n  В том числе и уникально гармоничный в противоречии авангард https://olga-filippova.ru/\\r\\n \\r\\nКак правило, оформлением этой комнаты занимаются еще до рождения ребенка https://olga-filippova.ru/uslugi_seny\\r\\n  Чтобы Вы не испытывали возможных стрессов в процессе ремонта, морально подготовьтесь к этой процедуре, узнав некоторые важные нюансы https://olga-filippova.ru/office_interior\\r\\n  К примеру, учитывайте тот факт, будет у Вас мальчик или девочка, от этого зависит и оформление дизайна интерьера https://olga-filippova.ru/interery-fasad\\r\\n \\r\\nЧтобы избавиться от головной боли и необдуманных финансовых затрат, внимательно ознакомьтесь с перечнем интересных хитростей, по обустройству интерьера не большой квартиры https://olga-filippova.ru/portfolio-2\\r\\n \\r\\nОсновными факторами влияния на выбор интерьерного решения являются площадь помещения и функциональное планирование использования https://olga-filippova.ru/\\r\\n  Но немаловажны и архитектурно-проектные особенности https://olga-filippova.ru/smi\\r\\n  Логичным кажется предположение, что дизайн квартиры студии 25 кв м допустит меньше возможностей, чем дизайн 30-метрового аппартмента https://olga-filippova.ru/shop\\r\\n  В то же время, неудачное соотношение параметров стен и градусность углов могут стать существенным препятствием в максимальной реализации полезной площади https://olga-filippova.ru/interior_appartment\\r\\n \\r\\nЕсли в квартире найдется ниша или кладовка – вам повезло, ведь здесь можно сделать отдельный шкаф и хранить в одном месте все вещи https://olga-filippova.ru/interery-fasad\\r\\n  Также полочки можно сделать и под кроватью – у вас будет дополнительное место для одежды, книг или постельного белья https://olga-filippova.ru/interery-fasad\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:56:09','2026-01-20 11:56:09','d4652c19-1b30-4562-a4c0-1261127fd1d3'),
(10723,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alysmevy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"webmasterandrey777@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<a >С„СѓС‚Р±РѕР» С‚РѕРјСЃРєР° РјРѕС‚РѕСЂ\\t</a>\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:57:22','2026-01-20 11:57:22','1f59f2ef-0291-4de2-938f-6c91ee0c0045'),
(10724,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ShermanHoaws\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Поставщик: Металлоконструкций, Металлических ёмкостей, Ферм металлических, Балки сварной https://mobelmetall.ru/contacts\\r\\n \\r\\nПодрубрики «Машиностроение и металлообработка» \\r\\nАНТА, Группа компаний Адрес: г https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  Санкт-Петербург, пр-т Стачек, д https://mobelmetall.ru/policy\\r\\n  47 Тел.: +7 812 320-32-72,748-20-40 https://mobelmetall.ru/\\r\\n \\r\\nАрмметалл Адрес: г https://mobelmetall.ru/aboutus\\r\\n  Москва, ул https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  Искры, д https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n  17А, стр https://mobelmetall.ru/aboutus\\r\\n  3 Тел.: +7 495 266-10-18 https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\nАйсберг Адрес: г https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n  Ижевск, ул https://mobelmetall.ru/questions\\r\\n  Новоажимова, д https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n  13 Тел.: +7 3412 79-44-79/80/86 https://mobelmetall.ru/aboutus\\r\\n \\r\\nАлександровский машиностроительный завод Адрес: г https://mobelmetall.ru/gibka-metalla\\r\\n  Александровск, ул https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  Войкова, д https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  3 Тел.: +7 34274 3-27-87,7-30-00 https://mobelmetall.ru/ourproduction\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:58:38','2026-01-20 11:58:38','23067833-4b24-4748-b486-791586758470'),
(10725,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Florentina Ashton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ashton.florentina@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Florentina Ashton\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Salutations,\\r\\n\\r\\nAre you ready for Unbeatable Online Casino Entertainment?\\r\\nhttps://moveto.short.gy/3606\\r\\n\\r\\nThis casino boasts 5,250 top-tier games and industry-leading bonuses. With a generous welcome offer for newcomers and ongoing promotions for regulars, players can enjoy extended gaming sessions and increased winnings.\\r\\n\\r\\nSign Up Now for Your Exclusive Bonus Reward!\\r\\nhttps://moveto.short.gy/3606\\r\\n\\r\\nBet, Spin, Win: Your Gateway to Luck Starts at Our Casino\\r\\n\\r\\nFlorentina\\r\\n\\r\\n------- Do you like Country Music ? -------\\r\\nTurn up your cardio with Country Workout Party Songs — fuel your run, gym session, and every move with high-energy country hits\\r\\nhttps://moveto.short.gy/3620\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:59:20','2026-01-20 11:59:20','3a4d11a7-1995-463a-b3fa-8af9d5ee0bfe'),
(10726,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TyroneToida\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Подробности того, как купить мягкую мебель для заведений общепита, оплатить заказ, оформить доставку или сборку, всегда можно узнать у наших менеджеров по телефону https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-sapfir/\\r\\n  Если вы заполните форму заказа обратного звонка, наш сотрудник свяжется с вами уже через несколько минут и ответит на все вопросы https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/modulnyie-divanyi/modulnyij-chester/\\r\\n \\r\\nСпальное место https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/london-art-00001/\\r\\n \\r\\nмягкую мебель для ресторанов; мягкую мебель для кафе; мягкую мебель для баров; мягкую мебель для интерьеров гостиниц и арт -пространств https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-1,-velvet-lux-92/\\r\\n \\r\\nДля экономии пространства и обеспечения максимального количества посадочных мест, диваны ставят у стен https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/uglovyie-divanyi/\\r\\n  Центральная часть зала отводится под столики с креслами и стульями https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/parizh-art-00009/\\r\\n  По наблюдениям, в таких зонах гости проводят меньше времени, чем в мягких https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-bravo/\\r\\n \\r\\nМассив, металл https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-molero/\\r\\n \\r\\nИзготовление нестандартных моделей и размеров https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-«ameli-3»/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:59:32','2026-01-20 11:59:32','8be5a85a-828d-45d6-8dd7-9adbda82c27f'),
(10727,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shermanclova\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ООО «Химсталькон-Инжиниринг» — лидер среди EPC-компаний https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n  Предприятие строит объекты хранения и перевалки жидкостей, газов и сыпучих продуктов, создает надежные и безопасные резервуарные парки для предприятий России и ближнего зарубежья https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n \\r\\nСПЕЦМОНТАЖ-АНГАРСК https://mobelmetall.ru/gibka-metalla\\r\\n \\r\\nАдамант Сталь Адрес: г https://mobelmetall.ru/aboutus\\r\\n  Санкт-Петербург, ул https://mobelmetall.ru/policy\\r\\n  Фучика, д https://mobelmetall.ru/ourproduction\\r\\n  8, офис 309 Тел.: +7 812 602-79-56 https://mobelmetall.ru/\\r\\n \\r\\nФрязевский завод металлоконструкций (FZM Stocker System) \\r\\nНаличие собственной логистической базы https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n \\r\\nОКВЭД (2014): 25 https://mobelmetall.ru/ourproduction\\r\\n 11 https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 11:59:45','2026-01-20 11:59:45','47eefef5-f6eb-4560-9913-aba779c0f036'),
(10728,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TyroneKeeno\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Материалы и отделка мягкой мебели https://divanlogia.ru/price/\\r\\n \\r\\nБарные стойки https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-merlin/\\r\\n \\r\\nОдноместный https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«ameli-2/\\r\\n \\r\\nПреимущества мебели для ресторана от Профбар https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-3/\\r\\n \\r\\nМягкий диван с подлокотниками для ресторана и кафе https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-fleks/\\r\\n \\r\\nНаш интернет-магазин является официальным партнером мебельной фабрики Sheffilton – лидера рынка современной бюджетной мебели для дачи, квартиры, офиса, а также сегмента HoReCa https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-«fortobello»/\\r\\n  Мы предлагаем красивые и надежные столы, кресла, стулья для вашего заведения по ценам от производителя https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-dortmand/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:00:49','2026-01-20 12:00:49','67818cb3-7349-494a-acc4-5b1fb3d7405b'),
(10729,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы изменили формулу подсчета небрендового трафика, убрали «мусорные» поддомены в выдаче, провели работу с карточками, проработали структуру каталога и ассортимента https://proffseo.ru/\\r\\n \\r\\nГотовим SEO стратегию https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n3-е место в рейтинге лучших агентств по SEO-продвижению в области финансы, банки, страхование, управление активами https://proffseo.ru/\\r\\n \\r\\nАнализируем поведенческие метрики, выявляем и исправляем ошибки юзабилити https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Создадим адаптивную версию сайта, если у вас ее еще нет https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  На удобном сайте легко заказывать и покупать https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nПродвижение в ТОП-10 по России https://proffseo.ru/kontakty\\r\\n \\r\\nКому будет полезна статья? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:29:52','2026-01-20 12:29:52','3f130cd7-5790-491a-aa6f-b837ddeb43c0'),
(10730,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelDex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если вы давно хотели запустить свой бренд дизайнерской одежды: повседневной, спортивной или любой другой — вы пришли по адресу https://norsy.ru/poshiv-hudi\\r\\n  Мы работаем с начинающими и уже успешными брендами одежды, многие из которых начали свой путь именно с нас! \\r\\nКлючевые направления фабрики: \\r\\nбрендирование и ПЕЧАТЬ принтов https://norsy.ru/ceny\\r\\n \\r\\n+79169703287 https://norsy.ru/otzyvy\\r\\n \\r\\nМы предлагаем услугу пошива брендированного постельного белья и штор для владельцев хостелов и гостиниц, больниц https://norsy.ru/voprosy-otvety\\r\\n  На нашей фабрике Вы можете заказать пошив штор и постельное белье из тканей высочайшего качества https://norsy.ru/poshiv-hudi\\r\\n  По Вашему заказу произведем пошив саше, декоративных подушек, ламбрекенов, чехлы на стулья, покрывала, стеганные одеяла https://norsy.ru/pochemu-my\\r\\n  Швейная Фабрика 21 - производитель постельного белья и штор https://norsy.ru/poshiv-futbolok\\r\\n \\r\\nО Нас https://norsy.ru/o-nas\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:34:41','2026-01-20 12:34:41','99b7e395-51a1-4fbb-8e7f-84496df2edd7'),
(10731,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeKeymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По запросу https://bayra.market/galantereya-i-ukrasheniya/page-123/?_ajax_data<yandex>metrika]<added>&lt;&gt;]&lt;id&gt;=59790&_ajax_data&lt;yandex&gt;metrika]&lt;added&gt;&lt;&gt;]&lt;quantity&gt;=1&_ajax_data&lt;yandex&gt;metrika]&lt;added&gt;&lt;&gt;]&lt;price&gt;=848.00&_ajax_data&lt;yandex&gt;metrika]&lt;added&gt;&lt;&gt;]&lt;name&gt;=Брошь Артикул: K1-00016386\\r\\n \\r\\nВо-первых, это хорошо проработанный визуал карточки: удачно ли выглядят товары на фото, четко ли составлено детальное описание, прописан ли состав ткани (как в нашем случае) — и как за вещами необходимо ухаживать https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00012670/\\r\\n  У нас — классные карточки, красивый контент, и его производством кстати занимаюсь я сама https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/podveski-i-kulony/podveska-k1-00009041/\\r\\n  К фото мы всегда прикрепляем видео, чтобы люди видели, как та или иная модель сидит на фигуре https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00016935/\\r\\n  Во-вторых, очень важны реальные отзывы покупателей https://bayra.market/index.php?dispatch=products.on_sale&page=80\\r\\n  Я со своей стороны всегда призывала своих клиентов оставлять отзывы https://bayra.market/produkty-pitaniya-ru/page-4/\\r\\n  Объясняла, почему это так важно для нас, поскольку количество хороших отзывов помогает выйти в топ и появляться на первых страницах по запросам https://bayra.market/galantereya-i-ukrasheniya/page-15/\\r\\n  В-третьих, важна регулярность поставок и постоянное наличие товаров на складе https://bayra.market/oniks-finans-ooo/?category_id=25987&page=52\\r\\n  У нас с этим иногда случаются перебои, потому что производство не может удовлетворить весь спрос, но мы стараемся поддерживать нормальную регулярность поставок https://bayra.market/produkty-pitaniya-ru/molochnaya-produkciya/syry-syrnye-produkty-ru/syr-rossiyskiy-p-t-kiprino-180-g-floupak/\\r\\n  Товары каждую неделю отправляются на разные склады: нужно изучать зоны покрытия и максимально загружаться на разные склады, чтобы люди из разных регионов могли спокойно заказать твой товар https://bayra.market/detyam/page-27/\\r\\n \\r\\nОбъект продан https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00020677/\\r\\n \\r\\nНовичку же создательница бренда Almo предлагает с самого начала работы иметь план продаж и производственный план для каждого из маркетплейсов по артикулам https://bayra.market/produkty-pitaniya-ru/chay-kofe-kakao/chay/chay-azerchay-zelenyy-25-paketikov/\\r\\n \\r\\nМы решили выйти на Wildberries потому, что поставили целью увеличить общий оборот бизнеса, а также хотели настроить еще один канал продаж — помимо собственного интернет-магазина и нескольких магазинов в офлайн https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00000056/\\r\\n  Прежде чем начать действовать, мы прошли несколько онлайн-обучений: на тот момент наши финансовые возможности были невелики, и мы взяли начинающего WB-менеджера — девушку, которая только недавно отучилась и решила поработать менеджером продаж на маркетплейсе https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00019737/\\r\\n \\r\\n3 600 000 ф https://bayra.market/oniks-finans-ooo/?category_id=24507&page=15\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:35:01','2026-01-20 12:35:01','e7608c90-4d01-458a-9612-372d52101520'),
(10732,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldbaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Высокое качество отделочных и кромочных материалов РосАкс подтверждено сертификатами соответствия https://kupefurnitur.ru/price\\r\\n  Для того чтобы купить мебельную фурнитуру в Москве оптом вам достаточно позвонить по телефонам компании РосАкс или заполнить короткую форму обратной связи https://kupefurnitur.ru/price\\r\\n \\r\\nШирокий ассортимент https://kupefurnitur.ru/onas\\r\\n \\r\\nПреимущества нашей компании: \\r\\nБлагодаря интуитивно понятной навигации и удобно структурированному сайту необходимые товары легко выбирать и оплачивать онлайн https://kupefurnitur.ru/price\\r\\n  Магазин фурнитуры для мебели КДМ успешно работает на рынке более 20 лет, активно развивая оптово-розничную сеть https://kupefurnitur.ru/\\r\\n  У нас вы найдете весь профессиональный ассортимент и квалифицированную помощь менеджера с комплектацией заказов https://kupefurnitur.ru/\\r\\n \\r\\n8 https://kupefurnitur.ru/contact\\r\\n 18 Покупатель предоставляет Продавцу согласие на обработку своих персональных данных (ФИО, номера телефона, адреса электронной почты и других предоставленных Покупателем данных), необходимых Продавцу для целей подтверждения ознакомления Покупателя с Условиями, либо для направления Покупателю ЭПС https://kupefurnitur.ru/onas\\r\\n  В случае если Продавцу направляет ЭПС непосредственно Предъявителю, Покупатель гарантирует, что получил у Предъявителя согласие на обработку персональных данных Предъявителя и передачу их Продавцу, а также обязуется предоставить Продавцу подтверждение получения такого согласия https://kupefurnitur.ru/catalog\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:37:57','2026-01-20 12:37:57','0ff98495-3837-48d4-b7b9-9a153ab706ff'),
(10733,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephAdeve\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Декорирование плит: идеи и материалы https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/pamyatnik-iz-granita-pv-19/\\r\\n \\r\\nПлохое состояние надписей на надгробии – это ключевой критерий, по которому участок определяется как заброшенный https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/pamyatnik-iz-granita-pv-6/\\r\\n Реставрация надписей – первое, о чем следует задуматься при уходе за участком или его восстановлении https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pg-7/\\r\\n  Такая работа требует навыков и аккуратности: специалист должен аккуратно восстановить имена и даты, не повредив само надгробие https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pg-24/\\r\\n  Решить эту задачу поможет Ritual https://www.kovanie-ogrady.ru/catalog/sostavnye-elementy-tsokolya/podlozhka-pdg-3/\\r\\n ru: мы удалим старую краску, подготовим поверхность памятника и нанесем новую надпись https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pg-9/\\r\\n \\r\\nОпыт более 12 лет в благоустройстве кладбищ Выполняем работы на всех кладбищах Москвы и области Индивидуальный подход к каждому захоронению Возможность заказа дистанционно Используем только качественные, износостойкие материалы Предоставляем фото благоустройства могилы на кладбище до и после Работаем строго по договору с гарантией https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pr-28/\\r\\n \\r\\nПроцесс облагораживания мест захоронений не самый простой https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/pamyatnik-iz-granita-pv-6/\\r\\n  Объем предстоящих работ зависит от предпочтений близких усопшего https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pr-19/\\r\\n  Чтобы во время их выполнения не столкнуться с проблемами, предварительно стоит разработать эскиз https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-pr-29/\\r\\n  На нем следует предусмотреть места монтажа стола, скамейки, а также определиться с памятником https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pv-60/\\r\\n \\r\\nПамятник из материалов лезниковского и диабаза https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/pamyatnik-iz-granita-pv-6/\\r\\n \\r\\nСогласование работ по благоустройству места захоронения с представителями администрации кладбища https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pv-42/\\r\\n  В частности, в Москве и Мособласти разрешение уполномоченных лиц обязательно требуется при установке памятника и благоустройстве могилы, устройстве ограды; \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:37:57','2026-01-20 12:37:57','b65ad050-eaa9-41f9-8e07-8348b191295d'),
(10734,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottGlync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Коттеджный поселок «Голицыно-9» \\r\\nПроектирующие системы полива, дренажа и освещения https://berezov-lsk.ru/\\r\\n \\r\\nСколько будет стоить дизайн участка размером 10 соток? \\r\\nВозвращаясь в Москву, не пропустите Мемориал Советскому Солдату подо Ржевом https://berezov-lsk.ru/\\r\\n \\r\\nЗаказывал в Грид ландшафтное проектирование для участка 20 соток в Истринском районе https://berezov-lsk.ru/\\r\\n  На самом деле это не первый мой опыт работы с ландшафтными дизайнерами и до этого мне как-то не очень везло https://berezov-lsk.ru/\\r\\n  Тут я был на самом деле приятно удивлен и оперативностью, и качеством работы https://berezov-lsk.ru/\\r\\n \\r\\nОт 25000 руб./100м2 RUB https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:43:20','2026-01-20 12:43:20','accb9d96-7006-48a5-9f0e-4f17c28f8ea8'),
(10735,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bryantum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolaii-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1-к квартира https://si-design.ru/river-park\\r\\n \\r\\nЭта услуга формата «под ключ» нужна для тех, кто ценит своё время https://si-design.ru/river-park\\r\\n  Дизайнер ведет полный контроль над ходом реализации жилого или бизнес проекта во время ремонтных работ, выезжает в магазины для подбора мебели и материалов, помогает в организации доставки и приемки материалов от поставщиков на объекте https://si-design.ru/eurodvushka\\r\\n \\r\\nпосле внесения аванса, замерщик выезжает по заявленному адресу для осмотра жилплощади, выполнения необходимых измерений; специалист обсудит с клиентом особенности стилистики, согласует дополнительные нюансы по отделке, другим условиям; дизайнеры фирмы разрабатывают предварительное решение по планировке и отделочным материалам, размещению мебели; на этом этапе предусмотрена возможность двойной корректировки проекта, без доплаты за услуги; на основании принятого решения выполняют компьютерную визуализацию, чтобы продемонстрировать наглядно особенности планировки заказчику, исправить некоторые моменты до подготовки технических документов; делают чертежи, с разработкой плана электропроводки, водоснабжения, канализации, других коммуникаций; этот этап также допускает разовую бесплатную корректировку до итогового утверждения проекта; на завершающей стадии разрабатывают окончательную редакцию проекта https://si-design.ru/sky\\r\\n \\r\\nДизайн моего интерьера будет как на ваших картинках? \\r\\nПланировка и распределение бюджета https://si-design.ru/townhouse\\r\\n \\r\\nСостав дизайн-проекта https://si-design.ru/western-port\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:45:20','2026-01-20 12:45:20','7f57ae57-7abc-4a67-a1be-ab76941d2b1f'),
(10736,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertraw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hæ, ég vildi vita verð þitt.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:49:11','2026-01-20 12:49:11','7978cd49-9785-431b-8f5c-a784bfd8eb37'),
(10737,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philipvar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рейтинг: 4 https://akademy21.ru/master_resnic\\r\\n 0 из 5 https://akademy21.ru/contacts/spb\\r\\n 0 https://akademy21.ru/contacts/murmansk\\r\\n \\r\\nГорнолыжный отдых Достопримечательности Оздоровление Памятники истории Пляжный отдых Тихий / Спокойный https://akademy21.ru/dolgovremenaia_ukladka\\r\\n \\r\\nЯпония! посмотри и лети! \\r\\nЕсли вы являетесь поклонником активного отдыха, поездка в Китай будет разумным решением, ведь на просторах этой страны имеются условия для занятий практически любыми видами спорта, начиная дайвингом (на острове Хайнань) и заканчивая горнолыжным спортом https://akademy21.ru/courses/leshmaker\\r\\n \\r\\nОтдыхай активно, спортивно, позитивно! \\r\\nTangla Hotel Sanya https://akademy21.ru/konturnaya-plastika-gub\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:56:23','2026-01-20 12:56:23','54e949fe-cddb-42eb-9b48-a0ece71d89b1'),
(10738,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRough\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Пользоваться кейтерингом выгодно, ведь благодаря этому сервису вы: \\r\\n666 руб./чел https://shcherbinins.ru/\\r\\n \\r\\nна праздники — свадьба, юбилей, детский день рождения; на деловые мероприятия — конференция, гала-ужин, презентация продукта; на отдых — пикник, встреча с друзьями за городом https://shcherbinins.ru/uslugy\\r\\n \\r\\n1 день 1 час назад https://shcherbinins.ru/uslugy\\r\\n \\r\\nОт чего зависит стоимость кейтеринга? \\r\\nПреимущества заказа кейтеринга https://shcherbinins.ru/menu\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:57:49','2026-01-20 12:57:49','b9e8522e-233a-4443-bf89-09ff50db7aa4'),
(10739,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelsuh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"akindinkudryashov6842@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Под ваши условия мы спроектируем и изготовим конструкции нестандартных размеров https://mklider.ru/uslugi/kontrol-kachestva-ispytaniya-produktsii.html\\r\\n  Разработка документации входит в пакет услуг по сопровождению заказа под ключ https://mklider.ru/katalog/oborudovanie-dlya-azs/ognepregraditeli/\\r\\n \\r\\n\\r\\n\\r\\nНа нашем производстве мы соблюдаем высокие технические стандартны работы с металлом, поэтому можем гарантировать безупречное качество готовых изделий https://mklider.ru/katalog/emkosti/?page=3\\r\\n  Конечно, это влечет за собой дополнительные затраты, что сказывается на итоговой цене металлических емкостей https://mklider.ru/katalog/emkosti/rgsp-rezervuary-gorizontalnye-stalnye-podzemnye/rgsp-5-m3.html\\r\\n  Тем не менее, отсутствие посредников и отлаженное производство позволяют нам предлагать доступные цены без потерь в качестве https://mklider.ru/katalog/protivopozharnoe-oborudovanie/ognepregraditel-op/\\r\\n \\r\\nОдин из крупнейших производителей резервуаров в России https://mklider.ru/katalog/oborudovanie-dlya-azs/ognepregraditeli/\\r\\n \\r\\nЗакажите услугу по производству резервуаров в нашей компании по договорной цене https://mklider.ru/nashi-raboty.html\\r\\n  Оставьте заявку, специалисты свяжутся с вами в ближайшее время https://mklider.ru/katalog/emkosti/rgs-rezervuary-gorizontalnye-stalnye/rgsd-25-m3.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 12:58:49','2026-01-20 12:58:49','113feeca-9015-4df8-97cf-2e29bc5a5191'),
(10740,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelKiz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Результаты анализов представляются в двух форматах: либо просто указывается процентное содержание искомого компонента, либо дается качественная оценка пробы https://dez-spasatel.ru/articles/authors/nadezhda-viktorovna-shved/\\r\\n  Подробнее о услугах лаборатории можно узнать по номеру телефона на сайте https://dez-spasatel.ru/akaritsidnaya-obrabotka/\\r\\n \\r\\nПодробнее о СЭС ЦАО https://dez-spasatel.ru/dezinfekciya/obrabotka-ot-pleseni/\\r\\n \\r\\nСанэпидемстанция Москвы официальный сайт https://dez-spasatel.ru/dezinsekciya/mol/\\r\\n \\r\\nСоблюдайте рекомендации профессионалов по подготовке квартиры и уборке после обработки https://dez-spasatel.ru/dezinfekciya/lishay/\\r\\n \\r\\nПОДОРОБНЕЕ О СЭС САО https://dez-spasatel.ru/unichtozhenie-zapakhov/zapakh-gari/\\r\\n \\r\\nМикробиологический анализ https://dez-spasatel.ru/articles/klopy/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:06:36','2026-01-20 13:06:36','4bf14985-7408-4bb8-8a18-6fea5e4735b0'),
(10741,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelJam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Хочу в подарок https://kapio.ru/katalog/bumazhnaya-produkcziya-polotencza-salfetki-tualetnaya-bumaga/tualetnaya-bumaga/bumaga-tualetnaja-belaja-mjagkij-znak-1sl-51m/\\r\\n \\r\\nБытовые мусорные мешки – используются в домах, офисах, кафе и ресторанах https://kapio.ru/katalog/akczii/meshok-120-litrov-70h110-sm-pvd-chernyj-standart-jekonom/\\r\\n  Изготавливаются из полиэтилена низкого или высокого давления (ПНД, ПВД), отличаются прочностью и эластичностью https://kapio.ru/katalog/chehly-i-vkladyshi-dlja-kontejnerov/\\r\\n  Строительные мешки – повышенной плотности, выдерживают большой вес и острые предметы, такие как куски бетона, стекло, металл https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/salfetka-iz-mikrofibry-30h30-zheltaja-bez-up/\\r\\n  Биологически разлагаемые мешки – экологичный вариант, который разлагается под воздействием окружающей среды, снижая нагрузку на природу https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-plastah/meshok-220-litrov-90h130-sm-pvd-chernyj-jekonom/\\r\\n  Цветные и черные мешки для мусора – позволяют сортировать отходы, что удобно для утилизации и переработки https://kapio.ru/katalog/chehly-i-vkladyshi-dlja-kontejnerov/\\r\\n  Укрепленные мешки – отличаются многослойной структурой, повышенной прочностью и устойчивостью к механическим повреждениям https://kapio.ru/katalog/xozyajstvennyij-inventar/\\r\\n \\r\\nУсловия оплаты для физических лиц https://kapio.ru/dostavka-i-servis/\\r\\n \\r\\nКомпания «Ромашка» является лидером по производству пакетов для мусора, стрейч пленки и пакетов-майка в Москве и области https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-plastah/meshok-180-litrov-90h110-sm-pvd-chernyj-osoboprochnyj/\\r\\n \\r\\nЕсли товар доставляется курьером, то оплата осуществляется наличными курьеру в руки https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-polov/nika-universal-1kg-sr-vo-dlja-mytja-poverhnostej-polov-krasnyj/\\r\\n  При получении товара обязательно проверьте комплектацию товара https://kapio.ru/katalog/strejch-plenka/strejch-plenka-dlya-ruchnoj-upakovki/\\r\\n \\r\\nиз полиэтилена низкого и высокого давления; для эксплуатации в бытовом или производственном режиме; с поштучной или рулонной фасовкой https://kapio.ru/katalog/sredstva-dlya-zashhityi-ruk/xozyajstvennyie-perchatki/perchatki-rezinovye-libry-s-napyleniem-jelastichnye-zheltye-razmery-s-m-l-xl/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:07:44','2026-01-20 13:07:44','7a82565f-d034-4f39-9d77-35dd1bea94b5'),
(10742,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelSlany\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Обработка участков от насекомых https://dez-spasatel.ru/articles/tarakany/kak-nayti-gnezdo-tarakanov-v-kvartire/\\r\\n \\r\\nСоблюдение правил безопасности https://dez-spasatel.ru/deratizatsiya-unichtozhenie-gryzunov/myshi/\\r\\n \\r\\nПоделиться статьей: \\r\\nКомпетентность и мастерство Знание законодательства Ресурсы https://dez-spasatel.ru/deratizatsiya-unichtozhenie-gryzunov/krysy/\\r\\n \\r\\nДокументальное сопровождение https://dez-spasatel.ru/articles/tarakany/prichiny-poyavleniya-tarakanov-i-kak-izbavitsya-ot-nikh/\\r\\n \\r\\nДля предотвращения повторного появления организуются дополнительные мероприятия по профилактике: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:07:52','2026-01-20 13:07:52','cf3c51b1-1129-40a0-a83e-5c11a92452d7'),
(10743,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickNip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бакалея; Свежее мясо, рыба; Полуфабрикаты; Хлебобулочные изделия; Молочная продукция; Бытовая химия; Спецодежда, одежда, обувь; Цветы; Табачные изделия и многое другое https://oookors.ru/product/davi-zhele-svinka-13-gr-100-sht/\\r\\n \\r\\nОливковое масло, оптовые покупки которого актуальны как для магазинов, так и для точек общественного питания, – это продукт, обязанный своим происхождением оливе европейской https://oookors.ru/product/glaz-babl-gam-14-gr-blok-50-sht/\\r\\n  Вечнозеленый плод из сред.. \\r\\nВ наши дни ее приняли и частные лица https://oookors.ru/product/shah-chaj-25-pak-upak-24-sht/\\r\\n  Организация совместных покупок для соседей по даче, коттеджных поселков, больших семей сулит существенную экономию средств за счет оптовых цен, экономию времени, нервов и сил за счет доставки непосредственно по адресу https://oookors.ru/product/dobryj-1l-12-sht-vishnya-ryabina-yabloko/\\r\\n \\r\\nПродукты питания оптом от поставщика https://oookors.ru/product/marochnoe-svetloe-05-l-st-6-sht/\\r\\n \\r\\nмагазины и супермаркеты, производителей полуфабрикатов; отели, санатории, пансионаты, дома отдыха, клубы, профилактории; кафе, рестораны, столовые и другие предприятия общественного питания; медицинские, образовательные и дошкольные учреждения; большие и многодетные семьи со средним уровнем дохода организаторы совместных покупок https://oookors.ru/product/hols-kolors-blok-12-sht/\\r\\n \\r\\nПродукты для ресторанов https://oookors.ru/product/natahtari-05l-st-20-sht-krem-slivki/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:10:28','2026-01-20 13:10:28','6d9759cd-68e9-4684-b86f-fc3d1598fe14'),
(10744,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottbloke\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"С момента возникновения дизайн интерьера предполагал работу не только над убранством помещения, но и над его эргономикой https://olga-filippova.ru/kontakts\\r\\n  С появлением конвейерной сборки и промышленного производства дизайн интерьера получил широчайшее распространение https://olga-filippova.ru/interior_appartment\\r\\n \\r\\nКажется, что использование в интерьере вещей, у которых нет никакого особого назначения – довольно бессмысленная идея https://olga-filippova.ru/fitness-spa\\r\\n  Зачем покупать что-то, чему нельзя даже найти достойное применение? Ответ прост: потому что такие предметы обозначают стиль, а значит, дополняют оформление интерьера https://olga-filippova.ru/fitness-spa\\r\\n \\r\\n\\r\\nПол должен быть покрыт очень прочным, влагоустойчивым и износоустойчивым материалом https://olga-filippova.ru/fitness-spa\\r\\n  Ведь это первое и главное помещение, куда все будут заходить сразу после улицы https://olga-filippova.ru/uslugi_seny\\r\\n \\r\\nОбитая в трехкомнатной квартире, очень часто соединяют гостиную с кухней, чтобы получить одну комнату-столовую https://olga-filippova.ru/fitness-spa\\r\\n  Идея эта хорошая, но здесь важно правильно отделить кухню от столовой (гостиной, зала) https://olga-filippova.ru/beauty-salons-spa-design\\r\\n  Сделать это можно при помощи простых приемов – установить легкие перегородки-ширмы из-за которых кухня будет как будто , арки или колонны https://olga-filippova.ru/shop\\r\\n  Таким образом, гостиную можно разделить не только на две, но и на несколько (три-четыре) зон https://olga-filippova.ru/horeca\\r\\n  Например, арка соединит общее пространство, а дополнительная ширма или колонны отделят обеденную зону от зоны релакса, где будет стоять диван, телевизор, висеть полочки с книгами https://olga-filippova.ru/office_interior\\r\\n \\r\\nИнтерес понятен – в Европе и Америке значительное количество людей живут в съемном жилье https://olga-filippova.ru/kontakts\\r\\n  Покраска поверхностей в этом случае, является простым, быстрым и относительно дешевым способом обновить интерьер https://olga-filippova.ru/interery-fasad\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:20:07','2026-01-20 13:20:07','fe6f0fa4-33b8-48f6-b612-32a668e84f9f'),
(10745,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephknord\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"название места захоронения (мы работаем на всех кладбищах Москвы и области); номер участка под захоронение; предпочтения по дизайну; фотографии и информацию для нанесения на табличку или надгробие https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/pamyatnik-iz-granita-pv-20/\\r\\n \\r\\nИзготовление и установка гранитного цоколя (м/п) \\r\\nГранитный цоколь — используется для долговечности и эстетической привлекательности https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pv-35/\\r\\n  Цена зависит от качества и материала https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-40/\\r\\n  Облицовка — дает возможность оформить могилу в любом цвету и стиле, например, используя натуральный гранит https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/?PAGEN_2=6\\r\\n  Фигурные элементы — придают уникальность, от простых форм до сложных 3D эскизов https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pg-1/\\r\\n  Растения — использование растений и цветов придаст могиле ухоженный вид и гармонию с природой https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/?PAGEN_2=4\\r\\n  Тротуарная укладка — обеспечивает удобный доступ к захоронению, делая его оформлением более аккуратным https://www.kovanie-ogrady.ru/catalog/vertikalnye/granitnyy-pamyatnik-pv-33/\\r\\n  Светильники — добавляют уют, особенно в вечернее время, и создают атмосферу спокойствия https://www.kovanie-ogrady.ru/catalog/khudozhestvennaya-kovka/kovanyy-zabor-7/\\r\\n \\r\\nПамятник в московской области https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-34/\\r\\n \\r\\nКакой срок выполнения работ? \\r\\nСо временем любая могила теряет внешний вид: плитка трескается, растения выгорают, памятник тускнеет, а земля оседает https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/volna/\\r\\n  Благоустройство места захоронения позволяет не только восстановить порядок, но и выразить уважение к памяти близкого https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pg-7/\\r\\n  Это важная часть традиции и культуры https://www.kovanie-ogrady.ru/catalog/sostavnye-elementy-tsokolya/stolb-sg-12/\\r\\n  А для тех, кто находится далеко, мы обеспечим полную прозрачность выполнения заказа: фотофиксация каждого этапа, понятная отчётность, аккуратная реализация всех пожеланий https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pg-1/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:21:05','2026-01-20 13:21:05','710c3a80-305d-4b77-82c4-1aeed0057bd1'),
(10746,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldgar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"установления правил доступа к персональным данным; использование средств защиты информации; обнаружение фактов несанкционированного доступа; восстановление персональных данных; контроль и оценку эффективности применяемых мер; учет машинных носителей персональных данных; регистрацию и учет всех действий, совершаемых с персональными данными в информационных системах персональных данных https://kupefurnitur.ru/\\r\\n \\r\\nМебельная фурнитура https://kupefurnitur.ru/contact\\r\\n \\r\\nОпт 2: 96 https://kupefurnitur.ru/price\\r\\n 30р https://kupefurnitur.ru/price\\r\\n \\r\\nОпора для корпусной мебели КНР 50-80 Хром Технические характеристики Материал .. \\r\\nВ интернет-магазине мебельной фурнитуры и комплектующих РосАкс представлены: \\r\\nТехнические характеристики Материал цинковый сплав Цвет .. \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:21:06','2026-01-20 13:21:06','b832b289-37bf-45b3-9222-698a684f1fa3'),
(10747,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidDapow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В Гонконге в прошлом году проживало около 60 тысяч мультимиллионеров, чьи активы оцениваются в 10 млн гонконгских долларов и более, что в перерасчёте в американские \\r\\nЧерез две недели после первого разговора с менеджером я ужинал в новой кухне https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d46.html\\r\\n   Отмечу мастерство и пунктуальность монтажников - пришли вовремя и сделали все на совесть https://www.legnostyle.ru/catalog/mebel/kb-13.html\\r\\n \\r\\nИспользование различных материалов позволяет интегрировать специфические фактуры https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-2.html\\r\\n   Их контраст и создает уникальный внешний вид предмета мебели https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-27.html\\r\\n   Сегодня в России существуют фирмы, которые занимаются доставкой элитной мебели из Европы https://www.legnostyle.ru/interernye-lestnicy.html\\r\\n \\r\\nСтильные и респектабельные кабинеты руководителя — это статусная продукция VIP класса, которую приобретают руководители топ менеджеров высшего звена https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-35.html\\r\\n   Рабочие места и помещения первых лиц, оснащенные продукцией из Италии или Испании, подчеркнет высокий уровень компании и статус её руководства https://www.legnostyle.ru/catalog/nashi-raboty/inter-er-zagorodnogo-doma-k6.html\\r\\n \\r\\nСамым главным аспектом также является замкнутый цикл производства https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-15.html\\r\\n   Кроме этого, для различной эксклюзивной мебели подбирается первоклассная фурнитура и делается подборка шпона вручную https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p21.html\\r\\n   Безопасными натуральными материалами производится лакировка поверхностей https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/?PAGEN_1=3\\r\\n \\r\\nОтделка мебели кожей позволяет сделать и без того идеальную итальянскую мебель еще более интересной и необычной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i15.html\\r\\n   Для дизайнеров кожа как отделочный материал, выше любых модных тенденций https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/\\r\\n   Она может быть использована везде - в абажуре, в шкафах, в кроватях, даже на полу и на стенах https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-17.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:25:50','2026-01-20 13:25:50','7873de4b-5a36-4f79-b169-20881f15caf1'),
(10748,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidDapow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Декоративное покрытие выцветает, появляются пятна и потертости, деформируются элементы конструкции https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=9\\r\\n   Только качественно выполненная реставрация поможет вернуть первозданное великолепие изделий https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e5.html\\r\\n \\r\\nСреди предложений иомпании  отлично впишется в любой интерьер https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=4\\r\\n   Огромный выбор мебели для гостиниц, баров и бильярдных могут заинтересовать также профессионалов https://www.legnostyle.ru/catalog/kuhni/kuhna-27.html\\r\\n \\r\\nВ Гонконге сотни работников медицины, в том числе медсестры и врачи, начали в понедельник забастовку https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e22.html\\r\\n   По информации от местных СМИ, медики требуют, чтобы власти полностью закрыли границу с материковым Китаем, что предотвратит эпидемию короонавируса в регионе https://www.legnostyle.ru/catalog/kuhni/kuhna-21.html\\r\\n \\r\\nНа элитную мебель действует складская программа, благодаря которой интересующие вас комплекты могут быть доставлены в течение 2-3 дней https://www.legnostyle.ru/catalog/mebel/s-2.html\\r\\n   Каждый покупатель может воспользоваться: \\r\\nДизайнерская мебель, по индивидуальному заказу, в Москве изготавливается на нашей фабрике https://www.legnostyle.ru/catalog/mebel/spalni/sp-1.html\\r\\n   От момента заказа до её установки ваш заказ проходит несколько отделов: дизайнерский, конструкторский, столярный, малярный, сборочный https://www.legnostyle.ru/catalog/lestnici/derevannie-vintovie-lestnici/lestnica-l4-4.html\\r\\n   Мы производим продукцию по индивидуальным проектам для частных домов, ресторанов, офисов в Москве и Московской области https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-5.html\\r\\n \\r\\nФункциональность и безопасность https://www.legnostyle.ru/catalog/dveri/iz-massiva/?PAGEN_1=2\\r\\n   Элитные изделия предназначены для эксплуатации, а не только для эстетики https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d9.html\\r\\n   Эргономика моделей проектируется также тщательно, как и безупречный вид https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=17\\r\\n   Поэтому при их производстве не допускаются упущения, выбираются только безопасные решения, в том числе и экологически безопасные https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-3.html\\r\\n   Такие модели выбирают особо требовательные покупатели, ценящие своё здоровье https://www.legnostyle.ru/derevyannaya-arka.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:25:51','2026-01-20 13:25:51','33ae5f48-d16c-4cfb-b55a-3bea2ba07810'),
(10749,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dale Galdo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dgaldo@mapagency.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Map Agency\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking to get more patients? We\'ve conducted an extensive industry analysis and have data on every provider in the  in home health care industry, respond to receive a free competitor analysis report.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:26:01','2026-01-20 13:26:01','137aa1a9-5c47-447c-9b02-cb54caff9b16'),
(10750,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PhilipquapH\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"о https://akademy21.ru/contacts/sochi\\r\\n Хайнань https://akademy21.ru/narachivabie_browei\\r\\n \\r\\nК сожалению, у нас нет подходящих туров для отображения https://akademy21.ru/mmedsestra\\r\\n \\r\\nСпециальные предложения https://akademy21.ru/apparatniy_pedecur\\r\\n \\r\\n03 https://akademy21.ru/master_brovist\\r\\n 06 https://akademy21.ru/courses/nailservice\\r\\n 2019 На Великую Китайскую стену будут пускать по записи 07 https://akademy21.ru/limfodrenajny_massage_lica\\r\\n 08 https://akademy21.ru/trener_makeup\\r\\n 2018 Курорт Вэйхай приглашает любителей музыки и пива 23 https://akademy21.ru/trener_estetika_tela\\r\\n 07 https://akademy21.ru/medsestra_cosmetolog\\r\\n 2018 Запретный город работает по новому расписанию https://akademy21.ru/master_nogtevogo_servisa\\r\\n \\r\\nПоказать все предложения https://akademy21.ru/contacts/yuzhno-sahalinsk\\r\\n \\r\\nсовмещенный с tv https://akademy21.ru/contacts/vladivostok\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:27:59','2026-01-20 13:27:59','a296dc82-65d9-4966-9bf5-359bfbfd486e'),
(10751,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelSow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"От чего зависит стоимость кейтеринга? \\r\\nКанапе для фуршета – от 100 рублей https://shcherbinins.ru/uslugy\\r\\n \\r\\nВсё было просто супер! Брали Сет N5, всем хватило https://shcherbinins.ru/\\r\\n  Всё было свежее и вкусное! Рекомендую! Спасибо и успехов! \\r\\nГотовимся к мероприятию и Проводим ивент! \\r\\nКруглосуточная онлайн-поддержка клиентов https://shcherbinins.ru/contacts\\r\\n \\r\\nВыбор клиентов CaterMe https://shcherbinins.ru/menu\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:28:40','2026-01-20 13:28:40','9e4f4753-32ff-486d-bee2-2ae2dc8e6bc4'),
(10752,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelSow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как заказать кейтеринг в Москве через CaterMe https://shcherbinins.ru/contacts\\r\\n \\r\\nМихаил и Арина https://shcherbinins.ru/menu\\r\\n \\r\\nКоммуникация https://shcherbinins.ru/uslugy\\r\\n \\r\\n1 337 руб./чел https://shcherbinins.ru/\\r\\n \\r\\nОрганизовывал фуршет для коллег https://shcherbinins.ru/contacts\\r\\n \\r\\nИли разместите заявку и получите до 7 индивидуальных предложений за 30 минут! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:28:41','2026-01-20 13:28:41','0ac4726c-88f7-49fb-b4de-814964ef84a3'),
(10753,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Williskar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"martakalinina84@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ПОРТФОЛИО https://hydcom.ru/\\r\\n \\r\\nМы рады каждому клиенту! Приглашаем к сотрудничеству с нами! \\r\\nПроизводство гидравлического оборудования в нашей компании завершается проведением стендовых испытаний на прочность и герметичность согласно требованиям ГОСТ 18464-96 https://hydcom.ru/politika-obrabotki-personal-nyh-dannyh\\r\\n  Это полностью исключает вероятность заводского брака и позволяет нам гарантировать высокое качество изделий, предоставляя 12 месяцев гарантии на любой изготовленный гидроцилиндр https://hydcom.ru/politika-obrabotki-personal-nyh-dannyh\\r\\n \\r\\nКачество произведенного товара обеспечивается: \\r\\nИзготовление гидроцилиндров на заказ включает следующие этапы работ: \\r\\nПроцесс качественной сварки с минимальным нагревом изделия подразумевает быструю импульсную сварку специальным сварочным аппаратом https://hydcom.ru/politika-obrabotki-personal-nyh-dannyh\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:29:17','2026-01-20 13:29:17','911f706f-f4c8-4dac-affe-399b546b2cb8'),
(10754,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelSow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бургер-бум на 35-40 персон https://shcherbinins.ru/uslugy\\r\\n \\r\\nЕсли при подготовке к конференции вы забыли об организации кофе-брейка, обратитесь в нашу кейтеринговую компанию https://shcherbinins.ru/menu\\r\\n  В меню есть сеты фуршетных закусок и готовых блюд на любой вкус https://shcherbinins.ru/uslugy\\r\\n \\r\\nЗаказывали фуршет на свадьбу в Мосфуршет https://shcherbinins.ru/\\r\\n \\r\\nНовинки недели https://shcherbinins.ru/menu\\r\\n \\r\\nОригинальное оформление создает атмосферу праздника и обеспечивает уникальность вашего мероприятия https://shcherbinins.ru/menu\\r\\n  Мы выезжаем на место проведения заранее, чтобы потом продумать каждую деталь до мелочей, включая удобную расстановку столов и сервировку, которая должна сочетаться с общей стилистикой и цветовой гаммой https://shcherbinins.ru/contacts\\r\\n \\r\\n443 руб./чел https://shcherbinins.ru/uslugy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:30:35','2026-01-20 13:30:35','02a7e908-cb2f-431a-8171-b22bc87644f4'),
(10755,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeRaisk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ողջույն, ես ուզում էի իմանալ ձեր գինը.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:33:15','2026-01-20 13:33:15','a3ecfb5b-f812-4f28-837b-92a45d8bd0d6'),
(10756,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Vincentblido\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"+7 (495) 066-9214 https://dialdrive.ru/\\r\\n \\r\\nДиагностика автомобиля от 1400 руб https://dialdrive.ru/dvs\\r\\n \\r\\n38 лет, опыт 17 лет https://dialdrive.ru/dvs\\r\\n \\r\\nТелефон и соцсеть подтверждены https://dialdrive.ru/\\r\\n \\r\\nВладелец любой машины, официальная гарантия на которую уже закончилась, может столкнуться с необходимостью устранять какую-то неполадку за свой счет https://dialdrive.ru/katalizator\\r\\n  И главный вопрос, который встает в этот момент – делать ли ремонт автомобиля своими руками или обратиться к профессионалам https://dialdrive.ru/dvs\\r\\n  Первый вариант всегда дешевле, но чреват различными сложностями (отсутствие инструмента, гаража, запасных деталей, знаний и т https://dialdrive.ru/katalizator\\r\\n п.). Второй может влететь в копеечку, но зато вы получите гарантию, что все выполнено как надо https://dialdrive.ru/\\r\\n \\r\\nРемонт автомобиля 1000 руб https://dialdrive.ru/\\r\\n  Отремонтировать автомобиль 6000 руб https://dialdrive.ru/dvs\\r\\n  Ремонт авто 5500 руб https://dialdrive.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:33:34','2026-01-20 13:33:34','8756a4d2-529b-4abb-abae-75e194bb933e'),
(10757,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"VincentCob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"тонировка пришла в негодность, появились пузырьки, задиры вы приобрели автомобиль с тонированными лобовым и передними стеклами, а это запрещено ПДД с 1 июля 2012 года https://dialdrive.ru/dvs\\r\\n \\r\\nОтдал парням машину, все было сделано в оговорённые сроки качественно достойного уровня, сомнений никаких https://dialdrive.ru/dvs\\r\\n  Так же можно попросить парней отправить Вам фото процесса ремонта или покраски автомобиля они всегда пойдут на встречу и учтут ваши пожелания https://dialdrive.ru/katalizator\\r\\n  Я остался в полне доволен, обращайтесь к ним https://dialdrive.ru/katalizator\\r\\n \\r\\nДокументы подтверждены https://dialdrive.ru/\\r\\n \\r\\nПримеры работ https://dialdrive.ru/dvs\\r\\n \\r\\nНазвание Стоимость Замена сцепления (комплект) от 18000 Прокачка контура сцепления от 2400 Замена главного циллиндра сцепления от 3000 Замена рабочего циллиндра сцепления от 3000 Сборка/разборка АКПП (МКПП) легкового моноприводного а/м от 9000 С/у АКПП(МКПП) полноприводного а/м от 15000 Сборка/разборка АКПП (МКПП) полноприводного а/м от 15000 С/у АКПП(МКПП) легкового моноприводного а/м от 18000 https://dialdrive.ru/\\r\\n \\r\\nВ сервисных центрах КОЛЕСО https://dialdrive.ru/\\r\\n ру вас ожидают: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:34:51','2026-01-20 13:34:51','7187704e-fc34-4c7b-ac0a-3c740c0f95c7'),
(10758,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EmanuelWizon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Затем устанавливаем старые, если они в нормальном состоянии или новые кольца, новые кольца устанавливаются на новые поршни (не стоит использовать на них старые детали) http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n  Если при сборке вы засомневались в благонадежности шатунных вкладышей, замените их на новые http://dmalmotors.ru/remont-dvigatelej.html\\r\\n  Собирая поршневую группу, старую или новую, не забывайте обильно их смазывать, так вы облегчите себе задачу установки поршней с шатунами обратно в головку цилиндров и убережете детали от износа при первом запуске двигателя после ремонта http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n \\r\\nКонструкция современных авто уже предусматривает инструменты для самодиагностики http://dmalmotors.ru/remont-starterov.html\\r\\n  Для этой цели в различные агрегаты, включая двигатель, устанавливаются чувствительные датчики http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Поэтому чтобы установить многие неисправности, мастеру достаточно подключить специальный сканер в бортовой системе машины http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  В нашем сервисном центре клиентам доступна компьютерная диагностика двигателя http://dmalmotors.ru/remont-starterov.html\\r\\n  Мы не только выявим дефекты мотора, но и оперативно устраним их http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n  Позвоните или оставьте свои координаты на сайте, с вами свяжется наш специалист http://dmalmotors.ru/remont-starterov.html\\r\\n \\r\\nМы гарантируем, что, однажды посетив наш автосервис, вы войдёте в число постоянных клиентов, по достоинству оценивших качество и скорость нашей работы http://dmalmotors.ru/\\r\\n \\r\\nВажно доверять все подобные мероприятия опытным профессионалам, чтобы не пришлось беспокоиться о том, что в какой-то момент может произойти внезапная поломка http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  Тем более, что на все проведенные работы, вы получаете официальную гарантию http://dmalmotors.ru/remont-starterov.html\\r\\n \\r\\nУтечка охлаждающей жидкости http://dmalmotors.ru/remont-generatorov.html\\r\\n  При этой неисправности рекомендуется доливка воды в систему охлаждения http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  Нужно понимать, это временная мера, но она позволит вам доехать до ближайшего СТО для проведения ремонта http://dmalmotors.ru/remont-starterov.html\\r\\n \\r\\nРасточка блока цилиндров под 0 http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n 5 с заменой поршневой группы http://dmalmotors.ru/remont-sistemy-okhlazhdeniya.html\\r\\n  Месяц назад такой ремонт 1NZ выходил в районе 75 000 (работа+запчасти) http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  Гарантия 10 000 км или 6 месяцев http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:36:19','2026-01-20 13:36:19','efcb3740-9d10-4fb6-a26d-0bc6ce35d6b8'),
(10759,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RaymondDup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"no.reply.JosephLaurent@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Howdy-doody! ccatwillowcreek.com \\r\\n \\r\\nDid you know that it is possible to send a business proposal legally and securely? \\r\\nWhen such commercial offers are sent, no personal data is used and messages are sent to forms specifically designed to receive messages and appeals efficiently. The importance of messages sent through Communication Forms reduces the chance of them being treated as spam. \\r\\nGive our service a go – it won’t cost you a thing! \\r\\nWe can deliver up to 50,000 messages on your instruction. \\r\\n \\r\\nThe cost of sending one million messages is $59. \\r\\n \\r\\nThis offer is automatically generated. \\r\\n \\r\\nContact us. \\r\\nTelegram - https://t.me/FeedbackFormEU \\r\\nWhatsApp - +375259112693 \\r\\nWhatsApp  https://wa.me/+375259112693 \\r\\nWe only use chat for communication.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatwillowcreek.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:37:29','2026-01-20 13:37:29','485f1b0c-0943-41cc-bc38-6888029f2ccc'),
(10760,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emanuellougs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Любой автомобиль требует ремонта http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n  Самый сложный – по двигателю http://dmalmotors.ru/remont-starterov.html\\r\\n  Самому восстанавливать мощность или в СТО отдать? В мастерской выполнят и быстрее и качественнее http://dmalmotors.ru/\\r\\n  Но сразу приценитесь: сколько будет стоить капитальный ремонт двигателя своими руками http://dmalmotors.ru/\\r\\n  Суммы хватило бы на два   три ремонта http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n \\r\\nЕвро 0: эсиловой агрегат740 http://dmalmotors.ru/remont-dvigatelej.html\\r\\n 10 ( Камаз 5410, 54112, 5320, 55102, 5511) Мощность составляет 210 л http://dmalmotors.ru/remont-avtoelektriki.html\\r\\n с http://dmalmotors.ru/remont-sistemy-okhlazhdeniya.html\\r\\n  Самый большой минус этого двигателя в том, что он не отвечает экологическим двигатель камаза своими руками евро стандартам http://dmalmotors.ru/diagnostika-inzhektora.html\\r\\n  Силовой агрегат позволяет  массой 16,2 т взять на буксир прицеп, массой 11,5 тонн http://dmalmotors.ru/diagnostika-inzhektora.html\\r\\n \\r\\nМасляный насос на автомобилях КАМАЗ отличается довольно-таки сложным строением http://dmalmotors.ru/\\r\\n  Самостоятельно отремонтировать или заменить это устройство сможет не каждый, поэтому если у водителя мало опыта и соответствующих навыков, лучше всего обратиться в сервисную службу http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n \\r\\n\\r\\n\\r\\nхимико-механическое, при котором механическое изнашивание сопровождается существенными химическими изменениями, т http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n е http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n  изменением структуры материала деталей (коррозия и др http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:37:37','2026-01-20 13:37:37','e3dfd6a8-12d5-45c7-9db7-bbb27a9e80be'),
(10761,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertzinia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По запросу 2280 https://deneb-spb.ru/krany-i-ventili\\r\\n 17 https://deneb-spb.ru/kollektory\\r\\n \\r\\nТруба полипропиленовая PPR (PPRC) O 25х2,3 мм PN 10 SDR 11 белая производится из «Рандом сополимера» (тип 3) BOREALIS RA -130E (Финляндия). Используется в инженерных системах холодного водоснабжения, водоотведения и теплых полов с рабочей температурой до + 45°С (PN 10), до + 60°С (PN16), до + 80°С (PN 20), для подачи холодной и питьевой воды повышенного давления, горячей производственной воды, для транспортировки и хранения сжатого воздуха, химических веществ, в системах кондиционирования воздуха, в промышленных распределительных сетях https://deneb-spb.ru/truby-pn-10-i-pn-20\\r\\n  Срок эксплуатации изделия составляет до 50 лет https://deneb-spb.ru/kollektory\\r\\n \\r\\nДля улучшения работы сайта и его взаимодействия с пользователями мы используем файлы cookie https://deneb-spb.ru/burty-i-flancy\\r\\n  Продолжая работу с сайтом, Вы разрешаете использование cookie-файлов https://deneb-spb.ru/clientam\\r\\n  Вы всегда можете отключить файлы cookie в настройках Вашего браузера https://deneb-spb.ru/mufty-i-perekhodniki\\r\\n  Подробнее о cookie-файлов https://deneb-spb.ru/kollektory\\r\\n \\r\\n5 https://deneb-spb.ru/sedla\\r\\n 2 https://deneb-spb.ru/truby-pn-10-i-pn-20\\r\\n 2 Максимальный срок службы трубопровода для каждого класса эксплуатации определяется суммарным временем работы трубопровода при температурах T раб , T макс , T авар и составляет 50 лет https://deneb-spb.ru/contacts\\r\\n \\r\\nКаталог товаров https://deneb-spb.ru/ankery\\r\\n \\r\\nОбласть применения полипропиленовых труб – инженерные, прежде всего – отопительные, водопроводные, и технологические установки https://deneb-spb.ru/obvody\\r\\n  Полипропиленовые трубы характеризуются прочностью, неподверженностью коррозии, устойчивостью к воздействию агрессивных сред https://deneb-spb.ru/kompensatory\\r\\n  Практиков привлекает их простой монтаж методом муфтовой сварки, легкая транспортировка https://deneb-spb.ru/homuty-santekhnicheskie-trubnye\\r\\n  При соблюдении условий эксплуатации срок службы данных труб – не менее 50 лет https://deneb-spb.ru/truby-armirovannye-steklovoloknom-pn20-i-pn25\\r\\n  VALTEC предлагает однослойные и многослойные трубы и фитинги из полипропилена повышенной прочности PP-R 100, которые выпускаются на новейшем оборудовании https://deneb-spb.ru/dostavka\\r\\n  Диапазон диаметров – от 20 до 110 мм https://deneb-spb.ru/truby-pn-10-i-pn-20\\r\\n  Многослойные полипропиленовые трубы VALTEC PPR-FIBER (PP-R/FB/PP-R) армированы стекловолокном, PPR-ALUX (PP-R/AL/PP-R) – сплошной алюминиевой прослойкой, полностью исключающей диффузию кислорода https://deneb-spb.ru/truby-armirovannye-alyuminiem\\r\\n  Форма поставки продукции – отрезки по 4 и 2 м https://deneb-spb.ru/mufty-i-perekhodniki\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:40:47','2026-01-20 13:40:47','57eac7d4-85db-4d83-8323-f5b2c33a5b49'),
(10762,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidleate\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Реставрация выполняется опытными мастерами на профессиональном уровне https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/razdvijnaa-dver-rd-3.html\\r\\n   Позвоните по нашему телефону прямо сейчас, чтобы пригласить специалиста на дом или в офис! Мы вернем ваши изделия к жизни быстро, аккуратно и качественно! \\r\\nЧеловек, впервые столкнувшийся с манерой поведения китайцев в быту, часто бывает обескуражен https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l4-9.html\\r\\n   Тоже происходит и во время деловых переговоров https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s3.html\\r\\n   Вам следует \\r\\nСоздание дизайнерского проекта всегда делается с учетом пожеланий владельца дома https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=3\\r\\n   Специалисты, работающие на фабрике, отличаются высокой квалификацией, профессионализмом, умением создавать уникальные предметы интерьера, опытом работы https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-5.html\\r\\n   Дизайнер не только формирует интересный проект, он с математической точностью создает такую мебель, которая будет удобной, эргономичной, экологичной во всех смыслах этого слова https://www.legnostyle.ru/catalog/mebel/garderobnie/?PAGEN_1=2\\r\\n   Готовый проект передается в руки мастеров, которые непосредственно и займутся производством https://www.legnostyle.ru/catalog/lestnici/derevannie-vintovie-lestnici/lestnica-l4-6.html\\r\\n \\r\\nДостоинства мебели, представленной в салонах , несомненно, отметит тот, кто обладает тонким благородным вкусом и ценит совокупность стильного дизайна и необычайного комфорта https://www.legnostyle.ru/mezhkomnatnye-dveri-iz-duba.html\\r\\n \\r\\nНа сегодняшний день элитная мебель пользуется особенным интересом среди населения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=2\\r\\n   Как правило, изготавливают ее на заказ, поэтому покупатели с самыми большими требованиями могут выполнить различные индивидуальные пожелания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o5.html\\r\\n \\r\\nКроме того, мебель от лидирующих производителей отличается дополнительной отделкой с применением натурального сусального золота (24К) https://www.legnostyle.ru/montazh-ustanovka-derevyannyh-lestnic.html\\r\\n   Эстетику внешнего вида в основном задают изящные элементы, характерные для французского и итальянского стиля https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l4-4.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:48:49','2026-01-20 13:48:49','3a6f7626-b7b3-4569-b057-92c0b6f8c9b8'),
(10763,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidleate\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Обставить дом или квартиру, обустроить спальню, кабинет или библиотеку, оборудовать торговое помещение или интерьер ресторана — задача для тех, кто понимает ценность хорошей жизни https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o19.html\\r\\n \\r\\nВ действительности перепродажа товаров из Китая выгодное дело, если знать правильных продавцов и особенности китайского рынка https://www.legnostyle.ru/catalog/lestnici/elitnye/\\r\\n   Выбор товаров и производителей в \\r\\nКомпания  заботится о своих клиентах, поэтому предлагает качественную немецкую мебель от лучших производителей https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-10.html\\r\\n   У нас широкий ассортимент продукции https://www.legnostyle.ru/catalog/mebel/prihojie/gp-4.html\\r\\n   В каталоге вы найдете большое разнообразие корпусной и мягкой мебели, которая обладает отличными эксплуатационными характеристиками https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/?PAGEN_1=3\\r\\n \\r\\nНа сайте проекта представлена актуальная и полная информация о более чем 5 232 680 организациях России и СНГ в виде удобного рубрикатора по сферам деятельности компаний и географического справочника организаций https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-1.html\\r\\n   Администрация сайта не несет ответственности за контент на сайте, так как вся информация на сайте собрана из открытых источников и добавляется пользователями, а отзывы написаны посетителями сайта https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-18.html\\r\\n   \\\\ \\r\\nМы уже 10 лет занимаемся реализацией добротной, экологически чистой и безопасной мебели в России https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/?PAGEN_1=2\\r\\n   Каждый посетитель нашего сайта найдет для себя подходящий вариант, соответствующий его вкусовым предпочтениям и финансовым возможностям https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=21\\r\\n \\r\\nЭксклюзивный представитель элитной мебели, изготовленный в итальянской мастерской, неизменно сочетает в себе дорогие материалы, ручную работу, долговечность и надежность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e30.html\\r\\n   Отличия между продукцией различных фабрик может заключаться в привлечении к разработке новых моделей известных дизайнеров или уникальным подходом к обеспечению контроля качества https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-23.html\\r\\n   Так, фабрика BUSATTO предлагает мебель, изготовленную в лучших традициях прошлых лет, а мебель от BAMAX или ARCA выполнена в великолепном стиле, соединяющем тепло настоящего дерева и строгую выразительность форм https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-27.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:48:50','2026-01-20 13:48:50','0ded424d-b458-4d96-9574-4367b650680c'),
(10764,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Margaret Julia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yiyayova@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AIStore\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nWe have a special opportunity that could significantly boost traffic and visibility for your website ccparkplace.com.\\r\\n\\r\\nWhat if you could drive real, targeted website traffic automatically using AI — without paid ads, complicated setups, or ongoing management?\\r\\n\\r\\nThat’s exactly what AI Traffic Whale delivers.\\r\\n\\r\\nAI Traffic Whale uses advanced AI technology to generate consistent, high-quality traffic from multiple sources, helping websites increase exposure, improve engagement, and grow faster — all on autopilot. No technical skills required, no monthly ad spend, and no complex tools to manage.\\r\\n\\r\\nYou set it up once, and the AI does the work for you.\\r\\n\\r\\n See how it works here: https://traffic.vinhgrowth.com\\r\\n\\r\\nYou are receiving this message because we believe this offer may be relevant to your website.\\r\\n\\r\\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\\r\\n\\r\\nhttps://vinhgrowth.com/unsubscribe?domain=ccparkplace.com\\r\\n\\r\\nAddress: 60 Crown Street, London\\r\\n\\r\\nLooking out for you,\\r\\n\\r\\nMargaret Julia\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 13:53:56','2026-01-20 13:53:56','f08e38c4-ae7c-4518-8cb2-80f21508d563'),
(10765,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenPiore\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nВсе приведенные в описании данного прибора параметры являются типичными, их точное значение определяется в процессе калибровки https://www.ndt-club.com/product-536-shabloni-i-prisposobleniya-dlya-vizyalnogo-i-izmeritelnogo-kontrolya.htm\\r\\n  Для определения реальных параметров прибора при его приобретении рекомендуем заказать калибровку в метрологической службе https://www.ndt-club.com/product-52-silver-schmidt-live-molotok-shmidta-proceq.htm\\r\\n \\r\\n\\r\\nОбновлено 14 января 2017  https://www.ndt-club.com/product-797-aquadrive-stanciya-ypravleniya.htm\\r\\n  https://www.ndt-club.com/index.php?z=SENDAST+%CF&pd=5\\r\\n  https://www.ndt-club.com/produkcija-320-zaryadnie-ystroistva-dlya-tolshinomerov.htm\\r\\n  б https://www.ndt-club.com/product-784-komplekt-dlya-yzk-zoni-posadki-podshipnika-kolesa-boeing-airbus.htm\\r\\n у https://www.ndt-club.com/product-991-semnii-akkymylyator-lipol-8-0-ach-11-1-v.htm\\r\\n \\\\  уд-11пу  экон-2  б https://www.ndt-club.com/product-973-symka-firmennaya-dlya-portativnih-priborov-tc2.htm\\r\\n у https://www.ndt-club.com/product-338-posipen-tolshinomer-pokritii-defelsko.htm\\r\\n  по 10т https://www.ndt-club.com/produkcija-306-far-i-cfa-yltrazvykovie-defektoskopi.htm\\r\\n р https://www.ndt-club.com/product-485-kropus-air-ema-tolshinomer.htm\\r\\n  \\\\    кабели и преобразователи к уд и толщиномерам  https://www.ndt-club.com/product-801-teplovizor-hikmicro-b20.htm\\r\\n Анализатор для дизельных двигателей К-290 по 10 т https://www.ndt-club.com/product-46-temp-4k-tverdomer-dinamicheskii-so-vstroennim-datchikom.htm\\r\\n р https://www.ndt-club.com/proizvoditeli-18-aka-geo.htm\\r\\n Вакуумные насосы с элдвигателями б https://www.ndt-club.com/fotogalereya-8.htm\\r\\n у в  https://www.ndt-club.com/produkcija-320-zaryadnie-ystroistva-dlya-tolshinomerov.htm\\r\\n  https://www.ndt-club.com/product-778-v7-220-vibrometr-portativnii.htm\\r\\n  https://www.ndt-club.com/product-151-tr210-izmeritel-sherohovatosti.htm\\r\\n \\r\\nПеред проведением измерений толщины посредством толщиномера WT100A очистите поверхность от пыли, грязи и ржавчины, а также от нанесенных на нее покрытий, например, краски https://www.ndt-club.com/product-363-ysd-50-ips-yltrazvykovoi-defektoskop.htm\\r\\n  Понизьте шероховатость поверхности: чрезмерная шероховатость может привести к искажению результатов измерений либо к невозможности считывания данных https://www.ndt-club.com/product-762-izmeritelnaya-stoika-shtativ-ta-620-1.htm\\r\\n  Перед проведением измерений необходимо максимально сгладить поверхность посредством пескоструйной обработки, шлифовки, полировки или с помощью связующего вещества высокой вязкости https://www.ndt-club.com/proizvoditeli-22-skb-stroipribor.htm\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:18:17','2026-01-20 14:18:17','e15b7887-52a0-47b8-8eeb-4f9dd188867b'),
(10766,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenJed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Работает по:   черным и цветным металламРабочая температура:   0°С до +50°СМакс https://www.ndt-club.com/product-429-mh-10-magnitometr-milliteslametr.htm\\r\\n  измерение:   1250 микронШаг измерений:   1 микронПодсветка экрана:   НетДоп https://www.ndt-club.com/product-280-opravka-s-sharikom-dlya-izmereniya-tvyordosti-po-metody-rokvella-216-1-588-mm.htm\\r\\n  функции:   поворотный экранПроизводство:   КитайГарантия:   1 год \\r\\nРазмещенная на сайте информация – рекламный материал и не является публичной офертой https://www.ndt-club.com/produkcija-105-tomografi-dlya-kontrolya-betona.htm\\r\\n  Изготовитель оставляет за собой право менять цену, внешний вид, характеристики и комплектацию приборов https://www.ndt-club.com/product-217-zond-vd96-vihretokovii-defektoskop.htm\\r\\n  Уточняйте подробную информацию перед заказом https://www.ndt-club.com/proizvoditeli-36-nabakem.htm\\r\\n \\r\\nУльтразвуковой толщиномер ТУЗ-1 предназначен для измерения толщины различных изделий из металлов и неметаллов, включая изделия, доступ к которым имеется только с одной стороны https://www.ndt-club.com/product-983-avm-yf-160bk-yltrafioletovii-fonar.htm\\r\\n \\r\\nТолщиномер ультразвуковой УТ-96 предназначен для эксплуатации на открытом воздухе, для измерения толщины стенки металлов и металлических сплавов в диапазоне скорости распространения  https://www.ndt-club.com/product-543-foundry-master-lab.htm\\r\\n  https://www.ndt-club.com/product-365-a-50-adgezimetr-elektronnii.htm\\r\\n  https://www.ndt-club.com/product-765-teplovizor-hikmicro-b1l.htm\\r\\n \\r\\n• Снимите датчик с образца и кнопками  (7) и  (8) установите значение измеренной толщины на индикаторе прибора равным значению измеренному штангенциркулем https://www.ndt-club.com/product-828-ysd-10-lf-yltrazvykovoi-defektoskop.htm\\r\\n \\r\\nUT-301М - обновленная модель толщиномера UT-301, в новом эргономичном корпусе из ABS пластика https://www.ndt-club.com/product-747-kontrolnii-obrazec-mo-4-dlya-mpd.htm\\r\\n  Толщиномер UT-301М предназначен для контроля стенок сосудов, труб, котлов и других изделий в диапазоне от 0,5 до 300мм, а также для измерения скорости УЗК колебаний https://www.ndt-club.com/product-596-rft-symka-poyas.htm\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:19:12','2026-01-20 14:19:12','a534e2c2-bd6b-4761-9238-0e8db3517213'),
(10767,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shermanzek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Санкт-Петербург https://mobelmetall.ru/blog\\r\\n \\r\\nООО ОГРН: 1167847287960 Основано: 08 https://mobelmetall.ru/questions\\r\\n 07 https://mobelmetall.ru/ourproduction\\r\\n 2016 https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\nОАО \\\"ЗМК\\\", современное и стабильно работающее предприятие, занимает лидирующую позицию на рынке и успешно объединяет несколько направлений деятельности https://mobelmetall.ru/ourproduction\\r\\n  Компания специализируется не только на выпуске грузовых вагонов всех типов, но и на изготовлении https://mobelmetall.ru/blog\\r\\n \\r\\nПо той же теме https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n \\r\\nДля изготовления металлоконструкций обычно используют сталь, алюминий, нержавеющую сталь, а также специальные сплавы, обеспечивающие нужные характеристики прочности, коррозионной стойкости и других параметров https://mobelmetall.ru/ourproduction\\r\\n \\r\\nМы предлагаем: - *Фасадные металлокассеты* – стильное и долговечное решение для облицовки зданий https://mobelmetall.ru/\\r\\n  - *Корзины для кондиционеров* – надежная защита и эстетичный внешний вид вашего оборудования https://mobelmetall.ru/gibka-metalla\\r\\n  - *Водосточные системы* – эффективное https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:20:26','2026-01-20 14:20:26','feea736a-648f-48b7-ae91-e809a5d1fffa'),
(10768,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelnek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"При мелкооптовом пошиве стоимость формируется исходя из объема затрат поставщика на весь перечень оказанных услуг https://norsy.ru/poshiv-hudi\\r\\n  Факторы, которые могут повлиять на цену, включают в себя: \\r\\nПошив юбок https://norsy.ru/kontakty\\r\\n \\r\\nПрием заявок, консультация https://norsy.ru/o-nas\\r\\n \\r\\nСхема работы с нами https://norsy.ru/poshiv-hudi\\r\\n \\r\\nКомпания «ЭЛЬ-ТЕКС ПОШИВ» занимается пошивом одежды для заказчиков из Москвы и регионов России https://norsy.ru/pochemu-my\\r\\n  На производстве работают лучшие конструкторы , технологи, дизайнеры, швеи и лаборанты https://norsy.ru/ceny\\r\\n  Шьём текстильные и трикотажные изделия крупным и мелким оптом (от 10 штук на размер, от 30 штук на модель). \\r\\nУстановите и откройте Telegram , найдите контакт https://norsy.ru/voprosy-otvety\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:22:04','2026-01-20 14:22:04','830c1c8a-f766-461f-b18d-afae9664777c'),
(10769,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreyBlarf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"PelleFirm™ ? технология радиоволновой коррекции фигуры и лифтинга кожи на теле и конечностях https://ellman.ru/ball\\r\\n  Технология выполняется при помощи специальных электродов PelleFirm™ \\r\\nПредложить цену https://ellman.ru/\\r\\n \\r\\nSurgitron Dual EMC 90 Высокочастотный радиоволновой хирургический генератор, Ellman https://ellman.ru/\\r\\n \\r\\nРежимы работы Surgitron EMC https://ellman.ru/diamond\\r\\n \\r\\nТЕХНИЧЕСКИЕ ХАРАКТЕРИСТИКИ Напряжение в сети 220В Выходная частота 3,8 Максимальная выходная мощность 90 Вт Размеры 200мм х 160мм х 230мм Вес 4,5 кг https://ellman.ru/catalog\\r\\n \\r\\nМОДУЛЯЦИЯ (форма волны) Прибор имеет четыре выходных формы волны: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:25:16','2026-01-20 14:25:16','f28a5cb4-0fa1-4d45-ab16-4056177db714'),
(10770,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Oliver\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"oliver@alfareviews.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Positive Reviews\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Get positive reviews to boost your Business reputation.\\r\\n90% of new customers rely on reviews fresh 5-star feedback helps them choose you faster.\\r\\n\\r\\nWe provide reviews on Google, Yelp, TripAdvisor, TrustPilot, Glassdoor, Facebook, and more.\\r\\n\\r\\nReach out Email: oliver@alfareviews.com\\r\\nWhatsApp Link: https://wa.me/447575802542\\r\\n  \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:27:33','2026-01-20 14:27:33','962e3fb4-dc11-4657-b013-246fcf03b176'),
(10771,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidDapow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Изготовление Вашей кухни началось! И теперь Вам остается только ждать https://www.legnostyle.ru/catalog/inter-eri/peregorodki/arka-a21.html\\r\\n   Изготовление кухни занимает до 14 дней, максимум, в зависимости от сложности заказа https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaya-dver-e15.html\\r\\n \\r\\nНе наслаждайтесь явно комплиментом Некоторые туристы попадают в неоднозначную ситуацию, когда поблагодарив китайца, например, за вкусный обед, в ответ слышит, что на самом деле еда \\r\\n- Определитесь с тем, что вам нужно в своей новой съемной квартире https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i16.html\\r\\n   Качество/свежесть ремонта, в том случае если квартира будет не новой, наличие определенной аппаратуры, \\r\\nДекоративное покрытие выцветает, появляются пятна и потертости, деформируются элементы конструкции https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-19.html\\r\\n   Только качественно выполненная реставрация поможет вернуть первозданное великолепие изделий https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-24.html\\r\\n \\r\\nСамой элитной корпусной мебелью для кабинета руководителя является мебель из дерева https://www.legnostyle.ru/catalog/lestnici/?PAGEN_1=4\\r\\n   Она изысканна, привлекательна, а главное соответствует строгому дизайну интерьера, который необходим коммерческому помещению https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-24.html\\r\\n   Приоритетными являются предметы интерьера из ценных пород https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d48.html\\r\\n   Дорогие материалы гарантируют, что мебель не потеряет привлекательного внешнего вида даже через много лет https://www.legnostyle.ru/catalog/mebel/b-6.html\\r\\n \\r\\nПраздник Ид аль-Адх с арабского переводится как Праздник жертвоприношения или праздник верности и сыновнего уважения https://www.legnostyle.ru/modulnaia_detskaia_mebel.html\\r\\n   Этот праздничный день отмечается на семидесятый \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:30:46','2026-01-20 14:30:46','4aeb97f4-d4fb-4624-abcb-133499f7e45c'),
(10772,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TyroneTic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В Top concept действуют персональные условия для опта и сегмента HoReCa https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-manako/\\r\\n  Узнать, почему сотрудничать с Top concept выгодно, и ознакомиться прайсом для оптовых клиентов или дизайнеров можно здесь https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-verona/\\r\\n \\r\\nКовры https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-orlean/\\r\\n \\r\\nВы можете сэкономить время, позвонив нам прямо сейчас: \\r\\nУже воспользовались нашими услугами? Оставьте отзыв! \\r\\nМебель для кафе, баров и ресторанов — одно из основных направлений в каталоге Romatti https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«chester-prem»/\\r\\n  У нас можно купить оригинальные решения по цене от производителя https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-1,-velvet-lux-92/\\r\\n  Дизайнеры Romatti разработали эстетичные и удобные комплекты специально для HoReCa с учетом специфики этой отрасли https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-2,-velvet-lux-83/\\r\\n  Оцените наши работы по фото — вы всегда сможете подобрать отдельные предметы или гарнитуры в уже существующий интерьер или для нового проекта! \\r\\nУкажите свой город https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-anri/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:31:55','2026-01-20 14:31:55','e58a0dec-c04c-4c7c-8847-ec2f1487e588'),
(10773,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelzot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Прием заявок, консультация https://norsy.ru/kontakty\\r\\n \\r\\nОверлоки, распошивалки и прямострочки https://norsy.ru/otzyvy\\r\\n \\r\\nПошив оптом https://norsy.ru/pochemu-my\\r\\n  Швейный цех в Москве https://norsy.ru/o-nas\\r\\n \\r\\nЗакрепочная машина https://norsy.ru/pochemu-my\\r\\n \\r\\nСпециализация производственной компании «Арион» — это пошив на заказ с нанесением принтов и логотипов заказчика, обеспечение рекламного рынка продукцией, предназначенной для проведения промоакций, корпоративных событий, а также для розничной и оптовой продажи, личных и тематических подарков https://norsy.ru/kontakty\\r\\n \\r\\nтребуется униформа для небольшой компании или спортивной команды; ограниченная коллекция вещей изготавливается для проведения разовой промоакции; эксклюзивные изделия служат подарком для партнеров, участников семинара или тренинга https://norsy.ru/ceny\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:35:00','2026-01-20 14:35:00','40ab9871-a90c-4984-a63e-3592d503a1e4'),
(10774,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaellousa\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сотрудники санэпидемстанции получили узкопрофильные знания о биологии насекомых, а также о методах их истребления https://dez-spasatel.ru/articles/authors/\\r\\n  Они также имеют доступ к разрешенным средствам — это позволяет им более эффективно противостоять синантропным насекомым, чем это могут сделать обычные граждане и персонал https://dez-spasatel.ru/actions/\\r\\n \\r\\nФедеральное бюджетное учреждение здравоохранения «Центр гигиены и эпидемиологии в городе Москве» \\r\\nРаботники СЭС изучают и анализируют патогенные организмы прежде, чем определить методы борьбы https://dez-spasatel.ru/dezinfekciya/obrabotka-goryachim-tumanom/\\r\\n \\r\\nвремя и сроки оказания услуг, результат, гарантии https://dez-spasatel.ru/deratizatsiya-unichtozhenie-gryzunov/myshi/\\r\\n \\r\\nдошкольные, школьные организации, ВУЗы и ССУЗы; общепит; промышленные и сельскохозяйственные предприятия; жилищно- коммунальное хозяйство; коммерческие организации https://dez-spasatel.ru/articles/tarakany/pomogaet-li-bornaya-kislota-ot-tarakanov/\\r\\n \\r\\nПо плану Всемирной организации здравоохранения, на базе отделения вирусологии, осуществляются исследования на полиомиелит и корь из 22 территорий Российской Федерации https://dez-spasatel.ru/dezinsekciya/shershni/\\r\\n  На базе отдела гигиены источников ионизирующих излучений создан межрегиональный Центрально-Европейский центр по вопросам радиационной безопасности населения центрального региона России https://dez-spasatel.ru/articles/dezinfektsiya/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:36:54','2026-01-20 14:36:54','de4dd432-a2bc-4d5e-9897-5debfdd0f3f0'),
(10775,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeHek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hallo, ek wou jou prys ken.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:37:51','2026-01-20 14:37:51','f9983c3d-1f45-4d09-834b-c8cb1f64af55'),
(10776,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottjEp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рейтинг топ-15 лучших студий ландшафтного дизайна в Москве* \\r\\nЛандшафтным дизайном в столице занимаются несколько сотен компаний https://berezov-lsk.ru/\\r\\n  В отзывах клиенты и эксперты отмечают, что во многих ландшафтных бюро трудятся настоящие профессионалы своего дела, которые имеют профильное образование и большой опыт работы https://berezov-lsk.ru/\\r\\n  Лидеры отрасли выполняют свою работу качественно, используя современное оборудование и инновационные наработки в архитектуре, дендрологии и инженерии https://berezov-lsk.ru/\\r\\n  В результате они имеют заказчиков не только в Москве и Подмосковье, но и в соседних областях https://berezov-lsk.ru/\\r\\n  Конкуренция на рынке ландшафтного дизайна в столице высокая, поэтому цены на услуги редко поднимаются выше среднерыночных по стране https://berezov-lsk.ru/\\r\\n \\r\\nПроект ландшафта под ключ https://berezov-lsk.ru/\\r\\n \\r\\nЦены на проекты в студиях ландшафтного дизайна в Москве https://berezov-lsk.ru/\\r\\n \\r\\nКак происходит работа по ландшафтному проектированию и дизайну участка? \\r\\nОбщая площадь участка https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:39:18','2026-01-20 14:39:18','c9034456-bd22-41db-ad71-a844da48ec78'),
(10777,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidDapow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Отделка мебели кожей позволяет сделать и без того идеальную итальянскую мебель еще более интересной и необычной https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-16.html\\r\\n   Для дизайнеров кожа как отделочный материал, выше любых модных тенденций https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-6.html\\r\\n   Она может быть использована везде - в абажуре, в шкафах, в кроватях, даже на полу и на стенах https://www.legnostyle.ru/catalog/mebel/stol-model-s-10.html\\r\\n \\r\\nСреди предложений иомпании  отлично впишется в любой интерьер https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d8.html\\r\\n   Огромный выбор мебели для гостиниц, баров и бильярдных могут заинтересовать также профессионалов https://www.legnostyle.ru/catalog/inter-eri/pt-16.html\\r\\n \\r\\nРеставрация выполняется опытными мастерами на профессиональном уровне https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a11.html\\r\\n   Позвоните по нашему телефону прямо сейчас, чтобы пригласить специалиста на дом или в офис! Мы вернем ваши изделия к жизни быстро, аккуратно и качественно! \\r\\nТехнологии изготовления мебели, отточенные на протяжении многих столетий, до сих пор пользуются заслуженной популярностью не только во дворцах или особняках Западной Европы, но и в домах мировых правителей, преуспевающих бизнесменов и представителей творческой элиты https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s31.html\\r\\n   Опираясь на многовековой опыт, итальянские мастера создают современные произведения искусства, предлагая и относительно доступные решения, и элитную мебель, рассчитанную на покупателей с очень высоким уровнем достатка https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d21.html\\r\\n \\r\\nБезупречная эргономика https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i26.html\\r\\n   Каждый элемент кабинета спроектирован таким образом, чтобы создавать оптимальные условия для работы https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=8\\r\\n   Деловые мелочи всегда будут под рукой, на просторной столешнице разместятся все важные бумаги, удобное кресло обеспечит эффективную поддержку позвоночника https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p18.html\\r\\n \\r\\nСтильный дизайн https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-6.html\\r\\n   Элитные гарнитуры сразу привлекают внимание тщательно выверенными стилистическими решениями https://www.legnostyle.ru/catalog/mebel/g-1.html\\r\\n   Комплекты предлагаются как в классическом, так и в современном лаконичном дизайне для полного соответствия концепции интерьера https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/?PAGEN_1=3\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:40:40','2026-01-20 14:40:40','309f4c3d-c3ca-4349-84e2-2c3092dae762'),
(10778,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LloydCew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Увидеть историю движения в трекинг системе контроля транспорта https://ftnet.ru/tsifrovoy-universitet/\\r\\n \\r\\n\\\"Скиф-навигатор\\\"Pro https://ftnet.ru/ustanovka-metana-na-lada-vesta/\\r\\n  Контроль передвижения https://ftnet.ru/logistpro\\r\\n \\r\\nЁмкостной измеритель уровня топлива | защита IP67 | RS-485, частотный и аналоговый интерфейсы | BLE, подключение к ПК приборы датчика, USB, через программатор, погрешность измерения приборов не более 1% \\r\\nGPS\\\\ГЛОНАСС терминал https://ftnet.ru/petrozavodsk\\r\\n \\r\\nКупить в 1 клик https://ftnet.ru/petrozavodsk\\r\\n \\r\\nЗадавайте вопросы по использованию систем GPS и ГЛОНАСС мониторинга по тел https://ftnet.ru/stazhirovka/\\r\\n  8-800-444-00-61 – наши специалисты подробно проконсультируют вас https://ftnet.ru/ustanovka-gbo-na-renault-logan/\\r\\n  Работаем пн-пт с 9:00 до 19:00 по Москве https://ftnet.ru/narofominsk\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:43:14','2026-01-20 14:43:14','b0ea7a73-a3ff-435c-b772-64e9aba6bfbc'),
(10779,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickdow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"получать привилегии, оставаясь постоянным клиентом; выбрать нужные продукты, пользуясь удобной навигацией по каталогу; быстро подготовиться к событиям, предполагающим угощение гостей, коллег в любом формате – от фуршета до масштабного праздника https://oookors.ru/product/princz-lebo-zerno-1-kg-upak-10-sht/\\r\\n \\r\\n\\r\\n\\r\\nВ каталогах бакалеи представлены сотни позиций, что дает возможность приобрести все необходимое https://oookors.ru/product/rich-biter-limon-1-l-12-sht/\\r\\n  Мы напрямую сотрудничаем с лучшими производителям, что позволяет нам предлагать товары марок, пользующихся любовью и доверием покупателей — таких, к примеру, как «Мистраль», «Макфа», «Бакалейников», «Домашняя кухня», «Русский продукт», «Смак», «Увелка», «Полесье», «Рубин» и множества других https://oookors.ru/product/choko-paj-6-180-gr-blok-16-sht/\\r\\n  Для того, чтобы отсортировать продукцию интересующего вас производителя, вы можете воспользоваться соответствующим фильтром — это поможет вам оперативно сориентироваться в нашем богатом предложении https://oookors.ru/product/nivea-krem-mylo-soft-100g/\\r\\n \\r\\nПосетив оптово-розничный центр «ФУД СИТИ» вы найдете надежных и проверенных партнеров для своего бизнеса https://oookors.ru/product/ker-sari-svetloe-045-l-st-20-sht/\\r\\n \\r\\n15-летний опыт в сфере торговли продуктами питания позволяет нам доставить свежий продукт в любую точку России! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:43:26','2026-01-20 14:43:26','fc0b9de1-e647-4201-9827-1010ccfe5e66'),
(10780,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyPsync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"* В общем случае, продвижение сайта по коммерческим запросам возможно лишь в регионах, где у вас есть физические представительства https://proffseo.ru/privacy\\r\\n \\r\\nПодведем итоги https://proffseo.ru/privacy\\r\\n \\r\\nУвеличить небрендовый трафик, привлечь новую целевую аудиторию и поддерживать работоспособность сайта в условиях масштабирования бизнеса https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nСоздаем продающий контент страниц https://proffseo.ru/kontakty\\r\\n \\r\\nПереходы, звонки и интернет-заказы с брендового трафика – бесплатно https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nПрозрачная работа https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:46:40','2026-01-20 14:46:40','d279a5f4-e804-42a8-99ba-bf271dd3595f'),
(11014,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottwam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как уже говорилось, имея фантазию, можно украсить интерьер самыми разнообразными способами https://olga-filippova.ru/interery-medical-study-center\\r\\n  Именно поэтому можете смело выставлять на вид любимые коллекции, подобрав красивое обрамление, и развесив на стенах семейные фото, а домашняя библиотека может стать центром интерьера https://olga-filippova.ru/smi\\r\\n \\r\\n\\r\\n\\r\\nЭто не самый известный прием, но он работает https://olga-filippova.ru/shop\\r\\n  Неважно, какие у вас вкусы в оформлении, и нравится ли вам деревенский стиль или минималистичный – любое, абсолютно любое оформление интерьера должно содержать немного черного https://olga-filippova.ru/beauty-salons-spa-design\\r\\n \\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:54:31','2026-01-20 14:54:31','f61c164e-2374-4c6d-b8a3-58a8a03ae746'),
(11034,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rosalyn LaKey McFarland\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rosalynrobinson08@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello I am inquiring about your service and staffing my husband has an anoxic brain injury that he acquired in 2023 and requires a lot of 1:1 \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccglendalewest.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@glendalecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 14:57:32','2026-01-20 14:57:32','6ce1fdd5-cf6a-4520-aabf-2d5746c40548'),
(11070,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ShermanAmoub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Армис Адрес: г https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n  Волгоград, ул https://mobelmetall.ru/ourproduction\\r\\n  Краснополянская, д https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  25 Тел.: +7 8442 54-71-90,54-80-73 https://mobelmetall.ru/\\r\\n \\r\\nTo\'ytepa Metall Qurilmalari Адрес: г https://mobelmetall.ru/ourproduction\\r\\n  Нурафшон, Бирлик МФЙ, ул https://mobelmetall.ru/\\r\\n  Тошкент йули Тел.: + 998 (95) 177-60-81 https://mobelmetall.ru/policy\\r\\n \\r\\nСанкт-Петербург https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n \\r\\nНа нашем сайте представлен полный список из 164 предприятий с описанием деятельности, списком продукции, контактами https://mobelmetall.ru/aboutus\\r\\n  Крупнейшие предприятия отрасли: ООО «Верхневолжский сервисный металло-центр» (с https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  Ново-Талицы), ООО «Металл Сервис» (п https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  Строитель), ЗАО «Курганстальмост» (Курган), ООО «НПО Промет» (Москва), ОАО «Энгельсский завод металлоконструкций» (Энгельс). За 2024 суммарный доход предприятий 171 https://mobelmetall.ru/blog\\r\\n 272 https://mobelmetall.ru/policy\\r\\n 170 https://mobelmetall.ru/aboutus\\r\\n 000 руб., а чистая прибыль составила 5 https://mobelmetall.ru/ourproduction\\r\\n 524 https://mobelmetall.ru/blog\\r\\n 660 https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n 000 руб https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n \\r\\nБыстровозводимые конструкции Готовые проекты быстровозводимых зданий из металлоконструкций – это сочетание решений, подтверждённых реальной практикой строительства и эксплуатации зданий определенного функционального назначения, и индивидуального https://mobelmetall.ru/\\r\\n \\r\\nООО \\\"Заволжский завод металлоизделий\\\" является современным производственным предприятием, производящим металлоконструкции любой сложности https://mobelmetall.ru/questions\\r\\n  Комплексный подход к производству работ: -ПЛАЗМЕННАЯ резка л https://mobelmetall.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:00:52','2026-01-20 15:00:52','465f4fd2-9ca1-4940-afc5-f5c557b4184a'),
(11075,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianCer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В последнее время очень успешно зарекомендовали себя такие транспортные услуги как отслеживание заявок и предложения цен в сфере грузоперевозок https://keycargo.ru/gruzoperevozki/\\r\\n  Все новые заявки по выбранным вами маршрутам и другим параметрам придут к вам на почту, вы также сможете отслеживать информацию в личном кабинете на сайте – это особенно удобно для мобильных пользователей https://keycargo.ru/o-kompanii/\\r\\n \\r\\nСоответственно, сайт грузоперевозок «Мой груз» способен помочь всем участникам рынка международных грузоперевозок и намного упростить работу https://keycargo.ru/o-kompanii/\\r\\n \\r\\nПеревозка в Калининград https://keycargo.ru/kontakty/\\r\\n \\r\\nВы можете работать как частное или юридическое лицо https://keycargo.ru/kontakty/\\r\\n \\r\\nОдной машиной без заезда на склад https://keycargo.ru/gruzoperevozki/\\r\\n \\r\\nБыстро упакуем, бережно доставим! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:01:53','2026-01-20 15:01:53','c9c5b652-ba67-468d-8936-14a0b23b5853'),
(11091,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sanitahaurl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jayab.at0.62@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Любая дискуссия сводится к выбору оптимального решения. Как в быту: можно долго экспериментировать, а <a /><font color=#1C1C1C>можно один раз поставить газовый котёл и просто жить в тепле</font></a>.\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:03:08','2026-01-20 15:03:08','31f88b41-bfe8-4c62-adfb-8ae5af9ef6aa'),
(11092,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianBes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Обращаем ваше внимание на то, что тарифы, размещенные на данном интернет-сайте носят исключительно информационный характер и ни при каких условиях не являются публичной офертой, определяемой положениями Статьи 437 пункт 2 Гражданского кодекса Российской Федерации https://keycargo.ru/o-kompanii/\\r\\n \\r\\nРейтинг всех компаний https://keycargo.ru/kontakty/\\r\\n \\r\\nСэкономьте на отправке грузов в любой город России https://keycargo.ru/\\r\\n \\r\\nПроизводитель: \\r\\nс момента отправления https://keycargo.ru/\\r\\n \\r\\nСколько стоит доставка? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:03:10','2026-01-20 15:03:10','1d1544b2-39a3-4840-a89d-00aa28e87cd6'),
(11117,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidleate\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Строго говоря, золочение может быть выполнено самостоятельно https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-16.html\\r\\n   Знать и уметь для этого нужно не так много, как может показаться на первый взгляд https://www.legnostyle.ru/catalog/nashi-raboty/inter-er-na-prehistenke-k4.html\\r\\n   Наличие специального клея-лака, а так же книжки сусального золота позволит преобразить практически любую мебель https://www.legnostyle.ru/catalog/mebel/garderobnaya-gp-2.html\\r\\n \\r\\nПри этом все материалы, который используются в производстве, на 100% экологичны https://www.legnostyle.ru/catalog/inter-eri/\\r\\n   Старинные традиции в сочетании с современными идеями дают покупателю уверенность в том, что он получает самое лучшее https://www.legnostyle.ru/catalog/kuhni/kuhna-13.html\\r\\n   Не говоря уже об эстетике - европейские мастера веками оттачивали искусство изготовления таких предметов мебели, который украсят любую обстановку https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a7.html\\r\\n   Сегодня элитная мебель из Европы выполняется в разных стилевых направлениях и поэтому каждый может найти то, что ему нужно https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=4\\r\\n \\r\\nВ этом плане есть, где разгуляться https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i30.html\\r\\n   Конечно, можно приобрести мебель из натурального дерева https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=13\\r\\n   Однако это не так уж и дёшево, если заказывать у профессионалов https://www.legnostyle.ru/catalog/mebel/kts-5.html\\r\\n   Можно поступить более хитро https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d41.html\\r\\n \\r\\nИзготовление мебели на заказ по индивидуальным размерам начинается только после обсуждения с клиентом всех деталей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/\\r\\n   Прежде чем заказать гарнитур, дверь и т https://www.legnostyle.ru/catalog/kuhni/kuhna-2.html\\r\\n   п https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i24.html\\r\\n  , необходимо измерить площадь, на которой будет располагаться готовое изделие https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p4.html\\r\\n   В зависимости от вида продукции понадобится точный размер оконной рамы или дверного проёма, расстояние между стенами и высота потолков (в случае монтирования шкафа) https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/peregorodka-model-a-25.html\\r\\n \\r\\nНа протяжении многих лет качественная мебель из дерева высоко ценится покупателями всего мира https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a12.html\\r\\n  Мебель из ценных пород отличается безупречным внешним видом и исключительной надежностью https://www.legnostyle.ru/catalog/inter-eri/peregorodki/arka-a24.html\\r\\n   Салон элитной мебели  готов предложить изысканную импортную мебель для гостиных, спален, кабинетов, библиотек, детских комнат, прихожих и столовых https://www.legnostyle.ru/catalog/inter-eri/arka-a39.html\\r\\n    \\r\\nСпециалисты салона Абрис хорошо знакомы с ассортиментом каждой из представленных фабрик и будут рады помочь Вам в подборе необходимых предметов интерьера https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p35.html\\r\\n   Итальянская мебель производится под заказ, и изготавливается мастерами в соотвествии с индивидуальными пожеланиями клиента https://www.legnostyle.ru/catalog/inter-eri/inter-er-int1.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:05:19','2026-01-20 15:05:19','847ddf5d-b945-463a-8a61-6a288ec142db'),
(11121,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philiphax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Библио-Глобус занимает лидирующие позиции на туристическом рынке России https://akademy21.ru/courses/massage/apparatniy-massazh-tela-lpg\\r\\n  Клиентам компании доступно более 30 направлений в России, Средиземноморье, Азии, Африке, Индийском океане, странах СНГ и на Ближнем Востоке https://akademy21.ru/blog/tpost/ari4xvj6k1-chego-zhdat-chto-proishodit-kto-budet-vo\\r\\n  Онлайн-система бронирования позволяет оформить разнообразные варианты туров, среди которых экскурсионные и оздоровительные, индивидуальные и групповые, комбинированные и пакетные https://akademy21.ru/apparatniy-massazh-sferami\\r\\n  Библио-Глобус сотрудничает с 25 000 агентств и надежными поставщиками на рынке авиаперевозки: крупными российскими и иностранными компаниями https://akademy21.ru/model\\r\\n  Основные партнеры туроператора в воздушном пространстве —  https://akademy21.ru/contacts/krasnodar\\r\\n \\r\\nВелосипед Горы Заповедники Природа Трекинг Эко-туризм https://akademy21.ru/makeup_artist\\r\\n \\r\\nТуры в Китай 2024 от всех туроператоров, цены https://akademy21.ru/combinirivaniy_manicur\\r\\n \\r\\nНо у нас есть ещё много крутых предложений! \\r\\nАлександра поможет найти нужный тур https://akademy21.ru/osnovinutriciolog\\r\\n  Быстро, бесплатно, с вниманием к мелочам https://akademy21.ru/contacts/volgograd\\r\\n \\r\\nГорнолыжный отдых Горные лыжи Достопримечательности Культура и искусство Фестивали и карнавалы Храмы https://akademy21.ru/massagist_estet\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:05:59','2026-01-20 15:05:59','23c22992-240e-403a-ae38-81b418260fcf'),
(11122,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philiphax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Шанхай – крупнейший мегаполис Китая https://akademy21.ru/contacts/sochi\\r\\n  Ранее он считался одним из важнейших культурных центров, поскольку обладал завораживающей атмосферой а также своеобразным шармом, который помог завоевать городу звание  в 20-е годы прошлого века https://akademy21.ru/courses/massage\\r\\n  Если перечислить все достопримечательности Шанхая – уйдет чрезвычайно много времени, поэтому остановимся на Храме Нефритового Будды https://akademy21.ru/cosmetolog_estet\\r\\n  Название он получил из-за украшения в форме 2 статуэток Будды, вырезанных из белого Нефрита https://akademy21.ru/courses/leshmaker\\r\\n  Также посетите Царский мавзолей в Наньюэ и Шанхайскую оперу – чарующее зрелище https://akademy21.ru/courses/makeup\\r\\n \\r\\nНо каковы же причины того, что Китай так интересен туристам? Причин несколько https://akademy21.ru/courses/cosmetology\\r\\n \\r\\nSouth China Hotel https://akademy21.ru/cosmetolog_estet_sale\\r\\n \\r\\nИменно в путешествии по Китаю познается истинный вкус легендарного китайского чая  https://akademy21.ru/contacts/ussuriysk\\r\\n  Настоящего чая https://akademy21.ru/courses/massage/elektromagnitnaya-stimulyatsiya-hifem\\r\\n  Идеальная схема познания китайского чая начинается с … чайной плантации https://akademy21.ru/contacts/petropavlovsk\\r\\n \\r\\nОтдых в Китае – станет для вас не забываемым приключением, наполненным новыми эмоциями, открытиями и впечатлениями! Турфирма Россита в Санкт-Петербурге - туроператор по Китаю, предлагает туры в Китай с посещением основных туристических мест и маршрутов https://akademy21.ru/narachivabie_resnic\\r\\n  Туры в Китай и цены на них вы можете узнать на сайте или по телефону у менеджеров нашей компании https://akademy21.ru/contacts/almaty\\r\\n  Каждый из маршрутов обеспечит вам чудесный отдых и массу незабываемых впечатлений https://akademy21.ru/blog\\r\\n  Получите удовольствие от посещения Китая с агенством путешествий Россита https://akademy21.ru/master_nogtevogo_servisa\\r\\n \\r\\nК сожалению, у нас нет подходящих туров для отображения https://akademy21.ru/massagist_estet\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:05:59','2026-01-20 15:05:59','bfc2be6d-117c-4872-a538-1bf6b56152d7'),
(11123,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philiphax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заявка будет отправлена https://akademy21.ru/narachivabie_browei\\r\\n \\r\\nпо данным открытого голосования на сайте с 25 июля по 10 ноября 2014 https://akademy21.ru/contacts/moskva\\r\\n \\r\\nРасстояние от Иркутска до Москвы составляет 4204 киллометров https://akademy21.ru/master_nogtevogo_servisa\\r\\n \\r\\nДостопримечательности Животный мир Памятники истории Пляжный отдых Прогулки по городу Современная архитектура https://akademy21.ru/contacts/ulanude\\r\\n \\r\\nБыстро, бесплатно, с вниманием к мелочам https://akademy21.ru/svadebnyi_stelist\\r\\n  Просто расскажите, как хотите отдохнуть https://akademy21.ru/contacts/arhangelsk\\r\\n \\r\\nВыгодное раннее бронирование туров https://akademy21.ru/combinirivaniy_manicur\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:06:03','2026-01-20 15:06:03','85360872-e6d2-4bb1-aa8e-46b24d33a545'),
(11137,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidSNURI\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В каталоге нашего Интернет магазина Вы найдете мебель из сосны от многих известных мебельных фабрик https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-36.html\\r\\n   Фабрики мебели из массива располагаются в разных частях России и в Беларусии – это Москва и Санкт-Петербург, Остров, Раменское и Приозерск, Великие Луки, Муром и Галич, а также Петрозаводск (Карелия) https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=15\\r\\n   Каждая из фабрик изготавливающих мебель из сосны держит свой стиль в дизайне выпускаемой мебели, а также имеет свои тонкости в технологии изготовления мебели https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-20.html\\r\\n   В связи с этим, если Вы планируете купить не один предмет мебели, изготовленный из массива сосны, мы советуем купить мебель от одной фабрики, и тогда вся мебель будет однотонной и выполненной в одном стиле т https://www.legnostyle.ru/catalog/inter-eri/pt-2.html\\r\\n  е https://www.legnostyle.ru/stupeni-dlya-lestnic.html\\r\\n   будет сочетаться друг с другом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e8.html\\r\\n   Так как не каждая фабрика мебели из массива сосны производит весь ассортимент мебели для дачи, бани и дома (одни производят только комоды и шкафы, другие мягкую мебель, третьи кровати), поэтому, чтобы не терять много времени на изучение вопросы как выбрать мебель из сосны самому, мы предлагаем Вам консультацию по телефону https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-24.html\\r\\n   Также Вы сможете узнать, какая мебель рассчитана на срок эксплуатации до 20 лет, а какая может не прослужить и 5 лет https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-1.html\\r\\n \\r\\nОтличным соседом для мебели отделанной кожей являются изделия из меха https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=12\\r\\n   Не важно что это будет: пледы, подушки, коврики из шкуры убитого животного или покрывало, такой тандем сделает любой интерьер изысканным и роскошным https://www.legnostyle.ru/derevyannaya-arka.html\\r\\n     \\r\\nКитай с 1975 года смог успешно вернуть из космоса более двадцати спутников https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s18.html\\r\\n   Китайцы уверены, что технология, связанная с такими космическими аппаратам, уже доказала свою надежность https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s13.html\\r\\n \\r\\nСтильный дизайн https://www.legnostyle.ru/catalog/inter-eri/arka-a24.html\\r\\n   Элитные гарнитуры сразу привлекают внимание тщательно выверенными стилистическими решениями https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-25.html\\r\\n   Комплекты предлагаются как в классическом, так и в современном лаконичном дизайне для полного соответствия концепции интерьера https://www.legnostyle.ru/catalog/mebel/gp-7.html\\r\\n \\r\\nПочему элитная мебель из Европы - это хороший выбор? Прежде всего потому, что ее стоимость полностью оправдывается высоким качеством https://www.legnostyle.ru/catalog/kuhni/kuhna-27.html\\r\\n   Натуральные правильно обработанные материалы, профессиональная сборка и контроль на каждом этапе позволяют гарантировать, что вещь прослужит несколько десятков лет https://www.legnostyle.ru/kuhonnaya-derevyannaya-mebel.html\\r\\n   А это значит, что покупатель делает единоразовое вложение в будущий комфорт https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-17.html\\r\\n \\r\\nМебель из Германии славится на весь мир своими изысканными формами, износостойкостью и прочностью https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-38.html\\r\\n   Так что если хотите сделать свое жилье более функциональным и эргономичным, обращайтесь в нашу компанию! Мы поможем вам выбрать подходящий вариант гарнитура под ваш интерьер https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e13.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:06:32','2026-01-20 15:06:32','a2b24816-28ad-4f07-be08-00e252afee31'),
(11141,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelBaize\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"akindinkudryashov6842@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Процесс производства резервуаров https://mklider.ru/katalog/emkosti/rgsn-rezervuary-gorizontalnye-stalnye-nazemnye/rgsn-100-m3.html\\r\\n \\r\\nЧтобы ваше предприятие находилось выше других, подключите подходящий «Тариф» или добавьте наш виджет https://mklider.ru/katalog/rezervuarnoe-oborudovanie/klapany-dyhatelnye-sovmeshchennye-kds-1500150200250350500/\\r\\n \\r\\nМонтаж промышленных резервуаров и емкостей https://mklider.ru/katalog/oborudovanie-dlya-azs/klapany-otsechnye-poplavkovye-kop-80/\\r\\n \\r\\nСпектр дополнительных услуг компании «Стальные Резервуары» в Екатеринбурге https://mklider.ru/katalog/oborudovanie-dlya-azs/mufta-slivnaya-ms/\\r\\n \\r\\n\\r\\nПочему нас выбирают https://mklider.ru/katalog/emkosti/rgsn-rezervuary-gorizontalnye-stalnye-nazemnye/rgsn-75-m3.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:08:02','2026-01-20 15:08:02','f774cc8b-76b0-4796-b359-4cac4d393818'),
(11143,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidSNURI\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы дизайнер составил правильный проект, сообщите: желаемое количество ящиков, шкафчиков, дверок, полок приблизительные или точные размеры изделия (высота, ширина, глубина) цветовую гамму, в которой оформлена комната, где будет располагаться гарнитур https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i4.html\\r\\n   Проект будет составлен с учётом всех Ваших пожеланий https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i19.html\\r\\n   Мы сделаем всё, чтобы готовая продукция полностью соответствовала ожиданиям клиента https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d41.html\\r\\n \\r\\nКачество https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s20.html\\r\\n   Приобретение моделей мебели этой категории считается удачным вложением средств, так как со временем её цена не только не снижается, но зачастую даже растёт https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-22.html\\r\\n   Изделия не теряют форму, не снижают прочность, их цвета продолжают оставаться такими же сочными https://www.legnostyle.ru/catalog/mebel/scg-50.html\\r\\n   Для изготовления в большинстве случаев используются натуральные и особо ценные материалы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a24.html\\r\\n \\r\\nПо мнению сотрудников кладбища, такие переживания помогут ценить больше жизнь https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-8.html\\r\\n   Большинство посетителей кладбища считают такую идею странной,  Опубликовано 11/04/2018 - 21:48 \\r\\nДолго определялись со стилем, извела менеджеров нескольких салонов Москвы с просчетами разных вариантов, оперативнее и грамотнее всех окахались специалисты из  https://www.legnostyle.ru/catalog/mebel/komod-model-kts-26.html\\r\\n   Доставили без задержек, как и обещали, через 2 недели https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/stol-model-s-15.html\\r\\n   Собирали 2 мастера около пяти часов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p29.html\\r\\n   С собой у них куча инструмента, включая пылесос, опилки и мусор прибрали https://www.legnostyle.ru/catalog/mebel/kabinety/domasnii-kabinet-kb-2.html\\r\\n   Собрали хорошо, делали выпилы в каменной столешнице для мойки, варки и фильтра, все аккуратно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/mejkomnatnaa-dver-o16.html\\r\\n   Старую кухню вынесли, как я и просила https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p22.html\\r\\n   Спасибо! \\r\\nВнимание! Владельцы и создатели данного сайта не несут ответственность за использование ссылок и информации, представленных на этом сайте, добавленной пользователями сайта в свободной форме в виде сообщений на форуме, а так же комментариям к материалам, статьям, новостям https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p11.html\\r\\n \\r\\nЕвропейские дизайнеры отлично понимают, что мебель должна представлять собой не только произведение искусства, но и практичные предметы бытовой обстановки, делающие жизнь более комфортной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/?PAGEN_1=6\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:08:16','2026-01-20 15:08:16','751c803a-eee5-491f-a6ea-0507e5e05db7'),
(11146,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidVom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Не секрет, что когда мы возвращаемся вечером в свою квартиру после длинного рабочего дня, то сразу же возникает желание прилечь на большой комфортабельный диван и отдохнуть https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=19\\r\\n   В этом нам поможет элитная мебель из Италии, которая несомненно обеспечит нам высокий уровень комфорта https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaya-dver-e18.html\\r\\n   Помимо своей комфортабельности, элитная мебель также будет вас радовать своей безупречной красотой https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-11.html\\r\\n \\r\\nЭлитная кухня - это непревзойденное сочетание максимального удобства, функциональности и изысканного дизайна https://www.legnostyle.ru/catalog/mebel/spalni/sp-3.html\\r\\n   Пребывание на такой кухне - сплошное удовольствие, ведь даже приготовление пищи из обязанности превращается в приятное времяпрепровождение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i34.html\\r\\n   Уют и комфорт элитных кухонь от компании  создается каждой деталью - индивидуальный подход к каждому клиенту позволяет удовлетворить любые требования и пожелания https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-31.html\\r\\n \\r\\nДолго определялись со стилем, извела менеджеров нескольких салонов Москвы с просчетами разных вариантов, оперативнее и грамотнее всех окахались специалисты из  https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a2-id-986.html\\r\\n   Доставили без задержек, как и обещали, через 2 недели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a12.html\\r\\n   Собирали 2 мастера около пяти часов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=15\\r\\n   С собой у них куча инструмента, включая пылесос, опилки и мусор прибрали https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-23.html\\r\\n   Собрали хорошо, делали выпилы в каменной столешнице для мойки, варки и фильтра, все аккуратно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=19\\r\\n   Старую кухню вынесли, как я и просила https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/dver-i7.html\\r\\n   Спасибо! \\r\\nДольше, чем мы ожидали, с выбранной тканью довольно дорого вышло https://www.legnostyle.ru/catalog/inter-eri/s42.html\\r\\n   Но, конечно, не дороже, чем купить новую подобную мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/peregorodka-model-a-25.html\\r\\n   В любом случае все сделано достойно https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=12\\r\\n \\r\\nОзнакомившись с представленным на сайте материалом, заказать выбранную мебель можно в салонах компании , где профессиональные дизайнеры-консультанты предоставят подробную информацию обо всех интересующих вас изделиях и помогут решить самые нестандартные задачи по оформлению интерьера https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a3.html\\r\\n \\r\\nВысококачественное обслуживание https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-21.html\\r\\n   Мы уважительно относимся к каждому покупателю и с удовольствием поможем подобрать подходящую немецкую мебель, исходя из личных предпочтений клиента https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-8.html\\r\\n   Постоянно проводим мониторинг качества изготовления продукции, чтобы предлагать покупателям только лучшие модели https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/mebel-dla-biblioteki-b-12.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:09:42','2026-01-20 15:09:42','c7b3c3a5-2e3f-4fa7-b635-02c8d6e12ac6'),
(11166,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidVom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Информационный портал о Китае https://www.legnostyle.ru/catalog/mebel/gp-4.html\\r\\n   Ежедневные новости Китая, события и происшествия сегодня, интересные статьи, познавательные обзоры, фото и описание городов Китая, история государства \\r\\nВы сможете заменить тип ткани, выбрать материал интересующей цветовой гаммы, увеличить размер спинки, изменить количество составных элементов https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=4\\r\\n   Отреставрированные мягкое кресло, кушетка, стулья, диван снова будут радовать взгляд и служить изысканным украшением интерьера https://www.legnostyle.ru/nadejnaya-dver.html\\r\\n \\r\\nОбращаем Ваше внимание на то, что данный интернет-сайт носит исключительно информационно-ориентировочный характер и не является публичной офертой, определяемой положениями Статьи 437 Гражданского кодекса РФ https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p2.html\\r\\n \\r\\nСамой элитной корпусной мебелью для кабинета руководителя является мебель из дерева https://www.legnostyle.ru/catalog/mebel/scg-11.html\\r\\n   Она изысканна, привлекательна, а главное соответствует строгому дизайну интерьера, который необходим коммерческому помещению https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=18\\r\\n   Приоритетными являются предметы интерьера из ценных пород https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-9.html\\r\\n   Дорогие материалы гарантируют, что мебель не потеряет привлекательного внешнего вида даже через много лет https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=19\\r\\n \\r\\nТорговые операции с КНР приобретают огромный размах https://www.legnostyle.ru/catalog/mebel/scg-57.html\\r\\n   При этом при доставке грузов из Поднебесной приходится соблюдать большое число формальностей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i11.html\\r\\n   Чтобы ввезти товар из Поднебесной в \\r\\nЭксклюзивная мебель по индивидуальным заказам производится из долговечных и высококачественных материалов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i1.html\\r\\n   Красивые и оригинальные изделия украшают интерьер и создают непередаваемую атмосферу домашнего уюта и комфорта https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-gp-10.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:11:21','2026-01-20 15:11:21','a5e3ac3c-6d70-4fa7-b868-ddb1ab422adf'),
(11167,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alybiofs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"webmasterandrey777@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"С„СѓС‚Р±РѕР»СЊРЅС‹Рµ РјР°С‚С‡Рё </a>\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:11:29','2026-01-20 15:11:29','3ff829a9-5610-4756-9136-48e11b74f5a1'),
(11181,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertpek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Трубы PN10 идут на холодное водоснабжение, PN 16 на центральное отопление, горячее и холодное водоснабжение температурой не более + 60°С, PN 20 и PN 25 универсальные трубы, температура теплоносителя может достигать + 95°С https://deneb-spb.ru/\\r\\n \\r\\n· отопления: классического с радиаторами или теплого пола; · водоснабжения: горячего, холодного; · вентиляции, климатических систем; · мелиорации, полива, орошения в садоводстве, фермерском или сельском хозяйстве; · производственных, технологических линий на, химических, других предприятиях; \\r\\n© ООО «Сантехмарт», 2006–2025 https://deneb-spb.ru/truby-pn-10-i-pn-20\\r\\n \\r\\nФирма «Вариант-А» осуществляет прямые поставки труб и фитингов из полипропилена PPR (Polypropilen RandomCopolymer) производства компаний «SPK» (Турция) и «РосТурПласт» (Россия). \\r\\nДоступна продукция нескольких известных брендов: «Pro Aqua», «FIRAT», «Kalde», «Giacomini», «Ekoplastik», «Политэк» https://deneb-spb.ru/zaglushki\\r\\n  Представлены модели разных типоразмеров – диаметров, толщины стенок https://deneb-spb.ru/krany-latunnye-rezbovye\\r\\n \\r\\nПо запросу 20 687 https://deneb-spb.ru/filtry-i-obratnye-klapany\\r\\n 92 https://deneb-spb.ru/mufty-kombinirovannye\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:12:44','2026-01-20 15:12:44','b802ad3b-2d78-4ba6-9912-088d6fda987a'),
(11187,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelElalt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Цена: 13 https://kapio.ru/katalog/byitovaya-ximiya/universalnyie-sredstva/universalnoe-chistjashhee-sredstvo-universal-cleaner-flakon-600-ml-grass-2/\\r\\n 25 р https://kapio.ru/katalog/mopyi/\\r\\n \\r\\nПокупателям Акции Каталог Оплата Возврат товара Программа лояльности Онлайн кредитование Бренды О нас Бренд Сатурн Карьера в компании Раскрытие информации Пользовательское соглашение Отзывы о компании Правила применения рекомендательных технологий Политика обработки персональных данных Контакты Заказать обратный звонок Чат с консультантом Отправить сообщение 8 495 223 60 00 8 800 100 21 12 Аккаунт Профиль Заказы Черновики заказов Сравнение Избранное Услуги Доставка Расчет доставки Разгрузка и подъем Резка и распил Колеровка красок Строительный калькулятор Магазины Молодцова ул., 14 Кирпичные Выемки ул., 7c1 https://kapio.ru/katalog/byitovaya-ximiya/pyatnovyivoditeli-i-otbelivateli/\\r\\n \\r\\nБолее 4000 просмотров в день https://kapio.ru/katalog/filter/obem-180/\\r\\n \\r\\nМешки для строительного мусора https://kapio.ru/katalog/xozyajstvennyij-inventar/flaunderyi-i-ramki-dlya-mopov/shhetka-sovok-komplekt-len/\\r\\n \\r\\nТранспортные средства в наличии, их приблизительная вместимость и стоимость доставки по удаленности https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-metallicheskix-poverxnostej/help-sredstvo-dlja-nerzhavejushhej-stali-500g/\\r\\n \\r\\nКомпания «Ромашка» является лидером по производству пакетов для мусора, стрейч пленки и пакетов-майка в Москве и области https://kapio.ru/katalog/byitovaya-ximiya/dezinficziruyushhie-sredstva/nika-universal-sredstvo-dlja-mytja-poverhnostej-polov-s-antibakt-jeffektom-citrus-1l/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:13:28','2026-01-20 15:13:28','fcc6f2ff-bac1-4fde-bd3e-4d5ddd8c0e8e'),
(11191,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidflady\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Поспешите заказать перетяжку в Москве недорого и в качественном исполнении! На все работы у нас установлены доступные цены за счет того, что мы сотрудничаем напрямую с производителями фурнитуры и отделочных материалов для различных мебельных конструкций https://www.legnostyle.ru/catalog/mebel/spalni/sp-1.html\\r\\n \\r\\nЭксклюзивная мебель по индивидуальным заказам производится из долговечных и высококачественных материалов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-15.html\\r\\n   Красивые и оригинальные изделия украшают интерьер и создают непередаваемую атмосферу домашнего уюта и комфорта https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-31.html\\r\\n \\r\\nСтильные и респектабельные кабинеты руководителя — это статусная продукция VIP класса, которую приобретают руководители топ менеджеров высшего звена https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/?PAGEN_1=3\\r\\n   Рабочие места и помещения первых лиц, оснащенные продукцией из Италии или Испании, подчеркнет высокий уровень компании и статус её руководства https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d18.html\\r\\n \\r\\nЧеловек, впервые столкнувшийся с манерой поведения китайцев в быту, часто бывает обескуражен https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d2.html\\r\\n   Тоже происходит и во время деловых переговоров https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/?PAGEN_1=2\\r\\n   Вам следует \\r\\nВ текущем году всесторонние отношения и стратегическое партнерство между двумя странами продолжат углублённо развивать https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-o20.html\\r\\n   Ожидается много важных международных событий https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/\\r\\n   Об этом \\r\\nБелая итальянская кухня служит отличным примером роскошного интерьера, и поэтому данный стиль в оформлении кухонного убранства нашел отклик и у российского покупателя https://www.legnostyle.ru/derevyannye-naruzhnye-lestnicy.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:15:35','2026-01-20 15:15:35','0fe5caf0-18af-4e03-83fa-6e9b0fb10e8b'),
(11204,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TyroneGoark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Внешне материал мало отличается от натуральной кожи https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-luvr/\\r\\n  И на ощупь он такой же мягкий и приятный https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/modulnyie-divanyi/divan-modulnyij,-malta-velvet-lux-41/\\r\\n  Принципиальное отличие в составе https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-1,-velvet-lux-92/\\r\\n  Приставка «эко» говорит о том, что при создании материала не пострадало ни одно животное https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-luvr/\\r\\n  Ткань состоит из двух слоев: первый — основа из 100% хлопка, второй — полимер https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/modulnyie-divanyi/divan-modulnyij-«lyuks»/\\r\\n \\r\\nДаже практичная и неприхотливая обивка периодически нуждается во внимании https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/\\r\\n  Роскошный диван или дорогое кресло для ресторана прослужат дольше, если своевременно и главное правильно ухаживать за ними https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-«ameli-3»/\\r\\n  Рассказываем, как именно: \\r\\nКак купить? Как забрать? Как доставить? Какие сроки? Как оплатить? Как смонтировать? Что означает термин \\\"Минимальный заказ\\\"? \\r\\nКомпания «Кеплид Хорека» занимается изготовлением мягкой мебели для кафе и ресторанов на заказ https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-«fortobello»/\\r\\n  Если вы задумались над тем, каким образом обставить собственное заведение, уже определились со стилем, но не выбрали мягкую мебель, обращайтесь к профессионалам «Кеплид Хорека» https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«edvard»/\\r\\n  Компания «Кеплид Хорека» много лет специализируется на производстве мебели высокого качества, которую используют для создания обстановки фудкорта, ресторана, кафе, бара https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/hilton,-rogozhka-35/\\r\\n  Мы предлагаем клиентам богатейший ассортимент моделей мягкой мебели, которая нужным образом вольется в интерьер вашего заведения, дополнит его, сделает законченным https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/stulya/?page=2\\r\\n  По заказу покупателя мы изготовим диваны, кресла, низкие и высокие https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-chester-2/\\r\\n  Мы учтем все ваши пожелания, поможем определиться со стилем и внешним видом предметов интерьера https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«chester-prem»/\\r\\n  Нам доверяют тысячи покупателей из разных уголков нашей страны https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-1,-rogozhka-13/\\r\\n  Компания «Кеплид Хорека» имеет собственное производство, поэтому мы гарантируем разнообразие вариантов мягкой мебели, среди которых вы обязательно найдете подходящие модели для собственного заведения https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/sofas/saxara-(korichnevyij-i-bezhevyij)/\\r\\n \\r\\nСмотреть товары по группам https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-soft/\\r\\n \\r\\nПриоритетная тенденция https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/atlant-art-00002/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:15:57','2026-01-20 15:15:57','94295820-196d-4d52-b86f-1ad3961a4d22'),
(11214,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottRed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Дизайн интерьера современной квартиры может разрабатываться либо в каком-нибудь , либо в смешанном https://olga-filippova.ru/interior_appartment\\r\\n  На сегодняшний день одним из самых популярных стилей интерьера является рококо, который отличается богатством убранства и огромным количество безделушек https://olga-filippova.ru/blog\\r\\n \\r\\nКто-то может сказать, что того же эффекта легко достичь с помощью других глубоких оттенков, но мы рекомендуем вам просто попробовать использовать черный – и посмотреть, что получится https://olga-filippova.ru/blog\\r\\n \\r\\nС момента возникновения дизайн интерьера предполагал работу не только над убранством помещения, но и над его эргономикой https://olga-filippova.ru/office_interior\\r\\n  С появлением конвейерной сборки и промышленного производства дизайн интерьера получил широчайшее распространение https://olga-filippova.ru/smi\\r\\n \\r\\nДля начало нужно провести  квартиры и определить, где будет общая зона, а где – приватная территория https://olga-filippova.ru/horeca\\r\\n  В небольшой квартире можно разделить пространство, например, многоярусными полками до потолка или изящным узким шкафом https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\\r\\n  За полочками будет находиться кровать, а вся остальная площадь будет считаться местом для приема гостей https://olga-filippova.ru/portfolio-2\\r\\n \\r\\nЗачастую мы узнаем об ошибках планировки слишком поздно, так почему бы сперва не создать виртуальный план комнаты и избежать необходимости передвигать мебель с места на место, ошибаясь снова и снова в попытках создать подходящую планировку? \\r\\nОбъекты с разветвленной пространственной структурой требуют не только функционального и эстетического, но и стилистически единого интерьерного решения https://olga-filippova.ru/blog\\r\\n  Подобные помещения дизайн интерьера, как правило, ориентирует на комплексные крупные мебельные коллекции единого производителя или сочетанные коллекции в рамках одной — двух мебельных фабрик https://olga-filippova.ru/office_interior\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:16:59','2026-01-20 15:16:59','703821e4-225e-4d87-981d-f1f01ec4c8b1'),
(11227,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Vincentbiase\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ЗАМЕНА ДИСКОВ ТОРМОЗНЫХ ЗАДНИХ И КОЛОДОК https://dialdrive.ru/katalizator\\r\\n \\r\\nИз всех перечисленных только профилактический ремонт авто можно проводить своими руками без угрозы для его работоспособности https://dialdrive.ru/katalizator\\r\\n  Но даже замена масла в том же двигателе с полной его промывкой – дело хлопотное и грязное, поэтому доверить его рекомендуется профессионалам https://dialdrive.ru/dvs\\r\\n \\r\\nПлановое техническое обслуживание и ремонт автомобилей отечественных и импортных производителей (европейских, американские, корейских, китайских); Диагностика и обслуживание систем впрыска и электрооборудования; Компьютерная диагностика; Ремонт ЭБУ; Диагностика и сброс ошибок ЭБУ; Ремонт/замена датчиков,стартеров,генераторов; Ремонт электропроводки; Установка дополнительного оборудования; Запчасти в наличии и под заказ; Удаление вмятин без покраски https://dialdrive.ru/\\r\\n \\r\\nАвтомобили бизнес класса, кроссоверы, представительского класса, микроавтобусы, внедорожники 3*-4* Виды услуг R14-R15 R16 R17 R18 R19 R20 R21 R22-23 Снятие и установка колеса 1-го колеса 240 240 270 330 360 420 480 510 Монтаж-Демонтаж 1-го колеса 450 480 600 630 780 900 1020 1050 Балансировка 1-го колеса 360 390 540 630 720 810 900 900 Сезонная смена шин (снятие-установка колеса на а/м, монтаж-демонтаж, балансировка, грузики (до 60гр https://dialdrive.ru/\\r\\n  на колесо) Комплексная замена шин 4 шт 4200 4440 5640 6360 7440 8520 9600 9840 https://dialdrive.ru/\\r\\n \\r\\nЗАМЕНА МАСЛА В КПП АВТОМАТИЧЕСКОЙ БЕЗ ФИЛЬТРА АКПП https://dialdrive.ru/katalizator\\r\\n \\r\\nДобрый день , отличный сервис , сделали машину , во первых быстро , во вторых качественно , за что им огромное спасибо после ремонта даже машину домой пригнали , очень доволен их отношением к людям , рекомендую всем с любыми проблемами обращаться именно к ним , еще раз огромное спасибо https://dialdrive.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:17:08','2026-01-20 15:17:08','3c1029b0-c9d7-42e5-8460-b7d16df0069c'),
(11228,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EmanuelDow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"При проведении компьютерной диагностики разборка мотора не требуется http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n  Агрегат подключается к специализированному компьютеру и с помощью сканера выявляются неисправности в функционировании всех узлов двигателя http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  Однако обычные сканеры далеко не всегда определяют все неполадки http://dmalmotors.ru/remont-starterov.html\\r\\n  Чтобы диагностика была качественной и всеобъемлющей, наши специалисты применяют лицензированное программное обеспечение и специальные сканеры от фирмы Ауди http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Такая диагностика двигателя Ауди позволяет получить следующую информацию: \\r\\nПосле полной разборки и очистки ДВС проводится его дефектовка, то есть специалисты определяют степень износа отдельных элементов, проверяют БЦ и ГБЦ на предмет наличия трещин и других дефектов, промеряют цилиндры, измеряют зазоры, оценивают выработку и т http://dmalmotors.ru/diagnostika-inzhektora.html\\r\\n д http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  Конечной целью является оценка состояния и замер всех сопряженных и других элементов, после чего осуществляется сравнение имеющихся размеров с заводскими допусками http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n \\r\\nУсовершенствование современных двигателей зависит от количества денежных средств их владельцев http://dmalmotors.ru/remont-avtoelektriki.html\\r\\n  Как правило, в конструкции моторов уже предусмотрено наличие дополнительных вариантов тюнинга http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n \\r\\nВыполните ремонт радиатора двигателя http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n  Вместо болта вставьте в него краник для слива http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Промойте водой или спецсоставом, продуйте с двух сторон http://dmalmotors.ru/remont-avtoelektriki.html\\r\\n  Если протекает одна трубка, заварите её http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n \\r\\nВынув талью мотор, продолжите его разборку http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  Вплоть до пустого блока цилиндров http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n  Снимите крышки, звездочки и цепь ГРМ http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  Освободите коленвал от шатунов, выньте их вместе с поршням осмотрите вкладыши, потертости шеек – их придется покупать http://dmalmotors.ru/remont-sistemy-okhlazhdeniya.html\\r\\n  Скорее всего, понадобится ремонт опоры двигателя, которая страдает от ухабов,  и вибрации http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n \\r\\nТугое вращение вала электродвигателя может быть вызвано: неверной посадкой подшипника качения на вал (малый круговой зазор), недостаточной расшабровкой втулки либо вкладыша подшипника скольжения, наличием в подшипнике опилок, грязищи, засохшего масла, перекосами вала, обработкой вала либо корпуса, не соответственной посадке, увеличенным трением кожаных либо войлочных уплотнений о вал http://dmalmotors.ru/remont-generatorov.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:17:08','2026-01-20 15:17:08','add3d574-65a6-4e9c-983b-f7153fcf2119'),
(11231,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidflady\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Первоклассные кухни, выполненные в данном стиле, отличаются необходимой функциональностью, простотой и богатством конфигураций, зависящих от планировки помещения или личных предпочтений https://www.legnostyle.ru/catalog/mebel/kts-5.html\\r\\n   Подход к проектированию кухонь подобного стиля допускает определенную свободу (иногда даже сочетая несочетаемое), что предполагает возможность изготовления мебели по особому заказу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o19.html\\r\\n \\r\\nВ Китае масса самых разнообразных достопримечательностей, которые каждый год привлекают на территорию страны миллионы туристов со всего мира https://www.legnostyle.ru/catalog/inter-eri/peregorodka-model-a9.html\\r\\n   И одной из таких достопримечательностей является китайская \\r\\nНе наслаждайтесь явно комплиментом Некоторые туристы попадают в неоднозначную ситуацию, когда поблагодарив китайца, например, за вкусный обед, в ответ слышит, что на самом деле еда \\r\\n- Гарантия качества и сроков исполнения заказов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p11.html\\r\\n   Компания Абрис заботится о том, чтобы Вы остались довольны покупкой и обслуживанием наших специалистов https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-5.html\\r\\n \\r\\nОзнакомьтесь с каталогом элитных кухонь, фото которых соответствуют реальности https://www.legnostyle.ru/catalog/kuhni/?PAGEN_1=3\\r\\n   Если у Вас есть вопросы, свяжитесь с нами по телефонам, указанным на сайте, или напишите на электронную почту https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/?PAGEN_1=2\\r\\n   Наши специалисты рады помочь Вам с покупкой элитных кухонь https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p33.html\\r\\n \\r\\nНаш Интернет магазин – удовлетворит любого покупателя своим ассортиментом и приемлемыми ценами, мы можем предложить мебель из сосны под любой бюджет https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-3.html\\r\\n   У нас в ассортименте как дешевая мебель из сосны, так и дорогая элитная мебель высокого качества https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/?PAGEN_1=6\\r\\n   Полный ассортимент мебели – это более 1500 тысяч наименований https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e8.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:17:35','2026-01-20 15:17:35','3976a5a7-e9f8-4b07-86b9-9290340ae6d7'),
(11242,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelHat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"СанЭпидемСтанция проводит мероприятия по улучшению качества жизни населения и санитарного состояния объектов https://dez-spasatel.ru/actions/skidka-15-dlya-lgotnykh-kategoriy-grazhdan/\\r\\n  В список наших работ входят: \\r\\nСеверный округ https://dez-spasatel.ru/dezinfekciya/virusy/\\r\\n \\r\\nПодробнее о СЭС НМАО https://dez-spasatel.ru/dezinfekciya/podezdy/\\r\\n \\r\\nРабота на современном, мощном оборудовании https://dez-spasatel.ru/articles/dezinfektsiya/kak-pravilno-provodit-obrabotku-borshchevika-gerbitsidami/\\r\\n \\r\\nСеверный округ https://dez-spasatel.ru/articles/tarakany/pomogaet-li-bornaya-kislota-ot-tarakanov/\\r\\n \\r\\n?? Время обработки: До 1 часа ?? Гарантия: До 6 месяцев ?? Скидка на вторую услугу: До 50% ?? Работы по договору: Да https://dez-spasatel.ru/unichtozhenie-zapakhov/zapakh-trupa/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:19:36','2026-01-20 15:19:36','7abdd8f7-d6d7-4871-9ca5-098f1ab96819'),
(11251,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottCax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Также важный элемент для правильного и гармоничного дизайна интерьера https://olga-filippova.ru/blog\\r\\n  Отличный выбор массивных ярких гардин в сочетании с лёгкой, пастельных оттенков, тюлью https://olga-filippova.ru/uslugi_seny\\r\\n \\r\\nВне зависимости от того, где вы учились, кем были, нужно четко определить гамму стилей, близких лично вам, чтобы затем работать именно в этих направлениях https://olga-filippova.ru/fitness-spa\\r\\n \\r\\nЕсли вы любите красочность – найдите способ привнести в интерьер ваши любимые цвета с помощью диванных подушек или съемных обоев https://olga-filippova.ru/interery-fasad\\r\\n  Если вы немало путешествовали, выставите на всеобщее обозрение фотографии, которые вы делали в пути или вещи, которые вам удалось приобрести или найти во время путешествия https://olga-filippova.ru/interior_appartment\\r\\n  Если вы питаете особую любовь к жирафам, разместите на полу коврик или купите обитые тканью стулья с соответствующим принтом https://olga-filippova.ru/smi\\r\\n \\r\\n\\r\\nКак вы можете видеть из трех приведенных примеров – красят все https://olga-filippova.ru/interery-fasad\\r\\n  Бетонный пол, деревянный и даже керамическую плитку https://olga-filippova.ru/shop\\r\\n  Если плитка не глянцевая, думаю, краска может продержаться достаточно долго https://olga-filippova.ru/office_interior\\r\\n \\r\\nВ карьере дизайнера есть не только престиж и интересные проекты, но и масса трудностей, о которых узнают не из книг, а уже на практике https://olga-filippova.ru/fitness-spa\\r\\n  Самые главные из них таковы \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:22:19','2026-01-20 15:22:19','de3cb2de-e723-4da4-9d95-d1e5dea5a05b'),
(11252,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidleate\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Аксессуары для мебели тоже не обходятся без отделки их кожей https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-38.html\\r\\n    или шкафа, абажуры для настольных ламп и светильников на потолке, пепельницы, дверные ручки - все это также может быть отделано кожей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e11.html\\r\\n    \\r\\nМебель из Италии во все времена считалась роскошью, достойной избранных – ее можно было увидеть только в салонах знатных особ https://www.legnostyle.ru/catalog/mebel/sp-7.html\\r\\n   Итальянская мебель – это кропотливая работа мастеров и художников Ломбардии, Тосканы и Венеции, поколения которых создавали давние художественно-ремесленные традиции https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i31.html\\r\\n   Современные мебельные бренды Италии, известные далеко за пределами страны, являются частью итальянской промышленной истории – их корни уходят в старинные семейные предприятия ХІХ века https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=20\\r\\n    знаменита своим изысканным дизайном, практичностью и функциональностью https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a37.html\\r\\n   Итальянская мебельная индустрия занимает лидирующие места в мировом мебельном дизайне и производстве https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-7.html\\r\\n   Однако сегодня мебель из Италии становится все более доступной потребителю https://www.legnostyle.ru/catalog/mebel/kabinety/\\r\\n \\r\\nВ 1998 году на мебельном рынке появилась Компания  изготовлена по заказу компании итальянскими мебельными фабриками https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=5\\r\\n \\r\\nЗаказать мебель из распространённого дерева, а затем шпонировать его дорогими породами https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=7\\r\\n   Не стоит цели заткнуть кого-то за пояс или продемонстрировать уровень своего достатка https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-17.html\\r\\n   Попросту дорогие породы дерева гораздо привлекательнее внешне, и с ними общий дизайн помещения приобретает более привлекательный внешний вид https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o12.html\\r\\n \\r\\nПри выборе средств декора делового помещения дизайнеры часто отдают предпочтение мебели из дорогого дерева, произрастающего в России https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i12.html\\r\\n   Она дешевле, чем продукция из редких пород, но смотрятся предметы интерьера так же отлично https://www.legnostyle.ru/catalog/mebel/komod-model-kts-22.html\\r\\n   Вся современная мебель пропитывается особыми средствами, которые предотвращают гниение и нападение вредителей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/model-i33.html\\r\\n \\r\\nФабрика, известная исключительно новаторским подходом в итальянском дизайне https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=19\\r\\n   Предлагает огромное количество решений https://www.legnostyle.ru/catalog/mebel/scg-16.html\\r\\n   Предпочитает использовать только самые высокотехнологичные и натуральные материалы https://www.legnostyle.ru/catalog/mebel/b-8.html\\r\\n   Продукция отличается неизменным качеством и передовым, современным дизайном https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a10.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:22:56','2026-01-20 15:22:56','afd450ca-576f-4506-9d57-e049f0bfab48'),
(11268,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenRow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ультратонкий материал https://www.ndt-club.com/product-680-kabeli-dlya-rentgenovskih-apparatov-icm.htm\\r\\n  Если толщина измеряемого материала меньше нижнего предела измерений прибора, измерения будут проведены с погрешностью https://www.ndt-club.com/product-952-chehol-d2.htm\\r\\n  При необходимости минимальное предельное значение толщины может быть измерено путем сравнения образцов https://www.ndt-club.com/product-385-d4-tolshinomer-pokritii-na-magnitnom-osnovanii-0-5000-mkm.htm\\r\\n  При измерении чрезвычайно тонких материалов иногда происходит ошибка, называемая , при этом измеренное значение выше фактического https://www.ndt-club.com/produkcija-240-rentgenflyorescentnie-analizatori.htm\\r\\n  Чтобы избежать таких ошибок, повторите проверку измерения ультратонкого материала https://www.ndt-club.com/product-801-teplovizor-hikmicro-b20.htm\\r\\n \\r\\nНе стоит покупать дешевые варианты тестера https://www.ndt-club.com/news-23.htm\\r\\n  Они не имеют правильного диапазона настроек https://www.ndt-club.com/product-162-tvr-a-tverdomer-shora-tip-a-durometr-model-yniversal-dlya-rezini-i-myagkih-plastmass.htm\\r\\n  И как результат на различных автомобилях могут давать ошибочные результаты, поскольку настроены на определенную толщину лакокрасочного покрытия https://www.ndt-club.com/product-608-yk1410-yltrazvykovoi-tester.htm\\r\\n  Дополнительные советы по использованию толщиномера: \\r\\nРазмещенная на сайте информация – рекламный материал и не является публичной офертой https://www.ndt-club.com/product-979-avm-yf-40p-yltrafioletovaya-lampa.htm\\r\\n  Изготовитель оставляет за собой право менять цену, внешний вид, характеристики и комплектацию приборов https://www.ndt-club.com/proizvoditeli-16-ndt-club.htm\\r\\n  Уточняйте подробную информацию перед заказом https://www.ndt-club.com/product-923-ars-n-avtomaticheskaya-proyavochnaya-mashina.htm\\r\\n \\r\\n\\r\\n— неправильное или некорректное название прибора: измеритель преобразователь датчик толщины, трубный толщинометр, толщино-мер, стенкомер, индикатор, сенсор, детектор, регистратор, регулятор, измеритель, анализатор, прибор контроля и и прочие ошибки в названии прибора https://www.ndt-club.com/product-952-chehol-d2.htm\\r\\n  https://www.ndt-club.com/fotogalereya-18.htm\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:25:33','2026-01-20 15:25:33','9c7d6e92-3cd7-4eaa-abdd-9da72cb00407'),
(11298,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottWhopy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как раскрыть в себе талант интерьерного дизайнера? И действительно ли эту профессию можно освоить в любом возрасте, не поступая в вуз? Где можно получить ценные базовые знания и собрать клиентскую базу? На все эти вопросы Квартблог дает подробные ответы в сегодняшней статье https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\\r\\n \\r\\nТо есть традиционно дизайнер должен знать основы проектирования, декорирования, интерьерные стили, виды отделочных материалов, основы менеджмента (управления проектами) https://olga-filippova.ru/office_interior\\r\\n \\r\\n\\r\\nДля того, чтобы ваши затраты покрылись вам понадобится около года https://olga-filippova.ru/portfolio-2\\r\\n  Но при условии, что в месяц вы будете реализовывать примерно 4 проекта https://olga-filippova.ru/kontakts\\r\\n  Т https://olga-filippova.ru/interior_appartment\\r\\n е https://olga-filippova.ru/horeca\\r\\n  месячный доход будет не менее 200 т https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\\r\\n р https://olga-filippova.ru/interior_appartment\\r\\n  После года работы, вы будете пожинать плоды своих усилий https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\\r\\n \\r\\nДополнительным решением для дизайна квартиры однокомнатной является выбор интерьера светлых тонов с визуально облегченными формами и контурами https://olga-filippova.ru/interery-fasad\\r\\n  Подобная мебель форматно расширяет помещение, изменяя визуально-сенситивное восприятие https://olga-filippova.ru/shop\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:27:01','2026-01-20 15:27:01','6a7028d9-8810-4f84-89e4-cc3abc213d8a'),
(11300,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charleslom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"woodbpurne1983@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Технология ГНБ-прокола https://gnbureni-e.ru/index.html\\r\\n \\r\\nПроцесс ГНБ делится на три этапа: \\r\\nВспомогательный инструмент https://gnbureni-e.ru/\\r\\n  Для организации ГНБ бурения технология нуждается в приспособлениях, помогающих продавливать (прокалывать) грунт https://gnbureni-e.ru/горизонтальное-бурение.html\\r\\n  Это разнообразные расширители, штанги, мотопомпа, удаляющая буровой раствор https://gnbureni-e.ru/прокол-под-дорогой.html\\r\\n \\r\\nНа первой стадии проходится пилотная скважина, которая задается в соответствии с ранее разработанной документацией https://gnbureni-e.ru/горизонтальное-бурение.html\\r\\n \\r\\nПри ГНБ в траншею могут укладываться как пластиковые, так и стальные трубы https://gnbureni-e.ru/горизонтальное-бурение.html\\r\\n  Первые могут фиксироваться под углом, в то время, как вторые – только по прямой траектории https://gnbureni-e.ru/index.html\\r\\n  Это позволяет применять полипропиленовые трубы в траншеях под водоёмами https://gnbureni-e.ru/index.html\\r\\n \\r\\nГНБ Горизонтальное бурениеОказываем услуги по бестраншейной укладке коммуникаций методом ГНБ https://gnbureni-e.ru/горизонтальное-бурение.html\\r\\n  Прокладываем без нарушения благоустройстваБЕЗ ПОСРЕДНИКОВ! СВОЯ СПЕЦТЕХНИКА- Трубы водопровода- Газопровод-  https://gnbureni-e.ru/прокол-под-дорогой.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:27:28','2026-01-20 15:27:28','9551528a-3a04-47fe-94aa-a7c263f90b2f'),
(11338,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidboync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"При изготовлении мебели мы используем только качественные и натуральные материалы, такие как: ценные породы древесины, искусственный и натуральный камень, сертифицированные ДСП и МДФ https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p6.html\\r\\n \\r\\nПри создании современного и уютного интерьера в квартире или коттедже главную роль играет мебель https://www.legnostyle.ru/catalog/mebel/scg-3.html\\r\\n   Она регулирует степень комфорта и позволяет владельцу полноценно отдыхать после тяжелого трудового дня https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p1.html\\r\\n \\r\\nСовременные тенденции показали нам, что элитная мебель из дерева стоит дорого, но зато она выполнена полностью из натурального экологически чистого дерева и имеет очень много преимуществ перед другими материалами https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o12.html\\r\\n   Такая мебель обеспечит нам комфорт, будет очень удобной и многофункциональной, и, будет иметь неповторимый дизайн https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/dver-i22.html\\r\\n   Все эти свойства вместила в себя элитная мебель из дерева https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-15.html\\r\\n   Такая мебель великолепно вписывается в любой роскошный интерьер, и, безусловно, будет выглядеть дорого, выделяя ваш изысканный вкус https://www.legnostyle.ru/dostavka_oplata/\\r\\n \\r\\nКак правило, элитная дорогая респектабельная мебель изготовлена из ценных пород древесины, умело и искусно обработанной настоящими профессионалами https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a4.html\\r\\n   На международном мебельном рынке есть много предложений мебели премиум класса, но, если вам хочется приобрести лучшее, стоит обратиться к итальянским производителям https://www.legnostyle.ru/catalog/mebel/kabinety/kb-25.html\\r\\n   Итальянская элитная мебель выпускается в содружестве с лучшими мировыми дизайнерскими мастерскими https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-13.html\\r\\n   Красота итальянских гарнитуров, например, мебельных коллекций для гостиных, неподражаема и неповторима https://www.legnostyle.ru/derevyannye-ploschadki.html\\r\\n   А умение итальянских краснодеревщиков работать с благородными древесными породами оттачивалось веками https://www.legnostyle.ru/catalog/mebel/d1-12.html\\r\\n \\r\\nЭлитная немецкая и итальянская мебель в Барнауле https://www.legnostyle.ru/catalog/mebel/gp-8.html\\r\\n   Кухни, спальни, прихожие и гардеробные - вся мебель спланирована таким образом, чтобы легко реализовать творческие задумки в интерьере дома, с учётом особенностей жилья https://www.legnostyle.ru/odnomarshevye-lestnicy.html\\r\\n \\r\\nВ Китае выращивают свыше 70% от общего мирового объёма производства съедобных грибов https://www.legnostyle.ru/dver-dlya-vannoi.html\\r\\n   Об этом сообщили на пресс-конференции в Пекине, посвященной Международной ярмарке грибов, которая запланирована \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:31:36','2026-01-20 15:31:36','823821c3-5825-468c-a591-06f1c9ef87d2'),
(11355,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidboync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Эксклюзивный представитель элитной мебели, изготовленный в итальянской мастерской, неизменно сочетает в себе дорогие материалы, ручную работу, долговечность и надежность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d24.html\\r\\n   Отличия между продукцией различных фабрик может заключаться в привлечении к разработке новых моделей известных дизайнеров или уникальным подходом к обеспечению контроля качества https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p9.html\\r\\n   Так, фабрика BUSATTO предлагает мебель, изготовленную в лучших традициях прошлых лет, а мебель от BAMAX или ARCA выполнена в великолепном стиле, соединяющем тепло настоящего дерева и строгую выразительность форм https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=13\\r\\n \\r\\nВыбор материалы для производства кухонь такого класса широк: массив дерева ценных и экзотических пород, нержавеющая сталь, закаленное стекло и др https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a5.html\\r\\n   Технологии, используемые при производстве, гарантируют не только исключительный внешний вид, но и надежность https://www.legnostyle.ru/catalog/dveri/iz-massiva/?PAGEN_1=7\\r\\n \\r\\nОзнакомьтесь с каталогом элитных кухонь, фото которых соответствуют реальности https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-scg-41.html\\r\\n   Если у Вас есть вопросы, свяжитесь с нами по телефонам, указанным на сайте, или напишите на электронную почту https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=18\\r\\n   Наши специалисты рады помочь Вам с покупкой элитных кухонь https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-35.html\\r\\n \\r\\nНе стоит забывать о том, что на элитной кухне должна располагаться элитная сантехника https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e27.html\\r\\n   Но какой бы дорогой и качественной она не была, трубы всегда стараются скрыть, так как они никоим образом не могут быть вписаны в интерьер помещения (если только Вы не выбрали в качестве стиля Стимпанк) https://www.legnostyle.ru/catalog/inter-eri/s39.html\\r\\n \\r\\nДекоративное покрытие выцветает, появляются пятна и потертости, деформируются элементы конструкции https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/\\r\\n   Только качественно выполненная реставрация поможет вернуть первозданное великолепие изделий https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=10\\r\\n \\r\\nИтак, прежде чем делать мебель на заказ, интересуйтесь о ее качестве https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-7.html\\r\\n   Мебель показывает ваши статус, состояние, вкус https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a-30.html\\r\\n   Кроме того, стиль меблировки, который Вы избрали сможет помочь организовать индивидуальные особенности вашей обстановки и необходимую атмосферу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvijnaa-dver-rd-2.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:33:12','2026-01-20 15:33:12','ccc94d05-a33b-4067-91d5-507ec1cc5bcc'),
(11362,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldFumma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Хорошую гостиницу в Геленджике можно выбрать по отзывам, которые оставляли ранее проживавшие в гостиницах гости https://rich-house.su/about/\\r\\n  Самые востребованные объекты размещения по мнению постояльцев: Отель Оскар, Метрополь Гранд Отель Геленджик, Отель Центральный и другие https://rich-house.su/services/\\r\\n \\r\\nСукко (113 отелей) \\r\\nАдрес: г https://rich-house.su/restaurants/\\r\\n  Геленджик, с https://rich-house.su/restaurants/\\r\\n  Кабардинка, ул https://rich-house.su/services/\\r\\n  Спортивная, д https://rich-house.su/photos/\\r\\n  6А Пляж: собственный, мелкогалечный, 350 м Питание: Ultra All Inclusive Цена: от 5700 руб/сутки https://rich-house.su/photos/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/about/\\r\\n \\r\\nОтзывы https://rich-house.su/restaurants/\\r\\n \\r\\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/rooms/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:37:38','2026-01-20 15:37:38','bb72db54-107f-4f2b-8af8-39877acb00f3'),
(11363,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Martina Knotts\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"knotts.martina12@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Martina Knotts\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning,\\r\\n\\r\\nAre you ready for Top-notch Online Casino Excitement?\\r\\nhttps://moveto.short.gy/3606\\r\\n\\r\\nThis casino boasts 5,250 top-tier games and industry-leading bonuses. With a generous welcome offer for newcomers and ongoing promotions for regulars, players can enjoy extended gaming sessions and increased winnings.\\r\\n\\r\\nGrab Your Exclusive Bonus: Sign Up Today!\\r\\nhttps://moveto.short.gy/3606\\r\\n\\r\\nJackpot Awaits: Dive into Our Casino Games and Win Big!\\r\\n\\r\\nMartina\\r\\n\\r\\n------- Do you like Country Music ? -------\\r\\nTurn up your cardio with Country Workout Party Songs — fuel your run, gym session, and every move with high-energy country hits\\r\\nhttps://moveto.short.gy/3620\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:38:45','2026-01-20 15:38:45','58a8f935-6229-41fb-ace2-3aba728762be'),
(11364,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickbione\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Добрый день, всегда покупали паштет из печени, продукт нравился, но последний раз, купили 8 апреля 2022 г https://oookors.ru/product/chupa-chups-mini-blok-100-sht/\\r\\n  Отвраиительный паштет, консистенция совсем не такая как раньше, доьавоено много того, чего там просто раньше не было https://oookors.ru/product/garret-ananas-04-l-st-20-sht/\\r\\n  И обьем щначительно уменьшили, просто недолив порядка 1 см https://oookors.ru/product/mister-lis-yabloko-043-l-st-20-sht/\\r\\n  Фото есть, могу прислать https://oookors.ru/product/azerchaj-zelenyj-25-pak-upak-24-sht/\\r\\n  Очень разочарованы, больше никогда не куплю https://oookors.ru/product/ryazanskoe-myagkoe-045-l-20-sht/\\r\\n \\r\\nЛот №41: Питьевая вода 1л https://oookors.ru/product/dobryj-apelsin-fanta-033-l-zh-b-12-sht/\\r\\n \\r\\nПартнеры, проверенные временем https://oookors.ru/product/hs-shampun-2v1-mentol-p-perh-400ml/\\r\\n \\r\\nОптовые поставщики предлагают своим покупателям большой выбор товаров: \\r\\nПоставка продуктов питания на дом https://oookors.ru/product/mentos-54-gr-vinograd-banka-blok-6-sht/\\r\\n \\r\\nДобро пожаловать в наш сервис! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:38:45','2026-01-20 15:38:45','fdba95d1-714e-4559-b72d-fbbed107078a'),
(11365,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenn@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Grande Prairie Health and Rehabilitation Center\\r\\n\\r\\nGoogle now lets customers text businesses like Grande Prairie Health and Rehabilitation Center directly from their Google Business Profile.\\r\\n\\r\\nLast month alone, businesses like yours missed 10–20 real customer inquiries simply because no one replied fast enough — especially after hours.\\r\\nGetDandy connects an AI agent directly to your Google profile that:\\r\\n\\r\\nReplies to texts instantly, 24/7\\r\\nAnswers questions\\r\\nBooks appointments automatically\\r\\n\\r\\nIf someone texts and gets no response, they move on to one of your competitors.\\r\\nWant to see how many messages Grande Prairie Health and Rehabilitation Center is missing? Click here to grab a time on my calendar and I’ll show you: Schedule a Call Here: getdandy.com/sms-to-gbp/\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O\'Brien | Director of Operations\\r\\nGetDandy\\r\\ngetdandy.com/sms-to-gbp/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@grandeprairiecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:39:33','2026-01-20 15:39:33','4704aa22-186c-40db-be9d-5483eb6af573'),
(11366,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephVap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Подсыпка на могилу — способ поднять место захоронения, если могила просела, или улучшить внешний вид участка https://www.kovanie-ogrady.ru/catalog/pamyatniki/pamyatnik-iz-granita-pv-13/\\r\\n  Материал — недорогая альтернатива стяжке, мраморной крошке, тротуарной плитке, гранитному полу https://www.kovanie-ogrady.ru/catalog/vertikalnye/granitnyy-pamyatnik-pv-39/\\r\\n  Песок имеет эстетичный внешний вид, делает захоронение более заметным https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/?PAGEN_2=6\\r\\n \\r\\n4 https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitnyy-pamyatnik-pg-47/\\r\\n  Дренажные системы https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitniy-pamyatnik-pg-17/\\r\\n \\r\\nПамятник на могилу в виде сердца для девочки https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pg-27/\\r\\n \\r\\nИмперии гранита предлагает следующие услуги по благоустройству могил в Москве: \\r\\nКак обустроить могилу, чтобы не росла трава? Специалисты мастерской \\\"Постамент https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/pamyatnik-iz-granita-pv-21/\\r\\n ру\\\" по ритуальному благоустройству предлагают простые и эффективные решения: \\r\\nБыстрая доставка на любое кладбище Москвы и Московской области https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pg-27/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:40:14','2026-01-20 15:40:14','2b90308c-dc88-4cd3-a7bd-af2559907f05'),
(11367,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldExiff\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"© Интеркомплект , 2006—2025 https://kupefurnitur.ru/catalog\\r\\n \\r\\nМы гарантируем нашим оптовым заказчикам: \\r\\nПриглашаем оптовых покупателей приобрести фурнитуру для мебели в компании FURNiMAX https://kupefurnitur.ru/catalog\\r\\n \\r\\nМы регулярно пополняем ассортимент товаров последними новинками от мировых производителей, что наверняка представляет интерес для тех, кто желает быть в курсе последних тенденций в мире мебельного дизайна https://kupefurnitur.ru/catalog\\r\\n  Купить фурнитуру для мебели в розницу и оптом от группы компаний МЕКО легко и просто с помощью интернет-магазина или в филиалах в Москве, Санкт-Петербурге, Пятигорске и Краснодаре, а также у наших партнеров по всей России, Беларуси и Казахстане https://kupefurnitur.ru/price\\r\\n \\r\\nВот тут-то и приходит на помощь фурнитура https://kupefurnitur.ru/price\\r\\n  И происходит чудо https://kupefurnitur.ru/contact\\r\\n  Множество ненужных вещей превращаются в необычайно удобные и полезные предметы интерьера, без которых уже невозможно представить себе жизнь современного человека https://kupefurnitur.ru/contact\\r\\n  Можно ли представить себе интерьер помещения без шкафов, диванов, кресел, не говоря уже о таких важных предметах, как столы и стулья? Мебельная фурнитура позволяет не только создавать удобную и практичную мебель, — все эти, казалось бы, мелочи влияют на эстетическое восприятие https://kupefurnitur.ru/onas\\r\\n  Теперь мебелью пользоваться не только удобно, но ещё и приятно https://kupefurnitur.ru/contact\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:40:19','2026-01-20 15:40:19','85d3d838-ec7d-4518-89b9-9ba44bbba753'),
(11368,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Отели с удобствами https://rich-house.su/booking/\\r\\n \\r\\n384 отзыва https://rich-house.su/services/\\r\\n \\r\\nДо Черного моря 707 м https://rich-house.su/services/\\r\\n \\r\\n? Геленджик ? Завтрак включён https://rich-house.su/contacts/\\r\\n \\r\\nЗавтрак Wi-Fi https://rich-house.su/contacts/\\r\\n \\r\\nПроведите отдых в одном из лучших отелей, где Вы можете посещать спа-процедуры, отдыхать в барах и кафе, загорать на пляже и купаться в чистом море, а также – заниматься спортом https://rich-house.su/booking/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:41:33','2026-01-20 15:41:33','dabc7ff1-ea4b-4412-8680-7a21604898b2'),
(11369,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccphillipsburg.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:44:32','2026-01-20 15:44:32','b563163f-ef4f-4e64-80ca-350d39d11c16'),
(11370,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephbut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Благоустройство неразрывно связано с установкой или ремонтом надгробного памятника https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pv-30/\\r\\n  Monument-Service https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/?PAGEN_2=5\\r\\n ru предлагает: \\r\\nБлагоустройство могил на кладбище в г https://www.kovanie-ogrady.ru/catalog/pamyatniki-s-krestom/granitnyy-pamyatnik-pr-33/\\r\\n  Москва — это профессиональный уход за захоронениями: очистка территории, посадка цветов, установка и замена памятников, оград, укладка плитки и ремонтные работы с использованием качественных материалов, чтобы дорогое вашему сердцу место памяти всегда оставалось достойным и ухоженным, даже если вы далеко https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pr-21/\\r\\n \\r\\nблагоустройство захоронения https://www.kovanie-ogrady.ru/catalog/granitnye-kompleksy-s-kovanymi-vstavkami/kompleks-panteon/\\r\\n \\r\\nУстановка гранитного цоколя – 85 600 рублей https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/?PAGEN_2=4\\r\\n \\r\\nОнлайн-заявка на сайте https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pv-33/\\r\\n \\r\\nВостряковское кладбище https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-k-9/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:45:34','2026-01-20 15:45:34','d3633917-50bc-43e6-bb61-61579326b382'),
(11371,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldknold\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\n\\r\\nРасчет веса двери Расчет веса двери в зависимости от материала, толщины, ширины и высоты для выбора раздвижной системы для шкафа-купе https://kupefurnitur.ru/contact\\r\\n \\r\\nОпт 1: 89 https://kupefurnitur.ru/catalog\\r\\n 50р https://kupefurnitur.ru/\\r\\n \\r\\n\\r\\n-Доставка в пределах МКАД для ОПТОВЫХ заказов свыше 40000 рублей бесплатная, при доставке за МКАД до 5 км минимальная сумма заказа для бесплатной доставки должна быть 50000 рублей https://kupefurnitur.ru/catalog\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:45:35','2026-01-20 15:45:35','dc003f7a-d9c4-437d-b61d-44d646929964'),
(11372,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephWrach\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Идеи для обустройства памятного участка https://www.kovanie-ogrady.ru/catalog/tsokoli/granitnyy-tsokol-ts-20/\\r\\n \\r\\nКак оформить заказ https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-44/\\r\\n \\r\\nБлагоустройство могил в Москве и Московской области: полный спектр услуг и товаров https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pg-17/\\r\\n \\r\\nОграда на могиле служит не только символом увековечивания памяти, но и обозначает территорию уважения и почтения к покойному https://www.kovanie-ogrady.ru/catalog/pamyatniki-strogoj-formy/granitnyy-pamyatnik-pg-10/\\r\\n  Наша команда предложит различные варианты ограды, которые отлично дополнят общий облик могилы и создадут атмосферу умиротворения и уважения https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitnyy-pamyatnik-pg-45/\\r\\n \\r\\nПолное благоустройство захоронения включает несколько ключевых компонентов, каждый из которых играет важную роль в сохранении и оформлении места захоронения https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pv-27/\\r\\n \\r\\nМогут существовать специальные правила или рекомендации, регулирующие уборку и очистку мест захоронения, например, ограничения на тип используемых чистящих средств или правила ухода за растительностью https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pv-26/\\r\\n  Ritual https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pv-36/\\r\\n ru знаком с этими правилами и может обеспечить их соблюдение при предоставлении своих услуг https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-34/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:56:17','2026-01-20 15:56:17','bad6ba8a-6adf-4b77-8f91-e4358be5f477'),
(11373,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertpipsy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Прывітанне, я хацеў даведацца Ваш прайс.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:56:20','2026-01-20 15:56:20','d0e3b68f-eedd-4158-bd9f-c3a73c185cde'),
(11374,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRhymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заказывали закуски для фуршета на день рождения https://shcherbinins.ru/aboutus\\r\\n  Все было на высшем уровне: сначала помогли с выбором - терпеливо ответили на все вопросы и подстроились под наш график, всегда были на связи https://shcherbinins.ru/aboutus\\r\\n  Доставка - минута в минуту, красиво упаковано, соус для салата - в индивидуальных стильных капсулах; всё свежайшее и очень вкусное, порции большие! Благодарю Кулинарную студию (Food Embassy) Юлии Высоцкой за профессионализм, пунктуальность и изумительно вкусную еду (наш повар - Матвей)! Получили массу положительных эмоций https://shcherbinins.ru/uslugy\\r\\n  Всем рекомендую обращаться именно к ним! \\r\\nПодбери меню под свой формат https://shcherbinins.ru/uslugy\\r\\n \\r\\nПакет S Стоимость: 1 000 руб/персона Входит в стоимость: Логистика Аренда оборудования, текстиля, сервировки Обслуживание мероприятия *Заказ от 30 000 руб https://shcherbinins.ru/menu\\r\\n  Заказать фуршет https://shcherbinins.ru/uslugy\\r\\n \\r\\nЛегкий фуршетный сет на 15-20 персон https://shcherbinins.ru/\\r\\n \\r\\nВячеслав 1 мая 2025 https://shcherbinins.ru/uslugy\\r\\n \\r\\nУслуги службы кейтеринга «Мосфуршет» \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:56:33','2026-01-20 15:56:33','b8bc337d-bad6-4582-9ea4-ce1249091d58'),
(11375,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRhymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Напитки – от 100 рублей https://shcherbinins.ru/menu\\r\\n \\r\\nПопулярный фуршетный сет c мини-бургерами на 20-25 персон https://shcherbinins.ru/uslugy\\r\\n \\r\\nОригинальное оформление создает атмосферу праздника и обеспечивает уникальность вашего мероприятия https://shcherbinins.ru/contacts\\r\\n  Мы выезжаем на место проведения заранее, чтобы потом продумать каждую деталь до мелочей, включая удобную расстановку столов и сервировку, которая должна сочетаться с общей стилистикой и цветовой гаммой https://shcherbinins.ru/contacts\\r\\n \\r\\nТимур , благодарю Вас и Надежду ! Мне столько о ней положительных эмоций сегодня сказали, что она очень профессионально отработала и с душой ! Спасибо  https://shcherbinins.ru/\\r\\n \\r\\n980 руб./чел https://shcherbinins.ru/aboutus\\r\\n \\r\\nЛегкий фуршетный сет на 15-20 персон https://shcherbinins.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:56:33','2026-01-20 15:56:33','30670e5d-d71b-4da2-ba6a-4a2955f09e70'),
(11376,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRhymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы составляем расчёт и Привозим дегустационный сет https://shcherbinins.ru/\\r\\n \\r\\nхолодные закуски (ассорти — мясные, сырные, овощные); салаты (традиционные и авторские); горячие закуски (жюльены, спринг-роллы, фрикасе и пр.); основные блюда (из мяса или рыбы, дополненные гарнирами); изысканные десерты, свежие фрукты, выпечку; разливные напитки https://shcherbinins.ru/aboutus\\r\\n \\r\\nЭто был лучший день в моей жизни! Мы устроили свадьбу прямо на лесной опушке нашего дачного поселка и кейтеринг справился! Легкие закусочки, никаких тяжелых блюд https://shcherbinins.ru/\\r\\n  Роллы, брускетты, тарталетки - гости танцевали всю ночь https://shcherbinins.ru/menu\\r\\n  Муж говорит что выбор был идеальный https://shcherbinins.ru/\\r\\n  Спасибо за незабываемый день и за то что нам не пришлось возиться с угощением в день свадьбы! \\r\\nАндрей 8 мая 2025 https://shcherbinins.ru/uslugy\\r\\n \\r\\nПример меню для кейтеринга https://shcherbinins.ru/\\r\\n \\r\\nБургер-бум на 10 персон https://shcherbinins.ru/contacts\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 15:56:34','2026-01-20 15:56:34','6ee614d1-5eba-4c68-8306-65295f4f7d44'),
(11392,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertSen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Kaixo, zure prezioa jakin nahi nuen.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:00:21','2026-01-20 16:00:21','62d6642c-9728-4b89-a828-8a2c020c04b6'),
(11393,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Curtis Delong\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"curtis.delong54@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Curtis Delong\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\n\\r\\nWant your offer to reach real businesses without relying on luck?  \\r\\nContact form blasting sends your message directly through website contact forms — fast, targeted, and impossible to miss.\\r\\n\\r\\nNo algorithms deciding your fate. No bidding wars. No waiting for traffic.  \\r\\nJust guaranteed delivery straight to the inboxes companies check every day.\\r\\n\\r\\nWhether you’re promoting a service, launching something new, booking calls, or generating leads, contact form blasting gives you the reach you’ve been missing.\\r\\n\\r\\nIf this message reached you, imagine what your message can do when it’s delivered across thousands — or millions — of websites.\\r\\n\\r\\nStart your campaign at **contactpageads.com** and get your offer seen.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmilfordmanor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmilfordmanor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:02:07','2026-01-20 16:02:07','10c99663-a9eb-4674-bea9-c0303f272005'),
(11397,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickfer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Купить Рисовые снеки Юки-но Ядо 172 г от 310 ? от Джей-Маркет https://oookors.ru/product/nivea-dez-pearlbeauty-sp-150ml/\\r\\n \\r\\nмы на рынке уже более 25 лет и завоевали репутацию надежного и проверенного поставщика товаров, более 3000 тыс https://oookors.ru/product/colg-palmol-gel-men-sport-d-dusha-750ml/\\r\\n  товарных позиций в каталоге, ассортимент постоянно пополняется новинками, эксклюзивные контракты с фирмами-производителями товаров премиум-класса, поставщик популярных торговых сетей и магазинов в России, Казахстане, Беларуси, гибкие условия сотрудничества – персональные предложения, бонусы и скидки, склады в Москве и Санкт-Петербурге – для удобства самовывоза https://oookors.ru/product/stella-40-044-l-st-20-sht/\\r\\n \\r\\n\\r\\nЧем полезно оливковое масло https://oookors.ru/product/palm-gel-kr-natur-mal-pion-d-dusha-750ml/\\r\\n \\r\\nТеперь вам больше не нужно сравнивать цены и ассортимент у разных производителей или искать продукты по нескольким площадкам https://oookors.ru/product/nivea-a-per-fresh-cherry-150ml/\\r\\n  На B2B https://oookors.ru/product/nivea-voda-soothing-micz-d-l-gl-gub-200ml/\\r\\n TRADE вы можете выбрать наиболе выгодные условия поставки и заказать любые продукты оптом https://oookors.ru/product/baunti-minis-ananas-8-kg-upak/\\r\\n  Наши поставщики постоянно обновляют ассортимент и добавляют в него новые товарные позиции (на данный момент их уже 41688 ). \\r\\nЗаказать продукты питания у оптового поставщика в Москве и Московской области Вы можете по телефону +7 (499) 372-00-05 или направив письмо по адресу zakaz@allfs https://oookors.ru/product/bref-sred-chist-sila-akt-ok-br-d-un-2h50g/\\r\\n ru https://oookors.ru/product/zhigulevskoe-gost-05-l-st-12-sht/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:06:08','2026-01-20 16:06:08','edb110d6-7106-434f-9f0a-08b8e958b7a6'),
(11400,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michaelswills2022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Greetings, Mr./Ms., \\r\\n \\r\\nI’m Michael Williams from an investment consultancy. We connect clients globally with low interest loans to help achieve your goals. Whether for personal, business or project funding, we collaborate with reputable investors to turn your proposals into reality. Share your business plan and executive summary with us at: michael.williams@lotusfinconsults.com to explore funding options. \\r\\n \\r\\nSincerely, Michael Williams \\r\\nSenior Financial Consultant \\r\\nhttp://www.lotusfinanceconsults.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:07:57','2026-01-20 16:07:57','55e9c7fa-3158-40d5-841a-8ca11566c55e'),
(11406,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeGag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Xin chào, tôi muốn biết giá của bạn.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:11:55','2026-01-20 16:11:55','e2d270dc-cbfb-4abe-9867-1809823fa656'),
(11409,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Virtual Assistants\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\n\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\n\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\n\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\\\\\"yes\\\\\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\n\\r\\nJanice Sanders\\r\\n\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:13:29','2026-01-20 16:13:29','7d7717d7-53c6-4c08-8a59-8f91f3f99d5f'),
(11412,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccorangepark.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:21:15','2026-01-20 16:21:15','03e4bf2b-b152-427c-b1b5-42014d8145e4'),
(11413,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelSow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Добрый день https://shcherbinins.ru/uslugy\\r\\n  Хочу выразить благодарность за организацию вчерашнего мероприятия https://shcherbinins.ru/\\r\\n  Еда была вкусна, официанты внимательны, все было качественно и достойно, спасибо https://shcherbinins.ru/contacts\\r\\n \\r\\nЛегкий фуршетный сет на 15-20 персон https://shcherbinins.ru/aboutus\\r\\n \\r\\nПрофессиональная команда https://shcherbinins.ru/uslugy\\r\\n \\r\\nКрасочное оформление фуршетной линии с разнообразными закусками, чтобы гости остались довольны https://shcherbinins.ru/\\r\\n \\r\\nЭто был лучший день в моей жизни! Мы устроили свадьбу прямо на лесной опушке нашего дачного поселка и кейтеринг справился! Легкие закусочки, никаких тяжелых блюд https://shcherbinins.ru/uslugy\\r\\n  Роллы, брускетты, тарталетки - гости танцевали всю ночь https://shcherbinins.ru/aboutus\\r\\n  Муж говорит что выбор был идеальный https://shcherbinins.ru/contacts\\r\\n  Спасибо за незабываемый день и за то что нам не пришлось возиться с угощением в день свадьбы! \\r\\nТехническая организация https://shcherbinins.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:21:58','2026-01-20 16:21:58','86464530-a21e-4987-a69e-5174eeb17319'),
(11416,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgeabave\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, kam dashur të di çmimin tuaj\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:29:42','2026-01-20 16:29:42','7dd7679c-760b-4292-9b8a-a2850a48dbd5'),
(11420,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeGep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sveiki, aš norėjau sužinoti jūsų kainą.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:31:19','2026-01-20 16:31:19','529d4268-00f6-4d3a-9989-04e119bba7bf'),
(11422,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Latoryagrant\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"latoryagrant@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Just have a question about the hiring position that is available.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://staging.mycompletecare.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:45:56','2026-01-20 16:45:56','420474f8-63da-4406-b523-a89657e49beb'),
(11424,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ivy Bungori \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"19ivyb61@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4109240057\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[11425],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cccorsicahills.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cccorsicahills.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:47:47','2026-01-20 16:47:47','3a359527-1cdc-44d2-ac8b-deee09d4bdda'),
(11426,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tyronenak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Преобрели диван Роттердам Velvet Olivet в подарок на дачу https://divanlogia.ru/catalog/krovati-i-paneli/krovat-dzheni/\\r\\n  Остались очень довольны покупкой, диван качественно сделан и создает в доме уютную обстановку! При выборе дивана порадовал большой асортимент выбора цветов и материала! Рекомендую данный магазин и уже присмотрели себе кровать https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/parizh-art-00006/\\r\\n \\r\\nБез подушек https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«chester-premium»/\\r\\n \\r\\nМеханизм трансформации https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-3/\\r\\n \\r\\nмаксимально выгодные условия сотрудничества для стимуляции развития дилерской сети; оперативные поставки в любую точку России; регулярное обновление и актуализация коллекций; высокое качество предлагаемой продукции https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/feniks-art-00013/\\r\\n \\r\\nПастельные тона https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/?page=5\\r\\n \\r\\nДля кафе, в которое гости приходят в компании с домашними любимцами, велюровая обивка станет удачным выбором https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan/\\r\\n  В отличие от рогожки, ей не страшны острые коготки питомцев https://divanlogia.ru/sales/?page=9\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:52:10','2026-01-20 16:52:10','39d32d11-c8d1-459a-9eea-fe6d63f1cdec'),
(11427,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AlyAlorp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"webmasterandrey777@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<a >РјРѕС‚РѕСЂ С‚РѕРјСЃРє С„СѓС‚Р±РѕР»\\t</a>\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 16:54:23','2026-01-20 16:54:23','47d1ab47-eb2e-4a54-9836-95f10c4a5926'),
(11436,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldGew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Объект проверен https://rich-house.su/restaurants/\\r\\n \\r\\nОбъект проверен https://rich-house.su/restaurants/\\r\\n \\r\\n164 отзыва https://rich-house.su/restaurants/\\r\\n \\r\\nМини-отели Геленджика https://rich-house.su/photos/\\r\\n \\r\\nДо центра 600 м https://rich-house.su/contacts/\\r\\n \\r\\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/services/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:17:22','2026-01-20 17:17:22','b8144a4a-6b4d-44f2-93f2-42047950cfe4'),
(11437,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldGew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"До Черного моря 666 м https://rich-house.su/\\r\\n \\r\\nБронируйте гостиницы Геленджика, цены на номера от 1 000 рублей https://rich-house.su/restaurants/\\r\\n  Выбирайте подходящий отель из 855 объектов в Геленджике со скидками до 55% на основе реальных фото и 35 148 отзывов гостей https://rich-house.su/\\r\\n \\r\\nОльгинка (93 отеля) \\r\\nОтели Сочи «Всё Включено» \\r\\nГеленджик, ул https://rich-house.su/\\r\\n  Горная, д https://rich-house.su/services/\\r\\n  15а https://rich-house.su/services/\\r\\n \\r\\n1 https://rich-house.su/contacts/\\r\\n 6 км от центра Геленджик https://rich-house.su/about/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:17:23','2026-01-20 17:17:23','4635b75c-2b38-4670-bc82-0ba77ff261e3'),
(11438,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldGew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Лазаревское (563 отеля) \\r\\nГеленджик, ул https://rich-house.su/rooms/\\r\\n  Колхозная, 38 https://rich-house.su/services/\\r\\n \\r\\nГеленджик, ул https://rich-house.su/\\r\\n  Советская, д https://rich-house.su/about/\\r\\n  15, 1463 км трассы М-4 https://rich-house.su/restaurants/\\r\\n \\r\\nБесплатная отмена https://rich-house.su/\\r\\n \\r\\nот 4 550 руб https://rich-house.su/\\r\\n  за человека в сутки https://rich-house.su/services/\\r\\n \\r\\nОтели по ценам https://rich-house.su/about/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:17:28','2026-01-20 17:17:28','85e22a53-7223-4c08-8e43-367c7ca5d7b2'),
(11439,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TyroneMib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наш интернет-магазин является официальным партнером мебельной фабрики Sheffilton – лидера рынка современной бюджетной мебели для дачи, квартиры, офиса, а также сегмента HoReCa https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«bentli»/\\r\\n  Мы предлагаем красивые и надежные столы, кресла, стулья для вашего заведения по ценам от производителя https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/?page=2\\r\\n \\r\\nстолы на разное количество персон; стулья (в том числе барные); диваны (классические, угловые, трансформеры, канапе); кресла (с наполнителем или без него); другие виды мягкой мебели и аксессуары (пуфы, банкетки, подушки для диванов). \\r\\nСовременная мебель для кафе, ресторана или бара как в готовом виде, так и под заказ по индивидуальному дизайну от производителя \\\"Барная Линия\\\". Наш 15 летний опыт – это ваша гарантия качества и долговечности мебели для общепита https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/?page=7\\r\\n  В штате только профессионалы своего дела-дизайнеры, мебельщики, которые спроектируют и создадут интерьер заведения вашей мечты! \\r\\nПодходит для ежедневного сна https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/\\r\\n \\r\\nПолучите консультацию специалиста в течении 15-и минут! \\r\\nМассив, металл https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/stulya/stul-malta-6/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:18:23','2026-01-20 17:18:23','dca1e999-9eb5-4960-a168-fa99692a18dd'),
(11446,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gene Gumbs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ggumbs@sbcglobal.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We are looking for a place for my aunt for long-term care. I was wondering if you have openings and if you accept Medicaid patients, We are in the process of applying for that now. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:22:44','2026-01-20 17:22:44','1f5447ed-a200-4e2c-bc04-e75487ea9153'),
(11447,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccmarcella.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:23:27','2026-01-20 17:23:27','fac4aed5-5076-44ec-b77e-bf51381f6848'),
(11450,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dymnindity\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cargo888.cn@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продажа грузовых шин и шин для легковых автомобилей оптом по ценам производителя с НДС! \\r\\n<a >Опт продажа шин</a> - ASIANCATALOG \\r\\nРассрочка платежа, НДС, Маркировка шин \\\"ЧЗ\\\", Сертификаты ЕАС \\r\\nМы заинтересованы в сотрудничестве!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:27:54','2026-01-20 17:27:54','60200399-4ac3-42e2-8892-0a79b5478ebb'),
(11452,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldhidlY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"897 https://rich-house.su/contacts/\\r\\n 6 м от центра Геленджик https://rich-house.su/booking/\\r\\n \\r\\nДо Черного моря 836 м https://rich-house.su/\\r\\n \\r\\nДиапазон цен в гостиницах и отелях Геленджика https://rich-house.su/contacts/\\r\\n \\r\\nГостевой дом https://rich-house.su/restaurants/\\r\\n \\r\\nпоказать Типы объектов https://rich-house.su/about/\\r\\n \\r\\nДо центра 600 м https://rich-house.su/services/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:28:49','2026-01-20 17:28:49','7e350190-0d9c-4e73-8fea-8428ff48d3c0'),
(11453,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldhidlY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Геленджик, ул https://rich-house.su/rooms/\\r\\n  Сурикова, д https://rich-house.su/photos/\\r\\n  16 https://rich-house.su/restaurants/\\r\\n \\r\\nОтели в Геленджике все включено – это шанс провести время с удовольствием и насладиться отдыхом в хорошем месте https://rich-house.su/photos/\\r\\n  Отправляясь в отпуск семьей, обратите внимание на 4-хзвездочный отель Alean Family Resort & Spa Biarritz, который предлагает вам вариант заселения по системе All inclusive https://rich-house.su/contacts/\\r\\n  Вас ждет: \\r\\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/photos/\\r\\n \\r\\nСочи (1 228 отелей) \\r\\nВитязево (534 отеля) \\r\\nГеленджик, ул https://rich-house.su/restaurants/\\r\\n  Херсонская, д https://rich-house.su/about/\\r\\n  48 https://rich-house.su/photos/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:28:50','2026-01-20 17:28:50','0610ae8f-0dd6-4efd-a18b-00aafc11d4b0'),
(11454,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldhidlY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Введите даты, чтобы увидеть актуальные цены https://rich-house.su/about/\\r\\n \\r\\nЛазаревское (563 отеля) \\r\\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/about/\\r\\n \\r\\nДо центра 1000 м https://rich-house.su/contacts/\\r\\n \\r\\nОтдых в Alean Family Resort & Spa Biarritz https://rich-house.su/rooms/\\r\\n \\r\\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/rooms/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:28:51','2026-01-20 17:28:51','8ac03d9c-01aa-475f-af40-3ade3d2abd24'),
(11460,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelmar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы составляем расчёт и Привозим дегустационный сет https://shcherbinins.ru/aboutus\\r\\n \\r\\n685 руб./чел https://shcherbinins.ru/\\r\\n \\r\\nУслуги службы кейтеринга «Мосфуршет» \\r\\nКачество продуктов https://shcherbinins.ru/contacts\\r\\n \\r\\nКорпоратив на природе для 100 человек https://shcherbinins.ru/\\r\\n \\r\\nКоммуникация https://shcherbinins.ru/aboutus\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:30:14','2026-01-20 17:30:14','4f457d3a-6625-4718-a438-ccf2bbc88768'),
(11461,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelmar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стрит-фуд вечеринка на крыше Art play https://shcherbinins.ru/aboutus\\r\\n \\r\\nСытное фуршетное разнообразное меню на 26-28 персон https://shcherbinins.ru/menu\\r\\n \\r\\nАндрей 8 мая 2025 https://shcherbinins.ru/aboutus\\r\\n \\r\\nПрезентация новой модели телефона Alcatel для 400 гостей https://shcherbinins.ru/\\r\\n \\r\\nДрузья! Дальше будет долгий и восторженный отзыв! Для ленивых: Все было на уровне: вкусно, чисто, красиво, ответственно! Спасибо всей команде Young catering и лично Михаилу, менеджеру компании! Кто хочет читать много, пишу: Отмечала День Рождения, 15 приглашенных, помещение без кухни и бара, ну, вот такой у меня каприз был! Нет кухни - \\\"да\\\" кейтерингу!:))) Мероприятие маленькое, смета скромная:)) Обратилась в 3 компании, все разные, одна мне давала в \\\"подарок\\\" шоколадный фонтан, но объявила 6000 https://shcherbinins.ru/contacts\\r\\n  рублей за доставку https://shcherbinins.ru/aboutus\\r\\n  В общем, самые приемлемые для меня условия оказались в компании YС https://shcherbinins.ru/aboutus\\r\\n  Расскажу про все плюсы моего выбора: Во-первых, оперативность https://shcherbinins.ru/menu\\r\\n  Общение с менеджером происходило по эл https://shcherbinins.ru/aboutus\\r\\n  почте, но со скоростью вотсапа, ответить мне на сообщение в 7 утра, в воскресенье - нет проблем! Удобно! Во-вторых, ответственность https://shcherbinins.ru/\\r\\n  Просто невиданная мною, доселе https://shcherbinins.ru/aboutus\\r\\n  Михаил решил смотреть помещение https://shcherbinins.ru/menu\\r\\n  Вот, что его смотреть, думала я, но Михаил хотел сам оценить масштаб бедствия https://shcherbinins.ru/contacts\\r\\n  Ок! Помещение работает в субботу, в 22-00, нет проблем, Михаил готов приехать! Чудеса! Нет? Обсудили на месте все нюансы, по рукам ударили, заключили договор https://shcherbinins.ru/uslugy\\r\\n  Далее, привезли свою посуду и приборы, хотя посуда была на объекте, но Михаил сказал, что они решили взять свою, чтоб не переживать https://shcherbinins.ru/aboutus\\r\\n  Думаете, за такое решение меня попросили \\\"добавить\\\"? Нет! Чудеса на виражах! Ответственность, уровень \\\"Бог\\\". Когда, в конце мероприятия, я вдруг обнаружила стопочку ланч боксов, когда встал вопрос о том, что как-то нужно забрать оставшуюся еду, у меня просто слеза выкатилась от умиления и благодарности! В-третьих, но не по значению, чистота и аккуратность https://shcherbinins.ru/menu\\r\\n  Все в спец одежде, фартуках, Боже, все в перчатках https://shcherbinins.ru/menu\\r\\n  Еда в контейнерах, пакетиках, все упаковано https://shcherbinins.ru/\\r\\n  Все горячее, свежее, вкусное https://shcherbinins.ru/uslugy\\r\\n  Стол смотрелся просто классно! Стильная посуда, стильная еда… Все хвалили салат с раковыми шейками, не знаю, я - вегетарианка, ничьих шеек не ем, ничего не могу сказать! То, что кушала я - было вкусно! Были еще подарки, услуги, за которые другиеконторы хотели денег, не буду рассказывать дабы всем не повадно было, но были;))))) очень приятно мне! В четвертых, честность и порядочность https://shcherbinins.ru/contacts\\r\\n  Вдруг, Михаил мне пишет, что нашел ошибку в смете и я должна на несколько тысяч рублей меньше! Чудеса! Я бы и не даже не заметила https://shcherbinins.ru/aboutus\\r\\n  В общем, если я опять решу отмечать день рождения в поле, то только с Young Catering! \\r\\nОрганизация кейтеринга в Москве https://shcherbinins.ru/uslugy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:30:15','2026-01-20 17:30:15','59a604c8-f45a-4c0a-a780-fd3fb17c0338'),
(11462,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelmar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В чем основные преимущества сервиса? \\r\\nЗаказывали закуски для фуршета на день рождения https://shcherbinins.ru/menu\\r\\n  Все было на высшем уровне: сначала помогли с выбором - терпеливо ответили на все вопросы и подстроились под наш график, всегда были на связи https://shcherbinins.ru/menu\\r\\n  Доставка - минута в минуту, красиво упаковано, соус для салата - в индивидуальных стильных капсулах; всё свежайшее и очень вкусное, порции большие! Благодарю Кулинарную студию (Food Embassy) Юлии Высоцкой за профессионализм, пунктуальность и изумительно вкусную еду (наш повар - Матвей)! Получили массу положительных эмоций https://shcherbinins.ru/menu\\r\\n  Всем рекомендую обращаться именно к ним! \\r\\nСеть салонов оптик «ВижуВсё» \\r\\nОбслуживание https://shcherbinins.ru/contacts\\r\\n \\r\\nДрузья! Дальше будет долгий и восторженный отзыв! Для ленивых: Все было на уровне: вкусно, чисто, красиво, ответственно! Спасибо всей команде Young catering и лично Михаилу, менеджеру компании! Кто хочет читать много, пишу: Отмечала День Рождения, 15 приглашенных, помещение без кухни и бара, ну, вот такой у меня каприз был! Нет кухни - \\\"да\\\" кейтерингу!:))) Мероприятие маленькое, смета скромная:)) Обратилась в 3 компании, все разные, одна мне давала в \\\"подарок\\\" шоколадный фонтан, но объявила 6000 https://shcherbinins.ru/\\r\\n  рублей за доставку https://shcherbinins.ru/menu\\r\\n  В общем, самые приемлемые для меня условия оказались в компании YС https://shcherbinins.ru/contacts\\r\\n  Расскажу про все плюсы моего выбора: Во-первых, оперативность https://shcherbinins.ru/contacts\\r\\n  Общение с менеджером происходило по эл https://shcherbinins.ru/menu\\r\\n  почте, но со скоростью вотсапа, ответить мне на сообщение в 7 утра, в воскресенье - нет проблем! Удобно! Во-вторых, ответственность https://shcherbinins.ru/contacts\\r\\n  Просто невиданная мною, доселе https://shcherbinins.ru/uslugy\\r\\n  Михаил решил смотреть помещение https://shcherbinins.ru/menu\\r\\n  Вот, что его смотреть, думала я, но Михаил хотел сам оценить масштаб бедствия https://shcherbinins.ru/menu\\r\\n  Ок! Помещение работает в субботу, в 22-00, нет проблем, Михаил готов приехать! Чудеса! Нет? Обсудили на месте все нюансы, по рукам ударили, заключили договор https://shcherbinins.ru/contacts\\r\\n  Далее, привезли свою посуду и приборы, хотя посуда была на объекте, но Михаил сказал, что они решили взять свою, чтоб не переживать https://shcherbinins.ru/contacts\\r\\n  Думаете, за такое решение меня попросили \\\"добавить\\\"? Нет! Чудеса на виражах! Ответственность, уровень \\\"Бог\\\". Когда, в конце мероприятия, я вдруг обнаружила стопочку ланч боксов, когда встал вопрос о том, что как-то нужно забрать оставшуюся еду, у меня просто слеза выкатилась от умиления и благодарности! В-третьих, но не по значению, чистота и аккуратность https://shcherbinins.ru/menu\\r\\n  Все в спец одежде, фартуках, Боже, все в перчатках https://shcherbinins.ru/contacts\\r\\n  Еда в контейнерах, пакетиках, все упаковано https://shcherbinins.ru/\\r\\n  Все горячее, свежее, вкусное https://shcherbinins.ru/contacts\\r\\n  Стол смотрелся просто классно! Стильная посуда, стильная еда… Все хвалили салат с раковыми шейками, не знаю, я - вегетарианка, ничьих шеек не ем, ничего не могу сказать! То, что кушала я - было вкусно! Были еще подарки, услуги, за которые другиеконторы хотели денег, не буду рассказывать дабы всем не повадно было, но были;))))) очень приятно мне! В четвертых, честность и порядочность https://shcherbinins.ru/menu\\r\\n  Вдруг, Михаил мне пишет, что нашел ошибку в смете и я должна на несколько тысяч рублей меньше! Чудеса! Я бы и не даже не заметила https://shcherbinins.ru/uslugy\\r\\n  В общем, если я опять решу отмечать день рождения в поле, то только с Young Catering! \\r\\nКрасочное оформление фуршетной линии с разнообразными закусками, чтобы гости остались довольны https://shcherbinins.ru/uslugy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:30:15','2026-01-20 17:30:15','86d433bc-69e0-4830-843e-74e0561013d6'),
(11463,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Jiirqen Van Dijk\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@strictlydigital.net\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there, \\r\\n \\r\\nHaving some set of links linking to ccbayshore.com may result in 0 value or negative impact for your site. \\r\\n \\r\\nIt really doesn’t matter the number of backlinks you have, what matters is the total of ranking terms those websites are optimized for. \\r\\n \\r\\nThat is the key factor. \\r\\nNot the fake third-party metrics or Domain Rating. \\r\\nThese can be faked easily. \\r\\nBUT the amount of high-traffic search terms the domains that send backlinks to you have. \\r\\nThat’s it. \\r\\n \\r\\nMake sure these backlinks redirect to your site and your site will see real growth! \\r\\n \\r\\nWe are providing this powerful service here: \\r\\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \\r\\n \\r\\nHave questions, or want clarification, reach out here: \\r\\nhttps://www.strictlydigital.net/whatsapp-us/ \\r\\n \\r\\nSincerely, \\r\\nMike Jiirqen Van Dijk\\r\\n \\r\\nstrictlydigital.net \\r\\nPhone/WhatsApp: +1 (877) 566-3738\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:32:57','2026-01-20 17:32:57','2a088475-100b-43b9-b6fd-effd10724802'),
(11464,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Derekdag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Применяем индивидуальный подход https://corporativ-luxe.ru/maldivy\\r\\n \\r\\nОрганизуем для вас такие виды корпоративных путешествий «под ключ»: \\r\\nНастоящее согласие дается на неопределенный срок и может быть в любой момент отозвано мной, а в части качающейся конкретного лица, субъекта персональных данных, указанного в Заявке, указанным лицом, путем направления письменного уведомления в адрес Агента по почте https://corporativ-luxe.ru/vyetnam\\r\\n \\r\\nувлекательную прогулку на яхте; \\r\\nДаже если сотрудники хорошо говорят на английском, место туристическое и у всех есть интернет, не думайте, что справитесь без сопровождающего https://corporativ-luxe.ru/keytering-i-banket\\r\\n  Местные намного лучше знают, как добиться нужного результата быстро и на отличных условиях https://corporativ-luxe.ru/korporativ-na-maldivah-na-chastnoy-yahte\\r\\n  Где что купить, как добраться и к кому обратиться — правильные ответы на эти вопросы получите только у профессионалов https://corporativ-luxe.ru/zaglyani-za-gorizont\\r\\n \\r\\nСколько лететь из Москвы: 3 часа https://corporativ-luxe.ru/timbilding\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:35:37','2026-01-20 17:35:37','365ab869-774e-4bf6-a3aa-b22c90c7a10f'),
(11465,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TylerRal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Это готовое изделие, которое принадлежит заказчику https://classicgifts.ru/gifts-picnic.html\\r\\n  Но мы можем использовать эту идею для создания нового проекта https://classicgifts.ru/plyazhnyie-myachi.html\\r\\n \\r\\nПочему вам стоит заказать мерч именно у нас? \\r\\nЗаказать похожее https://classicgifts.ru/biznes-suveniryi.html\\r\\n \\r\\nДанное согласие дается Оператору и третьему лицу(-ам) Транспортные компании ФГУП Почта России для обработки моих персональных данных в следующих целях: \\r\\nВ наших интересах сделать вас постоянным клиентом сразу после первого заказа https://classicgifts.ru/tolstovki,-vetrovki,-zhiletyi.html\\r\\n  Поэтому помимо точных сроков и высокого качества работы мы предлагаем множество полезных сервисов, услуг и скидок https://classicgifts.ru/polotencza/\\r\\n \\r\\n09 мар 2022 https://classicgifts.ru/diaries.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:35:38','2026-01-20 17:35:38','f37cc76d-b98d-4320-99e1-f06c39456cd6'),
(11466,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianblitE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ultraformer DSB делает кожу здоровой, сияющей, упругой https://beauty-prestige.ru/catalog/oborudovanie-dlya-zagara/\\r\\n \\r\\nЧитать целиком https://beauty-prestige.ru/about/contacts/\\r\\n \\r\\nАппаратная косметика KODERMIX https://beauty-prestige.ru/catalog/massazhnoe-oborudovanie/\\r\\n \\r\\nОборудование всегда в наличии на складе https://beauty-prestige.ru/catalog/moyki-parikmakherskie/\\r\\n \\r\\nADSS FG2000D+ 1600W NEW https://beauty-prestige.ru/catalog/kosmetologicheskoe-oborudovanie/\\r\\n \\r\\nAnchorfree https://beauty-prestige.ru/catalog/spa-oborudovanie/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:35:44','2026-01-20 17:35:44','8c007e72-94e0-4ac8-88fb-6eb79bd9f9bb'),
(11478,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Wayne white\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"waynewhite12121515@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+14435691021\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[11479],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Ready for immediate hire very dedicated to work, availability to work not a problem \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareheritage.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:38:34','2026-01-20 17:38:34','ea412a53-4439-47dd-bbb0-9643fb193416'),
(11481,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alyphede\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"webmasterandrey777@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<a >С„СѓС‚Р±РѕР» С‚РѕРјСЃРє СЃРµРіРѕРґРЅСЏ\\t</a>\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:41:53','2026-01-20 17:41:53','a7834935-0417-4086-a15a-89b2be89f2fc'),
(11483,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leenoicy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ողջույն, ես ուզում էի իմանալ ձեր գինը.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:44:20','2026-01-20 17:44:20','a5ed52cc-63a5-4a6d-b471-6a7ca985a981'),
(11490,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Blaise Votta\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bvotta248@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8566268550\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[11491],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"For the past 2 years I\'ve been employed by a home care agency (see resume attached) as a licensed CHHA.  In September 2025, my wife and I had our first child.  I\'m hoping to obtain for a position at a continuing care facility so that I can better management my time.\\r\\n\\r\\nI am available to work any day and any shift.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:45:54','2026-01-20 17:45:54','641c81be-cf63-490d-a49b-e7da7682fad5'),
(11510,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site cckressonview.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 17:58:26','2026-01-20 17:58:26','99995a0e-871a-4cf4-8b5e-7dd2ec56fb1a'),
(11516,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianepity\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Микроскоп W20800X оснащен светодиодами, которые равномерно распределяют свет на исследуемом объекте, в совокупности с увеличением изображения до 800 крат возможно записывать фото и видео самых мелких деталей https://beauty-prestige.ru/catalog/oborudovanie-dlya-manikyura/\\r\\n \\r\\nМощный Александритовый лазер (755 нм) и Nd: YAG(1064 нм) \\r\\nОборудование всегда в наличии на складе https://beauty-prestige.ru/about/contacts/\\r\\n \\r\\nКосметологическая стойка сочетает в себе 11 основных функций https://beauty-prestige.ru/catalog/massazhnoe-oborudovanie/\\r\\n \\r\\nЗапись на процедуры открыта https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n  Торжественная вечеринка в честь открытия 21 декабря 2024 https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n \\r\\nВ корзину Быстрый заказ https://beauty-prestige.ru/catalog/moyki-parikmakherskie/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 18:04:44','2026-01-20 18:04:44','0ae61a3b-526e-4fb5-a7c6-93576dc19d2a'),
(11517,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tylerbag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"> 30 лет на рынке > 3000 дилеров https://classicgifts.ru/zontyi-skladnyie.html\\r\\n \\r\\nЭто готовое изделие, которое принадлежит заказчику https://classicgifts.ru/polotencza-individualnogo-dizajna.html\\r\\n  Но мы можем использовать эту идею для создания нового проекта https://classicgifts.ru/usb-gadgets-heated.html\\r\\n \\r\\nЦена: Заказная работа ? \\r\\nНадглазурная деколь Тиснение Прямая печать УФ печать Лазерная гравировка Тампопечать Термотрансфер Сублимация Шелкография https://classicgifts.ru/chasyi-meteostanczii/\\r\\n \\r\\nЭто готовое изделие, которое принадлежит заказчику https://classicgifts.ru/akrilovyie-pledyi.html\\r\\n  Но мы можем использовать эту идею для создания нового проекта https://classicgifts.ru/podarochnyie-naboryi-ot-promo-do-vip.html\\r\\n \\r\\nВаша реклама будет работать максимально долго — практически бесконечно https://classicgifts.ru/novogodnie-suveniryi/\\r\\n  Мы заказываем товары под будущий мерч только у проверенных производителей, некоторые из наших СТМ имеют гарантию 12 месяцев https://classicgifts.ru/sumki-xolodilniki.html\\r\\n  Качество, безопасность и соответствие заявленным техническим характеристикам дополнительно тестируются в центре контроля качества в Гуанчжоу https://classicgifts.ru/beach-souvenirs.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 18:04:44','2026-01-20 18:04:44','52c2c01b-c9da-4b43-94ba-211bce2cf06e'),
(11518,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DerekGyday\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На сайте Wanderlust Travel Studio вы найдете простую форму заявки, которую нужно заполнить, если вы планируете купить у нас корпоративные туры https://corporativ-luxe.ru/korporativnaya-programma-v-vengrii-vengerskaya-raspodiya\\r\\n  Сотрудники компании свяжутся с вами в ближайшее время для согласования деталей https://corporativ-luxe.ru/korporativ-v-sankt-peterburge\\r\\n  Вы также можете сами позвонить нам по указанным телефонам либо воспользоваться популярными мессенджерами https://corporativ-luxe.ru/organizacija-korporativnyh-kruizov\\r\\n  Вся контактная информация указана в соответствующем разделе сайта https://corporativ-luxe.ru/korporativnye-tury-v-uzbekistan\\r\\n \\r\\nМы позаботимся о всех аспектах транспортировки – бронировании авиабилетов, организации трансферов и аренде транспорта на месте https://corporativ-luxe.ru/korporativnyye-programmy-v-vengrii\\r\\n  Весь процесс будет четко спланирован, чтобы избежать любых задержек и неудобств https://corporativ-luxe.ru/aviabilety-1\\r\\n \\r\\nМатериал подготовила: Кристина Ильина https://corporativ-luxe.ru/vengriya\\r\\n \\r\\nЦель корпоративного туризма https://corporativ-luxe.ru/timbilding\\r\\n \\r\\nКроме внутренней документации и финансовых отчетов, важно помнить и о безопасности сотрудников за рубежом https://corporativ-luxe.ru/korporativnaya-programma-nizhegorodskiy-forsazh\\r\\n  Без медицинской страховки лучше не отправляться в путь, она сэкономит время и деньги в случае непредвиденных ситуаций и может буквально спасти жизнь сотруднику https://corporativ-luxe.ru/trend-poyezdki-i-obmen-opytom\\r\\n \\r\\nПрименяем индивидуальный подход https://corporativ-luxe.ru/korporativnyye-programmy-na-kube\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 18:04:49','2026-01-20 18:04:49','238238a5-b99a-4ec8-ac7d-87e1f333033c'),
(11519,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Margaret Julia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yiyayova@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AIStore\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nWe have a special opportunity that could significantly boost traffic and visibility for your website ccbrackenville.com.\\r\\n\\r\\nWhat if you could drive real, targeted website traffic automatically using AI — without paid ads, complicated setups, or ongoing management?\\r\\n\\r\\nThat’s exactly what AI Traffic Whale delivers.\\r\\n\\r\\nAI Traffic Whale uses advanced AI technology to generate consistent, high-quality traffic from multiple sources, helping websites increase exposure, improve engagement, and grow faster — all on autopilot. No technical skills required, no monthly ad spend, and no complex tools to manage.\\r\\n\\r\\nYou set it up once, and the AI does the work for you.\\r\\n\\r\\n See how it works here: https://traffic.vinhgrowth.com\\r\\n\\r\\nYou are receiving this message because we believe this offer may be relevant to your website.\\r\\n\\r\\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\\r\\n\\r\\nhttps://vinhgrowth.com/unsubscribe?domain=ccbrackenville.com\\r\\n\\r\\nAddress: 60 Crown Street, London\\r\\n\\r\\nLooking out for you,\\r\\n\\r\\nMargaret Julia\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 18:06:29','2026-01-20 18:06:29','dde40bc9-e34f-423d-bd24-6375553a93ed'),
(11538,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Caroll German\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"1bingoplayer@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"4847071214 call \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 18:13:07','2026-01-20 18:13:07','27174649-e1b8-470d-af81-57c9d63455bd'),
(11539,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelSow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Индивидуальный подход https://shcherbinins.ru/\\r\\n \\r\\nСоздать изысканные закуски https://shcherbinins.ru/\\r\\n  Приготовить основные блюда на любой вкус https://shcherbinins.ru/contacts\\r\\n  Удовлетворить гастрономические предпочтения каждого гостя https://shcherbinins.ru/contacts\\r\\n  Разработать индивидуальное кейтеринг-меню, учитывающее все ваши пожелания https://shcherbinins.ru/\\r\\n \\r\\nПространство: площадка на последнем этаже Универмага Цветной https://shcherbinins.ru/\\r\\n  Длинная барная стойка, на которой выставляется еда и напитки https://shcherbinins.ru/\\r\\n \\r\\nКоммуникация https://shcherbinins.ru/aboutus\\r\\n \\r\\nКомпания «ВижуВсе» в лице генерального директора Одинцова А https://shcherbinins.ru/aboutus\\r\\n Ю https://shcherbinins.ru/aboutus\\r\\n  выражает благодарность за профессионализм и безупречный сервис сотрудникам компании «Янг Фэмили» https://shcherbinins.ru/contacts\\r\\n  Желаем дальнейшего профессионального роста, успехов и процветания вашей компании https://shcherbinins.ru/uslugy\\r\\n \\r\\nПрофессиональная команда https://shcherbinins.ru/aboutus\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 18:18:13','2026-01-20 18:18:13','3f6a816e-275c-4d26-8791-d4445606629a'),
(11542,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<td>Petrol/Diesel: Standard rate. Alternative fuel (e.g., hybrid): Slightly lower standard rate.</td>\\r\\n<li>Determine the Tax Amount: Use the DVLA\'s online vehicle enquiry service. Enter your vehicle\'s registration number to find out the current tax rate applicable to your car, including the first-year rate. This tool provides accurate information based on your car\'s specific details.</li>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 18:35:16','2026-01-20 18:35:16','fed6b0cd-3e78-480f-a029-f4c28acf72da'),
(11604,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickLiast\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы предлагаем продукты питания высокого качества по разумной цене https://oookors.ru/product/persil-sred-pauer-gel-svezh-ot-vern-13l/\\r\\n  Наша компания имеет собственный автопарк, что позволяет быстро и надежно доставить заказ по указанному Вами адресу и точно к указанному Вами времени https://oookors.ru/product/neskafe-gold-75-gr-paket-upak-8-sht/\\r\\n  Наша компания уделяет особое внимание качеству обслуживания клиентов, совершенствует логистический подход к организации процесса от заказа до поставки https://oookors.ru/product/azerchaj-chernyj-s-arom-lesnye-yagody-25-pak-upak-24-sht/\\r\\n \\r\\nОвощи, фрукты, ягоды Зелень, коренья Хлебобулочные изделия Молочная продукция Яйцо и яичные продукты Мясная продукция Рыбная продукция Макаронные изделия, мука Крупы Масло, специи, соусы, маринады Орехи, сухофрукты, мёд Бобовые Грибы Консервы https://oookors.ru/product/motor-krepkoe-05-l-zh-b-24-sht/\\r\\n \\r\\nПокупаю не в первый раз творог 5% \\\"Простоквашино\\\", есть не возможно https://oookors.ru/product/kusochek-syra-marmelad-30-sht/\\r\\n  Привкус бензина отвратительный, как можно таким творогом кормить ребенка? Жаль негде добавить фото с адресом производителя https://oookors.ru/product/nazari-zelyonyj-s-chabreczom-200-gr-m-u-12-sht/\\r\\n  Официальный адрес: Москва, Вятская, 27, кор 13,14 https://oookors.ru/product/vajs-berg-maliny-044-l-st-12-sht/\\r\\n \\r\\nКонтроль качества https://oookors.ru/product/torabika-kappuchino-latte-krem-30-gr-upak-20-sht/\\r\\n \\r\\nГибкая система скидок https://oookors.ru/product/kakao-zolotoj-yarlyk-100-gr-upak-18-sht/\\r\\n \\r\\nВпервые решила попробовать заказать в Абрикосе https://oookors.ru/product/krushovicze-svetloe-045-l-st-20-sht/\\r\\n  Заказала мясо птицы, заморозку и немного овощей https://oookors.ru/product/natahtari-05l-st-20-sht-krem-slivki/\\r\\n  Курица была свежая, очень вкусно получилось на ужин https://oookors.ru/product/genezis-05l-zh-b-12-sht-misticheskaya-zvezda/\\r\\n  Овощи все крепкие, без вмятин https://oookors.ru/product/yakobs-monarh-paket-500-gr-upak-6-sht/\\r\\n  Доставили всё вовремя, даже курьер позвонил заранее, чтобы уточнить время https://oookors.ru/product/svezhij-rozliv-05-l-st-20-sht/\\r\\n  В общем, осталась довольна сервисом, буду заказывать снова https://oookors.ru/product/royal-granat-033-l-zh-b-24-sht/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 19:03:09','2026-01-20 19:03:09','a9556403-9ef3-4358-80df-9772cf55fb69'),
(11605,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site completecarehillside.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 19:05:06','2026-01-20 19:05:06','4eebd22e-1324-49d1-939b-48b7b2211586'),
(11611,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Geraldcheaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Введите даты, чтобы увидеть актуальные цены https://rich-house.su/restaurants/\\r\\n \\r\\nГеленджик, ул https://rich-house.su/contacts/\\r\\n  Татьяны Макаровой, д https://rich-house.su/photos/\\r\\n  5 https://rich-house.su/about/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/restaurants/\\r\\n \\r\\nДо центра 600 м https://rich-house.su/about/\\r\\n \\r\\nБесплатная отмена https://rich-house.su/services/\\r\\n \\r\\nДо центра 600 м https://rich-house.su/about/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 19:06:38','2026-01-20 19:06:38','30705768-e1a3-4d1f-845d-6724bc07235e'),
(11626,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charleselded\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"</tr>\\r\\n<th>Factor</th>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 19:14:36','2026-01-20 19:14:36','bfbe0a9d-6d6b-4364-95f7-2aea4602f854'),
(11629,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelChurf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Комфорт и удобство https://shcherbinins.ru/menu\\r\\n \\r\\nОльга 2 дня назад https://shcherbinins.ru/\\r\\n \\r\\nКоммуникация https://shcherbinins.ru/uslugy\\r\\n \\r\\n666 руб./чел https://shcherbinins.ru/contacts\\r\\n \\r\\nИрина (Marketing & PR Director) \\r\\nКачество блюд https://shcherbinins.ru/menu\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 19:14:45','2026-01-20 19:14:45','b40a9f0a-7f78-4bc9-9825-c4a903bdf3af'),
(11637,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tyronesab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Цена: 20709 руб https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/feniks-art-00013/\\r\\n \\r\\nРазмер 900х500х440 https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-manako/\\r\\n \\r\\nРогожка https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-toskana/\\r\\n \\r\\nЕще один важный критерий выбора — стиль https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-sharon/\\r\\n  Интерьер должен полностью соответствовать концепции заведения https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/\\r\\n  Ведь это такая же часть имиджа, как и логотип, фирменный цвет https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/stulya/stul/\\r\\n  Если обстановка и представления гостя не совпадают, возникает диссонанс, теряется целостность восприятия https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/sofas/sicziliya-(oranzhevyij-i-chernyij)/\\r\\n  Например, если у вас эко-кафе, мягкая мебель должна быть простой формы, на деревянном каркасе с обивкой натуральными тканями https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-1,-velyur-premier-15/\\r\\n  Готика, напротив, чествует величественные интерьеры, украшенные резьбой, металлом и сложным декором https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-molero/\\r\\n \\r\\nЦвет и текстура мягкой мебели задают настроение интерьеру https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«kantri»/\\r\\n  Однако более приземленные критерии оценки обивки, такие как долговечность, устойчивость к загрязнениям и простота ухода — в некотором смысле даже важнее для обустройства ресторана или кафе https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-chukcha/\\r\\n \\r\\nКакие материалы входят в ТОП самых популярных обивочных материалов для сегмента HoReCa? Давайте разбираться https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/sofas/saxara-komfort-(bezhevyij-i-korichnevyij)/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 19:19:17','2026-01-20 19:19:17','a1482f29-1c1a-46f2-8002-7fec5d46a287'),
(11643,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeAxora\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Γεια σου, ήθελα να μάθω την τιμή σας.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 19:25:32','2026-01-20 19:25:32','b053f1b3-6c40-4b00-b4f4-5de29ea3dd68'),
(11644,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickTrisp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Хочу предложить вам товары от производителя Такие как Соус Чили https://oookors.ru/product/vajs-berg-pshenichnoe-044-l-st-12-sht/\\r\\n \\r\\n\\r\\nЛот №39: Купим куриное филе грудки без кожи без кости https://oookors.ru/product/colg-z-pasta-total-12-prof-chistka-75ml/\\r\\n \\r\\nГарантируем высокое качество https://oookors.ru/product/lisma-100-pak-krepkij-upak-6-sht/\\r\\n \\r\\nМы предоставляем каждому клиенту персонального менеджера, который будет координировать ваши заказы https://oookors.ru/product/dirol-myata-blok-30-sht/\\r\\n \\r\\nСистематически мы проводим акции, в рамках которых отдельные виды бакалейных товаров можно приобрести на особенно выгодных условиях https://oookors.ru/product/doshirak-sup-govyadina-upak-24-sht/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 19:26:23','2026-01-20 19:26:23','5582613a-e44b-4b2b-a278-7ff5189d0fd7'),
(11660,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TyroneLap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мягкий диван с подлокотниками для ресторана и кафе https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/london-art-00001/\\r\\n \\r\\nБез механизма https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«liverpul»/\\r\\n \\r\\nМинимализм https://divanlogia.ru/catalog/krovati-i-paneli/krovat-dzheni/\\r\\n \\r\\nФильтр https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«ameli-2/\\r\\n \\r\\nБез уютной и комфортной мягкой мебели невозможно обойтись при создании интерьера кафе, ресторана или отеля https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«skandinaviya»/\\r\\n  Если вас интересует, где можно купить красивую мягкую мебель для ресторанов, обратите внимание на товары, представленные в каталоге \\\"Проффбар\\\". \\r\\nВелюр https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/modulnyie-divanyi/modulnyij-chester/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 19:33:59','2026-01-20 19:33:59','d333312e-03ef-483f-b2d6-bd21ca521c61'),
(11692,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leesow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Γεια σου, ήθελα να μάθω την τιμή σας.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 20:04:39','2026-01-20 20:04:39','47f7b730-3053-48b0-97c6-7c7d838e8938'),
(11714,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sherri Wilkins\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"smwilkins70@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Mr. Willis, I am Helen Cain’s niece (room 23A). I have tried all day today to reach her nurse or someone in regards to my Aunts medication and no body has picked up the phone. I am extremely concerned for her wellbeing right now and need someone to call me back ASAP. Thank you \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 20:26:11','2026-01-20 20:26:11','01eede3e-02d2-46b9-9904-48a9a03280c2'),
(11765,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Theresa A Sinkevich\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"theresa.sinkevich@pennfoster.edu\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Penn Foster Group - Ashworth College\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I have a student who is looking to complete their final assignment for the Physical Therapy Aide program. This is not an externship with designated hours. Instead, it is a project in which a Physical Therapist, Physical Therapy Assistant, or an experienced aide working under the supervision of a Physical Therapist observes the student performing the required activities and evaluates their competency.\\r\\n\\r\\nI am reaching out to find out who I should speak with regarding this process. Again, this is not an externship. Any guidance on the appropriate contact or next steps would be appreciated.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 20:41:40','2026-01-20 20:41:40','f3abdfe0-71db-48bf-b7e6-df87c9ee78cc'),
(11776,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidLop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Варианты конструкции коллекторов: Г образный, Т образный https://first-industrial.ru/catalog/chiller/chiller-climacore-lsa-06\\r\\n \\r\\nВоздушный конденсатор для холодильника водяного типа отличается миниатюрными размерами, малым объемом, незамысловатой конструкцией, которая подойдет для холодильников малой и средней мощности https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcee-120\\r\\n  Купив конденсаторы холодильные пластинчатого типа можно выгодно сэкономить, не в ущерб качеству https://first-industrial.ru/catalog/page/7\\r\\n \\r\\nБренд Belief Модель BS-ACV-B4-135 A6 Номинальная мощность 6 https://first-industrial.ru/catalog/freon/023-freon-r23-hladon-r23\\r\\n 2 кВт https://first-industrial.ru/catalog/chiller/chiller-bom-5-kvt\\r\\n \\r\\nКомпрессорно-конденсаторный аппарат Трубогиб для кондиционеров Вентильный ключ Холодильные воздухоохладители https://first-industrial.ru/catalog/freon/410-freon-410-a-hladon-r410\\r\\n \\r\\nКак выбрать конденсатор https://first-industrial.ru/catalog.html\\r\\n \\r\\nГК НОВЫЕ ТЕХНОЛОГИИ https://first-industrial.ru/catalog/kompressor-freonovyj/009-0-kompressor-invotech-yh104t1g-100-kopirovat\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 20:45:14','2026-01-20 20:45:14','976bc9f0-3cbc-4b9e-b99e-ae1a6cabd031'),
(11783,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesGuiny\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<tbody>\\r\\n</thead>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 20:46:27','2026-01-20 20:46:27','0fc04d86-8d17-46a2-aebc-cc4032cb575d'),
(11789,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesLig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<p>Acquiring a brand new car is an exciting milestone, bringing with it the thrill of fresh paint, that new car smell, and the promise of many journeys ahead. However, before you can legally hit the open road, a crucial administrative step awaits: taxing your vehicle. This process, often referred to as Vehicle Excise Duty (VED) in the UK, ensures your car complies with national regulations and contributes to road infrastructure. Understanding how to navigate this requirement is paramount for every new car owner, as the rules and costs can vary based on factors like the vehicle\'s emissions, fuel type, and list price. This comprehensive guide will walk you through the necessary steps, ensuring a smooth transition from showroom to street, making your new car ownership experience hassle-free.</p>\\r\\n<td>Flat rate applies, regardless of emissions.</td>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 20:52:16','2026-01-20 20:52:16','f8f1c8d6-1e09-421c-a37d-cf1ae8ea99e6'),
(11791,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 20:53:27','2026-01-20 20:53:27','c82f9e33-3da3-4821-9b59-5db244d9c0f2'),
(11801,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesFrees\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<h3>Can I drive my new car without tax?</h3>\\r\\n<td>Flat rate applies, regardless of emissions.</td>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:02:47','2026-01-20 21:02:47','bbd3d9b6-0c17-457f-be8b-703ba8c9858d'),
(11802,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leetup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, მინდოდა ვიცოდე თქვენი ფასი.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:03:02','2026-01-20 21:03:02','6b655c22-9b9b-416e-8e2c-a08080105c33'),
(11803,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leechura\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dinanikolskaya99@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hallo, ek wou jou prys ken.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhn.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhn.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:05:57','2026-01-20 21:05:57','3b07be9e-d4b9-4b55-91f5-797b5f4a6802'),
(11809,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgesow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Xin chào, tôi muốn biết giá của bạn.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:19:10','2026-01-20 21:19:10','e7e2e54e-910d-40cd-9c44-5502963dddf0'),
(11810,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ROBERT E MCGLONE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"remcglone@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"76 Liberty St Unit 310 Southington, CT 06489\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for a long term care bed/room for my 85 year old wife suffering with dementia.  Have private pay funds for a while and an application under review for Medicaid funding.\\r\\nAssuming you have a waiting list, how long is it?  Is application required to be placed on it.  Please send or email one.  Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:25:28','2026-01-20 21:25:28','dab4822f-7334-42a7-8695-a771635c60f6'),
(11814,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesjed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<td>No direct impact on standard rate.</td>\\r\\n<th>Premium Rate (Cars over ?40,000 list price)</th>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:28:23','2026-01-20 21:28:23','aaca6c0e-7c5b-4d6c-90c4-9fccfd137ebb'),
(11815,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ROBERT E MCGLONE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"remcglone@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"76 Liberty St  Unit 310  Southington, CT 06489\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for a long term care bed/room for my 85 year old wife suffering with dementia.  \\r\\nAssuming you have a wait list, how long is it?  Is application required to be placed on it?\\r\\nPlease send or email one. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:29:04','2026-01-20 21:29:04','c9b4ac10-7ac9-4292-940e-1398c44ff34b'),
(11821,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenn@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Holiday City\\r\\n\\r\\nGoogle now lets customers text businesses like Complete Care at Holiday City directly from their Google Business Profile.\\r\\n\\r\\nLast month alone, businesses like yours missed 10–20 real customer inquiries simply because no one replied fast enough — especially after hours.\\r\\nGetDandy connects an AI agent directly to your Google profile that:\\r\\n\\r\\nReplies to texts instantly, 24/7\\r\\nAnswers questions\\r\\nBooks appointments automatically\\r\\n\\r\\nIf someone texts and gets no response, they move on to one of your competitors.\\r\\nWant to see how many messages Complete Care at Holiday City is missing? Click here to grab a time on my calendar and I’ll show you: Schedule a Call Here: getdandy.com/sms-to-gbp/\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O\'Brien | Director of Operations\\r\\nGetDandy\\r\\ngetdandy.com/sms-to-gbp/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:34:16','2026-01-20 21:34:16','d46389e7-2ffc-42ee-b400-90174bf54cca'),
(11823,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Francesca E Della Mea\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"athenafdm127@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12403108893\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[11824],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am interested in a position for an LPN.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchagerstown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cchagerstown.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:34:29','2026-01-20 21:34:29','8f5763f5-f21e-4c0f-90c1-8c74d2247d58'),
(11829,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michaelswills2022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Greetings, Mr./Ms., \\r\\n \\r\\nI’m Michael Williams from an investment consultancy. We connect clients globally with low interest loans to help achieve your goals. Whether for personal, business or project funding, we collaborate with reputable investors to turn your proposals into reality. Share your business plan and executive summary with us at: michael.williams@lotusfinconsults.com to explore funding options. \\r\\n \\r\\nSincerely, Michael Williams \\r\\nSenior Financial Consultant \\r\\nhttp://www.lotusfinanceconsults.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwaynehills.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:35:16','2026-01-20 21:35:16','fadd97d1-9008-472b-8ad8-9bc554b7df2e'),
(11839,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidTOUPS\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бренд Belief Модель BS-ACV–R7-363 A130 Номинальная мощность 129 https://first-industrial.ru/catalog/drycooler/drajkuler-thermokey-wh1263-b-d-v\\r\\n 3 кВт https://first-industrial.ru/catalog/chiller/chiller-climacore-lda-039\\r\\n \\r\\nКачество подтверждено сертификатами ISO 9001:2000 от RW-TUV, СЕ и ГОСТ https://first-industrial.ru/\\r\\n  Вся продукция имеет маркировку СЕ и ГОСТ https://first-industrial.ru/o-nas.html\\r\\n  Программа подбора оборудования фирмы FRITERM™ , подтверждена стандартом EUROVENT https://first-industrial.ru/catalog/gidromoduli/gidromodul-2nm-32-16be\\r\\n \\r\\nФреоновые конденсаторы воздушного охлаждения https://first-industrial.ru/catalog/page/12\\r\\n \\r\\nВарианты толщины пластин: 0,12 / 0,15 / 0,22 / 0,25 мм https://first-industrial.ru/catalog/chiller/chiller-aermec-nrl-280\\r\\n \\r\\nТрубки и пластины https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaey-107\\r\\n \\r\\nБренд Belief Модель BS-ACV–T9-245 C36 Номинальная мощность 36 https://first-industrial.ru/remont-holodilnoy-tehniki.html\\r\\n 0 кВт https://first-industrial.ru/catalog/ispariteli/0045-1-kozhuhotrubnyj-isparitel-thermokey-tme-45-1\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:41:20','2026-01-20 21:41:20','0cf2bb6c-6318-4177-a44b-2ecc03688640'),
(11849,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickkah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"15 июля 2022 https://oookors.ru/product/old-spice-dezod-whitewater-tverdyj-50ml/\\r\\n \\r\\n\\r\\nзамороженную, морскую и речную рыбу - потрошеную с головой и без головы, тушки целиком, филе на коже и без, морепродукты - мидии, креветки, осьминоги, кальмары, мясо краба и т https://oookors.ru/product/neskafe-gold-900-gr-paket-upak-6-sht/\\r\\n  д.; все виды замороженного мяса – говядина, свинина, баранина, субпродукты (печень, почки, язык, ноги, хвосты, вымя), фарш; молоко в ассортименте и сыры (твердые, мягкие, плавленые); замороженное мясо птицы (курица, утка, индейка) – тушки целиком, шейки, ножки, крылышки, бедра и другие части тушки, с костями и филе, а также фарш, печень, почки, желудки; замороженные овощи и фрукты цельные и резаные, отдельно и в популярных смесях (лечо, гавайская, мексиканская, компотная и другие); бакалейную продукцию(воды, соки, консервы, крупы, мука и пр.). \\r\\nНаши Контакты https://oookors.ru/product/multichipsy-assorti-50-gr-42-sht/\\r\\n \\r\\n\\r\\nТребуется поставка рапсового масла нерафинированного со следующей спецификацией: Кислотный индекс ? 3,0 мг/г Остаток растворителя ? 100 мг/кг Не ГМО Объем: 5 000 тонн в месяц (годовой контракт) Базис поставки: CIF (город Чунцин, Китай) Методы оплаты: Аккредитив / Предоплата Дополнительно: Если у поставщика отсутствует аккредитация на Китай, можем оформить все необходимые документы через нашу компанию, имеющую соответствующую лицензию https://oookors.ru/product/mohito-granat-05-l-zh-b-24-sht/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 21:44:35','2026-01-20 21:44:35','9d6ef4a1-6cdb-4364-adb6-36a25755dbd8'),
(11874,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kyzia Rivers\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kyziarivers@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19738366419\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[11875],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/a\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://staging.mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 22:07:31','2026-01-20 22:07:34','3fb32859-45e0-47f1-a8d5-b74da7bf6d39'),
(11879,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeFup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Прывітанне, я хацеў даведацца Ваш прайс.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmilfordmanor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmilfordmanor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 22:09:18','2026-01-20 22:09:18','ac016dd0-857d-4379-bb3f-563ec67dc2fc'),
(11916,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Rosmery Tibucio\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"rostiburio81@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9296992269\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[11917],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\nI am writing to apply for the Lunch Aide and Cleaning/Maintenance position at your nursing home. I am a dependable, hardworking individual with experience in food service, sanitation, and maintaining clean and safe environments.\\r\\nFrom 2021 to 2025, I owned and operated my own restaurant in the Dominican Republic, where I prepared and served meals, followed food safety guidelines, maintained cleanliness, and ensured a welcoming environment for customers. This experience taught me the importance of hygiene, organization, and providing respectful service—especially when serving others.\\r\\nI also worked at Walmart as a stocking associate, where I handled food products, stocked shelves, maintained organized storage areas, and followed safety and cleanliness standards in a fast-paced environment.\\r\\nI understand the importance of cleanliness, proper food handling, and creating a safe and comfortable environment for residents. I am responsible, detail-oriented, and willing to assist wherever needed to support residents and staff.\\r\\nThank you for your time and consideration. I would appreciate the opportunity to contribute my skills and strong work ethic to your facility.\\r\\nSincerely,\\r\\nRosmery Tibucio\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvictoriacommons.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccvictoriacommons.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 22:23:34','2026-01-20 22:23:34','7a591fdf-2acc-40fa-b1f3-47698e3ad593'),
(11923,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leepeets\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Aloha, makemake wau eʻike i kāu kumukūʻai.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 22:25:47','2026-01-20 22:25:47','378289c3-ddf3-4988-bb3d-366af2ce6b0c'),
(12051,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertvibre\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 22:46:35','2026-01-20 22:46:35','040c3b54-ba07-42e2-b250-d99f080180eb'),
(12052,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesBek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"</tr>\\r\\n<tr>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 22:48:12','2026-01-20 22:48:12','9fd8510f-86cc-413f-95a6-a0089281c4a2'),
(12056,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeSmoon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dia duit, theastaigh uaim do phraghas a fháil.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 22:57:50','2026-01-20 22:57:50','e9852fdc-ca8a-4fea-83e0-e2af4074e64f'),
(12057,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickhut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Доставка осуществляется ежедневно, кроме воскресенья, на следующий день после оформления заказа https://oookors.ru/product/riter-sport-molochnyj-droblenyj-funduk-2226-blok-12-sht/\\r\\n  Доступна оплата несколькими способами https://oookors.ru/product/kruassan-7-dnej-105-gr-vanil-upak-18-sht/\\r\\n \\r\\nГибкая система скидок https://oookors.ru/product/orbit-mega-myata-blok-12-sht/\\r\\n \\r\\nТуапсе, ОАО \\\"ЖТК\\\" Ростовский филиал с 2007 г https://oookors.ru/product/kompot-bogdan-ezhevika-1-l-st-8-sht/\\r\\n  находится в собственности магазин-павильон https://oookors.ru/product/solomka-pepero-krasnaya-32-gr/\\r\\n  До этого времени он был хорошим ПэЧэвским магазином https://oookors.ru/product/rolton-lapsha-v-kotejnere-govyazhya-90-gr-upak-24-sht/\\r\\n  Теперь это заброшенное, разрушающееся здание, которое находится в оживленном микрорайоне железнодорожников приморского города Туапсе https://oookors.ru/product/brilok-lenta-konfeta-42-sht/\\r\\n  Неоднократные письменные обращения в данную компанию результата не дают https://oookors.ru/product/staryj-melnik-iz-bochonka-myagkoe-1-l-pet-9-sht/\\r\\n \\r\\nЧем полезно оливковое масло https://oookors.ru/product/chiki-piki-8-gr-assorti-24-sht/\\r\\n \\r\\nКупить продукты онлайн могут физические и юридические лица https://oookors.ru/product/yakobs-monarh-paket-400-gr-upak-6-sht/\\r\\n  Заказы фирм и компаний ведет персональный менеджер, предоставляется полный пакет отчетной документации https://oookors.ru/product/rich-tonik-1-l-12-sht/\\r\\n  Наш интернет магазин продуктов питания неустанно совершенствует сервис, расширяет ассортимент для того, чтобы клиенты были полностью удовлетворены товаром и оказанными услугами https://oookors.ru/product/pantene-balzam-op-pro-v-aqua-ligh-360ml/\\r\\n \\r\\nКаталог https://oookors.ru/product/zhigulevskoe-№1-svetloe-apsheron-05-l-st-12-sht/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 22:59:13','2026-01-20 22:59:13','b057ec07-c1fb-4fc9-a688-82e0cb84d26a'),
(12058,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jana Beirne\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"better@ai-ccchestnuthillalf.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Users search using AI more & more.\\r\\n\\r\\nAdd ccchestnuthillalf.com to our AI-optimized directory now to increase your chances of being recommended / mentioned.\\r\\n\\r\\nList it here:  https://AIREG.pro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:02:52','2026-01-20 23:02:52','33c698bc-a211-4ed0-af3a-a65e85550eed'),
(12062,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldbaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мебельная фурнитура Блюм (Blum), комплектующие для мебели, интернет-магазин Интеркомплект https://kupefurnitur.ru/\\r\\n \\r\\n456318, г https://kupefurnitur.ru/price\\r\\n  Миасс, Челябинской области, пр https://kupefurnitur.ru/\\r\\n  Октября, 18 https://kupefurnitur.ru/onas\\r\\n \\r\\nНастоящая Политика в отношении обработки и обеспечения безопасности персональных данных (далее – «Политика») в Филиале ООО «Комплектующие для мебели» в г https://kupefurnitur.ru/catalog\\r\\n  Москва (далее – «Общество») определяет основные положения, реализуемые Обществом при обработке персональных данных https://kupefurnitur.ru/onas\\r\\n  Политика является документом, доступным любому сотруднику, клиенту и контрагенту Общества, и представляет собой официально принятую руководством Общества систему взглядов на проблему обеспечения законности и безопасности обработки персональных данных физических лиц https://kupefurnitur.ru/onas\\r\\n  Настоящая Политика разработана на основании ст https://kupefurnitur.ru/onas\\r\\n  18 https://kupefurnitur.ru/\\r\\n 1 Федерального закона № 152-ФЗ «О персональных данных», с учетом требований Конституции Российской Федерации, федеральных законов и иных нормативных правовых актов Российской Федерации в области персональных данных https://kupefurnitur.ru/catalog\\r\\n  Руководство Общества считает важнейшей задачей обеспечение в ходе реализации бизнес-процессов защиты прав и свобод гражданина при обработке в Обществе его персональных данных, в том числе правомерности обработки персональных данных в Обществе и их защиты от несанкционированного доступа и/или утраты https://kupefurnitur.ru/onas\\r\\n  Соблюдение требований в части обработки и защиты персональных данных позволит Обществу обеспечить его деловую репутацию, соответствие правовым, регулятивным и договорным требованиям https://kupefurnitur.ru/onas\\r\\n  Политика распространяется на все бизнес-процессы Общества и обязательна для применения всеми сотрудниками и руководством Общества, а также пользователями его информационных ресурсов Настоящая политика распространяется на пользователей сайта, клиентов, соискателей по вакансиям, сотрудников сторонних организаций, взаимодействующих с компанией (далее-субъекты персональных данных). Политика действует бессрочно после утверждения и до ее замены новой версией https://kupefurnitur.ru/contact\\r\\n  Загружая веб-сайт на компьютере, мобильном устройстве и заполняя web-формы, содержащие персональные данные, а также передавая персональные данные компании любым иным способом, субъекты персональных данных соглашаются на условия, описанные в Политике https://kupefurnitur.ru/contact\\r\\n \\r\\n\\r\\n\\r\\nТелефон в Москве: 8 (499) 322-95-29 https://kupefurnitur.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:09:48','2026-01-20 23:09:48','389e387d-8fa3-45b8-a29b-78007143f8fb'),
(12063,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Horst Smith\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@professionalseocleanup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, \\r\\nWhile reviewing ccmiddlebury.com, we spotted toxic backlinks that could put your site at risk of a Google penalty. Especially that this Google SPAM update had a high impact in ranks. This is an easy and quick fix for you. Totally free of charge. No obligations. \\r\\n \\r\\nFix it now: \\r\\nhttps://www.professionalseocleanup.com/ \\r\\n \\r\\nNeed help or questions? Chat here: \\r\\nhttps://www.professionalseocleanup.com/whatsapp/ \\r\\n \\r\\nBest, \\r\\nMike Horst Smith\\r\\n \\r\\n+1 (855) 221-7591 \\r\\ninfo@professionalseocleanup.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:11:44','2026-01-20 23:11:44','4e0f305e-4bb3-4bc3-9395-ec0161109ba7'),
(12066,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dannie Beuzeville\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"beuzeville.dannie4@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Dannie Beuzeville\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Best and affordable hosting service at https://myskyhost.com\\r\\n\\r\\n  _Our 50% off lifetime just $1/month for Web Site hosting. Use code: 50%wb\\r\\n  _Our 10% off lifetime for VPS hosting. Use code: vps10%off\\r\\n  _Our budget dedicated starting from $15/month\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:19:22','2026-01-20 23:19:22','f486d3ce-b0db-4fb2-a0b0-693ac1e2d61b'),
(12067,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickRuify\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Поставщики продуктов питания оптом в Москве - список и адреса на карте https://oookors.ru/product/blamberg-klassicheskoe-nefiltrovannoe-135-l-pet-6-sht/\\r\\n \\r\\n\\r\\n\\r\\n«Гросс Фуд» занимает одно из первых мест в каталоге поставщиков HoReCa, поскольку становится для каждого клиента проверенным партнером, поддерживающим бизнес https://oookors.ru/product/tik-tak-belyj-myatnyj-blok-24-sht/\\r\\n \\r\\nУсловия для покупателей https://oookors.ru/product/klinskoe-svetloe-13-l-pet-9-sht/\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:19:34','2026-01-20 23:19:34','38072c8d-f79c-4aaa-a666-25fb859c087d'),
(12068,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tina Craig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"craiger1025@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,  I was hoping that you could send me pricing for long term / memory care and bed availability for my Father.  Thank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:28:50','2026-01-20 23:28:50','fc508617-6550-4cec-944a-f1f6d3cc043b'),
(12069,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tina Craig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"craiger1025@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I was hoping you would please send me pricing and bed availability for long term/memory care for my father.  Thank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:30:25','2026-01-20 23:30:25','0e1e57a4-4154-4d02-947d-6818f76a2584'),
(12070,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickshods\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Варка кофе в турке – это ежедневный ритуал для многих людей, предпочитающих вкусный напиток для восстановления бодрости https://oookors.ru/product/alenka-mnogo-moloka-100-gr-blok-15-sht/\\r\\n  Поэтому такой способ заваривания зерен стал одним из самых старейших и популярн.. \\r\\nХочу предложить вам товары от производителя Такие как Соус Чили https://oookors.ru/product/chernogolovka-2l-6-sht-bajkal/\\r\\n \\r\\nВ наших планах серьезное расширение производственной базы, включающее в себя инвестиции в складские мощности, упаковочные машины, транспортный парк и высокопрофессиональные кадры https://oookors.ru/product/pistolet-zhele-fruktovoe-95-gr-24-sht/\\r\\n \\r\\nПриглашаем к сотрудничеству заинтересованные предприятия и организации, все наши клиенты довольны сотрудничеством с нашей компанией, останетесь довольны и Вы! \\r\\nНа данный момент покупку можно совершить на территории центра, договорившись с продавцом https://oookors.ru/product/orbit-vinter-fresh-blok-30-sht/\\r\\n \\r\\nРесторанная деятельность на сегодняшний день – бизнес популярный и прибыльный, и успех этого бизнеса во многом зависит от того, насколько верно выбраны поставщики продуктов питания для ресторанов https://oookors.ru/product/chabrecz-100-gr-upak-30-sht/\\r\\n  Нашей компанией осуществляется поставка качественных морепродуктов, безалкогольных напитков, бакалеи и других продуктов питания для ресторанов и кафе, а также любых других предприятий общественного питания в Москве, Московской области и прочих городах, мы гарантируем соблюдение условий хранения и доставки продуктов https://oookors.ru/product/gorilla-05l-zh-b-24-sht-mango/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:33:53','2026-01-20 23:33:53','a6b79263-280e-4f94-bd6f-f9da63a45281'),
(12071,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesBaG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<td>Flat rate applies, regardless of emissions.</td>\\r\\n<tr>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:37:25','2026-01-20 23:37:25','c2c913de-0508-4ab9-a062-edc8bd4f6340'),
(12072,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidDapow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вот здесь Вы сможете найти элитную мебель по доступной цене https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p9.html\\r\\n   Использование качественных материалов гарантирует длительный эксплуатационный период (при корректном использовании) https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p5.html\\r\\n \\r\\nВ Гонконге в прошлом году проживало около 60 тысяч мультимиллионеров, чьи активы оцениваются в 10 млн гонконгских долларов и более, что в перерасчёте в американские \\r\\nДизайнерская мебель, по индивидуальному заказу, в Москве изготавливается на нашей фабрике https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-9.html\\r\\n   От момента заказа до её установки ваш заказ проходит несколько отделов: дизайнерский, конструкторский, столярный, малярный, сборочный https://www.legnostyle.ru/uglovoi_stol.html\\r\\n   Мы производим продукцию по индивидуальным проектам для частных домов, ресторанов, офисов в Москве и Московской области https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s43.html\\r\\n \\r\\nКухни из пластика — это, пожалуй, самый практичный вариант https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d5.html\\r\\n   Судите сами: пластик без проблем моется, не выгорает, сохраняет свой первоначальный вид и сочные расцветки долгие годы, не выцветает https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-47.html\\r\\n   Рекомендуем! \\r\\nВозможность воссоздания интерьера по эскизам https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-p16.html\\r\\n   Если вы не подобрали ничего из нашего каталога, закажите создание гарнитура по индивидуальному эскизу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/peregorodka-model-a8.html\\r\\n   Эту услугу уже оценили многие архитекторы и дизайнеры https://www.legnostyle.ru/order/\\r\\n   Вы можете приобрести у нас немецкую мебель, которая будет полностью соответствовать дизайнерскому замыслу https://www.legnostyle.ru/catalog/mebel/gostinnie/g-7.html\\r\\n \\r\\nНаличие на складеВсе популярные модели оборудования в наличии на складе https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-27.html\\r\\n   Вам не придеться ждать 7-10 дней, пока не привезут оборудование https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-19.html\\r\\n   Приходите к Нам, покупайте и сразу забирайте https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-29.html\\r\\n   В случае отсутствия какого либо оборудования Вам доставят его с региональных складов наших партнёров от 1-2х дней до 5-7 рабочих дней, в зависимости от выбранного типа доставки, от авиа до ЖД https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a39.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:38:47','2026-01-20 23:38:47','9b8affb0-b7ba-4e89-ac2c-a0859cc3fb72'),
(12073,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesPeF\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<p>You must tax your new car immediately upon taking ownership if you intend to drive it on public roads. There is no grace period for new vehicles. The tax becomes your responsibility as the new keeper from the moment you take possession.</p>\\r\\n<td>Electric Vehicles</td>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:39:42','2026-01-20 23:39:42','04907ee3-adb1-4fe1-bf0e-ef0c275ce026'),
(12074,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesknolf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<p>Alternatively, if you prefer an in-person transaction or need assistance, you can tax your car at a Post Office that offers DVLA services. You will need to bring your V5C/2 new keeper slip, proof of identity, and your chosen payment method. This option can be helpful if you have specific questions or prefer a face-to-face interaction. Lastly, you can also tax your car over the phone using the DVLA\'s automated service, which is another convenient option for those without internet access or who prefer speaking to a machine. Whichever method you choose, ensure you have all the necessary details to hand.</p>\\r\\n<td>?0 VED.</td>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:47:13','2026-01-20 23:47:13','d0608289-542d-4695-9d82-831f9e68f247'),
(12075,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgesot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, მინდოდა ვიცოდე თქვენი ფასი.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:56:48','2026-01-20 23:56:48','7d13287a-037a-4a8f-9558-dec192a12230'),
(12076,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidDapow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В Пекине или Шанхае терактов не было, да и весь Китай в этом отношении считается благополучным государством https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/razdvijnaa-dver-rd-4.html\\r\\n   Но в метрополитене Шанхая или  Опубликовано 23/09/2018 - 13:07 \\r\\nВозможность воссоздания интерьера по эскизам https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=4\\r\\n   Если вы не подобрали ничего из нашего каталога, закажите создание гарнитура по индивидуальному эскизу https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-9.html\\r\\n   Эту услугу уже оценили многие архитекторы и дизайнеры https://www.legnostyle.ru/catalog/inter-eri/a-16.html\\r\\n   Вы можете приобрести у нас немецкую мебель, которая будет полностью соответствовать дизайнерскому замыслу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-19.html\\r\\n \\r\\nСпециалисты салона Абрис хорошо знакомы с ассортиментом каждой из представленных фабрик и будут рады помочь Вам в подборе необходимых предметов интерьера https://www.legnostyle.ru/catalog/mebel/spalni/sp-9.html\\r\\n   Итальянская мебель производится под заказ, и изготавливается мастерами в соотвествии с индивидуальными пожеланиями клиента https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/?PAGEN_1=4\\r\\n \\r\\nОзнакомьтесь с каталогом элитных кухонь, фото которых соответствуют реальности https://www.legnostyle.ru/mebel-dlia-prihojei.html\\r\\n   Если у Вас есть вопросы, свяжитесь с нами по телефонам, указанным на сайте, или напишите на электронную почту https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s7.html\\r\\n   Наши специалисты рады помочь Вам с покупкой элитных кухонь https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/razdvijnaa-dver-rd-5.html\\r\\n \\r\\nПеред смертью супруги заморозили несколько эмбрионов, так как планировали завести детей при помощи суррогатной матери https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-p38.html\\r\\n   Эмбрионы хранились в клинике в жидком азоте при температуре -196 градусов https://www.legnostyle.ru/catalog/kuhni/kuhna-9.html\\r\\n   Бабушки и дедушки новорожденного долгое время судились  Опубликовано 13/04/2018 - 21:25 \\r\\nДвери шкафа-купе, комодные ящики и спинки стула отделаны кожей ската, или угря https://www.legnostyle.ru/catalog/mebel/prihojie/garderobnaa-model-scg-14.html\\r\\n   Отделывать кожей мебель можно разными способами, ясно что у итальянцев свои традиции отделки, которые могут видоизменятся от мастера к мастеру https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=16\\r\\n    \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-20 23:59:22','2026-01-20 23:59:22','1197f1f8-1e02-4a21-84bc-549a28c9a7a2'),
(12077,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leedup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dinanikolskaya99@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Kaixo, zure prezioa jakin nahi nuen.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 00:02:22','2026-01-21 00:02:22','2dd43857-c16e-44ed-b004-dbf00bf3eea0'),
(12078,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldgar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"сертифицированную продукцию с безупречным качеством; гибкие условия для покупок оптом и в розницу; собственное производство и товары от изготовителей; широкую географию присутствия филиалов; специальные предложения под оснащение крупных объектов; оперативную обработку заявок и точное соблюдение сроков; организацию поставок на объекты клиентов https://kupefurnitur.ru/\\r\\n \\r\\nпредоставление мне услуг/работ; направление в мой адрес уведомлений, касающихся предоставляемых услуг/работ; подготовка и направление ответов на мои запросы; направление в мой адрес информации, в том числе новостной и рекламной, о акциях/мероприятиях/товарах/услугах/работах Оператора https://kupefurnitur.ru/\\r\\n \\r\\nФурнитура оптом для мебели Москва https://kupefurnitur.ru/catalog\\r\\n \\r\\nБлагодаря интуитивно понятной навигации и удобно структурированному сайту необходимые товары легко выбирать и оплачивать онлайн https://kupefurnitur.ru/onas\\r\\n  Магазин фурнитуры для мебели КДМ успешно работает на рынке более 20 лет, активно развивая оптово-розничную сеть https://kupefurnitur.ru/\\r\\n  У нас вы найдете весь профессиональный ассортимент и квалифицированную помощь менеджера с комплектацией заказов https://kupefurnitur.ru/onas\\r\\n \\r\\nРучки https://kupefurnitur.ru/catalog\\r\\n \\r\\nВ производстве корпусной и мягкой мебели для соединения элементов используется мебельный клей https://kupefurnitur.ru/price\\r\\n  В интернет-магазине РосАкс представлен качественный: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 00:12:17','2026-01-21 00:12:17','86ee2daa-037d-4612-82ac-37de2d0e98dc'),
(12079,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Ron Wyatt\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"ron@ronwyattphotos.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"732-619-9628\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[957],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Through the Lens: 50 Years of Professional Photography\\r\\n\\r\\nJoin professional photographer Ron Wyatt for Through the Lens: 50 Years of Professional Photography, an engaging and educational presentation designed for senior living communities.\\r\\n\\r\\nIn this class, Ron reflects on his remarkable 50-year career, sharing captivating stories and images from the Olympic Games, NFL events, healthcare photography inside operating rooms, architectural assignments, and more than three decades of work with Six Flags.\\r\\n\\r\\nThe presentation also includes images from tours with the Moscow Ballet, assignments for marketing and PR firms, national conferences, and government work, including photographing the President of Turkey and the First Lady during their visit to the United Nations.\\r\\n\\r\\nAdditionally, organizations may invite Ron to speak specifically on sports photography and travel photography, offering insight into capturing dynamic moments and meaningful travel images.\\r\\n\\r\\nToday, Ron continues to inspire and educate through Photo Adventures with Ron, leading immersive photo tours to destinations such as Cuba, Tanzania, Rome, Venice, Alaska, and New England.\\r\\n\\r\\nTo schedule this presentation for your community or organization, please direct message or email Ron Wyatt to discuss availability and details.\\r\\n\\r\\nRon Wyatt\\r\\nPO Box 281\\r\\nAvenel, NJ 07001\\r\\nMobile: 732-619-9628\\r\\nwww.ronwyattphotos.com\\r\\nron@ronwyattphotos.com\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 00:26:43','2026-01-21 00:26:43','c329feb9-acd7-4ffb-b8b8-b936bb7939b2'),
(12080,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgepef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dia duit, theastaigh uaim do phraghas a fháil.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 00:38:19','2026-01-21 00:38:19','5d617ba7-3c87-45fc-8931-11a6fdbb5b13'),
(12081,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Margaret Julia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yiyayova@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AIStore\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nWe have a special opportunity that could significantly boost traffic and visibility for your website cckensington.com.\\r\\n\\r\\nWhat if you could drive real, targeted website traffic automatically using AI — without paid ads, complicated setups, or ongoing management?\\r\\n\\r\\nThat’s exactly what AI Traffic Whale delivers.\\r\\n\\r\\nAI Traffic Whale uses advanced AI technology to generate consistent, high-quality traffic from multiple sources, helping websites increase exposure, improve engagement, and grow faster — all on autopilot. No technical skills required, no monthly ad spend, and no complex tools to manage.\\r\\n\\r\\nYou set it up once, and the AI does the work for you.\\r\\n\\r\\n See how it works here: https://traffic.vinhgrowth.com\\r\\n\\r\\nYou are receiving this message because we believe this offer may be relevant to your website.\\r\\n\\r\\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\\r\\n\\r\\nhttps://vinhgrowth.com/unsubscribe?domain=cckensington.com\\r\\n\\r\\nAddress: 60 Crown Street, London\\r\\n\\r\\nLooking out for you,\\r\\n\\r\\nMargaret Julia\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckensington.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@kensingtoncareandrehab.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 00:40:22','2026-01-21 00:40:22','1fbd867f-4261-4f82-89f9-ec3c9fd838a6'),
(12082,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Louis Becker\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@professionalseocleanup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, \\r\\nWhile reviewing ccburlingtonwoods.com, we spotted toxic backlinks that could put your site at risk of a Google penalty. Especially that this Google SPAM update had a high impact in ranks. This is an easy and quick fix for you. Totally free of charge. No obligations. \\r\\n \\r\\nFix it now: \\r\\nhttps://www.professionalseocleanup.com/ \\r\\n \\r\\nNeed help or questions? Chat here: \\r\\nhttps://www.professionalseocleanup.com/whatsapp/ \\r\\n \\r\\nBest, \\r\\nMike Louis Becker\\r\\n \\r\\n+1 (855) 221-7591 \\r\\ninfo@professionalseocleanup.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 00:42:18','2026-01-21 00:42:18','8aca5ecf-a0b4-4682-8f72-852d8a5e84e4'),
(12083,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesTip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"</tbody>\\r\\n<td>Higher emissions result in higher tax.</td>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 00:48:25','2026-01-21 00:48:25','139617cc-b924-48c9-976d-4ad8e2a254ba'),
(12084,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlespag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"</tr>\\r\\n<tr>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 00:57:06','2026-01-21 00:57:06','745a88fe-f496-4648-9edc-03ed5b0dd6ea'),
(12085,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlescrype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<td>Not applicable, as their list price threshold for this charge is effectively ?0 VED anyway.</td>\\r\\n<tr>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 00:58:44','2026-01-21 00:58:44','9c6f64e6-dc65-442a-896a-4e6d1d54bfb0');
INSERT INTO `formie_submissions` VALUES
(12086,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kim Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kimwilliams522@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Harston Hall\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I worked there for a several day this past summer, I didn\'t get my ADP set up, I was wondering how I could get my W2? My address has changed since I was there\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:05:35','2026-01-21 01:05:35','db0617c1-1c5c-4d4c-addc-9da0152abe00'),
(12108,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Denise Bynaker\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"denisebynaker1234@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4102066785\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[12109],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I did not see any available jobs in dietary or housekeeping but please call me if anything opens up.  I am reliable and a hard worker.  I\'m looking for part-time hours -Denise\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareheritage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:09:20','2026-01-21 01:09:20','db7afe61-06dc-4293-9276-65fc88ef70ef'),
(12159,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidleate\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Элитная мебель — мебель для людей, которые по достоинству ценят роскошь, обладают своим собственным неповторимым представлением о стиле, обладают шикарным вкусом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a2-id-986.html\\r\\n  Элитная мебель, которая создается из самых дорогих пород дерева — это главный признак истинного вкуса https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-7.html\\r\\n   В настоящее время для большинства людей символом успеха и богатства считаются предметы интерьера, которые выполнены из натуральных материалов в классическом виде https://www.legnostyle.ru/catalog/lestnici/elitnye/?PAGEN_1=4\\r\\n   При этом стоимость мебель элитной категории выходят за границы так называемого среднего сегмента, и это вполне ясно https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-12.html\\r\\n   Ведь даже далеко не вся мебель из древесного массива может называться элитной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a12.html\\r\\n   Ведь элитарность —не просто материалы дорогостоящие, однако еще и авторский замысел, весьма кропотливая ручная работа, воплощение и дизайн https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/stol-model-s-11.html\\r\\n  Преимущества элитной мебелиГлавные черты, отличающие элитную мебель от всех остальных типов - долговечность и функциональность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o4.html\\r\\n   Это свидетельствует о том, что фурнитура для нее обязана быть весьма высокого качества, создана на самом современном фирменном оборудовании, при учете всех норм и требований в отношении надежности, и обязана продолжительный промежуток времени служить без замен и ремонтов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/model-i27.html\\r\\n   Дизайн элитной мебели отрабатывается максимально тщательно при учете всех последних самых модных тенденций https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/?PAGEN_1=4\\r\\n   Он рассчитан на довольно маленький круг состоятельных граждан, которые стремятся сформировать в своем жилом или рабочем помещении атмосферу изысканности и роскоши https://www.legnostyle.ru/catalog/mebel/spalni/sp-8.html\\r\\n  При этом все мельчайшие детали всегда соответствуют ключевым принципам эргономики https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d20.html\\r\\n   Эксклюзивная и элитная  мебель создается по частным размерам и эскизам, модули быстро и просто трансформируются https://www.legnostyle.ru/catalog/mebel/kb-25.html\\r\\n   В то же время применение натуральных материалов в области элитной мебели делает ее экологичной и максимально безопасной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p36.html\\r\\n  Где заказать лучшую элитную мебельВас интересует ? В таком случае обращайтесь к лучшей из лучших компаний!  - это компания, которая опирается на качество, дизайн, производство из деревянного массива эксклюзивной  и элитной под конкретные заказы https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-47.html\\r\\n   Уникальная по своей сути продукция изготавливается и проектируется под определенные объекты, при учете объема и формы соответствующего пространства, общей дизайнерской концепции https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-2.html\\r\\n \\r\\nТрадиционно, дорогие элитные кухни выполняются в классическом стиле, но это далеко не единственный вариант - ценители роскошного и стильного минимализма или сложных индивидуальных авторских проектов также останутся довольны результатом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/dver-i22.html\\r\\n   Опыт специалистов компании  и ваше видение будущего интерьера позволят вместе создать настоящее произведение искусства https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s15.html\\r\\n \\r\\nПри изготовлении мебели мы применяем технологии лучших итальянских мебельных фабрик, благодаря чему обеспечивается высокое качество всей изготовляемой нами корпусной и встроенной мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d49.html\\r\\n   Наша элитная мебель, сделанная на заказ, будет радовать каждого нашего клиента долгие годы https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=5\\r\\n   Ведь в отличие от обычных модульных композиций мебели, она будет обладать индивидуальными чертами и будет органично вписана в комнаты Вашего дома https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-8.html\\r\\n \\r\\nКухни из массива дерева — это классика жанра, но бюджетным такой вариант не назовешь https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=15\\r\\n   Именно дерево лучше всего подходит для кухонного гарнитура в классическом стиле для людей с самым утонченным вкусом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a-38.html\\r\\n \\r\\nГарантия https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaya-dver-e21.html\\r\\n  На весь товар предоставляется гарантия, которая поддерживается собственным сервисным центром, аккредитованным компаниями  и другими производителями https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=7\\r\\n \\r\\nОриентация на изготовление кухонной мебели с таким расчетом, чтобы соединить воедино знаменитый итальянский стиль, качество и дизайн с современными требованиями эргономики и функциональности https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d22.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:23:29','2026-01-21 01:23:29','41c33520-eb53-4ab0-a1bd-48b36119e5e0'),
(12163,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidSNURI\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Создание дизайнерского проекта всегда делается с учетом пожеланий владельца дома https://www.legnostyle.ru/catalog/mebel/gp-9.html\\r\\n   Специалисты, работающие на фабрике, отличаются высокой квалификацией, профессионализмом, умением создавать уникальные предметы интерьера, опытом работы https://www.legnostyle.ru/catalog/mebel/scg-22.html\\r\\n   Дизайнер не только формирует интересный проект, он с математической точностью создает такую мебель, которая будет удобной, эргономичной, экологичной во всех смыслах этого слова https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s3.html\\r\\n   Готовый проект передается в руки мастеров, которые непосредственно и займутся производством https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaya-dver-d52.html\\r\\n \\r\\nВ Пекине или Шанхае терактов не было, да и весь Китай в этом отношении считается благополучным государством https://www.legnostyle.ru/catalog/dveri/iz-massiva/?PAGEN_1=5\\r\\n   Но в метрополитене Шанхая или  Опубликовано 23/09/2018 - 13:07 \\r\\nПокупатель знает, что элитная дизайнерская мебель — это продукция безусловного стиля и качества https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s29.html\\r\\n    Дизайнерская мебель класса  изготавливается из качественных материалов на оборудовании высокой точности и качества, и имеет небольшое число копий https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e13.html\\r\\n   Это важно: мебель, в массовом количестве изготовленная на заводе,  может называться дорогой мебелью высокого качества, но не быть при этом элитной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p4.html\\r\\n   У элитной дизайнерской мебели большой гарантийный срок https://www.legnostyle.ru/catalog/mebel/garderobnie/garderobnaya-gp-7.html\\r\\n \\r\\nНе стоит забывать о том, что на элитной кухне должна располагаться элитная сантехника https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p35.html\\r\\n   Но какой бы дорогой и качественной она не была, трубы всегда стараются скрыть, так как они никоим образом не могут быть вписаны в интерьер помещения (если только Вы не выбрали в качестве стиля Стимпанк) https://www.legnostyle.ru/catalog/mebel/gostinnie/g-4.html\\r\\n \\r\\nЭлитная мебель для кабинета руководителя изготавливается не только из вышеперечисленных пород https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p18.html\\r\\n   Пользуются популярностью предметы интерьера из экзотических материалов https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-11.html\\r\\n   Распространенной является мебель из махагони https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/?PAGEN_1=4\\r\\n   Она отличается темно малиновым, красно-коричневым цветом https://www.legnostyle.ru/catalog/mebel/gostinnie/g-3.html\\r\\n   Хорошо смотрится в кабинете стол или шкаф из тиса https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/stol-model-s-10.html\\r\\n   Данная порода может быть, как красно-бурой, так и фиолетово-пунцовой https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-2.html\\r\\n   К элитным предметам интерьера относится мебель из мербау, венге, эбет, кемпас https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o11.html\\r\\n \\r\\nИзготовление и монтаж эксклюзивных, индивидуальных заказов в сотрудничестве с рядом дизайн-бюро, индивидуальными дизайнерами и архитекторами — наш конек https://www.legnostyle.ru/catalog/mebel/spalni/sp-4.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:23:40','2026-01-21 01:23:40','324224fd-9cbd-4ba3-b140-465521958dfb'),
(12173,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ShermanJed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"АО ОГРН: 1023100641981 Основано: 22 https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n 04 https://mobelmetall.ru/aboutus\\r\\n 1998 https://mobelmetall.ru/ourproduction\\r\\n \\r\\nАДС, Промышленная группа Адрес: г https://mobelmetall.ru/ourproduction\\r\\n  Москва, ул https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n  Большая Почтовая, д https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  55/59, стр https://mobelmetall.ru/blog\\r\\n  1 Тел.: +7 495 646-06-88,540-46-44 https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\nАлтайМеталлСнаб Адрес: г https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n  Барнаул, Научный городок, д https://mobelmetall.ru/contacts\\r\\n  1А Тел.: +7 3852 57-25-20 https://mobelmetall.ru/contacts\\r\\n \\r\\nОсновная продукция: оборудование для ядерной энергетики https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\nДля производства каждого вида металлоконструкций используется специальное оборудование: аппараты газопламенной резки, различного вида сварки – автоматической, контактной, электродуговой, прессы для штамповки, линии для раскроя тонколистового проката, камеры для окраски и емкости для покрытия готовых изделий https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\nИзготовление металлических конструкций и металлообработка: поручни для электровагонов и автобусов, металлокаркасы, ограждения, козырьки и навесы, стойловое оборудование, поручни и пандусы для маломобильных групп населения, интерьерные конструкции, предметы https://mobelmetall.ru/blog\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:24:49','2026-01-21 01:24:49','eb43fa44-87ec-49c6-b391-df1115ebfe1d'),
(12191,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidVom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"- Определитесь с тем, что вам нужно в своей новой съемной квартире https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a8.html\\r\\n   Качество/свежесть ремонта, в том случае если квартира будет не новой, наличие определенной аппаратуры, \\r\\nЦенными породами в российских реалиях считаются дуб, ясень и орех https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-19.html\\r\\n   Мебель для кабинета руководителя получается стильной и красивой, так как каждая порода отличается оригинальным рисунком https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/s-2.html\\r\\n   Дуб знаменит крупными узорами коричневых, красных, бурых оттенков https://www.legnostyle.ru/catalog/mebel/gostinnie/g-5.html\\r\\n   Столы, шкафы из этого материала внешне получаются представительными и солидными https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i1.html\\r\\n   Орех обладает серо-коричневой сердцевиной с темными вкраплениями https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d51.html\\r\\n   В мебели он смотрится благородно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d6.html\\r\\n   Что касается ясеня, то его древесина прочная https://www.legnostyle.ru/catalog/inter-eri/pt-30.html\\r\\n   Однако из нее получается светлая мебель, которая не всегда подходит деловому дизайну интерьера https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-30.html\\r\\n \\r\\nДолго определялись со стилем, извела менеджеров нескольких салонов Москвы с просчетами разных вариантов, оперативнее и грамотнее всех окахались специалисты из  https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-1.html\\r\\n   Доставили без задержек, как и обещали, через 2 недели https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-gp-11.html\\r\\n   Собирали 2 мастера около пяти часов https://www.legnostyle.ru/catalog/mebel/scg-44.html\\r\\n   С собой у них куча инструмента, включая пылесос, опилки и мусор прибрали https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=12\\r\\n   Собрали хорошо, делали выпилы в каменной столешнице для мойки, варки и фильтра, все аккуратно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p18.html\\r\\n   Старую кухню вынесли, как я и просила https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaya-dver-e12.html\\r\\n   Спасибо! \\r\\nНе секрет, что когда мы возвращаемся вечером в свою квартиру после длинного рабочего дня, то сразу же возникает желание прилечь на большой комфортабельный диван и отдохнуть https://www.legnostyle.ru/furnitura-lestnicy.html\\r\\n   В этом нам поможет элитная мебель из Италии, которая несомненно обеспечит нам высокий уровень комфорта https://www.legnostyle.ru/garderobnaja-komnata.html\\r\\n   Помимо своей комфортабельности, элитная мебель также будет вас радовать своей безупречной красотой https://www.legnostyle.ru/catalog/inter-eri/peregorodki/peregorodka-a12.html\\r\\n \\r\\nИсходя из совокупности характеристик, присущих элитной мебели, становится понятной её возрастающая популярность https://www.legnostyle.ru/catalog/inter-eri/potolki/potolok-model-pt-23.html\\r\\n   Качество и красота на долгие-долгие годы стоят затраченных материальных ресурсов и, как показывает практика, многие покупатели уже пришли к этому выводу https://www.legnostyle.ru/catalog/mebel/gp-16.html\\r\\n \\r\\nНа элитную мебель действует складская программа, благодаря которой интересующие вас комплекты могут быть доставлены в течение 2-3 дней https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e8.html\\r\\n   Каждый покупатель может воспользоваться: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:26:54','2026-01-21 01:26:54','d0a192f5-3240-4467-943b-527029d319e1'),
(12206,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldFrirl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"5 https://kupefurnitur.ru/contact\\r\\n  Меры, применяемые для защиты персональных данных https://kupefurnitur.ru/catalog\\r\\n \\r\\nИнтеркомплект (основан в 2002 г.) - крупнейший в Москве официальный дилер австрийской компании Blum, надежный, компетентный поставщик комплектующих, механизмов и материалов для производства мебели https://kupefurnitur.ru/catalog\\r\\n  Наш ассортимент отвечает требованиям мебельных компаний, фабрик по сборке мебели, мебельных мастеров – на складе в любой момент есть все комплектующие, механизмы и инструменты https://kupefurnitur.ru/catalog\\r\\n  Мы профессионально проконсультируем Вас и поможем подобрать нужную фурнитуру для мебельных проектов любой сложности https://kupefurnitur.ru/catalog\\r\\n \\r\\n6 https://kupefurnitur.ru/\\r\\n  Права субъекта персональных данных https://kupefurnitur.ru/price\\r\\n \\r\\nПредназначена для установки на внутренние и внешние деревянные двери https://kupefurnitur.ru/onas\\r\\n  Ручки-скобы имеют предельно пр.. \\r\\nРасчет количества четырехшарнирных петель Расчет необходимого количества петель в зависимости от материала фасада, его ширины, высоты и толщины и желаемого диаметра чашки петли https://kupefurnitur.ru/onas\\r\\n \\r\\nРучки https://kupefurnitur.ru/onas\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:28:29','2026-01-21 01:28:29','f5d4c560-4200-4c97-b2ef-e7d2f925d9f7'),
(12212,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelobent\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"футболка с коротким рукавом https://norsy.ru/o-nas\\r\\n \\r\\nШвейное производство “Фабрика 21” – это комплекс швейных цехов – эффективное швейное производство, которое предлагает пошив женской, мужской и детской текстильной и трикотажной одежды оптом на заказ https://norsy.ru/pochemu-my\\r\\n  Комплекс швейных производственных цехов расположен в г https://norsy.ru/pochemu-my\\r\\n  Чебоксары, также мы имеем филиалы практически во всех крупных городах России: швейный цех в Москве и Московской области, швейное производство в Санкт-Петербурге и Ленинградской области, швейные фабрики в Нижнем Новгороде, Краснодаре, Ростове на Дону https://norsy.ru/pochemu-my\\r\\n \\r\\nУслуги швейного производства предполагают пошив изделий (оптом) для крупных промышленных предприятий, сети магазинов, заведений развлекательной отрасли https://norsy.ru/poshiv-hudi\\r\\n  Портные создают униформы, защитные костюмы, корпоративную/специализированную одежду, спортивную форму, танцевальные наряды https://norsy.ru/ceny\\r\\n \\r\\nГлавный цех швейного производства находится в Москве рядом с метро Бабушкинская https://norsy.ru/o-nas\\r\\n  Ещё один цех открыт для вас в Тюменской области (отдалённость 1000 км). \\r\\nпринты https://norsy.ru/voprosy-otvety\\r\\n \\r\\nШвейный цех ЭЛЬ-ТЕКС ПОШИВ https://norsy.ru/poshiv-hudi\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:28:47','2026-01-21 01:28:47','2a8e59f7-789b-4847-b993-91984b59af21'),
(12235,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenVub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Так же трекеры взяты на вооружение владельцами компаний, специализирующихся на транспортных перевозках https://www.ndt-club.com/product-698-nabor-vik.htm\\r\\n  Они позволяют осуществлять мониторинг с целью оптимизации транспортных расходов и пути следования https://www.ndt-club.com/product-603-udt-rf-pro-yltrazvykovoi-tolshinomer.htm\\r\\n \\r\\n\\r\\n\\r\\nРаботает по:   черным и цветным металламРабочая температура:   -25°С до +50°СМакс https://www.ndt-club.com/product-759-tr300-izmeritel-sherohovatosti.htm\\r\\n  измерение:   2000 микронШаг измерений:   0,1 микронПодсветка экрана:   ЕстьДоп https://www.ndt-club.com/produkcija-193-izmeriteli-sherohovatosti.htm\\r\\n  функции:   нетПроизводство:   КитайГарантия:   1 год \\r\\nПоверхности, выполненные посредством грубой обработки: Параллельные тонкие канавки на поверхностях, образованные при грубой обработке (например, с помощью токарного или продольно- строгального станка), также могут привести к искажению измерений, для их компенсации используйте те же методы, которые описаны выш кроме того, для достижения лучших результатов также может потребоваться изменение угла между диафонической прокладкой контактного датчика (металлическая фольга в средней части датчика) и канавкой на измеряемом материале (перпендикулярно или параллельно) https://www.ndt-club.com/proizvoditeli-5-npp-tehnotest.htm\\r\\n \\r\\nОбновлено 10 марта 2017  https://www.ndt-club.com/product-900-polirovalnaya-tkan-diametr-200-ili-250-mm-na-kleikoi-osnove.htm\\r\\n  https://www.ndt-club.com/product-875-standartnie-metallicheskie-plastini-dlya-ispitanii-gost-8832.htm\\r\\n  https://www.ndt-club.com/product-1005-mt760-specializirovannaya-karetka-dlya-peremesheniya-emap-serii-s76.htm\\r\\n  оборудования для НК https://www.ndt-club.com/product-158-izmeritel-zashitnogo-sloya-betona-ipa-mg4-01.htm\\r\\n  Поставляет широкий спектр оборудования для ультразвукового контроля (дефектоскопы, толщиномеры, СО-2, СО-3, СО-3Р), рентгенографии (пленка, знаки маркировочные  https://www.ndt-club.com/product-814-stacionarnii-tverdomer-syper-rokvella-trs.htm\\r\\n  https://www.ndt-club.com/product-656-maska-zd-ystroistvo-mehanicheskoe-dlya-yzk-zakladnih-detalei.htm\\r\\n  https://www.ndt-club.com/produkcija-272-obrazci-dlya-mpd.htm\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:31:07','2026-01-21 01:31:07','ccd9cb1f-d684-4de3-9db6-48c4063e5207'),
(12245,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidflady\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\") \\r\\nЭлитная кухня - это непревзойденное сочетание максимального удобства, функциональности и изысканного дизайна https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=7\\r\\n   Пребывание на такой кухне - сплошное удовольствие, ведь даже приготовление пищи из обязанности превращается в приятное времяпрепровождение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d41.html\\r\\n   Уют и комфорт элитных кухонь от компании  создается каждой деталью - индивидуальный подход к каждому клиенту позволяет удовлетворить любые требования и пожелания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaya-dver-o8.html\\r\\n \\r\\nВсе материалы, используемые нами в производстве, абсолютно безопасны для детей и домашних животных и имеют соответствующие сертификаты, подтверждающие это https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=17\\r\\n \\r\\nМы делаем кухни персонально под Вас — по индивидуальным размерам, и используем материалы, которые предварительно вместе утверждаем https://www.legnostyle.ru/catalog/mebel/komod-model-kts-21.html\\r\\n   Поэтому вероятность возникновения разного рода щелей и несостыковок в проекте — исключена! \\r\\nВряд ли можно недооценить значение мебели в интерьере любого жилья https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p19.html\\r\\n   Именно мебель делает его уютным и индивидуальным https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=16\\r\\n   Однако сегодня качественная мебель стала большим дефицитом https://www.legnostyle.ru/catalog/\\r\\n \\r\\nБезупречная эргономика https://www.legnostyle.ru/derevyannye-naruzhnye-lestnicy.html\\r\\n   Каждый элемент кабинета спроектирован таким образом, чтобы создавать оптимальные условия для работы https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=7\\r\\n   Деловые мелочи всегда будут под рукой, на просторной столешнице разместятся все важные бумаги, удобное кресло обеспечит эффективную поддержку позвоночника https://www.legnostyle.ru/mebel-iz-cennyh-porod-dereva.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:32:20','2026-01-21 01:32:20','847b5ee3-18c0-485f-b445-7d66d7adf5ac'),
(12255,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tyronevedia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Для экономии пространства и обеспечения максимального количества посадочных мест, диваны ставят у стен https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«chester-prem»/\\r\\n  Центральная часть зала отводится под столики с креслами и стульями https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/stulya/stul-kazbar/\\r\\n  По наблюдениям, в таких зонах гости проводят меньше времени, чем в мягких https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/parizh-art-00016/\\r\\n \\r\\nВ условиях заведений не всегда стоит рассчитывать только на собственный персонал https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/banketki/\\r\\n  Иногда уход за мебелью разумнее и рациональнее доверить клининговой компании https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-1,-rogozhka-32/\\r\\n \\r\\nГде купить современную мебель? \\r\\nили задайте свой вопрос — мы на связи https://divanlogia.ru/catalog/krovati-i-paneli/krovat-persiya/\\r\\n \\r\\nСовременная мебель для кафе, ресторана или бара как в готовом виде, так и под заказ по индивидуальному дизайну от производителя \\\"Барная Линия\\\". \\r\\nБарные стойки https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/sofa-i-kushetki/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:34:04','2026-01-21 01:34:04','3ba8991a-cff8-4bfe-ad5a-dc89f46bbdde'),
(12258,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryVotte\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Отправь эскиз на сайте или в WhatsApp +7 (905) 545-45-53 и получи скидку и подарочную карту https://maze.tattoo/catalog/c/serdtse/\\r\\n \\r\\nТату-салон работает с 2005 года, здесь могут выполнить татуировку любой сложности https://maze.tattoo/catalog/i/in-yan/\\r\\n  Получить консультацию и даже эскиз можно бесплатно, а дальше нужно только решаться и набивать ту самую татуировку мечты! В студии работает один мастер, подход — индивидуальный, а за плечами более десяти тысяч выполненных работ, от «нежнятины» для девушек до брутала, достойного «Безумного Макса» https://maze.tattoo/catalog/x/\\r\\n \\r\\nг https://maze.tattoo/catalog/g/gravura/\\r\\n  Москва, 4 мая 2025 https://maze.tattoo/catalog/ch/chertopoloh/\\r\\n \\r\\nВ сертификат входят консультация и работа мастера, все необходимые материалы (на 7000 рублей). Окончательная стоимость татуировки зависит от размера тату и сложности работы https://maze.tattoo/catalog/d/djoker/\\r\\n  Точную цену вам назовут после консультации и согласования дизайна https://maze.tattoo/catalog/ee/ezoterika/\\r\\n  Доплату можно произвести на месте https://maze.tattoo/catalog/z/\\r\\n \\r\\nОчень внимательный и приятный персонал! Работа очень понравилась, превзошла все мои ожидания! Отдельное спасибо мастеру Никите! Настоящий профессионал своего дела! \\r\\nУ нас царит комфортная и приятная атмосфера https://maze.tattoo/catalog/m/mifologiya/\\r\\n  Интерьер продуман до мельчайших деталей, что бы подарить ощущения тепла и уюта https://maze.tattoo/catalog/x/khannya/\\r\\n  Пространство словно приглашает расслабиться и почувствовать себя как дома https://maze.tattoo/catalog/m/mayak/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:34:44','2026-01-21 01:34:44','ce7ddf43-d4c3-443b-bde7-a62628f3133d'),
(12259,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidleate\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Обставить дом или квартиру, обустроить спальню, кабинет или библиотеку, оборудовать торговое помещение или интерьер ресторана — задача для тех, кто понимает ценность хорошей жизни https://www.legnostyle.ru/catalog/inter-eri/pt-15.html\\r\\n \\r\\nПеред смертью супруги заморозили несколько эмбрионов, так как планировали завести детей при помощи суррогатной матери https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdviznaya-dver-rd-1.html\\r\\n   Эмбрионы хранились в клинике в жидком азоте при температуре -196 градусов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a24.html\\r\\n   Бабушки и дедушки новорожденного долгое время судились  Опубликовано 13/04/2018 - 21:25 \\r\\nКаждый заказ для нашего производства особенный, а каждый проект — уникальный https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i14.html\\r\\n   Дизайнерская мебель из натурального дерева на заказ подчеркнёт изысканность, индивидуальность и неповторимость интерьера https://www.legnostyle.ru/catalog/mebel/scg-28.html\\r\\n   Индивидуальный подход наших дизайнеров помогает создавать уникальный продукт https://www.legnostyle.ru/catalog/mebel/kabinety/kb-13.html\\r\\n \\r\\nИтак, прежде чем делать мебель на заказ, интересуйтесь о ее качестве https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-11.html\\r\\n   Мебель показывает ваши статус, состояние, вкус https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=11\\r\\n   Кроме того, стиль меблировки, который Вы избрали сможет помочь организовать индивидуальные особенности вашей обстановки и необходимую атмосферу https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/komod-model-kts-22.html\\r\\n \\r\\n) \\r\\nОтделка мебели кожей позволяет сделать и без того идеальную итальянскую мебель еще более интересной и необычной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/arka-a31.html\\r\\n   Для дизайнеров кожа как отделочный материал, выше любых модных тенденций https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a12.html\\r\\n   Она может быть использована везде - в абажуре, в шкафах, в кроватях, даже на полу и на стенах https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=2\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:35:50','2026-01-21 01:35:50','4cb556f5-c615-4c8f-8c53-a4a582dc877f'),
(12260,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeKet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Здравейте, исках да знам цената ви.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:36:15','2026-01-21 01:36:15','5dd72fef-61a1-4396-be76-3f017b9a83c4'),
(12261,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianHon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания ПЭК предлагает минимальные сроки перевозки и доставки грузов https://keycargo.ru/gruzoperevozki/\\r\\n  Кроме того, клиенты имеют возможность заказать экспресс-доставку авиатранспортом https://keycargo.ru/gruzoperevozki/\\r\\n \\r\\nтент, борт: зад, верх, бок https://keycargo.ru/kontakty/\\r\\n реф, изотерм: зад https://keycargo.ru/kontakty/\\r\\n \\r\\nОптимально быстрая доставка https://keycargo.ru/\\r\\n \\r\\nОплачиваемые переезды от 16 руб/км https://keycargo.ru/partneram/\\r\\n \\r\\nМы предоставляем свои услуги как частным лицам, так и представителям бизнеса, гарантируя сохранность вашего груза и точное прибытие в пункт назначения в рамках установленных сроков https://keycargo.ru/o-kompanii/\\r\\n \\r\\nТент, борт, изотерм, рефрижератор https://keycargo.ru/tarify/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:36:59','2026-01-21 01:36:59','825d71e6-b6b3-45e9-a28e-559be680f912'),
(12287,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeCoown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, ego volo scire vestri pretium.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:39:18','2026-01-21 01:39:18','518074bf-b9a8-45f4-ae94-917d45a6396f'),
(12298,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shermanvor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"АЛМО Адрес: г https://mobelmetall.ru/\\r\\n  Малоярославец, ул https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  Калужская, д https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  64 Тел.: +7 48431 2-41-81/83,2-40-67,3-15-69 https://mobelmetall.ru/ourproduction\\r\\n \\r\\nАрсенал СТ Адрес: г https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  Смоленск, п https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  Тихвинка, д https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  71 Тел.: +7 4812 41-91-55,8-800-775-35-01 https://mobelmetall.ru/gibka-metalla\\r\\n \\r\\nПоставщик: Стеллажей https://mobelmetall.ru/aboutus\\r\\n \\r\\nАдрес: 300004, г https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n Тула, Щегловская засека, дом 31/1 Адрес местонахождения производства: 300004, г https://mobelmetall.ru/gibka-metalla\\r\\n Тула, Щегловская засека, дом 31/1 Телефон: +7 (495) 419-00-78, +7 (4872) 707430 Эл https://mobelmetall.ru/contacts\\r\\n  почта: info@tigk https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n ru, infompz@tigk https://mobelmetall.ru/questions\\r\\n ru Сайт: www https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n tulampz https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n ru Директор: Борзёнков Николай Алексеевич 83 ? \\r\\nОборудование с ЧПУ https://mobelmetall.ru/questions\\r\\n \\r\\nООО «СибСтройМет», являясь специализированным центром комплексной обработки металлов, с использованием современных технологий, создан для удовлетворения широкого спектра заказов строительной индустрии, ЖКХ и благоустройства и смежных отраслей по производству металлоизделий и конструкций промышленного и гражданского строительства и благоустройства https://mobelmetall.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:40:15','2026-01-21 01:40:15','e00707a3-657f-48f4-bd7e-2e685aaf7c15'),
(12311,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emanuelwek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Третий период работы сопряжения в двигателе называют периодом аварийного изнашивания http://dmalmotors.ru/remont-generatorov.html\\r\\n  Работа сопряжений в течение этого периода может привести к отказу и требует тщательного наблюдения http://dmalmotors.ru/\\r\\n  Износ при этом не должен превышать предельной величины http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n \\r\\nВыполните ремонт радиатора двигателя http://dmalmotors.ru/diagnostika-inzhektora.html\\r\\n  Вместо болта вставьте в него краник для слива http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  Промойте водой или спецсоставом, продуйте с двух сторон http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  Если протекает одна трубка, заварите её http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n \\r\\nПри разборке электродвигателя все маленькие детали складывают в особый ящик http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Любая деталь электродвигателя обязана иметь бирку, на которой указывают номер ремонтируемого электродвигателя http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  Болты и шпильки после разборки лучше ввентить на свои места, что предупредит вероятную их утерю http://dmalmotors.ru/remont-generatorov.html\\r\\n \\r\\nРотор собранного электродвигателя снова проворачивают вручную, инспектируют отсутствие задевания крутящихся частей за недвижные, определяют и подгоняют нужную величину разбега (осевого перемещения ротора) http://dmalmotors.ru/remont-avtoelektriki.html\\r\\n \\r\\nУтечка охлаждающей жидкости http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n  При этой неисправности рекомендуется доливка воды в систему охлаждения http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  Нужно понимать, это временная мера, но она позволит вам доехать до ближайшего СТО для проведения ремонта http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:41:32','2026-01-21 01:41:32','8a2e48e2-02fe-4da9-bdea-c282a75906dc'),
(12312,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Vincentfaimb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Контакты подтверждены https://dialdrive.ru/dvs\\r\\n \\r\\nКонтакты и соцсети подтверждены https://dialdrive.ru/katalizator\\r\\n \\r\\nПочему стоит тонировать стекла машины? \\r\\nЦены выполненных работ https://dialdrive.ru/\\r\\n \\r\\nУслуги https://dialdrive.ru/dvs\\r\\n \\r\\nПримеры работ https://dialdrive.ru/dvs\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:41:40','2026-01-21 01:41:40','b7b598ba-202c-4fb8-a1be-6b8ce9bee547'),
(12313,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tylerceply\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"У нас вы сможете заказать эксклюзивные статуэтки, памятные призы, спортивные награды (кубки, медали, значки, дипломы), гравировку подарочного алкоголя, индивидуальную упаковку https://classicgifts.ru/naklejki-s-logotipom.html\\r\\n  Каждый заказ мы готовы выполнить в неповторимом дизайне, вкладывая в производство свой творческий потенциал, знания, опыт https://classicgifts.ru/pvx-brasletyi.html\\r\\n \\r\\nЦена: Заказная работа ? \\r\\nО нас https://classicgifts.ru/formyi-dlya-vyipechki-i-zharki.html\\r\\n \\r\\nЗаказать мерч для компаний и брендов и корпоративные подарки с логотипом https://classicgifts.ru/beach-bags.html\\r\\n \\r\\nКоторый может решить любую задачу с вашим заказом https://classicgifts.ru/polietilenovyie-paketyi.html\\r\\n \\r\\nЭто готовое изделие, которое принадлежит заказчику https://classicgifts.ru/promo-suveniryi/\\r\\n  Но мы можем использовать эту идею для создания нового проекта https://classicgifts.ru/antistress-suveniryi/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:41:42','2026-01-21 01:41:42','aae1d0ee-ce84-48db-baf0-091dbeeadf07'),
(12314,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianedulp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"При приобретении данной продукции у вас будет возможность получить подробную консультацию и пройти обучение с помощью наших врачей-физиотерапевтов, которые имеют для этого специальное образование https://beauty-prestige.ru/catalog/moyki-parikmakherskie/\\r\\n \\r\\nСертификат о полномочиях HONKON https://beauty-prestige.ru/catalog/instrumenty-dlya-masterov/\\r\\n \\r\\nМебель для салонов красоты https://beauty-prestige.ru/catalog/spa-oborudovanie/\\r\\n \\r\\nЦена: 7 250 руб https://beauty-prestige.ru/\\r\\n \\r\\nОставить заявку на расчет кредита https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n \\r\\nLefis K27 1200W https://beauty-prestige.ru/catalog/spa-oborudovanie/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:41:45','2026-01-21 01:41:45','512a851c-37da-4e9f-ac35-1de3e934e1a4'),
(12326,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DerekNic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Почему вам нужно быть нашим корпоративным клиентом? \\r\\nКоманда с опытом https://corporativ-luxe.ru/nayti-vykhod\\r\\n \\r\\nЧтобы во время отдыха избежать очередей, бронируйте все возможное заранее https://corporativ-luxe.ru/idei-korporativnyh-prazdnikov\\r\\n  Оплатите билеты на самолет и пройдите онлайн-регистрацию до вылета, приобретите билеты в музеи, оформите номера в гостинице, аренду конференц-залов и транспорта https://corporativ-luxe.ru/oae\\r\\n  Так вы сможете сэкономить не только время, но и деньги — за раннее бронирование во многих местах предоставляют скидку https://corporativ-luxe.ru/vip-servis\\r\\n  Кроме того, это поможет получить лучшие условия — поселить сотрудников на одном этаже, выбрать близкие места в самолете и лучшие залы для собраний https://corporativ-luxe.ru/korporativnaya-programma-po-sledam-dzheymsa-bonda\\r\\n \\r\\nПочему стоит доверить корпоратив за рубежом нам? \\r\\nНаши бизнес-клиенты https://corporativ-luxe.ru/organizacija-korporativnyh-kruizov\\r\\n \\r\\nКорпоративные отдых и тимбилдинг https://corporativ-luxe.ru/shri-lanka\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:42:51','2026-01-21 01:42:51','f3845618-3025-427e-a2a5-4a21aad88e3e'),
(12327,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyAvada\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"KPI прописываем в договоре https://proffseo.ru/kontakty\\r\\n  При невыполнении целевых метрик – возвращаем деньги https://proffseo.ru/\\r\\n \\r\\nЗаказать продвижение сайта у надежного подрядчика https://proffseo.ru/\\r\\n  Увеличить целевой небрендовый трафик на сайт ecco-shoes https://proffseo.ru/privacy\\r\\n ru https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\n«Оптимизация + развитие» для охвата рынка https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nРеальная гарантия на раскрутку сайта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nсредний ежегодный прирост трафика https://proffseo.ru/\\r\\n \\r\\nРазрабатывает стратегию внешней оптимизации проекта https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Подбирает тематические площадки и форумы для размещения публикаций https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Подбирает аккаунты для использования к стратегии размещения https://proffseo.ru/\\r\\n  Готовит и размещает контент на сторонних тематических площадках https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Ищет новые способы получения качественных внешних ссылок https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Планирует бюджет на внешнюю оптимизацию и контролирует баланс на сервисах https://proffseo.ru/privacy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:42:56','2026-01-21 01:42:56','e8b82b57-d4c5-4550-92e4-7cf348b30d8f'),
(12347,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddycub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"по версии Рейтинга Рунета 2022 https://proffseo.ru/kontakty\\r\\n \\r\\nВ качестве примера посмотрим на сайт Wikipedia https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n org https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Википедия геоНЕзависима и попадает в ТОП-10 по многим запросам и регионам России https://proffseo.ru/privacy\\r\\n \\r\\nрост небрендового трафика https://proffseo.ru/\\r\\n \\r\\nВ среднем, продвижение по нескольким регионам сразу в компании «Пиксель Плюс» начинается от 60 000 рублей в месяц (если в списке городов имеется Москва) и от 40 000, если продвижение по 2 регионам без Москвы https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nУчёт региона пользователя, снятие омонимии https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nПродвижение лифтовой компании https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:44:10','2026-01-21 01:44:10','cdae5b5e-836a-49d2-a635-ffecfeace60c'),
(12365,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidsoags\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На сегодняшний день элитная мебель пользуется особенным интересом среди населения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d14.html\\r\\n   Как правило, изготавливают ее на заказ, поэтому покупатели с самыми большими требованиями могут выполнить различные индивидуальные пожелания https://www.legnostyle.ru/catalog/inter-eri/\\r\\n \\r\\nВозможность воссоздания интерьера по эскизам https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-19.html\\r\\n   Если вы не подобрали ничего из нашего каталога, закажите создание гарнитура по индивидуальному эскизу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i12.html\\r\\n   Эту услугу уже оценили многие архитекторы и дизайнеры https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a4.html\\r\\n   Вы можете приобрести у нас немецкую мебель, которая будет полностью соответствовать дизайнерскому замыслу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d53.html\\r\\n \\r\\nМы получили приятную скидку, заказав свою встроенную кухню в период проведения акции https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=18\\r\\n   Быстро согласовали все условия и вскоре стали счастливыми обладателями новой кухни! \\r\\nВ Китае выращивают свыше 70% от общего мирового объёма производства съедобных грибов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-28.html\\r\\n   Об этом сообщили на пресс-конференции в Пекине, посвященной Международной ярмарке грибов, которая запланирована \\r\\nТакой вид отделки мебели существует очень давно, наши предки использовали кожу в разных целях и для оббивки мебели тоже https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/?PAGEN_1=4\\r\\n   На сегодняшний день это больше чем просто элемент декора https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o4.html\\r\\n   Это, в каком-то роде, особая философия, способная даже перерасти в будущем в отдельное стилевое решение https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-4.html\\r\\n \\r\\n Количество категорий людей, которые приезжают в Китай, строго ограничено https://www.legnostyle.ru/proizvodstvo/mebel/\\r\\n   Как правило, это туристы, бизнесмены или студенты https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i10.html\\r\\n   Есть еще эмигранты и рабочие https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d9.html\\r\\n    И если бизнесмены с \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:45:50','2026-01-21 01:45:50','f3ee815d-d70d-41cf-ae1e-401e9b02a519'),
(12373,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidboync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"С 2001 года итальянская мебель, предлагаемая компанией  представлена на сайте компании https://www.legnostyle.ru/catalog/kuhni/?PAGEN_1=4\\r\\n   Здесь покупатель может выбрать любую мебель от известных итальянских производителей, перечень которых представлен на сайте, а также аксессуары к ней https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=4\\r\\n \\r\\nМы уже 10 лет занимаемся реализацией добротной, экологически чистой и безопасной мебели в России https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=9\\r\\n   Каждый посетитель нашего сайта найдет для себя подходящий вариант, соответствующий его вкусовым предпочтениям и финансовым возможностям https://www.legnostyle.ru/catalog/inter-eri/?PAGEN_1=11\\r\\n \\r\\nКроме того, мебель от лидирующих производителей отличается дополнительной отделкой с применением натурального сусального золота (24К) https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-4.html\\r\\n   Эстетику внешнего вида в основном задают изящные элементы, характерные для французского и итальянского стиля https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-1.html\\r\\n \\r\\nГород Харбин – административный центр северо-восточной китайской провинции Хэйлунцзян – стал настоящим ледовым королевством https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaya-dver-d28.html\\r\\n   Ведь именно здесь в эти дни проходит \\r\\nДве означенные страны являются лидерами среди производителей элитной мебели https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=18\\r\\n   Лучшее, что существует на сегодня – либо итальянская, либо французская мебель https://www.legnostyle.ru/catalog/dveri/iz-massiva/?PAGEN_1=18\\r\\n \\r\\nПервоклассные кухни, выполненные в данном стиле, отличаются необходимой функциональностью, простотой и богатством конфигураций, зависящих от планировки помещения или личных предпочтений https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d30.html\\r\\n   Подход к проектированию кухонь подобного стиля допускает определенную свободу (иногда даже сочетая несочетаемое), что предполагает возможность изготовления мебели по особому заказу https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-16.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:46:39','2026-01-21 01:46:39','0fba8002-1575-4ca7-b711-9257147319f8'),
(12377,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelCox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Коммуникация https://shcherbinins.ru/contacts\\r\\n \\r\\nФуршетные сеты – от 1 350 рублей https://shcherbinins.ru/contacts\\r\\n \\r\\nВячеслав 1 мая 2025 https://shcherbinins.ru/menu\\r\\n \\r\\nДля данного мероприятия перед нами стояла задача разработать Скандинавское меню https://shcherbinins.ru/contacts\\r\\n  Необходимо было выдержать тематику этого события, предложить актуальные блюда и красиво визуально преподнести гостям https://shcherbinins.ru/uslugy\\r\\n \\r\\nФуршетное меню на 12-15 персон https://shcherbinins.ru/menu\\r\\n \\r\\nMosfurshet catering-это сервис по заказу и доставки еды для проведения банкетов, фуршетов, корпоративов, кофе брейков https://shcherbinins.ru/uslugy\\r\\n  У нас Вы можете самостоятельно полностью сформировать и рассчитать стоимость меню для проведения свадьбы, дня рождения, юбилея или выездного мероприятия и пикника на природе https://shcherbinins.ru/uslugy\\r\\n  Наши специалисты всегда помогут вам правильно подготовить меню для мероприятия любого масштаба и уровня сложности https://shcherbinins.ru/contacts\\r\\n  Разнообразное и аппетитное меню нашей кухни позволит превратить любое мероприятие в незабываемое праздничное торжество! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:47:05','2026-01-21 01:47:05','1ff2753e-b805-461a-b246-eb0414671992'),
(12379,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenPhern\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nНынешний Чемпионат Европы является вторым подряд, в котором принимает участие 24 команды, а не 16 https://www.ndt-club.com/product-534-ysd-60-yltrazvykovoi-defektoskop.htm\\r\\n  Соответственно, и в плей-офф выходят сразу 16 команд  https://www.ndt-club.com/produkcija-76-portativnie-akystiko-emissionnie-sistemi.htm\\r\\n  https://www.ndt-club.com/product-431-pion-2m-impylsnii-rentgenovskii-apparat.htm\\r\\n  https://www.ndt-club.com/product-499-bylat-3-mnogofynkcionalnii-yltrazvykovoi-tolshinomer-s-a-i-v-skanami.htm\\r\\n \\r\\nРаботает по:   черным металламРабочая температура:   -40°С до +50°СМакс https://www.ndt-club.com/product-477-indykcionnii-nagrevatel-easytherm-3-5-pivoting.htm\\r\\n  измерение:   2000 микронШаг измерений:   20 микронПодсветка экрана:   НетДоп https://www.ndt-club.com/product-728-t4-izmeritelnii-stend-dlya-yltrazvykovogo-tverdomera-tkm-459.htm\\r\\n  функции:   нетПроизводство:   ПольшаГарантия:   1 год \\r\\nРаботает по:   черным и цветным металламРабочая температура:   0°С до +50°СМакс https://www.ndt-club.com/product-708-rft-magnetic-belt-magnitnii-krepejnii-remen.htm\\r\\n  измерение:   1250 микронШаг измерений:   1 микронПодсветка экрана:   НетДоп https://www.ndt-club.com/product-337-izmeritel-prochnosti-betona-beton-pro-condtrol.htm\\r\\n  функции:   поворотный экранПроизводство:   КитайГарантия:   1 год \\r\\nПри заказе цифровых портативных УЗ толщиномеров труб WT-100A (ВТ100А) рекомендуем быть внимательными при оформлении заказа, в т https://www.ndt-club.com/product-981-avm-yf-350kr-yltrafioletovii-fonar.htm\\r\\n ч https://www.ndt-club.com/product-951-chehol-t01.htm\\r\\n  учитывать возможные варианты записи обозначения и встречающиеся ошибки при заказе https://www.ndt-club.com/produkcija-240-rentgenflyorescentnie-analizatori.htm\\r\\n  Например, нам доводилось сталкиваться с такими ошибками в заявках: \\r\\n*Цена на WT100A указана без НДС=20%, без учета акций, скидок и спецпредложений, конкретные условия и цены, как заказать (купить) толщиномер WT100A, а также наличие на складе(или срок изготовления/производства) уточняйте у менеджеров отдела продаж по электронной почте и телефону, указанным в разделе сайта  https://www.ndt-club.com/produkcija.htm\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:47:10','2026-01-21 01:47:10','a4aa8948-8f94-4bfe-b086-23497f4cb218'),
(12382,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JesusCof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ch.e.m.a.xk.i.r.i.l.l@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://www.unifrance.org/newsletter-click/6763261?url=http://em-dom.ru\\r\\nhttps://nabat.tomsk.ru/go/url=https:/em-dom.ru\\r\\nhttps://sitereport.netcraft.com/?url=https://em-dom.ru/\\r\\nhttps://wiki.evilmadscientist.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://captcha.2gis.ru/form?return_url=https://em-dom.ru\\r\\nhttps://mana310.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://reporting.sainsburysmagazine.co.uk/cgi-bin/rr/nobook:151187nosent:64962nosrep:93621/https:/em-dom.ru\\r\\nhttps://sda.foodandtravel.com/live/www/delivery/ck.php?ct=1&oaparams=2__bannerid=14__zoneid=14__source={obfs:}__cb=18dd655015__oadest=http://em-dom.ru\\r\\nhttps://eric.ed.gov/?redir=https://em-dom.ru/\\r\\nhttps://davadava.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://gogvo.com/redir.php?k=d58063e997dbb039183c56fe39ebe099&url=https://em-dom.ru/\\r\\nhttps://up.band.us/snippet/view?url=em-dom.ru\\r\\nhttps://www.survivalmonkey.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://beeyann.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://adsfac.net/search.asp?url=http://em-dom.ru\\r\\nhttps://passport-us.bignox.com/sso/logout?service=https://em-dom.ru/\\r\\nhttps://aoisakana5.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://freewebsitetemplates.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://www.wellness.com/Version/Full?returnUrl=http://em-dom.ru\\r\\nhttp://s03.megalodon.jp/?url=http://em-dom.ru/\\r\\nhttps://wiki.securepoint.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://ipmba.org/?URL=http://em-dom.ru\\r\\nhttps://popjulia.onelink.me/COvz?pid=pc-bottom&c=home&af_dp=com.chicv.popjulia://&af_web_dp=http://em-dom.ru&is_retargeting=true\\r\\nhttp://inginformatica.uniroma2.it/?URL=em-dom.ru\\r\\nhttps://drugs.ie/?URL=https://em-dom.ru\\r\\nhttps://www.pearlevision.com/m20ScheduleExamView?catalogId=15951&clearExams=1&langId=-1&returnUrl=http://em-dom.ru&storeId=12002&storeNumber=21129027\\r\\nhttps://a.pr-cy.ru/em-dom.ru/\\r\\nhttps://forum.reizastudios.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://soundingames.dei.uc.pt/api.php?action=https://em-dom.ru\\r\\nhttps://pro.obesityhelp.com/tracked/?r=em-dom.ru&id=profile_website_10001\\r\\nhttp://adms.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=6685__zoneid=2040__cb=dfaf38fc52__oadest=http://em-dom.ru\\r\\nhttps://tokyo.new-akiba.com/ra/www/delivery/ck.php?ct=1&oaparams=2__bannerid=3__zoneid=3__cb=154a423fea__oadest=https://em-dom.ru\\r\\nhttps://suecia.kb.se/goto/http:/em-dom.ru/\\r\\nhttps://www.adminer.org/redirect/?url=https://em-dom.ru&lang=en\\r\\nhttps://show.jspargo.com/attendeeAcquisitionTool/src/tracking10click.asp?caller=attAcqWidget&widgetId=61&redirectUrl=http://em-dom.ru\\r\\nhttps://stats.sobyanin.ru/metrics/r/?muid=15196b01-6d0b-4689-b2fc-241a3e6ae908&category=04a6660a-c3fe-4fc3-84a6-60afd7dc9422&url=https://em-dom.ru\\r\\nhttps://newsletter.usi.ch/email/n?h=2obmeqV6fSqh5ZdQ0zugSbZMYMrMfiYL&l=//em-dom.ru\\r\\nhttps://cpen.com/?url=https://em-dom.ru\\r\\nhttps://priuschat.com/proxy.php?link=https://em-dom.ru\\r\\nhttp://cr.naver.com/redirect-notification?u=https://em-dom.ru\\r\\nhttps://www.skisprungschanzen.com/link.php?id=2&url=http://em-dom.ru\\r\\nhttp://innerside.dothome.co.kr/bbs/skin/link/hit_plus.php?sitelink=http://em-dom.ru&id=link&page=1&sn1=&divpage=1&category=2&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc &no=4\\r\\nhttps://masaru323.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://hudsonltd.com/?URL=em-dom.ru\\r\\nhttps://studenthelpr.com/redirect?redirectTo=http://em-dom.ru\\r\\nhttp://maheev.perm.ru/bitrix/rk.php?goto=http://em-dom.ru\\r\\nhttps://dot.wp.pl/redirn?SN=facebook_o2&t=1628334247&url=https://em-dom.ru/\\r\\nhttps://accounts.ac-illust.com/signup?lang=vi&serviceURL=https://em-dom.ru\\r\\nhttps://the-take.com/?URL=https://em-dom.ru\\r\\nhttp://kanten-papa.kir.jp/ranklink/rl_out.cgi?id=7200&url=http://em-dom.ru\\r\\nhttps://dailyhoroscopeplus.onelink.me/kLrr?pid=app_share&c=test&af_web_dp=http://em-dom.ru\\r\\nhttps://decidim.calafell.cat/link?external_url=http://em-dom.ru\\r\\nhttps://forums.techarp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.sunnymake.com/alexa/?domain=http://em-dom.ru\\r\\nhttps://kanose.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://board-en.drakensang.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://link-sekiya.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://english.republiquelibre.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://wiki.zcubes.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://forums.overclockers.com.au/proxy.php?link=http://em-dom.ru\\r\\nhttps://hermis.alberta.ca/paa/Details.aspx?st=randall&ReturnUrl=http://em-dom.ru&dv=True&DeptID=1&ObjectID=PR2006\\r\\nhttps://www.vanderbiltcupraces.com/?URL=http://em-dom.ru\\r\\nhttps://envios.uces.edu.ar/control/click.mod.php?email={{email}}&id_envio=1557&url=https://em-dom.ru/\\r\\nhttps://mail2.mclink.it/SRedirect/em-dom.ru\\r\\nhttps://tinhte.vn/proxy.php?link=http://em-dom.ru\\r\\nhttps://secure.nationalimmigrationproject.org/np/clients/nationalimmigration/tellFriend.jsp?subject=Attending 2020+Annual+Pre-AILA+Crimes+and+Immigration+Virtual+CLE&url=http://em-dom.ru\\r\\nhttps://forum.mobile-networks.ru/go.php?http://em-dom.ru\\r\\nhttps://app.nexoos.com.br/mkt/borrower/registration_wizard/partner_redirection?link=https://em-dom.ru&partner=geru\\r\\nhttps://ad.inter-edu.com/ox/www/delivery/ck.php?ct=1&oaparams=2__bannerid=43467__zoneid=286__OXLCA=1__cb=04acee1091__oadest=https://em-dom.ru\\r\\nhttp://help.speciesfile.org/api.php?action=http://em-dom.ru\\r\\nhttps://www.math.auckland.ac.nz/wiki/index.php?search=https://em-dom.ru&title=Special:Search&go=Go\\r\\nhttp://bodyblow.s9.xrea.com/x/cutlinks/rank.php?url=http://em-dom.ru\\r\\nhttps://daemon.indapass.hu/http/session_request?redirect_to=https://em-dom.ru/&partner_id=bloghu\\r\\nhttps://littlenugget.onelink.me/1071849834?pid=Sponsorship&c=BCBVIP&af_dp=littlenugget://&af_web_dp=http://em-dom.ru\\r\\nhttps://kolflow.univ-nantes.fr/mediawiki/api.php?action=https://em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://forum.corvusbelli.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://phleguratone-music-games.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://hchocolatier.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://gun.deals/external-link?url=http://em-dom.ru\\r\\nhttps://syaoruu.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.hawaiitourismauthority.org/speedbump/?targetUrl=https://em-dom.ru\\r\\nhttps://sp.jp.wazap.com/info/jump.wz?url=https://em-dom.ru\\r\\nhttps://w1.weblahko.sk/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://www.kh-vids.net/proxy.php?link=http://em-dom.ru\\r\\nhttps://sc-state-library.mobilize.io/links?lid=gfQh03emv3hVxS0d5O3hjw&token=XBcQsLRbmwZhh21rh4UWww&url=http://em-dom.ru\\r\\nhttps://osallistu.ouka.fi/link?external_url=https://em-dom.ru\\r\\nhttps://forum.doctissimo.fr/inscription-1.html?referer_url=https://em-dom.ru\\r\\nhttps://www.decidim.barcelona/link?external_url=https://em-dom.ru\\r\\nhttp://www.ub.uni-heidelberg.de/cgi-bin/edok?dok=https://em-dom.ru\\r\\nhttps://asoechat.wap.sh/redirect?url=em-dom.ru\\r\\nhttps://m.shopinportland.com/redirect.aspx?url=em-dom.ru\\r\\nhttps://wetpussygames.com/porn/out.php?id=em-dom.ru/\\r\\nhttps://plantationfl.adventistchurch.org/forwarder/part1?url=https://em-dom.ru\\r\\nhttps://memo8.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://participez.nanterre.fr/link?external_url=https://em-dom.ru\\r\\nhttps://lospoblanos.com/?URL=http://em-dom.ru\\r\\nhttps://forum.winhost.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.studyladder.com/games/activity/word-match-s-a-t-p-i-n-35665?backUrl=http://em-dom.ru\\r\\nhttp://ijpc.uscannenberg.org/?URL=http://em-dom.ru\\r\\nhttps://islam.de/ms?r=https://em-dom.ru\\r\\nhttps://secure.radio-online.com/cgi-bin/rol.exe/ssiteid?em-dom.ru\\r\\nhttps://sp.baystars.co.jp/community/club_baystars/shop_map.php?catg=bene&id=g_005&linkURL=http://em-dom.ru/\\r\\nhttps://sat.issprops.com/?URL=em-dom.ru/\\r\\nhttp://2015.adfest.by/banner/redirect.php?url=http://em-dom.ru\\r\\nhttps://idoooll.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.thetfp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://doba.te.ua/gateway?goto=https://em-dom.ru/\\r\\nhttps://ai.blackfacts.com/redirect/FactSource/13d1ce12-1229-404b-bf31-8bdda75b7d55/03290b70-9a99-489b-a7fa-318ae1b60a6e/https://em-dom.ru\\r\\nhttps://www.hcsparta.cz/media_show.asp?type=1&id=246&url_back=http://em-dom.ru\\r\\nhttps://sso.qiota.com/api/v1/logout?redirect_uri=https://em-dom.ru\\r\\nhttps://partner.beautysuccess.fr/servlet/effi.redir?id_compteur=22392471&url=http://em-dom.ru\\r\\nhttps://pram.elmercurio.com/Logout.aspx?ApplicationName=EMOL&SSOTargetUrl=https://em-dom.ru/&l=yes\\r\\nhttps://daccha.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://galacy-mountain.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://adx.dcfever.com/ads/www/delivery/ck.php?ct=1&oaparams=2__bannerid=1138__zoneid=2__cb=a4d7c48ece__oadest=http://em-dom.ru\\r\\nhttps://odorun.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://empyriononline.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://cities.bythenumbers.sco.ca.gov/embed/barchart?branch_type=revenue&current_entity=org1&year=2020&child_entity=org2&org1=Yuba+City&sort_field=total&sort=desc&is_leaf=false&human_name=City&sourceUrl=https://em-dom.ru&type=content\\r\\nhttps://www.oxfordpublish.org/?URL=em-dom.ru/\\r\\nhttps://vortez.net/revive2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=96__zoneid=7__cb=7b05f93fa3__oadest=http://em-dom.ru\\r\\nhttp://old.urc.ac.ru/cgi/click.cgi?url=http://em-dom.ru\\r\\nhttps://fcviktoria.cz/media_show.asp?id=2924&id_clanek=2467&media=0&type=1&url=https://em-dom.ru\\r\\nhttp://fdp.timacad.ru/bitrix/redirect.php?event1&event2&event3&goto=http://em-dom.ru/\\r\\nhttps://vyper.io/conversions/cookieconversionpage?entry_id=9248247&url=http://em-dom.ru\\r\\nhttps://pl.grepolis.com/start/redirect?url=http://em-dom.ru\\r\\nhttps://www.sexpin.net/source/em-dom.ru/\\r\\nhttps://content.hh.ru/api/v1/click?contentId=538&placeId=2&employerId=581458&domainAreaId=1353&host=https://em-dom.ru\\r\\nhttps://cas.rec.unicen.edu.ar/cas/login?gateway=true&service=https://em-dom.ru\\r\\nhttps://msmgo.onelink.me/4240393215?pid=Web_traffic&c=Energy_Montior&af_channel=Website_footer&af_dp=MSMMoreMoney:///app/moneysupermarket-go&af_web_dp=http://em-dom.ru\\r\\nhttps://www.freeseotoolbox.net/domain/em-dom.ru/update\\r\\nhttps://whois.gandi.net/en/results?search=em-dom.ru\\r\\nhttps://jump.5ch.net/?em-dom.ru\\r\\nhttps://jenskiymir.com/proxy.php?url=http://em-dom.ru/34zxVq8\\r\\nhttps://bnb.easytravel.com.tw/click.aspx?no=3835&class=1&item=1001&area=6&url=http://em-dom.ru\\r\\nhttps://maximal-life.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://optimize.viglink.com/page/pmv?url=https://em-dom.ru\\r\\nhttps://www.stationwagonforums.com/forums/proxy.php?link=https://em-dom.ru\\r\\nhttps://us.member.uschoolnet.com/register_step1.php?_from=em-dom.ru\\r\\nhttps://w1.websnadno.cz/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://rezkyrizani.xtgem.com/fb_/text_lingkaran?site=em-dom.ru&lt\\r\\nhttps://paulgravett.com/?URL=em-dom.ru/\\r\\nhttps://sekainoriron.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://tb.getinvisiblehand.com/adredirect.php?url=https://em-dom.ru\\r\\nhttps://vote.socialpsychology.org/index.htm?host2=em-dom.ru\\r\\nhttp://h1s.goodgame.ru/del/ck.php?ct=1&oaparams=2__bid=190__zid=26__cb=bc85c561c6__oadest=http://em-dom.ru\\r\\nhttps://vdigger.com/downloader/downloader.php?utm_nooverride=1&site=em-dom.ru\\r\\nhttps://gochiemon.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.db.lv/ext/http://em-dom.ru\\r\\nhttps://beta.novell.com/common/util/get_language_url.php?language=en-us&url=http:///em-dom.ru\\r\\nhttps://ads.agorafinancial.com/www/delivery/ck.php?ct=1&oaparams=2__bannerid=529__zoneid=4__cb=e74ef55876__oadest=http://em-dom.ru\\r\\nhttps://t10.org/cgi-bin/s_t10r.cgi?First=1&PrevURL=https://em-dom.ru\\r\\nhttps://digiex.net/proxy.php?link=https://em-dom.ru\\r\\nhttps://bbs.sp.findfriends.jp/?pid=go_link&url=http://em-dom.ru\\r\\nhttps://www.shareaholic.com/logout?origin=http://em-dom.ru\\r\\nhttps://almanach.pte.hu/oktato/273?from=http://em-dom.ru\\r\\nhttps://kirov-portal.ru/away.php?url=https://em-dom.ru\\r\\nhttps://smart.link/5bb788a3d5b83?site_id=Web_NBCS_Philly&creative_id=nbcsphi1356&cp_4=em-dom.ru\\r\\nhttp://www.bovec.net/redirect.php?link=em-dom.ru/&un=reedw.cf&from=bovecnet\\r\\nhttps://fffw2.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://adms3.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=527__zoneid=667__cb=72cbf61f88__oadest=http://em-dom.ru\\r\\nhttps://www.emuparadise.me/logout.php?next=https://em-dom.ru\\r\\nhttps://wiki.code4lib.org/index.php?title=/em-dom.ru&action=history&printable=yes\\r\\nhttps://www.fahrradmonteur.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://m.shopinlosangeles.net/redirect.aspx?url=https://em-dom.ru\\r\\nhttps://nick.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://rs.rikkyo.ac.jp/rs/error/ApplicationError.aspx?TopURL=https://em-dom.ru\\r\\nhttps://ofsilvers.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://dados.ibict.br/pt_PT/api/1/util/snippet/api_info.html?resource_id=2ace6719-6b73-4285-b349-49dbbaa7de53&datastore_root_url=http://em-dom.ru\\r\\nhttps://toneto.net/redirect?url=http://em-dom.ru/\\r\\nhttps://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=JnB1YklkPTE3NDEwJnNpdGVJZD0xNzQxMSZhZElkPTEyMTgyJmthZHNpemVpZD03JmNhbXBhaWduSWQ9NjI0MiZjcmVhdGl2ZUlkPTAmYWRTZXJ2ZXJJZD0yNDM=_url=https://em-dom.ru\\r\\nhttps://www.rovaniemi.fi/includes/LoginProviders/ActiveDirectory/ADLogin.aspx?ReturnUrl=https://em-dom.ru\\r\\nhttps://forums.officialpsds.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://semanticweb.cs.vu.nl/linkedatm/browse/list_resource?r=http://em-dom.ru\\r\\nhttps://amk-team.ru/go/?url=https://em-dom.ru\\r\\nhttps://community.restaurant.org/links?url=https://em-dom.ru\\r\\nhttp://woostercollective.com/?URL=em-dom.ru\\r\\nhttps://forums.fugly.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.etcconnect.com/logout.aspx?bc_ReturnURL=https://em-dom.ru\\r\\nhttps://www.hogodoc.com/?URL=em-dom.ru/\\r\\nhttps://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=60610D15439B4103A0BF4E1051EDCF8B&url=https://em-dom.ru/&c=12807976268214810202&mkt=en-us\\r\\nhttps://owner.netkeiba.com/?horse_id=2020100124&pid=horse_shokin&return_url=https://em-dom.ru\\r\\nhttps://translate.itsc.cuhk.edu.hk/gb/em-dom.ru/weilun/b5/valk/valk_profile.html\\r\\nhttps://es.catholic.net/ligas/ligasframe.phtml?liga=https://em-dom.ru\\r\\nhttps://firsttee.my.site.com/TFT_login?website=em-dom.ru\\r\\nhttps://domain.opendns.com/em-dom.ru\\r\\nhttps://dreamerdream.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.oddworld.com/_shop/shop.php?store=em-dom.ru\\r\\nhttps://www.chara-ani.com/member_rule.aspx?src=https://em-dom.ru\\r\\nhttp://esvc000236.wic027u.server-web.com/include/Reurl3.php?adtype=hits&table=1&gunid=30&url=em-dom.ru\\r\\nhttps://framinghamlibrary.org/?URL=em-dom.ru\\r\\nhttps://cm-eu.wargaming.net/frame/?service=frm&project=moo&realm=eu&language=en&login_url=http://em-dom.ru\\r\\nhttp://www.webclap.com/php/jump.php?sa=t&url=http://em-dom.ru/\\r\\nhttps://wiki.bzflag.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://if-himazin2.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://s-panda.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://prlog.ru/analysis/em-dom.ru\\r\\nhttps://fetchyournews.com/revive/www/delivery/ck.php?oaparams=2__bannerid=458__zoneid=43__cb=1931d27daa__oadest=http://em-dom.ru\\r\\nhttps://forums2.battleon.com/f/interceptor.asp?dest=em-dom.ru/\\r\\nhttps://www.cleanlink.com/adviewer.asp?adi=/hs/graphics/19/10/019_HS_1019&p=hs1019-019-MatsInc&e=website [at] cleanlink [dot] com&u=https://em-dom.ru\\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:48:45','2026-01-21 01:48:45','4104e5d2-6d6b-49ec-84bd-0a9d8b5fc751'),
(12397,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgecak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:50:26','2026-01-21 01:50:26','c8bb6ba7-09c1-4a26-b351-c99df7d9498d'),
(12411,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidgep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"При выборе средств декора делового помещения дизайнеры часто отдают предпочтение мебели из дорогого дерева, произрастающего в России https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d18.html\\r\\n   Она дешевле, чем продукция из редких пород, но смотрятся предметы интерьера так же отлично https://www.legnostyle.ru/catalog/inter-eri/peregorodki/?PAGEN_1=3\\r\\n   Вся современная мебель пропитывается особыми средствами, которые предотвращают гниение и нападение вредителей https://www.legnostyle.ru/mebel-iz-krasnogo-dereva.html\\r\\n \\r\\nЭлитная кухня - это непревзойденное сочетание максимального удобства, функциональности и изысканного дизайна https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a17.html\\r\\n   Пребывание на такой кухне - сплошное удовольствие, ведь даже приготовление пищи из обязанности превращается в приятное времяпрепровождение https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-7.html\\r\\n   Уют и комфорт элитных кухонь от компании  создается каждой деталью - индивидуальный подход к каждому клиенту позволяет удовлетворить любые требования и пожелания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i27.html\\r\\n \\r\\nРеставрация выполняется опытными мастерами на профессиональном уровне https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s15.html\\r\\n   Позвоните по нашему телефону прямо сейчас, чтобы пригласить специалиста на дом или в офис! Мы вернем ваши изделия к жизни быстро, аккуратно и качественно! \\r\\nЕвропейская мебель всегда пользовалась популярностью за пределами тех стран, в которых она производилась, особенно если речь шла об изделиях искусных итальянских мастеров https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-15.html\\r\\n   Сегодня ничего не изменилось - мебель из Европы позволят сделать интерьер стильным и статусным https://www.legnostyle.ru/catalog/mebel/d1-2.html\\r\\n   А для того, чтобы получить настоящий эксклюзив, стоит заглянуть на сайт  - здесь в каталоге представлены элитные предметы интерьера, которые направляются непосредственно с фабрик Италии и других стран https://www.legnostyle.ru/catalog/inter-eri/potolok-model-pt-4.html\\r\\n \\r\\nЭлитная немецкая и итальянская мебель в Барнауле https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-7.html\\r\\n   Кухни, спальни, прихожие и гардеробные - вся мебель спланирована таким образом, чтобы легко реализовать творческие задумки в интерьере дома, с учётом особенностей жилья https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-p6.html\\r\\n \\r\\nОригинальный дизайнерский проект https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=6\\r\\n   У моделей всегда присутствует новая идея https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/peregorodka-a12.html\\r\\n   Дизайнерская мебель всегда разрабатывается с учётом дизайн-проекта всего интерьера в целом, это обеспечивает единство стиля и гармонию https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-11.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:51:52','2026-01-21 01:51:52','17774b38-3294-420e-9f31-7c93161aca36'),
(12412,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidgep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"При разработке элитных моделей мебельных гарнитуров для спальни дизайнеры компании  учитывают особенности планировки помещения, а также предпочтения клиентов в выборе дизайна, материала и фурнитуры https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/mejkomnatnaa-dver-o16.html\\r\\n \\r\\nМногие путешественники уже знают о том, что в Китае довольно опасное дорожное движение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p6.html\\r\\n   Большинство из туристов по этой причине предпочитают передвигаться по территории Поднебесной на \\r\\nКачество https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/dver-i30.html\\r\\n   Приобретение моделей мебели этой категории считается удачным вложением средств, так как со временем её цена не только не снижается, но зачастую даже растёт https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-4.html\\r\\n   Изделия не теряют форму, не снижают прочность, их цвета продолжают оставаться такими же сочными https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/md-7.html\\r\\n   Для изготовления в большинстве случаев используются натуральные и особо ценные материалы https://www.legnostyle.ru/razdviznoj_stol.html\\r\\n \\r\\nТрадиционно, дорогие элитные кухни выполняются в классическом стиле, но это далеко не единственный вариант - ценители роскошного и стильного минимализма или сложных индивидуальных авторских проектов также останутся довольны результатом https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/?PAGEN_1=2\\r\\n   Опыт специалистов компании  и ваше видение будущего интерьера позволят вместе создать настоящее произведение искусства https://www.legnostyle.ru/uglovoi_stol.html\\r\\n \\r\\nУ элитной мебели также, как и у любой другой, есть свои исключительные черты и характеристики https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/?PAGEN_1=5\\r\\n   Выбирая элитную мебель, следует ориентироваться и на цену, и на производителя https://www.legnostyle.ru/catalog/inter-eri/potolki/potolok-model-pt-24.html\\r\\n   В Италии, например, немало семейных предприятий, выпускающих роскошную высококачественную мебель, и это является всем известным фактом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o9.html\\r\\n   Как и то, что настоящая элитная мебель удовольствие не из дешёвых https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=16\\r\\n   И, тем не менее, всё больше людей, в том числе и со средним достатком, предпочитают приобретать мебель класса , справедливо рассчитывая на то, что такая мебель покупается на десятилетия https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e25.html\\r\\n \\r\\nС хорошей выделкой - только такой вид кожи используется итальянскими мастерами для отделки твердой мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-o3.html\\r\\n   Вощеная, патинированная и дополнительно покрыта водоотталкивающими средствами, она выглядит шикарно https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-22.html\\r\\n    \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:51:52','2026-01-21 01:51:52','4afb6adf-6590-421a-b0aa-a4dddd0828cc'),
(12420,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shermanvow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заводы металлоконструкций Челябинская область, Челябинск 31 https://mobelmetall.ru/blog\\r\\n 03 https://mobelmetall.ru/questions\\r\\n 2022 https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\nОсновная продукция: строительные металлоконструкции https://mobelmetall.ru/\\r\\n \\r\\nЛИГАМЕТАЛЛА https://mobelmetall.ru/ourproduction\\r\\n \\r\\nПроизводство и реализация конструкций из металла и бетона ЖБИ https://mobelmetall.ru/policy\\r\\n  Доставка по югу России, ДНР, ЛНР https://mobelmetall.ru/contacts\\r\\n \\r\\nСправочник «Металлургия https://mobelmetall.ru/questions\\r\\n  Металлопоставки https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  Россия и страны СНГ» (электронная, ежедневно обновляемая версия) \\r\\nАО ОГРН: 1026000903598 Основано: 16 https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n 10 https://mobelmetall.ru/policy\\r\\n 1998 https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:52:39','2026-01-21 01:52:39','c9eea13d-cbad-49b4-9a43-66f283405f76'),
(12432,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianbup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Оптимальные сроки внутренней доставки любых грузов по территории РФ, а также грузоперевозки в Казахстан и Беларусь Доставка грузов любого объема и веса в любую точку России (от небольших партий в составе сборного груза до масштабных перевозок автопоездами) Транспортировка опасных, негабаритных грузов с использованием специализированных единиц транспорта Обширный собственный автопарк (от небольших маневренных авто до солидных автопоездов с объемом кузова 120 метров) и возможность привлечения транспорта сторонних организаций Работа по системе «door to door» - мы заберем и доставим партию любого объема к дверям склада, офиса или дома Консолидация грузов в полностью оборудованных терминалах в Москве и Санкт-Петербурге Сеть представительств во многих городах РФ Обработка грузов (упаковка, маркировка) Дополнительные услуги по страхованию, экспедированию грузов, а также услуги грузчиков и индивидуальная доставка https://keycargo.ru/partneram/\\r\\n \\r\\nМожно ли отдать курьеру сразу несколько заказов? \\r\\nПеревозка 4-й или 5-й шины в подарок! \\r\\nОплата перевозки груза онлайн https://keycargo.ru/tarify/\\r\\n \\r\\nНажмите кнопку «Отменить заказ» в форме заказа https://keycargo.ru/sklad/\\r\\n  Если курьер к этому моменту еще не доехал до вас, платить ничего не нужно https://keycargo.ru/tarify/\\r\\n  Если курьер уже на месте, то отмена будет платной https://keycargo.ru/tarify/\\r\\n \\r\\nСайт услуг грузоперевозок «Мой груз» доступен на русском, английском, немецком и польском языках https://keycargo.ru/tarify/\\r\\n  Тем самым, сбор самой актуальной информации в области перевозки грузов автомобильным транспортом доступен не только в России, но и по всему миру https://keycargo.ru/kontakty/\\r\\n  К примеру, при добавлении информации о грузе на русском языке «Мой груз» автоматически переведет её и покажет перевозчику из Германии на немецком, а логисту из Варшавы на польском языке https://keycargo.ru/tarify/\\r\\n  В большинстве своём, информация о грузоперевозках на международном английском языке способна соединить грузовладельцев и владельцев транспорта в любой точке мира https://keycargo.ru/o-kompanii/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:54:04','2026-01-21 01:54:04','df6a1dc3-1612-4971-9ce2-13b8e80cf101'),
(12436,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldAcada\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мебельная фурнитура в Москве оптом от крупного и известного производителя мебельной фурнитуры – это залог успешного мебельного бизнеса и гарантия стабильности поставок и цен https://kupefurnitur.ru/\\r\\n  Купить мебельную фурнитуру оптом стало еще проще, мы возьмем на себя все вопросы, связанные с доставкой, все что вам потребуется – это внести предоплату и ждать груз на указанным адресе https://kupefurnitur.ru/\\r\\n \\r\\nПрименение современного клея гарантирует высокую прочность соединения https://kupefurnitur.ru/contact\\r\\n  Вы можете найти подробную информацию о каждом товаре, узнать область и способ применения клея в каталоге продукции РосАкс https://kupefurnitur.ru/onas\\r\\n  При необходимости менеджеры готовы ответить на интересующие вас вопросы по телефонам компании https://kupefurnitur.ru/contact\\r\\n \\r\\n6 https://kupefurnitur.ru/contact\\r\\n 4 https://kupefurnitur.ru/onas\\r\\n  Субъект персональных данных имеет право на отзыв согласия на обработку своих персональных данных, однако Общество вправе продолжить обработку персональных данных без согласия субъекта персональных данных при наличии законных оснований https://kupefurnitur.ru/price\\r\\n \\r\\n\\r\\nПредусмотрены для подвижного закрепления https://kupefurnitur.ru/catalog\\r\\n  Купить мебельную фурнитуру предпочитают для створок и дверей https://kupefurnitur.ru/price\\r\\n  Мебельные изделия отличаются небольшими габаритами, в том числе это петли скрытого типа, предназначенные для стекла, массива, МДФ и ДСП https://kupefurnitur.ru/catalog\\r\\n  Тип материала важен, поскольку влияет на фиксацию https://kupefurnitur.ru/price\\r\\n \\r\\n-Доставка в пределах МКАД для ОПТОВЫХ заказов свыше 40000 рублей бесплатная, при доставке за МКАД до 5 км минимальная сумма заказа для бесплатной доставки должна быть 50000 рублей https://kupefurnitur.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:54:16','2026-01-21 01:54:16','1b6c948b-fded-4096-bd83-9662a681b680'),
(12440,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidsoags\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Российские импортёры сельскохозяйственной продукции активно закупают овощи и фрукты в Китае https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l4-5.html\\r\\n   Ожидается, что объём сделок в ближайшее время достигнет 7,25 млн долларов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d21.html\\r\\n   Самые читаемые записи \\r\\nВ действительности перепродажа товаров из Китая выгодное дело, если знать правильных продавцов и особенности китайского рынка https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i30.html\\r\\n   Выбор товаров и производителей в \\r\\nФабрика, известная исключительно новаторским подходом в итальянском дизайне https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-13.html\\r\\n   Предлагает огромное количество решений https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=17\\r\\n   Предпочитает использовать только самые высокотехнологичные и натуральные материалы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d27.html\\r\\n   Продукция отличается неизменным качеством и передовым, современным дизайном https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-4.html\\r\\n \\r\\nЭксклюзивная немецкая мебель в Москве по доступным ценам - это стильная и комфортная мебель-Германия https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-13.html\\r\\n   Мы предлагаем , , ,  и , , и , , то есть полный интерьер Вашего дома с гарантированным сочетанием натуральных материалов и в идеальной цветовой гармонии, при комплектации на разных фабриках https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=13\\r\\n \\r\\nВряд ли можно недооценить значение мебели в интерьере любого жилья https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-scg-13.html\\r\\n   Именно мебель делает его уютным и индивидуальным https://www.legnostyle.ru/catalog/inter-eri/potolki/?PAGEN_1=4\\r\\n   Однако сегодня качественная мебель стала большим дефицитом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvijnaa-dver-rd-11.html\\r\\n \\r\\nКаждый заказ для нашего производства особенный, а каждый проект — уникальный https://www.legnostyle.ru/derevyannaya-arka.html\\r\\n   Дизайнерская мебель из натурального дерева на заказ подчеркнёт изысканность, индивидуальность и неповторимость интерьера https://www.legnostyle.ru/catalog/kuhni/kuhna-30.html\\r\\n   Индивидуальный подход наших дизайнеров помогает создавать уникальный продукт https://www.legnostyle.ru/catalog/mebel/spalni/sp-4.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:54:35','2026-01-21 01:54:35','35aeef4d-cac3-41de-878c-a37a041b100e'),
(12441,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JesusVex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chemax.ki.ril.l@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://eventlog.netcentrum.cz/redir?data=aclick2c239800-486339t12&s=najistong&url=https://em-dom.ru&v=1\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://kettypay.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forums.overclockers.com.au/proxy.php?link=http://em-dom.ru\\r\\nhttps://decidimos.monterrey.gob.mx/link?external_url=https://em-dom.ru\\r\\nhttps://littlenugget.onelink.me/1071849834?pid=Sponsorship&c=BCBVIP&af_dp=littlenugget://&af_web_dp=http://em-dom.ru\\r\\nhttps://framinghamlibrary.org/?URL=em-dom.ru\\r\\nhttps://decidim.santcugat.cat/link?external_url=https://em-dom.ru\\r\\nhttps://forum.corvusbelli.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://msmgo.onelink.me/4240393215?pid=Web_traffic&c=Energy_Montior&af_channel=Website_footer&af_dp=MSMMoreMoney:///app/moneysupermarket-go&af_web_dp=http://em-dom.ru\\r\\nhttps://fetchyournews.com/revive/www/delivery/ck.php?oaparams=2__bannerid=458__zoneid=43__cb=1931d27daa__oadest=http://em-dom.ru\\r\\nhttps://wiki.evilmadscientist.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://almanach.pte.hu/oktato/273?from=http://em-dom.ru\\r\\nhttp://www.bovec.net/redirect.php?link=em-dom.ru/&un=reedw.cf&from=bovecnet\\r\\nhttps://m.shopinlosangeles.net/redirect.aspx?url=https://em-dom.ru\\r\\nhttps://www.etcconnect.com/logout.aspx?bc_ReturnURL=https://em-dom.ru\\r\\nhttps://hudsonltd.com/?URL=em-dom.ru\\r\\nhttps://adsfac.net/search.asp?url=http://em-dom.ru\\r\\nhttps://sc-state-library.mobilize.io/links?lid=gfQh03emv3hVxS0d5O3hjw&token=XBcQsLRbmwZhh21rh4UWww&url=http://em-dom.ru\\r\\nhttps://optimize.viglink.com/page/pmv?url=https://em-dom.ru\\r\\nhttps://cm-eu.wargaming.net/frame/?service=frm&project=moo&realm=eu&language=en&login_url=http://em-dom.ru\\r\\nhttps://reporting.sainsburysmagazine.co.uk/cgi-bin/rr/nobook:151187nosent:64962nosrep:93621/https:/em-dom.ru\\r\\nhttps://www.db.lv/ext/http://em-dom.ru\\r\\nhttps://stats.sobyanin.ru/metrics/r/?muid=15196b01-6d0b-4689-b2fc-241a3e6ae908&category=04a6660a-c3fe-4fc3-84a6-60afd7dc9422&url=https://em-dom.ru\\r\\nhttps://newsletter.usi.ch/email/n?h=2obmeqV6fSqh5ZdQ0zugSbZMYMrMfiYL&l=//em-dom.ru\\r\\nhttps://hchocolatier.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://love.goxip.com/hk/affiliate?url=http://em-dom.ru\\r\\nhttps://vyper.io/conversions/cookieconversionpage?entry_id=9248247&url=http://em-dom.ru\\r\\nhttps://jump.5ch.net/?em-dom.ru\\r\\nhttps://tinhte.vn/proxy.php?link=http://em-dom.ru\\r\\nhttps://dailyhoroscopeplus.onelink.me/kLrr?pid=app_share&c=test&af_web_dp=http://em-dom.ru\\r\\nhttps://sat.issprops.com/?URL=em-dom.ru/\\r\\nhttps://www.fahrradmonteur.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://sda.foodandtravel.com/live/www/delivery/ck.php?ct=1&oaparams=2__bannerid=14__zoneid=14__source={obfs:}__cb=18dd655015__oadest=http://em-dom.ru\\r\\nhttps://forum.reizastudios.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://english.republiquelibre.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://www.hogodoc.com/?URL=em-dom.ru/\\r\\nhttps://forums.officialpsds.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://forum.winhost.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://daemon.indapass.hu/http/session_request?redirect_to=https://em-dom.ru/&partner_id=bloghu\\r\\nhttps://www.chara-ani.com/member_rule.aspx?src=https://em-dom.ru\\r\\nhttp://esvc000236.wic027u.server-web.com/include/Reurl3.php?adtype=hits&table=1&gunid=30&url=em-dom.ru\\r\\nhttps://domain.opendns.com/em-dom.ru\\r\\nhttps://studenthelpr.com/redirect?redirectTo=http://em-dom.ru\\r\\nhttps://the-take.com/?URL=https://em-dom.ru\\r\\nhttps://www.math.auckland.ac.nz/wiki/index.php?search=https://em-dom.ru&title=Special:Search&go=Go\\r\\nhttp://s03.megalodon.jp/?url=http://em-dom.ru/\\r\\nhttps://www.storeboard.com/profile/show_webpage_profile.asp?url=http://em-dom.ru\\r\\nhttps://mail2.mclink.it/SRedirect/em-dom.ru\\r\\nhttps://dreamerdream.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://submit.jpmph.org/member/s_login.php?s_login=11&s_url=http://em-dom.ru\\r\\nhttps://paulgravett.com/?URL=em-dom.ru/\\r\\nhttps://vdigger.com/downloader/downloader.php?utm_nooverride=1&site=em-dom.ru\\r\\nhttp://kanten-papa.kir.jp/ranklink/rl_out.cgi?id=7200&url=http://em-dom.ru\\r\\nhttps://www.vanderbiltcupraces.com/?URL=http://em-dom.ru\\r\\nhttps://sso.qiota.com/api/v1/logout?redirect_uri=https://em-dom.ru\\r\\nhttp://fdp.timacad.ru/bitrix/redirect.php?event1&event2&event3&goto=http://em-dom.ru/\\r\\nhttps://prlog.ru/analysis/em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://www.studyladder.com/games/activity/word-match-s-a-t-p-i-n-35665?backUrl=http://em-dom.ru\\r\\nhttps://www.hawaiitourismauthority.org/speedbump/?targetUrl=https://em-dom.ru\\r\\nhttps://www.constructionenquirer.com/wp-content/themes/constructionenquirer/adclick.php?url=http://em-dom.ru\\r\\nhttp://maheev.perm.ru/bitrix/rk.php?goto=http://em-dom.ru\\r\\nhttps://sp.jp.wazap.com/info/jump.wz?url=https://em-dom.ru\\r\\nhttps://syaoruu.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://eric.ed.gov/?redir=https://em-dom.ru/\\r\\nhttp://ijpc.uscannenberg.org/?URL=http://em-dom.ru\\r\\nhttps://nabat.tomsk.ru/go/url=https:/em-dom.ru\\r\\nhttps://accounts.ac-illust.com/signup?lang=vi&serviceURL=https://em-dom.ru\\r\\nhttps://forum.mobile-networks.ru/go.php?http://em-dom.ru\\r\\nhttps://www.emuparadise.me/logout.php?next=https://em-dom.ru\\r\\nhttps://suecia.kb.se/goto/http:/em-dom.ru/\\r\\nhttps://islam.de/ms?r=https://em-dom.ru\\r\\nhttps://priuschat.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://phleguratone-music-games.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.pearlevision.com/m20ScheduleExamView?catalogId=15951&clearExams=1&langId=-1&returnUrl=http://em-dom.ru&storeId=12002&storeNumber=21129027\\r\\nhttps://forum.lephoceen.fr/proxy.php?link=https://em-dom.ru\\r\\nhttps://freewebsitetemplates.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://rezkyrizani.xtgem.com/fb_/text_lingkaran?site=em-dom.ru&lt\\r\\nhttps://www.sexpin.net/source/em-dom.ru/\\r\\nhttps://osallistu.ouka.fi/link?external_url=https://em-dom.ru\\r\\nhttps://beeyann.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttp://inginformatica.uniroma2.it/?URL=em-dom.ru\\r\\nhttps://www.shareaholic.com/logout?origin=http://em-dom.ru\\r\\nhttps://aoisakana5.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://pram.elmercurio.com/Logout.aspx?ApplicationName=EMOL&SSOTargetUrl=https://em-dom.ru/&l=yes\\r\\nhttps://drugs.ie/?URL=https://em-dom.ru\\r\\nhttps://www.hcsparta.cz/media_show.asp?type=1&id=246&url_back=http://em-dom.ru\\r\\nhttps://dados.ibict.br/pt_PT/api/1/util/snippet/api_info.html?resource_id=2ace6719-6b73-4285-b349-49dbbaa7de53&datastore_root_url=http://em-dom.ru\\r\\nhttps://my.w.tt/a/key_live_pgerP08EdSp0oA8BT3aZqbhoqzgSpodT?medium=&feature=&campaign=&channel=&$always_deeplink=0&$fallback_url=em-dom.ru&$deeplink_path=\\r\\nhttps://sp.baystars.co.jp/community/club_baystars/shop_map.php?catg=bene&id=g_005&linkURL=http://em-dom.ru/\\r\\nhttps://my.icaew.com/security/Account/Logout?returnUrl=https://em-dom.ru\\r\\nhttps://www.skisprungschanzen.com/link.php?id=2&url=http://em-dom.ru\\r\\nhttps://maximal-life.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://nick.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.thickcash.com/iframe_content/video_banners/finishhim/fh-300x250-1/index.php?siteLink=https://em-dom.ru\\r\\nhttps://content.hh.ru/api/v1/click?contentId=538&placeId=2&employerId=581458&domainAreaId=1353&host=https://em-dom.ru\\r\\nhttps://a.pr-cy.ru/em-dom.ru/\\r\\nhttps://www.wenxuecity.com/blog/?act=haiwai_blog&url=http://em-dom.ru\\r\\nhttp://adms.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=6685__zoneid=2040__cb=dfaf38fc52__oadest=http://em-dom.ru\\r\\nhttps://login.uleth.ca/cas/login?service=https://em-dom.ru/&gateway=true\\r\\nhttps://app.nexoos.com.br/mkt/borrower/registration_wizard/partner_redirection?link=https://em-dom.ru&partner=geru\\r\\nhttps://passport-us.bignox.com/sso/logout?service=https://em-dom.ru/\\r\\nhttps://www.cleanlink.com/adviewer.asp?adi=/hs/graphics/19/10/019_HS_1019&p=hs1019-019-MatsInc&e=website [at] cleanlink [dot] com&u=https://em-dom.ru\\r\\nhttp://woostercollective.com/?URL=em-dom.ru\\r\\nhttps://daccha.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://firsttee.my.site.com/TFT_login?website=em-dom.ru\\r\\nhttps://ipmba.org/?URL=http://em-dom.ru\\r\\nhttps://lospoblanos.com/?URL=http://em-dom.ru\\r\\nhttps://click.simsfinds.com/go?url=http://em-dom.ru\\r\\nhttps://nabchelny.ru/welcome/blindversion/normal?callback=http://em-dom.ru\\r\\nhttps://m.shopinportland.com/redirect.aspx?url=em-dom.ru\\r\\nhttps://idoooll.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://doba.te.ua/gateway?goto=https://em-dom.ru/\\r\\nhttps://vortez.net/revive2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=96__zoneid=7__cb=7b05f93fa3__oadest=http://em-dom.ru\\r\\nhttps://beta.novell.com/common/util/get_language_url.php?language=en-us&url=http:///em-dom.ru\\r\\nhttps://pro.obesityhelp.com/tracked/?r=em-dom.ru&id=profile_website_10001\\r\\nhttps://gochiemon.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://rinbro.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttp://old.urc.ac.ru/cgi/click.cgi?url=http://em-dom.ru\\r\\nhttps://secure.nationalimmigrationproject.org/np/clients/nationalimmigration/tellFriend.jsp?subject=Attending 2020+Annual+Pre-AILA+Crimes+and+Immigration+Virtual+CLE&url=http://em-dom.ru\\r\\nhttps://www.decidim.barcelona/link?external_url=https://em-dom.ru\\r\\nhttps://amk-team.ru/go/?url=https://em-dom.ru\\r\\nhttps://secure.radio-online.com/cgi-bin/rol.exe/ssiteid?em-dom.ru\\r\\nhttps://popjulia.onelink.me/COvz?pid=pc-bottom&c=home&af_dp=com.chicv.popjulia://&af_web_dp=http://em-dom.ru&is_retargeting=true\\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:55:11','2026-01-21 01:55:11','62fc9d83-a83c-4e78-9e12-94447d3bfdcd'),
(12445,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shermanthync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Более 5000 промышленных предприятий зарегистрированы на WikiProm https://mobelmetall.ru/ourproduction\\r\\n  Присоединяйтесь к нам, чтобы вас увидели новые клиенты https://mobelmetall.ru/\\r\\n \\r\\nпредварительной обработки, в процессе которой с помощью резки, рубки получают заготовки для определенных изделий; сборочно-сварочного и инструментально-механического производства, где изготавливаются различные элементы конструкций; подготовки перед покраской и покраски готовых изделий https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\nАдрес: 423800, РТ,г https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n Набережные Челны, ул https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n Моторная 38, офис 216 Адрес местонахождения производства: 423800, РТ,г https://mobelmetall.ru/policy\\r\\n Набережные Челны, ул https://mobelmetall.ru/questions\\r\\n Моторная 38 Телефон: 8(8552)20-20-53 Эл https://mobelmetall.ru/aboutus\\r\\n  почта: info@kzmktempo https://mobelmetall.ru/ourproduction\\r\\n ru Сайт: kzmktempo https://mobelmetall.ru/blog\\r\\n ru Директор: Казыханов Эдуард Фаилевич 79 ? \\r\\nАМК-МЕТИЗ Адрес: г https://mobelmetall.ru/gibka-metalla\\r\\n  Алматы, ул https://mobelmetall.ru/\\r\\n  Бекмаханова, д https://mobelmetall.ru/\\r\\n  96/4 Тел.: + 7 (727) 313-13-60 https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\n«А ГРУПП Стальные Конструкции» - современная производственная компания, специализирующаяся на изготовлении качественных металлоконструкций и сэндвич-панелей, а также поставке полнокомплектных зданий из комплектующих собственного производства https://mobelmetall.ru/aboutus\\r\\n \\r\\nООО «ОЗСК» - многопрофильное строительно-производственное предприятие, обеспечивающее все этапы создания объектов «под ключ» в области строительной индустрии https://mobelmetall.ru/blog\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:55:22','2026-01-21 01:55:22','50f16451-0655-4781-92eb-307fbe7f376a'),
(12457,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jesusbup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"c.hema.xkiri.ll@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:56:46','2026-01-21 01:56:46','085275d6-c668-45de-b743-c56a37b36824'),
(12463,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TyroneDib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мебель для кафе, ресторанов https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/stulya/orirshhdshr/\\r\\n \\r\\nПодлокотники https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-xardi/\\r\\n \\r\\nМягкая мебель для кафе, баров, ресторанов Sheffilton https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-«spajk»/\\r\\n \\r\\nВелюр https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/mebel-iz-naturalnoj-kozhi/divan-chester-loft/\\r\\n \\r\\nОт ворсистого велюра иногда отказываются в пользу других обивок, опасаясь, что он станет притягивать мелкий мусор и пыль https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-1,-rogozhka-08/\\r\\n  В кафе и ресторане это нежелательно https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-burgundiya/\\r\\n \\r\\nНаш менеджер свяжется с вами https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-dortmand/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:57:33','2026-01-21 01:57:33','ecb181f5-e5b9-4821-8bd0-018f9b1489c7'),
(12466,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelbok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ВИДЕООТЧЕТЫ НАШЕЙ РАБОТЫ https://dez-spasatel.ru/company/\\r\\n \\r\\nЮжный округ https://dez-spasatel.ru/articles/authors/\\r\\n \\r\\nПОДОРОБНЕЕ О СЭС ЮВАО https://dez-spasatel.ru/articles/tarakany/sredstva-ot-tarakanov-kombat-combat-obzor-i-ikh-effektivnost/\\r\\n \\r\\nКонтроль и наблюдение https://dez-spasatel.ru/articles/klopy/\\r\\n \\r\\nГородская Санэпидемстанция Москвы и Московской области проводит дезинфекцию, дезинсекцию и дератизацию помещений различной направленности https://dez-spasatel.ru/dezinsekciya/muravi/\\r\\n  Профессиональная обработка поможет избавиться от насекомых, грызунов, опасных вирусов и микроорганизмов за короткий период https://dez-spasatel.ru/articles/kleshchi/ukus-kleshcha/\\r\\n  Работаем с сертифицированными препаратами, гарантирующими мгновенный результат https://dez-spasatel.ru/articles/dezinfektsiya/kak-pravilno-provodit-obrabotku-borshchevika-gerbitsidami/\\r\\n  Эффект достигается уже после 1 визита СЭС Москвы https://dez-spasatel.ru/articles/klopy/\\r\\n  Предоставляем гарантии https://dez-spasatel.ru/fumigatsiya-fogatsiya-gazatsiya/\\r\\n \\r\\nСделайте первый шаг к более здоровой среде — посетите сайт Санэпидемстанции Московской области и города Москвы https://dez-spasatel.ru/articles/tarakany/chernye-tarakany-v-kvartire-kak-izbavitsya/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 01:57:40','2026-01-21 01:57:40','ceb45c45-1d0f-4e0e-9d97-4d6f4da46f00'),
(12496,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tyronedenue\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Удобство гостя зависит от глубины посадки, высоты спинки, ширины подлокотников https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-sharon/\\r\\n  Универсальных решений нет, только рекомендации «от» и «до» https://divanlogia.ru/sales/?page=8\\r\\n  Например, желательная глубина посадки начинается с 45 см https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-«siti»/\\r\\n \\r\\nМебель для кафе, ресторанов https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-mishel/\\r\\n \\r\\nПолгода назад произвели оптовый заказ мебели для кафе у компании Кеплид https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/modulnyie-divanyi/divan-malta-4/\\r\\n  Отдали предпочтение данному поставщику из-за доступных цен и широкого ассортимента https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/hilton,-rogozhka-35/\\r\\n  Вежливые сотрудники всегда помогут с выбором и консультируют https://divanlogia.ru/catalog/krovati-i-paneli/krovat-katrin/\\r\\n  Сервис на высшем уровне! Советую! \\r\\nФорма ножек (опор) \\r\\nБез уютной и комфортной мягкой мебели невозможно обойтись при создании интерьера кафе, ресторана или отеля https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-burgundiya/\\r\\n  Если вас интересует, где можно купить красивую мягкую мебель для ресторанов, обратите внимание на товары, представленные в каталоге \\\"Проффбар\\\". \\r\\nБез подлокотников https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-verona/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:02:30','2026-01-21 02:02:30','fbd36dbd-3171-450f-80e6-5cd3908bd68b'),
(12497,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Briankap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Откройте новые возможности для бизнеса с нашим косметологическим оборудованием! Предлагаем широкий ассортимент продукции, который поможет вам предоставить своим клиентам современные и эффективные процедуры https://beauty-prestige.ru/catalog/spa-oborudovanie/\\r\\n \\r\\nЦена: 26 500 руб https://beauty-prestige.ru/catalog/spa-oborudovanie/\\r\\n \\r\\nВозможность разбить платежи на срок от 6 до 36 месяцев https://beauty-prestige.ru/catalog/moyki-parikmakherskie/\\r\\n \\r\\nОснащён неинвазивными многоразовыми наконечниками с большим ресурсом работы https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n \\r\\nЛет на рынке аппаратной косметологии https://beauty-prestige.ru/catalog/oborudovanie-dlya-manikyura/\\r\\n \\r\\nлазеры: аблятивные и неаблятивные, фракционные, для удаления сосудов и татуировок, для эпиляции; RF-аппараты: неинвазивные моно- и мультиполярные, игольчатые, фракционные; IPL-аппараты; аппараты для криолиполиза; аппараты для ультразвуковых процедур и ударно-волновой терапии https://beauty-prestige.ru/catalog/spa-oborudovanie/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:02:37','2026-01-21 02:02:37','d866e1f6-1827-435d-a13e-2480f1a0ba3d'),
(12498,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TylerdoucT\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Отзывы и благодарности наших клиентов https://classicgifts.ru/futlyaryi-lecce-pen.html\\r\\n \\r\\nВиды печати на футболках https://classicgifts.ru/zazhimyi-dlya-paketov.html\\r\\n \\r\\nКомпания «Проект 111» — один из ведущих поставщиков деловых подарков https://classicgifts.ru/plastikovyie-bejdzhi.html\\r\\n  Много лет являясь лидером рынка промо сувениров, мы производим и поставляем сувенирную продукцию с печатью логотипа https://classicgifts.ru/shokoladnyie-naboryi.html\\r\\n \\r\\nАртикул 2911 Бизнес подарок на юбилей \\\"70 лет\\\" \\r\\nЗаказать похожее https://classicgifts.ru/usb-cuff.html\\r\\n \\r\\nСвязаться с нами можно по телефону +7 (495) 969-24-50, другие виды контактов — здесь https://classicgifts.ru/handle-magnet.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:02:37','2026-01-21 02:02:37','3fca0b0d-132b-4596-8e23-91b441a6b6db'),
(12499,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DerekChink\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Главный критерий — возможность быстро и легко добраться в выбранное место https://corporativ-luxe.ru/korporativ-na-maldivah-na-chastnoy-yahte\\r\\n  Конечно, корпоративный отдых в экзотической стране понравится всем, но из-за долгого перелета и акклиматизации вы потеряете половину времени https://corporativ-luxe.ru/korporativ-v-dagestane\\r\\n  Принимайте решение, основываясь также на выбранном формате проведения мероприятия — к программе отдыха должно быть легко добавить тренинги, тимбилдинги и мастер-классы, чтобы корпоратив прошел весело и с пользой https://corporativ-luxe.ru/korporativ-v-dagestane\\r\\n \\r\\nВам даже не обязательно находить время, чтобы приехать к нам в офис! Все документы подготовим удаленно https://corporativ-luxe.ru/corporativ-v-peru\\r\\n  Электронный документооборот и смс-подписание договора (как в банке) доступны для вашего удобства https://corporativ-luxe.ru/korporativnye-prazdniki-1\\r\\n \\r\\nРабота с персональным менеджером https://corporativ-luxe.ru/korporativnaya-programma-po-sledam-dzheymsa-bonda\\r\\n \\r\\nТимбилдинг на Кубе никого не оставит равнодушным https://corporativ-luxe.ru/organizacija-korporativnyh-kruizov\\r\\n  Для посещения этой страны не нужна виза, поэтому культурное наследие, народные промыслы, песчаные берега и уникальная тропическая природа доступны каждому https://corporativ-luxe.ru/korporativnyye-programmy-v-vengrii\\r\\n \\r\\nОбработка персональных данных осуществляется Агентом и его уполномоченными представителями (Туроператором и непосредственными исполнителями услуг) в целях исполнения настоящего договора (в том числе, в зависимости от условий договора — в целях оформления проездных документов, бронирования номеров в средствах размещения и у перевозчиков, передачи данных в консульство иностранного государства, разрешения претензионных вопросов при их возникновении, представления информации уполномоченным государственным органам (в том числе по запросу судов и органов внутренних дел)). \\r\\nСотрудничество между нашей компанией и лучшими объектами размещения РБ - это налаженные контакты, отработанная схема взаимодействия, личное доверием руководства https://corporativ-luxe.ru/zhd-bilety-i-avtobusy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:03:04','2026-01-21 02:03:04','9be2a083-fd43-4463-814a-774d5d1755ed'),
(12506,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldCah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"возможность работы с НДС; систему скидок, возможность участия в ограниченных акциях; специальные условия для отделов снабжения и дизайнерских бюро; качество всей представленной у нас продукции с подтверждающими сертификатами; заказ любых партий с быстрым оформлением заявок; быструю доставку в любой город России и СНГ благодаря развитой системе логистики; консультации специалистов по любому вопросу, помощь менеджеров в оформлении заказов, проведении оплаты https://kupefurnitur.ru/catalog\\r\\n \\r\\nВ ассортименте нашего интернет-магазина представлены следующие виды мебельной фурнитуры: \\r\\nНаиболее крупными поставщиками мебельной фурнитуры в России являются производители из ФРГ, Италии, КНР, Польши и США https://kupefurnitur.ru/\\r\\n  Также, достаточно большое количество качественной мебельной фурнитуры производится на внутреннем рынке России https://kupefurnitur.ru/onas\\r\\n  Купить мебельную фурнитуру в Москве оптом вы можете у нас, мы работаем с разными поставщиками и можем предложить комплексную поставку мебельной фурнитуры для вашей мебели по доступным ценам https://kupefurnitur.ru/contact\\r\\n  Достаточно большой популярностью пользуется мебельная фурнитура из Китая https://kupefurnitur.ru/contact\\r\\n  Качественная мебельная фурнитура из Китая оптом, цены которой будут ниже, чем у аналогов, может быть изготовлена в любых объемах по собственным параметрам механизма https://kupefurnitur.ru/price\\r\\n \\r\\nМебельная фурнитура https://kupefurnitur.ru/catalog\\r\\n \\r\\n4 https://kupefurnitur.ru/catalog\\r\\n  Условия обработки персональных данны х https://kupefurnitur.ru/contact\\r\\n \\r\\nМы гарантируем надежность и качество работы наших мебельных комплектующих, механизмов, инструментов и приспособлений https://kupefurnitur.ru/catalog\\r\\n  Мы предлагаем Вам комфорт, удобство и надежность товаров высочайшего качества Blum https://kupefurnitur.ru/price\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:03:56','2026-01-21 02:03:56','ab68a248-cdbb-48e9-aa90-61fe4a92fb2a'),
(12509,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeEmumn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hai, saya ingin tahu harga Anda.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:04:37','2026-01-21 02:04:37','868870dd-4acd-4215-9a88-a0c4220374bd'),
(12517,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Briantiz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания Beijing KEYLASER SCI-TECH Co 2025 https://beauty-prestige.ru/about/contacts/\\r\\n \\r\\nPremium Aesthetics является ведущим в России дистрибьютором высокотехнологичного медицинского оборудования для эстетической медицины, дерматологии, гинекологии, офтальмологии и других направлений https://beauty-prestige.ru/\\r\\n  Наши партнеры — ведущие производители аппаратов для косметологии из Израиля, США, Германии https://beauty-prestige.ru/catalog/oborudovanie-dlya-pedikyura/\\r\\n  Вы можете купить модели последнего поколения, различающиеся по принципу действия, назначению, количеству модулей, уровню цен: \\r\\nЦена: 379 000 руб https://beauty-prestige.ru/about/contacts/\\r\\n \\r\\nХотите открыть свой собственный косметологический кабинет https://beauty-prestige.ru/news/klimazon-zachem-on-nuzhen-i-kak-rabotaet.html\\r\\n \\r\\nЦена: 10 000 руб https://beauty-prestige.ru/catalog/oborudovanie-dlya-zagara/\\r\\n \\r\\nМощный и универсальный пикосекундный лазер https://beauty-prestige.ru/about/howto/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:05:55','2026-01-21 02:05:55','f59208a5-0703-42df-9be7-b19d074b0124'),
(12518,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TylerSoons\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В зависимости от вида и материала из которого изготовлена сувенирная продукция мы используем следующие технологии нанесения печати: \\r\\nЗаказать похожее https://classicgifts.ru/kalkulyatoryi.html\\r\\n \\r\\nЦена: Заказная работа ? \\r\\nБыстро, в срок и качественно выполнили заказ https://classicgifts.ru/moleskine.html\\r\\n  Очень помогли менеджеры выполнить и доставить заказ в сжатые сроки https://classicgifts.ru/transport-flash.html\\r\\n \\r\\nПРОМСБЕРБАНК https://classicgifts.ru/prochie-izdeliya-iz-silikona.html\\r\\n \\r\\nКорпоративные подарки с логотипом https://classicgifts.ru/bejsbolki-kozyirki-panamyi-bandanyi.html\\r\\n  Брендированные бизнес-сувениры на заказ https://classicgifts.ru/yoga-mat.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:05:58','2026-01-21 02:05:58','2b9123ba-10de-4490-bb76-5c634dd3b06f'),
(12523,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jerryenutt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"a.le.k.sp.roff.i.l.e.s@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"https://checksite.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:06:25','2026-01-21 02:06:25','7690e05e-c02e-456a-b9c9-f5e99c378695'),
(12524,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DerekWet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Многие компании сегодня заключают с турагентствами договор на корпоративное обслуживание, туризм делового образца имеет свои особенности, поэтому организовать его могут только профессионалы https://corporativ-luxe.ru/shri-lanka\\r\\n  Деловой туризм делится на две категории: корпоративные и индивидуальные поездки https://corporativ-luxe.ru/dominikana-1\\r\\n  Доказано, что совместные поездки повышают эффективность работы в компании, они способствуют выработке корпоративного духа https://corporativ-luxe.ru/zolotoye-koltso-rossii\\r\\n  Такой вид туризма особенно актуален для больших корпораций, часто к поездке привлекают деловых партнеров или же клиентов (в зависимости от специфики деятельности фирмы). \\r\\nБольшое спасибо компании Тера Эвент, за наше клиентское мероприятие в Румынии https://corporativ-luxe.ru/korporativnaya-programma-na-kube-more-rom-i-sigary\\r\\n  Это невероятно интересная поездка, в которой была особенная атмосфера и роскошь человеческого общения https://corporativ-luxe.ru/maldivy\\r\\n  Самые теплые воспоминания https://corporativ-luxe.ru/italiya\\r\\n \\r\\nСочетание рабочей суеты и незыблемого спокойствия https://corporativ-luxe.ru/korporativnye-tury-v-dagestan\\r\\n  Страна богата разнообразием деловых мероприятий, но в ней найдется место для любителей расслабленного отдыха https://corporativ-luxe.ru/vengriya\\r\\n \\r\\n12 000 счастливых коллег https://corporativ-luxe.ru/malayziya\\r\\n \\r\\nМы позаботимся о всех аспектах транспортировки – бронировании авиабилетов, организации трансферов и аренде транспорта на месте https://corporativ-luxe.ru/specialnye-predlozheniya\\r\\n  Весь процесс будет четко спланирован, чтобы избежать любых задержек и неудобств https://corporativ-luxe.ru/contact\\r\\n \\r\\nАвстрия https://corporativ-luxe.ru/kuba\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:06:27','2026-01-21 02:06:27','e73d1713-45ce-4821-8748-2145a49b5e82'),
(12528,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidsoags\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Итак, прежде чем делать мебель на заказ, интересуйтесь о ее качестве https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=8\\r\\n   Мебель показывает ваши статус, состояние, вкус https://www.legnostyle.ru/catalog/inter-eri/s44.html\\r\\n   Кроме того, стиль меблировки, который Вы избрали сможет помочь организовать индивидуальные особенности вашей обстановки и необходимую атмосферу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-d50.html\\r\\n \\r\\nНа российском рынке мебели большую часть занимает продукция из МДФ и ДСП https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/mejkomnatnaa-dver-o12.html\\r\\n   Естественно, подобная мебель никак не может считаться элитной https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-21.html\\r\\n   Ведь любой человек может сделать её самостоятельно https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s38.html\\r\\n \\r\\nВ отличие от дешевых аналогов из ДСП и МДФ, мебель из натурального дерева экологически безопасна, и именно ее предпочитают те, кто заботится о своем здоровье и здоровье своих близких https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-54.html\\r\\n   Лучшая мебель из дерева в СПб представлена в интерьерных салонах  https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaya-dver-o8.html\\r\\n   Это магазин элитной мебели, где продавцы и покупателя ценят неповторимую естественную красоту дерева, комфорт и благоприятную энергетику \\r\\nОтношение жителей Китая к иностранцам меняется ежегодно https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-6.html\\r\\n   Всего пару десятков лет назад иностранный турист на улицах Поднебесной мог стать причиной настоящего столпотворения, например, китайцы могли \\r\\nНе секрет, что когда мы возвращаемся вечером в свою квартиру после длинного рабочего дня, то сразу же возникает желание прилечь на большой комфортабельный диван и отдохнуть https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-8.html\\r\\n   В этом нам поможет элитная мебель из Италии, которая несомненно обеспечит нам высокий уровень комфорта https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/dver-i1.html\\r\\n   Помимо своей комфортабельности, элитная мебель также будет вас радовать своей безупречной красотой https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a10.html\\r\\n \\r\\nВозможность воссоздания интерьера по эскизам https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s3.html\\r\\n   Если вы не подобрали ничего из нашего каталога, закажите создание гарнитура по индивидуальному эскизу https://www.legnostyle.ru/catalog/mebel/spalni/sp-1.html\\r\\n   Эту услугу уже оценили многие архитекторы и дизайнеры https://www.legnostyle.ru/catalog/inter-eri/pt-9.html\\r\\n   Вы можете приобрести у нас немецкую мебель, которая будет полностью соответствовать дизайнерскому замыслу https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-25.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:06:46','2026-01-21 02:06:46','e9dae72d-7502-4ada-98e4-5b06cf2870a3'),
(12529,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TyroneNainc\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"мягкую мебель для ресторанов; мягкую мебель для кафе; мягкую мебель для баров; мягкую мебель для интерьеров гостиниц и арт -пространств https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«chester-premium»/\\r\\n \\r\\nМягкая мебель для отелей, ресторанов, кафе, баров и частных интерьеров https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/parizh-art-00015/\\r\\n \\r\\nВы можете сэкономить время, позвонив нам прямо сейчас: \\r\\nДиваны для кафе и ресторанов в Иркутске https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-«kurshavel»/\\r\\n \\r\\nДеревянное кресло в ресторан https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-gavana/\\r\\n \\r\\nЕсли вы владелец кафе, ресторана или иного заведения общественного питания, дизайнер или архитектор, то знайте: мебель из нашего каталога – это то, что модно сегодня и будет в тренде завтра https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-malta-1,-velyur-ameli-19/\\r\\n  Предлагаем современные актуальные модели в широком ассортименте, по самым низким ценам https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-«shangrila»/\\r\\n  Работайте с нами https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-lambre/\\r\\n  Каждый клиент для нас важен, каждый в статусе VIP https://divanlogia.ru/catalog/myagkaya-mebel-dlya-doma/pryamyie-divanyi/parizh-art-00010/\\r\\n  Меблировка заведений общественного питания модно, стильно, функционально – это работа компании AVALON или ее дилеров https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-montana/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:07:15','2026-01-21 02:07:15','1cdc15d9-d6a2-49fe-82d7-1d5d309eddf1'),
(12538,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelChusa\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гарантия до 5 лет по договору https://dez-spasatel.ru/dezinfekciya/obrabotka-kholodnym-tumanom/\\r\\n \\r\\nРезультаты анализов представляются в двух форматах: либо просто указывается процентное содержание искомого компонента, либо дается качественная оценка пробы https://dez-spasatel.ru/dezinfekciya/virusy/\\r\\n  Подробнее о услугах лаборатории можно узнать по номеру телефона на сайте https://dez-spasatel.ru/articles/authors/\\r\\n \\r\\nЮго-Восточный округ https://dez-spasatel.ru/dezinsekciya/shershni/\\r\\n \\r\\nУслуги санэпидемстанции в Москве https://dez-spasatel.ru/articles/kroty/kak-izbavitsya-ot-krotov/\\r\\n \\r\\nНа официальном сайте СЭС Москвы представлен перечень лабораторных исследований, которые мы проводим https://dez-spasatel.ru/dezinfekciya/ventilyatsiya/\\r\\n  Здесь можно заказать анализ воды, пищевых продуктов, чтобы выявить в них содержание опасных веществ https://dez-spasatel.ru/fumigatsiya-fogatsiya-gazatsiya/fumigatsiya-fosfinom/\\r\\n \\r\\nМы с уважением и заботой относимся к каждому клиенту https://dez-spasatel.ru/articles/dezinfektsiya/\\r\\n  Бережём его время и имущество! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:11:21','2026-01-21 02:11:21','9a32d74a-1cdd-45be-9a5b-a5ee4f0eb17a'),
(12539,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianPholf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Официальная гарантия до 24 месяцев на косметологическое о https://beauty-prestige.ru/catalog/moyki-parikmakherskie/\\r\\n \\r\\nПредназначена для эстетической коррекции контуров тела https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n \\r\\nЦена: 42 250 руб https://beauty-prestige.ru/catalog/kosmetologicheskoe-oborudovanie/\\r\\n \\r\\nЭффективное удаление волос, сосудистых патологий, дисхромии, комплексного омоложения и подтяжки https://beauty-prestige.ru/catalog/instrumenty-dlya-masterov/\\r\\n \\r\\nЦена: 11 000 руб https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n \\r\\nВ корзину Быстрый заказ https://beauty-prestige.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:11:55','2026-01-21 02:11:55','1fb3258e-9fb7-40fc-bf5c-f537dd4b3a65'),
(12540,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TylerHal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Тиснение https://classicgifts.ru/sherstyanyie-pledyi-sklad.html\\r\\n \\r\\nЦена: Заказная работа ? \\r\\nПредновогоднее время особенное: оно наполнено запахом мандаринов и свежей хвои, блеском мишуры и яркими переливами гирлянд https://classicgifts.ru/derevyannyie-prishhepki.html\\r\\n  В Новый год все воспринимается по-другому – в воздухе буквально витает ощущение приближающегося чуда и невероятного веселья https://classicgifts.ru/sumki-chexlyi-turkonvertyi/\\r\\n  Создайте сказочную атмосферу в преддверии Нового года! \\r\\nМы можем создать изделие из стекла, внутри которого будет интегрирована нефть, вода или другая жидкость https://classicgifts.ru/proizvodstvo-medalej.html\\r\\n  Такие премиальные корпоративные подарки особенно востребованы в нефтегазовой отрасли https://classicgifts.ru/chasyi-nastennyie.html\\r\\n  Капля, колба или бочка с нефтью – одни из самых оригинальных презентов нефтяникам https://classicgifts.ru/salfetki-v-individualnoj-upakovke.html\\r\\n  Но также подобные изделия найдут свое применение в сфере науки, медицины, транспорта, сельского хозяйства https://classicgifts.ru/karamel-v-pakete.html\\r\\n \\r\\nМы не просто выполняем заказы — мы помогаем вам найти лучшие решения, берем на себя все сложности и воплощаем ваши идеи в реальность https://classicgifts.ru/dekol.html\\r\\n \\r\\nАртикул 2974 Бизнес сувенир Баррель Н2О2 https://classicgifts.ru/plastikovyie-bejdzhi.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:11:58','2026-01-21 02:11:58','06e2d1ee-5b7d-4dea-8c2f-b75cc1ae53db'),
(12541,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Derekket\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Греция стабильно входит в тройку самых популярных стран для корпоративного отдыха https://corporativ-luxe.ru/tvorcheskiy-timbilding\\r\\n  Цены на проживание здесь сравнительно невысокие, при этом страна отличается гостеприимством и великолепной кухней https://corporativ-luxe.ru/qvesty\\r\\n  Лучше всего летать сюда в летний сезон, примерно с мая по октябрь: в это время деловую поездку можно совместить с пляжным отдыхом https://corporativ-luxe.ru/master-klassy\\r\\n \\r\\nОбратите внимание, что основные статьи бюджета при таком отдыхе — это логистика (перелет), проживание и питание, а также аренда площадок и проведение активностей: тимбилдингов, экскурсий, походов, квестов https://corporativ-luxe.ru/korporativ-v-armenii\\r\\n \\r\\nПредлагаем выгодные условия https://corporativ-luxe.ru/koroporativnaya-programma-v-stambule-matrica-stambula\\r\\n \\r\\nИнтересует организация корпоративного отдыха? Посетите наш офис в Москве или позвоните по телефонам +7 495 540 54 65 и +7 977 777 54 65 https://corporativ-luxe.ru/italiya\\r\\n \\r\\nОрганизуем для вас такие виды корпоративных путешествий «под ключ»: \\r\\nЗа нашими плечами множество успешно организованных событий — мы знаем, как провести по-настоящему увлекательный корпоратив https://corporativ-luxe.ru/korporativ-v-kaliningrade\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:12:19','2026-01-21 02:12:19','8f35e1ba-6a5c-4394-914a-0721f8bdb830'),
(12542,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelSpose\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"футболка с коротким рукавом https://norsy.ru/ceny\\r\\n \\r\\nПРОСТОТА В УХОДЕ https://norsy.ru/poshiv-futbolok\\r\\n \\r\\nНаписать в Telegram: \\r\\nКаковы сроки изготовления одежды? \\r\\nИзготовление и установка люверсов - 3 по цене 1 (одного) \\r\\nПошив брюк https://norsy.ru/poshiv-futbolok\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:13:31','2026-01-21 02:13:31','e06d5a2d-f8d3-4876-9acb-88a911418760'),
(12543,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidSNURI\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Эксклюзивность https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=10\\r\\n   Каждый заказ дизайнеры проектируют индивидуально, поэтому риск увидеть тот же самый интерьер стремится к нулю https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-9.html\\r\\n   Дизайнер элитной мебели не просто создаёт новую форму, он подбирает для неё материал и фурнитуру, доводя модель до совершенства https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/\\r\\n \\r\\nКачество https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=5\\r\\n   Приобретение моделей мебели этой категории считается удачным вложением средств, так как со временем её цена не только не снижается, но зачастую даже растёт https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvijnaa-dver-rd-4.html\\r\\n   Изделия не теряют форму, не снижают прочность, их цвета продолжают оставаться такими же сочными https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p8.html\\r\\n   Для изготовления в большинстве случаев используются натуральные и особо ценные материалы https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-8.html\\r\\n \\r\\nМногие путешественники уже знают о том, что в Китае довольно опасное дорожное движение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e17.html\\r\\n   Большинство из туристов по этой причине предпочитают передвигаться по территории Поднебесной на \\r\\nИнформационный портал о Китае https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p35.html\\r\\n   Ежедневные новости Китая, события и происшествия сегодня, интересные статьи, познавательные обзоры, фото и описание городов Китая, история государства \\r\\nПервоклассные кухни, выполненные в данном стиле, отличаются необходимой функциональностью, простотой и богатством конфигураций, зависящих от планировки помещения или личных предпочтений https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/komod-model-kts-27.html\\r\\n   Подход к проектированию кухонь подобного стиля допускает определенную свободу (иногда даже сочетая несочетаемое), что предполагает возможность изготовления мебели по особому заказу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-28.html\\r\\n \\r\\nПо мнению сотрудников кладбища, такие переживания помогут ценить больше жизнь https://www.legnostyle.ru/catalog/mebel/scg-11.html\\r\\n   Большинство посетителей кладбища считают такую идею странной,  Опубликовано 11/04/2018 - 21:48 \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:13:38','2026-01-21 02:13:38','30972ee2-f648-4cc2-a07b-23dc04966163'),
(12544,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leetup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dinanikolskaya99@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ողջույն, ես ուզում էի իմանալ ձեր գինը.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:15:42','2026-01-21 02:15:42','d17ead53-09a4-4402-9b44-7a35ca1c4e97'),
(12552,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidVom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вот здесь Вы сможете найти элитную мебель по доступной цене https://www.legnostyle.ru/catalog/mebel/gostinnie/g-6.html\\r\\n   Использование качественных материалов гарантирует длительный эксплуатационный период (при корректном использовании) https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/model-e31.html\\r\\n \\r\\nОбставить дом или квартиру, обустроить спальню, кабинет или библиотеку, оборудовать торговое помещение или интерьер ресторана — задача для тех, кто понимает ценность хорошей жизни https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l4-5.html\\r\\n \\r\\nИзготовление Вашей кухни началось! И теперь Вам остается только ждать https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a5.html\\r\\n   Изготовление кухни занимает до 14 дней, максимум, в зависимости от сложности заказа https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d2.html\\r\\n \\r\\nИнициатором протеста стало новое профсоюзное объединение медицинских работников https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e27.html\\r\\n   По мнению активистов, больницы Гонконга  Опубликовано 04/02/2020 - 15:45 \\r\\nПри разработке элитных моделей мебельных гарнитуров для спальни дизайнеры компании  учитывают особенности планировки помещения, а также предпочтения клиентов в выборе дизайна, материала и фурнитуры https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a2.html\\r\\n \\r\\nУже давно элитная мебель перестала быть для нас чем-то необычным https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=19\\r\\n   Все мы хотим, заплатив деньги получить что-то необычное, особенное и, конечно же, эксклюзивное https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d13.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:16:47','2026-01-21 02:16:47','1edeb1e4-09d2-4f91-80af-5fc214a6c79c'),
(12556,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Briancrugh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания ПЭК предоставляет обширный перечень дополнительных услуг: забор и доставка груза, погрузо-разгрузочные работы, страхование, упаковка, упрощенная выдача и многие другие https://keycargo.ru/kontakty/\\r\\n \\r\\nОсновными услугами компании являются: \\r\\nХотите получить более подробную информацию о доставке грузов по России транспортной компанией ПЭК и цене грузоперевозок? Рассчитайте стоимость перевозки на сайте или в мобильном приложении https://keycargo.ru/\\r\\n  Так же можно обратиться в ближайшее отделение или позвонить по номеру телефона филиала в вашем городе https://keycargo.ru/kontakty/\\r\\n \\r\\nМожно ли заказать грузовую перевозку день в день? \\r\\nОбратите внимание! \\r\\nТип кузова: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:17:11','2026-01-21 02:17:11','42384aeb-d354-40cf-8724-816d9db4283b'),
(12557,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philipvar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Достопримечательности Концерты и шоу Памятники истории Современная архитектура Храмы Шопинг https://akademy21.ru/courses/massage/master-apparatnoy-korrektsii-figury\\r\\n \\r\\nВ данный момент мы не смогли найти туры по FIXцене :( \\r\\nЭксперт по туризму https://akademy21.ru/lazernoe-udalenie-permanentnogo-makiyazha\\r\\n \\r\\n20 Января , Сб от 7 до 10 ночей от 138 985 руб https://akademy21.ru/contacts/ulanude\\r\\n  21 Января , Вс от 7 до 10 ночей от 138 985 руб https://akademy21.ru/master_brovist\\r\\n  22 Января , Пн от 5 до 10 ночей от 123 342 руб https://akademy21.ru/podolog\\r\\n  23 Января , Вт от 7 до 10 ночей от 147 146 руб https://akademy21.ru/contacts/yakutsk\\r\\n  25 Января , Чт от 7 до 10 ночей от 137 394 руб https://akademy21.ru/contacts/spb\\r\\n  26 Января , Пт от 7 до 12 ночей от 137 394 руб https://akademy21.ru/master_nogtevogo_servisa\\r\\n  27 Января , Сб от 7 до 10 ночей от 153 013 руб https://akademy21.ru/courses/massage/intimnoye-otbelivaniye-iapparatnoye-omolozheniye\\r\\n  28 Января , Вс от 7 до 10 ночей от 151 462 руб https://akademy21.ru/contacts\\r\\n  29 Января , Пн от 7 до 8 ночей от 160 805 руб https://akademy21.ru/prepodavatel_podologii\\r\\n  30 Января , Вт от 7 до 10 ночей от 148 611 руб https://akademy21.ru/apparatnaya-kosmetologiya\\r\\n  1 Февраля , Чт от 6 до 10 ночей от 129 873 руб https://akademy21.ru/blog/tpost/cajvp72vm1-europass-vash-propusk-dlya-raboti-za-gra\\r\\n  4 Февраля , Вс от 6 до 11 ночей от 129 873 руб https://akademy21.ru/trener_elektro-epilyatsiya\\r\\n  5 Февраля , Пн от 6 до 11 ночей от 146 878 руб https://akademy21.ru/trener_nutriciolog\\r\\n  6 Февраля , Вт от 7 до 11 ночей от 144 982 руб https://akademy21.ru/blog\\r\\n  7 Февраля , Ср от 7 до 11 ночей от 132 885 руб https://akademy21.ru/contacts/ussuriysk\\r\\n  10 Февраля , Сб от 7 до 10 ночей от 138 509 руб https://akademy21.ru/konturnaya-plastika-gub\\r\\n \\r\\nИменно тут можно увидеть, что такое этот самый  https://akademy21.ru/narachivabie_browei\\r\\n  Ну а чайная церемония завершит полет в невиданный по разнообразию сортов чайный мир https://akademy21.ru/narachivabie_browei\\r\\n \\r\\nПутешественники могут побывать в монастырях, посетить древние города, посетить столицу Китая, увидеть парящие горы и многое другое https://akademy21.ru/narashivanie_nogtey\\r\\n  Любой маршрут оставит массу ярких впечатлений на долгие годы https://akademy21.ru/courses/massage/apparatniy-massazh-tela-lpg\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:19:08','2026-01-21 02:19:08','439ea816-66e2-4684-8eba-d77c45a033a1'),
(12558,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldFumma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Войти и сэкономить https://rich-house.su/services/\\r\\n \\r\\nОтели Анапы «Всё Включено» \\r\\n? Геленджик ? Завтрак включён https://rich-house.su/contacts/\\r\\n \\r\\nНовороссийск (199 отелей) \\r\\nГеленджик, Геленджикский пр-т, д https://rich-house.su/restaurants/\\r\\n  133, 1463 км трассы М4 https://rich-house.su/\\r\\n \\r\\nДиапазон цен в гостиницах и отелях Геленджика https://rich-house.su/services/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:19:42','2026-01-21 02:19:42','00a5ea8e-88d1-4720-983c-d4a53180dd41'),
(12559,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shermanaerom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На заводах металлоконструкций используются различные методы сварки, включая ручную дуговую сварку, аргонно-дуговую сварку, лазерную сварку, а также автоматическую сварку в защитной атмосфере https://mobelmetall.ru/aboutus\\r\\n  Каждый метод имеет свои особенности и выбирается в зависимости от типа конструкции https://mobelmetall.ru/ourproduction\\r\\n \\r\\nДля изготовления металлоконструкций обычно используют сталь, алюминий, нержавеющую сталь, а также специальные сплавы, обеспечивающие нужные характеристики прочности, коррозионной стойкости и других параметров https://mobelmetall.ru/gibka-metalla\\r\\n \\r\\nКакие металлоконструкции производят на заводах России? \\r\\nУральский завод металлоизделий 25 Апр Саратовский завод РМК 29 Мар ТехноПром 19 Мар Егоза 11 Мар Руссталь 09 Мар Ав-Групп 03 Мар https://mobelmetall.ru/questions\\r\\n \\r\\nАВАЛДА, Дегтярский металлургический завод Адрес: г https://mobelmetall.ru/questions\\r\\n  Екатеринбург, ул https://mobelmetall.ru/questions\\r\\n  Селькоровская, д https://mobelmetall.ru/gibka-metalla\\r\\n  124 Тел.: +7 343 222-22-23,361-23-10,361-25-20 https://mobelmetall.ru/questions\\r\\n \\r\\nООО ОГРН: 1116451002942 Основано: 21 https://mobelmetall.ru/policy\\r\\n 10 https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n 2011 https://mobelmetall.ru/gibka-metalla\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:20:38','2026-01-21 02:20:38','f17d2f84-e0b8-4143-9cfe-d3044817b39f'),
(12564,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidEvirm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Китай с 1975 года смог успешно вернуть из космоса более двадцати спутников https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d11.html\\r\\n   Китайцы уверены, что технология, связанная с такими космическими аппаратам, уже доказала свою надежность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p14.html\\r\\n \\r\\nТорговые операции с КНР приобретают огромный размах https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/md-7.html\\r\\n   При этом при доставке грузов из Поднебесной приходится соблюдать большое число формальностей https://www.legnostyle.ru/catalog/lestnici/derevannie-vintovie-lestnici/lestnica-l4-3.html\\r\\n   Чтобы ввезти товар из Поднебесной в \\r\\nНа сайте проекта представлена актуальная и полная информация о более чем 5 232 680 организациях России и СНГ в виде удобного рубрикатора по сферам деятельности компаний и географического справочника организаций https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/\\r\\n   Администрация сайта не несет ответственности за контент на сайте, так как вся информация на сайте собрана из открытых источников и добавляется пользователями, а отзывы написаны посетителями сайта https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/\\r\\n   \\\\ \\r\\nНе наслаждайтесь явно комплиментом Некоторые туристы попадают в неоднозначную ситуацию, когда поблагодарив китайца, например, за вкусный обед, в ответ слышит, что на самом деле еда \\r\\nКультурная революция в Китае вовсе не завершилась, она все еще продолжается, но на китайских дорогах https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e8.html\\r\\n   Произошло обострение классовой ненависти велосипедистов и пешеходов к передвигающимся на \\r\\nТак почему же она все-таки стала такой популярной и элитной одновременно? Потому что кожа это натуральный материал, значит она не вредит экологии, а еще кожа достаточно износостойка, непроницаема для воздуха и за ней легко ухаживать https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l4-6.html\\r\\n   К тому же итальянская кожа считается первой в мире по качеству, добавьте сюда возможность заказа отделки кожей любого элемента мебели и вы получите качественную мебель, которая собой украсит ваш интерьер роскошью и натуральностью https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=13\\r\\n    \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:21:56','2026-01-21 02:21:56','26e8b416-48d4-4a4b-87a0-f9085c9ce987'),
(12565,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidEvirm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В текущем году всесторонние отношения и стратегическое партнерство между двумя странами продолжат углублённо развивать https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-18.html\\r\\n   Ожидается много важных международных событий https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d27.html\\r\\n   Об этом \\r\\nПри изготовлении мебели мы используем только качественные и натуральные материалы, такие как: ценные породы древесины, искусственный и натуральный камень, сертифицированные ДСП и МДФ https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-1.html\\r\\n \\r\\nЭлитные кухни никогда не выйдут из моды https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i14.html\\r\\n   Модные гарнитуры изготавливаются из высококачественного дорогого дерева, оснащены надежной фурнитурой и стильными элементами отделки https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-47.html\\r\\n \\r\\nДвери шкафа-купе, комодные ящики и спинки стула отделаны кожей ската, или угря https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-18.html\\r\\n   Отделывать кожей мебель можно разными способами, ясно что у итальянцев свои традиции отделки, которые могут видоизменятся от мастера к мастеру https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d32.html\\r\\n    \\r\\nВ Гонконге сотни работников медицины, в том числе медсестры и врачи, начали в понедельник забастовку https://www.legnostyle.ru/catalog/lestnici/derevannie-vintovie-lestnici/lestnica-l4-9.html\\r\\n   По информации от местных СМИ, медики требуют, чтобы власти полностью закрыли границу с материковым Китаем, что предотвратит эпидемию короонавируса в регионе https://www.legnostyle.ru/mebel-dlya-gostinnoy-iz-massiva.html\\r\\n \\r\\nЭлитная мебель для кабинета руководителя изготавливается не только из вышеперечисленных пород https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a3.html\\r\\n   Пользуются популярностью предметы интерьера из экзотических материалов https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-15.html\\r\\n   Распространенной является мебель из махагони https://www.legnostyle.ru/catalog/inter-eri/a-38.html\\r\\n   Она отличается темно малиновым, красно-коричневым цветом https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s46.html\\r\\n   Хорошо смотрится в кабинете стол или шкаф из тиса https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=2\\r\\n   Данная порода может быть, как красно-бурой, так и фиолетово-пунцовой https://www.legnostyle.ru/catalog/mebel/prihojie/gp-3.html\\r\\n   К элитным предметам интерьера относится мебель из мербау, венге, эбет, кемпас https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s14.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:21:56','2026-01-21 02:21:56','76fd46b3-c8ad-4f3a-8dd4-b31a63e04b52'),
(12566,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidflady\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Приятные цены https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-o10.html\\r\\n   Некоторым наши цены могут показаться завышенными, однако если у вас в приоритете надежность, износостойкость, прочность и экологичность, то вы поймете, что стоимость мебели полностью соответствует ее характеристикам https://www.legnostyle.ru/catalog/mebel/md-7.html\\r\\n   Мы устанавливаем максимально доступные цены на изделия, так как сотрудничаем напрямую с известными брендами https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a-13.html\\r\\n \\r\\nЭлитная немецкая и итальянская мебель в Барнауле https://www.legnostyle.ru/catalog/mebel/prihojie/gp-6.html\\r\\n   Кухни, спальни, прихожие и гардеробные - вся мебель спланирована таким образом, чтобы легко реализовать творческие задумки в интерьере дома, с учётом особенностей жилья https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l4-1.html\\r\\n \\r\\nДве означенные страны являются лидерами среди производителей элитной мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=17\\r\\n   Лучшее, что существует на сегодня – либо итальянская, либо французская мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e30.html\\r\\n \\r\\nНа элитную мебель действует складская программа, благодаря которой интересующие вас комплекты могут быть доставлены в течение 2-3 дней https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/?PAGEN_1=2\\r\\n   Каждый покупатель может воспользоваться: \\r\\nНакануне Всемирного дня борьбы со СПИДом, отмечающегося 1 декабря, статистику по заболеваемости ВИЧ/СПИД огласил Центр по профилактике болезней и контролю за очагами их возникновения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e7.html\\r\\n   Эксперты \\r\\nДизайнеры активно впитывают в себя все особенности мебельной моды 20-го столетия, кожа в те времена была супер модна https://www.legnostyle.ru/mejkomnatnye-dvoinye-dveri.html\\r\\n   Это объясняется тем что определенные стили пестрили шиком, такой материал как кожа, смог прекрасно тогда поддержать тему богатства и роскоши https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/\\r\\n   Набирающие популярность этнический стиль и колониальный, также выделяются наличием большого количества кожаных элементов мебели https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/komod-model-kts-21.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:22:22','2026-01-21 02:22:22','7a8a0750-9da6-49f8-a088-be9c26ce9489'),
(12571,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jesustes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ch.ema.xk.i.r.i.l.l@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://us.member.uschoolnet.com/register_step1.php?_from=em-dom.ru\\r\\nhttps://vortez.net/revive2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=96__zoneid=7__cb=7b05f93fa3__oadest=http://em-dom.ru\\r\\nhttps://yomi.mobi/rjump/em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://toneto.net/redirect?url=http://em-dom.ru/\\r\\nhttps://hudsonltd.com/?URL=em-dom.ru\\r\\nhttp://cr.naver.com/redirect-notification?u=https://em-dom.ru\\r\\nhttps://ofsilvers.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://suecia.kb.se/goto/http:/em-dom.ru/\\r\\nhttps://drugs.ie/?URL=https://em-dom.ru\\r\\nhttps://www.rovaniemi.fi/includes/LoginProviders/ActiveDirectory/ADLogin.aspx?ReturnUrl=https://em-dom.ru\\r\\nhttps://ads.agorafinancial.com/www/delivery/ck.php?ct=1&oaparams=2__bannerid=529__zoneid=4__cb=e74ef55876__oadest=http://em-dom.ru\\r\\nhttps://masaru323.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.sunnymake.com/alexa/?domain=http://em-dom.ru\\r\\nhttps://www.etcconnect.com/logout.aspx?bc_ReturnURL=https://em-dom.ru\\r\\nhttps://cm-eu.wargaming.net/frame/?service=frm&project=moo&realm=eu&language=en&login_url=http://em-dom.ru\\r\\nhttps://freewebsitetemplates.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://www.fahrradmonteur.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://forums2.battleon.com/f/interceptor.asp?dest=em-dom.ru/\\r\\nhttps://ai.blackfacts.com/redirect/FactSource/13d1ce12-1229-404b-bf31-8bdda75b7d55/03290b70-9a99-489b-a7fa-318ae1b60a6e/https://em-dom.ru\\r\\nhttps://www.skisprungschanzen.com/link.php?id=2&url=http://em-dom.ru\\r\\nhttps://amk-team.ru/go/?url=https://em-dom.ru\\r\\nhttps://tb.getinvisiblehand.com/adredirect.php?url=https://em-dom.ru\\r\\nhttps://forums.techarp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://priuschat.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://optimize.viglink.com/page/pmv?url=https://em-dom.ru\\r\\nhttps://captcha.2gis.ru/form?return_url=https://em-dom.ru\\r\\nhttps://phleguratone-music-games.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forums.overclockers.com.au/proxy.php?link=http://em-dom.ru\\r\\nhttps://rezkyrizani.xtgem.com/fb_/text_lingkaran?site=em-dom.ru&lt\\r\\nhttps://www.decidim.barcelona/link?external_url=https://em-dom.ru\\r\\nhttps://pl.grepolis.com/start/redirect?url=http://em-dom.ru\\r\\nhttps://app.nexoos.com.br/mkt/borrower/registration_wizard/partner_redirection?link=https://em-dom.ru&partner=geru\\r\\nhttps://aoisakana5.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://secure.nationalimmigrationproject.org/np/clients/nationalimmigration/tellFriend.jsp?subject=Attending 2020+Annual+Pre-AILA+Crimes+and+Immigration+Virtual+CLE&url=http://em-dom.ru\\r\\nhttps://community.restaurant.org/links?url=https://em-dom.ru\\r\\nhttps://www.oddworld.com/_shop/shop.php?store=em-dom.ru\\r\\nhttps://www.hogodoc.com/?URL=em-dom.ru/\\r\\nhttps://forum.corvusbelli.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://gogvo.com/redir.php?k=d58063e997dbb039183c56fe39ebe099&url=https://em-dom.ru/\\r\\nhttps://plantationfl.adventistchurch.org/forwarder/part1?url=https://em-dom.ru\\r\\nhttps://www.studyladder.com/games/activity/word-match-s-a-t-p-i-n-35665?backUrl=http://em-dom.ru\\r\\nhttps://translate.itsc.cuhk.edu.hk/gb/em-dom.ru/weilun/b5/valk/valk_profile.html\\r\\nhttps://s-panda.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forum.doctissimo.fr/inscription-1.html?referer_url=https://em-dom.ru\\r\\nhttps://content.hh.ru/api/v1/click?contentId=538&placeId=2&employerId=581458&domainAreaId=1353&host=https://em-dom.ru\\r\\nhttps://doba.te.ua/gateway?goto=https://em-dom.ru/\\r\\nhttps://w1.websnadno.cz/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://gochiemon.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://tokyo.new-akiba.com/ra/www/delivery/ck.php?ct=1&oaparams=2__bannerid=3__zoneid=3__cb=154a423fea__oadest=https://em-dom.ru\\r\\nhttps://nick.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://babkim.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://prlog.ru/analysis/em-dom.ru\\r\\nhttp://2015.adfest.by/banner/redirect.php?url=http://em-dom.ru\\r\\nhttps://m.shopinportland.com/redirect.aspx?url=em-dom.ru\\r\\nhttp://www.bovec.net/redirect.php?link=em-dom.ru/&un=reedw.cf&from=bovecnet\\r\\nhttps://studenthelpr.com/redirect?redirectTo=http://em-dom.ru\\r\\nhttps://wiki.zcubes.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://empyriononline.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://click.simsfinds.com/go?url=http://em-dom.ru\\r\\nhttps://sda.foodandtravel.com/live/www/delivery/ck.php?ct=1&oaparams=2__bannerid=14__zoneid=14__source={obfs:}__cb=18dd655015__oadest=http://em-dom.ru\\r\\nhttps://www.hawaiitourismauthority.org/speedbump/?targetUrl=https://em-dom.ru\\r\\nhttps://envios.uces.edu.ar/control/click.mod.php?email={{email}}&id_envio=1557&url=https://em-dom.ru/\\r\\nhttps://forums.fugly.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://show.jspargo.com/attendeeAcquisitionTool/src/tracking10click.asp?caller=attAcqWidget&widgetId=61&redirectUrl=http://em-dom.ru\\r\\nhttps://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=60610D15439B4103A0BF4E1051EDCF8B&url=https://em-dom.ru/&c=12807976268214810202&mkt=en-us\\r\\nhttps://www.freeseotoolbox.net/domain/em-dom.ru/update\\r\\nhttps://secure.radio-online.com/cgi-bin/rol.exe/ssiteid?em-dom.ru\\r\\nhttps://daemon.indapass.hu/http/session_request?redirect_to=https://em-dom.ru/&partner_id=bloghu\\r\\nhttps://www.survivalmonkey.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://www.shareaholic.com/logout?origin=http://em-dom.ru\\r\\nhttps://domain.opendns.com/em-dom.ru\\r\\nhttps://w1.weblahko.sk/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://accounts.ac-illust.com/signup?lang=vi&serviceURL=https://em-dom.ru\\r\\nhttps://ipmba.org/?URL=http://em-dom.ru\\r\\nhttps://www.emuparadise.me/logout.php?next=https://em-dom.ru\\r\\nhttps://owner.netkeiba.com/?horse_id=2020100124&pid=horse_shokin&return_url=https://em-dom.ru\\r\\nhttps://100day.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://my.w.tt/a/key_live_pgerP08EdSp0oA8BT3aZqbhoqzgSpodT?medium=&feature=&campaign=&channel=&$always_deeplink=0&$fallback_url=em-dom.ru&$deeplink_path=\\r\\nhttps://smart.link/5bb788a3d5b83?site_id=Web_NBCS_Philly&creative_id=nbcsphi1356&cp_4=em-dom.ru\\r\\nhttps://forums.officialpsds.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://popjulia.onelink.me/COvz?pid=pc-bottom&c=home&af_dp=com.chicv.popjulia://&af_web_dp=http://em-dom.ru&is_retargeting=true\\r\\nhttps://framinghamlibrary.org/?URL=em-dom.ru\\r\\nhttps://www.sexpin.net/source/em-dom.ru/\\r\\nhttp://ijpc.uscannenberg.org/?URL=http://em-dom.ru\\r\\nhttps://www.thetfp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.constructionenquirer.com/wp-content/themes/constructionenquirer/adclick.php?url=http://em-dom.ru\\r\\nhttps://adsfac.net/search.asp?url=http://em-dom.ru\\r\\nhttps://nabchelny.ru/welcome/blindversion/normal?callback=http://em-dom.ru\\r\\nhttps://marublog129.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.chara-ani.com/member_rule.aspx?src=https://em-dom.ru\\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:23:01','2026-01-21 02:23:01','d657f433-39ac-4954-8762-58e7bb00ab8a'),
(12572,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidSNURI\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания  заботится о своих клиентах, поэтому предлагает качественную немецкую мебель от лучших производителей https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-9.html\\r\\n   У нас широкий ассортимент продукции https://www.legnostyle.ru/catalog/inter-eri/inter-er-int8.html\\r\\n   В каталоге вы найдете большое разнообразие корпусной и мягкой мебели, которая обладает отличными эксплуатационными характеристиками https://www.legnostyle.ru/catalog/lestnici/elitnye/?PAGEN_1=4\\r\\n \\r\\nСреди предложений иомпании  отлично впишется в любой интерьер https://www.legnostyle.ru/dver-arochnaya.html\\r\\n   Огромный выбор мебели для гостиниц, баров и бильярдных могут заинтересовать также профессионалов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-o18.html\\r\\n \\r\\nДизайнерская мебель, по индивидуальному заказу, в Москве изготавливается на нашей фабрике https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-9.html\\r\\n   От момента заказа до её установки ваш заказ проходит несколько отделов: дизайнерский, конструкторский, столярный, малярный, сборочный https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/s-3.html\\r\\n   Мы производим продукцию по индивидуальным проектам для частных домов, ресторанов, офисов в Москве и Московской области https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d7.html\\r\\n \\r\\nОтделка мебели кожей позволяет сделать и без того идеальную итальянскую мебель еще более интересной и необычной https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s36.html\\r\\n   Для дизайнеров кожа как отделочный материал, выше любых модных тенденций https://www.legnostyle.ru/catalog/inter-eri/s41.html\\r\\n   Она может быть использована везде - в абажуре, в шкафах, в кроватях, даже на полу и на стенах https://www.legnostyle.ru/catalog/mebel/sp-1.html\\r\\n \\r\\nМебель из Италии во все времена считалась роскошью, достойной избранных – ее можно было увидеть только в салонах знатных особ https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=4\\r\\n   Итальянская мебель – это кропотливая работа мастеров и художников Ломбардии, Тосканы и Венеции, поколения которых создавали давние художественно-ремесленные традиции https://www.legnostyle.ru/catalog/inter-eri/pt-11.html\\r\\n   Современные мебельные бренды Италии, известные далеко за пределами страны, являются частью итальянской промышленной истории – их корни уходят в старинные семейные предприятия ХІХ века https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-30.html\\r\\n    знаменита своим изысканным дизайном, практичностью и функциональностью https://www.legnostyle.ru/catalog/mebel/spalni/sp-9.html\\r\\n   Итальянская мебельная индустрия занимает лидирующие места в мировом мебельном дизайне и производстве https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=12\\r\\n   Однако сегодня мебель из Италии становится все более доступной потребителю https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaya-dver-d47.html\\r\\n \\r\\nМебель из Германии славится на весь мир своими изысканными формами, износостойкостью и прочностью https://www.legnostyle.ru/catalog/mebel/kabinety/kb-4.html\\r\\n   Так что если хотите сделать свое жилье более функциональным и эргономичным, обращайтесь в нашу компанию! Мы поможем вам выбрать подходящий вариант гарнитура под ваш интерьер https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=19\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:23:13','2026-01-21 02:23:13','350b4a84-4e5e-4a5d-91bd-0fc579711196'),
(12573,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daviddix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Европейская мебель всегда пользовалась популярностью за пределами тех стран, в которых она производилась, особенно если речь шла об изделиях искусных итальянских мастеров https://www.legnostyle.ru/catalog/mebel/gostinnie/\\r\\n   Сегодня ничего не изменилось - мебель из Европы позволят сделать интерьер стильным и статусным https://www.legnostyle.ru/modulnaia_detskaia_mebel.html\\r\\n   А для того, чтобы получить настоящий эксклюзив, стоит заглянуть на сайт  - здесь в каталоге представлены элитные предметы интерьера, которые направляются непосредственно с фабрик Италии и других стран https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p28.html\\r\\n \\r\\nТак почему же она все-таки стала такой популярной и элитной одновременно? Потому что кожа это натуральный материал, значит она не вредит экологии, а еще кожа достаточно износостойка, непроницаема для воздуха и за ней легко ухаживать https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/mejkomnatnaa-dver-o2.html\\r\\n   К тому же итальянская кожа считается первой в мире по качеству, добавьте сюда возможность заказа отделки кожей любого элемента мебели и вы получите качественную мебель, которая собой украсит ваш интерьер роскошью и натуральностью https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e19.html\\r\\n    \\r\\nНетрадиционно выглядят - лакирование кожи, тиснение, отделка которая отдаленно напоминает собой золотистый шпон https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a3.html\\r\\n   Когда-то незаслуженно забытый метод отделки мебели с кожей - использование гвоздей у которых большая шляпка https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=10\\r\\n   Такая мебель будет смотреться не только модно, но и гвозди придадут ей антикварного вида https://www.legnostyle.ru/catalog/kuhni/kuhna-9.html\\r\\n \\r\\nКроме того, мебель от лидирующих производителей отличается дополнительной отделкой с применением натурального сусального золота (24К) https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=9\\r\\n   Эстетику внешнего вида в основном задают изящные элементы, характерные для французского и итальянского стиля https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i25.html\\r\\n \\r\\nПри этом все материалы, который используются в производстве, на 100% экологичны https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p26.html\\r\\n   Старинные традиции в сочетании с современными идеями дают покупателю уверенность в том, что он получает самое лучшее https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-5.html\\r\\n   Не говоря уже об эстетике - европейские мастера веками оттачивали искусство изготовления таких предметов мебели, который украсят любую обстановку https://www.legnostyle.ru/catalog/inter-eri/inter-er-int3.html\\r\\n   Сегодня элитная мебель из Европы выполняется в разных стилевых направлениях и поэтому каждый может найти то, что ему нужно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a4.html\\r\\n \\r\\nС другой стороны отделка может производится как всей поверхности мебели, так и ее какой-то определенной части https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i18.html\\r\\n   Дополненная современными материалами - стеклом, металлам или деревом, она становится очередным произведением искусства https://www.legnostyle.ru/catalog/mebel/scg-28.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:23:24','2026-01-21 02:23:24','53c5ed17-d3bb-483b-95c9-03cde2dbd048'),
(12574,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daviddix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Китай с 1975 года смог успешно вернуть из космоса более двадцати спутников https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o17.html\\r\\n   Китайцы уверены, что технология, связанная с такими космическими аппаратам, уже доказала свою надежность https://www.legnostyle.ru/catalog/inter-eri/potolki/?PAGEN_1=4\\r\\n \\r\\nНа сегодняшний день элитная мебель пользуется особенным интересом среди населения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a1.html\\r\\n   Как правило, изготавливают ее на заказ, поэтому покупатели с самыми большими требованиями могут выполнить различные индивидуальные пожелания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaya-dver-e24.html\\r\\n \\r\\nДольше, чем мы ожидали, с выбранной тканью довольно дорого вышло https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i25.html\\r\\n   Но, конечно, не дороже, чем купить новую подобную мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a-19.html\\r\\n   В любом случае все сделано достойно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a2-id-986.html\\r\\n \\r\\nСовременные тенденции показали нам, что элитная мебель из дерева стоит дорого, но зато она выполнена полностью из натурального экологически чистого дерева и имеет очень много преимуществ перед другими материалами https://www.legnostyle.ru/uteplenie-vhodnyh-dverei.html\\r\\n   Такая мебель обеспечит нам комфорт, будет очень удобной и многофункциональной, и, будет иметь неповторимый дизайн https://www.legnostyle.ru/catalog/mebel/\\r\\n   Все эти свойства вместила в себя элитная мебель из дерева https://www.legnostyle.ru/catalog/inter-eri/arka-a39.html\\r\\n   Такая мебель великолепно вписывается в любой роскошный интерьер, и, безусловно, будет выглядеть дорого, выделяя ваш изысканный вкус https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a36.html\\r\\n \\r\\nОб этом сообщает агентство Синьхуа, ссылаясь на Синьцзянский институт археологии и культурных реликвий https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-11.html\\r\\n   Площадь участка, на котором добывали бирюзу, составляет более 8 квадратных километров https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-14.html\\r\\n \\r\\nМягкая мебель придаёт уют дому https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-4.html\\r\\n   Мягкое кресло, в которое хочется забраться с чашкой горячего чая, и диван, на котором удобно поваляться после рабочего дня https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=7\\r\\n   Выбирая мягкую мебель, мы будто выбираем себе друга, так что здесь нужно подходить к покупке особенно серьёзно https://www.legnostyle.ru/mezhetazhnye-derevyannye-lestnicy.html\\r\\n   Нужно определить, для каких целей вы выбираете мягкую мебель, из чего она должна быть сделана https://www.legnostyle.ru/catalog/inter-eri/potolok-model-pt-4.html\\r\\n   Особое внимание надо уделить гарантии на мебель https://www.legnostyle.ru/catalog/mebel/prihojie/garderobnaa-model-scg-15.html\\r\\n   Обычно срок эксплуатации мягкой мебели составляет 15 лет https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-e28.html\\r\\n   Важно определиться с производителем https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d45.html\\r\\n   Мягкая мебель из Китая имеет ряд преимуществ: Сейчас рынок предлагает широкий выбор производителя - почти любой страны, но среди этого многообразия вы должны сделать оптимальный выбор цена-качество https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-21.html\\r\\n   Если для вас важно европейское качество в сочетании с демократичной ценой, стоит сделать выбор в пользу китайского производителя https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/komod-model-kts-22.html\\r\\n   Мягкая мебель из Китая стремительно завоёвывает российский рынок https://www.legnostyle.ru/catalog/inter-eri/pt-7.html\\r\\n   Что же такого может предложить нам китайская мебель? Китайские специалисты работают точно по чертежам итальянских фирм, что выходит существенно дешевле, чем работа итальянских специалистов в этой области https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-4.html\\r\\n   Низкая цена зачастую играет решающую роль — за те же деньги вы получаете мебель лучшего качества https://www.legnostyle.ru/catalog/mebel/scg-51.html\\r\\n   Да и зачем тратить деньги где-то, переплачивая посредниками https://www.legnostyle.ru/catalog/mebel/kts-2.html\\r\\n   когда можно договориться с заводом на прямую? Такую возможность предоставляет наша фирма https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaya-dver-d28.html\\r\\n   Достаточно заказать мебельный тур в Китай, и вы окунётесь в многообразие выбора мягкой мебели, впечатляющий ассортимент с самым широким ценовым диапазоном предложат вам китайские фирмы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a31.html\\r\\n   Не стоит забывать и о том, что мебель в Китае производят из хороших, экологически чистых материалов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a-33.html\\r\\n   Однако самая ощутимая выгода — это покупка китайской мягкой мебели оптом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d25.html\\r\\n   Производители заинтересованы в быстром товарообороте, поэтому часто предлагают скидки, охотно торгуются и идут на уступки https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=16\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:23:25','2026-01-21 02:23:25','f4e889ef-8534-4508-bbd8-38269177c5d3'),
(12580,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidSNURI\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Декоративное покрытие выцветает, появляются пятна и потертости, деформируются элементы конструкции https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s38.html\\r\\n   Только качественно выполненная реставрация поможет вернуть первозданное великолепие изделий https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-10.html\\r\\n \\r\\nНа сегодняшний день элитная мебель пользуется особенным интересом среди населения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d48.html\\r\\n   Как правило, изготавливают ее на заказ, поэтому покупатели с самыми большими требованиями могут выполнить различные индивидуальные пожелания https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-30.html\\r\\n \\r\\nЭлитная кухня - это непревзойденное сочетание максимального удобства, функциональности и изысканного дизайна https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=10\\r\\n   Пребывание на такой кухне - сплошное удовольствие, ведь даже приготовление пищи из обязанности превращается в приятное времяпрепровождение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-1.html\\r\\n   Уют и комфорт элитных кухонь от компании  создается каждой деталью - индивидуальный подход к каждому клиенту позволяет удовлетворить любые требования и пожелания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p5.html\\r\\n \\r\\nНаша команда в течение долгих 12 лет работает на мебельном рынке России и мебель для элиты – наше приоритетное направление https://www.legnostyle.ru/catalog/mebel/d1-15.html\\r\\n   Большинство моделей, представленных в продаже, изготовлено из отборного дуба https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p35.html\\r\\n   Каждый год наша коллекция элитной мебели в СПб пополняется новыми образцами https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d19.html\\r\\n   Это роскошные элитные спальни с изящными туалетными столиками, стильными комодами и роскошными кроватями, элитная мебель для гостиных с удивительными по красоте барными столами, утонченными консолями, декоративными каминами, эстетичными столами и стульями https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=14\\r\\n \\r\\nИнтерьер должен быть эстетически привлекательным не только в спальной комнате или в гостиной, но и на кухне https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/skaf-model-scg-53.html\\r\\n   Роскошь кухонного интерьера достигается не только использованием современной бытовой техники, но и дорогих отделочных материалов https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-2.html\\r\\n \\r\\nПриятные цены https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/?PAGEN_1=3\\r\\n   Некоторым наши цены могут показаться завышенными, однако если у вас в приоритете надежность, износостойкость, прочность и экологичность, то вы поймете, что стоимость мебели полностью соответствует ее характеристикам https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d46.html\\r\\n   Мы устанавливаем максимально доступные цены на изделия, так как сотрудничаем напрямую с известными брендами https://www.legnostyle.ru/elementy-i-komplektuyuschie-dlya-derevyannyh-lestnic.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:26:19','2026-01-21 02:26:19','a2059288-5b3d-42c9-ac26-7db8748f9ec6'),
(12581,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryShask\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"с 2010 года https://maze.tattoo/catalog/v/volki/\\r\\n \\r\\nКогда вы вводите в поиске что-то вроде \\\"где поблизости сделать тату\\\", вы, скорее всего, ищете не просто ближайший адрес https://maze.tattoo/catalog/m/mini-tatu/\\r\\n  Вы ищете место, где вас поймут https://maze.tattoo/catalog/yu/\\r\\n  Где не будут торопить https://maze.tattoo/catalog/p/paporotnik/\\r\\n  Где помогут определиться https://maze.tattoo/catalog/v/van-gog/\\r\\n  И если вы уже открыли карту и смотрите, какие тату-студии в Москве находятся ближе всего, — \\\"Тату-Мания\\\" точно окажется в числе тех, куда стоит заглянуть https://maze.tattoo/catalog/z/\\r\\n \\r\\nТАТУ САЛОН В МОСКВЕ https://maze.tattoo/catalog/p/pauk/\\r\\n \\r\\nПочему важно выбирать качественные тату салоны в Москве https://maze.tattoo/catalog/i/indeytsy/\\r\\n \\r\\nКонцерт на лодке, спектакли на рынке и биеннале в квартирах: чем запомнился 15-й Выкса?фестиваль https://maze.tattoo/catalog/m/more-i-ego-obitateli/\\r\\n \\r\\nТатуировка — это не просто мода https://maze.tattoo/catalog/r/rozy/\\r\\n  Это решение, которое остаётся с вами на всю жизнь https://maze.tattoo/catalog/m/mifologiya/\\r\\n  Поэтому выбор тату студии в Москве — это не вопрос цены или расположения, а вопрос доверия https://maze.tattoo/catalog/k/kolibri/\\r\\n  Мы видим, как часто люди приходят к нам после неудачного опыта в других местах https://maze.tattoo/catalog/l/lev/\\r\\n  И каждый раз мы не просто исправляем ошибки — мы возвращаем людям уверенность в себе https://maze.tattoo/catalog/ch/cherep/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:26:35','2026-01-21 02:26:35','97f15491-84bf-4438-8632-cd90861c3b6a'),
(12585,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TylerSed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Артикул 7002 Футляр-дизайнерская бумага https://classicgifts.ru/supertonkie-lupyi.html\\r\\n \\r\\nПроизводство элитных сувениров https://classicgifts.ru/tapki-plyazhnyie.html\\r\\n \\r\\nЗаказать Дизайн https://classicgifts.ru/sumki-xolodilniki.html\\r\\n \\r\\n> 20 000 000 штук товаров на складе > 30 000 позиций в ассортименте https://classicgifts.ru/sigaryi.html\\r\\n \\r\\nС нами сотрудничают https://classicgifts.ru/electronic-piggy-bank.html\\r\\n \\r\\nЭто готовое изделие, которое принадлежит заказчику https://classicgifts.ru/binokli-teatralnyie.html\\r\\n  Но мы можем использовать эту идею для создания нового проекта https://classicgifts.ru/contacts.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:27:44','2026-01-21 02:27:44','f0e13201-53b1-46b9-87e4-2de33c7810f4'),
(12586,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianjeora\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы являемся официальными дистрибьютерами таких компаний как ADSS, HONKON, KEYLASER, Anchorfree, Ozero Khanka, занимаемся поставками косметологического оборудования с 2018 года и успешно применяем новые технологии в наших собственных студиях красоты https://beauty-prestige.ru/about/howto/\\r\\n \\r\\nВ корзину Быстрый заказ https://beauty-prestige.ru/news/klimazon-zachem-on-nuzhen-i-kak-rabotaet.html\\r\\n \\r\\nВ корзину Быстрый заказ https://beauty-prestige.ru/catalog/parikmakherskie-kresla/\\r\\n \\r\\nМаргарита Медведева https://beauty-prestige.ru/catalog/oborudovanie-dlya-pedikyura/\\r\\n \\r\\nЦена: 4 500 руб https://beauty-prestige.ru/catalog/parikmakherskie-kresla/\\r\\n \\r\\nMBT Esthetician https://beauty-prestige.ru/catalog/massazhnoe-oborudovanie/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:27:44','2026-01-21 02:27:44','3d8e250f-d8f6-414f-aa36-dfdc9d90c22a'),
(12587,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DerekScogy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Турция https://corporativ-luxe.ru/contact\\r\\n \\r\\nСанкт-Петербург https://corporativ-luxe.ru/vip-oteli\\r\\n \\r\\nСколько лететь из Москвы: 3 часа https://corporativ-luxe.ru/nayti-vykhod\\r\\n \\r\\nРекомендуется организовывать корпоративный выезд в далекую экзотическую страну https://corporativ-luxe.ru/film-film-film\\r\\n  И там, в среде другой культуры, других обычаев и мировоззрения люди на 100% отвлекаются от своих забот, разгружаются и насыщаются новыми эмоциями , что приводит к нахождению новых эффективных решений в дальнейшей трудовой деятельности https://corporativ-luxe.ru/zolotoye-koltso-rossii\\r\\n \\r\\nБыстро, а главное, эффективно решим вашу проблему https://corporativ-luxe.ru/keytering-i-banket\\r\\n  Мы люди, у которых может случиться все, что угодно – порвется паспорт за день до вылета или нужно экстренно изменить время обратного прилёта https://corporativ-luxe.ru/korporativ-v-gruzii\\r\\n  Сделаем все, что в наших силах и даже больше! В туристическом блоге мы делимся разными историями и кейсами своей работы https://corporativ-luxe.ru/film-film-film\\r\\n  А на наши рассылки можно подписаться: \\r\\nНастоящим Я подтверждаю, что последствия отзыва настоящего согласия мне разъяснены Агентом и мне понятны https://corporativ-luxe.ru/tematicheskiy-timbilding\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:27:44','2026-01-21 02:27:44','adc4db95-2f89-4b5a-aa3c-3994a1e71ba6'),
(12588,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinLog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы используем файлы \\\"cookie\\\" для того, чтобы улучшить работу сайта https://dostafka-obedi.ru/services/\\r\\n \\r\\nСалат с индейкой и жареной фасолью https://dostafka-obedi.ru/\\r\\n \\r\\nЗАО \\\"Юлмарт\\\" \\r\\nВилка, ложка, нож, салфетка https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\r\\n \\r\\nЕсли вы продолжаете работать с obed https://dostafka-obedi.ru/dostavka/\\r\\n ru, мы предполагаем, что вы соглашаетесь с использованием файлов cookie https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\r\\n \\r\\nЭтапы заказа и условия доставки https://dostafka-obedi.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:28:02','2026-01-21 02:28:02','223f2011-65f5-41b6-8452-96dd41b9a84f'),
(12589,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertgooda\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Что входит в стоимость https://drogal.ru/glossary/perevozochnii-process/\\r\\n \\r\\nСтоимость машины АУДИ долее 8 млн https://drogal.ru/glossary/netto/\\r\\n  рублей https://drogal.ru/glossary/logisticheskii-kanal/\\r\\n \\r\\nСледующий час: 1 650 /час https://drogal.ru/glossary/obshetovarnie-skladi/\\r\\n \\r\\nвозведение фундамента, закрепление агрегатов и их установка с соблюдением норм техники безопасности, подключение к общезаводской сети, электромонтаж https://drogal.ru/glossary/universalnii-konteiner/\\r\\n \\r\\nТакелажные тележки 24 тонны, домкрат 5 тонн 4 шт, лебедка 5 тонн https://drogal.ru/glossary/upakovka-navalom/\\r\\n \\r\\nТакелажные работы в Москве недорого, качественно и строго по графику? Это возможно, если заказать такелажные работы у профессионалов https://drogal.ru/portfolio-items/razgruzka-medicinskogo-oborudovaniya/\\r\\n  Правильная организация такелажных работ, совмещенная с последующей транспортировкой и грамотным монтажом/демонтажем – это выгодно и удобно https://drogal.ru/glossary/dokumentooborot/\\r\\n  Компания «Перевозки-Переноски» гарантирует клиентам индивидуальный подход, конфиденциальность и соблюдение сроков https://drogal.ru/glossary/vid-upakovki/\\r\\n  Выполняем любые виды такелажных услуг, как для частных лиц, так и для организаций https://drogal.ru/glossary/bochka/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:28:04','2026-01-21 02:28:04','9bd71cf4-1bf9-44d7-8580-53e7cfc6e9b2'),
(12594,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBroli\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Традиции и образ жизни жителей Китая существенно отличаются от европейского быта https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=14\\r\\n   Мы собрали для вас информацию о вещах, которые больше всего удивляют туристов в Поднебесной https://www.legnostyle.ru/catalog/kuhni/kuhna-2.html\\r\\n \\r\\nМы уже 10 лет занимаемся реализацией добротной, экологически чистой и безопасной мебели в России https://www.legnostyle.ru/catalog/inter-eri/s43.html\\r\\n   Каждый посетитель нашего сайта найдет для себя подходящий вариант, соответствующий его вкусовым предпочтениям и финансовым возможностям https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-20.html\\r\\n \\r\\nОзнакомившись с представленным на сайте материалом, заказать выбранную мебель можно в салонах компании , где профессиональные дизайнеры-консультанты предоставят подробную информацию обо всех интересующих вас изделиях и помогут решить самые нестандартные задачи по оформлению интерьера https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-p4.html\\r\\n \\r\\nПроизводитель, предпочитающий классические решения, ставящий во главу угла безупречность исполнения https://www.legnostyle.ru/catalog/mebel/stol-model-s-11.html\\r\\n   В его продукции удивительным образом переплетаются представления о классической и кухонной мебели https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-10.html\\r\\n \\r\\n) \\r\\nПочему элитная мебель из Европы - это хороший выбор? Прежде всего потому, что ее стоимость полностью оправдывается высоким качеством https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p28.html\\r\\n   Натуральные правильно обработанные материалы, профессиональная сборка и контроль на каждом этапе позволяют гарантировать, что вещь прослужит несколько десятков лет https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-29.html\\r\\n   А это значит, что покупатель делает единоразовое вложение в будущий комфорт https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e10.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:28:05','2026-01-21 02:28:05','d17beda3-34ad-406d-875f-e8541599b224'),
(12598,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBroli\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вам не нужно никуда ездить! Наш дизайнер привезет Вам на дом все необходимые образцы, сделает замеры и проконсультирует по всем интересующим Вас вопросам https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s5.html\\r\\n \\r\\n- Определитесь с тем, что вам нужно в своей новой съемной квартире https://www.legnostyle.ru/dizajn-derevjannyh-dverej.html\\r\\n   Качество/свежесть ремонта, в том случае если квартира будет не новой, наличие определенной аппаратуры, \\r\\nЗачастую бытует мнение, что возможно найти недорогую качественную элитную мебель  не стоит этому верить! Исключительно дорогая элитная мебель гарантирует вам качество и комфорт, т https://www.legnostyle.ru/catalog/mebel/d1-6.html\\r\\n  к https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-30.html\\r\\n   при её изготовлении применяются только натуральные элитные материалы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d51.html\\r\\n   Это касается и внешней обивки мебели, а также и её внутреннего каркаса https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=15\\r\\n \\r\\nЗаказать мебель из распространённого дерева, а затем шпонировать его дорогими породами https://www.legnostyle.ru/catalog/mebel/gostinnie/g-3.html\\r\\n   Не стоит цели заткнуть кого-то за пояс или продемонстрировать уровень своего достатка https://www.legnostyle.ru/catalog/inter-eri/peregorodki/?PAGEN_1=2\\r\\n   Попросту дорогие породы дерева гораздо привлекательнее внешне, и с ними общий дизайн помещения приобретает более привлекательный внешний вид https://www.legnostyle.ru/catalog/inter-eri/potolok-model-pt-23.html\\r\\n \\r\\nНетрадиционно выглядят - лакирование кожи, тиснение, отделка которая отдаленно напоминает собой золотистый шпон https://www.legnostyle.ru/catalog/mebel/scg-45.html\\r\\n   Когда-то незаслуженно забытый метод отделки мебели с кожей - использование гвоздей у которых большая шляпка https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-12.html\\r\\n   Такая мебель будет смотреться не только модно, но и гвозди придадут ей антикварного вида https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=4\\r\\n \\r\\nЕвропейская мебель всегда пользовалась популярностью за пределами тех стран, в которых она производилась, особенно если речь шла об изделиях искусных итальянских мастеров https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaya-dver-e3.html\\r\\n   Сегодня ничего не изменилось - мебель из Европы позволят сделать интерьер стильным и статусным https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s35.html\\r\\n   А для того, чтобы получить настоящий эксклюзив, стоит заглянуть на сайт  - здесь в каталоге представлены элитные предметы интерьера, которые направляются непосредственно с фабрик Италии и других стран https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=11\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:28:06','2026-01-21 02:28:06','80d2d0ac-725c-44a1-a702-2d63b1248804'),
(12602,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyWaito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Скидка 100% на первый месяц! \\r\\n+ Получите: \\r\\nМенеджер по работе с клиентами https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nвырос незашифрованный трафик https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nМы довольны результатами работы с командой i-Media https://proffseo.ru/\\r\\n  Спасибо команде за бдительность и внимание к проекту! \\r\\nЗадача: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:28:56','2026-01-21 02:28:56','226eb603-35bd-467f-8c2e-554d1b656dc0'),
(12603,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinVic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ваш заказ на чт 10 https://dostafka-obedi.ru/privacy-policy/\\r\\n 04 https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\r\\n \\r\\nДоставляем горячие обеды в офис и на дом по Москве https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\r\\n  Готовую еду вы получаете в контейнерах - удобной и практичной одноразовой упаковке https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\r\\n \\r\\nПервое: 3 наименования https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\r\\n \\r\\nСалат «Цезарь» \\r\\nСостав: салат айсберг, креветки, помидоры черри, сыр пармезан, соус цезрь, сухарики https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\r\\n \\r\\nСалат «Цезарь с креветками» \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:29:11','2026-01-21 02:29:11','623324d4-f76e-4c4a-b00c-54697cf4928a'),
(12604,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertjab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Виды такелажных услуг https://drogal.ru/glossary/promishlennaya-upakovka/\\r\\n \\r\\nМы понимаем что при осуществлении такелажных работ, мы имеем дело с дорогостоящим оборудованием и техникой https://drogal.ru/glossary/tip-tari/\\r\\n  Перед началом проекта, мы тщательно планируем действия и страхуем свою ответственность https://drogal.ru/kakoj-transportnoj-kompaniej-luchshe-vospolzovatsya-po-rossii/\\r\\n \\r\\nКакие виды такелажных услуг вы предлагаете? \\r\\nТарифы на такелажные работы и аренду такелажного оборудования https://drogal.ru/portfolio-items/izgotovlenie-yashhikov-fanery-na-zakaz/\\r\\n \\r\\nПреимущества компании https://drogal.ru/voprosi-otveti/vmestimost-konteinerov/\\r\\n \\r\\nВыполнение такелажных работ важно доверять бригадам профессионалов с опытом, ведь только в этом случае вы можете не волноваться о сохранности дорогих грузов https://drogal.ru/glossary/povagonnaya-otpravka/\\r\\n  Мы берем на себя всю организацию процесса, включая подбор транспорта и оснастки, разработку маршрута, установку оборудования https://drogal.ru/portfolio_category/takelazhnie-raboti-v-khimkakh/\\r\\n  Вам не придется ни о чем беспокоиться! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:29:14','2026-01-21 02:29:14','8e770f12-f96e-4796-99e9-362b44a5ddf6'),
(12605,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidVom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Безупречная эргономика https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a6.html\\r\\n   Каждый элемент кабинета спроектирован таким образом, чтобы создавать оптимальные условия для работы https://www.legnostyle.ru/catalog/mebel/garderobnie/?PAGEN_1=3\\r\\n   Деловые мелочи всегда будут под рукой, на просторной столешнице разместятся все важные бумаги, удобное кресло обеспечит эффективную поддержку позвоночника https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l4-3.html\\r\\n \\r\\nКомпания  заботится о своих клиентах, поэтому предлагает качественную немецкую мебель от лучших производителей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/model-i32.html\\r\\n   У нас широкий ассортимент продукции https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=17\\r\\n   В каталоге вы найдете большое разнообразие корпусной и мягкой мебели, которая обладает отличными эксплуатационными характеристиками https://www.legnostyle.ru/catalog/mebel/kts-28.html\\r\\n \\r\\nТак почему же она все-таки стала такой популярной и элитной одновременно? Потому что кожа это натуральный материал, значит она не вредит экологии, а еще кожа достаточно износостойка, непроницаема для воздуха и за ней легко ухаживать https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o16.html\\r\\n   К тому же итальянская кожа считается первой в мире по качеству, добавьте сюда возможность заказа отделки кожей любого элемента мебели и вы получите качественную мебель, которая собой украсит ваш интерьер роскошью и натуральностью https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e8.html\\r\\n    \\r\\nСтильный дизайн https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s18.html\\r\\n   Элитные гарнитуры сразу привлекают внимание тщательно выверенными стилистическими решениями https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/mejkomnatnaa-dver-o7.html\\r\\n   Комплекты предлагаются как в классическом, так и в современном лаконичном дизайне для полного соответствия концепции интерьера https://www.legnostyle.ru/catalog/mebel/kb-9.html\\r\\n \\r\\nМебель из Германии славится на весь мир своими изысканными формами, износостойкостью и прочностью https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=7\\r\\n   Так что если хотите сделать свое жилье более функциональным и эргономичным, обращайтесь в нашу компанию! Мы поможем вам выбрать подходящий вариант гарнитура под ваш интерьер https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i12.html\\r\\n \\r\\nВ каталоге нашего Интернет магазина Вы найдете мебель из сосны от многих известных мебельных фабрик https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/dver-d43.html\\r\\n   Фабрики мебели из массива располагаются в разных частях России и в Беларусии – это Москва и Санкт-Петербург, Остров, Раменское и Приозерск, Великие Луки, Муром и Галич, а также Петрозаводск (Карелия) https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s14.html\\r\\n   Каждая из фабрик изготавливающих мебель из сосны держит свой стиль в дизайне выпускаемой мебели, а также имеет свои тонкости в технологии изготовления мебели https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=7\\r\\n   В связи с этим, если Вы планируете купить не один предмет мебели, изготовленный из массива сосны, мы советуем купить мебель от одной фабрики, и тогда вся мебель будет однотонной и выполненной в одном стиле т https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-12.html\\r\\n  е https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p14.html\\r\\n   будет сочетаться друг с другом https://www.legnostyle.ru/catalog/mebel/kb-15.html\\r\\n   Так как не каждая фабрика мебели из массива сосны производит весь ассортимент мебели для дачи, бани и дома (одни производят только комоды и шкафы, другие мягкую мебель, третьи кровати), поэтому, чтобы не терять много времени на изучение вопросы как выбрать мебель из сосны самому, мы предлагаем Вам консультацию по телефону https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=11\\r\\n   Также Вы сможете узнать, какая мебель рассчитана на срок эксплуатации до 20 лет, а какая может не прослужить и 5 лет https://www.legnostyle.ru/catalog/mebel/scg-36.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:29:23','2026-01-21 02:29:23','5546ab50-4d18-40fc-b7ed-43f16068b42b'),
(12607,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldExiff\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Каталог https://kupefurnitur.ru/contact\\r\\n \\r\\n\\r\\nВы можете купить мебельную фурнитуру, комплектующие и материалы для мебели на официальном сайте RosAks Group по оптовым ценам https://kupefurnitur.ru/onas\\r\\n  Заказанные товары доставляются транспортными компаниями в любую точку России, стран СНГ и Прибалтики https://kupefurnitur.ru/catalog\\r\\n \\r\\nНа сайте представлен огромный выбор самых разных вариантов мебельной фурнитуры и не только https://kupefurnitur.ru/price\\r\\n  Наибольшей популярностью у клиентов пользуются, например, следующие разделы товаров: \\r\\nОдно из главных преимуществ приобретения фурнитуры оптом у нас – цены ниже, чем у конкурентов https://kupefurnitur.ru/contact\\r\\n  Мы напрямую сотрудничаем с ведущими производителями, не привлекая посредников https://kupefurnitur.ru/catalog\\r\\n  Это выгодно и для нас, и для вас https://kupefurnitur.ru/contact\\r\\n \\r\\n8 https://kupefurnitur.ru/onas\\r\\n  Условия приобретения и использования Электронного Подарочного сертификата ИНТЕРКОМПЛЕКТ 8 https://kupefurnitur.ru/catalog\\r\\n 1 https://kupefurnitur.ru/catalog\\r\\n  Настоящие условия приобретения и использования Подарочных сертификатов Интеркомплект (далее – «Условия») дополняют информацию, размещенную непосредственно на Подарочных сертификатах, и являются обязательными для лиц, приобретающих Подарочные сертификаты и / или лиц, предъявляющих Подарочные сертификаты в Месте приобретения Товара https://kupefurnitur.ru/onas\\r\\n  Электронный подарочный сертификат (сокращенно «ЭПС», «ECard», «eCARDS») – это электронный носитель информации в виде ПИН-кода (уникальный номер и ПИН-код к нему), направленный на адрес электронной почты Покупателя, либо Предъявителя, или направленный в виде уникальной ссылки или информационного сообщения в SMS на номер телефона Покупателя, либо Предъявителя, удостоверяющий имущественное право Предъявителя приобрести Товар в Месте приобретения Товара на сумму, эквивалентную Номиналу ЭПС https://kupefurnitur.ru/onas\\r\\n  Электронный подарочный сертификат – в настоящем Положении может быть поименован «Подарочный сертификат», «Сертификат», «Подарочная карта» https://kupefurnitur.ru/contact\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:29:30','2026-01-21 02:29:30','9f522311-63cb-4138-9754-97478653cbc7'),
(12614,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidVom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"При создании современного и уютного интерьера в квартире или коттедже главную роль играет мебель https://www.legnostyle.ru/uglovoi_stol.html\\r\\n   Она регулирует степень комфорта и позволяет владельцу полноценно отдыхать после тяжелого трудового дня https://www.legnostyle.ru/catalog/mebel/gp-15.html\\r\\n \\r\\nГород Харбин – административный центр северо-восточной китайской провинции Хэйлунцзян – стал настоящим ледовым королевством https://www.legnostyle.ru/catalog/inter-eri/peregorodki/arka-a21.html\\r\\n   Ведь именно здесь в эти дни проходит \\r\\nКомпания  заботится о своих клиентах, поэтому предлагает качественную немецкую мебель от лучших производителей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p18.html\\r\\n   У нас широкий ассортимент продукции https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-22.html\\r\\n   В каталоге вы найдете большое разнообразие корпусной и мягкой мебели, которая обладает отличными эксплуатационными характеристиками https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p33.html\\r\\n \\r\\nСтильный дизайн https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a7.html\\r\\n   Элитные гарнитуры сразу привлекают внимание тщательно выверенными стилистическими решениями https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=21\\r\\n   Комплекты предлагаются как в классическом, так и в современном лаконичном дизайне для полного соответствия концепции интерьера https://www.legnostyle.ru/catalog/inter-eri/s28.html\\r\\n \\r\\nЭксклюзивная мебель по индивидуальным заказам производится из долговечных и высококачественных материалов https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-7.html\\r\\n   Красивые и оригинальные изделия украшают интерьер и создают непередаваемую атмосферу домашнего уюта и комфорта https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=15\\r\\n \\r\\nШирокий ассортимент https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/\\r\\n   У нас можно увидеть большое разнообразие эксклюзивной немецкой корпусной и мягкой мебели https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-1.html\\r\\n   Каждый сможет подобрать подходящий гарнитур под определенное стилевое решение https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s17.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:29:37','2026-01-21 02:29:37','b03a7ccb-f50c-4340-be41-dcf4b8c30f5e'),
(12618,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MelvinMam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В/в введение лек https://www.angioprof.ru/otzivi-angioprof/\\r\\n  препаратов https://www.angioprof.ru/uslugi-xirurgii/lechenie-xronicheskix-nezazhivayushhix-ran-otriczatelnyim-davleniem-(npwt-terapiya)/bio-implant-kolennogo-sustava-bio-osteo-(ssha).html\\r\\n  FOAM-FORM склеротерапия варикозно-расширенных вен под ультразвуковой навигацией на бедре и голени в пределах одной нижней конечности), 1 категории сложности A11 https://www.angioprof.ru/uslugi-nevrologii/\\r\\n 12 https://www.angioprof.ru/akczii-kliniki-flebologii-angioprof/\\r\\n 003 https://www.angioprof.ru/uslugi-flebologii-i-angiologii/limfedema.html\\r\\n 005 https://www.angioprof.ru/uslugi-flebologii-i-angiologii/lechenie-varikoza.html\\r\\n \\r\\nХирург-флеболог Рентгенэндоваскулярный хирург Сердечно-сосудистый хирург Врач УЗИ Ведущий специалист по лечению варикоза малого таза https://www.angioprof.ru/uslugi/troficheskie-yazvyi.html\\r\\n \\r\\nКонсультация флеболога https://www.angioprof.ru/uslugi-xirurgii/\\r\\n \\r\\nФлебологи центра https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/mediczinskij-trikotazh/\\r\\n \\r\\nЦентр флебологии в Москве https://www.angioprof.ru/uslugi-xirurgii/lechenie-pyatochnoy-shpori.html\\r\\n \\r\\nЦентр Инновационной Флебологии — это особенное отношение к пациентам https://www.angioprof.ru/uslugi-flebologii-i-angiologii/varikoznoe-rasshirenie-ven.html\\r\\n  В послеоперационный сервис входят такси бизнес-класса до дома или работы, бесплатное наблюдение оперирующим врачом в течение полугода https://www.angioprof.ru/uslugi-xirurgii/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:32:09','2026-01-21 02:32:09','e33d79ae-3e98-4cfa-89f4-a4076c6ec306'),
(12622,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leepef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ciao, volevo sapere il tuo prezzo.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:33:33','2026-01-21 02:33:33','7dc70ad3-fe83-4a4a-9999-0739f41d013a'),
(12623,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldknold\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наше предложение https://kupefurnitur.ru/onas\\r\\n \\r\\nДругие виды фурнитуры https://kupefurnitur.ru/contact\\r\\n \\r\\nПриглашаем к сотрудничеству дизайнеров и производителей мебели https://kupefurnitur.ru/price\\r\\n \\r\\n\\r\\nОпт 2: 61 https://kupefurnitur.ru/price\\r\\n 80р https://kupefurnitur.ru/onas\\r\\n \\r\\nОпоры https://kupefurnitur.ru/price\\r\\n  Включают ролики и ножки, актуальны для кресел и диванов https://kupefurnitur.ru/\\r\\n  Полкодержатели https://kupefurnitur.ru/onas\\r\\n  Держат полки на месте, не позволяя сместиться, предлагаются разные модели для дерева и стекла https://kupefurnitur.ru/\\r\\n  Замки https://kupefurnitur.ru/price\\r\\n  Механизмы небольшие, поскольку предполагают установку в ящики стола, дверцы https://kupefurnitur.ru/price\\r\\n  Крючки https://kupefurnitur.ru/catalog\\r\\n  Актуальная фурнитура для мебели, цена крючков сравнительно доступна, предлагается максимально широкий выбор https://kupefurnitur.ru/catalog\\r\\n  Предназначены для расположения одежды, аксессуаров, бывают одинарными и двойными https://kupefurnitur.ru/onas\\r\\n  Амортизаторы https://kupefurnitur.ru/price\\r\\n  Каталог фурнитуры для мебели включает все современные направления, амортизаторы необходимы для сохранения положения горизонтальных дверок https://kupefurnitur.ru/price\\r\\n  Отбойники https://kupefurnitur.ru/contact\\r\\n  Небольшие наклейки необходимы для торцов, которые контактируют с открывающимися створками и необходимы для предотвращения сильного удара https://kupefurnitur.ru/contact\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:33:39','2026-01-21 02:33:39','db91bdd8-4144-44c6-b4c5-4e4856eca7c9'),
(12624,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melvinpeani\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Можно ли лечить варикоз при наличии других заболеваний — диабета, гипертонии, онкологии? \\r\\nУстраняем причину варикоза, а не симптомы https://www.angioprof.ru/uslugi-xirurgii/\\r\\n \\r\\nМы регулярно проводим акции и предлагаем первичные консультации в рамках специальных предложений https://www.angioprof.ru/uslugi-flebologii-i-angiologii/varikoznoe-rasshirenie-ven.html\\r\\n  Также действует система скидок для пенсионеров, иногородних пациентов и ветеранов https://www.angioprof.ru/fotogalereya.html\\r\\n  Следите за новостями на сайте и в социальных сетях — там мы публикуем информацию о текущих предложениях, подарках за отзывы и скидках на курс процедур https://www.angioprof.ru/uslugi-flebologii-i-angiologii/preparat-neovaskulgen-pri-lechenii-oank.html\\r\\n  Узнать подробности можно, позвонив по номеру телефона или через онлайн-консультанта https://www.angioprof.ru/uslugi-flebologii-i-angiologii/limfedema.html\\r\\n \\r\\nВыезд врача-флеболога на дом https://www.angioprof.ru/diagnostika.html\\r\\n \\r\\nОбращайтесь в Центр Инновационной Флебологии для обследования и эффективного лечения варикоза https://www.angioprof.ru/fotogalereya.html\\r\\n  Наша клиника располагает передовым оборудованием и предлагает только проверенные и эффективные методики https://www.angioprof.ru/uslugi/troficheskie-yazvyi.html\\r\\n \\r\\n20 000 руб https://www.angioprof.ru/uslugi-flebologii-i-angiologii/lechenie-varikoza.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:33:53','2026-01-21 02:33:53','e31a0c0c-5965-4e01-b59b-b13f715ea4b5'),
(12625,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianHit\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"используйте наш калькулятор стоимости посмотрите Тарифы на грузоперевозки https://keycargo.ru/partneram/\\r\\n \\r\\nПодбираем оптимальный по грузоподъемности транспорт https://keycargo.ru/\\r\\n  Разрабатываем маршрут с учетом совокупности факторов: состояния дорог, климата, загруженности трассы https://keycargo.ru/sklad/\\r\\n  Выполняем складские и погрузо-разгрузочные операции, что включает маркировку, консолидацию сборного груза, другие подготовительные мероприятия https://keycargo.ru/\\r\\n  Оформляем сопроводительные документы https://keycargo.ru/partneram/\\r\\n  Осуществляем экспедирование https://keycargo.ru/gruzoperevozki/\\r\\n  Предлагаем страхование груза от всех видов риска https://keycargo.ru/partneram/\\r\\n \\r\\n«До 20 тонн» \\r\\nЕсть грузовой транспорт? \\r\\nТребования к грузам https://keycargo.ru/o-kompanii/\\r\\n \\r\\nПодробнее о видах транспорта и их грузоподъёмности можно узнать на странице «Автопарк грузовых автомобилей» https://keycargo.ru/o-kompanii/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:34:34','2026-01-21 02:34:34','d2e82772-99e2-488c-8c86-f2aee855a5e8'),
(12626,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Albertged\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"annachusuha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"2490 € \\r\\nЕсли хочешь провести пасхальные каникулы, как истинный гедонист, оставляй свои контакты и присоединяйся к нам уже в апреле! Осталось 2 места https://gastro-tourclub.com/gastronomicheskiy-tur-v-armeniyu\\r\\n \\r\\nПетрозаводск - Кондопога - Кивач - сплав на рафтах по реке Шуя - Соловки - Кижи - Медвежьегорск - Белая гора - Замок» Кархумяки - Беломорско-Балтийский канал - онежские петроглифы - Бесов Нос - Валаам - Сортавала - Рускеала - национальные мастер-классы https://gastro-tourclub.com/bronirovat-gastronovmicheskij-tur-v-marokko\\r\\n \\r\\n1 https://gastro-tourclub.com/bronirovat-gastrotur-v-kareliyu\\r\\n 5 https://gastro-tourclub.com/akcii\\r\\n  Использование Сайта Пользователем означает принятие Соглашения и изменений, внесённых в настоящее Соглашение https://gastro-tourclub.com/bronirovat-gastrotur-v-vengriyu\\r\\n \\r\\nДоговоры Пользовательское соглашение Правила покупки туров на сайте Карта мира Подарочные сертификаты Документы на визу Статьи о путешествиях https://gastro-tourclub.com/akcii\\r\\n \\r\\n4 https://gastro-tourclub.com/gastronomicheskij-tur-v-avstriyu\\r\\n 2 https://gastro-tourclub.com/gastronomicheskij-tur-v-meksiku\\r\\n 5 https://gastro-tourclub.com/bronirovat-gastronovmicheskij-tur-v-marokko\\r\\n  Требовать от администрации скрытия любой информации о пользователе https://gastro-tourclub.com/gastrotur-v-kareliyu\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:34:38','2026-01-21 02:34:38','ad809af5-351c-4ad6-95a6-567db801b48c'),
(12627,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JoshuaHex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gunlekingovertcon@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Клиника GMS Clinic (ГМС Клиник) Марьина Роща https://giacintn.ru/service/lechenie-kariesa-zubov/\\r\\n \\r\\nкомплексная послеоперационная реабилитация под контролем лечащего врача в палатах класса-люкс https://giacintn.ru/service/konsultacija-travmatologa-ortopeda/\\r\\n \\r\\nАвиамоторная https://giacintn.ru/novinka-apparat-dlja-kriolipoliza-v-giacint-n-klinik-na-shodnenskoj/\\r\\n \\r\\nCб 00:00-24:00 https://giacintn.ru/service/plazmoterapija/\\r\\n \\r\\nна Шокальского — это многопрофильный медцентр, который предоставляет эффективное лечение и точную диагностику по различным направлением медицины https://giacintn.ru/service/laboratornye-issledovanija/\\r\\n  Также в медцентре предоставляются услуги рефлексотерапии, мануальной терапии, остеопатии, гирудотерапии, физиотерапии, кинезиологии https://giacintn.ru/doctors/gladysheva-julija-aleksandrovna/\\r\\n \\r\\nул https://giacintn.ru/service/udalenie-lipomy/\\r\\n  Пр https://giacintn.ru/service/korrekcija-figury/\\r\\n  Вернадского, д https://giacintn.ru/service/holterovskoe-monitorirovanie/\\r\\n  37, корп https://giacintn.ru/doctors/gladysheva-julija-aleksandrovna/\\r\\n  1а https://giacintn.ru/service/pcr-test-na-koronavirus/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:34:38','2026-01-21 02:34:38','71c6e49b-4a72-4820-be3d-101f838fcbca'),
(12628,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Vincentlow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"— Запустить проверку антивирусом https://dialdrive.ru/\\r\\n \\r\\nЗамена жидкости гидроусилителя руля Опель Антара С145 — 1 470 рублей* Замена ремня ГРМ на Шевроле Лачетти — 4 500 рублей Ремонт по замене рулевой рейки для Опель Астра Н — 11 500 рублей Замена фильтра салона на Шевроле Круз — 840 рублей Ремонт по замене свечей зажигания Опель Астра Н — 840 рублей Замена сцепления на Шевроле Лачетти — 11 550 рублей Ремонт стартера Шевроле Лачетти — 7 000 рублей Замена тормозной жидкости на Опель Антара — 2100 рублей Замена моторного масла для Опель Инсигния — 1 470 рублей Замена тормозных колодок Опель Астра G — 1 680 рублей Капитальный ремонт АКПП Opel, Chevrolet, Cadillac — от 39 960 рублей https://dialdrive.ru/katalizator\\r\\n \\r\\nОПЕРАЦИЯ https://dialdrive.ru/katalizator\\r\\n \\r\\nЦена ремонта и заправки автокондиционеров https://dialdrive.ru/dvs\\r\\n \\r\\nКондиционер/климат https://dialdrive.ru/\\r\\n \\r\\nЦены выполненных работ https://dialdrive.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:38:49','2026-01-21 02:38:49','29ef25e9-dd59-4596-ad82-90d6c339b9a7'),
(12629,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emanueleffop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nОбновлено 21 фев 2017  http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  http://dmalmotors.ru/remont-starterov.html\\r\\n  ТехДизельЦентр» на постоянной основе реализует с хранения двигатели серии Д6, Д12    Проводим капитальный ремонт дизельных двигателей любого класса и назначения http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  Работы выполняюся  http://dmalmotors.ru/remont-starterov.html\\r\\n  http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n \\r\\nКак уже говорилось, срок службы ДВС до капремонта зависит от многих факторов http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Для того чтобы отсрочить капитальный ремонт двигателя необходимо особое внимание уделять качеству и правильности подбора моторного масла применительно к конкретному типу мотора, своевременно менять воздушный, масляный и топливный фильтр http://dmalmotors.ru/remont-avtoelektriki.html\\r\\n  Также силовой агрегат нужно уметь правильно эксплуатировать, избегая постоянных пиковых нагрузок и езды  http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  Не менее важно следить за состоянием мотора, быстро устранять возникшие неполадки, осуществлять профилактические процедуры http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n \\r\\nАлексей: Здравствуйте http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n  Я записан на 24 октября на 11 час http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n  на диагностику http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n  Но по сложившемся обстоятельствам не смогу подъехать http://dmalmotors.ru/remont-generatorov.html\\r\\n  Приношу свои извинения http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n \\r\\nМы гарантируем, что, однажды посетив наш автосервис, вы войдёте в число постоянных клиентов, по достоинству оценивших качество и скорость нашей работы http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n \\r\\nСнять им шестерню масляного насоса: сначала до упора ввернуть шестерню так, чтобы основной винт упёрся в торец вала http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n  После начинать вращение рукоятки съёмника, чтобы выкрутить шестерёнку http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:38:57','2026-01-21 02:38:57','b6d09853-b6e9-4875-a8dd-c3e54cf5acdf'),
(12630,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidflady\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Все материалы, используемые нами в производстве, абсолютно безопасны для детей и домашних животных и имеют соответствующие сертификаты, подтверждающие это https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d16.html\\r\\n \\r\\nПрофессионализм https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/kts-2.html\\r\\n   Наша компания на рынке более 12 лет https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d17.html\\r\\n   Работает с 20 https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-2.html\\r\\n  02 https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d8.html\\r\\n  2002 года https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/peregorodka-a6.html\\r\\n    Мы не интернет магазин, мы Компания https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/\\r\\n   У нас свой отдел инженеров, мы решаем многоцелевые задачи, по оснащению объектов разными видами слаботочного оборудования, а также разными видами связи (интернет, тв, сигнализация, усиление связи, видеонаблюдение, телефония, и т https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-40.html\\r\\n   д https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-p5.html\\r\\n  ) \\r\\nПри выборе средств декора делового помещения дизайнеры часто отдают предпочтение мебели из дорогого дерева, произрастающего в России https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a6.html\\r\\n   Она дешевле, чем продукция из редких пород, но смотрятся предметы интерьера так же отлично https://www.legnostyle.ru/catalog/inter-eri/arka-a39.html\\r\\n   Вся современная мебель пропитывается особыми средствами, которые предотвращают гниение и нападение вредителей https://www.legnostyle.ru/catalog/mebel/scg-51.html\\r\\n \\r\\nИзготовление и монтаж эксклюзивных, индивидуальных заказов в сотрудничестве с рядом дизайн-бюро, индивидуальными дизайнерами и архитекторами — наш конек https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d11.html\\r\\n \\r\\nКитай – страна из списка лидирующих в области производства мебели https://www.legnostyle.ru/catalog/inter-eri/arka-a34.html\\r\\n   Ну а том, каким спросом пользуется Самые читаемые записи за последний час:20/05/2014 Традиции китайского застолья09/09/2014 \\r\\nСегодня трудно уже удивить кого-то кожаным диваном, или креслом, кроватью с кожаной спинкой, или стулом с сиденьем из кожи https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s16.html\\r\\n   Дизайнеры не мигнув оком предлагают нам полюбоваться шкафом-купе с элементами кожи, ножками столов, или столешницами для стола, комодами и даже дверями которые отделаны кожей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-p37.html\\r\\n    \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:40:37','2026-01-21 02:40:37','1da8228f-061f-4dc3-8333-d27afdb08c1c'),
(12631,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelThoke\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Помогаете ли вы в подборе тканей и фурнитуры? \\r\\nНадежность и ответственность у нас всегда стоит на 1 месте https://norsy.ru/\\r\\n \\r\\nМы предлагаем уникальную услугу пошива брендированного постельного белья и штор для владельцев хостелов и гостиниц; больниц; рабочих строительных компаний; общежитий https://norsy.ru/o-nas\\r\\n \\r\\nРубашка-поло с коротким рукавом https://norsy.ru/o-nas\\r\\n \\r\\nДля начала давайте проясним, какое количество единиц одежды в партии считается мелкооптовым заказом https://norsy.ru/voprosy-otvety\\r\\n  Часто люди, обращаясь к нам, спрашивают можно ли считать оптовой партией 10 экземпляров одной модели в нескольких размерах? \\r\\nЖенская одежда https://norsy.ru/o-nas\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:40:45','2026-01-21 02:40:45','5f5e314c-e755-467d-87ca-473269c33bf8'),
(12650,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenPaX\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Размещенная на сайте информация – рекламный материал и не является публичной офертой https://www.ndt-club.com/product-36-tm-4t-tolshinomer-tolstih-zashitnih-pokritii-do-70-mm.htm\\r\\n  Изготовитель оставляет за собой право менять цену, внешний вид, характеристики и комплектацию приборов https://www.ndt-club.com/product-876-plastini-iz-chernoi-jesti-dlya-ispitanii.htm\\r\\n  Уточняйте подробную информацию перед заказом https://www.ndt-club.com/produkcija.htm\\r\\n \\r\\nПродажа магнитных измерителейто на нашем сайте очень популярна, благодаря простоте этих измерителей в использовании, их бюджетной цене и отсутствии необходимости в батарейках https://www.ndt-club.com/product-881-a1210-yltrazvykovoi-tolshinomer-s-a-skanom.htm\\r\\n  Это – идеальный вариант для новичка https://www.ndt-club.com/produkcija-105-tomografi-dlya-kontrolya-betona.htm\\r\\n \\r\\nИспользование и выбор связующего вещества https://www.ndt-club.com/news-51.htm\\r\\n  Связующее вещество используется для передачи высокочастотной ультразвуковой энергии между контактным датчиком и измеряемым материалом https://www.ndt-club.com/product-951-chehol-t01.htm\\r\\n  При использовании неподходящего типа связующего вещества или при его неправильном использовании могут возникнуть ошибки измерений, обозначаемые мигающим индикатором связующего вещества на дисплее https://www.ndt-club.com/product-512-pocketmike-yltrazvykovoi-tolshinomer.htm\\r\\n  Вещество должно использоваться в необходимом количестве и наноситься на поверхность равномерно https://www.ndt-club.com/produkcija-192-sop-i-so-standartnie-obrazci.htm\\r\\n  Связующее вещество обычно наносится на поверхность измеряемого материала https://www.ndt-club.com/product-816-mpb-3-v7-mikroskop-otschyotnii-brinell.htm\\r\\n  При высокой температуре связующее вещество наносится на поверхность контактного датчика https://www.ndt-club.com/product-539-vulcan-portativnii-lazernii-analizator.htm\\r\\n  Важно правильно выбирать тип связующего вещества https://www.ndt-club.com/news-74.htm\\r\\n  Для гладких поверхностей подходят связующие вещества низкой вязкости (например, связующее вещество смешанного состава, светлое машинное масло и т https://www.ndt-club.com/product-516-positector-6000-yniversalnii-tolshinomer-pokritii.htm\\r\\n д https://www.ndt-club.com/product-467-kd-3-3l-oblychatel-yltrafioletovii.htm\\r\\n ) https://www.ndt-club.com/product-59-colenta-indx-900e-avtomaticheskaya-proyavochnaya-mashina.htm\\r\\n  Для шероховатых, вертикальных и расположенных на большой высоте поверхностях или для поверхностей из алюминия следует использовать связующие вещества большей вязкости (например, глицериновые кремы, акустические гели, смазки и т https://www.ndt-club.com/produkcija-190-mnogokanalnie-akystiko-emissionnie-sistemi.htm\\r\\n д https://www.ndt-club.com/product-814-stacionarnii-tverdomer-syper-rokvella-trs.htm\\r\\n ) https://www.ndt-club.com/product-734-pascan-2-rychnoi-yniversalnii-skaner.htm\\r\\n  Связующие вещества различных составов имеются на рынке https://www.ndt-club.com/product-870-etaloni-chyvstvitelnosti-dlya-rentgenografii.htm\\r\\n \\r\\nУльтразвуковой толщиномер А1207 является самым маленьким толщиномером, совмещающим удобство в эксплуатации и все основные функции современного толщиномера https://www.ndt-club.com/product-155-tv200-vibrometr.htm\\r\\n  A1207 предназначен для измерения стенок, котлов, сосудов, работающих под давлением, обшивок судов и других изделий из черных и цветных металлов, изделий из черных и цветных металлов, изделий из стекла, а также металлических и пластиковых труб диаметром от 20 мм https://www.ndt-club.com/product-913-rft-obves-magnitnii-stolik-dlya-oborydovaniya.htm\\r\\n \\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:44:09','2026-01-21 02:44:09','861da6f0-dd95-444a-a9d8-79cdaa656ca2'),
(12652,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Miguel Bernard\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mike@monkeydigital.co\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\r\\n \\r\\nI wanted to reach out with something that could seriously boost your website’s visitor count. We work with a trusted ad network that allows us to deliver genuine, geo-targeted social ads traffic for just $10 per 10,000 visits. \\r\\n \\r\\nThis isn\'t junk clicks—it’s real visitors, tailored to your target country and niche. \\r\\n \\r\\nWhat you get: \\r\\n \\r\\n10,000+ high-quality visitors for just $10 \\r\\nLocalized traffic for multiple regions \\r\\nHigher volumes available based on your needs \\r\\nTrusted by SEO experts—we even use this for our SEO clients! \\r\\n \\r\\nReady to scale? Check out the details here: \\r\\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \\r\\n \\r\\nOr chat with us on WhatsApp: \\r\\nhttps://monkeydigital.co/whatsapp-us/ \\r\\n \\r\\nLooking forward to helping you grow! \\r\\n \\r\\nBest, \\r\\nMike Miguel Bernard\\r\\n \\r\\nPhone/whatsapp: +1 (775) 314-7914\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwaynehills.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:44:13','2026-01-21 02:44:13','402cdc5b-a842-4498-a3de-cc7b7df626c7'),
(12658,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelMep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Индивидуальный подход в работе с каждым клиентом – фирменный стиль нашей компании https://norsy.ru/voprosy-otvety\\r\\n  Вежливые и грамотные менеджеры ответят на все вопросы, проведут профессиональные консультации https://norsy.ru/pochemu-my\\r\\n \\r\\nШвейная фабрика Liza ценит каждого своего клиента, учитывает все Ваши пожелания, сохраняет и гарантирует высокий уровень сервиса https://norsy.ru/\\r\\n  Мы делаем все , чтобы цены на услуги пошива только радовали вас, а качество вызывало восторг и желание нас рекомендовать https://norsy.ru/otzyvy\\r\\n \\r\\nЧасто-задаваемые вопросы https://norsy.ru/poshiv-futbolok\\r\\n \\r\\nСроки изготовления к каждому заказу рассчитываются индивидуально, все зависит от объёма работ https://norsy.ru/poshiv-hudi\\r\\n  При необходимости мы выполняем срочные заказы https://norsy.ru/o-nas\\r\\n \\r\\nТакже в нашем цеху можно заказать пошив изделий костюмной группы (жакеты, жилеты, брюки, юбки), различных платьев, трикотажной одежды (спортивные костюмы, футболки и др.) Мы шьем средние и тяжелые ткани на современном оборудовании в команде профессионалов – в цеху всегда присутствует технолог, закройщики, швеи-мастера, утюжильщица и ручница https://norsy.ru/kontakty\\r\\n  У нас также можно дополнительно заказать разработку лекал, печать лейблов и составников, упаковку продукции и печать этикеток https://norsy.ru/kontakty\\r\\n \\r\\nДа, мы можем выполнить любой заказ по образцу изделия, который нам предоставляет заказчик https://norsy.ru/pochemu-my\\r\\n  В этом случае мы самостоятельно разработаем лекала и технологию производства, после чего отправим готовый образец на согласование с клиентом https://norsy.ru/voprosy-otvety\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:46:53','2026-01-21 02:46:53','dd89283a-bb82-400c-9d52-79fde63a45a8'),
(12659,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гостиницы в Геленджике https://rich-house.su/restaurants/\\r\\n \\r\\nДо центра 1000 м https://rich-house.su/contacts/\\r\\n \\r\\nБыстрое бронирование https://rich-house.su/about/\\r\\n \\r\\nСочи (1 228 отелей) \\r\\nВыгодное бронирование по низким ценам https://rich-house.su/booking/\\r\\n \\r\\nНаши партнёры по проведению платежей гарантируют безопасность ваших данных своей мировой репутацией https://rich-house.su/contacts/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:48:06','2026-01-21 02:48:06','bd70a039-671b-49ff-958d-193a8e6cd1cf'),
(12675,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelfloow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если у вас на компьютере установлено приложение Viber, то просто перейдите по этой https://norsy.ru/voprosy-otvety\\r\\n \\r\\nЕсли заказать одежду напрямую у нас – то вы получите гарантию, что все вещи будут сшиты идеально https://norsy.ru/ceny\\r\\n  Всю продукцию на отсутствие брака проверяют сотрудники фабрики 46/48 https://norsy.ru/o-nas\\r\\n  Наше внимательное отношение к деталям, является показателем того, что ваши вещи будут раскупать с большой скоростью https://norsy.ru/ceny\\r\\n \\r\\nМужская одежда https://norsy.ru/o-nas\\r\\n \\r\\nПошив курток https://norsy.ru/o-nas\\r\\n \\r\\nлоготипы и ярлыки https://norsy.ru/\\r\\n \\r\\nКомпания «Амадей Принт» производит текстильные изделия для мужчин и женщин разнообразного ассортимента: куртки, футболки, рубашки, жилеты, головные уборы и другую корпоративную продукцию https://norsy.ru/otzyvy\\r\\n  Возможен заказ моделей в стиле оверсайз и унисекс https://norsy.ru/voprosy-otvety\\r\\n  Мы создаем как легкую летнюю униформу для офисных сотрудников, так и утепленную для персонала, работающего в непростых условиях https://norsy.ru/poshiv-futbolok\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:51:55','2026-01-21 02:51:55','79ad1d5a-e938-4a42-917a-e68c0e904636'),
(12676,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EmanuelRok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Роман: Хочу узнать приблизительную стоимость капитального ремонта (с расточкой блока, шлифовки головки и КВ) с запчастями ДВС 6G74 (3,5л, атмосферный, V6) \\r\\n\\r\\nПеред тем как устанавливать новый масляный насос водители обычно тщательно очищают место его посадки от грязи http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  Да и стыки шлангов не помешает протереть чистой тканью, так как именно на стыках шланга и штуцера обычно скапливается самое большое количество пыли вперемешку с маслом http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  Из-за грязи в ближайшем будущем могут возникнуть проблемы, так как жидкость в системе смазки всегда должна быть чистой http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n \\r\\n\\r\\nПосле сбора кривошипно-шатунного механизма, устанавливается поддон картера, монтируются головки блока цилиндров, присоединяются топливопроводы низкого и высокого давления http://dmalmotors.ru/remont-sistemy-okhlazhdeniya.html\\r\\n  Восстанавливается работоспособность системы охлаждения, хомутами крепятся соединительные патрубки http://dmalmotors.ru/remont-generatorov.html\\r\\n  Заливаются антифриз, моторное масло http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Производится пробный пуск двигателя http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n \\r\\nПо своему исполнению двигатель КАМАЗ семейства 740 представляет собой V-образный дизельный агрегат, где каждая группа из 4 цилиндров расположена под углом 90 по отношению к другой группе http://dmalmotors.ru/remont-sistemy-okhlazhdeniya.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:52:58','2026-01-21 02:52:58','bcd6d16b-4a6b-46ae-bcfe-15428df93bad'),
(12677,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Vincentjuick\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Примеры работ https://dialdrive.ru/katalizator\\r\\n \\r\\n29 лет, опыт 16 лет https://dialdrive.ru/katalizator\\r\\n \\r\\nЦены выполненных работ https://dialdrive.ru/dvs\\r\\n \\r\\nСтоимость услуг*: \\r\\n52 года, опыт 30 лет https://dialdrive.ru/dvs\\r\\n \\r\\nРемонт автомобиля 1000 руб https://dialdrive.ru/dvs\\r\\n  Отремонтировать автомобиль 6000 руб https://dialdrive.ru/katalizator\\r\\n  Ремонт авто 5500 руб https://dialdrive.ru/katalizator\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:53:09','2026-01-21 02:53:09','6985b183-e560-406c-9c72-45bafea3f216'),
(12678,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PhilipquapH\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Александра поможет найти нужный тур https://akademy21.ru/pervaya_medicinskaya_pomosh\\r\\n  Быстро, бесплатно, с вниманием к мелочам https://akademy21.ru/contacts/ekaterinburg\\r\\n \\r\\nЦена на двоих с вылетом из Иркутска ? \\r\\nОтдельная административная единица Китая Шанхай (Shanghai) один из крупнейших торговых городов мира https://akademy21.ru/sam_brovist\\r\\n  Шанхай воплотившаяся мечта китайского народа, самый динамичный город самого динамично развивающегося народа https://akademy21.ru/jenskie_strijki\\r\\n \\r\\nК сожалению, у нас нет подходящих туров для отображения https://akademy21.ru/osnovi_koloristiki\\r\\n \\r\\nНовости больше https://akademy21.ru/contacts/tbilisi\\r\\n \\r\\nВиза: нужна, существуют упрощенные правила для некоторых регионов https://akademy21.ru/massagist_estet\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:54:16','2026-01-21 02:54:16','5dd7adaa-cb65-449c-bcf0-d1cb7b8ef859'),
(12685,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRhymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Кейтеринг – от 60 рублей https://shcherbinins.ru/contacts\\r\\n \\r\\nКсения (Бренд-менеджер) \\r\\nНаш выездной кейтеринг в Москве включает полный спектр услуг по организации и проведению мероприятий на любой локации https://shcherbinins.ru/menu\\r\\n  Мы обеспечиваем: \\r\\nКачество блюд https://shcherbinins.ru/\\r\\n \\r\\n840 руб./чел https://shcherbinins.ru/\\r\\n \\r\\nПомимо кейтеринга, мы предлагаем широкий спектр дополнительных услуг, чтобы сделать ваше мероприятие полноценным https://shcherbinins.ru/uslugy\\r\\n  Вы можете заказать у нас следующие услуги: посуда, аренда мебели, текстиль, официанты, декор, поиск и бронирование площадок, организация события и логистика https://shcherbinins.ru/menu\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:57:52','2026-01-21 02:57:52','8b88feae-fa0f-4edd-982a-19f6b508a844'),
(12686,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ShermanSoano\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Основная продукция: строительные металлоконструкции https://mobelmetall.ru/gibka-metalla\\r\\n \\r\\nOK LEVIN Адрес: г https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n  Ижевск, ул https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  Телегина, д https://mobelmetall.ru/ourproduction\\r\\n  30/590 Тел.: +7 965 844-30-38 https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\nДля производства металлоконструкций используются современные технологии сварки, лазерной резки, гибки, а также автоматизированные системы для проектирования и обработки данных https://mobelmetall.ru/blog\\r\\n  Эти методы позволяют значительно повысить точность и качество продукции https://mobelmetall.ru/blog\\r\\n \\r\\nМАРКА СТАЛИ https://mobelmetall.ru/questions\\r\\n \\r\\nООО \\\"АСпром\\\" - компания, специализирующаяся на разработке и производстве конвейерных систем и решений по перемещению грузов https://mobelmetall.ru/gibka-metalla\\r\\n  Наша компания предлагает широкий ассортимент конвейеров различных типов, включая ленточные, пластинчатые, роликовые, грипперные https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\nКак осуществляется доставка металлоконструкций на объект? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 02:58:01','2026-01-21 02:58:01','f6b5963a-03b3-4c11-8eb6-478ae6b04645'),
(12694,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelChurf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вы также можете самостоятельно сформировать меню, выбрав подходящие блюда в нашем каталоге https://shcherbinins.ru/contacts\\r\\n \\r\\nОставить отзыв https://shcherbinins.ru/contacts\\r\\n \\r\\nПреимущества заказа кейтеринга https://shcherbinins.ru/contacts\\r\\n \\r\\nЗаказывали канапе-сеты https://shcherbinins.ru/contacts\\r\\n \\r\\nВы можете недорого заказать доставку еды для кейтеринга частный дом, офис или локацию на природе https://shcherbinins.ru/aboutus\\r\\n  Выездное обслуживание предоставляется вне зависимости от масштаба банкета, стоимость фуршета рассчитывается на человека https://shcherbinins.ru/aboutus\\r\\n \\r\\nАрина, компания Деловая Россия https://shcherbinins.ru/contacts\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 03:04:19','2026-01-21 03:04:19','12fd301d-5274-413a-af0b-9dd4b51662b2'),
(12695,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeOpisy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I wanted to know your price.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwhisperingwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwhisperingwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 03:06:03','2026-01-21 03:06:03','7fc60f8d-9da7-4f91-a334-e527d3d0a94f'),
(12696,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeSoize\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ndewo, achọrọ m ịmara ọnụahịa gị.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 03:15:50','2026-01-21 03:15:50','8e09a8c8-5770-45f9-af1b-e6c4f0c42da2'),
(12701,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Petrona Veronica Soza \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"veronsoza123@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"5165473066\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[12702],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My name is Petrona Veronica Soza and I am certified in CPR, first aid, and assisted living. I want to work at Completecare. I don\'t speak English very well, but I am studying, and with my translator, I can communicate without any problems. I am applying for a job; my family and I need it. Please, I ask for an opportunity. Thank you in advance.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccbeylea.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 03:36:27','2026-01-21 03:36:27','cdac6c94-1066-4122-b50b-44bc28315609'),
(12703,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaeltaind\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Создать изысканные закуски https://shcherbinins.ru/uslugy\\r\\n  Приготовить основные блюда на любой вкус https://shcherbinins.ru/uslugy\\r\\n  Удовлетворить гастрономические предпочтения каждого гостя https://shcherbinins.ru/aboutus\\r\\n  Разработать индивидуальное кейтеринг-меню, учитывающее все ваши пожелания https://shcherbinins.ru/uslugy\\r\\n \\r\\nКейтеринг экономит время на придумывание собственного меню и долгую готовку https://shcherbinins.ru/menu\\r\\n  Вам нужно лишь выбрать блюда из каталога и заказать фуршет с доставкой в необходимое место https://shcherbinins.ru/uslugy\\r\\n \\r\\nИрина (Marketing & PR Director) \\r\\nПочему стоит выбрать CaterMe для заказа кейтеринга? \\r\\nОставить отзыв https://shcherbinins.ru/contacts\\r\\n \\r\\nКонстантин, компания VK https://shcherbinins.ru/aboutus\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 03:42:43','2026-01-21 03:42:43','38519f44-8f95-4139-9303-94be83e3fbfa'),
(12704,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Alan Uriel Urbina\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"alanurielurbinamatus@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"5168307182\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[12702,12705],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My name is Alan Urbina . I don\'t speak English very well, but I am studying, and with my translator, I can communicate without any problems.I have experience in maintenance and cleaning. I am applying for a job; my family and I need it. Please, I ask for an opportunity. Thank you in advance.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccbeylea.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 03:43:24','2026-01-21 03:43:24','5978b2bc-6180-41d4-96b8-51c6ea7c735e'),
(12717,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldGew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Посмотреть доступные номера https://rich-house.su/about/\\r\\n \\r\\nГостиницы в Геленджике https://rich-house.su/contacts/\\r\\n \\r\\nАгой (70 отелей) \\r\\nЗаселение в комфортные номера; Питание по системе шведский стол три раза в день; Список экскурсий; Возможность пользоваться всей инфраструктурой; Анимационные программы для детей; Программы для взрослых https://rich-house.su/restaurants/\\r\\n \\r\\nВыбрать промокод https://rich-house.su/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/restaurants/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 03:55:59','2026-01-21 03:55:59','feef70c6-14b1-4e16-b944-c27eb31de497'),
(12721,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jesusowerb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ch.emaxk.i.r.i.l.l@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://kettypay.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://decidim.calafell.cat/link?external_url=http://em-dom.ru\\r\\nhttps://beta.novell.com/common/util/get_language_url.php?language=en-us&url=http:///em-dom.ru\\r\\nhttps://trac.osgeo.org/osgeo/search?q=https://em-dom.ru\\r\\nhttps://toneto.net/redirect?url=http://em-dom.ru/\\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:06:05','2026-01-21 04:06:05','b91d08b5-64f7-4ba6-a45e-0ad297bad270'),
(12722,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldhidlY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Завтрак включён https://rich-house.su/services/\\r\\n \\r\\nОтель «ФандоринЪ» расположен в курортном поселке Кабардинка, в тихом и спокойном месте для семейного отдыха https://rich-house.su/rooms/\\r\\n  Предусмотрено обслуживание по системе «Все Включено» с конца апреля до середины октября https://rich-house.su/restaurants/\\r\\n \\r\\nСКИДКИ до 10% \\r\\nОтели Туапсе «Всё Включено» \\r\\nДо Черного моря 836 м https://rich-house.su/restaurants/\\r\\n \\r\\nДарим вам промокоды на первую бронь https://rich-house.su/restaurants/\\r\\n  Выбирайте самый выгодный для себя https://rich-house.su/booking/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:07:12','2026-01-21 04:07:12','97e94804-9f96-4eba-a9ae-318a6e6b6dc7'),
(12723,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michaelswills2022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Greetings, Mr./Ms., \\r\\n \\r\\nI’m Michael Williams from an investment consultancy. We connect clients globally with low interest loans to help achieve your goals. Whether for personal, business or project funding, we collaborate with reputable investors to turn your proposals into reality. Share your business plan and executive summary with us at: michael.williams@lotusfinconsults.com to explore funding options. \\r\\n \\r\\nSincerely, Michael Williams \\r\\nSenior Financial Consultant \\r\\nhttp://www.lotusfinanceconsults.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:21:48','2026-01-21 04:21:48','a8919f0d-d849-42a8-9ce6-ce35a06dae3c'),
(12729,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelmar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Позвоните нашим менеджерам по телефонам указанным на сайте, или оставьте заявку https://shcherbinins.ru/aboutus\\r\\n \\r\\nЮлия 3 мая 2025 https://shcherbinins.ru/menu\\r\\n \\r\\nСпасибо большое за организацию мероприятия, все понравилось, всё было очень вкусным) За открытую стрит-фуд зону отдельное спасибо! \\r\\nКанапе для фуршета – от 100 рублей https://shcherbinins.ru/uslugy\\r\\n \\r\\nКрасочное оформление фуршетной линии с разнообразными закусками, чтобы гости остались довольны https://shcherbinins.ru/uslugy\\r\\n \\r\\nЭтапы работы https://shcherbinins.ru/uslugy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:29:52','2026-01-21 04:29:52','a310ecde-0255-490e-ba65-de8bf382e06f'),
(12730,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jesusscake\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ch.em.a.x.ki.ri.ll@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://galacy-mountain.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://love.goxip.com/hk/affiliate?url=http://em-dom.ru\\r\\nhttps://submit.jpmph.org/member/s_login.php?s_login=11&s_url=http://em-dom.ru\\r\\nhttps://www.etcconnect.com/logout.aspx?bc_ReturnURL=https://em-dom.ru\\r\\nhttps://ad.inter-edu.com/ox/www/delivery/ck.php?ct=1&oaparams=2__bannerid=43467__zoneid=286__OXLCA=1__cb=04acee1091__oadest=https://em-dom.ru\\r\\nhttps://jump.5ch.net/?em-dom.ru\\r\\nhttps://popjulia.onelink.me/COvz?pid=pc-bottom&c=home&af_dp=com.chicv.popjulia://&af_web_dp=http://em-dom.ru&is_retargeting=true\\r\\nhttps://www.oxfordpublish.org/?URL=em-dom.ru/\\r\\nhttps://nabat.tomsk.ru/go/url=https:/em-dom.ru\\r\\nhttps://sc-state-library.mobilize.io/links?lid=gfQh03emv3hVxS0d5O3hjw&token=XBcQsLRbmwZhh21rh4UWww&url=http://em-dom.ru\\r\\nhttps://bbs.sp.findfriends.jp/?pid=go_link&url=http://em-dom.ru\\r\\nhttps://littlenugget.onelink.me/1071849834?pid=Sponsorship&c=BCBVIP&af_dp=littlenugget://&af_web_dp=http://em-dom.ru\\r\\nhttps://framinghamlibrary.org/?URL=em-dom.ru\\r\\nhttps://www.adminer.org/redirect/?url=https://em-dom.ru&lang=en\\r\\nhttps://mail2.mclink.it/SRedirect/em-dom.ru\\r\\nhttps://masaru323.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.db.lv/ext/http://em-dom.ru\\r\\nhttps://asoechat.wap.sh/redirect?url=em-dom.ru\\r\\nhttps://marublog129.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://w1.weblahko.sk/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://www.pearlevision.com/m20ScheduleExamView?catalogId=15951&clearExams=1&langId=-1&returnUrl=http://em-dom.ru&storeId=12002&storeNumber=21129027\\r\\nhttps://es.catholic.net/ligas/ligasframe.phtml?liga=https://em-dom.ru\\r\\nhttps://cpen.com/?url=https://em-dom.ru\\r\\nhttp://inginformatica.uniroma2.it/?URL=em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://nabchelny.ru/welcome/blindversion/normal?callback=http://em-dom.ru\\r\\nhttps://rinbro.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.wenxuecity.com/blog/?act=haiwai_blog&url=http://em-dom.ru\\r\\nhttps://fetchyournews.com/revive/www/delivery/ck.php?oaparams=2__bannerid=458__zoneid=43__cb=1931d27daa__oadest=http://em-dom.ru\\r\\nhttps://gochiemon.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://syaoruu.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forum.lephoceen.fr/proxy.php?link=https://em-dom.ru\\r\\nhttps://click.simsfinds.com/go?url=http://em-dom.ru\\r\\nhttps://wiki.zcubes.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://mana310.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.emuparadise.me/logout.php?next=https://em-dom.ru\\r\\nhttps://sp.jp.wazap.com/info/jump.wz?url=https://em-dom.ru\\r\\nhttps://smart.link/5bb788a3d5b83?site_id=Web_NBCS_Philly&creative_id=nbcsphi1356&cp_4=em-dom.ru\\r\\nhttps://forum.reizastudios.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://forum.doctissimo.fr/inscription-1.html?referer_url=https://em-dom.ru\\r\\nhttp://cds.zju.edu.cn/addons/cms/go/index.html?url=https://em-dom.ru\\r\\nhttps://trustandjustice.org/?URL=https://em-dom.ru\\r\\nhttps://toneto.net/redirect?url=http://em-dom.ru/\\r\\nhttps://ofsilvers.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://ai.blackfacts.com/redirect/FactSource/13d1ce12-1229-404b-bf31-8bdda75b7d55/03290b70-9a99-489b-a7fa-318ae1b60a6e/https://em-dom.ru\\r\\nhttps://lospoblanos.com/?URL=http://em-dom.ru\\r\\nhttps://envios.uces.edu.ar/control/click.mod.php?email={{email}}&id_envio=1557&url=https://em-dom.ru/\\r\\nhttps://firsttee.my.site.com/TFT_login?website=em-dom.ru\\r\\nhttp://www.webclap.com/php/jump.php?sa=t&url=http://em-dom.ru/\\r\\nhttps://content.hh.ru/api/v1/click?contentId=538&placeId=2&employerId=581458&domainAreaId=1353&host=https://em-dom.ru\\r\\nhttps://pram.elmercurio.com/Logout.aspx?ApplicationName=EMOL&SSOTargetUrl=https://em-dom.ru/&l=yes\\r\\nhttps://us.member.uschoolnet.com/register_step1.php?_from=em-dom.ru\\r\\nhttps://forums2.battleon.com/f/interceptor.asp?dest=em-dom.ru/\\r\\nhttps://my.w.tt/a/key_live_pgerP08EdSp0oA8BT3aZqbhoqzgSpodT?medium=&feature=&campaign=&channel=&$always_deeplink=0&$fallback_url=em-dom.ru&$deeplink_path=\\r\\nhttp://www.ub.uni-heidelberg.de/cgi-bin/edok?dok=https://em-dom.ru\\r\\nhttps://www.skisprungschanzen.com/link.php?id=2&url=http://em-dom.ru\\r\\nhttps://reporting.sainsburysmagazine.co.uk/cgi-bin/rr/nobook:151187nosent:64962nosrep:93621/https:/em-dom.ru\\r\\nhttps://hudsonltd.com/?URL=em-dom.ru\\r\\nhttps://eric.ed.gov/?redir=https://em-dom.ru/\\r\\nhttps://www.fahrradmonteur.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://www.decidim.barcelona/link?external_url=https://em-dom.ru\\r\\nhttps://domain.opendns.com/em-dom.ru\\r\\nhttps://odorun.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://passport-us.bignox.com/sso/logout?service=https://em-dom.ru/\\r\\nhttps://up.band.us/snippet/view?url=em-dom.ru\\r\\nhttps://www.hawaiitourismauthority.org/speedbump/?targetUrl=https://em-dom.ru\\r\\nhttps://community.restaurant.org/links?url=https://em-dom.ru\\r\\nhttps://gun.deals/external-link?url=http://em-dom.ru\\r\\nhttp://old.urc.ac.ru/cgi/click.cgi?url=http://em-dom.ru\\r\\nhttps://secure.nationalimmigrationproject.org/np/clients/nationalimmigration/tellFriend.jsp?subject=Attending 2020+Annual+Pre-AILA+Crimes+and+Immigration+Virtual+CLE&url=http://em-dom.ru\\r\\nhttps://secure.radio-online.com/cgi-bin/rol.exe/ssiteid?em-dom.ru\\r\\nhttps://kettypay.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttp://maheev.perm.ru/bitrix/rk.php?goto=http://em-dom.ru\\r\\nhttps://soundingames.dei.uc.pt/api.php?action=https://em-dom.ru\\r\\nhttps://beta.novell.com/common/util/get_language_url.php?language=en-us&url=http:///em-dom.ru\\r\\nhttps://cities.bythenumbers.sco.ca.gov/embed/barchart?branch_type=revenue&current_entity=org1&year=2020&child_entity=org2&org1=Yuba+City&sort_field=total&sort=desc&is_leaf=false&human_name=City&sourceUrl=https://em-dom.ru&type=content\\r\\nhttps://eventlog.netcentrum.cz/redir?data=aclick2c239800-486339t12&s=najistong&url=https://em-dom.ru&v=1\\r\\nhttps://islam.de/ms?r=https://em-dom.ru\\r\\nhttps://www.constructionenquirer.com/wp-content/themes/constructionenquirer/adclick.php?url=http://em-dom.ru\\r\\nhttps://empyriononline.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://daemon.indapass.hu/http/session_request?redirect_to=https://em-dom.ru/&partner_id=bloghu\\r\\nhttps://board-en.drakensang.com/proxy.php?link=http://em-dom.ru\\r\\nhttp://cr.naver.com/redirect-notification?u=https://em-dom.ru\\r\\nhttps://participez.nanterre.fr/link?external_url=https://em-dom.ru\\r\\nhttps://a.pr-cy.ru/em-dom.ru/\\r\\nhttps://vortez.net/revive2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=96__zoneid=7__cb=7b05f93fa3__oadest=http://em-dom.ru\\r\\nhttps://rs.rikkyo.ac.jp/rs/error/ApplicationError.aspx?TopURL=https://em-dom.ru\\r\\nhttps://show.jspargo.com/attendeeAcquisitionTool/src/tracking10click.asp?caller=attAcqWidget&widgetId=61&redirectUrl=http://em-dom.ru\\r\\nhttp://ijpc.uscannenberg.org/?URL=http://em-dom.ru\\r\\nhttps://www.unifrance.org/newsletter-click/6763261?url=http://em-dom.ru\\r\\nhttps://rezkyrizani.xtgem.com/fb_/text_lingkaran?site=em-dom.ru&lt\\r\\nhttps://memo8.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://optimize.viglink.com/page/pmv?url=https://em-dom.ru\\r\\nhttps://english.republiquelibre.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://yomi.mobi/rjump/em-dom.ru\\r\\nhttps://www.retrogames.cz/download_DOS.php?id=714&ROMfile=http://em-dom.ru&IMGsize=512\\r\\nhttps://dot.wp.pl/redirn?SN=facebook_o2&t=1628334247&url=https://em-dom.ru/\\r\\nhttps://app.nexoos.com.br/mkt/borrower/registration_wizard/partner_redirection?link=https://em-dom.ru&partner=geru\\r\\nhttps://forums.techarp.com/proxy.php?link=http://em-dom.ru\\r\\nhttp://s03.megalodon.jp/?url=http://em-dom.ru/\\r\\nhttps://forums.opera.com/outgoing?url=http://em-dom.ru\\r\\nhttps://my.icaew.com/security/Account/Logout?returnUrl=https://em-dom.ru\\r\\nhttps://forums.overclockers.com.au/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.cleanlink.com/adviewer.asp?adi=/hs/graphics/19/10/019_HS_1019&p=hs1019-019-MatsInc&e=website [at] cleanlink [dot] com&u=https://em-dom.ru\\r\\nhttps://adms3.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=527__zoneid=667__cb=72cbf61f88__oadest=http://em-dom.ru\\r\\nhttps://trac.osgeo.org/osgeo/search?q=https://em-dom.ru\\r\\nhttps://wiki.securepoint.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://amk-team.ru/go/?url=https://em-dom.ru\\r\\nhttp://help.speciesfile.org/api.php?action=http://em-dom.ru\\r\\nhttp://esvc000236.wic027u.server-web.com/include/Reurl3.php?adtype=hits&table=1&gunid=30&url=em-dom.ru\\r\\nhttp://fdp.timacad.ru/bitrix/redirect.php?event1&event2&event3&goto=http://em-dom.ru/\\r\\nhttps://dreamerdream.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://sp.baystars.co.jp/community/club_baystars/shop_map.php?catg=bene&id=g_005&linkURL=http://em-dom.ru/\\r\\nhttps://ipmba.org/?URL=http://em-dom.ru\\r\\nhttps://hchocolatier.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://www.math.auckland.ac.nz/wiki/index.php?search=https://em-dom.ru&title=Special:Search&go=Go\\r\\nhttps://tokyo.new-akiba.com/ra/www/delivery/ck.php?ct=1&oaparams=2__bannerid=3__zoneid=3__cb=154a423fea__oadest=https://em-dom.ru\\r\\nhttps://owner.netkeiba.com/?horse_id=2020100124&pid=horse_shokin&return_url=https://em-dom.ru\\r\\nhttps://vdigger.com/downloader/downloader.php?utm_nooverride=1&site=em-dom.ru\\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:30:19','2026-01-21 04:30:19','eec0f422-052b-43dc-98e9-8feabebb6d0a'),
(12731,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JesusSup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"c.h.e.m.ax.k.i.r.il.l@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://forum.doctissimo.fr/inscription-1.html?referer_url=https://em-dom.ru\\r\\nhttps://cpen.com/?url=https://em-dom.ru\\r\\nhttps://www.thetfp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://kanose.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://pl.grepolis.com/start/redirect?url=http://em-dom.ru\\r\\nhttps://www.hawaiitourismauthority.org/speedbump/?targetUrl=https://em-dom.ru\\r\\nhttp://www.ub.uni-heidelberg.de/cgi-bin/edok?dok=https://em-dom.ru\\r\\nhttps://vote.socialpsychology.org/index.htm?host2=em-dom.ru\\r\\nhttps://framinghamlibrary.org/?URL=em-dom.ru\\r\\nhttps://www.survivalmonkey.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://partner.beautysuccess.fr/servlet/effi.redir?id_compteur=22392471&url=http://em-dom.ru\\r\\nhttps://doba.te.ua/gateway?goto=https://em-dom.ru/\\r\\nhttps://www.oxfordpublish.org/?URL=em-dom.ru/\\r\\nhttps://a.pr-cy.ru/em-dom.ru/\\r\\nhttps://www.studyladder.com/games/activity/word-match-s-a-t-p-i-n-35665?backUrl=http://em-dom.ru\\r\\nhttps://www.oddworld.com/_shop/shop.php?store=em-dom.ru\\r\\nhttps://memo8.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://drugs.ie/?URL=https://em-dom.ru\\r\\nhttps://click.simsfinds.com/go?url=http://em-dom.ru\\r\\nhttps://forums2.battleon.com/f/interceptor.asp?dest=em-dom.ru/\\r\\nhttp://h1s.goodgame.ru/del/ck.php?ct=1&oaparams=2__bid=190__zid=26__cb=bc85c561c6__oadest=http://em-dom.ru\\r\\nhttps://digiex.net/proxy.php?link=https://em-dom.ru\\r\\nhttps://forum.lephoceen.fr/proxy.php?link=https://em-dom.ru\\r\\nhttps://plantationfl.adventistchurch.org/forwarder/part1?url=https://em-dom.ru\\r\\nhttps://www.skisprungschanzen.com/link.php?id=2&url=http://em-dom.ru\\r\\nhttps://suecia.kb.se/goto/http:/em-dom.ru/\\r\\nhttps://sso.qiota.com/api/v1/logout?redirect_uri=https://em-dom.ru\\r\\nhttps://chyba.o2.cz/cs/?url=https://em-dom.ru\\r\\nhttps://www.math.auckland.ac.nz/wiki/index.php?search=https://em-dom.ru&title=Special:Search&go=Go\\r\\nhttps://hchocolatier.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://prlog.ru/analysis/em-dom.ru\\r\\nhttps://www.wellness.com/Version/Full?returnUrl=http://em-dom.ru\\r\\nhttps://forums.opera.com/outgoing?url=http://em-dom.ru\\r\\nhttps://rezkyrizani.xtgem.com/fb_/text_lingkaran?site=em-dom.ru&lt\\r\\nhttps://sekainoriron.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://us.member.uschoolnet.com/register_step1.php?_from=em-dom.ru\\r\\nhttps://almanach.pte.hu/oktato/273?from=http://em-dom.ru\\r\\nhttps://dot.wp.pl/redirn?SN=facebook_o2&t=1628334247&url=https://em-dom.ru/\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://davadava.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://fffw2.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttp://www.webclap.com/php/jump.php?sa=t&url=http://em-dom.ru/\\r\\nhttps://pram.elmercurio.com/Logout.aspx?ApplicationName=EMOL&SSOTargetUrl=https://em-dom.ru/&l=yes\\r\\nhttp://old.urc.ac.ru/cgi/click.cgi?url=http://em-dom.ru\\r\\nhttp://esvc000236.wic027u.server-web.com/include/Reurl3.php?adtype=hits&table=1&gunid=30&url=em-dom.ru\\r\\nhttps://galacy-mountain.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.storeboard.com/profile/show_webpage_profile.asp?url=http://em-dom.ru\\r\\nhttps://www.stationwagonforums.com/forums/proxy.php?link=https://em-dom.ru\\r\\nhttps://content.hh.ru/api/v1/click?contentId=538&placeId=2&employerId=581458&domainAreaId=1353&host=https://em-dom.ru\\r\\nhttps://english.republiquelibre.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://w1.weblahko.sk/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://firsttee.my.site.com/TFT_login?website=em-dom.ru\\r\\nhttps://priuschat.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://wiki.securepoint.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://jump.5ch.net/?em-dom.ru\\r\\nhttps://www.decidim.barcelona/link?external_url=https://em-dom.ru\\r\\nhttps://my.icaew.com/security/Account/Logout?returnUrl=https://em-dom.ru\\r\\nhttps://submit.jpmph.org/member/s_login.php?s_login=11&s_url=http://em-dom.ru\\r\\nhttps://adms3.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=527__zoneid=667__cb=72cbf61f88__oadest=http://em-dom.ru\\r\\nhttps://s-panda.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://studenthelpr.com/redirect?redirectTo=http://em-dom.ru\\r\\nhttps://accounts.ac-illust.com/signup?lang=vi&serviceURL=https://em-dom.ru\\r\\nhttps://www.sexpin.net/source/em-dom.ru/\\r\\nhttps://domain.opendns.com/em-dom.ru\\r\\nhttps://secure.nationalimmigrationproject.org/np/clients/nationalimmigration/tellFriend.jsp?subject=Attending 2020+Annual+Pre-AILA+Crimes+and+Immigration+Virtual+CLE&url=http://em-dom.ru\\r\\nhttps://wiki.zcubes.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://eventlog.netcentrum.cz/redir?data=aclick2c239800-486339t12&s=najistong&url=https://em-dom.ru&v=1\\r\\nhttps://100day.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forum.corvusbelli.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://testregistrulagricol.gov.md/c/document_library/find_file_entry?p_l_id=67683&noSuchEntryRedirect=http://em-dom.ru\\r\\nhttps://asoechat.wap.sh/redirect?url=em-dom.ru\\r\\nhttp://www.bovec.net/redirect.php?link=em-dom.ru/&un=reedw.cf&from=bovecnet\\r\\nhttps://forums.techarp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://idoooll.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://stats.sobyanin.ru/metrics/r/?muid=15196b01-6d0b-4689-b2fc-241a3e6ae908&category=04a6660a-c3fe-4fc3-84a6-60afd7dc9422&url=https://em-dom.ru\\r\\nhttps://dados.ibict.br/pt_PT/api/1/util/snippet/api_info.html?resource_id=2ace6719-6b73-4285-b349-49dbbaa7de53&datastore_root_url=http://em-dom.ru\\r\\nhttps://www.vanderbiltcupraces.com/?URL=http://em-dom.ru\\r\\nhttps://gogvo.com/redir.php?k=d58063e997dbb039183c56fe39ebe099&url=https://em-dom.ru/\\r\\nhttps://sda.foodandtravel.com/live/www/delivery/ck.php?ct=1&oaparams=2__bannerid=14__zoneid=14__source={obfs:}__cb=18dd655015__oadest=http://em-dom.ru\\r\\nhttps://ads.agorafinancial.com/www/delivery/ck.php?ct=1&oaparams=2__bannerid=529__zoneid=4__cb=e74ef55876__oadest=http://em-dom.ru\\r\\nhttps://marublog129.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://login.uleth.ca/cas/login?service=https://em-dom.ru/&gateway=true\\r\\nhttps://rs.rikkyo.ac.jp/rs/error/ApplicationError.aspx?TopURL=https://em-dom.ru\\r\\nhttps://odorun.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://cm-eu.wargaming.net/frame/?service=frm&project=moo&realm=eu&language=en&login_url=http://em-dom.ru\\r\\nhttps://smart.link/5bb788a3d5b83?site_id=Web_NBCS_Philly&creative_id=nbcsphi1356&cp_4=em-dom.ru\\r\\nhttps://cas.rec.unicen.edu.ar/cas/login?gateway=true&service=https://em-dom.ru\\r\\nhttps://fcviktoria.cz/media_show.asp?id=2924&id_clanek=2467&media=0&type=1&url=https://em-dom.ru\\r\\nhttps://up.band.us/snippet/view?url=em-dom.ru\\r\\nhttp://inginformatica.uniroma2.it/?URL=em-dom.ru\\r\\nhttps://jenskiymir.com/proxy.php?url=http://em-dom.ru/34zxVq8\\r\\nhttps://wetpussygames.com/porn/out.php?id=em-dom.ru/\\r\\nhttps://adx.dcfever.com/ads/www/delivery/ck.php?ct=1&oaparams=2__bannerid=1138__zoneid=2__cb=a4d7c48ece__oadest=http://em-dom.ru\\r\\nhttps://forums.overclockers.com.au/proxy.php?link=http://em-dom.ru\\r\\nhttp://innerside.dothome.co.kr/bbs/skin/link/hit_plus.php?sitelink=http://em-dom.ru&id=link&page=1&sn1=&divpage=1&category=2&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc &no=4\\r\\nhttps://mail2.mclink.it/SRedirect/em-dom.ru\\r\\nhttps://wiki.evilmadscientist.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://bnb.easytravel.com.tw/click.aspx?no=3835&class=1&item=1001&area=6&url=http://em-dom.ru\\r\\nhttps://w1.websnadno.cz/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://www.fahrradmonteur.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://www.unifrance.org/newsletter-click/6763261?url=http://em-dom.ru\\r\\nhttps://community.restaurant.org/links?url=https://em-dom.ru\\r\\nhttps://m.shopinlosangeles.net/redirect.aspx?url=https://em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://newsletter.usi.ch/email/n?h=2obmeqV6fSqh5ZdQ0zugSbZMYMrMfiYL&l=//em-dom.ru\\r\\nhttp://help.speciesfile.org/api.php?action=http://em-dom.ru\\r\\nhttp://fdp.timacad.ru/bitrix/redirect.php?event1&event2&event3&goto=http://em-dom.ru/\\r\\nhttp://maheev.perm.ru/bitrix/rk.php?goto=http://em-dom.ru\\r\\nhttps://daemon.indapass.hu/http/session_request?redirect_to=https://em-dom.ru/&partner_id=bloghu\\r\\nhttps://captcha.2gis.ru/form?return_url=https://em-dom.ru\\r\\nhttp://cr.naver.com/redirect-notification?u=https://em-dom.ru\\r\\nhttps://trac.osgeo.org/osgeo/search?q=https://em-dom.ru\\r\\nhttps://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=60610D15439B4103A0BF4E1051EDCF8B&url=https://em-dom.ru/&c=12807976268214810202&mkt=en-us\\r\\nhttps://dreamerdream.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.chara-ani.com/member_rule.aspx?src=https://em-dom.ru\\r\\nhttps://love.goxip.com/hk/affiliate?url=http://em-dom.ru\\r\\nhttps://phleguratone-music-games.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttp://woostercollective.com/?URL=em-dom.ru\\r\\nhttps://decidimos.monterrey.gob.mx/link?external_url=https://em-dom.ru\\r\\nhttps://yomi.mobi/rjump/em-dom.ru\\r\\nhttps://optimize.viglink.com/page/pmv?url=https://em-dom.ru\\r\\nhttps://participez.nanterre.fr/link?external_url=https://em-dom.ru\\r\\nhttps://www.freeseotoolbox.net/domain/em-dom.ru/update\\r\\nhttps://hermis.alberta.ca/paa/Details.aspx?st=randall&ReturnUrl=http://em-dom.ru&dv=True&DeptID=1&ObjectID=PR2006\\r\\nhttps://passport-us.bignox.com/sso/logout?service=https://em-dom.ru/\\r\\nhttps://www.etcconnect.com/logout.aspx?bc_ReturnURL=https://em-dom.ru\\r\\nhttps://babkim.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttp://adms.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=6685__zoneid=2040__cb=dfaf38fc52__oadest=http://em-dom.ru\\r\\nhttps://tinhte.vn/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.cleanlink.com/adviewer.asp?adi=/hs/graphics/19/10/019_HS_1019&p=hs1019-019-MatsInc&e=website [at] cleanlink [dot] com&u=https://em-dom.ru\\r\\nhttps://ofsilvers.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttp://bodyblow.s9.xrea.com/x/cutlinks/rank.php?url=http://em-dom.ru\\r\\nhttps://syaoruu.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://trustandjustice.org/?URL=https://em-dom.ru\\r\\nhttps://empyriononline.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://tb.getinvisiblehand.com/adredirect.php?url=https://em-dom.ru\\r\\nhttps://paulgravett.com/?URL=em-dom.ru/\\r\\nhttps://fetchyournews.com/revive/www/delivery/ck.php?oaparams=2__bannerid=458__zoneid=43__cb=1931d27daa__oadest=http://em-dom.ru\\r\\nhttps://nabat.tomsk.ru/go/url=https:/em-dom.ru\\r\\nhttps://masaru323.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://wiki.bzflag.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://forums.officialpsds.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://m.shopinportland.com/redirect.aspx?url=em-dom.ru\\r\\nhttps://whois.gandi.net/en/results?search=em-dom.ru\\r\\nhttps://my.w.tt/a/key_live_pgerP08EdSp0oA8BT3aZqbhoqzgSpodT?medium=&feature=&campaign=&channel=&$always_deeplink=0&$fallback_url=em-dom.ru&$deeplink_path=\\r\\nhttps://www.adminer.org/redirect/?url=https://em-dom.ru&lang=en\\r\\nhttps://wiki.code4lib.org/index.php?title=/em-dom.ru&action=history&printable=yes\\r\\nhttps://sitereport.netcraft.com/?url=https://em-dom.ru/\\r\\nhttps://kolflow.univ-nantes.fr/mediawiki/api.php?action=https://em-dom.ru\\r\\nhttps://www.thickcash.com/iframe_content/video_banners/finishhim/fh-300x250-1/index.php?siteLink=https://em-dom.ru\\r\\nhttps://envios.uces.edu.ar/control/click.mod.php?email={{email}}&id_envio=1557&url=https://em-dom.ru/\\r\\nhttps://hudsonltd.com/?URL=em-dom.ru\\r\\nhttps://www.shareaholic.com/logout?origin=http://em-dom.ru\\r\\nhttps://osallistu.ouka.fi/link?external_url=https://em-dom.ru\\r\\nhttps://gochiemon.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://translate.itsc.cuhk.edu.hk/gb/em-dom.ru/weilun/b5/valk/valk_profile.html\\r\\nhttps://t10.org/cgi-bin/s_t10r.cgi?First=1&PrevURL=https://em-dom.ru\\r\\nhttps://toneto.net/redirect?url=http://em-dom.ru/\\r\\nhttps://forums.fugly.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.sunnymake.com/alexa/?domain=http://em-dom.ru\\r\\nhttps://forum.mobile-networks.ru/go.php?http://em-dom.ru\\r\\nhttps://secure.radio-online.com/cgi-bin/rol.exe/ssiteid?em-dom.ru\\r\\nhttps://forum.winhost.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://ai.blackfacts.com/redirect/FactSource/13d1ce12-1229-404b-bf31-8bdda75b7d55/03290b70-9a99-489b-a7fa-318ae1b60a6e/https://em-dom.ru\\r\\nhttps://dailyhoroscopeplus.onelink.me/kLrr?pid=app_share&c=test&af_web_dp=http://em-dom.ru\\r\\nhttps://owner.netkeiba.com/?horse_id=2020100124&pid=horse_shokin&return_url=https://em-dom.ru\\r\\nhttps://vdigger.com/downloader/downloader.php?utm_nooverride=1&site=em-dom.ru\\r\\nhttps://www.hogodoc.com/?URL=em-dom.ru/\\r\\nhttps://soundingames.dei.uc.pt/api.php?action=https://em-dom.ru\\r\\nhttps://www.db.lv/ext/http://em-dom.ru\\r\\nhttps://sp.baystars.co.jp/community/club_baystars/shop_map.php?catg=bene&id=g_005&linkURL=http://em-dom.ru/\\r\\nhttp://ijpc.uscannenberg.org/?URL=http://em-dom.ru\\r\\nhttps://kettypay.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.pearlevision.com/m20ScheduleExamView?catalogId=15951&clearExams=1&langId=-1&returnUrl=http://em-dom.ru&storeId=12002&storeNumber=21129027\\r\\nhttps://islam.de/ms?r=https://em-dom.ru\\r\\nhttps://beeyann.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=JnB1YklkPTE3NDEwJnNpdGVJZD0xNzQxMSZhZElkPTEyMTgyJmthZHNpemVpZD03JmNhbXBhaWduSWQ9NjI0MiZjcmVhdGl2ZUlkPTAmYWRTZXJ2ZXJJZD0yNDM=_url=https://em-dom.ru\\r\\nhttps://bbs.sp.findfriends.jp/?pid=go_link&url=http://em-dom.ru\\r\\nhttps://kirov-portal.ru/away.php?url=https://em-dom.ru\\r\\nhttps://if-himazin2.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://mana310.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.hcsparta.cz/media_show.asp?type=1&id=246&url_back=http://em-dom.ru\\r\\nhttps://beta.novell.com/common/util/get_language_url.php?language=en-us&url=http:///em-dom.ru\\r\\nhttps://forum.reizastudios.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://ad.inter-edu.com/ox/www/delivery/ck.php?ct=1&oaparams=2__bannerid=43467__zoneid=286__OXLCA=1__cb=04acee1091__oadest=https://em-dom.ru\\r\\nhttps://amk-team.ru/go/?url=https://em-dom.ru\\r\\nhttps://www.wenxuecity.com/blog/?act=haiwai_blog&url=http://em-dom.ru\\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:39:44','2026-01-21 04:39:44','c14167f2-4539-4149-bf5f-68d421d97d7c'),
(12732,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldHycle\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"от 3 000 руб https://rich-house.su/services/\\r\\n  за номер в сутки https://rich-house.su/booking/\\r\\n \\r\\nОбъект проверен https://rich-house.su/booking/\\r\\n \\r\\nДарим вам промокоды на первую бронь https://rich-house.su/photos/\\r\\n  Выбирайте самый выгодный для себя https://rich-house.su/\\r\\n \\r\\nГеленджик, Первомайская, 51А https://rich-house.su/restaurants/\\r\\n \\r\\nОтдых в Alean Family Resort & Spa Biarritz https://rich-house.su/contacts/\\r\\n \\r\\nПоказать все https://rich-house.su/services/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:47:12','2026-01-21 04:47:12','eea61d1a-6be5-4c8e-897d-bb1ca5944ef9'),
(12733,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldHycle\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1 https://rich-house.su/booking/\\r\\n 8 км от центра Геленджик https://rich-house.su/rooms/\\r\\n \\r\\n? Геленджик ? Завтрак включён https://rich-house.su/services/\\r\\n \\r\\nулица Прибойная, д https://rich-house.su/services/\\r\\n 18, Геленджик https://rich-house.su/booking/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/restaurants/\\r\\n \\r\\n736 https://rich-house.su/contacts/\\r\\n 9 м от центра Геленджик https://rich-house.su/booking/\\r\\n \\r\\nЭсто-Садок (280 отелей) \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:47:12','2026-01-21 04:47:12','98ea16da-4af1-4312-8086-3faf1addb39d'),
(12734,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccfoxhill.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:47:29','2026-01-21 04:47:29','511cd9ee-6052-45d4-b8a8-8daf6fc54d3d'),
(12735,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bernard Woolner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"bernard.woolner@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Bernard Woolner\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMost small business owners spend way too much time worrying about their website—or avoiding it because it feels overwhelming.\\r\\n\\r\\n\\r\\nHere\'s a better option:\\r\\n$69/month. Everything handled.\\r\\n\\r\\n\\r\\nWe\'ll:\\r\\n\\r\\n\\r\\nCreate a professional site for you—or completely overhaul your current one\\r\\n\\r\\n\\r\\nManage reliable hosting when needed\\r\\nHandle edits and improvements—up to 60 minutes of work included every month\\r\\n\\r\\n\\r\\n\\r\\nNo hidden costs, no long-term lock-in. Just a site that actually works for your business.\\r\\n\\r\\n\\r\\nSee what\'s included:\\r\\n\\r\\nhttps://websolutionsgenius.com/bestwebsites\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:54:34','2026-01-21 04:54:34','c4b84a0a-3dd1-470b-8e77-4bbe9ee6fc22'),
(12736,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeegiP\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, kam dashur të di çmimin tuaj\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:54:50','2026-01-21 04:54:50','f93a6733-2858-4d8b-8617-a85496eb128c'),
(12737,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldHycle\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Эсто-Садок (280 отелей) \\r\\nДо центра 500 м https://rich-house.su/contacts/\\r\\n \\r\\nБронирование номеров в мини-отелях Геленджика по цене от 3000 рублей в сутки без накруток и посредников! Фото, описание и реальные отзывы отдыхающих https://rich-house.su/services/\\r\\n  Недорогой отдых у Черного моря, подобрали для Вас более размещения https://rich-house.su/services/\\r\\n \\r\\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/services/\\r\\n \\r\\nДо Черного моря 100 м https://rich-house.su/rooms/\\r\\n \\r\\nОбъект проверен https://rich-house.su/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 04:57:42','2026-01-21 04:57:42','ad5ac3d2-dafd-431e-a4c6-e712859fad4c'),
(12738,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertKer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sveiki, es gribēju zināt savu cenu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 05:09:09','2026-01-21 05:09:09','d92b5e20-257a-4aa5-b9f0-31e78d8d8e15'),
(12739,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesheede\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<h3>How long do I have to tax a new car?</h3>\\r\\n<h3>Does an electric car need to be taxed?</h3>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 05:32:08','2026-01-21 05:32:08','2d71acf4-adac-494f-9e0b-0d57586028fd'),
(12740,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michaelswills2022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Greetings, Mr./Ms., \\r\\n \\r\\nI’m Michael Williams from an investment consultancy. We connect clients globally with low interest loans to help achieve your goals. Whether for personal, business or project funding, we collaborate with reputable investors to turn your proposals into reality. Share your business plan and executive summary with us at: michael.williams@lotusfinconsults.com to explore funding options. \\r\\n \\r\\nSincerely, Michael Williams \\r\\nSenior Financial Consultant \\r\\nhttp://www.lotusfinanceconsults.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 05:32:40','2026-01-21 05:32:40','2eec0790-0c13-44ce-b029-8920fa3da837'),
(12741,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JesusNib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"c.he.ma.x.kir.ill@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://soundingames.dei.uc.pt/api.php?action=https://em-dom.ru\\r\\nhttps://marublog129.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.hcsparta.cz/media_show.asp?type=1&id=246&url_back=http://em-dom.ru\\r\\nhttp://help.speciesfile.org/api.php?action=http://em-dom.ru\\r\\nhttps://partner.beautysuccess.fr/servlet/effi.redir?id_compteur=22392471&url=http://em-dom.ru\\r\\nhttps://www.sexpin.net/source/em-dom.ru/\\r\\nhttps://hudsonltd.com/?URL=em-dom.ru\\r\\nhttps://www.chara-ani.com/member_rule.aspx?src=https://em-dom.ru\\r\\nhttps://captcha.2gis.ru/form?return_url=https://em-dom.ru\\r\\nhttps://decidimos.monterrey.gob.mx/link?external_url=https://em-dom.ru\\r\\nhttps://trac.osgeo.org/osgeo/search?q=https://em-dom.ru\\r\\nhttps://m.shopinlosangeles.net/redirect.aspx?url=https://em-dom.ru\\r\\nhttps://studenthelpr.com/redirect?redirectTo=http://em-dom.ru\\r\\nhttps://daemon.indapass.hu/http/session_request?redirect_to=https://em-dom.ru/&partner_id=bloghu\\r\\nhttps://kolflow.univ-nantes.fr/mediawiki/api.php?action=https://em-dom.ru\\r\\nhttps://optimize.viglink.com/page/pmv?url=https://em-dom.ru\\r\\nhttps://aoisakana5.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://pl.grepolis.com/start/redirect?url=http://em-dom.ru\\r\\nhttps://es.catholic.net/ligas/ligasframe.phtml?liga=https://em-dom.ru\\r\\nhttps://100day.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://yomi.mobi/rjump/em-dom.ru\\r\\nhttps://english.republiquelibre.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://nabat.tomsk.ru/go/url=https:/em-dom.ru\\r\\nhttps://whois.gandi.net/en/results?search=em-dom.ru\\r\\nhttps://www.math.auckland.ac.nz/wiki/index.php?search=https://em-dom.ru&title=Special:Search&go=Go\\r\\nhttps://accounts.ac-illust.com/signup?lang=vi&serviceURL=https://em-dom.ru\\r\\nhttps://content.hh.ru/api/v1/click?contentId=538&placeId=2&employerId=581458&domainAreaId=1353&host=https://em-dom.ru\\r\\nhttps://sc-state-library.mobilize.io/links?lid=gfQh03emv3hVxS0d5O3hjw&token=XBcQsLRbmwZhh21rh4UWww&url=http://em-dom.ru\\r\\nhttps://babkim.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://t10.org/cgi-bin/s_t10r.cgi?First=1&PrevURL=https://em-dom.ru\\r\\nhttps://my.w.tt/a/key_live_pgerP08EdSp0oA8BT3aZqbhoqzgSpodT?medium=&feature=&campaign=&channel=&$always_deeplink=0&$fallback_url=em-dom.ru&$deeplink_path=\\r\\nhttps://tokyo.new-akiba.com/ra/www/delivery/ck.php?ct=1&oaparams=2__bannerid=3__zoneid=3__cb=154a423fea__oadest=https://em-dom.ru\\r\\nhttps://idoooll.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.etcconnect.com/logout.aspx?bc_ReturnURL=https://em-dom.ru\\r\\nhttps://dot.wp.pl/redirn?SN=facebook_o2&t=1628334247&url=https://em-dom.ru/\\r\\nhttps://owner.netkeiba.com/?horse_id=2020100124&pid=horse_shokin&return_url=https://em-dom.ru\\r\\nhttps://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=60610D15439B4103A0BF4E1051EDCF8B&url=https://em-dom.ru/&c=12807976268214810202&mkt=en-us\\r\\nhttps://link-sekiya.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://wiki.bzflag.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttp://www.bovec.net/redirect.php?link=em-dom.ru/&un=reedw.cf&from=bovecnet\\r\\nhttps://www.stationwagonforums.com/forums/proxy.php?link=https://em-dom.ru\\r\\nhttps://a.pr-cy.ru/em-dom.ru/\\r\\nhttps://testregistrulagricol.gov.md/c/document_library/find_file_entry?p_l_id=67683&noSuchEntryRedirect=http://em-dom.ru\\r\\nhttps://adsfac.net/search.asp?url=http://em-dom.ru\\r\\nhttps://forum.reizastudios.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://adms3.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=527__zoneid=667__cb=72cbf61f88__oadest=http://em-dom.ru\\r\\nhttps://bbs.sp.findfriends.jp/?pid=go_link&url=http://em-dom.ru\\r\\nhttps://popjulia.onelink.me/COvz?pid=pc-bottom&c=home&af_dp=com.chicv.popjulia://&af_web_dp=http://em-dom.ru&is_retargeting=true\\r\\nhttps://fetchyournews.com/revive/www/delivery/ck.php?oaparams=2__bannerid=458__zoneid=43__cb=1931d27daa__oadest=http://em-dom.ru\\r\\nhttps://wiki.securepoint.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttp://esvc000236.wic027u.server-web.com/include/Reurl3.php?adtype=hits&table=1&gunid=30&url=em-dom.ru\\r\\nhttps://sitereport.netcraft.com/?url=https://em-dom.ru/\\r\\nhttps://www.skisprungschanzen.com/link.php?id=2&url=http://em-dom.ru\\r\\nhttps://up.band.us/snippet/view?url=em-dom.ru\\r\\nhttps://daccha.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://wiki.evilmadscientist.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://www.fahrradmonteur.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://www.sunnymake.com/alexa/?domain=http://em-dom.ru\\r\\nhttps://gochiemon.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://submit.jpmph.org/member/s_login.php?s_login=11&s_url=http://em-dom.ru\\r\\nhttp://inginformatica.uniroma2.it/?URL=em-dom.ru\\r\\nhttps://msmgo.onelink.me/4240393215?pid=Web_traffic&c=Energy_Montior&af_channel=Website_footer&af_dp=MSMMoreMoney:///app/moneysupermarket-go&af_web_dp=http://em-dom.ru\\r\\nhttps://syaoruu.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://plantationfl.adventistchurch.org/forwarder/part1?url=https://em-dom.ru\\r\\nhttps://m.shopinportland.com/redirect.aspx?url=em-dom.ru\\r\\nhttps://domain.opendns.com/em-dom.ru\\r\\nhttps://www.wenxuecity.com/blog/?act=haiwai_blog&url=http://em-dom.ru\\r\\nhttps://priuschat.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://participez.nanterre.fr/link?external_url=https://em-dom.ru\\r\\nhttps://almanach.pte.hu/oktato/273?from=http://em-dom.ru\\r\\nhttps://nick.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://doba.te.ua/gateway?goto=https://em-dom.ru/\\r\\nhttps://ad.inter-edu.com/ox/www/delivery/ck.php?ct=1&oaparams=2__bannerid=43467__zoneid=286__OXLCA=1__cb=04acee1091__oadest=https://em-dom.ru\\r\\nhttp://h1s.goodgame.ru/del/ck.php?ct=1&oaparams=2__bid=190__zid=26__cb=bc85c561c6__oadest=http://em-dom.ru\\r\\nhttps://paulgravett.com/?URL=em-dom.ru/\\r\\nhttps://empyriononline.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://drugs.ie/?URL=https://em-dom.ru\\r\\nhttps://my.icaew.com/security/Account/Logout?returnUrl=https://em-dom.ru\\r\\nhttps://www.rovaniemi.fi/includes/LoginProviders/ActiveDirectory/ADLogin.aspx?ReturnUrl=https://em-dom.ru\\r\\nhttps://memo8.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://trustandjustice.org/?URL=https://em-dom.ru\\r\\nhttps://davadava.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://www.thetfp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 05:33:08','2026-01-21 05:33:08','6b46c93b-ec1f-460c-8f5e-d04ce4007730'),
(12742,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesBlobe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"</ul>\\r\\n<p>You must tax your new car immediately upon taking ownership if you intend to drive it on public roads. There is no grace period for new vehicles. The tax becomes your responsibility as the new keeper from the moment you take possession.</p>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 05:33:55','2026-01-21 05:33:55','b4b05184-f663-43b4-8409-47e899c26418'),
(12743,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeFup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ողջույն, ես ուզում էի իմանալ ձեր գինը.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmilfordmanor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmilfordmanor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 05:57:57','2026-01-21 05:57:57','3a2b22dc-1e1b-4494-a0a2-a09ea666cc05'),
(12744,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jesusloyap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"che.maxki.ri.l.l@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://forums2.battleon.com/f/interceptor.asp?dest=em-dom.ru/\\r\\nhttps://link-sekiya.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://dailyhoroscopeplus.onelink.me/kLrr?pid=app_share&c=test&af_web_dp=http://em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttp://h1s.goodgame.ru/del/ck.php?ct=1&oaparams=2__bid=190__zid=26__cb=bc85c561c6__oadest=http://em-dom.ru\\r\\nhttps://cm-eu.wargaming.net/frame/?service=frm&project=moo&realm=eu&language=en&login_url=http://em-dom.ru\\r\\nhttp://old.urc.ac.ru/cgi/click.cgi?url=http://em-dom.ru\\r\\nhttps://ipmba.org/?URL=http://em-dom.ru\\r\\nhttps://marublog129.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.thickcash.com/iframe_content/video_banners/finishhim/fh-300x250-1/index.php?siteLink=https://em-dom.ru\\r\\nhttps://pro.obesityhelp.com/tracked/?r=em-dom.ru&id=profile_website_10001\\r\\nhttps://plantationfl.adventistchurch.org/forwarder/part1?url=https://em-dom.ru\\r\\nhttp://adms.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=6685__zoneid=2040__cb=dfaf38fc52__oadest=http://em-dom.ru\\r\\nhttps://click.simsfinds.com/go?url=http://em-dom.ru\\r\\nhttps://secure.nationalimmigrationproject.org/np/clients/nationalimmigration/tellFriend.jsp?subject=Attending 2020+Annual+Pre-AILA+Crimes+and+Immigration+Virtual+CLE&url=http://em-dom.ru\\r\\nhttps://freewebsitetemplates.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://adsfac.net/search.asp?url=http://em-dom.ru\\r\\nhttp://kanten-papa.kir.jp/ranklink/rl_out.cgi?id=7200&url=http://em-dom.ru\\r\\nhttp://ijpc.uscannenberg.org/?URL=http://em-dom.ru\\r\\nhttps://galacy-mountain.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://drugs.ie/?URL=https://em-dom.ru\\r\\nhttps://show.jspargo.com/attendeeAcquisitionTool/src/tracking10click.asp?caller=attAcqWidget&widgetId=61&redirectUrl=http://em-dom.ru\\r\\nhttps://mana310.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://sda.foodandtravel.com/live/www/delivery/ck.php?ct=1&oaparams=2__bannerid=14__zoneid=14__source={obfs:}__cb=18dd655015__oadest=http://em-dom.ru\\r\\nhttps://up.band.us/snippet/view?url=em-dom.ru\\r\\nhttps://ofsilvers.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://sc-state-library.mobilize.io/links?lid=gfQh03emv3hVxS0d5O3hjw&token=XBcQsLRbmwZhh21rh4UWww&url=http://em-dom.ru\\r\\nhttps://decidim.calafell.cat/link?external_url=http://em-dom.ru\\r\\nhttps://islam.de/ms?r=https://em-dom.ru\\r\\nhttps://forums.fugly.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://wiki.bzflag.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://dados.ibict.br/pt_PT/api/1/util/snippet/api_info.html?resource_id=2ace6719-6b73-4285-b349-49dbbaa7de53&datastore_root_url=http://em-dom.ru\\r\\nhttps://fetchyournews.com/revive/www/delivery/ck.php?oaparams=2__bannerid=458__zoneid=43__cb=1931d27daa__oadest=http://em-dom.ru\\r\\nhttp://cds.zju.edu.cn/addons/cms/go/index.html?url=https://em-dom.ru\\r\\nhttps://www.shareaholic.com/logout?origin=http://em-dom.ru\\r\\nhttps://sp.baystars.co.jp/community/club_baystars/shop_map.php?catg=bene&id=g_005&linkURL=http://em-dom.ru/\\r\\nhttps://nick.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://msmgo.onelink.me/4240393215?pid=Web_traffic&c=Energy_Montior&af_channel=Website_footer&af_dp=MSMMoreMoney:///app/moneysupermarket-go&af_web_dp=http://em-dom.ru\\r\\nhttps://tb.getinvisiblehand.com/adredirect.php?url=https://em-dom.ru\\r\\nhttps://forum.doctissimo.fr/inscription-1.html?referer_url=https://em-dom.ru\\r\\nhttps://adms3.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=527__zoneid=667__cb=72cbf61f88__oadest=http://em-dom.ru\\r\\nhttps://www.sunnymake.com/alexa/?domain=http://em-dom.ru\\r\\nhttps://wiki.evilmadscientist.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://semanticweb.cs.vu.nl/linkedatm/browse/list_resource?r=http://em-dom.ru\\r\\nhttps://the-take.com/?URL=https://em-dom.ru\\r\\nhttps://amk-team.ru/go/?url=https://em-dom.ru\\r\\nhttps://kirov-portal.ru/away.php?url=https://em-dom.ru\\r\\nhttps://www.survivalmonkey.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://tokyo.new-akiba.com/ra/www/delivery/ck.php?ct=1&oaparams=2__bannerid=3__zoneid=3__cb=154a423fea__oadest=https://em-dom.ru\\r\\nhttps://www.retrogames.cz/download_DOS.php?id=714&ROMfile=http://em-dom.ru&IMGsize=512\\r\\nhttps://soundingames.dei.uc.pt/api.php?action=https://em-dom.ru\\r\\nhttps://w1.websnadno.cz/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://eric.ed.gov/?redir=https://em-dom.ru/\\r\\nhttps://vote.socialpsychology.org/index.htm?host2=em-dom.ru\\r\\nhttps://bbs.sp.findfriends.jp/?pid=go_link&url=http://em-dom.ru\\r\\nhttps://davadava.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://sso.qiota.com/api/v1/logout?redirect_uri=https://em-dom.ru\\r\\nhttp://fdp.timacad.ru/bitrix/redirect.php?event1&event2&event3&goto=http://em-dom.ru/\\r\\nhttps://fcviktoria.cz/media_show.asp?id=2924&id_clanek=2467&media=0&type=1&url=https://em-dom.ru\\r\\nhttps://beta.novell.com/common/util/get_language_url.php?language=en-us&url=http:///em-dom.ru\\r\\nhttps://www.freeseotoolbox.net/domain/em-dom.ru/update\\r\\nhttps://www.chara-ani.com/member_rule.aspx?src=https://em-dom.ru\\r\\nhttps://www.sexpin.net/source/em-dom.ru/\\r\\nhttps://decidim.santcugat.cat/link?external_url=https://em-dom.ru\\r\\nhttps://www.wenxuecity.com/blog/?act=haiwai_blog&url=http://em-dom.ru\\r\\nhttps://cpen.com/?url=https://em-dom.ru\\r\\nhttps://daccha.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://100day.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://osallistu.ouka.fi/link?external_url=https://em-dom.ru\\r\\nhttps://firsttee.my.site.com/TFT_login?website=em-dom.ru\\r\\nhttps://mail2.mclink.it/SRedirect/em-dom.ru\\r\\nhttps://owner.netkeiba.com/?horse_id=2020100124&pid=horse_shokin&return_url=https://em-dom.ru\\r\\nhttps://stats.sobyanin.ru/metrics/r/?muid=15196b01-6d0b-4689-b2fc-241a3e6ae908&category=04a6660a-c3fe-4fc3-84a6-60afd7dc9422&url=https://em-dom.ru\\r\\nhttps://dot.wp.pl/redirn?SN=facebook_o2&t=1628334247&url=https://em-dom.ru/\\r\\nhttps://vyper.io/conversions/cookieconversionpage?entry_id=9248247&url=http://em-dom.ru\\r\\nhttps://prlog.ru/analysis/em-dom.ru\\r\\nhttps://syaoruu.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://fffw2.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://smart.link/5bb788a3d5b83?site_id=Web_NBCS_Philly&creative_id=nbcsphi1356&cp_4=em-dom.ru\\r\\nhttps://vdigger.com/downloader/downloader.php?utm_nooverride=1&site=em-dom.ru\\r\\nhttps://newsletter.usi.ch/email/n?h=2obmeqV6fSqh5ZdQ0zugSbZMYMrMfiYL&l=//em-dom.ru\\r\\nhttps://forums.techarp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://digiex.net/proxy.php?link=https://em-dom.ru\\r\\nhttps://wiki.code4lib.org/index.php?title=/em-dom.ru&action=history&printable=yes\\r\\nhttps://paulgravett.com/?URL=em-dom.ru/\\r\\nhttps://testregistrulagricol.gov.md/c/document_library/find_file_entry?p_l_id=67683&noSuchEntryRedirect=http://em-dom.ru\\r\\nhttps://secure.radio-online.com/cgi-bin/rol.exe/ssiteid?em-dom.ru\\r\\nhttps://app.nexoos.com.br/mkt/borrower/registration_wizard/partner_redirection?link=https://em-dom.ru&partner=geru\\r\\nhttps://community.restaurant.org/links?url=https://em-dom.ru\\r\\nhttps://m.shopinportland.com/redirect.aspx?url=em-dom.ru\\r\\nhttps://littlenugget.onelink.me/1071849834?pid=Sponsorship&c=BCBVIP&af_dp=littlenugget://&af_web_dp=http://em-dom.ru\\r\\nhttps://content.hh.ru/api/v1/click?contentId=538&placeId=2&employerId=581458&domainAreaId=1353&host=https://em-dom.ru\\r\\nhttps://ad.inter-edu.com/ox/www/delivery/ck.php?ct=1&oaparams=2__bannerid=43467__zoneid=286__OXLCA=1__cb=04acee1091__oadest=https://em-dom.ru\\r\\nhttps://rezkyrizani.xtgem.com/fb_/text_lingkaran?site=em-dom.ru&lt\\r\\nhttps://kettypay.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://trac.osgeo.org/osgeo/search?q=https://em-dom.ru\\r\\nhttps://my.icaew.com/security/Account/Logout?returnUrl=https://em-dom.ru\\r\\nhttps://www.vanderbiltcupraces.com/?URL=http://em-dom.ru\\r\\nhttps://odorun.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttp://www.webclap.com/php/jump.php?sa=t&url=http://em-dom.ru/\\r\\nhttps://forum.lephoceen.fr/proxy.php?link=https://em-dom.ru\\r\\nhttps://empyriononline.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://envios.uces.edu.ar/control/click.mod.php?email={{email}}&id_envio=1557&url=https://em-dom.ru/\\r\\nhttp://innerside.dothome.co.kr/bbs/skin/link/hit_plus.php?sitelink=http://em-dom.ru&id=link&page=1&sn1=&divpage=1&category=2&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc &no=4\\r\\nhttps://daemon.indapass.hu/http/session_request?redirect_to=https://em-dom.ru/&partner_id=bloghu\\r\\nhttps://gogvo.com/redir.php?k=d58063e997dbb039183c56fe39ebe099&url=https://em-dom.ru/\\r\\nhttps://my.w.tt/a/key_live_pgerP08EdSp0oA8BT3aZqbhoqzgSpodT?medium=&feature=&campaign=&channel=&$always_deeplink=0&$fallback_url=em-dom.ru&$deeplink_path=\\r\\nhttps://nabchelny.ru/welcome/blindversion/normal?callback=http://em-dom.ru\\r\\nhttps://www.studyladder.com/games/activity/word-match-s-a-t-p-i-n-35665?backUrl=http://em-dom.ru\\r\\nhttps://wiki.zcubes.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://submit.jpmph.org/member/s_login.php?s_login=11&s_url=http://em-dom.ru\\r\\nhttps://board-en.drakensang.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://english.republiquelibre.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttp://bodyblow.s9.xrea.com/x/cutlinks/rank.php?url=http://em-dom.ru\\r\\nhttps://hchocolatier.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttp://www.ub.uni-heidelberg.de/cgi-bin/edok?dok=https://em-dom.ru\\r\\nhttps://www.hogodoc.com/?URL=em-dom.ru/\\r\\nhttps://participez.nanterre.fr/link?external_url=https://em-dom.ru\\r\\nhttps://aoisakana5.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forum.mobile-networks.ru/go.php?http://em-dom.ru\\r\\nhttp://2015.adfest.by/banner/redirect.php?url=http://em-dom.ru\\r\\nhttps://eventlog.netcentrum.cz/redir?data=aclick2c239800-486339t12&s=najistong&url=https://em-dom.ru&v=1\\r\\nhttps://yomi.mobi/rjump/em-dom.ru\\r\\nhttps://decidimos.monterrey.gob.mx/link?external_url=https://em-dom.ru\\r\\nhttps://us.member.uschoolnet.com/register_step1.php?_from=em-dom.ru\\r\\nhttps://w1.weblahko.sk/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://www.unifrance.org/newsletter-click/6763261?url=http://em-dom.ru\\r\\nhttps://www.cleanlink.com/adviewer.asp?adi=/hs/graphics/19/10/019_HS_1019&p=hs1019-019-MatsInc&e=website [at] cleanlink [dot] com&u=https://em-dom.ru\\r\\nhttps://maximal-life.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://ads.agorafinancial.com/www/delivery/ck.php?ct=1&oaparams=2__bannerid=529__zoneid=4__cb=e74ef55876__oadest=http://em-dom.ru\\r\\nhttps://vortez.net/revive2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=96__zoneid=7__cb=7b05f93fa3__oadest=http://em-dom.ru\\r\\nhttps://www.adminer.org/redirect/?url=https://em-dom.ru&lang=en\\r\\nhttps://www.db.lv/ext/http://em-dom.ru\\r\\nhttp://www.bovec.net/redirect.php?link=em-dom.ru/&un=reedw.cf&from=bovecnet\\r\\nhttps://www.rovaniemi.fi/includes/LoginProviders/ActiveDirectory/ADLogin.aspx?ReturnUrl=https://em-dom.ru\\r\\nhttps://www.hawaiitourismauthority.org/speedbump/?targetUrl=https://em-dom.ru\\r\\nhttps://www.wellness.com/Version/Full?returnUrl=http://em-dom.ru\\r\\nhttps://forum.winhost.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.fahrradmonteur.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://sitereport.netcraft.com/?url=https://em-dom.ru/\\r\\nhttps://rs.rikkyo.ac.jp/rs/error/ApplicationError.aspx?TopURL=https://em-dom.ru\\r\\nhttps://suecia.kb.se/goto/http:/em-dom.ru/\\r\\nhttps://sp.jp.wazap.com/info/jump.wz?url=https://em-dom.ru\\r\\nhttps://hermis.alberta.ca/paa/Details.aspx?st=randall&ReturnUrl=http://em-dom.ru&dv=True&DeptID=1&ObjectID=PR2006\\r\\nhttp://inginformatica.uniroma2.it/?URL=em-dom.ru\\r\\nhttp://woostercollective.com/?URL=em-dom.ru\\r\\nhttps://s-panda.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://accounts.ac-illust.com/signup?lang=vi&serviceURL=https://em-dom.ru\\r\\nhttps://almanach.pte.hu/oktato/273?from=http://em-dom.ru\\r\\nhttps://studenthelpr.com/redirect?redirectTo=http://em-dom.ru\\r\\nhttps://www.thetfp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://adx.dcfever.com/ads/www/delivery/ck.php?ct=1&oaparams=2__bannerid=1138__zoneid=2__cb=a4d7c48ece__oadest=http://em-dom.ru\\r\\nhttps://beeyann.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://translate.itsc.cuhk.edu.hk/gb/em-dom.ru/weilun/b5/valk/valk_profile.html\\r\\nhttp://help.speciesfile.org/api.php?action=http://em-dom.ru\\r\\nhttp://esvc000236.wic027u.server-web.com/include/Reurl3.php?adtype=hits&table=1&gunid=30&url=em-dom.ru\\r\\nhttps://toneto.net/redirect?url=http://em-dom.ru/\\r\\nhttps://dreamerdream.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://nabat.tomsk.ru/go/url=https:/em-dom.ru\\r\\nhttps://hudsonltd.com/?URL=em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://sat.issprops.com/?URL=em-dom.ru/\\r\\nhttps://pl.grepolis.com/start/redirect?url=http://em-dom.ru\\r\\nhttps://kanose.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://trustandjustice.org/?URL=https://em-dom.ru\\r\\nhttps://gun.deals/external-link?url=http://em-dom.ru\\r\\nhttps://idoooll.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.oddworld.com/_shop/shop.php?store=em-dom.ru\\r\\nhttps://popjulia.onelink.me/COvz?pid=pc-bottom&c=home&af_dp=com.chicv.popjulia://&af_web_dp=http://em-dom.ru&is_retargeting=true\\r\\nhttps://www.decidim.barcelona/link?external_url=https://em-dom.ru\\r\\nhttps://www.stationwagonforums.com/forums/proxy.php?link=https://em-dom.ru\\r\\nhttps://t10.org/cgi-bin/s_t10r.cgi?First=1&PrevURL=https://em-dom.ru\\r\\nhttps://es.catholic.net/ligas/ligasframe.phtml?liga=https://em-dom.ru\\r\\nhttps://whois.gandi.net/en/results?search=em-dom.ru\\r\\nhttps://captcha.2gis.ru/form?return_url=https://em-dom.ru\\r\\nhttps://wetpussygames.com/porn/out.php?id=em-dom.ru/\\r\\nhttps://www.emuparadise.me/logout.php?next=https://em-dom.ru\\r\\nhttps://a.pr-cy.ru/em-dom.ru/\\r\\nhttps://bnb.easytravel.com.tw/click.aspx?no=3835&class=1&item=1001&area=6&url=http://em-dom.ru\\r\\nhttps://optimize.viglink.com/page/pmv?url=https://em-dom.ru\\r\\nhttps://forums.officialpsds.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://reporting.sainsburysmagazine.co.uk/cgi-bin/rr/nobook:151187nosent:64962nosrep:93621/https:/em-dom.ru\\r\\nhttps://passport-us.bignox.com/sso/logout?service=https://em-dom.ru/\\r\\nhttps://if-himazin2.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://lospoblanos.com/?URL=http://em-dom.ru\\r\\nhttps://babkim.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://love.goxip.com/hk/affiliate?url=http://em-dom.ru\\r\\nhttps://cities.bythenumbers.sco.ca.gov/embed/barchart?branch_type=revenue&current_entity=org1&year=2020&child_entity=org2&org1=Yuba+City&sort_field=total&sort=desc&is_leaf=false&human_name=City&sourceUrl=https://em-dom.ru&type=content\\r\\nhttps://www.etcconnect.com/logout.aspx?bc_ReturnURL=https://em-dom.ru\\r\\nhttps://jump.5ch.net/?em-dom.ru\\r\\nhttps://www.oxfordpublish.org/?URL=em-dom.ru/\\r\\nhttp://s03.megalodon.jp/?url=http://em-dom.ru/\\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:02:23','2026-01-21 06:02:23','499d2124-f016-49a1-b9aa-1b6c18b2deb4'),
(12745,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenn@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Shorrock Gardens,\\r\\n\\r\\nI’ve built and trained an AI employee specifically for Complete Care at Shorrock Gardens.\\r\\n\\r\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer \\r\\ncustomer questions, capture leads, and even follow up — just like a team member would.\\r\\n\\r\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\r\\n\\r\\nWould today or tomorrow work for a quick walkthrough? Schedule a time on my calendar to meet the agent I trained for you and see \\r\\nwhat she can do here: meetings.hubspot.com/dandy-/getdandy-trained-agent-luqman or call me at (949)-755-7782\\r\\n\\r\\nTalk soon,\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O\'Brien | Director of Operations\\r\\nGetDandy\\r\\nmeetings.hubspot.com/dandy-/getdandy-trained-agent-luqman\\r\\n\\r\\nUnsubscribe here: bit.ly/42wnUsa\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:08:07','2026-01-21 06:08:07','19409243-1206-4d07-a9d2-b145cb64df62'),
(12746,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joanna Riggs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joannariggs211@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Isidro Beckenbauer\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI just visited ccchestnuthill.com and wondered if you\'ve ever considered an impactful video to advertise your business? Our videos can generate impressive results on both your website and across social media.\\r\\n\\r\\nOur prices start from just $195 (USD).\\r\\n\\r\\nLet me know if you\'re interested in seeing samples of our previous work.\\r\\n\\r\\nRegards,\\r\\nJoanna\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:09:40','2026-01-21 06:09:40','b54c4f5d-4330-4454-b824-75db801a4ef8'),
(12747,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joanna Riggs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joannariggsvideo@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI just visited completecarekhs.com and wondered if you\'d ever thought about having an engaging video to explain what you do?\\r\\n\\r\\nOur prices start from just $195 (USD).\\r\\n\\r\\nLet me know if you\'re interested in seeing samples of our previous work.\\r\\n\\r\\nRegards,\\r\\nJoanna\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:17:08','2026-01-21 06:17:08','1104715c-3f51-4816-a12d-c97a4de305ad'),
(12748,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Noelia Rotton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"noelia.rotton@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Noelia Rotton\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"If $100 bought you 2M guaranteed placements, why wouldn’t you use it?\\r\\nIf this message landed in front of you, isn’t that proof your campaign will land too?\\r\\nWhy miss out when the system is already proven?\\r\\nLaunch at \\r\\ncontactpageads.com \\r\\nand take action before this window closes.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:27:48','2026-01-21 06:27:48','783d6e0e-e155-4de5-bd09-b7c063347ea3'),
(12749,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:32:47','2026-01-21 06:32:47','18e34393-cf77-4175-87b3-297259a2dac8'),
(12750,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sanitachogs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jayaba.t0.62@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Полезно, когда обсуждения подталкивают к практическим выводам. Мой вывод в быту простой: меньше экспериментов, больше надёжной техники, особенно если <a /><font color=#1C1C1C>это газовый котёл</font></a>.\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:33:19','2026-01-21 06:33:19','a287e475-b4d0-47f0-8628-2faf66981801'),
(12751,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:34:49','2026-01-21 06:34:49','aa4d1e95-f31f-4be9-923b-1110aa48e725'),
(12752,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site completecarebrick.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:37:35','2026-01-21 06:37:35','1e30c3e0-87e7-4df8-af73-538e0b5dcb1a'),
(12753,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:38:48','2026-01-21 06:38:48','9b902d9c-7a5c-4e52-be38-912a26ba4439'),
(12754,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JesusIllet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ch.ema.x.ki.r.il.l@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://pl.grepolis.com/start/redirect?url=http://em-dom.ru\\r\\nhttps://www.stationwagonforums.com/forums/proxy.php?link=https://em-dom.ru\\r\\nhttps://davadava.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://fcviktoria.cz/media_show.asp?id=2924&id_clanek=2467&media=0&type=1&url=https://em-dom.ru\\r\\nhttps://forums2.battleon.com/f/interceptor.asp?dest=em-dom.ru/\\r\\nhttps://community.restaurant.org/links?url=https://em-dom.ru\\r\\nhttps://chyba.o2.cz/cs/?url=https://em-dom.ru\\r\\nhttps://us.member.uschoolnet.com/register_step1.php?_from=em-dom.ru\\r\\nhttps://syaoruu.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://sekainoriron.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://translate.itsc.cuhk.edu.hk/gb/em-dom.ru/weilun/b5/valk/valk_profile.html\\r\\nhttp://cds.zju.edu.cn/addons/cms/go/index.html?url=https://em-dom.ru\\r\\nhttps://ads.agorafinancial.com/www/delivery/ck.php?ct=1&oaparams=2__bannerid=529__zoneid=4__cb=e74ef55876__oadest=http://em-dom.ru\\r\\nhttps://my.w.tt/a/key_live_pgerP08EdSp0oA8BT3aZqbhoqzgSpodT?medium=&feature=&campaign=&channel=&$always_deeplink=0&$fallback_url=em-dom.ru&$deeplink_path=\\r\\nhttps://drugs.ie/?URL=https://em-dom.ru\\r\\nhttps://memo8.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://sc-state-library.mobilize.io/links?lid=gfQh03emv3hVxS0d5O3hjw&token=XBcQsLRbmwZhh21rh4UWww&url=http://em-dom.ru\\r\\nhttps://dreamerdream.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttp://kanten-papa.kir.jp/ranklink/rl_out.cgi?id=7200&url=http://em-dom.ru\\r\\nhttps://captcha.2gis.ru/form?return_url=https://em-dom.ru\\r\\nhttps://ai.blackfacts.com/redirect/FactSource/13d1ce12-1229-404b-bf31-8bdda75b7d55/03290b70-9a99-489b-a7fa-318ae1b60a6e/https://em-dom.ru\\r\\nhttps://daccha.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://smart.link/5bb788a3d5b83?site_id=Web_NBCS_Philly&creative_id=nbcsphi1356&cp_4=em-dom.ru\\r\\nhttps://forums.overclockers.com.au/proxy.php?link=http://em-dom.ru\\r\\nhttps://testregistrulagricol.gov.md/c/document_library/find_file_entry?p_l_id=67683&noSuchEntryRedirect=http://em-dom.ru\\r\\nhttps://forum.doctissimo.fr/inscription-1.html?referer_url=https://em-dom.ru\\r\\nhttps://bnb.easytravel.com.tw/click.aspx?no=3835&class=1&item=1001&area=6&url=http://em-dom.ru\\r\\nhttp://www.ub.uni-heidelberg.de/cgi-bin/edok?dok=https://em-dom.ru\\r\\nhttps://www.retrogames.cz/download_DOS.php?id=714&ROMfile=http://em-dom.ru&IMGsize=512\\r\\nhttps://cpen.com/?url=https://em-dom.ru\\r\\nhttp://woostercollective.com/?URL=em-dom.ru\\r\\nhttps://www.hogodoc.com/?URL=em-dom.ru/\\r\\nhttps://wiki.evilmadscientist.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://participez.nanterre.fr/link?external_url=https://em-dom.ru\\r\\nhttps://sp.baystars.co.jp/community/club_baystars/shop_map.php?catg=bene&id=g_005&linkURL=http://em-dom.ru/\\r\\nhttps://www.decidim.barcelona/link?external_url=https://em-dom.ru\\r\\nhttps://www.emuparadise.me/logout.php?next=https://em-dom.ru\\r\\nhttps://www.math.auckland.ac.nz/wiki/index.php?search=https://em-dom.ru&title=Special:Search&go=Go\\r\\nhttps://eventlog.netcentrum.cz/redir?data=aclick2c239800-486339t12&s=najistong&url=https://em-dom.ru&v=1\\r\\nhttps://daemon.indapass.hu/http/session_request?redirect_to=https://em-dom.ru/&partner_id=bloghu\\r\\nhttps://decidimos.monterrey.gob.mx/link?external_url=https://em-dom.ru\\r\\nhttps://content.hh.ru/api/v1/click?contentId=538&placeId=2&employerId=581458&domainAreaId=1353&host=https://em-dom.ru\\r\\nhttps://adsfac.net/search.asp?url=http://em-dom.ru\\r\\nhttps://tokyo.new-akiba.com/ra/www/delivery/ck.php?ct=1&oaparams=2__bannerid=3__zoneid=3__cb=154a423fea__oadest=https://em-dom.ru\\r\\nhttps://msmgo.onelink.me/4240393215?pid=Web_traffic&c=Energy_Montior&af_channel=Website_footer&af_dp=MSMMoreMoney:///app/moneysupermarket-go&af_web_dp=http://em-dom.ru\\r\\nhttps://www.rovaniemi.fi/includes/LoginProviders/ActiveDirectory/ADLogin.aspx?ReturnUrl=https://em-dom.ru\\r\\nhttps://toneto.net/redirect?url=http://em-dom.ru/\\r\\nhttps://vyper.io/conversions/cookieconversionpage?entry_id=9248247&url=http://em-dom.ru\\r\\nhttps://tinhte.vn/proxy.php?link=http://em-dom.ru\\r\\nhttps://asoechat.wap.sh/redirect?url=em-dom.ru\\r\\nhttps://littlenugget.onelink.me/1071849834?pid=Sponsorship&c=BCBVIP&af_dp=littlenugget://&af_web_dp=http://em-dom.ru\\r\\nhttps://hermis.alberta.ca/paa/Details.aspx?st=randall&ReturnUrl=http://em-dom.ru&dv=True&DeptID=1&ObjectID=PR2006\\r\\nhttps://mana310.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://reporting.sainsburysmagazine.co.uk/cgi-bin/rr/nobook:151187nosent:64962nosrep:93621/https:/em-dom.ru\\r\\nhttps://phleguratone-music-games.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://m.shopinportland.com/redirect.aspx?url=em-dom.ru\\r\\nhttps://forums.officialpsds.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://link-sekiya.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttp://www.webclap.com/php/jump.php?sa=t&url=http://em-dom.ru/\\r\\nhttps://www.storeboard.com/profile/show_webpage_profile.asp?url=http://em-dom.ru\\r\\nhttps://prlog.ru/analysis/em-dom.ru\\r\\nhttps://nabchelny.ru/welcome/blindversion/normal?callback=http://em-dom.ru\\r\\nhttps://love.goxip.com/hk/affiliate?url=http://em-dom.ru\\r\\nhttps://nabat.tomsk.ru/go/url=https:/em-dom.ru\\r\\nhttps://firsttee.my.site.com/TFT_login?website=em-dom.ru\\r\\nhttps://idoooll.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://yomi.mobi/rjump/em-dom.ru\\r\\nhttps://cm-eu.wargaming.net/frame/?service=frm&project=moo&realm=eu&language=en&login_url=http://em-dom.ru\\r\\nhttps://adx.dcfever.com/ads/www/delivery/ck.php?ct=1&oaparams=2__bannerid=1138__zoneid=2__cb=a4d7c48ece__oadest=http://em-dom.ru\\r\\nhttps://bbs.sp.findfriends.jp/?pid=go_link&url=http://em-dom.ru\\r\\nhttps://soundingames.dei.uc.pt/api.php?action=https://em-dom.ru\\r\\nhttps://www.studyladder.com/games/activity/word-match-s-a-t-p-i-n-35665?backUrl=http://em-dom.ru\\r\\nhttps://my.icaew.com/security/Account/Logout?returnUrl=https://em-dom.ru\\r\\nhttp://adms.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=6685__zoneid=2040__cb=dfaf38fc52__oadest=http://em-dom.ru\\r\\nhttps://ofsilvers.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://hudsonltd.com/?URL=em-dom.ru\\r\\nhttps://forums.fugly.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://kanose.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://sat.issprops.com/?URL=em-dom.ru/\\r\\nhttps://board-en.drakensang.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://if-himazin2.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forum.mobile-networks.ru/go.php?http://em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://vote.socialpsychology.org/index.htm?host2=em-dom.ru\\r\\nhttps://kirov-portal.ru/away.php?url=https://em-dom.ru\\r\\nhttps://www.sunnymake.com/alexa/?domain=http://em-dom.ru\\r\\nhttps://masaru323.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forum.lephoceen.fr/proxy.php?link=https://em-dom.ru\\r\\nhttps://stats.sobyanin.ru/metrics/r/?muid=15196b01-6d0b-4689-b2fc-241a3e6ae908&category=04a6660a-c3fe-4fc3-84a6-60afd7dc9422&url=https://em-dom.ru\\r\\nhttps://www.oddworld.com/_shop/shop.php?store=em-dom.ru\\r\\nhttps://www.kh-vids.net/proxy.php?link=http://em-dom.ru\\r\\nhttps://lospoblanos.com/?URL=http://em-dom.ru\\r\\nhttps://plantationfl.adventistchurch.org/forwarder/part1?url=https://em-dom.ru\\r\\nhttps://www.hawaiitourismauthority.org/speedbump/?targetUrl=https://em-dom.ru\\r\\nhttps://babkim.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://framinghamlibrary.org/?URL=em-dom.ru\\r\\nhttps://pram.elmercurio.com/Logout.aspx?ApplicationName=EMOL&SSOTargetUrl=https://em-dom.ru/&l=yes\\r\\nhttps://decidim.calafell.cat/link?external_url=http://em-dom.ru\\r\\nhttps://w1.websnadno.cz/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://optimize.viglink.com/page/pmv?url=https://em-dom.ru\\r\\nhttps://wiki.zcubes.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://ad.inter-edu.com/ox/www/delivery/ck.php?ct=1&oaparams=2__bannerid=43467__zoneid=286__OXLCA=1__cb=04acee1091__oadest=https://em-dom.ru\\r\\nhttps://www.constructionenquirer.com/wp-content/themes/constructionenquirer/adclick.php?url=http://em-dom.ru\\r\\nhttps://www.cleanlink.com/adviewer.asp?adi=/hs/graphics/19/10/019_HS_1019&p=hs1019-019-MatsInc&e=website [at] cleanlink [dot] com&u=https://em-dom.ru\\r\\nhttps://gogvo.com/redir.php?k=d58063e997dbb039183c56fe39ebe099&url=https://em-dom.ru/\\r\\nhttps://doba.te.ua/gateway?goto=https://em-dom.ru/\\r\\nhttp://cr.naver.com/redirect-notification?u=https://em-dom.ru\\r\\nhttps://s-panda.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.thickcash.com/iframe_content/video_banners/finishhim/fh-300x250-1/index.php?siteLink=https://em-dom.ru\\r\\nhttps://www.pearlevision.com/m20ScheduleExamView?catalogId=15951&clearExams=1&langId=-1&returnUrl=http://em-dom.ru&storeId=12002&storeNumber=21129027\\r\\nhttps://forums.opera.com/outgoing?url=http://em-dom.ru\\r\\nhttps://up.band.us/snippet/view?url=em-dom.ru\\r\\nhttps://nick.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://empyriononline.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=60610D15439B4103A0BF4E1051EDCF8B&url=https://em-dom.ru/&c=12807976268214810202&mkt=en-us\\r\\nhttps://aoisakana5.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://maximal-life.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://suecia.kb.se/goto/http:/em-dom.ru/\\r\\nhttps://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=JnB1YklkPTE3NDEwJnNpdGVJZD0xNzQxMSZhZElkPTEyMTgyJmthZHNpemVpZD03JmNhbXBhaWduSWQ9NjI0MiZjcmVhdGl2ZUlkPTAmYWRTZXJ2ZXJJZD0yNDM=_url=https://em-dom.ru\\r\\nhttps://galacy-mountain.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://eric.ed.gov/?redir=https://em-dom.ru/\\r\\nhttps://beta.novell.com/common/util/get_language_url.php?language=en-us&url=http:///em-dom.ru\\r\\nhttps://ipmba.org/?URL=http://em-dom.ru\\r\\nhttps://dailyhoroscopeplus.onelink.me/kLrr?pid=app_share&c=test&af_web_dp=http://em-dom.ru\\r\\nhttps://accounts.ac-illust.com/signup?lang=vi&serviceURL=https://em-dom.ru\\r\\nhttps://dados.ibict.br/pt_PT/api/1/util/snippet/api_info.html?resource_id=2ace6719-6b73-4285-b349-49dbbaa7de53&datastore_root_url=http://em-dom.ru\\r\\nhttps://forum.corvusbelli.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://paulgravett.com/?URL=em-dom.ru/\\r\\nhttp://ijpc.uscannenberg.org/?URL=http://em-dom.ru\\r\\nhttps://popjulia.onelink.me/COvz?pid=pc-bottom&c=home&af_dp=com.chicv.popjulia://&af_web_dp=http://em-dom.ru&is_retargeting=true\\r\\nhttps://www.adminer.org/redirect/?url=https://em-dom.ru&lang=en\\r\\nhttps://newsletter.usi.ch/email/n?h=2obmeqV6fSqh5ZdQ0zugSbZMYMrMfiYL&l=//em-dom.ru\\r\\nhttps://secure.radio-online.com/cgi-bin/rol.exe/ssiteid?em-dom.ru\\r\\nhttps://cities.bythenumbers.sco.ca.gov/embed/barchart?branch_type=revenue&current_entity=org1&year=2020&child_entity=org2&org1=Yuba+City&sort_field=total&sort=desc&is_leaf=false&human_name=City&sourceUrl=https://em-dom.ru&type=content\\r\\nhttps://osallistu.ouka.fi/link?external_url=https://em-dom.ru\\r\\nhttps://adms3.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=527__zoneid=667__cb=72cbf61f88__oadest=http://em-dom.ru\\r\\nhttps://www.hcsparta.cz/media_show.asp?type=1&id=246&url_back=http://em-dom.ru\\r\\nhttps://www.wellness.com/Version/Full?returnUrl=http://em-dom.ru\\r\\nhttps://www.oxfordpublish.org/?URL=em-dom.ru/\\r\\nhttps://odorun.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://100day.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://sso.qiota.com/api/v1/logout?redirect_uri=https://em-dom.ru\\r\\nhttps://studenthelpr.com/redirect?redirectTo=http://em-dom.ru\\r\\nhttps://trac.osgeo.org/osgeo/search?q=https://em-dom.ru\\r\\nhttps://www.thetfp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://tb.getinvisiblehand.com/adredirect.php?url=https://em-dom.ru\\r\\nhttps://jenskiymir.com/proxy.php?url=http://em-dom.ru/34zxVq8\\r\\nhttps://beeyann.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://digiex.net/proxy.php?link=https://em-dom.ru\\r\\nhttps://t10.org/cgi-bin/s_t10r.cgi?First=1&PrevURL=https://em-dom.ru\\r\\nhttps://wiki.bzflag.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://decidim.santcugat.cat/link?external_url=https://em-dom.ru\\r\\nhttps://vortez.net/revive2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=96__zoneid=7__cb=7b05f93fa3__oadest=http://em-dom.ru\\r\\nhttps://es.catholic.net/ligas/ligasframe.phtml?liga=https://em-dom.ru\\r\\nhttp://2015.adfest.by/banner/redirect.php?url=http://em-dom.ru\\r\\nhttps://rinbro.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.survivalmonkey.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://vdigger.com/downloader/downloader.php?utm_nooverride=1&site=em-dom.ru\\r\\nhttps://submit.jpmph.org/member/s_login.php?s_login=11&s_url=http://em-dom.ru\\r\\nhttps://priuschat.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://owner.netkeiba.com/?horse_id=2020100124&pid=horse_shokin&return_url=https://em-dom.ru\\r\\nhttps://app.nexoos.com.br/mkt/borrower/registration_wizard/partner_redirection?link=https://em-dom.ru&partner=geru\\r\\nhttp://inginformatica.uniroma2.it/?URL=em-dom.ru\\r\\nhttps://www.shareaholic.com/logout?origin=http://em-dom.ru\\r\\nhttps://partner.beautysuccess.fr/servlet/effi.redir?id_compteur=22392471&url=http://em-dom.ru\\r\\nhttps://www.unifrance.org/newsletter-click/6763261?url=http://em-dom.ru\\r\\nhttps://rezkyrizani.xtgem.com/fb_/text_lingkaran?site=em-dom.ru&lt\\r\\nhttps://fffw2.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.fahrradmonteur.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://kolflow.univ-nantes.fr/mediawiki/api.php?action=https://em-dom.ru\\r\\nhttps://rs.rikkyo.ac.jp/rs/error/ApplicationError.aspx?TopURL=https://em-dom.ru\\r\\nhttps://semanticweb.cs.vu.nl/linkedatm/browse/list_resource?r=http://em-dom.ru\\r\\nhttps://hchocolatier.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://w1.weblahko.sk/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://english.republiquelibre.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://amk-team.ru/go/?url=https://em-dom.ru\\r\\nhttp://help.speciesfile.org/api.php?action=http://em-dom.ru\\r\\nhttps://www.vanderbiltcupraces.com/?URL=http://em-dom.ru\\r\\nhttps://login.uleth.ca/cas/login?service=https://em-dom.ru/&gateway=true\\r\\nhttps://jump.5ch.net/?em-dom.ru\\r\\nhttps://gun.deals/external-link?url=http://em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://marublog129.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://pro.obesityhelp.com/tracked/?r=em-dom.ru&id=profile_website_10001\\r\\nhttps://click.simsfinds.com/go?url=http://em-dom.ru\\r\\nhttps://www.wenxuecity.com/blog/?act=haiwai_blog&url=http://em-dom.ru\\r\\nhttps://www.skisprungschanzen.com/link.php?id=2&url=http://em-dom.ru\\r\\nhttp://bodyblow.s9.xrea.com/x/cutlinks/rank.php?url=http://em-dom.ru\\r\\nhttps://forums.techarp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.sexpin.net/source/em-dom.ru/\\r\\nhttps://sp.jp.wazap.com/info/jump.wz?url=https://em-dom.ru\\r\\nhttps://a.pr-cy.ru/em-dom.ru/\\r\\nhttps://sda.foodandtravel.com/live/www/delivery/ck.php?ct=1&oaparams=2__bannerid=14__zoneid=14__source={obfs:}__cb=18dd655015__oadest=http://em-dom.ru\\r\\nhttps://passport-us.bignox.com/sso/logout?service=https://em-dom.ru/\\r\\nhttps://secure.nationalimmigrationproject.org/np/clients/nationalimmigration/tellFriend.jsp?subject=Attending 2020+Annual+Pre-AILA+Crimes+and+Immigration+Virtual+CLE&url=http://em-dom.ru\\r\\nhttps://islam.de/ms?r=https://em-dom.ru\\r\\nhttp://h1s.goodgame.ru/del/ck.php?ct=1&oaparams=2__bid=190__zid=26__cb=bc85c561c6__oadest=http://em-dom.ru\\r\\nhttps://cas.rec.unicen.edu.ar/cas/login?gateway=true&service=https://em-dom.ru\\r\\nhttp://maheev.perm.ru/bitrix/rk.php?goto=http://em-dom.ru\\r\\nhttps://www.chara-ani.com/member_rule.aspx?src=https://em-dom.ru\\r\\nhttps://www.freeseotoolbox.net/domain/em-dom.ru/update\\r\\nhttps://freewebsitetemplates.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://forum.winhost.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.db.lv/ext/http://em-dom.ru\\r\\nhttps://www.etcconnect.com/logout.aspx?bc_ReturnURL=https://em-dom.ru\\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:38:50','2026-01-21 06:38:50','2775c738-51b1-4202-83b7-c6b5c274a329'),
(12755,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccatgreenacres.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:39:02','2026-01-21 06:39:02','7faf83c6-8d97-4e63-8072-2c4678a03508'),
(12756,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:39:43','2026-01-21 06:39:43','1cfdd516-07f8-4ee3-971d-0f60658eaf59'),
(12757,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvictoriacommons.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvictoriacommons.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:40:34','2026-01-21 06:40:34','0a42df5c-810d-4532-9cbb-db0f4b6fe416'),
(12758,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesAperm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<th>Standard Rate (After First Year)</th>\\r\\n<h3>Can I drive my new car without tax?</h3>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:42:36','2026-01-21 06:42:36','76e5bc50-daf3-4f87-8cdd-b4dcfd3d5353'),
(12759,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:42:55','2026-01-21 06:42:55','25081ac3-29a5-4a51-b0cc-15e5789f3763'),
(12760,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:43:51','2026-01-21 06:43:51','854fa3e8-c216-4139-9f3e-69dab03144b8'),
(12761,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:44:44','2026-01-21 06:44:44','62d60a14-588d-47b2-93a6-c37dbf49f406'),
(12762,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeMaype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hai, saya ingin tahu harga Anda.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:45:40','2026-01-21 06:45:40','16bb3a74-963d-4fe8-9f59-d3982a4699ed'),
(12763,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeGep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Xin chào, tôi muốn biết giá của bạn.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:46:04','2026-01-21 06:46:04','571ea5ad-4a30-4e6f-8fdb-0bfc3c189ac2'),
(12764,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:46:16','2026-01-21 06:46:16','659ecf4b-ed7f-4ce7-b413-ce7b4b23a635'),
(12765,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:46:56','2026-01-21 06:46:56','2eaba7e4-b1f7-4f2b-a853-e5fd7225f84f'),
(12766,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:52:20','2026-01-21 06:52:20','a83a50c1-dc81-4625-b846-791b8385c721'),
(12767,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:56:00','2026-01-21 06:56:00','0d78a28e-ae04-4327-a2bd-a3480e64a20d'),
(12768,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@manitowochrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:57:50','2026-01-21 06:57:50','2e4c3d1f-6096-4236-bd03-577a061dbd16'),
(12769,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharringtoncourt.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharringtoncourt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:59:07','2026-01-21 06:59:07','2615dce6-2285-4872-9c1f-c7975766f1ca'),
(12770,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 06:59:18','2026-01-21 06:59:18','dce3476d-3b06-434c-b00b-70d6e4953058'),
(12771,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:02:09','2026-01-21 07:02:09','9031f060-b8fe-4f68-9331-730ba9446de8'),
(12772,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarekhn.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhn.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:02:13','2026-01-21 07:02:13','a6b644ec-cb9a-4518-8228-ef39d616b151'),
(12773,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:03:10','2026-01-21 07:03:10','7e6be812-36d3-41cb-aedb-d3ad74a8d2cc'),
(12774,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:05:44','2026-01-21 07:05:44','d10bd58d-e30d-40d9-9d25-7d92171b417b'),
(12775,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckensington.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@kensingtoncareandrehab.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:08:17','2026-01-21 07:08:17','b44b1459-d3f2-467c-b920-010324ae92fb'),
(12776,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesArods\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<p>No, it is illegal to drive any vehicle on public roads without valid vehicle tax, even if it\'s brand new. Doing so can result in significant fines, the clamping of your vehicle, or even prosecution. Ensure your car is taxed before you drive it away from the dealership.</p>\\r\\n<p>The table below illustrates how different factors can influence your car\'s tax liability in the UK:</p>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:08:49','2026-01-21 07:08:49','a6d478e7-a1f7-4f1d-8756-bf551bc7909d'),
(12777,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertsot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sawubona, bengifuna ukwazi intengo yakho.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:10:38','2026-01-21 07:10:38','8ca04365-391a-4746-9a24-ce0c8c7cc5e1'),
(12778,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:12:18','2026-01-21 07:12:18','5647e001-87ab-40d7-bbcc-8f37edf72e3b'),
(12779,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccspringbrook.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:15:55','2026-01-21 07:15:55','3f653f5d-ce45-4283-9bf7-08a3e07e51a7'),
(12780,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\n2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:18:12','2026-01-21 07:18:12','ee339c30-fd1c-4a2f-8fa0-67f286ae677b'),
(12781,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenNox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andynq50t@gmx.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<a href=\\\"https://basswinn-gb.com/\\\">зЊ«з”ЁйїиЋ«иҐїжћ—е‰‚й‡Џпј€жЊ‰дЅ“й‡Ќпј‰</a>\\r\\n<a href=\\\"https://basswinn-gb.com/\\\">йїиЋ«иҐїжћ—жЉ¤зђ†е№Ійў„</a>\\r\\n<a href=\\\"https://basswinn-gb.com/\\\">йїиЋ«иҐїжћ—жІ»з–—з‰™йЅїи„“и‚ї</a>\\r\\n<a href=\\\"https://basswinn-gb.com/\\\">йїиЋ«иҐїжћ—жІ»з–—з‰™з—›</a>\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:20:09','2026-01-21 07:20:09','af24b2ca-fe7f-4ca8-903a-2a0978f716b7'),
(12782,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryVotte\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Тату-студия «ЗАБИТЫЕ» 18+ \\r\\nСанкт-Петербург https://maze.tattoo/catalog/i/in-yan/\\r\\n \\r\\nво всех регионах Куда сходить в Москве , Куда сходить в Санкт-Петербурге , Куда сходить в Екатеринбурге , Куда сходить в Казани , Куда сходить в Нижнем Новгороде https://maze.tattoo/catalog/yu/yuliy-tsezar/\\r\\n \\r\\nпо версии KudaGo https://maze.tattoo/catalog/f/feniks/\\r\\n \\r\\nДаю согласие на обработку моих персональных данных для получения информационных и рекламных материалов https://maze.tattoo/catalog/ya/yascheritsa/\\r\\n \\r\\nДля своей первой татуировки я выбрал салон Тату Мания, у них был самый большой рейтинг на яндексе, плюс удобное местоположение https://maze.tattoo/catalog/gh/zhuravli/\\r\\n  Когда я приехал в салон, меня встретили по-домашнему, очень добрые, приятные девушки предложили чай-кофе и посадили в удобный диван https://maze.tattoo/catalog/x/khomyak/\\r\\n  Я объяснил им примерно что я хочу и девушки начали помогать мне с эскизом, даже спустя два часа непрерывного рисования, изменения, правок в эскиз, они с охотой подсказывали как могло бы быть лучше и что ещё можно изменить или добавить, за это им большое спасибо, что относятся к этому с большой ответственностью и не пытаются побыстрее и халтурнее закончить работу https://maze.tattoo/catalog/v/van-gog/\\r\\n  После утверждения эскиза я прошёл к мастеру, который так же оказался замечательным человеком, который подбадривал все два часа, которые я провёл у него https://maze.tattoo/catalog/y/urobros/\\r\\n  По окончанию работы мастера я был просто ошеломлён качеством и красотой работы, я совершенно не пожалел, что сделал татуировку в тату мания! И 100% приду туда ещё, за новой татуировкой! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:36:33','2026-01-21 07:36:33','d360cf27-df4c-4527-a489-7ba7ab647cda'),
(12783,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddybup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"увеличили количество заказов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nЧтобы конкурировать с региональными бизнесами, нужно потратить немало времени на повышение качества и репутации сайта в масштабах страны https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Ваш веб-проект должен быть значительно лучше, чем каждый из конкурентов в отдельности https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n1-ое место в рейтинге SEO-компаний в отраслях: авто, недвижимость, строительство https://proffseo.ru/\\r\\n \\r\\nНарастить онлайн-трафик из поисковых систем с помощью SEO-оптимизации https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nЧтобы избежать ошибок при внедрении технических заданий, наш SEO специалист напрямую общается с вашим отделом разработки https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:36:36','2026-01-21 07:36:36','c13ed5d5-4338-48fd-b68d-d13acbe64f61'),
(12784,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesWew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"</tr>\\r\\n</tr>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:41:12','2026-01-21 07:41:12','d113c189-fabc-4011-aeab-b078da804ef0'),
(12785,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:55:36','2026-01-21 07:55:36','a037dc7b-4629-4cf8-804c-f3e00e7f25fe'),
(12786,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:57:32','2026-01-21 07:57:32','d0a9e964-a75b-4835-bef1-5906c56035ba'),
(12787,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leeoceag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, მინდოდა ვიცოდე თქვენი ფასი.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 07:59:12','2026-01-21 07:59:12','69eb8701-4b41-499c-bb59-55305b2fb3cf'),
(12788,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:03:10','2026-01-21 08:03:10','6d2b8c71-3cf1-48a4-8618-269b9887ecd3'),
(12789,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidgep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Отделка мебели кожей позволяет сделать и без того идеальную итальянскую мебель еще более интересной и необычной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/?PAGEN_1=6\\r\\n   Для дизайнеров кожа как отделочный материал, выше любых модных тенденций https://www.legnostyle.ru/konstrukcii-ustroistvo-derevyannyh-lestnic.html\\r\\n   Она может быть использована везде - в абажуре, в шкафах, в кроватях, даже на полу и на стенах https://www.legnostyle.ru/catalog/mebel/scg-15.html\\r\\n \\r\\nНетрадиционно выглядят - лакирование кожи, тиснение, отделка которая отдаленно напоминает собой золотистый шпон https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvijnaa-dver-rd-12.html\\r\\n   Когда-то незаслуженно забытый метод отделки мебели с кожей - использование гвоздей у которых большая шляпка https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-2.html\\r\\n   Такая мебель будет смотреться не только модно, но и гвозди придадут ей антикварного вида https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l4-8.html\\r\\n \\r\\nПервоклассные кухни, выполненные в данном стиле, отличаются необходимой функциональностью, простотой и богатством конфигураций, зависящих от планировки помещения или личных предпочтений https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a6.html\\r\\n   Подход к проектированию кухонь подобного стиля допускает определенную свободу (иногда даже сочетая несочетаемое), что предполагает возможность изготовления мебели по особому заказу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a11.html\\r\\n \\r\\nНе наслаждайтесь явно комплиментом Некоторые туристы попадают в неоднозначную ситуацию, когда поблагодарив китайца, например, за вкусный обед, в ответ слышит, что на самом деле еда \\r\\nКроме того, мебель от лидирующих производителей отличается дополнительной отделкой с применением натурального сусального золота (24К) https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-22.html\\r\\n   Эстетику внешнего вида в основном задают изящные элементы, характерные для французского и итальянского стиля https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i11.html\\r\\n \\r\\nИсходя из совокупности характеристик, присущих элитной мебели, становится понятной её возрастающая популярность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=21\\r\\n   Качество и красота на долгие-долгие годы стоят затраченных материальных ресурсов и, как показывает практика, многие покупатели уже пришли к этому выводу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=22\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:04:51','2026-01-21 08:04:51','0e3e6a94-b385-4973-83d7-3df703c6ff25'),
(12790,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philipvar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Климат https://akademy21.ru/keratinovoe_vepremlenie\\r\\n \\r\\nИмператорский Пекин – недельный тур из Иркутска https://akademy21.ru/master_nogtevogo_servisa\\r\\n  Столица КНР Пекин, шоп-туры в Пекин и экскурсионная программа https://akademy21.ru/master_manikura\\r\\n  Большие экскурсионные туры по Китаю https://akademy21.ru/business\\r\\n  Кантонская ярмарка и туры на специализированные выставки в Гуанчжоу https://akademy21.ru/contacts/moskva\\r\\n  Восточные Гавайи – туры на Хайнань из Иркутска https://akademy21.ru/contacts/ussuriysk\\r\\n  Шоп-туры в Маньчжурию, авиа Иркутск – Маньчжурия – Иркутск https://akademy21.ru/\\r\\n  Курорт минеральных вод Халунь-Аршань https://akademy21.ru/contacts/vladivostok\\r\\n  Курорт минеральных вод Удаляньчи https://akademy21.ru/apparatniy_pedecur\\r\\n \\r\\nСтандартно в стоимость тура входит: \\r\\nИменно тут можно увидеть, что такое этот самый  https://akademy21.ru/model\\r\\n  Ну а чайная церемония завершит полет в невиданный по разнообразию сортов чайный мир https://akademy21.ru/contacts/novosibirsk\\r\\n \\r\\nMangrove Tree Resort World Sanya Bay - Kapok https://akademy21.ru/courses\\r\\n \\r\\nСпециальные предложения https://akademy21.ru/osnovy_makeiaja\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:04:59','2026-01-21 08:04:59','a828b8d9-42e0-4699-84b4-764236916bd4'),
(12791,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesfaink\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"</tr>\\r\\n<td>?0 VED.</td>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:05:33','2026-01-21 08:05:33','62999452-0275-487b-af76-ea78b8985747'),
(12792,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:05:49','2026-01-21 08:05:49','bdbb485c-b51d-4a76-ad9b-d15a21101f99'),
(12793,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidflady\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На российском рынке мебели большую часть занимает продукция из МДФ и ДСП https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p3.html\\r\\n   Естественно, подобная мебель никак не может считаться элитной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaya-dver-e24.html\\r\\n   Ведь любой человек может сделать её самостоятельно https://www.legnostyle.ru/catalog/inter-eri/arka-a21.html\\r\\n \\r\\nНетрадиционно выглядят - лакирование кожи, тиснение, отделка которая отдаленно напоминает собой золотистый шпон https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=4\\r\\n   Когда-то незаслуженно забытый метод отделки мебели с кожей - использование гвоздей у которых большая шляпка https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/komod-model-kts-22.html\\r\\n   Такая мебель будет смотреться не только модно, но и гвозди придадут ей антикварного вида https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=15\\r\\n \\r\\nОригинальный дизайнерский проект https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/dver-i4.html\\r\\n   У моделей всегда присутствует новая идея https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=20\\r\\n   Дизайнерская мебель всегда разрабатывается с учётом дизайн-проекта всего интерьера в целом, это обеспечивает единство стиля и гармонию https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=19\\r\\n \\r\\nНа сайте проекта представлена актуальная и полная информация о более чем 5 232 680 организациях России и СНГ в виде удобного рубрикатора по сферам деятельности компаний и географического справочника организаций https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-5.html\\r\\n   Администрация сайта не несет ответственности за контент на сайте, так как вся информация на сайте собрана из открытых источников и добавляется пользователями, а отзывы написаны посетителями сайта https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/mejkomnatnaa-dver-o5.html\\r\\n   \\\\ \\r\\nСовременная жизнь диктует нам такие условия, что покупая престижное элитное жилье, которое смотрится дорогим и восхитительным снаружи, мы должны позаботиться и об его уютной обстановке внутри https://www.legnostyle.ru/catalog/mebel/prihojie/gp-4.html\\r\\n   То, как будет выглядеть наша комфортабельная квартира внутри, зависит полностью от нашего вкуса https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p4.html\\r\\n   И, конечно, изюминкой в любой обстановке квартиры является качественная и надежная элитная мебель https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-30.html\\r\\n \\r\\nФункциональность и безопасность https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/tualetnii-stolik-model-s-6.html\\r\\n   Элитные изделия предназначены для эксплуатации, а не только для эстетики https://www.legnostyle.ru/catalog/lestnici/derevannie-vintovie-lestnici/lestnica-l4-9.html\\r\\n   Эргономика моделей проектируется также тщательно, как и безупречный вид https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=11\\r\\n   Поэтому при их производстве не допускаются упущения, выбираются только безопасные решения, в том числе и экологически безопасные https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/?PAGEN_1=4\\r\\n   Такие модели выбирают особо требовательные покупатели, ценящие своё здоровье https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e25.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:05:49','2026-01-21 08:05:49','fa183fcf-02b1-494e-800b-7ed747cd753f'),
(12794,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:06:47','2026-01-21 08:06:47','01dd4067-07d6-4f2b-a716-423cd79bed8a'),
(12795,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stevenovalf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\n\\r\\nДобрый день, подскажите пожалуйста, требуется получать какие-либо допуски на данный прибор для проведения обследования зданий и сооружений, именно в рамках обследования https://www.ndt-club.com/product-990-symka-dlya-perenoski-i-hraneniya-mashproekt.htm\\r\\n   Т https://www.ndt-club.com/product-668-standartnii-obrazec-tip-b-po-astm-e2491.htm\\r\\n е https://www.ndt-club.com/product-569-metolab-501-stacionarnii-tverdomer-po-mikro-vikkersy.htm\\r\\n  для обычного обследования, а не промбезопасности https://www.ndt-club.com/product-419-arsenal-200ps-panoramnii-rentgenovskii-apparat.htm\\r\\n  Требуется ли создавать лабораторию НК для обследования зданий и сооружений https://www.ndt-club.com/news-8.htm\\r\\n \\r\\n\\r\\nTT220 – это магнитно-индукционный толщиномер со встроенным F-преобразователем, позволяющий замерять толщину покрытий (немагнитных, таких как лак, краска) на магнитных основаниях (например сталь) без повреждения изделия https://www.ndt-club.com/product-473-indykcionnii-nagrevatel-easytherm-1.htm\\r\\n \\r\\nПоэтому убедительная просьба, будьте внимательны при оформлении заказа на электронные цифровые датчики толщины WT100-A, не путайте обозначения, а если не знаете или не уверены, то просто напишите основные технические характеристики и условия эксплуатации в простой форме изложения, а инженеры нашего предприятия подберут необходимый Вам прибор и доп https://www.ndt-club.com/product-398-v-dect-vakyymnaya-ystanovka-kontrolya-germetichnosti.htm\\r\\n  оборудование по наилучшему соотношению Цена — Качество — Срок изготовления (наличие на складе) https://www.ndt-club.com/product-943-ds151-datchik-pyti-k-antennoi-reshetke-serii-m90.htm\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:08:20','2026-01-21 08:08:20','4bb4a2ad-9cba-4487-ae63-5aafe1dfe203'),
(12796,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesUrget\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вы до начала работ увидите, как будет выглядеть ваш участок – подготовим подробный проект и согласуем его с вами https://зеленая-жизнь.com/\\r\\n \\r\\nА вы сможете сделать дизайн под ключ или только подготавливаете проект? \\r\\n12 000 ?/сотка https://зеленая-жизнь.com/drenazh\\r\\n \\r\\n3 причины заказать ландшафтный дизайн под ключ в нашей компании https://зеленая-жизнь.com/gorizont11\\r\\n \\r\\nДеревья лиственные (высота от 2 м до 4 м) \\r\\nРазработка и согласование эскизной концепции https://зеленая-жизнь.com/projects\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgermantown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@virginiahighlandscrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:08:35','2026-01-21 08:08:35','ac47210a-331e-4ee8-a469-6bf7d09c8eeb'),
(12797,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shermannuala\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Основная продукция: стеллажные системы и торговое оборудование https://mobelmetall.ru/ourproduction\\r\\n \\r\\nБерезовский https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n \\r\\nАдрес: 664053, РФ, г https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  Иркутск, ул https://mobelmetall.ru/\\r\\n  Розы Люксембург, 222, оф 04, 05 https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  а/я 38 Адрес местонахождения производства: 664053, РФ, г https://mobelmetall.ru/questions\\r\\n  Иркутск, ул https://mobelmetall.ru/aboutus\\r\\n  Розы Люксембург, 222, оф 04, 05 https://mobelmetall.ru/ourproduction\\r\\n  Телефон: +7 (3952) 485308 Эл https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n  почта: zavod@km38 https://mobelmetall.ru/contacts\\r\\n ru Сайт: km38 https://mobelmetall.ru/questions\\r\\n ru Сайт: www https://mobelmetall.ru/gibka-metalla\\r\\n km38 https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n ru Директор: Маурер Андрей Владимирович 53 ? \\r\\nАполло, Завод металлоконструкций Адрес: г https://mobelmetall.ru/ourproduction\\r\\n  Самара, ул https://mobelmetall.ru/questions\\r\\n  Физкультурная, д https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  143Д Тел.: +7 846 374-88-88 https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n \\r\\nАльфаСтройМонтаж Адрес: г https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  Ногинск, ул https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n  Ильича, д https://mobelmetall.ru/policy\\r\\n  1, стр https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n  2 Тел.: +7 495 720-65-94 https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\nОсновная продукция: мостовые металлоконструкции балочного и коробчатого типов https://mobelmetall.ru/questions\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@southpointecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:09:55','2026-01-21 08:09:55','e214d43d-0203-44c6-bb05-1b3ef746643b'),
(12798,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidboync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заказать мебель из распространённого дерева, а затем шпонировать его дорогими породами https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=18\\r\\n   Не стоит цели заткнуть кого-то за пояс или продемонстрировать уровень своего достатка https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d22.html\\r\\n   Попросту дорогие породы дерева гораздо привлекательнее внешне, и с ними общий дизайн помещения приобретает более привлекательный внешний вид https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d13.html\\r\\n \\r\\nНаличие на складеВсе популярные модели оборудования в наличии на складе https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a9.html\\r\\n   Вам не придеться ждать 7-10 дней, пока не привезут оборудование https://www.legnostyle.ru/catalog/mebel/scg-46.html\\r\\n   Приходите к Нам, покупайте и сразу забирайте https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p1.html\\r\\n   В случае отсутствия какого либо оборудования Вам доставят его с региональных складов наших партнёров от 1-2х дней до 5-7 рабочих дней, в зависимости от выбранного типа доставки, от авиа до ЖД https://www.legnostyle.ru/material-dlya-mezhkomnatnyh-dverey.html\\r\\n \\r\\nОзнакомьтесь с каталогом элитных кухонь, фото которых соответствуют реальности https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d39.html\\r\\n   Если у Вас есть вопросы, свяжитесь с нами по телефонам, указанным на сайте, или напишите на электронную почту https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p31.html\\r\\n   Наши специалисты рады помочь Вам с покупкой элитных кухонь https://www.legnostyle.ru/mebel-dlia-malenkoi-kyhni.html\\r\\n \\r\\nНа протяжении многих лет качественная мебель из дерева высоко ценится покупателями всего мира https://www.legnostyle.ru/contacts/\\r\\n  Мебель из ценных пород отличается безупречным внешним видом и исключительной надежностью https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/model-i14.html\\r\\n   Салон элитной мебели  готов предложить изысканную импортную мебель для гостиных, спален, кабинетов, библиотек, детских комнат, прихожих и столовых https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-15.html\\r\\n    \\r\\nНе наслаждайтесь явно комплиментом Некоторые туристы попадают в неоднозначную ситуацию, когда поблагодарив китайца, например, за вкусный обед, в ответ слышит, что на самом деле еда \\r\\nВ текущем году всесторонние отношения и стратегическое партнерство между двумя странами продолжат углублённо развивать https://www.legnostyle.ru/catalog/mebel/scg-26.html\\r\\n   Ожидается много важных международных событий https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=5\\r\\n   Об этом \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:10:27','2026-01-21 08:10:27','18a415a9-6a8b-4360-910e-e7d17b08e517'),
(12799,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@manitowochrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:10:46','2026-01-21 08:10:46','f3bd7739-2fe0-4f4b-b2af-56507eb5bbed'),
(12800,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Natalie Herring\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nkhp1@outlook.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Does PA medicaid cover your community\'s costs? \\r\\n\\r\\nIf the answer is yes, do you have any availability for a new resident? \\r\\n\\r\\nIf the answer is yes, I\'m hoping I can impose upon you to contact the social service director, Carol Lee Page, at my current facility, Excel Care at Wilmington. I understand that this may appear as poaching, but I\'ve had two other facilities contact her. Lee knows this building is too old/cold for me and that I was expecting acute rehab up until the very end of my 29-day stay at Christiana Hospital (Newark, DE). Lee\'s contact information is below. \\r\\n\\r\\nCarol Lee Page\\r\\n\\r\\nSocial Service Director\\r\\n\\r\\nExcel Care at Wilmington\\r\\n\\r\\nP. 302-655-6135\\r\\n\\r\\nF. 302-655-7568\\r\\n\\r\\n\\r\\nChristiana was very focused on PAM in Dover, though I live in Philly and was staying with friends in Greenville, Wilmington, DE. When my prior insurance would not cover acute rehab, I ended up here with no space to stretch on their own; one large dining/activity/TV room and library; no soft spaces to relax, work, talk. \\r\\n\\r\\nIf you can help me in any way, including pointing me in the right direction, I would greatly appreciate that. Thank you, \\r\\nNKH\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:11:38','2026-01-21 08:11:38','c208a34f-22e4-4263-9a71-1d365cb11bd3'),
(12801,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:12:41','2026-01-21 08:12:41','c639fa07-dab3-46ec-88da-0c3a4fd7a179'),
(12802,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ShermanUplit\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"АВАЛДА, Дегтярский металлургический завод Адрес: г https://mobelmetall.ru/ourproduction\\r\\n  Екатеринбург, ул https://mobelmetall.ru/gibka-metalla\\r\\n  Селькоровская, д https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  124 Тел.: +7 343 222-22-23,361-23-10,361-25-20 https://mobelmetall.ru/policy\\r\\n \\r\\nАрмметалл Адрес: г https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  Москва, ул https://mobelmetall.ru/blog\\r\\n  Искры, д https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  17А, стр https://mobelmetall.ru/gibka-metalla\\r\\n  3 Тел.: +7 495 266-10-18 https://mobelmetall.ru/\\r\\n \\r\\nИзготовление металлоконструкций требует от производителя повышенных требований от производственного процесса и высоких стандартов качества https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\nЗаводы металлоконструкций Челябинская область, Челябинск 31 https://mobelmetall.ru/aboutus\\r\\n 03 https://mobelmetall.ru/contacts\\r\\n 2022 https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n \\r\\nОсновная продукция: емкостное и пивоваренное оборудование https://mobelmetall.ru/blog\\r\\n \\r\\nОсновная продукция: металлоконструкции любого вида https://mobelmetall.ru/policy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:13:49','2026-01-21 08:13:49','65bd73e5-8646-42b9-b41f-322ecdd3a042'),
(12803,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyspapy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Некоторые интересные моменты https://proffseo.ru/kontakty\\r\\n \\r\\nStart https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nПродвижение сайта в определенном городе и региональная выдача Яндекса https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nИтак, что же такое продвижение по всей России и существует ли оно вообще? \\r\\nСопровождает внедрение аналитических систем и проводит их настройки, даёт рекомендации по увеличению эффективности маркетинговых каналов, проводит аудиты, а также A/B - и MVT (мультивариантные) тестирования контента сайта https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n  Анализирует коммерческие и поведенческие факторы, дает рекомендации по повышению конверсии https://proffseo.ru/kontakty\\r\\n \\r\\nНа изображении ниже видно, что результаты идентичные: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:13:49','2026-01-21 08:13:49','be371333-bee6-432a-8442-e9c0a2304f6d'),
(12804,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidboync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Среди предложений иомпании  отлично впишется в любой интерьер https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/s-3.html\\r\\n   Огромный выбор мебели для гостиниц, баров и бильярдных могут заинтересовать также профессионалов https://www.legnostyle.ru/catalog/mebel/scg-11.html\\r\\n \\r\\nОтличным соседом для мебели отделанной кожей являются изделия из меха https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/?PAGEN_1=5\\r\\n   Не важно что это будет: пледы, подушки, коврики из шкуры убитого животного или покрывало, такой тандем сделает любой интерьер изысканным и роскошным https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a10.html\\r\\n     \\r\\nСамой элитной корпусной мебелью для кабинета руководителя является мебель из дерева https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l4-3.html\\r\\n   Она изысканна, привлекательна, а главное соответствует строгому дизайну интерьера, который необходим коммерческому помещению https://www.legnostyle.ru/kuhonnaya-derevyannaya-mebel.html\\r\\n   Приоритетными являются предметы интерьера из ценных пород https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/s-3.html\\r\\n   Дорогие материалы гарантируют, что мебель не потеряет привлекательного внешнего вида даже через много лет https://www.legnostyle.ru/catalog/inter-eri/s26.html\\r\\n \\r\\nБезупречная эргономика https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=8\\r\\n   Каждый элемент кабинета спроектирован таким образом, чтобы создавать оптимальные условия для работы https://www.legnostyle.ru/catalog/nashi-raboty/inter-er-kvartiri-na-udal-cova-k9.html\\r\\n   Деловые мелочи всегда будут под рукой, на просторной столешнице разместятся все важные бумаги, удобное кресло обеспечит эффективную поддержку позвоночника https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s18.html\\r\\n \\r\\nПриятные цены https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-29.html\\r\\n   Некоторым наши цены могут показаться завышенными, однако если у вас в приоритете надежность, износостойкость, прочность и экологичность, то вы поймете, что стоимость мебели полностью соответствует ее характеристикам https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o15.html\\r\\n   Мы устанавливаем максимально доступные цены на изделия, так как сотрудничаем напрямую с известными брендами https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/?PAGEN_1=3\\r\\n \\r\\nПриятные цены https://www.legnostyle.ru/catalog/kuhni/kuhna-2.html\\r\\n   Некоторым наши цены могут показаться завышенными, однако если у вас в приоритете надежность, износостойкость, прочность и экологичность, то вы поймете, что стоимость мебели полностью соответствует ее характеристикам https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-scg-15.html\\r\\n   Мы устанавливаем максимально доступные цены на изделия, так как сотрудничаем напрямую с известными брендами https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p17.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:15:04','2026-01-21 08:15:04','d541fe2d-1163-4105-8a18-ea6312c8f342'),
(12805,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site completecareatmadison.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:15:15','2026-01-21 08:15:15','4f3437ba-ec04-4fe4-ba85-d7ccaf5d8bba'),
(12806,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldFrirl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ручки для кухни, ручки для мебели, Мебельные петли, Петли с доводчиком, Петли блюм(blum), Полкодержатели, Мебельные крючки, Мебельные опоры, Мебельные трубы https://kupefurnitur.ru/onas\\r\\n \\r\\nМебельная фурнитура https://kupefurnitur.ru/contact\\r\\n \\r\\nФорма обратной связи Контакты Корпоративным клиентам Условия соглашения с покупателем Бесплатные курсы сборки мебели Вакансии https://kupefurnitur.ru/price\\r\\n \\r\\nМы сотрудничаем с мебельными мастерами, архитекторами и дизайнерами мебели и интерьера https://kupefurnitur.ru/contact\\r\\n  Для конечных потребителей мы предлагаем сервис полного цикла: расчет и подбор механизмов и аксессуаров, доставку на дом, установку и настройку https://kupefurnitur.ru/onas\\r\\n \\r\\nОпт 1: 90 https://kupefurnitur.ru/\\r\\n 00р https://kupefurnitur.ru/contact\\r\\n \\r\\nЛицевая мебельная фурнитура может стать полноправным участником интерьера https://kupefurnitur.ru/contact\\r\\n  Она должна сочетаться не только с фасадами мебели, но и с общим стилем помещения https://kupefurnitur.ru/contact\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:15:44','2026-01-21 08:15:44','ecb04502-130f-4939-b46f-ac54461f6761'),
(12807,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:16:03','2026-01-21 08:16:03','cb817b6c-f5c1-4ac3-a24e-ed13458b742a'),
(12808,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephGuacy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гранитная плитка 5650 на могилу https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-pr-19/\\r\\n \\r\\nГранитная мастерская \\\"Постамент https://www.kovanie-ogrady.ru/catalog/pamyatniki-dvojnye/granitnyy-pamyatnik-pg-27/\\r\\n ру\\\" предлагает провести благоустройство могилы на кладбище в Москве и Московской области с предоставлением фотоотчетов по результатам выполненных работ https://www.kovanie-ogrady.ru/catalog/kovanye-zabory/kovanyy-zabor-4/\\r\\n  Благоустройство территории вокруг памятника должно выполняться согласно установленным стандартам и нормативам https://www.kovanie-ogrady.ru/catalog/pamyatniki-dvojnye/granitnyy-pamyatnik-pr-14/\\r\\n  В частности, необходимо строго соблюдать границы участка под захоронение (обычно 2х1,8). Перед тем, как облагородить могилу на кладбище, следует произвести замеры, чтобы избежать выхода отдельных частей надмогильных сооружений за пределы отведенной территории https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitnyy-pamyatnik-pg-3/\\r\\n  Пребывая в поисках вариантов того, как благоустроить могилу на кладбище, рассмотрите фото образцы в нашем каталоге https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-26/\\r\\n  Мы предлагаем различные варианты благоустройства - для одинарных или семейных захоронений, можем произвести уборку или украсить могилу в канун религиозных праздников и родительских суббот https://www.kovanie-ogrady.ru/catalog/sostavnye-elementy-tsokolya/stolb-sg-9/\\r\\n  Важно помнить о том, что помимо места личной скорби для каждого из родственников усопших, кладбище является объектом общественного значения https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/granitnyy-pamyatnik-pv-25/\\r\\n  И контроль за состоянием захоронений является неотъемлемой обязанностью родственников и близких умерших людей https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/kassandra/\\r\\n  Однако времени на то, чтобы прополоть траву или нанести свежую краску на оградку или памятник, в стремительном ритме современной жизни часто не хватает https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/tsvetnik-iz-4kh-chastey/\\r\\n  И мы готовы взять на себя благоустройство и оформление могилы на кладбище на постоянной или разовой основе https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/kovanaya-ograda-na-mogilu-etyud/\\r\\n \\r\\nУкладка плитки применяется в процессе благоустройства могилы https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/pamyatnik-iz-granita-pv-15/\\r\\n  Позволяет привести место погребения в порядок https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pr-10/\\r\\n  Позволяет справиться с сорной растительностью https://www.kovanie-ogrady.ru/catalog/prostye-pamyatniki/\\r\\n  Преимущества плитки: 1 https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pv-24/\\r\\n Длительный срок службы https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-23/\\r\\n  2 https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pr-17/\\r\\n Высокая прочность материала https://www.kovanie-ogrady.ru/catalog/vertikalnye/granitnyy-pamyatnik-pv-60/\\r\\n  3 https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-33/\\r\\n Устойчивость к износу https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-k-12/\\r\\n  4 https://www.kovanie-ogrady.ru/catalog/pamyatniki-v-vide-stely/pamyatnik-iz-granita-pv-20/\\r\\n Доступная цена https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pr-19/\\r\\n  5 https://www.kovanie-ogrady.ru/catalog/vertikalnye/pamyatnik-iz-granita-pv-12/\\r\\n Большой выбор вариантов https://www.kovanie-ogrady.ru/catalog/tsokoli/granitnyy-tsokol-s-35/\\r\\n \\r\\nРаботы под ключ https://www.kovanie-ogrady.ru/services/demontazh/\\r\\n \\r\\nДемонтаж монументов, крестов, старой бетонной основы, расколовшейся облицовки, надгробных плит и т https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pr-11/\\r\\n д https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/pamyatnik-iz-granita-pv-18/\\r\\n  в последующем позволяют установить новые надгробные сооружения https://www.kovanie-ogrady.ru/catalog/pamyatnik-s-derevom/\\r\\n \\r\\nКак оформить заказ? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:19:15','2026-01-21 08:19:15','aa35ef9e-7730-4877-bbb6-fb8fd21c8027'),
(12809,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryShask\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Только одноразовые инструменты, абсолютно стерильное помещение + специалисты с медицинским образованием https://maze.tattoo/catalog/c/serdtse/\\r\\n \\r\\n? ул https://maze.tattoo/catalog/gh/zhuravli/\\r\\n  Сущёвская, д https://maze.tattoo/catalog/t/tradik/\\r\\n  25, стр https://maze.tattoo/catalog/n/neft/\\r\\n  1 https://maze.tattoo/catalog/a/anime/\\r\\n \\r\\n? Лялин пер., д https://maze.tattoo/catalog/c/sobaka/\\r\\n  1/36, стр https://maze.tattoo/catalog/d/delfiny/\\r\\n  2 https://maze.tattoo/catalog/k/kosmos-i-kosmonavty/\\r\\n \\r\\nПосетив нашу студию, вы сможете оценить безупречный уровень обслуживания по 10 бальной шкале и оставить свой отзыв https://maze.tattoo/catalog/m/mayak/\\r\\n \\r\\nЗакрыть окно https://maze.tattoo/catalog/m/mech/\\r\\n \\r\\nг https://maze.tattoo/catalog/g/gravura/\\r\\n  Москва, 23 мая 2025 https://maze.tattoo/catalog/k/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:19:51','2026-01-21 08:19:51','39e2bfaf-fcbb-4ce8-b4ca-f0dbfc51b3d2'),
(12810,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyMum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Доступ в CRM https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nРезультаты наших клиентов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nПродвижение в ТОП-10 по России https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nTagline Awards 2021 https://proffseo.ru/\\r\\n \\r\\nПервый эффект от продвижения вашего сайта по России проявится сразу после оптимизации https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Через 90 дней ожидаемая видимость ключевиков в поиске составит до 60-80%. \\r\\nВ то же время продвижение сайтов в ТОП-10 по России применимо, когда число регионов больше 7 шт https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:19:51','2026-01-21 08:19:51','e1feb2bf-d5dc-47da-9b8f-eb615c967ec7'),
(12811,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidboync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Торговые операции с КНР приобретают огромный размах https://www.legnostyle.ru/catalog/inter-eri/potolki/?PAGEN_1=2\\r\\n   При этом при доставке грузов из Поднебесной приходится соблюдать большое число формальностей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e16.html\\r\\n   Чтобы ввезти товар из Поднебесной в \\r\\nПри изготовлении мебели мы применяем технологии лучших итальянских мебельных фабрик, благодаря чему обеспечивается высокое качество всей изготовляемой нами корпусной и встроенной мебели https://www.legnostyle.ru/catalog/inter-eri/pt-2.html\\r\\n   Наша элитная мебель, сделанная на заказ, будет радовать каждого нашего клиента долгие годы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d27.html\\r\\n   Ведь в отличие от обычных модульных композиций мебели, она будет обладать индивидуальными чертами и будет органично вписана в комнаты Вашего дома https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-21.html\\r\\n \\r\\nНакануне Всемирного дня борьбы со СПИДом, отмечающегося 1 декабря, статистику по заболеваемости ВИЧ/СПИД огласил Центр по профилактике болезней и контролю за очагами их возникновения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=12\\r\\n   Эксперты \\r\\nВажно обратить внимание на материал, из которого данная мебель сделана https://www.legnostyle.ru/kak-vybrat-dver.html\\r\\n   Наилучшая эксклюзивная мебель из Китая делается из множества твердых пород, которые влияют на ее износоустойчивость, срок службы, элитность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=10\\r\\n   Срез материала в такой ситуации содержит довольно сложный рисунок с извилистыми линиями https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-scg-16.html\\r\\n \\r\\nЭксклюзивность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=16\\r\\n   Каждый заказ дизайнеры проектируют индивидуально, поэтому риск увидеть тот же самый интерьер стремится к нулю https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a17.html\\r\\n   Дизайнер элитной мебели не просто создаёт новую форму, он подбирает для неё материал и фурнитуру, доводя модель до совершенства https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d17.html\\r\\n \\r\\nНе наслаждайтесь явно комплиментом Некоторые туристы попадают в неоднозначную ситуацию, когда поблагодарив китайца, например, за вкусный обед, в ответ слышит, что на самом деле еда \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:20:42','2026-01-21 08:20:42','1a072553-f2a4-45ff-aead-1b64e00f6064'),
(12812,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidPer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Так называемый теплообменный пакет, оребренная часть теплообменника, является основным элементом калорифера, и имеет массу вариантов исполнения https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcee-115\\r\\n \\r\\nна саму холодильную установку; выноситься за пределы помещения https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcee-120\\r\\n \\r\\nВопрос: Как оформить заказ? \\r\\nБренд Belief Модель BS-ACV–K9-235 A17 Номинальная мощность 17 https://first-industrial.ru/catalog/chiller/chiller-climacore-lda-120\\r\\n 0 кВт https://first-industrial.ru/catalog-category/ispariteli/page/3\\r\\n \\r\\nОпросный лист на холодильное оборудование https://first-industrial.ru/catalog/ispariteli/0385-1-kozhuhotrubnyj-isparitel-thermokey-tme-385-1\\r\\n \\r\\nBelief BS-ACV–L5-263 B104 - конденсатор воздушного охлаждения, выполнен из медных трубок с поперечными пластинами оребрения из алюминия, корпус изготовлен из окрашенной стали https://first-industrial.ru/catalog/chiller/chiller-climacore-lda-hp-120\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:20:52','2026-01-21 08:20:52','b816465a-3fee-44f7-b5ff-baab59375628'),
(12813,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jesussouro\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"c.he.m.axkiri.ll@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"hi ed dom \\r\\n \\r\\nhttps://newsletter.usi.ch/email/n?h=2obmeqV6fSqh5ZdQ0zugSbZMYMrMfiYL&l=//em-dom.ru\\r\\nhttps://daemon.indapass.hu/http/session_request?redirect_to=https://em-dom.ru/&partner_id=bloghu\\r\\nhttps://syaoruu.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forum.corvusbelli.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://lospoblanos.com/?URL=http://em-dom.ru\\r\\nhttps://pl.grepolis.com/start/redirect?url=http://em-dom.ru\\r\\nhttp://inginformatica.uniroma2.it/?URL=em-dom.ru\\r\\nhttps://www.cleanlink.com/adviewer.asp?adi=/hs/graphics/19/10/019_HS_1019&p=hs1019-019-MatsInc&e=website [at] cleanlink [dot] com&u=https://em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://vortez.net/revive2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=96__zoneid=7__cb=7b05f93fa3__oadest=http://em-dom.ru\\r\\nhttps://asoechat.wap.sh/redirect?url=em-dom.ru\\r\\nhttps://ads.agorafinancial.com/www/delivery/ck.php?ct=1&oaparams=2__bannerid=529__zoneid=4__cb=e74ef55876__oadest=http://em-dom.ru\\r\\nhttps://beeyann.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://hchocolatier.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://trustandjustice.org/?URL=https://em-dom.ru\\r\\nhttps://www.stationwagonforums.com/forums/proxy.php?link=https://em-dom.ru\\r\\nhttps://jenskiymir.com/proxy.php?url=http://em-dom.ru/34zxVq8\\r\\nhttps://click.simsfinds.com/go?url=http://em-dom.ru\\r\\nhttps://my.w.tt/a/key_live_pgerP08EdSp0oA8BT3aZqbhoqzgSpodT?medium=&feature=&campaign=&channel=&$always_deeplink=0&$fallback_url=em-dom.ru&$deeplink_path=\\r\\nhttps://link-sekiya.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://up.band.us/snippet/view?url=em-dom.ru\\r\\nhttps://empyriononline.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://gun.deals/external-link?url=http://em-dom.ru\\r\\nhttp://ijpc.uscannenberg.org/?URL=http://em-dom.ru\\r\\nhttps://firsttee.my.site.com/TFT_login?website=em-dom.ru\\r\\nhttps://fffw2.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://galacy-mountain.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://paulgravett.com/?URL=em-dom.ru/\\r\\nhttps://sat.issprops.com/?URL=em-dom.ru/\\r\\nhttps://www.vanderbiltcupraces.com/?URL=http://em-dom.ru\\r\\nhttps://login.uleth.ca/cas/login?service=https://em-dom.ru/&gateway=true\\r\\nhttps://wiki.securepoint.de/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://msmgo.onelink.me/4240393215?pid=Web_traffic&c=Energy_Montior&af_channel=Website_footer&af_dp=MSMMoreMoney:///app/moneysupermarket-go&af_web_dp=http://em-dom.ru\\r\\nhttps://sp.baystars.co.jp/community/club_baystars/shop_map.php?catg=bene&id=g_005&linkURL=http://em-dom.ru/\\r\\nhttps://sitereport.netcraft.com/?url=https://em-dom.ru/\\r\\nhttps://kirov-portal.ru/away.php?url=https://em-dom.ru\\r\\nhttps://pro.obesityhelp.com/tracked/?r=em-dom.ru&id=profile_website_10001\\r\\nhttps://beta.novell.com/common/util/get_language_url.php?language=en-us&url=http:///em-dom.ru\\r\\nhttps://a.pr-cy.ru/em-dom.ru/\\r\\nhttps://captcha.2gis.ru/form?return_url=https://em-dom.ru\\r\\nhttps://amk-team.ru/go/?url=https://em-dom.ru\\r\\nhttps://translate.itsc.cuhk.edu.hk/gb/em-dom.ru/weilun/b5/valk/valk_profile.html\\r\\nhttps://cas.rec.unicen.edu.ar/cas/login?gateway=true&service=https://em-dom.ru\\r\\nhttps://s-panda.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://content.hh.ru/api/v1/click?contentId=538&placeId=2&employerId=581458&domainAreaId=1353&host=https://em-dom.ru\\r\\nhttps://studenthelpr.com/redirect?redirectTo=http://em-dom.ru\\r\\nhttps://trac.osgeo.org/osgeo/search?q=https://em-dom.ru\\r\\nhttps://www.rovaniemi.fi/includes/LoginProviders/ActiveDirectory/ADLogin.aspx?ReturnUrl=https://em-dom.ru\\r\\nhttps://yomi.mobi/rjump/em-dom.ru\\r\\nhttps://sda.foodandtravel.com/live/www/delivery/ck.php?ct=1&oaparams=2__bannerid=14__zoneid=14__source={obfs:}__cb=18dd655015__oadest=http://em-dom.ru\\r\\nhttps://doba.te.ua/gateway?goto=https://em-dom.ru/\\r\\nhttps://www.chara-ani.com/member_rule.aspx?src=https://em-dom.ru\\r\\nhttps://if-himazin2.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.survivalmonkey.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://islam.de/ms?r=https://em-dom.ru\\r\\nhttp://bodyblow.s9.xrea.com/x/cutlinks/rank.php?url=http://em-dom.ru\\r\\nhttps://the-take.com/?URL=https://em-dom.ru\\r\\nhttps://gogvo.com/redir.php?k=d58063e997dbb039183c56fe39ebe099&url=https://em-dom.ru/\\r\\nhttps://secure.radio-online.com/cgi-bin/rol.exe/ssiteid?em-dom.ru\\r\\nhttps://community.restaurant.org/links?url=https://em-dom.ru\\r\\nhttps://www.hogodoc.com/?URL=em-dom.ru/\\r\\nhttps://www.wellness.com/Version/Full?returnUrl=http://em-dom.ru\\r\\nhttps://forums.fugly.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://vakbarat.index.hu/x.php?id=inxtc&url=em-dom.ru\\r\\nhttps://wiki.bzflag.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://decidimos.monterrey.gob.mx/link?external_url=https://em-dom.ru\\r\\nhttp://cr.naver.com/redirect-notification?u=https://em-dom.ru\\r\\nhttps://jump.5ch.net/?em-dom.ru\\r\\nhttps://decidim.calafell.cat/link?external_url=http://em-dom.ru\\r\\nhttps://maximal-life.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://eventlog.netcentrum.cz/redir?data=aclick2c239800-486339t12&s=najistong&url=https://em-dom.ru&v=1\\r\\nhttps://digiex.net/proxy.php?link=https://em-dom.ru\\r\\nhttp://woostercollective.com/?URL=em-dom.ru\\r\\nhttps://popjulia.onelink.me/COvz?pid=pc-bottom&c=home&af_dp=com.chicv.popjulia://&af_web_dp=http://em-dom.ru&is_retargeting=true\\r\\nhttps://cpen.com/?url=https://em-dom.ru\\r\\nhttps://www.unifrance.org/newsletter-click/6763261?url=http://em-dom.ru\\r\\nhttps://stats.sobyanin.ru/metrics/r/?muid=15196b01-6d0b-4689-b2fc-241a3e6ae908&category=04a6660a-c3fe-4fc3-84a6-60afd7dc9422&url=https://em-dom.ru\\r\\nhttps://kanose.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forums.overclockers.com.au/proxy.php?link=http://em-dom.ru\\r\\nhttp://s03.megalodon.jp/?url=http://em-dom.ru/\\r\\nhttps://www.constructionenquirer.com/wp-content/themes/constructionenquirer/adclick.php?url=http://em-dom.ru\\r\\nhttps://sso.qiota.com/api/v1/logout?redirect_uri=https://em-dom.ru\\r\\nhttps://prlog.ru/analysis/em-dom.ru\\r\\nhttps://wiki.evilmadscientist.com/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://sp.jp.wazap.com/info/jump.wz?url=https://em-dom.ru\\r\\nhttps://us.member.uschoolnet.com/register_step1.php?_from=em-dom.ru\\r\\nhttps://mail2.mclink.it/SRedirect/em-dom.ru\\r\\nhttps://www.hawaiitourismauthority.org/speedbump/?targetUrl=https://em-dom.ru\\r\\nhttps://sc-state-library.mobilize.io/links?lid=gfQh03emv3hVxS0d5O3hjw&token=XBcQsLRbmwZhh21rh4UWww&url=http://em-dom.ru\\r\\nhttp://fdp.timacad.ru/bitrix/redirect.php?event1&event2&event3&goto=http://em-dom.ru/\\r\\nhttps://owner.netkeiba.com/?horse_id=2020100124&pid=horse_shokin&return_url=https://em-dom.ru\\r\\nhttp://innerside.dothome.co.kr/bbs/skin/link/hit_plus.php?sitelink=http://em-dom.ru&id=link&page=1&sn1=&divpage=1&category=2&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc &no=4\\r\\nhttps://tokyo.new-akiba.com/ra/www/delivery/ck.php?ct=1&oaparams=2__bannerid=3__zoneid=3__cb=154a423fea__oadest=https://em-dom.ru\\r\\nhttps://adx.dcfever.com/ads/www/delivery/ck.php?ct=1&oaparams=2__bannerid=1138__zoneid=2__cb=a4d7c48ece__oadest=http://em-dom.ru\\r\\nhttps://www.sexpin.net/source/em-dom.ru/\\r\\nhttps://kettypay.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://chyba.o2.cz/cs/?url=https://em-dom.ru\\r\\nhttps://tinhte.vn/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.adminer.org/redirect/?url=https://em-dom.ru&lang=en\\r\\nhttps://t10.org/cgi-bin/s_t10r.cgi?First=1&PrevURL=https://em-dom.ru\\r\\nhttps://love.goxip.com/hk/affiliate?url=http://em-dom.ru\\r\\nhttps://marublog129.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://osallistu.ouka.fi/link?external_url=https://em-dom.ru\\r\\nhttps://submit.jpmph.org/member/s_login.php?s_login=11&s_url=http://em-dom.ru\\r\\nhttps://bbs.sp.findfriends.jp/?pid=go_link&url=http://em-dom.ru\\r\\nhttps://w1.weblahko.sk/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://drugs.ie/?URL=https://em-dom.ru\\r\\nhttps://www.pearlevision.com/m20ScheduleExamView?catalogId=15951&clearExams=1&langId=-1&returnUrl=http://em-dom.ru&storeId=12002&storeNumber=21129027\\r\\nhttps://gochiemon.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttp://2015.adfest.by/banner/redirect.php?url=http://em-dom.ru\\r\\nhttps://hudsonltd.com/?URL=em-dom.ru\\r\\nhttps://nabat.tomsk.ru/go/url=https:/em-dom.ru\\r\\nhttps://www.wenxuecity.com/blog/?act=haiwai_blog&url=http://em-dom.ru\\r\\nhttps://framinghamlibrary.org/?URL=em-dom.ru\\r\\nhttps://decidim.santcugat.cat/link?external_url=https://em-dom.ru\\r\\nhttps://www.studyladder.com/games/activity/word-match-s-a-t-p-i-n-35665?backUrl=http://em-dom.ru\\r\\nhttps://suecia.kb.se/goto/http:/em-dom.ru/\\r\\nhttps://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=60610D15439B4103A0BF4E1051EDCF8B&url=https://em-dom.ru/&c=12807976268214810202&mkt=en-us\\r\\nhttps://wetpussygames.com/porn/out.php?id=em-dom.ru/\\r\\nhttps://freewebsitetemplates.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://passport-us.bignox.com/sso/logout?service=https://em-dom.ru/\\r\\nhttps://www.decidim.barcelona/link?external_url=https://em-dom.ru\\r\\nhttps://envios.uces.edu.ar/control/click.mod.php?email={{email}}&id_envio=1557&url=https://em-dom.ru/\\r\\nhttps://rezkyrizani.xtgem.com/fb_/text_lingkaran?site=em-dom.ru&lt\\r\\nhttp://old.urc.ac.ru/cgi/click.cgi?url=http://em-dom.ru\\r\\nhttps://dot.wp.pl/redirn?SN=facebook_o2&t=1628334247&url=https://em-dom.ru/\\r\\nhttp://adms.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=6685__zoneid=2040__cb=dfaf38fc52__oadest=http://em-dom.ru\\r\\nhttps://my.icaew.com/security/Account/Logout?returnUrl=https://em-dom.ru\\r\\nhttps://www.retrogames.cz/download_DOS.php?id=714&ROMfile=http://em-dom.ru&IMGsize=512\\r\\nhttps://domain.opendns.com/em-dom.ru\\r\\nhttps://vdigger.com/downloader/downloader.php?utm_nooverride=1&site=em-dom.ru\\r\\nhttps://board-en.drakensang.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.shareaholic.com/logout?origin=http://em-dom.ru\\r\\nhttps://littlenugget.onelink.me/1071849834?pid=Sponsorship&c=BCBVIP&af_dp=littlenugget://&af_web_dp=http://em-dom.ru\\r\\nhttps://show.jspargo.com/attendeeAcquisitionTool/src/tracking10click.asp?caller=attAcqWidget&widgetId=61&redirectUrl=http://em-dom.ru\\r\\nhttps://odorun.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://dreamerdream.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://plantationfl.adventistchurch.org/forwarder/part1?url=https://em-dom.ru\\r\\nhttp://maheev.perm.ru/bitrix/rk.php?goto=http://em-dom.ru\\r\\nhttps://memo8.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forum.doctissimo.fr/inscription-1.html?referer_url=https://em-dom.ru\\r\\nhttps://cities.bythenumbers.sco.ca.gov/embed/barchart?branch_type=revenue&current_entity=org1&year=2020&child_entity=org2&org1=Yuba+City&sort_field=total&sort=desc&is_leaf=false&human_name=City&sourceUrl=https://em-dom.ru&type=content\\r\\nhttps://m.shopinportland.com/redirect.aspx?url=em-dom.ru\\r\\nhttps://mana310.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://whois.gandi.net/en/results?search=em-dom.ru\\r\\nhttps://fetchyournews.com/revive/www/delivery/ck.php?oaparams=2__bannerid=458__zoneid=43__cb=1931d27daa__oadest=http://em-dom.ru\\r\\nhttps://www.kh-vids.net/proxy.php?link=http://em-dom.ru\\r\\nhttps://soundingames.dei.uc.pt/api.php?action=https://em-dom.ru\\r\\nhttps://dados.ibict.br/pt_PT/api/1/util/snippet/api_info.html?resource_id=2ace6719-6b73-4285-b349-49dbbaa7de53&datastore_root_url=http://em-dom.ru\\r\\nhttps://ofsilvers.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://www.skisprungschanzen.com/link.php?id=2&url=http://em-dom.ru\\r\\nhttps://forum.winhost.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://sekainoriron.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forum.reizastudios.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://www.emuparadise.me/logout.php?next=https://em-dom.ru\\r\\nhttps://kolflow.univ-nantes.fr/mediawiki/api.php?action=https://em-dom.ru\\r\\nhttps://es.catholic.net/ligas/ligasframe.phtml?liga=https://em-dom.ru\\r\\nhttp://cds.zju.edu.cn/addons/cms/go/index.html?url=https://em-dom.ru\\r\\nhttps://www.freeseotoolbox.net/domain/em-dom.ru/update\\r\\nhttps://forums2.battleon.com/f/interceptor.asp?dest=em-dom.ru/\\r\\nhttps://semanticweb.cs.vu.nl/linkedatm/browse/list_resource?r=http://em-dom.ru\\r\\nhttps://toneto.net/redirect?url=http://em-dom.ru/\\r\\nhttps://tb.getinvisiblehand.com/adredirect.php?url=https://em-dom.ru\\r\\nhttps://bnb.easytravel.com.tw/click.aspx?no=3835&class=1&item=1001&area=6&url=http://em-dom.ru\\r\\nhttp://esvc000236.wic027u.server-web.com/include/Reurl3.php?adtype=hits&table=1&gunid=30&url=em-dom.ru\\r\\nhttps://wiki.code4lib.org/index.php?title=/em-dom.ru&action=history&printable=yes\\r\\nhttps://track.pubmatic.com/AdServer/AdDisplayTrackerServlet?clickData=JnB1YklkPTE3NDEwJnNpdGVJZD0xNzQxMSZhZElkPTEyMTgyJmthZHNpemVpZD03JmNhbXBhaWduSWQ9NjI0MiZjcmVhdGl2ZUlkPTAmYWRTZXJ2ZXJJZD0yNDM=_url=https://em-dom.ru\\r\\nhttps://forums.techarp.com/proxy.php?link=http://em-dom.ru\\r\\nhttps://adsfac.net/search.asp?url=http://em-dom.ru\\r\\nhttps://pram.elmercurio.com/Logout.aspx?ApplicationName=EMOL&SSOTargetUrl=https://em-dom.ru/&l=yes\\r\\nhttps://babkim.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttps://w1.websnadno.cz/index.php?menu1r=2&stiznost=true&surl=em-dom.ru&sreferer=\\r\\nhttps://www.oxfordpublish.org/?URL=em-dom.ru/\\r\\nhttps://100day.hatenadiary.com/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://forums.opera.com/outgoing?url=http://em-dom.ru\\r\\nhttps://ipmba.org/?URL=http://em-dom.ru\\r\\nhttps://daccha.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=http://em-dom.ru\\r\\nhttp://h1s.goodgame.ru/del/ck.php?ct=1&oaparams=2__bid=190__zid=26__cb=bc85c561c6__oadest=http://em-dom.ru\\r\\nhttps://participez.nanterre.fr/link?external_url=https://em-dom.ru\\r\\nhttps://masaru323.hateblo.jp/iframe/hatena_bookmark_comment?canonical_uri=https://em-dom.ru\\r\\nhttps://vote.socialpsychology.org/index.htm?host2=em-dom.ru\\r\\nhttps://english.republiquelibre.org/index.php?title=/em-dom.ru&action=edit&printable=yes\\r\\nhttps://forums.officialpsds.com/proxy.php?link=https://em-dom.ru\\r\\nhttps://nabchelny.ru/welcome/blindversion/normal?callback=http://em-dom.ru\\r\\nhttp://www.ub.uni-heidelberg.de/cgi-bin/edok?dok=https://em-dom.ru\\r\\nhttps://www.storeboard.com/profile/show_webpage_profile.asp?url=http://em-dom.ru\\r\\nhttps://smart.link/5bb788a3d5b83?site_id=Web_NBCS_Philly&creative_id=nbcsphi1356&cp_4=em-dom.ru\\r\\nhttp://help.speciesfile.org/api.php?action=http://em-dom.ru\\r\\nhttps://optimize.viglink.com/page/pmv?url=https://em-dom.ru\\r\\nhttps://adms3.hket.com/openxprod2/www/delivery/ck.php?ct=1&oaparams=2__bannerid=527__zoneid=667__cb=72cbf61f88__oadest=http://em-dom.ru\\r\\nhttp://kanten-papa.kir.jp/ranklink/rl_out.cgi?id=7200&url=http://em-dom.ru\\r\\nhttps://www.oddworld.com/_shop/shop.php?store=em-dom.ru\\r\\nhttps://www.kidsemail.org/parent-login.php?msg=&lt;a \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:21:58','2026-01-21 08:21:58','d1e2553d-b4b7-400c-9f00-3fe11bb40144'),
(12814,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:22:18','2026-01-21 08:22:18','cd7aad0b-f1d5-46b0-8eff-dd0067265f95'),
(12815,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:23:15','2026-01-21 08:23:15','d44d41cc-d964-46b2-874b-3719b7ab33df'),
(12816,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joanna Riggs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joannariggsvideo@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI just visited ccbrakeleypark.com and wondered if you\'d ever thought about having an engaging video to explain or promote what you do?\\r\\n\\r\\nOur prices start from just $195 USD.\\r\\n\\r\\nLet me know if you\'re interested in seeing samples of our previous work.\\r\\n\\r\\nRegards,\\r\\nJoanna\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:23:56','2026-01-21 08:23:56','83f193fb-002a-4fc8-8004-8b17b9934ce8'),
(12817,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrymal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Love Life Tattoo 18+ \\r\\nMaze Tattoo https://maze.tattoo/catalog/o/oven/\\r\\n \\r\\nЧто отличает красивый тату салон от обычного https://maze.tattoo/catalog/c/\\r\\n \\r\\nВы получаете сервис высочайшего класса от первоклассных экспертов своего направления https://maze.tattoo/catalog/l/lotos/\\r\\n \\r\\nЧто нужно, чтобы сделать тату в студии «Классик»? \\r\\nTattoo 3000 18+ \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:25:19','2026-01-21 08:25:19','26253ded-8296-4792-8a23-3e5c51482443'),
(12818,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:26:25','2026-01-21 08:26:25','58cc592e-98f7-4b03-8934-c4bb346eab43'),
(12819,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:26:32','2026-01-21 08:26:32','07f58970-e406-4b3b-9649-e188cfa2c266'),
(12820,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Кучугуры (76 отелей) \\r\\n399 отзывов https://rich-house.su/\\r\\n \\r\\nГеленджик, ул https://rich-house.su/restaurants/\\r\\n  Декабристов, д https://rich-house.su/photos/\\r\\n  15 https://rich-house.su/restaurants/\\r\\n \\r\\nГеленджик, ул https://rich-house.su/photos/\\r\\n  Колхозная, 38 https://rich-house.su/contacts/\\r\\n \\r\\nЗавтрак Wi-Fi https://rich-house.su/\\r\\n \\r\\nот 3 500 руб https://rich-house.su/\\r\\n  за номер в сутки https://rich-house.su/services/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:27:23','2026-01-21 08:27:23','624a2c17-7369-43dd-8859-8dc7fa22378d'),
(12821,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"? Геленджик ? Завтрак включён https://rich-house.su/services/\\r\\n \\r\\nГеленджик, ул https://rich-house.su/contacts/\\r\\n  Старшинова, д https://rich-house.su/services/\\r\\n  16 https://rich-house.su/about/\\r\\n \\r\\nСириус (152 отеля) \\r\\nВ Геленджике есть немало мест, где можно остановиться отдыхающим, а мы поможем вам выбрать и забронировать номер в гостинице на тот период, на который вы решили туда поехать https://rich-house.su/about/\\r\\n  «Геленджик отели» — популярный запрос не только на просторах интернета, но и на нашем сервисе, ведь это один из самых востребованных морских курортов https://rich-house.su/restaurants/\\r\\n  А как мы знаем, спрос рождает предложение https://rich-house.su/about/\\r\\n  Гостиницы, пансионаты, санатории, гостевые дома и даже апартаменты: на 101Hotels https://rich-house.su/photos/\\r\\n com каждый найдет вариант по душе https://rich-house.su/photos/\\r\\n  Забронировать номер в гостинице Геленджика становится элементарной процедурой, не требующей никаких усилий https://rich-house.su/booking/\\r\\n  Даже если вы ещё не определились, где именно хотите остановиться, наши специалисты помогут совершить выбор https://rich-house.su/about/\\r\\n \\r\\nБесплатная отмена https://rich-house.su/booking/\\r\\n \\r\\nBellagio https://rich-house.su/rooms/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:27:27','2026-01-21 08:27:27','3e40993c-e4d9-40a7-81fd-a6c48ac99f4f'),
(12822,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гостиницы Геленджика рядом с Набережная Геленджика https://rich-house.su/photos/\\r\\n \\r\\n1 балл = 1 рубль https://rich-house.su/contacts/\\r\\n \\r\\nБольшая бухта Геленджика и благоприятный климат привлекают туристов https://rich-house.su/\\r\\n  В бухте вода прогревается быстрее, а значит, что море обычно очень теплое https://rich-house.su/booking/\\r\\n  Береговая линия известна своими большими размерами, а это значит, что можно отлично позагорать под теплыми лучами солнца https://rich-house.su/booking/\\r\\n  Вас ждут прогулки в лес пицундской сосны, где вдохнете чистейший воздух, и конечно же прекрасные виды на горы Маркотхского хребта https://rich-house.su/booking/\\r\\n \\r\\n897 https://rich-house.su/restaurants/\\r\\n 6 м от центра Геленджик https://rich-house.su/\\r\\n \\r\\nОбъект проверен https://rich-house.su/contacts/\\r\\n \\r\\n166 отзывов https://rich-house.su/photos/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:28:07','2026-01-21 08:28:07','a70079b5-054d-4f60-8c2e-312b331cdaef'),
(12823,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharringtoncourt.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharringtoncourt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:29:15','2026-01-21 08:29:15','71a7d1e6-6c98-4cf7-a08c-c1f1dc1180eb'),
(12824,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:30:02','2026-01-21 08:30:02','0c1ec622-3a72-485a-b4f8-7c5f1060a42f'),
(12825,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:30:40','2026-01-21 08:30:40','c14ae708-48bf-4e1a-91aa-a123e765d3aa'),
(12826,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:32:43','2026-01-21 08:32:43','6d50f13a-8821-493c-b733-1462edb7453f'),
(12827,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philiphax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Туры в Китай из Иркутска 2023 https://akademy21.ru/\\r\\n \\r\\nПляжная линия https://akademy21.ru/modeliruuchimassaj\\r\\n \\r\\nЦена на двоих с вылетом из Иркутска ? \\r\\nКитайцы очень любят большую громкость: они много кричат, много сигналят, много ругаются https://akademy21.ru/eurocosmetic\\r\\n  И очень любят петь https://akademy21.ru/arhitektura_brovei\\r\\n  Петь везде и сразу, как только им захочется https://akademy21.ru/pervaya_medicinskaya_pomosh\\r\\n  Поющего китайца можно увидеть на площади города, в автобусе или просто на улице https://akademy21.ru/trener-naraschivanie-volos\\r\\n  Именно поэтому караоке в Китае пользуется невероятным спросом и считается любимым развлечением https://akademy21.ru/arhitektura_brovei\\r\\n  Частые встречи с поющими на улице китайцами очень поднимают настроение https://akademy21.ru/blog/tpost/xsuyxac6z1-preimuschestva-obucheniya-v-kitae\\r\\n \\r\\nК сожалению, у нас нет подходящих туров для отображения https://akademy21.ru/narashivanie_nogtey\\r\\n \\r\\nСделать раннее бронирование https://akademy21.ru/lazernoe-udalenie-permanentnogo-makiyazha\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:33:12','2026-01-21 08:33:12','0e248958-b893-49b6-97eb-10bfb8e6fcc7'),
(12828,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyjen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Удобная витрина для ваших товаров или услуг https://proffseo.ru/kontakty\\r\\n \\r\\nслужб Яндекса: Вебмастер, Справочник, Каталог, Карты, Маркет и др https://proffseo.ru/privacy\\r\\n  текстов сайта, SEO-настроек и мета-тегов контактных данных (в т https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n ч https://proffseo.ru/privacy\\r\\n  удалятся региональные телефонные номера) домена, названия, описания и URL-адресов веб-ресурса отзывов и комментариев https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nЗащита от санкций поисковых систем https://proffseo.ru/\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nДля клиента мы полностью переработали страницы каталога, добавили удобный фильтр и функционал сортировки, создали дополнительные страницы с учетом распределения частотности, сократили время загрузки десктопной и мобильной версий сайта https://proffseo.ru/privacy\\r\\n \\r\\nЦена: 48 800 ? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:33:23','2026-01-21 08:33:23','7f3b2391-ac5b-41ba-911e-5f023ab85ba1'),
(12829,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarekhn.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhn.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:33:31','2026-01-21 08:33:31','79393e14-fed0-4557-b77e-249a21e110bb'),
(12830,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldLaL\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Критерии выбора https://kupefurnitur.ru/\\r\\n \\r\\nВ интернет-магазине «21 ВЕК» вы можете купить комплект мебельной фурнитуры по выгодной цене в Москве с доставкой по России https://kupefurnitur.ru/onas\\r\\n  Мы занимаемся продажей недорогой современной фурнитуры и качественных комплектующих для мебельных гарнитуров, шкафов, стульев оптом и в розницу https://kupefurnitur.ru/onas\\r\\n  В нашем каталоге – всегда широкий выбор крепежных деталей, дешевых аксессуаров и запчастей для корпусной и другой мебели https://kupefurnitur.ru/contact\\r\\n  Для постоянных клиентов предусмотрена система скидок https://kupefurnitur.ru/\\r\\n  Узнать больше о предлагаемых товарах и услугах можно по телефонам компании, указанным на сайте, или по e-mail info@td21vek https://kupefurnitur.ru/contact\\r\\n ru https://kupefurnitur.ru/catalog\\r\\n \\r\\nОптовые поставки https://kupefurnitur.ru/onas\\r\\n \\r\\n\\r\\nПоказать еще https://kupefurnitur.ru/onas\\r\\n \\r\\nПоследний пункт особенно важен для замковых систем, защелок и опор https://kupefurnitur.ru/catalog\\r\\n  Те же замки могут оснащаться системой электронного доступа, если, например речь идет о шкафе с встроенным сейфом https://kupefurnitur.ru/contact\\r\\n  Опоры мебели нередко регулируются по высоте https://kupefurnitur.ru/onas\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:33:39','2026-01-21 08:33:39','3431f546-b571-4e5e-a446-d8ba54c121f9'),
(12831,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Покупатель знает, что элитная дизайнерская мебель — это продукция безусловного стиля и качества https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-20.html\\r\\n    Дизайнерская мебель класса  изготавливается из качественных материалов на оборудовании высокой точности и качества, и имеет небольшое число копий https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-scg-39.html\\r\\n   Это важно: мебель, в массовом количестве изготовленная на заводе,  может называться дорогой мебелью высокого качества, но не быть при этом элитной https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s8.html\\r\\n   У элитной дизайнерской мебели большой гарантийный срок https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-7.html\\r\\n \\r\\nИнтернет-магазин располагает весьма широким ассортиментом, так что у покупателя есть большой выбор https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a24.html\\r\\n   При этом не обязательно считать, что предметы интерьера будут очень дорогими - это не так https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p14.html\\r\\n   На самом деле в каталоге можно выбрать вещь любой направленности и в определенной ценовой категории https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=17\\r\\n   Конечно, совсем дешевых вещей там не будет, но акции и распродажи сделают покупку более выгодной, будь то кухонный гарнитур или офисный диван https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=4\\r\\n \\r\\nМягкая мебель придаёт уют дому https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e9.html\\r\\n   Мягкое кресло, в которое хочется забраться с чашкой горячего чая, и диван, на котором удобно поваляться после рабочего дня https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i20.html\\r\\n   Выбирая мягкую мебель, мы будто выбираем себе друга, так что здесь нужно подходить к покупке особенно серьёзно https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a3.html\\r\\n   Нужно определить, для каких целей вы выбираете мягкую мебель, из чего она должна быть сделана https://www.legnostyle.ru/catalog/mebel/tualetnii-stolik-model-s-6.html\\r\\n   Особое внимание надо уделить гарантии на мебель https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=4\\r\\n   Обычно срок эксплуатации мягкой мебели составляет 15 лет https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-5.html\\r\\n   Важно определиться с производителем https://www.legnostyle.ru/catalog/kuhni/kuhna-19.html\\r\\n   Мягкая мебель из Китая имеет ряд преимуществ: Сейчас рынок предлагает широкий выбор производителя - почти любой страны, но среди этого многообразия вы должны сделать оптимальный выбор цена-качество https://www.legnostyle.ru/catalog/mebel/scg-14.html\\r\\n   Если для вас важно европейское качество в сочетании с демократичной ценой, стоит сделать выбор в пользу китайского производителя https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=3\\r\\n   Мягкая мебель из Китая стремительно завоёвывает российский рынок https://www.legnostyle.ru/catalog/kuhni/kuhna-18.html\\r\\n   Что же такого может предложить нам китайская мебель? Китайские специалисты работают точно по чертежам итальянских фирм, что выходит существенно дешевле, чем работа итальянских специалистов в этой области https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-3.html\\r\\n   Низкая цена зачастую играет решающую роль — за те же деньги вы получаете мебель лучшего качества https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s35.html\\r\\n   Да и зачем тратить деньги где-то, переплачивая посредниками https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/?PAGEN_1=3\\r\\n   когда можно договориться с заводом на прямую? Такую возможность предоставляет наша фирма https://www.legnostyle.ru/catalog/inter-eri/?PAGEN_1=12\\r\\n   Достаточно заказать мебельный тур в Китай, и вы окунётесь в многообразие выбора мягкой мебели, впечатляющий ассортимент с самым широким ценовым диапазоном предложат вам китайские фирмы https://www.legnostyle.ru/derevo-v-interiere.html\\r\\n   Не стоит забывать и о том, что мебель в Китае производят из хороших, экологически чистых материалов https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=4\\r\\n   Однако самая ощутимая выгода — это покупка китайской мягкой мебели оптом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a9.html\\r\\n   Производители заинтересованы в быстром товарообороте, поэтому часто предлагают скидки, охотно торгуются и идут на уступки https://www.legnostyle.ru/catalog/inter-eri/pt-19.html\\r\\n \\r\\nИзготовление и монтаж эксклюзивных, индивидуальных заказов в сотрудничестве с рядом дизайн-бюро, индивидуальными дизайнерами и архитекторами — наш конек https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-18.html\\r\\n \\r\\nКроме того, мебель от лидирующих производителей отличается дополнительной отделкой с применением натурального сусального золота (24К) https://www.legnostyle.ru/catalog/mebel/kb-4.html\\r\\n   Эстетику внешнего вида в основном задают изящные элементы, характерные для французского и итальянского стиля https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p37.html\\r\\n \\r\\nНе стоит забывать о том, что на элитной кухне должна располагаться элитная сантехника https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-5.html\\r\\n   Но какой бы дорогой и качественной она не была, трубы всегда стараются скрыть, так как они никоим образом не могут быть вписаны в интерьер помещения (если только Вы не выбрали в качестве стиля Стимпанк) https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d19.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:34:04','2026-01-21 08:34:04','81c7e7dd-ecf6-4c5a-8941-ca95ff7c92e2'),
(12832,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мебель из Италии во все времена считалась роскошью, достойной избранных – ее можно было увидеть только в салонах знатных особ https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=15\\r\\n   Итальянская мебель – это кропотливая работа мастеров и художников Ломбардии, Тосканы и Венеции, поколения которых создавали давние художественно-ремесленные традиции https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s30.html\\r\\n   Современные мебельные бренды Италии, известные далеко за пределами страны, являются частью итальянской промышленной истории – их корни уходят в старинные семейные предприятия ХІХ века https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=3\\r\\n    знаменита своим изысканным дизайном, практичностью и функциональностью https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-13.html\\r\\n   Итальянская мебельная индустрия занимает лидирующие места в мировом мебельном дизайне и производстве https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=8\\r\\n   Однако сегодня мебель из Италии становится все более доступной потребителю https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i15.html\\r\\n \\r\\nВ Поднебесной выпускают самую разнообразную продукцию – компьютеры, бытовую технику, автомобили, одежду и т https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-4.html\\r\\n  д https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=15\\r\\n   Эта продукция выводится на международный рынок и обладает хорошим спросом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a10.html\\r\\n   Но \\r\\nКомпания  заботится о своих клиентах, поэтому предлагает качественную немецкую мебель от лучших производителей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/mejkomnatnaa-dver-o2.html\\r\\n   У нас широкий ассортимент продукции https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=14\\r\\n   В каталоге вы найдете большое разнообразие корпусной и мягкой мебели, которая обладает отличными эксплуатационными характеристиками https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s16.html\\r\\n \\r\\nПо желанию заказчика мы БЕСПЛАТНО можем вывезти и утилизировать его старую кухню, так что беспорядка при замене и установке новой кухни не будет, это мы берем на себя! \\r\\nТехнологии изготовления мебели, отточенные на протяжении многих столетий, до сих пор пользуются заслуженной популярностью не только во дворцах или особняках Западной Европы, но и в домах мировых правителей, преуспевающих бизнесменов и представителей творческой элиты https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/razdvijnaa-dver-rd-12.html\\r\\n   Опираясь на многовековой опыт, итальянские мастера создают современные произведения искусства, предлагая и относительно доступные решения, и элитную мебель, рассчитанную на покупателей с очень высоким уровнем достатка https://www.legnostyle.ru/catalog/mebel/garderobnie/gp-15.html\\r\\n \\r\\nКухни из массива дерева — это классика жанра, но бюджетным такой вариант не назовешь https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o21.html\\r\\n   Именно дерево лучше всего подходит для кухонного гарнитура в классическом стиле для людей с самым утонченным вкусом https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-13.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:34:04','2026-01-21 08:34:04','3b402dbd-4472-4b20-9028-9f58a418a56b'),
(12833,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldAcada\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Опт 1: 89 https://kupefurnitur.ru/catalog\\r\\n 50р https://kupefurnitur.ru/contact\\r\\n \\r\\nКомпания Росакс предлагает большой выбор мебельной фурнитуры по самым выгодным ценам https://kupefurnitur.ru/onas\\r\\n  Наши каталоги помогут Вам подобрать фурнитуру даже для самых изысканных и эксклюзивных изделий https://kupefurnitur.ru/catalog\\r\\n \\r\\n-Доставка в пределах МКАД для ОПТОВЫХ заказов свыше 40000 рублей бесплатная, при доставке за МКАД до 5 км минимальная сумма заказа для бесплатной доставки должна быть 50000 рублей https://kupefurnitur.ru/\\r\\n \\r\\nклей расплав для кромки ; клей для мягкой мебели и поролона https://kupefurnitur.ru/price\\r\\n \\r\\n\\r\\nНа официальном сайте RosAks Group мебельная фурнитура для кухни представлена в широком ассортименте https://kupefurnitur.ru/contact\\r\\n  Вы можете приобрести следующие комплектующие и аксессуары для мебели: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:35:06','2026-01-21 08:35:06','80bf52ba-411c-4eb9-b575-6a60972c585e'),
(12834,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"«Погрузить и перевезти легендарную „Гармошку\\\" — многим казалось задачей невыполнимой» \\r\\nТакелаж сопряжен с погрузочно-разгрузочными операциями и транспортировкой крупногабаритных или очень тяжелых грузов, а также монтажными работами https://drogal.ru/glossary/materialnii_potok/\\r\\n  Ввиду большого веса и громоздкости грузов приходится использовать грузоподъемные механизмы и грузозахватные устройства https://drogal.ru/glossary/benchmarking/\\r\\n \\r\\n6 такелажников, 4 стропальщика https://drogal.ru/glossary/gruz/\\r\\n \\r\\nЛюбая численность грузчиков https://drogal.ru/glossary/gruzovoi-konteiner/\\r\\n \\r\\nДанный процесс во многом зависит от габаритов оборудования и наличия у него съемных частей, но этапы такелажа практически не меняются: - Планирование (разработка плана перевозки, порядка проведения работ, определение используемой техники и оснастки, возможен бесплатный выезд специалиста для осмотра объекта и уточнения цен на услуги); - Подготовка к такелажным работам (подгон техники и доставка персонала, уборка территории вокруг груза, демонтаж съемных частей, упаковка груза); - Такелажные работы - использование оснастки для выполнения работ по перемещению, погрузке, разгрузке, монтажу или демонтажу груза https://drogal.ru/uslugi/hranenie/\\r\\n \\r\\nНапример: +7(495) 255-59-59 https://drogal.ru/portfolio-items/takelazh-promishlennogo-oborudovaniya-v-tule/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:36:02','2026-01-21 08:36:02','dfd4d51a-92cd-4866-8e7b-94aa5a03fdaf'),
(12835,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidEvirm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наличие на складеВсе популярные модели оборудования в наличии на складе https://www.legnostyle.ru/catalog/kuhni/kuhna-3.html\\r\\n   Вам не придеться ждать 7-10 дней, пока не привезут оборудование https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/stol-model-s-13.html\\r\\n   Приходите к Нам, покупайте и сразу забирайте https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-5.html\\r\\n   В случае отсутствия какого либо оборудования Вам доставят его с региональных складов наших партнёров от 1-2х дней до 5-7 рабочих дней, в зависимости от выбранного типа доставки, от авиа до ЖД https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=5\\r\\n \\r\\nФабрика, известная исключительно новаторским подходом в итальянском дизайне https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-1.html\\r\\n   Предлагает огромное количество решений https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=4\\r\\n   Предпочитает использовать только самые высокотехнологичные и натуральные материалы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaya-dver-d3.html\\r\\n   Продукция отличается неизменным качеством и передовым, современным дизайном https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p12.html\\r\\n \\r\\nСреди предложений иомпании  отлично впишется в любой интерьер https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a14.html\\r\\n   Огромный выбор мебели для гостиниц, баров и бильярдных могут заинтересовать также профессионалов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=13\\r\\n \\r\\nИнтерьер должен быть эстетически привлекательным не только в спальной комнате или в гостиной, но и на кухне https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p10.html\\r\\n   Роскошь кухонного интерьера достигается не только использованием современной бытовой техники, но и дорогих отделочных материалов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/\\r\\n \\r\\nКроме того, мебель от лидирующих производителей отличается дополнительной отделкой с применением натурального сусального золота (24К) https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-38.html\\r\\n   Эстетику внешнего вида в основном задают изящные элементы, характерные для французского и итальянского стиля https://www.legnostyle.ru/catalog/mebel/gostinnie/g-7.html\\r\\n \\r\\nСовременная жизнь диктует нам такие условия, что покупая престижное элитное жилье, которое смотрится дорогим и восхитительным снаружи, мы должны позаботиться и об его уютной обстановке внутри https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a-38.html\\r\\n   То, как будет выглядеть наша комфортабельная квартира внутри, зависит полностью от нашего вкуса https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-1.html\\r\\n   И, конечно, изюминкой в любой обстановке квартиры является качественная и надежная элитная мебель https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-42.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:36:53','2026-01-21 08:36:53','a3b836f2-bddc-4cce-8bef-fff948acb87f'),
(12836,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daviddix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Необычность и узнаваемость стиля достигается за счет уникального соединения гибкости и особенного принципа работы с новыми материалами и ценными породами дерева https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-e31.html\\r\\n   Подход к дизайну строится на объединении мастерства, стиля, постоянных исследований и креативности https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a24.html\\r\\n \\r\\nПокупателям итальянской мебели от компании  всегда своевременно осуществляется доставка заказа из ассортимента, имеющегося на складе или представленного в демонстрационном зале https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-17.html\\r\\n   Тщательное проведение предпродажной подготовки гарантирует полную комплектацию и высокое качество мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e13.html\\r\\n \\r\\nКонечно, покупать немецкую кухню в СПб дорого, но это оправданные траты, поскольку российских аналогов не существует и дорогие кухни на заказ остаются все также востребованы https://www.legnostyle.ru/catalog/mebel/d1-16.html\\r\\n   В Санкт-Петербурге, Москве и других городах люди выбирают мебель премиум уровня для самого важного помещения в доме и кухни Германии — отличный выбор! \\r\\nИсторически сложилось, что в Китае никогда ранее не употребляли такие алкогольные напитки, как коньяки, наливки, ликеры, виноградные вина, шампанское https://www.legnostyle.ru/catalog/mebel/komod-model-kts-25.html\\r\\n   В течение всей истории здесь было \\r\\nОзнакомившись с представленным на сайте материалом, заказать выбранную мебель можно в салонах компании , где профессиональные дизайнеры-консультанты предоставят подробную информацию обо всех интересующих вас изделиях и помогут решить самые нестандартные задачи по оформлению интерьера https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/razdvijnaa-dver-rd-4.html\\r\\n \\r\\nВот здесь Вы сможете найти элитную мебель по доступной цене https://www.legnostyle.ru/catalog/inter-eri/potolki/potolok-model-pt-4.html\\r\\n   Использование качественных материалов гарантирует длительный эксплуатационный период (при корректном использовании) https://www.legnostyle.ru/uglovoi_stol.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:38:22','2026-01-21 08:38:22','426a0222-7f41-4abe-9975-b38bb54dceb8'),
(12837,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ShermanAvape\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Astron – это 30 лет экспертизы в проектировании, производстве и строительстве быстровозводимых зданий из стальных металлоконструкций на рынках России и стран СНГ https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\nСпециалисты СЗМК постоянно участвуют в международных выставках и симпозиумах по всей России и за рубежом с целью знакомства и внедрения у себя на предприятии передовых технологий в отрасли https://mobelmetall.ru/questions\\r\\n \\r\\nДоставка металлоконструкций осуществляется с помощью грузового транспорта, включая большие автомобили с платформами, предназначенные для перевозки тяжелых и габаритных конструкций https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n  Также возможно использование железнодорожного и водного транспорта https://mobelmetall.ru/contacts\\r\\n \\r\\nСборные металлоконструкции — это конструкции, которые изготавливаются на заводе и собираются на строительном объекте https://mobelmetall.ru/contacts\\r\\n  Они могут включать в себя элементы каркасов, перекрытий, колонн, стен и других частей зданий и сооружений https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\nСибирский завод металлических конструкций https://mobelmetall.ru/\\r\\n \\r\\nАдрес: 454080, Челябинская область, город Челябинск, Тернопольская улица, дом 6, этаж 6, помещение 107 Адрес местонахождения производства: 454080, Челябинская область, поселок Зауральский, ул https://mobelmetall.ru/policy\\r\\n  Труда, д https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n  1а Телефон: +7 (351) 210-00-10 Эл https://mobelmetall.ru/ourproduction\\r\\n  почта: info@gp https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n com Сайт: gp https://mobelmetall.ru/policy\\r\\n com https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n ru Директор: Глинских Дмитрий Юрьевич 17 ? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:38:38','2026-01-21 08:38:38','17036513-61bf-4e49-96d2-1385979ba312'),
(12838,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinLicky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Блины с ветчиной и сыром (210) (упак https://dostafka-obedi.ru/\\r\\n 3шт.) \\r\\nКаким стандартам соответствует наше производство? \\r\\nВода, картофель, лук репчатый, морковь, булгур, перец черный молотый, соль, перец болгарский, бульон овощной (кубик) Общий вес – 300 г https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\r\\n \\r\\nИгорь https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\r\\n \\r\\nСалат «Цезарь» \\r\\nВилка, ложка, нож, салфетка https://dostafka-obedi.ru/reviews/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:39:49','2026-01-21 08:39:49','07eb2603-82c4-45ae-b976-013aa1a8d02a'),
(12839,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PhilipquapH\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В 2019 году услугами компании Библио-Глобус воспользовались 3 584 389 человек https://akademy21.ru/trener_resnycy\\r\\n \\r\\nНациональная валюта https://akademy21.ru/blog/tpost/cajvp72vm1-europass-vash-propusk-dlya-raboti-za-gra\\r\\n \\r\\nНужна помощь в выборе тура? \\r\\nстолица КНР, политический, культурный центр Подробнее о Пекине https://akademy21.ru/contacts/petropavlovsk\\r\\n \\r\\nЛучшим пляжным курортом страны считается остров Хайнань – это настоящий рай для любителей активного отдыха и отдыха в шезлонгах https://akademy21.ru/apparatniy_pedecur\\r\\n  Популярными пляжными курортами также являются Далянь, Циндао и Байдахэ https://akademy21.ru/pereatestacia\\r\\n  Для занятий горнолыжным спортом в Китае большинство любителей активного отдыха выбирает курорт Ябули, который славится своими великолепными трассами и хорошим обслуживанием https://akademy21.ru/courses/trener\\r\\n \\r\\nЦена на двоих с вылетом из Иркутска ? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:39:50','2026-01-21 08:39:50','3be50700-7765-48d1-a3bc-076fd02b56ea'),
(12840,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidhom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Эксклюзивность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d17.html\\r\\n   Каждый заказ дизайнеры проектируют индивидуально, поэтому риск увидеть тот же самый интерьер стремится к нулю https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=16\\r\\n   Дизайнер элитной мебели не просто создаёт новую форму, он подбирает для неё материал и фурнитуру, доводя модель до совершенства https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=20\\r\\n \\r\\nРеставрация выполняется опытными мастерами на профессиональном уровне https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=3\\r\\n   Позвоните по нашему телефону прямо сейчас, чтобы пригласить специалиста на дом или в офис! Мы вернем ваши изделия к жизни быстро, аккуратно и качественно! \\r\\nВ этом плане есть, где разгуляться https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvijnaa-dver-rd-2.html\\r\\n   Конечно, можно приобрести мебель из натурального дерева https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/model-o3.html\\r\\n   Однако это не так уж и дёшево, если заказывать у профессионалов https://www.legnostyle.ru/catalog/lestnici/derevannie-vintovie-lestnici/lestnica-l4-6.html\\r\\n   Можно поступить более хитро https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e5.html\\r\\n \\r\\nЕвропейские дизайнеры отлично понимают, что мебель должна представлять собой не только произведение искусства, но и практичные предметы бытовой обстановки, делающие жизнь более комфортной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e23.html\\r\\n \\r\\nКитай планирует начать коммерческое продвижение технологии возвращаемых спутников https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/arka-a14.html\\r\\n   Заказчики могут купить такие космические аппараты в 2019-2020 годах https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=14\\r\\n \\r\\nКитай с 1975 года смог успешно вернуть из космоса более двадцати спутников https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=16\\r\\n   Китайцы уверены, что технология, связанная с такими космическими аппаратам, уже доказала свою надежность https://www.legnostyle.ru/catalog/mebel/kabinety/?PAGEN_1=2\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:40:41','2026-01-21 08:40:41','470bc639-2a3b-4396-915d-4d41f5291491'),
(12841,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidhom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вы сможете заменить тип ткани, выбрать материал интересующей цветовой гаммы, увеличить размер спинки, изменить количество составных элементов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaya-dver-d38.html\\r\\n   Отреставрированные мягкое кресло, кушетка, стулья, диван снова будут радовать взгляд и служить изысканным украшением интерьера https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-40.html\\r\\n \\r\\nСовременная жизнь диктует нам такие условия, что покупая престижное элитное жилье, которое смотрится дорогим и восхитительным снаружи, мы должны позаботиться и об его уютной обстановке внутри https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-11.html\\r\\n   То, как будет выглядеть наша комфортабельная квартира внутри, зависит полностью от нашего вкуса https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a3.html\\r\\n   И, конечно, изюминкой в любой обстановке квартиры является качественная и надежная элитная мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e9.html\\r\\n \\r\\nИзготовление и монтаж эксклюзивных, индивидуальных заказов в сотрудничестве с рядом дизайн-бюро, индивидуальными дизайнерами и архитекторами — наш конек https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=20\\r\\n \\r\\nКитайские товары длительное время ассоциировались у наших сограждан с плохим качеством и, следовательно, невысокой ценой https://www.legnostyle.ru/mezhkomnatnye-dveri-garmoshka.html\\r\\n   Однако в последнее время многое изменилось и можно смело говорить, что в Китае производят высококачественные и отличные товары https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/peregorodka-model-a9.html\\r\\n  Мебельная индустрия зародилась в Китае относительно недавно https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/stol-model-s-14.html\\r\\n   Но, в наши дни достигла глобальных оборотов и постоянно развивается в экономическом и технологическом направлении https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a-28.html\\r\\n   Ключевое направление деятельности китайских производителей - это высококачественные копии известных итальянских, английских, испанских, американских и других марок https://www.legnostyle.ru/catalog/kuhni/kuhna-21.html\\r\\n   Подавляющее большинство мебельных фабрик сосредоточено в провинциях Шанхай и Гуандонг https://www.legnostyle.ru/lestnicy-iz-duba.html\\r\\n   Китайская мебель популярных брендов в широчайшем ассортименте представлена в огромных торговых центрах https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i15.html\\r\\n   Китайскую мебель для дома и офиса, для работы и отдыха вы можете посмотреть и купить на многочисленных выставках https://www.legnostyle.ru/catalog/lestnici/?PAGEN_1=4\\r\\n   Строятся новые экспоцентры с разветвленной инфраструктурой https://www.legnostyle.ru/proizvodstvo/lestneycy/?PAGEN_1=3\\r\\n  Мебельная продукция удовлетворяет современным требованиям надежности и безопасности https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/\\r\\n   Эскизы знаменитых европейских брендов служат образцом для дизайна китайской мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/model-o1.html\\r\\n   Нередко китайские фабрики производят продукцию вместе с зарубежными инвесторами, используя совместные оборудование и технологии https://www.legnostyle.ru/catalog/kuhni/kuhna-3.html\\r\\n   В производстве мебели применяются традиционные материалы - стекло, дерево, металл https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=6\\r\\n  По поводу качества мебели китайские производители понимают, к чему стремиться https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d19.html\\r\\n   Китайская пословица говорит:  https://www.legnostyle.ru/mezhkomnatnye-dveri-so-steklom.html\\r\\n   Сегодня  китайского производства соответствует современным тенденциям международной мебельной моды и уровню европейского качества https://www.legnostyle.ru/catalog/inter-eri/a-40.html\\r\\n  Но самым значительным плюсом все же является цена https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i32.html\\r\\n   Разница в цене китайской и европейской мебели иной раз различается более чем в 20 раз https://www.legnostyle.ru/catalog/dveri/\\r\\n   И при этом  является точной копией популярных брендов https://www.legnostyle.ru/catalog/inter-eri/s39.html\\r\\n   Небольшая цена элитной мебели Китая вызвала увеличение спроса на эту категорию товаров со стороны мебельных магазинов, бизнесменов и обыкновенных потребителей https://www.legnostyle.ru/neobychnye-eksklyuzivnye-dizainerskie-reznye-dekorativnye-lestnicy.html\\r\\n   Можно уверенно говорить, что китайская мебель может быть хорошей, высококачественной, роскошной https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-gp-8.html\\r\\n    - выгодная покупка, это достойное соотношение цены и качества https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=19\\r\\n   Доступен широкий ассортимент, и лишь Вам выбирать, что из элитных моделей Вы желали бы видеть в своем доме https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s21.html\\r\\n \\r\\nМебель из Германии славится на весь мир своими изысканными формами, износостойкостью и прочностью https://www.legnostyle.ru/catalog/inter-eri/pt-31.html\\r\\n   Так что если хотите сделать свое жилье более функциональным и эргономичным, обращайтесь в нашу компанию! Мы поможем вам выбрать подходящий вариант гарнитура под ваш интерьер https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-1.html\\r\\n \\r\\nЧтобы дизайнер составил правильный проект, сообщите: желаемое количество ящиков, шкафчиков, дверок, полок приблизительные или точные размеры изделия (высота, ширина, глубина) цветовую гамму, в которой оформлена комната, где будет располагаться гарнитур https://www.legnostyle.ru/catalog/kuhni/kuhna-22.html\\r\\n   Проект будет составлен с учётом всех Ваших пожеланий https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=5\\r\\n   Мы сделаем всё, чтобы готовая продукция полностью соответствовала ожиданиям клиента https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-9-d.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:40:41','2026-01-21 08:40:41','cefb53fd-6dfe-4c27-bd27-5d8a6bcb67b2'),
(12842,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidstync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Современная жизнь диктует нам такие условия, что покупая престижное элитное жилье, которое смотрится дорогим и восхитительным снаружи, мы должны позаботиться и об его уютной обстановке внутри https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/razdvijnaa-dver-rd-10.html\\r\\n   То, как будет выглядеть наша комфортабельная квартира внутри, зависит полностью от нашего вкуса https://www.legnostyle.ru/catalog/mebel/stol-model-s-13.html\\r\\n   И, конечно, изюминкой в любой обстановке квартиры является качественная и надежная элитная мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=18\\r\\n \\r\\nНастоятельно рекомендуется заказывать разработку кухонного гарнитура исключительно под Вашу кухню https://www.legnostyle.ru/catalog/inter-eri/s31.html\\r\\n   В этом случае удастся максимально эффективно вписать бытовую технику в фасад гарнитура https://www.legnostyle.ru/catalog/mebel/stol-model-s-11.html\\r\\n \\r\\nСовременные тенденции показали нам, что элитная мебель из дерева стоит дорого, но зато она выполнена полностью из натурального экологически чистого дерева и имеет очень много преимуществ перед другими материалами https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-2.html\\r\\n   Такая мебель обеспечит нам комфорт, будет очень удобной и многофункциональной, и, будет иметь неповторимый дизайн https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s2.html\\r\\n   Все эти свойства вместила в себя элитная мебель из дерева https://www.legnostyle.ru/catalog/inter-eri/s16.html\\r\\n   Такая мебель великолепно вписывается в любой роскошный интерьер, и, безусловно, будет выглядеть дорого, выделяя ваш изысканный вкус https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaya-dver-e15.html\\r\\n \\r\\nУникальные модели, в которых используются особые технологии, например, сложная покраска, несколько уровней фрезеровки, не рассчитаны на массового покупателя https://www.legnostyle.ru/catalog/mebel/sp-5.html\\r\\n \\r\\nКак известно, Китай самая численная страна, поэтому вопросы недвижимости здесь стоят как нигде остро https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i33.html\\r\\n   Самые читаемые записи за последний час:17/07/2013 Традиционные дома Китая21/12/2012 Новостройки в \\r\\nЭксклюзивная немецкая мебель в Москве по доступным ценам - это стильная и комфортная мебель-Германия https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=18\\r\\n   Мы предлагаем , , ,  и , , и , , то есть полный интерьер Вашего дома с гарантированным сочетанием натуральных материалов и в идеальной цветовой гармонии, при комплектации на разных фабриках https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=14\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:42:05','2026-01-21 08:42:05','f3bcf7e6-37d4-4b26-8930-73fdbafe3116'),
(12843,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidstync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ценными породами в российских реалиях считаются дуб, ясень и орех https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d25.html\\r\\n   Мебель для кабинета руководителя получается стильной и красивой, так как каждая порода отличается оригинальным рисунком https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=12\\r\\n   Дуб знаменит крупными узорами коричневых, красных, бурых оттенков https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-6.html\\r\\n   Столы, шкафы из этого материала внешне получаются представительными и солидными https://www.legnostyle.ru/proizvodstvo/lestneycy/?PAGEN_1=5\\r\\n   Орех обладает серо-коричневой сердцевиной с темными вкраплениями https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-13.html\\r\\n   В мебели он смотрится благородно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e22.html\\r\\n   Что касается ясеня, то его древесина прочная https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=13\\r\\n   Однако из нее получается светлая мебель, которая не всегда подходит деловому дизайну интерьера https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=8\\r\\n \\r\\nЭксклюзивная немецкая мебель в Москве по доступным ценам - это стильная и комфортная мебель-Германия https://www.legnostyle.ru/catalog/inter-eri/s26.html\\r\\n   Мы предлагаем , , ,  и , , и , , то есть полный интерьер Вашего дома с гарантированным сочетанием натуральных материалов и в идеальной цветовой гармонии, при комплектации на разных фабриках https://www.legnostyle.ru/raspashnye-dvustvorchatye-mezhkomnatnye-dveri.html\\r\\n \\r\\nКомпания  заботится о своих клиентах, поэтому предлагает качественную немецкую мебель от лучших производителей https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-23.html\\r\\n   У нас широкий ассортимент продукции https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=6\\r\\n   В каталоге вы найдете большое разнообразие корпусной и мягкой мебели, которая обладает отличными эксплуатационными характеристиками https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-30.html\\r\\n \\r\\nЭксклюзивная немецкая мебель в Москве по доступным ценам - это стильная и комфортная мебель-Германия https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e10.html\\r\\n   Мы предлагаем , , ,  и , , и , , то есть полный интерьер Вашего дома с гарантированным сочетанием натуральных материалов и в идеальной цветовой гармонии, при комплектации на разных фабриках https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=19\\r\\n \\r\\nИзготовление и монтаж эксклюзивных, индивидуальных заказов в сотрудничестве с рядом дизайн-бюро, индивидуальными дизайнерами и архитекторами — наш конек https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=18\\r\\n \\r\\nМы обхитрили всех https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-16.html\\r\\n   Сделали ремонт и, вопреки ожиданию, оттенок наших стульев стал смотреться нелепо в том интерьере, который создали https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s45.html\\r\\n   Стулья мягкие, натуральное дерево, дорогие, резные https://www.legnostyle.ru/catalog/inter-eri/arka-a22.html\\r\\n   Заказали перетяжку, выбрали ткань идеально подходящую и получили практически новую мебель https://www.legnostyle.ru/catalog/lestnici/elitnye/?PAGEN_1=3\\r\\n   Спасибо! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:42:05','2026-01-21 08:42:05','e87975f4-441a-4949-9918-45e89ec47b3b'),
(12844,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Didier Johansson\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mike@monkeydigital.co\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, \\r\\n \\r\\nSearch is changing faster than most businesses realize. \\r\\n \\r\\nMore buyers are now discovering products and services through AI-driven platforms — not only traditional search results. This is why we created the AI Rankings SEO Plan at Monkey Digital. \\r\\n \\r\\nIt’s designed to help websites become clear, trusted, and discoverable by AI systems that increasingly influence how people find and choose businesses. \\r\\n \\r\\nYou can view the plan here: \\r\\nhttps://www.monkeydigital.co/ai-rankings/ \\r\\n \\r\\nIf you’d like to see whether this approach makes sense for your site, feel free to reach out directly — even a quick question is fine. Whatsapp: https://wa.link/b87jor \\r\\n \\r\\n \\r\\n \\r\\nBest regards, \\r\\nMike Didier Johansson\\r\\n \\r\\nMonkey Digital \\r\\nmike@monkeydigital.co \\r\\nPhone/Whatsapp: +1 (775) 314-7914\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:42:57','2026-01-21 08:42:57','53e1e07b-bd19-4045-9c05-5977c5a97aab'),
(12845,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBroli\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Культурная революция в Китае вовсе не завершилась, она все еще продолжается, но на китайских дорогах https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-6.html\\r\\n   Произошло обострение классовой ненависти велосипедистов и пешеходов к передвигающимся на \\r\\nОриентация на изготовление кухонной мебели с таким расчетом, чтобы соединить воедино знаменитый итальянский стиль, качество и дизайн с современными требованиями эргономики и функциональности https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a7.html\\r\\n \\r\\nЗонированность помещения достаточно просто организовать, если использовать подсветку с умом https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=11\\r\\n   К примеру, активное освещение обязательно должно располагаться над рабочей областью https://www.legnostyle.ru/montaj-elitnyh-dverey.html\\r\\n \\r\\nВысококачественное обслуживание https://www.legnostyle.ru/catalog/inter-eri/s46.html\\r\\n   Мы уважительно относимся к каждому покупателю и с удовольствием поможем подобрать подходящую немецкую мебель, исходя из личных предпочтений клиента https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/model-i15.html\\r\\n   Постоянно проводим мониторинг качества изготовления продукции, чтобы предлагать покупателям только лучшие модели https://www.legnostyle.ru/proizvodstvo/lestneycy/?PAGEN_1=6\\r\\n \\r\\nШирокий ассортимент https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-19.html\\r\\n   У нас можно увидеть большое разнообразие эксклюзивной немецкой корпусной и мягкой мебели https://www.legnostyle.ru/catalog/mebel/komod-m5.html\\r\\n   Каждый сможет подобрать подходящий гарнитур под определенное стилевое решение https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-5.html\\r\\n \\r\\nВысококачественное обслуживание https://www.legnostyle.ru/catalog/mebel/scg-19.html\\r\\n   Мы уважительно относимся к каждому покупателю и с удовольствием поможем подобрать подходящую немецкую мебель, исходя из личных предпочтений клиента https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p19.html\\r\\n   Постоянно проводим мониторинг качества изготовления продукции, чтобы предлагать покупателям только лучшие модели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvijnaa-dver-rd-5.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:43:04','2026-01-21 08:43:04','d05c2272-797b-41b8-8dc3-aac316253bd6'),
(12846,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Glennglola\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Santehruss https://акваторг24.рф/truby/truby-iz-sshitogo-polietilena-pex/truba-iz-sshitogo-polietilena-pex-a-s-antikislorodnym-barerom-evoh-20-2-8-buhta-100-m-mvi-art-pe-410-05/\\r\\n \\r\\nНа сайте есть интересный раздел, называемый  https://акваторг24.рф/truby/truby-iz-sshitogo-polietilena-pex/truba-iz-sshitogo-polietilena-tim-flex-pex-b-16x2-0-s-kislorodnym-barerom-evoh-buhta-200-m-art-tpex1620-200-flex/\\r\\n  Тут посетителю сайта предоставлена возможность менять оформление выбранного помещения виртуальной квартиры https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/reduktor-snizhenie-davleniya-pod-manometr-vertik-podklyuch-1-2-tim-art-bl2802a/\\r\\n  можно посмотреть как будет смотреться эта плитка на стенах ванной комнаты или вот этот смеситель https://акваторг24.рф/armatura-dlya-otopleniya/klapana-balansirovochnye/new-product-30/\\r\\n \\r\\nСоставить заявку и сделать заказ очень просто – сайт интуитивно понятен каждому, а если возникает какой-либо вопрос или нужна помощь, то на выручку придут специалисты своего дела – опытные менеджеры-консультанты https://акваторг24.рф/armatura-predohranitelnaya/klapany-obratnye/gorizontalnyy-obratnyy-klapan-tim-11-2-g-g-art-jh-1014c/\\r\\n \\r\\nСантехника – это предмет первой необходимости в любой ванной комнате https://акваторг24.рф/lotki-sifony-trapy-shlangi-podvodka-dlya-vody-tim/shlang-dlya-dusha-i-izliv/\\r\\n  Без раковины и туалета не обходятся даже офисные помещения https://акваторг24.рф/product/vid-tovara/mufta-vxv/\\r\\n  Интернет-магазин Santehkeram предлагает вам большой выбор унитазов, раковин, ванн, душевых кабин и прочей сантехники https://акваторг24.рф/truby-i-fitingi/hromirovannaya-latunnaya-styazhnaya-mufta-dlya-polotentsesushiteley-tim-3-4-x3-4-rezba-vnutr-vnutr-art-k7-sf033/\\r\\n  Качество нашего товара обеспечивает его долгое и комфортное использование https://акваторг24.рф/fitingi-dlya-trub/fitingi-dlya-polipropilenovyh-trub-slt-aqua/\\r\\n  У нас вы сможете купить сантехнику в Москве по выгодным ценам https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-fitingi-green/troynik-polipropilenovyy-ppr-o160-slt-blockfire-segmentnyy-sdr-7-4-zelenyy/\\r\\n \\r\\nПримеряем новую плитку в 3D шоуруме https://акваторг24.рф/armatura-izmeritelnaya-i-komplektuyuschie/manometry/manometr-mvi-aksialnyy-diametr-korpusa-mm-d50-1-4-10-bar-1-mpa-art-am-5010-03/\\r\\n  К сожалению выбор сантехники в примерочной ограничен очень сильно https://акваторг24.рф/product/pokrytie/nikelirovannyy/\\r\\n \\r\\nванны, душевые кабины, поддоны, боксы и уголки, подвесные и напольные унитазы, биде, умывальники и мойки; смесители для кухни, раковины и душа, душевые системы и комплекты (в том числе гигиенические); инженерную сантехнику – инсталляционные системы, бачки, фильтры, фитинги и трубы, клапаны, сифоны и т https://акваторг24.рф/otoplenie/konvektor-napolnyy-itermic-itf-130-080-1500-688-vt/\\r\\n  д https://акваторг24.рф/instrument-i-aksessuary-dlya-montazha/opressovschiki/elektricheskiy-opressovochnyy-nasos-tim-250-vt-3l-min-art-ewm-60-3/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgermantown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@virginiahighlandscrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:43:36','2026-01-21 08:43:36','e3ea0d8c-c54c-4a47-b86c-f06bb6c4cbd0'),
(12847,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidDut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания ЦЕХ Маркет предлагает купить купить конденсаторы холодильные б/у по отличным ценам https://first-industrial.ru/news/postavka-chillera-pakcold-55\\r\\n  В ассортименте представлены конденсаторы с воздушным, водяным и охлаждением хладагентом различной холодопроизводительности https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaey-117\\r\\n  Мы реализуем только проверенное оборудование, соответствующее стандартам качества и требованиям безопасности, при этом цены на наши холодильные установки и комплектующие остаются конкурентоспособными https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaeby-2115\\r\\n \\r\\nНаша компания предлагает вам купить конденсаторы воздушного и водного охлаждения по доступной цене с доставкой по Москве и области  https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaeby-2100\\r\\n  В нашем каталоге имеется широкая линейка конденсаторов различных брендов https://first-industrial.ru/catalog/chiller/chiller-climacore-cda-hp-039\\r\\n \\r\\nПОСТАВКИ https://first-industrial.ru/catalog/chiller/chiller-ballu-machine-bmca-midi-180\\r\\n \\r\\nКомпания Kaideli создала собственный центр исследований и разработок https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcee-115\\r\\n  Персонал центра имеет более чем десятилетний богатый практический опыт работы в отрасли https://first-industrial.ru/catalog/chiller/chiller-climacore-lsa-hp-06\\r\\n \\r\\nКонденсаторы V-образные серии CV https://first-industrial.ru/catalog/chiller/chiller-bom-5-kvt\\r\\n  Технические характеристики https://first-industrial.ru/portfolio.html\\r\\n \\r\\nКонструкция оборудования подобного типа состоит из нескольких узлов, включая следующие обязательные части: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:45:37','2026-01-21 08:45:37','ab4efefa-4a5e-4833-9d4b-448e73ffdd8e'),
(12848,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Sanders\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janices@wearethevasource.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Remote Solutions Team\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across Remote Solutions Team and 2026 is the year many business owners are choosing to work smarter, not longer.\\r\\n\\r\\nWe help business owners reclaim their time and run leaner operations by delegating non-revenue tasks to trained Virtual Assistants and an AI receptionist. From admin and bookkeeping to follow-ups and 24/7 call handling, we make sure every lead is captured and every process runs efficiently - without pulling you away from growth-focused work.\\r\\n\\r\\nThe result: fewer missed opportunities, lower overhead, and more time spent on what actually moves the business forward.\\r\\n\\r\\nIf you\'re open to starting 2026 with a more efficient setup, reply \\\"yes\\\" with your number. We\'ll show you exactly how it works, share real examples, and see if it\'s a fit for your goals.\\r\\n\\r\\n\\r\\n\\r\\nBest,\\r\\nJanice Sanders\\r\\nRemote Virtual Assistants\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:46:47','2026-01-21 08:46:47','31f2837a-a497-4b43-8f59-be454ded7eec'),
(12849,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Hugo Smit\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mike@monkeydigital.co\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\r\\n \\r\\nI wanted to check in with something that could seriously boost your website’s traffic. We work with a trusted ad network that allows us to deliver authentic, country-targeted social ads traffic for just $10 per 10,000 visits. \\r\\n \\r\\nThis isn\'t fake traffic—it’s engaged traffic, tailored to your target country and niche. \\r\\n \\r\\nWhat you get: \\r\\n \\r\\n10,000+ high-quality visitors for just $10 \\r\\nGeo-targeted traffic for your chosen location \\r\\nScalability available based on your needs \\r\\nUsed by marketers—we even use this for our SEO clients! \\r\\n \\r\\nInterested? Check out the details here: \\r\\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \\r\\n \\r\\nOr chat with us on WhatsApp: \\r\\nhttps://monkeydigital.co/whatsapp-us/ \\r\\n \\r\\nLooking forward to getting you more traffic! \\r\\n \\r\\nBest, \\r\\nMike Hugo Smit\\r\\n \\r\\nPhone/whatsapp: +1 (775) 314-7914\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:47:11','2026-01-21 08:47:11','fa61359d-ad7a-4253-ade5-ce2c0e5bdf3e'),
(12850,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Геозависимый запрос — запрос, выдача по которому будет принципиально разной в разных регионах https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Такие запросы пользователи вводят с целью найти товар/услугу среди местных компаний https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Возьмем, к примеру, запрос &lt;&gt;оставка пиццы]. \\r\\nЦена: 38 400 ? \\r\\nГеоНЕзависимый сайт или интернет-магазин активирует продвижение по России за счет отказа от любых региональных привязок https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/kontakty\\r\\n \\r\\nПродвижение в ТОП-10 регионального сайта (кроме МСК, СПб) \\r\\nСпециалистам по продвижению https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Интернет-маркетологам https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Руководителям и владельцам региональных компаний https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:48:25','2026-01-21 08:48:25','d9e4491c-4558-4208-9468-ae697fba235a'),
(12851,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidvaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Belief BS-ACС–A3-125 А2 https://first-industrial.ru/catalog/drycooler/drajkuler-thermokey-wh1263-c-d-6-v\\r\\n 9 - конденсатор воздушного охлаждения с установленным вентилятором https://first-industrial.ru/catalog/chiller/chiller-ballu-machine-bmca-pack-7\\r\\n \\r\\nБренд Belief Модель BS-ACV-B4-135 A6 Номинальная мощность 6 https://first-industrial.ru/catalog-category/freon\\r\\n 2 кВт https://first-industrial.ru/catalog/chiller/chiller-climacore-ssa-hp-06\\r\\n \\r\\nФреоновые конденсаторы Сyclone SHF /CHF и испарители Сyclone SCF/CCF https://first-industrial.ru/portfolio/kompaniya-forteks\\r\\n \\r\\nВоздушные фреоновые конденсаторы компании Termoflow выполняются в виде горизонтальных, вертикальных или V-образных https://first-industrial.ru/catalog-category/chiller/page/8\\r\\n  Выносные конденсаторы предназначены для установки за пределами здания, это позволяет увеличить разницу в температурах между окружающей температурой и температурой конденсации https://first-industrial.ru/catalog-category/ispariteli/page/2\\r\\n \\r\\nНазад Холодильная автоматика и КиП Автоматика Холодильная (134) Автоматика Холодильная Датчики и Преобразователи (9) Контроллеры (22) ТРВ (22) Реле давления (23) Термостаты (20) Терморегулирующие вентили (ТРВ) (39) Регуляторы, Реле и зип (19) Контрольно - Измерительные Приборы Вакуумметры (7) Весы (11) Манометры (59) Прочие КИП (4) Термометры (26) Электроизмерительные приборы (6) \\r\\nЧто представляют из себя конденсаторы https://first-industrial.ru/catalog/drycooler/drajkuler-thermokey-wh1263-c-d-6-v\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:49:23','2026-01-21 08:49:23','37a48a4f-5191-444f-87ca-fc831658b0c5'),
(12852,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertElody\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Демонтаж – это комплекс работ по снятию или разборке оборудования, сооружений, машин https://drogal.ru/glossary/opasnie-gruzi/\\r\\n  Процесс непростой и требует времени для аккуратной разборки построек и конструкций https://drogal.ru/glossary/obshetovarnie-skladi/\\r\\n  Часто нужны лицензия и допуск, которые есть у компании «ТРАНТОР» https://drogal.ru/glossary/dogovor-strahovaniya/\\r\\n \\r\\nК нам обращаются, когда требуется перемещение промышленных станков внутри предприятия, переезд в другие цеха, когда проходит модернизация крупногабаритной техники предприятия, идет полный переезд фабрики/завода https://drogal.ru/glossary/gruzootpravitel/\\r\\n  Наши специалисты-такелажники перевезут крупногабаритные, тяжёлые грузы и предоставят полный спектр сопутствующих работ для вашей компании https://drogal.ru/voprosi-otveti/informaciya-dlya-rascheta-stoimosti-uslug/\\r\\n \\r\\nПри осуществлении такелажных работ сотрудники компании используют такелажное оборудование и спецтехнику https://drogal.ru/glossary/stropalnie-raboti/\\r\\n  С учетом многолетнего опыта и наличия ресурсов готовы реализовать проект любой сложности https://drogal.ru/glossary/strahovanie-gruzov/\\r\\n \\r\\n10 такелажников, 4 стропальщика https://drogal.ru/takelazhnoe-oborudovanie/\\r\\n \\r\\nТакелажные работы в Москве от «Грузовичкоф» \\r\\nПрикрепите к заявке фотографии предполагаемых работ, мы визуально оценим стоимость и предложим Вам оптимальные варианты для решения поставленных задач https://drogal.ru/uslugi/takelazh/takelazh-mediczinskogo-oborudovaniya/\\r\\n  Экономьте время и деньги – наш сотрудник перезвонит вам в кратчайшие сроки! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:53:19','2026-01-21 08:53:19','42c44a7d-e322-4771-9fd3-8da1f3631125'),
(12853,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MelvinJem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Преимущества обращения к нашим флебологам https://www.angioprof.ru/uslugi-podologii/potlivost-nog.html\\r\\n \\r\\nБлагодаря оснащению, и, самое главное, специалистам с большой буквы наш центр флебологии смог стать инновационной клиникой и способен решать различные задачи, оказавшиеся не по зубам другим медицинским учреждениям https://www.angioprof.ru/uslugi-flebologii-i-angiologii/limfedema.html\\r\\n  Необходимо подчеркнуть, что мы не только используем уже имеющиеся в мировой практике технологии диагностики и лечения заболеваний вен, но и постоянно разрабатываем новые, более эффективные и безопасные https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/mediczinskij-trikotazh/\\r\\n  Вы можете быть уверены, что окажетесь в надежных руках https://www.angioprof.ru/uslugi/sout/\\r\\n \\r\\nВ/в введение лек https://www.angioprof.ru/diagnostika.html\\r\\n  препаратов https://www.angioprof.ru/uslugi-podologii/potlivost-nog.html\\r\\n  Однократный сеанс микросклеротерапии множественных телеангиэктазий пределах 1-й зоны одной нижней конечности), 2 категория сложности (склеротерапия телеангиоэктазий) A11 https://www.angioprof.ru/uslugi-xirurgii/lechenie-xronicheskix-nezazhivayushhix-ran-otriczatelnyim-davleniem-(npwt-terapiya)/bio-implant-kolennogo-sustava-bio-osteo-(ssha).html\\r\\n 12 https://www.angioprof.ru/uslugi-xirurgii/\\r\\n 003 https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/obuv-ortopedicheskaya/\\r\\n 010 https://www.angioprof.ru/fotogalereya.html\\r\\n \\r\\nПрезентация центра флебологии \\\"МИФЦ\\\" под руководством Семенова Артема Юрьевича https://www.angioprof.ru/otzivi-angioprof/\\r\\n \\r\\nВрач-хирург, ангиохирург высшей категории, д https://www.angioprof.ru/uslugi-flebologii-i-angiologii/lechenie-varikoza.html\\r\\n м https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/obuv-ortopedicheskaya/\\r\\n н., главный научный сотрудник отдела фундаментальных и прикладных исследований в хирургии НИИ клинической хирургии ФГБОУ ВО «Российский национальный исследовательский медицинский университет имени Н https://www.angioprof.ru/uslugi/informacziya-ob-osushhestvlenii-deyatelnosti-v-usloviyax-covid-19.html\\r\\n И https://www.angioprof.ru/uslugi-flebologii-i-angiologii/obliteriruyushhij-ateroskleroz.html\\r\\n  Пирогова» Министерства здравоохранения РФ https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/mediczinskij-trikotazh/mediczinskie-noski-dlya-diabetikov.html\\r\\n \\r\\n110 000 руб https://www.angioprof.ru/diagnostika.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:55:37','2026-01-21 08:55:37','ccd557a2-b38f-4c3f-80f4-58b891b74929'),
(12854,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DerekDrews\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"подбор наиболее оптимальной программы для отдыха, разработку маршрута; помощь в проведении бизнес-встреч, конференций, тренингов; предоставление клиентам отчета о проделанной работе; оперативное внесение изменений и быструю корректировку этапов; бронирование билетов, подготовку переездов и авиаперелетов, решение любых транспортных вопросов на отдыхе; подготовку выезда на совместный корпоративный отдых https://corporativ-luxe.ru/trend-poyezdki-i-obmen-opytom\\r\\n \\r\\nЧто на счет России? \\r\\nОнлайн-сервис организации командировок https://corporativ-luxe.ru/korporativnaya-programma-v-vengrii-vengerskaya-raspodiya\\r\\n \\r\\nПреимуществ корпоративного отдыха в России множество: и невысокие цены на билеты (особенно если вы выбираете, к примеру, тренинг на одной из подмосковных баз отдыха или выезд на выходные в Санкт-Петербург), и огромное разнообразие досуга, и отсутствие языкового барьера https://corporativ-luxe.ru/zvuk-svet-i-tekhnika\\r\\n  Также сотрудникам не придётся менять валюту, чтобы расплачиваться на месте https://corporativ-luxe.ru/maldivy\\r\\n  И, самое главное, не нужно оформлять для всех визы https://corporativ-luxe.ru/korporativnaya-programma-v-krymu-igry-prestolov\\r\\n \\r\\nКорпоративные туры требуют индивидуального подхода https://corporativ-luxe.ru/maldivy\\r\\n  Каждый определенный вид общения необходимо проводить в различных условиях https://corporativ-luxe.ru/korporativnaya-programma-po-sledam-dzheymsa-bonda\\r\\n  Невозможно организовать по шаблону встречу ученых на научной конференции и встречу поставщиков пиломатериалов для установления деловых контактов https://corporativ-luxe.ru/dopolnitelno\\r\\n \\r\\nКорпоративный отдых в России очень разнообразен https://corporativ-luxe.ru/nayti-vykhod\\r\\n  Можно воспользоваться предложением одного из агентств и организовать тур на Байкал или в Карелию, а можно самостоятельно приобрести ж/д билеты, подобрать и забронировать отель и организовать экскурсии https://corporativ-luxe.ru/kororativ-na-kamchatke\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:55:38','2026-01-21 08:55:38','22e4624c-7dcb-412e-8170-a2d1e9e71fd4'),
(12855,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tylerram\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Корпоративные подарки, мерч, промо, рекламная и даже сувенирная продукция — как только нас не называют https://classicgifts.ru/chernenyie.html\\r\\n  Мы делаем не только бизнес-подарки, но и форму для сотрудников, официальный мерч компаний и любую брендированную продукцию https://classicgifts.ru/christmas-gifts.html\\r\\n  Предлагаем решения для любого бюджета — от практичных сувениров до статусных VIP-подарков https://classicgifts.ru/fotoramki.html\\r\\n  А главное, мы следим за трендами, чтобы ваш мерч был самым классным на рынке https://classicgifts.ru/aksessuaryi.html\\r\\n \\r\\nПодарки к Новому Году https://classicgifts.ru/nam-doveryayut.html\\r\\n \\r\\nЦена: Заказная работа ? \\r\\nЦена: Заказная работа ? \\r\\nЭто готовое изделие, которое принадлежит заказчику https://classicgifts.ru/lenta-s-logotipom.html\\r\\n  Но мы можем использовать эту идею для создания нового проекта https://classicgifts.ru/so-sklada.html\\r\\n \\r\\nЦена: Заказная работа ? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:55:39','2026-01-21 08:55:39','de069e43-81ba-4d49-b37f-4cb8da07c66c'),
(12856,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianHon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"> popup call --> \\r\\nКачественное инновационное оборудование для быстрого роста вашей прибыли и финансовой свободы https://beauty-prestige.ru/catalog/oborudovanie-dlya-manikyura/\\r\\n \\r\\n32 890 ? 32 890 ? \\r\\nOzero Khanka https://beauty-prestige.ru/catalog/oborudovanie-dlya-manikyura/\\r\\n \\r\\nНабор насадок для проведения процедуры микродермообразия https://beauty-prestige.ru/catalog/massazhnoe-oborudovanie/\\r\\n  Подходит для любого вакуумного аппарата https://beauty-prestige.ru/catalog/kosmetologicheskoe-oborudovanie/\\r\\n \\r\\nСтоимость косметологического оборудования зависит от многих факторов, среди которых немаловажное значение имеет производитель, функциональные возможности аппарата и его комплектация https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n  Важным условием успешного использования косметологических приборов является умение специалистов с ними работать, поэтому Компания СмартБай предлагает курсы по аппаратной косметологии всем специалистам https://beauty-prestige.ru/catalog/oborudovanie-dlya-pedikyura/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:55:47','2026-01-21 08:55:47','8aa89c2f-e274-4410-b17f-ee467018be96'),
(12857,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwinzem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Каким стандартам соответствует наше производство? \\r\\nБлины с курицей (210) (упак https://dostafka-obedi.ru/type_menu/salaty/\\r\\n 3шт.) \\r\\nКомпания ФСК «Лидер» выражает огромную благодарность высокопрофессиональной команде компании «Обеды Смайл», в том числе Генеральному директору Смирному Александру Александровичу за превосходную организацию процесса питания сотрудников нашей компании https://dostafka-obedi.ru/type_menu/napitki/\\r\\n  Мы сотрудничаем уже более 3-х лет, и на протяжении этого немалого срока ни разу не разочаровались в качестве предоставляемых услуг! Спасибо за заботливое обслуживание и вкуснейшую еду! Надеемся на долгосрочное продолжение сотрудничества! \\r\\nЭтапы заказа и условия доставки https://dostafka-obedi.ru/reviews/\\r\\n \\r\\nЕжедневно наличными курьеру https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\r\\n \\r\\nСалат греческий https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:56:05','2026-01-21 08:56:05','ccf66d59-2abf-4e32-9c2f-bfb820bef14c'),
(12858,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidarrom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бренд GARCIA CAMARA Модель CG100 Номинальная мощность 100 https://first-industrial.ru/catalog/chiller/chiller-ballu-machine-bmca-midi-180\\r\\n 16 кВт https://first-industrial.ru/catalog/chiller/chiller-bom-14-kvt\\r\\n \\r\\nЦена по запросу https://first-industrial.ru/catalog/gidromoduli/gidromodul-2nm-40-16b-b\\r\\n \\r\\nМенеджер нашей компании перезвонит вам в течение нескольких минут для согласования условий сотрудничества https://first-industrial.ru/catalog/chiller/chiller-climacore-wda-ev-060\\r\\n  Он проконсультирует вас по техническим характеристикам конденсаторов для холодильника, стоимости изготовления оборудования на заказ и его доставки в ваш город https://first-industrial.ru/catalog/freon/023-freon-r23-hladon-r23\\r\\n \\r\\nМы предлагаем качественные и надежные конденсаторы воздушного охлаждения от китайской компании «Кайдели» https://first-industrial.ru/catalog/chiller/chiller-climacore-lsa-06\\r\\n  Вы можете быстро выбрать теплообменное фреоновое оборудование различной мощности по каталогу и купить его в Москве по выгодной цене https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcheby-122\\r\\n \\r\\nэлектрический двигатель; вентилятор; тепловой обменник https://first-industrial.ru/portfolio/zao-priss\\r\\n \\r\\nЗадайте вопрос прямо сейчас: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:56:59','2026-01-21 08:56:59','4c84c1de-0747-4638-a8e5-7851b1e06cab'),
(12859,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryDog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"г https://maze.tattoo/catalog/ch/tsezar/\\r\\n  Москва, 20 мая 2025 https://maze.tattoo/catalog/p/\\r\\n \\r\\nГлавные кинособытия месяца в Москве https://maze.tattoo/catalog/\\r\\n \\r\\nОпыт работы: с 2009 года https://maze.tattoo/catalog/g/grud/\\r\\n \\r\\n100% обезболивание https://maze.tattoo/catalog/l/lotos/\\r\\n \\r\\nНаши отличия https://maze.tattoo/catalog/p/pauk/\\r\\n \\r\\nТолько мастера с художественным образованием - эскиз любой сложности https://maze.tattoo/catalog/y/ukazatel_puti/\\r\\n  Сделать татуировку вы сможете в этот же или в другой день https://maze.tattoo/catalog/d/dinozavry/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:57:50','2026-01-21 08:57:50','a8a06bd6-64aa-4d10-84cb-50f3076dc104'),
(12860,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"VincentVet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Автосервис Шина-33 в Москве https://dialdrive.ru/katalizator\\r\\n \\r\\nАвтосервис в Москве https://dialdrive.ru/dvs\\r\\n \\r\\n29 лет, опыт 11 лет https://dialdrive.ru/katalizator\\r\\n \\r\\nРемонт авто 48000 руб https://dialdrive.ru/dvs\\r\\n  Кузовной ремонт авто 30000 руб https://dialdrive.ru/\\r\\n  Ремонт порога автомобиля 3500 руб https://dialdrive.ru/dvs\\r\\n \\r\\nНазвание Стоимость Замена сцепления (комплект) от 18000 Прокачка контура сцепления от 2400 Замена главного циллиндра сцепления от 3000 Замена рабочего циллиндра сцепления от 3000 Сборка/разборка АКПП (МКПП) легкового моноприводного а/м от 9000 С/у АКПП(МКПП) полноприводного а/м от 15000 Сборка/разборка АКПП (МКПП) полноприводного а/м от 15000 С/у АКПП(МКПП) легкового моноприводного а/м от 18000 https://dialdrive.ru/dvs\\r\\n \\r\\nКонтакты и соцсети подтверждены https://dialdrive.ru/dvs\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@grandeprairiecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:58:54','2026-01-21 08:58:54','c484cff6-954b-48ee-9569-6a9c9e61cd8f'),
(12861,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EmanuelZek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выполняя капитальный ремонт двигателя самостоятельно, водитель должен рассчитывать свои силы, так как ремонт ДВС  дело непростое, требует определенных знаний, слесарных навыков, внимательности и аккуратности http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n  В каждой модели двигателя есть свои конструктивные особенности, и при ремонте силового агрегата их необходимо учитывать http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n \\r\\nПомимо этих, существует еще много других, указывающих на необходимость немедленного прохождения диагностики http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  Это же касается пробега, когда есть необходимость произвести капитальный ремонт мотора форд транзит через определенное количество пройденных километров http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n \\r\\nЕсли говорить о БЦ, тогда ремонт блока цилиндров может предполагать его расточку и для последующей установки новых ремонтных  и , шатунов и т http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n д http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  Также может быть применен вариант гильзовки блока цилиндров http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  Если в блоке были трещины, тогда их ремонтируют, восстанавливают постель  в случае износа, меняют вкладыши, производят выравнивание привалочных плоскостей http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  Параллельно с этим осуществляется ремонт или замена коленчатого вала двигателя http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n \\r\\nПеред тем как устанавливать новый масляный насос водители обычно тщательно очищают место его посадки от грязи http://dmalmotors.ru/\\r\\n  Да и стыки шлангов не помешает протереть чистой тканью, так как именно на стыках шланга и штуцера обычно скапливается самое большое количество пыли вперемешку с маслом http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  Из-за грязи в ближайшем будущем могут возникнуть проблемы, так как жидкость в системе смазки всегда должна быть чистой http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n \\r\\nВставляем шатун с поршнем через гильзу цилиндра сверху, зажав предварительно кольца оправкой, и незабываем при этом о направлении поршня http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n  После того как оправка подошла к верхней кромке цилиндра, несильным, но резким ударом по поршню, здесь необходимо использовать деревянную проставку, осаживаем поршень в гильзу цилиндра http://dmalmotors.ru/remont-starterov.html\\r\\n  Удары ни в коем случае не должны быть сильными, чтобы не повредить кольца http://dmalmotors.ru/remont-avtoelektriki.html\\r\\n  Если оправка прижата плотно и равномерно поршень легко входит в цилиндр http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n \\r\\nВашему вниманию представлен перечень работ, которые проводятся при стандартном капитальном ремонте двигателя http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  В среднем срок проведения ремонта составляет 5-7 рабочих дней http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@grandeprairiecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:58:54','2026-01-21 08:58:54','535bcca8-e789-425d-a00d-0f009f79a286'),
(12862,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidgep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Аксессуары для мебели тоже не обходятся без отделки их кожей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d2.html\\r\\n    или шкафа, абажуры для настольных ламп и светильников на потолке, пепельницы, дверные ручки - все это также может быть отделано кожей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=10\\r\\n    \\r\\nВ Гонконге сотни работников медицины, в том числе медсестры и врачи, начали в понедельник забастовку https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p25.html\\r\\n   По информации от местных СМИ, медики требуют, чтобы власти полностью закрыли границу с материковым Китаем, что предотвратит эпидемию короонавируса в регионе https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-33.html\\r\\n \\r\\nКультурная революция в Китае вовсе не завершилась, она все еще продолжается, но на китайских дорогах https://www.legnostyle.ru/catalog/mebel/domasnii-kabinet-kb-2.html\\r\\n   Произошло обострение классовой ненависти велосипедистов и пешеходов к передвигающимся на \\r\\nИнициатором протеста стало новое профсоюзное объединение медицинских работников https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-35.html\\r\\n   По мнению активистов, больницы Гонконга  Опубликовано 04/02/2020 - 15:45 \\r\\nКроме того, мебель от лидирующих производителей отличается дополнительной отделкой с применением натурального сусального золота (24К) https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=16\\r\\n   Эстетику внешнего вида в основном задают изящные элементы, характерные для французского и итальянского стиля https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=9\\r\\n \\r\\nВы приобрели себе долгожданное жилье и сделали в нем ремонт https://www.legnostyle.ru/zhurnalnyi_stol.html\\r\\n   Все уже готово к заселению осталось дело за малым, подобрать мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p9.html\\r\\n   Большинство людей предпочитают эксклюзивную, элитную мебель, сделанную непосредственно на заказ под ваше конкретное помещение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaya-dver-d33.html\\r\\n   Такой индивидуальный подход дает возможность не только оформить свое жилье элитной мебелью, но и создать свой уникальный текстиль любой комнаты https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-6.html\\r\\n   Для этого лучше всего обратиться к профессионалам, которые на протяжении полувека занимают лидирующие позиции в сфере мебельного производства и являются своего рода законодателями дизайнерской моды мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d48.html\\r\\n   Все это принадлежит итальянским мастерам мебельного производства https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d51.html\\r\\n  В настоящие время существует более пятисот различных итальянских компаний, которые занимаются производством, поставками и продажами элитной мебели https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-2.html\\r\\n   В интернете вы легко сможете не только найти любую интересующую вас компанию но и ознакомиться с полным перечнем всей продукции, сделать свой заказ, проконсультироваться со специалистами сайта и даже заказать индивидуальный проект https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d24.html\\r\\n   Итальянская продукция придает вашему помещению комфорта изысканности и оригинальности https://www.legnostyle.ru/catalog/mebel/tualetnii-stolik-model-s-6.html\\r\\n   Любой ваш гость сможет по достоинству оценить красоту и уникальность вашего дизайна https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=22\\r\\n   Итальянские мастера используют для своих работ только высококачественные дорогие материалы https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-2.html\\r\\n   Редкие породы древесины, драгоценные металлы и камни, шикарная и уникальная роспись, и резьба по дереву придает любой индивидуальной мебели просто потрясающий вид https://www.legnostyle.ru/catalog/kuhni/kuhna-15.html\\r\\n   Большинство итальянской продукции является уникальной в своем роде, так как весь процесс изготовления проходит вручную специалистами компании https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/peregorodka-model-a-26.html\\r\\n  Именно поэтому итальянская мебель стоит та дорого, и не каждый человек может себе позволить приобретении элитной мебели от итальянских производителей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p9.html\\r\\n   И среди этого множества итальянских компаний, существуют и те фирмы, которые производят не только элитную мебель, но и мебель эконом класса https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-15.html\\r\\n   Так что если вы хотите приобрести для себя итальянскую мебель, но на дорогостоящую нет средств, воспользовавшись интернетом, вы сможете найти итальянскую компанию, которая удовлетворит вас по соотношению цены и качества https://www.legnostyle.ru/catalog/kuhni/\\r\\n   Для этого достаточно посетить любой сайт, который является партнером итальянских компаний https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/?PAGEN_1=6\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 08:59:08','2026-01-21 08:59:08','39b56047-bd34-4b0f-9d01-e475f76d4c20'),
(12863,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianCoacy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы использовать все функции для бизнеса, понадобится кабинет на сайте https://keycargo.ru/kontakty/\\r\\n  Создайте его, и можно начать заказывать доставки https://keycargo.ru/o-kompanii/\\r\\n  Есть сомнения? У кабинета для бизнеса есть бесплатный деморежим — в нём можно изучить возможности сервиса без регистрации https://keycargo.ru/\\r\\n \\r\\nТип кузова: \\r\\nфурами — весь транспорт в исправном состоянии; в любые, в том числе отдаленные, регионы РФ — недорогие грузоперевозки по России возможны за счет рациональной консолидации с филиалами https://keycargo.ru/o-kompanii/\\r\\n  Доставка за пределами терминалов осуществляется с помощью «Службы универсальной доставки»; круглосуточно — большой автомобильный парк и оптимальная штатная численность позволяют организовать непрерывный режим работы https://keycargo.ru/partneram/\\r\\n \\r\\nСкачать бланк заявки: \\r\\nПеревозка грузов до 10 тонн от 18 руб/км https://keycargo.ru/kontakty/\\r\\n \\r\\nНаши услуги включают в себя погрузку-разгрузку, упаковку и страхование груза, гарантируя сохранность любых отправлений https://keycargo.ru/tarify/\\r\\n  Перевозка грузов по России с Возовоз – это надежность и высокая скорость доставки https://keycargo.ru/kontakty/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:00:17','2026-01-21 09:00:17','731c27f1-c2ff-4a52-9f5d-a305ae0c5c8e'),
(12864,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenAlore\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В этой статье Вы узнаете, что такое толщиномер ЛКП и для чего он нужен https://www.ndt-club.com/product-972-akkymylyator-klp605590.htm\\r\\n  Вы сможете легко определить, была ли машина в ремонте или нет https://www.ndt-club.com/product-703-inatest-d-dinamicheskii-tverdomer.htm\\r\\n  Для успешной проверки лакокрасочного покрытия автомобиля Вам необходимо приобрести прибор модели ЕТ компании Евротрейд https://www.ndt-club.com/product-260-positector-200-tolshinomer-pokritii-defelsko.htm\\r\\n  Купив такой прибор, Вы сможете удостовериться, попадали ли машина в аварию или нет https://www.ndt-club.com/product-979-avm-yf-40p-yltrafioletovaya-lampa.htm\\r\\n \\r\\n\\r\\nУниверсальный прибор T-GAGE IV DL, оснащенный сильнодемпфированным раздельно-совмещенным преобразователем, позволяющий проводить измерения толщины материалов, находящихся под защитным покрытием https://www.ndt-club.com/product-858-karat-rts-3643d-kompleks-cifrovoi-radiografii.htm\\r\\n \\r\\nНа третьем месте расположился ETARI ET-444, с автоматическим режимом калибровки https://www.ndt-club.com/product-947-st-220-shtativ-dlya-namagnichivaniya-detalei.htm\\r\\n  Управление всеми настройками этого устройства происходит с помощью трёх кнопок, расположенных на корпусе, около экрана https://www.ndt-club.com/product-15-a1040-mira-yltrazvykovoi-tomograf-dlya-kontrolya-betona.htm\\r\\n  Прибор работает на любом металле, выполняя замеры полностью автоматически, моментально выводя результаты в микронах или микродюймах https://www.ndt-club.com/product-986-avm-kn-123-noj-adgezimetr.htm\\r\\n  Благодаря встроенной подсветке, толщиномер можно использовать даже при плохой освещённости https://www.ndt-club.com/product-257-rentgenozashitnaya-kamera-krz-penal-1200h400h400.htm\\r\\n  А встроенная функция автоотключения, сможет выручить, если вдруг Вы забудете отключить устройство, и можно не переживать о разряде батареи, ведь он сам автоматически выключится https://www.ndt-club.com/product-967-liniya-zaderjki-smennaya-klxx-12.htm\\r\\n  Эта модель может порадовать своей компактностью и конечно высоким качеством измерений https://www.ndt-club.com/news-10.htm\\r\\n \\r\\nНе стоит покупать дешевые варианты тестера https://www.ndt-club.com/produkcija-224-dozimetri.htm\\r\\n  Они не имеют правильного диапазона настроек https://www.ndt-club.com/product-975-avm-yf-45k-yltrafioletovii-fonar.htm\\r\\n  И как результат на различных автомобилях могут давать ошибочные результаты, поскольку настроены на определенную толщину лакокрасочного покрытия https://www.ndt-club.com/product-570-metolab-502-stacionarnii-tverdomer-po-mikro-vikkersy.htm\\r\\n  Дополнительные советы по использованию толщиномера: \\r\\n• скважинные приборы для работы на каротажном кабеле (дефектоскоп-толщиномер магнитоимпульсный кабельный МИД-НМ-К, манометр кабельный с переключаемой жилой МКПЖ  https://www.ndt-club.com/product-437-nasadka-z-359-k-tverdomery-tkm-359m-tkm359s.htm\\r\\n  https://www.ndt-club.com/product-129-apk-mars-nord.htm\\r\\n  https://www.ndt-club.com/product-976-blok-pitaniya-15v-220v.htm\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@grandeprairiecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:02:20','2026-01-21 09:02:20','24224ffe-7acf-45b0-8593-8d3651a60e8a'),
(12865,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryskife\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Хотите быть в курсе всего самого интересного в городе? Подписывайтесь на нас в Telegram в Москве  https://maze.tattoo/catalog/l/lyagushki/\\r\\n  Рекомендации от KudaGo, планы на выходные, интересные события, места и подборки — читайте нас там, где вам удобно https://maze.tattoo/catalog/n/\\r\\n \\r\\nСкидка 20% на день рождения https://maze.tattoo/catalog/d/dinozavry/\\r\\n \\r\\nВиды пирсинга лица и тела в тату салоне «Классик»: \\r\\nСтоимость услуги зависит от целого ряда факторов: сложности татуировки, размера изображения, скорости работы мастера, времени, потраченного на выполнение заказа https://maze.tattoo/catalog/v/vesi/\\r\\n \\r\\nУважение к каждому клиенту — вне зависимости от пола, возраста и стиля https://maze.tattoo/catalog/r/rukava/\\r\\n \\r\\nСтудия художественной татуировки в центре Москвы воплощает любые фантазии в реальность https://maze.tattoo/catalog/m/mech/\\r\\n  Это арт-бутик с творческой атмосферой https://maze.tattoo/catalog/g/grud/\\r\\n  Здесь работают влюблённые в своё дело профессиональные художники, у многих за плечами более двадцати лет работы в тату-индустрии https://maze.tattoo/catalog/g/geysha/\\r\\n  Мастера нарисуют эксклюзивный эскиз по идее клиента, а при необходимости помогут с выбором сюжета https://maze.tattoo/catalog/p/paporotnik/\\r\\n  Можно принести с собой готовый эскиз, и тату набьют по нему https://maze.tattoo/catalog/n/\\r\\n  Первичная консультация и подготовка эскиза бесплатны https://maze.tattoo/catalog/k/krylya/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:02:38','2026-01-21 09:02:38','d2a5a601-5728-49b6-b26e-7d3655660e21'),
(12866,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrymal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Понравились наши работы? \\r\\nГде искать, если хочется чего-то настоящего https://maze.tattoo/catalog/b/belki/\\r\\n \\r\\nНесмотря на то, что процедура довольно проста, доверить ее лучше профессионалам, ведь даже незначительный прокол, сделанный не по правилам, способен привести к катастрофическим последствиям https://maze.tattoo/catalog/l/lyagushki/\\r\\n  Наш мастер аккуратно выполнит прокол и вставит в него выбранное клиентом украшение https://maze.tattoo/catalog/p/palm/\\r\\n  Затем он обработает область специальными средствами, чтобы гарантировать максимально быстрое заживление https://maze.tattoo/catalog/l/lyagushki/\\r\\n \\r\\nКонцерт на лодке, спектакли на рынке и биеннале в квартирах: чем запомнился 15-й Выкса?фестиваль https://maze.tattoo/catalog/c/sobaka/\\r\\n \\r\\n? 90972 https://maze.tattoo/catalog/ts/\\r\\n \\r\\n? Опубликовано 5 марта 2019 17:47 ID10240 https://maze.tattoo/catalog/v/voin/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:02:50','2026-01-21 09:02:50','df8cc597-022b-4d25-891f-92f23ab18bce'),
(12867,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyExhax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"3-е место по SEO https://proffseo.ru/\\r\\n \\r\\nПри определении региона поисковые системы в первую очередь учитывают информацию в разделе «Контакты» на сайте компании, и данные, указанные в справочниках Яндекс и Google https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Проверить, к какому региону привязан ваш сайт, можно с помощью сервиса Яндекс https://proffseo.ru/privacy\\r\\n Вебмастер https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Для этого следует зарегистрироваться в сервисе и зайти в раздел «Информация о сайте», страница «Региональность» https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Здесь будут указаны страна, область и город привязки ресурса https://proffseo.ru/kontakty\\r\\n \\r\\nПрозрачная работа https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nРезультаты: \\r\\nА для начала рассмотрим 2 вида поисковых запросов: \\r\\nМинимальная цена продвижения сайтов по России у нас – от 30 000 руб./мес https://proffseo.ru/\\r\\n  Конечная стоимость услуг согласовывается индивидуально - под ваши условия и пожелания https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:05:13','2026-01-21 09:05:13','96b3e901-1452-463e-8f36-4858eb3da742'),
(12868,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site completecarewall.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:06:41','2026-01-21 09:06:41','76879027-f5d3-4668-82ab-ecb809e6f929'),
(12869,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelEmpig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Отзывы клиентов https://shcherbinins.ru/uslugy\\r\\n \\r\\nПриготовления https://shcherbinins.ru/contacts\\r\\n \\r\\nСоздать изысканные закуски https://shcherbinins.ru/aboutus\\r\\n  Приготовить основные блюда на любой вкус https://shcherbinins.ru/contacts\\r\\n  Удовлетворить гастрономические предпочтения каждого гостя https://shcherbinins.ru/contacts\\r\\n  Разработать индивидуальное кейтеринг-меню, учитывающее все ваши пожелания https://shcherbinins.ru/menu\\r\\n \\r\\nЗаказывали фуршет на свадьбу в Мосфуршет https://shcherbinins.ru/menu\\r\\n \\r\\nДля данного мероприятия перед нами стояла задача разработать Скандинавское меню https://shcherbinins.ru/aboutus\\r\\n  Необходимо было выдержать тематику этого события, предложить актуальные блюда и красиво визуально преподнести гостям https://shcherbinins.ru/contacts\\r\\n \\r\\n1 Выберите понравившееся блюдо и положите его в корзину https://shcherbinins.ru/menu\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:07:08','2026-01-21 09:07:08','22cb89fc-6d0a-4198-8ce1-6719d8531de6'),
(12870,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelEmpig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Услуги службы кейтеринга «Мосфуршет» \\r\\nСтать корпоративным клиентом https://shcherbinins.ru/aboutus\\r\\n \\r\\n666 руб./чел https://shcherbinins.ru/contacts\\r\\n \\r\\n1 375 руб./чел https://shcherbinins.ru/uslugy\\r\\n \\r\\nАндрей 8 мая 2025 https://shcherbinins.ru/menu\\r\\n \\r\\nКейтеринг - это https://shcherbinins.ru/menu\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:07:09','2026-01-21 09:07:09','837016df-4131-4490-aa22-82bd4ed01763'),
(12871,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelEmpig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сытное фуршетное меню с бургерами на 55-60 персон https://shcherbinins.ru/\\r\\n \\r\\nCaterMe предлагает ряд преимуществ, делающих процесс выбора и заказа кейтеринга легким и удобным: \\r\\nУже год работаю с Мосфуршет и не могу нарадоваться! Детские праздники - это целая наука, а их закуски - просто находка https://shcherbinins.ru/aboutus\\r\\n  Всегда делают разнообразное меню и для детей, и для взрослых https://shcherbinins.ru/aboutus\\r\\n  Родители довольны, дети в восторге https://shcherbinins.ru/contacts\\r\\n  Надежный партнер для моего бизнеса, рекомендую! \\r\\nКейтеринг по Москве подобранный на нашем портале поможет вам провести замечательный банкет, фуршет, кофе-брейк или candy-бар, не тратя на подготовку свое время и силы https://shcherbinins.ru/aboutus\\r\\n  Этот формат удобен и для организации корпоративного питания https://shcherbinins.ru/uslugy\\r\\n \\r\\nВкус блюд во многом зависит от качества и свежести продуктов, поэтому мы тщательно отбираем поставщиков, не делаем закупки заранее и готовим еду перед мероприятием https://shcherbinins.ru/menu\\r\\n \\r\\nКачество блюд https://shcherbinins.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:07:20','2026-01-21 09:07:20','484db8f4-6a11-46aa-ac3e-3cffce1db2eb'),
(12872,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emma B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"emma.digitalhub56@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI hope you’re having a great week.\\r\\n\\r\\nI wanted to explore a potential SEO collaboration. I can offer links to ccparkplace.com from 5 well-maintained local business websites (DR30+), with no fees involved. In exchange, I’d appreciate links to 5 different of my client sites from your side — a balanced, mutually SEO beneficial arrangement to boost your website ranking on Google.\\r\\n\\r\\nIf this is something you’d consider, I’d be glad to share the site list for your review.\\r\\n\\r\\nKind regards,\\r\\nEmma\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:07:32','2026-01-21 09:07:32','a0bc3220-9777-4894-b97a-5d12a7bbfc27'),
(12873,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emma B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"emma.digitalhub56@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nHope all is well. \\r\\n\\r\\nLong story short... I can link to your site ccsummitridge.com from 5x legit local business websites (>DR30) — all FOC, no money involved. In return, you’d link to 5 different of my client sites from your end for a mutual SEO boost.\\r\\n\\r\\nInterested? I can send you the site list to choose.\\r\\n\\r\\nCheers,\\r\\nEmma\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:09:24','2026-01-21 09:09:24','073d6462-4e7b-47d7-81a0-7995288ee2cc'),
(12874,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreystone\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Каталог продукции Генераторы СУРГИТРОН Генератор радиоволновой 4,0 МГц  (США) Расходные материалы к эвакуаторам дыма Гинекология Дерматология Косметология ЛОР Офтальмология Пластическая хирургия https://ellman.ru/catalog\\r\\n \\r\\nУважаемые коллеги! Представляем вам даты курсов по Эстетической гинекологии на 2022 год: 14-17 февраля 14-17 июня 07-10 ноября Куратор курса: заведующая отделением эстетической гинекологии и реабилитации ФГБУ  профессор Аполихина И https://ellman.ru/diamond\\r\\n А https://ellman.ru/scalpel\\r\\n  По всем https://ellman.ru/plates\\r\\n  читать далее https://ellman.ru/accessories\\r\\n \\r\\nКоллеги, мы занимаемся поставкой и реализацией только оригинального высоконадежного оборудования производства США https://ellman.ru/triangular\\r\\n  Если Вы желаете приобрести новый, настоящий, “тот самый” Сургитрон — мы с удовольствием поставим оборудование, которое Вам необходимо https://ellman.ru/\\r\\n \\r\\nЭлектроды PelleFirm™ в кратчайшие сроки подтягивают кожу, делают её более ровной и гладкой, моделируют силуэт https://ellman.ru/round\\r\\n  Эффективность технологии доказана клиническими исследованиями https://ellman.ru/needle\\r\\n \\r\\nАвторский вебинар доктора Надежды Степановны Зверевой: “Удаление новообразований в генитальной области https://ellman.ru/scalpel\\r\\n  Неоспоримые преимущества аппарата Сургитрон” https://ellman.ru/plates\\r\\n \\r\\nГенератор позволяет врачу-хирургу виртуозно выполнять точные, атравматичные разрезы кожи и тканей при температуре от 38° до 80° С с абсолютной безопасностью для себя и пациента, обеспечивая великолепный результат https://ellman.ru/catalog\\r\\n  Модель  при мощности в 90 Вт, способен генерировать и поддерживать непрерывно частоту 4,0 МГц, в нем также предусмотрена возможность параллельного включения биполярного пинцета (без отключения основного электрода) https://ellman.ru/accessories\\r\\n  В режиме биполярной коагуляции аппарат генерирует волну 1,7 МГц, усиливающую коагуляционный эффект https://ellman.ru/ball\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:10:17','2026-01-21 09:10:17','ed0077fd-4099-4fa2-9156-7a0c1e58227d'),
(12875,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeGok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Zdravo, htio sam znati vašu cijenu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchamiltonplaza.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchamiltonplaza.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:10:54','2026-01-21 09:10:54','e6cedeaf-011d-4d38-90fc-3be4613b159d'),
(12876,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AlyMox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"webmasterandrey777@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<a >Р»СЋР±РёС‚РµР»СЊСЃРєРёР№ С„СѓС‚Р±РѕР» РІ С‚РѕРјСЃРєРµ\\t</a>\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:11:19','2026-01-21 09:11:19','c2401de7-ff1a-4cff-a9b0-d738b5e798cf'),
(12877,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreyTob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Авторский вебинар доктора Надежды Степановны Зверевой: “Удаление новообразований в генитальной области https://ellman.ru/devices\\r\\n  Неоспоримые преимущества аппарата Сургитрон” https://ellman.ru/accessories\\r\\n \\r\\n\\r\\nКомплектация может быть изменена производителем https://ellman.ru/\\r\\n \\r\\nКонтакты https://ellman.ru/scalpel\\r\\n \\r\\nНомер телефона * \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:11:27','2026-01-21 09:11:27','42e096b9-2958-4438-9454-5bf38bc47df6'),
(12878,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ShermanVal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Албес Центр, Торговый дом Адрес: г https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n  Видное, ул https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  Школьная д https://mobelmetall.ru/policy\\r\\n  21, а/я 1120 Тел.: +7 495 995-75-45,741-75-45 https://mobelmetall.ru/aboutus\\r\\n \\r\\nКакие отрасли используют продукцию заводов металлоконструкций? \\r\\nПроизводство и реализация конструкций из металла и бетона ЖБИ https://mobelmetall.ru/ourproduction\\r\\n  Доставка по югу России, ДНР, ЛНР https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\nАЛГА, Производственно-коммерческая фирма Адрес: г https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n  Челябинск, ул https://mobelmetall.ru/contacts\\r\\n  Енисейская, д https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n  41 Тел.: +7 351 259-50-60/51 https://mobelmetall.ru/gibka-metalla\\r\\n \\r\\nООО «Карбофер Метсервис» было основано в 2009 году коллективом единомышленников, стремящихся развивать свой бизнес в качестве активного участника экономического и социального развития Центрально-Черноземного региона https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\nООО Гранд Проджект (ИНСИ) \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:11:36','2026-01-21 09:11:36','047f2d41-e0d7-499f-be38-2c2059cb7ff3'),
(12879,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrytheri\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Предлагаем качественный и безопасный пирсинг пупка, прокол носа, брови, губы или языка, разнообразные проколы ушей, женский интимный пирсинг и другие виды проколов https://maze.tattoo/catalog/ch/cherep/\\r\\n  Зашивание тоннелей, реконструкция мочки после неправильного пирсинга, отопластика https://maze.tattoo/catalog/d/donald-duck/\\r\\n  Установка микродермалов https://maze.tattoo/catalog/t/\\r\\n \\r\\nПарные татуировки https://maze.tattoo/catalog/z/\\r\\n \\r\\nУход за татуировкой https://maze.tattoo/catalog/c/sobaka/\\r\\n \\r\\n4 причины стать клиентом тату студии «Классик» в Москве https://maze.tattoo/catalog/m/mini-tatu/\\r\\n \\r\\nКогда вы вводите в поиске что-то вроде \\\"где поблизости сделать тату\\\", вы, скорее всего, ищете не просто ближайший адрес https://maze.tattoo/catalog/k/kot/\\r\\n  Вы ищете место, где вас поймут https://maze.tattoo/catalog/a/\\r\\n  Где не будут торопить https://maze.tattoo/catalog/i/in-yan/\\r\\n  Где помогут определиться https://maze.tattoo/catalog/r/rukava/\\r\\n  И если вы уже открыли карту и смотрите, какие тату-студии в Москве находятся ближе всего, — \\\"Тату-Мания\\\" точно окажется в числе тех, куда стоит заглянуть https://maze.tattoo/catalog/b/bedro/\\r\\n \\r\\nТАТУИРОВКА Мы сочетаем современные методы татуировки с традиционными! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:12:34','2026-01-21 09:12:34','291188ac-ab95-45ad-8c6c-1cb04403da68'),
(12880,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianWrica\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Перевозка грузов с терморежимом https://keycargo.ru/o-kompanii/\\r\\n \\r\\nЭкспресс - расчёт стоимости доставки Отслеживание / оплата груза https://keycargo.ru/gruzoperevozki/\\r\\n \\r\\nВячеслав Бутаков тел.: +7 (812) 326-80-86 факс: +7 (812) 326-80-81 e-mail: auto@cargo-express https://keycargo.ru/kontakty/\\r\\n ru https://keycargo.ru/\\r\\n \\r\\nКоммерческие грузоперевозки https://keycargo.ru/o-kompanii/\\r\\n \\r\\nКомпания «Возовоз» имеет широкую сеть филиалов - 0 отделений в 79 городах РФ, а также в Беларуси и Казахстане https://keycargo.ru/gruzoperevozki/\\r\\n \\r\\nООО «НОВИК ЛОГИСТИК» \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:13:12','2026-01-21 09:13:12','c3a58475-f88d-45d8-8476-8139954df1ba'),
(12881,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertpak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелаж промышленного оборудования пресс 8 тонн https://drogal.ru/portfolio-items/perevozka-predmetov-iskusstva/\\r\\n \\r\\nТент до 45 м? 55 /км за МКАД 1800 /час Заказать https://drogal.ru/uslugi/upakovka/morskaya-upakovka/\\r\\n \\r\\nДмитрий Архипов Когда потребовалось заказать бригаду такелажников в Москве, я часа три потратил на поиск самого выгодного варианта https://drogal.ru/portfolio-items/takelazhnie-raboti-v-ryazani/\\r\\n  В итоге остановился на «Перевозке Люкс» - устроили расценки и обещанная скорость выполнения заказа https://drogal.ru/uslugi/takelazh/razgruzka-oborudovaniya/\\r\\n  В итоге за услуги такелажных работ заплатил меньше, чем изначально рассчитывал https://drogal.ru/voprosi-otveti/gost-17527-2020/\\r\\n  За такую цену качество на высоте! \\r\\nФура – 20 т, 13 https://drogal.ru/portfolio-items/razgruzka-stanka/\\r\\n 6 м, 90 м? \\r\\nПроверка людей и техники Техника зарегистрирована в Ростехнадзоре и своевременно проходит техосмотры https://drogal.ru/glossary/stoechnii-poddon/\\r\\n \\r\\nБригадир грузчиков https://drogal.ru/uslugi/takelazh/takelazh-poligraficheskogo-oborudovaniya/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:14:27','2026-01-21 09:14:27','7c90aed6-e631-44c4-9c10-1f8a6caf12ba'),
(12882,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidbaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Belief BS-ACС–A3-125 А2 https://first-industrial.ru/catalog/drycooler/drajkuler-thermokey-wl1263-c-d-8-v\\r\\n 9 - конденсатор воздушного охлаждения с установленным вентилятором https://first-industrial.ru/catalog/page/6\\r\\n \\r\\nСкачиваете «бумажную» форму, заполняете ее и направляете нам на e-mail info@c-one https://first-industrial.ru/catalog/chiller/chiller-climacore-lda-120\\r\\n ru Бланк \\\"Заявка на изготовление теплообменника\\\" \\r\\nНаша компания — официальный дилер предлагаемых нами конденсаторов https://first-industrial.ru/articles/chiller-ohlazdenie-vodi-2\\r\\n  У нас есть все подтверждающие это сертификаты и сопроводительная документация к каждой модели охлаждающего устройства https://first-industrial.ru/catalog/kondensator-freonovyj/008-8-kondensator-becool-d8\\r\\n  Также мы предоставляем обязательные гарантии от производителя https://first-industrial.ru/catalog/freon/032-freon-r32-hladon-r32\\r\\n \\r\\nЧтобы купить холодильный воздушный конденсатор в компании ZIP24, свяжитесь с нами по одному из номеров: 7 (495) 589-15-19, +7 (968) 729-29-79 https://first-industrial.ru/portfolio/zao-aist\\r\\n  Также вы можете оставить заявку, заполнив форму обратной связи на сайте или написав нам в WhatsApp +7 (967) 148 92 00 https://first-industrial.ru/catalog/freon/134-freon-134a-hladon-r134\\r\\n \\r\\nНа сегодняшний день рынок холодильного оборудования изобилует разнообразными видами конденсаторов для охлаждающих установок различного назначения https://first-industrial.ru/catalog/chiller/009-0-chiller-vom-9-kvt\\r\\n  Компания ЦЕХ Маркет реализует б/у конденсаторы и комплектующие для холодильных систем https://first-industrial.ru/proizvodstvo-oborudovaniya.html\\r\\n  Мы предлагаем купить качественное оборудование проверенных торговых марок, а также установку, монтаж и обслуживание холодильных установок https://first-industrial.ru/raschet-gradirni.html\\r\\n \\r\\nПо всем вопросам обращайтесь к нам https://first-industrial.ru/catalog/chiller/chiller-climacore-lda-hp-090\\r\\n  Контактные данные указаны на сайте https://first-industrial.ru/catalog/page/12\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:14:48','2026-01-21 09:14:48','000c9179-c5bb-40fa-934e-0c2628a36efc'),
(12883,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwinsat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Картофель, ростбиф (говядина вырезка), шампиньоны, перец болгарский, брокколи, помидоры черри, петрушка, соус (петрушка, масло растительное, соус соевый) Общий вес – 230 г https://dostafka-obedi.ru/\\r\\n \\r\\nЛапша по-восточному (400 мл) (говядина, картофель, лапша, лук, морковь, болгарский перец, томат) Зраза куриная по-московски (130 гр) (куриная котлета, фаршированная луком, морковью, яйцом, сыром) Капуста тушёная (200 гр) Салат Эскада (200 мл) (ветчина, рис, свежий огурчик, сыр, майонез) Шоколадный кекс с изюмом (80 гр) Хлеб белый (1 шт) Хлеб черный (1 шт) Комплект приборов (вилка, нож, ложка, салфетка) \\r\\nПерейдите в \\\"Меню\\\" и выберите в календаре день, в который вам доставят обед https://dostafka-obedi.ru/services/\\r\\n \\r\\nСалат с индейкой и жареной фасолью https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\r\\n \\r\\nВыражаем благодарность за заботу о нашем питании, за ежедневную доставку вкусных горячих обедов! Отдельное спасибо менеджерам и водителям, которые всегда приветливы и пунктуальны https://dostafka-obedi.ru/privacy-policy/\\r\\n \\r\\nООО \\\"Юлмарт РСК\\\" \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:16:10','2026-01-21 09:16:10','612f813a-4209-42f8-a472-f9f6e163077e'),
(12884,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesEmoks\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<td>No direct impact on standard rate.</td>\\r\\n<td>Not applicable, as their list price threshold for this charge is effectively ?0 VED anyway.</td>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:16:42','2026-01-21 09:16:42','3f15d09d-327e-4f70-a78b-2373ae7ee8c8'),
(12885,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AlyEmaiz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"webmasterandrey777@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<a >С„СѓС‚Р±РѕР» РўРѕРјСЃРє\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:17:07','2026-01-21 09:17:07','f20c613a-fcf0-496a-b8c2-909e28791120'),
(12886,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharleskaR\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Аккуратно спилить дерево на участке можно несколькими способами: \\r\\nПредлагаем оперативную валку деревьев, выполняем работы любой степени сложности https://arbvbg.ru/privacypolicy\\r\\n  Компания «Альпконвент» – это: \\r\\nВсе под ключ без дополнительных затрат https://arbvbg.ru/privacypolicy\\r\\n \\r\\nЭтот способ является самым простым и относительно недорогим методом удаления деревьев на участке https://arbvbg.ru/\\r\\n  Применяется, когда рядом отсутствуют строения и коммуникации, а также имеется достаточно пространства для падения дерева https://arbvbg.ru/privacypolicy\\r\\n  Подрезание дерева осуществляется с противоположной стороны его наклона https://arbvbg.ru/\\r\\n  Валка таким способом не требует использования специальной техники https://arbvbg.ru/privacypolicy\\r\\n \\r\\nТехнология спила/удаления дерева или растения зависит от его фактического состояния и места нахождения https://arbvbg.ru/privacypolicy\\r\\n  Если рядом с объектом расположено сооружение или линии электропередач, методика спиливания дерева может сильно отличаться https://arbvbg.ru/privacypolicy\\r\\n  Наиболее распространенные способы: \\r\\nГеография нашего выезда не ограничивается Московской областью, мы с радостью обслуживаем и соседние районы https://arbvbg.ru/\\r\\n  Желание иметь красивы и безопасный для жизни участок становится настоящим трендом https://arbvbg.ru/\\r\\n  Под стремительно растущий спрос на услуги, у нас есть предложения, которое подойдет для клиентов разного уровня жизни и достатка https://arbvbg.ru/privacypolicy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:18:00','2026-01-21 09:18:00','0a84a01c-ec92-4d00-8780-f8779109d1ee'),
(12887,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertPaist\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Xin chào, tôi muốn biết giá của bạn.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:18:05','2026-01-21 09:18:05','70664cf9-88e6-448d-9b16-2340e93bb545'),
(12888,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leekance\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sawubona, bengifuna ukwazi intengo yakho.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:18:52','2026-01-21 09:18:52','c01a28b6-b237-4c9a-87e8-5c6721e4a08b'),
(12889,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MelvinDrona\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Эффективное лечение без госпитализации https://www.angioprof.ru/uslugi-flebologii-i-angiologii/varikoznoe-rasshirenie-ven.html\\r\\n  Полное устранение в день обращения! \\r\\nАккредитация: хирургия, сердечно-сосудистая хирургия, ультразвуковая диагностика https://www.angioprof.ru/uslugi-flebologii-i-angiologii/tromboflebit.html\\r\\n  Стаж работы по специальностям 39 лет https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/mediczinskij-trikotazh/mediczinskie-noski-dlya-diabetikov.html\\r\\n \\r\\n15 000 руб https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/mediczinskij-trikotazh/mediczinskie-noski-dlya-diabetikov.html\\r\\n \\r\\nПлотников Григорий Андреевич https://www.angioprof.ru/akczii-kliniki-flebologii-angioprof/\\r\\n \\r\\nПрофессиональная помощь https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/\\r\\n \\r\\nТяжесть в икроножных мышцах к концу рабочего дня сигнализирует о начальных проявлениях венозной недостаточности https://www.angioprof.ru/uslugi-flebologii-i-angiologii/limfedema.html\\r\\n  Отечность голеней, усиливающаяся в вечернее время, указывает на нарушение венозного оттока https://www.angioprof.ru/diagnostika.html\\r\\n  Появление видимых расширенных вен требует консультации специалиста https://www.angioprof.ru/statya-146.-narushenie-avtorskix-i-smezhnyix-prav.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:19:02','2026-01-21 09:19:02','f2c321ff-b42a-4c09-a7ee-d67a6879a67d'),
(12890,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesSom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"При выезде в Московскую область в пределах малого кольца (бетонки), минимальная стоимость услуг — 6000 руб https://arbvbg.ru/privacypolicy\\r\\n  За пределы малого кольца — 12000 руб https://arbvbg.ru/privacypolicy\\r\\n \\r\\nДостоинства промальпа: \\r\\nВ городе Москва, действует регламент о защите зеленых насаждений https://arbvbg.ru/\\r\\n  Вы не сможете просто так, без основания, спилить дерево даже на собственной территории https://arbvbg.ru/\\r\\n  За правовым исполнением и экологическими нарушениями следит Департамент природопользования https://arbvbg.ru/\\r\\n  Любые действия с зелеными насаждениями(деревья, кустарники) требуют согласования и получения порубочного билета в ДПиООС  https://arbvbg.ru/\\r\\n  Законный спил деревьев в Москве предполагает тесное сотрудничество с Департаментом, и обязательным прохождением всех бюрократических процедур https://arbvbg.ru/privacypolicy\\r\\n  Документы оформляются от лица собственника земли(балансодержателя), на которой растут деревья https://arbvbg.ru/privacypolicy\\r\\n  Подача документов электронная https://arbvbg.ru/privacypolicy\\r\\n  Срок получения услуги до 20 рабочих дней https://arbvbg.ru/\\r\\n \\r\\nПорода растения https://arbvbg.ru/\\r\\n  Размеры растения https://arbvbg.ru/\\r\\n  Физическое состояние https://arbvbg.ru/privacypolicy\\r\\n  Количество и виды работ по валке https://arbvbg.ru/\\r\\n  Количество единиц для санитарного или иного спиливания Как быстро нужно выполнить спил деревьев или кустов в лесу, поселке или деревне https://arbvbg.ru/privacypolicy\\r\\n \\r\\nДля удобной утилизации крупные ветки перерабатываются в мелкую щепу с помощью современных дробилок https://arbvbg.ru/\\r\\n \\r\\nОценка состояния дерева Прежде чем приступить к работе, наши специалисты проведут полную диагностику дерева, чтобы определить наилучший способ его удаления https://arbvbg.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:19:51','2026-01-21 09:19:51','a48fe8c4-2eb8-48f6-8bf5-606d78dd7ef4'),
(12891,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"VincentMeedo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если при проведении работ в силу специфики автомобиля или в силу сложности демонтажа крепежных элементов сложность работ повышается, соответственно стоимость работ также может повышаться https://dialdrive.ru/katalizator\\r\\n  Работы с машинами особых конструкций и индивидуальных комплектаций оцениваются индивидуально https://dialdrive.ru/\\r\\n  Стоимость работ на машины в возрасте старше 12 лет может отличаться от базовых https://dialdrive.ru/\\r\\n \\r\\nНазвание Стоимость Поиск и устранение неисправности в проводке от 3000 Установка сигнализации (комплект) от 8500 Ремонт блока управления от 12000 Замена лампы от 300 Замена лампы со снятием фары от 1500 Компьютерная диагностика от 3000 https://dialdrive.ru/dvs\\r\\n \\r\\nРастонировка стекол может понадобиться, если: \\r\\nРУЛЕВОЕ УПРАВЛЕНИЕ https://dialdrive.ru/dvs\\r\\n \\r\\nКонтакты подтверждены https://dialdrive.ru/katalizator\\r\\n \\r\\nТехническое обслуживание и ремонт автомобиля https://dialdrive.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:20:24','2026-01-21 09:20:24','8ad0351e-9e0e-4eed-a17a-fa7ba892d136'),
(12892,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EmanuelGip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nНесвоевременная замена масла http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n  Если забыть вовремя поменять масло и масляный фильтр, это может привести к увеличению сил трения деталей http://dmalmotors.ru/remont-dvigatelej.html\\r\\n  Кроме того, в таком случае в системе будет образовываться много продуктов износа http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  В результате всего этого двигатель также будет быстрее изнашиваться http://dmalmotors.ru/remont-dvigatelej.html\\r\\n \\r\\n\\r\\nТеперь мы можем установить головку блока цилиндров http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n  Предварительно ставим прокладку http://dmalmotors.ru/remont-starterov.html\\r\\n  На некоторых моделях двигателей, поставив её наоборот, с первого взгляда не заметишь ошибки http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n  Поэтому внимательно следите, затем чтобы отверстие масляного канала в блоке двигателя совпало с отверстием на прокладке, как правило, оно имеет металлическую или резиновую окантовку http://dmalmotors.ru/\\r\\n \\r\\nЧтобы не допустить появление трещин в креплениях головок цилиндра ЕВРО 3 и 740 рекомендуется надежно изолировать отверстия для болтов лучше проследить за герметичностью крепежных отверстий при замене головок блока цилиндра ДВС http://dmalmotors.ru/remont-sistemy-okhlazhdeniya.html\\r\\n \\r\\nДля проведения диагностики работоспособности современного двигателя возможно использование компьютера и специальных предустановленных программ http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  Специалист, по полученным данным, может определить конкретную неисправность http://dmalmotors.ru/diagnostika-inzhektora.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:20:26','2026-01-21 09:20:26','5c29bebd-1a71-486c-9154-5533f463a7ae'),
(12893,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Margaret Julia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vinhgrowth@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VinhGrowth\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi. We run a YouTube growth service, which increases your number of subscribers both safety and practically.\\r\\n\\r\\n- We guarantee to gain you new 300-500 subscribers per month\\r\\n- People subscribe because they are interested in your videos/channel, increasing video likes, comments and interaction.\\r\\n- All actions are made manually by our team. We do not use any bots.\\r\\n\\r\\nThe price is just $60 (USD) per month, and we can start immediately. If you are interested and would like to see some of our previous work, let me know and we can discuss further.\\r\\n\\r\\nKind Regards,\\r\\n\\r\\nTo Unsubscribe, reply with the word unsubscribe in the subject.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:21:55','2026-01-21 09:21:55','bfdf4ed6-7017-43a6-9332-87d56fadc5f0'),
(12894,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alytok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"webmasterandrey777@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<a >С‚РѕРјСЃРє С„СѓС‚Р±РѕР»\\t</a>\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:24:19','2026-01-21 09:24:19','64e92bf3-afc2-4415-8907-440e1066ddf8'),
(12895,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emanuelcum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Низкое качество масло http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n  Масло плохого качества может также приблизить капремонт двигателя http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Использование такого масла приводит к повышенному образованию смолистых отложений http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  В результате этого оно будет плохо проходить или даже вообще не сможет дойти до места назначения http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  Таким образом, образуются заклинивания и задиры, а сам двигатель быстро приходит в негодность http://dmalmotors.ru/\\r\\n \\r\\n\\r\\nВсегда рады видеть Вас в техцентре Бисмарк-Авто, записаться к нам или задать любые интересующие Вас вопросы, можно по тел http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  8(499)394-51-05, 8-926-271-08-30 http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n \\r\\nРазборку электродвигателя следует проводить так, чтоб не разрушить отдельных деталей http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n  Потому при разборке не разрешается использовать очень огромных усилий, резких ударов, воспользоваться зубилами http://dmalmotors.ru/remont-avtoelektriki.html\\r\\n \\r\\nАвтосервис , предлагает ремонт двигателей Ауди в Москве по доступным ценам http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Опытные специалисты осуществляют качественный ремонт как бензиновых, так и дизельных силовых агрегатов http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  Выполняем работы любой сложности: диагностика, техобслуживание, локальный и капитальный ремонт двигателя http://dmalmotors.ru/remont-starterov.html\\r\\n  Автосервис оборудован необходимым современным оборудованием, для проведения диагностики и высокоточных настроек, что существенно ускоряяет процесс работы http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@southpointecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:25:28','2026-01-21 09:25:28','1ab7a6dc-4182-4e11-9350-80f837c7361a'),
(12896,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Vincentrah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В случае и с частным специалистом, и с автосервисом отзывы реальных клиентов – важный показатель, на который стоит ориентироваться https://dialdrive.ru/\\r\\n  Цена в данном случае – не всегда показатель https://dialdrive.ru/katalizator\\r\\n  Она может быть низкой при высоком качестве оказания услуги и наоборот https://dialdrive.ru/\\r\\n \\r\\nВыездной ремонт автомобилей 3000 руб https://dialdrive.ru/dvs\\r\\n \\r\\nЭлектрооборудование https://dialdrive.ru/dvs\\r\\n \\r\\nПримеры работ https://dialdrive.ru/\\r\\n \\r\\nДокументы подтверждены https://dialdrive.ru/\\r\\n \\r\\n39 лет, опыт 17 лет https://dialdrive.ru/dvs\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@southpointecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:25:29','2026-01-21 09:25:29','cbbda9c9-e2ef-4d85-95da-e6f5e64664e0'),
(12897,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldDom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Подарочный сертификат свидетельствует о том, что Предъявитель не обязан при покупке Товара в Месте приобретения Товара вносить в кассу (на счет) Продавца денежные средства в оплату стоимости Товара в части, равной Номиналу подарочного сертификата или в пределах суммы остатка денежных средств на ПС https://kupefurnitur.ru/contact\\r\\n  Подарочный сертификат подтверждает встречное обязательство Продавца принять его у Предъявителя в оплату Товара в Месте приобретения Товара в размере его Номинала, эквивалентного сумме, перечисленной Покупателем Продавцу за такой Подарочный сертификат или в пределах суммы остатка денежных средств на ПС https://kupefurnitur.ru/\\r\\n  Подарочный сертификат подтверждает право Предъявителя на заключение с Продавцом договора розничной купли-продажи Товара путем использования Предъявителем в Месте приобретения Товара Подарочного сертификата определенного Номинала https://kupefurnitur.ru/contact\\r\\n \\r\\nОперативная отгрузка и доставка https://kupefurnitur.ru/contact\\r\\n \\r\\nРазработанный специалистами компании Italiana Ferramenta, сервис поможет вам подобрать необходимый лифт https://kupefurnitur.ru/contact\\r\\n  Сервис отличает простая пошаговая инструкция https://kupefurnitur.ru/contact\\r\\n  После выбора параметров фасада, способа открывания фасада, типа петель, вы получите необходимые артикулы газовых лифтов, а также схемы присадки на фасаде и коробе https://kupefurnitur.ru/price\\r\\n  Сервис доступен как на сайте, так и в мобильном приложении для операционных систем Android, iOS, а также для Windows и MAC https://kupefurnitur.ru/catalog\\r\\n \\r\\n\\r\\n\\r\\n8 https://kupefurnitur.ru/contact\\r\\n 15 https://kupefurnitur.ru/contact\\r\\n  Возврат предоплаты, зачисленной на ЭПС, осуществляется в соответствии с требованиями действующего законодательства Российской Федерации https://kupefurnitur.ru/price\\r\\n  Покупателю рекомендуем сохранить чек покупки подарочного сертификата, для оперативного решения спорных вопросов с Продавцом и установления даты, места и времени покупки подарочного сертификата https://kupefurnitur.ru/onas\\r\\n  Для возврата денежных средств Предъявителю необходимо: - обратиться в магазин торговой сети Интеркомплект и предъявить подарочный сертификат для проверки подлинности и остатка денежных средств на нём (баланса); - написать заявление на возврат денежных средств с указанием банковских реквизитов для выплаты денежных средств в безналичном виде https://kupefurnitur.ru/onas\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:26:22','2026-01-21 09:26:22','86d593d4-4d18-4710-a275-596be9198d2d'),
(12898,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenIcego\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Работает по:   черным металламРабочая температура:   -25°С до +50°СМакс https://www.ndt-club.com/product-743-ema-100-elektromagnit-peremennogo-toka.htm\\r\\n  измерение:   2000 микронШаг измерений:   1 микронПодсветка экрана:   ЕстьДоп https://www.ndt-club.com/product-750-kabel-bnc-lemo00-bnc-bnc-bnc-microdot.htm\\r\\n  функции:   нетПроизводство:   ТайваньГарантия:   1,5 года \\r\\n\\r\\nУльтразвуковой толщиномер TT 320 используется для измерений по стали с температурой поверхности от -10 до 300 градусов по Цельсию https://www.ndt-club.com/product-288-tm-2-tolshinomer-pokritii.htm\\r\\n  Прибор прост и удобен в использовании, оборудован ЖК-экраном с регулируемой интенсивностью подсветки, на котором отображаются текущее и минимальное значение толщины https://www.ndt-club.com/index.php?z=%D2%CA%CC-&pd=5\\r\\n \\r\\nСамо название говорит о том, какой принцип положен в основу работы, и если вы решите, например, использовать ультразвуковой толщиномер, то, соответственно, вы получаете универсальный прибор, работающий не только на металлах, но и на керамических и пластиковых поверхностях https://www.ndt-club.com/product-850-prirometr-infrakrasnii-testo-830-t1.htm\\r\\n  Это дает возможность дополнительной проверки декоративных компонентов машины https://www.ndt-club.com/product-890-razdelno-sovmeshennii-preobrazovatel-d1573-6-0a0d6cl-dlya-tolshinomera-a1207.htm\\r\\n  Цена толщиномера на ультразвуке выше, чем на другие виды, но этот краскомер по праву считается профессиональным https://www.ndt-club.com/produkcija-103-tolshinomeri-pokritii.htm\\r\\n \\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:28:33','2026-01-21 09:28:33','62118508-e8a4-492b-aa65-2ba58226bac3'),
(12899,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldbusly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы дорожим своей репутацией и предлагаем товары, отвечающие самым высоким техническим и эстетическим требованиям https://kupefurnitur.ru/catalog\\r\\n  Каталог компании регулярно пополняется продукцией от новых брендов https://kupefurnitur.ru/onas\\r\\n  Здесь найдется все: от саморезов, уголков и ручек до полноценных систем, сложных механизмов трансформации https://kupefurnitur.ru/\\r\\n  На официальном сайте интернет-магазина фурнитуры для мебели КДМ представлено более 20 товарных групп и свыше 25 000 наименований с фото и подробными характеристиками: \\r\\n2 https://kupefurnitur.ru/onas\\r\\n  Термины и определения https://kupefurnitur.ru/onas\\r\\n \\r\\nНаше предложение https://kupefurnitur.ru/price\\r\\n \\r\\nОфициальный дилер https://kupefurnitur.ru/onas\\r\\n \\r\\nМебельная фурнитура оптом https://kupefurnitur.ru/onas\\r\\n \\r\\n-Доставка в пределах МКАД для ОПТОВЫХ заказов свыше 40000 рублей бесплатная, при доставке за МКАД до 5 км минимальная сумма заказа для бесплатной доставки должна быть 50000 рублей https://kupefurnitur.ru/contact\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:29:08','2026-01-21 09:29:08','fdbb6468-7344-44eb-8e38-ab57d3e98eba'),
(12900,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emanuelmaymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Последующую операцию  введение ротора в расточку статора создают так же, как и при разборке http://dmalmotors.ru/remont-generatorov.html\\r\\n  Потом устанавливают подшипниковые щиты, закрепляя их временно болтами http://dmalmotors.ru/remont-sistemy-okhlazhdeniya.html\\r\\n  При всем этом нужно, чтоб щиты были установлены на свое старенькое место, что инспектируют по совпадению меток, нанесенных на корпусе и щите при разборке http://dmalmotors.ru/\\r\\n \\r\\nДобрый день http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  Сумма работы от 13 http://dmalmotors.ru/remont-dvigatelej.html\\r\\n 500-18 http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n 000 т http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n р http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  Зависит от того нужно будет точить голову или нет http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n  Надо смотреть по факту http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  Взять авто можем 21-22 июля http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n  По времени 1-2 дня, Если с проточкой головы то 2-3- дня http://dmalmotors.ru/remont-generatorov.html\\r\\n  тел 725203 или длинный  Валерий Звоните, сделаем \\r\\nТрудоемкость ремонтных работ зависит от типа двигателя – на грузовиках капремонт занимает больше времени и физических усилий http://dmalmotors.ru/remont-dvigatelej.html\\r\\n  Безусловно, капитальный ремонт ДВС таких грузовых автомобилей, как ГАЗ, КАМАЗ или ЗИЛ продлится дольше, чем капремонт ВАЗ, к тому же для ремонта больших двигателей необходимо соответствующее по площади помещение http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n \\r\\nНа набережночелнинской промышленной площадке расположены литейный и кузнечный заводы, завод двигателей, прессово-рамный завод, автомобильный завод, ремонтно-инструментальный завод, Индустриальный парк  (г http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n  Ставрополь) http://dmalmotors.ru/remont-sistemy-okhlazhdeniya.html\\r\\n \\r\\nЕвро 0: эсиловой агрегат740 http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n 10 ( Камаз 5410, 54112, 5320, 55102, 5511) Мощность составляет 210 л http://dmalmotors.ru/remont-generatorov.html\\r\\n с http://dmalmotors.ru/remont-generatorov.html\\r\\n  Самый большой минус этого двигателя в том, что он не отвечает экологическим двигатель камаза своими руками евро стандартам http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n  Силовой агрегат позволяет  массой 16,2 т взять на буксир прицеп, массой 11,5 тонн http://dmalmotors.ru/remont-starterov.html\\r\\n \\r\\nРемонт дизелей форд транзит требует определенных навыков и специализированного оборудования http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Полноценно выполнить такую работу не под силу обычному автолюбителю или простенькой гаражной мастерской http://dmalmotors.ru/diagnostika-inzhektora.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:29:44','2026-01-21 09:29:44','8ad2f648-dc75-4e21-9c45-71df5ec8168e'),
(12901,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"VincentTrody\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Документы подтверждены https://dialdrive.ru/dvs\\r\\n \\r\\nОчень рад, что мой автомобиль попал в руки Александру https://dialdrive.ru/katalizator\\r\\n  Работа выполнена хорошо, я полностью доволен https://dialdrive.ru/\\r\\n  Даже более чем https://dialdrive.ru/dvs\\r\\n  Если понадобится ещё подобный ремонт, то обязательно обращусь и порекомендую https://dialdrive.ru/dvs\\r\\n \\r\\nКонтакты подтверждены https://dialdrive.ru/katalizator\\r\\n \\r\\nОСМОТР ХОДОВОЙ ЧАСТИ https://dialdrive.ru/\\r\\n \\r\\nЦены выполненных работ https://dialdrive.ru/\\r\\n \\r\\nНаименование услуг цена руб Не работает Навител от 1000 Перерегистрация ПО на новый носитель SD от 1800 Установка охранно-поисковых GPS/GSM от 2000 Установка штатного головного устройства от 3000 Установка сигнализации от 5000 Установка сигнализации с автозапуском от 8000 Установка зеркала с монитором от 1000 Установка парктроника от 3500 Установка штатной камеры заднего вида от 3500 Установка камеры переднего вида от 5000 Полный список сигнализиционных оборудований Шумоизоляция автомобиля в Москве Цены установки камер переднего и заднего вида на авто https://dialdrive.ru/katalizator\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:29:45','2026-01-21 09:29:45','a38036ff-267f-4be8-8016-2a5cbee40c36'),
(12902,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site completecareberkshire.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:31:24','2026-01-21 09:31:24','e40f6e3a-a067-4350-9c49-db30949ed930'),
(12903,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesoxype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<td>Petrol/Diesel: Standard rate. Alternative fuel (e.g., hybrid): Slightly lower standard rate.</td>\\r\\n<h2>Understanding Vehicle Tax Basics for Your New Acquisition</h2>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:33:36','2026-01-21 09:33:36','3f086109-5419-40bc-9030-58c951b904b1'),
(12904,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryDog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Faux Pas 18+ \\r\\nПочему выбирают нас: \\r\\nс 2009 года https://maze.tattoo/catalog/с/scorpion/\\r\\n \\r\\nМы не ограничиваемся только татуировками https://maze.tattoo/catalog/с/spina/\\r\\n  Наша студия татуировки и пирсинга — это пространство, где тело становится способом самовыражения https://maze.tattoo/catalog/a/angels/\\r\\n  Пирсинг — это не просто украшение, а часть визуального языка, который говорит о вас больше, чем слова https://maze.tattoo/catalog/m/mini-tatu/\\r\\n \\r\\nСтудия тату на Арбате 10 600 ? \\r\\nИ это ещё не всё https://maze.tattoo/catalog/p/palm/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:34:16','2026-01-21 09:34:16','ab5bac82-d5e2-48de-a80c-c5fb44b34081'),
(12905,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenKat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nЭтот прибор необходим при покупке автомобиля даже в автосалоне https://www.ndt-club.com/product-29-ivn-3003-versiya-2-0-izmeritel-vlajnosti-nefteprodyktov.htm\\r\\n  Если вы еще не слышали рассказов о царапинах, вмятинах, которые возникают при транспортировке, разгрузке и погрузке автомобилей на трейлер, то поверьте, они случаются https://www.ndt-club.com/proizvoditeli-7-mashproekt.htm\\r\\n  Как правило, в таких случаях производится быстрый косметический ремонт в сервисном центре и автомобиль отправляется в продажу https://www.ndt-club.com/product-257-rentgenozashitnaya-kamera-krz-penal-1200h400h400.htm\\r\\n \\r\\n\\r\\n\\r\\nРаботает по:   черным и цветным металламРабочая температура:   -40°С до +50°СМакс https://www.ndt-club.com/product-877-standartnie-steklyannie-plastini-dlya-ispitanii.htm\\r\\n  измерение:   2000 микронШаг измерений:   0,1 микронПодсветка экрана:   ЕстьДоп https://www.ndt-club.com/fotogalereya-17.htm\\r\\n  функции:   датчик оцинковкиПроизводство:   КитайГарантия:   1 год \\r\\nВоздействие температуры материала: на толщину материала и скорость распространения ультразвуковых волн оказывает влияние температура https://www.ndt-club.com/product-686-yd2-70-yltrazvykovoi-defektoskop.htm\\r\\n  Для достижения высокой точности измерений отдельно измерьте толщину образцов одного материала при одинаковых температурных условиях, затем вычислите погрешность измерений, вызванную температурой, и компенсируйте ее с помощью параметров https://www.ndt-club.com/produkcija-222-luksmetri.htm\\r\\n  В случае стали высокие температуры приводят к высокой погрешности (измеренные значения ниже фактических данных), и для ее компенсации также следует использовать данный метод https://www.ndt-club.com/uslugi.htm\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@southpointecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:34:16','2026-01-21 09:34:16','5a84c90c-876d-4964-94c2-04ce17d43682'),
(12906,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RZoTGKsrDpKLBIcBlsUnbIms\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"t.a.yij.iv.e.zaru.76@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"dVOilvtIMpPkcAQhdzbUC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"HbPxmZXjEUpcHKzFaiXM\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:35:05','2026-01-21 09:35:05','75d13c66-717f-462e-b51f-6155a70a64ba'),
(12907,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"wbnPrtEOhYKsLLwjQE\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"t.a.yij.iv.e.zaru.76@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"5255739386\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"GtBcZAqhaDWmZCbqSfo\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:36:06','2026-01-21 09:36:06','62d418e4-1ca7-42fa-a0a8-f9a12e666aaa'),
(12908,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"griIJchpAbnnSQGzTeIylJ\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"t.a.yij.iv.e.zaru.76@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"4548949981\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1413],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"VXaIeMRxCEkkEJkRsiLCZXZ\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:36:27','2026-01-21 09:36:27','66cea88b-8501-4929-8e73-78e90d140517'),
(12909,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"KzZaDiXpPfnbnwqmtVgMII\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"t.ayijivez.ar.u76@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"babEkLYTARGQrsSGjratKTYw\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"RCozZKiyKRdzTZBLy\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:36:27','2026-01-21 09:36:27','2c21a8fd-b59f-4a09-82f3-c4992b0a3893'),
(12910,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"KevinNekly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"erangifest1980@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"+7 (495) 229-04-90 https://автошкола.рф/specialinfo\\r\\n \\r\\n+7 (499) 381-01-12 https://автошкола.рф/anodpo\\r\\n \\r\\nРейтинг: Нет - 0 отзывов https://автошкола.рф/entity\\r\\n \\r\\n15 признаков надёжной автошколы в Москве https://автошкола.рф/npodo\\r\\n \\r\\nАвтошкола Онлайн занимает лидирующие позиции в рейтинге ГИБДД Москвы по качеству подготовки будущих водителей легковых и грузовых автомобилей, мотоциклов и других транспортных средств https://автошкола.рф/entity\\r\\n \\r\\nКатегория \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgermantown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@virginiahighlandscrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:38:11','2026-01-21 09:38:11','7fa3e660-f9b7-4ae3-9cca-0f0ab1c5be2c'),
(12911,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"NZslHzPPhIYhgnuY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tay.iji.v.ez.a.ru76@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"UWrjKMRbidqGVOVXlH\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"YMAFdZEufPiAYgwBJMiSSOJ\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:38:21','2026-01-21 09:38:21','873902bb-be6e-405e-9878-9b59cd9db4f3'),
(12912,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"ReyeJrOogiBkybrZD\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"t.ayijivez.ar.u76@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9853109919\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3192,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"NYABwTwieLoHVunWyPAMt\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:38:53','2026-01-21 09:38:53','ae0ad35b-0645-45e3-82dd-a73c06310a45'),
(12913,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"gWoDfMNuTieGbLeIiMMeg\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"tay.iji.v.ez.a.ru76@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6171645695\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1389],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"OGbuvMxLnZHDoRlHJYFosGtg\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:39:22','2026-01-21 09:39:22','ca290eea-b66d-45c2-8eed-f563a9a4e18e'),
(12914,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenKat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nДля авто предназначен для автономного функцианирования, максимальное время работы его батарей составляет около 3-х лет https://www.ndt-club.com/product-595-yp-1m-ystroistvo-dlya-yzk-perekrestii-svarnih-shvov.htm\\r\\n  Его преимущество: недосягаем для сканеров преступников, т https://www.ndt-club.com/produkcija-279-mikroskopi-otschetnie-pobrinellu.htm\\r\\n  к https://www.ndt-club.com/news-21.htm\\r\\n  большую часть времени система находится в  режиме https://www.ndt-club.com/product-856-karat-rts-1024-kompleks-cifrovoi-radiografii.htm\\r\\n  Включается маяк в заданные владельцем интервалы времени для передачи координат, по средством СМС или через специальный сайт https://www.ndt-club.com/product-46-temp-4k-tverdomer-dinamicheskii-so-vstroennim-datchikom.htm\\r\\n  После установки для его настройки достаточно прислать специальную команду, указанную в руководстве пользователя, на установленную сим-карту https://www.ndt-club.com/product-314-ky-140-portativnii-elektromagnit-na-akkymylyatorah.htm\\r\\n \\r\\nТеплоприбор – производитель и поставщик приборов и автоматики - КИПиА для контроля давления, температуры, расхода, уровня, тепла https://www.ndt-club.com/proizvoditeli-30-flir.htm\\r\\n  Звоните и пишите https://www.ndt-club.com/product-668-standartnii-obrazec-tip-b-po-astm-e2491.htm\\r\\n  Действует гибкая система скидок и спец https://www.ndt-club.com/product-442-klever-klf-ochistitel-finishnii.htm\\r\\n  предложений https://www.ndt-club.com/product-346-molotok-shmidta-75a-sklerometr-dlya-izmereniya-prochnosti-kirpichei-kamnei.htm\\r\\n \\r\\nРаботает по:   черным и цветным металламРабочая температура:   -25°С до +50°СМакс https://www.ndt-club.com/product-862-ystroistvo-namagnichivaushee-impylsnoe-yni-2000-4000.htm\\r\\n  измерение:   2000 микронШаг измерений:   0,1 микронПодсветка экрана:   ЕстьДоп https://www.ndt-club.com/product-917-ms-1-yniversalnii-beskontaktnii-enkoder.htm\\r\\n  функции:   нетПроизводство:   КитайГарантия:   1 год \\r\\nРаботает по:   черным и цветным металламРабочая температура:   -25°С до +50°СМакс https://www.ndt-club.com/product-640-mt-2007m-tolshinomer-pokritii.htm\\r\\n  измерение:   2000 микронШаг измерений:   0,1 микронПодсветка экрана:   ЕстьДоп https://www.ndt-club.com/product-565-metolab-421-stacionarnii-tverdomer-po-vikkersy.htm\\r\\n  функции:   нетПроизводство:   КитайГарантия:   1 год \\r\\nЗдравствуйте! Скажите пожалуйста, подходит ли прибор для измерения толщины пористых слоев (к примеру можно ли измерить толщину брезента)? Возможно ли увеличение контактной поверхности датчика до 5 - 7 см^2 ? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:39:35','2026-01-21 09:39:35','b000f30c-5752-4ba3-b4d2-93d5a1fbfecc'),
(12915,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"yCvMpYyctUyEMllFRfcLSm\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"t.ayijivez.ar.u76@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6758875342\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1365],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"IfBIPJUmxZMkpOtJ\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:39:49','2026-01-21 09:39:49','d1fe41ef-42af-41c6-bf61-01186c18293f'),
(12916,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shermanmon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ООО ОГРН: 1065020037169 Основано: 27 https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n 09 https://mobelmetall.ru/contacts\\r\\n 2006 https://mobelmetall.ru/blog\\r\\n \\r\\nООО ОГРН: 1167847287960 Основано: 08 https://mobelmetall.ru/gibka-metalla\\r\\n 07 https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n 2016 https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\nМеталлоконструкции обладают высокой прочностью, долговечностью, устойчивостью к внешним воздействиям, а также возможностью быстрого монтажа https://mobelmetall.ru/questions\\r\\n  Это делает их идеальным выбором для множества строительных и промышленных объектов https://mobelmetall.ru/\\r\\n \\r\\nАлатырский завод низкотемпературных холодильников Адрес: г https://mobelmetall.ru/gibka-metalla\\r\\n  Алатырь, ул https://mobelmetall.ru/blog\\r\\n  Промышленная, д https://mobelmetall.ru/policy\\r\\n  7 Тел.: +7 83531 2-82-32/37/41 https://mobelmetall.ru/ourproduction\\r\\n \\r\\nУфимский завод металлических конструкций ПАО «АК ВНЗМ» (ОСП «УЗМК ВНЗМ») \\r\\nANTEI Адрес: г https://mobelmetall.ru/blog\\r\\n  Караганда, Учетный квартал 108, стр https://mobelmetall.ru/policy\\r\\n  67 Тел.: + 7 (7212) 78-11-40 https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:46:07','2026-01-21 09:46:07','d1d2a2d5-2c14-41f1-9c3b-93a642f21742'),
(12917,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philipstymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"К сожалению, у нас нет подходящих туров для отображения https://akademy21.ru/cosmetolog_estet\\r\\n \\r\\nВозможно индивидуальное формирование тура https://akademy21.ru/trener-naraschivanie-volos\\r\\n \\r\\nЧем заняться? \\r\\nгрупповая виза (или въезд по безвизовому списку согласно соглашению между РФ и КНР об упрощении визового режима) – используется для разового посещения, пересечение границы только с группой; индивидуальная виза оформляется заблаговременно в Генеральном консульстве КНР в Иркутске (существуют ограничения по месту постоянного проживания); виза по прилету/въезду – разновидность индивидуальной визы, оформляемой на границе КНР по приглашению китайской стороны https://akademy21.ru/courses/massage/apparatniy-massazh-tela-lpg\\r\\n \\r\\nТуры в Китай из Иркутска 2023 https://akademy21.ru/trener-naraschivanie-volos\\r\\n \\r\\nНо каковы же причины того, что Китай так интересен туристам? Причин несколько https://akademy21.ru/dolgovremenaia_ukladka\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:46:20','2026-01-21 09:46:20','a486f61b-3f90-4a1a-87ff-086a3cc56d65'),
(12918,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgenog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Γεια σου, ήθελα να μάθω την τιμή σας.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:47:32','2026-01-21 09:47:32','4702fe39-9e36-429e-8579-7a77d0dee769'),
(12919,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Margaret Julia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vinhgrowth@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VinhGrowth\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi. We run a YouTube growth service, which increases your number of subscribers both safety and practically.\\r\\n\\r\\n- We guarantee to gain you new 300-500 subscribers per month\\r\\n- People subscribe because they are interested in your videos/channel, increasing video likes, comments and interaction.\\r\\n- All actions are made manually by our team. We do not use any bots.\\r\\n\\r\\nThe price is just $60 (USD) per month, and we can start immediately. If you are interested and would like to see some of our previous work, let me know and we can discuss further.\\r\\n\\r\\nKind Regards,\\r\\n\\r\\nTo Unsubscribe, reply with the word unsubscribe in the subject.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchamiltonplaza.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchamiltonplaza.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:49:39','2026-01-21 09:49:39','7d8fad01-a74a-48c7-a242-17139372a204'),
(12920,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike George Bonnet\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mike@monkeydigital.co\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, \\r\\n \\r\\nSearch is changing faster than most businesses realize. \\r\\n \\r\\nMore buyers are now discovering products and services through AI-driven platforms — not only traditional search results. This is why we created the AI Rankings SEO Plan at Monkey Digital. \\r\\n \\r\\nIt’s designed to help websites become clear, trusted, and discoverable by AI systems that increasingly influence how people find and choose businesses. \\r\\n \\r\\nYou can view the plan here: \\r\\nhttps://www.monkeydigital.co/ai-rankings/ \\r\\n \\r\\nIf you’d like to see whether this approach makes sense for your site, feel free to reach out directly — even a quick question is fine. Whatsapp: https://wa.link/b87jor \\r\\n \\r\\n \\r\\n \\r\\nBest regards, \\r\\nMike George Bonnet\\r\\n \\r\\nMonkey Digital \\r\\nmike@monkeydigital.co \\r\\nPhone/Whatsapp: +1 (775) 314-7914\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 09:57:19','2026-01-21 09:57:19','41c0aa15-f80d-456f-a817-99897d05c6b7'),
(12921,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"kzzyATvoJLeFLSzq\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tay.i.jiveza.r.u.7.6@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"jCCwmgjlDfeQAvJtSQJwwrv\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"iEAkMPHIkITqsMtSacQHzai\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:00:42','2026-01-21 10:00:42','38bc91c3-0143-49d9-8652-1611a575e3f6'),
(12922,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"nCDsbQrZiFEGEymUPBVAor\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tay.i.jiveza.r.u.7.6@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9993021847\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"GBEJpOSzkHNQReNlhi\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:02:09','2026-01-21 10:02:09','21ad5e68-3d13-4529-af5b-623d1d8ba708'),
(12923,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRough\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Алина Викторовна https://shcherbinins.ru/\\r\\n \\r\\nПроводим регулярные акции https://shcherbinins.ru/uslugy\\r\\n  Кейтеринг на день рождения можно недорого заказать со скидкой 20 %, а для постоянных клиентов у нас существует целая система скидок https://shcherbinins.ru/aboutus\\r\\n  Ознакомьтесь с акциями на сайте или уточните информацию у оператора при заказе кейтеринга для мероприятия https://shcherbinins.ru/contacts\\r\\n \\r\\nСпасибо всем кто сегодня был рядом, кто поддерживал, сопереживал, кто помогал до глубокой ночи перед событием спасибо за прекрасный и наивкуснейший торт @taniasukhareva , спасибо за чудесные фото и обалденное настроение @lakizo_photo , спасибо за образ @anbogach , спасибо за идеальный букет @flo_kiosque , спасибо за вкусную еду @youngcatering , спасибо за платье мечты @pion https://shcherbinins.ru/menu\\r\\n dress , ну и самое огромное спасибо @evgenygomon за то что можно было просто расслабиться и получать весь вечер удовольствие, если бы не ты этот праздник не был столь ярким https://shcherbinins.ru/menu\\r\\n \\r\\nУпаковка, вкус , внешний вид! \\r\\nДополнительные услуги https://shcherbinins.ru/contacts\\r\\n \\r\\nОрганизацию банкетов https://shcherbinins.ru/aboutus\\r\\n  Проведение фуршетов https://shcherbinins.ru/contacts\\r\\n  Празднование дней рождения компаний https://shcherbinins.ru/uslugy\\r\\n  Организацию корпоративных мероприятий в любом районе Москвы и Московской области https://shcherbinins.ru/contacts\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:02:11','2026-01-21 10:02:11','eac16b7b-d8db-445a-8d1d-fc96fe17285e'),
(12924,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"nCDsbQrZiFEGEymUPBVAor\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tay.i.jiveza.r.u.7.6@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9993021847\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"GBEJpOSzkHNQReNlhi\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:02:12','2026-01-21 10:02:12','e17d5537-1ecd-480d-988c-ba797527ffb4'),
(12925,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRough\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ольга 2 дня назад https://shcherbinins.ru/aboutus\\r\\n \\r\\nФуршет дома по случаю дня рожденья https://shcherbinins.ru/contacts\\r\\n \\r\\nОльга, компания Яндекс https://shcherbinins.ru/menu\\r\\n \\r\\nФуршетный сет из 100 закусок на 5-10 персон https://shcherbinins.ru/uslugy\\r\\n \\r\\nВ CaterMe вы найдете разнообразные блюда на любой вкус и бюджет https://shcherbinins.ru/aboutus\\r\\n  В ассортименте имеются холодные и горячие закуски, горячие блюда, супы, канапе, салаты, десерты, а также сеты и наборы https://shcherbinins.ru/menu\\r\\n  Вы сможете выбрать из 137127 вариантов, чтобы удовлетворить вкусы и предпочтения ваших гостей https://shcherbinins.ru/\\r\\n  Кроме того, у нас также есть широкий выбор напитков, чтобы дополнить ваше мероприятие https://shcherbinins.ru/uslugy\\r\\n \\r\\nЗаказывали фуршет на свадьбу в Мосфуршет https://shcherbinins.ru/menu\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:02:12','2026-01-21 10:02:12','b875522e-4be1-4088-8a7c-27e4f07f346e'),
(12926,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"CzWWRsNCVDDyhPQIvMrURhvY\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"tay.i.jiveza.r.u.7.6@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9302972301\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1467],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"shuJMyIXiRWseDvKNFbxNl\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:02:53','2026-01-21 10:02:53','ee58a764-a5e5-422a-bb89-7a65b88e1e44'),
(12927,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRough\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Все очень просто https://shcherbinins.ru/uslugy\\r\\n \\r\\n467 руб./чел https://shcherbinins.ru/uslugy\\r\\n \\r\\nЗаказывайте кейтеринг в Москве через CaterMe для организации мероприятий любых типов и форматов: \\r\\nОрганизация кейтеринга на заказ https://shcherbinins.ru/contacts\\r\\n \\r\\nКорпоратив на природе для 100 человек https://shcherbinins.ru/\\r\\n \\r\\n7 часов 46 минут назад https://shcherbinins.ru/uslugy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:03:30','2026-01-21 10:03:30','c53f31cb-4c23-4c14-b273-099e4c558d3f'),
(12928,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LloydAlife\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Нарушение ПДД, штрафы https://ftnet.ru/vladikavkaz\\r\\n \\r\\nСнижает кол-во нарушений ПДД, повышает качество вождения https://ftnet.ru/chulman\\r\\n \\r\\nоблачный сервис ГЛОНАСС/GPS мониторинга транспорта https://ftnet.ru/ustanovka-gazovogo-oborudovaniya-lada-kalina/\\r\\n \\r\\nОборудование европейского производства https://ftnet.ru/serpukhov\\r\\n \\r\\nЦена: 9000 руб https://ftnet.ru/gas-na-renault-logan/\\r\\n \\r\\nСколько же стоит сервис мониторинга транспорта? В зависимости от возможностей GLONASS устройств и желаний клиента, стоимость установки и самого устройства может колебаться от пяти тысяч до нескольких десятков тысяч рублей https://ftnet.ru/sergiyev_posad\\r\\n  В компании «МОНТРАНС» подберут и смонтируют терминалы под конкретные задачи владельцев https://ftnet.ru/vladivostok\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:08:24','2026-01-21 10:08:24','f5b8b92a-e1c0-4a97-a690-fb9b116909f4'),
(12929,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DarylJek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kolo.is.other@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Привет! \\r\\nОставайтесь онлайн без блокировок с CheburNet VPN. \\r\\nОбход белых списков. \\r\\nКанал:https://t.me/cheburnet_bot_vpn \\r\\nПопробуйте 1 день бесплатно:  https://t.me/Vpn_best_price_bot?start=par_8148451884\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:09:14','2026-01-21 10:09:14','08ec63a6-5548-4b95-a485-1e968353bbf7'),
(12930,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldvaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Согласие дано Оператору для совершения следующих действий с моими персональными данными с использованием средств автоматизации и/или без использования таких средств: сбор, систематизация, накопление, хранение, уточнение (обновление, изменение), использование, обезличивание, а также осуществление любых иных действий, предусмотренных действующим законодательством РФ как неавтоматизированными, так и автоматизированными способами https://kupefurnitur.ru/\\r\\n \\r\\n8 https://kupefurnitur.ru/\\r\\n 12 https://kupefurnitur.ru/price\\r\\n  Приобретая Подарочный сертификат, Покупатель и/или Предъявитель безусловно выражают свое согласие с настоящими Условиями https://kupefurnitur.ru/contact\\r\\n  Покупатель и/или Предъявитель обязуются не использовать Подарочный сертификат, предварительно не ознакомившись с Условиями, и не выразив своё согласие с ними https://kupefurnitur.ru/price\\r\\n  В случае передачи Подарочного сертификата третьему лицу, лицо, передающее Подарочный сертификат обязано ознакомить лицо, которому передается Подарочный сертификат с настоящими Условиями, а лицо, принимающее Подарочный сертификат, обязано ознакомиться с настоящими Условиями, выразить своё согласие с ними и полностью принять их https://kupefurnitur.ru/\\r\\n \\r\\nОсобая категория в лицевой фурнитуре – ручки https://kupefurnitur.ru/price\\r\\n  Они делятся на: \\r\\nОпт 2: 96 https://kupefurnitur.ru/contact\\r\\n 30р https://kupefurnitur.ru/\\r\\n \\r\\nОпоры https://kupefurnitur.ru/price\\r\\n  Включают ролики и ножки, актуальны для кресел и диванов https://kupefurnitur.ru/onas\\r\\n  Полкодержатели https://kupefurnitur.ru/\\r\\n  Держат полки на месте, не позволяя сместиться, предлагаются разные модели для дерева и стекла https://kupefurnitur.ru/price\\r\\n  Замки https://kupefurnitur.ru/contact\\r\\n  Механизмы небольшие, поскольку предполагают установку в ящики стола, дверцы https://kupefurnitur.ru/catalog\\r\\n  Крючки https://kupefurnitur.ru/onas\\r\\n  Актуальная фурнитура для мебели, цена крючков сравнительно доступна, предлагается максимально широкий выбор https://kupefurnitur.ru/catalog\\r\\n  Предназначены для расположения одежды, аксессуаров, бывают одинарными и двойными https://kupefurnitur.ru/catalog\\r\\n  Амортизаторы https://kupefurnitur.ru/contact\\r\\n  Каталог фурнитуры для мебели включает все современные направления, амортизаторы необходимы для сохранения положения горизонтальных дверок https://kupefurnitur.ru/price\\r\\n  Отбойники https://kupefurnitur.ru/contact\\r\\n  Небольшие наклейки необходимы для торцов, которые контактируют с открывающимися створками и необходимы для предотвращения сильного удара https://kupefurnitur.ru/contact\\r\\n \\r\\nФурнитура для офисной мебели https://kupefurnitur.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:10:43','2026-01-21 10:10:43','6bb31a7b-4db9-4b1f-969a-71ef6de93442'),
(12931,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LloydGoomi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Легкая коммерческая техника Обычно такой транспорт используется в малом бизнесе, который не владеет крупными капиталами, поэтому важна каждая копейка https://ftnet.ru/region\\r\\n  В этой сфере учет топлива и работы авто еще более строгий, что позволяет избежать лишних трат https://ftnet.ru/tomsk\\r\\n \\r\\nВидеокамера https://ftnet.ru/svobodniy\\r\\n \\r\\nОпасно: Тройным ущербом: вы оплачиваете чужой бензин\\\\дизель, ускоренный износ техники и несете полную юридическую ответственность за ДТП, случившиеся не по вине бизнеса https://ftnet.ru/ftart\\r\\n \\r\\nАртикул: 00-00008450 https://ftnet.ru/bejeck\\r\\n \\r\\nУстановка за 1 день https://ftnet.ru/ustanovka-gbo-na-renault-logan/\\r\\n \\r\\nПопулярные вопросы о мониторинге ГЛОНАСС GPS https://ftnet.ru/elma/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:11:11','2026-01-21 10:11:11','8cf65023-4f7f-48ec-b3d1-19f2222fddb5'),
(12932,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidgep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Салон элитной мебели позволит вам ознакомится со всем богатством выбора эксклюзивной итальянской мебели из дерева https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d12.html\\r\\n   В ассортименте салона можно найти большое разнообразие мебели итальянских производителей, а также увидеть эксклюзивные коллекции https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-10.html\\r\\n   Италия всегда славилась своей неповторимостью и элитностью в дизайне мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a36.html\\r\\n   Благодаря этому итальянская мебель завоевала огромный спрос на мировом рынке https://www.legnostyle.ru/catalog/mebel/g-1.html\\r\\n   В салоне элитной мебели вас всегда встретят отзывчивые и квалифицированные менеджеры, которые помогут выбрать лучший вариант https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=10\\r\\n   Так же в салоне обязательно подскажут, какая итальянская мебель всех лучше впишется именно в ваш интерьер, обеспечивая при этом комфорт и удобство https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s14.html\\r\\n   Выбрав один раз мебель из Италии, она будет каждую минуту радовать Вас все сильнее и сильнее https://www.legnostyle.ru/catalog/mebel/scg-32.html\\r\\n \\r\\nЧто включает в себя само понятие  могут рассказать о социальном статусе своего владельца больше, чем любые словесные характеристики https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s43.html\\r\\n   В элитной мебели прекрасно всё https://www.legnostyle.ru/derevyannye-perila.html\\r\\n   Выбор материала, дизайнерское решение, безупречное исполнение, качественная фурнитура и масса иных, более мелких деталей, характеризуют мебель высокого класса https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-17.html\\r\\n \\r\\nПраздник Ид аль-Адх с арабского переводится как Праздник жертвоприношения или праздник верности и сыновнего уважения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/model-o18.html\\r\\n   Этот праздничный день отмечается на семидесятый \\r\\nУникальные модели, в которых используются особые технологии, например, сложная покраска, несколько уровней фрезеровки, не рассчитаны на массового покупателя https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/model-i32.html\\r\\n \\r\\nКультурная революция в Китае вовсе не завершилась, она все еще продолжается, но на китайских дорогах https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-7.html\\r\\n   Произошло обострение классовой ненависти велосипедистов и пешеходов к передвигающимся на \\r\\nСтильный дизайн https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaya-dver-d33.html\\r\\n   Элитные гарнитуры сразу привлекают внимание тщательно выверенными стилистическими решениями https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e25.html\\r\\n   Комплекты предлагаются как в классическом, так и в современном лаконичном дизайне для полного соответствия концепции интерьера https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-18.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:11:28','2026-01-21 10:11:28','00b633a1-185c-420b-8c0e-a175fd17849f'),
(12933,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryskife\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоимость от 1 450/руб https://maze.tattoo/catalog/r/rusalka/\\r\\n \\r\\nКомментарии к Где сделать татуировку в Москве? 14 лучших тату-студий https://maze.tattoo/catalog/с/semiya/\\r\\n \\r\\nЗакрыть окно https://maze.tattoo/catalog/e/edinorog/\\r\\n \\r\\nПроцедуры совершенно безопасны для здоровья, ведь мастера соблюдают все санитарные нормы и придерживаются установленных законом правил https://maze.tattoo/catalog/ch/chicano/\\r\\n \\r\\nКогда вы вводите в поиске что-то вроде \\\"где поблизости сделать тату\\\", вы, скорее всего, ищете не просто ближайший адрес https://maze.tattoo/catalog/p/panda/\\r\\n  Вы ищете место, где вас поймут https://maze.tattoo/catalog/b/biomehanika/\\r\\n  Где не будут торопить https://maze.tattoo/catalog/ch/chumnoi-doctor/\\r\\n  Где помогут определиться https://maze.tattoo/catalog/ch/\\r\\n  И если вы уже открыли карту и смотрите, какие тату-студии в Москве находятся ближе всего, — \\\"Тату-Мания\\\" точно окажется в числе тех, куда стоит заглянуть https://maze.tattoo/catalog/e/edinorog/\\r\\n \\r\\nTATTOOMOSCOW 18+ \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:13:27','2026-01-21 10:13:27','56c6bfb6-6a78-449d-aa10-6fbace80e8d3'),
(12934,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryBoift\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Так что, если давно хочешь сделать татуировку? Ищешь студию, тату салон в Москве? Нужен ВАУ-результат? Добро пожаловать в салон татуировок Кот тату студия! \\r\\n200 кв https://maze.tattoo/catalog/ya/yascheritsa/\\r\\n  м творческого пространства https://maze.tattoo/catalog/g/geometriya/\\r\\n \\r\\nПосетив нашу студию, вы сможете оценить безупречный уровень обслуживания по 10 бальной шкале и оставить свой отзыв https://maze.tattoo/\\r\\n \\r\\nОпыт работы: с 2008 года https://maze.tattoo/catalog/t/sak_yant/\\r\\n \\r\\nЕвгений J https://maze.tattoo/catalog/p/pechat-velesa/\\r\\n Cuba https://maze.tattoo/catalog/c/\\r\\n \\r\\n15 профессиональных топ-мастеров, у каждого из которых – свой индивидуальный и неповторимы стиль https://maze.tattoo/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:13:55','2026-01-21 10:13:55','f7f032aa-6bb3-455d-a5de-17e7f5614852'),
(12935,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ShermanOrawn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Основная продукция: оборудование для ядерной энергетики https://mobelmetall.ru/gibka-metalla\\r\\n \\r\\nBektemir Metall Konstruksiyalari Адрес: г https://mobelmetall.ru/ourproduction\\r\\n  Ташкент, Янгихаётский р-н, Бинокор МСГ, ул https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  Шоликор, д https://mobelmetall.ru/aboutus\\r\\n  51А Тел.: + 998 (97) 782-40-40,444-11-85,444-66-76 https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\nОсновная продукция: строительные металлоконструкции, сварные балки https://mobelmetall.ru/\\r\\n \\r\\nАвангардМеталл Адрес: г https://mobelmetall.ru/blog\\r\\n  Екатеринбург, ул https://mobelmetall.ru/gibka-metalla\\r\\n  Папанина, д https://mobelmetall.ru/aboutus\\r\\n  3, кв https://mobelmetall.ru/\\r\\n  130 Тел.: +7 800 250-67-55,250-47-55 https://mobelmetall.ru/questions\\r\\n \\r\\nОсновная продукция: промышленные теплицы, металлоконструкции https://mobelmetall.ru/contacts\\r\\n \\r\\nКакие предприятия являются ведущими производителями металлоконструкций в России? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:14:47','2026-01-21 10:14:47','53b00337-e13f-4d60-a7e1-a9427c56f15e'),
(12936,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddySoype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоит заметить, что сайт может занимать вполне неплохие позиции и в регионах, к которым у него нет привязки https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Но это возможно только в том случае, если в данном регионе нет или мало качественных сайтов компаний из этой сферы https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Бывают случаи, когда регион меняется автоматически или привязка пропадает https://proffseo.ru/kontakty\\r\\n  Из-за этого может произойти сильное падение позиций по запросам https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Поэтому периодически необходимо проверять привязку к нужному географическому пункту https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  А в случае «провала» позиций, еще до того как начинать паниковать, стоит проверить панель Вебмастера https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n  Как показывает практика, соревноваться на равных в «чужом» регионе очень сложно, даже крупным и авторитетным сайтам https://proffseo.ru/kontakty\\r\\n  В среднем, пользователи отдают предпочтение компаниям из своего региона и города, так как это удобно, даже если у компании есть доставка в какой-то другой регион https://proffseo.ru/\\r\\n  При отсутствии физического представительства (например, пункта выдачи товара) люди этому не доверяют https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nTagline Awards 2021 https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nЦена первого месяца раскрутки сайта 0 рублей! Оставьте заявку, и мы подготовим уникальное коммерческое предложение на основе аудита вашего проекта https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nЦена: 24 700 ? \\r\\nПромо сайт https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nбольше целевых посетителей сайта https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:16:48','2026-01-21 10:16:48','492de918-7bb9-429b-90a2-dc9436741f84'),
(12937,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRhymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Кейтеринг экономит время на придумывание собственного меню и долгую готовку https://shcherbinins.ru/aboutus\\r\\n  Вам нужно лишь выбрать блюда из каталога и заказать фуршет с доставкой в необходимое место https://shcherbinins.ru/\\r\\n \\r\\n3 часа 15 минут назад https://shcherbinins.ru/uslugy\\r\\n \\r\\nВсе получилось отлично! Я очень сильно сэкономила себе время https://shcherbinins.ru/contacts\\r\\n  Еда вкусная, сервис прекрасный https://shcherbinins.ru/\\r\\n  Все быстро https://shcherbinins.ru/aboutus\\r\\n \\r\\n2 После выбора всех блюд перейдите в корзину для оформления заказа https://shcherbinins.ru/menu\\r\\n \\r\\nПётр (Маркетинговое агентство Always Open) \\r\\nДесерты для фуршета – от 40 рублей https://shcherbinins.ru/aboutus\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:17:15','2026-01-21 10:17:15','0861e505-aa60-4118-af5b-4ad9e09fb421'),
(12938,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DerekPrego\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В России в сфере бизнеса набирают популярность корпоративные поездки за границу https://corporativ-luxe.ru/delovye-poezdki-i-komandirovki\\r\\n \\r\\nDirect of Sales https://corporativ-luxe.ru/korporativnaya-programma-na-kube-more-rom-i-sigary\\r\\n \\r\\nКорпоративные путешествия становятся настоящим праздником для ваших коллег, когда все заботы берет на себя опытный туроператор https://corporativ-luxe.ru/korporativ-v-nizhnem-novgorode\\r\\n  Профессиональный подход позволяет нашим клиентам забыть о заботах и просто наслаждаться отдыхом https://corporativ-luxe.ru/ispaniya\\r\\n  При необходимости мы можем предоставить все отчеты о проведении корпоративных туров, чтобы вы могли убедиться – программа полностью соответствует вашим предпочтениям и пожеланиям https://corporativ-luxe.ru/turtsiya\\r\\n  С туристической компанией Wanderlust Travel Studio вы сможете организовать туры любой сложности https://corporativ-luxe.ru/idei-korporativnyh-prazdnikov\\r\\n  Мы также оказываем содействие в подготовке различных конференций, бизнес-встреч и тренингов https://corporativ-luxe.ru/korporativ-v-kappadokii\\r\\n \\r\\nНастоящим Я подтверждаю, что мои права, как субъекта персональных данных, мне разъяснены Агентом и мне понятны https://corporativ-luxe.ru/specialnye-predlozheniya\\r\\n \\r\\nЛатвия https://corporativ-luxe.ru/korporativnye-prazdniki-1\\r\\n \\r\\nКомпанией «Вандерласт» была проведена организация корпоративного отдыха в Таиланде для 20-ти сотрудников компании «Ренессанс Жизнь» https://corporativ-luxe.ru/turtsiya\\r\\n  Сотрудники компании «Вандерласт» Смышялева Ольга Михайловна и Дёмина Ольга Игоревна оперативно и качественно решали все вопросы https://corporativ-luxe.ru/korporativnaya-programma-po-sledam-dzheymsa-bonda\\r\\n  Понимая наши потребности и возможности, были учтены интересы: предложена интересная и небанальная программа, креативные решения, воплощение которых произвело на наших сотрудников прекрасное впечатление https://corporativ-luxe.ru/meksika\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:17:27','2026-01-21 10:17:27','a0bdb0b0-18b9-403b-8b80-e96c7dbbfa0c'),
(12939,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tylerrix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Постоянно работаем над ассортиментом, чтобы вам было из чего выбирать, и каждую неделю добавляем новые товары в каталог: 12 собственных торговых марок и 500 новинок в год — это не шутка! Наш ассортимент — продукция разных ценовых сегментов, от промо до VIP, и включает необычные для сферы мерча категории, а география представленных брендов охватывает весь мир — от Канады (Asobu) до Китая (Xiaomi) и Сингапура (Rombica). \\r\\n19 июн https://classicgifts.ru/usb-gadgets-heated.html\\r\\n  2025 г https://classicgifts.ru/naklejki-s-logotipom.html\\r\\n \\r\\nРекламно-производственная компания Бизнес Сувенир — производство рекламной и сувенирной продукции https://classicgifts.ru/the-original-stick.html\\r\\n \\r\\nЭтот показатель — заслуга всех заказчиков, которые выбирают «Проект 111» https://classicgifts.ru/plastikovyie-salfetki-na-stol.html\\r\\n  Заработанные средства помогают нам совершенствовать бизнес-процесс, чтобы предоставить вам более качественный сервис https://classicgifts.ru/salfetki-dlya-optiki.html\\r\\n \\r\\nЦена: Заказная работа ? \\r\\nЦена: Заказная работа ? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:18:14','2026-01-21 10:18:14','61b9aaec-ed50-4466-95fc-698e40ff180d'),
(12940,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephHam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Цоколь из гранита и брусчатка https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-pr-20/\\r\\n \\r\\nот 14 600 р https://www.kovanie-ogrady.ru/catalog/pamyatniki-s-krestom/granitnyy-pamyatnik-k-1/\\r\\n \\r\\nДолговечность и защита https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pg-28/\\r\\n \\r\\nГранитная брусчатка 5668-1 на могилу https://www.kovanie-ogrady.ru/catalog/podstavki-i-tsvetniki/podstavka-pdp-9/\\r\\n \\r\\nПокраска ограды и намогильных сооружений https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/pamyatnik-iz-granita-pv-7/\\r\\n \\r\\nГарантия на изделия 1 год https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/?PAGEN_2=2\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:18:30','2026-01-21 10:18:30','d689477a-0dfa-484a-bd7b-7b6a7669289f'),
(12941,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Derekmulty\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Применяем индивидуальный подход https://corporativ-luxe.ru/korporativnaya-programma-glamurnye-samogonshchiki\\r\\n \\r\\nвыездное обслуживание различных мероприятий (бизнес-встреч, обедов, церемоний, гала-ужинов и др.); \\r\\nКейтеринг и банкеты https://corporativ-luxe.ru/turtsiya\\r\\n \\r\\nБолее 13 лет работы в сфере корпоративного туризма https://corporativ-luxe.ru/korporativ-v-sankt-peterburge\\r\\n \\r\\nРазвлекательная программа https://corporativ-luxe.ru/dopolnitelno\\r\\n \\r\\nВ топ городов для корпоративных поездок, конечно, входят крупнейшие деловые центры: Москва, Санкт-Петербург, Сочи, Екатеринбург, Новосибирск и Нижний Новгород https://corporativ-luxe.ru/organizacija-korporativnyh-kruizov\\r\\n  Если же говорить о более расслабленных видах корпоративного отдыха, рассмотрите поездки на Русский Север или, наоборот, в южные регионы в районе Сочи https://corporativ-luxe.ru/zvuk-svet-i-tekhnika\\r\\n  Популярным вариантом является круиз по Волге или поездка по Золотому Кольцу https://corporativ-luxe.ru/korporativ-v-stambule\\r\\n  С серьёзными бюджетами можно рассматривать поездки на Алтай, Байкал или Дальний Восток — такие выезды надолго запомнятся сотрудникам https://corporativ-luxe.ru/korporativnyye-programmy-v-vengrii\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:19:25','2026-01-21 10:19:25','44ca75aa-66a6-4ced-8547-2a4d85cceb5a'),
(12942,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TylerMob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Нанесение логотипа на ежедневники: лучшие технологии и методы https://classicgifts.ru/kruzhki-xameleon.html\\r\\n \\r\\nЗаказать похожее https://classicgifts.ru/pismennyie-prinadlezhnosti/\\r\\n \\r\\nЭто готовое изделие, которое принадлежит заказчику https://classicgifts.ru/pechat-otkryitok.html\\r\\n  Но мы можем использовать эту идею для создания нового проекта https://classicgifts.ru/individualnyi-dizajn.html\\r\\n \\r\\nЗаказать похожее https://classicgifts.ru/umbrella-bottle.html\\r\\n \\r\\nЦена: Заказная работа ? \\r\\nШелкография https://classicgifts.ru/promotional-mugs-3d.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:19:57','2026-01-21 10:19:57','22cfd66c-2dc4-4702-82f1-6b3b66608414'),
(12943,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertRotte\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рекламное агенство Дебби https://drogal.ru/portfolio_tags/stropalnye-i-takelazhnye-raboty/\\r\\n \\r\\nОбращаем ваше внимание, что представленный сервис производит примерный расчет стоимости, который нельзя считать окончательным ввиду наличия определенных нюансов касательно маршрута следования транспорта, специфики и расстояния перевозки https://drogal.ru/glossary/vtorichnaya-upakovka/\\r\\n  Для точного расчета стоимости следует позвонить по телефону 8 495 255-59-59 или заказать Звонок специалиста https://drogal.ru/glossary/perevozchik/\\r\\n  Также вы можете написать нам на почту mail@perper https://drogal.ru/voprosi-otveti/gost-17527-2020/\\r\\n ru https://drogal.ru/portfolio-items/bolshoy-gruz/\\r\\n  Спасибо за понимание! \\r\\n7 метров / 5 тонн https://drogal.ru/takelazhnie-raboti-eto/\\r\\n \\r\\nВ нашей компании можно заказать погрузку и последующую перевозку конструкций разных категорий https://drogal.ru/glossary/\\r\\n  В Москве такелаж стоит выбрать, если нужно перевезти груз небольшого веса – до двух тонн https://drogal.ru/markirovka-transportnoy-upakovki/\\r\\n  В эту категорию попадает разная техника: \\r\\nИспользуем только заводской инструмент и оснастку с паспортами и проверенным интервалом нагрузок Каждый месяц проводим испытания оборудования на собственной площадке https://drogal.ru/uslugi/takelazh/takelazh-poligraficheskogo-oborudovaniya/\\r\\n \\r\\nПеред перевозкой и такелажем груз обычно упаковывают, чтобы защитить его от ударов и повреждений, намокания под дождем или снегом, пыли и грязи https://drogal.ru/glossary/dopolnitelnie-nadpisi/\\r\\n  В отношении хрупких вещей, ценных изделий, чувствительного оборудования эта норма обязательна https://drogal.ru/glossary/avtomobilnaya-transportnaya-set/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:20:11','2026-01-21 10:20:11','84477395-8e45-4a78-9c65-e7d3d9f82971'),
(12944,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianDrasy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Производители https://beauty-prestige.ru/about/howto/\\r\\n \\r\\nOZERO KHANKA PIONEER 1200W https://beauty-prestige.ru/about/howto/\\r\\n \\r\\nОфициальный дистрибьютор заводов ADSS/HONKON/KEYLASER https://beauty-prestige.ru/catalog/spa-oborudovanie/\\r\\n \\r\\nВ корзину Быстрый заказ https://beauty-prestige.ru/news/klimazon-zachem-on-nuzhen-i-kak-rabotaet.html\\r\\n \\r\\nБольшой выбор косметологического оборудования https://beauty-prestige.ru/catalog/massazhnoe-oborudovanie/\\r\\n \\r\\nКупить недорогое косметологическое оборудование для косметолога с доставкой по Москве и в регионы РФ с гарантией в салон красоты актуальная необходимость https://beauty-prestige.ru/catalog/moyki-parikmakherskie/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:20:21','2026-01-21 10:20:21','dad8cf5f-73cc-4a7a-9620-01b6970c5cd6'),
(12945,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ShermanErymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Группа компаний «ИТС» более 14 лет занимается проектированием, промышленным строительством и инжинирингом, специализируясь на EPCМ-контрактах https://mobelmetall.ru/gibka-metalla\\r\\n \\r\\nООО ОГРН: 1027400882431 Основано: 25 https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n 07 https://mobelmetall.ru/questions\\r\\n 2000 https://mobelmetall.ru/policy\\r\\n \\r\\nООО КМ38 https://mobelmetall.ru/lazernaya-rezka-dubna\\r\\n \\r\\nООО \\\"Тэкна\\\" - производитель металлоизделий и полиуретановых (ТПУ), пенополиуретановых (ППУ) автозапчастей https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n  Наша компания занимается изготовлением и реализацией автомобильных деталей и комплектующих на ВАЗ, ГАЗ и Иномарки, а также металлоизделий и металлоконструкций https://mobelmetall.ru/questions\\r\\n \\r\\nМеталлоконструкции позволяют создавать долговечные, устойчивые к нагрузкам и внешним воздействиям конструкции, которые необходимы для установки сложного промышленного оборудования и создания производственных мощностей https://mobelmetall.ru/policy\\r\\n \\r\\nГибкая ценовая политика направлена на оптимальное соотношение цены и качества https://mobelmetall.ru/contacts\\r\\n  Возможности выбора форм и сроков оплаты за продукцию https://mobelmetall.ru/blog/poroshkovaya-pokraska-dubna\\r\\n  Гибкая система скидок для постоянных клиентов https://mobelmetall.ru/policy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:20:41','2026-01-21 10:20:41','35137184-29fd-4036-a813-31772b6ab53a'),
(12946,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddybouff\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Определение приоритетов https://proffseo.ru/privacy\\r\\n \\r\\nувеличение конверсии сайта https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nСоздание надежного портала https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Ваша компания не останется незамеченной https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n- 50 видов работ - Гарантия выполненных работ https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:21:04','2026-01-21 10:21:04','8164feee-c580-46c3-b8c0-583ace3a3623'),
(12947,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrytheri\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выбор студии — это не только про стиль мастера, но и про удобство https://maze.tattoo/catalog/r/rys/\\r\\n  Особенно в большом городе, где время — на вес золота https://maze.tattoo/catalog/c/\\r\\n  Именно поэтому многие ищут место, куда можно легко добраться, не тратя часы в дороге https://maze.tattoo/catalog/l/letuchaya-mish/\\r\\n  Уютная студия \\\"Тату-Мания\\\" находится в шаговой доступности от метро, что делает её особенно удобной для тех, кто предпочитает татуировку в центре города, не выезжая за пределы привычного маршрута https://maze.tattoo/catalog/b/bok/\\r\\n \\r\\nЧто говорят о нас https://maze.tattoo/catalog/n/nadpis/\\r\\n \\r\\n? +7 (499) 645-95-95 https://maze.tattoo/catalog/c/samuray/\\r\\n \\r\\nопыт работы https://maze.tattoo/catalog/t/triketra/\\r\\n \\r\\nСертификат действует на 1 человека https://maze.tattoo/catalog/m/medved/\\r\\n  Возраст – от 18 лет https://maze.tattoo/catalog/z/zmei/\\r\\n  До 18 лет – в присутствии родителей https://maze.tattoo/catalog/sh/shut/\\r\\n  Накануне визита не рекомендуется употреблять алкогольные напитки и принимать препараты, разжижающие кровь (например, аспирин, гепарин натрия и т https://maze.tattoo/catalog/y/ulitka/\\r\\n  д.). Студия не обслуживает людей, находящихся в состоянии алкогольного и/или наркотического опьянения https://maze.tattoo/catalog/ch/\\r\\n  Существуют медицинские противопоказания для нанесения тату: - кожные заболевания, свежие раны, ожоги; - сахарный диабет, инсулиновая зависимость; - заболевания сердечно-сосудистой системы, психические расстройства; - паразитарные заболевания (амебиаз, вши, клещи); - инфекционные заболевания, в том числе туберкулез, герпес, кандидоз, лямблиоз, дизентерия, вирусные гепатиты всех групп, ВИЧ/СПИД, ветряная оспа, корь; - плохая свертываемость крови, склонность к тромбоэмболии; - все типы и стадии онкологии; - эпилепсия; - беременность https://maze.tattoo/catalog/k/krylya/\\r\\n \\r\\nЗакрыть окно https://maze.tattoo/catalog/t/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:21:48','2026-01-21 10:21:48','e263104a-7f27-46dc-b59f-ce389a48409c'),
(12948,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianOvesk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"О компании https://beauty-prestige.ru/catalog/oborudovanie-dlya-pedikyura/\\r\\n \\r\\nКосметологический столик ЭСТЕТ https://beauty-prestige.ru/news/klimazon-zachem-on-nuzhen-i-kak-rabotaet.html\\r\\n \\r\\nНовое поколение LaseMD Cynosure Lutronic – высочайшая скорость процедуры с безграничным выбором режимов лечения https://beauty-prestige.ru/about/contacts/\\r\\n \\r\\nЦена: 7 460 руб https://beauty-prestige.ru/about/contacts/\\r\\n \\r\\nГазожидкостный пилинг - Летняя АКЦИЯ скидки! \\r\\nЦена: 10 000 руб https://beauty-prestige.ru/catalog/spa-oborudovanie/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:22:04','2026-01-21 10:22:04','58973e1a-1b7d-4fe6-8038-4833dd14cbb0'),
(12949,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinSof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"--> Горячие блюда --> --> --> --> Салаты --> --> --> --> Канапе и сеты --> --> --> --> Десерты --> --> --> --> --> \\r\\nКус-кус, куриное филе, помидоры черри, петрушка, соус «цезарь» домашний Общий вес – 160 г https://dostafka-obedi.ru/menu/\\r\\n \\r\\nКоллектив ООО «Юлмарт РСК» передает огромное спасибо «Обеды Смайл» за вкусные обеды и ужины https://dostafka-obedi.ru/services/\\r\\n  Все всегда свежее и вкусно приготовлено, что говорит о высоком уровне подготовки коллектива «Обеды Смайл» https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\r\\n  Так же хочется отметить и другие отличительные черты нашего сотрудничества: внимательность и отзывчивость, добросовестность и безупречное выполнение оговоренных условий https://dostafka-obedi.ru/menu/\\r\\n  Искренне благодарим Вас за установленное взаимопонимание, и рады дальнейшему сотрудничеству https://dostafka-obedi.ru/contacts/\\r\\n  С большим уважением коллектив ООО «Юлмарт РСК» https://dostafka-obedi.ru/type_menu/salaty/\\r\\n \\r\\nКак выбрать еду на день? \\r\\nБлог о еде https://dostafka-obedi.ru/reviews/\\r\\n \\r\\nГрупповой заказ https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:24:04','2026-01-21 10:24:04','c844ccd9-f146-4212-ac8f-fa5d47effa37'),
(12950,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Margaret Julia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yiyayova@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AIStore\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nWe have a special opportunity that could significantly boost traffic and visibility for your website ccmanitowoc.com.\\r\\n\\r\\nWhat if you could drive real, targeted website traffic automatically using AI — without paid ads, complicated setups, or ongoing management?\\r\\n\\r\\nThat’s exactly what AI Traffic Whale delivers.\\r\\n\\r\\nAI Traffic Whale uses advanced AI technology to generate consistent, high-quality traffic from multiple sources, helping websites increase exposure, improve engagement, and grow faster — all on autopilot. No technical skills required, no monthly ad spend, and no complex tools to manage.\\r\\n\\r\\nYou set it up once, and the AI does the work for you.\\r\\n\\r\\n See how it works here: https://traffic.vinhgrowth.com\\r\\n\\r\\nYou are receiving this message because we believe this offer may be relevant to your website.\\r\\n\\r\\nIf you do not wish to receive further communications from us, please click here to UNSUBSCRIBE:\\r\\n\\r\\nhttps://vinhgrowth.com/unsubscribe?domain=ccmanitowoc.com\\r\\n\\r\\nAddress: 60 Crown Street, London\\r\\n\\r\\nLooking out for you,\\r\\n\\r\\nMargaret Julia\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@manitowochrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:24:11','2026-01-21 10:24:11','ffa492eb-2321-47d6-a58a-72e1fc2fc007'),
(12951,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidgep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"У элитной мебели также, как и у любой другой, есть свои исключительные черты и характеристики https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvijnaa-dver-rd-4.html\\r\\n   Выбирая элитную мебель, следует ориентироваться и на цену, и на производителя https://www.legnostyle.ru/shkafy-dlja-odezhdy-i-belja.html\\r\\n   В Италии, например, немало семейных предприятий, выпускающих роскошную высококачественную мебель, и это является всем известным фактом https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-16.html\\r\\n   Как и то, что настоящая элитная мебель удовольствие не из дешёвых https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a23.html\\r\\n   И, тем не менее, всё больше людей, в том числе и со средним достатком, предпочитают приобретать мебель класса , справедливо рассчитывая на то, что такая мебель покупается на десятилетия https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=21\\r\\n \\r\\nДольше, чем мы ожидали, с выбранной тканью довольно дорого вышло https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=2\\r\\n   Но, конечно, не дороже, чем купить новую подобную мебель https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-11.html\\r\\n   В любом случае все сделано достойно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/peregorodka-a12.html\\r\\n \\r\\nЧтобы дизайнер составил правильный проект, сообщите: желаемое количество ящиков, шкафчиков, дверок, полок приблизительные или точные размеры изделия (высота, ширина, глубина) цветовую гамму, в которой оформлена комната, где будет располагаться гарнитур https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s1.html\\r\\n   Проект будет составлен с учётом всех Ваших пожеланий https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a2-id-986.html\\r\\n   Мы сделаем всё, чтобы готовая продукция полностью соответствовала ожиданиям клиента https://www.legnostyle.ru/montazh-ustanovka-derevyannyh-lestnic.html\\r\\n \\r\\nПремиальные материалы https://www.legnostyle.ru/catalog/mebel/komod-m4.html\\r\\n   В производстве изделий используются дорогие материалы: массив ценных пород дерева, алюминий, декоративное ударопрочное стекло, обивка мягких элементов выполняется из натуральной кожи https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/dver-i13.html\\r\\n   Готовые изделия отличаются прочностью и долговечностью, формируют вокруг себя атмосферу солидности и надежности https://www.legnostyle.ru/catalog/dveri/iz-massiva/\\r\\n \\r\\nВ отличие от дешевых аналогов из ДСП и МДФ, мебель из натурального дерева экологически безопасна, и именно ее предпочитают те, кто заботится о своем здоровье и здоровье своих близких https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l4-5.html\\r\\n   Лучшая мебель из дерева в СПб представлена в интерьерных салонах  https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p9.html\\r\\n   Это магазин элитной мебели, где продавцы и покупателя ценят неповторимую естественную красоту дерева, комфорт и благоприятную энергетику \\r\\nсодержат разнообразные варианты моделей для комфортного ночного отдыха https://www.legnostyle.ru/catalog/inter-eri/s44.html\\r\\n   Удобные кровати, вместительные шкафы, тумбочки, комоды и прикроватные столики оригинальной формы изготовлены из массива натуральной древесины https://www.legnostyle.ru/catalog/dveri/iz-massiva/?PAGEN_1=19\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:24:37','2026-01-21 10:24:37','69273170-10b3-4143-956a-3006ac9c5f58'),
(12952,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldLaL\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ОПТОВЫЕ ПРОДАЖИ ФУРНИТУРЫ Телефон: +7 (916) 952 62 52 Почта: opt@furnimax https://kupefurnitur.ru/price\\r\\n ru https://kupefurnitur.ru/onas\\r\\n \\r\\nНа нашем сайте представлена фурнитура для производства офисной мебели - компьютерных столов, шкафов, мягкой мебели (кресел и диванов). В условиях кризиса многие производители стараются сэкономить на производстве мебели для офисных учреждений, делая выбор в пользу более дешевых материалов и комплектующих https://kupefurnitur.ru/price\\r\\n  Однако порой такой выбор может стать причиной появления на рынке некачественной мебели, которая не предназначена для длительной эксплуатации и быстро теряет свои функциональные возможности и эстетичный внешний вид https://kupefurnitur.ru/\\r\\n  Для решения данной проблемы необходимо внимательно изучить рынок поставщиков материалов и фурнитуры - на нашем сайте вы найдете оптимальные решения для производства офисной мебели по доступной цене https://kupefurnitur.ru/onas\\r\\n  Мы заинтересованы в долгосрочном и выгодном для обеих сторон сотрудничестве на постоянной основе https://kupefurnitur.ru/catalog\\r\\n \\r\\nВот тут-то и приходит на помощь фурнитура https://kupefurnitur.ru/price\\r\\n  И происходит чудо https://kupefurnitur.ru/price\\r\\n  Множество ненужных вещей превращаются в необычайно удобные и полезные предметы интерьера, без которых уже невозможно представить себе жизнь современного человека https://kupefurnitur.ru/contact\\r\\n  Можно ли представить себе интерьер помещения без шкафов, диванов, кресел, не говоря уже о таких важных предметах, как столы и стулья? Мебельная фурнитура позволяет не только создавать удобную и практичную мебель, — все эти, казалось бы, мелочи влияют на эстетическое восприятие https://kupefurnitur.ru/contact\\r\\n  Теперь мебелью пользоваться не только удобно, но ещё и приятно https://kupefurnitur.ru/contact\\r\\n \\r\\n\\r\\nОпт 1: 26 https://kupefurnitur.ru/price\\r\\n 00р https://kupefurnitur.ru/onas\\r\\n \\r\\nКрючок мебельный - это практичная деталь интерьера, которая делает быт удобней https://kupefurnitur.ru/onas\\r\\n  Используется в основ.. \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:24:53','2026-01-21 10:24:53','6603a28a-3a85-46bd-ba89-af245d3a651d'),
(12953,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tylerler\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Цена: Заказная работа ? \\r\\n1 июл https://classicgifts.ru/plastikovyie-salfetki-na-stol.html\\r\\n  2025 г https://classicgifts.ru/ruchki-individualnogo-dizajna.html\\r\\n \\r\\nБрендирование — та же реклама, которая будет работать на вас постоянно, Изготовление мерча говорит о статусе фирмы — как минимум, ваша компания платежеспособна и может позволить себе такой вид рекламы, Вы дарите по-настоящему уникальные, «фирменные» подарки, которых точно не найти в продаже — ассортимент товаров под мерч отличается от розничного ритейла, а нанесение делает его уникальным, Если вам нужен мерч, вы можете заказать его в компании Oasis — недорого, быстро, качественно https://classicgifts.ru/prinimateli-reshenij.html\\r\\n  На нашем сайте вы найдете все: от незатейливых брелоков до эксклюзивных изделий, от электроники на каждый день до качественного текстиля от европейских производителей https://classicgifts.ru/dekol.html\\r\\n \\r\\nБизнес сувениры Москва https://classicgifts.ru/kruzhki.html\\r\\n \\r\\n28 июл https://classicgifts.ru/znachki-zalivnyie.html\\r\\n  2025 г https://classicgifts.ru/znachki-zalivnyie.html\\r\\n \\r\\nАртикул 2978 Премиальный памятный знак \\\"СПЕЦНЕФТЕГАЗСТРОЙ\\\" \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:25:11','2026-01-21 10:25:11','0e58dde6-a068-4025-998e-036c9a651415'),
(12954,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DerekVeill\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Питание https://corporativ-luxe.ru/vip-servis\\r\\n \\r\\n12 000 счастливых коллег https://corporativ-luxe.ru/vedushchiy-didzhey\\r\\n \\r\\nОсобенности корпоративного (делового) туризма https://corporativ-luxe.ru/velikolepnyy-vek\\r\\n \\r\\nПодберём и забронируем отель нужной категории — от эконома до премиум-сегмента https://corporativ-luxe.ru/korporativ-v-nizhnem-novgorode\\r\\n  Учитываем местоположение, уровень сервиса и пожелания по условиям проживания https://corporativ-luxe.ru/korporativnaya-programma-nizhegorodskiy-forsazh\\r\\n \\r\\nКорпоратив в Азербайджане запомнится коллективу надолго https://corporativ-luxe.ru/korporativ-v-gruzii\\r\\n  Для посещения страны не нужна виза, только загранпаспорт, действующий не менее трех месяцев с момента окончания поездки https://corporativ-luxe.ru/korporativnyye-programmy-na-kube\\r\\n \\r\\nГорнолыжные туры Экскурсионные туры Свадебные туры Новогодние туры Корпоративный отдых VIP-туры и услуги Оздоровление и Спа https://corporativ-luxe.ru/nashi-uslugi-1\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:25:12','2026-01-21 10:25:12','aea83b04-df28-415f-be2d-356f7a4b0667'),
(12955,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeDuM\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Провинциальный спурт https://bayra.market/produkty-pitaniya-ru/vypechka-i-sladosti/shokolad-shokoladnye-batonchiki/shokolad-alpen-gold-klubnika-yogurt-90g/\\r\\n \\r\\nМаркетплейс Wildberries закрыл крупную сделку на складском рынке https://bayra.market/zhenschinam-ru/page-56/\\r\\n  Компания арендовала более 40 тыс https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00017286/\\r\\n  кв https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/kombinezony-ru-2/kombinezon-slip-shapkabant-belyy-rost-68/\\r\\n  м недалеко от Красноярска https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00016411/\\r\\n  Помещение обойдется ей в 500 млн руб https://bayra.market/oniks-finans-ooo/?items_per_page=24&page=84\\r\\n  ежегодно https://bayra.market/oniks-finans-ooo/?category_id=25987&page=79\\r\\n  Площади будут использоваться в качестве распределительного центра для расширения присутствия в Сибири https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00020803/\\r\\n  Сейчас основной фокус развития маркетплейсов — небольшие города https://bayra.market/odezhda-ru-5/page-2/?layout=products_multicolumns\\r\\n \\r\\nпредставитель бренда натуральной авторской косметики «ZAHAROVA» \\r\\nПосле анализа ситуации выяснилась схема подставы: один из конкурентов заказал большую партию шопперов новосибирского селлера, вложил в каждую модель заранее подготовленную бирку и отправил назад  https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/shapochki-i-rukavichki/shapochka-vyazanaya-detskaya-v-stile-bini-chernaya-r-38-40/\\r\\n  После этого «китайские» сумки поехали по всей России https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/shapochki-i-rukavichki/shapochka-detskaya-v-stile-bini-vyazanaya-r-0-3-mes-rozovyy/\\r\\n  При этом, отследить, кто и когда сделал закладку невозможно https://bayra.market/oniks-finans-ooo/?category_id=24507&page=10\\r\\n  Как невозможно найти и все модели с поддельными бирками https://bayra.market/produkty-pitaniya-ru/ryba-i-moreprodukty/solenaya-vyalenaya-i-kopchenaya-ryba/forel-file-h-k-v-u-350-g/\\r\\n \\r\\nАналогичная тройка лидеров и в рейтинге городов по росту оборотов на маркетплейсах https://bayra.market/mayonez-ru-3/\\r\\n  В Омске продажи увеличились на 64%, в Красноярске — на 63%, в Новосибирске — на 56%. По всей России оборот тоже вырос, но не столь значительно — на 42%. \\r\\nНачать лучше с усиления позиций в топ-3 регионов, где ваш продукт уже показывает хорошие результаты https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00020645/\\r\\n  Увеличение складских запасов в этих зонах позволяет проверить потенциал роста https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00017402/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:27:13','2026-01-21 10:27:13','b4dbd04a-79c9-41d5-abe4-c57fce9b160b'),
(12956,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Briandresy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В корзину Быстрый заказ https://beauty-prestige.ru/catalog/massazhnoe-oborudovanie/\\r\\n \\r\\nОбучение косметологов https://beauty-prestige.ru/catalog/oborudovanie-dlya-manikyura/\\r\\n \\r\\nADSS FG2000D+ 1600W NEW https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n \\r\\nСпасибо за обращение! \\r\\nУникальный тулиевый лазер с максимальной доступной мощностью https://beauty-prestige.ru/\\r\\n \\r\\nБлагодаря тому, что мы напрямую сотрудничаем с заводами производителями, получая от них льготные условия и скидки, у нас есть возможность предоставления честных цен нашим клиентам https://beauty-prestige.ru/about/howto/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:27:33','2026-01-21 10:27:33','27ccf051-835e-4fb1-8511-b4ba55f4b28b'),
(12957,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickpew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На данный момент покупку можно совершить на территории центра, договорившись с продавцом https://oookors.ru/product/palpi-1l-12-sht-vishnya/\\r\\n \\r\\nПоказать еще https://oookors.ru/product/nivea-maska-hyd-boost-gial-tkan-d-licza/\\r\\n \\r\\nОдни из главных направлений: деликатесная рыба и морепродукты из разных уголков нашей планеты https://oookors.ru/product/vafli-volzhskie-slivochnye-400-gr-blok-15-sht/\\r\\n  Уникальные продукты севера России, дикая оленина, консервы и тушенки, редкие виды варенья, травяные сборы из экологически чистых мест https://oookors.ru/product/colg-z-shhetka-shelkovye-niti-ultra/\\r\\n  Мы постоянно расширяем свой ассортимент, сохраняя качество https://oookors.ru/product/ahmad-chaj-erl-grej-seryj-100-pak-upak-12-sht/\\r\\n \\r\\nПопулярные разделы категории Продукты питания https://oookors.ru/product/fairy-sred-pureclean-d-myt-pos-450ml/\\r\\n \\r\\n\\r\\nПомимо продуктов питания, на B2B https://oookors.ru/product/dobryj-02l-27-sht-yabloko/\\r\\n TRADE также представлены: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:28:28','2026-01-21 10:28:28','df87b341-d5bc-4b7d-b834-c4fe07bb2889'),
(12958,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgevap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Кроме того, подобная тенденция также открывает возможности не только для покупателей и продавцов на площадках, рассуждает Илья Кретов: «Предприниматели могут открыть ПВЗ в своем городе, если его еще нет или их недостаточно на число населения, и иметь хороший доход с точки https://bayra.market/sergu/page-8/?utm_referer=geoadv_search_yabs&utm_ya_campaign=89823972517&yabizcmpgn=25716636&utm_candidate=59247141426\\r\\n  Однако с такой идеей стоит поторопиться, так как в этой сфере предложение довольно быстро догоняет спрос» https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00015768/\\r\\n \\r\\nЮлия Ильева https://bayra.market/sergu/page-28/?utm_referer=geoadv_search_yabs&utm_ya_campaign=89823972517&yabizcmpgn=25716636&utm_candidate=59247141423\\r\\n \\r\\nКроме того, в небольших городах и в деревнях растет такой поток денег, как солдатское жалованье, обращает внимание Федор Вирин https://bayra.market/galantereya-i-ukrasheniya/page-59/\\r\\n  Здесь эти деньги, по его словам, гораздо заметнее, чем в крупных городах https://bayra.market/ip-klimenko/?page=59\\r\\n  «При этом магазины для удовлетворения растущего спроса находятся далеко, а ассортимент в этих магазинах (в региональных центрах) не может сравниться с маркетплейсами https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00016663/\\r\\n  Поэтому неудивительно, что Ozon хорошо закрывает эту растущую потребность и показывает высокие темпы роста в малых городах https://bayra.market/produkty-pitaniya-ru/ryba-i-moreprodukty/ikra/ikra-moyvy-100-g/\\r\\n  Это win-win ситуация», — резюмирует Вирин https://bayra.market/produkty-pitaniya-ru/makarony-krupy-i-muka/krupy-ru/krupa-yachnevaya-5-kg/\\r\\n \\r\\nСпрос на протестированный Путиным крем от «Краснополянской косметики» вырос на 40% \\r\\nКейс № 2 https://bayra.market/kontroller-dlya-solnechnoy-elektrostancii-ru/fermerskoe-hozyaystvo/premiks-skeletin-s-ftorom-1kg/\\r\\n  Ближе к покупателю: рост продаж через региональные склады https://bayra.market/produkty-pitaniya-ru/vypechka-i-sladosti/pechene-pryaniki-vafli/pechene-ovsyanoe-4kg-korobka/\\r\\n \\r\\nВ десятку самых популярных в России маркеплейсов входят Wildberries, Ozon, Lamoda, Beru, Aliexpress/Tmall, СДЭК https://bayra.market/galantereya-i-ukrasheniya/page-115/\\r\\n МАРКЕТ https://bayra.market/oniks-finans-ooo/?page=124\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:29:10','2026-01-21 10:29:10','b429c85a-558f-402d-a5ac-55a88f8f35c9'),
(12959,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyped\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Это интересно! \\r\\nДенис Зубрев https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nбольше трафика с апреля 2021 по январь 2022 https://proffseo.ru/kontakty\\r\\n \\r\\nПоисковые системы Яндекс и Google https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nПродвижение сайта по России: региональное продвижение в интернете https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:29:28','2026-01-21 10:29:28','07859562-7e63-452b-9444-b7b05c082d3f');
INSERT INTO `formie_submissions` VALUES
(12960,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MelvinTic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Эндовазальная лаз https://www.angioprof.ru/uslugi-flebologii-i-angiologii/limfedema.html\\r\\n  коагуляция вен нижних конечностей (двух и более магистр https://www.angioprof.ru/fotogalereya.html\\r\\n  подкожных вен с множ https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/mediczinskij-trikotazh/mediczinskie-noski-dlya-diabetikov.html\\r\\n  притоками или/и перфорантами на бедре и голени в пределах одной конечности при осложн https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/\\r\\n  форме вар https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/obuv-ortopedicheskaya/obuv-ortopedicheskaya-domashnyaya.html\\r\\n  болезни (троф https://www.angioprof.ru/uslugi-flebologii-i-angiologii/obliteriruyushhij-ateroskleroz.html\\r\\n  язва, липодерматосклероз) A22 https://www.angioprof.ru/fotogalereya.html\\r\\n 12 https://www.angioprof.ru/uslugi-nevrologii/\\r\\n 003 https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/kompressionnyij-trikotazh/\\r\\n 009 https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/obuv-ortopedicheskaya/obuv-ortopedicheskaya-domashnyaya.html\\r\\n \\r\\nВ Москве клиника работает с 1993 года https://www.angioprof.ru/uslugi-xirurgii/\\r\\n  Детальная диагностика, применение современных технологий в сочетании с опытом квалифицированных врачей позволяет получать высокий лечебный и косметический результат лечения https://www.angioprof.ru/uslugi-flebologii-i-angiologii/kompressionnyij-trikotazh.html\\r\\n \\r\\nМетодики лечения https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/\\r\\n \\r\\n16 500 руб https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/\\r\\n \\r\\nВ/в введение лек https://www.angioprof.ru/uslugi-flebologii-i-angiologii/preparat-neovaskulgen-pri-lechenii-oank.html\\r\\n  препаратов https://www.angioprof.ru/uslugi-xirurgii/lechenie-xronicheskix-nezazhivayushhix-ran-otriczatelnyim-davleniem-(npwt-terapiya)/bio-implant-kolennogo-sustava-bio-osteo-(ssha).html\\r\\n  FOAM-FORM склеротерапия варикозно-расширенных вен под ультразвуковой навигацией на бедре и голени в пределах одной нижней конечности), 3 категории сложности A11 https://www.angioprof.ru/uslugi/troficheskie-yazvyi.html\\r\\n 12 https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/obuv-ortopedicheskaya/\\r\\n 003 https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/obuv-ortopedicheskaya/obuv-ortopedicheskaya-domashnyaya.html\\r\\n 007 https://www.angioprof.ru/uslugi-endokrinologiya/\\r\\n \\r\\n15 000 руб https://www.angioprof.ru/uslugi/informacziya-ob-osushhestvlenii-deyatelnosti-v-usloviyax-covid-19.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:30:53','2026-01-21 10:30:53','9b7d1c3e-8d7a-4ef5-baf0-e18316c3d7e9'),
(12961,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelBak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сотрудники санэпидемстанции получили узкопрофильные знания о биологии насекомых, а также о методах их истребления https://dez-spasatel.ru/articles/kleshchi/\\r\\n  Они также имеют доступ к разрешенным средствам — это позволяет им более эффективно противостоять синантропным насекомым, чем это могут сделать обычные граждане и персонал https://dez-spasatel.ru/fumigatsiya-fogatsiya-gazatsiya/drevotochets/\\r\\n \\r\\nПодробнее о СЭС ВАО https://dez-spasatel.ru/unichtozhenie-zapakhov/zapakh-trupa/\\r\\n \\r\\nПрименяем современное профессиональное оборудование https://dez-spasatel.ru/articles/tarakany/prichiny-poyavleniya-tarakanov-i-kak-izbavitsya-ot-nikh/\\r\\n  Используем безопасные химические средства https://dez-spasatel.ru/dezinsekciya/vshi/\\r\\n  Заключаем договор, предоставляем акт об обработке https://dez-spasatel.ru/articles/tarakany/prichiny-poyavleniya-tarakanov-i-kak-izbavitsya-ot-nikh/\\r\\n  Гарантируем качество работ, конфиденциальность, эффективность https://dez-spasatel.ru/articles/tarakany/pomogaet-li-bornaya-kislota-ot-tarakanov/\\r\\n  Трудятся дезинсекторы с опытом более трех лет https://dez-spasatel.ru/deratizatsiya-unichtozhenie-gryzunov/letuchie-myshi/\\r\\n \\r\\nДоступная стоимость услуг https://dez-spasatel.ru/dezinsekciya/\\r\\n \\r\\nуничтожение тараканов; обработка от клопов; дезинфекция вирусов; фумигация складов; обработка помещения от плесени, грибка, патогенной микрофлоры; уничтожение крыс, мышей и других грызунов https://dez-spasatel.ru/articles/dezinfektsiya/poyavilis-myshi-v-kvartire-kak-izbavitsya/\\r\\n \\r\\nСделайте первый шаг к более здоровой среде — посетите сайт Санэпидемстанции Московской области и города Москвы https://dez-spasatel.ru/articles/tarakany/kak-izbavitsya-ot-tarakanov-v-kvartire/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:31:57','2026-01-21 10:31:57','a96536ea-3593-428a-b147-137dfd600777'),
(12962,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AEMkYJjZPTJgZIojxv\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ta.yijiv.e.z.ar.u.7.6@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"hAZICMwGrkTvOKlMMgAmX\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"TEwdDbcDHawAijUQIcEbkORH\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:32:21','2026-01-21 10:32:21','3cbf14a3-0aa7-4084-934d-40819e28849f'),
(12963,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"FwqUnaBtotkuKYFzOqHVt\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ta.yijiv.e.z.ar.u.7.6@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4406816464\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204,3198,3192,3206,3202,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"rkyXEKlhspYelwCZIh\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareglendale.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@completecareglendale.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:35:12','2026-01-21 10:35:12','23157664-09b0-4300-87cf-b70f5cf9174d'),
(12964,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"iHUKQULAxOfpdEpqafkIf\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"ta.yijiv.e.z.ar.u.7.6@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"5960079955\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1171],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"qwhczZqpymIvlUNhc\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:35:40','2026-01-21 10:35:40','97717e1a-6072-44bb-80b4-49cfbe1ed09c'),
(12965,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottsmimi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nНапример, если вы непосредственно работаете с ремонтниками, мебельщиками, специалистом по изготовлению текстиля для дома, шансы совместно найти проект увеличиваются https://olga-filippova.ru/kontakts\\r\\n \\r\\nДля этого стиля характерно использование легких штор, мебели белого цвета и светлых полов, пастельных оттенков, живых цветов, большого количества декора в виде статуэток и прочего https://olga-filippova.ru/kontakts\\r\\n \\r\\nИнтерес к кактусам тоже можно легко объяснить – они не требуют к себе много внимания, а все же какая-никакая природа в интерьере https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\\r\\n  Для занятых современных людей – отличный вариант https://olga-filippova.ru/portfolio-2\\r\\n \\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:36:15','2026-01-21 10:36:15','ed15f438-3f16-412a-aef5-2dc18a4b724f'),
(12966,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelKar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Насекомы Вирусы Грызуны Дополнительные услуги https://dez-spasatel.ru/dezinfekciya/lishay/\\r\\n \\r\\nЗанимаясь контролем над состоянием санитарно-эпидемиологического благополучия в Москве, своей задачей санэпидемстанция ставит безопасный и качественный уровень жизни в столице https://dez-spasatel.ru/articles/tarakany/sovremennye-tendentsii-v-sfere-dezinfektsii-ot-tarakanov/\\r\\n  Наша СЭС служба доступна по цене, а дезинфекторы — настоящие мастера своего дела https://dez-spasatel.ru/articles/\\r\\n  Звоните для бесплатной консультации — отвечаем на все вопросы, организовываем оперативный выезд мастеров-дезинфекторов в течение часа https://dez-spasatel.ru/articles/kleshchi/kleshchi-i-ikh-rol-v-rasprostranenii-opasnykh-zabolevaniy/\\r\\n \\r\\nЕсли к Вам едут для санобработки — уберите ковры, картины, детские вещи, продукты питания и предметы гигиены, а также позаботьтесь о защите компьютера и телевизора от попадания на их поверхность препаратов https://dez-spasatel.ru/deratizatsiya-unichtozhenie-gryzunov/krysy/\\r\\n  Для этого просто накиньте на технику простыню или клеенку https://dez-spasatel.ru/unichtozhenie-zapakhov/zapakh-trupa/\\r\\n \\r\\nВосточный округ https://dez-spasatel.ru/\\r\\n \\r\\nГородская Санэпидемстанция Москвы и Московской области проводит дезинфекцию, дезинсекцию и дератизацию помещений различной направленности https://dez-spasatel.ru/unichtozhenie-zapakhov/zapakh-syrosti/\\r\\n  Профессиональная обработка поможет избавиться от насекомых, грызунов, опасных вирусов и микроорганизмов за короткий период https://dez-spasatel.ru/articles/klopy/kak-effektivno-izbavitsya-ot-klopov-v-matrase/\\r\\n  Работаем с сертифицированными препаратами, гарантирующими мгновенный результат https://dez-spasatel.ru/fumigatsiya-fogatsiya-gazatsiya/fumigatsiya-fosfinom/\\r\\n  Эффект достигается уже после 1 визита СЭС Москвы https://dez-spasatel.ru/articles/klopy/mozhno-li-uksusom-unichtozhit-klopov-v-dome/\\r\\n  Предоставляем гарантии https://dez-spasatel.ru/deratizatsiya-unichtozhenie-gryzunov/myshi/\\r\\n \\r\\nЦентральный округ https://dez-spasatel.ru/articles/dezinfektsiya/poyavilis-myshi-v-kvartire-kak-izbavitsya/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@southpointecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:36:54','2026-01-21 10:36:54','710ecee0-a313-49a9-86c5-3771c187a262'),
(12967,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Безупречная эргономика https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=18\\r\\n   Каждый элемент кабинета спроектирован таким образом, чтобы создавать оптимальные условия для работы https://www.legnostyle.ru/catalog/mebel/garderobnie/garderobnaa-model-scg-38.html\\r\\n   Деловые мелочи всегда будут под рукой, на просторной столешнице разместятся все важные бумаги, удобное кресло обеспечит эффективную поддержку позвоночника https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e6.html\\r\\n \\r\\nЕвропейские дизайнеры отлично понимают, что мебель должна представлять собой не только произведение искусства, но и практичные предметы бытовой обстановки, делающие жизнь более комфортной https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-5.html\\r\\n \\r\\nОбращаем Ваше внимание на то, что данный интернет-сайт носит исключительно информационно-ориентировочный характер и не является публичной офертой, определяемой положениями Статьи 437 Гражданского кодекса РФ https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-1.html\\r\\n \\r\\n) \\r\\nНаличие на складеВсе популярные модели оборудования в наличии на складе https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a5.html\\r\\n   Вам не придеться ждать 7-10 дней, пока не привезут оборудование https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=16\\r\\n   Приходите к Нам, покупайте и сразу забирайте https://www.legnostyle.ru/catalog/mebel/kb-15.html\\r\\n   В случае отсутствия какого либо оборудования Вам доставят его с региональных складов наших партнёров от 1-2х дней до 5-7 рабочих дней, в зависимости от выбранного типа доставки, от авиа до ЖД https://www.legnostyle.ru/catalog/inter-eri/s28.html\\r\\n \\r\\nВ каталоге нашего Интернет магазина Вы найдете мебель из сосны от многих известных мебельных фабрик https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i11.html\\r\\n   Фабрики мебели из массива располагаются в разных частях России и в Беларусии – это Москва и Санкт-Петербург, Остров, Раменское и Приозерск, Великие Луки, Муром и Галич, а также Петрозаводск (Карелия) https://www.legnostyle.ru/catalog/inter-eri/arka-a2.html\\r\\n   Каждая из фабрик изготавливающих мебель из сосны держит свой стиль в дизайне выпускаемой мебели, а также имеет свои тонкости в технологии изготовления мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a23.html\\r\\n   В связи с этим, если Вы планируете купить не один предмет мебели, изготовленный из массива сосны, мы советуем купить мебель от одной фабрики, и тогда вся мебель будет однотонной и выполненной в одном стиле т https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-9.html\\r\\n  е https://www.legnostyle.ru/catalog/nashi-raboty/kotel-niheskaa-naberejnaa-k7.html\\r\\n   будет сочетаться друг с другом https://www.legnostyle.ru/catalog/inter-eri/a-40.html\\r\\n   Так как не каждая фабрика мебели из массива сосны производит весь ассортимент мебели для дачи, бани и дома (одни производят только комоды и шкафы, другие мягкую мебель, третьи кровати), поэтому, чтобы не терять много времени на изучение вопросы как выбрать мебель из сосны самому, мы предлагаем Вам консультацию по телефону https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a3.html\\r\\n   Также Вы сможете узнать, какая мебель рассчитана на срок эксплуатации до 20 лет, а какая может не прослужить и 5 лет https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-46.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:38:29','2026-01-21 10:38:29','798d1c34-7e80-4123-8fda-8de6115e32ab'),
(12968,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenn_obri@getdandynow.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"www.getdandy.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Arbors,\\r\\n\\r\\nGoogle now lets customers text businesses like Complete Care at Arbors directly from their Google Business Profile.\\r\\n\\r\\nLast month alone, businesses like yours missed 10–20 real customer inquiries simply because no one replied fast enough — especially after hours.\\r\\n\\r\\nGetDandy connects an AI agent directly to your Google profile that:\\r\\n\\r\\n•\\tReplies to texts instantly, 24/7\\r\\n•\\tAnswers questions\\r\\n•\\tBooks appointments automatically\\r\\nIf someone texts and doesn\'t get a response, they move on to one of your competitors.\\r\\n\\r\\nWant to see how many messages Complete Care at Arbors is missing? Click here to grab a time on my calendar, and I’ll show you: Schedule a Call Here: https://getdandy.com/schedule-call-sms/\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O’Brien | AI Implementation Advisor\\r\\nGetDandy\\r\\nPhone: (949) 979-7488\\r\\nVisit us Online: https://getdandy.com/schedule-call-sms/\\r\\n\\r\\nUnsubscribe: https://bit.ly/42wnUsa\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:39:28','2026-01-21 10:39:28','67cb4a0e-f853-4efe-9ea5-d12c5300d0b5'),
(12969,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelvar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Использование химических средств https://dez-spasatel.ru/articles/authors/\\r\\n \\r\\nПрименяем современное профессиональное оборудование https://dez-spasatel.ru/dezinfekciya/obrabotka-kholodnym-tumanom/\\r\\n  Используем безопасные химические средства https://dez-spasatel.ru/unichtozhenie-borshchevika/\\r\\n  Заключаем договор, предоставляем акт об обработке https://dez-spasatel.ru/articles/authors/nadezhda-viktorovna-shved/\\r\\n  Гарантируем качество работ, конфиденциальность, эффективность https://dez-spasatel.ru/dezinsekciya/\\r\\n  Трудятся дезинсекторы с опытом более трех лет https://dez-spasatel.ru/zashchita-derevev-ot-vrediteley/koroed/\\r\\n \\r\\nМы проведём санитарную обработку помещения после болезни, смерти человека, домашнего животного https://dez-spasatel.ru/articles/kleshchi/kleshchi-u-lyudej/\\r\\n  К нам обращаются при разливе ртути, в случаях реального или потенциального заражения помещений https://dez-spasatel.ru/unichtozhenie-zapakhov/zapakh-mochi/\\r\\n \\r\\nДератизация проводится для ликвидации грызунов, что особенно актуально в больших городах https://dez-spasatel.ru/unichtozhenie-zapakhov/zapakh-mochi/\\r\\n  Среди причин их появления выделяют: \\r\\nПодробнее о СЭС ЮАО https://dez-spasatel.ru/actions/\\r\\n \\r\\nСтандартную, предусмотренную Роспотребнадзором, продолжительностью от 3 до 6 месяцев — в зависимости от вида обработки, степени заражения и иных факторов https://dez-spasatel.ru/dezinfekciya/pomeshcheniya/\\r\\n  Повторная обработка в этот период совершенно бесплатная https://dez-spasatel.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:40:40','2026-01-21 10:40:40','4fa40ba1-2fa5-42be-9880-deab719bea58'),
(12970,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenn_obri@getdandynow.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"www.getdandy.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Bey Lea,\\r\\n\\r\\nGoogle now lets customers text businesses like Complete Care at Bey Lea directly from their Google Business Profile.\\r\\n\\r\\nLast month alone, businesses like yours missed 10–20 real customer inquiries simply because no one replied fast enough — especially after hours.\\r\\n\\r\\nGetDandy connects an AI agent directly to your Google profile that:\\r\\n\\r\\n•\\tReplies to texts instantly, 24/7\\r\\n•\\tAnswers questions\\r\\n•\\tBooks appointments automatically\\r\\nIf someone texts and doesn\'t get a response, they move on to one of your competitors.\\r\\n\\r\\nWant to see how many messages Complete Care at Bey Lea is missing? Click here to grab a time on my calendar, and I’ll show you: Schedule a Call Here: https://getdandy.com/schedule-call-sms/\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O’Brien | AI Implementation Advisor\\r\\nGetDandy\\r\\nPhone: (949) 979-7488\\r\\nVisit us Online: https://getdandy.com/schedule-call-sms/\\r\\n\\r\\nUnsubscribe: https://bit.ly/42wnUsa\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:41:12','2026-01-21 10:41:12','c7240bd9-52b1-47e5-ab92-daf9dd612164'),
(12971,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryBoift\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ПЕРЕКРЫТИЕ ТАТУ (Cover up) Наши тату мастера – художники, профессионально перекрывают старые тату https://maze.tattoo/catalog/l/luna/\\r\\n \\r\\nБезупречный результат достигается благодаря новейшему оборудованию и фирменным расходникам от ведущих мировых брендов https://maze.tattoo/catalog/sha/\\r\\n \\r\\nОпыт работы: с 2008 года https://maze.tattoo/catalog/t/tigr/\\r\\n \\r\\nОпыт работы: с 2008 года https://maze.tattoo/catalog/x/haida/\\r\\n \\r\\nТолько мастера с художественным образованием - эскиз любой сложности https://maze.tattoo/catalog/ya/yakor/\\r\\n  Сделать татуировку вы сможете в этот же или в другой день https://maze.tattoo/catalog/l/lotos/\\r\\n \\r\\nTetiana Sakevych https://maze.tattoo/catalog/b/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:41:37','2026-01-21 10:41:37','e78c11ee-2202-4f8f-9b1e-1e1ea8092cea'),
(12972,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreyutelm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nДоставка и оплата https://ellman.ru/needle\\r\\n \\r\\nБЕЗ ПЕРЕПЛАТ! КАЧЕСТВЕННЫЙ ЭХВЧ-АППАРАТ ПО ЦЕНЕ ПРОИЗВОДИТЕЛЯ https://ellman.ru/triangular\\r\\n \\r\\nЗаболевания нижнего отдела генитального тракта https://ellman.ru/basic\\r\\n  Основы кольпоскопии https://ellman.ru/oval\\r\\n \\r\\nОборудование в рассрочку https://ellman.ru/plates\\r\\n \\r\\nГенератор Surgitron EMC производства американской компании Ellman предназначен для проведения различных микрохирургических операций, точечного воздействия на клетки тканей, капилляры с помощью высокочастотных радиоволн https://ellman.ru/triangular\\r\\n  Функционал оборудования позволяет применять данную модель в области стоматологии, гинекологии, дерматологии, отоларингологии, урологии, проктологии, онкологии, косметологии https://ellman.ru/ball\\r\\n  Прибор отличается простым управлением, безопасной эксплуатацией https://ellman.ru/accessories\\r\\n  Минимальное рассеивание тепла при использовании прибора сохраняет жизнеспособность прилегающих к пораженному участку тканей, что содействует быстрому заживлению ран, рубцов после разреза https://ellman.ru/diamond\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:41:54','2026-01-21 10:41:54','5d35f6da-6ec6-4b87-a477-3306109b05a1'),
(12973,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidEvirm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Китай – страна из списка лидирующих в области производства мебели https://www.legnostyle.ru/catalog/mebel/scg-26.html\\r\\n   Ну а том, каким спросом пользуется Самые читаемые записи за последний час:20/05/2014 Традиции китайского застолья09/09/2014 \\r\\n) \\r\\nЭлитная немецкая и итальянская мебель в Барнауле https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-15.html\\r\\n   Кухни, спальни, прихожие и гардеробные - вся мебель спланирована таким образом, чтобы легко реализовать творческие задумки в интерьере дома, с учётом особенностей жилья https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=2\\r\\n \\r\\nПраздник Ид аль-Адх с арабского переводится как Праздник жертвоприношения или праздник верности и сыновнего уважения https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/stol-model-s-5.html\\r\\n   Этот праздничный день отмечается на семидесятый \\r\\nКухни из массива дерева — это классика жанра, но бюджетным такой вариант не назовешь https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a5.html\\r\\n   Именно дерево лучше всего подходит для кухонного гарнитура в классическом стиле для людей с самым утонченным вкусом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/\\r\\n \\r\\nКаждая представленная серия неповторима и не похожа на другую серию: каждая имеет свою  https://www.legnostyle.ru/catalog/inter-eri/arka-a32.html\\r\\n   Убедиться в преимуществах элитной дизайнерской мебели можно открыв каталог салона интерьеров Линия    , предлагающего именно такие модели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d39.html\\r\\n   Здесь можно внимательно рассмотреть не только работы дизайнеров, но и готовые интерьеры с элитной дизайнерской мебелью https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-16.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:42:31','2026-01-21 10:42:31','5f8ce0a8-e74d-432d-a2ab-bb1d097b75e5'),
(12974,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CNhEWNwsAcjkhaINdvjPDtS\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"t.a.y.i.j.i.v.e.zar.u7.6@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"DFsmbqdKAyzQfyXNWNZ\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"vQxkUTlJXDLDvOmeQAWGqSqN\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:42:39','2026-01-21 10:42:39','91a2eeca-8f10-4340-a504-a1c29541817b'),
(12975,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Nathan Johnson\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mike@monkeydigital.co\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\r\\n \\r\\nI wanted to reach out with something that could seriously improve your website’s reach. We work with a trusted ad network that allows us to deliver genuine, geo-targeted social ads traffic for just $10 per 10,000 visits. \\r\\n \\r\\nThis isn\'t junk clicks—it’s actual users, tailored to your preferred location and niche. \\r\\n \\r\\nWhat you get: \\r\\n \\r\\n10,000+ high-quality visitors for just $10 \\r\\nGeo-targeted traffic for your chosen location \\r\\nLarger traffic packages available based on your needs \\r\\nUsed by marketers—we even use this for our SEO clients! \\r\\n \\r\\nInterested? Check out the details here: \\r\\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \\r\\n \\r\\nOr chat with us on WhatsApp: \\r\\nhttps://monkeydigital.co/whatsapp-us/ \\r\\n \\r\\nLet\'s get started today! \\r\\n \\r\\nBest, \\r\\nMike Nathan Johnson\\r\\n \\r\\nPhone/whatsapp: +1 (775) 314-7914\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:43:18','2026-01-21 10:43:18','350b9991-3244-4b65-b45e-427dfaa746fc'),
(12976,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daviddix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Все мебельные компании, занимающиеся оптовыми закупками в Китае, сталкиваются с проблемами доставки мебели от китайского производителя к месту продажи https://www.legnostyle.ru/catalog/lestnici/derevannie-vintovie-lestnici/\\r\\n   При доставке мебели из Поднебесной возникает \\r\\nКультурная революция в Китае вовсе не завершилась, она все еще продолжается, но на китайских дорогах https://www.legnostyle.ru/catalog/mebel/scg-19.html\\r\\n   Произошло обострение классовой ненависти велосипедистов и пешеходов к передвигающимся на \\r\\nПервоклассные кухни, выполненные в данном стиле, отличаются необходимой функциональностью, простотой и богатством конфигураций, зависящих от планировки помещения или личных предпочтений https://www.legnostyle.ru/catalog/mebel/kts-5.html\\r\\n   Подход к проектированию кухонь подобного стиля допускает определенную свободу (иногда даже сочетая несочетаемое), что предполагает возможность изготовления мебели по особому заказу https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=12\\r\\n \\r\\nТехнологии изготовления мебели, отточенные на протяжении многих столетий, до сих пор пользуются заслуженной популярностью не только во дворцах или особняках Западной Европы, но и в домах мировых правителей, преуспевающих бизнесменов и представителей творческой элиты https://www.legnostyle.ru/skladnye-mezhkomnatnye-dveri.html\\r\\n   Опираясь на многовековой опыт, итальянские мастера создают современные произведения искусства, предлагая и относительно доступные решения, и элитную мебель, рассчитанную на покупателей с очень высоким уровнем достатка https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p15.html\\r\\n \\r\\nС 2001 года итальянская мебель, предлагаемая компанией  представлена на сайте компании https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-20.html\\r\\n   Здесь покупатель может выбрать любую мебель от известных итальянских производителей, перечень которых представлен на сайте, а также аксессуары к ней https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-27.html\\r\\n \\r\\nЭлитная кухня - это непревзойденное сочетание максимального удобства, функциональности и изысканного дизайна https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d25.html\\r\\n   Пребывание на такой кухне - сплошное удовольствие, ведь даже приготовление пищи из обязанности превращается в приятное времяпрепровождение https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-15.html\\r\\n   Уют и комфорт элитных кухонь от компании  создается каждой деталью - индивидуальный подход к каждому клиенту позволяет удовлетворить любые требования и пожелания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o17.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:44:10','2026-01-21 10:44:10','0d0f94f7-6dab-4b07-8831-fb6d1a976eb7'),
(12977,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"uztaRIeESFfRimqWNYmhoVIj\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"t.a.y.i.j.i.v.e.zar.u7.6@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9951123675\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3208,3194,3204,3198,3206,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"SbCjmeYyhVfWYuMB\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:44:15','2026-01-21 10:44:15','e7e7c71a-47d3-4792-be08-4947a7c9853b'),
(12978,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyJax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продвижение сайта в поисковых системах – процесс, требующий исключительно индивидуального подхода https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Стратегия и методика продвижения зависит не только от целей заказчика, но и от ряда факторов: \\r\\nпо версии Рейтинга Рунета 2022 https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nРезультаты наших клиентов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nОпыт Свернуть https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nTagline Awards, 2021 г https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:44:36','2026-01-21 10:44:36','1f3fb2f2-6f4c-4c82-824d-34cb5e146680'),
(12979,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidhom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Среди предложений иомпании  отлично впишется в любой интерьер https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/arka-a31.html\\r\\n   Огромный выбор мебели для гостиниц, баров и бильярдных могут заинтересовать также профессионалов https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=10\\r\\n \\r\\nПри создании современного и уютного интерьера в квартире или коттедже главную роль играет мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i12.html\\r\\n   Она регулирует степень комфорта и позволяет владельцу полноценно отдыхать после тяжелого трудового дня https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaya-dver-e26.html\\r\\n \\r\\nСамой элитной корпусной мебелью для кабинета руководителя является мебель из дерева https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/mejkomnatnaa-dver-o15.html\\r\\n   Она изысканна, привлекательна, а главное соответствует строгому дизайну интерьера, который необходим коммерческому помещению https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaya-dver-e24.html\\r\\n   Приоритетными являются предметы интерьера из ценных пород https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a7.html\\r\\n   Дорогие материалы гарантируют, что мебель не потеряет привлекательного внешнего вида даже через много лет https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p10.html\\r\\n \\r\\nВ Гонконге сотни работников медицины, в том числе медсестры и врачи, начали в понедельник забастовку https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e30.html\\r\\n   По информации от местных СМИ, медики требуют, чтобы власти полностью закрыли границу с материковым Китаем, что предотвратит эпидемию короонавируса в регионе https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-2.html\\r\\n \\r\\n Количество категорий людей, которые приезжают в Китай, строго ограничено https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/model-i31.html\\r\\n   Как правило, это туристы, бизнесмены или студенты https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-23.html\\r\\n   Есть еще эмигранты и рабочие https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/dver-d43.html\\r\\n    И если бизнесмены с \\r\\nМебель из Германии славится на весь мир своими изысканными формами, износостойкостью и прочностью https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s2.html\\r\\n   Так что если хотите сделать свое жилье более функциональным и эргономичным, обращайтесь в нашу компанию! Мы поможем вам выбрать подходящий вариант гарнитура под ваш интерьер https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=7\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:45:08','2026-01-21 10:45:08','9ab4cb51-9d13-4cd1-9330-df96278d00e0'),
(12980,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"cQmsUlqKJZgZLzgBQ\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"t.a.y.i.j.i.v.e.zar.u7.6@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6370616679\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[957],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"aYvBewLWniqJcCpeChtY\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:46:04','2026-01-21 10:46:04','1517361c-31a3-42b0-9f52-a731d52cc4ee'),
(12981,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidstync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Элитная мебель для кабинета руководителя изготавливается не только из вышеперечисленных пород https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaya-dver-d47.html\\r\\n   Пользуются популярностью предметы интерьера из экзотических материалов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/peregorodka-model-a-25.html\\r\\n   Распространенной является мебель из махагони https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/?PAGEN_1=2\\r\\n   Она отличается темно малиновым, красно-коричневым цветом https://www.legnostyle.ru/obedennaya-mebel.html\\r\\n   Хорошо смотрится в кабинете стол или шкаф из тиса https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s9.html\\r\\n   Данная порода может быть, как красно-бурой, так и фиолетово-пунцовой https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p27.html\\r\\n   К элитным предметам интерьера относится мебель из мербау, венге, эбет, кемпас https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-15.html\\r\\n \\r\\nНаличие на складеВсе популярные модели оборудования в наличии на складе https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s3.html\\r\\n   Вам не придеться ждать 7-10 дней, пока не привезут оборудование https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d46.html\\r\\n   Приходите к Нам, покупайте и сразу забирайте https://www.legnostyle.ru/catalog/inter-eri/pt-19.html\\r\\n   В случае отсутствия какого либо оборудования Вам доставят его с региональных складов наших партнёров от 1-2х дней до 5-7 рабочих дней, в зависимости от выбранного типа доставки, от авиа до ЖД https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=10\\r\\n \\r\\nКухни из пластика — это, пожалуй, самый практичный вариант https://www.legnostyle.ru/catalog/mebel/scg-7.html\\r\\n   Судите сами: пластик без проблем моется, не выгорает, сохраняет свой первоначальный вид и сочные расцветки долгие годы, не выцветает https://www.legnostyle.ru/catalog/mebel/gp-6.html\\r\\n   Рекомендуем! \\r\\nПоспешите заказать перетяжку в Москве недорого и в качественном исполнении! На все работы у нас установлены доступные цены за счет того, что мы сотрудничаем напрямую с производителями фурнитуры и отделочных материалов для различных мебельных конструкций https://www.legnostyle.ru/catalog/inter-eri/arka-a21.html\\r\\n \\r\\nСтильный дизайн https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=12\\r\\n   Элитные гарнитуры сразу привлекают внимание тщательно выверенными стилистическими решениями https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/peregorodka-a6.html\\r\\n   Комплекты предлагаются как в классическом, так и в современном лаконичном дизайне для полного соответствия концепции интерьера https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-35.html\\r\\n \\r\\nИсторически сложилось, что в Китае никогда ранее не употребляли такие алкогольные напитки, как коньяки, наливки, ликеры, виноградные вина, шампанское https://www.legnostyle.ru/catalog/mebel/scg-50.html\\r\\n   В течение всей истории здесь было \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:46:22','2026-01-21 10:46:22','dcdaa882-55d4-47a2-aa87-af0f09b27f73'),
(12982,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldGew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Посмотреть доступные номера https://rich-house.su/photos/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/contacts/\\r\\n \\r\\nВсё включено https://rich-house.su/rooms/\\r\\n \\r\\nулица Леселидзе , д https://rich-house.su/rooms/\\r\\n 9, Геленджик https://rich-house.su/services/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/services/\\r\\n \\r\\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:46:35','2026-01-21 10:46:35','d3836c51-95e6-40d1-ae98-96f669da8132'),
(12983,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyErype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Часто амбиции компаний велики, руководители готовы вкладывать хорошие бюджеты в развитие своего бизнеса в интернете https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  При этом есть возможность, предположим, доставлять свой товар по всей стране https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Отсюда появляется желание продвигаться не только по определенному, основному региону (или нескольким), но и по всей России https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nНа изображении ниже видно, что результаты идентичные: \\r\\nЦены на услугу продвижение сайта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nМногое также зависит от конкуренции рынка и текущего состояния сайта, который вы продвигаете https://proffseo.ru/kontakty\\r\\n  Чем больше конкурентов и чем хуже текущие позиции сайта, тем выше затраты на рекламу и продвижение https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nЗапросов в ТОП-10 https://proffseo.ru/privacy\\r\\n \\r\\nПремия «Большой Оборот» в сфере e-commerce https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:47:54','2026-01-21 10:47:54','b5997356-2453-46dd-bcaa-98a517f388ef'),
(12984,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBroli\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Итоговые цены на услуги по перетяжке мягкой мебели устанавливаются индивидуально и во многом зависят от ваших пожеланий по починке изделия и изменений в его внешнем виде https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-33.html\\r\\n   На стоимость влияет начальное состояние кресла или дивана, вид выбранного декоративного покрытия и внутреннего наполнителя https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-13.html\\r\\n \\r\\nНа кладбище Бабаошань в Китае в Пекине начали использовать технологии виртуальной реальности с целью поддержать близких и родных усопших https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p21.html\\r\\n   Для этого во время проведения дня открытых дверей публике был показан симулятор смерти https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p18.html\\r\\n \\r\\nПремиальные материалы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e19.html\\r\\n   В производстве изделий используются дорогие материалы: массив ценных пород дерева, алюминий, декоративное ударопрочное стекло, обивка мягких элементов выполняется из натуральной кожи https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s5.html\\r\\n   Готовые изделия отличаются прочностью и долговечностью, формируют вокруг себя атмосферу солидности и надежности https://www.legnostyle.ru/catalog/kuhni/kuhna-20.html\\r\\n \\r\\nЗачастую бытует мнение, что возможно найти недорогую качественную элитную мебель  не стоит этому верить! Исключительно дорогая элитная мебель гарантирует вам качество и комфорт, т https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s10.html\\r\\n  к https://www.legnostyle.ru/catalog/inter-eri/a7.html\\r\\n   при её изготовлении применяются только натуральные элитные материалы https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-7.html\\r\\n   Это касается и внешней обивки мебели, а также и её внутреннего каркаса https://www.legnostyle.ru/catalog/mebel/scg-34.html\\r\\n \\r\\nДизайнеры активно впитывают в себя все особенности мебельной моды 20-го столетия, кожа в те времена была супер модна https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=5\\r\\n   Это объясняется тем что определенные стили пестрили шиком, такой материал как кожа, смог прекрасно тогда поддержать тему богатства и роскоши https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/?PAGEN_1=6\\r\\n   Набирающие популярность этнический стиль и колониальный, также выделяются наличием большого количества кожаных элементов мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d37.html\\r\\n \\r\\nНастоятельно рекомендуется заказывать разработку кухонного гарнитура исключительно под Вашу кухню https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=22\\r\\n   В этом случае удастся максимально эффективно вписать бытовую технику в фасад гарнитура https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/s-7.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:48:51','2026-01-21 10:48:51','732ad1c6-290a-41fd-939a-c3855eba2e54'),
(12985,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philiphax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1 dd https://akademy21.ru/massazhist-universal\\r\\n mm https://akademy21.ru/comerchiskie_ukladki\\r\\n yy Воскресенье Понедельник Вторник Среда Четверг Пятница Суббота Вс Пн Вт Ср Чт Пт Сб Вос Пон Вто Сре Чет Пят Суб Январь Февраль Март Апрель Май Июнь Июль Август Сентябрь Октябрь Ноябрь Декабрь Янв Фев Мар Апр Май Июн Июл Авг Сен Окт Ноя Дек Предыдущий месяц Следующий месяц https://akademy21.ru/massagist_estet\\r\\n \\r\\nДо аэропорта https://akademy21.ru/medsestra_cosmetolog\\r\\n \\r\\nРейтинг: 4 https://akademy21.ru/courses/meditsinskie-kursy\\r\\n 0 из 5 https://akademy21.ru/trener_parikmacher\\r\\n 0 https://akademy21.ru/skulpturnyi_massage_lica\\r\\n \\r\\nЗаказать подбор тура https://akademy21.ru/blog\\r\\n \\r\\nТуры в китай https://akademy21.ru/mmedsestra\\r\\n \\r\\nПутевки в Китай на январь 2024, цены на туры получены от туроператоров сегодня в 08:30 по Иркутску https://akademy21.ru/master_resnic\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:50:31','2026-01-21 10:50:31','22dab3c3-0822-41d0-a064-60297f951bbc'),
(12986,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LloydNub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Датчик подъёма кузова https://ftnet.ru/penza\\r\\n \\r\\nС помощью спутникового слежения вы видите точное местоположение транспорта на карте в реальном времени https://ftnet.ru/sakhalin\\r\\n  Система мониторинга анализирует соблюдение маршрутов, фиксирует отклонения и простои, позволяя оптимизировать логистику и повысить дисциплину водителей https://ftnet.ru/gbo-propan-lada-vesta/\\r\\n  Доступна история перемещений за последние 400 дней https://ftnet.ru/elma/\\r\\n \\r\\nПолный контроль топлива https://ftnet.ru/stazhirovka/\\r\\n \\r\\nКупить в 1 клик https://ftnet.ru/stazhirovkavrn-professional\\r\\n \\r\\nБортовая система контроля и отслеживания транспортных средств https://ftnet.ru/petrozavodsk\\r\\n \\r\\nСистема контроля топлива ГЛОНАССсофт поможет выявить использование «левых» чеков и несертифицированного топлива, подкручивание одометра, махинации с топливными картами и необоснованный пережог топлива https://ftnet.ru/samara\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:53:09','2026-01-21 10:53:09','981565b9-0c8f-4b1f-8355-77c45650e335'),
(12987,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MelvinElori\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Клиника доктора Максима Поповцева предлагает комплексный подход к решению венозных проблем https://www.angioprof.ru/uslugi-flebologii-i-angiologii/limfedema.html\\r\\n  Наш сосудистый флеболог применяет передовые технологии лечения, обеспечивающие быстрое восстановление без длительной реабилитации https://www.angioprof.ru/uslugi-flebologii-i-angiologii/tromboflebit.html\\r\\n \\r\\nВ/в введение лек https://www.angioprof.ru/uslugi-flebologii-i-angiologii/tromboflebit.html\\r\\n  препаратов https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/lechebnaya-kosmetika/sustavit-gel-balzam-dlya-tela-xondroitin-s-glyukozaminom-125ml.html\\r\\n  Однократный сеанс микросклеротерапии телеангиэктазий в пределах 1-й зоны одной нижней конечности, 1 категория сложности (склеротерапия телеангиоэктазий) A11 https://www.angioprof.ru/personal/\\r\\n 12 https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/badyi/\\r\\n 003 https://www.angioprof.ru/uslugi/troficheskie-yazvyi.html\\r\\n 009 https://www.angioprof.ru/fotogalereya.html\\r\\n \\r\\nКонсультация (интерпретация) с анализами и обследованиями сторонних организаций https://www.angioprof.ru/uslugi-xirurgii/lechenie-xronicheskix-nezazhivayushhix-ran-otriczatelnyim-davleniem-(npwt-terapiya)/bio-implant-kolennogo-sustava-bio-osteo-(ssha).html\\r\\n \\r\\nО Центре Инновационной Флебологии https://www.angioprof.ru/uslugi-xirurgii/lechenie-pyatochnoy-shpori.html\\r\\n \\r\\nНе уверены нужна ли вам операция? \\r\\n35 000 руб https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/kompressionnyij-trikotazh/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:53:28','2026-01-21 10:53:28','dcab496d-6f0e-4ca3-aabc-1938e23c94ae'),
(12988,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stevenappat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ультразвуковой толщиномер А1207 является самым маленьким толщиномером, совмещающим удобство в эксплуатации и все основные функции современного толщиномера https://www.ndt-club.com/news-99.htm\\r\\n  A1207 предназначен для измерения стенок, котлов, сосудов, работающих под давлением, обшивок судов и других изделий из черных и цветных металлов, изделий из черных и цветных металлов, изделий из стекла, а также металлических и пластиковых труб диаметром от 20 мм https://www.ndt-club.com/product-750-kabel-bnc-lemo00-bnc-bnc-bnc-microdot.htm\\r\\n \\r\\nТолщиномер ТМ-20МГ4 измеряет полную толщину покрытия (цинк + лакокрасочное покрытие) только на ферромагнитном основании (сталь и ее сплавы) https://www.ndt-club.com/news-47.htm\\r\\n  Выделить отдельно толщину галванического покрытия и толщину лакокрасочного покрытия не может https://www.ndt-club.com/product-566-metolab-422-stacionarnii-tverdomer-po-vikkersy.htm\\r\\n \\r\\nКомплектация прибора может быть изменена производителем без предупреждения https://www.ndt-club.com/product-757-rft-ip20wk1-preobrazovatel-immersionnii.htm\\r\\n  Все заявленные функциональные возможности остаются без изменений https://www.ndt-club.com/proizvoditeli-32-oktanta.htm\\r\\n \\tДополнительные иллюстрации \\r\\n\\r\\n\\r\\nОбновлено 10 января 2017Дефектоскопы, толщиномеры, твердомеры, тепловизоры, пирометры, рентгеновские аппараты, рентгеновская пленка, лазерные дальномеры https://www.ndt-club.com/product-365-a-50-adgezimetr-elektronnii.htm\\r\\n  Доставка в любую точку России https://www.ndt-club.com/product-720-v7-1833-obrazci-sherohovatosti-poverhnosti-sravneniya-parametr-ra.htm\\r\\n  Гарантийное и   https://www.ndt-club.com/news-91.htm\\r\\n  https://www.ndt-club.com/news-63.htm\\r\\n  https://www.ndt-club.com/news-55.htm\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:53:29','2026-01-21 10:53:29','404a17ba-1103-456f-b429-b362c8047c8e'),
(12989,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Vincentpeece\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ЗАМЕНА РЫЧАГА ЗАДНЕГО (ПОПЕРЕЧНЫЙ) \\r\\nКонтакты подтверждены https://dialdrive.ru/katalizator\\r\\n \\r\\nЕсли вы нуждаетесь в качественном и быстром ремонте, обращайтесь в ЭВИС-Моторс! \\r\\n29 лет, опыт 11 лет https://dialdrive.ru/dvs\\r\\n \\r\\nТелефон и соцсеть подтверждены https://dialdrive.ru/katalizator\\r\\n \\r\\nДокументы подтверждены https://dialdrive.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:53:33','2026-01-21 10:53:33','195be2c2-a5ff-47b0-924e-87a440ff1b82'),
(12990,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EmanuelRet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоимость работы по капиталке от 10т http://dmalmotors.ru/\\r\\n р http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n  Цена зависит от того насколько 034загажен034 мотор, требуется или нет расточка блока и прочего http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  Позоните или лучше подьезжайте в рабочее время (с 12 до 22), обговорим нюансы http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n \\r\\nЗа счет этого процесса происходит возвратно-поступательное движение поршня в цилиндре, преобразующее его во вращение вала http://dmalmotors.ru/remont-generatorov.html\\r\\n  Шатун приводит в действие коленвал, который передает крутящий момент к трансмиссии, а затем колесам автомобиля http://dmalmotors.ru/remont-sistemy-okhlazhdeniya.html\\r\\n \\r\\nОбновлено 5 окт 2022  http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n  http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n   изучения устройства дизельного двигателя на примере двигателя а/м КамАЗ http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n   Двигатель имеет вырезы   http://dmalmotors.ru/\\r\\n  http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Удлинение, усиление, обрезка, капитальный ремонт рам любых грузовых, коммерческих   http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  http://dmalmotors.ru/remont-sistemy-okhlazhdeniya.html\\r\\n \\r\\nПри ремонте подшипников скольжения нужно вытащить из их подшипникового щита цельную втулку либо вкладыш с помощью ударов древесным молотком через древесную выколотку http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  Щит при всем этом необходимо ставить так, чтоб подшипник упирался в эту опору http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n  При другом расположении подшипник может дать трещинку http://dmalmotors.ru/remont-starterov.html\\r\\n  Нужно также смотреть за тем, чтоб не разрушить смазочных колец http://dmalmotors.ru/remont-starterov.html\\r\\n \\r\\nДальше в этой статье мы рассмотрим возможные слабые места двигателей легковых автомобилей Форд, Мазда, Ниссан, Мерседес и Тойота, в конце обратим внимание на некоторые особенности ремонта моторов отечественного производства – ГАЗ и ВАЗ http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:53:33','2026-01-21 10:53:33','35b1bca3-8c1b-487e-8e00-1de7b120166b'),
(12991,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"cYYtFqFApgfJMBopHF\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tayi.jive.za.r.u.7.6@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"QTVaWvljismeVqkEZq\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"kLZGIeyAprMiWhqhOwkK\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:53:37','2026-01-21 10:53:37','588f8660-9dd0-4d13-aa35-92f393d46282'),
(12992,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"wjDJoflclLcbfmyCcsc\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tayi.jive.za.r.u.7.6@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4421485999\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"lSzhiRqqCQiWCrZsfrTLEVI\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:54:37','2026-01-21 10:54:37','be6d2d00-d9bb-493f-83d3-f84414b12965'),
(12993,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"toaDEKMDwNAupcfAvTW\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"tayi.jive.za.r.u.7.6@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7322983485\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1249],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"yYTNILVWFnsgSzPzJWybZt\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:54:59','2026-01-21 10:54:59','afa79059-f7b9-4dcc-81f2-6271c475fa67'),
(12994,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddySmits\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Еще истории успеха https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nЧасто продвижение в регионы связано с расширением дилерской или агентской сети, привлечением региональных оптовых компаний https://proffseo.ru/\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nВ соответствии с разработанной стратегией ставит задачи группе проекта и контролирует их реализацию https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n  Составляет технические задания и готовит все необходимые рабочие материалы https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Контролирует соблюдение KPI проекта, анализирует эффективность мер, при необходимости вносит коррективы https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Готовит регулярную отчетность https://proffseo.ru/privacy\\r\\n  Развивает проект https://proffseo.ru/kontakty\\r\\n \\r\\nСеребро в номинации «Лучшая контекстная кампания» \\r\\nОт чего зависит стоимость продвижения сайта? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:55:49','2026-01-21 10:55:49','5a72e6ac-c5ae-4755-862a-ae586bc36ff6'),
(12995,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidEvirm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как правило, элитная дорогая респектабельная мебель изготовлена из ценных пород древесины, умело и искусно обработанной настоящими профессионалами https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-25.html\\r\\n   На международном мебельном рынке есть много предложений мебели премиум класса, но, если вам хочется приобрести лучшее, стоит обратиться к итальянским производителям https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l4-6.html\\r\\n   Итальянская элитная мебель выпускается в содружестве с лучшими мировыми дизайнерскими мастерскими https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=9\\r\\n   Красота итальянских гарнитуров, например, мебельных коллекций для гостиных, неподражаема и неповторима https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a11.html\\r\\n   А умение итальянских краснодеревщиков работать с благородными древесными породами оттачивалось веками https://www.legnostyle.ru/catalog/inter-eri/potolki/potolok-model-pt-21.html\\r\\n \\r\\nГород Харбин – административный центр северо-восточной китайской провинции Хэйлунцзян – стал настоящим ледовым королевством https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p7.html\\r\\n   Ведь именно здесь в эти дни проходит \\r\\nС хорошей выделкой - только такой вид кожи используется итальянскими мастерами для отделки твердой мебели https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-5.html\\r\\n   Вощеная, патинированная и дополнительно покрыта водоотталкивающими средствами, она выглядит шикарно https://www.legnostyle.ru/catalog/inter-eri/potolok-model-pt-24.html\\r\\n    \\r\\nНа протяжении многих лет качественная мебель из дерева высоко ценится покупателями всего мира https://www.legnostyle.ru/stupeni-dlya-lestnic.html\\r\\n  Мебель из ценных пород отличается безупречным внешним видом и исключительной надежностью https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-o20.html\\r\\n   Салон элитной мебели  готов предложить изысканную импортную мебель для гостиных, спален, кабинетов, библиотек, детских комнат, прихожих и столовых https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=9\\r\\n    \\r\\nЗонированность помещения достаточно просто организовать, если использовать подсветку с умом https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-14.html\\r\\n   К примеру, активное освещение обязательно должно располагаться над рабочей областью https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a-1.html\\r\\n \\r\\nПриятные цены https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p20.html\\r\\n   Некоторым наши цены могут показаться завышенными, однако если у вас в приоритете надежность, износостойкость, прочность и экологичность, то вы поймете, что стоимость мебели полностью соответствует ее характеристикам https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/?PAGEN_1=4\\r\\n   Мы устанавливаем максимально доступные цены на изделия, так как сотрудничаем напрямую с известными брендами https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-16.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:56:17','2026-01-21 10:56:17','2566981c-0f53-41f6-b5d8-15e80d21cd08'),
(12996,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldhidlY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1 https://rich-house.su/contacts/\\r\\n 6 км от центра Геленджик https://rich-house.su/services/\\r\\n \\r\\nОтель «Биарриц» - прекрасное место для отдыха в Геленджике, занимает территорию в 40 га, в 350 метрах от собственного мелкогалечного пляжа https://rich-house.su/photos/\\r\\n \\r\\nГеленджик, ул https://rich-house.su/contacts/\\r\\n  Сурикова, д https://rich-house.su/restaurants/\\r\\n  16 https://rich-house.su/booking/\\r\\n \\r\\nАнапа (1 148 отелей) \\r\\nВключён завтрак, обед и ужин https://rich-house.su/restaurants/\\r\\n \\r\\nБесплатная отмена https://rich-house.su/services/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:57:05','2026-01-21 10:57:05','67411fec-04f0-4354-8ecc-be178c218f8f'),
(12997,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daviddix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания  заботится о своих клиентах, поэтому предлагает качественную немецкую мебель от лучших производителей https://www.legnostyle.ru/catalog/mebel/spalni/sp-9.html\\r\\n   У нас широкий ассортимент продукции https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=16\\r\\n   В каталоге вы найдете большое разнообразие корпусной и мягкой мебели, которая обладает отличными эксплуатационными характеристиками https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=22\\r\\n \\r\\nВ действительности перепродажа товаров из Китая выгодное дело, если знать правильных продавцов и особенности китайского рынка https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=16\\r\\n   Выбор товаров и производителей в \\r\\nНаша команда в течение долгих 12 лет работает на мебельном рынке России и мебель для элиты – наше приоритетное направление https://www.legnostyle.ru/catalog/kuhni/kuhna-30.html\\r\\n   Большинство моделей, представленных в продаже, изготовлено из отборного дуба https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/razdvijnaa-dver-rd-3.html\\r\\n   Каждый год наша коллекция элитной мебели в СПб пополняется новыми образцами https://www.legnostyle.ru/catalog/mebel/scg-9.html\\r\\n   Это роскошные элитные спальни с изящными туалетными столиками, стильными комодами и роскошными кроватями, элитная мебель для гостиных с удивительными по красоте барными столами, утонченными консолями, декоративными каминами, эстетичными столами и стульями https://www.legnostyle.ru/catalog/mebel/d1-3.html\\r\\n \\r\\nТорговые операции с КНР приобретают огромный размах https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i11.html\\r\\n   При этом при доставке грузов из Поднебесной приходится соблюдать большое число формальностей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-p16.html\\r\\n   Чтобы ввезти товар из Поднебесной в \\r\\nМы получили приятную скидку, заказав свою встроенную кухню в период проведения акции https://www.legnostyle.ru/catalog/inter-eri/a20.html\\r\\n   Быстро согласовали все условия и вскоре стали счастливыми обладателями новой кухни! \\r\\nИзготовление Вашей кухни началось! И теперь Вам остается только ждать https://www.legnostyle.ru/catalog/mebel/g-4.html\\r\\n   Изготовление кухни занимает до 14 дней, максимум, в зависимости от сложности заказа https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-scg-12.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:57:58','2026-01-21 10:57:58','5f830cdd-0583-4ead-b8bb-ab495d4c7801'),
(12998,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianbek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоимость перевозки груза с температурным режимом за 1 км https://keycargo.ru/partneram/\\r\\n \\r\\nСоблюдение правил перевозки грузов – одна из ключевых задач работы сайта «Мой груз» https://keycargo.ru/gruzoperevozki/\\r\\n  Все транспортные компании и частные перевозчики в обязательном порядке проходят проверку после регистрации на сайте https://keycargo.ru/kontakty/\\r\\n  Кроме наших специалистов за соблюдением всех правил следят и участники нашего форума , на котором активно обсуждаются другие участники рынка автомобильных грузоперевозок https://keycargo.ru/partneram/\\r\\n \\r\\n13 https://keycargo.ru/tarify/\\r\\n 6 х 2 https://keycargo.ru/tarify/\\r\\n 45 х 2 https://keycargo.ru/tarify/\\r\\n 45 https://keycargo.ru/\\r\\n \\r\\nМы принимаем к перевозке обычные, крупногабаритные и малогабаритные грузы, обеспечивая их безопасную и своевременную транспортировку https://keycargo.ru/o-kompanii/\\r\\n  Чтобы стать клиентом транспортной компании \\\"Возовоз\\\", оформите заявку на сайте vozovoz https://keycargo.ru/\\r\\n ru или в мобильном приложении https://keycargo.ru/tarify/\\r\\n \\r\\nПереезд в другой город от 12 руб/км https://keycargo.ru/partneram/\\r\\n \\r\\nЕсли вам нужно доставить груз в любой другой город России – в больших или малых объемах, срочно и надежно, – такую задачу стоит поручить опытным специалистам https://keycargo.ru/gruzoperevozki/\\r\\n  Транспортная компания ПЭК организовывает грузоперевозки по территории России авто- и авиатранспортом https://keycargo.ru/gruzoperevozki/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:58:02','2026-01-21 10:58:02','e4c4b7a2-adca-4705-9103-6791d6a8fbd5'),
(12999,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreyMIG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Pellefirm™ — современный аппаратный метод коррекции локальных жировых отложений https://ellman.ru/tips\\r\\n  Мы готовы познакомить вас с результатами исследования эффективности и безопасности данного метода https://ellman.ru/basic\\r\\n  Скачать “2016_pellefirm_proverim_na_dele https://ellman.ru/scalpel\\r\\n pdf” 2016_pellefirm_proverim_na_dele https://ellman.ru/triangular\\r\\n pdf – https://ellman.ru/devices\\r\\n  читать далее https://ellman.ru/tips\\r\\n \\r\\nРежимы работы Surgitron EMC https://ellman.ru/tips\\r\\n \\r\\nГенератор радиоволновой  используется в косметологии для выполнения эксклюзивной технологии безоперационной подтяжки кожи Pelleve™ \\r\\n\\r\\nГарантийный срок – 12 месяцев https://ellman.ru/triangular\\r\\n \\r\\nПрибор электро-радиохирургический Surgitron-DF 120 представляет собой полупроводниковый высокочастотный генератор, являющийся источником высокомощной энергии радиоволн, который может использоваться для целого ряда радиоволновых хирургических манипуляций https://ellman.ru/ball\\r\\n  Данное действие достигается выбором форм волны и уровней мощности с помощью кнопок, расположенных на передней панели https://ellman.ru/basic\\r\\n  Выбор режима осуществляется с помощью нажимных кнопок и индикаторов, которые дают информацию о состоянии прибора https://ellman.ru/basic\\r\\n  Уровень мощности для каждого режима высвечивается на цифровых дисплеях, находящихся на передней панели прибора, на которых также показывается положение самопроверки и наблюдения https://ellman.ru/devices\\r\\n  Регулирование окончательной выходной мощности осуществляется с помощью ножного и (или) ручного переключения https://ellman.ru/diamond\\r\\n  Внутренняя память является особым элементом для сохранения всех настроек передней панели, режима и уровня выходной мощности https://ellman.ru/diamond\\r\\n  Прибор соответствует международным стандартам безопасности https://ellman.ru/electrodes\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 10:59:24','2026-01-21 10:59:24','eaa03abb-c51f-484f-af9d-c6cd122b792e'),
(13000,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesrix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Команда арбористов готовы спилить упавшие деревья, которые не выдержали сильного ветра и зависли на соседних деревья или упали на крышу дома https://arbvbg.ru/\\r\\n  Есть все необходимое снаряжение для работы во всех возможных случаях https://arbvbg.ru/\\r\\n  Так же можем распилить лежащие деревья под ваши нужды https://arbvbg.ru/\\r\\n \\r\\nСпил деревьев https://arbvbg.ru/\\r\\n \\r\\nФакторы, влияющие на стоимость работы https://arbvbg.ru/\\r\\n \\r\\nПричины и способы удаления пней после спила аварийных деревьев https://arbvbg.ru/\\r\\n \\r\\nСпил деревьев в направлении естественного наклона, целиком https://arbvbg.ru/privacypolicy\\r\\n \\r\\nДиаметр ствола; Количество деревьев; Вид и количество услуг; Условия работы (провода, забор, дом…); Состояние дерева (гниль, трещины, наклон); \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:01:13','2026-01-21 11:01:13','657e7f7b-332d-4991-8992-3c2e9ed2c81b'),
(13001,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesAbilt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<thead>\\r\\n<td>?0 VED.</td>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:01:14','2026-01-21 11:01:14','57cdd2bf-0d3d-4b04-87e9-1ddf3d73b926'),
(13002,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidTaito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Важно: в данном типе оборудования функционирование агрегата обеспечивается за счет движения холодильного вещества и водяной жидкости в направлениях, противоположных друг другу https://first-industrial.ru/catalog/ispariteli/0055-1-kozhuhotrubnyj-isparitel-thermokey-tme-55-1\\r\\n \\r\\nНазад Холодильное оборудование Автокондиционеры: Сервис и ЗИП (50) Автокондиционеры: Сервис и ЗИП Клапаны сервисные и ЗИП автокондиционеров (42) Сервис Оборудование для автокондиционеров (8) Агрегаты холодильные Агрегаты Aspera (11) Вентили, Краны, Клапаны и Ниппели Холод https://first-industrial.ru/catalog/ispariteli/0300-1-kozhuhotrubnyj-isparitel-thermokey-tme-300-1\\r\\n  Вентили (31) Вентили Rotalock (10) Вентили прокалывающие (7) Вентили соленоидные и ЗИП (33) Вентили шаровые (34) Клапаны холодильных систем (14) Клапаны Шредера (6) Ниппели (23) Соединения быстросъёмные (7) Компрессоры и ЗИП Компрессоры ASPERA (3) Компрессоры CUBIGEL (43) Компрессоры EMBRACO (95) Компрессоры SECOP, ACC (38) Компрессоры TECUMSEH (1) Компрессоры АТЛАНТ (5) Линейные компоненты Виброгасители (15) Вентили соленоидные и ЗИП (28) Стекло смотровое (13) Сварка Баллоны, Газы (15) Горелки, Держаки и ЗИП (24) Припой, Флюс (17) Сварочные Посты (7) Припой серебросодержащий (10) Сервисное Оборудование и ЗИП https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaey-250\\r\\n  Вакуумные Насосы (19) Коллекторы манометрические (66) Насосы для масла (1) Сервисные Шланги и ЗИП (92) Станции Зарядные, Промывки и Сбора Хладона (5) ЗИП и Расходники для Сервиса (5) Химия для Сервиса Холод https://first-industrial.ru/catalog/ispariteli/0385-1-kozhuhotrubnyj-isparitel-thermokey-tme-385-1\\r\\n Оборудования (24) ЗИП для Коллекторов манометрических (1) Течеискатели, Фонари UV, Индикаторы (42) Термоизоляция ARMAFLEX (17) Клей , Краска и расходные материалы (11) Ру-флекс (14) Фильтры Фильтры RGAS (35) Вставки фильтра (11) Корпуса фильтров (13) Фильтры GAR (9) Фильтры антикислотные Becool (7) Фильтры антикислотые Danfoss (10) Фильтры антикислотые Sikelan (9) Фильтры масляные (4) Фильтры осушители Becool (32) Фильтры осушители Danfoss (38) Фильтры осушители Sikelan (17) Фильтры осушители медные (8) Электрика ТЭНы, Нагреватели (16) Электродвигатели Эл https://first-industrial.ru/catalog/page/2\\r\\n двигатели Fan Motors (4) Электродвигатели \\\"ЕLCO\\\" (4) Электродвигатели YZF, CN, EBM и др https://first-industrial.ru/catalog-category/drycooler\\r\\n  (14) \\r\\nмы перезвоним в рабочее время https://first-industrial.ru/portfolio/ooo-npo-zavod-magneton\\r\\n \\r\\nФиксируются они на заводской раме или на конструкции, которую сваривают самостоятельно https://first-industrial.ru/catalog/chiller/chiller-climacore-wda-nr-060\\r\\n  Некоторые модели конденсаторов имеют опоры https://first-industrial.ru/catalog/ispariteli/0070-1-kozhuhotrubnyj-isparitel-thermokey-tme-70-1\\r\\n  Выбирая место, где будет находиться агрегат, следует учитывать направление ветров https://first-industrial.ru/catalog/ispariteli/0120-1-kozhuhotrubnyj-isparitel-thermokey-tme-120-1\\r\\n  Разворачивать его таким образом, чтобы встречные потоки не мешали работе вентиляторов https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaeby-4160\\r\\n  Негативно скажется на работе конденсатора обилие пыли, жира и др https://first-industrial.ru/catalog/chiller/chiller-bom-4-kvt\\r\\n \\r\\nДиаметры трубок: 9,52 / 12 / 15 / 16 мм https://first-industrial.ru/catalog/gidromoduli/gidromodul-2nm-40-16b-b\\r\\n \\r\\n4 причины для обращения в ZIP24: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:01:48','2026-01-21 11:01:48','a28af64e-beb3-4865-b85a-36f3968ffb6d'),
(13003,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBroli\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Европейские дизайнеры отлично понимают, что мебель должна представлять собой не только произведение искусства, но и практичные предметы бытовой обстановки, делающие жизнь более комфортной https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-9.html\\r\\n \\r\\nИнициатором протеста стало новое профсоюзное объединение медицинских работников https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d30.html\\r\\n   По мнению активистов, больницы Гонконга  Опубликовано 04/02/2020 - 15:45 \\r\\nМы уже 10 лет занимаемся реализацией добротной, экологически чистой и безопасной мебели в России https://www.legnostyle.ru/catalog/mebel/komod-model-kts-21.html\\r\\n   Каждый посетитель нашего сайта найдет для себя подходящий вариант, соответствующий его вкусовым предпочтениям и финансовым возможностям https://www.legnostyle.ru/modyli-dlia-kyhni.html?PAGEN_2=3\\r\\n \\r\\nКак свидетельствуют данные, которые были обнародованы Федеральным статистическим ведомством Германии, в 2018 году статус самого крупного торгового партнера страны остается за Китаем, причем это уже третий год подряд https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=8\\r\\n   Объем торговли между Германией и Китаем достиг 199,3 миллиарда евро https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=11\\r\\n \\r\\nСтрого говоря, золочение может быть выполнено самостоятельно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e29.html\\r\\n   Знать и уметь для этого нужно не так много, как может показаться на первый взгляд https://www.legnostyle.ru/articles/\\r\\n   Наличие специального клея-лака, а так же книжки сусального золота позволит преобразить практически любую мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=3\\r\\n \\r\\nДвери шкафа-купе, комодные ящики и спинки стула отделаны кожей ската, или угря https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-1.html\\r\\n   Отделывать кожей мебель можно разными способами, ясно что у итальянцев свои традиции отделки, которые могут видоизменятся от мастера к мастеру https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/kts-2.html\\r\\n    \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:02:29','2026-01-21 11:02:29','da6a63d1-19ea-4f2c-8bd8-f761f152a4e2'),
(13004,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidEvirm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На элитную мебель действует складская программа, благодаря которой интересующие вас комплекты могут быть доставлены в течение 2-3 дней https://www.legnostyle.ru/komod-iz-dereva.html\\r\\n   Каждый покупатель может воспользоваться: \\r\\nПремиальные материалы https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s22.html\\r\\n   В производстве изделий используются дорогие материалы: массив ценных пород дерева, алюминий, декоративное ударопрочное стекло, обивка мягких элементов выполняется из натуральной кожи https://www.legnostyle.ru/shkafy-iz-massiva.html\\r\\n   Готовые изделия отличаются прочностью и долговечностью, формируют вокруг себя атмосферу солидности и надежности https://www.legnostyle.ru/catalog/inter-eri/potolki/?PAGEN_1=4\\r\\n \\r\\nЭксклюзивность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p24.html\\r\\n   Каждый заказ дизайнеры проектируют индивидуально, поэтому риск увидеть тот же самый интерьер стремится к нулю https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i7.html\\r\\n   Дизайнер элитной мебели не просто создаёт новую форму, он подбирает для неё материал и фурнитуру, доводя модель до совершенства https://www.legnostyle.ru/catalog/mebel/kabinety/kv-10.html\\r\\n \\r\\nПри выборе средств декора делового помещения дизайнеры часто отдают предпочтение мебели из дорогого дерева, произрастающего в России https://www.legnostyle.ru/catalog/inter-eri/inter-er-int10.html\\r\\n   Она дешевле, чем продукция из редких пород, но смотрятся предметы интерьера так же отлично https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=18\\r\\n   Вся современная мебель пропитывается особыми средствами, которые предотвращают гниение и нападение вредителей https://www.legnostyle.ru/catalog/inter-eri/pt-6.html\\r\\n \\r\\nВ Пекине или Шанхае терактов не было, да и весь Китай в этом отношении считается благополучным государством https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=22\\r\\n   Но в метрополитене Шанхая или  Опубликовано 23/09/2018 - 13:07 \\r\\nВ Поднебесной выпускают самую разнообразную продукцию – компьютеры, бытовую технику, автомобили, одежду и т https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-45.html\\r\\n  д https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l4-8.html\\r\\n   Эта продукция выводится на международный рынок и обладает хорошим спросом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p36.html\\r\\n   Но \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:03:20','2026-01-21 11:03:20','59cbb3b9-d728-4ec1-b470-016bff3e1ec0'),
(13005,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lucas Gertrude\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gertrude.lucas@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Lucas Gertrude\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey \\r\\n\\r\\nI hope this message finds you well! \\r\\n\\r\\nI\'m getting in touch since I\'m really impressed with your web presence ✨\\r\\n\\r\\nI\'m the curator of **DesignChan.org** - a curated showcase of outstanding web design creations. \\r\\n\\r\\nI\'d love to feature your beautiful design work on our platform! You\'ll get:\\r\\n\\r\\n- More recognition to industry peers \\r\\n- Valuable SEO benefits from our respected domain \\r\\n- Recognition among our active audience \\r\\n\\r\\nAdditionally, you\'re welcome to join our community and share your own projects directly! Totally free to join and excellent for network with other talented designers. \\r\\n\\r\\nAre you open to this? I\'d be happy to share more specifics or address any concerns you might have.\\r\\n\\r\\nYou can reach me directly at **Showcase@DesignChan.org** for any questions or to discuss details.\\r\\n\\r\\nAppreciate your consideration and continue the great work! Hope to your response \\r\\n\\r\\nBest,\\r\\nAdmin from DesignChan.org\\r\\n\\r\\nPS - You can check out our Website of the Month winners at **https://designchan.org** to get a feel for the type of projects we feature! Check out our featured sites that might inspire your own work. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:04:47','2026-01-21 11:04:47','23f79b2e-7d72-4d4a-9b61-baab96836cd0'),
(13006,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldDom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Деревянная вешалка отлично впишется в интерьер бани или парилки https://kupefurnitur.ru/price\\r\\n  Возможно использование вешалки и дл.. \\r\\nНастоящая Политика в отношении обработки и обеспечения безопасности персональных данных (далее – «Политика») в Филиале ООО «Комплектующие для мебели» в г https://kupefurnitur.ru/contact\\r\\n  Москва (далее – «Общество») определяет основные положения, реализуемые Обществом при обработке персональных данных https://kupefurnitur.ru/price\\r\\n  Политика является документом, доступным любому сотруднику, клиенту и контрагенту Общества, и представляет собой официально принятую руководством Общества систему взглядов на проблему обеспечения законности и безопасности обработки персональных данных физических лиц https://kupefurnitur.ru/onas\\r\\n  Настоящая Политика разработана на основании ст https://kupefurnitur.ru/\\r\\n  18 https://kupefurnitur.ru/catalog\\r\\n 1 Федерального закона № 152-ФЗ «О персональных данных», с учетом требований Конституции Российской Федерации, федеральных законов и иных нормативных правовых актов Российской Федерации в области персональных данных https://kupefurnitur.ru/price\\r\\n  Руководство Общества считает важнейшей задачей обеспечение в ходе реализации бизнес-процессов защиты прав и свобод гражданина при обработке в Обществе его персональных данных, в том числе правомерности обработки персональных данных в Обществе и их защиты от несанкционированного доступа и/или утраты https://kupefurnitur.ru/\\r\\n  Соблюдение требований в части обработки и защиты персональных данных позволит Обществу обеспечить его деловую репутацию, соответствие правовым, регулятивным и договорным требованиям https://kupefurnitur.ru/\\r\\n  Политика распространяется на все бизнес-процессы Общества и обязательна для применения всеми сотрудниками и руководством Общества, а также пользователями его информационных ресурсов Настоящая политика распространяется на пользователей сайта, клиентов, соискателей по вакансиям, сотрудников сторонних организаций, взаимодействующих с компанией (далее-субъекты персональных данных). Политика действует бессрочно после утверждения и до ее замены новой версией https://kupefurnitur.ru/price\\r\\n  Загружая веб-сайт на компьютере, мобильном устройстве и заполняя web-формы, содержащие персональные данные, а также передавая персональные данные компании любым иным способом, субъекты персональных данных соглашаются на условия, описанные в Политике https://kupefurnitur.ru/\\r\\n \\r\\nОпт 1: 23 https://kupefurnitur.ru/onas\\r\\n 50р https://kupefurnitur.ru/price\\r\\n \\r\\nФурнитура для мебели https://kupefurnitur.ru/contact\\r\\n \\r\\nОпт 2: 119 https://kupefurnitur.ru/onas\\r\\n 50р https://kupefurnitur.ru/catalog\\r\\n \\r\\nОпт 2: 28 https://kupefurnitur.ru/\\r\\n 10р https://kupefurnitur.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:04:49','2026-01-21 11:04:49','b50afc94-10b2-4ab9-adba-bb3b8ae2fe8d'),
(13007,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianBuh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Перевозка груза, поиск грузоперевозок https://keycargo.ru/gruzoperevozki/\\r\\n \\r\\nCargo-Express: доставка грузов по России https://keycargo.ru/\\r\\n \\r\\nМеждугородние перевозки грузов по России https://keycargo.ru/gruzoperevozki/\\r\\n \\r\\nВячеслав Бутаков тел.: +7 (812) 326-80-86 факс: +7 (812) 326-80-81 e-mail: auto@cargo-express https://keycargo.ru/\\r\\n ru https://keycargo.ru/\\r\\n \\r\\nКомпания ПЭК предлагает минимальные сроки перевозки и доставки грузов https://keycargo.ru/sklad/\\r\\n  Кроме того, клиенты имеют возможность заказать экспресс-доставку авиатранспортом https://keycargo.ru/partneram/\\r\\n \\r\\nОбслуживание VIP-клиентов - Благодаря высокому профессионализму, ответственному подходу к работе наша компания завоевала большой авторитет у наших клиентов https://keycargo.ru/tarify/\\r\\n  Консульствами иностранных государств доверены нам почетные обязанности - быть генеральным экспедитором официальных визитов первых лиц, таких как Билл Клинтон, Джордж Буш, Цзян Цзэминь, король Марокко Мухаммед 4 и многих других делегаций и гостей https://keycargo.ru/\\r\\n  К нашим услугам обращаются такие персоны как, Пол Маккартни, Уитни Хьюстон https://keycargo.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:05:16','2026-01-21 11:05:16','e5258e74-9776-4f3e-9f1f-ec7c692dd4dd'),
(13008,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daviddix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выбор материалы для производства кухонь такого класса широк: массив дерева ценных и экзотических пород, нержавеющая сталь, закаленное стекло и др https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p6.html\\r\\n   Технологии, используемые при производстве, гарантируют не только исключительный внешний вид, но и надежность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p7.html\\r\\n \\r\\nУже давно элитная мебель перестала быть для нас чем-то необычным https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=19\\r\\n   Все мы хотим, заплатив деньги получить что-то необычное, особенное и, конечно же, эксклюзивное https://www.legnostyle.ru/elementy-i-komplektuyuschie-dlya-derevyannyh-lestnic.html\\r\\n \\r\\nИсходя из совокупности характеристик, присущих элитной мебели, становится понятной её возрастающая популярность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e7.html\\r\\n   Качество и красота на долгие-долгие годы стоят затраченных материальных ресурсов и, как показывает практика, многие покупатели уже пришли к этому выводу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e17.html\\r\\n \\r\\nЗаказать мебель из распространённого дерева, а затем шпонировать его дорогими породами https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=21\\r\\n   Не стоит цели заткнуть кого-то за пояс или продемонстрировать уровень своего достатка https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o16.html\\r\\n   Попросту дорогие породы дерева гораздо привлекательнее внешне, и с ними общий дизайн помещения приобретает более привлекательный внешний вид https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/komod-model-kts-6.html\\r\\n \\r\\nВ Гонконге сотни работников медицины, в том числе медсестры и врачи, начали в понедельник забастовку https://www.legnostyle.ru/vnutrennyaya-otdelka-derevom.html\\r\\n   По информации от местных СМИ, медики требуют, чтобы власти полностью закрыли границу с материковым Китаем, что предотвратит эпидемию короонавируса в регионе https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/peregorodka-a6.html\\r\\n \\r\\nРоссийские импортёры сельскохозяйственной продукции активно закупают овощи и фрукты в Китае https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d30.html\\r\\n   Ожидается, что объём сделок в ближайшее время достигнет 7,25 млн долларов https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s45.html\\r\\n   Самые читаемые записи \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:06:02','2026-01-21 11:06:02','bf60da96-cd15-483c-b2ad-6641fd72d720'),
(13009,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertbromo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выполним сложные такелажные работы весом от 100 кг https://drogal.ru/glossary/benchmarking/\\r\\n  до 100 тонн https://drogal.ru/portfolio_tags/slozhnye-takelazhnye-raboty/\\r\\n  От 8 000 руб https://drogal.ru/glossary/vigodopriobretatel/\\r\\n \\r\\nГидролифт 1000 кг https://drogal.ru/glossary/takelazhnaya-osnastka/\\r\\n \\r\\nФургон до 18 м? Гидролифт 700 кг 40 /км за МКАД 1650 /час Заказать https://drogal.ru/glossary/obreshetka/\\r\\n \\r\\nЦена на такелажные работы во многом зависит от манипуляций, которые необходимо проделать, от габаритов груза, перевозимого расстояния (если груз нужно перевезти из одного места в другое) и стоимости услуг конкретных специалистов https://drogal.ru/takelazhniki-kto-eto-i-chem-oni-otlichayutsya-ot-gruzchika/\\r\\n \\r\\nЗаказать онлайн https://drogal.ru/glossary/materialnii_potok/\\r\\n \\r\\nСертификаты https://drogal.ru/glossary/strahovoi-vznos/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:06:13','2026-01-21 11:06:13','9a98ed63-49c4-42eb-8fef-9be2fe2193ca'),
(13010,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldbusly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\n-Доставка в пределах МКАД для ОПТОВЫХ заказов свыше 40000 рублей бесплатная, при доставке за МКАД до 5 км минимальная сумма заказа для бесплатной доставки должна быть 50000 рублей https://kupefurnitur.ru/onas\\r\\n \\r\\nПриглашаем оптовых покупателей приобрести фурнитуру для мебели в компании FURNiMAX https://kupefurnitur.ru/catalog\\r\\n \\r\\nОпт 2: 96 https://kupefurnitur.ru/price\\r\\n 30р https://kupefurnitur.ru/onas\\r\\n \\r\\nбольшим запасом прочности; устойчивостью к механическим нагрузкам; защитой от коррозии и влаги; эргономичным дизайном https://kupefurnitur.ru/\\r\\n \\r\\nКрупнейшие производители https://kupefurnitur.ru/onas\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:06:55','2026-01-21 11:06:55','26f8d3e7-9682-4d4c-9f13-135393d512a8'),
(13011,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertniz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По запросу 108 https://deneb-spb.ru/kompensatory\\r\\n 84 https://deneb-spb.ru/mufty-kombinirovannye\\r\\n \\r\\nМОСКВА 108851, Москва, г https://deneb-spb.ru/izolyaciya\\r\\n  Щербинка, ул https://deneb-spb.ru/vse_novosti\\r\\n  Железнодорожная, д https://deneb-spb.ru/ankery\\r\\n  32, стр https://deneb-spb.ru/krany-latunnye-rezbovye\\r\\n  1 тел.: +7 (495) 228-30-30 САНКТ-ПЕТЕРБУРГ 192019, Санкт-Петербург, ул https://deneb-spb.ru/burty-i-flancy\\r\\n  Профессора Качалова, 11 тел.: +7 (812) 324-77-50 САМАРА 443031, г https://deneb-spb.ru/sedla\\r\\n  Самара, 9 просека, 2-й проезд, д https://deneb-spb.ru/shejvery-i-torcevateli\\r\\n  16 А тел.: +7 (846) 269-64-54 РОСТОВ-НА-ДОНУ 344018 , Ростов-на-Дону, ул https://deneb-spb.ru/izolyaciya\\r\\n  Текучева, зд https://deneb-spb.ru/zaglushki\\r\\n  139/94 тел.: +7 (863) 306-56-00 КРАСНОДАР 350033, Краснодар, ул https://deneb-spb.ru/svarochnye-apparaty-i-mashiny\\r\\n  Ставропольская, д https://deneb-spb.ru/mufty-kombinirovannye\\r\\n  5 Б тел.: +7 (861) 214-98-92 ЕКАТЕРИНБУРГ 620016, Екатеринбург, ул https://deneb-spb.ru/mufty-kombinirovannye\\r\\n  Академика Вонсовского, 1 А тел.: +7 (343) 278-24-90 https://deneb-spb.ru/kompensatory\\r\\n \\r\\nстекловолокно; перфорированная алюминиевая фольга; слой алюминия (наружная армирование); композит (прослойки из фибро- или стекловолокна). \\r\\nТрубы PN10 идут на холодное водоснабжение, PN 16 на центральное отопление, горячее и холодное водоснабжение температурой не более + 60°С, PN 20 и PN 25 универсальные трубы, температура теплоносителя может достигать + 95°С https://deneb-spb.ru/kompensatory\\r\\n \\r\\nТаблица 26 Класс эксплуатации T раб, °C Время при Т paб, год T макс, °C Время при T макс, год T авар, °C Время при T авар, ч Область применения 1 60 49 80 1 95 100 Горячее водоснабжение (60 °С) 2 70 49 80 1 95 100 Горячее водоснабжение (70 °С) 3 30 40 20 25 50 4,5 65 100 Низкотемпературное напольное отопление 4 20 40 60 2,5 20 25 70 2,5 100 100 Высокотемпературное напольное отопление Низкотемпературное отопление отопительными приборами 5 20 60 80 14 25 10 90 1 100 100 Высокотемпературное отопление отопительными приборами ХВ 20 50 — — — — Холодное водоснабжение В таблице приняты следующие обозначения: T раб – рабочая температура или комбинация температур транспортируемой воды, определяемая областью применения; T макс – максимальная рабочая температура, действие которой ограничено по времени; T авар – аварийная температура, возникающая в аварийных ситуациях при нарушении систем регулирования https://deneb-spb.ru/krany-latunnye-rezbovye\\r\\n \\r\\nПолипропиленовые трубы PPRC бывают белого, серого, синего, зеленого и черного цвета https://deneb-spb.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:08:40','2026-01-21 11:08:40','dcbc176a-8d39-46ab-a3e7-3f8fd40f10bc'),
(13012,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jo Riggs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joriggsvideo@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jo Riggs\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI just visited ccmercerville.com and wondered if you\'d ever thought about having an engaging video to explain what you do?\\r\\n\\r\\nOur videos cost just $195 for a 30 second video ($239 for 60 seconds) and include a full script, voice-over and video.\\r\\n\\r\\nI can show you some previous videos we\'ve done if you want me to send some over. Let me know if you\'re interested in seeing samples of our previous work.\\r\\n\\r\\nRegards,\\r\\nJo\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:09:17','2026-01-21 11:09:17','07545a41-6d42-4204-8449-421249492fd8'),
(13013,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lloydacede\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Купить в 1 клик https://ftnet.ru/kaliningrad\\r\\n \\r\\nОтслеживание мобильных сотрудников https://ftnet.ru/\\r\\n \\r\\nЛегкая коммерческая техника Обычно такой транспорт используется в малом бизнесе, который не владеет крупными капиталами, поэтому важна каждая копейка https://ftnet.ru/tagil\\r\\n  В этой сфере учет топлива и работы авто еще более строгий, что позволяет избежать лишних трат https://ftnet.ru/ustanovka-gazovogo-oborudovaniya/\\r\\n \\r\\nДля пользования программой мониторинга транспорта, и выявления махинаций https://ftnet.ru/bejeck\\r\\n \\r\\nЗапросить образец https://ftnet.ru/sakhalin\\r\\n \\r\\nПри оплате за годовое обслуживание мониторинга транспорта действует скидка 12% \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:09:17','2026-01-21 11:09:17','fc131512-8a17-4568-b168-dedb287a078c'),
(13014,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinReolo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Кейтеринг «Режь Да Ешь» предлагает клиентам широкий ассортимент кулинарии, выпечки и десертов, которые могут украсить любой мероприятие https://dostafka-obedi.ru/type_menu/napitki/\\r\\n  Также в меню представлены завтраки и обеды, включающие супы и горячие блюда https://dostafka-obedi.ru/reviews/\\r\\n  Регистрируйтесь на Catery https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\r\\n ru, делайте заказы и получайте бонусные баллы, которыми можно оплатить следующие заказы у любого кейтеринга, представленного в нашем каталоге https://dostafka-obedi.ru/contacts/\\r\\n  При заказе у «Режь да Ешь» вы получите в два раза больше бонусов! \\r\\nКак сделать заказ? \\r\\nСырники с вареньем и сметаной https://dostafka-obedi.ru/about/\\r\\n \\r\\nОдноразовые приборы https://dostafka-obedi.ru/contacts/\\r\\n \\r\\nПраздничное меню https://dostafka-obedi.ru/\\r\\n \\r\\nКус-кус, куриное филе, помидоры черри, петрушка, соус «цезарь» домашний Общий вес – 160 г https://dostafka-obedi.ru/menu/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:09:18','2026-01-21 11:09:18','32430124-1c27-44de-84bd-c0a5eadbf6ac'),
(13015,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertser\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"· Стандартные однослойные https://deneb-spb.ru/krestoviny\\r\\n  В их составе только полипропилен https://deneb-spb.ru/\\r\\n  · Армированные перфорированным или цельным алюминием https://deneb-spb.ru/klipsy\\r\\n  Внутренняя металлическая прослойка придает усиленную прочность https://deneb-spb.ru/zaglushki\\r\\n  · Армированные стекловолокном https://deneb-spb.ru/klipsy\\r\\n  Стекловолоконный промежуточный слой также делает изделия более стойкими к деформациям, давлению в трубопроводе до 25атм https://deneb-spb.ru/klipsy\\r\\n \\r\\nВремя остывания после сварки https://deneb-spb.ru/contacts\\r\\n \\r\\nПо запросу 564 https://deneb-spb.ru/shejvery-i-torcevateli\\r\\n 20 https://deneb-spb.ru/sedla\\r\\n \\r\\nПункт 5 https://deneb-spb.ru/dostavka\\r\\n 2 (5 https://deneb-spb.ru/\\r\\n 2 https://deneb-spb.ru/burty-i-flancy\\r\\n 1 + таблица и 5 https://deneb-spb.ru/shtanga-rezbovaya\\r\\n 2 https://deneb-spb.ru/contacts\\r\\n 2) ГОСТ Р 52134-2003 https://deneb-spb.ru/homuty-santekhnicheskie-trubnye\\r\\n \\r\\nТруба PPR полипропилен (горячая и холодная вода) 20х3,4, PN20 SDR6, L 2м белый, РосТурПласт 10302 https://deneb-spb.ru/izolyaciya\\r\\n \\r\\nНазначение https://deneb-spb.ru/shurup-shpilka\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:10:39','2026-01-21 11:10:39','06d39231-6ae4-4e58-8821-cd4377cf5dcb'),
(13016,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephEvaft\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"от 14 600 р https://www.kovanie-ogrady.ru/catalog/khudozhestvennaya-kovka/\\r\\n \\r\\nПочему уборка и очистка важны для мест захоронения? \\r\\nАксессуары и другие элементы благоустройства https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-k-1/\\r\\n \\r\\nУборка и очистка мест захоронения важны для поддержания достоинства места упокоения https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-54/\\r\\n  Это обеспечивает мирную и уважительную обстановку для посещения, чтит память умершего и создает благоприятную атмосферу для визитов на кладбище https://www.kovanie-ogrady.ru/catalog/memorialnye-kompleksy-s-pamyatnikami/memorialnyy-kompleks-s-pamyatnikami-5/\\r\\n \\r\\nВажно помнить о том, что https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/pamyatnik-iz-granita-pv-12/\\r\\n \\r\\nСинтетическая трава https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-14/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:10:40','2026-01-21 11:10:40','77e39fa2-b72d-4eb3-a9b8-74144e507cc0'),
(13017,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Maxime Wilson\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@professionalseocleanup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, \\r\\nWhile reviewing ccfairlawnedge.com, we spotted toxic backlinks that could put your site at risk of a Google penalty. Especially that this Google SPAM update had a high impact in ranks. This is an easy and quick fix for you. Totally free of charge. No obligations. \\r\\n \\r\\nFix it now: \\r\\nhttps://www.professionalseocleanup.com/ \\r\\n \\r\\nNeed help or questions? Chat here: \\r\\nhttps://www.professionalseocleanup.com/whatsapp/ \\r\\n \\r\\nBest, \\r\\nMike Maxime Wilson\\r\\n \\r\\n+1 (855) 221-7591 \\r\\ninfo@professionalseocleanup.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:11:13','2026-01-21 11:11:13','ce30329e-e56f-4666-aacf-b5af2d649504'),
(13018,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TylerUpliz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Цена: Заказная работа ? \\r\\n43300 м? производственно- складских площадей https://classicgifts.ru/korobki-individualnogo-dizajna.html\\r\\n \\r\\nИзготовление сувениров с интеграцией https://classicgifts.ru/handle-magnet.html\\r\\n \\r\\nИзготовление сувенирной продукции с логотипом в Москве https://classicgifts.ru/turkonvertyi.html\\r\\n \\r\\nГравировка https://classicgifts.ru/nam-doveryayut.html\\r\\n \\r\\nпн-пт 10:00-18:00 https://classicgifts.ru/beach-souvenirs.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:11:26','2026-01-21 11:11:26','09d0b685-db76-4f36-b8f8-bd1ad23d86f0'),
(13019,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Derekden\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Корпоративные туры за границу — самый быстрый способ “перезагрузить” сотрудников https://corporativ-luxe.ru/contact\\r\\n  Неформальная обстановка позволяет посмотреть на задачи под другим углом, придумать новые решения, обсудить свежие идеи https://corporativ-luxe.ru/tanzaniya\\r\\n \\r\\nИндивидуальные условия https://corporativ-luxe.ru/korporativ-v-dagestane\\r\\n \\r\\nПреимущества сотрудничества с нами: \\r\\nсвязи с поставщиками услуг; наличие собственных представительств на курортах перечисленных выше стран; отсутствие шаблонов и индивидуальный подход к каждому корпоративному туру; исполнение любого, даже нестандартного желания клиента; наиболее подходящая клиенту стоимость тура; гибкая система расчета https://corporativ-luxe.ru/specialnye-predlozheniya\\r\\n  Организация массовых корпоративных выездов и проведение различных конференций, семинаров, бизнес-мероприятий , общих собраний за границей на элитных международных курортах все больше входит в практику российских компаний https://corporativ-luxe.ru/morskoy-kokteyl-antalii\\r\\n  Но успешное проведение конференций или семинара зависит от скрупулезного соблюдения всех мелочей — от заказа чартера, до качества кофе на кофе-брейках, TEZ TOUR проведет на высшем уровне https://corporativ-luxe.ru/korporativ-v-serbii\\r\\n  По желанию клиента, мы организуем вам полный пакет услуг, либо поможем с транспортом, отелем, страховкой или решим проблемы с визой https://corporativ-luxe.ru/korporativ-v-rossii\\r\\n \\r\\nDirect of Sales https://corporativ-luxe.ru/zvuk-svet-i-tekhnika\\r\\n \\r\\nПитание https://corporativ-luxe.ru/idei-korporativnyh-prazdnikov\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:11:37','2026-01-21 11:11:37','df95fa0b-b6d5-4caa-aabd-fb45022ed4a5'),
(13020,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelPaway\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если у вас не получается самостоятельно рассчитать стоимость доставки наши специалисты всегда рады вам помочь +7 (495) 233-90-60 https://kapio.ru/o-kompanii/novosti/\\r\\n \\r\\nМешки для строительного мусора https://kapio.ru/katalog/byitovaya-ximiya/pyatnovyivoditeli-i-otbelivateli/vanish-pjatnovyvoditel-i-otbelivatel-dlja-tkanej-zhidkij-1l/\\r\\n \\r\\nМешки для мусора с тесьмой 60 л / 20 шт https://kapio.ru/katalog/xozyajstvennyij-inventar/flaunderyi-i-ramki-dlya-mopov/\\r\\n \\r\\nподробности в разделе \\\"скидки\\\" \\r\\nЦена: 13 https://kapio.ru/katalog/meshki-dlya-musora/meshki-pnd/meshki-dlja-musora-30-litrov-pnd-chernye-30-shtuk-v-rulone-lajt/\\r\\n 25 р https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-poslestroitelnoj-uborki-i-fasadov/megalan-k-sredstvo-dlja-udalenija-sledov-cementa-5-litrov/\\r\\n \\r\\nВыбор конкретного вида пакетов остается за покупателем и напрямую зависит от тех целей, которые перед ним стоят в данном случае https://kapio.ru/katalog/filter/obem-220/\\r\\n  Так или иначе, купить мешки для мусора оптом – отличная идея и для домохозяйств, и для бизнеса https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-polov/megalan-sredstvo-dlja-mytja-polov-5-litrov/\\r\\n  Она позволяет существенно экономить финансовые средства в процессе покупки продукции первой необходимости https://kapio.ru/zakaz-ot/72-rul-upak/\\r\\n  Эксплуатировать тару под бытовые или производственные отходы приходится в любом случае, а если закупать ее в массовом количестве, то можно получить неплохую скидку за счет выгод оптовой цены https://kapio.ru/katalog/xozyajstvennyij-inventar/flaunderyi-i-ramki-dlya-mopov/ramka-metallicheskaja-d-mopa-80-sm/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:11:45','2026-01-21 11:11:45','d8b267a6-e0b4-48fd-a4c6-cff400d01b7e'),
(13021,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelFobia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ширина: 55 см Высота: 105 см https://kapio.ru/katalog/meshki-dlya-musora/\\r\\n \\r\\nМешки для мусора прочные 60 л / 20 шт https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/salfetka-viskoznaja-30h38-golubaja-bez-upakovki/\\r\\n \\r\\nМИР; VISA International; Mastercard Worldwide; JCB https://kapio.ru/katalog/strejch-plenka/\\r\\n \\r\\nВ интернет-магазине компании «Крептон» вы можете купить мешки для мусора в ассортименте типов и размеров https://kapio.ru/katalog/bumazhnaya-produkcziya-polotencza-salfetki-tualetnaya-bumaga/bumazhnyie-polotencza/\\r\\n  Это универсальное решение для сбора твердых и полужидких отходов: они могут использоваться в квартирах, в частных домах, в офисах, любых коммерческих организациях https://kapio.ru/katalog/\\r\\n  Прочные водонепроницаемые пакеты позволяют собрать и переместить к месту утилизации большие объемы мусора всех типов, от бытовых и пищевых отходов до строительных остатков после ремонта https://kapio.ru/katalog/byitovaya-ximiya/universalnyie-sredstva/universalnoe-nizkopennoe-mojushhee-sredstvo-orion-kanistra-5-kg-grass/\\r\\n  С помощью нашего каталога можно выбрать все необходимое для сбора отходов: в продаже представлены мешки различных типов и материалов, гарантируется отличное качество https://kapio.ru/katalog/xozyajstvennyij-inventar/\\r\\n \\r\\nКостромская область Краснодарский край Курганская область Курская область Ленинградская область Липецкая область Республика Марий Эл Республика Мордовия Москва Московская область Нижегородская область Новгородская область Новосибирская область Омская область Оренбургская область Орловская область Пензенская область Пермский край Псковская область https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/xolstoproshivnoe-polotno-xpp/salfetka-dlja-pola-tehnicheskaja-80h100-hpp/\\r\\n \\r\\nМешок для мусора полипропиленовый белый, 70 грамм Наш мешок для мусора из https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-rulonax/meshki-180-litrov-10-sht-v-rulone-90h110-pvd-chernye-2h-slojnye-premium-bsp/\\r\\n  Полное описание>> В наличии на складе В упаковке: 100 шт https://kapio.ru/katalog/meshki-dlya-musora/meshki-pnd/meshki-dlja-musora-120-litrov-70h110-pnd-chernye-50-shtuk-v-rulone-usilennye/\\r\\n  Цена за 1 шт: 23 https://kapio.ru/katalog/xozyajstvennyij-inventar/flaunderyi-i-ramki-dlya-mopov/derzhatel-dlja-mopov-kentuki/\\r\\n 30 р доступно для покупки от/кратно 5 шт https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-metallicheskix-poverxnostej/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:13:03','2026-01-21 11:13:03','f53eb9df-fd39-443a-9d3f-f5f0d1c21e3b'),
(13022,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephjounk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Синтетическая трава https://www.kovanie-ogrady.ru/articles/industry/\\r\\n \\r\\nвыполнить благоустройство и установить памятники (оформление могил может входить в стоимость при заключении договора) разрешается исключительно в период с апреля по ноябрь https://www.kovanie-ogrady.ru/catalog/pamyatniki-reznye/granitnyy-pamyatnik-pr-32/\\r\\n  Связано это с промерзанием почвы, не позволяющим выполнить работу на должном уровне качества; не рекомендуется также спешить с установкой надгробия - осадка грунта происходит в течение года, и лишь после этого рекомендуется проводить монтаж мемориала на месте захоронения https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-32/\\r\\n  Помимо этого заказчику придется оформить разрешение на проезд транспорта к месту установки надгробия https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/pamyatnik-iz-granita-pv-14/\\r\\n  Для этого с договором на оказание услуг необходимо обратиться в администрацию кладбища для получения разрешительных документов https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-k-2/\\r\\n  При платном въезде эти расходы несет заказчик (около 300-500 руб.). \\r\\nПеред началом работ проводится разметка территории для установки элементов, таких как памятники или гранитные плиты https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/pamyatnik-iz-granita-pv-16/\\r\\n  Это помогает избежать ошибок в монтаже https://www.kovanie-ogrady.ru/catalog/pamyatniki-v-vide-stely/pamyatnik-iz-granita-pv-15/\\r\\n  Для придания участку аккуратности часто используются различные виды плитки https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-49/\\r\\n  Она не только улучшает внешний вид, но и делает уход проще https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pg-18/\\r\\n  Цветники и декоративные элементы, предусмотренные в проекте, добавляют индивидуальности https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-k-11/\\r\\n  Они могут быть выполнены в строгом стиле или с использованием живых растений https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitniy-pamyatnik-pg-20/\\r\\n  Выбор обелиска или памятника требует учета размера участка и условий его эксплуатации https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pg-31/\\r\\n  Зачастую выбирают гранитные варианты, которые славятся долговечностью и устойчивостью к изменениям климата https://www.kovanie-ogrady.ru/catalog/tsokoli/granitnyy-tsokol-ts-29/\\r\\n  При установке плит или обелисков важно соблюдать все технические требования https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-dpg-2/\\r\\n  Это гарантирует надежность и долговечность конструкции https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/pamyatnik-iz-granita-pv-12/\\r\\n \\r\\nДоставка в Москву – 4 000 рублей https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-k-1/\\r\\n \\r\\nКомбинированный памятник https://www.kovanie-ogrady.ru/catalog/khudozhestvennaya-kovka/kovanyy-kozyrek-1/\\r\\n \\r\\nДа, наши профессионалы осуществляют выезд для оценки состояния могилы и составления сметы https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pv-31/\\r\\n  Укажите ваш телефон для удобства связи https://www.kovanie-ogrady.ru/catalog/pamyatniki-s-krestom/granitnyy-pamyatnik-k-5/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:13:12','2026-01-21 11:13:12','b1becb8b-a730-4e70-960b-618b7f807560'),
(13023,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldvaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На нашем сайте представлена фурнитура для производства офисной мебели - компьютерных столов, шкафов, мягкой мебели (кресел и диванов). В условиях кризиса многие производители стараются сэкономить на производстве мебели для офисных учреждений, делая выбор в пользу более дешевых материалов и комплектующих https://kupefurnitur.ru/\\r\\n  Однако порой такой выбор может стать причиной появления на рынке некачественной мебели, которая не предназначена для длительной эксплуатации и быстро теряет свои функциональные возможности и эстетичный внешний вид https://kupefurnitur.ru/onas\\r\\n  Для решения данной проблемы необходимо внимательно изучить рынок поставщиков материалов и фурнитуры - на нашем сайте вы найдете оптимальные решения для производства офисной мебели по доступной цене https://kupefurnitur.ru/onas\\r\\n  Мы заинтересованы в долгосрочном и выгодном для обеих сторон сотрудничестве на постоянной основе https://kupefurnitur.ru/catalog\\r\\n \\r\\nКрючок мебельный - это практичная деталь интерьера, которая делает быт удобней https://kupefurnitur.ru/contact\\r\\n  Используется в основ.. \\r\\nВ наше время очень большое значение имеет окружающая среда, но так же не маловажным является и внутренняя инфраструктура, а именно интерьер https://kupefurnitur.ru/onas\\r\\n  Большую часть своего времени мы проводим в квартире (доме), в офисе, школе, кабинетах - в помещениях, поэтому то, где мы находимся, насколько нам комфортно и удобно там находиться, имеет большое значение для каждого из нас https://kupefurnitur.ru/contact\\r\\n \\r\\nФурнитура для кухни https://kupefurnitur.ru/price\\r\\n \\r\\n© Интеркомплект , 2006—2025 https://kupefurnitur.ru/onas\\r\\n \\r\\nТехнические характеристики Материал сталь Цвет цинк .. \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:13:18','2026-01-21 11:13:18','fa5f83ea-7ab0-448d-a51d-01ea02064a0c'),
(13024,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBroli\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Самым главным аспектом также является замкнутый цикл производства https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s7.html\\r\\n   Кроме этого, для различной эксклюзивной мебели подбирается первоклассная фурнитура и делается подборка шпона вручную https://www.legnostyle.ru/catalog/mebel/kb-9.html\\r\\n   Безопасными натуральными материалами производится лакировка поверхностей https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l4-7.html\\r\\n \\r\\nМягкая элитная мебель представлена диванами, креслами, кушетками и пуфами в разных стилях https://www.legnostyle.ru/catalog/inter-eri/a-15.html\\r\\n   Наряду с лаконичными, но функциональными и комфортными диванами можно приобрести элегантную кушетку в стиле барокко, для декора которой использовалось 18-ти каратное сусальное золото https://www.legnostyle.ru/catalog/inter-eri/potolki/potolok-model-pt-22.html\\r\\n   Возможно изготовление любой мебели по индивидуальным чертежам https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/arka-a24.html\\r\\n   Элитный диван, кресла, пуфы и любая другая мебель из дерева на заказ может быть выполнена как в разнообразной ткани, так и в эко и натуральной коже https://www.legnostyle.ru/catalog/kuhni/?PAGEN_1=4\\r\\n \\r\\nОбставить дом или квартиру, обустроить спальню, кабинет или библиотеку, оборудовать торговое помещение или интерьер ресторана — задача для тех, кто понимает ценность хорошей жизни https://www.legnostyle.ru/catalog/mebel/sp-1.html\\r\\n \\r\\nЕвропейская мебель всегда пользовалась популярностью за пределами тех стран, в которых она производилась, особенно если речь шла об изделиях искусных итальянских мастеров https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a6.html\\r\\n   Сегодня ничего не изменилось - мебель из Европы позволят сделать интерьер стильным и статусным https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/md-7.html\\r\\n   А для того, чтобы получить настоящий эксклюзив, стоит заглянуть на сайт  - здесь в каталоге представлены элитные предметы интерьера, которые направляются непосредственно с фабрик Италии и других стран https://www.legnostyle.ru/catalog/mebel/b-4.html\\r\\n \\r\\nМягкая мебель придаёт уют дому https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s34.html\\r\\n   Мягкое кресло, в которое хочется забраться с чашкой горячего чая, и диван, на котором удобно поваляться после рабочего дня https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e29.html\\r\\n   Выбирая мягкую мебель, мы будто выбираем себе друга, так что здесь нужно подходить к покупке особенно серьёзно https://www.legnostyle.ru/catalog/kuhni/kuhna-27.html\\r\\n   Нужно определить, для каких целей вы выбираете мягкую мебель, из чего она должна быть сделана https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e14.html\\r\\n   Особое внимание надо уделить гарантии на мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d26.html\\r\\n   Обычно срок эксплуатации мягкой мебели составляет 15 лет https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/kts-5.html\\r\\n   Важно определиться с производителем https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=22\\r\\n   Мягкая мебель из Китая имеет ряд преимуществ: Сейчас рынок предлагает широкий выбор производителя - почти любой страны, но среди этого многообразия вы должны сделать оптимальный выбор цена-качество https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e22.html\\r\\n   Если для вас важно европейское качество в сочетании с демократичной ценой, стоит сделать выбор в пользу китайского производителя https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaya-dver-d28.html\\r\\n   Мягкая мебель из Китая стремительно завоёвывает российский рынок https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-o18.html\\r\\n   Что же такого может предложить нам китайская мебель? Китайские специалисты работают точно по чертежам итальянских фирм, что выходит существенно дешевле, чем работа итальянских специалистов в этой области https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o4.html\\r\\n   Низкая цена зачастую играет решающую роль — за те же деньги вы получаете мебель лучшего качества https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-39.html\\r\\n   Да и зачем тратить деньги где-то, переплачивая посредниками https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/razdvijnaa-dver-rd-10.html\\r\\n   когда можно договориться с заводом на прямую? Такую возможность предоставляет наша фирма https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d53.html\\r\\n   Достаточно заказать мебельный тур в Китай, и вы окунётесь в многообразие выбора мягкой мебели, впечатляющий ассортимент с самым широким ценовым диапазоном предложат вам китайские фирмы https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-2.html\\r\\n   Не стоит забывать и о том, что мебель в Китае производят из хороших, экологически чистых материалов https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-9.html\\r\\n   Однако самая ощутимая выгода — это покупка китайской мягкой мебели оптом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/?PAGEN_1=3\\r\\n   Производители заинтересованы в быстром товарообороте, поэтому часто предлагают скидки, охотно торгуются и идут на уступки https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i22.html\\r\\n \\r\\nТакой вид отделки мебели существует очень давно, наши предки использовали кожу в разных целях и для оббивки мебели тоже https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=7\\r\\n   На сегодняшний день это больше чем просто элемент декора https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-13.html\\r\\n   Это, в каком-то роде, особая философия, способная даже перерасти в будущем в отдельное стилевое решение https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-12.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:13:50','2026-01-21 11:13:50','785409d0-c42c-4235-a4f8-11a862582f3b'),
(13025,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertspems\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Расстояние https://drogal.ru/glossary/meshok/\\r\\n \\r\\nФиксированная стоимость https://drogal.ru/glossary/universalnii-konteiner/\\r\\n \\r\\nЭксповестранс https://drogal.ru/uslugi/hranenie/\\r\\n \\r\\nПо г https://drogal.ru/portfolio_tags/izgotovlenie-transportnoy-upakovki/\\r\\n  Москва /час 222 За МКАД /км 22 https://drogal.ru/takelazhnie-raboti-eto/\\r\\n \\r\\nГАЗон Гидроборт https://drogal.ru/glossary/process-perevozki/\\r\\n \\r\\nИмя должно содержать только буквы https://drogal.ru/glossary/logisticheskaya-informaciya/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:17:41','2026-01-21 11:17:41','a0175ecc-a8b3-4cd7-bbee-6a2a6ed74b92'),
(13026,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottScoup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы заказать дизайн участка, звоните по тел https://berezov-lsk.ru/\\r\\n  +7 (963) 661-14-82 https://berezov-lsk.ru/\\r\\n \\r\\nБронницы, К/П \\\"Зеленая опушка-1\\\" \\r\\nКомпании, которые занимаются ландшафтным дизайном, измеряют и оценивают почву, уровень грунтовых вод и рельеф участка https://berezov-lsk.ru/\\r\\n  Создают проект оформления с учетом пожеланий заказчика, построек, растущих деревьев и кустарников https://berezov-lsk.ru/\\r\\n  Планируют дорожки, освещение, систему искусственного полива, водоемы, ливневые стоки, зеленые зоны, цветники, декоративные элементы и ограждения, подбирают нужные растения и место посадки https://berezov-lsk.ru/\\r\\n  В их обязанности входит расчет стоимости работ и материалов, составление сметы проекта, подготовка генерального плана, дендроплана, чертежей, 3D-визуализации, плана работ, полная реализация проекта и контроль за всеми этапами работ https://berezov-lsk.ru/\\r\\n \\r\\nКоманда единомышленников выполняет заказы по ландшафтному дизайну с 2009 года https://berezov-lsk.ru/\\r\\n  Опытные архитекторы понимают «природный подход» к проектированию садов и создают природные уголки не «здесь и сейчас», а с прогнозом на 10–20 лет https://berezov-lsk.ru/\\r\\n  Компания имеет статус федеральной https://berezov-lsk.ru/\\r\\n  Кроме Москвы, она работает в Санкт-Петербурге, Сочи, Краснодаре и Тюмени https://berezov-lsk.ru/\\r\\n \\r\\nЛандшафтное проектирование https://berezov-lsk.ru/\\r\\n \\r\\n5 Общая оценка 5 Соотношение цена/качество 5 Соблюдение сроков 5 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:17:46','2026-01-21 11:17:46','b8b186b6-ea20-4181-9649-78b2a719b73b'),
(13027,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesimabe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sergowor.ki.ng.7.18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<li>Choose Your Payment Method: You can pay your vehicle tax online, by phone, or at a Post Office. Online payment is often the quickest and most convenient method, available 24/7. You can pay annually, bi-annually, or monthly via Direct Debit.</li>\\r\\n<thead>\\r\\n \\r\\n<a >https://elkpark.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >https://elkpark.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://slovomed.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://ladyinfanta.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://profzn.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://mygreengarden.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://budzdorovkor.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://technosoul.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://kbgtk.ru/grfdfsdv/YIYKdaBPAE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/AbkCzLPkpI.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/BEHpvaTSxS.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/braQdqEuRu.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cAYMvteCgO.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/cZkVoqggbr.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/CZurTUHkat.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/FVhMacgdeb.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/fvlktJcmZl.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/hdOHIplNWK.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/IwzvDeylYf.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/LHcCfsemuF.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/nSRSJBwcUz.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OBmcFhyAvh.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/OWWPdYmpTT.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/oZWxmdjpay.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pRukzlmQch.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/pwhLFuxyer.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QPdQIqorzE.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/QpeSAtQneH.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/RTBEYrdtZC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/sbBlQHShKg.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/ShgiGzczJG.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/suRNFCamKN.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/UlqMPJgSdX.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/uPubAUhhCM.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VeeIVnTJDC.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/VTyBQkbvjx.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/wSwBWVgPLZ.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/WxYOkDdKig.html</a> \\r\\n<a >http://redmeh.ru/grfdfsdv/YIYKdaBPAE.html</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:18:22','2026-01-21 11:18:22','ad550b63-348e-4efe-87f3-7953852d8c87'),
(13028,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tylerzed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Это готовое изделие, которое принадлежит заказчику https://classicgifts.ru/umbrellas-flowers.html\\r\\n  Но мы можем использовать эту идею для создания нового проекта https://classicgifts.ru/silicone-potholders.html\\r\\n \\r\\nСувенирная продукция и сувениры с логотипом фирмы от «Promans» — это выгодное вложение в рекламу и продвижение компании, бренда, товара, услуги https://classicgifts.ru/zontyi-dozhdiviki/\\r\\n \\r\\nЭто готовое изделие, которое принадлежит заказчику https://classicgifts.ru/sumki-kozha-i-kozh.zam.html\\r\\n  Но мы можем использовать эту идею для создания нового проекта https://classicgifts.ru/upakovka-pledov.html\\r\\n \\r\\nАртикул 7006 Футляр-дизайнерская бумага https://classicgifts.ru/led-umbrella.html\\r\\n \\r\\nАртикул 2967 Stela RIKI https://classicgifts.ru/umbrellas-flowers.html\\r\\n \\r\\nЗаказать похожее https://classicgifts.ru/silicone-watch.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:19:04','2026-01-21 11:19:04','1dd77e77-13c6-424c-8d24-1f0879d13dfb'),
(13029,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Derekunamp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Корпоративный отдых – отличный шанс зарядиться новыми впечатлениями и сплотить коллектив https://corporativ-luxe.ru/tanzaniya\\r\\n  Кроме того, интересную поездку можно совместить с полезным для сотрудников мероприятием – например, тренингом или конференцией https://corporativ-luxe.ru/korporativ-v-rossii\\r\\n \\r\\nРазработаем насыщенную деловую или образовательную программу: тренинги, мастер-классы, стратегические сессии, тимбилдинги и мозговые штурмы https://corporativ-luxe.ru/korporativnye-tury-v-uzbekistan\\r\\n \\r\\nРазработайте детальный план https://corporativ-luxe.ru/meksika\\r\\n \\r\\nНу и, конечно, совершенно не обязательно ограничиваться списками или рейтингами: организовать удачную бизнес-поездку можно практически в любую страну https://corporativ-luxe.ru/delovye-poezdki-i-komandirovki\\r\\n  Вы можете выбрать направление, а забронировать билеты и отели легко через «OneTwoTrip для бизнеса»  https://corporativ-luxe.ru/korporativnyye-programmy-v-vengrii\\r\\n \\r\\nСтрана красивейших мечетей и сооружений, возведенных на Великом шелковом пути — торговой дороге между Китаем и Средиземноморьем, существовавшей в древности https://corporativ-luxe.ru/corporativ-v-peru\\r\\n \\r\\nОтдельный плюс в размерах страны: практически из любого курортного места легко доехать до исторических или культурных достопримечательностей, время в пути займет максимум час https://corporativ-luxe.ru/maldivy\\r\\n  Для бизнес-поездок с важными партнёрами или крупными клиентами можно организовать дегустационные туры или экскурсии на знаменитые винные заводы https://corporativ-luxe.ru/zvuk-svet-i-tekhnika\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:19:04','2026-01-21 11:19:04','c30446c2-a25b-4671-b342-fb945c4d9791'),
(13030,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreyBom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Биполярная коагуляция или точечное воздействие на ткани и закрытие крупных капилляров диаметром до 1,5 мм https://ellman.ru/oval\\r\\n  Все это происходит без эффекта прилипания и некроза тканей https://ellman.ru/scalpel\\r\\n \\r\\n\\r\\n© 1995-2023 Все права защищены https://ellman.ru/electrodes\\r\\n \\r\\n\\r\\nЭргономичный дизайн устройства позволяет легко разобраться в способах его эксплуатации https://ellman.ru/articles\\r\\n  Наличие световых индикаторов и цветного монитора значительно облегчают работу врачей во время операции https://ellman.ru/oval\\r\\n  Возможность переключения режимов ножным способом https://ellman.ru/devices\\r\\n  Для этого предусмотрена специальная педаль https://ellman.ru/electrodes\\r\\n  Также это можно делать при помощи наконечника ручного включения https://ellman.ru/electrodes\\r\\n  Встроенные функции самоконтроля и самопроверки обеспечивают повышенную безопасность для врача и пациента, а также обеспечивают надежную работу долгий период времени https://ellman.ru/articles\\r\\n  Возможность устройства запоминать ранее использованные режимы сокращает время настройки https://ellman.ru/scalpel\\r\\n  Минимальное повреждение тканей и достаточно быстрые регенерационные процессы после оперативного вмешательства https://ellman.ru/articles\\r\\n  Также отмечается пониженный уровень дискомфорта в оперируемой области в первые несколько дней https://ellman.ru/\\r\\n  Стерилизующий эффект снижает риск заражения, а работа в  режиме позволяет видеть удаляемые ткани https://ellman.ru/articles\\r\\n  Высочайший косметический эффект https://ellman.ru/basic\\r\\n \\r\\nЧАСТНЫХ КЛИНИК И МЕДЦЕНТРОВ https://ellman.ru/articles\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:19:50','2026-01-21 11:19:50','89971dc0-f3ea-4bad-8c70-0fbb89e6f2ed'),
(13031,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwinhok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Кус-кус, куриное филе, помидоры черри, петрушка, соус «цезарь» домашний Общий вес – 160 г https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\r\\n \\r\\nСостав: Салат айсберг, помидоры черри, огурцы, перец болгарский, лук красный, маслины, брынза, оливковое масло https://dostafka-obedi.ru/about/\\r\\n  Общий вес – 220 г https://dostafka-obedi.ru/\\r\\n \\r\\nдля компаний от 100 человек https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\r\\n \\r\\nВилка, ложка, нож, салфетка https://dostafka-obedi.ru/dostavka/\\r\\n \\r\\nКаждый день - новое меню https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\r\\n \\r\\nСостав: бульон куриный, капуста белокочанная, лук репчатый, морковь, томаты, соль, перец https://dostafka-obedi.ru/contacts/\\r\\n  Общий вес – 300 г https://dostafka-obedi.ru/contacts/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:20:15','2026-01-21 11:20:15','86aa945c-fc7a-48ee-8e9b-e5f4e9130356'),
(13032,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DerekLaupe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Работа с персональным менеджером https://corporativ-luxe.ru/korporativ-v-gruzii\\r\\n \\r\\nНастоящее Согласие является приложением настоящей Заявке https://corporativ-luxe.ru/korporativ-na-maldivah-na-chastnoy-yahte\\r\\n \\r\\nОформите документы https://corporativ-luxe.ru/korporativnaya-programma-korol-plyazha\\r\\n \\r\\nПри формировании бюджета такой поездки стоит учитывать, что стоимость отдыха будет зависеть от количества дней и участников корпоративного тура, количества экскурсий, питания, дополнительных услуг и все же обойдется дешевле, по сравнению со стандартными способами мотивирования работников – премированием и постоянным повышением заработной платы https://corporativ-luxe.ru/korporativ-v-gruzii\\r\\n \\r\\nТимбилдинг на Кубе никого не оставит равнодушным https://corporativ-luxe.ru/zvuk-svet-i-tekhnika\\r\\n  Для посещения этой страны не нужна виза, поэтому культурное наследие, народные промыслы, песчаные берега и уникальная тропическая природа доступны каждому https://corporativ-luxe.ru/aviabilety-i-fast-trek\\r\\n \\r\\nНе дадим скучать! Сотрудничаем с надежными экскурсионными компаниями по всему миру, с радостью предложим вам активный отдых на любой вкус https://corporativ-luxe.ru/vyetnam\\r\\n  Отель с жирафами, экскурсионный поезд по Норвегии, яхта с диджеем, тимбилдинг, квест? Всегда пожалуйста! Мы все это можем https://corporativ-luxe.ru/korporativnyye-programmy-v-turtsii\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:20:31','2026-01-21 11:20:31','0b3b92f2-733c-4540-bc85-bac4931f2710'),
(13033,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tylerpoown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aleksandrrapeka@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Цена: Заказная работа ? \\r\\nВ наших интересах сделать вас постоянным клиентом сразу после первого заказа https://classicgifts.ru/knigi-na-zakaz.html\\r\\n  Поэтому помимо точных сроков и высокого качества работы мы предлагаем множество полезных сервисов, услуг и скидок https://classicgifts.ru/sumki-xolodilniki.html\\r\\n \\r\\nКорпоративные подарки, мерч, промо, рекламная и даже сувенирная продукция — как только нас не называют https://classicgifts.ru/trubki.html\\r\\n  Мы делаем не только бизнес-подарки, но и форму для сотрудников, официальный мерч компаний и любую брендированную продукцию https://classicgifts.ru/magnityi-akrilovyie.html\\r\\n  Предлагаем решения для любого бюджета — от практичных сувениров до статусных VIP-подарков https://classicgifts.ru/vozdushnyie-sharyi.html\\r\\n  А главное, мы следим за трендами, чтобы ваш мерч был самым классным на рынке https://classicgifts.ru/podarochnyie-naboryi.html\\r\\n \\r\\nАртикул 1003 Бизнес подарок \\\"Пирамида\\\" \\r\\nЗАО Касперский https://classicgifts.ru/so-sklada.html\\r\\n \\r\\nЦена: Заказная работа ? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:20:35','2026-01-21 11:20:35','7a6165cf-8de6-4a47-89b8-4c5f5c2dff00'),
(13034,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EmanuelNAF\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Однако нельзя ориентироваться только на показания датчиков http://dmalmotors.ru/zamena-i-remont-stsepleniya.html\\r\\n  Например, глухой стук в зоне поддона мотора может свидетельствовать о том, что провернулись вкладыши на насосе или заела шестерёнка http://dmalmotors.ru/remont-generatorov.html\\r\\n  Или проблемы с запуском двигателя тоже могут косвенно указывать на неполадки в работе насоса http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n \\r\\n\\r\\nПо этой причине даже квалифицированный специалист не способен точно ответить, сколько стоит капитальный ремонт двигателя без предварительной разборки и дефектовки мотора http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  Также зачастую не удается на начальном этапе определить и полный список запчастей для капитального ремонта двигателя http://dmalmotors.ru/remont-korobki-peredach.html\\r\\n  Все будет зависеть от износа, характера возможных повреждений и других факторов http://dmalmotors.ru/\\r\\n  Также не следует забывать и о том, что капремонт может потребоваться не только  и узлам, которые расположены в нем, но и  с установленным в головке блока  http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n \\r\\nВажно знать основные параметры работы двигателя вашего автомобиля, чтобы уметь своевременно обнаруживать вероятную поломку http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  Не обязательно иметь глубокие познания в его устройстве, так как уже это прерогатива опытного мастера из автосервиса http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n \\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:20:50','2026-01-21 11:20:50','aed28aa4-77b6-42be-9af6-2f7bb41609fb'),
(13035,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Vincentutilt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Особенности ремонта блока управления https://dialdrive.ru/katalizator\\r\\n \\r\\nТелефон и соцсеть подтверждены https://dialdrive.ru/dvs\\r\\n \\r\\nЗАМЕНА ВТУЛОК СТАБИЛИЗАТОРА ЗАДНЕГО https://dialdrive.ru/dvs\\r\\n \\r\\nЦена установки доп https://dialdrive.ru/dvs\\r\\n  оборудования на авто https://dialdrive.ru/dvs\\r\\n \\r\\n64 года, опыт 34 года https://dialdrive.ru/\\r\\n \\r\\nЗАМЕНА ОПОРЫ СТОЙКИ АМОРТИЗАТОРА ПЕРЕДНЕЙ https://dialdrive.ru/katalizator\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:20:50','2026-01-21 11:20:50','4e4985fa-57c6-4477-aded-526f7736267e'),
(13036,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site cccedargrove.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:20:51','2026-01-21 11:20:51','8afd54e4-bc21-4368-843e-d6ac7d77b1ae'),
(13037,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stevenalbum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Измерение цилиндрических поверхностей: для измерения цилиндрических объектов, таких как трубы, нефтяные резервуары и пр https://www.ndt-club.com/product-795-aks-gel-visokotemperatyrnii-ot-0-do-350-186-s.htm\\r\\n , важно менять угол между диафонической прокладкой датчика и осью измеряемого материала https://www.ndt-club.com/product-599-sendast-p121-aisi-naklonnie-iznosostoikie-preobrazovateli-dlya-nerjaveushih-stalei.htm\\r\\n  При наложении контактного датчика на поверхность измеряемого материала диафоническая прокладка параллельна или перпендикулярна оси материала https://www.ndt-club.com/otzyvy.htm\\r\\n  Медленно перемещайте датчик перпендикулярно оси измеряемого материала, после чего показания на экране начнут изменяться https://www.ndt-club.com/fotogalereya-21.htm\\r\\n  В качестве точного значения толщины материала выбирайте минимальное из полученных значений https://www.ndt-club.com/news-17.htm\\r\\n \\r\\nАвтосканер купить в Челябинске вам поможет наш интернет-магазин https://www.ndt-club.com/product-696-ank-prospector-3-rentgenflyorescentnii-analizator-metallov.htm\\r\\n  Наше предложение весьма интересное: различные модели, помощь консультанта при выборе, самовывоз или бесплатная доставка по всему Уралу, а цена на автосканеры для автомобилей разумна и приемлема для всех, заинтересованных в отлаженной работе своей  https://www.ndt-club.com/product-963-preobrazovatel-dl2-5p12-2-5-mgc.htm\\r\\n \\\" \\r\\nТолщиномер ультразвуковой ТТ100 предназначен для ручного контактного измерения толщины изделий из металлов и их сплавов, пластмасс, керамик и других материалов, имеющих две параллельные поверхности https://www.ndt-club.com/product-53-original-schmidt-molotok-shmidta-proceq.htm\\r\\n  Контролируемые изделия должны иметь две параллельные поверхности с максимальной шероховатостью до Rz = 80 мкм со стороны вводы ультразвукового сигнала и до Rz = 160 мкм с противоположной стороны https://www.ndt-club.com/product-527-transskan-kompleks-cifrovoi-radiografii.htm\\r\\n \\r\\n*Цена на WT100A указана без НДС=20%, без учета акций, скидок и спецпредложений, конкретные условия и цены, как заказать (купить) толщиномер WT100A, а также наличие на складе(или срок изготовления/производства) уточняйте у менеджеров отдела продаж по электронной почте и телефону, указанным в разделе сайта  https://www.ndt-club.com/product-609-preobrazovateli-dlya-tolshinomerov-olympus.htm\\r\\n \\r\\nГруппа компаний (ГК)  (Теплоприборы, Промприбор, Теплоконтроль и др https://www.ndt-club.com/product-217-zond-vd96-vihretokovii-defektoskop.htm\\r\\n ) — это приборы и автоматика для измерения, контроля и регулирования параметров технологических процессов (расходометрия, теплоконтроль, теплоучёт, контроль давления, уровня, свойств и концентрации и пр https://www.ndt-club.com/product-534-ysd-60-yltrazvykovoi-defektoskop.htm\\r\\n ) https://www.ndt-club.com/news-98.htm\\r\\n \\r\\nБлагодаря моноблочной конструкции прибора, исключающей наличие съемных элементов, обеспечивается высокая надежность толщиномера, а также оперативность при его подготовке к работе https://www.ndt-club.com/proizvoditeli-6-salutron.htm\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:21:06','2026-01-21 11:21:06','8e8f5742-876a-4a5e-a3e2-4f4e03c0243e'),
(13038,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephChict\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Что включает в себя благоустройство могилы на кладбище? \\r\\nБлагоустройство неразрывно связано с установкой или ремонтом надгробного памятника https://www.kovanie-ogrady.ru/actions/\\r\\n  Monument-Service https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/koltso/\\r\\n ru предлагает: \\r\\nRitual https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pr-28/\\r\\n ru предлагает комплекс услуг по уходу за могилой на кладбищах Москвы, ближайшего Подмосковья и всех регионов России https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/pamyatnik-iz-granita-pv-20/\\r\\n  Наши специалисты помогут очистить участок от мусора, подстригут траву и прополют сорняки, приведут в порядок цветники, освежат краску на ограде и проведут любые другие работы по благоустройству места захоронения https://www.kovanie-ogrady.ru/catalog/pamyatnik-plashhanitsa/granitnyy-pamyatnik-pr-10/\\r\\n  Также у нас вы можете заказать реставрацию надписи, покраску оград и комплексную реконструкцию всего места захоронения https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pg-10/\\r\\n \\r\\nУборка и очистка мест захоронения важны для поддержания достоинства места упокоения https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pg-16/\\r\\n  Это обеспечивает мирную и уважительную обстановку для посещения, чтит память умершего и создает благоприятную атмосферу для визитов на кладбище https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-k-6/\\r\\n \\r\\n«Первая Социальная Гранитная Мастерская» выполняет благоустройство могил и комплексное оформление мест захоронений на кладбищах Москвы и ближайшего Подмосковья https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-k-12/\\r\\n  Мы работаем напрямую без посредников, поэтому можем предложить не только высокое качество, но и честные условия, прозрачные сметы и удобный формат обслуживания https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pr-35/\\r\\n  Наша задача — создать аккуратное, ухоженное и долговечное место памяти, которое будет выглядеть достойно в любое время года https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/stolik/\\r\\n  Мы сопровождаем клиента на каждом этапе: консультируем, подбираем материалы, разрабатываем проект, согласовываем оформление, выезжаем на участок и выполняем все работы под ключ https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-55/\\r\\n  Благоустройство включает в себя установку фундамента, мощение плиткой, формирование цветника, подсыпку грунта или декоративного щебня, замену старых элементов, реставрацию памятников, монтаж оград, столиков и других элементов https://www.kovanie-ogrady.ru/catalog/pamyatniki-v-vide-stely/pamyatnik-iz-granita-pv-14/\\r\\n  Мы используем только проверенные материалы: гранит, полимерные смеси, морозостойкую плитку и качественные наполнители, которые сохраняют внешний вид долгие годы без постоянного ремонта и подсыпок https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/kovanaya-ograda-na-mogilu-kaplya-tsokol/\\r\\n \\r\\nИнфраструктурные элементы Бордюрные и ограждающие конструкции: защищают территорию от эрозии грунта, роста сорняков и механических повреждений https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/tsvetnik-tsvg-3/\\r\\n  Материалы для их изготовления могут включать металл, гранит, бетон или природные камни https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pg-29/\\r\\n  Цветники и цветочные композиции: служат для декоративного оформления, придавая территории ухоженный и привлекательный вид https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pv-46/\\r\\n  Используются как однолетние, так и многолетние растения https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/pamyatnik-iz-granita-pv-15/\\r\\n  Покрытие территории Мощение из гранита или брусчатки: обеспечивает удобство передвижения, предотвращает образование грязи в дождливый период и упрощает уход за территорией https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pr-8/\\r\\n  Декоративный гравий: применяется для оформления дорожек и площадок, создавая естественную и эстетически приятную атмосферу https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pg-3/\\r\\n  Мемориальные комплексы Памятники и обелиски: изготавливаются из мрамора, гранита или бронзы, должны гармонично вписываться в ландшафтный дизайн https://www.kovanie-ogrady.ru/catalog/pamyatnik-plashhanitsa/\\r\\n  Скульптурные композиции и арт-объекты: привносят индивидуальность, могут представлять собой изображения ангелов, голубей или другие символические элементы https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-dpg-2/\\r\\n  Зелёное благоустройство Древесно-кустарниковые насаждения: создают тень, улучшают микроклимат и придают территории естественное оформление https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitnyy-pamyatnik-pg-2/\\r\\n  Важно учитывать климатические условия региона https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pv-46/\\r\\n  Цветочные клумбы и композиции: возможно создание тематических цветников, цветущих в разные сезоны года https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/\\r\\n  Освещение территории Архитектурная подсветка и фонари: обеспечивают безопасность в ночное время, создают торжественную атмосферу и подчёркивают архитектурные особенности мемориалов https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pg-34/\\r\\n  Светодиодные ленты: применяются для декоративного освещения дорожек, мемориалов и других объектов https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pv-46/\\r\\n  Зоны отдыха и коммуникации Скамейки и беседочные конструкции: создают комфортные условия для посетителей, способствуют спокойствию и отдыху https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-k-9/\\r\\n  Площадки для мероприятий: могут использоваться для проведения поминальных обрядов, концертов или других событий https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-19/\\r\\n  Информационные и навигационные системы Информационные стенды: содержат справочную информацию о расположении захоронений, правилах посещения и ухода за территорией https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/koltso/\\r\\n  Инфраструктура для подъезда и парковки: обеспечивает удобный доступ к кладбищу, особенно в периоды массовых посещений https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/?PAGEN_2=3\\r\\n  Декоративные элементы и символика Цветочные горшки и вазоны: используются для декоративного оформления территории https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-60/\\r\\n  Декоративные камни и мемориальные таблички: могут содержать информацию об усопших, даты захоронений и другие памятные символы https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pr-12/\\r\\n  Экологические инициативы Вертикальные сады и живые изгороди: позволяют эффективно использовать пространство и создают зелёную стену https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/pamyatnik-iz-granita-pv-12/\\r\\n  Системы сбора и переработки отходов: установка контейнеров для раздельного сбора мусора способствует поддержанию экологической чистоты территории https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/?PAGEN_2=5\\r\\n  Социальные зоны Места для встреч и общения: создают условия для неформального общения посетителей, обмена воспоминаниями или уединённого отдыха https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnyk-k-10/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:21:23','2026-01-21 11:21:23','f9337f1f-01b9-410c-99c5-a94615216b8d'),
(13039,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesdom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"* Заполняя данную форму, вы даёте согласие на обработку своих персональных данных согласно ст https://arbvbg.ru/privacypolicy\\r\\n  9 № 152 ФЗ https://arbvbg.ru/privacypolicy\\r\\n \\r\\nБолее 8-ми лет на рынке https://arbvbg.ru/privacypolicy\\r\\n  Мы уже давно занимаемся вырубкой, удалением и обрезкой насаждений, а также выполняем комплекс мероприятий, направленных на оздоровление и защиту деревьев https://arbvbg.ru/privacypolicy\\r\\n  За время работы мы помогли людям избавиться от тысяч мешающих деревьев и предотвратили немало аварийных ситуаций https://arbvbg.ru/\\r\\n  Квалифицированные специалисты https://arbvbg.ru/privacypolicy\\r\\n  У нас работают специалисты с многолетним опытом работы, которые имеют документы, подтверждающие их высокую квалификацию https://arbvbg.ru/privacypolicy\\r\\n  Гарантия безопасности https://arbvbg.ru/\\r\\n  Мы обеспечиваем полную безопасность имущества, людей и несем ответственность за ущерб https://arbvbg.ru/\\r\\n  Работа под ключ https://arbvbg.ru/\\r\\n  Мы возьмем на себя все заботы и выполним комплексные работы, начиная получением необходимых документов и заканчивая очищением территории от ветвей, пней и другого мусора https://arbvbg.ru/privacypolicy\\r\\n  Скидки https://arbvbg.ru/privacypolicy\\r\\n  Заказывая у нас удаление от 5 пней или деревьев, вы получаете скидку https://arbvbg.ru/privacypolicy\\r\\n  Предложение актуально для постоянных клиентов https://arbvbg.ru/\\r\\n  Бонусы https://arbvbg.ru/privacypolicy\\r\\n  Если нужно подпилить надоевший пень или куст – мы сделаем это бесплатно! \\r\\nАккуратно спилить дерево в ограниченном пространстве могут альпинисты команды «Дровосек» https://arbvbg.ru/privacypolicy\\r\\n  Специалист, взбирается на дерево и разбирает его на части разной длины в зависимости от условий https://arbvbg.ru/\\r\\n  Спиленные части сбрасывайся или спускаются на веревке через страховочную систему https://arbvbg.ru/privacypolicy\\r\\n  Для организации работы требуется площадка не более 1 кв https://arbvbg.ru/privacypolicy\\r\\n  метра и доступ к стволу дерева https://arbvbg.ru/privacypolicy\\r\\n  На одном объекте возможно взаимодействие нескольких бригад альпинистов https://arbvbg.ru/privacypolicy\\r\\n  Спил деревьев по частям имеет ряд преимуществ: \\r\\nВыезд специалиста на объект https://arbvbg.ru/\\r\\n \\r\\nОпыт работ более 15 лет https://arbvbg.ru/privacypolicy\\r\\n \\r\\nКогда нужен спил деревьев частями? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:25:12','2026-01-21 11:25:12','d2f00c44-a31c-4aff-a211-607f38998d53'),
(13040,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Резные деревянные инкрустации и изящная фурнитура делают бесподобным вид классической мебели, а природный материал создает комфортную обстановку комнаты https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaya-dver-e15.html\\r\\n   Любители современных или необычных интерьеров могут сделать индивидуальный заказ на изготовление гарнитура в различных стилях https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i24.html\\r\\n \\r\\nПервоклассные кухни, выполненные в данном стиле, отличаются необходимой функциональностью, простотой и богатством конфигураций, зависящих от планировки помещения или личных предпочтений https://www.legnostyle.ru/catalog/mebel/g-6.html\\r\\n   Подход к проектированию кухонь подобного стиля допускает определенную свободу (иногда даже сочетая несочетаемое), что предполагает возможность изготовления мебели по особому заказу https://www.legnostyle.ru/mezhkomnatnye-dveri-garmoshka.html\\r\\n \\r\\nОтношение жителей Китая к иностранцам меняется ежегодно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/test2.html\\r\\n   Всего пару десятков лет назад иностранный турист на улицах Поднебесной мог стать причиной настоящего столпотворения, например, китайцы могли \\r\\nНа сегодняшний день элитная мебель пользуется особенным интересом среди населения https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=17\\r\\n   Как правило, изготавливают ее на заказ, поэтому покупатели с самыми большими требованиями могут выполнить различные индивидуальные пожелания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=15\\r\\n \\r\\nНеобычность и узнаваемость стиля достигается за счет уникального соединения гибкости и особенного принципа работы с новыми материалами и ценными породами дерева https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i3.html\\r\\n   Подход к дизайну строится на объединении мастерства, стиля, постоянных исследований и креативности https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-8.html\\r\\n \\r\\nИнформационный портал о Китае https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-1.html\\r\\n   Ежедневные новости Китая, события и происшествия сегодня, интересные статьи, познавательные обзоры, фото и описание городов Китая, история государства \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:26:19','2026-01-21 11:26:19','44b589c6-4215-4195-8efe-ad67712187a7'),
(13041,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"VincentLitly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сход-развал https://dialdrive.ru/dvs\\r\\n \\r\\nЧто можно сделать, если проблема повторяется https://dialdrive.ru/dvs\\r\\n \\r\\nПри первом обращении диагностика подвески автомобиля производится бесплатно! Все клиенты впервые обратившиеся в наш техцентр, могут провести диагностику подвески автомобиля абсолютно бесплатно https://dialdrive.ru/dvs\\r\\n \\r\\n39 лет, опыт 18 лет https://dialdrive.ru/dvs\\r\\n \\r\\nЦены выполненных работ https://dialdrive.ru/\\r\\n \\r\\nЦены выполненных работ https://dialdrive.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:26:33','2026-01-21 11:26:33','8b2e9c9d-cb72-4dc9-86f3-956ba5ec3139'),
(13042,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emanuelgen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"После того как были выполнены все этапы установки, потребуется протестировать работу нового масляного насоса http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  Однако в привычном порядке КАМАЗ заводить не рекомендуется http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n  Для первого запуска мотора после замены масляного насоса лучше воспользоваться этой схемой: \\r\\nВажно доверять все подобные мероприятия опытным профессионалам, чтобы не пришлось беспокоиться о том, что в какой-то момент может произойти внезапная поломка http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  Тем более, что на все проведенные работы, вы получаете официальную гарантию http://dmalmotors.ru/remont-avtoelektriki.html\\r\\n \\r\\nМинимальный период обкатки мотора после капремонта находится на отметке около 1 тыс http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  км, при этом практика показывает, что агрегат оптимально обкатывать до 10 тыс http://dmalmotors.ru/remont-dvigatelej.html\\r\\n  км, после чего нагрузки следует увеличивать постепенно http://dmalmotors.ru/remont-starterov.html\\r\\n  Считается, что полная притирка всех элементов в ДВС заканчивается к пробегу около 30 тыс http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  км http://dmalmotors.ru/\\r\\n  Также необходимо помнить и о том, что во время обкатки мотора после ремонта масло и масляный фильтр необходимо менять чаще для удаления из мотора стружки и других продуктов износа, которые появляются в результате притирки новых деталей http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n  Первая замена смазки происходит через 1 тыс http://dmalmotors.ru/diagnostika-inzhektora.html\\r\\n  км, следующая осуществляется через 5 тыс http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  км, еще одна замена масла производится через 7-8 тыс http://dmalmotors.ru/remont-avtoelektriki.html\\r\\n  Далее можно переходить на привычный рекомендуемый межсервисный интервал замены масла и фильтров http://dmalmotors.ru/diagnostika-inzhektora.html\\r\\n \\r\\nВторой период, или период естественного изнашивания, длительный по времени период нормальной эксплуатации двигателя, во время которого изнашивание деталей нарастает http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n \\r\\nВ каждом из них конструктивно используются похожие детали и механизмы http://dmalmotors.ru/zamena-masel-i-filtrov.html\\r\\n  Шатуны и поршни вместе с цилиндрами неотъемлемая часть конструкции любого двигателя внутреннего сгорания http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n \\r\\nЧисленные значения номинального зазора (износа) задаются конструкцией двигателя, а значения допустимого и предельного износа определяются теоретически из условий прочности деталей, условий смазывания и надежности сопряжений в двигателе http://dmalmotors.ru/remont-starterov.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:26:39','2026-01-21 11:26:39','cc3871f0-f543-4fd8-9e5e-de1c157b5502'),
(13043,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stevencax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если Вы будете выполнять элементарные правила при работе с прибором, то получите достоверную информацию о лакокрасочном покрытии обследуемого автомобиля https://www.ndt-club.com/product-984-avm-yf-80s-ctacionarnaya-yltrafioletovaya-lampa.htm\\r\\n  Вам также понадобятся знания о приборе для измерения толщины краски, прежде чем Вы приступите к замерам https://www.ndt-club.com/product-188-tt-100-yltrazvykovoi-tolshinomer.htm\\r\\n \\r\\n\\r\\nТолщиномер ТЭМП-УТ1 используется для высокоточного измерения толщины различных объектов из однородных материалов, как металлического происхождения, так и неметаллического https://www.ndt-club.com/product-737-rft-kurok-mehanicheskoe-pozicioniryushee-ystroistvo-dlya-rychnogo-skanirovaniya.htm\\r\\n  Доступ к объектам - односторонний https://www.ndt-club.com/product-775-v7-327-vibrometr-portativnii-karandashnogo-tipa.htm\\r\\n  Также прибор может эффективно применяться для измерения скорости распространения ультразвуковых колебаний в материале изделия https://www.ndt-club.com/product-780-dtl50348-preobrazovatel-r-s-shirokozahvatnii.htm\\r\\n  Корпус прибора выполнен из пластмассы https://www.ndt-club.com/product-795-aks-gel-visokotemperatyrnii-ot-0-do-350-186-s.htm\\r\\n \\r\\nНа восьмом месте выстраивается ETARI ET-333, с новым установленным чипом, который позволяет устройству быстрее обрабатывать данные https://www.ndt-club.com/product-130-ydt-40-tolshinomer-yltrazvykovoi.htm\\r\\n  Благодаря широкому диапазону, прибор осуществляет измерения до 2 мм, а информация результата выводится за секунду и отображается на дисплее толщиномера https://www.ndt-club.com/product-250-molotok-shmitda-225a-sklerometr-dlya-betona.htm\\r\\n  Этот аппарат сможет измерить любую толщину автопокрытия, такие как сталь или чугун, и с точностью определит в каком состоянии измеряемая часть автомобиля https://www.ndt-club.com/index.php?z=S769&pd=5\\r\\n  ETARI ET-333, имеет удобную и надежную конструкцию, обеспечит длительную работу, а так же точные и стабильные измерения при любых погодных условиях https://www.ndt-club.com/product-901-iskra-30-elektroiskrovoi-defektoskop.htm\\r\\n \\r\\nРаботает по:   черным и цветным металламРабочая температура:   -40°С до +50°СМакс https://www.ndt-club.com/product-340-arina-7-impylsnii-rentgenovskii-apparat.htm\\r\\n  измерение:   2000 микронШаг измерений:   0,1 микронПодсветка экрана:   ЕстьДоп https://www.ndt-club.com/product-567-metolab-451-stacionarnii-tverdomer-po-vikkersy.htm\\r\\n  функции:   датчик оцинковкиПроизводство:   КитайГарантия:   1 год \\r\\nРаботает по:   черным металламРабочая температура:   -25°С до +50°СМакс https://www.ndt-club.com/produkcija-204-fonari-i-lampi-yf-osvesheniya.htm\\r\\n  измерение:   3000 микронШаг измерений:   1 микронПодсветка экрана:   ЕстьДоп https://www.ndt-club.com/produkcija-309-ema-preobrazovateli.htm\\r\\n  функции:   фонарикПроизводство:   ПольшаГарантия:   1 год \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:27:29','2026-01-21 11:27:29','5cd1eda4-64d1-444b-8e42-1d594aa52e13'),
(13044,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philiplaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"К сожалению, у нас нет подходящих туров для отображения https://akademy21.ru/apparatniy_pedecur\\r\\n \\r\\nПодбор тура Акции и спецпредложения Типы отдыха Каталог отелей Авиаперелеты Визы и паспорта Памятка туриста Выдача документов Новости Отзывы и предложения https://akademy21.ru/trener_nutriciolog\\r\\n \\r\\nТуры в Китай https://akademy21.ru/trener_estetika_lica\\r\\n \\r\\nРейтинг: 4 https://akademy21.ru/apparatnaya-kosmetologiya\\r\\n 0 из 5 https://akademy21.ru/courses/massage\\r\\n 0 https://akademy21.ru/trener_resnycy\\r\\n \\r\\n200м до пляжа https://akademy21.ru/golivudskie_ukladki\\r\\n \\r\\nПутешественники могут побывать в монастырях, посетить древние города, посетить столицу Китая, увидеть парящие горы и многое другое https://akademy21.ru/cosmetolog_estet\\r\\n  Любой маршрут оставит массу ярких впечатлений на долгие годы https://akademy21.ru/courses/massage/intimnoye-otbelivaniye-iapparatnoye-omolozheniye\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:28:07','2026-01-21 11:28:07','e1636c94-da3f-4aab-ab1f-20268d638511'),
(13045,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brucehot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mamedov.edgar.1992.3.3@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В зависимости от того, где будут размещены светильники, какие параметры являются оптимальными для участка, а также что требуется в процессе работы, их можно поделить на группы https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n \\r\\nЕсли вы ищете низкую цену на Светильник подвесной уличный Бургос 813010401, то интернет-магазин Евросвет поможет вам совершить выгодную покупку https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  На официальном сайте Евросвет вы найдете детальные фото и подробные характеристики товара из серии Подвесные светильники https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  И, самое главное, честные отзывы на Светильник подвесной уличный Бургос 813010401 от реальных покупателей https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  Не уверены? Хотите проконсультироваться? Специалисты Евросвет всегда готовы помочь! Советы и инструкции по применению от профе https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n \\r\\nоцинкованные металлические стойки 3-12 метров используют для освещения улиц и парков, жилых массивов, торговых территорий, мест отдыха и скопления большого количества людей https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  Столб имеет фланец для установки на подземную часть или фундамент, сверху – узел для крепления кронштейна https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  Покрытие из цинка предохраняет от коррозии даже при механических повреждениях https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n \\r\\nВ августе 2019 года произведен монтаж светильников на территории водозаборного пункта в Саратовской области https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  Возводимые объектовые сети наружного освещения согласно проекту должны обеспечить возможность работы в темное время суток, выполнение охраной обязанностей по осуществлению пропускного режима, сохранности оборудования и имущества https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n Монтаж уличного освещения с установкой 6-ти опор, одного разъединителя, 5-ти светильников произвели за один день https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  Заказчиком работы приняты без замечаний в полном объеме https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n Закажите монтаж освещения по телефону +7-908-552-96-04, отправьте письмо на ,  https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n \\r\\n1 https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  В местах пересечений линий с улицами и дорогами при расстоянии между опорами до 40 м допускается не применять анкерные опоры и двойное крепление проводов https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n \\r\\nАвтоматический контроль https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  На каждом элементе освещения размещаются специальные датчики, запрограммированные на время https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  Светильники зажигаются автоматически https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  Не нужно включать их самостоятельно и контролировать процесс их работы https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  Достаточно установить таймер, и техника сада сделает всю работу https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  Несовершенство системы в том, что если один элемент прекращает функционировать из-за повреждения, то отключаются и остальные https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n  Стоимость установки высокая, но это цена за качество и надёжность https://xn----8sbbqwjb8ce.xn--p1ai/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgermantown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@virginiahighlandscrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:28:54','2026-01-21 11:28:54','bc33a3ef-a9a4-42f1-a738-7e1c99195b1e'),
(13046,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgenub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Также нужно было технически разобраться в порядке работы маркетплейса, но этому можно научиться, изучить отзывы селлеров https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00015768/\\r\\n  Мой совет — заручиться поддержкой проверенного менеджера https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00016805/\\r\\n  У нас в команде есть менеджер, который занимается конкретно этой площадкой, и все детали продвижения — заполнение карточек и другие нюансы — ведет она, чтобы я как собственник бизнеса не распылялась на всё https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00015064/?select_warehouse=56\\r\\n \\r\\nГлавные выгодоприобретатели роста популярности интернет-покупок — крупнейшие маркетплейсы https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00016952/\\r\\n  В 2023 году рынок e-commerce увеличился на 2,6 трлн рублей, и основная часть этого роста пришлась на Wildberries и Ozon (соответственно 35% и 31%), а в сумме четыре крупнейших маркетплейса (плюс «Яндекс Маркет» и «Мегамаркет») обеспечили более 80% от всего роста рынка, следует из отчета Data Insight https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00020878/\\r\\n \\r\\nМаркетплейсы https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/futbolki-i-rubashki/futbolka-detskaya-s-prazdnichnym-printom-moy-geroy-rost-68/\\r\\n \\r\\nВ некоторых регионах сильны местные онлайн-бренды или продавцы, которые создают высокую конкуренцию по определенным категориям https://bayra.market/oniks-finans-ooo/?category_id=13422&page=156\\r\\n \\r\\nРуководитель направления marketplace в Salist https://bayra.market/sergu/page-50/?utm_referer=geoadv_search_yabs&utm_ya_campaign=89823972517&yabizcmpgn=25716636&utm_candidate=59247141423\\r\\n \\r\\nСибирские города опять в пятерке лидеров: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:30:17','2026-01-21 11:30:17','3137034f-6cd4-4942-913e-201b232bf7d1'),
(13047,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"VincentBow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"andreyy-filimonov@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Документы подтверждены https://dialdrive.ru/\\r\\n \\r\\nЕсли Вы не нашли здесь интересующую Вас информацию, позвоните мастеру приёмщику https://dialdrive.ru/dvs\\r\\n \\r\\nДиагностика https://dialdrive.ru/dvs\\r\\n \\r\\nЗАМЕНА ДИСКОВ ТОРМОЗНЫХ ПЕРЕДНИХ И КОЛОДОК https://dialdrive.ru/katalizator\\r\\n \\r\\nТонировка стекол автомобиля https://dialdrive.ru/\\r\\n \\r\\n*1 Автомобили малого класса ( Daewoo Matis, Opel Corsa, Peugeot 206 и др.) \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:31:25','2026-01-21 11:31:25','52cfa17e-b669-443d-8838-16405c5ad6c0'),
(13048,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EmanuelNaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olesya.zhukova.1994@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Проведенная диагностика показала, что поршневая группа двигателя Ауди Q3 2,0 TFSI из-за своих конструктивных особенностей, а точнее, серьезных просчетов инженеров и конструкторов концерна VAG в проектирования данных моторов 1,2, 1,4, 1,8, 2,0 TSI, TFSI, нуждается в замене или ремонте: из-за неспособности изношенных, изначально слабых, поршневых колец, эффективно снимать масло со стенок цилиндров, масло попадает в камеру сгорания и, сгорая там, закоксовывает поршни и камеру сгорания, постепенно повышая расход масла двигателем, зачастую, на авто с уже начавшимся масложором, хозяин вынужден доливать масло одновременно с топливом, что существенно повышает его расходы на автомобиль http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n \\r\\nАвтосервис , предлагает высокопрофессиональный ремонт двигателя Ауди http://dmalmotors.ru/regulyarnoe-tekhobsluzhivanie.html\\r\\n  В нашей работе мы руководствуемся интересами клиентов, поэтому стараемся минимизировать расходы http://dmalmotors.ru/promyvka-inzhektorov.html\\r\\n \\r\\nОбычно в гараже у каждого водителя легкового или грузового авто есть такой чемодан с набором всех необходимых инструментов для самостоятельного ремонта машины \\r\\nОн может отличаться по своему объему, мощности и по тому, какой вид топлива используется для его работы http://dmalmotors.ru/zamena-tsepi-ili-remnya-grm.html\\r\\n  Опытный автолюбитель может на слух определить некоторые различия в работе конкретного агрегата http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n \\r\\nНа все выполненные работы по ремонту двигателей Исузу, Хендай, Ман, Камаз, Маз и др http://dmalmotors.ru/component/content/article/9-aktsii2/24-diagnostika-khodovoj-besplatno2.html?Itemid=101\\r\\n  марок предоставляется гарантия 3 месяца или 10 http://dmalmotors.ru/\\r\\n 000 км пробега (при условии выполнения руководства по эксплуатации автомобиля) http://dmalmotors.ru/remont-avtoelektriki.html\\r\\n \\r\\nНасаживают подшипник на вал электродвигателя легкими ударами молотка по трубе, упирающейся во внутреннее кольцо подшипника http://dmalmotors.ru/component/content/article/8-aktsii/23-fiksirovannaya-tsena-na-zamenu-masla-2.html?Itemid=101\\r\\n  При предстоящей сборке внешняя обойма подшипника должна быть посажена нормально в гнездо подшипникового щита http://dmalmotors.ru/remont-starterov/2-uncategorised/25-aktsiya.html\\r\\n  Очень тугая посадка может привести к зажиму шариков, а слабенькая вызовет проворачивание внешней обоймы подшипника в гнезде щита, что неприемлимо http://dmalmotors.ru/diagnostika-inzhektora.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:31:26','2026-01-21 11:31:26','1dbaf31d-c039-42b2-b08b-acce063bd46f'),
(13049,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leealini\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hai, saya ingin tahu harga Anda.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:31:44','2026-01-21 11:31:44','41e76035-1952-47ee-9f49-59b691afbeb6'),
(13050,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidhom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Покупатель знает, что элитная дизайнерская мебель — это продукция безусловного стиля и качества https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/\\r\\n    Дизайнерская мебель класса  изготавливается из качественных материалов на оборудовании высокой точности и качества, и имеет небольшое число копий https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-gp-11.html\\r\\n   Это важно: мебель, в массовом количестве изготовленная на заводе,  может называться дорогой мебелью высокого качества, но не быть при этом элитной https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=3\\r\\n   У элитной дизайнерской мебели большой гарантийный срок https://www.legnostyle.ru/catalog/inter-eri/arka-a23.html\\r\\n \\r\\nВы сможете заменить тип ткани, выбрать материал интересующей цветовой гаммы, увеличить размер спинки, изменить количество составных элементов https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-25.html\\r\\n   Отреставрированные мягкое кресло, кушетка, стулья, диван снова будут радовать взгляд и служить изысканным украшением интерьера https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/mebel-dla-biblioteki-b-14.html\\r\\n \\r\\nРеставрация выполняется опытными мастерами на профессиональном уровне https://www.legnostyle.ru/modyli-dlia-kyhni.html?PAGEN_2=2\\r\\n   Позвоните по нашему телефону прямо сейчас, чтобы пригласить специалиста на дом или в офис! Мы вернем ваши изделия к жизни быстро, аккуратно и качественно! \\r\\nПеред смертью супруги заморозили несколько эмбрионов, так как планировали завести детей при помощи суррогатной матери https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-27.html\\r\\n   Эмбрионы хранились в клинике в жидком азоте при температуре -196 градусов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i12.html\\r\\n   Бабушки и дедушки новорожденного долгое время судились  Опубликовано 13/04/2018 - 21:25 \\r\\nКачество https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a37.html\\r\\n   Приобретение моделей мебели этой категории считается удачным вложением средств, так как со временем её цена не только не снижается, но зачастую даже растёт https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-o18.html\\r\\n   Изделия не теряют форму, не снижают прочность, их цвета продолжают оставаться такими же сочными https://www.legnostyle.ru/contacts/\\r\\n   Для изготовления в большинстве случаев используются натуральные и особо ценные материалы https://www.legnostyle.ru/catalog/mebel/garderobnie/gp-9.html\\r\\n \\r\\nКомпания  заботится о своих клиентах, поэтому предлагает качественную немецкую мебель от лучших производителей https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=3\\r\\n   У нас широкий ассортимент продукции https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-40.html\\r\\n   В каталоге вы найдете большое разнообразие корпусной и мягкой мебели, которая обладает отличными эксплуатационными характеристиками https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-1.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:33:06','2026-01-21 11:33:06','e07496f9-0aa9-4caa-80fb-b4f0af0d7835'),
(13051,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"StevenLiz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pavel.sitdikov.88@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Толщиномер А1209 предназначен для измерения толщины стенок труб, котлов, сосудов, обшивок судов, литья, листового проката и других изделий из черных и цветных металлов https://www.ndt-club.com/product-359-emt2705-aktivnii-elektromagnitno-akysticheskii-preobrazovatel.htm\\r\\n \\r\\nПодготовка к работе ультразвукового толщиномера NOVOTEST: подключение датчика, выбор типа датчика и материала в меню, изменение скорости ультразвука, установка задержки в призме https://www.ndt-club.com/product-883-korona-1-elektroiskrovoi-defektoskop.htm\\r\\n \\r\\nГруппа компаний (ГК)  (Теплоприборы, Промприбор, Теплоконтроль и др https://www.ndt-club.com/produkcija-106-testeri-yltrazvykovie-dlya-betona.htm\\r\\n ) — это приборы и автоматика для измерения, контроля и регулирования параметров технологических процессов (расходометрия, теплоконтроль, теплоучёт, контроль давления, уровня, свойств и концентрации и пр https://www.ndt-club.com/produkcija-313-akysticheskie-i-impedansnie-defektoskopi.htm\\r\\n ) https://www.ndt-club.com/product-889-sovmeshennii-preobrazovatel-s1573-5-0a0d8cl-dlya-tolshinomerov-a1207-i-a1207u.htm\\r\\n \\r\\n\\r\\nЭтот аппарат может производить замеры не только на магнитных поверхностях, как предыдущий толщиномер металла, но и алюминии, меди (и других немагнитных металлах) https://www.ndt-club.com/product-834-seviral-av3fw-teplovizionnaya-kamera-bistrogo-reagirovaniya.htm\\r\\n \\r\\nНепараллельные поверхности: В целях достижения удовлетворительной чувствительности ультразвукового измерения другая поверхность материала должна быть параллельна или соосна измеряемой поверхности, иначе возникнут искажения, либо измерение не будет проведено https://www.ndt-club.com/product-645-antennaya-reshetka-m9171-4-0v0r26x10cl-dlya-a1550-introvisor.htm\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:33:57','2026-01-21 11:33:57','acc3f0a2-14a3-4bac-81e7-27974a54a07c'),
(13052,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philiplaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Быстро, бесплатно, с вниманием к мелочам https://akademy21.ru/pereatestacia\\r\\n  Просто расскажите, как хотите отдохнуть https://akademy21.ru/laminirovanie_resnic\\r\\n \\r\\nРейтинг: 4 https://akademy21.ru/cosmetolog_estet_sale\\r\\n 0 из 5 https://akademy21.ru/company\\r\\n 0 https://akademy21.ru/master_po_dizainu\\r\\n \\r\\nТаможня https://akademy21.ru/apparatniy_pedecur\\r\\n \\r\\nКак отдохнутьКурорты https://akademy21.ru/model\\r\\n \\r\\nДо аэропорта https://akademy21.ru/trener_lepiliaci\\r\\n \\r\\n850м до пляжа https://akademy21.ru/medsestra_cosmetolog\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:33:57','2026-01-21 11:33:57','01a373b9-a508-4c65-84f5-0d81aa352e10'),
(13053,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelPaife\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Скидка https://dez-spasatel.ru/dezinfekciya/pomeshcheniya/\\r\\n \\r\\nПлощадь обработки Однократная обработка от 3000 руб https://dez-spasatel.ru/dezinsekciya/mokritsy/\\r\\n  от 3000 руб https://dez-spasatel.ru/articles/tarakany/kusayutsya-li-tarakany-i-kak-vyglyadit-ikh-ukus/\\r\\n  1 комната от 3000 руб https://dez-spasatel.ru/articles/tarakany/prichiny-poyavleniya-tarakanov-i-kak-izbavitsya-ot-nikh/\\r\\n  от 3000 руб https://dez-spasatel.ru/fumigatsiya-fogatsiya-gazatsiya/\\r\\n  2 комнаты от 3600 руб https://dez-spasatel.ru/articles/dezinfektsiya/osobennosti-dezinfektsii-basseynov/\\r\\n  3 комнаты от 4200 руб https://dez-spasatel.ru/fumigatsiya-fogatsiya-gazatsiya/drevotochets/\\r\\n  Коттедж до 70 м2 от 5300 руб https://dez-spasatel.ru/articles/dezinfektsiya/kak-izbavitsya-ot-domashnikh-blokh/\\r\\n  Коттедж до 170 м2 от 7300 руб https://dez-spasatel.ru/unichtozhenie-zapakhov/zapakh-syrosti/\\r\\n  Коттедж до 270 м2 от 10300 руб https://dez-spasatel.ru/articles/tarakany/pomogaet-li-bornaya-kislota-ot-tarakanov/\\r\\n \\r\\nСотрудники санэпидстанции проводят детальное обследование помещений, определяют источники питания и места укрытия грызунов, а также выявляют потенциальные места проникновения вредителей https://dez-spasatel.ru/articles/kleshchi/kleshchi-u-lyudej/\\r\\n \\r\\nПодробнее о СЭС ТАО https://dez-spasatel.ru/dezinsekciya/klopy/\\r\\n \\r\\nПочва https://dez-spasatel.ru/deratizatsiya-unichtozhenie-gryzunov/myshi/\\r\\n \\r\\nРезультаты анализов представляются в двух форматах: либо просто указывается процентное содержание искомого компонента, либо дается качественная оценка пробы https://dez-spasatel.ru/articles/klopy/\\r\\n  Подробнее о услугах лаборатории можно узнать по номеру телефона на сайте https://dez-spasatel.ru/articles/tarakany/lovushki-dlya-tarakanov/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:34:11','2026-01-21 11:34:11','3e1b9fbb-98c3-4b9c-a55c-0877591280b3'),
(13054,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidstync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Две означенные страны являются лидерами среди производителей элитной мебели https://www.legnostyle.ru/catalog/inter-eri/a-13.html\\r\\n   Лучшее, что существует на сегодня – либо итальянская, либо французская мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a3.html\\r\\n \\r\\nДизайнеры активно впитывают в себя все особенности мебельной моды 20-го столетия, кожа в те времена была супер модна https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-9.html\\r\\n   Это объясняется тем что определенные стили пестрили шиком, такой материал как кожа, смог прекрасно тогда поддержать тему богатства и роскоши https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i34.html\\r\\n   Набирающие популярность этнический стиль и колониальный, также выделяются наличием большого количества кожаных элементов мебели https://www.legnostyle.ru/catalog/dveri/iz-massiva/?PAGEN_1=8\\r\\n \\r\\nВ Пекине или Шанхае терактов не было, да и весь Китай в этом отношении считается благополучным государством https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-1.html\\r\\n   Но в метрополитене Шанхая или  Опубликовано 23/09/2018 - 13:07 \\r\\nЭксклюзивность https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s2.html\\r\\n   Каждый заказ дизайнеры проектируют индивидуально, поэтому риск увидеть тот же самый интерьер стремится к нулю https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e19.html\\r\\n   Дизайнер элитной мебели не просто создаёт новую форму, он подбирает для неё материал и фурнитуру, доводя модель до совершенства https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-17.html\\r\\n \\r\\nКитайским археологам удалось обнаружить крупнейший рудник по добыче бирюзы на территории Синьцзян-Уйгурского автономного района, что на северо-западе Китая https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-29.html\\r\\n \\r\\nСамой элитной корпусной мебелью для кабинета руководителя является мебель из дерева https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-1.html\\r\\n   Она изысканна, привлекательна, а главное соответствует строгому дизайну интерьера, который необходим коммерческому помещению https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-38.html\\r\\n   Приоритетными являются предметы интерьера из ценных пород https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i22.html\\r\\n   Дорогие материалы гарантируют, что мебель не потеряет привлекательного внешнего вида даже через много лет https://www.legnostyle.ru/catalog/mebel/b-11.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:34:27','2026-01-21 11:34:27','722f9ead-ce15-43eb-80ec-9e6bee76fdf0'),
(13055,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeInfob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Zdravo, htio sam znati vašu cijenu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:36:08','2026-01-21 11:36:08','c52a9442-35e1-4ea3-af5e-cf4ea9e2439a'),
(13056,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philiplaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Путевки в Китай на январь 2024, цены на туры получены от туроператоров сегодня в 08:30 по Иркутску https://akademy21.ru/trener_estetika_lica\\r\\n \\r\\nЧто посмотреть? \\r\\n400м до пляжа https://akademy21.ru/skulpturnyi_massage_lica\\r\\n \\r\\nЧаевые официально запрещены, но, если вы хотите отблагодарить официанта в ресторане или таксиста, оставляйте чаевые из расчета в среднем 5-10% от стоимости услуг https://akademy21.ru/osnovinutriciolog\\r\\n \\r\\nГоры Памятники истории Религия/Паломничество Тихий / Спокойный Храмы Экскурсионные туры https://akademy21.ru/trener_nogtevogo_servisa\\r\\n \\r\\nЗаявка будет отправлена https://akademy21.ru/courses/massage/master-apparatnoy-korrektsii-figury\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:37:31','2026-01-21 11:37:31','461460b2-c442-43e7-bd57-772d43ff4c25'),
(13057,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeKet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hæ, ég vildi vita verð þitt.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:41:52','2026-01-21 11:41:52','4f6e3cb6-f88e-4db3-a23e-6542a4fae157'),
(13058,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Geraldcheaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В Геленджике есть немало мест, где можно остановиться отдыхающим, а мы поможем вам выбрать и забронировать номер в гостинице на тот период, на который вы решили туда поехать https://rich-house.su/rooms/\\r\\n  «Геленджик отели» — популярный запрос не только на просторах интернета, но и на нашем сервисе, ведь это один из самых востребованных морских курортов https://rich-house.su/rooms/\\r\\n  А как мы знаем, спрос рождает предложение https://rich-house.su/contacts/\\r\\n  Гостиницы, пансионаты, санатории, гостевые дома и даже апартаменты: на 101Hotels https://rich-house.su/about/\\r\\n com каждый найдет вариант по душе https://rich-house.su/\\r\\n  Забронировать номер в гостинице Геленджика становится элементарной процедурой, не требующей никаких усилий https://rich-house.su/about/\\r\\n  Даже если вы ещё не определились, где именно хотите остановиться, наши специалисты помогут совершить выбор https://rich-house.su/rooms/\\r\\n \\r\\nСкидки и спецпредложения https://rich-house.su/photos/\\r\\n \\r\\nОтзывы https://rich-house.su/contacts/\\r\\n \\r\\nГеленджик привлекает не только своим спокойным и чистым морем, но и природой с горными озерами и реками https://rich-house.su/booking/\\r\\n  Это небольшой город, который окружают горы, он считается одним из самых популярных мест для отдыха на курортах России https://rich-house.su/\\r\\n \\r\\nРейтинг Наименование Цена от 4 https://rich-house.su/about/\\r\\n 3 ФандоринЪ 3* 8000 руб 5 https://rich-house.su/photos/\\r\\n 0 Alean Family Resort & Spa Biarritz 4* 19200 руб https://rich-house.su/about/\\r\\n \\r\\nулица Прибойная, д https://rich-house.su/about/\\r\\n 18, Геленджик https://rich-house.su/about/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:42:25','2026-01-21 11:42:25','980cbc4f-6ed5-4123-a466-3051d6e3f378'),
(13059,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Geraldcheaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"337 отзывов https://rich-house.su/photos/\\r\\n \\r\\nДо Черного моря 1 https://rich-house.su/about/\\r\\n 3 км https://rich-house.su/restaurants/\\r\\n \\r\\nЛевладиа https://rich-house.su/restaurants/\\r\\n ру https://rich-house.su/contacts/\\r\\n \\r\\nBellagio https://rich-house.su/\\r\\n \\r\\nВ приложении цены на отели ещё ниже, а выбор шире! Бронирования можно оплачивать через Apple Pay и Android Pay https://rich-house.su/rooms/\\r\\n  Ваучер хранится в личном кабинете и доступен, даже если нет интернета https://rich-house.su/booking/\\r\\n \\r\\nОтзывы о ZenHotels https://rich-house.su/about/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:42:25','2026-01-21 11:42:25','5ee15b67-3f01-4eb4-85e2-5ce1c2ee98cf'),
(13060,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottAsype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Общая площадь участка https://berezov-lsk.ru/\\r\\n \\r\\nВыполняющие строительные и посадочные работы под ключ https://berezov-lsk.ru/\\r\\n \\r\\nСоздадим уникальный проект вашего сада с детальной 3D визуализацией и полным комплектом чертежей https://berezov-lsk.ru/\\r\\n \\r\\n4 https://berezov-lsk.ru/\\r\\n 8 Общая оценка 4 https://berezov-lsk.ru/\\r\\n 7 Соотношение цена/качество 5 Соблюдение сроков 4 https://berezov-lsk.ru/\\r\\n 5 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\r\\n \\r\\nРеализуем даже самые сложные задачи по благоустройству участков под ключ в соответствии с актуальными тенденциями ландшафтной архитектуры https://berezov-lsk.ru/\\r\\n \\r\\nот 250 000 руб https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:43:28','2026-01-21 11:43:28','9f71ab34-e3e3-44e4-aa19-1fca29179d78'),
(13061,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alyjek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"webmasterandrey777@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Р°СЂРµРЅРґР° РїРѕР»СЏ С„СѓС‚Р±РѕР» </a>\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:43:46','2026-01-21 11:43:46','6c673fbe-ea10-43df-af3d-7349d94a4821'),
(13062,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Geraldcheaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Объект проверен https://rich-house.su/booking/\\r\\n \\r\\nОтзывы об отдыхе в Мини отелях и гостиницах Геленджика https://rich-house.su/about/\\r\\n \\r\\n1 балл = 1 рубль https://rich-house.su/services/\\r\\n \\r\\nВключён завтрак, обед и ужин https://rich-house.su/about/\\r\\n \\r\\nСкидки на первую бронь https://rich-house.su/rooms/\\r\\n \\r\\nЗавтрак Wi-Fi https://rich-house.su/about/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:46:40','2026-01-21 11:46:40','d8cb9b1f-f0d2-4528-ad56-9dcc59de7426'),
(13063,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldAmawn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Подпишитесь на новости https://kupefurnitur.ru/onas\\r\\n \\r\\nОпт 2: 85 https://kupefurnitur.ru/onas\\r\\n 00р https://kupefurnitur.ru/contact\\r\\n \\r\\n\\r\\nДеревянная вешалка отлично впишется в интерьер бани или парилки https://kupefurnitur.ru/catalog\\r\\n  Возможно использование вешалки и дл.. \\r\\nПринимаем к оплате https://kupefurnitur.ru/price\\r\\n \\r\\nОпт 2: 119 https://kupefurnitur.ru/\\r\\n 50р https://kupefurnitur.ru/onas\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:54:39','2026-01-21 11:54:39','8a60e68a-747b-45e1-9198-5b6a7bb80e52'),
(13064,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelmar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заказ доставили вовремя, аккуратно упаковали (все боксы связаны между собой жгутом + большой пакет для траспортировки). И вкус, и внешний вид блюд отличные https://shcherbinins.ru/contacts\\r\\n  Круассаны были действительно круассанами, а не дрожжевыми булками https://shcherbinins.ru/\\r\\n  Начинки в профитролях не пожалели, все овощи в мини-нарезках были свежими и выглядели хорошо https://shcherbinins.ru/menu\\r\\n  Я рада, что угодила себе и гостям, остановив свой выбор на этой компании https://shcherbinins.ru/uslugy\\r\\n \\r\\nЧастные праздники: дни рождения, свадьбы, Новый год, вечеринки https://shcherbinins.ru/\\r\\n  Корпоративные мероприятия: конференции, дни рождения компаний, тренинги и мастер-классы https://shcherbinins.ru/uslugy\\r\\n  Детские праздники: дни рождения, выпускные, утренники https://shcherbinins.ru/aboutus\\r\\n  Рекламные и промоакции: выставки, открытия, дегустации, презентации https://shcherbinins.ru/uslugy\\r\\n  Деловые события: кофе-брейки, организация питания на семинарах, конгрессах и других мероприятиях https://shcherbinins.ru/menu\\r\\n \\r\\nПопулярный Канапе сет на 6-10 персон https://shcherbinins.ru/aboutus\\r\\n \\r\\nЭто зависит от формата мероприятия и ваших предпочтений https://shcherbinins.ru/contacts\\r\\n  Например, в меню банкета уместны: \\r\\nМы составляем расчёт и Привозим дегустационный сет https://shcherbinins.ru/menu\\r\\n \\r\\nВыбери свой формат: готовые сеты, наборы в боксах или индивидуальное меню с посудой и обслуживанием https://shcherbinins.ru/aboutus\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:54:45','2026-01-21 11:54:45','ed6f9692-c861-47a5-b9a9-e0745bfd3859'),
(13065,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldHycle\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Витязево (534 отеля) \\r\\nДо центра 4 https://rich-house.su/restaurants/\\r\\n 7 км https://rich-house.su/booking/\\r\\n \\r\\nДо центра 2 https://rich-house.su/services/\\r\\n 7 км https://rich-house.su/about/\\r\\n \\r\\nОльгинка (93 отеля) \\r\\nГеленджик, ул https://rich-house.su/services/\\r\\n  Революционная, д https://rich-house.su/about/\\r\\n  33а, 1463 км трассы М4 https://rich-house.su/about/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/restaurants/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:55:27','2026-01-21 11:55:27','44247c08-a4ab-4fbd-b20e-e9f4722fa3ac'),
(13066,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site completecareclark.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 11:57:26','2026-01-21 11:57:26','ff301aa1-3de3-45dc-a533-924755d69d32'),
(13067,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccparkplace.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 12:01:47','2026-01-21 12:01:47','4c6b8fba-8fc0-48e3-9779-d87a968177fc'),
(13068,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sheila Tice\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stice.mobile@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am helping my in-laws look for a respite placement for this Friday-Tuesday. We are worried my father in law’s home health aides will not be able to travel if there is a big snowstorm and he needs daily help with ADL. Preferred location is Shrewsbury. Do you have availability and estimated cost?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 12:08:39','2026-01-21 12:08:39','abf691a7-e9b9-4000-ba4f-b6be74371d9a'),
(13069,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottVet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"От 25000 руб./100м2 RUB https://berezov-lsk.ru/\\r\\n \\r\\nРеализация проекта https://berezov-lsk.ru/\\r\\n \\r\\nЭскизное проектирование https://berezov-lsk.ru/\\r\\n \\r\\n«Цветущий сад» \\r\\nОднозначного ответа нет – все зависит от особенностей участка, пожеланий заказчика, сезона и прочего https://berezov-lsk.ru/\\r\\n  Однако точно можно отметить, что это сложная работа, требующая много времени на подсчет всех материалов, согласование с клиентом, создание чертежей и эскизов, уточнение всех деталей и т https://berezov-lsk.ru/\\r\\n  д https://berezov-lsk.ru/\\r\\n  Для начала специалист выезжает на участок, осматривает его, проводит топографическую съемку, после чего «набрасывается» примерный план, который в дальнейшем изменяется и дополняется https://berezov-lsk.ru/\\r\\n  В целом этот этап займет от 1 до 3 месяцев https://berezov-lsk.ru/\\r\\n \\r\\nПрофессиональная дизайнерская компания всегда заключает со своим заказчиком официальный договор, в котором прописывает состав проекта, порядок работ, оплату и ответственность сторон https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 12:22:58','2026-01-21 12:22:58','c8562895-f026-492e-b5ec-48c918af67ff'),
(13070,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leechups\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 12:39:41','2026-01-21 12:39:41','a36fa85f-c8eb-4329-855c-ecf69ba5052c'),
(13071,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"jake\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jake@rocklandbakery.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Rockland BAKERY\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good-morning,\\r\\n\\r\\n\\r\\n\\r\\nMy name is Jake, and I’m reaching out on behalf of Rockland Bakery. I’d love the opportunity to introduce our fresh-baked products to your kitchen and see if you’d be open to receiving a few complimentary samples from our line.\\r\\n\\r\\n\\r\\n\\r\\nWe’re proud to supply high-quality breads, rolls, and pastries to a wide range of restaurants, caterers, and hospitality venues across the region. I’d be happy to send over our full product catalog and pricing for your review.\\r\\n\\r\\n\\r\\n\\r\\nIf you’re interested, I’d also be glad to set up a time to meet in person and walk you through what we offer. Please let me know if this is something you’d be open to—I’d really appreciate the chance to connect.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 12:52:54','2026-01-21 12:52:54','b69413e0-fede-4682-a3db-d29cbe1a8fb6'),
(13072,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeFup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hai, saya ingin tahu harga Anda.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmilfordmanor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmilfordmanor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 12:53:31','2026-01-21 12:53:31','189d9b77-d57f-46ca-9ffa-0fd50c43b61c'),
(13073,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ayden \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ayden@vettedvas.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Vetted VAs\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nWe provide skilled Virtual Assistants who help with lead generation, calendar coordination, and customer support—keeping your pipeline full while you focus on closing deals.\\r\\n\\r\\nOur clients have seen measurable improvements in appointment setting and productivity thanks to our AI-driven prospecting.\\r\\n\\r\\nWould you be open to a quick call to explore how this could support your team? \\r\\n\\r\\nJust reply “yes” with your number and we’ll handle the rest.\\r\\n\\r\\nIf this isn’t relevant, simply reply STOP and we’ll update our list.\\r\\n\\r\\n\\r\\nAyden Dawson\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 12:55:39','2026-01-21 12:55:39','5c208922-2a1d-48e7-b2f1-7e1b60b3ea1e'),
(13074,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jen_onrie@getdandynow.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Getdandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Severna Park,\\r\\n\\r\\nI’ve built and trained an AI employee specifically for Complete Care at Severna Park.\\r\\n\\r\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer customer questions, capture leads, and even follow up — just like a team member would.\\r\\n\\r\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\r\\n\\r\\nWould today or tomorrow work for a quick walkthrough? Select a Time to Meet Your Agent Here: https://getdandy.com/trained-agent-ff/ or you can reach me directly at (949) 979-7488.\\r\\n\\r\\nTalk soon,\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O’Brien | AI Implementation Advisor\\r\\nGetDandy\\r\\nVisit us Online: https://getdandy.com/trained-agent-ff/\\r\\n\\r\\nUnsubscribe: https://bit.ly/42wnUsa\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 12:57:08','2026-01-21 12:57:08','651ef2ae-eb40-4aa1-98d9-1b8418c1a99d'),
(13075,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"sharlenewd18\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"estela@pcg92.mailstack.world\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Compilation of male on animal bestiality fucking xxx tube zoo\\r\\nhttps://luckyanabella-ardently.danexxx.com/?elissa-micaela\\r\\n\\r\\n filpino xxx porn free phone porn clip stories gay boys first time porn hermaphrodite porn clip streaming car truck porn \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:00:56','2026-01-21 13:00:56','d6cb1fad-1010-4cab-b1ab-2b907b10ad3a'),
(13076,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeeEmumn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, kam dashur të di çmimin tuaj\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:05:16','2026-01-21 13:05:16','64d1a327-31f6-44bb-af00-e4d810d41f62'),
(13077,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"NoraBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"xroomer1st@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Привет всем! Кто здесь разбирается в Telegram-рекламе?  \\r\\nСталкиваетесь ли вы с трудностями при размещении постов в TG-каналах?  \\r\\nПонял, что без нормальной аналитики и фильтров по ER и тематике легко слить бюджет впустую.  \\r\\nВот похожий разбор, который мне помог разобраться: https://bestwebsearcher.blogspot.com/2026/01/blog-post.html \\r\\n \\r\\nПоделитесь, пожалуйста, своими лайфхаками по выбору каналов в TG.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:13:09','2026-01-21 13:13:09','95abcaa8-5c7c-4ba7-ac40-660f7511228a'),
(13078,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryTob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Артем Лукашенко https://maze.tattoo/catalog/f/\\r\\n \\r\\nДовольные клиенты! \\r\\nСетевое издание KUDAGO (КУДАГО) зарегистрировано в Федеральной службе по надзору в сфере связи, информационных технологий и массовых коммуникаций (Роскомнадзор) 15 марта 2021 года https://maze.tattoo/catalog/r/\\r\\n  Свидетельство о регистрации Эл № ФС77-80500 Учредитель: ООО «Реван» https://maze.tattoo/catalog/ch/cheshirskiy-kot/\\r\\n  Права на текстовые и другие материалы, размещенные на сайте, охраняются законом https://maze.tattoo/catalog/a/akvarel/\\r\\n  При цитировании обязательна прямая ссылка на KudaGo https://maze.tattoo/catalog/m/mech/\\r\\n com  https://maze.tattoo/catalog/m/mayak/\\r\\n \\r\\nВ Москве множество студий, но не каждая из них может предложить то, что есть в \\\"Тату-Мании\\\": сочетание удобства, профессионализма и душевной атмосферы https://maze.tattoo/catalog/k/kinzhal/\\r\\n  Если вы ищете татуировку рядом с собой, но не хотите идти на компромиссы — просто приходите https://maze.tattoo/catalog/ya/yakor/\\r\\n  Здесь вас не просто обслужат, а создадут нечто, что будет с вами навсегда https://maze.tattoo/catalog/y/ulitka/\\r\\n \\r\\nВ столице немало мест, где можно сделать татуировку, но лишь единицы могут похвастаться настоящей историей https://maze.tattoo/catalog/b/belki/\\r\\n  Один из таких — наш тату салон, один из самых старейших в Москве https://maze.tattoo/catalog/a/angels/\\r\\n  Мы не просто наблюдали, как меняется индустрия — мы были частью этих перемен https://maze.tattoo/catalog/p/polineziya/\\r\\n  От первых пигмментов до современных техник, от олдскула до минимализма — мы прошли путь, который сегодня вдохновляет молодые тату салоны https://maze.tattoo/catalog/p/palm/\\r\\n \\r\\nВ сертификат входят консультация и работа мастера, все необходимые материалы (на 7000 рублей). Окончательная стоимость татуировки зависит от размера тату и сложности работы https://maze.tattoo/catalog/p/pero/\\r\\n  Точную цену вам назовут после консультации и согласования дизайна https://maze.tattoo/catalog/k/\\r\\n  Доплату можно произвести на месте https://maze.tattoo/catalog/k/krest/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:15:32','2026-01-21 13:15:32','dd8bbb0c-cd13-44e5-9300-9ca3f9face05'),
(13079,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LloydZek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Увидеть историю движения в трекинг системе контроля транспорта https://ftnet.ru/visokayagorapartnerstvo\\r\\n \\r\\nОпасно: Прямым воровством денег из бюджета https://ftnet.ru/ustanovka-gazovogo-oborudovaniya/\\r\\n  В масштабах автопарка это складывается в миллионные ежегодные убытки и снижает рентабельность каждого рейса https://ftnet.ru/bitrix/\\r\\n \\r\\nGPS\\\\ГЛОНАСС трекер https://ftnet.ru/telematickeys\\r\\n \\r\\nПокупая транспортный контроль ГЛОНАСС в «МОНТРАНС», Вы получаете не только спутниковую систему измерения расхода топлива, но и полноценную систему управления мобильными и стационарными объектами, которая позволяет значительно снизить издержки, оптимизировать рабочие процессы и цифровизировать свой автопарк https://ftnet.ru/beskonduktornaya-oplata-transporta/\\r\\n \\r\\nКупить в 1 клик https://ftnet.ru/kontrol\\r\\n \\r\\nНаш бизнес помогает контролировать транспорт https://ftnet.ru/ftsolution/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:16:35','2026-01-21 13:16:35','57bae7df-cbd4-41b5-898f-37a8068526ef'),
(13080,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TyroneVoids\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"galyazafuna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Доставка осуществляется по Москве в удобное для вас время https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-manako/\\r\\n  Удачных приобретений! \\r\\nОдноспальный https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«skandinaviya»/\\r\\n \\r\\nАртикул https://divanlogia.ru/price/\\r\\n  Кресло Куб с подлокотниками https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/diva-vovan/\\r\\n \\r\\nМинимализм https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan/\\r\\n \\r\\nЯркие тона https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/polukresla/polukreslo-persiya/\\r\\n \\r\\nМебель для кафе и ресторанов от производителя — это ваша возможность получить эксклюзивный интерьер, не переплачивая посредникам https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/pryamyie-divanyi/divan-«alonso»/\\r\\n  Собственное производство, прямое сотрудничество с поставщиками фурнитуры и материалов, огромный складской комплекс в 6 000 м2 и своя студия дизайна позволяют нам реализовывать недорогие проекты по сравнению с другими предложениями на рынке и обеспечивать оптимальные цены https://divanlogia.ru/catalog/myagkaya-mebel-dlya-restoranov/kresla/kreslo-dlya-kafe-melburn/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:21:56','2026-01-21 13:21:56','73f70ac4-f667-47f3-a796-f07127bf2c70'),
(13081,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreyRed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\n\\r\\nРАССЧИТАТЬ СТОИМОСТЬ https://ellman.ru/\\r\\n \\r\\nФульгурация или искровое воздействие на мягкие ткани https://ellman.ru/needle\\r\\n \\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:25:45','2026-01-21 13:25:45','3691d1a4-8c4b-4d55-a587-5882b1ee5f7b'),
(13082,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidnew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Belief BS-ACV–W9A-250 B65 - конденсатор воздушного охлаждения, выполнен из медных трубок с поперечными пластинами оребрения из алюминия, корпус изготовлен из окрашенной стали https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaeby-2100\\r\\n \\r\\nБренд Belief Модель BS-ACV–M8-235 B20 Номинальная мощность 20 https://first-industrial.ru/catalog/ispariteli/0045-2-kozhuhotrubnyj-isparitel-thermokey-tme-45-2\\r\\n 7 кВт https://first-industrial.ru/catalog/ispariteli/0055-1-kozhuhotrubnyj-isparitel-thermokey-tme-55-1\\r\\n \\r\\nБренд Belief Модель BS-ACC-A1-120 A1 https://first-industrial.ru/catalog/ispariteli/0135-1-kozhuhotrubnyj-isparitel-thermokey-tme-135-1\\r\\n 3 Номинальная мощность 1 https://first-industrial.ru/news/vypolnenie-rabot-na-ooo-alpla\\r\\n 3 кВт https://first-industrial.ru/catalog/freon/012-freon-r12-hladon-r12\\r\\n \\r\\nСкачиваете «бумажную» форму, заполняете ее и направляете нам на e-mail info@c-one https://first-industrial.ru/catalog/ispariteli/0385-1-kozhuhotrubnyj-isparitel-thermokey-tme-385-1\\r\\n ru Бланк \\\"Заявка на изготовление теплообменника\\\" \\r\\nКомпания ЦЕХ маркет занимается продажей оборудования (новое и б/у) для бизнеса https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaeby-4160\\r\\n  А также срочным выкупом вашего оборудования https://first-industrial.ru/news/prodazha-chillera-grs-200\\r\\n \\r\\nПринцип действия конденсатора холодильной машины основывается на выделении тепла при конденсации, перехода горячего парообразного фреона в жидкую фазу https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaey-105\\r\\n  Процесс конденсации осуществляется в трубках теплообменника при непрерывной циркуляции фреона по замкнутому контуру холодильной машины, в которую входит конденсатор https://first-industrial.ru/catalog/kompressor-freonovyj/020-0-kompressor-invotech-yh200t1g100\\r\\n  Тепло отводится через теплопередающую поверхность теплообменника, которая охлаждается принудительным воздушным потоком, идущим от осевых вентиляторов https://first-industrial.ru/catalog/freon/134-freon-134a-hladon-r134\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:26:11','2026-01-21 13:26:11','23d3bd90-b68b-4e3e-b5a0-3c1d8aea0212'),
(13083,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelOppot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"akindinkudryashov6842@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Поволжский завод «Спецмаш» изготавливает резервуары для различных отраслей применения https://mklider.ru/katalog/oborudovanie-dlya-azs/klapany-obratnye-verhney-ustanovki-du40/\\r\\n \\r\\nИзготовление емкостей и резервуаров с доставкой по всей России https://mklider.ru/katalog/rezervuarnoe-oborudovanie/lyuk-zamernyy-lz/\\r\\n \\r\\nПри этом важно не исключать, что для большинства резервуаров требуется также установка дополнительных систем для слаженной работы резервуаров https://mklider.ru/katalog/protivopozharnoe-oborudovanie/generator-peny-sredney-kratnosti-gpss/\\r\\n  Это может быть утеплитель, антикоррозионные, противопожарные покрытия, люки, лестницы, датчики герметичности и других параметров https://mklider.ru/katalog/oborudovanie-dlya-azs/rassekatel-potoka-rp-80/\\r\\n \\r\\n\\r\\nМонтаж https://mklider.ru/o-kompanii/\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:26:18','2026-01-21 13:26:18','cdf0c896-5998-43dc-ae10-fc5b32dbd333'),
(13084,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldKah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Крючок мебельный - это практичная деталь интерьера, которая делает быт удобней https://kupefurnitur.ru/contact\\r\\n  Используется в основ.. \\r\\nНа сайте компании «Модерн-Стиль А» вы найдете всю необходимую фурнитуру, благодаря которой любая мебель станет удобной и функциональной https://kupefurnitur.ru/contact\\r\\n  Все металлические элементы представлены в нескольких вариантах размеров и оттенков (медь, бронза, золото, хром и др.), что делает их универсальными https://kupefurnitur.ru/contact\\r\\n \\r\\nМебельная фурнитура в Москве оптом от крупного и известного производителя мебельной фурнитуры – это залог успешного мебельного бизнеса и гарантия стабильности поставок и цен https://kupefurnitur.ru/price\\r\\n  Купить мебельную фурнитуру оптом стало еще проще, мы возьмем на себя все вопросы, связанные с доставкой, все что вам потребуется – это внести предоплату и ждать груз на указанным адресе https://kupefurnitur.ru/onas\\r\\n \\r\\n\\r\\nОперативная отгрузка и доставка https://kupefurnitur.ru/price\\r\\n \\r\\nОбработка ПД осуществляется на законной и справедливой основе https://kupefurnitur.ru/price\\r\\n  Обработка ПД ограничена достижением конкретных, заранее определенных и законных целей https://kupefurnitur.ru/onas\\r\\n  Общество обрабатывает только ПД, отвечающие целям их обработки https://kupefurnitur.ru/\\r\\n  Общество разделяет базы данных, содержащие ПД, обработка которых осуществляется в целях, несовместимых между собой https://kupefurnitur.ru/contact\\r\\n  Содержание и объем обрабатываемых ПД соответствуют заявленным целям обработки https://kupefurnitur.ru/onas\\r\\n  Обрабатываемые ПД не являются избыточными по отношению к заявленным целям их обработки https://kupefurnitur.ru/catalog\\r\\n  При обработке ПД обеспечиваются точность ПД, их достаточность, а в необходимых случаях и актуальность по отношению к целям обработки ПД https://kupefurnitur.ru/price\\r\\n  Принимаются необходимые меры, либо обеспечивается их принятие по удалению или уточнению неполных, или неточных ПД https://kupefurnitur.ru/catalog\\r\\n  Хранение ПД осуществляется в форме, позволяющей определить субъекта ПД, не дольше, чем этого требуют цели обработки ПД, если срок хранения ПД не установлен федеральным законом, договором, стороной которого, выгодоприобретателем или поручителем, по которому является субъект ПД https://kupefurnitur.ru/onas\\r\\n  Обрабатываемые ПД уничтожаются либо обезличиваются по достижении целей обработки или в случае утраты необходимости в достижении этих целей, если иное не предусмотрено федеральным законом https://kupefurnitur.ru/price\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:27:48','2026-01-21 13:27:48','3defa863-84db-47ee-b9f0-336e80d303a6'),
(13085,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidDog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"С 1995 года компания выросла до 15 рынков сбыта, включая Россию, Испанию, Японию, Южную Корею, Малайзию, Вьетнам, ОАЭ и другие страны https://first-industrial.ru/portfolio/ooo-plastkon\\r\\n \\r\\nПредставительства в России, Армении, Белоруссии, Казахстане, Киргизии, Таджикистане, Узбекистане и других странах мира https://first-industrial.ru/catalog/chiller/chiller-climacore-lda-hp-039\\r\\n  Доставка в любой город https://first-industrial.ru/infopage.html\\r\\n \\r\\nНазад Холодильные масла для компрессоров Errecom для автокондиционеров (9) Масла для вакуумных насосов (10) Холодильные масла RGAS (14) Холодильные масла Errecom (Италия) (11) Mobil (1) Холодильные масла Bitzer (Германия) (2) Холодильные масла Suniso (Бельгия) (2) \\r\\nЕсли размеры живого сечения параметр A не более 6 м, параметр В не более 2,4 м— возможно производство ТО едиными целыми https://first-industrial.ru/catalog/chiller/009-0-chiller-vom-9-kvt\\r\\n  При размерах, более указанных — теплообменники будут составными https://first-industrial.ru/portfolio/ooo-virial\\r\\n \\r\\nВентиляторы : трехфазные производства EBM или ZIEHEL-ABBEG (Германия). \\r\\nКазахстан +7(727)345-47-04 Беларусь +(375)257-127-884 Узбекистан +998(71)205-18-59 Киргизия +996(312)96-26-47 https://first-industrial.ru/remont-chillera.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:28:09','2026-01-21 13:28:09','d20439bb-26a9-4d13-b666-7d3f07ba7a43'),
(13086,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldTuh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наше предложение https://kupefurnitur.ru/price\\r\\n \\r\\nКомпания RosAks уже более десяти лет осуществляет оптовую продажу мебельной фурнитуры и комплектующих для производства мягкой и корпусной мебели https://kupefurnitur.ru/price\\r\\n  В каталоге представлен широкий ассортимент продукции известных российских и зарубежных производителей мебельной фурнитуры https://kupefurnitur.ru/\\r\\n  Все товары отличаются высоким качеством, соответствуют российским и мировым стандартам, а также имеют необходимые сертификаты https://kupefurnitur.ru/price\\r\\n \\r\\nНа сайте компании «Модерн-Стиль А» вы найдете всю необходимую фурнитуру, благодаря которой любая мебель станет удобной и функциональной https://kupefurnitur.ru/catalog\\r\\n  Все металлические элементы представлены в нескольких вариантах размеров и оттенков (медь, бронза, золото, хром и др.), что делает их универсальными https://kupefurnitur.ru/\\r\\n \\r\\nНастоящая Политика в отношении обработки и обеспечения безопасности персональных данных (далее – «Политика») в Филиале ООО «Комплектующие для мебели» в г https://kupefurnitur.ru/contact\\r\\n  Москва (далее – «Общество») определяет основные положения, реализуемые Обществом при обработке персональных данных https://kupefurnitur.ru/price\\r\\n  Политика является документом, доступным любому сотруднику, клиенту и контрагенту Общества, и представляет собой официально принятую руководством Общества систему взглядов на проблему обеспечения законности и безопасности обработки персональных данных физических лиц https://kupefurnitur.ru/contact\\r\\n  Настоящая Политика разработана на основании ст https://kupefurnitur.ru/\\r\\n  18 https://kupefurnitur.ru/price\\r\\n 1 Федерального закона № 152-ФЗ «О персональных данных», с учетом требований Конституции Российской Федерации, федеральных законов и иных нормативных правовых актов Российской Федерации в области персональных данных https://kupefurnitur.ru/catalog\\r\\n  Руководство Общества считает важнейшей задачей обеспечение в ходе реализации бизнес-процессов защиты прав и свобод гражданина при обработке в Обществе его персональных данных, в том числе правомерности обработки персональных данных в Обществе и их защиты от несанкционированного доступа и/или утраты https://kupefurnitur.ru/price\\r\\n  Соблюдение требований в части обработки и защиты персональных данных позволит Обществу обеспечить его деловую репутацию, соответствие правовым, регулятивным и договорным требованиям https://kupefurnitur.ru/onas\\r\\n  Политика распространяется на все бизнес-процессы Общества и обязательна для применения всеми сотрудниками и руководством Общества, а также пользователями его информационных ресурсов Настоящая политика распространяется на пользователей сайта, клиентов, соискателей по вакансиям, сотрудников сторонних организаций, взаимодействующих с компанией (далее-субъекты персональных данных). Политика действует бессрочно после утверждения и до ее замены новой версией https://kupefurnitur.ru/\\r\\n  Загружая веб-сайт на компьютере, мобильном устройстве и заполняя web-формы, содержащие персональные данные, а также передавая персональные данные компании любым иным способом, субъекты персональных данных соглашаются на условия, описанные в Политике https://kupefurnitur.ru/price\\r\\n \\r\\nДеревянная вешалка отлично впишется в интерьер бани или парилки https://kupefurnitur.ru/onas\\r\\n  Возможно использование вешалки и дл.. \\r\\nустановления правил доступа к персональным данным; использование средств защиты информации; обнаружение фактов несанкционированного доступа; восстановление персональных данных; контроль и оценку эффективности применяемых мер; учет машинных носителей персональных данных; регистрацию и учет всех действий, совершаемых с персональными данными в информационных системах персональных данных https://kupefurnitur.ru/price\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:30:27','2026-01-21 13:30:27','580b4d87-977b-4c58-8f3d-3d659601fdd8'),
(13087,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryTob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ТАТУИРОВКА Мы сочетаем современные методы татуировки с традиционными! \\r\\nг https://maze.tattoo/catalog/g/\\r\\n  Москва, 23 мая 2025 https://maze.tattoo/catalogbigtattoo/\\r\\n \\r\\nСразу после утверждения рисунка, разработки эскиза и выбора места нанесения начинается непосредственно процесс набивания татуировки https://maze.tattoo/catalog/m/mini-tatu/\\r\\n  Перед процедурой тщательного готовится (очищается и стерилизуется) рабочее место https://maze.tattoo/catalog/k/kolibri/\\r\\n  Выбираются стерильные иглы и одноразовые картриджи для машинки https://maze.tattoo/catalog/t/tradik/\\r\\n  Работа ведется исключительно в одноразовых перчатках https://maze.tattoo/catalog/l/\\r\\n  На кожу клиента наносятся антисептики и дезинфицирующие вещества https://maze.tattoo/catalog/m/mifologiya/\\r\\n  Прорисовывается контур будущего тату, затем добавляется штриховка, выполняется заливка цвета https://maze.tattoo/catalog/f/feniks/\\r\\n  Во время работы мастер несколько раз проводит обязательную дезинфекцию специальными средствами https://maze.tattoo/catalog/p/paporotnik/\\r\\n  Если в том есть необходимость, клиенту предлагают анестезию или кремы, снимающие болевые ощущения https://maze.tattoo/catalog/r/rakovini/\\r\\n \\r\\nОпыт работы: с 2008 года https://maze.tattoo/catalog/a/anime/\\r\\n \\r\\nСтудия на Покровке с широким диапазоном: от художественной татуировки любой сложности до шрамирования и микродермалов https://maze.tattoo/catalog/\\r\\n  Мастера работают в разных направлениях, от утончённых весенних нежностей вроде цветов до эпичных рукавов, достойных рок-музыкантов https://maze.tattoo/catalog/c/strekoza/\\r\\n  Плюс сюда часто привозят гостевых мастеров, что увеличивает ваши шансы на действительно необычную татуировку https://maze.tattoo/catalogbigtattoo/\\r\\n  Начиналось всё с подвала на «Красном Октябре» и экспериментах на друзьях, а теперь у Banana Tattoo армия поклонников как в онлайне, так и в реале https://maze.tattoo/catalog/ee/\\r\\n \\r\\nТату салон в Москве \\\"Tattoo Station\\\" \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:31:08','2026-01-21 13:31:08','62cca9a7-5203-4c65-9121-41b1f3ce7070'),
(13088,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LloydJes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Датчики контроля расхода топлива Это устройство, которое показывает объем топлива в баке https://ftnet.ru/bitrix/\\r\\n  Прибор входит в состав систем GPS/ГЛОНАСС автомониторинга, являясь отличным решением по оптимизации затрат на ГСМ https://ftnet.ru/ustanovka-gbo-na-renault-logan/\\r\\n \\r\\nКонтроль скоростного режима https://ftnet.ru/chaykovskiy\\r\\n \\r\\nОтслеживать текущее состояние и местоположение транспорта https://ftnet.ru/ustanovka-metana-na-lada-vesta/\\r\\n \\r\\nПрофессиональные решения Мониторинга транспорта https://ftnet.ru/company/\\r\\n \\r\\nСистема видеонаблюдения https://ftnet.ru/agentipocards\\r\\n \\r\\nПокупка, установка и настройка спутникового оборудования требует небольших капитальных затрат и быстро окупается https://ftnet.ru/contacts/\\r\\n  После чего продолжает приносить «дивиденды» в течение многих лет https://ftnet.ru/vladikavkaz\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:31:54','2026-01-21 13:31:54','83f6f2c7-51d0-4786-b5b1-ad876565e7f9'),
(13089,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Китай планирует начать коммерческое продвижение технологии возвращаемых спутников https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=3\\r\\n   Заказчики могут купить такие космические аппараты в 2019-2020 годах https://www.legnostyle.ru/catalog/inter-eri/peregorodki/?PAGEN_1=3\\r\\n \\r\\nНекоторые из популярных моделей имеются в выставочном зале мебельного салона в Москве, что позволит приобрести необходимые элементы интерьера в кратчайшие сроки - всего за 1-2 дня https://www.legnostyle.ru/catalog/mebel/scg-42.html\\r\\n   Итальянская мебель под заказ поставляется в срок от 1 месяца https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=22\\r\\n \\r\\nФартук можно оформить несколькими методами https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-20.html\\r\\n   Если мы говорим об элитном варианте, конечно будет использоваться либо натуральный камень (мрамор, гранит), либо винтажная плитка, которая бережно была снята во время утилизации старых домов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-27.html\\r\\n \\r\\nНа элитную мебель действует складская программа, благодаря которой интересующие вас комплекты могут быть доставлены в течение 2-3 дней https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o17.html\\r\\n   Каждый покупатель может воспользоваться: \\r\\nЦенными породами в российских реалиях считаются дуб, ясень и орех https://www.legnostyle.ru/catalog/mebel/kb-26.html\\r\\n   Мебель для кабинета руководителя получается стильной и красивой, так как каждая порода отличается оригинальным рисунком https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=22\\r\\n   Дуб знаменит крупными узорами коричневых, красных, бурых оттенков https://www.legnostyle.ru/proektirovanie-lestnic.html\\r\\n   Столы, шкафы из этого материала внешне получаются представительными и солидными https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-12.html\\r\\n   Орех обладает серо-коричневой сердцевиной с темными вкраплениями https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/arka-a36.html\\r\\n   В мебели он смотрится благородно https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=16\\r\\n   Что касается ясеня, то его древесина прочная https://www.legnostyle.ru/catalog/mebel/gostinnie/g-3.html\\r\\n   Однако из нее получается светлая мебель, которая не всегда подходит деловому дизайну интерьера https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a7.html\\r\\n \\r\\nИзделия наших мастеров отлично вписываются в интерьер, выполненяются практически в любом стиле (модерн, хай-тек, минимализм, барокко), служат на протяжении многих лет и придают комнате неповторимость https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/stol-model-s-12.html\\r\\n   Конструкции из массива функциональные, практичные и долговечные https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=12\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:33:34','2026-01-21 13:33:34','38fbade8-2362-424b-9dd6-5d34d9f9a0dd'),
(13090,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAcall\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наиболее востребованными на рынке холодильного оборудования являются воздушные конденсаторы, поэтому мы подробнее рассмотрим критерии их выбора https://first-industrial.ru/news/kompaniya-eksklyuzivnyj-predstavitel-distribyuter-torgovoj-marki-angara\\r\\n \\r\\nBelief BS-ACV-B4-135 A6 - конденсатор воздушного охлаждения, выполнен из медных трубок с поперечными пластинами оребрения из алюминия, корпус изготовлен из окрашенной стали https://first-industrial.ru/catalog/chiller/chiller-ballu-machine-bmca-pack-33\\r\\n \\r\\nНаша продукция более 7 лет успешно работает в сетях федерального значения: Х5 – «Перекресток»; «5 Пятерочка»; «Мираторг»; «Дикси»; «Верный»; «ЛЕНТА»; «Азбука Вкуса»; «О’КЕЙ» \\r\\nПластинчатый конденсатор https://first-industrial.ru/catalog/page/3\\r\\n \\r\\nKEW, KEWD и др https://first-industrial.ru/catalog-category/chiller/page/2\\r\\n \\r\\nБренд Belief Модель BS-ACV–W9A-250 B65 Номинальная мощность 65 https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcee-120\\r\\n 0 кВт https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcee-120\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:34:04','2026-01-21 13:34:04','e462df42-8dbb-4d49-849b-f95758d96d77'),
(13091,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Старший менеджер отдела поискового продвижения https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nВладелица интернет-магазина Хоумдорф https://proffseo.ru/\\r\\n \\r\\nСтоимость регионального SEO-продвижения в ТОП-10 Яндекса в необходимые города и области России https://proffseo.ru/\\r\\n \\r\\nРазработка и продвижение сайта медицинского оборудования https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nРегиональная принадлежность пользователей в Яндексе в первую очередь определяется по IP-адресу и настройках аккаунта, но не только https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Поисковик регулярно уточняет классификатор региона, получая дополнительные данные от партнеров и клиентов, а также напрямую от самого пользователя https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nсредний ежегодный прирост трафика https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:34:12','2026-01-21 13:34:12','62ee9e83-31af-4c4b-b6e5-f740be6399f7'),
(13092,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianLyday\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Аппараты для лица https://beauty-prestige.ru/catalog/tatu-oborudovanie/\\r\\n \\r\\nИнвестируйте в развитие своего бизнеса с нашим косметологическим оборудованием https://beauty-prestige.ru/catalog/moyki-parikmakherskie/\\r\\n  Предложите своим клиентам лучшее – и они обязательно вернутся к вам снова и снова! \\r\\nОсобенности выбора https://beauty-prestige.ru/catalog/parikmakherskie-kresla/\\r\\n \\r\\nЦена: 4 500 руб https://beauty-prestige.ru/catalog/parikmakherskie-kresla/\\r\\n \\r\\nВ корзину Быстрый заказ https://beauty-prestige.ru/catalog/spa-oborudovanie/\\r\\n \\r\\nВ наличии Хит продаж Скидки https://beauty-prestige.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:34:23','2026-01-21 13:34:23','eed181d1-d8a4-4148-9d71-d9bb229147dd'),
(13093,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianinepe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Перевозка личных вещей от 7 руб/км https://keycargo.ru/kontakty/\\r\\n \\r\\nОсновными услугами компании являются: \\r\\nМы подберем наиболее подходящий вариант грузового транспорта https://keycargo.ru/\\r\\n  Автомобиль готов выехать по Вашему адресу сразу после первого звонка https://keycargo.ru/o-kompanii/\\r\\n \\r\\nМы предложим вам принять оферту, когда вы будете привязывать карту или пополнять баланс с расчётного счёта https://keycargo.ru/kontakty/\\r\\n \\r\\nТент, борт, изотерм, рефрижератор https://keycargo.ru/kontakty/\\r\\n \\r\\nВыбирай размер коробки и отправляй Посылку за 200?, 300?, 400?, 500? в любой город России https://keycargo.ru/tarify/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:35:14','2026-01-21 13:35:14','e4486d3a-8ebe-4cc2-8b6e-4557d4bd2a56'),
(13094,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeFup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Расширение в регионы — это мощный инструмент для роста продаж https://bayra.market/ip-klimenko/?category_id=24809&page=1\\r\\n  Предлагаем пошаговый план точечной работы с регионами https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00016362/\\r\\n \\r\\nМаркет без плейса: чего не хватает для интернет-торговли в Сибири https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00001721/\\r\\n \\r\\nПричины региональных различий на маркетплейсах https://bayra.market/ip-klimenko/?page=3\\r\\n \\r\\nВ пресс-службе Wildberries рассказали, что за 4 месяца этого года количество поставщиков Wildberries из Новосибирской области увеличилось на 72% по сравнению с аналогичным периодом прошлого года https://bayra.market/produkty-pitaniya-ru/vypechka-i-sladosti/pechene-pryaniki-vafli/pechene-pesochnoe-zabava-rozhok-2-5kg/\\r\\n  Сегодня с Wildberries успешно сотрудничают около 320 поставщиков из региона https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00020809/\\r\\n  По итогам апреля продажи маркетплейса в штуках в регионе выросли на 170% по сравнению с аналогичным периодом в 2019 году https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00017070/\\r\\n \\r\\nКейс № 3 https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00016047/\\r\\n  Аналитика и оптимизация помогли увеличить продажи в 11 раз https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00016074/\\r\\n \\r\\nОбъект продан https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00000574/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:35:39','2026-01-21 13:35:39','5db0c657-9374-49f9-99f8-af593ac1a89a'),
(13095,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesBow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Спил деревьев https://arbvbg.ru/\\r\\n \\r\\nКакие услуги по спиливанию деревьев мы предлагаем? \\r\\nКаждый объект уникален, поэтому мы используем разные методы для достижения оптимального результата https://arbvbg.ru/privacypolicy\\r\\n  Наши специалисты подбирают подходящий способ в зависимости от состояния дерева, его размеров и окружения https://arbvbg.ru/\\r\\n \\r\\nВалка целиком по ходу естественного наклона https://arbvbg.ru/\\r\\n  Этот метод обычно применяется в процессе расчистки участка под строительство и не требует альпинистского снаряжения, поскольку работы ведутся прямо с земли https://arbvbg.ru/privacypolicy\\r\\n  Валка целиком при помощи оттяжки https://arbvbg.ru/\\r\\n  Этот способ применяют, если у дерева отсутствует наклон в нужную сторону https://arbvbg.ru/\\r\\n  В этом случае промышленный альпинист поднимается по стволу, опиливая сучья и ветки, и закрепляет оттяжку https://arbvbg.ru/\\r\\n  Затем со стороны падения выпиливается клин, после чего производится допиливание с другой стороны, а нужное усилие создается с помощь оттяжки https://arbvbg.ru/\\r\\n  Спил по частям https://arbvbg.ru/privacypolicy\\r\\n  Данный способ очень эффективен даже при работе в ограниченном пространстве https://arbvbg.ru/privacypolicy\\r\\n  В этом случае также производится подъем по стволу, а затем – удаление макушки и сдергивание частей дерева в нужную сторону при помощи оттяжки https://arbvbg.ru/privacypolicy\\r\\n  Удаление с завешиванием https://arbvbg.ru/\\r\\n  Данная методика дает возможность работать в любой обстановке, даже вблизи от других зданий https://arbvbg.ru/privacypolicy\\r\\n  Все спиленные части не сбрасываются, а аккуратно опускаются вниз на веревках https://arbvbg.ru/privacypolicy\\r\\n \\r\\nМетод рубки деревьев на участке подбирается исходя из: \\r\\nПреимущества работы с нами https://arbvbg.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:36:12','2026-01-21 13:36:12','69366895-0608-4440-961a-bb5f61b5ee2e'),
(13096,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottSyday\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заказать звонок --> Заказать звонок https://berezov-lsk.ru/\\r\\n \\r\\n5 https://berezov-lsk.ru/\\r\\n  Будьте внимательны к компаниям, которые продают посадочный материал https://berezov-lsk.ru/\\r\\n \\r\\n«Мох» \\r\\nРазработка и согласование эскизной концепции https://berezov-lsk.ru/\\r\\n \\r\\nСтудия садово-парковой архитектуры и ландшафтного дизайна работает в Москве с 1998 года https://berezov-lsk.ru/\\r\\n  Выполняет полный комплекс строительных и ландшафтных работ по благоустройству и озеленению частных и общественных территорий https://berezov-lsk.ru/\\r\\n  В активе — благодарные отзывы заказчиков, постоянные клиенты, несколько престижных национальных премий и членство в Ассоциации Ландшафтных Архитекторов России https://berezov-lsk.ru/\\r\\n \\r\\nот 300 000 ? \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:39:17','2026-01-21 13:39:17','c8bca573-8635-4fa7-aaec-99b429612daa'),
(13097,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidhom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Элитные кухни никогда не выйдут из моды https://www.legnostyle.ru/catalog/mebel/b-9.html\\r\\n   Модные гарнитуры изготавливаются из высококачественного дорогого дерева, оснащены надежной фурнитурой и стильными элементами отделки https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e11.html\\r\\n \\r\\nКитайская мебель имеет различные показатели качества https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-40.html\\r\\n   Многое зависит от фабрики, которая производит мебель, и от условий заказчика, который сотрудничает с данной фабрикой https://www.legnostyle.ru/catalog/lestnici/\\r\\n   Поэтому Вам нужно хорошо сформулировать свои требования к производству мебели, которая Вам необходима https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=8\\r\\n \\r\\nВ отличие от дешевых аналогов из ДСП и МДФ, мебель из натурального дерева экологически безопасна, и именно ее предпочитают те, кто заботится о своем здоровье и здоровье своих близких https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-24.html\\r\\n   Лучшая мебель из дерева в СПб представлена в интерьерных салонах  https://www.legnostyle.ru/catalog/mebel/spalni/sp-5.html\\r\\n   Это магазин элитной мебели, где продавцы и покупателя ценят неповторимую естественную красоту дерева, комфорт и благоприятную энергетику \\r\\nВажно обратить внимание на материал, из которого данная мебель сделана https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=4\\r\\n   Наилучшая эксклюзивная мебель из Китая делается из множества твердых пород, которые влияют на ее износоустойчивость, срок службы, элитность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/?PAGEN_1=2\\r\\n   Срез материала в такой ситуации содержит довольно сложный рисунок с извилистыми линиями https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-8.html\\r\\n \\r\\nШирокий ассортимент https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=15\\r\\n   У нас можно увидеть большое разнообразие эксклюзивной немецкой корпусной и мягкой мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaya-dver-d40.html\\r\\n   Каждый сможет подобрать подходящий гарнитур под определенное стилевое решение https://www.legnostyle.ru/catalog/mebel/d1-17.html\\r\\n \\r\\nСамым главным аспектом также является замкнутый цикл производства https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-5.html\\r\\n   Кроме этого, для различной эксклюзивной мебели подбирается первоклассная фурнитура и делается подборка шпона вручную https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p17.html\\r\\n   Безопасными натуральными материалами производится лакировка поверхностей https://www.legnostyle.ru/catalog/inter-eri/s41.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:39:48','2026-01-21 13:39:48','b6a86740-8d1d-4002-9e4e-91885acd3ab3'),
(13098,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddypurge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Комплексное продвижение и маркетинг В стоимость включено: продвижение сайта и бренда, техподдержка, руководитель проекта, ежемесячная отчетность https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nХотите получить аналогичный эффект? Развивайте веб-площадку с ориентацией на людей и целевые группы https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n  Учитывайте пожелания читателей и клиентов, ежедневно обновляйте контент https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nРегиональное продвижение помогает улучшить позиции сайта в поисковой выдаче в одном или нескольких регионах, привлечь целевую аудиторию и увеличить конверсию при сравнительно невысоких затратах https://proffseo.ru/\\r\\n  Поисковые системы лояльнее относятся к местным компаниям, и конкуренция в одном регионе ниже, чем по всей России, поэтому, продвигаясь по геозависимым запросам, достигнуть первой страницы поиска намного проще https://proffseo.ru/privacy\\r\\n  В статье мы расскажем, какие способы регионального продвижения сайта наиболее эффективны, и как вести SEO-продвижение сайта в топ-10 Яндекса и Google в одном и нескольких регионах https://proffseo.ru/kontakty\\r\\n \\r\\nСотрудники нашей SEO-компании обладают 10-тилетним опытом раскрутки сайтов в геозависимых и геоНЕзависимых нишах https://proffseo.ru/privacy\\r\\n  Разработали собственную методику продвижения сайтов по всей России и готовы применить ее к вашим проектам https://proffseo.ru/\\r\\n \\r\\nСроки продвижения сайта по городам России https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nПродвигаем сайты в Яндексе и Google по России или в определенных регионах и городах https://proffseo.ru/\\r\\n  Обеспечим вас заказами со всей России или конкретных регионов https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:40:12','2026-01-21 13:40:12','7fec26b5-3233-4b2f-9ae8-9a22ea141742'),
(13099,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidstync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Китайские товары длительное время ассоциировались у наших сограждан с плохим качеством и, следовательно, невысокой ценой https://www.legnostyle.ru/dvystvorchatye-dveri.html\\r\\n   Однако в последнее время многое изменилось и можно смело говорить, что в Китае производят высококачественные и отличные товары https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/peregorodka-model-a8.html\\r\\n  Мебельная индустрия зародилась в Китае относительно недавно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/razdvijnaa-dver-rd-10.html\\r\\n   Но, в наши дни достигла глобальных оборотов и постоянно развивается в экономическом и технологическом направлении https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a18.html\\r\\n   Ключевое направление деятельности китайских производителей - это высококачественные копии известных итальянских, английских, испанских, американских и других марок https://www.legnostyle.ru/catalog/mebel/scg-35.html\\r\\n   Подавляющее большинство мебельных фабрик сосредоточено в провинциях Шанхай и Гуандонг https://www.legnostyle.ru/catalog/mebel/iz-duba/\\r\\n   Китайская мебель популярных брендов в широчайшем ассортименте представлена в огромных торговых центрах https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/model-i25.html\\r\\n   Китайскую мебель для дома и офиса, для работы и отдыха вы можете посмотреть и купить на многочисленных выставках https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=5\\r\\n   Строятся новые экспоцентры с разветвленной инфраструктурой https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-57.html\\r\\n  Мебельная продукция удовлетворяет современным требованиям надежности и безопасности https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-18.html\\r\\n   Эскизы знаменитых европейских брендов служат образцом для дизайна китайской мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-13.html\\r\\n   Нередко китайские фабрики производят продукцию вместе с зарубежными инвесторами, используя совместные оборудование и технологии https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d13.html\\r\\n   В производстве мебели применяются традиционные материалы - стекло, дерево, металл https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a18.html\\r\\n  По поводу качества мебели китайские производители понимают, к чему стремиться https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/razdvijnaa-dver-rd-3.html\\r\\n   Китайская пословица говорит:  https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i10.html\\r\\n   Сегодня  китайского производства соответствует современным тенденциям международной мебельной моды и уровню европейского качества https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d7.html\\r\\n  Но самым значительным плюсом все же является цена https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-13.html\\r\\n   Разница в цене китайской и европейской мебели иной раз различается более чем в 20 раз https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i18.html\\r\\n   И при этом  является точной копией популярных брендов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvijnaa-dver-rd-2.html\\r\\n   Небольшая цена элитной мебели Китая вызвала увеличение спроса на эту категорию товаров со стороны мебельных магазинов, бизнесменов и обыкновенных потребителей https://www.legnostyle.ru/catalog/mebel/kabinety/kb-25.html\\r\\n   Можно уверенно говорить, что китайская мебель может быть хорошей, высококачественной, роскошной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-28.html\\r\\n    - выгодная покупка, это достойное соотношение цены и качества https://www.legnostyle.ru/catalog/inter-eri/peregorodki/arka-a14.html\\r\\n   Доступен широкий ассортимент, и лишь Вам выбирать, что из элитных моделей Вы желали бы видеть в своем доме https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i29.html\\r\\n \\r\\nСпециалисты салона Абрис хорошо знакомы с ассортиментом каждой из представленных фабрик и будут рады помочь Вам в подборе необходимых предметов интерьера https://www.legnostyle.ru/catalog/mebel/kabinety/domasnii-kabinet-kb-13.html\\r\\n   Итальянская мебель производится под заказ, и изготавливается мастерами в соотвествии с индивидуальными пожеланиями клиента https://www.legnostyle.ru/catalog/mebel/gp-4.html\\r\\n \\r\\nСовременный мебельный рынок пестрит разнообразными предложениями https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a20.html\\r\\n   Но как из всего многообразия выбрать действительно элитную мебель для гостиной и не перепутать её с качественной подделкой, если вы не являетесь экспертами в мебельном производстве https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=10\\r\\n   Давайте разбираться https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-scg-38.html\\r\\n \\r\\nИсходя из совокупности характеристик, присущих элитной мебели, становится понятной её возрастающая популярность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o21.html\\r\\n   Качество и красота на долгие-долгие годы стоят затраченных материальных ресурсов и, как показывает практика, многие покупатели уже пришли к этому выводу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a2.html\\r\\n \\r\\nТакой вид отделки мебели существует очень давно, наши предки использовали кожу в разных целях и для оббивки мебели тоже https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/?PAGEN_1=4\\r\\n   На сегодняшний день это больше чем просто элемент декора https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a10.html\\r\\n   Это, в каком-то роде, особая философия, способная даже перерасти в будущем в отдельное стилевое решение https://www.legnostyle.ru/catalog/lestnici/elitnye/?PAGEN_1=2\\r\\n \\r\\nЭксклюзивная немецкая мебель в Москве по доступным ценам - это стильная и комфортная мебель-Германия https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/test2.html\\r\\n   Мы предлагаем , , ,  и , , и , , то есть полный интерьер Вашего дома с гарантированным сочетанием натуральных материалов и в идеальной цветовой гармонии, при комплектации на разных фабриках https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-8.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:41:04','2026-01-21 13:41:04','c4b5755c-d678-4b94-8951-f1fe48c1996e'),
(13100,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianloate\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Хотите открыть свой собственный косметологический кабинет https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n \\r\\nВ корзину Быстрый заказ https://beauty-prestige.ru/about/howto/\\r\\n \\r\\nВ наличии Хит продаж Скидки https://beauty-prestige.ru/\\r\\n \\r\\nНаши аппараты для косметологии https://beauty-prestige.ru/catalog/parikmakherskie-kresla/\\r\\n \\r\\nЧитать целиком https://beauty-prestige.ru/\\r\\n \\r\\nВалерия Петрова https://beauty-prestige.ru/catalog/oborudovanie-dlya-manikyura/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:41:10','2026-01-21 13:41:10','84e4f0e6-4068-4ddc-b58b-067e7fc7e578'),
(13101,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaellag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Что такое горячий или холодный туман? \\r\\nВ структуру Центра входит 32 подразделений Центрального офиса и 13 филиалов в административных округах города Москвы и на транспорте https://dez-spasatel.ru/dezinsekciya/shershni/\\r\\n  Структурные подразделения Центра разделяются на оперативные отделы, подразделения испытательного лабораторного центра и подразделения обеспечения https://dez-spasatel.ru/deratizatsiya-unichtozhenie-gryzunov/myshi/\\r\\n  Испытательный лабораторный центр (далее – ИЛЦ), предназначен для проведения всех видов лабораторных и инструментальных исследований и измерений https://dez-spasatel.ru/fumigatsiya-fogatsiya-gazatsiya/fumigatsiya-fosfinom/\\r\\n \\r\\nУничтожение грызунов — одна из самых востребованных услуг в условиях города https://dez-spasatel.ru/articles/klopy/kak-effektivno-izbavitsya-ot-klopov-v-matrase/\\r\\n  Вредители портят продукцию на складах, в магазинах и ресторанах, разносят множество инфекций https://dez-spasatel.ru/actions/skidka-15-dlya-lgotnykh-kategoriy-grazhdan/\\r\\n  Становятся более частыми случаи, когда грызуны нападают на взрослых и детей https://dez-spasatel.ru/articles/tarakany/kak-izbavitsya-ot-tarakanov-v-kvartire/\\r\\n \\r\\nЛаборатория СЭС https://dez-spasatel.ru/articles/tarakany/sovremennye-tendentsii-v-sfere-dezinfektsii-ot-tarakanov/\\r\\n \\r\\nВсё это позволяет проводить ковровую обработку любого участка и помещения, без слепых и слабо затронутых зон https://dez-spasatel.ru/fumigatsiya-fogatsiya-gazatsiya/\\r\\n  Чтобы добиться полного истребления и не выработать у насекомых групповой невосприимчивости, мы используем коктейли химикатов, чередуем препараты, комбинируем способы дезинсекции https://dez-spasatel.ru/articles/authors/nadezhda-viktorovna-shved/\\r\\n \\r\\nОставить заявку https://dez-spasatel.ru/articles/kleshchi/kleshchi-u-lyudej/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:41:54','2026-01-21 13:41:54','4b4e4d52-7b08-4cef-aca8-4752d558fe21'),
(13102,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BriansunSE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolay-shchevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В наличии Хит продаж Скидки https://beauty-prestige.ru/catalog/oborudovanie-dlya-manikyura/\\r\\n \\r\\nВ нашем каталоге более 500 курсов по самым востребованным направлениям косметологии, на основе международных протоколов процедур https://beauty-prestige.ru/catalog/spa-oborudovanie/\\r\\n  Под руководством опытных наставников с высшим медицинским образованием, вы можете получить новую профессию с нуля или повысить свою квалификацию https://beauty-prestige.ru/catalog/kosmetologicheskoe-oborudovanie/\\r\\n  Обучение проводится последовательно в любом удобном для вас формате, а по окончании курса выдается сертификат, подтверждающий вашу квалификацию, или диплом с занесением в реестр ФИС ФРДО https://beauty-prestige.ru/catalog/moyki-parikmakherskie/\\r\\n \\r\\nКак получить 350 000? на свой бизнес https://beauty-prestige.ru/about/howto/\\r\\n \\r\\nВ корзину Быстрый заказ https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n \\r\\nЗапись на процедуры открыта https://beauty-prestige.ru/news/klimazon-zachem-on-nuzhen-i-kak-rabotaet.html\\r\\n  Торжественная вечеринка в честь открытия 21 декабря 2024 https://beauty-prestige.ru/catalog/massazhnoe-oborudovanie/\\r\\n \\r\\nСистема светодиодной терапии https://beauty-prestige.ru/news/sotsialnyy-kontrakt-2022-masteram-manikyura-parikmakheram-kosmetologam.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:42:29','2026-01-21 13:42:29','a1e350f0-ab69-4a20-a5f8-50e13d6cad3a'),
(13103,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottadvor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как мы работаем https://berezov-lsk.ru/\\r\\n \\r\\nот 1 200 руб./м2 https://berezov-lsk.ru/\\r\\n \\r\\nНе бывает такого, что конечная цена работ по ландшафтному дизайну превышает первоначальные прогнозы https://berezov-lsk.ru/\\r\\n  Ценообразование прозрачно и закреплено договором, поэтому клиентам не грозит увеличение сметы https://berezov-lsk.ru/\\r\\n \\r\\nОбщая стоимость материалов 1 900 430 Р https://berezov-lsk.ru/\\r\\n \\r\\nО компании «Сад Фантазий» \\r\\nРаботы выполнены 41 день https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:42:34','2026-01-21 13:42:34','d8fedf06-57bb-4098-9360-2e7c6179172d'),
(13104,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:04','2026-01-21 13:43:04','be4bf167-d9c4-4516-ae39-b2cf6def8065'),
(13105,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:06','2026-01-21 13:43:06','825687f3-761a-47e7-bcc2-abeb9d97239f'),
(13106,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:32','2026-01-21 13:43:32','d8373654-cfb9-4d17-9a0e-0105b9410faf'),
(13107,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:36','2026-01-21 13:43:36','2aca952a-85b8-46b7-8aef-0ca0f803f2fc'),
(13108,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:39','2026-01-21 13:43:39','d2a788a2-1dc1-46da-a375-e9c9be99a40d'),
(13109,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyMup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"по версии SEONEWS https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nпереходов с форумов благодаря крауд-маркетингу https://proffseo.ru/kontakty\\r\\n \\r\\nНекоторые интересные моменты https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nВ среднем, продвижение по нескольким регионам сразу в компании «Пиксель Плюс» начинается от 60 000 рублей в месяц (если в списке городов имеется Москва) и от 40 000, если продвижение по 2 регионам без Москвы https://proffseo.ru/\\r\\n \\r\\nОбъективно оценим ситуацию с продвижением сайта, определим его сильные и слабые стороны, проанализируем тематику и конкурентов, найдем перспективные точки роста https://proffseo.ru/kontakty\\r\\n \\r\\nот 49 990 ? в месяц https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:40','2026-01-21 13:43:40','900894a9-62e0-4992-a5d9-bc1c1a857c0a'),
(13110,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:41','2026-01-21 13:43:41','766c4872-8e04-454a-82cd-eb08e32bcda3'),
(13111,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:42','2026-01-21 13:43:42','51a7e8e5-e11b-40e2-974c-774e80319097'),
(13112,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:43','2026-01-21 13:43:43','b465ef08-65ec-4d2c-b93b-612369a54303'),
(13113,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:44','2026-01-21 13:43:44','f088b9cc-f205-4ada-8204-7af31170eac5'),
(13114,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:44','2026-01-21 13:43:44','861ea26d-8167-49d2-9551-3233f2d98562'),
(13115,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:46','2026-01-21 13:43:46','8d2cf5ad-fce8-499d-b11a-2940a796dc48'),
(13116,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:46','2026-01-21 13:43:46','8428aa78-6a4c-46c0-ae83-93d9152c084f'),
(13117,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:43:46','2026-01-21 13:43:46','080efa21-29e1-4b6b-82d0-401c0e74a332'),
(13118,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:44:08','2026-01-21 13:44:08','5941fdf5-950c-4890-9e47-1e3773792c20'),
(13119,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:44:08','2026-01-21 13:44:08','1518b899-64fd-43f8-ba75-a60b52b01f46'),
(13511,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:19','2026-01-21 13:45:19','0b2fa26f-7293-4491-bf04-11de5f0bb7a1'),
(13512,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:23','2026-01-21 13:45:23','3216a1c1-a783-4408-a09b-96b3cbc13437'),
(13513,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:37','2026-01-21 13:45:37','19888ac1-6c56-4cc7-8cc1-ee24df73a8f2'),
(13514,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:42','2026-01-21 13:45:42','cdef3a7c-5812-4fc3-b5b2-c90d36b52c18'),
(13515,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1 OR 2+157-157-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:43','2026-01-21 13:45:43','2dd401db-378d-468a-b42a-4723344075df'),
(13516,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1 OR 2+736-736-1=0+0+0+1\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:45','2026-01-21 13:45:45','45c614cb-26b0-40e9-bde4-d8a2868e6241'),
(13517,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\' OR 2+976-976-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:46','2026-01-21 13:45:46','c599c385-c347-4c3c-9a27-b77e181ac844'),
(13518,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\' OR 2+516-516-1=0+0+0+1 or \'ieGIazuv\'=\'\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:48','2026-01-21 13:45:48','00b51e6d-9008-4169-a721-6a704bda625b'),
(13519,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\\\" OR 2+199-199-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:48','2026-01-21 13:45:48','95282e03-6621-4fce-b6d5-9094765624cb'),
(13520,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"if(now()=sysdate(),sleep(15),0)\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:51','2026-01-21 13:45:51','ff4a82e5-06ed-4f52-89c5-c778df26a134'),
(13521,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:54','2026-01-21 13:45:54','96f7a373-d88d-4c42-9b81-41687fdcab4c'),
(13522,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melvinmum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Для этого хирург вводит в варикозную вену световод, на конце которого находится генератор лазерного луча https://www.angioprof.ru/uslugi-podologii/potlivost-nog.html\\r\\n  Двигаясь по вене, флебологи как бы «запаивают» ее изнутри https://www.angioprof.ru/uslugi/informacziya-ob-osushhestvlenii-deyatelnosti-v-usloviyax-covid-19.html\\r\\n  Подобные процедуры менее травматичны, не требуют длительного восстановительного периода – пациент может оставаться в отделении всего несколько часов https://www.angioprof.ru/uslugi-xirurgii/lechenie-pyatochnoy-shpori.html\\r\\n \\r\\nГде можно посмотреть фото результатов лечения и больше отзывов реальных пациентов? \\r\\nЦены, указанные в прайс листе, могут отличаться от действительных https://www.angioprof.ru/akczii-kliniki-flebologii-angioprof/\\r\\n  Пожалуйста, уточняйте актуальную стоимость по телефону +7 495 781 5576 (круглосуточно). \\r\\nМы более десяти лет являемся сертифицированными партнерами фирмы Biolitec, и все операции ЭВЛО выполняются исключительно на немецкой аппаратуре https://www.angioprof.ru/uslugi-flebologii-i-angiologii/varikoznoe-rasshirenie-ven.html\\r\\n \\r\\nХирург-флеболог Сердечно-сосудистый хирург Врач УЗИ Ведущий специалист ЦИФ по сосудистым патологиям https://www.angioprof.ru/fotogalereya.html\\r\\n \\r\\nФлебология https://www.angioprof.ru/statya-146.-narushenie-avtorskix-i-smezhnyix-prav.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:57','2026-01-21 13:45:57','9dee765b-b3cf-41a5-aef3-589260b2528a'),
(13523,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:45:58','2026-01-21 13:45:58','a7d7b400-d3de-4f6a-b283-bdc0bd78bd2e'),
(13524,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:01','2026-01-21 13:46:01','3fa7a9de-110b-435b-bf4a-22398da27a1a'),
(13525,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1 waitfor delay \'0:0:15\' -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:06','2026-01-21 13:46:06','4aa8684b-1592-4777-9e95-2d1c2f4dec01'),
(13526,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"5P7VIv9H\'; waitfor delay \'0:0:15\' -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:18','2026-01-21 13:46:18','b4fc7e2a-b41c-40d7-a54a-c50e4d60d684'),
(13527,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:19','2026-01-21 13:46:19','6e105823-cdb7-4e1e-8c0c-cd845f9c4e24'),
(13528,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:22','2026-01-21 13:46:22','d5bc3636-25f5-43cc-b293-b0a8557b95dc'),
(13529,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:24','2026-01-21 13:46:24','ff7fb056-ae46-4f86-a720-730011add6c3'),
(13530,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:29','2026-01-21 13:46:29','450472df-f5bc-4b1b-8f76-4f481b999ced'),
(13531,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:31','2026-01-21 13:46:31','b2f382ad-d136-48e7-95f1-9fc622eb16b4'),
(13532,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:31','2026-01-21 13:46:31','0c5fc9f2-80b6-4e23-8678-11c2b8d43fbe'),
(13533,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:32','2026-01-21 13:46:32','45b09f9e-147a-4bfe-be85-184afdfc5ad1'),
(13534,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"9pZRe4YW\' OR 263=(SELECT 263 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:32','2026-01-21 13:46:32','465b1b28-7175-4a09-814f-dd6fa5acd5d3'),
(13535,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:32','2026-01-21 13:46:32','0db41a5b-087e-4fb5-875d-a4ba9a12c77c'),
(13536,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:35','2026-01-21 13:46:35','c826e833-55ce-4a87-99e1-c996bcb791f2'),
(13537,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:36','2026-01-21 13:46:36','23a41b6c-eef0-4d50-b174-f3032da2117a'),
(13538,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:36','2026-01-21 13:46:36','06fe7e57-f83a-4c9a-b084-ed776e339796'),
(13539,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"c8RKjz3x\') OR 444=(SELECT 444 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:41','2026-01-21 13:46:41','5ab40851-4b68-48b2-ab95-2fa6a5146b28'),
(13540,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:44','2026-01-21 13:46:44','b391ed03-147e-4cab-a4ac-f91d520c4413'),
(13541,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"cnguanqp\')) OR 245=(SELECT 245 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:47','2026-01-21 13:46:47','a575b3c4-935f-4bdc-a8fb-0de60af66d8d'),
(13542,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:49','2026-01-21 13:46:49','1dbc4a6b-5a90-48c4-96fe-f0e6c0fc1065'),
(13543,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:55','2026-01-21 13:46:55','f8044684-29f3-48d6-94c3-b014592a0b87'),
(13544,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1\'\\\"\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:46:59','2026-01-21 13:46:59','b1af9970-1848-4cbb-94b8-12421dffdd38'),
(13545,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:00','2026-01-21 13:47:00','dda905ce-bd40-410b-8a2e-2d3677b6e16d'),
(13546,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1%2527%2522\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:02','2026-01-21 13:47:02','43370f26-d30b-4605-b542-2ea550daade3'),
(13547,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"@@IOsI1\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:06','2026-01-21 13:47:06','c6ed2388-129c-42e8-b16d-6320cd5c6658'),
(13548,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:07','2026-01-21 13:47:07','09c15d29-1ff6-43ed-83ee-410ffc90b4b3'),
(13549,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1 OR 2+470-470-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:10','2026-01-21 13:47:10','249dc66b-4d9b-4223-8c85-24849f7bdbf8'),
(13550,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1 OR 2+617-617-1=0+0+0+1\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:11','2026-01-21 13:47:11','3bc8a511-1a84-4b19-b691-d0aec96be2d0'),
(13551,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:13','2026-01-21 13:47:13','dbc9b427-197d-4d7b-aaa2-a8f5d9a14bfd'),
(13552,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\' OR 2+986-986-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:13','2026-01-21 13:47:13','f24d8c7a-455e-4c97-850c-c1699e921426'),
(13553,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\' OR 2+853-853-1=0+0+0+1 or \'eJgtANSC\'=\'\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:16','2026-01-21 13:47:16','ee0b2b0b-042d-4913-a549-4a5d43cbe1a8'),
(13554,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\\\" OR 2+160-160-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:17','2026-01-21 13:47:17','caedc3c3-4612-4a15-addc-fa4b8088c278'),
(13555,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:18','2026-01-21 13:47:18','d8defbc1-7cf2-4fc0-88cf-588e7fff2bf9'),
(13556,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1 OR 2+38-38-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:19','2026-01-21 13:47:19','d4d36fab-780b-454e-95a4-5d2d0e374040'),
(13557,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1 OR 2+562-562-1=0+0+0+1\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:21','2026-01-21 13:47:21','c8ea6216-8ba3-41ca-81c5-22181bf9929c'),
(13558,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"if(now()=sysdate(),sleep(15),0)\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:22','2026-01-21 13:47:22','c2203fb0-ca46-4bec-bce5-8cfd77825d37'),
(13559,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\' OR 2+729-729-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:22','2026-01-21 13:47:22','a3181acb-23f3-448f-909c-1ca40e1cb9b3'),
(13560,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\' OR 2+843-843-1=0+0+0+1 or \'8Jjb9sgP\'=\'\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:24','2026-01-21 13:47:24','6fdcba20-36f5-403a-b712-2978b9f38ca7'),
(13561,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\\\" OR 2+961-961-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:26','2026-01-21 13:47:26','cfdc6a02-204f-41d7-901e-4c3de5a09671'),
(13562,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:28','2026-01-21 13:47:28','da60a160-3ddc-463a-8c22-00c579a0cabe'),
(13563,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"if(now()=sysdate(),sleep(15),0)\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:31','2026-01-21 13:47:31','0b69cb8c-ad62-4eec-abe9-5e627dd09af7'),
(13564,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelboync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Толщина: 68 мкм https://kapio.ru/dostavka-i-servis/\\r\\n \\r\\nПроизводитель «Клим Пласт» предлагает заказать оптом пакеты для мусора https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-polov/\\r\\n  В наличии изделия различной плотности и объема, в рулонах и пластах https://kapio.ru/katalog/byitovaya-ximiya/universalnyie-sredstva/progress-ams-1l/\\r\\n \\r\\nДоставка осуществляется транспортными компаниями https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/salfetka-iz-mikrofibry-30h30-zelenaja-bez-up/\\r\\n  Мы регулярно проводим различные акции, позволяющие приобрести мусорные мешки на еще более выгодных условиях https://kapio.ru/katalog/byitovaya-ximiya/pyatnovyivoditeli-i-otbelivateli/vanish-pjatnovyvoditel-i-otbelivatel-dlja-tkanej-zhidkij-1l/\\r\\n \\r\\nМешок (пакет) полиэтиленовый для мусора черного цвета из ПНД Наша линейка https://kapio.ru/katalog/sredstva-dlya-zashhityi-ruk/xozyajstvennyie-perchatki/\\r\\n  Полное описание>> В наличии на складе В упаковке: 25 шт https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-kuxni/sif-aktiv-chistjashhij-krem-500ml-2/\\r\\n  Цена за 1 уп: 75 https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/\\r\\n 00 р доступно для покупки от/кратно 1 уп https://kapio.ru/katalog/meshki-dlya-musora/meshki-psd/meshki-dlja-musora-120-litrov-70h110-sm-psd-v-rulonah-po-10-shtuk-oranzhevye-standart/\\r\\n \\r\\nРегионы РФ https://kapio.ru/katalog/meshki-dlya-musora/meshki-psd/meshki-dlja-musora-120-litrov-70h110-sm-psd-v-rulonah-po-10-shtuk-zelenye-standart/\\r\\n \\r\\nМешки для мусора в Москве https://kapio.ru/katalog/xozyajstvennyij-inventar/meshki-dlya-pyilesosov/meshok-pylesbornyj-dlja-pylesosa-karcher-wd-3-k2-5-pani-pronja-komplekt-5sht/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:32','2026-01-21 13:47:32','48dd45b6-784a-423a-83ab-29558bef3a07'),
(13565,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:33','2026-01-21 13:47:33','9b79bc64-285f-4cb8-89d8-bb63f68388b0'),
(13566,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelticle\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если к стене придвинута мебель — отодвиньте ее или предоставьте этот процесс нашему специалисту https://dez-spasatel.ru/articles/tarakany/chernye-tarakany-v-kvartire-kak-izbavitsya/\\r\\n \\r\\nПочва https://dez-spasatel.ru/articles/tarakany/kusayutsya-li-tarakany-i-kak-vyglyadit-ikh-ukus/\\r\\n \\r\\nКак проходит дезинсекция? \\r\\nСотрудники СЭС Москвы проводят осмотр и определяют вид насекомых https://dez-spasatel.ru/articles/dezinfektsiya/poyavilis-myshi-v-kvartire-kak-izbavitsya/\\r\\n  Это помогает выбрать наиболее эффективные методы борьбы https://dez-spasatel.ru/unichtozhenie-zapakhov/zapakh-trupa/\\r\\n \\r\\nДокументальное сопровождение https://dez-spasatel.ru/dezinsekciya/kleshchi/\\r\\n \\r\\nСанитарная служба всегда готова помочь https://dez-spasatel.ru/dezinfekciya/obrabotka-posle-smerti/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:36','2026-01-21 13:47:36','5be039e9-422a-4d59-9fc4-c38a53b3f94a'),
(13567,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:36','2026-01-21 13:47:36','d6912a04-a90d-440c-9208-5b8de0523490'),
(13568,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:38','2026-01-21 13:47:38','dd4e5150-8ebe-4533-8844-1876ef4ece68'),
(13569,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:42','2026-01-21 13:47:42','7b85c075-afcc-48f4-bbcb-15635bf1ec58'),
(13570,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1 waitfor delay \'0:0:15\' -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:44','2026-01-21 13:47:44','dca90735-b9d1-4a4c-a668-b4ee274047ec'),
(13571,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:48','2026-01-21 13:47:48','882e28bc-b904-49e8-be02-2f842e4ee533'),
(13572,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"WrPU6NnD\'; waitfor delay \'0:0:15\' -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:50','2026-01-21 13:47:50','eccd3040-373c-449b-99e1-8d6150ca5454'),
(13573,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1 waitfor delay \'0:0:15\' -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:53','2026-01-21 13:47:53','544c2461-8ec0-4da3-90e0-46ef04ebd6de'),
(13574,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"syuXQ0k7\' OR 128=(SELECT 128 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:55','2026-01-21 13:47:55','201cef01-67aa-4df1-93f2-6b1728428131'),
(13575,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"BB1aHP26\'; waitfor delay \'0:0:15\' -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:57','2026-01-21 13:47:57','fb909c0f-c463-4bf3-b62f-88c7bf51c0af'),
(13576,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VW8JgiCv\') OR 908=(SELECT 908 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:47:59','2026-01-21 13:47:59','4f3e0ef2-0a90-4674-b224-67dbbd6df403'),
(13577,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"CFblNVkY\' OR 655=(SELECT 655 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:04','2026-01-21 13:48:04','188ce462-90d3-42a4-b658-1435cf19892e'),
(13578,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"dnS2Qe3K\')) OR 874=(SELECT 874 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:05','2026-01-21 13:48:05','4159a6d9-d29e-4463-b9db-01842db7c096'),
(13579,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:07','2026-01-21 13:48:07','e74fff68-d52a-4ca6-8b1c-031a951a0637'),
(13580,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1\'\\\"\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:10','2026-01-21 13:48:10','a1dc1643-9e98-4863-adb4-7460b200c4c8'),
(13581,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"NbV6nrxz\') OR 30=(SELECT 30 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:10','2026-01-21 13:48:10','7a7c93a3-bd1a-492a-b3a5-5c6095fe51f0'),
(13582,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1%2527%2522\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:12','2026-01-21 13:48:12','b865cdb3-91b1-4f62-afb5-387819e6c24e'),
(13583,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"@@CtiBa\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:13','2026-01-21 13:48:13','e62a14a2-f3d4-4276-8aa1-781f628e44ef'),
(13584,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"uRpu38a1\')) OR 67=(SELECT 67 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:17','2026-01-21 13:48:17','a4dede5e-317f-48ad-b60b-0c939d32de43'),
(13585,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:19','2026-01-21 13:48:19','62faee96-7b4d-4c4b-8cfa-809f8bc85f5d'),
(13586,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:21','2026-01-21 13:48:21','34df9b95-7334-4465-b968-fb9cd543de63'),
(13587,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:22','2026-01-21 13:48:22','1471869d-059a-4e9a-9cce-47d20c50c6c1'),
(13588,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1 OR 2+199-199-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:23','2026-01-21 13:48:23','2c3f66f6-e35a-4668-857a-0b1a431f472e'),
(13589,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:25','2026-01-21 13:48:25','a843f573-b7b0-41c8-8768-e39f388014de'),
(13590,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1 OR 2+139-139-1=0+0+0+1\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:32','2026-01-21 13:48:32','9114cf7a-347e-4c8b-8a39-46756450bee5'),
(13591,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1\'\\\"\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:33','2026-01-21 13:48:33','bc75ea6d-82d4-4d16-bf0b-047f34ff45d8'),
(13592,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottRip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Да, на все услуги даем гарантию в течение года https://berezov-lsk.ru/\\r\\n  Если что-то пойдет не так, возместим ущерб – исправим все за наш счет https://berezov-lsk.ru/\\r\\n \\r\\nПочему нас выбирают? \\r\\nИли мы можем перезвонить Вам сами https://berezov-lsk.ru/\\r\\n \\r\\nВыезд специалистов на объект для предварительного анализа, выполнение замеров https://berezov-lsk.ru/\\r\\n \\r\\nПосмотрите наши примеры, чтобы наглядно убедиться в качестве проделанной работы https://berezov-lsk.ru/\\r\\n \\r\\nРеализация ландшафта https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:33','2026-01-21 13:48:33','83537b22-56db-4af1-a98f-adc0a523d647'),
(13593,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\' OR 2+78-78-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:35','2026-01-21 13:48:35','33ee8a7c-5833-41c3-b2c8-80f659321911'),
(13594,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1%2527%2522\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:37','2026-01-21 13:48:37','8280ae40-ad0e-41d3-9a94-551eb00105af'),
(13595,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:38','2026-01-21 13:48:38','bb7ebfe1-4da2-412b-bf0e-8048dd38b10c'),
(13596,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\' OR 2+822-822-1=0+0+0+1 or \'7TKhVdoQ\'=\'\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:38','2026-01-21 13:48:38','f1aecd74-e6db-48cc-a5e3-7c61c6e3fd83'),
(13597,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"@@b2bJF\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:39','2026-01-21 13:48:39','60d1be0a-39aa-4555-bff7-fb585a251ae2'),
(13598,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\\\" OR 2+677-677-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:40','2026-01-21 13:48:40','24077286-2ccf-412f-b168-3e0e5a5458c4'),
(13599,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1 OR 2+522-522-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:40','2026-01-21 13:48:40','f25e6ebf-4a2b-4e78-bc63-00d05b6449f9'),
(13600,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1 OR 2+96-96-1=0+0+0+1\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:42','2026-01-21 13:48:42','e413dee3-eced-4bfc-9988-52f59fcdd7b5'),
(13601,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:44','2026-01-21 13:48:44','5488cb98-fbe6-4db1-ada7-75dac61a0bbe'),
(13602,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\' OR 2+537-537-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:44','2026-01-21 13:48:44','162a6abc-ac8e-43be-b2cb-ccf1a2f6efe6'),
(13603,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"if(now()=sysdate(),sleep(15),0)\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:45','2026-01-21 13:48:45','8890942c-2e58-43d5-b70a-7d047a7db2d0'),
(13604,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\' OR 2+288-288-1=0+0+0+1 or \'SuLh4TP7\'=\'\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:45','2026-01-21 13:48:45','6f831655-8e08-48e4-8d56-1809d4ba9622'),
(13605,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\\\" OR 2+820-820-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:47','2026-01-21 13:48:47','f897bb92-417b-41ce-97b7-810f272340ca'),
(13606,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:48','2026-01-21 13:48:48','bbed0eb9-98ba-47dd-aa4a-b04a5b170e25'),
(13607,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:49','2026-01-21 13:48:49','e9ca422b-bdcf-4310-a5d0-304719c17e5e'),
(13608,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"if(now()=sysdate(),sleep(15),0)\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:48:57','2026-01-21 13:48:57','d9fc8313-0503-4471-9531-ff541824396c'),
(13609,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:05','2026-01-21 13:49:05','cc21c224-d25e-49c5-970c-c0dc66f07e11'),
(13610,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:09','2026-01-21 13:49:09','7518d96e-8b2c-4e6d-97c2-9ecb145cb3ee'),
(13611,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:12','2026-01-21 13:49:12','9ef70451-1927-46e8-8494-b4c1290da41d'),
(13612,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:14','2026-01-21 13:49:14','32af8eb3-913b-41da-863a-1593913b1028'),
(13613,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1 waitfor delay \'0:0:15\' -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:15','2026-01-21 13:49:15','ec3c716c-db1e-4ff9-a77d-67b25722f1d7'),
(13614,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:19','2026-01-21 13:49:19','f6dda9da-3726-4163-829b-d12c4f9a3c85'),
(13615,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"c28EzlsL\'; waitfor delay \'0:0:15\' -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:21','2026-01-21 13:49:21','50fb4eda-3807-4fcf-bb17-bb50c84d0bd6'),
(13616,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:27','2026-01-21 13:49:27','28873bd7-dcfc-4dbb-afef-ce18a6f27a03'),
(13617,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1 waitfor delay \'0:0:15\' -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:27','2026-01-21 13:49:27','44d46539-ce18-4ea2-9db8-f1b60ca8d76e'),
(13618,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:27','2026-01-21 13:49:27','30efcc93-6929-4bc4-975e-38ba692a4411'),
(13619,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"T3KeqsVZ\' OR 841=(SELECT 841 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:28','2026-01-21 13:49:28','1a3d3b27-d084-47de-a430-2a02cd8a8dc0'),
(13620,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"ZRX0rpGO\'; waitfor delay \'0:0:15\' -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:32','2026-01-21 13:49:32','a6451644-3f96-48cf-8a70-d9bc7d69526a'),
(13621,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Ou3b5cXq\') OR 268=(SELECT 268 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:33','2026-01-21 13:49:33','ceb5ffaa-acf4-4509-9341-a9bb219a18a1'),
(13622,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"lS7GpmND\' OR 496=(SELECT 496 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:40','2026-01-21 13:49:40','362cfe79-623c-4aaa-ac78-4925a0dfc431'),
(13623,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"D7OQr030\')) OR 803=(SELECT 803 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:42','2026-01-21 13:49:42','b27d7674-c743-4830-8a58-6e049f01a6db'),
(13624,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"4HaOQ9oL\') OR 469=(SELECT 469 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:46','2026-01-21 13:49:46','00c768ec-85a3-4ee5-b5fe-840f45b7e8aa'),
(13625,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:50','2026-01-21 13:49:50','f123346b-8c7d-468a-a909-830e9e1fe122'),
(13626,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1\'\\\"\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:52','2026-01-21 13:49:52','732c9b4e-6ce2-4c29-acfa-1c7b83bb9794'),
(13627,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1%2527%2522\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:54','2026-01-21 13:49:54','d74543cd-e432-45e8-8c7b-c043258ff39e'),
(13628,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"xrVpbR3s\')) OR 735=(SELECT 735 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:56','2026-01-21 13:49:56','3f83d5e4-f096-4c60-882e-e372d1b158eb'),
(13629,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"@@2Cpz0\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:49:57','2026-01-21 13:49:57','04f775c0-5669-4330-8e43-c71afd147880'),
(13630,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:06','2026-01-21 13:50:06','bf914b01-ffb0-4c8b-b23b-2437ace978b8'),
(13631,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:06','2026-01-21 13:50:06','7ada4456-ebdc-4049-a852-be57bf5b0247'),
(13632,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1\'\\\"\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:08','2026-01-21 13:50:08','5e3314ea-e6dd-41f6-b866-243075bf54b0'),
(13633,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1%2527%2522\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:10','2026-01-21 13:50:10','3627a752-83a2-4c27-b9b0-34c6ddc16c6f'),
(13634,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:12','2026-01-21 13:50:12','d9d72460-001d-4626-91ba-5e55faf4e169'),
(13635,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"@@5uwFu\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:15','2026-01-21 13:50:15','e5cdd1fa-1930-4d6e-8e18-28df6c884189'),
(13636,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1 OR 2+949-949-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:15','2026-01-21 13:50:15','14d0ea3c-91aa-45a6-97d9-6cf45ee7811f'),
(13637,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1 OR 2+569-569-1=0+0+0+1\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:17','2026-01-21 13:50:17','ec7faab4-1b20-41d9-afd4-9baea5d33ee7'),
(13638,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\' OR 2+72-72-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:19','2026-01-21 13:50:19','e827beab-7766-4abd-8395-9b81267f6aee'),
(13639,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\' OR 2+473-473-1=0+0+0+1 or \'Osh5w3Gq\'=\'\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:20','2026-01-21 13:50:20','936b8f55-cbbf-4df7-9575-ac1f390a4c2c'),
(13640,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\\\" OR 2+77-77-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:21','2026-01-21 13:50:21','2889e527-2e47-496b-a64b-5229e84f08de'),
(13641,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:22','2026-01-21 13:50:22','ea97bd73-6be1-4aa0-beb4-3d439f6e9abb'),
(13642,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"if(now()=sysdate(),sleep(15),0)\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:26','2026-01-21 13:50:26','d3dc9640-94e0-4f93-b46e-eb803d9cdcd9'),
(13643,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:27','2026-01-21 13:50:27','f8e2016c-bfa6-4576-91d4-83a2866ea0b0'),
(13644,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:32','2026-01-21 13:50:32','e742e7e4-ae37-4eda-97c6-62c6b5899ef9'),
(13645,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:37','2026-01-21 13:50:37','b51f4766-6b87-430e-bcde-63af871bdb63'),
(13646,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:43','2026-01-21 13:50:43','d4f8757a-138c-4ca0-ab0e-8f7293f8bf6f'),
(13647,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:45','2026-01-21 13:50:45','9c23519c-d3ec-46d2-b26c-6a37ce01eb9a'),
(13648,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1 OR 2+825-825-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:46','2026-01-21 13:50:46','7c906791-40fa-4d62-8cde-493b87910e19'),
(13649,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1 OR 2+323-323-1=0+0+0+1\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:47','2026-01-21 13:50:47','d7fe97a4-4f21-4482-bf9b-783163d6287d'),
(13650,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:48','2026-01-21 13:50:48','3fb1311a-990f-448c-811b-615c552c23fb'),
(13651,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\' OR 2+110-110-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:48','2026-01-21 13:50:48','10e0ef47-4cab-4c5a-8f2d-5d49493805ee'),
(13652,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\' OR 2+884-884-1=0+0+0+1 or \'kOtrQ9M5\'=\'\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:49','2026-01-21 13:50:49','12a4be84-9f9e-4315-bb71-221287330e2a'),
(13653,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\\\" OR 2+27-27-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:50','2026-01-21 13:50:50','036ddd45-8ee8-43ae-b9a5-3eaea20311d6'),
(13654,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1 waitfor delay \'0:0:15\' -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:52','2026-01-21 13:50:52','dd6a38b8-ab68-44f5-b460-273d2b2f51aa'),
(13655,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"if(now()=sysdate(),sleep(15),0)\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:57','2026-01-21 13:50:57','8e6c0f63-6934-4ee7-8496-f1b0d51cddc5'),
(13656,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"a4IbYKOi\'; waitfor delay \'0:0:15\' -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:50:58','2026-01-21 13:50:58','bbca257d-e03e-44f1-ad8a-64c84f7f74c1'),
(13657,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:07','2026-01-21 13:51:07','9a6cbfff-fd47-40f5-aeec-64b802b5dca4'),
(13658,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"fdLfXu6A\' OR 577=(SELECT 577 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:08','2026-01-21 13:51:08','3b94e5fe-fea3-46c3-9b65-8c01f7d243a5'),
(13659,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:15','2026-01-21 13:51:15','d30a2425-c6f7-45c4-b03f-4dec0d75c222'),
(13660,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"ATidBc1E\') OR 751=(SELECT 751 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:16','2026-01-21 13:51:16','2d920dff-8154-4232-8124-014498fb9eda'),
(13661,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:21','2026-01-21 13:51:21','cafd83a0-d89a-47dc-bbc7-7fdb126ab054'),
(13662,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"S20qt7y5\')) OR 209=(SELECT 209 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:23','2026-01-21 13:51:23','f52f8eff-456f-4aac-8ea5-19902f5f8875'),
(13663,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1; waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:27','2026-01-21 13:51:27','1fd11c35-eb5e-4bf6-a13e-41af5d6b340b'),
(13664,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:28','2026-01-21 13:51:28','939b571c-3824-4a94-98f7-c8041f0a5f19'),
(13665,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1\'\\\"\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:32','2026-01-21 13:51:32','133a793f-3a27-4deb-9562-c33652bf3b76'),
(13666,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1%2527%2522\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:34','2026-01-21 13:51:34','3c097f9b-9811-40fb-9926-67ee8dcd3d57'),
(13667,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1); waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:36','2026-01-21 13:51:36','cb764057-5492-4be9-86cb-1f5217c56894'),
(13668,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"@@3FwoO\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:37','2026-01-21 13:51:37','fc44754e-dd35-4cfe-ac6a-60321c6e6cae'),
(13669,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:42','2026-01-21 13:51:42','0335c262-2364-4aed-9d7d-759dd4185bef'),
(13670,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1 waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:48','2026-01-21 13:51:48','53723132-4892-4613-9ca9-f1fcd707235b'),
(13671,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:51','2026-01-21 13:51:51','eb38e691-25ed-485d-997a-3080f5c59bae'),
(13672,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Q5bqdm0Y\'; waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:51:56','2026-01-21 13:51:56','d897498c-ac38-4804-8de0-8c4509384987'),
(13673,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-5 OR 152=(SELECT 152 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:05','2026-01-21 13:52:05','81e08849-ef09-46b2-979a-32b21c9b56e3'),
(13674,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldAmawn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В наше время очень большое значение имеет окружающая среда, но так же не маловажным является и внутренняя инфраструктура, а именно интерьер https://kupefurnitur.ru/catalog\\r\\n  Большую часть своего времени мы проводим в квартире (доме), в офисе, школе, кабинетах - в помещениях, поэтому то, где мы находимся, насколько нам комфортно и удобно там находиться, имеет большое значение для каждого из нас https://kupefurnitur.ru/\\r\\n \\r\\nНастоящая Политика в отношении обработки и обеспечения безопасности персональных данных (далее – «Политика») в Филиале ООО «Комплектующие для мебели» в г https://kupefurnitur.ru/contact\\r\\n  Москва (далее – «Общество») определяет основные положения, реализуемые Обществом при обработке персональных данных https://kupefurnitur.ru/onas\\r\\n  Политика является документом, доступным любому сотруднику, клиенту и контрагенту Общества, и представляет собой официально принятую руководством Общества систему взглядов на проблему обеспечения законности и безопасности обработки персональных данных физических лиц https://kupefurnitur.ru/price\\r\\n  Настоящая Политика разработана на основании ст https://kupefurnitur.ru/catalog\\r\\n  18 https://kupefurnitur.ru/price\\r\\n 1 Федерального закона № 152-ФЗ «О персональных данных», с учетом требований Конституции Российской Федерации, федеральных законов и иных нормативных правовых актов Российской Федерации в области персональных данных https://kupefurnitur.ru/catalog\\r\\n  Руководство Общества считает важнейшей задачей обеспечение в ходе реализации бизнес-процессов защиты прав и свобод гражданина при обработке в Обществе его персональных данных, в том числе правомерности обработки персональных данных в Обществе и их защиты от несанкционированного доступа и/или утраты https://kupefurnitur.ru/contact\\r\\n  Соблюдение требований в части обработки и защиты персональных данных позволит Обществу обеспечить его деловую репутацию, соответствие правовым, регулятивным и договорным требованиям https://kupefurnitur.ru/contact\\r\\n  Политика распространяется на все бизнес-процессы Общества и обязательна для применения всеми сотрудниками и руководством Общества, а также пользователями его информационных ресурсов Настоящая политика распространяется на пользователей сайта, клиентов, соискателей по вакансиям, сотрудников сторонних организаций, взаимодействующих с компанией (далее-субъекты персональных данных). Политика действует бессрочно после утверждения и до ее замены новой версией https://kupefurnitur.ru/contact\\r\\n  Загружая веб-сайт на компьютере, мобильном устройстве и заполняя web-формы, содержащие персональные данные, а также передавая персональные данные компании любым иным способом, субъекты персональных данных соглашаются на условия, описанные в Политике https://kupefurnitur.ru/contact\\r\\n \\r\\n\\r\\n\\r\\n\\r\\nМебельная фурнитура Блюм (Blum), комплектующие для мебели, интернет-магазин Интеркомплект https://kupefurnitur.ru/onas\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:15','2026-01-21 13:52:15','32d7684c-9e39-4691-9867-0ea5b79922bf'),
(13675,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:15','2026-01-21 13:52:15','9b561ac5-f4e9-4943-b510-8be8c0c9f139'),
(13676,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-5) OR 862=(SELECT 862 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:19','2026-01-21 13:52:19','be223135-ef57-4531-b372-695a01a08101'),
(13677,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:22','2026-01-21 13:52:22','bb80cda8-bf51-4b85-a93e-24b1b7cc644c'),
(13678,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1)) OR 832=(SELECT 832 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:24','2026-01-21 13:52:24','5f1ee090-8c51-4363-ab94-92ca89a7b599'),
(13679,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1 OR 2+364-364-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:25','2026-01-21 13:52:25','c1093c08-265b-44b3-a775-73be4b0714a5'),
(13680,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1 OR 2+552-552-1=0+0+0+1\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:25','2026-01-21 13:52:25','3396ff82-480b-4c98-a99f-0400ca85a331'),
(13681,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\' OR 2+35-35-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:27','2026-01-21 13:52:27','e62f2d16-897b-4c84-b406-01e923d7178a'),
(13682,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\' OR 2+110-110-1=0+0+0+1 or \'EsWhNQxM\'=\'\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:29','2026-01-21 13:52:29','b8095d44-293a-48e8-82b2-b9934555b0dc'),
(13683,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"BdXKPJns\' OR 141=(SELECT 141 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:29','2026-01-21 13:52:29','2769c92e-4469-43b2-97f0-33b85a5f3470'),
(13684,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\\\" OR 2+819-819-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:30','2026-01-21 13:52:30','2f71369f-982c-41cc-9115-91073bb5f1a1'),
(13685,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"SmAiZO4D\') OR 442=(SELECT 442 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:34','2026-01-21 13:52:34','d7ac4246-90d1-4ba7-a52e-9d0b6dac80f5'),
(13686,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"if(now()=sysdate(),sleep(15),0)\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:35','2026-01-21 13:52:35','ef7aa704-d1c5-4134-89cf-b51272ff4ef7'),
(13687,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"T3lKCGeA\')) OR 36=(SELECT 36 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:39','2026-01-21 13:52:39','6602cba4-ed86-40b2-aa63-1466002935b9'),
(13688,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:41','2026-01-21 13:52:41','7241a926-2d66-462f-a2d0-6470d60e93b4'),
(13689,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:44','2026-01-21 13:52:44','f3fb1d6a-c561-454c-a86f-b53908b8abd3'),
(13690,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:46','2026-01-21 13:52:46','c4c431c9-ad98-47df-ad3c-e3371896e684'),
(13691,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:47','2026-01-21 13:52:47','d388ced9-191f-4bb9-919a-be7e446f6edc'),
(13692,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:50','2026-01-21 13:52:50','ba68c6fd-a72c-4cd5-9ee9-bf37fb95ce41'),
(13693,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1\'\\\"\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:51','2026-01-21 13:52:51','0d08c13d-3e10-44c2-a070-468f3806b994'),
(13694,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:52','2026-01-21 13:52:52','00fe3124-4b43-4213-8961-5458cc8d55c4'),
(13695,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1%2527%2522\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:52','2026-01-21 13:52:52','5c8385b6-0547-4df7-9041-ab14ef42b21c'),
(13696,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"@@d7ZJW\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:53','2026-01-21 13:52:53','b7d6fb32-6ef5-4355-915c-cd82806b162f'),
(13697,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:54','2026-01-21 13:52:54','6611e809-d8d1-45ec-83c0-581323051281'),
(13698,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:52:59','2026-01-21 13:52:59','6ca79c17-8822-49b2-b824-4fc07b927189'),
(13699,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1; waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:01','2026-01-21 13:53:01','11579375-8fdd-4697-b769-67038a653048'),
(13700,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:05','2026-01-21 13:53:05','2cf7e39d-aec5-4537-872d-26622d2ca27f'),
(13701,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1 OR 2+272-272-1=0+0+0+1 -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:05','2026-01-21 13:53:05','2e86cd68-3e64-43ac-b412-2752f42d88b7'),
(13702,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1 OR 2+181-181-1=0+0+0+1\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:06','2026-01-21 13:53:06','0136353c-f202-4ff6-b7ff-0d9a0b79c16c'),
(13703,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1); waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:07','2026-01-21 13:53:07','d93d4413-8070-4eaa-a6bb-a844b26fe070'),
(13704,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1\' OR 2+656-656-1=0+0+0+1 -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:08','2026-01-21 13:53:08','63049b9f-ddbf-47fe-8aff-ce7530e3d16a'),
(13705,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1\' OR 2+106-106-1=0+0+0+1 or \'SKHcbdbI\'=\'\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:09','2026-01-21 13:53:09','6e3d1200-12a2-4be1-a61f-24dc03042901'),
(13706,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelLer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если к стене придвинута мебель — отодвиньте ее или предоставьте этот процесс нашему специалисту https://dez-spasatel.ru/articles/dezinfektsiya/kak-izbavitsya-ot-domashnikh-blokh/\\r\\n \\r\\nТараканы Клопы Муравьи Блохи Осы и другие https://dez-spasatel.ru/zashchita-derevev-ot-vrediteley/\\r\\n \\r\\nКомпетентность и мастерство https://dez-spasatel.ru/dezinsekciya/vshi/\\r\\n \\r\\nСанэпидемстанция Москвы https://dez-spasatel.ru/dezinfekciya/obrabotka-kholodnym-tumanom/\\r\\n \\r\\nФумигация — это распыление химических препаратов: при правильном нанесении они безвредны для теплокровных, но при неправильном — смертельно опасны https://dez-spasatel.ru/articles/tarakany/pomogaet-li-bornaya-kislota-ot-tarakanov/\\r\\n  Работники СЭС Москвы знают, как обращаться с такими веществами, и гарантируют вам безопасность при выполнении процедуры https://dez-spasatel.ru/articles/tarakany/prichiny-poyavleniya-tarakanov-i-kak-izbavitsya-ot-nikh/\\r\\n \\r\\nДля лучшего результата Санэпидстанция предлагает комплексный подход, совмещающий оба вида тумана с барьерной защитой https://dez-spasatel.ru/articles/kleshchi/kleshchi-i-ikh-rol-v-rasprostranenii-opasnykh-zabolevaniy/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:09','2026-01-21 13:53:09','5e92fbf0-dc3a-4d33-9f87-22d370912e63'),
(13707,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1\\\" OR 2+296-296-1=0+0+0+1 -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:11','2026-01-21 13:53:11','be8b9662-9db6-4bb9-bdc4-5901788ef5ce'),
(13708,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1 waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:15','2026-01-21 13:53:15','d033a6ac-919e-4d2f-aa86-7c95d563dff0'),
(13709,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"if(now()=sysdate(),sleep(15),0)\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:19','2026-01-21 13:53:19','032cdabf-6a62-4c67-97fb-67f31cb0c4d9'),
(13710,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:20','2026-01-21 13:53:20','c4fefd6a-d044-4f51-8baa-60a1ee50af82'),
(13711,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"TvSmH3w4\'; waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:21','2026-01-21 13:53:21','3b8de2bd-0788-4e61-8d17-a38258209037'),
(13712,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:26','2026-01-21 13:53:26','8274c92c-f527-4dc3-817b-b148ad358ae7'),
(13713,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:27','2026-01-21 13:53:27','be7f6398-f41d-48bf-be02-e94047b9db6d'),
(13714,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-5 OR 502=(SELECT 502 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:29','2026-01-21 13:53:29','86c4f078-ed87-4a87-becf-c391c07dc391'),
(13715,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:30','2026-01-21 13:53:30','91ae13c1-1dfa-4c3a-8bb3-59ea30706fef'),
(13716,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:38','2026-01-21 13:53:38','7a8e688f-2a07-4e2b-b246-830988702d97'),
(13717,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-5) OR 685=(SELECT 685 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:41','2026-01-21 13:53:41','91bd4f3c-4cec-45b5-819d-fd8a2324d5ae'),
(13718,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:43','2026-01-21 13:53:43','3cec9922-0852-4b0b-936e-08d584389750'),
(13719,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1 OR 2+639-639-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:49','2026-01-21 13:53:49','f375dd7a-61d0-44c9-ba42-34a7bcfaa397'),
(13720,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1 OR 2+742-742-1=0+0+0+1\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:50','2026-01-21 13:53:50','2b8f986a-f2c3-4d63-9542-41ff7590975a'),
(13721,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:50','2026-01-21 13:53:50','5b9272d9-3d7b-49df-b62c-a6b6002b7787'),
(13722,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\' OR 2+637-637-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:52','2026-01-21 13:53:52','71f63e6a-54d5-454a-b2b8-bae01c483bd9'),
(13723,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1)) OR 934=(SELECT 934 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:53:52','2026-01-21 13:53:52','cedadc85-d927-4a5d-a6c8-907318f1c562'),
(13724,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\' OR 2+284-284-1=0+0+0+1 or \'LU3F9s8V\'=\'\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:01','2026-01-21 13:54:01','3c39af32-dfad-4fba-884a-c00a834eb9f3'),
(13725,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\\\" OR 2+576-576-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:02','2026-01-21 13:54:02','6325bcfb-6ed2-46c2-9f84-0b483241b09d'),
(13726,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1 waitfor delay \'0:0:15\' -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:03','2026-01-21 13:54:03','74085184-f64f-4d7c-9d1d-ee4b6fcff8b9'),
(13727,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"bcZerFv8\' OR 332=(SELECT 332 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:03','2026-01-21 13:54:03','f87e1864-1c8e-4efa-9c8f-350a7894fd8e'),
(13728,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"No0OypET\'; waitfor delay \'0:0:15\' -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:09','2026-01-21 13:54:09','1179f16e-a0d3-4a82-886f-6b304b5a8243'),
(13729,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"if(now()=sysdate(),sleep(15),0)\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:10','2026-01-21 13:54:10','1c266f84-8b99-4479-b843-a5a60af1e299'),
(13730,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"d5uZ5wRS\') OR 515=(SELECT 515 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:10','2026-01-21 13:54:10','17177da9-83ef-4c90-8307-d196ca8d7d17'),
(13731,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"wihTYz2B\')) OR 705=(SELECT 705 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:30','2026-01-21 13:54:30','56d10ebe-2ef1-4344-b64a-52dcacf41656'),
(13732,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Taxad1cp\' OR 745=(SELECT 745 FROM PG_SLEEP(15))--\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:38','2026-01-21 13:54:38','db40e451-d86e-4270-9b6b-5ec558e06daa'),
(13733,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:40','2026-01-21 13:54:40','e5ab355b-8e57-47cc-a94c-6d97ec866575'),
(13734,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:46','2026-01-21 13:54:46','ea8b7758-1ec1-4b20-bd43-53da866ae663'),
(13735,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"hObO4f2g\') OR 859=(SELECT 859 FROM PG_SLEEP(15))--\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:47','2026-01-21 13:54:47','dfcab01d-8be9-4e2a-9c5f-a5ccb61271d5'),
(13736,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:54:51','2026-01-21 13:54:51','34b59c1a-07ad-41da-8a36-e6f9cc99ac2d'),
(13737,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"WuKEQlDo\')) OR 991=(SELECT 991 FROM PG_SLEEP(15))--\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:04','2026-01-21 13:55:04','dc6dea93-99b3-4f80-9217-d5235e81e8ce'),
(13738,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:04','2026-01-21 13:55:04','5c9e7025-5f7c-4a1e-99dd-11254145cd58'),
(13739,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1\'\\\"\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:08','2026-01-21 13:55:08','9f322e19-693c-4efd-9e59-838b76f83888'),
(13740,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1%2527%2522\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:09','2026-01-21 13:55:09','4fc65e12-c008-48a2-8c0b-e711680b637e'),
(13741,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"@@XcLHR\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:09','2026-01-21 13:55:09','b49cf152-7028-4e5c-9ad0-cbbdedff7011'),
(13742,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:11','2026-01-21 13:55:11','08ccbd13-bb08-461e-bc1e-b55fb1f3edfa'),
(13743,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:13','2026-01-21 13:55:13','f241a7a4-8ebd-4b3e-ac73-0ae735ae9227'),
(13744,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1\'\\\"\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:13','2026-01-21 13:55:13','3e0b9662-c8d3-4dfa-b038-13e9b17b8ea1'),
(13745,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1%2527%2522\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:14','2026-01-21 13:55:14','43d51329-cf39-40b9-83bc-2b0eee66a1e1'),
(13746,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:15','2026-01-21 13:55:15','5f13cd78-208d-4ae3-8ba9-ffafc309c8da'),
(13747,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"@@RVTl8\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:15','2026-01-21 13:55:15','ba230548-32dd-4cfa-9709-70f7a4c136ae'),
(13748,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:15','2026-01-21 13:55:15','8f95daad-9a29-45c5-8e14-2add86857b73'),
(13749,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1; waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:19','2026-01-21 13:55:19','b6981205-c9e0-4998-831d-abcef01ced2f'),
(13750,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:21','2026-01-21 13:55:21','7e0294ae-0df6-479a-a71c-bf75a2a7de59'),
(13751,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:21','2026-01-21 13:55:21','881566a7-8251-4fa6-9787-3eac9f75cf3c'),
(13752,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1 OR 2+329-329-1=0+0+0+1 -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:23','2026-01-21 13:55:23','071152b9-9047-4b9e-b3e8-7f81c43954bb'),
(13753,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1 OR 2+489-489-1=0+0+0+1\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:25','2026-01-21 13:55:25','802d1b51-84ef-4d49-9029-d121834838e3'),
(13754,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:25','2026-01-21 13:55:25','c16cb023-8873-4bea-9663-ba345b00f414'),
(13755,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1\' OR 2+178-178-1=0+0+0+1 -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:25','2026-01-21 13:55:25','8695cf73-f65d-4d15-b5e9-6416ec950c11'),
(13756,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1\' OR 2+683-683-1=0+0+0+1 or \'IRbUZQcf\'=\'\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:26','2026-01-21 13:55:26','a3d3dbd5-feb9-46b9-9da7-4111befe14e0'),
(13757,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1\\\" OR 2+219-219-1=0+0+0+1 -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:26','2026-01-21 13:55:26','fab5b89a-f707-49ec-9269-69284ded7a79'),
(13758,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:28','2026-01-21 13:55:28','52f485b1-2a48-4026-86aa-df4254555a59'),
(13759,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1); waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:28','2026-01-21 13:55:28','4efa6a20-5819-4bdd-b52e-865eb3055e68'),
(13760,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"-1 OR 2+998-998-1=0+0+0+1 -- \"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:28','2026-01-21 13:55:28','234f42c3-be1d-477b-8525-07c853efea58'),
(13761,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"if(now()=sysdate(),sleep(15),0)\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:32','2026-01-21 13:55:32','b95ceb44-a14e-410c-b02c-f97eff47dfbd'),
(13762,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"-1 OR 2+625-625-1=0+0+0+1\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:33','2026-01-21 13:55:33','e93c4fb3-6d14-4514-830d-31922def986c'),
(13763,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"-1\' OR 2+501-501-1=0+0+0+1 -- \"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:47','2026-01-21 13:55:47','297abd0b-c4ec-47f7-8732-35a156259097'),
(13764,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"-1\' OR 2+538-538-1=0+0+0+1 or \'Ogh6NJCO\'=\'\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:55:56','2026-01-21 13:55:56','be82562f-c27d-43e1-adff-59dacc1c7be8'),
(13765,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"-1\\\" OR 2+384-384-1=0+0+0+1 -- \"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:00','2026-01-21 13:56:00','5cb48237-3bf2-4214-97f7-d60d94b6b46f'),
(13766,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1 waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:01','2026-01-21 13:56:01','266d8bdb-d83d-41c7-b816-0312599fa793'),
(13767,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:02','2026-01-21 13:56:02','3942ffe0-7fb2-4690-9e0c-2f97c1086b82'),
(13768,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"if(now()=sysdate(),sleep(15),0)\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:05','2026-01-21 13:56:05','45addbda-afab-46a5-82e6-b9286f816672'),
(13769,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"X8qtyPPo\'; waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:07','2026-01-21 13:56:07','8d5cad79-547b-4a86-851d-ba6fec107c4a'),
(13770,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:08','2026-01-21 13:56:08','2223292a-b850-461e-9924-e4baa96ba59b'),
(13771,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:09','2026-01-21 13:56:09','ac2ebe7c-d066-43ae-a28c-0d7d1c071bfd'),
(13772,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:11','2026-01-21 13:56:11','b13bf1ba-9ae1-4751-ba18-fc7b01821541'),
(13773,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-5 OR 510=(SELECT 510 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:15','2026-01-21 13:56:15','727d7076-9510-46c7-b10b-bfcbbbdfb3e9'),
(13774,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:16','2026-01-21 13:56:16','b1cdab95-2ab0-4935-8e7d-d3a39a02d94b'),
(13775,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertrum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Трубы PN10 идут на холодное водоснабжение, PN 16 на центральное отопление, горячее и холодное водоснабжение температурой не более + 60°С, PN 20 и PN 25 универсальные трубы, температура теплоносителя может достигать + 95°С https://deneb-spb.ru/krany-i-ventili\\r\\n \\r\\nСистемы трубопроводов из полипропилена пригодны для всех известных видов прокладки: открытой прокладки, прокладки под штукатуркой, в шахтах и каналах и др https://deneb-spb.ru/contacts\\r\\n \\r\\nПо запросу 11 811 https://deneb-spb.ru/zaglushki\\r\\n 76 https://deneb-spb.ru/vse_novosti\\r\\n \\r\\nЗагрузка отзывов https://deneb-spb.ru/trojniki\\r\\n \\r\\nПо запросу 1105 https://deneb-spb.ru/mufty-razemnye-amerikanki\\r\\n 24 https://deneb-spb.ru/mufty-kombinirovannye\\r\\n \\r\\n*Горячее и холодное водоснабжение; Канализация; Вентиляция; Система «тёплый пол»; Отведение грунтовых и сточных вод; Дренажные, оросительные и мелиоративные системы; Трубопроводы для транспортировки химически активных веществ; Пневмотрубопроводы и т https://deneb-spb.ru/zaglushki\\r\\n д https://deneb-spb.ru/obvody\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:16','2026-01-21 13:56:16','46338f40-62ab-49d9-8a2d-b2d52f494bb3'),
(13776,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:17','2026-01-21 13:56:17','c97b5f80-837b-4864-b575-a8645bba52dc'),
(13777,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1 OR 2+456-456-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:17','2026-01-21 13:56:17','636b06b4-f4b4-42cb-92d2-dce64bc2dfd9'),
(13778,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:21','2026-01-21 13:56:21','07615cf0-25e2-4721-a1f0-2a3e9e8b1f2b'),
(13779,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1 OR 2+683-683-1=0+0+0+1\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:22','2026-01-21 13:56:22','e5456847-ce94-4f57-97fb-467ed99a0254'),
(13780,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-5) OR 54=(SELECT 54 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:24','2026-01-21 13:56:24','a06d9bac-e05d-4a5e-8a1f-b26f97686950'),
(13781,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1 waitfor delay \'0:0:15\' -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:24','2026-01-21 13:56:24','84607a3c-7b60-4c80-b3c6-9f32f16c8d2c'),
(13782,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\' OR 2+754-754-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:25','2026-01-21 13:56:25','97ae05a8-9f75-406e-b5a2-8568b929eb90'),
(13783,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:26','2026-01-21 13:56:26','e10d1fac-208a-4b9c-9a3d-48319ceb1ae1'),
(13784,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\' OR 2+135-135-1=0+0+0+1 or \'QTks8Gvv\'=\'\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:27','2026-01-21 13:56:27','bd148489-4c78-4882-87cd-fd6eb4e0a137'),
(13785,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-1\\\" OR 2+63-63-1=0+0+0+1 -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:27','2026-01-21 13:56:27','aa8808fe-86f8-4c76-8c5c-edc692844849'),
(13786,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"kH5G85c7\'; waitfor delay \'0:0:15\' -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:30','2026-01-21 13:56:30','1e349f10-223a-41c0-955e-aa6d52a704d6'),
(13787,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1)) OR 227=(SELECT 227 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:31','2026-01-21 13:56:31','a8861a22-f067-42ac-8bcc-f2398d77f449'),
(13788,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"1 waitfor delay \'0:0:15\' -- \"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:31','2026-01-21 13:56:31','5c54dd32-8ff2-4016-a009-a81c10f951cd'),
(13789,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"if(now()=sysdate(),sleep(15),0)\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:37','2026-01-21 13:56:37','d4c3133c-5fa3-47ab-9c14-f42033eeceec'),
(13790,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Pe3lnsq3\' OR 59=(SELECT 59 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:39','2026-01-21 13:56:39','18d1ec61-39e7-4170-ac37-780b0833ede0'),
(13791,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"pIY4XFWQ\' OR 225=(SELECT 225 FROM PG_SLEEP(15))--\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:39','2026-01-21 13:56:39','a6e95a96-249f-4948-a299-6d28d1486b34'),
(13792,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"1b3EtkgJ\'; waitfor delay \'0:0:15\' -- \"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:40','2026-01-21 13:56:40','f5f490f8-77dd-45e2-aa86-46d0d2565ed1'),
(13793,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:44','2026-01-21 13:56:44','3b9c4f62-5bb6-4bb4-95f0-a9391b8b9dda'),
(13794,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertPam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Минимум 5 часов 1 такелажник 1 час работы такелажника 700 руб Цена за 1кг https://drogal.ru/uslugi/kranovye-raboty/\\r\\n  веса 3-4 руб https://drogal.ru/glossary/logisticheskie-operacii/\\r\\n \\r\\nКомпания Такелажники https://drogal.ru/glossary/takelazhnaya-osnastka/\\r\\n ру выполнила такелаж оборудования (систем вентиляции для промышленных предприятий). Необходимо было погрузить контейнеры и негабарит на железнодорожные платформы и закрепить грузы https://drogal.ru/portfolio_tags/takelazhnye-raboty-foto/\\r\\n  Все работы выполнены с легким опережением графика без ущерба для качества и безопасности https://drogal.ru/glossary/konteinernaya-transportnaya-sistema/\\r\\n  Спасибо всей бригаде, выполнявшей наш заказ https://drogal.ru/portfolio-items/razgruzka-medicinskogo-oborudovaniya/\\r\\n \\r\\nот 1 200 /час за 1 чел https://drogal.ru/uslugi/kranovye-raboty/\\r\\n \\r\\nТакелажные работы при массе груза 301-800 кг https://drogal.ru/glossary/opasnie-gruzi/\\r\\n \\r\\nТакелажные услуги https://drogal.ru/voprosi-otveti/gost-17527-2020/\\r\\n \\r\\nПросто напишите нам в Whatsapp https://drogal.ru/portfolio-items/kompleks-takelazhnikh-rabot-s-mpu/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:45','2026-01-21 13:56:45','b88a7b29-ff84-44a1-9ff6-2891c5357c56'),
(13795,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"gzMc2Rkd\') OR 669=(SELECT 669 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:49','2026-01-21 13:56:49','a60e1aba-db91-44a0-a887-e19c0703e195'),
(13796,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MewDeecy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cargo888.cn@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продажа грузовых шин и шин для легковых автомобилей оптом по ценам производителя с НДС! \\r\\n<a >Грузовые шины оптом</a> - ASIANCATALOG \\r\\nРассрочка платежа, НДС, Маркировка шин \\\"ЧЗ\\\", Сертификаты ЕАС \\r\\nМы заинтересованы в сотрудничестве!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:51','2026-01-21 13:56:51','b4001c8d-e0d1-4b51-b96a-72ff2a430fa5'),
(13797,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1SWUiFAV\') OR 63=(SELECT 63 FROM PG_SLEEP(15))--\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:51','2026-01-21 13:56:51','b0181ed5-c2fc-48a1-a747-cde4aa238855'),
(13798,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"tIQEch1i\' OR 234=(SELECT 234 FROM PG_SLEEP(15))--\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:52','2026-01-21 13:56:52','0f0a8b06-a3cf-45c9-bb78-be3ef99615ee'),
(13799,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"yeZ3l4NZ\')) OR 490=(SELECT 490 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:56:59','2026-01-21 13:56:59','d63e67c5-a659-479d-9c41-74dbd3e0f59a'),
(13800,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:00','2026-01-21 13:57:00','98706461-3ae4-4517-8d9c-aa4869660720'),
(13801,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rmLzgUVd\')) OR 235=(SELECT 235 FROM PG_SLEEP(15))--\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:01','2026-01-21 13:57:01','b31b7c90-f828-4e20-83d4-907b32e18928'),
(13802,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"gIcIk00e\') OR 145=(SELECT 145 FROM PG_SLEEP(15))--\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:03','2026-01-21 13:57:03','3a08c473-a95f-4458-8ceb-b22194b086e0'),
(13803,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:05','2026-01-21 13:57:05','7ffef70b-3f2c-4250-b421-f1d0031af630'),
(13804,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:06','2026-01-21 13:57:06','8550c345-cde8-4ebe-82f7-b396d27655a8'),
(13805,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1\'\\\"\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:07','2026-01-21 13:57:07','b1fae577-e79a-4961-b4fb-ac32e608bfaf'),
(13806,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:07','2026-01-21 13:57:07','bcb1d956-25fd-466b-8b88-67d5165369d2'),
(13807,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1%2527%2522\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:08','2026-01-21 13:57:08','f0c9a8c7-396b-4e70-84cf-d3ec4c6d01db'),
(13808,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"@@JRJpH\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:08','2026-01-21 13:57:08','ac7dbe7a-a6d5-40c7-8729-aa693cbbfba7'),
(13809,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"UshCtlUM\')) OR 85=(SELECT 85 FROM PG_SLEEP(15))--\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:09','2026-01-21 13:57:09','68f54163-985e-494f-b98a-d66906fa47fa'),
(13810,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1 waitfor delay \'0:0:15\' -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:14','2026-01-21 13:57:14','d5ea732d-3534-4e6c-8eb1-1132e3ffb412'),
(13811,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:15','2026-01-21 13:57:15','863bcb9e-72ee-4f27-9ea2-c5f511f35e7b'),
(13812,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:16','2026-01-21 13:57:16','50bade01-7a43-4d4b-8358-e7b188527566'),
(13813,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1\'\\\"\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:16','2026-01-21 13:57:16','c79c40bc-7848-41c4-b9de-5d7bf077903c'),
(13814,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:17','2026-01-21 13:57:17','6d7adf55-66c6-402c-9775-667d376bfad6'),
(13815,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1%2527%2522\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:19','2026-01-21 13:57:19','a4caac08-b994-4571-a9a3-a650d7a99f19'),
(13816,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"1\'\\\"\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:19','2026-01-21 13:57:19','47e8f1fa-57ef-421a-a335-2d6f392f25d0'),
(13817,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"1%2527%2522\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:20','2026-01-21 13:57:20','bc295c58-0e35-4394-b894-fd1c8a75117b'),
(13818,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"@@sxHo4\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:21','2026-01-21 13:57:21','a63954d2-36d5-41f4-947f-487ea0930096'),
(13819,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"@@WqYK3\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:21','2026-01-21 13:57:21','7eb88f6c-9a84-442e-afc5-7d747642b5d8'),
(13820,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"0mQ3Whzl\'; waitfor delay \'0:0:15\' -- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:24','2026-01-21 13:57:24','aad4195a-7f4c-4ce4-a12d-c80cc29066ae'),
(13821,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:25','2026-01-21 13:57:25','39f2fa7e-1220-4098-9c35-404373e0eafb'),
(13822,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"-1 OR 2+569-569-1=0+0+0+1 -- \"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:26','2026-01-21 13:57:26','78705165-4390-4d50-b677-c575c773eed4'),
(13823,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"-1 OR 2+209-209-1=0+0+0+1\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:27','2026-01-21 13:57:27','de58d29f-0d16-4d60-8a5d-c0c3e0dcde4f'),
(13824,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"-1\' OR 2+323-323-1=0+0+0+1 -- \"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:27','2026-01-21 13:57:27','74915a64-156f-44c5-9cc1-77827b4a050d'),
(13825,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:28','2026-01-21 13:57:28','9dbddbc7-a023-458b-8b48-a4a3402ff6d2'),
(13826,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"-1\' OR 2+131-131-1=0+0+0+1 or \'HxslA0CY\'=\'\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:28','2026-01-21 13:57:28','5fe60e04-a750-4fb0-9f01-3d6bb6292d69'),
(13827,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:28','2026-01-21 13:57:28','e3801066-0b6e-4eac-9596-9333c5b35436'),
(13828,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"-1\\\" OR 2+655-655-1=0+0+0+1 -- \"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:28','2026-01-21 13:57:28','724a55b4-7366-4722-adf7-2e992b3aadea'),
(13829,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"j0yZDV5V\' OR 517=(SELECT 517 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:31','2026-01-21 13:57:31','1bb3640a-70ea-4bb9-af6e-9bed5242e176'),
(13830,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:33','2026-01-21 13:57:33','adba6e82-8bf8-4de3-97b3-19748dad1e94'),
(13831,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"if(now()=sysdate(),sleep(15),0)\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:34','2026-01-21 13:57:34','a35f78da-cf03-4e3c-aaec-a5e0b8720df2'),
(13832,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:34','2026-01-21 13:57:34','dd39491a-d910-4b0c-a088-5bb091bbfbc7'),
(13833,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1 OR 2+212-212-1=0+0+0+1 -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:35','2026-01-21 13:57:35','d1734536-3447-4d16-ab7f-ee83c7bacb5e'),
(13834,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"lJEWri16\') OR 200=(SELECT 200 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:36','2026-01-21 13:57:36','0eb1a4bd-6068-4cc7-afd6-2f870851d82c'),
(13835,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1 OR 2+866-866-1=0+0+0+1\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:36','2026-01-21 13:57:36','79d1dbde-06f6-42ab-ae7e-aa8124e44691'),
(13836,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1\' OR 2+93-93-1=0+0+0+1 -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:37','2026-01-21 13:57:37','7f92af54-6684-498c-bcfb-1791d5582e0e'),
(13837,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1\' OR 2+591-591-1=0+0+0+1 or \'6DtYrJUj\'=\'\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:38','2026-01-21 13:57:38','83e9fc8c-fb67-4bf9-903f-2bc88708da73'),
(13838,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"-1\\\" OR 2+896-896-1=0+0+0+1 -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:40','2026-01-21 13:57:40','e1dc4d2a-e254-48bf-8779-e0e61ba00aa0'),
(13839,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:44','2026-01-21 13:57:44','01014436-c862-4eb5-92b7-eb602f127dcb'),
(13840,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"aBpDOeus\')) OR 643=(SELECT 643 FROM PG_SLEEP(15))--\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:47','2026-01-21 13:57:47','1c590c9f-bf47-4665-bc90-17734a126e16'),
(13841,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesnoita\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выполним работы по спилу на следующий день после обращения или в любое удобное для вас время https://arbvbg.ru/privacypolicy\\r\\n \\r\\nМетоды работы: безопасность и эффективность https://arbvbg.ru/privacypolicy\\r\\n \\r\\nИспользование автовышки для удаления деревьев https://arbvbg.ru/privacypolicy\\r\\n \\r\\nКоманда «Дровосек» окажет профессиональные услуги по спилу деревьев в стесненных условиях города Москвы или дачного участка в Подмосковье https://arbvbg.ru/\\r\\n  Опыт и специальное оборудование, совмещенный с ответственностью, наши главные инструменты для успешной работы с деревьями разной высоты https://arbvbg.ru/\\r\\n \\r\\nКвалифицированные специалисты различают спил деревьев двух основных видов, таких как: \\r\\nизвлечение корней трактором; ручное корчевание; применение дробильного инструмента; спиливание пня на уровне ниже поверхности грунта https://arbvbg.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:52','2026-01-21 13:57:52','6d336db2-d195-4917-a327-eadd94c63238'),
(13842,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:53','2026-01-21 13:57:53','b94434b4-e28c-402f-acfc-d66545118f24'),
(13843,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"if(now()=sysdate(),sleep(15),0)\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:57:58','2026-01-21 13:57:58','dedac9b5-b127-4cbb-beb2-164ba1322ca2'),
(13844,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:00','2026-01-21 13:58:00','098384d9-fae4-4973-9d6d-88939e1e0940'),
(13845,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:01','2026-01-21 13:58:01','6b7437e2-d330-45b4-95cd-fc2d7e9c673b'),
(13846,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:02','2026-01-21 13:58:02','4fb16d12-c856-4d0e-b927-7ef795bd243a'),
(13847,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1\'\\\"\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:03','2026-01-21 13:58:03','ccb08ab3-de55-4d3e-8015-25eefb43174e'),
(13848,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"1%2527%2522\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:04','2026-01-21 13:58:04','5d586264-98d6-441a-9c78-390586e854fb'),
(13849,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:05','2026-01-21 13:58:05','c51b3bb6-a349-4d14-8970-3d1ad1941b09'),
(13850,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"@@4Af8x\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:07','2026-01-21 13:58:07','15135568-184f-492d-a13b-915ac0a312d2'),
(13851,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:07','2026-01-21 13:58:07','07827058-b6c5-4da4-b1fc-b7d0ce7c8e1e'),
(13852,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:10','2026-01-21 13:58:10','61936349-5ddb-4c9c-afc4-f633f7d13118'),
(13853,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:10','2026-01-21 13:58:10','0223a9c5-200b-4f6a-ad09-5c2b19a1b16c'),
(13854,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:11','2026-01-21 13:58:11','e6e6ca37-9f59-4999-9670-ab15e887aa4d'),
(13855,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:13','2026-01-21 13:58:13','614bf0de-4f3f-4b81-a3d7-a7345ce5c068'),
(13856,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:15','2026-01-21 13:58:15','d6e4e6f3-7a04-4e82-a4b0-ac01ffe54c9b'),
(13857,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:17','2026-01-21 13:58:17','96c27bd7-d265-4366-b3d8-fe7d131c77db'),
(13858,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"1 waitfor delay \'0:0:15\' -- \"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:19','2026-01-21 13:58:19','c880fbde-0a82-4761-9688-51ebd6e20e22'),
(13859,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:20','2026-01-21 13:58:20','5ee2e96e-8807-4386-a4a3-7deb35bec170'),
(13860,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:25','2026-01-21 13:58:25','f4f7df91-08e3-4685-a3fa-f08e703692a2'),
(13861,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1 OR 2+894-894-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:25','2026-01-21 13:58:25','d0bf791c-4b04-4b6d-b94b-a5549ffda25b'),
(13862,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:26','2026-01-21 13:58:26','d7db112c-33b1-417a-8d88-f9a5dd1df38e'),
(13863,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1 OR 2+994-994-1=0+0+0+1\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:27','2026-01-21 13:58:27','2c0c9c5b-a9a4-4719-bc05-e135bd410565'),
(13864,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"hLk9r1iH\'; waitfor delay \'0:0:15\' -- \"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:27','2026-01-21 13:58:27','4f90e9f8-b1ac-4efc-a8e5-cc25ef8cf7b8'),
(13865,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:28','2026-01-21 13:58:28','594cf34d-0b31-478a-9e97-384e8483f27e'),
(13866,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\' OR 2+644-644-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:29','2026-01-21 13:58:29','40e98ff3-4ba1-451f-a482-88a052deb534'),
(13867,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\' OR 2+17-17-1=0+0+0+1 or \'7wzsIQpm\'=\'\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:31','2026-01-21 13:58:31','538d94b6-dc98-49eb-b676-3bc2dda0916a'),
(13868,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:32','2026-01-21 13:58:32','e1b588c6-bf5b-430d-a66a-e3752b59618c'),
(13869,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1 waitfor delay \'0:0:15\' -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:33','2026-01-21 13:58:33','b4e292a0-1fa8-45e9-aa2d-5fc4e56eebab'),
(13870,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"-1\\\" OR 2+808-808-1=0+0+0+1 -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:34','2026-01-21 13:58:34','b4f605a3-7269-471d-9a82-78148d0f0c43'),
(13871,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"uDOyl0YX\' OR 877=(SELECT 877 FROM PG_SLEEP(15))--\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:34','2026-01-21 13:58:34','e6d32249-ab99-47a2-9fbe-85584700012a'),
(13872,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:43','2026-01-21 13:58:43','a2373971-2193-47bf-bd60-aee4e0509d0e'),
(13873,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"6b5kQ8Xw\'; waitfor delay \'0:0:15\' -- \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:44','2026-01-21 13:58:44','4b821b7e-089f-4041-9b3c-a43f27339b40'),
(13874,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"zkJJStmD\') OR 629=(SELECT 629 FROM PG_SLEEP(15))--\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:45','2026-01-21 13:58:45','a39108d1-70c1-48cc-beae-787d3544bc33'),
(13875,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"if(now()=sysdate(),sleep(15),0)\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:48','2026-01-21 13:58:48','283dec5b-bf9b-49a4-a773-c77a5de20d13'),
(13876,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianHet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Уже более 10 лет сайт грузоперевозок «Мой груз» помогает зарабатывать автоперевозчикам, экспедиторам и грузовладельцам https://keycargo.ru/tarify/\\r\\n  Мы стараемся максимально эффективно объединить всех участников рынка перевозки грузов автомобильным транспортом https://keycargo.ru/o-kompanii/\\r\\n  «Мой груз» – это удобный поиск грузов и грузоперевозок по всей России https://keycargo.ru/sklad/\\r\\n \\r\\nМосква, Санкт-Петербург, Новосибирск, Владивосток, Екатеринбург https://keycargo.ru/gruzoperevozki/\\r\\n \\r\\n* Цены указаны с учетом НДС * Указана минимальная (начальная) стоимость услуг https://keycargo.ru/\\r\\n \\r\\nОдной машиной без заезда на склад https://keycargo.ru/tarify/\\r\\n \\r\\nОткройте приложение, личный кабинет или форму заказа на нашем сайте; Выберите подходящий размер кузова: S (170х100х90 см) вмещает грузы до 300 кг — каблук; M (260х130х150 см) вмещает грузы до 700 кг — микроавтобус; L (380х180х180 см) вмещает грузы до 1400 кг — газель; XL (400х190х200 см) вмещает грузы до 2000 кг — газель https://keycargo.ru/\\r\\n \\r\\nООО «АНД ЛОГИСТИКА» \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:50','2026-01-21 13:58:50','0ffb3e93-4165-4241-a58a-52e71e82c34a'),
(13877,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:55','2026-01-21 13:58:55','db7ff47f-dad3-4f5f-89f6-ba903e60073a'),
(13878,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"K6SbqS4q\' OR 445=(SELECT 445 FROM PG_SLEEP(15))--\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:55','2026-01-21 13:58:55','fded73c6-3623-419d-a2de-522ce64c29ca'),
(13879,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"LAeMVbTE\')) OR 831=(SELECT 831 FROM PG_SLEEP(15))--\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:55','2026-01-21 13:58:55','639f6a1a-6906-453c-8354-4050362019b8'),
(13880,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:58:57','2026-01-21 13:58:57','500a599f-d9dc-4a2d-bf1b-0f0cf5223843'),
(13881,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:00','2026-01-21 13:59:00','ae93009f-a42c-4c17-9499-1a24fd731805'),
(13882,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TFTAgIyZ\') OR 228=(SELECT 228 FROM PG_SLEEP(15))--\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:00','2026-01-21 13:59:00','6719ec3d-47b4-4fee-b2e0-938466bbd861'),
(13883,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:01','2026-01-21 13:59:01','399f61ed-d831-4fef-9fab-e838281e8b71'),
(13884,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:02','2026-01-21 13:59:02','00d6bd07-6c59-4270-a7fc-a589482c593b'),
(13885,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"1\'\\\"\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:02','2026-01-21 13:59:02','dcf5380c-8c80-4acc-adeb-448803f06d9b'),
(13886,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"1%2527%2522\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:04','2026-01-21 13:59:04','37b6f594-1951-49ce-810f-c99e15c95f0f'),
(13887,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"@@NSrMQ\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:05','2026-01-21 13:59:05','049c6cb1-5a8a-4670-8f8c-44257eac9e21'),
(13888,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"KpRvbAc7\')) OR 954=(SELECT 954 FROM PG_SLEEP(15))--\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:06','2026-01-21 13:59:06','2392ea82-0d46-4b0a-9c22-3f64d72d61a2'),
(13889,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:07','2026-01-21 13:59:07','891f267e-18a7-4496-a710-02ae2b8c7ac4'),
(13890,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:07','2026-01-21 13:59:07','a9aff398-1d8e-48d5-86bb-732da77f9a3d'),
(13891,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:12','2026-01-21 13:59:12','f42b9884-da78-4edf-b4bb-76540797378d'),
(13892,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:12','2026-01-21 13:59:12','07585177-b0bd-495d-945d-1ff47a3bb500'),
(13893,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1\'\\\"\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:17','2026-01-21 13:59:17','8f9c78af-6c1a-411e-85ba-69ba53ad3535'),
(13894,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:17','2026-01-21 13:59:17','fb14a6d0-e7df-40a2-97d0-81cb53ef186f'),
(13895,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1 waitfor delay \'0:0:15\' -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:17','2026-01-21 13:59:17','ac41ec90-a6a4-4644-9547-c61634772734'),
(13896,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1%2527%2522\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:19','2026-01-21 13:59:19','dea0d57d-e322-4b0a-8949-02d3a3973ccb'),
(13897,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"@@al49H\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:21','2026-01-21 13:59:21','4d1b59b7-efa4-4016-ac26-3547974be075'),
(13898,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:24','2026-01-21 13:59:24','dc67447a-6149-4188-b793-7045099664b4'),
(13899,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:24','2026-01-21 13:59:24','678ecbdd-c86a-42ae-acc2-8d49a6c27358'),
(13900,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"ZhbCXHdq\'; waitfor delay \'0:0:15\' -- \",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:32','2026-01-21 13:59:32','d69780f9-b565-412b-a380-872d68b6f8b9'),
(13901,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:38','2026-01-21 13:59:38','7fbbf323-a09a-4992-940f-ed98211e51dd'),
(13902,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:39','2026-01-21 13:59:39','9e3e3c50-c7b0-4f02-8bd1-9669377c61d6'),
(13903,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1B22YX8P\' OR 911=(SELECT 911 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:44','2026-01-21 13:59:44','f1662732-9451-4d37-b895-a21c9a3a6a59'),
(13904,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:45','2026-01-21 13:59:45','4397b748-8776-410a-b1ec-f878ffc0f2cb'),
(13905,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:45','2026-01-21 13:59:45','c79609b1-7d55-486d-8680-aa28ac560edc'),
(13906,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:47','2026-01-21 13:59:47','c51dcd23-9247-4395-b910-de80e76648fb'),
(13907,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:47','2026-01-21 13:59:47','df24819d-5209-4d5e-b862-ad184a37b8dc'),
(13908,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:52','2026-01-21 13:59:52','8f19372e-3dbb-4ccc-937f-8543d0beb9b7'),
(13909,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:53','2026-01-21 13:59:53','02422529-8678-483a-8626-2986e15c327f'),
(13910,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:56','2026-01-21 13:59:56','fd0d8cd3-fecf-483f-8f57-097e551f4421'),
(13911,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldKah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"8 https://kupefurnitur.ru/catalog\\r\\n 12 https://kupefurnitur.ru/price\\r\\n  Приобретая Подарочный сертификат, Покупатель и/или Предъявитель безусловно выражают свое согласие с настоящими Условиями https://kupefurnitur.ru/catalog\\r\\n  Покупатель и/или Предъявитель обязуются не использовать Подарочный сертификат, предварительно не ознакомившись с Условиями, и не выразив своё согласие с ними https://kupefurnitur.ru/catalog\\r\\n  В случае передачи Подарочного сертификата третьему лицу, лицо, передающее Подарочный сертификат обязано ознакомить лицо, которому передается Подарочный сертификат с настоящими Условиями, а лицо, принимающее Подарочный сертификат, обязано ознакомиться с настоящими Условиями, выразить своё согласие с ними и полностью принять их https://kupefurnitur.ru/price\\r\\n \\r\\nМагазин мебельной фурнитуры КДМ предлагает товары для производства шкафов, гарнитуров, сопутствующую светотехнику, системы хранения, метизы различного назначения https://kupefurnitur.ru/\\r\\n  Благодаря обширной номенклатуре в каталоге найдется множество вариантов для воплощения творческих идей https://kupefurnitur.ru/\\r\\n  Для клиентов разработана система лояльности, регулярно проводятся акции и скидки https://kupefurnitur.ru/\\r\\n  Представленные элементы рассчитаны на долгую эксплуатацию и обладают надежными характеристиками: \\r\\nАссортимент нашего магазина в интернете поражает многообразием, включая количество брендов-производителей https://kupefurnitur.ru/price\\r\\n  Для удобства пользователей, все разновидности товаров разбиты по категориям и подкатегориям https://kupefurnitur.ru/\\r\\n  Также сузить круг поиска помогут удобные фильтры https://kupefurnitur.ru/contact\\r\\n  Благодаря им можно, например, выбрать подходящий механизм работы, тип свечения, материал основы и другие параметры https://kupefurnitur.ru/catalog\\r\\n  Товарные карточки содержат информацию об основных характеристиках https://kupefurnitur.ru/catalog\\r\\n  Качество производства продукции подтверждено временем, а также многочисленными отзывами клиентов https://kupefurnitur.ru/price\\r\\n  На все позиции установлены лояльные цены, действует гарантия https://kupefurnitur.ru/price\\r\\n  Заказать товары можно оптом или в розницу, позвонив по соответствующему телефону https://kupefurnitur.ru/catalog\\r\\n  Кроме того, в отделе продаж можно уточнить детали доставки заказа или получить ответы на другие вопросы https://kupefurnitur.ru/price\\r\\n \\r\\nОпт 1: 89 https://kupefurnitur.ru/catalog\\r\\n 50р https://kupefurnitur.ru/contact\\r\\n \\r\\nИ вы всегда будете в курсе последних событий, новинок и акций! \\r\\nПерсональные данные - любая информация, относящаяся к прямо или косвенно определенному или определяемому физическому лицу (субъекту персональных данных); Персональные данные, разрешенные субъектом персональных данных для распространения – персональные данные, доступ неограниченного круга лиц к которым предоставлен субъектом персональных данных путем дачи согласия на обработку персональных данных, разрешенных субъектом персональных данных для распространения в порядке, предусмотренном Законом о персональных данных https://kupefurnitur.ru/contact\\r\\n  Оператор - государственный орган, муниципальный орган, юридическое или физическое лицо, самостоятельно или совместно с другими лицами организующие и (или) осуществляющие обработку персональных данных, а также определяющие цели обработки персональных данных, состав персональных данных, подлежащих обработке, действия (операции), совершаемые с персональными данными; Обработка персональных данных - любое действие (операция) или совокупность действий (операций), совершаемых с использованием средств автоматизации или без использования таких средств с персональными данными, включая сбор, запись, систематизацию, накопление, хранение, уточнение (обновление, изменение), извлечение, использование, передачу (распространение, предоставление, доступ), обезличивание, блокирование, удаление, уничтожение персональных данных; Автоматизированная обработка персональных данных - обработка персональных данных с помощью средств вычислительной техники; Распространение персональных данных - действия, направленные на раскрытие персональных данных неопределенному кругу лиц; Предоставление персональных данных - действия, направленные на раскрытие персональных данных определенному лицу или определенному кругу лиц; Блокирование персональных данных - временное прекращение обработки персональных данных (за исключением случаев, если обработка необходима для уточнения персональных данных); Уничтожение персональных данных - действия, в результате которых становится невозможным восстановить содержание персональных данных в информационной системе персональных данных и (или) в результате которых уничтожаются материальные носители персональных данных; Обезличивание персональных данных - действия, в результате которых становится невозможным без использования дополнительной информации определить принадлежность персональных данных конкретному субъекту персональных данных; Информационная система персональных данных - совокупность содержащихся в базах данных персональных данных и обеспечивающих их обработку информационных технологий и технических средств; Трансграничная передача персональных данных - передача персональных данных на территорию иностранного государства органу власти иностранного государства, иностранному физическому лицу или иностранному юридическому лицу https://kupefurnitur.ru/price\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 13:59:59','2026-01-21 13:59:59','61b07dae-237e-41de-a924-040f8ed0f8f1'),
(13912,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"zwPS40vA\') OR 588=(SELECT 588 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:00:03','2026-01-21 14:00:03','716d8bc9-476e-4afe-bdf4-2e48d2e3c068'),
(13913,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:00:08','2026-01-21 14:00:08','1ac1fa7a-3c95-4f09-811f-3c11eab8f59e'),
(13914,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"4oNI0cyg\')) OR 209=(SELECT 209 FROM PG_SLEEP(15))--\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:00:14','2026-01-21 14:00:14','80edf12e-09d2-46b6-85cb-73c4467af287'),
(13915,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:00:15','2026-01-21 14:00:15','01aa1df3-01e9-493d-a6d6-223de9d4dd79'),
(13916,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:00:23','2026-01-21 14:00:23','fa1a9936-7600-4c03-b0e9-a3e76fe180e4'),
(13917,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1\'\\\"\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:00:25','2026-01-21 14:00:25','c25f7595-7f90-4597-88ea-62e6d176920b'),
(13918,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"1%2527%2522\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:00:26','2026-01-21 14:00:26','759bd710-f9bd-4ade-a9aa-5196b5f5bace'),
(13919,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"@@gafxY\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:00:27','2026-01-21 14:00:27','f1536eac-a59a-4ab5-99e0-4ee11a315f08'),
(13920,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:00:34','2026-01-21 14:00:34','8c891f5e-f926-46f6-bebe-427d5f04d817'),
(13921,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:00:40','2026-01-21 14:00:40','d3a56060-af88-4baf-bc33-c9bb6aa2fc64'),
(13922,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:01:34','2026-01-21 14:01:34','fdb289cf-f1e9-4971-b173-87c0beb12c7c'),
(13923,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldTuh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На нашем сайте представлена фурнитура для производства офисной мебели - компьютерных столов, шкафов, мягкой мебели (кресел и диванов). В условиях кризиса многие производители стараются сэкономить на производстве мебели для офисных учреждений, делая выбор в пользу более дешевых материалов и комплектующих https://kupefurnitur.ru/price\\r\\n  Однако порой такой выбор может стать причиной появления на рынке некачественной мебели, которая не предназначена для длительной эксплуатации и быстро теряет свои функциональные возможности и эстетичный внешний вид https://kupefurnitur.ru/onas\\r\\n  Для решения данной проблемы необходимо внимательно изучить рынок поставщиков материалов и фурнитуры - на нашем сайте вы найдете оптимальные решения для производства офисной мебели по доступной цене https://kupefurnitur.ru/contact\\r\\n  Мы заинтересованы в долгосрочном и выгодном для обеих сторон сотрудничестве на постоянной основе https://kupefurnitur.ru/price\\r\\n \\r\\n8 https://kupefurnitur.ru/\\r\\n 7 https://kupefurnitur.ru/catalog\\r\\n  Подарочные сертификаты не подлежат обмену на подарочные сертификаты другого вида, а также размену на несколько подарочных сертификатов https://kupefurnitur.ru/contact\\r\\n \\r\\nУточнить условия оплаты и доставки и Ваш товар будет отгружен по условленному адресу точно и в срок https://kupefurnitur.ru/\\r\\n \\r\\n3 https://kupefurnitur.ru/contact\\r\\n  Принципы обработки персональных данных https://kupefurnitur.ru/\\r\\n \\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:01:44','2026-01-21 14:01:44','2e3d3f78-63ae-4f43-9c7b-3e103fad594c'),
(13924,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:01:46','2026-01-21 14:01:46','3d783327-e233-4707-b361-ce3853c937be'),
(13925,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:01:54','2026-01-21 14:01:54','5a2b2f24-69bf-4cfb-8596-8f8f86fb6418'),
(13926,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:02:01','2026-01-21 14:02:01','403d699a-fdb1-4526-b7e0-6229aaa6af38'),
(13927,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:02:02','2026-01-21 14:02:02','3273b578-4836-4b6d-930d-d16f64c65fa7'),
(13928,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:02:05','2026-01-21 14:02:05','2b17cbbe-c8a0-4c19-90fb-acf8fa9e59d8'),
(13929,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MelvinPethy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ассоциация Флебологов России https://www.angioprof.ru/uslugi-flebologii-i-angiologii/preparat-neovaskulgen-pri-lechenii-oank.html\\r\\n \\r\\nМетодики лечения https://www.angioprof.ru/uslugi-podologii/potlivost-nog.html\\r\\n \\r\\nКонсультация (интерпретация) с анализами и обследованиями сторонних организаций, эксперта клиники, к https://www.angioprof.ru/uslugi/sout/\\r\\n м https://www.angioprof.ru/uslugi/sout/\\r\\n н https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/kompressionnyij-trikotazh/\\r\\n \\r\\nКак проходит реабилитация после лазерного лечения? Есть ли ограничения? \\r\\nКак мы лечим https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/badyi/\\r\\n \\r\\nУважаемые клиенты! Каждый случай индивидуален и конечную стоимость Вашего лечения можно узнать только после очного визита к врачу GMS Hospital https://www.angioprof.ru/uslugi-endokrinologiya/\\r\\n  Указаны цены на самые востребованные услуги https://www.angioprof.ru/uslugi-nevrologii/\\r\\n  Вы можете обслуживаться по полису ДМС, оплачивать отдельно каждый визит, заключить договор на годовую медицинскую программу или внести депозит и получать услуги со скидкой https://www.angioprof.ru/fotogalereya.html\\r\\n  В выходные и праздничные дни клиника оставляет за собой право взимать доплату согласно действующему прейскуранту https://www.angioprof.ru/uslugi-podologii/potlivost-nog.html\\r\\n  Услуги оказываются на основании заключенного договора https://www.angioprof.ru/uslugi-endokrinologiya/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:02:06','2026-01-21 14:02:06','c976781d-34ff-4731-b70e-84d4850bf274'),
(13930,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:02:09','2026-01-21 14:02:09','530bb8e9-3797-429c-a060-3222cac4ab31'),
(13931,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"20\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:02:10','2026-01-21 14:02:10','66bd59fd-41a9-450d-a59a-fa0ca2fa2bfe'),
(13932,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:03:09','2026-01-21 14:03:09','b9638275-538c-4268-8c73-803c44f042a3'),
(13933,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:03:29','2026-01-21 14:03:29','3ae5a302-f35c-4b61-9c91-4a8cd79e1b4e'),
(13934,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1 OR 2+441-441-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:03:30','2026-01-21 14:03:30','5325b7c2-d27b-41f4-8da6-5398cf460981'),
(13935,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertEmito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Справлюсь сам https://drogal.ru/glossary/strahovoi-vznos/\\r\\n \\r\\nВаш комментарий https://drogal.ru/glossary/konteinernie-perevozki/\\r\\n \\r\\n6 причин заказать такелажные работы у нас https://drogal.ru/portfolio_tags/slozhnye-takelazhnye-raboty/\\r\\n \\r\\nКомпания «РусскийМир» обеспечивает выгодную доступную стоимость такелажных работ https://drogal.ru/glossary/brokeri-v-strahovanii/\\r\\n \\r\\nТакелажные работы от компании «СТОГРУЗ» \\r\\nТакелажные работы в Москве https://drogal.ru/glossary/vakuumnaya-upakovka/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:03:31','2026-01-21 14:03:31','36e71690-4eb8-4765-b901-8667cb93fd36'),
(13936,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1 OR 2+965-965-1=0+0+0+1\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:03:37','2026-01-21 14:03:37','1f5b9d52-40cb-414a-abe6-03de767a4dd5'),
(13937,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\' OR 2+18-18-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:03:48','2026-01-21 14:03:48','b113c153-0874-4178-a00f-2b3e87ff46b9'),
(13938,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\' OR 2+29-29-1=0+0+0+1 or \'Jczvz2lq\'=\'\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:03:56','2026-01-21 14:03:56','89610388-38a4-44c1-aefe-706687df19ba'),
(13939,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1\\\" OR 2+472-472-1=0+0+0+1 -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:03','2026-01-21 14:04:03','a827ee86-1301-4e90-8546-75a9b237a4b8'),
(13940,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"if(now()=sysdate(),sleep(15),0)\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:16','2026-01-21 14:04:16','728f095e-96ce-40af-a60a-4dafbdee8866'),
(13941,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianHal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рейтинг перевозчиков https://keycargo.ru/gruzoperevozki/\\r\\n \\r\\nИП «Каптеева М https://keycargo.ru/tarify/\\r\\n А https://keycargo.ru/sklad/\\r\\n » \\r\\nПодпишитесь, закажите перевозку в комплексе с таможенным оформлением и получите скидку 50% на таможенную декларацию! \\r\\nна сайте, в мобильном приложении или по QR-коду https://keycargo.ru/sklad/\\r\\n \\r\\n* Цены указаны с учетом НДС * Указана минимальная (начальная) стоимость услуг https://keycargo.ru/o-kompanii/\\r\\n \\r\\nДоставка грузов по городу и межгороду Вам доступны автомобили разного назначения и грузоподъёмности https://keycargo.ru/gruzoperevozki/\\r\\n  Отправляйте грузы или предлагайте услуги перевозки по городу, межгороду и по всей стране https://keycargo.ru/tarify/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:23','2026-01-21 14:04:23','1cb592a7-0be8-4496-83c5-f9f80b270322'),
(13942,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:26','2026-01-21 14:04:26','46229736-b2d8-429a-8568-dcf6060798ba'),
(13943,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"0\\\"XOR(if(now()=sysdate(),sleep(15),0))XOR\\\"Z\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:32','2026-01-21 14:04:32','758c02fe-3aa3-46f6-85fd-2f86f4806c6e'),
(13944,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottFax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Растений и деревьев высажено https://berezov-lsk.ru/\\r\\n \\r\\n4 https://berezov-lsk.ru/\\r\\n 8 Общая оценка 4 https://berezov-lsk.ru/\\r\\n 7 Соотношение цена/качество 5 Соблюдение сроков 4 https://berezov-lsk.ru/\\r\\n 5 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\r\\n \\r\\nНаши архитекторы и дизайнеры способны превратить территорию любого коттеджного поселка в райский сад https://berezov-lsk.ru/\\r\\n  Инновационное проектирование и смелые решения – это приоритеты нашей компании https://berezov-lsk.ru/\\r\\n \\r\\nМы разрабатываем ландшафтный дизайн под ключ, а это значит, что мы не только подготовим для вас проект и реализуем его, мы готовы взять его на обслуживание https://berezov-lsk.ru/\\r\\n  Таким образом, заключив с нами договор, Вы получите благоустроенную приусадебную территорию или сад без лишних https://berezov-lsk.ru/\\r\\n \\r\\n«Сад Фантазий» — это ландшафтная мастерская, где работают профессионалы https://berezov-lsk.ru/\\r\\n  Здесь нет потоковых стандартных решений, на важно, чтобы каждый проект был разработан для конкретного заказчика, чтобы он не просто удовлетворял его запросам, а имел индивидуальный характер, отражал его собственные взгляды и идеи https://berezov-lsk.ru/\\r\\n \\r\\nЧто входит в наш проект https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:35','2026-01-21 14:04:35','51c0e1f8-fc5f-4b6a-914a-58eab48dcdb7'),
(13945,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeTaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"12 750 000 ф https://bayra.market/sergu/\\r\\n \\r\\nВ исследовании была также проанализирована популярность шести универсальных маркетплейсов в городах-миллионниках https://bayra.market/myaso-i-ptica-ru/\\r\\n \\r\\nЭкономика и локальные предпочтения творят чудеса https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/podveski-i-kulony/podveska-k1-00014850/\\r\\n \\r\\nСамой большой сложностью на старте для нас стало то, что необходимо постоянно поддерживать объемы поставляемой продукции, потому что для нормальной работы на маркетплейсах это крайне важный аспект https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/kombinezony-ru-2/kombinezon-detskiy-flis-persik-rost-80/\\r\\n  Нужно, чтобы в наличии всегда было достаточное количество размеров и цветов одежды, то есть весь ассортимент, и люди могли выбирать и покупать товары вне зависимости от поставок — то есть не ждали, когда нужная позиция появится https://bayra.market/zhenschinam-ru/page-72/\\r\\n \\r\\nВ лидерах по обоим показателям Новосибирская область, Омская область и Красноярский край https://bayra.market/index.php?dispatch=products.on_sale&page=49\\r\\n  При этом самые высокие темпы роста оборота зафиксированы в Омской области (3,2 раза), Алтайском крае (2,9 раза) и Томской области (2,8 раза). \\r\\nВторой момент — низкая наценка на товар, в которой заинтересован маркетплейс https://bayra.market/ip-klimenko/?category_id=24709&page=1\\r\\n  Она чревата возможными проблемами производителя в отношении ряда крупных оптовых клиентов https://bayra.market/produkty-pitaniya-ru/kolbasy-sosiski-i-delikatesy/kolbasy-ru/livernaya-kolbasa-nezhnaya-250-g/\\r\\n  Предварительно рассчитайте предполагаемую прибыль и смотрите, с кем будет выгоднее сотрудничать: онлайн— или офлайн-магазинами https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00015440/\\r\\n  Некоторые маркетплейсы проводят акции с дополнительной скидкой по промокоду, чтобы, например, поддержать продажи во время длинных праздников https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00019219/\\r\\n  И если маржинальность по определенным товарам не позволяет продавцу дать дополнительную скидку в 15%, продажи товаров будут приостановлены маркетплейсом на время действия акции https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/kombinezony-ru-2/kombinezon-lapochka-seryy-rost-62/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:43','2026-01-21 14:04:43','0191bd3c-3f5f-4455-bd43-fad44a68352a'),
(13946,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\\\"+(select(0)from(select(sleep(15)))v)+\\\"*/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:45','2026-01-21 14:04:45','33956d9e-ca34-4803-b5c4-2998014c47c9'),
(13947,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1; waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:52','2026-01-21 14:04:52','3a4faeee-17ee-48de-b570-fd89725ce415'),
(13948,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:57','2026-01-21 14:04:57','5d21095c-7386-43c0-b755-987c85f07490'),
(13949,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1); waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:04:58','2026-01-21 14:04:58','2bea02df-a8a1-4adc-b508-7c8824f6a623'),
(13950,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1 waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:03','2026-01-21 14:05:03','3d680f7b-2db9-4770-85dc-ce5b42d8461b'),
(13951,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:06','2026-01-21 14:05:06','86983365-bfce-4003-8bfb-176de2bba50d'),
(13952,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"FFLfBXhC\'; waitfor delay \'0:0:15\' -- \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:22','2026-01-21 14:05:22','3e9bb241-7b20-440b-97ed-ecf1b15b9e5c'),
(13953,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-5 OR 408=(SELECT 408 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:32','2026-01-21 14:05:32','8c38de67-3a7f-4590-ab45-61927583cfbf'),
(13954,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:39','2026-01-21 14:05:39','7c93ae3e-6536-4979-ab47-1e132da5f7ee'),
(13955,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-5) OR 824=(SELECT 824 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:45','2026-01-21 14:05:45','22e67fd9-7ec8-4e46-9b39-fa99e10d08cf'),
(13956,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:48','2026-01-21 14:05:48','66e9b559-1e22-47aa-b71c-8676e4b661d6'),
(13957,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:48','2026-01-21 14:05:48','950e23a8-ba83-43c0-95ab-ed4361302013'),
(13958,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:50','2026-01-21 14:05:50','cfa739b3-78b2-4703-9da0-c0352bd5fe2a'),
(13959,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:51','2026-01-21 14:05:51','5fff7190-8104-4667-9fc6-402dfd871241'),
(13960,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"-1)) OR 110=(SELECT 110 FROM PG_SLEEP(15))--\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:51','2026-01-21 14:05:51','d6bab0a3-78a6-4f8a-bad1-d55a0cb215db'),
(13961,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:52','2026-01-21 14:05:52','9bd987b7-3a65-46b2-a175-c14117357338'),
(13962,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:53','2026-01-21 14:05:53','5f5bc2ad-4212-4b4b-82d5-63c608b78dc0'),
(13963,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GRLpGpAG\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"testing@example.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Testing\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"555\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:05:53','2026-01-21 14:05:53','c0d0c16c-6999-4802-97a4-bb9c3ba5088d'),
(13964,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelgilla\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Главное меню https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-vannoj-i-tualetnoj-komnatyi/help-help-universalnoe-sredstvo-750-ml/\\r\\n \\r\\nВ нашем каталоге представлены мешки для мусора объемом от 30 до 300 литров – можно подобрать вариант с подходящей вместимостью и толщиной пленки https://kapio.ru/katalog/bumazhnaya-produkcziya-polotencza-salfetki-tualetnaya-bumaga/bumazhnyie-polotencza/bumazhnyie-polotencza-rulonnyie/rulonnye-polotenca-1-slojnye-120-metrov-belye/\\r\\n  Для производства используются различные виды полиэтилена – это прочный влагостойкий материал, обладающий высокой эластичностью https://kapio.ru/katalog/mopyi/nasadki-mop-40-sm/mop-40-sm-trio-h-b-petlevoj-seryj-so-vstavkami-iz-mf-i-hb-karman-uho-40h13/\\r\\n  В продаже представлены следующие разновидности мусорных пакетов: \\r\\nПолучи скидку на доставку! Войти в кабинет Регистрация --> | Отложенные 0 | 0 Сравнить https://kapio.ru/katalog/xozyajstvennyij-inventar/meshki-dlya-pyilesosov/meshok-pylesbornyj-dlja-pylesosa-karcher-mv5-mv6-k4-pani-pronja-komplekt-5-sht/\\r\\n \\r\\nМешки для мусора Эконом AZUR 60 л / 20 шт https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-chistki-stekol-i-zerkal/himitek-charoit-sprej/\\r\\n \\r\\nМешки (пакеты) для мусора полиэтиленовые с завязками в рулоне, темно-синие из https://kapio.ru/zakaz-ot/12-pach-upak/\\r\\n  Полное описание>> В наличии на складе В упаковке: 30 шт https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-plastah/meshok-120-litrov-70h110-sm-pvd-chernyj-standart/\\r\\n  Цена за 1 уп: 224 https://kapio.ru/katalog/bumazhnaya-produkcziya-polotencza-salfetki-tualetnaya-bumaga/tualetnaya-bumaga/bumaga-tualetnaja-belaja-mjagkij-znak-1sl-51m/\\r\\n 40 р доступно для покупки от/кратно 1 уп https://kapio.ru/katalog/sredstva-dlya-zashhityi-ruk/perchatki-xb/perchatki-hb-s-dvojnym-lateksnym-pokrytiem-2-oj-obliv/\\r\\n \\r\\nМешки для мусора с тесьмой AZUR 50 л / 20 шт https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-rulonax/meshki-240-litrov-10-sht-v-rulone-90h130-pvd-chernye-standart-jekonom/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:06:24','2026-01-21 14:06:24','e6ebcb1b-a41f-4c31-92c0-97759060fa9e'),
(13965,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianowema\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kharalampiimartyshkin@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если вы будете оплачивать доставки с расчётного счёта, дальше нужно указать данные вашего счёта и сделать первый перевод на 1 000 ? — деньги попадут на ваш баланс в Доставке, и вы сможете оплачивать ими заказы https://keycargo.ru/sklad/\\r\\n \\r\\nФилиалы компании ПЭК открыты более чем в 145 городах, при этом забор и адресная доставка грузов и товаров клиентов осуществляется в радиусе 300 км от каждого филиала https://keycargo.ru/partneram/\\r\\n  В результате география оказываемых нами транспортных услуг охватывает практически всю территорию РФ, включая Крым https://keycargo.ru/tarify/\\r\\n  Кроме того, система льготной доставки транспортной компании ПЭК позволяет по приемлемым ценам организовывать перевозку грузов по России, обслуживая города Ямало-Ненецкого автономного округа, а также Новый Уренгой, Находку, Комсомольск-на-Амуре и другие населенные пункты https://keycargo.ru/sklad/\\r\\n \\r\\nИП «Хлынцев В https://keycargo.ru/kontakty/\\r\\n В https://keycargo.ru/tarify/\\r\\n » \\r\\nЕсть грузовой транспорт? \\r\\nБольшой опыт нашей компании и профессиональный подход к каждому заказу позволяют нам браться за работу любой сложности и доставлять самые различные грузы в любой назначенный пункт https://keycargo.ru/tarify/\\r\\n \\r\\nДополнительные услуги по получению/доставке грузов, руб https://keycargo.ru/gruzoperevozki/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:09:05','2026-01-21 14:09:05','9a1bee12-cae3-4e33-8830-befe8c31067c'),
(13966,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryphody\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выбор студии — это не только про стиль мастера, но и про удобство https://maze.tattoo/catalog/t/\\r\\n  Особенно в большом городе, где время — на вес золота https://maze.tattoo/catalog/sha/schuka/\\r\\n  Именно поэтому многие ищут место, куда можно легко добраться, не тратя часы в дороге https://maze.tattoo/catalog/e/egipet/\\r\\n  Уютная студия \\\"Тату-Мания\\\" находится в шаговой доступности от метро, что делает её особенно удобной для тех, кто предпочитает татуировку в центре города, не выезжая за пределы привычного маршрута https://maze.tattoo/\\r\\n \\r\\nМалый бизнес Москвы https://maze.tattoo/catalog/g/geysha/\\r\\n \\r\\nМы гарантируем самый высокий уровень качества исполнения вашей работы https://maze.tattoo/catalog/m/multyashki/\\r\\n \\r\\nTattoo8room 18+ \\r\\n«ТатуМания» 18+ \\r\\n200 кв https://maze.tattoo/catalog/sh/\\r\\n  м творческого пространства https://maze.tattoo/catalog/m/mech/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:10:42','2026-01-21 14:10:42','35d84f25-36c2-4310-ba45-b0371988f27b'),
(13967,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrycruse\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"«Ангел» — одна из старейших тату-студий Москвы, возглавляемая Павлом Ангелом https://maze.tattoo/catalog/i/\\r\\n  В ассортименте — тату, пирсинг и разнообразные бодимодификации, включающие в себя трендовый перманентный макияж https://maze.tattoo/catalog/y/urobros/\\r\\n  В студии работают мастера старой школы: чтобы было масштабно, сложно и в полспины или как минимум в полбедра https://maze.tattoo/catalog/с/svekla/\\r\\n  Помимо всего прочего здесь уважают орнаментал https://maze.tattoo/catalog/t/tradik/\\r\\n  Берут готовые эскизы и помогают с разработкой, плюс есть коллекция готовых дизайнов https://maze.tattoo/catalog/a/akvalangisty/\\r\\n  Ценник — от 3000 рублей, у Павла Ангела — дороже https://maze.tattoo/catalog/o/oven/\\r\\n \\r\\nМосква — город, где каждый уголок дышит историей, а улицы полны контрастов https://maze.tattoo/catalog/p/portret/\\r\\n  Здесь, среди шумных проспектов и уютных переулков, живёт особая культура — культура татуировки https://maze.tattoo/catalog/d/djoker/\\r\\n  И если вы ищете не просто место, где можно набить рисунок, а пространство, где ваше тело станет холстом для настоящего искусства, стоит обратить внимание на тату салоны Москвы, которые умеют чувствовать стиль, время и личность https://maze.tattoo/catalog/d/delfiny/\\r\\n \\r\\ndmitrylavrenov https://maze.tattoo/catalog/g/gribi/\\r\\n \\r\\nПосле нанесения рисунка начинаются финишные работы https://maze.tattoo/catalog/n/\\r\\n  Поверхность кожи снова обрабатывается антисептиком и смазывается заживляющим кремом https://maze.tattoo/catalog/g/geysha/\\r\\n  Все это делается с помощью передовых современных технологий, позволяющих набить тату качественно и безопасно https://maze.tattoo/catalog/t/sak_yant/\\r\\n \\r\\nЕвгений \\\"Южный\\\" \\r\\nПосетив нашу студию, вы сможете оценить безупречный уровень обслуживания по 10 бальной шкале и оставить свой отзыв https://maze.tattoo/catalog/ts/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:13:30','2026-01-21 14:13:30','88784669-4ff5-44cb-9b18-68a9fdfaf596'),
(13968,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryphody\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рекомендации https://maze.tattoo/catalog/n/nadpis/\\r\\n \\r\\nВы можете прийти в студию чтобы узнать конечную стоимость своей татуировки и познакомиться с мастером https://maze.tattoo/catalog/ya/yakor/\\r\\n \\r\\nУ каждого мастера тату-салона собственный подход к работе, слушатель вправе выбрать того из них, чьи рисунки ему ближе https://maze.tattoo/catalog/b/bok/\\r\\n  Наши программы составлены таким образом, чтобы подготовить настоящих профессионалов, которые могут придумать эскиз, нарисовать его в соответствующем программном обеспечении и нанести на кожу клиента https://maze.tattoo/catalog/t/tigr/\\r\\n  Выпускники академии получают работу в лучших тату салонах России, а многие из них успешно работают даже в Азии и Европе https://maze.tattoo/catalog/b/beskonechnii-uzel/\\r\\n \\r\\nМногие выбирают татуировку в центре Москвы не только из-за удобства https://maze.tattoo/catalog/r/roza-vetrov/\\r\\n  Здесь, в самом сердце города, рождаются тренды https://maze.tattoo/catalog/yi/\\r\\n  Здесь работают мастера, которые не просто следят за модой, а сами её формируют https://maze.tattoo/catalog/a/akuly/\\r\\n  \\\"Тату-Мания\\\" — это не просто студия, это творческая лаборатория, где каждая работа — результат диалога между мастером и клиентом https://maze.tattoo/catalog/r/rukava/\\r\\n \\r\\nСетевое издание KUDAGO (КУДАГО) зарегистрировано в Федеральной службе по надзору в сфере связи, информационных технологий и массовых коммуникаций (Роскомнадзор) 15 марта 2021 года https://maze.tattoo/catalog/ee/\\r\\n  Свидетельство о регистрации Эл № ФС77-80500 Учредитель: ООО «Реван» https://maze.tattoo/catalog/m/mech/\\r\\n  Права на текстовые и другие материалы, размещенные на сайте, охраняются законом https://maze.tattoo/catalog/m/mayak/\\r\\n  При цитировании обязательна прямая ссылка на KudaGo https://maze.tattoo/catalog/k/kolibri/\\r\\n com  https://maze.tattoo/catalog/k/kolibri/\\r\\n \\r\\nЗдесь вам предложат сделать на выбор любой стиль татуировки, расскажут о тонкостях процесса и дадут бесплатную консультацию перед тем, как вы окончательно решитесь на тату https://maze.tattoo/catalog/ch/chertopoloh/\\r\\n  Особым вниманием в салоне пользуются необычные орнаменты, оригинальные сюжеты больших и маленьких татуировок https://maze.tattoo/catalog/l/lyagushki/\\r\\n  Мастера — действующие преподаватели тату-школы, регулярно принимают участие в выставках и конференциях https://maze.tattoo/catalogbigtattoo/\\r\\n  Вместе с ними вы сможете разработать индивидуальный эскиз любой сложности https://maze.tattoo/catalog/l/lovets-snov/\\r\\n  Также вам предложат сделать пирсинг https://maze.tattoo/catalog/y/ulitka/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:13:41','2026-01-21 14:13:41','cbb41d76-46e5-4e81-b4be-01ebee8adeba'),
(13969,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldFumma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Завтрак Wi-Fi https://rich-house.su/booking/\\r\\n \\r\\n17 отзывов https://rich-house.su/restaurants/\\r\\n \\r\\nЗавтрак включён https://rich-house.su/contacts/\\r\\n \\r\\nДо центра 4 https://rich-house.su/booking/\\r\\n 6 км https://rich-house.su/restaurants/\\r\\n \\r\\nОтдых в Крыму «Всё включено» \\r\\nЮжная Озереевка (19 отелей) \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:14:01','2026-01-21 14:14:01','b1830c67-9b35-4e6f-86fd-f4b5ccb6ce89'),
(13970,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldFumma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Завтрак Wi-Fi https://rich-house.su/booking/\\r\\n \\r\\nСемейный отдых https://rich-house.su/photos/\\r\\n \\r\\nГостиницы в России https://rich-house.su/rooms/\\r\\n \\r\\n897 https://rich-house.su/photos/\\r\\n 6 м от центра Геленджик https://rich-house.su/\\r\\n \\r\\n399 отзывов https://rich-house.su/about/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/services/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:14:04','2026-01-21 14:14:04','ffe37736-a77d-430d-86cc-aca4f179ce1b'),
(13971,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldFumma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рейтинг Наименование Цена от 4 https://rich-house.su/restaurants/\\r\\n 3 ФандоринЪ 3* 8000 руб 5 https://rich-house.su/restaurants/\\r\\n 0 Alean Family Resort & Spa Biarritz 4* 19200 руб https://rich-house.su/booking/\\r\\n \\r\\nБесплатная отмена https://rich-house.su/photos/\\r\\n \\r\\n? Геленджик ? Завтрак включён https://rich-house.su/photos/\\r\\n \\r\\nАдлер (1 207 отелей) \\r\\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/contacts/\\r\\n \\r\\nВсё включено https://rich-house.su/rooms/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:14:06','2026-01-21 14:14:06','9bc2dc1b-493c-487f-9a3d-ae2dd1e096e9'),
(13972,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreysax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выходная мощность в режиме незатухающей волны (СUT) 120 Вт Ширина х Высота х Угловой размер 228 мм х 127 мм х 330 мм Вес 9 кг https://ellman.ru/triangular\\r\\n \\r\\nЭлектроды PelleFirm™ в кратчайшие сроки подтягивают кожу, делают её более ровной и гладкой, моделируют силуэт https://ellman.ru/tips\\r\\n  Эффективность технологии доказана клиническими исследованиями https://ellman.ru/devices\\r\\n \\r\\nТел https://ellman.ru/basic\\r\\n : 8 (812) 454-45-34 https://ellman.ru/basic\\r\\n \\r\\nРежимы разреза https://ellman.ru/triangular\\r\\n \\r\\nМы учитываем экономические трудности ведения медицинского бизнеса и даем возможность закупки продукции в лизинг сроком от 12 до 36 месяцев при этом разница в цене оборудования составит всего 9-14% в год https://ellman.ru/plates\\r\\n  Услуга лизинга от  доставляет медицинское оборудование БЕСПЛАТНО! У нас вы сможете купить радиоволновой генератор Surgitron Dual EMC 90, рационально используя финансовые ресурсы учреждения https://ellman.ru/needle\\r\\n \\r\\nГарантийный срок – 12 месяцев https://ellman.ru/catalog\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:14:54','2026-01-21 14:14:54','e1b349af-a950-4a37-83c7-743aa155df28'),
(13973,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrycruse\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"г https://maze.tattoo/catalog/k/keltika/\\r\\n  Москва, 14 апреля 2025 https://maze.tattoo/catalog/v/voin/\\r\\n \\r\\nВ современных тату студиях Москвы татуировки наносятся в соответствии со строгими стандартами гигиены и санитарии https://maze.tattoo/catalog/r/rusalka/\\r\\n  Это касается и нашей студии https://maze.tattoo/catalog/f/\\r\\n \\r\\nОт стерильности до подбора пигмента — в \\\"Тату-Мании\\\" всё продумано до мелочей https://maze.tattoo/catalog/a/akvalangisty/\\r\\n  Это особенно важно для тех, кто делает татуировку впервые https://maze.tattoo/catalog/r/realizm/\\r\\n  Здесь не просто наносят рисунок, а сопровождают вас на каждом этапе: от идеи до заживления https://maze.tattoo/catalog/g/grud/\\r\\n  И если вы ищете тату-салон, где всё под контролем, — вы его уже нашли https://maze.tattoo/catalog/gh/zhuravli/\\r\\n \\r\\nОплатите только часть сертификата прямо сейчас через сервис Яндекс Сплит https://maze.tattoo/catalog/sha/\\r\\n  Оставшиеся платежи в течение 2-12 месяцев на ваш выбор https://maze.tattoo/catalog/k/krest/\\r\\n  Без комиссий и переплат https://maze.tattoo/catalog/b/belki/\\r\\n  Варианты графика платежей рассчитываются индивидуально для каждого пользователя и определяются сервисом Яндекс Сплит https://maze.tattoo/catalog/a/anime/\\r\\n \\r\\nБудь в курсе самого интересного в https://maze.tattoo/catalog/p/\\r\\n \\r\\nТатуировки для мужчин и не только: индивидуальность как стиль https://maze.tattoo/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:15:40','2026-01-21 14:15:40','f3aba890-90a6-4249-af0f-0ce8a36c6814'),
(13974,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyReads\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Веб-аналитик https://proffseo.ru/kontakty\\r\\n \\r\\nПримеры геоНЕзависимых запросов: &lt;&gt;ецепт торта Наполеон], &lt;&gt;ак избавиться от лишнего веса], &lt;&gt;ак самостоятельно выбрать утюг], &lt;&gt;сенняя подрезка деревьев сада] и пр https://proffseo.ru/kontakty\\r\\n \\r\\nСтарший менеджер отдела поискового продвижения https://proffseo.ru/\\r\\n \\r\\nЗадача: \\r\\nот 49 990 ? в месяц https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nот 60 000 ?/мес https://proffseo.ru/privacy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:17:00','2026-01-21 14:17:00','37bf2362-1e8a-4807-b2ff-5c543adce9c7'),
(14370,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelcrusa\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"akindinkudryashov6842@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Хотите получать уведомления об изменении цен на топливо? \\r\\nМонтаж резервуаров для хранения различных продуктов https://mklider.ru/katalog/bunkera/\\r\\n \\r\\nТехнологический процесс производства резервуаров может состоять из нескольких этапов и включать следующие стадии: \\r\\nНаземными; Подземными https://mklider.ru/katalog/rezervuarnoe-oborudovanie/lyuk-svetovoy-ls/\\r\\n \\r\\nМонтаж резервуаров для хранения нефти https://mklider.ru/novosti/postavka-metallokonstruktsiy-na-obekt-rekonstruktsiya-sistemy-sbora-mestorozhdeniy-nadym-pur-tazovskogo-regiona-dlya-podachi-etansoderzhashchego-gaza-v-rayon-gks-1-novourengoyskaya.html\\r\\n \\r\\nАссортимент резервуарной продукции резервуарного завода-производителя https://mklider.ru/katalog/emkosti/rgsp-rezervuary-gorizontalnye-stalnye-podzemnye/rgsp-5-m3.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:19:34','2026-01-21 14:19:34','e07b7da3-5623-4ca7-a43a-d4bf11670cf4'),
(14442,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertpat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Оставить отзыв https://deneb-spb.ru/izolyaciya\\r\\n \\r\\nТруба PPR полипропилен (горячая и холодная вода) 20х3,4, PN20 SDR6, L 2м белый, РосТурПласт 10302 https://deneb-spb.ru/klipsy\\r\\n \\r\\nТрубы постовляются отрезками длинной 4 м https://deneb-spb.ru/ankery\\r\\n \\r\\nПо запросу 2433 https://deneb-spb.ru/contacts\\r\\n 12 https://deneb-spb.ru/mufty-razemnye-amerikanki\\r\\n \\r\\nVTp https://deneb-spb.ru/trojniki\\r\\n 700 https://deneb-spb.ru/trojniki\\r\\n 0020 https://deneb-spb.ru/rasprodazha\\r\\n 32 https://deneb-spb.ru/sedla\\r\\n 02 https://deneb-spb.ru/ugolniki\\r\\n \\r\\nВ таблице ниже приведены данные по расчетному давлению полипропиленовых труб PN 10, PN 16 PN 20, PN 25 в зависимости от срока службы и температуры https://deneb-spb.ru/krestoviny\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:20:33','2026-01-21 14:20:33','a7c82e17-f9f0-43ad-9964-73dd2fb4fd0a'),
(14443,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lloydsuive\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Шаблон уведомления можно гибко настраивать, добавляя туда всю необходимую информацию по объекту и месту инцидента https://ftnet.ru/nkm\\r\\n \\r\\nДатчик работы механизмов https://ftnet.ru/ft_omsk\\r\\n \\r\\nБесплатный тест-драйв https://ftnet.ru/tver\\r\\n \\r\\nУстановка ГЛОНАСС https://ftnet.ru/sergiyev_posad\\r\\n \\r\\nПопулярные вопросы о мониторинге ГЛОНАСС GPS https://ftnet.ru/stazhirovka/\\r\\n \\r\\nГибкая настройка отчетов https://ftnet.ru/serpukhov\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:21:17','2026-01-21 14:21:17','b1ab7eac-f940-433a-bef8-2b502471a532'),
(14448,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryAnamb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Художественная татуировка для 1 человека (7000 руб.) \\r\\nНаши отличия https://maze.tattoo/catalog/n/\\r\\n \\r\\nЛучшие мастера Москвы! \\r\\nИндивидуальные занятия в тату-академии приоткрывают таинственную завесу в удивительный мир боди-арта Москвы https://maze.tattoo/catalog/m/more-i-ego-obitateli/\\r\\n  Все преподаватели – действующие мастера нашей студии с огромным багажом знаний и многолетним опытом работы с татуировками https://maze.tattoo/\\r\\n \\r\\nг https://maze.tattoo/catalog/с/scorpion/\\r\\n  Москва, 20 мая 2025 https://maze.tattoo/catalog/n/nasekomye/\\r\\n \\r\\nБудь в курсе самого интересного в https://maze.tattoo/catalog/v/vorony/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:21:56','2026-01-21 14:21:56','f84cb810-bedb-41f2-89a0-8ca12df98d39'),
(14449,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryAnamb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Подробности https://maze.tattoo/catalog/ya/yaponiya/\\r\\n \\r\\nПЕРЕКРЫТИЕ ТАТУ (Cover up) Наши тату мастера – художники, профессионально перекрывают старые тату https://maze.tattoo/catalog/p/ptitsy/\\r\\n \\r\\nУзнать подробнее https://maze.tattoo/catalog/p/\\r\\n \\r\\nВот на что стоит обращать внимание при выборе салона художественной татуировки: \\r\\nС более подробным портфолио наших работ можно ознакомиться по ссылке (более 1000 работ) \\r\\nОчень внимательный и приятный персонал! Работа очень понравилась, превзошла все мои ожидания! Отдельное спасибо мастеру Никите! Настоящий профессионал своего дела! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:22:00','2026-01-21 14:22:00','2415d8e1-c65c-4e00-a565-63a1a2e9abbe'),
(14456,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidnouck\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Цена по запросу https://first-industrial.ru/news/kompaniya-eksklyuzivnyj-predstavitel-distribyuter-torgovoj-marki-angara\\r\\n \\r\\n4 причины для обращения в ZIP24: \\r\\nТеплообменное оборудование более известное под названием конденсатор бывает различных форм и конструкций https://first-industrial.ru/catalog/page/9\\r\\n  Чаще всего подобное оборудование использует для передачи тепловой энергии некоторые виды веществ, к примеру, воздух или воду https://first-industrial.ru/catalog/ispariteli/0070-2-kozhuhotrubnyj-isparitel-thermokey-tme-70-2\\r\\n  Именно за счет наличия указанного типа вещества осуществляется вывод тепловой энергии в окружающую среду https://first-industrial.ru/catalog/chiller/chiller-climacore-lsa-hp-41\\r\\n \\r\\nФреон проходя через коллектор равномерно распределяется, и движется по медным трубкам змеевика, передавая тепло алюминиевым пластинам https://first-industrial.ru/o-nas.html\\r\\n  Воздух проходя через сечение (рабочую поверхность) теплообменника забирает тепло, тем самым охлаждая фреон https://first-industrial.ru/news/prodazha-chillera-grs-200\\r\\n \\r\\nКонструктивно воздушный конденсатор состоит из следующих пунктов: \\r\\nКАЧЕСТВО https://first-industrial.ru/catalog/chiller/chiller-bom-5-kvt\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:23:19','2026-01-21 14:23:19','5451dd52-3256-4e74-b7dc-b308d9059a0b'),
(14477,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreyBiani\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"осуществляется точечное воздействие на клетки и ткани без прилипания или некроза тканей, также можно закрывать капилляры диаметром до 1,5 мм https://ellman.ru/tips\\r\\n \\r\\nОфис: г https://ellman.ru/triangular\\r\\n  СПб, 4-й Верхний пер https://ellman.ru/electrodes\\r\\n , д https://ellman.ru/electrodes\\r\\n 19, лит https://ellman.ru/articles\\r\\n  А https://ellman.ru/diamond\\r\\n \\r\\nPellefirm™ — современный аппаратный метод коррекции локальных жировых отложений https://ellman.ru/round\\r\\n  Мы готовы познакомить вас с результатами исследования эффективности и безопасности данного метода https://ellman.ru/oval\\r\\n  Скачать “2016_pellefirm_proverim_na_dele https://ellman.ru/\\r\\n pdf” 2016_pellefirm_proverim_na_dele https://ellman.ru/plates\\r\\n pdf – https://ellman.ru/basic\\r\\n  читать далее https://ellman.ru/\\r\\n \\r\\nКат https://ellman.ru/tips\\r\\n № IEC-NPC https://ellman.ru/needle\\r\\n \\r\\nКоллеги, мы занимаемся поставкой и реализацией только оригинального высоконадежного оборудования производства США https://ellman.ru/articles\\r\\n  Если Вы желаете приобрести новый, настоящий, “тот самый” Сургитрон — мы с удовольствием поставим оборудование, которое Вам необходимо https://ellman.ru/basic\\r\\n \\r\\nТРУФАНОВ В https://ellman.ru/plates\\r\\n Д https://ellman.ru/needle\\r\\n  Удаление ринофимы радиоволновым генератором \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:26:44','2026-01-21 14:26:44','21d6c985-7fb0-4927-9e73-0311b1ee3057'),
(14482,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeInsal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"«Маркетологу компании нужно провести аналитику маркетплейса перед выходом — есть ли там подходящие категории товаров, продаются ли они, — отмечает Андрей Шавнев, маркетолог, руководитель Digital направления в коммуникационном агентстве «АГТ-Сибирь» https://bayra.market/produkty-pitaniya-ru/makarony-krupy-i-muka/makaronnye-izdeliya-ru-2/makaronnye-izdeliya-spagetti-900g/\\r\\n  — Можно оценить количество и качество отзывов на конкретные позиции, какие удачные ходы используют потенциальные конкуренты» https://bayra.market/produkty-pitaniya-ru/kolbasy-sosiski-i-delikatesy/sosiski-sardelki/sosiski-zabaykalskie-360-g/\\r\\n \\r\\n«Большинство уже действующих пунктов выдачи в Сибири партнерские — они развиваются собственниками ПВЗ»,— рассказал представитель Wildberries Дмитрий Борщевский https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00017593/\\r\\n \\r\\nМы решили выйти на Wildberries потому, что поставили целью увеличить общий оборот бизнеса, а также хотели настроить еще один канал продаж — помимо собственного интернет-магазина и нескольких магазинов в офлайн https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00008630/\\r\\n  Прежде чем начать действовать, мы прошли несколько онлайн-обучений: на тот момент наши финансовые возможности были невелики, и мы взяли начинающего WB-менеджера — девушку, которая только недавно отучилась и решила поработать менеджером продаж на маркетплейсе https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/kostyumy-i-komplekty-ru-2/kostyum-sharik-bodi-shtany-shapochka-rozovyy-rost-68/\\r\\n \\r\\nФото freepik, автор: freepik https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00015452/\\r\\n \\r\\nЭто те издержки, которые нужно закладывать в ценообразование https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00001823/\\r\\n  Недобросовестные покупатели возвращают товар, прожжённый утюгом, или поношенные и дырявые во всех местах костюмы https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00000195/\\r\\n  Однажды кто-то подменил нашу куртку на старую куртку бренда Bershka, и таких историй у нас десятки https://bayra.market/bizhuteriya/page-108/\\r\\n \\r\\n— Сейчас можно сказать, что это было одной из ошибок https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00016732/?select_warehouse=56\\r\\n  Мы поработали с несколькими такими менеджерами-новичками и в итоге пришли к тому, что поставили на эту задачу нашего постоянного сотрудника, который теперь работает на этом направлении, совмещая со своей основной должностью https://bayra.market/oniks-finans-ooo/?category_id=13641&page=106\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:27:01','2026-01-21 14:27:01','35462254-31bc-41e4-ac94-81ad4070255b'),
(14492,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyvam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Золото в номинации «Лучший email-маркетинг» (Email Soldiers) \\r\\nЧасто продвижение в регионы связано с расширением дилерской или агентской сети, привлечением региональных оптовых компаний https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nСкидка 100% на первый месяц! \\r\\nПродвижение в ТОП-10 за рубли https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Успейте заказать сейчас и воспользоваться скидкой 20%. Выведем из-под санкций https://proffseo.ru/privacy\\r\\n  Будьте в топе https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nЕсли модель дистрибуции в вашем бизнесе основана на региональных партнерах, то с помощью продвижения сайта в регионах мы привлечем региональных оптовиков, дилеров и агентства со всей России https://proffseo.ru/privacy\\r\\n \\r\\n2 https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Продвижение сайтов по России на заказ – под ключ https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:28:06','2026-01-21 14:28:06','eb124a71-3ffb-4d20-8678-56949f27273f'),
(14496,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddycix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Геозависимые запросы — это ключевые фразы с привязкой к региону https://proffseo.ru/\\r\\n  При вводе геозависимого запроса пользователь рассчитывает получить информацию о ближайших к нему компаниях, то есть в данном случае местоположение является одним из важных факторов, определяющих его выбор https://proffseo.ru/privacy\\r\\n  Например, по геозависимым запросам поисковые системы ранжируют медицинские центры, доставку продуктов, транспортные и бытовые услуги https://proffseo.ru/kontakty\\r\\n \\r\\nСроки продвижения сайта по городам России https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nНа странице результатов выдачи пролистать в самый низ страницы, кликнуть на определенный автоматически регион: Отменить автоопределение города и задать требуемый в предназначенной для этого графе: При изменении региона в настройках поисковика в адресной строке браузера также меняется параметр <lr> поискового запроса https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  То есть, регион, которому при формировании результатов выдачи необходимо отдать предпочтение, вы можете указать вручную, изменив код города: \\r\\nСтоит заметить, что сайт может занимать вполне неплохие позиции и в регионах, к которым у него нет привязки https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Но это возможно только в том случае, если в данном регионе нет или мало качественных сайтов компаний из этой сферы https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n  Бывают случаи, когда регион меняется автоматически или привязка пропадает https://proffseo.ru/privacy\\r\\n  Из-за этого может произойти сильное падение позиций по запросам https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Поэтому периодически необходимо проверять привязку к нужному географическому пункту https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  А в случае «провала» позиций, еще до того как начинать паниковать, стоит проверить панель Вебмастера https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Как показывает практика, соревноваться на равных в «чужом» регионе очень сложно, даже крупным и авторитетным сайтам https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  В среднем, пользователи отдают предпочтение компаниям из своего региона и города, так как это удобно, даже если у компании есть доставка в какой-то другой регион https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n  При отсутствии физического представительства (например, пункта выдачи товара) люди этому не доверяют https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nОбращайтесь только к профессионалам https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nУ нас много успешных кейсов по продвижению сайтов, в том числе и в самых конкурентных нишах https://proffseo.ru/privacy\\r\\n  Все проекты достигают высоких позиций без риска попадания под фильтры или баны, обеспечивая стабильный рост и безопасность для сайтов наших клиентов, потому что мы используем только белые методы оптимизации https://proffseo.ru/privacy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:30:26','2026-01-21 14:30:26','3bd8c9bf-36de-4915-8dc3-d15be1b6e584'),
(14497,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelEmpig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Качество блюд https://shcherbinins.ru/uslugy\\r\\n \\r\\nКейтеринг на выставку в Москве поможет выделить компанию среди конкурентов, привлечь больше клиентов и потенциальных партнеров https://shcherbinins.ru/\\r\\n \\r\\nСтрит-фуд вечеринка на крыше Art play https://shcherbinins.ru/contacts\\r\\n \\r\\nБлагодаря нашему сайту-агрегатору, обслуживание от лучших кейтеринг-компаний и ресторанов доступно всем — на нашей площадке собраны только партнеры с достойной репутацией https://shcherbinins.ru/contacts\\r\\n \\r\\nПроведение банкетов в Москве — это наша специализация https://shcherbinins.ru/contacts\\r\\n  Событие любого масштаба и по любому поводу, доверенное нашим специалистам, станет самым ярким воспоминанием https://shcherbinins.ru/aboutus\\r\\n \\r\\nВаше идеальное мероприятие начинается с внимания к деталям, и одна из ключевых деталей — это качественное питание приглашенных гостей https://shcherbinins.ru/contacts\\r\\n  CaterMe предлагает профессиональное и продуманное оформление вашего мероприятия, вне зависимости от его масштаба или места проведения https://shcherbinins.ru/contacts\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:30:49','2026-01-21 14:30:49','55d6ae72-11cc-4b6d-ada6-4cebe05cc1ae'),
(14498,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelsuity\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Производственно коммерческая фирма «Абак» – один из лидеров по производству упаковочных материалов в России – предлагает своим клиентам мусорные мешки самого разного качества, размера и объема https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-vannoj-i-tualetnoj-komnatyi/help-help-wc-gel-sredstvo-dlja-chistki-tualeta-750-ml/\\r\\n  В наших каталогах представлены: \\r\\nТолщина: 6 мкм https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-posudyi/sredstvo-dlja-posudy-aos-450-ml-2/\\r\\n \\r\\nШирина: 45 см Высота: 75 см https://kapio.ru/katalog/byitovaya-ximiya/myilo-xozyajstvennoe/mylo-hozjajstvennoe-200-gr-72/\\r\\n \\r\\nНаличными при получении заказа https://kapio.ru/zakaz-ot/25-par/\\r\\n \\r\\nМешки для мусора с тесьмой чёрные AZUR 35 л / 20 шт https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-udaleniya-klejkix-lent-zhevatelnoj-rezinki-krasok/\\r\\n \\r\\nСтандартные https://kapio.ru/o-kompanii/stati/musornye-pakety-i-meshki-dlja-kontejnera/\\r\\n  Предназначены для повседневного использования https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-posudyi/minuta-sredstvo-dlja-mytja-posudy-5-l/\\r\\n  Могут быть вместимостью 30, 35, 50 литров https://kapio.ru/katalog/xozyajstvennyij-inventar/flaunderyi-i-ramki-dlya-mopov/ramka-metallicheskaja-d-mopa-80-sm/\\r\\n  Стандартный размер позволяет фиксировать их в контейнерах для сбора отходов https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/salfetka-viskoznaja-30h38-zheltaja-bez-upakovki/\\r\\n  Строительные https://kapio.ru/zakaz-ot/100-par/\\r\\n  Большие мешки объемом 70 - 75 литров https://kapio.ru/katalog/meshki-dlya-musora/meshki-pnd/meshki-dlja-musora-60-litrov-pnd-chernye-30-shtuk-v-rulone/\\r\\n  Могут также использоваться для сбора макулатуры, пластика, иных отходов под последующую переработку https://kapio.ru/katalog/byitovaya-ximiya/myilo-zhidkoe/krem-mylo-zhidkoe-zhemchuzhnoe-tm-pani-pronja-5l-kanistra/\\r\\n  Кухонные https://kapio.ru/zakaz-ot/100-par/\\r\\n  Предназначены для сбора органических бытовых отходов https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-posudyi/minuta-sredstvo-dlja-mytja-posudy-5-l/\\r\\n  Выпускаются объемом 10-15 литров https://kapio.ru/katalog/meshki-dlya-musora/meshki-pnd/meshki-dlja-musora-30-litrov-pnd-chernye-50-shtuk-v-rulone-lajt/\\r\\n  Биоразлагаемые: Эти мешки изготовлены из материалов, которые могут разлагаться в природных условиях https://kapio.ru/katalog/meshki-dlya-musora/meshki-psd/meshki-dlja-musora-35-litrov-50h60-sm-psd-v-rulonah-po-30-shtuk-oranzhevye-standart/\\r\\n  Они рекомендуются для сбора органического мусора, который может быть переработан в компост или утилизирован экологически безопасным способом https://kapio.ru/katalog/filter/obem-30/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:31:10','2026-01-21 14:31:10','640381fa-fef6-4972-9df8-24956bb8dfa1'),
(14499,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidSwing\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Для правильного выбора и монтажа воздушного конденсатора важно придерживаться каталогов для подбора и инструкции по монтажу завода-изготовителя https://first-industrial.ru/catalog/chiller/chiller-ballu-machine-bmca-midi-40\\r\\n  Она дает четкие рекомендации, на каком расстоянии от стен должен располагаться агрегат https://first-industrial.ru/catalog/ispariteli/0028-1-kozhuhotrubnyj-isparitel-thermokey-tme-28-1\\r\\n  Воздушные конденсаторы могут монтироваться так: \\r\\nЭта серия продуктов имеет следующие характеристики: \\r\\nБренд Belief Модель BS-ACV–С2-135 В8 Номинальная мощность 7 https://first-industrial.ru/portfolio/ooo-virial\\r\\n 5 кВт https://first-industrial.ru/catalog/page/9\\r\\n \\r\\nКонденсаторы https://first-industrial.ru/catalog/chiller/chiller-bom-11-kvt\\r\\n \\r\\nВоздушный конденсатор для холодильника водяного типа отличается миниатюрными размерами, малым объемом, незамысловатой конструкцией, которая подойдет для холодильников малой и средней мощности https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaey-107\\r\\n  Купив конденсаторы холодильные пластинчатого типа можно выгодно сэкономить, не в ущерб качеству https://first-industrial.ru/catalog/kondensator-freonovyj/008-8-kondensator-becool-d8\\r\\n \\r\\nБренд Belief Модель BS-ACV–С2-135 В8 Номинальная мощность 7 https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcaeby-2100\\r\\n 5 кВт https://first-industrial.ru/catalog/chiller/chiller-climacore-lda-hp-039\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:31:55','2026-01-21 14:31:55','d89b687d-a1ed-4859-b9cc-38de6fa9231e'),
(14505,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Фартук можно оформить несколькими методами https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-d29.html\\r\\n   Если мы говорим об элитном варианте, конечно будет использоваться либо натуральный камень (мрамор, гранит), либо винтажная плитка, которая бережно была снята во время утилизации старых домов https://www.legnostyle.ru/proizvodstvo/mebel/\\r\\n \\r\\nКухни из массива дерева — это классика жанра, но бюджетным такой вариант не назовешь https://www.legnostyle.ru/catalog/mebel/scg-25.html\\r\\n   Именно дерево лучше всего подходит для кухонного гарнитура в классическом стиле для людей с самым утонченным вкусом https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-12.html\\r\\n \\r\\nДве означенные страны являются лидерами среди производителей элитной мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a8.html\\r\\n   Лучшее, что существует на сегодня – либо итальянская, либо французская мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d20.html\\r\\n \\r\\nКаждый заказ для нашего производства особенный, а каждый проект — уникальный https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/?PAGEN_1=3\\r\\n   Дизайнерская мебель из натурального дерева на заказ подчеркнёт изысканность, индивидуальность и неповторимость интерьера https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e29.html\\r\\n   Индивидуальный подход наших дизайнеров помогает создавать уникальный продукт https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a5.html\\r\\n \\r\\nСовременные тенденции показали нам, что элитная мебель из дерева стоит дорого, но зато она выполнена полностью из натурального экологически чистого дерева и имеет очень много преимуществ перед другими материалами https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/?PAGEN_1=4\\r\\n   Такая мебель обеспечит нам комфорт, будет очень удобной и многофункциональной, и, будет иметь неповторимый дизайн https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/?PAGEN_1=2\\r\\n   Все эти свойства вместила в себя элитная мебель из дерева https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a7.html\\r\\n   Такая мебель великолепно вписывается в любой роскошный интерьер, и, безусловно, будет выглядеть дорого, выделяя ваш изысканный вкус https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p20.html\\r\\n \\r\\nЭксклюзивность https://www.legnostyle.ru/catalog/mebel/scg-11.html\\r\\n   Каждый заказ дизайнеры проектируют индивидуально, поэтому риск увидеть тот же самый интерьер стремится к нулю https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s45.html\\r\\n   Дизайнер элитной мебели не просто создаёт новую форму, он подбирает для неё материал и фурнитуру, доводя модель до совершенства https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d14.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:32:01','2026-01-21 14:32:01','89dc7739-71be-43ad-b292-7c31ae1cd257'),
(14512,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LloydGrept\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Качественный монтаж, залог эффективной работы мониторинга транспорта https://ftnet.ru/projects/\\r\\n \\r\\n\\\"Скиф-навигатор\\\"Pro https://ftnet.ru/agentipocards\\r\\n  Параметры двигателя https://ftnet.ru/gbo-na-volkswagen-polo/\\r\\n \\r\\nПолучать запланированные отчеты и уведомления по событиям Для оперативного реагирования на внештатные ситуации и нарушения трака перемещения или местонахождения автотранспорта в решении спутникового ГЛОНАСС и GPS мониторинга автомобильного транспорта предусмотрена настройка моментальных оповещений https://ftnet.ru/vladivostok\\r\\n  В качестве уведомления на почту приходит письмо с данными по объекту, указанием его точного местоположения и отметкой на карте https://ftnet.ru/company/\\r\\n \\r\\nНа сегодняшний день стандартная система удаленного контроля передвижений умеет очень многое: \\r\\nСпутниковые, GPS\\\\ГЛОНАСС терминалы ( трекеры ) Устройства удаленного слежения и контроля работы подвижных объектов https://ftnet.ru/region\\r\\n  Данные о местоположении устройство получает, используя сигналы систем ГЛОНАСС и GPS https://ftnet.ru/stazhirovkavrn-student\\r\\n \\r\\nСтоимость обслуживания мониторинга транспорта https://ftnet.ru/company/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:33:12','2026-01-21 14:33:12','7a468b7c-7c1d-40bf-b190-f637d0cd3f9f'),
(14513,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidTaimi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinevhabibi664@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Особенности монтажа конденсаторов https://first-industrial.ru/catalog-category/holodilnaya-avtomatika\\r\\n \\r\\nРежимы подбора воздухоохладителей в строгом соответствии требованиям EVROVENT https://first-industrial.ru/catalog-category/chiller/page/6\\r\\n  Вентиляторы EBM papst и ZIEHL-ABBEG (Германия). Медная труба – Wieland (Германия). Купить воздушный конденсатор и получить консультацию по цене конденсатора: +7 (495)780-90-33 или info@holcom https://first-industrial.ru/catalog/freon/410-freon-410-a-hladon-r410\\r\\n ru https://first-industrial.ru/catalog/drycooler/drajkuler-thermokey-wl1263-c-d-8-v\\r\\n \\r\\nBelief BS-ACV–R9-363 B150 - конденсатор воздушного охлаждения, выполнен из медных трубок с поперечными пластинами оребрения из алюминия, корпус изготовлен из окрашенной стали https://first-industrial.ru/catalog/freon/032-freon-r32-hladon-r32\\r\\n \\r\\nБренд GARCIA CAMARA Модель CG150 Номинальная мощность 150 https://first-industrial.ru/catalog/page/7\\r\\n 8 кВт https://first-industrial.ru/catalog/ispariteli/0087-2-kozhuhotrubnyj-isparitel-thermokey-tme-87-2\\r\\n \\r\\nУзнайте больше про конденсаторы Kaideli https://first-industrial.ru/articles/chiller-ohlazdenie-vodi\\r\\n \\r\\nKEW, KEWD и др https://first-industrial.ru/catalog/chiller/chiller-rhoss-tcee-115\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:33:48','2026-01-21 14:33:48','0d81ae68-adf3-4157-83cf-ffe20c4c3f22'),
(14514,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гостевой дом https://rich-house.su/\\r\\n \\r\\nДо центра 400 м https://rich-house.su/\\r\\n \\r\\nКучугуры (76 отелей) \\r\\nОтдых в Геленджике «Всё Включено» \\r\\nОплата на сайте https://rich-house.su/restaurants/\\r\\n \\r\\nВыберите даты в Геленджике https://rich-house.su/about/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:34:37','2026-01-21 14:34:37','28611965-c13f-420a-bef9-4db0b5961063'),
(14515,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephLop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Благоустройство и оформление места захоронения https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-7/\\r\\n \\r\\n28 памятников https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/pamyatnik-iz-granita-pv-18/\\r\\n \\r\\nПреимущества профессионального благоустройства https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pr-23/\\r\\n \\r\\nЦена благоустройства могил на кладбище в г https://www.kovanie-ogrady.ru/catalog/vertikalnye/pamyatnik-iz-granita-pv-18/\\r\\n  Москва начинается от 4500 рублей и зависит от объема и вида работ https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/pamyatnik-iz-granita-pv-2/\\r\\n  В услуги может входить очистка участка, обновление надгробий, озеленение, укладка плитки и установка оград https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/stolb-sg-7/\\r\\n  Каждый заказ индивидуален, и стоимость формируется с учетом пожеланий заказчика https://www.kovanie-ogrady.ru/catalog/memorialnye-kompleksy-s-pamyatnikami/memorialnyy-kompleks-s-pamyatnikami-11/\\r\\n  Мы обеспечиваем достойный уход за местом памяти на кладбище в г https://www.kovanie-ogrady.ru/catalog/pamyatniki-s-krestom/\\r\\n  Москва, используя качественные материалы и профессиональный подход https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-k-8/\\r\\n  Все работы выполняются аккуратно и в согласованные сроки, чтобы захоронение оставалось в порядке в любое время года https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pv-42/\\r\\n \\r\\nУстановка памятника и цветника будет стоить 11 680 рублей https://www.kovanie-ogrady.ru/catalog/pamyatnik-veteranu/granitnyy-pamyatnik-k-6/\\r\\n \\r\\n- количество захоронений на участке https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-pr-31/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:34:38','2026-01-21 14:34:38','ff9ca635-74ed-4d9b-8179-60ddaeabb0c1'),
(14525,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidgaF\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Широкий ассортимент https://www.legnostyle.ru/catalog/lestnici/elitnye/?PAGEN_1=3\\r\\n   У нас можно увидеть большое разнообразие эксклюзивной немецкой корпусной и мягкой мебели https://www.legnostyle.ru/catalog/inter-eri/arka-a2.html\\r\\n   Каждый сможет подобрать подходящий гарнитур под определенное стилевое решение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=22\\r\\n \\r\\nКультурная революция в Китае вовсе не завершилась, она все еще продолжается, но на китайских дорогах https://www.legnostyle.ru/catalog/mebel/gostinnie/g-3.html\\r\\n   Произошло обострение классовой ненависти велосипедистов и пешеходов к передвигающимся на \\r\\nПри изготовлении мебели мы используем только качественные и натуральные материалы, такие как: ценные породы древесины, искусственный и натуральный камень, сертифицированные ДСП и МДФ https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=9\\r\\n \\r\\nВ Китае масса самых разнообразных достопримечательностей, которые каждый год привлекают на территорию страны миллионы туристов со всего мира https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a32.html\\r\\n   И одной из таких достопримечательностей является китайская \\r\\nИнтернет-магазин располагает весьма широким ассортиментом, так что у покупателя есть большой выбор https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/skaf-model-scg-53.html\\r\\n   При этом не обязательно считать, что предметы интерьера будут очень дорогими - это не так https://www.legnostyle.ru/catalog/mebel/kb-13.html\\r\\n   На самом деле в каталоге можно выбрать вещь любой направленности и в определенной ценовой категории https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e11.html\\r\\n   Конечно, совсем дешевых вещей там не будет, но акции и распродажи сделают покупку более выгодной, будь то кухонный гарнитур или офисный диван https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i30.html\\r\\n \\r\\nИнформационный портал о Китае https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d6.html\\r\\n   Ежедневные новости Китая, события и происшествия сегодня, интересные статьи, познавательные обзоры, фото и описание городов Китая, история государства \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:39:03','2026-01-21 14:39:03','f3b54ae2-d9a7-46ed-bf52-37cd2c7a2d5d'),
(14526,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyfluts\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"заявок и заказов из поисковых систем https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nот 49 990 ? в месяц https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/privacy\\r\\n \\r\\nВремя прочтения: 7 минут https://proffseo.ru/privacy\\r\\n \\r\\nПолучите бесплатную консультацию от SEO-эксперта https://proffseo.ru/privacy\\r\\n \\r\\nДля этого используем современные технологии: создаем турбо-страницы в Яндексе и AMP в Google для страниц карточек товаров и страницы каталога https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Выше скорость – больше конверсий https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:39:08','2026-01-21 14:39:08','bd35da7d-e57c-466f-9d83-8c2a75e4759f'),
(14527,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidPrire\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Резные деревянные инкрустации и изящная фурнитура делают бесподобным вид классической мебели, а природный материал создает комфортную обстановку комнаты https://www.legnostyle.ru/catalog/dveri/iz-massiva/?PAGEN_1=15\\r\\n   Любители современных или необычных интерьеров могут сделать индивидуальный заказ на изготовление гарнитура в различных стилях https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/peregorodka-a6.html\\r\\n \\r\\nГород Харбин – административный центр северо-восточной китайской провинции Хэйлунцзян – стал настоящим ледовым королевством https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-p5.html\\r\\n   Ведь именно здесь в эти дни проходит \\r\\nСамым главным аспектом также является замкнутый цикл производства https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/?PAGEN_1=4\\r\\n   Кроме этого, для различной эксклюзивной мебели подбирается первоклассная фурнитура и делается подборка шпона вручную https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/?PAGEN_1=3\\r\\n   Безопасными натуральными материалами производится лакировка поверхностей https://www.legnostyle.ru/catalog/mebel/b-7.html\\r\\n \\r\\nФункциональность и безопасность https://www.legnostyle.ru/obedennaya-mebel.html\\r\\n   Элитные изделия предназначены для эксплуатации, а не только для эстетики https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-9.html\\r\\n   Эргономика моделей проектируется также тщательно, как и безупречный вид https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-1.html\\r\\n   Поэтому при их производстве не допускаются упущения, выбираются только безопасные решения, в том числе и экологически безопасные https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaya-dver-d38.html\\r\\n   Такие модели выбирают особо требовательные покупатели, ценящие своё здоровье https://www.legnostyle.ru/catalog/mebel/g-4.html\\r\\n \\r\\nС 2001 года итальянская мебель, предлагаемая компанией  представлена на сайте компании https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a11.html\\r\\n   Здесь покупатель может выбрать любую мебель от известных итальянских производителей, перечень которых представлен на сайте, а также аксессуары к ней https://www.legnostyle.ru/konstrukcii-ustroistvo-derevyannyh-lestnic.html\\r\\n \\r\\nВ такой огромной кухне, конечно, важно определить зоны, чтобы было не только красиво, но и удобно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e4.html\\r\\n   И мебель  только под заказ, ведь чтоб и оригинально, и комфортно могут предложить только специалисты https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-41.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:40:08','2026-01-21 14:40:08','5e6c0b63-46d5-4b48-9d28-7014baeac760'),
(14539,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вам предлагаются все услуги для комфортного времяпровождения https://rich-house.su/\\r\\n  Шведский стол три раза в день, где вы можете отведать вкусные блюда, насладиться десертами и пополнить запас витаминов фруктами https://rich-house.su/\\r\\n  Что касается алкогольных напитков – в стоимость включены алкогольные напитки регионального производства: пиво, красное/белое вино https://rich-house.su/rooms/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/about/\\r\\n \\r\\nНа первую бронь Максимум — 1000 ? \\r\\nОбъект проверен https://rich-house.su/rooms/\\r\\n \\r\\nОтдых в Крыму «Всё включено» \\r\\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/booking/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:40:53','2026-01-21 14:40:53','4e52d4a0-db58-4e9a-ae0c-7f7c0c6898f1'),
(14540,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"До центра 1 https://rich-house.su/\\r\\n 6 км https://rich-house.su/\\r\\n \\r\\n897 https://rich-house.su/services/\\r\\n 6 м от центра Геленджик https://rich-house.su/contacts/\\r\\n \\r\\nЛоо (265 отелей) \\r\\n? Геленджик ? Завтрак включён https://rich-house.su/services/\\r\\n \\r\\nКабардинка (237 отелей) \\r\\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/about/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:40:53','2026-01-21 14:40:53','742ff71e-4ce0-42cf-b19d-bbc1047073bc'),
(14544,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"До центра 1 https://rich-house.su/rooms/\\r\\n 4 км https://rich-house.su/booking/\\r\\n \\r\\nСочи (1 228 отелей) \\r\\nНовинка у нас https://rich-house.su/rooms/\\r\\n \\r\\nMarsel https://rich-house.su/about/\\r\\n \\r\\nЗавтрак Wi-Fi https://rich-house.su/restaurants/\\r\\n \\r\\nДо центра 700 м https://rich-house.su/restaurants/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:40:58','2026-01-21 14:40:58','a650256e-a796-48a4-a273-0ba6c7e4a519'),
(14547,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Veronica ventura\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Veronica.ventura@va.gov\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VA CT\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning, \\r\\n\\r\\nI was looking to see if you had any male bed availability for long term skilled nursing. I was also wondering if your facility reviews applicants pending Title 19. Additionally, if you could send an admissions application, I would really appreciate it. Thank you in advance. \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:41:46','2026-01-21 14:41:46','ccf2c6f5-2050-4c85-92d9-05804312d145'),
(14554,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"veronica ventura\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronica.ventura@va.gov\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VA CT\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning, \\r\\n\\r\\nI was looking to see if you had any male bed availability for long term skilled nursing. I was also wondering if your facility reviews applicants pending Title 19. Additionally, if you could send an admissions application, I would really appreciate it. Thank you in advance. \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:42:10','2026-01-21 14:42:10','fc77916e-efab-404b-900c-80c29556c22d'),
(14560,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyWet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выйдите на новые рынки — продвижение по России https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\nДля того, чтобы сайт мог занимать хорошие позиции сразу в нескольких регионах, можно предпринять следующие действия: \\r\\nВыберите регионы России для продвижения товаров и услуг Присутствие сайта в ТОП-10 Яндекс и Google по поисковым запросам в заданных городах России https://proffseo.ru/\\r\\n \\r\\nStart https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nРезультат уже со второго месяца работы https://proffseo.ru/\\r\\n \\r\\nСотрудники нашей SEO-компании обладают 10-тилетним опытом раскрутки сайтов в геозависимых и геоНЕзависимых нишах https://proffseo.ru/kontakty\\r\\n  Разработали собственную методику продвижения сайтов по всей России и готовы применить ее к вашим проектам https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:44:02','2026-01-21 14:44:02','4ee00ed4-b031-4d9e-84c6-3f2b30580d17'),
(14563,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreysnumb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"fgzxgdsffg@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"cutty loli lesser girls \\r\\n \\r\\n \\r\\nhttps://is.gd/BlCAHo\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:44:47','2026-01-21 14:44:47','7230cc7e-dbac-40d6-842c-b9028be01705'),
(14564,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidhom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Широкий ассортимент https://www.legnostyle.ru/catalog/mebel/d1-15.html\\r\\n   У нас можно увидеть большое разнообразие эксклюзивной немецкой корпусной и мягкой мебели https://www.legnostyle.ru/catalog/inter-eri/inter-er-int6.html\\r\\n   Каждый сможет подобрать подходящий гарнитур под определенное стилевое решение https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=19\\r\\n \\r\\nТехнологии изготовления мебели, отточенные на протяжении многих столетий, до сих пор пользуются заслуженной популярностью не только во дворцах или особняках Западной Европы, но и в домах мировых правителей, преуспевающих бизнесменов и представителей творческой элиты https://www.legnostyle.ru/risunok-na-dveri.html\\r\\n   Опираясь на многовековой опыт, итальянские мастера создают современные произведения искусства, предлагая и относительно доступные решения, и элитную мебель, рассчитанную на покупателей с очень высоким уровнем достатка https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/skaf-model-scg-53.html\\r\\n \\r\\nсодержат разнообразные варианты моделей для комфортного ночного отдыха https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-10.html\\r\\n   Удобные кровати, вместительные шкафы, тумбочки, комоды и прикроватные столики оригинальной формы изготовлены из массива натуральной древесины https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/\\r\\n \\r\\nОзнакомьтесь с каталогом элитных кухонь, фото которых соответствуют реальности https://www.legnostyle.ru/catalog/mebel/garderobnie/gp-17.html\\r\\n   Если у Вас есть вопросы, свяжитесь с нами по телефонам, указанным на сайте, или напишите на электронную почту https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-7.html\\r\\n   Наши специалисты рады помочь Вам с покупкой элитных кухонь https://www.legnostyle.ru/catalog/inter-eri/pt-31.html\\r\\n \\r\\nНакануне Всемирного дня борьбы со СПИДом, отмечающегося 1 декабря, статистику по заболеваемости ВИЧ/СПИД огласил Центр по профилактике болезней и контролю за очагами их возникновения https://www.legnostyle.ru/catalog/inter-eri/s39.html\\r\\n   Эксперты \\r\\nПеред смертью супруги заморозили несколько эмбрионов, так как планировали завести детей при помощи суррогатной матери https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-20.html\\r\\n   Эмбрионы хранились в клинике в жидком азоте при температуре -196 градусов https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/\\r\\n   Бабушки и дедушки новорожденного долгое время судились  Опубликовано 13/04/2018 - 21:25 \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:46:00','2026-01-21 14:46:00','86597ed5-1a5e-44f9-8857-bdd5e6e96c6e'),
(14565,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ericka Madigan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericka.madigan@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Ericka Madigan\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\n\\r\\nWant your message to reach businesses without relying on social feeds?\\r\\nContact form blasting puts your offer directly through website contact forms — fast, direct, and impossible to ignore.\\r\\nNo algorithms. No ad spend. No waiting for someone to scroll past.\\r\\nJust guaranteed delivery straight to the inboxes companies actually check.\\r\\nWhether you\'re promoting a service, booking calls, or generating leads, contact form blasting gives you real visibility.\\r\\nIf this message reached you, imagine what your message can do across thousands — or millions — of sites.\\r\\nStart your campaign at contactpageads.com and get your offer in front of real prospects.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:46:06','2026-01-21 14:46:06','505cfa06-d385-4718-9067-161d548cdc48'),
(14566,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickNox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продукты питания оптом в Москве https://oookors.ru/product/riter-sport-molochnyj-s-kokosovoj-nachinkoj-2986-blok-12-sht/\\r\\n \\r\\nКаталог оптовой продукции https://oookors.ru/product/rolton-pyure-grenki-40-gr-upak-24-sht/\\r\\n \\r\\n37 отзывов https://oookors.ru/product/askaniya-05l-st-12-sht-limon/\\r\\n \\r\\n\\r\\n10 апреля 2022 https://oookors.ru/product/palm-gel-krem-nat-vit-s-ap-d-dusha-750ml/\\r\\n \\r\\nЗаказы принимаются 24 часа через сайт (обрабатываются с 9:00 до 21:00) или по телефону +7 (495) 374-65-11 https://oookors.ru/product/doshirak-sup-moreprodukty-upak-24-sht/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:46:32','2026-01-21 14:46:32','6dba1d8f-aa87-49b1-81bb-be2d351198a1'),
(14573,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottrex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nАссортиментное многообразие интерьеров в каталогах CONTOUR обеспечивает 100% реализацию оптимального зонального проекта, будь-то дизайн студийного помещения или дизайн квартиры двухкомнатной с большой площадью и необходимостью многофункциональной адаптации https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\\r\\n \\r\\n\\r\\nЕсли вы в растерянности, мы рекомендуем полистать тематические журналы и пройтись по мебельным салонам, чтобы приметить то, что вам нравится https://olga-filippova.ru/office_interior\\r\\n  Обратите внимание на то, как в мебельных салонах расставлены элементы декора https://olga-filippova.ru/blog\\r\\n  Заметьте, что многие предметы организованы в виде декоративных групп, а не просто расставлены поодиночке в разных углах комнаты https://olga-filippova.ru/horeca\\r\\n  Прежде всего, покупайте только то, что вам действительно нравится, то, что наилучшим образом соответствует вашей индивидуальности https://olga-filippova.ru/portfolio-2\\r\\n \\r\\nТакже, достаточно серьезный вопрос  выбор керамической плитки для пола и стен https://olga-filippova.ru/horeca\\r\\n  Вы можете довериться выбору профессионалов, предлагающих  готовые цветовые сочетания, а также можете сделать это самостоятельно, создав индивидуальный и неповторимый дизайн интерьера комнаты https://olga-filippova.ru/kontakts\\r\\n \\r\\nАбсолютно любой человек может воспользоваться этими советами: создать правильную планировку, приобрести прекрасный диван, создать декоративные группы предметов или слои, добавить живой зелени или немного черного цвета, придерживаться классических линий, исправлять ошибки в оформлении с помощью фотографий и – что самое важное – сделать интерьер по-настоящему индивидуальным https://olga-filippova.ru/office_interior\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:48:08','2026-01-21 14:48:08','ea367ae5-b698-42d5-9b0b-b375a112b598'),
(14574,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephtup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"42 памятника https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pg-31/\\r\\n \\r\\nНаиболее популярные материалы включают природный камень (гранит, мрамор), тротуарную плитку, гранитную и мраморную крошку, бетонные элементы и искусственный травяной газон https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pv-59/\\r\\n  Выбор материалов зависит от эстетических предпочтений, климатических условий и бюджета https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnyk-k-10/\\r\\n  Гранит и мрамор — долговечные и устойчивые материалы, а крошка и плитка более доступны и просты в уходе https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pr-1/\\r\\n \\r\\nМы приедем в удобное для вас время, учтем все особенности местности и поможем определиться с оптимальными размерами памятника и элементов благоустройства https://www.kovanie-ogrady.ru/catalog/podstavki-i-tsvetniki/podstavka-pdp-4/\\r\\n \\r\\nГоризонтальный памятник https://www.kovanie-ogrady.ru/catalog/pamyatniki-reznye/granitnyy-pamyatnik-pr-33/\\r\\n \\r\\n«Первая Социальная Гранитная Мастерская» выполняет благоустройство могил и комплексное оформление мест захоронений на кладбищах Москвы и ближайшего Подмосковья https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-35/\\r\\n  Мы работаем напрямую без посредников, поэтому можем предложить не только высокое качество, но и честные условия, прозрачные сметы и удобный формат обслуживания https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-k-6/\\r\\n  Наша задача — создать аккуратное, ухоженное и долговечное место памяти, которое будет выглядеть достойно в любое время года https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/podlozhka-pdg-7/\\r\\n  Мы сопровождаем клиента на каждом этапе: консультируем, подбираем материалы, разрабатываем проект, согласовываем оформление, выезжаем на участок и выполняем все работы под ключ https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-pr-4/\\r\\n  Благоустройство включает в себя установку фундамента, мощение плиткой, формирование цветника, подсыпку грунта или декоративного щебня, замену старых элементов, реставрацию памятников, монтаж оград, столиков и других элементов https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-k-13/\\r\\n  Мы используем только проверенные материалы: гранит, полимерные смеси, морозостойкую плитку и качественные наполнители, которые сохраняют внешний вид долгие годы без постоянного ремонта и подсыпок https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pr-7/\\r\\n \\r\\n3 https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pg-9/\\r\\n  Озеленение и цветочное оформление https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-25/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:48:26','2026-01-21 14:48:26','f1a1a516-17e9-462f-a31a-70fe7be3c3da'),
(14580,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidstync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Первоклассные кухни, выполненные в данном стиле, отличаются необходимой функциональностью, простотой и богатством конфигураций, зависящих от планировки помещения или личных предпочтений https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-18.html\\r\\n   Подход к проектированию кухонь подобного стиля допускает определенную свободу (иногда даже сочетая несочетаемое), что предполагает возможность изготовления мебели по особому заказу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=8\\r\\n \\r\\nПри выборе средств декора делового помещения дизайнеры часто отдают предпочтение мебели из дорогого дерева, произрастающего в России https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s6.html\\r\\n   Она дешевле, чем продукция из редких пород, но смотрятся предметы интерьера так же отлично https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=13\\r\\n   Вся современная мебель пропитывается особыми средствами, которые предотвращают гниение и нападение вредителей https://www.legnostyle.ru/catalog/inter-eri/arka-a22.html\\r\\n \\r\\nИтоговые цены на услуги по перетяжке мягкой мебели устанавливаются индивидуально и во многом зависят от ваших пожеланий по починке изделия и изменений в его внешнем виде https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=11\\r\\n   На стоимость влияет начальное состояние кресла или дивана, вид выбранного декоративного покрытия и внутреннего наполнителя https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaya-dver-e26.html\\r\\n \\r\\nГарантия https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=10\\r\\n  На весь товар предоставляется гарантия, которая поддерживается собственным сервисным центром, аккредитованным компаниями  и другими производителями https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p24.html\\r\\n \\r\\nТакой вид отделки мебели существует очень давно, наши предки использовали кожу в разных целях и для оббивки мебели тоже https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-9.html\\r\\n   На сегодняшний день это больше чем просто элемент декора https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/razdvijnaa-dver-rd-8.html\\r\\n   Это, в каком-то роде, особая философия, способная даже перерасти в будущем в отдельное стилевое решение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaya-dver-d38.html\\r\\n \\r\\nОтделка мебели кожей позволяет сделать и без того идеальную итальянскую мебель еще более интересной и необычной https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-38.html\\r\\n   Для дизайнеров кожа как отделочный материал, выше любых модных тенденций https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-30.html\\r\\n   Она может быть использована везде - в абажуре, в шкафах, в кроватях, даже на полу и на стенах https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i4.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:48:59','2026-01-21 14:48:59','78c91f5f-7f50-4571-b39e-ce14630b3a6e'),
(14581,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"melissa\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mwillock88@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147373081\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[14582],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"resume\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgermantown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@virginiahighlandscrc.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:49:18','2026-01-21 14:49:18','ef6fa885-6657-4613-8e3c-f2d48040e636'),
(14583,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"melissa w\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mwillock88@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147373081\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[14582,14584],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"cover letter\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgermantown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@virginiahighlandscrc.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:50:25','2026-01-21 14:50:25','f9233005-a6b4-43f5-9177-2914e8206475'),
(14585,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephfup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Империи гранита предлагает следующие услуги по благоустройству могил в Москве: \\r\\nОстанкинское кладбище https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-pr-6/\\r\\n \\r\\nВостряковское кладбище https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pr-34/\\r\\n \\r\\nЗаливка бетонного цоколя (м/п) \\r\\nУстановка новых памятников из гранита, мрамора и бетона Ремонт и реставрация старых надгробий Профессиональная гравировка портретов и надписей Усиление памятников при деформации https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/pamyatnik-iz-granita-pv-6/\\r\\n \\r\\nСтоимость благоустройства могил на кладбище в г https://www.kovanie-ogrady.ru/catalog/kovanye-perila/\\r\\n  Москва https://www.kovanie-ogrady.ru/catalog/pamyatniki-dvojnye/granitnyy-pamyatnik-dpg-3/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:51:22','2026-01-21 14:51:22','84196f04-4cdf-4480-a1c2-f9064e32f68b'),
(14594,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"melissa willock\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mwillock88@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147373081\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[14595],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"coverletter\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgermantown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@virginiahighlandscrc.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:53:46','2026-01-21 14:53:46','99a821fd-2248-4669-822b-6dc3c7a0c314'),
(14600,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"veronica ventura\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Veronica.ventura@va.gov\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VA CT\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning, \\r\\n\\r\\nI was looking to see if you had any male bed availability for long term skilled nursing. I was also wondering if your facility reviews applicants pending Title 19. Additionally, if you could send an admissions application, I would really appreciate it. Thank you in advance. \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 14:58:57','2026-01-21 14:58:57','c1f58164-9f56-4bd8-83b6-abfee7f14c4e'),
(14611,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeff Braido\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jeffbraido88@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We are looking for respite care for my mother in law.  She is currently at Northampton Post Acute Rehab center and may be discharged soon.  We are looking for about a 60 day respite stay for her.  She does need assisted-living...and possibly a little more care as she is going through chemotherapy and physical/occupational therapy.  She would be fine with a shared room if that is something that is offered.  Can you please send me an approximate monthly cost amount?  I appreciate your help.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:01:18','2026-01-21 15:01:18','56141d11-7f08-4aeb-b723-95e898a5cc2d'),
(14628,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgesob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:14:23','2026-01-21 15:14:23','40c39b7f-8eb8-47c3-af7b-c36ddf004e85'),
(14629,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philipwom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Горящие туры https://akademy21.ru/osnovi_koloristiki\\r\\n \\r\\nПоездка в Китай утратила бы большую часть своего очарования без экскурсий по таким городам Поднебесной, как Пекин, Шанхай, Гуанчжоу, Харбин и Гонконг https://akademy21.ru/blog/tpost/ari4xvj6k1-chego-zhdat-chto-proishodit-kto-budet-vo\\r\\n \\r\\nКитайцы очень любят большую громкость: они много кричат, много сигналят, много ругаются https://akademy21.ru/contacts/tbilisi\\r\\n  И очень любят петь https://akademy21.ru/narachivabie_browei\\r\\n  Петь везде и сразу, как только им захочется https://akademy21.ru/courses/massage/elektromagnitnaya-stimulyatsiya-hifem\\r\\n  Поющего китайца можно увидеть на площади города, в автобусе или просто на улице https://akademy21.ru/trener_nutriciolog\\r\\n  Именно поэтому караоке в Китае пользуется невероятным спросом и считается любимым развлечением https://akademy21.ru/svadebnyi_stelist\\r\\n  Частые встречи с поющими на улице китайцами очень поднимают настроение https://akademy21.ru/contacts/sochi\\r\\n \\r\\nMangrove Tree Resort World Sanya Bay - Kapok https://akademy21.ru/trener_nutriciolog\\r\\n \\r\\nДополнительная информация https://akademy21.ru/trener-po-dredam\\r\\n \\r\\nПредоставлены результаты с вылетом из Москвы https://akademy21.ru/golivudskie_ukladki\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:14:47','2026-01-21 15:14:47','1c3fff66-3935-44fe-9437-01c7147d3d25'),
(14630,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JerryFus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lesliebrown1999@salpingomyu.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Elusive shipwreck found in Lake Michigan over 100 years after sinking \\r\\n<a >rutor-24 at</a> \\r\\nA “ghost ship” that sank in Lake Michigan nearly 140 years ago and eluded several search efforts over the past five decades has been found, according to researchers with the Wisconsin Underwater Archeology Association. \\r\\n \\r\\nThe wooden schooner got caught in a storm in the dead of night and went down in September 1886. In the weeks after, a lighthouse keeper reported the ship’s masts breaking the lake surface, and fishermen caught pieces of the vessel in their nets. Still, wreck hunters were unable to track down the ship’s location — until now. \\r\\nhttps://rutor-24.top \\r\\nrutor cx \\r\\nEarlier this year, a team of researchers with the Wisconsin Underwater Archeology Association and Wisconsin Historical Society located the shipwreck off the coastal town of Baileys Harbor, Wisconsin, the association announced on Sunday. \\r\\n \\r\\nNamed the F.J. King, the ship had become a legend within the Wisconsin wreck hunter community for its elusive nature, said maritime historian Brendon Baillod, principal investigator and project lead of the discovery. \\r\\n \\r\\n“We really wanted to solve this mystery, and we didn’t expect to,” Baillod told CNN. “(The ship) seemed to have just vanished into thin air. … I actually couldn’t believe we found it.” \\r\\n \\r\\nThe wreck is just one of many that have been found in the Great Lakes in recent years, and there are still hundreds left to be recovered in Lake Michigan alone, according to Baillod. \\r\\n \\r\\nThe ‘ghost ship’ \\r\\nBuilt in 1867, the F.J. King plied the waters of the Great Lakes for the purpose of trans-lake commerce. The ship transported grains during a time when Wisconsin served as the breadbasket of the United States. The 144-foot-long (44-meter) vessel also carried cargo including iron ore, lumber and more. \\r\\n \\r\\nThe ship had a lucrative 19-year career until that September night when a gale-force wind caused its seams to break apart, according to the announcement. The captain, William Griffin, ordered the crew to evacuate on the ship’s yawl boat, from where they watched the F.J. King sink, bow first.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:15:50','2026-01-21 15:15:50','0a4ab8bc-1cd1-4603-87de-3611e9d3fcc1'),
(14634,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgekance\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Salam, qiymətinizi bilmək istədim.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:18:26','2026-01-21 15:18:26','7d4989ee-680f-4fe4-8c73-6ed061ebd564'),
(14635,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldfromi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"davidkahn1933@salpingomyu.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Elusive shipwreck found in Lake Michigan over 100 years after sinking \\r\\n<a >rutor-24 at</a> \\r\\nA “ghost ship” that sank in Lake Michigan nearly 140 years ago and eluded several search efforts over the past five decades has been found, according to researchers with the Wisconsin Underwater Archeology Association. \\r\\n \\r\\nThe wooden schooner got caught in a storm in the dead of night and went down in September 1886. In the weeks after, a lighthouse keeper reported the ship’s masts breaking the lake surface, and fishermen caught pieces of the vessel in their nets. Still, wreck hunters were unable to track down the ship’s location — until now. \\r\\nhttps://rutor-forum.com \\r\\nрутор ссылка \\r\\nEarlier this year, a team of researchers with the Wisconsin Underwater Archeology Association and Wisconsin Historical Society located the shipwreck off the coastal town of Baileys Harbor, Wisconsin, the association announced on Sunday. \\r\\n \\r\\nNamed the F.J. King, the ship had become a legend within the Wisconsin wreck hunter community for its elusive nature, said maritime historian Brendon Baillod, principal investigator and project lead of the discovery. \\r\\n \\r\\n“We really wanted to solve this mystery, and we didn’t expect to,” Baillod told CNN. “(The ship) seemed to have just vanished into thin air. … I actually couldn’t believe we found it.” \\r\\n \\r\\nThe wreck is just one of many that have been found in the Great Lakes in recent years, and there are still hundreds left to be recovered in Lake Michigan alone, according to Baillod. \\r\\n \\r\\nThe ‘ghost ship’ \\r\\nBuilt in 1867, the F.J. King plied the waters of the Great Lakes for the purpose of trans-lake commerce. The ship transported grains during a time when Wisconsin served as the breadbasket of the United States. The 144-foot-long (44-meter) vessel also carried cargo including iron ore, lumber and more. \\r\\n \\r\\nThe ship had a lucrative 19-year career until that September night when a gale-force wind caused its seams to break apart, according to the announcement. The captain, William Griffin, ordered the crew to evacuate on the ship’s yawl boat, from where they watched the F.J. King sink, bow first.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:18:30','2026-01-21 15:18:30','2f96505b-52e2-4c7e-aedf-4bc5d3d4df8d'),
(14638,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreyfem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"fgzxgdsffg@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"cutty loli cunning girls \\r\\n \\r\\n \\r\\nhttps://is.gd/BlCAHo\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:19:53','2026-01-21 15:19:53','4701dbb0-81ab-480f-b2a9-26eacb09968a'),
(14642,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leeabave\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sveiki, aš norėjau sužinoti jūsų kainą.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:22:54','2026-01-21 15:22:54','a44360a5-b554-481e-b3d6-6090a76a0a80'),
(14643,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRough\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Марина (IKANO Bank) \\r\\nМы тщательно проверяем предприятия, желающие стать нашими партнерами, поэтому можем смело гарантировать высокое качество услуг https://shcherbinins.ru/menu\\r\\n  Это распространяется на любые форматы мероприятий https://shcherbinins.ru/aboutus\\r\\n \\r\\nКанапе для фуршета – от 100 рублей https://shcherbinins.ru/aboutus\\r\\n \\r\\nОт чего зависит стоимость кейтеринга? \\r\\nПакет L Стоимость: 2 000 руб/персона Входит в стоимость: Логистика Аренда оборудования, текстиля, сервировки Обслуживание мероприятия *Заказ от 30 000 руб https://shcherbinins.ru/menu\\r\\n  Заказать фуршет https://shcherbinins.ru/menu\\r\\n \\r\\nОбслуживание https://shcherbinins.ru/uslugy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:25:58','2026-01-21 15:25:58','5fa6fb0b-9665-4be4-9f17-4f37ea3a4f40'),
(14646,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyNoics\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Специалисты агентства всегда соблюдают поставленные сроки и KPI https://proffseo.ru/kontakty\\r\\n  Благодаря работе команды i-Media за 2 года удалось увеличить трафик с 3230 до 9060 пользователей в месяц https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nЗадача: \\r\\nЧасто продвижение в регионы связано с расширением дилерской или агентской сети, привлечением региональных оптовых компаний https://proffseo.ru/kontakty\\r\\n \\r\\nЛевиндорф Мария Александровна https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n3-е место в рейтинге лучших агентств по SEO-продвижению https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nЦена первого месяца раскрутки сайта 0 рублей! Оставьте заявку, и мы подготовим уникальное коммерческое предложение на основе аудита вашего проекта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:28:40','2026-01-21 15:28:40','5dcfb648-267e-406f-9e31-7adc903c492e'),
(14648,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jonathan - Tech-Keys\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jonathan.solomon@tech-keys.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"1111111111\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing form please ignore.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccarbors.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccarbors.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:32:28','2026-01-21 15:32:28','c8a86e1d-268c-4d7f-91b9-4ef2e8b79340'),
(14649,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertDom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Полипропиленовые трубы https://deneb-spb.ru/truby-pn-10-i-pn-20\\r\\n \\r\\nМаксимальное давление 16 кгс/см 2 или 1,6 МПа, температура до 60°C https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\r\\n  Применяются также для систем с холодной водой https://deneb-spb.ru/filtry-i-obratnye-klapany\\r\\n  Возможно использование в многоэтажных домах https://deneb-spb.ru/klipsy\\r\\n \\r\\n(VTp https://deneb-spb.ru/kompensatory\\r\\n 700 https://deneb-spb.ru/obvody\\r\\n 0020) Труба из полипропилена PP-R для систем питьевого и хозяйственно-питьевого холодного водоснабжения, горячего водоснабжения, а также технологических трубопроводов, транспортирующих жидкости и газы, неагрессивные к материалу трубы https://deneb-spb.ru/sedla\\r\\n  Классы эксплуатации по ГОСТ 32415-2013 – 1, 2, 4, 5, ХВ https://deneb-spb.ru/krestoviny\\r\\n \\r\\nPN 25 (армированные ) - для трубопроводов отопления и горячего водоснабжения при t = 20 0 C - 2 https://deneb-spb.ru/krany-latunnye-rezbovye\\r\\n 5 МПа, при t = 90 0 C - 1 https://deneb-spb.ru/izolyaciya\\r\\n 0 МПа https://deneb-spb.ru/trojniki\\r\\n \\r\\nОписание https://deneb-spb.ru/ankery\\r\\n \\r\\nПо запросу 128 https://deneb-spb.ru/clientam\\r\\n 80 https://deneb-spb.ru/klipsy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:32:52','2026-01-21 15:32:52','caef3b8e-559b-40d2-8ae9-67d4b11404a9'),
(14650,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Cameto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sarah@fakereviewdetectors.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Fakereviewdetectors\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We found a suspicious Google review from S. Williams\\r\\n\\r\\nGatherUp has a proven track record of removing fake and policy-breaking reviews. We’ll challenge this one with Google and stand behind the result with a 60-day 100% satisfaction guarantee. Trusted by 18,000+ businesses.\\r\\n\\r\\nBook here: https://calendly.com/risk-free-review-removals/15min\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:33:14','2026-01-21 15:33:14','937769d9-5a79-4615-b05a-1c10fa7ca4cc'),
(14654,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leealini\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dinanikolskaya99@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ola, quería saber o seu prezo.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:36:18','2026-01-21 15:36:18','ac6e18dd-9e2f-4be9-9d06-842751e42303'),
(14656,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertSwalm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"4 ч https://drogal.ru/tarify-i-akczii/\\r\\n  работы + 1 час подача авто https://drogal.ru/glossary/specializirovannie-skladi/\\r\\n \\r\\nИдеально для: \\r\\nПреимущества компании https://drogal.ru/faq_category/gosti-i-standarti/\\r\\n \\r\\nПри такелажных работах груз надежно фиксируется, при необходимости - демонтируются составные части, чтобы облегчить перевозку https://drogal.ru/glossary/transportnaya-tara/\\r\\n  Кроме того, Спецавтобаза №1 предоставляет страховку на перевозку в размере до 100 000 000 рублей - а если стоимость груза выходит за эту сумму, страховку можно оформить отдельно https://drogal.ru/glossary/markirovka-transportnoi-upakovki/\\r\\n \\r\\nПросто напишите нам в Whatsapp https://drogal.ru/glossary/promishlennaya-upakovka/\\r\\n \\r\\nНам все по силам! Такелаж любой сложности и объема! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:38:17','2026-01-21 15:38:17','88e4632d-791c-46b9-ba26-f8068090446d'),
(14658,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelgon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"для строительного мусора (имеют наибольшую толщину и прочность); под бытовой мусор (большое количество пакетов для ежедневного использования); универсальные (подходят для разных нужд). \\r\\nШирина: 45 см Высота: 75 см Упаковка: 500 шт https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-rulonax/meshki-180-litrov-10-sht-v-rulone-90h110-pvd-chernye-usilennye/\\r\\n  Цвет: Белый Материал: полипропилен https://kapio.ru/katalog/byitovaya-ximiya/myilo-zhidkoe/\\r\\n \\r\\nподробности в разделе \\\"скидки\\\" \\r\\nВы можете заказать мешок для строительного мусора на сайте магазина самостоятельно или по телефону 8 495 223 60 00 (мы ответим на все вопросы и поможем с оформлением). \\r\\nТолщина: 6 мкм https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/\\r\\n \\r\\nПолипропиленовый мешок для хранения Этот полипропиленовый мешок https://kapio.ru/katalog/byitovaya-ximiya/chistyashhie-poroshki/\\r\\n  Полное описание>> В наличии на складе В упаковке: 100 шт https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-kuxni/help-chistjashhij-krem-500-ml/\\r\\n  Цена за 1 шт: 13 https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-polov/help-sredstvo-dlja-mytja-polov-koncentrirovannoe-1-l/\\r\\n 70 р доступно для покупки от/кратно 5 шт https://kapio.ru/katalog/klejkie-lentyi/upakovochnyie-klejkie-lentyi/klejkakja-lenta-upakovochnaja-korichnevaja-50-mm-45-mkm/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:41:53','2026-01-21 15:41:53','a4607999-d7ec-4dca-9af5-147babfd1419'),
(14660,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philipwom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Задать вопрос Позвонить https://akademy21.ru/courses/massage/intimnoye-otbelivaniye-iapparatnoye-omolozheniye\\r\\n \\r\\nК сожалению, у нас нет подходящих туров для отображения https://akademy21.ru/comerchiskie_ukladki\\r\\n \\r\\nТут масса великолепных пейзажей, которые завораживают своей нереальностью https://akademy21.ru/trener_estetika_lica\\r\\n  Просто нужно заставить себя выехать из города на природу https://akademy21.ru/blog\\r\\n  Особенно красив южный Китай https://akademy21.ru/blog/tpost/xsuyxac6z1-preimuschestva-obucheniya-v-kitae\\r\\n \\r\\nОтдыхай активно, спортивно, позитивно! \\r\\nГорнолыжный отдых Достопримечательности Оздоровление Памятники истории Пляжный отдых Тихий / Спокойный https://akademy21.ru/massage_lica_guasha\\r\\n \\r\\nТуры в Китай из Иркутска https://akademy21.ru/contacts/petropavlovsk\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:42:12','2026-01-21 15:42:12','539f2566-3bac-44ed-bc9b-00f19cac7e4d'),
(14662,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidgaF\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Современная жизнь диктует нам такие условия, что покупая престижное элитное жилье, которое смотрится дорогим и восхитительным снаружи, мы должны позаботиться и об его уютной обстановке внутри https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-45.html\\r\\n   То, как будет выглядеть наша комфортабельная квартира внутри, зависит полностью от нашего вкуса https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d20.html\\r\\n   И, конечно, изюминкой в любой обстановке квартиры является качественная и надежная элитная мебель https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=9\\r\\n \\r\\nОб этом сообщает агентство Синьхуа, ссылаясь на Синьцзянский институт археологии и культурных реликвий https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d31.html\\r\\n   Площадь участка, на котором добывали бирюзу, составляет более 8 квадратных километров https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-6.html\\r\\n \\r\\nМебель из Италии во все времена считалась роскошью, достойной избранных – ее можно было увидеть только в салонах знатных особ https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a4.html\\r\\n   Итальянская мебель – это кропотливая работа мастеров и художников Ломбардии, Тосканы и Венеции, поколения которых создавали давние художественно-ремесленные традиции https://www.legnostyle.ru/catalog/mebel/stol-model-s-4.html\\r\\n   Современные мебельные бренды Италии, известные далеко за пределами страны, являются частью итальянской промышленной истории – их корни уходят в старинные семейные предприятия ХІХ века https://www.legnostyle.ru/catalog/mebel/komod-model-kts-25.html\\r\\n    знаменита своим изысканным дизайном, практичностью и функциональностью https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-19.html\\r\\n   Итальянская мебельная индустрия занимает лидирующие места в мировом мебельном дизайне и производстве https://www.legnostyle.ru/catalog/nashi-raboty/inter-er-kvartiri-na-arbate-k10.html\\r\\n   Однако сегодня мебель из Италии становится все более доступной потребителю https://www.legnostyle.ru/derevyannye-lestnicy-iz-sosny.html\\r\\n \\r\\nНа кладбище Бабаошань в Китае в Пекине начали использовать технологии виртуальной реальности с целью поддержать близких и родных усопших https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-33.html\\r\\n   Для этого во время проведения дня открытых дверей публике был показан симулятор смерти https://www.legnostyle.ru/modulnye-stenki.html\\r\\n \\r\\nТакой вид отделки мебели существует очень давно, наши предки использовали кожу в разных целях и для оббивки мебели тоже https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaya-dver-d40.html\\r\\n   На сегодняшний день это больше чем просто элемент декора https://www.legnostyle.ru/catalog/mebel/garderobnie/garderobnaa-model-scg-39.html\\r\\n   Это, в каком-то роде, особая философия, способная даже перерасти в будущем в отдельное стилевое решение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/\\r\\n \\r\\nЧерез две недели после первого разговора с менеджером я ужинал в новой кухне https://www.legnostyle.ru/catalog/inter-eri/arka-a22.html\\r\\n   Отмечу мастерство и пунктуальность монтажников - пришли вовремя и сделали все на совесть https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o6.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:42:24','2026-01-21 15:42:24','9fe1e83c-fdcf-4523-97fd-476e474ed6b3'),
(14668,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidPrire\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Приятные цены https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/model-i15.html\\r\\n   Некоторым наши цены могут показаться завышенными, однако если у вас в приоритете надежность, износостойкость, прочность и экологичность, то вы поймете, что стоимость мебели полностью соответствует ее характеристикам https://www.legnostyle.ru/catalog/mebel/stol-model-s-13.html\\r\\n   Мы устанавливаем максимально доступные цены на изделия, так как сотрудничаем напрямую с известными брендами https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p38.html\\r\\n \\r\\n- Определитесь с тем, что вам нужно в своей новой съемной квартире https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e27.html\\r\\n   Качество/свежесть ремонта, в том случае если квартира будет не новой, наличие определенной аппаратуры, \\r\\nВысококачественное обслуживание https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e11.html\\r\\n   Мы уважительно относимся к каждому покупателю и с удовольствием поможем подобрать подходящую немецкую мебель, исходя из личных предпочтений клиента https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d6.html\\r\\n   Постоянно проводим мониторинг качества изготовления продукции, чтобы предлагать покупателям только лучшие модели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i28.html\\r\\n \\r\\nСтрого говоря, золочение может быть выполнено самостоятельно https://www.legnostyle.ru/vnutrennyaya-otdelka-derevom.html\\r\\n   Знать и уметь для этого нужно не так много, как может показаться на первый взгляд https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=9\\r\\n   Наличие специального клея-лака, а так же книжки сусального золота позволит преобразить практически любую мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaya-dver-e26.html\\r\\n \\r\\nНа сегодняшний день элитная мебель пользуется особенным интересом среди населения https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s47.html\\r\\n   Как правило, изготавливают ее на заказ, поэтому покупатели с самыми большими требованиями могут выполнить различные индивидуальные пожелания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/?PAGEN_1=4\\r\\n \\r\\nБольшинство товаров, представленных в нашем интернет-магазине, не производится методом штамповки, а изготавливается на заказ вручную, в единичных экземплярах https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/razdvijnaa-dver-rd-3.html\\r\\n   Элитная мебель подбирается с учетом всех пожеланий и привозится под заказ https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=6\\r\\n   Через два месяца роскошный интерьер будет украшать Ваш дом https://www.legnostyle.ru/catalog/mebel/gp-18.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:43:19','2026-01-21 15:43:19','8b417c44-dd4b-4422-a6ed-5c04a5bd58eb'),
(14670,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jonathan - Tech-Keys\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jonathan.solomon@tech-keys.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"1111111111\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing form, please ignore.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccarbors.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccarbors.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:43:41','2026-01-21 15:43:41','9e1167a5-62f9-42be-828d-dd7204919fea'),
(14680,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenn@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Kensington Care and Rehab Center,\\r\\n\\r\\nI’ve built and trained an AI employee specifically for Kensington Care and Rehab Center.\\r\\n\\r\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer \\r\\ncustomer questions, capture leads, and even follow up — just like a team member would.\\r\\n\\r\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\r\\n\\r\\nWould today or tomorrow work for a quick walkthrough? Schedule a time on my calendar to meet the agent I trained for you and see \\r\\nwhat she can do here: meetings.hubspot.com/dandy-/getdandy-trained-agent-luqman or call me at (949)-755-7782\\r\\n\\r\\nTalk soon,\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O\'Brien | Director of Operations\\r\\nGetDandy\\r\\nmeetings.hubspot.com/dandy-/getdandy-trained-agent-luqman\\r\\n\\r\\nUnsubscribe here: bit.ly/42wnUsa\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckensington.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@kensingtoncareandrehab.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:46:49','2026-01-21 15:46:49','eb0d7927-dbb8-4207-acfe-1fb57e93bbfa'),
(14681,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottScoup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Создайте красивый участок для отдыха и общения https://berezov-lsk.ru/\\r\\n \\r\\n4 https://berezov-lsk.ru/\\r\\n 8 Общая оценка 4 https://berezov-lsk.ru/\\r\\n 7 Соотношение цена/качество 5 Соблюдение сроков 4 https://berezov-lsk.ru/\\r\\n 5 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\r\\n \\r\\n«Мох» \\r\\nЛандшафтный дизайн Москва https://berezov-lsk.ru/\\r\\n \\r\\nВы избавлены от необходимости поиска и координации разнопрофильных специалистов, участвующих в строительстве сада, так как https://berezov-lsk.ru/\\r\\n \\r\\nКомпания поможет в создании уникального ландшафтного дизайна https://berezov-lsk.ru/\\r\\n  Фото: greenhistory https://berezov-lsk.ru/\\r\\n ru Специалисты качественно выполняют задачи любой сложности https://berezov-lsk.ru/\\r\\n  Фото: greenhistory https://berezov-lsk.ru/\\r\\n ru Сотрудники студии ответственно подходят к разработке проекта и этапам его реализации https://berezov-lsk.ru/\\r\\n  Фото: greenhistory https://berezov-lsk.ru/\\r\\n ru Компания выполнит работы по обустройству участков, ландшафту или полному редизайну https://berezov-lsk.ru/\\r\\n  Фото: greenhistory https://berezov-lsk.ru/\\r\\n ru https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:46:49','2026-01-21 15:46:49','d9d2dd30-cf26-4f0a-a1bb-d1d3d85675b8'),
(14682,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottScoup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Общая стоимость материалов 2 213 000 Р https://berezov-lsk.ru/\\r\\n \\r\\nУслуги студии https://berezov-lsk.ru/\\r\\n \\r\\nПодготовка и согласование сметы https://berezov-lsk.ru/\\r\\n \\r\\nПосадочный материал из питомников Европы https://berezov-lsk.ru/\\r\\n \\r\\nЖивописные сады, которыми гордятся их владельцы — это всегда результат скрупулезной работы команды профессионалов https://berezov-lsk.ru/\\r\\n  При проектировании и реализации ландшафтного дизайна компания не использует шаблонных решений https://berezov-lsk.ru/\\r\\n  Ведь каждый проект и загородный участок — не просто красивый и функциональный природный уголок, а интересная история, которая начинается с чистого листа бумаги https://berezov-lsk.ru/\\r\\n \\r\\nЕсть ландшафтные бюро, которые делают проекты, используя только растения из собственного питомника https://berezov-lsk.ru/\\r\\n  Очень часто они стараются продать посадочный материал дороже, мало заботясь о красоте вашего сада https://berezov-lsk.ru/\\r\\n  Профессионалы подбирают озеленение непосредственно под ваш проект у проверенных поставщиков и в известных садовых центрах, обращая внимание на каждое растение https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:46:50','2026-01-21 15:46:50','33ce5e88-7c6b-4514-a1d4-0b45cdc9ba9a'),
(14686,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Без этого продвижение сайта в России не даст результата https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Вы только потратите время и деньги впустую, а в худшем случае получите фильтр или бан поисковой системы https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nПерсональный аккаунт-менеджер https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nКаталог https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nСрок SEO-продвижения в регионы РФ — 3-12 месяцев https://proffseo.ru/privacy\\r\\n \\r\\nРазработка и продвижение крупнейшей сети Ателье https://proffseo.ru/kontakty\\r\\n \\r\\nзаявок и заказов из поисковых систем https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:48:02','2026-01-21 15:48:02','dfa47ad2-efaa-4b14-ab06-a1878e9f9741'),
(14688,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelval\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"akindinkudryashov6842@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Под ваши условия мы спроектируем и изготовим конструкции нестандартных размеров https://mklider.ru/dokumentaciya.html\\r\\n  Разработка документации входит в пакет услуг по сопровождению заказа под ключ https://mklider.ru/katalog/protivopozharnoe-oborudovanie/generator-peny-sredney-kratnosti-gpss/\\r\\n \\r\\nДля нас наиважнейшими аспектами деятельности является безопасность и качество продукции, за него мы отвечаем в первую очередь https://mklider.ru/uslugi/\\r\\n \\r\\nТехнология изготовления емкостей обеспечивает абсолютную герметичность сварных швов, которые в свою очередь имеют ровную поверхность и не допускают образования на них налипания грязи, водорослей и других инородных веществ, которые могут повлиять на качество воды https://mklider.ru/uslugi/plazmennaya-rezka-metalla.html\\r\\n  Наши емкости изготовлены из листового пищевого полипропилена методом стыковой и экструзионной сварки и могут применяться для хранения горячей воды температурой до 110°С https://mklider.ru/katalog/oborudovanie-dlya-azs/klapany-obratnye-verhney-ustanovki-du40/\\r\\n \\r\\nОб оборудовании https://mklider.ru/katalog/emkosti/rgsp-rezervuary-gorizontalnye-stalnye-podzemnye/rgsp-15-m3.html\\r\\n \\r\\nПроизводство, монтаж резервуаров и емкостей https://mklider.ru/katalog/rezervuarnoe-oborudovanie/\\r\\n \\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:49:45','2026-01-21 15:49:45','9358a784-97a0-483c-b679-c4cbfcd87b39'),
(14693,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickFiend\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Каталог https://oookors.ru/product/koka-kola-05l-zero-24-sht/\\r\\n \\r\\nКаждая полученная партия дополнительно походит проверку нашими специалистами https://oookors.ru/product/azerchaj-s-chabreczom-100-pak-upak-12-sht/\\r\\n  Не пропускаем брак, нарушение технологий доставки и хранения! Это и в наших интересах: мы дорожим своей репутацией ответственного поставщика https://oookors.ru/product/koka-kola-zero-033-l-zh-b-24-sht-2/\\r\\n \\r\\nУсловия заказа и оплаты продуктов питания https://oookors.ru/product/dzhamper-vinograd-yabloka-033-pet-12-sht/\\r\\n \\r\\n\\\"Абрикос\\\" - поставщик продуктов питания крупным и мелким оптом https://oookors.ru/product/ariel-poroshok-kolor-avt-st-3kg/\\r\\n \\r\\nМы гордимся своей службой доставки https://oookors.ru/product/tviks-55-gr-6-bl-blok-40-sht/\\r\\n  В нашем распоряжении собственный автопарк, и каждая машина оснащена современным оборудованием, позволяющим доставлять даже самые скоропортящиеся товары https://oookors.ru/product/svyatoj-graal-05l-st-12-sht-barbaris/\\r\\n  Доставка осуществляется по Москве и Московской области точно по указанному Вами адресу https://oookors.ru/product/svetloe-na-vysote-5642-05-l-st-12-sht/\\r\\n  Вы можете заказать продукты питания крупным и мелким оптом на самых выгодных условиях https://oookors.ru/product/alenka-20-gr-blok-64-sht/\\r\\n  Преимуществом сотрудничества с нами является тот факт, что Вы можете купить все необходимое в одном месте, не тратя драгоценное время на поиск продуктов для своего заведения https://oookors.ru/product/minifri-lukovye-kolcza-bekon-45-gr-upak-15-sht/\\r\\n  Наши менеджеры помогут сформировать заказ, и он в «один миг» будет доставлен Вам https://oookors.ru/product/mozgi-zapudri-30-sht/\\r\\n \\r\\nНайдя ответственного и честного поставщика с широким ассортиментом товаров, можно забыть о проблемах https://oookors.ru/product/lisma-100-pak-nasyshhennyj-upak-6-sht/\\r\\n  Обращайтесь на продуктовую базу ShopProdukt, и мы станем для вас таким поставщиком! Для наших клиентов всегда: \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:52:31','2026-01-21 15:52:31','c732b9ba-aaaf-45ff-ae05-09b121ab1178'),
(14694,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertAmelp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Труба полипропиленовая армированная стекловолокном PPR-GF https://deneb-spb.ru/rasprodazha\\r\\n \\r\\nНоминальное давление: – до 20 Бар; Диаметр: 20 – 63 мм; Толщина стенки: 2,8 – 8,6мм; Температура транспортируемой воды: до 90 °С; Срок службы: 50 лет; ГОСТ 32415-2013; ТУ 22 https://deneb-spb.ru/kompensatory\\r\\n 21 https://deneb-spb.ru/trojniki\\r\\n 29-002-14693610-2018; Класс: 1, 2, 4, 5, питьевая https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\r\\n \\r\\nВнутренний объем 1 м https://deneb-spb.ru/obvody\\r\\n п https://deneb-spb.ru/krany-i-ventili\\r\\n \\r\\nСтрана производства https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\r\\n \\r\\nБезналичный расчёт https://deneb-spb.ru/trojniki\\r\\n \\r\\nДлина штанги https://deneb-spb.ru/izolyaciya\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:53:01','2026-01-21 15:53:01','7c466706-d844-42a9-a4c1-8e14e2640895'),
(14700,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charleselert\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Преимущества работы с нами https://arbvbg.ru/\\r\\n \\r\\n«Новый 26 год…!?» – Новые СКИДКИ до 40% на все услуги до 12 января!! \\r\\nВыкорчевывание и окончательное удаление пней — сложная задача, дополнительно затрудненная стесненными городскими условиями или малой площадью придворовой территории дачного дома https://arbvbg.ru/\\r\\n  Профессионалы предлагают четыре способа удаления пней : \\r\\nИспользование автовышки для удаления деревьев https://arbvbg.ru/\\r\\n \\r\\nСпил деревьев, спил веток деревьев с участием промышленных альпинистов в Москве - это недорого https://arbvbg.ru/privacypolicy\\r\\n  Цена ниже за счет того, что не нужно привлекать дорогостоящую технику https://arbvbg.ru/privacypolicy\\r\\n  Также процесс более тихий - спецмашины обычно шумят и привлекают внимание https://arbvbg.ru/\\r\\n  Работу выполняют опытные специалисты, имеющие допуски для таких операций https://arbvbg.ru/\\r\\n \\r\\nИспользование техники для спила деревьев на дачном участке, в условиях современного благоустройства, практически невозможно https://arbvbg.ru/privacypolicy\\r\\n  Узкие дорожки, газонное покрытие ограничивает возможности для полноценной работы спецтехники https://arbvbg.ru/\\r\\n  Из-за большого веса, не редки случаи повреждения зоны парковки, подъездных путей и других материальных ценностей в зоне проезда https://arbvbg.ru/\\r\\n  Тратить время на поиски походящей по габаритам машины не стоит, практика показывает, что в 90% случаях спилить дерево возможно, только методом веревочного доступа https://arbvbg.ru/privacypolicy\\r\\n  Избавьте себя от головной боли и дальнейших последствий, воспользуйтесь готовым решением от команды «Дровосек» https://arbvbg.ru/privacypolicy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:53:33','2026-01-21 15:53:33','8a006fbe-8fdf-424d-82f2-77f58db46101'),
(14701,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jonathan - Tech-Keys\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonathan.solomon@tech-keys.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tech-Keys\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing web form, please ignore.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:53:52','2026-01-21 15:53:52','4d81605c-878e-4a1d-8302-b3208e38abdb'),
(14702,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jonathan - Tech-Keys\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jonathan.solomon@tech-keys.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"1111111111\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"testing form on new site, please ignore.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckressonview.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cckressonview.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:54:32','2026-01-21 15:54:32','2ed0b500-e854-4898-87ec-4422154537ec'),
(14703,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"trenia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cargo888.cn@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продажа грузовых шин и шин для легковых автомобилей оптом по ценам производителя с НДС! \\r\\n<a >Шины оптом от производителя Китай</a> - ASIANCATALOG \\r\\nРассрочка платежа, НДС, Маркировка шин \\\"ЧЗ\\\", Сертификаты ЕАС \\r\\nМы заинтересованы в сотрудничестве!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:55:17','2026-01-21 15:55:17','c7b46bcf-a2bd-420f-8918-de5443674aa0'),
(14708,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottVal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Первым делом определитесь, какой стиль будете воплощать в реальность https://olga-filippova.ru/blog\\r\\n  Исходя из этого, будут  и дальнейшие действия https://olga-filippova.ru/portfolio-2\\r\\n  После чего необходимо закупить материалы и инструменты https://olga-filippova.ru/smi\\r\\n  После того, как Вы сделаете ремонт, нужно будет выбирать, и покупать необходимую мебель и аксессуары https://olga-filippova.ru/smi\\r\\n  И, самое главное, полагайтесь на свой вкус и наши рекомендации и тогда у Вас всё получится! \\r\\nСоздать грамотный интерьер по силам не только человеку с профессиональным образованием в области архитектуры и дизайна, но и дилетанту https://olga-filippova.ru/fitness-spa\\r\\n  Достаточно уметь чертить и читать чертежи, выполнять работы последовательно, переходя от общего к частному, считает Екатерина Саламандра из бюро , и все получится https://olga-filippova.ru/kontakts\\r\\n  Запоминайте последовательность действий! \\r\\n\\r\\nВладельцы жилплощади с несколькими комнатами имеют целых три пространства для  каждая комната может стать предметом гордости https://olga-filippova.ru/interior_appartment\\r\\n  Дизайн трехкомнатных квартир подразумевает под собой оформление пространства в разных цветах, стилях и тонах https://olga-filippova.ru/beauty-salons-spa-design\\r\\n  В трешке не нужно думать о том, как практично использовать квадратные метры и как совместить помещения, чтобы всем членам семьи хватило места https://olga-filippova.ru/interior_appartment\\r\\n  Необязательно и выдерживать единство интерьера, можно оформлять максимально оригинально и своеобразно https://olga-filippova.ru/interery-fasad\\r\\n  Главное – определить, какой стиль будет преобладать в каждой комнате, и какую интерьерную нагрузку она будет выполнять https://olga-filippova.ru/interery-fasad\\r\\n \\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:58:39','2026-01-21 15:58:39','703e4c36-d562-44b3-b545-0597a010c9ec'),
(14709,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Захарченко Владимир Иванович https://drogal.ru/glossary/gabariti_gruza/\\r\\n \\r\\n1,8 метра / 0,8 тонны https://drogal.ru/glossary/termousadochnaya-plenka/\\r\\n \\r\\nДаже самые сложные такелажные работы мы выполняем на высокопрофессиональном уровне, с соблюдением сроков и условий, прописанных в договоре https://drogal.ru/voprosi-otveti/vibrat-upakovku/\\r\\n \\r\\nЗаказчик https://drogal.ru/glossary/terminal/\\r\\n \\r\\nВ списке такелажных услуг может значиться демонтаж старого оборудования, которое затем устанавливают на новом месте https://drogal.ru/glossary/konteinernaya-otpravka/\\r\\n  В ходе погрузки/разгрузки ведутся стропальные работы, которыми предусмотрена обвязка и закрепление груза https://drogal.ru/glossary/dokumentooborot/\\r\\n  Для удобного перемещения сооружаются временные мостки и настилы https://drogal.ru/voprosi-otveti/gost-15846-2002/\\r\\n \\r\\nЦена заказа оффлайн: 0 https://drogal.ru/glossary/terminal/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:58:44','2026-01-21 15:58:44','c795af5a-024b-4daf-bd87-d65a88e328b8'),
(14710,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philipwom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"К сожалению, у нас нет подходящих туров для отображения https://akademy21.ru/master_epiliaci\\r\\n \\r\\nЧем заняться? \\r\\nПекин https://akademy21.ru/contacts/moskva\\r\\n \\r\\nДостопримечательности Музеи Современная архитектура Современный Шопинг Экскурсионные туры https://akademy21.ru/obucheniye-lazernoye-udaleniye-sosudov-kuperoza-varikoza\\r\\n \\r\\nСуществуют и другие типы виз в КНР, в том числе: транзитная виза, многократная виза, рабочая или учебная виза… Виза в Гонконг для граждан РФ на срок пребывания до 30 дней не требуется ! \\r\\nГуанчжоу https://akademy21.ru/contacts/krasnodar\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 15:59:17','2026-01-21 15:59:17','87dfb086-9253-4954-b571-11379ea5ce85'),
(14711,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottfup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Общая стоимость работ 610 000 Р https://berezov-lsk.ru/\\r\\n \\r\\nАвторский ландшафтный дизайн https://berezov-lsk.ru/\\r\\n \\r\\nЗаказать звонок --> Заказать звонок https://berezov-lsk.ru/\\r\\n \\r\\nЗакажите эскизный проект и его реализацию у нас https://berezov-lsk.ru/\\r\\n  Мы выполняем целый комплекс услуг по озеленению территорий и благоустройству загородных домов в Москве и области https://berezov-lsk.ru/\\r\\n  Разработаем дизайн как всего участка, так и отдельных элементов сада и малых архитектурных форм https://berezov-lsk.ru/\\r\\n  Выполним посадку хвойных и лиственных деревьев и кустарников, уложим рулонный газон и вымостим дорожки, создадим декоративный огород, установим систему автоматического полива, проложим электрику, установим освещение и многое другое https://berezov-lsk.ru/\\r\\n \\r\\nГалерея работ https://berezov-lsk.ru/\\r\\n \\r\\nЧтобы создать сад-мечту с безупречным вкусом, который бы подчеркивал индивидуальность владельца, стоит обратиться в ландшафтную компанию полного цикла https://berezov-lsk.ru/\\r\\n  Опытные заказчики знают, что иметь единого подрядчика на всех этапах работ — это большая экономия времени и денег https://berezov-lsk.ru/\\r\\n  За 12 лет сотрудники этой дизайнерской студии разработали и реализовали 60 частных проектов и 4 парка в мегаполисе и Московской области https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:00:55','2026-01-21 16:00:55','1ef19816-38dd-4211-966a-79bdcb8f49e4'),
(14716,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nicole Tillman \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nicoletillman3@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4102583004\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[14717],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"\\r\\nArea of interest housekeeping \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://completecareheritage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:02:17','2026-01-21 16:02:17','3cbdcc2f-bc49-4411-8496-f26a6d00dd53'),
(14719,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertclIds\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Специалист технического отдела бесплатно проведет осмотр объекта и составит план-график работ с указанием цен на все виды услуг с учетом всех федеральных норм промышленной безопасности и требований страховых компаний https://drogal.ru/glossary/sertifikat-o-proishozhdenii-tovara/\\r\\n \\r\\nCitroen Berlingo https://drogal.ru/faq_category/obshie-voprosi/\\r\\n \\r\\nПеред перевозкой и такелажем груз обычно упаковывают, чтобы защитить его от ударов и повреждений, намокания под дождем или снегом, пыли и грязи https://drogal.ru/glossary/indikator-udara/\\r\\n  В отношении хрупких вещей, ценных изделий, чувствительного оборудования эта норма обязательна https://drogal.ru/glossary/indikator-naklona/\\r\\n \\r\\nСпециалисты компании «СТОГРУЗ» выполнят возложенную на них работу даже в самых сложных условиях https://drogal.ru/glossary/gruzovaya-edinica/\\r\\n  Мы обеспечим эффективный и оперативный переезд склада, цеха и завода, переместим и поднимем оборудование, изготовим качественную транспортную упаковку и обрешетку https://drogal.ru/glossary/putevoi-list/\\r\\n \\r\\nЧто сделали https://drogal.ru/glossary/gruzovaya-edinica/\\r\\n \\r\\nПросто напишите нам в Whatsapp https://drogal.ru/voprosi-otveti/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:03:32','2026-01-21 16:03:32','6b543c1a-55b8-4238-9e4d-8a8ffca50e55'),
(14721,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melvinwaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Главный врач клиники «Первый Флебологический Центр» \\r\\nЭндовазальная лазерная коагуляция https://www.angioprof.ru/fotogalereya.html\\r\\n \\r\\nМария Была операция удаления липомы https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/badyi/\\r\\n  Операция прошла безболезненно, без каких-либо неприятных ощущений https://www.angioprof.ru/uslugi-flebologii-i-angiologii/lechenie-varikoza.html\\r\\n  Результатом довольна https://www.angioprof.ru/fotogalereya.html\\r\\n \\r\\nХирург флеболог, эндоваскулярный хирург, врач эксперт по ультразвуковой диагностике вен и артерий https://www.angioprof.ru/uslugi-flebologii-i-angiologii/limfostaz-metodyi-lecheniya/\\r\\n \\r\\nЦены на основные услуги флеболога «СМ-Клиника» (Москва) \\r\\n35 000 руб https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:04:36','2026-01-21 16:04:36','d26e5e99-efcf-4dba-90a4-e83160d4af27'),
(14723,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidVolla\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Высококачественное обслуживание https://www.legnostyle.ru/catalog/mebel/scg-44.html\\r\\n   Мы уважительно относимся к каждому покупателю и с удовольствием поможем подобрать подходящую немецкую мебель, исходя из личных предпочтений клиента https://www.legnostyle.ru/catalog/mebel/stol-model-s-9.html\\r\\n   Постоянно проводим мониторинг качества изготовления продукции, чтобы предлагать покупателям только лучшие модели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p19.html\\r\\n \\r\\nОбставить дом или квартиру, обустроить спальню, кабинет или библиотеку, оборудовать торговое помещение или интерьер ресторана — задача для тех, кто понимает ценность хорошей жизни https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p5.html\\r\\n \\r\\nМягкая элитная мебель представлена диванами, креслами, кушетками и пуфами в разных стилях https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=2\\r\\n   Наряду с лаконичными, но функциональными и комфортными диванами можно приобрести элегантную кушетку в стиле барокко, для декора которой использовалось 18-ти каратное сусальное золото https://www.legnostyle.ru/catalog/lestnici/elitnye/?PAGEN_1=5\\r\\n   Возможно изготовление любой мебели по индивидуальным чертежам https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-o1.html\\r\\n   Элитный диван, кресла, пуфы и любая другая мебель из дерева на заказ может быть выполнена как в разнообразной ткани, так и в эко и натуральной коже https://www.legnostyle.ru/catalog/mebel/kb-15.html\\r\\n \\r\\n- Гарантия качества и сроков исполнения заказов https://www.legnostyle.ru/catalog/mebel/sp-7.html\\r\\n   Компания Абрис заботится о том, чтобы Вы остались довольны покупкой и обслуживанием наших специалистов https://www.legnostyle.ru/catalog/mebel/scg-29.html\\r\\n \\r\\nМебель из Германии славится на весь мир своими изысканными формами, износостойкостью и прочностью https://www.legnostyle.ru/obedennyi-stol.html\\r\\n   Так что если хотите сделать свое жилье более функциональным и эргономичным, обращайтесь в нашу компанию! Мы поможем вам выбрать подходящий вариант гарнитура под ваш интерьер https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=8\\r\\n \\r\\nПраздник Ид аль-Адх с арабского переводится как Праздник жертвоприношения или праздник верности и сыновнего уважения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/peregorodka-model-a-25.html\\r\\n   Этот праздничный день отмечается на семидесятый \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:07:05','2026-01-21 16:07:05','014053af-fd45-41cd-8c87-8c1344040235'),
(14724,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertEvili\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Идеально для: \\r\\nБолее 100 профессионалов в дружном коллективе https://drogal.ru/portfolio_category/takelazhnie-raboti-v-noginske/\\r\\n \\r\\n12 такелажников, 6 стропальщиков https://drogal.ru/glossary/transportnaya-produkciya/\\r\\n \\r\\nКаждая задача требует практических навыков и знаний методов проведения такелажа https://drogal.ru/glossary/logisticheskaya-kompaniya/\\r\\n \\r\\nЕсли требуется транспортировать тяжелый груз, вес которого составляет до пятидесяти тонн, то обращение к такелажникам тоже будет оптимальным вариантом https://drogal.ru/takelazhnie-raboti-eto/\\r\\n  Технологическое оборудование, ряд медицинских установок, большие трансформаторы – все это успешно перевезут https://drogal.ru/glossary/logisticheskii-kanal/\\r\\n  Возможна работа и со сверхтяжелыми грузами, которые весят более 50 тонн https://drogal.ru/glossary/franshiza/\\r\\n  К ним относятся крупногабаритные предметы, в этом случае играет особую роль подготовка сотрудников https://drogal.ru/glossary/terminal/\\r\\n  В компании четко соблюдают технику безопасности, а метод погрузки подбирают в индивидуальном порядке, учитывая специфику груза https://drogal.ru/uslugi/promyshlennyj-pereezd/\\r\\n  Вы можете заказать такелажные работы в Москве недорого – цены оптимальные, что сделало услугу востребованной https://drogal.ru/glossary/takelazhnik/\\r\\n \\r\\nсоблюдение всех правил безопасности при выполнении работ; обязательный инструктаж рабочих, выполняющих такелаж; применение техники разной грузоподъемности; подготовка всех схем и смет; разработка проекта производства такелажных работ https://drogal.ru/uslugi/kranovye-raboty/uslugi-stropalshchikov/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:07:49','2026-01-21 16:07:49','a5059715-1e96-42cd-8893-981cf820f35f'),
(14725,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwinprilt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Оставить отзыв на Яндекс https://dostafka-obedi.ru/dostavka/\\r\\n Картах  https://dostafka-obedi.ru/type_menu/napitki/\\r\\n \\r\\nКус-кус с курицей https://dostafka-obedi.ru/\\r\\n \\r\\nЛегкий обед за 175 ? \\r\\nПриборы 250 шт https://dostafka-obedi.ru/type_menu/napitki/\\r\\n \\r\\nДобавьте блюдо в корзину, чтобы начать заказ https://dostafka-obedi.ru/services/\\r\\n \\r\\nОмлет с ветчиной, сыром и помидорами https://dostafka-obedi.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:08:07','2026-01-21 16:08:07','ed1fe426-9cac-4b40-b3c5-b73256c2689e'),
(14726,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryWaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Опыт работы: с 2008 года https://maze.tattoo/catalog/x/khomyak/\\r\\n \\r\\nДелали пирсинг у Андрея https://maze.tattoo/catalog/g/gorgona/\\r\\n  все очень понравилось https://maze.tattoo/catalog/l/lastochki/\\r\\n  все рассказали про процедуру, ее исполнение, на все вопросы отвечали https://maze.tattoo/catalog/ts/tsvety/\\r\\n  в процессе заживления также поддержка была https://maze.tattoo/catalog/p/polineziya/\\r\\n  мастера советую, все аккуратно, быстро, качественно сделали https://maze.tattoo/catalog/r/rok-muzyka/\\r\\n  салон приятный, находится недалеко от метро https://maze.tattoo/catalogbigtattoo/\\r\\n  очень довольны https://maze.tattoo/catalog/v/van-gog/\\r\\n \\r\\nСтудия тату на Арбате 10 600 ? \\r\\nСтудия работает с 2011 года и специализируется на разнообразных стилях https://maze.tattoo/catalog/ee/\\r\\n  Если хочется олдскула и дотворка, посмотрите работы Николая «Koka Kokin» https://maze.tattoo/catalog/t/tradik/\\r\\n  За эксцентрикой и эротикой — к Андрею «Кичатому», особенно если вам импонируют гравюрный и традиционный стили татуировки https://maze.tattoo/catalog/p/paporotnik/\\r\\n  Также мастера студии возьмутся за графику, каллиграфию, орнаменты и другие эксперименты на коже https://maze.tattoo/catalog/o/oduvanchik/\\r\\n  Минимальная стоимость татуировки — от 4000 рублей, а эскиз работы (набросок без цвета) — 2000 рублей https://maze.tattoo/catalog/p/plecho/\\r\\n \\r\\nСовременные тату салоны для мужчин — это не просто места, где делают брутальные черепа и рукава https://maze.tattoo/catalog/m/medved/\\r\\n  Это пространства, где мужчина может выразить свою философию, внутреннюю силу или даже уязвимость https://maze.tattoo/catalog/sh/\\r\\n  Мы работаем с разными стилями — от реализма до графики, от японской классики до абстракции https://maze.tattoo/catalog/r/rukava/\\r\\n \\r\\nС более подробным портфолио наших работ можно ознакомиться по ссылке (более 1000 работ) \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:08:31','2026-01-21 16:08:31','929bd903-e811-449b-808e-73398cc20a0a'),
(14727,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelanina\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Какие виды одежды мы производим https://norsy.ru/otzyvy\\r\\n \\r\\nПошив поло https://norsy.ru/ceny\\r\\n \\r\\nМы гарантируем оптимальное соотношение цены и качества нашей продукции благодаря использованию многоголовочных моделей автоматических вышивальных машин TAJIMA https://norsy.ru/o-nas\\r\\n  Это высокотехнологичное оборудование идеально подходит для создания оптовых тиражей и нашивок https://norsy.ru/ceny\\r\\n \\r\\nСКОРОСТЬ ПЕЧАТИ https://norsy.ru/poshiv-hudi\\r\\n \\r\\nпринты https://norsy.ru/kontakty\\r\\n \\r\\nДля экономии времени клиентов, ускорения рабочего процесса доступна услуга выездного обслуживания https://norsy.ru/o-nas\\r\\n  Наши мастера приедут на договоренное время в нужное место https://norsy.ru/poshiv-hudi\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:08:59','2026-01-21 16:08:59','c783995d-f1ed-412c-bd6d-9a030ce1cba4'),
(14733,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelRearM\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Пошив масок https://norsy.ru/otzyvy\\r\\n \\r\\nМы используем cookies для быстрой и удобной работы сайта https://norsy.ru/voprosy-otvety\\r\\n  Продолжая пользоваться сайтом, вы принимаете условия обработки персональных данных  https://norsy.ru/otzyvy\\r\\n \\r\\n+79855047446 https://norsy.ru/voprosy-otvety\\r\\n \\r\\nШвейный цех в Москве https://norsy.ru/o-nas\\r\\n \\r\\nДа, в случае размещения Вашего заказа, мы отшиваем опытные образцы бесплатно при заказе от 100 штук https://norsy.ru/poshiv-futbolok\\r\\n  Детали можно уточнить у менеджера по телефону либо написав нам письмо https://norsy.ru/otzyvy\\r\\n \\r\\n-женской одежды; -мужской одежды (за исключением классической обработки); -корпоративных костюмов https://norsy.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:10:02','2026-01-21 16:10:02','297d76c8-1289-4043-bc63-a20ba53782f3'),
(14734,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesWed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nikolayy-shevcov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"У многих заказчиков существует ложное представление, что пилить деревья с автовышки безопасней, чем использовать альпинистов https://arbvbg.ru/privacypolicy\\r\\n \\r\\nИз основных причин спила деревьев стоит выделить такие: \\r\\nКвалифицированные специалисты различают спил деревьев двух основных видов, таких как: \\r\\nКаждая из методик обладает своими преимуществами и недостатками и выбирается для каждой конкретной ситуации и при оценке условий работы: размеров пня, возможности привлечения спецтехники, близости сооружений и зеленых насаждений и прочего https://arbvbg.ru/privacypolicy\\r\\n \\r\\nВыезд специалиста по защите растений или агронома для обследования растений, письменного заключения по состоянию растений, возможность первичной обработки, лечения, профилактической обрезки растений не выше 3х метров https://arbvbg.ru/privacypolicy\\r\\n \\r\\nПринимаем заявки от юридических и физических лиц за наличный и безналичный расчет https://arbvbg.ru/privacypolicy\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:10:26','2026-01-21 16:10:26','a200b82a-41ae-4552-ab20-ffc904fbcf03'),
(14737,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottAsype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Онлайн-калькуляторы расчета стоимости услуг благоустройства участка https://berezov-lsk.ru/\\r\\n \\r\\n4 https://berezov-lsk.ru/\\r\\n 7 Общая оценка 5 Соотношение цена/качество 5 Соблюдение сроков 4 Чистота во время работ 4 Порядочность компании https://berezov-lsk.ru/\\r\\n \\r\\nОбщая стоимость работ Р https://berezov-lsk.ru/\\r\\n \\r\\nот 1 200 руб./м2 https://berezov-lsk.ru/\\r\\n \\r\\nТатьяна Ивлева, 42 года https://berezov-lsk.ru/\\r\\n \\r\\nУход за садом https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:11:01','2026-01-21 16:11:01','519bba1e-1406-4609-96d4-b46606c829a5'),
(14738,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottAsype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Услуги студии https://berezov-lsk.ru/\\r\\n \\r\\nСтудия создает комфортную среду для загородной жизни с 1993 года, сочетая профессиональные навыки для работ любого уровня сложности и индивидуальный подход к каждому клиенту https://berezov-lsk.ru/\\r\\n  До 90% всех заказов выполняют собственные постоянные бригады https://berezov-lsk.ru/\\r\\n  Компания имеет большой опыт проектирования зеленой кровли домов, благоустройства террас и озеленения крыш подземных гаражей https://berezov-lsk.ru/\\r\\n \\r\\nРаботаем без подрядчиков https://berezov-lsk.ru/\\r\\n \\r\\nРаботы выполнены 21 день https://berezov-lsk.ru/\\r\\n \\r\\nРасскажите нам, как вы любите проводить время на даче, и мы подготовим для вас индивидуальный проект https://berezov-lsk.ru/\\r\\n  Подберем нужные растения и строительный материал для воплощения дизайна https://berezov-lsk.ru/\\r\\n  Продумаем логистику и выполним работы точно в срок https://berezov-lsk.ru/\\r\\n \\r\\nСветлана Меньшикова, 39 https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:11:01','2026-01-21 16:11:01','f9116cdb-e20d-4098-b827-de1dfc9c1044'),
(14739,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Philippe Gustafsson\\r\\n\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@speed-seo.net\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, \\r\\nWorried about hidden SEO issues on your website? Let us help — completely free. \\r\\nRun a 100% free SEO check and discover the exact problems holding your site back from ranking higher on Google. \\r\\n \\r\\nRun Your Free SEO Check Now \\r\\nhttps://www.speed-seo.net/check-site-seo-score/ \\r\\n \\r\\nOr chat with us and our agent will run the report for you: https://www.speed-seo.net/whatsapp-with-us/ \\r\\n \\r\\nBest regards, \\r\\n \\r\\n \\r\\nMike Philippe Gustafsson\\r\\n \\r\\nSpeed SEO Digital \\r\\nEmail: info@speed-seo.net \\r\\nPhone/WhatsApp: +1 (833) 454-8622\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:12:28','2026-01-21 16:12:28','34b87cbf-9ac3-4ae9-9ba7-b33394ee740b'),
(14743,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MelvinAbant\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"riinata-osippova@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В/в введение лек https://www.angioprof.ru/uslugi-flebologii-i-angiologii/kompressionnyij-trikotazh.html\\r\\n  препаратов https://www.angioprof.ru/akczii-kliniki-flebologii-angioprof/\\r\\n  Однократный сеанс микросклеротерапии множественных телеангиэктазий пределах 1-й зоны одной нижней конечности), 3 категория сложности (склеротерапия телеангиоэктазий) A11 https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/badyi/\\r\\n 12 https://www.angioprof.ru/uslugi/informacziya-ob-osushhestvlenii-deyatelnosti-v-usloviyax-covid-19.html\\r\\n 003 https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/badyi/\\r\\n 011 https://www.angioprof.ru/uslugi-flebologii-i-angiologii/obliteriruyushhij-ateroskleroz.html\\r\\n \\r\\nВены ног имеют ряд особенностей https://www.angioprof.ru/personal/\\r\\n \\r\\nЧто входит в первичный приём у флеболога? Сколько времени он занимает? \\r\\nГлавный врач клиники «Первый Флебологический Центр» \\r\\nВ/в введение лек https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/badyi/\\r\\n  препаратов https://www.angioprof.ru/akczii-kliniki-flebologii-angioprof/\\r\\n  Микросклеротерапия множественных телеангиэктазий и ретикулярных вен на бедре или голени в пределах одной нижней конечности), курсовое лечение 2 категории сложности (склеротерапия телеангиоэктазий) A11 https://www.angioprof.ru/v-prodazhe/tovaryi-dlya-zdorovya/mediczinskij-trikotazh/mediczinskie-noski-dlya-diabetikov.html\\r\\n 12 https://www.angioprof.ru/uslugi-xirurgii/\\r\\n 013 https://www.angioprof.ru/uslugi-podologii/potlivost-nog.html\\r\\n \\r\\nЮрий Николаевич 6 лет назад обнаружил липому https://www.angioprof.ru/uslugi-podologii/\\r\\n  Хирург по месту проживания сказал, что если не болит, то делать ничего не надо Но Юрий Николаевич все равно решил удалить липому https://www.angioprof.ru/v-prodazhe/ortopedicheskie-tovaryi/kompressionnyij-trikotazh/\\r\\n  За 1 процедуру липома была полностью удалена под местной анестезией https://www.angioprof.ru/uslugi-xirurgii/lechenie-xronicheskix-nezazhivayushhix-ran-otriczatelnyim-davleniem-(npwt-terapiya)/bio-implant-kolennogo-sustava-bio-osteo-(ssha).html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:14:04','2026-01-21 16:14:04','10a413f4-16b8-4b95-82c4-7e2cc7a9fec0'),
(14744,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinEnume\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Состав: бульон куриный, капуста белокочанная, лук репчатый, морковь, томаты, соль, перец https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\r\\n  Общий вес – 300 г https://dostafka-obedi.ru/type_menu/napitki/\\r\\n \\r\\nДоставка обедов в офис https://dostafka-obedi.ru/about/\\r\\n \\r\\nОчень вкусная рыбка (горбуша под сливочно-шпинатным соусом), просто \\\"бомбическая\\\", а вот в плове морковки многовато! Но в общем всё очень вкусно, большое спасибо https://dostafka-obedi.ru/privacy-policy/\\r\\n \\r\\nОмлет с ветчиной, сыром и помидорами https://dostafka-obedi.ru/type_menu/salaty/\\r\\n \\r\\nСостав: салат айсберг, креветки, помидоры черри, сыр пармезан, соус цезрь, сухарики https://dostafka-obedi.ru/reviews/\\r\\n \\r\\nМинимальная сумма заказа- 5000 р https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\r\\n  Стоимость доставки заказа менее 10000 рублей (в пределах МКАД) - договорная Стоимость доставки при заказе от 10000 рублей (в пределах МКАД) - БЕСПЛАТНО Стоимость доставки за пределы МКАД - договорная https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:14:05','2026-01-21 16:14:05','bfd423ad-dc2c-4d23-bec6-07dccf0b1b5c'),
(14747,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreylen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гарантия 1 год https://ellman.ru/plates\\r\\n \\r\\nХарактеристики генератора \\r\\nСрок гарантии – 12 месяцев https://ellman.ru/diamond\\r\\n \\r\\n\\r\\nEllman Радиоволновой генератор Surgitron Dual EMC 90 https://ellman.ru/needle\\r\\n \\r\\nКомплект поставки прибора Surgitron® EMC* \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:16:11','2026-01-21 16:16:11','426d1da2-c464-4e3a-ad60-55fb752118c9'),
(14749,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryStera\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Нажимая на кнопку \\\"Подписаться\\\", я подтверждаю, что ознакомлен и согласен с условиями Пользовательского соглашения https://maze.tattoo/catalog/l/lovets-snov/\\r\\n \\r\\nВ сертификат входят консультация и работа мастера, все необходимые материалы (на 7000 рублей). Окончательная стоимость татуировки зависит от размера тату и сложности работы https://maze.tattoo/catalog/b/beskonechnii-uzel/\\r\\n  Точную цену вам назовут после консультации и согласования дизайна https://maze.tattoo/catalog/d/delfiny/\\r\\n  Доплату можно произвести на месте https://maze.tattoo/catalog/f/\\r\\n \\r\\nопыт работы https://maze.tattoo/catalog/i/in-yan/\\r\\n \\r\\nВ тату пирсинг салоне мы используем только стерильные инструменты, сертифицированные материалы и индивидуальный подход к каждому клиенту https://maze.tattoo/catalog/y/\\r\\n  Безопасность и эстетика — два столпа, на которых строится наша работа https://maze.tattoo/catalog/k/kot/\\r\\n \\r\\nЕсли у вас есть действующий сертификат, войдите на сайт, чтобы записаться на развлечение https://maze.tattoo/catalog/ch/chumnoi-doctor/\\r\\n \\r\\nАтмосфера СУПЕР! Стерильность на «отлично»! Исполнили мою мечту о татуировке на «УРА» Если делать тату, то только здесь https://maze.tattoo/catalog/ya/yakor/\\r\\n  Огромное спасибо мастеру! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:17:39','2026-01-21 16:17:39','7a3cfe97-8348-4002-8289-7863fe9fab04'),
(14750,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ShermanBaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pomgmk9oheivabfooksm@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Основная продукция: резервуары вертикальные стальные, химические и изотермические, баки-аккумуляторы горячей воды https://mobelmetall.ru/blog\\r\\n \\r\\nООО ОГРН: 1023701508270 Основано: 26 https://mobelmetall.ru/\\r\\n 04 https://mobelmetall.ru/\\r\\n 2001 https://mobelmetall.ru/blog\\r\\n \\r\\nСанкт-Петербург https://mobelmetall.ru/ourproduction\\r\\n \\r\\nОсновная продукция: опоры линий электропередач https://mobelmetall.ru/questions\\r\\n \\r\\nTo\'ytepa Metall Qurilmalari Адрес: г https://mobelmetall.ru/aboutus\\r\\n  Нурафшон, Бирлик МФЙ, ул https://mobelmetall.ru/questions\\r\\n  Тошкент йули Тел.: + 998 (95) 177-60-81 https://mobelmetall.ru/policy\\r\\n \\r\\n345 Механический завод Адрес: г https://mobelmetall.ru/contacts\\r\\n  Балашиха, Западная промзона, ш https://mobelmetall.ru/lazernaya-svarka-dubna\\r\\n  Энтузиастов, д https://mobelmetall.ru/\\r\\n  7 Тел.: +7 495 521-70-11 https://mobelmetall.ru/poroshkovaya-pokraska-dubna\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:18:47','2026-01-21 16:18:47','17097b73-f8d4-492b-accf-ad914af93c91'),
(14751,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryfoeft\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"15 профессиональных топ-мастеров, у каждого из которых – свой индивидуальный и неповторимы стиль https://maze.tattoo/catalog/ya/\\r\\n \\r\\nНе просто точка на карте https://maze.tattoo/catalog/p/plecho/\\r\\n \\r\\nИменно в этой студии мне сделали первое тату https://maze.tattoo/catalog/c/strekoza/\\r\\n  Теперь в коллекции + ещё одно тату и пирсинг https://maze.tattoo/catalog/e/enot-i-barsuk/\\r\\n  Мастера и администраторы очень открытые и дружелюбные люди https://maze.tattoo/catalog/d/dinozavry/\\r\\n  В самой студии всё на высшем уровне https://maze.tattoo/catalog/r/rok-muzyka/\\r\\n  Желаю им успехов и процветания https://maze.tattoo/catalog/l/lotos/\\r\\n  И я ещё обязательно к ним буду обращаться https://maze.tattoo/catalog/v/volki/\\r\\n \\r\\nМеста и события со свободным входом https://maze.tattoo/catalog/k/keltika/\\r\\n \\r\\nЭто чтобы сайт работал лучше https://maze.tattoo/catalog/k/korabl/\\r\\n  Оставаясь с нами, вы соглашаетесь с Политикой конфиденциальности https://maze.tattoo/catalog/с/semiya/\\r\\n \\r\\nВесенне-летнее меню в ресторанах Москвы https://maze.tattoo/catalog/p/pechat-velesa/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:19:21','2026-01-21 16:19:21','3c2d7f83-d4d7-47a3-a3f4-064ee3e1701a'),
(14752,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidVolla\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания  заботится о своих клиентах, поэтому предлагает качественную немецкую мебель от лучших производителей https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d39.html\\r\\n   У нас широкий ассортимент продукции https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=9\\r\\n   В каталоге вы найдете большое разнообразие корпусной и мягкой мебели, которая обладает отличными эксплуатационными характеристиками https://www.legnostyle.ru/catalog/mebel/sp-3.html\\r\\n \\r\\nКроме того, мебель от лидирующих производителей отличается дополнительной отделкой с применением натурального сусального золота (24К) https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p34.html\\r\\n   Эстетику внешнего вида в основном задают изящные элементы, характерные для французского и итальянского стиля https://www.legnostyle.ru/catalog/mebel/kb-26.html\\r\\n \\r\\nНаш специалист выполнит все необходимые замеры, продемонстрирует Вам образцы и фотографии, и, если Вас все устроит, Вы подписываете договор и вносите предоплату https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-4.html\\r\\n \\r\\nПрофессионализм https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=18\\r\\n   Наша компания на рынке более 12 лет https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-14.html\\r\\n   Работает с 20 https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/dver-d50.html\\r\\n  02 https://www.legnostyle.ru/catalog/inter-eri/s20.html\\r\\n  2002 года https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/peregorodka-model-a-26.html\\r\\n    Мы не интернет магазин, мы Компания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaya-dver-e21.html\\r\\n   У нас свой отдел инженеров, мы решаем многоцелевые задачи, по оснащению объектов разными видами слаботочного оборудования, а также разными видами связи (интернет, тв, сигнализация, усиление связи, видеонаблюдение, телефония, и т https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-3.html\\r\\n   д https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d9.html\\r\\n  ) \\r\\nОзнакомившись с представленным на сайте материалом, заказать выбранную мебель можно в салонах компании , где профессиональные дизайнеры-консультанты предоставят подробную информацию обо всех интересующих вас изделиях и помогут решить самые нестандартные задачи по оформлению интерьера https://www.legnostyle.ru/catalog/mebel/d1-11.html\\r\\n \\r\\nЧеловек, впервые столкнувшийся с манерой поведения китайцев в быту, часто бывает обескуражен https://www.legnostyle.ru/catalog/mebel/komod-m5.html\\r\\n   Тоже происходит и во время деловых переговоров https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d14.html\\r\\n   Вам следует \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:19:43','2026-01-21 16:19:43','8fa92532-c85a-44b2-bfaf-7d70b09573f2'),
(14753,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottScoup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Детально рассчитываем затраты на реализацию проекта https://berezov-lsk.ru/\\r\\n \\r\\nРоман Федоров, 35 лет https://berezov-lsk.ru/\\r\\n \\r\\nПослепосадочный уход https://berezov-lsk.ru/\\r\\n \\r\\nУкладка тротуарной плитки https://berezov-lsk.ru/\\r\\n \\r\\nРазрабатываем рабочие чертежи, которые служат основой для реализации проекта https://berezov-lsk.ru/\\r\\n \\r\\n«Агава-М» \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:20:21','2026-01-21 16:20:21','f4a92a24-abd1-42ef-85e1-a1362d4a8a98'),
(14754,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickDyete\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cratunsculit1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Основной целью нашей компании, осуществляющей оптовую продажу продуктов питания в столице и российских регионах, является снабжение продуктового рынка страны качественными и полезными товарами со всего мира https://oookors.ru/product/lejz-70-gr-assorti-upak-25-sht/\\r\\n  Мы отдаем предпочтение только официальным дистрибьюторам продуктов питания, которые за время работы стали нашими постоянными и надежными партнерами https://oookors.ru/product/nivea-pena-men-ohlazhd-d-br-d-chuv-k-200ml/\\r\\n \\r\\nДоставка осуществляется ежедневно, кроме воскресенья, на следующий день после оформления заказа https://oookors.ru/product/ariel-sms-color-zhidkoe-156l/\\r\\n  Доступна оплата несколькими способами https://oookors.ru/product/chupa-chups-gigant-blok-6-sht/\\r\\n \\r\\nКупить Рисовые снеки Юки-но Ядо 172 г от 310 ? от Джей-Маркет https://oookors.ru/product/nivea-krem-inten-pit-d-ruk-50ml/\\r\\n \\r\\nТД «Опт-Торг HoReCa» готов стать для Вас надежным партнером, обеспечивая выгодную и бесперебойную поставку широчайшего ассортимента продуктов питания в магазины и рестораны, помогая повысить и улучшить эффективность вашего бизнеса https://oookors.ru/product/cheshskij-zamok-beloe-045-l-st-12-sht/\\r\\n \\r\\nПродукты питания оптом в Москве https://oookors.ru/product/morozhenoe-zhidkaya-karamel-24-sht/\\r\\n \\r\\nВода, минеральная вода https://oookors.ru/product/czejlonskij-krupnolistovoj-1000gr-6sht/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:20:28','2026-01-21 16:20:28','b874508f-56d8-4219-ae54-c56d97fce504'),
(14755,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgehor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Маркетплейсы раскинули сети https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/podveski-i-kulony/podveska-k1-00018130/\\r\\n \\r\\nМы свой товар очень ценим и цену никак не занижали, чтобы выйти на Wildberries https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00015479/\\r\\n  Например, попасть по футболкам в топ и конкурировать с простыми и дешевыми футболками — не наша история https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00001669/\\r\\n  Мы привлекали свою аудиторию, сейчас не запрещено перенаправлять покупателей с других площадок https://bayra.market/index.php?dispatch=products.on_sale&page=128\\r\\n \\r\\nВ компании отмечают: прежде чем запускать магазин на маркетплейсе, стоит глубоко погрузиться в вопрос экономики https://bayra.market/odezhda-ru-5/page-21/\\r\\n  На каждой площадке условия разные, а новички часто не могут глубоко просчитать свои затраты https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/podveski-i-kulony/podveska-k1-00009853/\\r\\n  И саму площадку нужно выбирать с умом: по словам Виталия Кожемякина, одного из основателей бренда Muzzle, на OZON понятные инструменты продвижения товара, здесь проще выстрелить с нуля https://bayra.market/sahar-ru-2/\\r\\n  Но и комиссии несколько выше, чем на других площадках https://bayra.market/produkty-pitaniya-ru/ryba-i-moreprodukty/solenaya-vyalenaya-i-kopchenaya-ryba/forel-slabosolenaya-file-kusok-v-u-450-g/\\r\\n  А на Wildberries частично успех продавца зависит от удачи, и качество доставки хуже, зато на этой площадке больше покупателей https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00020732/\\r\\n \\r\\nНапример, в числе новосибирских продавцов: бренд умной косметики для лица, тела и волос «Bodyton», органические продукты «HELLODREAMS cafe», декоративные цветы «Fi’ora», бренд деревянных игрушек «Волшебное Дерево» https://bayra.market/ryba-i-moreprodukty/page-6/\\r\\n \\r\\nПодробнее о ситуации в региональной экономике можно узнать в новом выпуске доклада Банка России «Региональная экономика: комментарии ГУ» https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00013283/\\r\\n  Один из источников информации для него — мониторинг более 14 тысяч предприятий со всей страны https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00002130/\\r\\n  В том числе в него входят свыше 100 предприятий из Хакасии https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00020549/\\r\\n \\r\\nЧистая прибыль https://bayra.market/produkty-pitaniya-ru/chay-kofe-kakao/chay/chay-ahmad-erl-grey-s-bergamotom-200g/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:21:02','2026-01-21 16:21:02','04d78a9c-e790-4165-b9a5-494c5f656a66'),
(14756,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidhom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Изготовление Вашей кухни началось! И теперь Вам остается только ждать https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-22.html\\r\\n   Изготовление кухни занимает до 14 дней, максимум, в зависимости от сложности заказа https://www.legnostyle.ru/uteplenie-vhodnyh-dverei.html\\r\\n \\r\\nТакой вид отделки мебели существует очень давно, наши предки использовали кожу в разных целях и для оббивки мебели тоже https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/\\r\\n   На сегодняшний день это больше чем просто элемент декора https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s9.html\\r\\n   Это, в каком-то роде, особая философия, способная даже перерасти в будущем в отдельное стилевое решение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/?PAGEN_1=4\\r\\n \\r\\nНа сегодняшний день элитная мебель пользуется особенным интересом среди населения https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=19\\r\\n   Как правило, изготавливают ее на заказ, поэтому покупатели с самыми большими требованиями могут выполнить различные индивидуальные пожелания https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-23.html\\r\\n \\r\\nКлассическое наследие итальянских мастеров находит отражение в эксклюзивных образцах мебели, радующих обладателей роскошных интерьеров, а также приверженцев традиционности и постоянства стиля https://www.legnostyle.ru/catalog/inter-eri/?PAGEN_1=13\\r\\n \\r\\nПокупателям итальянской мебели от компании  всегда своевременно осуществляется доставка заказа из ассортимента, имеющегося на складе или представленного в демонстрационном зале https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a-41.html\\r\\n   Тщательное проведение предпродажной подготовки гарантирует полную комплектацию и высокое качество мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d20.html\\r\\n \\r\\nЭксклюзивная немецкая мебель в Москве по доступным ценам - это стильная и комфортная мебель-Германия https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=4\\r\\n   Мы предлагаем , , ,  и , , и , , то есть полный интерьер Вашего дома с гарантированным сочетанием натуральных материалов и в идеальной цветовой гармонии, при комплектации на разных фабриках https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:21:09','2026-01-21 16:21:09','463a68c2-7978-4c75-a1d2-5d01654e3f42'),
(14757,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LloydEviFe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"пожизненная гарантия на датчики топлива https://ftnet.ru/gbo-na-volkswagen-polo/\\r\\n \\r\\nНецелевое использование транспорта https://ftnet.ru/tomsk\\r\\n \\r\\nКакие гарантии дает мониторинг транспорта: \\r\\nЗапросить образец https://ftnet.ru/ufaftnet\\r\\n \\r\\nМониторинг объектов в режиме 24/7 Хранение данных в течение 3-х месяцев Поддержка датчиков уровня топлива Ретрансляция данных на один сервер или интерфейс для доступа с мобильных устройств или хранение данных в течение 12-ти месяцев Гарантия на установку 2 года https://ftnet.ru/ufa\\r\\n \\r\\nСистема GPS/ГЛОНАСС мониторинга транспорта: сократите расходы на автопарк до 40% \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:21:53','2026-01-21 16:21:53','ab018093-1019-4c0c-a701-4909eb8187d2'),
(14758,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cydayabiny\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cargo888.cn@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продажа грузовых шин и шин для легковых автомобилей оптом по ценам производителя с НДС! \\r\\n<a >Купить шины оптом</a> - ASIANCATALOG \\r\\nРассрочка платежа, НДС, Маркировка шин \\\"ЧЗ\\\", Сертификаты ЕАС \\r\\nМы заинтересованы в сотрудничестве!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:22:21','2026-01-21 16:22:21','16265629-045f-4fe7-831b-7b7292f63c58'),
(14770,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelOrima\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"akindinkudryashov6842@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Баки ферментации, рециркуляции https://mklider.ru/katalog/protivopozharnoe-oborudovanie/predohranitel-ognevoy-kommunikatsionnyy-pok/\\r\\n \\r\\nУслуги монтажа и пусконаладки https://mklider.ru/katalog/metallicheskie-vorota/vrk-vorota-uhl-1-po-tipu-serii-14352-28-vyp2.html\\r\\n \\r\\nВ продаже имеются емкости различной формы и размеров https://mklider.ru/katalog/metallicheskie-vorota/vorota-uhl-1-po-tipu-serii-14352-28-vyp1.html\\r\\n  Это могут быть горизонтальные или вертикальные конструкции, резервуары с нестандартными параметрами https://mklider.ru/katalog/oborudovanie-dlya-azs/klapany-otsechnye-poplavkovye-ok-80/\\r\\n \\r\\n\\r\\nПервые используются для хранения воды, химических веществ и топлива, благодаря высокой прочности https://mklider.ru/katalog/metallicheskie-kolodtsy/\\r\\n  Монтаж осуществляется на специальных фундаментах, что обеспечивает стабильность и безопасность эксплуатации https://mklider.ru/katalog/bunkera/\\r\\n \\r\\nКонтроль качества и цены https://mklider.ru/uslugi/plazmennaya-rezka-metalla.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:25:18','2026-01-21 16:25:18','dd102752-bcf5-4f08-9712-b9a9a53258f5'),
(14771,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottusefs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если вы счастливый обладатель однокомнатной квартиры, то скорее всего не раз сталкивались с проблемой нехватки свободного пространства https://olga-filippova.ru/smi\\r\\n  При этом, чтобы реализовать свои планы, создать современный дизайн однокомнатной квартиры, многим приходилось прикладывать не малые усилия, включая фантазию и воображение на полную, рационально используя каждый сантиметр https://olga-filippova.ru/horeca\\r\\n \\r\\nПодбирая отделочные материалы, мебель, предметы освещения, элементы декора не забывайте о параметрах вашей квартиры https://olga-filippova.ru/portfolio-2\\r\\n  Низкие потолки, скудность естественного освещения и прочие факторы могут воспрепятствовать красивому воплощению ваших идей https://olga-filippova.ru/shop\\r\\n  Кстати, подобранные материалы затем будет несложно перевести в примерный бюджет на их закупку https://olga-filippova.ru/shop\\r\\n \\r\\n\\r\\nРазнообразные детали и вещи, которые своим дизайном напоминают промышленную сферу, являются самым настоящим  этого стиля https://olga-filippova.ru/interery-medical-study-center\\r\\n  К примеру, ими могут стать разные вентили, болты и многое другое https://olga-filippova.ru/uslugi_seny\\r\\n \\r\\n\\r\\nДля того, чтобы ваши затраты покрылись вам понадобится около года https://olga-filippova.ru/interery-fasad\\r\\n  Но при условии, что в месяц вы будете реализовывать примерно 4 проекта https://olga-filippova.ru/portfolio-2\\r\\n  Т https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\\r\\n е https://olga-filippova.ru/interery-fasad\\r\\n  месячный доход будет не менее 200 т https://olga-filippova.ru/shop\\r\\n р https://olga-filippova.ru/shop\\r\\n  После года работы, вы будете пожинать плоды своих усилий https://olga-filippova.ru/uslugi_seny\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:26:04','2026-01-21 16:26:04','fd0dd4d3-9d2f-413f-8f22-f7307f6f6f2f'),
(14772,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreylEx\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"МОДУЛЯЦИЯ (форма волны) Прибор имеет четыре выходных формы волны: \\r\\nПо сравнению с предшествующими моделями устройство генерирует радиоволны частотой 4 мегагерц и поддерживает их, при этом мощность его составляет 90Вт https://ellman.ru/\\r\\n  В нем имеется возможность параллельно включать биполярный пинцетообразный электрод, не отключая при этом основной https://ellman.ru/tips\\r\\n  При использовании режима биполярной коагуляции Surgitron частота излучения радиоволн равна 1,7 мегагерц https://ellman.ru/scalpel\\r\\n \\r\\n\\r\\nПрибор электро-радиохирургический Surgitron-DF 120 представляет собой полупроводниковый высокочастотный генератор, являющийся источником высокомощной энергии радиоволн, который может использоваться для целого ряда радиоволновых хирургических манипуляций https://ellman.ru/catalog\\r\\n  Данное действие достигается выбором форм волны и уровней мощности с помощью кнопок, расположенных на передней панели https://ellman.ru/needle\\r\\n  Выбор режима осуществляется с помощью нажимных кнопок и индикаторов, которые дают информацию о состоянии прибора https://ellman.ru/ball\\r\\n  Уровень мощности для каждого режима высвечивается на цифровых дисплеях, находящихся на передней панели прибора, на которых также показывается положение самопроверки и наблюдения https://ellman.ru/basic\\r\\n  Регулирование окончательной выходной мощности осуществляется с помощью ножного и (или) ручного переключения https://ellman.ru/\\r\\n  Внутренняя память является особым элементом для сохранения всех настроек передней панели, режима и уровня выходной мощности https://ellman.ru/needle\\r\\n  Прибор соответствует международным стандартам безопасности https://ellman.ru/\\r\\n \\r\\nОбласть применения: гинекология, дерматология, стоматология, отоларингология, урологической, проктология, онкология https://ellman.ru/accessories\\r\\n \\r\\nЭлектро-радиохирургический аппарат ELLMAN СУРГИТРОН DF 120 https://ellman.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:27:07','2026-01-21 16:27:07','4695ebd8-7a34-4c37-b0c5-8a1ecefc4421'),
(14773,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyLag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Online-samsung - это монобрендовый магазин, которому нужно бороться с гигантскими сетями типа Эльдорадо, М https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n Видео и Ситилинка https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Целевая аудитория бренда широкая и неоднородная, поэтому для продвижения мы выбрали подход «SEO с оплатой за целевое действие» \\r\\nрост небрендового трафика https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\nПовысить позиции сайта в поисковых системах https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Увеличить небрендовый трафик с помощью SEO https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Решить вопрос склейки зеркал сайта https://proffseo.ru/\\r\\n \\r\\nЕсли масштабы бизнеса охватывают всю территорию РФ, а не только региональные центры (вроде Москвы, Санкт-Петербурга, Нижнего Новгорода), то применяется геоНЕзависимое продвижение сайта в масштабах России https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\nЕще истории успеха https://proffseo.ru/privacy\\r\\n \\r\\nВ то же время продвижение сайтов в ТОП-10 по России применимо, когда число регионов больше 7 шт https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:28:32','2026-01-21 16:28:32','a5226964-f0b1-41a5-8f5c-9ca0b5857f05'),
(14774,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelPycle\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"akindinkudryashov6842@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Монтаж резервуаров и емкостей осуществляется в соответствии с ГОСТ 31385-2008, проектами КМ и ППР https://mklider.ru/katalog/emkosti/rgsp-rezervuary-gorizontalnye-stalnye-podzemnye/rgsp-50-m3.html\\r\\n \\r\\nНаши преимущества https://mklider.ru/katalog/rezervuarnoe-oborudovanie/patrubok-zamernogo-lyuka-pzl/\\r\\n \\r\\nПроектирование https://mklider.ru/katalog/oborudovanie-dlya-azs/kran-sharovyy-flantsevyy-s-udlinennym-shtokom/\\r\\n  Производственная деятельность начинается с обработки металлического материала – изготовления заготовок и их обработки https://mklider.ru/katalog/emkosti/rgsp-rezervuary-gorizontalnye-stalnye-podzemnye/rgsp-5-m3.html\\r\\n  Следующий шаг – вальцовка деталей и сварка элементов с применением профессионального оборудования, которое гарантирует качество, чистоту и прочность швов https://mklider.ru/katalog/oborudovanie-dlya-azs/filtr-slivnoy-fs/\\r\\n  По завершении формовки резервуара его оснащают строповочными системами, креплениями для изоляционных материалов https://mklider.ru/katalog/rezervuarnoe-oborudovanie/lyuk-svetovoy-ls/\\r\\n  Готовые емкости проходят серию испытаний на герметичность, прочность, другие качества https://mklider.ru/novosti/\\r\\n  Юридическая часть – подготовка документации, подтверждающей соответствие конструкции утвержденным стандартам, ее качество https://mklider.ru/uslugi/plazmennaya-rezka-metalla.html\\r\\n  Организационный этап – упаковка, перевозка, отгрузка https://mklider.ru/katalog/rezervuary-i-emkosti-pod-davleniem/rasshiritel-produvki-rp/\\r\\n  При производстве полистовым методом сварки на этой стадии осуществляется приемка изделия заказчиком https://mklider.ru/katalog/oborudovanie-dlya-azs/kopiya-azotnyy-uzel-dlya-mezhstennogo-prostranstva-rezervuarov/\\r\\n \\r\\n\\r\\nЛюбые объёмы продукции https://mklider.ru/katalog/emkosti/rgsn-rezervuary-gorizontalnye-stalnye-nazemnye/rgsn-15-m3.html\\r\\n \\r\\nВся продукция соответствует требуемым стандартам качества ГОСТ и техническим условиям предприятия https://mklider.ru/katalog/emkosti/rgsp-rezervuary-gorizontalnye-stalnye-podzemnye/rgsp-60-m3.html\\r\\n  У нас можно приобрести емкости для перевозки и хранения питьевой, технической воды и нефтепродуктов, химических жидкостей и других веществ https://mklider.ru/katalog/protivopozharnoe-oborudovanie/ognepregraditel-op/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:30:49','2026-01-21 16:30:49','3a8de99b-9d54-4c22-b336-eaf25026d2fe'),
(14780,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldStync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гостевой дом https://rich-house.su/booking/\\r\\n \\r\\nПосмотреть доступные номера https://rich-house.su/restaurants/\\r\\n \\r\\nНебуг (36 отелей) \\r\\nВойти и сэкономить https://rich-house.su/contacts/\\r\\n \\r\\nот 4 000 руб https://rich-house.su/services/\\r\\n  за номер в сутки https://rich-house.su/\\r\\n \\r\\nулица Леселидзе , д https://rich-house.su/restaurants/\\r\\n 9, Геленджик https://rich-house.su/booking/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:33:56','2026-01-21 16:33:56','17b83b33-c812-4520-b7cc-ae46eb6fd10a'),
(14781,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottPah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вы до начала работ увидите, как будет выглядеть ваш участок – подготовим подробный проект и согласуем его с вами https://berezov-lsk.ru/\\r\\n \\r\\nОт 90 руб./м2 RUB https://berezov-lsk.ru/\\r\\n \\r\\nУчасток по Вашим пожеланиям https://berezov-lsk.ru/\\r\\n \\r\\nЭкспертная https://berezov-lsk.ru/\\r\\n \\r\\nВ поисках Тунгусского метеорита Экспедиция к самому мощному водопаду России Сплав по Угрюм-реке Витим https://berezov-lsk.ru/\\r\\n \\r\\nЛандшафтные архитекторы https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:34:09','2026-01-21 16:34:09','a862889c-738f-49c6-8850-a31d94404f70'),
(14782,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeannie \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jhlnyc@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Does your location or other locations within 10 miles of Edgewater, NJ have a Korean program? If so, are you accepting Medicaid residents at this time? I\'d love to come visit if this is the case.\\r\\n\\r\\nThank you!\\r\\nJeannie\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:34:10','2026-01-21 16:34:10','1f8548ab-d78a-45bf-b8b7-9d87d98d597d'),
(14783,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidhom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Элитная кухня - это непревзойденное сочетание максимального удобства, функциональности и изысканного дизайна https://www.legnostyle.ru/catalog/mebel/scg-8.html\\r\\n   Пребывание на такой кухне - сплошное удовольствие, ведь даже приготовление пищи из обязанности превращается в приятное времяпрепровождение https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaya-dver-e15.html\\r\\n   Уют и комфорт элитных кухонь от компании  создается каждой деталью - индивидуальный подход к каждому клиенту позволяет удовлетворить любые требования и пожелания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p20.html\\r\\n \\r\\nКак свидетельствуют данные, которые были обнародованы Федеральным статистическим ведомством Германии, в 2018 году статус самого крупного торгового партнера страны остается за Китаем, причем это уже третий год подряд https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-3.html\\r\\n   Объем торговли между Германией и Китаем достиг 199,3 миллиарда евро https://www.legnostyle.ru/mebel-ampir.html\\r\\n \\r\\nПремиальные материалы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/dver-i13.html\\r\\n   В производстве изделий используются дорогие материалы: массив ценных пород дерева, алюминий, декоративное ударопрочное стекло, обивка мягких элементов выполняется из натуральной кожи https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s7.html\\r\\n   Готовые изделия отличаются прочностью и долговечностью, формируют вокруг себя атмосферу солидности и надежности https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d34.html\\r\\n \\r\\nРеставрация выполняется опытными мастерами на профессиональном уровне https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p8.html\\r\\n   Позвоните по нашему телефону прямо сейчас, чтобы пригласить специалиста на дом или в офис! Мы вернем ваши изделия к жизни быстро, аккуратно и качественно! \\r\\nКак правило, элитная дорогая респектабельная мебель изготовлена из ценных пород древесины, умело и искусно обработанной настоящими профессионалами https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaya-dver-e18.html\\r\\n   На международном мебельном рынке есть много предложений мебели премиум класса, но, если вам хочется приобрести лучшее, стоит обратиться к итальянским производителям https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d18.html\\r\\n   Итальянская элитная мебель выпускается в содружестве с лучшими мировыми дизайнерскими мастерскими https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p22.html\\r\\n   Красота итальянских гарнитуров, например, мебельных коллекций для гостиных, неподражаема и неповторима https://www.legnostyle.ru/catalog/mebel/gp-13.html\\r\\n   А умение итальянских краснодеревщиков работать с благородными древесными породами оттачивалось веками https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/dver-i1.html\\r\\n \\r\\nНа протяжении многих лет качественная мебель из дерева высоко ценится покупателями всего мира https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=19\\r\\n  Мебель из ценных пород отличается безупречным внешним видом и исключительной надежностью https://www.legnostyle.ru/otechetsvennye-dveri-rossiiskogo-proizvodstva-v-moskve.html\\r\\n   Салон элитной мебели  готов предложить изысканную импортную мебель для гостиных, спален, кабинетов, библиотек, детских комнат, прихожих и столовых https://www.legnostyle.ru/catalog/mebel/scg-38.html\\r\\n    \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:34:29','2026-01-21 16:34:29','0bb5cfb6-ce3d-4dae-b603-ad63e610e27d'),
(14784,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertcak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, ego volo scire vestri pretium.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:35:30','2026-01-21 16:35:30','8a2dd802-f347-4f52-961e-f7ca7104e1a7'),
(14791,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottApomi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"от 5 000 руб./м2 https://berezov-lsk.ru/\\r\\n \\r\\nУникальные эскизы Генплан территории Визуализация Дендроплан Ассортиментная ведомость растений Фотографическое приложение насаждений План озеленения План привязки цветников План благоустройства План дорожных покрытий и мощений Схема освещения Сметный расчет Дополнительная документация https://berezov-lsk.ru/\\r\\n \\r\\nGreen lace https://berezov-lsk.ru/\\r\\n \\r\\nЧто-то пошло не так https://berezov-lsk.ru/\\r\\n \\r\\nАнна Митрошникова, 36 https://berezov-lsk.ru/\\r\\n \\r\\nОнлайн-калькуляторы расчета стоимости услуг благоустройства участка https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:35:43','2026-01-21 16:35:43','df5266ff-d80e-48d7-b7bb-667e3c655250'),
(14796,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyoptot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Примеры геоНЕзависимых запросов: &lt;&gt;ецепт торта Наполеон], &lt;&gt;ак избавиться от лишнего веса], &lt;&gt;ак самостоятельно выбрать утюг], &lt;&gt;сенняя подрезка деревьев сада] и пр https://proffseo.ru/\\r\\n \\r\\nЛюбой пользователь может изменить свой регион в настройках поиска и получить целевую выдачу для другого региона https://proffseo.ru/kontakty\\r\\n \\r\\nЗадача: \\r\\nОчевидно, что если пользователь его ввел, то он хочет заказать доставку пиццы в том городе/местоположении, в котором он находится https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  К примеру, это может быть Москва или Санкт-Петербург https://proffseo.ru/kontakty\\r\\n  На иллюстрации видно, что результаты выдачи абсолютно разные: \\r\\nПродвижение в ТОП-10 за рубли https://proffseo.ru/prodvizhenie-sajtov-po-rf\\r\\n  Успейте заказать сейчас и воспользоваться скидкой 20%. Выведем из-под санкций https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n  Будьте в топе https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nПовысить позиции сайта в поисковых системах https://proffseo.ru/\\r\\n  Увеличить небрендовый трафик с помощью SEO https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Решить вопрос склейки зеркал сайта https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:37:02','2026-01-21 16:37:02','1e5e2915-3379-4e69-9816-dac5595a4500'),
(14800,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Qasim Yaseen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qasimyaseen326@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web UI/UX design and developemnt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\n\\r\\nMy name is Qasim, and I am a full stack web developer and designer From Pakistan. I previously worked for a digital marketing agency in Singapore, but I have recently been retrenched.\\r\\n\\r\\n\\r\\nIf you are looking to revamp your current site ccshrewsbury.com or design a new website, I would be happy to offer my services. You can propose a price, and I will do my best to meet your expectations.\\r\\n\\r\\nPlease let me know if you would like to see examples of my past work.\\r\\n\\r\\n\\r\\n\\r\\nThank you,\\r\\n\\r\\nQasim\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:37:51','2026-01-21 16:37:51','cb01b85d-d821-4ca1-a05c-835ababf5d95'),
(14801,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgefag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramil-gilmanov1993@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как распределение по складам меняет продажи на Wildberries? Алгоритмы маркетплейсов без ума от быстрой доставки https://bayra.market/produkty-pitaniya-ru/makarony-krupy-i-muka/makaronnye-izdeliya-ru-2/makarony-kifferi-rigati-rozhki-450g-barilla/\\r\\n  Карточка с пометкой «Завтра» получает мощный буст в поисковой выдаче и часто поднимается выше конкурентов, которые везут свой товар несколько дней https://bayra.market/bizhuteriya/page-78/\\r\\n  Проанализируйте, в каких регионах на ваш продукт стабильно высокий спрос, и начните с точечной отправки партии именно туда https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00018619/\\r\\n \\r\\nОбъект продан https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00002210/?select_warehouse=56\\r\\n \\r\\nТорговля лакомствами для собак на Wildberries https://bayra.market/oniks-finans-ooo/?category_id=24508\\r\\n \\r\\nПандемия коронавируса распахнула для россиян двери в удобный и, при этом полностью обезличенный, мир маркетплейсов https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00020467/\\r\\n  С того момента популярность онлайн-площадок с каждым годом только нарастает https://bayra.market/produkty-pitaniya-ru/masla-sousy-uksus-ru/dobavki-dlya-prigotovleniya-blyud/zhele-kivi-80g-lidkon/\\r\\n  Торговля в удаленном формате стремительно опережает офлайн по объемам продаж https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/kombinezony-ru-2/kombinezon-detskiy-na-manzhetah-kulirka-zveryata-r-80/\\r\\n  Оттого и все более жесткой, и изощренной становится борьба за покупателя на онлайн-площадках https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/komplekty-1/komplekt-k1-00016043/\\r\\n  Именно здесь предприниматели все чаще используют серые или даже откровенно черные схемы для увеличения продаж своих продаж и сокращения продаж конкурентов https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/podveski-i-kulony/podveska-k1-00000726/\\r\\n \\r\\nПубликуем историю, которой с нами поделилась жительница Сибири https://bayra.market/zhenschinam-ru/page-91/\\r\\n  «Раньше я не доверяла маркетплейсам от слова совсем https://bayra.market/produkty-pitaniya-ru/kolbasy-sosiski-i-delikatesy/kolbasy-ru/servelat-firmennyy-kolbasa-100-g/\\r\\n  Меня многие уговаривали что-то заказать, просто попробовать, но все было тщетно https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00000888/\\r\\n  В моей голове роились мысли: а вдруг не по размеру? Потом перезаказывать, а это время https://bayra.market/zhenschinam-ru/page-114/\\r\\n  А если деньги не вернут тд…? Спустя год я все-таки решила попробовать https://bayra.market/odezhda-ru-5/detyam/novorozhdennym/verhnyaya-odezhda-ru-4/konvert-lapki-mishki-karamel-rost-56/\\r\\n  Скачала приложение https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00016584/\\r\\n  Сделала заказ, и понеслось…За последний год число моих покупок на маркетплейсах выросло в десятки раз https://bayra.market/produkty-pitaniya-ru/kolbasy-sosiski-i-delikatesy/kolbasy-ru/semeynaya-kolbasa-s-chesnochkom-ekstra-varenaya/\\r\\n  Я не могу остановиться! Бывает и такое, что я чуть ли не каждый день что-то заказываю и хожу в пункт выдачи https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00015384/?select_warehouse=56\\r\\n  Сейчас вот подсела на блогеров, который делают «распаковку» и заодно прикрепляют кучу артикулов https://bayra.market/produkty-pitaniya-ru/kolbasy-sosiski-i-delikatesy/delikatesy-myasnye-i-kopchenosti/okorochka-kurinye-kopcheno-varennye-bars-1upak-1-kg/\\r\\n  А мне все надо! Иногда даже на маркетплейсах сижу чаще, чем в социальных сетях https://bayra.market/produkty-pitaniya-ru/chay-kofe-kakao/chay/chay-azerchay-buket-200-g/\\r\\n  Пролистываю рекомендации, добавляю товары в корзину и делаю заказ https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00020043/\\r\\n  Первое время с радостью бежала в пункт выдачи, чтобы примерить очередную безделушку, но сейчас с каждой покупкой радости все меньше https://bayra.market/produkty-pitaniya-ru/chay-kofe-kakao/chay/chay-curtis-sunny-lemon-20-piramidok-chernyy/\\r\\n  Ощущение, что заказываю что-то просто по привычке https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00001479/\\r\\n  Что мне делать?» Психологи называют это копинговыми механизмами https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00020210/?select_warehouse=56\\r\\n  Это действия людей, которые помогают им бороться со стрессом https://bayra.market/produkty-pitaniya-ru/ryba-i-moreprodukty/solenaya-vyalenaya-i-kopchenaya-ryba/kizhuch-holodnogo-kopcheniya-tesha-chili-v-u-500-g/\\r\\n  Многие так справляются с напряжением или тревогой https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kole-ozherelya-i-busy/kole-k1-00016842/?select_warehouse=56\\r\\n  Механизм такой: однажды вы что-то заказали на маркетплейсах, это что-то вас очень порадовало https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00000572/\\r\\n  В вашей голове отложилось: «Покупки в интернете – это радостно» https://bayra.market/solenaya-vyalenaya-i-kopchenaya-ryba/page-4/\\r\\n  После на вас наорал начальник на работе или ребенок устроил истерику в магазине https://bayra.market/produkty-pitaniya-ru/kolbasy-sosiski-i-delikatesy/kolbasy-ru/servelat-marochnyy-kolbasa-v-k-350-g/\\r\\n  Вы снова открываете маркетплейс, делаете покупку – и снова появляется радость https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/broshi-i-znachki/brosh-k1-00001389/\\r\\n  Вы начинаете делать это на повторе, приходите в маркетплейсы по привычке для собственного успокоения или избегания неприятных чувств https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00016485/\\r\\n  Что делать: если вам «ок», то можно вообще ничего не делать https://bayra.market/ip-klimenko/?category_id=19849&page=7\\r\\n  У вас появится новая вещица, сделаете кого-то чуть богаче, ВВП вырастет, акционеры маркетплейсов получат дивиденды, а ненужное потом продадите https://bayra.market/zhenschinam-ru/page-50/?layout=products_multicolumns\\r\\n  Если вы хотите что-то менять, то начните с простого – удаления приложения https://bayra.market/ip-klimenko/?category_id=20819&page=16\\r\\n  В краткосрочной перспективе это поможет https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00017830/\\r\\n  Однако копинговый механизм сильнее, и скоро вы найдёте способ обойти свои же запреты https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00015334/\\r\\n  Понаблюдайтее за собой, в какое время чаще всего скролите ленту маркетплейсов https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00019296/\\r\\n  Если это поздний вечер, то не лучше ли лечь спать, а если обед, то стоит перекусить https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00015383/\\r\\n  Ведь эмоции обычно берут вверх над голодным желудком https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00016866/\\r\\n  А еще обратите внимание на то, когда вы не сидите в маркетплейсах https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00018985/\\r\\n  Это важно https://bayra.market/sergu/page-44/?utm_referer=geoadv_search_yabs&utm_ya_campaign=89823972517&yabizcmpgn=25716636&utm_candidate=59247141423\\r\\n  Так вы поймете ваши интересы https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00017368/\\r\\n  То, что способно бороться с зависимостью https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00020506/?select_warehouse=56\\r\\n  Ответьте себе на вопрос: «Можно ли чаще ощущать это хорошее, а не то плохое? Попробуйте понять, от чего вы бежите? С какими эмоциями не можете справиться? Можете ли вы самостоятельно решить проблему? Например, вам надоела ежедневная рутина, которая вызывает лишь апатию https://bayra.market/zhenschinam-ru/page-137/\\r\\n  Тогда стоит подумать о путешествии или переезде, а не о шоппинге https://bayra.market/galantereya-i-ukrasheniya/page-160/\\r\\n  Ангелина Саламатова https://bayra.market/oniks-finans-ooo/?category_id=13422&page=149\\r\\n \\r\\nСогласно весеннему опросу Wildberries, который проводился в 70 регионах России, более половины россиян — 54 % — каждый месяц покупают товары в интернете на сумму от 5 до 20 тысяч рублей https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/kolca/kolco-k1-00019908/\\r\\n  У 63 % опрашиваемых за последние три года увеличились траты в категории онлайн-покупок на 30 % и более https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/braslety/braslet-k1-00018396/\\r\\n  И почти половина покупателей — 48 % — заказывают товары в интернете каждую неделю https://bayra.market/galantereya-i-ukrasheniya/zhenschinam-ru/bizhuteriya/sergu/sergi-k1-00016999/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:37:53','2026-01-21 16:37:53','00c28452-fa5f-41b1-b887-4aab54ff8909'),
(14802,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyjiche\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы избежать ошибок при внедрении технических заданий, наш SEO специалист напрямую общается с вашим отделом разработки https://proffseo.ru/\\r\\n \\r\\nКаталог https://proffseo.ru/kontakty\\r\\n \\r\\nПродвижение сайта по России для федеральных компаний, брендов, интернет-магазинов https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n \\r\\nПриведем клиентов и запустим ваш бизнес в интернете буквально с нуля и «под ключ» https://proffseo.ru/kontakty\\r\\n \\r\\nрост целевого трафика https://proffseo.ru/kontakty\\r\\n \\r\\nРегиональное продвижение позволяет охватить новую целевую аудиторию, осуществлять развитие и экспансию в город, в котором заинтересован бизнес: компания, бренд, интернет-магазин https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\r\\n  Для продвижения компании и сайта по конкретному городу, области или региону России, нужна специальная «региональная» SEO-оптимизация сайта https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:38:41','2026-01-21 16:38:41','5627d13d-d771-4680-8638-dd87960f868c'),
(14803,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelEmpic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Толщина: 20 мкм https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-rulonax/meshki-120-litrov-10-sht-v-rulone-70h110-pvd-chernyj-standart-jekonom/\\r\\n \\r\\nМешок для мусора: 240 л https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-polov/help-sredstvo-dlja-mytja-polov-koncentrirovannoe-5-l/\\r\\n \\r\\nПричины купить мусорные мешки в ООО ПКФ «Абак» \\r\\nподробности в разделе \\\"скидки\\\" \\r\\nПроизводитель «Клим Пласт» предлагает заказать оптом пакеты для мусора https://kapio.ru/katalog/meshki-dlya-musora/meshki-pnd/meshki-dlja-musora-60-litrov-pnd-chernye-50-shtuk-v-rulone/\\r\\n  В наличии изделия различной плотности и объема, в рулонах и пластах https://kapio.ru/katalog/xozyajstvennyij-inventar/inventar-dlya-mojki-stekol/derzhatel-dlja-shubki-plastikovyj-35-sm/\\r\\n \\r\\nМешки для мусора https://kapio.ru/katalog/xozyajstvennyij-inventar/inventar-dlya-mojki-stekol/derzhatel-dlja-shubki-plastikovyj-35-sm/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:38:57','2026-01-21 16:38:57','042162ad-c570-40f5-ba73-fc0262fc7ddb'),
(14804,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidsleri\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бесприкословная популярность у мебели которая отделана кожей имеющей наружные швы или перфорацию https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=16\\r\\n   Плетенная отделка тонкими, или толстыми кожаными полосками https://www.legnostyle.ru/catalog/mebel/gp-9.html\\r\\n   Для того чтобы усилить эффект необычности можно добавить немного замши, или нубука https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-21.html\\r\\n    \\r\\nПраздник Ид аль-Адх с арабского переводится как Праздник жертвоприношения или праздник верности и сыновнего уважения https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=22\\r\\n   Этот праздничный день отмечается на семидесятый \\r\\nМногие путешественники уже знают о том, что в Китае довольно опасное дорожное движение https://www.legnostyle.ru/filenchatye-dveri.html\\r\\n   Большинство из туристов по этой причине предпочитают передвигаться по территории Поднебесной на \\r\\nКухни из пластика — это, пожалуй, самый практичный вариант https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=3\\r\\n   Судите сами: пластик без проблем моется, не выгорает, сохраняет свой первоначальный вид и сочные расцветки долгие годы, не выцветает https://www.legnostyle.ru/catalog/nashi-raboty/inter-er-kvartiri-na-arbate-k10.html\\r\\n   Рекомендуем! \\r\\nМебель из Германии славится на весь мир своими изысканными формами, износостойкостью и прочностью https://www.legnostyle.ru/catalog/kuhni/kuhna-23.html\\r\\n   Так что если хотите сделать свое жилье более функциональным и эргономичным, обращайтесь в нашу компанию! Мы поможем вам выбрать подходящий вариант гарнитура под ваш интерьер https://www.legnostyle.ru/catalog/mebel/kts-18.html\\r\\n \\r\\nПокупатель знает, что элитная дизайнерская мебель — это продукция безусловного стиля и качества https://www.legnostyle.ru/catalog/mebel/g-6.html\\r\\n    Дизайнерская мебель класса  изготавливается из качественных материалов на оборудовании высокой точности и качества, и имеет небольшое число копий https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e17.html\\r\\n   Это важно: мебель, в массовом количестве изготовленная на заводе,  может называться дорогой мебелью высокого качества, но не быть при этом элитной https://www.legnostyle.ru/catalog/mebel/d1-18.html\\r\\n   У элитной дизайнерской мебели большой гарантийный срок https://www.legnostyle.ru/catalog/mebel/d1-10.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:39:26','2026-01-21 16:39:26','0a2098e7-cbf5-406f-abd5-5f68c33bc27e'),
(14805,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dillion Quigley\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dquiggs24@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Are you guys hiring for maintenance or grounds guy?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:40:25','2026-01-21 16:40:25','5790fd10-3933-4ab4-a86f-eae2082fb209'),
(14806,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scotttrart\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы не разочароваться в ожиданиях и получить нужный результат, выбирайте подрядчика с именем https://berezov-lsk.ru/\\r\\n  По-настоящему профессиональные ландшафтные бюро работают не первый год, хорошо известны на рынке ландшафтных услуг, постоянно участвуют в дизайнерских выставках, конкурсах, имеют репутацию в своем деле, громкие проекты и награды https://berezov-lsk.ru/\\r\\n \\r\\nВоскресенский собор – самый древний не только в Волоколамске, но и один из самых старых, сохранившихся в Подмосковье https://berezov-lsk.ru/\\r\\n  Он был заложен еще в конце XV века, и в интерьере до сих пор сохранились фрагменты росписей тех времен https://berezov-lsk.ru/\\r\\n  Никольский храм, хоть и был построен почти четыре столетия спустя, исполнен знаменитым архитектором Тоном в традиции древнерусского зодчества, а потому выглядит ровесником Воскресенского собора https://berezov-lsk.ru/\\r\\n  Сейчас здесь размещается местный историко-археологический музей https://berezov-lsk.ru/\\r\\n \\r\\nЖивописные сады, которыми гордятся их владельцы — это всегда результат скрупулезной работы команды профессионалов https://berezov-lsk.ru/\\r\\n  При проектировании и реализации ландшафтного дизайна компания не использует шаблонных решений https://berezov-lsk.ru/\\r\\n  Ведь каждый проект и загородный участок — не просто красивый и функциональный природный уголок, а интересная история, которая начинается с чистого листа бумаги https://berezov-lsk.ru/\\r\\n \\r\\nКалькуляторы https://berezov-lsk.ru/\\r\\n \\r\\nТелефон +7 (495) 532-65-69 Архитекторы создают природные уголки на долгий срок https://berezov-lsk.ru/\\r\\n  Фото: luxsad https://berezov-lsk.ru/\\r\\n com https://berezov-lsk.ru/\\r\\n \\r\\nЧастые вопросы про ландшафтный дизайн https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:40:45','2026-01-21 16:40:45','a0224d3a-4c70-4b34-916d-1973f0f0773a'),
(14807,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidgaF\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Классическое наследие итальянских мастеров находит отражение в эксклюзивных образцах мебели, радующих обладателей роскошных интерьеров, а также приверженцев традиционности и постоянства стиля https://www.legnostyle.ru/catalog/inter-eri/s42.html\\r\\n \\r\\nОтношение жителей Китая к иностранцам меняется ежегодно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d53.html\\r\\n   Всего пару десятков лет назад иностранный турист на улицах Поднебесной мог стать причиной настоящего столпотворения, например, китайцы могли \\r\\nФартук можно оформить несколькими методами https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p14.html\\r\\n   Если мы говорим об элитном варианте, конечно будет использоваться либо натуральный камень (мрамор, гранит), либо винтажная плитка, которая бережно была снята во время утилизации старых домов https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a7.html\\r\\n \\r\\nКаждый заказ для нашего производства особенный, а каждый проект — уникальный https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/?PAGEN_1=2\\r\\n   Дизайнерская мебель из натурального дерева на заказ подчеркнёт изысканность, индивидуальность и неповторимость интерьера https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e6.html\\r\\n   Индивидуальный подход наших дизайнеров помогает создавать уникальный продукт https://www.legnostyle.ru/catalog/mebel/gp-13.html\\r\\n \\r\\nРезные деревянные инкрустации и изящная фурнитура делают бесподобным вид классической мебели, а природный материал создает комфортную обстановку комнаты https://www.legnostyle.ru/catalog/kuhni/kuhna-7.html\\r\\n   Любители современных или необычных интерьеров могут сделать индивидуальный заказ на изготовление гарнитура в различных стилях https://www.legnostyle.ru/catalog/mebel/scg-1.html\\r\\n \\r\\nС 2001 года итальянская мебель, предлагаемая компанией  представлена на сайте компании https://www.legnostyle.ru/detskaia-mebel-dlia-malchika.html\\r\\n   Здесь покупатель может выбрать любую мебель от известных итальянских производителей, перечень которых представлен на сайте, а также аксессуары к ней https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-10.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:41:04','2026-01-21 16:41:04','4054044b-cd98-4444-b495-48f315bbbc5e'),
(14808,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelPem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"akindinkudryashov6842@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Промышленные раковины, мойки и моечные ванны https://mklider.ru/katalog/protivopozharnoe-oborudovanie/kamery-nizkokratnoy-peny-knp/\\r\\n \\r\\nЗакажите услугу по производству резервуаров в нашей компании по договорной цене https://mklider.ru/katalog/oborudovanie-dlya-azs/klapany-obratnye-verhney-ustanovki-du40/\\r\\n  Оставьте заявку, специалисты свяжутся с вами в ближайшее время https://mklider.ru/kontakty.html\\r\\n \\r\\nИспользуем проверенные годами и десятками проектов технологии по производству и монтажу резервуаров для нефтегазовой промышленности https://mklider.ru/katalog/rezervuarnoe-oborudovanie/lyuki/\\r\\n \\r\\nПо генеральному конструктивному решению: \\r\\nБолее 30 проверок перед вводом в эксплуатацию https://mklider.ru/katalog/oborudovanie-dlya-azs/klapany-obratnye-okn/\\r\\n \\r\\nИх главная функция заключается в хранении значительных объемов топлива, различных химических удобрений и воды https://mklider.ru/katalog/oborudovanie-dlya-azs/klapany-obratnye-zko/\\r\\n  Абсолютная универсальность резервуаров является их основным преимуществом https://mklider.ru/katalog/rezervuarnoe-oborudovanie/lyuk-svetovoy-ls/\\r\\n  Это значит, что они способны выдерживать разного рода сложные нагрузки и приспосабливаться к любым погодным условиям https://mklider.ru/katalog/protivopozharnoe-oborudovanie/predohranitel-ognevoy-zhidkostnyy-pozh/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:41:26','2026-01-21 16:41:26','f0624d20-d237-4ca5-8007-0c4966d28e90'),
(14809,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidPrire\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В Поднебесной выпускают самую разнообразную продукцию – компьютеры, бытовую технику, автомобили, одежду и т https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=3\\r\\n  д https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d24.html\\r\\n   Эта продукция выводится на международный рынок и обладает хорошим спросом https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-11.html\\r\\n   Но \\r\\nТакже у нас имеется вариант кухонь из МДФ, крашеных автоэмалью https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e29.html\\r\\n   Покраска такого рода дает насыщенные цвета, устойчивость к влаге, химическую стойкость и долговечность https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-8.html\\r\\n \\r\\nКлассическое наследие итальянских мастеров находит отражение в эксклюзивных образцах мебели, радующих обладателей роскошных интерьеров, а также приверженцев традиционности и постоянства стиля https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=3\\r\\n \\r\\nЭксклюзивная мебель по индивидуальным заказам производится из долговечных и высококачественных материалов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvijnaa-dver-rd-2.html\\r\\n   Красивые и оригинальные изделия украшают интерьер и создают непередаваемую атмосферу домашнего уюта и комфорта https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/\\r\\n \\r\\nКабинет в строгом классическом стиле https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i10.html\\r\\n   Изготовлен из натурального шпона с красивым и необычным рисунком https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-31.html\\r\\n   Детали кабинета соединены под углом 45 градусов \\r\\nС другой стороны отделка может производится как всей поверхности мебели, так и ее какой-то определенной части https://www.legnostyle.ru/catalog/inter-eri/arka-a14.html\\r\\n   Дополненная современными материалами - стеклом, металлам или деревом, она становится очередным произведением искусства https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-22.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:42:02','2026-01-21 16:42:02','cf36e9f8-448c-4525-b475-99ea217de671'),
(14810,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stacy Griswold\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stacylynn2976@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My grandma is in the hospital in Waupun right now and is probably going to be needing to go to a rehab facility. I am wondering if you have any rooms available?  My uncle Al Homan is there and I really like it there and am hoping to get my grandma there.  He would be my grandmas brother in law. Thank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccchristianhome.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@christianhomecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:44:25','2026-01-21 16:44:25','d05670a3-3072-4b38-844d-b0efdc8cbec5'),
(14811,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottAsype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В рейтинг мы включили студии: \\r\\nИнженерные работы https://berezov-lsk.ru/\\r\\n \\r\\nТСЖ \\\"Екатериновка\\\", Рублевское шоссе https://berezov-lsk.ru/\\r\\n \\r\\n4 https://berezov-lsk.ru/\\r\\n 8 Общая оценка 4 https://berezov-lsk.ru/\\r\\n 7 Соотношение цена/качество 5 Соблюдение сроков 4 https://berezov-lsk.ru/\\r\\n 5 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\r\\n \\r\\nСуществует ли гарантия на такие работы? \\r\\n5 Общая оценка 5 Соотношение цена/качество 5 Соблюдение сроков 5 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:45:36','2026-01-21 16:45:36','4d681e7f-1452-419b-83ab-695d0163dd80');
INSERT INTO `formie_submissions` VALUES
(14812,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottVet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Общая площадь участка 25 соток https://berezov-lsk.ru/\\r\\n \\r\\nВы получите готовый проект минимум через 14 дней https://berezov-lsk.ru/\\r\\n  Дальнейший срок согласовываем вместе с проектом https://berezov-lsk.ru/\\r\\n \\r\\n4 https://berezov-lsk.ru/\\r\\n 8 Общая оценка 4 https://berezov-lsk.ru/\\r\\n 7 Соотношение цена/качество 5 Соблюдение сроков 4 https://berezov-lsk.ru/\\r\\n 5 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\r\\n \\r\\nКлиенты, которые уже оценили европейский подход и профессионализм команды Gried https://berezov-lsk.ru/\\r\\n \\r\\nПреимущества компании https://berezov-lsk.ru/\\r\\n \\r\\nГарантия на все виды услуг https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:45:38','2026-01-21 16:45:38','a279514b-e132-4cd7-be2b-7f5f0c544112'),
(14813,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottVet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"4 https://berezov-lsk.ru/\\r\\n  Заключите договор https://berezov-lsk.ru/\\r\\n \\r\\nВсе отзывы https://berezov-lsk.ru/\\r\\n \\r\\nОбщая площадь участка 20 соток https://berezov-lsk.ru/\\r\\n \\r\\nРазработка ландшафтного проекта https://berezov-lsk.ru/\\r\\n \\r\\nАвтополива https://berezov-lsk.ru/\\r\\n \\r\\nРЖЕВСКИЙ МЕМОРИАЛ И ВОЛОКОЛАМСК https://berezov-lsk.ru/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:45:38','2026-01-21 16:45:38','dbb32284-e3ed-4bd8-857f-22f465ae8a16'),
(14814,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryWaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"тату салон в москве с лучшей коллекцией шрифтов https://maze.tattoo/catalog/b/beskonechnii-uzel/\\r\\n \\r\\nПочему выбирают нас: \\r\\nопыт работы https://maze.tattoo/catalog/с/svekla/\\r\\n \\r\\nМастера студии имеют опыт работы более 10 лет, основные мастера – более 30 лет https://maze.tattoo/catalog/k/kity/\\r\\n  Все оборудование проходит тщательную обработку и стерилизацию https://maze.tattoo/catalog/f/feya/\\r\\n  Оснащение студии соответствует всем требованиям санэпидемстанции, поэтому риск заражения чем-либо исключен https://maze.tattoo/catalog/t/tradik/\\r\\n  Студия использует качественные расходные материалы от проверенных производителей https://maze.tattoo/catalog/c/samuray/\\r\\n \\r\\n200 кв https://maze.tattoo/catalog/t/\\r\\n  м творческого пространства https://maze.tattoo/catalog/x/miyazaki/\\r\\n \\r\\nМастер тату https://maze.tattoo/catalog/yo/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:50:26','2026-01-21 16:50:26','428e21ba-49e4-4793-b45f-0b7c6d1ee2b4'),
(14815,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philiplaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"halcheni1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"К сожалению, у нас нет подходящих туров для отображения https://akademy21.ru/osnovinutriciolog\\r\\n \\r\\n27 Января , Сб 7 ночей от 230 017 руб https://akademy21.ru/contacts/almaty\\r\\n \\r\\nКитай | Санья https://akademy21.ru/cosmetolog_estet\\r\\n \\r\\nПетербуржцы! Те, кто считал когда-либо Китай страной с миллиардным населением, где все  - приобретя тур в Китай из Санкт-Петербурга, сделает для себя приятное открытие, ведь это государство имеет такую внушительную историю, которой могут позавидовать подавляющее большинство государств по всему миру! Восток чрезвычайно богат своими традициями, культурой, а также историей, поэтому, если у Вас в запасе нет свободного месяца, а лучше двух, для организации своего размеренного отдыха в Китае, с посещением интересующих вас достопримечательностей, курортов, выставок и многого другого, то лучше бродить с экскурсоводом по определенному тематическому маршруту https://akademy21.ru/eurocosmetic\\r\\n  Этот вариант хорош, но все же, чтобы вкусить всю прелесть Востока, понадобится даже не один месяц https://akademy21.ru/courses/depilation\\r\\n  Чего стоят только великолепные Императорские дворцы различных династий, гробницы, храмы, алтарь Неба Тяньтянь… Отдельно внимание стоит уделить, конечно же, Великой Китайской Стене – чуду архитектурной мысли, а также Запретному городу (в нем снимала клип знаменитая группа 30 second to mars – прим https://akademy21.ru/kurs_cosmetolog_estet\\r\\n  авт https://akademy21.ru/master_epiliacii\\r\\n ) https://akademy21.ru/master_brovist\\r\\n \\r\\nШанхай – крупнейший мегаполис Китая https://akademy21.ru/master_brovist\\r\\n  Ранее он считался одним из важнейших культурных центров, поскольку обладал завораживающей атмосферой а также своеобразным шармом, который помог завоевать городу звание  в 20-е годы прошлого века https://akademy21.ru/modeliruuchimassaj\\r\\n  Если перечислить все достопримечательности Шанхая – уйдет чрезвычайно много времени, поэтому остановимся на Храме Нефритового Будды https://akademy21.ru/contacts/murmansk\\r\\n  Название он получил из-за украшения в форме 2 статуэток Будды, вырезанных из белого Нефрита https://akademy21.ru/contacts/yuzhno-sahalinsk\\r\\n  Также посетите Царский мавзолей в Наньюэ и Шанхайскую оперу – чарующее зрелище https://akademy21.ru/blog/tpost/xsuyxac6z1-preimuschestva-obucheniya-v-kitae\\r\\n \\r\\nРасстояние до пляжа https://akademy21.ru/combinirivaniy_manicur\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:51:29','2026-01-21 16:51:29','cae11114-163a-4806-9ca8-abb75b0a6c49'),
(14816,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidsleri\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Производитель, предпочитающий классические решения, ставящий во главу угла безупречность исполнения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=19\\r\\n   В его продукции удивительным образом переплетаются представления о классической и кухонной мебели https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s4.html\\r\\n \\r\\n Количество категорий людей, которые приезжают в Китай, строго ограничено https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=3\\r\\n   Как правило, это туристы, бизнесмены или студенты https://www.legnostyle.ru/catalog/dveri/iz-massiva/?PAGEN_1=3\\r\\n   Есть еще эмигранты и рабочие https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a7.html\\r\\n    И если бизнесмены с \\r\\nОзнакомившись с представленным на сайте материалом, заказать выбранную мебель можно в салонах компании , где профессиональные дизайнеры-консультанты предоставят подробную информацию обо всех интересующих вас изделиях и помогут решить самые нестандартные задачи по оформлению интерьера https://www.legnostyle.ru/catalog/mebel/garderobnie/gp-8.html\\r\\n \\r\\nИнициатором протеста стало новое профсоюзное объединение медицинских работников https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-8.html\\r\\n   По мнению активистов, больницы Гонконга  Опубликовано 04/02/2020 - 15:45 \\r\\nВ Поднебесной выпускают самую разнообразную продукцию – компьютеры, бытовую технику, автомобили, одежду и т https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=5\\r\\n  д https://www.legnostyle.ru/catalog/mebel/d1-14.html\\r\\n   Эта продукция выводится на международный рынок и обладает хорошим спросом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p3.html\\r\\n   Но \\r\\nМагазин дорогой элитной мебелиСалон элитной мебели  - мы откроем для Вас двери в мир доступной роскоши! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:52:29','2026-01-21 16:52:29','6de35542-5e08-41ea-a8bf-6d0d64219817'),
(14817,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidLient\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как сказано в сообщении, решение снизить размер оплаты – это результат недовольства туристов https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-3.html\\r\\n   Также это должно поспособствовать росту внутреннего туризма с участием семей, имеющих средний достаток https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaya-dver-e18.html\\r\\n \\r\\nСовременные тенденции показали нам, что элитная мебель из дерева стоит дорого, но зато она выполнена полностью из натурального экологически чистого дерева и имеет очень много преимуществ перед другими материалами https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p22.html\\r\\n   Такая мебель обеспечит нам комфорт, будет очень удобной и многофункциональной, и, будет иметь неповторимый дизайн https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-19.html\\r\\n   Все эти свойства вместила в себя элитная мебель из дерева https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-25.html\\r\\n   Такая мебель великолепно вписывается в любой роскошный интерьер, и, безусловно, будет выглядеть дорого, выделяя ваш изысканный вкус https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=17\\r\\n \\r\\nДостоинства мебели, представленной в салонах , несомненно, отметит тот, кто обладает тонким благородным вкусом и ценит совокупность стильного дизайна и необычайного комфорта https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a11.html\\r\\n \\r\\nОриентация на изготовление кухонной мебели с таким расчетом, чтобы соединить воедино знаменитый итальянский стиль, качество и дизайн с современными требованиями эргономики и функциональности https://www.legnostyle.ru/skladnye-mezhkomnatnye-dveri.html\\r\\n \\r\\nПеред смертью супруги заморозили несколько эмбрионов, так как планировали завести детей при помощи суррогатной матери https://www.legnostyle.ru/podlestnichnoe-prostranstvo.html\\r\\n   Эмбрионы хранились в клинике в жидком азоте при температуре -196 градусов https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-18.html\\r\\n   Бабушки и дедушки новорожденного долгое время судились  Опубликовано 13/04/2018 - 21:25 \\r\\nЭлитная мебель — мебель для людей, которые по достоинству ценят роскошь, обладают своим собственным неповторимым представлением о стиле, обладают шикарным вкусом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p4.html\\r\\n  Элитная мебель, которая создается из самых дорогих пород дерева — это главный признак истинного вкуса https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=9\\r\\n   В настоящее время для большинства людей символом успеха и богатства считаются предметы интерьера, которые выполнены из натуральных материалов в классическом виде https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d20.html\\r\\n   При этом стоимость мебель элитной категории выходят за границы так называемого среднего сегмента, и это вполне ясно https://www.legnostyle.ru/klassicheskie-mezhkomnatnye-dveri.html\\r\\n   Ведь даже далеко не вся мебель из древесного массива может называться элитной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d16.html\\r\\n   Ведь элитарность —не просто материалы дорогостоящие, однако еще и авторский замысел, весьма кропотливая ручная работа, воплощение и дизайн https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/arka-a21.html\\r\\n  Преимущества элитной мебелиГлавные черты, отличающие элитную мебель от всех остальных типов - долговечность и функциональность https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/?PAGEN_1=2\\r\\n   Это свидетельствует о том, что фурнитура для нее обязана быть весьма высокого качества, создана на самом современном фирменном оборудовании, при учете всех норм и требований в отношении надежности, и обязана продолжительный промежуток времени служить без замен и ремонтов https://www.legnostyle.ru/catalog/inter-eri/pt-15.html\\r\\n   Дизайн элитной мебели отрабатывается максимально тщательно при учете всех последних самых модных тенденций https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d39.html\\r\\n   Он рассчитан на довольно маленький круг состоятельных граждан, которые стремятся сформировать в своем жилом или рабочем помещении атмосферу изысканности и роскоши https://www.legnostyle.ru/catalog/mebel/komod-model-kts-6.html\\r\\n  При этом все мельчайшие детали всегда соответствуют ключевым принципам эргономики https://www.legnostyle.ru/otzyvy/\\r\\n   Эксклюзивная и элитная  мебель создается по частным размерам и эскизам, модули быстро и просто трансформируются https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=20\\r\\n   В то же время применение натуральных материалов в области элитной мебели делает ее экологичной и максимально безопасной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=16\\r\\n  Где заказать лучшую элитную мебельВас интересует ? В таком случае обращайтесь к лучшей из лучших компаний!  - это компания, которая опирается на качество, дизайн, производство из деревянного массива эксклюзивной  и элитной под конкретные заказы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i19.html\\r\\n   Уникальная по своей сути продукция изготавливается и проектируется под определенные объекты, при учете объема и формы соответствующего пространства, общей дизайнерской концепции https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a-38.html\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:53:07','2026-01-21 16:53:07','ceaf2f6a-e7ad-4928-838a-18fc6f28358d'),
(14818,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelpit\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonenko.borya@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ширина: 50 см Высота: 60 см Объем: 30л Плотность: 12 мкм Упаковка: 2500 шт https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-plastah/meshok-220-litrov-90h130-sm-pvd-chernyj-jekonom/\\r\\n \\r\\nКроме прочего, мы работаем со всеми вариантами оплаты и поставки заказов https://kapio.ru/katalog/meshki-dlya-musora/meshki-pnd/meshki-dlja-musora-30-litrov-pnd-prozrachnye-25-shtuk-v-rulone-usilennye/\\r\\n  В частности, у нас можно купить мусорные мешки оптом и в розницу по максимально доступным расценкам https://kapio.ru/katalog/xozyajstvennyij-inventar/meshki-dlya-pyilesosov/meshok-pylesbornyj-dlja-pylesosa-karcher-t7-1-t-9-1-k6-pani-pronja-komplekt-5-sht/\\r\\n  Обращайтесь в нашу компанию по телефону +7 (499) 235-48-91 и мы поможем выбрать мешки для мусора ПНД и ПВД под ваши задачи https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-posudyi/help-sredstvo-dlja-mytja-posudy-magic-foam-500-g/\\r\\n \\r\\nМешки для мусора: особенности и виды https://kapio.ru/katalog/mopyi/mopyi-60-sm/\\r\\n \\r\\nПри заказе на сумму свыше 7 000 руб https://kapio.ru/katalog/tkani-salfetki-tryapki-tekstilnyie-protirochnyie-materialyi/salfetki-i-tryapki/\\r\\n  доставка в пределах МКАД осуществляется бесплатно https://kapio.ru/katalog/xozyajstvennyij-inventar/flaunderyi-i-ramki-dlya-mopov/ruchka-dlja-shhetok-i-mopov-s-rezboj-metallicheskaja/\\r\\n \\r\\nМешки для мусора из полиэтилена ПВД хозяйственные, черного цвета Наши https://kapio.ru/katalog/sredstva-dlya-zashhityi-ruk/xozyajstvennyie-perchatki/perchatki-rezinovye-libry-s-napyleniem-jelastichnye-zheltye-razmery-s-m-l-xl/\\r\\n  Полное описание>> В наличии на складе В упаковке: 50 шт https://kapio.ru/katalog/klejkie-lentyi/upakovochnyie-klejkie-lentyi/klejkakja-lenta-upakovochnaja-korichnevaja-50-mm-45-mkm/\\r\\n  Цена за 1 шт: 16 https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-chistki-stekol-i-zerkal/sredstvo-dlja-mytja-stekol-help-svezhij-ozon-0-75-l-s-raspylitelem/\\r\\n 90 р доступно для покупки от/кратно 1 шт https://kapio.ru/katalog/meshki-dlya-musora/meshki-pvd/meshki-pvd-v-rulonax/meshki-120-litrov-10-sht-v-rulone-70h110-pvd-zelenye-usilennye/\\r\\n \\r\\nМешок для мусора: 30 л https://kapio.ru/katalog/byitovaya-ximiya/sredstva-dlya-myitya-posudyi/purri-purry-total-tabletki-dlja-posudomoechnyh-mashin-100sht-v-upakovke/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:53:17','2026-01-21 16:53:17','6f8e4ff6-dd77-4773-b171-3b16a92b078e'),
(14844,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelarept\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Согласуем и утвердим заказ https://norsy.ru/kontakty\\r\\n \\r\\nСпецифика заказа https://norsy.ru/otzyvy\\r\\n \\r\\nМаркировка и сертификация https://norsy.ru/voprosy-otvety\\r\\n \\r\\nПечать в высоком разрешении и без ограничений по цветам, поэтому распечатать можно даже фотографии https://norsy.ru/kontakty\\r\\n \\r\\nНаше оборудование для крупных заказов https://norsy.ru/o-nas\\r\\n \\r\\nОптовый пошив https://norsy.ru/poshiv-futbolok\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 16:55:37','2026-01-21 16:55:37','c2bcd7a9-980d-45ec-8b20-85a6edb9d056'),
(14869,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenn_ob@getdandyaiteam.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Get Dandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care,\\r\\n\\r\\nI’ve built and trained an AI employee specifically for Complete Care.\\r\\n\\r\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer customer questions, capture leads, and even follow up — just like a team member would.\\r\\n\\r\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\r\\n\\r\\nWould today or tomorrow work for a quick walkthrough? Select a Time to Meet Your Agent Here: https://getdandy.com/trained-agent-ff/ or you can reach me directly at (949) 979-7488.\\r\\n\\r\\nTalk soon,\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O’Brien | AI Implementation Advisor\\r\\nGetDandy\\r\\nVisit us Online: https://getdandy.com/trained-agent-ff/\\r\\n\\r\\nUnsubscribe: https://bit.ly/42wnUsa\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:00:44','2026-01-21 17:00:44','a2c42c72-a370-461e-97fe-e3250429ae3c'),
(14870,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRhymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"5 часов 47 минут назад https://shcherbinins.ru/aboutus\\r\\n \\r\\nНаш опытный персонал гарантирует высокое качество блюд и обслуживания https://shcherbinins.ru/\\r\\n  Мы следим за каждой деталью, чтобы ваше мероприятие прошло идеально https://shcherbinins.ru/contacts\\r\\n  Наши услуги включают: \\r\\nДесерты для фуршета – от 40 рублей https://shcherbinins.ru/uslugy\\r\\n \\r\\nБургер-бум на 10 персон https://shcherbinins.ru/menu\\r\\n \\r\\nЗаказ доставили вовремя, аккуратно упаковали (все боксы связаны между собой жгутом + большой пакет для траспортировки). И вкус, и внешний вид блюд отличные https://shcherbinins.ru/contacts\\r\\n  Круассаны были действительно круассанами, а не дрожжевыми булками https://shcherbinins.ru/uslugy\\r\\n  Начинки в профитролях не пожалели, все овощи в мини-нарезках были свежими и выглядели хорошо https://shcherbinins.ru/\\r\\n  Я рада, что угодила себе и гостям, остановив свой выбор на этой компании https://shcherbinins.ru/menu\\r\\n \\r\\nМероприятие на 15 персон https://shcherbinins.ru/menu\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:02:08','2026-01-21 17:02:08','88221547-e42b-42be-b36d-1b3f4e063e5c'),
(14871,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRhymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"От чего зависит стоимость кейтеринга? \\r\\nПочему стоит выбрать CaterMe для заказа кейтеринга? \\r\\nНаши клиенты https://shcherbinins.ru/uslugy\\r\\n \\r\\nКоммуникация https://shcherbinins.ru/\\r\\n \\r\\nКейтеринг - это https://shcherbinins.ru/aboutus\\r\\n \\r\\nОригинальное оформление создает атмосферу праздника и обеспечивает уникальность вашего мероприятия https://shcherbinins.ru/contacts\\r\\n  Мы выезжаем на место проведения заранее, чтобы потом продумать каждую деталь до мелочей, включая удобную расстановку столов и сервировку, которая должна сочетаться с общей стилистикой и цветовой гаммой https://shcherbinins.ru/contacts\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:02:08','2026-01-21 17:02:08','9942dc01-516a-4f71-8c3a-b8f37a02967c'),
(14872,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRhymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Отзывы клиентов https://shcherbinins.ru/aboutus\\r\\n \\r\\nМария Коваль https://shcherbinins.ru/contacts\\r\\n \\r\\nВы можете заказать услуги кейтеринга для вашего мероприятия на сайте Young Catering https://shcherbinins.ru/uslugy\\r\\n  Если вам нужна доставка банкетных и фуршетных блюд, посмотрите каталог готовых предложений, и оформите заказ через корзину, указав время начала мероприятия https://shcherbinins.ru/menu\\r\\n \\r\\nЭтапы работы https://shcherbinins.ru/aboutus\\r\\n \\r\\nВсе отлично! \\r\\nХочу поблагодарить команду за организацию и доставку качественной и красивой продукции https://shcherbinins.ru/menu\\r\\n  Заказываю второй год на день рождения (13-15 коробок). Все четко! Уведомления на каждом этапе (заказ получен, приступили, от грузили). Все четко! Я очень довольна, спасибо https://shcherbinins.ru/menu\\r\\n  Единственное пожелание от коллег, не хватает табличек с названиями каждой позиции) \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:02:08','2026-01-21 17:02:08','5fd89ace-e6ad-48fe-9d25-660bc4ac6dcc'),
(14881,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lloydinege\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hrabrgulyaev1996673@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Входя в «темную» зону, приемо-вычислительный модуль теряет возможность передавать данные на сервер https://ftnet.ru/vladikavkaz\\r\\n  Специально для таких ситуаций у многих навигационных трекеров имеется встроенная энергонезависимая память, позволяющая сохранять параметры перемещений https://ftnet.ru/telematic/\\r\\n  После возобновления стабильности канала связи все накопленные за последнее время расчеты позиционирования передаются на центральный компьютер за один сеанс https://ftnet.ru/serpukhov\\r\\n  Важное уточнение: отсутствие GSM-соединения не исключает прием спутниковых сигналов! \\r\\nКупить в 1 клик https://ftnet.ru/ftart\\r\\n \\r\\nЦена: 7500 руб https://ftnet.ru/stazhirovkavrn-student\\r\\n \\r\\nМБИК 3030 ГЛОНАСС/GPS терминал https://ftnet.ru/sergiyev_posad\\r\\n \\r\\nОтслеживание сотрудников, транспортных средств и топлива с помощью спутникового мониторинга ГЛОНАСС\\\\GPS значительно повышает эффективность владения автопарком как собственного, так и арендованного https://ftnet.ru/vorkuta\\r\\n  Установка ГЛОНАСС отслеживания автотранспорта обеспечивает полный контроль за автопарком https://ftnet.ru/chaykovskiy\\r\\n  Ваши водители под присмотром 24 часа в сутки https://ftnet.ru/vladikavkaz\\r\\n \\r\\nНакручивание одометра автомобиля https://ftnet.ru/sergiyev_posad\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:04:53','2026-01-21 17:04:53','d8981baf-9d55-4ad9-a660-18dfa52eef38'),
(14887,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryStera\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Отправляя данную форму, вы соглашаетесь на обработку персональных данных https://maze.tattoo/catalog/sh/\\r\\n \\r\\nТату-студия «ЗАБИТЫЕ» 18+ \\r\\n¦ ТАТУИРОВКИ ПО ЛЮБВИ ¦ скидки ДО 50% \\r\\nг https://maze.tattoo/catalog/v/vesi/\\r\\n  Москва, 24 апреля 2025 https://maze.tattoo/catalog/d/\\r\\n \\r\\nЛучшие мастера Москвы! \\r\\nРудик – прекрасный мастер! Внимательный и профессиональный! Работа получилась лучше с его корректировками! \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:06:36','2026-01-21 17:06:36','f2e49fe0-71b6-40d1-9abf-69ea53890aa9'),
(14891,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryfoeft\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Студия BlackFly 3200 ? \\r\\nпо версии KudaGo https://maze.tattoo/catalog/m/medved/\\r\\n \\r\\nПирсинг в салоне татуировок «Классик» \\r\\nОчень понравился салон и отношение персонала https://maze.tattoo/catalog/k/kadutsey/\\r\\n  Молодые,доброжелательные,внимательные и веселые люди https://maze.tattoo/catalog/x/khomyak/\\r\\n  Дима-мастер своего дела! Моя мини-тату божья коровка с ноздрями и усиками)))ювелир)))Спасибо огромное! Обязательно к вам вернусь! \\r\\nЗакрыть окно https://maze.tattoo/catalog/x/\\r\\n \\r\\nОБУЧАЕМ ТАТУ МАСТЕРСТВУ Профи с многолетним опытом делятся своим мастерством https://maze.tattoo/catalog/b/bobry/\\r\\n \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:11:11','2026-01-21 17:11:11','766d5713-4053-46d6-b36c-1f6260264c4a'),
(14893,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertWet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariajesusmateo79@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Through death, the family is not destroyed, it is transformed; a part of it passes into the unseen. We believe that death is an absence, when in fact it is a discreet presence. \\r\\nI am suffering from a serious illness that will lead to my certain death. \\r\\nI have €512,000 in my bank account, which I would like to donate. \\r\\nPlease contact me if you are interested. \\r\\n \\r\\nEmail: mariajesusgarciaa86@gmail.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:16:03','2026-01-21 17:16:03','90f0c626-6b54-4a33-85ed-13951c51808f'),
(14895,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AI Clips\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"deal@aiclips.live\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Imagine turning a single idea — a keyword, an image, or a simple concept — into a polished, cinematic video ready for TikTok, YouTube Shorts, Reels or your ad campaigns — all in under a minute, and without filming, scripting, or editing. That’s exactly why aiclips.live was built. \\r\\n \\r\\n>>>>>Remember: For a limited time, you can access AI Clips for just $19 No subscriptions, no recurring fees – just one payment for lifetime access to these world-class tools!&lt;&lt;&lt;&lt;&lt; \\r\\n \\r\\nGet it now before the offer ends: https://iiil.ink/AIClips \\r\\n \\r\\nHere’s how it works and why it’s a Game-Changer: \\r\\n1. Type a keyword, upload an image (or drop a concept): the system’s AI understands your vision and builds a full video for you. \\r\\n2. Behind the scenes: your video gets a complete script, voiceover, background music, cinematic visuals, dynamic motion, lighting and editing — as if it was done by a full video team. \\r\\n3. No skills needed. No editing software. No freelancers. Whether you’re a beginner, solo creator, agency, or business — you can create high-quality videos instantly. \\r\\n4. Output formats optimized for social media and ads — perfect for TikTok, Instagram, YouTube, ads, product promos, brand storytelling and more. \\r\\n \\r\\nWhy you absolutely need this tool — especially now: \\r\\nBecause in 2025, video isn’t optional — it’s THE most powerful way businesses, creators and brands reach audiences. Yet producing pro-grade video content is expensive, time-consuming, and requires skill. \\r\\n \\r\\nWith aiclips.live, you skip all that friction. You get: \\r\\n1. Studio-grade Production Quality With Zero Overhead \\r\\n2. Ability To Crank Out New Videos Fast — Ideal For High-velocity Content Strategies \\r\\n3. No Need To Worry About Hiring Editors, Voice Actors, Or Producers \\r\\n4. Full Creative Control — From Idea To Final Video, Under Your Brand \\r\\n \\r\\nWhether you run an e-commerce store, marketing agency, coaching business, social-media brand, or simply want to scale content with minimal effort — aiclips.live becomes your video production studio in the cloud. \\r\\nReady to stop wasting time and start producing cinematic, scroll-stopping videos on demand? \\r\\nCheck out aiclips.live today — and let’s turn your next idea into a video that grabs attention, builds trust, and drives action. \\r\\n \\r\\n&gt;&gt;&gt;&gt;&gt;The Deal\'s actual price is $19, but when you use our link below, you will get an extra $3 off. That\'s cool, right? Use this Promo Link for an Extra $3 Off&lt;&lt;&lt;&lt;&lt; \\r\\n \\r\\n&gt;&gt;&gt;&gt;&gt;Get it now before the offer ends: https://iiil.ink/AIClips &lt;&lt;&lt;&lt;&lt; \\r\\n \\r\\n(30 Days Money Back Guarantee) \\r\\nBest Regards, \\r\\nAI Clips\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:17:34','2026-01-21 17:17:34','baf610eb-c458-4c94-9845-406042c7984b'),
(14908,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AKG Test\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaden@aftonkleingroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AKG\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing with recaptcha\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:34:24','2026-01-21 17:34:24','6d2d2548-d0f2-41f8-8d7e-754100a86bc7'),
(14913,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"AKG Test\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kaden@aftonkleingroup.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18017094417\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing careers form\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:45:42','2026-01-21 17:45:42','3fcc032b-abb3-4daf-a21d-4363aeb0b57c'),
(14926,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"AKG Test\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kaden@aftonkleingroup.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18017094417\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing Bey Lea contact form \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccbeylea.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:50:00','2026-01-21 17:50:00','ab0e5b5f-9ecc-4560-8fbc-e3aa7b8734e7'),
(14935,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"AKG Test\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kaden@aftonkleingroup.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18017094417\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing Bey Lea Contact form\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"kaden@aftonkleingroup.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 17:54:58','2026-01-21 17:54:58','400ca96a-46fc-45fe-bf94-b2017760a9f5'),
(15025,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Myracle Williams\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"myraclewilliams36@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7083551413\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15026],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Team,\\r\\nMy name is Myracle Williams and I am interested in a Nursing position with Complete Care at Glendale West. I have experience providing compassionate care, maintaining accurate documentation, and supporting patient well-being in fast-paced environments. I am confident that my skills, strong work ethic, and dedication to patient care would make me a valuable addition to your team. I would welcome the opportunity to discuss available roles.\\r\\nThank you for your consideration!!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@glendalecrc.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 18:30:53','2026-01-21 18:30:53','87071acb-c217-45ef-a849-b81b4e400eb4'),
(15081,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nettie Richardson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nettiehansome32@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8622300815\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15082],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"PCT\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 19:08:20','2026-01-21 19:08:20','272a8dbd-26b8-4ceb-9786-8722cfc744b2'),
(15116,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Susan Lanza\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"selanza@comcast.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I had reached out at Thanksgiving about my brother Alan McSpiritt and asked if he could be asked if my brother and I could visit.  Never heard back from SW.  Asking again--if he is still there?  Reason we are asking is that Al was estranged from some family members and we didn\'t want to come if he was uncomfortable with that.  Thanks, Sue\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwaynehills.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 19:19:39','2026-01-21 19:19:39','1e1b7835-8cfe-49ac-8076-eeaff75fd3c9'),
(15184,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cindy Radovic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"psyndy@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Left 2 voicemails for Mariah yesterday regarding Mary Murray.  Can you please return my call at 4109197361\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 19:33:29','2026-01-21 19:33:29','9fac67ad-7c8d-45d5-be67-4a539e310bce'),
(15189,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cindy Radovic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"psyndy@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Trying to reach mariah . Please return call to 4109197361\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 19:34:12','2026-01-21 19:34:12','0cd176d7-918b-4ed3-95ae-3f18e4fd0c01'),
(15269,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Nate Oakes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nathaniel_oakes@unifirst.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"UniFirst\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I spoke with someone in EHS at a Wisconsin facility and was told to reach out to the corporate location. I\'m unable to find which location that would be, other than it being in New Jersey. Any help is greatly appreciated.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 19:48:31','2026-01-21 19:48:31','b34a8f55-8c3e-43f2-a850-a8eddd3b0875'),
(15275,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lewis Shinkle \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lewisshinkle@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"For Mercerville NJ \\r\\nMay need long term nursing care for our 94 year old mother who is currently a resident at Azalea of Hamilton . Her condition has declined since the last month or two \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 19:49:08','2026-01-21 19:49:08','2c8ebd3e-18a7-4eb7-bfbe-c9f234e2ee60'),
(15326,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Shelly Smalls\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"shellyobrien75@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14434522468\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15327],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Greetings To Whom this may concern for I am Shelly Smalls a clinician for eshyft nurse staffing member who after many shift pick up at this  particular facility would like to gracefully seek a full time or prn  3)11 -11/7 position at your facility I really enjoy does the atmosphere and the co-workers that I have grown to really enjoy spending time with while I\'m there working with the residents and greeting a relationships that I\'ll be informed I wish to pursue a full-time position as soon as possible if I could with your facility I have put in several applications in spoken to supervisors for 3:00/11:00 (Mr Ron) and 11/7 (Ms Kelly) As they said they would welcome me coming aboard So if you could consider my application and reach back out to me I would greatly appreciate that I look forward to your call Thank you and advance for considering me sincerely Shelly Smalls CNA GNA for the state of Maryland\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareheritage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 20:05:14','2026-01-21 20:05:15','f013f637-27ef-4aaf-a91f-e4e78d595431'),
(15376,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jon - Tech-Keys\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonathan.solomon@tech-keys.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tech-Keys\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"testing form on website\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 21:04:07','2026-01-21 21:04:07','b48a3018-851b-4709-bf47-d10251d9fb9c'),
(15387,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jonathan - Tech-Keys\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jonathan.solomon@tech-keys.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"1111111111\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing resume form on new site\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccarbors.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccarbors.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 21:09:39','2026-01-21 21:09:39','e53b728d-e8a3-4f9b-bbd9-7c7835ea411c'),
(15394,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Justin Jay Garcia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jgarcia@cisive.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Cisive\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Employment Verification Inquiry | 43517186-10\\r\\nHi,\\r\\n\\r\\nMy name is Justin with Cisive. We are attempting to verify employment with your company. What is your process for employment verifications? Do you have a HR or payroll department(s) that we can contact? Thank you in advance for your assistance in this matter.\\r\\n\\r\\nCase number: 43517186-10\\r\\n\\r\\nThank you in advance for your assistance in this matter.       \\r\\n\\r\\nWarm regards,\\r\\n\\r\\nVerification Specialist\\r\\nCisive\\r\\n8707 Commerce Drive, Suite H Easton, MD 21601\\r\\nt 631.862.9300 ext 2263\\r\\nf 631-730-3445\\r\\njgarcia@cisive.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 21:19:46','2026-01-21 21:19:46','12541c35-8c17-43a8-8731-b85868634e79'),
(15402,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lucy Howard\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"LucyH@Professionalcompanypages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Professional Company Page\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nLucy Howard\\r\\nProfessional Company Page\\r\\nLucyH@Professionalcompanypages.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 21:51:51','2026-01-21 21:51:51','3de07f7d-08d1-4493-b81e-71bbcd0ecf78'),
(15404,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"stephen knutson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stephen.knutson@ml.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Bank of America and Merrill Lynch\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I represent Bank of America and Merrill Lynch.  We are hoping to partner with Complete Care to support your banking needs (checking, lending, investing, employee retirement benefits, etc.).  Please direct me to the correct party.  \\r\\n\\r\\nI hope you are having a happy new year, and I look forward to speaking with you!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 21:52:54','2026-01-21 21:52:54','3193cb4c-8f50-45fa-bf31-2b114444ca38'),
(15406,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Maurice leggions \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"leggionsm1@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+16084213864\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15407],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my interest in the Dietary/Food Service position at Complete Care. I am enthusiastic about contributing to a team that prioritizes nutrition, cleanliness, and high-quality service, and I believe my skills and work ethic make me a strong candidate for this role.\\r\\n\\r\\nI have experience assisting with food preparation, meal service, and maintaining a clean and sanitary kitchen environment in accordance with health and safety standards. I understand the importance of following dietary guidelines, portion control, and food-handling procedures, especially in settings where nutrition directly impacts health and well-being.\\r\\n\\r\\nI am dependable, detail-oriented, and able to work efficiently in a fast-paced environment while maintaining a positive attitude. I work well both independently and as part of a team, and I take pride in providing respectful and courteous service to residents, patients, and staff.\\r\\n\\r\\nI would welcome the opportunity to contribute my skills to Complete Care and support your commitment to quality care and service. Thank you for your time and consideration. I look forward to the possibility of discussing this position further.\\r\\n\\r\\nSincerely,\\r\\nMaurice Leggions \\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 22:19:45','2026-01-21 22:19:45','f99fa089-fee5-47a8-bd6a-bdabb126e475'),
(15408,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amy VanKauwenbergh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"daizeygrrl@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My mother is currently at St. Mary\'s and will need a bed to be released to. Would you have room for a short term rehabilitating patient starting this weekend? \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmaplegrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmaplegrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 22:24:21','2026-01-21 22:24:21','69497bd9-4ca3-4ace-8e76-f784ee59ebd5'),
(15424,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nHi,\\r\\n\\r\\nI am local and provide service in North Bergen. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-21 23:42:21','2026-01-21 23:42:21','53b7874c-fbd2-4c4a-92a9-aa756f19d80e'),
(15451,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"John Kniering\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kniering@hartford.edu\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My wife was recently admitted to the memory care unit at KHN.  Every several hours, I am receiving the following message:\\r\\n\\r\\n\\\"Automated Reminder\\r\\n\\r\\nComplete Care at Kimberly Hall North has sent you documents to sign.\\r\\n\\r\\nClick here to begin the signing process.\\r\\n\\r\\nBefore you open the document, please contact the facility at (860) 688-6443 for the access code.\\r\\n\\r\\nComplete Care at Kimberly Hall North\\r\\ncompletecare-noreply@mg.carefeed.com\\\"\\r\\n\\r\\nNumerous calls and inquiries have thus far failed to provide any information regarding who is sending these requests or how I can obtain an access code.  I would very much like to comply with this request and do all I can to support the staff at KHN.  Can anyone help me here?\\r\\n\\r\\nJohn Kniering  kniering@hartford.edu    860-681-5784\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarekhn.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhn.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 00:11:53','2026-01-22 00:11:53','3d1023dc-3c22-4eee-b943-fe051c9c41ac'),
(15461,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ryesha Tucker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"treed2403periot@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Worker Answered my light with a glove on I didnt see her put on though  656p on 01/21/26 I was just asking her to take glove off before she touched my pitcher she go she don’t wanna put her germs on my cup I shouldn’t have to be bullied by someone that don’t wanna do they job right n im serious nor be prevented from healing from my cancer . Stop answering people light with gloves on. She got defensive to and she touched the call light cuz she turned it off not sure if it was with her gloved hand or not.  NOBODY HAVE TO GIVE A FUCK ABOUT A MICROBIAL N I SHOULDNT HAVE TO SIT UP ARGUEIN’ NOR “ DISCUSSIN’ “ WITH A WORKER ABOUT IT. She got loud to. Door was still open when it happened. I don’t have to care about her beliefs none of that. American founders don’t require me to support her. I don’t know her.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 01:10:00','2026-01-22 01:10:00','572993ee-8e0e-400a-9222-afd1235803e1'),
(15463,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Estrella Vicencio\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"estrellavigi@hotmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19735367263\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15464],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am writing to apply for a job. I have experience in caring for the elderly.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 01:38:01','2026-01-22 01:38:01','2c0e7df6-392c-41a4-8c6f-95ebebeabae7'),
(15465,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Anthony Sheeran\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"anthonysheeran1008@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8563570162\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15466],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Please consider me for the full time position.  \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 01:45:58','2026-01-22 01:45:59','fcabcbdb-ee91-4e31-a897-befac248a015'),
(15519,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Rhys O’Connor\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"rhysoconnor4078@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6085664078\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15520],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am looking for a skilled nursing facility work either full-time PM shift or NOC shift.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 03:30:14','2026-01-22 03:30:14','6fb57e7b-6162-461a-8f5c-da3bb085ece2'),
(15534,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Miracle Evans\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"miracleevans028@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4438065228\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15535],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I love taking care and helping people and I always have I’m interested in working in a respectable work place I would love to be a great part of the heritage family and help and move forward with continuing my healthcare career.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://completecareheritage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 06:18:41','2026-01-22 06:18:41','95b84528-5c9f-49c7-9090-fd04934c5510'),
(15560,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Taylor Fitzgerald \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tfitz170@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7736446350\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15561],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Not sure what you mean \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 08:24:32','2026-01-22 08:24:32','17895fea-d51b-4573-9217-59ba6afac9c2'),
(15566,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marshall Brown \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"brownmarshall1392@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2406045167\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15567],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\".\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchyattsville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchyattsville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 08:38:15','2026-01-22 08:38:15','c10359c9-fd4b-47de-b529-91a684938458'),
(15575,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bindy Feldheim\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"bfeldheim@fcc-corp.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Future care\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"i i\'m reaching out regarding a previous patient of yours and her income\\r\\nplease contact me as soon as possible.\\r\\n\\r\\nBindy Feldheim,\\r\\nBfeldheim@fcc-corp.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 09:53:16','2026-01-22 09:53:16','b18b2a92-42cb-4db6-a673-785218edf3db'),
(15627,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jeniobrien@getdandynow.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Get Dandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care At La Plata,\\r\\n\\r\\nI’ve built and trained an AI employee specifically for Complete Care At La Plata.\\r\\n\\r\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer customer questions, capture leads, and even follow up — just like a team member would.\\r\\n\\r\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\r\\n\\r\\nWould today or tomorrow work for a quick walkthrough? Select a Time to Meet Your Agent Here: https://getdandy.com/trained-agent-ff/ or you can reach me directly at (949) 979-7488.\\r\\n\\r\\nTalk soon,\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O’Brien | AI Implementation Advisor\\r\\nGetDandy\\r\\nVisit us Online: https://getdandy.com/trained-agent-ff/\\r\\n\\r\\nUnsubscribe: https://bit.ly/42wnUsa\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 11:48:38','2026-01-22 11:48:38','974e38a6-958b-414b-bab9-a307024652cf'),
(15636,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aaron Gilchrist \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aarongilchrist35@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Aaron Gilchrist this message is in reference to a Full-Time Business Office Coordinator position of interest at your Hyattsville, Maryland location. I’m interested in scheduling an interview, furthering my application and filling this position with respect, honor and integrity together. Please reach out to me regarding this position ASAP in furthering my application. Your response to this message regarding scheduling an interview, furthering my application and processing my application for employment in reference to this position is deeply appreciated. I can be reached at 301 275-1352 or aarongilchrist35@gmail.com.\\r\\n\\r\\nThank you \\r\\n\\r\\nSincerely,\\r\\n\\r\\nAaron Gilchrist \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 12:09:44','2026-01-22 12:09:44','e62fdb80-2206-4631-9af1-c9ce2cba67e7'),
(15661,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jeniobrien@getdandynow.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Get Dandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care At Burlington Woods,\\r\\n\\r\\nI’ve built and trained an AI employee specifically for Complete Care At Burlington Woods.\\r\\n\\r\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer customer questions, capture leads, and even follow up — just like a team member would.\\r\\n\\r\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\r\\n\\r\\nWould today or tomorrow work for a quick walkthrough? Select a Time to Meet Your Agent Here: https://getdandy.com/trained-agent-ff/ or you can reach me directly at (949) 979-7488.\\r\\n\\r\\nTalk soon,\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O’Brien | AI Implementation Advisor\\r\\nGetDandy\\r\\nVisit us Online: https://getdandy.com/trained-agent-ff/\\r\\n\\r\\nUnsubscribe: https://bit.ly/42wnUsa\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 12:50:32','2026-01-22 12:50:32','bda9bf35-67b2-4a98-a559-bbd5366b3675'),
(15674,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chloe Terry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chloe@grandeurgreenservices.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Grandeur Green Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI am local and provide service in Hyattsville. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\n\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n\\r\\nChloe Terry\\r\\nBusiness Development Representative\\r\\nGrandeur Green Services\\r\\nchloe@grandeurgreenservices.com\\r\\n\\r\\n\\\"They came to our facility that I manage and deep cleaned our floors for us. I have worked here for almost 4 years and have never seen the floors look this good. They’re very responsive to email, and the price was perfect! I highly recommend them for all your cleaning needs!\\\" —Abby Matthews\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 13:24:26','2026-01-22 13:24:26','586fd80c-684e-41ab-9ab0-7732da24a3bb'),
(15677,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kelly Griffin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ka.griffin@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi.  Interested in scheduling a tour to see your facility.   My mom is in need of skilled nursing care.   \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 14:15:00','2026-01-22 14:15:00','93bbe9fc-3245-4715-b029-95c5fb959787'),
(15709,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chloe Terry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chloe@grandeurgreenservices.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Grandeur Green Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI am local and provide service in La Plata. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\n\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n\\r\\nChloe Terry\\r\\nBusiness Development Representative\\r\\nGrandeur Green Services\\r\\nchloe@grandeurgreenservices.com\\r\\n\\r\\n\\\"They came to our facility that I manage and deep cleaned our floors for us. I have worked here for almost 4 years and have never seen the floors look this good. They’re very responsive to email, and the price was perfect! I highly recommend them for all your cleaning needs!\\\" —Abby Matthews\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 14:37:56','2026-01-22 14:37:56','3ee48aab-f74e-4bb7-9897-74d3b468dfba'),
(15732,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Katelyn Ohlinger\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Katelyn.Ohlinger@SupportiveStaffing.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Supportive Staffing Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Katelyn and I’m with Supportive Staffing Solutions. I’m reaching out to introduce our firm as a potential staffing partner capable of supporting a wide range of positions and workforce needs nationwide.\\r\\n\\r\\nIf there is a more appropriate contact for staffing, I would appreciate being directed accordingly.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 14:55:34','2026-01-22 14:55:34','45cb4210-cd36-4e1a-98f8-51e8a06f022b'),
(15736,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tracey MacLeod\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tracey@blinkcleanservices.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Blink Clean Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI am local and provide service in Reading.And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\n\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n\\r\\nTracey MacLeod\\r\\nBusiness Development Rep\\r\\nBlink Clean Services\\r\\ntracey@blinkcleanservices.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 15:06:35','2026-01-22 15:06:35','cd380ca7-a6ee-434a-a890-1e8a71b4f5c0'),
(15804,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Rahael Paul\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"rmpaul@loyola.edu\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"4109080696\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1315],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello! I\'m incredibly interested in volunteering at Complete Care Multi-Medical Center as I would love to serve this community. I’m drawn to volunteering here because preserving a person’s sense of self is especially important. For individuals living with terminal illness—particularly neurodegenerative conditions—one of the most important things is for them to have someone who is truly willing to listen. To listen and talk to them about their likes, dislikes, what they once loved and still love doing. Providing a space for them to freely talk about it and even engage in activities that will help preserve that sense of self is what I care about and want to do, and volunteering here will allow me to do that. \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 16:18:50','2026-01-22 16:18:50','05b65382-1b5f-40bb-a96b-2a6a13bebe69'),
(15820,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gemma Macairap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gemma.macairap@ccm.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"CrossCountry Mortgage\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT REQUEST\\r\\n\\r\\nHi,\\r\\n\\r\\nI am the loan opener working on the mortgage transaction for one of your employee.\\r\\n\\r\\nI am trying to get an employment verification. Do you know who I can contact at Complete Care Management to help me with this request? \\r\\n\\r\\nYou can call me at (973) 435-8042 or send a message to gemma.macairap@ccm.com\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 16:37:54','2026-01-22 16:37:54','59a8dd62-b263-47ae-94e6-c5a46a0a3daf'),
(15856,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jennifer Mosley\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jmosley5228@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7327666378\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15857],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Resume\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbayshore.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccbayshore.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 17:00:20','2026-01-22 17:00:20','03b7a513-2545-40c0-986d-69371c1fd069'),
(15908,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Milagros\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"milly.rivera@olivetbgc.org\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\r\\nMy name is Milly, and I would like to introduce myself. I am the Program Director for the DREAM Program and currently work with the Olivet Boys & Girls Club.\\r\\nThrough the DREAM Program, I have approximately 8 to 10 children who would love the opportunity to visit your facility and help in any way they can. I believe it is important for children to engage with the elderly, and they would truly enjoy spending time playing games, talking, and interacting with them. I feel this could be a meaningful and rewarding experience for everyone involved.\\r\\nPlease let me know if this is something you would be open to, and what days or times might work best for you. Thank you for your time and consideration. I look forward to connecting with you.\\r\\nKind regards,\\r\\nMilly\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 18:20:39','2026-01-22 18:20:39','69f480fe-12d5-40a8-9820-af6ffed3e47d'),
(15909,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kendall Parks\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Kparks@elitemedicalstaffing.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elite Medical Staffing \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Kendall, and I am reaching out on behalf of Elite Medical Staffing regarding potential staffing needs in your area.\\r\\n\\r\\nWe would welcome the opportunity to connect with your scheduler or administrative team to discuss how our agency can assist with staffing coverage. We have a strong pool of qualified healthcare professionals available to support facilities in Skilled Nursing, Rehabilitation, and Memory Care settings.\\r\\n\\r\\nPlease feel free to call or text 463-583-2332 at your convenience. I look forward to connecting with you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmaplegrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmaplegrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 18:24:20','2026-01-22 18:24:20','8db5026c-7b3b-451b-945f-d32b69d107b3'),
(15916,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Christina Elisabeth Lemelin\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"cepayne79@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18607762682\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15917],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Application  for cna first shift .\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgrotonregency.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgrotonregency.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 19:00:07','2026-01-22 19:00:07','57c5f9b0-906d-4b1b-b9a7-3f3b1223fd6a'),
(15922,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Cathy Balsamo\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Cattom242@aol.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9087231198\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[15923],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Future employment\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebrick.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarebrick.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 19:33:55','2026-01-22 19:33:55','43103230-a4e9-4808-b8bc-cb96c0259ea3'),
(15960,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amy habeck \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"atyluki@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Want to move my dad here is there an available bed for a male ? We live in Shrewsbury and would like him transferred out of care one facility \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 19:58:41','2026-01-22 19:58:41','d6e7c798-dce0-4450-a261-edc3eae3c78f'),
(15975,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amy habeck\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"atyluki@yhaoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Trying to get my dad into your facility \\r\\nCan you let me know if you have a bed for an older male. We live in Shrewsbury. He is currently at care one in wall and we want him transferred \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 20:01:31','2026-01-22 20:01:31','8d81d7c8-feba-4ad6-9500-9b9c7ad75d92'),
(16281,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leslie Luedtke\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"leslie@villagecaregiving.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Village Caregiving, LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Do you have times for tours?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 21:25:03','2026-01-22 21:25:03','1c35bcea-62df-4750-b09d-184c3f743df0'),
(16328,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Isabel\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"isabelalvarado832@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(920) 401-1983\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi I’m Isabel I love helping people I don’t have experience with being a Cna but I wanna work here to finish my Cna schooling! \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmanitowoc.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmanitowoc.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 23:39:28','2026-01-22 23:39:28','defcefe3-e19a-4b18-b405-7bef3eadc12b'),
(16346,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mariana Valenzuela\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"23marianav@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am writing to ask if there are any nursing aide training positions available at your facility. I am currently a nursing student and would love to obtain my CNA license and get my foot in the door towards healthcare. Please let me know if you have anything available.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-22 23:59:56','2026-01-22 23:59:56','2574f55c-dbb6-49a5-8f0e-06121824dde6'),
(16359,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Heaven Barlow\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hbarlow2005@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6082328571\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[16360],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3194,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I would be exhilarated to join the Complete Care team and make a difference in my community. I am looking to be a Dietary Aide if you ever have positions available. Thanks!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 00:12:49','2026-01-23 00:12:49','e7ff238f-c312-492a-b4ab-b29012cb9966'),
(16400,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ashley Franklin \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ashleym11987@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9092412077\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[16401],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am looking for a activities position for around 30hrs a week. I have current/previous experience in memory care as well\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccnazareth.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccnazareth.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 00:54:08','2026-01-23 00:54:08','8e09671e-8fbf-4464-9449-7f97bb45e78c'),
(16418,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marko Baric\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"partnerships@elektrik.dev\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elektrik.dev\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Subject: Exploring Potential Partnership Opportunity\\r\\nProposal For: CTO or Head of Product\\r\\n\\r\\nGood Afternoon,\\r\\n\\r\\nI’m the owner of a custom software development team specializing in telehealth and digital health platforms. We work with nursing facilities  that need secure, scalable, and compliant systems beyond a basic website. Our team builds full telemedicine platforms, patient and provider portals, scheduling systems, internal dashboards, and long term maintenance pipelines, all aligned with the standards required in regulated healthcare environments.\\r\\n\\r\\nWe would love to explore how we can support your roadmap, especially as you scale your virtual care capabilities.\\r\\n\\r\\nA few reasons  nursing facilities choose to partner with us:\\r\\n\\r\\n-We’ve delivered work for major global brands including Amgen, Doctor On Demand, Sky Therapist and  BMW, Mercedes, Audi, Toyota, Volkswagen, Netflix, NFL, and Bose.\\r\\n\\r\\n-Deep experience in telehealth and virtual care. We build HIPAA compliant telemedicine platforms, patient onboarding workflows, clinician tools, and digital health applications that handle complex medical requirements.\\r\\n\\r\\n-End to end delivery. Our team handles everything from product strategy, UX, backend engineering, and integrations to testing, deployment, and long term support.\\r\\n\\r\\n-Scalable engineering capacity. We integrate directly into your development cycles and help you ship features faster, stabilize your platform, and improve performance as you grow.\\r\\n\\r\\nI’d be happy to connect for a short call next week to learn more about your current priorities and explore whether we’d be a good fit. What day works best for you?\\r\\n\\r\\nBest Regards,\\r\\nMarko Baric\\r\\nCEO\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 01:21:59','2026-01-23 01:21:59','2c1188dc-a963-4986-9b00-ae9834f956c7'),
(16420,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marko Baric\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"partnerships@elektrik.dev\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elektrik.dev\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Subject: Exploring Potential Partnership Opportunity\\r\\nProposal For: CTO or Head of Product\\r\\n\\r\\nGood Afternoon,\\r\\n\\r\\nI’m the owner of a custom software development team specializing in telehealth and digital health platforms. We work with nursing facilities  that need secure, scalable, and compliant systems beyond a basic website. Our team builds full telemedicine platforms, patient and provider portals, scheduling systems, internal dashboards, and long term maintenance pipelines, all aligned with the standards required in regulated healthcare environments.\\r\\n\\r\\nWe would love to explore how we can support your roadmap, especially as you scale your virtual care capabilities.\\r\\n\\r\\nA few reasons  nursing facilities choose to partner with us:\\r\\n\\r\\n-We’ve delivered work for major global brands including Amgen, Doctor On Demand, Sky Therapist and  BMW, Mercedes, Audi, Toyota, Volkswagen, Netflix, NFL, and Bose.\\r\\n\\r\\n-Deep experience in telehealth and virtual care. We build HIPAA compliant telemedicine platforms, patient onboarding workflows, clinician tools, and digital health applications that handle complex medical requirements.\\r\\n\\r\\n-End to end delivery. Our team handles everything from product strategy, UX, backend engineering, and integrations to testing, deployment, and long term support.\\r\\n\\r\\n-Scalable engineering capacity. We integrate directly into your development cycles and help you ship features faster, stabilize your platform, and improve performance as you grow.\\r\\n\\r\\nI’d be happy to connect for a short call next week to learn more about your current priorities and explore whether we’d be a good fit. What day works best for you?\\r\\n\\r\\nBest Regards,\\r\\nMarko Baric\\r\\nCEO\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 01:25:44','2026-01-23 01:25:44','c07d8714-a7fd-4b18-a514-aee72615bc9a'),
(16421,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marko Baric\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"partnerships@elektrik.dev\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elektrik.dev\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Subject: Exploring Potential Partnership Opportunity\\r\\nProposal For: CTO or Head of Product\\r\\n\\r\\nGood Afternoon,\\r\\n\\r\\nI’m the owner of a custom software development team specializing in telehealth and digital health platforms. We work with nursing facilities  that need secure, scalable, and compliant systems beyond a basic website. Our team builds full telemedicine platforms, patient and provider portals, scheduling systems, internal dashboards, and long term maintenance pipelines, all aligned with the standards required in regulated healthcare environments.\\r\\n\\r\\nWe would love to explore how we can support your roadmap, especially as you scale your virtual care capabilities.\\r\\n\\r\\nA few reasons  nursing facilities choose to partner with us:\\r\\n\\r\\n-We’ve delivered work for major global brands including Amgen, Doctor On Demand, Sky Therapist and  BMW, Mercedes, Audi, Toyota, Volkswagen, Netflix, NFL, and Bose.\\r\\n\\r\\n-Deep experience in telehealth and virtual care. We build HIPAA compliant telemedicine platforms, patient onboarding workflows, clinician tools, and digital health applications that handle complex medical requirements.\\r\\n\\r\\n-End to end delivery. Our team handles everything from product strategy, UX, backend engineering, and integrations to testing, deployment, and long term support.\\r\\n\\r\\n-Scalable engineering capacity. We integrate directly into your development cycles and help you ship features faster, stabilize your platform, and improve performance as you grow.\\r\\n\\r\\nI’d be happy to connect for a short call next week to learn more about your current priorities and explore whether we’d be a good fit. What day works best for you?\\r\\n\\r\\nBest Regards,\\r\\nMarko Baric\\r\\nCEO\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 01:33:34','2026-01-23 01:33:34','035a819b-ba83-4bf6-a72f-291f960db879'),
(16426,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Yolanda Mccurry\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"yolandamccurry41@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4145069183\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[16427],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Interested in Second shift Cna position\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgermantown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgermantown.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 01:54:53','2026-01-23 01:54:53','40d1faa9-9961-4e15-a411-833ad1769284'),
(16430,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Pat Dunphy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pdunphypt@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Trilogy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Trilogy would like to set up dates to sing on Thursdays in February (love songs) and March (Irish songs) in Long Branch and Shrewsbury…please call ASAP 732 539 8061\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 02:06:34','2026-01-23 02:06:34','7ce03426-01a4-4dd6-92f1-42804721cc96'),
(16551,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenni.obrie@getdandynow.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Missed Text Message from Google Business Profile for Complete Care at Harrington Court\\r\\nHi Complete Care at Harrington Court,\\r\\nGoogle now lets customers text businesses like Complete Care at Harrington Court directly from their Google Business Profile.\\r\\nLast month alone, businesses like yours missed 10–20 real customer inquiries simply because no one replied fast enough — especially after hours.\\r\\nGetDandy connects an AI agent directly to your Google profile that:\\r\\n●\\tReplies to texts instantly, 24/7\\r\\n●\\tAnswers questions\\r\\n●\\tBooks appointments automatically\\r\\nIf someone texts and doesn\'t get a response, they move on to one of your competitors.\\r\\nWant to see how many messages Complete Care at Harrington Court is missing? Click here to grab a time on my calendar, and I’ll show you: Schedule a Call Here: https://getdandy.com/schedule-call-sms/\\r\\nThank you,\\r\\n\\r\\nJennifer O’Brien | AI Implementation Advisor\\r\\nGetDandy\\r\\nPhone: (949) 979-7488\\r\\nVisit us Online: https://getdandy.com/schedule-call-sms/\\r\\nUnsubscribe: https://bit.ly/42wnUsa \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 07:39:15','2026-01-23 07:39:15','09b4d24b-53ac-4d15-831c-a2f405b55aee'),
(16600,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Luis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lchave@gmu.edu\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\r\\n\\r\\nI saw you had an evening receptionist position and was wondering if you would consider someone for just the rotating weekends part. If not now worries. Just thought I would ask.\\r\\n\\r\\nRespectfully,\\r\\nLuis\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 09:11:25','2026-01-23 09:11:25','6c6f7b0f-4f11-4a3e-a983-53ae266a19ce'),
(16675,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Comfort \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tttlola3@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2405812435\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[16676],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Current cpr/first aid  reference available upon request \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 11:40:34','2026-01-23 11:40:34','e3b9efa2-5947-4289-b1aa-dad49c18f3e7'),
(16783,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Wendy Koehler\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tia502@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, my family and I are researching memory care facilities for my father for reside potentially in the next 60 to 90 days. I would like information on types of rooms, payment options, and pricing please. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@southpointecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 14:58:05','2026-01-23 14:58:05','efea51d8-97a7-4ef8-bee3-533d8301d46f'),
(16785,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jayquan Whaley-Jackson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jaykingjackson@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"As Sharp As They Come\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Admission,\\r\\n\\r\\n My name is Jayquan Jackson, and I am the owner of As Sharp As They Come. I am a licensed barber with over 10 years of experience providing professional grooming services. I would love to partner with your facility to offer weekly or monthly on-site barber services for your residents/clients.\\r\\nI understand that many residents benefit from accessible grooming options that come to them, and I’m committed to delivering care that is respectful, convenient, and tailored to everyone’s needs. My services include haircuts, beard trims, grooming consultations, and basic hygiene care, all performed with professionalism and compassion.\\r\\n\\r\\nI would love the opportunity to discuss how we might work together and answer any questions you may have. Please let me know a day and time that works for you, and I can follow up with more information or a service proposal.\\r\\n\\r\\nThank you for your time, and I look forward to the possibility of serving your community.\\r\\n\\r\\nBest Regards,\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 15:07:58','2026-01-23 15:07:58','082c3d62-d086-45db-babd-d5c79274cacf'),
(16786,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Pam Andreson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pjlinka@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to schedule a tour and possibly get my mother on the waiting list. I have left several messages with Admissions and have not gotten a call back.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 15:12:27','2026-01-23 15:12:27','1073af31-a14d-4eff-bcae-96f0d225ea8b'),
(16787,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Motria Horodysky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"horodysky@verizon.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to schedule a tour and info session to discuss long-term care for a relative.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 15:15:30','2026-01-23 15:15:30','f5981844-d301-42bc-bc98-8422c356785a'),
(16792,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Pam Andreson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pjlinka@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to schedule a tour and get my mom on the waiting list.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 15:36:06','2026-01-23 15:36:06','83b30bb6-ba96-48b4-b9bf-4a581baf3b75'),
(16795,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Keriay Osman\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"keriayosman@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4142158980\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[16796],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi, my name is Keriay and I’m a CNA. I’m reaching out to inquire about any available CNA positions at your facility. I’m dependable, caring, and eager to join a great healthcare team. I’d love the opportunity to apply and communicate with your team . Thank you!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 16:16:56','2026-01-23 16:16:56','6da196d8-af17-44bb-8116-92322862298f'),
(16798,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"ravan Arenz\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"rarenz@varcinc.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6088916039\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[16799],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello,\\r\\nMy name is Ravan Arenz, and I am an Employment Specialist with VARC. We partner with DVR to connect job seekers with businesses and provide support throughout the employment process. Our goal is to help individuals from diverse backgrounds enter the workforce successfully while assisting businesses in meeting their hiring needs.\\r\\nI currently have a client who is interested in completing an internship with your company. If you are open to hosting an intern, here are the details:\\r\\nInternship Details:\\r\\n\\r\\nDuration: 45-day paid internship\\r\\nCost: All wages, workers’ compensation, and insurance liability are covered for the full 45 days—at no cost to you as the employer\\r\\nGoal: The internship allows you to evaluate the individual’s skills and abilities, with the hope of transitioning into permanent employment after completion\\r\\n\\r\\nThis program is a great way to help individuals build their resumes and gain work experience, whether they are entering the workforce for the first time or exploring new career paths.\\r\\nVARC provides both onsite (if needed) and offsite support at no cost to you, ensuring the intern’s success. We also offer ongoing retention support after hire.\\r\\nWe have successfully partnered with businesses such as Baraboo Fresh Market, Walmart, Oak Park Place, Sauk County Health Care Center, Viking, Festival Foods, Seneca, Milwaukee Valve, and Pizza Ranch. Many of our supported employees have maintained long-term employment—one individual has been with Walgreens for over 20 years!\\r\\nWe are committed to creating successful placements and building strong partnerships with employers. If you are interested in learning more or hosting an intern, please let me know.\\r\\nThank you for your time and consideration!\\r\\n\\r\\nBest regards,\\r\\nRavan Arenz\\r\\nEmployment Specialist\\r\\nVARC Supported Employment\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccjeffersonmeadows.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccjeffersonmeadows.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 16:31:06','2026-01-23 16:31:06','192d6714-302c-4cb7-9614-77bfc25b91d7'),
(16807,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michelle Jefferson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mique5@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Marcella \",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My aunt is a currently resident at the Marcella-NJ location. We have requested assistance for getting a hearing aid repeatedly now for the past year. Please help.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 16:56:55','2026-01-23 16:56:55','42bcf9b2-504b-46c2-8bc5-77ed1e725b03'),
(16810,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LIsaAnn Trembath\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"latrembath@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I would love to talk with the activities director about playing music for residents. I play piano and would love to come in for an hour or so and plan familiar songs.  Please contact me at 608-334-5765 or latrembath@gmail.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 17:17:20','2026-01-23 17:17:20','8606fe4b-e61f-4f60-84c2-ddbba1de1e9a'),
(16812,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"LIsaAnn Trembath\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"latrembath@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6083345765\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1401],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi, I\'m wondering if you would like piano music for residents.  I play piano and my wife plays bass. We have songs that are familiar and pleasant. Please contact me at 608-334-5765 or latrembath@gmail.com if this is of interest or need.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 17:19:29','2026-01-23 17:19:29','62645ebc-20db-451c-bc65-0b4593b0da68'),
(16828,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Deqwasha burton\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"deqwashaanderson@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2629773851\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[16829],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am willing to take my skills to a new environment.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 17:45:52','2026-01-23 17:45:52','44b7fb64-36f9-41b1-9950-45cc915a26f0'),
(16882,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Honeika Brodbury\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"liyahhis@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18609674413\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[16883],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Honeika Brodbury\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarekhn.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarekhn.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 18:33:43','2026-01-23 18:33:43','da20aefe-c66b-4f53-821c-1c2bddb7e1c5'),
(16886,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Latasha Heard\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"loveothers9632@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+12627655846\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[16887],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Complete Care team, \\r\\n     I Latasha Heard, have over seven years of experience as a certified nurses assistant working in some of the most busiest facilities in Wisconsin. I believe that I will be an asset to your nursing team at Complete Care and that I will assist in reaching your patient care goals.\\r\\n\\r\\n     I would love a chance to speak to you about how I believe that my years of experience could translate into improve patient care. Please feel free to contact me with the date that best suits your schedule.\\r\\n\\r\\nKind regards, \\r\\n\\r\\nLatasha Heard \\r\\n \\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgermantown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgermantown.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 18:44:25','2026-01-23 18:44:25','9782bd4e-b532-425a-a264-c1f3ef1040a7'),
(16908,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Raymond Pierce\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"raymondcssr@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\nWould you forward my email to your Life Enrichment Director, Recreation or Activities Director or Volunteer Director. Thank you Raymond Pierce.\\r\\n\\r\\nHello, I am Raymond Pierce, a Canadian Storyteller living in Toronto, Ontario. I am offering a Free Complimentary Storytelling Service by Email every week. My stories are all Family Friendly Humor suitable for everyone. In each email  I also  include one of my Personal Light Hearted Short Stories. All my emails are sent as BCC (Blind Carbon Copies) to protect your email address.\\r\\n\\r\\nSince 2016 I have been passionate about spreading Joy and Laughter with my Humorous stories that I call Morning Smiles. I do this because we live in a Tragic, Wounded World and we all could use a good laugh often.\\r\\n\\r\\nI am not offering to visit your nursing home but at age 81 I still do that in my local Community.\\r\\n\\r\\nSome Nursing Homes share my stories by having staff or Volunteers read them to their residents. Some print them to circulate or put them on bulletin boards. Some have a twice a week coffee clutch to share my stories and some have a Community NewsLetter and post some of my stories there.\\r\\n\\r\\nI am a member of Storytelling Toronto. You can see my picture and short bio by googling \\\"Storytelling Toronto Directory\\\"\\r\\n\\r\\nIf this would interest you or someone you know please email me at raymondcssr@gmail.com or Phone my Cell 647 588 3600\\r\\n\\r\\nThank You Happy New Year\\r\\nRaymond Pierce\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccorsicahills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccorsicahills.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 19:11:51','2026-01-23 19:11:51','188210ea-007b-452e-9002-6f39f4d6024d'),
(16960,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kelly Miles\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kelly.miles@ensemblehp.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"St. Vincent Hospital/Ensemble\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am reaching out to get a good email address for your Accounts Payable department to check status of claims.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 19:40:55','2026-01-23 19:40:55','2fea9700-a364-4510-8bde-543e63236873'),
(17187,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"1\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI am local and provide service in Philadelphia. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 20:29:44','2026-01-23 20:29:44','2d7ab42e-d81d-4e68-94c4-453b4757d7b2'),
(17295,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rosemary Schoen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rschoen@hikma.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Hikma\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon.  Our Hikma Women\'s Network is sponsoring a Valentine Day event that will take place on February 11th.  We are offering our employees the opportunity to complete valentine cards that we would like to give to a Care facility for distribution to their residents.  Is this something you would be interested in, and if so, how many Valentines would you need?  \\r\\nThank you.\\r\\nRosemary Schoen\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 21:15:57','2026-01-23 21:15:57','49799cb2-3c70-48a0-b048-25ca13c771b0'),
(17403,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"1\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nRecently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\r\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\r\\nMay I give you more information and a no-obligation cleaning quote?\\r\\nSincerely,\\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 22:00:32','2026-01-23 22:00:32','a45a4335-eb4a-462d-a440-51d0a5920131'),
(17408,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kimmi Noel\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ksepulveda.lpn@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SELF\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Complete Care at Voorhees \",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am a former employee and was wondering when I would receive my W-2. My address is: 1664 Swedesboro Ave.  Paulsboro,  NJ 08066\\r\\n(856) 271-0924  email: ksepulveda.lpn@gmail.com \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 22:37:02','2026-01-23 22:37:02','991f77ef-6167-4121-b1ee-8491a23b60eb'),
(17410,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"1\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Recently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\r\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\r\\nMay I give you more information and a no-obligation cleaning quote?\\r\\nSincerely,\\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 22:51:04','2026-01-23 22:51:04','c6021487-8a72-4ef7-be91-dfbdf16fff39'),
(17415,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"1\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Recently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\r\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\r\\nMay I give you more information and a no-obligation cleaning quote?\\r\\nSincerely,\\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-23 23:28:29','2026-01-23 23:28:29','3ef07c4b-4394-4691-a36b-2748204901b6'),
(17421,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"1\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Recently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\r\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\r\\nMay I give you more information and a no-obligation cleaning quote?\\r\\nSincerely,\\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 00:09:05','2026-01-24 00:09:05','a404c1ce-d1fc-4ce8-bb14-4e5d0cbac64d'),
(17423,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"1\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Recently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\r\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\r\\nMay I give you more information and a no-obligation cleaning quote?\\r\\nSincerely,\\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 00:44:37','2026-01-24 00:44:37','a3a9532d-3d8e-47e8-8573-b291c27ab04d'),
(17434,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Alicia Catledge \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kamanikamariah4@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6084811533\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[17435],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Team at Complete Care,\\r\\nI hope this message finds you well. I am writing to express my interest in a Business Office Manager position with Complete Care, should one be available now or in the future. With over eight years of experience in business office operations—primarily within senior living and healthcare settings—I am confident in my ability to support both the financial health of a facility and the overall resident experience.\\r\\nThroughout my career, I have managed accounts receivable, billing, payroll support, admissions coordination, and compliance while working closely with executive leadership. I am especially passionate about senior care and take pride in bringing organization, accountability, and compassion to the business office. I thrive in environments that need strong structure, clear communication, and a hands-on leader who is not afraid to step in and help stabilize or improve processes.\\r\\nComplete Care’s commitment to quality care and strong leadership aligns closely with my own values and professional goals. I would welcome the opportunity to contribute my experience and dedication to your team and would be grateful to be considered for any current or upcoming Business Office Manager opportunities.\\r\\nThank you for your time and consideration. I look forward to the possibility of connecting.\\r\\nWarm regards,\\r\\nAlicia Catledge\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 02:42:56','2026-01-24 02:42:56','4eb9dc9d-5932-44ac-b38e-3faa35dacdc5'),
(17651,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Mary kochanowski \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marydilusant@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6096615271\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[17652],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have experience in Dietary\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 09:29:27','2026-01-24 09:29:27','2956a597-5a12-41ed-97ca-c0d059492be1'),
(17654,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sophia Clin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nursing@intelliglobalsummits.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"https://nursing-conferences.com/\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear \\r\\nOn behalf of the Organizing Committee,\\r\\nWe are pleased to invite you to the 5th International Conference on Nursing Education and Research 2026, taking place on July 20–21, 2026, in Paris, France.\\r\\nTheme: “Advancing Nursing Research for a Healthier Tomorrow”\\r\\nMore about us: https://nursing-conferences.com/\\r\\nVenue: Paris – A Global Hub of Culture, Research, and Healthcare Innovation.\\r\\n\\r\\nFor queries, feel free to reply to this email or contact us.\\r\\nWe look forward to your participation!\\r\\nWarm Regards,\\r\\nSophia Clin\\r\\nProgram Manager\\r\\nNursing Education and Research\\r\\nEmail: nursingresearch@globalmeeting.org\\r\\nPh/WhatsApp: +1 (470) 916-6880\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 09:29:37','2026-01-24 09:29:37','fda8169d-4c74-4d0e-9569-0e46eea9f543'),
(17659,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sophia Clin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nursing@intelliglobalsummits.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"https://nursing-conferences.com/\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear \\r\\nOn behalf of the Organizing Committee,\\r\\nWe are pleased to invite you to the 5th International Conference on Nursing Education and Research 2026, taking place on July 20–21, 2026, in Paris, France.\\r\\nTheme: “Advancing Nursing Research for a Healthier Tomorrow”\\r\\nMore about us: https://nursing-conferences.com/\\r\\nVenue: Paris – A Global Hub of Culture, Research, and Healthcare Innovation.\\r\\n\\r\\nFor queries, feel free to reply to this email or contact us.\\r\\nWe look forward to your participation!\\r\\nWarm Regards,\\r\\nSophia Clin\\r\\nProgram Manager\\r\\nNursing Education and Research\\r\\nEmail: nursingresearch@globalmeeting.org\\r\\nPh/WhatsApp: +1 (470) 916-6880\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 09:34:01','2026-01-24 09:34:01','efb32d30-4655-4c99-b74e-4fc745e3c052'),
(17753,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Karla Beza \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kportillo078@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9142218826\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[17754],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello my name is Karla Beza and I’m looking for new job opportunities. \\r\\n\\r\\nI’m looking for payroll assistance or something similar but im looking for remote jobs. \\r\\n\\r\\nIf you have a opportunity I would love to work for you \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchyattsville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchyattsville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 12:04:07','2026-01-24 12:04:07','3d80ff61-50b8-4a76-a9fd-66a7d8596d40'),
(17775,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tina Wellington\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Egghead19@msn.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Complete care of Berkshire \",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning, \\r\\nI was reaching out to see if you have any beds for rehab and skill nursing. \\r\\nThank you \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 12:43:43','2026-01-24 12:43:43','50c7efe0-85a3-4707-b3dd-bc1ef7d8333f'),
(17881,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Danielle Fogle \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Fogle_danielle1995@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3026120437\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I do have a resume on indeed \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsilverlake.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccsilverlake.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 16:53:55','2026-01-24 16:53:55','89784be1-eb28-4d8b-bffb-333a5b52780a'),
(17893,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Frank R Holt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"frh4106@att.net\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"N/A\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Complete Care at Groton Regency & Complete Care at Harrington Court\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\" I am interested in the memory care at these two facilities as my wife has dementia and is mid to late stage.\\r\\n\\r\\nPlease email or mail me information, costs, & application for these two facilities.  I will schedule visits when time permits.  I have researched costs of nursing homes in my area - so I am familiar with costs.\\r\\n\\r\\nMy plan will be to apply for Medicaid assistance immediately after placement.\\r\\n\\r\\nThank you &  look forward to receiving your information\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 17:24:49','2026-01-24 17:24:49','ed05b3ed-f5e6-458e-a9a2-6a7428641776'),
(17900,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Carol Sinclair\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"casandco@yahoo.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"262 960 4568\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1401],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Share a friendly chat or board game\\r\\n\\r\\nSounds just right.  Carol\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 17:47:39','2026-01-24 17:47:39','008ebd70-dbd2-47f7-aabf-a96a8fccf6b8'),
(17910,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lindsay\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lheller1207@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7327139833\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[17911],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Occupational Therapist\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 18:42:06','2026-01-24 18:42:06','d5bbd1bd-802a-446a-b1c2-430020b490af'),
(17964,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Mary kochanowski \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marydilusant@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6096615271\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[17965],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"This is my passion helping the elderly and making them happy\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareoakridge.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecareoakridge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-24 20:38:48','2026-01-24 20:38:48','ebfe62cb-e9b2-486a-aafa-5ee1548e5afe'),
(18045,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mary Cullen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"marydwyercullen@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I am starting the process of looking for both assisted-living and skilled nursing facilities near Madison Wisconsin for my cousin cousin. Any information you can email is greatly appreciated.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 01:40:06','2026-01-25 01:40:06','655273b3-6312-4c83-afce-0a49bff9ec4a'),
(18055,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Arlene Jackson \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shaleatha.johnson@ssmhealth.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SSM Health \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Maple Grove\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We are looking to move our mother from Chicago to Madison close to us\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 02:06:46','2026-01-25 02:06:46','bb2aaabe-7756-4b8d-9f89-4ed1d1d5322f'),
(18056,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jasmine jones\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jonesjasmine2005@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2244150191\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18057],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/a\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 02:13:08','2026-01-25 02:13:08','1080856c-d979-4450-a0b3-95bbc30eddb8'),
(18090,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Keith Kaspar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"keithkaspar@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Complete care at ridge wood \",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I have recently been diagnosed with stage three bone marrow and blood cancer. The prognosis has a 90% fatality rate within a year and the nursing home I am currently living in cannot provide palliative or hospice care. I am only 44 and this is the third time I have been terminally ill however l am now partially paralyzed due to metastatic cancer and spinal surgeries. Please advise if you can accommodate as I know my age presents an issue being so young at a nursing facility however I am denied Catholic faith services here and they often run out of my life sustaining pain medication. Please call or email me at your earliest convenience. Thanks. Keith Kaspar \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccridgewood.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccridgewood.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 04:43:38','2026-01-25 04:43:38','8f78270d-a5f9-42d5-a051-734a6df45143'),
(18424,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Cameto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sarah@fakereviewdetectors.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"The Transparency Company\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"no\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We found a suspicious 1-star review on your Google profile. GatherUp has a proven track record of removing illegitimate reviews and backs every case with a 60-day 100% satisfaction guarantee. Trusted by 18,000+ businesses. Book here: https://calendly.com/risk-free-review-removals/15min\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 13:26:49','2026-01-25 13:26:49','ca8bfda0-ff4d-4f73-b625-0a54043cf77c'),
(18455,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Cameto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sarah@fakereviewdetectors.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"The Transparency Company\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"SARAH\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We found a suspicious 1-star review on your Google profile. GatherUp has a proven track record of removing illegitimate reviews and backs every case with a 60-day 100% satisfaction guarantee. Trusted by 18,000+ businesses. Book here: https://calendly.com/risk-free-review-removals/15min\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 14:15:52','2026-01-25 14:15:52','8da346c8-a494-4ce7-945d-623ddfbe4db6'),
(18478,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenny_o@getdandynow.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Get Dandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"aa\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Lakeview Rehabilitation & Care Center,\\r\\nI’ve built and trained an AI employee specifically for Lakeview Rehabilitation & Care Center.\\r\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer customer questions, capture leads, and even follow up — just like a team member would.\\r\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\r\\nWould today or tomorrow work for a quick walkthrough? Select a Time to Meet Your Agent Here: https://getdandy.com/trained-agent-ff/ or you can reach me directly at (949) 979-7488.\\r\\nTalk soon,\\r\\nThank you,\\r\\n\\r\\nJennifer O’Brien | AI Implementation Advisor\\r\\nGetDandy\\r\\nVisit us Online: https://getdandy.com/trained-agent-ff/\\r\\nUnsubscribe: https://bit.ly/42wnUsa\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwaynehills.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 14:32:04','2026-01-25 14:32:04','a400864c-699c-4dee-a78a-592c28c1b864'),
(18555,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tyesha Roberts\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"www.tyesha_roberts@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9085486427\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18556],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Reliable and detail-oriented Cleaning Professional with hands-on experience in residential, Airbnb, and hospitality-style cleaning. Passionate about creating clean, fresh, and welcoming spaces for guests and homeowners. Known for strong attention to detail, efficiency, and friendly, professional service. Comfortable working independently or as part of a team. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccplainfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccplainfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 18:35:31','2026-01-25 18:35:31','4742ee42-005c-4eb7-a275-e87229b568aa'),
(18558,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tyesha Roberts\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"www.tyesha_roberts@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9085486427\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18559],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Reliable and detail-oriented Cleaning Professional with hands-on experience in residential, Airbnb, and hospitality-style cleaning. Passionate about creating clean, fresh, and welcoming spaces for guests and homeowners. Known for strong attention to detail, efficiency, and friendly, professional service. Comfortable working independently or as part of a team. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwoodlands.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccwoodlands.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 18:38:03','2026-01-25 18:38:03','4dca983c-820d-43f2-a42e-54d336c2a5a1'),
(18566,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tyesha Roberts\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"www.tyesha_roberts@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9085486427\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18567],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Reliable and detail-oriented Cleaning Professional with hands-on experience in residential, Airbnb, and hospitality-style cleaning. Passionate about creating clean, fresh, and welcoming spaces for guests and homeowners. Known for strong attention to detail, efficiency, and friendly, professional service. Comfortable working independently or as part of a team. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwestfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccwestfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 18:50:37','2026-01-25 18:50:38','ac72b0e7-b45a-4dbf-914f-f07095824c8e'),
(18594,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lamonte Haywood\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"montehaywood@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7732804614\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18595],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Job posting \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 22:03:28','2026-01-25 22:03:28','8a19abfb-c170-4e77-b0bc-91ad2a4a7baf'),
(18601,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kattie-Ann Bowen \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kattieb23@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8627558783\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18602],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Please see attachment. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 22:34:58','2026-01-25 22:34:59','e11c736a-1985-4d3f-b520-3ff2f35e9337'),
(18613,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Yolanda Tovillo\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"yolandatovillo16@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(773) 564-3213\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18614],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello:\\r\\n\\r\\nI am interested in applying for Dietary / Food Service positions at your facility. I also have elder caregiving experience.\\r\\n\\r\\nI can be reached at (773) 564-3213 or at yolandatovillo16@yahoo.com.\\r\\n\\r\\nThank you for your consideration.\\r\\n\\r\\nSincerely,\\r\\nYolanda Tovillo\\r\\n\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-25 23:47:50','2026-01-25 23:47:50','121a3078-8ffd-4105-ae1c-276543b0355c'),
(18639,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Thomas Childs \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tlctee@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8609857785\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18640],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Maintenance position \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarekhn.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarekhn.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 03:03:19','2026-01-26 03:03:19','9dcec272-fb23-4ea0-abb3-1ffad9b6fb96'),
(18684,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kenya A Washington\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"shinoah0610@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12679446526\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18685],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am currently looking for a FT RN position on day shift.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccharstonhall.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccharstonhall.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 03:40:08','2026-01-26 03:40:08','d025d358-6acb-455e-a3c3-fb32745f3cee'),
(18686,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tyesha Roberts\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"www.tyesha_roberts@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9085486427\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18687],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Provided detailed cleaning for homes and guest-ready spaces \\r\\n\\r\\nCleaned and sanitized kitchens, bathrooms, bedrooms, and living areas \\r\\n\\r\\nScrubbed countertops, sinks, stoves, refrigerators, and cabinets \\r\\n\\r\\nDisinfected bathrooms including toilets, showers, tubs, mirrors, and vanities \\r\\n\\r\\nDusted furniture, cleaned mirrors and surfaces \\r\\n\\r\\nSwept, vacuumed, and mopped all floor surfaces \\r\\n\\r\\nFollowed client instructions and cleaning checklists \\r\\n\\r\\nMaintained professionalism and respect while working in client homes \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareclark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareclark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 03:41:10','2026-01-26 03:41:10','b92f23f3-f8cb-42da-82c1-2154760ca310'),
(18783,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sophia Clin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nursing@intelliglobalsummits.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"https://nursing-conferences.com/\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear,\\r\\nOn behalf of the Organizing Committee,\\r\\nWe are pleased to invite you to the 5th International Conference on Nursing Education & Research (ICNER 2026), taking place on July 20–21, 2026, in Paris, France.\\r\\nTheme: “Advancing Nursing Research for a Healthier Tomorrow”\\r\\nMore about us: https://nursing-conferences.com/\\r\\nVenue: Paris – A Global Hub of Culture, Research, and Healthcare Innovation.\\r\\nFor queries, feel free to reply/contact us.\\r\\nWe look forward to your participation!\\r\\n\\r\\nWarm regards,\\r\\nProgram Manager\\r\\nSophia Clin\\r\\nPh: +1 (470) 916-6880\\r\\nIntelli Meetings\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 08:09:41','2026-01-26 08:09:41','55091441-c599-4c12-9cb0-22ddb9c1bf3e'),
(18826,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amanda Smith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amanda@executiveelegancepros.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Executive Elegance Pros\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Executive Elegance Pros\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n  \\r\\nI am local and provide service in Vernon. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\n \\r\\nThank you in advance for your response.\\r\\n \\r\\nWith best,\\r\\n \\r\\nAmanda Smith\\r\\nBusiness Development Representative\\r\\nExecutive Elegance Pros\\r\\namanda@executiveelegancepros.com\\r\\n \\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 10:55:37','2026-01-26 10:55:37','c26d5f29-ffc6-4691-8885-2c12a4d6bd5a'),
(18837,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Wilma Tyer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wtyer@purevibejanitorial.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"PureVibe Janitorial\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"-\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI am local and provide service in Naugatuck. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\n\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n\\r\\nWilma Tyer\\r\\nBusiness Development Rep\\r\\nPureVibe Janitorial\\r\\nwtyer@purevibejanitorial.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 11:05:06','2026-01-26 11:05:06','63fe5da9-a289-4d78-86be-2a0e39fe0619'),
(18951,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jen_obrie@getdandyaiteam.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Get Dandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Jennifer O’Brien\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care At Meriden,\\r\\nGoogle now lets customers text businesses like Complete Care At Meriden directly from their Google Business Profile.\\r\\nLast month alone, businesses like yours missed 10–20 real customer inquiries simply because no one replied fast enough — especially after hours.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 14:37:25','2026-01-26 14:37:25','d9973a01-b473-4b76-9bdc-52a1a672c9f6'),
(18959,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Anna Fenton\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"annakf66@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17329984923\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[18960],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Thank you so much for the consideration and I hope to hear from you soon\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 14:49:05','2026-01-26 14:49:05','b47b537b-f783-43cd-9871-30b24c27f547'),
(19008,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Victoria Nguyen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"victoria.nguyen@cotiviti.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Cigna\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"COMPLETE CARE AT WALL LLC\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Cigna  have been trying to reach you to discuss unresolved overpayment requests. Several unsuccessful attempts have been made to resolve this issue, can someone please contact me at the phone number at 888-633-5516 ext 9413 or email me at victoria.nguyen@cotiviti.com  to confirm Cigna reference number 1307585029846  were received and to discuss timetable for resolution. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 16:06:06','2026-01-26 16:06:06','8f75e58b-9ab8-443a-b916-64b5905baea8'),
(19102,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kentashianna Seawood \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kentashianna@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147377885\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[19103],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My name is Ken’Tashianna I’m looking to apply for a Full time CNA position please reach out to me at your earliest convenience. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 17:59:41','2026-01-26 17:59:41','176b85aa-a183-4c70-ab67-a6bd6021eaf7'),
(19106,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Ashlee Coletta\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"ashlee.coletta@student.shu.edu\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"973-771-8319\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1051],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi Complete Care Management, I\'m looking to volunteer for one of my classes in my nursing program. I am currently a sophomore nursing student at Seton Hall University and for one of my courses we are to complete 10 hours of service. Volunteering specifically at a nursing home to me seems like the most rewarding because I enjoy putting a smile on people\'s faces and helping them look at the positives! I am very compassionate and empathetic and I live locally right in Cedar Grove!\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 18:20:37','2026-01-26 18:20:37','0cf2f44a-0390-4046-b286-a46b9f35dd2d'),
(19123,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"katie saffer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"katie.saffer@moceanscil.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"MOCEANS Center for Independent Living\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Katie Saffer. I work with MOCEANS Center for Independent Living (MOCEANS CIL), a nonprofit serving Monmouth and Ocean Counties. We support students with disabilities as they transition out of high school and into postsecondary education, training, and employment. A core part of our mission is helping students gain meaningful, real-world work experience in fields they’re interested in, within the communities where they live.\\r\\n\\r\\nThrough grant funding, MOCEANS operates a fully funded paid internship program for students ages 14–21. Students enter the program after completing workplace readiness training and are placed in settings aligned with their career goals. Interns are paid directly through MOCEANS at no cost to the host site, and each student is supported by a dedicated skills trainer, along with vocational rehabilitation oversight, to ensure strong professional skills, communication, self-advocacy, and overall success throughout the placement.\\r\\n\\r\\nWith confidentiality in mind, I’m currently supporting highly motivated students that have an interest in pursuing careers in Nursing and Physical Therapy.\\r\\n\\r\\nInternships typically involve approximately 150 hours of on-site, work-based learning, can begin as early as next month, and are designed to be mutually beneficial—supporting students’ career development while strengthening the future workforce pipeline in our community.\\r\\n\\r\\nIf this sounds like something worth discussing, I’d love to connect further by phone or Google Meet at your convenience, or be directed to the best person on your team to continue the conversation. I’m happy to answer any questions or share additional details.\\r\\n\\r\\nThank you so much for your time, I look forward to hearing back from you,\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 19:43:11','2026-01-26 19:43:11','db29088c-2189-48d1-8498-da8b1cf26ca8'),
(19124,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Janine Josephsen\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"janine.josephsen@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"973-222-2695\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[19125],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Janine Josephsen\\r\\n42 Urban Club Road, Wayne NJ\\r\\n(973) 222-2695\\r\\n\\r\\n1/26/2026\\r\\n\\r\\nRE: Volunteer work for End of Life Doula\\r\\n\\r\\nDear Hiring Team,\\r\\n\\r\\nI am writing to express my interest in volunteering in an End-of-Life Doula position. With a background in nursing, formal end-of-life doula training, and deeply personal experience supporting loved ones through hospice and death, I am drawn to this work with both respect and intention.\\r\\n\\r\\nI hold a Bachelor of Science in Nursing and am currently certified as an End-of-Life Doula, where I have studied the physical, emotional, and spiritual processes that accompany dying, as well as legacy projects and family support. Beyond formal education, my most meaningful preparation has come from walking alongside family members through illness, hospice care, and end-of-life decision-making—reviewing advanced directives, supporting care plans, and being present during vulnerable moments.\\r\\n\\r\\nMy professional background in healthcare administration and patient-facing roles has strengthened my ability to communicate clearly, remain grounded in emotionally charged situations, and support individuals and families with empathy and discretion. I am deeply comfortable holding space, listening without judgment, and providing steady support during times of uncertainty and transition.\\r\\n\\r\\nI am particularly drawn to your organization because of my own experience at your care center with my father. I would be honored to bring my compassion, reliability, and lived experience to your team and to support individuals and families during this profound stage of life. Thank you for your time and consideration.\\r\\n\\r\\nWarmly,\\r\\nJanine Josephsen\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwestcaldwell.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccwestcaldwell.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 19:44:05','2026-01-26 19:44:05','c89d7913-c43e-42b3-9859-6a7368dcf578'),
(19166,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Donna Murry \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"annodyrrum60@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+14642213849\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[19167],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Attention \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 20:43:46','2026-01-26 20:43:46','9f842be7-acfd-4016-b481-1c1fb0e00951'),
(19192,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jessica\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jessicagalasco@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for care for my parents , father is a veteran \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-26 21:34:46','2026-01-26 21:34:46','bc99e051-ad85-4631-84f8-ba8c0ca402e7'),
(19214,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Jordan Kovach\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"jordankovach14@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"203-490-7489\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1467],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Dear Volunteer Coordinator,\\r\\n\\r\\nMy name is Jordan Kovach, and I am a 16-year-old student at Nonnewaug High School. I am interested in volunteering at Complete Care at Middlebury to support your residents and give back to my community.\\r\\nI am particularly interested in helping with board games or just chatting and some help around the holidays. \\r\\nI am generally available any week day from 5 o\'clock on! \\r\\nCould you please let me know what the next steps are for teen volunteers and if there is an application I should complete? I have also included my phone number below if that is easier for follow-up.\\r\\nThank you for your time and for the work you do for our community.\\r\\nSincerely,\\r\\nJordan Kovach\\r\\n203-490-7489\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 00:21:12','2026-01-27 00:21:12','4ded991c-70a1-491b-9b71-148f7616d7d3'),
(19429,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Alexia Gonzalez \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"alexiagonzales393@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6106555115\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[19430],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m looking for anything to help anyone I’ve been in home care for the last 8 years \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 14:19:52','2026-01-27 14:19:52','4228a61f-0f26-4746-8cc5-661338479161'),
(19431,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Derrick Walls\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"starlettmalik5@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12152516754\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[19432],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Available anytime of the day 215-251-6754\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 14:24:57','2026-01-27 14:24:57','02ce8da8-07b2-4847-a7d7-3e8928bb2129'),
(19498,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Savyon A Brown\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"suzette.dbrown@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18608952829\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Please see my resume attached.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarekhn.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarekhn.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 16:14:46','2026-01-27 16:14:46','bb1a74bb-144f-44e4-bda6-13dc40b6eec1'),
(19645,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eleanor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mennonitecook@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"None\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We are interested in Temporary Respite care for 2 weeks for an Elderly family member with specialized health care needs. He will be 89. We need to know approx cost\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 17:13:12','2026-01-27 17:13:12','54dfa558-c7d7-47c7-ac64-0857c9e72eb9'),
(19691,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brittany Miller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"apu.reply@6degreeshealth.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"6 Degrees Health\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Complete Care At St Vincents LLC\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\n My name is Brittany Miller with 6 degrees heath reaching out on behalf of Mutual of Omaha. The reason for this message is our team has been attempting to contact your billing department and have been unsuccessful. Please escalate this message to the appropriate Billing Supervisor, Administrator, CFO, or whomever can partner with our team to resolve the one (1) active overpayments totaling $628.50. We need an answer regarding these outstanding overpayments. I would appreciate your sense of urgency on this matter. When responding please include NPI #(1548037120).\\r\\n\\r\\n \\r\\n\\r\\nYou can contact us at PH#: 888-655-6841 or apu.reply@6degreeshealth.com. Please Mention the NPI number so we may assist you more effectively.\\r\\n\\r\\nPlease address checks and make payable to:\\r\\n\\r\\nMutual of Omaha\\r\\n\\r\\nPO BOX 3306\\r\\n\\r\\nAmarillo, TX 79120\\r\\n\\r\\n \\r\\n\\r\\nSincerely,\\r\\n\\r\\n \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 17:32:02','2026-01-27 17:32:02','bd2048c0-d92f-4578-a764-c09d753fbee4'),
(19719,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tarrelle Raines\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tarrelleraines@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8629309050\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[19720],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3208,3204,3198,3192,3206,3202,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"To Whom It May Concern:\\r\\n\\r\\n\\r\\nTarrelle Raines\\r\\n1 Giancarlo Lane\\r\\nNewton, NJ 07860\\r\\n\\r\\n\\r\\n\\r\\nI am veryinterested insecuring a position that can help me advance the skills I have to allow\\r\\nme to grow within your company. I am willing to take on bigger responsibilities.l\'m also a quick\\r\\nlearner, and I believe that I have the experience that will make me an ideal candidate for the\\r\\nposition I\'m seeking. I have strong communication and organizational skills which I have\\r\\nutilized in my recent job as outlined in myresume.\\r\\n\\r\\n\\r\\nI wouldlike the opportunity to discuss with you my qualifications. Ican be contacted at\\r\\ntarrelleraines@yahoo.com\\r\\n\\r\\n\\r\\nSincerely,\\r\\n\\r\\n\\r\\nTarrelle Raines\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebarnhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarebarnhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 18:32:17','2026-01-27 18:32:17','18b19913-bdb9-4749-ae6b-0de28feceb0a'),
(19721,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Elaine clabon\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"elaineclabon@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18609441609\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[19722],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I would like to be a linen aide or do housekeeping \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarekhn.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarekhn.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 18:36:01','2026-01-27 18:36:01','a003f313-002a-4606-beed-7b8916e98f50'),
(19742,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chloe Terry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chloe@grandeurgreenservices.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Grandeur Green Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"-\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI am local and provide service in Silver Spring. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\n\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n\\r\\nChloe Terry\\r\\nBusiness Development Representative\\r\\nGrandeur Green Services\\r\\nchloe@grandeurgreenservices.com\\r\\n\\r\\n\\\"They came to our facility that I manage and deep cleaned our floors for us. I have worked here for almost 4 years and have never seen the floors look this good. They’re very responsive to email, and the price was perfect! I highly recommend them for all your cleaning needs!\\\" —Abby Matthews\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 18:59:34','2026-01-27 18:59:34','5d116f38-7c81-43e0-a2d9-ff8af902b1c7'),
(19762,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kenyada Edgeston\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"edgestonkenyada@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4143499277\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[19763],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Cbrf caregiving \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsouthpointe.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsouthpointe.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 19:20:20','2026-01-27 19:20:20','eba230a5-aff7-4a87-a2db-33cb10b13899'),
(19764,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Monica Chase \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"monica@inwardbloomwrllness.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Inward Bloom\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Victoria Commons \",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Inward Bloom Wellness is a premier, trauma-informed holistic care partner supporting mental health, behavioral health, and recovery programs. We provide reliable, skilled practitioners who enhance client engagement, emotional regulation, and overall program flow through integrative services such as mindfulness, somatic practices, Reiki, sound therapy, gentle movement, nutrition support, and expressive wellness. Inward Bloom works collaboratively with facilities to deliver consistent scheduling, professional onboarding, real-time documentation, and leadership support—helping clients and staff thrive during care and long after program completion. We look forward to speaking to you about services.\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 19:23:14','2026-01-27 19:23:14','d5df1131-b2d5-4080-89f5-dc3dd3d07085'),
(19794,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Makenna Stinson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"makennastinson86@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! I was wondering if you guys are hiring? I don’t have any certifications but willing to take any training. \\r\\nThank you. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccorsicahills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccorsicahills.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 19:53:42','2026-01-27 19:53:42','8f986b0d-2ef9-48ef-9aa3-4eb97368b6ef'),
(19815,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jade McCray \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jademccray4@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2624452944\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[19816],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m looking for a food service job. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgrandeprairie.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccgrandeprairie.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 20:14:22','2026-01-27 20:14:22','31ee2d90-3848-461c-bfc7-1fc18a2b0798'),
(19835,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jennifer magee-dean \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jenniferdwarner@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12624679078\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[19836],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for a part time cna position.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 20:29:07','2026-01-27 20:29:07','c43f6be8-86c4-43b7-9e28-53352e78c523'),
(19906,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Katie Pence\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"katie@onesourcescreening.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, could you please point me in the right direction on how to complete an employment verification \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 21:01:06','2026-01-27 21:01:06','5015d57f-88e0-4e8d-b04c-30aced671238'),
(19964,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jon - Tech-Keys\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonathan.solomon@tech-keys.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tech-Keys\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"testing web form, please ignore\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 21:41:12','2026-01-27 21:41:12','98f9e8bc-9147-47f1-920b-563952bd86e1'),
(19967,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mark Weldler\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mark.weldler@tech-keys.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Test\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Test\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Test ignore \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 21:53:03','2026-01-27 21:53:03','41095262-ce8a-4d9f-bc6c-f6f14bfddb34'),
(19968,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kim Archer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kimarcher21282@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Brakeley Park or Phillipburg\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Complete Care Administrators and Admission Directors,\\r\\n\\r\\nI am assisting my ex-husband, Edwin Martell, in finding new long term housing. He is currently residing at my home but he has to find housing by 20 Oct 2026. He is disabled and currently in the process of obtaining SSI Medicaid and awaiting approval. If there are any questions I will be happy to answer them. \\r\\n\\r\\nThank you so much\\r\\nKim Archer\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 21:53:04','2026-01-27 21:53:04','15f66470-8e4d-48c4-b58d-3e5a65f3dff6'),
(19969,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kim Archer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kimarcher21282@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"d28107db-08e0-41c4-85d6-a1192f3aaabb\":\"Brakeley Park or Phillipsburg\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Administrators and Admission Directors, \\r\\n\\r\\n\\r\\nI am assisting my ex-husband, Edwin Martell, in finding new long term housing. He is currently residing at my home but he has to find housing by 20 Oct 2026. He is disabled and currently in the process of obtaining SSI Medicaid and awaiting approval. If there are any questions I will be happy to answer them. \\r\\n\\r\\nThank you so much\\r\\nKim Archer\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 21:54:22','2026-01-27 21:54:22','4e1207a7-2637-4623-8991-a592e76fe9b7'),
(19970,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mark weldler\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mark.weldler@tech-keys.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Test \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Test ignore \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 21:54:32','2026-01-27 21:54:32','5232490a-6cb3-485f-a454-6f94d83aea68'),
(19971,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Mark Weldler\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"mark.weldler@tech-keys.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7329303866\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1165],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"This is just a test from Mark Weldler at Tech-Keys, please ignore \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-27 21:56:27','2026-01-27 21:56:27','682b37da-62e0-437c-a63d-82d39228ff8c'),
(19989,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cristian Ortega\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"automatiq-employeeverifications.crd@corelogic.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"CoreLogic\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[999],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\nMy name is Cristian Ortega, and I work with CoreLogic on the Verification of Employment & Income team. As part of this process, our client needs to obtain a verification of employment and income. Can you please work with us by providing a fax number or email address where we may send some verification documents? If you are not the right person to direct this request to, can you please redirect me to the right group within your organization? The number here at CoreLogic is 855-466-2459 ext. 191751 and please reference 0035336536. Thank you and have a great day.\\r\\nIF THE WORK NUMBER IS THE ONLY METHOD TO DO THIS VERIFICATION, PLEASE PROVIDE YOUR NAME AND TITTLE.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 00:24:17','2026-01-28 00:24:17','beb7af02-0fa6-49f8-814c-017fcc654bd2'),
(20047,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Molly Johnson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"molly.s.johnson55@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4794264805\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2712],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[20048],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, I have seen lovely reviews about the care center and am interested in any part time career opportunities here. I am looking forward to learning more!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchalescorners.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cchalescorners.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 04:18:27','2026-01-28 04:18:27','1c892dfe-cd26-472c-88f7-613d2b871f75'),
(20169,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kiemya Baker \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Kiemyab9@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+18623359301\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"To Whom Is Reading my letter, \\r\\nMy name is Kiemya baker I’m a nursing student at Montclair state University , I’m currently looking for jobs to get started on building my resume , please reach out to me at 8623359301 or kiemyab9@gmail.com .  I’m willing to work with you if there is any opportunities available. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 08:08:22','2026-01-28 08:08:22','70fa1083-f985-4dcf-b595-ba75c9f13d53'),
(20746,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Milton Boyd\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"boydmilton978@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"None\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to see if I can transfer from aira of Brookfield to your facility, I have a need for inhouse dyais n rehab, I only came to aria to get back to Wisconsin I was in Zion Illinois, I don\'t like the way things go here I\'m starting to get unhappy here I thank it\'s time for a change of scenery I do have Medicaid, United healthcare, I really would appreciate you looking into my transfer you can reach me anytime at 415-651-4547 thank you for your time n help \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 13:12:07','2026-01-28 13:12:07','1083fcd2-599b-492e-894c-f18c7cca461d'),
(20753,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tracy williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"71tt73ang37@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1371],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to know more about your facility, and any openings for long term care.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 13:17:57','2026-01-28 13:17:57','21fc7bea-a6c7-4eab-b0ab-aab935037d90'),
(20762,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ryesha Tucker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"treed2503periot@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I’m not upset or complaining I promise so PLEASE take this genuinely but there’s just a ice bucket. I found out today on this morning of 01/28/26 around 7A ; but so maybe let’s try for a ice machine. Just all around better. I did not know we was working with just a bucket. That’s interesting because maybe that’s why that one worker was giveing me attitude with just a ice water pass. Is there not like a DESIGNATED person that’s just supposed to refill the ice bucket whenever it get to a DESIGNATED point? So is it maybe something that’s unclear?? Because however if it’s a petition I need to sign or some where I can report to for funding support I will definitely sign.!. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 13:21:49','2026-01-28 13:21:49','5a2d36ee-9038-44d7-8a8c-19781b82c285'),
(20763,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ryesha Tucker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"treed2403periot@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1477],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I’m not upset or complaining I promise so PLEASE take this genuinely but there’s just a ice bucket. I found out today on this morning of 01/28/26 around 7A ; but so maybe let’s try for a ice machine. Just all around better. I did not know we was working with just a bucket. That’s interesting because maybe that’s why that one worker was giveing me attitude with just a ice water pass. Is there not like a DESIGNATED person that’s just supposed to refill the ice bucket whenever it get to a DESIGNATED point? So is it maybe something that’s unclear?? Because however if it’s a petition I need to sign or some where I can report to for funding support I will definitely sign.!. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 13:23:50','2026-01-28 13:23:50','7e2ae5f6-3e6e-4060-8d90-26487c859beb'),
(20790,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mark Weldler\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Mark.weldler@tech-keys.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tech-Keys\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1431],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Just testing the online website form, can ignore.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 14:53:18','2026-01-28 14:53:18','36041fe4-af80-4495-adda-c88c53064524'),
(20791,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sonia L Foster\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ticklzdream@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1323],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Interested in transferring my daughter to this facility.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 14:54:54','2026-01-28 14:54:54','e81a83f4-e680-46e9-8a2a-c975c72509dc'),
(20793,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Kristin Currie\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"curriec429@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6098804562\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[963],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Sophmore in highshool i want to volunteer here\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 14:58:03','2026-01-28 14:58:03','c76db4c9-93e6-4cd6-aa5a-892f37f239dd'),
(20806,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michele E Soller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"msoller@homesidehospice.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Homeside hospice \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\r\\nI have tried calling your facility at Complete care whispering woods 4 times this morning 01/28/2026. I am an intake nurse for a hospice that takes care of one of your residents, I need to speak to a nurse or social worker regarding patient status and results. I was disconnected the first time I called and no one has picked up the 3 subsequent times I have called. I called main number 732-744-5541. \\r\\nI can be reached at 732-381-3444. \\r\\nThank you. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 15:08:38','2026-01-28 15:08:38','b1e6e679-2de1-48dc-9d2c-2cdfad878d6d'),
(20807,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kendall Parks\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Kparks@elitemedicalstaffing.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elite Medical Staffing \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning,\\r\\n\\r\\nMy name is Kendall, and I am reaching out from Elite Medical Staffing to introduce our staffing services and explore how we can support Glendale Care And Rehab Center LLC with dependable coverage.\\r\\n\\r\\nElite Medical Staffing partners with healthcare facilities to provide consistent, high-quality staff during shortages, high census periods, and last-minute call-offs. We have a strong pool of motivated professionals who are ready to step in and help maintain continuity of care. \\r\\n\\r\\nI would welcome the opportunity to discuss your current staffing challenges and learn whether you work with outside agencies. Even if you are fully staffed at the moment, we would be happy to serve as a reliable backup resource when needs arise.\\r\\n\\r\\nPlease feel free to contact me at your earliest convenience so we can discuss how Elite Medical Staffing can support your facility.\\r\\n\\r\\nThank you for your time, and I look forward to connecting.\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 15:24:57','2026-01-28 15:24:57','ab9c2f8b-2f0b-45cd-8b2a-610da71c0ed4'),
(20808,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emily Lewis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"emily@cdr-ct.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Center for Disability Rights\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1431],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello to Whom It May Concern,\\r\\n\\r\\nI am the MFP transition coordinator for Bobby Kee. I am reaching out to get the contact information for the social worker. Bobby has been accepted for a unit at Mary\'s place. We will need to set up a discharge planning meeting to begin the discharge process. Additionally, a home evaluation will need to be done which I can help arrange. Please reach out to me at your earliest convenience. We are looking at an early March discharge. I look forward to hearing back.\\r\\n\\r\\nSincerely,\\r\\nEmily Lewis \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 15:50:24','2026-01-28 15:50:24','793e7ab0-60e9-41e3-ba3b-29c359368764'),
(20811,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Niobe Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"niobewilliams72@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"St mary’s care center \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello i was wondering if you guys could send me a copy of my W-2 in the mail my Name is Niobe Williams i worked there a while ago \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 16:24:09','2026-01-28 16:24:09','8a537673-4f37-460a-b6f4-c1be40440538'),
(20813,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Cameto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sarah@fakereviewdetectors.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"fakereviewdetectors\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We found a suspicious Google review from Becky Miller\\r\\n\\r\\nGatherUp has a proven track record of removing fake and policy-breaking reviews. We’ll challenge this one with Google and stand behind the result with a 60-day 100% satisfaction guarantee. Trusted by 18,000+ businesses.\\r\\n\\r\\nBook here: https://calendly.com/risk-free-review-removals/15min\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 16:39:22','2026-01-28 16:39:22','d6a40269-7484-4f2a-922d-864244458c13'),
(20825,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Michelle Collavino\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"collavinom496@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9087836543\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[975],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[20826],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3194,3204,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for any open job position like receptionist or staff.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccatgreenacres.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccatgreenacres.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 17:07:52','2026-01-28 17:07:53','5a090e4b-8005-4b85-812e-1a6d4abc06e7'),
(20849,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Artreal Clark\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"artrealclark@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2623512127\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1389],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[20850],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I come referred/recommended by one of your Unit Nurses. I know that my experience and qualifications can be a great fit at Ridgewood. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 17:14:59','2026-01-28 17:14:59','390898f9-3340-48b2-a166-762d38aca202'),
(20851,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Michelle Collavino\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"collavinom496@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9087836543\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[945],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[20852],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3194,3204,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for a open job position such as receptionist or staff.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 17:15:07','2026-01-28 17:15:08','a098d018-e949-4dc3-80e5-514a820fa8c1'),
(20856,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Jamie Bugett\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"jbugettoesspr22@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6185318460\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1303],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I\'m a member of Imani Chapter #007 Order of the Eastern Star.  My sisters and I are looking for more ways to give back and would love to volunteer to chat and play board games with your residents.  Please let me know what is your process for volunteering.  \\r\\n\\r\\nThank you in advance for your assistance\\r\\n\\r\\nv/r\\r\\nSister Jamie Bugett\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 17:28:46','2026-01-28 17:28:46','1882f9ac-59d7-4547-a260-43dc871238e3'),
(20857,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Tucci\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"smtucci88@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Father is nonverbal with ALZ.  I am interested in learning more about care at this facility. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 17:29:50','2026-01-28 17:29:50','edac1bc5-1bfc-4a89-9f3c-8553eb524886'),
(20869,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Christopher j sweeney\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"christopher.sweeney@flsmidth.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"FLSmidth Cement USA Inc.\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking to place my mom and dad in this facility; they need more than straight assisted living.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 18:00:34','2026-01-28 18:00:34','0318d3b2-bfaa-4906-afd6-a824fff13f8a'),
(20873,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gloria Sanchez\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"getjcl@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1161],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"HI looking for assisted living for my parents 84 & 87 yr old \\r\\n a studio apartment is fine with a kitchenette. Please call me I have more questions and would like to schedule a tour around 4pm-430p\\r\\nplease call me Gloria (daughter) 917-751-5114  thank you \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccchestnuthillalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthillresidences.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 18:11:23','2026-01-28 18:11:23','6c9e0b3a-0251-45ba-99f4-f32a8496b5d6'),
(20885,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stephen Rucci\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"srucci0007@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1031],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Need assigned living pricing\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvictoriacommons.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvictoriacommons.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 18:58:22','2026-01-28 18:58:22','81da722d-3577-4258-bd6b-4a37757bf7b1'),
(20903,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Vanessa Caton\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"vanessa.caton21@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3012575315\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1349],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am an athletic training student at my high school.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 19:20:08','2026-01-28 19:20:08','4844484a-0df4-4807-a80c-408c76146cfc'),
(20907,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Thana Saramah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"thana.saramah@brescia.edu\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I hope my email finds you well. My name is Thana Saramah, and I am a graduate student in the Speech-Language Pathology program at Brescia University. I am currently seeking an adult medical placement for the Spring 2027 semester and am very interested in the opportunity to complete my clinical hours with Complete Care at Maple Grove. Your organization\'s commitment to patient-centered care and excellence in healthcare aligns strongly with my professional values and goals.\\r\\nAs part of my program requirements, I need to complete 172 attendance hours with a minimum of 150 clinical hours over the course of at least 12 weeks under the supervision of a licensed speech-language pathologist in an adult medical setting. \\r\\nIf Complete Care at Maple Grove accepts graduate students for practicum placements, I would be grateful for the opportunity to speak further. I would be happy to provide any additional documentation you may need, such as my résumé, program requirements, or a letter from my clinical coordinator. I am located in Fitchburg, WI and am willing to travel to your facility.\\r\\nThank you very much for your time and consideration. I look forward to the possibility of contributing to your team and learning from your experienced professionals.\\r\\nThanks,\\r\\nThana Saramah\\r\\nSpeech-Language Pathology Graduate Student\\r\\nBrescia University\\r\\nthana.saramah@brescia.edu\\r\\n414-581-8215\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmaplegrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmaplegrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 19:49:07','2026-01-28 19:49:07','3e48ed6d-fe90-4a43-940e-ec99766dc42e'),
(21010,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Rodrigue Bourguignon\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"asonaised@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8455003764\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1215],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi, this is Rodrigue Bourguignon I\'m very interested for this job\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccinglemoor.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccinglemoor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 20:43:17','2026-01-28 20:43:17','68114473-77e9-4808-a7d5-e601a92735ae'),
(21158,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Angela Nightingale \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"angiec_53158@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2626208099\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1365],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[21159],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am looking for a PRN position\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgrandeprairie.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccgrandeprairie.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 23:08:25','2026-01-28 23:08:25','20afbdec-a92b-4a29-8858-d6bac1eff7c4'),
(21160,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cristian Ortega\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"automatiq-employeeverifications.crd@corelogic.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"CoreLogic\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[999],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\nMy name is Cristian Ortega, and I work with CoreLogic on the Verification of Employment & Income team. As part of this process, our client needs to obtain a verification of employment and income. Can you please work with us by providing a fax number or email address where we may send some verification documents? If you are not the right person to direct this request to, can you please redirect me to the right group within your organization? The number here at CoreLogic is 855-466-2459 ext. 191751 and please reference 0035336536. Thank you and have a great day.\\r\\nIF THE WORK NUMBER IS THE ONLY METHOD TO DO THIS VERIFICATION, PLEASE PROVIDE YOUR NAME AND TITTLE.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-28 23:47:55','2026-01-28 23:47:55','6f882dc8-5f42-4aea-8b5f-b1f1418af3ec'),
(21164,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Markese pollard \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"Isiahpollard16@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"667-381-8376\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1289],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi I am A student at Dundalk high school  and I would love the opportunity to volunteer at Heritage\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 00:09:35','2026-01-29 00:09:35','d74d1b31-2b8c-41ad-a0a7-50400421057a'),
(21166,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ifeoma c Agwunobi\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ifeomaagwunobi76@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12016188670\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1165],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am a chha caregiver, presently working with UMCNJ \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebarnhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarebarnhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 00:33:27','2026-01-29 00:33:27','bd11922c-28c7-4e3f-89d4-6ac27601f761'),
(21176,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tehya Maday Dorn\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tehyar07@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6085751035\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello my name is Tehya, i’m looking for a caregiving job and I think i would be a great addition too your team. If you guys could please take a look at my resume and get back to me that would be great! Thank you.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 01:17:39','2026-01-29 01:17:39','f5533d13-55f2-45fd-8219-df781f38cee7'),
(21192,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Pat Rayll\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"patrayl49@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Aunt & Guardian to Richard Spryn\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m trying to get Sheila Keister\'s e-mail address so I can have records sent to her from the facility where my nephew is currently living.  The LTC facility sent records on January 22, 2026, but in speaking with Ms. Keister today (1/28/2026) has not received them yet.  Thank you.  Pat Rayl\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccdawnview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccdawnview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 01:29:30','2026-01-29 01:29:30','49eb57c8-de59-4035-be74-fed672619afb'),
(21222,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Danielle Williams\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"williamsdanielle46@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9736516258\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[21223],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3204,3206,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 04:30:28','2026-01-29 04:30:28','afb45d69-60ab-47cf-9491-f1e288b0eba0'),
(21240,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Beverly Baker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"beverlybake@thevirtualsalesgroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VAs 4 Hire\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1201],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\r\\n\\r\\nI came across your website and wanted to reach out. We help businesses streamline their sales, admin, and marketing operations using AI-powered virtual assistants.\\r\\n\\r\\nOur team supports tasks like follow-ups and scheduling, lead generation and appointment setting, outbound email campaigns, CRM management, and social media execution — all backed by structured processes and daily reporting.\\r\\n\\r\\nIf reducing manual workload or improving follow-ups is a priority, I’d be happy to see if this could be a fit.\\r\\n\\r\\nWarm regards,\\r\\nBeverly Baker\\r\\nVAs 4 Hire\\r\\n\\r\\nPS: If you want to opt out, kindly reply STOP.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 07:33:54','2026-01-29 07:33:54','64c7b33a-b63a-4928-aa2b-619130a8bb09'),
(21243,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eloise Lane\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eloiselanemkt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1005],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\nI would like to share a few suggestions for your website. No cost and no obligation—just an opportunity to review how we can improve your website and leads, increase organic traffic, and boost your ranking visibility.\\r\\n\\r\\nWould it be okay to send you the suggestions I have in mind?\\r\\n\\r\\nThank you in advance!\\r\\nEloise Lane\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 09:23:11','2026-01-29 09:23:11','2a89848f-d6cd-40b4-a549-c11f0c3bb835'),
(21293,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Caroline Brown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"caroline@elevatecleansolution.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elevate Clean Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1079],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am with a local, family-owned janitorial company and would love to give you a professional cleaning quote.\\r\\n\\r\\nWe’re working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated, trained team that is invested in going above and beyond.\\r\\n\\r\\nMay I give you more information or a no-obligation cleaning quote for your space?\\r\\n\\r\\nHave a great day!\\r\\n\\r\\nCaroline Brown\\r\\nBusiness Development Rep\\r\\nElevate Clean Solutions\\r\\ncaroline@elevatecleansolution.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 13:35:49','2026-01-29 13:35:49','aa80ebb6-7ac2-4263-961d-8a4989d91a5a'),
(21296,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Luella Greer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"luellagreer@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17737084622\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[21297],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Interested in working at Mayfield Care Chicago IL \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 14:25:22','2026-01-29 14:25:22','da4c2f02-ece9-48d6-bf5d-e5e04f69caf2'),
(21322,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shamma Huni\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shamma.huni@s2verify.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"S2Verify\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, My name is Shamma with S2Verify, and we are a background screening company.\\r\\nI am trying to verify employment for . All I would need is the start & end date and the position/title. Please give me a call back at 470-973-6300 and reference this number \\r\\n33439400. Thank you!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 15:50:20','2026-01-29 15:50:20','3fcd9cbd-0b91-4410-8031-507bea9087be'),
(21450,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kashay\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kashaywatkins12@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4438941962\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[21451],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am an reliable person who is willing to work and try out new experiences.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmultimed.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmultimed.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 16:57:07','2026-01-29 16:57:07','251b98e9-dad6-4a7c-9ad4-8bac7ba2a39c'),
(21568,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Paulette Etienne \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"petienne52@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+19738425629\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[21569],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have 18 years experience cooking & taking care of seniors \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 17:44:37','2026-01-29 17:44:37','3c4be6dd-a61b-4f52-abe5-40049a7393f2'),
(21629,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sonia Lewis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sonia@truesparklecleaner.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TrueSparkle Cleaner\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\nI am local and provide service in Englewood for others in the community. I was hoping I could come by and offer a complimentary cleaning bid? I can also do so over email.\\r\\n\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n\\r\\nSonia Lewis\\r\\nBusiness Development Rep\\r\\nTrueSparckle Cleaner\\r\\nsonia@truesparklecleaner.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 18:21:55','2026-01-29 18:21:55','78f4932c-71d3-455e-819e-b1fc0b1b6b0f'),
(21653,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mala Katuwal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mala.katuwal2@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there, I am looking for a CNA Trainee role in which I could work and train for CNA at the same time. Please advise if there are any such opportunities now or in near future. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 19:19:23','2026-01-29 19:19:23','3a2dc505-7422-4086-bd81-b6c1a1d40301'),
(21722,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Makenna Stinson \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"makennastinson86@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Complete Care \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! I was wondering if you guys are hiring for receptionist, activity assistant or caregiver? I don’t have any certifications but open to taking any kind of training. I am really interested in working with you guys. I am CPR certified and medicine administration. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 19:58:31','2026-01-29 19:58:31','c8408d8b-b865-4ed6-8c97-be6db0964c5e'),
(21864,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Matthew Butera \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hockeyplaya2005@comcast.net\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9082786106\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[21865],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3204,3198,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Open \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 22:01:10','2026-01-29 22:01:10','77928aa2-fc2b-4652-ab8c-c62e5e4e9ef3'),
(21866,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Matthew Butera \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hockeyplaya2005@comcast.net\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+19082786106\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[21865,21867],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3204,3198,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"NA\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-29 22:02:12','2026-01-29 22:02:12','bb714422-2453-4ef9-b0bf-ae548d2c8a70'),
(21876,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Nicole Olsen\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"nicoleolsen03@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"8606172920\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1419],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am a senior in college majoring in economics. After I graduate in May I am hoping to start nursing shool shortly after. I would love to volunteer to be in a healthcare setting and enhance my skills in any way that could help the facility and/or the residents. \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 00:06:24','2026-01-30 00:06:24','41700231-4a62-4fe1-b202-e2e268a4ecd3'),
(21877,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Isaiah Hoes\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"mrswhoes@icloud.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3019924130\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1283],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"my son is 17 and wants to volunteer \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 00:48:28','2026-01-30 00:48:28','57ec4011-8d7d-4489-bf5c-f0731a5ae56e'),
(21882,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Gabriela Solano\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"glsola41@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7327130941\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1143],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am a high school junior interested in helping others. \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 01:23:22','2026-01-30 01:23:22','c8c2bcf6-30cf-401f-b6c5-d4fc546f09df'),
(21959,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Maryann Tooley\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dejastar1@hotmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6098271107\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1031],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Lpn\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvictoriacommons.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvictoriacommons.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 03:56:55','2026-01-30 03:56:55','626515d5-7f3f-4889-a7b6-fcd472eefcf0'),
(22160,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eloise Lane\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eloiselanemkt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\nI would like to share a few suggestions for your website. No cost and no obligation—just an opportunity to review how we can improve your website and leads, increase organic traffic, and boost your ranking visibility.\\r\\n\\r\\nWould it be okay to send you the suggestions I have in mind?\\r\\n\\r\\nThank you in advance!\\r\\nEloise Lane\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 11:08:46','2026-01-30 11:08:46','c9986305-5b97-4c91-bbf3-ea6d17a9c4d6'),
(22161,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eloise Lane\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eloiselanemkt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\nI would like to share a few suggestions for your website. No cost and no obligation—just an opportunity to review how we can improve your website and leads, increase organic traffic, and boost your ranking visibility.\\r\\n\\r\\nWould it be okay to send you the suggestions I have in mind?\\r\\n\\r\\nThank you in advance!\\r\\nEloise Lane\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 11:08:59','2026-01-30 11:08:59','d205d34a-ca92-4ec0-8b8b-c465ae281311'),
(22173,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"kaitlyn cisternino\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kmc64562@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, my name is Kaitlyn Cisternino I’m emailing to see if you have a resident named Catherine Cisternino — she may sometimes go by her maiden name Hepburn. I don’t have her exact date of birth, but my father (her son) was born in 1971. I’m a family member and am trying to locate her. Could you please check if she’s currently a resident? If you can’t share details, can you let me know who I should speak with or what steps I need to take to verify her status?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 13:40:13','2026-01-30 13:40:13','f6471167-6fc1-4da4-8392-ba72609352f3'),
(22202,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Liz Haeger\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elizabeth_haeger@optum.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Optum\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2720],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I am looking for the direct supervisor of Regional assistant Karen Culp. If you could please call me at 414-617-3031 I would appreciate it! Thanks\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 14:12:31','2026-01-30 14:12:31','be1717ab-a2d3-437e-9d55-033d5fe290c9'),
(22251,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sara Kierzek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kierzek.sara@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am my brother-in-law Thomas Kelnhofer\'s medical POA, and after a heart valve surgery in December that instead of helping with his quality of life has exacerbated his memory issues and instead of leaving the hospital as we entered with the use of a walker, he\'s now needing a Heuer life assist to get into a wheelchair.  He has been at Aria at Mitchell Manor in West Allis getting rehab.  I believe that he got rehab at your facility a few years ago after a knee replacement, and was happy with his stay.  I\'ve been concerned about his care at Aria, and would like to move him.  I understand that the Aria social worker has been in touch with you and requested that he be considered for any openings.  She let me know that he has not been making a lot of progress and may soon need skilled nursing care.  Neither I nor Tom want him to remain there, and I am wondering who I can speak with about any possible openings at your facility.  Tom has long term health insurance that should cover most of the cost, and has enough assets to cover anything else.  My number is 414-232-0852 and my email is kierzek.sara@gmail.com.  I would appreciate if someone could get in touch with me, thank you.  \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 15:48:07','2026-01-30 15:48:07','1b1c9ac6-da8f-42e3-aa8f-02b5f677d373'),
(22254,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jazlyn Zafra\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"zafrajazlyn@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(973)510-4783\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1185],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22255],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"To Whom It May Concern, \\r\\n\\r\\nI am excited to apply for a position at Complete Care at Hamilton Plaza. I would like to be considered for a part-time Recreation Aide position. I am eager to contribute to your team and help create meaningful experiences for your residents. \\r\\n\\r\\nAs stated in my resume, I am currently a high school senior, a lifeguard, and a soldier in the Army National Guard. These roles have helped me develop valuable skills of teamwork, communication, and following procedures. I  have learned the importance of reliability and attention to detail while remaining calm under pressure. These are qualities that I believe are essential when supporting and interacting with residents in a care setting. \\r\\n\\r\\nI am enthusiastic, quick to learn, and dedicated to making a positive impact on others\' lives. I would love the opportunity to discuss how my skills and dedication could benefit your team and your residents. You can reach me at (973) 510-4783 or via email at zafrajazlyn@gmail.com. Thank you for considering my application. I look forward to the possibility of contributing to the caring and supportive community at Complete Care at Hamilton Plaza. \\r\\n\\r\\nSincerely,\\r\\nJazlyn Zafra\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccchestnuthill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Info@ccchestnuthill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 16:09:02','2026-01-30 16:09:02','ca664e45-b508-4da5-9764-93d624749327'),
(22305,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kayla Howard\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaylahoward25@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! I am curious what your availability looks like for a Veteran with dementia who needs memory care and a recent amputee who will need skilled nursing. Based on that I may want to schedule a tour. Looking forward to hearing from you. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 17:03:48','2026-01-30 17:03:48','e78ce13a-a1fe-414f-b356-fe9562402024'),
(22367,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"kesy ducasse\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"kesym9@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2017244528\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1201],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello,\\r\\n\\r\\nMy name is Kesy, and I am a nursing student at Bergen Community College. I am reaching out to ask if your facility allows a one-day student volunteer or observational visit for a school community service assignment.\\r\\n\\r\\nIf this is possible, please let me know what steps I need to complete to apply and schedule a day and time.\\r\\n\\r\\nThank you very much for your time and consideration. I look forward to your response.\\r\\n\\r\\nBest regards,\\r\\n\\r\\nKesy Ducasse\\r\\nNursing Student\\r\\nBergen Community College\\r\\n201-724-4528\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 18:39:52','2026-01-30 18:39:52','1c5a300c-4938-4a90-8f2e-78f5b5d0a7a1'),
(22374,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tutsirai Patricia Makuvachuma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tmakuvachuma@s2verify.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"sS2Verify\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Afternoon,\\r\\nI am with S2Verify, LLC and we are a background screening company. I am trying to verify employment for an individual, who can assist me with this? \\r\\nThanks in advance for your assistance!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 19:21:55','2026-01-30 19:21:55','46e3d863-2627-4127-8f01-631484e93f61'),
(22375,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Melissa Finnegan\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"mfinnegan@holmdelschools.org\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"732-946-1808\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1073],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Good afternoon, \\r\\n\\r\\nI work in the Holmdel middle school and I am trying to find local opportunities for children looking to volunteer their time. Can you kindly share the age requirements for your volunteers? My students are aged 11-14. \\r\\n\\r\\nThank you!\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 19:23:57','2026-01-30 19:23:57','f2276c05-2b2d-4170-aa12-a1bbb6f112cc'),
(22376,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Dawn Sbriglia\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dlsbriglia@live.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3026320497\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1269],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22377],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello\\r\\nI am looking for a PT or FT position as an MDS Coordinator.  Thank you\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cccorsicahills.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cccorsicahills.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 19:31:40','2026-01-30 19:31:40','19653d9d-88c3-4517-b2e0-b717b643f8c5'),
(22393,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Chennelle Brown\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"cbrown148225@me.bergen.edu\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3477200985\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1243],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Good day I am a level 4 nursing student who is interested in doing my community service hours at your establishment.  \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 20:34:31','2026-01-30 20:34:31','67128cff-7dca-460d-a6b8-81022a123542'),
(22396,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Destinee Sissom \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"simmons_destinee@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6123820148\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22397],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/a\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 20:46:27','2026-01-30 20:46:27','0cab00ad-cd1c-42ab-86c1-5bc69b1e54fd'),
(22406,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"LYLA D MATELAN\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"lyla.matelan@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"16107309994\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1219],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am a high school junior at Emmaus High School and a member of the National Honor Society. My grandmother has Lewy Body Dementia, and I\'ve been one of the family members closest to her as the disease progresses. Throughout this process, I\'ve seen how important connection and opportunities for conversation are, and I would love to offer my time to work for, chat with, and get to know the seniors at your facility. This would be a tremendously rewarding opportunity for me, and it would not only benefit me for my National Honors service requirements, but it would also help me to decide whether or not a career working with seniors could be one I am interested in.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 22:01:25','2026-01-30 22:01:25','d3c90934-853a-4612-8231-9c139d30007f'),
(22411,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marsahra Carrington\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marsahra@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6085562365\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22412],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Very interested in a part time position. Thank you \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-30 22:32:18','2026-01-30 22:32:18','5194f01f-c544-45f9-8271-8bd4b50d183e'),
(22429,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Carolyn Sterling\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"csterlingnj@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"917.626.3380\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22430],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my strong interest in the Executive Assistant position at your nursing home/hospital facility. With a solid background in administrative support, office management, and customer service—combined with a deep respect for compassionate, patient-centered care—I am confident in my ability to provide high-level support to executive leadership in a healthcare environment.\\r\\n\\r\\nThroughout my career, I have supported busy leaders in fast-paced, detail-driven settings where discretion, organization, and clear communication were essential. I am highly skilled in managing complex calendars, coordinating meetings, preparing correspondence and reports, and serving as a reliable liaison between executives, staff, and external partners. I take pride in anticipating needs, prioritizing competing demands, and ensuring daily operations run smoothly and efficiently.\\r\\n\\r\\nWhat draws me particularly to a nursing home or hospital setting is the mission-driven nature of the work. I understand that healthcare leadership requires not only strong administrative support but also empathy, professionalism, and sensitivity when working with staff, residents, patients, and families. My experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity, patience, and clear communication in healthcare environments.\\r\\nI am known for being trustworthy, calm under pressure, and highly detail-oriented. I handle confidential information with the utmost discretion and maintain a professional, service-oriented approach at all times. I thrive in environments that require adaptability, teamwork, and a strong sense of responsibility.\\r\\n\\r\\nI would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility. Thank you for your time and consideration. I look forward to the opportunity to discuss how my experience aligns with your needs.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nCarolyn Sterling\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 00:13:12','2026-01-31 00:13:12','7be237cf-3eb0-4ba6-b16c-0baca432b0c6'),
(22432,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ana Luisa Gauz\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"analuisa.gauz@eastern.edu\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"856-905-9363\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[989],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22433],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am currently attending Eastern University\'s MSW program, which requires an internship starting in May. \\r\\n\\r\\nI am writing to inquire whether Complete Care offers internship opportunities and, if so, to express my interest in applying.\\r\\n\\r\\nI am changing careers, and my previous experience and accomplishments can be accessed in my LinkedIn account:https://www.linkedin.com/in/anagauz/.\\r\\n\\r\\nThank you very much.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckressonview.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cckressonview.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 00:13:44','2026-01-31 00:13:44','6e3124ea-d858-468d-b7da-479ecf448fc6'),
(22434,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Carolyn Sterling\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"csterlingnj@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"917.626.3380\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[957],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22430,22435],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3204],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my strong interest in the Executive Assistant position at your nursing home/hospital facility. With a solid background in administrative support, office management, and customer service—combined with a deep respect for compassionate, patient-centered care—I am confident in my ability to provide high-level support to executive leadership in a healthcare environment.\\r\\n\\r\\nThroughout my career, I have supported busy leaders in fast-paced, detail-driven settings where discretion, organization, and clear communication were essential. I am highly skilled in managing complex calendars, coordinating meetings, preparing correspondence and reports, and serving as a reliable liaison between executives, staff, and external partners. I take pride in anticipating needs, prioritizing competing demands, and ensuring daily operations run smoothly and efficiently.\\r\\n\\r\\nWhat draws me particularly to a nursing home or hospital setting is the mission-driven nature of the work. I understand that healthcare leadership requires not only strong administrative support but also empathy, professionalism, and sensitivity when working with staff, residents, patients, and families. My experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity, patience, and clear communication in healthcare environments.\\r\\nI am known for being trustworthy, calm under pressure, and highly detail-oriented. I handle confidential information with the utmost discretion and maintain a professional, service-oriented approach at all times. I thrive in environments that require adaptability, teamwork, and a strong sense of responsibility.\\r\\n\\r\\nI would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility. Thank you for your time and consideration. I look forward to the opportunity to discuss how my experience aligns with your needs.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nCarolyn Sterling\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 00:18:05','2026-01-31 00:18:05','83e40192-9707-4706-86e3-bb3b3af1fb4e'),
(22438,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Carolyn Sterling\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"csterlingnj@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"917.626.3380\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22439],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my strong interest in the Executive Assistant position at your nursing home/hospital facility. With a solid background in administrative support, office management, and customer service—combined with a deep respect for compassionate, patient-centered care—I am confident in my ability to provide high-level support to executive leadership in a healthcare environment.\\r\\n\\r\\nThroughout my career, I have supported busy leaders in fast-paced, detail-driven settings where discretion, organization, and clear communication were essential. I am highly skilled in managing complex calendars, coordinating meetings, preparing correspondence and reports, and serving as a reliable liaison between executives, staff, and external partners. I take pride in anticipating needs, prioritizing competing demands, and ensuring daily operations run smoothly and efficiently.\\r\\n\\r\\nWhat draws me particularly to a nursing home or hospital setting is the mission-driven nature of the work. I understand that healthcare leadership requires not only strong administrative support but also empathy, professionalism, and sensitivity when working with staff, residents, patients, and families. My experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity, patience, and clear communication in healthcare environments.\\r\\n\\r\\nI am known for being trustworthy, calm under pressure, and highly detail-oriented. I handle confidential information with the utmost discretion and maintain a professional, service-oriented approach at all times. I thrive in environments that require adaptability, teamwork, and a strong sense of responsibility.\\r\\n\\r\\nI would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility. Thank you for your time and consideration. I look forward to the opportunity to discuss how my experience aligns with your needs.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nCarolyn Sterling\\r\\n\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 00:27:25','2026-01-31 00:27:25','ebc96e04-f53a-4cf8-b3d8-1311f68db2ad'),
(22440,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Carolyn Sterling\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"csterlingnj@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"917.626.3380\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[981],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22439,22441],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my strong interest in the Executive Assistant position at your nursing home/hospital facility. With a solid background in administrative support, office management, and customer service—combined with a deep respect for compassionate, patient-centered care—I am confident in my ability to provide high-level support to executive leadership in a healthcare environment.\\r\\n\\r\\nThroughout my career, I have supported busy leaders in fast-paced, detail-driven settings where discretion, organization, and clear communication were essential. I am highly skilled in managing complex calendars, coordinating meetings, preparing correspondence and reports, and serving as a reliable liaison between executives, staff, and external partners. I take pride in anticipating needs, prioritizing competing demands, and ensuring daily operations run smoothly and efficiently.\\r\\n\\r\\nWhat draws me particularly to a nursing home or hospital setting is the mission-driven nature of the work. I understand that healthcare leadership requires not only strong administrative support but also empathy, professionalism, and sensitivity when working with staff, residents, patients, and families. My experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity, patience, and clear communication in healthcare environments.\\r\\n\\r\\nI am known for being trustworthy, calm under pressure, and highly detail-oriented. I handle confidential information with the utmost discretion and maintain a professional, service-oriented approach at all times. I thrive in environments that require adaptability, teamwork, and a strong sense of responsibility.\\r\\n\\r\\nI would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility. Thank you for your time and consideration. I look forward to the opportunity to discuss how my experience aligns with your needs.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nCarolyn Sterling\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 00:28:45','2026-01-31 00:28:45','adf5c33c-77d9-4fcd-b6d1-386a3d7e611f'),
(22442,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Carolyn Sterling\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"csterlingnj@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"917.626.3380\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[975],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22441,22443],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my strong interest in the Executive Assistant position at your nursing home/hospital facility. With a solid background in administrative support, office management, and customer service—combined with a deep respect for compassionate, patient-centered care—I am confident in my ability to provide high-level support to executive leadership in a healthcare environment.\\r\\n\\r\\nThroughout my career, I have supported busy leaders in fast-paced, detail-driven settings where discretion, organization, and clear communication were essential. I am highly skilled in managing complex calendars, coordinating meetings, preparing correspondence and reports, and serving as a reliable liaison between executives, staff, and external partners. I take pride in anticipating needs, prioritizing competing demands, and ensuring daily operations run smoothly and efficiently.\\r\\n\\r\\nWhat draws me particularly to a nursing home or hospital setting is the mission-driven nature of the work. I understand that healthcare leadership requires not only strong administrative support but also empathy, professionalism, and sensitivity when working with staff, residents, patients, and families. My experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity, patience, and clear communication in healthcare environments.\\r\\n\\r\\nI am known for being trustworthy, calm under pressure, and highly detail-oriented. I handle confidential information with the utmost discretion and maintain a professional, service-oriented approach at all times. I thrive in environments that require adaptability, teamwork, and a strong sense of responsibility.\\r\\n\\r\\nI would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility. Thank you for your time and consideration. I look forward to the opportunity to discuss how my experience aligns with your needs.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nCarolyn Sterling\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 00:29:49','2026-01-31 00:29:49','7db604a2-ba21-4263-9a7c-e5286d1a3816'),
(22444,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Carolyn Stering\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"csterlingnj@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"917.626.3380\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[945],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22443],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my strong interest in the Executive Assistant position at your nursing home/hospital facility. With a solid background in administrative support, office management, and customer service—combined with a deep respect for compassionate, patient-centered care—I am confident in my ability to provide high-level support to executive leadership in a healthcare environment.\\r\\n\\r\\nThroughout my career, I have supported busy leaders in fast-paced, detail-driven settings where discretion, organization, and clear communication were essential. I am highly skilled in managing complex calendars, coordinating meetings, preparing correspondence and reports, and serving as a reliable liaison between executives, staff, and external partners. I take pride in anticipating needs, prioritizing competing demands, and ensuring daily operations run smoothly and efficiently.\\r\\n\\r\\nWhat draws me particularly to a nursing home or hospital setting is the mission-driven nature of the work. I understand that healthcare leadership requires not only strong administrative support but also empathy, professionalism, and sensitivity when working with staff, residents, patients, and families. My experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity, patience, and clear communication in healthcare environments.\\r\\n\\r\\nI am known for being trustworthy, calm under pressure, and highly detail-oriented. I handle confidential information with the utmost discretion and maintain a professional, service-oriented approach at all times. I thrive in environments that require adaptability, teamwork, and a strong sense of responsibility.\\r\\n\\r\\nI would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility. Thank you for your time and consideration. I look forward to the opportunity to discuss how my experience aligns with your needs.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nCarolyn Sterling\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 00:30:49','2026-01-31 00:30:49','f915b186-4e3f-4f2a-8392-c9860e4e7321'),
(22445,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Carolyn Sterling\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"csterlingnj@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"917.626.3380\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[945],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22443,22446],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my strong interest in the Executive Assistant position at your nursing home/hospital facility. With a solid background in administrative support, office management, and customer service—combined with a deep respect for compassionate, patient-centered care—I am confident in my ability to provide high-level support to executive leadership in a healthcare environment.\\r\\n\\r\\nThroughout my career, I have supported busy leaders in fast-paced, detail-driven settings where discretion, organization, and clear communication were essential. I am highly skilled in managing complex calendars, coordinating meetings, preparing correspondence and reports, and serving as a reliable liaison between executives, staff, and external partners. I take pride in anticipating needs, prioritizing competing demands, and ensuring daily operations run smoothly and efficiently.\\r\\n\\r\\nWhat draws me particularly to a nursing home or hospital setting is the mission-driven nature of the work. I understand that healthcare leadership requires not only strong administrative support but also empathy, professionalism, and sensitivity when working with staff, residents, patients, and families. My experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity, patience, and clear communication in healthcare environments.\\r\\n\\r\\nI am known for being trustworthy, calm under pressure, and highly detail-oriented. I handle confidential information with the utmost discretion and maintain a professional, service-oriented approach at all times. I thrive in environments that require adaptability, teamwork, and a strong sense of responsibility.\\r\\n\\r\\nI would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility. Thank you for your time and consideration. I look forward to the opportunity to discuss how my experience aligns with your needs.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nCarolyn Sterling\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 00:31:42','2026-01-31 00:31:42','31f4fa37-4dd7-42b8-814e-0047ecb34de2'),
(22447,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Carolyn Sterling\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"csterlingnj@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"917.626.3380\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22446,22448],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my strong interest in the Executive Assistant position at your nursing home/hospital facility. With a solid background in administrative support, office management, and customer service—combined with a deep respect for compassionate, patient-centered care—I am confident in my ability to provide high-level support to executive leadership in a healthcare environment.\\r\\n\\r\\nThroughout my career, I have supported busy leaders in fast-paced, detail-driven settings where discretion, organization, and clear communication were essential. I am highly skilled in managing complex calendars, coordinating meetings, preparing correspondence and reports, and serving as a reliable liaison between executives, staff, and external partners. I take pride in anticipating needs, prioritizing competing demands, and ensuring daily operations run smoothly and efficiently.\\r\\n\\r\\nWhat draws me particularly to a nursing home or hospital setting is the mission-driven nature of the work. I understand that healthcare leadership requires not only strong administrative support but also empathy, professionalism, and sensitivity when working with staff, residents, patients, and families. My experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity, patience, and clear communication in healthcare environments.\\r\\n\\r\\nI am known for being trustworthy, calm under pressure, and highly detail-oriented. I handle confidential information with the utmost discretion and maintain a professional, service-oriented approach at all times. I thrive in environments that require adaptability, teamwork, and a strong sense of responsibility.\\r\\n\\r\\nI would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility. Thank you for your time and consideration. I look forward to the opportunity to discuss how my experience aligns with your needs.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nCarolyn Sterling\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 00:32:46','2026-01-31 00:32:46','a15d6b67-12b6-469f-9faf-71b28e031897'),
(22449,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Carolyn Sterling\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"csterlingnj@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"917.626.3380\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[995],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22448,22450],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my strong interest in the Executive Assistant position at your nursing home/hospital facility. With a solid background in administrative support, office management, and customer service—combined with a deep respect for compassionate, patient-centered care—I am confident in my ability to provide high-level support to executive leadership in a healthcare environment.\\r\\n\\r\\nThroughout my career, I have supported busy leaders in fast-paced, detail-driven settings where discretion, organization, and clear communication were essential. I am highly skilled in managing complex calendars, coordinating meetings, preparing correspondence and reports, and serving as a reliable liaison between executives, staff, and external partners. I take pride in anticipating needs, prioritizing competing demands, and ensuring daily operations run smoothly and efficiently.\\r\\n\\r\\nWhat draws me particularly to a nursing home or hospital setting is the mission-driven nature of the work. I understand that healthcare leadership requires not only strong administrative support but also empathy, professionalism, and sensitivity when working with staff, residents, patients, and families. My experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity, patience, and clear communication in healthcare environments.\\r\\n\\r\\nI am known for being trustworthy, calm under pressure, and highly detail-oriented. I handle confidential information with the utmost discretion and maintain a professional, service-oriented approach at all times. I thrive in environments that require adaptability, teamwork, and a strong sense of responsibility.\\r\\n\\r\\nI would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility. Thank you for your time and consideration. I look forward to the opportunity to discuss how my experience aligns with your needs.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nCarolyn Sterling\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 00:33:36','2026-01-31 00:33:36','8ccd5dd0-71a8-46db-ba62-c26f3baa2e80'),
(22455,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daniel Edelstein\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dnedelstein@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1477],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking for a long-term solution for my 85 year old father.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmargatepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 01:20:44','2026-01-31 01:20:44','b5650e8f-b96a-468e-aadb-adc228cd9bfb'),
(22795,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Mackenzie corbitt \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"corbitt@uwm.edu\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147022371\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1425],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22796],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Willing to consider Glendale or Greenfield\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 14:57:10','2026-01-31 14:57:10','d546f145-193f-4e5c-b9ff-0152f5a59d3c'),
(22803,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Nayeli\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"nayelyvera130@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7327615703\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1017],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I would like to volunteer because I love to help others and make a positive impact. I love to learn new things and connect with others who share a passion for helping out!\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 16:08:40','2026-01-31 16:08:40','818dcf3b-6dbb-42a1-b280-8c14ba48b5f3'),
(22805,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Devin Sykes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"devinsykes8888@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"NA\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1209],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for short term rehabilitation for my grandfather. Looking to tour with my mother. We want to him to discharge home.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 16:11:27','2026-01-31 16:11:27','3b275cf3-ed22-4cd7-ba8f-a594f619f8aa'),
(22858,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Abigail Ashiley \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ashileyabigail97@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7734619152\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1477],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22859],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I humbly apply for this position because I would like to join this family and add to the success of it. I am willing and ready to expand my learning and gain more experience. \\r\\nThank you \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmargatepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmargatepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 17:38:41','2026-01-31 17:38:41','9faf0da8-a8e1-4a48-9758-c2a1720fcb3c'),
(22863,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Alanna Taylynne Ebanks-Bailey\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"a.tayebanks@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19738140977\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1165],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22864],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204,3198,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Committee,\\r\\nI am writing to express my strong interest in working at your company. I am currently a nursing student, some awareness patient safety, and clinical data awareness. This role strongly aligns with both my educational background and professional goals.\\r\\nIn addition to my nursing studies, I have independently attempted for the Pharmacy Technician Certification Board (PCTB) examination, which has strengthened my understanding of pharmacology, medication safety, data accuracy, and regulatory standards. This preparation has provided me with prior exposure to concepts directly relevant to healthcare compliance.\\r\\nI am highly motivated to contribute commitment to research excellence and patient safety. This position would integrate well with my academic schedule while offering valuable hands-on experience within the health and research sector. I am particularly eager to develop my skills in data review, documentation, and safety monitoring in a professional academic environment.\\r\\nThank you for considering my application. I would welcome the opportunity to further discuss how my background and enthusiasm align with this role.\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebarnhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarebarnhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 17:44:20','2026-01-31 17:44:20','81eb6db7-299c-4293-9142-7d1dc2f9fdea'),
(22879,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Krystal Edmond\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kedmond.319@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(959) 247-3197\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1431],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22880],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My name is Krystal Edmond I heard about your CNA program and I’m very interested I have my certification already but it had lapsed. Also I had applied as well already if you could please get back with any and all information I need that would be appreciated thank you!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 19:17:41','2026-01-31 19:17:41','aa2a4004-0ab9-4492-9483-e50eb3e6e55a'),
(22895,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Kristan Hoffman\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"kristanhoffman@comcast.net\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"609-845-7354\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[963],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I live just around the corner from the facility and have brought my daughter\'s scout troop in the past, but am looking to see if I could come regularly and read out loud to residents and/or play card/board games with them on a weekly basis.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 21:27:55','2026-01-31 21:27:55','a78d26a1-dc7a-4378-a1ab-0bdc2fc5ac8e'),
(22899,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Taylor  Walsh\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"twmcchub2023@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6084340552\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[22900],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Newly licensed LPN as of January 22nd 2026. I have been a CNA since 2022. ADN student at MATC. Graduation 12/2026. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-01-31 21:52:10','2026-01-31 21:52:10','a9f36c7b-e93e-41b8-8b7a-935cddf087e8'),
(23029,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Crystal\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"diazcry777@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7175870307\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1171],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[23030],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have experience \\r\\nMy phone number isn’t activated so please email me instead\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareberkshire.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareberkshire.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-01 05:25:12','2026-02-01 05:25:14','91e02068-629d-414c-8ea3-5f83f4b3f3d8'),
(23145,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Jessica Serrano\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"jessica71ed@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9082209261\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1011],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi, I’d be interested volunteering in sharing a friendly chat or board game! \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-01 10:58:52','2026-02-01 10:58:52','c70e6b20-e97e-4d1a-9444-80492eff1282'),
(23198,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kayla Howard\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kaylahoward25@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning, I reached out a couple of days ago and have not heard back. I was hoping to come in tomorrow for a tour around 12:30pm. Please let me know if this is possible. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-01 13:27:06','2026-02-01 13:27:06','a1b05b5f-62ba-4135-9238-9adf07920141'),
(23247,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Savannah Stanford \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"savannahstanford0717@hotmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4146285795\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[23248],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I dont have a cover letter \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-01 16:25:45','2026-02-01 16:25:45','9ce03cd1-40e1-4797-95b9-6a339875045d'),
(23269,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Charm\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Charm.eve06@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6089490685\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[23270],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nWhile still in high school I\'ve been a Barista for three years, have worked for The Hmong Institute as a teacher\'s assistant for two summers and have worked in a caregiving memory care facility for the past eight months. I have excellent communication and customer service experience. I can multitask and work well with my peers and supervisors to get\\r\\nthe job done. I’m a fast learner and can adapt to all changes.\\r\\n\\r\\nShould my qualifications meet what you are looking for, I hope to hear from you. \\r\\n\\r\\nThank you for your time,\\r\\n\\r\\nCharm Prasoeuthsy\\r\\n(608) 949-0685\\r\\nCharm.eve06@gmail.com\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-01 16:52:21','2026-02-01 16:52:21','0b1c4936-6f0d-4434-abd9-3a158c6480d9'),
(23290,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Daashae Lee\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"daashael@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8624009828\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[23291],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Compassionate and highly motivated Registered Nurse graduate with over 4 years of hands-on nursing experience as a Licensed Practical Nurse across home care, hospice, pediatrics, long-term care, and school health settings. Proven ability to deliver high-quality, patient-centered care with strong clinical judgment, excellent communication skills, and a deep commitment to patient education and safety. Seeking an entry-level RN or experience LPN position where I can grow professionally while providing exceptional care to diverse populations.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-01 18:35:59','2026-02-01 18:35:59','29427487-a654-4478-bbf3-b75d1cc4b477'),
(23306,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kristoff Jones \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Joneskris058@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2159546174\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1185],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"To whom this may concern,I am inquiring about the Housekeeping position. I have 7+ years of both Commercial and Residential cleaning experience,working in Restaurants, Rehabilitation Centers,Nursing homes and Apartment buildings just to name a few.I have full knowledge of the usage and application of cleaning equipment and chemicals for diverse environments,great work ethic,I thrive independently and in work groups,i pay special attention to details and am sure if hired i will exceed the expectations that are expected of me. I have attached my resume for your review,if interested I can be reached anytime via this email or by phone at (215)954-61-74. I look forward to hearing from and discussing this position with you further.Thank you for your time and consideration.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccchestnuthill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Info@ccchestnuthill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-01 22:19:20','2026-02-01 22:19:20','4b5ee587-2ab6-41d0-add0-7dfb93ee7af9'),
(23314,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Magda yurledys velez Acevedo\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Yulisavelez81@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12019662028\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1215],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Buenas noches, estoy buscando empleo envío mi currículo. Estudie pct y tengo también experiencia en recepcion,secretariado y Houskiping.\\r\\n\\r\\nGracias \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccinglemoor.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccinglemoor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 01:12:51','2026-02-02 01:12:51','36f4d642-9973-4a0d-a6fc-5f6fc738999c'),
(23318,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tara Rivera\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"trrivera007@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[981],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\r\\nCan you please advise as to when Joseph DeFilippo in room 29 will have heat. He’s been under blankets for the last 24 hours and hasn’t been updated on when it will be resolved. He’s been hearing rumors that some areas have heat. It’s extremely concerning when he’s telling me the nurse’s hands have been shivering too when administered IVs. Please let me know updates especially that’s he has a lot of health issues and can be compromised. \\r\\n\\r\\nRegards,\\r\\n\\r\\nT. Rivera M.Ed. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 01:52:07','2026-02-02 01:52:07','d8bc7ba8-3886-4e31-9694-c750c5a68d47'),
(23393,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"STEVE SCOTT\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"stevescottt15@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19738835053\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Thank you for this opportunity. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 05:40:15','2026-02-02 05:40:15','acf524bb-df3f-4842-b99e-4ced3ca7add4'),
(23401,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rasheeda A Ahmad\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"daughterofeve786@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1209],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\nI am following up on the care of my mother Joan Haleem. I chose HH because of John Donahue who visited my mother in the hospital and demonstrated empathy and caring. We had chosen another care facility but changed because of Mr. Donahue.  I am pleased with the various activities provided for my mother. She is engaged and in positive spirits when I visit her. I am concerned about the costs which were not determined  when she was enrolled nor provided after weeks of her stay. I initiated and  spoke with Shannon the business office manager.  She stated they mistakenly believed all of my mother\'s care would be paid via Medicare and Blue Cross. This was not shared with me until I inquired just before the snow storm. I told them it is not possible for my mother to pay the co-payment of 200 dollars daily, particularly when this was NOT stated upfront when she was enrolled. I was referred to Tammy Mauz who stated given the error on the part of Harston, my mother would not be billed for the co-payment. I requested to have this in writing and it\'s been over a week with no follow-up. My mother is to move to Assisted Living so I need to finalize everything. Thanks for taking the time to address my concerns. Regards, Rasheeda Ahmad  267-796-1014    daughterofeve786@gmail.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 07:26:40','2026-02-02 07:26:40','cb3e962d-8e46-4fa5-961c-a110b7a4cf70'),
(23410,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Helena Magallanes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Helena.M@Professionalbusinessprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Professional Business Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nHelena Magallanes\\r\\nProfessional Business Profiles\\r\\nHelena.M@Professionalbusinessprofiles.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 07:42:45','2026-02-02 07:42:45','f3ac433e-707f-4a39-bef2-543931e967a9'),
(23515,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jenifer Weyandt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenifer.weyandt@lifelinemedicalcenter.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Lifeline Medical\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Nursing Homes & Assisted Living Facilities\\r\\nWhen Your Provider Isn’t Available — Lifeline Medical Has You Covered!\\r\\n\\r\\nMany facilities are struggling with prescription delays and provider availability. When your current provider can’t respond quickly, it creates stress for staff and risks for residents.\\r\\nWhat if you had a dependable backup provider—ready whenever you need support?\\r\\n\\r\\n Lifeline Medical Center: Your Backup Provider\\r\\nWhen your primary provider isn’t available, Lifeline steps in seamlessly.\\r\\n✔ Great provider care — always available\\r\\n✔ Prescription and medication management support\\r\\n✔ Fast response times\\r\\n✔ In-person or telehealth services\\r\\n✔ Providers experienced in nursing homes and assisted living care\\r\\n\\r\\n One Call. We Do the Rest!\\r\\n\\r\\nSimply call our 24-hour phone line, and we’ll take it from there, handling the work so your team can stay focused on resident care.\\r\\n\\r\\nWhy are  Facilities Choosing Lifeline Medical?\\r\\n\\r\\nNo gaps in prescription coverage\\r\\nReliable medical support when you need it most\\r\\nReduced stress for nursing and administrative staff\\r\\nContinuity of care for residents\\r\\nTrusted backup coverage you can count on\\r\\n\\r\\nLet’s Set Up a Conversation\\r\\nBe prepared before an urgent situation arises.\\r\\nCall or Text me!\\r\\nJenifer Weyandt\\r\\n 814-619-5068\\r\\nEmail:\\r\\njenifer.weyandt@lifelinemedicalcenter.org\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 12:52:03','2026-02-02 12:52:03','72522697-ffc3-4a12-8451-d0192931c5a2'),
(23541,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Bonita Hills\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"phunnyone1@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7328966116\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[989],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I can provide up to an hour of comedy for residents and staff \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 13:21:13','2026-02-02 13:21:13','18e2143a-d22f-4c08-a4c4-8ea00a0897ad'),
(23571,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cathy Carfagno\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"carfage2@aol.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"former employee of Complete Care at the Havens \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Complete Care at the Havens off of Rt 37, Toms River NJ  ATTN  MINDY PAYROLL\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 14:46:00','2026-02-02 14:46:00','befc1b60-c510-498e-9c77-2895c3533a43'),
(23572,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cathy Carfagno\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"carfage2@aol.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"former employee of Complete Care at the Havens \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"HI AGAIN, AS VOICE MAIL INDICATED, NEED MY W-2 FROM JAN 2025 UNTIL COMPLETE CARE AT THE HAVENS WAS NO LONGER UNDER YOUR PAYROLL.  CATHY CARFAGNO, 30 CORINTH PLACE, TOMS RIVER NJ 08757 IS MY ADDRESS AND I NEVER RECEIVED MY W2 AS VAL STATED YOU SUPPOSEDLY SENT.  THANK YOU AND PLEASE GIVE A CALL AND LET ME KNOW STATUS AT 201-759-6267\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 14:47:41','2026-02-02 14:47:41','e124d5fc-5a87-4930-8ddc-b956cf20c0e9'),
(23606,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sally Walker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sally@brightboundjanitorial.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"BrightBound Janitorial\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI am local and provide service in Stoughton. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid? \\r\\n\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n\\r\\nSally Walker\\r\\nBusiness Development Rep\\r\\nBrightBound Janitorial\\r\\nsally@brightboundjanitorial.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 15:31:03','2026-02-02 15:31:03','8b66ffcb-5555-42f7-9c86-351f3bcf12d8'),
(23644,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tutsirai Patricia Makuvachuma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tmakuvachuma@s2verify.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"sS2Verify\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Morning, \\r\\nI am with S2Verify, LLC and we are a background screening company. I am trying to verify employment for an individual, who can assist me with this? \\r\\nThanks in advance for your assistance!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 16:23:05','2026-02-02 16:23:05','40bafc76-c296-4199-b49d-43ecdde265ff'),
(23728,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Heather Stendel\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"heatherstendel12@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147504889\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2712],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[23729],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for an opportunity as a CNA. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchalescorners.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cchalescorners.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 16:44:34','2026-02-02 16:44:34','c0445c85-4aee-4a52-b8c1-def3d52ddac4'),
(23786,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Catherine McLees\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"catherine@krizek.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"The Krizek Group\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wondering if your LTC rate has changed from 2025.  We put together a LTC rate sheet for our policyholders.  Please email me when you can.  thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 17:04:36','2026-02-02 17:04:36','512ca680-75f2-4dfb-87e2-704632017b06'),
(23798,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Hailey\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hrpowers27@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6083703965\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1395],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[23799],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"n/a\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccjeffersonmeadows.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccjeffersonmeadows.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 17:17:11','2026-02-02 17:17:14','6cdda16e-b702-449f-92cc-6f33200a7068'),
(23813,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Siporah Francois \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"Nayilafrancois07@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6097748448\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[963],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello my name is Siporah Francois I’m an 18 year old college student I’m currently looking to volunteer to gain experience and grow in skills and assistance. I’d like to be as much help as I can \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 17:20:34','2026-02-02 17:20:34','87032516-6620-4644-96d9-ff38a8e86ac8'),
(23892,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Shandell Palmer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"shandellpalmer.95@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2014561287\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1129],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[23893],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am writing to express my interest in a position at Complete Care. I am passionate about providing high-quality care and support, and I am excited about the opportunity to contribute to a team that prioritizes compassion, professionalism, and patient well-being.\\r\\n\\r\\nI bring strong communication skills, a caring attitude, and a commitment to excellence in everything I do. I am dependable, hardworking, and able to work well both independently and as part of a team. I take pride in creating a safe, respectful, and supportive environment for patients, families, and coworkers alike.\\r\\n\\r\\nI am particularly drawn to Complete Care because of its reputation for outstanding service and dedication to patient-centered care. I would welcome the opportunity to bring my skills and enthusiasm to your organization and continue growing professionally within your team.\\r\\n\\r\\nThank you for your time and consideration. I look forward to the opportunity to discuss how I can contribute to Complete Care.\\r\\n\\r\\nSincerely,[SHANDELL PALMER ][201-456-1287][ShandellPalmer.95@icloud.com]\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 17:46:09','2026-02-02 17:46:09','2950a709-5e0f-4ddf-b546-3d24c7cd3aab'),
(23894,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1269],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nHi,\\r\\n\\r\\nI am local and provide service in Caldwell.And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 17:46:44','2026-02-02 17:46:44','0a00ab7e-8ca3-4e97-8f42-6c1fe9f28071'),
(23906,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alia Bellamy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"bellamy.alia@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1209],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I am trying to find long term care for my mom.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 18:26:56','2026-02-02 18:26:56','42cb2b38-fb95-407b-851d-4ef7b0096d54'),
(23908,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tisheta Findley\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"julie.hunt@pristine-solutions.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pristine Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1283],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My company offers mobile nursing services including phlebotomy, specimen collection, post op wound care and hand & foot nail care for elderly. We would love to discuss all we offer and explore how our services could be beneficial to your facility and residents\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 18:38:59','2026-02-02 18:38:59','04fbfb8a-d5a3-4a0a-9a1e-3b230ef87ba4'),
(23909,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Your Message\\r\\nHi,\\r\\n\\r\\nI am local and provide service in Cedar Grove.And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 18:48:52','2026-02-02 18:48:52','f0f64333-d05c-4230-bf34-20f7b5ce96e8'),
(23911,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1109],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nHi,\\r\\n\\r\\nI am local and provide service in Cedar Grove.And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 18:54:56','2026-02-02 18:54:56','d2840177-e023-45b3-97d4-c55048caea79'),
(23912,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"TenishaJWatson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Teenisha214@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"13013325845\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1283],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[23913],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Professional Administrative Associate seeking employment with Complete Care of Hagerstown, MD for administrative or social services opportunities.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchagerstown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchagerstown.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 19:06:01','2026-02-02 19:06:01','c5544916-fc71-4905-8914-ad2d8a6c5496'),
(23921,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing! Please ignore. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 19:52:07','2026-02-02 19:52:07','3e95315c-aa60-4cab-b27f-29dcbf7de925'),
(23923,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jen Petricoin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jlpetrico@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\nWe have just started looking for care for my mother in law with dementia.\\r\\nDo you accept Medicaid for payment, as she has no assets?\\r\\nPlease let me know what our options would be at your facility.\\r\\nThank you kindly.\\r\\n\\r\\nJen\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 20:09:20','2026-02-02 20:09:20','cfe87602-1f24-46fa-99a3-468c967bbc62'),
(23925,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Susan Kuzma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"skuzma@ccdom.org\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1103],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"  Available housing and no waiting list!                       \\r\\n                                  \\r\\n                                                                   \\r\\nCommunity House at Saint Thomas is accessible, affordable and accepting applications. New applicants must be mentally competent adults with physical disabilities who meet the eligibility requirements of the program and HUD income limits of very low income.\\r\\n\\r\\nThe home is located in a beautiful residential neighborhood in Middlesex County. Community House is accessible, affordable and offers full time case management services. \\r\\n\\r\\nPlease contact me, Susan Kuzma, Supervisor if you need further assistance at 732-251-0022. My office hours are Monday through Friday 900: AM to 5:00PM. You can also visit the website at communityhouse-saintthomas.org where you may find answers to some questions, see some pictures and print out the application.\\r\\n\\r\\nIf you have a disability and need assistance with the application process, please contact Susan Kuzma at 732-251-0022. \\r\\n\\r\\n\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 20:20:15','2026-02-02 20:20:15','477baa7b-2d6f-4166-bc7d-a80de86a3df6'),
(23938,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Elodie Djomeni eke\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kennedyeke813@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2027907294\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1303],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[23939],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello my name is Elodie and I will be so glad to work with you guys thank you ….\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchyattsville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchyattsville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 21:01:38','2026-02-02 21:01:38','9e7db6ce-7a57-4171-89ef-26d6286b0db0'),
(23947,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hollye A Richardson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Hollye@WarriorGoddessFit.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Angie\'s Wings Boutique DBA Warrior Goddess Fitness\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1191],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I am trying to contact the Payroll Dept. regarding Contractor work done at one of your locations. Please forward my information. Hollye@warriorgoddessfit.com \\r\\nThank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 21:32:51','2026-02-02 21:32:51','9a1d32fd-6ab6-4636-afe3-718186d18ea3'),
(23948,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joseph Carmona\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joeycarmona26@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon,\\r\\n\\r\\nI was a travel aide at your facility from 2020-2021. I am applying for reciprocity in other states & am requesting my dates of employment. I was contracted through National Staffing Solutions, & started somewhere late October/early November & ended mid September.\\r\\n\\r\\nThank you,\\r\\n\\r\\n\\r\\nJoey Carmona\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 21:39:27','2026-02-02 21:39:27','8ba2fe74-2d64-4641-87ce-124020ccfbc0'),
(23951,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joshua Davis Jr.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"BANDITX80@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Indivual\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1117],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"How are services paid? If I have Medicare Insurance, through Blue Cross Blue Shield Part A, B, and Advantage with-Braven Medicare Choice Plus PPO, will that be sufficient to pay for my care?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 21:46:33','2026-02-02 21:46:33','be4caed2-594e-40fb-aef8-e0221c2942ae'),
(23954,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sonia Lewis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sonia@truesparklecleaner.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TrueSparkle Cleaner\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\nI am local and provide service in Hackensack for others in the community. I was hoping I could come by and offer a complimentary cleaning bid? I can also do so over email.\\r\\n\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n\\r\\nSonia Lewis\\r\\nBusiness Development Rep\\r\\nTrueSparckle Cleaner\\r\\nsonia@truesparklecleaner.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 22:02:28','2026-02-02 22:02:28','2ba7868f-444e-409e-af2e-dc4912a4d111'),
(23966,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hassan EL-Wahhabi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"owners@nextphasevending.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Next Phase Vending\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"To Human Resources Team - \\r\\n\\r\\nWe provide modern vending & micro market solutions. We’d love to offer healthy & fresh food options to your employees, residents, and visitors. There is no machine cost to you. Can you please give us a call or shoot me an email to schedule a time to meet. \\r\\n\\r\\nBest, Hassan. \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 23:17:58','2026-02-02 23:17:58','6a648103-2fb3-4946-9ee6-f59e79f64b9c'),
(23967,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tara Townley\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Freeindeed723@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Do you offer independent living? \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-02 23:23:51','2026-02-02 23:23:51','3d096781-21c6-42d4-9ef9-b239ef6e3e33'),
(23977,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robin Draper RN\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"robindraper62@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Coral harbor\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1011],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi. I would like to have a meeting regarding my hire. I just want to go over start date, schedule and review subacute duties.  Thank you and looking forward to working for you. Robin Draper RN. 732-614-7765.   \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 00:13:44','2026-02-03 00:13:44','45a72c5a-da12-4bb1-8f9d-0d4263c1ce7e'),
(23987,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"jacqueline harrison\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jackie447870@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14143049831\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1407],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[23988],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"A hard worker with good attendance\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsouthpointe.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsouthpointe.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 01:47:10','2026-02-03 01:47:10','d9fc8ca0-87f0-442a-a7c0-868320687b14'),
(24113,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Alisha Iqbal\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"iqbal.alisha44@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"5169658900\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24114],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3204,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"With extensive experience in people-culture, fast paced environments, I\'m seeking a role in Administrative Healthcare and Operations/HR! \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 04:51:52','2026-02-03 04:51:52','0fbafe87-000e-4037-b599-d3f7de1ca215'),
(24128,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kate Waxman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kate.w@theprofessionalpage.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Sr. Publishing Consultant\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nKate Waxman\\r\\nThe Professional Page\\r\\nkate.w@theprofessionalpage.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 06:26:58','2026-02-03 06:26:58','6fb0e43f-17ad-48e4-8e74-f364ccedd23a'),
(24162,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Helena Magallanes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Helena.M@Professionalbusinessprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Professional Business Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nHelena Magallanes\\r\\nProfessional Business Profiles\\r\\nHelena.M@Professionalbusinessprofiles.com\\r\\n\\r\\nRespond with stop to optout.d\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 08:18:32','2026-02-03 08:18:32','93a2393a-efde-40f7-8bf3-472c901b3be1'),
(24170,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"William Sutton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"william@thefirstmcspayment.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"First MCS Payment Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nYour business now has the opportunity to eliminate thousands in credit card processing fees.\\r\\n\\r\\nWe’ve helped countless clients save money on processing fees, including restaurants, HVAC, veterinary practices, auto repair shops, and more.\\r\\n\\r\\nLike most businesses, these companies rely on customers who pay with credit and debit cards. First MCS Payment Solutions is happy to provide a comprehensive payment processing solution that eliminates processing fees and increases revenue.\\r\\n\\r\\nMay I give you more information?\\r\\n\\r\\nThank you for your time,\\r\\n\\r\\nWilliam Sutton\\r\\n(630) 349-2809\\r\\nwilliam@thefirstmcspayment.com\\r\\n3755 E Main St. Ste 115, St Charles, IL 60174\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 08:32:16','2026-02-03 08:32:16','ec63db4a-5656-4022-875a-687040ae5637'),
(24173,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"William Sutton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"william@thefirstmcspayment.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"First MCS Payment Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1269],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nYour business now has the opportunity to eliminate thousands in credit card processing fees.\\r\\n\\r\\nWe’ve helped countless clients save money on processing fees, including restaurants, HVAC, veterinary practices, auto repair shops, and more.\\r\\n\\r\\nLike most businesses, these companies rely on customers who pay with credit and debit cards. First MCS Payment Solutions is happy to provide a comprehensive payment processing solution that eliminates processing fees and increases revenue.\\r\\n\\r\\nMay I give you more information?\\r\\n\\r\\nThank you for your time,\\r\\n\\r\\nWilliam Sutton\\r\\n(630) 349-2809\\r\\nwilliam@thefirstmcspayment.com\\r\\n3755 E Main St. Ste 115, St Charles, IL 60174\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 08:36:04','2026-02-03 08:36:04','6f926bc0-7d78-474e-94af-f6c65b14d6e5'),
(24182,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Devon Ellis\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"devonellis91@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2676008102\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have the paper copy of my resume \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 10:05:55','2026-02-03 10:05:55','38b07f3a-6be2-4c65-80c5-ef171c978564'),
(24184,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Devon Ellis\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"devonellis91@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2676008102\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[989],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Or I’ll do food service or laundry whatever u need me at \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckressonview.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cckressonview.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 10:12:53','2026-02-03 10:12:53','ad256888-32ec-4e5e-87c8-82bf19757f70'),
(24238,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kemoy\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kemoycole@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2312035715\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1425],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"+12312035715 \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareglendale.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareglendale.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 11:29:06','2026-02-03 11:29:06','05f92672-83b2-4674-9eb1-4fe34f9f19e3'),
(24296,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danny Marquis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dianne.marquis@american-national.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Norman Marquis\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I have documents to send over to Glendale regarding Hospice care that we signed at St Marys Hospital on Sunday.  Who do I send them to? \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 14:08:30','2026-02-03 14:08:30','c47c1e4e-7136-4635-a287-295f5f8924a6'),
(24297,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jordan Visser\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jordan.visser@integribridge.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Integribridge Advisor\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1129],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nI have several buyers that are interested in purchasing complete care businesses in the area and I was wondering if you had any interest in selling? Can we set up a call to discuss? Please let me know either way?\\r\\n\\r\\n\\r\\nThanks,\\r\\nJordan Visser\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 14:08:40','2026-02-03 14:08:40','9530115c-16aa-4106-a367-b376d0514185'),
(24298,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Laura Maggio\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"laurmag123@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1237],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am presently Admissions Director and am looking for something closer/easier to my home.  I have a resume I would like to share if you are looking for an Admissions/Marketing Director.  I saw your posting on LinkedIn. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 14:19:52','2026-02-03 14:19:52','9566c8eb-31b5-45c5-9255-1b1bcdc1db47'),
(24307,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"carmen ceus-exantus\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"c.ceus@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"862-4382755\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24308],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208,3204],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Thank the reader for their time and consideration.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 15:18:44','2026-02-03 15:18:44','ab00eac4-e477-4e33-85cd-44a96b685bd3'),
(24309,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Haddie Malone\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dmmercy7@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"13123150330\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24310,24311,24312,24313,24314],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have been a CNA for 28 years. And this is my passion. The care of others the elderly , those who are recovering from surgery. I have enjoyed working rehab as well. I am a certified rehab assistant from the college of DuPage. Since 2003. But my heart is in the care of the resident. I enjoy interacting with them. I enjoy assisting to help make their day brighter. It increases my day as well when I am able to do this for others. \\r\\nIt\'s very rewarding and satisfying.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 15:21:45','2026-02-03 15:21:48','7ed45f63-67fb-4477-9a14-d24a1a7f2468'),
(24321,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bill Wilbert\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sandbill81@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Are visitors allowed? Times available?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 15:31:30','2026-02-03 15:31:30','b909e4c6-fdfb-47c1-b20d-38f8ecb4c5af'),
(24427,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"John Miller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"john@pro-medsolercm.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Credentialing & Medical Billing Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nI hope you’re having a great day.\\r\\n\\r\\nI wanted to introduce Pro-MedSole RCM. We partner with healthcare providers across the U.S. to support insurance credentialing, LLC formation, and medical billing, helping reduce administrative workload so providers can focus on patient care.\\r\\n\\r\\nWe are headquartered in Mesa, AZ, with additional offices in Texas, New Jersey, and New York.\\r\\n\\r\\nOur services include:\\r\\n\\r\\nCredentialing: $100 per commercial payer\\r\\n\\r\\nMedicare & Medicaid enrollment: $200 per insurance\\r\\n\\r\\nMedical billing: 2.99% of total monthly collections\\r\\n\\r\\nIf you’re open to a brief Zoom call, I’d be happy to learn more about your current setup and see whether our services could be helpful. If not, no problem at all, thank you for your time and consideration.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 17:23:08','2026-02-03 17:23:08','1f3d8bbc-dd0a-43da-8cea-62ef19a08d48'),
(24441,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Maria Miranda\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marialmiranda987@outlook.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(272) 276-2257\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1215],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24442],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am submitting my resume for consideration for an entry-level position at Complete Care at Inglemoor. I am eager to begin my career in healthcare and contribute to providing compassionate care to residents.\\r\\n\\r\\nThank you for your time and consideration. I would welcome the opportunity to discuss my interest further.\\r\\n\\r\\nSincerely,\\r\\nMaria Miranda\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccinglemoor.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccinglemoor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 18:17:15','2026-02-03 18:17:15','68fbcef8-5c76-4e9b-a943-911354292732'),
(24443,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Emily Rodriguez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"emilyrdrgz36@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"302-765-7654\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1261],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24444],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3208,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am interested in working in your facility and feel I could better your community and myself.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://ccbrackenville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccbrackenville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 18:28:29','2026-02-03 18:28:29','45c5130b-9800-43bd-a75c-46dc6f25dc04'),
(24445,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Mackenzie  Roberts\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kenzieroberts8509057@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4146101970\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2712],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24446],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am an LPN currently in school for my RN looking for a job that allows me to work in a management role. I do have experience and would like to make connections with new staff, residents, and families.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchalescorners.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cchalescorners.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 18:43:33','2026-02-03 18:43:33','cd0052d4-41e3-4021-80ed-bab935e6406a'),
(24460,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Nicole Sutton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nicolesutton8989@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1073],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking to see what your skilled nursing and long-term care daily rate is?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholmdel.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholmdel.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 19:24:57','2026-02-03 19:24:57','15230207-85d6-46fb-aac3-a4dd65999880'),
(24480,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Brooke Lavell\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"blavell042@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"19175749057\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1073],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"My name is Brooke Lavell and I am a junior at Holmdel high school and plan to study architecture in college. I spent last summer in an interior design program at Drexel University and a week at Fallingwater studying architecture. I was also recently accepted to an architecture program, which I plan to attend, this summer at Syracuse University. In high school, I have taken classes such as engineering and design and AP art history. I am also an Eagle Scout with Troop 331, on the varsity volleyball team, and a member of National Honor Society and Latin Honor Society. \\r\\n\\r\\nI am extremely passionate about art and design and I would love to present to your residents on different pieces which I have studied.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 20:39:15','2026-02-03 20:39:15','6724372c-270d-48ed-a391-83b0c1acaa22'),
(24481,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tessa Pettiford\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tessaapettiford2025@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(732) 766-6041\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24482],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"TESSA PETTIFORD\\r\\n (732) 766-6041\\r\\n tessaapettiford2025@gmail.com\\r\\n\\r\\nCompletecare Human Resources:\\r\\nI am excited to submit my resume for review. I found this job posting online and after comparing the responsibilities to my own skills and interests, I jumped at the chance to apply. I believe my 10 years of experience in Customer Service has allowed me to develop the critical skills needed to excel in this position. To schedule an interview, please contact me at (732) 766-6041. I look forward to meeting you to further discuss employment opportunities. \\r\\nSincerely,\\r\\nTessa Pettiford\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 20:46:48','2026-02-03 20:46:48','0b45fc2d-a061-46ca-8a66-00ac604a1de6'),
(24488,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Erin E Villagra\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"evillagra@peapackprivate.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Peapack Private Bank & Trust\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there - I\'m an organizer for the Cupid Project, a volunteer organization that creates valentine greetings for nursing home residents.  We just hosted a card making event at Peapack Private Bank & Trust, just up the road from your Green Knoll location.  We\'d love for you to be a benefactor of our handmade greetings!  If agreeable - who would I work with to coordinate dropoff of our cards next week?\\r\\nThank you!\\r\\nErin\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 21:09:59','2026-02-03 21:09:59','6d318562-0e3e-41db-90a1-0b176301ef67'),
(24491,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Sue DesMarais \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"Desmarais10@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9086757159\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1045],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi im a retired Police Officer and EMT. Currently, I am the President and Chief K9 Handler for K9 Valor Task Force based in Union Beach. I\'d love to visit with my dogs! \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 21:30:02','2026-02-03 21:30:02','a6509f9d-04de-4ad5-8934-803e8168635b'),
(24492,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sophia Villanueva\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"haywardfamily4@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"13025102086\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1297],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24493],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3194,3198,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello I use to work at the summit nursing home as an CNA it was amazing working with the elderly taking care of them , meeting their families, I was a wonderful worker ! Always coming in and doing doubles making sure that everybody was safe and happy\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 21:41:57','2026-02-03 21:41:57','98fc5e85-476b-431d-87d6-dac61a32ee26'),
(24494,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rashmika Das\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rashmika.d@fineclaim.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"FINE CLAIM\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I’m reaching out to explore the possibility of partnering with your practice and supporting you with our customised billing services. Our goal is to ease your administrative workload while maximising the revenue your practice rightfully earns. Whether you’re looking to fully outsource your billing operations or need targeted support in areas such as denial management or A/R follow-up, we are confident that Fine Claim can add significant value to your practice. If you’d like to know more about our business models, engagement structure, or pricing percentages, please feel free to reach out anytime.\\r\\nI would be happy to schedule a brief call at your convenience to better understand your current billing needs and discuss how our services can support your growth.\\r\\nPlease let me know a suitable time, or feel free to contact me directly at +1 (757) 757-9006 or rashmika.d@fineclaim.com.\\r\\nLooking forward to the opportunity to collaborate.\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 21:43:58','2026-02-03 21:43:58','f8a18489-8135-4b7a-9afe-56bfe95968e7'),
(24496,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kathy Reyna Quiño\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kathyquino@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[995],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi i would like to ask if you are still hiring for registered nurses? Thanks\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-03 22:19:27','2026-02-03 22:19:27','9aa1ee2c-b0c3-4118-b90a-fccaa336a08b'),
(24512,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michelle Briscoe \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michellebriscoe9@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"michellebriscoe9@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Is this a skilled nursing home\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 00:03:57','2026-02-04 00:03:57','ce44fe70-f46a-4677-b548-c9d9f34c0604'),
(24515,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kathy Reyna Quino\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kathyquino@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7326260646\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[995],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24516],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello,\\r\\n\\r\\nI am excited to apply for the Part-Time RN position at Complete Care at Laurelton. I have home care nursing experience and truly enjoy providing personalized, compassionate care to patients. I am dependable, organized, and work well both independently and with a team. I would love the opportunity to join your facility.\\r\\n\\r\\nThank you so much,\\r\\nKathy Reyna Quino, RN\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 00:36:47','2026-02-04 00:36:47','56d20b74-03a7-4484-99ba-61afa6afb4b9'),
(24519,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Denita Smith\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"smithnita65@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4145347944\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1407],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24520],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good evening, my name is Denita Smith . I’ve been a CNA for almost 3 years & I absolutely love it ! I enjoy working with residents & getting to know others ! This is my journey & I’m fully committed to being apart of your community, please consider me ! Thanks . \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsouthpointe.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsouthpointe.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 00:59:48','2026-02-04 00:59:48','06bfa123-76a1-4ea5-a0fb-50bee36c2838'),
(24522,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joanna Barrier\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"JBARRIER20@COMCAST.NET\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1231],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Currently my father in a complete care in Toms River NJ and I would like to have him transferred closer to me and possible discuss a permanent solution as he is not able to live alone anymore. My number is 201-400-4143\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 02:04:30','2026-02-04 02:04:30','d63519de-f4ab-42e3-b4dd-6d3f30814a01'),
(24678,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marquita Henry \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"henryquita28@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2673916610\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1219],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24679],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am skilled in taking patient vital signs.\\r\\nAssisting providers with exams and procedures.\\r\\nAdministering injections or medications.\\r\\nPerforming EKG, phlebotomy, and other essential laboratory procedures.\\r\\nChecking patients in and out upon arrival and departure.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclehigh.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cclehigh.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 09:05:30','2026-02-04 09:05:30','ec54c3cb-b75e-4579-ae99-da77613ff8b7'),
(24729,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Helena Magallanes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Helena.M@Professionalbusinessprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Professional Business Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nHelena Magallanes\\r\\nProfessional Business Profiles\\r\\nHelena.M@Professionalbusinessprofiles.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 12:03:46','2026-02-04 12:03:46','08a77dca-9293-4805-8441-31388f08f35e'),
(24814,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Denita Smith\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"smithnita65@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4145347944\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24815],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Please consider me , thanks ! \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 15:16:09','2026-02-04 15:16:09','1af623e3-39d0-41f9-8625-2177c9e5c295'),
(24824,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Nicole Howard\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nicolelynhh@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1073],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for skilled nursing and would like to see the daily rate?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholmdel.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholmdel.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 15:23:07','2026-02-04 15:23:07','89ca9f0e-97bb-42ab-8f55-321bfa8b9da5'),
(24845,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Raylene Cole \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"raylenecole69@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1177],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for a permanent place for my mother.  She has Medicare & Medicaid.  She gets her monthly pension & S S I. She had 3 strokes within a 4 month time frame in 2023, 2 were major. There is alot I would like to explain to someone in detail about her mental & physical state.  Would also like to know more about the monthly/ financial cost to stay there and if there is a current waiting list.  A response back is greatly and kindly appreciated.   Thank you kindly. \\r\\n\\r\\nRaylene Cole (Daughter)\\r\\nEmail @raylenecole69@gmail.com \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 16:13:51','2026-02-04 16:13:51','24bb8ab5-7cec-4f1e-a8b8-1d45dca2613d'),
(24848,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\" Marly\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marly6819@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9082465937\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1143],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24849],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m interested in nursing position 3-11 shift as an RN\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwoodlands.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccwoodlands.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 16:22:56','2026-02-04 16:22:56','458eaf99-e555-42e2-ae83-5a9fed8ecaee'),
(24850,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Liz Degiacomo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"liz.degiacomo@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My mother is in the ER for Rsv but has been very sick and on dialysis, I am looking for a local place to help her. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 16:26:17','2026-02-04 16:26:17','952998ea-197d-4f59-a6cd-7a1ecd71be0d'),
(24851,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tatiana J\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tatianajamiee@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1473],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello I am inquiring about a job as a CNA at this facility,  I was told to come in and fill out a job application and once I came I was told there are no job applications to fill out \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareblvd.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 16:28:18','2026-02-04 16:28:18','a2b7105b-8244-4506-ba12-b844f39b9315'),
(24852,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tatiana long\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tatianajamiee@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7739985521\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24853],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Tatiana long resume\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 16:29:52','2026-02-04 16:29:52','6a9e5105-2473-40c6-a23c-f26574baadc7'),
(24874,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"CIARA B MALDONADO\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Ciarabperez@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14144460239\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2712],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24875],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3204,3198,3192,3206,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello!\\r\\n\\r\\nI am writing to express my interest in a position within your care team. I am seeking a long-term career in care where I can support others with compassion, professionalism, and consistency, and I believe my background in service-oriented roles has prepared me well for this path.\\r\\nI bring experience from both military and civilian environments that required empathy, attention to detail, and the ability to remain calm under pressure. During my time in the U.S. Army, I learned the importance of accountability, teamwork, and putting people first—values that continue to guide my work today. I have also supported individuals and families in fast-paced, high-responsibility roles that required clear communication, organization, and trust.\\r\\nWhat draws me to a career in care is the opportunity to make a meaningful difference in people’s lives, whether through direct support, coordination, or day-to-day assistance. I am dependable, patient, and genuinely motivated by helping others feel safe, supported, and respected. I take pride in showing up consistently, learning quickly, and treating every person with dignity.\\r\\nI would welcome the opportunity to grow within an organization that values compassion, integrity, and quality care. Thank you for your time and consideration. I look forward to the possibility of contributing to your team.\\r\\nSincerely,\\r\\nCiara Maldonado\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchalescorners.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cchalescorners.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 16:57:35','2026-02-04 16:57:35','978f2e4a-501e-42c5-9fe1-6c6f3788f0f1'),
(24885,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michelle Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mwillia2.mw@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Jessica, hope all is well. so I\'m reaching out to see if complete care \\r\\noffers at any of there  nursing home facilities,   LVAD care. for Long Term\\r\\nCare. I see there is several Complete Care facilities in different location in New Jersey. Do each facilities offer the same services?\\r\\n\\r\\nLooking for Long Term Care for my brother who have a LVAD along with other issue.\\r\\n\\r\\nI look forward to hearing from you.\\r\\n\\r\\nRegards, \\r\\nMichelle Williams\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 17:07:28','2026-02-04 17:07:28','af0dd092-6f74-41c1-927d-7dbcf9a22b20'),
(24942,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Michelle  Spencer\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"michellespencer0917@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"19738005999\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1123],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Good afternoon. I am a Reiki practioner and was interested in seeing if you would be interested in having me come to your location to do Reiki with your patients?\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 18:43:14','2026-02-04 18:43:14','4d81183c-5cb5-4b75-a773-bfb209b47911'),
(24948,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daniel Martin Kearns\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"danielmk@comcast.net\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Home\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[989],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My wife, Joanne, is being scheduled for release from Virtua Vorhees in the next couple of days, I believe she\'ll be transferred to Kresson View for rehab/physical therapy treatment.\\r\\nWe have Aetna Medicare and Joanne is also covered under CHAMPVA. Are these insurances accepted at Kresson View? Is there anything I have to do personally to make the admission go smoothly? \\r\\nThank you for your assistance.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 19:18:22','2026-02-04 19:18:22','7899aa79-7679-4373-af04-8421a494e967'),
(24949,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kevin Casey\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dominick.dagnes@metuchenschools.org\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[951],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My dad can\'t walk by himself anymore, so I need to send him somewhere else so I know he is in good care all the time.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 19:24:40','2026-02-04 19:24:40','ed8ec554-8739-459c-acee-7a70093532df'),
(24953,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alan Michael Houte\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amhaute530@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Currently residing at Briar Place Nursing facility. Indian head park, Il.\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1477],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I desire to move to the north side (Uptown) to be closer to my elder family. I have been living in Rogers Park since the 90\'s in my rented apartment. I fractured my ankle (open fracture) which put me in a wheelchair for several months thus losing my apartment. I do have psyche medical issues that I am currently working on.\\r\\nMy social service director\'s name is Brook and she is assisting with my transfer research by giving her facilities that may have openings and I would appreciate being accepted. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmargatepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 20:13:34','2026-02-04 20:13:34','d7d7b4a0-ff3f-4b9c-bd0c-c1c4c8ef6784'),
(24954,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Tucci\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"smtucci88@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for a place for my father, 74 with Alzheimer\'s \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 20:20:47','2026-02-04 20:20:47','1301f2a1-c642-4c38-9092-a4054678ba32'),
(24959,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Taylor Grandinetti\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"taylor.grandinetti@omc.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Ketchum, on behalf of the Centers for Medicare & Medicaid Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nMy name is Taylor Grandinetti, and I’m working on behalf of the Centers for Medicare & Medicaid Services on an important campaign to encourage people across the country to become Certified Nursing Assistants who choose to work in a Nursing Home. As a component of the campaign, we are looking for testimonials from individuals who would be willing to share their positive experiences working as CNAs in nursing homes.  \\r\\n\\r\\nI’m reaching out to you to see if any of your organization’s CNAs might be willing to share their story for the CMS campaign. If you know of anyone who might be interested, we would greatly appreciate it if you could put us in contact with them. I’d also be happy to schedule a call with you to discuss this campaign further. Each CNA selected for the campaign will receive $3,000 for their participation. \\r\\n\\r\\nThank you for your consideration of this request. \\r\\n\\r\\nBest,\\r\\nTaylor Grandinetti\\r\\nhttps://www.cms.gov/priorities/nursing-home-careers/overview/certified-nursing-assistant-cna \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 21:24:43','2026-02-04 21:24:43','4bee3d85-ddda-442f-9ef5-f2f3454c73c2'),
(24963,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeff Olson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olsonj5@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1365],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m reaching out regarding skilled nursing care for my mother. She\'s end-stage COPD, and has been at both Froedert in Kenosha, as well as Watertown Behavioral Health, in the last two weeks. My father has been her caretaker, and they have been managing relatively well. Unfortunately, my mother unintentionally took too much prednisone to manager her breathing and had a short bout with acute psychosis. She\'s been in the hospital for two weeks, and is nearing her discharge from the hospital. We feel we need her to have short-term care and occupational therapy prior to setting up home care. We\'re hoping we can learn more about admissions and if she\'d be a fit. My number is 773-230-8645. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrandeprairie.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 23:16:43','2026-02-04 23:16:43','363abc68-5453-4e15-9cbb-07c71c34b185'),
(24964,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1269],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI am local and provide service in East Orange.And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-04 23:42:23','2026-02-04 23:42:23','97eef377-407e-4f31-bc0a-ac9543b8f3de'),
(24970,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tara Fitzharris\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"taratula143@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17329986582\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[24971],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I love working with people helping them, taking care of them or teaching them new things. I have worked with all different  types of situations and i would love to continue to work with making people feel better.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccarbors.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccarbors.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 00:37:21','2026-02-05 00:37:21','8501859a-30e3-4660-b8d9-f56194686209'),
(24974,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Margaret Moore\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"margaretamoore16@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"12038417594\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1467],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"My name is Margaret Anne Mary Moore. I am a resident of Middlebury, Connecticut and am the founder of a community service organization, Positivity For Patients: The Art of Yes You Can, which works to uplift patients\' spirits through donations of canvas prints of artwork and motivational quotes and writing to be hung in hospitals and medical facilities. I am a bestselling author with a master of fine arts degree, and I collaborate with a local art guild, Black Rock Art Guild, to curate museum-worthy art and writing to donate. I am reaching out to inquire whether Complete Care at Middlebury would be interested in being our next recipient. It would be a great privilege to serve my community through this donation. For more information, please feel free to email me at margaretamoore16@gmail.com, and, if you would like to gain a better visual and understanding of how the donation would work, you can view our past campaign at https://positivityforpatie4.wixsite.com/yesyoucan\\r\\n\\r\\nThank you for your time and consideration. \\r\\n\\r\\nSincerely, \\r\\nMargaret Anne Mary Moore\\r\\n\\r\\nBestselling author, Bold, Brave, and Breathless: Reveling in Childhood\'s Splendiferous Glories While Facing Disability and Loss  \\r\\n\\r\\nmargaretannemarymoore.com\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 01:12:29','2026-02-05 01:12:29','5b17c601-a5be-4ac1-93bd-80800d4b035a'),
(24978,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Typria Epps\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"typriaepps@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[989],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I’m in search of my W-2 when lol it be emailed or sent through the mail? I am incapable drive up to the facility to pick it up.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 02:25:48','2026-02-05 02:25:48','521277f2-aaf8-4538-a377-aeb323e6622e'),
(24982,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tricia Miller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"triciamillermkt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nI would like to share some suggestions for your website. No cost and no obligation- just an opportunity for you to see how we can improve your website and leads, increase organic traffic, and boost your ranking visibility.\\r\\n\\r\\nWould it be okay to send you the suggestions I have in mind?\\r\\n\\r\\nThank you in advance!\\r\\nTricia Miller\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 03:39:30','2026-02-05 03:39:30','3a5e88b9-84d8-41ea-9eef-4f5cb148218b'),
(24983,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tricia Miller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"triciamillermkt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nI would like to share some suggestions for your website. No cost and no obligation- just an opportunity for you to see how we can improve your website and leads, increase organic traffic, and boost your ranking visibility.\\r\\n\\r\\nWould it be okay to send you the suggestions I have in mind?\\r\\n\\r\\nThank you in advance!\\r\\nTricia Miller\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 03:50:05','2026-02-05 03:50:05','1e647477-89c3-4175-90e5-d35ae90c08df'),
(25043,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Helena Magallanes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Helena.M@Professionalbusinessprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Professional Business Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nHelena Magallanes\\r\\nProfessional Business Profiles\\r\\nHelena.M@Professionalbusinessprofiles.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 07:58:00','2026-02-05 07:58:00','dddbb26f-6be5-4f69-9f11-5f33be010872'),
(25055,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Karey Phillips\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kareyphillips431@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4439018118\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1329],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25056],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I work at Tranquility Woods in Pasadena. I’m working towards a degree in social work and am hoping to gain more experience in the environment.\\r\\n\\r\\nMy Uncle is also a patient there and it would give me more time with him.\\r\\n\\r\\nI am available all day Tuesday, Wednesday, Thursday, Saturday.\\r\\n\\r\\nThank you for your consideration.\\r\\n\\r\\nKarey Phillips \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsevernapark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccsevernapark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 08:40:43','2026-02-05 08:40:43','d1fd3532-4990-465f-91b3-e92eaa961dc2'),
(25064,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Casey Burke\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"casey@pureearthjanitorial.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"PureEarth Janitorial\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1041],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am with a local, family-owned janitorial company and would love to give you a professional cleaning quote. We’re working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated, trained team that is invested in going above and beyond. May I give you more information or a no-obligation cleaning quote for your space?\\r\\n \\r\\nHave a great day!\\r\\n \\r\\nCasey Burke\\r\\nBusiness Development Rep\\r\\nPureEarth Janitorial\\r\\ncasey@pureearthjanitorial.com\\r\\n \\r\\n“Work was done with precision and accuracy. Certainly a company to keep.” - Alphonso S.\\r\\n \\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 10:06:30','2026-02-05 10:06:30','713d3ecd-20ae-43c5-8cc7-cfbca38afd81'),
(25074,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Helena Magallanes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Helena.M@Professionalbusinessprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Professional Business Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nHelena Magallanes\\r\\nProfessional Business Profiles\\r\\nHelena.M@Professionalbusinessprofiles.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 12:14:38','2026-02-05 12:14:38','2af6b44b-f9a3-4d5a-a7b6-f733c81c2754'),
(25080,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kim\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"schneckyk@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1035],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"looking for information for respite care for 17 days in October for a family member please.  Need to know if medicare and supplemental pays for anything and what the rates are per day please.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 14:05:37','2026-02-05 14:05:37','8909421c-78cc-46a8-8f5a-65cd27414ae3'),
(25083,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JACELYN CONWELL\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"CONWELLSHOP@GMAIL.COM\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"KAHLIL KWAME BELL\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1117],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Morning! I hope you are well. I am writing to offer a unique and engaging speaking and performance program for your senior community featuring master percussionist Kahlil Kwame Bell.\\r\\n\\r\\nMr. Bell presents an interactive percussion experience that introduces a variety of traditional and contemporary percussion instruments. During the program, he discusses the history, cultural background, and sound concepts behind each instrument, followed by live demonstrations. Seniors are invited to participate hands-on, exploring rhythm, touch, and tone in a welcoming and accessible format.\\r\\n\\r\\nThis program is designed specifically for senior audiences and supports cognitive stimulation, creative expression, and group participation. Sessions can be adapted in length and content to fit your schedule and wellness goals. No prior musical experience is required for participants.\\r\\n\\r\\nProgram features can include:\\r\\n\\r\\nDemonstration of multiple percussion instruments\\r\\n\\r\\nCultural and historical context of rhythms and sounds\\r\\n\\r\\nInteractive play-along opportunities\\r\\n\\r\\nGentle guided rhythm activities for group engagement\\r\\n\\r\\nQ&A discussion with the artist\\r\\n\\r\\nWe would be glad to schedule a date that works for your organization and tailor the presentation to your needs. Please let me know if you would like program details, availability, and rates.\\r\\n\\r\\nThank you for your consideration. I look forward to the opportunity to bring this enriching musical experience to your seniors. https://kahlilkwamebell.com/\\r\\n\\r\\nSincerely,\\r\\nJacelyn Conwell\\r\\nRepresentative for Kahlil Kwame Bell\\r\\n\\r\\n973-303-0644\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 15:23:49','2026-02-05 15:23:49','5627a6fd-e67a-4c92-b4a4-2805ff648b5e'),
(25088,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marissa Damrow\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marissadamrow@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12629930668\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1413],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"\\r\\nI’m looking to work as a medical assistant on the weekends (OPT PRN) I’ve been an CMA for 21 years. I currently work at Froedtert Full time. I have worked at Froedtert for over 18 years. I’m looking to pick up extra hours on the weekends. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgermantown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgermantown.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 15:37:29','2026-02-05 15:37:29','ef5a6470-cee9-4505-bcaa-9336d52b95b9'),
(25093,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianna Coyne\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"brianna.coyne@brightview.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"BrightView Landscapes\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1031],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning! \\r\\n\\r\\nThis is Bri Coyne, Business Developer with Brightview Landscapes. I hope all is well. \\r\\n\\r\\nI am reaching out to see if Victoria Commons is going to bid this season for 2026 spring landscaping. \\r\\n\\r\\nI would love to connect and discuss your maintenance goals.\\r\\n\\r\\nThank you and talk soon!\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 15:54:33','2026-02-05 15:54:33','9633cef7-ad07-46bb-860b-bcb8016ab5a6'),
(25109,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marlon Slaughter \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mdslaugh@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1461],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I would like to do a tour at the facility.  Im looking for long term care for my mother \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 16:56:52','2026-02-05 16:56:52','0e9e3d14-59ea-4063-8715-bd4da86f468f'),
(25112,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tutsirai Patricia Makuvachuma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tmakuvachuma@s2verify.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"sS2Verify\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Afternoon,\\r\\nI am with S2Verify, LLC and we are a background screening company. I am trying to verify employment for an individual, who can assist me with this? \\r\\nThanks in advance for your assistance!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 17:08:54','2026-02-05 17:08:54','2f0eb403-1ef9-41bc-8ead-e9acfe714e63'),
(25114,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Fabiola Joseph\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rctransnemt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Ride Care Transportation LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1073],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\" Ride Care Transportation.\\r\\nProfessional Transportation Services for Assisted Living & Group Home Residents\\r\\nDear Administrator or Resident Coordinator,\\r\\nRide Care Transportation LLC is proud to offer dependable, compassionate, and professional transportation\\r\\nservices tailored to residents of assisted living facilities and group homes.\\r\\nWe understand the importance of safe, punctual, and respectful transportation for medical appointments,\\r\\npharmacy visits, dialysis treatments, adult day programs, and other essential needs. Our experienced drivers\\r\\nprovide door-to-door service while maintaining dignity, patience, and care for every resident.\\r\\nOur Services Include:\\r\\n• Non-Emergency Medical Transportation (NEMT)\\r\\n• Assisted and ambulatory transportation\\r\\n• Medical appointments and follow-up visits\\r\\n• Pharmacy and medication delivery support\\r\\n• Adult day care and community outings\\r\\nAt Ride Care Transportation LLC, safety, communication, and reliability are our top priorities. We work closely\\r\\nwith facility staff, families, and care teams to ensure smooth and stress-free transportation for your residents.\\r\\nWe would welcome the opportunity to partner with your facility and customize transportation solutions to meet\\r\\nyour needs.\\r\\nPlease contact us to discuss availability, scheduling, or service agreements.\\r\\nSincerely,\\r\\nFabiola Joseph\\r\\nRide Care Transportation LLC\\r\\nEmail: info@ridecare-transportation.com\\r\\nWebsite: www.ridecare-transportation.com\\r\\nOffice: (732) 405-1688\\r\\nCell: (908) 290-6510\\r\\nFrom Door to Destination, We Care.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 17:22:37','2026-02-05 17:22:37','cb44efab-6aea-4413-bd44-38359813b43f'),
(25117,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Claudia Onstad\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cxo11@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My sister, Sandra Gualteros Room 30A, has been in your facility for about 3 years.  I have her POA and medical directive, that you have on file.  She has been trying to has some questions regarding her SS payments and the account she has in your facility.  I have emailed and left vm for Tierra Pinkett, but have not heard back.  Sandra has also requested to talk to someone.  I\'d appreciate the courtesy of a call regarding my sister.  My number is 954-551-3824.  Thank you. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 17:49:11','2026-02-05 17:49:11','4b314c27-a737-4912-89bb-0ef241e03029'),
(25118,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Bolton YUSSUF\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"boltonyussuf1@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18483139940\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25119],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"H\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 18:04:42','2026-02-05 18:04:42','3dca697b-6167-42d7-9131-e63030310fba'),
(25120,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Bolton YUSSUF\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"boltonyussuf1@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18483139940\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1045],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25119,25121],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am looking forward to working with you \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 18:06:16','2026-02-05 18:06:16','d773dc4d-5fcd-4267-9cac-bd25004e66c4'),
(25122,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Margarita Acevedo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jessie5611@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1191],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon, I would like a full copy of your policies and procedures, sent to my email address.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 18:10:28','2026-02-05 18:10:28','1d27a9ea-f7f2-4a6b-b133-a78fbc0451da'),
(25123,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Wendy Guinn\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"wendyg131@aol.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"908-283-5447\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1177],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25124],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208,3204,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Previous Nursing facility experience with reception, marketing, admissions, recruitment, compliance, resident and family engagement, safety and regulation controls.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbrakeleypark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccbrakeleypark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 18:13:31','2026-02-05 18:13:31','279f656f-d7e9-44f4-9a34-682d3c0a46b3'),
(25128,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Annie Moshier\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"anniemoshier@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1431],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon,\\r\\nWe\'re looking into memory care for our mother who has Alzheimer\'s.  Could you please tell me if you accept Title 19 and how long your wait list is?  My mother would be private pay for approximately the first year.\\r\\nThank you,\\r\\nAnnie\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 19:08:04','2026-02-05 19:08:04','fda028e9-455a-4d8d-9ec9-087e152c0eb1'),
(25132,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Naziah Adams\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"naziahadams1@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2679028595\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[989],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25133],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3204,3198,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my interest in the part-time position at Complete Care. I bring valuable experience in direct support and a strong commitment to providing compassionate, reliable, and respectful care to individuals in need.\\r\\n\\r\\nThrough my experience in direct support, I have developed strong skills in assisting with daily living activities, promoting independence, and creating a safe and supportive environment. I take pride in building positive relationships with clients while maintaining professionalism, patience, and attention to detail.\\r\\n\\r\\nI am seeking a part-time opportunity where I can continue to grow professionally while contributing positively to your team. I am dependable, motivated, and dedicated to delivering high-quality care that aligns with Complete Care’s standards and values.\\r\\n\\r\\nThank you for your time. I would welcome the opportunity to further discuss how my skills and experience can benefit your organization. I look forward to hearing from you.\\r\\n\\r\\nSincerely,\\r\\nNaziah Adams\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckressonview.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cckressonview.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 20:15:16','2026-02-05 20:15:16','5ba91221-be77-4e43-8363-860ec76c323a'),
(25137,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rosalie Griffin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rogriff@att.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am seeking long term care for my cousin and serve as POA for her. Is it possible to submit an application form? \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 21:16:06','2026-02-05 21:16:06','7aa5855a-d1ee-42b1-9581-dfd8c8d280ef'),
(25140,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ka’Mya Bailey\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kamyaa.baileyyy@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3026871568\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1337],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25141],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to apply for the Dietary Aide position at your facility. I am someone who takes pride in being dependable, respectful, and detail-oriented, especially in environments where care and teamwork are important.\\r\\n\\r\\nI enjoy working in roles where I can be helpful and contribute to others’ well-being. I understand how important nutrition, cleanliness, and consistency are in a healthcare setting, and I always do my best to make sure tasks are completed correctly and efficiently. I am calm under pressure, willing to learn, and take responsibility for my work.\\r\\n\\r\\nAs a student in a Nursing Technology program, I am developing a strong foundation in professionalism, safety, and compassionate care, which I bring into every job I take on. I am eager to continue gaining experience in a care-focused environment and to be part of a team that values quality service and respect.\\r\\n\\r\\nThank you for your time and consideration. I would appreciate the opportunity to further discuss my interest in this position.\\r\\n\\r\\nSincerely,\\r\\nKa’Mya Bailey\\r\\n302-687-1568\\r\\nKamyaa.baileyyy@gmail.com\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsilverlake.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccsilverlake.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 22:23:14','2026-02-05 22:23:14','9cd0e790-6347-4b1f-a7c4-48fbdedc6aec'),
(25145,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Walter Brown\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"wbrownjr7204@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"4434429050\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1303],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello! My name is Walter Brown, Im a senior at UMD College Park. Super interested in finding new ways to either speak to or just generally volunteer with older individuals. I find their experiences super valuable and would love to find new ways to give back. Im also a certified medical assistant, super amicable, and have a generally available schedule at this point so I would love to learn more. I look forward to hearing from you all soon!\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 22:49:04','2026-02-05 22:49:04','440a141e-2145-48c6-ac4b-8f8628e16f7e'),
(25150,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Dashauna ousley\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dashousley19@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7738175050\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25151],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am a CNA and looking to work.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-05 23:34:01','2026-02-05 23:34:01','b750b8e8-1f38-464e-a32c-e0c1fb2ac896'),
(25154,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ruth-Chammas  Saintvry\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ruthsaintvry07@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9739558200\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1051],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25155],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3204,3206,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to apply for an open position with Complete Care. I have a background in public health and experience working in healthcare and community based settings, where I support clients, coordinate care, and work closely with multidisciplinary teams.\\r\\n\\r\\nI hold a Master of Public Health and am comfortable with documentation, communication with providers and families, and maintaining consistency and follow through in fast paced environments. I take my responsibilities seriously and value professionalism, reliability, and respectful care.\\r\\n\\r\\nComplete Care’s focus on patient support and quality care aligns with the type of work I am committed to doing. I would appreciate the opportunity to contribute to your team and further discuss where my skills may be a good fit.\\r\\n\\r\\nThank you for your time and consideration.\\r\\n\\r\\nSincerely,\\r\\nRuth-Chammas Saintvry, MPH\\r\\n973-955-8200 Ruthsaintvry07@gmail.com\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cccedargrove.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cccedargrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 00:12:55','2026-02-06 00:12:55','22b8d7c0-8665-4325-b6b9-fae082d502fb'),
(25156,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robbin Morgan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Rojosch@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[981],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m trying to access information about my mother\'s progress, but no one answers the phone at the nurse\'s station.  I know it\'s a busy place with a lot of people, but she\'s my only mother.  Thank you for understanding.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 00:16:33','2026-02-06 00:16:33','94839083-4f01-439c-935b-2d1468b61d51'),
(25157,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jennifer Riedel\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jlriedel06@hotmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6084150828\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1395],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25158],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I feel like I would be a great addition to this place. I’ve had years of experience in nursing homes as well as on MedSurg and an ICU. I’ve been a nurse for nine years and I’m just looking for a place that I can work at and I enjoy working at and isn’t just a place that is all about money but more about caring about their residence and their staff members and I think I would be a great addition there. I’m hard-working I care for everyone and have empathy for anything and compassion and I think that’s one of my strength. I always want to make people happy and leave my workday feeling good and everything was done correctly and everyone can be in a better place. Please allow me to show you my capabilities. I will look forward to hearing from you.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccjeffersonmeadows.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccjeffersonmeadows.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 00:28:43','2026-02-06 00:28:43','27a590cc-559a-4458-9ad9-7b98b82c3607'),
(25159,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Helena Magallanes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"HelenaMagallanes@Professionalbusinessprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Professional Business Profile\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nHelena Magallanes\\r\\nProfessional Business Profile\\r\\nHelenaMagallanes@Professionalbusinessprofiles.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 00:29:58','2026-02-06 00:29:58','961b65f8-2b2e-40ca-adcc-79a9d8e4eebd'),
(25164,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Eva Devroy\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"evadevroy@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"973-275-7716\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1117],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Applying as a volunteer for the Tech Connect school club program to teach basic technology skills to residents.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 01:19:17','2026-02-06 01:19:17','ad163c76-ed1b-4ea4-a15e-c943518d62f4'),
(25165,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RAYMOND PIERCE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"raymondcssr@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1443],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\nWould you forward my email to your Life Enrichment Director, Recreation or Activities Director or Volunteer Director. Thank you Raymond Pierce.\\r\\n\\r\\nHello, I am Raymond Pierce, a Canadian Storyteller living in Toronto, Ontario. I am offering a Free Complimentary Storytelling Service by Email every week. My stories are all Family Friendly Humor suitable for everyone. In each email  I also  include one of my Personal Light Hearted Short Stories. All my emails are sent as BCC (Blind Carbon Copies) to protect your email address.\\r\\n\\r\\nSince 2016 I have been passionate about spreading Joy and Laughter with my Humorous stories that I call Morning Smiles. I do this because we live in a Tragic, Wounded World and we all could use a good laugh often.\\r\\n\\r\\nI am not offering to visit your nursing home but at age 81 I still do that in my local Community.\\r\\n\\r\\nSome Nursing Homes share my stories by having staff or Volunteers read them to their residents. Some print them to circulate or put them on bulletin boards. Some have a twice a week coffee clutch to share my stories and some have a Community NewsLetter and post some of my stories there.\\r\\n\\r\\nI am a member of Storytelling Toronto. You can see my picture and short bio by googling \\\"Storytelling Toronto Directory\\\"\\r\\n\\r\\nIf this would interest you or someone you know please email me at raymondcssr@gmail.com or Phone my Cell 647 588 3600\\r\\n\\r\\nThank You Happy New Year\\r\\nRaymond Pierce\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 01:21:36','2026-02-06 01:21:36','b2ba3ecc-6218-4da0-8620-60cb829a80fb'),
(25166,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"mailto:Volunteers@CompleteCareMgmt.comMaia Chayapruks\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"maiachayapruks21@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"12015517859\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1129],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I would love to volunteer and talk to the members of the nursing home. \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 01:42:21','2026-02-06 01:42:21','77589c15-6ff4-43d5-84d2-a37d8452820e'),
(25169,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RAYMOND PIERCE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"raymondcssr@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"onto, Ontario. I am offering a Free Complimentary Storytelling Service by Email every week. My stories are all Family Friendly Humor suitable for everyone. In each email  I also  include one of my Personal Light Hearted Short Stories. All my emails are sent as BCC (Blind Carbon Copies) to protect your email address.\\r\\n\\r\\nSince 2016 I have been passionate about spreading Joy and Laughter with my Humorous stories that I call Morning Smiles. I do this because we live in a Tragic, Wounded World and we all could use a good laugh often.\\r\\n\\r\\nI am not offering to visit your nursing home but at age 81 I still do that in my local Community.\\r\\n\\r\\nSome Nursing Homes share my stories by having staff or Volunteers read them to their residents. Some print them to circulate or put them on bulletin boards. Some have a twice a week coffee clutch to share my stories and some have a Community NewsLetter and post some of my stories there.\\r\\n\\r\\nI am a member of Storytelling Toronto. You can see my picture and short bio by googling \\\"Storytelling Toronto Directory\\\"\\r\\n\\r\\nIf this would interest you or someone you know please email me at raymondcssr@gmail.com or Phone my Cell 647 588 3600\\r\\n\\r\\nThank You Happy New Year\\r\\nRaymond Pierce\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 01:51:09','2026-02-06 01:51:09','920fafd7-d7d2-4ed7-97a4-bb05a60e8402'),
(25207,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Riedel\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jlriedel06@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jefferson’s Meadows complete care\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1395],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am interested in a RN role, if there was a supervisor role open, I would be open to that. I applied online but just wanted to give a message that I am interested in a Rn position and have had 9 years of experience, last 4 in skilled nursing homes and LTC. I would love to work at a place who cares for their employees as well as residents. Thank you for reading this and hope to hear from you soon! Thanks again!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccjeffersonmeadows.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccjeffersonmeadows.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 02:17:27','2026-02-06 02:17:27','3d6e1b41-c2ff-427a-9e9e-6e341e329147'),
(25291,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Hadia Zazai\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hadiazazai793@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17033000504\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1349],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I need job\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwheaton.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccwheaton.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 05:49:24','2026-02-06 05:49:24','2481aed8-d9c9-40b3-b1ca-d5e97c3a9f39'),
(25409,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alex Bridgman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alex@commercialcleanrsinc.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Commercial Cleanrs\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, this is Alex — I gave you a quick call earlier and left a voicemail. I also sent a short email about cleaning services for your company.\\r\\n\\r\\nI’m with a Company, a local commercial cleaning company, working with businesses in your area that want consistency and no babysitting.\\r\\n\\r\\nIf it’s helpful, I’m happy to put together a complimentary cleaning estimate or have a quick conversation to see if we’d be a good fit.\\r\\n\\r\\nAlex Bridgman\\r\\nSales representative\\r\\nStratus of Green Bay\\r\\nalex@commercialcleanrsinc.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 10:24:32','2026-02-06 10:24:32','cbd85b39-9bbe-4d9e-9ff8-acaa1f7768d2'),
(25478,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sameerah Buckner\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sameerahbuckner13@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8628887348\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"my resume isn’t uploading but i’ve worked at an warehouse in elizabeth called Brown Aviation \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 14:00:53','2026-02-06 14:00:53','0caf6162-7cff-4325-8010-866653872da4'),
(25485,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sherry Kaminskis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"slkamins@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1389],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Morning, I am reaching out because we are looking into facilities for my father and yours was one we would be interested in looking at.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccridgewood.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccridgewood.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 14:12:06','2026-02-06 14:12:06','f14a7e81-f5f2-402c-a064-72d309f84dc7'),
(25520,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Rebecca Kennedy\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"RKennedy@completecaremgmt.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"732-313-0880 x 732\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1041],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Good Morning,\\r\\nMy 17 year old daughter would like to volunteer at the wall facility.\\r\\nI can also reach out to her Girl Scout Troop leader to also organize an activity. I work at Complete Care in the Corp office. Thank you for your time.\\r\\nRebecca \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 15:09:18','2026-02-06 15:09:18','a47d9ea0-3cdf-47a8-ac83-dd04385c342d'),
(25522,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patricia Gagliardi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pjgagliardi6@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1023],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Morning, I believe this message is for Maisy. My son would like to distribute valentine cards made by pre-school children at Meadowflower Nursery School in Fair Haven to the patients and residents at Complete Care. He would like to also bring a little something to make them smile. We were thinking a flower or candy. Are there any parameters to follow? We would like to come on Friday 2/13, would that work for you? Thank you!!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 15:21:36','2026-02-06 15:21:36','392671cf-5677-4520-a7b8-2f6ae78ea52e'),
(25645,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jennifer Searcy\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mizzberry2010.js@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"13125866214\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Cna\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 18:49:28','2026-02-06 18:49:28','a5587d11-ac4d-42f2-96e4-741525d446fc'),
(25651,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Fatoumata Bintou Sinera\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"bintou.sinera12@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Complete Care,  \\r\\n\\r\\nI am Writing to express my strong interest in joining the Complete Care CNA training program. I am eager to earn my certification through your facility and transition into a full-time role as a certified Nursing Assistant upon completion.\\r\\n\\r\\nI\'m particularly interested in the Hyattsville location, as I am a local to the area and admire the care provided at the facility. However, I am also open to discussing opportunities at other nearby locations where There may be a need for dedicated staff. \\r\\n\\r\\nI am passionate about beginning my career in health care with complex care and would love to learn more about the next steps for enrollment and the application process.\\r\\n\\r\\nThank you for your time and providing this opportunity\\r\\n\\r\\nBest regards \\r\\nFatoumata Bintou Sinera\\r\\n240-413-9106\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 19:30:43','2026-02-06 19:30:43','6f7e3948-020e-479c-b605-8c2506001ef5'),
(25667,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Donna Ellis\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dmmiller41@outlook.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6083410306\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1395],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25668],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My resume is a little old but I can update when I talk to someone!!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccjeffersonmeadows.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccjeffersonmeadows.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 20:05:45','2026-02-06 20:05:45','fd18ce6e-d0f9-4dc7-8fce-76b5bd37590e'),
(25670,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Donna Ellis\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dmmiller41@outlook.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6083410306\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1395],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25671],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Not sure if it sent?\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccjeffersonmeadows.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccjeffersonmeadows.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 20:09:13','2026-02-06 20:09:13','1acb793b-0d8f-4c69-b3ce-822d6cc8210c'),
(25688,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"John W. Duncan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jduncan@ghcscw.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am the Provider Contracts Manager for Group Health Cooperative of South Central Wisconsin (GHC-SCW), and we are looking to contract with Complete Care for its WI locations. \\r\\n\\r\\nCan you connect me with someone who can help?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 20:31:49','2026-02-06 20:31:49','7f209c87-03a8-4af0-b664-dc39fe473b00'),
(25691,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kehinde Oduyemi\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"oduyemitemitope1@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+19293146096\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[25692],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Certified home health aide\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 21:35:08','2026-02-06 21:35:08','c24825d6-bebd-47e0-a057-29abb5dfe63e'),
(25718,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gabrielle Sileo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sileopetservices@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Sileo Pet Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1035],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nMy name is Gabrielle Sileo, and I am the Owner and Founder of Sileo Pet Services. We specialize in providing reliable, compassionate pet care with a strong focus on safety, consistency, and peace of mind. I am reaching out to explore a potential partnership with your senior living community that supports residents who have pets.\\r\\n\\r\\nFor many seniors, pets provide companionship, routine, and emotional comfort. However, mobility limitations, health changes, or safety concerns can make daily pet care more challenging over time. Our services are designed to support residents in maintaining their independence while ensuring their pets receive proper, gentle care.\\r\\n\\r\\nPartnering with a trusted pet care provider offers several benefits to your community. It helps reduce fall risks associated with residents managing leashes, stairs, or outdoor conditions. It limits the number of unknown individuals entering the property by offering a single, vetted, insured team. It also provides reassurance to families that their loved ones and their pets are being cared for responsibly.\\r\\n\\r\\nAll members of our team are background checked, fully insured, and trained to work respectfully within residential communities. We understand the importance of discretion, routine, and clear communication when supporting senior residents.\\r\\n\\r\\nWe also proudly offer senior discounts as part of our commitment to making quality pet care accessible. From an operational standpoint, we are happy to coordinate with your staff and follow any scheduling or access procedures your community has in place.\\r\\n\\r\\nI would welcome the opportunity to discuss how a partnership could enhance quality of life for your residents while supporting your community’s safety and care standards.\\r\\n\\r\\nThank you for your time and consideration. I look forward to connecting.\\r\\n\\r\\nWarm regards,\\r\\n\\r\\nGabrielle Sileo\\r\\nOwner and Founder\\r\\nSileo Pet Services\\r\\n(347) 635-5434\\r\\nsileopetservices@gmail.com\\r\\nwww.sileopetservices.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-06 22:58:12','2026-02-06 22:58:12','4a7677b8-93db-4335-8478-9a843bf1621d'),
(26047,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Maggie OMeara\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"remdog117@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1449],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, my father was a patient at Kimberly Hall in Windsor and I am collecting his medical records. Can you please direct me to a contact I can send my request. Thank you, Maggie\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-07 13:19:13','2026-02-07 13:19:13','40b2bac9-74c6-443a-8696-2e30cd598fd1'),
(26059,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gail Bostian\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"glb6165@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1383],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,  I have an uncle who currently lives in St Croix, USVI.  He was diagnosed with Alzheimer\'s in July 2025 and is in need on assistance and placement as soon as possible.  I would appreciate speaking with someone at your facility at your earliest convenience.  Thank you, Gail Bostian\\r\\nGLB6165@yahoo.com\\r\\n608-451-1160\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccnazareth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccnazareth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-07 13:54:41','2026-02-07 13:54:41','0c0fad3e-e070-464e-b148-cfd1a1cce95b'),
(26063,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Christine Botelho\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"botelho.christine.m@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1261],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I am looking for a rehabilitation facility for my father-in-law. I need him transferred from where he is now as soon as possible. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-07 14:09:34','2026-02-07 14:09:34','d6e6df21-f6dc-42b7-b113-3a4bb876976d'),
(26085,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Raquel Taylor Bond \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rtaylorbond1970@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1091],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We are looking for a nursing home to put my husband in. He\'s 63, he had a massive stroke in 2021. We are looking for some space in June 2026.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-07 17:07:02','2026-02-07 17:07:02','b7f80ffc-0a73-4223-b6c2-4554b99a9c06'),
(26104,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Withney  Norde\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nordewithney@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8484665593\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1011],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26105],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Thanks for your time! I’ve attached my resume and look forward to hearing from you.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccoceangrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccoceangrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-07 17:35:03','2026-02-07 17:35:03','2fa904b1-1252-4e9e-ab5c-2f1b5b52c254'),
(26127,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Clarissa Gonzalez \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"clarissagonzalez906@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2627527903\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1389],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26128],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am looking for part time or full time for dietary aide or receptionist, thank you \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-07 19:37:11','2026-02-07 19:37:11','1f8096f9-e556-4e41-a764-9cd705611aa9'),
(26129,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michele Giuliano\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mich.ele@verizon.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to tour your facility but first I would like to know if you accept Aetna Medicare?  Please let me knowas soon as possible\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-07 20:13:08','2026-02-07 20:13:08','b792045f-f024-431b-8f19-606bddc17aa1'),
(26135,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Ariana Miller\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"amaemiller3@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2625737477\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1371],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Looking for any opportunity 1x per week to help out by talking, playing games, or interacting with the community in any way to help! I am only available after 3:30 in the evenings however. Please reach out with any opportunities!\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-07 23:24:41','2026-02-07 23:24:41','df04d0e7-5044-4147-9991-fa7fc5f0fe6f'),
(26137,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Linda Mary Wilcox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lindamaryliotino@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[957],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"This is a huge complaint.  I am prepared to fight, Complete Care.  \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 00:00:28','2026-02-08 00:00:28','e1671bef-cfc2-4250-8f9e-461f0b1ef53f'),
(26138,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RAYMOND PIERCE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"raymondcssr@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1323],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\nWould you forward my email to your Life Enrichment Director, Recreation or Activities Director or Volunteer Director. Thank you Raymond Pierce.\\r\\n\\r\\nHello, I am Raymond Pierce, a Canadian Storyteller living in Toronto, Ontario. I am offering a Free Complimentary Storytelling Service by Email every week. My stories are all Family Friendly Humor suitable for everyone. In each email  I also  include one of my Personal Light Hearted Short Stories. All my emails are sent as BCC (Blind Carbon Copies) to protect your email address.\\r\\n\\r\\nSince 2016 I have been passionate about spreading Joy and Laughter with my Humorous stories that I call Morning Smiles. I do this because we live in a Tragic, Wounded World and we all could use a good laugh often.\\r\\n\\r\\nI am not offering to visit your nursing home but at age 81 I still do that in my local Community.\\r\\n\\r\\nSome Nursing Homes share my stories by having staff or Volunteers read them to their residents. Some print them to circulate or put them on bulletin boards. Some have a twice a week coffee clutch to share my stories and some have a Community NewsLetter and post some of my stories there.\\r\\n\\r\\nI am a member of Storytelling Toronto. You can see my picture and short bio by googling \\\"Storytelling Toronto Directory\\\"\\r\\n\\r\\nIf this would interest you or someone you know please email me at raymondcssr@gmail.com or Phone my Cell 647 588 3600\\r\\n\\r\\nThank You Happy New Year\\r\\nRaymond Pierce\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 00:11:14','2026-02-08 00:11:14','fcf9e2d3-a20b-4c73-b3b1-00ca4f8f9548'),
(26141,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RAYMOND PIERCE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"raymondcssr@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I am Raymond Pierce, a Canadian Storyteller living in Toronto, Ontario. I am offering a Free Complimentary Storytelling Service by Email every week. My stories are all Family Friendly Humor suitable for everyone. In each email  I also  include one of my Personal Light Hearted Short Stories. All my emails are sent as BCC (Blind Carbon Copies) to protect your email address.\\r\\n\\r\\nSince 2016 I have been passionate about spreading Joy and Laughter with my Humorous stories that I call Morning Smiles. I do this because we live in a Tragic, Wounded World and we all could use a good laugh often.\\r\\n\\r\\nI am not offering to visit your nursing home but at age 81 I still do that in my local Community.\\r\\n\\r\\nSome Nursing Homes share my stories by having staff or Volunteers read them to their residents. Some print them to circulate or put them on bulletin boards. Some have a twice a week coffee clutch to share my stories and some have a Community NewsLetter and post some of my stories there.\\r\\n\\r\\nI am a member of Storytelling Toronto. You can see my picture and short bio by googling \\\"Storytelling Toronto Directory\\\"\\r\\n\\r\\nIf this would interest you or someone you know please email me at raymondcssr@gmail.com or Phone my Cell 647 588 3600\\r\\n\\r\\nThank You Happy New Year\\r\\nRaymond Pierce\\r\\n\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 00:35:53','2026-02-08 00:35:53','602cb0b6-7bd4-4ffa-a598-06635b44d591'),
(26145,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Beatrice Walker \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"beatriceahmad@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Would like a tour \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 01:59:03','2026-02-08 01:59:03','df1cf078-ffdc-444c-a84f-f0aacceb140d'),
(26151,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nakyah terry\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nakyaht51@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4142332590\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hey I’m looking for a job and willing to start soon as possible \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 03:55:19','2026-02-08 03:55:19','38543f8e-21bd-43aa-8dc3-595281397da6'),
(26154,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kerryann Deshaies \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kkdeshaies2@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8608741304\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1455],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26155],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"To whom it may concern , I’m interested in your Friday nursing supervisor job seen on your website. Thank you for considering me. Sincerely, Kerryann Deshaies MSN/RN\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarekhs.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarekhs.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 04:32:32','2026-02-08 04:32:33','82234b16-6f34-46f9-be14-a7cbf6b72b5d'),
(26331,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Robert \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"robertfamilywv@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1283],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking for a nursing home care for my mother and assisted living for my father. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 14:13:55','2026-02-08 14:13:55','308b9648-68c7-409d-9fce-dd2a8b0eb120'),
(26337,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"AYSHA HYMAN\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hymanaysha@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4433869452\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1255],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26338,26339],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccannapolis.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccannapolis.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 15:11:49','2026-02-08 15:11:49','ddc72c30-454f-4235-9a24-63c3ffca8b77'),
(26400,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Karie Dahlen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kariedahlen@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Would like to discuss care options for my father with dementia and do a tour. He is currently in the hospital from being dehydrated and blood in stool. His dementia seems to progressing more since this week. 414-550-3050 \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 17:00:50','2026-02-08 17:00:50','caf36406-28a9-44ba-a56a-c2c3d494eb65'),
(26414,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kwalon\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"livelifekay498@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3122853397\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1477],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26415],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I hope to work with you guys to work for better things .\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmargatepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmargatepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 17:43:25','2026-02-08 17:43:25','9891f267-041b-440b-ad37-3e3cf6fb124e'),
(26418,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lachlan Peterson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lachpeterson@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am a pre med, re- PA, college student at the University of La Crosse and am seeking to obtain my CNA certification. I am looking for a paid, on the job CNA training program that would start in mid July and complete in August. I would be available post CNA certification for seasonal employment. I currently live in Muskego.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 17:53:19','2026-02-08 17:53:19','80c5f231-87e7-4c09-aad5-350a4ad52d68'),
(26420,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Darline wagnac\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"swtngell@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9082834037\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1143],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26421],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My name is Darline Wagnac. I am an RN. I am looking for a per diem position in subacute uni preferably 11-7 shift\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 18:15:18','2026-02-08 18:15:19','b2c98757-de2b-481a-a890-7251e0d60cd7'),
(26426,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lisa Sanfilippo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lmeier79@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Interested in assisted living for my mother\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 19:23:02','2026-02-08 19:23:02','62de7ef4-1208-472c-8d14-ce66c14b901e'),
(26428,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Crystal Tacy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"crystalmtacy@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon im looking to relocate my mom shes currently in autumn lake in Catonsville but its too far. She has dementia and needs long term care\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 20:03:57','2026-02-08 20:03:57','86cc370b-dabd-443f-a704-7635ebe33bc0'),
(26437,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Daniellis Jimenez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jimenezdaniellis@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4142433796\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1389],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26438],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi! I’m looking for art time or PRN \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 21:24:30','2026-02-08 21:24:30','f0d90adb-e330-4f30-95c6-18da0559e85d'),
(26443,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Uzziel Pepana\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"puzziel1982@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8482107968\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26444],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my interest in the Registered Nurse position at Complete Care in Brick, New Jersey. With a strong clinical background, a deep commitment to patient-centered care, and a passion for supporting residents in long-term and post-acute settings, I am confident in my ability to contribute positively to your team.\\r\\n\\r\\nAs a Registered Nurse, I have developed solid skills in comprehensive patient assessment, medication administration, care planning, and interdisciplinary collaboration. I am experienced in monitoring changes in patient conditions, responding promptly to clinical needs, and ensuring accurate documentation in compliance with regulatory standards. My approach to nursing is rooted in compassion, safety, and respect—prioritizing both the physical and emotional well-being of every patient under my care.\\r\\n\\r\\nI understand that Complete Care is dedicated to providing high-quality rehabilitation and long-term care services. I am particularly drawn to your facility’s commitment to teamwork and excellence in resident care. I thrive in fast-paced environments and work effectively with physicians, therapists, CNAs, and fellow nurses to ensure coordinated and efficient care delivery.\\r\\n\\r\\nIn addition to my clinical skills, I bring strong communication abilities, attention to detail, and a dependable work ethic. I am committed to continuous learning and maintaining best practices to provide the highest standard of nursing care.\\r\\n\\r\\nI would welcome the opportunity to further discuss how my experience and dedication align with the needs of Complete Care in Brick. Thank you for your time and consideration. I look forward to the opportunity to contribute to your team.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nUzziel Pepana\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-08 22:41:16','2026-02-08 22:41:16','2814a8e1-faa8-4bf4-9c9d-990e20ad666c'),
(26832,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Biasia ward\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dimmie31@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8628469974\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26833],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Housekeeping position full time \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 14:35:31','2026-02-09 14:35:31','779ece15-eb96-40a3-b0a8-ee60332bf8ab'),
(26885,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brie Parker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"brie.parker@cbrealty.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Coldwell Banker Augusta\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Morning, I\'m a real estate agent, and I co-chair the Happy Homes Projects for our office at Coldwell Banker Augusta.  I wanted to make a basket for Valentine\'s Day for the residents.  Could you let me know if Chapstick, large print puzzle books, maybe flavored tea bags, and hot chocolate might be a nice treat?  Would they enjoy anything else? \\r\\nThank you, Brie Parker\\r\\n201-396-8827  \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 15:46:10','2026-02-09 15:46:10','49bb4496-d315-4fd0-9faf-f85947ca447c'),
(26888,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Stephanie Beard\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"stephaniebeard207@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4145627362\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1413],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26889],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to apply for the Certified Nursing Assistant position at your complete care nursing home. I bring over 15 years of experience providing high-quality, compassionate care across a wide range of settings, including dementia and memory care, hospice, skilled nursing, rehabilitation, and home health. My background has equipped me to confidently support residents with complex medical, cognitive, and personal care needs.\\r\\n\\r\\nThroughout my career, I have provided full assistance with activities of daily living, including bathing, dressing, grooming, toileting, feeding, transfers, and mobility support. I am highly experienced in complete care, including repositioning, incontinence care, skin integrity monitoring, and supporting residents with limited mobility or advanced cognitive decline. I understand the importance of patience, consistency, and dignity, especially when caring for residents with dementia or at end of life.\\r\\n\\r\\nI am confident working in fast-paced environments and collaborating closely with nurses, therapists, and interdisciplinary care teams. I am attentive to changes in condition, proactive in reporting concerns, and committed to following individualized care plans, safety protocols, and infection control standards. My experience in skilled and rehab settings has strengthened my ability to support recovery goals while maintaining comfort and safety.\\r\\n\\r\\nWith 15 years in long-term and direct patient care, I bring strong clinical skills, reliability, and professionalism to every shift. I take pride in being dependable, calm under pressure, and a strong advocate for residents who rely on caregivers for both physical care and emotional support.\\r\\n\\r\\nI would welcome the opportunity to contribute my experience and dedication to your facility. Thank you for your time and consideration. I look forward to discussing how I can be a valuable asset to your care team.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgermantown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgermantown.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 15:54:26','2026-02-09 15:54:26','1a0db2af-bfa7-4729-941f-a88e0bd8ae84'),
(26893,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Matthew Butera \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hockeyplaya2005@comcast.net\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9082786106\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[981],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26894],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Open positions \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 16:41:06','2026-02-09 16:41:06','21bb9f28-3cf7-4a74-a7fa-5117b0554b4b'),
(26916,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Al Rossius\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"arossius14@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1209],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I\'d like to learn more about respite care services. Thank you!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 17:11:06','2026-02-09 17:11:06','8c8db9e5-23b6-4420-9cbd-60b0b635fcc8'),
(26955,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"TRAMAINE MCGRIFF\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tmaine777@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18607583667\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1455],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26956],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Applying for employment \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarekhs.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarekhs.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 18:32:07','2026-02-09 18:32:07','077966a1-1057-439a-9a68-effbaac76051'),
(26957,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sydnee Ransom\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sransom20@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19595297588\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1449],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26958],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarekhn.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarekhn.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 18:32:37','2026-02-09 18:32:37','f5448710-c784-4284-bc05-2345ede1a921'),
(26963,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kimber Faust\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kimberfaust06@hmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7324920621\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[981],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26964],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Kimber Faust \\r\\nTom’s River NJ\\r\\nFull Time Applicant\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccholidaycity.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccholidaycity.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 19:16:49','2026-02-09 19:16:49','5f0e4c2d-d9a9-4612-a24f-27fd85c8609b'),
(26972,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lucero Rodriguez\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Rodriguez.estr28@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I recently requested information for an admission for a family member, the clinic faxed all medical notes directly to your location. I want to know what\'s the next step to take? Please give me a call back at 4148921418 thank you 😊 \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@southpointecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 20:53:31','2026-02-09 20:53:31','8d2a88ac-3491-4b84-8ce8-7178ecbf83a1'),
(26975,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lourdes F\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lourdesfuent3s@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"n/a\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1197],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon! \\r\\n\\r\\nI hope this email finds you well. I am a graduate student in Speech-Language Pathology anticipating graduating in May 2026. I am reaching out to ask if you are open for a student shadow in the next few months? As I approach graduation, I am looking to gain additional experience in this setting in New Jersey and would truly appreciate any and all guidance or connections you are willing to share! \\r\\n\\r\\nBest, \\r\\nLourdes Fuentes \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 21:04:57','2026-02-09 21:04:57','715f18ba-0803-496b-a065-71e18efd135a'),
(26976,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Lourdes F\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"lourdesfuent3s@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6098500356\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1197],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am interested in volunteering opportunities! \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 21:05:54','2026-02-09 21:05:54','f4e45d51-ca99-4216-8078-052e6d1ab75f'),
(26978,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SHAUN FLAHERTY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shaun.m.flaherty@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking at Long Term Care for my mom\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 22:00:49','2026-02-09 22:00:49','a4556626-0531-446e-8494-6f5406e4e4ab'),
(26982,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"LATASHA MYATT\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lmyatt319@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"267-449-9203\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1209],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[26983],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"part-time LPN position 3-11 or 7-3 \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccharstonhall.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccharstonhall.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 22:34:33','2026-02-09 22:34:33','ca9d2b7d-dee3-49a8-9335-697113aa92bb'),
(27012,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Maria Vanegas\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"maria.vanegas@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I would like to request information regarding your admissions process, services, pricing and to confirm if you accept Medicaid applicants as well.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 23:44:31','2026-02-09 23:44:31','5966109a-bd45-4085-a3f0-7d4e8b210010'),
(27017,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Imani Pearson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"imanipearson8@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1349],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Imani Pearson , and I am enrolling as a Licensed Practical Nurse (LPN) student at Strayer University. I am reaching out because my program requires me to secure my own clinical preceptor for 400 hours in a healthcare setting.\\r\\n\\r\\n\\r\\nI am looking for a licensed nurse (RN or experienced LPN) who would be willing to precept me during this clinical experience. I am eager to learn and contribute, and I am able to complete hours on a schedule that works with your team (evenings/weekends if needed).\\r\\n\\r\\nIf you are not the right person to handle this request, could you please direct me to the Director of Nursing or Nurse Manager?\\r\\n\\r\\nThank you very much for your time and consideration. I would welcome the opportunity to discuss this further.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 23:56:43','2026-02-09 23:56:43','8e780a58-7730-4a0b-891b-5c422ebae81a'),
(27018,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joel Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"JC26gmen@outlook.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Yes, good evening... My beautiful fiancé and myself would like to speak w/someone from your office tomorrow. My # is, 732 269 0500. My roommate is Virginia.\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-09 23:59:26','2026-02-09 23:59:26','5dcdaa84-5499-4433-b459-8fe77c792173'),
(27019,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Charlena clayton\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"charlenaclayton1979@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6096760644\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27020],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi, I am looking for a part time receptionist or secretary position, I can work weekends and about 2 days her week any shift\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 00:03:47','2026-02-10 00:03:47','9b492df6-14e6-4e68-8427-7b8a59ef71a4'),
(27030,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Manuel Alejandro Garcia Perez \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"manuelsuscripciones53@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6082094569\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27031],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear CompleteCare Team,\\r\\nI am writing to express my interest in employment opportunities at your Maple Grove facility, particularly in the areas of Dietary / Food Services, Activities / Recreation, Maintenance / Cleaning, and Volunteer Opportunities, as indicated in my application.\\r\\nMy name is Manuel A. García Pérez. I hold a Bachelor’s Degree in Economics from the Universitat Oberta de Catalunya (UOC), and I bring solid experience in customer service and food preparation. I am currently employed as a Food Preparer at Chipotle in Madison, Wisconsin (since August 2025), where I prepare food with strict adherence to hygiene standards, deliver positive dining experiences to customers, and maintain high levels of cleanliness and organization. Previously, I held similar roles as a Kitchen Assistant at Rosapenna Hotel & Golf Resort in Ireland and as a Cashier at ZARA in Barcelona, which honed my abilities in teamwork, fast-paced environments, and detail-oriented service.\\r\\nIn addition, my volunteer experience with the Red Cross in Badalona, Spain (2020–2022) involved direct assistance to vulnerable individuals, including food distribution, emotional support, and collaboration in serving those facing hardship. This experience deepened my commitment to supporting others and inspired me to pursue roles in care settings such as those provided by CompleteCare.\\r\\nWith native proficiency in Spanish, intermediate English, strong digital competencies, and experience in multicultural environments, I am confident I can add value in food services, recreational activities, or maintenance tasks that require responsibility, organization, and empathy.\\r\\nI am enthusiastic about the opportunity to contribute to the exceptional care CompleteCare provides to its residents and would welcome the chance to discuss how my background aligns with your team’s needs.\\r\\nThank you for your time and consideration. I am available for any additional information you may require.\\r\\nSincerely,\\r\\nManuel A. García Pérez\\r\\nPhone: 6082094569\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 00:20:09','2026-02-10 00:20:09','1ec2f720-d01a-49a3-a87f-30872825c9f1'),
(27034,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Virginia Hiles\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"JC26gmen@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"N/A\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[951],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Please call me or Joel at (732)269-0500 room 314 on the 3rd floor thank you have a nice day\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 01:13:32','2026-02-10 01:13:32','91736407-559c-4078-8dfc-ab7a82142129'),
(27037,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Raymond Cruz\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"cruz545975@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8484489557\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[999],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27038],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Seeking Full Time\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmarcella.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmarcella.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 02:05:13','2026-02-10 02:05:13','f1fb6363-33a4-4d6f-af24-1dfc4df9510c'),
(27143,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Diana Castens \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dianacastens887@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326448313\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have 24 years of housekeeping experience.   Im looking for a full time position.   Thank you Diana Castens \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 04:03:55','2026-02-10 04:03:55','997e81f7-96c6-4adc-9efa-dbc89ec012e1'),
(27196,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Uche Innocent Chukwu\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"chukwuu3435@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4378797370\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1045],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27197],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\nI am writing to apply for the Personal Support Worker position with Bayshore HealthCare. I am a compassionate and reliable PSW with experience providing high-quality, client-centred care, and I am strongly aligned with Bayshore’s commitment to dignity, independence, and exceptional home care services.\\r\\nI have experience assisting clients with activities of daily living, including personal hygiene, mobility assistance, toileting, continence care, meal support, and light household tasks, while following individualized care plans. I provide care with respect, patience, and professionalism, ensuring each client feels safe, supported, and valued in their own home.\\r\\nI am confident working independently in community settings and understand the importance of time management, clear communication, and adaptability. I consistently follow infection prevention protocols, respect client privacy and confidentiality, and accurately document care and observations as required.\\r\\nWhat sets me apart is my strong work ethic, dependability, and genuine passion for supporting clients to maintain their quality of life and independence. I take pride in building trusting relationships with clients and families, and I am flexible, punctual, and committed to providing compassionate care that reflects Bayshore’s values.\\r\\nI would welcome the opportunity to contribute my skills and dedication to Bayshore HealthCare. Thank you for your time and consideration. I look forward to the opportunity to further discuss how I can support your clients and care team.\\r\\nSincerely,\\r\\nUche Innocent Chukwu\\r\\nPersonal Support Worker\\r\\n4378797370 \\r\\nChukwuu3435@yahoo.com\\r\\n\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbayshore.com/careers/?utm_source=chatgpt.com\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccbayshore.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 05:31:46','2026-02-10 05:31:46','d1245e33-101e-442f-85fc-dd259f5fb58a'),
(27230,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tatiana long\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Tatianajamiee@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7739985521\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27231],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204,3198,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"TL résumé\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 07:15:36','2026-02-10 07:15:36','68f5a1a1-853e-4af8-bf8a-46a6e4046740'),
(27234,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kate Waxman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Kate.waxman@theprofessionalpage.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"The Professional Page\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nKate Waxman\\r\\nThe Professional Page\\r\\nKate.waxman@theprofessionalpage.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 07:41:16','2026-02-10 07:41:16','232bbaef-3a4a-466b-bebc-7d4710486f68'),
(27236,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kate Waxman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Kate.waxman@theprofessionalpage.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"The Professional Page\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nKate Waxman\\r\\nThe Professional Page\\r\\nKate.waxman@theprofessionalpage.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 07:50:11','2026-02-10 07:50:11','29a1f5e0-22bf-45ea-b5e6-1f3f36f4d3a8'),
(27238,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kate Waxman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Kate.waxman@theprofessionalpage.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"The Professional Page\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1185],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nKate Waxman\\r\\nThe Professional Page\\r\\nKate.waxman@theprofessionalpage.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 07:55:42','2026-02-10 07:55:42','654bc185-370f-477f-8796-1018a53a560a'),
(27362,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tania Thomas\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tania.thomas05@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Morning. I tried to apply for the Activities Assistant job listing in Silver Spring, but it doesn\'t take me to the application after I verify my email. Is there any other way to access the application? \\r\\n\\r\\nThank you for your time, \\r\\nTania\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 12:13:26','2026-02-10 12:13:26','491931db-d105-4a47-97e3-d6189bcadde8'),
(27443,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Hannah Newcomb\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hnewcomb7@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"302-597-8245\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1261],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27444],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208,3204,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Open to all business office\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbrackenville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccbrackenville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 16:07:26','2026-02-10 16:07:26','1aff5eb6-29f3-47f3-ba5a-de6ce4e5892c'),
(27448,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Thomas Hendrickson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tchbjh23@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1045],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"What is the name of the chief dietician at Bayshore and what is their email address to contact them.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 16:31:38','2026-02-10 16:31:38','b9a5d3ef-c1db-44a2-84e4-5be2681b773f'),
(27465,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joyce Garza\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joyceegarza@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,  I am the manager for a singer based out of Lyndhurst, NJ.  I am wondering if any of your facilities within the commutable distance of Lyndhurst schedule paid entertainment for their residences.  If so, could I get the email or phone number for staff member(s) that I may contact for further information?  Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 16:55:21','2026-02-10 16:55:21','707134ec-4f10-476e-bd8a-db21e8b5b509'),
(27513,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlene Garcia \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"charlene.peterson9@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon,\\r\\n\\r\\nMy name is Charlene Garcia and I would like to speak with someone regarding long term care options for my father. He has the onset of dementia and I am looking for a long term care facility for him. Please contact me at your earliest convenience. My cell phone number is 973 271 0533.\\r\\n\\r\\nThank you and I hope to hear from you soon \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 17:52:30','2026-02-10 17:52:30','534cf399-d1c5-4640-a560-ea146cd52d9c'),
(27533,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"latoya jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"latoya.jones@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I applied for the Social Services Regional Director position and would like to discuss details. I can be reached at the email address above or 859-351-6134.\\r\\n\\r\\nLatoya \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 18:56:15','2026-02-10 18:56:15','73612b98-8123-4451-872f-a99e8d6636ed'),
(27537,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lillian\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lillianneubel@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7086068955\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27538],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am writing to express my interest in the Nursing Staffing Coordinator position at Complete Care at Boulevard. As a Chicagoan through and through, I am especially drawn to an organization that is deeply rooted in the community and committed to compassionate, high-quality care.\\r\\nI bring over four years of hands-on caregiving experience along with my current CNA certification and direct experience working in a nursing home setting. Throughout my career, I have developed a strong understanding of the importance of proper staffing, teamwork, and clear communication in ensuring residents receive safe, consistent, and dignified care. I am highly compassionate and empathetic, and I pride myself on providing excellent customer service to residents, families, and staff alike.\\r\\nIn addition to my clinical background, I hold a bachelor’s degree in technology, which has made me highly proficient with computers and scheduling systems. I am organized, detail-oriented, and skilled in time management—qualities that are essential when creating and maintaining staff schedules, tracking attendance, and responding quickly to staffing shortages. I am comfortable working independently while also collaborating closely with HR, department heads, and leadership to support smooth daily operations.\\r\\nWhat excites me most about this role is the opportunity to support both residents and staff behind the scenes by ensuring proper coverage, clear communication, and efficient scheduling. I am eager to continue learning, adapt to evolving responsibilities, and contribute positively to employee retention and overall facility success.\\r\\nI would welcome the opportunity to bring my healthcare experience, technical skills, and genuine dedication to Complete Care at Boulevard. Thank you for your time and consideration—I look forward to the possibility of contributing to your team.\\r\\nWarm regards,\\r\\nLillian\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 19:53:06','2026-02-10 19:53:06','ebc4d086-d707-48c9-98f3-52480dccf78b'),
(27542,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ivonne cordero\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ivoncord8@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9733561748\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1215],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27543],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dietary/food service \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccinglemoor.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccinglemoor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 20:52:32','2026-02-10 20:52:32','36436ed3-8bff-4e8e-a0f3-d853e88d2562'),
(27545,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sunny Lee\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sunnylee1919@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9208898286\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2720],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27546],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my interest in the Nurse Tech position at your nursing home. I am passionate about providing compassionate, patient-centered care and supporting residents with dignity, safety, and respect.\\r\\n\\r\\nI am eager to contribute my clinical skills, strong work ethic, and teamwork mindset to your care team while continuing to learn and grow in a long-term care environment. I would welcome the opportunity to support both residents and nursing staff in delivering high-quality care.\\r\\n\\r\\nThank you for your time and consideration. I look forward to the opportunity to discuss how I can be a positive addition to your team.\\r\\n\\r\\nSincerely,\\r\\nSunny Lee\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cccareage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cccareage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 21:01:45','2026-02-10 21:01:45','edd23bed-48f7-4eea-8c95-c223d9a66ede'),
(27547,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ryesha Tucker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"treed2403periot@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Complete Care - Margate Park\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1477],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Something happened here with the social work director she came in my room really awkwardly telling me I need to get a cna name she said that’s my right to get it but yea I was confused at why she was even telling me that there’s nothing she can do without a cna name. So yep. I just told her I guess I’ll call myself trying to get the name but I don’t I’m not even too sure. I’m not even too sure what she wanted. She say she came to talk about the grievances I had wrote I’m not too sure What even happened but it was awkward . \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmargatepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 21:04:05','2026-02-10 21:04:05','2f0e7543-540d-4c82-90a0-a833f93cdb49'),
(27548,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Loreidy Taveras\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"lorivertt@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3322761812\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1237],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi, I am a senior nursing student from Felician University. I am very interested in volunteering at your center.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 21:45:20','2026-02-10 21:45:20','a53c9759-f84c-41a3-9917-4e791a6c353a'),
(27549,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Loreidy Taveras\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"lorivertt@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3322761812\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1243],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi, I am a senior nursing student at Felician University. I would love to take a day to volunteer at your facility.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 21:47:34','2026-02-10 21:47:34','ee1e48a9-cd70-4169-9dca-51bf65b74021'),
(27551,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Pam rossa\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Pam.rossa@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I was wondering if I could have a tour of your facility, possibly this Thursday or Friday?  I would like to relocate my mom.   She is currently a resident of a nursing home in Wausau, but we want to bring her closer to us.   \\r\\nThank you, Pam\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmaplegrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmaplegrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 22:46:36','2026-02-10 22:46:36','ef5204d1-1787-458a-b88c-831731d33928'),
(27555,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Majing Mohj\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cyruslikesmadrid@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1073],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"How do I live here?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholmdel.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholmdel.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-10 23:31:00','2026-02-10 23:31:00','eacc016a-5caf-463d-9a05-0169cd2ed935'),
(27558,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1191],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nHi,\\r\\n\\r\\nI am local and provide service in Paterson. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 00:40:59','2026-02-11 00:40:59','6ce1fa97-2c88-4891-bd2b-ae656ac71dc8'),
(27665,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"KRUNAL BHATT\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kb.rehab@aol.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7247620197\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27666],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Resume Submission – Dr. Krunal Bhatt, PT, DPT, MS, RAC-CT, RAC-CTA\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 04:34:39','2026-02-11 04:34:39','144db283-e250-4eef-a4c4-70882f4615ec'),
(27692,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tricia Miller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"triciamiller.mkt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1269],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nI would like to share a few suggestions for your website—at no cost and with no obligation. Just an opportunity to review how we can help improve your website’s lead generation, strengthen organic traffic, and enhance overall online visibility.\\r\\n\\r\\nWould you be interested.?\\r\\nThank you,\\r\\nTricia Miller\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 06:53:55','2026-02-11 06:53:55','2bab6f95-2550-4638-94d7-f91474713bda'),
(27752,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Talisha Goode\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tyej1990@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6675153955\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27753],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Clinically trained and highly reliable Nursing Support Professional with extensive experience in acute care,\\r\\nlong-term care, assisted living, and correctional medical environments. Demonstrates advanced\\r\\ncompetency in patient assessment support, high-acuity monitoring, vital signs interpretation, clinical\\r\\ndocumentation, infection prevention procedures, and execution of clinical care plans. Proven ability to\\r\\nsupport RNs, LPNs, and physicians through precise clinical assistance, strong communication, and\\r\\nexceptional patient-centered care. Committed to maintaining safety, dignity, and optimal outcomes for\\r\\ndiverse patient populations.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 12:14:20','2026-02-11 12:14:20','d372b08f-bf98-4407-8933-0fee7397c8ef'),
(27754,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kate Waxman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Kate.waxman@theprofessionalpage.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"The Professional Page\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\r\\n\\r\\nIf you are interested in getting more information just respond back to this email.\\r\\n\\r\\nThanks,\\r\\n\\r\\nKate Waxman\\r\\nThe Professional Page\\r\\nKate.waxman@theprofessionalpage.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"CFleming@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 12:14:39','2026-02-11 12:14:39','32c02ea4-f3f0-45af-8bef-2ea10bf47160'),
(27823,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Clayton Cole\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"claytoncole122304@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19739197817\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1165],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3204,3198,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Application for cna\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebarnhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarebarnhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 14:01:03','2026-02-11 14:01:03','4defd504-4840-48a1-a41f-798f4fec1ee0'),
(27840,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Renee Howard \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"howardrenee5299@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4846266138\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1219],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27841],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"CNA looking for a prn position 11 to and 7 to 3 position \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclehigh.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cclehigh.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 14:32:13','2026-02-11 14:32:13','d25bb97f-dbfa-42b5-9259-823cfa41eb2b'),
(27885,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gregory vanmyers\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gregvanmyers29@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Maintance \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1073],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi my name is Gregory Vanmyers I\'m interested in the maintance director position im currently maintance in another nursing home facility!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 16:08:30','2026-02-11 16:08:30','4dd87e2e-3059-4346-b719-682045c01452'),
(27887,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael J Myers\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yeohann@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1289],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Complete Care representative. My little brother (age 60) is being treated for cancer at Johns Hopkins. He is currently on immunotherapy and will have to go to the hospital periodically for his condition at Bayview medical center. Hopkins is trying to get him in Autumn care at Homewood but this presents a challenge for me to get him and transport him from Homewood to Bayview because I cannot drive at night, I am on chemo myself. What I am asking is would you possibly have an opening at your German Hill location? I believe my brother has Medicaid or some state insurance. It would be an answer to our prayers to get him in Heritage. Thank you for your time. With Sincerity, Michael J Myers. BTW his name is Joseph Czawlytko and he is at the Weinberg Cancer center downtown.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 16:21:06','2026-02-11 16:21:06','7cf34d7f-7185-4786-9e75-d1083e61cdfd'),
(27888,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Glenn A Curry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"glennsbrain@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for rehab for temp bed ridden ovarian cancer patient in Froedrert Pavilion. Likely release this week?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 16:25:36','2026-02-11 16:25:36','cdabf09e-07ed-44b1-9627-7608a647d405'),
(27889,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tayana Woodley\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tayanawoodley21@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+14142420305\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27890],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Currently at Saint Johns on the Lake . Going on 3 years in July . \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 16:34:23','2026-02-11 16:34:26','319a965c-6b88-4846-94fa-6f0cd9a8a3bf'),
(27892,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"jason richardson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wvboy1174@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, my mother is suffering from dementia and getting worse unfortunately and i need to start looking at full time care for her..I have so many questions and no clue where to start..lol..Let me know if your facilty deals with dementia patients and i guess we go from there. thank you \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccdawnview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccdawnview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 16:36:23','2026-02-11 16:36:23','2b2ec1a5-cfa9-4740-a9f1-f63347718670'),
(27893,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Genevieve Duvall\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"genevievedouglass@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Genevieve Duvall\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I was curious if we could bring cards or drop off homemade valentine\'s day cards and maybe something else your families may need that would be holiday relevant? Thanks!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 16:50:38','2026-02-11 16:50:38','001f803d-b618-4a4d-8c4d-7fabea07094a'),
(27906,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"adeola oluwabusi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"deola74@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear [Administrator/Director of Nursing],\\r\\nMy name is Adeola Oluwabusi, and I am a Doctor of Nursing Practice (DNP) student with an interest in quality improvement and patient safety. I am writing to inquire whether your facility could benefit from support for evidence-based quality improvement initiatives, particularly those focused on reducing resident falls.\\r\\nFalls remain a significant challenge in nursing homes and are associated with increased morbidity, reduced quality of life, and increased healthcare costs. Evidence-informed interventions, including structured staff engagement and targeted fall-prevention education, have demonstrated improvement in safety outcomes when implemented systematically.\\r\\nAs part of my doctoral training, I am seeking an opportunity to collaborate with facility leadership on a time-limited quality improvement project lasting approximately 6 weeks. During this period, I would work with staff to assess current practices, implement evidence-based strategies, and evaluate outcomes using existing facility data (No patient identification will be collected). The project is designed to support organizational goals without disrupting routine operations.\\r\\nIf your facility has quality improvement priorities beyond fall prevention, I would welcome the opportunity to tailor the project focus to better align with your current needs.\\r\\nI would be grateful for the opportunity to discuss whether this quality improvement support aligns with your strategic goals. Thank you for your time and consideration. I look forward to the possibility of partnering to enhance resident safety and quality of care.\\r\\nSincerely,\\r\\nAdeola Oluwabusi, MSN, CRNP, PMHP-BC\\r\\ndeola74@yahoo.com\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 17:38:15','2026-02-11 17:38:15','fe6411c3-00da-46f9-8e16-efc8ddf912a0'),
(27907,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Cor’rae \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"CorraeMitchell18@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4145016635\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[27908],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 17:49:42','2026-02-11 17:49:43','693db9ad-f141-498f-98b9-4027bfbfb27a'),
(27910,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Roth\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rothcoplay@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Reaching out to you you on behalf of my brother  Frank Roth  wife THERESA Roth passed on 01/24/2026 was told by Bracha  checks amounts $1474.00 & $1,502.00 sitting at home do you any idle when they will be sent reached out to Mark Frailey no response Thank You Michael Roth\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 18:07:29','2026-02-11 18:07:29','1d68a862-ed09-426d-8422-1fc7ff4ab0fe'),
(27912,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Ruspantine\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jruspantine@co.burlington.nj.us\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Burlington County Prosecutor\'s Office\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon! Can you please confirm whether or not Mr. Michael Latko checked into your rehab at any point in 2025 or 2026? If you have any questions, please do not hesitate to contact me. \\r\\n \\r\\nJen Ruspantine\\r\\nSpecial Victims Unit/Megan’s Law\\r\\nBurlington County Prosecutor\'s Office\\r\\n609-265-5879\\r\\njruspantine@co.burlington.nj.us\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 19:01:23','2026-02-11 19:01:23','0f08782a-52fe-455f-b3e9-7611cd28fcf3'),
(27913,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Antonio \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"antonio.paone@hmhn.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"HMH\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1079],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Can you call me at 732 599 5545\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 19:03:17','2026-02-11 19:03:17','53724c18-ce7a-4547-92a8-902c86ff44ae'),
(27915,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bekah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rebekah.brokl@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1383],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello! I\'m interested in finding out what your shift hours are for PM and Night shift. Thank you, Bekah\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 19:05:27','2026-02-11 19:05:27','d5beb6ac-f21c-40c5-b719-6eac369fc0b6'),
(27924,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hattie Johnson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hjohnson@hildebrandlawfirm.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1359],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! I am messaging to find out if there are any openings at your facility for a new resident who would need skilled nursing. The sooner we could move her in the better. I look forward to hearing back from you, thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccglendalewest.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccglendalewest.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 19:36:30','2026-02-11 19:36:30','29de004d-9d7c-4e00-8e9e-39f79e47ea1a'),
(27932,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jay Kheriwal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Jaykheriwal@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1237],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nI hope this message finds you well.\\r\\n\\r\\nI’m reaching out regarding support for reducing aging insurance AR, specifically accounts over 90 days that may not be receiving ongoing follow-up.\\r\\n\\r\\nI work on a success-fee basis and focus only on older denials without disrupting internal billing processes.\\r\\n\\r\\nIf appropriate, I’d appreciate being connected with the Business Office Manager to explore whether this could be helpful.\\r\\n\\r\\nBest regards,\\r\\nJay\\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 19:42:15','2026-02-11 19:42:15','5488da83-c9a3-4479-8390-8790b79b5cf5'),
(27934,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Crystal Riley\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clrpmt16@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am currently looking for a part time/PRN RN position. I was employed there a few years ago and put on the non rehire list. The DON at the time knew my situation and I even resigned the proper way. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 19:55:35','2026-02-11 19:55:35','efc81cc8-9414-47d8-b875-f4f0fe6669c1'),
(27987,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Management\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing- please ignore\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 21:07:12','2026-02-11 21:07:12','d02a0cf8-d3b6-4184-932d-ccef91506017'),
(27993,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Management\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing again - please ignore!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 21:14:26','2026-02-11 21:14:26','65139641-3785-4d21-8c5a-e2621f0110f3'),
(27995,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Stephania phadael\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"stephaniaphadael@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8482453937\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[995],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi my name is Stephania Phadaël \\r\\nYou can text me or call me I’m available for this position please text me \\r\\nGod bless you🙏\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclaurelton.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cclaurelton.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 21:46:16','2026-02-11 21:46:16','87d52caf-f439-4853-9963-38bba8fd2462'),
(28000,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Paula Raupp\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"praupp@hotmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6084734680\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1395],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28001],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3204],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I tried applying for the receptionist job on Ziprecruiter, but it kept giving me an error. So, I came to your website to apply.  Thank you for your time.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccjeffersonmeadows.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccjeffersonmeadows.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-11 23:05:31','2026-02-11 23:05:31','5f97e50c-503e-4f42-af04-6aece3450c61'),
(28008,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Abimbola Adewumi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@lifeandlightcare.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Life and Light Healthcare Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1315],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I see the number of opened positions you need to be filled. We are offering staffing solutions to you at a good rate. Reach out to us for a time to discuss. (443) 854-3059\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 00:33:47','2026-02-12 00:33:47','6c3ed207-95e6-463f-8c12-08e1cdab7a43'),
(28103,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Christian Catala\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ccatala0525@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7329373355\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1067],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28104],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3194,3204,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 03:19:13','2026-02-12 03:19:13','3c32be26-8ad6-4f3b-94c7-e39e99fc17da'),
(28113,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nur Monteiro-Wiesner\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nurmonteirowiesner@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6082841016\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28114],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3208,3198,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m not sure if you have an age limit, but I\'m almost 16 and very responsible. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 04:36:00','2026-02-12 04:36:00','af7ddb17-3e8b-4c2f-88d7-f9716e8712bd'),
(28122,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Julieth Jimenez \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"juliethjimenez091727@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8624070586\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28123],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am applying for the Housekeeping position at [Company Name]. I have experience maintaining clean and organized rooms and common areas, managing supplies, and ensuring comfort and safety for residents and staff. I am responsible, detail-oriented, and committed to excellence in service\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 06:00:46','2026-02-12 06:00:47','8d72f2de-275d-4c13-b881-d1327c10729d'),
(28166,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tatyanna Wrencher\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"shawtatyanna@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147372805\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28167],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 09:27:28','2026-02-12 09:27:28','63200001-a9c6-4978-81d0-99174cc80573'),
(28183,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lamonte Haywood\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"montehaywood@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1473],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am interested in applying for the housekeeping position\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 13:34:02','2026-02-12 13:34:02','d45afb89-8c7b-46ba-9609-296f4defe4c9'),
(28189,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rachel\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rachel.sutter@rwjbh.org\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"What is the HR email to send CN9 forms to?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 14:24:07','2026-02-12 14:24:07','383876f1-b20c-4a8d-9d72-34f39b1e4e92'),
(28191,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Rhonie Barnes\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"rhonienikol@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4143089947\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1371],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28192],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My Name is Rhonie Barnes, I’m currently looking for a LPN PM shift position full time. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckensington.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cckensington.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 15:18:44','2026-02-12 15:18:44','b456ded8-2ff4-4055-93d4-06aeb5ed14d0'),
(28195,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hikerjoy@att.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m exploring nursing homes for my mom and would like to  have a tour and ask some questions. What are the next steps?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 16:05:49','2026-02-12 16:05:49','384346e6-e506-40a2-8458-9a6442ebe3a7'),
(28196,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Renee Howard\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"howardrenee5299@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4846266138\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1219],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28197],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My name Renee Howard I have been an CNA for 23 years I have experience in long term skills, rehab,  dementia, I\'m looking for prn cna position for overnight as well as 7 to3 and I can also come in early 7 to 11 or 7pm to 7am occasionally thank you \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclehigh.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cclehigh.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 16:20:26','2026-02-12 16:20:26','1e98a5f5-9d99-4af3-9ac1-7acd289a4bc7'),
(28229,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Michael Campbell\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"boblafresco@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4845457294\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1231],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28230],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am looking to get into CNA training before the month of May, so when I get into LPN school I have my CNA as well.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccphillipsburg.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccphillipsburg.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 17:08:13','2026-02-12 17:08:13','9dc192a3-ffc6-45f7-9ee6-3e0efc58353b'),
(28236,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melody Lugo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"melody.m.lugo@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1237],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello\\r\\nMy mother is currently a patient at the Prospect Heights location.  Her insurance company is asking for a Physician Statement to be filled out for her short term disability claim.  The doctor at Hackensack Hospital said this should be filled out by the rehab facility.  Could you please provide me with an email address and contact information of a person that can fill this out for us.  Thank you!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 17:11:40','2026-02-12 17:11:40','7dc80f69-0cc4-4bf7-8a4d-61799d2c38c0'),
(28239,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Meghan Kelton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mekelto2000@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1225],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Interested in your nursing home\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 17:17:53','2026-02-12 17:17:53','1eff8b45-53b5-4a43-8823-59b1cd4d0ce8'),
(28249,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Cameto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sarah@fakereviewdetectors.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"fakereviewdetectors\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We found a suspicious Google review from Mary Jones\\r\\n\\r\\nGatherUp has a proven track record of removing fake and policy-breaking reviews. We’ll challenge this one with Google and stand behind the result with a 60-day 100% satisfaction guarantee. Trusted by 18,000+ businesses.\\r\\n\\r\\nBook here: https://gatherup.chilipiper.com/shared/sarah-cameto/review-defense-meeting\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 18:13:01','2026-02-12 18:13:01','de79e254-cfd1-4409-83ff-228cad7a3106'),
(28250,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Cameto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sarah@fakereviewdetectors.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"fakereviewdetectors\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We found a suspicious Google review from Evelina Plewa\\r\\n\\r\\nGatherUp has a proven track record of removing fake and policy-breaking reviews. We’ll challenge this one with Google and stand behind the result with a 60-day 100% satisfaction guarantee. Trusted by 18,000+ businesses.\\r\\n\\r\\nBook here: https://gatherup.chilipiper.com/shared/sarah-cameto/review-defense-meeting\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 18:13:14','2026-02-12 18:13:14','aa0c459a-954a-4262-b17c-9c75a4630a91'),
(28251,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Raymond J Tramont\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rjtramont5@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1431],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I need your visitation policies. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 18:17:21','2026-02-12 18:17:21','07637ecc-430d-42a1-93cc-a606ab74be5e'),
(28310,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Frink\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michaelfrink@rocketmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Do you require any private pay before you can let Medicaid /? Community care kick in?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@southpointecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 19:02:12','2026-02-12 19:02:12','a4f9661d-ef98-4328-90fd-492d037853b2'),
(28312,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mrs Joan Sanders \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tonijoan47@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1045],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Administrator,\\r\\n\\r\\nI am writing to formally express my concern regarding the conduct of the Nurse named Diane toward my mother at Complete Care Bayshore.\\r\\n\\r\\nMy mother is currently a resident at your facility, and it is deeply upsetting to learn that she has been treated in an unpleasant and unprofessional manner. During what is already a vulnerable time for her, she deserves to be treated with patience, dignity, and compassion. Unfortunately, her recent experiences with a Nurse named Diane have not reflected those standards.\\r\\n\\r\\nHealthcare professionals play a critical role not only in providing medical care but also in ensuring residents feel safe, respected, and supported. Any behavior that makes a resident feel uncomfortable or disrespected is concerning and unacceptable.\\r\\n\\r\\nI respectfully request that this matter be looked into promptly and that appropriate steps be taken to ensure my mother receives the respectful care she deserves.\\r\\n\\r\\nThank you for your immediate attention to this matter.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 19:18:23','2026-02-12 19:18:23','68ca02ed-f66e-4d5e-ab32-46c49805f530'),
(28314,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Donna Williams-Mathurin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dwilliams4868@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1237],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Greetings, I am typing with fingers crossed in hopes that I am able to reach someone in the management group or Team. I am writing to express sincerest concerns regarding my father, Lester Williams. I live in Florida and unfortunately, it\'s often difficult to understand all of the complexities and challenges associated with his care. Rest assured that I am expressing gratitude and at the same time voicing trepidations. I would like to reiterate that my concerns are based on what my father communicated about the treatment, care, and most importantly irregularities in his exchanges with the care team. For this reason, I would like for my father alongside his care team and myself to get a better understanding of the scornful behavior he uttered as such should be addressed respectfully in a team meeting. Please let me know if this is possible. I can be reached at 904-520-0936 or via email, dwilliams4868@icloud.com \\r\\nI look forward to your consideration and response. \\r\\n\\r\\nThank You \\r\\n\\r\\nDr. Donna Elizabeth Williams-Mathurin \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 19:23:56','2026-02-12 19:23:56','d95f66bc-97ba-447c-97ee-d821f868f896'),
(28319,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sonia Lewis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sonia@truesparklecleaner.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TrueSparkle Cleaner\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\nI am local and provide service in North Bergen for others in the community. I was hoping I could come by and offer a complimentary cleaning bid? I can also do so over email.\\r\\n\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n\\r\\nSonia Lewis\\r\\nBusiness Development Rep\\r\\nTrueSparckle Cleaner\\r\\nsonia@truesparklecleaner.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 20:08:52','2026-02-12 20:08:52','9ebefc80-be47-4c8f-9d86-06437dbbb413'),
(28320,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cheryl Powell\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cherylpowell612@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1431],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Is there an email address where I can send my concerns regarding my father\'s recent time at the Groton Regency.  I don\'t want to talk on the phone but would rather forward my written concerns to someone who might take them to heart, so current and future patients are propery cared for.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 20:22:48','2026-02-12 20:22:48','f2b47fe9-e5d5-4a0b-b5ad-52aeaf9d2d6a'),
(28336,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Chadwayne A Richards\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"chadwaynerichards1995@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18482368064\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1045],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28337],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\n\\r\\nI am writing to express my interest in joining your team at Complete Care Bayshore Nursing Home Facility. I have hands-on experience working in a healthcare environment and I take pride in providing compassionate, respectful care to residents. Supporting individuals with their daily needs, ensuring their comfort, and treating them with dignity is something I am truly passionate about.\\r\\n\\r\\nI am dependable, a quick learner, and I work well with both residents and staff. I understand the importance of patience, teamwork, and maintaining a safe and clean environment. My goal is always to make residents feel valued, heard, and cared for like family.\\r\\n\\r\\nI would appreciate the opportunity to bring my strong work ethic and caring attitude to your facility. Thank you for your time and consideration. I look forward to the possibility of contributing to your team.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nChadwayne A. Richards\\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbayshore.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccbayshore.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 21:04:27','2026-02-12 21:04:27','36473ad4-fc55-4ea3-a91f-7e3e1e77bb26'),
(28349,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sharon jackson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sharonjackson602@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1473],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My brother  Kenneth Jack d on was transfered from Ridgewood care facility located in Racine Wisconsin on 11 Feb 2926. Please email me your location, information . Thank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/completecareblvd/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-12 22:29:42','2026-02-12 22:29:42','6d96c763-9c9b-49e8-b0ed-82c228f53e5d'),
(28371,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Anaya Lanay Diamond\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lynnea82@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14437625721\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28372],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\r\\nI am writing to express my interest in the position available at your organization, as advertised.\\r\\nWith my background in providing one-on-one tutoring and childcare, as well as my clerical\\r\\nexperience, I am confident in my ability to contribute positively to your team and support the\\r\\ngrowth and success of your programs.\\r\\nAs a current Camp Counselor at Amya\'s Angels Learning Academy, I have developed strong\\r\\nskills in creating safe and engaging environments for children, planning and leading educational\\r\\nactivities, and fostering positive social and emotional development. My role has also\\r\\nstrengthened my ability to communicate effectively with both parents and staff, ensuring the\\r\\nsmooth operation of camp activities. Additionally, my experience as a Private Tutor for an\\r\\nautistic child has allowed me to refine my ability to provide personalized education plans that\\r\\ncater to individual learning needs, particularly for children with sensory sensitivities. I also bring\\r\\na strong background in clerical work, having supported Rommel Construction by performing\\r\\nvarious administrative tasks such as phone management, document organization, and office\\r\\ncommunication.\\r\\nI am currently pursuing a Bachelor\'s degree in Early Childhood Education, which complements\\r\\nmy practical experience. My ability to balance multiple responsibilities and collaborate with\\r\\nfamilies makes me a valuable asset for any role involving children or administrative duties.\\r\\nI would appreciate the opportunity to discuss how my skills and experiences align with your\\r\\norganization\'s needs. Thank you for considering my application. I look forward to the possibility\\r\\nof contributing to your team.\\r\\nSincerely,\\r\\nAnaya Diamond\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmultimed.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmultimed.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 00:02:02','2026-02-13 00:02:02','c6976662-e426-43e9-b0c4-89dbf6dad79b'),
(28389,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lowensonlacaden@yahoo.com\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lowensonlacaden@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(973) 768 7300\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1165],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28390],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am ready to learn and eager to grow. I am a hard working person and patient. I am Looking forward to meet you for interview i can’t start immediately. \\r\\n\\r\\nBest, \\r\\nLowenson lacaden\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebarnhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarebarnhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 02:12:49','2026-02-13 02:12:49','ed157b9f-4031-463d-8d5d-292cbc00bc21'),
(28392,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Dallas Robledo\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"drobledo280@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7073399910\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1461],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello, my name is Dallas. I was wondering if it might be possible to bring my cat to the facility to offer some comfort and support to clients. She is a gentle-hearted female Snowshoe, about 7 years old, and is current on all her vaccinations. I adopted her from a shelter after she was a client at the animal hospital where I worked. She’s very friendly, loves attention, and truly enjoys being around people. However, she’s a bit wary of other animals, having been attacked by both a cat and a dog in the past. I don’t have any family members or friends at the facility, but I would love to bring her to help bring some warmth and companionship. EMAIL, drobledo280@gmail.com\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 02:16:27','2026-02-13 02:16:27','7172f80d-30a4-4e1c-bb6d-1809f981ffcb'),
(28463,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tricia Miller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"triciamiller.mkt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nI would like to share a few suggestions for your website—at no cost and with no obligation. Just an opportunity to review how we can help improve your website’s lead generation, strengthen organic traffic, and enhance overall online visibility.\\r\\n\\r\\nWould you be interested.?\\r\\nThank you,\\r\\nTricia Miller\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 05:02:28','2026-02-13 05:02:28','521e59f6-a53b-446e-a032-1f369dd71c07'),
(28536,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kadjedra Henry\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"henry26kadjedra@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"13026036346\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1269],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28537],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello\\r\\nMy name is Kadjedra and I am looking for a full time position. I would like to apply to your establishment because I have heard positive things. Please accept my resume toward gaining this position. My resume speaks for my education and experience at this time. Feel free to call or text me at anytime. Thank you\\r\\nKadjedra Henry \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cccorsicahills.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cccorsicahills.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 06:36:31','2026-02-13 06:36:31','e519a940-90d9-4572-95c3-2e779ed6d85d'),
(28647,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Shontoya Whitfield\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"shontoyawhitfield@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4144848182\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28648],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"None\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 11:35:25','2026-02-13 11:35:25','5e0db0c4-b270-40d6-8594-ad00241b4cc2'),
(28674,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jen_obrie@getdandyaiteam.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Get Dandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1231],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care At Phillipsburg,\\r\\n\\r\\nI’ve built and trained an AI employee specifically for Complete Care At Phillipsburg.\\r\\n\\r\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer customer questions, capture leads, and even follow up — just like a team member would.\\r\\n\\r\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\r\\n\\r\\nWould today or tomorrow work for a quick walkthrough? Select a Time to Meet Your Agent Here: https://getdandy.com/trained-agent-ff/ or you can reach me directly at (949) 979-7488.\\r\\n\\r\\nTalk soon,\\r\\n\\r\\nThank you,\\r\\n\\r\\nJennifer O’Brien | AI Implementation Advisor\\r\\nGetDandy\\r\\nVisit us Online: https://getdandy.com/trained-agent-ff/\\r\\nUnsubscribe: https://bit.ly/42wnUsa\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 12:05:47','2026-02-13 12:05:47','7b2975b2-df99-469d-9a64-8375d5234ac5'),
(28698,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Eric Schmalfuhs\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Chefe1966@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2014017142\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1165],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28699],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, it would be an absolute honor to discuss this opportunity with you.   I take great pride in creating menus, fresh ingredients, cook from scratch .  Take special care to adhere to special diets.  Lead a team effectively to make a great culinary experience.   Working with seniors has been one of my fondest and  greatest experiences  as our elders are in the twilight of their lives and deserve to feel and eat like kings and queens . An example of a wonder experience I was asked to make a wedding cake and be an officiate for a resident wedding . I created a restaurant inspired food program for residents to pick freshly prepared to order  food items .\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebarnhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarebarnhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 12:38:37','2026-02-13 12:38:37','11399bea-86f4-4dbd-bce2-9ad4c650dab5'),
(28727,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kerry Lewis\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lewiskerry29@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14109615754\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1289],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello my Name is Kerry Lewis \\r\\nI am very interested in your Maintenance Position \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://completecareheritage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 14:34:32','2026-02-13 14:34:32','36e797bd-c8a7-4a5f-a527-2a9d92f91c58'),
(28739,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Cameto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sarah@fakereviewdetectors.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Fakereviewdetectors\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1103],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We found a suspicious Google review from kimberly Wilson\\r\\n\\r\\nGatherUp has a proven track record of removing fake and policy-breaking reviews. We’ll challenge this one with Google and stand behind the result with a 60-day 100% satisfaction guarantee. Trusted by 18,000+ businesses.\\r\\n\\r\\nBook here: https://gatherup.chilipiper.com/shared/sarah-cameto/review-defense-meeting\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 16:34:31','2026-02-13 16:34:31','bc1a9a69-7aa6-47af-a001-471237dbe464'),
(28779,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lee Kramer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"leekramer64@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1365],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Do you currently have availability. Father-in-law having hip surgery and needs a rehab place. Do you offer private rooms?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrandeprairie.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 16:47:06','2026-02-13 16:47:06','c951fea8-9ebd-4c24-ac2f-2896ff4fb767'),
(28791,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kesy Ducasse\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kmontero108573@me.bergen.edu\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1215],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nMy name is Kesy Ducasse, and I am a nursing student at Bergen Community College. I am looking to complete a one-day volunteer or observational visit at a nursing home or long-term care facility for a school community service assignment.\\r\\n\\r\\nPlease let me know if this is possible and what steps I need to complete.\\r\\n\\r\\nThank you for your time and consideration.\\r\\n\\r\\nSincerely,\\r\\nKesy Ducasse\\r\\nNursing Student\\r\\nBergen Community College\\r\\n2017244528\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 17:03:06','2026-02-13 17:03:06','28187c6f-37a7-455a-bf1a-aeb516330f35'),
(28792,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kimberly Pearce\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kimberlypearce76@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9733933625\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[28793],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Sir or Madam-\\r\\nI am a licensed practical nurse of 15 years seeking employment at your facility. \\r\\n\\r\\nThank you for your time. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 17:03:44','2026-02-13 17:03:44','337a8777-79f1-4277-a9a5-d4fb05ecdcce'),
(28794,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kesy Ducasse\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kmontero108573@me.bergen.edu\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\r\\n\\r\\nMy name is Kesy Ducasse, and I am a nursing student at Bergen Community College. I am looking to complete a one-day volunteer or observational visit at a nursing home or long-term care facility for a school community service assignment.\\r\\n\\r\\nPlease let me know if this is possible and what steps I need to complete.\\r\\n\\r\\nThank you for your time and consideration.\\r\\n\\r\\nSincerely,\\r\\nKesy Ducasse\\r\\nNursing Student\\r\\nBergen Community College\\r\\n2017244528\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 17:05:58','2026-02-13 17:05:58','c394928e-d00f-48c2-805a-0fa822abed85'),
(28956,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leanne Kramer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"leekramer64@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"are you considered a skilled nursing facility too? Family member having hip surgery and needs skilled nursing facility for rehab.  \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 18:55:02','2026-02-13 18:55:02','24e06f64-d23f-43ba-85ef-dd52de35bb42'),
(28967,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Trinity\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"trinityaragon233@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Hales corner care center \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Would like to get my w2 forms I previously worked there. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 19:38:07','2026-02-13 19:38:07','fe12c330-faf5-422e-840f-912acd820aa8'),
(28985,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"goleary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing please ignore (::\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 20:04:24','2026-02-13 20:04:24','a1911797-f107-414d-99a2-46ab2201c9da'),
(28998,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing again - ignore\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 20:17:30','2026-02-13 20:17:30','e013ad8f-b409-4db7-b7f6-c725959d0107'),
(29006,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Another test - ignore\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 20:23:58','2026-02-13 20:23:58','3c7dec45-8dfc-4d05-a84a-604bc59162a6'),
(29007,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 20:26:48','2026-02-13 20:26:48','553d5d53-3b25-427b-b036-d03b371185eb'),
(29038,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1269],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nHi,\\r\\n\\r\\nI work in West Milford, and help many local companies. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 21:13:02','2026-02-13 21:13:02','ae89dcea-20d7-487e-ac74-5f874415e68c'),
(29045,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Anne Winthrop (wife of John Esposito)\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"winesp29@comcast.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1143],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! I\'m trying to get my husband (who had a stroke 2 months ago) transferred to Complete Care Woodlands from another facility. I toured your facility with Diana on Wednesday, February 11. He is at a subacute care facility and still needs subacute care (and physical, occupational, and swallowing therapy); however, he is not thriving at the current place. He has a little less than 70 days left on his Medicare coverage for subacute care. I left a message with Ashley this afternoon. I would like to set up a meeting to discuss the finances with her, and I would also like to talk about the transfer with Brionna. It would be great if you could call me at 908-577-8597. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 21:34:38','2026-02-13 21:34:38','a5cf2a4a-0075-47dd-82c8-c28a5abe3e88'),
(29047,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hannah Melotto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hannah.melotto@melottogroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Melotto Group\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1023],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there! Do you have any use for a freelance writer? I have nearly a decade of experience and am looking for new opportunities. You can book a time with me to chat if interested. Looking forward to connecting! https://calendly.com/melottogroup/30min\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-13 21:53:14','2026-02-13 21:53:14','9e859c79-b339-4459-afa9-1031b1d09082'),
(29060,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sharon Jackson \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Sharonjackson602@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1473],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Contact at 773-940-5146 sister of Kenneth Jackson.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/completecareblvd/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 01:18:55','2026-02-14 01:18:55','c6902607-41a3-4ef1-ae7d-02c05166ee89'),
(29067,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kimya\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kimyamona123@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2624031008\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[29068],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Complete Care\\r\\nDear Hiring Manager,\\r\\nI am writing to express my interest in the CN\\r\\nA position at Complete Care. With my background\\r\\nand dedication, I am confident in my ability to fulfill the responsibilities associated with this role.\\r\\nI have one year of experience working as a full-time CN\\r\\nat Congregational Home, where I\\r\\ndeveloped a strong foundation in patient care and support.\\r\\nMy skills include patient safety, emotional support, geriatric care, conflict resolution, healthcare\\r\\ntechnology, documentation skills, patient advocacy, and time management. I pride myself on\\r\\ncompassionate care, enhancing resident satisfaction, creating personalized care plans, improving\\r\\nquality of life, and fostering a supportive community environment.\\r\\nI completed my education at Destiny High School with a focus in Healthcare, which has prepared\\r\\nme with the necessary knowledge to excel in this field.\\r\\nI am enthusiastic about the opportunity to contribute to Complete Care, bringing my skills and\\r\\ncompassion to your team. Please feel free to contact me to discuss how I can be an asset to your\\r\\norganization\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 02:33:01','2026-02-14 02:33:01','c7a00e5f-07bc-46c9-a12a-1e62fa12de1c'),
(29093,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffrey White\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"JeffreyWhite@tomsriverliving.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"BEST VERSION MEDIA - TOMS RIVER LIVING MAGAZINE\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1017],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello !  I am a Publisher/Community Connector for Best Version Media. My magazine, Toms River Living, would be a great referral source for you. Could we set a up brief meeting, so I learn about your business and I could show you a few sample magazines ?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 05:04:40','2026-02-14 05:04:40','724971ca-5204-4777-80a4-becfc7d3f78f'),
(29094,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffrey White\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"JeffreyWhite@tomsriverliving.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"BEST VERSION MEDIA - TOMS RIVER LIVING MAGAZINE\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[981],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello !  I am a Publisher/Community Connector for Best Version Media. My magazine, Toms River Living, would be a great referral source for you. Could we set a up brief meeting, so I learn about your business and I could show you a few sample magazines ?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 05:05:23','2026-02-14 05:05:23','b0e6002f-0967-4690-aab6-fe1753472d8f'),
(29096,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffrey White\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"JeffreyWhite@tomsriverliving.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"BEST VERSION MEDIA - TOMS RIVER LIVING MAGAZINE\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello !  I am a Publisher/Community Connector for Best Version Media. My magazine, Toms River Living, would be a great referral source for you. Could we set a up brief meeting, so I learn about your business and I could show you a few sample magazines ?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 05:06:08','2026-02-14 05:06:08','e1a22353-cffd-4c0a-ac1f-cdbf5483b38a'),
(29097,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffrey White\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"JeffreyWhite@tomsriverliving.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"BEST VERSION MEDIA - TOMS RIVER LIVING MAGAZINE\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello !  I am a Publisher/Community Connector for Best Version Media. My magazine, Toms River Living, would be a great referral source for you. Could we set a up brief meeting, so I learn about your business and I could show you a few sample magazines ?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 05:06:35','2026-02-14 05:06:35','56a437cd-028c-437f-bd5a-576236bc463b'),
(29211,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hannah Melotto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hannah.melotto@melottogroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Melotto Group\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[995],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there! Do you have any use for a freelance writer? I have nearly a decade of experience and am looking for new opportunities. You can book a time with me to chat if interested. Looking forward to connecting! https://calendly.com/melottogroup/30min\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 12:39:22','2026-02-14 12:39:22','37860aa5-c238-4599-802d-bc35eeae9f0f'),
(29271,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hannah Kim\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hannahkimsoul@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI’m currently working per diem as a Cardiac Ultrasound Technician at a hospital in New York and am looking for a second position.\\r\\n\\r\\nI live about 2 minutes away from your hospital and would love to work locally if there’s any opportunity available. If you’re currently hiring or expecting any openings, I’d really appreciate connecting.\\r\\n\\r\\nPlease feel free to reach out if you need my resume or have any questions.\\r\\n\\r\\nThank you!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 13:58:04','2026-02-14 13:58:04','e3ce1fb7-2ab4-4f45-aa49-b542633e0da7'),
(29321,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hannah Melotto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hannah.melotto@melottogroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Melotto Group\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there! Do you have any use for a freelance writer? I have nearly a decade of experience and am looking for new opportunities. You can book a time with me to chat if interested. Looking forward to connecting! https://calendly.com/melottogroup/30min\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 20:48:31','2026-02-14 20:48:31','391d9cf4-4076-44af-82af-e83abcfd5560'),
(29327,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Hairy Franco\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Hairy132677@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2018190890\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1215],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[29328],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have 20 year of experience as a cook, in nursing homes, Restaurants, Catering\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccinglemoor.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccinglemoor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 21:17:52','2026-02-14 21:17:52','a8ec55ec-80f5-40f8-8ada-c0d701f0c3fa'),
(29333,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Skye Morency\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"skyemorency26@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9209055493\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1377],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[29334],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3198,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I would like to apply when position opens! \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmanitowoc.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmanitowoc.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 22:04:05','2026-02-14 22:04:05','98738887-37cc-43b8-bbbb-ecbedfb58bb1'),
(29376,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ebony Brown \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"loyaltybrown617@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7797774766\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[29377],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\".\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-14 23:54:49','2026-02-14 23:54:49','18884d1e-c7c5-49e5-aaa5-22b942d1079e'),
(29423,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tamika Jackson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"phillaygirl@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"What is the corporate office address, phone number and location?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-15 01:25:55','2026-02-15 01:25:55','253f4861-d7ba-4904-b8bd-fb359359cb20'),
(30424,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RICHARD C QUALTERS\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rickqualters@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1343],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wife (73) fell and cracked a vertebrae, had back surgery about a month ago.  Is currently in Future Care-Pineview for rehab.  Have received notice that coverage is expiring, filed appeal but even if granted recognize that we will soon be in private pay situation.\\r\\nIf we are in private pay, want to look at other facilities for various reasons, not the least of which is distance from Germantown.\\r\\nPrior to the fall Celste had mobility issues which put her into what I would classify as ‘assisted living’ mode.  Could get out of bed, go to bathroom, walk around house, but required assistance showering, making meals, outside of house activities.\\r\\nWhen she was 10 years old, she had a brain injury which resulted in partial paralysis of her right side.  She overcame that, had nearly full mobility and raised 2 daughters as a stay at home mom with only normal husbandly support.\\r\\nAs she aged, her mobility decreased, but still able to care for herself.   About  2 years ago she broke a hip and that was what put her into ‘assisted living’ mode.\\r\\nWe are currently looking at further rehab services so that she can come home.  We expect that it may take a while.  Realistically we recognize that that may not be possible and she will need to stay at a facility that can provide nursing care. \\r\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-15 15:45:27','2026-02-15 15:45:27','01a137ec-1ad6-4acb-86e0-0937a126aef9'),
(30430,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Savior Deleon\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"saviordeleon2@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7329484142\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[957],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi I am currently a dietary aide for Bartley Nursing Home. I am 18 finishing up highschool so part time for now plan on going full time!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebrick.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarebrick.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-15 17:29:28','2026-02-15 17:29:28','29ab57bd-5f20-42b7-9d2e-712fdaf16361'),
(30447,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marissa Morales\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"marissa.morales97@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1431],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am interested in long-term care for my grandmother as she is struggling at home and it is not suitable for her anymore. I would like to talk and discuss our options if you have any! Thanks so much!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-15 20:16:22','2026-02-15 20:16:22','47fc2ec5-02cf-4be2-ad47-2478b06800e2'),
(30451,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jean Stanish\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"horizon349@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[995],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My husband, William Stulack was admitted to your facility 2/12.  No one has contacted me about what his treatment or how he is doing.  I thought maybe a doctor or nurse would let me know what is going on.  Please let me know who I talk to, to keep me informed. I called this morning to see how he is doing and someone was to call me back.  So far that didn\'t happen.  I will be visiting tomorrow.  Should I see you, Danielle?\\r\\n\\r\\nJean Stanish\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-15 20:43:03','2026-02-15 20:43:03','b941416f-9601-405c-820e-1bf8ca137e44'),
(30456,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hannah Melotto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hannah.melotto@melottogroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Melotto Group\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there! Do you have any use for a freelance writer? I have nearly a decade of experience and am looking for new opportunities. You can book a time with me to chat if interested. Looking forward to connecting! https://calendly.com/melottogroup/30min\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-15 21:36:41','2026-02-15 21:36:41','fa89de8c-3e8f-4c89-aa67-962c58c1b080'),
(30545,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mirella Vitrano \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mcvitrano@madison.k12.wi.us\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1079],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like someone to please contact me as soon as possible regarding meeting me in person. Thanks in advance. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 01:25:15','2026-02-16 01:25:15','61086df9-b138-4bce-84fd-b820d259e7d2'),
(30549,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"George kondylas \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"islanderinn@comcast.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1289],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Please call Monday morning about my wife 410 598 1779\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 02:01:18','2026-02-16 02:01:18','930dfb26-9e43-4981-b1e7-92453ff024cc'),
(30560,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"DeAshalai\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"deashalaiblnchrd@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2245406103\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[30561],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for AM shifts part time preferably weekends \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 04:10:55','2026-02-16 04:10:55','20a0bc1b-100b-40c6-bc18-72b3afe4b368'),
(30603,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Siomara colon\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tashacolon12@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2675041248\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1337],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[30604],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Cna \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsilverlake.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccsilverlake.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 05:52:26','2026-02-16 05:52:26','c4049f22-60bc-427f-ac9a-2f0d0a41b452'),
(30730,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shana\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"SHANA.DORSEY@YAHOO.COM\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1359],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Respite care info\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccglendalewest.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccglendalewest.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 09:52:47','2026-02-16 09:52:47','5cf67ca4-9518-498c-978c-a58097b4b0f3'),
(30762,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marie Liseberde Pierre \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"andersonjoseph281995@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9592133982\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1431],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[30763],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hii, My name is Marie. I’m looking for job opportunities in housekeeping. I’m very responsible and I love to work.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgrotonregency.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgrotonregency.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 10:38:54','2026-02-16 10:38:54','56d4a1e6-6206-4e85-bc96-4e04fdbe4e6a'),
(30883,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lynn Herbine\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lherbine@princeton.edu\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Princeton University\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1085],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I want to discuss cost and services for 83 year old father with short-term memory loss and dementia. In the hospital recovering from Covid and having sever sundowning. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 14:07:00','2026-02-16 14:07:00','267b0ec8-a54f-48e5-9e04-9fc6ac9ce567'),
(30913,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dawn Dula\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dula.dawn74@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1309],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I am interested in an administrative position at Complete Care in LaPlata. I have an extensive background managing a business office. I would like to submit my resume for review. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 15:07:55','2026-02-16 15:07:55','7e278a91-0fb5-4860-b533-ad5d1b9ffde2'),
(30921,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Allison Dwyer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"allieson387@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Looking for a job in activities housekeeping  front desk \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Iam looking for part-time and full-time job \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 15:37:30','2026-02-16 15:37:30','8a72eadd-d843-40b6-8f7a-4e360bf382e9'),
(30924,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Allison Dwyer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"allieson387@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Allison\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Iam looking for a job part-time and full-time in activities housekeeping dietary front desk \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 15:41:36','2026-02-16 15:41:36','c64be096-b6a4-4f7c-ba3b-3ce9f41129ad'),
(30937,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kimora Cullins \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"moracullins@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4145541000\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1407],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[30938],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi I would love to be given the chance to show my skills and to help out in the community!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsouthpointe.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsouthpointe.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 16:20:37','2026-02-16 16:20:37','7fe38c52-0055-4779-92b0-757ff656a8f9'),
(30966,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nHi,\\r\\n\\r\\nI work in Voorhees Township, and help many local companies. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 18:20:41','2026-02-16 18:20:41','2d4bff93-9e81-47e8-885b-d49de61c478f'),
(30967,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1041],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI work in Wall Township, and help many local companies. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 18:23:27','2026-02-16 18:23:27','0451fb2b-836b-4650-9398-de5aae467483'),
(30969,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lashaun M Barclay\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marciemuze3@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18483257534\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1165],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[30970],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Lashaun Barclay\\r\\n4 Academy Street\\r\\nNewton, NJ 07860\\r\\n848-325-7534\\r\\nMarciemuze3@gmail.com\\r\\n2/16/2026\\r\\n\\r\\nHiring Manager\\r\\nComplete Care at Barn Hill\\r\\n249 High Street\\r\\nNewton, NJ 07860\\r\\n\\r\\nDear Hiring Manager,\\r\\n\\r\\nI am writing to express my interest in the Administrative Assistant or Dietary Aide position at Complete Care at Barn Hill. I am eager to contribute to your team and support the residents and staff by providing dependable service, strong organizational skills, and a positive attitude.\\r\\n\\r\\nIn an Administrative Assistant role, I would bring strong communication skills, attention to detail, and the ability to manage multiple tasks efficiently. I am comfortable handling phone calls, scheduling, maintaining records, and providing support to staff and visitors in a professional and welcoming manner. I understand the importance of confidentiality and organization in a healthcare setting and take pride in maintaining accuracy and efficiency.\\r\\n\\r\\nAs a Dietary Aide, I would ensure residents receive meals that meet dietary guidelines while maintaining strict food safety and sanitation standards. I understand the importance of nutrition in recovery and overall well-being, and I am committed to providing courteous and compassionate service during mealtimes.\\r\\n\\r\\nI am reliable, punctual, and work well both independently and as part of a team. I would welcome the opportunity to contribute to the supportive environment at Complete Care at Barn Hill and help enhance the daily experience of residents and staff.\\r\\n\\r\\nThank you for your time and consideration. I look forward to the opportunity to discuss how I can be an asset to your team.\\r\\n\\r\\nSincerely,\\r\\nLashaun Barclay \\r\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebarnhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarebarnhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 18:28:17','2026-02-16 18:28:17','b6f89597-b7b5-464e-9172-ed205c71c824'),
(30973,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jason Richardson \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wvboy1174@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello...my mother has dementia and is at the point where her bad days are out numbering her good days...shes a handful to say the least...I have many questions if you could reach by email or text that would be awesome...304-860-5692 thank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 18:29:29','2026-02-16 18:29:29','21cfefe9-2727-46e4-88d7-016fc8f8e087'),
(30976,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"phillip cooley jr\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"phillipcooley2@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19179398438\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[30977],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am looking for a position as a head chef or food service director\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 18:47:06','2026-02-16 18:47:06','f4b3cf5f-22ad-4ad4-be63-c66603d7f47f'),
(30984,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amit Poddar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"business.sales@nzwebsoft.co.nz\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"NZWebsoft\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Skin Informer is an AI powered skin analysis solution that detects common skin conditions from a simple photo or selfie. It delivers instant insights, downloadable PDF skin reports, and seamless website integration to boost customer engagement and increase sales.\\r\\n\\r\\nTry the live demo here https://aboutskin.nz/skininformer/public/\\r\\n\\r\\nRead the customer success story here https://nzwebsoft.co.nz/industry-first-ai-platform-for-a-leading-laser-and-skin-clinic/\\r\\n\\r\\nInterested in seeing how Skin Informer can enhance your customer outreach and digital growth?\\r\\n\\r\\nRegards,\\r\\n\\r\\nAmit Poddar\\r\\nHead of IT & Business\\r\\nNZWebsoft\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 19:17:14','2026-02-16 19:17:14','57a2f978-aae8-46ed-bbf0-043e1a787daa'),
(30988,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nI work in Wall Newton, and help many local companies. I was hoping I could come by and offer a complimentary cleaning bid?\\r\\nThank you in advance for your response.\\r\\n\\r\\nWith best,\\r\\n \\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 19:51:56','2026-02-16 19:51:56','38cf760a-cdc3-4d1a-8a24-4c3b0c093811'),
(30990,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ryesha Tucker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"treed2403periot@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Complete care - margate park\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1477],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"So the second floor social worker Alexis and I went to speak with tiey or tieyan from the business office on the 1st floor today on 02/16/26 at around 130p and tieyan informed me that all we talked about was that Social security will reduce my payments to $30 and that she did in fact need to see the social security check that came in the mail for me in order to confirm that I receive social security and that’s all. So there was no scam business is what I find out and I tell her thanks I really appreciate it. She had informed me that my room and board is paid for by my MEDICAID and that was what I had asked her because I was worried about the rental payments not being met here. But so yea we got that squared away with that she was only informing me of what social security do and that’s what’s good.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmargatepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 19:56:36','2026-02-16 19:56:36','8cd949ee-3b4b-44c5-b141-3201cf547477'),
(30993,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Heidi Hendricks \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hm2buzy@wi.rr.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello\\r\\n\\r\\nWe are interested in touring your facility for memory care for our 93 year old Mother.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 20:08:29','2026-02-16 20:08:29','c626be3a-5679-48da-9c88-b858f8d5a990'),
(30995,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"john j. ashman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hardwood1951@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"looking to see if you have availability for a female Medicaid resident needing memory care\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 20:21:14','2026-02-16 20:21:14','1c11d11a-a06d-4ff5-a166-778d92a0ea20'),
(30998,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Carlton Allen \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"carltonallen2017@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8565489958\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[30999],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, I am interested in a position at your organization.  Please review my attached resume and I look forward to hearing from you. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 20:25:04','2026-02-16 20:25:04','2cfcec1c-d7ac-494a-93cd-b6e4ab7793e1'),
(31001,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Chrispina Wendi Margaret Sawyerr\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sawyerrchrispina@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19294764192\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31002],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3192,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am a Compassionate care professional with a strong background in\\r\\nassisting individuals with daily living activities and promoting overall\\r\\nwell-being. Recognized for reliability in team environments and a\\r\\nsteadfast commitment to achieving positive client outcomes.\\r\\nExpertise in effective communication and adaptability ensures the\\r\\nability to meet evolving client needs. Dedicated to fostering a\\r\\nsupportive atmosphere that enhances client quality of life and\\r\\nencourages independence \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 20:41:31','2026-02-16 20:41:31','aeacad9e-bcda-4124-b3d8-3c222bfb24ce'),
(31008,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Harnidh Kaur\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"Harnidhkaur10@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7322153297\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1135],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi! I am a sophmore and high school and would love to volunteer at the nursing home! \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 21:03:56','2026-02-16 21:03:56','5f8e5b3b-b099-411d-a24a-479e1439ac83'),
(31022,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nRecently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\r\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\r\\nMay I give you more information and a no-obligation cleaning quote?\\r\\nSincerely,\\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 22:13:20','2026-02-16 22:13:20','4499f88b-f514-4052-a986-5a8f972693ef'),
(31023,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nRecently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\r\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\r\\nMay I give you more information and a no-obligation cleaning quote?\\r\\nSincerely,\\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 22:13:26','2026-02-16 22:13:26','0db93430-ce5c-44e2-a15d-a8381b9e9d0d'),
(31024,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[981],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nRecently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\r\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\r\\nMay I give you more information and a no-obligation cleaning quote?\\r\\nSincerely,\\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 22:13:30','2026-02-16 22:13:30','56e6bb0c-d4d3-4dee-b340-70d0dccf379b'),
(31025,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\r\\nRecently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\r\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\r\\nMay I give you more information and a no-obligation cleaning quote?\\r\\nSincerely,\\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 22:13:35','2026-02-16 22:13:35','cfeb1927-5f9a-4a31-8bc8-07eba6f87a18'),
(31040,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Recently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\r\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\r\\nMay I give you more information and a no-obligation cleaning quote?\\r\\nSincerely,\\r\\n\\r\\nGena Kotarsky\\r\\nSales Associate\\r\\nJan-Pro of Northern New Jersey\\r\\ngena@janpronorthernnj.com\\r\\n\\r\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-16 23:13:39','2026-02-16 23:13:39','72ab2beb-c4ef-45b6-8ae9-994342b35ce9'),
(31057,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Bertha ignacia Jimenez de cato\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"berthadecato8@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8562639071\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31058],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi am Bertha Jimenez De Cato I will like to work with the team\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 00:16:13','2026-02-17 00:16:13','09e70eb7-73fb-49d6-b5b9-a6b7d6e09811'),
(31066,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Diana Grant\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"diana@medicalcleansolutions.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Medical Cleaning Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1185],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\r\\n\\r\\nBetween tight schedules, compliance, and patient care—it’s easy to overlook the little things… like smudged floors or dusty vents.\\r\\n\\r\\nBut patients in Laurel do notice—and in healthcare, trust is everything.\\r\\n\\r\\nWe specialize in helping medical offices maintain a pristine, compliant environment without disrupting operations. \\r\\n\\r\\nOur teams are trained to meet the specific standards of healthcare facilities, including infection control and HIPAA-sensitive zones.\\r\\n\\r\\nMay I give you more information?\\r\\n\\r\\nBest regards,\\r\\n\\r\\nDiana Grant\\r\\nBusiness Development Rep\\r\\nMedical Cleaning Solutions\\r\\ndiana@medicalcleansolutions.com\\r\\n\\r\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 00:48:27','2026-02-17 00:48:27','1e9eddd4-d576-43fb-85f4-24f9340ec38f'),
(31079,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Meryl\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"27lawsonm@ihanj.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9738975708\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1249],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am a student at IHA and I’m looking to volunteer for service hours.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 01:16:28','2026-02-17 01:16:28','befb89e9-9ec9-4070-b24b-0eeaee9de7a8'),
(31080,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Andrea Lawson\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"andyfern@optonline.net\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9736151253\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1249],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am looking for volunteer opportunities for myself and my high school student \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 01:17:02','2026-02-17 01:17:02','a814468d-d451-45f1-b075-08aebc400637'),
(31114,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Vanita. Adridge \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"vanitaridge6@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"21503900017\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1297],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31115,31116],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Sir/Madam, My name is Vanita, and I am interested in joining your team as a caregiver. Thanks you. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 02:50:27','2026-02-17 02:50:27','18a53e0e-677a-46ed-9adf-6fb9e6aff302'),
(31119,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Vanita. Adridge\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"vanitaridge6@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2153900017\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1297],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31115,31116,31120],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Sir/Madam,  My name is Vanita,I am interested in joining your team as a caregiver , I’m Nurse over five years now, Thanks.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 02:55:56','2026-02-17 02:55:56','d1d76416-5aaa-42ba-9359-c551a4108189'),
(31125,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Benjamin Glick\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Benjaminkglick@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Phi Mu Alpha, Rho Kappa chapter\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1085],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am reaching out to you on behalf of the Rho Kappa Chapter of Phi Mu Alpha Sinfonia to offer a free concert for your residents/patients. We give a concert every semester as part of our mission to lift up the human spirit through music. Our chapter is part of Westminster Choir College of Rider University, and our ten brothers are classically trained and skilled in performing music spanning from classical and choral music to musical theater and commercial classics. I hope you will consider this offer. We hope to hold this concert sometime in March or April. Let me know if this is of interest to you and your residents.\\r\\n\\r\\nSincerely,\\r\\nBenjamin Glick\\r\\nMusic Director – Phi Mu Alpha Sinfonia, Rho Kappa\\r\\nB.M. Voice Performance candidate – Westminster Choir College, class of 2028\\r\\nBenjaminkglick@gmail.com // Glickb@rider.edu // (717) 203-4998\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 03:04:05','2026-02-17 03:04:05','e2fc1fcf-2c67-4f10-a6f7-a9e4e112b218'),
(31129,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jennifer Riedel\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jlriedel06@hotmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6084150828\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31130],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’d love to come work there if given the chance. I know I applied and interviewed and were talking about an open position but lost communication and I’d love another chance to be welcomed there. Thank you.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 03:29:33','2026-02-17 03:29:33','f668e0d0-f35d-4b2e-970c-f6571dfbee05'),
(31285,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Bertha ignacia Jimenez de cato\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"berthadecato8@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8562639071\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31286],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I will like with the team and to meet different people \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 11:44:29','2026-02-17 11:44:29','56f4d0f7-ce63-4124-9713-69743599c2cc'),
(31307,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stacia wright\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"era.swright@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1419],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning, I\'m contacting in regards to a patient you have ( my mother) and I would like to speak to someone about a transfer to another facility. I\'m sending this email before I call this morning. I will be in touch soon. \\r\\n\\r\\n\\r\\nThank you, \\r\\n Stacia Wright\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 12:50:25','2026-02-17 12:50:25','64ef16ae-945e-4b81-b3ed-ac5aa3e679dc'),
(31351,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sneha B\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Uday.redaboni.1@cotiviti.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Cotiviti\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1109],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Trying to reach billing regarding insurance refunds. plz cb @ 385 443 5755\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 13:49:32','2026-02-17 13:49:32','cdd11c19-c67e-4ed6-9fbe-3b4c0a9b272e'),
(31416,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Chiquera Register\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"starski41@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6096216182\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31417],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Interested\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 15:10:29','2026-02-17 15:10:29','9bd39bf6-3e5a-4e6b-8c5e-7dbeb60d0556'),
(31441,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Divya \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"DBGoel5@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6086400017\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1079],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I\'m a fourth-year student at Edgewood University. I\'m in a class called Health, Illness &amp; Society, and we are required to volunteer for a min of 8 hours in any field of interest. I\'m wondering if this is an option for me to volunteer at your facility? I\'m interested in continuing to volunteer after the requirements are meet as well. Thank you! \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 17:18:28','2026-02-17 17:18:28','b7e149d8-3343-49c7-9aaa-61482c5f9ce8'),
(31442,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Christina Cochran\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chrisiscuts@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My husband is in room 330.  His toilet has been clogged for 3 days now now and all he gets from the staff is that they will contact maintenance. It\'s beginning to smell terrible!!! \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 17:19:27','2026-02-17 17:19:27','89adb3af-e1a4-4062-aca9-8c3cf3d99e05'),
(31443,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michele Kaczmarek \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michelekaczmarek@sbcglobal.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1289],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for information on memory care for my 79 year old mother, who is currently in a memory care facility but I am not happy with the care she is receiving there.  We live in Waterbury, CT and am interested in your Middlebury, CT facility. Not sure of the exact name. Can someone please contact me to discuss? (203)526-3061. Thank you. Michele \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 17:19:41','2026-02-17 17:19:41','89fa7d27-dd2b-4e90-80c1-a614d6ac2a27'),
(31448,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Colleen Smith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"colleen.nicole.smith@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1109],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\nI am interested in speaking with the manager (?) who oversees my aunt\'s care (Barbara Pelak).  She mentioned someone named Mimi though I believe it is a shortened form of her actual name. \\nThank you,\\nColleen Smith\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 17:56:30','2026-02-17 17:56:30','bdb5f45b-aab0-4963-b580-5bc337769207'),
(31451,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tara Sherwood\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stingray8507@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1031],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Would like to schedule a tour to see if this would be a good placement for my mother. She is in need of Assisted Living.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvictoriacommons.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvictoriacommons.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 18:07:57','2026-02-17 18:07:57','b0758490-8ace-467b-b6a8-26bca49df50e'),
(31455,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stacey Dubreus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sdubreus@bu.edu\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Stacey Dubreus, and I am an incoming medical student currently working on an independent writing project exploring aging through the lens of identity, community, autonomy, and meaning. I am reaching out to inquire about the possibility of speaking with residents at your facility who may be interested in participating in interviews for this project.\\nThe book is a social commentary on the common discomfort and cultural unease surrounding aging. Through personal reflection, clinical experiences, and conversations with older adults, I hope to explore how individuals can define their lives on their own terms, pivot when circumstances change, and cultivate perspective in ways that lead to fulfillment across the lifespan. A central theme is understanding aging not as decline alone, but as a deeply human season shaped by community, purpose, and personal agency.\\nIf permitted, I would conduct respectful, conversational interviews with residents who voluntarily choose to participate. Full informed consent would be obtained from each participant, and I would work closely with your team to ensure that all ethical considerations, privacy standards, and institutional policies are upheld. Participation would be entirely optional, and residents would have the freedom to decline or withdraw at any time.\\nI would greatly appreciate the opportunity to speak with you briefly to share more details about the project, answer any questions, and discuss whether this collaboration might be appropriate for your community. I am happy to schedule a phone or virtual meeting at your convenience in the coming weeks.\\nThank you for considering this request. I deeply value the wisdom and lived experiences of older adults, and I would be honored to help share their perspectives with care and integrity.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 19:02:54','2026-02-17 19:02:54','d31e9dc4-f5b2-42b4-acc1-b81d5595fcb8'),
(31477,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Genine M Bardinas\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"geninebardinas@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1079],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I spoke to the social worker today and requested the phone number for the medical director. The phone number that was given to me was the wrong number. I would try to leave a phone message, but I am never able to leave a voice mail message. Let see if this works. Thank You \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 20:39:30','2026-02-17 20:39:30','0a04379a-e414-4cca-a3e7-680393be12f5'),
(31504,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ivonne Rodriguez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ladyshadow15@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19592641773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1431],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3194,3204,3198,3192,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Im Ivonne Rodriguez I\'m available to work with your agency I\'m fluent English and Spanish I\'m a people person I love helping people I like to keep environments well kept I\'m a fast learning willing to open to new opportunities and learning I do have experience on PCA also had a son born with gastroschisis and lived in IV fluids TPN, Lipids, Hydration, G-tube he had a Central Vain I also went to University in PR for a year also looking for finish my RN I would love to be part of your team and provide my best care and knowledge Thanks.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgrotonregency.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgrotonregency.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 21:06:55','2026-02-17 21:06:55','a8c430b6-624c-4351-951f-a95e00f1ab3c'),
(31525,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing ignore!!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 21:23:46','2026-02-17 21:23:46','b9d99029-077e-4b68-8d64-ce44a0fbdfa3'),
(31543,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brenda K Adair\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"brendaadair47@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1359],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m reaching out to see as the POA for my brother larry Adair to see if your facility provides onsite dialysis and trachea care such as weaning a patient off of the trachea. My name is Brenda Adair 414-393-7315 my brother had to go all the way to bellbrook ohio because I was told by the social worker at select speciality which is located on the 2nd floor of west allis memorial there were no facility in nursing homes/Rehabs that offer this service. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccglendalewest.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccglendalewest.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 21:54:23','2026-02-17 21:54:23','6521b0b2-d701-4cd2-8318-3cb8b585c185'),
(31592,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Maria Giannini\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariagiannini@accentcare.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"AccentCare\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We need to speak with the business office about the ownership change but also a mutual hospice patient and their coverage.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 23:35:49','2026-02-17 23:35:49','ad03ec22-b378-4aec-88bc-2ee903f72524'),
(31595,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Zainab C Sow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zainabcherif75@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2720],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"my is zainab sow I for CNA jobs I have been working for CAN Job since 2021 to  until now I in Somerford Hagerstown MD \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-17 23:41:56','2026-02-17 23:41:56','932c307c-7453-4ce6-876e-46d1933d3c91'),
(31613,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lily Ellison\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lily@summitsanitizeguild.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SummitSanitize Guild\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am local and would love an opportunity to provide you with a professional cleaning quote. We’re working with several facilities in your area and everyone seems to love our work because of our attention to detail. Are you free for a quick 10-minute call this week?\\n\\nHave a great day!\\nThanks,\\n\\t\\nLily Ellison\\nFacility Manager\\nSummitSanitize Guild\\nlily@summitsanitizeguild.com\\n\\n“Always so easy to work with. They are professional and very responsive to all questions and requests. Highly recommended for any business looking for quality cleaning solutions!” - CallWorks Media\\n\\nRespond with stop to optout\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 01:00:56','2026-02-18 01:00:56','4a4c2979-f69d-44d8-b4d0-7e94cf1dec2e'),
(31615,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"nivi Tiwari\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"nivi.tiwari@icloud.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9087273311\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1067],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I would love to volunteer here\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 01:10:11','2026-02-18 01:10:11','27ffd74c-7be4-4e32-9b02-7e54eed09c8b'),
(31636,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Anijah\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"anijahgarcia@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4146286687\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Responsible and caring 15-year-old student seeking a part-time position at a nursing home where I can help residents, gain work experience, and learn more about healthcare.\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 02:21:38','2026-02-18 02:21:38','e6e8bdd1-76e7-458d-a7c8-417605dbbc00'),
(31661,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Annabelle Harris\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"annabelleharris@elders.center\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"elders.center\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1349],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello there,\\n\\nGrief has a way of making time stand still, yet the world keeps moving around us. How do we find moments of peace when our hearts feel so heavy?\\n\\nI once knew someone who, after losing a loved one, found comfort in the simple act of mindful breathing. With each inhale, they welcomed a memory; with each exhale, they released a little bit of the pain. Over time, mindfulness became a bridge between sorrow and healing.\\n\\nI’m writing an article on mindfulness practices that can help individuals navigate grief. Would you be open to featuring it on your website?\\n\\nLooking forward to your thoughts.\\n\\nWarmly,\\nAnnabelle Harris\\nhttps://elders.center/\\nYour guide to old age\\n\\n\\nP.S. If, by any chance, you’d prefer an article on a different topic, please send over your suggestions. However, if you\'d prefer not to receive emails from me, please let me know! The way I structure content helps it reach wider audiences, including new AI-powered channels.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 07:13:58','2026-02-18 07:13:58','42584bb5-4653-4c28-b6b0-550b7251612a'),
(31669,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Norbert Rebeiro \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"norbert.pk78@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+18609829599\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1461],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31670],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am a dedicated worker. I work well in a team and independently. I am a quick learner and good at multitasking.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmeriden.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmeriden.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 07:24:08','2026-02-18 07:24:08','9a7fdcf8-7644-47af-9c98-9e1c92c1aafe'),
(31829,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nevaeh\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nevaeh.garrett321@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9207149121\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31830],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m looking for CNA positions \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 13:16:54','2026-02-18 13:16:54','09acc6a5-c8fa-4b9c-9ffb-a1b4d9535334'),
(31835,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kelli Wingate\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kelligi131@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am reaching out to ask about the process of finding a nursing home placement in Delaware.\\n\\nI am assisting someone who is currently living in a nursing home in Albany, New York, and we are hoping to transition care to a facility in Delaware. He is covered under Medicare, and we are currently in the process of switching his Medicaid coverage to Delaware Medicaid. I wanted to ask if your nursing home accepts Medicaid.\\n\\nIf possible, could you also provide information about:\\n\\nAvailability or waitlists\\n\\nThe transfer/admissions process from an out-of-state facility\\n\\nAny paperwork or documentation we should begin preparing\\n\\nThank you for your time and assistance. I appreciate any guidance you can provide.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 13:37:14','2026-02-18 13:37:14','d63a796d-5c2b-4444-9555-df07ce969c74'),
(31845,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tymire perez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"pereztymire4@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3025138235\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31846],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hard worker\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 14:47:00','2026-02-18 14:47:00','a9f3a90f-95a0-44f9-8f27-733060c04ec2'),
(31847,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Carolyn Washington\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"carolynwash.458@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"DC Superior Court\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning,\\nI have been trying to contact Jay Lyles, social worker manager, Taheria Fisher social worker and Antoinette Dublin in regards to a Michael Thompson(DOB 1/19/73) and I have not been able to get a call back.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 14:49:56','2026-02-18 14:49:56','b23dce14-28b0-4d71-bcb5-5d6a25b42a0e'),
(31854,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robert Breed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"breedrob@earthlink.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like a Rent Certificate for 2025 for Mildred Ritchie. I received one for 2024 and now need one for 2025.  I tried sending the request to Heather Olszewski but it was returned Undeliverable. Let me know if I need to send the request to someone else.\\n\\nThanks for your help.\\n\\nBob\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 16:19:19','2026-02-18 16:19:19','76167f19-ea22-4048-af74-e7412af480ff'),
(31858,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Crystal Powell\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cpshelly50@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Crystal Powell. My mother, Sandra Shelly, was a patient at CCH Hyattsville in Pavilion 2, Room 10, for approximately three years.\\n\\nOn December 22, 2025, at 10:56 a.m., I received a call from Jay Liles informing me that my mother had been found unresponsive and that 911 had been called. She was transported to MedStar Washington Hospital, where she sadly passed away on December 24, 2025.\\n\\nI remained in contact with Mr. Liles up until December 26, 2025, when I informed him of my mother’s passing. During that communication, he inquired about her service arrangements, and I asked how I could retrieve her personal belongings. He responded that he would need to speak with his administrator when he returned (to work) on Tuesday, December 30, 2025.\\n\\nSince then, I have made numerous attempts to contact Mr. Liles via text message, email, and voicemail regarding my mother’s belongings. To date, I have not received any response. My latest attempt was earlier today— I sent a text message at 8:39 a.m. and left another voicemail around noon. Unfortunately, there has still been no reply.\\n\\nThis lack of communication has been both disappointing and frustrating during an already difficult time. Because I live in Georgia, I am more than willing to make the necessary arrangements to resolve this matter. I can have the items picked up, or I can cover the cost of shipping—whichever is most convenient for you.\\n\\nI would deeply appreciate your assistance in resolving this matter or connecting me with someone who can help facilitate the return of my mother’s personal items.\\n\\nThank you in advance for your time, understanding, and prompt attention to this situation.\\nSincerely,\\nCrystal Powell\\nPhone: 404-433-6577\\nEmail: cpshelly50@gmail.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 16:29:06','2026-02-18 16:29:06','904c3e77-8f22-4920-acec-cc399b9b0104'),
(31862,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"John Boyce\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"John_boyce23@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[957],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Please have HR call please \\n6402498357. Front desk no answering main number.\\nJohn\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 16:54:53','2026-02-18 16:54:53','ae2c4362-f809-43bd-a2c1-95ce9e2c0a1d'),
(31863,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Back to testing (:\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 16:56:40','2026-02-18 16:56:40','6dfda529-e753-4770-ba67-4caa7d54c759'),
(31864,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Mileke Saunders\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mileke.saunders50@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"908-672-0075\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[999],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31865],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"•\\tSeasoned professional with over 20 years of Senior-level administrative experience within a variety of companies (i.e., Hospitality, Health &amp; Wellness, Financial and Retail industries).   \\n•\\tSuperb Medical Secretary/Receptionist experiences.   \\n•\\tHighly skilled leadership and excellent client-facing, customer service experiences.   \\n•\\tStrategic thinker and a problem solver with a proven track record for delivering effective results on time.   \\n•\\tDetail-oriented with very strong interpersonal, analytical, written, and verbal communication skills.   \\n•\\tExcellent at prioritizing, organizing, and coordinating multiple projects in a fast-paced environment.   \\n   \\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmarcella.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmarcella.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 17:03:40','2026-02-18 17:03:40','05bdbc64-c92d-4d9a-99ae-0dc0e5ae53b9'),
(31867,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Mileke Saunders\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mileke.saunders50@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"908-672-0075\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31868],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"•\\tSeasoned professional with over 20 years of Senior-level administrative experience within a variety of companies (i.e., Hospitality, Health &amp; Wellness, Financial and Retail industries).   \\n•\\tSuperb Medical Secretary/Receptionist experiences.   \\n•\\tHighly skilled leadership and excellent client-facing, customer service experiences.   \\n•\\tStrategic thinker and a problem solver with a proven track record for delivering effective results on time.   \\n•\\tDetail-oriented with very strong interpersonal, analytical, written, and verbal communication skills.   \\n•\\tExcellent at prioritizing, organizing, and coordinating multiple projects in a fast-paced environment.   \\n   \\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 17:06:52','2026-02-18 17:06:52','97152219-05e6-4e6f-908c-8a446ffe7b75'),
(31897,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Another test\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 17:53:17','2026-02-18 17:53:17','63feb085-7cb0-4cd9-97d3-680e26c88484'),
(31899,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"test\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 17:56:51','2026-02-18 17:56:51','091ad7af-acdc-4f38-893f-346fadc3a20a'),
(31902,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Still testing\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 18:03:37','2026-02-18 18:03:37','db2f643a-ead3-4118-a17c-f2005c1e6863'),
(31907,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing this form - please ignore!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 18:30:06','2026-02-18 18:30:06','3983ab47-7a75-4bc0-99f3-a2a12c6dc682'),
(31910,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Debra Wolfe\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nursedebra07825@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9736705038\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1231],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[31911],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello ,\\nI’m interested in an RN position at your\\nfacility . My background is mostly psych \\nnursing but I know we treat the person \\nas a whole not just the mind.\\nI’m looking for something in the Phillipsburg area as I’m licensed in NJ. \\nThank you ,\\nDebra Wolfe RN \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccphillipsburg.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccphillipsburg.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 18:41:50','2026-02-18 18:41:50','f58fcce1-3716-4aff-9e2e-5b89c78464ce'),
(31920,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mike Southworth\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"m.southworth@mmenergysolutions.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"M&amp;M Energy Solutions Inc\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1455],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi - my mom stayed there to rehab a broken shoulder so it made think of he facility.  We swap out HVAC equipment and lighting as part of an Eversource program.  The savings are incredible.  It would be my pleasure to take a look and see if you qualify. \\n\\nGive me an email response or a call: 413-530-4549.\\n\\nThanks,\\nMike\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 18:47:41','2026-02-18 18:47:41','332e62d3-9f58-4200-80c9-bc8370a85204'),
(31921,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Grace\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"GOLeary@completecaremgmt.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"1234\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing the form - please ignore (: \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccarbors.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccarbors.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 18:49:41','2026-02-18 18:49:41','6bd13f77-9bfb-4cd7-84d6-5a5169200c87'),
(31958,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Abshiro Noor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Abshiroh528@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Abshiro \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 19:28:47','2026-02-18 19:28:47','b021d08e-b36b-490a-b455-70d84fbaf283'),
(31961,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Debbie OBrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"debbieo@cffr.net\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Center for Family Resources/Highlands Family Success Center\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1225],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Do you accept donations of clothes, or items for your residents? If so, could you please let me know. My office is in West Milford and would be very happy to bring them to you. Thank you so very much for your time and attention.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmilfordmanor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmilfordmanor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 19:42:37','2026-02-18 19:42:37','897f06f6-0513-4784-988c-76d6eece8c2c'),
(31965,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Vernita Dorsey\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vdorsey315@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1261],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for long term care solution for my 92 year old mom who recently suffered a TIA.  She has debilitating arthritis which is affecting her walking.  She currently lives with me but it has become evident that she needs more assistance than we are able to provide.  \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 19:55:09','2026-02-18 19:55:09','b8f56380-c885-4da9-9236-d3668131a829'),
(31967,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Wendy Real\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wendyreal_2000@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi- I would greatly appreciate it if I could receive pricing. I\'m looking for assisted living for my  mom. But would also appreciate pricing for memory care, so we know what we are looking at if that is a need, later. Thank you so very much! Wendy \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwhisperingwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwhisperingwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 20:16:31','2026-02-18 20:16:31','ab15841c-8512-445a-ac82-de3b57a6272d'),
(31977,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tiffani DeAngelis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tdeangelis@jewishhomefamily.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jewish Home Family \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1185],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello! \\n\\nI hope you are well. I have reached out to your HR department on 1/29/2-26 in regards to where I can send a CN-9 form for a previous employee of yours and have not heard back.\\n\\nCan you please provide me a contact who I can send this form over to for completion? \\n\\nWarm regards, \\nTiffani  \\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 20:36:46','2026-02-18 20:36:46','133d84a7-9358-4850-8741-be57d9392968'),
(31989,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Effie Wells\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"effiewells@proonlineprofile.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Profile\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEffie Wells\\nSales Executive\\nPro Online Profile\\neffiewells@proonlineprofile.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 21:23:58','2026-02-18 21:23:58','e7a89322-4791-4539-b355-b5b2e35ef033'),
(32047,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Chavanece Evans\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nurse.evans24@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"16467857974\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[32048],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Evans\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-18 22:24:57','2026-02-18 22:24:57','7b2ba89b-b138-4d7e-98b4-536f9254bc38'),
(32094,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Bankole james\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bankolejames1995@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14379955904\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1045],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[32095],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3204,3198,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Yes\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbayshore.com/careers/?utm_source=chatgpt.com\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccbayshore.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 00:42:23','2026-02-19 00:42:23','270ea58f-0497-4f8a-beba-b55a24ad57d2'),
(32145,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Audilia Rivera\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"audiluna5019@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1461],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Magdaliz Gonzalez. I am inquiring regarding my mother-in-law, Audilia Rivera Luna (DOB: 10/14/1950), who has been diagnosed with dementia.\\n\\nWe are currently applying for Title 19 – HUSKY C Long Term Care (Medical Assistance) through DSS, and we need written proof of admission to a nursing facility, including a projected admission date. Our deadline to submit this documentation is February 24.\\n\\nPlease let us know the next steps to begin the admission process for long-term care and whether you are accepting Title 19 / Medicaid pending applicants.\\n\\nThank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 02:11:33','2026-02-19 02:11:33','8b57d0cb-7b5c-49b8-8105-c63a3379678f'),
(32186,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Parvin Work\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"parvinwork1@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello : I am looking for a skilled nursing or memory care facility for my 91 year old father. Would like a tour and more information, please. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 03:55:04','2026-02-19 03:55:04','7a3a5849-e1a8-4aef-8a93-f4de4b586c9d'),
(32278,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tina Wilson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"wilsontina602@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3158803909\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1143],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[32279],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"hello my name is tina i am 19 years old and i would love to have the chance and opportunity to work here . i think i am the perfect candidate for this role not only because i have previous experience in dietary but i absolutely love working around older peers to get new learning experiences . i recently just moved to new jersey and am new to the town it’s been a little hard trying to fit in but i hope i fit in here too if i get the opportunity to experience a new area . my last experience in dietary went very well i worked there for almost 3 years and it was a great learning experience for me thats why i wanna try again in a new place ! feel free to contact me at the email address and phone number provided :) \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwoodlands.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccwoodlands.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 09:22:21','2026-02-19 09:22:21','bb8d0f43-5048-459a-a5c2-ab700bc9a838'),
(32348,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Brelond Hargrove\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"brelondhw@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2624988535\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1389],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[32349],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3204,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Experienced in fostering communication and collaboration among healthcare and organizational stakeholders to support\\noperational efficiency and service delivery. Bringing strong analytical problem-solving, verbal communication, and\\ncustomer relations skills to drive initiatives, develop educational resources, and improve systems. Offering abilities in\\nmultitasking and team collaboration to contribute to organizational success\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 13:57:30','2026-02-19 13:57:30','dda4ca34-99ba-4f4b-9650-f7903ab07728'),
(32352,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"allison michini\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"allison.michini@uhsinc.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Brooke Glen \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1209],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking to get more information on admission process\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 14:06:59','2026-02-19 14:06:59','789e7bcd-1ec0-48c0-8f9c-8de134336e97'),
(32368,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Meghan Faust\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"faustm@usacs.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"USACS INTEGRATED ACUTE CARE SERVICES OF OHIO, LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\t\\nCheck number\\n020988\\nCheck amount\\n$978.32\\nCheck date\\n12/18/2025\\nI have a payment with your address no business name and no remittance. please reach out by email or call 330-994-4419. Thanks,\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 14:54:50','2026-02-19 14:54:50','841f82f8-4215-4ca2-836b-8ebefab03db2'),
(32387,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ashley Bahr\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"arbahr88@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6084083278\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1353],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[32388],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have over 10 years of experience working with elderly residents in cbrf. I also have management experience along with housekeeping \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccchristianhome.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccchristianhome.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 15:16:07','2026-02-19 15:16:07','37eeb3a6-6f10-4f93-9657-df75e8b97c03'),
(32390,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ELIZABETH JASPER\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"EJASPER@GHORIZONHC.COM\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GLOBAL HORIZO HOME CARE \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1455],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Checking on one of patients that was transferred from st. francis on 02.18.26. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 15:18:01','2026-02-19 15:18:01','c843659f-aefc-420b-93ff-c2660b9db139'),
(32418,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Grace\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"GOLeary@completecaremgmt.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"1234\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1255],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Testing form - please ignore\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 15:40:36','2026-02-19 15:40:36','8c71b64f-18ca-4140-b1de-9a9a477f6912'),
(32419,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Grace\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"GOLeary@completecaremgmt.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"1234\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1255],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Testing again - please ignore\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 15:41:33','2026-02-19 15:41:33','aa49c737-d76d-45da-8688-44513f38dee1'),
(32432,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Grace\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"GOLeary@completecaremgmt.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"1234\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1255],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing form - please ignore\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccannapolis.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccannapolis.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 15:52:56','2026-02-19 15:52:56','5c1a6a59-d17c-4e01-842a-fcafa5d53ef5'),
(32435,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing form - please ignore!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 15:53:15','2026-02-19 15:53:15','e4bd4ef2-a955-49c9-a64b-18c0563ab500'),
(32437,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eric.clark@proonlinepages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Pages\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1365],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEric Clark\\nSales Executive\\nPro Online Pages\\neric.clark@proonlinepages.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrandeprairie.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 15:55:04','2026-02-19 15:55:04','70c9c1eb-b9c0-4b99-a96b-6069f71054ec'),
(32460,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Joseph Pfeifer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jrp518@nyu.edu\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9086449806\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1079],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[32461],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am interested an activity director position. Thank you!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareatmadison.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareatmadison.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 16:19:46','2026-02-19 16:19:46','3d2858b1-5982-4df3-968e-36d1ff1c0953'),
(32480,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joseph kovach \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"isaac5210@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Self\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1467],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My daughter’s looking for volunteer hours\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 16:41:27','2026-02-19 16:41:27','7bdc3680-6928-45e9-b8e8-6c35f17cc60f'),
(32498,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Maria dominguez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Mariaflore0292@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9088210478\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1103],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Me gustaría trabajar como usted tengo capacidad aser el labor delimpieza seles agradece mucho estoy buscado trabajo para mi soy una mujer responsable i amable\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccplainfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccplainfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 17:20:26','2026-02-19 17:20:26','4efd8081-402b-43ed-8979-78eb1b2388a8'),
(32502,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Anna K Davis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"annaandgeoff@sbcglobal.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1443],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking for a long term care facility for my father. He is currently at Addison Place in Glastonbury. He would be a private pay resident and is looking for availability in April 2026.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 17:26:33','2026-02-19 17:26:33','1ffc5c2e-090a-40d9-b27b-dc959d973be9'),
(32547,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Karen Contreras\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Coconutgril97@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12019513997\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1201],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[32548],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3194,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"452 Highland Ave\\nPalisades Park NJ 07560\\n201-951-3997 \\ncocontgril97@gmail.com\\n2/19/2026\\nHiring Manager\\nHarborage\\nNorth Bergen, NJ\\nSubject: Application for the Activity Assistant Position\\nDear Hiring Manager,\\nI am writing to express my interest in the Activities Assistant Position at Harborage in North Bergen. With prior experience as an activity volunteer at Harborage as well as volunteering at Christian Helath Services assisting with Bingo and other activities .\\nDuring my time as a Stock Assistant, I successfully prepared merchandise for shipment, assisted with stocking on the sales floor, and maintained an orderly stockroom for efficient inventory retrieval. These experiences have equipped me with attention to detail, time management, and the ability to work effectively in a fast-paced environment. Additionally, my volunteer work at Christian Health demonstrates my strong interpersonal skills and commitment to providing excellent service.\\nI am enthusiastic about the opportunity to contribute to Harborage’s reputation for quality and resident satisfaction. I am confident that my experience and dedication make me a strong candidate for this role. Thank you for considering my application. I look forward to the possibility of discussing how my skills can benefit your team.\\nSincerely,\\nKaren Contreras\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccharborage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccharborage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 19:12:34','2026-02-19 19:12:34','be0f2c94-b375-4253-8fbc-0d6859b4b0bc'),
(32570,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Hannah Kim\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hannahkimmade@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2013706313\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1109],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[32571],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello,\\n\\nI am a Cardiac Ultrasound Technologist currently working per diem at a hospital in New York, typically about three days per week. My schedule is released 2–3 months in advance, which gives me flexibility on my non working days.\\n\\nI live just a 3 minute walk from Complete Care at St. Vincent’s and would love the opportunity to work here on the days I am not scheduled to work at a hospital in new york. I am available on weekends, and if I do not have a conflicting schedule, I am always open to being on call as well.\\n\\nThank you for your time and consideration. I would be happy to discuss any available opportunities.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccstvincents.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccstvincents.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 20:06:23','2026-02-19 20:06:23','9978194d-5e6b-47d3-8448-38ad82c3f1bf'),
(32577,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Deborah A Schwartz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dschwartzotd@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1225],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My dog was just certified as a therapy dog with Bright and Beautiful Therapy Dogs.  WE would love to visit your residents.\\nPlease let me know if you are interested and what requirtements you may have.\\nThanks,\\nDebby\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmilfordmanor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmilfordmanor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 20:32:23','2026-02-19 20:32:23','ba6cd8ba-2c23-4431-ace6-ab31a594d0c0'),
(32578,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Quianna Walker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Qui_walker@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Burlington woods\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\". I was previously certified as a Nurse Aide, but my certification expired in 2013. I am very interested in retraining and becoming certified again.\\nI am reaching out to ask:\\n• Do you offer a state‑approved CNA training program at your facility?\\n• Is the program employer‑sponsored or free through employment?\\n• Do you pay trainees while they complete the program?\\n• When does your next training class begin?\\n• Are there any specific requirements to apply?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 20:41:16','2026-02-19 20:41:16','6b9b8dcf-753e-4aa0-a9ee-3ab3f76280b4'),
(32580,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Ngum Muma \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"ngumisco1@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2409385642\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1315],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I would like to volunteer \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 20:53:09','2026-02-19 20:53:09','310d922f-013a-48b6-b503-35225c6851af'),
(32612,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Pierre Richard Pierre Louis \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"richardlenium@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8624126864\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[32613],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Maintenance Position Assistant Director  \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-19 21:52:40','2026-02-19 21:52:40','90386de7-1b25-4e26-859e-cbee1b92f69d'),
(32716,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Debra Caudill\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dcaudill2018@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"13014425837\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1309],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I can bring in my resume. Thank you\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclaplata.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cclaplata.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 00:18:51','2026-02-20 00:18:51','ed72a162-83df-4099-bed5-9683939821e1'),
(32869,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nanedjie Ben Israel\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lqetziah@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9733377886\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1059],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello,  my name is Ben Israel , I\'m a HHA and a CNA, I\'m looking for a job, any position I can do allow my experience i will take it .\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareclark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareclark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 04:23:57','2026-02-20 04:23:57','5fe08825-776e-46ce-9161-931481f36f02'),
(32886,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Caroline Brown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"caroline@elevatecleansolution.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elevate Clean Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am with a local, family-owned janitorial company and would love to give you a professional cleaning quote.\\n\\nWe’re working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated, trained team that is invested in going above and beyond.\\n\\nMay I give you more information or a no-obligation cleaning quote for your space?\\n\\nHave a great day!\\n\\nCaroline Brown\\nBusiness Development Rep\\nElevate Clean Solutions\\ncaroline@elevatecleansolution.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 07:54:22','2026-02-20 07:54:22','9d744124-72df-48d4-a6d7-f40fbe59959e'),
(32894,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ray Landon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ray@proonlineprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nRay Landon\\nSales Executive\\nPro Online Profiles\\nray@proonlineprofiles.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 09:19:05','2026-02-20 09:19:05','7a1762e8-b0e4-4fd7-8600-9161dba4ab18'),
(32899,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ray Landon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ray@proonlineprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nRay Landon\\nSales Executive\\nPro Online Profiles\\nray@proonlineprofiles.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 10:07:55','2026-02-20 10:07:55','52d4f906-97c2-49c2-a022-056d48f2fb43'),
(32901,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ray Landon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ray@proonlineprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nRay Landon\\nSales Executive\\nPro Online Profiles\\nray@proonlineprofiles.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 10:24:57','2026-02-20 10:24:57','00a64789-1d00-4333-b669-01f721b9e8e9'),
(32910,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Caroline Brown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"caroline@elevatecleansolution.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elevate Clean Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1185],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Say something...I am with a local, family-owned janitorial company and would love to give you a professional cleaning quote.\\n\\nWe’re working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated, trained team that is invested in going above and beyond.\\n\\nMay I give you more information or a no-obligation cleaning quote for your space?\\n\\nHave a great day!\\n\\nCaroline Brown\\nBusiness Development Rep\\nElevate Clean Solutions\\ncaroline@elevatecleansolution.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 12:03:18','2026-02-20 12:03:18','c2321e7a-df69-448d-bb6a-c5fbf6e5a1d5'),
(32924,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Cameto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sarah@trytransparency.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Review Detector\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We found a suspicious Google review from Matt Messina\\n\\nGatherUp has a proven track record of removing fake and policy-breaking reviews. We’ll challenge this one with Google and stand behind the result with a 60-day 100% satisfaction guarantee. Trusted by 18,000+ businesses.\\n\\nBook here: https://gatherup.chilipiper.com/shared/sarah-cameto/review-defense-meeting\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 14:00:25','2026-02-20 14:00:25','1a177d2a-8fa2-4abe-9199-1870792a3857'),
(32943,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Miriam Suarez\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"miriams138@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Does your community accept residents who are covered under UnitedHealthCare dual plans - Medicare and Medicaid? \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 16:37:57','2026-02-20 16:37:57','05e208e5-bb09-40bf-a144-d07e0d56e8e6'),
(32957,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Cheryl Deal\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"cldeal1@outlook.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7174469422\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1283],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hub City Vineyard Church of Hagerstown, MD is interested in offering weekly worship services and Bible study for the residents.   Also, we have volunteers interested in offering comfort care for individuals at end of life.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 18:29:58','2026-02-20 18:29:58','0529e665-74ef-4f1d-9040-91da158baa7e'),
(32964,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Mary Wideman\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ptah878@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14142365659\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1413],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[32965],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have been doing CNA work for over 35 years. I\'m a Team player and Team Leader.  I believe in team work and treat residents with dignity and respect. Get my assignment done in timely matter. I would  love to work at your facility. Hopefully I hear from you soon. Take care \\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 18:59:26','2026-02-20 18:59:26','d07c6e8b-c1a7-4b4f-b05d-9a43effc2220'),
(32966,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sean Peters\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sean.peters@we-carestaffing.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"WECARESTAFFINGMD LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1249],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Team,\\n\\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.\\n\\nWe specialize in a range of staffing needs, including:\\n\\nRegistered Nurses (RNs)\\nLicensed Practical Nurses (LPNs)\\nCNAs \\nCMAs\\nAllied Healthcare Professionals \\nNurse Practitioners (NPs) \\nPhysicians \\n\\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.\\n\\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. \\n\\nThank you for considering We Care Staffing as a partner.\\n\\nWarm regards,\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 19:07:00','2026-02-20 19:07:00','0dc6cd6d-3fc3-411c-8b40-5e6bb1f847ff'),
(32984,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dennis Sema\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Team@Barnlightstudios.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"BarnLight Studios\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Complete Care at Barn Hill, \\n\\nMy name is Dennis Sema, a team member at BarnLight Studios and the individual in charge of the locations initiative and scouting at the studio. I am reaching out because we are working with a film director who is looking to film in Sussex County. This is a major production, and one that will be filmed at various different locations across Sussex County, and especially at the Kittatinny Regional High School and other locations. We are wondering if you would be open to the idea of the filmmakers taking exterior shots of the Complete Care at Barn Hill? In other words, show the outside of that location and include it in the film? If this is something you are interested in, please let us know -- we would truly be thrilled to work with you! \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 21:03:10','2026-02-20 21:03:10','bf7fb525-a238-4e10-9403-5079cfcbd9a4'),
(32995,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jackqualine \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jackqualine42@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"414)704-4455\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2712],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Seeking Employment with Complete Care.\\n\\nI\'m interested in the Housekeeper position.i have Experience in Housekeeping.\\n•Hotel Cleaning \\n•Nursing Home \\n•Custodian Cleaning.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchalescorners.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cchalescorners.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 21:19:44','2026-02-20 21:19:44','0c745b2c-3921-4a50-a586-3c796582f8e3'),
(33013,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lizeth castro\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lizethxxcastro@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3123949563\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’ve been in healthcare and looking to get some experience in nursing homes , I’m bilingual English and Spanish, love the elderly people I would love to get a chance to be an activity aide !\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-20 22:26:30','2026-02-20 22:26:30','61555353-d450-4881-aadd-896fa7ebf502'),
(33288,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jessica Parsons \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jessi.parsons1@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2152906155\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1219],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[33289],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208,3204,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"A dedicated hard worker looking to use her skills. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclehigh.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cclehigh.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-21 14:34:33','2026-02-21 14:34:33','4072eadf-1fda-4efc-ba2f-08cffddf46fc'),
(33303,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nicole Johnson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nicolejohnson757@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14439484488\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[33304],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello i would love to be apart of your team \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmultimed.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmultimed.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-21 15:53:52','2026-02-21 15:53:52','38dfc216-8b26-4b22-9293-fa5676d819aa'),
(33338,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Angela Papin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Rnconsult17@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Angela\'s Angels\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1085],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Thank you for expressing your interest in our services. We genuinely appreciate you taking the time to connect with us and explore how we can support your needs.\\n\\n\\nWe are enthusiastic about the opportunity to discuss our offerings in more detail and understand your specific requirements. Our goal is to provide tailored solutions, and we are prepared to explore all available avenues to achieve this.\\n\\n\\nWe also want to ensure you are fully informed about our various programs that may significantly reduce the cost of our services, subject to eligibility. We encourage you to discuss these options with us.\\n\\n\\nPlease feel free to reach out to me directly to schedule a conversation or for any immediate questions you may have. My direct line is 201-289-1792.\\n\\n\\nSincerely,\\n\\n\\nAngela Papin\\n\\nAdministrative Director\\n\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-21 18:13:55','2026-02-21 18:13:55','02bec281-f601-4e59-8344-e8e2088fe55c'),
(33400,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Peter Roupas\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"peterroupas7@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Inquiring about my mother, who will need palliative/hospice care\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-22 01:01:10','2026-02-22 01:01:10','f6c60658-f536-4978-a8ed-32ab8ddc8a05'),
(33410,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Iyanna Renee Harried\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"i.harried@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(443) 676-0993\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1289],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[33411],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Thank you for considering my application. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareheritage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-22 02:10:27','2026-02-22 02:10:27','16884b59-e9f7-4c29-8eb4-fa6def3443ae'),
(33531,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Harleigh Miller\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"harleigh7308@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9738006531\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1225],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"My name is Harleigh and I’m 17 years old. I’m interested in volunteering at your facility in ways that support residents, such as:\\n\\t•\\tSpending time with residents and chatting\\n\\t•\\tAccompanying residents on walks or helping them feel included\\n\\t•\\tAssisting with office tasks, meal delivery, or events\\n\\nI’m friendly, reliable, and eager to help. Could you let me know if there are volunteer opportunities available for someone my age and how I might get started?\\n\\nThank you so much!\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-22 14:33:02','2026-02-22 14:33:02','3920c6c8-8f2f-4ada-8c58-ec47f7c90763'),
(33537,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Susan Manns\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"smmanns@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am seeking basic information about availability and costs for assisted living for my mother and her husband.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-22 15:33:37','2026-02-22 15:33:37','c7bd99a1-ef04-4134-9c8f-5451caebfbce'),
(33539,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Doherty\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Mdoherty@hastingsar.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Hastings Architectural Restoration LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Michael Doherty and I am the Chief Executive Officer at Hastings Architectural Restoration, LLC. We are currently exploring potential partnership for your service on a project, and I would like to inquire about the services you offer in this area.\\n\\nCould you kindly provide more information about your offerings, pricing structure, and any case studies or references that might help us better understand how you could support our needs?\\n\\nLooking forward to your response.\\n\\nBest regards,\\n\\nMichael Doherty \\nPresident | CEO\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-22 16:36:06','2026-02-22 16:36:06','4b1df6c9-b0a6-49c0-a1b2-052e2dac6d50'),
(33544,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michelle Lankford\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mlankford712@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1261],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi I was wondering if  you have any open Medicaid beds available. I wouldn\'t need it till April\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-22 18:30:39','2026-02-22 18:30:39','a47aa52b-8ca5-4cea-8b8c-a78aed1f64cb'),
(33550,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"perez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"pereztymire@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3025138235\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1297],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"take great pride in my work and understand that a clean evironment for a positive guest/patient/client experience.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarehillside.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarehillside.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-22 20:38:57','2026-02-22 20:38:57','afa38f24-46f4-4a13-8635-2bcd05f9aa4d'),
(33557,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Andrea\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"longandrea549@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"414-676-0911\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello my name is Andrea Long I had some interest in your future CNA/RA opportunities \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-22 23:04:06','2026-02-22 23:04:06','f906167a-0bde-4647-a5fe-0285717533c7'),
(33562,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Raymond Taylor\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"raymondtaylor1266@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2022773524\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1103],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[33563],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m a floor technician. I’m looking for a floor technician or laundry worker position \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://ccplainfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccplainfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 00:30:10','2026-02-23 00:30:10','79501d6f-7eb5-434d-948e-3024e7f7be28'),
(33573,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sandra A Gonda\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sandragonda0411@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19082956983\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1067],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\" Looking for an office position. I have 20+ years experience as an executive assistant, as well as, most recently have been working as a recreation assistant at Miravie and a customer service rep at a local energy company.  Thank you \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgreenknoll.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgreenknoll.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 03:02:33','2026-02-23 03:02:33','94a3a5d5-da78-48a5-a23d-82f0687be924'),
(33641,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DANA BROKER\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jan2232@businessbrokersleads.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"OTHER\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1365],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Are you interested in Selling your Business?  Hi , my name is Dana and I am a Business Broker if you are possibly interested in Selling your Business please fill out my Contact Request Form and I will call you back as fast as possible, Here is my Contact Request Form: https://www.cognitoforms.com/InboxBlastscom/ContactRequestForm647 or you can reply to this email message with your name and the best phone number to call you, thank you I hope to speak to you soon. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrandeprairie.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 06:39:20','2026-02-23 06:39:20','40fd61ab-f849-48db-8174-38c09e360345'),
(33689,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kathleen Farmer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kathleen@vas4hire.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VAs 4 Hire\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nWe provide expert Virtual Assistant Services to handle a variety of tasks, including lead generation, cold calling, appointment setting, social media management, content creation, bookkeeping, administrative, and customer support.\\n\\nI\'d love to show you how it works &amp; how we can help enhance your client acquisitions.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 10:08:55','2026-02-23 10:08:55','86877cf0-501b-4c63-bb4a-53aee4a1d574'),
(33710,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kathleen Farmer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kathleen@vas4hire.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VAs 4 Hire\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1005],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nWe provide expert Virtual Assistant Services to handle a variety of tasks, including lead generation, cold calling, appointment setting, social media management, content creation, bookkeeping, administrative, and customer support.\\n\\nI\'d love to show you how it works &amp; how we can help enhance your client acquisitions.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 12:05:40','2026-02-23 12:05:40','8ebe5ddf-4f25-4d2a-8d3f-de4390bde921'),
(33741,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeania Weber \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jeania101@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Personal\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1371],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m looking for a new facility for my mother.  I\'m wondering if you accept Medicaid for payment?. I\'m looking forward hearing from you. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckensington.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckensington.com.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 12:33:31','2026-02-23 12:33:31','a622af75-9de0-49f5-bc5b-ff6af91eac7d'),
(33770,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Johnny winters \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wintersj32@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello my name is Johnny winters I tried to apply for a cna position on the site but its not loading an application  and I have no way to attach my resume to this message my phone number is 262-230-7226 my email is wintersj32@gmail.com \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@southpointecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 12:54:52','2026-02-23 12:54:52','95465363-d249-498d-bad4-d3fcf1e9f883'),
(33825,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Nick Stasieluk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nstasiel@nymc.edu\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"New York Medical College Division of Physical Therapy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1225],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nI am the Clinical Education Admin for NYMC Division of Physical Therapy; we have a Clinical Training agreement with your facility. I am reaching out to request updated contact information for possible student placements in the future. Thank you and stay safe in the Snow!\\n\\n-Nicholas Stasieluk   \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 15:18:40','2026-02-23 15:18:40','d7a4a0f1-9b96-4a53-b02d-c43742c4a3f5'),
(33863,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"David Steen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"david@intellectible.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Intellectible\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1353],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, this message is intended for whoever oversees your federal bidding efforts.\\n\\nIs your team still spending significant time manually finding and qualifying SAM.gov opportunities?\\n\\nOur AI system evaluates 1000s of daily fed opportunities, including full solicitation documents against your specific past performance and win criteria, not just keyword matches.\\n\\nInstead of your team sorting through feeds, you receive a daily shortlist of high-fit opportunities, typically doubling qualified pipeline and reducing admin by 95%. \\n\\nWould it make sense to share a quick overview?\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 15:53:56','2026-02-23 15:53:56','2531efa4-86a1-4c20-a986-ee9cba33ab1b'),
(33867,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"David Steen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"david@intellectible.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Intellectible\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, this message is intended for whoever oversees your federal bidding efforts.\\n\\nIs your team still spending significant time manually finding and qualifying SAM.gov opportunities?\\n\\nOur AI system evaluates 1000s of daily fed opportunities, including full solicitation documents against your specific past performance and win criteria, not just keyword matches.\\n\\nInstead of your team sorting through feeds, you receive a daily shortlist of high-fit opportunities, typically doubling qualified pipeline and reducing admin by 95%. \\n\\nWould it make sense to share a quick overview?\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 15:57:06','2026-02-23 15:57:06','ff0e7361-edf1-45e3-901b-da63ad284b36'),
(33876,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Darlin Méndez \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"darlincuenta13@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+15512244464\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello,\\n\\nMy name is Darlin and I am applying for the Housekeeper position at Complete Care. I am reliable, hardworking, and enjoy keeping spaces clean and organized. I am eager to contribute to a safe and welcoming environment for residents.\\n\\nThank you for your time and consideration. I look forward to the opportunity to join your team.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 16:24:26','2026-02-23 16:24:26','de0456b8-7a86-4907-b2f5-ef7542c67d6d'),
(33877,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Anthony Giordano\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"giordanoanthony@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Sir:\\n\\nI am a volunteer ESL teacher who has a student in Pakistan.\\nHe is a registered nurse and has good English skills.\\nHe would like to move to the United States and asked me to find out what he must do to qualify for a license and position here.\\nCan you give me any advice on how to help him?\\nThank you,\\nAnthony Giordano\\n908-313-0520\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 16:24:27','2026-02-23 16:24:27','648e8f87-51ff-4779-acd0-de4a80ebc489'),
(33901,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TAISHA FLOREAL\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"TAISHACF@GMAIL.COM\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"About CNA Classes Application\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Admissions Office,\\nI hope this message finds you well. \\nI  am very interested in enrolling in the program and would appreciate any updates regarding the status of my application, including important dates, next steps, or additional requirements.\\nPlease let me know if you need any further information from me. Thank you for your time and assistance. I look forward to your response.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 17:14:04','2026-02-23 17:14:04','0914d9ca-2b0f-49df-8d66-86c8441b859f'),
(33903,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Nicholas Wynn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nicholasjwynn@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1315],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My dad, John Wynn, is currently getting rehab care at the above location and I would like to ask the social worker on premises about the facility’s transportation guidelines. My dad wants me to drive him to an appointment on Friday 2/27 but i don’t think its safe because he might really get hurt trying to get in and out of my car. Could official staff tell him that, and would there be another option to get him transported?\\n\\nThank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 17:19:24','2026-02-23 17:19:24','c91b2dca-c5de-4e72-a252-c7c31e503fcd'),
(33907,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gary Tinkel\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hilbren@comcaest.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1097],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We are looking for a sub acute rehab facility for my wife who just had open heart surgery &amp; is currently in the hospital.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 17:59:28','2026-02-23 17:59:28','24ba0803-ac73-416f-94ee-7f9889ab3187'),
(33908,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kelsy Brookins\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kbrookins@greenfield.k12.wi.us\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Greenfield High School\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello:\\n\\nI am the Theater Director at Greenfield High School, and I would like to invite your residents to our spring performance of Guys and Dolls, a Musical Fable of Broadway. The show is set in 1930 and is part of the Golden Age of Broadway.  I believe your residents would greatly enjoy the production as they likely know several of the songs including \\\"Sit Down, You\'re Rocking the Boat\\\" and \\\"Luck Be a Lady\\\". \\n\\nOur performances are Friday, March 20 and Thursday, March 21 at 7pm, and Sunday, March 22 at 1pm. The Greenfield PAC is located at 4800 S. 60th Street, Greenfield, WI. \\n\\nIf you would like to bring a group, we\'d be glad to offer a discounted ticket price of $8/ea instead of our usual $10. We have handicap accessible seating in the theater as well. \\n\\n\\nIf I can be of assistance in booking tickets for a group, please let me know!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 18:15:58','2026-02-23 18:15:58','1c53db80-ca61-43c4-8e74-1e62bd40b3f1'),
(33909,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ashton Miller\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ashtongrace123@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3044904948\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1323],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[33910],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I haven’t experienced a housekeeping job yet , but i’ve always wanted to work in a nursing home so this will be a great start !! i have experience in serving &amp; also hosting .\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareoakridge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecareoakridge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 18:30:54','2026-02-23 18:30:54','da97eda5-025b-4f31-8204-a8fdaada1ecb'),
(33916,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ka’Mya Bailey\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kamyaa.baileyyy@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3026871568\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1337],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[33917],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to apply for the Dietary Aide position at your facility. I am someone who takes pride in being dependable, respectful, and detail-oriented, especially in environments where care and teamwork are important.\\n\\nI enjoy working in roles where I can be helpful and contribute to others’ well-being. I understand how important nutrition, cleanliness, and consistency are in a healthcare setting, and I always do my best to make sure tasks are completed correctly and efficiently. I am calm under pressure, willing to learn, and take responsibility for my work.\\n\\nAs a student in a Nursing Technology program, I am developing a strong foundation in professionalism, safety, and compassionate care, which I bring into every job I take on. I am eager to continue gaining experience in a care-focused environment and to be part of a team that values quality service and respect.\\n\\nThank you for your time and consideration. I would appreciate the opportunity to further discuss my interest in this position.\\n\\nSincerely,\\nKa’Mya Bailey\\n302-687-1568\\nKamyaa.baileyyy@gmail.com\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsilverlake.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccsilverlake.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 19:46:54','2026-02-23 19:46:54','93b54ca4-f179-49ca-9eb7-bae1322742da'),
(33918,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janel Walls CSW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jewalls@autumnhc.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1261],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Available male stc bed. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 19:54:58','2026-02-23 19:54:58','4e9b7942-8126-4610-9558-8d45c8933337'),
(33919,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TARA FLORES\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Tstar0720@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1177],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon, I am looking for Assisted/Independent living  arrangement for my aunt, Martha Parra. She is currently in a skilled nursing facility. Please call me at your earliest convenience to go over details - Thank you in advance.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 20:00:22','2026-02-23 20:00:22','0d5d9a64-14f2-4302-97ef-a0769e6edb0e'),
(33932,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Blatt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"blatt186@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Are there anywaiting list for skilled  nursing\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 20:17:07','2026-02-23 20:17:07','27cb0ba5-4474-455d-9a69-c35ae301a2d9'),
(33933,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Blatt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"blatt186@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Are there any waiting list for skilled nursing?\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 20:17:58','2026-02-23 20:17:58','cf011daf-3c19-46ec-9c2a-d8dcf8685812'),
(33934,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Krystal Sierra\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ksierra002@my.wilmu.edu\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Wilmington university \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I hope this message finds you well. I am currently a DNP student embarking on my evidence-based practice project. My project focuses on implementing the \\\"Five Wishes\\\" document within Advanced Care Planning conversations. I am seeking the opportunity to conduct this initiative at a Complete Care facility. I have secured approval from the Human Subjects Review Committee (HSRC) for my DNP research, contingent upon receiving site approval.\\n\\nThis project aligns with the shared goals of enhancing patient outcomes, optimizing staff workflow, promoting person-centered care, and advancing evidence-based practice. I would greatly appreciate the chance to meet with you in person to discuss this initiative further.\\n\\nPlease let me know your availability for a brief discussion. I am prepared to submit a formal proposal detailing the project\'s purpose, methodology, time commitment, and anticipated impact.\\n\\nThank you for your time and consideration.\\n\\nRespectfully,\\nKrystal Sierra, DNP student\\n302-222-1865\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 20:24:24','2026-02-23 20:24:24','86bae25f-e96f-47ef-a65c-08d3f2978ee3'),
(33952,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Barbara A Crawn\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"barbaracrawn5@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17327755500\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1011],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Im retired and I worked for Hackensack meridian Healthcare for 28 years and I want to get back into this field again\\nThank you for your time \\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccoceangrove.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccoceangrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 22:11:43','2026-02-23 22:11:43','37d8e7e0-2e85-4706-9e20-72ed76609774'),
(33953,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Glueckert\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jglue2002@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\nI am looking into housing options and support for my parents who live in Manitowoc, WI. \\nMy Mom needs memory care support.\\nMy Dad needs caregiver support.\\nThank you!!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 22:14:32','2026-02-23 22:14:32','aff33974-1213-4f9f-9709-40c32a324cab'),
(33954,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Glueckert\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jglue2002@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Hailey,\\nI left you a voicemail today regarding my parents who live in Manitowoc.\\nMy mom needs memory care support and my dad needs caregiver support. They currently live independently but we would like to get options and things in place for the near future.\\nThank you.\\nJennifer\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 22:18:00','2026-02-23 22:18:00','e0cc9a86-ad16-4c01-a3f9-45fc489525b3'),
(33956,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Nicole Buckley\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nicole.buckley@insmed.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Insmed Incorporated\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I hope this message finds you well. My name is Nicole Buckley, and I work at Insmed Inc., headquartered just across the street from Complete Care at Green Knoll.\\n\\nIn March, we will be hosting our Global HR Meeting, and as part of our agenda we are organizing a giveback activity in which our team will create floral arrangements. We would love to donate these arrangements to your community for distribution to residents.\\n\\nWould Complete Care at Green Knoll be interested in receiving approximately 25 flower arrangements on March 19th? We would be happy to coordinate delivery at a time that is most convenient for your team.\\n\\nPlease let me know if this is something that would be of interest, and if there are any guidelines we should be aware of.\\n\\nThank you for all that you do for your residents and the community.\\n\\nBest regards,\\nNicole Buckley\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-23 22:24:22','2026-02-23 22:24:22','5422147e-1ae9-4d15-9e84-f35a17a64719'),
(33968,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"AdeOlutola\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bolaepic@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9732802245\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[33969],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3204,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\nI am writing to express my interest in a Mental Health Counseling internship opportunity within your organization. With a professional background as an Executive Assistant and a strong commitment to pursuing a career in counseling, I am eager to gain hands-on experience that will allow me to integrate my administrative expertise with my passion for supporting individuals’ emotional well-being. \\nIn my role as an Executive Assistant and talent operations professional with 10+ years’ experience, I have developed strong organizational, communication, and interpersonal skills that translate well into clinical environments. I am experienced in managing sensitive information with discretion, coordinating complex schedules, and creating supportive, structured environments skills that I believe are essential when working in mental health settings. These experiences have strengthened my ability to remain calm under pressure, listen attentively, and respond with empathy and professionalism.\\nMy counseling approach is grounded in empathy, cultural humility, and a strengths-based perspective. I strive to create a safe, collaborative space where individuals feel heard, respected, and empowered to explore their experiences. I am particularly drawn to approaches that emphasize self-awareness, resilience, and practical coping strategies, as I believe meaningful change occurs when clients feel supported while building on their existing strengths.\\nAs I continue my academic and professional journey toward becoming a clinical mental health counselor, I am particularly interested in opportunities that will allow me to observe clinical practice, support program operations, and contribute to client-centered services. I am motivated to learn, receptive to feedback, and committed to upholding ethical standards, cultural responsiveness, and compassionate care in all interactions.\\nI would be honored to contribute my dedication, reliability, and genuine passion for the counseling field to your team. Thank you for considering my application. I would welcome the opportunity to further discuss how my background and career goals align with your internship program.\\nSincerely,\\nAdebola Olutola\\n(973)280-2245\\nbolaepic@gmail.com\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 01:50:37','2026-02-24 01:50:37','f513b9ae-95d4-4d6d-b55d-247d2d8a3d88'),
(34041,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Olivia Coombs\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"coombsolivia2016@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7085415048\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34042],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3194,3204,3198,3192,3206,3202,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Well experienced nursing assistant in the market for an employment opportunity. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 06:15:47','2026-02-24 06:15:47','44be9466-406a-43d0-b0e1-0102b8604dc4'),
(34046,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Khalil Tutt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"khaliltutt12@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Bell Cares Transportation \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am reaching out to introduce our services and explore the opportunity to become an approved transportation partner for Complete Care at Clark.\\n\\nWe specialize in dependable ambulatory and wheelchair medical transportation for resident appointments, dialysis treatments, specialist visits, and hospital transfers. Our focus is on punctuality, professional presentation, clear communication with facility staff, and respectful service to residents and families.\\n\\nAs a former hospital patient transporter, I understand the importance of smooth care coordination and minimizing delays that affect resident schedules. Bell Cares Transportation carries $1 million in liability coverage and is committed to maintaining high safety and reliability standards.\\n\\nI would welcome the opportunity to briefly connect and discuss how we can support your transportation needs.\\n\\nPlease feel free to contact me directly at (908) 502-8093 I look forward to speaking with you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 06:40:54','2026-02-24 06:40:54','9950ec9a-0f48-43de-a84a-17ba51ea4269'),
(34050,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alex Bridgman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alexb@commercialcleanrsinc.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Commercial Cleanrs\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Alex here with Commercial Cleanrs—I left you a voicemail and sent a quick text earlier.\\n\\nWe work with businesses that are tired of unreliable cleaning, rotating staff, or having to follow up on the same issues over and over.\\n\\nOur focus is simple: consistent, professional cleaning without the management headache.\\n\\nIf you’re open to it, I can put together a no-obligation cleaning estimate or we can do a quick call to see if switching would even make sense.\\n\\nWould you be open to a brief conversation this week?\\n\\nThanks,\\n\\nAlex Bridgman\\nSales Representative\\nCommercial Cleanrs\\nalexb@commercialcleanrsinc.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 07:34:10','2026-02-24 07:34:10','d64314b8-53b3-4d3f-a5f9-8d6d2e32a000'),
(34182,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chris Carter\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chris@medsolercm.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro-MedSole RCM\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI hope you’re doing well. I’m reaching out to introduce Pro-MedSole RCM, where we support healthcare providers with insurance credentialing (Medicare, Medicaid, and commercial plans), LLC formation, licensing, and complete medical billing services.\\n\\nHeadquartered in Mesa, AZ, with offices in TX, NJ, and NY, we proudly serve 700+ billing clients and 1,200+ credentialing clients nationwide. Our experienced teams handle credentialing, billing, licensing, LLC registration, and virtual assistant services  all designed to simplify your administrative workload.\\n\\nWe also offer added benefits like practice audits, EHR/EMR setup, EFT enrollment, contract support, portal updates (CAQH, PECOS, Availity), and a one-month free billing trial at no extra cost.\\n\\nIf you’re open to a quick Zoom call, I’d love to learn about your current setup and explore how we can help.\\n\\nAnd if it\'s not a fit, feel free to send over your best (good-natured) insult, we\'ll both get a laugh, and I’ll respectfully bow out.\\n\\nThanks for your time!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 13:42:58','2026-02-24 13:42:58','e860a736-626a-4e81-8c39-eea1c5f0e527'),
(34185,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Janice Dilligard \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dilljae9@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(973) 393-7225\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34186],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Interested in engaging in a class that involves Cna I do have experience in CHHA and I can provide a updated resume \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 14:04:37','2026-02-24 14:04:37','35afa487-9a98-4d01-9d40-5e3c0d8a945b'),
(34229,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tawana Tomaw\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ttomaw09@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147085452\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1407],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"no available resume\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsouthpointe.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsouthpointe.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 16:56:14','2026-02-24 16:56:14','cb6f5dbb-a992-467d-88f4-068a784b73fc'),
(34240,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Debra Wolfe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nursedebra07825@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1231],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I wasn’t sure exactly how to reach out not having a direct email for Ed or Elizabeth.  I had an interview with Elizabeth and Ed on Friday 2/19/2026and wanted to thank them both for meeting with me and considering me for a position at Complete Care.  I really enjoyed meeting you . \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 17:11:58','2026-02-24 17:11:58','fc8a063b-a444-4f4f-a0b0-81a57140021e'),
(34301,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Asaad Morris\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"saadieajm03@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9084052442\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1103],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34302],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good Afternoon, \\n\\nAttached is my resume. I’m currently seeking employment and I’m interested in your recreation position\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 18:12:57','2026-02-24 18:12:57','4c7dee68-0e23-41df-92fb-be985b8be162'),
(34317,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emily Wanyoike\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"emmawanyoike@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1005],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I need the management number to follow up with my benefits. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 19:19:54','2026-02-24 19:19:54','b40a1d2d-4dd8-46d3-bb63-080ede059fb1'),
(34319,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Za’niy Lowery \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"zaniy301105@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9738517807\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34320],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m interested in working dietary I don’t have that much experience, but I do have food experience\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfairlawnedge.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 19:26:39','2026-02-24 19:26:39','17845fba-6f19-4d13-953b-916e60d9ceda'),
(34323,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Brien Pennington \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"brienpennington@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7327680181\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1045],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34324],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am eager to contribute to the team\'s success within the facility. My aim is to collaborate effectively and support all operational goals. I believe in fostering a positive and productive work environment. I am committed to assisting wherever my skills can be of service. I look forward to being a valuable asset to the team.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbayshore.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccbayshore.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 19:38:14','2026-02-24 19:38:14','bfee7aae-7146-453f-a93c-c492291d1ff2'),
(34332,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mary Griep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"marygriep1@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"home\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,  I\'m looking to get i\\nI\'m looking to get initial information from you and Complete Care regarding my mother, Sharon Backhaus.  She currently reside in Valders.  Our family believes that it will be in her best interest to have more complete day-to-day memory care. It would be great to get more information on the process and possibilities for her going forward. My phone is 402.515.6052\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 19:55:08','2026-02-24 19:55:08','e4358bcd-3886-43d8-891d-e20d087caeb2'),
(34333,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Stefanie Hamenia\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"stefanie.hamenia@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9084726469\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1177],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Interested in visiting with my Girl Scout troop so they can earn one of their badges\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 19:56:32','2026-02-24 19:56:32','ed381246-428e-42de-bae3-32f1bf395829'),
(34344,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Luis Andino\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"luisandino0730@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2037684670\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1425],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am a 17-year-old Naugatuck High School student interested in the Dietary/Food Service position at Glendale. I am responsible, dependable, and eager to learn. I work well with others and take pride in completing my tasks carefully and on time. I would appreciate the opportunity to contribute to your team and support residents in a positive and respectful way. Thank you.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareglendale.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareglendale.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 20:40:13','2026-02-24 20:40:13','440ed13f-1723-430c-bc75-287f00dc4c39'),
(34347,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Teresa Covell\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"Terryione1959@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9088944369\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1067],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Im a member of Somerset Hills Harmony and would like to see if I can get a quartet together to sing and/or provide other kinds of activities/interaction with the residents on the Memory Care Unit.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 20:43:04','2026-02-24 20:43:04','1ca8f0f5-3bf3-4e72-a174-d7bc1cefbd4c'),
(34350,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Maria\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mariamancia30@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9089175312\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1103],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34351],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am interested  in  food service and housekeeping positions \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 21:49:44','2026-02-24 21:49:45','692d0a09-49d1-4b42-b9d8-b8feb6fcf743'),
(34359,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing the form - please ignore \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 22:48:06','2026-02-24 22:48:06','5123de03-90e7-4dc8-8e66-b77fd6032c70'),
(34365,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Camille A Ong\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Camille.ong22@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"15512096841\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34366],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Professional summary: Hospital food service cook with 5 years in patient and retail operations.\\nCross‑trained across every station, trusted shift leader. Strong with therapeutic diets, MyDining, cash\\nhandling, and trayline timing.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-24 23:27:37','2026-02-24 23:27:37','6b7d3a88-606d-4309-a4a9-f9ba9e92bd22'),
(34368,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"John Matthew Terranova \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"jmtterranova1220@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3045461155\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1323],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am very interested in volunteering. I want to make a difference in someone’s life.  Listening to memories, stories, music and exploring their interests. I look forward to your response!\\n\\nRespectfully,\\n\\nJohn Terranova\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 00:01:59','2026-02-25 00:01:59','e988cc57-0245-4a3a-8340-e303d20d9f2e'),
(34369,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"John Matthew Terranova \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"jmtterranova1220@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3045461155\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1323],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am very interested in volunteering. I want to make a difference in someone’s life.  Listening to memories, stories, music etc Meeting  the needs of  folks exploring their interest s\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 00:04:56','2026-02-25 00:04:56','baf804e8-53a6-4c26-b5a7-24887de2155a'),
(34371,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sheron Spencer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sheronspencer74@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14103146830\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34372],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Sheron Spencer\\n4012 Ridgecroft Rd\\nBaltimore, Maryland, 21206\\n 4103146830\\nsheronspencer74@gmail.com\\n\\nDear Hiring Manager,\\nI am writing to express my interest in a position within your healthcare facility. I abtained my education and training at Health Focus Inc. completing the program with my CNA/GNA and Certified Medical Technician. I have completed my clinicals at Oakwood Care Center. With a strong foundation as a neighborhood health advocate and experience as a daycare owner and provider, I bring a unique combination of compassionate care, organizational management, and community engagement that I believe aligns well with the goals of your organization.\\nIn my role as a neighborhood health advocate, I worked closely with families to connect them with vital healthcare resources, promote wellness education, and ensure continuity of care. This experience deepened my understanding of the healthcare system and strengthened my ability to communicate effectively with diverse populations.\\nAs a daycare owner and provider, I managed all aspects of operations, from scheduling and budgeting to compliance and client relations, while fostering a safe and nurturing environment for children and their families. This required strong attention to detail, multitasking under pressure, and building lasting relationships, all of which are essential in a medical administrative role.\\nI am passionate about helping others and am seeking a role that will allow me to grow professionally while continuing to make a meaningful impact on people\'s lives. I am eager to bring my dedication, adaptability, and people-first mindset to a medical setting where I can contribute to both patient experience and operational excellence.\\nThank you for considering my application. I would welcome the opportunity to speak with you about how my background and passion for healthcare can be an asset to your team.\\nSincerely,\\nSheron Spencer\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmultimed.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmultimed.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 00:21:37','2026-02-25 00:21:37','d81a4e20-83a5-462e-875a-c79bd3d98fbc'),
(34376,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"WENDY AYARS\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"wendi1109@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"16094080109\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[969],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34377],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3204],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\".\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 01:30:10','2026-02-25 01:30:10','e49bea0d-347c-47d2-96ef-024604e524ec'),
(34445,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer franklin \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"xoxjerseybabyxox@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1073],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am currently an aide at bayside manor in Keansburg I am cpr certified and have my. Current ppd I have been in the health care for almost 4 years. I have been at bayside manor for 9 months and I worked for  senior helpers  in Manalapan for 3 years  as a aide  I have experience \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 04:48:54','2026-02-25 04:48:54','b6418cb6-30d1-4272-9ab0-21b8c2b2246a'),
(34469,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"James Herrera \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"officialgrey@duck.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Vision Integration Technology Solutions \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I can volunteer for almost anything however, I work in tech so that would be the area I would be most effective.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 07:53:46','2026-02-25 07:53:46','5c577bca-ea6a-4535-a12c-f77f5e73a437'),
(34475,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tiosha Walker\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tioshawalker42@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2408549352\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1303],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34476],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Greetings I’m Tiosha Walker, A caregiver I’ve been working as a licensed CNA since 2020. I’ve done home care and facilities. I’m looking forward to join the team. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchyattsville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchyattsville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 08:05:58','2026-02-25 08:05:58','6ea5f67a-21ae-495b-9720-0629e965ff28'),
(34628,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Antonia Hughes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"antoniahughes3@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We are looking for a long-term care facility for our sister, Wanda Green-Hayes.  I would like to schedule a tour of the facility on Friday, February 27, 2026 after 3:00PM. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 13:45:07','2026-02-25 13:45:07','cae658d8-a9cd-4873-9b36-e3343094d31f'),
(34632,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeania Weber \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jeania101@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1371],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m looking for a Skilled Nursing long term car facility for my 71 yr old mother.  I would like to get more information. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckensington.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckensington.com.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 13:54:28','2026-02-25 13:54:28','d7b44ca3-59ef-4891-8013-8c18019b2e66'),
(34644,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lexi Matt\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"alexiamatt1@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9207238105\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1383],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m not a cna but have been a caregiver for 16 years and currently work for Skaalen \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 15:33:48','2026-02-25 15:33:48','1d1524ca-1c5d-48a4-9957-938dc4fe50d0'),
(34651,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sam Hajhassan\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"samtek92@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2014014328\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1249],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34652],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"-\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwaynehills.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccwaynehills.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 16:12:59','2026-02-25 16:12:59','cb96da0c-c099-4812-bf0a-c7749df82848'),
(34657,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Mary Ann Brown\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mbrown609@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7736807928\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1477],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am strongly interested in a position with your establishment. I have great organizational skills, and I am committed to learning and approving my knowledge. I am confident that I have the eagerness and the experience to get the job done. I have over ten years of data entry and customer service experience. I also have over twenty years of computer knowledge and can learn new software quickly. I have worked as a front desk security officer, so I gained valuable experience in maintaining a high level of respect for others. I can remain calm under pressure which allows me to provide a solution to resolve issues, so they do not arise in the future. With my great attention to detail and my love for people and data accuracy, I would be an asset to your business.\\n\\nI would be honored to work with you and your talented team. I would love the opportunity to talk and discuss how I might contribute to your business.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmargatepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmargatepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 16:24:21','2026-02-25 16:24:21','37e36c79-4046-4589-a758-486e4ee70880'),
(34660,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Casalino\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikec@redcomllc.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"REDCOM Design &amp; Construction\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning,\\nI\'m Mike Casalino with REDCOM. We are developers in Westfield, NJ and we are in the process of acquiring an unapproved lot in the Rahway/Avenel, NJ area. We have had multiple meetings with the town and we have agreed on an assisted living use at the site. We have developed a concept that shows a 3-story, 65,000 SF building with 150-200 units. While we think this is the maximum we can build, we can go reduce this scope based on an end users requirements. Is this something Complete Care would be interested in? We\'re very excited about this development opportunity and hope to talk with you about it soon.\\n\\nThank you\\nMike Casalino\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 16:39:43','2026-02-25 16:39:43','2330b74f-11cf-41b6-aa05-6b5e1efbaa9e'),
(34662,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Donna L Guida\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dguida8190@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My mother (Elizabeth Bialecki) is a resident there.  She is there at this time for rehabilitation.  My sister Kathy has been communicating on her behalf but I to have POA.  \\nShe seems to be having bouts of Veritgo.  She thinks it is dizziness but when she describes it to me it sounds like Veritgo.    Prior to coming there she fell and hit her head.  She said someone was going to do an Xray but to date no one has done that.  Her issue could be the fall or possibly additional medication.  \\nCan someone look into it and advise.  I can be reached at 908-910-7832.  You can also reach out to Kathy since she\'s been communicating with your staff.\\n\\nThank you for your attention to this matter.\\n\\nDonna Guida\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 16:44:36','2026-02-25 16:44:36','0ca88c60-71c2-4140-a260-ed68bab4e6a3'),
(34663,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1249],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing the form, please ignore!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwaynehills.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 16:57:34','2026-02-25 16:57:34','8be3e5dd-8c0e-48b5-b202-5c002ccd01d5'),
(34664,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Grace\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"GOLeary@completecaremgmt.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"1234\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1249],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Testing the form, please ignore!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwaynehills.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccwaynehills.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 16:57:55','2026-02-25 16:57:55','ff8a2710-d46c-445e-87ae-642ecc46b9df'),
(34668,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1473],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing the form, please ignore!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareblvd.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 17:07:10','2026-02-25 17:07:10','052416b2-2c87-4eff-927c-b5dff5be4469'),
(34669,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1473],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing the form, please ignore!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareblvd.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 17:07:43','2026-02-25 17:07:43','08a5ca0a-5d8c-45f8-959e-9051c84cab0f'),
(34670,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Martha Kamara\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"1971@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8624366776\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[999],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have worked as CNA in North Carolina and I have just moved to Willingboro, NJ 08046\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmarcella.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmarcella.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 17:14:11','2026-02-25 17:14:11','769a6d61-a451-4867-ad71-281be47a8a80'),
(34674,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOLeary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing, please ignore!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmaplegrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmaplegrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 17:19:14','2026-02-25 17:19:14','d5b29dc7-0e34-4423-8705-eec33f183969'),
(34685,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ben Hafford\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Ben.Hafford@wonolo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Wonolo\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1443],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I saw there was an opening for a cook. I would love to talk to someone about possibly assisting with filling this position. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 18:04:54','2026-02-25 18:04:54','1c65d69b-ba43-48c9-8595-9ed163894a7e'),
(34686,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ben Hafford\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ben.hafford@wonolo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Wonolo\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1461],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I saw you were hiring for a cook at this location and I would love to talk to someone to see if I could help fill this role. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 18:05:59','2026-02-25 18:05:59','7597c159-a362-45d8-b4cd-18f0c61f76d8'),
(34695,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Zara Kapadia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zkapadia@us-fas.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Ocean County Foot and Anke Surgical Associates\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We have few claims for one of our patient whose claims are denied by Medicare stating facility is responsible for payment. Since patient was in your facility, I would like to know how I should go about getting these claims processed and paid? Where and how should we submit the claims to the facility?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 19:10:42','2026-02-25 19:10:42','78fc9e99-9380-49b6-a13d-6d7d05062fb3'),
(34705,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kelly Miles\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kelly.miles@ensemblehp.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"St. Vincent Hospital/Ensemble\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Please provide email address for your Accounts Payable department as I have a few outstanding claims that require status. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 19:21:24','2026-02-25 19:21:24','7f5fc3a0-e347-40c5-9103-56e13b40c566'),
(34706,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"La\'Tia Cross\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"l.m.cross9020@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7573227976\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1309],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello! I am interested in volunteering. I can read or play games. I can help for special events and holidays too.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 19:22:50','2026-02-25 19:22:50','6936c164-4027-4051-8cf0-a481ca7de7bc'),
(34721,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jenifer Weyandt \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenifer.weyandt@lifelinemedicalcenter.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Lifeline Medical\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Jenifer Weyandt, and I represent Lifeline Medical Center. We specialize in providing compassionate, professional mental health services tailored to meet the unique needs of nursing home residents.\\nWe understand that transitioning into a nursing home can be a difficult experience for many individuals. Being away from home, family, and familiar surroundings can lead to feelings of anxiety, depression, loneliness, or adjustment challenges. Our goal is to help ease that transition and provide residents with the emotional and mental health support they deserve.\\nLifeline Medical Center offers: • Medication management services\\n• Individual counseling services\\n• In-person visits directly at your facility\\n• Convenient telehealth appointments\\nThere is no cost to your facility—our services are billed directly through the resident’s insurance.\\nOur team works closely with facility staff to ensure seamless, coordinated care that enhances the overall well-being of your residents.\\nWe would love the opportunity to connect with you, learn more about your facility’s needs, and discuss how we can support your residents and staff. Please let us know a convenient time to set up a brief meeting or call.\\nThank you for the important work you do every day to care for your residents. We would be honored to partner with you.\\nWarm regards,\\nJenifer Weyandt\\nLifeline Medical Center\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 19:37:19','2026-02-25 19:37:19','f47f0230-dfbe-4943-a07b-2c1060fd3429'),
(34723,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Shanea millner\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"shaneamillner@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14437438177\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1289],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[34724],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello I am a food service manager interested and joining the food service team\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://completecareheritage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 19:38:38','2026-02-25 19:38:38','cecdc1cc-97a3-47b5-90ff-0ac3485a7a45'),
(34763,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Joe Trudeau\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"magicmiler@aol.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2037332910\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1425],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I recently just retired from hospitality/ food service.  Not sure if this would work but am willing to listen to options. I live near by and am available most weekday mornings/early afternoons. \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 19:49:30','2026-02-25 19:49:30','21b51666-6603-4397-a2f6-cce0e1f8d059'),
(34767,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Melissa Neczesny\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"melissanecz@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7324921691\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1023],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Looking for more information on your volunteer program \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 19:52:25','2026-02-25 19:52:25','8c013fec-fa40-4138-950e-e57645822804'),
(35176,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"aniyah jones\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mspretty451@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6092039814\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[999],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[35177],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"job applications \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmarcella.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmarcella.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 21:08:15','2026-02-25 21:08:15','7df05de2-1fb9-4bfc-9f15-b2c09064403a'),
(35219,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ashley Clark \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ashleytatclark3@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"complete care Berkshire- Human Resources \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\nI was employed as a dietary aide in approximately August 2025. Can you please help me obtain a termination letter? \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-25 21:09:54','2026-02-25 21:09:54','368e28d7-bd00-4629-8fa7-310027f278d0'),
(36026,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kiera\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"deree23@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Us navy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1473],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"To whom it may concern,\\n\\nRequesting management to contact me in regards to my father’s care and the lack of communication and legal non compliance for an active power of attorney on behalf of your staff at the facility listed above. I have extensive email communication and violations documented warranting legal action for your this company regarding the disregard for my fathers care currently at this facility with your staff. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 00:16:45','2026-02-26 00:16:45','b7c4720b-beb1-42ac-88cc-857f6022cca0'),
(36029,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alexandra Searing\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"searingalexandra@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1005],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello! \\n\\nI am currently a graduate student in Speech-Language Pathology and am very interested in pursuing my Clinical Fellowship in a medical setting. I am writing to inquire whether your facility accepts SLPs for their Clinical Fellowship year. I would greatly appreciate any information you can provide! Thank you for your time and consideration!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 01:11:11','2026-02-26 01:11:11','0a111d26-3551-424d-92ce-f2d2ec3d2d0f'),
(36030,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Stephanie Nolen\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Stephanienn30@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4142181942\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36031],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Stephanie Nolen Resume \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 01:33:13','2026-02-26 01:33:13','01beb6d2-ee8d-46a4-86d3-094f606eaf47'),
(36035,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Juan Villacis\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"villacisleonard@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+1 (732) 948-7796\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[957],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36036],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi my name is Juan I’d love to apply for a position here at complete care! I heard about you through a worker of yours who said he was happy with the job and recommended I try applying!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebrick.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarebrick.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 01:59:24','2026-02-26 01:59:24','c6e97902-9a94-4cce-bf05-d0ecfe19fb47'),
(36060,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"WIng Yu Chan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@icecleanser.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am Wing from Ice, an LA startup with a patent-pending premium pH-neutral transparent bar soap designed for senior living and skilled nursing facilities.\\nWe admire Complete Care’s impressive scale and recent recognitions with multiple facilities on the U.S. News and Newsweek Best Nursing Homes lists. We understand the challenges of supporting dedicated caregiving teams while protecting residents’ delicate skin and providing dignified daily experiences. We are here to help.\\nIce’s pH-neutral formula preserves the elderly skin’s acid mantle, while its crystal-clear easy-grip design reduces bathing resistance and frees valuable caregiver time.\\nIf this is relevant to your current priorities, I would be glad to share more details upon your reply.\\nBest regards,\\nWing\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 04:36:34','2026-02-26 04:36:34','98d9eb0c-1fc0-4520-9d56-0c1d5adeb0d8'),
(36131,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Wendy maria cespedes\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"wendypi55@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14848372376\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1219],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36132],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am a Certified Nursing Assistant with 17 years of experience providing compassionate and reliable patient care. I am very interested in joining your team and contributing my skills and dedication to your facility.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclehigh.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cclehigh.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 08:59:50','2026-02-26 08:59:50','25614ada-ca2a-4e79-b8d1-8ea7a80f5b17'),
(36166,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"LaTonya Brown\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"latonyab639@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4148017968\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36167],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 15:34:37','2026-02-26 15:34:37','c5a40ae3-b3f0-47f7-a7a8-5765ccc2b2cf'),
(36170,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nicole Wells\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nicolewells469@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4143010889\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36171],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, my name is Nicole Wells and I am extremely Interested in becoming apart of your team. I am currently a certified nurse assistant and believe I will be a great addition to your company. I would love to hear from you, I am always available Wednesday - Friday 10 am.\\n\\nThank you so much, have a great day!  \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 15:48:10','2026-02-26 15:48:10','b783d069-0f86-45b4-b60d-1c147880098c'),
(36173,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DarRon Harmon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Medicgrizzinc@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Medic Grizz Inc-CPR \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is DarRon Harmon. I am an American Heart Association instructor and a licensed Paramedic. I have 10 years of experience in emergency medical and transport services. Throughout my career, my passion has been providing life-saving care and empowering others with the skills to respond confidently in emergencies.\\n\\nI am reaching out to offer CPR training classes to individuals, organizations, churches, schools, and community groups throughout the East Coast. My goal is to continue building strong relationships within the community while expanding access to essential life-saving education.\\n\\nI am currently available to conduct classes on Tuesdays, Thursdays, and weekends. Training sessions can be tailored to meet the needs of your group. Whether for workplace readiness, community safety, or personal knowledge.\\n\\nIf you are interested in learning more or scheduling a class, please feel free to contact me using the information below. I would be happy to discuss details and answer any questions.\\n\\nThank you for your time and consideration. I am excited to begin this journey and look forward to working together to help save lives.\\n\\nSincerely,\\nDarRon Harmon\\nParamedic\\nMedicgrizzinc@gmail.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 16:00:32','2026-02-26 16:00:32','00957e5b-58f9-48a9-8923-943544136801'),
(36177,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Diana Vojtasek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"DVojtasek@PACE-CS.Com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"PACE/SeniorLIFE of Reading\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning! Wanted to introduce myself as new Enrollment Coordinator for SeniorLIFE Reading. Would love to meet and discuss SeniorLIFE as a potential resource for vulnerable or at-risk residents. We\'re a fully-funded Medicaid program that provides holistic, coordinated care at $0 cost to participants, allowing them to age with dignity at home. Feel free to reach out anytime. I look forward to hearing from you! Warmly, Diana\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 16:19:27','2026-02-26 16:19:27','dc38afc1-300c-4d60-b764-c4374667603b'),
(36178,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mackenzie Johnson \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mackenziejohnson175@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Complete Careel at Jefferson Meadows in Baraboo\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1395],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi - just following up on the application I submitted the receptionist position in Baraboo, WI\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 16:25:30','2026-02-26 16:25:30','543fb5b4-f02f-4d37-9c4c-36fba7fe63ca'),
(36181,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Heather Geiger\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hgeiger@co.door.wi.gov\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"ADRC of Door County\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nI have a client I am working with that is looking for a vent bed for her husband and trying to get him closer to home in Door County. He is currently at a facility in Illinois and would like to see if she can get him transferred to your facility if he is eligible as soon as possible. If there is a wait list, she would like to get on that. If someone wouldn\'t mind calling me at their earliest convenience that would be great. My direct number is 920-746-2315.\\n\\nThank you!!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 16:47:42','2026-02-26 16:47:42','fb92299d-48c9-4680-bc3b-bd1dd6f6b006'),
(36182,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Judy Elliott\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"123jelliott@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Malta ministries\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1431],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Holly,\\nI am a volunteer at Malta Ministries and we deliver clothing and food to the homeless in Groton and New London.  We have wonderful clothes donated that are not good for folks on the street.  We gave some to Lauren Anjelle and were hoping to hear back from her if she wanted/needed more. ( I don\'t have email for her)  Would you know if the first batch of clothing we gave was used??   Thank you, Judy Elliott\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 16:48:52','2026-02-26 16:48:52','3c0098f7-5a94-4b9f-b458-46d39f495ab3'),
(36183,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dorina Opferman \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dpsinger16@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1209],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Subject: Skilled Nursing Transfer Request – Court Approved Relocation\\n\\nDear Admissions Team,\\n\\nI am the legal guardian and conservator for my father, currently residing in a skilled nursing facility in Massachusetts.\\n\\nThe Probate Court has approved his relocation to Pennsylvania to be closer to family. We are seeking a skilled nursing facility that can review him for admission.\\n\\nClinical summary:\\n• Age 77\\n• Dementia with wandering risk\\n• Wheelchair level mobility\\n• Can transfer with assistance\\n• No ventilator, oxygen, or cardiac monitoring required\\n• Physician documentation supports medically necessary transport\\n\\nWe are in the process of Medicaid eligibility and can provide full financial documentation immediately. A long-distance medical transport provider has already been secured.\\n\\nTwin Oaks (current facility) is prepared to coordinate transfer upon acceptance.\\n\\nPlease let me know if your facility would be willing to review his records for possible admission.\\n\\nThank you for your time and consideration.\\n\\nDorina Opferman\\nLegal Guardian &amp; Conservator\\n412-596-2185\\ndpsinger16@aol.com\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 17:24:09','2026-02-26 17:24:09','3ddf47ca-daea-4bc1-8ca0-493b6c2f822f'),
(36184,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mateo Mateo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mateodowns7@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon, I\'m just contacting to see if my CNA application was received.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 17:37:54','2026-02-26 17:37:54','2b1e5e21-d883-4d26-87f2-8d6d3d80ee96'),
(36190,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kyla Campbell \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kylacampbell05@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6082060543\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36191],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I would like to see if I qualify for an interview \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 18:47:18','2026-02-26 18:47:18','ae3f2485-d2bd-4541-9c1e-d689c70793e3'),
(36194,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ZAIN JAFFAR\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"thebonehealthproject@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"The Bone Health Project\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI hope you are doing well. My name is Zain Jaffar, and I am a student at Rutgers University–New Brunswick and founder of the Bone Health Project, a student-led initiative focused on osteoporosis awareness, fracture prevention education, and promoting long-term mobility in older adults.\\n\\nI am reaching out to explore the opportunity to host a free Bone Health &amp; Fracture Prevention Workshop for your residents. This educational session would provide practical, evidence-based information about maintaining strong bones and reducing fracture risk.\\n\\nAs part of the program, we would offer optional FRAX-based fracture risk screenings. FRAX is a widely used, evidence-based tool that estimates 10-year fracture risk using standard health risk factors. Participants would receive a summary of their results along with encouragement to discuss findings with their primary care provider. The screening is educational in nature and does not replace medical evaluation.\\n\\nThe workshop would also cover:\\n\\n• Understanding osteoporosis and age-related bone loss\\n• Nutrition for bone health (calcium, vitamin D, protein)\\n• Lifestyle factors that influence fracture risk\\n• When to discuss bone density testing with a physician\\n\\nOur goal is to empower residents with knowledge and awareness while keeping the event informative, safe, and accessible.\\n\\nWe would be happy to tailor the format and length of the session to best suit your community’s needs. I would greatly appreciate the opportunity to discuss this further and identify a date that works well for your center.\\n\\nThank you for your time and consideration.\\n\\nWarm regards,\\nZain Jaffar\\nFounder, Bone Health Project\\nRutgers University–New Brunswick\\n915-400-7072\\nthebonehealthproject@gmail.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwhisperingwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwhisperingwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 19:06:56','2026-02-26 19:06:56','85dd0964-c692-42b6-aaca-c2ec3a9c8e07'),
(36198,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mary Carolynne Ervin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"carolynne611@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1209],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am currently living in an independent living facility. I realize that as I age I will need more care. I am exploring facilities that have a range of care.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 19:48:51','2026-02-26 19:48:51','c341a917-4166-4f4b-b079-60eff731f0f7'),
(36200,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Angela Garofalo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"agarofalo@allamericanattintonfalls.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"All American Assisted Living\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1041],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"HI Sabrina --\\nI\'m trying to call the building - but it rings 6-8 times and the call drops.\\nCan you give me a call?   732-995-7596    or pass my number to the social worker?\\nThanks so much.\\nAngela Garofalo\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 20:04:21','2026-02-26 20:04:21','074246ec-3cab-4b0e-bf16-b87f0f2ab9dc'),
(36203,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alese Karpinski\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alese.karpinski@tenorhealth.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Regional Hospital of Scranton\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1177],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi. We were looking to see if you take MA of NJ insurance. We have a patient looking for long term placement &amp; he has a nephrostomy tube as well. I also sent clinicals to info@ccbrakeleypark.com for review since I can not get your fax or find you in Ensocare. Please email me back or call at 570-770-4813 if you are able to offer a bed! Thanks!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 20:17:29','2026-02-26 20:17:29','a8da3277-7dab-47a8-ac54-2fa6df39b2b8'),
(36207,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joseph Lutz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jplutz6@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1041],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m a former employee and would like to know when will tax documents be sent out. Thank you \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 21:22:48','2026-02-26 21:22:48','3ce2e721-879c-45ed-8b30-2d0d7bb11973'),
(36247,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aditi Kadam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aditi.kadam@universalbackground.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"NA\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1215],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, this is Aditi Kadam calling on behalf of Prime Healthcare Services.  We are contacting you to verify the employment history of Lashanda Lovett at Complete care at the Boulevard.\\n\\nPlease call us at 1-877-561-5149 as soon as possible in order to complete this background check.  When returning our call, please provide our reference number 13041327.\\n\\nThank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 22:27:55','2026-02-26 22:27:55','2f95331f-8d46-427b-b09e-f22b620e71e1'),
(36255,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dave Matthews\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dwmatty@comcast.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am asking about the admission process into the skilled nursing facility at your location for long term care for my elderly dad.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-26 23:35:07','2026-02-26 23:35:07','b15883dd-6912-4d4a-8d2a-8042f300a894'),
(36304,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[945],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36305],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3208,3194,3204,3198,3202,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m looking for full-time part-time position days and weekends.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccbeylea.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 04:49:23','2026-02-27 04:49:23','05fc5bbf-22d5-4f27-991f-5df17ccba4d4'),
(36328,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36329],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m looking for full time part time work days and weekends, and I am applying for the receptionist job\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 05:13:55','2026-02-27 05:13:55','82beb0ad-7c19-44df-822e-98b7e2d07eb1'),
(36339,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Allison Dwyer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"allieson387@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[957],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m looking for full time part time position for receptionist.Housekeeping and prep cook days and weekends.No knights\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 05:22:35','2026-02-27 05:22:35','aeaa6570-15c5-419e-b09f-1089682f982e'),
(36344,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison Dwyer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36345],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m looking for full-time part-time days. Weekends. No nights, I\'m a hard worker. I can get the job done.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 05:27:27','2026-02-27 05:27:28','04316789-02df-43cc-be47-4ff3997b24c8'),
(36350,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36351],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3194,3204,3198,3206,3202,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am looking for part time full time work in receptionist and housekeeping and prep cook weekends days no nights\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 05:37:22','2026-02-27 05:37:23','0005dbe0-11cd-476f-a8b3-2ca3fec4c41a'),
(36356,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36357],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3194,3204,3198,3206,3202,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m looking for a full-time part-time days only and weekend\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 05:48:59','2026-02-27 05:48:59','61e17e6b-b4f2-47d7-be6c-227029af1b13'),
(36366,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tyanah Banks\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tyanahbanks16@gmail.con\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7313267501\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1481],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36367],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m looking for caregiver work ! Also interested in food !\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 07:54:59','2026-02-27 07:54:59','7536b670-1b55-4635-b2ad-ed58c6da9123'),
(36368,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tyanah Banks\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tyanahbanks16@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7313267501\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1389],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36369],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for caregiver work , also interested in food !\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 07:56:57','2026-02-27 07:56:57','37a3df51-d283-4a16-ba8a-2e57d7913a99'),
(36449,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Larry Anderson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"larryanderson@Propageprofile.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Page Profile\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nLarry Anderson\\nSales Executive\\nPro Page Profile\\nlarryanderson@Propageprofile.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 11:47:46','2026-02-27 11:47:46','423e75db-32ab-425d-97d0-1a1c009aac93'),
(36454,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ray Landon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ray.landon@proonlineprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1419],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nRay Landon\\nSales Executive\\nPro Online Profiles\\nray.landon@proonlineprofiles.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 13:09:16','2026-02-27 13:09:16','50c9f48d-f9c1-4e7c-802e-e8f7e67eb2b2'),
(36455,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marie L Dye\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariedye35@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Complete care at Glendale\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1359],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I Have not received My W-2 form for my Income tax. Will someone be able to email it to me asap.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccglendalewest.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccglendalewest.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 13:17:49','2026-02-27 13:17:49','b9c56719-b3d9-42b8-b427-6019abd29e4e'),
(36511,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Recently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\nMay I give you more information and a no-obligation cleaning quote?\\nSincerely,\\n\\nGena Kotarsky\\nSales Associate\\nJan-Pro of Northern New Jersey\\ngena@janpronorthernnj.com\\n\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 15:23:53','2026-02-27 15:23:53','24445aa2-a403-48f4-80fb-dfb25a54e450'),
(36513,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1103],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Recently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\nMay I give you more information and a no-obligation cleaning quote?\\nSincerely,\\n\\nGena Kotarsky\\nSales Associate\\nJan-Pro of Northern New Jersey\\ngena@janpronorthernnj.com\\n\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 15:27:34','2026-02-27 15:27:34','b29a0240-dec1-44b9-8948-38205e50f628'),
(36530,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gena Kotarsky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gena@janpronorthernnj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jan-Pro of Northern New Jersey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nRecently I was in the neighborhood and thought I’d reach out to offer a professional cleaning quote for your company.\\nWe clean for many companies in the area and people say they love us because we do what we say, respond immediately, and provide consistently high-quality cleaning with exceptional attention to detail. We strive to make the entire process stress-free.\\nMay I give you more information and a no-obligation cleaning quote?\\nSincerely,\\n\\nGena Kotarsky\\nSales Associate\\nJan-Pro of Northern New Jersey\\ngena@janpronorthernnj.com\\n\\n\\\"Amazing services! Very good attention to detail. Will definitely use their services again!\\\" —Serenity Sewell\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 17:35:37','2026-02-27 17:35:37','96c7f3ed-3bee-49e8-9f3b-6d39d87c5e69'),
(36531,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marjorie Vargas\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"27marjorie.vargas@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1431],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Interested in long term care for mother\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 17:54:16','2026-02-27 17:54:16','a3a17264-a555-4f43-8a89-6f62f399387c'),
(36541,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Leeann Eldridge\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Leeannae23@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7327040494\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[957],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36542],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"A highly motivated, dedicated, and service-oriented professional seeking employment in customer service utilizing my problem-solving skills, extensive customer service expertise, and ability to excel in a fast-paced environment.\\n\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebrick.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarebrick.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 18:43:02','2026-02-27 18:43:02','a64635b2-ead5-4866-a76e-a795c4f81cd5'),
(36547,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Monica Legerme\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"monicalegerme@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8622412626\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1117],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36548],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208,3204,3206,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am a graduate of Caldwell University with a Bachelor of Science in Public Health Education. I currently hold a master’s degree in public health at Saint Elizabeth University. I am passionate about helping people through support and education. I am a committed, structured, and reliable individual with excellent verbal and written communication skills. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsummitridge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsummitridge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 19:34:24','2026-02-27 19:34:24','800fe543-6da3-498f-83a5-456eebaa7824'),
(36550,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shannon Grassie\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"grassieshannon@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Mindful Living Counseling and Wellness Center \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon, \\n\\nMy name is Shannon Grassie, and I am a licensed therapist and founder of Mindful Living and Wellness Center, located in Englewood Cliffs, NJ. I’m reaching out to explore the opportunity to partner with your rehabilitation center to support patients as they navigate the emotional aspects of physical recovery.\\n\\n\\n\\nRecovering from surgery, injury, chronic pain, or medical conditions can be physically demanding, but it can also take a significant emotional toll. Many individuals experience anxiety, depression, frustration, identity shifts, or fear during the rehabilitation process. I believe that integrating mental health support alongside physical rehabilitation can greatly enhance overall healing and long-term outcomes.\\n\\n\\n\\nAt Mindful Living and Wellness Center, we provide individual therapy focused on coping with medical challenges, pain management support, adjustment to life transitions, stress reduction, and strengthening resilience during recovery. We work collaboratively and would be honored to serve as a trusted outpatient mental health referral for your patients.\\n\\n\\n\\nI would love to schedule a brief call to discuss how we might support your team and patients—whether through referral relationships, educational workshops, or onsite wellness presentations focused on the mental health component of recovery.\\n\\n\\n\\nThank you for the important work you do in helping individuals regain strength and independence. I look forward to connecting.\\n\\nThank you,\\nShannon Grassie MA, LAC\\n201-953-6718\\nWebsite:\\nhttps://www.mindfullivingcwc.com/about\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 19:41:46','2026-02-27 19:41:46','bda6c324-9759-4c09-a0df-c09bdc3ffc56'),
(36551,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shannon Grassie\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"grassieshannon@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Mindful Living Counseling and Wellness Center\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1389],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good afternoon, \\n\\nMy name is Shannon Grassie, and I am a licensed therapist and founder of Mindful Living and Wellness Center, located in Englewood Cliffs, NJ. I’m reaching out to explore the opportunity to partner with your rehabilitation center to support patients as they navigate the emotional aspects of physical recovery.\\n\\n\\n\\nRecovering from surgery, injury, chronic pain, or medical conditions can be physically demanding, but it can also take a significant emotional toll. Many individuals experience anxiety, depression, frustration, identity shifts, or fear during the rehabilitation process. I believe that integrating mental health support alongside physical rehabilitation can greatly enhance overall healing and long-term outcomes.\\n\\n\\n\\nAt Mindful Living and Wellness Center, we provide individual therapy focused on coping with medical challenges, pain management support, adjustment to life transitions, stress reduction, and strengthening resilience during recovery. We work collaboratively and would be honored to serve as a trusted outpatient mental health referral for your patients.\\n\\n\\n\\nI would love to schedule a brief call to discuss how we might support your team and patients—whether through referral relationships, educational workshops, or onsite wellness presentations focused on the mental health component of recovery.\\n\\n\\n\\nThank you for the important work you do in helping individuals regain strength and independence. I look forward to connecting.\\n\\nThank you,\\nShannon Grassie MA, LAC\\n201-953-6718\\nWebsite:\\nhttps://www.mindfullivingcwc.com/about\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 19:42:50','2026-02-27 19:42:50','329319dd-7967-475c-85bd-6181244924f8'),
(36561,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Antwanesha Robinson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"robinsonantwanesha12@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7736558474\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36562],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 20:31:04','2026-02-27 20:31:04','235bb064-a92f-4cac-8937-9854b1440a34'),
(36563,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sanaai\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"saucy.diva.ni@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6083165905\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36564],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, i would love to apply to your CNA programs! I was trying to find a link to apply on your website but i was having trouble finding it.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 20:34:41','2026-02-27 20:34:42','c7457705-0070-43c0-90e3-6c2ee15ccdd9'),
(36578,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aliyah Edgar \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"m6453m0730@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Complete care CLARK\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking to apply as staffing coordinator \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 22:37:32','2026-02-27 22:37:32','2bdc5909-2a3f-4dc1-bbb7-91571d96e567'),
(36581,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Leticia Behringer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"leticiabehringer0@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14145147152\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1407],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36582],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi my name is Leticia and im looking for a job ASAP. Thank you \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsouthpointe.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsouthpointe.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-27 23:01:30','2026-02-27 23:01:30','8b1d8dd8-e554-4315-81d9-cd3e5ffd6de4'),
(36607,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36608],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3208,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m looking for a part-time full-time work days or work no knights.\\nOtherwise, if I have to I will. If there\'s security to walk me out to my car\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 02:00:27','2026-02-28 02:00:28','e2ebe666-cfca-43e6-b399-151ec118d278'),
(36610,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36611],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3194,3204,3206,3202,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m looking for a job part-time full-time\\nHire me and I\'ll get the job done\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 02:03:33','2026-02-28 02:03:33','d07dc5ef-9e2c-41d8-9cad-00fcd6529f11'),
(36658,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Roberto Ewunkem \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Rewunkemm@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2402375466\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1343],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hey \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccspringbrook.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccspringbrook.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 04:36:36','2026-02-28 04:36:36','80cb3c2f-ccd5-4d36-8031-29c406b32ee2'),
(36682,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ray Landon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ray.landon@proonlineprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nRay Landon\\nSales Executive\\nPro Online Profiles\\nray.landon@proonlineprofiles.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 10:49:20','2026-02-28 10:49:20','1a9a7f5e-6f55-4431-ab55-87e9ee262200'),
(36683,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"David Bennett\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"David@wikithinkers.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Wiki Thinkers\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nWikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nDavid Bennett\\nWiki Thinkers\\nDavid@wikithinkers.org\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 11:03:38','2026-02-28 11:03:38','27d243d3-535f-467a-a048-7328da2a9b19'),
(36687,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rahila Shaikh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rahila.shaikh@disa.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"DISA Global Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1079],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Employment verification for one of your former employees. Please give us a call at 346-998-0282 ext 449, search ID for verification - 32820484.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 11:48:21','2026-02-28 11:48:21','3cb6cc7b-88b4-4e97-a84c-c10fda86361f'),
(36688,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Larry Anderson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"larryanderson@Propageprofile.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Page Profile\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1269],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nLarry Anderson\\nSales Executive\\nPro Page Profile\\nlarryanderson@Propageprofile.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 11:55:06','2026-02-28 11:55:06','f7fb0dab-0839-4444-8b25-0469495fb088'),
(36691,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ray Landon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ray.landon@proonlineprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nRay Landon\\nSales Executive\\nPro Online Profiles\\nray.landon@proonlineprofiles.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 12:23:51','2026-02-28 12:23:51','badd61ea-5005-4aa2-b184-e95431f46808'),
(36704,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Frink\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michaelfrink@rocketmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Management Team,\\n\\nI am writing regarding the recent notice from Hales Corners Care Center stating that Richard was not accepted due to the behaviors and complexity of his care needs.\\n\\nI respectfully ask that you reconsider this decision.\\n\\nWhile I understand that referrals must be carefully reviewed, I believe there may be some clarification that could help provide a more complete picture of Richard’s needs. His care requirements are primarily physical in nature. He requires assistance with transfers via Hoyer lift, meal setup (he feeds himself), access to drinks when he is thirsty, and occasional assistance setting up his preferred television programs or tablet games.\\n\\nRichard may vocalize discomfort during transfers in and out of bed, but this is typically short-lived. When asked about it afterward, he often does not recall the complaint and remains pleasant and cooperative. He is not aggressive, combative, or intentionally difficult. In fact, much of his behavior stems from momentary confusion rather than resistance.\\n\\nWe truly believe his needs fall within the scope of care your facility is capable of providing, particularly given that the decision was not based on financial considerations or availability.\\n\\nIf possible, we would welcome:\\n\\nA secondary clinical review\\n\\nThe opportunity to provide additional clarification\\n\\nA reassessment or care conference discussion\\n\\nOur goal is simply to ensure Richard receives appropriate care in a supportive environment, and we feel your facility could be a good fit.\\n\\nThank you very much for your time and reconsideration. I would appreciate the opportunity to discuss this further at your convenience.\\n\\nSincerely,Michael Frink\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 16:27:07','2026-02-28 16:27:07','7e049823-389b-4d8a-a31f-102587a99d44'),
(36709,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michael Frink\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michaelfrink@rocketmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Administrator and Admissions Review Committee,\\n\\nI am writing regarding the recent determination by Hales Corners Care Center declining Richard’s admission based on “behaviors and complexity of care.”\\n\\nI respectfully request a formal reconsideration of this decision and clarification of the specific clinical criteria used in reaching this determination.\\n\\nBased on our understanding of Richard’s condition and daily care needs, his requirements are primarily physical in nature. He requires Hoyer lift transfers, meal setup (he feeds himself independently), access to fluids, and occasional assistance initiating preferred television programs or tablet activities. These needs are consistent, predictable, and task-oriented.\\n\\nAt his current residence, my 32-year-old daughter independently manages his morning and evening care, including transfers and routine daily support. This demonstrates that while his care is hands-on, it is manageable and structured.\\n\\nRichard may occasionally vocalize discomfort during transfers. These episodes are brief, non-aggressive, and not combative in nature. When asked shortly afterward, he often does not recall the complaint and remains cooperative and pleasant. His responses are typically attributable to momentary confusion rather than behavioral escalation or resistance that would pose safety concerns.\\n\\nGiven that the denial was not based on financial considerations or bed availability, I respectfully request:\\n\\nA written explanation detailing the specific behaviors or care factors deemed outside your facility’s scope\\n\\nA secondary clinical review of his referral\\n\\nOr the opportunity to participate in a care conference to address any concerns directly\\n\\nWe were very impressed with your staff, the environment, and the location, and we believe your facility is clinically capable of meeting Richard’s needs. It is important to us that the determination be based on an accurate and complete understanding of his condition.\\n\\nPlease advise on the next steps for formal review. I would appreciate a timely response.\\n\\nSincerely,Michael Frink\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 17:18:57','2026-02-28 17:18:57','d4c4c892-3ebb-4b5f-b0ff-d1831c1891cf'),
(36751,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"damaso gomez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"damasogomez2133@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147029480\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1407],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"damaso\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsouthpointe.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsouthpointe.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 18:57:03','2026-02-28 18:57:03','6b65b271-4eff-4b5b-a7c5-a25e5bd47b5e'),
(36752,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Eduardo Garcia\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tavarezgar28@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147021861\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1407],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Eduardo Garcia \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsouthpointe.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsouthpointe.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 18:57:05','2026-02-28 18:57:05','bd112cbe-a05a-499c-b081-3e6b89067cf5'),
(36756,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36757],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3194,3204,3198,3206,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m looking for full time work part time work days.And weakens if needed\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 19:58:45','2026-02-28 19:58:45','b2bca9e9-95ca-4881-9c6f-0814038c0890'),
(36758,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[945],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36759],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198,3206,3202,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for full time work part time work, weekdays and weekends as needed\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccbeylea.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-02-28 20:01:02','2026-02-28 20:01:03','6564f8c9-b242-4860-ad52-c7d18c48a9f7'),
(36779,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brad Barton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"bradleysbarton@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1249],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Mary Koella, a resident in the Wayne NJ facility, is still out with her family as of 7:20 pm on Saturday, Feb. 28.  We’ll bring her back tonight, but we’re delayed.  We tried to call the main number multiple times but kept getting redirected to a voice mailbox that was full.  I can be reached at 917-945-6549.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 00:22:35','2026-03-01 00:22:35','3fb196bd-50c3-42d9-9acd-7bebd41c2bf2'),
(36784,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marleigh Jasinski\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jasinskimarleigh@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+18483331213\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[981],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36785],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi, my name is Marleigh Jasinski and I am 16 years old and I am looking for a job. I would like to apply to be a server or front desk. Please consider me and reach back. Thank you.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccholidaycity.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccholidaycity.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 02:10:38','2026-03-01 02:10:38','602f650e-7dca-4c57-8ad7-f90c16eb2e38'),
(36786,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kimberly Crawford\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kimberly.crawford621@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12406705461\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1005],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36787],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hiring Committee,\\n\\nI am writing to let you know that I am interested in the Human Resources opportunity at your company/organization. With more than 20 years of progressive human resources and operational leadership experience—primarily within healthcare, government contracting, corporate, and senior living environments- I bring a proven ability to align people strategy with mission-driven care, regulatory compliance, and organizational performance.\\n\\nThroughout my career, I have led comprehensive HR operations across single-site and multi-site environments, including federal contract, independent &amp; assisted living, skilled, healthcare, corporate and regulated service organizations. I have served as a trusted advisor to executive leadership and boards, overseeing talent acquisition, employee relations, compliance, performance management, workforce planning, and organizational development. My approach is grounded in operational discipline, empathy-driven leadership, and a deep understanding of the complexities inherent in senior living and healthcare delivery.\\nIn recent roles, I have supported large communities, unions and regional portfolios by stabilizing HR operations, leading complex employee relations matters, ensuring compliance with EEOC, FMLA, ADA, OSHA, and healthcare regulations, and developing leaders through coaching, training, and accountability frameworks. I am particularly skilled at navigating high-acuity environments, managing workforce challenges, and implementing HR strategies that improve engagement, retention, and quality of care outcomes.\\nWhat differentiates my leadership is the ability to balance strategic oversight with hands-on execution. I am comfortable operating at the executive level while remaining closely connected to frontline realities—ensuring policies, processes, and people practices are both compliant and practical. I pride myself on being a steady, ethical, and solutions-oriented leader who builds trust, resolves conflict with diplomacy, and strengthens organizational culture during periods of growth or change.\\nI am enthusiastic about the opportunity to contribute my experience to a company/organization committed to excellence in care, customer service, employee engagement, and operational integrity. I welcome the opportunity to discuss how my background and leadership philosophy align with your goals and vision.\\nThank you for your time and consideration.\\nRespectfully,\\nKim Crawford\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmonmouth.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmonmouth.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 02:19:18','2026-03-01 02:19:18','88c02723-89fc-4e86-a3a1-e277fd69a598'),
(36903,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Neel Deodhar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"quintet.luce@gmail.cm\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Luce Quintet\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nI hope you are doing well. My name is Neel, and I help coordinate outreach and business-related work for the Luce Quintet—a non-profit, student-run music group based out of Skillman, NJ. The Luce Quintet\'s mission is to cultivate joy and community through music by providing free, diverse performances to all age groups. I am inquiring about the possibility of us performing at Complete Care at Green Knoll.\\n\\nThe quintet is composed of five different students, whom each have years of experience and notable accolades. The instruments that form the quintet are as follows: 2 vaiolin parts, viola, cello, and double bass. We perform in a wide variety of genres, such as classical, film, and contemporary, originating from all across the globe. Any suggestions or requests in regards to our setlist are welcome!\\n\\nWe would love the opportunity to bring live music to your location and create a warm and lively atmosphere. Please let us know if this is something you would be open to, and we would be more than happy to discuss scheduling and details for the event. Within the past few months, we\'ve already performed at the Montgomery Library, Hillsborough Library, and the Montgomery Senior Center.\\n\\nThank you for your time and consideration. We look forward to the possibility of sharing music with your community!\\n\\nBest,\\nNeel Deodhar\\nThe Luce Quintet\\n\\n-- \\nThe Luce Quintet\'s mission is to cultivate joy and community through music by providing free, diverse performances to all age groups.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 05:01:34','2026-03-01 05:01:34','3fe00cff-9c81-4028-9c42-f6d0f8ed713b'),
(36993,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"karena mahoney\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Karenamahoney7@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"16176027115\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1165],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[36994],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"looking to attain a Chha certification.  I have a certificate but i am not state certified.  \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebarnhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarebarnhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 12:29:41','2026-03-01 12:29:41','037b6ba0-143c-4ab9-8719-6bfc8561a6ca'),
(36999,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeannel JOSEPH\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mirajosephm3@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1091],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to know if there are open positions for lpn.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 13:11:14','2026-03-01 13:11:14','e06e8be8-f05c-4db5-8f02-bef52796d0e9'),
(37004,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Madhurika Velayutha Perumal\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"maddy.sangs@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6096512638\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1097],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello, my name is Madhurika Velayutha Perumal and I am a 9th grade student at South Brunswick High School. I am interested in volunteering at Complete Care because I enjoy helping people and learning more about healthcare. I would love to spend time with residents, help with activities like games, reading, and crafts. Thank you for your time and consideration. \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 13:51:00','2026-03-01 13:51:00','b862b8f3-e68e-4435-a221-b482784a6c32'),
(37007,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brendan K Moran\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"brendan.moran717@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning \\nMy mother in law is currently a resident of your facility. I have now gotten multiple calls regarding her treatment from multiple family members including her. I am being told she is being yelled at and  items are being taken away from her. I understand that though my mother in law has some memory issues that this is true due to multiple people having the same story. I would like to speak further about this. I can be reached either email or cell at 845-762-6201. Thank you \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 14:18:55','2026-03-01 14:18:55','6a9f180a-131d-4de3-a30b-5265649a447b'),
(37009,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joseph D Lane\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lordenalrex@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1283],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My mother has Alzheimer’s and is on a fixed gov\'t income of roughly $4,000.00 a month and had exhausted her savings due to the cost of her current assisted living facility. Does CompleteCare have the capacity to work with that monthly income?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 14:33:06','2026-03-01 14:33:06','96a0f653-1e7a-4bf8-94ec-15525c7be550'),
(37010,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eduardo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vasquezeduardo091@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I am reaching out as a past employee of Complete Care. I was hoping to talk to someone about the 401k I had there. I prefer to have communication via phone and email. My phone number is 732-534-1011. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 14:47:16','2026-03-01 14:47:16','8ace38f6-4008-4b69-b0ba-4588a3028e1a'),
(37012,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Alpha\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"joyalpha232@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7329799196\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[963],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"My name is Joy Precious Alpha and I am a Bachelor of Social Work (BSW) student at Liberty University Online. I am seeking a Junior Field Placement for August 24, 2026 – December 15, 2026 (100+ hours), and a Senior Field Placement for January 2027 – May 15, 2027 (400+ hours).\\n\\nMy program requires supervision by a degreed social worker (BSW or MSW) who is willing to supervise me and sign my field placement documentation.\\n\\nI currently work as an Activity Coordinator at Aleph Adult Day Center and I am also a Certified Home Health Aide (CHHA). I am very interested in gaining experience in a skilled nursing facility setting.\\n\\nPlease let me know if your facility accepts social work interns and if I may speak with the Social Services Director regarding placement opportunities.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 15:34:52','2026-03-01 15:34:52','d5def5a7-5e29-4b14-ab1d-52ab32f3bb2c'),
(37013,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Alpha\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"joyalpha232@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7329799196\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[963],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"My name is Joy Precious Alpha and I am a Bachelor of Social Work (BSW) student at Liberty University Online. I am seeking a Junior Field Placement for August 24, 2026 – December 15, 2026 (100+ hours), and a Senior Field Placement for January 2027 – May 15, 2027 (400+ hours).\\n\\nMy program requires supervision by a degreed social worker (BSW or MSW) who is willing to supervise me and sign my field placement documentation.\\n\\nI currently work as an Activity Coordinator at Aleph Adult Day Center and I am also a Certified Home Health Aide (CHHA). I am very interested in gaining experience in a skilled nursing facility setting.\\n\\nPlease let me know if your facility accepts social work interns and if I may speak with the Social Services Director regarding placement opportunities.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 15:35:10','2026-03-01 15:35:10','fb5d85a2-2a50-4c01-b0e6-75a68ec24699'),
(37071,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[975],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37072],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198,3206,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m looking for a full time work part time work, weekdays and weekends.If need\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccatgreenacres.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccatgreenacres.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 17:17:14','2026-03-01 17:17:15','4d94092d-ebb1-4547-8b6f-b58669f19057'),
(37101,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Maria\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mariamancia30@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9089175312\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1103],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37102],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Interesting for both positions \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccplainfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccplainfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 18:57:22','2026-03-01 18:57:22','a392b00a-40f3-46e8-b60c-287ef1c2a1a9'),
(37123,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michel\'le Snell \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michsalon30@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am interested in working as a CNA. I had a license years ago. But it was never renewed. Do you offer on-the-job training for cna?\\n\\nThanks,\\n\\nMichel\'le \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-01 22:45:55','2026-03-01 22:45:55','ac35b80d-b478-4704-96ba-d35b9e3bff26'),
(37128,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kevin Dela Cruz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kevind725@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1237],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'ve been for months trying to get the email to file a formal complaint about RJ. I have emailed numerous times asking for the email to send it too. I have even emailed Rudina Gaba who I is showing up as the HR rep for the company but have not gotten any response. Please let me know the who I should reach out to to have a proper discussion. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 00:52:05','2026-03-02 00:52:05','72abfb2f-8861-4c04-ac6a-1cb260d41533'),
(37130,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kevin Dela Cruz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kevind725@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1237],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am trying to file a formal complaint about an individual at one of your facilities but I\'m not getting any response back. This is the email that I have sent. Please give me the email for your HR department. \\n\\nI saw on your website that RJ is the nursing home administrator which I realize now why you all are reluctant to give me the information I am requesting. You all are trying to protect him or feel that because of his position, he is entitled to treat and talk to people in such a manner. However, I do not feel that way and still want to file a complaint against him. I also see that the human resources director is Rudina Gaba. Can you please provide me with her email address so that I can reach out to her. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 01:06:47','2026-03-02 01:06:47','e29e8cf2-1c2a-4d05-80fa-dde5194a6bec'),
(37252,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shirley Saxon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"longevityfederation@sciinovhealth.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Sciinov group\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"To Complete Care Management Team,\\n\\nWarm greetings from the Global Longevity Federation (GLF)!\\n\\nOn behalf of the organizing committee, we are pleased to invite Complete Care Management to participate as a Sponsor, Speaker, or Exhibitor at the 5th Edition of the Global Longevity Federation (GLF 2026), taking place on March 23–24, 2026, in Rome, Italy.\\n\\nGLF 2026 will gather a distinguished global audience of longevity researchers, clinicians, healthcare innovators, regenerative medicine experts, biotech companies, investors, and wellness leaders to discuss the future of healthy aging and preventive healthcare.\\n\\nGiven Complete Care Management’s commitment to comprehensive and patient-centered healthcare solutions, we believe your organization would be a valuable addition to the discussions and collaborations at GLF 2026.\\n\\nWe invite your participation in the following capacities:\\n\\n🎤 Speaker Opportunity\\n\\nPresent your expertise, case studies, or innovative care models\\n\\nPosition your organization as a leader in integrated and preventive healthcare\\n\\n🏢 Exhibitor Opportunity\\n\\nShowcase your services, technologies, and solutions\\n\\nEngage directly with healthcare professionals and decision-makers\\n\\n🤝 Sponsorship Opportunity\\n\\nPremium brand visibility before and during the conference\\n\\nRecognition across digital and onsite platforms\\n\\nTailored branding and networking opportunities\\n\\nGLF provides a powerful platform to strengthen partnerships, expand global visibility, and connect with leaders shaping the longevity and healthcare ecosystem.\\n\\nFor further details on participation packages, please visit:\\n🌐 https://longevityfederation.com/\\n\\nWe would be delighted to explore how Complete Care Management can collaborate with us at GLF 2026 and would be happy to schedule a brief discussion at your convenience.\\n\\nLooking forward to your response.\\n\\nRegards,\\nShirley Saxon\\nProgram Director | GLF 2026\\nPh: +1 732 526 1166\\nWhatsApp: +91 7997224449\\nEmail: longevityfederation@sciinovhealth.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 06:55:28','2026-03-02 06:55:28','c3de79a6-262f-42bd-949a-86601896b176'),
(37337,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chloe Terry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chloe@grandeurgreenservices.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Grandeur Green Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI work in Towson, and help many local companies. I was hoping I could come by and offer a complimentary cleaning bid?\\n\\nThank you in advance for your response.\\n\\nWith best,\\n\\nChloe Terry\\nBusiness Development Representative\\nGrandeur Green Services\\nchloe@grandeurgreenservices.com\\n\\n\\\"They came to our facility that I manage and deep cleaned our floors for us. I have worked here for almost 4 years and have never seen the floors look this good. They’re very responsive to email, and the price was perfect! I highly recommend them for all your cleaning needs!\\\" —Abby Matthews\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 10:15:07','2026-03-02 10:15:07','5ec195b1-3152-4566-8403-0ba38d3a2bc4'),
(37425,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"melanie sullivan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"melaniesullivan225@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m inquiring to find out more information about your long-term care for my father.  He has dementia and was wondering if you care for these types of patients.  \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 13:45:10','2026-03-02 13:45:10','cccc653d-703c-4a34-8212-a6d5d1b6cc05'),
(37430,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amanda Smith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amanda@executiveelegancepros.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Executive Elegance Pros\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1143],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am local and would love an opportunity to provide you with a professional cleaning quote. We’re working with several facilities in your area and everyone seems to love our work because of our attention to detail. Are you free for a quick 10-minute call this week?\\n\\nHave a great day!\\n\\nAmanda Smith\\nBusiness Development Representative\\nExecutive Elegance Pros\\namanda@executiveelegancepros.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 14:13:43','2026-03-02 14:13:43','5ddf00a0-fde8-47d5-8f98-5efc42b929a0'),
(37432,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Emily Levy\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"elevy7@students.towson.edu\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4848550820\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37433],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello! I am an upcoming speech pathology graduate student at Towson University inquiring if you have any positions coming open. Thank you!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmultimed.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmultimed.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 14:42:02','2026-03-02 14:42:02','ce005163-8666-4e1a-a252-006e6ce562b6'),
(37437,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joseph Lutz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jplutz6@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1041],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m a former employee and would like to know when I can expect to receive my tax documents. Thank you. Joseph Lutz \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 14:51:47','2026-03-02 14:51:47','4ce5fe0c-bc28-4b6f-9ea7-33b8f1c0271d'),
(37439,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Pranavi Kuppa\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"pranavi.kuppa@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2016002841\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1117],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Applying as a part of Tech Connect, a school club where we teach basic technology skills to senior citizens.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 15:23:00','2026-03-02 15:23:00','e08b1501-0770-4428-9337-1d386cb411f8'),
(37441,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Gbenga Akinbode \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"akinbodegbenga85@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8622263731\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37442],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in the Licensed Practical Nurse (LPN) position at CompleteCare at Orange Park. I am a newly licensed LPN in the State of New Jersey, BLS certified, and seeking a full-time opportunity in a skilled nursing setting.\\n\\nI graduated from Morris County Vocational District in July 2025 and gained clinical experience in long-term care, rehabilitation, and skilled nursing. I am experienced in medication administration, wound care, blood glucose monitoring, infection control, and patient-centered care. Additionally, my four years of professional experience with Allied Universal Security strengthened my reliability, communication skills, and ability to work effectively under pressure.\\n\\nI am eager to contribute my skills and dedication to your team and would welcome the opportunity to further discuss how I can support the residents at your facility.\\n\\nThank you for your time and consideration.\\n\\nSincerely,\\nGbenga Akintunde Akinbode\\n862-226-3731\\nAkinbodegbenga85@gmail.com\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 15:46:06','2026-03-02 15:46:06','667af431-a1e5-421b-99ca-c76d037d43e0'),
(37443,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DaeJunay Taylor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"whalendae@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jordan Memorial UAME Church \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1309],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I am the secretary of Jordan Memorial UAME Church and I was hoping to speak with the person in charge of activities. Our church would like to come on any Sunday selected by you all for an half hour of small service for the residents. The small service can include reading the daily bread, singing a couple of songs and prayer. Hoping to hear a response back from you all. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 16:11:11','2026-03-02 16:11:11','8e7b836a-1def-496e-b3ef-eab8a85f21ef'),
(37444,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jen.obrie@getdandyaiteam.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Getdandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nHi Complete Care at Middlebury,\\n\\nI’ve built and trained an AI employee specifically for Complete Care at Middlebury.\\n\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer customer questions, capture leads, and even follow up — just like a team member would.\\n\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\n\\nWould today or tomorrow work for a quick walkthrough? Select a Time to Meet Your Agent Here: https://getdandy.com/trained-agent-ff/ or you can reach me directly at (949) 979-7488.\\n\\nTalk soon,\\n\\nThank you,\\n\\nJennifer O’Brien | AI Implementation Advisor\\nGetDandy\\nVisit us Online: https://getdandy.com/trained-agent-ff/\\n\\nUnsubscribe: https://bit.ly/42wnUsa\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 16:40:46','2026-03-02 16:40:46','a5a09851-c631-405f-b654-ff2dcafd84a1'),
(37445,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patricia Williams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"paw589.pw@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Our family would like to transfer family member to your faculty. We have called the administrator number and left messages. Please call 804-216-2976 \\nThank you \\nPatricia Williams \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 16:43:46','2026-03-02 16:43:46','f33c9ad1-8db2-4a4e-abcb-58ede295eafc'),
(37447,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Alejandra Varela\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"alejandravt@hotmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"973626295\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1051],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I would like to be considered to spend some quality time reading or just chatting up with one of your residents.  Thank you. \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 17:17:06','2026-03-02 17:17:06','2766030e-16d6-4f4d-a11a-0f9266bdc423'),
(37449,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Yonique Marsh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yoniquemarsh27@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello I am interested in a Registered Nurse position in your facility and have applied to same. Is there a contact number I can call in order to speak with a representative regarding my application\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 17:20:02','2026-03-02 17:20:02','af8fa631-2cee-4475-8f10-5d74b345ffe4'),
(37455,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emily Dickens\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"emily@facilityfreshpro.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"FacilityFresh Pro\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"HI, We’ve been speaking with local businesses that were looking for more consistency and trust in their cleaning service. Many were dealing with missed spots, no-shows, and rotating crews. We built a team they could count on — same cleaners, same schedule, spotless results.\\n\\nWould it make sense to share a bit more information and see if this is something you’d want to explore?\\n\\nBest regards,\\n\\nEmily Dickens\\nBusiness Development Rep\\nFacilityFresh Pro\\nemily@facilityfreshpro.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 17:31:12','2026-03-02 17:31:12','6e75f9f4-e33d-43bf-a34f-03c6e81f452c'),
(37462,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Elizabeth Carroll\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"icc@fdalaw.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Furey, Doolan &amp; Abell, LLP\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am seeking information on behalf of the Estate of Patricia F. Dulin regarding whether her stay at the facility was covered by her long-term care insurance coverage. Please email me back or give me a call at (301) 347-1216. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 17:45:11','2026-03-02 17:45:11','d389e39d-69ff-43ce-9b84-14755f151d70'),
(37505,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"VERONICA RANSOM\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"Veronicaransom066@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2028138906\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1303],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I Veronica Ransom is retired from the NATIONAL INSTITUTE OF HEALTH IN BETHESDA MD SINCE 2018 I RETIRED AS A MEDICAL SUPPLY TECHNICAN. I did 25 years of service for the federal government. I also work for the District government at DC GENERAL HOSPITAL, I was a housekeeping Aide   I also worked at HOWARD HOSPITAL AS A OPERATION ROOM ATTENDANT I HOPE THAT I CAN VOLUNTEER AT YOUR FACILITY I WOULD ENJOY AND HELPING OUT WERE NEEDED.ALSO I WILL HAVE MY RESUME IN HAND IF YOU ALL WILL CALL ME FOR VOLUNTEER WORK.  THANK YOU SO MUCH \\n\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 18:27:48','2026-03-02 18:27:48','99d7fd9d-dc4a-4dd6-a34d-3f8dd733ecaf'),
(37508,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"VERONICA RANSOM\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"Veronicaransom066@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"12028138906\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1303],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I Veronica Ransom would enjoy working at your facility I would bring my resume to let you see were I can fit in as a volunteer worker. Thank you so much\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 18:33:06','2026-03-02 18:33:06','6a825a93-33cd-48b7-b8ba-61f903807dcc'),
(37567,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Penelope A Adams\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"geraldadams55@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(973) 666-3392\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1249],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37568],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I Penelope Adams hereby make application for a job within the Complete Care at Wayne Hill facility.  Should I be given the opportunity I will work to assist this facility in the elevation process of care.  Penelope Adams \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwaynehills.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@ccwaynehills.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 20:43:56','2026-03-02 20:43:57','a81c3541-8692-454a-88f9-37136e353ae3'),
(37570,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tarin Trudeau\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tarinlorenz@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Southpointe, My mom, Nancy, is 76 (77 in April) and living in a nursing facility in Chicago, IL. She is on Medicaid. My mom, brother and I are interested in bringing her to Milwaukee, where I live, as I believe being able to visit with her will be great for her quality of life. Do you have Medicaid approved rooms? If so, any openings currently or on the horizon? Thank you so much!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@southpointecrc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 21:01:53','2026-03-02 21:01:53','23edbab8-f6ff-4cf4-8265-df118b565c9b'),
(37574,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"scott\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sgrant589@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1289],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Lieing costs our souls. elders need to reverse there lies and be a food provider to the homeless and do the task in person. Its very important for everyone  souls from punishment to come next life\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 21:42:01','2026-03-02 21:42:01','c12a2c1a-987e-4748-9049-abedc624e589'),
(37576,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Juancho Amon\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"juancho_amon@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"732 557 1727\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37577],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Subject: Application for Dietary/Food Service\\n\\nDear Hiring Manager,\\n\\nI am writing to express my interest in Dietary/Food Service jobs with your company. With over 35 years of experience with people, I believe would allow me to contribute effectively to that department and your team as well.\\n\\nI am dependable, organized and comfortable working with diverse individuals. I take pride in maintaining orderly system, assisting others and contributing to a positive and productive workplace. I am also eager to continue learning and strengthening my skilled to better support organizational goals.\\n\\nI would welcome the opportunity to discuss how my background and work ethic can benefit your office. Thank your for your time and consideration. I look forward to hearing from you.\\n\\nSincerely, \\nJuancho G. Amon\\n732-557-1727\\njuancho_amon@yahoo.com\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccarbors.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccarbors.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 22:20:32','2026-03-02 22:20:32','ad35e771-d013-4acb-8dd0-209930e9e535'),
(37581,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"John Kacmarcik\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"johnkacmarcik@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"On 8-14-2025 &amp; 9-29-2025\\nI played there the above 2 dates (Johnny K) and I have moved since then.\\nMy new address is:\\nJOHN KACMARCIK\\n105 Park View Ct\\nBethlehem PA 18018\\nThanks!  :-)\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 22:30:30','2026-03-02 22:30:30','7fc22040-72b5-40a5-820e-bbee689ad7b4'),
(37585,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Meagan Donnelly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"meg.donnelly23@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1249],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking for a return call regarding a patient, my mother, who I am the healthcare proxy for. 201-625-3449\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 23:45:03','2026-03-02 23:45:03','7118e4cc-254c-45a1-9bf3-53b2d3b8b844'),
(37587,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Meaghan Donnelly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"meg.donnelly23@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1249],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Email bounced back from the info@ccwaynehills.com\\nI am requesting a return call regarding a patient, my mother. I am her medical proxy and need to speak with someone (201) 625-3449.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwaynehills.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-02 23:58:19','2026-03-02 23:58:19','5072cb70-70a8-47e0-8e5b-5b9a0ea4cd77'),
(37594,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marleigh Jasinski \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jasinskimarleigh@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Message \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, my name is Marleigh Jasinski, I am 16 years old and I am looking for a job. I took interest when I came across this website and I am interested in working here. I would like to work as server or front desk if you have availability. I currently work at Mcdonads but I am looking for a new job. I hope this message reaches you well and I hope you take this into consideration. Thank you. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 00:53:42','2026-03-03 00:53:42','01c8c4a3-9419-45d6-9435-2999f632405f'),
(37596,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tiauna Mapp\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tiaunam27@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4145533672\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1045],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37597],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Tiauna Mapp\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 01:24:00','2026-03-03 01:24:00','13a88b25-d73b-4d86-ba5e-f4abbdecbead'),
(37761,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Caroline Brown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"caroline@elevatecleansolution.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elevate Clean Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1045],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am with a local, family-owned janitorial company and would love to give you a professional cleaning quote.\\n\\nWe’re working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated, trained team that is invested in going above and beyond.\\n\\nMay I give you more information or a no-obligation cleaning quote for your space?\\n\\nHave a great day!\\n\\nCaroline Brown\\nBusiness Development Rep\\nElevate Clean Solutions\\ncaroline@elevatecleansolution.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 10:17:17','2026-03-03 10:17:17','25b0a8a8-dacd-41b5-a926-6b959b35011d'),
(37837,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Timothy Miller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tim.miller@effem.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1177],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello.  My mother, Barbara, is currently doing rehab/ physical therapy there.  I was wondering if we would be able to take her out to dinner as my birthday is coming up.  I now that she would enjoy it and it would be good for her spirits.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 13:16:32','2026-03-03 13:16:32','895f3778-8a13-44ce-9aeb-28e50371a94a'),
(37846,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Bailee White\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"baileewhite2@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"13046380270\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1323],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello, I\'m interested in more information about volunteering. How does it work? Is there a required amount of hours? Are there specific hours? Any information is helpful. Thanks, Bailee\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 13:28:08','2026-03-03 13:28:08','72704143-e043-42b3-9a40-54107a5b52d8'),
(37907,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Denise Mero\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"denise.mero@genesishcc.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Genesis HealthCare Corp\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1455],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Barbara...when you get a minute, can you please contact me...860-922-5959, regarding possible admission to KHS for short-term rehab, possibly tomorrow, for my mother who is currently at St. Francis.  I worked at KHS for years before \\\"claiming the corporate ladder\\\" to Corporate Billing &amp; Collections.  Still with Genesis and I see Tom is still the administrator at KHS !  Her payer source is United HealthCare Medicare Advantage with Medicaid (community) backup.  KHS would be my first choice. Waiting to hear from the Case Manager at St. Francis.  Let me know if you guys have any beds available. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 16:09:00','2026-03-03 16:09:00','203ef0c8-9c45-4d8b-b69b-bf32f1638803'),
(37911,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bette Heminghaus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"heminghaus@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[981],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to schedule an appointment to come in and tour the facility.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 16:19:03','2026-03-03 16:19:03','7ef29bc5-fadb-4065-b610-972d0a70b35b'),
(37924,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ukari Gregory\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"uag4102@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7738120767\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37925],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in the Certified Nursing Assistant (CNA) or Patient Care Technician (PCT) position. With over five years of hands-on patient care experience and formal CNA training, I bring a strong foundation in direct patient support, safety, and compassionate care.\\n\\nMy background includes assisting patients with activities of daily living, monitoring vital signs, maintaining infection control standards, and supporting patients with mobility and behavioral needs. In addition, my academic background in Psychology enhances my ability to understand patient behavior, provide emotional support, and work effectively in high-acuity and behavioral health environments.\\n\\nI am highly dependable, comfortable working overnight shifts, and experienced collaborating with interdisciplinary healthcare teams. I am eager to contribute my skills to a hospital or clinical setting where patient safety, dignity, and quality care are top priorities.\\n\\nThank you for your time and consideration. I would welcome the opportunity to discuss how my skills and experience align with your team’s needs.\\n\\nSincerely,\\nUkari Gregory\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 16:35:06','2026-03-03 16:35:06','cc314374-5926-4da4-96d5-90c7f79b28a6'),
(37927,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Alison Royle \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"aroyle18@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7322164743\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1045],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37928],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am Doctor of Physical Therapy. I have previous experience working in a skilled nursing facility and I am looking for a part time job in this setting. I am interested in an activities/recreation position. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbayshore.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccbayshore.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 16:37:04','2026-03-03 16:37:04','6683e1d1-7cf0-4894-95b2-9821260cce4c'),
(37933,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Peggy Wagner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"setxqo123@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Need a room number for Ricky Bailey\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 16:51:36','2026-03-03 16:51:36','e345b233-50de-481e-aac9-7942b8c602b8'),
(37937,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jodi Lehner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jmlehner7@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I live in France.  My 98 yo father lives in a lovely facility in Englewood.  We may wish to move him from where he is to your facility (as his memory fades).  Is there anyway you can answer questions and explain admissions/costs (medicaid)/etc., by email before a telephone call?  \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 17:27:48','2026-03-03 17:27:48','3889e667-cb01-4009-9ba4-6c50fcbeb120'),
(37943,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rachel Allan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rachel@jerseycommercialpainting.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jersey Commercial Paint\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1185],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI work in Brick, and work for some of your neighbors. I was hoping I could come by and offer a complimentary painting bid?\\n \\nThank you in advance for your response.\\n \\nWith best,\\n\\nRachel Allan\\nBusiness Development Rep\\nJersey Commercial Paint\\n609) 380-7522\\nrachel@jerseycommercialpainting.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 18:13:51','2026-03-03 18:13:51','b102045c-1764-4a43-9dc8-b5aebd2bb73a'),
(37945,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rachel Allan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rachel@jerseycommercialpainting.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jersey Commercial Paint\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI work in Brick, and work for some of your neighbors. I was hoping I could come by and offer a complimentary painting bid?\\n \\nThank you in advance for your response.\\n \\nWith best,\\n\\nRachel Allan\\nBusiness Development Rep\\nJersey Commercial Paint\\n609) 380-7522\\nrachel@jerseycommercialpainting.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 18:29:04','2026-03-03 18:29:04','dad76032-c234-42c9-ad67-f871c5251652'),
(37951,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rachel Allan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rachel@jerseycommercialpainting.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jersey Commercial Paint\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI work in Brick, and work for some of your neighbors. I was hoping I could come by and offer a complimentary painting bid?\\n \\nThank you in advance for your response.\\n \\nWith best,\\n\\nRachel Allan\\nBusiness Development Rep\\nJersey Commercial Paint\\n609) 380-7522\\nrachel@jerseycommercialpainting.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 18:46:53','2026-03-03 18:46:53','a6181ec6-8419-4131-901d-5ec830697196'),
(37952,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cassandra Warden\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"aca4god@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1035],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for a place for mother to be look after while on vacation for 3 weeks. Will need assisted care. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 18:48:46','2026-03-03 18:48:46','7d1a2466-7cc9-4815-9a69-5ff5408f86c4'),
(37956,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kareemah Morris\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Kareemahmorris33@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18622309463\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37957],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 19:17:32','2026-03-03 19:17:32','e2c50c78-4b5b-4035-82be-c5e4242482b0'),
(37959,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"David Smith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yfleetwood@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My father is a resident.  We have misplaced some paperwork and are looking to confirm what records are on file at the facility.  Please call David C. Smith at (301)379-9478 \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 19:23:47','2026-03-03 19:23:47','30f41d0d-a232-47f3-b404-b95e089010b7'),
(37963,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"JUANCHO G. AMON\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"juancho_amon@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+1 (732) 557-1727\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37964],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in a Dietary/Food Services position in Complete Care At Arbors facility. I bring over 35 years of experience serving communities in leadership and support roles, where compassion, reliability, and attention to detail were essential. I am eager to contribute to your team by helping provide quality service that supports the organization’s mission.\\n\\nThroughout my career, I have worked closely with individuals and families from diverse backgrounds, including seniors and those facing physical and emotional challenges. My responsibilities required strong organization, teamwork, and consistent follow-through—qualities that are especially important in a healthcare environment. I understand that in a rehabilitation and medical setting, proper nutrition, cleanliness, and timely service play a vital role in patient comfort and healing.\\n\\nI am dependable, respectful, and comfortable following established procedures to ensure safety and sanitation standards are met. I work well as part of a team and am willing to assist wherever needed, whether in meal preparation support, tray service, kitchen organization, or maintaining a clean and safe food service area.\\n\\nI would be honored to support your mission of providing compassionate care and quality service to patients and residents. Thank you for your time and consideration. I look forward to the opportunity to contribute to your Dietary Services team.\\n\\nSincerely,\\n\\n\\nJuancho G. Amon\\n📞  732-557-1727\\n✉️  juancho_amon@yahoo.com\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccarbors.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccarbors.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 20:24:11','2026-03-03 20:24:11','4c15ca4b-1ad6-4184-ad81-d2a66436e07b'),
(37968,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MARY ANNE GALLAGHER\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"MARYANNE.GALLAGHER@VALTRIS.COM\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Do your long-term care patients have the ability to keep a cat or small dog?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 20:58:57','2026-03-03 20:58:57','87479f73-12bb-42a9-b3d4-a5de10b4a0f3'),
(37975,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mary Daniels\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mmdaniels2011@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1473],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Victoria, I am the sister of Shirley House at email Shirley House, email address Shirley.house97@gmail.com which you have spoken to regarding services you provided at your faciltity.  I would like to schedule a visit to your facility along with my sister and ask questions.  I know you have spoken with sister Shirley House, however can you please provide a time and date at least three business days notice so we both  can visit.  I have indicated both our email addresses and will appreciate a response at your earliest convenience.  You can also leave a message for me at  (773) 988-0045\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareblvd.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 21:44:41','2026-03-03 21:44:41','256e80ec-b1bb-452a-82f8-2adce216bb81'),
(37977,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eric@proonlinepages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Pages\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEric Clark\\nSales Executive\\nPro Online Pages\\neric@proonlinepages.com\\n\\nReply STOP to opt out\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 22:28:29','2026-03-03 22:28:29','f6889cbb-ec06-4435-9d39-043cb7e1b4c5'),
(37981,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melanie Jones-Redmond\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"melaniecall@netscape.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking for a another facility for my husband who became a paraplegic after an accident, and is dealing with dementia. I would like to know if you have any rooms available for the rest of the rehabilitation and possible long term care pricing. Thank you. I prefer to be contacted by email initially. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 23:01:55','2026-03-03 23:01:55','20db694c-c7d3-4903-abae-27b35cd3fc45'),
(37982,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Glory Topping\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"glorytopping@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"347824551\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1067],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37983],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Thank you\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 23:20:07','2026-03-03 23:20:07','4ad47661-02f8-49cb-8b10-f3f3315e0067'),
(37986,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Joseph Cruz\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Austincruz3293@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18153290472\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[37987],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Certified CNA/Caregiver\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-03 23:45:51','2026-03-03 23:45:51','462f279d-f864-48e0-a01f-d67bd64c7d8a'),
(38000,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hannah Melotto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hmelotto@melottogroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Melotto Group\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1329],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey! Do you have any use for a freelance writer? I have nearly a decade of experience, and I\'m looking for new opportunities. You can book a time with me to chat if interested. Hoping to connect! https://calendly.com/melottogroup/30min\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 01:35:54','2026-03-04 01:35:54','bf795006-0d4c-451f-b10e-b77c649b02f5'),
(38055,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"michelle\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"bbfcfm.2019@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1349],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi - I was interested in a tour. We are looking for assisted living/memory assisted living facility with in 30 days. thank you. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 03:02:40','2026-03-04 03:02:40','6e2399fc-cd2e-49fa-9f75-30726fb6f888'),
(38064,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Akhila Pai \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"apai@firstlighthomecare.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"FirstLight Home Care of Mount Laurel \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\n\\nMy name is Akhila, and I represent FirstLight Home Care of Mount Laurel. I wanted to briefly introduce our agency and explore how we may support your team and residents transitioning back home.\\n\\nWe provide reliable, non-medical home care services including personal care, companionship, dementia support, and post-rehab assistance. Our team is available 24/7, offers quick start-of-care, and works closely with discharge planners to ensure smooth and safe transitions home.\\n\\nWe understand how important it is to reduce readmissions and ensure continuity of care. We would be happy to assist with private-pay residents or families seeking additional in-home support after discharge.\\n\\nI would appreciate the opportunity to briefly connect or stop by at your convenience to introduce our services in person.\\n\\nThank you for your time, and I look forward to connecting.\\n\\nBest regards,\\nAkhila Pai \\n609-900-8704\\napai@firstlighthomecare.com \\nFirstLight Home Care of Mount Laurel \\nhttps://www.firstlighthomecare.com/home-healthcare-mount-laurel/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 03:31:06','2026-03-04 03:31:06','2604cb06-c8c8-4100-8111-87b4469340d1'),
(38067,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Claire Wentz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"caring@caringfromafar.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"caringfromafar.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! I would love to write an article for your site. Typically, my writing is more focused on caregiving from afar, but I like to be realistic. Sometimes, it’s just not possible. Sometimes, your loved one needs you in the same city. \\n\\nThat’s the topic I’d like to cover in an article for your website: How to identify when it’s time to move closer to a loved one who needs your time and care locally, and how to make the moving process as easy as possible.\\n\\nWould that work as a new article on your site? If so, I’ll put it together and send it your way for review. Please let me know your thoughts!\\n\\nBest to you,\\nClaire W | caringfromafar.com\\n\\n– If this subject doesn’t feel like the right fit, no worries - I’d be happy to write on a topic you prefer. I always aim to make content engaging for readers and easy for search tools to recommend.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 03:38:50','2026-03-04 03:38:50','90ded304-df90-420d-8beb-8508511876a1'),
(38174,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robert G. Schroeder\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"schroederr251@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1237],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to commend Luftha on the 5th floor nursing unit for the excellent care and compassion for my mother, Barbara Schroeder in room 525W. She is rehabbing at your facility, and being 90 years old and on dialysis, she needs much attention. The only thing I do ask is that her blood pressure is monitored often and she is cleaned often, since she is prone to UTI infections. All in all, I am very pleased with the quality of care she is receiving. Luftha is amazing, and I could not ask for anyone better. For my Mom, I have also dealt with Melissa, who is also wonderful and compassionate. All in alll please keep up the great work, and please take good care of my Mom and help her to come home soon\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 11:08:23','2026-03-04 11:08:23','4fd8c999-0341-497b-8511-71f49e83c77a'),
(38176,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Aaron Salazar\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"am0522salazar@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7076886441\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[995],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[38177],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am applying for maintenance or housekeeping.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclaurelton.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cclaurelton.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 12:12:16','2026-03-04 12:12:16','38430a24-e4bd-462d-aadb-f75c2be70e01'),
(38196,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Peggy Wagner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"setxqo123@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m trying to get a room number from one of your residents. His name is Ricky Bailey. I\'ve tried call a number of times but can\'t get in touch with anyone. Plus this is my second email request. Please just send me his room number.\\nthanks,\\nPeggy\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 14:44:39','2026-03-04 14:44:39','5496f2a0-9e63-4b06-9fdd-009ae2f6f5da'),
(38282,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Bibi Khodabux \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bibikhodabux@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2035701557\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1425],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[38283],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"LPN\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareglendale.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareglendale.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 15:03:13','2026-03-04 15:03:13','478a87d1-565c-4999-acbb-820e0e4bf3bb'),
(38332,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michelle Johnson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mdjohnson@alz.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Alzheimer\'s Association\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1309],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\n\\nMy name is Michelle Johnson.  I am a Program Manager with the Alzheimer\'s Association, National Capital Area (NCA) chapter, which works in communities in Washington, D.C., Northern VA, and some Maryland counties.  I am interested in conducting free education programs for youth, young adults, and seniors in 2026 on Alzheimer\'s Disease since it affects many families and young caregivers.  Please let me know if you are interested in scheduling a free education program in 2026.  Our calendar is open and we are flexible with dates/times.  I can be reached via email or phone at 703-766-9012.  Thank you and take care. \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 15:34:15','2026-03-04 15:34:15','53389162-b9a8-4d24-8077-3344cac6989c'),
(38358,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"elizabeth heminghaus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"heminghaus@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[981],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Would like to schedule an appointment to come in and tour the facility.  My mom needs care.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 16:06:36','2026-03-04 16:06:36','3bedd465-0f63-4f8d-9e2b-f613daa2524d'),
(38362,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Eileen Tate\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"EileenTate94@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8568164106\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[38363],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Eileen Tate, RN, RAC-CT interested in MDS Coordinator position\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 16:14:17','2026-03-04 16:14:17','cd9d6f47-a85c-444c-b732-26323127bda7'),
(38365,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Donna L Guida\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dguida8190@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Morning:  This is Elizabeth Bialeckis daughter again.  I really don\'t want to be a thorn in anyones side but.....  My mother is getting conflicting information.  She has vertigo and was told not to get up to go to the BR by herself and yet some Aid (male) tells her to get in the wheel chair and go herself.  \\nShe does not get any menu for food selection and gets a surprise everyday.  Her feet and legs are extremely swollen and yet she was served a hot dog the other night.  Do you know how much salt is in those things.  \\nIt seems like one person tells her one thing and another something else (i.e., we aren\'t giving her drug only to have someone else say she gets it everyday?)  Do these people even look at a chart?\\nI\'m sorry to be complaining, I know for the most part people work hard but we had her go to your facility because of your excellent rating.\\nI am actually in SC and my sister Kathy is running ragged trying to take care of these issues.\\nShe told me she spoke to Sheena the other day and she previously spoke with the dietician who appeared to be quite accommodating which is why I don\'t understand why patients do not get a food selection that coincides with medical conditions?  \\nQuestions are:\\n*  What is being done for the severe water retention in her legs and feet;\\n*  Can someone please explain the dining practices (menus, food selection); and\\n*  Should she get up in the middle of the night with vertigo and use the bathroom on her own; \\n\\nFeel free to contact me (Donna Guida) or my sister (Kathy Cabarle) with your response.\\n\\nThank you\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 16:32:53','2026-03-04 16:32:53','9de5da90-7756-442a-aa53-ee0dc8ee3687'),
(38399,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Dajuan jones\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dajuanj55@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"16672639884\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[38400],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\nI am writing to express my interest in the Dietary Aide position at your facility. As a Pre-Nursing major at Towson University with a strong academic background in health sciences and hands-on experience working in team-oriented environments, I am eager to contribute to patient care through nutritional support and food service excellence.\\nThrough my academic training, I understand the critical role nutrition plays in recovery, overall health, and patient well-being. My athletic background has also strengthened my knowledge of proper nutrition, discipline, and the importance of consistency in maintaining health. I bring strong communication skills, attention to detail, and the ability to follow dietary guidelines carefully to ensure patient safety and satisfaction.\\nIn previous work experiences, I have developed reliability, time management skills, and the ability to work efficiently in fast-paced settings. I am comfortable collaborating with kitchen staff, nurses, and healthcare professionals to ensure meals are prepared and delivered accurately according to dietary restrictions and sanitation standards.\\nI am highly motivated to grow within the healthcare field and view this role as an opportunity to support patients directly while continuing to build my clinical knowledge. I would welcome the opportunity to further discuss how my skills and dedication can benefit your team.\\nThank you for your time and consideration. I look forward to hearing from you.\\nSincerely,\\nDajuan Jones\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmultimed.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmultimed.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 18:13:02','2026-03-04 18:13:02','4a1a9952-0176-43c2-8648-49967dd693ec'),
(38439,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Majius Grove\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"majius90@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2624083751\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1425],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I would like more information on volunteering.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 18:41:28','2026-03-04 18:41:28','5ee89ba2-8552-4ddd-8cf6-dafd125adffe'),
(38472,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Martine Bigos\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"martinebigos15@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Martine Bigos, and I am a senior at Johns Hopkins University studying psychology on the pre-med track. I am currently looking for a full-time caregiving position for the summer and am very interested in working at Complete Care in Annapolis.\\nI have experience in patient-facing roles through volunteering with my local first aid squad and helping care for an elderly family member, and I am comfortable working closely with individuals who need consistent, attentive support. I am reliable, quick to learn, and genuinely interested in gaining more hands-on experience in a senior care setting.\\nI will be living in Annapolis full-time this summer and am available for consistent full-time hours, with the possibility of continuing part-time in the fall. I am happy to share my resume and provide any additional information. Looking forward to hearing from you!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 19:40:38','2026-03-04 19:40:38','4058bf59-0b6a-432c-8adc-6575cbf3f262'),
(38525,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rachel Allan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rachel@jerseycommercialpainting.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jersey Commercial Paint\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI work in Burlington, and work for some of your neighbors. I was hoping I could come by and offer a complimentary painting bid?\\n \\nThank you in advance for your response.\\n \\nWith best,\\n\\nRachel Allan\\nBusiness Development Rep\\nJersey Commercial Paint\\n609) 380-7522\\nrachel@jerseycommercialpainting.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 21:21:46','2026-03-04 21:21:46','7cba123c-49f4-487a-91b9-c9f8b401d1a2'),
(38526,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rachel Allan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rachel@jerseycommercialpainting.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jersey Commercial Paint\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI work in Burlington, and work for some of your neighbors. I was hoping I could come by and offer a complimentary painting bid?\\n \\nThank you in advance for your response.\\n \\nWith best,\\n\\nRachel Allan\\nBusiness Development Rep\\nJersey Commercial Paint\\n609) 380-7522\\nrachel@jerseycommercialpainting.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 21:31:26','2026-03-04 21:31:26','cac74dc5-1eb7-4779-819f-b31969844568'),
(38529,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Anjelica Futrell \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jazzijeli@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I’d like the corporate number or email address to get some issues resolved that haven’t been resolved directly from the facility \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 21:44:15','2026-03-04 21:44:15','e494b700-b9af-45ea-bbe4-323a6c6846f6'),
(38537,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amy Hayman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"logansmama07@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Complete care dover de\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello are you hiring? Im looking for an activity director position \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 23:04:43','2026-03-04 23:04:43','22e3c486-b2b1-4e5e-91fa-1cd3e2719c97'),
(38539,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Summer Gardner\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"summerpaige55@hotmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8622001170\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1225],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[38540],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, looking for part-time/full-time (hours depending) work. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmilfordmanor.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmilfordmanor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-04 23:34:58','2026-03-04 23:34:58','e72cfd0d-1617-440b-ad43-eacdfa9210d2'),
(38544,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Maria Guillen\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"guillen0810maria@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3046275275\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1201],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello! I would love to get some more info on your volunteering program. I have been thinking of volunteering for a while and I live close by so I figured I would reach out.\\n\\n\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 00:56:11','2026-03-05 00:56:11','b3111212-9bdf-433f-8d4f-6462a4135735'),
(38546,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lemoine Marcelin \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marcelinlemoine6@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2409908329\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1303],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am skilled professional with strong communication having experience with leading, communicating with stakeholders, educating youth and adults. I’m committed to excellence and a proactive problem-solving. I’m passionate about my work and as well a fast learner that will contribute to the companies’ values and beliefs.\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchyattsville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchyattsville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 01:02:30','2026-03-05 01:02:30','c7e4d452-ff12-43bf-9018-240088420af7'),
(38548,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Cindy R\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"cindyrobles.c08@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2407045981\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1303],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[38549],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198,3192,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am excited about the opportunities to join this community and to contribute to its success on making sure families and residents are cared for and satisfied. I love the drive and compassion on helping others. I look forward to hearing back and to possibly make a impact.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchyattsville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchyattsville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 01:18:37','2026-03-05 01:18:50','085a1e11-6419-49b3-8adf-381de15e0ed9'),
(38552,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Cindy R\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"cindyrobles.c08@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2407045981\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1303],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[38553],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198,3192,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am excited about the opportunities to join this community and to contribute to its success on making sure families and residents are cared for and satisfied. I love the drive and compassion on helping others. I look forward to hearing back and to possibly make a impact.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchyattsville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchyattsville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 01:21:28','2026-03-05 01:21:41','d503da6e-0eac-4965-bdbb-a8bd9abbe7a4'),
(38575,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melissa Yahr\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"melissa.yahr@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1353],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello! Wondering what kind of availability you have for a 90 year old man and what the application process is as well as financial options.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccchristianhome.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchristianhome.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 02:48:21','2026-03-05 02:48:21','f96002a5-c3eb-473b-b99c-fd71378c342c'),
(38578,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Allison Dwyer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"allieson387@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1017],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Iam apply for a job part-time and full-time for housekeeping and activities and receptionist front desk\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 02:58:51','2026-03-05 02:58:51','45252301-a031-4f0f-8587-f362c2bb8505'),
(38681,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Antonia Pilot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"apilot@desu.edu\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Delaware State University\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Antonia Pilot and I serve as the Assistant Fieldwork Coordinator for the Master of Occupational Therapy program at Delaware State University here in Dover.\\n\\nI’m reaching out to see if your therapy department might have availability to host a Level II OT student during one of our upcoming rotations:\\n\\nLevel IIa: May 18 – August 7, 2026\\nLevel IIb: August 31 – November 20, 2026\\n\\nI would be happy to share additional program information or begin the affiliation agreement process if there is interest.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 13:50:39','2026-03-05 13:50:39','50a05100-acb1-4359-a324-ca70d5fca864'),
(38704,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOleary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsouthpointe.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 15:12:34','2026-03-05 15:12:34','d626eb63-01e6-407c-9f6c-7160afe2f02f'),
(38708,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOleary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing - if you receive this please reply back with yes\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsouthpointe.com, goleary@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 15:27:28','2026-03-05 15:27:28','8ef2040f-f87d-4802-b7f5-e1553e51f595'),
(38712,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOleary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsouthpointe.com, goleary@completecaremgmt.com\"}',3190,1,NULL,0,0,'Failed Captcha “Javascript”: “Value mismatch :69a9a0c8609882.82399678.”','verbb\\formie\\integrations\\captchas\\Javascript','[]',NULL,'2026-03-05 15:30:55','2026-03-05 15:35:17','3cddcb93-547d-4711-bfda-9f510adadffd'),
(38715,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOleary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1371],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing- If received please reply yes\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckensington.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckensington.com, GOLeary@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 15:39:20','2026-03-05 15:39:20','b137a378-f3b2-451b-b28f-c0296ae07096'),
(38719,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"GOleary@completecaremgmt.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Testing- please reply yes if received. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 15:40:33','2026-03-05 15:40:33','73968ded-62ef-4761-adfd-274e106ad40f'),
(38724,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Shruti Ma\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"shrutima05@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7326478622\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1097],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi I\'m looking for an opportunity to volunteer on a weekly basis for 1 hour or more  from March.I\'m a sophomore at high school. I\'m also available during my summer break starting June. Kindly provide me guidance for any such opportunities.\\nLooking forward to hear from you.\\nThanks.\\nShruti Ma\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 16:17:30','2026-03-05 16:17:30','45706365-83a6-43e0-b31f-c9d84421fb0c'),
(38730,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Holt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jennifer.holt@amerisbank.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Ameris Bank\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nWe are in need of a fax, email or third party contact information. So,  we can request a verification of employment.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 17:38:36','2026-03-05 17:38:36','30e233c9-5565-48f1-8903-9097300970a5'),
(38731,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Yuleisi\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"yvasquez0709@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4846408462\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1231],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m a senior in highschool looking for after school hours work or weekend jobs I’m available all day on the weekends \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 17:48:37','2026-03-05 17:48:37','903139b8-3682-44a4-8597-3f197ae4d34b'),
(38734,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kristen Foelsch\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kfoelsch16@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi.\\n\\nMy name is Kristen Foelsch. I am inquiring about employment opportunities with your organization. I live in Maywood, NJ. Are there are any facilities near there?\\n\\nI look forward to hearing from you soon.\\n\\n\\nSincerely,\\nKristen \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 17:56:14','2026-03-05 17:56:14','69972791-c535-4232-89fa-c27b4593807c'),
(38737,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"David Steen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"david@intellectible.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Intellectible\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1041],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, this message is intended for whoever oversees your federal bidding efforts.\\n\\nIs your team still spending significant time manually finding and qualifying SAM.gov opportunities?\\n\\nOur AI system evaluates 1000s of daily fed opportunities, including full solicitation documents against your specific past performance and win criteria, not just keyword matches.\\n\\nInstead of your team sorting through feeds, you receive a daily shortlist of high-fit opportunities, typically doubling qualified pipeline and reducing admin by 95%. \\n\\nWould it make sense to share a quick overview?\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 18:07:30','2026-03-05 18:07:30','fd5b15cf-912b-4511-81b6-f0426d991258'),
(38738,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Andrea Bradford\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"abradford@wboe.net\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"James A Cotten Intermediate School\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[999],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Health Fair at James A Cotten Intermediate School April 15, 2026 from 9am- 2pm. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 18:10:01','2026-03-05 18:10:01','f22d4657-d9f9-43ab-a959-55caed179c43'),
(38747,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Rana Alzyoud\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"alzyoudrana08@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6673552371\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1289],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello, \\nMy name is Rana Alzyoud, I am a senior at Towson University, and I would love the opportunity to volunteer at Complete Care and spend time with the residents. I am interested in helping with activities such as reading, trivia sessions, or assisting with events. \\nPlease let me know if there are any volunteer opportunities available and what the next steps would be.\\nKindly, \\nRana Alzyoud\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 18:18:12','2026-03-05 18:18:12','5768efc8-aad5-4c9c-8921-3f9f07fe9a67'),
(38818,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[38819],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198,3206,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am looking for full time work part time mornings days and weekends \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-05 20:52:23','2026-03-05 20:52:24','519c5607-5b9b-4f1c-8dd7-a19cda2531a2'),
(38854,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Anne Smith \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"craftyladymd@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"What time are your visiting hours.  I\'d like to visit my friend over the weekend .\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 00:44:44','2026-03-06 00:44:44','ec0e7e9c-188b-4d18-8893-50ca91f7b153'),
(38855,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BREANNA JACKSON\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"breanna.jackson@cotiviti.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Cotiviti on behalf of Cigna Healthcare\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1041],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Cotiviti, Inc.\\nP.O. Box 952366 Saint Louis, MO 63195\\nP: 888-633-5516 | F: 203-423-1581 \\nwww.cotiviti.com          \\n\\nWe have been trying to reach you to discuss unresolved overpayment requests. Several unsuccessful attempts have been made to resolve this issue, can someone please contact me at the phone number above or email me at Breanna.jackson@cotiviti.com  to confirm these were received and to discuss timetable for resolution.\\n\\nThank you\\nBreanna Jackson Recovery Resolution Specialist PH# 888-633-5516 EXT 9663\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 00:45:19','2026-03-06 00:45:19','9c046b37-15f1-4ab9-aebb-c4f7424f6d66'),
(38888,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ciera Bailey\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"cierabailey33@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2675217601\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1261],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[38889],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbrackenville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccbrackenville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 04:12:17','2026-03-06 04:12:17','679e92be-1802-4ee5-af68-a0f5935f7f53'),
(39017,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Karen Cook\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"karenmcook59@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7326726377\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1059],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39018],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"None\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareclark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareclark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 09:59:09','2026-03-06 09:59:09','1cbc9905-3df8-4913-8cd7-f50dfe64bbd9'),
(39028,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Christopher Miller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"christopherm.illermkts@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1359],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\nI recently came across your website and really liked the overall presentation and clarity of your services.\\nWhile reviewing it, I noticed a small search visibility issue that could be limiting your presence on search engines. It’s a relatively simple fix that may help improve traffic and inquiries.\\nIf you\'re open to it, I’d be happy to share a short summary and suggestions with you.\\nBest regards,\\nChristopher Miller\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccglendalewest.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccglendalewest.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 10:24:38','2026-03-06 10:24:38','79fe55f8-69b9-4532-944f-56ae6dde7f56'),
(39091,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tashni Lyons\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lyonstashni@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3473253330\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I recently attained my CNA certification and I was hoping to get a per diem CNA job, doing 11-7 shifts, once or twice a week. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 13:48:54','2026-03-06 13:48:54','21c759aa-8f5c-4987-8a8a-f5d8a7d36ac8'),
(39116,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Annaliese jelmert\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"liese.kugis@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9083614213\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1231],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39117],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am very interested in opportunities in Dietary/Food Service, Activities/Recreation, or Maintenance/Housekeeping at your facility. I have always enjoyed spending time with and talking with older adults, and I was fortunate to help care for my great-grandmother from age 85 to 99 and my step-dad’s grandmother from age 90 to 94. Those experiences taught me patience, compassion, and how meaningful simple conversations and daily support can be. As a current college student, I am seeking a part-time position and would love the opportunity to contribute to a warm, respectful, and positive environment for your residents while bringing my strong work ethic and friendly attitude to your team.\\n\\nSincerely,\\nAnnaliese Jelmert\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccphillipsburg.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccphillipsburg.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 14:53:16','2026-03-06 14:53:16','1bb78038-d540-4808-ac9e-3cab69858a07'),
(39150,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rebecca Romanko\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rebecca.mae17@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1097],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking to tour th facility for long term care options \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 15:43:56','2026-03-06 15:43:56','c5ce366e-ffd0-4bfc-9ed6-797780253f99'),
(39172,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ashley Kuhn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ashkuhn185@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Ashley Kuhn and I am an upcoming graduate from Misericordia University, where I will graduate with my master\'s degree in Speech-Language Pathology. I am seeking information regarding a need in your facilities in the Lehigh Valley area for a dedicated SLP to care for the residents.\\n\\nI am a compassionate and supportive individual who is interested in caring for patients and improving their quality of life with each interaction.\\n\\nPlease inform me at your earliest convenience if you have any openings within your facility. I look forward to hearing from you. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 16:15:22','2026-03-06 16:15:22','a9f3f137-f9bc-43cd-8315-5c1a61c92be3'),
(39184,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Naaz Alam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Naaz.alam@disa.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"DISA Global Solutions\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Team,\\n\\nMy name is Naaz, and I am with DISA Global Solutions, a third-party background screening company. We are requesting verification of employment for one of your former employees. We need to confirm the employee’s dates of employment and job title. If you are the appropriate person or department to handle this request, please let us know. I can provide a formal written request or authorization if required. If you have any questions about our company, please visit www.disa.com or contact our Client Care team at 866-859-0143.\\n\\n\\nRegards,\\nNaaz Alam,\\nDisa Global Solutions\\nPhone#: 346-998-0282 extn 6816\\nFax back number:- 205-443-9396/ 205-414-6392/877-991-9737\\nEmail : Naaz.Alam@disa.com\\nwww.disa.co\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 16:52:38','2026-03-06 16:52:38','f90c6ce6-ae04-48b3-a855-baee05deb370'),
(39190,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Matthew Dixon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mdfilms21@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Afternoon, \\n\\nI was interested in applying for the position of a nursing assistant at your facility. My question is do you offer training to become a CNA while working there as I am interested in switching careers to ultimately become a CNA. Any information about this would be greatly appreciated I’m interested in learning more and becoming an employee. \\n\\nThank you for your time.\\n\\nBest,\\nMatthew Dixon \\nVernon, NJ \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 18:00:22','2026-03-06 18:00:22','523cf4b1-1688-4752-9520-681f9f96b5f4'),
(39192,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Anthony Clark \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"fnbace03@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8567966776\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39193],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I worked here before.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 18:22:54','2026-03-06 18:22:54','2714f52d-43da-40b4-a645-4dfd06d9b261'),
(39209,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aretha Johnson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"arethacjohnson@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1129],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I’m looking for a Memory care facility for my mom. She has Dementia, Moderate stage. Wondering if your facility supports residents pending a Medicaid approval? Or resident has to already be approved for Medicaid? Thanks \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 18:50:48','2026-03-06 18:50:48','d1ef0ee7-b737-4b38-99ed-d3c363367b95'),
(39210,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Nashia Brown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shiamonay3@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1467],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I applied for a position as an LPN. However, during an interview with the location in Meriden with Jessica Vollono from HR, since there was no positions available I was told she could send over my application. I was wondering if I could speak to someone from HR to have that done. Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 18:51:26','2026-03-06 18:51:26','e5f5906a-360c-4fe1-974c-2e56f7bc6db7'),
(39223,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ron Wyatt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ron@ronwyattphoto.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Ron Wyatt Photos\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nThrough the Lens: 50 Years of Professional Photography is a presentation-style photography class taught by professional photographer Ron Wyatt, combining storytelling, instruction, and a visual journey through five decades behind the camera.\\n\\nIn this class, Ron shares images and experiences from a career spanning corporate, editorial, and event photography including the Olympic Games, NFL events, healthcare photography inside operating rooms, architectural assignments, and more than three decades working with Six Flags. The program also features work from tours with the Moscow Ballet, national conferences, and government assignments, including photographing the President of Turkey and the First Lady during their visit to the United Nations in New York.\\n\\nParticipants will see how digital photography has transformed Ron’s workflow in recent years and learn how professional images are created for marketing and PR firms, newspapers, magazines, press releases, ribbon cuttings, and corporate storytelling. Along the way, Ron explains how these assignments were obtained and shares real world lessons learned on location.\\n\\nToday, Ron continues to teach and mentor photographers through Photo Adventures with Ron, leading hands on photo tours to destinations such as Cuba, Tanzania, Rome, Venice, Alaska, New England, and beyond.\\n\\nThis class is ideal for camera clubs, senior living communities, and college photography programs seeking an engaging, educational, and inspirational photography presentation.\\n\\nRon Wyatt\\nPO Box 281\\nAvenel, NJ 07001\\nMobile: 732-619-9628\\nwww.ronwyattphotos.com\\nron@ronwyattphotos.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwhisperingwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwhisperingwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 20:51:57','2026-03-06 20:51:57','69d9ade1-c022-4a24-a5d6-597aec7dd10f'),
(39226,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Bonita Hills\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bonita.hill23@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7328966116\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[989],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39227],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3204,3192,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"To Who it May Concern \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckressonview.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cckressonview.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 21:46:15','2026-03-06 21:46:15','6060d13d-ffce-4cae-9959-2f3e279803a4'),
(39234,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Suzanne Balcerowski\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sbalcerowski@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My mother is a patient at Froedtert Bluemound Rehabilitation Hospital right now recovering from a Stroke. We are looking for follow up care for her until she can get home. Your facility was on the list of preferred providers we received. Her discharge date is down as March 18th. We are wondering about availability at your facility and a tour if you would have availability. \\nThank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-06 23:08:19','2026-03-06 23:08:19','c077d3cb-1bfe-4d02-a040-79f64937d900'),
(39252,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ryan smith \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rsmith@outcould.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I hate the fuck ass Jew at this establishment they continue to rape me without fail for 5 times in a row \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 01:57:13','2026-03-07 01:57:13','802671de-f009-4221-9a5e-459b285c9203'),
(39257,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Stephanie Silas\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nurselove67@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17734011106\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1041],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39258],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"To Whom It May Concern,\\n\\nI am writing to provide my strongest recommendation for my colleague, Stephanie Silas, with whom I had the privilege of working with for 15 years. During that time, she served as our triage nurse and was an essential pillar of our clinical team.\\n\\nIn a fast-paced and often high-pressure environment, Stephaie consistently demonstrated exceptional clinical judgment, efficiency, and professionalism. As the first point of contact for patients, she had an extraordinary ability to quickly assess acuity, prioritize appropriately, and communicate clearly with both providers and patients. Her triage assessments were thorough, accurate, and thoughtful, ensuring patient safety while maintaining smooth clinic flow.\\n\\nBeyond her strong clinical skills, Stephanie possesses outstanding interpersonal abilities. She approaches every patient with compassion, patience, and respect, even in difficult or emotionally charged situations. Patients frequently expressed appreciation for her calm demeanor and reassuring presence. She also fostered positive working relationships with providers and staff, contributing to a collaborative and supportive team environment.\\n\\nWhat sets Stephanie apart is her reliability and integrity. She consistently went above and beyond her assigned responsibilities, anticipated needs before they arose, and remained steady under pressure. Her ability to balance clinical precision with genuine empathy makes her an exceptional nurse and colleague.\\n\\nI can confidently say that any organization would be fortunate to have her as part of their team. She brings experience, leadership, and heart to everything she does.\\n\\nPlease feel free to contact me if you require any additional information.\\n\\nSincerely,\\n\\n\\nMary Daly\\n\\nMedaly3619@gmail.com\\n\\n312-735-7850\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarewall.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarewall.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 02:51:15','2026-03-07 02:51:19','7d3b5283-d770-4343-bfba-eb30e67f64fc'),
(39266,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Roseline  Tislin\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"roselinetislin9@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"15513590005\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Housekeeper \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 04:54:00','2026-03-07 04:54:00','130fd564-2244-4d11-a99c-75ae9aa23835'),
(39267,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Roseline  Tislin\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"roselinepotus8@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"15513590005\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\" Housekeeper \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 04:55:20','2026-03-07 04:55:20','16ee9cbf-64be-4988-9aee-20c0a8733c1e'),
(39432,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Cynthia  Viera \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"viera.cynthia@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4847941783\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39433],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in the Certified Nursing Assistant (CNA) position at your facility. I am a compassionate and dedicated caregiver with a strong commitment to providing high-quality patient care and support.\\n\\nDuring my training and experience as a CNA, I have developed the skills necessary to assist patients with daily living activities such as bathing, dressing, feeding, and mobility. I am also experienced in monitoring vital signs, maintaining patient comfort, and working closely with nurses and healthcare teams to ensure each patient receives the best possible care. I pride myself on being patient, attentive, and respectful of each individual’s needs and dignity.\\n\\nI am passionate about helping others and creating a safe, supportive environment for patients and their families. I would welcome the opportunity to contribute my skills and dedication to your healthcare team.\\n\\nThank you for considering my application. I look forward to the opportunity to discuss how I can support your staff and provide excellent care to your patients.\\n\\nSincerely,\\nCynthia Viera \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 11:33:40','2026-03-07 11:33:40','7f356563-e1ac-4f91-9e9d-a48575fc5798'),
(39452,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shante Brown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shante830@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m currently a Medical Assistant do that qualify for any positions \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 14:20:52','2026-03-07 14:20:52','9e45b99a-be0b-46db-a397-e0ce910834d3'),
(39532,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"kelly rodriguez\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"rodriguezkellyf@hotmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"13475815768\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[999],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"We are a church located in Willingboro, we want to volunteer at your center\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 16:52:39','2026-03-07 16:52:39','f741054e-89d4-43f9-83ee-2ebe5200c5a7'),
(39562,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Paula Humphries\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"paula.humphries626@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My long time friend, Mr. Spencer LaCapra is a patient at this facility and I am asking for his room number. Also I want to know how to send gifts to him. Your response is greatly appreciated\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 19:42:41','2026-03-07 19:42:41','acae9b74-252a-4556-ad6a-7b60f24fb2d7'),
(39564,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Janette\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"grayjanette452@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8625885397\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My name is Janette Gray, and I am very interested in working or volunteering at Barnett Sub Acute. I am particularly interested in informational or guest services, such as directing guests or providing information to visitors.\\n\\nI would be happy to contribute in either a paid position or a volunteer role. I enjoy helping people and would appreciate the opportunity to assist guests and support your team.\\n\\nI can be reached by cell phone or via email at your convenience. Thank you for your time and consideration. I look forward to hearing from you.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 19:54:22','2026-03-07 19:54:22','7233d25a-cf3e-49bc-af50-8a06a7f8e8ef'),
(39613,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kyleigh Matchett\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kmatchett2006@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3046766130\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1283],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good afternoon! I hope you are interested in hiring me for a position. I have several years of experience, mainly personal but also professional as well. I am CPR certified as well. If you have any questions or concerns please contact me at any time thank you!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 20:42:12','2026-03-07 20:42:12','9ffa54c4-e149-4414-acec-58fb9252e373'),
(39665,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ali Bourque\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alibourque@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Beacon Block Club (community group in the neighborhood)\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi - I\'m the vice president of the Beacon Block Club. We\'re a neighborhood group for those who live on Beacon street between Montrose and Lawrence.  We see our role as providing an opportunities (including events) for neighbors to meet one another, share opportunities, and work together on community-focused activities.  In addition to block-club  business meetings, we\'re planning a few activities for the warm weather, including a neighborhood clean up event, free book tables, and an \\\"Oktoberfest\\\" pot-luck cookout open to all.    I\'d love to connect with whomever (staff, resident) would be interested in learning more  so that we can share upcoming events for your residents to consider AND so that we can partner with or promote other projects that might be meaningful to you / your residents.  Do you have any recommended next steps? \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsheridancommons.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsheridancommons.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-07 23:33:24','2026-03-07 23:33:24','2f806f54-317f-4b3b-a99f-7063eda3806d'),
(39691,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jasmin Marchan\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jasminmarchan89@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7736415231\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39692],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for CNA NOC position \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 02:52:01','2026-03-08 02:52:01','cb05d897-a9d3-48e1-9a74-376b537cacd9'),
(39722,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Yahseom Smyth \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"YahseomSmyth0@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6673790564\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39723],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Would love to work here ! I’m a excellent cna \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmultimed.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmultimed.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 04:16:13','2026-03-08 04:16:13','980223f7-df57-4b3f-b5c9-ce662e03d073'),
(39875,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marian donadelle \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"cheechees64@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19174125805\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39876],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for a housekeeping position  weekends \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 11:05:22','2026-03-08 11:05:22','2d12fbcd-c5a4-45ec-b3a4-556f39e809c5'),
(39878,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marian donadelle \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"cheechees64@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19174125805\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1117],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39879],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for a part time housekeeping weekends \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsummitridge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsummitridge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 11:13:19','2026-03-08 11:13:19','adfb0198-1552-45ee-8844-c7efb810a869'),
(39934,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Maribeth Gardner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shutterbug23@mac.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1017],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My father Edwin Gardner left your facility on Friday March 6th.  Around 4pm.  My family and I brought him to the Hospital ER.  He came in with Pneumonia and sepsis.  He his currently in Hospice at Jersey Shore Medical Center.  He will not be returning to Shorrock nor will any of my family.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 13:10:02','2026-03-08 13:10:02','ed346442-7601-4cef-a6ce-bf747e575fe8'),
(39941,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Derrick Truax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"derrick.truax@rwjbh.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"RWJBH Corporate Services Inc.\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nCould you please connect me with a representative to discuss a contracting matter at Community Medical Center? I am not sure that the contact I have on file is correct.\\nThanks,\\nDerrick\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 14:48:14','2026-03-08 14:48:14','4f35976e-6caf-435f-8416-6bf124f1d4ec'),
(39944,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marie Hirtzel \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hirtzelmarie3@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12019785893 \",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1129],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[39945],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good afternoon,  I am seeking a regional nurse position within your organization.  I look forward to talking with you soon.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwestfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccwestfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 16:00:46','2026-03-08 16:00:46','1267d4cb-b1de-46dc-bad3-5e455fed26c1'),
(39959,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Christine Roberts\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"bryan1878@verizon.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am a 61 year-old woman with MS and I am wheelchair bound and need help with everything for like a week or two while my husband is out of town. Is this a service that can be provided by you?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 17:27:36','2026-03-08 17:27:36','e39ebccd-d984-4f36-9369-2080309b2212'),
(40007,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kathy Almassy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mgscad@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1309],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m looking for nursing care for my mother who is in the hospital and will be discharged soon.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 18:24:38','2026-03-08 18:24:38','28e5dfef-1183-4c60-a8f5-119152f58356'),
(40029,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lori Campanelli\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"loricampanelli321@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1023],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dad is in HCA Miami hospital. He has been diagnosed with CAA. I am trying to get medical transport from Miaimi back up to NJ. He needs inpatient rehab as per dr orders. Looking to see if you have availability?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 19:57:56','2026-03-08 19:57:56','024a3298-28df-4bab-a444-ee2ee65120cf'),
(40046,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Viola Kelly\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"violakelly14@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7087101420\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40047],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in a position at your healthcare facility. I am a dependable and compassionate individual who is passionate about helping others and providing quality care to those in need.\\n\\nI have strong communication skills, patience, and a caring attitude that allows me to work well with seniors and individuals who require assistance with daily activities. I understand the importance of treating residents with dignity, respect, and kindness while ensuring their safety and comfort.\\n\\nI am eager to continue growing in the healthcare field and look forward to contributing to a team that is dedicated to providing excellent care. I would appreciate the opportunity to discuss how my skills and dedication can benefit your facility.\\n\\nThank you for your time and consideration.\\n\\nSincerely, Viola Kelly \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-08 23:05:45','2026-03-08 23:05:45','ed999be9-5348-4723-a0a7-64725106288e'),
(40058,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tuan Ly\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tuanly2007@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2018196264\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40059],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, i would really like a chance to work here.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccarbors.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccarbors.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 01:19:46','2026-03-09 01:19:46','636c1cc7-2b99-4def-8007-2832b0b0169d'),
(40094,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lakeia Jackson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lakeia_jackson@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1383],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"C.N.A. Renewal\\n\\nHi, My name is Lakeia, and I worked at Nazareth to clipboard. I was wondering, could a nurse fill out a CNA renewal form for me at all. I can show proof of the hours.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccnazareth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccnazareth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 04:17:12','2026-03-09 04:17:12','906f7970-97d1-4cdb-98f4-7eef5d985ca9'),
(40105,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nayeli Carrillo\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"carr.nayeli@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8605018449\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1431],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40106],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello!\\nI am sending a message to let you know that I believe I am a good candidate for the positions i’ve applied for. I pick up new information quickly and work in a fast pace while also being attentive and kind to residents that I would be working with. Providing the best therapy that can work for them. \\nThank you for taking your time to read my message and resume! \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgrotonregency.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgrotonregency.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 04:23:57','2026-03-09 04:23:57','d2294aa1-259c-4506-902b-e7b6731560dd'),
(40161,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jennifer@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1283],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Hagerstown,\\n\\nI just tried messaging you from your Google Business Profile and couldn\'t get through because you don’t have texting turned on. \\nWant me to turn that on and install an AI Agent that chats with all visitors and helps get them booked with you? \\n\\nI see your competitor doesn\'t have this turned on so it would for sure help you stand out. Let’s chat - grab a time on my calendar and I’ll show you: getdandy.com/texting-agent-meeting\\n\\n\\nThank you,\\n\\nJennifer O\'Brien | Director of Operations\\nGetDandy\\ngetdandy.com/texting-agent-meeting\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 06:07:27','2026-03-09 06:07:27','67e4493f-2b1e-4dc4-8726-8c48ee47c61d'),
(40306,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Matthew Paccione\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"matthew.paccione@wmtps.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"West Milford Public Schools\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1225],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We have received a grant that requires us to provide a free concert to senior citizens.  I am reaching out to see if it would be possible o bring a performance group to perform for your  residents?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmilfordmanor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmilfordmanor.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 14:01:43','2026-03-09 14:01:43','8cb73c5c-5eb1-4af0-a6bc-9f86854dbd13'),
(40323,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Viviene Dawkins\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Vivienedawkins@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19736876932\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1297],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40324],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m applying for CNA position \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 14:26:29','2026-03-09 14:26:30','2e42c62c-1d4e-4fe0-875f-3f0eb58fdb32'),
(40390,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Anthony \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"fnbace03@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8567966776\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40391],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dietary aide \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 15:24:28','2026-03-09 15:24:28','bd088e35-a62a-4eda-b537-fb8aa615e26c'),
(40395,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Anthony Clark \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"fnbace03@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8567966776\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[989],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40396],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Please hire me back!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckressonview.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cckressonview.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 15:26:17','2026-03-09 15:26:17','072a8050-e712-416b-b401-d43dccecf625'),
(40510,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nadeerah blyther \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mayskhaleemah@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8624146128\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi...My name is Nadeerah blyther \\nI am a Nj resident who is looking to learn an grow with a dedicated community \\nI am hard working also a team player.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 16:22:09','2026-03-09 16:22:09','42595c0d-8e43-4a02-bb5e-29a03f900371'),
(40521,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Laura Jackson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"laura.jackson@vaxserve.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Vaxserve \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I work with VaxServe, a specialty vaccine distributor supporting many LTC operators and pharmacy partners. This time of year we receive a lot of questions around flu, COVID, and adult vaccine planning, so I wanted to introduce myself in case it’s helpful.\\n\\nFor organizations operating across multiple facilities or states, we often help streamline vaccine procurement while still supporting direct-to-facility shipping and closed-door pharmacy workflows.\\n\\nWe currently have flu and COVID vaccines available to ship if needed and are also supporting prebook for the upcoming season. Many of these programs include competitive LTC pricing. If it would be helpful to connect or if there is someone else who oversees vaccine purchasing or infection control, I’d be glad to reach the right person.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 16:33:41','2026-03-09 16:33:41','7b265dc7-d804-4f22-ae7b-872cb89a480d'),
(40523,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nadeerah Blyther \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mayskhaleemah@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8624146128\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40524],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi, I am Nadeerah Blyther 28 yrs of age. \\nI am dedicated an wanting to grow with a committed community i am a team player an willing to learn\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 16:47:30','2026-03-09 16:47:30','5eed347c-6e77-4654-9100-b5d47a734026'),
(40531,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marie Flore Laguerre \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marieflorel69@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9732800273\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1117],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"CNA \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 18:03:45','2026-03-09 18:03:45','1c09b1c5-1cab-49ba-8b5e-9ab594878ac1'),
(40532,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Toni McGovern\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"littleoldlady@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello! My name is Toni McGovern. I have a 47-year-old son who suffered a stroke in early November. Currently my husband and I are in San Francisco where he lives and we are planning to bring him back to New Jersey in the next one to two months. My husband and I are John\'s primary caretakers, and we are looking for an assisted living facility near us where he can live long term.\\nIs there someone I can talk to about admissions? Or that I can email with questions and details about his needs? The following highlights his current situation.\\n\\nTimeline: John had a stroke in the beginning of November and was in the hospital for 9 weeks recovering from wounds from his fall. He went to acute rehab for 2.5 weeks at the end of December. Then he moved to a residential care facility and received outpatient therapies from mid-January through the end of February. Now he is in an assisted living facility in San Francisco where he continues to receive visiting PT, OT, and speech. \\n\\nCurrent Prognosis: John is paralyzed on the right side, but has been making progress with PT to use assistive devices to begin to learn to walk. Right now, he cannot do this on his own. He can transfer from his bed to a wheelchair with minimal assistance, and he can also use the toilet. He can use his left hand to feed himself. He needs assistance for dressing and showering. He is nonverbal and cognitively impaired. He can nod yes and no, and make some verbalizations, but these are all inconsistent. My husband and I have Power of Attorney and are making major decisions for his care on his behalf.\\n\\nInsurance and Finances: John currently has Medicaid coverage in California (Medi-CAL). He does not currently have an income---he has been unemployed since 2022. In terms of assets, he has a retirement account which we are in the process of converting to an income for him. We are also currently applying for social security disability insurance, but we anticipate this will take some time to be approved and for him to begin receiving these benefits. We will be privately paying for his care when he arrives in New Jersey, and we will be enrolling him in a marketplace health insurance plan. \\nThank you for your help. Here are phone numbers for us.\\nJack (973)945-3147\\nToni (862)296-6262\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 18:06:20','2026-03-09 18:06:20','9c3a7ba6-a8b9-4384-9614-233ccc6ab81f'),
(40544,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alex Javier Sanchez\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jsanchez@aftechresources.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"A&amp;F Technical Resources, LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nMy name is AJ Sanchez,  and I represent A&amp;F Technical Resources. We specialize in audio and video, security, and communication systems, and provide services throughout the Tri-State area. \\n\\nI would welcome the opportunity to arrange a meeting and discuss how we might support your facilities and explore potential opportunities to work together.\\n\\nMy phone number and website are listed below. I look forward to connecting with you.\\n\\nA.J. Sanchez 732-609-1543, www.aftechresources.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 18:19:51','2026-03-09 18:19:51','a01f2e5f-84ac-416b-a297-d8aac2a7f9c2'),
(40554,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Willie Thomas\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"thomaswill8529@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7085433729\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40555],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for long term job\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 19:00:04','2026-03-09 19:00:04','d723b044-d8f2-4d15-a422-74f7f95415f9'),
(40557,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kirstie  H34202669021450-9\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"verifications@intellicorp.net\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"IntelliCorp\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nWe are trying to verify employment for one of your former employees and were not able to locate any records from Thomas and Company. Please advise if there is an alternative verification process and who we should contact.\\n\\nRef#: H34202669021450-9\\n\\nThank you,\\nKirstie\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 19:35:41','2026-03-09 19:35:41','3bdf334e-797b-464e-853b-988ee6d68a2a'),
(40558,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charles  Amos\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Charles.amos@uamechurch.org\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I have been working with Heritage Complete Care in Dundalk MD to try to have my brother transferred to a facility closer to his family for the remainder of his rehab. I was told that you don\'t have any beds available. I just want to check and see if the availability has changed\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 19:57:03','2026-03-09 19:57:03','8511f012-b752-4bfa-99a2-5184f5959f12'),
(40560,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michelle Rucci\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mgall25@optonline.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[957],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My father is currently being taken to the hospital for his knees failing. He is 89. We were planning to move him to Holiday City but now he has taken a turn for the worse and we wuld like to apply to get him into your facility. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 20:11:22','2026-03-09 20:11:22','ccc242bf-8201-4638-b7a9-89ef1259af54'),
(40562,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[975],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40563],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3208,3194,3198,3206,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m looking for full time part time work days and I couldn\'t work weekends\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccatgreenacres.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccatgreenacres.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 20:37:51','2026-03-09 20:37:51','b21729d7-2416-4abb-98e5-6cbae03de340'),
(40564,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[975],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40565],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3208,3194,3198,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for full time work part time work days weekends\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccatgreenacres.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccatgreenacres.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 20:49:04','2026-03-09 20:49:05','513e1120-d3a2-4a4e-b53e-ea7208ef487e'),
(40566,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40567],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3208,3194,3198,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for full-time part-time work days and weekends\\nAnd receptionist\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccshorrockgardens.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccshorrockgardens.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 20:51:41','2026-03-09 20:51:41','ffaa6664-23c5-48c4-8294-818562154c12'),
(40568,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Izaiah Johnson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"izaiah72810@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(608)957-5131\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1383],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40569],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am excited to apply for the Food Service position at Nazareth Health and Rehab Center. As a motivated high school student with experience supporting positive dining environments and household responsibilities, I am eager to contribute to a team that prioritizes care, cleanliness, and resident satisfaction.\\n\\nThrough my experience as a host at my school’s culinary restaurant, I developed strong communication, teamwork, and professionalism while helping create a welcoming dining experience for guests. My household responsibilities, including cleaning, organization, and pet care, have strengthened my attention to detail, reliability, and time management skills. Additionally, participating in choir has reinforced my ability to collaborate and remain committed to group goals.\\n\\nI am confident that my dedication, adaptability, and enthusiasm for learning make me a strong candidate for this position. I would welcome the opportunity to contribute to Nazareth Health and Rehab Center and help provide a positive dining experience for residents. Thank you for your time and consideration.\\n\\nSincerely,\\nIzaiah Johnson\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccnazareth.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccnazareth.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 21:00:12','2026-03-09 21:00:12','b25dd202-f095-4ab0-a8b1-82bb2b4d0feb'),
(40570,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Keirra Wilson \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"keirrawilson4@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, my name is Keirra Wilson. I was wondering if you offer CNA or GNA classes. If so, could you please provide information about upcoming classes and how I can enroll? Thank you for your time.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccdawnview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccdawnview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 21:06:38','2026-03-09 21:06:38','798c7e2c-ffee-4f49-b2ab-8e9669c4b797'),
(40573,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison dwyer \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[945],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40574],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3204,3198,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for part-time and full-time days  weekend \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccbeylea.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 21:14:18','2026-03-09 21:14:19','33d4468b-237f-45b3-9701-433349ca99ef'),
(40577,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sierra Whetzel\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Sierrawhetzel58@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"304-514-3931\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Interested in the CNA class!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 21:33:38','2026-03-09 21:33:38','9c91fc16-9125-4dba-a5ec-a6ece45d3d02'),
(40580,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nadege Jn mary Edile\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"edilenadege@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9733337165\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1051],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40581],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Message \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cccedargrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cccedargrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 22:33:43','2026-03-09 22:33:43','f3394ed6-d178-44af-9b30-a6555bec4bf7'),
(40588,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Geoff Miner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"4everrdr@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello.  My elderly father is getting a PEG port in his stomach.  He is unable to swallow and will need to be fed via that method.  I am looking for a facility to move him into.  Please let me know if that is a service that is available.  If so I would like to chat with someone and tour your facilities. \\n\\nThank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 23:11:42','2026-03-09 23:11:42','d4693e0c-7959-4e63-96d5-5d9dfcb05839'),
(40589,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"D\'manda Price\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dmandaprice@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19733567010\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40590],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi,\\nI am a speech-language pathologist looking to work in skilled nursing again. I have attached my resume. \\nThanks, D\'manda\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-09 23:16:24','2026-03-09 23:16:24','4e070c15-783c-47f7-a752-30e2f0996e61'),
(40593,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Odessa Brown\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"odessa.brown@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8482482787\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1103],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40594],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3204,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/a\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccplainfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccplainfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 00:49:35','2026-03-10 00:49:35','9f11715f-32be-4d2f-9735-91966bf4510b'),
(40625,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kenny\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"abigailbaires2018@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2028907075\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1303],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My name is Kenny Arriaza, I have experience as a Geriatric Nursing assistant. I have worked in home care and I have also worked in a Nursing home.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 02:47:58','2026-03-10 02:47:58','401e587f-add9-4b3c-8eb3-27438fc964c7'),
(40661,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kim Young\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kdknroy@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for a care center for my 99 year old MIL.  She is wheelchair bound and unable to propel herself in her wheelchair.  She is able to feed herself.  She does not require memory care.  \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 03:49:06','2026-03-10 03:49:06','eed33513-24d0-43b0-9d74-a493f4f51820'),
(40668,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lauren\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"laurenj101104@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3016656503\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1303],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Lauren Jean \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchyattsville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchyattsville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 04:42:49','2026-03-10 04:42:49','4265b654-350e-402c-9eb3-763a06d978f6'),
(40801,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samantha Walters\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"minersqueen@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1323],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I wanted to reach out and see if you had employment opportunities for New Grad RN\'s. I graduate May 2026. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 13:02:19','2026-03-10 13:02:19','1a21a1d1-3905-4ef1-b4d0-a19b8bbfb894'),
(40804,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jonathon Theys\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Jonathon.R.Theys@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, What are your visitation guidelines? I was informed my Grand Aunt fell, broke her arms and is having rehab done here. Her name is Clara Zimmer.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 13:41:18','2026-03-10 13:41:18','c586a55e-8711-49d5-9a76-8ffac80c801a'),
(40808,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Eunwoo Bae\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"eunwoobae2001@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"4752415032\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1449],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I\'m hoping to become a regular reading volunteer. I started reading to a pre-K classroom near my work on a monthly basis last fall and have really loved the experience. Thursday evenings (6pm onwards) would be best for me but I could find time on the weekends if that works better.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 14:00:02','2026-03-10 14:00:02','435cb877-2eca-4e74-94c7-835ebf5156e6'),
(40809,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Curtis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sarahcurtissoprano@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Piano-Vocal Duo  \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1201],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello!\\n\\nMy name is Sarah and I am a professional opera singer based in the area writing on behalf of myself and my collaborator, Makoto, who is a professional pianist.\\n\\nWe wanted to inquire if you hire musicians to come and perform at your facility? Our performances are designed to create a joyful and engaging musical experience for residents with repertoire ranging from opera, jazz, pop, musical theatre to sing-along tunes.\\n\\nI have experience performing at other communities such as the Brightview in Harrison, where I also work as a server. Through these experiences, I have discovered a wonderful affinity for entertaining and connecting with senior audiences.\\n\\nMakoto and I offer a one-hour live concert for $300, and are typically available on Mondays and Tuesdays before 5pm as well as Saturdays after 4pm.\\n\\nI have pasted a youtube link to give you an idea of our sound:\\n\\nhttps://youtu.be/aqsgXrRBQxs?si=ZytUM25EWUrRgzrM\\n\\nWe would love to chat more and explore performance options with you. Thank you for your time and we look forward to connecting with you!\\n\\nWarmly,\\nSarah &amp; Makoto\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 14:05:46','2026-03-10 14:05:46','2f18c52a-b3ac-4f6c-b334-7f24fc9c1e49'),
(40816,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tatwa Vaidya \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tatwa.vaidya@spb.nj.gov\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"New Jersey State Parole Board \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Greetings,\\nI hope this message finds you well.\\nI am reaching out to inquire whether your facility accepts residents who are listed on the Megan’s Law registry. I am currently assisting a senior client who is in urgent need of a more stable and supportive living environment.\\nMy client is an older adult who receives Social Security benefits and reports that he is disabled and legally blind. At present, he is living in a rooming house where the environment is not appropriate for someone with his medical and functional needs. Due to his visual impairment and overall vulnerability, we are hoping to locate a senior assisted living setting where he can receive the supervision, safety, and support that would better meet his daily living needs.\\nHe is currently under parole supervision, and his parole officer is willing to communicate directly with your team to answer any questions regarding his status, conditions, or any requirements that would need to be considered for placement. We are committed to being transparent and cooperative throughout the process to ensure that any placement is appropriate and compliant with all regulations.\\nGiven his current housing instability and health limitations, we are hoping to identify a facility that may be willing to review his situation and determine whether he could be considered for admission.\\nIf this is something your facility may be open to discussing, I would be happy to provide additional information and connect you with his parole officer as needed.\\nThank you very much for your time and consideration. \\n\\nSincerely,\\n\\nTatwa \\n\\n\\nTatwa Vaidya (he/him), MSW, MA\\n\\nSocial Worker Trainee\\n\\nDistrict Office #11\\n\\n550 Jersey Avenue.\\nP.O. Box 595\\n\\nNew Brunswick, NJ 08901\\n\\nCell No. (609) 874-4220\\nOffice No. (732)509-1852\\n\\n\\n      \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 14:52:50','2026-03-10 14:52:50','bbc317cd-49ae-482e-b3cf-0200f30251f2'),
(40821,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jagdeep Kaur\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"deepaahuja70@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"5513584397\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1135],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40822],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking to work as a driver or in administration or even as a food hostess \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwhisperingwoods.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccwhisperingwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 15:20:25','2026-03-10 15:20:25','10b05465-f794-473d-a7af-543495f27386'),
(40851,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melissa Musto\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"melissamusto831@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Request for Information Regarding James Rodriguez – POA / Authorized Representative\\n\\nDear Records Office,\\nMy name is Melissa Musto, and I am the daughter of James Rodriguez, who is currently a resident at Complete Care at Green Knoll. I am trying to locate any legal documents on file related to my father, specifically:\\n\\n• Durable Power of Attorney (POA) or any other Power of Attorney documents\\n• Any guardianship or representative payee documents\\n• Any other legal documents authorizing a family member or representative to act on his behalf\\n\\nAdditionally, I would like to know if there is already a representative or authorized person on file who can sign documents for my father.\\nThese documents are important to help manage my father’s affairs, including financial matters related to his property.\\nI can provide any identification or proof needed to verify my relationship.\\nThank you for your time and assistance.\\nBest regards,\\nMelissa Musto\\n732-277-2955\\nRelationship to Resident: daughter\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 15:43:56','2026-03-10 15:43:56','e1f7c2ed-ecc3-4722-9aa5-eefc8b6e47f5'),
(40857,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sarah Peltonen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sarahpeltonen@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1413],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We are looking for options for my father for skilled nursing care. He is currently in a hospice facility in West Bend but due to his condition stabilizing, we need to find another location for him. He has Medicare with Medicaid pending for insurance. Wondering if you take Medicaid patients for inpatient skilled nursing care and, if so, what your wait list looks like? \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgermantown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgermantown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 16:58:54','2026-03-10 16:58:54','bdb469d1-3ddc-400d-9e2f-0ba4140db228'),
(40861,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"maureen van horn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"morn1959@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"na\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I worked at your facility. My last day was 1/16/25. I have not received a w2 from you. Although it was only for a few weeks, I need this to complete my taxes\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 17:11:12','2026-03-10 17:11:12','f1d5d454-fcf4-4d3b-89f6-44dcb2a84805'),
(40933,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Logan\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"loganbourguillon@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2029375285\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1343],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello, my name is Logan, and I’m an 8th grade student working on a community project! I’m calling to ask a couple quick questions about volunteer opportunities at your residence.\\n\\nDo you currently have any volunteer programs?\\n\\nIf so, I’m interested in helping residents with digital literacy, like learning how to use phones, computers, or other technology.\\n\\nI was also wondering if many residents there regularly use technology or experience difficulties with it.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 21:25:07','2026-03-10 21:25:07','908dc6b0-4eff-4b28-9af2-7e5483642923'),
(40938,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Busra Gocenler\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"betulgocen13@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9738517868\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1129],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40939],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3204,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I completed my social work internship with Complete Care at Westfield , and I graduated with my Bachelor’s degree in Psychology. I really enjoyed my experience with the team and the work your organization does.\\n\\nI wanted to reach out to ask if there are currently any openings in social services, HR, or administrative roles. I would love the opportunity to contribute to the organization again and continue developing my skills in the field.\\n\\nPlease let me know if there are any opportunities available or if you recommend someone I should connect with.\\n\\nThank you and I hope to hear from you.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwestfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccwestfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 22:04:42','2026-03-10 22:04:42','f969b8bd-0e50-4cc7-b243-8f8666edbf19'),
(40943,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marianna Guillaume \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"guillaumemarianna@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1123],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Mom in hospital looking for rehab would like to schedule a tour.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 22:23:46','2026-03-10 22:23:46','2ef54127-d96e-4449-a13f-05f23824a9de'),
(40944,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Terri Hofstede \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tramcat3@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I wanted to contact Ethel in Activities. She has asked if I had any baskets for a Easter table decoration. I bought 6 baskets from Goodwill. I can bring them when I visit my Mom (Gert Pruess) on Friday. \\nIf she would like to contact me, my email is tramcat3@gmail.com.  She can text me at 414-412-0457 \\nThank you\\nTerri Hofstede \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-10 22:26:01','2026-03-10 22:26:01','2831e5c7-6bf6-4051-a36c-7cbdf1a2f461'),
(40956,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Raven Fairman \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ravenfairman93@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+19084619358\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1073],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[40957],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccholmdel.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccholmdel.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 00:51:26','2026-03-11 00:51:26','bc02e6ef-a63f-41b0-9543-d472679add1a'),
(40959,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"David Markle\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"davidmarkle097@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19083462826\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1231],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good evening I am currently working at the philipsburg school district as a teacher aide but looking for a job for the weekends and a few hours after my day time job until the summer time \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccphillipsburg.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccphillipsburg.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 01:15:49','2026-03-11 01:15:49','391e4ef3-dacb-45b8-945c-0ff16bb49de9'),
(41005,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aliza Gelb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Gelb.Aliza@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Evening,\\n\\nI hope you are doing well. I am reaching out to inquire whether Complete Care currently has, or anticipates having, any remote job opportunities that align with my background in HR and Healthcare Administration. I am also open to exploring opportunities in other departments or areas where my skills and experience could add value.\\n\\nI would welcome the opportunity to bring my skills and experience to your organization. I have attached my resume for your review and would be grateful if you could keep me in mind for any current or future remote opportunities that may be a good fit.\\n\\nI look forward to hearing from you.\\n\\nWarm regards,\\n\\n\\nAliza Gelb\\nMemphis, TN\\n845-538-6377\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 03:38:13','2026-03-11 03:38:13','4ac6fcb4-8e2e-4365-b69a-859504241682'),
(41029,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kenedy Freeman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kenedyfreeman5@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nI recently received information about applying to designated facilities in the Milwaukee area as part of my application for CNA positions through the Wisconsin Caregiver Program, and I wanted to take a moment to introduce myself.\\n\\nI am currently in school to become a Registered Nurse and already hold a bachelor’s degree from the University of Wisconsin–Madison. I am very interested in transitioning into healthcare and gaining hands-on experience while pursuing my RN.\\n\\nI live nearby and believe Complete Care would be a great place for me to begin this journey and contribute to your team.\\n\\nThank you for your time and consideration. I look forward to the opportunity to speak with you.\\n\\nBest,\\nKenedy Freeman\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 04:18:13','2026-03-11 04:18:13','8e7ca5b0-2691-461d-819b-1829e7f917a8'),
(41044,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Akeira Stone\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"stoneakeira@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8622207231\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41045],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am interested in these positions when they open!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 05:21:37','2026-03-11 05:21:37','a60c93d8-0abb-44f7-b024-ae77d1fdff40'),
(41211,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"lana middlebrook\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lrmiddlebrook63@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"How much is the rent myssdi is 1077.00 a month I\'m 62 disabled an retired \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 12:03:05','2026-03-11 12:03:05','46ec3813-1293-40a3-ae1e-1543161d5314'),
(41218,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"lana middlebrook\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lrmiddlebrook63@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1303],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m 62 disabled retired my ssdi is 1077.00 how is the room to live share a room life someone I can\'t spell way is  lasalle at \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 12:06:03','2026-03-11 12:06:03','050882dc-d046-49e9-8012-57d9efc826d0'),
(41231,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michelle Rucci\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"MGall25@optonline.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[957],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking for a home for my father, 89 years of age.  I would like to come see your facility and speak to someone regarding application.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 12:36:29','2026-03-11 12:36:29','4f324b7f-b258-4681-b885-d089207fbd2b'),
(41248,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chris Carter\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chris@medsolercm.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro-MedSole RCM\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nI hope you’re doing well.\\n\\nI’m reaching out from Pro-Med Sole RCM. We help U.S. healthcare practices improve cash flow, increase reimbursements, and reduce claim denials through complete Revenue Cycle Management services.\\n\\nFrom eligibility verification to claim submission, denial management, A/R follow-up, and reporting, we handle everything so you can focus on patient care.\\n\\nWe work with 35+ EHR/PM systems and offer RPM, CCM, and BHI services with no upfront costs. With a 98% clean claim rate and HIPAA-compliant processes, we ensure reliable support for your practice.\\n\\nI’d love to schedule a quick call to discuss how we can support you. Looking forward to your response\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 14:07:33','2026-03-11 14:07:33','0bb03a19-1f53-4d57-a867-dae6676944a9'),
(41256,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Dylan Holly\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jerseygino7@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8392460211\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[975],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41257],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Also would like to fill out a paper application as well\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccatgreenacres.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccatgreenacres.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 14:19:45','2026-03-11 14:19:45','b1c22df6-1a04-4ea1-8543-e97d46627c34');
INSERT INTO `formie_submissions` VALUES
(41344,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nicole A Baptist\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Nia2008.nb@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19086669514\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[995],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41345],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I hope this message finds you well. I recently learned that your company is seeking a Housekeeping Director, and I’m very interested in the opportunity. With my background in housekeeping leadership and operations management, I am confident I can contribute to your team’s success.\\n\\nI would appreciate the chance to connect to discuss how my experience aligns with your needs and the qualifications you’re seeking. I’ve attached my résumé for your review. Please let me know a convenient time for a brief conversation or interview.\\n\\n I look forward to the possibility of speaking with you.\\n\\nBest regards,\\nNicole Baptist \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclaurelton.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cclaurelton.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 16:40:50','2026-03-11 16:40:50','0104fc4e-bb01-4c1b-b15f-75e2257aee45'),
(41353,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amanda Smith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amanda@theluxejanitorialservices.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Luxe Janitorial Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nHi,\\n\\nI work in Flourtown, and help many local companies. I was hoping I could come by and offer a complimentary cleaning bid?\\n\\nThank you in advance for your response.\\n\\nWith best,\\n\\nAmanda Smith\\nBusiness Development Rep\\nLuxe Janitorial Services\\namanda@theluxejanitorialservices.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 17:29:23','2026-03-11 17:29:23','0aa66e51-ba2d-455e-96bb-48c3cd9d4181'),
(41359,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SJKP Law Firm for Lorna Thomas \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Rehana.Pierre@sjkplaw.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SJKP Law Firm\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1123],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am writing on behalf of our client, Lorna Thomas, who has retained the services of SJKP Law Firm to assist with the renewal of her Certified Nursing Assistant (CNA) credentials.\\nOur client was employed with your organization beginning in 1998, and her renewal documentation requires verification and completion by her supervisor. The form is due on or before March 19, 2026, and timely completion is essential to prevent any interruption to her ability to secure employment.\\nAt this time, it has come to our attention that the required paperwork has not yet been signed because her former manager is refusing. Any refusal or delay in completing these forms constitutes an unwarranted hindrance to our client’s efforts to maintain her employment eligibility. We would like to resolve this matter as quickly and amicably as possible.\\nPlease contact Attorney Tal Hirshberg at Tal.hirshberg@sjkplaw.com and Rehana Pierre at Rehana.pierre@sjkplaw.com to coordinate the prompt completion of the required documentation.\\nWe appreciate your immediate attention to this matter.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 17:49:58','2026-03-11 17:49:58','907e8a21-659c-49b7-ae42-da406c7376de'),
(41360,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kate Sosnowski\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"katesosnowski@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1041],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Re Nancy Nichols\\n\\nI am writing regarding my mother\'s bill.  If there is one, can you send it to me for review?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 18:08:15','2026-03-11 18:08:15','2d35fbb7-969e-4554-8512-414f0f01f498'),
(41361,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"michael Panzino\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikejp50@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"156448502\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1045],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Interested in maintenance career. Phone # 732-787-4802.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 18:20:59','2026-03-11 18:20:59','e3251c33-d77d-4cc3-aa64-753b64ad731a'),
(41391,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lisa Murphy\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lisamarie19799@aol.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"262-734-4177\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1389],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41392,41393,41394],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Part Time LPN preferably 2nd shift \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 18:40:04','2026-03-11 18:40:05','887d07bd-5d7b-4bea-b7d6-f547e15c6865'),
(41404,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Margarita Acevedo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jessie5611@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1191],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\nI need a complete copy of your polices and procedures. Including any and all information regarding finances for residents. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 19:29:26','2026-03-11 19:29:26','c92c3bc8-ccd0-4afd-809e-48f48aa5092e'),
(41428,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jennifer@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[999],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Marcella,\\n\\nI just tried messaging you from your Google Business Profile and couldn\'t get through because you don’t have texting turned on. \\nWant me to turn that on and install an AI Agent that chats with all visitors and helps get them booked with you? \\n\\nI see your competitor doesn\'t have this turned on so it would for sure help you stand out. Let’s chat - grab a time on my calendar and I’ll show you: getdandy.com/texting-agent-meeting\\n\\n\\nThank you,\\n\\nJennifer O\'Brien | Director of Operations\\nGetDandy\\ngetdandy.com/texting-agent-meeting\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 21:14:11','2026-03-11 21:14:11','109b3579-8a75-48d0-909a-cc7f92f231b9'),
(41445,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joseph Fadairo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joexfad@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"How would I go about taking my father, a patient, out for a day? Is this a service that Complete Care offers, or would I need to get a third party? It should be noted that the location I want to take him to is about an hour and thirty minutes away.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-11 22:47:51','2026-03-11 22:47:51','d9d795b4-8076-47a6-a0aa-f67a43c02dbf'),
(41453,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ted Garcia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"garciaej012@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1117],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Ted and I offer guided paint sessions for senior communities. I’m reaching out to see if your residents might enjoy a 90-minute paint party where each participant creates their own painting to keep. If you could forward my contact info to the activities director I’d greatly appreciate it. Thank you!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 01:46:44','2026-03-12 01:46:44','737ab41c-8c55-46f5-a55f-7d96aed51fb2'),
(41456,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Elina Yzeiraj\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"vasilikalazri1@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4753217490\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1461],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41457],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, \\n\\nMy name is Elina Yzeiraj, and I am a high school student from Meriden, CT, and currently doing remote learning. I am very interested in joining Complete Care as a dietary aide or support team member. I am responsible, Reliable, and a fast learner. I also have a lot of experience with food, teamwork, communication, and customer service skills, as my family owns a business. I realized over time I love and enjoy working with people, especially those in need. I am excited to bring that energy to your residents and staff. I have open availability and am ready to start immediately. I am open to holidays. I would love the opportunity to work with your team and learn from your experienced staff. Thank you so much for your time and patience.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmeriden.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmeriden.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 02:09:18','2026-03-12 02:09:18','838e3518-3eef-4d1a-85e3-53c78aa37f91'),
(41459,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Amelia \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"amrigel1@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2628990171\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2720],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41460],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am looking for a CNA job this summer so I can get clinical hours for nursing school. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cccareage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cccareage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 02:29:25','2026-03-12 02:29:25','d789b2f7-84ad-4e9a-a5db-88003b56974f'),
(41467,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Elijah Michel\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ElijahMichel2468@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4143911495\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2712],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41468],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hardworking and reliable Student transitioning into healthcare, bringing over 5 years of experience in\\ncustomer facing roles requiring empathy, attention to detail, and teamwork. Currently working towards a\\nnursing degree and seeking a CNA role to contribute to resident care while building clinical skills.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchalescorners.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 03:20:21','2026-03-12 03:20:21','618226bc-850c-437d-abcb-e865901484ee'),
(41533,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Denise Lozada\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"denise_lozada@cancersocietyofamerica.info\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"cancersocietyofamerica.info\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,  \\n\\nIt’s easy to slip into routines that quietly take a toll on both our mental and physical well-being. But with a little self-reflection, it’s possible to recognize those patterns and make intentional changes for a healthier, more balanced life.  \\n\\nI’d love to contribute an article to your website that focuses on building a personal wellness plan — offering practical steps for breaking unhealthy habits and embracing positive, lasting change.  \\n\\nIf this sounds like something your readers would enjoy, I’d be glad to share the piece with you. Looking forward to your thoughts!  \\n\\nThanks so much for your time!\\nDenise Lozada\\ndenise_lozada@cancersocietyofamerica.info \\n\\n\\nP.S. If you\'re interested in a complimentary article on a different topic from my original offer, feel free to reach out, and we can brainstorm ideas together until we find one that resonates with you. I like writing in a way that connects with real people while boosting your site’s visibility through AI and search.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 06:09:30','2026-03-12 06:09:30','7e43ad47-b616-4acb-a970-692b3193ba9c'),
(41557,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jodi Lehner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jmlehner7@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Personal inquiry\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I have emailed twice to no avail.  I live in France; my dad lives in Englewood.  I would like some information before I make the long distance call.  Thank you in advance\\n\\n-Admissions (to the facility on Polifly Road)\\n-Memory Care\\n-costs\\n-Medicaid \\n-etc.,\\n\\nAnd as I live in France and my 98 yo father lives in a facility in Englewood, it would be best if this information could be transmitted by email before a long-distance telephone call (due to the time difference).  I will be happy to call you, but I’d like to know some basics first.  It is disappointing that this information cannot be found on the website (apologies if it is there and I missed it). \\n\\nWhile my father is doing well, his memory is fading (he is aware of it), and it may be time for him to move to a memory care facility.  \\n\\nAs an FYI, my mother spent a few years in your facility (before the name and apparent ownership change) in the early 2020s.  She had Alzheimers, and we were very pleased with her care there (she died in the facility from COVID in 2022). But it was a positive experience and the staff and nursers were amazing.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 10:32:43','2026-03-12 10:32:43','748757ed-0b38-4d88-b397-f1d345f0d936'),
(41558,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Amonique Wynter\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"amoniquewynter@icloud.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3478079563\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1337],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Willing to help crochet read talk love to help \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 10:50:48','2026-03-12 10:50:48','e710ba20-e308-4481-b1f8-308fa385b3c0'),
(41561,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jennifer@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Hillside,\\n\\nI just tried messaging you from your Google Business Profile and couldn\'t get through because you don’t have texting turned on. \\nWant me to turn that on and install an AI Agent that chats with all visitors and helps get them booked with you? \\n\\nI see your competitor doesn\'t have this turned on so it would for sure help you stand out. Let’s chat - grab a time on my calendar and I’ll show you: getdandy.com/texting-agent-meeting\\n\\n\\nThank you,\\n\\nJennifer O\'Brien | Director of Operations\\nGetDandy\\ngetdandy.com/texting-agent-meeting\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 11:24:38','2026-03-12 11:24:38','bbd1ad1f-57d2-44cb-b9e5-88e383729c67'),
(41563,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tanya\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tanyamegan85@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3476059007\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1117],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41564],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good morning I wanted to see if you have any openings . Hopefully I here from you soon thank you , have a great day !\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsummitridge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsummitridge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 11:48:22','2026-03-12 11:48:22','a0336a3f-b06d-475a-a145-eb9d3e7f4ba0'),
(41575,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"danielle silverstein\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dberling42@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1023],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My Uncle Anthony Herber Room 231.1 is having pain and numbness in his knee. He is asking to have the specialist to come today to assess . My number is 848-200-8376 TY \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 13:58:01','2026-03-12 13:58:01','b96405f4-b80b-480a-a72f-5fceb50b14cf'),
(41576,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tania\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"taniaah0421@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nI am looking to confirm if you accept my aunts insurance see below.\\n\\nShe is an ALS patient on a trach/vent. Her DOB 1-1-1964\\n\\nShe is currently at Alaris health in Rochelle Park Nj. We’d like for her to be transferred here, please confirm the following \\n1. If you accept her insurance- yes/no\\n2. If you accept it, then what is the process to initiate the transfer\\n3. Do you need a proxy directive for the patient? If needed, are you able to assist in creating one?\\n\\nThank you!\\nTania \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 14:00:06','2026-03-12 14:00:06','6f939a67-2b10-4efe-814e-e0c92e76cd82'),
(41577,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leo Lopez\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"verify@theorsusgroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"The Orsus Group\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"EMPLOYMENT VERIFICATION\\n\\nHello,\\n \\nPlease advise how we may verify employment for a current employee, reference #3589782.  You can email us at verify@theorsusgroup.com or call 248-530-3672.  \\n \\nLeo Lopez\\nBackground Check Specialist\\nThe Orsus Group\\n248-530-3672 office\\n888-522-7931 fax\\nverify@theorsusgroup.com\\n \\nCONFIDENTIALITY NOTICE:  This email may contain confidential and privileged material for the sole use of the intended recipient(s).  Any review, use, distribution or disclosure by others is strictly prohibited.  If you have received this communication in error, please notify the sender immediately by email and delete the message and any file attachments from your computer.  Thank you.\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 14:14:35','2026-03-12 14:14:35','26a9ab81-e7f2-4e30-81a4-03f728c1f8b2'),
(41579,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joanne Tobia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joannetobia@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Rider University\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning.  I came across your job posting for a part time receptionist in Burlington.  From the post it appears you are looking for weekdays from 4-8 as well as every other weekend.\\n\\nAs I am currently employed full time as an Administrative Specialist in the Rider University Student Health Services department, I am looking for weekend part time employment to supplement my current income.\\n\\nIf you every have the need for weekends only, please keep me in mind as I am confident my qualifications would be sufficient for this position.\\n\\nThank you for your time.\\n\\nJoanne Tobia\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 14:30:36','2026-03-12 14:30:36','e8c1c69c-ee90-4dbb-b7fa-058de8642173'),
(41581,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Michael Louch\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Winnielane100@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7329531656\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1041],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m a hard worker willing to give you my best effort \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarewall.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarewall.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 14:51:14','2026-03-12 14:51:14','500295b9-f7ef-44bd-9f76-9b2c5d33721c'),
(41598,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jonathan Guevara Bautista\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonathan32656@student.passaicschools.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Passaic Academy for Science and Engineering\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1185],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We are making a school project about helping the elderly and we want to support them and make them do different activity such as gardening, playing bingo and chess  that would hopefully make them enjoy the time that they spent. Please contact me or a person that also reached out from our group about this, Thank you for time.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 17:06:36','2026-03-12 17:06:36','90b84482-8330-4e58-909f-f6eba71e7071'),
(41608,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Vitoria Glover\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"victorialpg@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Fresh Start Assisted Living Care\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1329],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I work in community partnership and outreach with Fresh Start Assisted Living Care. I’m intentionally connecting with community partners who support our senior and disabled community: Social Workers, Care/Case Management teams, and unit nurses handling discharge planning. \\n\\nFresh Start is a long-term care facility that provides care for those with all levels of dementia, Alzheimer’s, and physical and mental disabilities. \\n\\n We currently have 9 beds available for immediate occupancy, with private pay and Medicaid-approved options available.\\n\\nI viewed your website and I believe we could support each other. \\n\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 18:43:25','2026-03-12 18:43:25','4c2a36eb-dfc4-4410-8c7d-593423582ff5'),
(41609,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Megan Kozyra\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"megan.kozyra@uri.edu\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"860-942-0606\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1443],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41610],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in the possibility of a Clinical Fellow Speech-Language Pathologist position at Complete Care at Harrington Court. As a soon-to-be graduate in Speech-Language Pathology, I am eager to begin my Clinical Fellowship in a setting that values compassionate care, interdisciplinary collaboration, and evidence-based rehabilitation.\\n\\nDuring my graduate training, I gained clinical experience evaluating and treating adults with speech, language, cognitive-communication, and swallowing disorders across medical and school settings. My externships provided hands-on experience conducting assessments, developing individualized treatment plans, and implementing therapy focused on improving functional communication and safe swallowing. I also collaborated closely with interdisciplinary teams to support patients’ recovery and overall quality of life.\\n\\nI am particularly drawn to Complete Care at Harrington Court’s commitment to patient-centered rehabilitation and its supportive care environment. I am excited about the opportunity to grow as a clinician under experienced mentorship while providing meaningful therapy that helps residents regain independence and maintain dignity in their daily lives.\\n\\nI bring strong clinical foundations, compassion for the populations we serve, and a strong desire to continue learning and developing my skills as a Speech-Language Pathologist. I would be honored to complete my Clinical Fellowship with your team and contribute to the exceptional care provided to your residents.\\n\\nThank you for your time and consideration. I look forward to the opportunity to further discuss how my training, dedication, and enthusiasm can support the mission of Complete Care at Harrington Court.\\n\\nSincerely,\\nMegan Kozyra, \\n860-942-0606\\nmegan.kozyra@uri.edu\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccharringtoncourt.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccharringtoncourt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 18:55:45','2026-03-12 18:55:45','25d94746-7ffe-4cdb-b134-f8978d7fc275'),
(41611,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MADELEINE JOLIBOIS\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"macejolibois10@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"COMPLETE CARE MARGATE PARK\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1477],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Could you please send email me my w2 form.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/ccmargatepark/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 19:08:43','2026-03-12 19:08:43','2a790f8d-55e6-4916-bd2d-aa5892b965b5'),
(41614,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Nathan Hacett\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nhmsovla@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My father may be in need of long term nursing, or perhaps palliative care. Do you take Medicaid, or Medicaid pending patients/residents \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 19:31:58','2026-03-12 19:31:58','e0209300-fd56-4028-a02d-74ae3b41f66e'),
(41620,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Filomena Andrickson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"f.andrickson23@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"973-617-0598\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1117],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41621],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good Afternoon,\\nI am inquiring for an LPN position within your facility 7-3 shift part time.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsummitridge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsummitridge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 21:00:38','2026-03-12 21:00:38','aed07b54-d58f-4b29-94d5-f193c0000cc0'),
(41622,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"tamerrin oneill\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tamerrin16@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14843749312\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1219],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41623],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, my name is Tamerrin Oneill and will be a new Grad LPN form Lincoln tech Allentown in May 2026. I\'m interested in seeing if you have any hiring opportunities!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclehigh.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cclehigh.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 21:03:53','2026-03-12 21:03:53','5ac896bd-9b93-47f2-8a52-76f3420a8afb'),
(41626,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"joey robinson \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jhonlance81@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9592465099\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1419],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"\\napplying for employment \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfoxhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfoxhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 22:17:12','2026-03-12 22:17:12','9e9b4c51-14b4-48a7-bf65-4a4f6012aad8'),
(41628,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tanisha Tramel Mills\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tantra414@aol.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4143646289\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41629],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello I seen the cna position on indeed but It wouldn’t let me apply so I am sending my resume.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 22:48:00','2026-03-12 22:48:00','9a6fa253-a053-405f-acb4-baac6e793145'),
(41632,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"joey robinson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jhonlance81@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9592465099\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1419],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"i’m applying for employment part time fool time i’m open to  both\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfoxhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfoxhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-12 23:18:17','2026-03-12 23:18:17','ed6a541b-c9ef-4e3a-8578-c66c1464fa04'),
(41643,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Sofia Jara\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"sofiajara1804@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"201-238-7339\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1201],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi! I would love to know what are the next steps to take in order to start volunteering.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 03:34:44','2026-03-13 03:34:44','df9c927f-896d-4899-94fc-f1e8211fb10a'),
(41788,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeff clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jeffclark03@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1461],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking for a facility for my mother.  She is 87 and does suffer from dementia issues.  She does have insurance, and Social Security.  I would like to know what care your facility can offer her.  \\n\\nJeff Clark (203) 213-5951\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 09:15:19','2026-03-13 09:15:19','2e34cd47-6407-480e-ad25-dee9e6b986e9'),
(41804,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jimmie Davis\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jhaimeesummers@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"973-914-8130\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3204,3192,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"looking for a job  paterson location \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 10:35:54','2026-03-13 10:35:54','8ba0c54f-ac96-4492-95bc-001306b1c86d'),
(41904,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Finley Gilland\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"fin7gill@outlook.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Finley Gilland, and I am writing this email to inquire about any potential opportunities to work/train as a medical assistant at your clinic. I am planning on pursuing a career as a Physician Assistant and looking to gain clinical patient care experience. I currently do not have any licenses or certifications, but I am a very fast learner, have a passion for healthcare, and aim at providing patients with the best care possible. I am a very reliable and hardworking individual who would be extremely grateful for the opportunity to help your team in any way, along with completing any on-the-job-training if available. \\n                If there are any openings for a medical assistant at your clinic, I would greatly appreciate the opportunity to speak with you. I would be happy to provide a copy of my resume and any additional information if needed. Thank you very much for your time and consideration!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 14:33:52','2026-03-13 14:33:52','ad4e4459-2449-4786-b3b5-f5358691b0ac'),
(41905,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Martin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"angconjam@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! I’m trying to find a safe and secure environment to move my mom to that has memory care. She is currently staying with me. She can no longer live independently as she has wandered off twice from the apartment that she was living in. Please let me know if you have the facilities to take care of her. Thank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 14:40:27','2026-03-13 14:40:27','cf1c4d90-88ba-445a-9aa6-a71d60b298f1'),
(41923,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Brooke Chiusano\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"brookeschiusano@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18623544520\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1165],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3204,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi. My name is Brooke Chiusano. I am looking for work during school hours 9-3. I have my masters degree in clinical counseling and bachelors in psychology. I would be interested in helping with recreation activities, administration and can adapt and do several different things at once during the day. I love getting to know people and making people’s lives happier. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebarnhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarebarnhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 16:38:37','2026-03-13 16:38:37','a59ced9f-5e6f-4234-b2eb-d72a7f8de668'),
(41925,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffrey D Lundy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jlundy11@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am worried about my daughter care at one of your facilities.  I talked to the   manager and he reassured me that he would take care of our concerns.  The main one was my daughter has a cater and need a bedpan to have a BM.  This is so important because she has had many major infections (life and death).  For two days she has pushed Call button and waited and no one came.  This is on the night shift.  She has started calling the facility phone  to ask for assistance and they stop answering or have hung up on her.  She is angry but that is no reason to not provide service.  After last night of the manager assuring me he would take care of it.   Today, He just left my daughter\'s room where i understand he told her they have by law up to two hours to check on her and fecal matter on her would not cause infections?  I would like to talk to someone about this response and make sure this CompleteCare attitude.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 17:00:52','2026-03-13 17:00:52','e284c6b7-f4d8-45f3-ac89-99417cdb6693'),
(41937,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rhonda King\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Rhonda28@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1269],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Is there currently a waitlist for Admission at this location?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 17:15:56','2026-03-13 17:15:56','a0f06edd-50fd-45a3-bb07-620ed21e8744'),
(41954,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Crystal Jefferson \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"loveandhappiness2022@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9204757389\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1377],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41955],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"None\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 17:44:25','2026-03-13 17:44:25','acb541ae-a9e1-4b01-bc21-66b70f28eaf4'),
(41970,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jessica Lepre \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Jlepre1981@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"732-788-4188\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[975],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[41971],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I did email my resume to Kathy yesterday \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccatgreenacres.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccatgreenacres.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 17:56:21','2026-03-13 17:56:21','cfc9084f-1ebd-47b5-91bc-669f505a7a2d'),
(41973,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericclark@proonlinepages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Pages\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEric Clark\\nSales Executive\\nPro Online Pages\\nericclark@proonlinepages.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 17:59:03','2026-03-13 17:59:03','f4be7229-a9bb-49d2-ad45-09c8917de1e5'),
(42006,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Martha Aguilar\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"miaguilar34@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19732230970\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1201],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42007],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi, \\nI am excited to express my interest in joining your team.  with extensive experience spanning both business office and admissions, I am confident in my ability to make a meaningful contribution.  thank you for your time and consideration in reviewing my resume.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccharborage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccharborage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 18:50:05','2026-03-13 18:50:05','239b8be4-ea24-496e-befc-f44250de48ee'),
(42008,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericclark@proonlinepages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Pages\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1097],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEric Clark\\nSales Executive\\nPro Online Pages\\nericclark@proonlinepages.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 18:53:21','2026-03-13 18:53:21','80424647-de3d-408f-980b-9d99d5263ab1'),
(42009,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericclark@proonlinepages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Pages\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEric Clark\\nSales Executive\\nPro Online Pages\\nericclark@proonlinepages.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 18:53:56','2026-03-13 18:53:56','58bb0dac-2631-49d5-8f89-27759be063d7'),
(42010,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericclark@proonlinepages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Pages\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[989],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEric Clark\\nSales Executive\\nPro Online Pages\\nericclark@proonlinepages.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 18:56:59','2026-03-13 18:56:59','de18d1fe-6522-4249-a16c-b3e1e81954ca'),
(42011,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericclark@proonlinepages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Pages\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEric Clark\\nSales Executive\\nPro Online Pages\\nericclark@proonlinepages.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 18:57:08','2026-03-13 18:57:08','e010a383-f772-434d-b157-2c370c8beefd'),
(42021,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericclark@proonlinepages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Pages\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[957],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEric Clark\\nSales Executive\\nPro Online Pages\\nericclark@proonlinepages.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 20:14:32','2026-03-13 20:14:32','7887fea2-a2b9-4d4e-b6a0-9feca65a7b9d'),
(42025,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Naima Hakim\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nahakim@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"n/a\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1103],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Seeking long term care for an eighty-five-year-old family member currently in a rehabilitation facility following hospitalization.  Returning to independent living in Franklin Park, NJ, where she lived for decades, is not an option.  Enrollment in Medicaid is in process based on an annual income of approximately $30,000. She has many friends in and around Somerset County but no family members anywhere in NJ.  She is ambulatory with no cognitive issues.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 21:04:37','2026-03-13 21:04:37','05461884-1aa8-44d4-8eb3-92ed44be2885'),
(42026,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Naima Hakim\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nahakim@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"n/a\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1143],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Seeking long term care for an eighty-five-year-old family member currently in a rehabilitation facility following hospitalization.  Returning to independent living in Franklin Park, NJ, where she lived for decades, is not an option.  Enrollment in Medicaid is in process based on an annual income of approximately $30,000. She has many friends in and around Somerset County but no family members anywhere in NJ.  She is ambulatory with no cognitive issues.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwoodlands.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwoodlands.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 21:08:22','2026-03-13 21:08:22','ea9e1ab6-880d-48a7-a050-b3757ff1b42c'),
(42031,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericclark@proonlinepages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Pages\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1231],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEric Clark\\nSales Executive\\nPro Online Pages\\nericclark@proonlinepages.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 21:40:39','2026-03-13 21:40:39','8bab4766-a8eb-4cca-b6e3-f45e929877af'),
(42032,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Clark\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericclark@proonlinepages.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Online Pages\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1261],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is one of the most trusted and visible platforms online. A properly structured, policy-compliant Wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence.\\n \\nIf you’d like to explore whether you qualify and learn more about the process, simply reply to this email and I’ll share the details.\\n \\nBest regards,\\n\\nEric Clark\\nSales Executive\\nPro Online Pages\\nericclark@proonlinepages.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 21:40:59','2026-03-13 21:40:59','73aece53-bb67-4f15-972e-64a33d26fc8a'),
(42034,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Celeste  Covert\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rendell413@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Celeste Covert and my husband; Kerry is a 100&amp; disabled veteran. He is in Kent General, and the counselor is working with our VA counselor to transition him to a long-term nursing facility. Are you contracted with the VA and may I have the counselor contact you about\\nmy husband\'s possible admittance to your facility.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-13 21:48:00','2026-03-13 21:48:00','f7e36de1-5259-4b6e-8c1f-accab842a44a'),
(42042,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lauren Bruce\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"laurenbruce977@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8562373430\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[989],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42043],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi! I’m a Licensed Practical Nurse currently working full-time but I’m looking to pick up a per diem position. I’m reliable, flexible, and comfortable in fast-paced settings. I’d love the opportunity to discuss any per diem openings you may have. Thank you!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckressonview.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cckressonview.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 00:22:19','2026-03-14 00:22:19','9dca294a-1271-45a0-98f4-7322924f27f4'),
(42044,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Carrie Boyko\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jboyko2@comcast.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1079],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\" Inquiring about information of long term care with dialysis. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 00:32:46','2026-03-14 00:32:46','d52c466d-89c7-40c8-ba91-861299152a7f'),
(42047,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Matthew Butera \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"hockeyplaya2005@comcast.net\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+19082786106\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[995],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42048],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3204,3198,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Interested in open position . Rehab experience fitness maintenance management \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclaurelton.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cclaurelton.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 00:56:48','2026-03-14 00:56:48','c919f878-cdb7-4312-b3db-cba0764427f4'),
(42185,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kathleen Farmer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kathleen@vas4hire.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VAs 4 Hire\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Day,\\n\\nI’m Kathleen with VAs4Hire. We help business owners consistently book qualified appointments using our AI-powered Lead Found system, which identifies ideal prospects, reaches out automatically, and schedules meetings directly on your calendar. On average, our clients see up to 8–10 booked appointments per day.\\n\\nAre you currently open to bringing in more qualified jobs this month?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 06:34:35','2026-03-14 06:34:35','76e5517a-e031-437c-9a11-d4e52159c059'),
(42218,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TAKESHA D POWELL\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"bytakeshapowell@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"N/A\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1143],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I also reached out through your online community assistant. I am seeking information about availability for a one bedroom or studio for my 72 year old friend, Jo-Ann Brown who has been displaced from her home in Virginia recently. Thank you for any information you can give as she is in desperate need of housing. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwoodlands.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwoodlands.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 12:21:01','2026-03-14 12:21:01','5ae8fc72-cebc-4540-bd42-58b084208b9f'),
(42282,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Danielle Mudge\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"danielle_adryana@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12623422319\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1389],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42283],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Cna\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 16:26:45','2026-03-14 16:26:45','75a6be03-e2df-4f41-b088-b618a9a38b5b'),
(42287,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Michael Fisher\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"delta249first@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"732 939 8411\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1073],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42288],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"30 yrs exp full facility maintenance manager I have high pressure black seal and hvac epa universal license \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccholmdel.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccholmdel.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 16:29:49','2026-03-14 16:29:49','8ec50ba5-aa92-4a06-8029-2ffb8b031f40'),
(42289,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Dominic T Montano\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"5upernaturalfan90210@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17204535522\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1243],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I want to be part of not just working but caring and really enjoying the work I can do and just being there to help.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccregent.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccregent.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 16:32:09','2026-03-14 16:32:09','260e0d04-d124-471b-a380-fd072790a82c'),
(42292,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kyle Figueroa\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kylef98@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8603897381\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1431],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42293],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192,3206,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am currently seeking to become a CNA and looking for a training program!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgrotonregency.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgrotonregency.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 17:19:40','2026-03-14 17:19:40','5babeed5-b481-44b9-9bb9-d50aab5aab1c'),
(42296,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Luis\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"korectful06@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2406150930\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1303],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I’m a local High School student looking for my first volunteering position. I can help with events, cleaning, care. I would be so grateful to learn and be a volunteer at Complete Care at Hyattsville! I’m available at all times during the weekends. \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 17:38:05','2026-03-14 17:38:05','fab76e43-7757-4f36-abbf-6a3d0cfd7813'),
(42360,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Aiyana\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"apn898288@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6099851234\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi I am looking for kitchen work full time\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 20:47:50','2026-03-14 20:47:50','d5696524-f6ee-43e5-9feb-aac19fc3543f'),
(42365,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Madhvi Sethi\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sethimadhvi@ymail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9736100162\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1177],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42366],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/a\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 21:12:02','2026-03-14 21:12:02','a811a99b-22c1-45a2-bcb0-3a20280b0bc4'),
(42371,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Seunga Yii\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"sera.yii.vol@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"201-846-0868\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1215],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am interested in volunteering because I want to help and support residents in the community. I also hope to pursue a career in nursing, so volunteering would allow me to learn more about healthcare and gain experience interacting with patients. I would appreciate the opportunity to contribute my time while learning from the staff and residents.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 21:27:58','2026-03-14 21:27:58','ef119053-22b3-4377-994e-da1b7bfbe6e3'),
(42373,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Alberta Pitts\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"fabalbee@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2673228170\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1337],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42374],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am seeking an evening/night position in your organization. I look forward to applying my skills, and enthusiasm. I am eager to start work and available for an interview to discuss my qualifications and your requirements at your convenience.  I hope you will find room for me. \\n\\nBest regards,\\nAlberta Pitts\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsilverlake.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccsilverlake.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-14 21:42:36','2026-03-14 21:42:36','43f8a1af-d9f3-46a2-944b-50d8ffef63a0'),
(42400,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Nastassya Trujillo\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"ntrujillo.house@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2035569320\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1425],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hi! I would love to come in to volunteer by playing board games or doing a craft. I live down the street from you facility and have been meaning to stop by and see how I can help. Thank you for your time and consideration!\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 00:58:47','2026-03-15 00:58:47','c5428951-ba9f-4f1a-8263-30331b81c0e8'),
(42408,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Zoey Delgado \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lwendy.tito@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nMy name is Wendy and looking for my soon to be 14 year old in April, a place to volunteer. We are Naugatuck residents, up thr Hill from Tractor and Supply.\\n\\ni would like my daughter Zoey to open up more and socialize and start learning to do basic tasks to get her ready for the work world.\\n\\nWe only want her doing something for about an hour once a week on the weekend.\\n\\nShe\'s a great organizer and very neat with clothes and setting up her rooms. She is a calm teenager who follows instructions well and always respectful with all people. \\n\\nLet me know if you are open to taking her and helping out our senior residents.\\n\\nFeel free to reach me at lwendy.tito@gmail.com or by phone at 914-354-1676. Or you can text me.\\n\\nThank you\\n\\nWendy \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 01:44:42','2026-03-15 01:44:42','4b7deeb8-fb9d-4b03-9e0f-ab63879e6727'),
(42411,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Indiana martinez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"chyna.martinez85@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7323257733\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42412],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Indiana \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 01:58:30','2026-03-15 01:58:30','218d0837-1625-435b-a3e0-55f063f7fdc7'),
(42490,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Anita Harris \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"anitaharris366@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4143949700\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42491],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m interested in a Nursing Assistant Position there on second shift \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 07:50:19','2026-03-15 07:50:19','32e9723c-ea4c-4098-aaf3-15cc7c8a04ca'),
(42634,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Asia L\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"asiadeanna919@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"+13025383999\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1473],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Want to volunteer and do you guys give volunteer hours for high school students \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 14:24:22','2026-03-15 14:24:22','781ea339-12f7-4ec8-bf1d-6ef352989d56'),
(42637,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Breasia Scott\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"breasiascott17@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4143173686\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42638],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Na\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 14:42:07','2026-03-15 14:42:07','e398d589-8894-4b32-b686-0994c3d60380'),
(42641,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Unique_murry@yahoo.com\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"unique_murry@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4143099752\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42642],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Cna\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 15:16:38','2026-03-15 15:16:38','186d0296-5974-4a74-a4d9-49029f3d7463'),
(42671,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Shanella Jackson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"shanellaj11@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4145147599\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42672],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m looking for any open positions for CNA. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 16:32:30','2026-03-15 16:32:30','dad35501-8dd2-4f77-bba4-7ae75f8dca74'),
(42701,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lili Pérez \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lilikgn@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1201],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to know if can order delivery from a restaurant nearby \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 18:28:22','2026-03-15 18:28:22','3418b571-6b7f-472b-92d6-9c9d3859c75c'),
(42716,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeremiah Dixon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"DIXON_JEREMIAH@YAHOO.COM\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jeremiah Dixon\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1383],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am messaging you on the behalf of Virginia Iline Marking. I am acting as her limited power of attorney. I am looking to get her balance paid. Can you tell me what is left on her balance with you. Thanks. If you have any questions, give me a call at 414-234-2744 or 414-215-3851.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccnazareth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccnazareth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 20:14:58','2026-03-15 20:14:58','e67c5f7e-0029-4f8a-b4fc-7ba66d75fa2f'),
(42720,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Reagan Bonforte\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bonforter@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19737874475\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1165],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42721],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Complete Care at Barn Hill Hiring Team, \\n\\nI am writing to express my strong interest in a Speech-Language Pathologist position at Complete Care at Barn Hill following my graduation from Seton Hall University’s School of Health and Medical Sciences in May 2026. I am eager to begin my career supporting adults and older adults in maintaining and improving their communication, cognitive-communication, and swallowing abilities to enhance their overall quality of life.\\nI am particularly drawn to Complete Care at Barn Hill’s commitment to providing extensive rehabilitation services up to seven days a week and tailoring therapy to each patient’s individual needs and goals. I value an approach that adjusts treatment based on patients’ abilities and tolerance to support meaningful progress and a successful transition back home while improving overall quality of life.\\nDuring my clinical placements, I have gained experience working with adults and geriatric populations in skilled nursing and rehabilitation settings. At Powerback Rehabilitation, I worked with patients ranging from ages 45 to 101 and targeted areas including memory, attention, executive functioning, and dysphagia. These experiences allowed me to develop strong clinical skills in assessment, evidence-based treatment planning, and interdisciplinary collaboration to support patients’ functional independence and safety.\\nMy passion for speech-language pathology stems from its ability to meaningfully impact an individual’s quality of life. I feel honored to work in a field where I can help patients regain their ability to communicate, eat safely, and maintain independence in their daily lives. I am particularly drawn to the compassionate care and rehabilitation-focused environment that facilities like Complete Care at Barn Hill provide to residents and their families.\\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical experiences and passion for patient-centered care could contribute to your team. I look forward to hearing from you.\\nBest regards,\\nReagan Bonforte\\nBonforter@gmail.com\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebarnhill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarebarnhill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-15 21:06:01','2026-03-15 21:06:01','1ab358f4-9cc1-49df-a092-c880faaf6e44'),
(42737,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kathleen Pae\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kathleenpae@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"609-784-9351\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42738],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Application for Receptionisy\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://ccburlingtonwoods.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 00:13:19','2026-03-16 00:13:19','3b7124d6-7285-4c6c-883d-8f23e85f3af2'),
(42747,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"jen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jd2478@wi.rr.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"One of your female nurses with dark hair working tonight (3/15) was sniffing hard constantly.  I hope you have a strong don\'t-come-to-work-sick policy and will reiterate it.  While we appreciate people making it to work in bad weather, it\'s worth being short-staffed to protect the residents\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 02:02:32','2026-03-16 02:02:32','c358760a-6eac-4b1f-9761-20a71c1bfde8'),
(42766,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Neil Broker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"feb192@businessbrokersleads.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Neil Broker\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Are you interested in Selling your Business?  Hi , my name is Neil and I am a Business Broker and if you are possibly interested in Selling your Business please fill out my Contact Request Form and I will call you back as fast as possible, Here is my Contact Request Form:    https://www.cognitoforms.com/InboxBlastscom/ContactRequestForm584      or you can reply to this email message with your name and the best phone number to call you, thank you I hope to speak to you soon. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 03:14:05','2026-03-16 03:14:05','091fe1df-95b5-4294-8807-30a5c55fb6da'),
(42881,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Douglas Schreiber \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"douglasschreiber80@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8622214699\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1123],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[42882],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"With a compassion to work and care for elderly people. Great work ethic and team player with experience in clerical, customer service and medical experience.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwestcaldwell.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccwestcaldwell.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 10:13:55','2026-03-16 10:13:55','d7b9eac0-f1f2-4d69-80dd-09bc26518c51'),
(42899,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jennifer@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1045],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Bayshore,\\n\\nI just tried messaging you from your Google Business Profile and couldn\'t get through because you don’t have texting turned on. \\nWant me to turn that on and install an AI Agent that chats with all visitors and helps get them booked with you? \\n\\nI see your competitor doesn\'t have this turned on so it would for sure help you stand out. Let’s chat - grab a time on my calendar and I’ll show you: getdandy.com/texting-agent-meeting\\n\\n\\nThank you,\\n\\nJennifer O\'Brien | Director of Operations\\nGetDandy\\ngetdandy.com/texting-agent-meeting\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 10:27:24','2026-03-16 10:27:24','14e6ac52-db68-497f-b4fd-0c6f14e5f2a8'),
(42940,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dan Kenny\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"djkenny@msn.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"brother - new resident - Bob Kenny\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We spoke about 6 weeks ago. Bob was admitted yesterday evening. IO will be coming by with his new clothing. Should be there between 9:00-11:00 AM.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 12:04:26','2026-03-16 12:04:26','896c5c47-bbc9-4c72-b48b-bfe253edb139'),
(42948,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chris Carter\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chris@medsolercm.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro-MedSole RCM\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI hope you’re doing well. I’m reaching out to introduce Pro-MedSole RCM. We help healthcare providers with insurance credentialing (Medicare, Medicaid, and commercial plans), LLC formation, licensing, and full medical billing services.\\n\\nWith 700+ billing and 1,200+ credentialing clients nationwide, our team also supports EHR/EMR setup, EFT enrollment, CAQH/PECOS/Availity updates, and more — plus a one-month free billing trial.\\n\\nIf you’re open to a quick Zoom call, I’d love to learn about your current setup and see how we can help.\\n\\nAnd if it\'s not a fit, feel free to send over your best (good-natured) insult, we\'ll both get a laugh, and I’ll respectfully bow out.\\n\\nThank you for your time!\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 12:58:43','2026-03-16 12:58:43','bb44103d-cfbc-47a6-8c90-744ce2706ac6'),
(43026,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"aditi C\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"aditichittor35@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"7328801216\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1097],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Good Morning!\\n\\nMy name is Aditi Chittor. I am currently a freshman in South Brunswick High school and apart of the W.I.S.H club at my school, through which I volunteer at Complete Care when ever I have the chance. I was also looking for a chance  to get more experience and volunteering at nursing homes, since I am interested in a career in medicine! One of my senior peers also recommended the Complete Care facility to me due to the amazing resources and volunteering program and I was wondering what the requirements were to volunteer at this facility, aside from volunteering with the club?\\n\\nThank you so much and have a great day! \\nAditi Chittor \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 14:33:36','2026-03-16 14:33:36','f03fb334-0ba2-4dad-824d-c797630334a1'),
(43028,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kim Harvey\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"shaelijah2@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19733369631\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43029],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have no cover letter at this time.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 14:40:36','2026-03-16 14:40:36','e4ea1f49-19c1-4787-be12-053cacbd585f'),
(43030,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Daneisha Rice\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"daneishar12@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7325221273\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43031],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"This is for the kitchen \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 14:41:19','2026-03-16 14:41:19','f2e7a8a4-4950-4dfc-98ce-55257c8d705b'),
(43120,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"coretta\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"marywillis328@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking for physical therapy for my brother\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 15:39:47','2026-03-16 15:39:47','a1de0343-2504-436b-88e2-f6e9ab966c38'),
(43121,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Coretta Willis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"marywillis328@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like physical therapy for brother\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 15:41:23','2026-03-16 15:41:23','cbe7825a-bbc4-4591-b624-e37c3fe22ea7'),
(43122,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrick M Misset\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pmisset57@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\nCan you email an Admissions Application to me at: pmisset57@icloud.com. \\n\\nThank you very much.\\nPat Misset\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 15:41:31','2026-03-16 15:41:31','fe39f1d2-5b11-42c4-a483-c2ad338641bb'),
(43124,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Carol S Oleary\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"carol.oleary@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1353],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Amy, my brother and I were in last Friday to tour the facility. We\'ve decided we\'d like to secure a spot for our mom with you. I left the paperwork you gave us at her house, and now I\'m snowed in for a couple days. Could you email me the application and the doctor\'s form, and if there\'s anything else I should know in order to move forward? \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccchristianhome.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchristianhome.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 15:47:57','2026-03-16 15:47:57','1a7b7ef1-09db-498b-b5d8-6c6bc34b7cc9'),
(43126,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Daneisha Rice\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"daneishar12@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7325221273\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1149],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43127],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Kitchen jobs \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 15:54:19','2026-03-16 15:54:19','5782289e-49aa-4280-b68b-234d94fe5d8c'),
(43137,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chris Grayson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chris@animateddexplainers.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Animated Explainer\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1143],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nHi,\\n\\nIf your audience doesn’t understand your offer in seconds, you’re losing leads.\\n\\nAt Animated Explainers, we create high-impact animated videos that clearly explain what you do, why it matters, and why customers should choose you. Our videos are designed to grab attention, boost engagement, and convert viewers into customers.\\n\\nWhether it’s for your website, ads, or sales funnel, we deliver professional 2D and 3D animations that drive real results.\\n\\nLet’s create a video that sells for you 24/7.\\nReply to this email to get started.\\n\\nBest regards,\\n\\nChris Grayson\\nAnimated Explainer\\nchris@animateddexplainers.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 16:04:36','2026-03-16 16:04:36','11cea375-4611-45f9-8ea0-cea45a6d30bc'),
(43153,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Amanda Ocacio\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"amandaocacio04@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12624600592\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1389],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43154],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"For prn position \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 16:33:32','2026-03-16 16:33:32','2838254a-d8d5-4f7c-9049-02cdcfe2314d'),
(43163,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jay Arcadipane\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jarchie@nbpro.media\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"NBPro.Media\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I hope you’re doing well. I wanted to reach out for two reasons.\\n\\nFirst, my mother has been a patient at Complete Care of Cedar Grove for about a month now, and I just wanted to say how much we appreciate the care she has been receiving. For what can be a difficult situation, the staff has treated her very well, and our family is grateful for the kindness and professionalism everyone has shown.\\n\\nSecond, I work with a video production company based in Midland Park, and while looking through your social media I noticed that there isn’t currently a video that really captures all of the great amenities, rehabilitation services, rooms, facility features, and activities available for patients and visiting families.\\n\\nOne thing we’ve found to be especially powerful is incorporating client and family testimonials into these types of videos. Hearing real experiences from patients and their families is a great way to build trust with prospective families who are researching care options, while also helping spotlight the services, staff, and programs that make your facility stand out.\\n\\nWe’ve produced videos for organizations such as Christian Health, Amada Senior Care, and Fellowship Senior Living, and have seen how impactful this type of storytelling can be in helping facilities connect with families and the community.\\n\\nI’ve included a link below to an example of our work so you can see the type of videos we create.\\n\\nhttps://next.frame.io/share/b8c6905c-b232-4b3d-817f-af1cbb892068/\\n\\nPlease let me know if you can access our videos, if not I\'ll send them to you right away.\\n\\n\\nThank you again for taking such good care of my mom, and I’d be happy to connect if you think this might be helpful for your team.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 16:38:33','2026-03-16 16:38:33','77ec73e7-9321-42e4-948e-aff370446249'),
(43170,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Amy Bracken\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bamy789@aol.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7174044980\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1283],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43171],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, I am interested in obtaining an RN position PRN. I have been a nurse since 1987 and I have a wide variety of experience in abroad array platforms. If you have anything available for me, I’d appreciate the consideration.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchagerstown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchagerstown.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 17:40:54','2026-03-16 17:40:55','c648e41c-2488-465e-8bbf-183870b63751'),
(43172,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Amy Bracken\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bamy789@aol.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7174044980\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1283],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43173],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, I am a registered nurse interested in obtaining a position with your company. I have been a nurse since 1987 and have a broad range of experience and a variety of different settings. I appreciate your consideration for a position at your facility. Thank you.\\nAmy Bracken RN\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchagerstown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchagerstown.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 17:44:39','2026-03-16 17:44:40','44a0c5aa-f5a3-4cf6-91f5-564994ceb7f5'),
(43189,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Diannati Cabrera\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dnotarymobileservices@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Dnotary mobile servicess\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1085],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Kris Worman,\\n\\nMy name is Diannati Cabrera, and I am a licensed Mobile Notary Public serving Trenton and surrounding areas. I provide convenient notarization services and can travel directly to your facility, making it easy for your residents and staff to have documents notarized safely and efficiently.\\n\\nI am experienced in handling a wide range of documents, including powers of attorney, affidavits, medical forms, and other legal paperwork. I offer flexible scheduling, including same-day and evening appointments, to accommodate your residents’ needs.\\n\\nI would love the opportunity to discuss how I can support your facility and provide reliable mobile notary services. Please let me know if we can schedule a brief call or visit at your convenience.\\n\\nThank you for your time and consideration.\\n\\nBest regards,\\nDiannati Cabrera\\nMobile Notary Public\\n(347) 595-0715\\ndnotarymobileservices@gmail.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 18:53:53','2026-03-16 18:53:53','5ad8083d-a6d5-4b56-bafb-2602b3ddd534'),
(43191,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sheilah Donaldson \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sheilahdonaldson@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3125322957\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43192],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Sheilah Donaldson \\nCertified nursing assistant \\n312-532-2957\\n5727 w Washington \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 19:04:55','2026-03-16 19:04:55','bd94de77-f7f6-4823-b36a-61a144442b77'),
(43193,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jeremiah Johnson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Jerejohnson05@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+1 (407) 973-8470\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1017],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43194],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hard working \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 19:05:24','2026-03-16 19:05:24','390a4659-fc85-46ca-9d21-50a91c243308'),
(43195,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clifton kimes jr\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ckimesjr@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I came and visited Linda righins in room 35 there is something obvious that she is I\'ll she was incoherent and tired I\'ve tried contacting her probably 15 times from yesterday when I left to now nurse said they will check on her front office said she\'s in dialysis today I would greatly appreciate it if a doctor would check on her or put her in the hospital please contact me with the results asap ,, Clifton kimes @ ckimesjr@gmail.com or cell phone is 667-405-4760. Thank you in advance for your speedy response \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 19:28:37','2026-03-16 19:28:37','9330ca2d-2162-46fc-81d1-3052e42fe935'),
(43206,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Isha Sachin\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"ishasachin9@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9083249190\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1103],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I want to be able to help people and I like to talk to people. I thought that at a nursing home I would be able to do both. I would love to share a chat or a board game with people there. I would also love to lead a craft, book reading, or trivia session.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 20:24:33','2026-03-16 20:24:33','1a8bdcca-fbee-4940-8606-9f47e5900e31'),
(43211,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Amanda Barlotta\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"amandabarlotta5@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19089102131\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1079],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43212],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Complete Care at Madison\\n625 NJ-34\\nMatawan, NJ 07747\\n(732) 566-6400\\nTo whom this may concern,\\n\\nI am writing to express my interest in the Clinical Fellowship Speech-Language Pathologist (CF-SLP) position at Complete Care at Madison. I will be graduating with my Master’s degree in Speech-Language Pathology from Monmouth University in May 2026, and I am eager to begin my clinical fellowship in a skilled nursing setting where I can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders.\\n\\nThrough my graduate clinical training, I have gained experience working with adults with aphasia, dysphagia, and cognitive-communication disorders, particularly in post-acute rehabilitation settings. I have provided therapy focused on improving functional communication, strengthening swallowing safety, and supporting cognitive skills such as memory, attention, and executive functioning. These experiences have reinforced my passion for helping individuals regain independence and improve their quality-of-life following illness or injury.\\n\\nI am particularly drawn to Complete Care’s focus on delivering high-quality clinical care within a compassionate and supportive environment. Your commitment to respecting each resident’s dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care. I believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections.\\n\\nAs I begin my career as a Speech-Language Pathologist, I am seeking a Clinical Fellowship opportunity where I can continue developing my clinical skills under the mentorship of an experienced supervising SLP. I am eager to contribute to a collaborative interdisciplinary team while providing evidence-based therapy that supports residents in achieving their highest level of function.\\n\\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical training and passion for patient-centered care align with the mission of Complete Care at Madison.\\n\\nSincerely,\\nAmanda Barlotta\\n(908) 910-2131, amandabarlotta5@gmail.com \\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 20:41:22','2026-03-16 20:41:23','610ab2ad-5d77-494b-b2a0-95c673d1a495'),
(43213,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joann Johnson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"beatriceahmad@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"LTA \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My mother is in BridgePoint Capitol Hill Washington DC . I’m thinking of transferring her closer to me . She is on a trac ventilator. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 20:43:03','2026-03-16 20:43:03','3f01134c-cef8-4b30-bf77-1968672f0fd1'),
(43214,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Amanda Barlotta\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"amandabarlotta5@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9089102131\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1135],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43215],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Complete Care at Whispering Woods\\n62 James St\\nEdison, NJ 08820\\n(732) 744-5541\\n\\nTo whom this may concern,\\nI am writing to express my interest in the Clinical Fellowship Speech-Language Pathologist (CF-SLP) position at Complete Care at Madison. I will be graduating with my Master’s degree in Speech-Language Pathology from Monmouth University in May 2026, and I am eager to begin my clinical fellowship in a skilled nursing setting where I can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders.\\n\\nThrough my graduate clinical training, I have gained experience working with adults with aphasia, dysphagia, and cognitive-communication disorders, particularly in post-acute rehabilitation settings. I have provided therapy focused on improving functional communication, strengthening swallowing safety, and supporting cognitive skills such as memory, attention, and executive functioning. These experiences have reinforced my passion for helping individuals regain independence and improve their quality-of-life following illness or injury.\\n\\nI am particularly drawn to Complete Care’s focus on delivering high-quality clinical care within a compassionate and supportive environment. Your commitment to respecting each resident’s dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care. I believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections.\\n\\nAs I begin my career as a Speech-Language Pathologist, I am seeking a Clinical Fellowship opportunity where I can continue developing my clinical skills under the mentorship of an experienced supervising SLP. I am eager to contribute to a collaborative interdisciplinary team while providing evidence-based therapy that supports residents in achieving their highest level of function.\\n\\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical training and passion for patient-centered care align with the mission of Complete Care at Madison.\\n\\nSincerely,\\nAmanda Barlotta\\n(908) 910-2131, amandabarlotta5@gmail.com\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwhisperingwoods.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccwhisperingwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 20:46:17','2026-03-16 20:46:17','86120d50-5053-463e-a534-32084546e560'),
(43216,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Amanda Barlotta\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"amandabarlotta5@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19089102131\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1045],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43217],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Complete Care at Bayshore\\n715 N Beers St\\nHolmdel, NJ 07733\\n(732) 847-3000\\n\\nTo whom this may concern,\\nI am writing to express my interest in the Clinical Fellowship Speech-Language Pathologist (CF-SLP) position at Complete Care at Bayshore. I will be graduating with my Master’s degree in Speech-Language Pathology from Monmouth University in May 2026, and I am eager to begin my clinical fellowship in a skilled nursing setting where I can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders.\\n\\nThrough my graduate clinical training, I have gained experience working with adults with aphasia, dysphagia, and cognitive-communication disorders, particularly in post-acute rehabilitation settings. I have provided therapy focused on improving functional communication, strengthening swallowing safety, and supporting cognitive skills such as memory, attention, and executive functioning. These experiences have reinforced my passion for helping individuals regain independence and improve their quality-of-life following illness or injury.\\n\\nI am particularly drawn to Complete Care’s focus on delivering high-quality clinical care within a compassionate and supportive environment. Your commitment to respecting each resident’s dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care. I believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections.\\n\\nAs I begin my career as a Speech-Language Pathologist, I am seeking a Clinical Fellowship opportunity where I can continue developing my clinical skills under the mentorship of an experienced supervising SLP. I am eager to contribute to a collaborative interdisciplinary team while providing evidence-based therapy that supports residents in achieving their highest level of function.\\n\\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical training and passion for patient-centered care align with the mission of Complete Care at Bayshore.\\n\\nSincerely,\\nAmanda Barlotta\\n(908) 910-2131, amandabarlotta5@gmail.com\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbayshore.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccbayshore.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 20:53:41','2026-03-16 20:53:42','d65236b6-a5d8-48c4-89d5-bd64a590bad6'),
(43218,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Amanda Barlotta\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"amandabarlotta5@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(908)910-2131\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1129],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43219],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Complete Care at Westfield\\n1515 Lamberts Mill Rd\\nWestfield, NJ 07090\\n(908) 233-9700\\n\\nTo whom this may concern,\\nI am writing to express my interest in the Clinical Fellowship Speech-Language Pathologist (CF-SLP) position at Complete Care at Westfield. I will be graduating with my Master’s degree in Speech-Language Pathology from Monmouth University in May 2026, and I am eager to begin my clinical fellowship in a skilled nursing setting where I can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders.\\n\\nThrough my graduate clinical training, I have gained experience working with adults with aphasia, dysphagia, and cognitive-communication disorders, particularly in post-acute rehabilitation settings. I have provided therapy focused on improving functional communication, strengthening swallowing safety, and supporting cognitive skills such as memory, attention, and executive functioning. These experiences have reinforced my passion for helping individuals regain independence and improve their quality-of-life following illness or injury.\\n\\nI am particularly drawn to Complete Care’s focus on delivering high-quality clinical care within a compassionate and supportive environment. Your commitment to respecting each resident’s dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care. I believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections.\\n\\nAs I begin my career as a Speech-Language Pathologist, I am seeking a Clinical Fellowship opportunity where I can continue developing my clinical skills under the mentorship of an experienced supervising SLP. I am eager to contribute to a collaborative interdisciplinary team while providing evidence-based therapy that supports residents in achieving their highest level of function.\\n\\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical training and passion for patient-centered care align with the mission of Complete Care at Westfield.\\n\\nSincerely,\\nAmanda Barlotta\\n(908) 910-2131, amandabarlotta5@gmail.com\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwestfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccwestfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 20:56:58','2026-03-16 20:56:58','deaafa09-608c-41c3-9f9d-f37f0e41c5df'),
(43221,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Amanda Barlotta\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"amandabarlotta5@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(908)910-2131\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1059],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43222],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Complete Care at Clark \\n1213 Westfield Ave\\nClark, NJ 07066\\n(732) 396-7100\\n\\nTo whom this may concern,\\nI am writing to express my interest in the Clinical Fellowship Speech-Language Pathologist (CF-SLP) position at Complete Care at Clark. I will be graduating with my Master’s degree in Speech-Language Pathology from Monmouth University in May 2026, and I am eager to begin my clinical fellowship in a skilled nursing setting where I can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders.\\n\\nThrough my graduate clinical training, I have gained experience working with adults with aphasia, dysphagia, and cognitive-communication disorders, particularly in post-acute rehabilitation settings. I have provided therapy focused on improving functional communication, strengthening swallowing safety, and supporting cognitive skills such as memory, attention, and executive functioning. These experiences have reinforced my passion for helping individuals regain independence and improve their quality-of-life following illness or injury.\\n\\nI am particularly drawn to Complete Care’s focus on delivering high-quality clinical care within a compassionate and supportive environment. Your commitment to respecting each resident’s dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care. I believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections.\\n\\nAs I begin my career as a Speech-Language Pathologist, I am seeking a Clinical Fellowship opportunity where I can continue developing my clinical skills under the mentorship of an experienced supervising SLP. I am eager to contribute to a collaborative interdisciplinary team while providing evidence-based therapy that supports residents in achieving their highest level of function.\\n\\nThank you for your time and consideration. I would welcome the opportunity to further discuss how my clinical training and passion for patient-centered care align with the mission of Complete Care at Clark.\\n\\nSincerely,\\nAmanda Barlotta\\n(908) 910-2131, amandabarlotta5@gmail.com\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareclark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareclark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 20:59:16','2026-03-16 20:59:17','8d13f03b-10d7-489e-b101-e84b7eb888a4'),
(43226,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sonia Lewis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sonia@truesparklecleaner.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TrueSparkle Cleaner\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1201],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nLooking for a reliable cleaning service and a quick quote?\\n \\nTrueSparckle Cleaner provides award-winning cleaning and dependable customer support tailored to your facility’s needs.\\n \\nWould you like a no-obligation cleaning estimate?\\n \\nAll the best,\\n\\nSonia Lewis\\nBusiness Development Rep\\nTrueSparkle Cleaner\\nsonia@truesparklecleaner.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 21:43:54','2026-03-16 21:43:54','c583c439-e2d7-4568-9d21-3c8037a4db95'),
(43228,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nicholas \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"berrynick679@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14148920758\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43229],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi my name is Nicholas Berry and I am applying for the Dietary Aide food service/ Housekeeping positions.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 21:53:09','2026-03-16 21:53:09','43a212b1-8d31-4f7d-9fba-d5552d3e0a59'),
(43230,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Cierra Bublick\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"cierrabub1@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9089562559\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1059],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Good evening! My name is Cierra Bublick and I am currently a student at Monmouth University. I am majoring in exercise science and health studies in hopes of being a physical therapist. I was wondering if you are offering any shadowing opportunities in the summer? If not, I completely understand. Thanks so much for your time!\\n\\n\\nCierra Bublick\\n9089562559\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 22:10:27','2026-03-16 22:10:27','106a200a-b140-432e-9fbb-b84812aea3ae'),
(43234,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"heidi Stewart\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"heidistew1@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1261],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi- I would like information regarding assisted living. I am starting to look for my mother. Price ranges, etc.waiting list?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 22:43:06','2026-03-16 22:43:06','ffdbb063-7e8c-48ac-a36b-e1b98931787b'),
(43237,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tymire perez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"pereztymire4@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3025138235\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1297],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43238],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in the position at your facility. With hands-on experience in healthcare support, dietary services, and floor technician responsibilities, I bring a strong work ethic, reliability, and a genuine commitment to maintaining a safe, clean, and supportive environment for patients, residents, and staff.\\n\\nIn my previous roles, I have worked closely with healthcare teams to ensure smooth daily operations. I am experienced in assisting with patient needs, following safety and sanitation protocols, and supporting clinical staff with tasks that improve overall care quality. My background in dietary services includes meal preparation, tray delivery, food safety compliance, and providing respectful, patient-centered service to individuals with diverse dietary requirements.\\n\\nAdditionally, my experience as a floor technician has strengthened my attention to detail and ability to maintain high standards of cleanliness. I am skilled in operating floor-care equipment, performing routine and deep cleaning, and ensuring that all areas meet infection-control and safety guidelines. I take pride in creating an environment that promotes health, comfort, and dignity.\\n\\nI am confident that my versatility, dependability, and dedication to excellent service would make me a valuable addition to your team. I would welcome the opportunity to contribute to your facility’s mission and support the well-being of those you serve.\\n\\nThank you for considering my application. I look forward to the possibility of joining your team and contributing to a positive and professional work environment.\\n\\nSincerely,\\n\\nTymire Perez\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://completecarehillside.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarehillside.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-16 23:01:57','2026-03-16 23:01:58','a3c7331b-0938-4951-9385-cf35898e61d6'),
(43302,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlene M Palka\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"char1541@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1419],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"William Saglio was admitted March 15th. He needs lorazapam and a anti depressant. No CNA\'s or nurses come quick enough. I\'ll be calling his PCP March 17th to have medications delivered directly there or I\'ll bring them in. You all have to step it up and hire more help or tell me how to have him moved to a different rehab facility. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 00:19:13','2026-03-17 00:19:13','91569f33-6297-4fa6-b7fe-79bf689689df'),
(43952,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Richard Mills\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"RichardMills2026@email.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"215-667-1324\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43953],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208,3204,3206,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Returning To Voorhees, NJ &amp; Looking For New Career\\nSeeking: PT or FT 30-40 Hours Weekly (Non Nursing)\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 01:21:20','2026-03-17 01:21:20','2ee8231b-ae72-4ff3-86ce-1e0b46b7b953'),
(43954,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tiana lamb\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lambtiana93@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3127355911\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43955],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking to join your team in housekeeping have Great experience \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 01:23:41','2026-03-17 01:23:41','a99646fd-b6c2-4f89-829d-de28c2eb4854'),
(43956,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Richard Mills\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"RichardMills2026@email.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"215-667-1324\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[43957],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208,3204,3206,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I\'m Returning To Voorhees, NJ &amp; Looking For New Career\\nWell Rounded Seek PT or FT Career 30-40 Hours Weekly \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 01:27:11','2026-03-17 01:27:11','97d5e09c-13ea-4cc3-a60d-9f2d968525fc'),
(44072,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Madelyn Bates\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"madelynbates10@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2513781160\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1255],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44073],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\".\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 02:10:55','2026-03-17 02:10:55','92483150-043c-42dc-8611-8c219f8a798e'),
(44142,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Abby Holt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"abbyholt@craftability.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Craftability.org\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nWhen we find ourselves spending more time indoors due to weather conditions, it\'s an excellent opportunity to explore new skills or hobbies. Whether it\'s experimenting with different forms of exercise, self-teaching a musical instrument, mastering a second language, or doing activities like dancing, there are plenty of enjoyable options.\\n\\nWould you be open to having me create a fun article for your site, offering suggestions on exciting new skills or hobbies?\\n\\nIf you\'re interested, I can begin working on it right away.\\n\\nThank you in advance!\\nAbby Holt\\nCraftability.org\\n\\n\\n*Optimized for both people and search - my articles are made to reach wide. If you’d prefer a different topic, I’ll switch gears. If not, just say the word and I’ll step back.* \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 02:45:58','2026-03-17 02:45:58','d7d09f91-8ebb-4c3e-a170-625b3476070f'),
(44217,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kayla James\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kaylarich24123@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7278581506\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1389],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44218],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello my name is Kayla James I have been a cna for 16 years I am also a medtech which I have been for 5 years. I am a very passionate person I care for my residents like I would my family. I like to put my self in their shoes to understand and know how to help them better .i have 4 kids and I wouldn’t have any troubles with babysitting or anything like that I come to work to do my job and make sure the residents get the best quality of care they need because I know I am in their home and I would treat it as such. I don’t do drama and I mind my business which is taking care of my residents. I was a supervisor for almost 2 years I get along with everyone and I love to make the environment very positive I do not like negativity. So I feel like I would be a great candidate and I am very transparent I don’t like to hide anything if I feel things aren’t good I will definitely make it known and also if I feel like the residents aren’t getting the cares they need I also will express that. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 07:17:50','2026-03-17 07:17:50','207f903b-3e58-43c3-9d5b-a49e37c1cc65'),
(44281,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kathleen Farmer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kathleen@vas4hire.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VAs 4 Hire\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1365],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Day,\\n\\nI’m Kathleen with VAs4Hire. We help business owners consistently book qualified appointments using our AI-powered Lead Found system, which identifies ideal prospects, reaches out automatically, and schedules meetings directly on your calendar. On average, our clients see up to 8–10 booked appointments per day.\\n\\nAre you currently open to bringing in more qualified jobs this month?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrandeprairie.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 10:25:12','2026-03-17 10:25:12','30bf9222-734a-4eaa-abbf-ba0f95365516'),
(44291,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Musap Gunaydin\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"musapgunaydin4@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7179567543\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1117],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"1\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsummitridge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsummitridge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 10:38:10','2026-03-17 10:38:10','d9c713a7-5e92-4ceb-8b80-2fac025a6ee5'),
(44314,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Derrick \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"derrick.richey34@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4437455026\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1289],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44312,44315],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Resume\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 11:42:37','2026-03-17 11:42:37','5fe2786c-a244-48a7-a84c-cc233337b9ef'),
(44339,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nikerah salaam \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nikerahsalaamm@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+17207297397\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44340],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m currently in nursing school and seeking part time employment. I have 5 years experience as a Certified nursing assistant as well as 4 years experience as a medication technician. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 12:22:19','2026-03-17 12:22:19','58d7d7d6-dfba-456d-98f0-2cba9715b68a'),
(44344,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nicole Brownstein\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nicole@ourability.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19144581490\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1041],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3194,3204,3198,3192,3206,3202,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi,\\n\\nI hope you’re doing well. We admire your organization’s commitment to workplace equality and wanted to introduce Our Ability — a disability-owned company that helps employers connect with outstanding disabled talent across all skill levels.\\n\\nWe partner with recruiters and HR teams to expand diverse talent pipelines and make inclusion a real, people-driven practice.\\n\\nAt a time when some companies are removing their DEI initiatives and stepping away from working with our community, we’re actively searching for those that still see the value in what we bring to the table. \\u2028\\u2028\\n\\nCould you please let me know who handles partnerships or talent initiatives in this area? I didn’t see it on the website. We’d appreciate your help connecting with the right person. Have a pleasant day.\\n\\t\\u2028\\nKindly,\\n\\nNicole\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 12:25:54','2026-03-17 12:25:54','2c5ac37a-4c8a-4bcf-9678-c83864d82181'),
(44350,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kathleen Farmer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kathleen@vas4hire.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VAs 4 Hire\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1191],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nWe provide expert Virtual Assistant Services to handle a variety of tasks, including lead generation, cold calling, appointment setting, social media management, content creation, bookkeeping, administrative, and customer support.\\n\\nI\'d love to show you how it works &amp; how we can help enhance your client acquisitions.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 12:42:35','2026-03-17 12:42:35','27e3a3f1-328a-44af-bf92-7684a69bc9a0'),
(44364,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rita Vaccaro\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rtvaccaro20@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1005],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning Chaim, I have left a message with your receptionist over two weeks ago asking you to call me.  I have stopped by on several occasions in person and you are never available.  I have seen Roger but he is never available as well.  I would like to schedule a meeting to discuss Resident Care and Family Support in light of the recent Key Employees that have resigned from Complete Care.  Their resignations have left a severe gap in resident care and family support.  I would appreciate getting 30 minutes of uninterrupted time as soon as your schedule allows.  I can be reached at 732-778-2604. In February you and Roger (DON) met with Jennifer, LTCO, regarding my brother Angelo.  She assured me that both you and Rodger were going to work on better lines of communication. Scheduling a meeting would be a good way to start.  Thank you, Rita Vaccaro\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 13:33:58','2026-03-17 13:33:58','22152f02-9ba1-4818-8cc2-304a8dd6abfe'),
(44368,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"KELLY JONES\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kjones@sterlingcarehealth.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"STERLING CARE HILLHAVEN\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1343],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"MS GLORIA RODRIGUEZ NEEDS SNF AND A LOCKED FACILITY - SHE IS CURRENTLY ON OUR ALF AND CANNOT AFFORD ALF PRIVATE PAY, HAS A GUARDIAN THAT WILL BE APPLYING FOR LTC MEDICAID EFF 4/1/26\\nPLEASE ADVISE IF YOU HAVE A LTC BED OPEN FOR THIS RESIDENT.  WANTING TO KNOW AVAILABILITY  301-937-3939\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 13:59:45','2026-03-17 13:59:45','a7619af1-97b2-45f1-8fc1-b4b40923479d'),
(44373,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aubrey woods\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"woodsaubrey376@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Na \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1419],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I was wondering what time visit times end at the nursing home bc my moms there and I wanna plan a visit accordingly \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 14:31:11','2026-03-17 14:31:11','b283ba03-e0f3-44ee-8703-1de118fa16ef'),
(44376,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Antonio Romero Rivera\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"antonior19677@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9739319991\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1161],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44377],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Antonio Romero Rivera\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 14:50:41','2026-03-17 14:50:41','fb76ab16-5970-4bb1-a793-6fb010cf48b0'),
(44379,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"MARLOUISE TAKWI-ATAH\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marlouiseatah@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12404135835\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1343],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44380],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"THANKS FOR THE OPPORTUNITY APPLYING FOR AN LPN POSITION\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccspringbrook.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccspringbrook.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 15:12:04','2026-03-17 15:12:04','bf58081e-3104-46e5-b9ef-ccef6ee90612'),
(44381,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kadian Brown\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Kadianbrown551@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8629448332\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1231],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44382],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 15:41:13','2026-03-17 15:41:13','cd771851-412d-4f1a-a71a-d513d5eb7bdb'),
(44383,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlotte Au\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"charlotteau15@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1215],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, my name is Charlotte Au. I am a Junior at Dwight Englewood School. I have a passion for nail art, i find it  therapeutic and helps with my creativity as a full-time student. \\nI would like to see if there is opportunity at Complete Care where I can volunteer my services to your residents -  starting with once a week visits for those who sign up.\\n\\nThank you for your time,\\nCharlotte\\nI can be reached at (516) 395-0171. You may also reach me through my mom, Wendy, at (917) 519-8018.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 15:50:06','2026-03-17 15:50:06','6b9db69f-27da-43f7-b570-2466940ebc8d'),
(44384,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Veronica Ventura\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronica.ventura@va.gov\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VA Hospital \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning, My name is Veronica Ventura and I am reaching out in regard to a skilled nursing application for male requiring long term care. Thank you!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 15:52:46','2026-03-17 15:52:46','58feb15a-e83c-4f96-b76b-a6285da97a88'),
(44389,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kaniah Murray \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kaniahmurray22@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3026176510\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1297],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello. My name is Kaniah &amp; I am currently looking for a job\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarehillside.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarehillside.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 16:28:17','2026-03-17 16:28:17','14c1d539-d3cc-40df-a05a-bc8407a0f919'),
(44390,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Beverly Givens\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"beverlygivens4@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1323],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Can Holly email me about care for my husband with dementia.   How long is waiting list for both semi private and private I wrote yesterday please email back\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 16:29:12','2026-03-17 16:29:12','9f48fa5d-1bf2-42f4-b537-b11cb59e0512'),
(44392,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sarah Neal\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sdezart@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6812092032\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1117],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44393,44394],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Lpn posistion\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsummitridge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsummitridge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 16:31:30','2026-03-17 16:31:32','ad95a325-bdd7-4d8e-a481-cb966e349628'),
(44403,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Saterian Madison \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"saterian.madison@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4436984312\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44404],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"This is Saterian Madison I am interested in applying for the Dietary position \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmultimed.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmultimed.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 17:33:36','2026-03-17 17:33:36','0790b883-5a9e-4962-a6d6-cd9ad2317be6'),
(44428,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jade Pean\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Jadepean423@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4842397225\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1209],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3208,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in the Dietary Aide position at your nursing home. I am a dependable and compassionate individual with a strong customer service experience and genuine desire to help others in a supportive and respectful environment. \\n\\nThrough my previous roles in retail and team- based settings, I have developed strong communication skills, patience, and the ability to work efficiently in fast paced environments. I am especially interested in working in a nursing home because I value providing care and support to individuals who rely on others for their daily needs. \\n\\nThank you for your time and considerations. I would welcome the opportunity to contribute to your team and support the well being of your residents. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccharstonhall.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccharstonhall.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 18:05:46','2026-03-17 18:05:46','482dd0c9-29c7-4508-8c8f-51f2f9099da6'),
(44457,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Tessa Wertjes \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"tessa.wertjes@goodwillgreatermc.org\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"414-553-1239\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[2712],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"My name is Tessa Wertjes, and I am an Employment Specialist with Goodwill Industries. I support individuals who face barriers to employment by helping them build skills, gain experience, and succeed in long-term job placements. I am currently working with a consumer who has recently expressed interest in your Housekeeping Aide position. Based on my work with them, I believe they would be an excellent fit for this role and would bring strong consistency and reliability to your team. Attached, I have included information about a program that I find highly beneficial not only for our consumers but also for employers. I hope you find it useful, and I would be happy to discuss it further or answer any questions you may have.\\n\\nGoodwill Industries provides employment services to individuals with barriers to employment by helping them gain valuable work experience, develop job skills, and prepare for long term success in the workforce. Through our partnership with the Division of Vocational Rehabilitation (DVR), we support clients in completing time limited, paid internship experiences at community based host sites. DVR covers all wages and insurance costs through an Employer of Record, and ongoing support is provided throughout the experience to ensure a positive outcome for both the intern and the host site. Internships typically last between 10 and 45 days, and DVR provides all payroll and liability coverage during that time.\\n \\nIf your team is interested in moving forward or would like to learn more, I would be happy to answer any questions you may have and coordinate next steps with DVR. I’ve also included a link below with additional information about the program for your reference:\\n \\nhttps://dwd.wisconsin.gov/dvr/service-providers/itw-eor/itw-info-for-businesses.htm \\n \\nThank you again for your time and consideration. I look forward to hearing from you.\\n\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 18:52:54','2026-03-17 18:52:54','d8459940-c848-44e5-a7e3-b806100dd58c'),
(44460,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jade Pean\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jade423@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4842392225\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1209],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44461],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3208,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\nI am writing to express my interest in the Dietary Aide position at your nursing home. I am a dependable and compassionate individual with strong customer service experience and a genuine desire to help others in a supportive and respectful environment.\\nThrough my previous roles in retail and team-based settings, I have developed strong communication skills, patience, and the ability to work efficiently in fast-paced environments. I am especially interested in working in a nursing home because I value providing care and support to individuals who rely on others for their daily needs. Thank you for your time and consideration. I would welcome the opportunity to contribute to your team and support the well-being of your residents.\\n\\nSincerely,\\nJade Pean\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccharstonhall.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccharstonhall.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 18:56:02','2026-03-17 18:56:02','331de42e-20ff-4bc2-a3a8-3dc151dc0ddd'),
(44532,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"E’myia gadson-marsh\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"marshemyia123@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7326044201\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[957],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44533],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\". \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 19:57:32','2026-03-17 19:57:32','d067298c-e7e5-4bf0-b9be-49475e039525'),
(44536,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sharon Dadura\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ms1putt@comcast.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Trying to bring mom to a closer skilled nursing home. Finances are a big concern her current location is not feasible for her to stay at 14,500 a month\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 20:02:42','2026-03-17 20:02:42','2f0de892-1d4b-4566-8a03-90984fce9616'),
(44549,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allie Espinal \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allienotallie@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9293207640\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1201],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44550],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"if you have any open positions for any youth people, please let me know. I’m 16 but I am willing to work after school till night whenever days of the week you need.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccharborage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccharborage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 20:26:21','2026-03-17 20:26:21','46b24d1c-d434-47eb-b088-5a65a978a32c'),
(44555,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kristine Sheehan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kristine.sheehan@hireright.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"HireRight\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello!  My name is Kristine with HireRight, we are inquiring on your Verification of Employment process.  Please provide email/fax/or phone number.   Do you need a signed authorization from the applicant?  Thank you for your assistance.  Request number HA-031726-5C6H2-EM-002.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 21:19:30','2026-03-17 21:19:30','93481fbe-bfd3-43c1-b525-3d630423df84'),
(44557,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Monica Camargo\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"momarca07@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9083954233\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1255],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44558],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Toms River This is my location \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 22:33:55','2026-03-17 22:33:55','94c4fc94-8514-4944-86a0-c1634edb70f9'),
(44559,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Richard \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rmesser77@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Township of livingston \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1123],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"? Admission and financial \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-17 23:08:54','2026-03-17 23:08:54','afdaf6d4-270d-4d05-8767-620413cc6c03'),
(44563,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janet E Smith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"angelinn@ptd.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I need an itemization of my stay at your facility to submit to Aflac.  I was  there 09/05/25 to 10/17/25.  Could you email it to me at angelinn@ptd.net?  If not, please contact my son Dan who is my POA at 610-844-1577 to let him know how to get it.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 00:50:26','2026-03-18 00:50:26','be8c8358-ffb1-4abd-9be8-234b91a5a285'),
(44564,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Deborah Klein\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"poolqueen69@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking for information about potential admission for a family member who is currently admitted at bay health and will need PT. He has stage 4 lung cancer and COPD. He has Medicare and Medicaid insurance. Inquiring about next steps.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 01:45:32','2026-03-18 01:45:32','29171552-827c-4709-9813-5c1eae2ed86a'),
(44565,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lilly Sagherian\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lillyyrose7@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nIt is wonderful to connect with the team at Complete Care!\\n\\nMy name is Lilly Sagherian, and I am currently interested in the Social Worker (LSW) position available at this location. I am incredibly passionate about working with older adults, and after further research into Complete Care, I believe that our shared values of compassion, service, and excellence can help further promote comprehensive care and support for your residents. \\n\\nI am graduating with my Bachelor’s degree in Social Work from the University of Nevada, Reno in May of 2026, and plan to move into the Verona area in late May. Seeing that I would have to receive my Wisconsin state licensure (LSW/CSW) after this move, I was curious to know if the position would still be available by the time I receive my certification.\\n\\nPlease let me know if this is a possibility, as I look forward to uplifting and empowering individuals in my professional practice, and would be honored to have the opportunity to start my journey as a social worker at Complete Care. \\n\\nWith gratitude,\\n\\nLilly Sagherian\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmaplegrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmaplegrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 01:46:30','2026-03-18 01:46:30','05357707-4128-48b3-b0d4-3878829c2d22'),
(44712,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Wilma Tyer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wtyer@purevibejanitorial.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"PureVibe Janitorial\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI was recently visiting clients in Windsor and came across your business, so I wanted to reach out.\\n \\nWe help local companies keep their facilities clean with reliable service and detailed inspections. Would you be open to a no-obligation cleaning quote?\\n \\nHave a great day!\\n\\nWilma Tyer\\nBusiness Development Rep\\nPureVibe Janitorial\\nwtyer@purevibejanitorial.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 08:31:08','2026-03-18 08:31:08','5a08df34-1279-42cd-bf3d-8e0c3abeaa61'),
(44752,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"jakara siler-hillery\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jkrsiler@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1085],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking into infomation about the respite program.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 11:40:04','2026-03-18 11:40:04','9d1c5553-5a9b-4cae-aafe-8179369dbff8'),
(44772,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Thomas Charles Krzywanski\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"thomaskrzywanski@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"16105640288\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1171],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44773],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am a chef of 20 years looking for career opportunities \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://completecareberkshire.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareberkshire.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 13:35:44','2026-03-18 13:35:44','d42873e6-62ec-4438-8c05-4d538345abeb'),
(44798,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"James Keller\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jameskeller410@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4105079997\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1255],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44799,44800,44801],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Just looking around for a different jobs \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 14:09:45','2026-03-18 14:09:45','3779404f-09c2-4b23-9e96-aeeb0368995e'),
(44804,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Margaret Van de Kamp \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Vandekampm@lakeland.edu\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Potential Rehab and transfer from Sheboygan Progressive Facility\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I have a loved one who has been through since August 2025 - more than most people do in their entire life. The facility he is residing \\\" had been beneficial for a time.\\\" We do intend his goal to be different than current plan of care he is receiving. He is being treated as a statistic, as well as certain groups of staff making decisions which are his right to make. The facility was okay for a time. I think as his primary caregiver, and cancer caddy he deserves to have people encourage rather than discourage his goals. Regards,  Have a great day! Margaret Van de Kamp (920)458-1086\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 14:16:38','2026-03-18 14:16:38','f82cb51c-1f1a-40a2-8d59-5c20d63e7dfc'),
(44840,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Johanne Destine \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"djeyny2009@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"5168308495\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1059],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44841],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good morning \\nMy name is \\nJohanne Destine \\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareclark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareclark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 16:27:05','2026-03-18 16:27:05','168be9f0-a3fc-45e8-9a77-a637c1f8d90a'),
(44853,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marvin Fuentes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"marvin@eastcoasteggfarmers.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"East coast Egg Farmers\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1201],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Just wanted to be on your radar and share what we do.\\n\\nWe’re East Coast Egg Farmers and we’re an egg supplier serving your area. A lot of our current accounts came to us after dealing with late deliveries or pricing surprises from bigger distributors.\\n\\nWould love to share our pricing sheet if that’s okay with you in case you need us as backup one day.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 18:07:20','2026-03-18 18:07:20','56e35b5e-6eec-4ced-8c03-02561a23f41e'),
(44857,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Stefano Moscoso\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"stefanomoscoso_@hotmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7327795252\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[957],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44858],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Stefano Moscoso Resumen\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 18:56:14','2026-03-18 18:56:14','f89006ea-7856-49f3-bd2b-60e29196da0c'),
(44864,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"ASHLEY D COLLINS\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"blackivy150@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"15706270797\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1171],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44865],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Cna\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 19:49:26','2026-03-18 19:49:26','9ab9ee8d-e46e-4d96-b2b8-0bbe2895329a'),
(44866,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"ASHLEY D COLLINS\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"blackivy150@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"15706270797\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1171],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44865,44867],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Ashley Collins \\nCertified nurse aide \\n5706270797\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 19:52:59','2026-03-18 19:52:59','feee6bd8-b1ed-4349-88fe-e68bcdcccd52'),
(44868,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Freda Washington\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"wfreda486@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(414) 348-3179\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1407],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44869],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking forward to working with your company \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsouthpointe.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsouthpointe.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 20:12:49','2026-03-18 20:12:49','324fb5d9-2a88-4f8c-a56e-e65ac9303fc3'),
(44875,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Alexandria Bacon\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Andriaheart61@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2019822679\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1215],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44873,44876],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My name is Alexandria Bacon, I am interested in the dietary aide position, at Complete Care at Inglemoor. I attend to Fairleigh Dickinson University as a second-year biology major with a minor in speech. This position is great for me because I want to see the smile on a patient face when I serve them food. I’m aware that elderly people do not enjoy being in a closed facility where they cannot see their loved ones everyday, so it is fair for them to get a good delicious healthy meal to keep them happy. My goal is to help and make the elderly feel like they having something to live for and it is not to late to be comfortable in their skin. My passion is to help with things that someone make lack in with helping themselves. That is why I want to become a doctor to help and spread knowledge to those who are unaware. From personal experience I know what it is like to need help understanding and excepting help from others that are older and wiser. Even though elderly people are wise, and they have lived long before us younger people, they cannot move like they may want, so I would be more than proud to handle food for them. It would be an honor to be a candidate for this position.\\nSincerely, Alexandria Bacon\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 20:59:59','2026-03-18 20:59:59','b2bf9723-a015-40ae-963a-a18c7f68e458'),
(44880,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Signe Gray\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sig1155@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I recently visited my sister in law:    \\n\\nI ask:\\n\\nWhy does Susan have a Tray/Table that is missing a wheel, thus is wobbly? As well as, why hasn\'t she received FRESH water in TWO days?  Her cup was marked 3/16.  In addition, there is a hole in the soffit, stuffed, which was reported in December!   By the way, my visit of 1.5 hours, I DID NOT see an aide or nurse!! \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 21:37:43','2026-03-18 21:37:43','62b22299-6c78-4a72-9b42-d56592a35609'),
(44881,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kristin Kalpinski\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kkalpinski@uwhealth.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"UW Health\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello. I\'m a social worker at UW Health Odana Clinic. I have a patient seeking mental health treatment for severe depression however has chronic back pain (has had for years) and occasionally needs physical assistance in the shower due to the pain. While addressing her mental health is primary, we have found that inpatient facilities are not accepting her due to the physical hands on care she occasionally needs. Your facility is one that was recommended to reach out to as she has both chronic physical and mental health issues. Is this a facility that could potentially help her? She has iCARE Medicaid insurance and uncertain if you accept that. Thanks for any feedback/direction you can provide. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmaplegrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmaplegrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 22:01:39','2026-03-18 22:01:39','9114921b-823f-4cfc-9be2-8b82d14fce24'),
(44884,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Destiny Loving\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"destinyloving514@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6093220426\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1059],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[44885],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Resume \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareclark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareclark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 22:44:14','2026-03-18 22:44:14','8eec0f7b-259f-4f3a-a418-969beecded09'),
(44887,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Aleece Lair \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Aleece32@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4142427574\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1407],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Im interested in Housekeeping or Dietary position.  I have experience in both of the areas. I am CBRF certified.  \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccsouthpointe.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccsouthpointe.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 22:52:15','2026-03-18 22:52:15','deb76d9a-7700-493a-9dc8-db7b2475f939'),
(44891,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jill Lorber \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jclorber@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello! I was wondering if you have a piano at your facility. If so, I would love to volunteer to play piano for your residents! Please let me know if this would be a good opportunity. Best way to contact me is by email, jclorber@yahoo.com.  Thank you so much!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchalescorners.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 23:20:34','2026-03-18 23:20:34','e8ae35e3-de17-4af7-8b5c-d1cef641c541'),
(44892,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Ana \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"anasanchez484@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3216957721\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1035],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"My name is Ana . And I will like to help and volunteer in anyway I can. I enjoy the elderly whether if is sharing a friendly chat, or brushing someone’s hair. This is what I do spread love. So if you guys ever need someone feel free to call or email. Thank you.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 23:23:45','2026-03-18 23:23:45','9b9846c8-fdfd-4afb-a191-0517cadfe8b5'),
(44893,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jackie Cox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jcox2940@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1359],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for a place after a family member had a stroke and possible respite care for another family member.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccglendalewest.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccglendalewest.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-18 23:24:08','2026-03-18 23:24:08','aa17e353-73f0-4219-8a93-3172c08442a3'),
(45608,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"myriam\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bmyri.amm15@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8624139476\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[45609],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198,3192,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"available anytime, would like a chance to introduce myself over an interview \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 01:18:31','2026-03-19 01:18:31','7674c47f-04bb-41ac-aedb-1904eb0d80c1'),
(47025,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Salaja\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"pricesalaja7@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4148508991\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47026],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Jobs\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 03:34:12','2026-03-19 03:34:12','b060f053-4c88-426d-90eb-691dfc46b1e1'),
(47302,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Rozaya Harris\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"rozayasunlight123@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8483159436\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[945],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47303],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3204],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have interest in this job opportunity as a  dietary aide \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccbeylea.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 10:17:36','2026-03-19 10:17:36','1b2327e5-74e7-413c-9eb1-b0534cac7ecf'),
(47313,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Vervie Brown\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"verviexbrown@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4143121438\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1413],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47314],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"CNA\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgermantown.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccgermantown.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 11:30:35','2026-03-19 11:30:35','fd6a170b-4484-4ac0-b068-40def60036eb'),
(47317,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Stacey Waterman\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"staceywaterman0@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12038866043\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1461],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47318],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking to continue doing what I love\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmeriden.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmeriden.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 11:53:38','2026-03-19 11:53:38','c9f3dc2c-400a-4ab9-affb-62ec384d641d'),
(47320,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Beverly Gwynn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"purplebeverly@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1315],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"What time is visiting hours?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 12:10:52','2026-03-19 12:10:52','1a2736f4-ea5d-4bef-b09c-61d7403d6ae5'),
(47326,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lori Campanelli\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"loricampanelli321@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1073],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"MY dad i going into complete care @ bayshore for rehab. I was looking to see if I can get info for my mom. She needs 24 hour care do to her walking with a walker, she falls, needs help getting dressed in the morning and at night. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholmdel.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholmdel.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 13:15:05','2026-03-19 13:15:05','f348c62c-6b6e-4c5a-a70e-c0f120bcdf84'),
(47330,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"BillyJack Perez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"thebillyjackexperience@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"13472790028\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47331],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"am excited to apply for the Food Service Director position within your division. With over 19 years of experience in food service operations, I have worked in a variety of settings, including institutional facilities such as jails, as well as in diverse restaurant environments. Throughout my career, I have developed strong leadership skills, operational expertise, and a passion for delivering exceptional service. I am confident that my ability to drive efficiency, lead teams, and foster a positive environment will make me a valuable asset to your company.\\\"\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 13:43:23','2026-03-19 13:43:23','a2852975-474c-492d-b3f1-9f38c186012d'),
(47335,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Linda MS Simon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sharpsimon@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Fourth Street-Friendship SDA Church\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1343],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good and Bless Day.\\nI represent the Womens Ministry Team at our chuch\\nWe personally know several residents at your facility.\\nTwo of whom are siblings of one of our church members, and have come to get acquainted with others.\\n My inquiry is in asking what is the protocol in having church groups come in to the facility.\\nThis not about  indoctrine, just wanting to spread a little joy and sunshine,\\nHope to hear from you.\\nSincerley with Thanks,\\nLinda MS Simon\\n\\n \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 14:29:18','2026-03-19 14:29:18','298dd8ac-7022-4b0b-95bb-5cde66623c2e'),
(47352,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sophie Rhoads\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@mimzysentertainment.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Mimzy\'s Entertainment LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1079],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\nI hope you’re doing well. I’m reaching out to connect with your event coordinator. We have recently taken over several contracts that have previously worked with you, and we would love the opportunity to assist with your upcoming events.\\nThank you, and I look forward to connecting.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 16:28:33','2026-03-19 16:28:33','e53e4949-1d13-42a9-9dff-5d986b4cb81c'),
(47353,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Petra Vargas\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Vargaspetra37@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Trying to fill out a job application, please send me the link. thank You. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 16:51:31','2026-03-19 16:51:31','c4bc2fca-cffc-4614-9f35-d911deb4c4c7'),
(47371,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sophia Lee\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sophia.primecleaners@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Prime Cleaners\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1329],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m reaching to see if you’d be open to a quick, no-pressure quote for professional cleaning services. We help businesses like yours create a spotless, welcoming environment that leaves a great impression on both clients and employees.\\n\\nIt only takes a minute, and it might be a great fit. Would you be open to a short call or quote this week?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 17:22:04','2026-03-19 17:22:04','307d1849-c86c-46e0-a9cb-e857042a81d8'),
(47396,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rachel Allan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rachel@jerseycommercialpainting.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jersey Commercial Paint\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI work in Toms River, and work for others in the community. I was hoping I could come by and offer a complimentary painting bid?\\n \\nThank you in advance for your response.\\n \\nWith best,\\n \\nRachel Allan\\nBusiness Development Rep\\nJersey Commercial Paint\\n(609) 380-7522\\nrachel@jerseycommercialpainting.com\\n \\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 19:36:43','2026-03-19 19:36:43','b6cff59c-0003-4fe7-851a-3bc15668fac4'),
(47407,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Bree Conard \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bree.conard4@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4432825016\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1269],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47408],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3192,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi my name is Bree Conard, \\n\\nI am graduating in May of this year. I am 18 years old and am looking into getting in the medical field. I do not have experience in these positions but am a great learner and would love any position i’m put in. Thank you! \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cccorsicahills.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cccorsicahills.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 20:14:42','2026-03-19 20:14:45','9ab76e04-3126-410e-abc0-8bb94357ed4c'),
(47410,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Greg Walker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gregbwalker@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1261],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\nMy mom (Vivian Walker) is currently inside a short-term rehab (Cadia Pike Creek) and we are looking for a long-term nursing residence for her.\\nWe wanted to find out:\\n\\n1) if you currently have available space (in Complete Care at Brackenville)\\n2) what the costs are\\n3) what needs to be done for the admissions process.\\n\\nGreg Walker\\n(267)632-3610\\nGregBWalker@icloud.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 20:27:20','2026-03-19 20:27:20','16866632-7bcf-49ac-80f4-f50c4c4b990f'),
(47423,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Serenity Cruz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jf_socserv2@alden.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Alden Estates of Jefferson\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1383],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, \\n\\nI have a resident who is interested in transferring to your facility. I am happy to send the referral if you could get me in touch with admissions! \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 22:16:50','2026-03-19 22:16:50','358dc52b-a4d2-4968-b18d-409b187a6eac'),
(47426,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rosemarie Archacavage\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rarchacavage@comcast.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[981],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"When are you going to put heat in the rooms who don\'t have any? My mother has been there and there has been no heat in her room since last weekend. This is unacceptable and will be reporting this to the state. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-19 23:08:40','2026-03-19 23:08:40','cac40b3a-d05b-4f79-a4ba-b93413d16615'),
(47526,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Rozaya \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"rozayasunlight123@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8483159436\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[945],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47527],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I’m\\nInterested in applying for dietary aide position \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccbeylea.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 04:16:09','2026-03-20 04:16:09','a3addce7-ef3f-417b-87d4-c1c7fd45fec7'),
(47646,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"David Bennett\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"David@wikithinkers.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Wiki Thinkers\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nDavid Bennett\\nWiki Thinkers\\nDavid@wikithinkers.org\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 11:29:56','2026-03-20 11:29:56','d1bf40c5-0e78-4c19-9b15-30225675fc3f'),
(47682,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"David Bennett\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"David@wikithinkers.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Wiki Thinkers\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1177],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nDavid Bennett\\nWiki Thinkers\\nDavid@wikithinkers.org\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 12:54:07','2026-03-20 12:54:07','e44e958f-62f7-4a55-8f47-dd097f20c950'),
(47684,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"David Bennett\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"David@wikithinkers.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Wiki Thinkers\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1041],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nDavid Bennett\\nWiki Thinkers\\nDavid@wikithinkers.org\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 12:54:30','2026-03-20 12:54:30','b39b3005-2434-4ec6-8b6b-682d2080017c'),
(47700,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gianna Cirincione \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gianna.cirincione@hmhn.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"St Josephs, HMH \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1109],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello I am the liaison for the hospital and facilities for HOMECARE. Please contact me for referrals. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 13:11:04','2026-03-20 13:11:04','a1e50718-1d26-4178-9e89-9dbffccf87c7'),
(47716,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nathan Stallings\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nathanstallings0@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14144885171\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2712],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47717],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchalescorners.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 13:29:12','2026-03-20 13:29:12','d4a2670e-dbb5-445d-ad46-80983d8b1c90'),
(47730,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"brenda sagarese\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sagaresebrenda@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"N/A\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"my husband, robert has alzheimers, mid to late stage. my elder attorney, goldberg is in the process of getting him onto medicaid but I fear it will take 6 months more (application has not been submitted). In the meantime, I cannot take care of him anymore. The cops are here almost every 3 day because he wont stay home and wonders. I am the sole caretaker. My daughter lives in PA and my son has 3 babies to care for. I had a stroke this past May and fear I will have another one with the stress I am incurring. My mom was a patient of yours back when st vincent first moved to cedar grove and I liked the care she had. Can you please contact me through email as I cannot talk on the phone in front of him. I am looking forward to hearing from you about getting him in asap.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 14:24:43','2026-03-20 14:24:43','f446e5fd-34ed-4133-a00a-3ba490aca9df'),
(47732,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Soniya Deshpande\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"Soniyad@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"6097213329\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1097],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I can easily spare couple of hours a week (weekdays) but not sure where to start in volunteering\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 14:39:47','2026-03-20 14:39:47','055c377d-6c80-4f51-823f-2ce33bf58156'),
(47739,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Christian Halstead\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"somebodycallchristian@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1389],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"my name is Christian Halstead. I applied For a CNA position at Ridgewood care center I received a text message notifying me that I needed to update my CNA certification. I was just reaching out to let you know that it has been renewed and I would like to schedule an interview today if possible I currently have another job as a live in Caregiver and my work week will be next week so that being said I won’t be able to have time for another interview until Monday the 30th The reason why I am applying is because I would like to transition from A live position to a second shift position as I will be going to EMT school in May so I just need something that can work around that schedule. I appreciate your time and I hope you have a great day!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 15:10:45','2026-03-20 15:10:45','a98e8a31-5ecc-42b1-8fff-9bb625a48292'),
(47750,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tiayonna\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tiayonna0911@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8482032684\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1011],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47751],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Resume \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccoceangrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccoceangrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 16:11:18','2026-03-20 16:11:18','05771bba-7eb3-477c-bae2-5dab860f729a'),
(47782,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Paul virgil Pittman\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"paulpittman33@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14435714919\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1289],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47783],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3194,3204,3198,3206,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Paul Virgil Pittman jr \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareheritage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 17:28:29','2026-03-20 17:28:29','66cb2070-db60-4057-8a34-116c7f526a2d'),
(47798,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Paul virgil Pittman\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"paulpittman33@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14435714919\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1289],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47799],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3194,3198,3206,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Paul Virgil Pittman \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 17:38:53','2026-03-20 17:38:53','5ecf8331-908b-485b-9e57-d3ca495000e1'),
(47812,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rachel Allan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rachel@jerseycommercialpainting.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jersey Commercial Paint\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI work in Voorhees Township, and work for others in the community. I was hoping I could come by and offer a complimentary painting bid?\\n \\nThank you in advance for your response.\\n \\nWith best,\\n \\nRachel Allan\\nBusiness Development Rep\\nJersey Commercial Paint\\n(609) 380-7522\\nrachel@jerseycommercialpainting.com\\n \\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 18:03:11','2026-03-20 18:03:11','aecd4ef1-cf8c-4605-a214-bc49c65f917d'),
(47814,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rachel Allan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rachel@jerseycommercialpainting.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jersey Commercial Paint\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI work in Voorhees Township, and work for others in the community. I was hoping I could come by and offer a complimentary painting bid?\\n \\nThank you in advance for your response.\\n \\nWith best,\\n \\nRachel Allan\\nBusiness Development Rep\\nJersey Commercial Paint\\n(609) 380-7522\\nrachel@jerseycommercialpainting.com\\n \\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 18:06:29','2026-03-20 18:06:29','fb104ef5-829e-430b-8aec-81df42f205bd'),
(47828,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Vincent McDernott\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"vfmcdermott@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7329860317\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[995],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47829],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in the Activity Assistant position with your organization. I am seeking an opportunity where I can contribute in a meaningful and positive way, and I believe my background in customer service, caregiving, and activity support makes me a strong candidate.\\n\\nIn addition to my experience in hospitality and direct support roles, I have served in an Activity Assistant capacity, helping plan and coordinate engaging activities for seniors and individuals with special needs. \\nI assisted with organizing recreational programs, encouraging participation, and creating a warm, inclusive environment where individuals felt valued and supported. This experience strengthened my patience, creativity, and ability to connect with people of different abilities and backgrounds.\\n\\nThroughout my work, I have developed strong communication skills, attention to detail, and the ability to remain calm and dependable in both structured and fast-paced environments. My time serving in the United States Air Force further instilled discipline, reliability, and a strong sense of responsibility.\\nI take pride in bringing kindness, professionalism, and a strong work ethic to every role. I would welcome the opportunity to contribute to your team and discuss how my skills and experience can support your organization.\\n\\nThank you for your time and consideration. I look forward to speaking with you. \\n\\nSincerely,\\nVincent J. McDermott\\n732.986.0317\\nvfmdermott@gmail.com\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclaurelton.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cclaurelton.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 18:27:20','2026-03-20 18:27:20','ab42cf0e-8c08-4289-b69d-bc42086f6056'),
(47835,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Matt Squire\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sandrasquire4mom@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1231],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My mother is currently in a short term rehabilitation facility and we are exploring options for long term care for 77 year old.  \\nLooking for availability and costs for long term care at your facilities at Complete Care at Phillipsburg and/or the Brakeley Park facilities.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 18:48:39','2026-03-20 18:48:39','068e56a0-b2b4-4ea1-b332-ca8c5c6aca24'),
(47837,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Gabriella Dobos\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"gabby.roro14@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2038193393\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1425],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47838],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareglendale.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareglendale.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 19:03:47','2026-03-20 19:03:47','01129245-bb22-42c6-a3ac-651d40cc69c6'),
(47840,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melanie \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Melanie.Velazquez@dhs.nj.gov\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Office of the Public Guardian \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1197],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nLooking to get an updated invoice on client Esposito, Joann. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 19:06:31','2026-03-20 19:06:31','3fa4364e-11a3-4745-b3ca-cc1b9f2738fc'),
(47841,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melanie Velazquez\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Melanie.Velazquez@dhs.nj.gov\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Office of the Public Guardian \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1197],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nI am looking to get an updated invoice for client JoAnn Esposito. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 19:07:11','2026-03-20 19:07:11','2a077754-0b06-4098-966e-c7e572195df6'),
(47848,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Amanda Dougherty \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"adougherty924@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2157303403\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47849],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi! I’d love to work at a place like this. If there are any open opportunities please reach out! I’m a recent Health Policy Administration graduate and looking for any entry level administrative opportunities. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 19:44:26','2026-03-20 19:44:26','34ebcafe-aeca-4c37-a601-a11208440ff7'),
(47851,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nathaly jimenez\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nathalyk24@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7185019614\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1243],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[47852],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have 10 plus year in recreation and I think my skills would be a great asset to your team \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccregent.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccregent.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 19:55:25','2026-03-20 19:55:25','733beacf-8528-4a58-9388-291c89690d96'),
(47855,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Dorothy Oneill \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dorothy1296@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12243922301\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1365],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dorothy O\'Neill resume \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccgrandeprairie.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccgrandeprairie.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 19:59:58','2026-03-20 19:59:58','721e223d-4697-4624-a138-45d97d491e86'),
(47858,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ramon  \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jrbenitez670@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"5153332728\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1389],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I have Expierence , I worked at woodlands creek I took orders from residents and cut fruit, washed dishes , and ran food\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccridgewood.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccridgewood.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 20:14:07','2026-03-20 20:14:07','0752a92e-fc83-4cb5-8027-55ee5cdc6dae'),
(47860,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rachel Allan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rachel@jerseycommercialpainting.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jersey Commercial Paint\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI work in Whiting, and work for others in the community. I was hoping I could come by and offer a complimentary painting bid?\\n \\nThank you in advance for your response.\\n \\nWith best,\\n \\naBusiness Development Rep\\nJersey Commercial Paint\\n(609) 380-7522\\nrachel@jerseycommercialpainting.com\\n \\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 20:32:48','2026-03-20 20:32:48','cf88d864-fcd9-45ae-838a-9fb2ce52fa52'),
(47928,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Thomas Nelson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"TCNelsonWrites@Gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1473],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello there!\\n\\nI just applied for your Activities Aide position and thought my resume may stand out as a little different than the others you will receive.\\n\\nAfter 8 years in advertising I am doing a switch in my career and going back to grad school to become a O&amp;M specialist. Most of my classes will be night classes and seeing as most of my future clients will be seniors, I thought it would make sense to get a head start working with them while in school.\\n\\nI have experience already setting up activities, as I have spent the past 12 years organizing, hosting, and promoting comedy shows and events all over Chicago. I truly believe I have the skills to support the current staff and bring your activities to a whole new level.\\n\\nI\'m happy to answer any questions or concerns you may have. \\n\\nThanks for giving me a chance,\\n- Thomas Nelson\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareblvd.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 22:50:55','2026-03-20 22:50:55','25eebbaf-44a3-4569-8efd-8ea3bf681088'),
(47929,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ashley Adkins\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ashleykins24@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'d like to apply to admit a family friend of mine. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-20 22:52:07','2026-03-20 22:52:07','67cb5fd4-f221-48b3-88dd-baf479748a10'),
(47950,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Carrie Boyko\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jboyko2@comcast.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1079],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m interested in visiting the facility. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-21 01:06:08','2026-03-21 01:06:08','eec813c8-7840-4dad-a50e-6fe7121f7533'),
(47966,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Adilene Coria\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"coriaadilene08@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6085907112\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1401],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Ih\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmaplegrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmaplegrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-21 03:32:32','2026-03-21 03:32:32','995fef8d-12e5-47dc-9543-30ef69a69cf0'),
(48152,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Daniel Bofah\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jkdanielbofah@yahoo.co.uk\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"908-251-7753\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1103],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[48153],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"\\nDaniel Bofah\\n03/20/26\\n                                          \\n\\nTo Whom it may concern\\n\\nI am excited to apply for the Licensed Practical Nurse (LPN) position at Complete Care Plainfield NJ. As a new graduate with training in patient care and medication administration, I am eager to contribute to your team’s success and provide excellent care to patients.\\n\\nSincerely\\nDaniel Bofah\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccplainfield.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccplainfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-21 13:59:27','2026-03-21 13:59:27','49f4b1b8-3bd1-469c-a527-b0ca3b93ac19'),
(48209,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ariel Anderson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"arielanderson0512@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9738193531\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[48210,48211],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi, I can’t wait to speak to you all ! Very excited to have the opportunity to apply here.I hope I meet your expectations! \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-21 15:37:24','2026-03-21 15:37:24','e150c48d-ef7e-4a51-aede-dee9d951cb90'),
(48216,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Myasia \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"myaslay19@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6402604250\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1085],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Myasia Thomas \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmercerville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmercerville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-21 16:04:48','2026-03-21 16:04:48','3bc9651a-8339-448a-8cc0-22314aa46678'),
(48218,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Makim richards\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"richardsmakim5@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3024808241\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1297],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for an job opportunity and was wondering if I’d be able to work with this company and bring a positive attitude and hardworking energy into the workplace \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarehillside.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarehillside.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-21 16:12:20','2026-03-21 16:12:20','eb578f55-7246-44cc-a3e3-ed46f52dc3cc'),
(48223,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rebecca Blanco\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"blancorebecca34@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Senior Support Club\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! My names Rebecca Blanco and I am on the board of the Senior Support Club at Scotch Plains-Fanwood High School. We are looking to work with assisted living/ nursing home facilities in the area. Please let me know if you would be interested in us partnering with your organization. Thanks!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-21 16:53:21','2026-03-21 16:53:21','ed72e205-90ee-4a1c-bc46-b68118777278'),
(48273,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Melvin Ayodele \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"melvinmalik2004@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8623906307\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1237],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[48274],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Melvin Ayodele\\u2028112 Callahan Ct\\u2028 Newark, NJ 07103\\n\\u2028melvinmalik2004@gmail.com\\u2028\\n973-517-1966 / 862-390-6307\\n\\u2028March 21, 2026\\nComplete Care\\u2028\\nHackensack, NJ\\n\\nDear Hiring Manager,\\nI am writing to express my interest in a position at Complete Care in Hackensack, NJ. Although I do not have a formal medical degree, I bring strong hands-on experience in customer service, safety, and fast-paced work environments, along with a strong willingness to learn and grow within a healthcare setting.\\nI am currently working at Under Armour, FedEx Ground, and Sky Zone, where I have built strong skills in teamwork, communication, and responsibility. At FedEx Ground, I handle packages efficiently and help train new employees, demonstrating leadership and reliability. At Sky Zone, I serve as a court monitor, ensuring the safety of guests and responding quickly to any issues. My experience as a security officer has also prepared me to maintain a safe and respectful environment at all times.\\nI am especially interested in working at Complete Care because I want to be part of a team that makes a difference in people’s lives every day. I am dependable, hardworking, and able to stay calm under pressure—qualities that are important in a healthcare environment. In addition, I hold a SORA license and lifeguard training certification, which reflect my commitment to safety and responsibility.\\nI would appreciate the opportunity to contribute to your team and continue developing my skills in a hospital setting. Thank you for your time and consideration. I look forward to the opportunity to speak with you.\\nSincerely,\\u2028Melvin Ayodele\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccprospectheights.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccprospectheights.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-21 19:46:21','2026-03-21 19:46:21','54a4a1e8-0cb2-492e-b1d1-d3653e3fb663'),
(48305,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Monique Perkins\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"momar74427@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like a copy of the services given to my mom during her stay.  Her name is Marion Walker  8/28/1928\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-21 20:29:16','2026-03-21 20:29:16','dd071650-2dd1-425c-bbf4-d43becfe5aff'),
(48329,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kirk G Robinson\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"boor0220@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18565714124\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"My name is Kirk Robinson I am a retired School Law Enforcement officer of 28yrs. After that I\'ve done sch. Crossing Guard 4 approx. 3yrs. I thnk moved onto Office cleaning which Ive done for approximately 5yrs which brings us to the present. I am available 4 employment n am willing to do task that are asked of me, thnku n hope 2b contacted soon!!! \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-21 22:35:28','2026-03-21 22:35:28','b6aa1d75-dbe5-4061-a938-76333c2e1175'),
(48341,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ann Delgado\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"squires1084@comcast.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My father has been a patient there in the past I can no longer care for him and would like to know how I would go about him becoming a resident there there wouldn’t be any money until his home is sold so I would just like a little more information please \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-22 00:46:10','2026-03-22 00:46:10','18cc5fe0-335d-4ba3-93c0-e427fcad33a7'),
(48342,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jesus Garcia \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"chinomya1992@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2672987267\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Thank\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-22 01:08:08','2026-03-22 01:08:08','c37acbe9-bcf7-445d-a67e-da003715c6d0'),
(48351,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ted Garcia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"garciaej012@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"N/A\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1129],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, my name is Ted and I’m a local artist who does guided painting sessions with groups and  I’d love to do a session with your residents. I provide all materials and guide participants step-by-step, keeping the atmosphere fun and low-pressure. Many groups enjoy this as a creative and social activity. If you’re interested please feel free to contact me. Thank you!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-22 02:39:56','2026-03-22 02:39:56','b03f1e3b-6ca3-4889-ad70-dc32e7b31015'),
(48543,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Shelby Livering \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"slivering425@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4436956361\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[48544],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I love making people happy. I’m a team player and I work hard in the work that I do. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmultimed.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmultimed.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-22 13:44:20','2026-03-22 13:44:20','9a350f8c-6c0c-4365-a1c3-a9771abaad18'),
(48560,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Nesma Mahgoub \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nesmamahgob@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7326984763\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1079],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[48561],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for CNA free program \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"http://completecareatmadison.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareatmadison.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-22 14:37:45','2026-03-22 14:37:45','b118f0b8-bc4f-49d2-9706-58c9a809e9b6'),
(48669,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Latoya Coleman\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lcc92110@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"16093467460\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[999],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[48670],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3198,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Seeking opening position \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmarcella.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmarcella.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-22 18:30:12','2026-03-22 18:30:12','0f8fc7ce-cbde-42f1-89ba-e68558abbcca'),
(48679,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"NEVAEH DARBY\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"nevaehdarby2006@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18482406195\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[957],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[48680],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"A College Nursing/ Psychology student looking to work \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebrick.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarebrick.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-22 19:37:38','2026-03-22 19:37:38','02b0005f-317e-40f6-8b14-c7e670b436d2'),
(48704,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Claudette\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"claudettetm@outlook.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I’d like to schedule a tour for this week. Permanent home for my mother. She had a stroke in 2018 and they’re still bedbound and paralyzed. She is at home with a living caregiver. We would like to have her placed somewhere clean with excellent care. She has Medicaid. Thank you \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-22 22:52:51','2026-03-22 22:52:51','0e61e2bf-9644-4ea6-b001-4378f416e9de'),
(48728,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Monique Antoinette Harris\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"moniqueharris1344@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19083619140\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1103],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I would love to come work for this company I am a very good worker and love people please give me a chance and call me in for a n interview thank you have a great day \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 02:37:31','2026-03-23 02:37:31','f5eaf881-3e39-43d1-9d02-1bc697b0306e'),
(48804,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Olivia Solomon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olivia.solomon.mkt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1353],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\nI would like to share a few suggestions for your website. No cost and no obligation—just an opportunity to review how we can improve your website and leads, increase organic traffic, and boost your ranking visibility.\\n\\nWould it be okay to send you the suggestions I have in mind?\\n\\nThank you in advance\\nOlivia Solomon\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 04:57:11','2026-03-23 04:57:11','23eeedee-888d-497d-8d7b-f36ba5b120af'),
(48950,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Keerra ferrell\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ferrell.keerra14@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4109602699\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[48951],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi, my name is Keerra. I’m applying for the Dietary Aide position. I have about 6 months of experience working in nursing homes as a dietary aide, and I’ve also trained as a cook.\\n\\nI’m currently looking for a full-time schedule and I have open availability. I also have reliable transportation, so I’m able to be on time and consistent with my shifts. I enjoy working in healthcare settings and take pride in helping residents with their meals and overall care.\\n\\nI’m dependable, hardworking, and eager to continue growing in this field. Thank you for your time and consideration—I’d love the opportunity to be part of your team.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 12:34:27','2026-03-23 12:34:27','50f03a27-dbb6-4b09-9ccf-956a846cb097'),
(48962,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"David Bennett\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"David@wikithinkers.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Wiki Thinkers\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nDavid Bennett\\nWiki Thinkers\\nDavid@wikithinkers.org\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 13:26:20','2026-03-23 13:26:20','e2fc32d5-175a-4d1b-a3b1-f8646437274a'),
(48963,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lizbeth Marquez\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lmarque05@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1103],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello good morning i heard about your CNA program and i am interested in joining i would love to become a CNA i worked in healthcare i have experience if you can please call me or txt back my number is 9082464458\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 13:40:02','2026-03-23 13:40:02','63ff3e2c-eae8-4198-b5f4-cf58e354d545'),
(48965,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"David Bennett\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"David@wikithinkers.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Wiki Thinkers\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1249],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nDavid Bennett\\nWiki Thinkers\\nDavid@wikithinkers.org\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 13:50:43','2026-03-23 13:50:43','085b4c57-f8cd-4261-8d56-55a716510fa1'),
(48966,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marisol Segovia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"marisol.segoviia@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1289],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I was wondering if in this facilities you have a program or offer care 24/7 for patients with dementia. If so, what is the process and the pricing.   \\n\\nThank you. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 13:56:33','2026-03-23 13:56:33','d6e9e838-3b1d-4a7b-bc4b-e46426a3c325'),
(48972,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Asia L Griffin\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Asia.griffin@aim.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12626939807\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[48973],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for a partner time CNA position for second shift \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 14:19:36','2026-03-23 14:19:36','7b1c7180-39bb-42b8-9e92-122c4831f4e1'),
(48976,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Margaret Van de Kamp\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Vandekampm@lakeland.edu\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9202875983\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1377],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[48977],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I know we never met formally. Despite such we will make a great team! When you meet me the wait will be worthwhile. My skill set: compassion, professionalism, willing and able to learn, able to work alone and with others. Have a great day! Margaret Van de Kamp, CNA, MA-C, MA-SPED\\n(920)458-1086\\n(920)287-5983\\n\\nWe all know time waits for no man! All of us are not able to be in more than one place at a time. \\n\\nIt is saddest when we are provided with two equally lovely positions. \\n\\nRegards, \\n\\nMargaret Van de Kamp, CNA\\n\\nMy forte is with widows , and the geriatric , or rehab individuals , as I\'ve taken care of family as we cared for each at home until end of life, and/ or short term rehab. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 14:44:03','2026-03-23 14:44:03','5ce4572f-1e7c-4056-8f97-fe924ba1d942'),
(48978,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Quede Howard \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"quedehoward@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Subject: Application – Director of Labor Relations\\n\\nHello, I recently applied for the Director of Labor Relations role with Complete Care and wanted to express my strong interest.\\n\\nWith 10+ years of HR leadership in healthcare and multi-site environments, I bring experience managing employee relations, leading investigations, and supporting leadership through complex workforce matters. I’ve partnered closely with operations to navigate grievances, ensure compliance, and drive structured, scalable HR strategies.\\n\\nI’m especially interested in expanding deeper into labor relations strategy, including union engagement and negotiation support, and contributing to a growing healthcare network like yours.\\n\\nIf you’re part of the hiring team, I’d appreciate the opportunity to connect.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 14:56:09','2026-03-23 14:56:09','a56d1a84-0918-46e3-9043-7d83cf042c5e'),
(49021,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Martin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"angconjam@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I am looking for information about your facility for my mom who has dementia. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 16:47:52','2026-03-23 16:47:52','295a9259-651c-4a66-8489-c6f2c513232f'),
(49023,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ayone White\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yonejonnay.13@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello!\\n\\nMy name is Ayon’e White. I had interest in the CNA Training Program that you guys offer through Wisconsin Caregivers. I was hoping to get some information on the program if you guys still offer it. \\nThanks! \\n\\n-Ayon’e W.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 16:48:31','2026-03-23 16:48:31','c6c1c091-8513-4bdd-a660-95e2009b1eb6'),
(49035,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Yessica\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"yessicadejesus0920@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9738160205\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1197],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"H\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchamiltonplaza.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cchamiltonplaza.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 17:05:37','2026-03-23 17:05:37','e17dbe88-b651-4c2f-9119-dc0e485e437b'),
(49105,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Aristine Butler\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"aristine.butler@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4437605185\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1255],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49106],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Greetings, my name is Aristine Butler .\\nI am currently  seeking position  as Director of Nursing  with your company in Annapolis , Maryland. I have over 20  years of experience in hospital and long term care and would be a great fit for your company . \\nPlease call me : 443-760-5185 \\nEmail:Aristine.bitler@yahoo.com\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 18:33:24','2026-03-23 18:33:24','b0bc7ff6-e924-4240-8083-3b18ddbb45c0'),
(49107,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Aristine Butler\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"aristine.butler@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4437605185\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1255],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49106,49108],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I sent a previous  resume . My\\nCorrect\\nEmail : Aristine.butler@yahoo.com\\nThank you . \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 18:35:18','2026-03-23 18:35:18','b43e238e-e8dd-4418-a207-8d853b82decd'),
(49116,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sonia Lewis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sonia@truesparklecleaner.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TrueSparkle Cleaner\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI’m Sonia with TrueSparkle Cleaner, helping businesses in Hackensack keep their offices clean, healthy, and professional.\\nI’d be happy to stop by and provide a complimentary cleaning bid—no obligation.\\n\\\"They deep cleaned our floors and I’ve never seen them look this good. Very responsive and the price was perfect!\\\"\\n— Abby Matthews\\nWould a quick visit this week work for you?\\n\\nBest regards,\\n\\nSonia Lewis\\nBusiness Development Rep\\nTrueSparckle Cleaner\\nsonia@truesparklecleaner.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 19:13:46','2026-03-23 19:13:46','e7068bf3-010b-4f09-8f9d-af1607344b53'),
(49117,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mark Manning\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mark.manning4@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1261],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, We are looking for a short-term rehab for my mother. She is due to be discharged soon from Christiana Hospital and will be in need of physical therapy and assistance with entering/exiting the bed and restroom.\\nRegards,\\nMark\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 19:27:34','2026-03-23 19:27:34','d0fb48f5-97e5-41ac-a5e5-0d48717bfd29'),
(49124,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Melissa Sierra\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"MelissaMimosaSierra@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"2625975677\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1365],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I would love to volunteer some time with my 2 kids ages 7 and 10\\n\\nMaybe play some games with some people or just spend time with some new friends \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 20:13:09','2026-03-23 20:13:09','855e5ef9-bbbe-4590-bd40-4e73112889a8'),
(49132,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lydia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lydiaesperati@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1261],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, my name is Lydia Sperati. Two of my classmates and I are interested in volunteering at your facility. We are all 15 years old and would appreciate any information about available opportunities or requirements. Thank you for your time.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 20:43:49','2026-03-23 20:43:49','c1736daa-8ad4-4afb-a4a0-5e0c7c4302fd'),
(49141,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melissa Madson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"nama@charter.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for short term rehab for my Dad. He has a recent broken shoulder, needs to regain strength in order to heal, along with more cares than can be done at home. Please let me know if this is possible. Thank you\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsouthpointe.com, GOLeary@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 22:48:26','2026-03-23 22:48:26','de050659-ac83-4dca-ab4e-925757b3c8b3'),
(49148,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kamica Sellers\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kamicasellers@outlook.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2016998624\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1215],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49149],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager, \\nI’m very excited to apply for the Dietary/Food Service Position and I look forward to a new work friendly Professional environment at Complete Care at Inglemoor. \\nWith my years of experience. I am positive I can bring forth all your expectations. \\n\\nSincerely,\\n\\nKamica Sellers \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccinglemoor.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccinglemoor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 23:21:49','2026-03-23 23:21:49','bbc10dab-d441-4ef6-a9c0-3b7e9d50dc23'),
(49150,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jane Carney\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mrsjanecarney@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1143],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Would like to tour facility. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-23 23:28:58','2026-03-23 23:28:58','f2a71579-cbf4-4cf3-9def-191313312165'),
(49156,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Audrianna Wright\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Audriannawright@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"14149165021\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49157],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 00:07:08','2026-03-24 00:07:08','9f453637-f458-4802-8299-0eef48ba6cf0'),
(49171,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Belinda N Courts\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"bcourts1111@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17736630622\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49172],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3206,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Review resume \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 01:15:55','2026-03-24 01:15:55','ed730d5d-ecfb-4c36-a5de-1b7f08ccb84f'),
(49175,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Zinnia Dorrell\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ZinniaDorrell19@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8609334926\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1461],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49176],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in the Dietary Aide or Environmental Services position at your facility. I am highly motivated to begin working as soon as possible and am eager to contribute to a team that provides quality care and support to residents.\\n\\nI am a reliable and hardworking individual who is willing to learn quickly and take on any responsibilities needed. I am comfortable working in fast-paced environments, following instructions, and maintaining cleanliness and organization. I understand the importance of teamwork, especially in a healthcare setting, and I am committed to helping create a safe and positive environment for both residents and staff.\\n\\nAlthough I may be new to this type of role, I am very willing to be trained and take my responsibilities seriously. I am also flexible with my availability and able to work evenings, weekends, and holidays if needed.\\n\\nThank you for your time and consideration. I would appreciate the opportunity to discuss how I can contribute to your team.\\nSincerely,\\nZinnia Dorrell\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmeriden.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmeriden.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 01:52:43','2026-03-24 01:52:43','c6788ded-449b-404a-a50f-0cac9bf58cf0'),
(49177,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Zinnia Dorrell\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"ZinniaDorrell19@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8609334926\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1461],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49178],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in the Dietary Aide or Environmental Services position at your facility. I am highly motivated to begin working as soon as possible and am eager to contribute to a team that provides quality care and support to residents.\\n\\nI am a reliable and hardworking individual who is willing to learn quickly and take on any responsibilities needed. I am comfortable working in fast-paced environments, following instructions, and maintaining cleanliness and organization. I understand the importance of teamwork, especially in a healthcare setting, and I am committed to helping create a safe and positive environment for both residents and staff.\\n\\nAlthough I may be new to this type of role, I am very willing to be trained and take my responsibilities seriously. I am also flexible with my availability and able to work evenings, weekends, and holidays if needed.\\n\\nThank you for your time and consideration. I would appreciate the opportunity to discuss how I can contribute to your team.\\nSincerely,\\nZinnia Dorrell\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmeriden.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmeriden.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 01:54:16','2026-03-24 01:54:16','52a97d78-8892-41d0-a06f-431818c838b3'),
(49188,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Adonay Sanchez \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sewey4life@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1371],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I owe 5 hours of community service, I hoping I can volunteer here with you guys. I love helping people and am very reliable and am always handy for anything.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckensington.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckensington.com, GOLeary@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 02:47:55','2026-03-24 02:47:55','3bb2a7c3-c343-4987-9d84-f25e1709f483'),
(49224,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Natalie Ortiz \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"natalieortiz0711@icloud.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"18622902279\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1185],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello, I am currently a junior at Montclair State University majoring in Public Health Administration. I am reaching out with a genuine interest in volunteering at your multi-service senior living community in Chestnut Hill, Passaic.\\nI have always had a strong passion for helping others and creating meaningful connections within my community. Whether it\'s making someone smile through a friendly conversation, playing a board game, or even sharing a story. I would also love to contribute by having activities like crafts, book readings, anything truly that encourages engagement and joy among the residents. \\nAs someone who was born and raised in Passaic, giving back to my community is very important to me. I am open to helping in any way needed, including spending quality time with residents or assisting staff with daily activities. \\nAdditionally,  I am completing this form as part of a requirement to hopefully find an observational site where I can volunteer for 20 hours. However, beyond this requirement, I am genuinely excited about the opportunity to learn, grow, and make a positive impact through hands-on experience.\\nThank you so much for your time and consideration. I would truly appreciate the opportunity to contribute to the community and support your residents in any way I can . \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 04:31:28','2026-03-24 04:31:28','2b7e2319-e702-4e6f-bfc7-8e2eb0a98116'),
(49331,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Christine Jones\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Christjones1158@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17159663579\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1371],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49332,49333],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Please contact with any questions \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckensington.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cckensington.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 07:03:03','2026-03-24 07:03:09','b091435e-9936-4a4b-aea6-869361710ade'),
(49425,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Mary Navarro\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"maryjoylumanog26@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+639158592215\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1315],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49426],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good day!\\n\\nBy any chance,do you need any help with the following?\\n\\n-Insurance Verification/Authorizations\\n-Customer Service/Front desk tasks\\n-Medical billing/coding\\n-Collect and verify demographics, insurance info, and ID\\n-Monitor and manage incoming faxes ( MD orders)\\n-Data Entry / Virtual Assistant Tasks\\n-Calendar management\\n-Email management\\n-Billing/Payroll\\n-Google Suite and Microsoft skills.\\n-Knowledgeable HIPAA regulations and healthcare privacy practices.\\n\\nIf so, I Worked with over 7 US Physical Therapy Clinic and Home Health/ DME Providers and other Healthcare facilities.\\nAs an expert in this industry I always bring out creative and fresh ideas that convert it as actual sales.\\n\\nPlease, see my attached resume link.\\n\\nLet\'s get down to business,\\nMary\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmultimed.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmultimed.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 10:38:38','2026-03-24 10:38:38','74f2b50b-74c8-422b-99eb-d58584e7bdb2'),
(49427,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amy Wilson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amy.wilson@propageprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Page Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nAmy Wilson\\nSales Executive\\nPro Page Profiles\\namy.wilson@propageprofiles.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 10:38:48','2026-03-24 10:38:48','5bbd7368-35c0-47ea-b748-b78cc21ebc70'),
(49444,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hannah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hannahv.132@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1467],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello!\\n\\nAre you accepting Easter basket donations for residents? If so, do you know how many you would need? I’ll try my best to fulfill one for every resident! \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 12:02:26','2026-03-24 12:02:26','f2691985-cb88-42f8-bbdf-e47ede02e48c'),
(49447,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melissa Therrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"melissatherrien83@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Seo Tech\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1413],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Re: SEO Report\\n\\nHello Good Morning,\\n\\nI was checking your website and see you have a good design and it looks great, but it\'s not ranking on Google and other major search engines.\\n\\nWith your permission I would like to send you a SEO report with prices showing you a few things to greatly improve these search results for you. These things are not difficult, and my report will be very specific. It will show you exactly what needs to be done to move you up in the rankings dramatically.\\n\\nKindly let me know if you would be interested so we can email you more details or schedule a call.\\n\\nThanks &amp; Best Regards \\nMelissa Therrien\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgermantown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgermantown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 12:43:35','2026-03-24 12:43:35','078a351d-2f56-44a2-b02d-7866bdb5a7a6'),
(49451,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kadian Brown\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Kadianbrown551@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8629448332\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1231],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49452],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Please don’t hesitate to reach out to me if there’s any openings. Thank you!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccphillipsburg.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccphillipsburg.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 13:21:01','2026-03-24 13:21:01','09b176fa-6d46-4331-8e26-84e40b225960'),
(49487,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Michael Meade\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"michael.p.meade1228@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18053400524\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1085],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49488],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208,3204,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, thank you for taking my resume into consideration. I hope to hear from your hiring team soon. Thank you very much for this opportunity.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmercerville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmercerville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 15:02:12','2026-03-24 15:02:12','6847693e-c2a2-4c9a-8a6a-80274bf3fd4d'),
(49494,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daniel Bofah \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jkdanielbofah@yahoo.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Complete care Plainfield \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Check the status of my application \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 15:17:21','2026-03-24 15:17:21','db93ebb2-9ac2-44d6-878a-65979cac3e9f'),
(49514,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kelyn Shider\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kelyndesigns@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"16102487794\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1059],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49515],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Seeking a position, which will provide an opportunity for growth and advancement.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareclark.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareclark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 16:14:11','2026-03-24 16:14:11','ccfa4fb7-5897-478d-aa9d-d23ae46dbee2'),
(49520,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jasmine Alfaro \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jasminealfaro26@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+18482411042\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[957],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49521],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi this is Jasmine Alfaro thank you for your time looking at my resume I hope I hear from you soon. Thank you.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebrick.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarebrick.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 16:38:10','2026-03-24 16:38:10','bcdf0d44-7711-4eee-8006-ec12228c367f'),
(49522,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Mikasha Conley \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mikasha.conley@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4147508359\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[2712],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49523],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Caregiver \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cchalescorners.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cchalescorners.com, GOLeary@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 16:39:56','2026-03-24 16:39:56','2786f3a1-44a3-48b1-9f22-039008a77e24'),
(49526,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Becky Schultz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"reschultz@waupun.k12.wi.us\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Waupun Area Jr/Sr High School\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1353],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am the choir director at WAJSH.  I would like to bring some 7th &amp; 8th grade students to perform their solo &amp; ensemble pieces.  We did this last spring in the chapel and it was streamed to the rooms while some listened in person.  I am wondering if we could come in on April 9th or 10th in the morning 10:30-11:00ish.  Let me know or have the activities director reach out with another option. Thank you!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccchristianhome.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchristianhome.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 17:23:30','2026-03-24 17:23:30','73b4567f-5334-4a2d-8c4f-831b9ae499ac'),
(49528,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Steven Michael Poe\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"StevenPoe298@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2672544924\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49529],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"\\\"With over 20 years of progressive EVS leadership in healthcare — including Director and Operations Manager roles at hospitals and skilled nursing facilities ranging from 175 to 252 beds — I am confident I can bring immediate value to your team as District Manager. I have managed union and non-union staffs of 43+, overseeing scheduling, budgeting, supply ordering, quality assurance, and staff development across multiple accounts simultaneously. I am a hands-on leader with a proven record of maintaining the highest sanitation and operational standards, and I would welcome the opportunity to bring that experience to your organization.\\\"\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 17:57:15','2026-03-24 17:57:15','ec459626-225c-47fc-87b5-6be19c286110'),
(49531,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Million Brown\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"millionbrown2@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9083916371\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[957],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am applying for the dietary/dishwasher position at Complete Care in Brick. I am currently finishing high school and have experience working in a similar role at Bartley Healthcare, where I handled dishwashing, kept the kitchen clean, and helped maintain a safe and organized environment.\\n\\nI am reliable, work well in fast-paced environments , and understand the importance of cleanliness in a healthcare facility. I am always willing to learn and help wherever needed.\\n\\nThank you for your time and consideration. I look forward to the opportunity to speak with you.\\n\\nSincerely,Million Brown\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 18:04:29','2026-03-24 18:04:29','9b63026b-86af-49b8-b6ef-be78d0a48350'),
(49534,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Janice Hodor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"janice.hodor@holycrosshealth.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Holy Cross Cancer Center\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1349],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello. I have called to request a patients updated medication list but have been unable to speak with anyone.  Do you have a fax number I can send a request.\\nThanks\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 18:09:44','2026-03-24 18:09:44','5ebe6f23-e45d-41a3-9d7b-f8f53233928e'),
(49557,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Taquita Johnson \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"makitalee35@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9738169736\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49558],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Attention Housekeeping \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 19:11:14','2026-03-24 19:11:14','37681907-6fa8-4342-b747-0dd82e4cfde0'),
(49560,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Taquita Johnson \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"makitalee35@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9738169736\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1185],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49561],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Attention Housekeeping \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccchestnuthill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Info@ccchestnuthill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 19:14:00','2026-03-24 19:14:00','699edead-2267-4ac2-9caf-33db6503db6d'),
(49565,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Taquita Johnsin \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"makitalee35@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9738169436\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1237],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49566],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Attention Housekeeping \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccprospectheights.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccprospectheights.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 19:16:21','2026-03-24 19:16:21','ea840b6e-3e7c-4e56-bdbf-c323333cdeeb'),
(49604,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Priya Fox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"PRIYA.FOX@DOH.NJ.GOV\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1023],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My daughter is a sophomore in Stockton University\'s nursing program and is looking for a summer job in Monmouth County.  Do you have any opportunities for her?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 20:35:14','2026-03-24 20:35:14','ca69ec74-71f7-4bdc-9521-cfdc4dbc1a02'),
(49609,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Arnold\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"arnoldjennifer242@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1389],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Do patients receive mail/ packages.  If so, how do I go about doing this. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccridgewood.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccridgewood.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 21:24:25','2026-03-24 21:24:25','8434d9b5-b8a3-4a6a-ba94-b2f5f1274f19'),
(49611,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tianna Caldeira\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"summergirl_2002@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1461],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m interested in a Kitchen/Waitress position.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 21:28:42','2026-03-24 21:28:42','cb1a7846-b1fb-4dc5-b663-17c108ba25b1'),
(49617,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Liana Alba \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lianaalbaaaa@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8622766631\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49618],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I want to work at Complete Care because   I enjoy helping others and making people feel cared for. I am patient, friendly, and like building connections, especially with people who may need extra support. I would love to brighten residents’ days, whether that’s through conversation or helping with daily tasks. This job fits my caring personality and allows me to make a positive impact.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccfairlawnedge.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccfairlawnedge.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 22:00:33','2026-03-24 22:00:33','53304386-9703-4f07-8618-40b7029de7e9'),
(49633,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chuck  Lazar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cdlazarjr@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[957],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My 78 year old mother is going to need assisted living care in the near future for dementia. My Father was in this facility about 15 years ago. I\'m not sure of the process going forward. Can I set up a visit next week?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-24 23:30:37','2026-03-24 23:30:37','24ee389e-c563-4944-ae6d-dafa1e4a0772'),
(49647,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Teresa Reeves\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"treeves913@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good evening I keep leaving messages and no callbacks. I was wondering if somebody could please either email me or contact me at 917-681-7975\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 00:11:09','2026-03-25 00:11:09','2974ad18-b663-4f05-893b-8df3801e2009'),
(49653,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lee McNeel\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"leemcneel@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi want to look for pricing for my mother, please contact me (973)580-6612.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 00:48:19','2026-03-25 00:48:19','ee15127f-ba63-4705-ad03-5e35344cf79b'),
(49666,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kinesha Whitaker \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kineshaloves@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I went there for the first time to deliver a patient food. As soon as I got off the elevator on the second floor I was met with a horrible stench. As I walked the piss scented halls to get to my destination, all I heard were screams of desperation. Patients were pleading for help at the top of their lungs. I even heard a weak voice trying to get someone’s, anyone’s attention. Coming from one room someone was even begging for death! All while the staff was just standing there doing nothing! I asked one of the nurses was the patient okay and she responded “that’s just his behavior” That may have been acceptable if the cries were coming from only one room but it was every other room! The place is a nightmare. Someone needs to do something !\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 01:57:00','2026-03-25 01:57:00','60e335db-ff63-4c3d-bfe9-5aee6df87b7a'),
(49698,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Imani \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"imanifree21@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6097409732\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49699],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I was interested in the job hope to hear from you guys.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 02:45:47','2026-03-25 02:45:47','6789060a-0fc5-4e1a-85d0-b5b9f32d81e1'),
(49701,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cindy Hahn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"thekid1892@icloud.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Interestingly my mom worked there a long time ago.  We are looking for Assisted Living with maybe SNF when Medicaid goes thru.  She is legally blind, CKD stage 5, COPD, hypothyroidism, status post lung cancer stage 1- surgery removed it all.  Can you please advise of prices.   Be nice if her years working there would benefit her now she needs assistance lol.   Thx for any information Cindy Hahn\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 02:47:38','2026-03-25 02:47:38','5065541b-913d-4657-85af-029fba7cd375'),
(49719,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Diane Paquette\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"paquettes2@live.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am looking for assisted living for my Mom. A place where she can stay when she needs more care. She is 90.  \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 03:15:33','2026-03-25 03:15:33','bd512b99-b8ef-4f85-aedf-4ba7e66e0bb7'),
(49729,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sweta Goel\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sgoel@primeneurologynj.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Prime Neurology\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1191],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi!\\nMy name is Dr. Sweta Goel  and I am the founder of  Prime Neurology in Fair Lawn. We recently saw a patient from your facility and upon looking up online we noticed that our office is located quite close to your facility. Hence, I wanted to reach out to introduce myself and learn more about your team and the care you provide.\\nMaybe we can have a brief chat with the Medical Director or the DON at your facility and see how Prime Neurology can be a resource for you.\\n\\nI look forward to connecting.\\nBest regards,\\n\\nDr. Sweta Goel\\nPersonal Cell: 339-293-7686\\n\\nPrime Neurology\\n15-01 Broadway, Suite 32\\nFair Lawn, NJ 07410\\nOffice Phone: 551-252-5316\\nprimeneurologyNJ.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 03:41:34','2026-03-25 03:41:34','cd1aea2e-85b3-49cd-b0ff-b7c2d05f76be'),
(49807,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gloria Mueller\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"muellergloriamkt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey\\nYour website\'s design is absolutely brilliant. The visuals really enhance your message and the content compels action. I have forwarded it to a few of my contacts who I think could benefit from your services.\\n\\nWhen I was looking at your website, though, I noticed a slight issue re: your SEO that I thought you might not be aware of. It is a relatively simple fix. Would you like me to write it up or share issue with you? If this is a priority, I can also get on a call.\\n\\nRegards,\\nGloria Mueller\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 09:10:45','2026-03-25 09:10:45','ff15c5a2-fa69-4b26-8f78-357c6f381ded'),
(49843,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Penelope E. Mauer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"penelopemauer@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12155847122\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1085],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49844],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Goodmorning,  \\n\\nI am interested in a full-time Social Work position at Complete Care.  I hold my LCSW and have many years of patient care experience including discharge planning.  \\nThank you, \\nPenelope Mauer,  LCSW \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmercerville.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmercerville.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 12:17:39','2026-03-25 12:17:39','7470be0c-ae07-4aa8-a89d-5f3c33fee89d'),
(49845,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Joe Patrick\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"joe@oneosevenrcm.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"One O Seven RCM Credentialing &amp; Medical Billing Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\nI hope you’re doing well. At One O’ Seven RCM, we’re dedicated to helping healthcare practices whether new or established streamline medical billing, credentialing, and revenue cycle management. Our goal is to reduce your administrative burden while keeping costs efficient. \\n•       50% off credentialing services\\n•       Billing services at 2.49% of monthly collections\\n. Would you be open to a quick call or virtual meeting to see how we can support your practice’s growth?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 12:20:10','2026-03-25 12:20:10','a43186d5-f44f-4938-8d7d-53c002b9673b'),
(49848,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Wilma Tyer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wtyer@purevibejanitorial.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"PureVibe Janitorial\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n \\nI was recently visiting clients in Groton and came across your business, so I wanted to reach out.\\n \\nWe help local companies keep their facilities clean with reliable service and detailed inspections. Would you be open to a no-obligation cleaning quote?\\n \\nHave a great day!\\n\\nWilma Tyer\\nBusiness Development Rep\\nPureVibe Janitorial\\nwtyer@purevibejanitorial.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 12:44:44','2026-03-25 12:44:44','f0a11d1e-65c4-4488-93b8-2026c6f3bfcd'),
(49882,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jermani Washington\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"jermaniwashington49@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2159108903\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1297],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi my name is Jermani I’m 20 I been a  health aid for 2 years \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarehillside.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarehillside.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 13:33:07','2026-03-25 13:33:07','4d207707-4954-4117-acdd-1f54228949ef'),
(49951,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Julia Barker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"JuliaMaeBarker@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I’m looking for a nursing home for my mother. She is bed bound on a feeding tube. Do you have a facility in the Annapolis area that has room? She would be self pay. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 14:25:07','2026-03-25 14:25:07','f8c32653-009c-40ee-a336-34a7c3fb9693'),
(49962,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Penelope E. Mauer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"penelopemauer@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12155847122\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49963],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, \\n\\nI hold my LCSW and have many years of experience in patient care and discharge planning.  I am interested in a full-time Social Work position.  Please review my resume for open positions. \\nThank you, \\nPenelope Mauer, LCSW \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 14:32:45','2026-03-25 14:32:45','32d69275-0178-4df7-9507-e160d9d93d3c'),
(49973,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Penelope E. Mauer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"penelopemauer@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12155847122\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1097],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[49974],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello, \\n\\nI hold my LCSW in NJ.  I have many years of experience in patient care and discharge planning.  Please review my resume for full-time Social Work position.  \\nThank you, \\nPenelope Mauer,  LCSW \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccparkplace.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccparkplace.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 14:36:59','2026-03-25 14:36:59','cc15013a-87d4-4f5f-8f03-6613a585e662'),
(49981,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Anny Tapia\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"annytapia85@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9734380141\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1185],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Thanks for the opportunity \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 14:42:36','2026-03-25 14:42:36','66a3294f-8308-4408-a3e1-29b4b2a6fb22'),
(49985,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Anny Tapia\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"annytapia85@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9734380141\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1161],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Thank for opportunity\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 14:45:34','2026-03-25 14:45:34','4b420d7c-3f77-47fb-8add-45deaff7a37d'),
(50003,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shari Kinsman\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sharikinsman@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1023],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, My step-daughter lives at the facility in Shrewsbury, Jennifer Giampetro. I am wondering what possible services are available on the television infrastructure. For example, Jenny has requested Netflix. Is Netflix available if I purchase a subscription? Is Disney available, if I purchase a subscription? \\nThanks very much.\\nKind regards,\\nShari\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 15:03:12','2026-03-25 15:03:12','6ee73399-9085-418a-912e-01ce4962407a'),
(50012,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Doug Alford\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"dougkalford1@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4452846323\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[989],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50013],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking for a part time job in either dietary or housekeeping . \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckressonview.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cckressonview.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 16:41:36','2026-03-25 16:41:36','674378fe-4a58-467a-b69a-321bb2381ebf'),
(50014,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Lainey Rickard\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lrickard2345@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6085745392\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1383],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50015],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am writing to you today to apply as a CNA at complete care Nazareth house. I am a hard working dedicated CNA. Continually Striving to provide a high level of care to patients/ residents. As a CNA I have worked with a variety of patients of different ages and conditions. I am highly organized and dependable with the ability to provide compassionate care. I am knowledgeable with patient care and I am also able to easily communicate with patients and families. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccnazareth.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccnazareth.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 16:55:27','2026-03-25 16:55:27','57fe9036-e59f-4958-9cc0-132627495c33'),
(50023,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cristine Chickadel\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cristine.chickadel@comop.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Community Options, Inc.\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Afternoon,\\nWe recently visited your facility. Community Options is seeking referrals for new development in Atlantic and Cape May Counties. \\nOur agency provides supported community housing for individuals with Intellectual and developmental disabilities.  We are seeking referrals specifically for those transitioning from a skilled nursing facility, hospital or developmental center. I\'ve attached images of our newest regional homes. I would be happy to discuss further and offer any support in facilitating any referrals for community placements.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 17:44:04','2026-03-25 17:44:04','d7113760-f518-4c82-94de-19e0650143e1'),
(50047,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Andrea Napenas\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"naenapenas@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2013348333\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1215],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50048],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in the Dietary / Food Service or Administrative /Business office position at your facility. With my previous experience working in a fast-paced restaurant environment as a supervisor, I have developed strong skills in food preparation, cleanliness, teamwork, and customer service and office work.\\n\\nI am a dependable and hardworking individual who takes pride in following food safety standards and helping provide quality meals to customers. I am also very comfortable working in a team, office environment, staying organized during busy hours, and making sure tasks are completed efficiently.\\n\\nI would greatly appreciate the opportunity to join your team and contribute my skills and positive attitude to your food service department. Thank you for your time and consideration, and I look forward to hearing from you.\\n\\nSincerely,\\nAndrea Napenas\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccinglemoor.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccinglemoor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 18:13:49','2026-03-25 18:13:49','e4ffeaaa-58a3-4282-b3ed-c0afed782c9b'),
(50064,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"donna van seeters\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"donnavanseeters@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8625919048\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1225],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50065],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello:  I\'m looking for something part time or full time.  I\'m currently retired. My company moved out of state in 2021, So, I retired early from my job. I would like to get back into the work force.  If you have any open positions you feel would be a good fit for me. I would appreciate hearing from you.  Thank You for your time.  Best Regards, Donna Van Seeters\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmilfordmanor.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccmilfordmanor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 18:44:17','2026-03-25 18:44:17','74ae6e96-afc5-47ca-a376-aabf74bc2e37'),
(50174,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jonathan Allen\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"johnny101985@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9737675445\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1185],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50175],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Experienced Maintenance worker\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccchestnuthill.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Info@ccchestnuthill.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 18:58:33','2026-03-25 18:58:37','df7b02be-1480-4906-8454-18334f387bc0'),
(50269,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tianna Caldeira\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"summergirl_2002@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1461],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m interested in a Kitchen position.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 19:32:08','2026-03-25 19:32:08','6f6a8ada-9852-434d-af6e-bc2e57143aa9'),
(50748,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tara Lowery-Fleming\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"taralamonica@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4845606263\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1219],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50749],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclehigh.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cclehigh.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 22:49:02','2026-03-25 22:49:02','1d9f807a-58e9-4d1a-9714-82b1a424f1bf'),
(50763,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sonya Bridges\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sonyblade2018@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3129982024\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50764],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Currently I am in search of a part time weekend position. Experience with long term and short-term rehabilitation facilities. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 23:29:12','2026-03-25 23:29:12','02b6a6ea-f03f-4431-899b-6797f25c8aa1'),
(50767,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Ogechi Uduji\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Preshbest25@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"19086194871\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1103],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50768],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Registered nurse\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccplainfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccplainfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-25 23:41:26','2026-03-25 23:41:26','53e5cc50-87c6-4c4e-b010-bb562a6576b4'),
(50792,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Destiny Wilks \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"wilksdestiny475@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2625368844\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1359],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50793],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I worked in food service I’ve worked at a few nursing facilities. I’m trying to move my step up by becoming a nurse in training \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccglendalewest.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccglendalewest.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 01:12:04','2026-03-26 01:12:04','f1c26254-4b0d-4760-8432-3c78016b5f30'),
(50834,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marvianna Williams \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Marviannawilliams51@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+1 (414) 435-6276\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1425],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50835],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking to start Immediately \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 03:23:28','2026-03-26 03:23:29','55f2dd72-ae7d-4956-8cc6-617822875f72'),
(50839,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"BARBARA K CHACAGA\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"barbarachacaga@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"18602727335\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1455],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50840],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"CNA job \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarekhs.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarekhs.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 03:38:00','2026-03-26 03:38:00','12cd03e1-cc06-46ba-89ed-0276ce493783'),
(50891,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Marie Stewart \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mariestewart219@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3125222903\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1473],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[50892],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Cna \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareblvd.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecareblvd.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 06:54:05','2026-03-26 06:54:05','91e4ac76-ad0a-4656-907b-3affe8dcd20a'),
(51002,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"shanique campbell\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"shani.bee@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7182007379\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[963],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51003],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3208,3204,3198,3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"7 years\' experience in assisted living\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccburlingtonwoods.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccburlingtonwoods.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 12:11:08','2026-03-26 12:11:08','68c7c10e-acfd-44dc-b60d-e82079b8a792'),
(51012,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jenniffer Morales Vasquez \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"moralesrjenniffer@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7326449677\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51013],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good morning I would like to apply for any position available at the Rout 70 Offices to clean the building, I appreciate all information and help !!! \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 12:54:56','2026-03-26 12:54:56','5c13db6f-f97e-4292-a1e4-0b701266ae1d'),
(51014,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jenniffer Morales\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"moralesrjenniffer@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7326449677\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51013,51015],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Good morning \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 12:56:04','2026-03-26 12:56:04','37ee0b5a-5aae-4869-8685-2e99b90f13c8'),
(51022,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amy Wilson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amywilson@propageprofiles.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pro Page Profiles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Wikipedia is considered to be the World’s most significant tool for reference material. The Wiki links show up on the 1st page of Google 97% of the time. With a Page on one of the most revered reference tools, you are sure to get yourself or your business noticed. So if you\'re thinking of getting a Wikipedia Page created, it\'s the best time of the year.\\n\\nIf you are interested in getting more information just respond back to this email.\\n\\nThanks,\\n\\nAmy Wilson\\nSales Executive\\nPro Page Profiles\\namywilson@propageprofiles.com\\n\\nReply STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 13:01:47','2026-03-26 13:01:47','a766986f-07dc-4b17-83c1-adf3e423e1ac'),
(51045,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Derrick A Jones\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sonofman040@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"15515879459\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1215],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51046],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"To whom it my concern, my name is Derrick Jones. I am submitting my resume in hopes to pursue gainful employment with the company. I am hard working and competent individual that believes in compliance with care. It would be a great opportunity and pleasure for me to be able to use my knowledge and skills to assist you with the company goals in providing quality care to the public and patients. I hope we can work together and I think I will be a good fit and asset to the company.  Thank you. Derrick Jones \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccinglemoor.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccinglemoor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 13:59:38','2026-03-26 13:59:38','0cc66243-ece7-4f7e-9d4a-b107750bda25'),
(51048,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tasha Toaltoan\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Tasha.toaltoan@icloud.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"267-421-0976\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1219],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51049],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Please accept this letter and the enclosed resume as an expression of my strong interest in the Certified Nursing Assistant position at Reading, Complete Care facility. With 12 years of dedicated healthcare experience, I have developed a comprehensive foundation in patient-centered care, clinical support, and multidisciplinary collaboration.\\n\\nIn my current and previous roles with organizations such as Hickory House Nursing Home and through contract work with Shift Med and Clipboard, I have honed my ability to quickly adapt to new clinical environments and effectively manage care for multiple patients. My clinical competencies span across vital signs monitoring, safe patient transfers using Hoyer lifts, and specialized needs including catheter catheter care.. I take pride in delivering empathetic support for Activities of Daily Living (ADLs) while maintaining strict infection control and accurate EHR documentation.\\n\\nBeyond my hands-on CNA experience, I am deeply committed to advancing my clinical expertise. I am currently enrolled as a Practical Nursing (LPN) student at the Lancaster County Career and Technology Center , actively preparing for my ATI and NCLEX-PN exams, with an expected graduation in December 2026. This rigorous ongoing training enhances my daily clinical practice, allowing me to bring a higher level of critical thinking, attention to detail, and medical knowledge to the bedside.\\n\\nI would welcome the opportunity to discuss how my blend of extensive hands-on experience, compassionate care, and dedication to the nursing profession aligns with the needs of your team. Thank you for your time and consideration.\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclehigh.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cclehigh.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 14:18:12','2026-03-26 14:18:12','4ac69212-4db0-42f1-b08b-b412137bf94c'),
(51113,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Regan or Mary Anne Wickersham\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mwick.watching@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1353],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Our adult son has quadriplegic Cerebral Palsy.  We are exploring possibilities of long term placement for him when that time comes.  We live in Dodge County WI and want to have him reasonably close to family.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 15:47:43','2026-03-26 15:47:43','180f1738-f618-4e61-a850-1cfa63599e18'),
(51121,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Carol Lynn wurst \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cwurst28oct@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi I like to know if you are hiring for dietary aid \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 15:55:50','2026-03-26 15:55:50','44cec4f8-0091-4bb5-bf99-c11ef33ccc55'),
(51170,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Elsa Sanz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"info@blessinghandsmobile.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Blessing Hands Mobile Services LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1177],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\nMy name is Elsa Sanz, Owner / Mobile Phlebotomist of Blessing Hands Mobile Services LLC. We are fully registered, insured, and have an active NPI. We provide on-site phlebotomy, specimen collection, vitals, and EKG services at moderate, competitive rates, and would love the opportunity to partner with your facility. Credentials and documentation are available upon request or during a meeting. I would welcome the opportunity to schedule a brief meeting to discuss how we can support your facility.\\nThank you for your time and consideration. I look forward to speaking with you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 16:57:21','2026-03-26 16:57:21','d61b35c3-0717-40e1-835a-4370d7c1cac2'),
(51173,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Parul D&gt; Shah\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"parulshah1217@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"732-895-2084\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1135],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51174],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3206],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"NO, Cover Letter\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 17:03:48','2026-03-26 17:03:48','29ea6874-2e72-4946-b284-c20e17e54e2d'),
(51179,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Najiya Hines\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Hinesnajiya@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4436806120\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1289],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51180],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello , I’m currently an CNA doing home health care but would love to go into the nursing home for experience. I have my CNA but in the process of getting my GNA license. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareheritage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 17:14:46','2026-03-26 17:14:46','ec35bd8a-00e5-4935-8877-062926fee044'),
(51182,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brian Salamanca\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"brian10021@student.passaicschools.org\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1185],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Brian Salamanca, I\'m a student in Passaic Academy Science and Engineering. My group has been trying to reach for collaboration for a school project. We\'ve been trying to contact you for a response and plan this out together and host engaging activities for your residents.We understand that your staff is busy but if there\'s a person that we could speak to please let us know.Even if its a bit of your time, we want to discuss this and surely plan this out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 17:18:12','2026-03-26 17:18:12','81ed39e4-3f7f-4232-8aa6-3024e38a1112'),
(51184,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Savior DeLeon\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"saviordeleon2@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"7329484142\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[957],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I was working at Bartley Health Care about a month ago so I know my way around a kitchen and am familiar with the timing of the job\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarebrick.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecarebrick.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 17:24:21','2026-03-26 17:24:21','b940b3b6-209e-4937-be3c-559e6193c614'),
(51216,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"kimberly west\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kimberly.west4@va.gov\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VAMC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1269],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, I am reaching out to obtain your  contact information to send a referral. Feel free to reach out via email: kimberly.west4@va.gov or 2027458000 ext 55259\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccorsicahills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccorsicahills.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 19:04:44','2026-03-26 19:04:44','0ff3e4c6-ab83-4eab-9fbe-b001abb36211'),
(51219,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Najiya Hines \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Najiyahines@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"4436806120\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1289],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51220],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"CNA that’s currently in the process of receiving my GNA . I would love to apply for this position to gain more experience in the nursing homes . I’m currently a CNA working doing home health care as a one on one aid . \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecareheritage.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@completecareheritage.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 19:19:38','2026-03-26 19:19:38','aad01140-d0ba-4871-bf8e-00735223d938'),
(51244,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Penelope E. Mauer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"penelopemauer@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"12155847122\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1035],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51245],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hello,  \\n\\nI have 30 years of experience working with patients and families.  I am interested in a full-time Social Work position with  Complete Care.  I look forward to hearing from you. \\nPenelope Mauer,  LCSW \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccvoorhees.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccvoorhees.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 20:27:39','2026-03-26 20:27:39','98efb375-1305-45ad-8c7b-e7d990413fde'),
(51247,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Susan Hall\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"susanhall4504@Comcast.net\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8623684721\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1215],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51248],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am applying for the Dietary/Food Service position at Complete Care at Inglemoor. I have hands-on experience in food handling, meal coordination, and supporting individuals with access to nutritious meals through my work with SUHA Foundation.\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccinglemoor.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccinglemoor.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-26 20:33:33','2026-03-26 20:33:34','a185e62a-704d-4db1-a325-ac23f0adcbc5'),
(51408,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jeremy  Brown \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Big.J.Brown.1973@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"15168055296\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1219],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51409],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I here by apple for the position of food service \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclehigh.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cclehigh.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 05:11:05','2026-03-27 05:11:05','b368ebf6-ad9f-4523-8cfb-7bcab1605179'),
(51435,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alice Wilson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alice.lead.mkt@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"-\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\nI would like to share a few suggestions for your website. No cost and no obligation—just an opportunity to review how we can improve your website and leads, increase organic traffic, and boost your ranking visibility.\\n\\nWould it be okay to send you the suggestions I have in mind?\\n\\nThank you in advance!\\nAlice Wilson\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 06:25:04','2026-03-27 06:25:04','abbaf472-ea84-4ce2-9050-9498473c5c1c'),
(51650,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Chris Fox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"foxhomesnj@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"please email me \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 12:23:11','2026-03-27 12:23:11','cfc83f34-4909-45ae-b788-f90f42a371b2'),
(51665,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Andrea Fisher\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"michelle@primewavejanitorial.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"PrimeWave Janitorial\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1371],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI am local and provide service in Orlando. And work for others in the community. I was hoping I could come by and offer a complimentary cleaning bid?\\n\\nThank you in advance for your response.\\n\\nWith best,\\n\\nAndrea Fisher\\nBusiness Development Manager\\nOffice Oasis Pros\\nandrea@officeoasispros.com\\n\\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 12:44:36','2026-03-27 12:44:36','107bd933-483b-424d-84b6-13398f79bef5'),
(51668,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melissa Saia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"msaia@damg.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\" USAttorneys.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[957],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Our director of operations is a former Google Maps beta tester and current Google Premier Partner.\\nHe is looking for one law firm to be featured in the top 3 Google Maps positions while simultaneously optimizing visibility across AI-driven discovery platforms.\\n\\nWe guarantee a top three position for your practice area in writing.\\n\\nThis is an exclusive service; one law firm per city, per practice area.\\n\\nAre you interested?\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 12:46:03','2026-03-27 12:46:03','3360b8bb-fdf5-4228-a908-886ba6f7f749'),
(51670,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jeremy Brown\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Big.J.Brown.1973@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"15168055296\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1219],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51671],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I hereby applying for the roll of an dietary/ food service worker, my experience in restaurants will ably me to carry out my function in orderly ways.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cclehigh.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@cclehigh.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 12:46:52','2026-03-27 12:46:52','3d3dd25f-5522-4ac0-8eeb-4d7187d3be8c'),
(51693,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amanda Smith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amanda@metroshinefacilitygroup.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Executive Elegance Pros\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nHi,\\n \\nQuick one — I was just in Windsor helping a few local businesses with their cleaning and had a thought to reach out.\\n \\nIf you’ve ever considered switching or just getting a better handle on cleaning quality, we can put together a fast, no-pressure quote.\\n \\nOpen to taking a look?\\n \\nBest,\\n\\nAmanda Smith\\nBusiness Development Representative\\nExecutive Elegance Pros\\namanda@metroshinefacilitygroup.com\\n \\nRespond with stop to optout.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 13:48:46','2026-03-27 13:48:46','4357e123-d9ff-4872-925a-c3692ee43373'),
(51718,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Malik Hill\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"malik.hill11@yahoo.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"5513297529\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1249],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51719],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"N/A\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwaynehills.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccwaynehills.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 14:06:25','2026-03-27 14:06:25','dce2ad45-3ccc-40fb-a465-e8725b1a8522'),
(51763,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Cindy Lazo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lazo.cindy99@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello!\\nI recently applied for the Receptionist position and wanted to re-express my strong interest. I am very keen on joining the Complete Care at Clark team.\\n\\nI know this is a busy time for hiring, but I wanted to briefly check on the status of my application.\\n\\nThank you for your time and consideration.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 14:47:31','2026-03-27 14:47:31','ca8ccd5d-8b6b-47b8-b574-7c61af3ffff9'),
(51786,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Myra Salcedo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"myrasalcedo30@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Ms. Lori,\\n\\nMy name is Myra Salcedo, and I am the niece of Mr. Jose Vazquez. I hope you are doing well.\\n\\nI am reaching out because our family is planning a small reunion on Saturday, April 4th, with relatives traveling in from out of state. We would love the opportunity to have Mr. Vazquez join us for a few hours, as this gathering includes a very special moment—he will be seeing his brother for the first time in over 30 years, and we are hoping to surprise them both.\\n\\nCould you please advise on the process for arranging a temporary outing for him? Specifically, we would appreciate guidance on any required permissions, coordination steps, and the appropriate return time to the facility.\\n\\nI apologize for the short notice and truly appreciate any assistance you can provide in helping us make this meaningful visit possible.\\n\\nPlease feel free to contact me at 856-353-0513 or via email at myrasalcedo30@gmail.com\\n.\\n\\nThank you very much for your time and consideration.\\n\\nSincerely,\\nMyra Salcedo\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 15:20:28','2026-03-27 15:20:28','59f1d55b-354f-4c90-8644-01880538db2e'),
(51791,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Christina Apicelli \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tjbk1234@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[957],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi. I would like to reach out to Paige about my dad and his most recent evaluation. Please have her contact me at the following number 732-539-5618. I don\'t know her schedule or if she\'s available weekends. Please let me know at your earliest convenience. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 15:34:29','2026-03-27 15:34:29','dc5789ad-aaaa-4b09-8781-bb7db87b7e8e'),
(51827,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"KYRA S SINKOWSKY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sinkowks@uhnj.org\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"University Hospital\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"iF I DO NOT RECEIVE AN EXPLANATION I WILL POST THIS IN THE BERGEN RECORD\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 16:12:09','2026-03-27 16:12:09','1fba1146-1e6b-43d8-964d-ebdee0352007'),
(51854,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Marcela de Moura miranda\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"marcelamiranda@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"9950527775\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1261],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Olá eu sou a Marcela queira saber como funciona ai\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 17:06:20','2026-03-27 17:06:20','ab8ebae7-6423-4a3e-9ab5-bfb5335b83e5'),
(51859,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sean Peters\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sean.peters@we-carestaffing.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"WECARESTAFFINGMD LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1165],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Team,\\n \\n\\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.\\n\\n \\n\\nWe specialize in a range of staffing needs, including:\\n\\n \\n\\nRegistered Nurses (RNs)\\nLicensed Practical Nurses (LPNs)\\nCNAs \\nCMAs\\nAllied Healthcare Professionals \\nNurse Practitioners (NPs) \\nPhysicians \\n \\n\\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.\\n\\n \\n\\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. \\n\\n \\n\\nThank you for considering We Care Staffing as a partner.\\n\\n \\n\\nWarm regards,\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 17:32:38','2026-03-27 17:32:38','86e9c708-aa21-413a-bcb4-1ae24af77f1b'),
(51861,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sean Peters\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sean.peters@we-carestaffing.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"WECARESTAFFINGMD LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1135],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Team,\\n \\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.\\n \\nWe specialize in a range of staffing needs, including:\\n \\nRegistered Nurses (RNs)\\nLicensed Practical Nurses (LPNs)\\nCNAs \\nCMAs\\nAllied Healthcare Professionals \\nNurse Practitioners (NPs) \\nPhysicians \\n \\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.\\n \\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. \\n \\nThank you for considering We Care Staffing as a partner.\\n \\nWarm regards,\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 17:38:13','2026-03-27 17:38:13','b1f7e268-b577-4a49-a72c-f27557db9650'),
(51862,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sean Peters\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sean.peters@we-carestaffing.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"WECARESTAFFINGMD LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[957],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Team,\\n \\n\\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.\\n\\n \\n\\nWe specialize in a range of staffing needs, including:\\n\\n \\n\\nRegistered Nurses (RNs)\\nLicensed Practical Nurses (LPNs)\\nCNAs \\nCMAs\\nAllied Healthcare Professionals \\nNurse Practitioners (NPs) \\nPhysicians \\n \\n\\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.\\n\\n \\n\\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. \\n\\n \\n\\nThank you for considering We Care Staffing as a partner.\\n\\n \\n\\nWarm regards,\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 17:42:18','2026-03-27 17:42:18','1b828dce-eaf3-4b01-b579-10ba52b808e7'),
(51864,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tony Lewis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"taventovending@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TavenTo Vending LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\" Hi,\\nI’m Tony Lewis, co-owner of a local veteran-owned smart vending business. We place fully stocked, customizable snack and beverage machines right in your workplace at no cost to you.\\nWe handle everything, and tailor the products to your team’s preferences. It’s an easy way to boost morale and add convenience without any extra work on your end.\\nOpen to a quick call or a brief visit to see if this could fit your space?\\nPlease visit taventovending.com or give us a call - 640.291.0078 or 640.291.0102\\nBest regards,\\nTony and Tanya Lewis\\nOwners, TavenTo Vending\\nU.S. Army, Retired\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 17:52:25','2026-03-27 17:52:25','6fc0cc43-8de8-41dd-8b27-503ec2af75d2'),
(51867,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lori Crestani\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"loricrestani@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1261],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello I would like to visit your facility. I am particularly interested in discussing long term care options for a parent. \\n\\nKind Regards,\\nLori Crestani \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 18:05:49','2026-03-27 18:05:49','1daa072a-c1c9-4bbf-be10-71cecb4a8422'),
(51869,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Linda Iris LaBoy \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lindairis.laboy@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"+19085878342\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1091],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[51870],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Team at Complete Care,\\nMy name is Linda Iris LaBoy, and I am writing to express my strong interest in the CNA position at your Orange Park facility. With my certification and a genuine passion for providing high-quality, compassionate bedside care, I am confident in my ability to support your residents and nursing team effectively.\\nI pride myself on my reliability, attention to detail, and my ability to maintain a patient-centered approach even in fast-paced environments. I am eager to bring my skills to the Complete Care team and help maintain the high standard of care your facility is known for.\\nThank you for your time and consideration.\\nSincerely,\\nLinda Iris LaBoy\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccorangepark.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccorangepark.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 18:27:22','2026-03-27 18:27:22','4b9d8346-7093-4b62-b8da-b2d1a0644cfc'),
(51871,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Sloane Kathleen Rudometkin\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"sloanerudometkin@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"13029837471\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1297],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I am a 22 year old woman who just graduated college. I am burned out from having to navigate my education, finances, and career, and I want to find more meaningful ways to spend my time. I am looking to volunteer at Complete Care Hillside to help the residents and staff. Whether it\'s doing dishes or having a conversation, I want to make connections, build relationships, and see people smile. I am also willing to volunteer more than just 1 hour a month: I can give 5-10 hours a month or more if needed.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 18:29:32','2026-03-27 18:29:32','af3ea4ca-0763-4284-8a45-8ccf5e1f95b5'),
(51895,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sean Peters\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sean.peters@we-carestaffing.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"WECARESTAFFINGMD LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Team,\\n \\n\\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.\\n\\n \\n\\nWe specialize in a range of staffing needs, including:\\n\\n \\n\\nRegistered Nurses (RNs)\\nLicensed Practical Nurses (LPNs)\\nCNAs \\nCMAs\\nAllied Healthcare Professionals \\nNurse Practitioners (NPs) \\nPhysicians \\n \\n\\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.\\n\\n \\n\\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. \\n\\n \\n\\nThank you for considering We Care Staffing as a partner.\\n\\n \\n\\nWarm regards,\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 19:06:04','2026-03-27 19:06:04','d7fabaa9-a50c-43ff-9165-f11101258f58'),
(51906,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JETER BENTLEY\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"JETEREARL@GMAIL.COM\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1023],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"This is just a follow up to a message given to the receptionist regarding a client, Al Snyder in room 208, and a request for bed railings because he has fallen out of bed twice now and has limited mobility. Thank you for addressing this matter before it becomes a more serious issue.   \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 19:15:52','2026-03-27 19:15:52','84211c4d-a29c-4930-a3a3-9268b2a56d24'),
(51907,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sean Peters\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sean.peters@we-carestaffing.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"WECARESTAFFINGMD LLC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1045],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Team,\\n \\n\\nThis is Sean from the Business Team at We Care Staffing, a trusted healthcare staffing provider. We specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments, as well as permanent placements. We support esteemed MSPs, hospitals, behavioural health facilities, rehabilitation centres, clinics, SNFs, LTACs, acute care facilities, correctional facilities, and many other healthcare systems nationwide.\\n\\n \\n\\nWe specialize in a range of staffing needs, including:\\n\\n \\n\\nRegistered Nurses (RNs)\\nLicensed Practical Nurses (LPNs)\\nCNAs \\nCMAs\\nAllied Healthcare Professionals \\nNurse Practitioners (NPs) \\nPhysicians \\n \\n\\nWe maintain a large candidate database that is systematically stored and regularly updated in our ATS system, including resumes, licenses, and required credentials. This allows our team to efficiently match and submit the most suitable candidates for your positions.\\n\\n \\n\\nLet us know a convenient time for a meeting to discuss this potential collaboration. We look forward to working together to meet your staffing needs. \\n\\n \\n\\nThank you for considering We Care Staffing as a partner.\\n\\n \\n\\nWarm regards,\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 19:16:32','2026-03-27 19:16:32','88cf7d13-f14c-431b-af8f-3f84b66d70b8'),
(51964,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mary Radner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"legaleagles@comcast.net\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1449],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Admissions Coordinator,\\nMy name is Mary Radner and I am writing regarding Cecilia Torres, my mother, an 86-year-old Medicare and Medicaid recipient who has resided at Autumn Lake Healthcare at West Hartford in Connecticut for the past five years.\\nMs. Torres has multiple chronic health conditions, including congestive heart failure, severe osteoporosis with compression fractures at T11, T12, and L1, asthma, anxiety, depression, and high blood pressure. She currently receives Social Security benefits. Due to advancing age and a recent fall, she has experienced a significant decline in independence and requires continued skilled nursing care.\\nI am seeking to transfer her to a facility closer to my home in Longmeadow, Massachusetts, to be able to support her more easily. I would greatly appreciate the opportunity to discuss potential admission and the transfer process to your facility.\\nPlease contact me at your earliest convenience at 413-626-0642 or legaleagles@comcast.net\\nThank you for your time and consideration.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarekhn.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhn.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 20:28:12','2026-03-27 20:28:12','e85bebd7-94d2-47c7-87f9-3b3935739001'),
(52077,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tiffany Wolfe\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tiffwolfe3688@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"3047905606\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1277],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[52078],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Interested in CNA class\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccdawnview.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccdawnview.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 23:01:37','2026-03-27 23:01:37','15d28073-384c-4ff8-969b-644080603c5a'),
(52100,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Armer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"armer466@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, My name is Jennifer Armer I applied for the Housekeeping Position today March 27. I wanted to know who I can contact in regards of an update on my application \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-27 23:18:52','2026-03-27 23:18:52','0746a524-fc54-4379-a4c1-3b32b22f4746'),
(52140,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffrey Ephraim\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jephraim@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Do you accept Wellcare?  My uncle, a vietnam veteran had a stroke and requires speech therapy. We\'d like acute care to help him ASAP.   Thank you (908) 419-7878\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 02:26:22','2026-03-28 02:26:22','4aef4f58-a564-4ccf-9966-a0221a134223'),
(52485,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Tisha Nicole Lumague\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"tishalumague@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9084170477\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[975],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[52486],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3204,3202,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Dear Hiring Manager,\\n\\nI am writing to express my interest in an accounting position within your organization. With a strong background in financial reporting, tax compliance, and operational accounting, I bring a proven ability to deliver accurate financial insights and improve business processes.\\n\\nIn my recent role as a Senior Associate in Tax and Accounting at EDT &amp; Co CPAs, I prepared and analyzed monthly and annual financial statements in compliance with GAAP and IFRS, ensuring accuracy and timeliness. I also streamlined accounts payable and receivable processes, which enhanced cash flow management and reduced delays. My experience includes leading month-end closing, performing general ledger reconciliations, and supporting both internal and external audits through well-prepared documentation.\\n\\nPreviously, as a Cost Accountant and Operations Admin at Atkins Import and Export Resources Inc., I focused on cost analysis, budgeting, and operational efficiency. I developed cost reports, conducted variance analyses, and implemented cost-saving measures that improved profitability.\\n\\nAdditionally, I supported cross-functional teams by ensuring compliance and maintaining accurate financial and operational records.\\n\\nIn addition to my accounting experience, I have recently taken on a receptionist role in a nursing home, where I manage front desk operations, assist residents and visitors, handle administrative tasks, and ensure smooth daily coordination. This role has strengthened my communication\\nskills, attention to detail, and the ability to provide excellent service in a fast-paced environment.\\n\\nI am highly proficient in Microsoft Excel and experienced with ERP systems such as SAP, Oracle, and QuickBooks. Beyond technical skills, I am known for my analytical thinking, attention to detail, and ability to manage multiple priorities effectively. I also take pride in mentoring team members and contributing to a collaborative work environment.\\n\\nI am excited about the opportunity to bring my expertise and dedication to your team. I would welcome the chance to discuss how my background aligns with your organization’s needs.\\n\\nThank you for your time and consideration.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 13:29:47','2026-03-28 13:29:47','edbdcfa8-10da-4e37-b046-4fbd61005b90'),
(52632,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertpeets\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ola, quería saber o seu prezo.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:05:47','2026-03-28 16:05:47','235f2c57-7173-4fa6-8733-79b8e50b6b1c'),
(52633,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelloant\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Учитывая то, что мы имеем 2 производства, которые могут выполнять как одинаковые заказы, так и каждый по отдельности, мы сможем изготавливать более 1000 единиц изделий в день, но как правило мы не занимаем всю мощь производства под одного клиента https://norsy.ru/ceny\\n \\nПошив одежды в Москве https://norsy.ru/pochemu-my\\n \\nУстановите и откройте Skype , найдите контакт https://norsy.ru/voprosy-otvety\\n \\nО нас https://norsy.ru/poshiv-hudi\\n \\nВсе наши изделия производятся на собственном высокотехнологичном оборудовании, в соответствии с европейскими стандартами качества https://norsy.ru/poshiv-hudi\\n  Работаем с любыми видами тканей: натуральные, ненатуральные, смешанные и нетканые текстильные материалы https://norsy.ru/ceny\\n  Также мы можем нанести на одежду вышивку или принт, который позволит придать индивидуальности и неповторимости вашей одежде https://norsy.ru/voprosy-otvety\\n \\nГлавный цех швейного производства находится в Москве рядом с метро Бабушкинская https://norsy.ru/poshiv-hudi\\n  Ещё один цех открыт для вас в Тюменской области (отдалённость 1000 км). \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:06:03','2026-03-28 16:06:03','c2e150d6-b24e-4cf3-996b-6942e88d4306'),
(52634,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesBroax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рассчитывается индивидуально и не входит в стоимость стандартного проекта https://зеленая-жизнь.com/posadka\\n \\nБронницы, К/П \\\"Зеленая опушка-1\\\" \\nСоставляем план ухода за растениями, чтобы ваш сад оставался красивым и здоровым https://зеленая-жизнь.com/zareche\\n \\nПРОЕКТНЫЕ РАБОТЫ https://зеленая-жизнь.com/3d\\n \\nСтроительство прудов под ключ https://зеленая-жизнь.com/zareche\\n \\nЦветники из луковичных https://зеленая-жизнь.com/solnechnogorsk\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:07:58','2026-03-28 16:07:58','8ae42603-93ba-4d56-a364-d9997b649777'),
(52635,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"abbgypbp75@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Fun Detour from Reality https://alstr.in/PZKitk\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:08:51','2026-03-28 16:08:51','5db59390-315b-4a51-9935-4b01020e35ac'),
(52636,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"abbgypbp75@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Fun Detour from Reality https://alstr.in/PZKitk\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:08:52','2026-03-28 16:08:52','c9317962-8b5a-46f3-96b6-480ffe8ba216'),
(52637,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"abbgypbp75@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Fun Detour from Reality https://alstr.in/PZKitk\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:08:54','2026-03-28 16:08:54','ddc06306-d48a-4b9a-b15f-2f04a2775c03'),
(52638,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"abbgypbp75@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Fun Detour from Reality https://alstr.in/PZKitk\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:08:55','2026-03-28 16:08:55','557d6a6d-9e61-464d-99d4-d61781b81829'),
(52639,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"abbgypbp75@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Fun Detour from Reality https://alstr.in/PZKitk\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:08:56','2026-03-28 16:08:56','39202447-8543-4661-92bf-31514efc2b02'),
(52640,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertGok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hai, saya ingin tahu harga Anda.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchamiltonplaza.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchamiltonplaza.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:16:06','2026-03-28 16:16:06','2ce8b3d4-0395-4ede-a264-0b3bd3f11ca0'),
(52641,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianKAW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sola_juan@yahoo.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is Your Invitation to a Big Payout https://sosi.al/bCLqW\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:20:39','2026-03-28 16:20:39','ec356e17-a446-4bf9-8809-f470fa8e871e'),
(52642,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianKAW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sola_juan@yahoo.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is Your Invitation to a Big Payout https://sosi.al/bCLqW\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:20:40','2026-03-28 16:20:40','2c797a8a-1c4c-4d72-8d6b-5cc01a5f912a'),
(52643,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianKAW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sola_juan@yahoo.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is Your Invitation to a Big Payout https://sosi.al/bCLqW\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:20:42','2026-03-28 16:20:42','ca68a375-8651-4a65-8d4b-0c9aaef53192'),
(52644,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianKAW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sola_juan@yahoo.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is Your Invitation to a Big Payout https://sosi.al/bCLqW\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:20:43','2026-03-28 16:20:43','402312af-75e0-4db7-9c1b-c386cdd66216'),
(52645,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianKAW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sola_juan@yahoo.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is Your Invitation to a Big Payout https://sosi.al/bCLqW\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:20:44','2026-03-28 16:20:44','06eb4860-dc2d-46eb-a4f5-ddebeef7fcdf'),
(52646,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TimofeyCiz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Собираете детскую площадку сами? Несколько советов от практика. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">детские качели для дачи</a> Используйте строительный уровень, заглубляйте стойки на 50-60 см, все болты закрывайте заглушками. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">детская горка</a> И обязательно бетонируйте опоры — качели создают серьёзную нагрузку.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:29:26','2026-03-28 16:29:26','4c9ae827-1bb1-4ec0-96e2-5379e40f4650'),
(52647,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jemfretople\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elena.lidmagnit44@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Woke up to espy all the treat bags shredded on the caboose floor. The sparse genius figured out the child lock. How do I gull a cat? https://novabb.ru/ I need fortress-level security\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:34:14','2026-03-28 16:34:14','aa254612-4943-4952-9d3b-82de4d1c5d60'),
(52648,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hola, volia saber el seu preu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"Info@ccwaynehills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:40:55','2026-03-28 16:40:55','277cb984-c12b-468f-b514-93c98b89f86d'),
(52649,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertborie\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Aloha, makemake wau eʻike i kāu kumukūʻai.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:42:32','2026-03-28 16:42:32','5fb8b35e-57af-4e0a-93ea-50a9b1cf5c3f'),
(52650,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertalmox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hallo, ek wou jou prys ken.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:46:11','2026-03-28 16:46:11','cf5e1cb6-95a9-4ac8-967d-382ab7be45f7'),
(52651,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Yasmin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sales@ccglendalewest.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Yasmin Frick\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1309],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello \\n\\nI wanted to reach out and let you know about our new dog harness. It\'s really easy to put on and take off - in just 2 seconds - and it\'s personalized for each dog. \\nPlus, we offer a lifetime warranty so you can be sure your pet is always safe and stylish.\\n\\nWe\'ve had a lot of success with it so far and I think your dog would love it. \\n\\nGet yours today with 50% OFF: https://caredogbest.com\\n\\nFREE Shipping - TODAY ONLY! \\n\\nBest Wishes, \\n\\nYasmin\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccglendalewest.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccglendalewest.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:55:11','2026-03-28 16:55:11','0ef0a4b8-0cd6-40d2-b823-1f1b6457e409'),
(52652,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidTeawl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"krishantha0528@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"A SIMPLE MOVE COULD SECURE THE $3,500,000 JACKPOT https://biolink.com.do/sYdeb\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:56:13','2026-03-28 16:56:13','5d2f04c4-e2d7-4aaf-a865-7eb977a9324a'),
(52653,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidTeawl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"krishantha0528@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"A SIMPLE MOVE COULD SECURE THE $3,500,000 JACKPOT https://biolink.com.do/sYdeb\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:56:14','2026-03-28 16:56:14','f5bcf856-9240-4655-a811-5d4802d2a9ce'),
(52654,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidTeawl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"krishantha0528@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"A SIMPLE MOVE COULD SECURE THE $3,500,000 JACKPOT https://biolink.com.do/sYdeb\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:56:15','2026-03-28 16:56:15','97a6f213-d299-4d69-8403-2aee1e61cba0'),
(52655,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidTeawl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"krishantha0528@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"A SIMPLE MOVE COULD SECURE THE $3,500,000 JACKPOT https://biolink.com.do/sYdeb\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:56:16','2026-03-28 16:56:16','4305e1cc-682c-4926-abc0-011825ce3f23'),
(52656,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidTeawl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"krishantha0528@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"A SIMPLE MOVE COULD SECURE THE $3,500,000 JACKPOT https://biolink.com.do/sYdeb\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmarcella.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmarcella.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:56:18','2026-03-28 16:56:18','db37a9f6-4eb1-4810-bfc5-767bbd29e992'),
(52657,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertTar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелажные работы в Москве осуществляет компания «Русский Мир», которая гарантирует Вам доставку груза в целости и сохранности https://drogal.ru/portfolio-items/\\n  У нас Вы можете воспользоваться услугами такелажных работ по доступной цене https://drogal.ru/tarify-i-akczii/podem-gruza-cena/\\n  Все возникшие вопросы можно задать нашим специалистам, которые готовы Вам помочь https://drogal.ru/glossary/zelenaya-logistika/\\n \\nВызвать на Ваш объект специалиста на оценку https://drogal.ru/uslugi/takelazh/\\n \\nСпециальные механизмы для плавной, безопасной погрузки и выгрузки негабаритных предметов https://drogal.ru/glossary/universalnie-konteineri/\\n  Надежная оснастка: ремни, стропы, ленты https://drogal.ru/glossary/poddon/\\n  Автомобили большой грузоподъемности, на которых удобно перевозить станки и другие массивные грузы https://drogal.ru/portfolio_tags/takelazhnye-raboty-c-promyshlennym-oborudovaniem/\\n  Фиксаторы, которыми можно надежно закрепить груз на время транспортировки https://drogal.ru/uslugi/upakovka/upakovka-pallet/\\n \\nТарифы на такелажные работы начинаются от 1 рубля за 1 кг веса https://drogal.ru/glossary/vneshnyaya-upakovka/\\n  Приемлемый ценовой уровень удалось сформировать благодаря выполнению бригадами большого объема работ в день https://drogal.ru/faq_category/obshie-voprosi/\\n \\nГидролифт 1000 кг https://drogal.ru/uslugi/takelazh/takelazh-seyfov/\\n \\nПосмотрите что говорят наши клиенты https://drogal.ru/glossary/konteinernaya-transportnaya-sistema/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 16:58:05','2026-03-28 16:58:05','0a2b06b1-b435-4e68-ac75-99d99506abe7'),
(52658,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeNalge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Germaine de Capuccini – это более 60 лет инноваций, страсти к красоте и профессионального опыта https://www.germainedecapuccini.ru.com/product/nabor-feel-the-beauty-te-white-krem-dlya-korrektsii-pigmentnyh-pyaten-spf20\\n \\nПоставка косметических средств к нам осуществляется единственным официальным дистрибутором на территории России! \\nСоздавая новый бренд, основатель компании – опытный косметолог Кармен Видаль была вдохновлена необыкновенной красотой и изяществом французской кинодивы Жермен Элен Ирен Лефевр, известной под псевдонимом Капучине, которая наравне с Одри Хепберн и Жаклин Кеннеди определила стиль высокой моды 60-х годов 20 века https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/gidro-gel-s-aloe-vera-options\\n \\nРешение эстетических проблем лица и тела \\n• Изысканные текстуры и ароматы: Уход за кожей с Germaine de Capuccini превращается в настоящий ритуал красоты, доставляющий истинное удовольствие https://www.germainedecapuccini.ru.com/collection/dlya-litsa?page=12\\n \\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:02:32','2026-03-28 17:02:32','134807f9-bef4-4d5b-9b77-cbd195593982'),
(52659,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"соблюдение всех правил безопасности при выполнении работ; обязательный инструктаж рабочих, выполняющих такелаж; применение техники разной грузоподъемности; подготовка всех схем и смет; разработка проекта производства такелажных работ https://drogal.ru/glossary/takelazh/\\n \\nГАЗон – 5 т, 6 м, 45 м? \\nДемонтажные работы https://drogal.ru/glossary/vakuumnaya-upakovka/\\n \\nТакелажные работы в Москве осуществляет компания «Русский Мир», которая гарантирует Вам доставку груза в целости и сохранности https://drogal.ru/glossary/povagonnaya-otpravka/\\n  У нас Вы можете воспользоваться услугами такелажных работ по доступной цене https://drogal.ru/prr/\\n  Все возникшие вопросы можно задать нашим специалистам, которые готовы Вам помочь https://drogal.ru/glossary/logisticheskie-centri/\\n \\nИз чего формируется стоимость такелажных услуг? \\nОкончательная цена будет озвучена клиенту после осмотра места и оборудования нашим специалистом https://drogal.ru/glossary/tip-tari/\\n  Мы осуществляем свою деятельность в городе Москва, а также по Московской области https://drogal.ru/glossary/logisticheskaya-kompaniya/\\n  Оформить заказ вы можете, позвонив в нашу компанию по указанному номеру телефону https://drogal.ru/glossary/dogovor-strahovaniya/\\n  Специалисты ответят на все интересующие вас вопросы и сориентируют по стоимости https://drogal.ru/glossary/schet/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:03:42','2026-03-28 17:03:42','77ed1000-43f8-420f-abb5-57510df65aae'),
(52660,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyNoics\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Реально ли продвигать сайты по РФ без платной помощи SEO-агентств — своими силами? Да, но не рассчитывайте на скорые результаты https://proffseo.ru/privacy\\n \\nТе, кто сталкивался с продвижением сайта и общались с действительно компетентными сотрудниками интернет-агентств (таких, как «Пиксель Плюс»), знают, что все запросы можно разделить на два класса: \\n3-е место в рейтинге лучших агентств по SEO-продвижению https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nЕсли модель дистрибуции в вашем бизнесе основана на региональных партнерах, то с помощью продвижения сайта в регионах мы привлечем региональных оптовиков, дилеров и агентства со всей России https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nПолнофункциональный сайт под ключ для онлайн-продаж https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nСильные узкопрофильные специалисты вместо «мастеров на все руки» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:04:12','2026-03-28 17:04:12','1f955709-0ce7-4818-96e5-551317deeceb'),
(52661,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardFract\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"МОСКВА, ЮВАО, ОСТАПОВСКИЙ ПРОЕЗД, Д https://print-classic.ru/rollup\\n  9, СТР https://print-classic.ru/rollup\\n  2 https://print-classic.ru/trebovaniya\\n \\nЗнаток города 4 уровня https://print-classic.ru/outdoorstands\\n \\nИнтерьерная печать https://print-classic.ru/printingtextiles\\n \\nДаже, исходя из названия, можно понять, что интерьерная печать предназначена для изготовления предметов интерьера, поэтому качество печати изображений должно быть максимальным (от 720 dpi до 2880 dpi), в то время как при экстерьерной печати разрешение колеблется от 360 dpi до 540 dpi https://print-classic.ru/polzovatelskoe-soglashenie\\n  Разрешение печати определяет качество напечатанного изображения, например, если на улице на изображение люди смотрят из далека, то вполне достаточно осуществить экстерьерную печать низкого качества, но если на напечатанное изображение люди будут смотреть с близи, то осуществляется интерьерная высококачественная печать https://print-classic.ru/katalogi\\n \\nБумага Backlit 150 г/м – белая транслюсцентная матовая бумага с хорошим уровнем светорассеивания и светопропускания, применяется для поверхностей с внутренней подсветкой (световые короба, лайт-боксы, световые панели, сити-форматы). При интерьерной печати краска немного растекается, и изображение получается не четким при близком рассмотрении https://print-classic.ru/safetystickers\\n \\nот 337 руб https://print-classic.ru/rug\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:06:32','2026-03-28 17:06:32','ea0980d2-508c-4b8e-9737-8f4072d8e81d'),
(52662,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryDog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Закрыть окно https://maze.tattoo/catalog/d/drakony/\\n \\nТатуировка как способ говорить без слов https://maze.tattoo/catalog/r/rozy/\\n \\nОфициальный сайт тату салона — как зеркало профессионализма https://maze.tattoo/catalog/d/dovlatov/\\n \\nГлавные кинособытия месяца в Москве https://maze.tattoo/catalog/a/akuly/\\n \\n? Малый Харитоньевский пер., д https://maze.tattoo/catalog/r/rukava/\\n  6, стр https://maze.tattoo/catalog/m/mini-tatu/\\n 2 https://maze.tattoo/catalog/p/pechat-velesa/\\n \\nКруглый год, ежедневно, с 12:00 до 20:00 https://maze.tattoo/catalog/m/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:08:21','2026-03-28 17:08:21','7b650a2f-9a15-42b8-95bf-96b94a73b887'),
(52663,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertalini\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, kam dashur të di çmimin tuaj\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:11:38','2026-03-28 17:11:38','f8e3e24e-46b7-4829-a671-b80eeebe2577'),
(52664,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottalulk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Поддержка и консультации, доступные в любое время https://berezov-lsk.ru/\\n  Поддержка и консультации, доступные в любое время https://berezov-lsk.ru/\\n  У вас останутся инструкции с правилами ухода за садом – специалисты объяснят, как поддерживать и сохранить первоначальный вид https://berezov-lsk.ru/\\n  Или можно воспользоваться услугами нашего садовника https://berezov-lsk.ru/\\n  Возникнут трудности – звоните https://berezov-lsk.ru/\\n  Даем 1 год гарантии: заменяем посаженные цветы, кустарники, деревья, если они не прижились https://berezov-lsk.ru/\\n \\nВодоемы и пруды https://berezov-lsk.ru/\\n \\nПослепосадочный уход https://berezov-lsk.ru/\\n \\nКП Фламандия, 10 соток https://berezov-lsk.ru/\\n \\nВы выбираете один из двух предложеных вариантов дизайна и мы разрабатываем пакет рабочих чертежей https://berezov-lsk.ru/\\n \\nУчастники автопробега https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:13:08','2026-03-28 17:13:08','03a2657b-3099-4c95-bbe3-4674681ad06c'),
(52665,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrykip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В современных тату студиях Москвы татуировки наносятся в соответствии со строгими стандартами гигиены и санитарии https://maze.tattoo/catalog/yi/\\n  Это касается и нашей студии https://maze.tattoo/catalog/f/feniks/\\n \\n? ул https://maze.tattoo/catalog/p/podkova/\\n  Сущёвская, д https://maze.tattoo/catalog/l/lovets-snov/\\n  25, стр https://maze.tattoo/catalog/o/oduvanchik/\\n  1 https://maze.tattoo/catalog/v/volki/\\n \\nБесплатная консультация! \\nДобро пожаловать в один из лучших салонов тату в Москве – студию «Классик» https://maze.tattoo/catalog/r/realizm/\\n  Наши мастера воплотят в реальность любую вашу идею татуировки, гарантировав абсолютную стерильность и максимальный комфорт https://maze.tattoo/catalog/m/mifologiya/\\n \\nВиртуальный тур по тату салону https://maze.tattoo/catalog/r/rakovini/\\n \\n? Лялин пер., д https://maze.tattoo/catalog/v/voin/\\n  1/36, стр https://maze.tattoo/catalog/m/\\n  2 https://maze.tattoo/catalog/b/biomehanika/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:13:15','2026-03-28 17:13:15','09f446cc-a54f-41d3-b269-6d4224b8b93b'),
(52666,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryskife\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Все правовые документы, \\nTATTOOMOSCOW 18+ \\nТАТУИРОВКА Мы сочетаем современные методы татуировки с традиционными! \\nОдин из самых старейших тату салонов Москвы Команда мастеров с международным опытом Индивидуальные эскизы под каждую идею Безопасность, стерильность, комфорт https://maze.tattoo/catalog/x/miyazaki/\\n \\nКонцерт на лодке, спектакли на рынке и биеннале в квартирах: чем запомнился 15-й Выкса?фестиваль https://maze.tattoo/catalog/l/lovets-snov/\\n \\nг https://maze.tattoo/catalog/gh/zhuravli/\\n  Москва, 11 мая 2025 https://maze.tattoo/catalog/b/belki/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:14:06','2026-03-28 17:14:06','a4fe3f13-8388-40fc-a782-4984e41e8a5a'),
(52667,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scotthex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"от 5 000 руб./м2 https://berezov-lsk.ru/\\n \\nЕвропейский опыт https://berezov-lsk.ru/\\n \\nВозможно ли сделать дизайн без проекта? \\nкоторые преобразят ваш участок https://berezov-lsk.ru/\\n \\nОт 90 руб./м2 RUB https://berezov-lsk.ru/\\n \\nОтлично выровняли и озеленили участок https://berezov-lsk.ru/\\n  Прекрасные специалисты! Готов рекомендовать всем https://berezov-lsk.ru/\\n  Обязательно вернусь будущим летом! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:15:01','2026-03-28 17:15:01','2b345013-4e2e-4fa8-b9bc-8b8aef4e3304'),
(52668,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyduh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы конкурировать с региональными бизнесами, нужно потратить немало времени на повышение качества и репутации сайта в масштабах страны https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Ваш веб-проект должен быть значительно лучше, чем каждый из конкурентов в отдельности https://proffseo.ru/privacy\\n \\nОптимизация сайтов https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nВ соответствии с разработанной стратегией ставит задачи группе проекта и контролирует их реализацию https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Составляет технические задания и готовит все необходимые рабочие материалы https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Контролирует соблюдение KPI проекта, анализирует эффективность мер, при необходимости вносит коррективы https://proffseo.ru/\\n  Готовит регулярную отчетность https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Развивает проект https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nУвеличить небрендовый трафик, привлечь новую целевую аудиторию и поддерживать работоспособность сайта в условиях масштабирования бизнеса https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nTagline Awards 2021 https://proffseo.ru/kontakty\\n \\nСкидка 100% на первый месяц! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:16:18','2026-03-28 17:16:18','945cff42-bb77-4b37-a3cc-7d40a8b240b6'),
(52669,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dian Wills\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dian.wills@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"UGC Video Creator\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1349],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nI came across your website and thought it is well put together. We’re offering businesses like yours a free lifetime plan on our platform, with zero hidden charges. \\n\\nYou can generate AI content like UGC-style ads, connect your social channels, and post everything from a single dashboard. \\n\\nYou can also analyze competitor ads and recreate them, with zero prompts required. No pressure at all, just something that might help you grow faster. \\n\\nIf it makes sense, you can check it out here: https://letstokstudio.com/\\n\\nCheers,\\nDian Wills\\nLetstok AI\\n\\n\\nShould you choose to opt-out of future messages from this message, simply fill the form at bit. ly/fillunsubform with your domain address (URL).\\n60 Stone Cellar Road, Macedon, CA, USA, 91094\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:17:45','2026-03-28 17:17:45','7dc93ed9-f130-497b-9b36-a5ff6c2b61c6'),
(52670,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdrose\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вся представленная на сайте информация, касающаяся технических характеристик, наличия, стоимости товаров, носит информационный характер и ни при каких условиях не является публичной офертой https://deneb-spb.ru/krestoviny\\n  Производитель оставляет за собой право изменять характеристики товара, его внешний вид и комплектность без предварительного уведомления продавца https://deneb-spb.ru/sedla\\n \\nНаименований 0 на сумму 0 руб https://deneb-spb.ru/kollektory\\n \\nПо запросу 4404 https://deneb-spb.ru/sedla\\n 25 https://deneb-spb.ru/truby-armirovannye-alyuminiem\\n \\nтрубы и фитинги из PPR надежны и долговечны; полное отсутствие коррозии и зарастания сечения труб в процессе эксплуатации; большой выбор комбинированных деталей, запорной арматуры и крепёжных деталей позволяет смонтировать любую монтажную схему; простота и увеличение скорости монтажа трубопровода в 5-7 раз по сравнению с металлическим; полная герметичность сварных соединений; высокая химическая стойкость трубопроводов; меньший (по сравнению с металлическими трубами) уровень шума потока жидкости https://deneb-spb.ru/krany-i-ventili\\n  трубы и фитинги из PPR не требуют покраски; система выдерживает несколько циклов замерзания при наличии давления; трубы и фитинги из PPR изготовлены из материала, соответствующего требованиям экологической безопасности и не выделяют вредных веществ ни при монтаже трубопровода, ни при его эксплуатации; низкая цена на фитинги (угольники, тройники, муфты от 4 рублей). \\nПо запросу 13 526 https://deneb-spb.ru/mufty-razemnye-amerikanki\\n 64 https://deneb-spb.ru/ankery\\n \\nПолипропиленовые трубы завоёвывают большую популярность благодаря своим плюсам: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:19:15','2026-03-28 17:19:15','cde21392-aa80-4c49-b0d3-37eea950f2bd'),
(52671,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertperge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Кран 50 тонн, фура 80м3 5 шт https://drogal.ru/portfolio_tags/takelazh-raboty/\\n \\nТакелажные тележки 24 тонны, домкрат 6 шт по 5 тонн, лебедка 10 тонн https://drogal.ru/glossary/perevozchik/\\n \\nНаши преимущества https://drogal.ru/portfolio-items/demontazh-upakovki/\\n \\nИдеально для: \\nПросто напишите нам в Whatsapp https://drogal.ru/glossary/shtuchnie-gruzi/\\n \\nТакелажные работы https://drogal.ru/portfolio-items/kran-aviaczionnye-platformy/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:20:51','2026-03-28 17:20:51','16a46037-8c48-42a2-aab1-57020615fbc4'),
(52672,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Andrewbut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yaroslav.sevastyanov.1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Виды упаковки из дерева https://yaschiki.ru/product-category/yashchiki-iz-faneri/\\n \\nВнутренние размеры: 2500 х 800 х 1000 https://yaschiki.ru/product/derevyannii-yashchik-700-700-1000/\\n \\nЦена по запросу Цена по запросу https://yaschiki.ru/uslugi/izgotovlenie-tari-po-chertezham/\\n \\nЦена по запросу Цена по запросу https://yaschiki.ru/upakovku-v-termousadku/\\n \\nЗачастую деревянные ящики применяются не только для транспортировки, но и для хранения продукции https://yaschiki.ru/product/derevyannii-yashchik-400-400-400/\\n  В зависимости от особенностей груза, ящики могут быть установлены один на другой без ограничений в количестве ярусов https://yaschiki.ru/upakovka-oborudovaniya-v-termousadochnuyu-plenku/\\n \\nСотрудничество с «НеваБизнесПак» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:21:18','2026-03-28 17:21:18','f38ae8ea-87bb-40b5-a086-3596a4e9c15c'),
(52673,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericjonesmyemail@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"SN\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Ccatgreenacres Com Owner,\\n\\nMy name is Eric and I’m betting you’d like your website Ccatgreenacres Com to generate more leads.\\n\\nHere’s how:\\n\\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Ccatgreenacres Com.\\n\\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\\n\\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\\n\\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\\n\\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\\n\\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\\n\\nEric\\n\\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\\nYou have customers waiting to talk with you right now… don’t keep them waiting.\\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\\n\\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=ccatgreenacres.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:21:51','2026-03-28 17:21:51','e8604a40-44e3-43fc-ba12-bc4d1ecf116c'),
(52674,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jameszipsy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"С 2014 года Более 300 садов в активе команды Работаем с проектами по всей России и за её пределами Каждый 5 -й сад — победитель престижных премий https://зеленая-жизнь.com/uslugi1\\n \\nАвтополив для газона https://зеленая-жизнь.com/\\n \\nЛандшафтный дизайн услуги европейского качества https://зеленая-жизнь.com/parkvill\\n \\nВыезд на участок https://зеленая-жизнь.com/drenazh\\n \\nВиталий, 43 года https://зеленая-жизнь.com/gorizont11\\n \\nЧастые вопросы про ландшафтный дизайн https://зеленая-жизнь.com/gorizont11\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:23:40','2026-03-28 17:23:40','2118a49e-8670-49ce-948d-a973c903335e'),
(52675,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ashley Brown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ashleybro@parallelaid.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VAs 4 Hire\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Day, \\n\\nI\'m Ashley with VAs4Hire, and we provide business owners with more booked appointments using our Lead Found system. On average, we book 10 appointments a day.\\n\\nAre you currently looking for more work?\\n\\nWarm regards,\\nAshley Brown\\nVAs 4 Hire\\n\\nPS: If you want to opt out, kindly reply STOP.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:23:58','2026-03-28 17:23:58','c3e51999-1619-4790-bf78-5c82cfabc850'),
(52676,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scotthek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Авторский ландшафтный дизайн https://berezov-lsk.ru/\\n \\nМосковская область, Киевское шоссе, дер https://berezov-lsk.ru/\\n  Новоглаголево https://berezov-lsk.ru/\\n \\nКак выбрать студию ландшафтного дизайна в Москве https://berezov-lsk.ru/\\n \\nЦены на проекты в студиях ландшафтного дизайна в Москве https://berezov-lsk.ru/\\n \\n4 https://berezov-lsk.ru/\\n 8 Общая оценка 4 https://berezov-lsk.ru/\\n 7 Соотношение цена/качество 5 Соблюдение сроков 4 https://berezov-lsk.ru/\\n 5 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\n \\nЧастые вопросы про ландшафтный дизайн https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:24:24','2026-03-28 17:24:24','6381baa7-39c7-4cc3-b674-38187a216d76'),
(52677,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrytheri\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Евгений \\\"Южный\\\" \\nопыт работы https://maze.tattoo/catalog/v/vesi/\\n \\nУ нас царит комфортная и приятная атмосфера https://maze.tattoo/catalog/v/van-gog/\\n  Интерьер продуман до мельчайших деталей, что бы подарить ощущения тепла и уюта https://maze.tattoo/catalog/d/dinozavry/\\n  Пространство словно приглашает расслабиться и почувствовать себя как дома https://maze.tattoo/catalog/m/mini-tatu/\\n \\nВарианты развлечения https://maze.tattoo/catalog/r/rakovini/\\n \\nFaux Pas 18+ \\nТатуировки любого масштаба и сложности набьют в EVIL TATTOO https://maze.tattoo/catalog/m/more-i-ego-obitateli/\\n  Если у вас есть изображение татуировки, которую вам хочется набить, скиньте им в мессенджеры и получите ответ о стоимости в течение 15 минут https://maze.tattoo/catalog/p/pero/\\n  Также здесь действуют разные акции и скидки, например, в день рождения сделают скидку — 10%. Ещё здесь можно удалить тату и татуаж, а мастерам татуировки — арендовать готовое место для работы https://maze.tattoo/catalog/sh/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:24:32','2026-03-28 17:24:32','0146a8d4-444a-4af8-961f-19c0128f1fd0'),
(52678,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidclava\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yitayewberhanu1970@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"WHY THE $3,500,000 JACKPOT IS THE HIGHLIGHT OF ANY DAY https://t2k.in/nNbXm\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:24:33','2026-03-28 17:24:33','8e62c6a6-b5a1-4843-b5ba-db7c32e14562'),
(52679,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidclava\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yitayewberhanu1970@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"WHY THE $3,500,000 JACKPOT IS THE HIGHLIGHT OF ANY DAY https://t2k.in/nNbXm\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:24:37','2026-03-28 17:24:37','12f0fa5e-83e7-417c-9af0-91cd228f1ccf'),
(52680,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidclava\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yitayewberhanu1970@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"WHY THE $3,500,000 JACKPOT IS THE HIGHLIGHT OF ANY DAY https://t2k.in/nNbXm\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:24:39','2026-03-28 17:24:39','f0bcf4b7-5110-46d3-9c09-228103bc083d'),
(52681,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidclava\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yitayewberhanu1970@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"WHY THE $3,500,000 JACKPOT IS THE HIGHLIGHT OF ANY DAY https://t2k.in/nNbXm\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:24:40','2026-03-28 17:24:40','bf295b98-1d7f-40e1-8f9a-0d1709a47d1e'),
(52682,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidclava\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yitayewberhanu1970@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"WHY THE $3,500,000 JACKPOT IS THE HIGHLIGHT OF ANY DAY https://t2k.in/nNbXm\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:24:41','2026-03-28 17:24:41','f8989b9b-3b91-4004-b04f-eb0e502cddf0'),
(52683,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericjonesmyemail@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"NA\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1467],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Cccorsicahills Com Owner,\\n\\nMy name is Eric and I’m betting you’d like your website Cccorsicahills Com to generate more leads.\\n\\nHere’s how:\\n\\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Cccorsicahills Com.\\n\\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\\n\\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\\n\\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\\n\\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\\n\\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\\n\\nEric\\n\\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\\nYou have customers waiting to talk with you right now… don’t keep them waiting.\\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\\n\\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=cccorsicahills.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccorsicahills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccorsicahills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:25:53','2026-03-28 17:25:53','d2130c74-0e3c-4ad3-8e2d-35ac9ce83db9'),
(52684,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryWaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ТАТУИРОВКА Мы сочетаем современные методы татуировки с традиционными! \\nТату и пирсинг студия: когда тело становится манифестом https://maze.tattoo/catalog/o/\\n \\nКогда важна каждая деталь https://maze.tattoo/catalog/i/indeytsy/\\n \\nТатуировка — это не просто мода https://maze.tattoo/catalog/d/derevo/\\n  Это решение, которое остаётся с вами на всю жизнь https://maze.tattoo/catalog/ya/yakor/\\n  Поэтому выбор тату студии в Москве — это не вопрос цены или расположения, а вопрос доверия https://maze.tattoo/catalog/k/korabl/\\n  Мы видим, как часто люди приходят к нам после неудачного опыта в других местах https://maze.tattoo/catalog/r/rys/\\n  И каждый раз мы не просто исправляем ошибки — мы возвращаем людям уверенность в себе https://maze.tattoo/catalog/p/portret/\\n \\nТАТУ САЛОН В МОСКВЕ https://maze.tattoo/catalog/r/rusalka/\\n \\nМастера студии https://maze.tattoo/catalog/b/bozhiya-korovka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:26:11','2026-03-28 17:26:11','c0cdf464-79e7-4bd3-924c-7b962e1c4dba'),
(52685,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottkic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Проводим анализ участка https://berezov-lsk.ru/\\n  Составляем техническое задание на основании ваших пожеланий https://berezov-lsk.ru/\\n \\nПрофессиональная дизайнерская компания всегда заключает со своим заказчиком официальный договор, в котором прописывает состав проекта, порядок работ, оплату и ответственность сторон https://berezov-lsk.ru/\\n \\n«Парк Лайн» \\nКП Борзые, 18 соток https://berezov-lsk.ru/\\n \\nНАМ ВАЖНО ВАШЕ МНЕНИЕ Расскажите, что вам понравилось в работе нашей студии? \\n«Люкс сад» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:26:35','2026-03-28 17:26:35','493e9cd7-93cb-4ff3-8beb-9cb857ab3f03'),
(52686,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"WinstonWet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1 https://roshozdom.ru/index.php?route=product/search&amp;tag=лопатка деревянная\\n 1 https://roshozdom.ru/index.php?route=product/search&amp;tag=деревянная доска&amp;page=5\\n  Настоящий документ определяет политику АО  № 152-ФЗ от 27 https://roshozdom.ru/index.php?route=product/search&amp;tag=лопатка\\n 07 https://roshozdom.ru/index.php?route=product/search&amp;tag=миска деревянная\\n 2006 (далее Закон) https://roshozdom.ru/index.php?route=product/search&amp;tag=для снеков\\n \\nДоска разделочная Деревянная, древесина гладкая, без покрытия Отверстие для хранения Размер доски: 38 х 25 х 1 см цвет товара: бежевый размер: 38 х 25 см материал: дерево особенности: подвесная, двухсторонняя толщина: 1 см вес: 0 https://roshozdom.ru/index.php?route=product/search&amp;tag=подарок женщине\\n 63 кг https://roshozdom.ru/index.php?route=product/search&amp;tag=тарелка сервировочная\\n \\nпредложения от 1 магазина https://roshozdom.ru/index.php?route=product/search&amp;tag=доска круглая деревянная\\n \\n2) Обработка персональных данных ограничивается достижением конкретных, заранее определенных и законных целей https://roshozdom.ru/register_account/\\n  Не осуществляется обработка персональных данных, несовместимая с целями сбора персональных данных; \\nот 2 400 руб https://roshozdom.ru/index.php?route=product/search&amp;tag=бук&amp;page=5\\n \\nДоска разделочная большая 30х27 см Joseph Joseph Chop2Pot по выгодной цене https://roshozdom.ru/index.php?route=product/search&amp;tag=для горячего\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:26:50','2026-03-28 17:26:50','26faf118-c12d-4738-a0ae-4b12578f8872'),
(52687,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelnoilm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"БЕСПЛАТНО http://bmk-med.ru/page49919565.html\\n \\nГинекология http://www.bmk-med.ru/page56624737.html\\n \\nНезависимая оценка качества оказания услуг медицинским организациям http://bmk-med.ru/page49918889.html\\n \\nВрач акушер-гинеколог, врач УЗД http://www.bmk-med.ru/page48556179.html\\n \\nБратиславская http://www.bmk-med.ru/page49916027.html\\n \\nСтарший хирург-флеболог, кандидат медицинских наук http://bmk-med.ru/page59501563.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:27:13','2026-03-28 17:27:13','56548290-8190-4bb3-a37c-fc43eb90c5fe'),
(52688,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidfriny\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"steve.lane64@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Meter for Money https://letz.kr/YIvAA\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:29:03','2026-03-28 17:29:03','7c379c56-a9c8-4f1f-a7a1-ece9754a3766'),
(52689,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidfriny\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"steve.lane64@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Meter for Money https://letz.kr/YIvAA\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:29:05','2026-03-28 17:29:05','b72345ce-2ff1-4c76-84ff-e1dac828d2f9'),
(52690,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidfriny\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"steve.lane64@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Meter for Money https://letz.kr/YIvAA\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:29:06','2026-03-28 17:29:06','44beaa8b-369e-43b0-bd8e-f684f7164146'),
(52691,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidfriny\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"steve.lane64@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Meter for Money https://letz.kr/YIvAA\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:29:07','2026-03-28 17:29:07','3116573d-482f-477f-8a7e-07f17e555383'),
(52692,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidfriny\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"steve.lane64@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Meter for Money https://letz.kr/YIvAA\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:29:08','2026-03-28 17:29:08','841b16b4-807c-41d1-a28d-d1a2a89bd48d'),
(52693,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelnet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ул http://www.bmk-med.ru/page48556495.html\\n  Россошанская, дом 4, корп http://bmk-med.ru/page51872621.html\\n  1 http://www.bmk-med.ru/page48557587.html\\n \\nХромченко Ирина Вячеславовна http://www.bmk-med.ru/page60263351.html\\n \\nЛАБОРАТОРНЫЕ ИССЛЕДОВАНИЯ: Широкий спектр медицинских лабораторных исследований выполняется на базе аккредитованных лабораторий http://bmk-med.ru/page51872621.html\\n  В клинике также проводится тестирование на COVID-19 и грипп (ПЦР-тест, экспресс-тест, тест на антитела к коронавирусу) \\nНовый удобный формат коммуникации http://www.bmk-med.ru/page49869641.html\\n \\nMajor Clinic- это более 150 высококвалифицированных врачей, 40 медицинских направлений, все виды анализов, современное оборудование от мировых производителей, собственная выездная служба, ДМС с большинством страховых компаний http://www.bmk-med.ru/page43426456.html\\n \\nВсе понравилось http://www.bmk-med.ru/page55522237.html\\n  Отличный сервис http://bmk-med.ru/page49919217.html\\n  Быстрое обслуживание http://www.bmk-med.ru/page55522237.html\\n  Очень внимательный персонал http://bmk-med.ru/page69633609.html\\n  Круглосуточная работа http://www.bmk-med.ru/page56624737.html\\n  Я обратился в данную клинику в первый раз в 2025 году http://www.bmk-med.ru/page48557411.html\\n  Клиника устроила во всем http://www.bmk-med.ru/page48557411.html\\n  Вежливые а… \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:29:17','2026-03-28 17:29:17','f954f25b-004f-4cb1-8438-cf64fbd4820d'),
(52694,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwardgerty\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Перфорированная пленка OWV https://print-classic.ru/bandanas\\n \\n2 https://print-classic.ru/presentations\\n  Качество печати в типографии на самом высоком уровне, цвета яркие и насыщенные https://print-classic.ru/presswall\\n \\nУсловия и стоимость образца продукции, можно будет обсудить с менеджером! \\nЗаказать интерьерную печать https://print-classic.ru/bags\\n \\nПолиграфическая продукция, которая будет находиться в помещениях, печатается безвредными для человека красками: \\nКАЧЕСТВО: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:29:24','2026-03-28 17:29:24','8bc3d339-380c-4999-8858-be1d3e62bcf3'),
(52695,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryUNFAX\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Tattoo 3000 18+ \\nВ сертификат входят консультация и работа мастера, все необходимые материалы (на 7000 рублей). Окончательная стоимость татуировки зависит от размера тату и сложности работы https://maze.tattoo/catalog/i/ikra/\\n  Точную цену вам назовут после консультации и согласования дизайна https://maze.tattoo/catalog/a/akvalangisty/\\n  Доплату можно произвести на месте https://maze.tattoo/catalog/b/bozhiya-korovka/\\n \\nтату салон в москве с лучшей коллекцией шрифтов https://maze.tattoo/catalog/с/semiya/\\n \\nГде сделать татуировку в Москве? 14 лучших тату-студий https://maze.tattoo/catalog/с/svekla/\\n \\nОтправь эскиз на сайте или в WhatsApp +7 (905) 545-45-53 и получи скидку и подарочную карту https://maze.tattoo/catalog/ch/chumnoi-doctor/\\n \\nОпыт работы: с 2008 года https://maze.tattoo/catalog/n/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:29:34','2026-03-28 17:29:34','a5ecf8cd-910c-47ad-a136-5c9227e32e5d'),
(52696,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryAlels\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ПЕРЕКРЫТИЕ ТАТУ (Cover up) Наши тату мастера – художники, профессионально перекрывают старые тату https://maze.tattoo/catalog/m/mifologiya/\\n \\nПочему не стоит делать тату до 18 лет https://maze.tattoo/catalog/a/angels/\\n \\nИндивидуальность в каждом штрихе https://maze.tattoo/catalog/x/miyazaki/\\n \\nГде искать, если хочется чего-то настоящего https://maze.tattoo/catalog/ch/cherep/\\n \\nTattoo Times 18+ \\nКOT Tattoo Studio — тату салон Москвы, не имеющий себе равных в открытости, подходе и результате https://maze.tattoo/catalog/l/lyagushki/\\n  Пока все кричат, что они лучшие, мировые, мы профессионально делаем свою работу, о чем свидетельствуют наши портфолио и живые видео отзывы довольных гостей https://maze.tattoo/catalog/o/oven/\\n  В студийном инстаграме вы можете каждый день наблюдать жизнь нашей команды, наших гостей, свободные эскизы и, конечно, готовые работы сразу после нанесения, без какого либо фотошопа и прочих хитростей https://maze.tattoo/catalog/c/samuray/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:30:20','2026-03-28 17:30:20','72d64b61-ca89-4624-a37b-4db77bd0c491'),
(52697,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyPew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Тактильная плитка 500?500?50 мм с диагональным рифлением — это современное решение для создания доступной среды и безопасного передвижения слабовидящих людей https://elite-stones.ru/politika\\n  Такая тактильная тротуарная плитка с диагональными полосами применяется на пешеходных переходах, остановках общественного транспорта, возле входов в здания и в общественных пространствах https://elite-stones.ru/ukladka-trotuarnoy-plitki\\n \\nШуц-линия — протяженная предупреждающая тактильная плитка для платформ и переходов https://elite-stones.ru/oblizovka-i-moshenie/vneshnaya-otdelka/\\n \\n500?150 мм \\n\\n\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:30:52','2026-03-28 17:30:52','0a6d2e17-4382-4dbc-9be7-d831d5c2612e'),
(52698,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinEnume\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Картофель с грибами https://dostafka-obedi.ru/type_menu/napitki/\\n \\nСостав: бульон куриный, капуста белокочанная, лук репчатый, морковь, томаты, соль, перец https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\n  Общий вес – 300 г https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\n \\nКартошка жареная, свекла, морковь по-домашнему, капуста по-домашнему, соленый огурец Общий вес – 150 г https://dostafka-obedi.ru/type_menu/napitki/\\n \\nСуп восточный (400 мл) (говядина, картофель, лапша, лук, морковь, болгарский перец, помидор, нахот, томат) Салат Цезарь (200 мл) (запеченное куриное филе, помидоры, яйца, салатный лист, гренки, греческий соус) Паста по-домашнему (300 гр) (спагетти высшего сорта, соус, куриное филе) Хлеб белый (1 шт) Хлеб черный (1 шт) Комплект приборов (вилка, нож, ложка, салфетка) \\nООО “СК Атриум” \\nУдивить кого-либо салатом «Винегрет овощной» невозможно, но можно удивить качеством его исполнения https://dostafka-obedi.ru/about/\\n  Именно по этому пути мы идем, когда в состав комплексных обедов включаем это известное блюдо https://dostafka-obedi.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:31:39','2026-03-28 17:31:39','d8f2a3ab-4cf0-4237-a72d-59f7fb2cd274'),
(52699,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephthifs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Каждое захоронение должно соответствовать требованиям СанПиН 2 https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pg-21/\\n 1 https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-k-7/\\n 7 https://www.kovanie-ogrady.ru/catalog/graverovalnye-raboty/graverovalnye-raboty-gk/\\n 1287-03 и норм кладбища https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pv-26/\\n  Наши специалисты знают все требования и обеспечивают их соблюдение при благоустройстве https://www.kovanie-ogrady.ru/catalog/vertikalnye/granitnyy-pamyatnik-pv-62/\\n \\nВ нашем каталоге вы можете ознакомиться с большим перечнем кованых и гранитных изделий, используемых для оформления могил https://www.kovanie-ogrady.ru/articles/industry/kogda-stavyat-pamyatnik/\\n  В случае необходимости наши консультанты помогут вам сделать выбор или организуют изготовление декора в точном соответствии с вашими требованиями https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pg-34/\\n \\nТакже большой популярностью сегодня пользуется благоустройство могил щебнем https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-47/\\n  В сравнении с использованием плитки это более доступное решение с точки зрения стоимости https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/lavka-bez-spinki/\\n  Для решения поставленной задачи сегодня используются специальные материалы https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/kovanaya-ograda-na-mogilu-romb/\\n  В зависимости от происхождения щебень может быть мраморным либо гранитным https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pr-6/\\n  Также данный материал делится на две группы в соответствии с методом обработки: неокрашенный и окрашенный https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-pr-9/\\n \\nот 14 600 р https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-56/\\n \\nУточнение размеров захоронения https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pv-52/\\n  Данные параметры указаны в паспорте, который выдается на захоронение https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/elegiya/\\n  Если документ отсутствует, запросить сведения можно в архиве, обратившись к представителю администрации кладбища; \\nМожно ли самостоятельно заниматься благоустройством могилы? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:31:41','2026-03-28 17:31:41','ca094e7f-cc4b-4177-827a-efc5c4a9803c'),
(52700,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI’d like to propose a straightforward link exchange.\\n\\nI can link to ccorangepark.com from 5 legitimate local business websites (DR30+), at no cost. In return, you’d link to 5 different of my client sites from your end — purely for mutual SEO value.\\n\\nLet me know if you’re interested, and I’ll send over the site list.\\n\\nRegards,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:31:51','2026-03-28 17:31:51','bc0e7e57-4e69-4cd2-b5b4-e3d1db846fee'),
(52701,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryaffic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Тату салон в Москве \\\"Tattoo Station\\\" \\nВ Москве множество студий, но не каждая из них может предложить то, что есть в \\\"Тату-Мании\\\": сочетание удобства, профессионализма и душевной атмосферы https://maze.tattoo/catalog/y/ukazatel_puti/\\n  Если вы ищете татуировку рядом с собой, но не хотите идти на компромиссы — просто приходите https://maze.tattoo/catalog/e/enot-i-barsuk/\\n  Здесь вас не просто обслужат, а создадут нечто, что будет с вами навсегда https://maze.tattoo/catalog/i/\\n \\nРудик – прекрасный мастер! Внимательный и профессиональный! Работа получилась лучше с его корректировками! \\nС более подробным портфолио наших работ можно ознакомиться по ссылке (более 1000 работ) \\n? Лялин пер., д https://maze.tattoo/catalog/g/gribi/\\n  1/36, стр https://maze.tattoo/catalog/t/tradik/\\n  2 https://maze.tattoo/catalog/k/krest/\\n \\nТaтуировки https://maze.tattoo/catalog/o/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:33:52','2026-03-28 17:33:52','c5b6b104-3c2a-4ef0-a7f7-f5a1e01fa309'),
(52702,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidWet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sharonmackenzie66@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"THE $3,500,000 JACKPOT IS READY TO CROWN ITS NEXT WINNER https://plu.sh/d8jxp\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:34:31','2026-03-28 17:34:31','2dade302-132f-473f-a3eb-d525be2bb064'),
(52703,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidWet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sharonmackenzie66@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"THE $3,500,000 JACKPOT IS READY TO CROWN ITS NEXT WINNER https://plu.sh/d8jxp\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:34:32','2026-03-28 17:34:32','576808d2-a9af-48b7-b024-ec3e090726c3'),
(52704,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidWet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sharonmackenzie66@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"THE $3,500,000 JACKPOT IS READY TO CROWN ITS NEXT WINNER https://plu.sh/d8jxp\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:34:34','2026-03-28 17:34:34','baac488d-bc59-4bdf-a7e0-47b89ebf196a'),
(52705,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidWet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sharonmackenzie66@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"THE $3,500,000 JACKPOT IS READY TO CROWN ITS NEXT WINNER https://plu.sh/d8jxp\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:34:35','2026-03-28 17:34:35','d48cd646-c560-4a97-a066-59d5fb926435'),
(52706,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidWet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sharonmackenzie66@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"THE $3,500,000 JACKPOT IS READY TO CROWN ITS NEXT WINNER https://plu.sh/d8jxp\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:34:36','2026-03-28 17:34:36','7bd49afc-9606-437f-9647-15efc4850ce1'),
(52707,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertpat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рабочее давление в системе до 20 кгс/см 2 или 2,0 Мпа https://deneb-spb.ru/klipsy\\n  Максимальная температура +75°C https://deneb-spb.ru/ankery\\n  Обычно это армированные трубы, но с небольшой толщиной стенки https://deneb-spb.ru/krany-latunnye-rezbovye\\n  Используют для монтажа систем горячего водоснабжения https://deneb-spb.ru/kompensatory\\n \\nНаличие раструба https://deneb-spb.ru/truby-pn-10-i-pn-20\\n \\n· малый вес (особенно по сравнению с большинством металлов); · невысокая теплопроводность, минимизирующая теплопотери; · химическая инертность – отсутствие реакций с веществами, содержащимися в перемещающихся по трубам жидкостях; · долговечность – возможность эксплуатации в течение нескольких десятков лет; · хорошая звукоизоляция – минимум шума при циркуляции содержимого; · стойкость к различным воздействиям: коррозии, ударам, агрессивным средам, перепадам температур, увеличенному давлению, грибку, вибрациям; · безопасность, отсутствие губительного влияния на экологию; · несложный монтаж трубопроводов, \\nПо запросу 187 https://deneb-spb.ru/svarochnye-apparaty-i-mashiny\\n 86 https://deneb-spb.ru/truby-armirovannye-alyuminiem\\n \\nТолщина стенки https://deneb-spb.ru/krany-i-ventili\\n \\nРазмеры и классификация труб из полипропилена https://deneb-spb.ru/izolyaciya\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:35:16','2026-03-28 17:35:16','1cec4400-a7cf-48a9-99cb-fb6691419857'),
(52708,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SamuelMex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Лучшие студии, мастерские и крупные компании, где проектируют дома и пространства https://www.abbalk.ru/arhitectyra\\n \\nНа рынке архитектурных бюро Москвы появилось достаточно много новых компаний, но приоритет отдавать лучше проверенным организациям, имеющим большой опыт работы над сложными проектами (аэропорты, торговые центры, галереи). \\nКОМПЛЕКСНОЕ БЛАГОУСТРОЙСТВО https://www.abbalk.ru/page47572771.html\\n \\nАрхитектурное бюро с тесной связью с искусством и культурой, которое работает и в России, и за рубежом https://www.abbalk.ru/gradostroitelstvo\\n  Проектируют здания музеев, офисы, магазины и образовательные пространства https://www.abbalk.ru/stati\\n \\nКлиенты https://www.abbalk.ru/gradostroitelstvo\\n \\nАРХИТЕКТУРНЫЕ РЕШЕНИЯ https://www.abbalk.ru/page47574811.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:35:49','2026-03-28 17:35:49','b1f9ac34-d94d-43e8-b16b-ab185fd77233'),
(52709,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelfub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Онлайн консультация Записаться http://bmk-med.ru/page49918573.html\\n \\nMAJOR CLINIC https://bmk-med.ru/page54940559.html\\n \\nБолее 2500 самых современных услуг и методик https://bmk-med.ru/page49917945.html\\n \\nВ Московской клинике представлен широкий спектр программ медицинского обследования как для женщин, так и для мужчин http://bmk-med.ru/page49917753.html\\n  Есть готовые программы, с которыми можно ознакомиться на сайте в разделе \\\"Комплексные программы\\\". Также по результатам первичного приема лечащий врач сможет подобрать индивидуальную программу обследования и лечения http://www.bmk-med.ru/page44221025.html\\n  Программы включают в себя: лабораторную диагностику, инструментальную диагностику, услуги по восстановлению организма, прием у узких специалистов http://www.bmk-med.ru/page48556179.html\\n \\n+7 (495) 292-39-72 http://www.bmk-med.ru/page60263351.html\\n \\nЧитать полностью http://www.bmk-med.ru/page56624737.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:35:52','2026-03-28 17:35:52','bcec6a5c-e555-4d14-b533-6d2881958323'),
(52710,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidasype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonkaadanielka@azet.sk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is the Prize That Makes It All Worthwhile https://onlineuniversalwork.com/hnpl5\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:36:28','2026-03-28 17:36:28','22dda32d-718b-4587-a969-ce54382709a3'),
(52711,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidasype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonkaadanielka@azet.sk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is the Prize That Makes It All Worthwhile https://onlineuniversalwork.com/hnpl5\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:36:29','2026-03-28 17:36:29','83cac1db-e3e9-4dd6-850b-d722682b9a4a'),
(52712,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidasype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonkaadanielka@azet.sk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is the Prize That Makes It All Worthwhile https://onlineuniversalwork.com/hnpl5\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:36:30','2026-03-28 17:36:30','aa73cd20-e42c-48c9-86a1-d4b3b866274a'),
(52713,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidasype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonkaadanielka@azet.sk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is the Prize That Makes It All Worthwhile https://onlineuniversalwork.com/hnpl5\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:36:31','2026-03-28 17:36:31','59f48089-6081-4cac-9ba9-7d412d73d2db'),
(52714,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidasype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"simonkaadanielka@azet.sk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is the Prize That Makes It All Worthwhile https://onlineuniversalwork.com/hnpl5\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:36:33','2026-03-28 17:36:33','4b55f341-7065-44e1-8c46-9c5a66f938a7'),
(52715,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryroacy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Опыт работы: с 2010 года https://maze.tattoo/catalog/ya/\\n \\nОчень внимательный и приятный персонал! Работа очень понравилась, превзошла все мои ожидания! Отдельное спасибо мастеру Никите! Настоящий профессионал своего дела! \\nРеклама на сайте Контакты Мобильная версия Пользовательское соглашение API Email редакции Отзывы и предложения https://maze.tattoo/catalog/ts/\\n \\nОпыт работы: с 2008 года https://maze.tattoo/catalog/c/sova/\\n \\nУзнать подробнее https://maze.tattoo/catalog/b/biomehanika/\\n \\nСтудия работает с 2011 года и специализируется на разнообразных стилях https://maze.tattoo/catalog/t/tradik/\\n  Если хочется олдскула и дотворка, посмотрите работы Николая «Koka Kokin» https://maze.tattoo/catalog/x/khannya/\\n  За эксцентрикой и эротикой — к Андрею «Кичатому», особенно если вам импонируют гравюрный и традиционный стили татуировки https://maze.tattoo/catalog/\\n  Также мастера студии возьмутся за графику, каллиграфию, орнаменты и другие эксперименты на коже https://maze.tattoo/catalog/y/ukazatel_puti/\\n  Минимальная стоимость татуировки — от 4000 рублей, а эскиз работы (набросок без цвета) — 2000 рублей https://maze.tattoo/catalog/p/pero/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:37:19','2026-03-28 17:37:19','4f87b9e6-5b41-4f11-ac4b-4073361104aa'),
(52716,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyOrden\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nМы предлагаем тактильные плитки следующих размеров: \\n300?150 мм \\n\\n\\nМы производим тактильную тротуарную плитку следующих видов: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:39:20','2026-03-28 17:39:20','c15c0ea0-709c-4b94-ae76-39d25cc902da'),
(52717,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephpem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Установка и изготовление оград и цоколей https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pg-35/\\n \\nСо временем любая могила теряет внешний вид: плитка трескается, растения выгорают, памятник тускнеет, а земля оседает https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/kovanaya-ograda-na-mogilu-roza-elit/\\n  Благоустройство места захоронения позволяет не только восстановить порядок, но и выразить уважение к памяти близкого https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/vinogradnaya-loza/\\n  Это важная часть традиции и культуры https://www.kovanie-ogrady.ru/catalog/pamyatniki-v-vide-stely/pamyatnik-iz-granita-pv-16/\\n  А для тех, кто находится далеко, мы обеспечим полную прозрачность выполнения заказа: фотофиксация каждого этапа, понятная отчётность, аккуратная реализация всех пожеланий https://www.kovanie-ogrady.ru/catalog/tsokoli/granitnyy-tsokol-ts-22/\\n \\nОформление заказа на сайте позволяет нашим клиентам сэкономить несколько часов времени https://www.kovanie-ogrady.ru/catalog/tsokoli/granitnyy-tsokol-ts-10/\\n  Ранее приходилось тратить на поиски подходящего варианта не один день https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pv-24/\\n  Искать исполнителей, а также приобретать материалы https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pr-11/\\n  Наша компания берёт на себя все заботы клиента https://www.kovanie-ogrady.ru/catalog/sostavnye-pamyatniki/granitnyy-pamyatnik-dpg-2/\\n  Специалисты помогут подобрать оптимальный вариант благоустройства могилы https://www.kovanie-ogrady.ru/catalog/pamyatnik-s-derevom/granitnyy-pamyatnik-pr-7/\\n  Мы предлагаем: 1 https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pv-26/\\n Квалифицированных специалистов https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pg-18/\\n  2 https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/granitnyy-pamyatnik-pv-42/\\n Гарантию https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pv-28/\\n  3 https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitniy-pamyatnik-pg-20/\\n Индивидуальный подход https://www.kovanie-ogrady.ru/catalog/pamyatnik-veteranu/granitnyy-pamyatnik-k-11/\\n  4 https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-60/\\n Оперативное выполнение заказа https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pv-27/\\n  5 https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitnyy-pamyatnik-pg-18/\\n Помощь в выборе материала https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-k-6/\\n  Лучшие цены на услуги по укладке плитки в Москве и области https://www.kovanie-ogrady.ru/catalog/pamyatniki-reznye/granitnyy-pamyatnik-pr-6/\\n  Оставить заявку можно на сайте, по телефонам или электронной почте https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pr-33/\\n \\nКунцевское кладбище https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-28/\\n \\nИсходя из этих факторов подбираются изделия для установки на могилу https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/pamyatnik-iz-granita-pv-18/\\n  Собрать комплекс изделий вам поможет наш менеджер и при необходимости мы сделаем 3D макет запланированных работ https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pv-33/\\n  Для благоустройства захоронения предлагаем рассмотреть следующие изделия и услуги: \\nНаши работы https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pr-18/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:42:35','2026-03-28 17:42:35','370190d3-f741-40f6-bdaf-47d2adb0bd6c'),
(52718,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Andrewhiery\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yaroslav.sevastyanov.1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Воспользовавшись услугами «Тара-24» клиент может быть на 100% уверен в высоком качестве продукции https://yaschiki.ru/product-category/derevyannie-yashchiki/\\n  Мы работаем только с надежными поставщиками древесины и металлической фурнитуры https://yaschiki.ru/product/derevyannii-yashchik-1400-1200-1500/\\n  Благодаря автоматизации производства вся продукция отличается высокой прочностью сборки https://yaschiki.ru/product/poddon-2600-2400-250/\\n  Крепежные элементы в виде саморезов, гвоздей полностью «утапливаются» в поверхность дерева https://yaschiki.ru/upakovka-dlya-aviaperevozki/\\n \\nПреимущества и сферы применения продукции https://yaschiki.ru/morskaya-upakovka-elektroshkafov/\\n \\nДеревянная и фанерная тара, несмотря на широкое использование металла, пластика, бумаги и других упаковочных материалов, является одним из самых популярных видов упаковки для продовольственных и промышленных товаров https://yaschiki.ru/product/derevyannii-yashchik-1450-1000-2200/\\n  Она очень прочная и долговечная, хорошо защищает товар от различных внешних воздействий и сохраняет груз при перевозке на любые расстояния https://yaschiki.ru/product/derevyannii-yashchik-500-400-500/\\n  Кроме того, такой вид упаковки экологичен https://yaschiki.ru/proekt-yashchiki-iz-osb/\\n  Качественные услуги по упаковке грузов в деревянную или фанерную тару собственного производства Вам предлагает компания «Лентара» https://yaschiki.ru/morskaya-upakovka-sbornogo-gruza/\\n \\nОтвет сформирован YandexGPT на основе текстов выбранных сайтов https://yaschiki.ru/uslugi/upakovka-v-termousadochnuyu-plenku/\\n  В нём могут быть неточности https://yaschiki.ru/product/yashchik-iz-osb-1200-600-1400/\\n \\nЯщик реечный Размер: 300х120х180 мм https://yaschiki.ru/upakovka-dlya-morskoi-perevozki/\\n \\nИзготовление и упаковка грузов в деревянные водонепроницаемые ящики обусловлена возможностью тары защитить содержимое от повреждения в процессе перемещения https://yaschiki.ru/obreshetka-gruza-v-irkutskuyu-oblast/\\n  Выбирая упаковку из мягкого дерева, учтите, что ящик будет иметь среднюю прочность https://yaschiki.ru/product/derevyannii-yashchik-400-400-400/\\n  Его будет довольно сложно сломать, расколоть https://yaschiki.ru/product/derevyannii-yashchik-400-400-400/\\n  Твердая древесина имеет еще большую сопротивляемость к ударам https://yaschiki.ru/morskaya-upakovka-oborudovaniya/\\n  Именно поэтому деревянная упаковка востребована для транспортировки хрупких предметов https://yaschiki.ru/uslugi/upakovka-v-termousadochnuyu-plenku/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:44:34','2026-03-28 17:44:34','77ba34e6-9fe6-4335-872d-c5232d647a30'),
(52719,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyLag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продвижение в ТОП-10 нового сайта по России https://proffseo.ru/\\n \\nв премиум-сегменте по версии Рейтинга Рунета 2020 https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nКак мы это делаем? \\nИтак, что же такое продвижение по всей России и существует ли оно вообще? \\nПоисковые системы Яндекс и Google https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nРезультаты наших клиентов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:44:39','2026-03-28 17:44:39','6b54360e-2891-4f5c-84bd-52a50c2e4ce7'),
(52720,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgepah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Логотип в виде лебедя так же был разработан Кармен Видаль и на данный момент является одним из самых ценных наследий бренда https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/skrab-penka-dlya-litsa-365-excel-therapy-o2-365-soft-scrub\\n  Лебедь с плавными очертаниями символизирует то, что Germaine de Capuccini дарит женщинам, — элегантность, красоту, спокойствие и чистоту https://www.germainedecapuccini.ru.com/collection/for-men-dlya-muzhchin/product/nabor-for-men-emulsiya-dlya-vek-s-massazhnym-rolikom-10-ml-emulsiya-omolazhivayuschaya-50-ml\\n \\n\\nФранцузский шарм отразился не только в названии бренда, но и в самой косметике, которая отличалась изысканными текстурами и ароматами, характерными для времен парижского шика https://www.germainedecapuccini.ru.com/product/nabor-for-men-powerage-1-2-3-dlya-muzhchin\\n \\n• Доверие экспертов: Бренд признан во всем мире косметологами и дерматологами https://www.germainedecapuccini.ru.com/collection/for-men-dlya-muzhchin\\n \\n\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:44:51','2026-03-28 17:44:51','58322c47-4769-4527-99cf-56828e563fa7'),
(52721,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldMoits\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"8 https://kupefurnitur.ru/catalog\\n 9 https://kupefurnitur.ru/\\n  В случае, если цена приобретаемого Предъявителем Товара меньше Номинала Подарочного сертификата, то: остаток денежных средств на Подарочном сертификате сохраняется с правом Предъявителя на последующие приобретения Товара в размере суммы остатка денежных средств по такому Подарочному сертификату https://kupefurnitur.ru/\\n \\nФурнитура для кухни https://kupefurnitur.ru/\\n \\nрамочные и безрамочные механизмы; системы для радиусных шкафов; роликовые системы https://kupefurnitur.ru/contact\\n \\nКрючок мебельный — это практичная деталь интерьера, которая делает быт удобней https://kupefurnitur.ru/price\\n  Используется в основ.. \\nФурнитура оптом для мебели Москва https://kupefurnitur.ru/\\n \\nВ нашем каталоге вас удивит большой выбор российской и китайской продукции https://kupefurnitur.ru/catalog\\n  Качественная фурнитура для изготовления корпусной и кухонной мебели, шкафов-купе, прихожих, мягкой мебели и других составляющих интерьера https://kupefurnitur.ru/price\\n  Но и это ещё не всё https://kupefurnitur.ru/price\\n  Мир, как все хорошо знают, не стоит на месте https://kupefurnitur.ru/onas\\n  Изменяются условия жизни и вкусы людей, а вместе с ними изменяются и дизайнерские формы мебели https://kupefurnitur.ru/contact\\n  Мы внимательно следим за современными тенденциями мебельной моды, и ассортимент нашей продукции постоянно пополняется новыми интересными штуками https://kupefurnitur.ru/contact\\n  Однако мы не бросаемся на первую попавшуюся компанию, а тщательно выбираем производителей для сотрудничества https://kupefurnitur.ru/price\\n  Пополняющие наш ассортимент новинки всегда от компаний-производителей, имеющих безупречную репутацию https://kupefurnitur.ru/\\n  Мебельная фурнитура нашей компании всегда пользуется высоким спросом у покупателей, потому что она применяется в производстве качественной и красивой мебели https://kupefurnitur.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:45:28','2026-03-28 17:45:28','728dc89d-91db-4f98-8ed5-8f224cc8e9ee'),
(52722,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Aloha, makemake wau eʻike i kāu kumukūʻai.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"Info@ccwaynehills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:45:32','2026-03-28 17:45:32','dceea141-df00-4c6b-9b77-d77c14a6149c'),
(52723,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DerekBok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"toktobayeva.nata@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Более 13 лет работы в сфере корпоративного туризма https://corporativ-luxe.ru/maldivy\\n \\nПодберём и забронируем отель нужной категории — от эконома до премиум-сегмента https://corporativ-luxe.ru/korporativ-v-serbii\\n  Учитываем местоположение, уровень сервиса и пожелания по условиям проживания https://corporativ-luxe.ru/korporativ-v-dagestane\\n \\nИндивидуальная программа https://corporativ-luxe.ru/korporativ-na-maldivah-na-chastnoy-yahte\\n \\nДиректор по персоналу, Лео Телеком https://corporativ-luxe.ru/ekstremalnyy-timbilding\\n \\nГреция стабильно входит в тройку самых популярных стран для корпоративного отдыха https://corporativ-luxe.ru/zvuk-svet-i-tekhnika\\n  Цены на проживание здесь сравнительно невысокие, при этом страна отличается гостеприимством и великолепной кухней https://corporativ-luxe.ru/nayti-vykhod\\n  Лучше всего летать сюда в летний сезон, примерно с мая по октябрь: в это время деловую поездку можно совместить с пляжным отдыхом https://corporativ-luxe.ru/zvuk-svet-i-tekhnika\\n \\nПерсонализированная программа https://corporativ-luxe.ru/zhd-bilety-i-avtobusy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:46:36','2026-03-28 17:46:36','19947855-e15d-44a8-b0da-bb795db8f872'),
(52724,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Reina Vines\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"reina.vines10@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Reina Vines\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[999],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Quick note,\\n\\nI came across your website and wanted to share something useful.\\n\\nThere\'s a free tool that lets you get seen on more platforms across multiple classified sites with no manual posting.\\n\\nIf you want an easy traffic lift, here’s the page:\\nhttps://websubmitterpro.com\\n\\nIt’s 100% free to try and takes seconds.\\n\\nHappy to share more free ways to get exposure.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:46:43','2026-03-28 17:46:43','5c9b99c1-58b7-49bc-a83b-a462871e4df9'),
(52725,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronRof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Периодическая аттестация «поверка» ультразвуковых преобразователей https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/rezerv/teplovizor-flir-k45-2\\n  Периодическая поверка является обязательной и должна выполняться один раз в год https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-kisloroda-o2/sensor-kisloroda-sgx-7ox\\n  Аттестация ПЭП делается в течение нескольких дней https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-dioksida-sery/sensor-dioksida-seryi-gs3so2-dd-scientific\\n  Краткий… \\nНа сайте ФБУ «УРАЛТЕСТ» реализован сервис по проверке оплаты счетов на поверку https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/top-sens/staczionarnyij-gazoanalizator-top-sens-500\\n \\n— Поверка клещей токоизмерительных постоянного и переменного тока https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/pribory-vertikalnogo-proektirovaniya/rgk/pribor-vertikalnogo-proektirovaniya-rgk-v200\\n \\nВ зависимости от условий договора возможно проведение калибровки по месту нахождения СИ http://analyztepla.ru/priboryi-nerazrushayushhego-kontrolya/adgezimtery/adgezimetryi-promt/\\n  Срок выполнения работ в среднем составляет от 3 до 10 рабочих дней http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/testery-napryazheniya-beskontaktnye/rgk/indikator-napryazheniya-rgk-ac-12\\n \\nВ течение многих лет по вопросам поверки (калибровки) СИ мы сотрудничаем с ФБУ «Ростест-Москва», ФГУП «ВНИИМ им https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-kisloroda-o2/sensor-kisloroda-saox-2s-dd-scientific\\n  Д https://analyztepla.ru/katalog-izmeritelnykh-priborov/sekundomery/\\n И https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/gazoanalizatoryi-hardgas/gazoanalizatoryi-hardgas-x6/gazoanalizator-so-vstroennyim-nasosom-hardgas-x6-ch4-o2-co-h2s-no2-co2\\n  Менделеева», УНИИМ - филиал ФГУП «ВНИИМ им https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/prompribor-r/staczionarnyie-gazoanalizatoryi-sigma-03m/informaczionnyij-blok-gazoanalizatora-sigma-03mipk-16-kanalov-8-rele-m\\n  Д https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/top-sens/top-sens-260-odnokanalnyy-gazoanalizator-s-poverkoy\\n И https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/niveliry-opticheskie/rgk/opticheskij-nivelir-rgk-c-24-shtativ-s6-n-rejka-rgk-ts-7\\n  Менделеева», ФГБУ «ВНИИМС» и другими ЮЛ https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/testo/komplekt-testo-300-longlife-co-s-n2-kompensatciey-o2-co-do-8000-\\n \\nГарантия: Не указано https://analyztepla.ru/poverka/poverka-termogigrometra\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:49:09','2026-03-28 17:49:09','244dbb32-4032-4a7c-a710-245bf26b3750'),
(52726,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryBoift\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Tattoo 3000 18+ \\nопыт работы https://maze.tattoo/catalog/k/\\n \\ndmitrylavrenov https://maze.tattoo/catalog/sha/\\n \\nВ тату пирсинг салоне мы используем только стерильные инструменты, сертифицированные материалы и индивидуальный подход к каждому клиенту https://maze.tattoo/catalog/g/\\n  Безопасность и эстетика — два столпа, на которых строится наша работа https://maze.tattoo/catalog/p/portret/\\n \\nВ современных тату студиях Москвы татуировки наносятся в соответствии со строгими стандартами гигиены и санитарии https://maze.tattoo/catalog/z/zmei/\\n  Это касается и нашей студии https://maze.tattoo/catalog/l/lyagushki/\\n \\nУстановка микродермал в тату-салоне «Классик» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:49:54','2026-03-28 17:49:54','3eb1a607-d919-4dba-bc63-1c6474e58dbc'),
(52727,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Winstonmow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Brand: Joseph Joseph, Великобритания Описание: Новая интерпретация бестселлера Index https://roshozdom.ru/index.php?route=product/search&amp;tag=РХД-т4030/3\\n  Теперь все доски в наборе с одинаковой плоской поверхностью и закругленными краями, удерживающими сок и крошки https://roshozdom.ru/index.php?route=product/search&amp;tag=доска для подачи\\n  Доски из этого набора можно использовать с двух сторон, не задумываясь https://roshozdom.ru/index.php?route=product/search&amp;tag=звезда\\n Благодаря обновленной форме кей https://roshozdom.ru/index.php?route=product/search&amp;tag=&amp;page=9\\n \\nСамовывоз, Почта РФ, Курьером, Логистическая компания https://roshozdom.ru/posuda_derevyannaya/derevyannye_doski_dlya_podachi_blyud/derevyannye_doski_dlya_podachi_shashlyka/\\n \\nВам на почту выслано письмо с инструкциями https://roshozdom.ru/index.php?route=product/search&amp;tag=дуб массив\\n \\nРазделочная доска считается одним из обязательных аксессуаров на любой кухне https://roshozdom.ru/index.php?route=product/search&amp;tag=набор\\n  Именно это изделие помогает сохранить кухонную мебель от механических повреждений и загрязнений https://roshozdom.ru/index.php?route=product/search&amp;tag=для сахара\\n  Разделочная доска Mint от испанского бренда Quid обеспечит гигиеничность и безопасность процесса приготовления еды https://roshozdom.ru/index.php?route=product/search&amp;tag=секира\\n  Классичес https://roshozdom.ru/index.php?route=product/search&amp;tag=бук массив&amp;page=3\\n \\nНабор из 4 разделочных досок — универсальный помощник на кухне, который  в нужный момент https://roshozdom.ru/index.php?route=account/wishlist\\n  Нарезка фруктов, шинкование овощей, разделка рыбы и птицы — на прямоугольной пластиковой разделочной доске легко выполняются любые кулинарные задания https://roshozdom.ru/index.php?route=product/search&amp;tag=деревянная доска&amp;page=5\\n  Гигиеничный материал обладает антимикр https://roshozdom.ru/index.php?route=product/search&amp;tag=для шотов\\n \\n-935 https://roshozdom.ru/index.php?route=product/search&amp;tag=для кухни\\n  Размеры: 0 https://roshozdom.ru/index.php?route=product/search&amp;tag=для кафе\\n 5 x 19 https://roshozdom.ru/sobstvennoe_proizvodstvo/?page=13\\n 5 x 30 см, Материал: Бамбук, МДФ, Вес: 211 гр, Размер упаковки: 19 https://roshozdom.ru/index.php?route=product/search&amp;tag=совок\\n 5 x 0 https://roshozdom.ru/index.php?route=product/search&amp;tag=с обжигом\\n 5 x 30 см, Тип доски: Стандартная, Цвет: Коричневый, Форма: Прямоугольная, Набор: Нет, Ширина, см: 19 https://roshozdom.ru/derevyannye_pribory/derevyannye_tolkushki/\\n 5, Рисунок: Нет, Длина, см: 30, Можно мыть в посудомоечной машине: Нет, Особенности: Подвесная https://roshozdom.ru/index.php?route=product/search&amp;tag=доска для подачи&amp;page=2\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:50:21','2026-03-28 17:50:21','c0568951-02d7-4b64-96ab-c68329cbc537'),
(52728,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottFluip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как мы работаем https://berezov-lsk.ru/\\n \\nЭкспертная https://berezov-lsk.ru/\\n \\nСпециалисты компании «Сад Фантазий» с радостью помогут владельцам садовых участков, которые не знают, как их обустроить и нуждаются в качественной профессиональной помощи по доступной цене https://berezov-lsk.ru/\\n  Если вы ищете надежного исполнителя услуг по ландшафтному дизайну, то вы обратились по адресу https://berezov-lsk.ru/\\n \\n«Экопочва» \\nМы разрабатываем ландшафтный дизайн под ключ, а это значит, что мы не только подготовим для вас проект и реализуем его, мы готовы взять его на обслуживание https://berezov-lsk.ru/\\n  Таким образом, заключив с нами договор, Вы получите благоустроенную приусадебную территорию или сад без лишних https://berezov-lsk.ru/\\n \\nУкладка газона https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:50:55','2026-03-28 17:50:55','f36fcacc-f41f-4623-82bb-a2e8e2bda5dd'),
(52729,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidRot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"У элитной мебели также, как и у любой другой, есть свои исключительные черты и характеристики https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e17.html\\n   Выбирая элитную мебель, следует ориентироваться и на цену, и на производителя https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d34.html\\n   В Италии, например, немало семейных предприятий, выпускающих роскошную высококачественную мебель, и это является всем известным фактом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/test2.html\\n   Как и то, что настоящая элитная мебель удовольствие не из дешёвых https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/impressio/?PAGEN_1=2\\n   И, тем не менее, всё больше людей, в том числе и со средним достатком, предпочитают приобретать мебель класса , справедливо рассчитывая на то, что такая мебель покупается на десятилетия https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaya-dver-e12.html\\n \\nДолго определялись со стилем, извела менеджеров нескольких салонов Москвы с просчетами разных вариантов, оперативнее и грамотнее всех окахались специалисты из  https://www.legnostyle.ru/catalog/mebel/kabinety/domasnii-kabinet-kb-2.html\\n   Доставили без задержек, как и обещали, через 2 недели https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=12\\n   Собирали 2 мастера около пяти часов https://www.legnostyle.ru/catalog/inter-eri/peregorodki/peregorodka-a12.html\\n   С собой у них куча инструмента, включая пылесос, опилки и мусор прибрали https://www.legnostyle.ru/catalog/mebel/kb-4.html\\n   Собрали хорошо, делали выпилы в каменной столешнице для мойки, варки и фильтра, все аккуратно https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l4-2.html\\n   Старую кухню вынесли, как я и просила https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-41.html\\n   Спасибо! \\nПри изготовлении мебели мы используем только качественные и натуральные материалы, такие как: ценные породы древесины, искусственный и натуральный камень, сертифицированные ДСП и МДФ https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/?PAGEN_1=4\\n \\nОриентация на изготовление кухонной мебели с таким расчетом, чтобы соединить воедино знаменитый итальянский стиль, качество и дизайн с современными требованиями эргономики и функциональности https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/\\n \\nПо мнению сотрудников кладбища, такие переживания помогут ценить больше жизнь https://www.legnostyle.ru/catalog/inter-eri/potolki/?PAGEN_1=2\\n   Большинство посетителей кладбища считают такую идею странной,  Опубликовано 11/04/2018 - 21:48 \\n- Определитесь с тем, что вам нужно в своей новой съемной квартире https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e7.html\\n   Качество/свежесть ремонта, в том случае если квартира будет не новой, наличие определенной аппаратуры, \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:51:22','2026-03-28 17:51:22','c4daaa76-83ed-48d8-942e-29aaa5e2f3c0'),
(52730,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Craigraick\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"valerakimuvo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"5 мая 2025 https://stosastudio.ru/\\n \\nот 275 277 руб https://stosastudio.ru/catalog/arrex-le-cucine-fiorella/\\n \\nот 410 000 руб./п https://stosastudio.ru/ergonomika-kuhni/\\n  м https://stosastudio.ru/catalog/kuhni-menta/\\n \\nПочему выбирают керамические столешницы? \\nС нами, такого риска нет! Процесс изготовления Вашей мебели на фабрике Вы можете в любой момент отследить при помощи фото и видео-отчетов, предоставляемых по Вашей просьбе, либо лично посетив фабрику https://stosastudio.ru/voshititelnye-italyanskie-kuhonnye-stoly-i-stulya-vysokogo-kachestva/\\n \\n233 600 руб https://stosastudio.ru/sovety-po-vyboru-kuhni/\\n  292 000 руб https://stosastudio.ru/7-sovetov-ot-dizajnera-kuhni-ekonomim-i-vyigryvaem/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:52:01','2026-03-28 17:52:01','fcd75231-5205-4953-8719-5320e3212d83'),
(52731,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyoptot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Еще истории успеха https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nРеальная гарантия на раскрутку сайта https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nВлияние географического фактора на позиции в поисковой выдаче https://proffseo.ru/privacy\\n  Особенности регионального продвижения сайта в одном и нескольких регионах https://proffseo.ru/privacy\\n \\nДенис Зубрев https://proffseo.ru/privacy\\n \\nпо версии AdIndex, 2021 https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nДля того, чтобы сайт мог занимать хорошие позиции сразу в нескольких регионах, можно предпринять следующие действия: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:52:34','2026-03-28 17:52:34','c338311c-d161-4883-b059-3fbf0a322070'),
(52732,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SamuelNam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Endless House https://www.abbalk.ru/interier\\n \\nАрхитектурное бюро https://www.abbalk.ru/page47574811.html\\n \\nЖурнал Salon январь 2025 Читать Подарили машину нашему сотруднику! Читать Современные стили в интерьере Читать https://www.abbalk.ru/page47572771.html\\n \\nКомпания архитекторов и инженеров, которые специализируются на проектах для коммерческих пространств https://www.abbalk.ru/stati\\n  Разрабатывают планы и дизайн для отелей, банков, офисов https://www.abbalk.ru/page47559287.html\\n \\nАрхитектурное бюро из Санкт-Петербурга с собственной лабораторией, где разрабатывают собственные инструменты проектирования и исследования https://www.abbalk.ru/page47559287.html\\n  Создают проекты для жилого строительства, отели, музеи https://www.abbalk.ru/page47559287.html\\n \\nЧастный дом в Калининградской области Изображение: архитектурное бюро Nord Domos Узнать подробнее https://www.abbalk.ru/gradostroitelstvo\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:53:19','2026-03-28 17:53:19','9547a5a3-a73e-4502-ba68-25d3b9c46398'),
(52733,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyjiche\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продвижение в ТОП-10 нового сайта по России https://proffseo.ru/\\n \\nПосле чего, одним из ключевых моментов в продвижении сайта, стал выбор и присвоение ему региона, в котором требуется занять высокие позиции https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nПродвижение сайта в определенном городе и региональная выдача Яндекса https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nот 150 000 ? \\nРегиональная принадлежность пользователей в Яндексе в первую очередь определяется по IP-адресу и настройках аккаунта, но не только https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Поисковик регулярно уточняет классификатор региона, получая дополнительные данные от партнеров и клиентов, а также напрямую от самого пользователя https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nКак продвинуть сайт сразу в нескольких регионах? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:54:10','2026-03-28 17:54:10','56cfaca0-5f1c-4db1-b341-ff8c36db2058'),
(52734,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roberthar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Полезен ли Вам отзыв? \\nТакелажные услуги под ключ https://drogal.ru/glossary/\\n \\nТакелаж промышленного оборудования пресс 8 тонн https://drogal.ru/glossary/melkaya-otpravka/\\n \\nБригада такелажников https://drogal.ru/tarify-i-akczii/takelazhnye-raboty-cena/\\n \\nВ чем специфика работ https://drogal.ru/glossary/bochka/\\n \\nПосле выезда оценщика на объект, компания ПроМуверс подписывают договор, в котором прописывается фиксированная стоимость такелажных работ, с учетом всех сложностей и дополнительных работ https://drogal.ru/uslugi/upakovka/upakovka-pallet/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:54:12','2026-03-28 17:54:12','b56886f5-30b8-4b49-a768-979e3f559923'),
(52735,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aaronwouse\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"При обнаруженных отклонениях от нормы устройства корректируются, погрешности устраняются https://analyztepla.ru/katalog-izmeritelnykh-priborov/vibrometry/vibrometryi-vostok-7/\\n \\n— Поверка термопреобразователей термоэлектрических https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/?page=4\\n \\nПоиск района https://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/tokoizmeritelnye-kleschi/tokovyie-kleshhi-center/tokovyie-kleshhi-center-235\\n \\nНе забудьте удостовериться в компетенции организации, которой вы намерены доверить калибровку своих средств измерений http://analyztepla.ru/katalog-analiticheskogo-i-laboratornogo-oborudovaniya/izmeriteli-ph-ion-ovp-t-c-aktivnosti-vody/\\n  Компетентность подтверждается аккредитацией на право проведения калибровочных работ https://analyztepla.ru/b-u-oborudovanie-i-pribory/teplovizionnaya-kamera-guide-pc210\\n \\n— Поверка клещей токоизмерительных постоянного и переменного тока http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-izmereniya-davleniya/rgk/\\n \\nВ наличии: Под заказ https://analyztepla.ru/pribory-v-arendu/techeiskateli-freonov-khladagentov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:55:55','2026-03-28 17:55:55','2a84f6ad-78ff-4e16-96f2-338616aa74d2'),
(52736,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidanomb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Реставрация выполняется опытными мастерами на профессиональном уровне https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e13.html\\n   Позвоните по нашему телефону прямо сейчас, чтобы пригласить специалиста на дом или в офис! Мы вернем ваши изделия к жизни быстро, аккуратно и качественно! \\nДольше, чем мы ожидали, с выбранной тканью довольно дорого вышло https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-6.html\\n   Но, конечно, не дороже, чем купить новую подобную мебель https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s46.html\\n   В любом случае все сделано достойно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaya-dver-d35.html\\n \\nМы производим авторскую мебель по индивидуальным размерам только из высококачественной древесины https://www.legnostyle.ru/catalog/inter-eri/arka-a23.html\\n   Прозрачные дверцы, резьба, декоративное оформление позволяют воплотить в жизнь самые смелые идеи https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a-13.html\\n   Укомплектуем Ваш дом, квартиру, офис или ресторан https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/\\n   Дизайнеры тщательно разработают проект, учитывая все пожелания и тонкости создания мебели https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/stol-model-s-9.html\\n   Список авторской мебели по индивидуальным проектам очень широкий и включает: кухни, шкафы, столы, кровати, двери, лестницы, окна, кессонные потолки и др https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a21.html\\n   Мы производим различные элементы интерьера, декора https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/arka-a32.html\\n   Компания специализируется на выпуске самой разнообразной продукции по индивидуальным проектам https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i20.html\\n \\nРезные деревянные инкрустации и изящная фурнитура делают бесподобным вид классической мебели, а природный материал создает комфортную обстановку комнаты https://www.legnostyle.ru/catalog/lestnici/elitnye/\\n   Любители современных или необычных интерьеров могут сделать индивидуальный заказ на изготовление гарнитура в различных стилях https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-14.html\\n \\nДекоративное покрытие выцветает, появляются пятна и потертости, деформируются элементы конструкции https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e23.html\\n   Только качественно выполненная реставрация поможет вернуть первозданное великолепие изделий https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=18\\n \\nТехнологии изготовления мебели, отточенные на протяжении многих столетий, до сих пор пользуются заслуженной популярностью не только во дворцах или особняках Западной Европы, но и в домах мировых правителей, преуспевающих бизнесменов и представителей творческой элиты https://www.legnostyle.ru/catalog/mebel/kabinety/kb-8.html\\n   Опираясь на многовековой опыт, итальянские мастера создают современные произведения искусства, предлагая и относительно доступные решения, и элитную мебель, рассчитанную на покупателей с очень высоким уровнем достатка https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d19.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:56:25','2026-03-28 17:56:25','4869d12b-422f-48b3-9180-0e37f324665d'),
(52737,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryjeAge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Студия работает с 2011 года и специализируется на разнообразных стилях https://maze.tattoo/catalog/ch/chasy/\\n  Если хочется олдскула и дотворка, посмотрите работы Николая «Koka Kokin» https://maze.tattoo/catalog/yu/yuliy-tsezar/\\n  За эксцентрикой и эротикой — к Андрею «Кичатому», особенно если вам импонируют гравюрный и традиционный стили татуировки https://maze.tattoo/catalog/y/urobros/\\n  Также мастера студии возьмутся за графику, каллиграфию, орнаменты и другие эксперименты на коже https://maze.tattoo/catalog/p/paporotnik/\\n  Минимальная стоимость татуировки — от 4000 рублей, а эскиз работы (набросок без цвета) — 2000 рублей https://maze.tattoo/catalog/с/semiya/\\n \\nАкадемия тату в Москве преподает слушателям и теорию, и практику https://maze.tattoo/catalog/gh/zhar-ptitsa/\\n  Все это происходит в индивидуальным порядке, ведь только так можно достичь наивысшего мастерства, стать не просто татуировщиком, а настоящим художником с собственным уникальным стилем https://maze.tattoo/catalog/b/biker-tattoo/\\n \\n? Колпачный пер., д https://maze.tattoo/catalog/x/haida/\\n  6, стр https://maze.tattoo/catalog/x/khomyak/\\n  4 https://maze.tattoo/catalog/x/khannya/\\n \\nСпасибо! Все очень понравилось,Артём - супер! \\nСкидка на тату в дни ваших праздничных событий (день рождения, юбилей свадьбы и т https://maze.tattoo/catalog/ch/cherep/\\n п.) \\nТак что, если давно хочешь сделать татуировку? Ищешь студию, тату салон в Москве? Нужен ВАУ-результат? Добро пожаловать в салон татуировок Кот тату студия! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 17:58:35','2026-03-28 17:58:35','aaf770b4-a202-45b0-98b3-81140fa18806'),
(52738,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertHek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sveiki, es gribēju zināt savu cenu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:01:17','2026-03-28 18:01:17','06d9d7af-841b-4e74-bb64-55654fd9eaf5'),
(52739,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryVotte\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Tattoo Times 18+ \\nСреди мастеров этого салона — победители выставок и конвенций, а значит здесь работают фанаты своего дела https://maze.tattoo/catalog/o/orel/\\n  В Tattoo Times вам сделают хоть миниатюрную татуировку, хоть воплотят самые смелые и высокохудожественные фантазии с яркими сюжетами https://maze.tattoo/catalog/t/\\n  Выбрать их вы можете вместе с администраторами, которые также с удовольствием расскажут о плюсах и минусах татуировки https://maze.tattoo/catalog/d/drakony/\\n  Также здесь делают пирсинг, перманентный макияж и био-тату https://maze.tattoo/catalog/x/\\n  А если вы сами давно мечтаете стать мастером татуировке, записывайтесь на курсы https://maze.tattoo/catalog/n/neft/\\n \\nВ процессе работы применяются современные машинки с минимальной вибрацией и максимально точным контролем https://maze.tattoo/catalog/m/malenkiy-prints/\\n  А самое главное – техника работает так, чтобы свести к минимуму любые болевые ощущения https://maze.tattoo/catalog/m/mech/\\n  В конце процедуры мастер наносит кремы и гидрогелевые повязки, чтобы место зажило в самые короткие сроки https://maze.tattoo/catalog/b/bozhiya-korovka/\\n  Он обязательно предоставляет подробную консультацию о том, как следить за тату в первые дни и ускорить процесс заживления https://maze.tattoo/catalog/с/svekla/\\n \\nГеннадий Гольба https://maze.tattoo/catalog/k/krylya/\\n \\nСпециальное предложение! \\n«Ангел» 18+ \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:03:01','2026-03-28 18:03:01','bca04d77-b0cf-40e9-9251-744ef8415949'),
(52740,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertDom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"5 https://deneb-spb.ru/kollektory\\n 2 https://deneb-spb.ru/truby-armirovannye-steklovoloknom-pn20-i-pn25\\n 2 Максимальный срок службы трубопровода для каждого класса эксплуатации определяется суммарным временем работы трубопровода при температурах T раб , T макс , T авар и составляет 50 лет https://deneb-spb.ru/truby-armirovannye-alyuminiem\\n \\nПри необоснованном отказе Покупателя от приемки Продукции, имеющей статус «Заказная», по согласованной Заявке Покупатель по требованию Поставщика уплачивает штраф в размере 100% от стоимости не принятой Продукции, а также иные расходы, связанные с возвратом, переработкой и хранением такой Продукции https://deneb-spb.ru/vse_novosti\\n \\nКак заказать: \\nПо запросу 223 https://deneb-spb.ru/contacts\\n 31 https://deneb-spb.ru/mufty-i-perekhodniki\\n \\nНоминальное рабочее давление PN, бар https://deneb-spb.ru/klipsy\\n \\nНаш специалист свяжется с вами для уточнения деталей заказа https://deneb-spb.ru/truby-armirovannye-alyuminiem\\n  Если вы планируете заказать крупную партию продукции, вам будет выслан прайс с указанием оптовой стоимости всех интересующих товаров https://deneb-spb.ru/dostavka\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:03:23','2026-03-28 18:03:23','32dd776b-b782-4a4f-8267-5f8779cfb3da'),
(52741,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottNed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Работа над эскизами, которая займёт 10-14 дней https://berezov-lsk.ru/\\n \\nСергей Мальцев, 37 https://berezov-lsk.ru/\\n \\nЛандшафтный дизайн сада — это не просто насаждение плодовых и декоративных растений, это и сооружение дорожек и искусственных водоёмов, создание площадок и мощёных территорий, инженерные работы и целые ландшафтные композиции https://berezov-lsk.ru/\\n  Одним словом — все необходимое для целостного образа приусадебной территории, красота которой, несомненно, станет предметом восхищения гостей и соседей https://berezov-lsk.ru/\\n \\nВыезд специалистов на объект для предварительного анализа, выполнение замеров https://berezov-lsk.ru/\\n \\nСоздайте красивый участок для отдыха и общения https://berezov-lsk.ru/\\n \\nЧтобы заказать дизайн участка, звоните по тел https://berezov-lsk.ru/\\n  +7 (963) 661-14-82 https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:04:57','2026-03-28 18:04:57','237faee4-2602-4d53-a427-3236752a3c85'),
(52742,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyjiche\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Создание надежного портала https://proffseo.ru/kontakty\\n  Ваша компания не останется незамеченной https://proffseo.ru/\\n \\nПолный список идентификаторов часто используемых стран и российских регионов, с сортировкой по алфавиту доступен по ссылке https://proffseo.ru/privacy\\n \\nРегиональное продвижение позволяет охватить новую целевую аудиторию, осуществлять развитие и экспансию в город, в котором заинтересован бизнес: компания, бренд, интернет-магазин https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Для продвижения компании и сайта по конкретному городу, области или региону России, нужна специальная «региональная» SEO-оптимизация сайта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nДенис Зубрев https://proffseo.ru/kontakty\\n \\nРезультаты: \\nПродвижение в ТОП-10 регионального сайта (кроме МСК, СПб) \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:06:54','2026-03-28 18:06:54','09b35422-7cb4-4677-b487-104a2752c8c4'),
(52743,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronWeilt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы используем cookie-файлы для наилучшего представления нашего сайта https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/niveliry-opticheskie/rgk/?page=2\\n  Продолжая использовать этот сайт, вы соглашаетесь с использованием cookie-файлов https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/lider-01-02-04-lidergazdetektor/gazoanalizatoryi-portativnyie-lider-04/gazoanalizator-portativnyij-lider-04-ex-o2-co\\n \\nКомплексное проведение поверки средств измерений и контроля Калибровку измерительного оборудования Четкое соблюдение сроков Внесение результатов в ФГИС \\\"АРШИН\\\" \\n3 http://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/megeon/teplovizor-megeon-27711\\n  г https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-dioksida-sery/sensor-dioksida-seryi-nt-so2-pl20-net\\n  Каменск-Уральский, ул https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/gazoanalizatoryi-hardgas/\\n  Жуковского 5: прием/выдача СИ; осуществление поверки и калибровки http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/chastotomery/akip/chastotomer-akip-ch3-85-5-2-2\\n \\nДля оформления типового договора необходимо направить оформленную заявку на электронный адрес uraltest@uraltest https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/hikmicro/teplovizor-hikmicro-b20\\n ru, приложить карту предприятия и доверенность (если применимо). Дополнительные условия, изменения в текст договора оформляются через Протокол Разногласий https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-metana-sn4/sensor-metana-msh2-lp2/hc-0-5v-methane-xtr-dynament\\n  Подробная информация по процедуре оформления договора, коммерческого предложения, счета, обеспечение участия в конкурсах http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/cem/mini-anemometr-dt-82\\n \\nПоверка средств измерений — это процесс проверки правильности измерения приборов и подтверждения их соответствия установленным метрологическим требованиям https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-izmereniya-davleniya/cem/izmeritel-davleniya-i-raskhoda-dt-8920-trubka-pito\\n  Поверка необходима для обеспечения точности и надежности результатов измерений, а также для проверки возможности доверять показаниям прибора http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/testo/zondy-k-priboram-440-oy-i-400-oy-serii/zond-s-obogrevaemoy-strunoy-s-bluetooth-vkl-sensor-temperatury-i\\n \\nНесколько простых шагов для заказа поверки https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-dioksida-azota-no2/sensor-no2-mnd-s-medicel\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:07:45','2026-03-28 18:07:45','91225129-4df3-456c-be29-684d53743faa'),
(52744,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronGromb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"С 24 https://analyztepla.ru/\\n 09 https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/guide-infrared/teplovizionnaya-kamera-guide-h2-tele-2\\n 2020 ФБУ «УРАЛТЕСТ» в соответствии с положениями Федерального закона № 102-ФЗ от 26 https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/lider-01-02-04-lidergazdetektor/gazoanalizatoryi-portativnyie-lider-04/gazoanalizator-portativnyij-lider-04-ch4-co-h2s\\n 06 https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/metalloiskateli/rgk/pinpointer-rgk-md-10\\n 2008 «Об обеспечении единства измерений» проводит оформление результатов поверки средств измерений (СИ) в виде электронных записей, передаваемых в Федеральный информационный фонд по обеспечению единства измерений в ежедневном режиме (более подробно о результатах работ по поверке средств измерений). \\nМетрологическая поверка стандартных образцов СО https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-izmereniya-davleniya/kimo/izmeritel-atmosfernogo-davleniya-kimo-mp-115\\n \\nВНИМАНИЕ СИ, предоставляемые на калибровку, должны быть точно идентифицированы https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-metana-sn4/sensor-metana-irm-at-alphasense\\n  В случае отсутствия маркировки о годе выпуска, изготовителе, заводском номере, при сдаче СИ необходимо предъявить паспорт https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-metana-sn4/sensor-metana-msh2-lp2/hc-0-5v-methane-xtr-dynament\\n  При отсутствии паспорта информация может быть предоставлена в письме на бланке организации https://analyztepla.ru/katalog-izmeritelnykh-priborov/vibrometry/vibrometryi-vostok-7/\\n \\nПосле успешного завершения процедуры поверки средств измерений, наша организация выдает официальное свидетельство о поверке https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/teplovizoryi-trotec/\\n  Этот документ имеет важное значение, поскольку он подтверждает соответствие прибора установленным метрологическим требованиям и его пригодность к дальнейшей эксплуатации и содержит важную информацию: \\nРекомендации по периодичности калибровки http://analyztepla.ru/pribory-v-arendu/opressovochniye-nasosy\\n \\nВ зависимости от условий договора возможно проведение калибровки по месту нахождения СИ https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-kisloroda-o2/sensor-kisloroda-lox-02-s-sst-sensing\\n  Срок выполнения работ в среднем составляет от 3 до 10 рабочих дней https://analyztepla.ru/katalog-izmeritelnykh-priborov/vibrometry/vibro-tcentr/vibrometr-vipen-s-bluetooth\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:09:53','2026-03-28 18:09:53','783c453c-5ff7-4a15-9eb6-b25196ca0e3c'),
(52745,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertshoop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Salut, ech wollt Äre Präis wëssen.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:16:39','2026-03-28 18:16:39','b4bdcb96-4f0b-46b4-af9c-ede50e4410dd'),
(52746,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryStera\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Обратившись в один из лучших тату-салонов столицы, вы получите уверенность в том, что работа по удалению или корректировке татуировки гарантированно будет выполнена на высочайшем уровне https://maze.tattoo/catalog/n/\\n  После завершения процедуры мастер даст рекомендации и детально расскажет о том, как ухаживать за кожей после удаления или корректировки татуировки https://maze.tattoo/catalog/z/\\n  В случае возникновения каких-либо вопросов вы в любой момент можете обратиться в «Классик» за помощью или консультацией https://maze.tattoo/catalog/i/indeytsy/\\n \\nВ процессе работы применяются современные машинки с минимальной вибрацией и максимально точным контролем https://maze.tattoo/catalog/d/derevo/\\n  А самое главное – техника работает так, чтобы свести к минимуму любые болевые ощущения https://maze.tattoo/catalog/n/neft/\\n  В конце процедуры мастер наносит кремы и гидрогелевые повязки, чтобы место зажило в самые короткие сроки https://maze.tattoo/catalog/g/grud/\\n  Он обязательно предоставляет подробную консультацию о том, как следить за тату в первые дни и ускорить процесс заживления https://maze.tattoo/catalog/y/\\n \\n? +7 (499) 645-95-95 https://maze.tattoo/catalog/t/tigr/\\n \\nопыт работы https://maze.tattoo/catalog/ch/chumnoi-doctor/\\n \\nПервые места в рейтингах Москвы и России 2017-2025 гг https://maze.tattoo/catalog/sha/\\n \\nс 2008 года https://maze.tattoo/catalog/d/derevo/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:18:45','2026-03-28 18:18:45','f4b0cbe9-b30d-4bfd-a259-087746f6ad8d'),
(52747,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryreeft\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Художественная татуировка Москва https://maze.tattoo/catalog/c/sova/\\n \\nТАТУИРОВКА Мы сочетаем современные методы татуировки с традиционными! \\nБольше мастеров https://maze.tattoo/catalog/c/serdtse/\\n \\nКак правильно выбрать эскиз для будущей татуировки? \\nТренд на украшение тела пирсингом в мире, в том числе в Москве, набирает обороты https://maze.tattoo/catalog/k/kadutsey/\\n  Сегодня это неотъемлемая часть боди-арта, которая ценится не меньше, чем тату https://maze.tattoo/catalog/b/\\n  Обратившись в студию «Классик», вы получите не просто качественную услугу, но и быструю, а главное – безболезненную и безопасную процедуру https://maze.tattoo/catalog/i/indeytsy/\\n  Кроме того, прямо здесь, на месте, можно подобрать подходящее украшение (на выбор предложены сотни оригинальных изделий), использовать свое и даже оформить у нас специальный заказ https://maze.tattoo/catalog/d/dinozavry/\\n \\nМастера студии https://maze.tattoo/catalog/p/panda/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:19:45','2026-03-28 18:19:45','e730493d-baea-4f2b-bdf3-6462a39e60b3'),
(52748,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyMum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Целевые заявки и продажи https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nLink-менеджер https://proffseo.ru/privacy\\n \\nИндивидуально подготовим для вас подробную SEO-стратегию поискового продвижения сайта https://proffseo.ru/kontakty\\n  Покажем, где сейчас находится проект и как добраться до ваших бизнес-целей https://proffseo.ru/privacy\\n \\nПолучите целевые заявки и продажи из поисковых систем Яндекс и Google по минимальной стоимости https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nместные магазины и компании, интернет-магазины бытовой техники; интернет-магазины, которые доставляют в данный регион; федеральные сайты-агрегаторы, порталы и сервис Яндекс https://proffseo.ru/privacy\\n Маркет https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nВаши преимущества https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:22:50','2026-03-28 18:22:50','a635f5e5-a668-4f4b-9e02-bdd0e574c83a'),
(52749,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertAmelp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Для армирования применяют следующие материалы: \\nПо запросу 17 617 https://deneb-spb.ru/contacts\\n 00 https://deneb-spb.ru/ugolniki\\n \\nгорячее водоснабжение, жидкости не агрессивные к материалам трубы, холодное водоснабжение https://deneb-spb.ru/klipsy\\n \\nПолипропиленовые трубы PPRC бывают белого, серого, синего, зеленого и черного цвета https://deneb-spb.ru/truby-armirovannye-steklovoloknom-pn20-i-pn25\\n \\nПо запросу 435 https://deneb-spb.ru/truby-pn-10-i-pn-20\\n 36 https://deneb-spb.ru/truby-pn-10-i-pn-20\\n \\nТрубу обрезают до нужных размеров под прямым углом; Сварочные аппарат устанавливается на режим пайки в 260°С; Очищается и обезжиривается поверхность трубы https://deneb-spb.ru/ugolniki\\n  Оба соединенных конца фиксируются, завершается процесс сварки https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\n  Труба находится в таком положении 4-8 минут https://deneb-spb.ru/clientam\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:23:39','2026-03-28 18:23:39','8796c2b0-319c-4525-a636-05260c8ca5e3'),
(52750,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesPug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amskr2008@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is the Prize That Delivers Every Time https://pedalhub.store/yBFmV\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:25:46','2026-03-28 18:25:46','fc761317-8363-41e7-b187-acb603047b83'),
(52751,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesPug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amskr2008@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is the Prize That Delivers Every Time https://pedalhub.store/yBFmV\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:25:48','2026-03-28 18:25:48','7c7919d3-98be-4834-9713-39d0f4d9b453'),
(52752,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesPug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amskr2008@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is the Prize That Delivers Every Time https://pedalhub.store/yBFmV\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:25:49','2026-03-28 18:25:49','ee40da32-b9f7-4361-b17c-46427d6e2677'),
(52753,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesPug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amskr2008@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is the Prize That Delivers Every Time https://pedalhub.store/yBFmV\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:25:50','2026-03-28 18:25:50','8f6b6756-ac92-4440-b961-e3c94229b2d2'),
(52754,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesPug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amskr2008@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is the Prize That Delivers Every Time https://pedalhub.store/yBFmV\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:25:51','2026-03-28 18:25:51','bfdb7090-dd61-4797-89c8-f1d1c179497f'),
(52755,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Andreweleds\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yaroslav.sevastyanov.1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Жесткая деревянная упаковка – виды и требования к изготовлению https://yaschiki.ru/product/derevyannaya-obreshetka-1200-800-1000/\\n \\nУпаковываем все грузы и везде https://yaschiki.ru/product/derevyannii-yashchik-700-700-1000/\\n \\nК преимуществам деревянных ящиков на заказ, которые используют в качестве тары, относят: \\nВиды соединения ящиков из дерева https://yaschiki.ru/upakovku-v-termousadku/\\n \\nЦена по запросу Цена по запросу https://yaschiki.ru/upakovka-stankov-dlya-transportirovki/\\n \\nПроектируем и изготавливаем транспортную упаковку https://yaschiki.ru/product/derevyannii-yashchik-500-400-500/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:27:27','2026-03-28 18:27:27','08a27a60-8980-42a2-bb52-7f36582f876d'),
(52756,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24Abser\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"graphinocer1986@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Редакция rc24.pro обновляет актуальный рейтинг проверенных площадок на февраль 2026. Каждая из площадок лично проверены — фейки и скамы исключены. Рекомендуем сохранить — зеркала периодически меняются. \\n \\nПубликуем рейтинг магазинов с рабочими ссылками. Переходите по ссылке под названием магазина. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★☆ \\nДавно на рынке — 250+ городов. Рекомендован на форумах. \\nСтабильная работа — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveeshop1300.biz\\\">loveshop.lat</a> \\n \\n<b>2. Orb11ta</b> ★★★★☆ \\nДавно проверенная площадка — 250+ городов. Стабильный магазин. \\nРекомендуем — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orbllta.com\\\">orb11ta-com.top</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nСпециализированный магазин — chemical696 официальный сайт. Надёжная поддержка. \\nНадёжная площадка — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemi696.click\\\">chm1.top</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nПопулярный магазин — ls24 biz официальный. Проверено редакцией. \\nПроверенный магазин — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://ls24.icu\\\">ls24.shop</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nСтабильный магазин — tripmaster официальный. Актуальные зеркала. \\nПроверенный магазин — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.click\\\">tripmaster.live</a> \\n \\n<b>6. Syndi24</b> ★★★★☆ \\nНадёжный сайт — syndicate 24 biz. Проверено. \\nТоп выбор — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.sale\\\">syndi24.sale</a> \\n \\n<b>7. Narco24</b> ★★★★★ \\nПроверенный магазин — narkolog 24 biz. Проверен на форумах. \\nПроверенный магазин — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narkolog24.info\\\">narkolog24.click</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nПроверенная площадка — tot777 ton. Рабочий вход. \\nНадёжная площадка — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://tot777.click\\\">bbt777.site</a> \\n \\n<b>9. BobOrganic</b> ★★★★☆ \\nНадёжная органик-площадка — боб органик. Широкая география. \\nСтабильная работа — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.shop\\\">boborganic.shop</a> \\n \\n<b>10. BadBoy</b> ★★★★☆ \\nСтабильный магазин — badboy ton. Актуальные зеркала. \\nНадёжная площадка — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.click\\\">badboy96.click</a> \\n \\n<b>11. Kot24</b> ★★★★★ \\nКот24 — проверенный магазин — kot24 biz. Актуальные зеркала. \\nТоп выбор — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot24.click\\\">kot-24.com</a> \\n \\n<b>12. Megapolis2</b> ★★★★★ \\nСтабильный магазин — megapolis com. Актуальные зеркала. \\nНадёжная площадка — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.pro\\\">megapolis2.pro</a> \\n \\n<b>13. Stavklad</b> ★★★★☆ \\nСтабильная работа — sevkavklad biz. Проверено редакцией. \\nРекомендуем — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://sevkavklad.click\\\">stavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★★ \\nНадёжный сайт — купить лирику без рецепта. Рекомендован пользователями. \\nПроверенный магазин — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.click\\\">sberklad.info</a> \\n \\n<hr /> \\n<i>Источник: rc24.pro — регулярно обновляется. Сохраните ссылку — зеркала обновляются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:31:13','2026-03-28 18:31:13','75164fda-fda2-47ca-89ec-55a360855587'),
(52757,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryfoeft\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выбор студии — это не только про стиль мастера, но и про удобство https://maze.tattoo/catalog/c/sova/\\n  Особенно в большом городе, где время — на вес золота https://maze.tattoo/catalog/i/indeytsy/\\n  Именно поэтому многие ищут место, куда можно легко добраться, не тратя часы в дороге https://maze.tattoo/catalog/v/vorony/\\n  Уютная студия \\\"Тату-Мания\\\" находится в шаговой доступности от метро, что делает её особенно удобной для тех, кто предпочитает татуировку в центре города, не выезжая за пределы привычного маршрута https://maze.tattoo/catalog/k/korabl/\\n \\nTATTOOMOSCOW 18+ \\nТребования к участникам https://maze.tattoo/catalog/r/roza-vetrov/\\n \\nчеловек баклажановый https://maze.tattoo/catalog/l/lotos/\\n \\nВ мире, где визуальный образ стал языком общения, татуировка — это не просто рисунок на коже, а личная история, рассказанная без слов https://maze.tattoo/catalog/p/podkova/\\n  В студии \\\"Тату-Мания\\\", расположенной в центре Москвы, к каждому клиенту относятся как к соавтору https://maze.tattoo/catalog/g/\\n  Здесь создают не просто тату, а визуальные манифесты, которые остаются с вами на всю жизнь https://maze.tattoo/catalog/b/biomehanika/\\n \\nБесплатные события июля https://maze.tattoo/catalog/p/polineziya/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:31:15','2026-03-28 18:31:15','890a40bd-b6ea-4ce9-9e42-7abe33b32c58'),
(52758,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertElody\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелажные работы https://drogal.ru/portfolio_tags/stropalnye-i-takelazhnye-raboty/\\n \\nПреимущества компании https://drogal.ru/voprosi-otveti/\\n \\nГидролифт 700 кг https://drogal.ru/uslugi/takelazh/takelazh-oborudovaniya/\\n \\nПеревозка https://drogal.ru/glossary/gabariti_gruza/\\n \\nПогрузили и перевезли уникальный троллейбус «СВАРЗ-Икарус» \\nЧтобы заказать у нас такелажные работы, нужно позвонить по номеру +7 (499) 649-94-70 или оставить онлайн-заявку https://drogal.ru/portfolio-items/kompleks-takelazhnikh-rabot-s-mpu/\\n  Вам не придется ехать в офис нашей компании – если нужно, мы бесплатно вышлем оценщика https://drogal.ru/glossary/shest-pravil-logistiki/\\n  Ждем ваших заказов! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:31:19','2026-03-28 18:31:19','7f9fad6a-f2af-4ac0-8f6d-a47d40ef5b9c'),
(52759,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaactap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"princebeastmode50@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"DON’T SCROLL PAST YOUR CHANCE AT THE $3,500,000 JACKPOT https://pedalhub.store/lYvpJ\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmargatepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:34:40','2026-03-28 18:34:40','a0423b4d-ddbb-4b44-9cd7-ee159f64871d'),
(52760,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaactap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"princebeastmode50@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"DON’T SCROLL PAST YOUR CHANCE AT THE $3,500,000 JACKPOT https://pedalhub.store/lYvpJ\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmargatepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:34:42','2026-03-28 18:34:42','6752f0ec-bfaf-4b12-b79f-c4fcb9dae35d'),
(52761,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaactap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"princebeastmode50@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"DON’T SCROLL PAST YOUR CHANCE AT THE $3,500,000 JACKPOT https://pedalhub.store/lYvpJ\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmargatepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:34:43','2026-03-28 18:34:43','bdb77ba8-8816-4389-8a69-1cf4fbcd5beb'),
(52762,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaactap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"princebeastmode50@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"DON’T SCROLL PAST YOUR CHANCE AT THE $3,500,000 JACKPOT https://pedalhub.store/lYvpJ\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmargatepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:34:44','2026-03-28 18:34:44','4575f225-3e5a-4b72-8cff-51affb56c0d6'),
(52763,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaactap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"princebeastmode50@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"DON’T SCROLL PAST YOUR CHANCE AT THE $3,500,000 JACKPOT https://pedalhub.store/lYvpJ\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmargatepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:34:45','2026-03-28 18:34:45','405f8cfe-364c-4e18-b7bb-4e8a6651834d'),
(52764,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottBreno\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nЕсли в комнате имеется выход к лоджии или на балкон – это помещение может стать кабинетом, рабочим или местом для занятий спортом https://olga-filippova.ru/portfolio-2\\n  Его можно утеплить и разместить там гантели, резиновый коврик или велодорожку https://olga-filippova.ru/interery-fasad\\n  Можно поставить небольшой столик с креслом-мешком – и получится рабочая зона https://olga-filippova.ru/interery-medical-study-center\\n \\nЛюбая фантазия может столкнуться с невозможностью вписать ее в существующие габариты квартиры https://olga-filippova.ru/\\n  Поэтому грамотный замер помещений – основа основ будущего проекта https://olga-filippova.ru/shop\\n \\n\\n\\nКстати, именно финансовые возможности почти всегда являеются одним из решающих аргументов в пользу интерьерного дизайна в классическом стиле https://olga-filippova.ru/shop\\n  По уровню бюджетных затрат этот стиль однозначно лидирует, а точное воссоздание стилистики ампира или барокко может обойтись в сумму, сопоставимую со стоимость всего объекта недвижимости https://olga-filippova.ru/horeca\\n  В классическом интерьере практически нет элементов, несущих только сугубо утилитарную, прикладную функци практически каждый объект является произведением искусства, и даже работы по отделке помещения, например, созданию настенной росписи, выполняют мастера высочайшей квалификации, нередко имеющие художественное образование https://olga-filippova.ru/interior_appartment\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:34:59','2026-03-28 18:34:59','58442715-55d1-4b2b-a1f1-788d04a11f64'),
(52765,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelemind\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выписка из реестра по состоянию на 10:50 09 http://www.bmk-med.ru/page48556131.html\\n 06 http://www.bmk-med.ru/page55542667.html\\n 2025 г http://www.bmk-med.ru/page49916349.html\\n \\nУлица Академика Янгеля http://bmk-med.ru/page66791829.html\\n \\nдо 31 http://www.bmk-med.ru/page60263351.html\\n 08 http://bmk-med.ru/page49918113.html\\n 2025 http://www.bmk-med.ru/page49916349.html\\n \\nВозможности и принцип контактной коррекции зрения http://www.bmk-med.ru/page48557483.html\\n \\nВыписка из реестра по состоянию на 14:30 26 http://bmk-med.ru/page49919565.html\\n 06 http://www.bmk-med.ru/page49915765.html\\n 2024 г http://www.bmk-med.ru/page49915407.html\\n \\nСтоимость консультации специалистов Московской клиники зависит от стажа работы, квалификации и ученой степени врача http://www.bmk-med.ru/page48557411.html\\n  Средняя стоимость первичной консультации и осмотра у узких специалистов от 3 500 руб., стоимость повторной консультации и осмотра - от 2 500 руб http://www.bmk-med.ru/page48557685.html\\n  В клинике периодически проводятся различные акции и действуют специальные предложения на приемы врачей и услуги клиники http://www.bmk-med.ru/page48428139.html\\n  Ознакомиться с акциями вы можете на нашем сайте в разделе \\\"Акции\\\". \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:36:18','2026-03-28 18:36:18','8726a004-af6d-4b05-9108-b3ba14c38a8f'),
(52766,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidRet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ujangsolih371@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Sparkler of Smiles https://url.in.th/SovMb\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:36:59','2026-03-28 18:36:59','3707bf8d-4468-4693-a325-31b126bbf64c'),
(52767,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidRet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ujangsolih371@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Sparkler of Smiles https://url.in.th/SovMb\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:37:00','2026-03-28 18:37:00','9c478fab-dba6-44d2-b9a3-85181e15973a'),
(52768,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidRet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ujangsolih371@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Sparkler of Smiles https://url.in.th/SovMb\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:37:02','2026-03-28 18:37:02','4a46e0fd-1cc5-4398-a695-d47f7642b884'),
(52769,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidRet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ujangsolih371@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Sparkler of Smiles https://url.in.th/SovMb\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:37:03','2026-03-28 18:37:03','2e676a2f-25f3-4767-a9af-456b2b46559c'),
(52770,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidRet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ujangsolih371@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Sparkler of Smiles https://url.in.th/SovMb\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:37:04','2026-03-28 18:37:04','551496a6-0b3b-4d00-98cf-df68d16aa2bf'),
(52771,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronDuard\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Калибровка средств измерений - у словия и способы проведения http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/testery-napryazheniya-beskontaktnye/testeryi-beskontaktnyie-appa/tester-appa-vp-1\\n \\nГарантия: Не указано http://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/gps-gnss-priemniki/topcon/gps-gnss-priemnik-topcon-gr-5\\n \\nКомпания «Рентгенсервис» предлагает услуги по организации поверки и калибровки измерительных приборов и оборудования для неразрушающего контроля с выдачей свидетельства установленного образца https://analyztepla.ru/katalog-izmeritelnykh-priborov/takhometry-stroboskopy/\\n \\nВ зависимости от условий договора возможно проведение калибровки по месту нахождения СИ http://analyztepla.ru/katalog-analiticheskogo-i-laboratornogo-oborudovaniya/izmeriteli-ph-ion-ovp-t-c-aktivnosti-vody/testo/rn-metr-206-ph1-komplekt\\n  Срок выполнения работ в среднем составляет от 3 до 10 рабочих дней https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-metana-sn4/sensor-metana-msh-p/hcp-0-5v-methane-xtr-dynament\\n \\nПоверка толщиномера покрытий https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-dioksida-azota-no2/sensor-dioksida-azota-nap-550-nemoto\\n \\n+ если ваше средство измерений не подлежит ремонту, то, при желании, вы сможете приобрести новое СИ на замену с положительным результатом поверки в счет оплаченной ранее услуги http://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/gps-gnss-priemniki/topcon/gps-gnss-priemnik-topcon-hiper-v\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:39:10','2026-03-28 18:39:10','12b332fb-d3f8-4437-8390-992636533093'),
(52772,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelSoild\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы берём на себя решение всех сопутствующих вопросов связанных с разработкой и пошивом вашей одежды https://norsy.ru/kontakty\\n \\nУчитывая то, что мы имеем 2 производства, которые могут выполнять как одинаковые заказы, так и каждый по отдельности, мы сможем изготавливать более 1000 единиц изделий в день, но как правило мы не занимаем всю мощь производства под одного клиента https://norsy.ru/pochemu-my\\n \\nнадежную фурнитуру; четкость обработки швов; удобную посадку; высокий уровень комфортом (свобода движений); защитными функциями (при необходимости). \\nВсе наши изделия производятся на собственном высокотехнологичном оборудовании, в соответствии с европейскими стандартами качества https://norsy.ru/poshiv-hudi\\n  Работаем с любыми видами тканей: натуральные, ненатуральные, смешанные и нетканые текстильные материалы https://norsy.ru/o-nas\\n  Также мы можем нанести на одежду вышивку или принт, который позволит придать индивидуальности и неповторимости вашей одежде https://norsy.ru/o-nas\\n \\nМассовый пошив одежды на заказ https://norsy.ru/voprosy-otvety\\n \\nКаковы сроки изготовления одежды? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:39:47','2026-03-28 18:39:47','1fb9e8ad-ee80-49aa-9582-72f790ac7683'),
(52773,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Pamala Fowler\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"pamala.fowler@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Pamala Fowler\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1419],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Just reaching out,\\n\\nSaw your site and figured this might be valuable.\\n\\nThere\'s a free tool that lets you submit your website across multiple classified sites with no manual posting.\\n\\nIf you want a simple visibility bump, check this out:\\nhttps://websubmitterpro.com\\n\\nIt’s 100% free to try and takes seconds.\\n\\nLet me know if you want a quick breakdown of how it works.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:40:45','2026-03-28 18:40:45','2089be3c-9453-4baf-9a48-91ae7783ae06'),
(52774,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennTib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Душевые кабины https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektory-raspredelitelnye/kollektor-s-ventilyami-tim-pod-ploskuyu-prokladku-3-4x1-2-4-vyhoda-art-mr135n-03-4f/\\n \\nJacob Delafon (Франция); Gustavsberg (Швеция); FBS (Чехия); IDDIS (Россия); Kaldewei (Германия) и многих других https://акваторг24.рф/fitingi-dlya-trub/fitingi-rezbovye-dlya-stalnyh-trub/troynik-rezbovoy-vnv-3-4-mvi-bf-513-05/\\n \\nДанный интернет-сайт носит исключительно информационный характер и ни при каких условиях информационные материалы и цены, размещенные на сайте, не является публичной офертой, определяемой положениями Статьи 437 Гражданского кодекса РФ https://акваторг24.рф/lotki-sifony-trapy-shlangi-podvodka-dlya-vody-tim/shlang-dlya-dusha-i-izliv/silikonovyy-izliv-dlya-smesitelya-krasnyy-tim-art-c-l50-02rd/\\n  Производитель оставляет за собой право вносить изменения в конструкцию изделий и деталей, не ухудшающих качество товара, без предварительного уведомления https://акваторг24.рф/product/tolschina-v-mm/3/\\n  Для получения подробной информации о технических характеристиках, стоимости, наличии, обращайтесь к менеджерам магазина https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-truby-green/polipropilenovaya-truba-dlya-pozharotusheniya-zelenaya-pp-r-gf-sdr11-o63x5-8-v-otrezkah-po-4-metra-slt-aqua/\\n \\nОфициальный сайт: tvoydom https://акваторг24.рф/truby-i-fitingi/hromirovannaya-latunnaya-mufta-s-nakidnymi-gaykami-dlya-polotentsesushiteley-tim-1-h3-4-rezba-vnutr-vnutr-art-k5-sf043/\\n ru https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektor-iz-nerzhaveyuschey-stali-100mm/kollektor-iz-nerzhaveyuschey-stali-m-ts-rasstoyanie-100-mm-tim-1-h1-2-5-vyhoda-art-zsc-404-060405s/\\n \\nНа оборудование предоставляется гарантия, которой можно воспользоваться в случае брака или замены неисправной техники https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-gaza/gazovyy-kran-tim-gsh-3-4-rychag-art-de123t/\\n  Купить товары можно сразу или в рассрочку, предусмотрена оплата наличными (курьеру или в магазине) и банковской картой https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kollektor-iz-nerzhaveyuschey-stali-dlya-otopleniya-v-sbore-mvi-na-8-vyh-art-ms-408-06/\\n  В Москве имеется 5 офлайн-гипермаркетов OBI, работающие с 8 до 24 часов https://акваторг24.рф/truby/truby-iz-sshitogo-polietilena-pex/truba-iz-sshitogo-polietilena-pex-a-s-antikislorodnym-barerom-evoh-20-2-8-buhta-100-m-mvi-art-pe-410-05/\\n \\nНаша компания является официальным диллером известных брендов - мы предлагаем широкий ассортимент товаров по самым выгодным ценам! Поставки физическим и юридическим лицам в Москве и по России https://акваторг24.рф/product/vid-tovara/komplektuyuschie-dlya-radiatorov/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:41:16','2026-03-28 18:41:16','bcf5f626-d770-4d08-a954-fcc5bf7965de'),
(52775,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldAmawn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n8 https://kupefurnitur.ru/onas\\n 16 https://kupefurnitur.ru/onas\\n  Если к моменту возврата на ЭПС средств за возвращаемый товар срок ЭПС истек, то срок ЭПС продлевается на один месяц с даты возврата товара https://kupefurnitur.ru/catalog\\n \\nОпт 2: 240 https://kupefurnitur.ru/onas\\n 50р https://kupefurnitur.ru/price\\n \\nТехнические характеристики Материал цинковый сплав Цвет .. \\n\\nОпт 2: 85 https://kupefurnitur.ru/\\n 00р https://kupefurnitur.ru/catalog\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:45:43','2026-03-28 18:45:43','7b3b639f-7ab2-46f0-9200-4ec622af38c9'),
(52776,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldCah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мебельные петли https://kupefurnitur.ru/price\\n \\nМебельная фурнитура https://kupefurnitur.ru/onas\\n \\n5 https://kupefurnitur.ru/catalog\\n 8 https://kupefurnitur.ru/contact\\n  Руководство Общества осознает необходимость стремления к постоянному совершенствованию системы защиты персональных данных с целью обеспечения своевременного и адекватного противодействия изменяющимся угрозам https://kupefurnitur.ru/\\n \\nМебельная фурнитура и комплектующие представленной категории производятся для ящиков выдвижного типа https://kupefurnitur.ru/\\n  Они их направляют и обеспечивают плавное движение по заданной траектории https://kupefurnitur.ru/catalog\\n  Современные направляющие выполняются из металла, дополнительно используются ролики https://kupefurnitur.ru/\\n \\n\\nНастоящая Политика в отношении обработки и обеспечения безопасности персональных данных (далее – «Политика») в Филиале ООО «Комплектующие для мебели» в г https://kupefurnitur.ru/catalog\\n  Москва (далее – «Общество») определяет основные положения, реализуемые Обществом при обработке персональных данных https://kupefurnitur.ru/catalog\\n  Политика является документом, доступным любому сотруднику, клиенту и контрагенту Общества, и представляет собой официально принятую руководством Общества систему взглядов на проблему обеспечения законности и безопасности обработки персональных данных физических лиц https://kupefurnitur.ru/catalog\\n  Настоящая Политика разработана на основании ст https://kupefurnitur.ru/contact\\n  18 https://kupefurnitur.ru/catalog\\n 1 Федерального закона № 152-ФЗ «О персональных данных», с учетом требований Конституции Российской Федерации, федеральных законов и иных нормативных правовых актов Российской Федерации в области персональных данных https://kupefurnitur.ru/contact\\n  Руководство Общества считает важнейшей задачей обеспечение в ходе реализации бизнес-процессов защиты прав и свобод гражданина при обработке в Обществе его персональных данных, в том числе правомерности обработки персональных данных в Обществе и их защиты от несанкционированного доступа и/или утраты https://kupefurnitur.ru/catalog\\n  Соблюдение требований в части обработки и защиты персональных данных позволит Обществу обеспечить его деловую репутацию, соответствие правовым, регулятивным и договорным требованиям https://kupefurnitur.ru/onas\\n  Политика распространяется на все бизнес-процессы Общества и обязательна для применения всеми сотрудниками и руководством Общества, а также пользователями его информационных ресурсов Настоящая политика распространяется на пользователей сайта, клиентов, соискателей по вакансиям, сотрудников сторонних организаций, взаимодействующих с компанией (далее-субъекты персональных данных). Политика действует бессрочно после утверждения и до ее замены новой версией https://kupefurnitur.ru/\\n  Загружая веб-сайт на компьютере, мобильном устройстве и заполняя web-формы, содержащие персональные данные, а также передавая персональные данные компании любым иным способом, субъекты персональных данных соглашаются на условия, описанные в Политике https://kupefurnitur.ru/catalog\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:52:27','2026-03-28 18:52:27','08d7a342-cb1c-4da6-9069-99f578194d5b'),
(52777,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aaroncix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На этом этапе специалисты приводят в порядок документацию, журналы учета, сверяют параметры, подготавливают измерительные приборы и помещение для проведения испытаний https://analyztepla.ru/katalog-izmeritelnykh-priborov/vibrometry/stroypribor/\\n  Подготавливается калибратор: он должен быть правильно настроен, подключен к питанию https://analyztepla.ru/katalog-izmeritelnykh-priborov/vibrometry/vibro-tcentr/kompaktnyij-vibrometr-dpk-vibro\\n \\nПри положительных результатах поверки выдается свидетельство и вносится открытая запись в ФГИС «АРШИН – государственный реестр средств измерений, используемый Росстандартом для регистрации и учёта СИ, методик поверки, нормативной базы и общего единства измерений в сфере метрологии https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-metana-sn4/sensor-goryuchikh-gazov-sn4-sp-12a-00\\n  Сроки проведения поверки устанавливаются поверяющей организацией и как правило составляют 5-10 рабочих дней http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/lan-testeryi/kabelnyie-testeryi-cem/kabelnyij-tester-cem-ct-30\\n  Иногда бывает доступна опция срочной поверки, которую могут выполнить за 1-2 дня https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-metana-sn4/sensor-na-goryuchie-gazy-dtkh\\n  Наша лаборатория оказывает услуги поверки средств измерений российского и зарубежного производства https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/niveliry-opticheskie/rgk/opticheskiy-nivelir-rgk-c-28\\n  Поверка проводится метрологической службой, аттестованной в системе Росаккредитации https://analyztepla.ru/katalog-analiticheskogo-i-laboratornogo-oborudovaniya/mikroskopy/pce-instruments/mikroskop-pce-dhm-30\\n \\nЭтап 1 http://analyztepla.ru/b-u-oborudovanie-i-pribory/portativnyy-raskhodomer-akron-01-s-datchikom-tolschinomera\\n  Ознакомление с Публичной офертой на метрологические услуги http://analyztepla.ru/priboryi-nerazrushayushhego-kontrolya/vizualnyy-kontrol/videoskopyi-trotec/videoskop-trotec-vsc3008\\n \\n— Поверка цифровых, стеклянных жидкостных, манометрических и биметаллических термометров https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-metana-sn4/sensor-goryuchix-gazov-ekp-1/nw-0-5-v/v-ch4-sensor-gaz\\n \\nГарантия: Не указано https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-izmereniya-davleniya/cem/differenczialnyij-czifrovoj-manometr-cem-dt-8921\\n \\n— Поверка стеклянных мер вместимости https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-khlorovodoroda-hcl/sensor-khlorvodoroda-hcl-a1\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 18:55:06','2026-03-28 18:55:06','ca4bc134-74e4-4003-a4ea-c99e3bd6c33e'),
(52778,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Glennnoigo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Воспользовавшись фильтрами в левой части сайта можно существенно упростить поиск необходимого товара https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/klapan-radiatornyy-nastroechnyy-pryamoy-s-samouplotnyayuschimsya-koltsom-mvi-1-2-art-tr-113-04/\\n \\n…теперь это коснулось и сантехники https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/golovka-termostaticheskaya-s-pogruzhnym-datchikom-zhidkostnaya-tim-m30-h-1-5-art-th-k-0402/\\n  Нашел интернет – магазин сантехника онлайн https://акваторг24.рф/product/shirina-v-mm/63/\\n  Вполне достойный магазин, есть все что надо и цены терпимые https://акваторг24.рф/armatura-zapornaya/krany-spetsializirovannye/kran-dlya-podklyucheniya-termodatchika-mvi-3-4-x-9-mm-s-vn-vn-rezboy-ruchka-babochka-krasnaya-art-bv-649-05/\\n \\nCreto https://акваторг24.рф/armatura-dlya-radiatorov/termostaticheskie-golovki/golovka-termostaticheskaya-kompaktnaya-belaya-tim-m30-1-5mm-zeissler-art-th-d-0701w/\\n \\nМосква, Щербинка, Спортивная улица 23 https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/cantehnicheskiy-kollektor-s-sharovymi-kranami-tim-1-f-16-tsanga-4vyh-art-200-1-4-16/\\n \\nВ нашем интернет-магазине представлена сантехника отечественного и зарубежного производства, за счет чего любой вопрос закрывается не только качественно, но и недорого https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-santehnicheskih-priborov/kran-sharovyy-latunnyy-mini-mvi-1-2-vn-vn-art-bv-465-04/\\n  Ключевое преимущество? Большой опыт, позволяющий нам формировать действительно привлекательные предложения, а также способствующий наполнению каталогов востребованной продукцией https://акваторг24.рф/truby-i-fitingi/mufta-kombinirovannaya-tim-f26h3-0-1-naruzhnaya-rezba-press-fiting-art-f-s2004m/\\n \\nДля постоянных клиентов предусмотрены особые условия покупки инженерной сантехники оптом https://акваторг24.рф/truby-i-fitingi/krestovina-ppr-o32-slt-blockfire/\\n  Компания помогает развиваться своим партнерам, обеспечивая различные виды поддержки https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/ventil-nizhniy-obratnyy-regulirovochnyy-uglovoy-1-2-s-antiprotechkoy-zeissler-tim-art-rs221-02-me002/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 19:03:57','2026-03-28 19:03:57','51314735-b483-4c49-bc17-1930ea918a0e'),
(52779,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shawn Roberts\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ShawnR1994@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[963],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Needs assistance \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 19:20:32','2026-03-28 19:20:32','33f3b095-a066-4e3c-a3df-e756c28a5173'),
(52780,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesUneds\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clintm062@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"THE $3,500,000 JACKPOT IS A TROVE OF TRIUMPH https://cutxly.com/LGoxM\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 19:28:07','2026-03-28 19:28:07','b1a7641a-49a2-4d28-8704-daa84e19698d'),
(52781,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesUneds\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clintm062@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"THE $3,500,000 JACKPOT IS A TROVE OF TRIUMPH https://cutxly.com/LGoxM\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 19:28:08','2026-03-28 19:28:08','c52195b1-7967-4221-94b5-40e45edbfec1'),
(52782,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesUneds\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clintm062@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"THE $3,500,000 JACKPOT IS A TROVE OF TRIUMPH https://cutxly.com/LGoxM\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 19:28:09','2026-03-28 19:28:09','05ea398d-f861-4bad-8a63-e749f3783c52'),
(52783,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesUneds\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clintm062@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"THE $3,500,000 JACKPOT IS A TROVE OF TRIUMPH https://cutxly.com/LGoxM\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 19:28:10','2026-03-28 19:28:10','b58b677d-831f-46af-8a42-aa29bc8714dd'),
(52784,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesUneds\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clintm062@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"THE $3,500,000 JACKPOT IS A TROVE OF TRIUMPH https://cutxly.com/LGoxM\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeyleaalf.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 19:28:12','2026-03-28 19:28:12','de217b94-95c2-4aa5-8971-c32ebf85a679'),
(52785,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lionelmet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"xrumer23Adugs@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы сделать анонимный доступ, используйте **KRAKEN ЗЕРКАЛО KRAKENWEB ONE**. Этот адрес создан для стабильной работы. Популярный **КРАКЕН ДАРКНЕТ** предлагает лучшую скрытность для всех своих юзеров. Вся информация шифруется, что делает невозможным любое отслеживание. Пользуйтесь официальный **КРАКЕН САЙТ**, чтобы ваша активность были скрыты посторонними лицами.\\n \\n \\n<a href=\\\"https://10krab10.cc\\\">kraken зеркало ссылка онлайн krakenweb one</a> \\nhttps://krb9cc.cc\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 19:35:29','2026-03-28 19:35:29','6cade76c-5f53-4daf-b8a5-2bcd1a08f4bd'),
(52786,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Glenngop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Каширское шоссе д https://акваторг24.рф/armatura-izmeritelnaya-i-komplektuyuschie/komplektuyuschie/latunnaya-amerikanka-dlya-schetchikov-tim-1-h-3-4-rezba-vnutr-naruzh-art-hs043/\\n 19, корпус 1, вход № 3, ТК , магазин 0-D1, 0 этаж https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-vody/krany-dlya-vody-aquahit/page/2/\\n \\nАссортимент каталога интернет-магазина Водопарад включает распродажа, модели смесителей и другой сантехники, подходящей по цене при любом бюджете https://акваторг24.рф/slt-aqua1/kombinirovannaya-mufta-slt-aqua-razemnaya-nr-25h1-mm-amerikanka-sltfm6253/\\n \\nВыполняются следующие виды работ по установке: \\nПокупайте популярные товары разных категорий по самым выгодным ценам! \\nсантехнические люки (в том числе и под плитку); шланги и поливочная арматура; мебель для ванных; насосные станции и насосы; сантехника; радиаторы отопления, а также комплектующие к ним; водонагреватели; вентиляционные системы; системы для очистки воды и др https://акваторг24.рф/truby-i-fitingi/hromirovannaya-latunnaya-mufta-s-nakidnymi-gaykami-dlya-polotentsesushiteley-tim-1-h3-4-rezba-vnutr-vnutr-art-k5-sf043/\\n \\nСантехника-рум https://акваторг24.рф/slt-aqua1/metallicheskiy-homut-slt-aqua-32-37-mm-1-m8-sltfkh132/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 19:41:51','2026-03-28 19:41:51','0ca577b5-4795-4c86-a0f4-cae4cea4939b'),
(52787,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Brian Figuereo\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"brianfiguereo2001@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"2016874949\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[52788],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3204,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hey I sending my resume in case any position be open I will appreciate if you guys let me know thank you.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 19:50:05','2026-03-28 19:50:05','ff126457-58b9-4a3e-9306-a9e166eb463d'),
(52789,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1winazerbaijanbon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"werso078400iu@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\" not working  \\n \\n \\n_________________ \\n<a href=\\\"https://1winazerbaijanbonus.top/Bot_1win_lucky_jet.html\\\">1win minimum depozit</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 19:50:18','2026-03-28 19:50:18','b61cf2dd-d9be-42f7-9b74-ef695052cf35'),
(52790,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LionelPrarf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"xrumer23jox@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Петербург является весьма популярных локаций. Запрос **КРАКЕН ПИТЕР** занимает топовых строчках. Найти качественные предложения **КРАКЕН В ПИТЕРЕ** не составит труда благодаря развитой сети магазинов. Если вы решили **КРАКЕН КУПИТЬ** что-то особенное, то используйте топовые шопы. Система отзывов позволит не ошибиться. Каждый кейс окажется успешным учитывая меры предосторожности.\\n \\n \\n<a href=\\\"https://4-slon.cc\\\">кракен не работает</a> \\nhttps://10krab10.cc\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 19:52:40','2026-03-28 19:52:40','b186a5b3-23ba-4631-85e3-6cf852b78242'),
(52791,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amra butt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"amrabutt01@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1149],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good evening,\\n\\nI would like find out if your facility has free CNA program that train your on the job?. Are there religious exemption for covid-19 shot?. \\n\\nWhat are the timing and commitment required for this program?\\n\\nThank you for your time.\\n\\nSincerely,\\nAmra\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 19:57:55','2026-03-28 19:57:55','feae0034-f810-47df-9991-6f10c1ffb9bd'),
(52792,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidsnade\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"claudetteu1990@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"LIGHTNING CAN STRIKE TWICE: CAPTURE THE $3,500,000 JACKPOT https://myip.kr/OpRZt\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:01:38','2026-03-28 20:01:38','58314723-3765-4dcf-b7f2-d96186134da8'),
(52793,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidsnade\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"claudetteu1990@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"LIGHTNING CAN STRIKE TWICE: CAPTURE THE $3,500,000 JACKPOT https://myip.kr/OpRZt\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:01:40','2026-03-28 20:01:40','5799b2a7-37b8-4804-8c2b-31cf66d8a776'),
(52794,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidsnade\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"claudetteu1990@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"LIGHTNING CAN STRIKE TWICE: CAPTURE THE $3,500,000 JACKPOT https://myip.kr/OpRZt\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:01:41','2026-03-28 20:01:41','6333c379-01df-4cce-903d-e6753d7ee15e'),
(52795,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidsnade\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"claudetteu1990@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"LIGHTNING CAN STRIKE TWICE: CAPTURE THE $3,500,000 JACKPOT https://myip.kr/OpRZt\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:01:43','2026-03-28 20:01:43','5f2d3bc6-ffcc-4d1e-8073-f45395b8cb1e'),
(52796,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidsnade\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"claudetteu1990@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"LIGHTNING CAN STRIKE TWICE: CAPTURE THE $3,500,000 JACKPOT https://myip.kr/OpRZt\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:01:44','2026-03-28 20:01:44','3e0b9755-c049-400e-a1fa-bacd00d035e3'),
(52797,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Sarah M CAREY\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"damiensmama2010@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"13023933664\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1337],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[52798],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"CNA with 18 years experience \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 20:03:58','2026-03-28 20:03:58','cf08bf14-845b-462f-8729-ad4572f23cdc'),
(52799,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Earlene Weindorfer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"weindorfer.earlene@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Earlene Weindorfer\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1395],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI noticed your business online and wanted to pass this along.\\n\\nThere\'s a free tool that lets you submit your website across multiple classified sites with almost no effort.\\n\\nIf you want to push your site out wider, here’s the address:\\nhttps://classifiedsubmitter.com\\n\\nIt’s free to use and takes almost no time.\\n\\nI can send more ways to promote your site if you want.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:09:28','2026-03-28 20:09:28','22e43949-8720-43ea-abe0-7b580f8e6a0b'),
(52800,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1161],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nHope all is well. \\n\\nLong story short... I can link to your site ccprospectheights.com from 5x legit local business websites (&gt;DR30) — all FOC, no money involved. In return, you’d link to 5 different of my client sites from your end for a mutual SEO boost.\\n\\nInterested? I can send you the site list to choose.\\n\\nCheers,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:12:23','2026-03-28 20:12:23','29ccad20-8f72-4e11-8a8e-4e29beb1188e'),
(52801,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidZew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cjodie806@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Nod to the Newcomer https://nordwit.com/csFwx\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholmdel.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholmdel.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:13:28','2026-03-28 20:13:28','3d3cfe61-1c98-4ce6-9569-5afe232e2649'),
(52802,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidZew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cjodie806@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Nod to the Newcomer https://nordwit.com/csFwx\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholmdel.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholmdel.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:13:30','2026-03-28 20:13:30','bbb810c1-c4a3-4d7f-a40a-05b4a1ecbd24'),
(52803,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidZew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cjodie806@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Nod to the Newcomer https://nordwit.com/csFwx\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholmdel.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholmdel.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:13:31','2026-03-28 20:13:31','7f812310-a09d-4105-ae2e-0cd00fa49b07'),
(52804,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidZew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cjodie806@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Nod to the Newcomer https://nordwit.com/csFwx\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholmdel.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholmdel.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:13:32','2026-03-28 20:13:32','7fff9822-fe8a-42e8-a356-d67c437700e2'),
(52805,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidZew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cjodie806@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The $3,500,000 Jackpot Is a Nod to the Newcomer https://nordwit.com/csFwx\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholmdel.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholmdel.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:13:33','2026-03-28 20:13:33','40f543a2-c688-42a2-a84b-67ba339bcabf'),
(52806,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Destiny Smith\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"desichanelle8701@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"9738732464\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1191],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[52807],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3192],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Certified Nurses assistant \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 20:21:41','2026-03-28 20:21:41','b6019808-ac63-4dae-b560-dafc4bdbcf1e'),
(52808,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melvin Boles\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"boles.melvin@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Melvin Boles\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1455],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nNoticed your business online and wanted to pass this along.\\n\\nThere’s a free tool that lets you get listed fast across multiple classified sites with just a few clicks.\\n\\nGo here:\\nhttps://classifiedsubmitter.com\\n\\nIt’s a free traffic booster and takes less time than posting manually.\\n\\nIf you want more free tools, let me know.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:30:56','2026-03-28 20:30:56','c0b24c87-ad24-47d4-8640-bcb6971ef764'),
(52809,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LionelTew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"xrumer23Frith@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Главный **KRAKEN DARKNET MARKET САЙТ** — это лидер теневой индустрии. Найти **ДАРКНЕТ ОФИЦИАЛЬНЫЙ САЙТ KRAKEN** получится с помощью надежных шлюзы. Система создана для того, чтобы каждый желающий мог скрытно заказывать нужные позиции. Максимальный уровень защиты информации дает уверенность, что ваша история останется неизвестной. Учитывайте про **KRAKEN КЛИР ССЫЛКА**, которая используется как временным решением для быстрого доступа. Ваш успех — это главный приоритет администрации.\\n \\n \\n<a href=\\\"https://1-slon.cc\\\">кракен онион</a> \\nhttps://2-slon.cc\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:44:17','2026-03-28 20:44:17','be988514-087e-4535-8a4c-069c45a749ce'),
(52810,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Crystal Allnutt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"crystal.allnutt32@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Crystal at Letstok\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1129],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there,\\n\\nHere is the greatest results Video generator for eCommerce websites like cchagerstown.com.\\n\\nYou already have great products — Letstok helps you show them off.\\n\\nJust paste a product URL, and our AI creates a real-person video ad in seconds.\\n\\nNo video team, no learning curve, and no hidden costs.\\n\\nIt’s free to try, and this Black Friday you can get 50% off your first plan.\\n\\nhttps://bit.ly/LetstokAI\\n\\nBest,\\nCrystal Allnutt\\nLetstock AI\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 20:44:34','2026-03-28 20:44:34','01f85100-c27b-461e-8591-38d4898f40ba'),
(52811,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Jahnea Lindsey\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"luvj4h9109@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6093317361\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[989],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[52812],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"March 28, 2026\\nJahnea Lindsey, Full Time Culinary Arts and Hospitality High School Student\\n2601 E Evesham Rd, Voorhees Township, NJ 08043\\ninfo@cckressonview.com\\n\\nDear Rita DeGore,\\n\\nI am looking to get into the workforce. Although I have no professional experience, I have experience in food preparation and service through my school and additional volunteer work. These experiences have taught me skills such as good teamwork, time management, adaptability, sanitation, and food safety. All very important for a good Back of House employee.\\n\\nThroughout the two years I\'ve been in my current high school, I have participated in school events where I would serve food to students, staff, and or visitors depending on the event. Other events I have both cooked or baked for. In class we get hands-on cooking and baking experience, almost daily. We are set to take our ServeSafe Management certification this June, and OSHA 10 next year. Recently I volunteered to work Back of House for our Homecoming dance. Outside of school I\'ve volunteered to serve food at a local PTA meeting.\\n\\nI am excited to prove that I\'m a strong fit for this role. I excel with teamwork and sharing tasks, as in school we usually work in pairs or small groups. Time efficiency is a virtue I learned as we had 80 minutes to cook a meal and clean up after, all before our next class. Along with this hands-on culinary training, I have upcoming ServeSafe Management certification. We learn proper sanitation procedures and food safety protocols everyday to ensure the kitchen is clean, safe, and reliable.\\n\\nI am eager to bring my passion and strong work ethic to Complete Care. I would love an opportunity to assure you that my background will greatly benefit your team. Thank you for considering my application.\\n\\n\\nSincerely,\\nJahnea Lindsey\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cckressonview.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@cckressonview.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 20:56:59','2026-03-28 20:56:59','23b57229-36a2-4548-9f6d-e8e89ccaab57'),
(52813,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericjonesmyemail@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VIC\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1155],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Ccbrackenville Com Owner,\\n\\nMy name is Eric and I’m betting you’d like your website Ccbrackenville Com to generate more leads.\\n\\nHere’s how:\\n\\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Ccbrackenville Com.\\n\\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\\n\\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\\n\\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\\n\\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\\n\\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\\n\\nEric\\n\\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\\nYou have customers waiting to talk with you right now… don’t keep them waiting.\\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\\n\\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=ccbrackenville.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 21:05:42','2026-03-28 21:05:42','c560f4c4-8ec7-4e42-95dd-2fdfba92c1c3'),
(52814,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tammy Shedal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tammyshedal@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1377],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello, my father is 92 and had Lewy Body Dementia. He is now at the point he can no longer live by himself. Is there availability at this location for him to enter? Please contact me about availability. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 21:10:14','2026-03-28 21:10:14','ba27b55a-6037-4dd7-9e65-766fd1ecfadb'),
(52815,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Koby Glaze\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"glaze.koby3@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Koby Glaze\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1309],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hope you\'re well,\\n\\nThought this might be useful for your website.\\n\\nI wanted to share a free resource that helps you get more exposure for your business across multiple classified sites with one simple form.\\n\\nIf you want extra traffic, here’s where to go:\\nwebsubmitterpro.com\\n\\nIt’s a free way to get more exposure and takes seconds.\\n\\nJust reply if you want more ideas.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 21:12:19','2026-03-28 21:12:19','7851af8d-1b23-44cb-b501-2491c07f61f4'),
(52816,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1103],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI’d like to propose a straightforward link exchange.\\n\\nI can link to completecarehillside.com from 5 legitimate local business websites (DR30+), at no cost. In return, you’d link to 5 different of my client sites from your end — purely for mutual SEO value.\\n\\nLet me know if you’re interested, and I’ll send over the site list.\\n\\nRegards,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 21:21:33','2026-03-28 21:21:33','ba5302cf-c692-412f-9206-e4411bcc1baa'),
(52817,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertsot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sveiki, aš norėjau sužinoti jūsų kainą.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 21:26:38','2026-03-28 21:26:38','f886ca90-7588-4bce-a2fa-ec676e3dec8d'),
(52818,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertsot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sveiki, aš norėjau sužinoti jūsų kainą.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 21:27:08','2026-03-28 21:27:08','df9df183-329d-4c87-9319-46b87eede40e'),
(52819,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Deneen Higbee\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"higbee.deneen@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Deneen Higbee\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1289],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey,\\n\\nThought you might want this.\\n\\nThere’s a completely free tool that lets you submit your website across multiple classified sites with just a few clicks.\\n\\nHere’s the link:\\nclassifiedsubmitter.com\\n\\nIt’s a free traffic booster and takes seconds.\\n\\nIf you want more free tools, let me know.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 21:37:55','2026-03-28 21:37:55','f39b805f-9ea2-4159-9c38-cc65d6128051'),
(52820,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Broderick\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sales@kitchens.bangeshop.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Broderick Kitchens\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1041],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, \\n\\nI hope you\'re doing well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\\n\\nBange is perfect for students, professionals and travelers. The backpacks and sling bags feature a built-in USB charging port, making it easy to charge your devices on the go.  Also they are waterproof and anti-theft design, making it ideal for carrying your valuables.\\n\\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\\n\\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\\n\\nRegards,\\n\\nBroderick\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmaplegrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmaplegrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 21:49:21','2026-03-28 21:49:21','6f3cdc89-7d1f-4868-8d71-0a4b15eb7b4e'),
(52821,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericjonesmyemail@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"CARINTHIA\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1011],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Ccmanitowoc Com Owner,\\n\\nMy name is Eric and I’m betting you’d like your website Ccmanitowoc Com to generate more leads.\\n\\nHere’s how:\\n\\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Ccmanitowoc Com.\\n\\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\\n\\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\\n\\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\\n\\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\\n\\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\\n\\nEric\\n\\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\\nYou have customers waiting to talk with you right now… don’t keep them waiting.\\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\\n\\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=ccmanitowoc.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 21:58:42','2026-03-28 21:58:42','b0f193cb-8ea8-4741-93d2-cc4a00751a8f'),
(52822,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JemfreRig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elena.lidmagnit44@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Woke up to determine all the take up bags shredded on the larder floor. The little ability figured peripheral exhausted the boy lock. How do I gull a cat? https://novabb.ru/ I trouble fortress-level protection\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 22:04:57','2026-03-28 22:04:57','bc603676-5474-44b2-9d43-10260bd78db2'),
(52823,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"NormandGaumn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yourmail344@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n\\nLearn Who are the Jews?\\n\\nhttps://www.youtube.com/shorts/SEB3w3A98rU\\n----------------------------------------------\\n\\nwith their alleged ceasefire, the end of the war in Gaza (per Trump). They halted the Gainsaid (destroying children with aerial bombings). And now they are gradually starving and eliminating them in slow motion.\\n\\nDon\'t hesitate to call it what it is\\n\\nAIPAC ( https://www.youtube.com/watch?v=COx-t-Mk6UA ) and The Evangelical Church (America) are creating a GENOCIDE.\\n\\nhttps://www.youtube.com/shorts/IrX9v6DKH1g\\n\\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer, make Israel destroyed 2,800,000 two million eight hundred thousand meters of roads, causing people to have no roads to use.\\n\\nThe most devastating genocide in the world is being carried out by the follwoing :\\n\\n1- Benjamin Netanyahu and Donald Trump\\n2- The Evangelical Church in USA.\\n3- AIPAC, brows  https://www.youtube.com/watch?v=COx-t-Mk6UA \\n4- Miriam Adelson brows https://www.youtube.com/watch?v=Nr0LkA7VW7Q\\n5- Elon Musk. \\n6- Timothy mellonand brows https://www.youtube.com/shorts/1XJ893-kAh0  \\n \\nWhich kill innocent women and children in Gaza.\\n\\nMay the eyes of starving children haunt us all\\n\\nhttps://www.jewishvoiceforlabour.org.uk/article/may-the-eyes-of-starving-children-haunt-us-all/\\n\\nhttps://www.tiktok.com/@charitymealsuk/video/7534294624647580950?is_from_webapp=1&amp;sender_device=pc&amp;web_id=7537073515586897430\\n\\nhttps://www.dci-palestine.org/starving_a_generation_report_indicts_israel_for_weaponizing_starvation_as_a_tool_of_genocide\\n\\nhttps://www.tiktok.com/@1948nakba.p4/video/7536871676156398870?is_from_webapp=1&amp;sender_device=pc&amp;web_id=7537073515586897430\\n\\nThe Torah, which is part of the Bible, has commanded that the same be done to the Jews. The order of the Torah, which is part of the Bible, is to immediately kill any Jew you see on the street. Since the Jews in Gaza have also killed women and children, you should kill any Jews - men, women, and children - as soon as you see them, whether on the street or anywhere else. And because they have killed everyone in Gaza without mercy, you must do the same to them. If you carry out these actions, you will be following the order of the Torah, which is part of the Bible, and you will be rewarded by going to heaven.\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 22:08:51','2026-03-28 22:08:51','dbee5fb5-0e4f-4202-a09e-d2b12b8c758a'),
(52824,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roberttup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ողջույն, ես ուզում էի իմանալ ձեր գինը.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 22:21:56','2026-03-28 22:21:56','38935b6f-b666-42e0-b3b6-574cc1a314da'),
(52825,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickwes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"winsatall4ever@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"[b]Wish a woman[/b] you desired the whole years? \\n[b]Get this lady[/b] into your girl and have sex with that girl any way you prefer desire! \\n[b][url=https://is.gd/7msenw]Test this straight now![/url][/b]\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 22:25:49','2026-03-28 22:25:49','4f80fef9-b034-47d8-b4b3-205493ccbb02'),
(52826,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Laura Gonzalez\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mybaby817@aol.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1045],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sub acute care\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 22:27:27','2026-03-28 22:27:27','a0d78922-83eb-496d-823f-9cc9636c148b'),
(52827,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertchura\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hej, jeg ønskede at kende din pris.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhn.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhn.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 22:29:14','2026-03-28 22:29:14','28a51f20-3096-4aef-8a73-9607cdeb609c'),
(52828,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennyjivy4543\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jesnsMal1105@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"XEvil 5.0 automatically solve most kind of captchas, \\nIncluding such type of captchas: ReCaptcha-2, ReCaptcha v.3, Google, SolveMedia, BitcoinFaucet, Steam, +12k \\n+ hCaptcha, FC, ReCaptcha Enterprize now supported in new XEvil 6.0! \\n+ CloudFlare TurnsTile, GeeTest captcha now supported in new XEvil 7.0! \\n+ XEvil 7.0 was released! ReCaptcha v2 solving speed increased x2! \\n+ XEvil can solve captchas from OpenClaw AI bot! \\n \\n1.) Fast, easy, precisionly \\nXEvil is the fastest captcha killer in the world. Its has no solving limits, no threads number limits \\n \\n2.) Several APIs support \\nXEvil supports more than 6 different, worldwide known API: 2captcha, anti-captcha (antigate), rucaptcha, death-by-captcha, etc. \\njust send your captcha via HTTP request, as you can send into any of that service - and XEvil will solve your captcha! \\nSo, XEvil is compatible with hundreds of applications for SEO/SMM/password recovery/parsing/posting/clicking/cryptocurrency/etc. \\n \\n3.) Useful support and manuals \\nAfter purchase, you got access to a private tech.support forum, Wiki, Skype/Telegram online support \\nDevelopers will train XEvil to your type of captcha for FREE and very fast - just send them examples \\n \\n4.) How to get free trial use of XEvil full version? \\n- Try to search in Google \\\"Home of XEvil\\\" \\n- you will find IPs with opened port 80 of XEvil users (click on any IP to ensure) \\n- try to send your captcha via 2captcha API ino one of that IPs \\n- if you got BAD KEY error, just tru another IP \\n- enjoy! :) \\n- (its not work for hCaptcha!) \\n \\nWARNING: Free XEvil DEMO does NOT support ReCaptcha, hCaptcha and most other types of captcha! \\n \\n \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwhisperingwoods.com/contact/\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwhisperingwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 22:33:54','2026-03-28 22:33:54','b71519a3-0a51-4b69-81a1-7850bc70848c'),
(52829,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tonia Schlenker\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"schlenker.tonia9@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tonia at Letstok\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1237],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there,\\n\\nHere is the greatest results Video generator for eCommerce websites like completecareglendale.com.\\n\\nBlack Friday is here — save time on content, not results.\\n\\nLetstok helps Shopify and Amazon stores turn product URLs into UGC videos automatically.\\n\\nNo editing. No learning curve.\\n\\nFree to try + 50% off: https://bit.ly/LetstokAI\\n\\nBest,\\nTonia Schlenker\\nLetstock AI\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 22:38:59','2026-03-28 22:38:59','34c2aebe-5bf7-4b23-b14b-6a808ff991b2'),
(52830,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Johnson Mattocks\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"johnson.mattocks@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Johnson Mattocks\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning,\\n\\nEliminate tool sprawl: a single app provides 6000+ VPN servers, password management, dark-web scanning, tracker blocking and data removal to streamline your digital security.\\n\\nHit the link below to claim this special deal fast.\\nhttps://moveto.short.gy/vpndeals\\n\\nThank you for your time — take it easy and have a great day.\\n\\nJohnson\\n\\n------- Do you like Country Music ? -------\\nTurn up your cardio with Country Workout Party Songs — fuel your run, gym session, and every move with high-energy country hits\\nhttps://moveto.short.gy/3620\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 22:41:39','2026-03-28 22:41:39','7a92640c-8346-4650-b286-5435ae6e8595'),
(52831,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shana Lee\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shanalee@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1201],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for pricing in the north Bergen, NJ location for my mother \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 22:48:51','2026-03-28 22:48:51','e2906db1-a805-45c8-826b-77b3969dd834'),
(52832,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shana Lee\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shanalee@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"- \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1201],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking fur pricing at the North Bergen, NJ facility for my mom \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-28 22:50:25','2026-03-28 22:50:25','211b15b3-5e65-47c9-9c43-7c52169f4ea6'),
(52833,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertsot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 22:55:00','2026-03-28 22:55:00','d0fa072b-9cfc-436f-b8b2-9de40f82104e'),
(52834,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertFut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, მინდოდა ვიცოდე თქვენი ფასი.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 22:55:42','2026-03-28 22:55:42','34ee70ab-d28d-410f-b8bf-eb0cb5564d22'),
(52835,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ashley Brown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ashleybro@parallelaid.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VAs 4 Hire\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1191],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Day, \\n\\nI\'m Ashley with VAs4Hire, and we provide business owners with more booked appointments using our Lead Found system. On average, we book 10 appointments a day.\\n\\nAre you currently looking for more work?\\n\\nWarm regards,\\nAshley Brown\\nVAs 4 Hire\\n\\nPS: If you want to opt out, kindly reply STOP.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 23:07:12','2026-03-28 23:07:12','5a8dbb12-a8a2-4f7b-8d31-a9ae1af49365'),
(52836,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertSen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, roeddwn i eisiau gwybod eich pris.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 23:13:16','2026-03-28 23:13:16','b4b20880-ebeb-4e25-a12b-5158277aeee9'),
(52837,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ashley Brown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ashleybro@parallelaid.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"VAs 4 Hire\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Day, \\n\\nI\'m Ashley with VAs4Hire, and we provide business owners with more booked appointments using our Lead Found system. On average, we book 10 appointments a day.\\n\\nAre you currently looking for more work?\\n\\nWarm regards,\\nAshley Brown\\nVAs 4 Hire\\n\\nPS: If you want to opt out, kindly reply STOP.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 23:16:45','2026-03-28 23:16:45','0c049ef7-c732-41c8-90a1-7c624bfdd898'),
(52838,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Frankie Tunstall\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tunstall.frankie@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Frankie Tunstall\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[945],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Reaching out,\\n\\nThought you might want this.\\n\\nThere’s a completely free tool that lets you get listed fast across multiple classified sites with almost no effort.\\n\\nGo here:\\nwww.classifiedsubmitter.com\\n\\nIt’s a free traffic booster and takes under a minute.\\n\\nIf you want more free tools, let me know.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 23:23:02','2026-03-28 23:23:02','ffd595be-ba7c-46e7-92db-2a62acd4f291'),
(52839,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Guadalupe Neudorf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"neudorf.guadalupe61@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Guadalupe Neudorf\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1359],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Yo,\\n\\nGet started today with one app that consolidates VPN, password security, dark-web monitoring, tracker blocking and data removal so you can protect data, devices and identities quickly.\\n\\nHit the link below to secure your spot with this limited offer.\\nhttps://moveto.short.gy/vpndeals\\n\\nMany thanks for your time and have a lovely day.\\n\\nGuadalupe\\n\\n------- Do you like Country Music ? -------\\nTurn up your cardio with Country Workout Party Songs — fuel your run, gym session, and every move with high-energy country hits\\nhttps://moveto.short.gy/3620\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 23:27:11','2026-03-28 23:27:11','c5948e64-914e-48c7-b576-df982f1e8dfc'),
(52840,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1323],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI’d like to propose a straightforward link exchange.\\n\\nI can link to ccfoxhill.com from 5 legitimate local business websites (DR30+), at no cost. In return, you’d link to 5 different of my client sites from your end — purely for mutual SEO value.\\n\\nLet me know if you’re interested, and I’ll send over the site list.\\n\\nRegards,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 23:52:04','2026-03-28 23:52:04','02e2f57a-c65d-49fe-b0bf-cd4077c554dc'),
(52841,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1winazerbaijanbon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"werso078400iu@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Thanks for the post \\n \\n \\n_________________ \\n<a href=\\\"https://1winazerbaijanbonus.help/1win-d%C9%99_idman_bonuslar%C4%B1ndan_nec%C9%99_istifad%C9%99_etm%C9%99k_olar.html\\\">1 win rəsmi saytda qeydiyyat</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 23:58:18','2026-03-28 23:58:18','7f1a6df1-ff36-44e5-ae23-9228b2dcc0ad'),
(52842,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertshoop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-28 23:59:16','2026-03-28 23:59:16','204496c8-884c-48eb-aeaa-8e874c542362'),
(52843,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertawarf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 00:43:47','2026-03-29 00:43:47','699fc391-a272-4551-9767-d00d762188ac'),
(52844,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rory Streeter\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"streeter.rory@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Rory Streeter\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[989],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"We are exploring investment opportunities and would be interested in supporting your current or upcoming projects. Our Gulf‑based investors are seeking viable ventures abroad and offer a straightforward funding process with competitive rates. If you’d like to discuss further, please contact Nassar Jaralla Al‑Marri at jaralla.nassar@dejlaconsulting.com for application details.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwoodlands.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwoodlands.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 00:58:28','2026-03-29 00:58:28','bfd3bbf0-0849-4062-90e5-11812d5df95d'),
(52845,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Amanda Schook\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"neighborsnestcares@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"NeighborsNest \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1419],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nMy name is Amanda, and I’m the founder of NeighborsNest, a local service based in Vernon focused on helping seniors feel more confident using their phones and tablets for everyday tasks.\\n\\nI’m reaching out to see if I could connect with your activities director regarding small-group technology workshops for residents.\\n\\nThese are simple, hands-on sessions designed to help with things like:\\n• Grocery and prescription delivery setup\\n• Smartphone and tablet basics\\n• Telehealth and patient portals\\n• Everyday online tasks and safety\\n\\nThe workshops are relaxed, supportive, and designed to meet participants at their comfort level.\\n\\nIf this sounds like something your residents might benefit from, I’d be happy to share a brief overview or coordinate a time to connect.\\n\\nThank you so much for your time—I truly appreciate it.\\n\\nAmanda\\nNeighborsNest\\n“A Safe Place to Land”\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 00:59:52','2026-03-29 00:59:52','5862e20c-df60-4233-9b72-7bd8fa622a11'),
(52846,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jere Alber\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jere.alber@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jere at Letstok\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1143],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nHere is the top Video generator for eCommerce websites like ccbeylea.com.\\n\\nStop scrolling and start selling.\\n\\nLetstok converts your product URLs into high-performing video ads automatically.\\n\\nSave time, save money, and stand out this Black Friday.\\n\\nTry it free: https://www.letstok.com/\\n\\nBest,\\nJere Alber\\nLetstok\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 01:01:14','2026-03-29 01:01:14','fe28274c-1a1e-469f-a43c-3734ce0d6ed4'),
(52847,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Steve Vosper\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"stevevosper@msn.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"16098273010\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[52848],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200,3208],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Steve Vosper\\n3700 New Jersey Avenue 503, Wildwood, NJ 08260 | (609) 827-3010 | SteveVosper@msn.com\\n\\nMarch 28, 2026\\nHiring Manager\\nPatient Financial Services\\nCompleteCare Health Network \\nDear Hiring Manager:\\nI am writing to express my strong interest in the Patient Accounts Representative position at CompleteCare Health Network in the Wildwood, NJ office. With over 12 years of experience in financial operations, billing, payment processing, and customer account management, I am confident I can contribute immediately to your Patient Financial Services team.\\nAs Office Manager at AA Heart of Wildwood Motels since 2012, I manage billing, payments, refunds, and reconciliations for a multi-property operation. I process high-volume credit card and cash transactions with exceptional accuracy, resolve customer billing questions, and maintain detailed financial records. My implementation of automated systems reduced costs by $10,000 annually while improving accuracy and efficiency.\\nMy experience directly translates to healthcare patient accounts. At Congress Hall Hotel, I processed credit card settlements and financial audits for eight properties, demonstrating my ability to handle complex multi-location financial operations. As a Home Energy Assistance Coordinator, I processed financial assistance applications, verified eligibility requirements, and provided empathetic customer service—skills essential for patient financial counseling. I excel at maintaining confidentiality, establishing compliant procedures, and training staff on financial protocols and systems.\\nI am eager to bring my billing expertise, customer service excellence, and commitment to accuracy to CompleteCare Health Network. I would welcome the opportunity to discuss how omy experience can benefit your team. Thank you for your consideration.\\nSincerely,\\n\\nStephen \'Steve\' Vosper\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers/\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 01:14:46','2026-03-29 01:14:46','65cff5dd-461f-4da4-a3a5-56c76f357f2e'),
(52849,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Newton Pontius\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"newton.pontius@msn.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[981],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nNot sure who on your team handles Google Ads — could you point me to the right person?\\n\\nMy name is Ivan. I specialize in Google Ads and Google Ad Grants (and I share paid-ad strategies on YouTube).\\n\\n I visited your website: https://ccparkplace.com/contact-us/ and we are seeing that you guys are currently running Google Ads or have tried in the past.\\n\\nIf you guys want, we could help you save a lot of money for a lifetime on the Google Ad Grants account that has a $10K/month free ad spend credit (provided and paid by Google Ads each month), meaning that you don\'t have to spend a dime each month to get free quality leads and sales.\\n\\nWith our expertise on Google Ads, we can also help you set up successful ad campaigns, manage and optimize them to get you more customers/clients.\\n\\nIf you have any questions private email me at: ivan@doneforyou-campaigns.com\\n\\nIf you’re not the right contact, please forward this or let me know who I should contact. Thanks for your time — I appreciate it.\\n\\n\\nLooking forward to hearing from you,\\n\\nIvan Ramirez\\nAd Grants Lab\\nhttp://10k-youtubevideo.xyz\\n\\n\\n\\nIf you would like to opt-out of communication with us, visit:https://bit.ly/websiteoptout\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 01:43:41','2026-03-29 01:43:41','19fba55e-3f76-4730-8df8-de50da20d512'),
(52850,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Damaris Flanagan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"flanagan.damaris@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Damaris at Letstok\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1197],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there,\\n\\nHere is the GOAT Video generator for eCommerce websites like cccedargrove.com.\\n\\nCreating product videos used to take time, effort, and a budget.\\nNow, it just takes one click.\\n\\nLetstok turns your product links into ready-to-post videos in seconds — no editing needed.\\n\\nTry it free and unlock 50% off Black Friday pricing before it’s gone:\\nhttps://bit.ly/LetstokAI\\n\\nBest,\\nDamaris Flanagan\\nLetstok\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccedargrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccedargrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 01:49:46','2026-03-29 01:49:46','054ba951-c3a7-4dae-92f6-593d196f517c'),
(52851,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Katlyn Fortenberry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"fortenberry.katlyn74@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Katlyn Fortenberry\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1309],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Quick note,\\n\\nCame across your site and figured this was worth sending.\\n\\nThere’s a completely free tool that lets you promote your site across multiple classified sites with just a few clicks.\\n\\nUse this:\\nwww.classifiedsubmitter.com\\n\\nIt’s totally free and takes seconds.\\n\\nIf you want more free tools, let me know.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 02:08:28','2026-03-29 02:08:28','5448f96e-6446-4796-9815-817eb1e17558'),
(52852,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eva Yu\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yu.eva@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Letstok AI\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI checked out your website and thought it looks really solid. We are offering businesses like yours a permanent free plan on our platform, no hidden fees. \\n\\nYou can create AI content (including UGC-style ads), connect your social channels, and publish everything from one place. \\n\\nYou can also scan your competitors’ ads and turn them into your own, without prompts. No obligations, just something that might help you grow faster. \\n\\nIf it feels relevant, you can start here: https://bit.ly/letspost-ai\\n\\nRegards,\\nEva Yu\\nLetstok AI\\n\\n\\nIn case you decide not to receive further emails from this campaign, feel free to fill the form at bit. ly/fillunsubform with your domain address (URL).\\nMikkelenborgvej 40, Irvington, CA, USA, 91734\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 02:16:28','2026-03-29 02:16:28','28df47fa-551e-4a17-8a3a-b4ab834cfe10'),
(52853,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Hildred Tolley\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"hildred.tolley@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Hildred Tolley\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1073],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good day,\\n\\nI noticed your business online and wanted to pass this along.\\n\\nHere’s a free service that can help you get seen on more platforms across multiple classified sites with almost no effort.\\n\\nIf you want more eyes on your site, use this:\\nhttps://websubmitterpro.com\\n\\nIt’s a free way to get more exposure and takes less effort than posting manually.\\n\\nI can send more ways to promote your site if you want.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 02:19:57','2026-03-29 02:19:57','46fe0a79-3c41-47d3-8673-67cba3b09509'),
(52854,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"NikitaTob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Зимнее строительство дома из клееного бруса — вполне реальная задача для профессионалов. <a href=\\\"https://dom-rggu.ru/\\\">дом из клееного бруса цена</a> Клееный брус не боится мороза, а сборка — это сухой процесс без бетонных работ. <a href=\\\"https://dom-rggu.ru/\\\">купить дом из клееного бруса в СПб</a> Зимой многие компании дают скидки, а к лету вы уже въезжаете в готовый дом.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 02:21:50','2026-03-29 02:21:50','0d7c6f91-53a4-49d7-96df-937cd29be53e'),
(52855,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gaston Thaxton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gaston.thaxton@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Gaston Thaxton\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1473],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"cPanel,SSD,Softaculous,Fantastico,SiteBuilder,Free SSL &amp; More From $1/month (US,CA,EUR)\\n                Current 50% off Promotion For website Use Code: 50%wb  at www.myskyhost.com\\nMyskyhost.com - OpenVZ, KVM and Windows VPS, Solusvm Panel, SSD Drive &amp; More From $7/month (FR,GE,CA,US)\\n                Current 10 off Promotion for VPS Use Code: vps10%off  at www.myskyhost.com\\nMyskyhost.com - Regular &amp; Encoded RDP From $18/month (FR,GE,CA,US)\\n                Current 30% off Promotion For RDP Use Code: rdp30%off  at www.myskyhost.com\\nMyskyhost.com - Budget &amp; Premium Dedicated Servers with 500mb/s, 1Gb/s and 2Gb/s Port From 25$/Month (Canada)\\n\\n...\\nBest Wishes,\\nMySkyHost.com | The Hosting Services\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"Info@ccwaynehills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 02:25:50','2026-03-29 02:25:50','fa4bfed6-f5af-4449-816e-b8c316440755'),
(52856,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI’d like to propose a straightforward link exchange.\\n\\nI can link to completecarebrick.com from 5 legitimate local business websites (DR30+), at no cost. In return, you’d link to 5 different of my client sites from your end — purely for mutual SEO value.\\n\\nLet me know if you’re interested, and I’ll send over the site list.\\n\\nRegards,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 02:43:38','2026-03-29 02:43:38','9e40cb5d-2df6-4970-831b-3542b0bce8c4'),
(52857,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1215],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nHope all is well. \\n\\nLong story short... I can link to your site ccatgreenacres.com from 5x legit local business websites (&gt;DR30) — all FOC, no money involved. In return, you’d link to 5 different of my client sites from your end for a mutual SEO boost.\\n\\nInterested? I can send you the site list to choose.\\n\\nCheers,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 02:44:19','2026-03-29 02:44:19','106d765b-d406-4d9a-aa76-063a7afc9ff6'),
(52858,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Evgenysek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ландшафтный дизайн вокруг деревянного дома — важная часть общей картины. <a href=\\\"https://dom-rggu.ru/\\\">дом из клееного бруса СПб</a> Дом из клееного бруса красиво сочетается с камнем, хвойными растениями и газоном. <a href=\\\"https://dom-rggu.ru/\\\">коттедж из клееного бруса СПб</a> Продумайте озеленение участка заранее — ещё на этапе выбора проекта.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 02:53:08','2026-03-29 02:53:08','5e3df9dd-c152-4ca7-975c-b502e06b96c7'),
(52859,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jemfredigma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elena.lidmagnit44@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Woke up to determine all the healing bags shredded on the pantry floor. The itsy-bitsy wit figured out the youngster lock. How do I outsmart a cat? https://novabb.ru/ I difficulty fortress-level custody\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 02:55:53','2026-03-29 02:55:53','3120a443-19b1-4b21-81e1-1612ead8b3aa'),
(52860,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertskazy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hai, saya ingin tahu harga Anda.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 03:03:11','2026-03-29 03:03:11','c2d03b85-d8cf-4f66-9968-57bae1398db3'),
(52861,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Sunila Maheshwari\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"tech.sunila@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"18323671517\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1005],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"I would like to vounteer for any of these services  like Share a friendly chat or board game,Perform music, dance, or other creative talent,Lend a hand at special events and holiday celebrations\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 03:07:26','2026-03-29 03:07:26','4359ea76-5b77-4d44-9560-96e73a043ef1'),
(52862,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddybup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компании, которые доверили нам SEO продвижение сайтов https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nПоисковые системы Яндекс и Google https://proffseo.ru/\\n \\nМенеджер поискового продвижения https://proffseo.ru/privacy\\n \\nКомпания «Пиксель Плюс» рекомендует вам обращаться по вопросам регионального продвижения к знатокам своего дела https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  От выбора грамотной стратегии и присвоения правильных регионов полностью зависит итоговый результат https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Каждый случай — частный и, проанализировав ваш сайт и сферу деятельности, мы сможем предложить оптимальную стратегию его «раскрутки» по одному или нескольким регионам https://proffseo.ru/\\n  Стоит понимать, что работа по SEO в нескольких регионах будет более трудоемкой, а значит, потребуются дополнительные расходы https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nРедактор + команда копирайтеров https://proffseo.ru/privacy\\n \\nСопровождает внедрение аналитических систем и проводит их настройки, даёт рекомендации по увеличению эффективности маркетинговых каналов, проводит аудиты, а также A/B - и MVT (мультивариантные) тестирования контента сайта https://proffseo.ru/kontakty\\n  Анализирует коммерческие и поведенческие факторы, дает рекомендации по повышению конверсии https://proffseo.ru/kontakty\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 03:07:51','2026-03-29 03:07:51','e0e484fb-533a-4b56-a364-fa74919c6dca'),
(52863,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tangela Maur\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tangela.maur2@msn.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tangela Maur\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1197],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ever stop to think how much you\'re spending on marked-up CPMs for Connected TV ads?\\nIf you\'re using “premium” audience segments without verifying who you\'re actually reaching, that money is likely feeding someone else\'s family.\\nNo pressure. Here’s the site if you\'re open to see a revolutionary vision for digital advertising\\ntopshelfaudience.com using real-time Intent data from an Integration in our platform to Lotame.com. You can reach me at marketing@mrmarketingres.com or 843-720-7301. And if this isn\'t a fit please feel free to email me and I\'ll be sure not to reach out again.  Thanks!\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 03:11:39','2026-03-29 03:11:39','e1104b19-7079-40ab-b78d-9e2fcafc1836'),
(52864,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sherrie Mailey\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sherrie.mailey6@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Letstok AI\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nWe checked out your website and thought it looks great. We currently offer businesses like yours a free forever plan on our platform, with zero hidden charges. \\n\\nYou can generate AI content like UGC-style ads, link your social accounts, and publish everything from one place. \\n\\nYou can also scan your competitors’ ads and turn them into your own, without prompts. No pressure, just something that might support faster growth. \\n\\nIf it makes sense, you can start here: https://bit.ly/letstok_ai\\n\\nThanks,\\nSherrie Mailey\\nLetstok AI\\n\\n\\nWhenever you wish to stop getting additional communications from our side, kindly fill the form at bit. ly/fillunsubform with your domain address (URL).\\n77 Feather Street, Yonkers, CA, USA, 94133\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 03:13:54','2026-03-29 03:13:54','c595ee57-86de-4d7e-b533-0a3e9c54d37d'),
(52865,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1109],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nHope you’re doing well.\\n\\nI’ll keep this brief. I can place a link to ccspringbrook.com on 5 genuine local business websites (DR30+), completely f.ree. In return, I’d appreciate links to 5 different of my client sites from your side — a simple, mutual SEO benefit.\\n\\nIf this sounds of interest, I’m happy to share the site list for your review.\\n\\nBest regards,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 03:43:38','2026-03-29 03:43:38','318340f4-f769-48db-9f2d-ecef029d4909'),
(52866,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Benedict Danner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"danner.benedict@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Benedict Danner\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1477],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nNoticed your business online and wanted to pass this along.\\n\\nThere’s a completely free tool that lets you promote your site across multiple classified sites with almost no effort.\\n\\nThis is it:\\nhttps://classifiedsubmitter.com\\n\\nIt’s totally free and takes under a minute.\\n\\nIf you want more free tools, let me know.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 04:04:52','2026-03-29 04:04:52','6a551bce-bddd-4359-9d71-07fc82b2ae36'),
(52867,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyMum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Настройки показа контекстной рекламы позволяют таргетировать целевую аудиторию с точностью до города https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nЯндекс https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n Директ https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nГотовит аудит, рассчитывает прогноз роста трафика, разрабатывает стратегию по достижению прогноза https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nНекоторые интересные моменты https://proffseo.ru/privacy\\n \\nЦелевые заявки и продажи https://proffseo.ru/privacy\\n \\nна первый счет https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 04:05:59','2026-03-29 04:05:59','1046ccbe-d679-4bf2-8799-9934dbddcc36'),
(52868,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Krystle Wylde\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wylde.krystle@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Krystle Wylde\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ever stop to think how much you\'re spending on marked-up CPMs for Connected TV ads?\\nIf you\'re using “premium” audience segments without verifying who you\'re actually reaching, that money is likely feeding someone else\'s family.\\nNo pressure. Here’s the site if you\'re open to see a revolutionary vision for digital advertising\\ntopshelfaudience.com using real-time Intent data from an Integration in our platform to Lotame.com. You can reach me at marketing@mrmarketingres.com or 843-720-7301. And if this isn\'t a fit please feel free to email me and I\'ll be sure not to reach out again.  Thanks!\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccorsicahills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccorsicahills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 04:14:18','2026-03-29 04:14:18','e4b27f9a-334d-4683-bdbd-0e68fb2489e3'),
(52869,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertalmox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Здравейте, исках да знам цената ви.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 04:31:15','2026-03-29 04:31:15','0131fc00-c3e4-49e9-ae02-de168144f7a5'),
(52870,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"urnypbrpp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kevinsmith198122@proton.me\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Top child porn link Websites \\n<a href=\\\"https://lloyd-derm.com/about-us/the-providers/dr-jenifer-r-lloyd-do-faad/\\\"> child porn link, cp for trade only, dm for cp, send cp first, verified cp trader https://lloyd-derm.com/about-us/the-providers/dr-jenifer-r-lloyd-do-faad/ </a> \\nchild porn link preteen sex video! \\n<a href=\\\"https://www.stjohnshealth.org/prescriptions/sildenafil/\\\"> cp collection, csam folder, pthc mega link, loli nsfw pack, underage nudes, minor sexvideo </a> \\npreteen sex video \\n<a href=\\\"https://www.harrisdermatology.com/naples-fort-myers-dermatology-services/accutane/\\\"> preteen sex video, trade cp, swap cp, drop cp link, hidden cp folder, tg cp channel, mega cp archive, fresh cp</a> \\n<a href=\\\"https://heyclinic.com/wp-content/uploads/2014/05/clenbuterol.html\\\"> new cp content, young teen sexvideo, barely legal teen trade</a> \\ncsam collection! \\n<a href=\\\"https://auraderm.com/wp-content/uploads/2025/01/png/clenbuterol.html\\\">teen under 18 sexvideo, schoolgirl sexvideo real</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 04:49:01','2026-03-29 04:49:01','622b399a-fc89-445c-905a-0373326c59c1'),
(52871,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AlekseyTob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Детский игровой комплекс на даче — это не просто развлечение, а целый мир для ребёнка. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">детское игровое оборудование</a> Дети проводят время на свежем воздухе, развивают координацию и получают массу положительных эмоций. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">здесь</a> Хорошая площадка служит 10-15 лет и окупает себя многократно.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 04:51:14','2026-03-29 04:51:14','5981806d-90fc-4875-92e1-e68a43e5c4bc'),
(52872,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidbok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"no.reply.AlexandreMartin@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there! ccfoxhill.com, \\nWhile looking through online resources I discovered your site. \\nOur service helps companies reach new partners through website contact pages. \\nThis approach helps companies reach websites . \\n  \\nYou can see how the platform works in real use. \\nYou can try the system for free before using it. \\n \\nAppreciate your time. \\nContact us. \\nTelegram - https://t.me/FeedbackFormEU \\nWhatsApp - +375259112693 \\nWhatsApp  https://wa.me/+375259112693\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 04:54:12','2026-03-29 04:54:12','578ebb56-f5c9-4b52-97ff-0d1f1d7bd384'),
(52873,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1winazerbaijanbon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"werso078400iu@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\" interesting news  \\n \\n \\n_________________ \\n<a href=\\\"https://1winazerbaijanbonus.beer/1_win_games.html\\\">1win-də populyar oyunlar</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:13:04','2026-03-29 05:13:04','337bb9b6-a339-4018-9100-56a574523769'),
(52874,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JemfreNam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elena.lidmagnit44@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Woke up to determine all the take up bags shredded on the pantry floor. The sparse genius figured peripheral exhausted the youngster lock. How do I gull a cat? https://novabb.ru/ I difficulty fortress-level protection\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:20:29','2026-03-29 05:20:29','67cae5aa-2b28-438f-9e43-73291b2bcf20'),
(52875,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Viktorsek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как выбрать размер детской площадки под ваш участок? <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">каталог детских площадок</a> Для стандартных 6 соток подойдёт компактный комплекс 3x2 метра. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">детский городок</a> Для больших участков можно позволить себе полноценный городок с несколькими зонами.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:24:20','2026-03-29 05:24:20','d7d3cea9-9992-4980-b128-fb8fe02799ba'),
(52876,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronThunc\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Так как калибровка средств измерений — это добровольная процедура, то интервал между калибровками конкретного измерительного устройства не устанавливается http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/testery-napryazheniya/sonel/izmeritel-napryazheniya-r-4\\n  Однако наши специалисты могут порекомендовать, когда в следующий раз лучше провести проверку его метрологических характеристик https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/informanalitika/gazoanalizatory-khobbit-t/gazoanalizator-perenosnoy-khobbit-t-ch4-metan-s-vynosnym-datchik-9\\n \\nОчень часто можно услышать о поверке и калибровке различного рода оборудования: станков (к примеру, балансировочных), стендов, машин, камер (к примеру, климатических) – на самом деле говорить об их поверке и калибровке не совсем корректно https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/prompribor-r/perenosnye-gazoanalizatory-signal-4/gazoanalizator-signal-4-butan\\n  Если они по своему назначению представляют собой технические устройства для воспроизведения условий испытаний, то необходимо проводить процедуру аттестации испытательного оборудования, в рамках которой при необходимости могут проводиться работы по поверке и калибровке входящих в состав средств измерений, в том числе различного рода датчиков (к примеру датчиков положения, движения), сигнализаторов, сенсоров, термометров, манометров, спидометров и т http://analyztepla.ru/priboryi-nerazrushayushhego-kontrolya/akkusticheskie-techeiskateli/\\n д http://analyztepla.ru/pribory-v-arendu/gigrometry-vlazhnost-drevesiny-i-str-materialov\\n \\nКонтрольные измерительные приборы https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/mru/optima-7-8-gazovykh-kanalov\\n \\n— Поверка термопреобразователей термоэлектрических http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/ksis/\\n \\nКто имеет право проводить поверку средств измерений? \\n— Поверка цифровых, стеклянных жидкостных, манометрических и биметаллических термометров https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-dioksida-azota-no2/sensor-no2-3mndh-citicel\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:33:57','2026-03-29 05:33:57','5668c9d7-f285-4d5c-9026-f22d782778aa'),
(52877,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mariah Burks\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"burksmariah123@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Complete Care at Berkshire\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello to whom it may concern, I’m emailing to make a complaint about an employee at Complete Care at Berkshire. Your employee Megan McMahon has been contacting me endlessly since 3/9/2026. I was interested in the position, but now I’m not. I feel harassed and it’s very irritating. The last voicemail she sent was very unprofessional and I can provide proof , if needed. Thank you. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 05:35:23','2026-03-29 05:35:23','124728d4-b750-41e5-b5f8-b9644b2710a5'),
(52878,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidboync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"- Гарантия качества и сроков исполнения заказов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a2.html\\n   Компания Абрис заботится о том, чтобы Вы остались довольны покупкой и обслуживанием наших специалистов https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/?PAGEN_1=3\\n \\nКитайская мебель имеет различные показатели качества https://www.legnostyle.ru/catalog/inter-eri/potolki/?PAGEN_1=4\\n   Многое зависит от фабрики, которая производит мебель, и от условий заказчика, который сотрудничает с данной фабрикой https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s18.html\\n   Поэтому Вам нужно хорошо сформулировать свои требования к производству мебели, которая Вам необходима https://www.legnostyle.ru/catalog/inter-eri/s41.html\\n \\nОбращаем Ваше внимание на то, что данный интернет-сайт носит исключительно информационно-ориентировочный характер и не является публичной офертой, определяемой положениями Статьи 437 Гражданского кодекса РФ https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/arka-a39.html\\n \\nДольше, чем мы ожидали, с выбранной тканью довольно дорого вышло https://www.legnostyle.ru/catalog/mebel/spalni/sp-6.html\\n   Но, конечно, не дороже, чем купить новую подобную мебель https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/?PAGEN_1=3\\n   В любом случае все сделано достойно https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-23.html\\n \\nВысококачественное обслуживание https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=8\\n   Мы уважительно относимся к каждому покупателю и с удовольствием поможем подобрать подходящую немецкую мебель, исходя из личных предпочтений клиента https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/kts-24.html\\n   Постоянно проводим мониторинг качества изготовления продукции, чтобы предлагать покупателям только лучшие модели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i19.html\\n \\nПри создании современного и уютного интерьера в квартире или коттедже главную роль играет мебель https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-5.html\\n   Она регулирует степень комфорта и позволяет владельцу полноценно отдыхать после тяжелого трудового дня https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/?PAGEN_1=5\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:36:01','2026-03-29 05:36:01','51d70f23-0570-44cb-91e9-c2632b68f57e'),
(52879,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ManuelNarEe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ekaterinadoluna@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Запишитесь на консультацию прямо сейчас, и совсем скоро Вы забудете о любых проблемах, связанных с ротовой полостью https://socdental.ru/protezirovanie/koronki-na-zuby/iz-dioksida-tsirkoniya/\\n \\nМы по праву считаемся стоматологией для всей семьи – дети наших клиентов выросли на наших глазах и даже сами обзавелись детьми https://socdental.ru/protezirovanie/zubov-semnoe/akrilovye-protezy/\\n \\nСтоматологическая клиника \\\"Дом Стоматологии\\\" оборудована самым высокотехнологичным комплексом CEREC (прибор для экономичной и эстетичной керамической реставрации) системы CAD/CAM https://socdental.ru/protezirovanie/polnyy-plastinochnyy-protez/\\n  Использование CEREC позволяет получить цельнокерамические реставрации за одно посещение без традиционных слепков и временных конструкций https://socdental.ru/politika\\n \\nПосетители нашей стоматологической клиники всегда получают: \\nдоступные цены на стоматологические услуги https://socdental.ru/protezirovanie/semnyy-plastinochnyy-protez/\\n  Постоянные пациенты имеют скидки; \\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:37:05','2026-03-29 05:37:05','e73a3888-4b04-4d02-be78-5400b18e1e0e'),
(52880,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelBup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Лицензия проверена http://www.bmk-med.ru/page44221025.html\\n \\nВторой день рождения «СМ-Клиника» в Солнцеве https://bmk-med.ru/page54940559.html\\n \\nРолик Алиса Анатольевна http://www.bmk-med.ru/page48160545.html\\n \\nКруглосуточно http://bmk-med.ru/page49918291.html\\n \\nКобызева Татьяна Юрьевна http://www.bmk-med.ru/page48557587.html\\n \\nПластическая хирургия http://www.bmk-med.ru/page55542667.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:40:18','2026-03-29 05:40:18','370d90f4-445a-4392-aec3-0b33453d6e2e'),
(52881,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RolandOmils\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ninavochujo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Клееный брус https://читадома.рф/katalog\\n \\nплощадь 107 м 2 https://читадома.рф/o-kompanii\\n \\nОсобенности https://читадома.рф/privacy\\n \\nПроект от 33 600 р https://читадома.рф/katalog\\n \\nтип дома газобетон https://читадома.рф/privacy\\n \\nтип дома газобетон https://читадома.рф/kontakty\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:40:38','2026-03-29 05:40:38','efae7ae1-1da9-4f2e-affc-bdd5af521b5d'),
(52882,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertkat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Быстрая заявка https://drogal.ru/glossary/terminalnaya-set/\\n \\nАрПи Канон Медикал Системз https://drogal.ru/portfolio-items/takelazhnie-raboti-v-ryazani/\\n \\nОрганизуем такелажные работы на профессиональном уровне https://drogal.ru/portfolio-items/razgruzka-medicinskogo-oborudovaniya/\\n \\nПолезен ли Вам отзыв? \\n4 ч https://drogal.ru/glossary/kanistra/\\n  работы + 1 час подача авто https://drogal.ru/glossary/ekspedicionnie-skladi/\\n \\nГидролифт 1000 кг https://drogal.ru/takelazhnye-raboty-pri-montazhe-oborudovaniya/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:40:45','2026-03-29 05:40:45','79d429c6-d9e6-4c0f-91a1-5aac45c8bb86'),
(52883,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephSkeni\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lashawndaqkpuc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ЧУВАШТОРГТЕХНИКА https://zittel.ru/filtr.html\\n \\nСпециалисты ProfCook знают все тонкости и нюансы профоборудования для пищевых производств, поэтому мы подберем для вас тот набор оборудования, который покроет все нужды вашего предприятия https://zittel.ru/oborudovanie/37-oborudovanie/171-poluavtomat-naneseniya-surgucha-model-wax-2-italiya.html\\n  Также мы не только продаем оборудование, но и предлагаем вам полное оснащение пищевых производств под ключ: от индивидуального проектирования до поставки, установки и гарантийного обслуживания https://zittel.ru/oborudovanie/37-oborudovanie/193-smena-formata-v-etiketirovochnoj-mashine-makro-labelling-italiya.html\\n  Мы снабжаем оборудованием производственные пищевые заводы и регулярно получаем обратную связь от наших клиентов, а это в 99% - положительные отзывы https://zittel.ru/oborudovanie/37-oborudovanie/217-mojka-izmelchitel-voran-avstriya-model-war-rm5-5.html\\n  Если вы не знаете с чего начать - позвоните нам и расскажите о том, что вы хотите сделать и какие задачи стоят перед вами https://zittel.ru/util.html\\n  Наши специалисты обязательно помогут вам скомпоновать варианты нужного оборудования, расскажут об их характеристиках и функциях https://zittel.ru/prigotovlenie-toppingov.html\\n  На нашем сайте можно выбрать оборудование, изучив характеристики моделей https://zittel.ru/paletizacia.html\\n  В описаниях товаров указаны все размеры и другие параметры https://zittel.ru/news/201-priglashaem-na-vystavki-vinorus-vinotekh-i-pishchevaya-industriya-2015.html\\n  Изучайте, а мы всегда на связи и готовы вас выслушать! \\nВыпускает оборудование для послеуборочной обработки — очистки, сушки, хранения зерна https://zittel.ru/oborudovanie/37-oborudovanie/233-poluavtomaticheskaya-etiketirovochnaya-mashina-model-et-l-italiya.html\\n  26 сентября 2012 года завод «Воронежсельмаш» открыл новую производственную площадку – Новый завод «Воронежсельмаш», который уже сейчас способен закрыть потребности страны в элеваторном и зерноочистительном оборудовании https://zittel.ru/vino/37-oborudovanie/117-surguch-semiauto.html\\n \\nОборудование для пищевой промышленности играет ключевую роль в обеспечении безопасности и качества продукции https://zittel.ru/oborudovanie/37-oborudovanie/221-smart-kamera-mashinnogo-zreniya-microscan-model-vision-hawk.html\\n  Современные технологии позволяют автоматизировать многие процессы, что значительно повышает производительность и снижает риск ошибок https://zittel.ru/milk/37-oborudovanie/97-2011-03-20-15-35-59.html\\n  Требования к оборудованию пищевой промышленности строго регламентированы, чтобы гарантировать соответствие всем санитарным и технологическим нормам https://zittel.ru/oborudovanie/37-oborudovanie/169-v-nalichii-na-sklade.html\\n  Производители оборудования для пищевой промышленности постоянно разрабатывают инновационные решения, способствующие улучшению качества и эффективности производственных процессов https://zittel.ru/oborudovanie/37-oborudovanie/123-preimuschestva-filtrov-cadalpe.html\\n \\nE-mail: Адрес электронной почты защищен от спам-ботов https://zittel.ru/parovye-kotly/37-oborudovanie/251-parovoj-kotel-vysokogo-davleniya-tm-garioni-naval-italiya-model-gmt-hp.html\\n  Для просмотра адреса в вашем браузере должен быть включен Javascript https://zittel.ru/certificate.html\\n \\nЗалог вкусной продукции https://zittel.ru/filtr.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:40:51','2026-03-29 05:40:51','78c44324-ea10-4328-85bd-11f6422b1874'),
(52884,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Andrewphato\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yaroslav.sevastyanov.1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Деревянные ящики – один из самых востребованных видов упаковки для транспортировки в Москве https://yaschiki.ru/uslugi/izgotovlenie-tari-po-chertezham/\\n \\nСтатья ”10 видов деревянной упаковки для вашего оборудования” - Тара-24 https://yaschiki.ru/product/derevyannii-yashchik-1000-1000-800/\\n \\nВнутренние размеры: 1000 х 900 х 800 https://yaschiki.ru/proekt-yashchiki-iz-osb/\\n \\nМы изготавливаем деревянные ящики в морском исполнении по ГОСТ с соблюдением всех необходимых требований к упаковке https://yaschiki.ru/product/derevyannii-yashchik-1400-1000-1700/\\n \\nТип ящика: Деревянные ящики https://yaschiki.ru/uslugi/izgotovlenie-tari-po-chertezham/\\n \\nНе нашли подходящий вариант? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:42:14','2026-03-29 05:42:14','9497452f-0f83-489d-b54b-db69f59f0d91'),
(52885,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwardjed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Интерьерная широкоформатная печать https://print-classic.ru/construkcii\\n \\nСтоимость прочих материалов и работ руб https://print-classic.ru/politic\\n  1 Установка люверсов Д 10 мм, за 1 шт https://print-classic.ru/blank\\n  10 2 Установка пикколо Д 5 мм, за 1 шт https://print-classic.ru/largeprinting\\n  10 3 Накатка на листовые материалы, м? 150 4 Утяжелитель, пог https://print-classic.ru/track\\n м 200 5 Веревка, пог https://print-classic.ru/poster\\n м 30 6 Рабочий карман, пог https://print-classic.ru/photozone\\n м 40 7 Усиление края (глухой карман), пог https://print-classic.ru/tolstovki\\n м 20 8 Стыковка баннера сваркой, пог https://print-classic.ru/nakleiki\\n м 20 9 Дабл скотч Oramount 1811 12 мм (вспен), п https://print-classic.ru/stickers\\n м https://print-classic.ru/printbanner\\n  20 10 Дабл скотч Oramount 1811 25 мм (вспен), п https://print-classic.ru/tantamareski\\n м https://print-classic.ru/badge\\n  40 11 Дабл скотч 3М 9088 9 мм (плоск), п https://print-classic.ru/outdoorstands\\n м https://print-classic.ru/printinggrid\\n  40 12 Магнитная лента, п https://print-classic.ru/bannery\\n м https://print-classic.ru/presentations\\n  300 https://print-classic.ru/paket\\n \\nИзготовление фальшфасада и тросовой рамы + монтаж; \\nПлоттерная резка https://print-classic.ru/listovki\\n \\nС помощью интерьерной широкоформатной печати можно напечатать: \\nБаннерная ткань Backlit (плотность 510 г/кв https://print-classic.ru/bandanas\\n м) - транслюцентный материал с высоким уровнем светорассеивания и светопропускания, который имеет прозрачность до 40%. Используется для баннеров с подсветкой с обратной стороны (световые короба, лайт-боксы, световые панели), что обеспечивает равномерную засветку и насыщенную цветопередачу https://print-classic.ru/vizitki\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:42:26','2026-03-29 05:42:26','1a8d7061-8022-44db-9089-dab11c3d36a0'),
(52886,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelher\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наши акции http://bmk-med.ru/page49919565.html\\n \\nОсновано на 193 отзывах http://www.bmk-med.ru/page55542667.html\\n \\nРасписание недоступно http://www.bmk-med.ru/page49867631.html\\n \\nУдобное расположение рядом с метро http://www.bmk-med.ru/page48556179.html\\n \\nБольшое спасибо Борису Александровичу! Как и многие боялась и волновалась перед проведением трепан-биопсии http://www.bmk-med.ru/page49916731.html\\n  У Бориса Александровича легкая рука, болевых ощущений не было, обезболивающий укол и дальнейшие манипуляции не вызвали боли http://bmk-med.ru/page66791829.html\\n  После процедуры не было ни синяка, ни осложнений http://bmk-med.ru/page49866733.html\\n  Доктор помогает своим спокойствием и уверенностью http://www.bmk-med.ru/page48424435.html\\n  Спасибо больше! \\nКожуховская http://www.bmk-med.ru/page48556131.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:42:31','2026-03-29 05:42:31','582ff928-433e-44f1-848a-371b3f6ddb45'),
(52887,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronLax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гарантия: Не указано http://analyztepla.ru/katalog-izmeritelnykh-priborov/izmerenie-parametrov-okruzhayuschego-vozdukha/ntp-tka/\\n \\nПоверку могут выполнять только аккредитованные в установленном порядке метрологические службы и организации, имеющие соответствующие полномочия, оборудование и квалифицированных специалистов-метрологов https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/pribory-vertikalnogo-proektirovaniya/priboryi-proektirovaniya-amo/\\n \\nРеквизиты компании, Контактные данные: телефон, e-mail, контактное лицо, Краткое описание причины обращения в Сервисный центр (работы по поверке, калибровке или диагностике). \\nПорядок организации калибровки СИ идентичен порядку организации поверки СИ http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/testery-napryazheniya/rgk/tester-napryazheniya-rgk-vt-11\\n  Калибровка СИ может осуществляться в статусе аккредитованного лица или без такого статуса https://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/tokoizmeritelnye-kleschi/tokovyie-kleshhi-trotec/\\n  В статусе аккредитованного лица калибровка осуществляется в соответствии с областью аккредитации (область аккредитации можно посмотреть в разделе Аттестаты и сертификаты – Калибровка средств измерений). Калибровка без статуса аккредитованного лица осуществляется в соответствии с техническими возможностями в ФБУ «УРАЛТЕСТ» http://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/gps-gnss-priemniki/topcon/gps-gnss-priemnik-topcon-hiper-hr\\n  Подробнее о порядке организации калибровки СИ https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-dioksida-sery/sensor-dioksida-seryi-so2/s-membrapor\\n \\nПодготавливаем вас к визиту контролирующих органов http://analyztepla.ru/katalog-izmeritelnykh-priborov/izmeriteli-prochnosti-betona-sklerometry/stroypribor/izmeritel-prochnosti-betona-pos-50mg4-u\\n \\nНаличие действующего свидетельства о поверке не только подтверждает точность, но и имеет юридическую силу https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/testo/pribornoe-obespechenie/komplekt-smart-zondov-dlya-sistem-ventilyatcii\\n  Это особенно важно при использовании средств измерений в сферах, подлежащих государственному регулированию, таких как торговля, здравоохранение или оборона http://analyztepla.ru/priboryi-nerazrushayushhego-kontrolya/profilometryi-izmeriteli-sheroxovatosti/profilometryi-time-group/izmeritel-sheroxovatosti-tr110\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:47:00','2026-03-29 05:47:00','b31a1070-fe10-4f92-b2ea-05dfcae17c1c'),
(52888,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyExhax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заказать продвижение сайта у надежного подрядчика https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Увеличить целевой небрендовый трафик на сайт ecco-shoes https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n ru https://proffseo.ru/kontakty\\n \\nВаши преимущества https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nот 25 000 ?/мес https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nПри этом, в качестве регионов может быть указана страна, субъект государства и город https://proffseo.ru/kontakty\\n \\nРазработка и продвижение крупнейшей сети Ателье https://proffseo.ru/privacy\\n \\nот 30 000 ?/мес.+ KPI https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:48:33','2026-03-29 05:48:33','3e759146-5594-4635-b2f7-7bd5bd2b712c'),
(52889,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldVor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Виды реализуемой фурнитуры для мебели https://kupefurnitur.ru/onas\\n \\nподтверждение факта обработки его персональных данных Компанией; правовые основания и цели обработки персональных данных; сведения о применяемых Обществом способах обработки персональных данных; наименование и место нахождения Общества, сведения о лицах (за исключением работников Общества), которые имеют доступ к персональным данным или которым могут быть раскрыты персональные данные на основании договора с Обществом или на основании законодательства Российской Федерации; обрабатываемые персональные данные, относящиеся к соответствующему субъекту персональных данных, источник их получения; сроки обработки персональных данных, в том числе сроки их хранения; наименование или фамилию, имя, отчество и адрес лица, осуществляющего обработку персональных данных по поручению оператора, если обработка поручена или будет поручена такому лицу; иные сведения, предусмотренные законодательством Российской Федерации https://kupefurnitur.ru/onas\\n \\nМы гарантируем нашим оптовым заказчикам: \\nАктивно-развивающаяся оптово-розничная сеть https://kupefurnitur.ru/onas\\n \\nМебельная фурнитура и комплектующие представленной категории производятся для ящиков выдвижного типа https://kupefurnitur.ru/\\n  Они их направляют и обеспечивают плавное движение по заданной траектории https://kupefurnitur.ru/onas\\n  Современные направляющие выполняются из металла, дополнительно используются ролики https://kupefurnitur.ru/catalog\\n \\nСогласие дано Оператору для совершения следующих действий с моими персональными данными с использованием средств автоматизации и/или без использования таких средств: сбор, систематизация, накопление, хранение, уточнение (обновление, изменение), использование, обезличивание, а также осуществление любых иных действий, предусмотренных действующим законодательством РФ как неавтоматизированными, так и автоматизированными способами https://kupefurnitur.ru/onas\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:48:58','2026-03-29 05:48:58','aabe0273-e827-470e-b014-d862539afacb'),
(52890,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddychift\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы искренне любим свое дело и знаем, что лучше сработает для нашего клиента https://proffseo.ru/\\n \\nПоэтому владельцы сайтов услуги и магазинов стремятся развивать свой сайт, увеличивать посещаемость и прибыль сталкиваются с вопросом продвижения своего ресурса в поисковых системах https://proffseo.ru/kontakty\\n \\nпо версии Ruward 2021 https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nсредний ежегодный прирост трафика https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nПродвижение в ТОП-10 нового сайта по России https://proffseo.ru/\\n \\nПолнофункциональный сайт под ключ для онлайн-продаж https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:50:52','2026-03-29 05:50:52','3cea702d-43c2-4ebe-8c7a-466d97a88854'),
(52891,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottVet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Общая площадь участка 20 соток https://berezov-lsk.ru/\\n \\nВ рейтинг мы включили студии: \\nМосковское представительство известного питерского бюро открылось в 2023 году, однако сама компания работает на рынке дизайнерских услуг с 2008 года https://berezov-lsk.ru/\\n  Она получила широкое признание в России, за рубежом и отмечена высокими профессиональными наградами https://berezov-lsk.ru/\\n  В своей работе сотрудники бюро всегда ищут баланс между собственными творческими устремлениями, индивидуальностью клиента и уникальными особенностями природного ландшафта https://berezov-lsk.ru/\\n \\nЭскизное проектирование https://berezov-lsk.ru/\\n \\n200 000 руб https://berezov-lsk.ru/\\n \\nВиталий, 43 https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:51:26','2026-03-29 05:51:26','956d10ab-798d-49af-9963-bfe4f398544b'),
(52892,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreyRed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Минимальная травматизация тканей при разрезе; Отличный эстетический результат после операции; Высокая безопасность и стабильность работы https://ellman.ru/accessories\\n \\nКомплект поставки Surgitron Dual EMC 90 https://ellman.ru/devices\\n \\nГенератор портативный радиоволновой 3,8 МГц  обладает высоким уровнем точности и легкостью управления https://ellman.ru/articles\\n  Данное устройство имеет целый ряд необходимых врачу функций https://ellman.ru/\\n \\nЕсли есть симптомы тех или иных заболеваний, то лечащий врач назначает лечение https://ellman.ru/round\\n  Причины этого могут быть разными, поэтому удаление должно проходить только после того, как будет проведена диагностика https://ellman.ru/basic\\n  Большоеразнообразие специализированных электродов позволяет проводить лечение аппаратом Surgitron EMC в самых узких медицинских областях https://ellman.ru/accessories\\n \\nРабочий режим Выходная форма волны Максимальная выходная мощность (Вт) Выходная частота (МГц) Микроразрез полностью выпрямленная фильтрованная 90 4,0 Разрез и коагуляция полностью выпрямленная 65 4,0 Коагуляция частично выпрямленная 45 4,0 Фульгурация прерывисто-искровая 35 4,0 Биполярная коагуляция частично выпрямленная 90 1,7 https://ellman.ru/ball\\n \\nПОЛНЫЕ ХАРАКТЕРИСТИКИ https://ellman.ru/needle\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:57:13','2026-03-29 05:57:13','1997e994-12e9-42c2-8e3d-c774cd217abd'),
(52893,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelsubre\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Я занимаюсь организацией мероприятий https://shcherbinins.ru/uslugy\\n \\nМероприятие на 35 персон https://shcherbinins.ru/uslugy\\n \\nВыбор клиентов CaterMe https://shcherbinins.ru/uslugy\\n \\nЛёгкие фуршетные закуски на 20-24 персоны https://shcherbinins.ru/menu\\n \\nВыездной фуршет https://shcherbinins.ru/uslugy\\n \\nБургер-бум на 30-35 персон https://shcherbinins.ru/aboutus\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:57:42','2026-03-29 05:57:42','51821262-c008-47c0-8f31-febd12aee317'),
(52894,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyExhax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Полнофункциональный сайт под ключ для онлайн-продаж https://proffseo.ru/\\n \\n6-ое место в рейтинге SEO глазами клиентов 2021 https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nРегиональное продвижение помогает улучшить позиции сайта в поисковой выдаче в одном или нескольких регионах, привлечь целевую аудиторию и увеличить конверсию при сравнительно невысоких затратах https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Поисковые системы лояльнее относятся к местным компаниям, и конкуренция в одном регионе ниже, чем по всей России, поэтому, продвигаясь по геозависимым запросам, достигнуть первой страницы поиска намного проще https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  В статье мы расскажем, какие способы регионального продвижения сайта наиболее эффективны, и как вести SEO-продвижение сайта в топ-10 Яндекса и Google в одном и нескольких регионах https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nTagline Awards, 2019 г https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nСкидка 100% на первый месяц! \\nИногда бывает эффективно дополнительным каналом рекламы подключить контекстную рекламу в определенных регионах https://proffseo.ru/\\n  Для этого географическая привязка сайта не требуется https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 05:58:38','2026-03-29 05:58:38','9d35c26d-659f-41fe-a264-5dba5423625b'),
(52895,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertitext\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелажные работы https://drogal.ru/glossary/yashichnii-poddon/\\n \\nСпециальные механизмы для плавной, безопасной погрузки и выгрузки негабаритных предметов https://drogal.ru/portfolio-items/stropalnie-raboti-v-khimkakh/\\n  Надежная оснастка: ремни, стропы, ленты https://drogal.ru/glossary/sertifikat-o-proishozhdenii-tovara/\\n  Автомобили большой грузоподъемности, на которых удобно перевозить станки и другие массивные грузы https://drogal.ru/glossary/takelazhnik/\\n  Фиксаторы, которыми можно надежно закрепить груз на время транспортировки https://drogal.ru/voprosi-otveti/dokumenti/\\n \\nКомпания оказывает полный спектр услуг, которые связаны с перемещением разнообразных грузов https://drogal.ru/glossary/krupnogabaritnie-gruzi/\\n  Кроме такелажных, стропальных, погрузочно-разгрузочных работ не последнее значение имеет процесс транспортировки https://drogal.ru/ustanovka-oborudovaniya-v-proektnoe-polozhenie/\\n  Успешность результата зависит от корректного выбора транспортного средства, уровня квалификации водителя и ряда других факторов, которые учитываются сотрудниками компании https://drogal.ru/portfolio_category/takelazh-v-ogranichennom-prostranstve/\\n \\nСпецтехника Стоимость час работы Стоимость пробега за МКАД, р/км Стоимость мин https://drogal.ru/glossary/voditel/\\n  смены Мин https://drogal.ru/glossary/srok-sluzhbi-upakovki/\\n  смена Специалисты и услуги Такелажные работы договорная договорная договорная Разработка Проекта производства работ - - 80 000 руб https://drogal.ru/glossary/logisticheskie-centri/\\n  7+1 час Техника и оборудование Траверса линейная г/п до 10т - договорная 8 400 руб https://drogal.ru/glossary/transportnaya-tara/\\n  7+1 час Траверса до 30т, длина 4200мм - договорная 21 000 руб https://drogal.ru/portfolio-items/obreshetka/\\n  Такелажное оборудование (домкраты, лебедки, штабелеры, такелажные тележки, рохлы и т https://drogal.ru/glossary/transportnaya-upakovka/\\n д.) договорная договорная договорная 7+1 час https://drogal.ru/glossary/strahovaya-stoimost/\\n \\nЛюбая численность грузчиков https://drogal.ru/portfolio_tags/uslugi-avtokrana-25/\\n \\nПроверка людей и техники Техника зарегистрирована в Ростехнадзоре и своевременно проходит техосмотры https://drogal.ru/glossary/takelazhnaya-osnastka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:02:43','2026-03-29 06:02:43','6cbc9474-aebe-48cc-a6cc-5ecc5632fd5b'),
(52896,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RolandSob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ninavochujo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"размер 9х7 https://читадома.рф/doma\\n \\nСкрыть всё https://читадома.рф/kommercheskie-zdaniya\\n \\nот 21000 руб/м2 https://читадома.рф/kommercheskie-zdaniya\\n \\nтип дома керамический блок https://читадома.рф/kontakty\\n \\nПолучить консультацию https://читадома.рф/o-kompanii\\n \\nразмер 15x14 https://читадома.рф/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:03:53','2026-03-29 06:03:53','e4cb91e2-a605-47d0-9897-84e28047b9cc'),
(52897,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryTob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Огнище https://maze.tattoo/catalog/ch/chumnoi-doctor/\\n  Шикарный индивидуальный эскиз, шикарная работа мастера https://maze.tattoo/catalog/k/keltika/\\n  Лучше вряд ли кто сделал бы! Всем СПАСИБО!! \\nСетевое издание KUDAGO (КУДАГО) зарегистрировано в Федеральной службе по надзору в сфере связи, информационных технологий и массовых коммуникаций (Роскомнадзор) 15 марта 2021 года https://maze.tattoo/catalog/ch/cheshirskiy-kot/\\n  Свидетельство о регистрации Эл № ФС77-80500 Учредитель: ООО «Реван» https://maze.tattoo/catalog/b/biker-tattoo/\\n  Права на текстовые и другие материалы, размещенные на сайте, охраняются законом https://maze.tattoo/catalog/i/\\n  При цитировании обязательна прямая ссылка на KudaGo https://maze.tattoo/catalog/n/neft/\\n com  https://maze.tattoo/catalog/m/medved/\\n \\nг https://maze.tattoo/catalog/r/rys/\\n  Москва, 4 мая 2025 https://maze.tattoo/catalog/z/zmei/\\n \\nИменно в этой студии мне сделали первое тату https://maze.tattoo/catalog/p/portret/\\n  Теперь в коллекции + ещё одно тату и пирсинг https://maze.tattoo/catalog/c/sova/\\n  Мастера и администраторы очень открытые и дружелюбные люди https://maze.tattoo/catalog/t/sak_yant/\\n  В самой студии всё на высшем уровне https://maze.tattoo/catalog/с/spina/\\n  Желаю им успехов и процветания https://maze.tattoo/catalog/l/lyagushki/\\n  И я ещё обязательно к ним буду обращаться https://maze.tattoo/catalog/x/miyazaki/\\n \\n4 причины стать клиентом тату студии «Классик» в Москве https://maze.tattoo/catalog/k/krysy/\\n \\nОпыт работы: с 2009 года https://maze.tattoo/catalog/g/gribi/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:04:27','2026-03-29 06:04:27','8debca06-b079-485f-a1c0-00db832d08e2'),
(52898,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertSwosy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелаж промышленного оборудования https://drogal.ru/uslugi/kranovye-raboty/podem-gruzov-cherez-okno/\\n \\nРассчитать предварительную стоимость грузоперевозки https://drogal.ru/glossary/transportnaya-upakovka/\\n \\nНапример: +7(495) 255-59-59 https://drogal.ru/glossary/yashchik/\\n \\nКогда нужен профессиональный промышленный такелаж, обращайтесь в нашу компанию https://drogal.ru/glossary/zhestkaya-upakovka/\\n  Безопасность грузов гарантирована! \\nЧасы работы + 1 час подача авто https://drogal.ru/glossary/terminalnaya-set/\\n \\nВаш телефон * \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:04:33','2026-03-29 06:04:33','2c7c4d18-5a34-423c-97c1-8e5ce4abba15'),
(52899,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SamuelRow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Архитектурное бюро https://www.abbalk.ru/arhitectyra\\n \\nАрхитектурное бюро GK STUDIO было создано в 1999 году https://www.abbalk.ru/page47572771.html\\n  Основателем является архитектор Георгий Космодамианский, член союза архитекторов Москвы https://www.abbalk.ru/arhitectyra\\n  Уже почти два десятилетия бюро выполняет сложнейшие з https://www.abbalk.ru/page47572771.html\\n  Читать далее https://www.abbalk.ru/gradostroitelstvo\\n \\nКоттеджи в Абрау-Дюрсо Изображение: компания A Structura https://www.abbalk.ru/page47574811.html\\n \\nОфис Lamoda Изображение: студия IND Узнать подробнее https://www.abbalk.ru/page47574811.html\\n \\nРейтинг топ-20 лучших архитектурных бюро Москвы по версии КП https://www.abbalk.ru/arhitectyra\\n \\n«Карлсон и К» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:07:36','2026-03-29 06:07:36','4f250a68-35e1-4534-9f44-ac384a753375'),
(52900,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertenusy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"- высокая пропускная способность на соединениях; \\nПолипропиленовые трубы при соблюдении условий эксплуатации, могут прослужить до 50 лет без потери функциональности и физико-технических характеристик https://deneb-spb.ru/sedla\\n \\nТрубу обрезают до нужных размеров под прямым углом; Сварочные аппарат устанавливается на режим пайки в 260°С; Очищается и обезжиривается поверхность трубы https://deneb-spb.ru/kollektory\\n  Оба соединенных конца фиксируются, завершается процесс сварки https://deneb-spb.ru/svarochnye-apparaty-i-mashiny\\n  Труба находится в таком положении 4-8 минут https://deneb-spb.ru/krany-latunnye-rezbovye\\n \\nНазначение https://deneb-spb.ru/shejvery-i-torcevateli\\n \\nПроцесс сварки выглядит следующим образом https://deneb-spb.ru/vse_novosti\\n \\n620085 , г https://deneb-spb.ru/truby-armirovannye-steklovoloknom-pn20-i-pn25\\n  Екатеринбург , ул https://deneb-spb.ru/homuty-santekhnicheskie-trubnye\\n  8 марта, д https://deneb-spb.ru/svarochnye-apparaty-i-mashiny\\n  212 https://deneb-spb.ru/nastennye-komplekty-pod-smesitel\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:08:37','2026-03-29 06:08:37','4c39e1c6-3240-43e7-8eb9-b176dc1055b6'),
(52901,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"WinstonAmish\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Деревянная разделочная доска может стать не только отличным помощником на кухне, но и может послужить отличным предметом для сервировки блюд на стол https://roshozdom.ru/index.php?route=product/search&amp;tag=для ресторанов\\n  Доска выполнена из натурального дерева и в отличие от пластиковых не вредит вашему здоровью, не тупит ножи и не скользит https://roshozdom.ru/posuda_derevyannaya/derevyannye_doski_dlya_podachi_blyud/?page=2\\n \\nНабор из 3-х малых досок разделочных из гибкого полиуретана размером 280х190мм на подставке https://roshozdom.ru/index.php?route=product/search&amp;tag=брелок деревянный\\n  Полиуретан имеет очень высокую прочность, износостойкость и эластичность, водостоек и устойчив к образованию плесени, обладает высочайшей стойкостью к воздействию агрессивных сред, не теряет своих свойств пр https://roshozdom.ru/index.php?route=product/search&amp;tag=на 23 февраля\\n \\n- сведения о сроках обработки персональных данных, в том числе о сроках их хранения; \\nОбеспечение бесперебойной работы заведений наших заказчиков https://roshozdom.ru/index.php?route=product/search&amp;tag=конфетница\\n \\nОбратите внимание! Boxberry является информационным посредником (ст https://roshozdom.ru/index.php?route=product/search&amp;tag=доска для подачи\\n  1253 https://roshozdom.ru/index.php?route=product/search&amp;tag=&amp;page=1\\n 1 ГК РФ) https://roshozdom.ru/index.php?route=product/search&amp;tag=вина\\n  Если на нашем сайте были нарушены ваши интеллектуальные права, заполните форму обратной связи с прикреплением ссылок на страницы https://roshozdom.ru/index.php?route=product/search&amp;tag=ложка\\n \\nДоска разделочная Attribute  изготовлена из бамбука и имеет приятный, естественный цвет https://roshozdom.ru/index.php?route=product/search&amp;tag=веселка деревянная\\n  Доска из бамбука по праву считается самой надёжной: она имеет высокую прочность, устойчива к сильным нагрузкам https://roshozdom.ru/posuda_derevyannaya/derevyannye_doski_dlya_podachi_blyud/derevyannye_doski_dlya_podachi_myasa/\\n  Используя её, вы не затупите ножи https://roshozdom.ru/index.php?route=product/search&amp;tag=Ящик\\n  Разделочная доска не разбухает в воде, не впиты https://roshozdom.ru/posuda_derevyannaya/derevyannye_doski_dlya_podachi_blyud/derevyannye_doski_dlya_podachi_goryachego/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:09:33','2026-03-29 06:09:33','a08c403f-b836-4790-9fc6-e190d3254e39'),
(52902,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roberthix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелажно стропальные работы выгрузка и перемещение бочки вес 11370кг https://drogal.ru/glossary/gruzovoi-konteiner/\\n \\nФургон до 2,8 м? 32 /км за МКАД 1350 /час Заказать https://drogal.ru/glossary/upakovivanie/\\n \\nсоблюдение всех правил безопасности при выполнении работ; обязательный инструктаж рабочих, выполняющих такелаж; применение техники разной грузоподъемности; подготовка всех схем и смет; разработка проекта производства такелажных работ https://drogal.ru/glossary/logisticheskie-riski/\\n \\nТакелаж любой сложности https://drogal.ru/uslugi/\\n \\nТакелажные работы в Москве от «Грузовичкоф» \\nПочему выбирают нас? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:10:12','2026-03-29 06:10:12','31bd7f8f-e75d-4c6e-bdf3-9a4d753109c8'),
(52903,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottHeeno\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Возвращаясь в Москву, не пропустите Мемориал Советскому Солдату подо Ржевом https://berezov-lsk.ru/\\n \\nТелефон +7 (495) 147-44-44 Компания имеет большой опыт работы в сфере благоустройства и озеленения территорий https://berezov-lsk.ru/\\n  Фото: ilyamochalov https://berezov-lsk.ru/\\n ru https://berezov-lsk.ru/\\n \\nНАМ ВАЖНО ВАШЕ МНЕНИЕ Расскажите, что вам понравилось в работе нашей студии? \\n4 https://berezov-lsk.ru/\\n 8 Общая оценка 4 https://berezov-lsk.ru/\\n 7 Соотношение цена/качество 5 Соблюдение сроков 4 https://berezov-lsk.ru/\\n 5 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\n \\nот 30 000 руб./м2 https://berezov-lsk.ru/\\n \\n«Экопочва» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:12:46','2026-03-29 06:12:46','5798e06b-7b67-4e87-87eb-9ec3d3e8e1fe'),
(52904,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddySoype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Создание надежного портала https://proffseo.ru/privacy\\n  Ваша компания не останется незамеченной https://proffseo.ru/\\n \\nВыберите регионы России для продвижения товаров и услуг Присутствие сайта в ТОП-10 Яндекс и Google по поисковым запросам в заданных городах России https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nМинимальная цена продвижения сайтов по России у нас – от 30 000 руб./мес https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Конечная стоимость услуг согласовывается индивидуально - под ваши условия и пожелания https://proffseo.ru/privacy\\n \\n2-ое место в рейтинге SEO-компаний в премиум-сегменте https://proffseo.ru/kontakty\\n \\nКак определяется регион пользователя? \\nот 25 000 ?/мес https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:12:50','2026-03-29 06:12:50','ff78022f-2ca7-4c66-b5d7-46257ead0161'),
(52905,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennPeerm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Информация, представленная на сайте, носит справочный характер и не является публичной офертой https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kollektornaya-gruppa-tim-dlya-sistem-otopleniya-1-3-4-evrokonus-na-3-kontura-latunnyy-korpus-bez-rashodomerov-v-komplekte-vozduootvodchiki-drenazhnye-krany-art-kb003/\\n  Политика обработки перс https://акваторг24.рф/product/diametr-v-mm/40/\\n  данных ООО , ОГРН 1157746385720, 109429 Москва, МКАД 14-й км, д https://акваторг24.рф/armatura-zapornaya/zadvizhki-klinovye-mvi/\\n 10, этаж 4, комн https://акваторг24.рф/wishlist/\\n  401 https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/santehnicheskiy-kollektor-tim-ventilnogo-tipa-1-g-sh-16-tsanga-45-2-vyh-art-mr135n-1-c-2/\\n \\nМультибрендовый интернет-магазин, предлагающий полный спектр сантехники от мировых лидеров рынка, таких как Sanita, Roca, Della, Villagio, Istok,  и других зарубежных и отечественных брендов https://акваторг24.рф/filtry/filtry-promyvnye/magnitnyy-filtr-dlya-kotla-mvi-3-4-art-se-901-05/\\n  Обширный каталог, включающий тысячи наименований, покрывает все потребности по обустройству городской квартиры или частного дома https://акваторг24.рф/lotki-sifony-trapy-shlangi-podvodka-dlya-vody-tim/trap-lotok-350h70mm-iz-nerzhaveyuschey-stali-tim-reshetka-s-krugloy-yacheykoy-art-bad413502/\\n \\nПокупка в них не требует много времени, осуществляется дистанционно – что особенно актуально из-за ситуации с коронавирусом https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-gaza/gazovyy-kran-tim-gsh-3-4-babochka-art-de123h/\\n  К тому же уровень сервиса и качество продукции в них ничем не уступает традиционным салонам https://акваторг24.рф/armatura-predohranitelnaya/klapany-predohranitelnye/predohranitelnyy-klapan-tim-dlya-sistem-vodosnabzheniya-8-bar-3-4-1-g-g-art-bl34ff-c-8/\\n  Но таких магазинов в столице сегодня большой выбор, какой из них лучше выбрать? Мы составили ТОП наиболее крупных онлайн-шопов сантехники, чтобы вам было проще выбрать наиболее подходящий https://акваторг24.рф/truby/metalloplastikovye-truby/truba-metalloplastikovaya-mvi-pex-al-pex-16-2-kompozitnaya-besshovnaya-tolschina-alyuminevogo-sloya-ot-25mm-buhta-100m/\\n \\nМы стараемся оказывать сервис самого высочайшего качества https://акваторг24.рф/product/vid-tovara/kontsevoy-element/\\n  Основной наш приоритет - это довольный клиент! Поэтому наши специалисты всегда готовы прийти на помощь, проконсультировать, подсказать и помочь заказать https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-fitingi-red/troynik-polipropilenovyy-ppr-o75x25x75-slt-blockfire/\\n \\nМагазины сантехники в Москве с выставочными залами уже не редкость https://акваторг24.рф/truby-i-fitingi/troynik-polipropilenovyy-ppr-o32x25x25-slt-blockfire/\\n  У магазина есть свой шоу-рум в Москве, в ТЦ  насчет выбора подходящей модели, ее установки и эксплуатации https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kollektor-iz-nerzhaveyuschey-stali-dlya-otopleniya-v-sbore-mvi-na-5-vyh-art-ms-405-06/\\n  На все товарные позиции предоставляется скидка, которой клиент может воспользоваться для возврата бракованного или замены неисправного оборудования https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kran-uglovoy-1-2-h-1-2-matovyy-tim-art-bl5811a/\\n \\nСмесители, раковины, душевые системы; Ванны чугунные, стальные, акриловые и из литьевого мрамора; Душевые кабины, ограждения и поддоны; Унитазы, биде и писсуары; Мебель для ванной комнаты любых размеров https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kollektornaya-gruppa-dlya-teplogo-pola-s-rashodomerami-kontsevymi-elementami-i-sharovymi-kranami-s-termometrami-tim-6-konturov-art-ka006/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:13:13','2026-03-29 06:13:13','9dfa5385-6c4d-4721-8494-76ff0ccbaf3b'),
(52906,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennSop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Да https://акваторг24.рф/vodosnabzhenie-vodonagrevateli-filtry/tsirkulyatsionnyy-nasos-tim-1-130-mm-aquatim-ekonom-art-am-xps20-6-130/\\n  На страницах заведений есть раздел , где можно узнать о действующих скидках и спецпредложениях https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektor-iz-nerzhaveyuschey-stali-100mm/kollektor-iz-nerzhaveyuschey-stali-m-ts-rasstoyanie-100mm-mvi-1-1-4-x1-2-5-vyhoda-art-ml-405-07/\\n \\nНа сайте магазина ОБИ будет полезно ознакомиться с отзывами о товарах https://акваторг24.рф/instrument-i-aksessuary-dlya-montazha/materialy-rashodnye/poliamidnaya-nit-tim-80m-art-mb02-c80-art-mb02-c80/\\n  Отзывов очень много, так как их оставляют не только покупатели онлайн магазино, но и покупатели оффлайн гипермаркетов https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-vody/krany-dlya-vody-aquahit/\\n \\nОбратившись к интернет-магазину сантехники, легко отыскать желаемое в любой категории: \\n…сервис https://акваторг24.рф/armatura-dlya-otopleniya/klapana-balansirovochnye/new-product-5/\\n  Нет https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/gorizontalnyy-latunnyy-obratnyy-klapan-1-1-4-art-cv-530-07/\\n  Ремонт ванной комнаты мы начали с выбора душевой кабины https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kollektor-iz-nerzhaveyuschey-stali-dlya-otopleniya-5-kontura-tim-art-kbs5005/\\n  Остановили своё внимание в итоге на интернет-магазине CleanSan https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/gorizontalnyy-latunnyy-obratnyy-klapan-1-1-2-art-cv-530-08/\\n ru, здесь вообще… \\n…выбор сантехники, глаза разбегаются и все такое красивое https://акваторг24.рф/armatura-dlya-otopleniya/elektroprivody/\\n  Спасибо консультанту, помог подобрать мне смеситель в душевую https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-santehnicheskih-priborov/keramicheskaya-kran-buksa-nerzh-stal-para-sus304-1-2-1-2-tim-art-bl5854-02s/\\n  Все товары есть в наличии… \\nМы стараемся стать лучше для Вас! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:13:14','2026-03-29 06:13:14','0fb19f26-5d19-42cb-8338-99e36f7b1d88'),
(52907,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottdoups\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"с большим объемом заказов и опытом работы; использующие современное оборудование и технологии; с положительными отзывами клиентов; с гибким отношением к потребностям заказчика и умением экономить бюджет https://berezov-lsk.ru/\\n \\nЗаказывал в Грид ландшафтное проектирование для участка 20 соток в Истринском районе https://berezov-lsk.ru/\\n  На самом деле это не первый мой опыт работы с ландшафтными дизайнерами и до этого мне как-то не очень везло https://berezov-lsk.ru/\\n  Тут я был на самом деле приятно удивлен и оперативностью, и качеством работы https://berezov-lsk.ru/\\n \\nПо расчету стоимости звоните по тел https://berezov-lsk.ru/\\n \\nГрамотные ландшафтные дизайнеры обязательно закладывают в основу проекта какую-либо идею, которая рождается из разговоров с заказчиком и осмотра участка https://berezov-lsk.ru/\\n  Чтобы клиент мог представить будущие изменения, компания делает визуализацию проекта с помощью современных компьютерных программ https://berezov-lsk.ru/\\n \\nОбщая стоимость материалов 1 945 000 Р https://berezov-lsk.ru/\\n \\nУспенское шоссе РИИТА https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:13:41','2026-03-29 06:13:41','937ce4f7-908a-4f75-87d6-19fba8be38f7'),
(52908,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Latasha Castleton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"latasha.castleton@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Latasha Castleton\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Greetings,\\n\\nA complete privacy toolkit in a single dashboard: global VPN access, synchronized password storage, ongoing dark-web monitoring, tracker blocking and on-demand data removal assistance.\\n\\nClick the link below to take advantage of this exclusive savings opportunity.\\nhttps://moveto.short.gy/vpndeals\\n\\nThanks again for your time; have an excellent day.\\n\\nLatasha\\n\\n------- Do you like Country Music ? -------\\nTurn up your cardio with Country Workout Party Songs — fuel your run, gym session, and every move with high-energy country hits\\nhttps://moveto.short.gy/3620\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccorsicahills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccorsicahills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:14:01','2026-03-29 06:14:01','78f361ca-9988-471f-9580-d3b8d77b0838'),
(52909,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SamuelSed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ДИЗАЙН ОБЩЕСТВЕННЫХ И ЧАСТНЫХ ИНТЕРЬЕРОВ https://www.abbalk.ru/page47574811.html\\n \\nАрхитектурная мастерская, которой в 2024 году исполняется 30 лет https://www.abbalk.ru/page47559287.html\\n  Команда создаёт смелые экспериментальные решения — знаковые жилые комплексы и пространства для культурных организаций https://www.abbalk.ru/page47572771.html\\n \\nAbd architects https://www.abbalk.ru/gradostroitelstvo\\n \\nПроекты : детальная концепция реновации в Черёмушках, жилой дом в Саяногорске, Хакасия, проект для строительства из модулей https://www.abbalk.ru/page47559287.html\\n \\n// КАК РАБОТАЕТ АРХИТЕКТУРНОЕ БЮРО? \\nАрхитектурное бюро https://www.abbalk.ru/arhitectyra\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:14:13','2026-03-29 06:14:13','0145ee43-52b5-49ae-bc02-c8d4eb36952e'),
(52910,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"WinstonAcuff\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Деревянная разделочная доска может стать не только отличным помощником на кухне, но и может послужить отличным предметом для сервировки блюд на стол https://roshozdom.ru/index.php?route=product/search&amp;tag=ваза деревянная\\n  Доска выполнена из натурального дерева и в отличие от пластиковых не вредит вашему здоровью, не тупит ножи и не скользит на поверхности стола https://roshozdom.ru/index.php?route=product/search&amp;tag=РХД-т4030/5\\n  Благода https://roshozdom.ru/razdelochnye_doski/razdelochnye_kruglye_doski_buk/\\n \\nНабор: Нет Цвет: микс Форма: Прямоугольная Длина, см: 28 https://roshozdom.ru/index.php?route=product/search&amp;tag=планшет\\n 5 Ширина, см: 19 https://roshozdom.ru/razdelochnye_doski/servirovochnye_doski_iz_dereva/?page=2\\n 3 Рисунок: Нет Материал: Пластик Тип доски: Стандартная Можно мыть в посудомоечной машине: Да Особенности: Подвесная Состав: Пластик Размеры товара: 19 https://roshozdom.ru/index.php?route=product/search&amp;tag=доска сервировочная деревянная\\n 3/0 https://roshozdom.ru/usloviya_obmena_i_vozvrata/\\n 4/28 https://roshozdom.ru/razdelochnye_doski/nabory_razdelochnyh_dosok/\\n 5 Примечание: Выбор конкретных цвет https://roshozdom.ru/aksessuary_iz_dereva/derevyannye_tablichki/derevyannye_vizitnicy/\\n \\n5 https://roshozdom.ru/posuda_derevyannaya/derevyannye_lotki/\\n 2 https://roshozdom.ru/index.php?route=product/search&amp;tag=&amp;page=14\\n  Компания в процессе обработки персональных данных обязана: \\nНабор из 3 разделочных досок Nest Large подходит для выполнения различных задач по приготовлению пищи https://roshozdom.ru/index.php?route=product/search&amp;tag=для сервировки\\n  Специальная подставка удерживает аксессуары на расстоянии, позволяя воздуху равномерно циркулировать между ними https://roshozdom.ru/index.php?route=product/search&amp;tag=бук\\n  Чтобы облегчить нарезку продуктов, доска снабжена фактурной поверхностью https://roshozdom.ru/index.php?route=product/search&amp;tag=подарочная\\n  Резиновые https://roshozdom.ru/index.php?route=product/search&amp;tag=цельный бук\\n \\n3 https://roshozdom.ru/index.php?route=product/search&amp;tag=цельный бук&amp;page=2\\n 2 https://roshozdom.ru/index.php?route=product/search&amp;tag=деревянная\\n  Компания обрабатывает следующие персональные данные: \\nДоска разделочная из бамбука 25 х 18 см Zwilling Accessories по выгодной цене https://roshozdom.ru/index.php?route=product/search&amp;tag=бирдекель\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:14:57','2026-03-29 06:14:57','a25bb655-d30b-472c-a0cd-84b4582b096d'),
(52911,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennViz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы предлагаем большой выбор смесителей, которые выполнены из материалов, не подверженных коррозии даже после длительного использования https://акваторг24.рф/product/shirina-v-mm/61/\\n  Они просты в эксплуатации и не требуют особого ухода https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/ventil-nizhniy-obratnyy-regulirovochnyy-uglovoy-1-2-s-antiprotechkoy-zeissler-tim-art-rs221-02-me002/\\n  Разнообразные стили и цвета позволят подобрать смеситель под любой интерьер https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/ventil-nizhniy-obratnyy-regulirovochnyy-uglovoy-3-4-s-antiprotechkoy-zeissler-tim-art-rs221-03-me012/\\n \\n\\nсантехнические люки (в том числе и под плитку); шланги и поливочная арматура; мебель для ванных; насосные станции и насосы; сантехника; радиаторы отопления, а также комплектующие к ним; водонагреватели; вентиляционные системы; системы для очистки воды и др https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-santehnicheskih-priborov/keramicheskaya-kran-buksa-nerzh-stal-sus304-1-2-1-2-tim-art-bl5853-02s/\\n \\nванны (обычные и с гидромассажем), умывальники, смесители; напольные, пристенные и подвесные унитазы и биде, сливные бачки, гигиенические души; кабины, боксы, уголки, поддоны, стойки, комплекты и гарнитуры, смесители; мойки, краны и измельчители для кухни https://акваторг24.рф/tim2405/page/2/\\n \\nШоу-рум: г https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/cantehnicheskiy-kollektor-s-sharovymi-kranami-tim-3-4-f16-5vyh-nikelirov-pod-konus-art-mv-3-4-n-5/\\n  Москва, улица Золоторожский вал, 32 бизнес-центр Au-room https://акваторг24.рф/truby-i-fitingi/hromirovannaya-latunnaya-mufta-s-nakidnymi-gaykami-dlya-polotentsesushiteley-tim-1-h1-rezba-vnutr-vnutr-art-k5-sf044/\\n \\nКроме того, мы предлагаем услуги профессиональных консультантов, которые помогут выбрать подходящий товар и ответят на все вопросы по его эксплуатации https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-fitingi-green/zaglushka-ppr-o110-slt-blockfire-zelenyy/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:15:12','2026-03-29 06:15:12','b482b7aa-fbf7-44c0-a8de-2aef212a9673'),
(52912,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddybouff\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Переходы, звонки и интернет-заказы с брендового трафика – бесплатно https://proffseo.ru/kontakty\\n \\nСпециально под ваши условия и техническое задание мы разработаем индивидуальный план продвижения, состоящий из 12 шагов по 22 дня https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nГеозависимый запрос — запрос, выдача по которому будет принципиально разной в разных регионах https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Такие запросы пользователи вводят с целью найти товар/услугу среди местных компаний https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Возьмем, к примеру, запрос &lt;&gt;оставка пиццы]. \\nИтак, что же такое продвижение по всей России и существует ли оно вообще? \\nКомпании, которые доверили нам SEO продвижение сайтов https://proffseo.ru/\\n \\nДенис Зубрев https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:16:29','2026-03-29 06:16:29','1660eeb8-aa84-4554-bbe9-be5223c08619'),
(52913,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyJax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"2-ое место в номинации «Digital- и performance- маркетинг» \\nГеозависимые запросы — это ключевые фразы с привязкой к региону https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  При вводе геозависимого запроса пользователь рассчитывает получить информацию о ближайших к нему компаниях, то есть в данном случае местоположение является одним из важных факторов, определяющих его выбор https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Например, по геозависимым запросам поисковые системы ранжируют медицинские центры, доставку продуктов, транспортные и бытовые услуги https://proffseo.ru/\\n \\nРезультаты наших клиентов https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nО чем статья? \\n• Сертифицированные специалисты Яндекс https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n Метрика, Google Analytics, SEO Expert от РАЭК (Российская Ассоциация Электронных Коммуникаций) • Спикеры лучших отраслевых мероприятий - RIW, РИФ, Ecom EXPO, Optimization • 215 лет суммарного опыта в SEO (поисковая оптимизация сайта) \\nРасширение бизнеса в регионы РФ Повышение известности компании, рост количества заказов и звонков из необходимых городов https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:17:32','2026-03-29 06:17:32','a4a7a00c-b52f-4a1a-80eb-f98627adc03c'),
(52914,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryglync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Но не стоит думать, что татуировка — это исключительно мужская территория https://maze.tattoo/catalog/p/panda/\\n  Наш тату салон для женщин — это место, где каждая деталь имеет значение https://maze.tattoo/catalog/p/palm/\\n  Мы создаём тонкие, изящные, глубокие по смыслу работы, которые подчёркивают индивидуальность и внутреннюю свободу https://maze.tattoo/pricetattoo/\\n \\nпо версии KudaGo https://maze.tattoo/catalog/n/nasekomye/\\n \\nЦентр города — центр идей https://maze.tattoo/catalog/m/malenkiy-prints/\\n \\nСколько стоит набить тату в Москве? \\nКомментарии к Где сделать татуировку в Москве? 14 лучших тату-студий https://maze.tattoo/catalog/n/nadpis/\\n \\nОпыт работы: с 2008 года https://maze.tattoo/catalog/n/nasekomye/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:18:19','2026-03-29 06:18:19','4d0fa6ab-efb2-4d16-88bb-9c6f386998c5'),
(52915,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelmug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Летний павильон Еврейского музея и центра толерантности Фото: архитектурное бюро Form Узнать подробнее https://www.abbalk.ru/page47574811.html\\n \\nАрхитектурное бюро Want https://www.abbalk.ru/arhitectyra\\n \\nТелефон: 8 (495) 066-46-74 Адрес: Москва, Вельяминовская, 34 https://www.abbalk.ru/gradostroitelstvo\\n \\nКоттеджи в Абрау-Дюрсо Изображение: компания A Structura https://www.abbalk.ru/stati\\n \\nКонцепция ЖК в Рублёво-Архангельском Изображение: архитектурное бюро T+T Architects https://www.abbalk.ru/stati\\n \\nИспользование материалов возможно только с предварительного согласия правообладателей https://www.abbalk.ru/\\n  Все права на изображения и тексты принадлежат их авторам https://www.abbalk.ru/page47572771.html\\n  Сайт может содержать контент, не предназначенный для лиц младше 16-ти лет https://www.abbalk.ru/arhitectyra\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:18:55','2026-03-29 06:18:55','60d3d172-0310-45f7-a8dd-5b5abc79fb40'),
(52916,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreythind\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Генератор Surgitron EMC производства американской компании Ellman предназначен для проведения различных микрохирургических операций, точечного воздействия на клетки тканей, капилляры с помощью высокочастотных радиоволн https://ellman.ru/tips\\n  Функционал оборудования позволяет применять данную модель в области стоматологии, гинекологии, дерматологии, отоларингологии, урологии, проктологии, онкологии, косметологии https://ellman.ru/catalog\\n  Прибор отличается простым управлением, безопасной эксплуатацией https://ellman.ru/electrodes\\n  Минимальное рассеивание тепла при использовании прибора сохраняет жизнеспособность прилегающих к пораженному участку тканей, что содействует быстрому заживлению ран, рубцов после разреза https://ellman.ru/round\\n \\nАвторский вебинар доктора Татьяны Александровны Тетериной: “Применение радиоволнового метода в эстетической гинекологии” https://ellman.ru/basic\\n \\nРазмеры и вес Ширина х Высота х Угловой размер 200мм х 160мм х 230мм https://ellman.ru/electrodes\\n \\nПродажа оборудования: \\nГенератор радиоволновой 4,0 МГц \\nСистема имеет эргономичную конструкцию, оснащена цветным монитором и световым индикатором для простого управления во время операций https://ellman.ru/diamond\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:18:57','2026-03-29 06:18:57','faf1d518-4c20-45ac-8d46-069d29641237'),
(52917,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottdoups\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Залог декоративности и долговечности озеленения - соблюдение общепринятых стандартов по производству ландшафтных работ https://berezov-lsk.ru/\\n \\nДолго следил за блогами и сайтами разных компаний, изучал материалы способы выравнивания и укладки тротуарной плитки https://berezov-lsk.ru/\\n  Попробовал уложить сам, но в процессе понял, что лучше довериться специалистам https://berezov-lsk.ru/\\n  Обратился в Gried и ни разу не пожалел! Быстро, четко и качественно https://berezov-lsk.ru/\\n \\nВиталий, 43 https://berezov-lsk.ru/\\n \\nРазработка проекта дизайна и утверждение заказчиком https://berezov-lsk.ru/\\n \\nЧастые вопросы про ландшафтный дизайн https://berezov-lsk.ru/\\n \\nТерритории коттеджных поселков и ЖК, загородные комплексы и отели https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:20:34','2026-03-29 06:20:34','9fae528a-586e-40c8-88fd-c0c923e0645e'),
(52918,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1343],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI hope you’re having a great week.\\n\\nI wanted to explore a potential SEO collaboration. I can offer links to completecarewall.com from 5 well-maintained local business websites (DR30+), with no fees involved. In exchange, I’d appreciate links to 5 different of my client sites from your side — a balanced, mutually SEO beneficial arrangement to boost your website ranking on Google.\\n\\nIf this is something you’d consider, I’d be glad to share the site list for your review.\\n\\nKind regards,\\nClark\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:21:22','2026-03-29 06:21:22','0767fc4d-b8a1-47b9-85da-99e7550af43d'),
(52919,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyped\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Полный список идентификаторов часто используемых стран и российских регионов, с сортировкой по алфавиту доступен по ссылке https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nРезультаты наших клиентов https://proffseo.ru/privacy\\n \\nМенеджер по работе с клиентами https://proffseo.ru/\\n \\nРассчитайте стоимость поискового продвижения и получите скидку 35% на первый счет https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nДля клиента мы полностью переработали страницы каталога, добавили удобный фильтр и функционал сортировки, создали дополнительные страницы с учетом распределения частотности, сократили время загрузки десктопной и мобильной версий сайта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nРеальная гарантия на раскрутку сайта https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:23:26','2026-03-29 06:23:26','3e1c5145-8961-4258-98e5-5d4939ec5dad'),
(52920,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertBeinc\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Внутренний объем 1 м https://deneb-spb.ru/obvody\\n п https://deneb-spb.ru/ankery\\n \\nРабочее давление таких труб до 25 кгс/см 2 или 2,5 МПа, Температура в системе до +95°C https://deneb-spb.ru/truby-pn-10-i-pn-20\\n  Такие трубы изготавливают только армированные и с толстой стенкой https://deneb-spb.ru/contacts\\n  Это самые прочные трубы https://deneb-spb.ru/svarochnye-apparaty-i-mashiny\\n  Применяются для систем ГВС в многоэтажках и для разводки отопления https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\n \\nСрок службы https://deneb-spb.ru/mufty-kombinirovannye\\n \\nПо запросу 658 https://deneb-spb.ru/filtry-i-obratnye-klapany\\n 63 https://deneb-spb.ru/burty-i-flancy\\n \\nPN 20 - для трубопроводов горячего и холодного водоснабжения с давлением при t = 20 0 C - 2 https://deneb-spb.ru/mufty-kombinirovannye\\n 0 МПа, при t = 75 0 C - 0 https://deneb-spb.ru/trojniki\\n 6 МПа https://deneb-spb.ru/svarochnye-apparaty-i-mashiny\\n \\nСрок службы полипропиленовых труб и фитингов: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:23:35','2026-03-29 06:23:35','916e9384-c52e-4b0e-983a-20fef1421166'),
(52921,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennDip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На все представленные в каталоге товары предоставляется фирменная гарантия, позволяющая заменить неисправное или бракованное оборудование https://акваторг24.рф/product/vid-tovara/krany-sharovye-dlya-gaza/\\n  Для постоянных клиентов предусмотрены скидки на продукцию различных категорий https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/termogolovka-zhidkostnaya-tim-m30-h-1-5-art-th-d-0101/\\n \\n\\nОбширная номенклатура реализуемой им продукции включает: \\nрасширенная гарантия; собственная монтажная служба; бесплатные профессиональные консультации; товары проверенного качества от производителей по доступной цене https://акваторг24.рф/truby-i-fitingi/mufta-kombinirovannaya-tim-f20h2-0-1-2-vnutrennyaya-rezba-press-fiting-art-f-s2002f/\\n \\nJacob Delafon (Франция); Gustavsberg (Швеция); FBS (Чехия); IDDIS (Россия); Kaldewei (Германия) и многих других https://акваторг24.рф/armatura-dlya-radiatorov/komplektuyuschie-dlya-radiatorov/kronshteyn-reguliruemyy-dlya-radiatora-tim-para-art-rb401-01/\\n \\nКупить сантехнику в Москве? С нами это — просто! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:28:42','2026-03-29 06:28:42','2366d86e-9d3d-4676-bfa6-70b0ccf6c025'),
(52922,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JeffreyHougs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nТехнические характеристики: \\nЭХВЧ аппарат Ellman Surgitron Dual EMC 90 https://ellman.ru/\\n \\nВысокочастотный хирургический радиоволновой генератор Surgitron® DUAL EMC 90; Двойная ножная педаль со шнуром; Наконечник для электродов; Трехкнопочный наконечник ручного включения для электродов; Держатель для наконечника; Биполярный шнур одноразовый – 5 шт; Биполярный пинцет J1; Нейтральный электрод (антенная пластина), стерилизуемый; Нейтральный электрод (антенная пластина), одноразовый; Сетевой шнур; Инструкция по эксплуатации на русском языке; Видеоматериалы; ZIP - запасные предохранители (2 шт https://ellman.ru/oval\\n ) https://ellman.ru/\\n \\nСтрана США Бренд ELLMAN Гарантия 1 год Рабочая частота 4,0 МГц Напряжение в сети 220В Максимальная выходная мощность, Вт 90 Габаритные размеры 230 х 130 х 340 мм Масса 9 кг https://ellman.ru/\\n \\nPelleve™ ? современная технология неаблационной объемной подтяжки кожи и лечения морщин с использованием полностью выпрямленных и фильтрованных (а не импульсных) радиоволн высокой частоты 4,0 МГц https://ellman.ru/tips\\n  Данная технология предназначена для нехирургического омоложения и лечения морщин I-II степени кожи лица и шеи, а также лифтинга дряблой и обвисшей кожи различных участков тела https://ellman.ru/ball\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:30:44','2026-03-29 06:30:44','356183ef-65f2-4674-8fc4-a7fc5b3c1868'),
(52923,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardFloge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Коммерческие и торговые помещения https://print-classic.ru/xlbanner\\n  В них используются такие виды интерьерной печати, как баннеры и растяжки в кассовых зонах, интерьерные инсталляции, самоклеящаяся пленка для оформления витрин, постеры внутри магазинов с информацией о скидках и акциях, декор стеклянных перегородок https://print-classic.ru/bandanas\\n  Офисы и кафе https://print-classic.ru/tape\\n  В таких помещениях востребованы декоративные и тематические постеры на стенах https://print-classic.ru/trebovaniya\\n  Концертные и выставочные залы, кинотеатры, спортивные соревнования в закрытых помещениях https://print-classic.ru/largeprinting\\n  В этих случаях интерьерная печать применяется для оформления афиш, стендов и выставочных павильонов (например, напечатанными фотографиями, картами и т https://print-classic.ru/trebovaniya\\n  п.). Жилые помещения: В квартирах интерьерная полиграфия представлена прежде всего фотообоями, пленками на фасадах и рабочих поверхностях мебели, стилизованными фото и витражным покрытием стекол https://print-classic.ru/construkcii\\n  Этот вид печати также применяют для нанесения изображений на текстиль, например при изготовлении штор https://print-classic.ru/standsandsigns\\n \\nИнтерьерная печать в типографии https://print-classic.ru/dostavka-i-oplata\\n \\n6 https://print-classic.ru/tape\\n  В типографии предоставляются широкие возможности по выбору материалов и отделки, что позволяет создавать уникальные и оригинальные продукты https://print-classic.ru/trebovaniya\\n \\nУслуги дизайнера https://print-classic.ru/buyerscorner\\n \\n7 https://print-classic.ru/katalogi\\n  Техническое оснащение типографии современное и передовое, что обеспечивает высокую точность и качество печати https://print-classic.ru/kalendari\\n \\nПолипропилен - наиболее подходящий специальный материал для мобильных стендов с серой оборотной стороной, что предотвращает просвечивание изображения при подсветке с тыльной стороны https://print-classic.ru/bags\\n  По сравнению с баннерной тканью имеет более ровную поверхность и меньшее заворачивание краев полотна, а также более насыщенные цвета печати https://print-classic.ru/printbanner\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:32:22','2026-03-29 06:32:22','5a0bcaf0-cae0-4e5f-8cf6-3dd6a62b2186'),
(52924,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarrySon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Татуировка на руку или другую часть тела в тату-салоне в Москве https://maze.tattoo/catalog/t/telec/\\n \\nОпыт работы: с 2008 года https://maze.tattoo/catalog/sh/\\n \\nВсе хорошо,вообще просто прекрасно!Все понравилось! Салон выбирал по уровню безопасности и профессионализму мастеров! \\n? Малый Харитоньевский пер., д https://maze.tattoo/catalog/b/biomehanika/\\n  6, стр https://maze.tattoo/catalog/p/\\n 2 https://maze.tattoo/catalog/k/keltika/\\n \\nЕще один немаловажный момент: людям, решившим записаться к нам на курсы, не придется платить лишние деньги за оборудование, краски, искусственную кожу и другие расходники – все это всегда есть у нас https://maze.tattoo/catalog/l/letuchaya-mish/\\n  После прохождения курсов и получения сертификата мы находимся на связи и готовы поддержать и словом, и делом, помочь с трудоустройством, подсказать, где в данный момент требуются специалисты https://maze.tattoo/catalog/ee/ezoterika/\\n  Вполне возможно, что после получения сертификата вы станете членом нашего коллектива https://maze.tattoo/catalog/ch/cherep/\\n \\nЧто говорят о нас https://maze.tattoo/catalog/e/enot-i-barsuk/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:32:57','2026-03-29 06:32:57','e37cc5b0-7311-4c54-8682-da24035da17f'),
(52925,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardLak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Собственное современное профессиональное оборудование https://print-classic.ru/presentations\\n \\nЯркие и насыщенные изображения https://print-classic.ru/printingonfilm\\n  Подходящий вариант для печати афиш и плакатов https://print-classic.ru/blank\\n \\nИнтерьерная печать в Москве https://print-classic.ru/stands\\n \\nСкидки до 30% от объема единовременного заказа https://print-classic.ru/kalendari\\n \\nИспользуемые материалы https://print-classic.ru/tantamareski\\n \\nБаннерная ткань – сплошное виниловое (ПВХ) полотно, армированное полиэстеровыми нитями, внешне напоминающее брезент https://print-classic.ru/dostavka-i-oplata\\n  Есть два основных вида баннерной ткани по способу производства: литая и ламинированная https://print-classic.ru/otzyvy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:34:52','2026-03-29 06:34:52','39fdb5c9-5c2e-4da7-ab0f-65c75be4db5a'),
(52926,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"WinstonMen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"предложения от 1 магазина https://roshozdom.ru/posuda_derevyannaya/podstavki_derevyannye/podstavki_pod_goryachee/\\n \\nНабор из трех гибких разделочных досок сделает процесс подготовки продуктов удобным и практичным https://roshozdom.ru/index.php?route=product/search&amp;tag=&amp;page=13\\n  Цветные доски изготовлены из качественного пластика с антибактериальным покрытием, они долговечны и гигиеничны https://roshozdom.ru/index.php?route=product/search&amp;tag=для специй\\n  У каждой доски имеется ярлычок с обозначением: для разделки мяса, обработки рыбы и морепро https://roshozdom.ru/index.php?route=product/search&amp;tag=для закусок\\n \\nВыбираем доски разделочные https://roshozdom.ru/index.php?route=product/search&amp;tag=корпоративные подарки&amp;page=2\\n \\nРазделочная доска Bamboo изготовлена из натурального, долговечного и экологического материала - бамбука https://roshozdom.ru/index.php?route=product/search&amp;tag=деревянная\\n  Создавая эту доску, мы позаботились о том, что бы она была практична в применении, поэтому вы можете смело использовать её двухстороннюю поверхность для резки продук https://roshozdom.ru/prays_listy/\\n \\nот 3 920 руб https://roshozdom.ru/posuda_derevyannaya/podstavki_derevyannye/podstavki_dlya_shotov_derevyannye/\\n \\nПолитика в отношении обработки персональных данных https://roshozdom.ru/index.php?route=product/search&amp;tag=веселка деревянная\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:35:42','2026-03-29 06:35:42','6908067e-b87a-4fef-84a0-bae840b4a6d4'),
(52927,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyben\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Плитка с конусообразными элементами — предупреждает о пересечении, крае платформы, ступенях https://elite-stones.ru/politika\\n \\nТактильная плитка — это специальный элемент благоустройства городской среды, который делает передвижение слабовидящих и слепых людей более безопасным и комфортным https://elite-stones.ru/oblizovka-i-moshenie/\\n  Являясь обязательным элементом в рамках программы «Доступная среда», она широко применяется при оборудовании тротуаров, пешеходных переходов, остановок и входных групп общественных зданий https://elite-stones.ru/mal-arhitekturnoe-formi/betonnye-stupeni/\\n \\n\\nТактильная плитка, цена на которую может определяться не только лишь прямым назначением изделия, изменяющимися условиями коммерческого рынка, но и специальными, присутствующими в комплекте насадками - индикаторами (как правило, из нержавеющей стали, сплавов или же алюминия), может быть оснащена модернизированным покрытием, предотвращающим скольжение https://elite-stones.ru/taktilnaya-plitka/taktilnaya-plitka-iz-poliuretana/\\n  Кроме того, доступен широкий выбор цветовой гаммы https://elite-stones.ru/gost52875-2018\\n \\n300?300 мм \\nТактильная плитка \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:36:07','2026-03-29 06:36:07','8a73c6f1-1fa7-40d0-ac40-61dcfcdb4702'),
(52928,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aaronkep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Адекватность ценообразования, доступность цен, экспресс сроки https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/flir/teplovizor-flir-one-pro-lt-ios\\n \\nПоверку могут выполнять только аккредитованные в установленном порядке метрологические службы и организации, имеющие соответствующие полномочия, оборудование и квалифицированных специалистов-метрологов https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/gazoanalizatoryi-hardgas/gazoanalizatoryi-hardgas-x4/hardgas-x4-ch4-o2-h2s-fid-gazoanalizator-portativnyij-mnogokanalnyij\\n \\nГарантия: Не указано http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/testery-napryazheniya-beskontaktnye/testeryi-beskontaktnyie-appa/tester-appa-vp-2\\n \\nВНИМАНИЕ СИ, предоставляемые на калибровку, должны быть точно идентифицированы http://analyztepla.ru/priboryi-nerazrushayushhego-kontrolya/vizualnyy-kontrol/videoskopyi-megeon/videoskop-megeon-33231\\n  В случае отсутствия маркировки о годе выпуска, изготовителе, заводском номере, при сдаче СИ необходимо предъявить паспорт https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/trassoiskateli/trassoiskateli-texno-as/trassoiskatel-s-czvetnyim-ekranom-uspex-ag-30915cz\\n  При отсутствии паспорта информация может быть предоставлена в письме на бланке организации https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-atcetilena-c2h2/\\n \\nПодготовка к проведению калибровки http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/stroypribor/\\n \\nОбращаясь к нам, Вы получаете качественный результат в короткие сроки! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:36:29','2026-03-29 06:36:29','afe2354b-c5d4-4810-92cb-54aa8712d311'),
(52929,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennPoemn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В интернет-магазине Водопарад предлагаются качественные недорогие распродажа в Москве для любых типов помещений по ценам производителей https://акваторг24.рф/fitingi-dlya-trub/fitingi-rezbovye-dlya-stalnyh-trub/troynik-rezbovoy-vvv-1-2-mvi-art-bf-511-04/\\n  В каталоге интернет-магазина Водопарад представлены лучшие распродажа и тысячи других моделей сантехники ведущих мировых брендов https://акваторг24.рф/armatura-dlya-otopleniya/klapana-balansirovochnye/new-product-17/\\n  Удобство заказа, фотографии товаров, подробные технические характеристики сантехнических изделий и отзывы покупателей помогут выбрать нужные распродажа https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/komplektuyuschie-dlya-kollektorov/kronshteyn-dlya-kollektora-tim-krasnyy-siniy-3-4-art-fz036m-3/\\n  Распродажа с доставкой по Москве и другим городам России быстро и надежно с интернет-магазином www https://акваторг24.рф/allcat/tryohhodovoy-povorotnyy-smesitelnyy-klapan-tim-11-4-art-bl3805/\\n vodoparad https://акваторг24.рф/product/vid-tovara/komplekty-ventiley-dlya-radiatora/\\n ru https://акваторг24.рф/armatura-predohranitelnaya/reduktory-davleniya/regulyator-davleniya-dlya-vody-mvi-membrannyy-1-art-se-560-06/\\n \\nБонави https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-gaza/kran-sharovoy-gazovyy-polnoprohodnoy-mvi-3-4-s-vn-vn-rezboy-ruchka-rychag-zheltaya-art-bv-811-05/\\n \\nУ каждого изделия имеется товарная карточка, в которой есть разноракурсные фото, указание срока гарантии, стоимости, название бренда и коллекции, наличие скидки, перечисление всех характеристик https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektora-teplovogo-uzla-akvatorg/gidravlicheskie-razdeliteli/\\n  Ознакомившись с этой подробной информацией, вы сможете сделать выбор https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-fitingi-red/mufta-ppr-kombinirovannaya-s-nr-pod-klyuch-75x2-1-2-slt-blockfire/\\n \\nНа сайте сантехники-онлайн в удобном формате представлены адреса магазинов и пунктов выдачи заказов не только по Москве но и по другим городам https://акваторг24.рф/truby-i-fitingi/nasadki-dlya-payalnika-tim-50mm-para-art-wm-s50/\\n  Что дает возможность выбрать или получить товар рядом с домом https://акваторг24.рф/truby-i-fitingi/troynik-ppr-s-vnutrenney-rezboy-vr-32x1-slt-blockfire/\\n \\nИнтернет-магазин Петрович предлагает большой выбор товаров для стройки и ремонта по низким ценам для жителей Москвы и городов Московской области: Балашиха, Подольск, Химки, Мытищи, Королёв, Люберцы, Красногорск, Одинцово, Домодедово, Электросталь, Коломна, Щёлково, Серпухов, Долгопрудный, Раменское, Реутов, Жуковский, Пушкино, Орехово-Зуево, Ногинск, Сергиев Посад, Видное, Воскресенск, Чехов, Клин, Ивантеевка, Лобня, Дубна, Егорьевск, Наро-Фоминск, Дмитров, Лыткарино, Павловский Посад, Ступино, Котельники, Фрязино, Дзержинский, Солнечногорск https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektornye-gruppy-dlya-tyoplyh-polov/kollektor-iz-nerzhaveyuschey-stali-mvi-s-rashodomerami-drenazhnym-kranom-i-vozduhootvodchikom-12-vyh-art-ms-712-06/\\n \\nОфициальный сайт: santehnika-online https://акваторг24.рф/fitingi-dlya-trub/fitingi-rezbovye-dlya-stalnyh-trub/troynik-rezbovoy-vvv-1-1-4-mvi-art-bf-511-07/\\n ru https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-gaza/kran-sharovoy-tim-dlya-gaza-uglovoy-babochka-nikelirovannaya-1-2-g-g-art-de112l/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:36:37','2026-03-29 06:36:37','519f3c3f-94bc-4a02-9906-9b4c965db66c'),
(52930,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottmyday\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если вы не работали никогда в дизайнерских агентствах, не имеете никакого опыта в этой сфере, то открывать что-то свое будет намного тяжелее, чем вы думаете https://olga-filippova.ru/interior_appartment\\n  Как правило известные дизайнерские студии принадлежат уже опытным дизайнерам, которые успели поработать по найму, и чувствуют себя как рыба в воде в данном бизнесе https://olga-filippova.ru/horeca\\n  У них обязательно найдется предприимчивый друг который даст толчок мыслям дизайнера на создание чего-то своего https://olga-filippova.ru/beauty-salons-spa-design\\n  И это будет идеальный тандем https://olga-filippova.ru/fitness-spa\\n  К чему мы ведем…прежде чем вкладывать немаленькие деньги в эту сферу бизнеса, проштудируйте рынок, наберитесь опыта в уже существующей компании, познакомьтесь со знающими это дело людьми https://olga-filippova.ru/shop\\n \\n\\nТакже, достаточно серьезный вопрос  выбор керамической плитки для пола и стен https://olga-filippova.ru/beauty-salons-spa-design\\n  Вы можете довериться выбору профессионалов, предлагающих  готовые цветовые сочетания, а также можете сделать это самостоятельно, создав индивидуальный и неповторимый дизайн интерьера комнаты https://olga-filippova.ru/portfolio-2\\n \\n\\n\\nКак правило, оформлением этой комнаты занимаются еще до рождения ребенка https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\\n  Чтобы Вы не испытывали возможных стрессов в процессе ремонта, морально подготовьтесь к этой процедуре, узнав некоторые важные нюансы https://olga-filippova.ru/fitness-spa\\n  К примеру, учитывайте тот факт, будет у Вас мальчик или девочка, от этого зависит и оформление дизайна интерьера https://olga-filippova.ru/shop\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:38:07','2026-03-29 06:38:07','53c7a0a6-6647-4b79-8016-cba44e85254d'),
(52931,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddySoype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ГеоНЕзависимый сайт или интернет-магазин активирует продвижение по России за счет отказа от любых региональных привязок https://proffseo.ru/\\n \\nПосле чего, одним из ключевых моментов в продвижении сайта, стал выбор и присвоение ему региона, в котором требуется занять высокие позиции https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nМенеджер по работе с клиентами https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nПродвижение сайта по регионам: какой способ выбрать? \\nрост небрендового трафика https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nTagline Awards, 2019 г https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:45:11','2026-03-29 06:45:11','09263262-c0ea-46c5-a01a-ed903415a2f7'),
(52932,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyErype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Результаты: \\nКак определяется регион пользователя? \\nЭто интересно! \\nУлучшаем техническое состояние сайта https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nЗадача: \\nпо версии Ruward 2022 https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:46:02','2026-03-29 06:46:02','3d2938a4-ce1f-42a8-b667-e6f1f5f7e51f'),
(52933,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"WinstonNouro\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Материал: меламин, Цвет: разноцветный, Размер, см: 14,4х0,3х23,4, Выдерживает температуру до 150 градусов, Размер в упаковке, см: 14,4х0,3х23,4, Вес: 100 г, Не рекомендуется мыть в посудомоечной машине, Доска устойчива к кислотам, не затирается и не затупляет ножи, Стра https://roshozdom.ru/index.php?route=product/search&amp;tag=доска большая бук\\n \\nТребования к защите персональных данных https://roshozdom.ru/index.php?route=product/search&amp;tag=массив\\n \\n2) продвижения товаров, работ, услуг на рынке, в том числе путем организации и проведения программ лояльности, маркетинговых и/или рекламных акций, исследований, опросов и иных мероприятий; \\nот 224 руб https://roshozdom.ru/index.php?route=product/search&amp;tag=для меню\\n \\nАнтибактериальная разделочная доска, которая не скользит на любой поверхности и на которой не тупятся керамические ножи https://roshozdom.ru/posuda_derevyannaya/derevyannye_doski_dlya_podachi_blyud/derevyannye_doski_dlya_piccy/?page=2\\n \\nот 262 руб https://roshozdom.ru/index.php?route=product/search&amp;tag=доска разделочная деревянная&amp;page=3\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:47:04','2026-03-29 06:47:04','dfceafec-30e7-447b-8d37-fee15f9aefea'),
(52934,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1051],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nHope you’re doing well.\\n\\nI’ll keep this brief. I can place a link to completecareberkshire.com on 5 genuine local business websites (DR30+), completely f.ree. In return, I’d appreciate links to 5 different of my client sites from your side — a simple, mutual SEO benefit.\\n\\nIf this sounds of interest, I’m happy to share the site list for your review.\\n\\nBest regards,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:47:16','2026-03-29 06:47:16','4fefb040-7b0f-4c50-b1ad-44a99402fda1'),
(52935,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Glennlaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"МедМаг24 https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-fitingi-green/mufta-ppr-perehodnaya-vnutrennyaya-naruzhnaya-o50x25-slt-blockfire-copy/\\n \\nНаш ассортимент https://акваторг24.рф/polipropilenovye-truby-slt-aqua-polipropilenovye-truby-slt-aqua/polipropilenovye-truby-armirovannye-1/armirovannaya-steklovoloknom-truba-slt-aqua-pp-r-pp-r-gf-pp-r-d63x8-6-sdr7-4-4-m-sltpgf76320/\\n \\nНа официальном сайте Leroy Merlin можно подобрать для своей ванной комнаты полный спектр сантехники и дополнительных аксессуаров позволяющих добавить уюта https://акваторг24.рф/otoplenie/konvektor-napolnyy-itermic-itf-130-080-1600-739-vt/\\n \\nМультибрендовый интернет-магазин, предлагающий полный спектр сантехники от мировых лидеров рынка, таких как Sanita, Roca, Della, Villagio, Istok,  и других зарубежных и отечественных брендов https://акваторг24.рф/armatura-izmeritelnaya-i-komplektuyuschie/termometry-i-termomanometry/termomanometr-radialnyy-tim-63mm-na-10-bar-1-2-0-120-art-y-63-10/\\n  Обширный каталог, включающий тысячи наименований, покрывает все потребности по обустройству городской квартиры или частного дома https://акваторг24.рф/otoplenie/konvektor-nastennyy-itermic-itw-600-100-1200-2555-vt/\\n \\nБережная и скоростная доставка, несколько видов оплаты – дополнительный комфорт, которого вы достойны https://акваторг24.рф/product/vysota-v-mm/160/\\n  Обращайтесь уже сегодня, вас ждут! \\nНашим клиентам всегда доступны следующие разделы, которые пополняются новыми товарами: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:48:03','2026-03-29 06:48:03','80ae3719-0b54-492d-848a-56109f2b2d96'),
(52936,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jamesnup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ландшафтный дизайн в КП Прибрежный солнечногорский р-н ( идет реализация) \\nПредоставляем сервисное обслуживание сада - вся территория находится на гарантии и постоянном присмотре, т https://зеленая-жизнь.com/gazon\\n к https://зеленая-жизнь.com/proekt\\n  мы заинтерисованы в высоком качестве наших услуг https://зеленая-жизнь.com/zareche\\n \\nУсадьба Хрустальное https://зеленая-жизнь.com/buzaevo\\n \\nРаботаем по графику https://зеленая-жизнь.com/sad\\n \\nСпециалисты компании «Сад Фантазий» с радостью помогут владельцам садовых участков, которые не знают, как их обустроить и нуждаются в качественной профессиональной помощи по доступной цене https://зеленая-жизнь.com/privacy\\n  Если вы ищете надежного исполнителя услуг по ландшафтному дизайну, то вы обратились по адресу https://зеленая-жизнь.com/\\n \\nВсё, что обычно, — просто, но не всё, что просто, — обычно https://зеленая-жизнь.com/zori\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:49:33','2026-03-29 06:49:33','b285b103-fda1-4353-8bb7-430ed5200723'),
(52937,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardFut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Материал;до 50 м?;50-100 м?;от 100 м? \\nСжатые сроки работ https://print-classic.ru/apron\\n \\nЯ с большим удовольствием хочу выразить свою благодарность Городской типографии за отличную работу! Заказывал у них баннер для своего проекта, и я полностью доволен результатом https://print-classic.ru/tape\\n  Качество печати на высшем уровне, цвета яркие и насыщенные, а сроки выполнения заказа были соблюдены точно https://print-classic.ru/handkerchief\\n  Особенно порадовала профессиональная консультация и внимание к моим пожеланиям https://print-classic.ru/apron\\n  Спасибо команде Городской типографии за отличную работу! Я определенно могу рекомендовать данную типографию! \\n3 https://print-classic.ru/stickerprinting\\n  Персонал типографии профессиональный и внимательный к деталям, всегда готовый помочь с выбором оптимальных решений https://print-classic.ru/rollup\\n \\nИнтерьерная печать https://print-classic.ru/vizitki\\n \\n+74952305017 https://print-classic.ru/politic\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:50:57','2026-03-29 06:50:57','04cddad8-2bb3-4231-879e-5d8d367dc71e'),
(52938,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddybouff\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Результаты наших клиентов https://proffseo.ru/\\n \\nPro https://proffseo.ru/privacy\\n \\nВыдающиеся результаты SEO-оптимизации в Яндекс и Google https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nВладелица интернет-магазина Хоумдорф https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nКорпоративный сайт https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nКак поисковые системы определяют регион сайта? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:51:00','2026-03-29 06:51:00','bd582c7f-36a0-48c7-8d47-95d1e32dbb93'),
(52939,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mattie Whitmer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"whitmer.mattie72@yahoo.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nNot sure who on your team handles Google Ads — could you point me to the right person?\\n\\nMy name is Ivan. I specialize in Google Ads and Google Ad Grants (and I share paid-ad strategies on YouTube).\\n\\n I visited your website: https://ccmonmouth.com/contact-us/ and we are seeing that you guys are currently running Google Ads or have tried in the past.\\n\\nIf you guys want, we could help you save a lot of money for a lifetime on the Google Ad Grants account that has a $10K/month free ad spend credit (provided and paid by Google Ads each month), meaning that you don\'t have to spend a dime each month to get free quality leads and sales.\\n\\nWith our expertise on Google Ads, we can also help you set up successful ad campaigns, manage and optimize them to get you more customers/clients.\\n\\nIf you have any questions private email me at: ivan@doneforyou-campaigns.com\\n\\nIf you’re not the right contact, please forward this or let me know who I should contact. Thanks for your time — I appreciate it.\\n\\n\\nLooking forward to hearing from you,\\n\\nIvan Ramirez\\nAd Grants Lab\\nhttp://10k-youtubevideo.xyz\\n\\n\\n\\nIf you would like to opt-out of communication with us, visit:https://bit.ly/websiteoptout\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:51:23','2026-03-29 06:51:23','5108144b-2ed6-480e-9dab-ea7a5443a27d'),
(52940,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryphody\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Тату салон Кот тату студия https://maze.tattoo/catalog/ch/chicano/\\n \\nСтоимость услуги зависит от целого ряда факторов: сложности татуировки, размера изображения, скорости работы мастера, времени, потраченного на выполнение заказа https://maze.tattoo/catalog/gh/\\n \\nМастер тату https://maze.tattoo/catalog/m/mayak/\\n \\nВсе правовые документы, \\nтату салон в москве с лучшей коллекцией шрифтов https://maze.tattoo/catalog/ch/chumnoi-doctor/\\n \\nТатуировки любого масштаба и сложности набьют в EVIL TATTOO https://maze.tattoo/catalog/m/mech/\\n  Если у вас есть изображение татуировки, которую вам хочется набить, скиньте им в мессенджеры и получите ответ о стоимости в течение 15 минут https://maze.tattoo/catalog/d/delfiny/\\n  Также здесь действуют разные акции и скидки, например, в день рождения сделают скидку — 10%. Ещё здесь можно удалить тату и татуаж, а мастерам татуировки — арендовать готовое место для работы https://maze.tattoo/catalog/d/dovlatov/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:51:41','2026-03-29 06:51:41','eefdf6ba-57f6-4264-922a-1c82306c7ff6'),
(52941,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Andrewgop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yaroslav.sevastyanov.1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Несмотря на то, что подобная тара используется очень давно, при ее изготовлении применяются современные технологии, позволяющие оперативно, качественно упаковать любой товар https://yaschiki.ru/product-category/yashchiki-iz-osb/\\n  Планируя изготовление и упаковку грузов в деревянные водонепроницаемые ящики, вы сможете лично оценить нижеперечисленные плюсы: \\nСфера применения и разновидности деревянной тары https://yaschiki.ru/product/derevyannii-yashchik-1500-1500-2200/\\n \\nКачественная упаковка товаров различного веса путем подбора толщины, прочности материала https://yaschiki.ru/izgotovlenie-yashchikov-na-zakaz/\\n  Экономия места в процессе перемещения товаров, поскольку появляется возможность его размещения в несколько ярусов друг на друге https://yaschiki.ru/upakovka-dlya-morskoi-perevozki/\\n  Легко обеспечить сохранность самого сложного товара благодаря надежной фиксации внутри ящика https://yaschiki.ru/product/derevyannii-yashchik-1300-600-700/\\n  Подобная тара обеспечит защиту товаров от повреждения во время пути, в процессе хранения https://yaschiki.ru/fanernaya-upakovka-dlya-oborudovaniya/\\n  Грузы, упакованные в ящики из дерева, надежно защищены от осадков, а также грязи, пыли, воздействия прямых лучей солнца https://yaschiki.ru/product/derevyannii-yashchik-1000-1000-800/\\n  При выборе древесины в качестве материала для упаковки товаров самым важным критерием остается необходимость сохранить целостность хрупкой продукции во время перемещения https://yaschiki.ru/product/derevyannii-yashchik-700-700-1000/\\n  В отличие от изделий из картона, ткани, деревянную упаковку сложно вскрыть, что обеспечивает сохранность перемещаемых ценностей https://yaschiki.ru/product/derevyannii-yashchik-500-400-500/\\n \\nПланируя перевезти вещи в другой город, нужно продумать целый ряд нюансов: от закупки упаковочных материалов до выбора транспортной компании https://yaschiki.ru/upakovka-dlya-aviaperevozki/\\n  Если делать все последовательно, то проблем не возникнет https://yaschiki.ru/upakovka-stankov-dlya-transportirovki/\\n  Подробный алгоритм действий — в статье https://yaschiki.ru/product/derevyannii-yashchik-1300-600-700/\\n \\nЯщики из ДВП https://yaschiki.ru/product/derevyannii-yashchik-700-700-600/\\n \\nГлавная / Другое / Какие существуют виды деревянной тары для перевозки грузов? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:52:46','2026-03-29 06:52:46','48a5ea3f-59e7-48ea-a747-024ce9cae315'),
(52942,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrycruse\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мне попалась очень вежливая мастер Ирина, я осталась довольна проколом, всё прошло быстро, не больно и красиво https://maze.tattoo/catalog/r/rok-muzyka/\\n  Спасибо большое за такие качественные услуги! Обслуживание на высоте, согласовали со мной время прокола быстро, сразу предложили записаться на замену украшения https://maze.tattoo/catalog/d/drakony/\\n \\nТолько мастера с художественным образованием - эскиз любой сложности https://maze.tattoo/catalog/e/\\n  Сделать татуировку вы сможете в этот же или в другой день https://maze.tattoo/catalog/v/vorony/\\n \\nБудь в курсе самого интересного в https://maze.tattoo/catalog/b/bedro/\\n \\nчеловек баклажановый https://maze.tattoo/catalog/p/pingvini/\\n \\nЭто чтобы сайт работал лучше https://maze.tattoo/catalog/y/ulitka/\\n  Оставаясь с нами, вы соглашаетесь с Политикой конфиденциальности https://maze.tattoo/catalog/y/\\n \\nс 2010 года https://maze.tattoo/catalog/b/babochki/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:53:58','2026-03-29 06:53:58','af9a33c4-4d65-43f4-9b20-15b6dd972c00'),
(52943,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickthogs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"winsatall4ever@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Crave a girl</b> you\'ve dreamed_of this entire lifetime? \\n<b>Make your partner</b> to_be your partner then fuck her any way you like like! \\n<b><a href=\\\"https://is.gd/7msenw\\\">Give it it directly this moment!</a></b>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:55:40','2026-03-29 06:55:40','17513375-c86a-4146-a3bf-bd589602d58d'),
(52944,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrydib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Уважение к каждому клиенту — вне зависимости от пола, возраста и стиля https://maze.tattoo/catalog/m/malenkiy-prints/\\n \\n«Ангел» 18+ \\nВыбор студии — это не только про стиль мастера, но и про удобство https://maze.tattoo/catalog/p/pesochnye-chasy/\\n  Особенно в большом городе, где время — на вес золота https://maze.tattoo/catalog/a/\\n  Именно поэтому многие ищут место, куда можно легко добраться, не тратя часы в дороге https://maze.tattoo/catalog/ch/tsezar/\\n  Уютная студия \\\"Тату-Мания\\\" находится в шаговой доступности от метро, что делает её особенно удобной для тех, кто предпочитает татуировку в центре города, не выезжая за пределы привычного маршрута https://maze.tattoo/catalog/l/lotos/\\n \\nСтоимость от 2 000/руб https://maze.tattoo/catalog/p/pechat-velesa/\\n \\nТолько мастера с художественным образованием - эскиз любой сложности https://maze.tattoo/catalog/r/rukava/\\n  Сделать татуировку вы сможете в этот же или в другой день https://maze.tattoo/catalog/o/oven/\\n \\nДобро пожаловать в один из лучших салонов тату в Москве – студию «Классик» https://maze.tattoo/catalog/с/svekla/\\n  Наши мастера воплотят в реальность любую вашу идею татуировки, гарантировав абсолютную стерильность и максимальный комфорт https://maze.tattoo/catalog/m/mayak/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:55:46','2026-03-29 06:55:46','2787c450-0e39-41b2-b42b-0a89424ffa54'),
(52945,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottjEp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Студия создает комфортную среду для загородной жизни с 1993 года, сочетая профессиональные навыки для работ любого уровня сложности и индивидуальный подход к каждому клиенту https://berezov-lsk.ru/\\n  До 90% всех заказов выполняют собственные постоянные бригады https://berezov-lsk.ru/\\n  Компания имеет большой опыт проектирования зеленой кровли домов, благоустройства террас и озеленения крыш подземных гаражей https://berezov-lsk.ru/\\n \\nОбщая стоимость материалов 1 945 000 Р https://berezov-lsk.ru/\\n \\nКрасивый участок на долгие годы https://berezov-lsk.ru/\\n  Один раз заплатив за оформление ландшафта, вы больше не будете задумываться о благоустройстве территории https://berezov-lsk.ru/\\n  Мы тщательно изучили климатические особенности Подмосковья: – знаем, какие растения лучше приживаются; – учитываем увлажненность почвы, теневые области; – рассчитываем размер корневого кома; – готовим оптимальное основание рулонного газона; – используем растительный и строительный материал от надежных российских производителей https://berezov-lsk.ru/\\n \\nПруда https://berezov-lsk.ru/\\n \\nГазона https://berezov-lsk.ru/\\n \\nОбщая стоимость материалов 2 213 000 Р https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:57:17','2026-03-29 06:57:17','b43a0215-0206-43d7-a8fa-d52bbe7d1b1e'),
(52946,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"KevinFax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"erangifest1980@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Получить водительского удостоверение с нашей автошколой - это просто и удобно https://автошкола.рф/entity\\n  Мы предлагаем оптимальные сроки для приобретения навыков управления транспортным средством и индивидуальный подход к каждому ученику, что позволяет достичь результата в максимально короткие сроки https://автошкола.рф/anodpo\\n \\n+7 (495) 500-81-58 / +7 (925) 500-81-58 https://автошкола.рф/npodo\\n \\nБудущий водитель получит хороший уровень подготовки вождения, так как занятия с инструктором составляют 57 часов (механическая трансмиссия) или 55 часов (автоматическая трансмиссия), а теория — 134 ак https://автошкола.рф/mytishchi\\n ч https://автошкола.рф/npodo\\n , что вполне достаточно для успешной сдачи экзаменов в ГИБДД и получения прав (водительского удостоверения)! \\nАкции и скидки не суммируются! \\nПодача автомобиля на экзамене в ГИБДД https://автошкола.рф/entity\\n \\nПо популярности По рейтингу По количеству отзывов По алфавиту По цене https://автошкола.рф/anodpo\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 06:58:38','2026-03-29 06:58:38','6b8e03f7-208c-48a5-8e50-a0448a75ae72'),
(52947,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryAnamb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"? Звёздный бул., д https://maze.tattoo/catalog/sha/schuka/\\n  21, стр https://maze.tattoo/catalog/d/drakony/\\n  1 https://maze.tattoo/catalog/i/ieroglify/\\n \\nРестораны и бары, спрятанные от посторонних глаз и случайных прохожих https://maze.tattoo/catalog/ch/tsezar/\\n \\nМастера студии https://maze.tattoo/catalog/n/nadpis/\\n \\nИ это ещё не всё https://maze.tattoo/catalog/ch/\\n \\nЕвгений \\\"Южный\\\" \\nНесмотря на то, что процедура довольно проста, доверить ее лучше профессионалам, ведь даже незначительный прокол, сделанный не по правилам, способен привести к катастрофическим последствиям https://maze.tattoo/catalog/ya/yakor/\\n  Наш мастер аккуратно выполнит прокол и вставит в него выбранное клиентом украшение https://maze.tattoo/catalog/ch/\\n  Затем он обработает область специальными средствами, чтобы гарантировать максимально быстрое заживление https://maze.tattoo/catalog/b/beskonechnii-uzel/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:01:06','2026-03-29 07:01:06','54ba992a-7f49-4113-99a7-2e10e7849782'),
(52948,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyped\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Для улучшения структуры мы анализируем три направления: семантическое ядро, тематику бизнеса и торговый ассортимент сайта https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Дополнительно определяем структуру по смысловым категориям и распределению частоты запросов https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Правильная структура сайта – залог быстрого роста органического трафика https://proffseo.ru/privacy\\n \\nКоманда веб-дизайнеров https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nРуководитель отдела интернет-маркетинга https://proffseo.ru/kontakty\\n \\n3-е место в рейтинге лучших агентств по SEO-продвижению https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nИменно поэтому до начала раскрутки важно оценить ваш проект и перспективы его продвижения по России https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Если потенциал есть, согласуем детали, бюджеты и календарный график работ https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Заключим официальный Договор о сотрудничестве https://proffseo.ru/privacy\\n \\nСопровождает внедрение аналитических систем и проводит их настройки, даёт рекомендации по увеличению эффективности маркетинговых каналов, проводит аудиты, а также A/B - и MVT (мультивариантные) тестирования контента сайта https://proffseo.ru/privacy\\n  Анализирует коммерческие и поведенческие факторы, дает рекомендации по повышению конверсии https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:03:08','2026-03-29 07:03:08','0f1695f3-1a40-43f3-98f7-e4da6f9795e5'),
(52949,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyLag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Геозависимые запросы – органическая выдача (SERP) разная для всех регионов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Пользователи увидят или не увидят ваш сайт в зависимости от того, из какого региона России исходит поисковый запрос https://proffseo.ru/privacy\\n  В Яндексе официально заявлено порядка 1250 регионов, но по факту их меньше – приблизительно 90 шт https://proffseo.ru/privacy\\n  ГеоНЕзависимые запросы – выдача одинакова во всех регионах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Это поисковые фразы, которые не привязаны к городам и областям России, универсальны https://proffseo.ru/privacy\\n  Также геоНЕзависимая выдача отображается редким пользователям, у которых невозможно определить регион (информация об IP-адресе по каким-то причинам недоступна поисковой системе). \\nактивности конкурентов; масштабов продвижения (для продвижения сайта в общероссийском масштабе бюджет должен быть в разы больше, чем в случае регионального продвижения); тематики сайта; исходных параметров проекта (возраст, популярность, отсутствие технических ошибок); особенностей структуры сайта; продвигаемых запросов (их количества и частотности); контента и т https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  д https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nО чем статья? \\nувеличили целевой небрендовый трафик https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nЕще истории успеха https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nбольше целевых посетителей сайта https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:05:09','2026-03-29 07:05:09','b8905880-789a-416c-ac89-f4461a29c838'),
(52950,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hola, volia saber el seu preu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:06:47','2026-03-29 07:06:47','41c0f38f-abdb-4e4a-99c2-1d476837de17'),
(52951,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottsmimi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы приступить к процессу переговоров с заказчиками, вы должны им предоставить материал с уже готовыми проектами, чтобы знать, что хочет примерно ваш клиент https://olga-filippova.ru/fitness-spa\\n  Ещё лучше, если в офисе будет наглядный пример уже проделанной работы с другими клиентами https://olga-filippova.ru/beauty-salons-spa-design\\n  Например, это – трехмерные объекты https://olga-filippova.ru/\\n  Будет дорого, но эффективно для продаж https://olga-filippova.ru/fitness-spa\\n  На начальных этапах студия может и не иметь никаких проектов, и примеров, так что можно будет воспользоваться личным портфолио своих дизайнеров https://olga-filippova.ru/blog\\n  А потом уже создать что-то общее для вашей студии https://olga-filippova.ru/office_interior\\n \\nВ некоторых случаях дизайн квартиры/офиса или личные пожелания заказчика требуют включения в интерьер оригинальных решений, не наличествующих в каталоге https://olga-filippova.ru/kontakts\\n  Кроме того, многие клиенты компании CONTOUR изъявляют желание стать обладателями эксклюзивной мебели, созданной по уникальным эскизам https://olga-filippova.ru/blog\\n  Следует заострить внимание на том, что среди партнеров проекта присутствуют профессионалы не только в области дизайна квартир, масштабных жилых и коммерческих помещений, но также искусные мебельные дизайнеры, способные воссоздать эскиз эксклюзивного интерьера со слов заказчика в самых подробных нюансах https://olga-filippova.ru/interery-medical-study-center\\n  Достаточно даже общего описания пожеланий клиента, чтобы эти мастера создали проект интерьерного решения, которое с идеальной меткостью попадет в цель https://olga-filippova.ru/smi\\n \\nТретий вариант быстрого входа в профессию — Международная школа дизайна https://olga-filippova.ru/kontakts\\n  Это  между длительной вузовской подготовкой и узкопрофильными курсами https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\\n \\n1) Подпишитесь на коллег в соцсетях https://olga-filippova.ru/beauty-salons-spa-design\\n  Просматривайте кейсы, которые вас вдохновляют https://olga-filippova.ru/fitness-spa\\n  Фиксируйте порядок работы над проектами https://olga-filippova.ru/fitness-spa\\n  Каждый чужой пример — источник опыта! \\nМы рекомендуем ограничить свой выбор несколькими вариантами, а затем выбрать из них тот, что обладает наилучшим качеством https://olga-filippova.ru/office_interior\\n  Приобретая мебель высокого качества, вы можете быть уверены в том, что она послужит вам долгие годы, а то и всю жизнь, так что выбирайте лучшее из того, что вы можете себе позволить https://olga-filippova.ru/zakazat-dizajn-proekt-stoimost\\n  Ах, да: подберите такую обивку, от которой вы не устанете в скором времени… кто захочет всю оставшуюся жизнь смотреть на диван в цветочек или с расцветкой, давно вышедшей из моды? \\nТермин , пришедший к нам из английского языка, подразумевает под собой процесс делегации функций (второстепенных, но обеспечивающих непрерывность бизнес-процессов), сотрудникам внешних компаний https://olga-filippova.ru/fitness-spa\\n  Для компаний, использующих аутсорсинг, экономия средств может составлять 50% https://olga-filippova.ru/office_interior\\n  При этом освобождаются не только материальные, но и организационные https://olga-filippova.ru/horeca\\n  https://olga-filippova.ru/blog\\n  https://olga-filippova.ru/office_interior\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:08:03','2026-03-29 07:08:03','aa74f35e-22e8-46ce-894f-b3d94865fc07'),
(52952,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelnob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Главное различие между архитектурным и проектным бюро заключается в том, что первое ориентировано на создание эстетических и функциональных архитектурных решений https://www.abbalk.ru/page47572771.html\\n  Второе – сконцентрировано на разработке технических документов и инженерных решений для выполнения проекта https://www.abbalk.ru/\\n \\n40 дизайн-студий и бюро: брендинг, мультимедиа и реклама 30 студий и бюро: дизайн цифровых продуктов 21 студия и бюро: анимация и моушн 20 дизайн-студий и бюро: айдентика и реклама 12 студий, бюро и агентств: иллюстрация и книжный дизайн 25 дизайн-студий и бюро: архитектура и дизайн интерьеров 20 шрифтовых студий, где делают кириллицу https://www.abbalk.ru/page47559287.html\\n \\nАрхитектурное бюро Москва https://www.abbalk.ru/\\n \\nВ портфолио компании есть знаковые проекты – музеи и спортивные центры https://www.abbalk.ru/\\n  Есть и довольно смелые решения, вроде концепции дома на дереве https://www.abbalk.ru/page47559287.html\\n \\nAbd architects https://www.abbalk.ru/page47559287.html\\n \\nЧастный дом в Калининградской области Изображение: архитектурное бюро Nord Domos Узнать подробнее https://www.abbalk.ru/arhitectyra\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:09:15','2026-03-29 07:09:15','6b29d62f-5025-46fa-98d1-ba5340387304'),
(52953,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyWax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Это интересно https://proffseo.ru/privacy\\n \\nПосле чего, одним из ключевых моментов в продвижении сайта, стал выбор и присвоение ему региона, в котором требуется занять высокие позиции https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nПолучите целевые заявки и продажи из поисковых систем Яндекс и Google по минимальной стоимости https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nПродвижение сайта производителя промо-одежды в ТОП Яндекса https://proffseo.ru/privacy\\n \\nРегиональная принадлежность пользователей в Яндексе в первую очередь определяется по IP-адресу и настройках аккаунта, но не только https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Поисковик регулярно уточняет классификатор региона, получая дополнительные данные от партнеров и клиентов, а также напрямую от самого пользователя https://proffseo.ru/\\n \\nЕще истории успеха https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:09:16','2026-03-29 07:09:16','4cd3f97a-b841-4b2c-b879-e4e827cd13f9'),
(52954,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottRah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Уникальные эскизы Генплан территории Визуализация Дендроплан Ассортиментная ведомость растений Фотографическое приложение насаждений План озеленения План привязки цветников План благоустройства План дорожных покрытий и мощений Схема освещения Сметный расчет Дополнительная документация https://berezov-lsk.ru/\\n \\nЧто входит в проект https://berezov-lsk.ru/\\n \\nЧто-то пошло не так https://berezov-lsk.ru/\\n \\nОбщая площадь участка 24 сотки https://berezov-lsk.ru/\\n \\nС наших объектов https://berezov-lsk.ru/\\n \\nРаботаем по графику https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:11:28','2026-03-29 07:11:28','58371291-ec37-4c45-9659-900b97e5fd8a'),
(52955,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeffreycrice\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rerkgeemong98@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Размеры: Ширина х Высота х Угловой размер, 228 мм х 127 мм х 330 мм https://ellman.ru/basic\\n \\n\\n\\nСкрытое поле https://ellman.ru/accessories\\n \\nSurgitron Dual EMC 90 Высокочастотный радиоволновой хирургический генератор, Ellman https://ellman.ru/basic\\n \\nФизическим лицам: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:14:33','2026-03-29 07:14:33','5bc57e69-43a3-417a-bf98-0e208b130541'),
(52956,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephevimi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Идеи для обустройства памятного участка https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pr-28/\\n \\nНа могиле у мамы стоял бетонный памятник, который каждый год нужно было подмазывать, очищать от мха, приводить в порядок https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/pamyatnik-iz-granita-pv-21/\\n  Уже давно мечтала сменить этот убогий элемент на участке и 2 года назад наконец-то заказала памятник из гранита https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pg-21/\\n  Ребята сделали на славу! Красивый, фото очень реалистичное, все надписи четко видно https://www.kovanie-ogrady.ru/catalog/avtorskie-pamyatniki/granitnyy-pamyatnik-pg-4/\\n  Совсем другое дело – протер тряпочкой и все, могилка стала ухоженная https://www.kovanie-ogrady.ru/catalog/pamyatniki-s-krestom/granitnyy-pamyatnik-k-9/\\n \\nБлагоустройство могил в Москве и Московской области: полный спектр услуг и товаров https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-28/\\n \\nТротуарная плитка https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-k-5/\\n \\nГранитная брусчатка 5660 на могилу https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-58/\\n \\nКоманда специалистов службы Ritual https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pr-12/\\n ru поможет оформить и благоустроить место захоронения в соответствии с вашими пожеланиями: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:17:06','2026-03-29 07:17:06','785388f7-3aa3-48a4-bfb6-435a49e91e5b'),
(52957,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Anitra Barkley\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"anitra.barkley@outlook.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1395],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nNot sure who on your team handles Google Ads — could you point me to the right person?\\n\\nMy name is Ivan. I specialize in Google Ads and Google Ad Grants (and I share paid-ad strategies on YouTube).\\n\\n I visited your website: https://ccmultimed.com/contact-us/ and we are seeing that you guys are currently running Google Ads or have tried in the past.\\n\\nIf you guys want, we could help you save a lot of money for a lifetime on the Google Ad Grants account that has a $10K/month free ad spend credit (provided and paid by Google Ads each month), meaning that you don\'t have to spend a dime each month to get free quality leads and sales.\\n\\nWith our expertise on Google Ads, we can also help you set up successful ad campaigns, manage and optimize them to get you more customers/clients.\\n\\nIf you have any questions private email me at: ivan@doneforyou-campaigns.com\\n\\nIf you’re not the right contact, please forward this or let me know who I should contact. Thanks for your time — I appreciate it.\\n\\n\\nLooking forward to hearing from you,\\n\\nIvan Ramirez\\nAd Grants Lab\\nhttp://10k-youtubevideo.xyz\\n\\n\\n\\nIf you would like to opt-out of communication with us, visit:https://bit.ly/websiteoptout\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:18:48','2026-03-29 07:18:48','bec706c4-5b5c-465d-8a83-dd897e15264f'),
(52958,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwinmum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выражаем благодарность коллективу «Обеды Смайл» за длительное сотрудничество, и бесперебойное оказание услуг https://dostafka-obedi.ru/dostavka/\\n  Коллектив вежливый, всегда идет навстречу клиенту https://dostafka-obedi.ru/privacy-policy/\\n  А обеды всегда свежие и вкусные https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\n  Все сотрудники нашей компании довольны большим выбором блюд и их качеством https://dostafka-obedi.ru/about/\\n  Желаем Вам процветания, новых идей и рецептов, а также постоянных клиентов! \\nИНСТРУКЦИЯ https://dostafka-obedi.ru/menu/\\n \\nКейтеринг «Режь Да Ешь» предлагает клиентам широкий ассортимент кулинарии, выпечки и десертов, которые могут украсить любой мероприятие https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\n  Также в меню представлены завтраки и обеды, включающие супы и горячие блюда https://dostafka-obedi.ru/reviews/\\n  Регистрируйтесь на Catery https://dostafka-obedi.ru/menu/\\n ru, делайте заказы и получайте бонусные баллы, которыми можно оплатить следующие заказы у любого кейтеринга, представленного в нашем каталоге https://dostafka-obedi.ru/contacts/\\n  При заказе у «Режь да Ешь» вы получите в два раза больше бонусов! \\nОтлично налаженная доставка корпоративных обедов в офис в Москве от CanapeClub обеспечит коллектив единомышленников вкусной, теплой и разнообразной пищей, идеально соответствующей индивидуальным предпочтениям каждого https://dostafka-obedi.ru/\\n  Еда, которую мы предлагаем, готовится высококлассными поварами, на современном оборудовании, со знанием кулинарных тонкостей и любовью к своему делу https://dostafka-obedi.ru/\\n  Своевременная доставка является гарантией того, что пища прибудет к вам свежеприготовленной и горячей https://dostafka-obedi.ru/menu/\\n \\nПриборы 250 шт https://dostafka-obedi.ru/type_menu/napitki/\\n \\nМне хотелось бы воспользоваться возможностью и сообщить Вам в письменной форме о том, что мнение наших сотрудников о работе новой компании, предоставляющей услуги по обслуживанию питанием, очень положительное https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\n  Это касается ассортимента и качества еды, в особенности супов https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\n  Кроме того, наши сотрудники положительно отозвались о сотрудниках вашей компании, которых они считают дружелюбными, любезными, готовыми помочь https://dostafka-obedi.ru/about/\\n  Исходя из вышесказанного, мы довольны началом работы с вашей компанией https://dostafka-obedi.ru/type_menu/salaty/\\n  Я рад продолжить сотрудничество с компанией «Обеды Смайл» и оказывать возможную поддержку по предоставлению качественных услуг компанией с целью удовлетворения потребностей и пожеланий наших сотрудников https://dostafka-obedi.ru/dostavka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:19:02','2026-03-29 07:19:02','edfb255c-7dbb-4d6e-9f4f-654e667a1c71'),
(52959,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesPaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Корчёвка и удаление пней, d &gt;15см https://зеленая-жизнь.com/autopoliv\\n \\nЛандшафтный дизайн https://зеленая-жизнь.com/ozelenenie\\n \\nМы — L https://зеленая-жизнь.com/zhukovka\\n BURO, студия ландшафтного дизайна полного цикла, создающая Скандинавские сады ® во всех климатических зонах от Калининграда до Владивостока и Сочи, где в центре — человек и его состояние https://зеленая-жизнь.com/tver\\n \\nВывоз мусора с погрузкой вручную https://зеленая-жизнь.com/tver\\n \\nПеров Вячеслав, 43 https://зеленая-жизнь.com/parkvill\\n \\nГрафический эскиз МАФ (беседка, барбекю, пергола, садовая скульптура и т https://зеленая-жизнь.com/lesnicino\\n д.) \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:21:43','2026-03-29 07:21:43','db476e53-83bb-418d-89ce-d4e625ccb202'),
(52960,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scotthex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Телефон +7 (499) 397-82-02 Команда профессионалов создает и воплощает уникальные проекты https://berezov-lsk.ru/\\n  Фото: le-park https://berezov-lsk.ru/\\n com https://berezov-lsk.ru/\\n \\nОзеленение https://berezov-lsk.ru/\\n \\nПроект ландшафтного дизайна https://berezov-lsk.ru/\\n \\nСоздадим уникальный проект вашего сада с детальной 3D визуализацией и полным комплектом чертежей https://berezov-lsk.ru/\\n \\nОбъекты, в создании которых так или иначе были задействованы специалисты нашей команды, можно встретить практически в каждом коттеджном поселке Подмосковья https://berezov-lsk.ru/\\n  Мы занимались проектированием и реализацией дизайна на загородных территориях в Миллениум парке, Променаде, Княжьем Озере, Поселке Художников и т https://berezov-lsk.ru/\\n д https://berezov-lsk.ru/\\n  Каждый объект – это сочетание новейших технологий, качественных материалов и творчества https://berezov-lsk.ru/\\n \\nОт 90 руб./м2 RUB https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:25:40','2026-03-29 07:25:40','d78c3e17-1c02-4615-9536-3f2d190ed9f8'),
(52961,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kevinjew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"erangifest1980@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Реклама ИП Пура Кирилл Александрович ИНН: 890411727433 https://автошкола.рф/prices\\n \\nНачинаем водить без стресса https://автошкола.рф/korolev\\n  Уроки в интерактивных классах на мультимедийном оборудовании готовят к вождению на реальном автомобиле https://автошкола.рф/additional-training\\n \\nАвтошкола Автоунивер https://автошкола.рф/chu-dpo\\n \\nРейтинг: Нет - 0 отзывов https://автошкола.рф/korolev\\n \\nТренировки на автосимуляторах https://автошкола.рф/specialinfo\\n \\nДОСААФ участвует в формировании стандартов обучения водителей в России и разрабатывает методические указания для автошкол совместно с министерством просвещения и министерством транспорта https://автошкола.рф/dolgoprudniy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:26:40','2026-03-29 07:26:40','dff192ed-7bf4-41ea-8abd-225e73eaa1ee'),
(52962,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyErype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"по версии SEONEWS https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nLanding Page https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nот 120 000 ? \\nувеличили количество заказов https://proffseo.ru/\\n \\nЗа 10 месяцев сотрудничества вырос небрендовый трафик https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\n3-е место в рейтинге лучших агентств по SEO-продвижению в области финансы, банки, страхование, управление активами https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:31:52','2026-03-29 07:31:52','10598781-bea5-4ac5-b9a3-54b0e8221ee7'),
(52963,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertSauck\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"полипропилен https://deneb-spb.ru/krestoviny\\n \\nПо запросу 4 314 https://deneb-spb.ru/truby-armirovannye-alyuminiem\\n 96 https://deneb-spb.ru/mufty-kombinirovannye\\n \\nСтрана бренда https://deneb-spb.ru/klipsy\\n \\nТруба PPR полипропилен (горячая и холодная вода) 20х3,4, PN20 SDR6, L 2м белый, РосТурПласт 10302 https://deneb-spb.ru/klipsy\\n \\nЗаказная позиция(продукция, отсутствующая на складах Поставщика и поставляемая исключительно в объеме нужд и по заявке Покупателя). \\nПо запросу 797 https://deneb-spb.ru/truby-pn-10-i-pn-20\\n 68 https://deneb-spb.ru/kompensatory\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:34:35','2026-03-29 07:34:35','921aa426-8c80-46c2-bab7-4c81c05e2f7c'),
(52964,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottNes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Комплекс мер по созданию условий для основных работ по озеленению и благоустройству загородного участка https://berezov-lsk.ru/\\n  Сдача объекта Заказчику в назначенный срок с соблюдением всех дедлайнов https://berezov-lsk.ru/\\n \\nКакие плюсы дает дизайн участка? \\nПопулярные вопросы и ответы https://berezov-lsk.ru/\\n \\nМосковская область, Киевское шоссе, дер https://berezov-lsk.ru/\\n  Новоглаголево https://berezov-lsk.ru/\\n \\nВы до начала работ увидите, как будет выглядеть ваш участок – подготовим подробный проект и согласуем его с вами https://berezov-lsk.ru/\\n \\nСвой автопарк и техника для перевозки https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:35:13','2026-03-29 07:35:13','cb1a9bdb-c584-4f3f-b4c7-466b548a89cf'),
(52965,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aaronvon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Межотраслевой совет по прикладной метрологии и приборостроению при Комитете Российского союза промышленников и предпринимателей (РСПП) по техническому регулированию, стандартизации и оценке принял решение о разработке «дорожной карты» развития калибровки в соответствии с требованиями международных стандартов, потребностями отраслей промышленности и необходимостью международного признания результатов измерений, проводимых отечественными предприятиями http://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/iray/mobilnyy-teplovizor-iray-xtherm-t2l\\n \\nПовышение качества продукции и услуг https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/testo/pribornoe-obespechenie/testo-416-anemometr-s-krylchatkoy-16-mm\\n \\n+ если ваше средство измерений не подлежит ремонту, то, при желании, вы сможете приобрести новое СИ на замену с положительным результатом поверки в счет оплаченной ранее услуги https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-izmereniya-davleniya/kimo/manometr-kimo-mp-200\\n \\n+ восстановление маркировки и знака утверждения типа (при необходимости); \\n+ диагностику, проведенную квалифицированным персоналом официального представителя и авторизованного Сервисного центра немецкого концерна Testo на территории РФ; \\nСертификат о калибровке или свидетельство о поверке имеют право выдавать только аккредитованные центры https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/flir/teplovizor-flir-t420\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:35:26','2026-03-29 07:35:26','115eab48-f540-4674-8dc1-9e464661ba88'),
(52966,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyMup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"«Оптимизация + развитие» для охвата рынка https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nВладелица интернет-магазина Хоумдорф https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nРаботаем на ваш результат https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nЕжемесячно проверяем все страницы сайта https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nКак продвинуть сайт сразу в нескольких регионах? \\nЗаказать продвижение сайта у надежного подрядчика https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Увеличить целевой небрендовый трафик на сайт ecco-shoes https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n ru https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:37:10','2026-03-29 07:37:10','f3f08564-8b7b-4a9b-aa5a-0d840279b2b4'),
(52967,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyAmoro\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Основные типы тактильной плитки \\n\\nУ нас вы можете купить тактильную плитку 500?500?50 мм по выгодной цене с доставкой https://elite-stones.ru/tehnologiya-izgotovleniya-trotuarno\\n  Это качественная уличная тактильная плитка для слабовидящих, соответствующая стандартам доступной городской инфраструктуры https://elite-stones.ru/balyustrady-iz-betona/betonnye-balyasiny/\\n \\nОбъема партии и условий доставки \\nТехнологии производства (вибропресс / вибролитье) \\n? Размер 500?500?50 мм \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:37:55','2026-03-29 07:37:55','b7f83605-8a90-4646-afa2-340577d9293a'),
(52968,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyped\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Определение приоритетов https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nРазрабатывает стратегию внешней оптимизации проекта https://proffseo.ru/kontakty\\n  Подбирает тематические площадки и форумы для размещения публикаций https://proffseo.ru/privacy\\n  Подбирает аккаунты для использования к стратегии размещения https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Готовит и размещает контент на сторонних тематических площадках https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Ищет новые способы получения качественных внешних ссылок https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Планирует бюджет на внешнюю оптимизацию и контролирует баланс на сервисах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nГеоНЕзависимый сайт или интернет-магазин активирует продвижение по России за счет отказа от любых региональных привязок https://proffseo.ru/privacy\\n \\nСкидка 20% на ORM (управление репутацией в интернете) \\nподробный адрес представительства; контактный телефон(-ы) с кодом города https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nPro https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:38:04','2026-03-29 07:38:04','3952b628-f15f-4098-aa0a-d2403d698517'),
(52969,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aaronanany\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гарантия: Не указано https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/lider-01-02-04-lidergazdetektor/gazoanalizatoryi-portativnyie-lider-04/gazoanalizator-portativnyij-lider-04-ex-h2s\\n \\nНапоминаем, если срок действия документа подходит к концу https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/guide-infrared/teplovizionnaya-kamera-guide-h2\\n \\nВ наличии: Под заказ http://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/fluke/fluke-tis-45\\n \\n— Поверка термопреобразователей термоэлектрических https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensor-dioksida-azota/\\n \\nТребования для проведения поверки технических средств измерения http://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/rezerv/teplovizor-k2-2\\n \\nМеста приема/выдачи СИ и осуществления поверки и калибровки ФБУ «УРАЛТЕСТ» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:38:22','2026-03-29 07:38:22','8f77ffd4-e0e5-449d-b648-55d95961bf58'),
(52970,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennEvarm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сантехника ROOM https://акваторг24.рф/fitingi-dlya-trub/fitingi-rezbovye-dlya-stalnyh-trub/udlinitel-hromirovannyy-1-2-h-50mm-mvi-art-bf-671-04-l50/\\n \\n\\nВыгодные предложения https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-fitingi-green/troynik-ppr-s-vnutrenney-rezboy-vr-32x1-slt-blockfire-copy/\\n \\nудобный каталог доступная информация по количеству товара на складе рассрочка по карте  возможность заказать установку и подключение срочная доставка подарки к заказу быстрая проверка статуса заказа https://акваторг24.рф/truby/truby-iz-sshitogo-polietilena-pex/truba-iz-sshitogo-polietilena-pex-a-s-antikislorodnym-barerom-evoh-20-2-8-buhta-200-m-mvi-art-re-420-05/\\n \\nПри выборе сантехники очень полезно почитать отзывы покупателей к интересующим товарам https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektornye-gruppy-dlya-tyoplyh-polov/kollektor-latunnyy-dlya-teplogo-pola-s-rashodomerami-tim-6-konturov-art-kd006/\\n  Многие отзывы сопровождаются фотографиями https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kran-sharovoy-polnoprohodnoy-mvi-1-1-4-s-drenazhyom-i-vozduhootvodchikom-s-vn-vn-rezboy-ruchka-rychag-krasnaya-art-bv-630-07/\\n \\nПосле того, как выбор сделан, вы отправляете изделие в корзину и оформляете заказ, не забыв указать нужна ли вам доставка или вы воспользуетесь самовывозом https://акваторг24.рф/armatura-dlya-radiatorov/termostaticheskie-golovki/golovka-termostaticheskaya-zhidkostnaya-tim-m30-1-5-art-th-d-0401/\\n  Если вы сами забираете товар, то нужно предварительно позвонить нашему менеджеру https://акваторг24.рф/truby-i-fitingi/latunnaya-vrezka-dlya-bochki-tim-s-kontrogaykoy-1-2-art-sdf022/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:39:42','2026-03-29 07:39:42','6394fd56-f90b-43ff-b79e-f374631a6364'),
(52971,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottadals\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Николай Мальцев, 42 https://berezov-lsk.ru/\\n \\nРаботы https://berezov-lsk.ru/\\n \\nПреимущества компании https://berezov-lsk.ru/\\n \\nПопулярные вопросы и ответы https://berezov-lsk.ru/\\n \\nПроводим анализ участка https://berezov-lsk.ru/\\n  Составляем техническое задание на основании ваших пожеланий https://berezov-lsk.ru/\\n \\nВсё расскажем и покажем https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:41:06','2026-03-29 07:41:06','71596e6e-de14-4acb-8321-f084b75122ef'),
(52972,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertSealm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Системы трубопроводов из полипропилена пригодны для всех известных видов прокладки: открытой прокладки, прокладки под штукатуркой, в шахтах и каналах и др https://deneb-spb.ru/kompensatory\\n \\nОсновная единица измерения https://deneb-spb.ru/obvody\\n \\nТрубы из полипропилена относятся к классу полиолефинов, что делает их экологически чистыми https://deneb-spb.ru/nastennye-komplekty-pod-smesitel\\n  Монтаж труб осуществляется с помощью полифузионной сварки, что значительно облегчает процесс монтажа, а надежность сварных соединений — очень высокая в сравнении с другими способами соединения труб https://deneb-spb.ru/zaglushki\\n  Материал, из которого изготавливают полипропиленовые трубы легкий и прочный, его относят к разряду термопластов https://deneb-spb.ru/dostavka\\n  Он имеет химическую стойкость к большинству растворителей кислотного и щелочного типа https://deneb-spb.ru/kompensatory\\n \\nПо запросу 2433 https://deneb-spb.ru/truby-armirovannye-alyuminiem\\n 12 https://deneb-spb.ru/truby-pn-10-i-pn-20\\n \\nПрофессионалы ценят полипропиленовые трубы за сочетание таких свойств, как стойкость к коррозионному растрескиванию, истиранию, малый вес и повышенную вязкость при механических нагрузках https://deneb-spb.ru/kollektory\\n  Помимо этого в достоинствах инертность к химически агрессивным составам, а также широкий диапазон температур – допускается эксплуатация при t от -20 °C до +110 °C https://deneb-spb.ru/krestoviny\\n  По утверждению производителей, ППР-каналы – это именно тот вид полимерных коммуникаций, который при замерзании воды не лопается и не трескается https://deneb-spb.ru/ankery\\n  За счет пластичности изделия увеличиваются в объеме при образовании льда, а после размораживания возвращаются к исходным размерам https://deneb-spb.ru/mufty-i-perekhodniki\\n \\nПреимущества труб PPR и PPRC https://deneb-spb.ru/contacts\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:42:41','2026-03-29 07:42:41','8937600b-1ac6-4a82-912b-d686faec60f5'),
(52973,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennBum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Официальный сайт: tvoydom https://акваторг24.рф/gidravlicheskie-kollektory-modulnogo-tipa-gorizontalnye/gidravlicheskie-kollektory-modulnye-do-150-kvt/gidravlicheskiy-kollektor-modulnogo-tipa-na-tri-kontura-gkm-3n-150-chernyy/\\n ru https://акваторг24.рф/instrument-i-aksessuary-dlya-montazha/dlya-montazha-trub-iz-sshitogo-polietilena-pex/klyuch-dlya-kollektornyh-fitingov-tim-24-27-art-z-022427/\\n \\nИнформация, представленная на сайте, носит справочный характер и не является публичной офертой https://акваторг24.рф/product/vid-tovara/mufta-vxn/\\n  Политика обработки перс https://акваторг24.рф/vodosnabzhenie-vodonagrevateli-filtry/nasos-skvazhinnyy-aquatim-85m-napor-85l-m-750vt-art-am-qjd3-224-0-75/\\n  данных ООО , ОГРН 1157746385720, 109429 Москва, МКАД 14-й км, д https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektora-teplovogo-uzla-akvatorg/gidravlicheskie-razdeliteli/gidravlicheskie-razdeliteli-do-100-kvt/\\n 10, этаж 4, комн https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/santehnicheskiy-kollektor-tim-ventilnogo-tipa-3-4-g-sh-16-tsanga-45-3-vyh-art-mr135n-3-4-c-3/\\n  401 https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kollektor-iz-nerzhaveyuschey-stali-dlya-teplogo-pola-3-kontura-tim-art-kcs5003/\\n \\nПосещал данный магазин 6 сентября 2022 https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-truby-green/polipropilenovaya-armirovannaya-truba-dlya-pozharotusheniya-zelenaya-shtabi-stabi-pp-r-gf-sdr6-o110x18-3-v-otrezkah-po-4-metra-slt-aqua/\\n  По итогам все устроило https://акваторг24.рф/fitingi-dlya-trub/aksialnye-fitingi/aksialnaya-mufta-mvi-s-naruzhnoy-rezboy-20x1-2-art-sf-620-0504/\\n  Сотрудник Юлия помогла с выбором керамогранита для ванной, была приветливой и компетентной https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-fitingi-red/troynik-polipropilenovyy-ppr-o125-slt-blockfire/\\n  Сервис на уровне (интерьер магазина, музыка, предложили чай/кофе…) https://акваторг24.рф/lotki-sifony-trapy-shlangi-podvodka-dlya-vody-tim/dushevoy-trap-tim-zaschita-ot-zapaha-suhoy-gidrozatvor-chernyy-matovyy-400x70mm-art-bad464002bk/\\n  Сделали скидку от… \\nВанны и душевые кабины; Унитазы и биде; Раковины, смесители и душевое оборудование; Зеркала и текстиль; Банные аксессуары и многое другое https://акваторг24.рф/product/ves-kg/227/\\n \\nСантехника – это предмет первой необходимости в любой ванной комнате https://акваторг24.рф/otoplenie/konvektor-napolnyy-itermic-itf-130-080-2800-1389-vt/\\n  Без раковины и туалета не обходятся даже офисные помещения https://акваторг24.рф/baki-membrannye/baki-rasshiritelnye-dlya-gvs/truba-mednaya/\\n  Интернет-магазин Santehkeram предлагает вам большой выбор унитазов, раковин, ванн, душевых кабин и прочей сантехники https://акваторг24.рф/truby-i-fitingi/mufta-ppr-perehodnaya-vnutrennyaya-vnutrennyaya-o40x32-slt-blockfire/\\n  Качество нашего товара обеспечивает его долгое и комфортное использование https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/slivnoy-kran-tim-1-2-s-krasnoy-i-siney-ruchkoy-para-art-m310-2/\\n  У нас вы сможете купить сантехнику в Москве по выгодным ценам https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-fitingi-red/troynik-polipropilenovyy-ppr-o75x25x75-slt-blockfire/\\n \\nУнитазы https://акваторг24.рф/product/vid-tovara/kollektor-iz-nerzhaveyuschey-stali-m-ts-100mm/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:42:47','2026-03-29 07:42:47','c8c9ae30-593a-4b32-bc15-4820061e4696'),
(52974,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyedump\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Результаты наших клиентов https://proffseo.ru/kontakty\\n \\nот 120 000 ? \\n1-ое место в рейтинге SEO-компаний https://proffseo.ru/kontakty\\n \\nО чем статья? \\nЕще истории успеха https://proffseo.ru/\\n \\nДаже если открыть TOR-browser (или VPN, анонимайзер), где конфиденциальность на высшем уровне и история не сохраняется, Яндекс присвоит выдаче регион прокси-сервера https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  В нашем случае, это Москва: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:43:38','2026-03-29 07:43:38','26a322b1-d9de-4515-85f6-a777c77852ee'),
(52975,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryVogma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Все правовые документы, \\nОчень понравился салон и отношение персонала https://maze.tattoo/catalog/sh/\\n  Молодые,доброжелательные,внимательные и веселые люди https://maze.tattoo/catalog/ts/tsvety/\\n  Дима-мастер своего дела! Моя мини-тату божья коровка с ноздрями и усиками)))ювелир)))Спасибо огромное! Обязательно к вам вернусь! \\nЗакрыть окно https://maze.tattoo/catalog/c/strekoza/\\n \\nСтудия тату на Арбате 21 200 ? \\nБолее 10000 клиентов рекомендуют наш тату салон своим друзьям https://maze.tattoo/catalog/g/ganesha/\\n \\n¦ ТАТУИРОВКИ ПО ЛЮБВИ ¦ скидки ДО 50% \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:44:41','2026-03-29 07:44:41','8985d7e6-c77c-4842-a08d-46906ce31cd6'),
(52976,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Winstonmer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Разделочная доска из специальной пищевой пластмассы предназначена для разделки мясных и рыбных продуктов, мытых овощей, сочных фруктов https://roshozdom.ru/index.php?route=product/search&amp;tag=для кафе\\n  Высокопрочный пластик устойчив к порезам и царапинам, отталкивает загрязнения и запахи https://roshozdom.ru/index.php?route=product/search&amp;tag=для подачи&amp;page=2\\n \\nРазделочная доска ТМ AGNESS – отличный выбор! Доска - необходимый многофункциональный аксессуар для кухни: она служит для разделки и нарезания продуктов, иногда для сервировки готовых блюд, а также в качестве подставки для горячих кастрюль, жаровен, сковородок https://roshozdom.ru/index.php?route=product/search&amp;tag=доска сервировочная\\n  Изделия из бамбука отличаются легкость https://roshozdom.ru/index.php?route=product/search&amp;tag=для стейка\\n \\nРазделочная доска из специальной пищевой пластмассы предназначена для разделки мясных и рыбных продуктов, мытых овощей, сочных фруктов https://roshozdom.ru/index.php?route=product/search&amp;tag=тарелка детская\\n  Высокопрочный пластик устойчив к порезам и царапинам, отталкивает загрязнения и запахи https://roshozdom.ru/sobstvennoe_proizvodstvo/?page=9\\n  размер: 30 х 20 см материал: пластик элементы https://roshozdom.ru/index.php?route=product/search&amp;tag=тарелка детская деревянная\\n \\nМатериал: меламин, Цвет: разноцветный, Размер, см: 14,4х0,3х23,4, Выдерживает температуру до 150 градусов, Размер в упаковке, см: 14,4х0,3х23,4, Вес: 100 г, Не рекомендуется мыть в посудомоечной машине, Доска устойчива к кислотам, не затирается и не затупляет ножи, Стра https://roshozdom.ru/index.php?route=product/search&amp;tag=корзина\\n \\nРазделочная доска Bamboo изготовлена из натурального, долговечного и экологического материала - бамбука https://roshozdom.ru/index.php?route=product/search&amp;tag=для мяса\\n  Создавая эту доску, мы позаботились о том, что бы она была практична в применении, поэтому вы можете смело использовать её двухстороннюю поверхность для резки продуктов, а также использовать ее к https://roshozdom.ru/index.php?route=product/search&amp;tag=для сервировки\\n \\nНабор разделочных досок Folio Regular отлично смотрится на домашней и профессиональной кухне https://roshozdom.ru/index.php?route=product/search&amp;tag=лопатка\\n  В комплект входит 4 цветных аксессуара с закругленными углами и нескользящими ножками https://roshozdom.ru/index.php?route=product/search&amp;tag=сервировочная доска&amp;page=2\\n  Небольшие края по контуру удерживают сок и крошки нарезаемых продуктов https://roshozdom.ru/index.php?route=product/search&amp;tag=Ящик\\n  При создании изделий используется высококачеств https://roshozdom.ru/index.php?route=product/search&amp;tag=костер\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:45:03','2026-03-29 07:45:03','3d1297dd-c487-4ea3-ae31-08520ff40e87'),
(52977,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldExiff\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Покупать мебельную фурнитуру оптом в магазине Фурнимакс могут: \\nСтолы-трансформеры удобны и комфортны в быту, поэтому пользуются большой популярностью https://kupefurnitur.ru/contact\\n  Они универсальны и позволяют экономить пространство квартиры https://kupefurnitur.ru/price\\n  Компания РосАкс – поставщик мебельной фурнитуры оптом предлагает купить фурнитуру для столов трансформеров в Москве https://kupefurnitur.ru/price\\n  Представленные на сайте механизмы для раздвижных столов выполнены из качественных материалов и отличаются высокой степень надежности и долговечностью https://kupefurnitur.ru/onas\\n  Вы можете приобрести эконом-вариант механизма трансформации или выбрать многофункциональную раздвижную систему премиум-класса https://kupefurnitur.ru/catalog\\n \\nСовременная фурнитура для мебели РосАкс российских и зарубежных производителей выполнена из прочных материалов и отличается превосходной эстетикой https://kupefurnitur.ru/\\n  Вы можете купить качественную и надежную фурнитуру от производителя оптом на официальном сайте РосАкс – все для мебели https://kupefurnitur.ru/price\\n \\nРучки для кухни, ручки для мебели, Мебельные петли, Петли с доводчиком, Петли блюм(blum), Полкодержатели, Мебельные крючки, Мебельные опоры, Мебельные трубы https://kupefurnitur.ru/price\\n \\n\\nК фурнитуре также относится следующее: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:45:16','2026-03-29 07:45:16','781ef60c-9bc1-4ec0-b126-00cd83973593'),
(52978,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottsok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Общая площадь участка 1,5 Гектара https://berezov-lsk.ru/\\n \\nВозвращаясь в Москву, не пропустите Мемориал Советскому Солдату подо Ржевом https://berezov-lsk.ru/\\n \\nТелефон +7 (495) 291-21-95 Студия предлагает полный комплекс услуг по благоустройству участков https://berezov-lsk.ru/\\n  Фото: landterritory https://berezov-lsk.ru/\\n ru https://berezov-lsk.ru/\\n \\nБлагоустройство участков под ключ https://berezov-lsk.ru/\\n \\nот профессионалов https://berezov-lsk.ru/\\n \\nОбщая стоимость материалов 3 640 971 Р https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:46:13','2026-03-29 07:46:13','7f8c5478-f6c6-4b5d-b10c-3d0570e1a45c'),
(52979,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronBoumb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Очень часто можно услышать о поверке и калибровке различного рода оборудования: станков (к примеру, балансировочных), стендов, машин, камер (к примеру, климатических) – на самом деле говорить об их поверке и калибровке не совсем корректно https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/lider-01-02-04-lidergazdetektor/gazoanalizatory-portativnye-lider-041/gazoanalizator-portativnyy-lider-041-o2-ch4-co2-h2s\\n  Если они по своему назначению представляют собой технические устройства для воспроизведения условий испытаний, то необходимо проводить процедуру аттестации испытательного оборудования, в рамках которой при необходимости могут проводиться работы по поверке и калибровке входящих в состав средств измерений, в том числе различного рода датчиков (к примеру датчиков положения, движения), сигнализаторов, сенсоров, термометров, манометров, спидометров и т https://analyztepla.ru/katalog-izmeritelnykh-priborov/izmeriteli-plotnosti-teplovykh-potokov/ksis/izmeritel-ptp-do-9999-vt-m2-ipp-2\\n д http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/indikatory-cheredovaniya-faz/sonel/ukazatel-pravilnosti-cheredovaniya-faz-i-napravleniya-vrascheniy\\n \\nЦена: 799 руб http://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/gps-gnss-priemniki/topcon/gps-gnss-priemnik-hiper-v-s-modemom-duhfii-gsm\\n \\nПроведение поверки осуществляется в соответствии с методикой поверки, установленной при утверждении типа средства измерений https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/kimo/zondy-i-dop-prinadlezhnosti/zondy-izmereniya-vlazhnosti-dlya-priborov-klassa-210-i-310\\n \\nОбеспечение точности измерений https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-dioksida-azota-no2/sensor-lektrokhimicheskiy-3e-no2\\n \\nНа сайте ФБУ «УРАЛТЕСТ» реализован сервис по проверке оплаты счетов на поверку https://analyztepla.ru/poverka/poverka-kalibratorov\\n \\n+ экономию времени на доставку СИ в Сервисный центр в случае выявления трудностей при поверке(калибровке) в аккредитованной организации; \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:46:41','2026-03-29 07:46:41','b695b661-a6ab-4216-84eb-84828d75ff8d'),
(52980,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddybup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Все награды https://proffseo.ru/kontakty\\n \\nувеличилось время, проведённое посетителями на сайте https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nК каждому проекту прикреплен редактор https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nот 30 000 ?/мес.+ KPI https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nПовышаем трафик за счет проработки структуры сайта https://proffseo.ru/\\n \\nОптимизация и продвижение сайта Оптимизация сайта для Яндекс Оптимизация сайта для Google Мобильная оптимизация сайта Контент-маркетинг Продвижение товаров Продвижение по России Стоимость контекстной рекламы Примеры контекстной рекламы Заказать контекстную рекламу SMO SMM Таргетированная реклама Консалтинг Маркетинговый аудит Технический аудит сайта Поисковый SEO аудит сайта Аудит юзабилити Клиенты Вакансии SEO и маркетинг Интернет-реклама Социальные сети Аналитика Технологии Хостинг для SEO Справочник Защита e-mail https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:46:45','2026-03-29 07:46:45','278d9305-008d-4e33-9dd0-1697ed8e8a65'),
(52981,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyExhax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если масштабы бизнеса охватывают всю территорию РФ, а не только региональные центры (вроде Москвы, Санкт-Петербурга, Нижнего Новгорода), то применяется геоНЕзависимое продвижение сайта в масштабах России https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nУвеличиваем скорость загрузки мобильной версии сайта https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nОбъективно оценим ситуацию с продвижением сайта, определим его сильные и слабые стороны, проанализируем тематику и конкурентов, найдем перспективные точки роста https://proffseo.ru/privacy\\n \\nОптимизация и продвижение сайта Оптимизация сайта для Яндекс Оптимизация сайта для Google Мобильная оптимизация сайта Контент-маркетинг Продвижение товаров Продвижение по России Стоимость контекстной рекламы Примеры контекстной рекламы Заказать контекстную рекламу SMO SMM Таргетированная реклама Консалтинг Маркетинговый аудит Технический аудит сайта Поисковый SEO аудит сайта Аудит юзабилити Клиенты Вакансии SEO и маркетинг Интернет-реклама Социальные сети Аналитика Технологии Хостинг для SEO Справочник Защита e-mail https://proffseo.ru/kontakty\\n \\nЦена: 38 400 ? \\nВремя «мастеров на все руки» давно прошло https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Только слаженная командная работа специалистов своего дела приведет к максимальным результатам https://proffseo.ru/kontakty\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:47:38','2026-03-29 07:47:38','ec60146e-758a-4f42-bc49-24d30e8547da'),
(52982,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidLient\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Отличным соседом для мебели отделанной кожей являются изделия из меха https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaya-dver-d47.html\\n   Не важно что это будет: пледы, подушки, коврики из шкуры убитого животного или покрывало, такой тандем сделает любой интерьер изысканным и роскошным https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s28.html\\n     \\nВ каталоге нашего Интернет магазина Вы найдете мебель из сосны от многих известных мебельных фабрик https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p10.html\\n   Фабрики мебели из массива располагаются в разных частях России и в Беларусии – это Москва и Санкт-Петербург, Остров, Раменское и Приозерск, Великие Луки, Муром и Галич, а также Петрозаводск (Карелия) https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-26.html\\n   Каждая из фабрик изготавливающих мебель из сосны держит свой стиль в дизайне выпускаемой мебели, а также имеет свои тонкости в технологии изготовления мебели https://www.legnostyle.ru/catalog/mebel/kb-15.html\\n   В связи с этим, если Вы планируете купить не один предмет мебели, изготовленный из массива сосны, мы советуем купить мебель от одной фабрики, и тогда вся мебель будет однотонной и выполненной в одном стиле т https://www.legnostyle.ru/catalog/inter-eri/peregorodki/peregorodka-model-a9.html\\n  е https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-33.html\\n   будет сочетаться друг с другом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d32.html\\n   Так как не каждая фабрика мебели из массива сосны производит весь ассортимент мебели для дачи, бани и дома (одни производят только комоды и шкафы, другие мягкую мебель, третьи кровати), поэтому, чтобы не терять много времени на изучение вопросы как выбрать мебель из сосны самому, мы предлагаем Вам консультацию по телефону https://www.legnostyle.ru/catalog/inter-eri/inter-er-int4.html\\n   Также Вы сможете узнать, какая мебель рассчитана на срок эксплуатации до 20 лет, а какая может не прослужить и 5 лет https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/\\n \\nЗачастую бытует мнение, что возможно найти недорогую качественную элитную мебель  не стоит этому верить! Исключительно дорогая элитная мебель гарантирует вам качество и комфорт, т https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-4.html\\n  к https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-28.html\\n   при её изготовлении применяются только натуральные элитные материалы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d51.html\\n   Это касается и внешней обивки мебели, а также и её внутреннего каркаса https://www.legnostyle.ru/proizvodstvo/lestneycy/?PAGEN_1=4\\n \\nБольшинство товаров, представленных в нашем интернет-магазине, не производится методом штамповки, а изготавливается на заказ вручную, в единичных экземплярах https://www.legnostyle.ru/catalog/mebel/prihojie/\\n   Элитная мебель подбирается с учетом всех пожеланий и привозится под заказ https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-2.html\\n   Через два месяца роскошный интерьер будет украшать Ваш дом https://www.legnostyle.ru/catalog/inter-eri/a-13.html\\n \\nИтоговые цены на услуги по перетяжке мягкой мебели устанавливаются индивидуально и во многом зависят от ваших пожеланий по починке изделия и изменений в его внешнем виде https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-4.html\\n   На стоимость влияет начальное состояние кресла или дивана, вид выбранного декоративного покрытия и внутреннего наполнителя https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p16.html\\n \\nПроизводитель, предпочитающий классические решения, ставящий во главу угла безупречность исполнения https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/kts-2.html\\n   В его продукции удивительным образом переплетаются представления о классической и кухонной мебели https://www.legnostyle.ru/catalog/inter-eri/?PAGEN_1=10\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:47:58','2026-03-29 07:47:58','49f80d9c-fdff-4fdf-953a-31e15aa1ff08'),
(52983,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennJet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Онлайн-гипермаркет , Erlit и другими https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kran-sharovoy-polnoprohodnoy-aquahit-1-s-vn-vn-rezboy-ruchka-babochka-krasnaya-art-bv-313-06/\\n  Магазины сантехники в Москве с выставочными залами позволяют в живую посмотреть и потрогать понравившиеся товары https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/santehnicheskiy-kollektor-tim-ventilnogo-tipa-1-g-sh-16-tsanga-45-3-vyh-art-mr135n-1-c-3/\\n  Петрович предлагает выставочные залы как в 3д на сайте так и в оффлайне https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektor-iz-nerzhaveyuschey-stali-100mm/kollektor-iz-nerzhaveyuschey-stali-m-ts-rasstoyanie-100mm-mvi-1-x1-2-2-vyhoda-art-ml-402-06/\\n  Обширная номенклатура представленной продукции включает: \\nМы стараемся продавать исключительно 100% качественный товар , именно за это наши клиенты и ценят нас https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektory-raspredelitelnye/new-product-copy/\\n  Мы всегда подходим индивидуально к каждому нашему клиенту и стараемся максимально полно и качественно удовлетворить каждое его пожелание! \\nВ нашем интернет-магазине представлена сантехника отечественного и зарубежного производства, за счет чего любой вопрос закрывается не только качественно, но и недорого https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/predohranitelnyy-klapan-krasn-kolpachok-3bar-1-2-g-g-art-bl22ff-k-3bar/\\n  Ключевое преимущество? Большой опыт, позволяющий нам формировать действительно привлекательные предложения, а также способствующий наполнению каталогов востребованной продукцией https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektornye-gruppy-dlya-tyoplyh-polov/kollektor-iz-nerzhaveyuschey-stali-mvi-s-rashodomerami-drenazhnym-kranom-i-vozduhootvodchikom-12-vyh-art-ms-712-06/\\n \\n…теперь это коснулось и сантехники https://акваторг24.рф/product/vid-tovara/termogolovki/\\n  Нашел интернет – магазин сантехника онлайн https://акваторг24.рф/tim2405/page/2/\\n  Вполне достойный магазин, есть все что надо и цены терпимые https://акваторг24.рф/truby-i-fitingi/mufta-kombinirovannaya-tim-f20h2-0-1-2-vnutrennyaya-rezba-press-fiting-art-f-s2002f/\\n \\nAtlas Concorde https://акваторг24.рф/fitingi-dlya-trub/fitingi-dlya-gofrirovannyh-trub-iz-nerzhaveyuschey-stali-zeissler/mufta-truba-vn-rezba-nikelirovannaya-20-1-2-art-zti-612-002004n/\\n \\nДля постоянных клиентов предусмотрены особые условия покупки инженерной сантехники оптом https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/filtr-tonkoy-ochistki-tim-1-s-obratnoy-promyvkoy-s-latunnoy-kolboy-naruzh-naruzh-rezba-s-amerikankami-art-f07s04aa/\\n  Компания помогает развиваться своим партнерам, обеспечивая различные виды поддержки https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/ventil-radiatornyy-pryamoy-ruchnoy-regulirovki-s-samouplotnyayuschimsya-koltsom-mvi-1-2-art-tr-213-04/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:50:04','2026-03-29 07:50:04','20d6f263-f4eb-4dde-8782-4691fcb6a853'),
(52984,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrylib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В Москве множество студий, но не каждая из них может предложить то, что есть в \\\"Тату-Мании\\\": сочетание удобства, профессионализма и душевной атмосферы https://maze.tattoo/catalog/ya/yascheritsa/\\n  Если вы ищете татуировку рядом с собой, но не хотите идти на компромиссы — просто приходите https://maze.tattoo/catalog/ch/chumnoi-doctor/\\n  Здесь вас не просто обслужат, а создадут нечто, что будет с вами навсегда https://maze.tattoo/catalog/c/serdtse/\\n \\nСкидка 20% на день рождения https://maze.tattoo/catalog/x/khomyak/\\n \\nБесплатная консультация! \\nВиды пирсинга лица и тела в тату салоне «Классик»: \\nПервые места в рейтингах Москвы и России 2017-2025 гг https://maze.tattoo/catalog/ch/chasy/\\n \\nНаши профессиональные мастера в уютном и современном тату–салоне обладают всеми необходимыми знаниями и навыками, чтобы вы смогли получить именно такой результат, который ожидаете https://maze.tattoo/catalog/b/biker-tattoo/\\n  Качественную, красивую татуировку https://maze.tattoo/catalog/p/portret/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:52:40','2026-03-29 07:52:40','5410c937-d9e3-4fe1-a8f9-4a773df06107'),
(52985,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidRot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Традиции и образ жизни жителей Китая существенно отличаются от европейского быта https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-57.html\\n   Мы собрали для вас информацию о вещах, которые больше всего удивляют туристов в Поднебесной https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-15.html\\n \\nЭксклюзивность https://www.legnostyle.ru/catalog/lestnici/derevannie-vintovie-lestnici/lestnica-l4-5.html\\n   Каждый заказ дизайнеры проектируют индивидуально, поэтому риск увидеть тот же самый интерьер стремится к нулю https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i15.html\\n   Дизайнер элитной мебели не просто создаёт новую форму, он подбирает для неё материал и фурнитуру, доводя модель до совершенства https://www.legnostyle.ru/catalog/inter-eri/peregorodki/peregorodka-model-a-26.html\\n \\nНа элитную мебель действует складская программа, благодаря которой интересующие вас комплекты могут быть доставлены в течение 2-3 дней https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l4-5.html\\n   Каждый покупатель может воспользоваться: \\nКабинет в строгом классическом стиле https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-20.html\\n   Изготовлен из натурального шпона с красивым и необычным рисунком https://www.legnostyle.ru/catalog/mebel/kb-25.html\\n   Детали кабинета соединены под углом 45 градусов \\nПраздник Ид аль-Адх с арабского переводится как Праздник жертвоприношения или праздник верности и сыновнего уважения https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/?PAGEN_1=5\\n   Этот праздничный день отмечается на семидесятый \\nИсходя из совокупности характеристик, присущих элитной мебели, становится понятной её возрастающая популярность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=16\\n   Качество и красота на долгие-долгие годы стоят затраченных материальных ресурсов и, как показывает практика, многие покупатели уже пришли к этому выводу https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-8.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:53:49','2026-03-29 07:53:49','055a262a-6397-436d-ad63-c4bec242308c'),
(52986,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesFloda\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"За 12 лет дизайнеры, архитекторы, садовники, инженеры и дендрологи Gried преобразили участки различной площади – от 2 соток до 4 гектаров, высадили 2,5 тыс https://зеленая-жизнь.com/proekt\\n  деревьев и 6,3 тыс https://зеленая-жизнь.com/osveshenie\\n  кустарников, оборудовали 11 тыс https://зеленая-жизнь.com/proizvodstvo\\n м2 газонов https://зеленая-жизнь.com/lesnicino\\n  Заказы выполняем в сроки, установленные в договоре https://зеленая-жизнь.com/zareche\\n  В среднем на создание эскиза и дизайна уходит 1–30 дней, на их реализацию – 1–7 месяцев https://зеленая-жизнь.com/projects\\n \\nЛандшафтный Дизайн Участка Под Ключ В Москве https://зеленая-жизнь.com/gorizont11\\n \\nВоспользуйтесь услугами студии дизайна https://зеленая-жизнь.com/osveshenie\\n \\nПосадка изгородей из лиственных кустарников https://зеленая-жизнь.com/vodoem\\n \\nРоман Федоров, 35 лет https://зеленая-жизнь.com/proizvodstvo\\n \\nРаботаем на совесть https://зеленая-жизнь.com/progulki\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:54:12','2026-03-29 07:54:12','b19a6a8b-dbb3-482c-bf3f-86fc14ee99ca'),
(52987,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottVog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По расчету стоимости звоните по тел https://berezov-lsk.ru/\\n \\nАвтополива https://berezov-lsk.ru/\\n \\nСуществует ли гарантия на такие работы? \\n3 причины заказать ландшафтный дизайн под ключ в нашей компании https://berezov-lsk.ru/\\n \\nЧтобы создать сад-мечту с безупречным вкусом, который бы подчеркивал индивидуальность владельца, стоит обратиться в ландшафтную компанию полного цикла https://berezov-lsk.ru/\\n  Опытные заказчики знают, что иметь единого подрядчика на всех этапах работ — это большая экономия времени и денег https://berezov-lsk.ru/\\n  За 12 лет сотрудники этой дизайнерской студии разработали и реализовали 60 частных проектов и 4 парка в мегаполисе и Московской области https://berezov-lsk.ru/\\n \\nОбщая стоимость работ 768 200 Р https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:54:12','2026-03-29 07:54:12','69aace38-348b-4965-8f9c-41d45843beef'),
(52988,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottmit\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"От концепции до реализации https://berezov-lsk.ru/\\n \\nРаботы выполнены 41 день https://berezov-lsk.ru/\\n \\nСотрудничаем со студией Gried уже третий год https://berezov-lsk.ru/\\n  Просто полностью доверили уход за территорией им и ни о чем не беспокоимся https://berezov-lsk.ru/\\n  В начале сезона только обсуждаем посадку, что хотим, в каком количестве, согласуем проект, подписываем договор и наблюдаем за процессом https://berezov-lsk.ru/\\n  Все очень профессионально, аккуратно и продуманно https://berezov-lsk.ru/\\n \\nРассчитывается индивидуально и не входит в стоимость стандартного проекта https://berezov-lsk.ru/\\n \\nОбщая площадь участка 1,5 Гектара https://berezov-lsk.ru/\\n \\n4 https://berezov-lsk.ru/\\n 9 Общая оценка 4 https://berezov-lsk.ru/\\n 8 Соотношение цена/качество 5 Соблюдение сроков 4 https://berezov-lsk.ru/\\n 9 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 07:55:37','2026-03-29 07:55:37','a3c8daeb-2194-4091-9f2d-397519f7ac17'),
(52989,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertBoifs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелажно стропальные работы выгрузка и перемещение бочки вес 11370кг https://drogal.ru/glossary/edo/\\n \\nТакелажные услуги https://drogal.ru/glossary/obekt-strahovaniya/\\n \\nПереместили компаний на https://drogal.ru/glossary/takelazh/\\n \\nПолезен ли Вам отзыв? \\nГАЗель NEXT Гидроборт https://drogal.ru/voprosi-otveti/gruzopodemnost-transportnih-sredstv/\\n \\n35 /км за МКАД https://drogal.ru/uslugi/upakovka/severnaya-upakovka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:01:38','2026-03-29 08:01:38','4042c344-3e9c-491c-b7d0-d1a0b28dca05'),
(52990,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gale Polk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gale.polk79@googlemail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nNot sure who on your team handles Google Ads — could you point me to the right person?\\n\\nMy name is Ivan. I specialize in Google Ads and Google Ad Grants (and I share paid-ad strategies on YouTube).\\n\\n I visited your website: https://ccgreenknoll.com/contact-us/ and we are seeing that you guys are currently running Google Ads or have tried in the past.\\n\\nIf you guys want, we could help you save a lot of money for a lifetime on the Google Ad Grants account that has a $10K/month free ad spend credit (provided and paid by Google Ads each month), meaning that you don\'t have to spend a dime each month to get free quality leads and sales.\\n\\nWith our expertise on Google Ads, we can also help you set up successful ad campaigns, manage and optimize them to get you more customers/clients.\\n\\nIf you have any questions private email me at: ivan@doneforyou-campaigns.com\\n\\nIf you’re not the right contact, please forward this or let me know who I should contact. Thanks for your time — I appreciate it.\\n\\n\\nLooking forward to hearing from you,\\n\\nIvan Ramirez\\nAd Grants Lab\\nhttp://10k-youtubevideo.xyz\\n\\n\\n\\nIf you would like to opt-out of communication with us, visit:https://bit.ly/websiteoptout\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:04:18','2026-03-29 08:04:18','83301573-c25e-4ffe-a047-e584f7b494ff'),
(52991,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyoptot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Даже если открыть TOR-browser (или VPN, анонимайзер), где конфиденциальность на высшем уровне и история не сохраняется, Яндекс присвоит выдаче регион прокси-сервера https://proffseo.ru/\\n  В нашем случае, это Москва: \\nПродвигаем сайты в Яндексе и Google по России или в определенных регионах и городах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Обеспечим вас заказами со всей России или конкретных регионов https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nРегиональная принадлежность пользователей в Яндексе в первую очередь определяется по IP-адресу и настройках аккаунта, но не только https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Поисковик регулярно уточняет классификатор региона, получая дополнительные данные от партнеров и клиентов, а также напрямую от самого пользователя https://proffseo.ru/privacy\\n \\nВ тариф входит: \\nМногое также зависит от конкуренции рынка и текущего состояния сайта, который вы продвигаете https://proffseo.ru/\\n  Чем больше конкурентов и чем хуже текущие позиции сайта, тем выше затраты на рекламу и продвижение https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nРезультаты наших клиентов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:04:25','2026-03-29 08:04:25','cb14d8a4-bb1b-42ee-843f-1b6b85c5dbce'),
(52992,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidhom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вот здесь Вы сможете найти элитную мебель по доступной цене https://www.legnostyle.ru/catalog/inter-eri/s44.html\\n   Использование качественных материалов гарантирует длительный эксплуатационный период (при корректном использовании) https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/?PAGEN_1=20\\n \\nМы уже 10 лет занимаемся реализацией добротной, экологически чистой и безопасной мебели в России https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaa-dver-e7.html\\n   Каждый посетитель нашего сайта найдет для себя подходящий вариант, соответствующий его вкусовым предпочтениям и финансовым возможностям https://www.legnostyle.ru/catalog/mebel/scg-6.html\\n \\nКитай – страна из списка лидирующих в области производства мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-p32.html\\n   Ну а том, каким спросом пользуется Самые читаемые записи за последний час:20/05/2014 Традиции китайского застолья09/09/2014 \\nС другой стороны отделка может производится как всей поверхности мебели, так и ее какой-то определенной части https://www.legnostyle.ru/catalog/mebel/d1-16.html\\n   Дополненная современными материалами - стеклом, металлам или деревом, она становится очередным произведением искусства https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-p24.html\\n \\nМы обхитрили всех https://www.legnostyle.ru/catalog/inter-eri/pt-8.html\\n   Сделали ремонт и, вопреки ожиданию, оттенок наших стульев стал смотреться нелепо в том интерьере, который создали https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-15.html\\n   Стулья мягкие, натуральное дерево, дорогие, резные https://www.legnostyle.ru/reznaya-mebel-iz-dereva.html\\n   Заказали перетяжку, выбрали ткань идеально подходящую и получили практически новую мебель https://www.legnostyle.ru/catalog/lestnici/\\n   Спасибо! \\nВсе мебельные компании, занимающиеся оптовыми закупками в Китае, сталкиваются с проблемами доставки мебели от китайского производителя к месту продажи https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/?PAGEN_1=4\\n   При доставке мебели из Поднебесной возникает \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:05:28','2026-03-29 08:05:28','3dbff7ab-3ddf-4ee1-8d1f-9ade8f7ef19e');
INSERT INTO `formie_submissions` VALUES
(52993,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldFeere\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Момент передачи подарочного сертификата Покупателю – дата фактической передачи Подарочного сертификата, определяемая: для покупателей-физических лиц – по дате кассового чека продажи Подарочного сертификата, для покупателей-юридических лиц – по дате акта приема-передачи Подарочных сертификатов https://kupefurnitur.ru/onas\\n \\nВы можете заказать и купить комплектующие и фурнитуру для мебели оптом в Москве по телефонам, указанным на сайте rosaks https://kupefurnitur.ru/contact\\n ru https://kupefurnitur.ru/contact\\n  Подробная информация и характеристики каждого товара указаны в каталоге фурнитуры для мебели https://kupefurnitur.ru/contact\\n \\nкомпетентные консультации о качестве и ассортименте; честное сотрудничество и индивидуальный подход; возможность оплаты наличным и безналичным расчетом; оперативную доставку по Москве и Московской области, а также перевозку транспортными компаниями в другие регионы; соблюдение договоренностей и сроков доставки https://kupefurnitur.ru/catalog\\n \\n-Доставка на сумму меньше заявленной или доставка более 15 км за МКАД рассчитывается менеджером индивидуально https://kupefurnitur.ru/contact\\n \\nруководителями представителями контрагентов, юридическими лицами и их работниками, индивидуальными предпринимателями и их работниками (при наличии), физическими лицами, имеющими или имевшими договорные отношения с Обществом, в том числе находящимися на преддоговорном этапе установления таких отношений https://kupefurnitur.ru/contact\\n \\n© dia-lock https://kupefurnitur.ru/price\\n ru https://kupefurnitur.ru/onas\\n  117041, г https://kupefurnitur.ru/price\\n  Москва, ул https://kupefurnitur.ru/onas\\n  Академика Семёнова, дом 3, комната 3;5, пом https://kupefurnitur.ru/catalog\\n  VII, этаж 1 Дверные замки, дверные ручки, врезные замки, кодовые замки, доводчики, петли дверные, дверная фурнитура https://kupefurnitur.ru/contact\\n  Карта сайта https://kupefurnitur.ru/price\\n  Политика в отношении защиты и обработки персональных данных https://kupefurnitur.ru/catalog\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:07:53','2026-03-29 08:07:53','f78dc8a0-08a7-4ce0-aaee-3008495c1277'),
(52994,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephexcex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lashawndaqkpuc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Время цикла https://zittel.ru/news.html?start=10\\n \\nТел.: +7 (342) 270-10-44; 297-67-69 https://zittel.ru/prigotovlenie-toppingov.html\\n \\nКомпания ООО «ОК-инжиниринг» основана в Оренбурге в 2017 году https://zittel.ru/oborudovanie/37-oborudovanie/207-paketnyj-press-voran-avstriya-model-100p2-2-kh-paketnyj.html\\n  Работает в сфере производства, поставок, ремонта и обслуживания оборудования для мясопереработки https://zittel.ru/oborudovanie/37-oborudovanie/236-rozliv-kraftovogo-piva-v-butylki.html\\n \\nE-mail: Адрес электронной почты защищен от спам-ботов https://zittel.ru/oborudovanie/37-oborudovanie/221-smart-kamera-mashinnogo-zreniya-microscan-model-vision-hawk.html\\n  Для просмотра адреса в вашем браузере должен быть включен Javascript https://zittel.ru/news.html?start=10\\n \\nВице-президент по связям с общественностью — Данилина Светлана Евгеньевна https://zittel.ru/oborudovanie/37-oborudovanie/169-v-nalichii-na-sklade.html\\n \\nТел./факс: +7(8352) 56-06-00/24-03-12 https://zittel.ru/oborudovanie/37-oborudovanie/234-rotornyj-avtomat-dlya-fasovki-kofe-v-kapsuly-kitaj.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:08:04','2026-03-29 08:08:04','e9652473-df8f-47e9-a033-b54740459626'),
(52995,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1383],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nHope you’re doing well.\\n\\nI’ll keep this brief. I can place a link to ccmultimed.com on 5 genuine local business websites (DR30+), completely f.ree. In return, I’d appreciate links to 5 different of my client sites from your side — a simple, mutual SEO benefit.\\n\\nIf this sounds of interest, I’m happy to share the site list for your review.\\n\\nBest regards,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:08:31','2026-03-29 08:08:31','39df606f-1e26-432a-8589-a10e647726ba'),
(52996,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephHam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Памятник в московской области https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-49/\\n \\nКомпания «А-Гранум» оказывает профессиональные услуги по благоустройству могил и территорий захоронений на кладбищах Москвы и Московской области https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnyk-k-10/\\n  Мы понимаем важность ухода за местом последнего упокоения близких, и именно поэтому подходим к каждому объекту с особым вниманием и уважением https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik/\\n  Наши работы охватывают все аспекты благоустройства могилы: от укладки плитки и установки цоколя до озеленения, реставрации памятников и создания ухоженного, опрятного внешнего вида участка https://www.kovanie-ogrady.ru/catalog/granitnye-kompleksy-s-kovanymi-vstavkami/kompleks-liana/\\n \\n1 https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-56/\\n Разработка проектного решения https://www.kovanie-ogrady.ru/catalog/khudozhestvennaya-kovka/kovanye-vorota-i-kalitka-s-polikarbonatom-vk-18/\\n  2 https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pg-27/\\n Расчёт и согласование стоимости https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pr-15/\\n  3 https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/pamyatnik-iz-granita-pv-18/\\n Выполнение работы https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pr-25/\\n  Укладка плитки на кладбище проводится при наступлении благоприятных погодных условиях https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-dpg-5/\\n  Первоначально осуществляется подготовительные работы https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pv-48/\\n  Особое внимание обращаем на качественную составляющую услуги https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitniy-pamyatnik-pg-21/\\n  Жёсткие критерии качества не допускают появления брака https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/granitnyy-pamyatnik-pv-51/\\n \\nДемонтаж старых памятников https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitniy-pamyatnik-pg-13/\\n \\nУстановка и изготовление оград и цоколей https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-58/\\n \\nРаботы по благоустройству на кладбище: зачем они нужны? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:08:43','2026-03-29 08:08:43','cb382ddd-a1f1-479a-bbc4-f4e0ba79331f'),
(52997,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardSkads\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В чем отличие широкоформатной от интерьерной печати https://print-classic.ru/poligrafiya\\n \\nМатериалы https://print-classic.ru/printingtextiles\\n \\nВыражаю огромную благодарность компании LowCostPrint за оперативную и, главное, качественную помощь https://print-classic.ru/paket\\n  Ребята изготовили пресс-уолл всего за 3,5 часа, предварительно изменив макет https://print-classic.ru/skatert\\n  Один из спонсоров отказался от участия в мероприятии за день до начала https://print-classic.ru/poduchki\\n  Казалось бы, мелочь, но это противоречит правилам ассоциации https://print-classic.ru/presentations\\n  Из-за одного логотипа мы рисковали потерять и репутацию в международном сообществе и крупные финансовые суммы https://print-classic.ru/tape\\n  Но мастера рекламного производства проявили себя как большие профессионалы, что вызывает огромное уважение https://print-classic.ru/katalogi\\n  Думаю, вопрос о дальнейшем сотрудничестве не стоит https://print-classic.ru/nakleiki\\n  Будем работать вместе! \\nПетр Епифанцев, помощник креативного директора российского филиала ассоциации смешанных единоборств “Global Fight Nights” \\nкачество изображения — цветопередача полутонов, плавные переходы цвета; разнообразие материалов для нанесения; ширина полотна; печать от 1 кв https://print-classic.ru/poduchki\\n м https://print-classic.ru/listovki\\n \\nЕва Зиянгирова https://print-classic.ru/poster\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:12:11','2026-03-29 08:12:11','99da5053-5e4a-49b3-b476-15812202b028'),
(52998,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eunice Raven\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"turnerfisher3483.82+eunice.raven@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Eunice Raven\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1215],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Social media taking too much time for you?\\n\\nWe offer full Social Media Management, content creation, and engagement services to keep your brand visible across all platforms.\\n\\nRelevant information:  https://rb.gy/8ddzt2\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nTo unsubscribe, please reply with subject:  Unsubscribe !ccsouthpointe.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsouthpointe.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsouthpointe.com, GOLeary@completecaremgmt.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:23:21','2026-03-29 08:23:21','524e5748-be88-459a-9b7d-00144f71e22b'),
(52999,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardTum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Позволяет переносить фотографии в высоком качестве на плотную бумагу https://print-classic.ru/postcards\\n  Изображения имеют высокую насыщенность и чёткость https://print-classic.ru/trebovaniya\\n \\nКак мы работаем в выходные дни и праздники: В субботу, воскресенье и праздничные дни перед визитом в типографию нужно обязательно позвонить до выезда и согласовать время https://print-classic.ru/safetystickers\\n  В один из выходных дней офис может не работать https://print-classic.ru/bloknoty\\n \\nНаши работы https://print-classic.ru/printinggrid\\n \\nРадиальный – \\nИнтерьерная печать имеет отличную цветопередачу и стойкость чернил, а наше современное оборудование позволяет выполнять заказы быстро и качественно https://print-classic.ru/presentations\\n \\nЦены на услуги интерьерной печати https://print-classic.ru/poster\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:25:14','2026-03-29 08:25:14','c31ae128-a7cd-4346-b2e3-9c8dde68ef7d'),
(53000,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwardmut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бумага Backlit 150 г/м – белая транслюсцентная матовая бумага с хорошим уровнем светорассеивания и светопропускания, применяется для поверхностей с внутренней подсветкой (световые короба, лайт-боксы, световые панели, сити-форматы). При интерьерной печати краска немного растекается, и изображение получается не четким при близком рассмотрении https://print-classic.ru/postcards\\n \\nИнтерьерная печать — это разновидность струйной широкоформатной печати https://print-classic.ru/stickerprinting\\n  Эта технология помогает создавать рекламную продукцию, постеры для оформления витрин, декорирования помещений https://print-classic.ru/futbolki\\n  Главное отличие от наружной широкоформатной печати — разрешение картинки в 720-1440 dpi https://print-classic.ru/signs\\n  Показатель количества точек на дюйм сказывается на чёткости изображения https://print-classic.ru/skatert\\n  Интерьерная полиграфия воспринимается с близкого расстояния, поэтому важна детализация всех элементов https://print-classic.ru/\\n  Достоинства: \\nКак пройти: Для прохода или проезда на территорию типографии нужен пропуск https://print-classic.ru/corner\\n  На охране сказать, что идёте в типографию на 2 этаж https://print-classic.ru/stands\\n  Вход посередине здания (коричневая дверь). Справа от входа лифт, поднимайтесь на 2 этаж, там наша вывеска https://print-classic.ru/poster\\n \\nИнтерьерная печать – разновидность широкоформатной печати, позволяющая создавать четкие контрастные изображения фотографического качества https://print-classic.ru/buyerscorner\\n  Мельчайшие детали напечатанной таким способом композиции можно рассмотреть даже с очень близкого расстояния https://print-classic.ru/outdoorstands\\n  При этом детализация картинки и сочность ее цветов сохраняются как на исходном электронном носителе https://print-classic.ru/track\\n  Поэтому, несмотря на название, интерьерная печать применяется не только для оформления помещений https://print-classic.ru/bandanas\\n  Фотореалистичные изображения, полученные таким методом печати, широко используются при изготовлении уличной рекламы и информационных конструкций – стендов, пресс-волов, баннеров или растяжек https://print-classic.ru/tantamareski\\n \\nЛаминированная баннерная ткань , менее прочная, чем литая, обычно используется для внутреннего оформления или для разовых акций вне помещений https://print-classic.ru/track\\n \\nВ чем особенности и основные отличия широкоформатной печати от интерьерной? Рассказываем в этой статье https://print-classic.ru/stickers\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:29:41','2026-03-29 08:29:41','4eb0a00d-3d4b-4e3d-919e-3e203d41e5c4'),
(53001,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1177],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nHope you’re doing well.\\n\\nI’ll keep this brief. I can place a link to ccgreenknoll.com on 5 genuine local business websites (DR30+), completely f.ree. In return, I’d appreciate links to 5 different of my client sites from your side — a simple, mutual SEO benefit.\\n\\nIf this sounds of interest, I’m happy to share the site list for your review.\\n\\nBest regards,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:30:24','2026-03-29 08:30:24','c3b39225-09ea-479f-ab87-510c4314094f'),
(53002,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24tauth\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"graphinocer1986@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мониторинг rc24.pro публикует актуальный рейтинг рабочих площадок 2026 года. Каждая из площадок регулярно мониторятся — только рабочие адреса. Добавьте в закладки — адреса обновляются. \\n \\nПубликуем список площадок с рабочими ссылками. Для входа используйте рядом с каждой площадкой. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★★ \\nРаботает стабильно на протяжении нескольких лет — 250+ городов. Рекомендован на форумах. \\nСтабильная работа — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop.cyou\\\">loveshop.cyou</a> \\n \\n<b>2. Orb11ta</b> ★★★★★ \\n12 лет на рынке — широкая сеть доставки. Рекомендован сообществом. \\nТоп выбор — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11gram.lol\\\">orb11ta.quest</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nРаботает без перебоев — chemical696 официальный сайт. Проверен на форумах. \\nНадёжная площадка — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemi-to.com\\\">chm696.pro</a> \\n \\n<b>4. LineShop</b> ★★★★☆ \\nШирокий ассортимент — лайншоп. Проверено редакцией. \\nСтабильная работа — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://ls24.shop\\\">ls24.shop</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nСтабильный магазин — mastertrip24 biz. Актуальные зеркала. \\nРекомендуем — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.click\\\">tripmaster.live</a> \\n \\n<b>6. Syndi24</b> ★★★★★ \\nСтабильный магазин — syndicate one. Актуальные зеркала. \\nСтабильная работа — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.live\\\">syndi24.sale</a> \\n \\n<b>7. Narco24</b> ★★★★☆ \\nПроверенный магазин — narkolog 24 biz. Надёжная поддержка. \\nНадёжная площадка — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narcolog.rip\\\">narco24.store</a> \\n \\n<b>8. Tot</b> ★★★★★ \\nПроверенная площадка — bbt777 biz. Проверено редакцией. \\nНадёжная площадка — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt777.click\\\">bbt007.top</a> \\n \\n<b>9. BobOrganic</b> ★★★★☆ \\nНадёжная органик-площадка — tonsite boborganic ton. Широкая география. \\nНадёжная площадка — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://bob.organic\\\">boborganic.shop</a> \\n \\n<b>10. BadBoy</b> ★★★★☆ \\nРаботает без перебоев — badboysk. Проверено. \\nНадёжная площадка — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.click\\\">badboy96.shop</a> \\n \\n<b>11. Kot24</b> ★★★★☆ \\nКот24 — проверенный магазин — кот24. Проверено редакцией. \\nРекомендуем — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot-24.biz\\\">kot24.click</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nПроверенная площадка — megapolis2 com. Рабочий вход. \\nПроверенный магазин — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.click\\\">megapolis2.click</a> \\n \\n<b>13. Stavklad</b> ★★★★★ \\nСтабильная работа — новое зеркало www stavklad com. Рабочий вход. \\nПроверенный магазин — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://sevkavklad.click\\\">stavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nСтабильный магазин — лирика краснодар. Широкая география. \\nРекомендуем — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.info\\\">sberklad.info</a> \\n \\n<hr /> \\n<i>Материал подготовлен rc24.pro — регулярно обновляется. Добавьте в закладки — зеркала обновляются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 08:31:32','2026-03-29 08:31:32','3d6f96be-d100-41d3-8a46-ba5f9c7f98ba'),
(53003,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Philippe Martin\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"philippe.martin@rocketmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Friend of the family \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello \\nI was so saddened to learn of Glen’s death 2 months ago.\\nI am a friend of Glen Dean’s family from way back. I lived in Quebec City growing\\n up with my good friends Janet and John, \\nGlen’s siblings. \\nI spent a lot of time with the Dean family and seeing Glen grow up as a toddler including the close relationship I maintained with his parents Lois and Richard.\\nOver the years I lost contact with Janet and John.\\nIs there a way that you can reach out to \\nthem and ask them to contact me if possible.\\nI’d like to offer them my condolences.\\n\\nI appreciate your assistance.\\nRegards,\\nPhilippe Martin\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 09:07:07','2026-03-29 09:07:07','421a16ee-4fc1-4ad0-bbe6-86abe3215307'),
(53004,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1winazerbaijanbon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"werso078400iu@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\" very good  \\n \\n \\n_________________ \\n<a href=\\\"https://1winazerbaijanbonus.link/1win_casino_games_oyunu_y%C3%BCkl%C9%99.html\\\">1 vin qazaxıstan</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 09:16:46','2026-03-29 09:16:46','1e60ea4b-3ad8-410d-8659-dd10eca73fb8'),
(53005,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lindsey Gold\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gold.lindsey@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Lindsey Gold\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nWant your offer to reach real businesses instantly?\\nContact form blasting sends your message directly through website contact forms — fast, efficient, and impossible to ignore.\\nNo algorithms. No ad spend. No waiting for someone to find you.\\nJust guaranteed delivery straight to business inboxes and dashboards.\\nWhether you’re promoting a service, launching something new, booking calls, or generating leads, contact form blasting gives you the reach you need.\\nIf this message reached you, imagine what your message can do across thousands — or millions — of websites.\\nStart your campaign at contactpageads.com and reach the people who matter.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 09:18:13','2026-03-29 09:18:13','0207dbb8-9da8-4a7d-bc15-5e84ec9433ca'),
(53006,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1243],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI hope you’re having a great week.\\n\\nI wanted to explore a potential SEO collaboration. I can offer links to completecareclark.com from 5 well-maintained local business websites (DR30+), with no fees involved. In exchange, I’d appreciate links to 5 different of my client sites from your side — a balanced, mutually SEO beneficial arrangement to boost your website ranking on Google.\\n\\nIf this is something you’d consider, I’d be glad to share the site list for your review.\\n\\nKind regards,\\nClark\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 09:28:53','2026-03-29 09:28:53','6258b44d-411a-4907-83ea-d548c8e3b9eb'),
(53007,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Johanna Wekey\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"johanna.wekey@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Johanna Wekey\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1449],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n\\nWant a simple way to reach more businesses without relying on ads?\\nContact form blasting delivers your message through website contact forms — fast, targeted, and impossible to ignore.\\nNo algorithms. No ad spend. No waiting for organic visibility.\\nJust guaranteed delivery straight to business inboxes and dashboards.\\nWhether you\'re promoting a service, booking calls, or generating leads, contact form blasting gives you real visibility.\\nIf this message reached you, imagine what your message can do across thousands — or millions — of websites.\\nStart your campaign at contactpageads.com and reach real decision‑makers.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccorsicahills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccorsicahills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 09:56:49','2026-03-29 09:56:49','44f96ab0-fee3-4380-8922-163550298884'),
(53008,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertplurb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ողջույն, ես ուզում էի իմանալ ձեր գինը.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccdawnview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccdawnview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 10:00:10','2026-03-29 10:00:10','15ce462d-e1a6-4bec-8df6-fffaddbf8bed'),
(53009,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1winazerbaijanbon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"werso078400iu@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\" very good  \\n \\n \\n_________________ \\n<a href=\\\"https://1winazerbaijanbonus.baby/1_win_idmana.html\\\">1 vin forum</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 10:04:25','2026-03-29 10:04:25','1cbecdac-550c-47f7-9b8a-a95018037d55'),
(53010,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertskazy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Здравейте, исках да знам цената ви.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 10:06:33','2026-03-29 10:06:33','6481eee2-2323-4607-883b-f6b94afc436d'),
(53011,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertAxora\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Γεια σου, ήθελα να μάθω την τιμή σας.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 10:19:32','2026-03-29 10:19:32','8558d4f5-5980-4e34-bc61-359e0ca9df77'),
(53012,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericjonesmyemail@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TN\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[999],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Ccplainfield Com Owner,\\n\\nMy name is Eric and I’m betting you’d like your website Ccplainfield Com to generate more leads.\\n\\nHere’s how:\\n\\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Ccplainfield Com.\\n\\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\\n\\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\\n\\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\\n\\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\\n\\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\\n\\nEric\\n\\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\\nYou have customers waiting to talk with you right now… don’t keep them waiting.\\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\\n\\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=ccplainfield.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 10:34:08','2026-03-29 10:34:08','3ca62c74-7255-4f8a-a861-a585140ceaff'),
(53013,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gretchen Plott\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gretchen.plott@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Gretchen Plott\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1431],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"The Risk Angle\\nNot knowing your business borrowing power is a risk most owners don\'t realize they\'re carrying.\\n\\nSmart business owners update and benchmark their business borrowing power on a quarterly basis.\\nIt\'s the recommended frequency because cash flow challenges, equipment failures, and exciting opportunities rarely announce themselves in advance.\\n\\nOur simple 2-minute borrowing power check is used by thousands of businesses monthly to confirm their:\\n→ Maximum funding potential → Market rate → Loan term options → Payment\\nSo you never have to guess when the need is present.\\n\\nAt least find out where you stand. It takes 2 minutes and costs nothing.\\nGet My Number www.helloratesfastfunding.com\\n\\nNo credit impact. No obligation. No spam.\\nJust confidence in how your business can work for you.\\n\\nRyan \\nSenior Business Funding Advisor, HelloRates\\nHelloRates Business Funding Solutions helps thousands of businesses explore commercial financing options. This is not a credit application. Checking your borrowing power has no impact on your credit score. Offer only available to US based businesses.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 11:11:03','2026-03-29 11:11:03','6a455d6a-e4bb-4e03-80b6-99e607f21f8f'),
(53014,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlotte Mccloud\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mccloud.charlotte53@msn.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"UGC Video Creator\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there,\\n\\nWe checked out your website and thought it looks really solid. \\n\\nWe are offering businesses like yours a free plan for life on our platform, with zero hidden charges. You can link your social accounts, produce AI content including UGC-style ads, and share content to promote your brand, all in a single place. \\n\\nNo obligations, just something that might support your online growth easily. If it makes sense, you can check it out here: https://bit.ly/4uGOUCy\\n\\nThanks,\\nCharlotte Mccloud\\nLetstok AI\\n\\n\\nIn case you no longer want to receive any more correspondence from me, just fill the form at bit. ly/fillunsubform with your domain address (URL).\\nPaul-Nevermann-Platz 25, Cheektowaga, CA, USA, 95987\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 11:46:58','2026-03-29 11:46:58','73deda4c-6909-4cdc-9f98-d0c3e441916b'),
(53015,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaiah \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"isaiahmackall99@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1309],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Isaiah I wanted to know if you guys had any dietary aide positions available I have 4 years of experience. \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 11:51:06','2026-03-29 11:51:06','dec97e7f-dbe3-459d-9363-a390dc9861b5'),
(53016,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Maria Lumen Bagnol\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"lumenmatigabagnol@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8483689330\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[945],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[53017],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"\\nPersonnel In-Charge \\n\\nDear Hiring Manager \\n\\nI am writing to apply for the position of Dietary Aide at your facility.I am very interested in contributing to your team and supporting the delivery of quality meal service to residents and patients.\\n\\nI am reliable and hardworking individual with a strong interest in food service and nutrition. I understand the importance of following proper food handling procedures, maintaining cleanliness, and ensuring meals meet dietary requirements.I am able to work efficiently  in a fast paced-environment  while paying close attention to details. \\n\\nAnd also I am committed to creating  a safe and respectful environment while assisting with meal preparation, serving and cleanup.\\n\\nI would appreciate the opportunity to be part of your team and contribute to the health and well-being of those you serve. Thank you and I look forward to hearing from you.\\n\\nSincerely,\\n\\nMaria Lumen Bagnol\\n\\n\\n\\n\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccbeylea.com\"}',3191,1,NULL,0,1,'Failed Captcha “Javascript”: “Value mismatch :69c9079f61cb19.04679417.”','verbb\\formie\\integrations\\captchas\\Javascript','[]',NULL,'2026-03-29 11:52:12','2026-03-29 11:52:12','b38a4ce7-d68e-4c32-9eaa-f821e4f33dd7'),
(53018,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaiah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"isaiahmackall99@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"My name is Isaiah I wanted to know if you guys had any dietary aide positions available I have 4 years of experience \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 11:59:12','2026-03-29 11:59:12','f55877fb-ec85-42bb-a147-7017c006687b'),
(53019,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JemfreHic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elena.lidmagnit44@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Woke up to determine all the analyse bags shredded on the kitchen floor. The little wit figured outdoors the child lock. How do I bamboozle a cat? https://novabb.ru/ I need fortress-level care\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:12:44','2026-03-29 12:12:44','cf408e74-1391-441f-9ac4-fac1f537d391'),
(53020,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"kogvrsaer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kevinsmith198122@proton.me\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Top child porn link Websites \\n<a href=\\\"https://lloyd-derm.com/about-us/the-providers/dr-jenifer-r-lloyd-do-faad/\\\"> child porn link, cp for trade only, dm for cp, send cp first, verified cp trader https://lloyd-derm.com/about-us/the-providers/dr-jenifer-r-lloyd-do-faad/ </a> \\nchild porn link preteen sex video! \\n<a href=\\\"https://www.stjohnshealth.org/prescriptions/sildenafil/\\\"> cp collection, csam folder, pthc mega link, loli nsfw pack, underage nudes, minor sexvideo </a> \\npreteen sex video \\n<a href=\\\"https://www.harrisdermatology.com/naples-fort-myers-dermatology-services/accutane/\\\"> preteen sex video, trade cp, swap cp, drop cp link, hidden cp folder, tg cp channel, mega cp archive, fresh cp</a> \\n<a href=\\\"https://heyclinic.com/wp-content/uploads/2014/05/clenbuterol.html\\\"> new cp content, young teen sexvideo, barely legal teen trade</a> \\ncsam collection! \\n<a href=\\\"https://auraderm.com/wp-content/uploads/2025/01/png/clenbuterol.html\\\">teen under 18 sexvideo, schoolgirl sexvideo real</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:15:31','2026-03-29 12:15:31','13cccee0-b845-4e03-b76f-97a421b0b859'),
(53021,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AnatolyFug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Двухэтажный дом из клееного бруса с мансардой — максимум пространства на минимальном пятне застройки. <a href=\\\"https://dom-rggu.ru/\\\">дом из клееного бруса проект</a> На участке 8-10 соток можно разместить дом 120-150 кв.м. и ещё останется место для сада. <a href=\\\"https://dom-rggu.ru/\\\">экологичный дом из клееного бруса</a> Идеальный вариант для семьи с двумя-тремя детьми.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:22:36','2026-03-29 12:22:36','20ffc2f1-73af-4dba-aab3-fee9689e37d8'),
(53022,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertsob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ndewo, achọrọ m ịmara ọnụahịa gị.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:22:50','2026-03-29 12:22:50','36aa3077-b06a-4b5f-ad2e-b228d3c15e48'),
(53023,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyvam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"млрд ? оборот https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nЕще истории успеха https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\n* Цель создания различных результатов для разных регионов — улучшение качества поиска, отсутствие заведомо ненужных пользователю сайтов и информации https://proffseo.ru/kontakty\\n \\nАлександр Дронов https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nВладелица интернет-магазина Хоумдорф https://proffseo.ru/\\n \\nВажно понимать – геоНЕзависимый проект в региональной выдаче изначально проигрывает всем местным сайтам и магазинам… https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:24:42','2026-03-29 12:24:42','b5f65bd3-5e32-4526-ba7b-65c13634af04'),
(53024,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertkance\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ndewo, achọrọ m ịmara ọnụahịa gị.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:25:17','2026-03-29 12:25:17','4d9136c3-560f-4a4e-8301-b1f300ecf69b'),
(53025,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottOrerb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Всё расскажем и покажем https://berezov-lsk.ru/\\n \\nОбщая стоимость работ 910 000 Р https://berezov-lsk.ru/\\n \\nСтудия «Агава-М» оказывает услуги ландшафтного дизайна в Москве, Московской Области и всех регионах России с 1996 года https://berezov-lsk.ru/\\n \\nНикто не расскажет о ландшафтном бюро так подробно, как это делают заказчики https://berezov-lsk.ru/\\n  Перед тем как доверить свой участок и средства, почитайте отзывы тех, кто уже заказывал подобные услуги https://berezov-lsk.ru/\\n  За объективными мнениями лучше идти не на сайт студии, а на тематические форумы и чаты https://berezov-lsk.ru/\\n \\nОбщая стоимость работ 1 156 460 Р https://berezov-lsk.ru/\\n \\nРабота над эскизами, которая займёт 10-14 дней https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:25:28','2026-03-29 12:25:28','1a295ca7-4baf-404b-bf6d-22d701620c35'),
(53026,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddycix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продвижение сайта производителя промо-одежды в ТОП Яндекса https://proffseo.ru/privacy\\n \\nВсе задачи ведем в CRM Битрикс24 https://proffseo.ru/\\n  Вы сможете видеть их выполнение в онлайн режиме https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Можем работать и в вашей CRM https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nСкидка 100% на первый месяц продвижения сайта! \\n1 https://proffseo.ru/privacy\\n  Самостоятельное продвижение сайта по всей России https://proffseo.ru/kontakty\\n \\nВ нашей команде: \\nА для начала рассмотрим 2 вида поисковых запросов: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:26:11','2026-03-29 12:26:11','db956fa5-c720-4494-8ced-0d703a934315'),
(53027,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyjiche\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Поисковая выдача по геозависимым и геонезависимым запросам выглядит по-разному https://proffseo.ru/\\n  Так, если пользователь набирает в поисковой строке фразу: «доставка пиццы», на первых строчках выдачи он увидит сайты компаний, которые работают в его регионе https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Пользователям из Ярославля по этому запросу будут в первую очередь показаны ярославские пиццерии, а потребителям из Нижнего Новгорода — нижегородские https://proffseo.ru/privacy\\n  Другие дело, если пользователь введет запрос «как приготовить плов» https://proffseo.ru/privacy\\n  Где бы он ни находился: в Ярославле или Нижнем Новгороде, на первой странице поисковой выдачи будут показаны одни и те же результаты — список наиболее популярных ресурсов, посвященных кулинарии https://proffseo.ru/\\n  Как определить тип запроса, и как продвигаться по геозависимым запросам, вы можете узнать из статьи: «Геозависимые запросы» https://proffseo.ru/\\n \\n6-ое место в рейтинге SEO глазами клиентов 2021 https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nСопровождает внедрение аналитических систем и проводит их настройки, даёт рекомендации по увеличению эффективности маркетинговых каналов, проводит аудиты, а также A/B - и MVT (мультивариантные) тестирования контента сайта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Анализирует коммерческие и поведенческие факторы, дает рекомендации по повышению конверсии https://proffseo.ru/privacy\\n \\nРеальная гарантия на раскрутку сайта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nКак географический фактор влияет на позиции сайта в поисковой выдаче? Как поисковые системы определяют регион сайта? Способы продвижения сайта в одном регионе https://proffseo.ru/privacy\\n  Как продвинуть сайт в нескольких регионах? \\nГеозависимый запрос — запрос, выдача по которому будет принципиально разной в разных регионах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Такие запросы пользователи вводят с целью найти товар/услугу среди местных компаний https://proffseo.ru/privacy\\n  Возьмем, к примеру, запрос &lt;&gt;оставка пиццы]. \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:26:49','2026-03-29 12:26:49','d503138f-2c9f-46cd-b128-b1de7e81bcf5'),
(53028,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kevincit\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"erangifest1980@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ДОСААФ – главная автошкола страны https://автошкола.рф/\\n \\nРейтинг: Нет - 0 отзывов https://автошкола.рф/medcheck\\n \\nРейтинг: 5 из 5 - 6 отзывов https://автошкола.рф/entity\\n \\nЗадаем стандарты отрасли https://автошкола.рф/\\n \\nАвтошкола Автошкола при Академии Президента https://автошкола.рф/prices\\n \\nРейтинг: Нет - 0 отзывов https://автошкола.рф/medcheck\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:29:10','2026-03-29 12:29:10','925f9fd3-9be2-4484-bd21-3fbb2c0835a5'),
(53029,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertbromo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В Москве многие компании предлагают свои услуги, поэтому не всегда просто найти квалифицированного исполнителя, который понимает все особенности транспортировки грузов и ответственно подходит к выполнению такелажных работ https://drogal.ru/uslugi/kranovye-raboty/\\n  Компания «СТОГРУЗ» работает в данной сфере с 1992 года и за это время накопила большой опыт https://drogal.ru/glossary/indikator-naklona/\\n  Мы обладаем всеми необходимыми мощностями по проведению такелажных работ, а также командой квалифицированных профессионалов https://drogal.ru/glossary/melkaya-otpravka/\\n  Предоставляя услуги, мы ориентируемся на следующие принципы: \\nНеукоснительное правило при организации такелажных работ – отсутствие угрозы повреждения груза и риска для окружающих https://drogal.ru/portfolio-items/takelazh-s-mpu/\\n  Соблюдение этого правила обеспечено практическими навыками аттестованных такелажников с допусками, а также знанием ими техники безопасности https://drogal.ru/glossary/indikator-naklona/\\n \\n5 метров / 3 тонны https://drogal.ru/glossary/logisticheskaya-sistema/\\n \\nТакелажные работы https://drogal.ru/glossary/takelazh/\\n  Стоимость https://drogal.ru/glossary/sklad/\\n \\nТарифы на такелажные работы и аренду такелажного оборудования https://drogal.ru/portfolio-items/razgruzka-trub-avtokranom/\\n \\nЗаказчик https://drogal.ru/glossary/upakovivanie/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:30:25','2026-03-29 12:30:25','d571cb1d-1b62-4884-9056-4a330aa3bdaf'),
(53030,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephGreks\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Благоустройство могилы на кладбище состоит из нескольких этапов, которые осуществляются нашими профессиональными сотрудниками https://www.kovanie-ogrady.ru/catalog/podstavki-i-tsvetniki/podstavka-pdp-10/\\n  Основные этапы включают: \\nМноголетние растения : хвойные (туя, можжевельник), цветущие травы, декоративные злаки Сезонные цветы : петунии, бегонии, гвоздики, розы Газонные травы : специализированные смеси для кладбищ, устойчивые к вытаптыванию Живые изгороди : низкие заборчики из кустарников https://www.kovanie-ogrady.ru/catalog/podstavki-i-tsvetniki/tsvetnik-tsvg-2/\\n \\nРассмотрим кратко этот процесс: \\n- мраморная крошка - засыпается как в цветник, так и по всему участку https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pg-1/\\n \\nЧто такое услуги по уборке и очистке мест захоронения? \\nПервый этап работ — это геодезическое обследование и подготовка участка https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/shar-12-sm/\\n  Мы проводим: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:30:53','2026-03-29 12:30:53','47b1bd01-5cf6-42c4-9c80-1e7cd253a623'),
(53031,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyNoics\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Те, кто сталкивался с продвижением сайта и общались с действительно компетентными сотрудниками интернет-агентств (таких, как «Пиксель Плюс»), знают, что все запросы можно разделить на два класса: \\n1-ое место в рейтинге SEO-компаний в отраслях: авто, недвижимость, строительство https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nБольшинство коммерческих запросов тесно связано с региональной выдачей, и это упрощает продвижение сайтов по городам России https://proffseo.ru/\\n \\nО чем статья? \\nМаркетолог команды Magical Flowers https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nЭта информация обязательно должна быть достоверной https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Дело в том, что сотрудники Яндекса, зачастую, производят полноценный контроль и проверку соответствия указанного на сайте адреса реально существующему, иногда доходит и запроса копии документов аренды и видео подтверждения https://proffseo.ru/\\n  Это сделано для того, чтобы на высокие позиции не попадали сайты с выдуманными адресами https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Привязка может быть осуществлена автоматически на основе информации с сайта, ссылок на сайт и IP хостинга, но, для точности лучше и быстрее сделать это руками в сервисе Яндекс https://proffseo.ru/\\n Вебмастер: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:31:10','2026-03-29 12:31:10','853a197c-04e1-448d-a7b1-e6d12d0a80ba'),
(53032,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinLic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ООО \\\"ТТ-Трэвел\\\" \\nСуп овощной с булгуром https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\n \\nБефстроганов из телятины с шампиньонами 125 г https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\n \\nКартофельное пюре, вырезка свиная, помидоры черри, петрушка, соль поваренная пищевая соус ростбиф (майонез, горчица дижонская, каперсы). Общий вес – 250 г https://dostafka-obedi.ru/privacy-policy/\\n \\nСпасибо организации «Обеды Смайл» за качественную организацию питания на строительном объекте! Доставка всегда вовремя https://dostafka-obedi.ru/\\n  Обеды питательные и вкусные https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\n \\nСуп-пюре грибной https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:34:37','2026-03-29 12:34:37','a057cd1c-959d-4d98-b868-adbdd0f8b08c'),
(53033,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyAvada\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы избежать ошибок при внедрении технических заданий, наш SEO специалист напрямую общается с вашим отделом разработки https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nАудит сайта https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nРегиональное продвижение позволяет охватить новую целевую аудиторию, осуществлять развитие и экспансию в город, в котором заинтересован бизнес: компания, бренд, интернет-магазин https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Для продвижения компании и сайта по конкретному городу, области или региону России, нужна специальная «региональная» SEO-оптимизация сайта https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nПосле SEO-аудита компаниям, ориентированным на потребителей одного или нескольких регионов, следует сосредоточиться на региональном продвижении в определенных городах https://proffseo.ru/\\n  Если скорость загрузки сайта нормальная, он сможет быстрее попасть в топ поисковой выдачи, а, соответственно, получить целевой трафик и потенциальных клиентов, заинтересованных в ваших товарах или услугах https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nВремя прочтения: 7 минут https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nSEO продвижение сайта: оплата за лиды и вывод в ТОП https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:36:27','2026-03-29 12:36:27','c50f7e8f-5073-4a4f-83df-27152d535ff9'),
(53034,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddycub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Готовит аудит, рассчитывает прогноз роста трафика, разрабатывает стратегию по достижению прогноза https://proffseo.ru/kontakty\\n \\n2 https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Продвижение сайтов по России на заказ – под ключ https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nЕще истории успеха https://proffseo.ru/kontakty\\n \\nПри определении региона поисковые системы в первую очередь учитывают информацию в разделе «Контакты» на сайте компании, и данные, указанные в справочниках Яндекс и Google https://proffseo.ru/\\n  Проверить, к какому региону привязан ваш сайт, можно с помощью сервиса Яндекс https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n Вебмастер https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Для этого следует зарегистрироваться в сервисе и зайти в раздел «Информация о сайте», страница «Региональность» https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Здесь будут указаны страна, область и город привязки ресурса https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nТаких результатов, в среднем, достигают наши клиенты https://proffseo.ru/kontakty\\n \\nот 100 000 ? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:37:33','2026-03-29 12:37:33','5142a0c3-c23e-485d-97b5-d1c47318e889'),
(53035,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertspams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ОСНОВНЫЕ ХАРАКТЕРИСТИКИ https://deneb-spb.ru/mufty-razemnye-amerikanki\\n \\nУ полипропилена также имеются и минусы https://deneb-spb.ru/krany-i-ventili\\n  Это большое тепловое расширение и негативная реакция на кислород и ультрафиолетовое излучение https://deneb-spb.ru/truby-armirovannye-steklovoloknom-pn20-i-pn25\\n  Чтобы побороть эти минусы в полипропилен добавляют стабилизаторы https://deneb-spb.ru/filtry-i-obratnye-klapany\\n  Например, для уменьшения теплового расширения полипропиленовые трубы подвергаются армированию https://deneb-spb.ru/krestoviny\\n \\nПо запросу 6151 https://deneb-spb.ru/trojniki\\n 96 https://deneb-spb.ru/truby-armirovannye-steklovoloknom-pn20-i-pn25\\n \\nТрубы и фитинги PPR: технические характеристики https://deneb-spb.ru/ugolniki\\n \\nПо запросу 199 https://deneb-spb.ru/shurup-shpilka\\n 42 https://deneb-spb.ru/krany-latunnye-rezbovye\\n \\nматериал — рандом-сополимер; изготовлены по ГОСТ 18599-2001; диаметр — 20-160 мм; срок эксплуатации — до 100 лет; SDR — 6 и 7 https://deneb-spb.ru/vse_novosti\\n 4 (соотношение диаметра трубы к толщине ее стенки). \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:37:45','2026-03-29 12:37:45','ff62e263-4a34-444d-a2d8-7e2d49d3899f'),
(53036,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinLog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания ФСК «Лидер» выражает огромную благодарность высокопрофессиональной команде компании «Обеды Смайл», в том числе Генеральному директору Смирному Александру Александровичу за превосходную организацию процесса питания сотрудников нашей компании https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\n  Мы сотрудничаем уже более 3-х лет, и на протяжении этого немалого срока ни разу не разочаровались в качестве предоставляемых услуг! Спасибо за заботливое обслуживание и вкуснейшую еду! Надеемся на долгосрочное продолжение сотрудничества! \\nРис пропаренный длиннозерный, филе куриное, панировочные сухари, яйцо куриное, мука в/с, помидоры черри, масло растительное, перец болгарский, перец черный молотый, петрушка свежая, соль повареная пищевая Общий вес – 400 г https://dostafka-obedi.ru/menu/\\n \\nПо почте: kompotik@kompotik https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\n ru Скачать меню “Excel” \\nКартофельное пюре, вырезка свиная, помидоры черри, петрушка, соль поваренная пищевая соус ростбиф (майонез, горчица дижонская, каперсы). Общий вес – 250 г https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\n \\nХотите узнать, как готовится ваш любимый обед, который вот-вот привезут на дом? Никаких тайн, если вы делаете заказ в компании \\\"Нам-Ням\\\"! \\nКартофельное пюре со свиной вырезкой https://dostafka-obedi.ru/type_menu/salaty/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:38:35','2026-03-29 12:38:35','ee9fe58f-e038-4be9-8836-f60b06389dcf'),
(53037,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jamesbrice\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Конечно, наша студия занимается не только разработкой планов и эскизов, мы выполняем полный комплекс услуг по ландшафтному дизайну – от проекта до реализации https://зеленая-жизнь.com/gazon\\n  Однако и после завершения не бросаем своих клиентов – вы сможете заказать уход за садом и освободить себя от лишних хлопот https://зеленая-жизнь.com/gorizont11\\n  Наши специалисты – профессионалы, поэтому вам не о чем переживать: польем деревья, пострижем кустарники и сделаем все необходимое в рамках сопровождения https://зеленая-жизнь.com/3d\\n \\n3 причины заказать ландшафтный дизайн под ключ в нашей компании https://зеленая-жизнь.com/solnechnogorsk\\n \\n3 https://зеленая-жизнь.com/ozelenenie\\n \\nИнтересные работы нашей мастерской https://зеленая-жизнь.com/lesnicino\\n \\nЛандшафтный Дизайн Участка Под Ключ В Москве https://зеленая-жизнь.com/drenazh\\n \\nБлагоустраиваем участки от 15 соток под ключ в соответствии с актуальными тенденциями ландшафтной архитектуры https://зеленая-жизнь.com/solnechnogorsk\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:38:45','2026-03-29 12:38:45','38c41412-64ed-4d82-a3b2-90fe498ae53c'),
(53038,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldDom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"5 https://kupefurnitur.ru/contact\\n 2 https://kupefurnitur.ru/\\n  При поручении обработки персональных данных третьим лицам в поручении указываются требования к защите обрабатываемых персональных данных в соответствии с требованиями законодательства в области персональных данных 5 https://kupefurnitur.ru/\\n 3 https://kupefurnitur.ru/price\\n  Внутренний контроль за соответствием обработки персональных данных законодательству и принятым в соответствии с ним нормативным правовым актам осуществляется в порядке, установленном Правительством Российской федерации https://kupefurnitur.ru/catalog\\n  5 https://kupefurnitur.ru/\\n 4 https://kupefurnitur.ru/onas\\n  В Обществе назначено лицо, ответственное за организацию обработки персональных данных https://kupefurnitur.ru/catalog\\n  5 https://kupefurnitur.ru/catalog\\n 5 https://kupefurnitur.ru/\\n  В обработке ПД в Обществе участвуют работники, в рамках выполнения своих должностных обязанностей https://kupefurnitur.ru/contact\\n  5 https://kupefurnitur.ru/catalog\\n 6 https://kupefurnitur.ru/onas\\n  В Обществе проводится оценка вреда, который может быть причинен субъектам персональных данных и определяются угрозы безопасности персональных данных https://kupefurnitur.ru/\\n  5 https://kupefurnitur.ru/onas\\n 7 https://kupefurnitur.ru/onas\\n  В соответствии с выявленными актуальными угрозами, Общество применяет необходимые и достаточные организационные, и технические меры, включающие: \\n\\n\\nНа складе нашей компании в Москве есть в наличии свыше 15 000 различных наименований мебельной фурнитуры и комплектующих для сборки кухонь, шкафов, диванов, кресел, гарнитуров и прочих предметов интерьера разнообразной функциональной сложности https://kupefurnitur.ru/catalog\\n  Мы поставляем продукцию давно зарекомендовавших себя брендов из России, Китая, Турции: Starax, Boyard, Kerron и многих других https://kupefurnitur.ru/onas\\n  Торговый дом «21 век» сотрудничает с компаниями и частными лицами: мебельными фабриками столицы и Подмосковья, мастерами по ремонту и т https://kupefurnitur.ru/\\n  д https://kupefurnitur.ru/onas\\n \\nКрючок мебельный — это практичная деталь интерьера, которая делает быт удобней https://kupefurnitur.ru/onas\\n  Используется в основ.. \\nпредоставление мне услуг/работ; направление в мой адрес уведомлений, касающихся предоставляемых услуг/работ; подготовка и направление ответов на мои запросы; направление в мой адрес информации, в том числе новостной и рекламной, о акциях/мероприятиях/товарах/услугах/работах Оператора https://kupefurnitur.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:39:15','2026-03-29 12:39:15','d1db4f06-41f0-48da-90cd-d8f7dc034358'),
(53039,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jamesovals\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если вы хотите с комфортом проводить время на даче, устраивать уютные встречи с семьей и друзьями рядом со своим загородным домом, закажите услуги ландшафтного дизайна в Москве и области https://зеленая-жизнь.com/zori\\n  Все предложения в удобном формате: выбирайте комплексный тариф по оформлению придомовой территории или отдельно: озеленение, освещение, создание дорожек и т https://зеленая-жизнь.com/dorozhki\\n  д https://зеленая-жизнь.com/dorozhki\\n \\nЛандшафтное проектирование и дизайн https://зеленая-жизнь.com/gorizont11\\n \\nЦена, руб https://зеленая-жизнь.com/gazon\\n \\n12 000 ?/сотка https://зеленая-жизнь.com/progulki\\n \\nПортфолио https://зеленая-жизнь.com/autopoliv\\n \\nОднозначного ответа нет – все зависит от особенностей участка, пожеланий заказчика, сезона и прочего https://зеленая-жизнь.com/\\n  Однако точно можно отметить, что это сложная работа, требующая много времени на подсчет всех материалов, согласование с клиентом, создание чертежей и эскизов, уточнение всех деталей и т https://зеленая-жизнь.com/projects\\n  д https://зеленая-жизнь.com/drenazh\\n  Для начала специалист выезжает на участок, осматривает его, проводит топографическую съемку, после чего «набрасывается» примерный план, который в дальнейшем изменяется и дополняется https://зеленая-жизнь.com/3d\\n  В целом этот этап займет от 1 до 3 месяцев https://зеленая-жизнь.com/autopoliv\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:40:31','2026-03-29 12:40:31','36b2edf4-c507-4a9f-b7eb-1b77435881d3'),
(53040,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericjonesmyemail@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"CENTRE\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2720],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Ccmiddlebury Com Owner,\\n\\nMy name is Eric and I’m betting you’d like your website Ccmiddlebury Com to generate more leads.\\n\\nHere’s how:\\n\\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Ccmiddlebury Com.\\n\\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\\n\\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\\n\\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\\n\\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\\n\\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\\n\\nEric\\n\\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\\nYou have customers waiting to talk with you right now… don’t keep them waiting.\\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\\n\\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=ccmiddlebury.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:40:53','2026-03-29 12:40:53','d04803ea-9930-4877-b62c-e8ff5a00053c'),
(53041,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyMum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"вырос трафик с мобильных устройств https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nот 120 000 ? \\nПоисковая выдача по геозависимым и геонезависимым запросам выглядит по-разному https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Так, если пользователь набирает в поисковой строке фразу: «доставка пиццы», на первых строчках выдачи он увидит сайты компаний, которые работают в его регионе https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Пользователям из Ярославля по этому запросу будут в первую очередь показаны ярославские пиццерии, а потребителям из Нижнего Новгорода — нижегородские https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Другие дело, если пользователь введет запрос «как приготовить плов» https://proffseo.ru/kontakty\\n  Где бы он ни находился: в Ярославле или Нижнем Новгороде, на первой странице поисковой выдачи будут показаны одни и те же результаты — список наиболее популярных ресурсов, посвященных кулинарии https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Как определить тип запроса, и как продвигаться по геозависимым запросам, вы можете узнать из статьи: «Геозависимые запросы» https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nКак продвинуть сайт сразу в нескольких регионах? \\nНекоторые интересные моменты https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nГеозависимые запросы – органическая выдача (SERP) разная для всех регионов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Пользователи увидят или не увидят ваш сайт в зависимости от того, из какого региона России исходит поисковый запрос https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  В Яндексе официально заявлено порядка 1250 регионов, но по факту их меньше – приблизительно 90 шт https://proffseo.ru/kontakty\\n  ГеоНЕзависимые запросы – выдача одинакова во всех регионах https://proffseo.ru/\\n  Это поисковые фразы, которые не привязаны к городам и областям России, универсальны https://proffseo.ru/privacy\\n  Также геоНЕзависимая выдача отображается редким пользователям, у которых невозможно определить регион (информация об IP-адресе по каким-то причинам недоступна поисковой системе). \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:42:42','2026-03-29 12:42:42','e70f88ad-909c-4c08-8438-76861388cd79'),
(53042,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jameseruse\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ландшафтный дизайн в КП Прибрежный солнечногорский р-н ( идет реализация) \\nОбслуживание и уход https://зеленая-жизнь.com/zareche\\n \\nНаименование Стоимость / Сроки Форэскиз 55000 ? /10 дней Экспресс - проект от 95000 ? /15-20 дней Проект ( полный пакет) от 195000? / индивидуально https://зеленая-жизнь.com/drenazh\\n \\nВы получите готовый проект минимум через 14 дней https://зеленая-жизнь.com/gorizont11\\n  Дальнейший срок согласовываем вместе с проектом https://зеленая-жизнь.com/vodoem\\n \\nОт концепции до реализации https://зеленая-жизнь.com/buzaevo\\n \\nот 55 000 ? / за проект https://зеленая-жизнь.com/zhukovka\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:45:23','2026-03-29 12:45:23','6f17bd2e-bfd7-47e6-839e-f53e3f768938'),
(53043,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyLag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компании, которые доверили нам SEO продвижение сайтов https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nОсновным поисковиком в России и странах СНГ является Яндекс https://proffseo.ru/privacy\\n  Большинство посетителей придут к вам именно оттуда https://proffseo.ru/privacy\\n  Поэтому далее речь пойдет, в основном, именно о Яндексе https://proffseo.ru/privacy\\n \\nПример, запрос &lt;&gt;ецепт пиццы моцарелла] — является геонезависимым, то есть неважно, откуда его задают — сайты в Яндексе будут отображаться одинаковые из всех регионов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Или запрос &lt;&gt;илеты в театр Москва] — пользователь четко указывает, где именно его интересует заказ билетов в театр https://proffseo.ru/\\n  Поэтому, даже если такую фразу вводят в Питере — человека интересует именно московский театр и сайты ему нужно показать московские https://proffseo.ru/privacy\\n \\nувеличили целевой небрендовый трафик https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nВремя «мастеров на все руки» давно прошло https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Только слаженная командная работа специалистов своего дела приведет к максимальным результатам https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\n* Подробнее о классификации запросов информация есть в статье: Как проверить геозависимость запроса?. \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:58:03','2026-03-29 12:58:03','b1642d29-d38f-440e-9062-ba638e10acd4'),
(53044,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBroli\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания  заботится о своих клиентах, поэтому предлагает качественную немецкую мебель от лучших производителей https://www.legnostyle.ru/catalog/inter-eri/potolki/potolok-model-pt-4.html\\n   У нас широкий ассортимент продукции https://www.legnostyle.ru/catalog/kuhni/kuhna-17.html\\n   В каталоге вы найдете большое разнообразие корпусной и мягкой мебели, которая обладает отличными эксплуатационными характеристиками https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p28.html\\n \\nНетрадиционно выглядят - лакирование кожи, тиснение, отделка которая отдаленно напоминает собой золотистый шпон https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i10.html\\n   Когда-то незаслуженно забытый метод отделки мебели с кожей - использование гвоздей у которых большая шляпка https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/?PAGEN_1=2\\n   Такая мебель будет смотреться не только модно, но и гвозди придадут ей антикварного вида https://www.legnostyle.ru/mebel-dlya-vannoi-komnaty-iz-dereva.html\\n \\nВы приобрели себе долгожданное жилье и сделали в нем ремонт https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a3.html\\n   Все уже готово к заселению осталось дело за малым, подобрать мебель https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-9.html\\n   Большинство людей предпочитают эксклюзивную, элитную мебель, сделанную непосредственно на заказ под ваше конкретное помещение https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=9\\n   Такой индивидуальный подход дает возможность не только оформить свое жилье элитной мебелью, но и создать свой уникальный текстиль любой комнаты https://www.legnostyle.ru/catalog/inter-eri/pt-14.html\\n   Для этого лучше всего обратиться к профессионалам, которые на протяжении полувека занимают лидирующие позиции в сфере мебельного производства и являются своего рода законодателями дизайнерской моды мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d14.html\\n   Все это принадлежит итальянским мастерам мебельного производства https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=21\\n  В настоящие время существует более пятисот различных итальянских компаний, которые занимаются производством, поставками и продажами элитной мебели https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=20\\n   В интернете вы легко сможете не только найти любую интересующую вас компанию но и ознакомиться с полным перечнем всей продукции, сделать свой заказ, проконсультироваться со специалистами сайта и даже заказать индивидуальный проект https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=5\\n   Итальянская продукция придает вашему помещению комфорта изысканности и оригинальности https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i22.html\\n   Любой ваш гость сможет по достоинству оценить красоту и уникальность вашего дизайна https://www.legnostyle.ru/catalog/inter-eri/pt-25.html\\n   Итальянские мастера используют для своих работ только высококачественные дорогие материалы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/peregorodka-model-a-26.html\\n   Редкие породы древесины, драгоценные металлы и камни, шикарная и уникальная роспись, и резьба по дереву придает любой индивидуальной мебели просто потрясающий вид https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i27.html\\n   Большинство итальянской продукции является уникальной в своем роде, так как весь процесс изготовления проходит вручную специалистами компании https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a1.html\\n  Именно поэтому итальянская мебель стоит та дорого, и не каждый человек может себе позволить приобретении элитной мебели от итальянских производителей https://www.legnostyle.ru/articles/\\n   И среди этого множества итальянских компаний, существуют и те фирмы, которые производят не только элитную мебель, но и мебель эконом класса https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-27.html\\n   Так что если вы хотите приобрести для себя итальянскую мебель, но на дорогостоящую нет средств, воспользовавшись интернетом, вы сможете найти итальянскую компанию, которая удовлетворит вас по соотношению цены и качества https://www.legnostyle.ru/catalog/lestnici/elitnye/\\n   Для этого достаточно посетить любой сайт, который является партнером итальянских компаний https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p7.html\\n \\nЭксклюзивность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=11\\n   Каждый заказ дизайнеры проектируют индивидуально, поэтому риск увидеть тот же самый интерьер стремится к нулю https://www.legnostyle.ru/catalog/inter-eri/s36.html\\n   Дизайнер элитной мебели не просто создаёт новую форму, он подбирает для неё материал и фурнитуру, доводя модель до совершенства https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d30.html\\n \\nДостоинства мебели, представленной в салонах , несомненно, отметит тот, кто обладает тонким благородным вкусом и ценит совокупность стильного дизайна и необычайного комфорта https://www.legnostyle.ru/catalog/nashi-raboty/inter-er-zagorodnogo-doma-model-k-3.html\\n \\nсодержат разнообразные варианты моделей для комфортного ночного отдыха https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d20.html\\n   Удобные кровати, вместительные шкафы, тумбочки, комоды и прикроватные столики оригинальной формы изготовлены из массива натуральной древесины https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=5\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:58:30','2026-03-29 12:58:30','e3fcb650-c317-4873-800e-f93e6210def4'),
(53045,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrykip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Несмотря на то, что процедура довольно проста, доверить ее лучше профессионалам, ведь даже незначительный прокол, сделанный не по правилам, способен привести к катастрофическим последствиям https://maze.tattoo/catalog/o/oduvanchik/\\n  Наш мастер аккуратно выполнит прокол и вставит в него выбранное клиентом украшение https://maze.tattoo/catalog/с/scorpion/\\n  Затем он обработает область специальными средствами, чтобы гарантировать максимально быстрое заживление https://maze.tattoo/catalog/ya/yaponiya/\\n \\nВ процессе работы применяются современные машинки с минимальной вибрацией и максимально точным контролем https://maze.tattoo/catalog/t/tradik/\\n  А самое главное – техника работает так, чтобы свести к минимуму любые болевые ощущения https://maze.tattoo/catalog/k/krest/\\n  В конце процедуры мастер наносит кремы и гидрогелевые повязки, чтобы место зажило в самые короткие сроки https://maze.tattoo/catalog/d/dovlatov/\\n  Он обязательно предоставляет подробную консультацию о том, как следить за тату в первые дни и ускорить процесс заживления https://maze.tattoo/catalog/r/roza-vetrov/\\n \\nОпыт работы: с 2008 года https://maze.tattoo/catalog/y/\\n \\nПирсинг https://maze.tattoo/catalog/a/angels/\\n \\nИсправление https://maze.tattoo/catalog/ch/chasy/\\n \\nВ огромном городе легко потеряться среди однотипных предложений https://maze.tattoo/catalog/d/drakony/\\n  Но если вы ищете татуировку недалеко от дома или работы, не жертвуя качеством, — стоит обратить внимание на студии, которые не просто \\\"рядом\\\", а действительно соответствуют ожиданиям https://maze.tattoo/catalog/z/zayats/\\n  \\\"Тату-Мания\\\" — это как раз тот случай, когда близость не означает компромисс https://maze.tattoo/catalog/p/pingvini/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 12:59:46','2026-03-29 12:59:46','932b7f69-d1d1-4431-8824-3b6f63c5582f'),
(53046,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldknold\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nвозможность работы с НДС; систему скидок, возможность участия в ограниченных акциях; специальные условия для отделов снабжения и дизайнерских бюро; качество всей представленной у нас продукции с подтверждающими сертификатами; заказ любых партий с быстрым оформлением заявок; быструю доставку в любой город России и СНГ благодаря развитой системе логистики; консультации специалистов по любому вопросу, помощь менеджеров в оформлении заказов, проведении оплаты https://kupefurnitur.ru/onas\\n \\nНаш маркетплейс мебельной фурнитуры предлагает комплектующие для выдвижных ящиков и распашных фасадов, раздвижные системы различной конструкции от известных мировых производителей https://kupefurnitur.ru/onas\\n  В продаже представлены опоры, держатели и навесы, а также разнообразные соединительные и крепежные изделия как оптом, так и в розницу https://kupefurnitur.ru/catalog\\n \\nКрючок мебельный - это практичная деталь интерьера, которая делает быт удобней https://kupefurnitur.ru/onas\\n  Используется в основ.. \\nЛицевая мебельная фурнитура оптом https://kupefurnitur.ru/contact\\n \\nВот тут-то и приходит на помощь фурнитура https://kupefurnitur.ru/onas\\n  И происходит чудо https://kupefurnitur.ru/\\n  Множество ненужных вещей превращаются в необычайно удобные и полезные предметы интерьера, без которых уже невозможно представить себе жизнь современного человека https://kupefurnitur.ru/\\n  Можно ли представить себе интерьер помещения без шкафов, диванов, кресел, не говоря уже о таких важных предметах, как столы и стулья? Мебельная фурнитура позволяет не только создавать удобную и практичную мебель, — все эти, казалось бы, мелочи влияют на эстетическое восприятие https://kupefurnitur.ru/price\\n  Теперь мебелью пользоваться не только удобно, но ещё и приятно https://kupefurnitur.ru/price\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:01:41','2026-03-29 13:01:41','da23311e-8de8-4117-b59b-3451d2189f63'),
(53047,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrydorse\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Органная музыка в Москве https://maze.tattoo/catalog/v/voin/\\n \\nОпыт работы: с 2008 года https://maze.tattoo/catalog/o/om/\\n \\n17 идей, как провести лето в Москве https://maze.tattoo/catalog/y/urobros/\\n \\nВот на что стоит обращать внимание при выборе салона художественной татуировки: \\nНикита Шахманаев https://maze.tattoo/catalog/ch/tsezar/\\n \\n15 профессиональных топ-мастеров, у каждого из которых – свой индивидуальный и неповторимы стиль https://maze.tattoo/catalog/y/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:02:20','2026-03-29 13:02:20','d849b9f4-1083-4e97-9fd9-f79cda90a774'),
(53048,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertCrawl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рабочее давление в системе до 20 кгс/см 2 или 2,0 Мпа https://deneb-spb.ru/kollektory\\n  Максимальная температура +75°C https://deneb-spb.ru/truby-armirovannye-alyuminiem\\n  Обычно это армированные трубы, но с небольшой толщиной стенки https://deneb-spb.ru/svarochnye-apparaty-i-mashiny\\n  Используют для монтажа систем горячего водоснабжения https://deneb-spb.ru/homuty-santekhnicheskie-trubnye\\n \\nРазновидности полипропиленовых труб https://deneb-spb.ru/kollektory\\n \\nПо запросу 337 https://deneb-spb.ru/shurup-shpilka\\n 60 https://deneb-spb.ru/burty-i-flancy\\n \\nВнутренний объем 1 м https://deneb-spb.ru/zaglushki\\n п https://deneb-spb.ru/zaglushki\\n \\nПо запросу 2952 https://deneb-spb.ru/rasprodazha\\n 94 https://deneb-spb.ru/mufty-kombinirovannye\\n \\nКоэффициент теплопроводности https://deneb-spb.ru/krestoviny\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:03:06','2026-03-29 13:03:06','eabf14f8-9c58-4cd5-8390-38f368663456'),
(53049,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottdip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"С Грид начал работу с ландшафтного проекта https://berezov-lsk.ru/\\n  До этого обращался в несколько компаний, но там так ничем и не закончилось https://berezov-lsk.ru/\\n  В Грид понравился подход https://berezov-lsk.ru/\\n  Мы встретились на моем участке, когда мне было удобно и я был не в командировке, как обычно https://berezov-lsk.ru/\\n  Ребята приехали, сделали фото и видео участка, записали нашу беседу, чтобы не забыть ничего https://berezov-lsk.ru/\\n  Все дальше согласовывали по почте https://berezov-lsk.ru/\\n \\nЗаказать звонок --&gt; Заказать звонок https://berezov-lsk.ru/\\n \\nЗаказы выполняем в сроки, установленные в договоре https://berezov-lsk.ru/\\n  В среднем на создание эскиза и дизайна уходит 1–30 дней, на их реализацию – 1–7 месяцев https://berezov-lsk.ru/\\n \\nВы выбираете один из двух предложеных вариантов дизайна и мы разрабатываем пакет рабочих чертежей https://berezov-lsk.ru/\\n \\nЛандшафтная студия ведет свою историю с 2010 года и за это время добилась немалых успехов https://berezov-lsk.ru/\\n  Сегодня у компании есть солидное портфолио корпоративных и частных проектов https://berezov-lsk.ru/\\n  Оказывают услуги по проектированию и обслуживанию сада, озеленению интерьера и крыш, реконструкции участка и другие https://berezov-lsk.ru/\\n \\nРаботаем 25 лет с ландшафтом https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:06:17','2026-03-29 13:06:17','dbf1bc41-47ac-4ab7-bbb2-9f1f648efa71'),
(53050,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Craigaropy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"valerakimuvo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Страна: Италия Стиль: Арт-Деко, Современный https://stosastudio.ru/catalog/kuhni-color-trend/\\n \\nМы регулярно проводим распродажи и пополняем ассортиментную линейку интересными новинками https://stosastudio.ru/mebel-iz-massiva-dereva-osnovnye-preimushhestva-i-istoriya/\\n  Для наших покупателей действуют выгодные скидки, акции и подарки https://stosastudio.ru/catalog/kuhni-maya/\\n  При оформлении онлайн доставим заказ бесплатно по Санкт-Петербургу или Москве https://stosastudio.ru/sovremennye-italyanskie-kuhni/\\n \\nлет в России https://stosastudio.ru/catalog/arrex-le-cucine-curry/\\n \\nTessarolo, Италия, стиль арт-деко, современный стиль На заказ https://stosastudio.ru/category/stati/page/6/\\n \\nРады нашей встрече! Спасибо, что ознакомились с ассортиментом и информацией о нашей компании! \\nот 272 175 p 286 500 p -5% \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:08:51','2026-03-29 13:08:51','a4dc9d1f-29f2-4042-9d53-1f871b7dc0e1'),
(53051,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdetty\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Доставка по РФ и странам СНГ https://deneb-spb.ru/zaglushki\\n \\nПо запросу 751 https://deneb-spb.ru/filtry-i-obratnye-klapany\\n 44 https://deneb-spb.ru/ankery\\n \\nПо запросу 4404 https://deneb-spb.ru/izolyaciya\\n 25 https://deneb-spb.ru/vse_novosti\\n \\nПолипропиленовые трубы обладают сроком эксплуатации до 100 лет https://deneb-spb.ru/filtry-i-obratnye-klapany\\n \\nПо запросу 7 895 https://deneb-spb.ru/burty-i-flancy\\n 80 https://deneb-spb.ru/shejvery-i-torcevateli\\n \\nТрубы с маркировкой PN10 используются в основном для сетей холодного водоснабжения и «теплых полов», PN16 – для прокладки холодного и горячего водоснабжения, а также центрального отопления, с учетом пониженного давления и действующей температуры до +60°С, касаемо труб с PN20 – они универсальны https://deneb-spb.ru/burty-i-flancy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:09:10','2026-03-29 13:09:10','bd1edc3c-eaa2-4586-8ec6-1012271a07ac'),
(53052,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyLag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Повысить позиции сайта в поисковых системах https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Увеличить небрендовый трафик с помощью SEO https://proffseo.ru/kontakty\\n  Решить вопрос склейки зеркал сайта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nЦена: 48 800 ? \\nСопровождает внедрение аналитических систем и проводит их настройки, даёт рекомендации по увеличению эффективности маркетинговых каналов, проводит аудиты, а также A/B - и MVT (мультивариантные) тестирования контента сайта https://proffseo.ru/\\n  Анализирует коммерческие и поведенческие факторы, дает рекомендации по повышению конверсии https://proffseo.ru/privacy\\n \\nВ качестве примера посмотрим на сайт Wikipedia https://proffseo.ru/privacy\\n org https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Википедия геоНЕзависима и попадает в ТОП-10 по многим запросам и регионам России https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nПобедитель народного голосования (Email Soldiers) \\nЛюбой пользователь может изменить свой регион в настройках поиска и получить целевую выдачу для другого региона https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:11:56','2026-03-29 13:11:56','f134aef8-423e-40f0-9aed-f39240a2996c'),
(53053,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyMup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Еще истории успеха https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nпо версии Рейтинга Рунета 2021 https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nпереходов с форумов благодаря крауд-маркетингу https://proffseo.ru/privacy\\n \\nОптимизация сайтов https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nПродвижение сайта по регионам: какой способ выбрать? \\n3-е место в рейтинге SEO-агентств https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:14:55','2026-03-29 13:14:55','bdbe9b7b-0f46-4c17-8b87-66dd900bd47e'),
(53054,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyWaito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"от 120 000 ? \\nбольше трафика с апреля 2021 по январь 2022 https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nЗадача: \\nгеозависимые; геонезависимые https://proffseo.ru/kontakty\\n \\nДобавляем визуальные элементы и улучшаем структуру текста https://proffseo.ru/\\n \\nсредний ежегодный прирост трафика https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:16:07','2026-03-29 13:16:07','994115a3-f309-4e0b-87a4-0507c7e9ab7c'),
(53055,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyoptot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Очевидно, что если пользователь его ввел, то он хочет заказать доставку пиццы в том городе/местоположении, в котором он находится https://proffseo.ru/privacy\\n  К примеру, это может быть Москва или Санкт-Петербург https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  На иллюстрации видно, что результаты выдачи абсолютно разные: \\nОбъективно оценим ситуацию с продвижением сайта, определим его сильные и слабые стороны, проанализируем тематику и конкурентов, найдем перспективные точки роста https://proffseo.ru/kontakty\\n \\n3-е место в рейтинге лучших агентств по SEO-продвижению в области финансы, банки, страхование, управление активами https://proffseo.ru/kontakty\\n \\nНа изображении ниже видно, что результаты идентичные: \\nтехнологии контент-маркетинга партнерского и реферального маркетинга почтового E-mail маркетинга и таргетированных рассылок свежих новостей и обзоров по вашей тематике различных полезных сервисов (калькуляторы, фильтры, опросы, интерактивы) медийной и контекстной рекламы корпоративного канала YouTube удобных мобильных приложений, распространяемых через Google Play и AppStore социальных сообществ и социальной активности экспертных текстов от лидеров мнений гостевого блогинга и аудио-подкастов обратной связи и отзывчивой техподдержки управления репутацией в интернете (SERM) брендирования и пресс-релизов в онлайн-СМИ отлаженного до мелочей отдела продаж регулярного анализа и аудита, мониторинга результатов развития различных бесплатностей (книги и руководства, пошаговые инструкции и советы, видео-подборки и записи вебинаров, отчеты и кейсы, чек-листы и инфографика) \\nЭто интересно https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:19:38','2026-03-29 13:19:38','06e67054-8d00-4578-b6af-8e40aef4789d'),
(53056,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertpipsy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ciao, volevo sapere il tuo prezzo.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:19:44','2026-03-29 13:19:44','2c543c7e-4633-44f6-95e6-07908e740e81'),
(53057,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyjiche\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Pro https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\n1 https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Самостоятельное продвижение сайта по всей России https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nтехнологии контент-маркетинга партнерского и реферального маркетинга почтового E-mail маркетинга и таргетированных рассылок свежих новостей и обзоров по вашей тематике различных полезных сервисов (калькуляторы, фильтры, опросы, интерактивы) медийной и контекстной рекламы корпоративного канала YouTube удобных мобильных приложений, распространяемых через Google Play и AppStore социальных сообществ и социальной активности экспертных текстов от лидеров мнений гостевого блогинга и аудио-подкастов обратной связи и отзывчивой техподдержки управления репутацией в интернете (SERM) брендирования и пресс-релизов в онлайн-СМИ отлаженного до мелочей отдела продаж регулярного анализа и аудита, мониторинга результатов развития различных бесплатностей (книги и руководства, пошаговые инструкции и советы, видео-подборки и записи вебинаров, отчеты и кейсы, чек-листы и инфографика) \\nбольше целевых посетителей сайта https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nЦелевые заявки и продажи https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nДоверив продвижение сайта в топ такому надежному партнеру как i-Media, мы могли быть уверены в том, что результаты не заставят себя долго ждать и будут достигнуты вовремя https://proffseo.ru/kontakty\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:21:15','2026-03-29 13:21:15','440bbf3f-061d-41c8-828d-09c714d6fbe2'),
(53058,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Winstonplubs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"5 https://roshozdom.ru/index.php?route=product/search&amp;tag=День Защитника Отечества\\n 1 https://roshozdom.ru/sobstvennoe_proizvodstvo/?page=7\\n  Субъект персональных данных имеет право: \\nРазделочная доска считается одним из обязательных аксессуаров на любой кухне https://roshozdom.ru/index.php?route=product/search&amp;tag=для соли\\n  Именно это изделие помогает сохранить кухонную мебель от механических повреждений и загрязнений https://roshozdom.ru/index.php?route=product/search&amp;tag=для подачи РХД-ткрс06\\n  Разделочная доска Mint от испанского бренда Quid обеспечит гигиеничность и безопасность процесс https://roshozdom.ru/index.php?route=product/search&amp;tag=РХД-бм26/1\\n \\nРазделочная доска GRANITE выполнена из высококачественного пластика, подходит для различных видов продуктов, не впитывает запахи https://roshozdom.ru/razdelochnye_doski/razdelochnye_doski_figurnye/\\n  Доска устойчива к порезам, не затупляет ножи, имеет двухстороннюю рабочую поверхность, обладает удобной ручкой https://roshozdom.ru/index.php?route=product/search&amp;tag=для смартфона\\n  Можно мыть в посудомоечной машине https://roshozdom.ru/sobstvennoe_proizvodstvo/?page=13\\n  размер: 30 х 20 см мат https://roshozdom.ru/aksessuary_iz_dereva/derevyannye_tablichki/derevyannye_tablichki_rezerva/\\n \\nпредложения от 1 магазина https://roshozdom.ru/index.php?route=product/search&amp;tag=елка\\n \\nМатериал: меламин, Цвет: желтый, Размер, см: 14,4х0,3х23,4, Выдерживает температуру до 150 градусов, Размер в упаковке, см: 14,4х0,3х23,4, Вес: 100 г, Не рекомендуется мыть в посудомоечной машине, Доска устойчива к кислотам, не затирается и не затупляет ножи, Страна производства: Германия https://roshozdom.ru/posuda_derevyannaya/derevyannye_doski_dlya_podachi_blyud/derevyannye_doski_dlya_piccy/?page=2\\n \\nСамовывоз, Почта РФ, Курьером, Логистическая компания https://roshozdom.ru/razdelochnye_doski/nabory_razdelochnyh_dosok/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:21:22','2026-03-29 13:21:22','f591a1f6-3de5-4610-8a9f-238a7dd036ab'),
(53059,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottmoowl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ландшафтный проект https://berezov-lsk.ru/\\n \\nОбщая площадь участка https://berezov-lsk.ru/\\n \\n5 Общая оценка 5 Соотношение цена/качество 5 Соблюдение сроков 5 Чистота во время работ 5 Порядочность компании https://berezov-lsk.ru/\\n \\nЗаказывая ландшафтные работы у нас: \\nОбщая стоимость материалов 1 355 000 Р https://berezov-lsk.ru/\\n \\nУслуги студии https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:23:45','2026-03-29 13:23:45','12909432-be65-40ad-a703-f2b186e473a2'),
(53060,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertSow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы являемся официальными поставщиками, поэтому можем предложить цены на 15-20% дешевле , чем в среднем по рынку https://deneb-spb.ru/contacts\\n \\nВремя нагрева при сварке https://deneb-spb.ru/truborezy-i-nozhnicy\\n \\nПо запросу 564 https://deneb-spb.ru/contacts\\n 20 https://deneb-spb.ru/contacts\\n \\nАрмирование https://deneb-spb.ru/mufty-razemnye-amerikanki\\n \\nPN 25 (армированные ) - для трубопроводов отопления и горячего водоснабжения при t = 20 0 C - 2 https://deneb-spb.ru/svarochnye-apparaty-i-mashiny\\n 5 МПа, при t = 90 0 C - 1 https://deneb-spb.ru/shejvery-i-torcevateli\\n 0 МПа https://deneb-spb.ru/truby-pn-10-i-pn-20\\n \\nПо запросу 893 https://deneb-spb.ru/rasprodazha\\n 24 https://deneb-spb.ru/filtry-i-obratnye-klapany\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:25:17','2026-03-29 13:25:17','65419b30-a59a-42e3-95fd-df472a1174bc'),
(53061,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryUNFAX\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Опыт работы: с 2009 года https://maze.tattoo/catalog/c/samuray/\\n \\nОпыт работы: с 2008 года https://maze.tattoo/catalog/o/oduvanchik/\\n \\n15 профессиональных топ-мастеров, у каждого из которых – свой индивидуальный и неповторимы стиль https://maze.tattoo/catalog/с/scorpion/\\n \\nг https://maze.tattoo/catalog/g/gravura/\\n  Москва, 7 июня 2025 https://maze.tattoo/catalog/b/babochki/\\n \\nКсения - мастер своего дела! В точности повторяет рисунок, учитывает пожелания клиента https://maze.tattoo/catalog/ch/cherep/\\n  Деликатна и профессиональна https://maze.tattoo/catalog/x/khannya/\\n  Любит свою работу! Реализм - это к Ксении https://maze.tattoo/catalog/ee/\\n  Спасибо ей! \\nТолько одноразовые инструменты, абсолютно стерильное помещение + специалисты с медицинским образованием https://maze.tattoo/catalog/p/ptitsy/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:25:46','2026-03-29 13:25:46','f532935e-f4fd-4578-9982-4918c03ea9be'),
(53062,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryDub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоимость от 1 450/руб https://maze.tattoo/catalog/o/\\n \\nМне тут очень понравилось!Всё очень понравилось!Очень дружелюбный персонал,работы мастеров на высшем уровне!Огромное спасибо мастеру Никите за выполненную работу,а мастеру Анне - за поддержку!В выборе салона опиралась на качество работ! \\nТату-салон Maze Tattoo Studio 18+ \\nMaze Tattoo https://maze.tattoo/catalog/l/luna/\\n \\nОфициальный сайт тату салона — как зеркало профессионализма https://maze.tattoo/catalog/c/serdtse/\\n \\nТату-салон работает с 2005 года, здесь могут выполнить татуировку любой сложности https://maze.tattoo/catalog/ch/\\n  Получить консультацию и даже эскиз можно бесплатно, а дальше нужно только решаться и набивать ту самую татуировку мечты! В студии работает один мастер, подход — индивидуальный, а за плечами более десяти тысяч выполненных работ, от «нежнятины» для девушек до брутала, достойного «Безумного Макса» https://maze.tattoo/catalog/a/akvarel/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:27:15','2026-03-29 13:27:15','9eeff533-c5c7-4a22-bd15-d047e2bef6d4'),
(53063,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertErype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бесплатный выезд инженера для замера и оценки стоимости https://drogal.ru/glossary/specializirovannie-skladi/\\n \\nВиды такелажных услуг https://drogal.ru/portfolio-items/takelazhnie-raboti-v-noginske/\\n \\nПолезен ли Вам отзыв? \\nНеукоснительное правило при организации такелажных работ – отсутствие угрозы повреждения груза и риска для окружающих https://drogal.ru/glossary/dispetchirovanie/\\n  Соблюдение этого правила обеспечено практическими навыками аттестованных такелажников с допусками, а также знанием ими техники безопасности https://drogal.ru/uslugi/kranovye-raboty/\\n \\nКран 50 тонн, кран 25 тонн, низкорамник 20 тонн 4 шт https://drogal.ru/glossary/logisticheskie-zatrati/\\n \\nТакелажные работы в Москве осуществляет компания «Русский Мир», которая гарантирует Вам доставку груза в целости и сохранности https://drogal.ru/portfolio_tags/uslugi-avtokrana-25/\\n  У нас Вы можете воспользоваться услугами такелажных работ по доступной цене https://drogal.ru/glossary/transportnaya-upakovka/\\n  Все возникшие вопросы можно задать нашим специалистам, которые готовы Вам помочь https://drogal.ru/glossary/gruzovaya-operaciya/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:28:39','2026-03-29 13:28:39','13fe4737-7dea-40c0-bcd1-88a62001a0bc'),
(53064,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyspapy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Удобная витрина для ваших товаров или услуг https://proffseo.ru/privacy\\n \\nПосле чего, одним из ключевых моментов в продвижении сайта, стал выбор и присвоение ему региона, в котором требуется занять высокие позиции https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nРезультаты: \\nЯндекс https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n Директ https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nРезультаты наших клиентов https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nОбъективно оценим ситуацию с продвижением сайта, определим его сильные и слабые стороны, проанализируем тематику и конкурентов, найдем перспективные точки роста https://proffseo.ru/kontakty\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:30:47','2026-03-29 13:30:47','08fef9c4-b259-4666-b41f-bc26579caf58'),
(53065,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryaffic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы гарантируем самый высокий уровень качества исполнения вашей работы https://maze.tattoo/catalog/b/beskonechnii-uzel/\\n \\nСкидка 20% по промокоду KUDAGO https://maze.tattoo/catalog/f/feya/\\n \\nМастера студии https://maze.tattoo/catalog/y/urobros/\\n \\nMaze Tattoo https://maze.tattoo/catalog/g/gravura/\\n \\nTATTOOMOSCOW 18+ \\nМастера из Faux Pas массово прославились после отечественного реалити-шоу «Сделай мне красиво» в 2009 году и до сих пор держат марку https://maze.tattoo/catalogbigtattoo/\\n  Начинали с литературных татуировок, били девушкам — что-то романтическое, а ребятам — якоря и каллиграфию, но в последнее время перешли на минимализм и геометрию с уклоном в романтику https://maze.tattoo/catalog/k/kot/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:31:47','2026-03-29 13:31:47','a1d47721-eeb2-41c7-bcad-b0dc6509757e'),
(53066,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertLox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелажники компании ПроМуверс прошли обучение и имеют опыт работы с предметами от 100 кг https://drogal.ru/glossary/\\n  до 100 тонн https://drogal.ru/glavnaya/o-nas/\\n  Специалисты готовы выполнить такелажные работы любой сложности в удобное время для Вас https://drogal.ru/glossary/obratnaya-logistika/\\n \\nОкончательная цена будет озвучена клиенту после осмотра места и оборудования нашим специалистом https://drogal.ru/glossary/vneshnyaya-upakovka/\\n  Мы осуществляем свою деятельность в городе Москва, а также по Московской области https://drogal.ru/prr/\\n  Оформить заказ вы можете, позвонив в нашу компанию по указанному номеру телефону https://drogal.ru/glossary/universalnie-konteineri/\\n  Специалисты ответят на все интересующие вас вопросы и сориентируют по стоимости https://drogal.ru/portfolio_tags/takelazh-raboty/\\n \\nМосква 2024 год https://drogal.ru/glossary/specializirovannie-skladi/\\n \\nИдеально для: \\nПогрузка и разгрузка https://drogal.ru/glossary/netto/\\n \\nСертификаты https://drogal.ru/uslugi/upakovka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:33:05','2026-03-29 13:33:05','6c977385-fd8c-4292-b5f4-f432e834c051'),
(53067,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RolandHaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ninavochujo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"от 6 499 140 руб https://читадома.рф/kontakty\\n \\nПроект от 36 600 р https://читадома.рф/kommercheskie-zdaniya\\n \\nВыберите интересующую стоимость: \\nтип дома кирпич https://читадома.рф/chasovni\\n \\nтип дома керамический блок https://читадома.рф/o-kompanii\\n \\nс мансардой https://читадома.рф/katalog\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:34:23','2026-03-29 13:34:23','75df304e-9f9d-43b6-8fc4-51ed39d76a67'),
(53068,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brittany Maruff\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"maruff.brittany@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Brittany Maruff\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"cPanel,SSD,Softaculous,Fantastico,SiteBuilder,Free SSL &amp; More From $1/month (US,CA,EUR)\\n                Current 50% off Promotion For website Use Code: 50%wb  at www.myskyhost.com\\nMyskyhost.com - OpenVZ, KVM and Windows VPS, Solusvm Panel, SSD Drive &amp; More From $7/month (FR,GE,CA,US)\\n                Current 10 off Promotion for VPS Use Code: vps10%off  at www.myskyhost.com\\nMyskyhost.com - Regular &amp; Encoded RDP From $18/month (FR,GE,CA,US)\\n                Current 30% off Promotion For RDP Use Code: rdp30%off  at www.myskyhost.com\\nMyskyhost.com - Budget &amp; Premium Dedicated Servers with 500mb/s, 1Gb/s and 2Gb/s Port From 25$/Month (Canada)\\n\\n...\\nBest Wishes,\\nMySkyHost.com | The Hosting Services\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:36:16','2026-03-29 13:36:16','4492068b-bf96-4847-bb6b-76bab076e78d'),
(53069,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertnot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"наличие специальных инструментов для демонтажа и установки оборудования; доступные расценки на такелаж; автопарк, в состав которого входит более 50 машин разной грузоподъемности; опытные, компетентные сотрудники; возможность страхования грузов; наличие профессионального оборудования и оснастки https://drogal.ru/uslugi/upakovka/upakovka-kartin-dlya-perevozki/\\n \\nМосква 2023 год https://drogal.ru/glossary/myagkaya-upakovka/\\n \\n8 такелажников, 4 стропальщика https://drogal.ru/glossary/indikator-naklona/\\n \\nТакелажные услуги https://drogal.ru/uslugi/takelazh/takelazh-seyfov/\\n \\nВаш телефон * \\nТакелажные работы от компании «СТОГРУЗ» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:36:18','2026-03-29 13:36:18','27689d38-9068-494b-8b6a-cd9038c0f81b'),
(53070,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgejaite\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"• Изысканные текстуры и ароматы: Уход за кожей с Germaine de Capuccini превращается в настоящий ритуал красоты, доставляющий истинное удовольствие https://www.germainedecapuccini.ru.com/collection/all/product/germaine-de-capuccini-golden-hours-set-6\\n \\n\\nВсе средства являются оригинальными и сертифицированными https://www.germainedecapuccini.ru.com/product/nabor-pure-moments-dlya-normalnoy-i-kombinirovannoy-kozhi\\n \\nРожденный в Испании, этот бренд покорил сердца миллионов женщин по всему миру благодаря своим уникальным формулам и революционным открытиям https://www.germainedecapuccini.ru.com/product/nabor-te-radiance-c-antioksidantnyy-81914-emulsiya-dlya-litsa-emulsiya-dlya-oblasti-vokrug-glaz-krem-dlya-tela\\n  Каждое средство – это шедевр, сочетающий в себе: \\n\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:38:25','2026-03-29 13:38:25','3f29250f-6ec4-47d9-ba4e-66e7a4c59f63'),
(53071,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelgob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ВЫГОДА С ФАБРИКОЙ 46/48 https://norsy.ru/\\n \\nС нами работают крупные компании https://norsy.ru/pochemu-my\\n \\nНесмотря на то, что наш производственный цех может отшивать большие объемы одежды, мы понимаем, что многие компании предпочитают заказывать маленьким оптом https://norsy.ru/poshiv-hudi\\n  Мы всегда готовы выслушать потребности каждого клиента и предложить оптимальные условия сотрудничества для всех https://norsy.ru/ceny\\n \\nНаши преимущества https://norsy.ru/voprosy-otvety\\n \\nМы готовы реализовать любую вашу задумку https://norsy.ru/voprosy-otvety\\n  Помимо профессионального оборудования, у нас есть квалифицированный персонал, который готов выполнить пошив одежды оптом https://norsy.ru/otzyvy\\n  Наши швеи имеют большой опыт работы https://norsy.ru/kontakty\\n  Они воплотят в жизнь любую вашу идею, в результате чего вы получите абсолютно эксклюзивный товар https://norsy.ru/otzyvy\\n  Мы можем пошить одежду на заказ, и несмотря на это, цены приятно Вас удивят https://norsy.ru/poshiv-futbolok\\n  Чем крупнее партия, тем ниже стоимость каждой единицы продукции https://norsy.ru/pochemu-my\\n  Вы можете существенно сэкономить при покупке большой партии товара https://norsy.ru/o-nas\\n  При заказе на сумму более 100 тыс https://norsy.ru/\\n  руб https://norsy.ru/poshiv-futbolok\\n  вы получите также бесплатную доставку продукции по любому адресу в пределах МКАД или до любой транспортной компании https://norsy.ru/poshiv-futbolok\\n  С вами работает персональный менеджер, который разбирается в технологии процесса изготовления и печати https://norsy.ru/poshiv-hudi\\n  Вы можете позвонить вашему личному консультанту в любое удобное время и уточнить у него все детали заказа https://norsy.ru/voprosy-otvety\\n \\nШвейное производство https://norsy.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:41:17','2026-03-29 13:41:17','53b17d0e-37d0-4ead-8829-fc81ce80cf3d'),
(53072,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Готовим SEO стратегию https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nПредлагайте проверенную и полезную, экспертную и уникальную информацию в исчерпывающих объемах https://proffseo.ru/privacy\\n  Запустите всестороннее продвижение сайта по России при помощи: \\nЦены на услугу продвижение сайта https://proffseo.ru/privacy\\n \\nДля того чтобы понять возможность этого процесса, необходимо осознать логику, которой руководствовались создатели поисковых систем при разработке и совершенствовании региональных алгоритмов https://proffseo.ru/kontakty\\n \\nДля клиента мы полностью переработали страницы каталога, добавили удобный фильтр и функционал сортировки, создали дополнительные страницы с учетом распределения частотности, сократили время загрузки десктопной и мобильной версий сайта https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nРеально ли продвигать сайты по РФ без платной помощи SEO-агентств — своими силами? Да, но не рассчитывайте на скорые результаты https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:42:02','2026-03-29 13:42:02','0427698d-dace-4cd9-b8e8-ae7444e0dafc'),
(53073,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Еще истории успеха https://proffseo.ru/\\n \\nTagline Awards, 2019 г https://proffseo.ru/privacy\\n \\n2-е место в рейтинге \\\"CRM-маркетинг\\\" \\nгеозависимые; геонезависимые https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nОпыт Свернуть https://proffseo.ru/privacy\\n \\nЧаще всего, по статистике, у компаний бывает 1-3 представительства, а значит, рассчитывать можно на хорошие позиции лишь в нескольких городах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Если же ваша фирма ведет бизнес во многих точках России и имеет большое количество филиалов, то есть возможность присвоить большее количество регионов в Яндекс https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n Бизнес или задать целевой региона при продвижении поддоменов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:43:37','2026-03-29 13:43:37','6fb61e0c-ab79-4bb2-bd56-76a4eb90159e'),
(53074,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarrysaiBE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Искусство на коже: как выбрать тату салон в Москве, который станет частью вашей истории https://maze.tattoo/catalog/x/khannya/\\n \\nЗакрыть окно https://maze.tattoo/catalog/r/rok-muzyka/\\n \\nСразу после утверждения рисунка, разработки эскиза и выбора места нанесения начинается непосредственно процесс набивания татуировки https://maze.tattoo/catalog/gh/zhuravli/\\n  Перед процедурой тщательного готовится (очищается и стерилизуется) рабочее место https://maze.tattoo/catalog/ya/yascheritsa/\\n  Выбираются стерильные иглы и одноразовые картриджи для машинки https://maze.tattoo/catalog/r/rok-muzyka/\\n  Работа ведется исключительно в одноразовых перчатках https://maze.tattoo/catalog/g/\\n  На кожу клиента наносятся антисептики и дезинфицирующие вещества https://maze.tattoo/catalog/yo/yozhiki/\\n  Прорисовывается контур будущего тату, затем добавляется штриховка, выполняется заливка цвета https://maze.tattoo/catalog/с/scorpion/\\n  Во время работы мастер несколько раз проводит обязательную дезинфекцию специальными средствами https://maze.tattoo/catalog/ya/yaponiya/\\n  Если в том есть необходимость, клиенту предлагают анестезию или кремы, снимающие болевые ощущения https://maze.tattoo/catalog/c/serdtse/\\n \\nРассылки от KudaGo https://maze.tattoo/catalog/z/zmei/\\n \\n? Звёздный бул., д https://maze.tattoo/catalog/b/biomehanika/\\n  21, стр https://maze.tattoo/catalog/n/nasekomye/\\n  1 https://maze.tattoo/catalog/с/svekla/\\n \\nИменно в этой студии мне сделали первое тату https://maze.tattoo/catalog/yo/\\n  Теперь в коллекции + ещё одно тату и пирсинг https://maze.tattoo/catalog/x/khomyak/\\n  Мастера и администраторы очень открытые и дружелюбные люди https://maze.tattoo/catalog/l/lyagushki/\\n  В самой студии всё на высшем уровне https://maze.tattoo/catalog/sha/\\n  Желаю им успехов и процветания https://maze.tattoo/catalog/yo/\\n  И я ещё обязательно к ним буду обращаться https://maze.tattoo/catalog/ya/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:47:27','2026-03-29 13:47:27','fea75631-de8e-41b3-bd9c-ef5f1aac593c'),
(53075,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryroacy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"17 идей, как провести лето в Москве https://maze.tattoo/catalog/v/voin/\\n \\n100% обезболивание https://maze.tattoo/catalog/v/vorony/\\n \\nБудь в курсе самого интересного в https://maze.tattoo/catalog/c/strekoza/\\n \\nВы можете прийти в студию чтобы узнать конечную стоимость своей татуировки и познакомиться с мастером https://maze.tattoo/catalog/d/\\n \\nXK Tattoo 18+ \\nОт стерильности до подбора пигмента — в \\\"Тату-Мании\\\" всё продумано до мелочей https://maze.tattoo/catalog/\\n  Это особенно важно для тех, кто делает татуировку впервые https://maze.tattoo/catalog/yu/yuliy-tsezar/\\n  Здесь не просто наносят рисунок, а сопровождают вас на каждом этапе: от идеи до заживления https://maze.tattoo/catalog/c/samuray/\\n  И если вы ищете тату-салон, где всё под контролем, — вы его уже нашли https://maze.tattoo/catalog/ch/chertopoloh/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:48:09','2026-03-29 13:48:09','7376ccbb-cecb-488b-a380-3b2f47e92ac2'),
(53076,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"WinstonloT\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Разделочная доска предназначена для нарезки продуктов, а также ее удобно использовать как подставку для терок и слайсеров при шинковке и нарезке овощей, фруктов, сыра и других продуктов https://roshozdom.ru/index.php?route=product/search&amp;tag=для ресторанов\\n  Изготовлена из деревянного массива (береза) https://roshozdom.ru/index.php?route=product/search&amp;tag=доска круглая&amp;page=2\\n  Размер 18х31см, толщина 0,8см https://roshozdom.ru/stoleshnicy_derevyannye/\\n  размер: 31 х 18 см материал: дерево https://roshozdom.ru/index.php?route=product/search&amp;tag=РХД-бм26/1\\n \\nЯркая разделочная доска придется кстати во время готовки и сервировки https://roshozdom.ru/index.php?route=product/search&amp;tag=&amp;page=7\\n  Доска термостойкая: она выдерживает температуру до 150 °C https://roshozdom.ru/index.php?route=product/search&amp;tag=доска деревянная круглая\\n  Доска устойчива к кислотам, не затирается и не затупляет ножи https://roshozdom.ru/index.php?route=product/search&amp;tag=тарелка деревянная&amp;page=2\\n  Не рекомендуется мыть в посудомоечной машине https://roshozdom.ru/index.php?route=product/search&amp;tag=подставка&amp;page=2\\n  размер: 23 https://roshozdom.ru/index.php?route=product/search&amp;tag=доска разделочная&amp;page=3\\n 50 х 14 https://roshozdom.ru/index.php?route=product/search&amp;tag=доска деревянная круглая\\n 40 см матер https://roshozdom.ru/sertifikaty/\\n \\nот 4 100 руб https://roshozdom.ru/index.php?route=product/search&amp;tag=волная\\n \\nДоска разделочная, пластик, высота 18, длина 500, ширина 350мм, желт https://roshozdom.ru/index.php?route=product/search&amp;tag=для столовых приборов\\n  Не знаете, что подарить на Новый год День рождения Рождество Юбилей 8 марта 14 февраля 23 февраля Татьянин день Новоселье Свадьбу 1 сентября ? Товары для дома - прекрасный подарок маме папе дедушке бабушке дяде тете тестю теще све https://roshozdom.ru/razdelochnye_doski/servirovochnye_doski_iz_dereva/\\n \\nДоска разделочная Attribute  изготовлена из бамбука и имеет приятный, естественный цвет https://roshozdom.ru/index.php?route=product/search&amp;tag=менажница деревянная\\n  Доска из бамбука по праву считается самой надёжной: она имеет высокую прочность, устойчива к сильным нагрузкам https://roshozdom.ru/index.php?route=product/search&amp;tag=сердце\\n  Используя её, вы не затупите ножи https://roshozdom.ru/index.php?route=product/search&amp;tag=пиала\\n  Разделочная доска не разбухает в воде, не впиты https://roshozdom.ru/index.php?route=product/search&amp;tag=бук массив&amp;page=2\\n \\nПорядок обращения субъектов персональных данных к Компании https://roshozdom.ru/derevyannye_pribory/derevyannye_skalki/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:50:19','2026-03-29 13:50:19','76ebeea1-e957-49c5-bf11-7b242730749f'),
(53077,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertzer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:50:53','2026-03-29 13:50:53','50a0e20e-8c56-4181-9385-c05844502656'),
(53078,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlescoema\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"go009275@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO BEAT THE COMPETITION https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-827364-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:52:00','2026-03-29 13:52:00','d95c494f-7199-42c5-96ae-80ed1b81fe85'),
(53079,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlescoema\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"go009275@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO BEAT THE COMPETITION https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-827364-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:52:03','2026-03-29 13:52:03','cba30def-06ba-4f3b-b31c-b7feec34a628'),
(53080,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlescoema\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"go009275@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO BEAT THE COMPETITION https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-827364-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:52:05','2026-03-29 13:52:05','98841f16-2cfc-41da-9613-a1ff4c829766'),
(53081,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlescoema\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"go009275@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO BEAT THE COMPETITION https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-827364-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:52:06','2026-03-29 13:52:06','b5838408-40a2-470c-95d6-baa90630a995'),
(53082,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlescoema\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"go009275@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO BEAT THE COMPETITION https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-827364-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:52:07','2026-03-29 13:52:07','106ef3c7-58fc-4f43-99aa-2af4824f4ddb'),
(53083,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelclugh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Архитектурное бюро https://www.abbalk.ru/\\n \\nCt Architects https://www.abbalk.ru/page47574811.html\\n \\nБлог https://www.abbalk.ru/stati\\n \\nВ отличие от других участников рейтинга, большая часть проектов компании представлена частными домами https://www.abbalk.ru/\\n  В своей работе бюро руководствуется принципами создания комфортной, качественной и красивой архитектуры https://www.abbalk.ru/\\n \\nЛаконичная архитектура общественных пространств и жилой недвижимости https://www.abbalk.ru/\\n  Среди клиентов PROA крупные торговые и офисные центры такие, как Авиапарк, Атриум, Охотный ряд, БП \\\"ШТЕРН Эстейт\\\", а также Tdancetstudio, Сбербанк и др https://www.abbalk.ru/\\n \\nМы уверены, что профессиональное архитектурное бюро должно не только предлагать эстетически привлекательные решения, но и заботиться о практическом аспекте — от оптимальной планировки до выбора технологий строительства https://www.abbalk.ru/page47559287.html\\n  Каждая деталь в проекте имеет значение: от первой концептуальной идеи до финальной реализации https://www.abbalk.ru/page47572771.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:53:01','2026-03-29 13:53:01','ced65ea8-adcc-46b4-821c-2962f73d5b87'),
(53084,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianBop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Cayle.eiden@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Race to Reward https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-448742-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:54:52','2026-03-29 13:54:52','f6bd5ccc-7ecc-4fb2-a104-3c8b2b02946d'),
(53085,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianBop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Cayle.eiden@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Race to Reward https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-448742-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:54:53','2026-03-29 13:54:53','724aebfc-4c00-4d9a-8786-2f2d16671d04'),
(53086,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianBop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Cayle.eiden@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Race to Reward https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-448742-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:54:54','2026-03-29 13:54:54','8102aa87-46da-4e9c-bf9e-fdf8a16f7803'),
(53087,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianBop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Cayle.eiden@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Race to Reward https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-448742-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:54:56','2026-03-29 13:54:56','d0ad6a39-f559-4d4b-a791-291f3e2c5c78'),
(53088,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianBop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Cayle.eiden@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Race to Reward https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-448742-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:54:57','2026-03-29 13:54:57','6dd2cc52-3429-451d-b92f-f397a099ff7d'),
(53089,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianrak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"maxsvedbergkronsten@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! ELEVATE YOUR DAY BY CHASING THE $3,500,000 JACKPOT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-145526-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:59:23','2026-03-29 13:59:23','a9a75e66-3401-40c6-be03-0813d1ff028e'),
(53090,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianrak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"maxsvedbergkronsten@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! ELEVATE YOUR DAY BY CHASING THE $3,500,000 JACKPOT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-145526-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:59:24','2026-03-29 13:59:24','e4b8ee62-2abe-4d55-b8b7-ae4c2032c2c6'),
(53091,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianrak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"maxsvedbergkronsten@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! ELEVATE YOUR DAY BY CHASING THE $3,500,000 JACKPOT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-145526-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:59:27','2026-03-29 13:59:27','b66ebb5c-ae08-4e44-ad88-4b847c092dd8'),
(53092,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianrak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"maxsvedbergkronsten@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! ELEVATE YOUR DAY BY CHASING THE $3,500,000 JACKPOT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-145526-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:59:28','2026-03-29 13:59:28','c8129e9d-e932-44c9-9b75-9dd0c805473a'),
(53093,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianrak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"maxsvedbergkronsten@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! ELEVATE YOUR DAY BY CHASING THE $3,500,000 JACKPOT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-145526-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 13:59:30','2026-03-29 13:59:30','a4ef53c8-8c71-4b76-ad73-82b138d33ff1'),
(53094,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldgar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сервис подбора газовых лифтов K12, KRABY, COMPACT https://kupefurnitur.ru/contact\\n \\nКомлектующие для мебели BLUM, FGV, VIBO, KESSEBOHMER, VOLPATO, VITRA https://kupefurnitur.ru/contact\\n \\n8 https://kupefurnitur.ru/catalog\\n  Условия приобретения и использования Электронного Подарочного сертификата ИНТЕРКОМПЛЕКТ 8 https://kupefurnitur.ru/\\n 1 https://kupefurnitur.ru/price\\n  Настоящие условия приобретения и использования Подарочных сертификатов Интеркомплект (далее – «Условия») дополняют информацию, размещенную непосредственно на Подарочных сертификатах, и являются обязательными для лиц, приобретающих Подарочные сертификаты и / или лиц, предъявляющих Подарочные сертификаты в Месте приобретения Товара https://kupefurnitur.ru/catalog\\n  Электронный подарочный сертификат (сокращенно «ЭПС», «ECard», «eCARDS») – это электронный носитель информации в виде ПИН-кода (уникальный номер и ПИН-код к нему), направленный на адрес электронной почты Покупателя, либо Предъявителя, или направленный в виде уникальной ссылки или информационного сообщения в SMS на номер телефона Покупателя, либо Предъявителя, удостоверяющий имущественное право Предъявителя приобрести Товар в Месте приобретения Товара на сумму, эквивалентную Номиналу ЭПС https://kupefurnitur.ru/contact\\n  Электронный подарочный сертификат – в настоящем Положении может быть поименован «Подарочный сертификат», «Сертификат», «Подарочная карта» https://kupefurnitur.ru/contact\\n \\nмебельные крючки , опоры, петли, ручки; мебельный крепеж ; мебельный багет и молдинг; механизмы для раздвижных столов; фурнитура для кухни; механизмы для шкафов купе; отделочные и кромочные материалы; мебельный клей; \\nМеханизмы для шкафов купе https://kupefurnitur.ru/\\n \\nРазработанный специалистами компании Italiana Ferramenta, сервис поможет вам подобрать необходимый лифт https://kupefurnitur.ru/contact\\n  Сервис отличает простая пошаговая инструкция https://kupefurnitur.ru/price\\n  После выбора параметров фасада, способа открывания фасада, типа петель, вы получите необходимые артикулы газовых лифтов, а также схемы присадки на фасаде и коробе https://kupefurnitur.ru/contact\\n  Сервис доступен как на сайте, так и в мобильном приложении для операционных систем Android, iOS, а также для Windows и MAC https://kupefurnitur.ru/onas\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:00:15','2026-03-29 14:00:15','5c1f071f-977e-4a32-95e6-df716ed938ff'),
(53095,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielwedly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tascavince@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS YOUR SHORTCUT TO A GREAT STORY https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-829396-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:06:38','2026-03-29 14:06:38','e2086c9c-276e-48a5-8b5e-15548d6f6594'),
(53096,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielwedly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tascavince@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS YOUR SHORTCUT TO A GREAT STORY https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-829396-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:06:40','2026-03-29 14:06:40','9e2c455a-6d97-4840-b622-89bb995f5d81'),
(53097,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielwedly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tascavince@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS YOUR SHORTCUT TO A GREAT STORY https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-829396-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:06:41','2026-03-29 14:06:41','14c28d1c-eb06-42e8-a899-7e1dc89401e4'),
(53098,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielwedly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tascavince@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS YOUR SHORTCUT TO A GREAT STORY https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-829396-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:06:42','2026-03-29 14:06:42','c25a559e-d91f-44f3-a747-7df1925b5921'),
(53099,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielwedly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tascavince@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS YOUR SHORTCUT TO A GREAT STORY https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-829396-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:06:43','2026-03-29 14:06:43','949c98fb-ddd9-470c-9ac7-0e3fa190c307'),
(53100,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marcussnows\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zuyev-vadik@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n\\n\\n\\n\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:08:42','2026-03-29 14:08:42','37d2050c-5ee9-4ec8-b515-b05369c410a3'),
(53101,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertedutS\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ողջույն, ես ուզում էի իմանալ ձեր գինը.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharringtoncourt.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharringtoncourt.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:10:03','2026-03-29 14:10:03','01866416-ac10-480b-9640-a221e249bc1a'),
(53102,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Imani Mansfield\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"mansfieldimani20@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"917-297-7033\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1051],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[53103],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194,3198],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am interested in the Dietary/Food Service and Housekeeping opportunities at Complete Care and would appreciate consideration for any current openings.  I have hands-on experience working in a long-term care facility dietary department, where I assist with meal preparation, tray line, cleaning, and following safety and sanitation guidelines while supporting residents with respect and patience.  I am reliable, willing to learn, and comfortable working evenings, weekends, and holidays as needed to support the team and residents.  Thank you for reviewing my application; I would welcome the chance to discuss how I can contribute to your facility’s caring environment.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://cccedargrove.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"info@cccedargrove.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 14:20:29','2026-03-29 14:20:29','5d1394c9-fc96-4391-b1c8-556103dd8a4e'),
(53104,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"crownpokies_mam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kathleenhodges1985@polosmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking to explore top-notch extravaganza options beyond the usual? Casino enthusiasts and untrained players alike can a glimpse of an tremendous scope of gaming experiences and learn less aristocratic bonuses, strategies, and updates in the industry. If you\'re kinky everywhere verdict the superior online casinos or want to freeze briefed on the latest trends, <a href=\\\"https://crownpokies.online/\\\">Casino Online</a>. Plunge in to learn more and make the most of your gaming jaunt!\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshorrockgardens.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshorrockgardens.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:25:32','2026-03-29 14:25:32','8ea808e3-ed03-4f05-a7b0-8d2745b86372'),
(53105,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison \",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[945],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[53106],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I need a job i harder work ing I get the job done looking for part-time work days and full-time work \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccbeylea.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccbeylea.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 14:29:00','2026-03-29 14:29:00','00eef151-bbac-42c2-84d0-11ff724528fd'),
(53107,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianriz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"unathitwinky77@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Your Chance to Beat the Odds https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-627030-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:32:04','2026-03-29 14:32:04','b50caf7a-9370-4c1f-a5bd-96a6c93bdb2c'),
(53108,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianriz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"unathitwinky77@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Your Chance to Beat the Odds https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-627030-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:32:05','2026-03-29 14:32:05','11045499-acd3-48e3-b8ee-b50cdbd35bf8'),
(53109,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianriz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"unathitwinky77@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Your Chance to Beat the Odds https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-627030-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:32:06','2026-03-29 14:32:06','3cbcdeee-1416-447c-a5f1-337912b67233'),
(53110,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianriz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"unathitwinky77@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Your Chance to Beat the Odds https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-627030-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:32:08','2026-03-29 14:32:08','7c5f56f5-5036-4c0f-b828-6e70ce102955'),
(53111,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianriz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"unathitwinky77@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Your Chance to Beat the Odds https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-627030-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:32:10','2026-03-29 14:32:10','2de1f93b-1828-4f22-9e62-add3f17555ad'),
(53112,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"stephanie ann lilly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stephanielilly1979@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1231],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello:) \\nI tried to fill the application out online but it does not let me save at the end and everything is filled out so is there an email of which I can send my resume? I am interested in the BOM position. I have 24 years experience in snf business office tasks. Thank You :)\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 14:33:31','2026-03-29 14:33:31','b52801ea-e407-40c1-a5cc-43e31401a67a'),
(53113,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Allison M Dwyer\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"allieson387@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17326788773\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[975],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[53114],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3198,3210],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Iam looking for part-time work days and full-time work \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccatgreenacres.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccatgreenacres.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 14:34:44','2026-03-29 14:34:44','9f9a5022-ab79-4c20-90d6-94e0e11c6432'),
(53115,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertpeets\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Salam, qiymətinizi bilmək istədim.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmercerville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmercerville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:39:59','2026-03-29 14:39:59','582551ff-63a5-4056-8179-ac6b384457c7'),
(53116,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacSlest\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elvinmasitha@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Lantern of Luck https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-679123-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:48:00','2026-03-29 14:48:00','0da04c59-1286-4b3b-92df-1dfe9158a328'),
(53117,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacSlest\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elvinmasitha@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Lantern of Luck https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-679123-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:48:01','2026-03-29 14:48:01','3937339d-c772-456f-996a-570a36f507a9'),
(53118,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacSlest\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elvinmasitha@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Lantern of Luck https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-679123-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:48:03','2026-03-29 14:48:03','1074f39a-598f-4230-821d-813b62c28b16'),
(53119,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacSlest\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elvinmasitha@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Lantern of Luck https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-679123-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:48:05','2026-03-29 14:48:05','7f1486ff-c6db-4fdd-8de4-78c48bda7e42'),
(53120,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacSlest\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elvinmasitha@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Lantern of Luck https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-679123-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:48:09','2026-03-29 14:48:09','e86757c4-bc0b-4163-9d88-24aec9e25fbb'),
(53121,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAtord\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dufnertorsten@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS A BADGE FOR BOLD BETS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-8498-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:52:48','2026-03-29 14:52:48','d977e813-2f81-48af-b0da-62d8033a0dfa'),
(53122,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAtord\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dufnertorsten@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS A BADGE FOR BOLD BETS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-8498-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:52:50','2026-03-29 14:52:50','c9e684c8-ad66-4d7d-a7ff-b89959548f34'),
(53123,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAtord\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dufnertorsten@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS A BADGE FOR BOLD BETS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-8498-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:52:51','2026-03-29 14:52:51','96c84676-e4bc-4036-b1b2-5db38fab306b'),
(53124,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAtord\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dufnertorsten@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS A BADGE FOR BOLD BETS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-8498-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:52:52','2026-03-29 14:52:52','652b4422-ed55-4bf0-9229-655916a0c849'),
(53125,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAtord\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dufnertorsten@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS A BADGE FOR BOLD BETS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-8498-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:52:55','2026-03-29 14:52:55','a55bb368-5245-4d9b-afb7-6d78be7ecbc8'),
(53126,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Olivia Fairthorne\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"fairthorne.olivia@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Olivia at Letstok\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1407],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nHere is the best Video generator for eCommerce websites like ccparkplace.com.\\n\\nStop scrolling and start selling.\\n\\nLetstok converts your product URLs into high-performing video ads automatically.\\n\\nSave time, save money, and stand out this Black Friday.\\n\\nTry it free: https://www.letstok.com/\\n\\nBest,\\nOlivia Fairthorne\\nLetstock AI\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 14:59:53','2026-03-29 14:59:53','a7b18303-c777-4f96-ad97-53fca572d650'),
(53127,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"roland.verkouter@telenet.be\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO BEAT THE AVERAGE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-239823-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchamiltonplaza.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchamiltonplaza.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:12:22','2026-03-29 15:12:22','4d0570dc-ee15-4cb8-9d63-0877647a012b'),
(53128,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"roland.verkouter@telenet.be\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO BEAT THE AVERAGE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-239823-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchamiltonplaza.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchamiltonplaza.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:12:24','2026-03-29 15:12:24','8a6f0c08-35d4-450e-afec-79efc407484a'),
(53129,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"roland.verkouter@telenet.be\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO BEAT THE AVERAGE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-239823-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchamiltonplaza.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchamiltonplaza.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:12:25','2026-03-29 15:12:25','b5a96f23-6cae-421e-aa7d-0481f9671c99'),
(53130,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"roland.verkouter@telenet.be\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO BEAT THE AVERAGE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-239823-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchamiltonplaza.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchamiltonplaza.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:12:27','2026-03-29 15:12:27','c1c81299-0f14-4a75-a127-2520a106eb54'),
(53131,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidBex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"roland.verkouter@telenet.be\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO BEAT THE AVERAGE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-239823-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchamiltonplaza.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchamiltonplaza.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:12:28','2026-03-29 15:12:28','ac57581f-6dd0-4a79-a692-71079bd83217'),
(53132,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nHope all is well. \\n\\nLong story short... I can link to your site ccgrotonregency.com from 5x legit local business websites (&gt;DR30) — all FOC, no money involved. In return, you’d link to 5 different of my client sites from your end for a mutual SEO boost.\\n\\nInterested? I can send you the site list to choose.\\n\\nCheers,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:14:46','2026-03-29 15:14:46','b05f63d1-c08f-414a-92a2-1975ce98f563'),
(53133,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AndreyFug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если у вас двое или трое детей разного возраста, выбирайте комплекс с разными уровнями сложности. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">на сайте</a> Малышам подойдут невысокие горки и песочница, а старшим — рукоходы и скалодром. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">детская площадка купить</a> Универсальные комплексы экономят место и деньги.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:23:44','2026-03-29 15:23:44','c4224990-ed55-4bca-8d67-f2db0c6769c5'),
(53134,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1091],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI hope you’re having a great week.\\n\\nI wanted to explore a potential SEO collaboration. I can offer links to cclehigh.com from 5 well-maintained local business websites (DR30+), with no fees involved. In exchange, I’d appreciate links to 5 different of my client sites from your side — a balanced, mutually SEO beneficial arrangement to boost your website ranking on Google.\\n\\nIf this is something you’d consider, I’d be glad to share the site list for your review.\\n\\nKind regards,\\nClark\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:54:25','2026-03-29 15:54:25','8942caec-47d5-4a99-bef0-69416ede850b'),
(53135,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyLag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Приведем клиентов и запустим ваш бизнес в интернете буквально с нуля и «под ключ» https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nПродвигаем сайты в Яндексе и Google по России или в определенных регионах и городах https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Обеспечим вас заказами со всей России или конкретных регионов https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nРезультаты: \\nСтоимость регионального SEO-продвижения в ТОП-10 Яндекса в необходимые города и области России https://proffseo.ru/\\n \\nВ качестве примера посмотрим на сайт Wikipedia https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n org https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Википедия геоНЕзависима и попадает в ТОП-10 по многим запросам и регионам России https://proffseo.ru/kontakty\\n \\nБронза в номинации «Лучшая работа с Big Data» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:55:29','2026-03-29 15:55:29','fb896c06-af9f-4fbd-ae1f-fc51893c3ac6'),
(53136,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Glennlew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как выбрать и заказать нужный продукт? \\nДоставку по Москве и столичному региону с подъемом оборудования на этаж; Профессиональную установку, подключение и тестирование сантехники https://акваторг24.рф/otoplenie/konvektor-napolnyy-itermic-itf-080-080-1500-598-vt/\\n \\nОнлайн-гипермаркет , Erlit и другими https://акваторг24.рф/otoplenie/kran-maevskogo-tim-1-2-ruchnoy-art-tim3112a/\\n  Магазины сантехники в Москве с выставочными залами позволяют в живую посмотреть и потрогать понравившиеся товары https://акваторг24.рф/armatura-predohranitelnaya/\\n  Петрович предлагает выставочные залы как в 3д на сайте так и в оффлайне https://акваторг24.рф/truby/truby-iz-sshitogo-polietilena-pex/truba-iz-sshitogo-polietilena-tim-flex-pex-b-16x2-0-s-kislorodnym-barerom-evoh-buhta-200-m-art-tpex1620-200-flex/\\n  Обширная номенклатура представленной продукции включает: \\nВ Москве имеется один офлайн-магазин , работающий по будням с 9:30 до 18:00 https://акваторг24.рф/product/vid-tovara/shkafy-kollektornye/\\n  На время карантина торговый зал не действует, но работает служба доставки и возможен самовывоз заказов со склада https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-santehnicheskih-priborov/kran-uglovoy-dlya-podklyucheniya-santehnicheskih-priborov-mvi-hromirovannyy-1-2-h3-4-nar-nar-art-bv-463-0405/\\n \\nсанфаянс – раковины и пьедесталы, унитазы, биде, писсуары, сливные бачки и комплектующие для них; мебель для ванной – пеналы, подвесные шкафы, полки, тумбы под раковины, настенные зеркала; ванны, душевые кабины, боксы и поддоны, смесители и системы, аксессуары для ванной комнаты; инсталляции, воздуховоды, водоотводные и сливные системы, комплектующие для водоснабжения; смесители для ванной комнаты, кухни, душевые гарнитуры, панели и системы; принадлежности для ванной комнаты и туалета – держатели, полотенцесушители, дозаторы и т https://акваторг24.рф/filtry/filtry-promyvnye/samopromyvnoy-filtr-tim-1-s-reduktorom-manometrom-i-plastikovoy-kolboy-art-jh-3008/\\n  д https://акваторг24.рф/armatura-dlya-radiatorov/termostaticheskie-golovki/termostaticheskaya-golovka-s-zhidkostnym-datchikom-mvi-da-art-tr-550-01-da/\\n \\nРаспродажа Смесители; Ванны; Унитазы; Раковины; Инсталляции; Душ; Биде; Душевые уголки; Кухонные мойки; Душевые кабины; Писсуары; И многое другое; \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:55:37','2026-03-29 15:55:37','50392597-d3e4-4811-b4cc-138cad5930d5'),
(53137,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeMaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Эффективные профессиональные массажи \\n\\n• Высококонцентрированные активные компоненты: Только самое лучшее для вашей кожи – от эксклюзивных пептидов и гиалуроновой кислоты до витаминных коктейлей и активаторов коллагена https://www.germainedecapuccini.ru.com/collection/options\\n \\nРешение эстетических проблем лица и тела \\nВ 1964 году компания GERMAINE de CAPUCCINI стала первым испанским производителем на рынке профессиональной косметики, и по сей день является бессменным косметическим лидером Испании, а также входит в пятерку лучших брендов профессиональной косметики в Европе https://www.germainedecapuccini.ru.com/collection/nabory/product/germaine-de-capuccini-unfolding-beauty-set-6\\n \\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:56:06','2026-03-29 15:56:06','c552cbf7-0514-4ca1-82a8-418875ffa609'),
(53138,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldTob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выбор гостей https://rich-house.su/restaurants/\\n \\nЛегенда https://rich-house.su/booking/\\n \\nГеленджик, ул https://rich-house.su/photos/\\n  Маячная, д https://rich-house.su/services/\\n  3 https://rich-house.su/restaurants/\\n \\nДо бухты Геленджикской 80 м https://rich-house.su/booking/\\n \\nГеленджик, ул https://rich-house.su/rooms/\\n  Советская, д https://rich-house.su/rooms/\\n  26, 1463 км трассы М4 https://rich-house.su/photos/\\n \\nулица Луначарского, д https://rich-house.su/rooms/\\n  70, Геленджик https://rich-house.su/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 15:56:16','2026-03-29 15:56:16','daee6812-152d-4a63-a865-6f28f20ba1ce'),
(53139,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyvam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы действуем по закрепленному регламенту, в котором прописаны стандарты создания и ведения задач https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nВывод: по всей России можно продвигать лишь геонезависимые запросы, а они, в большинстве своем — информационные https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Такие посетители не принесут желаемого эффекта для бизнеса в виде роста числа заказов https://proffseo.ru/kontakty\\n \\nДелаем мобильную версию сайта удобной https://proffseo.ru/kontakty\\n \\nСкидка 100% на первый месяц продвижения сайта! \\nЕсли сайта (или интернет-магазина) у вас еще нет, мы быстро создадим и запустим SEO-ready проект в удобном конструкторе «Сайт-Менеджер» https://proffseo.ru/kontakty\\n \\nЛидеры отрасли https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:01:26','2026-03-29 16:01:26','83fcc5e5-2e5a-4f55-b3c6-97a475f1a0ad'),
(53140,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertEmito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бригада такелажников https://drogal.ru/uslugi/kranovye-raboty/\\n \\nВ списке такелажных услуг может значиться демонтаж старого оборудования, которое затем устанавливают на новом месте https://drogal.ru/glossary/terminal/\\n  В ходе погрузки/разгрузки ведутся стропальные работы, которыми предусмотрена обвязка и закрепление груза https://drogal.ru/portfolio-items/upakovka-dlya-perevozki-butylok/\\n  Для удобного перемещения сооружаются временные мостки и настилы https://drogal.ru/glossary/specializirovannie-konteineri/\\n \\nСпецоборудование и техника https://drogal.ru/glossary/logisticheskie-riski/\\n \\nПрикрепите к заявке фотографии предполагаемых работ, мы визуально оценим стоимость и предложим Вам оптимальные варианты для решения поставленных задач https://drogal.ru/oformit-zayavku/\\n  Экономьте время и деньги – наш сотрудник перезвонит вам в кратчайшие сроки! \\nСпециалист технического отдела бесплатно проведет осмотр объекта и составит план-график работ с указанием цен на все виды услуг с учетом всех федеральных норм промышленной безопасности и требований страховых компаний https://drogal.ru/glossary/shest-pravil-logistiki/\\n \\n3 такелажника https://drogal.ru/portfolio_tags/takelazhniki/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:03:38','2026-03-29 16:03:38','631ef254-d296-413d-85ea-4338aa4b7c1c'),
(53141,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidcar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мягкая мебель придаёт уют дому https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l8-3.html\\n   Мягкое кресло, в которое хочется забраться с чашкой горячего чая, и диван, на котором удобно поваляться после рабочего дня https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e8.html\\n   Выбирая мягкую мебель, мы будто выбираем себе друга, так что здесь нужно подходить к покупке особенно серьёзно https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/komod-model-kts-21.html\\n   Нужно определить, для каких целей вы выбираете мягкую мебель, из чего она должна быть сделана https://www.legnostyle.ru/otkatnye-mezhkomnatnye-dveri.html\\n   Особое внимание надо уделить гарантии на мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/?PAGEN_1=4\\n   Обычно срок эксплуатации мягкой мебели составляет 15 лет https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=17\\n   Важно определиться с производителем https://www.legnostyle.ru/catalog/mebel/scg-12.html\\n   Мягкая мебель из Китая имеет ряд преимуществ: Сейчас рынок предлагает широкий выбор производителя - почти любой страны, но среди этого многообразия вы должны сделать оптимальный выбор цена-качество https://www.legnostyle.ru/catalog/inter-eri/peregorodki/a-40.html\\n   Если для вас важно европейское качество в сочетании с демократичной ценой, стоит сделать выбор в пользу китайского производителя https://www.legnostyle.ru/sborka-derevyannyh-lestnic.html\\n   Мягкая мебель из Китая стремительно завоёвывает российский рынок https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/skaf-model-scg-52.html\\n   Что же такого может предложить нам китайская мебель? Китайские специалисты работают точно по чертежам итальянских фирм, что выходит существенно дешевле, чем работа итальянских специалистов в этой области https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/razdvijnaa-dver-rd-3.html\\n   Низкая цена зачастую играет решающую роль — за те же деньги вы получаете мебель лучшего качества https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i28.html\\n   Да и зачем тратить деньги где-то, переплачивая посредниками https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnie-arki-i-portali/arka-a3.html\\n   когда можно договориться с заводом на прямую? Такую возможность предоставляет наша фирма https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-21.html\\n   Достаточно заказать мебельный тур в Китай, и вы окунётесь в многообразие выбора мягкой мебели, впечатляющий ассортимент с самым широким ценовым диапазоном предложат вам китайские фирмы https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-12.html\\n   Не стоит забывать и о том, что мебель в Китае производят из хороших, экологически чистых материалов https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/mebel-dla-biblioteki-b-17.html\\n   Однако самая ощутимая выгода — это покупка китайской мягкой мебели оптом https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=20\\n   Производители заинтересованы в быстром товарообороте, поэтому часто предлагают скидки, охотно торгуются и идут на уступки https://www.legnostyle.ru/catalog/dveri/iz-massiva/?PAGEN_1=6\\n \\nВысококачественное обслуживание https://www.legnostyle.ru/catalog/mebel/komodi-i-tualetnie-stoliki-ot-15-000-rub/?PAGEN_1=2\\n   Мы уважительно относимся к каждому покупателю и с удовольствием поможем подобрать подходящую немецкую мебель, исходя из личных предпочтений клиента https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/razdvijnaa-dver-rd-9.html\\n   Постоянно проводим мониторинг качества изготовления продукции, чтобы предлагать покупателям только лучшие модели https://www.legnostyle.ru/catalog/inter-eri/s4.html\\n \\nВозможность воссоздания интерьера по эскизам https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i6.html\\n   Если вы не подобрали ничего из нашего каталога, закажите создание гарнитура по индивидуальному эскизу https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-21.html\\n   Эту услугу уже оценили многие архитекторы и дизайнеры https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s35.html\\n   Вы можете приобрести у нас немецкую мебель, которая будет полностью соответствовать дизайнерскому замыслу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/mejkomnatnaa-dver-o4.html\\n \\nВряд ли можно недооценить значение мебели в интерьере любого жилья https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/stol-model-s-15.html\\n   Именно мебель делает его уютным и индивидуальным https://www.legnostyle.ru/catalog/inter-eri/s40.html\\n   Однако сегодня качественная мебель стала большим дефицитом https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=14\\n \\nВ Китае масса самых разнообразных достопримечательностей, которые каждый год привлекают на территорию страны миллионы туристов со всего мира https://www.legnostyle.ru/catalog/mebel/prihojie/garderobnaa-model-scg-13.html\\n   И одной из таких достопримечательностей является китайская \\nКак сказано в сообщении, решение снизить размер оплаты – это результат недовольства туристов https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i16.html\\n   Также это должно поспособствовать росту внутреннего туризма с участием семей, имеющих средний достаток https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/peregorodka-model-a-25.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:03:40','2026-03-29 16:03:40','3a217d5b-17ce-45b9-a67f-53411cbb31ee'),
(53142,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddycix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"от 25 000 ?/мес https://proffseo.ru/kontakty\\n \\nБез этого продвижение сайта в России не даст результата https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Вы только потратите время и деньги впустую, а в худшем случае получите фильтр или бан поисковой системы https://proffseo.ru/kontakty\\n \\nМенеджер по работе с клиентами https://proffseo.ru/privacy\\n \\nДля того чтобы понять возможность этого процесса, необходимо осознать логику, которой руководствовались создатели поисковых систем при разработке и совершенствовании региональных алгоритмов https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nЕсли меньше 7 регионов, используется геозависимая раскрутка по городам/областям через Яндекс https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n Каталог (в Каталоге 1 сайт привязывается к 7 регионам - максимум). \\nЦена: 38 400 ? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:03:58','2026-03-29 16:03:58','fe2f7bf7-c786-46b5-9fcb-d58f70a51c3b'),
(53143,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelJox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Братиславская http://bmk-med.ru/page49918291.html\\n \\nМы принимаем к оплате http://bmk-med.ru/page44398485.html\\n \\n+7 495 032-18-24 https://bmk-med.ru/page49917945.html\\n \\nЕсть ли в клинике комплексные программы и чек-апы http://www.bmk-med.ru/page49869139.html\\n \\nОбратился в клинику с отеком частично голени и стопы http://bmk-med.ru/page69633609.html\\n  Меня осмотрел Адиль Зиявдинович http://www.bmk-med.ru/page49867199.html\\n внимательно и все понятно разъяснил http://www.bmk-med.ru/page48557411.html\\n  Назначил лечение, а позже скорректировал http://bmk-med.ru/page51872621.html\\n \\nул http://www.bmk-med.ru/page48424435.html\\n  Миклухо-Маклая, д http://www.bmk-med.ru/page48556023.html\\n  43 http://www.bmk-med.ru/page44221025.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:12:28','2026-03-29 16:12:28','c0531896-adfd-4524-b80f-44219be0145a'),
(53144,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyNoics\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"SEO-продвижение сайта в регионы позволяет осуществить расширение бизнеса с минимальным рекламным бюджетом - значительно дешевле, по сравнению с оффлайн-рекламой или другой интернет-рекламой в этом регионе https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nСоздание 4 посадочных страниц в месяц; до 50 новых поисковых запросов ежемесячно; 4 часа техподдержки https://proffseo.ru/privacy\\n \\nв премиум-сегменте по версии Рейтинга Рунета 2020 https://proffseo.ru/\\n \\nРуководитель отдела интернет-маркетинга https://proffseo.ru/\\n \\n3-e место в рейтинге агентств контекстной рекламы России https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nМы изменили формулу подсчета небрендового трафика, убрали «мусорные» поддомены в выдаче, провели работу с карточками, проработали структуру каталога и ассортимента https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:13:00','2026-03-29 16:13:00','00b1a0c3-e24e-4fa2-b375-bf15b9839028'),
(53145,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Elisabeth Binford\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elisabeth.binford@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elisabeth Binford\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"cPanel,SSD,Softaculous,Fantastico,SiteBuilder,Free SSL &amp; More From $1/month (US,CA,EUR)\\n                Current 50% off Promotion For website Use Code: 50%wb  at www.myskyhost.com\\nMyskyhost.com - OpenVZ, KVM and Windows VPS, Solusvm Panel, SSD Drive &amp; More From $7/month (FR,GE,CA,US)\\n                Current 10 off Promotion for VPS Use Code: vps10%off  at www.myskyhost.com\\nMyskyhost.com - Regular &amp; Encoded RDP From $18/month (FR,GE,CA,US)\\n                Current 30% off Promotion For RDP Use Code: rdp30%off  at www.myskyhost.com\\nMyskyhost.com - Budget &amp; Premium Dedicated Servers with 500mb/s, 1Gb/s and 2Gb/s Port From 25$/Month (Canada)\\n\\n...\\nBest Wishes,\\nMySkyHost.com | The Hosting Services\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:13:19','2026-03-29 16:13:19','a672963c-9bc0-4a07-ba2c-ee2d0e92859c'),
(53146,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Беспроцентная рассрочка в Major Clinic на Алабяна http://bmk-med.ru/page69633609.html\\n \\nСобственная выездная служба с узкими специалистами http://www.bmk-med.ru/page48424435.html\\n \\nАдминистрация клиники принимает все меры по своевременному обновлению размещенного на сайте прайс-листа, однако во избежание возможных недоразумений, советуем уточнять стоимость услуг в регистратуре или в контакт-центре по телефону +7 (495) 292-39-72 http://bmk-med.ru/page49919217.html\\n  Размещенный прайс не является офертой http://bmk-med.ru/page49919565.html\\n  Медицинские услуги оказываются на основании договора http://www.bmk-med.ru/page49915021.html\\n \\nи комплексный подход http://www.bmk-med.ru/page48557649.html\\n \\nДетские клиники Центр хирургии Пластическая хирургия Стоматология Центр ЭКО Онкологический центр Косметология Скорая помощь http://www.bmk-med.ru/page60263351.html\\n \\nВыписка из реестра по состоянию на 14:30 26 http://www.bmk-med.ru/page55522237.html\\n 06 http://www.bmk-med.ru/page48556079.html\\n 2024 г http://www.bmk-med.ru/page49917235.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:13:59','2026-03-29 16:13:59','123f9f55-5781-4229-882e-afcda077de80'),
(53147,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidLient\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы делаем кухни персонально под Вас — по индивидуальным размерам, и используем материалы, которые предварительно вместе утверждаем https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaa-dver-e4.html\\n   Поэтому вероятность возникновения разного рода щелей и несостыковок в проекте — исключена! \\nМы уже 10 лет занимаемся реализацией добротной, экологически чистой и безопасной мебели в России https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-23.html\\n   Каждый посетитель нашего сайта найдет для себя подходящий вариант, соответствующий его вкусовым предпочтениям и финансовым возможностям https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p38.html\\n \\nТакже у нас имеется вариант кухонь из МДФ, крашеных автоэмалью https://www.legnostyle.ru/catalog/lestnici/otdelka-betonnyh-lestnic/lestnica-l8-10.html\\n   Покраска такого рода дает насыщенные цвета, устойчивость к влаге, химическую стойкость и долговечность https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o6.html\\n \\nСтильный дизайн https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p26.html\\n   Элитные гарнитуры сразу привлекают внимание тщательно выверенными стилистическими решениями https://www.legnostyle.ru/catalog/inter-eri/peregorodki/?PAGEN_1=4\\n   Комплекты предлагаются как в классическом, так и в современном лаконичном дизайне для полного соответствия концепции интерьера https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-i34.html\\n \\nКитай планирует начать коммерческое продвижение технологии возвращаемых спутников https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l8-2.html\\n   Заказчики могут купить такие космические аппараты в 2019-2020 годах https://www.legnostyle.ru/catalog/kuhni/kuhna-11.html\\n \\nЦенными породами в российских реалиях считаются дуб, ясень и орех https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-20.html\\n   Мебель для кабинета руководителя получается стильной и красивой, так как каждая порода отличается оригинальным рисунком https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=4\\n   Дуб знаменит крупными узорами коричневых, красных, бурых оттенков https://www.legnostyle.ru/catalog/mebel/gp-14.html\\n   Столы, шкафы из этого материала внешне получаются представительными и солидными https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p9.html\\n   Орех обладает серо-коричневой сердцевиной с темными вкраплениями https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-1.html\\n   В мебели он смотрится благородно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaya-dver-e18.html\\n   Что касается ясеня, то его древесина прочная https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p10.html\\n   Однако из нее получается светлая мебель, которая не всегда подходит деловому дизайну интерьера https://www.legnostyle.ru/catalog/mebel/stol-model-s-15.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:15:06','2026-03-29 16:15:06','8a31c090-a632-4108-afff-a16765fad37e'),
(53148,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"John Kurylo \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"johnkurylo42@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1477],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I would like to inquire how about maybe becoming a resident in your facility I have  spoken with one of your nurses and she provided me with really good reviews I\'m looking for a soft place to land I have issues with my heart and diabetes as well I am 51 years old and social security approved I can be reached at 312-937-6150 also by email at johnkurylo42@gmail.com I would really appreciate it if you could get back to me at your earliest convenience thank you have a great day\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmargatepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmargatepark.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 16:15:43','2026-03-29 16:15:43','362f625f-b788-4fa9-956c-76ee3d5e2c35'),
(53149,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertMap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелаж https://drogal.ru/portfolio_tags/takelazhnye-raboty-c-promyshlennym-oborudovaniem/\\n  Особенности работ https://drogal.ru/glossary/skladi-sezonnogo-hraneniya/\\n \\nКомпания САБ1 https://drogal.ru/portfolio-items/dlinnomernyi-gruz/\\n  Беремся за такелажные работы с грузом любой сложности https://drogal.ru/glossary/sertifikat-o-proishozhdenii-tovara/\\n  В нашем арсенале большой выбор такелажной и транспортировочной техники https://drogal.ru/portfolio-items/demontazh-upakovki/\\n  Штат из профессиональных сотрудников выполнит работу точно и аккуратно https://drogal.ru/glossary/konteiner-krupnotonnazhnii/\\n  Выезд инженера на осмотр объекта бесплатно https://drogal.ru/glossary/konteinernaya-otpravka/\\n  Заполните форму и получите консультацию прямо сейчас https://drogal.ru/uslugi/upakovka/severnaya-upakovka/\\n \\nЦена такелажных работ https://drogal.ru/glossary/pogruzochno-razgruzochnie-raboti/\\n \\nИдеально для: \\nТакелаж промышленного оборудования 45 тонн https://drogal.ru/glossary/putevoi-list/\\n \\n4 ч https://drogal.ru/glossary/big-beg/\\n  работы https://drogal.ru/glossary/transportnaya-upakovka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:18:12','2026-03-29 16:18:12','a987086c-3b19-44d3-8345-2cb137b396f1'),
(53150,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesTreno\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ландшафтный Дизайн Участка Под Ключ В Москве https://зеленая-жизнь.com/\\n \\nУСТРОЙСТВО ГАЗОНА (Комплекс работ, включая стоимость семян и рулонов https://зеленая-жизнь.com/drenazh\\n  Без стоимости грунта и доставки) гарантийные работы:1-е скашивание, прочёсывание, подсев и подкормка https://зеленая-жизнь.com/ozelenenie\\n \\nВ нашем портфолио насчитывается более 360 объектов разной сложности от нескольких соток до больших площадей в десятки гектар https://зеленая-жизнь.com/autopoliv\\n \\nВодоемы и пруды https://зеленая-жизнь.com/detsad\\n \\nПосадка изгородей из лиственных кустарников https://зеленая-жизнь.com/proekt\\n \\nКак происходит работа по ландшафтному проектированию и дизайну участка? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:18:47','2026-03-29 16:18:47','32d4d768-8c75-4520-821f-9485abd5b568'),
(53151,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephEvaft\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Памятник для двоих https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pv-34/\\n \\nБлагоустройство могилы https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-29/\\n \\nДемонтаж старых памятников https://www.kovanie-ogrady.ru/catalog/vertikalnye/pamyatnik-iz-granita-pv-5/\\n \\nВ Monument-Service https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pr-2/\\n ru мы предлагаем профессиональное благоустройство могил под ключ с использованием качественных материалов и растений, адаптированных к климату Московской области https://www.kovanie-ogrady.ru/catalog/avtorskie-pamyatniki/pamyatnik-iz-granita-pv-7/\\n  Наш опыт работает более чем на 1000 клиентов, которые доверяют нам уход за памятью своих близких https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pv-57/\\n \\nПочему уборка и очистка важны для мест захоронения? \\nГлавным требованием к материалу, используемому для оформления могил, является большой срок службы https://www.kovanie-ogrady.ru/catalog/pamyatniki-s-arkoj/granitnyy-pamyatnik-pr-32/\\n  Если ориентироваться только на этот критерий, то предпочтение стоит отдать неокрашенному варианту https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pr-14/\\n  Мрамор и гранит – природные минералы, которые способы эффективно противостоять негативному воздействию погодных факторов и отлично подходят для использования на могилах https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-40/\\n  Что касается окрашенного материала, то краска с течением времени выцветает и щебень теряет свой привлекательный вид https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pr-16/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:19:00','2026-03-29 16:19:00','4da5028f-5e50-418a-80ab-4a05e42f713c'),
(53152,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SamuelCak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Телефон: 8 (495) 120-35-35 Адрес: Москва, Трубецкая, 12 https://www.abbalk.ru/arhitectyra\\n \\n/ Индивидуальный подход к каждому клиенту / Качество и надежность / Использование инновационных технологий и материалов / Профессиональная команда специалистов / Постоянное обучение и развитие https://www.abbalk.ru/arhitectyra\\n  Мы постоянно следим за новыми технологиями и трендами в отрасли, чтобы быть на шаг впереди конкурентов / Открытость и прозрачность https://www.abbalk.ru/gradostroitelstvo\\n \\nКоманда ARXY https://www.abbalk.ru/gradostroitelstvo\\n \\nКонтакты https://www.abbalk.ru/stati\\n \\n«Карлсон и К» \\nБюро А4 — профессиональная, увлечённая, постоянно развивающаяся команда https://www.abbalk.ru/page47572771.html\\n  Любой проект для нас — исследование возможностей современной архитектуры, которые партнёры изучают ещё со школы при МАрхИ https://www.abbalk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:25:38','2026-03-29 16:25:38','47d02360-c158-48fc-b64c-3f371bbfeb6d'),
(53153,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RichardDem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ziminbertold1990@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Функционал компьютера, не подключенного к интернету, серьезно ограничен https://magic.net.ru/internet/\\n  Он может использоваться только для набора текста, распечатки документов, других действий оффлайн https://magic.net.ru/rules/\\n  Для полноценного использования необходимо подключение с помощью кабеля или через Wi-fi https://magic.net.ru/\\n  Как подключить ПК к сети интернет? Какое оборудование для этого потребуются? \\nНастройка роутера https://magic.net.ru/blog/chto-takoe-cifrovoe-zaveshhanie-i-kak-ego-sostavit/\\n \\nВпоследствии для изменения параметров, принудительного отключения или подключения сети, других манипуляций может понадобиться опять зайти в настройки https://magic.net.ru/rules/\\n  Чтобы их не искать снова, установим ярлык на рабочем столе https://magic.net.ru/news/no-news_tax/bonus-v-den-rozhdenija/\\n  При его запуске будет открываться плашка «Состояние-Ethernet», позволяющая производить пуск и отключение интернета, получать информацию о функционировании сети https://magic.net.ru/blog/chto-takoe-spufing-i-kak-ne-stat-ego-zhertvoj/\\n \\nEthernet https://magic.net.ru/blog/kak-vzlomat-algoritmy-socsetej-i-videt-tolko-neobhodimoe/\\n \\nТакое соединение применяется при необходимости безопасного удаленного подключения к частным сетям, повышения приватности https://magic.net.ru/rules/\\n \\nADSL https://magic.net.ru/news/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:33:31','2026-03-29 16:33:31','7159666c-ebab-4f62-b70a-72b7cd671c3c'),
(53154,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephcob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Укладка гранитной плитки и брусчатки на могилу: сохранение красоты и удобство ухода https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/elegiya-bez-tsokolya/\\n \\nБлагоустройство территории включает также уход за участком в разные времена года https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-k-7/\\n  Важно учитывать период таяния снега и особенности почвы, чтобы выбранные материалы и конструкции сохраняли свой вид https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitniy-pamyatnik-pg-19/\\n  Ухоженное место – это больше, чем просто внешний вид https://www.kovanie-ogrady.ru/catalog/pamyatniki-v-vide-chasovni/pamyatnik-iz-granita-pv-15/\\n  Это знак уважения усопшему, который могут оценить те, кто приходит почтить память https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik/\\n \\nЧто включает в себя благоустройство могилы на кладбище? \\nБетонная заливка — вариант благоустройства могилы на кладбище, который сочетает хорошую эстетичность, практичность, низкую цену https://www.kovanie-ogrady.ru/kladbisha/mitinskoe/\\n  Это недорогой способ сделать погребение более эстетичным https://www.kovanie-ogrady.ru/catalog/podstavki-i-tsvetniki/podstavka-pdp-3/\\n  Бетонная заливка выглядит аккуратно, препятствует прорастанию травы, быстро монтируется, имеет большой срок службы, исключает провалы грунта, но при этом стоит дешевле тротуарной плитки или гранитного пола https://www.kovanie-ogrady.ru/catalog/avtorskie-pamyatniki/pamyatnik-iz-granita-pv-3/\\n \\nИдея декора Материалы Преимущества Цветник вокруг плиты Цветы, декоративные растения, камни Добавляют живую зелень, придают яркость, не требуют большого ухода Мраморные или гранитные элементы Мрамор, гранит, искусственный камень Прочные, долговечные, элегантные Декоративные столики и скамейки Дерево, металл, камень Приятные для отдыха, создают атмосферу уюта и уважения Установка обелиска Мрамор, гранит, металл Придают могиле значимость, элегантность, внимание к памяти Гравировка или резьба на плитах Гранит, мрамор, бетон Индивидуальный подход, долговечность, символизм https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/kompleks-na-mogilu-vinogradnaya-loza/\\n \\nОблицовка могилы гранитной плиткой (м2) \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:36:16','2026-03-29 16:36:16','47bf9b6a-e826-46cf-a3d8-848ec6b43c6d'),
(53155,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Evgenytax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выбирая между типовым и индивидуальным проектом дома из бруса, учитывайте свой бюджет. <a href=\\\"https://dom-rggu.ru/\\\">клееный брус дом под ключ</a> Типовой проект дешевле и уже проверен на практике — все узлы проработаны и оптимизированы. <a href=\\\"https://dom-rggu.ru/\\\">деревянный дом из бруса</a> Индивидуальный проект обойдётся дороже, но позволит учесть все особенности вашего участка.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:37:35','2026-03-29 16:37:35','ceafbdec-52ad-4463-ba82-362b062d1da8'),
(53156,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alyssa Stone\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alyssa@turbojot.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TurboJot\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1023],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! My name is Alyssa and I’d love to invite you to try TurboJot. I actually founded the company. It’s built to automate contact form submissions at scale. Simply upload a list of URLs and TurboJot automatically finds and submits contact forms on those sites. It beats cold email and paid ads on ROI and costs just $0.10 per submission. Powered by a rotating IP network, stealth browser, AI captcha solving, and human-like browsing behavior. You can sign up for free and give it a try here. I’d really appreciate the support! https://www.turbojot.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:38:42','2026-03-29 16:38:42','585a9575-19fe-4caa-9310-0bfbe589b2ab'),
(53157,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alyssa Stone\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alyssa@turbojot.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1023],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! My name is Alyssa and I’d love to invite you to try TurboJot. I actually founded the company. It’s built to automate contact form submissions at scale. Simply upload a list of URLs and TurboJot automatically finds and submits contact forms on those sites. It beats cold email and paid ads on ROI and costs just $0.10 per submission. Powered by a rotating IP network, stealth browser, AI captcha solving, and human-like browsing behavior. You can sign up for free and give it a try here. I’d really appreciate the support! https://www.turbojot.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:39:08','2026-03-29 16:39:08','ec6de0e3-bab4-4de2-b35e-ca32a6f18d79'),
(53158,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesNig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Портфолио https://зеленая-жизнь.com/vodoem\\n \\nЛандшафтный дизайн сада — это не просто насаждение плодовых и декоративных растений, это и сооружение дорожек и искусственных водоёмов, создание площадок и мощёных территорий, инженерные работы и целые ландшафтные композиции https://зеленая-жизнь.com/parkvill\\n  Одним словом — все необходимое для целостного образа приусадебной территории, красота которой, несомненно, станет предметом восхищения гостей и соседей https://зеленая-жизнь.com/buzaevo\\n \\nТСЖ \\\"Екатериновка\\\", Рублевское шоссе https://зеленая-жизнь.com/ozelenenie\\n \\nПо расчету стоимости звоните по тел https://зеленая-жизнь.com/sad\\n  +7 (963) 661-14-82 https://зеленая-жизнь.com/osveshenie\\n \\nВы выбираете один из двух предложеных вариантов дизайна и мы разрабатываем пакет рабочих чертежей https://зеленая-жизнь.com/sad\\n \\nЕсли вы хотите с комфортом проводить время на даче, устраивать уютные встречи с семьей и друзьями рядом со своим загородным домом, закажите услуги ландшафтного дизайна в Москве и области https://зеленая-жизнь.com/zhukovka\\n  Все предложения в удобном формате: выбирайте комплексный тариф по оформлению придомовой территории или отдельно: озеленение, освещение, создание дорожек и т https://зеленая-жизнь.com/posadka\\n  д https://зеленая-жизнь.com/projects\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:39:23','2026-03-29 16:39:23','c9f71ed6-6f5d-4157-abe1-a0d58193f1a5'),
(53159,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Richarddag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ziminbertold1990@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Но реально ли это в случае с ПК? А если да, то как подключить Wi-Fi к стационарному компьютеру? Рассказываем в нашей статье https://magic.net.ru/contacts/\\n \\nБеспроводной интернет дома может быть организован через маршрутизатор (роутер) или беспроводную точку доступа https://magic.net.ru/\\n  Остановимся подробнее на том, как подключить Wi-Fi роутер к компьютеру или ноутбуку с Windows XP, Windows Vista, Windows 7 https://magic.net.ru/news/akcii/vygodnoe-predlozhenie/\\n  Для тех, кто с техникой на «Вы», предлагаем подробную инструкцию по подключению Wi-Fi сети https://magic.net.ru/news/\\n \\nЗапишите ключ безопасности и храните его в надежном месте  https://magic.net.ru/blog/chto-takoe-cifrovoe-zaveshhanie-i-kak-ego-sostavit/\\n  Используйте брандмауэр  https://magic.net.ru/\\n  Брандмауэр — это оборудование или программное обеспечение, защищающее ваш компьютер от несанкционированного доступа и вредоносного программного обеспечения (вредоносных программ). Запуск брандмауэра на каждом компьютере в сети помогает контролировать распространение вредоносных программ в сети и защищать компьютеры при доступе к Интернету https://magic.net.ru/contacts/\\n  Брандмауэр Windows входит в состав Windows https://magic.net.ru/news/akcii/vygodnoe-predlozhenie/\\n \\nАлгоритмы настройки для существующих оперативных систем есть в интернете https://magic.net.ru/news/\\n  Дадим ссылки для наиболее востребованных ОС: \\nС чего начать? \\n4 https://magic.net.ru/news/akcii/podkljuchaj-svoih-druzej-k-nashemu-inter/\\n  Подключение интернета к компьютеру через Wi?Fi роутер в России https://magic.net.ru/blog/kak-vzlomat-algoritmy-socsetej-i-videt-tolko-neobhodimoe/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:43:50','2026-03-29 16:43:50','934ff832-305a-431e-8ebf-dabaae3bd60f'),
(53160,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Geraldagila\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выбирайте гостиницы Геленджика рядом с Набережная Геленджика  https://rich-house.su/restaurants/\\n  Выбирайте из 843 предложений с фото и отзывами посетителей https://rich-house.su/\\n \\nГостиницы в России https://rich-house.su/services/\\n \\nЗавтрак Wi-Fi https://rich-house.su/booking/\\n \\nО ZenHotels https://rich-house.su/restaurants/\\n com Программа лояльности Служба поддержки База знаний Мобильное приложение https://rich-house.su/rooms/\\n \\nулица Красногвардейская, д https://rich-house.su/contacts/\\n 26, Геленджик https://rich-house.su/restaurants/\\n \\nХорошую гостиницу в Геленджике можно выбрать по отзывам, которые оставляли ранее проживавшие в гостиницах гости https://rich-house.su/restaurants/\\n  Самые востребованные объекты размещения по мнению постояльцев: Отель Оскар, Метрополь Гранд Отель Геленджик, Отель Центральный и другие https://rich-house.su/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:44:14','2026-03-29 16:44:14','c4a4f72f-6dee-41bb-a8c9-be6cff28ccef'),
(53161,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Markusvor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"profconbu_64@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Необходимо было сделать натяжной потолок в ванной комнате https://skyprofi.ru/potolki-v-rajonax/natyazhnye-potolki-lomonosov/\\n  Замерщик приехал вовремя, показал все виды полотна, подсказал наиболее подходящий нам вариант… \\nЭтап производства и подготовки потолочной конструкции занимает не более одной недели https://skyprofi.ru/stati/chernyj-natjazhnoj-potolok/\\n  Непосредственно сам монтаж выполняется в течение одного рабочего дня https://skyprofi.ru/potolki-v-rajonax/natyazhnye-potolki-v-moskovskom-rajone/\\n \\nПопулярная НОВИНКА: \\nПотолки с фотопечатью https://skyprofi.ru/stati/oranzhevyj-natyazhnoj-potolok/\\n \\nОтзывы наших заказчиков с ценами https://skyprofi.ru/natyazhnoj-potolok-v-vannoj-cena/\\n \\nУже не первый раз обращаюсь в вашу компанию, всё очень чётко, оперативно и слаженно https://skyprofi.ru/tkanevye-natyazhnye-potolki/descor/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:51:19','2026-03-29 16:51:19','683324dd-9e7c-497b-b23d-f25652f8d238'),
(53162,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertcak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, ego volo scire vestri pretium.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:51:24','2026-03-29 16:51:24','6f0c1291-2517-400d-969f-e30935cf8bbf'),
(53163,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"WinstonIsoth\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Доска разделочная Attribute  изготовлена из бамбука и имеет приятный, естественный цвет https://roshozdom.ru/index.php?route=product/search&amp;tag=конфетница\\n  Доска из бамбука по праву считается самой надёжной: она имеет высокую прочность, устойчива к сильным нагрузкам https://roshozdom.ru/index.php?route=product/search&amp;tag=массив\\n  Используя её, вы не затупите ножи https://roshozdom.ru/index.php?route=product/search&amp;tag=монетница\\n  Разделочная доска не разбухает в воде, не впиты https://roshozdom.ru/index.php?route=product/search&amp;tag=сырная тарелка\\n \\nПорядок обращения субъектов персональных данных к Компании https://roshozdom.ru/index.php?route=product/search&amp;tag=лоток\\n \\nДоставка 1-2 недели https://roshozdom.ru/index.php?route=product/search&amp;tag=для кухни\\n \\nОбеспечение бесперебойной работы заведений наших заказчиков https://roshozdom.ru/index.php?route=product/search&amp;tag=бук\\n \\nот 3 030 руб https://roshozdom.ru/index.php?route=product/search&amp;tag=спецовники\\n \\nот 355 руб https://roshozdom.ru/index.php?route=product/search&amp;tag=толкушка деревянная\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 16:55:47','2026-03-29 16:55:47','646ea506-2215-4408-ad1c-2b166f3be2d4'),
(53164,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertEvili\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"возведение фундамента, закрепление агрегатов и их установка с соблюдением норм техники безопасности, подключение к общезаводской сети, электромонтаж https://drogal.ru/portfolio-items/peregruzka-dgu/\\n \\nЗахваты для колес, траверса 10 тонн https://drogal.ru/glossary/upd/\\n \\nЛюбая численность грузчиков https://drogal.ru/glossary/krupnogabaritnie-gruzi/\\n \\n«Погрузить и перевезти легендарную „Гармошку\\\" — многим казалось задачей невыполнимой» \\nПоможем с переездом завода, производства, и другого помещения с тяжелым оборудованием https://drogal.ru/kakoj-transportnoj-kompaniej-luchshe-vospolzovatsya-po-rossii/\\n \\nСтоимость такелажных работ зависит: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 17:06:26','2026-03-29 17:06:26','54f7dce0-8bf7-4ddc-9cb8-096dd2c12737'),
(53165,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Kayla Arndt\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"kaylaarndt94@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"6083338606\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1383],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[53166],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200,3208,3204,3206,3202],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I worked for Nazareth many years ago and was there for 9 years. I worked as a dietary aid. As I don’t want wish to be a dietary aid, but would do anything office related. I am back in school for my associates degree in Human Resources, which is all online. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccnazareth.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccnazareth.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 17:09:14','2026-03-29 17:09:14','5d63dfee-14d1-4b0b-bc68-74265b7f332c'),
(53167,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertGep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sveiki, es gribēju zināt savu cenu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 17:14:41','2026-03-29 17:14:41','27987b6e-57e6-49c2-a014-d1afc0d1f852'),
(53168,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roberthar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Оставьте свой номер телефона, мы свяжемся с Вами в течение дня https://drogal.ru/glossary/logisticheskie-riski/\\n \\nКоличество грузчиков https://drogal.ru/portfolio-items/izgotovlenie-yashhikov-fanery-na-zakaz/\\n \\nПроверка людей и техники Техника зарегистрирована в Ростехнадзоре и своевременно проходит техосмотры https://drogal.ru/uslugi/\\n \\nПри такелажных работах груз надежно фиксируется, при необходимости - демонтируются составные части, чтобы облегчить перевозку https://drogal.ru/glossary/transportnaya-logistika/\\n  Кроме того, Спецавтобаза №1 предоставляет страховку на перевозку в размере до 100 000 000 рублей - а если стоимость груза выходит за эту сумму, страховку можно оформить отдельно https://drogal.ru/portfolio_tags/slozhnye-takelazhnye-raboty/\\n \\nБолее 150 млн https://drogal.ru/glossary/vid-upakovki/\\n  рублей https://drogal.ru/portfolio-items/takelazhnie-raboti-v-noginske/\\n \\nПоможем с переездом завода, производства, и другого помещения с тяжелым оборудованием https://drogal.ru/glossary/shest-pravil-logistiki/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 17:16:02','2026-03-29 17:16:02','591b8cc3-f942-4792-abdb-3459f6a6ec77'),
(53169,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RichardUsare\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"johnhavard1935@salpingomyu.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В пятницу премьер-министр Бельгии Барт де Вевер направил \\nЕврокомиссии письмо, в котором предупредил, \\n<a href=\\\"https://bs2best--at.shop\\\">ccылка блек спрут</a> \\nчто поспешная реализация плана по использованию \\nроссийских активов разрушит шансы на потенциальное \\n<a href=\\\"https://bs2-clear.cc\\\">black Sprut</a> \\nмирное соглашение. Ранее он не раз отмечал, \\nчто его стране нужны конкретные и надежные гарантии \\n<a href=\\\"https://bs2bestblacksprut.com\\\">https bs2web at</a> \\nот членов Евросоюза, если они хотят выделить \\nКиеву кредит из суверенных средств другой страны. \\n \\n \\n \\n \\n \\nhttps://blacksprust.com \\n \\nблекспрут официальный сайт\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 17:37:57','2026-03-29 17:37:57','b1f44aa6-d577-4828-b669-d1b5af566dff'),
(53170,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Richard Boulton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rickboulton01@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1349],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Why is it taking over 24 hours to get some simple pain med?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 17:38:35','2026-03-29 17:38:35','2a43e7e0-f8ad-4651-b72a-fab864b72141'),
(53171,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Richard Boulton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rickboulron01@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1349],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"This place sucks.\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nthis place sucks\\n\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 17:44:41','2026-03-29 17:44:41','42600df1-2e9f-43b9-b087-314520931f90'),
(53172,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1353],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI hope you’re having a great week.\\n\\nI wanted to explore a potential SEO collaboration. I can offer links to completecareoakridge.com from 5 well-maintained local business websites (DR30+), with no fees involved. In exchange, I’d appreciate links to 5 different of my client sites from your side — a balanced, mutually SEO beneficial arrangement to boost your website ranking on Google.\\n\\nIf this is something you’d consider, I’d be glad to share the site list for your review.\\n\\nKind regards,\\nClark\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 17:47:01','2026-03-29 17:47:01','4dfd3589-b822-4a02-b736-70765c04dc0d'),
(53173,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertMap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"32 /км за МКАД https://drogal.ru/portfolio_category/takelazhnie-raboti-v-moskve/\\n \\nМашины вертикальной погрузки https://drogal.ru/glossary/tip-tari/\\n \\nСтандарты качества https://drogal.ru/glossary/vneshnyaya-upakovka/\\n \\n35 /км за МКАД https://drogal.ru/uslugi/takelazh/takelazh-poligraficheskogo-oborudovaniya/\\n \\nМы всегда честно называем стоимость услуг на такелажные работы – сотрудничая с нами, вы можете не бояться резкого роста тарифов https://drogal.ru/portfolio-items/upakovka-dlya-perevozki-butylok/\\n  МАШИНА ДЛЯ ПЕРЕЕЗДА Объём кузова авто ЗАКАЗ минимум Доп-ого (начатого) часа ЭКИПАЖ ЗАКАЗ минимум (без ТТК и СК) Hyundai Porter, Каблук 5 м? 4 ч 1 200 руб https://drogal.ru/portfolio-items/izgotovlenie-yashchikov-iz-osb/\\n  2 грузчика 4 500 руб https://drogal.ru/glossary/transportnie-predpriyatiya/\\n  Газель от 5 до 15 м? 2 ч 1 400 руб https://drogal.ru/portfolio-items/razgruzka-stanka/\\n  2 грузчика 4 500 руб https://drogal.ru/glossary/indikator-udara/\\n  Газель (стандартная) 10 м? 4 ч 1 400 руб https://drogal.ru/glossary/stoechnii-poddon/\\n  2 грузчика 5 500 руб https://drogal.ru/uslugi/takelazh/takelazh-stankov/\\n  Газель (удлиненная) 15 м? 4 ч 1 400 руб https://drogal.ru/portfolio_tags/uslugi-avtokrana-25/\\n  2 грузчика 6 500 руб https://drogal.ru/portfolio_category/takelazhnie-raboti-v-khimkakh/\\n  Mercedes, Ford, Iveco 20 м? 5 ч 1 600 руб https://drogal.ru/uslugi/kranovye-raboty/\\n  2 грузчика 8 500 руб https://drogal.ru/glossary/manipulyacionnie-znaki/\\n  MERCEDES 36 м? 5 ч 2 400 руб https://drogal.ru/glossary/gruz/\\n  2 грузчика 12 500 руб https://drogal.ru/portfolio-items/takelazh-promishlennogo-oborudovaniya-v-tule/\\n  Звоните нам и заказывайте услуги профессиональных грузчиков по низким ценам https://drogal.ru/uslugi/upakovka/morskaya-upakovka/\\n \\nОтветы на частые вопросы https://drogal.ru/uslugi/takelazh/takelazh-oborudovaniya/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 17:48:14','2026-03-29 17:48:14','316346d3-07e0-4530-826d-c21163063061'),
(53174,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Richard Boulton\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rickboulton01@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1349],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Don\'t use this place. Patient care sucks.\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 17:59:52','2026-03-29 17:59:52','fbd7d542-6163-4613-9ebf-d80ee909e107'),
(53175,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24Sus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"graphinocer1986@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мониторинг rc24.pro публикует актуальный рейтинг надёжных площадок 2026 года. Каждая из площадок прошли отбор — фейки и скамы исключены. Добавьте в закладки — зеркала периодически меняются. \\n \\nНиже представлен список площадок с рабочими ссылками. Переходите по ссылке рядом с каждой площадкой. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★★ \\nРаботает стабильно на протяжении нескольких лет — доставка по всей стране. Рекомендован на форумах. \\nРекомендуем — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop2.shop\\\">loveshop.cyou</a> \\n \\n<b>2. Orb11ta</b> ★★★★☆ \\nДавно проверенная площадка — 250+ городов. Рекомендован сообществом. \\nСтабильная работа — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11ta.live\\\">orb11ta.quest</a> \\n \\n<b>3. Chemical 696</b> ★★★★☆ \\nПроверенная химия — chemical696 официальный сайт. Проверен на форумах. \\nСтабильная работа — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chm1.top\\\">chemshop2.app</a> \\n \\n<b>4. LineShop</b> ★★★★☆ \\nШирокий ассортимент — lineshop 24. Проверено редакцией. \\nСтабильная работа — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://ls24.icu\\\">ls24.sbs</a> \\n \\n<b>5. TripMaster</b> ★★★★★ \\nСтабильный магазин — tripmaster официальный. Актуальные зеркала. \\nТоп выбор — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.click\\\">tripmaster.live</a> \\n \\n<b>6. Syndi24</b> ★★★★☆ \\nНадёжный сайт — syndicate one. Проверено. \\nРекомендуем — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.sale\\\">syndi24.live</a> \\n \\n<b>7. Narco24</b> ★★★★★ \\nПроверенный магазин — narco24 biz официальный. Проверен на форумах. \\nРекомендуем — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narcos24.pro\\\">narkolog24.click</a> \\n \\n<b>8. Tot</b> ★★★★★ \\nСтабильный магазин — black tot. Рабочий вход. \\nНадёжная площадка — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt007.top\\\">bbt777.click</a> \\n \\n<b>9. BobOrganic</b> ★★★★★ \\nСтабильная работа — tonsite boborganic ton. Есть доставка в Омск и Новосибирск. \\nТоп выбор — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.shop\\\">boborganic.shop</a> \\n \\n<b>10. BadBoy</b> ★★★★★ \\nРаботает без перебоев — badboysk. Актуальные зеркала. \\nСтабильная работа — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.shop\\\">badboy96.shop</a> \\n \\n<b>11. Kot24</b> ★★★★★ \\nНадёжная площадка — мяу маркет. Актуальные зеркала. \\nНадёжная площадка — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot-24.com\\\">kot-24.biz</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nСтабильный магазин — megapolis com. Рабочий вход. \\nТоп выбор — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.sale\\\">megapolis2.sale</a> \\n \\n<b>13. Stavklad</b> ★★★★★ \\nПроверенный склад — новое зеркало www stavklad com. Актуальные зеркала. \\nТоп выбор — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.shop\\\">stavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nСтабильный магазин — лирика краснодар. Широкая география. \\nСтабильная работа — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.click\\\">sberklad.click</a> \\n \\n<hr /> \\n<i>Источник: rc24.pro — проверено редакцией. Сохраните ссылку — зеркала обновляются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:05:03','2026-03-29 18:05:03','fa9eed0b-aaeb-4a3c-8fe1-882ca963ce20'),
(53176,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottvok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n\\nОформляя кухонный интерьер, важно уделять особое внимание всем деталям, в зависимости от стиля, который Вы выбрали https://olga-filippova.ru/interery-fasad\\n  К примеру, если Вы предпочли кухню оформить в стиле Хайтек, учитывайте, что в нем должны присутствовать стеклянные и металлические поверхности, но никак не  яркие полотеничка, которые впишутся гораздо лучше в стиль кантри https://olga-filippova.ru/interior_appartment\\n  Жалюзи на окнах прекрасно будут смотреться в любом дизайне интерьера https://olga-filippova.ru/smi\\n \\n\\n\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:06:46','2026-03-29 18:06:46','a8cb695d-4dd6-45f6-8757-0a250b9c751e'),
(53177,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertGep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Salut, ech wollt Äre Präis wëssen.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:14:27','2026-03-29 18:14:27','02ceb821-2f58-4f81-ab9e-0f9dae165941'),
(53178,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Craigdes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"valerakimuvo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"проектов в России https://stosastudio.ru/contacts/\\n \\nСтрана: Италия Стиль: Современный Размер: 86?136 см https://stosastudio.ru/varianty-rasstanovki-mebeli-na-kuhne/\\n \\nСтрана: Италия Стиль: Арт-Деко, Современный https://stosastudio.ru/modnye-italyanskie-kuhni-vzglyad-v-budushhee/\\n \\nБыстрый просмотр https://stosastudio.ru/pochemu-uglovye-kuhni-polzuyutsya-populyarnostyu/\\n \\nПочему выбирают нас https://stosastudio.ru/neveroyatnaya-krasota-kuhni-s-tonkoj-stoleshnitsej-revolyutsionnyj-trend-kotoryj-zavorazhivaet/\\n \\nПо достоинству оценить итальянскую мебель можно, только прикоснувшись к ней https://stosastudio.ru/catalog/kuhni-caviar/\\n  И мы позаботились о том, чтобы наши покупатели имели такую возможность https://stosastudio.ru/catalog/kuhni-menta/\\n  Специально для всех, кто предпочитает делать покупки в офлайне, в Москве и в Санкт-Петербурге мы открыли шоурумы https://stosastudio.ru/goods_category/klassicheskie-kuhni-2/\\n  В каждом салоне вы увидите лучшие образцы продукции фабрики Camelgroup, получите консультацию специалистов и сможете купить понравившиеся вещи https://stosastudio.ru/otkrytaya-planirovka-iskusstvo-obedineniya-kuhni-i-gostinoj/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:15:18','2026-03-29 18:15:18','3afb1d11-a3f0-48cf-b760-92da7faf81ba'),
(53179,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Marcia Bise \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"marciaann076@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1277],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I\'m looking for a long term home for my 87 yr old mother, she has dementia.y son and I have been trying to care for her. It is just too much \\nHis number is 681-534-5231\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 18:16:54','2026-03-29 18:16:54','920bd5b5-36e0-4880-bfae-5c5651979bb2'),
(53180,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAlmog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikeyfierro@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is Simpler Than Buying Coffee https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-966281-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:23:32','2026-03-29 18:23:32','651d58fb-ea9d-4823-8510-bd278b60ff2c'),
(53181,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAlmog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikeyfierro@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is Simpler Than Buying Coffee https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-966281-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:23:35','2026-03-29 18:23:35','e64839a3-f299-4aee-80f4-b99e61b09aba'),
(53182,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAlmog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikeyfierro@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is Simpler Than Buying Coffee https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-966281-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:23:36','2026-03-29 18:23:36','17485409-ce7e-4ad1-b1ce-40561fa15a19'),
(53183,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAlmog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikeyfierro@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is Simpler Than Buying Coffee https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-966281-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:23:37','2026-03-29 18:23:37','505f07a5-0784-442c-9a64-e4a8f3ecd899'),
(53184,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidAlmog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikeyfierro@icloud.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is Simpler Than Buying Coffee https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-966281-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:23:38','2026-03-29 18:23:38','aca48a4c-a42d-4d57-9dec-4af58d879d52'),
(53185,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianVoW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lauragenneva4@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is a Label of Loot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-148455-03-29-2\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:40:33','2026-03-29 18:40:33','c306029c-b1ae-49ff-a907-14b58cff7464'),
(53186,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianVoW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lauragenneva4@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is a Label of Loot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-148455-03-29-2\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:40:39','2026-03-29 18:40:39','15edbe0b-bba5-498c-b664-cc4ed7f6a2fb'),
(53187,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianVoW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lauragenneva4@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is a Label of Loot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-148455-03-29-2\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:40:41','2026-03-29 18:40:41','630db724-5df8-43f6-a4eb-8de07645bf51'),
(53188,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianVoW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lauragenneva4@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is a Label of Loot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-148455-03-29-2\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:40:43','2026-03-29 18:40:43','1a2f9153-8b05-47ad-91a0-69c12b6d9954'),
(53189,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianVoW\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lauragenneva4@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is a Label of Loot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-148455-03-29-2\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:40:44','2026-03-29 18:40:44','9e64e237-ffea-4a0a-8c62-0c9e144645df'),
(53190,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gemma Ledford\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"domains@search-ccgrotonrch.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1091],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey\\n\\nSubmit ccgrotonrch.com in Google Search Index and have it show up  in web search results!\\n\\nRegister ccgrotonrch.com at  https://searchregister.net\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonrch.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"kaden@aftonkleingroup.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:47:37','2026-03-29 18:47:37','38151365-ae6e-45ed-b6f9-2df0b5a86357'),
(53191,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaacalape\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ricklamp@live.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! WHY THE $3,500,000 JACKPOT IS THE ULTIMATE FEEL-GOOD PRIZE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-811650-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:49:10','2026-03-29 18:49:10','5553dc0c-efc1-4a66-9fd1-54f829ab641d'),
(53192,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaacalape\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ricklamp@live.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! WHY THE $3,500,000 JACKPOT IS THE ULTIMATE FEEL-GOOD PRIZE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-811650-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:49:11','2026-03-29 18:49:11','612b93c8-af51-426a-9bfb-b94be1736f0d'),
(53193,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaacalape\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ricklamp@live.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! WHY THE $3,500,000 JACKPOT IS THE ULTIMATE FEEL-GOOD PRIZE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-811650-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:49:20','2026-03-29 18:49:20','d95b427f-b3ee-4165-af24-4305712d2846'),
(53194,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaacalape\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ricklamp@live.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! WHY THE $3,500,000 JACKPOT IS THE ULTIMATE FEEL-GOOD PRIZE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-811650-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:49:27','2026-03-29 18:49:27','f3810dca-f751-4650-bf92-99253fd5a381'),
(53195,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CraigZetly\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"valerakimuvo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Основные преимущества нашего салона https://stosastudio.ru/izgotovlenie-kuhni-iz-massiva-dereva-klassika-interera/\\n \\nГарантия лучшей цены https://stosastudio.ru/catalog/kuhni-dolcevita/\\n \\nЗачем ехать в Италию за мебелью и работать с приезжими иностранцами в Италии, а не с итальянцами? Ни один приезжий, сколько бы лет он не жил в этой стране, не будет иметь таких возможностей и условий в работе с фабриками, как коренной итальянец! \\nМебель Италии – настоящие произведения искусства, и наслаждаться ими можно бесконечно https://stosastudio.ru/zavorazhivayushhij-mir-italyanskih-kuhon-stosa-miton-biefbi-veneta/\\n  В атмосфере салона так легко представить, какой вы хотите видеть свою гостиную, спальню, детскую https://stosastudio.ru/ergonomichnye-kuhonnye-resheniya-vysokogo-kachestva-iskusstvo-sozdaniya-udobstva-i-stilya/\\n  Продажа мебели – наше призвание https://stosastudio.ru/catalog/arrex-le-cucine-fiorella/\\n  Мы постарались, чтобы в любой момент вы могли получить полную информацию о товаре https://stosastudio.ru/sovremennaya-kuhnya-studiya-2024-idei-i-trendy/\\n  Делаете вы свой выбор в каталоге интернет-магазина или изучаете предложения в шоуруме, всегда к вашим услугам опытные консультанты https://stosastudio.ru/kuhnya-bez-ruchek-kak-vybrat/\\n \\nМебель из Италии с доставкой от ИТАЛИШОП https://stosastudio.ru/okean-garmonii-sinie-kuhni-voploshhayut-svezhest-i-spokojstvie/\\n \\nФабрика Tessarolo https://stosastudio.ru/catalog/kuhni-start-time/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:49:47','2026-03-29 18:49:47','2d0c8961-7082-4b93-a32b-da807d8709f6'),
(53196,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertnot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания «Фреш Логистик» предлагает качественные такелажные работы в Москве, Московской области и по все территории Центрального Федерального округа https://drogal.ru/portfolio-items/stropalnie-raboti-v-khimkakh/\\n  Мы проведем необходимые осмотры и замеры, изучим техническую документацию, определим технологию работ и стоимость https://drogal.ru/glossary/brutto/\\n  Специалисты компании «Фреш Логистик» ответят на организационные и технические вопросы о порядке выполнения работ https://drogal.ru/portfolio-items/takelazhnie-raboti-v-ryazani/\\n  При необходимости мы направим руководство по самостоятельной разгрузке оборудования и станков https://drogal.ru/portfolio_category/takelazh-v-ogranichennom-prostranstve/\\n  В нем подробно расписаны этапы выполнения работ https://drogal.ru/transportnaya-tara-i-upakovka/\\n  Вы сможете самостоятельно оценить возможность проведения операций своими силами https://drogal.ru/portfolio_tags/takelazh-raboty/\\n \\nПогрузим любое крупногабаритное оборудование на свою технику, разгрузим на объекте клиента https://drogal.ru/glossary/gabariti_gruza/\\n \\nЕсть вопросы? \\nПринципиальная позиция нашей компании ? неукоснительное соблюдение техники безопасности https://drogal.ru/glossary/stoechnii-poddon/\\n  В противном случае любая ошибка или небрежность может обернуться финансовыми потерями или нанесением ущерба здоровью людей https://drogal.ru/glossary/franshiza/\\n  Поэтому каждый наш сотрудник проходит спецобучение по проведению такелажных работ, которое завершается аттестацией https://drogal.ru/uslugi/kranovye-raboty/\\n \\nЮлия, Москва https://drogal.ru/uslugi/upakovka/eksportnaya-upakovka/\\n \\nТакелаж любой сложности https://drogal.ru/glossary/kross-doking/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 18:55:52','2026-03-29 18:55:52','e9fe7d88-4c5c-4cc6-a045-114474610ac6'),
(53197,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ashley Brown\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ashleybro@cachehelper.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Cache Helper\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1365],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good Day, \\n\\nIm Ashley with Cache Helper, and we provide Virtual Assistants to business owners. We help with admin work, prospecting, coding, accounting, graphic design and much more.\\n\\nAre you currently looking for any help?\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrandeprairie.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:02:17','2026-03-29 19:02:17','f494c7ef-866a-4314-b687-3133f9208ab7'),
(53198,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roberttaick\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sawubona, bengifuna ukwazi intengo yakho.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:02:58','2026-03-29 19:02:58','aff2f30c-7072-43cb-bd1b-a3cf77c21f85'),
(53199,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CraigOwect\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"valerakimuvo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Какую итальянскую мебель мы предлагаем? \\nTessarolo, Италия, стиль арт-деко, современный стиль На заказ, 220?224?128 см https://stosastudio.ru/category/stati/page/2/\\n \\nМы — эксперты в области итальянской мебели https://stosastudio.ru/idei-dlya-kuhni-obedennaya-zona-garmoniya-i-stil-2/\\n \\nС 2005 наша компания поставляет европейскую мебель и предметы интерьера ведущих брендов в Россию, чтобы вы могли сделать обстановку дома стильной и уютной https://stosastudio.ru/kak-vybrat-stoleshnitsu-dlya-italyanskoj-kuhni-ekspertnye-sovety/\\n  Благодаря прямому сотрудничеству с производителями мы формируем привлекательные цены и сокращаем сроки доставки https://stosastudio.ru/iskusstvo-i-tehnologiya-fasady-iz-mdf/\\n \\n1 450 433 руб https://stosastudio.ru/catalog/kuhni-anuba/\\n  1 813 041 руб https://stosastudio.ru/catalog/kuhni-levante/\\n \\nГарантия лучшей цены https://stosastudio.ru/kuhnya-s-oknom/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:05:43','2026-03-29 19:05:43','9b9a0fe7-e144-4b9f-b6b4-74a6947650c9'),
(53200,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Akila Whitley\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"akilawhitley@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"17325327203\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1005],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[53201],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"I am a fast learner, and I work well under pressure. I\'d like to discuss more in person for an interview. I\'d also like to say I have experience with the elderly as I do take care of my grandfather. \",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://mycompletecare.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"rfishman@completecaremgmt.com, lallen@completecaremgmt.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 19:07:11','2026-03-29 19:07:11','d4e79594-8b5b-47e5-8e73-4c53a6e8c633'),
(53202,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericjonesmyemail@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"REGION SJALLAND\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1269],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Ccgreenknoll Com Owner,\\n\\nMy name is Eric and I’m betting you’d like your website Ccgreenknoll Com to generate more leads.\\n\\nHere’s how:\\n\\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Ccgreenknoll Com.\\n\\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\\n\\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\\n\\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\\n\\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\\n\\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\\n\\nEric\\n\\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\\nYou have customers waiting to talk with you right now… don’t keep them waiting.\\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\\n\\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=ccgreenknoll.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:11:58','2026-03-29 19:11:58','1d70678d-fe0d-4a85-8cfa-51161190379e'),
(53203,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidacutt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"victormasiza96@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is the Prize That Keeps on Giving https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-529081-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:15:36','2026-03-29 19:15:36','3887bb6d-7c81-49a2-b320-b9968110b9f3'),
(53204,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidacutt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"victormasiza96@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is the Prize That Keeps on Giving https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-529081-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:15:38','2026-03-29 19:15:38','cc6c2507-61e5-4a35-848c-00f9c20225eb'),
(53205,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidacutt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"victormasiza96@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is the Prize That Keeps on Giving https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-529081-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:15:42','2026-03-29 19:15:42','208acdbc-a526-48d1-a4af-8e3a99ead7c1'),
(53206,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidacutt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"victormasiza96@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is the Prize That Keeps on Giving https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-529081-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:15:45','2026-03-29 19:15:45','0af3bcd3-388a-4e97-87fc-13caafb87dac'),
(53207,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidacutt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"victormasiza96@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is the Prize That Keeps on Giving https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-529081-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:15:47','2026-03-29 19:15:47','b2c17dca-849a-4f3a-87bf-0a4ff1c7e4a9'),
(53208,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaacnox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"manugarcia6906@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO SHINE BRIGHT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-607600-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:17:12','2026-03-29 19:17:12','cbb98304-9834-48a8-b7a2-74a7c731f514'),
(53209,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaacnox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"manugarcia6906@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO SHINE BRIGHT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-607600-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:17:14','2026-03-29 19:17:14','5882e17c-daee-4368-9bfd-8390d26c8d07'),
(53210,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaacnox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"manugarcia6906@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO SHINE BRIGHT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-607600-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:17:17','2026-03-29 19:17:17','a30ea41f-4df5-465d-94ed-396e94a149d4'),
(53211,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaacnox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"manugarcia6906@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO SHINE BRIGHT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-607600-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:17:18','2026-03-29 19:17:18','488f0968-c50d-45df-b9cb-83de19e76200'),
(53212,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Isaacnox\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"manugarcia6906@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS YOUR CHANCE TO SHINE BRIGHT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-607600-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:17:19','2026-03-29 19:17:19','fe5378b7-98d9-40b0-aaa0-a0bcd4f96769'),
(53213,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alberto Bloom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alberto.bloom@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Alberto Bloom\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ever stop to think how much you\'re spending on marked-up CPMs for Connected TV ads?\\nIf you\'re using “premium” audience segments without verifying who you\'re actually reaching, that money is likely feeding someone else\'s family.\\nNo pressure. Here’s the site if you\'re open to see a revolutionary vision for digital advertising\\ntopshelfaudience.com using real-time Intent data from an Integration in our platform to Lotame.com. You can reach me at marketing@mrmarketingres.com or 843-720-7301. And if this isn\'t a fit please feel free to email me and I\'ll be sure not to reach out again.  Thanks!\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:19:31','2026-03-29 19:19:31','51e12c30-8921-4e86-beae-56138aa9f459'),
(53214,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24wep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"graphinocer1986@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Команда rc24.pro обновляет актуальный рейтинг надёжных площадок на март 2026. Все сайты из списка регулярно мониторятся — фейки и скамы исключены. Сохраняйте страницу — адреса обновляются. \\n \\nПеред вами рейтинг магазинов с актуальными зеркалами. Переходите по ссылке рядом с каждой площадкой. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★☆ \\nРаботает стабильно на протяжении нескольких лет — доставка по всей стране. Проверен сообществом. \\nТоп выбор — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop.lat\\\">loveeshop1300.biz</a> \\n \\n<b>2. Orb11ta</b> ★★★★★ \\n12 лет на рынке — 250+ городов. Один из лидеров. \\nРекомендуем — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11ta.cyou\\\">orb11ta.quest</a> \\n \\n<b>3. Chemical 696</b> ★★★★☆ \\nПроверенная химия — chemical696 официальный сайт. Проверен на форумах. \\nНадёжная площадка — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemshop1.top\\\">chm1.top</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nШирокий ассортимент — лайншоп. Проверено редакцией. \\nТоп выбор — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://ls24.icu\\\">ls24.shop</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nРаботает без перебоев — mastertrip24 biz. Актуальные зеркала. \\nТоп выбор — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.info\\\">tripmaster.click</a> \\n \\n<b>6. Syndi24</b> ★★★★☆ \\nСиндикат — проверенная площадка — syndicate one. Проверено. \\nРекомендуем — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.sale\\\">syndi24.live</a> \\n \\n<b>7. Narco24</b> ★★★★★ \\nПроверенный магазин — narco24 biz официальный. Широкая география. \\nПроверенный магазин — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narcolog.rip\\\">narco24.store</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nСтабильный магазин — bbt777 biz. Проверено редакцией. \\nСтабильная работа — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://tot777.top\\\">tot777.top</a> \\n \\n<b>9. BobOrganic</b> ★★★★★ \\nСтабильная работа — boborganic biz. Широкая география. \\nПроверенный магазин — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.shop\\\">bob.organic</a> \\n \\n<b>10. BadBoy</b> ★★★★★ \\nСтабильный магазин — badboy96 biz. Актуальные зеркала. \\nНадёжная площадка — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.shop\\\">badboy96.click</a> \\n \\n<b>11. Kot24</b> ★★★★★ \\nКот24 — проверенный магазин — мяу маркет. Актуальные зеркала. \\nСтабильная работа — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot-24.biz\\\">kot24.pro</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nНадёжный сайт — megapolis2 com. Проверено. \\nПроверенный магазин — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.sale\\\">megapolis2.pro</a> \\n \\n<b>13. Stavklad</b> ★★★★☆ \\nПроверенный склад — sevkavklad biz. Актуальные зеркала. \\nПроверенный магазин — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.click\\\">sevkavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nПроверенная площадка — купить лирику без рецепта. Доставка в Краснодар, Махачкалу, Ростов-на-Дону. \\nНадёжная площадка — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.click\\\">sberklad.click</a> \\n \\n<hr /> \\n<i>Рейтинг составлен rc24.pro — актуально на март 2026. Поделитесь с друзьями — зеркала обновляются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:40:09','2026-03-29 19:40:09','1fc814b6-8e10-44d3-a44e-32181b14f4f6'),
(53215,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesswine\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"C.Anson7@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! THE $3,500,000 JACKPOT IS A FABLE WITH A PAYOFF https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-565705-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"Info@ccwaynehills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:41:18','2026-03-29 19:41:18','f859df46-2c77-4ad5-bc2c-f3b613e402a1'),
(53216,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesswine\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"C.Anson7@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! THE $3,500,000 JACKPOT IS A FABLE WITH A PAYOFF https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-565705-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"Info@ccwaynehills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:41:23','2026-03-29 19:41:23','3cb7af26-bb97-4435-a21c-0e22c8d91bdf'),
(53217,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesswine\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"C.Anson7@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! THE $3,500,000 JACKPOT IS A FABLE WITH A PAYOFF https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-565705-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"Info@ccwaynehills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:41:27','2026-03-29 19:41:27','0643d7ca-7387-4840-8d24-0fddddffb986'),
(53218,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesswine\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"C.Anson7@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! THE $3,500,000 JACKPOT IS A FABLE WITH A PAYOFF https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-565705-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"Info@ccwaynehills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:41:29','2026-03-29 19:41:29','1b78375a-8aec-47f5-a669-481559301eaa'),
(53219,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesswine\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"C.Anson7@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! THE $3,500,000 JACKPOT IS A FABLE WITH A PAYOFF https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-565705-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwaynehills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"Info@ccwaynehills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:41:31','2026-03-29 19:41:31','7e6ef281-12f8-47ba-93fc-af4d5518fdac'),
(53220,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eduardtax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Игровой домик на детской площадке — место, где рождаются самые увлекательные детские игры. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">детская площадка от производителя</a> Дети обожают свои маленькие домики, ведь это их личное пространство. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">официальный сайт</a> Комплексы с домиком на высоте особенно популярны.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:49:47','2026-03-29 19:49:47','f3393fd6-bd00-41b7-8051-bb3ce850291e'),
(53221,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertGok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchamiltonplaza.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchamiltonplaza.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 19:50:21','2026-03-29 19:50:21','65b53292-2127-416f-a2a7-7bbbcaef4b9e'),
(53222,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TimofeyBex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Инженерные системы дома из клееного бруса заслуживают отдельного внимания. <a href=\\\"https://dom-rggu.ru/\\\">дом из бруса для постоянного проживания</a> Отопление, вентиляция и канализация должны быть продуманы ещё на этапе проектирования. <a href=\\\"https://dom-rggu.ru/\\\">клееный брус дом под ключ СПб</a> Хорошая компания предложит комплексное решение под ключ — от проекта до запуска всех систем.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:03:53','2026-03-29 20:03:53','e5b14b16-b481-4e7c-a8b6-263996819afb'),
(53223,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dwain Canela\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"canela.dwain@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Dwain Canela\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[969],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"cPanel,SSD,Softaculous,Fantastico,SiteBuilder,Free SSL &amp; More From $1/month (US,CA,EUR)\\n                Current 50% off Promotion For website Use Code: 50%wb  at www.myskyhost.com\\nMyskyhost.com - OpenVZ, KVM and Windows VPS, Solusvm Panel, SSD Drive &amp; More From $7/month (FR,GE,CA,US)\\n                Current 10 off Promotion for VPS Use Code: vps10%off  at www.myskyhost.com\\nMyskyhost.com - Regular &amp; Encoded RDP From $18/month (FR,GE,CA,US)\\n                Current 30% off Promotion For RDP Use Code: rdp30%off  at www.myskyhost.com\\nMyskyhost.com - Budget &amp; Premium Dedicated Servers with 500mb/s, 1Gb/s and 2Gb/s Port From 25$/Month (Canada)\\n\\n...\\nBest Wishes,\\nMySkyHost.com | The Hosting Services\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:08:46','2026-03-29 20:08:46','7747c952-420d-411d-aad4-396dbd266f6c'),
(53224,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesChows\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariopicinichsr@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is a Belief with Balance https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-23768-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:14:26','2026-03-29 20:14:26','218a218a-180e-4f1e-9bb2-6f4a20125186'),
(53225,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesChows\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariopicinichsr@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is a Belief with Balance https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-23768-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:14:29','2026-03-29 20:14:29','50498af2-a1b3-4902-8241-829a0ec99098'),
(53226,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesChows\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariopicinichsr@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is a Belief with Balance https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-23768-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:14:32','2026-03-29 20:14:32','29af1617-f845-4167-83e4-daf2129454b2'),
(53227,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesChows\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariopicinichsr@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is a Belief with Balance https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-23768-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:14:35','2026-03-29 20:14:35','69da12d1-1a52-4bf9-8eba-e1e618843466'),
(53228,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesChows\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariopicinichsr@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is a Belief with Balance https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-23768-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccphillipsburg.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccphillipsburg.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:14:39','2026-03-29 20:14:39','7aeef393-8bc8-4320-839a-7aed671693a2'),
(53443,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Elmermib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"raviwebb9069@gmx.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вітчизняний онлайн-простір отримав черговий корисний ресурс — <a href=\\\"https://lscatin.icu/\\\">каталог веб-сайтів</a>, створений для агрегації різнопланові українські сайти. \\n \\nЗазначений ресурс збирає гіперпосилання на джерела, що висвітлюють чимало різних напрямків. До каталогу увійшли ресурси як загальнонаціонального рівня, так само, як і ті, що концентруються на розвитку локальних територій. \\n \\nГоловне завдання проєкту — запропонувати простий стартовий майданчик для інтернет-аудиторії, які полюють на перевірені українські джерела інформації на будь-яку вподобану тематику: від новинної стрічки та політики до історичних розвідок, молодіжних питань, культури побуту, громадської діяльності та аналітики. \\n \\nКаталог розрахований на масового відвідувача та відкритий до співпраці з редакціями, журналістами та бізнес-партнерами, які бажають заявити про себе в інформаційному просторі України\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:35:50','2026-03-29 20:35:50','45dd196f-b865-4c0b-9090-11975f5480c9'),
(53444,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:35:50','2026-03-29 20:35:50','d9b0194e-307c-4204-85fc-c003febf88ad'),
(53511,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertsob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hæ, ég vildi vita verð þitt.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:38:23','2026-03-29 20:38:23','f8c3139f-b6f4-4f16-a2d9-8c5f6844d442'),
(53550,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"lihyaodbf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kevinsmith198122@proton.me\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Top child porn link Websites \\n<a href=\\\"https://lloyd-derm.com/about-us/the-providers/dr-jenifer-r-lloyd-do-faad/\\\"> child porn link, cp for trade only, dm for cp, send cp first, verified cp trader https://lloyd-derm.com/about-us/the-providers/dr-jenifer-r-lloyd-do-faad/ </a> \\nchild porn link preteen sex video! \\n<a href=\\\"https://www.stjohnshealth.org/prescriptions/sildenafil/\\\"> cp collection, csam folder, pthc mega link, loli nsfw pack, underage nudes, minor sexvideo </a> \\npreteen sex video \\n<a href=\\\"https://www.harrisdermatology.com/naples-fort-myers-dermatology-services/accutane/\\\"> preteen sex video, trade cp, swap cp, drop cp link, hidden cp folder, tg cp channel, mega cp archive, fresh cp</a> \\n<a href=\\\"https://heyclinic.com/wp-content/uploads/2014/05/clenbuterol.html\\\"> new cp content, young teen sexvideo, barely legal teen trade</a> \\ncsam collection! \\n<a href=\\\"https://auraderm.com/wp-content/uploads/2025/01/png/clenbuterol.html\\\">teen under 18 sexvideo, schoolgirl sexvideo real</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:42:05','2026-03-29 20:42:05','dbb29907-7e0d-4b87-8fc3-3226ca67f126'),
(53561,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertIninc\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, მინდოდა ვიცოდე თქვენი ფასი.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:42:36','2026-03-29 20:42:36','9cc04aad-2cac-40ee-a13a-c2a4c549c5a9'),
(53572,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielvab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chesterbailey97@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Bonus for Believers https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-701877-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:43:12','2026-03-29 20:43:12','da810e16-2092-49a2-89d9-54b517ea4b17'),
(53573,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielvab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chesterbailey97@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Bonus for Believers https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-701877-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:43:13','2026-03-29 20:43:13','bf4c0ed0-afc7-4934-80c7-72c112d3b299'),
(53574,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielvab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chesterbailey97@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Bonus for Believers https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-701877-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:43:17','2026-03-29 20:43:17','160a7516-6092-44f0-8e6b-80cf2e2026cf'),
(53577,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielvab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chesterbailey97@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Bonus for Believers https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-701877-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:43:19','2026-03-29 20:43:19','64026c7e-e82e-42d1-91e8-f2a2cf1cad26'),
(53578,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielvab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"chesterbailey97@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Bonus for Believers https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-701877-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:43:21','2026-03-29 20:43:21','43888270-5f2d-4dc8-b9c9-f503d7663ba4'),
(53635,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Katlyn Hyatt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"katlyn.hyatt@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Katlyn Hyatt\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[989],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ever stop to think how much you\'re spending on marked-up CPMs for Connected TV ads?\\nIf you\'re using “premium” audience segments without verifying who you\'re actually reaching, that money is likely feeding someone else\'s family.\\nNo pressure. Here’s the site if you\'re open to see a revolutionary vision for digital advertising\\ntopshelfaudience.com using real-time Intent data from an Integration in our platform to Lotame.com. You can reach me at marketing@mrmarketingres.com or 843-720-7301. And if this isn\'t a fit please feel free to email me and I\'ll be sure not to reach out again.  Thanks!\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharringtoncourt.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharringtoncourt.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:57:48','2026-03-29 20:57:48','351dae5f-7900-4860-83c3-5aea231de19e'),
(53636,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidGreem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"no.reply.MikaelKarlsen@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning! ccchristianhome.com, \\nWhile browsing online directories I discovered ccchristianhome.com. \\nWe offer a solution that helps companies reach websites worldwide. \\nOur system helps companies connect with site operators more efficiently. \\n  \\nWe offer a free trial so you can see the results. \\nIf this idea is relevant, feel free to reach out. \\n \\nThank you for your time. \\nContact us. \\nTelegram - https://t.me/FeedbackFormEU \\nWhatsApp - +375259112693 \\nWhatsApp  https://wa.me/+375259112693\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccchristianhome.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchristianhome.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 20:58:17','2026-03-29 20:58:17','29a5a398-c43b-4134-a4f8-14b2ccc8ef09'),
(53637,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Karia Cooper\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"thanoshatesme@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"8487579522\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1005],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[53638],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3194],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Looking to see if any Dietary/Food Service positions are open! I’m a college student looking for work!\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccmonmouth.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"Careers@ccmonmouth.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 21:02:10','2026-03-29 21:02:10','98eb8273-d30b-4a34-9f8a-b125efe35d14'),
(53639,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidrew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"no.reply.JohanBakker@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there! ccatcourthouse.com, \\nWhile exploring the web I came across ccatcourthouse.com. \\nOur platform can help businesses reach website owners directly. \\nOur service can dispatch up to 50,000 messages. \\n  \\nIf you are interested, you can take a look at the platform. \\nYou are welcome to contact us if this looks relevant. \\n \\nHope you have a great day. \\nContact us. \\nTelegram - https://t.me/FeedbackFormEU \\nWhatsApp - +375259112693 \\nWhatsApp  https://wa.me/+375259112693\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:04:18','2026-03-29 21:04:18','549e7264-3e7b-442d-9cfd-ae188e8b3a64'),
(53640,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roma Poore\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"roma.poore@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Roma Poore\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[981],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ever stop to think how much you\'re spending on marked-up CPMs for Connected TV ads?\\nIf you\'re using “premium” audience segments without verifying who you\'re actually reaching, that money is likely feeding someone else\'s family.\\nNo pressure. Here’s the site if you\'re open to see a revolutionary vision for digital advertising\\ntopshelfaudience.com using real-time Intent data from an Integration in our platform to Lotame.com. You can reach me at marketing@mrmarketingres.com or 843-720-7301. And if this isn\'t a fit please feel free to email me and I\'ll be sure not to reach out again.  Thanks!\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:13:53','2026-03-29 21:13:53','1d505c50-52e9-4c81-88d6-5f97c23211bd'),
(53641,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertborie\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I wanted to know your price.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:14:37','2026-03-29 21:14:37','5ffb11a0-6d2d-43c9-bb6c-cc224e76c018'),
(53642,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericjonesmyemail@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"BS\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1477],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Cckressonview Com Owner,\\n\\nMy name is Eric and I’m betting you’d like your website Cckressonview Com to generate more leads.\\n\\nHere’s how:\\n\\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Cckressonview Com.\\n\\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\\n\\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\\n\\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\\n\\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\\n\\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\\n\\nEric\\n\\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\\nYou have customers waiting to talk with you right now… don’t keep them waiting.\\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\\n\\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=cckressonview.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:22:36','2026-03-29 21:22:36','9e203413-b7f0-49e7-b09d-26e14f905c30'),
(53643,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielindet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"billipll63@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS AN ARROW TO ASSETS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-847160-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccareage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccareage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:30:22','2026-03-29 21:30:22','4dc99e3a-9409-4b9e-ae65-fc7ed59e5225'),
(53644,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielindet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"billipll63@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS AN ARROW TO ASSETS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-847160-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccareage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccareage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:30:23','2026-03-29 21:30:23','30eef937-4ed4-44f9-b406-12bd81b8e649'),
(53645,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielindet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"billipll63@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS AN ARROW TO ASSETS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-847160-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccareage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccareage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:30:24','2026-03-29 21:30:24','ef6dd387-67fa-4d3d-92c7-e2122e7e71f7'),
(53646,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielindet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"billipll63@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS AN ARROW TO ASSETS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-847160-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccareage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccareage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:30:25','2026-03-29 21:30:25','a033df0f-e2ef-4d77-bd18-589fd5690525'),
(53647,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danielindet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"billipll63@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS AN ARROW TO ASSETS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-847160-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccareage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccareage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:30:27','2026-03-29 21:30:27','12056db2-17d4-42fb-b29c-03600ce5066f'),
(53648,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericjonesmyemail@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"LOWER AUSTRIA\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1467],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Ccgreenknoll Com Owner,\\n\\nMy name is Eric and I’m betting you’d like your website Ccgreenknoll Com to generate more leads.\\n\\nHere’s how:\\n\\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Ccgreenknoll Com.\\n\\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\\n\\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\\n\\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\\n\\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\\n\\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\\n\\nEric\\n\\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\\nYou have customers waiting to talk with you right now… don’t keep them waiting.\\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\\n\\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=ccgreenknoll.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:31:33','2026-03-29 21:31:33','b91486fd-cbbf-4dcd-9732-7677a2c2975c'),
(53649,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jonas Bowens\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"bowens.jonas@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1177],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nNot sure who on your team handles Google Ads — could you point me to the right person?\\n\\nMy name is Ivan. I specialize in Google Ads and Google Ad Grants (and I share paid-ad strategies on YouTube).\\n\\n I visited your website: https://ccgrotonregency.com/contact-us/ and we are seeing that you guys are currently running Google Ads or have tried in the past.\\n\\nIf you guys want, we could help you save a lot of money for a lifetime on the Google Ad Grants account that has a $10K/month free ad spend credit (provided and paid by Google Ads each month), meaning that you don\'t have to spend a dime each month to get free quality leads and sales.\\n\\nWith our expertise on Google Ads, we can also help you set up successful ad campaigns, manage and optimize them to get you more customers/clients.\\n\\nIf you have any questions private email me at: ivan@doneforyou-campaigns.com\\n\\nIf you’re not the right contact, please forward this or let me know who I should contact. Thanks for your time — I appreciate it.\\n\\n\\nLooking forward to hearing from you,\\n\\nIvan Ramirez\\nAd Grants Lab\\nhttp://10k-youtubevideo.xyz\\n\\n\\n\\nIf you would like to opt-out of communication with us, visit:https://bit.ly/websiteoptout\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:40:26','2026-03-29 21:40:26','a9587410-a187-4a96-b4fa-d1e366da71c6'),
(53650,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jeff\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jedixon1215@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for long term for my mom. 75 and is bedwriden.  Nerve pain where we need hospice care. 732-735-6324 \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-29 21:44:36','2026-03-29 21:44:36','2ec773d7-285d-48e4-8c7b-68ae10fcd592'),
(53651,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1winazerbaijanbon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"werso078400iu@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\" not working  \\n \\n \\n_________________ \\n<a href=\\\"https://1winazerbaijanbonus.quest/1win_r%C9%99smi_proqram%C4%B1n%C4%B1_android_pulsuz_rusca_r%C9%99smi_saytdan_y%C3%BCkl%C9%99.html\\\">reytinq 1 win</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 21:44:43','2026-03-29 21:44:43','fe6318b3-c754-47ca-93c9-d6c74652c591'),
(53652,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertKer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, ego volo scire vestri pretium.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:02:20','2026-03-29 22:02:20','76d6056a-e4c9-4dc5-a975-c1b9d577c23d'),
(53653,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickhar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"winsatall4ever@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Wish that woman</b> you once craved the whole years? \\n<b>Make that girl</b> as your own then have sex with this lady the way you wish want! \\n<b><a href=\\\"https://is.gd/7msenw\\\">Give it the offer immediately right away!</a></b>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:03:50','2026-03-29 22:03:50','cdd9d906-663c-4b9a-bb9a-cfcf2ef3a0d8'),
(53654,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alyssa Stone\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alyssa@turbojot.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TurboJot\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1289],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! My name is Alyssa and I’d love to invite you to try TurboJot. I actually founded the company. It’s built to automate contact form submissions at scale. Simply upload a list of URLs and TurboJot automatically finds and submits contact forms on those sites. It beats cold email and paid ads on ROI and costs just $0.10 per submission. Powered by a rotating IP network, stealth browser, AI captcha solving, and human-like browsing behavior. You can sign up for free and give it a try here. I’d really appreciate the support! https://www.turbojot.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:04:08','2026-03-29 22:04:08','62475da4-3446-4b0c-914e-9cb68f27e72e'),
(53655,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alyssa Stone\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alyssa@turbojot.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1289],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! My name is Alyssa and I’d love to invite you to try TurboJot. I actually founded the company. It’s built to automate contact form submissions at scale. Simply upload a list of URLs and TurboJot automatically finds and submits contact forms on those sites. It beats cold email and paid ads on ROI and costs just $0.10 per submission. Powered by a rotating IP network, stealth browser, AI captcha solving, and human-like browsing behavior. You can sign up for free and give it a try here. I’d really appreciate the support! https://www.turbojot.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:04:32','2026-03-29 22:04:32','a5308d06-8778-4c36-b5a7-29af497a89b9'),
(53656,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertskazy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hæ, ég vildi vita verð þitt.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:15:30','2026-03-29 22:15:30','bd8d949e-c984-4191-b31f-8fc3cf25492f'),
(53657,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertRam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, kam dashur të di çmimin tuaj\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:17:30','2026-03-29 22:17:30','2e2b8d1c-7d7c-4bbe-b112-77316252e54c'),
(53658,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Tonia Noe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tonia.noe@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Tonia Noe\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[2712],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ever stop to think how much you\'re spending on marked-up CPMs for Connected TV ads?\\nIf you\'re using “premium” audience segments without verifying who you\'re actually reaching, that money is likely feeding someone else\'s family.\\nNo pressure. Here’s the site if you\'re open to see a revolutionary vision for digital advertising\\ntopshelfaudience.com using real-time Intent data from an Integration in our platform to Lotame.com. You can reach me at marketing@mrmarketingres.com or 843-720-7301. And if this isn\'t a fit please feel free to email me and I\'ll be sure not to reach out again.  Thanks!\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:25:26','2026-03-29 22:25:26','d460fd02-81db-4125-87aa-e6a09eaae942'),
(53659,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24faire\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"graphinocer1986@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Команда rc24.pro публикует актуальный рейтинг надёжных площадок 2026 года. Представленные магазины лично проверены — актуально на сегодня. Добавьте в закладки — зеркала периодически меняются. \\n \\nПеред вами список площадок с рабочими ссылками. Переходите по ссылке рядом с каждой площадкой. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★☆ \\nДавно на рынке — 250+ городов. Сверяйте ссылки на Rutor. \\nТоп выбор — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop.live\\\">loveshop1.site</a> \\n \\n<b>2. Orb11ta</b> ★★★★☆ \\nБолее 10 лет работы — гарантия обязательств перед покупателями. Рекомендован сообществом. \\nСтабильная работа — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11ta-com.top\\\">orb11gram.lol</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nСпециализированный магазин — чемикал 696 биз. Проверен на форумах. \\nНадёжная площадка — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemi696.click\\\">chemi696.com</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nШирокий ассортимент — lineshop 24. Проверено редакцией. \\nТоп выбор — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://lineshop.lol\\\">ls24.shop</a> \\n \\n<b>5. TripMaster</b> ★★★★★ \\nПроверенная площадка — tripmaster официальный. Актуальные зеркала. \\nСтабильная работа — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.click\\\">tripmaster.click</a> \\n \\n<b>6. Syndi24</b> ★★★★☆ \\nНадёжный сайт — синдикат официальный сайт. Рабочий вход. \\nНадёжная площадка — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.shop\\\">syndi24.shop</a> \\n \\n<b>7. Narco24</b> ★★★★☆ \\nСтабильная площадка — narco24 biz официальный. Надёжная поддержка. \\nРекомендуем — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narkolog24.info\\\">narcos24.pro</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nСтабильный магазин — bbt777 biz. Рабочий вход. \\nТоп выбор — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt777.site\\\">bbt777.click</a> \\n \\n<b>9. BobOrganic</b> ★★★★★ \\nВ гостях у боба — проверенный магазин — boborganic biz. Широкая география. \\nСтабильная работа — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://bob.organic\\\">boborganic.shop</a> \\n \\n<b>10. BadBoy</b> ★★★★★ \\nСтабильный магазин — badboy ton. Актуальные зеркала. \\nПроверенный магазин — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.shop\\\">badboy96.shop</a> \\n \\n<b>11. Kot24</b> ★★★★☆ \\nКот24 — проверенный магазин — мяу маркет. Проверено редакцией. \\nРекомендуем — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot24.pro\\\">kot-24.com</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nСтабильный магазин — megapolis 2 com. Проверено. \\nТоп выбор — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.pro\\\">megapolis2.pro</a> \\n \\n<b>13. Stavklad</b> ★★★★☆ \\nПроверенный склад — stavklad biz. Проверено редакцией. \\nНадёжная площадка — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.click\\\">stavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★★ \\nПроверенная площадка — sbereapteka biz. Широкая география. \\nНадёжная площадка — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.info\\\">sberklad.info</a> \\n \\n<hr /> \\n<i>Источник: rc24.pro — регулярно обновляется. Поделитесь с друзьями — адреса меняются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:25:40','2026-03-29 22:25:40','cee198f7-7eae-401a-adb0-19a6f4ee95c8'),
(53660,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielHef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariuscapitanu1985@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Within Reach—Stretch for It https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-594811-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:26:36','2026-03-29 22:26:36','f26d7bea-c4d5-44ac-9c86-6d24c752666a'),
(53661,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielHef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariuscapitanu1985@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Within Reach—Stretch for It https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-594811-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:26:37','2026-03-29 22:26:37','d005df3a-302a-478c-aefb-ca2a9b13179c'),
(53662,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielHef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariuscapitanu1985@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Within Reach—Stretch for It https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-594811-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:26:39','2026-03-29 22:26:39','67a8e4a3-ab51-4d3e-ba81-f14c833995c5'),
(53663,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielHef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariuscapitanu1985@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Within Reach—Stretch for It https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-594811-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:26:40','2026-03-29 22:26:40','a077db70-e506-4616-af85-08fa6c1866ab'),
(53664,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielHef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mariuscapitanu1985@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Within Reach—Stretch for It https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-594811-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:26:41','2026-03-29 22:26:41','0f552a5b-1c62-475c-be62-d8e479062b2d'),
(53665,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacFrinc\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wardken1948@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Your Chance to Beat the Competition https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-987441-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:29:34','2026-03-29 22:29:34','07328d90-2ec1-4ba3-9d2a-683d4308f688'),
(53666,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacFrinc\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wardken1948@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Your Chance to Beat the Competition https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-987441-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:29:35','2026-03-29 22:29:35','682f0250-3144-4c62-b9d6-99d765b09f4d'),
(53667,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacFrinc\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wardken1948@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Your Chance to Beat the Competition https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-987441-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:29:36','2026-03-29 22:29:36','a837d259-01af-4afa-a84c-bc9ffbaebf71'),
(53668,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacFrinc\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wardken1948@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Your Chance to Beat the Competition https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-987441-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:29:38','2026-03-29 22:29:38','d771c09a-5711-477b-af4a-52b42e0a6b03'),
(53669,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacFrinc\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"wardken1948@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is Your Chance to Beat the Competition https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-987441-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareatmadison.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareatmadison.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:29:39','2026-03-29 22:29:39','5faf57a3-5a30-4881-901c-a425a3f05f78'),
(53670,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ViktorVek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Энергоэффективность дома из клееного бруса зависит от правильного проектирования и толщины стен. <a href=\\\"https://dom-rggu.ru/\\\">подробнее</a> Дерево само по себе обладает низкой теплопроводностью — в 5 раз ниже, чем у кирпича. <a href=\\\"https://dom-rggu.ru/\\\">дом из бруса с баней</a> А расходы на отопление брусового дома одни из самых низких среди всех технологий.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:33:55','2026-03-29 22:33:55','457ab76d-da6c-4fd8-a708-100c37de1096'),
(53671,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danieltus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"machiperez305@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Happy Harvest https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-953929-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccnazareth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccnazareth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:42:44','2026-03-29 22:42:44','22f5e7d1-a9e9-4301-9de3-d6d1460b219e'),
(53672,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danieltus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"machiperez305@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Happy Harvest https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-953929-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccnazareth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccnazareth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:42:45','2026-03-29 22:42:45','6b4f2c64-c86d-4c21-bc78-87b11fd4115f'),
(53673,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danieltus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"machiperez305@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Happy Harvest https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-953929-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccnazareth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccnazareth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:42:47','2026-03-29 22:42:47','551aded8-2d16-4783-bd66-0fd98746c16a'),
(53674,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danieltus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"machiperez305@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Happy Harvest https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-953929-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccnazareth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccnazareth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:42:48','2026-03-29 22:42:48','a4f08791-6a6b-48dd-9d0f-ef3ba0d20301'),
(53675,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Danieltus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"machiperez305@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Happy Harvest https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-953929-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccnazareth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccnazareth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:42:49','2026-03-29 22:42:49','b13c225b-3375-4f72-869a-20f57ff9505d'),
(53676,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesMof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"crystixc00lkidd@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is a Folder of Funds https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-749592-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:46:43','2026-03-29 22:46:43','635beac7-7e11-46b4-9784-e43a9d7e88ea'),
(53677,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesMof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"crystixc00lkidd@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is a Folder of Funds https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-749592-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:46:45','2026-03-29 22:46:45','26cdb191-afb7-48c9-95a5-ce7b71cb9f53'),
(53678,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesMof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"crystixc00lkidd@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is a Folder of Funds https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-749592-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:46:46','2026-03-29 22:46:46','8c3946a9-2adf-4d3d-8f3d-8f63b46aa46c'),
(53679,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesMof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"crystixc00lkidd@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is a Folder of Funds https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-749592-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:46:47','2026-03-29 22:46:47','e5bb9bc3-ede0-41ac-b2a9-c272d43b8a28'),
(53680,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesMof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"crystixc00lkidd@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! The $3,500,000 Jackpot Is a Folder of Funds https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-749592-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:46:48','2026-03-29 22:46:48','6a901316-c701-4110-a9e5-56d40aa45fd7'),
(53681,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24boins\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"graphinocer1986@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мониторинг rc24.pro обновляет актуальный рейтинг рабочих площадок 2026 года. Представленные магазины прошли отбор — только рабочие адреса. Сохраняйте страницу — зеркала периодически меняются. \\n \\nПубликуем список площадок с рабочими ссылками. Для входа используйте рядом с каждой площадкой. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★★ \\nРаботает стабильно на протяжении нескольких лет — 250+ городов. Проверен сообществом. \\nПроверенный магазин — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop12.ink\\\">loveeshop1300.biz</a> \\n \\n<b>2. Orb11ta</b> ★★★★☆ \\nДавно проверенная площадка — широкая сеть доставки. Рекомендован сообществом. \\nСтабильная работа — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11ta-com.top\\\">orb11ta.quest</a> \\n \\n<b>3. Chemical 696</b> ★★★★☆ \\nРаботает без перебоев — chemical696 официальный сайт. Проверен на форумах. \\nСтабильная работа — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemshop2.app\\\">chem696.com</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nПопулярный магазин — ls24 biz официальный. Рабочий вход. \\nТоп выбор — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://ls24.shop\\\">ls24.sbs</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nПроверенная площадка — tripmaster24 biz официальный сайт. Актуальные зеркала. \\nРекомендуем — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.live\\\">tripmaster.click</a> \\n \\n<b>6. Syndi24</b> ★★★★☆ \\nСиндикат — проверенная площадка — синдикат официальный сайт. Проверено. \\nСтабильная работа — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.live\\\">syndi24.live</a> \\n \\n<b>7. Narco24</b> ★★★★☆ \\nРаботает без перебоев — narcolog24 biz. Надёжная поддержка. \\nРекомендуем — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narco24.store\\\">narkolog.click</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nНадёжный сайт — bbt777 biz. Рабочий вход. \\nСтабильная работа — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt777.site\\\">bbt777.site</a> \\n \\n<b>9. BobOrganic</b> ★★★★☆ \\nСтабильная работа — боб органик. Есть доставка в Омск и Новосибирск. \\nНадёжная площадка — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://bob.organic\\\">bob.organic</a> \\n \\n<b>10. BadBoy</b> ★★★★★ \\nСтабильный магазин — badboy96 biz. Рабочий вход. \\nТоп выбор — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.click\\\">badboy96.click</a> \\n \\n<b>11. Kot24</b> ★★★★★ \\nКот24 — проверенный магазин — мяу маркет. Рабочий вход. \\nТоп выбор — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot-24.com\\\">kot24.pro</a> \\n \\n<b>12. Megapolis2</b> ★★★★★ \\nНадёжный сайт — megapolis2 com. Проверено. \\nТоп выбор — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.click\\\">megapolis2.click</a> \\n \\n<b>13. Stavklad</b> ★★★★☆ \\nСтабильная работа — новое зеркало www stavklad com. Проверено редакцией. \\nРекомендуем — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.click\\\">sevkavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nНадёжный сайт — купить лирику без рецепта. Широкая география. \\nСтабильная работа — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.info\\\">sberklad.info</a> \\n \\n<hr /> \\n<i>Материал подготовлен rc24.pro — регулярно обновляется. Сохраните ссылку — адреса меняются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:54:13','2026-03-29 22:54:13','4c7857d0-875e-44a9-8700-f9ceb0ed6a2a'),
(53682,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daniellus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"swarajtandel364@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Stroll to Satisfaction https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-546868-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:55:28','2026-03-29 22:55:28','8f7b357d-cfdd-477e-bc9e-d7392025906c'),
(53683,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daniellus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"swarajtandel364@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Stroll to Satisfaction https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-546868-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:55:29','2026-03-29 22:55:29','f1fb8ba7-4b95-4149-b5de-0772bd2efb47'),
(53684,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daniellus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"swarajtandel364@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Stroll to Satisfaction https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-546868-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:55:30','2026-03-29 22:55:30','0225e5e3-453c-4895-b3bc-9170e74a78e5'),
(53685,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daniellus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"swarajtandel364@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Stroll to Satisfaction https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-546868-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:55:32','2026-03-29 22:55:32','d195757a-6401-4ae6-9758-5e1269010ca3'),
(53686,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Daniellus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"swarajtandel364@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Stroll to Satisfaction https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-546868-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbeylea.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbeylea.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:55:34','2026-03-29 22:55:34','adf57b27-95b0-4d66-986f-39e89a1f5492'),
(53687,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidargus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"no.reply.JacquesVisser@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! completecareoakridge.com, \\nI noticed your website while searching for related sites. \\nWe currently offer platform for reaching website owners through contact pages. \\nMany companies use web platforms to connect with website operators. \\n  \\nYou can try the platform at no cost before using it. \\nIf you are interested, feel free to contact us for more details. \\n \\nThank you for your time. \\nContact us. \\nTelegram - https://t.me/FeedbackFormEU \\nWhatsApp - +375259112693 \\nWhatsApp  https://wa.me/+375259112693\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:56:47','2026-03-29 22:56:47','9b49f077-4c22-4e7c-869a-fe9b897c0ced'),
(53688,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianjam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"annie.grebert@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! A Single Click Could Bring You the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-979760-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:58:21','2026-03-29 22:58:21','964bf001-21fb-4b15-96dc-9b86913654e4'),
(53689,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sergeyhon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Дом из клееного бруса с террасой — идеальный вариант для загородной жизни под Петербургом. <a href=\\\"https://dom-rggu.ru/\\\">посмотреть проекты</a> Летом терраса становится главным жилым пространством — завтраки на свежем воздухе, вечерние чаепития. <a href=\\\"https://dom-rggu.ru/\\\">дом из клееного бруса с террасой</a> Именно за такой образ жизни люди и переезжают за город.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:58:24','2026-03-29 22:58:24','e3e4bcc8-0a28-455f-aa8e-9842f828c81c'),
(53690,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianjam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"annie.grebert@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! A Single Click Could Bring You the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-979760-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:58:24','2026-03-29 22:58:24','58d04a89-109e-433c-9355-eda776e4472a'),
(53691,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianjam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"annie.grebert@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! A Single Click Could Bring You the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-979760-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:58:25','2026-03-29 22:58:25','4cfa43f9-7940-4ffb-a311-982686b963a4'),
(53692,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianjam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"annie.grebert@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! A Single Click Could Bring You the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-979760-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:58:26','2026-03-29 22:58:26','ce18deca-4dd8-43b0-9356-54c4b8aac93f'),
(53693,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianjam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"annie.grebert@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! A Single Click Could Bring You the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-979760-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 22:58:27','2026-03-29 22:58:27','5915b76d-808d-4303-b115-05fbdcef282c'),
(53694,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Florrie Donohoe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"donohoe.florrie@hotmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[989],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nNot sure who on your team handles Google Ads — could you point me to the right person?\\n\\nMy name is Ivan. I specialize in Google Ads and Google Ad Grants (and I share paid-ad strategies on YouTube).\\n\\n I visited your website: https://cclehigh.com/contact-us/ and we are seeing that you guys are currently running Google Ads or have tried in the past.\\n\\nIf you guys want, we could help you save a lot of money for a lifetime on the Google Ad Grants account that has a $10K/month free ad spend credit (provided and paid by Google Ads each month), meaning that you don\'t have to spend a dime each month to get free quality leads and sales.\\n\\nWith our expertise on Google Ads, we can also help you set up successful ad campaigns, manage and optimize them to get you more customers/clients.\\n\\nIf you have any questions private email me at: ivan@doneforyou-campaigns.com\\n\\nIf you’re not the right contact, please forward this or let me know who I should contact. Thanks for your time — I appreciate it.\\n\\n\\nLooking forward to hearing from you,\\n\\nIvan Ramirez\\nAd Grants Lab\\nhttp://10k-youtubevideo.xyz\\n\\n\\n\\nIf you would like to opt-out of communication with us, visit:https://bit.ly/websiteoptout\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:09:00','2026-03-29 23:09:00','ebe04654-e417-40c0-8c6c-70f3dd95a006'),
(53695,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidCon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lapaulbarber180@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS THE REWARD FOR GOING ALL IN https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-969639-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:16:04','2026-03-29 23:16:04','7771be56-2088-422b-b1d2-dcfae935cfc6'),
(53696,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidCon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lapaulbarber180@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS THE REWARD FOR GOING ALL IN https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-969639-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:16:05','2026-03-29 23:16:05','06b67a8b-8fa7-4200-8687-c8322d4e0806'),
(53697,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidCon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lapaulbarber180@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS THE REWARD FOR GOING ALL IN https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-969639-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:16:06','2026-03-29 23:16:06','405eee61-9a79-45f0-89d2-8dece89b42fe'),
(53698,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidCon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lapaulbarber180@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS THE REWARD FOR GOING ALL IN https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-969639-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:16:08','2026-03-29 23:16:08','4cb8babc-f012-464a-b453-bc63bc242564'),
(53699,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidCon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lapaulbarber180@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS THE REWARD FOR GOING ALL IN https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-969639-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharborage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharborage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:16:09','2026-03-29 23:16:09','98711e09-04e1-4077-97ea-b511852d5845'),
(53700,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Della Saddler\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"della.saddler@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Della Saddler\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1073],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Just reaching out,\\n\\nI found your site and thought this might help.\\n\\nThere\'s a free tool that lets you get seen on more platforms across multiple classified sites with just a few clicks.\\n\\nIf you want extra traffic, here’s where to go:\\nhttps://websubmitterpro.com\\n\\nIt’s 100% free to try and takes almost no time.\\n\\nHappy to share more free ways to get exposure.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmilfordmanor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmilfordmanor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:20:53','2026-03-29 23:20:53','cf6450f6-abcb-4cd9-b156-6259aef5c07a'),
(53701,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertvibre\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Здравейте, исках да знам цената ви.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:21:55','2026-03-29 23:21:55','7b71b115-ef4c-496d-a87f-6aa3c1d26191'),
(53702,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RuslanBex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как выбрать размер детской площадки под ваш участок? <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">выбрать детскую площадку</a> Для стандартных 6 соток подойдёт компактный комплекс 3x2 метра. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">песочница для детей</a> Для больших участков можно позволить себе полноценный городок с несколькими зонами.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:23:51','2026-03-29 23:23:51','acc6280b-d1af-4dd2-9aa6-ead527d3f9eb'),
(53703,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonidHed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Дом из клееного бруса не требует ожидания усадки — можно заселяться сразу после строительства. <a href=\\\"https://dom-rggu.ru/\\\">деревянный дом из бруса</a> Для обычного бруса или бревна нужно ждать год-полтора, а здесь — всё готово к отделке сразу. <a href=\\\"https://dom-rggu.ru/\\\">индивидуальный проект дома из бруса</a> Это огромный плюс для тех, кто не хочет затягивать стройку.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:29:22','2026-03-29 23:29:22','3cefbd7c-c844-4f83-8386-7c3740595d41'),
(53704,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertwrons\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sveiki, es gribēju zināt savu cenu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareglendale.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareglendale.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:36:48','2026-03-29 23:36:48','cd80434f-f8a1-4b87-a9e3-74f28b822e42'),
(53705,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesjam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikedelloro@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS NOT RESERVED FOR EXPERTS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-708573-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:40:58','2026-03-29 23:40:58','8132b111-d0f2-4eae-b6d3-508ac96ceb43'),
(53706,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesjam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikedelloro@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS NOT RESERVED FOR EXPERTS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-708573-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:40:59','2026-03-29 23:40:59','e2838a0a-b0a8-4c5e-9555-9f4ea10f5a62'),
(53707,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesjam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikedelloro@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS NOT RESERVED FOR EXPERTS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-708573-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:41:00','2026-03-29 23:41:00','7c428ca4-d9c0-4ee9-9c1d-8ecf647c60d2'),
(53708,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesjam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikedelloro@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS NOT RESERVED FOR EXPERTS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-708573-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:41:02','2026-03-29 23:41:02','a40f0bd7-8cac-4311-8d77-a8da23013e40'),
(53709,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesjam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mikedelloro@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS NOT RESERVED FOR EXPERTS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-708573-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:41:03','2026-03-29 23:41:03','45652b07-ead0-4e2e-b226-6dfc3ceb4763'),
(53710,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonesberle845@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is More Than Luck—It’s Your Moment https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-906459-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:41:41','2026-03-29 23:41:41','53519c08-8267-4199-a744-d7993cca129d'),
(53711,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonesberle845@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is More Than Luck—It’s Your Moment https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-906459-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:41:42','2026-03-29 23:41:42','17ae1cba-dfb5-4af3-9725-329c2bd250a2'),
(53712,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonesberle845@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is More Than Luck—It’s Your Moment https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-906459-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:41:43','2026-03-29 23:41:43','4b82fb0a-1775-424c-bb2a-dfc102f1298e'),
(53713,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonesberle845@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is More Than Luck—It’s Your Moment https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-906459-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:41:44','2026-03-29 23:41:44','d186973f-84dc-43cb-b3ab-b40c008f2723'),
(53714,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jonesberle845@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is More Than Luck—It’s Your Moment https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-906459-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:41:45','2026-03-29 23:41:45','681a4864-7cac-439a-9d04-da02d272e631'),
(53715,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertbiams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:48:08','2026-03-29 23:48:08','8dd9c896-ed20-4e20-b955-3bea9d088d06'),
(53716,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielFalge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"granthorace229@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS A JOURNEY TO JOY https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-745004-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:55:25','2026-03-29 23:55:25','bba0ce1c-4d22-48bd-8e7d-99679f4052ff'),
(53717,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielFalge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"granthorace229@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS A JOURNEY TO JOY https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-745004-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:55:27','2026-03-29 23:55:27','83c6417c-db3a-4622-b751-b9c408315f46'),
(53718,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielFalge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"granthorace229@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS A JOURNEY TO JOY https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-745004-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:55:28','2026-03-29 23:55:28','79b255c1-a0de-463f-ab49-e29aede95ebc'),
(53719,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielFalge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"granthorace229@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS A JOURNEY TO JOY https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-745004-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:55:30','2026-03-29 23:55:30','2fb95e64-f7f4-4171-8ea3-da68cbe497f9'),
(53720,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielFalge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"granthorace229@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS A JOURNEY TO JOY https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-745004-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-29 23:55:31','2026-03-29 23:55:31','8b6a40f7-ed0b-4e76-bc73-77d561693d12'),
(53721,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertsow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, roeddwn i eisiau gwybod eich pris.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwheaton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwheaton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:05:25','2026-03-30 00:05:25','c7718a3f-6906-495f-88a7-aef03350e8b5'),
(53722,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ken Mario\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ken.mario@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Ken Mario\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1425],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Reaching out,\\n\\nSaw your website and thought this could help.\\n\\nThere’s a free tool that lets you get more exposure across multiple classified sites with a single submission.\\n\\nHere’s the URL:\\nclassifiedsubmitter.com\\n\\nIt’s totally free and takes seconds.\\n\\nIf you want more free tools, let me know.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:07:12','2026-03-30 00:07:12','2853790a-080e-4e37-9397-8921eb868114'),
(53723,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aaronrhila\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qgtguppt@fuhrenmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Найти кракен актуальная ссылка на сегодня бывает непросто из-за постоянных блокировок. Площадка Kraken использует множество резервных адресов, поэтому опытные пользователи всегда имеют под рукой список ссылок кракен. В 2026 году работоспособными остаются различные зеркала в доменных зонах .cc и .top, которые ведут на официальный интерфейс магазина. \\n<a href=\\\"https://slon11at.net\\\">кракен тг ссылка</a> \\nДля быстрого доступа используется ссылка кракен зеркала рабочая или обновленная нова ссылка кракена. Зеркала полностью копируют функционал основного сайта, позволяя совершать покупки в обход блокировок. Многие сохраняют кракен список рабочих ссылок и зеркал в заметках, чтобы не потерять доступ к маркету в случае сбоя основного домена. \\n<a href=\\\"https://slon14at.net\\\">кракен ссылки актуальные 2026</a> \\nУдобным способом всегда оставаться на связи является кракен в телеграмме ссылка. Официальные боты автоматически присылают ссылку на кракен телеграм и проверенные зеркала. Кракен бот телеграмм ссылка работает как навигатор: достаточно отправить ему команду, и он выдаст актуальный адрес для входа. \\n<a href=\\\"https://slon11to.com\\\">slon5 at</a> \\nДля максимальной анонимности используется кракен ссылка onion, которая открывается только через браузер Tor. Если вы не знаете, где найти ссылку на кракен, лучше всего обращаться к проверенным источникам в Telegram или мониторингам, которые публикуют верифицированные кракен ссылка kraken и зеркала, защищая пользователей от мошенников. \\n<a href=\\\"https://slon8to.net\\\">slon7.cc</a> \\n \\n \\nhttps://slon14to.net \\n \\nссылка кракен онион\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:13:15','2026-03-30 00:13:15','d07a6044-0cda-4971-a023-f9ddb4ea516c'),
(53724,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brittany Evans\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"brittany@virtualeaseservice.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Virtual Ease Service\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1091],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello there,\\n\\nThis is Brittany from Virtual Ease Service. Our Virtual Assistants can help with social media, admin work, customer service, prospecting, and more.\\n\\n\\nReply YES for a quick call or STOP to opt out.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:16:39','2026-03-30 00:16:39','bd0fe57f-597e-4dce-8509-a42cb54e750f'),
(53725,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alyssa Stone\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alyssa@turbojot.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TurboJot\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! My name is Alyssa and I’d love to invite you to try TurboJot. I actually founded the company. It’s built to automate contact form submissions at scale. Simply upload a list of URLs and TurboJot automatically finds and submits contact forms on those sites. It beats cold email and paid ads on ROI and costs just $0.10 per submission. Powered by a rotating IP network, stealth browser, AI captcha solving, and human like browsing behavior. You can sign up for free and give it a try. I’d really appreciate the support. https://www.turbojot.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:26:11','2026-03-30 00:26:11','9d880983-61d8-42a0-a85f-9716bd6968d8'),
(53726,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertSmoon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Здравейте, исках да знам цената ви.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:26:27','2026-03-30 00:26:27','9d4c5d61-8945-4071-852b-df26b2b92bf5'),
(53727,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alyssa Stone\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alyssa@turbojot.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! My name is Alyssa and I’d love to invite you to try TurboJot. I actually founded the company. It’s built to automate contact form submissions at scale. Simply upload a list of URLs and TurboJot automatically finds and submits contact forms on those sites. It beats cold email and paid ads on ROI and costs just $0.10 per submission. Powered by a rotating IP network, stealth browser, AI captcha solving, and human like browsing behavior. You can sign up for free and give it a try. I’d really appreciate the support. https://www.turbojot.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:26:33','2026-03-30 00:26:33','825424e0-9cef-4cde-aa34-e83b26b7d61a'),
(53728,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Regena Dudley\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"regena.dudley@msn.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Regena Dudley\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1323],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hope you\'re well,\\n\\nThought this might be useful for your website.\\n\\nThere\'s a free tool that lets you boost your online visibility across multiple classified sites with a single submission.\\n\\nIf you want a quick visibility boost, here’s the URL:\\nclassifiedsubmitter.com\\n\\nIt’s free to use and takes under a minute.\\n\\nJust reply if you want more ideas.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:33:41','2026-03-30 00:33:41','2f2e08aa-26fe-4cdd-955e-0b73e38e636f'),
(53729,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianInget\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"leannegriff@hotmail.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Gathering of Gains https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-192248-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:36:35','2026-03-30 00:36:35','a80ff5c6-eadb-4cf3-b44d-6f550475a911'),
(53730,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianInget\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"leannegriff@hotmail.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Gathering of Gains https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-192248-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:36:36','2026-03-30 00:36:36','92472544-6fd6-4f2e-b51f-d81ba4c563c6'),
(53731,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianInget\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"leannegriff@hotmail.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Gathering of Gains https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-192248-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:36:37','2026-03-30 00:36:37','0d7f243c-b1f8-4468-b613-8fb6954fc9a0'),
(53732,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianInget\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"leannegriff@hotmail.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Gathering of Gains https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-192248-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:36:38','2026-03-30 00:36:38','4e1d22e6-76e5-42da-90e7-f38a435c481d'),
(53733,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianInget\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"leannegriff@hotmail.co.uk\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! The $3,500,000 Jackpot Is a Gathering of Gains https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-192248-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:36:40','2026-03-30 00:36:40','e506a283-de4c-449a-ab4c-9e0b2523a09a'),
(53734,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesChisy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rexxallen70@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT COULD FUND YOUR WEEKEND PLANS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-617175-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:38:11','2026-03-30 00:38:11','1af0fa95-7a1b-4d03-979f-71a47c07495d'),
(53735,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesChisy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rexxallen70@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT COULD FUND YOUR WEEKEND PLANS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-617175-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:38:12','2026-03-30 00:38:12','08e880c9-62e8-47bb-9e4b-8c102a19d0fa'),
(53736,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesChisy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rexxallen70@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT COULD FUND YOUR WEEKEND PLANS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-617175-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:38:13','2026-03-30 00:38:13','da05ae24-9431-4bc7-82d2-ccb61712cf03'),
(53737,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesChisy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rexxallen70@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT COULD FUND YOUR WEEKEND PLANS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-617175-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:38:15','2026-03-30 00:38:15','dd9a1ef4-4fcb-4eb9-a10b-66d38e599dca'),
(53738,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesChisy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rexxallen70@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT COULD FUND YOUR WEEKEND PLANS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-617175-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:38:16','2026-03-30 00:38:16','782b07d9-215c-4106-9130-fc719ee3ca27'),
(53739,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1winazerbaijanbon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"werso078400iu@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Thanks, +  \\n \\n \\n_________________ \\n<a href=\\\"https://1winazerbaijanbonus.help/Bukmeker_kontoru_1win_promo_kod_depozit_bonusu.html\\\">1win saytının güzgüsünü yüklə</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:38:35','2026-03-30 00:38:35','63cdd3af-b2ac-4734-80fb-dfe376ca8ba2'),
(53740,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertRam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hola, quería saber tu precio..\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 00:45:07','2026-03-30 00:45:07','47dea0d7-9603-427c-9d89-5f763c4ab38c'),
(53741,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roberttem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hæ, ég vildi vita verð þitt.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccjeffersonmeadows.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccjeffersonmeadows.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 01:09:43','2026-03-30 01:09:43','b49ea94f-951c-427b-a2f9-b19f49164b92'),
(53742,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stavroula A\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mulvany.jesus@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Stavroula\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1185],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I came across your website on Google and felt your brand identity could better reflect the quality of your business.\\n\\nI’m a Fiverr Pro–vetted brand identity designer, and I created a custom concept for your business to show how a more modern visual direction could elevate your brand.\\n\\nYou can review it here (no obligation at all):\\nhttps://tinyurl.com/Stavroula-brand-update\\n\\nIf you feel it adds value, I’d be happy to discuss next steps. Even small changes can make a big impact.\\n\\nBest,\\nStavroula\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccchestnuthill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccchestnuthill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 01:30:10','2026-03-30 01:30:10','e50c4e19-0924-4123-b958-401bbb1b0859'),
(53743,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Raymondiroky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kirvvv02@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сам недавно изучал вопрос поведенческих факторов — наткнулся на толковую статью: <a href=\\\"https://spark.ru/user/268812/blog/315064/nakrutka-pf-v-yandeks-polnoe-rukovodstvo\\\">https://spark.ru/user/268812/blog/315064/nakrutka-pf-v-yandeks-polnoe-rukovodstvo</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 01:44:48','2026-03-30 01:44:48','a069eea8-059a-47b3-835c-268d5f153eb5'),
(53744,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesbuito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rtorres195@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS WITHIN REACH—STRETCH FOR IT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-446189-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 01:48:33','2026-03-30 01:48:33','524c9c74-8c42-4bdf-a95f-a2f2e86d7ce1'),
(53745,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesbuito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rtorres195@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS WITHIN REACH—STRETCH FOR IT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-446189-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 01:48:34','2026-03-30 01:48:34','6c848138-d871-4e2b-a1bc-e1352f83e0d9'),
(53746,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesbuito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rtorres195@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS WITHIN REACH—STRETCH FOR IT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-446189-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 01:48:35','2026-03-30 01:48:35','937f3d7a-f70f-49ee-815c-5abbaecbabbc'),
(53747,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesbuito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rtorres195@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS WITHIN REACH—STRETCH FOR IT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-446189-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 01:48:36','2026-03-30 01:48:36','a3206f77-c720-413f-98b3-6126b9647419'),
(53748,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlesbuito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rtorres195@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT! THE $3,500,000 JACKPOT IS WITHIN REACH—STRETCH FOR IT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-446189-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmanitowoc.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmanitowoc.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 01:48:37','2026-03-30 01:48:37','9ed3716b-1cea-409b-b2de-0ebeb4121700'),
(53749,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"TimofeyVek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Почему стоит покупать детский комплекс от производителя, а не в перекупке? <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">детский игровой комплекс</a> Производитель даёт гарантию, использует качественную древесину и отвечает за безопасность. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">тут</a> Плюс цена обычно ниже, чем у посредников.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 01:58:46','2026-03-30 01:58:46','6d92dea9-b864-4228-aa8c-8714548f3d54'),
(53750,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Travis McLemore\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mclemore.travis@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Travis at Letstok\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nHere is the greatest results Video generator for eCommerce websites like cclaurelton.com.\\n\\nBoost your sales with video ads made by AI.\\n\\nLetstok transforms your product pages into UGC-style videos — instantly.\\n\\nJoin hundreds of store owners already saving hours weekly.\\n\\nTry it free + 50% off Black Friday: https://www.letstok.com/\\n\\nBest,\\nTravis McLemore\\nLetstock AI\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:02:26','2026-03-30 02:02:26','278b114b-beff-48f5-b0ff-051ae96faa48'),
(53751,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jacinto Clever\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jacinto.clever@msn.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jacinto Clever\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nWant your message to reach real businesses without relying on unpredictable exposure?\\nContact form blasting delivers your offer directly through website contact forms — fast, direct, and impossible to ignore.\\nNo algorithms. No ad spend. No waiting for someone to find you.\\nJust guaranteed delivery straight to business inboxes and dashboards.\\nWhether you’re promoting a service, launching a product, booking appointments, or generating leads, contact form blasting gives you dependable, scalable reach.\\nIf this message reached you, imagine what your message can do across thousands — or millions — of sites.\\nStart your campaign at contactpageads.com and get your offer in front of real decision‑makers.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:04:47','2026-03-30 02:04:47','2f08e418-e069-4bb3-a268-5ba959c3ed42'),
(53752,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertkat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Посмотрите видео как мы работаем https://drogal.ru/uslugi/upakovka/termousadochnaya-upakovka/\\n \\nВсе работы выполняют профессиональные такелажники https://drogal.ru/glossary/pervichnaya-upakovka/\\n  На сайте можно ознакомиться с примерами выполненных задач https://drogal.ru/glossary/melkaya-otpravka/\\n  Заказать услуги можно по телефону https://drogal.ru/glossary/logisticheskie-centri/\\n  Перед началом работ специалист выезжает на место проведения работ, оценивает все аспекты, составляет и утверждает смету https://drogal.ru/portfolio-items/takelazh-portalnogo-stanka-51-t/\\n \\nСледующий час: 1 350 /час https://drogal.ru/portfolio-items/takelazhnye-raboty-po-peremeshcheniyu-gruza/\\n \\nИспользуем только заводской инструмент и оснастку с паспортами и проверенным интервалом нагрузок Каждый месяц проводим испытания оборудования на собственной площадке https://drogal.ru/kontakty/\\n \\nТакелаж промышленного оборудования пресс 8 тонн https://drogal.ru/glossary/informacionnie-nadpisi/\\n \\nКомплексный подход снижает затраты на 25% \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:12:06','2026-03-30 02:12:06','bf8995a1-36b0-4a5c-8529-1d4a777188c9'),
(53753,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeAnnep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"О бренде Germaine de Capuccini \\n\\n• Высококонцентрированные активные компоненты: Только самое лучшее для вашей кожи – от эксклюзивных пептидов и гиалуроновой кислоты до витаминных коктейлей и активаторов коллагена https://www.germainedecapuccini.ru.com/collection/linii?page=7\\n \\nФранцузский шарм отразился не только в названии бренда, но и в самой косметике, которая отличалась изысканными текстурами и ароматами, характерными для времен парижского шика https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/maska-eksfoliiruyuschaya-ahabha-expert-lab-glycocure-intense-renewal-exfoliating\\n \\n\\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:14:47','2026-03-30 02:14:47','8bb1cae3-fcbf-4e28-a2ca-dc80da5f959c'),
(53754,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidWon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Некоторые из популярных моделей имеются в выставочном зале мебельного салона в Москве, что позволит приобрести необходимые элементы интерьера в кратчайшие сроки - всего за 1-2 дня https://www.legnostyle.ru/catalog/mebel/prihojie/garderobnaa-model-gp-9.html\\n   Итальянская мебель под заказ поставляется в срок от 1 месяца https://www.legnostyle.ru/catalog/inter-eri/pt-19.html\\n \\nНа сайте проекта представлена актуальная и полная информация о более чем 5 232 680 организациях России и СНГ в виде удобного рубрикатора по сферам деятельности компаний и географического справочника организаций https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-d43.html\\n   Администрация сайта не несет ответственности за контент на сайте, так как вся информация на сайте собрана из открытых источников и добавляется пользователями, а отзывы написаны посетителями сайта https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-30.html\\n   \\\\ \\nВозможность воссоздания интерьера по эскизам https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/razdviznaya-dver-rd-1.html\\n   Если вы не подобрали ничего из нашего каталога, закажите создание гарнитура по индивидуальному эскизу https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-16.html\\n   Эту услугу уже оценили многие архитекторы и дизайнеры https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaya-dver-d52.html\\n   Вы можете приобрести у нас немецкую мебель, которая будет полностью соответствовать дизайнерскому замыслу https://www.legnostyle.ru/catalog/mebel/scg-34.html\\n \\nИсходя из совокупности характеристик, присущих элитной мебели, становится понятной её возрастающая популярность https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=5\\n   Качество и красота на долгие-долгие годы стоят затраченных материальных ресурсов и, как показывает практика, многие покупатели уже пришли к этому выводу https://www.legnostyle.ru/montazh-i-ustanovka-mezhkomntanyh-dverei.html\\n \\nБезупречная эргономика https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=11\\n   Каждый элемент кабинета спроектирован таким образом, чтобы создавать оптимальные условия для работы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d32.html\\n   Деловые мелочи всегда будут под рукой, на просторной столешнице разместятся все важные бумаги, удобное кресло обеспечит эффективную поддержку позвоночника https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-o19.html\\n \\nЧерез две недели после первого разговора с менеджером я ужинал в новой кухне https://www.legnostyle.ru/derevyannye-naruzhnye-lestnicy.html\\n   Отмечу мастерство и пунктуальность монтажников - пришли вовремя и сделали все на совесть https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvijnaa-dver-rd-12.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:17:07','2026-03-30 02:17:07','1076a4f8-bbab-472b-b6d9-6414eef31c45'),
(53755,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rudolf Parsons\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"parsons.rudolf@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Rudolf Parsons\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hope you\'re well,\\n\\nI noticed your business online and wanted to pass this along.\\n\\nI wanted to share a free resource that helps you submit your website across multiple classified sites with almost no effort.\\n\\nIf you want extra traffic, here’s where to go:\\nwebsubmitterpro.com\\n\\nIt’s 100% free to try and takes less time than submitting to even one site manually.\\n\\nJust reply if you want more ideas.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:17:24','2026-03-30 02:17:24','2fe3de6b-a527-4edf-811d-856fbaedc79d'),
(53756,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Albertina Kraegen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kraegen.albertina98@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Albertina Kraegen\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1215],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Quick note,\\n\\nThought you might want this.\\n\\nThere’s a completely free tool that lets you get more exposure across multiple classified sites with a single submission.\\n\\nGo here:\\nclassifiedsubmitter.com\\n\\nIt’s totally free and takes seconds.\\n\\nI can send more free traffic resources.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:17:56','2026-03-30 02:17:56','90a0f343-6d73-4b9d-8e7e-ef2d11ffe31c'),
(53757,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Georgemub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n• Доверие экспертов: Бренд признан во всем мире косметологами и дерматологами https://www.germainedecapuccini.ru.com/collection/zaschita-ot-solntsa-2/product/uvlazhnyayuschiy-balzam-dlya-gub-spf20\\n \\nЧТО ВЫ ПОЛУЧИТЕ, ПРИОБРЕТАЯ GERMAINE DE CAPUCCINI? \\n\\nУже более 50 лет компания GERMAINE de CAPUCCINI предлагает салонам красоты великолепное качество своих профессиональных продуктов и средств для домашнего ухода https://www.germainedecapuccini.ru.com/product/nabor-series-golden-hours-excel-therapy-o2\\n  GERMAINE de CAPUCCINI имеет одну из самых передовых в Европе лабораторий, которая занимается исследованиями, разработками и инновациями в косметологии https://www.germainedecapuccini.ru.com/collection/all/product/nabor-nabor-rastsvet-krasoty-timexpert-wrinkless-syvorotka-50-ml-krem-pro-kollagenovoy-50-ml\\n \\nВ 1964 году компания GERMAINE de CAPUCCINI стала первым испанским производителем на рынке профессиональной косметики, и по сей день является бессменным косметическим лидером Испании, а также входит в пятерку лучших брендов профессиональной косметики в Европе https://www.germainedecapuccini.ru.com/collection/kremy-dlya-litsa/product/krem-dlya-korrektsii-morschin-nasyschennyy-rich\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:19:33','2026-03-30 02:19:33','1069147e-f253-4f3b-8079-cd7c5ac0c103'),
(53758,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Andreyhon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Спортивный комплекс для детей на дачу — отличное решение для активных ребят. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">подробнее</a> Верёвочные лестницы, рукоходы и скалодромы развивают силу, ловкость и уверенность в себе. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">тут</a> Такие комплексы подходят детям от 5 до 12 лет.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:24:35','2026-03-30 02:24:35','769197e1-d50b-423e-987b-90eed833facf'),
(53759,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertperge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелажно стропальные работы выгрузка и перемещение бочки вес 11370кг https://drogal.ru/glossary/gruzopogloshayushie-punkti/\\n \\nМонтаж промышленного оборудования требует особых знаний, навыков и ответственного подхода, поэтому доверять его следует профессионалам, работающим в компании https://drogal.ru/portfolio-items/takelazhnye-raboty-v-moskve-i-moskovskoy-oblasti/\\n \\nИдеально для: \\nМонтаж оборудования https://drogal.ru/upakovka/\\n \\nАкции на наши услуги https://drogal.ru/glossary/sertifikat-o-proishozhdenii-tovara/\\n \\nМосква 2009 год https://drogal.ru/uslugi/kranovye-raboty/podem-gruzov-cherez-okno/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:27:38','2026-03-30 02:27:38','ef6526be-ef4f-4428-a16a-9cd83df3113e'),
(53760,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roberthix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вызвать оценщика https://drogal.ru/glossary/vneshnyaya-upakovka/\\n \\nДиректор по персоналу https://drogal.ru/portfolio-items/izgotovlenie-yashhikov-fanery-na-zakaz/\\n \\nУслуги по демонтажу могут быть выполнены совместно с погрузочно-разгрузочными работами, например, если требуется разобрать какую-либо конструкцию, транспортировать ее на новое место, а затем собрать https://drogal.ru/uslugi/upakovka/eksportnaya-upakovka/\\n \\n13,6 метра / 20 тонн https://drogal.ru/uslugi/kranovye-raboty/podem-gruzov-cherez-okno/\\n \\nНередко при такелаже применяется обрешетка – универсальная упаковка, представляющая собой жесткий каркас из досок и брусков https://drogal.ru/glossary/voditel/\\n  Если нужно сделать ее сплошной, дополнительно используются листовые материалы на древесной основе https://drogal.ru/glossary/gruzopogloshayushie-punkti/\\n  Обрешетка сбивается на месте по размерам перевозимого груза, может быть разборной на петлях или болтах и оснащаться полозьями https://drogal.ru/glossary/povagonnaya-otpravka/\\n \\nОтзывы о нашей работе https://drogal.ru/glossary/obekt-strahovaniya/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:30:47','2026-03-30 02:30:47','20b62286-da53-4444-844b-cdfc3e45b0e6'),
(53761,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertRaisk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ola, quería saber o seu prezo.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareclark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareclark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:31:47','2026-03-30 02:31:47','5bd3e6ab-cc2b-45fb-b6da-9ba7bbc3421d'),
(53762,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottToibe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Попробовать ещё раз https://berezov-lsk.ru/\\n \\nЭтапы работ https://berezov-lsk.ru/\\n \\nОбщая площадь участка https://berezov-lsk.ru/\\n \\nОбслуживание и уход https://berezov-lsk.ru/\\n \\nКакие плюсы дает дизайн участка? \\nОбщая стоимость работ 510 000 Р https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:32:04','2026-03-30 02:32:04','e8afe0eb-0d79-414f-a0f4-e801625add4c'),
(53763,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Major Donoghue\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"donoghue.major@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Major Donoghue\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1383],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI came across your website and wanted to share something useful.\\n\\nI wanted to share a free resource that helps you get seen on more platforms across multiple classified sites with a single submission.\\n\\nIf you want to push your site out wider, here’s the address:\\nwww.classifiedsubmitter.com\\n\\nIt’s a free traffic booster and takes less time than submitting to even one site manually.\\n\\nI can send more ways to promote your site if you want.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:34:28','2026-03-30 02:34:28','561e465f-3d86-444e-8cd7-5f0c3b9c9013'),
(53764,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertErype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Современная техника снижают стоимость услуг на 23% \\n4 ч https://drogal.ru/\\n  работы + 1 час подача авто https://drogal.ru/glossary/voditel/\\n \\nЗаказать такелажные работы вы можете, позвонив по телефону вверху страницы или нажав на кнопку и заполнив форму, с помощью которой вы сможете связаться с нашим сотрудником https://drogal.ru/glossary/obreshetka/\\n  Он может проконсультировать вас по ценам и подробным условиям выполнения работ с вашим типом груза https://drogal.ru/portfolio-items/takelazhnie-raboti-v-ryazani/\\n \\nГрузовые автомобили – Перейдите и ознакомьтесь с автопарком транспортной компании https://drogal.ru/glossary/strahovanie-gruzov/\\n \\nТакелаж промышленного оборудования пресс 8 тонн https://drogal.ru/glossary/zapros/\\n \\nСпециалист технического отдела бесплатно проведет осмотр объекта и составит план-график работ с указанием цен на все виды услуг с учетом всех федеральных норм промышленной безопасности и требований страховых компаний https://drogal.ru/portfolio-items/uslugi-avtokrana-i-takelazhnye-raboty/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:36:02','2026-03-30 02:36:02','34a175fb-bc16-4bef-9e7a-a00c8f7c40a4'),
(53765,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryHix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Скидка на тату в дни ваших праздничных событий (день рождения, юбилей свадьбы и т https://maze.tattoo/catalog/m/malenkiy-prints/\\n п.) \\nЮридическая гарантия https://maze.tattoo/catalog/i/ikra/\\n \\n15 профессиональных топ-мастеров, у каждого из которых – свой индивидуальный и неповторимы стиль https://maze.tattoo/catalog/e/\\n \\nБолее 10000 клиентов рекомендуют наш тату салон своим друзьям https://maze.tattoo/catalog/k/korabl/\\n \\nПосетив нашу студию, вы сможете оценить безупречный уровень обслуживания по 10 бальной шкале и оставить свой отзыв https://maze.tattoo/piercing/\\n \\nг https://maze.tattoo/catalog/i/indeytsy/\\n  Москва, 7 июня 2025 https://maze.tattoo/catalog/k/krest/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:38:52','2026-03-30 02:38:52','15d992e1-9b20-456c-95d8-616b19c14ba3'),
(53766,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesDug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Деревья хвойные (высота от 2 м до 4 м) \\nРазработка проекта участка в подарок при заказе любых работ https://зеленая-жизнь.com/solnechnogorsk\\n \\nВы получите план-график работ и оплат, что позволит вам спланировать своё время и бюджет https://зеленая-жизнь.com/proizvodstvo\\n \\nРеализация проекта https://зеленая-жизнь.com/osveshenie\\n \\nПроектирование https://зеленая-жизнь.com/gorizont11\\n \\nДендроплан гармонически интегрирует растения в ваш дизайн, подчеркивая их естественную красоту и создавая чувство единения с природой https://зеленая-жизнь.com/drenazh\\n  Разбивочно-посадочный чертеж предоставляет подробные сведения о расположении каждого отдельного элемента, гарантируя идеальное расположение для каждого дерева и куста https://зеленая-жизнь.com/proekt\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:39:25','2026-03-30 02:39:25','3b20be2f-4deb-4c38-9340-9a5e3668e106'),
(53767,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryWeway\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"с 2009 года https://maze.tattoo/catalog/gh/zhar-ptitsa/\\n \\nМастер тату https://maze.tattoo/catalog/ch/\\n \\nДобро пожаловать в один из лучших салонов тату в Москве – студию «Классик» https://maze.tattoo/catalog/ee/\\n  Наши мастера воплотят в реальность любую вашу идею татуировки, гарантировав абсолютную стерильность и максимальный комфорт https://maze.tattoo/catalog/sha/schuka/\\n \\nОдин из самых старейших тату салонов Москвы Команда мастеров с международным опытом Индивидуальные эскизы под каждую идею Безопасность, стерильность, комфорт https://maze.tattoo/catalog/n/nasekomye/\\n \\nГлавные преимущества нашего тату салона https://maze.tattoo/catalog/e/egipet/\\n \\nТренд на украшение тела пирсингом в мире, в том числе в Москве, набирает обороты https://maze.tattoo/catalog/p/podkova/\\n  Сегодня это неотъемлемая часть боди-арта, которая ценится не меньше, чем тату https://maze.tattoo/catalog/z/\\n  Обратившись в студию «Классик», вы получите не просто качественную услугу, но и быструю, а главное – безболезненную и безопасную процедуру https://maze.tattoo/catalog/d/djoker/\\n  Кроме того, прямо здесь, на месте, можно подобрать подходящее украшение (на выбор предложены сотни оригинальных изделий), использовать свое и даже оформить у нас специальный заказ https://maze.tattoo/catalog/l/lovets-snov/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:40:37','2026-03-30 02:40:37','695c256b-d609-49d7-b2be-d600b5d72c27'),
(53768,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacJaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"orionthrashhard666@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! Experience the Adrenaline of Winning the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-284859-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:40:56','2026-03-30 02:40:56','4102b772-6606-4c50-b75d-50582e878dac'),
(53769,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacJaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"orionthrashhard666@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! Experience the Adrenaline of Winning the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-284859-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:40:57','2026-03-30 02:40:57','9aa2a112-5aa7-4d98-af8d-fe809758d637'),
(53770,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacJaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"orionthrashhard666@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! Experience the Adrenaline of Winning the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-284859-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:40:59','2026-03-30 02:40:59','575812b0-29e6-4cb4-89ba-fd8afbdd70c0'),
(53771,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacJaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"orionthrashhard666@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! Experience the Adrenaline of Winning the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-284859-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:41:00','2026-03-30 02:41:00','dfdd0006-e960-4542-9fea-6b9a1045f189'),
(53772,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacJaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"orionthrashhard666@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! Experience the Adrenaline of Winning the $3,500,000 Jackpot https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-284859-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:41:01','2026-03-30 02:41:01','0ee78b49-05ad-4ad9-ac71-c9f02a4715fb'),
(53773,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeZer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"• Философия холистического ухода: Germaine de Capuccini заботится не только о внешнем виде, но и о здоровье кожи изнутри https://www.germainedecapuccini.ru.com/collection/all/product/emulsiya-solntsezaschitnaya-antivozrastnaya-dlya-litsa-spf-30-timexpert-sun\\n \\nБренд GERMAINE de CAPUCCINI сегодня – это передовая экологичная фабрика в г https://www.germainedecapuccini.ru.com/collection/syvorotki\\n  Алькой (провинция Аликанте, Испания). Тщательное тестирование препаратов на всех этапах производства, инновационные формулы, разнообразные текстуры и уникальные ароматы, разработанные специально для каждой линейки продуктов, делают бренд по-настоящему уникальным https://www.germainedecapuccini.ru.com/collection/timexpert-radiance-c-antioksidantnyy-uhod-new\\n \\nВ 1964 году компания GERMAINE de CAPUCCINI стала первым испанским производителем на рынке профессиональной косметики, и по сей день является бессменным косметическим лидером Испании, а также входит в пятерку лучших брендов профессиональной косметики в Европе https://www.germainedecapuccini.ru.com/collection/dlya-litsa/product/nabor-korrektiruyuschiy-antioksidantnyy-dlya-suhoy-i-ochen-suhoy-kozhi-litsa-timexpert-radiance-c-purec10-and-timexpert-rides-supreme-cream-set\\n \\n\\nУникальные научно-обоснованные активные комплексы в составах и видимые долгосрочные результаты их действия \\nЛоготип в виде лебедя так же был разработан Кармен Видаль и на данный момент является одним из самых ценных наследий бренда https://www.germainedecapuccini.ru.com/collection/purexpert-dlya-zhirnoy-i-problemnoy-kozhi?page=2\\n  Лебедь с плавными очертаниями символизирует то, что Germaine de Capuccini дарит женщинам, — элегантность, красоту, спокойствие и чистоту https://www.germainedecapuccini.ru.com/collection/all?page=16\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:41:15','2026-03-30 02:41:15','7d460c39-d50b-4803-a488-8354eb35d704'),
(53774,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сотрудники нашей SEO-компании обладают 10-тилетним опытом раскрутки сайтов в геозависимых и геоНЕзависимых нишах https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Разработали собственную методику продвижения сайтов по всей России и готовы применить ее к вашим проектам https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nSEO продвижение сайта: оплата за лиды и вывод в ТОП https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nВсе задачи ведем в CRM Битрикс24 https://proffseo.ru/\\n  Вы сможете видеть их выполнение в онлайн режиме https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Можем работать и в вашей CRM https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nпо версии Рейтинга Рунета 2021 https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nМы действуем по закрепленному регламенту, в котором прописаны стандарты создания и ведения задач https://proffseo.ru/\\n \\nувеличилось время, проведённое посетителями на сайте https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:43:26','2026-03-30 02:43:26','9ce7790a-0f30-433d-9826-febace498b1f'),
(53775,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesCiz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Подробный план и отчетность https://зеленая-жизнь.com/lesnicino\\n  На первой встрече обсуждаем все вопросы и вместе составляем предварительную схему https://зеленая-жизнь.com/tver\\n  Вы рассказываете, чем любите заниматься на участке, как предпочитаете отдыхать, а мы добавляем свои рекомендации и составляем смету https://зеленая-жизнь.com/sad\\n \\n4 https://зеленая-жизнь.com/progulki\\n 5 Общая оценка 3 Соотношение цена/качество 5 Соблюдение сроков 5 Чистота во время работ 5 Порядочность компании https://зеленая-жизнь.com/dorozhki\\n \\nПревратите ваш участок в живописное произведение искусства с нашей услугой ландшафтного дизайна и проектирования https://зеленая-жизнь.com/sad\\n  Мы помогаем вам придать форму вашим мечтам о совершенном природном оазисе, обеспечивая детализированные рабочие чертежи для строителей и полную документацию для вашего проекта https://зеленая-жизнь.com/zhukovka\\n \\nВы получите готовый проект минимум через 14 дней https://зеленая-жизнь.com/3d\\n  Дальнейший срок согласовываем вместе с проектом https://зеленая-жизнь.com/contacts\\n \\nПроменад Киевское шоссе https://зеленая-жизнь.com/solnechnogorsk\\n \\nГрафический эскиз МАФ (беседка, барбекю, пергола, садовая скульптура и т https://зеленая-жизнь.com/lesnicino\\n д.) \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:43:37','2026-03-30 02:43:37','a30aff02-9ce4-45b7-ae82-2d714b970b43'),
(53776,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelweror\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Какая минимальная партия на пошив одежды? \\nОтшиваем и маркируем https://norsy.ru/ceny\\n \\nДля настрачивания лампас на любые изделия, для закрытия плечевого шва и горловины спинки одним приемом https://norsy.ru/kontakty\\n \\nКакой бы ни была фигура клиента, одежда будет сидеть на ней идеально https://norsy.ru/voprosy-otvety\\n  А все потому, что модели мы создаем сами https://norsy.ru/voprosy-otvety\\n  Татьяна Тягина, единственный модельер и руководитель компании, гарантирует высокое качество продукции https://norsy.ru/o-nas\\n  Производя пошив одежды под мелкий или крупный опт, мы используем свой опыт, наработанный в течение 30 лет https://norsy.ru/poshiv-futbolok\\n  Не случайно наша продукция успешно реализуется во многих российских городах https://norsy.ru/kontakty\\n \\nШтрихкодирование, маркировка, упаковка, фотосессия, доставка и сдача товаров на склад https://norsy.ru/\\n \\nПечать в высоком разрешении и без ограничений по цветам, поэтому распечатать можно даже фотографии https://norsy.ru/pochemu-my\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:46:08','2026-03-30 02:46:08','cca7e272-7a4c-4a1f-a6b3-6d6f9c3a0e00'),
(53777,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelmag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Телефон: 8 (495) 607-07-74 Адрес: Москва, Столярный переулок 3, корп https://www.abbalk.ru/gradostroitelstvo\\n  13 https://www.abbalk.ru/page47574811.html\\n \\nПроекты : комплекс спортивных сооружений для академии ФК «Зенит», отель в Архызе, концертный зал Мариинского театра https://www.abbalk.ru/gradostroitelstvo\\n \\nПространство для души и тела https://www.abbalk.ru/gradostroitelstvo\\n  От первоклассной музыки до изысканных ресторанов https://www.abbalk.ru/page47572771.html\\n \\nГлавный вопрос, который заинтересует любого заказчика, - «Сколько стоит проект офиса?» \\nАрхитектурное бюро https://www.abbalk.ru/page47559287.html\\n \\nБюро Ai-architects ( входит в состав группы компаний AI Group) создает архитектурные проекты зданий, общественных пространств, дизайн-проекты частных и коммерческих интерьеров https://www.abbalk.ru/page47572771.html\\n  Ai-architects - это  https://www.abbalk.ru/page47574811.html\\n  Читать далее https://www.abbalk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:46:30','2026-03-30 02:46:30','ea267aed-6966-4850-8792-d1df802d1206'),
(53778,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesEmaix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ландшафтный дизайн в завидо КП Московское море https://зеленая-жизнь.com/proekt\\n \\nДолго следил за блогами и сайтами разных компаний, изучал материалы способы выравнивания и укладки тротуарной плитки https://зеленая-жизнь.com/\\n  Попробовал уложить сам, но в процессе понял, что лучше довериться специалистам https://зеленая-жизнь.com/contacts\\n  Обратился в Gried и ни разу не пожалел! Быстро, четко и качественно.&gt; \\nЗавоз грунта с погрузкой и переносом вручную https://зеленая-жизнь.com/projects\\n \\nВывоз мусора с погрузкой вручную https://зеленая-жизнь.com/contacts\\n \\nот 1 000 000 ?/сотка https://зеленая-жизнь.com/3d\\n \\nЗалог декоративности и долговечности озеленения - соблюдение общепринятых стандартов по производству ландшафтных работ https://зеленая-жизнь.com/gazon\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:46:49','2026-03-30 02:46:49','bf7cba2f-3570-4c68-b218-22cee30aca1c'),
(53779,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldbuh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Одно из главных преимуществ приобретения фурнитуры оптом у нас – цены ниже, чем у конкурентов https://kupefurnitur.ru/catalog\\n  Мы напрямую сотрудничаем с ведущими производителями, не привлекая посредников https://kupefurnitur.ru/contact\\n  Это выгодно и для нас, и для вас https://kupefurnitur.ru/contact\\n \\nНаша компания является одним из ведущих поставщиков мебельной фурнитуры в России https://kupefurnitur.ru/\\n  Представленная в каталоге фурнитура для мебели имеется в наличии на наших складах https://kupefurnitur.ru/contact\\n  У нас можно купить буквально все виды лицевой и функциональной фурнитуры для кухни, спальной, гостиной мебели – от амортизаторов и мебельных ручек до современных систем выдвижения и подъемных механизмов https://kupefurnitur.ru/onas\\n \\n?? Какие гарантии качества мебельной фурнитуры? \\nОт качества вспомогательных деталей зависит функциональность и долговечность готового изделия https://kupefurnitur.ru/onas\\n  Магазин фурнитуры для мебели КДМ реализует продукцию собственного производства и сотрудничает с надежными брендами, зарекомендовавшими себя на рынке («КЕДР», PROFSTANDART, KESSEBOHMER, Hettich, «РОСЛА» и многими другими). Весь ассортимент изготавливают на высокотехнологичных линиях с гарантией долгого срока службы https://kupefurnitur.ru/contact\\n \\n4 https://kupefurnitur.ru/onas\\n 3 https://kupefurnitur.ru/price\\n  Общество вправе поручить обработку персональных данных другому лицу с согласия субъекта персональных данных, если иное не предусмотрено федеральным законом, на основании заключаемого с этим лицом договора https://kupefurnitur.ru/contact\\n  Лицо, осуществляющее обработку персональных данных по поручению оператора, обязано соблюдать принципы и правила обработки персональных данных, предусмотренные Федеральным законом https://kupefurnitur.ru/price\\n \\nРучки https://kupefurnitur.ru/onas\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:47:10','2026-03-30 02:47:10','f5de095d-1e93-42e8-9292-1cc95e17c460'),
(53780,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeChest\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Создавая новый бренд, основатель компании – опытный косметолог Кармен Видаль была вдохновлена необыкновенной красотой и изяществом французской кинодивы Жермен Элен Ирен Лефевр, известной под псевдонимом Капучине, которая наравне с Одри Хепберн и Жаклин Кеннеди определила стиль высокой моды 60-х годов 20 века https://www.germainedecapuccini.ru.com/product/nabor-pure-moments-dlya-zhirnoy-kozhi\\n \\nЗа более чем 50-летнюю историю из небольшого парижского салона красоты своей основательницы компания GERMAINE de CAPUCCINI превратилась в передовую косметическую империю, завоевав множество престижных наград от журналов Vogue, Cosmopolitan, Glamour, Men’s Health, подтверждающих выдающиеся заслуги компа нии и признание ее продуктов как на национальном, так и на международном уровне https://www.germainedecapuccini.ru.com/collection/dlya-litsa/product/nabor-zolotye-chasy-dlya-siyaniya-i-rovnogo-tona-kozhi-golden-hours-time-to-shine-set-11\\n \\nЛоготип в виде лебедя так же был разработан Кармен Видаль и на данный момент является одним из самых ценных наследий бренда https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/syvorotka-dlya-litsa-hyaluronic-3d-force\\n  Лебедь с плавными очертаниями символизирует то, что Germaine de Capuccini дарит женщинам, — элегантность, красоту, спокойствие и чистоту https://www.germainedecapuccini.ru.com/collection/zaschita-ot-solntsa-2\\n \\nПочему выбирают Germaine de Capuccini? \\n\\nРожденный в Испании, этот бренд покорил сердца миллионов женщин по всему миру благодаря своим уникальным формулам и революционным открытиям https://www.germainedecapuccini.ru.com/collection/all/product/molochko-loson-dlya-demakiyazha\\n  Каждое средство – это шедевр, сочетающий в себе: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:47:54','2026-03-30 02:47:54','15707ee4-355d-43d8-8836-172f9c0f5d26'),
(53781,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyPsync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Менеджер по работе с клиентами https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nГеозависимые запросы – органическая выдача (SERP) разная для всех регионов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Пользователи увидят или не увидят ваш сайт в зависимости от того, из какого региона России исходит поисковый запрос https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  В Яндексе официально заявлено порядка 1250 регионов, но по факту их меньше – приблизительно 90 шт https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  ГеоНЕзависимые запросы – выдача одинакова во всех регионах https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Это поисковые фразы, которые не привязаны к городам и областям России, универсальны https://proffseo.ru/kontakty\\n  Также геоНЕзависимая выдача отображается редким пользователям, у которых невозможно определить регион (информация об IP-адресе по каким-то причинам недоступна поисковой системе). \\nИтак, что же такое продвижение по всей России и существует ли оно вообще? \\n- 70 видов работ - Гарантия выполненных работ - Гарантия результата https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nКомплексное продвижение и маркетинг В стоимость включено: продвижение сайта и бренда, техподдержка, руководитель проекта, ежемесячная отчетность https://proffseo.ru/privacy\\n \\nСеребро в номинации «Лучшая контекстная кампания» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:49:28','2026-03-30 02:49:28','144c2f86-46c0-49b0-8518-b6d9ded29598'),
(53782,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertTef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Музей Транспорта Москвы https://drogal.ru/glossary/avtomobilnaya-transportnaya-set/\\n \\nСтоимость оборудования более 400 млн https://drogal.ru/glossary/sklad/\\n  рублей https://drogal.ru/glossary/pogruzochno-razgruzochnie-raboti/\\n \\nПосле выезда оценщика на объект, компания ПроМуверс подписывают договор, в котором прописывается фиксированная стоимость такелажных работ, с учетом всех сложностей и дополнительных работ https://drogal.ru/glossary/transportirovanie/\\n \\nПолезен ли Вам отзыв? \\nГАЗ Next – 1 https://drogal.ru/uslugi/kranovye-raboty/podem-gruzov-cherez-okno/\\n 5 т, 4 м, 30 м? \\nВ рамках такелажных работ мы предоставляем такие услуги, как упаковка и перевозка, монтаж-демонтаж грузов, а также все работы, связанные с ними: погрузка-разгрузка, перемещение отдельных грузов (сыпучих, негабаритных, емкостей) и переезд всего предприятия https://drogal.ru/glossary/obreshetka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:50:37','2026-03-30 02:50:37','fdda6876-19d8-4566-995a-0f07e539b0ba'),
(53783,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ubabrrofk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kevinsmith198122@proton.me\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Top child porn link Websites \\n<a href=\\\"https://lloyd-derm.com/about-us/the-providers/dr-jenifer-r-lloyd-do-faad/\\\"> child porn link, cp for trade only, dm for cp, send cp first, verified cp trader https://lloyd-derm.com/about-us/the-providers/dr-jenifer-r-lloyd-do-faad/ </a> \\nchild porn link preteen sex video! \\n<a href=\\\"https://www.stjohnshealth.org/prescriptions/sildenafil/\\\"> cp collection, csam folder, pthc mega link, loli nsfw pack, underage nudes, minor sexvideo </a> \\npreteen sex video \\n<a href=\\\"https://www.harrisdermatology.com/naples-fort-myers-dermatology-services/accutane/\\\"> preteen sex video, trade cp, swap cp, drop cp link, hidden cp folder, tg cp channel, mega cp archive, fresh cp</a> \\n<a href=\\\"https://heyclinic.com/wp-content/uploads/2014/05/clenbuterol.html\\\"> new cp content, young teen sexvideo, barely legal teen trade</a> \\ncsam collection! \\n<a href=\\\"https://auraderm.com/wp-content/uploads/2025/01/png/clenbuterol.html\\\">teen under 18 sexvideo, schoolgirl sexvideo real</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:52:05','2026-03-30 02:52:05','156811b6-679f-4d19-918c-1d9c2a7f05f6'),
(53784,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelstots\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Дорогой доктор, спасибо Вам, что помогли найти себя в этом суматошном мире, что лечите всех и всегда невзирая на праздники и выходные, а главное подаете пример всем пациентам, как в наше непростое время помогать тем, кто окружает http://www.bmk-med.ru/page49869439.html\\n  Берегите себя и спасибо Вам за все! \\nЛицензия проверена http://www.bmk-med.ru/page48557189.html\\n \\nСоответствие всем требованиям здравоохранения http://www.bmk-med.ru/page49867631.html\\n \\nНаши партнеры http://www.bmk-med.ru/page60263351.html\\n \\nВсей семьей наблюдаемся у Юлии Владимировны на протяжении более чем 7 лет http://www.bmk-med.ru/page48160545.html\\n  Мы искренне благодарны за доброе и внимательное отношение, превосходное лечение и помощь, которую оказывает Юлия Владимировна http://www.bmk-med.ru/page49868981.html\\n  Выходя из кабинета всегда чувствую, что уже почти здоров, поскольку перед назначением лечения Юлия Владимировна подробно беседует как следует относиться к ситуации и правильно вести лечение http://www.bmk-med.ru/page48556079.html\\n  Приятно просто видеть и общаться Юлией Владимировной http://www.bmk-med.ru/page49915407.html\\n  При посещении клиники по иным направлениям всегда хочется зайти и поблагодарить за помощь, внимание и отношение http://bmk-med.ru/page69633609.html\\n  Очень любим и ценим Вас, Юлия Владимировна http://www.bmk-med.ru/page55522237.html\\n  Берегите себя http://www.bmk-med.ru/page60263351.html\\n \\nМенделеевская http://www.bmk-med.ru/page48556495.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:52:42','2026-03-30 02:52:42','9d064512-239b-43fc-9d02-73a5b0704a8b'),
(53785,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AlbertSoaks\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"annachusuha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"7 https://gastro-tourclub.com/akcii\\n 3 https://gastro-tourclub.com/akcii\\n  Администрация сайта не несёт ответственности перед Пользователем или третьими лицами за прекращение доступа к Сайту в случае нарушения Пользователем любого положения настоящего Соглашения или иного документа, содержащего условия пользования Сайтом https://gastro-tourclub.com/bronirovat-gastrotur-v-vengriyu\\n \\n2 https://gastro-tourclub.com/gastronomicheskij-tur-v-malajziyu\\n 1 https://gastro-tourclub.com/gastronomicheskiy-tur-v-serbiyu\\n 1 «ПМП - Туроператор «Петербургский магазин путешествий»» — Интернет-ресурс, расположенный на доменном имени pmpoperator https://gastro-tourclub.com/bronirovat-gastronomicheskij-tur-v-ispaniyu\\n ru, осуществляющий свою деятельность посредством Интернет-ресурса и сопутствующих ему сервисов (далее — Сайт). \\nТуры в Шотландию https://gastro-tourclub.com/gastrotury-2025\\n \\nТуры в Марокко https://gastro-tourclub.com/gastronomicheskij-tur-v-malajziyu\\n \\nБуддийские храмы и дворцы, музей драгоценностей и фабрика батика, разнообразная природа уникальной страны https://gastro-tourclub.com/gastronomicheskiy-tur-v-serbiyu\\n \\nПочему мы? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:55:46','2026-03-30 02:55:46','62ff2962-0f69-4ae8-acc8-b8c44b7af9aa'),
(53786,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ViktorHed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Детский игровой комплекс из лиственницы — премиум-вариант для тех, кто ценит качество. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">каталог детских площадок</a> Лиственница не гниёт, не боится влаги и со временем становится только прочнее. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">перейти на сайт</a> Это идеальный материал для уличных конструкций.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:56:24','2026-03-30 02:56:24','35e866ec-2b93-4bfb-b6fb-5219dda7bfad'),
(53787,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldCup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Объект проверен https://rich-house.su/services/\\n \\n? Геленджик ? Завтрак включён https://rich-house.su/contacts/\\n \\nКаждый, кто приезжает сюда провести отпуск, может выбрать для себя отель по системе все включено и в полной мере насладиться времяпровождением здесь https://rich-house.su/\\n  Много отелей расположено рядом с морем, и они готовы радушно встретить своих гостей https://rich-house.su/photos/\\n  Большая часть гостиничных комплексов на своей территории имеет бассейны, аквапарки, аттракционы, спортивные, игровые и детские площадки https://rich-house.su/restaurants/\\n  У них также отдельные пляжи, которые оборудованы под отдых гостей: лежаки, зонтики, водные горки и аттракционы https://rich-house.su/services/\\n \\nОплата на сайте https://rich-house.su/contacts/\\n \\nБыстрое бронирование https://rich-house.su/rooms/\\n \\nГеленджик, ул https://rich-house.su/photos/\\n  Красногвардейская, д https://rich-house.su/rooms/\\n  25 https://rich-house.su/contacts/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:57:01','2026-03-30 02:57:01','a288b0f6-cf17-498b-b265-37140eff8545'),
(53788,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Craigraick\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"valerakimuvo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"30 июля 2025 https://stosastudio.ru/volshebnye-steklyannye-shkafy-dlya-posudy-na-sovremennyh-kuhnyah-magiya-funktsionalnosti-i-sharm-elegantnosti/\\n \\nМ Мы работаем с итальянскими фабриками Elite и Luxury сегмента (премиум-сегмента) и готовы удовлетворить требования самого притязательного покупателя https://stosastudio.ru/catalog/kuhni-tosca/\\n  Для того, чтобы ваш интерьер был поистине роскошным и неповторимым, выдержанным в едином стиле и поражающим своей красотой и изяществом — мы предлагаем вам не просто купить мебель из Италии , а получить целый комплекс необходимых товаров и услуг  https://stosastudio.ru/catalog/kuhni-maya/\\n  В нашем офисе в Италии, мы можем организовать для вас (или вашего клиента) встречу с ведущими итальянскими дизайнерами, которые помогут вам определиться со стилем интерьера и подобрать подходящую для вас мебель, обои, двери, люстры, ковры, керамическую плитку, сантехнику и т https://stosastudio.ru/belye-kuhni-s-chernymi-ruchkami-modnyj-trend-ili-vechnaya-klassika/\\n  д https://stosastudio.ru/catalog/kuhni-dolcevita/\\n \\nИдея превращения скромной столярной мастерской в фабрику POLIFORM принадлежит старшему сына хозяина Альберто Спинелли https://stosastudio.ru/kuhnya-v-anglijskom-stile/\\n  Он первым встал у руля в начале 70-х годов прошлого века https://stosastudio.ru/category/stati/page/12/\\n  Соратниками и верными помощниками молодого управляющего были кузены Джованни Анцани и Альдо Спинелли https://stosastudio.ru/idei-dlya-kuhni-obedennaya-zona-garmoniya-i-stil/\\n  Ключевым отличием и основным секретом успеха семейного предприятия стал принципиально новый подход к ведению мебельного бизнеса https://stosastudio.ru/kuhnya-v-skandinavskom-stile-s-notkami-individualnosti/\\n  Другого способа выстоять и подняться в провинции Монца-э-Брианца, нашпигованной множеством фабрик, не было https://stosastudio.ru/kak-vybrat-pravilnye-fasady-dlya-kuhonnyh-shkafov/\\n \\n1 + \\n«AF Service» — это итальянская компания с многолетним опытом, имеющая привилегированные соглашения сотрудничества с самыми известными фабриками Италии по заказу, дизайну и доставке выбранной мебели из Италии к вашему дому https://stosastudio.ru/otzyvy/\\n  Мы поможем вам выбрать и купить великолепную и качественную мебель прямо в Италии на самых выгодных условиях и с гарантией происхождения! \\nФабрика Tessarolo https://stosastudio.ru/o-nas/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:57:15','2026-03-30 02:57:15','50457f3a-7dbd-4793-a08e-d64cfd28adf3'),
(53789,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinReolo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Картофель, ростбиф (говядина вырезка), шампиньоны, перец болгарский, брокколи, помидоры черри, петрушка, соус (петрушка, масло растительное, соус соевый) Общий вес – 230 г https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\n \\nСпагетти, соус болоньезе (говядина оковалок,свинина окорок, свинина, лук репчатый, морковь, томаты в собственном соку, масло растительное, бульон говяжий(кубик), чеснок свежий, соль поваренная пищевая, перец черный молотый, базилик сушенный) Общий вес – 300 г https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\n \\nИрина Балясникова https://dostafka-obedi.ru/type_menu/napitki/\\n \\nСалат «Пикантный» \\nи получи 500 подарочных бонусов https://dostafka-obedi.ru/contacts/\\n \\nБанк ВТБ 24 (ЗАО) выражает коллективу «Обеды Смайл» за качественно организованное ежедневное питание более чем 200 человек https://dostafka-obedi.ru/type_menu/salaty/\\n  Компания «Обеды Смайл» зарекомендовала себя как надежный поставщик питания в течении нескольких лет совместной работы https://dostafka-obedi.ru/\\n  Отдельно хочется отметить высокий уровень профессионализма коммуникабельности с Вашей стороны https://dostafka-obedi.ru/about/\\n  Успехов Вам https://dostafka-obedi.ru/type_menu/salaty/\\n  Спасибо https://dostafka-obedi.ru/type_menu/napitki/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:57:44','2026-03-30 02:57:44','d1880981-1870-44ba-ae2a-9eb2c911bafc'),
(53790,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Damon Currier\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"currier.damon@googlemail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Damon at Letstok\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[951],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey,\\n\\nHere is the GOAT Video generator for eCommerce websites like ccsilverlake.com.\\n\\nRunning a store means time is everything.\\n\\nLetstok turns your products into videos automatically — no editing, no production costs.\\n\\nShop owners are using it to create more content in less time.\\n\\nTry free today (50% off Black Friday): https://www.letstok.com/\\n\\nBest,\\nDamon Currier\\nLetstok\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 02:58:13','2026-03-30 02:58:13','c4687d39-500b-49e8-87d5-9a24b754e0f5'),
(53791,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephnip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lashawndaqkpuc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Директор – Куцевол Константин Валерьевич https://zittel.ru/oborudovanie/37-oborudovanie/188-kontrol-aktsiznoj-marki-v-etiketirovochnoj-mashine-makro-labelling-italiya.html\\n \\nКроме того, возможно изготовление нестандартных изделий согласно спецификации https://zittel.ru/elevator.html\\n  Еще одно направление, которое активно развивается в последнее время - это комплексное оснащение общепита (предприятий общественного питания). Создание дизайна и проектирования помещения кафе, ресторана, магазина https://zittel.ru/likerovodochnoe.html\\n \\nАдрес для корреспонденции: 194292, Санкт-Петербург, а/я № 71 https://zittel.ru/svarochnye-roboty.html\\n \\nБЕСТЕК-Инжиниринг https://zittel.ru/oborudovanie/37-oborudovanie/182-lentochnyj-press-voran-avstriya-model-ebp-650.html\\n \\n394038, г https://zittel.ru/partners/131-robinoegalandrino-muzlevanie-obkatka-usadka-kolpachkov.html\\n  Воронеж, ул https://zittel.ru/partners/137-europool-sushka-poverhnosti.html\\n  Дорожная, д https://zittel.ru/certificate.html\\n  86 https://zittel.ru/svarochnye-roboty.html\\n \\n197374, Россия, г https://zittel.ru/oborudovanie/37-oborudovanie/154-monoblok-dlya-ukladki-flou-pak-v-korob-nasypyu-t-m-apsol-italiya.html\\n  Санкт-Петербург, Торфяная дорога, 9 https://zittel.ru/news/153-priglashaem-na-vystavku-interpack-2014.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:04:00','2026-03-30 03:04:00','e254c915-e9ab-41e6-bb5a-772c03387443'),
(53792,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"XRumer23wacle\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alexxrum18@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Completely free TG bot to generate gifts, paid access. Incredible promote channels! \\n \\nNetxmix presents our users our all-in-one bot: \\n \\nFirst of all Generate presents \\n \\nYou can generate a variety of present, including access, information, photos, clips, images, coupons, special coupons, promo discounts, promo codes, etc., plus custom requirement to claim this present. Namely, rule to get present is subscribing the TG channels you chose while setup and a certain quantity of visits via your invite link inside the bot. \\n \\nNow you’re able to try our free version for creating gifts; but, to activate it, you need to include several TG channels in your channel subscription. \\n \\nJust go to Netxmix bot https://t.me/netxmixbot tap \\\"start\\\" and click \\\"FREE GIFT\\\". \\n \\n2) Set up premium access for channels or groups \\n \\nYou can set up premium access to your channels or groups via our bot. Payments and payouts auto-processed in cryptocurrency. \\n \\nFor setting up a paid membership, simply go to @netxmixbot @netxmixbot press \\\"Start\\\" then profile – channels then add channel. \\n \\nWith Netxmix it’s possible to access many of gifts which members earlier generated, and you can it’s possible to get 100% for free. \\n \\nJust press the \\\"GIFTS\\\" button inside the bot. \\n \\nWelcome   https://t.me/netxmixbot \\n \\nCompletely free new 10+ billions AI, TV, Google accounts, cloud storage, Steam, game data, private networks, chat, Telegram, cloud, etc databases at TG bot. \\n \\nTo access DBs just open direct link or simply send /start to bot, pick Free Gifts in bot menu, choose type databases, archives, NCloud and click on the database. \\n \\n262M fresh DB from cryptocurrency users: \\n \\n@netxmixbot?start=gift_1 \\n \\nOver 10B ULP updated database in finance, news, software users: \\n \\n@netxmixbot?start=gift_4 \\n \\nMany other databases at Netxmix, simply subscribe @netxmixbot and got new databases each day: \\n \\nhttps://t.me/netxmixbot\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:04:35','2026-03-30 03:04:35','65cdefa2-aa45-4402-8f1a-b309ecf2eecd'),
(53793,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephAdeve\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоимость и сроки выполнения работ зависят от сложности проекта https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/granitnyy-pamyatnik-pv-23/\\n  Мы готовы предоставить вам всю необходимую информацию о нашем каталоге, а также ответить на ваши вопросы https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-22/\\n  Позвоните по телефону, чтобы получить индивидуальную консультацию и узнать более подробно о процессе благоустройства могилы https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pr-17/\\n  Благоустройство – это комплексное решение, которое позволяет не только сохранить память, но и улучшить внешний вид могилы, превратив её в место спокойствия и покоя для всех посетителей https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/pamyatnik-iz-granita-pv-21/\\n \\nБольше информация по благоустройство могил вы можете узнать в разделе «Статьи» https://www.kovanie-ogrady.ru/catalog/kovanye-besedki/\\n \\nГранит Памяти — Качество на совесть https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-35/\\n  Изготовление, установка памятников из гранита и мрамора, благоустройство мест захоронений https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pv-37/\\n \\nЗаполняя данную форму вы соглашаетесь с условиями обработки персональных данных и политикой конфиденциальности https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-32/\\n \\n27 памятников https://www.kovanie-ogrady.ru/catalog/lavki-i-stoliki/stolik-iz-granita-gs-3/\\n \\nГранитный пол https://www.kovanie-ogrady.ru/services/betonnye-raboty/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:05:13','2026-03-30 03:05:13','ebd582df-ea14-45ef-92a2-8b7365ba7693'),
(53794,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidgep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Элитные кухни никогда не выйдут из моды https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d9.html\\n   Модные гарнитуры изготавливаются из высококачественного дорогого дерева, оснащены надежной фурнитурой и стильными элементами отделки https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-27.html\\n \\nМы не торгуем подделками https://www.legnostyle.ru/catalog/kuhni/kuhna-27.html\\n   Мы стараемся не торговать не оригинальным оборудованием (подделками) https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s8.html\\n   Мы являемся официальными представителями компаний ряда компаний производителей и дилеров в России, и предлагаем оригинальное оборудование изготовленное этими компаниями  – дилерские сертификаты можно запросить в отделе продаж или ознакомиться на сайте https://www.legnostyle.ru/derevo-v-interiere.html\\n   Мы предлагаем Вам выбор, а вы решаете что брать а что нет, в зависимости от ваших финансовых возможностей и желаний https://www.legnostyle.ru/catalog/inter-eri/?PAGEN_1=11\\n   Но помните как правило на любое оригинальное оборудование гарантия начинается от 3-х лет !!! \\nВыбор материалы для производства кухонь такого класса широк: массив дерева ценных и экзотических пород, нержавеющая сталь, закаленное стекло и др https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/vhodnaa-dver-e14.html\\n   Технологии, используемые при производстве, гарантируют не только исключительный внешний вид, но и надежность https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/?PAGEN_1=20\\n \\nсодержат разнообразные варианты моделей для комфортного ночного отдыха https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=14\\n   Удобные кровати, вместительные шкафы, тумбочки, комоды и прикроватные столики оригинальной формы изготовлены из массива натуральной древесины https://www.legnostyle.ru/catalog/kuhni/kuhna-8.html\\n \\nЭлитная дизайнерская мебель значительно отличается оригинальностью и особым дизайном от типовых вариантов, представленных в мебельных салонах https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/s31.html\\n   Модели обращают на себя повышенное внимание и буквально заставляют восхищаться, даже если сам дизайн лаконичен и сдержан https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaya-dver-e2.html\\n   У такой мебели только один недостаток — высокая стоимость, однако, она компенсируется высочайшими эксплуатационными характеристиками и великолепным внешним видом https://www.legnostyle.ru/catalog/kuhni/kuhna-21.html\\n \\nЭксклюзивность https://www.legnostyle.ru/catalog/lestnici/lestnica-l4-3.html\\n   Каждый заказ дизайнеры проектируют индивидуально, поэтому риск увидеть тот же самый интерьер стремится к нулю https://www.legnostyle.ru/catalog/kuhni/kuhna-27.html\\n   Дизайнер элитной мебели не просто создаёт новую форму, он подбирает для неё материал и фурнитуру, доводя модель до совершенства https://www.legnostyle.ru/radiusnye-mezhkomnatnye-dveri.html?PAGEN_2=4\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:08:09','2026-03-30 03:08:09','f2295625-5c00-450d-947f-175de5966356'),
(53795,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickSwigo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"winsatall4ever@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Want one girl</b> you had dreamed_of that total journey? \\n<b>Claim this lady</b> into your partner and have sex with this lady any way you desire prefer! \\n<b><a href=\\\"https://is.gd/7msenw\\\">Try this straight at once!</a></b>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:10:13','2026-03-30 03:10:13','764f9837-d25b-42be-935d-9708a99ff5ff'),
(53796,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottVog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"А вы сможете сделать дизайн под ключ или только подготавливаете проект? \\nНа смену спонтанному озеленению и самодеятельным экспериментам на дачах давно пришел профессиональный дизайн https://berezov-lsk.ru/\\n  В Москве много предложений от больших и маленьких фирм https://berezov-lsk.ru/\\n  Как понять, какая компания лучше? \\nПодбирающие насаждения под грунт, освещенность, климат, влажность https://berezov-lsk.ru/\\n \\n«Сад Фантазий» — это ландшафтная мастерская, где работают профессионалы https://berezov-lsk.ru/\\n  Здесь нет потоковых стандартных решений, на важно, чтобы каждый проект был разработан для конкретного заказчика, чтобы он не просто удовлетворял его запросам, а имел индивидуальный характер, отражал его собственные взгляды и идеи https://berezov-lsk.ru/\\n \\nПреимущества европейской студии ландшафтного дизайна https://berezov-lsk.ru/\\n \\nКП Яхрома парк, 20 соток https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:10:48','2026-03-30 03:10:48','e7051bb6-d59e-4470-812a-6cf00bb978a7'),
(53797,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dorine Mejia\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"mejia.dorine@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Dorine Mejia\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n\\nTrying to get your offer in front of more businesses?\\nContact form blasting sends your message directly through website contact forms — fast, reliable, and impossible to miss.\\nNo algorithms. No bidding. No waiting for someone to stumble across your site.\\nJust guaranteed delivery straight to the inboxes companies check every day.\\nWhether you\'re promoting a service, launching something new, or booking appointments, contact form blasting gives you consistent reach.\\nIf this message reached you, imagine what your message can do across thousands — or millions — of sites.\\nStart your campaign at contactpageads.com and get your offer seen.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharringtoncourt.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharringtoncourt.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:11:55','2026-03-30 03:11:55','b43b3c38-9458-4318-9a4a-a8c084326367'),
(53798,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldCah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Предъявитель – физическое лицо, правомерно владеющее и распоряжающееся ЭПС, полученным от Покупателя ЭПС, и обладающее правом приобретения Товара в розницу исключительно для целей личного, семейного и иного использования, не связанного с предпринимательской деятельностью, в Месте приобретения Товара путем использования ЭПС в пределах Номинала ЭПС или остатка денежных средств на нем https://kupefurnitur.ru/onas\\n \\nПервый магазин КДМ был открыт в 2000 году https://kupefurnitur.ru/catalog\\n  Сегодня 30 магазинов КДМ — это более 25 000 наименований фурнитуры и комплектующих для производства мебели, представляющих продукцию собственных торговых марок «КДМ» и «EVA», а также фурнитуру известных европейских производителей https://kupefurnitur.ru/\\n  Команда профессионалов КДМ подобрала ассортимент, который максимально удовлетворяет потребности наших клиентов https://kupefurnitur.ru/onas\\n  У нас Вы можете купить алюминиевый профиль для шкафов-купе «Найди», ручки российских, турецких, китайских производителей и др https://kupefurnitur.ru/\\n  В ассортименте нашей компании представлены все виды наименований фурнитуры и комплектующих для производства мебели и многое, многое другое https://kupefurnitur.ru/\\n \\n8 https://kupefurnitur.ru/contact\\n 15 https://kupefurnitur.ru/\\n  Возврат предоплаты, зачисленной на ЭПС, осуществляется в соответствии с требованиями действующего законодательства Российской Федерации https://kupefurnitur.ru/\\n  Покупателю рекомендуем сохранить чек покупки подарочного сертификата, для оперативного решения спорных вопросов с Продавцом и установления даты, места и времени покупки подарочного сертификата https://kupefurnitur.ru/price\\n  Для возврата денежных средств Предъявителю необходимо: - обратиться в магазин торговой сети Интеркомплект и предъявить подарочный сертификат для проверки подлинности и остатка денежных средств на нём (баланса); - написать заявление на возврат денежных средств с указанием банковских реквизитов для выплаты денежных средств в безналичном виде https://kupefurnitur.ru/\\n \\nОпт 1: 55 https://kupefurnitur.ru/contact\\n 00р https://kupefurnitur.ru/onas\\n \\nУ нас вы сможете найти только лучшую мебельную фурнитуру оптом в Москве дешево и с хорошей скидкой на крупный заказ https://kupefurnitur.ru/price\\n \\nФурнитура для мягкой мебели https://kupefurnitur.ru/price\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:12:07','2026-03-30 03:12:07','3e0c3384-6569-4500-beb5-aa2ec996a1ef'),
(53799,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottmit\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"От 9900 руб https://berezov-lsk.ru/\\n  RUB https://berezov-lsk.ru/\\n \\nЭскизное проектирование https://berezov-lsk.ru/\\n \\nПозвоните по указанным телефонам и получите бесплатную консультацию с нашим специалистом, который ответит на все вопросы по ландшафтным услугам https://berezov-lsk.ru/\\n \\nОбщая стоимость материалов 8 435 700 Р https://berezov-lsk.ru/\\n \\nРеализуем даже самые сложные задачи по благоустройству участков под ключ в соответствии с актуальными тенденциями ландшафтной архитектуры https://berezov-lsk.ru/\\n \\nЗа 12 лет дизайнеры, архитекторы, садовники, инженеры и дендрологи Gried преобразили участки различной площади – от 2 соток до 4 гектаров, высадили 2,5 тыс https://berezov-lsk.ru/\\n  деревьев и 6,3 тыс https://berezov-lsk.ru/\\n  кустарников, оборудовали 11 тыс https://berezov-lsk.ru/\\n м2 газонов https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:12:10','2026-03-30 03:12:10','760d5ffe-977f-47b9-bc75-8a6167031234'),
(53800,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelgek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Лицензия проверена http://www.bmk-med.ru/page48424435.html\\n \\nMAJOR CLINIC http://www.bmk-med.ru/page49921111.html\\n \\nВыписка из реестра по состоянию на 14:30 26 http://www.bmk-med.ru/page48557557.html\\n 06 http://www.bmk-med.ru/page48557587.html\\n 2024 г http://bmk-med.ru/page49917753.html\\n \\nВысококвалифицированные штатные специалисты http://www.bmk-med.ru/page48160545.html\\n \\nОсновано на 80 отзывах http://www.bmk-med.ru/\\n \\nЗаведующий стоматологическим отделением, стоматолог-терапевт http://www.bmk-med.ru/page48428139.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:12:51','2026-03-30 03:12:51','4901e8f3-b6b6-488f-84f5-5871efe4c4c6'),
(53801,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertgiP\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, roeddwn i eisiau gwybod eich pris.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccprospectheights.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccprospectheights.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:14:29','2026-03-30 03:14:29','2ae6e0ce-fdce-4f58-b367-3d547a26e60c'),
(53802,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBonry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ghmc022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS A GLEAM OF GOLD https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-699024-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareblvd.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:15:27','2026-03-30 03:15:27','2cc46872-5fc3-4265-bcd7-1e78059956c8'),
(53803,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBonry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ghmc022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS A GLEAM OF GOLD https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-699024-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareblvd.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:15:28','2026-03-30 03:15:28','889a5b3b-e03e-48bc-82c1-f1fc7adcc262'),
(53804,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBonry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ghmc022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS A GLEAM OF GOLD https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-699024-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareblvd.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:15:29','2026-03-30 03:15:29','b6eee7f1-7c31-4291-8f7b-515f7252732d'),
(53805,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBonry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ghmc022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS A GLEAM OF GOLD https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-699024-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareblvd.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:15:30','2026-03-30 03:15:30','66f4595c-7461-4271-aca1-8c78be3a0b22'),
(53806,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBonry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ghmc022@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS A GLEAM OF GOLD https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-699024-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareblvd.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareblvd.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:15:32','2026-03-30 03:15:32','016b1ea4-fd9e-4414-9848-d8a900387474'),
(53807,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roberttug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, მინდოდა ვიცოდე თქვენი ფასი.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cccorsicahills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccorsicahills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:19:59','2026-03-30 03:19:59','e8b32d07-45c7-4941-a329-84a9bdb10570'),
(53808,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelImarm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Профессиональный коллектив, современное оборудование швейного и печатного цехов фабрики обеспечивают качественное и своевременное выполнение заказа любой сложности, работы проводятся с любыми материалами https://norsy.ru/o-nas\\n  Возможно выполнение срочного оптового заказа от 50 штук https://norsy.ru/voprosy-otvety\\n  Гарантируется соответствие стоимости, качества и красоты корпоративной одежды https://norsy.ru/pochemu-my\\n \\nПОШИВ детской ОДЕЖДЫ https://norsy.ru/poshiv-futbolok\\n \\nПроизводство https://norsy.ru/voprosy-otvety\\n \\nЕсли у вас на компьютере установлен Skype, то просто перейдите по этой ссылке и напишите нам https://norsy.ru/poshiv-hudi\\n \\nСобственное производство и налаженная работа с лучшими поставщиками ткани и фурнитуры в Москве позволяют нам выполнять заказы по пошиву одежды качественно, точно в срок и по привлекательным ценам https://norsy.ru/o-nas\\n \\nПолесский проезд, 16с1 https://norsy.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:21:51','2026-03-30 03:21:51','346aa641-1eb7-47b1-b8b3-ebe82266b0e1'),
(53809,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jamesrax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"под ключ по рекомендации знакомых https://зеленая-жизнь.com/privacy\\n \\nОбщая стоимость работ 832000 https://зеленая-жизнь.com/\\n \\nА вы сможете сделать дизайн под ключ или только подготавливаете проект? \\nМалые архитектурные формы и художественно-декоративные решения https://зеленая-жизнь.com/3d\\n \\nСпециалисты компании «Сад Фантазий» с радостью помогут владельцам садовых участков, которые не знают, как их обустроить и нуждаются в качественной профессиональной помощи по доступной цене https://зеленая-жизнь.com/proekt\\n  Если вы ищете надежного исполнителя услуг по ландшафтному дизайну, то вы обратились по адресу https://зеленая-жизнь.com/buzaevo\\n \\nНаименование Стоимость / Сроки Форэскиз 55000 ? /10 дней Экспресс - проект от 95000 ? /15-20 дней Проект ( полный пакет) от 195000? / индивидуально https://зеленая-жизнь.com/progulki\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:22:21','2026-03-30 03:22:21','b8f165dc-467b-446c-9652-2e0c8470edbb'),
(53810,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldLaL\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ассортимент нашего магазина в интернете поражает многообразием, включая количество брендов-производителей https://kupefurnitur.ru/price\\n  Для удобства пользователей, все разновидности товаров разбиты по категориям и подкатегориям https://kupefurnitur.ru/\\n  Также сузить круг поиска помогут удобные фильтры https://kupefurnitur.ru/catalog\\n  Благодаря им можно, например, выбрать подходящий механизм работы, тип свечения, материал основы и другие параметры https://kupefurnitur.ru/\\n  Товарные карточки содержат информацию об основных характеристиках https://kupefurnitur.ru/\\n  Качество производства продукции подтверждено временем, а также многочисленными отзывами клиентов https://kupefurnitur.ru/onas\\n  На все позиции установлены лояльные цены, действует гарантия https://kupefurnitur.ru/catalog\\n  Заказать товары можно оптом или в розницу, позвонив по соответствующему телефону https://kupefurnitur.ru/\\n  Кроме того, в отделе продаж можно уточнить детали доставки заказа или получить ответы на другие вопросы https://kupefurnitur.ru/price\\n \\nОпт 1: 55 https://kupefurnitur.ru/catalog\\n 00р https://kupefurnitur.ru/contact\\n \\n\\nМы гарантируем надежность и качество работы наших мебельных комплектующих, механизмов, инструментов и приспособлений https://kupefurnitur.ru/contact\\n  Мы предлагаем Вам комфорт, удобство и надежность товаров высочайшего качества Blum https://kupefurnitur.ru/onas\\n \\nОпоры https://kupefurnitur.ru/onas\\n  Включают ролики и ножки, актуальны для кресел и диванов https://kupefurnitur.ru/\\n  Полкодержатели https://kupefurnitur.ru/\\n  Держат полки на месте, не позволяя сместиться, предлагаются разные модели для дерева и стекла https://kupefurnitur.ru/catalog\\n  Замки https://kupefurnitur.ru/\\n  Механизмы небольшие, поскольку предполагают установку в ящики стола, дверцы https://kupefurnitur.ru/price\\n  Крючки https://kupefurnitur.ru/\\n  Актуальная фурнитура для мебели, цена крючков сравнительно доступна, предлагается максимально широкий выбор https://kupefurnitur.ru/contact\\n  Предназначены для расположения одежды, аксессуаров, бывают одинарными и двойными https://kupefurnitur.ru/contact\\n  Амортизаторы https://kupefurnitur.ru/catalog\\n  Каталог фурнитуры для мебели включает все современные направления, амортизаторы необходимы для сохранения положения горизонтальных дверок https://kupefurnitur.ru/onas\\n  Отбойники https://kupefurnitur.ru/contact\\n  Небольшие наклейки необходимы для торцов, которые контактируют с открывающимися створками и необходимы для предотвращения сильного удара https://kupefurnitur.ru/\\n \\nКрючки - важный элемент в любом доме https://kupefurnitur.ru/price\\n  В первую очередь, это удобство, комфорт, современность и много.. \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:25:08','2026-03-30 03:25:08','fe491716-0943-41df-a184-069929d6f5e1'),
(53811,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Gil6@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Celebration Starter https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-256235-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:27:57','2026-03-30 03:27:57','676e65eb-0a3b-48e0-894c-b10dba35488e'),
(53812,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Gil6@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Celebration Starter https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-256235-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:27:58','2026-03-30 03:27:58','9eb3c1ec-f2d1-45e6-8636-999968ddb6d7'),
(53813,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Gil6@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Celebration Starter https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-256235-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:28:00','2026-03-30 03:28:00','928e978b-c349-4e16-bd00-830c8d23f373'),
(53814,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Gil6@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Celebration Starter https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-256235-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:28:01','2026-03-30 03:28:01','bca8ec12-8ce7-4523-a7ce-a685719e3cbb'),
(53815,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielBug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Gil6@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! The $3,500,000 Jackpot Is a Celebration Starter https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-256235-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:28:02','2026-03-30 03:28:02','75711abb-bb53-43f8-9132-98dfeabacb06'),
(53816,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephknord\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"4 https://www.kovanie-ogrady.ru/catalog/kovanye-zabory/kovanyy-zabor-1/\\n  Дренажные системы https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pv-27/\\n \\nКомплектность предложений может быть разнообразной https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pr-9/\\n  Выбирая тип памятника и дополнительных работ, нужно учесть следующее: \\nПри этом экономить на материалах не стоит https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pg-23/\\n  Связана эта рекомендация с тем, что попытка избежать серьезных затрат сегодня, часто заканчивается еще более серьезными вложениями в будущем https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pr-29/\\n  Если вы решите заказать благоустройство могил у нас, то сотрудники компании подберут оптимальный способ оформления места захоронения, а также качественно выполнят все необходимые работы https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pv-48/\\n \\nБлагоустройство могилы на кладбище – важный процесс, который позволяет оформить место захоронения, сделать его аккуратным и практичным https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/?PAGEN_2=3\\n  Выбирая его, важно иметь в виду, сможете ли вы часто посещать захоронение, чтобы поддерживать порядок на нем https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pr-4/\\n  Если нет, то стоит отдать предпочтение более практичным вариантам https://www.kovanie-ogrady.ru/catalog/vertikalnye/granitnyy-pamyatnik-pv-27/\\n \\nВсе растения подбираются с учетом климата Московской области и требований санитарных норм захоронений https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pg-4/\\n  Правильный выбор растительности обеспечивает круглогодичный ухоженный вид могилы https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pv-31/\\n \\nЗаказывал в компании «ИП Дружинин» двойной памятник родителям, так как на старый уже невозможно было смотреть https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pg-14/\\n  Работа понравилась, видно, что потрудились от души, установили качественно (в отличие от многих криворуких установок на кладбище). На все ушло около 5 дней, как раз успели к очередной годовщине https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-k-9/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:29:48','2026-03-30 03:29:48','ddafcf8e-ae96-4888-970f-f4c452ceef60'),
(53817,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronSoila\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Калибровка средств измерений (СИ) , т https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/msn/gazoanalizatory-portativnye-altair-4x/gazoanalizator-portativnyy-altair-4x-gor-gaz-s-poverkoy-2-2-2-2\\n е https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/ksis/gazoanalizatoryi-kachestva-vozduxa/izmeritel-kachestva-vozduxa-ikv-8-p-123\\n  измерительныйх приборов, инструментов и оборудования – необходимый комплекс мер, суть которых заключается в формировании максимального соответствия показаний тестируемого вида оборудования по отношению к величинам, воспроизводимым эталонными образцами такого оснащения https://analyztepla.ru/katalog-izmeritelnykh-priborov/izmerenie-parametrov-okruzhayuschego-vozdukha/rgk/vlagomer-stroitelnykh-materialov-rgk-wh-40\\n  Вышеупомянутая совокупность процедур проводится в специальных условиях, позволяющих достичь требуемого результата с минимальными отклонениями от статистической нормы https://analyztepla.ru/katalog-izmeritelnykh-priborov/dalnomery/rgk/lazernyy-dalnomer-rgk-d60-3-2\\n  Такой шаг позволяет достичь необходимой точности измерений и сравнить их с установленными государственной метрологической службой показателями https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/mru/optima-7-3-gazovykh-kanala-komplekt-s-printerom\\n \\nПоверку средств измерений осуществляют аккредитованные в соответствии с законодательством Российской Федерации об аккредитации в национальной системе аккредитации на проведение поверки средств измерений юридические лица и индивидуальные предприниматели https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizionnye-monokulyary-i-pritcely/flir-2/\\n \\nОбязательное проведение внеочередной поверки регламентировано законодательством при повреждении знака поверки или пломбы на средстве измерений, а также после проведения повторной регулировки, юстировки или ввода СИ в эксплуатацию после длительного хранения https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/testo/gazoanalizator-testo-330i-komplekt\\n \\n— Поверка мер электрического сопротивления http://analyztepla.ru/katalog-izmeritelnykh-priborov/izmeriteli-prochnosti-betona-sklerometry/stroypribor/izmeritel-prochnosti-betona-pos-50mg4-skol\\n \\nГарантия: Не указано http://analyztepla.ru/katalog-analiticheskogo-i-laboratornogo-oborudovaniya/vodyanye-bani/\\n \\nили оформите онлайн заявку http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/testo/zondy-k-priboru-testo-445/zond-differentcialnogo-davleniya-100-gpa\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:31:18','2026-03-30 03:31:18','a1e198f1-48fc-478f-a15e-8341b4366bda'),
(53818,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronLound\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ФБУ «УРАЛТЕСТ» в рамках своей деятельности осуществляет поверку и калибровку СИ следующих видов измерений: измерения геометрических величин; измерения механических величин; измерения параметров потока, расхода, уровня, объема веществ; измерения давления, вакуумные измерения; измерения физико-химического состава и свойств веществ; теплофизические и температурные измерения; измерения времени и частоты; измерения электротехнических и магнитных величин; радиотехнические и радиоэлектронные измерения; виброакустические измерения; оптические и оптико-физические измерения; измерения характеристик ионизирующих излучений и ядерных констант https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-kisloroda-o2/sensor-kisloroda-s2ox\\n \\nПоскольку калибровка является добровольной, а не обязательной метрологической процедурой, то межкалибровочный интервал не регламентируется http://analyztepla.ru/katalog-izmeritelnykh-priborov/raskhodomery/micronics/\\n  Вместе с тем, в методике калибровки могут содержаться метрологически обоснованные рекомендации по определению срока последующей калибровки http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/reflektometryi/reflektometryi-ersted/tdr-107-strizh-s-adg-200-2-ckat-m-komplekt-distanczionnoj-lokalizaczii\\n \\nНачиная с сентября 2020 г https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/dorozhnye-izmeritelnye-kolesa-kurvimetry/dorozhnyie-kolesa-nedo/dorozhnoe-koleso-nedo-702111\\n  в рамках федеральной программы перевода в цифровой вид информационной системы Росстанадарта принято решение о переводе результатов поверки СИ в электронный вид http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/reflektometryi/reflektometryi-ersted/zashhishhennyij-impulsnyij-reflektometr-dlya-silovyix-linij-ri-407-str\\n  Теперь владелец СИ может отслеживать действительную информацию о поверке измерительных приборов, инструментов, датчиков, средств измерений http://analyztepla.ru/priboryi-nerazrushayushhego-kontrolya/adgezimtery/adgezimetryi-promt/promt-an-1-adgezimetr-nozh-mnogolezvijnyij-polnyij-komplekt\\n  В Реестре поверки собрана актуальная информация о результатах первичной и периодической поверки всех СИ без исключения http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/testo/\\n  Подробнее о передаче сведений о поверке в ФГИС АРШИН http://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/trassoiskateli/radio-servis/\\n \\nГарантия: Не указано https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/teplovizoryi-vostok-7/teplovizor-infrakrasnyij-v7-tv3160\\n \\nТочные измерения с минимальными погрешностями помогают выпускать продукцию и оказывать услуги надлежащего качества, предотвратить брак и несчастные случаи https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-metana-sn4/sensor-metana-inp20-ch4-dp-ex-net\\n \\nОказываем услуги по метрологической поверке дозиметров, дозиметров-радиометров, дозиметров-сигнализаторов, дозиметров гамма-излучения, дозиметров рентгеновского излучения и др http://analyztepla.ru/katalog-izmeritelnykh-priborov/raskhodomery/micronics/ultrazvukovoy-raskhodomer-330a-b\\n  Периодическая поверка дозиметра… \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:33:05','2026-03-30 03:33:05','c76c1b68-5e8a-406e-8253-fb33d16a3583'),
(53819,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SamuelNuate\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наша студия занимается скульптурными работами из архитектурного бетона по собственным эскизам https://www.abbalk.ru/gradostroitelstvo\\n  Мы создаем дикий камень ручной работы для отделки фасадов, интерьеров и для ландшафтного дизайна https://www.abbalk.ru/interier\\n \\nНаша компания специализируется на работах в сфере архитектурного проектирования и дизайна интерьеров, и выполняет полный комплекс услуг, начиная от консультации заказчика и заканчивая реализацией п https://www.abbalk.ru/stati\\n  Читать далее https://www.abbalk.ru/arhitectyra\\n \\nТелефон: 8 (495) 727-42-24 Адрес: Москва, Турчанинов переулок, 6, стр https://www.abbalk.ru/arhitectyra\\n 2 https://www.abbalk.ru/arhitectyra\\n \\nБолее 615 реализованных проектов https://www.abbalk.ru/page47572771.html\\n \\nПроекты : флагманский магазин бренда Dantone, дилерский центр Mercedes-Benz, парк металлургов в Липецке https://www.abbalk.ru/\\n \\nБюро архитектуры и дизайна ANI Design https://www.abbalk.ru/page47574811.html\\n  Проектируем там, где другие не справились! О нас в цифрах: работаем с 2011 г; 500 + проектов; 90 процентов проектов реализовано; 11 лет опыта реализации проек https://www.abbalk.ru/arhitectyra\\n  Читать далее https://www.abbalk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:33:14','2026-03-30 03:33:14','669294d7-aa23-409e-8858-0f8ab12040dd'),
(53820,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shani Reedy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"reedy.shani@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1461],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nNot sure who on your team handles Google Ads — could you point me to the right person?\\n\\nMy name is Ivan. I specialize in Google Ads and Google Ad Grants (and I share paid-ad strategies on YouTube).\\n\\n I visited your website: https://completecareoakridge.com/contact-us/ and we are seeing that you guys are currently running Google Ads or have tried in the past.\\n\\nIf you guys want, we could help you save a lot of money for a lifetime on the Google Ad Grants account that has a $10K/month free ad spend credit (provided and paid by Google Ads each month), meaning that you don\'t have to spend a dime each month to get free quality leads and sales.\\n\\nWith our expertise on Google Ads, we can also help you set up successful ad campaigns, manage and optimize them to get you more customers/clients.\\n\\nIf you have any questions private email me at: ivan@doneforyou-campaigns.com\\n\\nIf you’re not the right contact, please forward this or let me know who I should contact. Thanks for your time — I appreciate it.\\n\\n\\nLooking forward to hearing from you,\\n\\nIvan Ramirez\\nAd Grants Lab\\nhttp://10k-youtubevideo.xyz\\n\\n\\n\\nIf you would like to opt-out of communication with us, visit:https://bit.ly/websiteoptout\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:34:21','2026-03-30 03:34:21','e1d730da-5af4-45a3-bca9-b72efca29a94'),
(53821,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertHoita\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Кран 200 тонн, манипулятор 10 тонн https://drogal.ru/portfolio_tags/slozhnye-takelazhnye-raboty/\\n \\nЦена на такелажные работы во многом зависит от манипуляций, которые необходимо проделать, от габаритов груза, перевозимого расстояния (если груз нужно перевезти из одного места в другое) и стоимости услуг конкретных специалистов https://drogal.ru/uslugi/takelazh/takelazh-seyfov/\\n \\nПогрузка и разгрузка https://drogal.ru/glossary/konteinernie-perevozki/\\n \\nАвдиенко Элла Федоровна 13 https://drogal.ru/glossary/vigodopriobretatel/\\n 04 https://drogal.ru/uslugi/upakovka/upakovka-pallet/\\n 2014 Ваш e-mail Avdey_ukrop@mail https://drogal.ru/tarify-i-akczii/podem-gruza-cena/\\n ru Спасибо за помощь грузчикам из Перевозки Люкс (Дмитрию и Максиму). Очень слаженная, профессиональная работа, ни задержек, ни проволочек, все аккуратно и четко https://drogal.ru/portfolio-items/peregruzka-dgu/\\n  Очень довольна! \\nАкции на наши услуги https://drogal.ru/glossary/logisticheskii-kanal/\\n \\nТакелажники компании ПроМуверс прошли обучение и имеют опыт работы с предметами от 100 кг https://drogal.ru/glossary/konteinernaya-otpravka/\\n  до 100 тонн https://drogal.ru/glossary/dokumentooborot/\\n  Специалисты готовы выполнить такелажные работы любой сложности в удобное время для Вас https://drogal.ru/glossary/nalivnie-gruzi/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:39:02','2026-03-30 03:39:02','c391577a-0b95-4869-a456-f09294b12969'),
(53822,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelwek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наши преимущества http://www.bmk-med.ru/page49915021.html\\n \\n21 http://www.bmk-med.ru/page48556495.html\\n 05 http://bmk-med.ru/page66791829.html\\n 2025 Татьяна http://www.bmk-med.ru/page49868981.html\\n \\nКорниенко Кристина Витальевна http://www.bmk-med.ru/page43426456.html\\n \\nДорогой доктор, спасибо Вам, что помогли найти себя в этом суматошном мире, что лечите всех и всегда невзирая на праздники и выходные, а главное подаете пример всем пациентам, как в наше непростое время помогать тем, кто окружает http://www.bmk-med.ru/page48428139.html\\n  Берегите себя и спасибо Вам за все! \\nСтоимость консультации специалистов Московской клиники зависит от стажа работы, квалификации и ученой степени врача http://bmk-med.ru/page49918113.html\\n  Средняя стоимость первичной консультации и осмотра у узких специалистов от 3 500 руб., стоимость повторной консультации и осмотра - от 2 500 руб http://www.bmk-med.ru/page49867199.html\\n  В клинике периодически проводятся различные акции и действуют специальные предложения на приемы врачей и услуги клиники http://www.bmk-med.ru/page48427781.html\\n  Ознакомиться с акциями вы можете на нашем сайте в разделе \\\"Акции\\\". \\nМихаил Владимирович http://www.bmk-med.ru/page49917235.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:40:45','2026-03-30 03:40:45','1457d551-7b9f-4d5b-a53b-8a86c9335e78'),
(53823,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelmag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Контакты https://www.abbalk.ru/interier\\n \\nФонд Ruarts Изображение: архитектурное бюро «Атриум» САЙТ https://www.abbalk.ru/page47559287.html\\n \\nПроектируем частные дома и квартиры отражающие жизненный путь, мечтания и ценности владельца https://www.abbalk.ru/gradostroitelstvo\\n \\nДом на каменоломне Изображение: архитектурная мастерская «Головин &amp; Шретер» Узнать подробнее https://www.abbalk.ru/interier\\n \\nЛюбому человеку присуще стремление обеспечить себе комфорт и уют https://www.abbalk.ru/gradostroitelstvo\\n  Этого можно добиться только в том случае, если каждый квадратный сантиметр полезной площади будет использован рационально и грамотно https://www.abbalk.ru/page47559287.html\\n  Гармонично оформленный интерьер важен, как в офисном помещении, так и дома https://www.abbalk.ru/stati\\n  На этой странице нашего каталога представлены лучшие архитектурные бюро Москвы, которые на профессиональном уровне воплотят все ваши пожелания в жизнь https://www.abbalk.ru/interier\\n  Мы предлагаем вашему вниманию только надежные и проверенные годами компании, доказавшие свою лояльность к клиентам и высокий уровень мастерства https://www.abbalk.ru/arhitectyra\\n \\nАрхитектурное бюро и проектное бюро – это два разных типа организаций, хотя они могут иметь сходные области деятельности https://www.abbalk.ru/arhitectyra\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:44:36','2026-03-30 03:44:36','2d69fff2-7ba4-401e-a0b4-2ee15bed9561'),
(53824,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottforie\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Первые заказы можно получить и во время стажировки https://olga-filippova.ru/beauty-salons-spa-design\\n  Потому в идеале стоит выбирать курсы тех студий, которые предлагают практику и возможность трудоустройства после обучения https://olga-filippova.ru/office_interior\\n \\n\\nКто-то может сказать, что того же эффекта легко достичь с помощью других глубоких оттенков, но мы рекомендуем вам просто попробовать использовать черный – и посмотреть, что получится https://olga-filippova.ru/beauty-salons-spa-design\\n \\n\\nЭто все будет для вас почвой для размышления и понимания своих желаний https://olga-filippova.ru/blog\\n  Вот так вы уже станете дизайнером интерьеров, который разрабатывает интерьер квартиры своими руками https://olga-filippova.ru/shop\\n \\nЭто помещение в некоторой степени является визитной карточкой владельца жилья https://olga-filippova.ru/interery-fasad\\n  К тому же, она должна быть достаточно функциональной, и в полной мере красивой и стильной https://olga-filippova.ru/fitness-spa\\n  Выбирайте варианты отделки, в том числе и их цветовые решения, исключительно исходя из того, что Вам нравится https://olga-filippova.ru/portfolio-2\\n  Но и не стоит забывать о рекомендациях профессионалов https://olga-filippova.ru/interery-medical-study-center\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:48:17','2026-03-30 03:48:17','03006d96-6e6c-4587-b234-41ada7ad8d1a'),
(53825,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"KevinAlier\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"erangifest1980@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"График занятий подстраивается под вас https://автошкола.рф/specialsignals\\n \\nг https://автошкола.рф/additional-training\\n  Москва, ул https://автошкола.рф/teacherprepare\\n  Александра Солженицына, 17, стр 1 (и еще 89 адресов) \\nРейтинг: Нет - 0 отзывов https://автошкола.рф/anodpo\\n \\nРейтинг: Нет - 0 отзывов https://автошкола.рф/dolgoprudniy\\n \\n+7 (495) 725-00-73 / +7 (916) 213-99-22 https://автошкола.рф/anodpo\\n \\nОбучение вождению на АКПП и МКПП https://автошкола.рф/prices\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:48:43','2026-03-30 03:48:43','d2c35546-c3d7-4c49-ac5d-422e518b326e'),
(53826,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LionelRog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"xrumer23jar@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Нередко новички спрашивают: ГДЕ НАЙТИ ССЫЛКУ КРАКЕН в текущих условиях. КАК НАЙТИ КРАКЕН быстро — такой запрос, который интересует каждого. КРАКЕН НОВЫЙ домен появляется с завидным постоянством, для того чтобы преодоления блокировок. Постоянно проверяйте информационные ресурсы, там где обновляются линки. Ваш путь на маркет полностью определяется свежестью под рукой нужного линка.\\n \\n \\n<a href=\\\"https://krabb9-market.cc\\\">кракен даркнет маркет ссылка тор</a> \\nhttps://krabkrabmarket.cc\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 03:55:40','2026-03-30 03:55:40','aa4b6f3c-47e1-4f58-9af5-cadc30489909'),
(53827,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LionelVah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"xrumer23pum@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Скрытый вход осуществляется через актуальное **KRAKEN DARKNET MARKET ЗЕРКАЛО V5TOR CFD**. Этот домен специально создан для безопасного коннекта. Если вам нужно найти витрину, используйте **KRAKEN САЙТ ЗЕРКАЛА KRAKEN2WEB COM**, которое открывается очень быстро. Платформа активно дополняет список городов, предлагая товары и услуги во всех крупных центрах. Удобство использования помогает сразу приступать к делу даже тем, кто только что открыл для себя теневой интернет.\\n \\n \\n<a href=\\\"https://krb9cc.cc\\\">kraken даркнет</a> \\nhttps://krabb15cc.cc\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:05:52','2026-03-30 04:05:52','92b973cb-85e3-4057-8ab0-a0d961a7cc14'),
(53828,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertPaist\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Zdravo, htio sam znati vašu cijenu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:08:53','2026-03-30 04:08:53','8d46c1a8-28c5-45f2-bda0-b707bafeb63d'),
(53829,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertnoicy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Salam, qiymətinizi bilmək istədim.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:14:33','2026-03-30 04:14:33','c9f0304a-8dff-47e1-8208-b603ac2657e0'),
(53830,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertedutS\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hai, saya ingin tahu harga Anda.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharringtoncourt.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharringtoncourt.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:16:27','2026-03-30 04:16:27','c8e6a49e-1a07-4a59-9c90-5410d3c9619a'),
(53831,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardLoobe\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"+74952305017 https://print-classic.ru/flag\\n \\n720 dpi – интерьерное качество печати подходящее для фотополотен большинства мобильных стендов, предназначенных для просмотра с расстояния 1-2 м и не содержащих мелких элементов, фотографий и текста менее 10 мм https://print-classic.ru/handkerchief\\n \\n9 https://print-classic.ru/signs\\n  При работе с типографией можно быть уверенным в конфиденциальности и безопасности своих данных и макетов https://print-classic.ru/bannery\\n \\nБаннерная ткань BlackBack (плотность 510 г/кв https://print-classic.ru/presswall\\n м) - материал с высокой светонепроницаемостью, благодаря покрытию черного цвета на обратной стороне баннера https://print-classic.ru/badge\\n  Применяется в случаях, когда необходимо исключить подсветку с обратной стороны и позволяет создать ровный непрозрачный фон при размещении на не сплошных конструкциях https://print-classic.ru/ties\\n \\nРаботаем с поставщиками напрямую https://print-classic.ru/booklets\\n \\nБэклиты равномерно рассеивают подсветку по всей площади листа, при этом изображение на нём становится ярче https://print-classic.ru/katalogi\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:30:55','2026-03-30 04:30:55','cd7df070-614e-442e-8ea0-53f8bc889e96'),
(53832,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardMop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Любые материалы, размеры и тиражи https://print-classic.ru/poligrafiya\\n \\nРПК «Городская Типография» выполняет интерьерную широкоформатную печать на баннерах, бумаге, пленке и других материалах в Москве по низким ценам https://print-classic.ru/kalendari\\n  Изображения получаются фотографического качества с высокой детализацией даже при ближайшем рассмотрении https://print-classic.ru/bannery\\n  Возможно изготовление репродукций картин, фотографий https://print-classic.ru/stickerprinting\\n \\nЗнаток города 4 уровня https://print-classic.ru/largeprinting\\n \\nЯ с удовольствием поделюсь своим положительным опытом работы с типографией https://print-classic.ru/tape\\n  Я заказывала у них печать брошюр для нашего семейного мероприятия и была приятно удивлена результатом https://print-classic.ru/tape\\n  Качество печати было превосходным, яркие цвета и четкие изображения https://print-classic.ru/printingonfilm\\n  Сотрудники типографии работали профессионально и оперативно, всегда были готовы ответить на мои вопросы и предоставить консультации https://print-classic.ru/rollup\\n  Цены были разумными, и они выполнили заказ в оговоренные сроки https://print-classic.ru/corner\\n  В целом, я очень довольна своим опытом работы с этой типографией и рекомендую ее всем, кто ищет надежного и качественного партнера по печати https://print-classic.ru/politic\\n \\nЦены на интерьерную печать https://print-classic.ru/signs\\n \\nФормат *.TIFF, ориентир – макет 6х3 м https://print-classic.ru/handkerchief\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:32:34','2026-03-30 04:32:34','b022390e-e998-4e52-af8a-afb7635fcec3'),
(53833,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertPam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы всегда честно называем стоимость услуг на такелажные работы – сотрудничая с нами, вы можете не бояться резкого роста тарифов https://drogal.ru/glossary/strahovatel/\\n  МАШИНА ДЛЯ ПЕРЕЕЗДА Объём кузова авто ЗАКАЗ минимум Доп-ого (начатого) часа ЭКИПАЖ ЗАКАЗ минимум (без ТТК и СК) Hyundai Porter, Каблук 5 м? 4 ч 1 200 руб https://drogal.ru/glossary/stoechnii-poddon/\\n  2 грузчика 4 500 руб https://drogal.ru/portfolio_category/upakovka-dlya-perevozki/\\n  Газель от 5 до 15 м? 2 ч 1 400 руб https://drogal.ru/glossary/logisticheskii-kanal/\\n  2 грузчика 4 500 руб https://drogal.ru/glossary/sbornaya-povagonnaya-otpravka/\\n  Газель (стандартная) 10 м? 4 ч 1 400 руб https://drogal.ru/glossary/yashichnii-poddon/\\n  2 грузчика 5 500 руб https://drogal.ru/glossary/voditel/\\n  Газель (удлиненная) 15 м? 4 ч 1 400 руб https://drogal.ru/takelazhnoe-oborudovanie/\\n  2 грузчика 6 500 руб https://drogal.ru/glossary/vigodopriobretatel/\\n  Mercedes, Ford, Iveco 20 м? 5 ч 1 600 руб https://drogal.ru/glossary/konteiner-krupnotonnazhnii/\\n  2 грузчика 8 500 руб https://drogal.ru/glavnaya/vakansii/\\n  MERCEDES 36 м? 5 ч 2 400 руб https://drogal.ru/uslugi/takelazh/takelazh-mediczinskogo-oborudovaniya/\\n  2 грузчика 12 500 руб https://drogal.ru/glossary/mnogooborotnaya-upakovka/\\n  Звоните нам и заказывайте услуги профессиональных грузчиков по низким ценам https://drogal.ru/voprosi-otveti/informaciya-dlya-rascheta-stoimosti-uslug/\\n \\nБыстрый расчет стоимости https://drogal.ru/glossary/manipulyacionnie-znaki/\\n \\nТакелаж сопряжен с погрузочно-разгрузочными операциями и транспортировкой крупногабаритных или очень тяжелых грузов, а также монтажными работами https://drogal.ru/portfolio_category/takelazhnie-raboti-v-khimkakh/\\n  Ввиду большого веса и громоздкости грузов приходится использовать грузоподъемные механизмы и грузозахватные устройства https://drogal.ru/glossary/avtomobilnaya-transportnaya-set/\\n \\n«Спасибо, что помогаете строить Московский метрополитен» \\nТакелажные работы при массе груза 101-300 кг https://drogal.ru/glossary/upakovivanie-dlya-torgovikh-operatsii/\\n \\nЗаказать такелажные работы прямо сейчас https://drogal.ru/glossary/transportirovanie/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:34:04','2026-03-30 04:34:04','176a1281-6765-4bcf-8881-7c9f8a11e57e'),
(53834,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrysah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Скидка 20% на день рождения https://maze.tattoo/catalog/v/van-gog/\\n \\nПирсинг https://maze.tattoo/catalog/o/om/\\n \\nСтудия BlackFly 10 600 ? \\nпо версии KudaGo https://maze.tattoo/catalog/ch/chumnoi-doctor/\\n \\nСертификат действует на 1 человека https://maze.tattoo/catalog/b/biomehanika/\\n  Возраст – от 18 лет https://maze.tattoo/catalog/p/pauk/\\n  До 18 лет – в присутствии родителей https://maze.tattoo/catalog/gh/\\n  Накануне визита не рекомендуется употреблять алкогольные напитки и принимать препараты, разжижающие кровь (например, аспирин, гепарин натрия и т https://maze.tattoo/catalog/e/egipet/\\n  д.). Студия не обслуживает людей, находящихся в состоянии алкогольного и/или наркотического опьянения https://maze.tattoo/catalog/f/feya/\\n  Существуют медицинские противопоказания для нанесения тату: - кожные заболевания, свежие раны, ожоги; - сахарный диабет, инсулиновая зависимость; - заболевания сердечно-сосудистой системы, психические расстройства; - паразитарные заболевания (амебиаз, вши, клещи); - инфекционные заболевания, в том числе туберкулез, герпес, кандидоз, лямблиоз, дизентерия, вирусные гепатиты всех групп, ВИЧ/СПИД, ветряная оспа, корь; - плохая свертываемость крови, склонность к тромбоэмболии; - все типы и стадии онкологии; - эпилепсия; - беременность https://maze.tattoo/catalog/d/delfiny/\\n \\nВсе правовые документы, \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:36:27','2026-03-30 04:36:27','56e4fda1-b9fe-473f-b6dd-83df8ee01113'),
(53835,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RaymondPloth\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kirvvv02@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если кто-то разбирается в SEO под Яндекс, советую глянуть этот разбор — есть полезные моменты: <a href=\\\"https://spark.ru/user/268812/blog/315064/nakrutka-pf-v-yandeks-polnoe-rukovodstvo\\\">https://spark.ru/user/268812/blog/315064/nakrutka-pf-v-yandeks-polnoe-rukovodstvo</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:36:58','2026-03-30 04:36:58','432efbe6-4187-4a67-8a66-d63c10683937'),
(53836,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertget\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания Такелажники https://drogal.ru/glossary/gruzootpravitel/\\n ру выполнила такелаж оборудования (систем вентиляции для промышленных предприятий). Необходимо было погрузить контейнеры и негабарит на железнодорожные платформы и закрепить грузы https://drogal.ru/portfolio_tags/izgotovlenie-transportnoy-upakovki/\\n  Все работы выполнены с легким опережением графика без ущерба для качества и безопасности https://drogal.ru/portfolio_tags/stropalnye-i-takelazhnye-raboty/\\n  Спасибо всей бригаде, выполнявшей наш заказ https://drogal.ru/glavnaya/vakansii/\\n \\nТакелаж медицинского оборудования 120 тонн https://drogal.ru/glossary/baraban/\\n \\nТакелажные работы https://drogal.ru/glossary/logisticheskie-centri/\\n \\nТакелаж томографа 5 тонн https://drogal.ru/glossary/pervichnaya-upakovka/\\n \\n6 такелажников, 4 стропальщика https://drogal.ru/portfolio-items/izgotovlenie-derevyannyh-poddonov-na-zakaz/\\n \\nКомпания основана с 2003 года Основной состав команды - 30 человек Более 500 лояльных клиентов за все время существования компании, 85 на постоянном обсуживании https://drogal.ru/vidy-takelazhnyh-rabot/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:38:47','2026-03-30 04:38:47','0a31625c-204b-487a-a49c-eb4c907120a8'),
(53837,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephbep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Профессионально обустроенная могила сохраняет свой внешний вид на протяжении десятков лет https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/tsvetnik-tsvg-8/\\n  Правильный дренаж и качественные материалы защищают захоронение от воздействия влаги, морозов и деформаций https://www.kovanie-ogrady.ru/catalog/sostavnye-pamyatniki/granitnyy-pamyatnik-dpg-3/\\n  Согласно нормам Роспотребнадзора, период консервации захоронения должен обеспечиваться на минимум 25 лет https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pv-43/\\n \\nМосковская область имеет высокий уровень грунтовых вод, поэтому дренаж — критически важный элемент благоустройства https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pv-25/\\n  Мы монтируем: \\nАксессуары и другие элементы благоустройства https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/\\n \\nВажно помнить о том, что https://www.kovanie-ogrady.ru/catalog/kovanye-stoly-i-lavki/kovanaya-lavka-kareta/\\n \\nИзготовление и установка памятников https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-23/\\n \\nЗемля https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pr-17/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:39:37','2026-03-30 04:39:37','69ae0934-7b99-444f-a798-93fa8734f303'),
(53838,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertmem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По запросу 2358 https://deneb-spb.ru/krestoviny\\n 06 https://deneb-spb.ru/ankery\\n \\nМы готовы вам предоставить: \\nПо запросу 1 912 https://deneb-spb.ru/contacts\\n 96 https://deneb-spb.ru/krany-i-ventili\\n \\nПо запросу 515 https://deneb-spb.ru/klipsy\\n 20 https://deneb-spb.ru/klipsy\\n \\nМногослойные комбинированные полипропиленовые трубы , высокая стойкость к воспламенению которой обеспечена за счет уникального пожаростойкого компаунда, рассчитанного на особые требования в области пожаротушения https://deneb-spb.ru/shejvery-i-torcevateli\\n \\nПо запросу 1792 https://deneb-spb.ru/contacts\\n 25 https://deneb-spb.ru/krany-i-ventili\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:41:06','2026-03-30 04:41:06','900822e6-475a-4b17-b4ce-2e7352b022bc'),
(53839,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeFef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"• Передовые научные разработки: Собственные лаборатории и исследовательские центры позволяют Germaine de Capuccini быть на шаг впереди, предлагая инновационные комплексы и ингредиенты https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/gel-ochischayuschiy-dlya-litsa-purexpert\\n \\nознакомиться с ними можно в разделе Сертификаты \\nВ 1964 году компания GERMAINE de CAPUCCINI стала первым испанским производителем на рынке профессиональной косметики, и по сей день является бессменным косметическим лидером Испании, а также входит в пятерку лучших брендов профессиональной косметики в Европе https://www.germainedecapuccini.ru.com/collection/kremy-dlya-litsa/product/krem-dlya-korrektsii-morschin-nasyschennyy-supreme\\n \\n\\nНовый концептуальный подход к процедурам GERMAINE de CAPUCCINI сочетает в себе совершенный продукт и профессиональные авторские техники массажа, уникальные для каждой процедуры https://www.germainedecapuccini.ru.com/collection/frontpage?page=2\\n  Любой уход от бренда GERMAINE de CAPUCCINI – от базового до эксклюзивного – является утонченным ритуалом, позволяющим клиенту прочувствовать весь спектр удивительных ощущений от массажа в сочетании с тонкими ароматами продуктов и их бесподобными текстурами https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/krem-uspokaivayuschiy-dlya-normalnoy-chuvstvitelnoy-kozhi\\n \\nС момента основания и до наших дней компания неизменно сохраняет дух своей основательницы Кармен \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:46:51','2026-03-30 04:46:51','6fb5aebe-9a0e-4893-9188-2f7961379b71'),
(53840,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyErype\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продвижение в ТОП-10 – За рубли на 20% дешевле! \\n• Сертифицированные специалисты Яндекс https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n Метрика, Google Analytics, SEO Expert от РАЭК (Российская Ассоциация Электронных Коммуникаций) • Спикеры лучших отраслевых мероприятий - RIW, РИФ, Ecom EXPO, Optimization • 215 лет суммарного опыта в SEO (поисковая оптимизация сайта) \\nТе, кто сталкивался с продвижением сайта и общались с действительно компетентными сотрудниками интернет-агентств (таких, как «Пиксель Плюс»), знают, что все запросы можно разделить на два класса: \\nСкидка 100% на первый месяц! \\nбольше целевых посетителей сайта https://proffseo.ru/privacy\\n \\nПомимо копирайтеров, редактор дополнительно вычитывает тексты, прорабатывает его смысловую нагрузку https://proffseo.ru/\\n  В результате вы получаете уникальный и удобный контент, который мотивирует ваших клиентов сделать заказ https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:48:47','2026-03-30 04:48:47','52585b52-89a5-4d39-a051-1af21f125e57'),
(53841,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesFeabs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stuart708@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS A GATHERING OF GAINS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-630160-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:48:55','2026-03-30 04:48:55','6982caa5-c798-471e-ac17-4bee70e36212'),
(53842,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesFeabs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stuart708@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS A GATHERING OF GAINS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-630160-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:48:56','2026-03-30 04:48:56','54afd1cc-7b1f-46d1-8969-c498f4d9c8cf'),
(53843,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesFeabs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stuart708@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS A GATHERING OF GAINS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-630160-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:48:58','2026-03-30 04:48:58','44936ac9-71eb-4484-a8a3-d7775534ae66'),
(53844,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesFeabs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stuart708@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS A GATHERING OF GAINS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-630160-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:48:59','2026-03-30 04:48:59','6045c2c3-be22-4555-a269-1d0dc0c3ca54'),
(53845,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"CharlesFeabs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stuart708@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! THE $3,500,000 JACKPOT IS A GATHERING OF GAINS https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-630160-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:49:00','2026-03-30 04:49:00','65d59e2e-6bac-432f-8621-8495ed08530c'),
(53846,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottGlync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Реализация на участке под руководством дизайнера https://berezov-lsk.ru/\\n \\nЗаказать звонок --&gt; Заказать звонок https://berezov-lsk.ru/\\n \\n«Сад фантазий» \\nСоставляем проект таким образом, чтобы даже при небольшом бюджете, он был реализован с использованием только качественных материалов https://berezov-lsk.ru/\\n \\nПри необходимости специалист приедет к вам домой – выезд бесплатный в пределах 70 км от МКАД https://berezov-lsk.ru/\\n \\nЛандшафтные работы https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:49:21','2026-03-30 04:49:21','79d6d426-c7ff-4476-a219-8471f2bbca1b'),
(53847,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyAvada\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Без этого продвижение сайта в России не даст результата https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Вы только потратите время и деньги впустую, а в худшем случае получите фильтр или бан поисковой системы https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nВ то же время продвижение сайтов в ТОП-10 по России применимо, когда число регионов больше 7 шт https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nУвеличить небрендовый трафик, привлечь новую целевую аудиторию и поддерживать работоспособность сайта в условиях масштабирования бизнеса https://proffseo.ru/privacy\\n \\nВ качестве примера посмотрим на сайт Wikipedia https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n org https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Википедия геоНЕзависима и попадает в ТОП-10 по многим запросам и регионам России https://proffseo.ru/privacy\\n \\nЭто интересно https://proffseo.ru/privacy\\n \\nпо версии Ruward 2021 https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:50:15','2026-03-30 04:50:15','a46264e9-e711-4e80-b2dc-2b68cc8e2eaf'),
(53848,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddycub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Для этого используем современные технологии: создаем турбо-страницы в Яндексе и AMP в Google для страниц карточек товаров и страницы каталога https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Выше скорость – больше конверсий https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nРаботаем на ваш результат https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nДобавляем визуальные элементы и улучшаем структуру текста https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nРеально ли продвигать сайты по РФ без платной помощи SEO-агентств — своими силами? Да, но не рассчитывайте на скорые результаты https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nПоисковые системы Яндекс и Google https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nУ нас много успешных кейсов по продвижению сайтов, в том числе и в самых конкурентных нишах https://proffseo.ru/kontakty\\n  Все проекты достигают высоких позиций без риска попадания под фильтры или баны, обеспечивая стабильный рост и безопасность для сайтов наших клиентов, потому что мы используем только белые методы оптимизации https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:51:24','2026-03-30 04:51:24','0ae76d45-e672-4f05-9ae8-fa6e872993ac'),
(53849,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelLix\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Установите и откройте Viber , найдите созданный контакт и напишите нам https://norsy.ru/otzyvy\\n \\nДля настрачивания лампас на любые изделия, для закрытия плечевого шва и горловины спинки одним приемом https://norsy.ru/voprosy-otvety\\n \\nВнесите этот номер в адресную книгу своего телефона: \\nПошив качественной одежды оптом https://norsy.ru/\\n \\nБолее подробно можно узнать цену по запросу на почту (с фотографией модели), по телефону или при личной встрече у нас на производстве, мы ждем Вас! \\nЕсли у вас на компьютере установлено приложение Telegram Desktop, то просто перейдите по этой ссылке и напишите нам https://norsy.ru/poshiv-hudi\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:52:53','2026-03-30 04:52:53','c7287c57-efb9-409c-8f32-d4f8d2914ec3'),
(53850,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaeldup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заведующий хирургическим кабинетом http://bmk-med.ru/page49919565.html\\n \\nМедицинский центр Москва http://www.bmk-med.ru/page48162827.html\\n \\nЗакрыто до 08:00 http://bmk-med.ru/page49918889.html\\n \\nХочу поблагодарить Алекса Арменовича за помощь моему мужу! Долгое время мы не могли понять, в чём причина наших проблем с зачатием, анализы были в норме, а http://www.bmk-med.ru/page48557189.html\\n \\nДорогая Хусноро Буриевна, Вы прекрасны - Вы удивительная девушка, потрясающий доктор и Вы человек с огромным сердцем, спасибо за то, что меняете меня к лучшему и убираете боли и зажимы! Будьте самой счастливой! \\nЗакрыто до 08:00 http://www.bmk-med.ru/page49915407.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:53:27','2026-03-30 04:53:27','155e7bc6-fdc9-43b8-9d14-e9ce76e355d4'),
(53851,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesDrugh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"У вас есть идея? Мы поможем вам воплотить ее в жизнь https://зеленая-жизнь.com/tver\\n  Закажите проект ландшафтного благоустройства прямо сейчас и начните путешествие к своему идеальному зеленому уголку! \\nСотрудничаем со студией Gried уже третий год https://зеленая-жизнь.com/drenazh\\n  Просто полностью доверили уход за территорией им и ни о чем не беспокоимся https://зеленая-жизнь.com/drenazh\\n  В начале сезона только обсуждаем посадку, что хотим, в каком количестве, согласуем проект, подписываем договор и наблюдаем за процессом https://зеленая-жизнь.com/projects\\n  Все очень профессионально, аккуратно и продуманно&gt; \\nСколько времени занимает подготовка проекта? \\nвозможность реализовать самые смелые идеи на своем участке; красивый сад в любое время года; работа «под ключ» с гарантией высокого качества; проекты любой сложности; проектные, ландшафтные и инженерные работы в одном месте; полное соответствие результата вашим пожеланиям; только опытные профессионалы; возможность обслуживания с нашей стороны https://зеленая-жизнь.com/vodoem\\n \\nОбщая стоимость материалов 8435700 https://зеленая-жизнь.com/lesnicino\\n \\nКоттеджный поселок «Голицыно-9» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:53:28','2026-03-30 04:53:28','1ce357b9-ad2a-43ed-a30a-6cfcf1f546ac'),
(53852,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldbaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"кромка мебельная (ПВХ, АБС, меламиновая, 3D); пластиковые мебельные заглушки; силиконовые демпферы; мебельный молдинг; багеты на мебель; соединительные элементы https://kupefurnitur.ru/catalog\\n \\nЕсли у вас есть вопросы, звоните! Здесь работают настоящие знатоки своего дела https://kupefurnitur.ru/contact\\n  Профессиональные менеджеры с удовольствием ответят на любые ваши вопросы, подробно расскажут о поставляемой нами мебельной фурнитуре, помогут выбрать те комплектующие, которые больше всего подходят для решения вашей конкретной задачи https://kupefurnitur.ru/\\n  Мы работаем слаженно и оперативно, так что долго ждать исполнения заказа вам не придётся https://kupefurnitur.ru/catalog\\n \\nСотрудничество с КДМ https://kupefurnitur.ru/contact\\n \\nПредназначена для установки на внутренние и внешние деревянные двери https://kupefurnitur.ru/onas\\n  Ручки-скобы имеют предельно пр.. \\nПодберите мебельные ручки для вашей кухни в стиле классика, модерн или лофт с помощью сервиса по подбору https://kupefurnitur.ru/contact\\n  Широкий ассортимент и выбор фасадов поможет вам легко найти идеальное сочетание https://kupefurnitur.ru/\\n  Быстрый и удобный выбор нужной модели мебельной ручки по основным критериям: тип ручки, стиль, цветовая гамма, межцентровое расстояние https://kupefurnitur.ru/price\\n  Посмотрите на ручки с другого угла, просто сменив ракурс кухни https://kupefurnitur.ru/\\n  Пользуясь функцией увеличения изображения, вы сможете рассмотреть созданный вариант в мельчайших деталях https://kupefurnitur.ru/catalog\\n  В сервисе также доступна 3D-визуализация https://kupefurnitur.ru/\\n  Понравившуюся модель ручки можно сразу добавить в корзину https://kupefurnitur.ru/catalog\\n \\nТехнические характеристики Материал сталь Цвет цинк .. \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:54:07','2026-03-30 04:54:07','feaffc6d-c06e-465f-a07d-3c5863c88ca7'),
(53853,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdargo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоимость такелажных работ вполне доступна, есть полный спектр оборудования для проведения работ, в том числе лебедки разных типов, погрузчики и многое другое https://drogal.ru/voprosi-otveti/vibor_transporta/\\n  Среди отличительных особенностей компании: \\nКак рассчитывается стоимость https://drogal.ru/glossary/oborotnii-sklad/\\n \\nСемья Иващенко 26 https://drogal.ru/glossary/big-beg/\\n 04 https://drogal.ru/takelazhnye-raboty/\\n 2014 Ваш e-mail il_ivachenko@mail https://drogal.ru/glossary/materialnii_potok/\\n ru Хотите переезжать как в кино – за один день, без шума и пыли? Если «ДА», тогда обращайтесь в компанию «Перевозка Люкс»! Звучит как в рекламе))) Мы вот воспользовались помощью такой организации впервые и нисколько об этом не жалеем! Еще раз благодарим Виталия (водителя) и Максима с Николаем (грузчики) за их внимательное отношение к нам и нашим вещам https://drogal.ru/uslugi/takelazh/takelazh-oborudovaniya/\\n  Спасибо, ребят https://drogal.ru/glossary/obshetovarnie-skladi/\\n \\nупаковка вещей https://drogal.ru/glossary/zelenaya-logistika/\\n \\nЗаказать звонок https://drogal.ru/glossary/skoroportyashiesya-gruzi/\\n \\nВ списке такелажных услуг может значиться демонтаж старого оборудования, которое затем устанавливают на новом месте https://drogal.ru/uslugi/takelazh/takelazh-transformatorov/\\n  В ходе погрузки/разгрузки ведутся стропальные работы, которыми предусмотрена обвязка и закрепление груза https://drogal.ru/glossary/logisticheskii-servis/\\n  Для удобного перемещения сооружаются временные мостки и настилы https://drogal.ru/glossary/pervichnaya-upakovka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:57:27','2026-03-30 04:57:27','188bab02-2013-4626-8350-3fe91fb431ee'),
(53854,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertOriva\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Монтаж оборудования https://drogal.ru/glossary/termousadochnaya-plenka/\\n \\nКомпания САБ1 https://drogal.ru/\\n  Беремся за такелажные работы с грузом любой сложности https://drogal.ru/glossary/poddon/\\n  В нашем арсенале большой выбор такелажной и транспортировочной техники https://drogal.ru/glossary/opasnie-gruzi/\\n  Штат из профессиональных сотрудников выполнит работу точно и аккуратно https://drogal.ru/glossary/stropalnie-raboti/\\n  Выезд инженера на осмотр объекта бесплатно https://drogal.ru/glossary/vnutrennyaya-upakovka/\\n  Заполните форму и получите консультацию прямо сейчас https://drogal.ru/glossary/nakopitelnie-skladi/\\n \\n8 такелажников, 4 стропальщика https://drogal.ru/portfolio_tags/takelazhnye-raboty-foto/\\n \\nКак правило, выполнение такелажных работ производится только тогда, когда объект, необходимый для перевозки, имеет нестандартные размеры: вес, объем; поскольку требуются специальные оборудования, которые обеспечивают аккуратную доставку объектов https://drogal.ru/glossary/dokument/\\n \\nКруглосуточная поддержка При необходимости организуем работу такелажников в праздничные дни, ночью, в три смены и в несколько бригад одновременно https://drogal.ru/glossary/strahovshik/\\n \\nНаши такелажники хорошо подготовлены и готовы к продолжительному интенсивному труду https://drogal.ru/glossary/logisticheskaya-kompaniya/\\n  Благодаря широким ресурсам мы обеспечиваем клиентов любым числом профессионалов, которые быстро и эффективно справляются с задачами https://drogal.ru/faq_category/gosti-i-standarti/\\n  При этом вы не переплачиваете за дополнительные \\\"рабочих рук\\\". \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:58:53','2026-03-30 04:58:53','8866005e-7ca3-418e-b0b0-81b444ec8af3'),
(53855,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Andrewdroks\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yaroslav.sevastyanov.1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Деревянные ящики для сверхпрочной упаковки https://yaschiki.ru/product/yashchik-iz-osb-1200-600-1400/\\n \\nНаши контакты: \\nВнутренние размеры: 660 х 600 х 600 https://yaschiki.ru/upakovka-dlya-morskoi-perevozki/\\n \\nКомпания «Лентара» занимается разработкой конструкций и производством деревянной упаковки для государственных и частных компаний в Северо-Западном и Центральном федеральных округах РФ https://yaschiki.ru/morskaya-upakovka-elektroshkafov/\\n  Кроме того, мы оказываем услуги по упаковке нестандартных грузов https://yaschiki.ru/uslugi/morskaya-upakovka/\\n  Мы предлагаем доступные цены и доставку упаковки по России https://yaschiki.ru/product-category/yashchiki-iz-osb/\\n  Используя наш многолетний опыт работы на рынке производства деревянной тары, мы готовы предложить нашим клиентам продукцию и услуги самого высокого качества https://yaschiki.ru/product-category/yashchiki-iz-osb/\\n \\nУслуги Разработка тары и упаковки Производство тары Ящики с фитосанитарной обработкой (ISPM-15) Упаковка груза на территории заказчика Доставка Разработка чертежей тары и проектов по упаковке Вкладыши/ложементы и трафареты по ГОСТ 14192-91 Тарная продукция Деревянные ящики Военные ящики Экспортные ящики Ящики по специсполнению Фанерные ящики ExPack стандарт (многооборотная тара) Тара для стекла Морская упаковка ГОСТы и ТУ на тару и упаковку ГОСТы на тарную фурнитуру Материалы для упаковки Контакты Пользователи https://yaschiki.ru/upakovka-press-form-dlya-otpravki-v-kitai/\\n \\nСамый распространенный вид жесткой тары https://yaschiki.ru/proekt-yashchiki-iz-osb/\\n  Внутри могут быть обшиты влагостойкими и изоляционными материалами https://yaschiki.ru/product/derevyannii-yashchik-1300-1300-500/\\n  По конструкции могут быть решетчатыми и плотными, неразборными, разборными и складными https://yaschiki.ru/morskaya-upakovka-elektroshkafov/\\n  В качестве материала при их изготовлении преимущественно используют фанеру или доски https://yaschiki.ru/product/derevyannaya-obreshetka-1400-1000-1300/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:58:54','2026-03-30 04:58:54','169f7a66-5550-4d36-8ace-8dc94317deaf'),
(53856,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryAlels\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сетевое издание KUDAGO (КУДАГО) зарегистрировано в Федеральной службе по надзору в сфере связи, информационных технологий и массовых коммуникаций (Роскомнадзор) 15 марта 2021 года https://maze.tattoo/catalog/k/kompas/\\n  Свидетельство о регистрации Эл № ФС77-80500 Учредитель: ООО «Реван» https://maze.tattoo/catalog/d/\\n  Права на текстовые и другие материалы, размещенные на сайте, охраняются законом https://maze.tattoo/catalog/l/lev/\\n  При цитировании обязательна прямая ссылка на KudaGo https://maze.tattoo/catalog/e/enot-i-barsuk/\\n com  https://maze.tattoo/catalog/c/\\n \\nНаши отличия https://maze.tattoo/catalog/b/bok/\\n \\nСтудия BlackFly 7450 ? \\nВ мире, где визуальный образ стал языком общения, татуировка — это не просто рисунок на коже, а личная история, рассказанная без слов https://maze.tattoo/catalog/yu/yuliy-tsezar/\\n  В студии \\\"Тату-Мания\\\", расположенной в центре Москвы, к каждому клиенту относятся как к соавтору https://maze.tattoo/pricetattoo/\\n  Здесь создают не просто тату, а визуальные манифесты, которые остаются с вами на всю жизнь https://maze.tattoo/catalog/m/mayak/\\n \\nОпыт мастеров и портфолио Наличие лицензий и санитарных сертификатов Прозрачность цен и этапов работы Индивидуальный подход к каждому клиенту Атмосфера студии и уровень комфорта https://maze.tattoo/catalog/g/gravura/\\n \\nКлассика в полспины и орнамент на рукаве — далеко не весь арсенал столичных тату-салонов, тем более если мы говорим о выдающихся компаниях https://maze.tattoo/catalog/yo/yozhiki/\\n  Нежная акварель, трогательные миниатюры, каллиграфия https://maze.tattoo/catalog/g/geysha/\\n  Рассказываем о легендарных тату-студиях Москвы, которые чутко улавливают тренды и готовы набить всё, чего просит душа https://maze.tattoo/catalog/k/korabl/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:59:08','2026-03-30 04:59:08','1575f9f8-5d71-43bf-b3e8-b4718437f5ff'),
(53857,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephVap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Памятник для мужчины https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pg-29/\\n \\nЗаказать услуги по уборке и благоустройству участка вы можете в городской специализированной службе Ritual https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/?PAGEN_2=2\\n ru https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pr-10/\\n  Наши специалисты берутся за работу любой сложности: от простой уборки мусора на участке до комплексной реставрации захоронения https://www.kovanie-ogrady.ru/catalog/pamyatnik-veteranu/granitnyy-pamyatnik-k-11/\\n  Получить подробную консультацию по уборке на могиле и благоустройству участков на кладбище вы можете по круглосуточному телефону Ritual https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pg-25/\\n ru: +7 (495) 100-3-100  https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pr-31/\\n \\n- дополнительные компоненты - вазы, лампады, скульптуры, декор из бронзы https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-39/\\n \\nЗаключение договора https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/pamyatnik-iz-granita-pv-8/\\n \\nВиды работ https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/pamyatnik-iz-granita-pv-8/\\n \\nУборка и очистка мест захоронения важны для поддержания достоинства места упокоения https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pr-3/\\n  Это обеспечивает мирную и уважительную обстановку для посещения, чтит память умершего и создает благоприятную атмосферу для визитов на кладбище https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pv-31/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 04:59:26','2026-03-30 04:59:26','f270e571-bb3b-409c-88db-cc5df6df2cc1'),
(53858,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Что сделали https://drogal.ru/glossary/gruz/\\n \\nТакелаж промышленного оборудования 45 тонн https://drogal.ru/uslugi/kranovye-raboty/podem-gruzov-cherez-okno/\\n \\nПрофессиональная и надежная упаковка перевозимых грузов https://drogal.ru/glossary/logisticheskaya-kompaniya/\\n \\nКруглосуточная поддержка При необходимости организуем работу такелажников в праздничные дни, ночью, в три смены и в несколько бригад одновременно https://drogal.ru/glossary/gabariti_gruza/\\n \\n6 ч https://drogal.ru/portfolio_tags/uslugi-avtokrana-25/\\n  работы + 1 час подача авто https://drogal.ru/portfolio-items/izgotovlenie-yashhikov-fanery-na-zakaz/\\n \\nКак упаковывается груз https://drogal.ru/faq_category/gosti-i-standarti/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:00:40','2026-03-30 05:00:40','4f9d0685-31df-46ce-8409-8097440ce168'),
(53859,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephbut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наиболее популярные материалы включают природный камень (гранит, мрамор), тротуарную плитку, гранитную и мраморную крошку, бетонные элементы и искусственный травяной газон https://www.kovanie-ogrady.ru/catalog/pamyatniki-reznye/granitnyy-pamyatnik-pr-28/\\n  Выбор материалов зависит от эстетических предпочтений, климатических условий и бюджета https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pr-7/\\n  Гранит и мрамор — долговечные и устойчивые материалы, а крошка и плитка более доступны и просты в уходе https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-35/\\n \\nКакие материалы лучше использовать для благоустройства могилы? \\nот 7 600 р https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyj-pamyatnik-vertikalnyj-pv-64/\\n \\nДля поддержания места захоронения в ухоженном и опрятном виде необходимо выполнять выполнять такие работы как уборка дерна, отсыпка крошкой, облицовку и т https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pr-28/\\n д https://www.kovanie-ogrady.ru/catalog/pamyatniki-v-vide-stely/pamyatnik-iz-granita-pv-4/\\n  Благоустройство могил — это не только эстетическое требование, но и вопрос безопасности https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-43/\\n  Если у вас нет времени этим заниматься, то всю работу по благоустройству компания «Гранит Памяти» готова взять на себя https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pv-33/\\n \\nблагоустройство захоронения https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pv-26/\\n \\nВнесение предоплаты https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pg-10/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:02:38','2026-03-30 05:02:38','98cc5391-f23a-418f-8f4f-5319fd67ea25'),
(53860,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertTar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Накопленный с 1999 года опыт и знания в данном сегменте услуг позволяют эффективно и профессионально решать сложные и нестандартные задачи https://drogal.ru/glossary/upakovivanie-dlya-torgovikh-operatsii/\\n  Наша безукоризненная репутация ? это результат многолетнего порядочного отношения к работе и строгого следования инструкциям при выполнении поставленных задач https://drogal.ru/glossary/gruzovaya-edinica/\\n \\nВ Москве многие компании предлагают свои услуги, поэтому не всегда просто найти квалифицированного исполнителя, который понимает все особенности транспортировки грузов и ответственно подходит к выполнению такелажных работ https://drogal.ru/glossary/logisticheskaya-kompaniya/\\n  Компания «СТОГРУЗ» работает в данной сфере с 1992 года и за это время накопила большой опыт https://drogal.ru/glossary/poddon/\\n  Мы обладаем всеми необходимыми мощностями по проведению такелажных работ, а также командой квалифицированных профессионалов https://drogal.ru/tarify-i-akczii/cena-za-uslugi-avtokrana/\\n  Предоставляя услуги, мы ориентируемся на следующие принципы: \\nБесплатный выезд инженера для замера и оценки стоимости https://drogal.ru/portfolio-items/izgotovlenie-derevyannyh-poddonov-na-zakaz/\\n \\nЗакажите услуги такелажа у нас https://drogal.ru/glossary/gruppovaya-otpravka/\\n \\n4 ч https://drogal.ru/glossary/sbornaya-povagonnaya-otpravka/\\n  работы + 1 час подача авто https://drogal.ru/glossary/kanistra/\\n \\nО тарифе \\\"Быстрый переезд\\\" : \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:03:18','2026-03-30 05:03:18','66b44952-60a0-48b6-bbce-d7efe8bfd5ca'),
(53861,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyMum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1 https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Самостоятельное продвижение сайта по всей России https://proffseo.ru/\\n \\n* Подробнее о классификации запросов информация есть в статье: Как проверить геозависимость запроса?. \\nВремя «мастеров на все руки» давно прошло https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Только слаженная командная работа специалистов своего дела приведет к максимальным результатам https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nО вашем предприятии в интернете узнают тысячи потенциальных клиентов https://proffseo.ru/privacy\\n \\nДелаем мобильную версию сайта удобной https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nБронза в номинации «Лучшая работа с Big Data» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:03:50','2026-03-30 05:03:50','5936f953-9fc2-4b24-b15b-d6ee5eb4a5e4'),
(53862,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonellab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Все цены, указанные на сайте, являются усредненными https://norsy.ru/ceny\\n  Мы привели их в качестве примера, ориентируюсь на опыт предыдущих заказов https://norsy.ru/pochemu-my\\n  И все они даны из расчёта заказов минимальной сложности https://norsy.ru/poshiv-hudi\\n  Мы не можем дать точную стоимость на пошив изделия из-за индивидуальности и сложности каждого проекта https://norsy.ru/pochemu-my\\n  Но вы в любое время можете узнать, сколько именно будет стоить ваш заказ, оставив заявку на нашем сайте https://norsy.ru/pochemu-my\\n \\nШвейный цех «ЭЛЬ-ТЕКС ПОШИВ» оказывает услуги по пошиву одежды оптом, занимается конструированием и моделированием, нанесением принтов и вышивок, а также выполняем рутинную работу связанную с подготовкой изделий к продажам в маркетплейсах и магазинах https://norsy.ru/otzyvy\\n  Каждый человек в нашей команде – настоящий профессионал в своём деле https://norsy.ru/pochemu-my\\n \\nСХЕМА РАБОТЫ С НАМИ https://norsy.ru/pochemu-my\\n \\nВы можете оставить заказ на пошив корпоративной формы, армейской, спортивной одежды, спецодежды https://norsy.ru/otzyvy\\n  Массовый пошив одежды в Москве выполняется не по всем адресам, поэтому просьба уточнять у менеджеров точный адрес цеха https://norsy.ru/voprosy-otvety\\n  Вашим заказом будут заниматься мастера с большим опытом работы https://norsy.ru/o-nas\\n  Ателье оснащено необходимой современной техникой, которая обеспечивает отличное качество при сохранении высокого темпа производства https://norsy.ru/poshiv-futbolok\\n  Кроме того, мы осуществляем пошив корпоративной промо одежды в Москве по приемлемым ценам https://norsy.ru/ceny\\n \\nШтрихкодирование, маркировка, упаковка, фотосессия, доставка и сдача товаров на склад https://norsy.ru/voprosy-otvety\\n \\nУчитывая то, что мы имеем 2 производства, которые могут выполнять как одинаковые заказы, так и каждый по отдельности, мы сможем изготавливать более 1000 единиц изделий в день, но как правило мы не занимаем всю мощь производства под одного клиента https://norsy.ru/ceny\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:03:51','2026-03-30 05:03:51','3943c796-4929-4b49-882c-4b5dcc594df6'),
(53863,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidPex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Профессионализм https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i1.html\\n   Наша компания на рынке более 12 лет https://www.legnostyle.ru/dubovye-dveri.html\\n   Работает с 20 https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/mejkomnatnaa-dver-d18.html\\n  02 https://www.legnostyle.ru/catalog/lestnici/na-vtoroy-etazh/lestnica-l1-4.html\\n  2002 года https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/diverso/\\n    Мы не интернет магазин, мы Компания https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/model-p5.html\\n   У нас свой отдел инженеров, мы решаем многоцелевые задачи, по оснащению объектов разными видами слаботочного оборудования, а также разными видами связи (интернет, тв, сигнализация, усиление связи, видеонаблюдение, телефония, и т https://www.legnostyle.ru/detskaia-mebel-dlia-devochek.html\\n   д https://www.legnostyle.ru/catalog/mebel/mebel-dla-biblioteki-b-12.html\\n  ) \\nИзделия наших мастеров отлично вписываются в интерьер, выполненяются практически в любом стиле (модерн, хай-тек, минимализм, барокко), служат на протяжении многих лет и придают комнате неповторимость https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d6.html\\n   Конструкции из массива функциональные, практичные и долговечные https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/razdvizhnye-dveri/razdvijnaa-dver-rd-6.html\\n \\nВ 2014 году Китайским Министерством торговли был опубликован план развития внешней торговли на 2015 год https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/ottimo/?PAGEN_1=3\\n   Согласно данному плану, внешнеторговый оборот, начиная с 2015 года, должен \\nИспользование различных материалов позволяет интегрировать специфические фактуры https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-33.html\\n   Их контраст и создает уникальный внешний вид предмета мебели https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p37.html\\n   Сегодня в России существуют фирмы, которые занимаются доставкой элитной мебели из Европы https://www.legnostyle.ru/mezhkomnatnye-dveri-garmoshka.html\\n \\nИсторически сложилось, что в Китае никогда ранее не употребляли такие алкогольные напитки, как коньяки, наливки, ликеры, виноградные вина, шампанское https://www.legnostyle.ru/catalog/mebel/scg-43.html\\n   В течение всей истории здесь было \\nПервоклассные кухни, выполненные в данном стиле, отличаются необходимой функциональностью, простотой и богатством конфигураций, зависящих от планировки помещения или личных предпочтений https://www.legnostyle.ru/catalog/kuhni/kuhna-27.html\\n   Подход к проектированию кухонь подобного стиля допускает определенную свободу (иногда даже сочетая несочетаемое), что предполагает возможность изготовления мебели по особому заказу https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnie-dveri/model-e31.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:04:01','2026-03-30 05:04:01','0e48426a-79ec-4b61-9f55-21752118651c'),
(53864,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bernard Jessup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jessup.bernard21@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Bernard Jessup\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1059],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n\\nTrying to reach more companies without relying on platform rules?\\nContact form blasting sends your message directly through website contact forms — fast, direct, and impossible to ignore.\\nNo algorithms. No ad auctions. No waiting for someone to find you.\\nJust guaranteed delivery straight to the inboxes companies check daily.\\nWhether you\'re promoting a service, selling a product, or generating leads, contact form blasting gives you dependable reach.\\nIf this message reached you, imagine what your message can do across thousands — or millions — of sites.\\nStart your campaign at contactpageads.com and reach the people who matter.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:06:12','2026-03-30 05:06:12','c6270e47-fdf7-4deb-8ee4-9825412f1c21'),
(53865,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacLum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"midweststylemotorsports@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is a Chest of Chance https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-11224-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsheridancommons.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsheridancommons.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:06:14','2026-03-30 05:06:14','a9cbbac5-8d59-4b1a-84fa-c5cf81c5e824'),
(53866,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacLum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"midweststylemotorsports@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is a Chest of Chance https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-11224-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsheridancommons.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsheridancommons.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:06:15','2026-03-30 05:06:15','a1a90aed-d42d-44cd-8358-d85cbf756def'),
(53867,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacLum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"midweststylemotorsports@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is a Chest of Chance https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-11224-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsheridancommons.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsheridancommons.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:06:16','2026-03-30 05:06:16','d97702bc-30fd-46c2-8e75-af498a105c65'),
(53868,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacLum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"midweststylemotorsports@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is a Chest of Chance https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-11224-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsheridancommons.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsheridancommons.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:06:17','2026-03-30 05:06:17','1658a911-f413-45ce-bae1-a2fd0f575b0d'),
(53869,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"IsaacLum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"midweststylemotorsports@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"IMPORTANT MESSAGE! The $3,500,000 Jackpot Is a Chest of Chance https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-11224-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsheridancommons.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsheridancommons.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:06:19','2026-03-30 05:06:19','c9d32559-0610-43a8-a2e5-9e2a7f39a938'),
(53870,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JamesBiano\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Проведение геодезической съёмки https://зеленая-жизнь.com/komanda\\n \\nВы получите план-график работ и оплат, что позволит вам спланировать своё время и бюджет https://зеленая-жизнь.com/zori\\n \\nСколько будет стоить дизайн участка размером 10 соток? \\nСтудия ландшафтного дизайна L https://зеленая-жизнь.com/osveshenie\\n BURO https://зеленая-жизнь.com/uslugi1\\n \\nСоздайте красивый участок для отдыха и общения https://зеленая-жизнь.com/uslugi1\\n \\nСкандинавский сад ® — гармония и спокойствие https://зеленая-жизнь.com/zhukovka\\n  Надёжность и безопасность https://зеленая-жизнь.com/dorozhki\\n  Порыв эмоций и вдохновение https://зеленая-жизнь.com/uslugi1\\n  Мы искренне верим, что такой сад — это не только красиво, но и является настоящей инвестицией в состояние человека https://зеленая-жизнь.com/gazon\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:06:38','2026-03-30 05:06:38','8a09d808-8558-4265-9e06-bdabff840efe'),
(53871,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottdip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"КП Ла-манш, 12 соток https://berezov-lsk.ru/\\n \\nБолее 20 лет в сфере ландшафтной архитектуры столицы https://berezov-lsk.ru/\\n  При создании проектов команда сотрудничает с ведущими компаниями из Германии, Голландии, США, Италии и Великобритании https://berezov-lsk.ru/\\n  Кроме выполнения частных заказов, компания активно участвует в конкурсах по благоустройству общественных пространств https://berezov-lsk.ru/\\n \\nРеализуем даже самые сложные задачи по благоустройству участков под ключ в соответствии с актуальными тенденциями ландшафтной архитектуры https://berezov-lsk.ru/\\n \\nВсе отзывы https://berezov-lsk.ru/\\n \\nПо расчету стоимости звоните по тел https://berezov-lsk.ru/\\n \\nВыбор и согласование используемых материалов https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:06:43','2026-03-30 05:06:43','768bfe01-a7d5-47be-adbf-2b4902bdadde'),
(53872,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephWrach\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Да, часть работ по благоустройству можно выполнить самостоятельно, например, очистить участок, уложить крошку или плитку, посадить растения https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/granitnyy-pamyatnik-pv-40/\\n  Однако для установки памятников, оград и сложных элементов требуется помощь профессионалов, так как это требует специальных навыков и оборудования https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitnyy-pamyatnik-pg-25/\\n \\nОнлайн-заявка на сайте https://www.kovanie-ogrady.ru/catalog/pamyatniki/pamyatnik-iz-granita-pv-17/\\n \\nКлиентов интересует цена на благоустройство памятников, устройство оград https://www.kovanie-ogrady.ru/catalog/pamyatniki-v-vide-stely/granitnyy-pamyatnik-pr-5/\\n  Любые работы по благоустройству на кладбище осуществляются только после согласования с заказчиком https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pr-24/\\n \\n- количество захоронений на участке https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitniy-pamyatnik-pg-18/\\n \\nПрофессионально обустроенная могила сохраняет свой внешний вид на протяжении десятков лет https://www.kovanie-ogrady.ru/catalog/pamyatniki-strogoj-formy/granitnyy-pamyatnik/\\n  Правильный дренаж и качественные материалы защищают захоронение от воздействия влаги, морозов и деформаций https://www.kovanie-ogrady.ru/catalog/pamyatniki-dvojnye/granitnyy-pamyatnik-pr-34/\\n  Согласно нормам Роспотребнадзора, период консервации захоронения должен обеспечиваться на минимум 25 лет https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/podstavka-pdp-9/\\n \\nПравильный дренаж предотвращает скопление воды, гниение деревянных частей гроба и разрушение фундамента памятника https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitniy-pamyatnik-pg-14/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:08:41','2026-03-30 05:08:41','99499ce1-3447-439c-bce1-29e4acd62761'),
(53873,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephVap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"- простота в уборке - уход за могилой станет значительно проще, если уложить плитку https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-pr-26/\\n  В очередной раз приходя на кладбище, не придется косить высокую траву https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/podlozhka-pdg-6/\\n \\nЗаполняя данную форму вы соглашаетесь с условиями обработки персональных данных и политикой конфиденциальности https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pr-22/\\n \\nУслуга Цена Восстановление 1 ФИО с датами на надгробии от 5 000 ? Восстановление 2 ФИО с датами на надгробии от 10 000 ? Восстановление 3 ФИО с датами на надгробии от 15 000 ? \\nЗаказывал в компании «ИП Дружинин» двойной памятник родителям, так как на старый уже невозможно было смотреть https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pr-19/\\n  Работа понравилась, видно, что потрудились от души, установили качественно (в отличие от многих криворуких установок на кладбище). На все ушло около 5 дней, как раз успели к очередной годовщине https://www.kovanie-ogrady.ru/catalog/pamyatniki/pamyatnik-iz-granita-pv-14/\\n \\nПомимо широкого спектра услуг, оказываемых специалистами мастерской, наши клиенты отмечают следующие преимущества от сотрудничества с нами: \\nПлитка https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-44/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:11:23','2026-03-30 05:11:23','4f175535-4db5-4cfc-8d63-6e8293708eb9'),
(53874,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AndrewDon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yaroslav.sevastyanov.1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ящики, изготовленные из древесноволокнистой плиты, — знаменитой ДВП, на сегодняшний день является одним из самых популярных и бюджетных вариантов деревянной тары https://yaschiki.ru/obreshetka-gruza-v-irkutskuyu-oblast/\\n \\nПланируете не просто купить деревянные ящики, но ищете оптимальное по соотношению цена-качество решение? Будем рады видеть вас на сайте ГК «Паллет» и предложить широкий выбор деревянной тары на выгодных условиях https://yaschiki.ru/upakovku-v-termousadku/\\n  Мы уверены, вас приятно удивит широкий выбор нашей продукции (разные размеры, формы, возможность изготовления тары на заказ), высокое качество и адекватная стоимость https://yaschiki.ru/product/derevyannii-yashchik-1200-1150-1900/\\n  Ждем ваших заказов! \\nВнутренние размеры: 1100 x 550 x 300 https://yaschiki.ru/product/derevyannii-yashchik-1200-1150-1900/\\n \\nВ сезон сбора урожая овощей, ягод, фруктов востребованы становятся реечные ящики https://yaschiki.ru/product/poddon-2800-2500-280/\\n  За счет наличия пространства между рейками тара непрерывно проветривается, что исключает порчу продукции https://yaschiki.ru/product/poddon-2600-2400-250/\\n \\nТребования к деревянной упаковке https://yaschiki.ru/product/poddon-2800-2500-280/\\n \\nДеревянная упаковка Деревянные ящики https://yaschiki.ru/product/derevyannii-yashchik-1400-1000-800/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:12:23','2026-03-30 05:12:23','714bc936-3e10-4031-ab35-45c1f80f8125'),
(53875,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyexell\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"? Для тротуаров, переходов и общественных зон \\n\\n\\n\\n? Диагональный риф (направляющая поверхность) \\nТактильная плитка — это специальный элемент благоустройства городской среды, который делает передвижение слабовидящих и слепых людей более безопасным и комфортным https://elite-stones.ru/portfolio/\\n  Являясь обязательным элементом в рамках программы «Доступная среда», она широко применяется при оборудовании тротуаров, пешеходных переходов, остановок и входных групп общественных зданий https://elite-stones.ru/politika\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:14:15','2026-03-30 05:14:15','5c1e038c-670c-444b-82a0-04bb00bf6f37'),
(53876,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertEmumn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, roeddwn i eisiau gwybod eich pris.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:14:26','2026-03-30 05:14:26','87f4c243-84f1-4981-bcab-d919f5dceba2'),
(53877,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aaronwomma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мы можем осуществлять поверку и калибровку (диагностику) таких СИ, как: газоанализаторы, тепловизоры и пирометры, термометры, измерители скорости воздушного потока, измерители давления, измерители влажности и pH-метры, мультиметры, клещи измерительные и многое другое http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/cem/izmeritel-kombinirovannyy-dt-618\\n \\nКонтактное лицо по приёму : мастер-приемщик Ильяс Салахов http://analyztepla.ru/pribory-v-arendu/sekundomery\\n \\nИзмерения механических величин: \\nПериодическая поверка адгезиметра является обязательной и должна выполняться один раз в год https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/prompribor-r/perenosnye-gazoanalizatory-signal-4/gazoanalizator-signal-4-butan\\n  Калибровка / поверка коэрцитиметра делается в течение нескольких дней http://analyztepla.ru/priboryi-nerazrushayushhego-kontrolya/vizualnyy-kontrol/videoskopyi-trotec/videoskop-trotec-vsc206\\n  После поверки прибора выдается свидетельство… \\nГарантия: Не указано https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/testo/dopolnitelnye-prinadlezhnosti/testovent-415-voronka-dlya-izmerenij-obemnogo-rasxoda\\n \\nиндикаторные средства, при использовании которых не определяются числовые значения каких-либо физических величин, к таким средствам, например относятся пенетранты и магнитопорошковые суспензии применяемые при капиллярном и магнитном контроле; индикаторные средства, содержащие средства измерений, применяемые по прямому назначению для определения режима контроля параметров (токов, напряжений) средств неразрушающего контроля, но не участвующие непосредственно в обнаружении дефектов, например измерители электропроводности; измерительные средства неразрушающего контроля – приборы измерения размеров дефектов, их координат, физико-механических характеристик материалов или других параметров объектов контроля https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/elan-elan-eko-intekh/gazoanalizatory-portativnye-serii-elan-plyus/portativnyy-gazoanalizator-elan-plyus-o2-2-3-4-2-2-2\\n  Сюда в первую очередь относятся средства УЗК и визуально-измерительного контроля https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/ksis/portativnye-gazoanalizatory-mag-6-p-t/mnogokomponentnyy-gazoanalizator-mag-6-p-t-ch4-o2-h2s\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:14:49','2026-03-30 05:14:49','3e046a8f-1933-4ca6-a585-9c6e61bc83f7'),
(53878,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertTef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"А https://drogal.ru/glavnaya/o-nas/\\n И https://drogal.ru/uslugi/upakovka/zhestkaya-upakovka/\\n  Кузьмин 12 https://drogal.ru/glossary/srok-ispolneniya-zakaza/\\n 04 https://drogal.ru/glossary/terminalnaya-set/\\n 2014 Ваш e-mail kuzya918@mail https://drogal.ru/glossary/gruz/\\n ru Перевозили старую мебель на дачу, договорились с бригадой из фирмы «Перевозка Люкс» https://drogal.ru/glossary/dogovor-strahovaniya/\\n  Думали, целый день повозимся, а уложились в 4 часа! Вот что значит опыт и практика https://drogal.ru/glossary/massa-gruza/\\n  Всем буду вас советовать https://drogal.ru/portfolio_category/takelazhnie-raboti-v-ryazani/\\n \\nМонтаж оборудования https://drogal.ru/glossary/stoechnii-poddon/\\n \\nЗаказать онлайн https://drogal.ru/portfolio-items/perevozka-toplivozapravshhika/\\n \\nПосмотрите что говорят наши клиенты https://drogal.ru/uslugi/takelazh/takelazh-mediczinskogo-oborudovaniya/\\n \\nЗаказчик АО «Мосинжпроект» \\nФургон до 18 м? Гидролифт 700 кг 40 /км за МКАД 1650 /час Заказать https://drogal.ru/glossary/dogovor-strahovaniya/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:18:01','2026-03-30 05:18:01','b12451a1-d22d-4d4a-8131-13b57e7866bc'),
(53879,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lorena Gammon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gammon.lorena45@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Lorena Gammon\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Quick note,\\n\\nSaw your site and figured this might be valuable.\\n\\nI wanted to share a free resource that helps you push your site out wider across multiple classified sites with a single submission.\\n\\nIf you want an easy traffic lift, here’s the page:\\nhttps://websubmitterpro.com\\n\\nIt’s free to use and takes less time than submitting to even one site manually.\\n\\nLet me know if you want a quick breakdown of how it works.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:19:26','2026-03-30 05:19:26','ed705ded-00db-4d5e-bace-60bf0091fe96'),
(53880,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertshoop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ciao, volevo sapere il tuo prezzo.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebarnhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebarnhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:20:21','2026-03-30 05:20:21','cd02f500-546b-48b3-a294-500327921d7e'),
(53881,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"WinstonArisp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"osipova.liliia.1986.22.12@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"- сведения о месте нахождения (хранения) персональных данных; \\nот 6 344 руб https://roshozdom.ru/index.php?route=product/search&amp;tag=пиала\\n \\n2 https://roshozdom.ru/index.php?route=product/search&amp;tag=для хачапури\\n 3 https://roshozdom.ru/index.php?route=product/search&amp;tag=планшет\\n  Обработка персональных данных - любое действие (операция) или совокупность действий (операций), совершаемых с использованием средств автоматизации или без использования таких средств с персональными данными, включая сбор, запись, систематизацию, накопление, хранение, уточнение (обновление, изменение), извлечение, использование, передачу (распространение, предоставление, доступ), обезличивание, блокирование, удаление, уничтожение персональных данных https://roshozdom.ru/index.php?route=product/search&amp;tag=держатель\\n \\nКаталог товаров от Boxberry - это площадка, где собраны предложения из более чем 300+ магазинов https://roshozdom.ru/index.php?route=product/search&amp;tag=подарок учителю\\n  Мы не продаем, а помогаем найти нужный вам товар - это бесплатно https://roshozdom.ru/index.php?route=product/search&amp;tag=сервировочная тарелка\\n  Если вам необходима более подробная информация о каком-либо товаре, пожалуйста, задайте ваш вопрос непосредственно продавцу, контакты которого вы сможете найти на его сайте https://roshozdom.ru/index.php?route=product/search&amp;tag=доска разделочная деревянная&amp;page=3\\n \\nНабор досок разделочных Granite Collection гибкие с антибактериальным покрытием (19х29см, 24х33,5см, 29х38см) https://roshozdom.ru/index.php?route=product/search&amp;tag=держатель\\n  Основные преимущества: специальное покрытие, которое минимизирует скольжение на поверхности https://roshozdom.ru/index.php?route=product/search&amp;tag=массив&amp;page=4\\n  Доски имеют толщину 1мм, что позволяет им быть очень гибкими и делают их незаменимыми при готовк https://roshozdom.ru/sobstvennoe_proizvodstvo/?page=11\\n \\nот 2 325 руб https://roshozdom.ru/index.php?route=product/search&amp;tag=для подачи РХД-ттср02\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:21:02','2026-03-30 05:21:02','a15631a4-e4c5-4e24-ba7f-5d3e3c8c2624'),
(53882,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottmoowl\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"С помощью ландшафтной мастерской легко реализовать даже самые невероятные задумки по оформлению уютного сада, который будет выглядеть прекрасно в любое время года https://berezov-lsk.ru/\\n  Специалисты занимаются всеми работами от А до Я, поэтому у клиентов нет необходимости все контролировать самостоятельно https://berezov-lsk.ru/\\n  Подразделения компании расположены в Мытищах, Ивантеевке, Люберцах, Королеве, Коломне и Пушкино https://berezov-lsk.ru/\\n \\nКрасивый участок на долгие годы https://berezov-lsk.ru/\\n  Один раз заплатив за оформление ландшафта, вы больше не будете задумываться о благоустройстве территории https://berezov-lsk.ru/\\n  Мы тщательно изучили климатические особенности Подмосковья: – знаем, какие растения лучше приживаются; – учитываем увлажненность почвы, теневые области; – рассчитываем размер корневого кома; – готовим оптимальное основание рулонного газона; – используем растительный и строительный материал от надежных российских производителей https://berezov-lsk.ru/\\n \\nРеклама https://berezov-lsk.ru/\\n  ООО «Грин Хистори» ИНН 7713421484 https://berezov-lsk.ru/\\n  Erid: LjN8KbtQ6 https://berezov-lsk.ru/\\n \\nПо расчету стоимости звоните по тел https://berezov-lsk.ru/\\n \\nПредоставляем сервисное обслуживание сада - вся территория находится на гарантии и постоянном присмотре, т https://berezov-lsk.ru/\\n к https://berezov-lsk.ru/\\n  мы заинтерисованы в высоком качестве наших услуг https://berezov-lsk.ru/\\n \\nОбщая стоимость материалов 8 435 700 Р https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:22:36','2026-03-30 05:22:36','eb98869a-6dcd-428e-b86d-35e073a45a2a'),
(53883,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephGuacy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Установка памятника и цветника будет стоить 22 580 рублей https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pr-5/\\n \\nСтоимость благоустройства могилы зависит от размера захоронения, сложности работ, используемых материалов и т https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/\\n д https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitniy-pamyatnik-pg-15/\\n  Однако реализовав задуманное, вы достойно оформите захоронение близкого человека, на высоком уровне выполните долг как близкого родственника https://www.kovanie-ogrady.ru/catalog/prostye-pamyatniki/pamyatnik-iz-granita-pv-4/\\n \\nОблицовка памятника https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pr-20/\\n \\nБлагоустройство могил https://www.kovanie-ogrady.ru/catalog/vertikalnye/granitnyy-pamyatnik-pv-39/\\n \\nИзучение вариантов благоустройства могилы https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/?PAGEN_2=5\\n  Сделать правильный выбор помогают размещенные на сайте фото с примерами работ; \\nПравильный дренаж предотвращает скопление воды, гниение деревянных частей гроба и разрушение фундамента памятника https://www.kovanie-ogrady.ru/catalog/memorialnye-kompleksy-s-pamyatnikami/memorialnyy-kompleks-s-pamyatnikami-10/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:24:03','2026-03-30 05:24:03','f5e87a9e-163a-462e-aef3-a22d6309c4ae'),
(53884,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kazuko Lara\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lara.kazuko@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Kazuko Lara\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1255],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good day,\\n\\nI noticed your business online and wanted to pass this along.\\n\\nI wanted to share a free resource that helps you boost your online visibility across multiple classified sites with almost no effort.\\n\\nIf you want an easy traffic lift, here’s the page:\\nwww.websubmitterpro.com\\n\\nIt’s completely free and takes seconds.\\n\\nIf you want, I can show you more free ways to get visibility.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:25:36','2026-03-30 05:25:36','e1f53c5f-3e11-4997-9825-14dcd8f420b9'),
(53885,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryjeAge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Центр города — центр идей https://maze.tattoo/catalog/e/edinorog/\\n \\nОфициальный сайт тату салона — как зеркало профессионализма https://maze.tattoo/catalog/x/khannya/\\n \\n17 идей, как провести лето в Москве https://maze.tattoo/catalog/sh/\\n \\n? ул https://maze.tattoo/catalog/p/parnye-tatuirovki/\\n  Мясницкая, д https://maze.tattoo/catalog/p/pero/\\n  46, стр https://maze.tattoo/catalog/m/\\n  3 ? ул https://maze.tattoo/catalog/l/lisa/\\n  Большая Серпуховская, д https://maze.tattoo/catalog/ya/yascheritsa/\\n  30, стр https://maze.tattoo/catalog/o/om/\\n  3 ? Ленинградский просп., д https://maze.tattoo/catalog/t/tradik/\\n  62 https://maze.tattoo/catalog/n/\\n \\nСтудия на Покровке с широким диапазоном: от художественной татуировки любой сложности до шрамирования и микродермалов https://maze.tattoo/catalog/\\n  Мастера работают в разных направлениях, от утончённых весенних нежностей вроде цветов до эпичных рукавов, достойных рок-музыкантов https://maze.tattoo/catalog/l/lisa/\\n  Плюс сюда часто привозят гостевых мастеров, что увеличивает ваши шансы на действительно необычную татуировку https://maze.tattoo/catalog/n/\\n  Начиналось всё с подвала на «Красном Октябре» и экспериментах на друзьях, а теперь у Banana Tattoo армия поклонников как в онлайне, так и в реале https://maze.tattoo/catalog/b/bozhiya-korovka/\\n \\nГалерея работ https://maze.tattoo/catalog/ya/yakor/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:27:07','2026-03-30 05:27:07','32d26c4a-d5d5-42db-bc8f-08a54073ae1c'),
(53886,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyWaito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"3-e место в рейтинге агентств контекстной рекламы России https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nОпыт Свернуть https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nРеально ли продвигать сайты по РФ без платной помощи SEO-агентств — своими силами? Да, но не рассчитывайте на скорые результаты https://proffseo.ru/kontakty\\n \\nДля клиента мы полностью переработали страницы каталога, добавили удобный фильтр и функционал сортировки, создали дополнительные страницы с учетом распределения частотности, сократили время загрузки десктопной и мобильной версий сайта https://proffseo.ru/privacy\\n \\nМенеджер по работе с клиентами https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nЗащита от санкций поисковых систем https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:28:53','2026-03-30 05:28:53','7ca5f0ea-dc10-4447-9760-51ad5bf92f8f'),
(53887,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardAtrot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"1440 dpi – Самое высокое разрешение интерьерной (эко-сольвентной) печати применяется для использования в помещении, рассчитанное на обзор с расстояния ближе 1 метра https://print-classic.ru/poligrafiya\\n \\nЯ с большим удовольствием хочу выразить свою благодарность Городской типографии за отличную работу! Заказывал у них баннер для своего проекта, и я полностью доволен результатом https://print-classic.ru/katalogi\\n  Качество печати на высшем уровне, цвета яркие и насыщенные, а сроки выполнения заказа были соблюдены точно https://print-classic.ru/buklet\\n  Особенно порадовала профессиональная консультация и внимание к моим пожеланиям https://print-classic.ru/bandanas\\n  Спасибо команде Городской типографии за отличную работу! Я определенно могу рекомендовать данную типографию! \\nВ чем отличие широкоформатной от интерьерной печати https://print-classic.ru/bandanas\\n \\nУ КУРЬЕРА: \\nОперативная типография «Офсет Москва» реализует задуманную идею: от изготовления модульных картин, до оформления нескольких десятков квадратных метров выставочного бокса https://print-classic.ru/safetystickers\\n \\nБаннер ламинированный Frontlit 440 г/м?;800 руб.;720 руб.;600 руб https://print-classic.ru/listovki\\n  Баннер литой Frontlit 460 г/м?;900 руб.;810 руб.;675 руб https://print-classic.ru/popup\\n  Баннер транслюцентный Backlit 510 г/м?;1400 руб.;1260 руб.;1050 руб https://print-classic.ru/poduchki\\n  Баннер литой Blackback 450 г/м?;1000 руб.;900 руб.;750 руб https://print-classic.ru/trebovaniya\\n  Баннер литой Blackout (одна сторона) 510 г/м?;1000 руб.;900 руб.;750 руб https://print-classic.ru/bags\\n  Пленка самоклеящаяся глянцевая, матовая, прозрачная 100 мкн.;960 руб.;864 руб.;720 руб https://print-classic.ru/trebovaniya\\n  Пленка самоклеящаяся Backlit (транслюцентная) 100 мкн.;1360 руб.;1224 руб.;1020 руб https://print-classic.ru/kontakty\\n  Пленка ПЭТ Backlit 240 мкн https://print-classic.ru/paket\\n  без клеевого слоя (молочная);1680 руб.;1512 руб.;1260 руб https://print-classic.ru/futbolki\\n  Пленка перфорированная с клеевым слоем One Way Vision 140 мкн.;1560 руб.;1404 руб.;1170 руб https://print-classic.ru/signs\\n  Холст натуральный (100% хлопок) 350 г/м?;1840 руб.;1656 руб.;1380 руб https://print-classic.ru/bags\\n  Фотообои виниловые на флизелиновой основе (фактура «мелкий песок»);1800 руб.;1620 руб.;1350 руб https://print-classic.ru/futbolki\\n  Фотообои виниловые на флизелиновой основе (фактура «песок», «холст», «штукатурка» и другие, от 30 м?);2000 руб.;1800 руб.;1500 руб https://print-classic.ru/corner\\n  Бумага Blue Back Side 115 г/м?;600 руб.;540 руб.;450 руб https://print-classic.ru/ploter\\n  Бумага CityLight матовая 150 г/м?;800 руб.;720 руб.;600 руб https://print-classic.ru/katalogi\\n  Фотобумага матовая, глянцевая 210 г/м?;1000 руб.;900 руб.;750 руб https://print-classic.ru/corner\\n  Ламинация пленкой 80 мкн.;150 руб./м?;130 руб./м?;110 руб./м? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:29:44','2026-03-30 05:29:44','dc2a8ff4-16bf-4429-a169-5e193e15dff6'),
(53888,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephimick\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lashawndaqkpuc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"344064, г https://zittel.ru/juice.html\\n  Ростов-на-Дону, пер https://zittel.ru/oborudovanie/37-oborudovanie/179-mashina-dlya-udaleniya-kostochki-voran-avstriya-model-ep-1000.html\\n  Радиаторный, 10, оф https://zittel.ru/news/155-upakovochnoe-oborudovanie-apsol-na-vystavke-interpack-2014.html\\n  1 https://zittel.ru/partners/131-robinoegalandrino-muzlevanie-obkatka-usadka-kolpachkov.html\\n \\nE-mail: Адрес электронной почты защищен от спам-ботов https://zittel.ru/partners/37-oborudovanie/149-applikator-samokleyuscheisya-etiketki-packlab-modulo-40.html\\n  Для просмотра адреса в вашем браузере должен быть включен Javascript https://zittel.ru/oborudovanie/37-oborudovanie/135-formirovatel-korobov-apsol-ace-22t.html\\n \\nE-mail: Адрес электронной почты защищен от спам-ботов https://zittel.ru/sip.html\\n  Для просмотра адреса в вашем браузере должен быть включен Javascript https://zittel.ru/oborudovanie/37-oborudovanie/142-ukladchik-v-koroba-apsol.html\\n \\nТочную стоимость оборудования уточняйте у менеджера https://zittel.ru/oborudovanie/37-oborudovanie/206-izmelchitel-tsentrobezhnyj-voran-avstriya-model-rm-5-5.html\\n \\nСеспель https://zittel.ru/partners/164-enopoggio-srl-italy-brakerazhi-i-opolaskivateli-tary.html\\n \\nУскоряет производство; Снижает пищевые издержки за счет переработки продуктов; Позволяет готовить вкусные полуфабрикаты; Упрощает работу персонала https://zittel.ru/holod.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:32:10','2026-03-30 05:32:10','695c420f-9b69-48b1-81ef-a266c5a32f45'),
(53889,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronGok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гарантия: Не указано http://analyztepla.ru/katalog-izmeritelnykh-priborov/izmeritelnye-pribory-dlya-kholodilnnogo-sektora/manometricheskie-kollektory-rothenberger/\\n \\nСИ, эксплуатируемые в (на) агрессивных (специальных) средах, должны представляться на калибровку обеззараженными, нейтрализованными, дезактивированными https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/flir/teplovizor-flir-t420\\n \\nНаша лаборатория имеет государственную аккредитацию и выполняет работы согласно требованиям действующего законодательства http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/testery-napryazheniya-beskontaktnye/testeryi-beskontaktnyie-appa/tester-appa-vp-2\\n  Мы располагаем необходимой технической базой для оказания услуг по поверке и калибровке лабораторного оборудования и средств измерения в сжатые сроки https://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/magaziny-soprotivleniy/sew/\\n \\nДля выполнения поверки необходимо предоставить: \\nУстройство сравнивается с эталонными образцами, принятыми нормативами и государственными стандартами https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/teodolity-lektronnye/rgk/lektronnyy-teodolit-rgk-t-05\\n  Выявленные отклонения фиксируются в отчетной документации http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-izmereniya-davleniya/manometryi-vanda/\\n \\nДля обеспечения достоверности контроля, средства НК и технологическая документация должны соответствовать установленным требованиям http://analyztepla.ru/pribory-v-arendu/pirometry-meditcinskie-infrakrasnye-term\\n  Одним из основных документов в сфере метрологии средств НК является ГОСТ Р 56510–2015 «Метрологическое обеспечение в области неразрушающего контроля» http://analyztepla.ru/priboryi-nerazrushayushhego-kontrolya/vizualnyy-kontrol/videoskopyi-trotec/inspekczionnaya-sistema-trotec-vsp3041\\n  Настоящий стандарт устанавливает основные положения метрологического обеспечения в НК, имеющего нормируемые метрологические характеристики и применяемого в процессе разработки, производства и испытания изделий, проведении НИИОКР и других работ https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/flir/teplovizor-flir-t440\\n  ГОСТ Р 56510–2015 не распространяется на вспомогательные устройства, дефектоскопические вещества и регистрирующие материалы, применяемые при неразрушающем контроле и не имеющие нормированных метрологических характеристик https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/lider-01-02-04-lidergazdetektor/gazoanalizatoryi-portativnyie-lider-04/gazoanalizator-portativnyij-lider-04-ch4-co-h2s\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:33:28','2026-03-30 05:33:28','546197f5-723b-404f-b1a5-5fd756bbe8bb'),
(53890,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lorna Low\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lorna.low@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Lorna at Letstok\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello there,\\n\\nHere is the top Video generator for eCommerce websites like cclaplata.com.\\n\\nRunning a store means time is everything.\\n\\nLetstok turns your products into videos automatically — no editing, no production costs.\\n\\nShop owners are using it to create more content in less time.\\n\\nTry free today (50% off Black Friday): https://bit.ly/LetstokAI\\n\\nBest,\\nLorna Low\\nLetstok\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:37:28','2026-03-30 05:37:28','72953fc9-9790-46f9-aa2b-418e36fe19c3'),
(53891,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwinupsef\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Например, мужчинам в день в зависимости от физических нагрузок требуется 2000-2800 ккал, женщинам – 1800-2400 ккал https://dostafka-obedi.ru/about/\\n  Пищевая ценность наших комплексов составляет примерно 500-1000 калорий, чего вполне достаточно для полноценного обеда и тем, кто соблюдает диету, и тем, кто ни в чем себе не отказывает! \\nСочник с творогом 100 г https://dostafka-obedi.ru/about/\\n \\nЗАО \\\"Биокад\\\" \\nВода, грибы шампиньоны, картофель свежий, лук репчатый, морковь, сливки 33%, соль, перец черный молотый, укроп, бульон грибной (кубик), укроп https://dostafka-obedi.ru/dostavka/\\n  Общий вес – 300 г https://dostafka-obedi.ru/reviews/\\n \\nБефстроганов из телятины с шампиньонами 125 г https://dostafka-obedi.ru/type_menu/napitki/\\n \\nМинимальная сумма заказа- 5000 р https://dostafka-obedi.ru/services/\\n  Стоимость доставки заказа менее 10000 рублей (в пределах МКАД) - договорная Стоимость доставки при заказе от 10000 рублей (в пределах МКАД) - БЕСПЛАТНО Стоимость доставки за пределы МКАД - договорная https://dostafka-obedi.ru/reviews/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:38:15','2026-03-30 05:38:15','17f96648-b6a4-413e-8f04-6b5cac43ee50'),
(53892,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertkat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"4 ч https://drogal.ru/glossary/kross-doking/\\n  работы + 1 час подача авто https://drogal.ru/uslugi/upakovka/morskaya-upakovka/\\n \\nГАЗон Гидроборт https://drogal.ru/glossary/vnutrennyaya-upakovka/\\n \\nТакелажные работы в Москве https://drogal.ru/uslugi/kranovye-raboty/uslugi-stropalshchikov/\\n \\nТакелажные услуги под ключ https://drogal.ru/uslugi/kranovye-raboty/uslugi-stropalshchikov/\\n \\nстропальные работы https://drogal.ru/portfolio-items/upakovka-dlya-aviaperevozki/\\n \\nДля оперативного и качественного монтажа применяются передовые технологии и инновационная техника https://drogal.ru/glossary/skladi-sezonnogo-hraneniya/\\n  Опытные специалисты пользуются современным оборудованием, манипуляторами, управляемыми системами https://drogal.ru/glossary/gruzopogloshayushie-punkti/\\n  В услугу входят: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:38:56','2026-03-30 05:38:56','4e23cafd-b511-4c4b-9c47-b118f0596a35'),
(53893,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwinshome\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Есть ли у нас бесплатные дегустации? \\nБезналичный расчет по предоплате https://dostafka-obedi.ru/type_menu/napitki/\\n \\nЭто салат – один из самых известных и любимых, и, занимаясь доставкой еды в офис, мы включили его в перечень предлагаемых блюд https://dostafka-obedi.ru/services/\\n  Не вдаваясь в подробности, просто признаем его фаворитом и готовим со всем приличествующим «царскому блюду» вниманием https://dostafka-obedi.ru/about/\\n \\nДоставка обедов в офис и на дом с Обед https://dostafka-obedi.ru/contacts/\\n ру – отличный выбор! Ведь это: \\nФиле сельди, картофель, свекла, морковь, яйцо, майонез https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\n  Общий вес – 195 г https://dostafka-obedi.ru/services/\\n \\nЯйцо куриное, молоко 3,2%, ветчина, сыр российский, помидоры черри, капуста брокколи, масло растительное, соль Общий вес – 170 г https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:40:37','2026-03-30 05:40:37','f7a7249a-5d7b-4ea0-93d0-53c2bbdf42b8'),
(53894,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeralddiAky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"До Черного моря 401 м https://rich-house.su/\\n \\n812 м от центра Геленджик https://rich-house.su/restaurants/\\n \\nБесплатная отмена https://rich-house.su/\\n \\nСочи (1 228 отелей) \\nРадуга https://rich-house.su/photos/\\n \\nАдлер (1 207 отелей) \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:41:05','2026-03-30 05:41:05','12efb313-34c7-4812-bc46-3e38a43b5118'),
(53895,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldEneby\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Геленджик, ул https://rich-house.su/\\n  Маячная, д https://rich-house.su/services/\\n  3 https://rich-house.su/restaurants/\\n \\n164 отзыва https://rich-house.su/\\n \\nПосмотреть доступные номера https://rich-house.su/photos/\\n \\nЗавтрак Wi-Fi https://rich-house.su/booking/\\n \\nБесплатная отмена https://rich-house.su/about/\\n \\nДо центра 400 м https://rich-house.su/restaurants/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:41:15','2026-03-30 05:41:15','03b75915-64b2-42a7-bdc8-5e545398a6f4'),
(53896,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyped\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Запросов в ТОП-10 https://proffseo.ru/kontakty\\n \\nЕще истории успеха https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nЗа 10 месяцев сотрудничества вырос небрендовый трафик https://proffseo.ru/privacy\\n \\n1 https://proffseo.ru/kontakty\\n  Самостоятельное продвижение сайта по всей России https://proffseo.ru/privacy\\n \\nПри определении региона поисковые системы в первую очередь учитывают информацию в разделе «Контакты» на сайте компании, и данные, указанные в справочниках Яндекс и Google https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Проверить, к какому региону привязан ваш сайт, можно с помощью сервиса Яндекс https://proffseo.ru/kontakty\\n Вебмастер https://proffseo.ru/\\n  Для этого следует зарегистрироваться в сервисе и зайти в раздел «Информация о сайте», страница «Региональность» https://proffseo.ru/kontakty\\n  Здесь будут указаны страна, область и город привязки ресурса https://proffseo.ru/privacy\\n \\nслужб Яндекса: Вебмастер, Справочник, Каталог, Карты, Маркет и др https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  текстов сайта, SEO-настроек и мета-тегов контактных данных (в т https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n ч https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  удалятся региональные телефонные номера) домена, названия, описания и URL-адресов веб-ресурса отзывов и комментариев https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:41:37','2026-03-30 05:41:37','c5b295c6-348d-479f-b4f1-b9f20a682041'),
(53897,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyspapy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Оперативное решение технических вопросов https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nДаже если открыть TOR-browser (или VPN, анонимайзер), где конфиденциальность на высшем уровне и история не сохраняется, Яндекс присвоит выдаче регион прокси-сервера https://proffseo.ru/\\n  В нашем случае, это Москва: \\nВыберите регионы России для продвижения товаров и услуг Присутствие сайта в ТОП-10 Яндекс и Google по поисковым запросам в заданных городах России https://proffseo.ru/kontakty\\n \\nЦелевые заявки и продажи https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nНекоторые интересные моменты https://proffseo.ru/kontakty\\n \\nМаркетолог команды Magical Flowers https://proffseo.ru/kontakty\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:43:07','2026-03-30 05:43:07','be679759-1ebe-4c57-902e-9376af1b5be1'),
(53898,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottsmelm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Присоединяйтесь к нам в соцсетях: \\nЛандшафтное проектирование https://berezov-lsk.ru/\\n \\nКП Фламандия, 10 соток https://berezov-lsk.ru/\\n \\nКонечно, наша студия занимается не только разработкой планов и эскизов, мы выполняем полный комплекс услуг по ландшафтному дизайну – от проекта до реализации https://berezov-lsk.ru/\\n  Однако и после завершения не бросаем своих клиентов – вы сможете заказать уход за садом и освободить себя от лишних хлопот https://berezov-lsk.ru/\\n  Наши специалисты – профессионалы, поэтому вам не о чем переживать: польем деревья, пострижем кустарники и сделаем все необходимое в рамках сопровождения https://berezov-lsk.ru/\\n \\nУчасток по Вашим пожеланиям https://berezov-lsk.ru/\\n \\nЗаказать звонок --&gt; Заказать звонок https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:43:34','2026-03-30 05:43:34','4dc9b42a-89f6-46e1-991a-d8ed1ce5686e'),
(53899,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertjoymn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Xin chào, tôi muốn biết giá của bạn.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholmdel.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholmdel.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:44:36','2026-03-30 05:44:36','f623d957-903c-4595-82d1-d519e8c7f1e0'),
(53900,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertmut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Справлюсь сам https://drogal.ru/portfolio_category/takelazhnie-raboti-v-khimkakh/\\n \\nМы гарантируем высокое качество выполняемых работ https://drogal.ru/portfolio_tags/takelazhnye-raboty-c-promyshlennym-oborudovaniem/\\n  Вы можете смело доверить нам даже самый сложный заказ! \\nТент до 18 м? 36 /км за МКАД 1500 /час Заказать https://drogal.ru/glossary/logisticheskie-riski/\\n \\nЗакажите услуги такелажа у нас https://drogal.ru/portfolio-items/takelazh-portalnogo-stanka-51-t/\\n \\nНередко при такелаже применяется обрешетка – универсальная упаковка, представляющая собой жесткий каркас из досок и брусков https://drogal.ru/glossary/smeshannaya_perevozka/\\n  Если нужно сделать ее сплошной, дополнительно используются листовые материалы на древесной основе https://drogal.ru/glossary/kross-doking/\\n  Обрешетка сбивается на месте по размерам перевозимого груза, может быть разборной на петлях или болтах и оснащаться полозьями https://drogal.ru/glossary/vigodopriobretatel/\\n \\nПогрузим любое крупногабаритное оборудование на свою технику, разгрузим на объекте клиента https://drogal.ru/voprosi-otveti/vibor_transporta/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:44:59','2026-03-30 05:44:59','44023b05-0be9-4d5a-8e6e-9512f33fa0b5'),
(53901,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Geraldbrutt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Введите даты, чтобы увидеть актуальные цены https://rich-house.su/services/\\n \\nулица Фурманова, д https://rich-house.su/\\n  39, Геленджик https://rich-house.su/booking/\\n \\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/photos/\\n \\nБесплатная отмена https://rich-house.su/\\n \\nРадуга https://rich-house.su/\\n \\nулица Первомайская, д https://rich-house.su/\\n 8, Геленджик https://rich-house.su/contacts/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:45:29','2026-03-30 05:45:29','34fdca82-68f0-4a99-bcc9-299d8606c949'),
(53902,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertitext\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выбрать файлы Удалить https://drogal.ru/glossary/obekt-strahovaniya/\\n \\nКаблук – 0 https://drogal.ru/glossary/logisticheskii-servis/\\n 8 т, 1 https://drogal.ru/portfolio-items/takelazhnye-raboty-v-moskve-i-moskovskoy-oblasti/\\n 8 м, 2 https://drogal.ru/glossary/perevozochnii-process/\\n 8 м? \\nПроведение такелажных работ необходимо, если требуется погрузка, разгрузка и перемещение крупногабаритных, сложных или неформатных грузов https://drogal.ru/glossary/massa-gruza/\\n  Грузоподъемные и такелажные работы любой сложности с 1998 г https://drogal.ru/glossary/logisticheskii-kanal/\\n  выполняет компания «Перевозки-Переноски» https://drogal.ru/glossary/upakovivanie-dlya-torgovikh-operatsii/\\n  К вашим услугам – наши аттестованные такелажники, стропальщики, грузчики и операторы с огромным реальным опытом работы в этой сфере https://drogal.ru/glossary/schet/\\n  Выполнение такелажных работ производится с использованием нашего собственного современного парка спецтехники и с применением новейшей такелажной оснастки https://drogal.ru/glossary/takelazhnie-raboti/\\n \\nТакелажные работы https://drogal.ru/tarify-i-akczii/podem-gruza-cena/\\n \\nМонтаж, демонтаж и погрузо-разгрузочные работы на выставке «Металлообработка» в Москве https://drogal.ru/tarify-i-akczii/podem-gruza-cena/\\n \\nСпециалист технического отдела бесплатно проведет осмотр объекта и составит план-график работ с указанием цен на все виды услуг с учетом всех федеральных норм промышленной безопасности и требований страховых компаний https://drogal.ru/portfolio-items/kompleks-takelazhnikh-rabot-s-mpu/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:46:21','2026-03-30 05:46:21','fd8e64e7-b21f-4a7f-a5b4-ed15c43e6b5d'),
(53903,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryreeft\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"опыт работы https://maze.tattoo/catalog/c/strekoza/\\n \\nВы можете прийти в студию чтобы узнать конечную стоимость своей татуировки и познакомиться с мастером https://maze.tattoo/catalog/f/feya/\\n \\nМастер Светлана Сашковна и вправду волшебная https://maze.tattoo/catalog/d/\\n  Столько приветливости и обаяния! Боли при проколе вообще не почувствовал! Вообще никакого дискомфорта https://maze.tattoo/catalog/ch/chertopoloh/\\n  Думаю, что и заживёт всё тоже быстро и красиво ;) Большое спасибо, остался очень доволен, впечатления только приятные https://maze.tattoo/catalog/r/roza-vetrov/\\n  Атмосфера в салоне располагающе-расслабляющая https://maze.tattoo/catalog/v/vasilek/\\n  Девушка- администратор тоже обаятельна https://maze.tattoo/catalog/n/neft/\\n  ;) \\nМне попалась очень вежливая мастер Ирина, я осталась довольна проколом, всё прошло быстро, не больно и красиво https://maze.tattoo/catalog/v/van-gog/\\n  Спасибо большое за такие качественные услуги! Обслуживание на высоте, согласовали со мной время прокола быстро, сразу предложили записаться на замену украшения https://maze.tattoo/catalog/b/bobry/\\n \\nЕсть салоны, куда приходят просто за услугой https://maze.tattoo/catalog/b/\\n  А есть такие, как \\\"Тату-Мания\\\", куда возвращаются за ощущением https://maze.tattoo/catalog/k/krysy/\\n  Здесь важна не только стерильность и техника, но и то, как вы себя чувствуете в процессе https://maze.tattoo/catalog/z/\\n  Пространство студии создано так, чтобы каждый чувствовал себя комфортно — будь то первый визит или уже десятая татуировка https://maze.tattoo/catalog/g/gravura/\\n  Это не просто тату-студия в Москве, это место, где вас слышат https://maze.tattoo/catalog/g/gribi/\\n \\nУДАЛЕНИЕ ЛАЗЕРОМ Мы предоставляем услугу лазерного удаления татуировки https://maze.tattoo/catalog/r/rakovini/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:48:57','2026-03-30 05:48:57','57b0147a-7ce6-46d6-b788-da05d31135fc'),
(53904,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24Kew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"graphinocer1986@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Мониторинг rc24.pro публикует актуальный рейтинг проверенных площадок на март 2026. Все сайты из списка прошли отбор — актуально на сегодня. Рекомендуем сохранить — зеркала периодически меняются. \\n \\nНиже представлен рейтинг магазинов с актуальными зеркалами. Для входа используйте под названием магазина. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★☆ \\nДавно на рынке — широкая география. Проверен сообществом. \\nТоп выбор — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop-tor.shop\\\">loveshop18.top</a> \\n \\n<b>2. Orb11ta</b> ★★★★★ \\nБолее 10 лет работы — гарантия обязательств перед покупателями. Рекомендован сообществом. \\nСтабильная работа — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11gram.lol\\\">orb11ta.cyou</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nСпециализированный магазин — чемикал 696 биз. Надёжная поддержка. \\nРекомендуем — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemi-to.lol\\\">chem696.com</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nПопулярный магазин — lineshop 24. Актуальные зеркала. \\nНадёжная площадка — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://lineshop.lol\\\">lineshop.icu</a> \\n \\n<b>5. TripMaster</b> ★★★★★ \\nСтабильный магазин — tripmaster24 biz официальный сайт. Быстрая поддержка. \\nПроверенный магазин — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.live\\\">tripmaster.click</a> \\n \\n<b>6. Syndi24</b> ★★★★★ \\nСиндикат — проверенная площадка — syndicate 24 biz. Актуальные зеркала. \\nНадёжная площадка — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.live\\\">syndi24.live</a> \\n \\n<b>7. Narco24</b> ★★★★★ \\nСтабильная площадка — narkolog 24 biz. Надёжная поддержка. \\nРекомендуем — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narkolog24.click\\\">narkolog.click</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nСтабильный магазин — tot777 ton. Проверено редакцией. \\nНадёжная площадка — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt777.click\\\">tot777.top</a> \\n \\n<b>9. BobOrganic</b> ★★★★★ \\nНадёжная органик-площадка — боб органик. Рекомендован пользователями. \\nТоп выбор — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://bob.organic\\\">boborganic.click</a> \\n \\n<b>10. BadBoy</b> ★★★★★ \\nПроверенная площадка — badboy96 biz. Рабочий вход. \\nТоп выбор — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.shop\\\">badboy96.click</a> \\n \\n<b>11. Kot24</b> ★★★★☆ \\nМяу маркет работает стабильно — kot24 biz. Актуальные зеркала. \\nТоп выбор — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot24.click\\\">kot24.click</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nНадёжный сайт — megapolis 2 com. Актуальные зеркала. \\nРекомендуем — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.pro\\\">megapolis2.sale</a> \\n \\n<b>13. Stavklad</b> ★★★★☆ \\nСтабильная работа — sevkavklad biz. Рабочий вход. \\nПроверенный магазин — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.click\\\">sevkavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nСтабильный магазин — sbereapteka biz. Доставка в Краснодар, Махачкалу, Ростов-на-Дону. \\nНадёжная площадка — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.click\\\">sberklad.info</a> \\n \\n<hr /> \\n<i>Источник: rc24.pro — актуально на март 2026. Поделитесь с друзьями — ссылки актуальны сейчас.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:50:56','2026-03-30 05:50:56','fd96dd3b-3432-4252-8830-3e99953069b9'),
(53905,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwardbeard\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Баннер Frontlit 440 г/м ламинированный - средний ламинированный полуматовый материал, рассчитан на срок эксплуатации до 6 месяцев https://print-classic.ru/figures\\n  В основном, используется внутри помещений, а также подходит для печати уличных баннеров до 50 м2 без склейки https://print-classic.ru/photozone\\n \\nБаннерная ткань Backlit (плотность 510 г/кв https://print-classic.ru/apron\\n м) - транслюцентный материал с высоким уровнем светорассеивания и светопропускания, который имеет прозрачность до 40%. Используется для баннеров с подсветкой с обратной стороны (световые короба, лайт-боксы, световые панели), что обеспечивает равномерную засветку и насыщенную цветопередачу https://print-classic.ru/kalendari\\n \\nПослепечатная обработка https://print-classic.ru/skatert\\n \\nИнтерьерная широкоформатная печать https://print-classic.ru/futbolki\\n \\n440 г/м; 18 кв https://print-classic.ru/stickerprinting\\n м; 720 dpi; 4824 рубля https://print-classic.ru/safetystickers\\n \\nБыстрый расчет заказа https://print-classic.ru/tape\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:52:16','2026-03-30 05:52:16','4755af7f-5f16-4bff-845e-b16bd7b630d8'),
(53906,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelUrike\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По социальной карте москвича скидка 10% \\nВрач от Бога! Год я безрезультатно скиталась по всевозможным врачам всевозможных клиник (и государственных, и частных), все врачи разводили руками и лишь активно http://bmk-med.ru/page49917475.html\\n \\nНезависимая оценка качества оказания услуг медицинским организациям http://www.bmk-med.ru/page49867199.html\\n \\nЛицензия проверена http://www.bmk-med.ru/page49921111.html\\n \\n03 июня 2025 http://www.bmk-med.ru/page48428139.html\\n \\nМарьина роща http://bmk-med.ru/page51872621.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:52:34','2026-03-30 05:52:34','9e592b23-c822-44c8-a187-7960fe4be942'),
(53907,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianPog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shaikhjavid580@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! LIGHTNING CAN STRIKE TWICE: CAPTURE THE $3,500,000 JACKPOT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-926445-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:53:11','2026-03-30 05:53:11','1658f622-2c5e-408a-8052-9d8808e27deb'),
(53908,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianPog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shaikhjavid580@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! LIGHTNING CAN STRIKE TWICE: CAPTURE THE $3,500,000 JACKPOT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-926445-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:53:13','2026-03-30 05:53:13','117ee6b2-6973-4cb9-8a22-5993d42f2d07'),
(53909,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianPog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shaikhjavid580@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! LIGHTNING CAN STRIKE TWICE: CAPTURE THE $3,500,000 JACKPOT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-926445-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:53:15','2026-03-30 05:53:15','a5057b28-a515-4e60-98c1-dc7f921840be'),
(53910,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianPog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shaikhjavid580@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! LIGHTNING CAN STRIKE TWICE: CAPTURE THE $3,500,000 JACKPOT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-926445-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:53:16','2026-03-30 05:53:16','807e1eee-5cc5-4bcd-bcbf-22fad11597e0'),
(53911,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BrianPog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shaikhjavid580@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT! LIGHTNING CAN STRIKE TWICE: CAPTURE THE $3,500,000 JACKPOT https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-926445-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:53:18','2026-03-30 05:53:18','b57d504f-51ec-485d-81fa-4f3870f59d53'),
(53912,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephAdeve\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Исходя из этих факторов подбираются изделия для установки на могилу https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pg-31/\\n  Собрать комплекс изделий вам поможет наш менеджер и при необходимости мы сделаем 3D макет запланированных работ https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-13/\\n  Для благоустройства захоронения предлагаем рассмотреть следующие изделия и услуги: \\nВопросы и ответы https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pv-22/\\n \\nОблицовка плиткой https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/elegiya/\\n \\nукладку тротуарной плитки с установкой бетонного бордюра на пескобетон; оформление декоративным щебнем (белый мраморный, галька, малиновый кварцит и др); монтаж гранитного покрытия (плитки или брусчатки) с каменным бордюром на бетонную подушку https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pr-16/\\n \\nТроекуровское кладбище https://www.kovanie-ogrady.ru/catalog/graverovalnye-raboty/graverovalnye-raboty-gsh/\\n \\nГлавным требованием к материалу, используемому для оформления могил, является большой срок службы https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pg-3/\\n  Если ориентироваться только на этот критерий, то предпочтение стоит отдать неокрашенному варианту https://www.kovanie-ogrady.ru/catalog/prostye-pamyatniki/granitnyy-pamyatnik/\\n  Мрамор и гранит – природные минералы, которые способы эффективно противостоять негативному воздействию погодных факторов и отлично подходят для использования на могилах https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/graverovalnye-raboty-go-1/\\n  Что касается окрашенного материала, то краска с течением времени выцветает и щебень теряет свой привлекательный вид https://www.kovanie-ogrady.ru/catalog/vertikalnye/granitnyy-pamyatnik-pv-52/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:54:01','2026-03-30 05:54:01','87c7d02f-aeb0-480b-b2d8-eedd15b07360'),
(53913,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidgep\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Оригинальный дизайнерский проект https://www.legnostyle.ru/catalog/inter-eri/peregorodki/?PAGEN_1=2\\n   У моделей всегда присутствует новая идея https://www.legnostyle.ru/catalog/mebel/d1-15.html\\n   Дизайнерская мебель всегда разрабатывается с учётом дизайн-проекта всего интерьера в целом, это обеспечивает единство стиля и гармонию https://www.legnostyle.ru/catalog/dveri/?PAGEN_1=18\\n \\nДизайнеры активно впитывают в себя все особенности мебельной моды 20-го столетия, кожа в те времена была супер модна https://www.legnostyle.ru/catalog/mebel/elitnaya-detskaya-mebel/d1-1.html\\n   Это объясняется тем что определенные стили пестрили шиком, такой материал как кожа, смог прекрасно тогда поддержать тему богатства и роскоши https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/arka-a39.html\\n   Набирающие популярность этнический стиль и колониальный, также выделяются наличием большого количества кожаных элементов мебели https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s38.html\\n \\nСтильные и респектабельные кабинеты руководителя — это статусная продукция VIP класса, которую приобретают руководители топ менеджеров высшего звена https://www.legnostyle.ru/catalog/kuhni/kuhna-20.html\\n   Рабочие места и помещения первых лиц, оснащенные продукцией из Италии или Испании, подчеркнет высокий уровень компании и статус её руководства https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=8\\n \\nПоспешите заказать перетяжку в Москве недорого и в качественном исполнении! На все работы у нас установлены доступные цены за счет того, что мы сотрудничаем напрямую с производителями фурнитуры и отделочных материалов для различных мебельных конструкций https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p15.html\\n \\nПремиальные материалы https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-p38.html\\n   В производстве изделий используются дорогие материалы: массив ценных пород дерева, алюминий, декоративное ударопрочное стекло, обивка мягких элементов выполняется из натуральной кожи https://www.legnostyle.ru/catalog/mebel/garderobnaa-model-gp-10.html\\n   Готовые изделия отличаются прочностью и долговечностью, формируют вокруг себя атмосферу солидности и надежности https://www.legnostyle.ru/catalog/kuhni/kuhna-6.html\\n \\nБелая итальянская кухня служит отличным примером роскошного интерьера, и поэтому данный стиль в оформлении кухонного убранства нашел отклик и у российского покупателя https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-45.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 05:56:31','2026-03-30 05:56:31','dbf95f08-0124-4982-ac88-2c9840e9d69a'),
(53914,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrydib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Официальный сайт тату салона — как зеркало профессионализма https://maze.tattoo/catalog/с/semiya/\\n \\nТату-салон работает с 2005 года, здесь могут выполнить татуировку любой сложности https://maze.tattoo/catalog/r/\\n  Получить консультацию и даже эскиз можно бесплатно, а дальше нужно только решаться и набивать ту самую татуировку мечты! В студии работает один мастер, подход — индивидуальный, а за плечами более десяти тысяч выполненных работ, от «нежнятины» для девушек до брутала, достойного «Безумного Макса» https://maze.tattoo/catalog/p/polineziya/\\n \\nИнтересные события в городе https://maze.tattoo/catalog/d/delfiny/\\n \\nМастер тату https://maze.tattoo/catalog/p/pingvini/\\n \\nг https://maze.tattoo/catalog/\\n  Москва, 20 мая 2025 https://maze.tattoo/catalog/a/akvalangisty/\\n \\nСуществует миф, что хорошая татуировка обязательно должна стоить дорого https://maze.tattoo/catalog/ts/\\n  Но в \\\"Тату-Мании\\\" доказывают обратное: можно получить высокий уровень сервиса и при этом не переплачивать https://maze.tattoo/catalog/a/angels/\\n  Особенно это важно для тех, кто ищет студию с разумными ценами в пределах центра, не теряя в качестве https://maze.tattoo/catalog/i/ieroglify/\\n  Здесь вы платите за результат, а не за вывеску https://maze.tattoo/catalog/x/haida/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:00:12','2026-03-30 06:00:12','20c57b3a-9a89-4aaf-a089-8c5b25a54f0e'),
(53915,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertKer\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, მინდოდა ვიცოდე თქვენი ფასი.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:04:44','2026-03-30 06:04:44','64f93178-c787-4007-982c-1d0da88c0159'),
(53916,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Elva Gramp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gramp.elva@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Elva Gramp\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1215],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ever stop to think how much you\'re spending on marked-up CPMs for Connected TV ads?\\nIf you\'re using “premium” audience segments without verifying who you\'re actually reaching, that money is likely feeding someone else\'s family.\\nNo pressure. Here’s the site if you\'re open to see a revolutionary vision for digital advertising\\ntopshelfaudience.com using real-time Intent data from an Integration in our platform to Lotame.com. You can reach me at marketing@mrmarketingres.com or 843-720-7301. And if this isn\'t a fit please feel free to email me and I\'ll be sure not to reach out again.  Thanks!\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:11:46','2026-03-30 06:11:46','e2608873-ac3e-49d4-83fd-8f265293c25e'),
(53917,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Geraldscova\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Кучугуры (76 отелей) \\nПосмотреть доступные номера https://rich-house.su/\\n \\nБесплатная отмена https://rich-house.su/restaurants/\\n \\nВ рамках программы лояльности мы дарим баллы за бронирование https://rich-house.su/contacts/\\n  Баллы копятся, когда вы путешествуете https://rich-house.su/booking/\\n \\n211 отзывов https://rich-house.su/restaurants/\\n \\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/about/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:11:59','2026-03-30 06:11:59','4fcef3da-79f2-4a36-80a5-de0ff3860814'),
(53918,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielJow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"norberto.schechtmann@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS AN AGREEMENT WITH ADVANTAGE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-378285-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:13:35','2026-03-30 06:13:35','dc391295-dacf-4486-b104-ad8d3c3a8d32'),
(53919,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielJow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"norberto.schechtmann@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS AN AGREEMENT WITH ADVANTAGE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-378285-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:13:36','2026-03-30 06:13:36','a70f9dd2-64a9-4d95-8959-520a1a59aba0'),
(53920,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielJow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"norberto.schechtmann@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS AN AGREEMENT WITH ADVANTAGE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-378285-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:13:38','2026-03-30 06:13:38','5b6c039c-3b69-4bdd-91fb-869906cac2eb'),
(53921,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielJow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"norberto.schechtmann@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS AN AGREEMENT WITH ADVANTAGE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-378285-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:13:40','2026-03-30 06:13:40','adc449fa-5440-44ae-a8ac-e0b4f188376f'),
(53922,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DanielJow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"norberto.schechtmann@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"URGENT MESSAGE! THE $3,500,000 JACKPOT IS AN AGREEMENT WITH ADVANTAGE https://telegra.ph/Win-the-3500000-Jackpot--Message-ID-378285-03-29\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:13:41','2026-03-30 06:13:41','c61431e4-b3ab-4675-b254-3a1283ec86ed'),
(53923,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelPag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Легкий фуршетный сет на 15-20 персон https://shcherbinins.ru/menu\\n \\n980 руб./чел https://shcherbinins.ru/\\n \\nФуршетные сеты – от 1 350 рублей https://shcherbinins.ru/contacts\\n \\nВыездной кейтеринг в Москве https://shcherbinins.ru/\\n \\nМы предоставим все, что необходимо для организации вашего торжества — мебель, посуду, столовые приборы, бокалы, текстиль, дополнительное оборудование https://shcherbinins.ru/contacts\\n  Продумаем логистику, чтобы точно к началу мероприятия были сервированы столы со свежей, только что приготовленной едой https://shcherbinins.ru/menu\\n  Приведем площадку в порядок после мероприятия, демонтируем и вывезем конструкции, уберем мусор https://shcherbinins.ru/aboutus\\n \\nВыбрала набор «Под шампанское» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:23:46','2026-03-30 06:23:46','de178a9e-a9a6-431a-b1bc-aa46461e2cf9'),
(53924,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertHoita\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Тент до 45 м? 55 /км за МКАД 1800 /час Заказать https://drogal.ru/glossary/meshok/\\n \\n4 ч https://drogal.ru/glossary/sertifikat-o-proishozhdenii-tovara/\\n  работы https://drogal.ru/glavnaya/o-nas/\\n \\nАвдиенко Элла Федоровна 13 https://drogal.ru/glossary/skladi-sezonnogo-hraneniya/\\n 04 https://drogal.ru/portfolio-items/\\n 2014 Ваш e-mail Avdey_ukrop@mail https://drogal.ru/glossary/gruzovoi-konteiner/\\n ru Спасибо за помощь грузчикам из Перевозки Люкс (Дмитрию и Максиму). Очень слаженная, профессиональная работа, ни задержек, ни проволочек, все аккуратно и четко https://drogal.ru/portfolio-items/takelazhnie-raboti-v-ryazani/\\n  Очень довольна! \\nЧасы работы + 1 час подача авто https://drogal.ru/portfolio-items/takelazh-portalnogo-stanka-51-t/\\n \\nГАЗон – 5 т, 6 м, 45 м? \\nГАЗХОЛОДТЕХНИКА благодарит Такелажники https://drogal.ru/glossary/upakovka-navalom/\\n ру https://drogal.ru/voprosi-otveti/informaciya-dlya-rascheta-stoimosti-uslug/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:23:51','2026-03-30 06:23:51','e133e8b0-5ff4-44a9-9a33-6964755ee641'),
(53925,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidgaF\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Современная жизнь диктует нам такие условия, что покупая престижное элитное жилье, которое смотрится дорогим и восхитительным снаружи, мы должны позаботиться и об его уютной обстановке внутри https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l4-6.html\\n   То, как будет выглядеть наша комфортабельная квартира внутри, зависит полностью от нашего вкуса https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-i24.html\\n   И, конечно, изюминкой в любой обстановке квартиры является качественная и надежная элитная мебель https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-dyba/?PAGEN_1=5\\n \\nМагазин дорогой элитной мебелиСалон элитной мебели  - мы откроем для Вас двери в мир доступной роскоши! \\nПо желанию заказчика мы БЕСПЛАТНО можем вывезти и утилизировать его старую кухню, так что беспорядка при замене и установке новой кухни не будет, это мы берем на себя! \\nВряд ли можно недооценить значение мебели в интерьере любого жилья https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/vhodnaya-dver-e3.html\\n   Именно мебель делает его уютным и индивидуальным https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-d22.html\\n   Однако сегодня качественная мебель стала большим дефицитом https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-16.html\\n \\nНаша команда в течение долгих 12 лет работает на мебельном рынке России и мебель для элиты – наше приоритетное направление https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-3.html\\n   Большинство моделей, представленных в продаже, изготовлено из отборного дуба https://www.legnostyle.ru/proizvodstvo/dveri-iz-dereva/mejkomnatnie/?PAGEN_1=15\\n   Каждый год наша коллекция элитной мебели в СПб пополняется новыми образцами https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/stol-model-s-11.html\\n   Это роскошные элитные спальни с изящными туалетными столиками, стильными комодами и роскошными кроватями, элитная мебель для гостиных с удивительными по красоте барными столами, утонченными консолями, декоративными каминами, эстетичными столами и стульями https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/stenovie-paneli-model-s10.html\\n \\nКухни из массива дерева — это классика жанра, но бюджетным такой вариант не назовешь https://www.legnostyle.ru/catalog/mebel/scg-12.html\\n   Именно дерево лучше всего подходит для кухонного гарнитура в классическом стиле для людей с самым утонченным вкусом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/iz-massiva/?PAGEN_1=15\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:24:26','2026-03-30 06:24:26','2359b0d3-eaed-4e9a-8a4e-ae2314900d30'),
(53926,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwinzem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ваш заказ на чт 10 https://dostafka-obedi.ru/menu/\\n 04 https://dostafka-obedi.ru/contacts/\\n \\nСтокгольмская школа экономики https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\n \\nЗАО «ЛСР-Базовые» сотрудничает с компанией «ОбедыСмайл» с мая 2016 года по настоящее время https://dostafka-obedi.ru/type_menu/salaty/\\n  В течение этого периода компания «ОбедыСмайл» осуществляет ежедневную комплексную доставку пищи на территорию нашего предприятия https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\n  Также компания «ОбедыСмайл» оказывает помощь в наполнении праздничного стола во время корпоративов https://dostafka-obedi.ru/about/\\n  Все работы были выполнены качественно вкусно и в установленные сроки https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\n  Мы рекомендуем компанию «ОбедыСмайл», как надежного партнера и ответственного профессионального исполнителя https://dostafka-obedi.ru/\\n \\nСалат \\\"Столичный\\\" \\nМария Альварес https://dostafka-obedi.ru/dostavka/\\n \\nРежь да Ешь https://dostafka-obedi.ru/contacts/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:25:05','2026-03-30 06:25:05','ce3020cc-d031-4c67-941d-abca9a09d5cc'),
(53927,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyjen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"SEO продвижение сайтов в Москве https://proffseo.ru/kontakty\\n \\nKPI прописываем в договоре https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  При невыполнении целевых метрик – возвращаем деньги https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nМенеджер по работе с клиентами https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nИменно поэтому до начала раскрутки важно оценить ваш проект и перспективы его продвижения по России https://proffseo.ru/\\n  Если потенциал есть, согласуем детали, бюджеты и календарный график работ https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Заключим официальный Договор о сотрудничестве https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nСкидка 100% на первый месяц! \\nСкидка 100% на первый месяц! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:25:30','2026-03-30 06:25:30','fa0f9775-7e2e-48a1-9a06-d99ddd87a8ba'),
(53928,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertgooda\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Несем материальную ответственность за сохранность груза https://drogal.ru/portfolio-items/bolshoy-gruz/\\n \\nФура – 20 т, 13 https://drogal.ru/glossary/gruz/\\n 6 м, 90 м? \\nПодъем тяжелых и негабаритных грузов с помощью специальной техники https://drogal.ru/glossary/putevoi-list/\\n \\nАвдиенко Элла Федоровна 13 https://drogal.ru/glossary/perevozochnii-process/\\n 04 https://drogal.ru/portfolio-items/peretarka-kontejnera-s-oborudovaniem/\\n 2014 Ваш e-mail Avdey_ukrop@mail https://drogal.ru/glossary/dokument/\\n ru Спасибо за помощь грузчикам из Перевозки Люкс (Дмитрию и Максиму). Очень слаженная, профессиональная работа, ни задержек, ни проволочек, все аккуратно и четко https://drogal.ru/glossary/logisticheskie-centri/\\n  Очень довольна! \\nПринципиальная позиция нашей компании ? неукоснительное соблюдение техники безопасности https://drogal.ru/portfolio-items/takelazh-promishlennogo-oborudovaniya-v-tule/\\n  В противном случае любая ошибка или небрежность может обернуться финансовыми потерями или нанесением ущерба здоровью людей https://drogal.ru/glossary/brutto/\\n  Поэтому каждый наш сотрудник проходит спецобучение по проведению такелажных работ, которое завершается аттестацией https://drogal.ru/glossary/transportnaya-upakovka/\\n \\nКак заказать такелажные работы? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:27:59','2026-03-30 06:27:59','82e1bd1c-dc1c-4756-b362-a8f31fe21558'),
(53929,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottOrerb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Предоставляем сервисное обслуживание сада - вся территория находится на гарантии и постоянном присмотре, т https://berezov-lsk.ru/\\n к https://berezov-lsk.ru/\\n  мы заинтерисованы в высоком качестве наших услуг https://berezov-lsk.ru/\\n \\n«Агава-М» \\nНаши архитекторы и дизайнеры способны превратить территорию любого коттеджного поселка в райский сад https://berezov-lsk.ru/\\n  Инновационное проектирование и смелые решения – это приоритеты нашей компании https://berezov-lsk.ru/\\n \\nот 600 000 руб https://berezov-lsk.ru/\\n \\nКомплекс мер по созданию условий для основных работ по озеленению и благоустройству загородного участка https://berezov-lsk.ru/\\n  Сдача объекта Заказчику в назначенный срок с соблюдением всех дедлайнов https://berezov-lsk.ru/\\n \\nРастений и деревьев высажено https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:29:24','2026-03-30 06:29:24','b7e645a7-d994-49c0-b54b-c01c13f35e07'),
(53930,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelemoro\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"и комплексный подход https://bmk-med.ru/page54940559.html\\n \\nНаше мобильное приложение http://www.bmk-med.ru/page48556495.html\\n \\nНАТАЛЬЯ АЛЕКСАНДРОВНА, это прекрасный специалист и человек http://www.bmk-med.ru/page43426456.html\\n  Был на приёме 19 http://www.bmk-med.ru/page49867631.html\\n 05 http://www.bmk-med.ru/page48426743.html\\n 2025, раскололся зуб http://www.bmk-med.ru/page49916731.html\\n  Врач всё сделал очень аккуратно, без боли, не болело даже после прекращения действия анастезии, зуб восстановила http://www.bmk-med.ru/page55542667.html\\n  Огромная благодарность за качественно проделанную работу, рекомендую данного специалиста ?? \\n29 http://bmk-med.ru/page44398485.html\\n 05 http://www.bmk-med.ru/page49916223.html\\n 2025 Владимир http://www.bmk-med.ru/page44217117.html\\n \\nФрунзенская http://www.bmk-med.ru/page44217117.html\\n \\nНа территории клиники для пациентов доступна парковка на несколько машиномест http://www.bmk-med.ru/page49869139.html\\n  Заезд на территорию парковки осуществляется со стороны ул http://www.bmk-med.ru/page51812533.html\\n  Полковая под шлагбаум http://www.bmk-med.ru/page48424435.html\\n  Запуск автомобилей на парковку осуществляется по номеру телефона +7 (495) 150-90-09 http://www.bmk-med.ru/page44217117.html\\n  Набрав этот номер нужно попросить оператора открыть шлагбаум http://www.bmk-med.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:31:46','2026-03-30 06:31:46','117f00dc-c064-4a68-a65a-ef7df2691c97'),
(53931,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottalulk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Телефон +7 (495) 699-66-10 Компания предлагает полный комплекс строительных и ландшафтных работ https://berezov-lsk.ru/\\n  Фото: park-line https://berezov-lsk.ru/\\n info https://berezov-lsk.ru/\\n \\nПрисоединяйтесь к нам в соцсетях: \\nLand Territory https://berezov-lsk.ru/\\n \\nЛандшафтный дизайн услуги европейского качества Gried — это студия компания полного цикла, в нашей команде есть дизайнеры, архитекторы, инженеры, дендрологи, садовники и другие специалисты https://berezov-lsk.ru/\\n \\nВыбирая нашу компанию, вы выбираете красоту своего участка https://berezov-lsk.ru/\\n  Все, что потребуется от вас, - описать свои пожелания, а мы сможем реализовать их наилучшим образом https://berezov-lsk.ru/\\n  Сделайте шаг навстречу саду вашей мечты вместе с ландшафтной студией «Сад Фантазий»! \\nУчасток по Вашим пожеланиям https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:32:40','2026-03-30 06:32:40','256459f3-d30a-41a2-b1d7-ae1c1e853d88'),
(53932,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelanina\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Обращайтесь к нам любым удобным способом, менеджеры нашей фабрики проконсультируют вас, покажут образцы и рассчитают стоимость пошива партии https://norsy.ru/poshiv-futbolok\\n \\nДТФ плёнку можно перенести на любое место в том числе рукава или капюшон https://norsy.ru/kontakty\\n \\nОставить заявку https://norsy.ru/poshiv-hudi\\n \\nЕсли у вас уже есть налаженные технологические процессы и хочется быстро запустить партию, пошив на давальческой основе — это идеальное решение https://norsy.ru/kontakty\\n \\nКачество - проходит контроль специалистов на каждом этапе https://norsy.ru/kontakty\\n \\nНаш швейный цех оснащен передовым оборудованием, что позволяет нам гарантировать качество каждого изделия на уровне премиум-брендов https://norsy.ru/poshiv-futbolok\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:35:30','2026-03-30 06:35:30','f0b7dac2-3409-46a9-b2f6-f5b6b60883dd'),
(53933,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aaronarort\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"При отсутствии необходимой методики наши специалисты могут ее разработать специально под конкретные задачи исследования https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/lider-01-02-04-lidergazdetektor/gazoanalizatory-portativnye-lider-041/gazoanalizator-portativnyy-lider-041-o2-ch4-co2-h2s-9\\n  При разработке методики придерживаются требований ГОСТ Р 8 https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-ammiaka-nh3/sensor-ammiaka-nh3-md-04-mgk-sensor\\n 879-2014 https://analyztepla.ru/radioizmeritelnyie-priboryi/analizatory-spektra/\\n \\nПоверка средств измерений: зачем нужна и как отличается от калибровки https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/teodolity-lektronnye/topcon/lektronnyy-teodolit-topcon-dt-209\\n \\n— Поверка измерителей параметров электробезопасности http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/indikatory-cheredovaniya-faz/rgk/fazoukazatel-rgk-rp-60\\n \\nПоверка средств измерений https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/prompribor-r/statcionarnye-gazoanalizatory-sigma-03/sigma-03md1-ip65-o2-kislorod-datchik-0-30-ob\\n \\nСтоимость аккредитованной калибровки определяется Прейскурантом №6 (подробнее ознакомиться с Прейскурантом можно в разделе Электронный прейскурант, где ниже полей поиска располагаются все актуальные прейскуранты ФБУ «УРАЛТЕСТ»). Стоимость калибровки без статуса аккредитованного лица определяется при оформлении договорных отношений исходя из трудоемкости работ в соответствии с методикой калибровки https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/testo/testo-890-2\\n \\nМетрологическое обслуживание средств измерений, не предназначенных для применения в сфере государственного регулирования обеспечения единства измерений, может быть проведено в форме их калибровки https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/prompribor-r/perenosnye-gazoanalizatory-signal-4/gazoanalizator-signal-4km-kislorod-5-kanalov-vog\\n  А также в форме добровольной поверки https://analyztepla.ru/katalog-izmeritelnykh-priborov/takhometry-stroboskopy/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:39:22','2026-03-30 06:39:22','04c2b1d6-4477-448a-b649-3fb501c84ee8'),
(53934,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephHam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Благоустройство могил https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/?PAGEN_2=3\\n \\nМемориал из дымовского гранита https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pv-26/\\n \\nБлагоустройство могил под ключ и уход за могилами: комплексные решения https://www.kovanie-ogrady.ru/catalog/pamyatniki-v-vide-stely/granitnyy-pamyatnik-pr-17/\\n \\nПочему выбирают плитку? \\nУстановка ограды на могилу: обозначение территории уважения https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/kripta-/\\n \\nЧто касается преимуществ этого метода, то отметим наиболее серьезные среди них: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:39:28','2026-03-30 06:39:28','5e0ccdec-bd02-4b9f-ae97-a93c0a7ccccc'),
(53935,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продвигаем сайты в Яндексе и Google по России или в определенных регионах и городах https://proffseo.ru/kontakty\\n  Обеспечим вас заказами со всей России или конкретных регионов https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nПродвижение сайта по России: региональное продвижение в интернете https://proffseo.ru/\\n \\nувеличили целевой небрендовый трафик https://proffseo.ru/kontakty\\n \\nВ сфере SEO с 2009 г https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Большой опыт поискового продвижения проектов различных тематик и масштабов https://proffseo.ru/privacy\\n  Регулярные работы с сайтами крупных брендов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Разработка SEO-стратегий, проведение тренингов и обучающих семинаров для клиентов и сотрудников i-Media https://proffseo.ru/kontakty\\n  Клиенты: ЗМ, ОБИ, клиника «Медицина», Hotels https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n com, Агентство по Ипотечному Жилищному Кредитованию, РОСБАНК, ДОНСТРОЙ, ИНГОССТРАХ, Семейный доктор, Abbott, 36 https://proffseo.ru/\\n 6, МОСТАКСИ, Мерседес-Бенц РУС, Мебельная фабрика «ЕВРОПА», Бецема, Эйркул, Group LB и др https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Спикер конференций РИФ, RIW, ECOM Expo, RosBuild, «Матрица рекламы», «Цифровой маркетинг на автомобильном рынке» и других https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Автор публикаций в печатных и интернет-изданиях, связанных с интернет-маркетингом https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nСтоимость регионального SEO-продвижения в ТОП-10 Яндекса в необходимые города и области России https://proffseo.ru/privacy\\n \\n- 60 видов работ - Гарантия выполненных работ - Гарантия результата - Гарантия возврата денег https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:39:49','2026-03-30 06:39:49','ab396416-74e7-4037-8269-8aa771fe495f'),
(53936,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwardglari\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Тамара Аксенова, частный предприниматель, владелица магазина изделий из кожи Zulu Bay https://print-classic.ru/vizitki\\n \\nУслуги дизайнера https://print-classic.ru/badge\\n \\nБаннер Frontlit 300 г/м ламинированный - тонкий ламинированный полуматовый материал, рассчитан на краткосрочную эксплуатации до 1 месяца https://print-classic.ru/canvas\\n  В основном, используется внутри помещений, а также подходит для печати небольших временных уличных баннеров без люверсов и склейки https://print-classic.ru/poster\\n \\nЗаказать печать https://print-classic.ru/construkcii\\n \\nРадиальный – \\nИСПОЛЬЗУЕМЫЕ МАТЕРИАЛЫ: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:40:06','2026-03-30 06:40:06','a6f2b87f-cb9e-4030-90da-781df9cc3600'),
(53937,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinHom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Доставка по Москве и области бесплатная при заказе от 800 рублей https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\n \\nСуп картофельный с грибами https://dostafka-obedi.ru/menu/\\n \\nЯйцо куриное, молоко 3,2%, ветчина, сыр российский, помидоры черри, капуста брокколи, масло растительное, соль Общий вес – 170 г https://dostafka-obedi.ru/privacy-policy/\\n \\nКартошка, свекла, горох, лук зеленый, морковь, капуста по-домашнему, соленый огурец Общий вес – 180 г https://dostafka-obedi.ru/type_menu/napitki/\\n \\nКартофель отварной https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\n \\nКус-кус с курицей https://dostafka-obedi.ru/menu/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:40:08','2026-03-30 06:40:08','72238832-3b6f-4cd4-8875-626f0e841e7e'),
(53938,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeraldSak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Всё включено https://rich-house.su/booking/\\n \\nВключён завтрак, обед и ужин https://rich-house.su/\\n \\nГеленджик, ул https://rich-house.su/rooms/\\n  Маячная, д https://rich-house.su/contacts/\\n  3 https://rich-house.su/services/\\n \\nулица Луначарского, д https://rich-house.su/booking/\\n  70, Геленджик https://rich-house.su/booking/\\n \\nНовороссийск (199 отелей) \\nВведите даты, чтобы увидеть актуальные цены https://rich-house.su/booking/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:41:04','2026-03-30 06:41:04','83812f61-6c69-4198-9d39-39ba1260a375'),
(53939,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephZen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Уборка и очистка мест захоронения важны для поддержания достоинства места упокоения https://www.kovanie-ogrady.ru/reviews/?PAGEN_2=3\\n  Это обеспечивает мирную и уважительную обстановку для посещения, чтит память умершего и создает благоприятную атмосферу для визитов на кладбище https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-k-6/\\n \\nХотя первоначальные затраты на благоустройство могут показаться значительными, профессиональный подход экономит средства впоследствии: \\nПомимо широкого спектра услуг, оказываемых специалистами мастерской, наши клиенты отмечают следующие преимущества от сотрудничества с нами: \\nСтоимость реставрационных работ зависит от числа надписей на надгробии: \\nИсходя из этих факторов подбираются изделия для установки на могилу https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/?PAGEN_2=3\\n  Собрать комплекс изделий вам поможет наш менеджер и при необходимости мы сделаем 3D макет запланированных работ https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/pamyatnik-iz-granita-pv-18/\\n  Для благоустройства захоронения предлагаем рассмотреть следующие изделия и услуги: \\nУборка территории по периметру и за оградой https://www.kovanie-ogrady.ru/catalog/pamyatniki-strogoj-formy/granitnyy-pamyatnik-pg-3/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:46:41','2026-03-30 06:46:41','2fff414b-6e5a-495a-8978-a3aed1703bd1'),
(53940,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelBic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"На меню из каталога https://shcherbinins.ru/uslugy\\n \\nЗаказывали закуски для фуршета на день рождения https://shcherbinins.ru/menu\\n  Все было на высшем уровне: сначала помогли с выбором - терпеливо ответили на все вопросы и подстроились под наш график, всегда были на связи https://shcherbinins.ru/uslugy\\n  Доставка - минута в минуту, красиво упаковано, соус для салата - в индивидуальных стильных капсулах; всё свежайшее и очень вкусное, порции большие! Благодарю Кулинарную студию (Food Embassy) Юлии Высоцкой за профессионализм, пунктуальность и изумительно вкусную еду (наш повар - Матвей)! Получили массу положительных эмоций https://shcherbinins.ru/menu\\n  Всем рекомендую обращаться именно к ним! \\nКак заказать услуги кейтеринга на сайте Young Catering https://shcherbinins.ru/uslugy\\n \\n23 часа 1 минута назад https://shcherbinins.ru/contacts\\n \\nследующий отзыв https://shcherbinins.ru/uslugy\\n \\nОбслуживание https://shcherbinins.ru/contacts\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:47:46','2026-03-30 06:47:46','3c2db091-183c-4223-904f-c5752d69fe22'),
(53941,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Geraldcit\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vitya-kondratev-1969@inbox.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сириус (152 отеля) \\nПоказать все https://rich-house.su/photos/\\n \\n? Геленджик ? Завтрак включён https://rich-house.su/restaurants/\\n \\nулица Луначарского, д https://rich-house.su/photos/\\n 81, Геленджик https://rich-house.su/\\n \\nГостевой дом https://rich-house.su/rooms/\\n \\nПриморье Grand Resort https://rich-house.su/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:54:30','2026-03-30 06:54:30','a75c7cb3-55b2-4e66-bcfb-3774314a2216'),
(53942,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyZicky\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Для получения точного расчета — оставьте заявку на сайте или свяжитесь с менеджером https://elite-stones.ru/ukladka-trotuarnoy-plitki\\n  Мы подберем оптимальный вариант по бюджету и назначению https://elite-stones.ru/ukladka-trotuarnoy-plitki\\n \\nПредупреждают об изменении маршрута или наличии препятствия; \\n\\n\\nТехнологии производства (вибропресс / вибролитье) \\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:55:19','2026-03-30 06:55:19','82f0cf53-c140-40cc-8079-5c5c583b103a'),
(53943,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jamesunack\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ландшафтный дизайн https://зеленая-жизнь.com/autopoliv\\n \\nВы выбираете один из двух предложеных вариантов дизайна и мы разрабатываем пакет рабочих чертежей https://зеленая-жизнь.com/contacts\\n \\nОбщая площадь участка 21 https://зеленая-жизнь.com/sad\\n \\nНе бывает такого, что конечная цена работ по ландшафтному дизайну превышает первоначальные прогнозы https://зеленая-жизнь.com/buzaevo\\n  Ценообразование прозрачно и закреплено договором, поэтому клиентам не грозит увеличение сметы https://зеленая-жизнь.com/solnechnogorsk\\n \\nЗаказать звонок --&gt; Заказать звонок https://зеленая-жизнь.com/contacts\\n \\nОбщая стоимость работ 97000 https://зеленая-жизнь.com/solnechnogorsk\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:55:31','2026-03-30 06:55:31','c948542a-cde7-4677-9a75-c3de220b31f3'),
(53944,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeKem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nGERMAINE de CAPUCCINI как лидер косметологического рынка предлагает более 500 косметических средств по уходу за лицом и телом, что позволяет удовлетворить любые потребности кожи и окунуться в роскошный мир GERMAINE de CAPUCCINI https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/maska-protiv-ustalosti-s-vitaminom-s-timexpert-radiance-c\\n \\nНовый концептуальный подход к процедурам GERMAINE de CAPUCCINI сочетает в себе совершенный продукт и профессиональные авторские техники массажа, уникальные для каждой процедуры https://www.germainedecapuccini.ru.com/product/nabor-feel-the-beauty-te-rides-krem-supreme-dlya-suhoy-i-ochen-suhoy-kozhi\\n  Любой уход от бренда GERMAINE de CAPUCCINI – от базового до эксклюзивного – является утонченным ритуалом, позволяющим клиенту прочувствовать весь спектр удивительных ощущений от массажа в сочетании с тонкими ароматами продуктов и их бесподобными текстурами https://www.germainedecapuccini.ru.com/collection/linii?page=3\\n \\nПродукция компании продается более чем в 80 странах мира https://www.germainedecapuccini.ru.com/product/nabor-pure-moments-dlya-zhirnoy-kozhi\\n  GERMAINE de CAPUCCINI является партнером ассоциации Luxury Spain – официальным поставщиком испанского королевского двора,  партнером SPA-комплексов отелей Sheraton, Hilton и других https://www.germainedecapuccini.ru.com/product/nabor-60th-anniversary-timexpert-rides-krem-dlya-litsa-soft-krem-dlya-vek\\n \\nВ 2007 году компания получила Специальный Первый приз как «Экологически чистая компания», а также первой получила сертификат CO2zero, который подтверждает выполнение обязательств по снижению выбросов CO2 https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/uvlazhnyayuschiy-krem-dlya-suhoy-kozhi\\n \\nПозвольте себе роскошь профессионального ухода, который дарит вашей коже молодость, сияние и уверенность в себе https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/krem-dlya-vek-kislorodonasyschayuschiy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 06:58:09','2026-03-30 06:58:09','a94b7d5e-b58c-4ec9-afeb-fe60fcb94d18'),
(53945,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jamesovemo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Преимущества компании https://зеленая-жизнь.com/gorizont11\\n \\nЗакажите эскизный проект и его реализацию у нас https://зеленая-жизнь.com/3d\\n  Мы выполняем целый комплекс услуг по озеленению территорий и благоустройству загородных домов в Москве и области https://зеленая-жизнь.com/drenazh\\n  Разработаем дизайн как всего участка, так и отдельных элементов сада и малых архитектурных форм https://зеленая-жизнь.com/posadka\\n  Выполним посадку хвойных и лиственных деревьев и кустарников, уложим рулонный газон и вымостим дорожки, создадим декоративный огород, установим систему автоматического полива, проложим электрику, установим освещение и многое другое https://зеленая-жизнь.com/detsad\\n \\nНаличие: Есть в наличии https://зеленая-жизнь.com/solnechnogorsk\\n \\nВы получите план-график работ и оплат, что позволит вам спланировать своё время и бюджет https://зеленая-жизнь.com/zhukovka\\n \\nРазработка и согласование эскизной концепции https://зеленая-жизнь.com/solnechnogorsk\\n \\nВиталий, 43 года https://зеленая-жизнь.com/proizvodstvo\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:00:44','2026-03-30 07:00:44','30f91079-81b4-42bd-a18a-8b4ffabea931'),
(53946,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronMoize\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Первичная поверка средств измерений производится при выпуске СИ в обращение из производства или ремонта; Периодическая поверка приборов проводится через определенные промежутки времени (межповерочный интервал). Внеочередная поверка проводится вне зависимости от срока периодической поверки при вводе в эксплуатацию, после длительного хранения или в случае повреждения клейма или утери свидетельства о поверке; Инспекционная поверка производится для выявления пригодности к применению технических средств измерений при осуществлении государственного метрологического надзора https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/niveliry-rotatcionnye/stabila/rotatcionnyy-lazernyy-pribor-stabila-lar-120g-indoor-set\\n  Экспертная поверка проводится при возникновении разногласия по вопросам, относящимся к метрологическим характеристикам средств измерений http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/testo/zondy-k-priboru-testo-445/zond-vlazhnosti-i-temperatury\\n  Проводится как правило, по требованию суда, прокуратуры и по письмам потребителей http://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/trassoiskateli/radio-servis/\\n \\nДля удобства наших клиентов на сайте предусмотрен удобный сервис по проверке готовности оборудования, поиск осуществляется по коду заказчика https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/flir/teplovizor-flir-t420\\n  Всю необходимую информацию о готовности СИ можно посмотреть в Личном кабинете https://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/niveliry-opticheskie/rgk/opticheskij-nivelir-rgk-c-24-shtativ-s6-n-rejka-rgk-ts-7\\n \\n— Поверка калибраторов переменного тока https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-ugarnogo-gaza-so/sensor-so-lektrokhimicheskiy-surecell-co-h\\n \\nили оформите онлайн заявку https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/testo/testo-308-komplekt\\n \\nМетрологическое обеспечение в сфере неразрушающего контроля (НК) представляет собой совокупность элементов и процессов, необходимых для получения достоверной информации о состоянии объектов контроля (ОК). Предметом метрологического обеспечения в данной сфере являются различные применения методов НК http://analyztepla.ru/pribory-v-arendu/anemometry\\n  Целью - создание условий для получения достоверной информации необходимой для принятия решений как в сфере государственного регулирования, так и вне её https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/top-sens/portativnyy-mnogokanalnyy-gazoanalizator-top-sens-360-2\\n \\nПо результатам калибровки средств измерений ФБУ «НИЦ ПМ – Ростест» выдает: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:03:33','2026-03-30 07:03:33','199752d2-3890-4647-b0ea-e2ae3509b662'),
(53947,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emilia Mullis\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"emilia.mullis@msn.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Emilia Mullis\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1231],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Quick note,\\n\\nI found your site and thought this might help.\\n\\nThere\'s a free tool that lets you boost your online visibility across multiple classified sites with one simple form.\\n\\nIf you want more eyes on your site, use this:\\nhttps://websubmitterpro.com\\n\\nIt’s a free way to get more exposure and takes almost no time.\\n\\nLet me know if you want a quick breakdown of how it works.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:05:14','2026-03-30 07:05:14','4886c18b-16d8-482c-a8cb-1339d81f2abe'),
(53948,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottavemn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Или мы можем перезвонить Вам сами https://berezov-lsk.ru/\\n \\nГрамотные ландшафтные дизайнеры обязательно закладывают в основу проекта какую-либо идею, которая рождается из разговоров с заказчиком и осмотра участка https://berezov-lsk.ru/\\n  Чтобы клиент мог представить будущие изменения, компания делает визуализацию проекта с помощью современных компьютерных программ https://berezov-lsk.ru/\\n \\nБесплатная заявка https://berezov-lsk.ru/\\n \\nДолго следил за блогами и сайтами разных компаний, изучал материалы способы выравнивания и укладки тротуарной плитки https://berezov-lsk.ru/\\n  Попробовал уложить сам, но в процессе понял, что лучше довериться специалистам https://berezov-lsk.ru/\\n  Обратился в Gried и ни разу не пожалел! Быстро, четко и качественно https://berezov-lsk.ru/\\n \\nВоскресенский собор – самый древний не только в Волоколамске, но и один из самых старых, сохранившихся в Подмосковье https://berezov-lsk.ru/\\n  Он был заложен еще в конце XV века, и в интерьере до сих пор сохранились фрагменты росписей тех времен https://berezov-lsk.ru/\\n  Никольский храм, хоть и был построен почти четыре столетия спустя, исполнен знаменитым архитектором Тоном в традиции древнерусского зодчества, а потому выглядит ровесником Воскресенского собора https://berezov-lsk.ru/\\n  Сейчас здесь размещается местный историко-археологический музей https://berezov-lsk.ru/\\n \\nСоблюдение стандартов https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:06:40','2026-03-30 07:06:40','56ba69b6-a8fa-4cc1-9f69-cb4e85f6c44b'),
(53949,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyoptot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Большинство коммерческих запросов тесно связано с региональной выдачей, и это упрощает продвижение сайтов по городам России https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\n7 шагов выхода в регионы (SEO): стратегия регионального продвижения и кейсы https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nСопровождает внедрение аналитических систем и проводит их настройки, даёт рекомендации по увеличению эффективности маркетинговых каналов, проводит аудиты, а также A/B - и MVT (мультивариантные) тестирования контента сайта https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Анализирует коммерческие и поведенческие факторы, дает рекомендации по повышению конверсии https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nОпыт Свернуть https://proffseo.ru/kontakty\\n \\nРезультаты наших клиентов https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nРазработка и продвижение сайта медицинского оборудования https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:10:57','2026-03-30 07:10:57','55083a3b-e177-4614-a1f4-681be48ce4e8'),
(53950,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alyssa Stone\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alyssa@turbojot.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"TurboJot\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1329],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! My name is Alyssa and I’d love to invite you to try TurboJot. I actually founded the company. It’s built to automate contact form submissions at scale. Simply upload a list of URLs and TurboJot automatically finds and submits contact forms on those sites. It beats cold email and paid ads on ROI and costs just $0.10 per submission. Powered by a rotating IP network, stealth browser, AI captcha solving, and human like browsing behavior. You can sign up for free and give it a try. I’d really appreciate the support. https://www.turbojot.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:19:08','2026-03-30 07:19:08','8a73338a-b8a6-441d-b09c-68f3995c2225'),
(53951,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alyssa Stone\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alyssa@turbojot.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1329],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! My name is Alyssa and I’d love to invite you to try TurboJot. I actually founded the company. It’s built to automate contact form submissions at scale. Simply upload a list of URLs and TurboJot automatically finds and submits contact forms on those sites. It beats cold email and paid ads on ROI and costs just $0.10 per submission. Powered by a rotating IP network, stealth browser, AI captcha solving, and human like browsing behavior. You can sign up for free and give it a try. I’d really appreciate the support. https://www.turbojot.com/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Score 0 is below threshold 0.5.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:19:32','2026-03-30 07:19:32','66f5faad-62cd-437a-ac60-a87cbdc2208a'),
(53952,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottFluip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Общая площадь участка 24 сотки https://berezov-lsk.ru/\\n \\nРамиль Фарзутдинов — автор идеи проекта, организатор автопробега, водитель с 34-летним стажем https://berezov-lsk.ru/\\n  Работает советником главного редактора «Комсомольской правды» https://berezov-lsk.ru/\\n  Член Русского географического общества, редактор географических книг, администратор и участник более трех десятков сплавных экспедиций «Комсомольской правды» по Хабаровскому, Приморскому, Красноярскому краям, Магаданской области и Якутии, экспедиций на Урале, Камчатке и островам Большой Курильской гряды, а также автопробегов по Европейской части РФ и Дальнему Востоку https://berezov-lsk.ru/\\n \\nПервый эскиз через 7 дней https://berezov-lsk.ru/\\n \\nУспенское шоссе РИИТА https://berezov-lsk.ru/\\n \\nУслуги студии https://berezov-lsk.ru/\\n \\nБолее 20 лет в сфере ландшафтной архитектуры столицы https://berezov-lsk.ru/\\n  При создании проектов команда сотрудничает с ведущими компаниями из Германии, Голландии, США, Италии и Великобритании https://berezov-lsk.ru/\\n  Кроме выполнения частных заказов, компания активно участвует в конкурсах по благоустройству общественных пространств https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:20:39','2026-03-30 07:20:39','5c1f306b-b08a-4a68-a1d8-4cce666f6c02'),
(53953,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelmaism\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Архитекторы Александр Цимайло и Николай Ляшенко создали это бюро больше 20 лет назад https://www.abbalk.ru/interier\\n  Сейчас компания входит в список крупнейших организаций Москвы и имеет за плечами десятки знаковых проектов https://www.abbalk.ru/arhitectyra\\n  Среди них спортивные комплексы, музеи и аэропорты https://www.abbalk.ru/arhitectyra\\n \\nКонтакты https://www.abbalk.ru/page47572771.html\\n \\nONEHOUSE - архитектурно-строительная компания с комплексным подходом к проектированию и реализации современных, загородных вилл премиум класса https://www.abbalk.ru/gradostroitelstvo\\n  В нашем портфолио более 200 частных вилл и домов, а  https://www.abbalk.ru/\\n  Читать далее https://www.abbalk.ru/arhitectyra\\n \\nТелефон: 8 (495) 937-76-86 Адрес: Москва, Нижний Сусальный переулок, 5, стр https://www.abbalk.ru/page47574811.html\\n  19 https://www.abbalk.ru/page47572771.html\\n \\nБюро основали архитекторы Дмитрий Ликин и Олег Шапиро в 2007 году https://www.abbalk.ru/\\n  В последнее время компания специализируется на благоустройстве городских парков и создании градостроительной концепции https://www.abbalk.ru/page47572771.html\\n \\nВсе архитектурные бюро Москвы, список которых мы привели в каталоге, заслужили свою репутацию на рынке https://www.abbalk.ru/page47559287.html\\n  Можете быть уверены, что обратившись за помощью в одну из этих компаний, вы получите индивидуально созданный уникальный проект, соответствующий вашим требованиям и пожеланиям https://www.abbalk.ru/page47574811.html\\n  Каждое помещение в доме или офисном здании будет максимально функционально и удобно https://www.abbalk.ru/interier\\n  Ведь именно это и есть важнейшее условие того, чтобы чувствовать себя комфортно не только дома, но и в собственном офисе! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:22:02','2026-03-30 07:22:02','5d5854c2-bf94-49bb-8273-59f89e5e7a45'),
(53954,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyJax\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ВАЖНО: понятие геоНЕзависимой выдачи в Яндексе очень условно https://proffseo.ru/kontakty\\n  Сотрудники Yandex на «Вебмастерских» конференциях неоднократно заявляли, что не бывает выдачи Яндекса без региона https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nSEO-стратег https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nТе, кто сталкивался с продвижением сайта и общались с действительно компетентными сотрудниками интернет-агентств (таких, как «Пиксель Плюс»), знают, что все запросы можно разделить на два класса: \\nПредлагайте проверенную и полезную, экспертную и уникальную информацию в исчерпывающих объемах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Запустите всестороннее продвижение сайта по России при помощи: \\nЗащита от санкций поисковых систем https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nЛевиндорф Мария Александровна https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:22:56','2026-03-30 07:22:56','46183e17-14c1-45da-9d68-876e18210a94'),
(53955,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryglync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Органная музыка в Москве https://maze.tattoo/catalog/o/oven/\\n \\nЭто чтобы сайт работал лучше https://maze.tattoo/catalog/a/anime/\\n  Оставаясь с нами, вы соглашаетесь с Политикой конфиденциальности https://maze.tattoo/catalog/ya/yakor/\\n \\n? +7 (499) 645-95-95 https://maze.tattoo/catalog/k/kot/\\n \\nПонравились наши работы? \\nДовольные клиенты! \\nТолько одноразовые инструменты, абсолютно стерильное помещение + специалисты с медицинским образованием https://maze.tattoo/catalog/l/letuchaya-mish/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:23:53','2026-03-30 07:23:53','2d3388f4-d65c-43a9-9e0f-3caa6f7a4a1f'),
(53956,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelTow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Полное оформление помещения, включая посуду, мебель и столовые приборы https://shcherbinins.ru/contacts\\n  Профессиональных официантов https://shcherbinins.ru/menu\\n  Полный контроль над процессом, чтобы вам не пришлось думать о деталях https://shcherbinins.ru/\\n \\nОрганизацию банкетов https://shcherbinins.ru/menu\\n  Проведение фуршетов https://shcherbinins.ru/\\n  Празднование дней рождения компаний https://shcherbinins.ru/uslugy\\n  Организацию корпоративных мероприятий в любом районе Москвы и Московской области https://shcherbinins.ru/uslugy\\n \\nПавел Гоголь 4 дня назад https://shcherbinins.ru/aboutus\\n \\nВыбор клиентов CaterMe https://shcherbinins.ru/uslugy\\n \\nСпециальные Предложения https://shcherbinins.ru/uslugy\\n \\nОригинальное оформление создает атмосферу праздника и обеспечивает уникальность вашего мероприятия https://shcherbinins.ru/uslugy\\n  Мы выезжаем на место проведения заранее, чтобы потом продумать каждую деталь до мелочей, включая удобную расстановку столов и сервировку, которая должна сочетаться с общей стилистикой и цветовой гаммой https://shcherbinins.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:25:13','2026-03-30 07:25:13','ef842037-6226-461f-b6fb-0878043e29d7'),
(53957,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyAvada\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Он контролирует выполнение работ и соблюдение сроков, решает возникающие задачи и вопросы, отчитывается о результатах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nСеребро в номинации «Лучшее поисковое продвижение» \\nХотите получить аналогичный эффект? Развивайте веб-площадку с ориентацией на людей и целевые группы https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Учитывайте пожелания читателей и клиентов, ежедневно обновляйте контент https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nОпыт Свернуть https://proffseo.ru/\\n \\nПоисковые системы Яндекс и Google https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nЗолото в номинации «Лучший email-маркетинг» (Email Soldiers) \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:28:44','2026-03-30 07:28:44','26122f27-b58e-4bb5-8e15-2ea7505ec525'),
(53958,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddycub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Маркетолог команды Magical Flowers https://proffseo.ru/\\n \\nГеозависимый запрос — запрос, выдача по которому будет принципиально разной в разных регионах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Такие запросы пользователи вводят с целью найти товар/услугу среди местных компаний https://proffseo.ru/privacy\\n  Возьмем, к примеру, запрос &lt;&gt;оставка пиццы]. \\nДля клиента мы полностью переработали страницы каталога, добавили удобный фильтр и функционал сортировки, создали дополнительные страницы с учетом распределения частотности, сократили время загрузки десктопной и мобильной версий сайта https://proffseo.ru/kontakty\\n \\nЛидеры отрасли https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nВаши преимущества https://proffseo.ru/\\n \\nОптимизация и продвижение сайта Оптимизация сайта для Яндекс Оптимизация сайта для Google Мобильная оптимизация сайта Контент-маркетинг Продвижение товаров Продвижение по России Стоимость контекстной рекламы Примеры контекстной рекламы Заказать контекстную рекламу SMO SMM Таргетированная реклама Консалтинг Маркетинговый аудит Технический аудит сайта Поисковый SEO аудит сайта Аудит юзабилити Клиенты Вакансии SEO и маркетинг Интернет-реклама Социальные сети Аналитика Технологии Хостинг для SEO Справочник Защита e-mail https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:30:47','2026-03-30 07:30:47','ffb53cc9-3ee6-47f3-b4b1-c9bae1b1e766'),
(53959,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeOthew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nВозможность быть в тренде рынка красоты и позволить себе косметику, которой пользуются знаменитости \\n\\nИскусство профессионального ухода за кожей из сердца Испании \\nБренд GERMAINE de CAPUCCINI сегодня – это передовая экологичная фабрика в г https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/maska-eksfoliiruyuschaya-ahabha-expert-lab-glycocure-intense-renewal-exfoliating\\n  Алькой (провинция Аликанте, Испания). Тщательное тестирование препаратов на всех этапах производства, инновационные формулы, разнообразные текстуры и уникальные ароматы, разработанные специально для каждой линейки продуктов, делают бренд по-настоящему уникальным https://www.germainedecapuccini.ru.com/collection/synergyage-kosmetsevtika\\n \\nРешение эстетических проблем лица и тела \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:31:15','2026-03-30 07:31:15','47e3c799-8bdb-435a-ad40-db416fb1852c'),
(53960,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephfup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"наличие высокотехнологичного оборудования - можно воплотить в жизнь абсолютно любые художественные решения; тщательный отбор натурального камня - с собственных карьеров в Карелии или других месторождений России и зарубежья; широкий ассортимент расцветок камня - черный, зеленый, красный, голубой, серый, белый, коричневый https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pr-10/\\n  обширный штат профессионалов высокого класса - для них нет границ в достижении результатов при выполнении заявок клиентов https://www.kovanie-ogrady.ru/catalog/pamyatniki-s-arkoj/granitnyy-pamyatnik-pg-27/\\n \\nЗаполняя данную форму вы соглашаетесь с условиями обработки персональных данных и политикой конфиденциальности https://www.kovanie-ogrady.ru/catalog/khudozhestvennaya-kovka/vorota-s-kovkoy-i-polikarbonatom-vk-36/\\n \\nЕсли же вы хотите добиться гармоничного сочетания элементов благоустройства, стоит разработать индивидуальный эскиз перед тем, как оформить могилу на кладбище https://www.kovanie-ogrady.ru/catalog/kovanye-perila/kovanye-perila-osen/\\n  Обустройство цоколя - еще один важный этап ритуального благоустройства https://www.kovanie-ogrady.ru/catalog/podstavki-i-tsvetniki/plitka-granit-gp-1/\\n  С его помощью можно обеспечить эстетичный внешний облик могильному холму и подготовить его к монтажу тяжелой плиты из гранита или мрамора https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/pamyatnik-iz-granita-pv-7/\\n \\nТакое оформление места захоронения позволяет сохранять ухоженный вид, не требует особенных затрат и всегда выглядит опрятно и чисто https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-k-1/\\n \\nМы приедем в удобное для вас время, учтем все особенности местности и поможем определиться с оптимальными размерами памятника и элементов благоустройства https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pg-13/\\n \\nИскусственная трава https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pg-8/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:33:10','2026-03-30 07:33:10','ac9d7c21-6730-467b-b1e1-dd86a7db435b'),
(53961,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwardnok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Отличная кампания, качественно и в срок выполняете свою работу! Персонал очень вежливый и разбирающийся во всех тонкостях продаж, так что они вежливо и подробно ответят на любой ваш вопрос https://print-classic.ru/buyerscorner\\n  Заказывала в кампании печать на футболку – в качестве подарка подруге https://print-classic.ru/stickers\\n  Помимо печати на футболках и кампании большой ассортимент услуг, так что каждый может выбрать, что по душе! Все остались очень довольны, спасибо! Обязательно буду рекомендовать друзьям и знакомым https://print-classic.ru/rollup\\n \\nОбычная, фото- и бумага для скроллеров https://print-classic.ru/otzyvy\\n  Для простых изображений, например постеров, в интерьерной печати используется обычная бумага https://print-classic.ru/printinggrid\\n  Для распечатки графических материалов высокого качества — более плотная фотобумага, которая имеет высокую степень белизны https://print-classic.ru/buklet\\n  В скроллерных системах материал подвергается механическим нагрузкам, поэтому должен быть прочным https://print-classic.ru/paket\\n  Баннерная (виниловая) ткань https://print-classic.ru/buyerscorner\\n  Подходит для уличных рекламных материалов, но может использоваться и в интерьере, например в качестве фотообоев или импровизированной перегородки для зонирования https://print-classic.ru/cards\\n  Пленка https://print-classic.ru/katalogi\\n  Материал обладает универсальной сферой применения, в частности с помощью полупрозрачной пленки создать подобие витража https://print-classic.ru/bloknoty\\n  Также технологию широкоформатной интерьерной печати используют для изготовления наклеек https://print-classic.ru/safetystickers\\n  Холст https://print-classic.ru/blank\\n  На холсте любое изображение выглядит более выигрышно, чем на бумаге https://print-classic.ru/tape\\n  Если же заказать печать настоящей картины, то это может стать великолепным интерьерным решением https://print-classic.ru/bags\\n \\nПечать экосольвентной краской — чернила на основе растворителя https://print-classic.ru/paket\\n  Применяются для интерьерной и экстерьерной печати, так как обладают повышенной износостойкостью https://print-classic.ru/evacuationplans\\n  Краска устойчива к выгоранию на протяжении 3-5 лет https://print-classic.ru/tolstovki\\n  Без резкого запаха https://print-classic.ru/politic\\n \\n510 г/м; 18 кв https://print-classic.ru/printbanner\\n м; 360 dpi; 3 366 рублей https://print-classic.ru/\\n \\nЛаминация &gt; 70 м? 1 Самоклеющаяся плёнка 205 150 2 Белая пленка Orajet M/G 255 200 3 Ламинация напольная Oraguard 250AS 790 685 https://print-classic.ru/booklets\\n \\nБаннерная сетка 280 г/м? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:33:19','2026-03-30 07:33:19','717b59e4-9da9-48c4-b4c3-d8cfbf32b88b'),
(53962,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottNed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Составляем проект таким образом, чтобы даже при небольшом бюджете, он был реализован с использованием только качественных материалов https://berezov-lsk.ru/\\n \\nОбщая стоимость материалов 1 735 000 Р https://berezov-lsk.ru/\\n \\nОнлайн-калькуляторы расчета стоимости услуг благоустройства участка https://berezov-lsk.ru/\\n \\nот 300 000 ? \\nЧтобы не разочароваться в ожиданиях и получить нужный результат, выбирайте подрядчика с именем https://berezov-lsk.ru/\\n  По-настоящему профессиональные ландшафтные бюро работают не первый год, хорошо известны на рынке ландшафтных услуг, постоянно участвуют в дизайнерских выставках, конкурсах, имеют репутацию в своем деле, громкие проекты и награды https://berezov-lsk.ru/\\n \\nКонечно, наша студия занимается не только разработкой планов и эскизов, мы выполняем полный комплекс услуг по ландшафтному дизайну – от проекта до реализации https://berezov-lsk.ru/\\n  Однако и после завершения не бросаем своих клиентов – вы сможете заказать уход за садом и освободить себя от лишних хлопот https://berezov-lsk.ru/\\n  Наши специалисты – профессионалы, поэтому вам не о чем переживать: польем деревья, пострижем кустарники и сделаем все необходимое в рамках сопровождения https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:33:21','2026-03-30 07:33:21','35ab7fad-a948-424d-b522-4ad24d7c346b'),
(53963,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddySmits\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продвижение сайта в поисковых системах – процесс, требующий исключительно индивидуального подхода https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Стратегия и методика продвижения зависит не только от целей заказчика, но и от ряда факторов: \\nпо версии Ruward 2022 https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nРегиональное продвижение помогает улучшить позиции сайта в поисковой выдаче в одном или нескольких регионах, привлечь целевую аудиторию и увеличить конверсию при сравнительно невысоких затратах https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Поисковые системы лояльнее относятся к местным компаниям, и конкуренция в одном регионе ниже, чем по всей России, поэтому, продвигаясь по геозависимым запросам, достигнуть первой страницы поиска намного проще https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  В статье мы расскажем, какие способы регионального продвижения сайта наиболее эффективны, и как вести SEO-продвижение сайта в топ-10 Яндекса и Google в одном и нескольких регионах https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nПовысить позиции сайта в поисковых системах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Увеличить небрендовый трафик с помощью SEO https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  Решить вопрос склейки зеркал сайта https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nЕще истории успеха https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nДля этого любые упоминания городов и областей России устраняются из: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:33:23','2026-03-30 07:33:23','8eff90f8-95b6-4bb8-b460-015e315f22cb'),
(53964,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelplurf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Наши филиалы http://www.bmk-med.ru/page48557483.html\\n \\nАлександр Анатольевич удивительный доктор, находит лечение даже в самом сложном случае, всегда подбодрит и поддержит, такой подход очень помогает в лечении! Спасибо огромное, доктор, у Вас золотые руки! \\nВрач стоматолог-терапевт http://www.bmk-med.ru/page49869139.html\\n \\nОставить заявку http://www.bmk-med.ru/page49867631.html\\n \\nОпытные репродуктологи, эмбриологи, \\nНадрова Раиса Бурхановна http://www.bmk-med.ru/page43460506.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:35:13','2026-03-30 07:35:13','73b00b01-6f60-43bc-ab23-1c9610942dd7'),
(53965,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephtem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Земля https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/pamyatnik-iz-granita-pv-11/\\n \\nТакже большой популярностью сегодня пользуется благоустройство могил щебнем https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pr-16/\\n  В сравнении с использованием плитки это более доступное решение с точки зрения стоимости https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/kassandra/\\n  Для решения поставленной задачи сегодня используются специальные материалы https://www.kovanie-ogrady.ru/catalog/sostavnye-elementy-tsokolya/podlozhka-pdg-5/\\n  В зависимости от происхождения щебень может быть мраморным либо гранитным https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/granitnyy-pamyatnik-pv-56/\\n  Также данный материал делится на две группы в соответствии с методом обработки: неокрашенный и окрашенный https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pr-35/\\n \\nRitual https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-18/\\n ru предлагает комплекс услуг по уходу за могилой на кладбищах Москвы, ближайшего Подмосковья и всех регионов России https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-k-8/\\n  Наши специалисты помогут очистить участок от мусора, подстригут траву и прополют сорняки, приведут в порядок цветники, освежат краску на ограде и проведут любые другие работы по благоустройству места захоронения https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pr-4/\\n  Также у нас вы можете заказать реставрацию надписи, покраску оград и комплексную реконструкцию всего места захоронения https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pr-10/\\n \\nГранитная брусчатка 5668-1 на могилу https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pv-22/\\n \\nПредлагаем следующее: \\nНаш специалист свяжется с вами в ближайшее время https://www.kovanie-ogrady.ru/articles/?PAGEN_2=2\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:35:14','2026-03-30 07:35:14','dd073359-6e7f-48bb-beea-d43ac4b948cb'),
(53966,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ruslanhiz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сроки строительства дома из клееного бруса приятно удивляют. [url=https://dom-rggu.ru/]тёплый дом из клееного бруса[/url] От заливки фундамента до заселения проходит обычно 3-5 месяцев. [url=https://dom-rggu.ru/]тёплый дом из клееного бруса[/url] Это в разы быстрее кирпичного дома и при этом без потери качества.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:35:44','2026-03-30 07:35:44','d0b0f1ab-433b-4396-ae70-248ba5d8ba6f'),
(53967,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottGlync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Какие есть стили для ландшафтного дизайна участка и как выбрать подходящий? \\nОт 237000 RUB руб https://berezov-lsk.ru/\\n \\nРаботы выполнены 74 дня https://berezov-lsk.ru/\\n \\nВыполняющие строительные и посадочные работы под ключ https://berezov-lsk.ru/\\n \\nГарантия на всё *при нашем уходе https://berezov-lsk.ru/\\n \\nЛандшафтное проектирование https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:36:50','2026-03-30 07:36:50','a4a27b37-c09f-4676-985f-4d7482f9c01a'),
(53968,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertDrews\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По запросу 2280 https://deneb-spb.ru/truby-armirovannye-steklovoloknom-pn20-i-pn25\\n 17 https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\n \\nСрок службы https://deneb-spb.ru/rasprodazha\\n \\n© 2025 ООО «ВЕСТА РЕГИОНЫ» Все права защищены https://deneb-spb.ru/shtanga-rezbovaya\\n  Мы в соцсетях Политика в отношении обработки персональных данныхПоложение об обработке персональных данных пользователя сайта https://deneb-spb.ru/shejvery-i-torcevateli\\n \\nПо запросу 658 https://deneb-spb.ru/rasprodazha\\n 63 https://deneb-spb.ru/truby-pn-10-i-pn-20\\n \\nНоминальное давление: – до 25 Бар; Диаметр: 20 – 63 мм; Толщина стенки: 3,4 – 10,5 мм; Температура транспортируемой воды: до 90 °С; Срок службы: 50 лет; ГОСТ 32415-2013; ТУ 22 https://deneb-spb.ru/mufty-kombinirovannye\\n 21 https://deneb-spb.ru/mufty-kombinirovannye\\n 29-002-14693610-2018; Класс: 1, 2, 4, 5, питьевая https://deneb-spb.ru/truborezy-i-nozhnicy\\n  полипропилен полипропиленовые трубы PPR-GF армированные стекловолокном водоснабжение отопление https://deneb-spb.ru/vse_novosti\\n \\nПо запросу 1 364 https://deneb-spb.ru/krany-latunnye-rezbovye\\n 36 https://deneb-spb.ru/kompensatory\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:37:15','2026-03-30 07:37:15','bdd2715a-9837-46f6-889b-e014fb54daf3'),
(53969,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarrySon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вы можете прийти в студию чтобы узнать конечную стоимость своей татуировки и познакомиться с мастером https://maze.tattoo/catalog/k/krylya/\\n \\nПервые места в рейтингах Москвы и России 2017-2025 гг https://maze.tattoo/catalog/g/gravura/\\n \\n4 причины стать клиентом тату студии «Классик» в Москве https://maze.tattoo/catalog/p/parnye-tatuirovki/\\n \\nЕсли надумаете украсить своё тело нежной веточкой сирени, плеском волн в акварельной технике или птичкой, в SORRY MOM с этими задачами справятся https://maze.tattoo/catalog/b/\\n  А тех, кто готов к серьёзным экспериментам, уведут в тотальный дотворк или традиционную японскую татуировку https://maze.tattoo/catalog/v/vasilek/\\n \\nРейтинг страницы 4 из 5 ( 81 ) \\nСтудия художественной татуировки как пространство свободы https://maze.tattoo/catalog/l/letuchaya-mish/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:38:27','2026-03-30 07:38:27','f1ed57a3-ff34-48f9-8f64-1a182cc8acd1'),
(53970,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidjap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"no.reply.JoanDupont@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! ccregent.com, \\nI discovered ccregent.com while checking web resources. \\nOur system helps businesses reach website administrators directly. \\nOur tool helps businesses manage outreach to websites more efficiently. \\n  \\nFeel free to start a free test to see how the service works. \\nIf this could be useful, feel free to contact us. \\n \\nLooking forward to hearing from you. \\nContact us. \\nTelegram - https://t.me/FeedbackFormEU \\nWhatsApp - +375259112693 \\nWhatsApp  https://wa.me/+375259112693\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:40:58','2026-03-30 07:40:58','ed8919c3-d930-4a4f-91e9-8b33313c66b0'),
(53971,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephbut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"27 памятников https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-36/\\n \\nЖивые растения — это важнейший элемент благоустройства, придающий могиле ухоженный и достойный вид https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pg-26/\\n  Мы используем: \\nДа, часть работ по благоустройству можно выполнить самостоятельно, например, очистить участок, уложить крошку или плитку, посадить растения https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/?PAGEN_2=6\\n  Однако для установки памятников, оград и сложных элементов требуется помощь профессионалов, так как это требует специальных навыков и оборудования https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pv-36/\\n \\nот 7 600 р https://www.kovanie-ogrady.ru/catalog/memorialnye-kompleksy-s-pamyatnikami/memorialnyy-kompleks-s-pamyatnikami-9/\\n \\nЩебень декоративный https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/pamyatnik-iz-granita-pv-20/\\n \\nБлагоустройство могилы тротуарной плиткой (м2) \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:41:57','2026-03-30 07:41:57','a944721b-0149-44b5-94c3-c7fa1a0700fb'),
(53972,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24geM\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rlutjkdgxx@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Лучшие площадки 2026: актуальный рейтинг</b> \\n \\nМониторинг rc24.pro представляет актуальный рейтинг надёжных площадок на март 2026. Представленные магазины лично проверены — фейки и скамы исключены. Добавьте в закладки — зеркала периодически меняются. \\n \\nПубликуем обзор сайтов с проверенными адресами. Используйте актуальный адрес напротив нужного сайта. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★☆ \\nОдин из старейших магазинов — доставка по всей стране. Сверяйте ссылки на Rutor. \\nТоп выбор — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop18.top\\\">loveshop.lat</a> \\n \\n<b>2. Orb11ta</b> ★★★★★ \\nБолее 10 лет работы — гарантия обязательств перед покупателями. Стабильный магазин. \\nПроверенный магазин — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11ta.wiki\\\">orb11gram.lol</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nСпециализированный магазин — chemical 696 biz официальный. Проверен на форумах. \\nРекомендуем — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemi696.com\\\">chemshop1.top</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nПопулярный магазин — лайншоп. Проверено редакцией. \\nПроверенный магазин — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://lineshop.lol\\\">ls24.shop</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nПроверенная площадка — tripmaster24 biz официальный сайт. Актуальные зеркала. \\nСтабильная работа — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.info\\\">tripmaster.click</a> \\n \\n<b>6. Syndi24</b> ★★★★☆ \\nНадёжный сайт — syndicate 24 biz. Рабочий вход. \\nРекомендуем — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.shop\\\">syndi24.sale</a> \\n \\n<b>7. Narco24</b> ★★★★☆ \\nРаботает без перебоев — narcolog24 biz. Широкая география. \\nРекомендуем — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narcos24.pro\\\">narkolog24.click</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nНадёжный сайт — bbt777 biz. Проверено редакцией. \\nНадёжная площадка — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt777.click\\\">bbt777.click</a> \\n \\n<b>9. BobOrganic</b> ★★★★★ \\nВ гостях у боба — проверенный магазин — боб органик. Есть доставка в Омск и Новосибирск. \\nСтабильная работа — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.shop\\\">boborganic.click</a> \\n \\n<b>10. BadBoy</b> ★★★★☆ \\nПроверенная площадка — badboysk. Рабочий вход. \\nНадёжная площадка — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.shop\\\">badboy96.click</a> \\n \\n<b>11. Kot24</b> ★★★★☆ \\nКот24 — проверенный магазин — kot24 biz. Проверено редакцией. \\nНадёжная площадка — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot24.pro\\\">kot-24.com</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nНадёжный сайт — megapolis com. Проверено. \\nТоп выбор — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.sale\\\">megapolis2.click</a> \\n \\n<b>13. Stavklad</b> ★★★★☆ \\nПроверенный склад — новое зеркало www stavklad com. Рабочий вход. \\nРекомендуем — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://sevkavklad.click\\\">sevkavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★★ \\nНадёжный сайт — лирика краснодар. Доставка в Краснодар, Махачкалу, Ростов-на-Дону. \\nПроверенный магазин — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.info\\\">sberklad.info</a> \\n \\n<hr /> \\n<i>Материал подготовлен rc24.pro — регулярно обновляется. Добавьте в закладки — ссылки актуальны сейчас.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:42:02','2026-03-30 07:42:02','6cd9ab73-89d3-4c96-87c5-72a41bd0c039'),
(53973,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jamescliem\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanrizada@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы заказать дизайн участка, звоните по тел https://зеленая-жизнь.com/ozelenenie\\n  +7 (963) 661-14-82 https://зеленая-жизнь.com/vodoem\\n \\nЛандшафтный дизайн в Москве и области https://зеленая-жизнь.com/zareche\\n  Озеленение https://зеленая-жизнь.com/ozelenenie\\n  Благоустройство https://зеленая-жизнь.com/gorizont11\\n  Ливневка https://зеленая-жизнь.com/gorizont11\\n  Посадка растений  https://зеленая-жизнь.com/uslugi1\\n  Инженерные коммуникации https://зеленая-жизнь.com/contacts\\n  МАФ https://зеленая-жизнь.com/3d\\n  Опытные специалисты https://зеленая-жизнь.com/komanda\\n  По приобретению данной услуги Вам необходимо связаться с нами по телефонам: — 8-977-577-3703 сопровождение продаж — 8-977-577-3702 агросопровождение В нашей компании работают специалисты высокого уровня https://зеленая-жизнь.com/projects\\n  Приглашаем познакомиться с членами нашей команды! \\nОписание https://зеленая-жизнь.com/zareche\\n \\nРекомендации и консультации по уходу за садом или обслуживание нашей компанией https://зеленая-жизнь.com/gazon\\n \\nОднозначного ответа нет – все зависит от особенностей участка, пожеланий заказчика, сезона и прочего https://зеленая-жизнь.com/zareche\\n  Однако точно можно отметить, что это сложная работа, требующая много времени на подсчет всех материалов, согласование с клиентом, создание чертежей и эскизов, уточнение всех деталей и т https://зеленая-жизнь.com/zareche\\n  д https://зеленая-жизнь.com/ozelenenie\\n  Для начала специалист выезжает на участок, осматривает его, проводит топографическую съемку, после чего «набрасывается» примерный план, который в дальнейшем изменяется и дополняется https://зеленая-жизнь.com/autopoliv\\n  В целом этот этап займет от 1 до 3 месяцев https://зеленая-жизнь.com/komanda\\n \\nВыбирая нашу компанию, вы выбираете красоту своего участка https://зеленая-жизнь.com/gorizont11\\n  Все, что потребуется от вас, - описать свои пожелания, а мы сможем реализовать их наилучшим образом https://зеленая-жизнь.com/zori\\n  Сделайте шаг навстречу саду вашей мечты вместе с ландшафтной студией «Сад Фантазий»! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:42:35','2026-03-30 07:42:35','aba3e420-9650-4e11-badc-cea3fdd0583b'),
(53974,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Roberthag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elizabethhammett2022@salpingomyu.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В пятницу премьер-министр Бельгии Барт де Вевер направил \\nЕврокомиссии письмо, в котором предупредил, \\n[url=https://blacksprut-dark-market.com]bs2best at[/url] \\nчто поспешная реализация плана по использованию \\nроссийских активов разрушит шансы на потенциальное \\n[url=https://blsp--at.cfd]blacksprut зеркало[/url] \\nмирное соглашение. Ранее он не раз отмечал, \\nчто его стране нужны конкретные и надежные гарантии \\n[url=https://blsp--at.cfd]blsp at[/url] \\nот членов Евросоюза, если они хотят выделить \\nКиеву кредит из суверенных средств другой страны. \\n \\n \\n \\n \\n \\nhttps://blsp2at.com \\n \\nblacksprut зеркало\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:43:18','2026-03-30 07:43:18','d00061d8-0771-486a-994a-e0e66baf46e0'),
(53975,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelmow\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Клиентоориентированность http://bmk-med.ru/page49918291.html\\n  Доброжелательность http://www.bmk-med.ru/page49869641.html\\n  Качество http://bmk-med.ru/page49918291.html\\n  Быстрота http://www.bmk-med.ru/page55542667.html\\n  Добрый день http://www.bmk-med.ru/page48557189.html\\n  Оставляю положительный отзыв https://bmk-med.ru/page54940559.html\\n  Очень милый, доброжелательный персонал http://bmk-med.ru/page49918573.html\\n  Хорошая клиника с чутким подходом http://www.bmk-med.ru/page48557557.html\\n  Пока не нашла н… \\nДиагностика плоскостопия на новом плантографе ПКС-01 http://bmk-med.ru/page49918889.html\\n \\n14 мая 2025 http://www.bmk-med.ru/page48428347.html\\n \\nMajor Clinic- это более 150 высококвалифицированных врачей, 40 медицинских направлений, все виды анализов, современное оборудование от мировых производителей, собственная выездная служба, ДМС с большинством страховых компаний http://www.bmk-med.ru/page48557649.html\\n \\n15 января 2025 http://www.bmk-med.ru/page44221025.html\\n \\nЗакрыто до 08:00 http://www.bmk-med.ru/page48556179.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:44:04','2026-03-30 07:44:04','d818454f-527b-4fc7-b079-d7061d660238'),
(53976,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertcic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:46:35','2026-03-30 07:46:35','f3937f43-5d2b-48ac-ab8b-bc9badc020b5'),
(53977,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24KaL\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rlutjkdgxx@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Рейтинг проверенных площадок 2026</b> \\n \\nКоманда rc24.pro обновляет актуальный рейтинг надёжных площадок 2026 года. Все сайты из списка регулярно мониторятся — актуально на сегодня. Добавьте в закладки — зеркала периодически меняются. \\n \\nНиже представлен обзор сайтов с рабочими ссылками. Используйте актуальный адрес рядом с каждой площадкой. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★★ \\nОдин из старейших магазинов — доставка по всей стране. Сверяйте ссылки на Rutor. \\nТоп выбор — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop13.site\\\">loveshop.live</a> \\n \\n<b>2. Orb11ta</b> ★★★★★ \\nБолее 10 лет работы — 250+ городов. Стабильный магазин. \\nТоп выбор — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11ta.live\\\">orb11gram.art</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nРаботает без перебоев — chemical 696 biz официальный. Надёжная поддержка. \\nТоп выбор — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemi-to.lol\\\">chemi696.com</a> \\n \\n<b>4. LineShop</b> ★★★★☆ \\nПопулярный магазин — lineshop 24. Проверено редакцией. \\nПроверенный магазин — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://ls24.sbs\\\">ls24.icu</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nСтабильный магазин — tripmaster официальный. Быстрая поддержка. \\nПроверенный магазин — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.info\\\">tripmaster.live</a> \\n \\n<b>6. Syndi24</b> ★★★★☆ \\nСиндикат — проверенная площадка — синдикат официальный сайт. Проверено. \\nСтабильная работа — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.shop\\\">syndi24.sale</a> \\n \\n<b>7. Narco24</b> ★★★★☆ \\nПроверенный магазин — narkolog 24 biz. Широкая география. \\nПроверенный магазин — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narcos24.pro\\\">narcos24.pro</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nНадёжный сайт — tot777 ton. Рабочий вход. \\nТоп выбор — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt777.site\\\">tot777.top</a> \\n \\n<b>9. BobOrganic</b> ★★★★☆ \\nВ гостях у боба — проверенный магазин — boborganic biz. Рекомендован пользователями. \\nСтабильная работа — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.click\\\">boborganic.click</a> \\n \\n<b>10. BadBoy</b> ★★★★★ \\nСтабильный магазин — badboy ton. Рабочий вход. \\nНадёжная площадка — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.shop\\\">badboy96.shop</a> \\n \\n<b>11. Kot24</b> ★★★★★ \\nНадёжная площадка — мяу маркет. Проверено редакцией. \\nТоп выбор — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot24.pro\\\">kot24.pro</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nПроверенная площадка — megapolis 2 com. Актуальные зеркала. \\nНадёжная площадка — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.click\\\">megapolis2.sale</a> \\n \\n<b>13. Stavklad</b> ★★★★★ \\nПроверенный склад — sevkavklad biz. Проверено редакцией. \\nСтабильная работа — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.click\\\">sevkavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★★ \\nСтабильный магазин — sbereapteka biz. Широкая география. \\nПроверенный магазин — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.click\\\">sberklad.click</a> \\n \\n<hr /> \\n<i>Материал подготовлен rc24.pro — актуально на март 2026. Сохраните ссылку — ссылки актуальны сейчас.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:48:34','2026-03-30 07:48:34','3d2085e6-05d6-4236-9e07-04f0a7f7f35b'),
(53978,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelarept\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Швейный цех «ЭЛЬ-ТЕКС ПОШИВ» оказывает услуги по пошиву одежды оптом, занимается конструированием и моделированием, нанесением принтов и вышивок, а также выполняем рутинную работу связанную с подготовкой изделий к продажам в маркетплейсах и магазинах https://norsy.ru/voprosy-otvety\\n  Каждый человек в нашей команде – настоящий профессионал в своём деле https://norsy.ru/pochemu-my\\n \\nПошив дождевиков https://norsy.ru/\\n \\nМассовый (оптом) пошив на заказ в Москве – описание услуги https://norsy.ru/\\n \\nГрадация 500?/размер https://norsy.ru/poshiv-hudi\\n \\nСхема работы с нами https://norsy.ru/poshiv-hudi\\n \\nВнесите этот номер в адресную книгу своего телефона: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:50:18','2026-03-30 07:50:18','ddee34eb-9caf-4bc1-a335-32b1ec815a16');
INSERT INTO `formie_submissions` VALUES
(53979,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelobjed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ПРОИЗВОДСТВО ОДЕЖДЫ ИЗ РАЗНЫХ МАТЕРИАЛОВ https://norsy.ru/voprosy-otvety\\n \\nПроизводство одежды необходимо для многих сфер деятельности https://norsy.ru/\\n  Это может быть форма для сотрудников офиса, отелей, магазинов, персонала торгового зала https://norsy.ru/voprosy-otvety\\n  На промо акциях, праздниках компаний одежда с фирменным принтом становится необходимой частью мероприятий https://norsy.ru/otzyvy\\n \\nДелаете ли вы готовые изделия по образцу? \\nШвейная фабрика «Арион» — пошив одежды на заказ https://norsy.ru/poshiv-futbolok\\n \\nЕсли у вас на компьютере установлено приложение Telegram Desktop, то просто перейдите по этой ссылке и напишите нам https://norsy.ru/o-nas\\n \\nШвейная Фабрика 21 / швейное производство – пошив одежды оптом Москва область https://norsy.ru/otzyvy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 07:57:41','2026-03-30 07:57:41','38efef40-ca86-479e-8293-d8512808d00c'),
(53980,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelChurf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Уточните менеджерам всю необходимую информацию о мероприятии и выберите блюда https://shcherbinins.ru/uslugy\\n \\nПриготовления https://shcherbinins.ru/contacts\\n \\nФуршет для компании «Согаз» на 200 человек https://shcherbinins.ru/aboutus\\n \\nПредлагаем большой ассортимент https://shcherbinins.ru/menu\\n  В меню для фуршета представлены все виды закусок и блюд, которые необходимы для выездного обслуживания https://shcherbinins.ru/\\n  Если у вас возникают сложности при выборе, наша служба кейтеринга проконсультирует по телефону https://shcherbinins.ru/contacts\\n \\nНовинки недели https://shcherbinins.ru/uslugy\\n \\nФуршет для компании «Согаз» на 200 человек https://shcherbinins.ru/menu\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:12:26','2026-03-30 08:12:26','2afa62f7-19a1-492d-b577-e8b46e93a217'),
(53981,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelTop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заключаем Договор не позднее, чем за 7 дней до мероприятия и Смотрим площадку https://shcherbinins.ru/\\n \\nОтзывы о нас https://shcherbinins.ru/aboutus\\n \\nКоммуникация https://shcherbinins.ru/aboutus\\n \\nЗабудьте о хлопотах по организации питания и обслуживания гостей — наша команда позаботится обо всем https://shcherbinins.ru/aboutus\\n  Мы предлагаем: \\nНа меню из каталога https://shcherbinins.ru/contacts\\n \\nКачество продуктов https://shcherbinins.ru/menu\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:12:27','2026-03-30 08:12:27','abfef2f4-e75f-4625-b3ba-eef267a1e635'),
(53982,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelnak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"2 После выбора всех блюд перейдите в корзину для оформления заказа https://shcherbinins.ru/menu\\n \\nФуршет для компании «ODGERS BERNDTSON» \\nЗаказывали фуршет на свадьбу в Мосфуршет https://shcherbinins.ru/uslugy\\n \\nОформление площадки https://shcherbinins.ru/aboutus\\n \\nВсё очень вкусно ??, всем гостям понравилось, спасибо большое за ваш труд https://shcherbinins.ru/aboutus\\n  заказ привезли вовремя https://shcherbinins.ru/menu\\n  Буду рекомендовать всем знакомым https://shcherbinins.ru/menu\\n \\nАнна Ромашова https://shcherbinins.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:14:32','2026-03-30 08:14:32','114698da-02c6-4d32-9f60-6b26706024d2'),
(53983,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stepanlup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Когда мы решили строить загородный дом, рассматривали кирпич, газобетон и каркасник. <a href=\\\"https://dom-rggu.ru/\\\">двухэтажный дом из клееного бруса</a> Но когда разобрались в преимуществах клееного бруса — выбор стал очевиден. <a href=\\\"https://dom-rggu.ru/\\\">подробнее</a> Это и экологично, и практично, и по деньгам вполне сопоставимо с каменным домом.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:15:43','2026-03-30 08:15:43','b98dd109-9abb-4d61-bdd5-3b546184e606'),
(53984,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertwhell\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Zdravo, htio sam znati vašu cijenu.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareberkshire.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareberkshire.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:21:48','2026-03-30 08:21:48','be510988-3144-44e1-8fa6-89a4382b45c1'),
(53985,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelJog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yulyagabipo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоимость низкая https://dez-spasatel.ru/actions/skidka-15-dlya-lgotnykh-kategoriy-grazhdan/\\n  Создайте в доме уют и комфорт – удалите лишнее! \\nПо итогу работники проводят контрольные проверки, чтобы убедиться в полном уничтожении паразитов и отсутствии рисков повторного заражения https://dez-spasatel.ru/articles/kleshchi/kleshchi-u-lyudej/\\n  Важно обращаться в санэпидемстанцию не медля, так как насекомые размножаются стремительно https://dez-spasatel.ru/dezinfekciya/tuberkulez/\\n  Так, при благоприятных для них условиях за 2-3 недели несколько взрослых особей откладывают сотни яиц https://dez-spasatel.ru/fumigatsiya-fogatsiya-gazatsiya/drevotochets/\\n \\nСАНЭПИДЕМСТАНЦИЯ МОСКВЫ https://dez-spasatel.ru/actions/skidka-20-pri-zakaze-obrabotki-srazu-2-kh-i-bolee-pomeshcheniy/\\n \\nЗабота о здоровье сегодня особенно актуальна https://dez-spasatel.ru/articles/dezinfektsiya/kak-izbavitsya-ot-moshek/\\n  В условиях повышенной опасности перед распространением инфекционных заболеваний важно не только соблюдать меры предосторожности, но и своевременно обращаться за помощью к профессиональным службам https://dez-spasatel.ru/dezinfekciya/obrabotka-ot-gribka/\\n  Выполняет функции санитарного надзора санэпидемстанция https://dez-spasatel.ru/articles/tarakany/sovremennye-tendentsii-v-sfere-dezinfektsii-ot-tarakanov/\\n \\nОсновной перечень работ от «СЭС Москвы» \\nс оформлением договора, акта, счёта, справки https://dez-spasatel.ru/dezinfekciya/avtotransport/\\n  Полный пакет тех документов, которые необходимы заказчику https://dez-spasatel.ru/dezinfekciya/obrabotka-goryachim-tumanom/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:21:54','2026-03-30 08:21:54','8fe01c71-f31e-4225-949f-b517c7706616'),
(53986,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Заключаем Договор не позднее, чем за 7 дней до мероприятия и Смотрим площадку https://shcherbinins.ru/aboutus\\n \\nПросмотрите каталоги от зарегистрированных партнеров: оформите заказ на странице понравившегося меню https://shcherbinins.ru/aboutus\\n  Подайте заявку на услуги кейтеринга: внесите в онлайн-форму свои критерии https://shcherbinins.ru/aboutus\\n  В течение получаса откликнутся до 7 потенциальных исполнителей https://shcherbinins.ru/contacts\\n  Выберите лучший вариант https://shcherbinins.ru/aboutus\\n  Индивидуальное меню: если среди готовых предложений ничего не понравилось, позвоните нам и подайте заявку на индивидуальное меню https://shcherbinins.ru/aboutus\\n \\nКонсультация https://shcherbinins.ru/aboutus\\n \\nВы можете недорого заказать доставку еды для кейтеринга частный дом, офис или локацию на природе https://shcherbinins.ru/contacts\\n  Выездное обслуживание предоставляется вне зависимости от масштаба банкета, стоимость фуршета рассчитывается на человека https://shcherbinins.ru/menu\\n \\nНежная свадьба в формате банкета на 50 гостей https://shcherbinins.ru/uslugy\\n  Рассадка за длинными деревянными столами по 10 человек https://shcherbinins.ru/\\n  На открытой веранде мы разместили несколько станций с закусками, оформив их в разнообразном стиле, используя спилы, деревянные дощечки, ткани и аксессуары https://shcherbinins.ru/contacts\\n \\nВсё очень понравилось! Всё свежее и вкусное https://shcherbinins.ru/contacts\\n  Доставили вовремя https://shcherbinins.ru/contacts\\n  Спасибо! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:29:14','2026-03-30 08:29:14','783d3abd-4375-41cb-bda8-0ba1b75f3343'),
(53987,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jann Walsh\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"walsh.jann53@msn.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Jann Walsh\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1353],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Reaching out,\\n\\nSaw your website and thought this could help.\\n\\nThere’s a free tool that lets you get listed fast across multiple classified sites with just a few clicks.\\n\\nHere’s the link:\\nhttps://classifiedsubmitter.com\\n\\nIt’s a free traffic booster and takes under a minute.\\n\\nI can send more free traffic resources.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:29:22','2026-03-30 08:29:22','fdd563c8-1c30-4365-adc3-fa37ac1dd8c1'),
(53988,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Grace Parramore\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"parramore.grace@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Grace Parramore\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hope you\'re well,\\n\\nI noticed your business online and wanted to pass this along.\\n\\nHere’s a free service that can help you promote your site across multiple classified sites with a single submission.\\n\\nIf you want more eyes on your site, use this:\\nwww.websubmitterpro.com\\n\\nIt’s free to use and takes seconds.\\n\\nI can send more free resources if you want.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:29:35','2026-03-30 08:29:35','81c51325-bc26-405d-8ade-ed36ad7a6275'),
(53989,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RaymondBrabs\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kirvvv02@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Без понимания ПФ сейчас сложно двигаться в топ. Вот нормальный разбор с примерами и нюансами: <a href=\\\"https://spark.ru/user/268812/blog/315064/nakrutka-pf-v-yandeks-polnoe-rukovodstvo\\\">https://spark.ru/user/268812/blog/315064/nakrutka-pf-v-yandeks-polnoe-rukovodstvo</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:30:33','2026-03-30 08:30:33','8779a158-0503-4500-a7dd-de81baf87220'),
(53990,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gus Gerber\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gus.gerber6@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Gus at Letstok\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1097],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello there,\\n\\nHere is the GOAT Video generator for eCommerce websites like completecarekhn.com.\\n\\nYou already have great products — Letstok helps you show them off.\\n\\nJust paste a product URL, and our AI creates a real-person video ad in seconds.\\n\\nNo video team, no learning curve, and no hidden costs.\\n\\nIt’s free to try, and this Black Friday you can get 50% off your first plan.\\n\\nhttps://bit.ly/LetstokAI\\n\\nBest,\\nGus Gerber\\nLetstock AI\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarekhn.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhn.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:39:35','2026-03-30 08:39:35','8fab06a7-0bd5-4892-8519-54fcc69237aa'),
(53991,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelroows\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"CaterMe предлагает широкий спектр кейтеринговых услуг в Москве и области: \\nБургер-бум на 30-35 персон https://shcherbinins.ru/aboutus\\n \\nДетское меню в каталоге https://shcherbinins.ru/uslugy\\n \\n443 руб./чел https://shcherbinins.ru/contacts\\n \\nТимур, спасибо большое https://shcherbinins.ru/\\n  Приехали как мы и просили пораньше https://shcherbinins.ru/uslugy\\n  Руководство и гости мероприятия передают Вам благодарность! Все очень красивое и вкусно! От меня так же большое спасибо ?? с Вами очень приятно работать, несмотря на наши меняющиеся обстоятельства - пошли нам на встречу Будем обращаться к Вам ещё и рекомендовать партнерам https://shcherbinins.ru/uslugy\\n \\nКанапе для фуршета – от 100 рублей https://shcherbinins.ru/menu\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:40:22','2026-03-30 08:40:22','9b201221-e5e3-4f77-a0ec-a0de638c57ad'),
(53992,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Sheldon Puig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"puig.sheldon@msn.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Sheldon Puig\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1215],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hope you\'re well,\\n\\nI work with a lot of small businesses and thought you\'d appreciate this.\\n\\nThere\'s a free tool that lets you boost your online visibility across multiple classified sites with one simple form.\\n\\nIf you want extra traffic, here’s where to go:\\nhttps://classifiedsubmitter.com\\n\\nIt’s completely free and takes under a minute.\\n\\nI can send more free resources if you want.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchamiltonplaza.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchamiltonplaza.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:42:56','2026-03-30 08:42:56','49c0cdb8-a2d2-4f25-b93a-b0e022d5be67'),
(53993,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickElale\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"winsatall4ever@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Want the girl</b> you\'ve craved that total existence? \\n<b>Claim that girl</b> your partner also sleep with that girl the way you desire prefer! \\n<b><a href=\\\"https://is.gd/7msenw\\\">Give it that right today!</a></b>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:46:22','2026-03-30 08:46:22','e9500a95-c3d1-4b1c-8408-bdcebc77b064'),
(53994,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Melodee Tylor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tylor.melodee@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Melodee Tylor\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1337],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"cPanel,SSD,Softaculous,Fantastico,SiteBuilder,Free SSL &amp; More From $1/month (US,CA,EUR)\\n                Current 50% off Promotion For website Use Code: 50%wb  at www.myskyhost.com\\nMyskyhost.com - OpenVZ, KVM and Windows VPS, Solusvm Panel, SSD Drive &amp; More From $7/month (FR,GE,CA,US)\\n                Current 10 off Promotion for VPS Use Code: vps10%off  at www.myskyhost.com\\nMyskyhost.com - Regular &amp; Encoded RDP From $18/month (FR,GE,CA,US)\\n                Current 30% off Promotion For RDP Use Code: rdp30%off  at www.myskyhost.com\\nMyskyhost.com - Budget &amp; Premium Dedicated Servers with 500mb/s, 1Gb/s and 2Gb/s Port From 25$/Month (Canada)\\n\\n...\\nBest Wishes,\\nMySkyHost.com | The Hosting Services\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:46:22','2026-03-30 08:46:22','40a7eb86-35d8-4695-a874-8ad8277b79fc'),
(53995,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephEvaft\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Комплектность предложений может быть разнообразной https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-6/\\n  Выбирая тип памятника и дополнительных работ, нужно учесть следующее: \\nМемориал из мрамора https://www.kovanie-ogrady.ru/catalog/sostavnye-pamyatniki/granitnyy-pamyatnik-dpg-3/\\n \\nДа, часть работ по благоустройству можно выполнить самостоятельно, например, очистить участок, уложить крошку или плитку, посадить растения https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pv-36/\\n  Однако для установки памятников, оград и сложных элементов требуется помощь профессионалов, так как это требует специальных навыков и оборудования https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pg-29/\\n \\nПридание захоронению эстетичного вида — дань уважения умершему родственнику https://www.kovanie-ogrady.ru/catalog/prostye-pamyatniki/pamyatnik-iz-granita-pv-5/\\n  Позвоните по номеру +7 495 920-11-10, и менеджер поможет выбрать вариант благоустройства могилы по цене, пожеланиям https://www.kovanie-ogrady.ru/catalog/pamyatniki-dvojnye/granitnyy-pamyatnik-pg-24/\\n \\nБлагоустройство могил на кладбище в г https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pr-17/\\n  Москва https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitniy-pamyatnik-pg-20/\\n \\nЦена на цветник из гранита габбро-диабаз размером 100 х 60 х 5/8 см составляет 7 480 рублей https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-22/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:48:05','2026-03-30 08:48:05','5a46dc87-7fdb-4e1e-9cec-72570bc1cca5'),
(53996,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephjounk\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Главным требованием к материалу, используемому для оформления могил, является большой срок службы https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pv-28/\\n  Если ориентироваться только на этот критерий, то предпочтение стоит отдать неокрашенному варианту https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-22/\\n  Мрамор и гранит – природные минералы, которые способы эффективно противостоять негативному воздействию погодных факторов и отлично подходят для использования на могилах https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pr-2/\\n  Что касается окрашенного материала, то краска с течением времени выцветает и щебень теряет свой привлекательный вид https://www.kovanie-ogrady.ru/catalog/pamyatniki-dvojnye/\\n \\n9 памятников https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/pamyatnik-iz-granita-pv-12/\\n \\nСпасибо за прекрасный памятник https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pg-10/\\n  Все очень качественно и красиво https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pv-42/\\n \\nТаким образом, благоустройство могилы в Москве и области — это не просто необходимость, а способ увековечить память о дорогих людях https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/pamyatnik-iz-granita-pv-5/\\n  Заказать благоустройство можно на нашем сайте, и мы гарантируем высокое качество работы https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pv-50/\\n \\nЗахоронение с отсыпкой мраморной крошкой выглядит аккуратно, ухоженно https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pv-57/\\n  Материал препятствует скоплению грязи, позволяя удобно подходить к месту захоронения даже после дождя https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pg-20/\\n  Преимущества — низкая цена, практичность, быстрый монтаж, защита от сорняков, возможность обустройства участка нестандартных размеров https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pr-34/\\n \\nМемориал для семейного захоронения из гранита https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/panteon/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:49:22','2026-03-30 08:49:22','66cbd9d7-0ece-4593-99e4-a52a93bc9a50'),
(53997,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephChict\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Своему отцу решил установить памятник исключительно из гранита, так как в его качестве убедился на примере памятника прабабушки https://www.kovanie-ogrady.ru/catalog/pamyatniki/pamyatnik-iz-granita-pv-17/\\n  Заказывал в компании «ИП Дружинин» https://www.kovanie-ogrady.ru/catalog/pamyatniki-dvojnye/granitnyy-pamyatnik-pr-7/\\n  Обсудили нюансы, разработали эскизы, согласовали и уже через 4 дня все было готово https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pv-24/\\n  Привези непосредственно на кладбище (бесплатно), установили и дали гарантии https://www.kovanie-ogrady.ru/catalog/pamyatniki-semejnie/granitnyy-pamyatnik-dpg-3/\\n  Памятник получился добротный, красивый, с вазонами для цветов из гранита https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pr-13/\\n \\nПамятник для двоих https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-51/\\n \\nОнлайн-заявка на сайте https://www.kovanie-ogrady.ru/catalog/avtorskie-pamyatniki/pamyatnik-iz-granita-pv-12/\\n \\nОбозначение фронта работ и их распределение https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/pamyatnik-iz-granita-pv-14/\\n  Как правило, часть работ, например высаживание цветов на могилу, родственники усопшего берут на себя https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/podstavka-pdp-12/\\n  Такие мероприятия, как изготовление и установка ограды на кладбище, доверяют профессионалам; \\nГранитная плитка 5650 на могилу https://www.kovanie-ogrady.ru/catalog/pamyatniki-reznye/granitnyy-pamyatnik-pr-14/\\n \\nСпособы благоустройства мест захоронений https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pr-30/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:53:07','2026-03-30 08:53:07','d3b8108b-9936-4f76-8240-e2890c8af650'),
(53998,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ruby White\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ruby@digieexperts.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Increase Organic Traffic\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1437],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Team ccannapolis.com,\\n\\nI noticed your website has strong potential but is not ranking well on search engines like Google.\\n\\nWe specialize in result-driven SEO services that help businesses:\\n\\n✔ Increase organic traffic\\n✔ Improve keyword rankings\\n✔ Generate quality leads\\n✔ Beat competitors\\n\\nI would love to share a customized SEO strategy for your business.\\n\\nPlease let me know a suitable time to discuss further.\\n\\nBest Regards,\\nRuby White\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 08:55:45','2026-03-30 08:55:45','40de5418-2b75-44c5-8a37-cb3deb42a672'),
(53999,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eduardpal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rggu@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как продлить срок службы дома из клееного бруса? Обновляйте защитное покрытие раз в 5-7 лет. <a href=\\\"https://dom-rggu.ru/\\\">деревянный дом из бруса</a> Следите за состоянием кровли и водостоков — влага главный враг любого дерева. <a href=\\\"https://dom-rggu.ru/\\\">дом из клееного бруса цена</a> При правильном уходе дом из клееного бруса прослужит 80-100 лет и больше.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 09:02:39','2026-03-30 09:02:39','82d2d651-5c5b-4c96-82d7-97d3ca892548'),
(54000,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24Gycle\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"graphinocer1986@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Редакция rc24.pro представляет актуальный рейтинг рабочих площадок на февраль 2026. Все сайты из списка прошли отбор — только рабочие адреса. Рекомендуем сохранить — ссылки актуальны сейчас. \\n \\nНиже представлен список площадок с рабочими ссылками. Переходите по ссылке напротив нужного сайта. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★★ \\nДавно на рынке — доставка по всей стране. Проверен сообществом. \\nТоп выбор — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop12.site\\\">loveshop13.shop</a> \\n \\n<b>2. Orb11ta</b> ★★★★☆ \\nДавно проверенная площадка — 250+ городов. Стабильный магазин. \\nПроверенный магазин — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11ta.cyou\\\">orb11ta.sbs</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nПроверенная химия — chemical 696 biz официальный. Надёжная поддержка. \\nПроверенный магазин — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemi-to.lol\\\">chm1.top</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nШирокий ассортимент — lineshop 24. Рабочий вход. \\nТоп выбор — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://lineshop.icu\\\">lineshop.icu</a> \\n \\n<b>5. TripMaster</b> ★★★★★ \\nРаботает без перебоев — tripmaster официальный. Рекомендован пользователями. \\nТоп выбор — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.live\\\">tripmaster.click</a> \\n \\n<b>6. Syndi24</b> ★★★★★ \\nСиндикат — проверенная площадка — syndicate one. Актуальные зеркала. \\nРекомендуем — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.sale\\\">syndi24.shop</a> \\n \\n<b>7. Narco24</b> ★★★★☆ \\nПроверенный магазин — narkolog 24 biz. Надёжная поддержка. \\nТоп выбор — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narkolog.shop\\\">narkolog.click</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nСтабильный магазин — tot777 ton. Рабочий вход. \\nСтабильная работа — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt007.top\\\">tot777.click</a> \\n \\n<b>9. BobOrganic</b> ★★★★☆ \\nСтабильная работа — боб органик. Широкая география. \\nНадёжная площадка — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://bob.organic\\\">boborganic.click</a> \\n \\n<b>10. BadBoy</b> ★★★★☆ \\nПроверенная площадка — badboy96 biz. Проверено. \\nРекомендуем — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.click\\\">badboy96.click</a> \\n \\n<b>11. Kot24</b> ★★★★★ \\nМяу маркет работает стабильно — кот24. Актуальные зеркала. \\nРекомендуем — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot-24.biz\\\">kot-24.biz</a> \\n \\n<b>12. Megapolis2</b> ★★★★★ \\nСтабильный магазин — megapolis2 com. Актуальные зеркала. \\nСтабильная работа — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.click\\\">megapolis2.sale</a> \\n \\n<b>13. Stavklad</b> ★★★★☆ \\nНадёжная площадка — sevkavklad biz. Проверено редакцией. \\nНадёжная площадка — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.click\\\">stavklad.shop</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nСтабильный магазин — лирика краснодар. Доставка в Краснодар, Махачкалу, Ростов-на-Дону. \\nТоп выбор — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.click\\\">sberklad.click</a> \\n \\n<hr /> \\n<i>Источник: rc24.pro — актуально на март 2026. Добавьте в закладки — зеркала обновляются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 09:33:45','2026-03-30 09:33:45','66e80971-32ee-4297-9333-5db2ee7c1105'),
(54001,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelRon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Арина, компания Деловая Россия https://shcherbinins.ru/\\n \\nЯ занимаюсь организацией мероприятий, и для меня важно, чтобы кейтеринг был не просто вкусным, но еще качественным и стильным https://shcherbinins.ru/\\n  Mosfurshet catering в этом плане — идеальный партнёр https://shcherbinins.ru/\\n  Недавно был пикник на природе, и сеты с разными видами шашлычков подошли просто отлично https://shcherbinins.ru/contacts\\n  А десерты у них — это просто мечта сладкоежки! Разошлись моментально https://shcherbinins.ru/menu\\n \\n1 508 руб./чел https://shcherbinins.ru/aboutus\\n \\nКейтеринг на выставку в Москве поможет выделить компанию среди конкурентов, привлечь больше клиентов и потенциальных партнеров https://shcherbinins.ru/aboutus\\n \\nСофия Поворина https://shcherbinins.ru/\\n \\nПочему стоит заказать выездное обслуживание у нас? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 09:43:00','2026-03-30 09:43:00','a97cfb0a-e49f-407c-951d-e43f7cd9c29f'),
(54002,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldMaimi\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nОперативная отгрузка и доставка https://kupefurnitur.ru/contact\\n \\n4 https://kupefurnitur.ru/catalog\\n  Условия обработки персональных данны х https://kupefurnitur.ru/catalog\\n \\nМагазин мебельной фурнитуры КДМ предлагает товары для производства шкафов, гарнитуров, сопутствующую светотехнику, системы хранения, метизы различного назначения https://kupefurnitur.ru/\\n  Благодаря обширной номенклатуре в каталоге найдется множество вариантов для воплощения творческих идей https://kupefurnitur.ru/onas\\n  Для клиентов разработана система лояльности, регулярно проводятся акции и скидки https://kupefurnitur.ru/price\\n  Представленные элементы рассчитаны на долгую эксплуатацию и обладают надежными характеристиками: \\nПоказать еще https://kupefurnitur.ru/catalog\\n \\nДругие виды фурнитуры https://kupefurnitur.ru/onas\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 09:43:35','2026-03-30 09:43:35','a71f6ed6-7cac-45cf-b05d-55b2390277a3'),
(54003,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Clark B.\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"clark.digihub@outlook.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Outreach SEO\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1413],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nI’d like to propose a straightforward link exchange.\\n\\nI can link to cccorsicahills.com from 5 legitimate local business websites (DR30+), at no cost. In return, you’d link to 5 different of my client sites from your end — purely for mutual SEO value.\\n\\nLet me know if you’re interested, and I’ll send over the site list.\\n\\nRegards,\\nClark\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccorsicahills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccorsicahills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 09:54:28','2026-03-30 09:54:28','c3fcfd0b-8678-444c-bfa9-50da8f63ddb9'),
(54004,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyNoics\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как географический фактор влияет на позиции сайта в поисковой выдаче? Как поисковые системы определяют регион сайта? Способы продвижения сайта в одном регионе https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Как продвинуть сайт в нескольких регионах? \\nРеальная гарантия на раскрутку сайта https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nПомимо копирайтеров, редактор дополнительно вычитывает тексты, прорабатывает его смысловую нагрузку https://proffseo.ru/privacy\\n  В результате вы получаете уникальный и удобный контент, который мотивирует ваших клиентов сделать заказ https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nПремия «Большой Оборот» в сфере e-commerce https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nВыйдите на новые рынки — продвижение по России https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nУспейте заказать эффективное поисковое продвижение с выгодой 35% \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 09:54:41','2026-03-30 09:54:41','4866aff5-c34d-44d9-855a-946d1af188c6'),
(54005,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardGag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"*Минимальная сумма заказа — 2000 руб https://print-classic.ru/construkcii\\n \\nМАТЕРИАЛ https://print-classic.ru/tape\\n \\nПоскольку такая полиграфическая продукция рассматривается с близкого расстояния, к ее качеству предъявляются повышенные требования https://print-classic.ru/ties\\n  Разрешение и четкость цветопередачи должны быть максимальными https://print-classic.ru/politic\\n \\n-4- согласовать макет https://print-classic.ru/printingonfilm\\n \\nИнтерьерная печать делает возможным изготовление репродукций картин, фотографий https://print-classic.ru/interiorprinting\\n  Все это пригодно для использования при оформлении помещения в том или ином стиле https://print-classic.ru/tantamareski\\n \\nБумага на синей подложке 120 г/м? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 09:56:11','2026-03-30 09:56:11','dccf2ea7-5a42-405f-bb47-4559240c090d'),
(54006,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Ronaldstumn\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"сертифицированную продукцию с безупречным качеством; гибкие условия для покупок оптом и в розницу; собственное производство и товары от изготовителей; широкую географию присутствия филиалов; специальные предложения под оснащение крупных объектов; оперативную обработку заявок и точное соблюдение сроков; организацию поставок на объекты клиентов https://kupefurnitur.ru/onas\\n \\nРазработанный специалистами компании Italiana Ferramenta, сервис поможет вам подобрать необходимый лифт https://kupefurnitur.ru/price\\n  Сервис отличает простая пошаговая инструкция https://kupefurnitur.ru/onas\\n  После выбора параметров фасада, способа открывания фасада, типа петель, вы получите необходимые артикулы газовых лифтов, а также схемы присадки на фасаде и коробе https://kupefurnitur.ru/catalog\\n  Сервис доступен как на сайте, так и в мобильном приложении для операционных систем Android, iOS, а также для Windows и MAC https://kupefurnitur.ru/contact\\n \\nНаш магазин фурнитуры для мебели нацелен на долгосрочные партнерские отношения и индивидуальный подход https://kupefurnitur.ru/contact\\n  Компания ориентирована на потребности клиента и предлагает для заводов-производителей, дизайнеров и частных мастеров: \\nПри покупке или заказе лицевой мебельной фурнитуры необходимо учесть следующее: \\nСовременные тенденции мирового развития вызывают активный рост рынка во многих сферах человеческой деятельности https://kupefurnitur.ru/\\n  К числу активно развивающихся рынков относится мебельная фурнитура https://kupefurnitur.ru/catalog\\n  Это не удивительно! Мебель играет важную роль в создании комфортного интерьера https://kupefurnitur.ru/contact\\n  Всевозможные ручки, ролики, ножки, мебельные замки выполняют важную функцию https://kupefurnitur.ru/\\n  Без них полки, двери, столы и другие предметы интерьера превращаются в набор бесполезных предметов, которые не способны выполнять важные функции в интерьере квартиры, дома, офиса, магазина, любого другого помещения https://kupefurnitur.ru/\\n \\n6 https://kupefurnitur.ru/onas\\n 5 https://kupefurnitur.ru/catalog\\n  По вопросам, связанным с обработкой и защитой Ваших персональных данных, Вы можете связаться с Обществом, направив письменный запрос по адресу: 125438, город Москва, ул https://kupefurnitur.ru/onas\\n  Автомоторная, дом 7 https://kupefurnitur.ru/contact\\n  Если субъект персональных данных считает, что Общество осуществляют обработку его персональных данных с нарушением требований законодательства Российской Федерации или иным образом нарушаются его права и свободы, субъект персональных данных вправе обжаловать действия или бездействие Общества в уполномоченный орган по защите прав субъектов персональных данных https://kupefurnitur.ru/contact\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 09:58:09','2026-03-30 09:58:09','0cdb3645-373a-4115-902e-b06039ed470f'),
(54007,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephLop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Доставка в Москву – 4 000 рублей https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/?PAGEN_2=3\\n \\nПростая Базовая Расширенная Продвинутая от 2000 ? от 3000 ? от 4500 ? от 7000 ? Очистка участка от мусора (весной-осенью) ДА ДА ДА ДА Очистка участка от снега (зимой) ДА ДА ДА ДА Очистка проходов вокруг участка – ДА ДА ДА Влажная чистка всех элементов – ДА ДА ДА Удаление сорняков с могилы – ДА ДА ДА Приведение в порядок цветника: прополка, полив, стрижка – – ДА ДА Чистка ограды – – ДА ДА Освежение краски на ограде – – – ДА Обработка лицевой части надгробия водоотталкивающим средством – – – ДА https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/\\n \\nНаши мастера используют современное оборудование и соблюдают все технологические требования https://www.kovanie-ogrady.ru/articles/industry/kogda-stavyat-pamyatnik/\\n  Гарантия на работы составляет 3 года, на материал — 30 лет https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitnyy-pamyatnik-pg-39/\\n \\nТаким образом, благоустройство могилы в Москве и области — это не просто необходимость, а способ увековечить память о дорогих людях https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pr-20/\\n  Заказать благоустройство можно на нашем сайте, и мы гарантируем высокое качество работы https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pv-32/\\n \\nКак часто нужно ухаживать за благоустроенной могилой? \\nАксессуары и другие элементы благоустройства https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pv-42/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccshrewsbury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccshrewsbury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 09:59:47','2026-03-30 09:59:47','ae6ae456-715f-4ede-a126-aacc30c8b765'),
(54008,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bonniesek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qxvmmusb@tacoblastmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"PHARMACY EXPRESS CANADA <a href=\\\"http://onlinecanadianpharmacymy.com/\\\">cheap viagra online canada pharmacy</a> CanPharm  <a href=\\\"http://canadianpharmacyamall.com/\\\">Canadian Pharmacy Mall</a> Levitra without prescription Buy Viagra (Sildenafil) Online. OVERNIGHT Shipping. Lowest Prices <a href=\\\"http://onlineviagraprescription.com/\\\">viagra without perscription</a> Purchase Generic Atopica - Cyclosporine A Cheap Online from Canada <a href=\\\"http://fapharmacy.com/\\\">online pharmacy no prescription</a> CANADIAN ONLINE PHARMACIES AccessRx - Buy Authentic Viagra, Cialis, Levitra Online <a href=\\\"http://pharmwithoutaprescription.com/\\\">buy levothyroxine without prescription</a> CANADIAN PHARCHARMY Order Viagra Online Store - Canadian Pharmacy\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:01:43','2026-03-30 10:01:43','b1c48cfe-6f61-4675-b572-3f0ffd0f6c30'),
(54009,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertPed\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"По запросу 500 https://deneb-spb.ru/sedla\\n 12 https://deneb-spb.ru/truby-armirovannye-alyuminiem\\n \\nПолипропиленовые трубы применяют в таких системах, как холодное, горячее водоснабжение и отопление в различных жилых и промышленных сооружениях и зданиях, могут использоваться при прокладке технических трубопроводов, в системах вентиляции, а так же в сельском хозяйстве https://deneb-spb.ru/vse_novosti\\n \\nВсе наши изделия прошли сертификацию https://deneb-spb.ru/kollektory\\n \\nПо запросу 289 https://deneb-spb.ru/ugolniki\\n 64 https://deneb-spb.ru/truby-armirovannye-steklovoloknom-pn20-i-pn25\\n \\nНаша компания готова осуществить поставку труб прямо на Ваш строительный объект https://deneb-spb.ru/contacts\\n  Мы используем специализированные автомашины, приспособленные для перевозки труб https://deneb-spb.ru/clientam\\n \\nПо запросу 3577 https://deneb-spb.ru/ugolniki\\n 20 https://deneb-spb.ru/truborezy-i-nozhnicy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:03:55','2026-03-30 10:03:55','fcbb44d8-c7c1-4a66-84cc-64d1183bf23e'),
(54010,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephtup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Стоимость благоустройства могилы зависит от площади участка, выбранных материалов, типа памятника и перечня необходимых работ https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pv-56/\\n  Мы предлагаем гибкие условия: вы можете заказать как полный комплекс работ, так и отдельные позиции https://www.kovanie-ogrady.ru/catalog/memorialnye-kompleksy-s-pamyatnikami/memorialnyy-kompleks-s-pamyatnikami-9/\\n  В прайс входят материалы, доставка, работа мастеров и финальный фотоотчёт https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pr-28/\\n  Уточнить стоимость можно после первичной консультации и согласования деталей https://www.kovanie-ogrady.ru/catalog/tsokoli/granitnyy-tsokol-ts-30/\\n \\nФундамент https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitniy-pamyatnik-pg-19/\\n \\nУстановка ограды на могилу: обозначение территории уважения https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-35-1/\\n \\nУход за могилой близкого – главный способ выразить свою любовь к ушедшему человеку и сохранить память о нем https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pg-36/\\n  Считается, что посещать кладбище и заботиться об участке следует хотя бы раз в год (а лучше чаще). К сожалению, сделать это удается не всегда: люди могут жить слишком далеко от кладбища, где похоронены их родные, визиту на кладбище может помешать состояние здоровья или неотложные дела https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-26/\\n  В этой ситуации на помощь придет похоронная служба Ritual https://www.kovanie-ogrady.ru/catalog/pamyatniki/pamyatnik-iz-granita-pv-10/\\n ru https://www.kovanie-ogrady.ru/catalog/pamyatniki-strogoj-formy/granitnyy-pamyatnik-pg-2/\\n  Наши специалисты помогут привести в порядок место захоронения: убрать накопившийся мусор, обновить ограду, отвезти на могилу цветы и даже восстановить надгробие https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/kovanaya-ograda-na-mogilu-venetsiya-2/\\n \\nПеред началом работ проводится разметка территории для установки элементов, таких как памятники или гранитные плиты https://www.kovanie-ogrady.ru/catalog/pamyatniki-strogoj-formy/pamyatnik-iz-granita-pv-4/\\n  Это помогает избежать ошибок в монтаже https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/granitnyy-pamyatnik-pv-45/\\n  Для придания участку аккуратности часто используются различные виды плитки https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pg-36/\\n  Она не только улучшает внешний вид, но и делает уход проще https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pg-17/\\n  Цветники и декоративные элементы, предусмотренные в проекте, добавляют индивидуальности https://www.kovanie-ogrady.ru/catalog/prostye-pamyatniki/pamyatnik-iz-granita-pv-7/\\n  Они могут быть выполнены в строгом стиле или с использованием живых растений https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pr-16/\\n  Выбор обелиска или памятника требует учета размера участка и условий его эксплуатации https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitnyy-pamyatnik-pg-39/\\n  Зачастую выбирают гранитные варианты, которые славятся долговечностью и устойчивостью к изменениям климата https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-pr-11/\\n  При установке плит или обелисков важно соблюдать все технические требования https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pg-22/\\n  Это гарантирует надежность и долговечность конструкции https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pr-35/\\n \\nот 7 600 р https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/pamyatnik-iz-granita-pv-15/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:06:10','2026-03-30 10:06:10','642dec13-d0c6-49bf-a46d-c5bdfc93fa5f'),
(54011,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephfup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Да, вы можете запросить как разовые, так и периодические услуги по уборке в зависимости от ваших потребностей https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pv-50/\\n  Ritual https://www.kovanie-ogrady.ru/catalog/pamyatniki-s-krestom/granitnyy-pamyatnik-k-1/\\n ru может принять любой из этих вариантов и вместе с вами составить график уборки, отвечающий вашим требованиям https://www.kovanie-ogrady.ru/catalog/pamyatniki-s-arkoj/granitnyy-pamyatnik-pv-44/\\n \\nГранитная https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-27/\\n  Этот материал имеет самую высокую цену https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pr-22/\\n  Однако благодаря своим характеристикам, данный вид плитки полностью нивелирует этот минус https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pg-24/\\n  Использовать этот материал можно в любых климатических условиях https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/?PAGEN_2=4\\n  Мраморная https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-pr-29/\\n  Если сравнивать этот материал и гранитную плитку, то его стоимость выглядит более привлекательно https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-k-13/\\n  Однако мраморная уступает ей и в прочности https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pg-6/\\n  Мрамор – пористый минерал https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pr-15/\\n  В результате во внутреннюю структуру плитки проникает влага https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pv-53/\\n  При ее замерзании материал может треснуть https://www.kovanie-ogrady.ru/catalog/pamyatniki-figurnye/granitnyy-pamyatnik-k-2/\\n  Безусловно, этот недостаток можно нивелировать с помощью специальных защитных составов https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pr-31/\\n  С точки зрения эстетичности к мраморной плитке претензий нет https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pg-21/\\n  Именно поэтому они часто используются на могилах https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/pamyatnik-iz-granita-pv-19/\\n  Керамогранит https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/\\n  Этот материал сегодня пользуется большой популярностью https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/pamyatnik-iz-granita-pv-14/\\n  Данный факт связан с его привлекательной стоимостью, а также высоким показателем прочности https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pr-9/\\n  Тротуарная плитка https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-k-13/\\n  Качество такой плитки зависит от производителя https://www.kovanie-ogrady.ru/catalog/tsokoli/granitnyy-tsokol-ts-29/\\n  Главным ее преимуществом является доступная стоимость https://www.kovanie-ogrady.ru/catalog/khudozhestvennaya-kovka/kovanyy-zabor-8/\\n \\nЕсли же вы хотите добиться гармоничного сочетания элементов благоустройства, стоит разработать индивидуальный эскиз перед тем, как оформить могилу на кладбище https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitniy-pamyatnik-pg-15/\\n  Обустройство цоколя - еще один важный этап ритуального благоустройства https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pv-56/\\n  С его помощью можно обеспечить эстетичный внешний облик могильному холму и подготовить его к монтажу тяжелой плиты из гранита или мрамора https://www.kovanie-ogrady.ru/catalog/vertikalnye/granitnyy-pamyatnik-pv-44/\\n \\nКакие элементы чаще всего используются для декора в благоустройстве могил? \\nСкамейки https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-13/\\n \\nУкладка гранитной плитки и брусчатки на могилу: сохранение красоты и удобство ухода https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-51/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:07:35','2026-03-30 10:07:35','1098d6ae-2d04-41b9-879c-9239a5401355'),
(54012,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyPsync\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Анализируем поведенческие метрики, выявляем и исправляем ошибки юзабилити https://proffseo.ru/kontakty\\n  Создадим адаптивную версию сайта, если у вас ее еще нет https://proffseo.ru/kontakty\\n  На удобном сайте легко заказывать и покупать https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nбольше трафика с апреля 2021 по январь 2022 https://proffseo.ru/\\n \\nЗадача: \\nВ качестве примера посмотрим на сайт Wikipedia https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n org https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Википедия геоНЕзависима и попадает в ТОП-10 по многим запросам и регионам России https://proffseo.ru/\\n \\nВ тариф входит: \\nОперативное решение технических вопросов https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:09:56','2026-03-30 10:09:56','1fe1fbee-4a7e-493c-986f-84ccd84c4235'),
(54013,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Shona Ramsay\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"shona.ramsay@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Shona Ramsay\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1103],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi,\\n\\nCame across your site and figured this was worth sending.\\n\\nThere’s a completely free tool that lets you get listed fast across multiple classified sites with almost no effort.\\n\\nHere’s the link:\\nhttps://classifiedsubmitter.com\\n\\nIt’s a free way to get exposure and takes almost no time.\\n\\nI can send more free traffic resources.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarekhs.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarekhs.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:11:25','2026-03-30 10:11:25','2e71c910-e7a8-4027-bdcc-474b23a625ba'),
(54014,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardDup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"качество изображения — цветопередача полутонов, плавные переходы цвета; разнообразие материалов для нанесения; ширина полотна; печать от 1 кв https://print-classic.ru/signs\\n м https://print-classic.ru/rollup\\n \\nЦены на интерьерную печать https://print-classic.ru/badge\\n \\nот 220 р/м 2 https://print-classic.ru/canvas\\n \\nВысокое качество https://print-classic.ru/bags\\n \\nВыражаю огромную благодарность компании LowCostPrint за оперативную и, главное, качественную помощь https://print-classic.ru/stickers\\n  Ребята изготовили пресс-уолл всего за 3,5 часа, предварительно изменив макет https://print-classic.ru/cards\\n  Один из спонсоров отказался от участия в мероприятии за день до начала https://print-classic.ru/kalendari\\n  Казалось бы, мелочь, но это противоречит правилам ассоциации https://print-classic.ru/track\\n  Из-за одного логотипа мы рисковали потерять и репутацию в международном сообществе и крупные финансовые суммы https://print-classic.ru/popup\\n  Но мастера рекламного производства проявили себя как большие профессионалы, что вызывает огромное уважение https://print-classic.ru/blank\\n  Думаю, вопрос о дальнейшем сотрудничестве не стоит https://print-classic.ru/corner\\n  Будем работать вместе! \\n3 https://print-classic.ru/futbolki\\n  Персонал типографии профессиональный и внимательный к деталям, всегда готовый помочь с выбором оптимальных решений https://print-classic.ru/printingonfilm\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:12:05','2026-03-30 10:12:05','8bc0f4f3-ff93-47db-9275-90709effb478'),
(54015,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidEvirm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Не наслаждайтесь явно комплиментом Некоторые туристы попадают в неоднозначную ситуацию, когда поблагодарив китайца, например, за вкусный обед, в ответ слышит, что на самом деле еда \\nИнициатором протеста стало новое профсоюзное объединение медицинских работников https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i12.html\\n   По мнению активистов, больницы Гонконга  Опубликовано 04/02/2020 - 15:45 \\nКитайским археологам удалось обнаружить крупнейший рудник по добыче бирюзы на территории Синьцзян-Уйгурского автономного района, что на северо-западе Китая https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/skaf-model-scg-10.html\\n \\nПри этом все материалы, который используются в производстве, на 100% экологичны https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o5.html\\n   Старинные традиции в сочетании с современными идеями дают покупателю уверенность в том, что он получает самое лучшее https://www.legnostyle.ru/catalog/mebel/kabinety/?PAGEN_1=3\\n   Не говоря уже об эстетике - европейские мастера веками оттачивали искусство изготовления таких предметов мебели, который украсят любую обстановку https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/model-p12.html\\n   Сегодня элитная мебель из Европы выполняется в разных стилевых направлениях и поэтому каждый может найти то, что ему нужно https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-10.html\\n \\nПриятные цены https://www.legnostyle.ru/catalog/lestnici/derevannie-marsevie-lestnici-s-plohadkami/lestnica-l1-21.html\\n   Некоторым наши цены могут показаться завышенными, однако если у вас в приоритете надежность, износостойкость, прочность и экологичность, то вы поймете, что стоимость мебели полностью соответствует ее характеристикам https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/d-peregorodki/a18.html\\n   Мы устанавливаем максимально доступные цены на изделия, так как сотрудничаем напрямую с известными брендами https://www.legnostyle.ru/catalog/mebel/garderobnie/gp-16.html\\n \\nПо мнению сотрудников кладбища, такие переживания помогут ценить больше жизнь https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-22.html\\n   Большинство посетителей кладбища считают такую идею странной,  Опубликовано 11/04/2018 - 21:48 \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:17:49','2026-03-30 10:17:49','0536fda3-ca05-4fd2-b76b-e05b721ae91a'),
(54016,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"2 https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Продвижение сайтов по России на заказ – под ключ https://proffseo.ru/\\n \\nTagline Awards, 2019 г https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nВ нашей команде: \\nДля улучшения структуры мы анализируем три направления: семантическое ядро, тематику бизнеса и торговый ассортимент сайта https://proffseo.ru/privacy\\n  Дополнительно определяем структуру по смысловым категориям и распределению частоты запросов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Правильная структура сайта – залог быстрого роста органического трафика https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nЕсли масштабы бизнеса охватывают всю территорию РФ, а не только региональные центры (вроде Москвы, Санкт-Петербурга, Нижнего Новгорода), то применяется геоНЕзависимое продвижение сайта в масштабах России https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nSEO продвижение сайтов в Москве https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:18:28','2026-03-30 10:18:28','bb8acab9-1108-4d95-a8db-4a83a29bfb9d'),
(54017,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyWaito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В геоНЕзависимом продвижении сайтов по России не получится снизить конкуренцию региональной отстройкой https://proffseo.ru/kontakty\\n  А значит, нужно много, долго и ежедневно трудиться над повышением качества и популяризацией веб-проекта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nВыберите регионы России для продвижения товаров и услуг Присутствие сайта в ТОП-10 Яндекс и Google по поисковым запросам в заданных городах России https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nПолучите целевые заявки и продажи из поисковых систем Яндекс и Google по минимальной стоимости https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nОт чего зависит стоимость продвижения сайта? \\nВ нашей команде: \\n+ оплата по факту позиций сайта в ТОП-10; до 50 поисковых запросов; 4 часа техподдержки https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:19:24','2026-03-30 10:19:24','f34b13ea-b06d-46f1-b550-e707a3130396'),
(54018,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronBESIC\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Влияние условий эксплуатации на частоту калибровки https://analyztepla.ru/ruchnoj-izmeritelnyij-instrument/nutromeryi/nutromeryi-rgk/\\n \\nМетрологическая поверка стандартных образцов СО http://analyztepla.ru/pribory-v-arendu/lyuksmetry\\n \\nПередача данных, проведение технологических процессов зависят от точности параметров http://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/testo/testo-875-1i\\n  При изготовлении медикаментов, двигателей для авиации даже малейшая погрешность может привести к печальным последствиям https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/testo/dopolnitelnye-prinadlezhnosti/sistemnyy-keys-dlya-izmereniy-v-sistemakh-ovkv\\n  Методы поверки и калибровки обеспечивают точность работы технических приборов http://analyztepla.ru/pribory-v-arendu/barometry\\n \\nРазличают следующие виды поверок: \\nПорядок организации калибровки СИ идентичен порядку организации поверки СИ https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-kisloroda-o2/sensor-kisloroda-es1-o2-ec-sense\\n  Калибровка СИ может осуществляться в статусе аккредитованного лица или без такого статуса http://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/iray/mobilnyy-teplovizor-iray-xtherm-t2l\\n  В статусе аккредитованного лица калибровка осуществляется в соответствии с областью аккредитации (область аккредитации можно посмотреть в разделе Аттестаты и сертификаты – Калибровка средств измерений). Калибровка без статуса аккредитованного лица осуществляется в соответствии с техническими возможностями в ФБУ «УРАЛТЕСТ» https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/msn/gazoanalizatory-portativnye-altair-4xr/gazoanalizator-portativnyy-altair-4xr-pentan-s5n12-s-poverkoy-2-\\n  Подробнее о порядке организации калибровки СИ http://analyztepla.ru/katalog-elektro-radio-izmeritelnykh-priborov/reflektometryi/reflektometryi-ersted/\\n \\nПорядок калибровки СИ https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/flir/teplovizor-flir-t440\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:21:23','2026-03-30 10:21:23','9e2ce6ea-7b19-4be5-a434-d30e18b1ed9d'),
(54019,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyNoics\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Продвижение сайтов по России усложняется тем, что нужно конкурировать с сотнями тысяч геозависимых и геоНЕзависимых веб-площадок (со всеми сайтами Рунета). В этой борьбе побеждают лишь лучшие веб-ресурсы с правильной внутренней оптимизацией, с отличным контентом и трастовым ссылочным профилем https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nДелаем мобильную версию сайта удобной https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nОбновите дизайн и добавьте функциональные возможности! \\nРезультаты наших клиентов https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nПовышаем трафик за счет проработки структуры сайта https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nЕще истории успеха https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:23:37','2026-03-30 10:23:37','a3dd2233-6a23-4afb-8f9e-1d80330a17ba'),
(54020,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddypurge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Таких результатов, в среднем, достигают наши клиенты https://proffseo.ru/kontakty\\n \\nБолее точную стоимость вы всегда можете узнать у наших менеджеров просто оставив заявку на расчет на сайте https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nв премиум-сегменте по версии Рейтинга Рунета 2020 https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\n2-ое место в рейтинге SEO-компаний в премиум-сегменте https://proffseo.ru/\\n \\nПродвижение в ТОП-10 нового сайта по России https://proffseo.ru/privacy\\n \\nПродвижение по России https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:24:05','2026-03-30 10:24:05','82a6e83e-7837-4013-8188-5d1350e19c1e'),
(54021,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelEurom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Тщательное следование техническим требованиям заказчика https://norsy.ru/voprosy-otvety\\n \\nДалеко не все можно приобрести в готовом виде https://norsy.ru/otzyvy\\n  Тем более необходимо брать во внимание такие параметры, как размер, комплектацию, сезонность, корпоративные цвета, качество пошива одежды, методы нанесения логотипа https://norsy.ru/pochemu-my\\n \\nПРОИЗВОДСТВО ОДЕЖДЫ ИЗ РАЗНЫХ МАТЕРИАЛОВ https://norsy.ru/\\n \\nи напишите нам https://norsy.ru/kontakty\\n \\nОставить заявку https://norsy.ru/otzyvy\\n \\nЦены на пошив одежды оптом примерные, в зависимости от сложности модели (пробного образца) цена может немного отличаться как в меньшую, так и в большую сторону (но чаще в меньшую). \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:27:41','2026-03-30 10:27:41','9cd6f410-8d31-490e-a017-51b325cd3788'),
(54022,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottHeeno\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Предпроектный анализ https://berezov-lsk.ru/\\n \\nПопробовать ещё раз https://berezov-lsk.ru/\\n \\nПопулярные вопросы и ответы https://berezov-lsk.ru/\\n \\nВоскресенский собор – самый древний не только в Волоколамске, но и один из самых старых, сохранившихся в Подмосковье https://berezov-lsk.ru/\\n  Он был заложен еще в конце XV века, и в интерьере до сих пор сохранились фрагменты росписей тех времен https://berezov-lsk.ru/\\n  Никольский храм, хоть и был построен почти четыре столетия спустя, исполнен знаменитым архитектором Тоном в традиции древнерусского зодчества, а потому выглядит ровесником Воскресенского собора https://berezov-lsk.ru/\\n  Сейчас здесь размещается местный историко-археологический музей https://berezov-lsk.ru/\\n \\nPrevious slide https://berezov-lsk.ru/\\n \\nК сожалению, нет, так как без проекта невозможно оценить стоимость, рассчитать объем материалов, количество площадок, дорожек, площадь газона, число посадок растений и прочее https://berezov-lsk.ru/\\n  Проект – это база, некая карта, на основании которой ведутся все расчеты и затраты, выстраивается график реализации, запрашиваются коммерческие предложения у разных подрядчиков и т https://berezov-lsk.ru/\\n  д https://berezov-lsk.ru/\\n  В первую очередь необходимо разработать именно проект, а уже затем составлять список дальнейших действий https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:28:51','2026-03-30 10:28:51','11a412e8-c4c7-4090-873d-4356d6271a30'),
(54023,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelGrada\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Хечумян Марина Константиновна http://www.bmk-med.ru/page49915021.html\\n \\nОнлайн консультация Записаться http://www.bmk-med.ru/page43426456.html\\n \\nВысококвалифицированные штатные специалисты http://www.bmk-med.ru/page48557483.html\\n \\n+7 495 104-39-41 http://www.bmk-med.ru/page43426456.html\\n \\nБеспроцентная рассрочка в Major Clinic на Алабяна http://www.bmk-med.ru/page54995945.html\\n \\nМедицина компетенций МЕДСИ гармонично сочетает опыт и авторские методики с достижениями науки, инновационными технологиями и высоким потенциалом оборудования http://www.bmk-med.ru/page49915765.html\\n  Наши пациенты получают высококачественную медицинскую помощь, соответствующую мировым стандартам, и безупречный уровень сервиса http://bmk-med.ru/page49918113.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:29:36','2026-03-30 10:29:36','63060244-37bf-4915-bc41-083c3d35381d'),
(54024,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelteD\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Шьём быстро, качественно и недорого https://norsy.ru/poshiv-hudi\\n  Качество пошива и предлагаемого сырья, для нас на первом месте https://norsy.ru/otzyvy\\n  Наши высококвалифицированные специалисты, контролируют каждый этап работы https://norsy.ru/otzyvy\\n \\nВнесите этот номер в адресную книгу своего телефона: \\nПошив футболок https://norsy.ru/ceny\\n \\nНаши преимущества https://norsy.ru/o-nas\\n \\nИщите швейный цех, швейное производство или швейную фабрику для размещения, производства и пошива Вашей коллекции одежды оптом? Тогда звоните к нам! Швейное производство “Фабрика 21” – производитель женской, мужской, детской одежды, мы всегда рады сотрудничеству! \\nКлассический свитшот, манжеты(кашкорсе/рибана) \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:30:24','2026-03-30 10:30:24','aa66d386-d72a-4d52-8459-e4ec588325a5'),
(54025,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Kevinacick\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"erangifest1980@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Категория \\nРуководитель лично регулярно проводит проверку учебных авто на соответствие требованиям ГИБДД https://автошкола.рф/npodo\\n \\nСветлые оборудованные классы https://автошкола.рф/teacherprepare\\n \\nАвтошкола Автоинлайн https://автошкола.рф/npodo\\n \\nУдобный формат https://автошкола.рф/prices\\n \\nАвтошкола Онлайн занимает лидирующие позиции в рейтинге ГИБДД Москвы по качеству подготовки будущих водителей легковых и грузовых автомобилей, мотоциклов и других транспортных средств https://автошкола.рф/dolgoprudniy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:31:25','2026-03-30 10:31:25','62b02fbb-a252-4ffe-a53a-727282783daf'),
(54026,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephMex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выражаю благодарность компании «ИП Дружинин» за изготовление эксклюзивной оградки и её установку на могиле моего дедушки https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-59/\\n  Также заказывала гранитную плиту https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pg-28/\\n  Все работы выполнены очень быстро, даже раньше оговоренного срока https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-43/\\n  Отдельная благодарность за доступную стоимость, на Вас можно рассчитывать! \\nПримеры различных вариантов благоустройства мест захоронения https://www.kovanie-ogrady.ru/actions/\\n \\nКлиентов интересует цена на благоустройство памятников, устройство оград https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/liliya/\\n  Любые работы по благоустройству на кладбище осуществляются только после согласования с заказчиком https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-18/\\n \\n13 памятников https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pr-4/\\n \\nБлагоустройство могил https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pv-35/\\n \\nБольшой участок для семейного захоронения https://www.kovanie-ogrady.ru/catalog/pamyatniki-reznye/granitnyy-pamyatnik-pr-22/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccparkplace.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccparkplace.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:31:37','2026-03-30 10:31:37','57235f98-f5f2-416f-b526-6fa49cf4d4e8'),
(54027,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AndrewTycle\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yaroslav.sevastyanov.1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Деревянные ящики с крышками https://yaschiki.ru/product/derevyannii-yashchik-1300-1300-500/\\n \\nЯщики для тяжелых условий эксплуатации https://yaschiki.ru/product/fanernii-yashchik-3000-1200-300/\\n \\nДерево - один из самых популярных природных материалов, который используется для самых разных нужд в различных отраслях промышленности https://yaschiki.ru/product-category/obreshetka-gruza/\\n  И одно из наиболее распространенных применений древесины - изготовление деревянных ящиков различных видов, которые используются для транспортной упаковки https://yaschiki.ru/product/derevyannii-yashchik-400-400-400/\\n  Поскольку древесный материал прост в обращении и работе, он идеально подходит для соответствия габаритам груза и транспортным ограничениям https://yaschiki.ru/product/derevyannii-yashchik-1300-600-700/\\n \\nиспользуя в качестве материала особые породы древесины; обработав тару защитным покрытием; обив ящик изнутри и снаружи влагостойкими материалами https://yaschiki.ru/product/derevyannii-yashchik-1450-1000-2200/\\n \\nЯщики из ДВП возможно использовать как для перевозки массивных крупногабаритных вещей, так и для небольших изящных грузов, отличающихся повышенной хрупкостью https://yaschiki.ru/product-category/obreshetka-gruza/\\n \\nЯщик реечный Внешний размер: 450х350х350 мм https://yaschiki.ru/uslugi/upakovka-v-termousadochnuyu-plenku/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:34:03','2026-03-30 10:34:03','220ffe4c-bf1b-4327-8d87-dfa6cd6249b5'),
(54028,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"DavidEncok\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"- Определитесь с тем, что вам нужно в своей новой съемной квартире https://www.legnostyle.ru/catalog/kuhni/kuhna-15.html\\n   Качество/свежесть ремонта, в том случае если квартира будет не новой, наличие определенной аппаратуры, \\nКухни из массива дерева — это классика жанра, но бюджетным такой вариант не назовешь https://www.legnostyle.ru/catalog/lestnici/lestnica-l1-10.html\\n   Именно дерево лучше всего подходит для кухонного гарнитура в классическом стиле для людей с самым утонченным вкусом https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli/?PAGEN_1=5\\n \\nЭлитная дизайнерская мебель значительно отличается оригинальностью и особым дизайном от типовых вариантов, представленных в мебельных салонах https://www.legnostyle.ru/catalog/inter-eri/potolki/pt-20.html\\n   Модели обращают на себя повышенное внимание и буквально заставляют восхищаться, даже если сам дизайн лаконичен и сдержан https://www.legnostyle.ru/catalog/inter-eri/s32.html\\n   У такой мебели только один недостаток — высокая стоимость, однако, она компенсируется высочайшими эксплуатационными характеристиками и великолепным внешним видом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/a-16.html\\n \\nНаличие на складеВсе популярные модели оборудования в наличии на складе https://www.legnostyle.ru/dubovye-dveri.html?PAGEN_2=18\\n   Вам не придеться ждать 7-10 дней, пока не привезут оборудование https://www.legnostyle.ru/mebel-dlia-malenkoi-kyhni.html\\n   Приходите к Нам, покупайте и сразу забирайте https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d5.html\\n   В случае отсутствия какого либо оборудования Вам доставят его с региональных складов наших партнёров от 1-2х дней до 5-7 рабочих дней, в зависимости от выбранного типа доставки, от авиа до ЖД https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/perfetto/dver-p1.html\\n \\nТрадиционно, дорогие элитные кухни выполняются в классическом стиле, но это далеко не единственный вариант - ценители роскошного и стильного минимализма или сложных индивидуальных авторских проектов также останутся довольны результатом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/mejkomnatnaa-dver-o21.html\\n   Опыт специалистов компании  и ваше видение будущего интерьера позволят вместе создать настоящее произведение искусства https://www.legnostyle.ru/catalog/inter-eri/stenovie-paneli-model-s29.html\\n \\nВсе мебельные компании, занимающиеся оптовыми закупками в Китае, сталкиваются с проблемами доставки мебели от китайского производителя к месту продажи https://www.legnostyle.ru/catalog/inter-eri/peregorodka-model-a-26.html\\n   При доставке мебели из Поднебесной возникает \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:34:40','2026-03-30 10:34:40','2d0c26ec-0168-45e9-9a43-569da3bcd662'),
(54029,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryVogma\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"г https://maze.tattoo/catalog/a/\\n  Москва, 7 июня 2025 https://maze.tattoo/catalog/yu/yuliy-tsezar/\\n \\nВ мире, где визуальный образ стал языком общения, татуировка — это не просто рисунок на коже, а личная история, рассказанная без слов https://maze.tattoo/catalog/b/biker-tattoo/\\n  В студии \\\"Тату-Мания\\\", расположенной в центре Москвы, к каждому клиенту относятся как к соавтору https://maze.tattoo/catalog/n/nasekomye/\\n  Здесь создают не просто тату, а визуальные манифесты, которые остаются с вами на всю жизнь https://maze.tattoo/catalog/a/anime/\\n \\nВ \\\"Тату-Мании\\\" работают мастера, которые не копируют чужие идеи, а помогают раскрыть вашу https://maze.tattoo/catalog/gh/\\n  От минималистичных символов до сложных композиций — здесь умеют работать в разных стилях https://maze.tattoo/catalog/b/bobry/\\n  И если вы давно искали студию, где цена соответствует качеству, а не наоборот, — вы её нашли https://maze.tattoo/catalog/ee/\\n  Прозрачный прайс, честный подход и никакой навязчивости https://maze.tattoo/catalog/z/zmei/\\n \\nМне тут очень понравилось!Всё очень понравилось!Очень дружелюбный персонал,работы мастеров на высшем уровне!Огромное спасибо мастеру Никите за выполненную работу,а мастеру Анне - за поддержку!В выборе салона опиралась на качество работ! \\nКсения - мастер своего дела! В точности повторяет рисунок, учитывает пожелания клиента https://maze.tattoo/catalog/l/lisa/\\n  Деликатна и профессиональна https://maze.tattoo/catalog/gh/zhar-ptitsa/\\n  Любит свою работу! Реализм - это к Ксении https://maze.tattoo/catalog/k/kolibri/\\n  Спасибо ей! \\n? Опубликовано 5 марта 2019 17:47 ID10240 https://maze.tattoo/catalog/y/ulitka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:34:47','2026-03-30 10:34:47','2d9583ed-b449-4f14-b54c-c9060ae45c51'),
(54030,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertwaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Длина штанги https://deneb-spb.ru/truby-pn-10-i-pn-20\\n \\nСпособ соединения https://deneb-spb.ru/trojniki\\n \\nPN10 – для устройства систем подогрева пола, холодного водоснабжения, кондиционирования, канализации https://deneb-spb.ru/truby-armirovannye-steklovoloknom-pn20-i-pn25\\n  Изделия этой серии имеют самую низкую цену за счет малой толщины стенок и умеренной прочности https://deneb-spb.ru/clientam\\n  Сечение – до 110 мм, предельно допустимое давление – до 1 МПа https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\n  PN16 – для формирования отопительного комплекса в жилых помещениях https://deneb-spb.ru/shejvery-i-torcevateli\\n  Чтобы обеспечить изделиям из полипропилена стойкость к перепадам температур, увеличению нагрузки до 1,6 МПа, производители армируют их алюминиевым или стекловолоконным слоем https://deneb-spb.ru/truby-armirovannye-alyuminiem\\n  PN20 – усиленные https://deneb-spb.ru/mufty-razemnye-amerikanki\\n  При диаметре от 16 до 90 мм выдерживают давление до 2 МПа, поэтому их покупают для монтажа систем обогрева, канализации, вентиляции в гражданских, коммерческих, технических и промышленных объектах https://deneb-spb.ru/mufty-i-perekhodniki\\n \\nСтандартная классификация полипропиленовых труб https://deneb-spb.ru/klipsy\\n \\nРаботаем с 2011 года https://deneb-spb.ru/contacts\\n \\nВнутренний диаметр https://deneb-spb.ru/mufty-i-perekhodniki\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:34:48','2026-03-30 10:34:48','7177c68c-9063-455a-beac-050cafa24778'),
(54031,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaeltam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Елена 1 мая 2025 https://shcherbinins.ru/menu\\n \\n1 342 руб./чел https://shcherbinins.ru/aboutus\\n \\nДобрый день https://shcherbinins.ru/\\n  Хочу выразить благодарность за организацию вчерашнего мероприятия https://shcherbinins.ru/\\n  Еда была вкусна, официанты внимательны, все было качественно и достойно, спасибо https://shcherbinins.ru/aboutus\\n \\nПреимущества заказа кейтеринга https://shcherbinins.ru/contacts\\n \\nБургер-бум на 20-25 персон https://shcherbinins.ru/aboutus\\n \\nФуршет дома по случаю дня рожденья https://shcherbinins.ru/uslugy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:35:04','2026-03-30 10:35:04','ab2878b4-8b8e-4eb0-8487-46044115bed8'),
(54032,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Scottdoups\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Чтобы создать сад-мечту с безупречным вкусом, который бы подчеркивал индивидуальность владельца, стоит обратиться в ландшафтную компанию полного цикла https://berezov-lsk.ru/\\n  Опытные заказчики знают, что иметь единого подрядчика на всех этапах работ — это большая экономия времени и денег https://berezov-lsk.ru/\\n  За 12 лет сотрудники этой дизайнерской студии разработали и реализовали 60 частных проектов и 4 парка в мегаполисе и Московской области https://berezov-lsk.ru/\\n \\n4 https://berezov-lsk.ru/\\n  Заключите договор https://berezov-lsk.ru/\\n \\nВам нужно только оставить заявку на заказ ландшафтного дизайна – все остальное сделаем сами https://berezov-lsk.ru/\\n \\nОбщая стоимость работ 1 156 460 Р https://berezov-lsk.ru/\\n \\nНа смену спонтанному озеленению и самодеятельным экспериментам на дачах давно пришел профессиональный дизайн https://berezov-lsk.ru/\\n  В Москве много предложений от больших и маленьких фирм https://berezov-lsk.ru/\\n  Как понять, какая компания лучше? \\nК/П \\\"Идиллия\\\" \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:35:08','2026-03-30 10:35:08','7a15160b-2b90-49a4-b646-25f68f6bd5e4'),
(54033,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelTib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Коммуникация https://shcherbinins.ru/aboutus\\n \\nхолодные закуски (ассорти — мясные, сырные, овощные); салаты (традиционные и авторские); горячие закуски (жюльены, спринг-роллы, фрикасе и пр.); основные блюда (из мяса или рыбы, дополненные гарнирами); изысканные десерты, свежие фрукты, выпечку; разливные напитки https://shcherbinins.ru/aboutus\\n \\n2 После выбора всех блюд перейдите в корзину для оформления заказа https://shcherbinins.ru/menu\\n \\nФуршет для компании «ODGERS BERNDTSON» \\nКейтеринг в Москве со скидкой до 30% - готовые варианты https://shcherbinins.ru/menu\\n \\nФуршетные сеты – от 1 350 рублей https://shcherbinins.ru/uslugy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:38:06','2026-03-30 10:38:06','09ed8021-4a7e-4b61-b6ca-690eec2c4486'),
(54034,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronTut\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Для получения услуги позвоните по телефону +7 (499) 686-08-16 или оставьте заявку в форме обратной связи https://analyztepla.ru/radioizmeritelnyie-priboryi/chastotomery/\\n \\nМетрологическая поверка средств измерений (СИ) — это комплексный процесс, который может проводиться в различных ситуациях и с разными целями https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/testo/pribornoe-obespechenie/testo-435-2\\n  Рассмотрим основные виды поверок: \\nУльтразвуковое дефектоскопическое оборудование используется для эффективного обнаружения дефектов в сварных соединениях и материалах, востребованных в химической, энергетической, машиностроительной, нефтегазовой… \\nОказываем услуги по первичной и периодической метрологической поверке электронных теодолитов, оптических теодолитов https://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-izmereniya-davleniya/kimo/manometr-kimo-mp-200\\n  После поверки выдается свидетельство о поверке теодолита (РОСТЕСТ-МОСКВА). Периодическая… \\nФБУ «УРАЛТЕСТ» с целью повышения географической доступности услуг ведет прием/выдачу СИ и осуществляет деятельность по поверке и калибровке СИ (за исключением поверки и калибровки осуществляемой на выезде или на предприятии заказчика) на территории Свердловской области в следующих городах: Екатеринбург, Среднеуральск, Каменск-Уральский, Богданович, Асбест, Нижний Тагил, Краснотурьинск https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/trotec/\\n  Вы можете сдать СИ в поверку в любом филиале ФБУ «УРАЛТЕСТ», где будет вам удобно, вне зависимости, осуществляет ли этот филиал поверку/калибровку данного вида оборудования или нет https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-kisloroda-o2/sensor-kisloroda-lox-02-s-sst-sensing\\n \\nМетрологический отдел ООО «Тэсто Рус», poverka@testo https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-dioksida-azota-no2/sensor-no2-ibyal-305649-035-34-yacheyka-lektrokhimicheskaya-v-up\\n ru https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/msn/gazoanalizatory-portativnye-altair-4xr/gazoanalizator-portativnyy-altair-4xr-pentan-s5n12-s-poverkoy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestcaldwell.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestcaldwell.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:38:39','2026-03-30 10:38:39','d185765e-371a-4f03-a870-bc0c0b056f4a'),
(54035,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrylib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Все правовые документы, \\n1-е место в рейтинге Москвы 2024 г https://maze.tattoo/catalog/x/khomyak/\\n  мастерство и цена-качество https://maze.tattoo/catalog/r/rakovini/\\n \\nСетевое издание KUDAGO (КУДАГО) зарегистрировано в Федеральной службе по надзору в сфере связи, информационных технологий и массовых коммуникаций (Роскомнадзор) 15 марта 2021 года https://maze.tattoo/catalog/d/donald-duck/\\n  Свидетельство о регистрации Эл № ФС77-80500 Учредитель: ООО «Реван» https://maze.tattoo/catalog/b/\\n  Права на текстовые и другие материалы, размещенные на сайте, охраняются законом https://maze.tattoo/catalog/v/vorony/\\n  При цитировании обязательна прямая ссылка на KudaGo https://maze.tattoo/catalog/x/khomyak/\\n com  https://maze.tattoo/catalog/b/biomehanika/\\n \\nопыт работы https://maze.tattoo/catalog/с/spina/\\n \\nНаши услуги https://maze.tattoo/catalog/m/more-i-ego-obitateli/\\n \\nВесенне-летнее меню в ресторанах Москвы https://maze.tattoo/catalog/d/derevo/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:43:56','2026-03-30 10:43:56','57dd8a94-5822-408d-9bc8-6b09aa779d43'),
(54036,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyspapy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"С круглосуточной отчетностью и оплатой по факту – за результат (позиции в поиске или привлеченных клиентов). С календарным графиком и доступом к личному кабинету в системе статистики https://proffseo.ru/kontakty\\n \\nДля того чтобы осуществить «привязку» сайта к региону, в контактах необходимо указать: \\nДобавляем визуальные элементы и улучшаем структуру текста https://proffseo.ru/privacy\\n \\nЕжемесячно проверяем все страницы сайта https://proffseo.ru/privacy\\n \\nРезультаты: \\nАлександр Дронов https://proffseo.ru/privacy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:45:02','2026-03-30 10:45:02','a96d805c-b444-4be2-964e-98836b17f49c'),
(54037,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelEmpig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"natulya.fedosova.96@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Спасибо всем кто сегодня был рядом, кто поддерживал, сопереживал, кто помогал до глубокой ночи перед событием спасибо за прекрасный и наивкуснейший торт @taniasukhareva , спасибо за чудесные фото и обалденное настроение @lakizo_photo , спасибо за образ @anbogach , спасибо за идеальный букет @flo_kiosque , спасибо за вкусную еду @youngcatering , спасибо за платье мечты @pion https://shcherbinins.ru/contacts\\n dress , ну и самое огромное спасибо @evgenygomon за то что можно было просто расслабиться и получать весь вечер удовольствие, если бы не ты этот праздник не был столь ярким https://shcherbinins.ru/contacts\\n \\nКейтеринг - это https://shcherbinins.ru/aboutus\\n \\nКачество продуктов https://shcherbinins.ru/contacts\\n \\n648 руб./чел https://shcherbinins.ru/menu\\n \\nТимур, спасибо большое https://shcherbinins.ru/\\n  Приехали как мы и просили пораньше https://shcherbinins.ru/aboutus\\n  Руководство и гости мероприятия передают Вам благодарность! Все очень красивое и вкусно! От меня так же большое спасибо ?? с Вами очень приятно работать, несмотря на наши меняющиеся обстоятельства - пошли нам на встречу Будем обращаться к Вам ещё и рекомендовать партнерам https://shcherbinins.ru/\\n \\nПочему стоит заказать выездное обслуживание у нас? \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:47:34','2026-03-30 10:47:34','a8b2dd6f-2eb3-4dab-ba21-26191543299f'),
(54038,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GeorgeHig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"vladimirliciko@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\nИскусство профессионального ухода за кожей из сердца Испании \\nЧТО ВЫ ПОЛУЧИТЕ, ПРИОБРЕТАЯ GERMAINE DE CAPUCCINI? \\nОсновательница бренда Кармен Видаль родилась в годы Первой мировой войны и жила в непростое время формирования нового миропорядка, которое знаменовалось рядом трагических событий https://www.germainedecapuccini.ru.com/collection/dlya-litsa/product/krem-dlya-normalnoy-i-suhoy-kozhi\\n  При этом она стремилась к воплощению своей мечты – дарить красоту, здоровье и менять образ жизни в лучшую сторону https://www.germainedecapuccini.ru.com/collection/all/product/germaine-de-capuccini-sperience-asian-journey-moisturising-nourishing-body-cream\\n \\nС момента основания и до наших дней компания неизменно сохраняет дух своей основательницы Кармен \\nНовый концептуальный подход к процедурам GERMAINE de CAPUCCINI сочетает в себе совершенный продукт и профессиональные авторские техники массажа, уникальные для каждой процедуры https://www.germainedecapuccini.ru.com/collection/vse-tovary-brenda/product/uvlazhnyayuschiy-krem-dlya-suhoy-kozhi\\n  Любой уход от бренда GERMAINE de CAPUCCINI – от базового до эксклюзивного – является утонченным ритуалом, позволяющим клиенту прочувствовать весь спектр удивительных ощущений от массажа в сочетании с тонкими ароматами продуктов и их бесподобными текстурами https://www.germainedecapuccini.ru.com/collection/linii?page=14\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:50:11','2026-03-30 10:50:11','ec4ad5de-b772-4e65-8c58-2c60b6443e65'),
(54039,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertborie\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ողջույն, ես ուզում էի իմանալ ձեր գինը.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:54:07','2026-03-30 10:54:07','c7720d9c-5f5c-4308-8e2a-e1b9e6be11c2'),
(54040,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelhib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Онлайн консультация Записаться http://www.bmk-med.ru/page48557483.html\\n \\nВолгоградский проспект http://www.bmk-med.ru/page49869439.html\\n \\nПопулярные вопросы http://www.bmk-med.ru/page49916027.html\\n \\n- Я обратилась в плановом порядке, записывалась заранее http://www.bmk-med.ru/page49915021.html\\n  Приняли быстро, очереди нет http://www.bmk-med.ru/page49867631.html\\n  Отношение персонала понравилось http://bmk-med.ru/page49919565.html\\n  Приняли даже раньше назначенного времени http://bmk-med.ru/page49918573.html\\n  Администратор всё объяснила, рассказал… \\nМатериалы, размещенные на данной странице, носят информационный характер и предназначены для образовательных целей http://www.bmk-med.ru/page49867631.html\\n  Посетители сайта не должны использовать их в качестве медицинских рекомендаций http://www.bmk-med.ru/page49869259.html\\n  Определение диагноза и выбор методики лечения остается исключительной прерогативой вашего лечащего врача! ООО «СМ-Клиника» не несёт ответственности за возможные негативные последствия, возникшие в результате использования информации, размещенной на сайте smclinic http://bmk-med.ru/page49918113.html\\n ru http://www.bmk-med.ru/page49916027.html\\n \\n03 июня 2025 http://www.bmk-med.ru/page55542667.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:55:45','2026-03-30 10:55:45','9cce404a-0a79-40ac-9ead-2db9a462508b'),
(54041,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RolandPonry\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ninavochujo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"размер 9x9 https://читадома.рф/kommercheskie-zdaniya\\n \\nПрописана в договоре: конструкция, фундамент, инженерные сети https://читадома.рф/\\n \\nдвухэтажный https://читадома.рф/o-kompanii\\n \\nПроект от 32 400 р https://читадома.рф/katalog\\n \\nот 25000 руб/м2 https://читадома.рф/\\n \\nдвухэтажный https://читадома.рф/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:56:15','2026-03-30 10:56:15','0619aa8f-8a67-461f-8cc0-fade9f32899a'),
(54042,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottHeeno\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"margarita.stolyarova.26.05.1995@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Реализация ландшафта https://berezov-lsk.ru/\\n \\nЗвоните нам +7 (963) 661-1482 https://berezov-lsk.ru/\\n \\nРеализация на участке под руководством дизайнера https://berezov-lsk.ru/\\n \\nВ студи Gried обратились по рекомендации соседей https://berezov-lsk.ru/\\n  Несколько лет наблюдали за преображениями на их участке, а сами только в этом году решили заняться озеленением https://berezov-lsk.ru/\\n  Пока на стадии проектирования, но условия сотрудничества и цены адекватные https://berezov-lsk.ru/\\n  Для сравнения обзванивали конечно же другие компании, но выбор сделали в пользу Gired https://berezov-lsk.ru/\\n  Надеемся будет так же красиво, как у соседей))) \\nОбслуживание и уход https://berezov-lsk.ru/\\n \\nКП Яхрома парк, 20 соток https://berezov-lsk.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 10:59:48','2026-03-30 10:59:48','42d883db-83bf-4331-b1cb-8d52086eaef1'),
(54043,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyReads\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"сотрудников https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nКейсы по SEO продвижению сайтов в нашем агентстве https://proffseo.ru/kontakty\\n \\nOptimum https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\n- 70 видов работ - Гарантия выполненных работ - Гарантия результата https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nРеальная гарантия на раскрутку сайта https://proffseo.ru/privacy\\n \\nЗапросов в ТОП-10 https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:00:47','2026-03-30 11:00:47','5e51e2d9-5feb-4a84-943e-7c693c22a70a'),
(54044,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertawarf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Xin chào, tôi muốn biết giá của bạn.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:01:07','2026-03-30 11:01:07','fec1b559-40c3-4e68-9d8a-7d692b12b0f0'),
(54045,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Michaelmum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Виленский Алексей Александрович http://www.bmk-med.ru/page49916731.html\\n \\nНовейшее диагностическое и лабораторное оборудование http://bmk-med.ru/page49917753.html\\n \\nХочу сказать спасибо доктору Алексу Арменовичу – врач, который реально знает своё дело http://bmk-med.ru/page49918573.html\\n  Пришёл с проблемой, которую стеснялся обсуждать, но он сразу разрядил http://www.bmk-med.ru/page49915765.html\\n \\n20 http://bmk-med.ru/page49866733.html\\n 05 http://www.bmk-med.ru/page54995945.html\\n 2025 Екатерина http://www.bmk-med.ru/page48556131.html\\n \\nВыписка из реестра по состоянию на 14:30 26 http://www.bmk-med.ru/page54995945.html\\n 06 http://www.bmk-med.ru/page48427781.html\\n 2024 г http://bmk-med.ru/page49918889.html\\n \\n24 июля 2025 http://www.bmk-med.ru/page44221025.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:02:54','2026-03-30 11:02:54','81345c5e-d263-41f1-a977-9eb26c9802c6'),
(54046,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"MichaelVof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ivanfuvuso@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Телемедицина без границ: ультразвуковая система СОНОРУС в практике врачей http://www.bmk-med.ru/\\n \\nВозможности и принцип контактной коррекции зрения http://www.bmk-med.ru/page49917235.html\\n \\nул http://www.bmk-med.ru/page48556079.html\\n  Россошанская, дом 4, корп http://bmk-med.ru/page49917475.html\\n  1 http://www.bmk-med.ru/page55542667.html\\n \\nСеменова Елена Николаевна http://www.bmk-med.ru/page48556131.html\\n \\nДоговоры ДМС с большинством страховых компаний http://www.bmk-med.ru/page49868981.html\\n \\nМагнитно-резонансная томография (МРТ) \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:09:46','2026-03-30 11:09:46','d10b7926-9ddd-414b-877c-7fbb5f4305e7'),
(54047,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertgooda\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"6 причин заказать такелажные работы у нас https://drogal.ru/voprosi-otveti/gost-15846-2002/\\n \\nКомпания «ТРАНТОР» выполняет такелажные работы в Москве, МО, других городах России уже 20 лет https://drogal.ru/glossary/obekt-strahovaniya/\\n  Используется специализированное оборудование, с помощью которого можно поднимать и перевозить крупногабаритные конструкции https://drogal.ru/uslugi/promyshlennyj-pereezd/\\n  Гарантированы бережная перевозка и сохранность вашего имущества https://drogal.ru/glavnaya/vakansii/\\n  К такелажу сотрудники подходят грамотно, услуги компании востребованы при перевозке медицинского оборудования, промышленного переезда, такелаж оборудования, иных тяжелых грузов https://drogal.ru/politika-konfidenczialnosti/\\n \\nТарифы на такелажные работы начинаются от 1 рубля за 1 кг веса https://drogal.ru/glossary/logisticheskie-operacii/\\n  Приемлемый ценовой уровень удалось сформировать благодаря выполнению бригадами большого объема работ в день https://drogal.ru/glossary/konteiner-krupnotonnazhnii/\\n \\nПросто напишите нам в Whatsapp https://drogal.ru/upakovka/\\n \\nПоможем с переездом завода, производства, и другого помещения с тяжелым оборудованием https://drogal.ru/glossary/upakovivanie-dlya-torgovikh-operatsii/\\n \\nИдеально для: \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:10:27','2026-03-30 11:10:27','9993683f-7388-45d8-95e8-0d6376f07910'),
(54048,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrydorse\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Пирсинг в салоне татуировок «Классик» \\nОгнище https://maze.tattoo/catalog/f/feya/\\n  Шикарный индивидуальный эскиз, шикарная работа мастера https://maze.tattoo/catalog/gh/\\n  Лучше вряд ли кто сделал бы! Всем СПАСИБО!! \\nГеннадий Гольба https://maze.tattoo/catalog/d/djoker/\\n \\nЗакрыть окно https://maze.tattoo/catalog/l/lyagushki/\\n \\nЕсли вы нашли опечатку или ошибку, выделите фрагмент текста, содержащий её, и нажмите Ctrl + ? \\nСвидание для двоих на 67 этаже https://maze.tattoo/catalog/c/sova/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:10:58','2026-03-30 11:10:58','09173454-93c2-42ac-b6c2-f66510387eee'),
(54049,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertjab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Такелажные услуги под ключ https://drogal.ru/glossary/dispetchirovanie/\\n \\nЗагрузка изображений jpg, png, gif до 2 мБ https://drogal.ru/glossary/potrebitelskaya-upakovka/\\n \\nЗаказчик https://drogal.ru/glossary/transportnie-predpriyatiya/\\n \\nИдеально для: \\nМосква 2021 год https://drogal.ru/uslugi/takelazh/takelazh-poligraficheskogo-oborudovaniya/\\n \\nТакелаж промышленного оборудования пресс 8 тонн https://drogal.ru/uslugi/upakovka/termousadochnaya-upakovka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccvoorhees.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccvoorhees.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:11:30','2026-03-30 11:11:30','ce99c628-23b2-443c-bf37-4e8ad0cc7dad'),
(54050,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alekseyhiz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рукоход — отличный элемент детского комплекса для развития верхней части тела. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">здесь</a> Дети обожают перебираться по перекладинам, воображая себя героями приключений. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">детский городок</a> К тому же это отличная подготовка к школьному спорту.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:26:40','2026-03-30 11:26:40','da118411-b886-4d44-8d0d-e62b07e7afd0'),
(54051,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24Bab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rlutjkdgxx@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Лучшие площадки 2026: актуальный рейтинг</b> \\n \\nКоманда rc24.pro публикует актуальный рейтинг рабочих площадок на февраль 2026. Каждая из площадок прошли отбор — только рабочие адреса. Добавьте в закладки — ссылки актуальны сейчас. \\n \\nНиже представлен список площадок с актуальными зеркалами. Используйте актуальный адрес напротив нужного сайта. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★★ \\nОдин из старейших магазинов — доставка по всей стране. Сверяйте ссылки на Rutor. \\nРекомендуем — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop1300.live\\\">loveshop1.site</a> \\n \\n<b>2. Orb11ta</b> ★★★★☆ \\nДавно проверенная площадка — 250+ городов. Один из лидеров. \\nТоп выбор — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11gram.art\\\">orb11ta.live</a> \\n \\n<b>3. Chemical 696</b> ★★★★☆ \\nПроверенная химия — чемикал 696 биз. Быстрая связь. \\nРекомендуем — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemshop2.app\\\">chemi696.com</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nШирокий ассортимент — лайншоп. Актуальные зеркала. \\nРекомендуем — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://lineshop.icu\\\">lineshop.icu</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nСтабильный магазин — mastertrip24 biz. Актуальные зеркала. \\nПроверенный магазин — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.info\\\">tripmaster.live</a> \\n \\n<b>6. Syndi24</b> ★★★★★ \\nСтабильный магазин — syndicate one. Рабочий вход. \\nНадёжная площадка — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.live\\\">syndi24.sale</a> \\n \\n<b>7. Narco24</b> ★★★★★ \\nРаботает без перебоев — narcolog24 biz. Проверен на форумах. \\nТоп выбор — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narcolog.rip\\\">narcolog.rip</a> \\n \\n<b>8. Tot</b> ★★★★★ \\nСтабильный магазин — black tot. Проверено редакцией. \\nСтабильная работа — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt777.click\\\">tot777.pro</a> \\n \\n<b>9. BobOrganic</b> ★★★★★ \\nСтабильная работа — боб органик. Есть доставка в Омск и Новосибирск. \\nПроверенный магазин — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://bob.organic\\\">boborganic.shop</a> \\n \\n<b>10. BadBoy</b> ★★★★☆ \\nРаботает без перебоев — badboy96 biz. Рабочий вход. \\nСтабильная работа — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.click\\\">badboy96.shop</a> \\n \\n<b>11. Kot24</b> ★★★★☆ \\nКот24 — проверенный магазин — kot24 biz. Рабочий вход. \\nСтабильная работа — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot24.click\\\">kot-24.com</a> \\n \\n<b>12. Megapolis2</b> ★★★★★ \\nСтабильный магазин — megapolis2 com. Проверено. \\nСтабильная работа — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.click\\\">megapolis2.click</a> \\n \\n<b>13. Stavklad</b> ★★★★☆ \\nНадёжная площадка — новое зеркало www stavklad com. Рабочий вход. \\nСтабильная работа — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.shop\\\">stavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nСтабильный магазин — лирика краснодар. Рекомендован пользователями. \\nТоп выбор — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.info\\\">sberklad.click</a> \\n \\n<hr /> \\n<i>Рейтинг составлен rc24.pro — регулярно обновляется. Добавьте в закладки — ссылки актуальны сейчас.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:43:04','2026-03-30 11:43:04','77201a3d-21fd-441a-a44a-b128c734694f'),
(54052,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BonnieBrero\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qxvmmusb@tacoblastmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"CANADAPHARMACY [url=http://canadianpharmwithoutaprescription.com/]non perscription pharmacy[/url] Get really CHEAP VIAGRA - Compare the prices from trusted pharmacies [url=http://canadianpharcharmyonline.com/]canadian pharcharmy online[/url] Baclofen for sale Buy cheapest viagra - Canada Pharmacy Online No prescription [url=http://causapharm.com/]online pharmacy with no prescription[/url] Blue Sky Drugs - Canadian Pharmacy - Canada Prescription Drugs [url=http://weightlossdrugsusa.com/]weight loss pills[/url] PHARMACYRXONE Buy Cialis online  [url=https://24hourdrugstore.com/]Canadian Online Pharmacy Without Prescription[/url] ONLINE PHARMACIES Viagra Online - THE LOWEST PRICES GUARANTEED, fast worldwide\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:51:35','2026-03-30 11:51:35','d98a27e2-a53c-4bd7-a7a0-382e9658e1d5'),
(54053,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidtob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"no.reply.BerntNilsson@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi! cclaurelton.com, \\nYour site appeared while I was browsing websites. \\nWe help businesses reach website owners through contact forms. \\nThe system allows companies to manage outreach more easily. \\nOur pricing is designed to be accessible for businesses of different sizes. \\n  \\nIf you think this could work for you, feel free to contact us. \\n \\nAppreciate your time. \\nContact us. \\nTelegram - https://t.me/FeedbackFormEU \\nWhatsApp - +375259112693 \\nWhatsApp  https://wa.me/+375259112693\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 11:57:22','2026-03-30 11:57:22','d9041996-6d1d-45d8-8b6f-4a84d07f684f'),
(54054,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jenna Pack\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"Jenna.Pack@disa.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"DISA Global Solutions \",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Good morning – DISA Global Solutions is verifying employment for an applicant listing Complete Care Hillside Center (Wilmington, DE) as an employer.  Please have Human Resources contact me regarding your process for obtaining verification.\\n\\nTo ensure applicant privacy, PII has not been provided in this inquiry.  Please provide case #4678231.\\n\\nThank you,\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-30 11:58:20','2026-03-30 11:58:20','32df320d-24dd-4a62-8f64-a2b0925bbbe2'),
(54055,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertvibre\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ciao, volevo sapere il tuo prezzo.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cchagerstown.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 12:01:20','2026-03-30 12:01:20','d8e50110-7e0e-4df5-8b5f-c660573a88cf'),
(54056,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertRam\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi, I wanted to know your price.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccarbors.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccarbors.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 12:02:57','2026-03-30 12:02:57','14a3c7fc-a2c5-4fac-ba68-6687dd9bd1ef'),
(54057,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Mikki Currier\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"currier.mikki@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Mikki Currier\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1353],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nI work with a lot of small businesses and thought you\'d appreciate this.\\n\\nThere\'s a free tool that lets you push your site out wider across multiple classified sites with a single submission.\\n\\nIf you want a quick visibility boost, here’s the URL:\\nwww.websubmitterpro.com\\n\\nIt’s 100% free to try and takes about 60 seconds.\\n\\nIf you want, I can show you more free ways to get visibility.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccstvincents.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccstvincents.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 12:08:27','2026-03-30 12:08:27','54a6b5e2-ac1c-46d4-8ace-6bd52dcc4b0a'),
(54058,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Anatolylup\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Хороший детский комплекс должен иметь надёжные крепления и скрытый крепёж. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">уличный игровой комплекс</a> Никаких торчащих болтов и острых углов — всё должно быть закрыто заглушками. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">уличный игровой комплекс</a> Проверяйте это перед покупкой обязательно.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 12:08:51','2026-03-30 12:08:51','0d380695-ccd0-49bc-95a6-07eca6c511c1'),
(54059,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Aidan\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sales@reyna.bangeshop.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Aidan Reyna\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1401],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey, \\n\\nI hope this email finds you well. I wanted to let you know about our new BANGE backpacks and sling bags that just released.\\n\\nBange is perfect for students, professionals and travelers. The backpacks and sling bags feature a built-in USB charging port, making it easy to charge your devices on the go.  Also they are waterproof and anti-theft design, making it ideal for carrying your valuables.\\n\\nBoth bags are made of durable and high-quality materials, and are perfect for everyday use or travel.\\n\\nOrder yours now at 50% OFF with FREE Shipping: http://bangeshop.com\\n\\nThanks and Best Regards,\\n\\nAidan\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckensington.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckensington.com, GOLeary@completecaremgmt.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 12:13:47','2026-03-30 12:13:47','b580a405-e1e6-4b9a-ab59-ec4882031706'),
(54060,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LionelToump\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"xrumer23stert@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Процедура под названием **КРАКЕН ЗАРЕГИСТРИРОВАТЬСЯ** дает вам широкий функционал маркетплейса. **КРАКЕН РЕГИСТРАЦИЯ** продумана так, чтобы обеспечить вашу анонимность на 100%. Если вы берете **КРАКЕН АККАУНТЫ** с историей, крайне важно сменить пароли. Любой кабинет — это ваша крепость, поэтому используйте методами защиты. Становитесь частью сообщество анонимных покупателей в данный момент.\\n \\n \\n[url=https://krb9cc.cc]2krn[/url] \\nhttps://krabb15cc.cc\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 12:14:31','2026-03-30 12:14:31','106707af-f182-4044-9479-e7dbba35cdd1'),
(54061,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Chase Wilson\",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"wilsoncha@cau.edu\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"+1 (240) 412-8105\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1309],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"My name is Chase Wilson, and I am a student pursuing a Bachelor of Science in Psychological &amp; Brain Sciences with a Minor in Biology, expected to graduate in May 2027. I am very interested in gaining hands-on experience in a healthcare setting and would love the opportunity to volunteer at Complete Care in La Plata.\\n\\nI have completed coursework in Brain &amp; Behavior, Cognitive Psychology, Sensation &amp; Perception, Clinical Psychology, Human Anatomy &amp; Physiology, General Biology, General Chemistry, Introductory Statistics for Psychology, and Research Methods in Psychology. I believe this academic background has prepared me to contribute meaningfully and learn from the team.\\n\\n Thank you very much for your time and consideration.\",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-30 12:34:39','2026-03-30 12:34:39','4116016d-a59a-4de4-8c7d-c3301f118cfa'),
(54062,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Eliav Sacknovitz\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"sack.eliav@gmail.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"5162400362\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1129],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[54063],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"Hi,\\n\\nI hope you are doing well. My name is Eliav Sacknovitz, and I wanted\\nto reach out to introduce myself and connect regarding opportunities\\nto continue developing my experience in a skilled nursing facility\\nsetting.\\n\\nI graduated from Yeshiva University with a degree in Business\\nAnalytics, and I am currently working as the Interim\\nAdministrator-in-Training at Emerald Peek, a CareRite facility, where\\nI am filling in during a maternity leave. In this role, I began by\\nshadowing each department head to develop a strong understanding of\\nhow the various departments work together to support a\\nwell-functioning facility. I now work closely with the Administrator\\non a daily basis, assisting with survey preparation and overall\\noperations.\\n\\nI am a hardworking and committed individual who is eager to continue\\ngrowing in healthcare administration and further develop my experience\\nas I move forward in the licensing process. I would greatly appreciate\\nthe opportunity to connect and learn more about your facility, as well\\nas discuss any opportunities where I may be able to contribute and\\ncontinue gaining experience.\\n\\nThank you for your time and consideration. I look forward to speaking with you.\\n\\nAll the best,\\nEliav Sacknovitz\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://ccwestfield.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@ccwestfield.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-30 12:40:04','2026-03-30 12:40:04','4e4b8195-3886-4d79-a37f-46b564484514'),
(54064,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Serena Gurner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"gurner.serena@yahoo.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Serena Gurner\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1323],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n\\nLooking for a reliable outreach method that doesn’t depend on ads?\\nContact form blasting sends your message directly through website contact forms — fast, consistent, and impossible to miss.\\nNo algorithms. No bidding. No waiting for organic traffic.\\nJust guaranteed delivery straight to business inboxes and dashboards.\\nWhether you\'re promoting a service, launching something new, or generating leads, contact form blasting gives you dependable reach.\\nIf this message reached you, imagine what your message can do across thousands — or millions — of websites.\\nStart your campaign at contactpageads.com and put your offer where it gets noticed.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 12:47:33','2026-03-30 12:47:33','0dc7e940-b6df-47ce-a217-98025f7bdd32'),
(54065,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Stepanpal\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kupitdetplosh@xrumgo.site\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если вы думаете, что детский игровой комплекс — это дорого, посмотрите на это иначе. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">детские качели для дачи</a> Один комплекс заменяет годы поездок в парки развлечений. <a href=\\\"https://xn-----elcddgetbiefibnp3abdvmptd.xn--p1ai/\\\">детская площадка</a> Дети играют на свежем воздухе, а родители спокойны за их безопасность.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 12:57:35','2026-03-30 12:57:35','b397a4c8-ad26-4282-a261-6d34c13e02d9'),
(54066,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24hic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rlutjkdgxx@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Обзор рабочих площадок — рейтинг rc24.pro</b> \\n \\nРедакция rc24.pro обновляет актуальный рейтинг проверенных площадок на февраль 2026. Каждая из площадок регулярно мониторятся — только рабочие адреса. Сохраняйте страницу — адреса обновляются. \\n \\nНиже представлен рейтинг магазинов с проверенными адресами. Переходите по ссылке рядом с каждой площадкой. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★★ \\nРаботает стабильно на протяжении нескольких лет — широкая география. Рекомендован на форумах. \\nПроверенный магазин — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop18.top\\\">loveshop.cyou</a> \\n \\n<b>2. Orb11ta</b> ★★★★★ \\nБолее 10 лет работы — 250+ городов. Стабильный магазин. \\nНадёжная площадка — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11ta.sbs\\\">orb11ta.cyou</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nСпециализированный магазин — чемикал 696 биз. Быстрая связь. \\nТоп выбор — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chm696.pro\\\">chm696.pro</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nПопулярный магазин — лайншоп. Актуальные зеркала. \\nПроверенный магазин — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://ls24.icu\\\">ls24.icu</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nРаботает без перебоев — mastertrip24 biz. Актуальные зеркала. \\nРекомендуем — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.info\\\">tripmaster.live</a> \\n \\n<b>6. Syndi24</b> ★★★★★ \\nСиндикат — проверенная площадка — syndicate one. Актуальные зеркала. \\nСтабильная работа — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.live\\\">syndi24.sale</a> \\n \\n<b>7. Narco24</b> ★★★★☆ \\nПроверенный магазин — narcolog24 biz. Широкая география. \\nТоп выбор — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narkolog.click\\\">narkolog24.click</a> \\n \\n<b>8. Tot</b> ★★★★★ \\nНадёжный сайт — tot777 ton. Актуальные зеркала. \\nРекомендуем — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://tot777.top\\\">tot777.top</a> \\n \\n<b>9. BobOrganic</b> ★★★★★ \\nСтабильная работа — боб органик. Есть доставка в Омск и Новосибирск. \\nРекомендуем — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.shop\\\">boborganic.click</a> \\n \\n<b>10. BadBoy</b> ★★★★★ \\nПроверенная площадка — badboysk. Актуальные зеркала. \\nНадёжная площадка — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.shop\\\">badboy96.shop</a> \\n \\n<b>11. Kot24</b> ★★★★★ \\nКот24 — проверенный магазин — мяу маркет. Рабочий вход. \\nНадёжная площадка — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot24.pro\\\">kot24.click</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nНадёжный сайт — megapolis2 com. Проверено. \\nНадёжная площадка — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.sale\\\">megapolis2.click</a> \\n \\n<b>13. Stavklad</b> ★★★★★ \\nСтабильная работа — новое зеркало www stavklad com. Актуальные зеркала. \\nНадёжная площадка — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.click\\\">sevkavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nПроверенная площадка — sbereapteka biz. Доставка в Краснодар, Махачкалу, Ростов-на-Дону. \\nПроверенный магазин — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.info\\\">sberklad.info</a> \\n \\n<hr /> \\n<i>Материал подготовлен rc24.pro — актуально на март 2026. Добавьте в закладки — адреса меняются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 13:13:07','2026-03-30 13:13:07','f87da598-dda0-4e7a-aa04-2c42897de848'),
(54067,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenn@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1323],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Inglemoor,\\n\\nI’ve built and trained an AI employee specifically for Complete Care at Inglemoor.\\n\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer \\ncustomer questions, capture leads, and even follow up — just like a team member would.\\n\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\n\\nWould today or tomorrow work for a quick walkthrough? Schedule a time on my calendar to meet the agent I trained for you and see \\nwhat she can do here: getdandy.com/ff-trained-agent or call me at (949)-755-7782\\n\\nTalk soon,\\n\\nThank you,\\n\\nJennifer O\'Brien | Director of Operations\\nGetDandy\\ngetdandy.com/ff-trained-agent\\n\\nUnsubscribe here: bit.ly/42wnUsa\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 13:37:29','2026-03-30 13:37:29','1e31890a-439f-429a-ba45-6092b7ee3c85'),
(54068,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelpew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Готовы воплотить ваш проект в реальность? Свяжитесь с нами: ?? +7 960 132 61 48 ?? Telegram-канал https://t https://www.abbalk.ru/interier\\n me/charchteam Мы работаем в разных стилях, но наш приоритет — индивидуальный подход, продум https://www.abbalk.ru/\\n  Читать далее https://www.abbalk.ru/gradostroitelstvo\\n \\n// Проект офиса Interface в Москве https://www.abbalk.ru/stati\\n \\nСпектр задач достаточно обширен – от проектирования частных домов до создания офисов или модных бутиков https://www.abbalk.ru/arhitectyra\\n \\nКаталог «Новое поколение архитектурных бюро Москвы» \\nКонтакты https://www.abbalk.ru/page47574811.html\\n \\nDelo https://www.abbalk.ru/gradostroitelstvo\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 13:42:47','2026-03-30 13:42:47','f29d3704-dde8-406d-ad57-46c6b6b30c18'),
(54157,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Adam Bindon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"adam@inboxshield-mini.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Polly Bindon\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1461],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey there,\\n\\nI was just taking a look at ccmeriden.com and wanted to ask. Is your domain\'s email getting flagged as spam recently? \\n\\nThere were some recent strict changes to email policies, and a lot of legitimate businesses are lacking the right SPF, DKIM, and DMARC records. When your emails bounce or go to spam, it costs real money.\\n\\nI created a lightweight app that analyzes your domain\'s email setup in seconds and gives you the exact copy-paste fixes. It\'s just a one-time $11.99 fee.\\n\\nCheck your domain\'s health here: inboxshield-mini.com\\n\\nCheers,\\nAdam\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 13:51:49','2026-03-30 13:51:49','9b89e396-1e39-4900-9628-2751248d3949'),
(54158,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24Flete\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"graphinocer1986@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Команда rc24.pro представляет актуальный рейтинг надёжных площадок на февраль 2026. Все сайты из списка лично проверены — фейки и скамы исключены. Сохраняйте страницу — зеркала периодически меняются. \\n \\nНиже представлен рейтинг магазинов с рабочими ссылками. Используйте актуальный адрес рядом с каждой площадкой. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★☆ \\nРаботает стабильно на протяжении нескольких лет — широкая география. Проверен сообществом. \\nРекомендуем — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveeshop1300.biz\\\">loveshop.cyou</a> \\n \\n<b>2. Orb11ta</b> ★★★★☆ \\n12 лет на рынке — гарантия обязательств перед покупателями. Рекомендован сообществом. \\nРекомендуем — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orbllta.com\\\">orb11ta.live</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nПроверенная химия — чемикал 696 биз. Проверен на форумах. \\nТоп выбор — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemshop2.shop\\\">chemi696.com</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nШирокий ассортимент — lineshop 24. Актуальные зеркала. \\nНадёжная площадка — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://lineshop.lol\\\">lineshop.icu</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nПроверенная площадка — tripmaster24 biz официальный сайт. Рекомендован пользователями. \\nСтабильная работа — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.click\\\">tripmaster.click</a> \\n \\n<b>6. Syndi24</b> ★★★★☆ \\nСиндикат — проверенная площадка — синдикат официальный сайт. Рабочий вход. \\nНадёжная площадка — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.shop\\\">syndi24.sale</a> \\n \\n<b>7. Narco24</b> ★★★★★ \\nСтабильная площадка — narco24 biz официальный. Широкая география. \\nРекомендуем — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narkolog24.info\\\">narkolog.shop</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nНадёжный сайт — black tot. Проверено редакцией. \\nПроверенный магазин — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt777.click\\\">tot777.click</a> \\n \\n<b>9. BobOrganic</b> ★★★★☆ \\nСтабильная работа — boborganic biz. Широкая география. \\nРекомендуем — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.click\\\">bob.organic</a> \\n \\n<b>10. BadBoy</b> ★★★★☆ \\nПроверенная площадка — badboy ton. Проверено. \\nРекомендуем — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.click\\\">badboy96.click</a> \\n \\n<b>11. Kot24</b> ★★★★★ \\nКот24 — проверенный магазин — мяу маркет. Рабочий вход. \\nРекомендуем — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot-24.biz\\\">kot-24.biz</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nПроверенная площадка — megapolis com. Рабочий вход. \\nСтабильная работа — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.pro\\\">megapolis2.pro</a> \\n \\n<b>13. Stavklad</b> ★★★★★ \\nСтабильная работа — stavklad biz. Рабочий вход. \\nРекомендуем — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.shop\\\">stavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★★ \\nСтабильный магазин — sbereapteka biz. Широкая география. \\nРекомендуем — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.info\\\">sberklad.click</a> \\n \\n<hr /> \\n<i>Рейтинг составлен rc24.pro — актуально на март 2026. Поделитесь с друзьями — ссылки актуальны сейчас.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 13:54:50','2026-03-30 13:54:50','86896ff2-1bfe-4832-b8a2-fdd7ded1ea62'),
(54159,'{\"750dbeee-26eb-4474-9592-364420e09745\":\"Katelyn Rodriguez \",\"7647502a-9d5c-4a9a-a48c-044315a172bc\":\"katiebug9302003@gmail.com\",\"0d788a14-c446-42e7-9580-a9ae72bfc15a\":{\"number\":\"3522725113\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"f0070581-af8b-4dc6-998a-2cf5008fbf72\":[1431],\"046dd6d4-5d6e-4561-ab9f-716629602b25\":\"Hello! I’m a student a Southern Connecticut State university! My major is speech language and hearing disorders. I would love to come volunteer! \",\"67098d1f-050b-4313-978f-3f3e360f095c\":\"https://mycompletecare.com/volunteer\",\"6f5b54f9-60f7-4e6e-b474-3f42947573e0\":\"volunteer@completecaremgmt.com\"}',3189,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-30 13:56:48','2026-03-30 13:56:48','06f74280-b0b4-41be-b624-73080e5b0fa8'),
(54160,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Theresa Levy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"levy.theresa@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Theresa Levy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1091],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Quick note,\\n\\nThought you might want this.\\n\\nThere’s a free tool that lets you get more exposure across multiple classified sites with almost no effort.\\n\\nHere’s the URL:\\nwww.classifiedsubmitter.com\\n\\nIt’s totally free and takes less time than posting manually.\\n\\nI can send more free traffic resources.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 14:04:17','2026-03-30 14:04:17','e5417efd-9e62-4036-8d77-55c430351cd2'),
(54161,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SamuelProot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Компания из Санкт-Петербурга https://www.abbalk.ru/arhitectyra\\n  В основном работает с частными заказчиками, проектирует загородные дома и резиденции https://www.abbalk.ru/arhitectyra\\n \\nТелефон: 8 (499) 951-00-73 Адрес: Москва, Берсеневский переулок, 5А, стр https://www.abbalk.ru/page47572771.html\\n  1 https://www.abbalk.ru/arhitectyra\\n \\nАрхитектурные бюро разрабатывают проекты зданий – от роскошных вилл до крупных торговых центров https://www.abbalk.ru/\\n  К их услугам прибегают при строительстве зданий коммерческой направленности, так как небольшие подрядчики не смогут качественно продумать все нюансы будущего проекта https://www.abbalk.ru/page47572771.html\\n  Бюро занимаются не только проектированием сооружения, но и проводят обследования участка и инженерных коммуникаций, а также готовят проекты по благоустройству территорий https://www.abbalk.ru/arhitectyra\\n  Самим строительством архитектурные бюро обычно не занимаются, хотя в Москве есть компании, предлагающие и такие услуги https://www.abbalk.ru/page47559287.html\\n  Ошибочно полагать, что бюро берутся только за сложные задания https://www.abbalk.ru/page47559287.html\\n  Если вам нужно спроектировать частный дом мечты, многие участники этого рейтинга смогут помочь https://www.abbalk.ru/interier\\n \\nБюро основали архитекторы Дмитрий Ликин и Олег Шапиро в 2007 году https://www.abbalk.ru/page47574811.html\\n  В последнее время компания специализируется на благоустройстве городских парков и создании градостроительной концепции https://www.abbalk.ru/\\n \\nКонтакты https://www.abbalk.ru/arhitectyra\\n \\nТелефон: 8 (495) 777-91-36 Адрес: Москва, Новорязанская, 8А, стр https://www.abbalk.ru/page47572771.html\\n 1 https://www.abbalk.ru/page47559287.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 14:15:16','2026-03-30 14:15:16','36351de1-0d87-4670-af1d-38d683280c8d'),
(54162,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BonnieVaw\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qxvmmusb@tacoblastmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"CANADIAN PHARMACY 24 <a href=\\\"http://healthymenviagra.com/\\\">healthy man viagra offer</a> Buy Cialis (Tadalafil) From a US Certified Pharmacy - Lowest <a href=\\\"https://canadianonlinepharm.com/\\\">online pharmacy no rx</a> Buy cialis on line Our Country Deserves Better PAC - Buy Viagra Online 25mg, 50mg <a href=\\\"https://newhealthline.com/\\\">cialis without prescription</a> Buy Generic Cialis Online In Canada - Discount and Cheap Drugstores <a href=\\\"https://supremesuppliersltd.com/\\\">canadian pharmacy no prescription</a> AUROCHEM PHARMACEUTICALS SPECIAL OFFER : VIAGRA on SALE at $0.75 <a href=\\\"http://canadianpharmacymall.net/\\\">canadian pills store</a> CANADIAN PHARMACIES SHIPPING TO USA Buy Cheap Generic Viagra Online - High Quality Viagra Guaranteed\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 14:18:13','2026-03-30 14:18:13','28766d9f-11cc-4996-b78c-4b4cc6d21a43'),
(54163,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertDrups\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Szia, meg akartam tudni az árát.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 14:30:27','2026-03-30 14:30:27','881f970c-996b-4a6c-875a-459d840d674a'),
(54164,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RaymondCor\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kirvvv02@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сам недавно изучал вопрос поведенческих факторов — наткнулся на толковую статью: <a href=\\\"https://spark.ru/user/268812/blog/315064/nakrutka-pf-v-yandeks-polnoe-rukovodstvo\\\">https://spark.ru/user/268812/blog/315064/nakrutka-pf-v-yandeks-polnoe-rukovodstvo</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 14:30:27','2026-03-30 14:30:27','558f84e2-66c0-4e90-b244-a148392e6610'),
(54165,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertDrups\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Прывітанне, я хацеў даведацца Ваш прайс.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 14:38:30','2026-03-30 14:38:30','f39e29bf-15d5-489e-8dbc-6df1cfb99c96'),
(54166,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Saambum\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"babagabamaba@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I’ve been looking for a long time for a normal, and most importantly,  \\n with transparent conditions and fast transactions. I came across a site where the authors actually test the services and share their experience working with different tokens. They’ve put together a selection of platforms with a rating for 2025, comparing limits and fees. There’s even a section on verification and withdrawal nuances. For anyone else into this space — check it out, it’s useful for understanding the market.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrandeprairie.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrandeprairie.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 14:44:32','2026-03-30 14:44:32','d2020410-bdc0-44d4-bc67-6efbbc39b0c3'),
(54167,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Charlotte Spinks\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"charlotte.spinks98@googlemail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1109],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi there,\\n\\nNot sure who on your team handles Google Ads — could you point me to the right person?\\n\\nMy name is Ivan. I specialize in Google Ads and Google Ad Grants (and I share paid-ad strategies on YouTube).\\n\\n I visited your website: https://ccmilfordmanor.com/contact-us/ and we are seeing that you guys are currently running Google Ads or have tried in the past.\\n\\nIf you guys want, we could help you save a lot of money for a lifetime on the Google Ad Grants account that has a $10K/month free ad spend credit (provided and paid by Google Ads each month), meaning that you don\'t have to spend a dime each month to get free quality leads and sales.\\n\\nWith our expertise on Google Ads, we can also help you set up successful ad campaigns, manage and optimize them to get you more customers/clients.\\n\\nIf you have any questions private email me at: ivan@doneforyou-campaigns.com\\n\\nIf you’re not the right contact, please forward this or let me know who I should contact. Thanks for your time — I appreciate it.\\n\\n\\nLooking forward to hearing from you,\\n\\nIvan Ramirez\\nAd Grants Lab\\nhttp://10k-youtubevideo.xyz\\n\\n\\n\\nIf you would like to opt-out of communication with us, visit:https://bit.ly/websiteoptout\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmilfordmanor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmilfordmanor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 14:52:22','2026-03-30 14:52:22','9c0dd738-cae4-455e-a1b8-76f9f526f1e9'),
(54168,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenn@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1455],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Hillside,\\n\\nI’ve built and trained an AI employee specifically for Complete Care at Hillside.\\n\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer \\ncustomer questions, capture leads, and even follow up — just like a team member would.\\n\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\n\\nWould today or tomorrow work for a quick walkthrough? Schedule a time on my calendar to meet the agent I trained for you and see \\nwhat she can do here: getdandy.com/ff-trained-agent or call me at (949)-755-7782\\n\\nTalk soon,\\n\\nThank you,\\n\\nJennifer O\'Brien | Director of Operations\\nGetDandy\\ngetdandy.com/ff-trained-agent\\n\\nUnsubscribe here: bit.ly/42wnUsa\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 14:58:41','2026-03-30 14:58:41','e5bf1f77-e52b-460a-95e8-07d6c512ef27'),
(54169,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Julia Burkholder\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"juliaburkholder72@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Healthcare Services\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1283],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I need a w2 forms of 2025 income so I can send it to Hr block tax accountment . At Cole rd\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/cchagerstown/contact?utm_source=copilot.com\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchagerstown.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-30 14:59:42','2026-03-30 14:59:42','3584c0d2-f8b8-49a6-9b5e-78a9d14b6433'),
(54170,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24Urink\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rlutjkdgxx@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Обзор рабочих площадок — рейтинг rc24.pro</b> \\n \\nРедакция rc24.pro обновляет актуальный рейтинг надёжных площадок 2026 года. Каждая из площадок лично проверены — актуально на сегодня. Добавьте в закладки — адреса обновляются. \\n \\nНиже представлен список площадок с рабочими ссылками. Переходите по ссылке рядом с каждой площадкой. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★★ \\nДавно на рынке — широкая география. Рекомендован на форумах. \\nПроверенный магазин — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop12.ink\\\">loveshop12.site</a> \\n \\n<b>2. Orb11ta</b> ★★★★☆ \\nБолее 10 лет работы — 250+ городов. Один из лидеров. \\nТоп выбор — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11gram.lol\\\">orb11gram.lol</a> \\n \\n<b>3. Chemical 696</b> ★★★★☆ \\nРаботает без перебоев — chemical696 официальный сайт. Быстрая связь. \\nСтабильная работа — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chm696.pro\\\">chemshop2.app</a> \\n \\n<b>4. LineShop</b> ★★★★☆ \\nРаботает стабильно — ls24 biz официальный. Рабочий вход. \\nРекомендуем — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://ls24.shop\\\">lineshop.icu</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nПроверенная площадка — tripmaster24 biz официальный сайт. Быстрая поддержка. \\nНадёжная площадка — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.info\\\">tripmaster.info</a> \\n \\n<b>6. Syndi24</b> ★★★★★ \\nНадёжный сайт — синдикат официальный сайт. Актуальные зеркала. \\nРекомендуем — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.sale\\\">syndi24.live</a> \\n \\n<b>7. Narco24</b> ★★★★☆ \\nПроверенный магазин — narcolog24 biz. Проверен на форумах. \\nСтабильная работа — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narcolog.rip\\\">narco24.store</a> \\n \\n<b>8. Tot</b> ★★★★★ \\nНадёжный сайт — bbt777 biz. Актуальные зеркала. \\nПроверенный магазин — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://bbt777.site\\\">bbt007.top</a> \\n \\n<b>9. BobOrganic</b> ★★★★☆ \\nВ гостях у боба — проверенный магазин — boborganic biz. Есть доставка в Омск и Новосибирск. \\nНадёжная площадка — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.click\\\">bob.organic</a> \\n \\n<b>10. BadBoy</b> ★★★★★ \\nРаботает без перебоев — badboy ton. Проверено. \\nПроверенный магазин — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.shop\\\">badboy96.shop</a> \\n \\n<b>11. Kot24</b> ★★★★☆ \\nКот24 — проверенный магазин — кот24. Рабочий вход. \\nРекомендуем — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot-24.com\\\">kot24.pro</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nНадёжный сайт — megapolis 2 com. Проверено. \\nПроверенный магазин — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.pro\\\">megapolis2.pro</a> \\n \\n<b>13. Stavklad</b> ★★★★★ \\nСтабильная работа — новое зеркало www stavklad com. Актуальные зеркала. \\nРекомендуем — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.click\\\">stavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nСтабильный магазин — лирика краснодар. Широкая география. \\nНадёжная площадка — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.click\\\">sberklad.info</a> \\n \\n<hr /> \\n<i>Источник: rc24.pro — проверено редакцией. Поделитесь с друзьями — адреса меняются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:02:01','2026-03-30 15:02:01','6a7f3d7a-8730-4e7d-9cb8-b4a8fbda5f7a'),
(54171,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardZen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Бумага Blueback 115 г/м – бумага с матовой белой печатной поверхностью и голубой обратной стороной https://print-classic.ru/outdoorstands\\n  Основное применение: уличные афиши и плакаты больших размеров, в том числе, плакаты для рекламных щитов 3х6 м https://print-classic.ru/corner\\n  При интерьерной печати краска немного растекается, и изображение получается не четким при близком рассмотрении https://print-classic.ru/bandanas\\n \\nРаботаем с поставщиками напрямую https://print-classic.ru/badge\\n \\nLowCostPrint – это ПЕРВЫЙ ПЕЧАТНЫЙ ДИСКАУНТЕР в Москве https://print-classic.ru/trebovaniya\\n  Мы занимаемся широкоформатной печатью в Москве для наружной рекламы и интерьерной печатью высокого качества, а также производством мобильных стендов по низким ценам https://print-classic.ru/bags\\n \\nИнтерьерная печать в Москве https://print-classic.ru/bags\\n \\nПечать на ламинированном баннере Frontlit https://print-classic.ru/trebovaniya\\n \\nот 337 руб https://print-classic.ru/outdoorstands\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:07:51','2026-03-30 15:07:51','7a3dd217-4444-4892-b9d1-d0f750856779'),
(54172,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddybug\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Желтая тактильная плитка хорошо видна людям с остаточным зрением, а рельеф различим на ощупь через обувь https://elite-stones.ru/portfolio/\\n  Это делает тактильную плитку напольную для инвалидов незаменимой частью городской инфраструктуры https://elite-stones.ru/oblizovka-i-moshenie/vneshnaya-otdelka/\\n \\n\\nТактильная плитка — это специальный элемент благоустройства городской среды, который делает передвижение слабовидящих и слепых людей более безопасным и комфортным https://elite-stones.ru/portfolio/\\n  Являясь обязательным элементом в рамках программы «Доступная среда», она широко применяется при оборудовании тротуаров, пешеходных переходов, остановок и входных групп общественных зданий https://elite-stones.ru/mal-arhitekturnoe-formi/betonnye-stupeni/\\n \\n\\nСоблюдение ГОСТ — сертифицированные изделия \\nТактильная плитка для инвалидов изготавливается из разнообразных материалов - бетона, керамического гранита, а также всяческих полимеров https://elite-stones.ru/\\n  Указанные выше материалы используются в зависимости от вида местности, особенностей городской архитектуры и показателей прочности https://elite-stones.ru/oblizovka-i-moshenie/vneshnaya-otdelka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:08:23','2026-03-30 15:08:23','ec26c733-33b9-4c7e-a2fc-02f97e427220'),
(54173,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertdet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Salam, qiymətinizi bilmək istədim.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccholidaycity.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccholidaycity.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:11:21','2026-03-30 15:11:21','296adfb4-5b08-4908-bbe6-45ed053a4835'),
(54174,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddytrulp\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Технологии производства (вибропресс / вибролитье) \\nСколько стоит тактильная плитка \\n\\n\\nТактильная плитка — это специальный элемент благоустройства городской среды, который делает передвижение слабовидящих и слепых людей более безопасным и комфортным https://elite-stones.ru/oblizovka-i-moshenie/\\n  Являясь обязательным элементом в рамках программы «Доступная среда», она широко применяется при оборудовании тротуаров, пешеходных переходов, остановок и входных групп общественных зданий https://elite-stones.ru/oblizovka-i-moshenie/vneshnaya-otdelka/\\n \\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:11:42','2026-03-30 15:11:42','2c23d271-80aa-4eed-a454-551faf1238c4'),
(54175,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelbub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"«Карлсон и К» \\nСтенд Москомархитектуры Изображение: Москомархитектура / Бюро «Дружба» Узнать подробнее https://www.abbalk.ru/interier\\n \\nКонтакты https://www.abbalk.ru/interier\\n \\nКонтакты https://www.abbalk.ru/stati\\n \\nУниверсальное архитектурное бюро https://www.abbalk.ru/page47572771.html\\n  Компания занимается проектированием жилых зданий, культурных учреждений, образовательных и торговых центров, офисов, гостиниц и частных домов https://www.abbalk.ru/page47559287.html\\n  География проектов не ограничивается только Москвой https://www.abbalk.ru/\\n  Бюро работало с заказчиками из Калининграда, Якутска, Тбилиси и Алматы https://www.abbalk.ru/\\n \\nЭто архитектурное бюро работает на московском рынке с 2004 года https://www.abbalk.ru/interier\\n  Команда компании достаточно небольшая, однако среди выполненных проектов есть масштабные (жилые комплексы, парки, виллы и даже станция метро). \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:11:56','2026-03-30 15:11:56','dae1f40c-989f-4935-94e8-0ade6ee78e06'),
(54176,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyjen\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"рост небрендового трафика https://proffseo.ru/\\n \\nЕще истории успеха https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nКоличество заявок с сайта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nЗадача: \\nГеозависимые запросы – органическая выдача (SERP) разная для всех регионов https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n  Пользователи увидят или не увидят ваш сайт в зависимости от того, из какого региона России исходит поисковый запрос https://proffseo.ru/\\n  В Яндексе официально заявлено порядка 1250 регионов, но по факту их меньше – приблизительно 90 шт https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  ГеоНЕзависимые запросы – выдача одинакова во всех регионах https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Это поисковые фразы, которые не привязаны к городам и областям России, универсальны https://proffseo.ru/privacy\\n  Также геоНЕзависимая выдача отображается редким пользователям, у которых невозможно определить регион (информация об IP-адресе по каким-то причинам недоступна поисковой системе). \\nTagline Awards, 2019 г https://proffseo.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:14:39','2026-03-30 15:14:39','a8fad2b7-9576-42ba-86c6-0da6f36c90bd'),
(54177,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dian Milner\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dian.milner@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Letstok AI\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1171],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello there,\\n\\nWe recently came across your website and wanted to reach out. We’re giving businesses free lifetime access to Letstok AI, no catch. \\n\\nIt allows you to create simple AI-powered content, connect your social channels, and publish content from one place. \\n\\nIt’s completely optional, just thought it could add value. You can take a look here: https://bit.ly/4bIUg7I\\n\\nWarm Regards,\\nDian Milner\\nLetstok AI\\n\\n\\nWhen you prefer not to get subsequent emails from this campaign, simply fill the form at bit. ly/fillunsubform with your domain address (URL).\\n79 Rue Des Lieutemants Thomazo, Island Park, CA, USA, 92876\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsummitridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsummitridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:15:26','2026-03-30 15:15:26','8ecc8b5d-66b4-42ed-a85e-7fbf4a2bd323'),
(54178,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Emerson Badillo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"badillo.emerson@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Emerson Badillo\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1297],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey,\\n\\nNot sure if you\'re promoting your site right now, but this could help.\\n\\nI wanted to share a free resource that helps you submit your website across multiple classified sites with just a few clicks.\\n\\nIf you want a quick visibility boost, here’s the URL:\\nhttps://websubmitterpro.com\\n\\nIt’s a free traffic booster and takes almost no time.\\n\\nI can send more ways to promote your site if you want.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccannapolis.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccannapolis.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:15:35','2026-03-30 15:15:35','6885625a-6e96-4467-8a08-9c9de4b45d0a'),
(54179,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AndrewTrart\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"yaroslav.sevastyanov.1988@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если вам не подошел ни один из вариантов по размерам, оставьте заявку, изготовим ящики под ваш размер https://yaschiki.ru/severnaya-upakovka-elektrodvigatelya/\\n \\nДля изготовления используются различные сорта древесины и пиломатериалов: тарная доска, фанера, ДВП, бруски и т https://yaschiki.ru/severnaya-upakovka-elektrodvigatelya/\\n д https://yaschiki.ru/upakovka-press-form-dlya-otpravki-v-kitai/\\n  При выборе материалов, как и конструкции деревянной тары, исходят из условий, в которых будет производиться транспортировка груза, его вес, объем и необходимый уровень защиты https://yaschiki.ru/product-category/obreshetka-gruza/\\n  Деревянные ящики являются универсальной упаковочной тарой именно благодаря возможности совершенно различного исполнения каркаса, сортов древесины, вида пиломатериала и вида крепления https://yaschiki.ru/product-category/yashchiki-iz-faneri/\\n  Таким образом, деревянная тара один из наиболее надежных видов упаковки обеспечивающих сохранность товаров во время транспортировки https://yaschiki.ru/product/poddon-2800-2500-280/\\n  Кроме того они недорого в производстве ящики удобно перевозить, складировать, работать во время разгрузочных и погрузочных работ, как людям так и специализированной технике https://yaschiki.ru/morskaya-upakovka-elektroshkafov/\\n \\nДоступная стоимость на деревянные ящики в СПб https://yaschiki.ru/product/derevyannii-yashchik-2300-600-400/\\n \\nДеревянные ящики – один из самых старых вариантов упаковки грузов, который не потерял свою актуальность и сегодня https://yaschiki.ru/product/derevyannii-yashchik-1200kh1200kh300/\\n  Такая тара полностью или в большей части изготовлена из досок https://yaschiki.ru/product/derevyannaya-obreshetka-1400-1000-1300/\\n  Это обеспечивает возможность легко изменять размеры упаковки в соответствии с пожеланиями заказчика https://yaschiki.ru/uslugi/morskaya-upakovka/\\n \\nЦена по запросу Цена по запросу https://yaschiki.ru/product-category/derevyannie-yashchiki/\\n \\nДеревянные ящики — это упаковка, которая широко используется в торговле и транспортной сфере для хранения и перевозки самых разных товаров https://yaschiki.ru/product/derevyannii-yashchik-1450-1000-2200/\\n  Именно древесина показывает наибольший список преимуществ в сравнении с тарой из других материалов — пластиком, металлом https://yaschiki.ru/upakovka-oborudovaniya-v-raioni-krainego-severa/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:15:42','2026-03-30 15:15:42','8c106298-dcb9-4905-9c01-4da7d4f843d5'),
(54180,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwardquode\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Баннер Frontlit 300 г/м ламинированный - тонкий ламинированный полуматовый материал, рассчитан на краткосрочную эксплуатации до 1 месяца https://print-classic.ru/poligrafiya\\n  В основном, используется внутри помещений, а также подходит для печати небольших временных уличных баннеров без люверсов и склейки https://print-classic.ru/postcards\\n \\nПленка OraJet 3620 – аналог пленки OraJet 3640, но только с удаляемым (легкосъемным) клеевым слоем, применяется там, где необходимо, чтобы после удаления пленки на поверхности не оставалось клеевого слоя (вагоны метро, выставочные стенды и другие поверхности внутри помещений). \\n3 https://print-classic.ru/stickers\\n  Персонал типографии профессиональный и внимательный к деталям, всегда готовый помочь с выбором оптимальных решений https://print-classic.ru/signs\\n \\nот 303 р/м 2 https://print-classic.ru/dostavka-i-oplata\\n \\nКроме того, мы сотрудничаем с зарубежными поставщиками и производителями напрямую https://print-classic.ru/stickerprinting\\n  Это здорово снижает издержки на оборудование и материалы и позволяет выполнять широкоформатную печать по очень низким ценам https://print-classic.ru/postcards\\n \\nКраснова Катя https://print-classic.ru/trebovaniya\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:16:20','2026-03-30 15:16:20','80abba89-e449-49ad-9e77-d41cf33b469b'),
(54181,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"PatrickHak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"winsatall4ever@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Want one female</b> you_have dreamed_of this entire journey? \\n<b>Take her</b> into your lover further sleep with your partner in any way you like! \\n<b><a href=\\\"https://is.gd/7msenw\\\">Use that straight now!</a></b>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:19:22','2026-03-30 15:19:22','74731944-ce73-403f-8be4-ddf5f838e187'),
(54182,'{\"08e589ce-1220-4aa5-86c5-ac3221395405\":\"Laura Komidar\",\"94d6c74b-95e0-423f-9cbd-2147f4c4d30b\":\"Lkomidar@outlook.com\",\"1ef98097-4dd6-4f67-a72b-6f0201435739\":{\"number\":\"(860) 995-7952\",\"hasCountryCode\":false,\"countryCode\":\"\",\"countryName\":\"\"},\"6af4191c-0acb-4f7d-978c-30ba0e1bc5df\":[1449],\"9d1fb2fa-5fc5-41e6-8741-a91addbc477a\":[54183],\"129eeb05-bc42-4f45-8314-7f29ac51affb\":[3196,3200],\"c54aa9e4-a67b-4e9a-a6f1-e1597501c38f\":\"See attached resume and cover letter.\",\"cbff47cd-2759-4253-8fd9-0d1ab882311e\":\"https://completecarekhn.com/careers\",\"51a8c161-67bc-4de0-a2a7-0beef19e97d4\":\"careers@completecarekhn.com\"}',3191,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-30 15:19:27','2026-03-30 15:19:27','3353dbda-8505-4964-b890-de703e2af323'),
(54184,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertgaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Класс эксплуатации https://deneb-spb.ru/adaptory-nasadki-i-sverla-dlya-sedel\\n \\nПо запросу 1518 https://deneb-spb.ru/shejvery-i-torcevateli\\n 05 https://deneb-spb.ru/nastennye-komplekty-pod-smesitel\\n \\nПо запросу 14 929 https://deneb-spb.ru/mufty-kombinirovannye\\n 24 https://deneb-spb.ru/mufty-i-perekhodniki\\n \\n- не поддаётся коррозии; \\nТруба PPR полипропилен (горячая и холодная вода) 20х3,4, PN20 SDR6, L 2м белый, РосТурПласт 10302 https://deneb-spb.ru/izolyaciya\\n \\nТрубы и фитинги PPR: монтаж трубопроводов https://deneb-spb.ru/truborezy-i-nozhnicy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:20:09','2026-03-30 15:20:09','500f1928-fdfa-445c-9c7e-e3578ec43268'),
(54185,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Еще истории успеха https://proffseo.ru/\\n \\nСильные узкопрофильные специалисты вместо «мастеров на все руки» \\nГотовим SEO стратегию https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nЕще истории успеха https://proffseo.ru/\\n \\nРезультаты наших клиентов https://proffseo.ru/kontakty\\n \\nСкидка 100% на первый месяц продвижения сайта! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:20:54','2026-03-30 15:20:54','11509435-daaf-4307-948e-3645a52b5fa7'),
(54186,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Leonelzex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Сроки изготовления к каждому заказу рассчитываются индивидуально, все зависит от объёма работ https://norsy.ru/pochemu-my\\n  При необходимости мы выполняем срочные заказы https://norsy.ru/poshiv-hudi\\n \\nОптовый пошив https://norsy.ru/otzyvy\\n \\n*отправляя данные, вы соглашаетесь с политикой конфиденциальности https://norsy.ru/ceny\\n \\nПрофессиональный коллектив, современное оборудование швейного и печатного цехов фабрики обеспечивают качественное и своевременное выполнение заказа любой сложности, работы проводятся с любыми материалами https://norsy.ru/poshiv-hudi\\n  Возможно выполнение срочного оптового заказа от 50 штук https://norsy.ru/pochemu-my\\n  Гарантируется соответствие стоимости, качества и красоты корпоративной одежды https://norsy.ru/poshiv-futbolok\\n \\nАльтернативный способ: \\nПошив футболок https://norsy.ru/poshiv-hudi\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:22:24','2026-03-30 15:22:24','7354276c-814f-4277-8cb2-a7f1126e2314'),
(54187,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Donna L Guida\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dguida8190@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1067],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"I am once again contacting you as the daughter of one of your  patients.\\nMy sister was in last week regarding various issues at that \\\"5 star\\\" facility.  I filed a complaint with the State of NJ.  Additionally I have contacted an investigative reporter.  In addition to the items my sister went over with you I am inquiring about why my mother was so cold on Saturday evening because you had no additional blankets?  Why are the employees (not all of them but several) so nasty.  These people do not belong working with people if they have such horrible attitudes.  Many of these people are elderly and do not need to be treated so badly.  \\nI cannot even imagine a health facility that doesn\'t have enough blankets, or toilet secure seats or a nursing staff that is so vile.\\nYou need to take a hard look at the people working there and the supplies you have on hand.  \\nThe managers need to re-evaluate the policies and attitudes of the staff.  Many of those people do not have anyone to speak for them but my mother does and we will continue.  We just want her to be treated with kindness and dignity.  The woman is 95 and does not need to be talked to the way she was this morning or yesterday.\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgreenknoll.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgreenknoll.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-30 15:22:52','2026-03-30 15:22:52','4fe49c7c-9a55-444b-8127-5f10273bce9c'),
(54188,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwindet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Салат «Сельдь под шубой» \\nКомплексные обеда доставка Москва https://dostafka-obedi.ru/type_menu/salaty/\\n \\nарендными отношениями АО \\\"ЦГЕ\\\" \\nСалат греческий https://dostafka-obedi.ru/type_menu/napitki/\\n \\nЛанч-Тайм Доставка еды и обедов в Москве и Московской области https://dostafka-obedi.ru/\\n \\nБанк ВТБ 24 (ЗАО) выражает коллективу «Обеды Смайл» за качественно организованное ежедневное питание более чем 200 человек https://dostafka-obedi.ru/contacts/\\n  Компания «Обеды Смайл» зарекомендовала себя как надежный поставщик питания в течении нескольких лет совместной работы https://dostafka-obedi.ru/services/kompleksnye-obedy-2/\\n  Отдельно хочется отметить высокий уровень профессионализма коммуникабельности с Вашей стороны https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\n  Успехов Вам https://dostafka-obedi.ru/reviews/\\n  Спасибо https://dostafka-obedi.ru/privacy-policy/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cchyattsville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cchyattsville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:23:31','2026-03-30 15:23:31','3c2cd606-a86a-494a-bc65-655dcd24f806'),
(54189,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Dion Santo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dionsanto@gmail.com\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Resident & Family Support\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1219],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Looking for a skilled nursing facility for my mother.  She is currently in the hospital and scheduled to be discharged this week.  \\nShe had been staying in Abode Care, but needs more care (offered by a skilled nursing facility).  She suffers from dementia, diabetes, is wheelchair bound (potentially bedbound), and needs help eating.  \",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-30 15:23:44','2026-03-30 15:23:44','e9be0ab2-2bc0-4eb0-bb77-863774fbd935'),
(54190,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyfluts\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Эта информация обязательно должна быть достоверной https://proffseo.ru/privacy\\n  Дело в том, что сотрудники Яндекса, зачастую, производят полноценный контроль и проверку соответствия указанного на сайте адреса реально существующему, иногда доходит и запроса копии документов аренды и видео подтверждения https://proffseo.ru/privacy\\n  Это сделано для того, чтобы на высокие позиции не попадали сайты с выдуманными адресами https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Привязка может быть осуществлена автоматически на основе информации с сайта, ссылок на сайт и IP хостинга, но, для точности лучше и быстрее сделать это руками в сервисе Яндекс https://proffseo.ru/\\n Вебмастер: \\nРезультаты наших клиентов https://proffseo.ru/kontakty\\n \\nЕщё в далёком 2009 году в Яндексе был запущен алгоритм поиска «Арзамас», в котором в разных регионах результаты по одинаковым запросам стали отличаться https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Таким образом, появилось понятие регионального продвижения, то есть продвижения сайта в конкретном регионе или регионах России https://proffseo.ru/kontakty\\n \\nНастройки показа контекстной рекламы позволяют таргетировать целевую аудиторию с точностью до города https://proffseo.ru/\\n \\nот 120 000 ? \\nВыйдите на новые рынки — продвижение по России https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:24:37','2026-03-30 15:24:37','e551ba59-178b-4eaa-9f32-156fc83c51ad'),
(54191,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RolandDiats\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ninavochujo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Выберите интересующую стоимость: \\nВыберите готовый дом https://читадома.рф/kontakty\\n \\nплощадь 105 м 2 https://читадома.рф/kontakty\\n \\nПроектируем, строим, отделываем https://читадома.рф/kommercheskie-zdaniya\\n  Быстро и надёжно https://читадома.рф/privacy\\n \\nПоэтапная оплата — платите за результат https://читадома.рф/katalog\\n \\nразмер 8х9 https://читадома.рф/o-kompanii\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:26:22','2026-03-30 15:26:22','7877a76d-653f-4f52-a0e3-2b0f2aebf648'),
(54192,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyWet\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"выросла видимость проекта в Санкт-Петербурге https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nЭто интересно https://proffseo.ru/privacy\\n \\nпо версии Ruward Award 2023 https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nПодведем итоги https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nЦены на услугу продвижение сайта https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nАлександр Дронов https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:29:24','2026-03-30 15:29:24','ddb0aa9a-91dc-4f6e-bf18-2e9fb36abf74'),
(54193,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelmag\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Главные принципы https://www.abbalk.ru/page47574811.html\\n \\nТелефон: 8 (495) 228-47-30 Адрес: Москва, Марксистская, 34, корп https://www.abbalk.ru/interier\\n  8 https://www.abbalk.ru/interier\\n \\nКаталог бюро https://www.abbalk.ru/arhitectyra\\n \\nАрхитектурное и инженерное проектирование офисов и коммерческих пространств https://www.abbalk.ru/arhitectyra\\n \\nЕще одно универсальное архитектурное бюро, занимающееся проектированием, реконструкцией, дизайном интерьеров и строительством https://www.abbalk.ru/interier\\n  С 1991 года компания спроектировала свыше 450 жилых зданий и общественных сооружений https://www.abbalk.ru/arhitectyra\\n  Также бюро занимается реконструкцией исторических объектов https://www.abbalk.ru/stati\\n \\nАтриум https://www.abbalk.ru/page47574811.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:29:30','2026-03-30 15:29:30','39d81ebc-c860-4a99-9ca7-4107c86a2353'),
(54194,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronVat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Метрологическая аттестация стандартных образцов предприятия СОП https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/top-sens/staczionarnyij-gazoanalizator-top-sens-500\\n \\nПри осуществлении поверки могут использоваться различные методы: \\nЦена: 799 руб https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/mru/optima-7-3-gazovykh-kanala-komplekt-s-printerom\\n \\n— Поверка термопреобразователей с унифицированным выходным сигналом https://analyztepla.ru/katalog-analiticheskogo-i-laboratornogo-oborudovaniya/konduktometry/mark/\\n \\nПроверка и калибровка измерительных приборов Москва http://analyztepla.ru/katalog-analiticheskogo-i-laboratornogo-oborudovaniya/laboratornye-vesy/ohaus/analiticheskie-polumikro-vesy-ohaus-serii-pioneer-pa64\\n \\nВНИМАНИЕ СИ, предоставляемые на калибровку, должны быть точно идентифицированы http://analyztepla.ru/katalog-izmeritelnykh-priborov/adgezimtery/condtrol/adgezimetr-lektronnyy-a50-condtrol\\n  В случае отсутствия маркировки о годе выпуска, изготовителе, заводском номере, при сдаче СИ необходимо предъявить паспорт https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/guide-infrared/teplovizor-guide-h3-v-komplekte-s-vyisokotemperaturnyim-obektivom-1\\n  При отсутствии паспорта информация может быть предоставлена в письме на бланке организации http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/anemometryi-vostok-7/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:32:27','2026-03-30 15:32:27','8fbfe7b9-e801-42ad-aefa-20f00f4a8f18'),
(54195,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelrex\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Архитектурная мастерская «Головин &amp; Шретер» \\nАрхитектурная мастерская, которой в 2024 году исполняется 30 лет https://www.abbalk.ru/stati\\n  Команда создаёт смелые экспериментальные решения — знаковые жилые комплексы и пространства для культурных организаций https://www.abbalk.ru/gradostroitelstvo\\n \\nДача в Подмосковье Фото: архитектурная студия Fas(t) Узнать подробнее https://www.abbalk.ru/arhitectyra\\n \\nПроекты : пешеходный мост в Алматы, офисы «Яндекса», детский сад в жилом комплексе https://www.abbalk.ru/page47572771.html\\n \\nСтарейшее архитектурное бюро Москвы https://www.abbalk.ru/\\n  Свое название компания получила после подготовки первого проекта – реконструкции столичного микрорайона «Остоженка» https://www.abbalk.ru/\\n  В дальнейшем команда расширила географию работы и, в общей сложности, приложило руку к строительству 60 объектов и реконструкции нескольких исторических зданий https://www.abbalk.ru/page47574811.html\\n \\nАрхитектурное бюро https://www.abbalk.ru/stati\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:33:01','2026-03-30 15:33:01','75d8797c-d61f-443e-80c2-1a1517e29c49'),
(54196,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydus\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Разработка и продвижение сайта медицинского оборудования https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nПродвижение в ТОП-10 за рубли https://proffseo.ru/\\n  Успейте заказать сейчас и воспользоваться скидкой 20%. Выведем из-под санкций https://proffseo.ru/\\n  Будьте в топе https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nПосле чего, одним из ключевых моментов в продвижении сайта, стал выбор и присвоение ему региона, в котором требуется занять высокие позиции https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nОтслеживает задачи и выполнение KPI, анализирует эффективность, всегда на связи с клиентом, оперативно решает любые вопросы по проекту, отвечает за его постоянное развитие, координирует специалистов, работающих над проектом и контролирует качество выполняемых работ https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nПишет и редактирует контент для сайта (статьи, исследования, раздаточные материалы), раскрывает пользу продукта услуги, адаптирует материалы с учетом алгоритмов ранжирования поисковых систем https://proffseo.ru/kontakty\\n  Совместно с веб-дизайнерами работает над креативными материалами, дополняющими копирайт https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nПереходы, звонки и интернет-заказы с брендового трафика – бесплатно https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:33:46','2026-03-30 15:33:46','d0cce184-e94a-4bf9-b357-04c37a6186f5'),
(54197,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryDub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ТАТУИРОВКА Мы сочетаем современные методы татуировки с традиционными! \\nЗакрыть окно https://maze.tattoo/catalog/r/\\n \\nБолее 15 лет https://maze.tattoo/catalog/p/polineziya/\\n \\nЕвгений \\\"Южный\\\" \\nЕсть салоны, куда приходят просто за услугой https://maze.tattoo/catalog/e/\\n  А есть такие, как \\\"Тату-Мания\\\", куда возвращаются за ощущением https://maze.tattoo/catalog/x/\\n  Здесь важна не только стерильность и техника, но и то, как вы себя чувствуете в процессе https://maze.tattoo/catalog/p/pingvini/\\n  Пространство студии создано так, чтобы каждый чувствовал себя комфортно — будь то первый визит или уже десятая татуировка https://maze.tattoo/catalog/k/kompas/\\n  Это не просто тату-студия в Москве, это место, где вас слышат https://maze.tattoo/catalog/x/khannya/\\n \\nТату-салон работает с 2005 года, здесь могут выполнить татуировку любой сложности https://maze.tattoo/catalog/r/\\n  Получить консультацию и даже эскиз можно бесплатно, а дальше нужно только решаться и набивать ту самую татуировку мечты! В студии работает один мастер, подход — индивидуальный, а за плечами более десяти тысяч выполненных работ, от «нежнятины» для девушек до брутала, достойного «Безумного Макса» https://maze.tattoo/catalog/gh/zhar-ptitsa/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:34:18','2026-03-30 15:34:18','75f24a89-0e77-4d9c-88a7-649f14826555'),
(54198,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertEmito\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Смена, кол-во человек Смена, кол-во часов Цена, от (за человека) Цена, от (за 1 кг) 1 4+1 3 000 руб https://drogal.ru/glossary/delimii-gruz/\\n  5 руб https://drogal.ru/glossary/logisticheskii-kontrol/\\n  4-8 8+2 3 500 руб https://drogal.ru/glossary/gruz/\\n  7 руб https://drogal.ru/glossary/kombinirovannaya-perevozka/\\n \\nМы понимаем что при осуществлении такелажных работ, мы имеем дело с дорогостоящим оборудованием и техникой https://drogal.ru/glossary/takelazhnik/\\n  Перед началом проекта, мы тщательно планируем действия и страхуем свою ответственность https://drogal.ru/portfolio-items/stropalnye-raboty/\\n \\nГАЗ Next – 1 https://drogal.ru/glossary/obekt-strahovaniya/\\n 5 т, 4 м, 30 м? \\nТакелаж томографа 5 тонн https://drogal.ru/glossary/zakaz/\\n \\nПо г https://drogal.ru/portfolio_tags/takelazh-raboty/\\n  Москва /час 222 За МКАД /км 22 https://drogal.ru/prr/\\n \\nКран 50 тонн, фура 80м3 5 шт https://drogal.ru/glossary/oborotnii-sklad/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:34:33','2026-03-30 15:34:33','336a6fad-bc36-4986-8bda-59e8fe5f4804'),
(54199,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertson\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ГАЗель NEXT Гидроборт https://drogal.ru/portfolio_category/takelazhnie-raboti-v-ryazani/\\n \\nПеревозка оборудования Перевозка станков Перевозка склада Перевозка цеха Перевозка негабаритных грузов Перевозка крупногабаритных и тяжеловесных грузов Перевозка промышленного оборудования Перевозка сейфов и банкоматов Перевозка негабаритного оборудования Перевозка холодильного оборудования Перевозка прессов Перевозка тралом Перевозка спецтехники Перевозка ёмкостей Перевозка крупногабаритного оборудования Перевозка металлоконструкций Перевозка модульных зданий Перевозка трансформаторов https://drogal.ru/glossary/bochka/\\n \\nКак правило, выполнение такелажных работ производится только тогда, когда объект, необходимый для перевозки, имеет нестандартные размеры: вес, объем; поскольку требуются специальные оборудования, которые обеспечивают аккуратную доставку объектов https://drogal.ru/glossary/shtuchnie-gruzi/\\n \\n«Выражаем благодарность за своевременное предоставление качественных услуг и высокий профессионализм сотрудников» \\nПросто напишите нам в Whatsapp https://drogal.ru/glossary/pervichnaya-upakovka/\\n \\nГАЗХОЛОДТЕХНИКА благодарит Такелажники https://drogal.ru/glossary/marshrut/\\n ру https://drogal.ru/portfolio-items/razgruzka-stanka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccinglemoor.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccinglemoor.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:35:46','2026-03-30 15:35:46','ca90b0db-312d-45ba-8035-b48883236dce'),
(54200,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SamuelBroni\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Помимо разработки документации мы осуществляем согласование https://www.abbalk.ru/interier\\n  Это исключает задержку получения разрешения на строительство https://www.abbalk.ru/arhitectyra\\n  Благодаря тщательным расчетам наши клиенты экономят до 30% стоимости материалов https://www.abbalk.ru/page47572771.html\\n \\nПроекты : благоустройство набережной в Казани, мастер-план русской деревни, арт-резиденции музея «Гараж» https://www.abbalk.ru/interier\\n \\nДом на каменоломне Изображение: архитектурная мастерская «Головин &amp; Шретер» Узнать подробнее https://www.abbalk.ru/page47559287.html\\n \\nБюро специализируется на подготовке проектов зданий для современного города, о чем свидетельствует само название компании (ADM – «Архитектурный Диалог с Мегаполисом»). Основано архитекторами Андреем Романовым и Екатериной Кузнецовой https://www.abbalk.ru/page47574811.html\\n \\nТелефон: 8 (499) 678-01-86 Адрес: Москва, Нижняя Сыромятническая, 10, стр https://www.abbalk.ru/stati\\n  4 https://www.abbalk.ru/arhitectyra\\n \\nГОРОДСКИЕ БАЛКОНЫ https://www.abbalk.ru/page47572771.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:36:15','2026-03-30 15:36:15','639b55ec-01b3-454c-aaae-d0ad5ab81e8a'),
(54201,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barrykip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Используем куки и данные об ip-адресе пользователей https://maze.tattoo/catalog/l/lotos/\\n \\nопыт работы https://maze.tattoo/catalog/v/vorony/\\n \\nОднако точную цифру назовет специалист в индивидуальном порядке https://maze.tattoo/catalog/c/samuray/\\n  Он предоставит детальную консультацию (бесплатно!), ответит на все вопросы, поможет подобрать эскиз татуировки https://maze.tattoo/catalog/t/tigr/\\n  Возможна разработка индивидуального рисунка татуировки в соответствии с пожеланиями клиента, это стоит от 1 тыс https://maze.tattoo/catalog/m/mayak/\\n  руб https://maze.tattoo/catalog/b/bozhiya-korovka/\\n \\nТатуировки любого масштаба и сложности набьют в EVIL TATTOO https://maze.tattoo/catalog/yo/\\n  Если у вас есть изображение татуировки, которую вам хочется набить, скиньте им в мессенджеры и получите ответ о стоимости в течение 15 минут https://maze.tattoo/catalog/f/\\n  Также здесь действуют разные акции и скидки, например, в день рождения сделают скидку — 10%. Ещё здесь можно удалить тату и татуаж, а мастерам татуировки — арендовать готовое место для работы https://maze.tattoo/catalog/b/braslety/\\n \\nКогда важна не только идея, но и место https://maze.tattoo/catalogbigtattoo/\\n \\nСтоимость от 2 000/руб https://maze.tattoo/catalog/o/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:37:02','2026-03-30 15:37:02','87d136e8-62d4-4498-9b88-d5ce5a7a5205'),
(54202,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lionelroalo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"xrumer23avano@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В целях успешно КРАКЕН ВХОД НА САЙТ совершить, необходимо предварительно настроить все доступы. КРАКЕН ЗАЙТИ получится буквально через секунду, если у вас есть свежий путь. Если вы планируете КРАКЕН ВОЙТИ без риска, используйте двухфакторку. Каждый раз проверяйте правильность, это поможет аккаунт был под защитой. Платформа дает наилучшую систему безопасности для своих постоянных друзей.\\n \\n \\n<a href=\\\"https://krabb15cc.cc\\\">Kraken Вход</a> \\nhttps://krabb9-market.cc\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:38:09','2026-03-30 15:38:09','d1835d69-aaf4-4cc3-b027-16233a399e06'),
(54203,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Яндекс https://proffseo.ru/privacy\\n Директ https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nПолный список идентификаторов часто используемых стран и российских регионов, с сортировкой по алфавиту доступен по ссылке https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nПомимо копирайтеров, редактор дополнительно вычитывает тексты, прорабатывает его смысловую нагрузку https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n  В результате вы получаете уникальный и удобный контент, который мотивирует ваших клиентов сделать заказ https://proffseo.ru/kontakty\\n \\nЭто интересно https://proffseo.ru/kontakty\\n \\nЕще истории успеха https://proffseo.ru/\\n \\n2-ое место в номинации «Digital- и performance- маркетинг» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:39:41','2026-03-30 15:39:41','caa5cf61-aa6d-4b75-81c3-a1a8b27cdaf8'),
(54204,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennTib\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Также номенклатура товаров в этом интернет-магазине включает инженерную сантехнику – инсталляции, сифоны, измельчители, душевые лотки, трапы и т https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/klapan-radiatornyy-nastroechnyy-pryamoy-s-samouplotnyayuschimsya-koltsom-mvi-1-2-art-tr-113-04/\\n  д https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-vody/krany-sharovye-mvi/page/2/\\n  Для удобного поиска нужной продукции на сайте предусмотрен фильтр с большим количеством настроек https://акваторг24.рф/vodosnabzhenie-vodonagrevateli-filtry/tsirkulyatsionnyy-nasos-tim-1-130-mm-aquatim-ekonom-art-am-xps20-6-130/\\n \\nВы всегда можете посетить нас в Москве по указанному адресу, однако обращаем внимание на то, что там нет розничного магазина – для этого следует оформить предзаказ, после чего появится возможность забрать необходимую продукцию https://акваторг24.рф/vodosnabzhenie-vodonagrevateli-filtry/gidroakkumulyator-dlya-sistem-holodnogo-vodosnabzheniya-tim-80l-art-vcf-80l/\\n  Разумеется, клиенты могут рассчитывать на консультации наших специалистов, которые предоставят информацию по любой позиции каталога https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/manometr-radialnyy-16-bar-tim-art-y50-16bar/\\n  Если не удается посетить нас, доступна доставка не только по столице, но и по всей России – непременно воспользуйтесь этим! \\n…через Владимира Петрова, руководителя отдела сантехника https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/kollektory-raspredelitelnye/new-product-copy-8/\\n  Летом заказала японскую сантехнику, обещали к октябрю доставить https://акваторг24.рф/fitingi-dlya-trub/aksialnye-fitingi/aksialnaya-mufta-mvi-s-vnutrenney-rezboy-25x1-art-sf-421-0606/\\n  Товар не пришел https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kollektornaya-gruppa-dlya-teplogo-pola-s-rashodomerami-kontsevymi-elementami-i-sharovymi-kranami-s-termometrami-tim-3-kontura-art-ka003/\\n  Он кормил… \\nОбратный звонок https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/termomanometr-radialnyy-tim-4-bar-art-y-80-4bar/\\n \\nCreto https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/manometr-aksialnyy-10-bar-tim-art-y50t-10bar/\\n \\nSantPrice https://акваторг24.рф/fitingi-dlya-trub/fitingi-rezbovye-dlya-stalnyh-trub/kontrgayka-1-2-mvi-art-bf-593-04/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:39:55','2026-03-30 15:39:55','cbd187d2-4722-4b1a-a772-c35574c04e37'),
(54205,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"AaronRek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"waai8stccwnc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Гарантия: Не указано https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-dioksida-azota-no2/sensor-no2-3nd-citicel\\n \\nМетрологическая поверка средств измерений (СИ) — это комплексный процесс, который может проводиться в различных ситуациях и с разными целями http://analyztepla.ru/katalog-geodezicheskogo-i-navigatcionnogo-oborudovaniya/takheometry/\\n  Рассмотрим основные виды поверок: \\nГарантия: Не указано https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-ugarnogo-gaza-so/sensor-so-dg-m2-co-yavsha-413425-016\\n \\nС 24 https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-ugarnogo-gaza-so/sensor-ugarnogo-gaza-mics-5524-sgx\\n 09 https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/msn/\\n 2020 ФБУ «УРАЛТЕСТ» в соответствии с положениями Федерального закона № 102-ФЗ от 26 https://analyztepla.ru/katalog-analiticheskogo-i-laboratornogo-oborudovaniya/mikroskopy/pce-instruments/mikroskop-pce-bm-100\\n 06 http://analyztepla.ru/katalog-izmeritelnykh-priborov/pribory-dlya-vkv-sektora/testo/zondy-k-priboram-440-oy-i-400-oy-serii/zond-s-obogrevaemoy-strunoy-vklyuchaya-sensor-temperatury\\n 2008 «Об обеспечении единства измерений» проводит оформление результатов поверки средств измерений (СИ) в виде электронных записей, передаваемых в Федеральный информационный фонд по обеспечению единства измерений в ежедневном режиме (более подробно о результатах работ по поверке средств измерений). \\nЧто представляет собой процедура поверки? \\nПериодическая поверка толщиномера покрытий является обязательной и должна выполняться один раз в год https://analyztepla.ru/katalog-izmeritelnykh-priborov/teplovizory/flir/?page=2\\n  Поверка толщиномера покрытий делается в течение 1-2 дней после предоплаты https://analyztepla.ru/katalog-izmeritelnykh-priborov/gazoanalizatory/sensory-dlya-gazoanalizatorov/sensory-ugarnogo-gaza-so/sensor-ugarnogo-gaza-rs4-co-1000-rosen\\n  Краткий перечень поверяемых… \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:42:11','2026-03-30 15:42:11','310dd870-ef8b-4879-89d8-f0b6b6c20f37'),
(54206,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelneict\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ct Architects https://www.abbalk.ru/\\n \\n// «BATTUTA bistro» https://www.abbalk.ru/interier\\n  Придумали и спроектировали мясной ресторан https://www.abbalk.ru/page47559287.html\\n \\nA Structura https://www.abbalk.ru/arhitectyra\\n \\nАрхитектурное бюро специализируется на проектировании зданий, сооружений, градостроительных объектов и других архитектурных конструкций https://www.abbalk.ru/page47574811.html\\n  В таком бюро работают архитекторы, которые разрабатывают концепцию и эскизы объекта, его планировку, фасады, внутреннюю отделку и детали https://www.abbalk.ru/stati\\n \\nНейродинамическая детская площадка Изображение: «Интеко» / Бюро «Дружба» \\nКонтакты https://www.abbalk.ru/page47559287.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:42:20','2026-03-30 15:42:20','3cc9ec3b-ad3a-47ab-9fdc-9e03554be5d7'),
(54207,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertRotte\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Более 100 профессионалов в дружном коллективе https://drogal.ru/faq_category/osobennosti-okazaniya-uslug/\\n \\nТакелажные работы в Москве https://drogal.ru/portfolio-items/usluga-upakovki-gruza/\\n \\nИдеально для: \\nМашины вертикальной погрузки https://drogal.ru/glossary/gruzovoi-konteiner/\\n \\nФургон – 1 т, 3 м, 10 м? \\nТакелаж сопряжен с погрузочно-разгрузочными операциями и транспортировкой крупногабаритных или очень тяжелых грузов, а также монтажными работами https://drogal.ru/glossary/obreshetka/\\n  Ввиду большого веса и громоздкости грузов приходится использовать грузоподъемные механизмы и грузозахватные устройства https://drogal.ru/tarify-i-akczii/takelazhnye-raboty-cena/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:44:12','2026-03-30 15:44:12','6ecd05fe-4660-4534-9298-b6806363878a'),
(54208,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertalini\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmiddlebury.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmiddlebury.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:48:17','2026-03-30 15:48:17','80a1ecc6-2ccd-4332-b163-59ee818545b7'),
(54209,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertbromo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Какие виды такелажных услуг вы предлагаете? \\nПодъем тяжелых и негабаритных грузов с помощью специальной техники https://drogal.ru/portfolio_category/takelazhnie-raboti-v-tule/\\n \\nЛюбые виды такелажных работ в Москве и Московской области, выезжаем по всей России https://drogal.ru/uslugi/takelazh/razgruzka-oborudovaniya/\\n  Возможна оплата по факту выполнения работы https://drogal.ru/portfolio_tags/takelazh-raboty/\\n \\n6 причин заказать такелажные работы у нас https://drogal.ru/uslugi/takelazh/takelazh-stankov/\\n \\nВызвать оценщика https://drogal.ru/voprosi-otveti/dokumenti/\\n \\nналичие специальных инструментов для демонтажа и установки оборудования; доступные расценки на такелаж; автопарк, в состав которого входит более 50 машин разной грузоподъемности; опытные, компетентные сотрудники; возможность страхования грузов; наличие профессионального оборудования и оснастки https://drogal.ru/glossary/obshetovarnie-skladi/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:49:35','2026-03-30 15:49:35','1846aeca-0add-42aa-a60b-374e9d063eae'),
(54210,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertElody\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Получить коммерческое предложение https://drogal.ru/glossary/takelazhnie-raboti/\\n \\nИдеально для: \\nНакопленный с 1999 года опыт и знания в данном сегменте услуг позволяют эффективно и профессионально решать сложные и нестандартные задачи https://drogal.ru/glossary/universalnii-konteiner/\\n  Наша безукоризненная репутация ? это результат многолетнего порядочного отношения к работе и строгого следования инструкциям при выполнении поставленных задач https://drogal.ru/voprosi-otveti/vmestimost-konteinerov/\\n \\nТакелажные работы в Москве https://drogal.ru/glossary/transportnii-process/\\n \\nГАЗель NEXT Гидроборт https://drogal.ru/glossary/zakaz/\\n \\nВыбрать файлы Удалить https://drogal.ru/portfolio_tags/slozhnye-takelazhnye-raboty/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:49:55','2026-03-30 15:49:55','01e61a6c-a109-4ee3-b7aa-17e8756c0be6'),
(54211,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddyrasob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n\\nПлитка с рифами — ориентирует направление движения (прямо, влево, вправо). \\n\\nОчень важным является ГОСТ https://elite-stones.ru/portfolio/\\n  Тактильная плитка низкого качества, которая не прошла важную процедуру государственного сертифицирования, является потенциально опасной, гарантировать её долговечность не сможет никто https://elite-stones.ru/portfolio/\\n  Только официальные организации и частные компании способны изготовить материал, благодаря которому инвалиды смогут ощутить себя полноценными членами общества https://elite-stones.ru/oblizovka-i-moshenie/\\n \\nОбъема партии и условий доставки \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsevernapark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsevernapark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:51:40','2026-03-30 15:51:40','230d0205-c2d4-4742-9143-1a19ae6901b9'),
(54212,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BonnieTaH\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qxvmmusb@tacoblastmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"24 HOUR CANADIAN PHARMACY <a href=\\\"https://supremesuppliersltd.com/\\\">order cipro online supreme suppliers</a> Pharmacy4u.gr  <a href=\\\"https://www.pharmacyonlinenoscript.com/\\\">Online pharmacy</a> Mexican pharmacies that ship Viagra Online Canada. Approved Canadian Pharmacy Store. <a href=\\\"https://www.canadapharmac.com/\\\">levitra non prescription</a> The Canadian Peregrine Foundation <a href=\\\"http://pharmacyusa24.com/\\\">adhd medications online pharmacy</a> ONLINE PHARMACY NO RX Order Viagra And Cialis - The Lowest Drugs Online-Offers <a href=\\\"http://expressnoscripts.com/\\\">online pharmacy no prescription</a> CELEXA NO PRESCRIPTION US PHARMACY BUY VIAGRA ONLINE - Order Viagra:Due to using of Viagra each man\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarebrick.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarebrick.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:53:05','2026-03-30 15:53:05','80956a10-3a2a-4aa5-ad3a-be022b359732'),
(54213,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelaffom\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Ресторан в Хибинах Фото: архитектурное бюро Kleinewelt Architekten https://www.abbalk.ru/stati\\n \\nАРХМОСКВА 2022 ДОМУС https://www.abbalk.ru/page47574811.html\\n СФЕРА https://www.abbalk.ru/gradostroitelstvo\\n \\nПри поддержке CT Architects потенциал здания в объектах коммерческой недвижимости будет использоваться на 100%. Высокие компетенции профессиональной команды архитекторов и дизайнеров подтверждаются регулярным участием представителей компании в архитектурных форумах, профессиональными публикациями в СМИ, количеством реализованных проектов и числом заказчиков https://www.abbalk.ru/\\n \\nПОСЁЛОК МИРОНЦЕВО https://www.abbalk.ru/page47572771.html\\n \\nБюро Ai-architects ( входит в состав группы компаний AI Group) создает архитектурные проекты зданий, общественных пространств, дизайн-проекты частных и коммерческих интерьеров https://www.abbalk.ru/page47574811.html\\n  Ai-architects - это  https://www.abbalk.ru/gradostroitelstvo\\n  Читать далее https://www.abbalk.ru/gradostroitelstvo\\n \\nАрхитектурное бюро Piglova Architectslink=https://piglova-arch https://www.abbalk.ru/page47559287.html\\n ru/;&gt;20 — Бюро Piglova Architects специализируется на архитектурном проектировании и дизайне интерьера https://www.abbalk.ru/interier\\n  — Стремится к комплексному подходу и может осуществить полный цикл проектирования и строительства дома совместно со своими партнерами https://www.abbalk.ru/page47559287.html\\n  — Архитектурное бюро выполняет разные виды работ: АР,КР,АГР, АГО https://www.abbalk.ru/arhitectyra\\n  — Марина Пиглова является основателем бюро и обладает ярким собственным стилем и высокой экспертизой в отрасли.;&gt;10;???;Телефон: +7 (495) 188-80-18 Адрес: г https://www.abbalk.ru/page47574811.html\\n  Москва, ул https://www.abbalk.ru/page47572771.html\\n  Большая Черемушкинская, д https://www.abbalk.ru/gradostroitelstvo\\n  13с1 https://www.abbalk.ru/\\n  Архитектурная студия Chadolink=https://chado https://www.abbalk.ru/gradostroitelstvo\\n pro/ ;&gt;50 Chado — международная архитектурная студия https://www.abbalk.ru/interier\\n  В данный момент имеет опыт работы в России, Латвии, Швейцарии, Казахстане, Эстонии, Черногории, Италии https://www.abbalk.ru/arhitectyra\\n  — Выполняет полный цикл работ: ЭП (эскизный проект), Рабочий проект АР (Архитектурные решения) КР (Конструктивные решения). Авторский надзор https://www.abbalk.ru/stati\\n  Заказчики: частные клиенты, инвесторы, девелоперы https://www.abbalk.ru/arhitectyra\\n  — Архитектурное проектирование частных, загородных вилл, общественных пространств: отели, офисные здания рестораны и т https://www.abbalk.ru/page47559287.html\\n д https://www.abbalk.ru/\\n  — Дизайн интерьеров https://www.abbalk.ru/\\n  — Ландшафтный дизайн.;&gt;40;???;Телефон: +7 (499) 397-86-62 Адрес: г https://www.abbalk.ru/\\n Москва ул https://www.abbalk.ru/page47572771.html\\n  Пресненская набережная, д https://www.abbalk.ru/gradostroitelstvo\\n 6, с https://www.abbalk.ru/page47574811.html\\n 2, Башня Империя Архитектурное бюро Wantarchitectlink=https://wantarchitect https://www.abbalk.ru/page47574811.html\\n ru/;&gt;20 — Бюро работает с частными клиентами и ведущими крупными застройщиками Москвы https://www.abbalk.ru/gradostroitelstvo\\n  — Проектирует частные загородные дома и виллы https://www.abbalk.ru/stati\\n  — Выполняет полный цикл работ: архитектурные решения (АР), конструктивные решения (КР), рабочая документация, согласования, авторский надзор https://www.abbalk.ru/page47574811.html\\n  — Проектирует концепции формирования городской среды;&gt;10;???;г https://www.abbalk.ru/interier\\n Москва Вельяминовская улица, 34 Архитектурное бюро Сергея Скуратова;&gt;50 — Мастерская Sergey Skuratov Architects специализируется на разработке архитектурных проектов различного масштаба, включая жилые и общественные здания, офисы, культурные и спортивные сооружения https://www.abbalk.ru/page47574811.html\\n  Компания оснавана архитектором Сергеем Скуратовым в 2002 году и расположено в Москве, Россия https://www.abbalk.ru/page47572771.html\\n  — Известно своим индивидуальным и современным подходом к архитектуре https://www.abbalk.ru/stati\\n  Архитекторы создают элегантные и функциональные пространства, объединяющие современные тенденции с уникальными архитектурными решениями.;49;????;г https://www.abbalk.ru/interier\\n Москва Трубецкая ул., 12 (помещение II, II ,I) Меганом;&gt;50 Московское бюро «Меганом» существует с 1998 года, специализируется на архитектуре, строительстве, градостроительстве, прикладных и теоретических исследованиях https://www.abbalk.ru/interier\\n  Крупнейшими проектами бюро, которые отмечены отраслевыми наградами, являются Музей современного искусства ArtMill в Дохе, экспозиция Российского павильона на Миланской Триеннале, проект реабилитации и развития прибрежного пояса Москвы-реки https://www.abbalk.ru/interier\\n  Сегодня бюро работает не только в России, но и в США и странах Ближнего Востока, например, одним из текущих проектов выступает жилой небоскреб в Нью-Йорке https://www.abbalk.ru/gradostroitelstvo\\n  В целом бюро реализует проекты разного масштаба: региональные схемы, городские мастер-планы, стратегии развития территорий, художественные инсталляции и даже предметы мебели https://www.abbalk.ru/stati\\n  Сейчас здесь работают 35 архитекторов под руководством архитектора, графика, художника, педагога и общественного деятеля Юрия Григоряна.;52;????;г https://www.abbalk.ru/gradostroitelstvo\\n Москва Берсеневский переулок, 5А, стр https://www.abbalk.ru/interier\\n  1, 119072 ТПО «Резерв»;&gt;50 Крупное архитектурно-проектное бюро https://www.abbalk.ru/page47559287.html\\n  В портфолио градостроительные концепции, объекты культуры и здравоохранения, торговые центры и офисные комплексы https://www.abbalk.ru/interier\\n  ТПО \\\"Резерв\\\" имеет 5 архитектурных мастерских и оказывает полный спектр проектирования: от концепций архитектуры, внедрения систем отопления, вентиляции, кондиционирования (ОВиК) до разработки конструктивных решений (КЖ, КМ) ;&gt;150;????;г https://www.abbalk.ru/gradostroitelstvo\\n Москва Ленинградский просп., 31А, стр https://www.abbalk.ru/arhitectyra\\n  1 Wowhaus;&gt;50 Wowhaus — это архитектурное бюро, базирующееся в Москве, Россия https://www.abbalk.ru/interier\\n  Основано в 2007 году архитекторами Дмитрием Соколовым и Андреем Янголем https://www.abbalk.ru/page47572771.html\\n  Wowhaus зарекомендовало себя как инновационная исследовательская компания, занимающуюся разнообразными проектами и сферами архитектуры https://www.abbalk.ru/stati\\n Wowhaus выполняет широкий спектр работ, включая проектирование частных домов, общественных зданий, культурных и образовательных объектов https://www.abbalk.ru/interier\\n  Также специализируются на реконструкции и реставрации исторических зданий.;&gt;50;????;г https://www.abbalk.ru/stati\\n Москва Нижняя Сыромятническая ул., 10, стр https://www.abbalk.ru/stati\\n  9 (под https://www.abbalk.ru/arhitectyra\\n  D, этаж 4) SPEECH;&gt;50 Архитектурное бюро «СПИЧ» основал в 2006 году известный архитектор Сергей Чобан, управляющими партнерами являются Антон Павлов и Игорь Членов https://www.abbalk.ru/page47559287.html\\n  Помимо архитекторов в команде бюро также работают инженеры, конструкторы, проектные менеджеры https://www.abbalk.ru/stati\\n  Бюро занимается разработкой градостроительных концепций, проектированием зданий и комплексов разного функционального назначения, созданием объектов выставочного дизайна и интерьеров общественных пространств https://www.abbalk.ru/page47559287.html\\n  На сегодня бюро имеет проекты, реализованные в России и за рубежом https://www.abbalk.ru/interier\\n  Среди наиболее известных отмечаются жилой комплекс «Гранатный» в Москве, Дворец водных видов спорта для Универсиады 2013 в Казани, микрорайон «В лесу» в Московской области, ВТБ Ледовый дворец в Москве.;&gt;100;????;г https://www.abbalk.ru/gradostroitelstvo\\n Москва Полковая ул., дом 3, стр https://www.abbalk.ru/page47559287.html\\n  1 Архитекторы Асс;&gt;50 Евгений Асс основатель архитектурной школы «МАРШ», одно из ведущих архитектурных образовательных заведений в России, теоретик архитектуры, художник https://www.abbalk.ru/page47572771.html\\n  Проектирует дома, гостиницы, выставочные центры, жилые районы, парки https://www.abbalk.ru/arhitectyra\\n  ;&gt;2;????;г https://www.abbalk.ru/interier\\n Москва Большой афанасьевский переулок 11/13 17 этаж Бюро «Александр Бродский»;&gt;10 Архитектор Александр Бродский один из самых известных российскийских архитекторов в мире https://www.abbalk.ru/interier\\n  Автор-концептуалист (paper architects) целого направления в бумажной архитектуре https://www.abbalk.ru/stati\\n  Несколько проектов Александра Бродского реализовано в Никола-Ленивце: \\\"Ротонда\\\", \\\"Вилла ПО-2\\\", \\\"Кроватка\\\".;&gt;1;????;г https://www.abbalk.ru/page47574811.html\\n Москва АБ «Остоженка»;&gt;50 Архитектурное бюро «Остоженка» является одним из ведущих и старейших проектных организаций Москвы https://www.abbalk.ru/page47559287.html\\n  Деятельность компании охватывает все аспекты градостроительства, включая жилую, общественную и промышленную архитектуру https://www.abbalk.ru/page47574811.html\\n  «Остоженка» активно работает над созданием новых архитектурных ансамблей, реконструкцией и реставрацией исторических зданий и сооружений https://www.abbalk.ru/arhitectyra\\n  Одним из ключевых направлений — разработка проектов жилых комплексов и индивидуальных домов https://www.abbalk.ru/stati\\n  Фирма также активно участвует в международных архитектурных конкурсах и выставках, что позволяет им быть в курсе последних тенденций и технологий в области архитектуры.;&gt;20;????;г https://www.abbalk.ru/gradostroitelstvo\\n Москва Турчанинов пер., 6, стр https://www.abbalk.ru/page47574811.html\\n  2 Buromoscow;&gt;50 Московское архитектурное бюро, специализирующееся на проектировании зданий и городских пространств https://www.abbalk.ru/\\n  Компания активно участвует в развитии городской инфраструктуры, реконструкции исторических объектов и разработке новых архитектурных концепции.;22;???;г https://www.abbalk.ru/page47574811.html\\n Москва Нижняя Сыромятническая ул., 10, стр https://www.abbalk.ru/page47572771.html\\n  4 АДМ;&gt;5 Архитектурное бюро из Москвы, специализирующееся на разработке проектов в области архитектуры и градостроительства https://www.abbalk.ru/arhitectyra\\n  Компания предлагает широкий спектр услуг, от концептуального проектирования до рабочего проектирования и авторского надзора https://www.abbalk.ru/gradostroitelstvo\\n  АДМ стремится создавать архитектурные проекты, которые не только соответствуют функциональным требованиям, но и обладают эстетической ценностью и гармонично вписываются в городскую среду.;&gt;2;????;г https://www.abbalk.ru/\\n Москва улица Сущевская, 27/2 офис 2 https://www.abbalk.ru/page47559287.html\\n 20 Архитектурная мастерская «Атриум»;&gt;50 Мастерская, основанная талантливыми архитекторами Антоном Надточим и Верой Бутко https://www.abbalk.ru/arhitectyra\\n  Успешно развивается благодаря уникальным авторским стратегиям, которые подразумевают индивидуальный подход к каждому проекту https://www.abbalk.ru/arhitectyra\\n  В центре внимания функциональность и пространственные задачи, которые переосмысливаются с учетом актуальных художественных тенденций.;&gt;80;????;г https://www.abbalk.ru/\\n Москва Столярный пер., 3, корп https://www.abbalk.ru/gradostroitelstvo\\n  13 (подъезд 2, этаж 3) Бюро «Космос»;&gt;20 Архитектурное бюро «Космос» (Kosmos Architects) было открыто в 2012 году четырьмя московскими архитекторами, которые окончили МАРХИ и успели поучиться в зарубежных университетах https://www.abbalk.ru/page47559287.html\\n  Это бюро с новым форматом работы: оно не находится в одном месте, имеет офисы в Цюрихе и Граце, сотрудничает с компаниями-партнерами в Москве и Нью-Йорке, с которыми реализует проекты в разных точках мира https://www.abbalk.ru/gradostroitelstvo\\n  Бюро создает объекты разных масштабов: от дверных ручек до планов целых городов, павильонов, художественных инсталляций, жилых и общественных домов https://www.abbalk.ru/gradostroitelstvo\\n  Любая услуга оказывает на основании принципа сочетания искусства и технологий https://www.abbalk.ru/interier\\n  Наиболее крупными объектами бюро стали культурный кластер «ЭМА» самом сердце Москвы, а также спортивный центр Air Box Msk площадью 4800 м2 в парке Горького https://www.abbalk.ru/stati\\n  Еще бюро участвовало в реконструкции башен госпиталя «Тримли» в Цюрихе, спроектировало Музей Современного искусства в Женеве.;3;????;г https://www.abbalk.ru/interier\\n Москва Мастерская Михаила Филиппова;&gt;20 Мастерская создана известным архитектором, графиком и акварелистом Михаилом Филипповым в 1994 году https://www.abbalk.ru/arhitectyra\\n  Мастерской принадлежит авторство многофункциональных жилых комплексов «Маршал», «Итальянский квартал», «Римский квартал» в Москве, а также олимпийской медиадеревни «Горки-Город» в Сочи https://www.abbalk.ru/arhitectyra\\n  Также мастерская создавала проекты застройки Пречистенской набережной «Третий Рим», реконструкции стрелки Острова на Москва-реке и района морского вокзала и гавани города Сочи https://www.abbalk.ru/gradostroitelstvo\\n  Филиппов проектировал интерьеры Государственного еврейского театра и ресторана «Акрополь» в Москве https://www.abbalk.ru/stati\\n  Именно проекты мастерской ассоциируются с национальным стилем российской архитектуры, имеющее полное международное признание.;&gt;10;????;г https://www.abbalk.ru/interier\\n Москва Лыщиков пер., 12, стр https://www.abbalk.ru/\\n  1 Nowadays;&gt;40 Московское архитектурное бюро Nowadays основано в 2013 году Натой Татунаишвили и Натальей Масталерж, которые ранее работали в «Меганоме» под руководством Юрий Григоряна https://www.abbalk.ru/stati\\n  Основные услуги включают проектирование общественных и жилых зданий, создание градостроительных проектов, парков и благоустройства, а также разработку интерьеров, выставочных объектов и проведение исследований https://www.abbalk.ru/stati\\n  В портфолио бюро проект гостиницы Radisson, интерьер Lavkalavka, благоустройство ЖК «Пятницкие кварталы», бар «Редакция», павильон Microsoft в Сочи, проект реконструкции завода «Кристалл» в Москве, галерея центра «Марс» в Абрау-Дюрсо https://www.abbalk.ru/gradostroitelstvo\\n  Сейчас в бюро работают архитекторы, а также дизайнеры, менеджеры проектов — всего около 45 человек: кто-то занят разработкой концепций проектов, другие отвечают за взаимодействие с партнерами, третьи ведут авторский надзор либо рабочую документацию https://www.abbalk.ru/interier\\n  Одним из крупных проектов команды в текущее время является новый Музей Кремля.;&gt;15;????;г https://www.abbalk.ru/\\n Москва Большая Никитская ул., 43 Арх бюро Камень;&gt;34;&gt;15;????;г https://www.abbalk.ru/gradostroitelstvo\\n  Москва, ул https://www.abbalk.ru/page47559287.html\\n  Нижняя Сыромятническая, д https://www.abbalk.ru/\\n  10с2, 8 этаж https://www.abbalk.ru/page47572771.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:54:01','2026-03-30 15:54:01','5f897732-1120-4518-979f-8b4fd4ba4235'),
(54214,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelnob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Лучшие студии, мастерские и крупные компании, где проектируют дома и пространства https://www.abbalk.ru/page47574811.html\\n \\nКонтакты https://www.abbalk.ru/stati\\n \\nЗагородные дома и коттеджи Дизайн интерьеров Проекты общественных зданий https://www.abbalk.ru/arhitectyra\\n \\nСэкономить при заказе проекта можно если: \\nT+T Architects https://www.abbalk.ru/page47574811.html\\n \\nКоманда архитекторов ориентирована на социальные объекты и благоустройство https://www.abbalk.ru/interier\\n  Проектируют дворовые площадки и образовательные пространства так, чтобы объекты и формы стимулировали фантазию и активность https://www.abbalk.ru/page47559287.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 15:58:56','2026-03-30 15:58:56','88826ecb-1a2e-40d5-9672-c4e4d6bf9af6'),
(54215,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddytic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"«Нова СТРОЙ» — это производитель с более чем 25-летним опытом в сфере бетонных изделий https://elite-stones.ru/balyustrady-iz-betona/betonnye-balyasiny/\\n  Мы выпускаем тактильную плитку для инвалидов желтую, обеспечивая: \\nТехнологии производства (вибропресс / вибролитье) \\nТактильная плитка для инвалидов — это бетонная тротуарная плитка, лицевая часть которой имеет ярко выраженный рельеф: рифами или конусообразными элементами https://elite-stones.ru/mal-arhitekturnoe-formi/\\n  Благодаря выпуклостям и желтому цвету, такие плиты выполняют две важнейшие функции: \\nПредупреждают об изменении маршрута или наличии препятствия; \\nПлитка с конусообразными элементами — предупреждает о пересечении, крае платформы, ступенях https://elite-stones.ru/mal-arhitekturnoe-formi/\\n \\nСколько стоит тактильная плитка \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:02:53','2026-03-30 16:02:53','0862c3a9-ab6d-4a77-95d2-04820f05d3db'),
(54216,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarrysaiBE\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Еще один немаловажный момент: людям, решившим записаться к нам на курсы, не придется платить лишние деньги за оборудование, краски, искусственную кожу и другие расходники – все это всегда есть у нас https://maze.tattoo/catalog/e/edinorog/\\n  После прохождения курсов и получения сертификата мы находимся на связи и готовы поддержать и словом, и делом, помочь с трудоустройством, подсказать, где в данный момент требуются специалисты https://maze.tattoo/catalog/f/\\n  Вполне возможно, что после получения сертификата вы станете членом нашего коллектива https://maze.tattoo/catalog/a/akvalangisty/\\n \\nУважение к каждому клиенту — вне зависимости от пола, возраста и стиля https://maze.tattoo/catalog/ee/\\n \\n? Звёздный бул., д https://maze.tattoo/catalog/c/serdtse/\\n  21, стр https://maze.tattoo/catalog/i/ikra/\\n  1 https://maze.tattoo/catalog/p/portret/\\n \\nИмя Дмитрия Речного давно известно поклонникам татуировки — мастер работает с 1993 года и специализируется на традиционном стиле, хотя ради интересного концепта может сделать исключение https://maze.tattoo/catalog/t/tresh-polka/\\n  Чтобы попасть на сеанс к легенде, придётся записываться сильно заранее https://maze.tattoo/catalog/l/lotos/\\n  Вы также можете воспользоваться услугами других мастеров студии XK Tattoo — у них многолетний опыт и вереница наград с престижных тату-конвенций https://maze.tattoo/catalog/m/mini-tatu/\\n  Цены подбирают индивидуально https://maze.tattoo/catalog/m/mayak/\\n \\nг https://maze.tattoo/catalog/t/telec/\\n  Москва, 23 мая 2025 https://maze.tattoo/catalog/i/ieroglify/\\n \\nУзнать подробнее https://maze.tattoo/catalog/a/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbrackenville.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrackenville.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:05:13','2026-03-30 16:05:13','f7df62a7-71a2-498d-b897-ff4e848d05e7'),
(54217,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Glennnoigo\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Смесители https://акваторг24.рф/lotki-sifony-trapy-shlangi-podvodka-dlya-vody-tim/trap-s-goriz-iz-nezh-stali-kvatr-tim-gidro-suhaya-zaschita-ot-zapaha-150h150mm-art-bad411502/\\n \\nНа официальном сайте Leroy Merlin можно подобрать для своей ванной комнаты полный спектр сантехники и дополнительных аксессуаров позволяющих добавить уюта https://акваторг24.рф/baki-membrannye/baki-rasshiritelnye-dlya-gvs/rasshiritelnyy-bak-dlya-gvs-belyy-tim-vertikalnyy-5-l-art-gvc-5l/\\n \\nСантехника в москве https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kran-ventilnyy-kran-buks-tim-1-art-bl1804/\\n \\nбольшой выбор сантехники https://акваторг24.рф/armatura-zapornaya/\\n  нет услуги установки и доставка только до подъезда https://акваторг24.рф/lotki-sifony-trapy-shlangi-podvodka-dlya-vody-tim/gibkaya-podvodka-dlya-vody/gibkaya-podvodka-dlya-vody-v-opletke-1-2-g-sh-100sm-tim-art-c27-10/\\n  Заказывала себе с доставкой курьером раковину с… \\nНа сайте отдельным разделом вынесены отзывы покупателей магазина Santehmoll https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/kollektor-iz-nerzhaveyuschey-stali-dlya-teplogo-pola-v-sbore-mvi-na-3-vyh-art-ms-503-06/\\n  Приятно, что негативные отзывы о товаре не удаляются администрацией магазина https://акваторг24.рф/armatura-zapornaya/krany-sharovye-dlya-vody/krany-sharovye-mvi/kran-sharovoy-polnoprohodnoy-mvi-3-4-s-nar-vn-rezboy-ruchka-babochka-krasnaya-art-bv-514-05/\\n \\nсмесителей для ванны и кухни, душевых систем и гарнитуров; отводов, сифонов, сливов-переливов, отводов, впускных механизмов; инсталляционных рам и их наборов с подвесными унитазами https://акваторг24.рф/product/dlina-v-mm/150/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccfoxhill.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfoxhill.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:06:14','2026-03-30 16:06:14','6db90925-c970-4c73-b0e0-8f51757356a3'),
(54218,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BarryUNFAX\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Главные кинособытия месяца в Москве https://maze.tattoo/catalog/b/braslety/\\n \\nВесенне-летнее меню в ресторанах Москвы https://maze.tattoo/catalog/z/\\n \\nЗдесь вам предложат сделать на выбор любой стиль татуировки, расскажут о тонкостях процесса и дадут бесплатную консультацию перед тем, как вы окончательно решитесь на тату https://maze.tattoo/catalog/ch/cheshirskiy-kot/\\n  Особым вниманием в салоне пользуются необычные орнаменты, оригинальные сюжеты больших и маленьких татуировок https://maze.tattoo/catalog/a/akvalangisty/\\n  Мастера — действующие преподаватели тату-школы, регулярно принимают участие в выставках и конференциях https://maze.tattoo/catalog/p/pesochnye-chasy/\\n  Вместе с ними вы сможете разработать индивидуальный эскиз любой сложности https://maze.tattoo/catalog/t/sak_yant/\\n  Также вам предложат сделать пирсинг https://maze.tattoo/catalog/c/sobaka/\\n \\nСветлана (тату Божья коровка) \\nУзнать подробнее https://maze.tattoo/catalog/d/\\n \\n? Опубликовано 5 марта 2019 17:47 ID10240 https://maze.tattoo/catalog/m/mayak/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:06:22','2026-03-30 16:06:22','313403f4-02b7-47c1-a543-3ec7fa5a4b7f'),
(54219,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertpak\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Демонтаж и монтаж промышленного оборудования Демонтаж промышленного оборудования Монтаж и демонтаж станков Пусконаладочные работы Монтаж трансформаторов Монтаж станков Монтаж прессов https://drogal.ru/uslugi/\\n \\nТакелажные работы в Москве недорого, качественно и строго по графику? Это возможно, если заказать такелажные работы у профессионалов https://drogal.ru/glossary/gruzovaya-operaciya/\\n  Правильная организация такелажных работ, совмещенная с последующей транспортировкой и грамотным монтажом/демонтажем – это выгодно и удобно https://drogal.ru/glossary/gruzovaya-edinica/\\n  Компания «Перевозки-Переноски» гарантирует клиентам индивидуальный подход, конфиденциальность и соблюдение сроков https://drogal.ru/glossary/logisticheskie-riski/\\n  Выполняем любые виды такелажных услуг, как для частных лиц, так и для организаций https://drogal.ru/uslugi/takelazh/takelazh-mediczinskogo-oborudovaniya/\\n \\nПросто напишите нам в Whatsapp https://drogal.ru/glossary/gruzoobrazuyushie-punkti/\\n \\nПринимаем заказы любой сложности и объема , от одного станка до завода https://drogal.ru/portfolio_tags/takelazhnye-raboty-c-promyshlennym-oborudovaniem/\\n \\nСпециалисты компании «СТОГРУЗ» выполнят возложенную на них работу даже в самых сложных условиях https://drogal.ru/glossary/kranovie-raboti/\\n  Мы обеспечим эффективный и оперативный переезд склада, цеха и завода, переместим и поднимем оборудование, изготовим качественную транспортную упаковку и обрешетку https://drogal.ru/glossary/logisticheskaya-sistema/\\n \\nДмитрий Архипов Когда потребовалось заказать бригаду такелажников в Москве, я часа три потратил на поиск самого выгодного варианта https://drogal.ru/glossary/transportirovka/\\n  В итоге остановился на «Перевозке Люкс» - устроили расценки и обещанная скорость выполнения заказа https://drogal.ru/glossary/benchmarking/\\n  В итоге за услуги такелажных работ заплатил меньше, чем изначально рассчитывал https://drogal.ru/glossary/logisticheskie-operacii/\\n  За такую цену качество на высоте! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmonmouth.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmonmouth.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:07:51','2026-03-30 16:07:51','e21d49ca-1432-4f50-a150-ea803ae9bebb'),
(54220,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertWah\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prohor.zlobin.14.11.1987@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Полипропиленовые трубы PPRC бывают белого, серого, синего, зеленого и черного цвета https://deneb-spb.ru/sedla\\n \\nТрубы из полипропилена монтируются в единую систему несколькими способами: холодной сваркой, диффузионной пайкой, а также с использованием электрических фитингов https://deneb-spb.ru/\\n  При правильной установке производители гарантируют срок службы не менее 25 лет https://deneb-spb.ru/shejvery-i-torcevateli\\n \\nполипропилен PPR https://deneb-spb.ru/burty-i-flancy\\n \\nТехнология монтажа трубопроводов – полифузионная сварка https://deneb-spb.ru/shurup-shpilka\\n \\nПо запросу 320 https://deneb-spb.ru/clientam\\n 65 https://deneb-spb.ru/krany-latunnye-rezbovye\\n \\nФорма поставки – отрезки длиной 4 или 2 м https://deneb-spb.ru/svarochnye-apparaty-i-mashiny\\n  Количество трубы в упаковке зависит от ее типоразмера https://deneb-spb.ru/ankery\\n  Ниже приведена цена трубы за погонный метр https://deneb-spb.ru/mufty-kombinirovannye\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:08:02','2026-03-30 16:08:02','ad73cdc3-ad21-4a59-a223-dfa2eb840665'),
(54221,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BonnieGot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qxvmmusb@tacoblastmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"ONLINE PHARMACY NO RX <a href=\\\"http://canadian24hourpharm.com/\\\">canadian pharmacy </a> Get really CHEAP VIAGRA - Compare the prices from trusted pharmacies <a href=\\\"http://onlinepharmwithoutaprescription.com/\\\">international pharmacy no prescription</a> Allpills shop Online Cheap Cheap viagra canada Price Pills  <a href=\\\"http://canadianapharcharmy.com/\\\">Canadian Pharcharmy Online</a> Canada - Wikipedia, the free encyclopedia <a href=\\\"http://amoxicillinpharm.com/\\\">buy amoxicillin online from mexico</a> ONLINE PHARMACY NO RX Cialis and viagra <a href=\\\"http://cialiswithoutdoctorprescription.com/\\\">cialis without a doctor\'s prescription</a> BEST CANADIAN PHARCHARMY ONLINE Online Pharmacy Australia - Buy Viagra Cialis Levitra in Australia\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarehillside.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarehillside.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:08:44','2026-03-30 16:08:44','f78b2da9-9299-4cc3-aecc-9714b3b552da'),
(54222,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwardWAB\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"kina3axjglime@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Как мы работаем в выходные дни и праздники: В субботу, воскресенье и праздничные дни перед визитом в типографию нужно обязательно позвонить до выезда и согласовать время https://print-classic.ru/printingtextiles\\n  В один из выходных дней офис может не работать https://print-classic.ru/nakleiki\\n \\nРадиальный – \\n-5- ВНЕСТИ ПРЕДОПЛАТУ https://print-classic.ru/photozone\\n \\nПечать на бэклите Площадь изображения Цена Менее 0,5м2 800 руб/шт 0,5 https://print-classic.ru/poster\\n  1м2 1000 руб/шт 1 https://print-classic.ru/listovki\\n  5м2 850 руб/м2 5 https://print-classic.ru/standsandsigns\\n  25м2 750 руб/м2 25 https://print-classic.ru/trebovaniya\\n  50м2 650 руб/м2 https://print-classic.ru/printingonfilm\\n \\nБаннерная ткань Backlit (плотность 510 г/кв https://print-classic.ru/ploter\\n м) - транслюцентный материал с высоким уровнем светорассеивания и светопропускания, который имеет прозрачность до 40%. Используется для баннеров с подсветкой с обратной стороны (световые короба, лайт-боксы, световые панели), что обеспечивает равномерную засветку и насыщенную цветопередачу https://print-classic.ru/largeprinting\\n \\nВысокое качество https://print-classic.ru/rug\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccorangepark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccorangepark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:08:56','2026-03-30 16:08:56','fdc2debd-cbf6-43e4-b032-9a0ffb491fd7'),
(54223,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddypurge\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Tagline Awards 2021 https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n \\nПродажи – с момента запуска рекламной кампании https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Только целевая аудитория! \\nВыберите регионы России для продвижения товаров и услуг Присутствие сайта в ТОП-10 Яндекс и Google по поисковым запросам в заданных городах России https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nЕщё в далёком 2009 году в Яндексе был запущен алгоритм поиска «Арзамас», в котором в разных регионах результаты по одинаковым запросам стали отличаться https://proffseo.ru/kontakty\\n  Таким образом, появилось понятие регионального продвижения, то есть продвижения сайта в конкретном регионе или регионах России https://proffseo.ru/\\n \\nПишет и редактирует контент для сайта (статьи, исследования, раздаточные материалы), раскрывает пользу продукта услуги, адаптирует материалы с учетом алгоритмов ранжирования поисковых систем https://proffseo.ru/privacy\\n  Совместно с веб-дизайнерами работает над креативными материалами, дополняющими копирайт https://proffseo.ru/kontakty\\n \\n2 https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n  Продвижение сайтов по России на заказ – под ключ https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccspringbrook.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccspringbrook.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:09:02','2026-03-30 16:09:02','f9b7f2e4-7889-4c0c-b592-0e381599a46f'),
(54224,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephLab\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"lashawndaqkpuc@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"АВРОРА ПАКИНГ ТЕХНОЛОДЖИ https://zittel.ru/oborudovanie/37-oborudovanie/214-rozliv-naturalnykh-sokov-v-steklotaru-voran-avstriya-model-lf4.html\\n \\nСовременный рынок оборудования пищевой промышленности стремительно развивается, внедряя инновации и модернизируя существующие процессы https://zittel.ru/oborudovanie/37-oborudovanie/162-avtomat-vyduva-pet-butylok-model-blow-xl-frantsiya.html\\n  Одной из ключевых тенденций является автоматизация и цифровизация процессов https://zittel.ru/oborudovanie/37-oborudovanie/206-izmelchitel-tsentrobezhnyj-voran-avstriya-model-rm-5-5.html\\n  Это позволяет значительно повысить эффективность производства и сократить затраты https://zittel.ru/oborudovanie/37-oborudovanie/200-etiketirovochnaya-mashina-dlya-termousadochnoj-etiketki-model-sleeve.html\\n  Современные машины и оборудование пищевых производств оснащены передовыми технологиями, которые обеспечивают высокую точность и скорость работы https://zittel.ru/news/47-upakitalia2011.html\\n  Например, автоматические линии для упаковки и сортировки продукции позволяют минимизировать участие человека и снизить риск ошибок https://zittel.ru/oborudovanie/37-oborudovanie/232-poluavtomaticheskij-izobaricheskij-rozliv-piva-model-6-6i-1-italiya.html\\n  Внедрение таких решений делает производство оборудования для пищевой промышленности более конкурентоспособным на мировом рынке https://zittel.ru/juice.html\\n \\nЗавод конвейерных зерносушилок «Агромиг» \\nДиректор - Желтов Петр Сергеевич https://zittel.ru/news/109-anugafoodtec2012.html\\n \\nЭлектро-механическое оборудование https://zittel.ru/osnastka.html\\n \\nСохранение полезных свойств https://zittel.ru/oborudovanie/37-oborudovanie/147-ukladchik-v-koroba-apsol-rcp.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:10:03','2026-03-30 16:10:03','f847b7d9-0201-4035-9fb4-1a4b2c40e0ab'),
(54225,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Katie Kelly \",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"cxk391@jeffersonn.edu\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"MosRehab\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1209],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Can you please provide me with a fax number to send a referral for admission to Complete Care at Harston Hall.  Thank you.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,0,NULL,NULL,'[]',NULL,'2026-03-30 16:10:13','2026-03-30 16:10:13','fa035323-6384-4eab-b38d-249e2385db5e'),
(54226,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BuddyTralm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"elenalidajo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n\\nЗаказывайте тактильную плитку с диагональными полосами прямо сейчас — удобное решение для безопасности и доступности вашего объекта https://elite-stones.ru/mal-arhitekturnoe-formi/vodostoki-is-betona/\\n \\nТактильная плитка для инвалидов — это бетонная тротуарная плитка, лицевая часть которой имеет ярко выраженный рельеф: рифами или конусообразными элементами https://elite-stones.ru/portfolio/\\n  Благодаря выпуклостям и желтому цвету, такие плиты выполняют две важнейшие функции: \\nМы производим тактильную тротуарную плитку следующих видов: \\nВсе изделия изготавливаются из высококачественного бетона, устойчивого к механическим повреждениям, влаге и морозу https://elite-stones.ru/taktilnaya-plitka\\n  Тактильная плитка для слабовидящих легко монтируется, не требует ухода и служит десятилетиями https://elite-stones.ru/oblizovka-i-moshenie/trotuarnaya-plitka/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccbayshore.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbayshore.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:12:21','2026-03-30 16:12:21','4acc3a61-839f-43e4-9721-0280f8a00dde'),
(54227,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryaffic\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Студия художественной татуировки в центре Москвы воплощает любые фантазии в реальность https://maze.tattoo/catalog/b/belki/\\n  Это арт-бутик с творческой атмосферой https://maze.tattoo/catalog/x/miyazaki/\\n  Здесь работают влюблённые в своё дело профессиональные художники, у многих за плечами более двадцати лет работы в тату-индустрии https://maze.tattoo/catalog/ya/yascheritsa/\\n  Мастера нарисуют эксклюзивный эскиз по идее клиента, а при необходимости помогут с выбором сюжета https://maze.tattoo/catalog/c/sobaka/\\n  Можно принести с собой готовый эскиз, и тату набьют по нему https://maze.tattoo/catalog/m/medved/\\n  Первичная консультация и подготовка эскиза бесплатны https://maze.tattoo/catalog/g/gorgona/\\n \\nКуда пойти бесплатно https://maze.tattoo/catalog/sh/\\n \\nПирсинг https://maze.tattoo/catalog/k/kosmos-i-kosmonavty/\\n \\nВыберите рассылку: \\nНаши услуги https://maze.tattoo/catalog/ya/yascheritsa/\\n \\nТолько одноразовые инструменты, абсолютно стерильное помещение + специалисты с медицинским образованием https://maze.tattoo/catalog/v/vorony/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccgrotonregency.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccgrotonregency.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:13:11','2026-03-30 16:13:11','8ed10360-9805-46f0-a603-065bb54ba68e'),
(54228,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Alina Travers\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"alina.travers37@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Alina Travers\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Careers\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1123],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey,\\n\\nNoticed your business online and wanted to pass this along.\\n\\nThere’s a completely free tool that lets you get listed fast across multiple classified sites with almost no effort.\\n\\nUse this:\\nhttps://classifiedsubmitter.com\\n\\nIt’s a free traffic booster and takes less time than posting manually.\\n\\nHappy to share more free exposure tools.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwoodlands.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwoodlands.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:14:01','2026-03-30 16:14:01','70f78b58-f73c-4f78-835e-f5eb1f26eb79'),
(54229,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Patrickrhila\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"winsatall4ever@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Want the woman</b> you once wanted entire entire life? \\n<b>Take her</b> into your own also bed this lady the way you wish desire! \\n<b><a href=\\\"https://is.gd/7msenw\\\">Give it the chance right at once!</a></b>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:18:38','2026-03-30 16:18:38','e21d2ecb-13fc-4f4a-b134-e3d7c2bc809f'),
(54230,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelpew\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Архитектурное бюро https://www.abbalk.ru/arhitectyra\\n \\nСэкономить при заказе проекта можно если: \\nВ красивом ресторане еда всегда вкуснее https://www.abbalk.ru/arhitectyra\\n \\nЦены на услуги архитектурных бюро в Москве https://www.abbalk.ru/\\n \\nОдин из самых известных проектов компании – реконструкция печатного дома «Утро России» https://www.abbalk.ru/page47574811.html\\n  Сейчас там располагается культурно-развлекательный центр https://www.abbalk.ru/arhitectyra\\n  Также среди знаковых проектов бюро выделяют музеи, театры и коттеджные поселки https://www.abbalk.ru/page47559287.html\\n \\nДом в Комарово Изображение: архитектурная мастерская «Головин &amp; Шретер» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:19:15','2026-03-30 16:19:15','742ccc70-82fb-4b71-8ab3-ca441b5b0fde'),
(54231,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephvon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Варианты благоустройства могил под ключ https://www.kovanie-ogrady.ru/catalog/pamyatniki-reznye/granitnyy-pamyatnik-pr-36/\\n \\nБлагоустройство могилы https://www.kovanie-ogrady.ru/catalog/avtorskie-pamyatniki/granitnyy-pamyatnik-pv-51/\\n \\n9 памятников https://www.kovanie-ogrady.ru/catalog/vertikalnye/pamyatnik-iz-granita-pv-13/\\n \\nукладку тротуарной плитки с установкой бетонного бордюра на пескобетон; оформление декоративным щебнем (белый мраморный, галька, малиновый кварцит и др); монтаж гранитного покрытия (плитки или брусчатки) с каменным бордюром на бетонную подушку https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitniy-pamyatnik-pg-21/\\n \\nДа, Ritual https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pg-2/\\n ru понимает важность персонализации https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pv-22/\\n  Они могут работать с вами, чтобы адаптировать услуги по уборке и очистке с учетом ваших предпочтений, культурных или религиозных требований, или любых особых пожеланий, которые вы можете иметь к месту захоронения https://www.kovanie-ogrady.ru/catalog/plitka/\\n \\nГранитный пол https://www.kovanie-ogrady.ru/catalog/gorizontalnye/granitnyy-pamyatnik-pg-28/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:19:19','2026-03-30 16:19:19','4b58cb7c-6e51-4e83-a019-53e45a0ac48b'),
(54232,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"EdwinPat\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"У нас высокие стандарты качества, мы готовим блюда только из натуральных продуктов, поэтому, выбрав любую позицию на свой вкус, вы обязательно попадете с обедом в точку https://dostafka-obedi.ru/services/\\n  У нас очень удобное и гибкое меню с несколькими позициями комплексных обедов https://dostafka-obedi.ru/services/\\n  Мы учитываем важность разнообразного питания и составляем меню на ближайшие недели так, чтобы соблюдать этот принцип https://dostafka-obedi.ru/\\n \\nРассольник https://dostafka-obedi.ru/reviews/\\n \\nЕлена Николаевна Игнатова https://dostafka-obedi.ru/about/\\n \\nКомпания «Компотик» за время сотрудничества (с 2014г по настоящее время) показа себя как надёжный партнер https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\n  По качеству питания нареканий нет‚ все всегда свежее, вкусное https://dostafka-obedi.ru/menu/\\n  Обслуживающий персонал вежливый, опытный, внимательный к посетителям и работают слаженно https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\n  Помещение столовой содержится в чистоте https://dostafka-obedi.ru/menu/\\n  Посуда, подносы, столы во время сервиса без замечаний https://dostafka-obedi.ru/about/\\n  На время работы столовой выдерживается ассортимент и «вкусная подача блюд» https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\n \\nООО «Авто-Алеа М» \\nМы можем организовать питание как сотрудников больших корпораций, так и частных лиц https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:20:05','2026-03-30 16:20:05','4d166a33-3027-47c6-a985-4e036d380401'),
(54233,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertRotte\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ponomaryov.borya.1983@bk.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Окончательная цена будет озвучена клиенту после осмотра места и оборудования нашим специалистом https://drogal.ru/uslugi/takelazh/\\n  Мы осуществляем свою деятельность в городе Москва, а также по Московской области https://drogal.ru/glossary/materialnii_potok/\\n  Оформить заказ вы можете, позвонив в нашу компанию по указанному номеру телефону https://drogal.ru/portfolio-items/razgruzka-stanka/\\n  Специалисты ответят на все интересующие вас вопросы и сориентируют по стоимости https://drogal.ru/portfolio-items/upakovka-dlya-perevozki-butylok/\\n \\nМонтаж и демонтаж оборудования https://drogal.ru/portfolio-items/kompleks-takelazhnikh-rabot-s-mpu/\\n \\nКомпания оказывает полный спектр услуг, которые связаны с перемещением разнообразных грузов https://drogal.ru/voprosi-otveti/vmestimost-konteinerov/\\n  Кроме такелажных, стропальных, погрузочно-разгрузочных работ не последнее значение имеет процесс транспортировки https://drogal.ru/glossary/oborotnii-sklad/\\n  Успешность результата зависит от корректного выбора транспортного средства, уровня квалификации водителя и ряда других факторов, которые учитываются сотрудниками компании https://drogal.ru/glossary/poddon/\\n \\nНеобходимость подобных работ в Москве возникает очень часто https://drogal.ru/glossary/kombinirovannaya-perevozka/\\n  Каждая компания предлагает свои условия, но только в «СТОГРУЗ» они максимально выгодны и комфортны для клиентов https://drogal.ru/glossary/dogovor-strahovaniya/\\n  Мы предлагаем широкий спектр услуг по доступным ценам и без лишних затрат https://drogal.ru/glossary/takelazh/\\n  Стоимость такелажных работ в Москве рассчитывается индивидуально под каждый заказ https://drogal.ru/glossary/srok-sluzhbi-upakovki/\\n  На ее формирование влияют следующие факторы: \\nСемья Иващенко 26 https://drogal.ru/glossary/transportnii-process/\\n 04 https://drogal.ru/glossary/takelazhnaya-osnastka/\\n 2014 Ваш e-mail il_ivachenko@mail https://drogal.ru/glossary/strahovoi-vznos/\\n ru Хотите переезжать как в кино – за один день, без шума и пыли? Если «ДА», тогда обращайтесь в компанию «Перевозка Люкс»! Звучит как в рекламе))) Мы вот воспользовались помощью такой организации впервые и нисколько об этом не жалеем! Еще раз благодарим Виталия (водителя) и Максима с Николаем (грузчики) за их внимательное отношение к нам и нашим вещам https://drogal.ru/portfolio-items/perevozka-predmetov-iskusstva/\\n  Спасибо, ребят https://drogal.ru/glossary/netto/\\n \\n12 такелажников, 6 стропальщиков https://drogal.ru/glossary/strahovaya-stoimost/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:20:45','2026-03-30 16:20:45','666e0bf3-1547-4f45-b75e-699acce8ae5a'),
(54234,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Buddydof\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"dolnovam@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Это интересно! \\nTagline Awards, 2019 г https://proffseo.ru/prodvizhenie-angloyazychnykh-sajtov\\n \\nЕсли масштабы бизнеса охватывают всю территорию РФ, а не только региональные центры (вроде Москвы, Санкт-Петербурга, Нижнего Новгорода), то применяется геоНЕзависимое продвижение сайта в масштабах России https://proffseo.ru/\\n \\nРегиональное продвижение позволяет охватить новую целевую аудиторию, осуществлять развитие и экспансию в город, в котором заинтересован бизнес: компания, бренд, интернет-магазин https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Для продвижения компании и сайта по конкретному городу, области или региону России, нужна специальная «региональная» SEO-оптимизация сайта https://proffseo.ru/prodvizhenie-sajtov-po-moskve\\n \\nДля этого используем современные технологии: создаем турбо-страницы в Яндексе и AMP в Google для страниц карточек товаров и страницы каталога https://proffseo.ru/prodvizhenie-zarubezhnykh-sajtov\\n  Выше скорость – больше конверсий https://proffseo.ru/prodvizhenie-sajtov-po-rf\\n \\nСильные узкопрофильные специалисты вместо «мастеров на все руки» \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:21:41','2026-03-30 16:21:41','d7afbce3-7adf-4db8-a038-6d4c3ef9981c'),
(54235,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24floap\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rlutjkdgxx@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Топ магазинов даркнета 2026</b> \\n \\nРедакция rc24.pro обновляет актуальный рейтинг проверенных площадок 2026 года. Все сайты из списка лично проверены — фейки и скамы исключены. Добавьте в закладки — адреса обновляются. \\n \\nПубликуем обзор сайтов с актуальными зеркалами. Для входа используйте под названием магазина. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★☆ \\nОдин из старейших магазинов — широкая география. Проверен сообществом. \\nНадёжная площадка — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop18.top\\\">loveshop18.top</a> \\n \\n<b>2. Orb11ta</b> ★★★★☆ \\nДавно проверенная площадка — 250+ городов. Рекомендован сообществом. \\nТоп выбор — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11gram.lol\\\">orb11ta.sbs</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nРаботает без перебоев — chemical 696 biz официальный. Быстрая связь. \\nРекомендуем — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemshop1.top\\\">chem696.com</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nШирокий ассортимент — ls24 biz официальный. Актуальные зеркала. \\nСтабильная работа — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://lineshop.icu\\\">ls24.sbs</a> \\n \\n<b>5. TripMaster</b> ★★★★★ \\nРаботает без перебоев — tripmaster официальный. Рекомендован пользователями. \\nПроверенный магазин — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.info\\\">tripmaster.click</a> \\n \\n<b>6. Syndi24</b> ★★★★☆ \\nСиндикат — проверенная площадка — syndicate one. Проверено. \\nСтабильная работа — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.live\\\">syndi24.sale</a> \\n \\n<b>7. Narco24</b> ★★★★☆ \\nПроверенный магазин — narkolog 24 biz. Проверен на форумах. \\nТоп выбор — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narkolog.shop\\\">narkolog24.click</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nСтабильный магазин — bbt777 biz. Рабочий вход. \\nНадёжная площадка — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://tot777.click\\\">bbt777.site</a> \\n \\n<b>9. BobOrganic</b> ★★★★★ \\nВ гостях у боба — проверенный магазин — boborganic biz. Широкая география. \\nСтабильная работа — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.click\\\">bob.organic</a> \\n \\n<b>10. BadBoy</b> ★★★★★ \\nПроверенная площадка — badboysk. Рабочий вход. \\nТоп выбор — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.click\\\">badboy96.shop</a> \\n \\n<b>11. Kot24</b> ★★★★☆ \\nКот24 — проверенный магазин — кот24. Проверено редакцией. \\nПроверенный магазин — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot-24.biz\\\">kot-24.biz</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nПроверенная площадка — megapolis com. Проверено. \\nСтабильная работа — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.pro\\\">megapolis2.sale</a> \\n \\n<b>13. Stavklad</b> ★★★★★ \\nНадёжная площадка — sevkavklad biz. Проверено редакцией. \\nРекомендуем — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://sevkavklad.click\\\">sevkavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★★ \\nПроверенная площадка — купить лирику без рецепта. Доставка в Краснодар, Махачкалу, Ростов-на-Дону. \\nСтабильная работа — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.click\\\">sberklad.info</a> \\n \\n<hr /> \\n<i>Рейтинг составлен rc24.pro — регулярно обновляется. Поделитесь с друзьями — ссылки актуальны сейчас.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:24:19','2026-03-30 16:24:19','37b806f5-69f0-4d11-9f9f-792ebc9141bf'),
(54236,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Rod Poling\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"poling.rod@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Rod Poling\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Volunteer Opportunities\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1155],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"\\n\\nLooking for a simple way to get your offer in front of real businesses?\\nContact form blasting delivers your message through website contact forms — fast, targeted, and impossible to overlook.\\nNo algorithms. No bidding. No waiting for organic traffic.\\nJust guaranteed delivery straight to business inboxes and dashboards.\\nWhether you\'re promoting a service, booking calls, or generating leads, contact form blasting gives you real visibility.\\nIf this message reached you, imagine what your message can do across thousands — or millions — of sites.\\nStart your campaign at contactpageads.com and reach real decision‑makers.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:25:13','2026-03-30 16:25:13','8e5a7d1b-d5c8-47f4-9b78-5b0375e7e290'),
(54237,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Edwinprilt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"veronika.goryunova.06.09.2001@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Блины с курицей (210) (упак https://dostafka-obedi.ru/about/\\n 3шт.) \\nЯйцо куриное, молоко 3,2%, ветчина, сыр российский, помидоры черри, капуста брокколи, масло растительное, соль Общий вес – 170 г https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\n \\nСырники с вареньем и сметаной https://dostafka-obedi.ru/contacts/\\n \\nЗАО «Юлмарт» выражает искреннюю благодарность компании «Компотик» за качественное оказание кейтеринговых услуг https://dostafka-obedi.ru/\\n  За время сотрудничества (2013- 2014 гг.) всегда только положительные отзывы по качеству предлагаемых блюд, ассортименту и обслуживанию https://dostafka-obedi.ru/contacts/\\n \\nСуп с брюссельской капустой (400 мл) (капуста брюссельская, белокочанная, картофель, помидоры, перец болгарский) Плов (350 гр) Хлеб белый/ хлеб черный (2 шт) Комплект приборов https://dostafka-obedi.ru/privacy-policy/\\n \\nВыражаем благодарность коллективу «Обеды Смайл» за длительное сотрудничество, и бесперебойное оказание услуг https://dostafka-obedi.ru/type_menu/pervye-blyuda/\\n  Коллектив вежливый, всегда идет навстречу клиенту https://dostafka-obedi.ru/type_menu/salaty/\\n  А обеды всегда свежие и вкусные https://dostafka-obedi.ru/type_menu/goryachie-blyuda/\\n  Все сотрудники нашей компании довольны большим выбором блюд и их качеством https://dostafka-obedi.ru/services/kompleksnye-obedy-6/\\n  Желаем Вам процветания, новых идей и рецептов, а также постоянных клиентов! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:29:06','2026-03-30 16:29:06','b17e7383-b3d5-4465-81dd-73d8d4116a90'),
(54238,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"KevinTrice\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"erangifest1980@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"+7 (495) 295-05-09 https://автошкола.рф/korolev\\n \\nКатегория \\nТренировки на автосимуляторах https://автошкола.рф/teacherprepare\\n \\nВсе включено https://автошкола.рф/prices\\n \\n+7 (495) 712-07-18 / +7 (916) 084-76-51 https://автошкола.рф/specialinfo\\n \\nОнлайн обучение Удобное приложение Выбор инструктора Беспроцентная рассрочка https://автошкола.рф/chu-dpo\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccwestfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwestfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:29:43','2026-03-30 16:29:43','361b9446-a789-4d28-a38a-ab9f39207ca7'),
(54239,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Barryroacy\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"prosavmobi1981@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Нанесение татуировок зародилось еще в глубокой древности, но способы удаления появились совсем недавно https://maze.tattoo/catalog/o/\\n  Теперь у нас в студии не только консультация по удалению тату, теперь у нас два в одном, мы и удалим существующее и перекроем эту тату новой , качественной татуировкой, или просто удалим существующее https://maze.tattoo/catalog/p/paporotnik/\\n \\nИндивидуальность в каждом штрихе https://maze.tattoo/catalog/p/portret/\\n \\nУстановка микродермал в тату-салоне «Классик» \\nУДАЛЕНИЕ ЛАЗЕРОМ Мы предоставляем услугу лазерного удаления татуировки https://maze.tattoo/catalog/k/kolibri/\\n \\n«Классик» – не просто тату студия, коих тысячи, а целая академия тату, где каждый может обучиться этой профессии https://maze.tattoo/catalog/t/triketra/\\n  Татуировщик сегодня – это намного больше, чем человек, который просто занимается вбиванием краски под кожу https://maze.tattoo/catalog/y/\\n  Настоящий мастер должен одновременно быть и художником, и дизайнером, и дерматологом, и даже в какой-то мере хирургом! Чтобы добиться успеха в столь непростом деле, следует разбираться во всех перечисленных выше науках, знать историю ремесла, работать с программным обеспечением https://maze.tattoo/catalog/g/grud/\\n  Мы с удовольствием поможем вам в этом разобраться! Не важно, хотите вы прокачать свои навыки или освоить профессию с нуля, каждый найдет у нас подходящие курсы https://maze.tattoo/catalog/gh/zhuravli/\\n \\nИспользуем куки и данные об ip-адресе пользователей https://maze.tattoo/catalog/p/pingvini/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccsilverlake.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccsilverlake.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:30:41','2026-03-30 16:30:41','d087cd54-a68d-46c3-8df9-b9028bc2ad5a'),
(54240,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"ScottMip\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"musaev.misha.1982.3.5@list.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Если внимательно воспользоваться имеющимися у каждого ресурсами, то свою квартиру можно сделать отражением твоего индивидуального стиля и наполнить уютом https://olga-filippova.ru/interior_appartment\\n \\nВарианты, как можно его оформить, можете просмотреть на фото дизайн интерьера дома https://olga-filippova.ru/office_interior\\n  Но Вы также должны понимать, что сложность его оформления напрямую будет зависеть лишь от того, чтобы Вы хотели видеть в этом помещении https://olga-filippova.ru/interery-medical-study-center\\n \\nОформляя прихожую, уделяйте большое внимание и мебели https://olga-filippova.ru/beauty-salons-spa-design\\n  Самое главное то, что она должна быть функциональной, ведь вместить в нее нужно будет много одежды, особенно верхней зимней https://olga-filippova.ru/shop\\n  Конечно, у Вас может быть и другое место для их хранения, тогда в прихожей не обязательно устанавливать большой и вместительный шкаф купе, а достаточно будет поставить удобные полки https://olga-filippova.ru/\\n  Самые разнообразные фото дизайна интерьера квартир помогут сделать выбор именно того, что Вам действительно нравится https://olga-filippova.ru/beauty-salons-spa-design\\n \\n\\nПомимо всего, дизайн интерьера квартиры должен быть продуман так, чтобы переход между залом и прихожей был плавным https://olga-filippova.ru/interery-medical-study-center\\n  То есть, в некоторой степени, интерьер гостиной будет переплетаться с интерьером прихожей и коридора https://olga-filippova.ru/kontakts\\n \\nПодобная мера избавит от необходимости размещать огромный плательный шкаф https://olga-filippova.ru/shop\\n  Освободив драгоценное пространство которого так нахватает в малогабаритных квартирах https://olga-filippova.ru/beauty-salons-spa-design\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:31:01','2026-03-30 16:31:01','f653af13-c102-4329-aec2-d1cd6e6e4d79'),
(54241,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"BonnieFek\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qxvmmusb@tacoblastmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"MY CANADIAN PHARMACY CORP <a href=\\\"http://onlinepharmwithoutaprescription.com/\\\">onlinepharmacywithoutprescription</a>  Canada Prescription Drugs <a href=\\\"http://canadian24hourpharmacy.com/\\\">canadian 24 hour pharmacy</a> Viagra paypal accepted usa GENERIC VIAGRA FAST - THE LOWEST VIAGRA PRICES GUARANTEED, Fast <a href=\\\"http://v100mgonline.com/\\\">z pack antibiotic online</a> Buy Cialis online from Canadian Pharmacy - Cialis (taladafil) for <a href=\\\"https://usamericanonlinepharmacy.com/\\\">online canadian pharmacy</a> SKYPHARMACY Generic for nexium :: OFFICIAL PHARMACY #1 <a href=\\\"https://www.onlinephrm.com/\\\">Online pharmacy without prescription</a> PHARM Get really CHEAP VIAGRA - Compare the prices from trusted pharmacies\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:36:09','2026-03-30 16:36:09','538ca0be-c0a7-4b89-af6f-0dd804103f5b'),
(54242,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Earnestine Gladden\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"earnestine.gladden@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Earnestine Gladden\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1023],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hey,\\n\\nSaw your site and figured this might be valuable.\\n\\nHere’s a free service that can help you get more exposure for your business across multiple classified sites with a single submission.\\n\\nIf you want a simple visibility bump, check this out:\\nwww.classifiedsubmitter.com\\n\\nIt’s a free way to get more exposure and takes less time than submitting to even one site manually.\\n\\nI can send more free resources if you want.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccoceangrove.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccoceangrove.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:36:38','2026-03-30 16:36:38','cce7fb47-1795-43fc-90ce-ce440333293c'),
(54243,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Davidflady\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"tacusol-6816@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В Поднебесной выпускают самую разнообразную продукцию – компьютеры, бытовую технику, автомобили, одежду и т https://www.legnostyle.ru/catalog/lestnici/lestnica-l8-1.html\\n  д https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/mejkomnatnaa-dver-d39.html\\n   Эта продукция выводится на международный рынок и обладает хорошим спросом https://www.legnostyle.ru/catalog/mebel/md-7.html\\n   Но \\nОбставить дом или квартиру, обустроить спальню, кабинет или библиотеку, оборудовать торговое помещение или интерьер ресторана — задача для тех, кто понимает ценность хорошей жизни https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=11\\n \\nНекоторые из популярных моделей имеются в выставочном зале мебельного салона в Москве, что позволит приобрести необходимые элементы интерьера в кратчайшие сроки - всего за 1-2 дня https://www.legnostyle.ru/catalog/inter-eri/s16.html\\n   Итальянская мебель под заказ поставляется в срок от 1 месяца https://www.legnostyle.ru/catalog/mebel/derevyannye-stoly/s-2.html\\n \\nБезусловно, такое признание заслужено, потребители отмечают безупречное качество немецких кухонь и идеальный сервис https://www.legnostyle.ru/catalog/mebel/?PAGEN_1=15\\n   Такие же требования немецкие фабрики предъявляют и своим дилерам, согласно кодексу немецких производителей — дилер — это продолжение фабрики и обязан поддерживать высокие стандарты https://www.legnostyle.ru/catalog/mebel/kts-18.html\\n   В свою очередь, дилеры также остаются довольны сотрудничеством, поскольку каждая фабрика дорожит своей репутацией и всегда соблюдает все сроки и договоренности, поэтому покупать немецкие кухни у проверенного дилера — надежно и безопасно https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/dver-i13.html\\n \\nБольшинство товаров, представленных в нашем интернет-магазине, не производится методом штамповки, а изготавливается на заказ вручную, в единичных экземплярах https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/vhodnaya-dver-e3.html\\n   Элитная мебель подбирается с учетом всех пожеланий и привозится под заказ https://www.legnostyle.ru/catalog/inter-eri/peregorodka-a5.html\\n   Через два месяца роскошный интерьер будет украшать Ваш дом https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/a11.html\\n \\nНе наслаждайтесь явно комплиментом Некоторые туристы попадают в неоднозначную ситуацию, когда поблагодарив китайца, например, за вкусный обед, в ответ слышит, что на самом деле еда \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclehigh.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclehigh.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:37:28','2026-03-30 16:37:28','9dd4e94f-ca7f-4a73-b17b-33de8bae0a43'),
(54244,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RolandEdish\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ninavochujo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Одноэтажный дом из арболита 91 м2 в мкр https://читадома.рф/\\n  Сосновые берега, Забайкальский край https://читадома.рф/katalog\\n \\nс мансардой https://читадома.рф/o-kompanii\\n \\nдвухэтажный https://читадома.рф/\\n \\nРазмеры: 5x5 https://читадома.рф/privacy\\n \\nСтроительная компания «Чита-ДомСтройПрофи» предлагает всем клиентам комплекс качественных услуг по строительству, ремонту и отделке \\\"под ключ\\\" коттеджей, малоэтажных домов, административно-офисных зданий https://читадома.рф/kommercheskie-zdaniya\\n  В перечень предоставляемых услуг входят: \\nНаши специалисты отлично разбираются во всех тонкостях своего дела и потому могут производить строительные, ремонтные и отделочные работы в необходимом объёме https://читадома.рф/chasovni\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:37:32','2026-03-30 16:37:32','9406ba0d-7e1e-4509-9d11-f3ffb87ba405'),
(54245,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"LeonelJot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"stapuntril1990@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"и напишите нам https://norsy.ru/o-nas\\n \\nНужна небольшая партия одежды для вашего бренда или рабочей униформы для сотрудников? Готовы с радостью предложить вам услуги по пошиву одежды мелким оптом! \\nУстановите и откройте Skype , найдите контакт https://norsy.ru/kontakty\\n \\nУстановите и откройте Skype , найдите контакт https://norsy.ru/kontakty\\n \\nНаписать в WhatsApp: \\nВ команде Ателье Онлайн работают креативные дизайнеры https://norsy.ru/poshiv-futbolok\\n  Эскиз моделей разрабатывается с учетом пожеланий заказчика https://norsy.ru/voprosy-otvety\\n  Костюмы, брюки, юбки, платья, верхняя одежда, летние/зимние варианты отшиваются с соблюдением стандартов к одежде премиум-класса https://norsy.ru/otzyvy\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:38:23','2026-03-30 16:38:23','750dfeca-1d61-44b9-ba83-2f3b7d864058'),
(54246,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Lino Paz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"paz.lino@hotmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"UGC Video Creator\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[975],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello,\\n\\nCame across your website and thought we’d drop something relevant. We put together a platform where you can produce AI ad content, link your social accounts, and manage publishing easily, with a free forever plan. \\n\\nYou can also scan competitor ads and recreate them for your business in seconds. No obligations, just tools you can test for free. \\n\\nCheck it out here: https://bit.ly/letspost-ai}\\n\\nBest Regards,\\nLino Paz\\nLetstok AI\\n\\n\\nIn case you wish to stop getting any more notifications from this campaign, feel free to fill the form at bit. ly/fillunsubform with your domain address (URL).\\nRua Luiza Augusta Garlippe 1918, Grand Island, CA, USA, 93010\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccmultimed.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmultimed.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:38:31','2026-03-30 16:38:31','87a7725d-9c9a-434b-bb64-000c0ce88ce2'),
(54247,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24Mig\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"rlutjkdgxx@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"<b>Топ магазинов даркнета 2026</b> \\n \\nРедакция rc24.pro обновляет актуальный рейтинг проверенных площадок 2026 года. Представленные магазины регулярно мониторятся — фейки и скамы исключены. Добавьте в закладки — ссылки актуальны сейчас. \\n \\nНиже представлен список площадок с актуальными зеркалами. Используйте актуальный адрес под названием магазина. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★☆ \\nОдин из старейших магазинов — широкая география. Сверяйте ссылки на Rutor. \\nНадёжная площадка — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop-tor.shop\\\">loveshop.lat</a> \\n \\n<b>2. Orb11ta</b> ★★★★★ \\nДавно проверенная площадка — широкая сеть доставки. Один из лидеров. \\nПроверенный магазин — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11ta.wiki\\\">orb11ta.cyou</a> \\n \\n<b>3. Chemical 696</b> ★★★★☆ \\nСпециализированный магазин — chemical 696 biz официальный. Надёжная поддержка. \\nРекомендуем — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chemi-to.com\\\">chemshop2.app</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nПопулярный магазин — лайншоп. Актуальные зеркала. \\nРекомендуем — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://lineshop.icu\\\">lineshop.icu</a> \\n \\n<b>5. TripMaster</b> ★★★★★ \\nСтабильный магазин — mastertrip24 biz. Рекомендован пользователями. \\nСтабильная работа — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.click\\\">tripmaster.live</a> \\n \\n<b>6. Syndi24</b> ★★★★☆ \\nНадёжный сайт — синдикат официальный сайт. Проверено. \\nТоп выбор — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.live\\\">syndi24.sale</a> \\n \\n<b>7. Narco24</b> ★★★★☆ \\nСтабильная площадка — narco24 biz официальный. Проверен на форумах. \\nРекомендуем — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narkolog.shop\\\">narkolog24.info</a> \\n \\n<b>8. Tot</b> ★★★★☆ \\nПроверенная площадка — black tot. Рабочий вход. \\nТоп выбор — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://tot777.click\\\">bbt777.site</a> \\n \\n<b>9. BobOrganic</b> ★★★★★ \\nВ гостях у боба — проверенный магазин — tonsite boborganic ton. Широкая география. \\nРекомендуем — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.click\\\">boborganic.click</a> \\n \\n<b>10. BadBoy</b> ★★★★☆ \\nРаботает без перебоев — badboysk. Проверено. \\nТоп выбор — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.click\\\">badboy96.click</a> \\n \\n<b>11. Kot24</b> ★★★★★ \\nНадёжная площадка — кот24. Проверено редакцией. \\nТоп выбор — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot-24.biz\\\">kot24.click</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nНадёжный сайт — megapolis 2 com. Проверено. \\nТоп выбор — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.sale\\\">megapolis2.pro</a> \\n \\n<b>13. Stavklad</b> ★★★★★ \\nПроверенный склад — новое зеркало www stavklad com. Актуальные зеркала. \\nТоп выбор — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://stavklad.click\\\">stavklad.click</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nСтабильный магазин — купить лирику без рецепта. Доставка в Краснодар, Махачкалу, Ростов-на-Дону. \\nРекомендуем — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.info\\\">sberklad.info</a> \\n \\n<hr /> \\n<i>Материал подготовлен rc24.pro — проверено редакцией. Добавьте в закладки — зеркала обновляются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:39:43','2026-03-30 16:39:43','54d4228d-871a-4e83-b6de-5d3578f82609'),
(54248,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RonaldAcada\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"konstantinrovini@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Механизмы для шкафов купе, выполненные из прочных и надежных материалов, удобны в эксплуатации и рассчитаны на долгий срок службы https://kupefurnitur.ru/catalog\\n  Использование в производстве мебели современных раздвижных систем открывает широкие возможности для дизайна и создания эргономичного пространства https://kupefurnitur.ru/contact\\n \\nОпт 2: 85 https://kupefurnitur.ru/contact\\n 00р https://kupefurnitur.ru/price\\n \\n\\n2 https://kupefurnitur.ru/\\n  Термины и определения https://kupefurnitur.ru/onas\\n \\nРасчет количества четырехшарнирных петель Расчет необходимого количества петель в зависимости от материала фасада, его ширины, высоты и толщины и желаемого диаметра чашки петли https://kupefurnitur.ru/contact\\n \\n© Интеркомплект , 2006—2025 https://kupefurnitur.ru/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:39:44','2026-03-30 16:39:44','dc997749-48ee-45e2-b3b8-ab38565097bb'),
(54249,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephpaupt\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Облицовка плиткой https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pg-6/\\n \\nНоводевичье кладбище https://www.kovanie-ogrady.ru/catalog/kovanye-aksessuary/kovanaya-roza/\\n \\nЦоколь - это не только эстетически привлекательный элемент, который придает дополнительную красоту памятнику, но и защита от воздействия окружающей среды https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-k-9/\\n  Наши специалисты профессионально установят цоколь, обеспечив долговечность и устойчивость памятника к неблагоприятным внешним факторам https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-k-2/\\n \\nЗапишитесь на замер https://www.kovanie-ogrady.ru/catalog/graverovalnye-raboty/graverovalnye-raboty-gsv/\\n \\n- мраморная крошка - засыпается как в цветник, так и по всему участку https://www.kovanie-ogrady.ru/catalog/pamyatniki-strogoj-formy/granitnyy-pamyatnik-pg-10/\\n \\n«Первая Социальная Гранитная Мастерская» выполняет благоустройство могил и комплексное оформление мест захоронений на кладбищах Москвы и ближайшего Подмосковья https://www.kovanie-ogrady.ru/catalog/memorialnye-kompleksy-s-pamyatnikami/memorialnyy-kompleks-s-pamyatnikami-4/\\n  Мы работаем напрямую без посредников, поэтому можем предложить не только высокое качество, но и честные условия, прозрачные сметы и удобный формат обслуживания https://www.kovanie-ogrady.ru/catalog/pamyatniki-siny/granitnyy-pamyatnik-k-5/\\n  Наша задача — создать аккуратное, ухоженное и долговечное место памяти, которое будет выглядеть достойно в любое время года https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/kovanaya-lavka-azhurnaya/\\n  Мы сопровождаем клиента на каждом этапе: консультируем, подбираем материалы, разрабатываем проект, согласовываем оформление, выезжаем на участок и выполняем все работы под ключ https://www.kovanie-ogrady.ru/catalog/prostye-pamyatniki/pamyatnik-iz-granita-pv-9/\\n  Благоустройство включает в себя установку фундамента, мощение плиткой, формирование цветника, подсыпку грунта или декоративного щебня, замену старых элементов, реставрацию памятников, монтаж оград, столиков и других элементов https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pv-39/\\n  Мы используем только проверенные материалы: гранит, полимерные смеси, морозостойкую плитку и качественные наполнители, которые сохраняют внешний вид долгие годы без постоянного ремонта и подсыпок https://www.kovanie-ogrady.ru/catalog/pamyatnik-s-derevom/granitnyy-pamyatnik-pr-6/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:41:22','2026-03-30 16:41:22','f8831c6c-55de-4736-9f70-a8578e6f5cd3'),
(54250,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"JosephAdeve\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Что касается преимуществ этого метода, то отметим наиболее серьезные среди них: \\nНа месте захоронения зачастую устанавливаются различные сооружения, требующие дальнейшего ухода https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pg-35-1/\\n  Металлические ограда, лавочка или стол обычно покрываются краской, придающей им достойный внешний вид https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-30/\\n  Однако со временем и за ними требуется уход: в первую очередь, нанесение новой краски https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pr-14/\\n  Поручить обновление ограды и намогильных сооружений вы можете службе Ritual https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pv-33/\\n ru: мы очистим намогильные сооружения от грязи, вымоем, удалим старую краску (целиком или крупные отшелушившиеся фрагменты), проведем грунтование и нанесем два слоя новой краски по вашему выбору https://www.kovanie-ogrady.ru/catalog/kovanye-aksessuary/krest-svarnoy/\\n \\n21 памятник https://www.kovanie-ogrady.ru/catalog/pamyatniki-detskie/granitnyy-pamyatnik-pr-32/\\n \\nЧто входит в благоустройство территории? \\n- бюджет - цена зависит от сложности работ, типа изделий и размеров могилы https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pg-14/\\n \\nОформление заказа на сайте позволяет нашим клиентам сэкономить несколько часов времени https://www.kovanie-ogrady.ru/catalog/khudozhestvennaya-kovka/kovanyy-zabor-9/\\n  Ранее приходилось тратить на поиски подходящего варианта не один день https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-24/\\n  Искать исполнителей, а также приобретать материалы https://www.kovanie-ogrady.ru/catalog/pamyatniki-s-krestom/granitnyy-pamyatnik-pr-36/\\n  Наша компания берёт на себя все заботы клиента https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pv-42/\\n  Специалисты помогут подобрать оптимальный вариант благоустройства могилы https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/graverovalnye-raboty-gd/\\n  Мы предлагаем: 1 https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pv-33/\\n Квалифицированных специалистов https://www.kovanie-ogrady.ru/catalog/memorialnye-kompleksy-s-pamyatnikami/memorialnyy-kompleks-s-pamyatnikami-4/\\n  2 https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/kovanaya-besedka-loza/\\n Гарантию https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pv-24/\\n  3 https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-k-12/\\n Индивидуальный подход https://www.kovanie-ogrady.ru/catalog/tsokoli/granitnyy-tsokol-ts-22/\\n  4 https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pr-14/\\n Оперативное выполнение заказа https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-15/\\n  5 https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pv-44/\\n Помощь в выборе материала https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pr-34/\\n  Лучшие цены на услуги по укладке плитки в Москве и области https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/podstavka-pdp-1/\\n  Оставить заявку можно на сайте, по телефонам или электронной почте https://www.kovanie-ogrady.ru/catalog/pamyatniki/granitnyy-pamyatnik-pg-5/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccharstonhall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccharstonhall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:44:36','2026-03-30 16:44:36','80638dad-569b-4851-bff9-51e450052709'),
(54251,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Glenngop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"SantPrice https://акваторг24.рф/otoplenie/trubka-iz-nerzhaveyuschey-stali-tim-f15-h-600mm-art-m331-15-60/\\n \\nТорговая компания Сантех импорт https://акваторг24.рф/product/pokrytie/otsinkovannyy/\\n \\nМагазины сантехники и санфаянса в Москве — у каких заведений самый высокий рейтинг? \\nАссортимент инженерной сантехники https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-fitingi-green/otvod-ppr-o90x90-slt-blockfire-zelenyy/\\n \\nсантехнические люки (в том числе и под плитку); шланги и поливочная арматура; мебель для ванных; насосные станции и насосы; сантехника; радиаторы отопления, а также комплектующие к ним; водонагреватели; вентиляционные системы; системы для очистки воды и др https://акваторг24.рф/truby/polipropilenovye-truby-slt-aqua-polipropilenovye-truby-slt-aqua/polipropilenovye-truby-dlya-vodosnabzheniya/truba-slt-aqua-pp-r-pn20-d25h4-2-sdr6-4-m-4sltps625/\\n \\nПОКУПАТЕЛЯМ https://акваторг24.рф/protivopozharnye-truby-i-fitingi/protivopozharnye-truby-red/polipropilenovaya-armirovannaya-truba-dlya-pozharotusheniya-shtabi-stabi-pp-r-gf-sdr7-4-o40x5-5-v-otrezkah-po-4-metra-slt-aqua/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:45:08','2026-03-30 16:45:08','38189f7f-eee9-48a7-9e86-95c10c5e5fc5'),
(54252,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"SamuelProot\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Архитектурное бюро https://www.abbalk.ru/interier\\n \\n«А https://www.abbalk.ru/page47572771.html\\n Лен» \\nСрок жизни компании https://www.abbalk.ru/gradostroitelstvo\\n \\nДача в Подмосковье Фото: архитектурная студия Fas(t) Узнать подробнее https://www.abbalk.ru/gradostroitelstvo\\n \\nЛетний павильон Еврейского музея и центра толерантности Фото: архитектурное бюро Form Узнать подробнее https://www.abbalk.ru/\\n \\nЧастные архитекторы предлагают более индивидуальный подход к работе и большую гибкость в выполнении заказа https://www.abbalk.ru/\\n  Они могут сфокусироваться на ваших потребностях и желаниях, что позволяет создать более персонализированный проект https://www.abbalk.ru/page47572771.html\\n  Кроме того, услуги частных архитекторов обычно могут быть более доступными по цене https://www.abbalk.ru/stati\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:48:21','2026-03-30 16:48:21','d81b4797-bb8d-4458-9092-ee73da9e0a65'),
(54253,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertCaf\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hæ, ég vildi vita verð þitt.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccbrakeleypark.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccbrakeleypark.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:52:25','2026-03-30 16:52:25','316a5a00-5dab-41c3-9181-f19a496472dc'),
(54254,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Brianfrent\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"sakireyes6886@gmx.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Вітчизняний онлайн-простір отримав новий навігаційний інструмент — <a href=\\\"https://lscatin.icu/\\\">збірку інтернет-ресурсів</a>, метою якого є зібрати численні веб-ресурси країни. \\n \\nНовостворений портал акумулює адреси веб-сторінок, що висвітлюють чимало різних напрямків. У переліку представлені інформаційні джерела масштабу країни, так і ті, що фокусуються на житті окремих регіонів та міст. \\n \\nОсновна мета проєкту — стати універсальним провідником для відвідувачів, які полюють на актуальні місцеві медіа на будь-яку вподобану тематику: як-от оперативні новини чи політичне життя до матеріалів з історії, молодіжних питань, стилю життя, активізму та аналітики. \\n \\nПредставлений навігатор орієнтований на широку аудиторію та відкритий до співпраці з засобами масової інформації, журналістами та бізнес-партнерами, які бажають заявити про себе в інформаційному просторі України\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://mycompletecare.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"HLaBatch@completecaremgmt.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:54:23','2026-03-30 16:54:23','1173e1bc-0ab6-4bba-939f-0e3d830e1e95'),
(54255,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Markusfar\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"profconbu_64@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Популярная НОВИНКА: \\nПокупая натяжные потолки в СПб, Вы обеспечены только прямыми выгодами: \\nг https://skyprofi.ru/potolki-v-rajonax/natyazhnye-potolki-v-krasnoselskom-rajone/\\n  Пушкин, ул https://skyprofi.ru/natyazhnoj-potolok-so-skrytym-karnizom/\\n  Глинки, д https://skyprofi.ru/potolki-v-rajonax/natyazhnye-potolki-v-primorskom-rajone/\\n 1 Световые линии переходящие в стену 14 м https://skyprofi.ru/natyazhnoj-potolok-v-vannoj-cena/\\n кв https://skyprofi.ru/stati/tkanevye-natyazhnye-potolki-foto/\\n \\nСатиновые потолки https://skyprofi.ru/uslugi/zvukoizoljacija-za-natjazhnym-potolkom/\\n \\nКлассический https://skyprofi.ru/uslugi/zvukoizoljacija-za-natjazhnym-potolkom/\\n \\nЦена с установкой 29 820 щ https://skyprofi.ru/tipovye-resheniya/natyazhnye-potolki-10m2/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cclaplata.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaplata.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 16:54:59','2026-03-30 16:54:59','b2d45c5a-c86e-4ab1-96bb-1ad492748d56'),
(54256,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Donaldwog\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ryangreen1922@salpingomyu.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"В пятницу премьер-министр Бельгии Барт де Вевер направил \\nЕврокомиссии письмо, в котором предупредил, \\n<a href=\\\"https://bspr.at/bs2best-at\\\">cпрут сайт зеркало</a> \\nчто поспешная реализация плана по использованию \\nроссийских активов разрушит шансы на потенциальное \\n<a href=\\\"https://bs2sbest.at\\\">bs2web at</a> \\nмирное соглашение. Ранее он не раз отмечал, \\nчто его стране нужны конкретные и надежные гарантии \\n<a href=\\\"https://www-blsp.at\\\">blacksprut зеркало</a> \\nот членов Евросоюза, если они хотят выделить \\nКиеву кредит из суверенных средств другой страны. \\n \\n \\n \\n \\n \\nhttps://bsr2.org \\n \\nbs2best at\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareheritage.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareheritage.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:05:44','2026-03-30 17:05:44','2d2f063b-b694-4a54-8002-8765f01937b8'),
(54257,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"rc24Coith\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"graphinocer1986@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Команда rc24.pro представляет актуальный рейтинг надёжных площадок 2026 года. Каждая из площадок лично проверены — только рабочие адреса. Добавьте в закладки — адреса обновляются. \\n \\nПубликуем список площадок с проверенными адресами. Используйте актуальный адрес рядом с каждой площадкой. \\n \\n<hr /> \\n \\n<b>1. LoveShop</b> ★★★★☆ \\nДавно на рынке — широкая география. Проверен сообществом. \\nРекомендуем — loveshop, лавшоп, loveshop biz, loveshop tor, loveshop зеркало, loveshop1, loveshop2, loveshop12, loveshop13, loveshop1300, loveshop18, ссылка лавшоп \\n<b>Зеркало:</b> <a href=\\\"https://loveshop1300.live\\\">loveeshop1300.biz</a> \\n \\n<b>2. Orb11ta</b> ★★★★★ \\nБолее 10 лет работы — широкая сеть доставки. Стабильный магазин. \\nТоп выбор — orb11ta, orb11ta com, orb11ta vip, orb11ta сайт, orb11ta top, orb11ta org, orb11ta ton, орбита бот, https orb11ta site, orb11ta com сайт вход \\n<b>Зеркало:</b> <a href=\\\"https://orb11ta.cyou\\\">orb11ta.wiki</a> \\n \\n<b>3. Chemical 696</b> ★★★★★ \\nРаботает без перебоев — чемикал 696 биз. Быстрая связь. \\nПроверенный магазин — chem696, chemical696, chemi696, chemi to, chemshop2 com, chm696 biz, chm1 biz, chemical 696 biz официальный, чемикал 696, чемикал биз, chmcl696 \\n<b>Зеркало:</b> <a href=\\\"https://chm1.top\\\">chem696.com</a> \\n \\n<b>4. LineShop</b> ★★★★★ \\nРаботает стабильно — ls24 biz официальный. Проверено редакцией. \\nСтабильная работа — lineshop biz, lineshop 24, lineshop biz 24, lineshop blz, лайншоп, ls24 biz, ls24 biz официальный, ls24 biz официальный сайт, ls24 махачкала, ls24 blz, ls25 biz, ls24 bis \\n<b>Зеркало:</b> <a href=\\\"https://ls24.sbs\\\">ls24.sbs</a> \\n \\n<b>5. TripMaster</b> ★★★★☆ \\nСтабильный магазин — tripmaster24 biz официальный сайт. Рекомендован пользователями. \\nСтабильная работа — tripmaster to, tripmaster biz, tripmaster официальный, tripmaster 24, tripmaster ton, tripmaster biz проверка заказа, tripmaster24, tripmaster24 biz, mastertrip24 biz, tripmaster24 diz \\n<b>Зеркало:</b> <a href=\\\"https://tripmaster.info\\\">tripmaster.info</a> \\n \\n<b>6. Syndi24</b> ★★★★★ \\nСтабильный магазин — syndicate one. Актуальные зеркала. \\nПроверенный магазин — syndi24, syndi24 biz, syndi24 bz, синдикат 24, синдикат бот, синдикат шоп, синдикат сайт, синдикат официальный сайт, syndicate 24 biz, syndicate biz, syndicate one, syndicate 24 4 biz зеркала \\n<b>Зеркало:</b> <a href=\\\"https://syndi24.shop\\\">syndi24.shop</a> \\n \\n<b>7. Narco24</b> ★★★★★ \\nСтабильная площадка — narkolog 24 biz. Проверен на форумах. \\nПроверенный магазин — narkolog, narkolog ru, narkolog biz, narkolog 24 biz, narkolog me, narco24, narco24 biz, narco24 biz официальный, narco24 официальный сайт, narcolog24, narcolog24 biz, narco 24, narco 24 biz \\n<b>Зеркало:</b> <a href=\\\"https://narkolog24.info\\\">narco24.store</a> \\n \\n<b>8. Tot</b> ★★★★★ \\nПроверенная площадка — bbt777 biz. Актуальные зеркала. \\nТоп выбор — black tot, bbt007, bbt007 com, bbt777 biz, bbt777 to, ббт777, tot777, tot777 ton \\n<b>Зеркало:</b> <a href=\\\"https://tot777.top\\\">tot777.click</a> \\n \\n<b>9. BobOrganic</b> ★★★★★ \\nВ гостях у боба — проверенный магазин — боб органик. Рекомендован пользователями. \\nСтабильная работа — boborganic to, boborganic biz, boborganic ton, боб органик, в гостях у боба, в гостях у боба тг, в гостях у боба сайт, в гостях у боба магазин, в гостях у боба омск, в гостях у боба новосибирск, tonsite boborganic ton \\n<b>Зеркало:</b> <a href=\\\"https://boborganic.click\\\">boborganic.click</a> \\n \\n<b>10. BadBoy</b> ★★★★☆ \\nРаботает без перебоев — badboy ton. Актуальные зеркала. \\nТоп выбор — badboy96, badboy96 biz, badboy ton, badboy, badboysk, badboy999 \\n<b>Зеркало:</b> <a href=\\\"https://badboy96.shop\\\">badboy96.click</a> \\n \\n<b>11. Kot24</b> ★★★★★ \\nКот24 — проверенный магазин — kot24 biz. Актуальные зеркала. \\nНадёжная площадка — kot24, кот24, мяу маркет, kot24 biz, kot24 com, kot24 cc, kot 24 \\n<b>Зеркало:</b> <a href=\\\"https://kot24.pro\\\">kot24.click</a> \\n \\n<b>12. Megapolis2</b> ★★★★☆ \\nПроверенная площадка — megapolis com. Актуальные зеркала. \\nНадёжная площадка — megapolis2, megapolis2 com, megapolis com, megapolis 2 com \\n<b>Зеркало:</b> <a href=\\\"https://megapolis2.sale\\\">megapolis2.sale</a> \\n \\n<b>13. Stavklad</b> ★★★★☆ \\nСтабильная работа — sevkavklad biz. Рабочий вход. \\nСтабильная работа — stavklad, stavklad com, www stavklad com, stavklad biz, sevkavklad biz, sevkavklad to, sevkavklad com, магазин прош \\n<b>Зеркало:</b> <a href=\\\"https://sevkavklad.click\\\">stavklad.shop</a> \\n \\n<b>14. Sberklad</b> ★★★★☆ \\nПроверенная площадка — купить лирику без рецепта. Рекомендован пользователями. \\nПроверенный магазин — sberklad biz, sbereapteka, sbereapteka biz, sber eapteka, лирика краснодар, лирика пятигорск, лирика нальчик телеграм, купить лирику краснодар, лирика без рецепта краснодар, купить лирику в краснодаре без рецепта, лирика таблетки 300 где купить в краснодаре, лирика махачкала, ростов на дону лирика, купить лирику ростов на дону \\n<b>Зеркало:</b> <a href=\\\"https://sberklad.info\\\">sberklad.click</a> \\n \\n<hr /> \\n<i>Источник: rc24.pro — актуально на март 2026. Поделитесь с друзьями — адреса меняются.</i>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccplainfield.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccplainfield.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:10:16','2026-03-30 17:10:16','bbb14ae9-afc4-4c31-967a-fbe15b18cd1f'),
(54258,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"1winazerbaijanbon\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"werso078400iu@rambler.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Cool, I\'ve been looking for this one for a long time \\n \\n \\n_________________ \\n<a href=\\\"https://1winazerbaijanbonus.baby/1_vini_r%C9%99smid%C9%99n_y%C3%BCkl%C9%99.html\\\">vauçerlər 1win bu nədir</a>\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccburlingtonwoods.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccburlingtonwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:10:24','2026-03-30 17:10:24','128efac7-3cf0-49e9-ad84-91ba31f46af8'),
(54259,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennifer Obrien\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jenn@dandyreviewaitools.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"GetDandy\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1123],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hi Complete Care at Corsica Hills,\\n\\nI’ve built and trained an AI employee specifically for Complete Care at Corsica Hills.\\n\\nIt’s already been trained on 6+ hours worth of your publicly available data — your website, Google Business Profile, and more. It knows how to answer \\ncustomer questions, capture leads, and even follow up — just like a team member would.\\n\\nThis isn’t a sales call. It’s a 20-minute demo where you can actually interact with the AI employee and see what it can do.\\n\\nWould today or tomorrow work for a quick walkthrough? Schedule a time on my calendar to meet the agent I trained for you and see \\nwhat she can do here: getdandy.com/ff-trained-agent or call me at (949)-755-7782\\n\\nTalk soon,\\n\\nThank you,\\n\\nJennifer O\'Brien | Director of Operations\\nGetDandy\\ngetdandy.com/ff-trained-agent\\n\\nUnsubscribe here: bit.ly/42wnUsa\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://cccorsicahills.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cccorsicahills.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:10:30','2026-03-30 17:10:30','3d464585-ebb2-43ec-a0c7-baa819e46e0e'),
(54260,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"RobertInfob\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dia duit, theastaigh uaim do phraghas a fháil.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecarewall.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecarewall.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:11:16','2026-03-30 17:11:16','c0e3451d-6084-41c6-9e18-c6556cecc6f8'),
(54261,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Eric Jones\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ericjonesmyemail@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"IN\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Media Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1097],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Hello Ccwoodlands Com Owner,\\n\\nMy name is Eric and I’m betting you’d like your website Ccwoodlands Com to generate more leads.\\n\\nHere’s how:\\n\\nWeb Visitors Into Leads is a software widget that works on your site, ready to capture any visitor’s Name, Email address, and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at Ccwoodlands Com.\\n\\nVisit https://blastleadgeneration.com to try out a Live Demo with Web Visitors Into Leads now to see exactly how it works and even give it a try… it could be huge for your business.\\n\\nPlus, now that you’ve got their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation quickly… which is so powerful because connecting with someone within the first 5 minutes is 100 times more effective than waiting 30 minutes or more later.\\n\\nThe new text messaging feature lets you follow up regularly with new offers, content links, even just how are you doing? notes to build a relationship.\\n\\nEverything I’ve just described is extremely simple to implement, cost-effective, and profitable.\\n\\nVisit https://blastleadgeneration.com to discover what Web Visitors Into Leads can do for your business, potentially converting up to 100 times more eyeballs into leads today!\\n\\nEric\\n\\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.\\nWeb Visitors Into Leads offers a complimentary 14-day trial – and it even includes International Long Distance Calling.\\nYou have customers waiting to talk with you right now… don’t keep them waiting.\\nVisit https://blastleadgeneration.com to try Web Visitors Into Leads now.\\n\\nIf you\'d like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://blastleadgeneration.com/unsubscribe.aspx?d=ccwoodlands.com\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwoodlands.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwoodlands.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:12:30','2026-03-30 17:12:30','fc378537-37c3-42ba-b57e-99587f8cdbc8'),
(54262,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Gennie Babb\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"domains@search-ccridgewood.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"Web Search Index\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"Other\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1309],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Dear Sir/Madam\\n\\nInsert ccridgewood.com in Google Search Index to appear in web search results!\\n\\nRegister ccridgewood.com at  https://searchregister.info\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccridgewood.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccridgewood.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:20:51','2026-03-30 17:20:51','02628df3-2ee1-4882-881f-99613ce95a26'),
(54263,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Josephknord\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"ramyl_gilmanov@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Комплектность предложений может быть разнообразной https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-45/\\n  Выбирая тип памятника и дополнительных работ, нужно учесть следующее: \\nРаботы под ключ https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/pamyatnik-iz-granita-pv-5/\\n \\nГарантия на изделия 1 год https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-4/\\n \\nПосле очистки от загрязнений, на облагораживаемую территорию укладывается подстилка https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/granitnyy-pamyatnik-pv-34/\\n  Основная задача подложки - предотвращение прорастания сорной растительности сквозь искусственные газоны https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/granitnyy-pamyatnik-pg-2/\\n  На закрепленную подложку расстилается ковер с синтетической травой https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/pamyatnik-iz-granita-pv-2/\\n  Следует помнить, что рулоны искусственных газонов укладываются с нахлестом https://www.kovanie-ogrady.ru/catalog/pamyatniki-zchenshchine/granitnyy-pamyatnik-pg-19/\\n  Это позволит упростить процесс обработки стыков https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-dpg-5/\\n  Когда работы по укладке искусственного газона будут завершены, придется выдержать паузу длительностью в 3-4 часа https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-31/\\n  Благодаря этому синтетический ковер расправился, а ворсинки примут требуемую ориентацию в пространстве https://www.kovanie-ogrady.ru/catalog/prostye-pamyatniki/granitnyy-pamyatnik-pg-10/\\n  Обрезка https://www.kovanie-ogrady.ru/catalog/pamyatniki-babyshke/granitnyy-pamyatnik-pg-16/\\n  Кромки полос подрезаются таким образом, чтобы торцы ковра плотно соприкасались https://www.kovanie-ogrady.ru/catalog/pamyatniki-muzhchine/granitnyy-pamyatnik-pv-54/\\n  Полосы соединяются с помощью специальной ленты https://www.kovanie-ogrady.ru/catalog/izdeliya-iz-granita/granitnyy-pamyatnik-pr-9/\\n  Обработанные швы прокатываются ручным катком https://www.kovanie-ogrady.ru/catalog/kovanye-ogrady/kovanaya-ograda-na-mogilu-novaya-krest/\\n  Если укладывался полузасыпной либо засыпной искусственный газон, то на последнем этапе выполняется присыпка синтетической травы кварцевым песком, который затем утрамбовывается https://www.kovanie-ogrady.ru/catalog/pamyatniki-docheri/granitnyy-pamyatnik-pg-14/\\n \\nУстановка гранитного цоколя – 85 600 рублей https://www.kovanie-ogrady.ru/catalog/pamyatnik-mame/pamyatnik-iz-granita-pv-10/\\n \\nВ Monument-Service https://www.kovanie-ogrady.ru/catalog/byudzhetnye-pamyatniki/granitnyy-pamyatnik-pv-62/\\n ru мы предлагаем профессиональное благоустройство могил под ключ с использованием качественных материалов и растений, адаптированных к климату Московской области https://www.kovanie-ogrady.ru/catalog/pamyatniki-dedyshke/pamyatnik-iz-granita-pv-11/\\n  Наш опыт работает более чем на 1000 клиентов, которые доверяют нам уход за памятью своих близких https://www.kovanie-ogrady.ru/catalog/kovanye-izdeliya/kvadrat-40-20/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccfairlawnedge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccfairlawnedge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:38:08','2026-03-30 17:38:08','a973a737-0cd7-4db5-bc0e-bbbf31a3c4f2'),
(54264,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Robertbiams\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"zekisuquc419@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Sawubona, bengifuna ukwazi intengo yakho.\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cckressonview.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cckressonview.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:38:09','2026-03-30 17:38:09','9b9bfcfb-92d1-4647-a589-aea1b95e97f9'),
(54265,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennPeerm\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Интернет-магазин сантехники dushevoi https://акваторг24.рф/truby/polipropilenovye-truby-slt-aqua-polipropilenovye-truby-slt-aqua/polipropilenovye-truby-armirovannye-1/armirovannaya-steklovoloknom-truba-slt-aqua-pp-r-pp-r-gf-pp-r-d20x2-8-sdr7-4-4m-sltpgf72020/\\n ru https://акваторг24.рф/konvektora-itermic/\\n \\n…и внимательность https://акваторг24.рф/armatura-predohranitelnaya/klapany-predohranitelnye/predohranitelnyy-klapan-tim-dlya-sistem-vodosnabzheniya-8-bar-1-2-3-4-g-g-art-bl23ff-c-8/\\n  Заказывала плитку в ванную, заказ 101530, получилось дешевле и быстрее, чем в других магазинах https://акваторг24.рф/armatura-predohranitelnaya/rele-protoka-servoprivod/vynosnoy-datchik-tim-temperatury-tyoplogo-pola-3m-art-art-rtc03/\\n  Я сначала ошиблась с заказом… \\nАссортимент каталога интернет-магазина Водопарад включает распродажа, модели смесителей и другой сантехники, подходящей по цене при любом бюджете https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/filtr-samopromyvnoy-s-manometrom-i-slivnym-kranom-tim-1-2-s-amerikankami-nar-nar-art-jh-1001y2/\\n \\nИнтернет-магазин сантехники СВДД работает как с физическими, так и с юридическими лицами https://акваторг24.рф/naznachenie/truby/page/2/\\n  Мы отправляем товары по Москве и в другие города России https://акваторг24.рф/kollektory-shkafy-komplektuyuschie/komplektuyuschie-dlya-kollektorov/adapter-konus-ploskost-1-2-dlya-kollektora-s-1-2-naruzhnoy-rezby-art-m312-2b/\\n \\nМосплитка https://акваторг24.рф/armatura-izmeritelnaya-i-komplektuyuschie/termometry-i-termomanometry/termomanometr-aksialnyy-tim-63mm-na-10-bar-1-2-0-120-art-y-63t-10/\\n \\n\\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccatcourthouse.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatcourthouse.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:40:44','2026-03-30 17:40:44','045d2e3b-5924-40a6-931c-2b971311be71'),
(54266,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennSop\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Посетите наш магазин сантехники  и обновите свою ванную комнату или кухню с помощью наших качественных товаров https://акваторг24.рф/gidravlicheskie-razdeliteli/gidravlicheskie-razdeliteli-do-100-kvt/gidravlicheskiy-razdelitel-na-dva-kontura-gru-2-100-chernyy/\\n \\nванны (обычные и с гидромассажем), умывальники, смесители; напольные, пристенные и подвесные унитазы и биде, сливные бачки, гигиенические души; кабины, боксы, уголки, поддоны, стойки, комплекты и гарнитуры, смесители; мойки, краны и измельчители для кухни https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/klapan-radiatornyy-nastroechnyy-uglovoy-mvi-3-4-art-tr-110-05/\\n \\nАрдо студио https://акваторг24.рф/armatura-predohranitelnaya/klapany-predohranitelnye/predohranitelnyy-klapan-tim-dlya-sistem-vodosnabzheniya-6-bar-3-4-1-g-g-art-bl34ff-c-6/\\n \\nSantPrice https://акваторг24.рф/product/ean/4603726341189/\\n \\nИнтернет-магазин Дюйм специализируется на продаже инженерной сантехники оптом и в розницу и является одним из лидеров на рынке сантехники в России https://акваторг24.рф/armatura-dlya-otopleniya/klapana-balansirovochnye/new-product-14/\\n  Философия данной компании - обеспечить все потребности клиента во время монтажа системы отопления, канализации и водоснабжения https://акваторг24.рф/naznachenie/aksessuary-dlya-montazha/\\n  В каталоге представлен широкий ассортимент продукции различной ценовой категории https://акваторг24.рф/product/vid-tovara/troynik-perehodnoy/page/2/\\n  Следует отметить, что на складах компании представлены 9000 различных наименований инженерной сантехники, а еще 7000 товаров можно получить под заказ https://акваторг24.рф/armatura-izmeritelnaya-i-komplektuyuschie/page/4/\\n  Обширный выбор продукции возможен благодаря тому, что складские помещения занимают более 27 000 м2 https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/filtr-samopromyvnoy-steklyannyy-korpus-s-manometrom-i-slivnym-kranom-tim-1-2-s-amerikankami-nar-nar-art-jh-1002y2/\\n  Они расположены в Московской области https://акваторг24.рф/product/dlina-v-mm/113/\\n  Это обеспечивает большую мобильность в оформлении и доставке заказа клиенту https://акваторг24.рф/truby-i-fitingi/zaglushka-ppr-o32-slt-blockfire/\\n \\nПредставленные в этом рейтинге магазины сантехники в Москве не ранжированы по качеству товаров, ассортименту или уровню сервиса https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/shkaf-kollektornyy-wester-1300h118h652-715-shrn-7/\\n  Все они реализуют оригинальную продукцию, имеющую все сертификаты, подтверждающие ее происхождение https://акваторг24.рф/truby-i-fitingi/trap-nerzhaveyka-tim-70h550mm-art-bad415502/\\n  В период социальной изоляции из-за эпидемиологической ситуации это наиболее удобный способ купить качественное оборудование, не выходя из собственного дома https://акваторг24.рф/armatura-dlya-otopleniya/klapana-balansirovochnye/new-product-10/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccmeriden.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccmeriden.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:40:46','2026-03-30 17:40:46','34f89b33-76e9-41bb-84a7-255baba04884'),
(54267,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Craigdes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"valerakimuvo@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Фабрика Tessarolo https://stosastudio.ru/ishhite-italyanskie-kuhni-v-moskve-uznajte-o-poslednih-trendah-v-2023-godu-gde-kupit-tsenah-i-ideyah-dizajna-vashej-mechty/\\n \\nTessarolo, Италия, стиль арт-деко, современный стиль На заказ https://stosastudio.ru/catalog/kuhni-ethica/\\n \\nПроизводители мебели https://stosastudio.ru/stilnaya-kuhnya-stolovaya-idealnoe-sochetanie-garmonii-i-estetiki/\\n \\nКакую итальянскую мебель мы предлагаем? \\nTessarolo, Италия, классический стиль На заказ https://stosastudio.ru/catalog/kuhni-like/\\n \\nМы превратим для вас покупку мебели в увлекательное приключение! \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://completecareoakridge.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@completecareoakridge.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:42:23','2026-03-30 17:42:23','0ef6466b-a13d-4726-821f-6dfbe45dea1e'),
(54268,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"GlennViz\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"eprovbelwha@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"SalvaRosa https://акваторг24.рф/product/fasovka-shtuk/otsinkovannyy/\\n \\nSanbest https://акваторг24.рф/gidravlicheskie-razdeliteli/gidravlicheskie-razdeliteli-do-60-kvt/gidravlicheskiy-razdelitel-universalnyy-gru-60-chernyy/\\n \\nРаспродажа с доставкой быстро и недорого https://акваторг24.рф/truby-i-fitingi/fiksator-povorota-dlya-truby-tim-45-f16-art-fz016a/\\n \\nПосетите наш магазин сантехники  и обновите свою ванную комнату или кухню с помощью наших качественных товаров https://акваторг24.рф/product/vid-tovara/mufta-vxn/\\n \\nИнтернет-магазин Сантехника ROOM представляет широкий ассортимент известных европейских брендов таких как LeMark, Damixa, Riho, Aksy Bagno, Roca и не менее известных российских брендов Акватон, Opadiris, Royal Bath, Sanita Lux, Rossinka https://акваторг24.рф/zapornaya-radiatornaya-kotelnaya-armatura/gazovyy-kran-tim-gsh-1-2-babochka-art-de122h/\\n \\nИнтернет магазин сантехники и мебели для ванной комнаты https://акваторг24.рф/otoplenie/konvektor-napolnyy-itermic-itf-130-080-2800-1389-vt/\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://cclaurelton.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@cclaurelton.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:43:15','2026-03-30 17:43:15','8f85c411-96e4-417d-a800-c9373d1c39c1'),
(54269,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Bonniemes\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"qxvmmusb@tacoblastmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"PHARMACY RX ONE <a href=\\\"http://mednowca.com/\\\">medication from canada</a> Order Cheap Viagra, Buy Viagra - Canadian Pharmacy, Guaranteed <a href=\\\"http://supremesuppliers.net/\\\">order cipro online supreme suppliers</a> Canadian pharmacy clonidine Buy Viagra Online ::: Canadian Pharmacy. Lowest price. <a href=\\\"http://onlinecanadianpharmacymy.com/\\\">viagra online canadian pharmacy</a> Viagra Online - Get viagra online at our CanadianDrugStore now! <a href=\\\"https://www.cialisaonline.com/\\\">buy cialis online europe</a> CIALIS INDIA PHARMACY Social Research Methods <a href=\\\"http://pharmwithoutadoctorsprescription.com/\\\">canada pharmacy no prescription</a> CIALIS FROM USA PHARMACY Viagra Sale, Order Viagra Online - Online Drug Store, Cheap Prices\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccatgreenacres.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccatgreenacres.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:44:42','2026-03-30 17:44:42','3326f005-00d2-4be2-b0c4-bd917c63fd6b'),
(54270,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Jennyjivy7452\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"jesnsMal4432@gmail.com\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"XEvil 6.0 automatically solve most kind of captchas, \\nIncluding such type of captchas: ReCaptcha-2, ReCaptcha-3, Google captcha, SolveMedia, BitcoinFaucet, Steam, +12000 \\n+ hCaptcha, FC, ReCaptcha Enterprize now supported in new XEvil 6.0! \\n+ CloudFlare TurnsTile, GeeTest captcha now supported in new XEvil 7.0! \\n+ XEvil 7.0 was released! ReCaptcha v2 solving speed increased x2! \\n+ XEvil can solve captchas from OpenClaw AI bot! \\n \\n1.) Fast, easy, precisionly \\nXEvil is the fastest captcha killer in the world. Its has no solving limits, no threads number limits \\n \\n2.) Several APIs support \\nXEvil supports more than 6 different, worldwide known API: 2Captcha, anti-captcha (antigate), RuCaptcha, DeathByCaptcha, etc. \\njust send your captcha via HTTP request, as you can send into any of that service - and XEvil will solve your captcha! \\nSo, XEvil is compatible with hundreds of applications for SEO/SMM/password recovery/parsing/posting/clicking/cryptocurrency/etc. \\n \\n3.) Useful support and manuals \\nAfter purchase, you got access to a private tech.support forum, Wiki, Skype/Telegram online support \\nDevelopers will train XEvil to your type of captcha for FREE and very fast - just send them examples \\n \\n4.) How to get free trial use of XEvil full version? \\n- Try to search in Google \\\"Home of XEvil\\\" \\n- you will find IPs with opened port 80 of XEvil users (click on any IP to ensure) \\n- try to send your captcha via 2captcha API ino one of that IPs \\n- if you got BAD KEY error, just tru another IP \\n- enjoy! :) \\n- (its not work for hCaptcha!) \\n \\nWARNING: Free XEvil DEMO does NOT support ReCaptcha, hCaptcha and most other types of captcha! \\n \\nhttp://xrumersale.site/\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"http://ccwhisperingwoods.com/contact/\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccwhisperingwoods.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 17:57:47','2026-03-30 17:57:47','97cd992d-5d89-4c44-90bc-885b10c65001'),
(54271,'{\"066dfc6f-18a6-4937-87ee-0244e38e977e\":\"Samuelbub\",\"9e31cb40-bbfa-4c75-b149-477f3fbb2fa7\":\"olegzaluri@mail.ru\",\"9665534b-2db6-42ce-a7d5-b71174d514cf\":\"google\",\"17f37f07-2870-4279-87ed-1f52fc42daa9\":\"General Inquiry\",\"7615571d-c71f-4c39-9d30-2b5eff5f4930\":[1481],\"e8af83f2-c87e-467e-80dc-e1f580b01a08\":\"Рейтинг топ-20 лучших архитектурных бюро Москвы по версии КП https://www.abbalk.ru/page47572771.html\\n \\nКонтакты https://www.abbalk.ru/page47572771.html\\n \\n// КАК РАБОТАЕТ АРХИТЕКТУРНОЕ БЮРО? \\nУсадебный дом в Суздале Фото: Юрий Пальмин / архитектурное бюро Form https://www.abbalk.ru/stati\\n \\nАрхитектурное бюро специализируется на проектировании зданий, сооружений, градостроительных объектов и других архитектурных конструкций https://www.abbalk.ru/\\n  В таком бюро работают архитекторы, которые разрабатывают концепцию и эскизы объекта, его планировку, фасады, внутреннюю отделку и детали https://www.abbalk.ru/page47559287.html\\n \\nКОМПЛЕКСНОЕ БЛАГОУСТРОЙСТВО https://www.abbalk.ru/page47572771.html\\n \\n\",\"6c87db4a-1b50-4a33-949f-2d6bd2eb1e0d\":\"https://ccregent.com/contact\",\"4cea3cf6-c884-4125-8002-615070a0f063\":\"info@ccregent.com\"}',3190,1,NULL,0,1,'Failed Captcha “Recaptcha”: “Client-side token missing.”','verbb\\formie\\integrations\\captchas\\Recaptcha','[]',NULL,'2026-03-30 18:03:02','2026-03-30 18:03:02','2670c882-b8c6-4954-b02b-18355b335413');
/*!40000 ALTER TABLE `formie_submissions` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `globalsets`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `globalsets` WRITE;
/*!40000 ALTER TABLE `globalsets` DISABLE KEYS */;
INSERT INTO `globalsets` VALUES
(554,'Corporate Site','corporateSite',16,1,'2025-09-02 21:50:29','2025-09-02 21:50:29','ac2e66d3-984a-4e83-b29d-422f84e8c085');
/*!40000 ALTER TABLE `globalsets` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `googlemaps_addresses`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `googlemaps_addresses` WRITE;
/*!40000 ALTER TABLE `googlemaps_addresses` DISABLE KEYS */;
INSERT INTO `googlemaps_addresses` VALUES
(3,2,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2025-07-28 21:11:58','2026-03-25 19:33:11','cf779244-309a-4821-a436-b7250d69f69b'),
(440,945,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-09-11 18:48:35','2026-03-25 19:33:50','0fc6882f-a67a-4b20-8f76-22446204d8b1'),
(442,951,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-09-11 18:48:35','2026-03-25 19:34:12','96bf04c1-af1e-4a88-8ffc-5f4f769ef0e3'),
(443,954,1,2,NULL,NULL,NULL,'1351 Old Freehold Road, Toms River, NJ 08753',NULL,'Toms River','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35','4983caea-54b1-47ec-9807-11a1156275d9'),
(444,957,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2025-09-11 18:48:35','2026-03-25 19:34:29','e7972554-cc8c-4825-9512-2e0f577ba501'),
(446,963,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2025-09-11 18:48:35','2026-03-25 19:34:46','5999da07-0806-417f-90ba-c3704c406154'),
(448,969,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2025-09-11 18:48:35','2026-03-25 19:35:05','3fa69aa9-f2e8-45fb-ba43-7c0767d3a746'),
(449,972,1,2,NULL,NULL,NULL,'144 Magnolia Drive, Cape May Court House, NJ 08210',NULL,'Cape May Court House','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35','a724cbcd-64c7-4a87-ae49-58d7650a065a'),
(450,975,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2025-09-11 18:48:35','2026-03-25 19:35:31','9621321e-4fa9-4bd2-a598-c1f800b718d7'),
(451,978,1,2,NULL,NULL,NULL,'1931 Lakewood Road, Toms River, NJ 08755',NULL,'Toms River','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35','5aece965-5c66-4e05-8dac-125de1d280d7'),
(452,981,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2025-09-11 18:48:35','2026-03-25 19:35:52','eec12b6b-7065-479e-ba98-290e42ad504d'),
(453,985,1,2,NULL,NULL,NULL,'4 Plaza Drive, Toms River, NJ 08757\r\n',NULL,'Toms River','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35','daf0191a-9260-47e6-9709-8ae8514d5e2d'),
(454,989,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-09-11 18:48:35','2026-03-25 19:36:13','f5963676-4125-48b1-a013-6488d88c3da8'),
(455,992,1,2,NULL,NULL,NULL,'2601 E. Evesham Road, Voorhees, NJ 08043',NULL,'Voorhees','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35','87893641-5bce-4b54-9e2a-5593377663dc'),
(456,995,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2025-09-11 18:48:35','2026-03-25 19:36:32','ccfc2aac-6c53-440e-ae0f-463df99d4b2a'),
(457,997,1,2,NULL,NULL,NULL,'475 Jack Martin Blvd, Brick, NJ 08724\r\n',NULL,'Brick','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35','39cde84b-f4c2-4da2-9938-2e559b539417'),
(458,999,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2025-09-11 18:48:35','2026-03-25 19:36:54','a72add3f-873f-42ad-9555-77a99ac65b62'),
(459,1002,1,2,NULL,NULL,NULL,'2305 Rancocas Road, Burlington, NJ 08016\r\n',NULL,'Burlington','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35','e8a7a107-545d-4049-9fcc-f11102118586'),
(460,1005,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2025-09-11 18:48:35','2026-03-25 19:37:16','dc44e45b-ba4a-4ca1-b26f-5a8c04ab6f40'),
(461,1008,1,2,NULL,NULL,NULL,'229 Bath Avenue, Long Branch, NJ 07740\r\n',NULL,'Long Branch','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35','ce3e3c9c-186f-498d-84b4-7dbc2572760f'),
(462,1011,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-09-11 18:48:35','2026-03-25 19:38:04','0323be44-3a4b-485a-9fab-0efe07f94204'),
(464,1017,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-09-11 18:48:35','2026-03-25 19:38:25','624f39f9-6c25-4130-8573-8b5ecfc159b1'),
(465,1020,1,2,NULL,NULL,NULL,'75 Old Toms River Road, Brick, NJ 08723\r\n',NULL,'Brick','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:35','2025-09-11 18:48:35','65a30366-012a-4589-b5e4-98db4fb867cb'),
(466,1023,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2025-09-11 18:48:36','2026-03-25 19:38:42','7646ddad-b408-495d-8e14-6cbe7d865b34'),
(468,1031,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2025-09-11 18:48:36','2026-02-27 01:48:43','4c505d18-1b90-4a1f-962e-97bb24a74d54'),
(469,1033,1,2,NULL,NULL,NULL,'610 Town Bank Road, North Cape May, NJ 08204\r\n',NULL,'North Cape May','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','f634cfdd-425d-4e1a-9213-43ab722978ed'),
(470,1035,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-09-11 18:48:36','2026-03-25 19:39:04','5d8de2a2-cfbf-4d17-92b9-9f9f1c3f618e'),
(471,1038,1,2,NULL,NULL,NULL,'3001 E. Evesham Road, Voorhees, NJ 08043\r\n',NULL,'Voorhees','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','ea2d24e7-b149-40bd-bdbf-016ac2110055'),
(472,1041,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2025-09-11 18:48:36','2026-03-25 19:39:20','12742426-7a4e-4839-bf26-9d654f2c5042'),
(473,1043,1,2,NULL,NULL,NULL,'1725 Meridian Trail, Wall, NJ 07719\n',NULL,'Wall','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','0d4becd9-aefd-44ff-bc56-690e7180dc1c'),
(474,1045,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-09-11 18:48:36','2026-03-25 19:39:45','4387cd82-f571-4458-8ee5-744c03547485'),
(476,1051,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2025-09-11 18:48:36','2026-03-30 13:50:32','12d002f5-6def-4074-9722-83c73f7d4aae'),
(477,1055,1,2,NULL,NULL,NULL,'536 Ridge Road, Cedar Grove, NJ 07009\r\n',NULL,'Cedar Grove','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','67f9c160-3fd3-4462-a444-73436b8d3083'),
(478,1059,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-09-11 18:48:36','2026-03-25 19:40:29','eca2a2b9-499d-49bc-afb8-1b4a16fa64ea'),
(479,1063,1,2,NULL,NULL,NULL,'1213 Westfield Avenue, Clark, NJ 07066\r\n',NULL,'Clark','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','3cbd430f-f7f2-45e1-9f20-c2caa3c84f25'),
(480,1067,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2025-09-11 18:48:36','2026-03-25 19:40:53','3d048347-26b0-4ab7-b236-4e08070c7baf'),
(481,1070,1,2,NULL,NULL,NULL,'875 Route 202/206 North, Bridgewater, NJ 08807\r\n',NULL,'Bridgewater','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','7bd8ab3f-2580-496f-8562-54ecc29d895f'),
(482,1073,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2025-09-11 18:48:36','2026-03-25 19:41:11','32ae88e9-9064-442f-89c4-c7cd91c1ad99'),
(483,1076,1,2,NULL,NULL,NULL,'713 N. Beers Street, Holmdel, NJ 07733\r\n',NULL,'Holmdel','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','0c56529f-5df2-4a1d-b0b5-81360f6f5d3a'),
(484,1079,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-09-11 18:48:36','2026-03-25 19:41:32','5c96c43f-c986-406f-9965-53e888ce9ce7'),
(485,1082,1,2,NULL,NULL,NULL,'625 State Highway 34, Matawan, NJ 07747\r\n',NULL,'Matawan','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','379112f4-5084-421b-8991-6122fc9eb753'),
(486,1085,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2025-09-11 18:48:36','2026-03-25 19:41:50','777f7c1b-ffcf-498b-bf7e-3af16b10e9eb'),
(487,1088,1,2,NULL,NULL,NULL,'2240 Whitehorse Mercerville Road, Mercerville, NJ 08619\r\n',NULL,'Mercerville','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','bcf29474-4a1a-4c2d-a9e2-27ed3919e712'),
(488,1091,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2025-09-11 18:48:36','2026-03-25 19:42:13','942b10ed-6f83-4184-95e1-7ae93514f8cd'),
(489,1094,1,2,NULL,NULL,NULL,'140 Park Avenue, East Orange, NJ 07017\r\n',NULL,'East Orange','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','6c2ad6cb-f09d-4990-9402-7b36679da37e'),
(490,1097,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2025-09-11 18:48:36','2026-03-25 19:42:33','33e1ca0a-88ce-4fb3-a6d0-34d61ccb3a86'),
(491,1100,1,2,NULL,NULL,NULL,'2 Deerpark Drive, Monmouth Junction, NJ 08852\r\n',NULL,'Monmouth Junction','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','1ff14729-1b79-402e-a3d0-0beb06a3ac5f'),
(492,1103,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2025-09-11 18:48:36','2026-03-25 19:42:52','b30d0f9d-13db-471b-8bd9-8e87a7d4d683'),
(493,1106,1,2,NULL,NULL,NULL,'1340 Park Avenue, Plainfield, NJ 07060\r\n',NULL,'Plainfield','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','16e0e582-aff4-446c-9139-fb69c9f59064'),
(494,1109,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2025-09-11 18:48:36','2026-03-25 19:43:09','2f9e01cd-af13-4b89-bbab-425bd697adbf'),
(495,1113,1,2,NULL,NULL,NULL,'315 East Lindsley Road, Cedar Grove, NJ 07009\n',NULL,'Cedar Grove','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','bf41e6cc-284c-4194-b89b-5481e9863ce2'),
(496,1117,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2025-09-11 18:48:36','2026-03-25 19:43:32','6ba977d7-c1d2-48f3-afa3-3dbb46c3ff6b'),
(497,1120,1,2,NULL,NULL,NULL,'20 Summit Street, West Orange, NJ 07052\r\n',NULL,'West Orange','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:36','2025-09-11 18:48:36','704d20ea-1608-486b-84c9-2f88fc9ca8f9'),
(498,1123,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-09-11 18:48:37','2026-03-25 19:43:49','586fe6e9-c48b-4b9d-b405-59133a14ddaf'),
(500,1129,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2025-09-11 18:48:37','2026-03-25 19:44:10','9a85bf9f-925f-45c4-8ed3-670fd530bfdf'),
(501,1132,1,2,NULL,NULL,NULL,'1515 Lamberts Mill Road, Westfield, NJ 07090\r\n',NULL,'Westfield','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','e60a84e9-59f0-4ea0-9afe-cd92e575905a'),
(502,1135,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2025-09-11 18:48:37','2026-03-25 19:44:24','5d85594b-9b7d-4199-adff-9b1aaab93a94'),
(503,1138,1,2,NULL,NULL,NULL,'62 James Street, Edison, NJ 08820\r\n',NULL,'Edison','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','24bbbd26-e300-40d8-925a-b514fc4ad3d2'),
(504,1141,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2025-09-11 18:48:37','2026-01-21 19:14:28','5eb89c4d-9695-42c3-ba17-b7bc26f90b6c'),
(505,1142,1,2,NULL,NULL,NULL,'1165 Easton Avenue, Somerset, NJ 08873',NULL,'Somerset ','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','3d7babf4-ff88-4e87-824d-261d8d84c6a2'),
(506,1143,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2025-09-11 18:48:37','2026-03-25 19:44:40','0e4837fd-2827-4634-a27b-da68959bd8a1'),
(507,1146,1,2,NULL,NULL,NULL,'1400 Woodlands Avenue, Plainfield, NJ 07060\r\n',NULL,'Plainfield','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','7c66cdb7-4636-496e-8b10-623d8770833f'),
(508,1149,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2025-09-11 18:48:37','2026-01-21 01:54:04','41bc0876-2ea5-42e0-bea8-b97c0603c4a4'),
(509,1152,1,2,NULL,NULL,NULL,'118 Parsonage Road, Edison, NJ 08837',NULL,'Edison','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','129a7aa9-7354-4750-ba82-e901ec1981c7'),
(510,1155,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2025-09-11 18:48:37','2026-01-21 01:54:31','c0b9214f-e044-4ef7-a499-2b7cafd3a2dd'),
(511,1158,1,2,NULL,NULL,NULL,'1133 Marlboro Road, Old Bridge, NJ 08857',NULL,'Old Bridge','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','25df28dc-4042-4c06-aaf8-d9acc05c80da'),
(512,1161,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2025-09-11 18:48:37','2026-03-25 19:44:59','f766b9f2-257e-4cc8-8753-7510884a6ff6'),
(513,1163,1,2,NULL,NULL,NULL,'338 Chestnut Street, Passaic, NJ 07055\r\n',NULL,'Passaic','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','6a8f73ee-9caa-4728-977b-aef279f8583a'),
(514,1165,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-09-11 18:48:37','2026-03-25 19:45:17','da97c80d-3d2b-401b-8408-084df751cf88'),
(516,1171,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2025-09-11 18:48:37','2026-03-25 20:26:14','f038bf66-2f6e-4990-9027-c38d8cb81ccb'),
(517,1174,1,2,NULL,NULL,NULL,'5501 Perkiomen Avenue, Reading, PA 19606\r\n',NULL,'Reading','PA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','dc71a39f-f7cc-46a2-9941-33705399e555'),
(518,1177,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-09-11 18:48:37','2026-03-25 19:45:37','baf69556-f799-401b-93c6-166a87b1527b'),
(520,1185,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2025-09-11 18:48:37','2026-03-25 19:45:53','a1ddd79c-05fd-4516-947d-51f77af1bfba'),
(521,1188,1,2,NULL,NULL,NULL,'360 Chestnut Street, Passaic, NJ 07055',NULL,'Passaic','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','056d88af-1804-4fd2-adda-f07e54ec5e65'),
(522,1191,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2025-09-11 18:48:37','2026-03-25 19:46:40','3dd11a5d-460d-4076-9ceb-edb4d056f6d5'),
(523,1194,1,2,NULL,NULL,NULL,'77 East 43rd Street, Paterson, NJ 07514',NULL,'Paterson','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','193cfc9d-8af4-4497-aaef-b87219efaea3'),
(524,1197,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2025-09-11 18:48:37','2026-03-25 19:46:30','ecea12d4-3d2c-4324-8ed4-a1f77651aa8a'),
(525,1199,1,2,NULL,NULL,NULL,'56 Hamilton Avenue, Passaic, NJ 07055',NULL,'Passaic','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','f0e4361f-43fa-408b-987e-27d03e4a5000'),
(526,1201,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2025-09-11 18:48:37','2026-03-25 19:46:57','31b3fb23-2320-4a03-ba0e-280cd1e4e2aa'),
(527,1205,1,2,NULL,NULL,NULL,'7600 River Road, North Bergen, NJ 07047\r\n',NULL,'North Bergen','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','5ffa54d9-4143-446e-a238-78f890625262'),
(528,1209,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2025-09-11 18:48:37','2026-03-25 20:26:43','2f53c79f-f8f5-491d-a1b3-00b6173c434c'),
(529,1212,1,2,NULL,NULL,NULL,'350 Haws Lane, Flourtown, PA 19031\r\n',NULL,'Flourtown','PA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','290f2186-ba4a-4ef3-bc47-c5ea8a42d8d7'),
(530,1215,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-09-11 18:48:37','2026-03-25 19:47:14','a58df57d-accc-446d-bfbf-503295fec825'),
(531,1217,1,2,NULL,NULL,NULL,'333 Grand Avenue, Englewood, NJ 07631\r\n',NULL,'Englewood','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:37','2025-09-11 18:48:37','c0cc7fd7-a859-4d91-aeab-d579d2109544'),
(532,1219,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2025-09-11 18:48:37','2026-03-25 20:27:02','3c08988e-0aad-4135-9903-f89a165d7efd'),
(533,1222,1,2,NULL,NULL,NULL,'1718 Spring Creek Road, Macungie, PA 18062',NULL,'Macungie','PA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','4e356ba2-9225-4988-8a2c-886b83a275fb'),
(534,1225,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-09-11 18:48:38','2026-03-25 19:47:33','062faa8d-f5ea-49bc-a2d0-432271aa120b'),
(535,1228,1,2,NULL,NULL,NULL,'69 Maple Road, West Milford, NJ 07480\r\n',NULL,'West Milford','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','5c30b7b3-addb-4994-9445-4e167358ea14'),
(536,1231,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2025-09-11 18:48:38','2026-03-25 19:47:50','969e2b6f-d13f-4de4-b2fa-4a352f4313c2'),
(537,1234,1,2,NULL,NULL,NULL,'843 Wilbur Avenue, Phillipsburg, NJ 08865\r\n',NULL,'Phillipsburg','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','d0566e03-2bad-4475-8d74-dc5982d33135'),
(538,1237,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2025-09-11 18:48:38','2026-03-25 19:48:08','8110ba11-a9dc-4202-ba1f-e71057f5b3e2'),
(539,1240,1,2,NULL,NULL,NULL,'336 Prospect Avenue, Hackensack, NJ 07601\r\n',NULL,'Hackensack','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','c6b076af-42fd-4e65-9dd6-cee07275336a'),
(540,1243,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2025-09-11 18:48:38','2026-03-25 19:48:35','cfb8d69b-a5a2-4598-a3a2-d538694811d8'),
(541,1246,1,2,NULL,NULL,NULL,'50 Polifly Road, Hackensack, NJ 07601',NULL,'Hackensack','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','2fe85809-1342-4194-9c32-20660ddb47cd'),
(542,1249,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2025-09-11 18:48:38','2026-03-25 19:49:02','8113c762-edb4-49a8-8414-5e7a96c7025f'),
(543,1252,1,2,NULL,NULL,NULL,'130 Terhune Drive, Wayne, NJ 07470',NULL,'Wayne','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','acd579b1-a7ba-4b1e-839f-d58c336ae04c'),
(544,1255,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2025-09-11 18:48:38','2026-03-25 19:57:30','8618c3e7-f770-419b-bbc6-0332d248df76'),
(546,1261,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-09-11 18:48:38','2026-03-25 18:54:54','fd3a7cc6-cd7f-409c-907e-aee45702d2b8'),
(547,1265,1,2,NULL,NULL,NULL,'100 Saint Claire Drive, Hockessin, DE 19707',NULL,'Hockessin','DE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','f930b030-fb57-4543-bde1-62e65f13c562'),
(548,1269,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2025-09-11 18:48:38','2026-03-25 19:58:11','a310d6fd-0a3d-4c4a-a45b-830aa7d1efa8'),
(549,1273,1,2,NULL,NULL,NULL,'205 Armstrong Street, Centreville, MD 21617',NULL,'Centreville','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','0593b129-a559-4f62-8cb3-0652f183b5c6'),
(550,1277,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2025-09-11 18:48:38','2026-03-25 20:02:16','9c883d68-ff9a-47ac-aa37-57bc471cca45'),
(551,1280,1,2,NULL,NULL,NULL,'1 Diane Drive, Fort Ashby, WV 26719',NULL,'Fort Ashby','WV',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','61cb9fa7-964d-4e50-8dab-e39d32f5b7e5'),
(552,1283,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2025-09-11 18:48:38','2026-03-25 19:58:34','89da2ba9-9a4d-4e8d-9eee-074c89087817'),
(553,1286,1,2,NULL,NULL,NULL,'14014 Marsh Pike, Hagerstown, MD 21742',NULL,'Hagerstown','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','67faf459-ad97-413a-8ca7-6baf78c948cb'),
(554,1289,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2025-09-11 18:48:38','2026-03-25 19:58:54','3b75285e-438a-41f4-a670-cb1a364e35dc'),
(555,1293,1,2,NULL,NULL,NULL,'7232 German Hill Road, Baltimore, MD 21222',NULL,'Baltimore','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','2c8a1dcb-69a7-47fe-8c7a-17becc8a451c'),
(556,1297,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2025-09-11 18:48:38','2026-03-25 18:56:36','5915ae0f-eaa1-4ca3-9adf-954486a7ddf0'),
(557,1300,1,2,NULL,NULL,NULL,'810 S Broom Street, Wilmington, DE 19805',NULL,'Wilmington','DE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','cfb98fd8-07c8-49f1-a4cb-5fb91fb0bd7c'),
(558,1303,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2025-09-11 18:48:38','2026-03-25 19:59:12','5ec2bf5c-c7b6-4164-bc7f-e6835e51fa26'),
(559,1306,1,2,NULL,NULL,NULL,'4922 LaSalle Road, Hyattsville, MD 20782',NULL,'Hyattsville','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','603fc821-ec71-4823-bb4a-869f5a3ecbfb'),
(560,1309,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2025-09-11 18:48:38','2026-03-25 19:59:30','88590769-75df-4328-8877-2e0c7bb253ad'),
(561,1312,1,2,NULL,NULL,NULL,'1 Magnolia Drive, La Plata, MD 20646',NULL,'La Plata','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','5a579785-fbb0-4154-a951-4f3e88d40a96'),
(562,1315,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2025-09-11 18:48:38','2026-03-25 19:59:50','9ee880f8-c922-4b46-af87-30f4a63fed8c'),
(563,1319,1,2,NULL,NULL,NULL,'7700 York Road, Towson, MD 21204',NULL,'Towson','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:38','2025-09-11 18:48:38','71324c81-96b1-484b-a99b-34a9f03e8231'),
(564,1323,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2025-09-11 18:48:38','2026-03-25 20:03:06','bcfa898a-ebd8-4e26-b479-1d714779dca8'),
(565,1326,1,2,NULL,NULL,NULL,'1000 Association Drive, Charleston, WV 25311\n',NULL,'Charleston','WV',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','e7a7f01b-cef9-4b03-9ef0-6c2e56083e31'),
(566,1329,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2025-09-11 18:48:39','2026-03-25 20:00:09','b58643df-3bcf-4906-a66a-b964c1597afb'),
(567,1333,1,2,NULL,NULL,NULL,'310 Genesis Way, Severna Park, MD 21146',NULL,'Severna Park','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','427ffc30-f6fc-428c-8e33-e4139852af35'),
(568,1337,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2025-09-11 18:48:39','2026-03-25 18:57:10','1f799d56-1fc7-49d1-9d5e-69599008642e'),
(569,1340,1,2,NULL,NULL,NULL,'1080 Silver Lake Blvd, Dover, DE 19904',NULL,'Dover','DE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','8e4ac4cb-785c-4bb5-9294-8336052bf93d'),
(570,1343,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2025-09-11 18:48:39','2026-03-25 20:00:27','60db2fa9-7927-4639-b875-86151f95ad48'),
(571,1346,1,2,NULL,NULL,NULL,'12325 New Hampshire Ave, Silver Spring, MD 20904',NULL,'Silver Spring','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','2308423f-791b-4803-8048-06edc6538845'),
(572,1349,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2025-09-11 18:48:39','2026-03-25 20:00:41','2e88d515-936d-4112-93ad-a5e5739c0711'),
(573,1351,1,2,NULL,NULL,NULL,'4011 Randolph Rd, Wheaton, MD 20902',NULL,'Wheaton','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','24e3ef67-6e19-4ca6-a49a-b550a0077197'),
(574,1353,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-09-11 18:48:39','2026-03-25 19:51:39','9bf91622-b575-4a1e-896a-f0ee17772d2f'),
(576,1359,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2025-09-11 18:48:39','2026-03-25 19:51:58','8742030f-b674-481e-9c44-492e3aaa2edd'),
(577,1362,1,2,NULL,NULL,NULL,'6263 N Green Bay Avenue, Glendale, WI 53209\n',NULL,'Glendale','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','7bd2c7e1-a3cf-466f-a75b-7f2c5059e10a'),
(578,1365,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2025-09-11 18:48:39','2026-03-25 19:52:16','79e9b4c1-9b1c-41cc-8d4e-577fbe741b67'),
(579,1368,1,2,NULL,NULL,NULL,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158',NULL,'Pleasant Prairie','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','a7dbcf4d-a686-4f54-b08c-aec584e1c3e9'),
(580,1371,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2025-09-11 18:48:39','2026-03-25 19:52:54','9633664c-628b-46de-88e7-3ff213be3969'),
(581,1374,1,2,NULL,NULL,NULL,'1810 Kensington Drive, Waukesha, WI 53188',NULL,'Waukesha','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','bc5b0e15-19d8-4c2d-9e28-1ab2a6f4dbe8'),
(582,1377,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2025-09-11 18:48:39','2026-03-25 19:53:33','917c7eb1-7295-40c2-90ae-e6931a9a8483'),
(583,1380,1,2,NULL,NULL,NULL,'2021 South Alverno Road, Manitowoc, WI 54220 \r\n',NULL,'Manitowoc','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','ba6af3b9-fe21-44a4-ba64-72b3e5de9511'),
(584,1383,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2025-09-11 18:48:39','2026-03-25 19:53:51','601f243d-b008-4cd7-ab75-919649b9c8bc'),
(585,1386,1,2,NULL,NULL,NULL,'814 Jackson Street, Stoughton, WI 53589',NULL,'Stoughton','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','ecb43cde-9f7d-4e93-8670-63702a27f508'),
(586,1389,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-09-11 18:48:39','2026-03-25 19:54:11','1ffe0f97-c692-4e3e-b965-f0a3bbd17a47'),
(587,1392,1,2,NULL,NULL,NULL,'3205 Wood Road, Racine, WI 53406',NULL,'Racine','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','09df1f42-3785-4698-b143-998d6bb4d1a7'),
(588,1395,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2025-09-11 18:48:39','2026-03-25 19:54:53','014eca0d-b512-4d30-91bd-04c71df13e36'),
(589,1398,1,2,NULL,NULL,NULL,'1414 Jefferson Street, Baraboo, WI 53913',NULL,'Baraboo','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','7e065c5a-6990-438d-84ce-c3110b7af310'),
(590,1401,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2025-09-11 18:48:39','2026-03-25 19:55:08','e9b9ee56-0708-4047-8262-df2d5d367bf8'),
(591,1404,1,2,NULL,NULL,NULL,'3401 Maple Grove Drive, Madison, WI 53719',NULL,'Madison','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','7afbe0e2-5bfb-47bb-8d32-574f640f593f'),
(592,1407,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-09-11 18:48:39','2026-03-25 19:54:30','a3b9fcb7-4d78-42a4-bcf1-61384311daaa'),
(593,1410,1,2,NULL,NULL,NULL,'4500 West Loomis Road, Greenfield, WI 53220',NULL,'Greenfield','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','8ae987fe-b717-4c0a-a821-e7bd1e86764d'),
(594,1413,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2025-09-11 18:48:39','2026-03-25 19:55:26','41be6db4-aa94-4c8c-8112-b40fc9dd9794'),
(595,1416,1,2,NULL,NULL,NULL,'W173 N 10915 Bernies Way, Germantown, WI 53022',NULL,'Germantown','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','3aa3de7c-ef77-425e-9d44-aec65c35c9de'),
(596,1419,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2025-09-11 18:48:39','2026-03-25 19:19:39','447391e2-02f2-4a82-944c-ecba956ebbcb'),
(597,1422,1,2,NULL,NULL,NULL,'1253 Hartford Turnpike, Vernon, CT 06066',NULL,'Vernon','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:39','2025-09-11 18:48:39','5ba28cae-fa3f-4f07-98db-f57b191c4e91'),
(598,1425,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2025-09-11 18:48:39','2026-03-25 19:20:46','21650033-8119-4670-bdaf-ffdfbc44a576'),
(599,1428,1,2,NULL,NULL,NULL,'4 Hazel Avenue, Naugatuck, CT 06770',NULL,'Naugatuck','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40','96a8e8e4-c3df-4d33-aa88-b46c2bb55388'),
(600,1431,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-09-11 18:48:40','2026-03-25 19:21:09','a21778ab-1dab-4f8b-9752-fdc4360d6b54'),
(601,1434,1,2,NULL,NULL,NULL,'1145 Poquonnock Road, Groton, CT 06340',NULL,'Groton','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40','a9659629-151d-4cb7-aca0-efedaf7a5b62'),
(602,1437,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-09-11 18:48:40','2026-03-25 19:27:45','7b0a97c1-83bb-40f7-8dac-ad4c251a013b'),
(603,1440,1,2,NULL,NULL,NULL,'1145 Poquonnock Road, Groton, CT 06340',NULL,'Groton','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40','25fb662f-c5c1-41e4-889d-4e0e2a46de12'),
(604,1443,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2025-09-11 18:48:40','2026-03-25 19:28:12','9cb182f8-eae6-4ac1-8264-4b05ef0a0b2f'),
(605,1446,1,2,NULL,NULL,NULL,'59 Harrington Court, Colchester, CT 06415',NULL,'Colchester','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40','251a4b08-390a-42e2-a852-b3780bab52f3'),
(606,1449,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-09-11 18:48:40','2026-03-25 19:28:36','d1f29d7d-7384-4ed2-8978-baae5a6e7095'),
(607,1452,1,2,NULL,NULL,NULL,'1 Emerson Drive, Windsor, CT 06095',NULL,'Windsor','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40','40f16439-c7c6-4915-a0f1-226efc6c7605'),
(608,1455,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-09-11 18:48:40','2026-03-25 19:28:57','631898fa-091e-4499-a9b7-bab981830090'),
(609,1458,1,2,NULL,NULL,NULL,'1 Emerson Drive, Windsor, CT 06095',NULL,'Windsor','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40','55ca039c-b738-4142-84e3-43d908416b98'),
(610,1461,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2025-09-11 18:48:40','2026-03-25 19:29:16','9338c035-2c30-4be9-9bd3-34519d2f321c'),
(611,1464,1,2,NULL,NULL,NULL,'845 Paddock Avenue, Meriden, CT 06450',NULL,'Meriden','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40','662a0057-11ad-4aaf-86df-802c86186b72'),
(612,1467,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2025-09-11 18:48:40','2026-03-25 19:29:36','1430b913-3367-4b9d-b4d6-16d40d3b44ff'),
(613,1470,1,2,NULL,NULL,NULL,'778 Middlebury Road, Middlebury, CT 06762',NULL,'Middlebury','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40','cc3f865b-1f24-44da-aee8-4efdc0d67d76'),
(614,1473,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-09-11 18:48:40','2026-03-25 19:00:42','7deda7e4-b029-4963-975d-a303d571498e'),
(615,1475,1,2,NULL,NULL,NULL,'5905 West Washington Blvd, Chicago, IL 60644',NULL,'Chicago','IL',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40','c0e33167-36ce-4b64-b17b-84cd7cd2ddb0'),
(616,1477,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-09-11 18:48:40','2026-03-25 19:02:03','4dc6469a-fb3e-49b4-b06b-afd49a74f5d1'),
(617,1479,1,2,NULL,NULL,NULL,'4920 N. Kenmore Avenue, Chicago, IL 60640',NULL,'Chicago','IL',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:48:40','2025-09-11 18:48:40','863e7f69-9125-4461-a217-e570331f75e0'),
(618,1481,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-09-11 18:48:40','2026-03-25 19:02:31','282f3112-98fe-452d-b028-1e696eb49acf'),
(623,1501,1,2,NULL,NULL,NULL,'1351 Old Freehold Road, Toms River, NJ 08753',NULL,'Toms River','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17','332cb0f3-26b3-4770-ad61-b98f4c2e5145'),
(626,1516,1,2,NULL,NULL,NULL,'144 Magnolia Drive, Cape May Court House, NJ 08210',NULL,'Cape May Court House','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17','1c81fdf4-87d0-4724-ae62-898697224114'),
(627,1521,1,2,NULL,NULL,NULL,'1931 Lakewood Road, Toms River, NJ 08755',NULL,'Toms River','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17','796c19bc-ff84-47fc-bfb2-420ac9123f30'),
(628,1527,1,2,NULL,NULL,NULL,'4 Plaza Drive, Toms River, NJ 08757\r\n',NULL,'Toms River','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17','dca73a54-0142-470e-9145-3feda45f8111'),
(629,1533,1,2,NULL,NULL,NULL,'2601 E. Evesham Road, Voorhees, NJ 08043',NULL,'Voorhees','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17','3e9346bb-aad9-41bc-993f-6e37e3ac4a6e'),
(630,1537,1,2,NULL,NULL,NULL,'475 Jack Martin Blvd, Brick, NJ 08724\r\n',NULL,'Brick','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:17','2025-09-11 18:51:17','4faab057-7711-4844-9370-ddb7942f011c'),
(631,1541,1,2,NULL,NULL,NULL,'2305 Rancocas Road, Burlington, NJ 08016\r\n',NULL,'Burlington','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18','16048f8f-a7e5-4f7e-b6ad-929cc4f50f0f'),
(632,1546,1,2,NULL,NULL,NULL,'229 Bath Avenue, Long Branch, NJ 07740\r\n',NULL,'Long Branch','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18','1a80feb5-7610-4cba-8fdb-64afc294ff68'),
(633,1551,1,2,NULL,NULL,NULL,'160 S. Main Street, Ocean Grove, NJ 07756\r\n',NULL,'Ocean Grove','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18','1af1a974-dadc-4569-a25e-b8c557a53f82'),
(634,1556,1,2,NULL,NULL,NULL,'75 Old Toms River Road, Brick, NJ 08723\r\n',NULL,'Brick','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18','73c10318-106d-4feb-ac86-c8b1ce8fc7fc'),
(636,1567,1,2,NULL,NULL,NULL,'610 Town Bank Road, North Cape May, NJ 08204\r\n',NULL,'North Cape May','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18','b12d5794-b68f-4207-bfc7-6f3de727bd7a'),
(637,1571,1,2,NULL,NULL,NULL,'3001 E. Evesham Road, Voorhees, NJ 08043\r\n',NULL,'Voorhees','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:18','2025-09-11 18:51:18','92a08bc9-0da9-41e8-a20d-3655c4f093ca'),
(638,1575,1,2,NULL,NULL,NULL,'1725 Meridian Trail, Wall, NJ 07719\n',NULL,'Wall','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19','c8e06448-edec-4046-b527-a9a3208ab091'),
(640,1585,1,2,NULL,NULL,NULL,'536 Ridge Road, Cedar Grove, NJ 07009\r\n',NULL,'Cedar Grove','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19','94b7bd8f-2928-4d1c-ac2f-b8f33711172e'),
(641,1592,1,2,NULL,NULL,NULL,'1213 Westfield Avenue, Clark, NJ 07066\r\n',NULL,'Clark','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19','909798d0-d5d7-4cd3-bb72-60be91edb56d'),
(642,1598,1,2,NULL,NULL,NULL,'875 Route 202/206 North, Bridgewater, NJ 08807\r\n',NULL,'Bridgewater','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19','5610f030-545e-4b5f-aa0c-bef5c28de5c5'),
(643,1603,1,2,NULL,NULL,NULL,'713 N. Beers Street, Holmdel, NJ 07733\r\n',NULL,'Holmdel','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19','cbdb8f21-9a06-4afe-927f-c89025006486'),
(644,1608,1,2,NULL,NULL,NULL,'625 State Highway 34, Matawan, NJ 07747\r\n',NULL,'Matawan','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19','ed2a2f39-5982-45cd-a0b9-6f8aacd6cc8d'),
(645,1613,1,2,NULL,NULL,NULL,'2240 Whitehorse Mercerville Road, Mercerville, NJ 08619\r\n',NULL,'Mercerville','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:19','2025-09-11 18:51:19','2feca064-ce4b-4c3e-afd1-82179668164a'),
(646,1618,1,2,NULL,NULL,NULL,'140 Park Avenue, East Orange, NJ 07017\r\n',NULL,'East Orange','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20','d5903272-71c8-4b5a-b3c5-35d849516089'),
(647,1623,1,2,NULL,NULL,NULL,'2 Deerpark Drive, Monmouth Junction, NJ 08852\r\n',NULL,'Monmouth Junction','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20','36e71f2e-b998-4351-be61-1ad5d29781d6'),
(648,1628,1,2,NULL,NULL,NULL,'1340 Park Avenue, Plainfield, NJ 07060\r\n',NULL,'Plainfield','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20','766ee752-da21-42df-af98-c01e56ae715f'),
(649,1634,1,2,NULL,NULL,NULL,'315 East Lindsley Road, Cedar Grove, NJ 07009\n',NULL,'Cedar Grove','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20','88cea6d0-e1c6-421c-9063-3d2131f39d31'),
(650,1640,1,2,NULL,NULL,NULL,'20 Summit Street, West Orange, NJ 07052\r\n',NULL,'West Orange','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20','51851cb1-2a6d-435b-99c1-e0155852a21e'),
(652,1650,1,2,NULL,NULL,NULL,'1515 Lamberts Mill Road, Westfield, NJ 07090\r\n',NULL,'Westfield','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:20','2025-09-11 18:51:20','3bab6aad-c9cf-45e6-8316-33586a8b4bb2'),
(653,1655,1,2,NULL,NULL,NULL,'62 James Street, Edison, NJ 08820\r\n',NULL,'Edison','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21','55ca7656-01b4-4d9b-ab89-51115849c31f'),
(654,1658,1,2,NULL,NULL,NULL,'1165 Easton Avenue, Somerset, NJ 08873',NULL,'Somerset ','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21','8d335e63-8936-46ef-a596-443f1c287d65'),
(655,1661,1,2,NULL,NULL,NULL,'1400 Woodlands Avenue, Plainfield, NJ 07060\r\n',NULL,'Plainfield','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21','8c8b0a5e-cd34-4f70-9937-791c8902c389'),
(656,1666,1,2,NULL,NULL,NULL,'118 Parsonage Road, Edison, NJ 08837',NULL,'Edison','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21','b0b635d8-89e1-4a10-85b3-e77b063dd7ed'),
(657,1671,1,2,NULL,NULL,NULL,'1133 Marlboro Road, Old Bridge, NJ 08857',NULL,'Old Bridge','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21','50c65c75-869f-4007-9158-034ffd7fa664'),
(658,1675,1,2,NULL,NULL,NULL,'338 Chestnut Street, Passaic, NJ 07055\r\n',NULL,'Passaic','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21','6675472a-2ab9-4561-855d-b18b893cd4ec'),
(660,1684,1,2,NULL,NULL,NULL,'5501 Perkiomen Avenue, Reading, PA 19606\r\n',NULL,'Reading','PA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:21','2025-09-11 18:51:21','64cf2979-33d9-44e1-9e56-a5bd4b0e9140'),
(662,1696,1,2,NULL,NULL,NULL,'360 Chestnut Street, Passaic, NJ 07055',NULL,'Passaic','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22','7222f7b1-0417-41f0-bf8e-c65ef76f7577'),
(663,1701,1,2,NULL,NULL,NULL,'77 East 43rd Street, Paterson, NJ 07514',NULL,'Paterson','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22','ab1212dd-5bc0-4b89-891f-0d5afb4f50be'),
(664,1705,1,2,NULL,NULL,NULL,'56 Hamilton Avenue, Passaic, NJ 07055',NULL,'Passaic','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22','3d3c86b3-8c4d-437b-adcd-a51f9a010fbc'),
(665,1710,1,2,NULL,NULL,NULL,'7600 River Road, North Bergen, NJ 07047\r\n',NULL,'North Bergen','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22','55a2e460-720f-426d-9e2f-207d6cf6dbc2'),
(666,1716,1,2,NULL,NULL,NULL,'350 Haws Lane, Flourtown, PA 19031\r\n',NULL,'Flourtown','PA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22','6a70ed5c-f2e9-4cf5-baf9-055a32c9627b'),
(667,1720,1,2,NULL,NULL,NULL,'333 Grand Avenue, Englewood, NJ 07631\r\n',NULL,'Englewood','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:22','2025-09-11 18:51:22','de4138e1-fae5-4b52-88c0-19e2fe35c14f'),
(668,1724,1,2,NULL,NULL,NULL,'1718 Spring Creek Road, Macungie, PA 18062',NULL,'Macungie','PA',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23','f7f2a9a5-f6d2-4c17-9fea-5a27513a1de8'),
(669,1729,1,2,NULL,NULL,NULL,'69 Maple Road, West Milford, NJ 07480\r\n',NULL,'West Milford','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23','5286c4df-1093-4868-a47b-3519acce78c7'),
(670,1734,1,2,NULL,NULL,NULL,'843 Wilbur Avenue, Phillipsburg, NJ 08865\r\n',NULL,'Phillipsburg','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23','ec26ec64-c988-4085-a8c2-36f10adafb99'),
(671,1739,1,2,NULL,NULL,NULL,'336 Prospect Avenue, Hackensack, NJ 07601\r\n',NULL,'Hackensack','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23','af8d0d07-dc8d-4509-a142-725f3b9f65ec'),
(672,1744,1,2,NULL,NULL,NULL,'50 Polifly Road, Hackensack, NJ 07601',NULL,'Hackensack','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23','6ac2de44-7251-465c-a374-dd2c6124d040'),
(673,1749,1,2,NULL,NULL,NULL,'130 Terhune Drive, Wayne, NJ 07470',NULL,'Wayne','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23','dec3c5e4-28a0-4c71-b608-85227a1e3faa'),
(675,1760,1,2,NULL,NULL,NULL,'100 Saint Claire Drive, Hockessin, DE 19707',NULL,'Hockessin','DE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:23','2025-09-11 18:51:23','4926961e-6faf-489f-91ca-d6f43d9375dd'),
(676,1767,1,2,NULL,NULL,NULL,'205 Armstrong Street, Centreville, MD 21617',NULL,'Centreville','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24','2e6e73d9-e870-4b47-90b3-052f0aaa287e'),
(677,1773,1,2,NULL,NULL,NULL,'1 Diane Drive, Fort Ashby, WV 26719',NULL,'Fort Ashby','WV',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24','a3fb8476-469d-4ab5-ac66-0a139b18f252'),
(678,1778,1,2,NULL,NULL,NULL,'14014 Marsh Pike, Hagerstown, MD 21742',NULL,'Hagerstown','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24','7e337c90-d959-4e7c-b015-f081b1d0432e'),
(679,1784,1,2,NULL,NULL,NULL,'7232 German Hill Road, Baltimore, MD 21222',NULL,'Baltimore','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24','1d9d2895-0416-43c4-b84a-ba24352ff93b'),
(680,1790,1,2,NULL,NULL,NULL,'810 S Broom Street, Wilmington, DE 19805',NULL,'Wilmington','DE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24','18faf9ab-f146-4714-85a6-3c070ee2cb60'),
(681,1795,1,2,NULL,NULL,NULL,'4922 LaSalle Road, Hyattsville, MD 20782',NULL,'Hyattsville','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24','eb48ce5b-01c5-47ac-87fe-448a36e70ed3'),
(682,1800,1,2,NULL,NULL,NULL,'1 Magnolia Drive, La Plata, MD 20646',NULL,'La Plata','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:24','2025-09-11 18:51:24','5dc70732-29c6-4096-8e8f-2a7e83301865'),
(683,1806,1,2,NULL,NULL,NULL,'7700 York Road, Towson, MD 21204',NULL,'Towson','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25','4d1900af-e1fc-4d68-8e3e-ec6e2f10f68d'),
(684,1812,1,2,NULL,NULL,NULL,'1000 Association Drive, Charleston, WV 25311\n',NULL,'Charleston','WV',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25','424b0621-c1d3-4295-a988-60831a1f7576'),
(685,1818,1,2,NULL,NULL,NULL,'310 Genesis Way, Severna Park, MD 21146',NULL,'Severna Park','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25','552158b2-43cb-4a6f-916b-559d362b5242'),
(686,1824,1,2,NULL,NULL,NULL,'1080 Silver Lake Blvd, Dover, DE 19904',NULL,'Dover','DE',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25','7ca2ec07-d7cb-4e78-957b-51c98ecb4589'),
(687,1829,1,2,NULL,NULL,NULL,'12325 New Hampshire Ave, Silver Spring, MD 20904',NULL,'Silver Spring','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25','4dd51615-f338-4ad7-ac18-4d125421cfad'),
(688,1833,1,2,NULL,NULL,NULL,'4011 Randolph Rd, Wheaton, MD 20902',NULL,'Wheaton','MD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:25','2025-09-11 18:51:25','4e4149be-36b1-4727-9feb-d6fce52f0f4f'),
(690,1842,1,2,NULL,NULL,NULL,'6263 N Green Bay Avenue, Glendale, WI 53209\n',NULL,'Glendale','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26','ec3d04d1-8d6b-4b0f-86f1-1c2dfa6a7438'),
(691,1847,1,2,NULL,NULL,NULL,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158',NULL,'Pleasant Prairie','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26','4279823f-e86d-418d-9c2d-9bcecc4c9848'),
(692,1852,1,2,NULL,NULL,NULL,'1810 Kensington Drive, Waukesha, WI 53188',NULL,'Waukesha','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26','9b7869f9-cc63-426d-b93e-845f12a1d6ce'),
(693,1857,1,2,NULL,NULL,NULL,'2021 South Alverno Road, Manitowoc, WI 54220 \r\n',NULL,'Manitowoc','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26','94acd5e0-6129-4069-bb49-45fa3af3cfaa'),
(694,1862,1,2,NULL,NULL,NULL,'814 Jackson Street, Stoughton, WI 53589',NULL,'Stoughton','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26','abf3814a-2614-4b87-a305-db6dad2409b9'),
(695,1867,1,2,NULL,NULL,NULL,'3205 Wood Road, Racine, WI 53406',NULL,'Racine','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26','1a3f6c37-1cf7-44eb-85ae-4177a0bf1908'),
(696,1872,1,2,NULL,NULL,NULL,'1414 Jefferson Street, Baraboo, WI 53913',NULL,'Baraboo','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:26','2025-09-11 18:51:26','964abbb7-04b4-4a95-aa71-e65dea2fae27'),
(697,1877,1,2,NULL,NULL,NULL,'3401 Maple Grove Drive, Madison, WI 53719',NULL,'Madison','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27','3e8db4d7-8e81-4632-a314-48799d4566e3'),
(698,1882,1,2,NULL,NULL,NULL,'4500 West Loomis Road, Greenfield, WI 53220',NULL,'Greenfield','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27','8beb1fb0-c571-4526-875d-96307a1de2ae'),
(699,1887,1,2,NULL,NULL,NULL,'W173 N 10915 Bernies Way, Germantown, WI 53022',NULL,'Germantown','WI',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27','599453a0-b913-4a4c-a432-d397b0b13e7d'),
(700,1892,1,2,NULL,NULL,NULL,'1253 Hartford Turnpike, Vernon, CT 06066',NULL,'Vernon','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27','20e6da23-5844-4e37-b762-bd27cab0d15a'),
(701,1897,1,2,NULL,NULL,NULL,'4 Hazel Avenue, Naugatuck, CT 06770',NULL,'Naugatuck','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27','53bba85e-4259-4c3d-a733-c1d799a49f52'),
(702,1902,1,2,NULL,NULL,NULL,'1145 Poquonnock Road, Groton, CT 06340',NULL,'Groton','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27','ba0e8824-fc8f-438d-85c3-d31a44b92e78'),
(703,1907,1,2,NULL,NULL,NULL,'1145 Poquonnock Road, Groton, CT 06340',NULL,'Groton','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27','5ced993c-7f02-4be0-af6a-b73919a709a7'),
(704,1912,1,2,NULL,NULL,NULL,'59 Harrington Court, Colchester, CT 06415',NULL,'Colchester','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:27','2025-09-11 18:51:27','6dcc43c0-b58d-4dec-9585-dd66c39c102e'),
(705,1917,1,2,NULL,NULL,NULL,'1 Emerson Drive, Windsor, CT 06095',NULL,'Windsor','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28','3877aa68-00d1-4cce-b7a1-dc532dae202e'),
(706,1922,1,2,NULL,NULL,NULL,'1 Emerson Drive, Windsor, CT 06095',NULL,'Windsor','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28','a710a88f-156b-4c28-8ddd-7079fd434d57'),
(707,1927,1,2,NULL,NULL,NULL,'845 Paddock Avenue, Meriden, CT 06450',NULL,'Meriden','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28','b0fb9891-7459-4c23-8099-00869501f3c1'),
(708,1932,1,2,NULL,NULL,NULL,'778 Middlebury Road, Middlebury, CT 06762',NULL,'Middlebury','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28','d0b184fa-a602-4421-9dcf-316abe8a9b49'),
(709,1936,1,2,NULL,NULL,NULL,'5905 West Washington Blvd, Chicago, IL 60644',NULL,'Chicago','IL',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28','afb33469-e872-489f-bd57-e0ba0935acc5'),
(710,1939,1,2,NULL,NULL,NULL,'4920 N. Kenmore Avenue, Chicago, IL 60640',NULL,'Chicago','IL',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 18:51:28','2025-09-11 18:51:28','48eeeb7b-522a-4d38-8496-c9f041ccaf58'),
(722,1958,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-09-11 18:58:45','2025-09-11 18:58:45','78b9d4c3-f072-4f88-b7d2-f36df36aa3e8'),
(727,1963,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA','{\"address_components\":[{\"long_name\":\"5501\",\"short_name\":\"5501\",\"types\":[\"street_number\"]},{\"long_name\":\"Perkiomen Avenue\",\"short_name\":\"Perkiomen Ave\",\"types\":[\"route\"]},{\"long_name\":\"Reading\",\"short_name\":\"Reading\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Exeter Township\",\"short_name\":\"Exeter Township\",\"types\":[\"administrative_area_level_3\",\"political\"]},{\"long_name\":\"Berks County\",\"short_name\":\"Berks County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Pennsylvania\",\"short_name\":\"PA\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"19606\",\"short_name\":\"19606\",\"types\":[\"postal_code\"]},{\"long_name\":\"3633\",\"short_name\":\"3633\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"5501 Perkiomen Ave, Reading, PA 19606, USA\",\"geometry\":{\"location\":{\"lat\":40.29887389999999669498720322735607624053955078125,\"lng\":-75.8427415999999965379174682311713695526123046875}},\"name\":\"5501 Perkiomen Ave\",\"place_id\":\"ChIJDfxLYrB7xokRL_kKRLRKryA\",\"html_attributions\":[]}',NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2025-09-11 19:00:06','2025-09-11 19:00:06','ff1429fe-b7cd-42a2-a077-643262fa96c5'),
(731,1967,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA','{\"address_components\":[{\"long_name\":\"1351\",\"short_name\":\"1351\",\"types\":[\"street_number\"]},{\"long_name\":\"Old Freehold Road\",\"short_name\":\"Old Freehold Rd\",\"types\":[\"route\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08753\",\"short_name\":\"08753\",\"types\":[\"postal_code\"]},{\"long_name\":\"2775\",\"short_name\":\"2775\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1351 Old Freehold Rd, Toms River, NJ 08753, USA\",\"geometry\":{\"location\":{\"lat\":39.99031140000000306145011563785374164581298828125,\"lng\":-74.19384519999999838546500541269779205322265625}},\"name\":\"1351 Old Freehold Rd\",\"place_id\":\"ChIJb8VFyAqdwYkR0t-uhAplXSs\",\"html_attributions\":[]}',NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-09-11 19:01:24','2025-09-11 19:01:24','26bd7410-934b-4c50-92c6-fcdb0c709084'),
(733,1969,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA','{\"address_components\":[{\"long_name\":\"100\",\"short_name\":\"100\",\"types\":[\"street_number\"]},{\"long_name\":\"Saint Claire Drive\",\"short_name\":\"St Claire Dr\",\"types\":[\"route\"]},{\"long_name\":\"Hockessin\",\"short_name\":\"Hockessin\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"New Castle County\",\"short_name\":\"New Castle County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Delaware\",\"short_name\":\"DE\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"19707\",\"short_name\":\"19707\",\"types\":[\"postal_code\"]},{\"long_name\":\"8906\",\"short_name\":\"8906\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"100 St Claire Dr, Hockessin, DE 19707, USA\",\"geometry\":{\"location\":{\"lat\":39.7676445999999970126737025566399097442626953125,\"lng\":-75.7031731000000007725247996859252452850341796875}},\"name\":\"100 St Claire Dr\",\"place_id\":\"ChIJwafcaY3_xokRlr1gMzlder4\",\"html_attributions\":[]}',NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-09-11 19:01:31','2025-09-11 19:01:31','e2bd6542-4204-45c1-8306-2c8254c77e80'),
(741,1979,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA','{\"address_components\":[{\"long_name\":\"536\",\"short_name\":\"536\",\"types\":[\"street_number\"]},{\"long_name\":\"Ridge Road\",\"short_name\":\"Ridge Rd\",\"types\":[\"route\"]},{\"long_name\":\"Cedar Grove\",\"short_name\":\"Cedar Grove\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07009\",\"short_name\":\"07009\",\"types\":[\"postal_code\"]},{\"long_name\":\"1611\",\"short_name\":\"1611\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"536 Ridge Rd, Cedar Grove, NJ 07009, USA\",\"geometry\":{\"location\":{\"lat\":40.8550096000000024787368602119386196136474609375,\"lng\":-74.2189211000000028661816031672060489654541015625}},\"name\":\"536 Ridge Rd\",\"place_id\":\"ChIJfa4MdicAw4kRvQgwEb48Pkc\",\"html_attributions\":[]}',NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2025-09-11 19:01:59','2025-09-11 19:01:59','93f284ae-43ae-4e62-987f-cb767587754b'),
(743,1981,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA','{\"address_components\":[{\"long_name\":\"536\",\"short_name\":\"536\",\"types\":[\"street_number\"]},{\"long_name\":\"Ridge Road\",\"short_name\":\"Ridge Rd\",\"types\":[\"route\"]},{\"long_name\":\"Cedar Grove\",\"short_name\":\"Cedar Grove\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07009\",\"short_name\":\"07009\",\"types\":[\"postal_code\"]},{\"long_name\":\"1611\",\"short_name\":\"1611\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"536 Ridge Rd, Cedar Grove, NJ 07009, USA\",\"geometry\":{\"location\":{\"lat\":40.8550096000000024787368602119386196136474609375,\"lng\":-74.2189211000000028661816031672060489654541015625}},\"name\":\"536 Ridge Rd\",\"place_id\":\"ChIJfa4MdicAw4kRvQgwEb48Pkc\",\"html_attributions\":[]}',NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2025-09-11 19:02:12','2025-09-11 19:02:12','ba237013-1b4c-4ee8-bd1d-edfe397c1bf4'),
(745,1983,1,2,'360 Chestnut St, Passaic, NJ 07055, USA','{\"address_components\":[{\"long_name\":\"360\",\"short_name\":\"360\",\"types\":[\"street_number\"]},{\"long_name\":\"Chestnut Street\",\"short_name\":\"Chestnut St\",\"types\":[\"route\"]},{\"long_name\":\"Passaic\",\"short_name\":\"Passaic\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Passaic County\",\"short_name\":\"Passaic County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07055\",\"short_name\":\"07055\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"360 Chestnut St, Passaic, NJ 07055, USA\",\"geometry\":{\"location\":{\"lat\":40.8647356000000030462615541182458400726318359375,\"lng\":-74.1369758999999959314664010889828205108642578125}},\"name\":\"360 Chestnut St\",\"place_id\":\"ChIJXSOkA7L_wokRseTWyMye3yo\",\"html_attributions\":[]}',NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2025-09-11 19:02:19','2025-09-11 19:02:19','a5cd2620-0f5f-4441-a5ff-6d040c5b24a0'),
(747,1985,1,2,'338 Chestnut St, Passaic, NJ 07055, USA','{\"address_components\":[{\"long_name\":\"338\",\"short_name\":\"338\",\"types\":[\"street_number\"]},{\"long_name\":\"Chestnut Street\",\"short_name\":\"Chestnut St\",\"types\":[\"route\"]},{\"long_name\":\"Passaic\",\"short_name\":\"Passaic\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Passaic County\",\"short_name\":\"Passaic County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07055\",\"short_name\":\"07055\",\"types\":[\"postal_code\"]},{\"long_name\":\"3124\",\"short_name\":\"3124\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"338 Chestnut St, Passaic, NJ 07055, USA\",\"geometry\":{\"location\":{\"lat\":40.86486550000000050886228564195334911346435546875,\"lng\":-74.13665589999999383508111350238323211669921875}},\"name\":\"338 Chestnut St\",\"place_id\":\"ChIJKVQou9r-wokR3oV_wWFdmO8\",\"html_attributions\":[]}',NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2025-09-11 19:02:26','2025-09-11 19:02:26','0c5ae25b-aeac-4451-ab25-2626a1b12251'),
(753,1991,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA','{\"address_components\":[{\"long_name\":\"1213\",\"short_name\":\"1213\",\"types\":[\"street_number\"]},{\"long_name\":\"Westfield Avenue\",\"short_name\":\"Westfield Ave\",\"types\":[\"route\"]},{\"long_name\":\"Clark\",\"short_name\":\"Clark\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Union County\",\"short_name\":\"Union County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07066\",\"short_name\":\"07066\",\"types\":[\"postal_code\"]},{\"long_name\":\"1323\",\"short_name\":\"1323\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1213 Westfield Ave, Clark, NJ 07066, USA\",\"geometry\":{\"location\":{\"lat\":40.62617800000000300997271551750600337982177734375,\"lng\":-74.320958799999999655483406968414783477783203125}},\"name\":\"1213 Westfield Ave\",\"place_id\":\"ChIJ793fpWexw4kRBU4lrSCzOco\",\"html_attributions\":[]}',NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-09-11 19:03:09','2025-09-11 19:03:09','5210244e-ea79-49e0-b97b-58eafe56e766'),
(755,1993,1,2,'205 Armstrong St, Centreville, MD 21617, USA','{\"address_components\":[{\"long_name\":\"205\",\"short_name\":\"205\",\"types\":[\"street_number\"]},{\"long_name\":\"Armstrong Street\",\"short_name\":\"Armstrong St\",\"types\":[\"route\"]},{\"long_name\":\"Centreville\",\"short_name\":\"Centreville\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Queen Anne\'s County\",\"short_name\":\"Queen Anne\'s County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21617\",\"short_name\":\"21617\",\"types\":[\"postal_code\"]},{\"long_name\":\"2125\",\"short_name\":\"2125\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"205 Armstrong St, Centreville, MD 21617, USA\",\"geometry\":{\"location\":{\"lat\":39.05001010000000150057530845515429973602294921875,\"lng\":-76.0622953000000023848770069889724254608154296875}},\"name\":\"205 Armstrong St\",\"place_id\":\"ChIJWRlyimdzuIkRUHSYyMNMDiA\",\"html_attributions\":[]}',NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2025-09-11 19:03:21','2025-09-11 19:03:21','e251d395-3aa8-469a-ba68-726d38701c35'),
(757,1995,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA','{\"address_components\":[{\"long_name\":\"144\",\"short_name\":\"144\",\"types\":[\"street_number\"]},{\"long_name\":\"Magnolia Drive\",\"short_name\":\"Magnolia Dr\",\"types\":[\"route\"]},{\"long_name\":\"Cape May Court House\",\"short_name\":\"Cape May Court House\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Middle Township\",\"short_name\":\"Middle Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Cape May County\",\"short_name\":\"Cape May County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08210\",\"short_name\":\"08210\",\"types\":[\"postal_code\"]},{\"long_name\":\"2141\",\"short_name\":\"2141\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"144 Magnolia Dr, Cape May Court House, NJ 08210, USA\",\"geometry\":{\"location\":{\"lat\":39.08768529999999685742295696400105953216552734375,\"lng\":-74.82093639999999368228600360453128814697265625}},\"name\":\"144 Magnolia Dr\",\"place_id\":\"ChIJlfiwLxmvwIkRxl-DlD-mFyQ\",\"html_attributions\":[]}',NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2025-09-11 19:03:31','2025-09-11 19:03:31','0d7ee04d-2ff7-4e28-a2af-bc422ecd08bf'),
(759,1997,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA','{\"address_components\":[{\"long_name\":\"1\",\"short_name\":\"1\",\"types\":[\"street_number\"]},{\"long_name\":\"Diane Drive\",\"short_name\":\"Diane Dr\",\"types\":[\"route\"]},{\"long_name\":\"Fort Ashby\",\"short_name\":\"Fort Ashby\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Mineral County\",\"short_name\":\"Mineral County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"West Virginia\",\"short_name\":\"WV\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"26719\",\"short_name\":\"26719\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"1 Diane Dr, Fort Ashby, WV 26719, USA\",\"geometry\":{\"location\":{\"lat\":39.5109508000000033689502743072807788848876953125,\"lng\":-78.77784769999999525680323131382465362548828125}},\"name\":\"1 Diane Dr\",\"place_id\":\"ChIJWwDxRI6DyokROW5XVIfsAr0\",\"html_attributions\":[]}',NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2025-09-11 19:03:39','2025-09-11 19:03:39','c38b0eb1-6cda-4174-a29a-3d431ddebaa1'),
(761,1999,1,2,'77 E 43rd St, Paterson, NJ 07514, USA','{\"address_components\":[{\"long_name\":\"77\",\"short_name\":\"77\",\"types\":[\"street_number\"]},{\"long_name\":\"East 43rd Street\",\"short_name\":\"E 43rd St\",\"types\":[\"route\"]},{\"long_name\":\"Paterson\",\"short_name\":\"Paterson\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Passaic County\",\"short_name\":\"Passaic County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07514\",\"short_name\":\"07514\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"77 E 43rd St, Paterson, NJ 07514, USA\",\"geometry\":{\"location\":{\"lat\":40.9185532999999992398443282581865787506103515625,\"lng\":-74.1319739999999995916368789039552211761474609375}},\"name\":\"77 E 43rd St\",\"place_id\":\"ChIJDdLK23P8wokRia1oUg-aA48\",\"html_attributions\":[]}',NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2025-09-11 19:03:56','2025-09-11 19:03:56','7b4935ce-3300-4838-9c58-10614eb8c5af'),
(763,2001,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA','{\"address_components\":[{\"long_name\":\"1253\",\"short_name\":\"1253\",\"types\":[\"street_number\"]},{\"long_name\":\"Hartford Turnpike\",\"short_name\":\"Hartford Turnpike\",\"types\":[\"route\"]},{\"long_name\":\"Vernon\",\"short_name\":\"Vernon\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Capitol Planning Region\",\"short_name\":\"Capitol Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06066\",\"short_name\":\"06066\",\"types\":[\"postal_code\"]},{\"long_name\":\"4560\",\"short_name\":\"4560\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1253 Hartford Turnpike, Vernon, CT 06066, USA\",\"geometry\":{\"location\":{\"lat\":41.85976229999999986830516718327999114990234375,\"lng\":-72.43516710000000102809281088411808013916015625}},\"name\":\"1253 Hartford Turnpike\",\"place_id\":\"ChIJ0T11LoX25okROYsP4G3BqC0\",\"html_attributions\":[]}',NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2025-09-11 19:04:06','2025-09-11 19:04:06','211520ec-0ccb-4f45-bffd-4f0b61650a1e'),
(765,2003,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2025-09-11 19:04:21','2025-09-11 19:04:21','13d81a28-67ca-48ea-b7e4-c2fd0cbf07d6'),
(767,2005,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA','{\"address_components\":[{\"long_name\":\"4\",\"short_name\":\"4\",\"types\":[\"street_number\"]},{\"long_name\":\"Hazel Avenue\",\"short_name\":\"Hazel Ave\",\"types\":[\"route\"]},{\"long_name\":\"Naugatuck\",\"short_name\":\"Naugatuck\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Naugatuck Valley Planning Region\",\"short_name\":\"Naugatuck Valley Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06770\",\"short_name\":\"06770\",\"types\":[\"postal_code\"]},{\"long_name\":\"4794\",\"short_name\":\"4794\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4 Hazel Ave, Naugatuck, CT 06770, USA\",\"geometry\":{\"location\":{\"lat\":41.46849300000000226873453357256948947906494140625,\"lng\":-73.03727059999999937645043246448040008544921875}},\"name\":\"4 Hazel Ave\",\"place_id\":\"ChIJx84J3BzD54kRgZsx4YyHmaw\",\"html_attributions\":[]}',NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2025-09-11 19:04:31','2025-09-11 19:04:31','a2998abc-3f29-4d34-bb06-654581025a48'),
(769,2007,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA','{\"address_components\":[{\"long_name\":\"6263\",\"short_name\":\"6263\",\"types\":[\"street_number\"]},{\"long_name\":\"North Green Bay Avenue\",\"short_name\":\"N Green Bay Ave\",\"types\":[\"route\"]},{\"long_name\":\"Glendale\",\"short_name\":\"Glendale\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Milwaukee County\",\"short_name\":\"Milwaukee County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53209\",\"short_name\":\"53209\",\"types\":[\"postal_code\"]},{\"long_name\":\"3823\",\"short_name\":\"3823\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"6263 N Green Bay Ave, Glendale, WI 53209, USA\",\"geometry\":{\"location\":{\"lat\":43.13139880000000658810677123256027698516845703125,\"lng\":-87.934966699999989714342518709599971771240234375}},\"name\":\"6263 N Green Bay Ave\",\"place_id\":\"ChIJbfKPyNgdBYgR6C2M8jVxmwc\",\"html_attributions\":[]}',NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2025-09-11 19:04:40','2025-09-11 19:04:40','b1ecf426-6a9e-4841-a6e7-3a105ac8034b'),
(771,2009,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA','{\"address_components\":[{\"long_name\":\"10330\",\"short_name\":\"10330\",\"types\":[\"street_number\"]},{\"long_name\":\"Prairie Ridge Boulevard\",\"short_name\":\"Prairie Ridge Blvd\",\"types\":[\"route\"]},{\"long_name\":\"Pleasant Prairie\",\"short_name\":\"Pleasant Prairie\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Kenosha County\",\"short_name\":\"Kenosha County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53158\",\"short_name\":\"53158\",\"types\":[\"postal_code\"]},{\"long_name\":\"1947\",\"short_name\":\"1947\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA\",\"geometry\":{\"location\":{\"lat\":42.56240410000000196077962755225598812103271484375,\"lng\":-87.932515999999992573066265322268009185791015625}},\"name\":\"10330 Prairie Ridge Blvd\",\"place_id\":\"ChIJPaqn6IdhBYgRZK2jO4Z8a6o\",\"html_attributions\":[]}',NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2025-09-11 19:04:55','2025-09-11 19:04:55','5f1737d1-08cd-4378-979a-80a535f7e47e'),
(773,2011,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA','{\"address_components\":[{\"long_name\":\"1931\",\"short_name\":\"1931\",\"types\":[\"street_number\"]},{\"long_name\":\"Lakewood Road\",\"short_name\":\"Lakewood Rd\",\"types\":[\"route\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08755\",\"short_name\":\"08755\",\"types\":[\"postal_code\"]},{\"long_name\":\"1211\",\"short_name\":\"1211\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1931 Lakewood Rd, Toms River, NJ 08755, USA\",\"geometry\":{\"location\":{\"lat\":40.02280379999999837536961422301828861236572265625,\"lng\":-74.21875}},\"name\":\"1931 Lakewood Rd\",\"place_id\":\"ChIJb_QFKON3wYkRbgy9zfw9JFY\",\"html_attributions\":[]}',NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2025-09-11 19:05:04','2025-09-11 19:05:04','7f45234f-29ad-4406-8e47-ce41fafc06b9'),
(775,2013,1,2,'875 US-202, Bridgewater, NJ 08807, USA','{\"address_components\":[{\"long_name\":\"875\",\"short_name\":\"875\",\"types\":[\"street_number\"]},{\"long_name\":\"U.S. 202\",\"short_name\":\"US-202\",\"types\":[\"route\"]},{\"long_name\":\"Green Knoll\",\"short_name\":\"Green Knoll\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Bridgewater\",\"short_name\":\"Bridgewater\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Somerset County\",\"short_name\":\"Somerset County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08807\",\"short_name\":\"08807\",\"types\":[\"postal_code\"]},{\"long_name\":\"1861\",\"short_name\":\"1861\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"875 US-202, Bridgewater, NJ 08807, USA\",\"geometry\":{\"location\":{\"lat\":40.61555750000000131194610730744898319244384765625,\"lng\":-74.626983099999989690331858582794666290283203125}},\"name\":\"875 US-202\",\"place_id\":\"ChIJ5bdvYaWVw4kRC1OCVySD9tM\",\"html_attributions\":[]}',NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2025-09-11 19:05:28','2025-09-11 19:05:28','08e81256-29d7-487b-8cf0-b20f7ce98b35'),
(777,2015,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA','{\"address_components\":[{\"long_name\":\"1145\",\"short_name\":\"1145\",\"types\":[\"street_number\"]},{\"long_name\":\"Poquonnock Road\",\"short_name\":\"Poquonnock Rd\",\"types\":[\"route\"]},{\"long_name\":\"Long Hill\",\"short_name\":\"Long Hill\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Groton\",\"short_name\":\"Groton\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Southeastern Connecticut Planning Region\",\"short_name\":\"Southeastern Connecticut Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06340\",\"short_name\":\"06340\",\"types\":[\"postal_code\"]},{\"long_name\":\"4620\",\"short_name\":\"4620\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1145 Poquonnock Rd, Groton, CT 06340, USA\",\"geometry\":{\"location\":{\"lat\":41.345225999999996702172211371362209320068359375,\"lng\":-72.0434070000000019717845134437084197998046875}},\"name\":\"1145 Poquonnock Rd\",\"place_id\":\"ChIJ1RcDWkoJ5okRoUxdwkl-qb0\",\"html_attributions\":[]}',NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-09-11 19:05:37','2025-09-11 19:05:37','a7f7e104-0994-407a-a4b1-8aba91bbffed'),
(779,2017,1,2,NULL,NULL,NULL,'1145 Poquonnock Road, Groton, CT 06340',NULL,'Groton','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 19:05:50','2025-09-11 19:05:50','35db6a09-dc01-4192-8963-56f2e44fd67b'),
(781,2019,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA','{\"address_components\":[{\"long_name\":\"14014\",\"short_name\":\"14014\",\"types\":[\"street_number\"]},{\"long_name\":\"Marsh Pike\",\"short_name\":\"Marsh Pike\",\"types\":[\"route\"]},{\"long_name\":\"Hagerstown\",\"short_name\":\"Hagerstown\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Washington County\",\"short_name\":\"Washington County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21742\",\"short_name\":\"21742\",\"types\":[\"postal_code\"]},{\"long_name\":\"1638\",\"short_name\":\"1638\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"14014 Marsh Pike, Hagerstown, MD 21742, USA\",\"geometry\":{\"location\":{\"lat\":39.701237300000002505839802324771881103515625,\"lng\":-77.6870080999999998994098859839141368865966796875}},\"name\":\"14014 Marsh Pike\",\"place_id\":\"ChIJZcPEcaWTyYkRYcyF2LPzFLM\",\"html_attributions\":[]}',NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2025-09-11 19:06:02','2025-09-11 19:06:02','9c62a8ac-893c-4457-be5d-233238c5bd61'),
(783,2021,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA','{\"address_components\":[{\"long_name\":\"1145\",\"short_name\":\"1145\",\"types\":[\"street_number\"]},{\"long_name\":\"Poquonnock Road\",\"short_name\":\"Poquonnock Rd\",\"types\":[\"route\"]},{\"long_name\":\"Long Hill\",\"short_name\":\"Long Hill\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Groton\",\"short_name\":\"Groton\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Southeastern Connecticut Planning Region\",\"short_name\":\"Southeastern Connecticut Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06340\",\"short_name\":\"06340\",\"types\":[\"postal_code\"]},{\"long_name\":\"4620\",\"short_name\":\"4620\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1145 Poquonnock Rd, Groton, CT 06340, USA\",\"geometry\":{\"location\":{\"lat\":41.345225999999996702172211371362209320068359375,\"lng\":-72.0434070000000019717845134437084197998046875}},\"name\":\"1145 Poquonnock Rd\",\"place_id\":\"ChIJ1RcDWkoJ5okRoUxdwkl-qb0\",\"html_attributions\":[]}',NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-09-11 19:06:47','2025-09-11 19:06:47','03d9e7ac-a66c-4d29-b390-f913b05d1025'),
(784,2022,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA','{\"address_components\":[{\"long_name\":\"14014\",\"short_name\":\"14014\",\"types\":[\"street_number\"]},{\"long_name\":\"Marsh Pike\",\"short_name\":\"Marsh Pike\",\"types\":[\"route\"]},{\"long_name\":\"Hagerstown\",\"short_name\":\"Hagerstown\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Washington County\",\"short_name\":\"Washington County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21742\",\"short_name\":\"21742\",\"types\":[\"postal_code\"]},{\"long_name\":\"1638\",\"short_name\":\"1638\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"14014 Marsh Pike, Hagerstown, MD 21742, USA\",\"geometry\":{\"location\":{\"lat\":39.701237300000002505839802324771881103515625,\"lng\":-77.6870080999999998994098859839141368865966796875}},\"name\":\"14014 Marsh Pike\",\"place_id\":\"ChIJZcPEcaWTyYkRYcyF2LPzFLM\",\"html_attributions\":[]}',NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2025-09-11 19:06:53','2025-09-11 19:06:53','db904274-dc8c-4f14-8423-e999f1229224'),
(786,2024,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA','{\"address_components\":[{\"long_name\":\"56\",\"short_name\":\"56\",\"types\":[\"street_number\"]},{\"long_name\":\"Hamilton Avenue\",\"short_name\":\"Hamilton Ave\",\"types\":[\"route\"]},{\"long_name\":\"Passaic\",\"short_name\":\"Passaic\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Passaic County\",\"short_name\":\"Passaic County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07055\",\"short_name\":\"07055\",\"types\":[\"postal_code\"]},{\"long_name\":\"5131\",\"short_name\":\"5131\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"56 Hamilton Ave, Passaic, NJ 07055, USA\",\"geometry\":{\"location\":{\"lat\":40.863771200000002181695890612900257110595703125,\"lng\":-74.1237315999999992754965205676853656768798828125}},\"name\":\"56 Hamilton Ave\",\"place_id\":\"ChIJPxycqjL5wokRHEPzSikInMA\",\"html_attributions\":[]}',NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2025-09-11 19:07:01','2025-09-11 19:07:01','9f5e060e-7f02-4bc0-82cb-00a56c2160e8'),
(788,2026,1,2,'7600 River Rd, North Bergen, NJ 07047, USA','{\"address_components\":[{\"long_name\":\"7600\",\"short_name\":\"7600\",\"types\":[\"street_number\"]},{\"long_name\":\"River Road\",\"short_name\":\"River Rd\",\"types\":[\"route\"]},{\"long_name\":\"North Bergen\",\"short_name\":\"North Bergen\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Hudson County\",\"short_name\":\"Hudson County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07047\",\"short_name\":\"07047\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"7600 River Rd, North Bergen, NJ 07047, USA\",\"geometry\":{\"location\":{\"lat\":40.793576000000001613443600945174694061279296875,\"lng\":-73.9974807999999910634869593195617198944091796875}},\"name\":\"7600 River Rd\",\"place_id\":\"Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34\",\"html_attributions\":[]}',NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2025-09-11 19:07:12','2025-09-11 19:07:12','b6983628-144d-4018-9180-3355c1c886e6'),
(790,2028,1,2,'59 Harrington Ct, Colchester, CT 06415, USA','{\"address_components\":[{\"long_name\":\"59\",\"short_name\":\"59\",\"types\":[\"street_number\"]},{\"long_name\":\"Harrington Court\",\"short_name\":\"Harrington Ct\",\"types\":[\"route\"]},{\"long_name\":\"Colchester\",\"short_name\":\"Colchester\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Colchester\",\"short_name\":\"Colchester\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Southeastern Connecticut Planning Region\",\"short_name\":\"Southeastern Connecticut Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06415\",\"short_name\":\"06415\",\"types\":[\"postal_code\"]},{\"long_name\":\"1207\",\"short_name\":\"1207\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"59 Harrington Ct, Colchester, CT 06415, USA\",\"geometry\":{\"location\":{\"lat\":41.579669899999998960993252694606781005859375,\"lng\":-72.3318199999999933424987830221652984619140625}},\"name\":\"59 Harrington Ct\",\"place_id\":\"ChIJtaB-DQpC5okRpH5yRkzQmW0\",\"html_attributions\":[]}',NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2025-09-11 19:07:29','2025-09-11 19:07:29','0e86c58c-7b6d-4750-9b13-a401854a9d56'),
(792,2030,1,2,'350 Haws Ln, Flourtown, PA 19031, USA','{\"address_components\":[{\"long_name\":\"350\",\"short_name\":\"350\",\"types\":[\"street_number\"]},{\"long_name\":\"Haws Lane\",\"short_name\":\"Haws Ln\",\"types\":[\"route\"]},{\"long_name\":\"Flourtown\",\"short_name\":\"Flourtown\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Springfield Township\",\"short_name\":\"Springfield Township\",\"types\":[\"administrative_area_level_3\",\"political\"]},{\"long_name\":\"Montgomery County\",\"short_name\":\"Montgomery County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Pennsylvania\",\"short_name\":\"PA\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"19031\",\"short_name\":\"19031\",\"types\":[\"postal_code\"]},{\"long_name\":\"2100\",\"short_name\":\"2100\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"350 Haws Ln, Flourtown, PA 19031, USA\",\"geometry\":{\"location\":{\"lat\":40.10205719999999729452611063607037067413330078125,\"lng\":-75.20050789999999096835381351411342620849609375}},\"name\":\"350 Haws Ln\",\"place_id\":\"ChIJ3_r21zS6xokR0QRiwkraYW4\",\"html_attributions\":[]}',NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2025-09-11 19:07:38','2025-09-11 19:07:38','92f926b0-ff4e-400d-86b7-8362eab8c808'),
(794,2032,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA','{\"address_components\":[{\"long_name\":\"7232\",\"short_name\":\"7232\",\"types\":[\"street_number\"]},{\"long_name\":\"German Hill Road\",\"short_name\":\"German Hill Rd\",\"types\":[\"route\"]},{\"long_name\":\"Graceland Park\",\"short_name\":\"Graceland Park\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Baltimore\",\"short_name\":\"Baltimore\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21222\",\"short_name\":\"21222\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"7232 German Hill Rd, Baltimore, MD 21222, USA\",\"geometry\":{\"location\":{\"lat\":39.28164890000000042391548049636185169219970703125,\"lng\":-76.530539699999991398726706393063068389892578125}},\"name\":\"7232 German Hill Rd\",\"place_id\":\"Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s\",\"html_attributions\":[]}',NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2025-09-11 19:07:47','2025-09-11 19:07:47','13bde3c8-b17f-4f8c-bdcf-f7cdc2c92379'),
(796,2034,1,2,'810 S Broom St, Wilmington, DE 19805, USA','{\"address_components\":[{\"long_name\":\"810\",\"short_name\":\"810\",\"types\":[\"street_number\"]},{\"long_name\":\"South Broom Street\",\"short_name\":\"S Broom St\",\"types\":[\"route\"]},{\"long_name\":\"Hedgeville\",\"short_name\":\"Hedgeville\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Wilmington\",\"short_name\":\"Wilmington\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"New Castle County\",\"short_name\":\"New Castle County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Delaware\",\"short_name\":\"DE\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"19805\",\"short_name\":\"19805\",\"types\":[\"postal_code\"]},{\"long_name\":\"4245\",\"short_name\":\"4245\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"810 S Broom St, Wilmington, DE 19805, USA\",\"geometry\":{\"location\":{\"lat\":39.7376258999999976140315993689000606536865234375,\"lng\":-75.5698876000000012709278962574899196624755859375}},\"name\":\"810 S Broom St\",\"place_id\":\"ChIJB3JTvXn9xokRBsErT4SgOWQ\",\"html_attributions\":[]}',NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2025-09-11 19:07:59','2025-09-11 19:07:59','c9f7b2ce-98ac-495f-8109-a7d9b638f9d7'),
(798,2036,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA','{\"address_components\":[{\"long_name\":\"4922\",\"short_name\":\"4922\",\"types\":[\"street_number\"]},{\"long_name\":\"Lasalle Road\",\"short_name\":\"Lasalle Rd\",\"types\":[\"route\"]},{\"long_name\":\"Hyattsville\",\"short_name\":\"Hyattsville\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Prince George\'s County\",\"short_name\":\"Prince George\'s County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"20782\",\"short_name\":\"20782\",\"types\":[\"postal_code\"]},{\"long_name\":\"3302\",\"short_name\":\"3302\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4922 Lasalle Rd, Hyattsville, MD 20782, USA\",\"geometry\":{\"location\":{\"lat\":38.95279570000000290974639938212931156158447265625,\"lng\":-76.9793825999999938858309178613126277923583984375}},\"name\":\"4922 Lasalle Rd\",\"place_id\":\"ChIJ8c-07bDHt4kRJb6KEuKBC94\",\"html_attributions\":[]}',NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2025-09-11 19:08:08','2025-09-11 19:08:08','ed107467-cf1b-47ec-a14a-7cbad6cdfdb7'),
(801,2039,1,2,'713 N Beers St, Holmdel, NJ 07733, USA','{\"address_components\":[{\"long_name\":\"713\",\"short_name\":\"713\",\"types\":[\"street_number\"]},{\"long_name\":\"North Beers Street\",\"short_name\":\"N Beers St\",\"types\":[\"route\"]},{\"long_name\":\"Holmdel\",\"short_name\":\"Holmdel\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Monmouth County\",\"short_name\":\"Monmouth County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07733\",\"short_name\":\"07733\",\"types\":[\"postal_code\"]},{\"long_name\":\"1503\",\"short_name\":\"1503\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"713 N Beers St, Holmdel, NJ 07733, USA\",\"geometry\":{\"location\":{\"lat\":40.40930089999999808014763402752578258514404296875,\"lng\":-74.1937080000000008794813766144216060638427734375}},\"name\":\"713 N Beers St\",\"place_id\":\"ChIJyylnvWozwokRFTasp5D-4tU\",\"html_attributions\":[]}',NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2025-09-11 19:08:31','2025-09-11 19:08:31','17f591a4-696a-4309-a830-dea6c99ced9b'),
(803,2041,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA','{\"address_components\":[{\"long_name\":\"4\",\"short_name\":\"4\",\"types\":[\"street_number\"]},{\"long_name\":\"Plaza Drive\",\"short_name\":\"Plaza Dr\",\"types\":[\"route\"]},{\"long_name\":\"Holiday City-Berkeley\",\"short_name\":\"Holiday City-Berkeley\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08757\",\"short_name\":\"08757\",\"types\":[\"postal_code\"]},{\"long_name\":\"3756\",\"short_name\":\"3756\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4 Plaza Dr, Toms River, NJ 08757, USA\",\"geometry\":{\"location\":{\"lat\":39.970490200000000413638190366327762603759765625,\"lng\":-74.24388840000000300278770737349987030029296875}},\"name\":\"4 Plaza Dr\",\"place_id\":\"ChIJNapJhGx2wYkREMge9eQcgdA\",\"html_attributions\":[]}',NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2025-09-11 19:08:55','2025-09-11 19:08:55','bcc2e725-ed8a-4eae-b135-21e0065ce1a5'),
(805,2043,1,2,'333 Grand Ave, Englewood, NJ 07631, USA','{\"address_components\":[{\"long_name\":\"333\",\"short_name\":\"333\",\"types\":[\"street_number\"]},{\"long_name\":\"Grand Avenue\",\"short_name\":\"Grand Ave\",\"types\":[\"route\"]},{\"long_name\":\"Englewood\",\"short_name\":\"Englewood\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Bergen County\",\"short_name\":\"Bergen County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07631\",\"short_name\":\"07631\",\"types\":[\"postal_code\"]},{\"long_name\":\"4356\",\"short_name\":\"4356\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"333 Grand Ave, Englewood, NJ 07631, USA\",\"geometry\":{\"location\":{\"lat\":40.88203630000000288191586150787770748138427734375,\"lng\":-73.9777854000000019141225493513047695159912109375}},\"name\":\"333 Grand Ave\",\"place_id\":\"ChIJQUrbryjxwokRJ1nXdgX0ZrI\",\"html_attributions\":[]}',NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-09-11 19:09:04','2025-09-11 19:09:04','b3f24b86-8033-484a-8e82-b63b8051bcc8'),
(807,2045,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA','{\"address_components\":[{\"long_name\":\"1810\",\"short_name\":\"1810\",\"types\":[\"street_number\"]},{\"long_name\":\"Kensington Drive\",\"short_name\":\"Kensington Dr\",\"types\":[\"route\"]},{\"long_name\":\"Waukesha\",\"short_name\":\"Waukesha\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Waukesha County\",\"short_name\":\"Waukesha County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53188\",\"short_name\":\"53188\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"1810 Kensington Dr, Waukesha, WI 53188, USA\",\"geometry\":{\"location\":{\"lat\":43.0021339999999980818756739608943462371826171875,\"lng\":-88.256526600000000826184987090528011322021484375}},\"name\":\"1810 Kensington Dr\",\"place_id\":\"ChIJTcojRfelBYgRgVUDYDRj_yg\",\"html_attributions\":[]}',NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2025-09-11 19:09:15','2025-09-11 19:09:15','c4eaa04a-d9ac-4092-8b82-a420d997f0fc'),
(809,2047,1,2,'1 Emerson Dr, Windsor, CT 06095, USA','{\"address_components\":[{\"long_name\":\"1\",\"short_name\":\"1\",\"types\":[\"street_number\"]},{\"long_name\":\"Emerson Drive\",\"short_name\":\"Emerson Dr\",\"types\":[\"route\"]},{\"long_name\":\"Windsor\",\"short_name\":\"Windsor\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Capitol Planning Region\",\"short_name\":\"Capitol Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06095\",\"short_name\":\"06095\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"1 Emerson Dr, Windsor, CT 06095, USA\",\"geometry\":{\"location\":{\"lat\":41.8414513999999968518750392831861972808837890625,\"lng\":-72.667409499999990885044098831713199615478515625}},\"name\":\"1 Emerson Dr\",\"place_id\":\"ChIJfcxvdnlV5okR4C4R68yxqjU\",\"html_attributions\":[]}',NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-09-11 19:09:25','2025-09-11 19:09:25','9fafc2d4-6d58-4dc9-b2b9-296c4e56b219'),
(811,2049,1,2,'1 Emerson Dr, Windsor, CT 06095, USA','{\"address_components\":[{\"long_name\":\"1\",\"short_name\":\"1\",\"types\":[\"street_number\"]},{\"long_name\":\"Emerson Drive\",\"short_name\":\"Emerson Dr\",\"types\":[\"route\"]},{\"long_name\":\"Windsor\",\"short_name\":\"Windsor\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Capitol Planning Region\",\"short_name\":\"Capitol Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06095\",\"short_name\":\"06095\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"1 Emerson Dr, Windsor, CT 06095, USA\",\"geometry\":{\"location\":{\"lat\":41.8414513999999968518750392831861972808837890625,\"lng\":-72.667409499999990885044098831713199615478515625}},\"name\":\"1 Emerson Dr\",\"place_id\":\"ChIJfcxvdnlV5okR4C4R68yxqjU\",\"html_attributions\":[]}',NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-09-11 19:09:37','2025-09-11 19:09:37','f90cf28b-b822-4d9b-9e6c-f25c2caccd29'),
(813,2051,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA','{\"address_components\":[{\"long_name\":\"2601\",\"short_name\":\"2601\",\"types\":[\"street_number\"]},{\"long_name\":\"East Evesham Road\",\"short_name\":\"E Evesham Rd\",\"types\":[\"route\"]},{\"long_name\":\"Voorhees Township\",\"short_name\":\"Voorhees Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Camden County\",\"short_name\":\"Camden County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08043\",\"short_name\":\"08043\",\"types\":[\"postal_code\"]},{\"long_name\":\"9509\",\"short_name\":\"9509\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"2601 E Evesham Rd, Voorhees Township, NJ 08043, USA\",\"geometry\":{\"location\":{\"lat\":39.86884710000000353602445102296769618988037109375,\"lng\":-74.942845199999993610617821104824542999267578125}},\"name\":\"2601 E Evesham Rd\",\"place_id\":\"ChIJLR5HQBUzwYkRGOPX4gklctg\",\"html_attributions\":[]}',NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-09-11 19:09:56','2025-09-11 19:09:56','5ad5cccb-3ccb-485f-b117-ecfcb3ade1ac'),
(815,2053,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA','{\"address_components\":[{\"long_name\":\"1\",\"short_name\":\"1\",\"types\":[\"street_number\"]},{\"long_name\":\"Magnolia Drive\",\"short_name\":\"Magnolia Dr\",\"types\":[\"route\"]},{\"long_name\":\"La Plata\",\"short_name\":\"La Plata\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Charles County\",\"short_name\":\"Charles County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"20646\",\"short_name\":\"20646\",\"types\":[\"postal_code\"]},{\"long_name\":\"9357\",\"short_name\":\"9357\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1 Magnolia Dr, La Plata, MD 20646, USA\",\"geometry\":{\"location\":{\"lat\":38.53846949999999793590177432633936405181884765625,\"lng\":-76.987967999999995072357705794274806976318359375}},\"name\":\"1 Magnolia Dr\",\"place_id\":\"ChIJV5z4z5IIt4kRfAHzjqTW_YM\",\"html_attributions\":[]}',NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2025-09-11 19:10:06','2025-09-11 19:10:06','d5ab0b05-69e5-4d60-b39b-01f2a7277684'),
(817,2055,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA','{\"address_components\":[{\"long_name\":\"475\",\"short_name\":\"475\",\"types\":[\"street_number\"]},{\"long_name\":\"Jack Martin Boulevard\",\"short_name\":\"Jack Martin Blvd\",\"types\":[\"route\"]},{\"long_name\":\"Brick Township\",\"short_name\":\"Brick Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08724\",\"short_name\":\"08724\",\"types\":[\"postal_code\"]},{\"long_name\":\"7732\",\"short_name\":\"7732\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"475 Jack Martin Blvd, Brick Township, NJ 08724, USA\",\"geometry\":{\"location\":{\"lat\":40.0795671999999996160113369114696979522705078125,\"lng\":-74.1343184999999920137270237319171428680419921875}},\"name\":\"475 Jack Martin Blvd\",\"place_id\":\"ChIJJxCXQI2DwYkRw-zRbXA9GHA\",\"html_attributions\":[]}',NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2025-09-11 19:10:16','2025-09-11 19:10:16','f8d845d4-a7e3-4332-9975-a914079cb974'),
(819,2057,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA','{\"address_components\":[{\"long_name\":\"1718\",\"short_name\":\"1718\",\"types\":[\"street_number\"]},{\"long_name\":\"Spring Creek Road\",\"short_name\":\"Spring Creek Rd\",\"types\":[\"route\"]},{\"long_name\":\"Macungie\",\"short_name\":\"Macungie\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Lower Macungie Township\",\"short_name\":\"Lower Macungie Township\",\"types\":[\"administrative_area_level_3\",\"political\"]},{\"long_name\":\"Lehigh County\",\"short_name\":\"Lehigh County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Pennsylvania\",\"short_name\":\"PA\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"18062\",\"short_name\":\"18062\",\"types\":[\"postal_code\"]},{\"long_name\":\"9784\",\"short_name\":\"9784\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1718 Spring Creek Rd, Macungie, PA 18062, USA\",\"geometry\":{\"location\":{\"lat\":40.545789100000007465496310032904148101806640625,\"lng\":-75.573120299999999360807123593986034393310546875}},\"name\":\"1718 Spring Creek Rd\",\"place_id\":\"ChIJn-NYOTMwxIkRW6TR3igTq3s\",\"html_attributions\":[]}',NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2025-09-11 19:10:32','2025-09-11 19:10:32','b0e2396e-a84e-45d9-8a4d-7b9265c8b52e'),
(821,2059,1,2,'625 NJ-34, Matawan, NJ 07747, USA','{\"address_components\":[{\"long_name\":\"625\",\"short_name\":\"625\",\"types\":[\"street_number\"]},{\"long_name\":\"New Jersey 34\",\"short_name\":\"NJ-34\",\"types\":[\"route\"]},{\"long_name\":\"Matawan\",\"short_name\":\"Matawan\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Middlesex County\",\"short_name\":\"Middlesex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07747\",\"short_name\":\"07747\",\"types\":[\"postal_code\"]},{\"long_name\":\"3050\",\"short_name\":\"3050\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"625 NJ-34, Matawan, NJ 07747, USA\",\"geometry\":{\"location\":{\"lat\":40.4176006000000000994987203739583492279052734375,\"lng\":-74.2496938999999969155396684072911739349365234375}},\"name\":\"625 NJ-34\",\"place_id\":\"ChIJO0qhG5PMw4kRYT3mKc7sFQ8\",\"html_attributions\":[]}',NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-09-11 19:10:45','2025-09-11 19:10:45','b3481101-1935-4a6d-8c04-2885ddbf27f5'),
(823,2061,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA','{\"address_components\":[{\"long_name\":\"4920\",\"short_name\":\"4920\",\"types\":[\"street_number\"]},{\"long_name\":\"North Kenmore Avenue\",\"short_name\":\"N Kenmore Ave\",\"types\":[\"route\"]},{\"long_name\":\"Uptown\",\"short_name\":\"Uptown\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Chicago\",\"short_name\":\"Chicago\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Cook County\",\"short_name\":\"Cook County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Illinois\",\"short_name\":\"IL\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"60640\",\"short_name\":\"60640\",\"types\":[\"postal_code\"]},{\"long_name\":\"3710\",\"short_name\":\"3710\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4920 N Kenmore Ave, Chicago, IL 60640, USA\",\"geometry\":{\"location\":{\"lat\":41.97231219999999751735231257043778896331787109375,\"lng\":-87.656658899999996492624632082879543304443359375}},\"name\":\"4920 N Kenmore Ave\",\"place_id\":\"ChIJWYY05NTTD4gRUa-NjMOfE_o\",\"html_attributions\":[]}',NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-09-11 19:11:04','2025-09-11 19:11:04','ecafa2c0-1790-45be-9c03-95f70798f153'),
(825,2063,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA','{\"address_components\":[{\"long_name\":\"2021\",\"short_name\":\"2021\",\"types\":[\"street_number\"]},{\"long_name\":\"South Alverno Road\",\"short_name\":\"S Alverno Rd\",\"types\":[\"route\"]},{\"long_name\":\"Manitowoc\",\"short_name\":\"Manitowoc\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Manitowoc County\",\"short_name\":\"Manitowoc County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"54220\",\"short_name\":\"54220\",\"types\":[\"postal_code\"]},{\"long_name\":\"9208\",\"short_name\":\"9208\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"2021 S Alverno Rd, Manitowoc, WI 54220, USA\",\"geometry\":{\"location\":{\"lat\":44.0745959999999996625774656422436237335205078125,\"lng\":-87.7394699999999971851138980127871036529541015625}},\"name\":\"2021 S Alverno Rd\",\"place_id\":\"ChIJjSilzIE4A4gRwhJDqm5jmpE\",\"html_attributions\":[]}',NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2025-09-11 19:11:43','2025-09-11 19:11:43','1c0acf15-a093-474a-a563-b0420899234a'),
(827,2065,1,2,'845 Paddock Ave, Meriden, CT 06450, USA','{\"address_components\":[{\"long_name\":\"845\",\"short_name\":\"845\",\"types\":[\"street_number\"]},{\"long_name\":\"Paddock Avenue\",\"short_name\":\"Paddock Ave\",\"types\":[\"route\"]},{\"long_name\":\"Meriden\",\"short_name\":\"Meriden\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"South Central Connecticut Planning Region\",\"short_name\":\"South Central Connecticut Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06450\",\"short_name\":\"06450\",\"types\":[\"postal_code\"]},{\"long_name\":\"7021\",\"short_name\":\"7021\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"845 Paddock Ave, Meriden, CT 06450, USA\",\"geometry\":{\"location\":{\"lat\":41.50584140000000132886270876042544841766357421875,\"lng\":-72.7790739000000002079104888252913951873779296875}},\"name\":\"845 Paddock Ave\",\"place_id\":\"ChIJ81fKXLjL54kRaIHO9e4u6D0\",\"html_attributions\":[]}',NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2025-09-11 19:11:57','2025-09-11 19:11:57','1e3dc4ff-a944-4c7d-b298-79b174a98af7'),
(829,2067,1,2,NULL,NULL,NULL,'778 Middlebury Road, Middlebury, CT 06762',NULL,'Middlebury','CT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 19:12:17','2025-09-11 19:12:17','21e8a549-5e3e-4dc5-ab3d-fd4246c5fb41'),
(831,2069,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA','{\"address_components\":[{\"long_name\":\"778\",\"short_name\":\"778\",\"types\":[\"street_number\"]},{\"long_name\":\"Middlebury Road\",\"short_name\":\"Middlebury Rd\",\"types\":[\"route\"]},{\"long_name\":\"Middlebury\",\"short_name\":\"Middlebury\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Naugatuck Valley Planning Region\",\"short_name\":\"Naugatuck Valley Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06762\",\"short_name\":\"06762\",\"types\":[\"postal_code\"]},{\"long_name\":\"2401\",\"short_name\":\"2401\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"778 Middlebury Rd, Middlebury, CT 06762, USA\",\"geometry\":{\"location\":{\"lat\":41.5383606999999983599991537630558013916015625,\"lng\":-73.1146418999999951893187244422733783721923828125}},\"name\":\"778 Middlebury Rd\",\"place_id\":\"ChIJyfelICPq54kRfHJgJKZbpBI\",\"html_attributions\":[]}',NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2025-09-11 19:12:28','2025-09-11 19:12:28','85273e62-88cf-4478-bf72-3ff93141a144'),
(833,2071,1,2,'69 Maple Rd, West Milford, NJ 07480, USA','{\"address_components\":[{\"long_name\":\"69\",\"short_name\":\"69\",\"types\":[\"street_number\"]},{\"long_name\":\"Maple Road\",\"short_name\":\"Maple Rd\",\"types\":[\"route\"]},{\"long_name\":\"West Milford\",\"short_name\":\"West Milford\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Passaic County\",\"short_name\":\"Passaic County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07480\",\"short_name\":\"07480\",\"types\":[\"postal_code\"]},{\"long_name\":\"2707\",\"short_name\":\"2707\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"69 Maple Rd, West Milford, NJ 07480, USA\",\"geometry\":{\"location\":{\"lat\":41.066226000000000340151018463075160980224609375,\"lng\":-74.389068600000001652006176300346851348876953125}},\"name\":\"69 Maple Rd\",\"place_id\":\"ChIJk3K2jmwaw4kRCu8e-dmmsOs\",\"html_attributions\":[]}',NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-09-11 19:12:43','2025-09-11 19:12:43','aa97f5ce-fb74-4a77-8259-c0814bf9a5f3'),
(835,2073,1,2,'69 Maple Rd, West Milford, NJ 07480, USA','{\"address_components\":[{\"long_name\":\"69\",\"short_name\":\"69\",\"types\":[\"street_number\"]},{\"long_name\":\"Maple Road\",\"short_name\":\"Maple Rd\",\"types\":[\"route\"]},{\"long_name\":\"West Milford\",\"short_name\":\"West Milford\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Passaic County\",\"short_name\":\"Passaic County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07480\",\"short_name\":\"07480\",\"types\":[\"postal_code\"]},{\"long_name\":\"2707\",\"short_name\":\"2707\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"69 Maple Rd, West Milford, NJ 07480, USA\",\"geometry\":{\"location\":{\"lat\":41.066226000000000340151018463075160980224609375,\"lng\":-74.389068600000001652006176300346851348876953125}},\"name\":\"69 Maple Rd\",\"place_id\":\"ChIJk3K2jmwaw4kRCu8e-dmmsOs\",\"html_attributions\":[]}',NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-09-11 19:12:57','2025-09-11 19:12:57','36499a3b-826a-4128-80d7-0ed53444f1e3'),
(837,2075,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA','{\"address_components\":[{\"long_name\":\"229\",\"short_name\":\"229\",\"types\":[\"street_number\"]},{\"long_name\":\"Bath Avenue\",\"short_name\":\"Bath Ave\",\"types\":[\"route\"]},{\"long_name\":\"Long Branch\",\"short_name\":\"Long Branch\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Monmouth County\",\"short_name\":\"Monmouth County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07740\",\"short_name\":\"07740\",\"types\":[\"postal_code\"]},{\"long_name\":\"6221\",\"short_name\":\"6221\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"229 Bath Ave, Long Branch, NJ 07740, USA\",\"geometry\":{\"location\":{\"lat\":40.29400869999999912351995590142905712127685546875,\"lng\":-73.990352500000000190993887372314929962158203125}},\"name\":\"229 Bath Ave\",\"place_id\":\"ChIJK-ri6RslwokRCft0MvbCneg\",\"html_attributions\":[]}',NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2025-09-11 19:13:09','2025-09-11 19:13:09','6023d7fc-b4a5-4bf1-9421-e3221e38bc0a'),
(839,2077,1,2,'7700 York Rd, Towson, MD 21204, USA','{\"address_components\":[{\"long_name\":\"7700\",\"short_name\":\"7700\",\"types\":[\"street_number\"]},{\"long_name\":\"York Road\",\"short_name\":\"York Rd\",\"types\":[\"route\"]},{\"long_name\":\"Towson\",\"short_name\":\"Towson\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Baltimore County\",\"short_name\":\"Baltimore County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21204\",\"short_name\":\"21204\",\"types\":[\"postal_code\"]},{\"long_name\":\"7513\",\"short_name\":\"7513\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"7700 York Rd, Towson, MD 21204, USA\",\"geometry\":{\"location\":{\"lat\":39.3885566000000011399606592021882534027099609375,\"lng\":-76.6064166000000028589056455530226230621337890625}},\"name\":\"7700 York Rd\",\"place_id\":\"ChIJN4f1AZgPyIkRhNwuu5RZOtg\",\"html_attributions\":[]}',NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2025-09-11 19:13:20','2025-09-11 19:13:20','25aa48ba-2090-4b55-9072-70041fbe6cd9'),
(841,2079,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA','{\"address_components\":[{\"long_name\":\"2240\",\"short_name\":\"2240\",\"types\":[\"street_number\"]},{\"long_name\":\"Whitehorse Mercerville Road\",\"short_name\":\"Whitehorse Mercerville Rd\",\"types\":[\"route\"]},{\"long_name\":\"Mercerville\",\"short_name\":\"Mercerville\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Hamilton Township\",\"short_name\":\"Hamilton Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Mercer County\",\"short_name\":\"Mercer County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08619\",\"short_name\":\"08619\",\"types\":[\"postal_code\"]},{\"long_name\":\"2640\",\"short_name\":\"2640\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA\",\"geometry\":{\"location\":{\"lat\":40.22944650000000166301106219179928302764892578125,\"lng\":-74.6882236000000006015397957526147365570068359375}},\"name\":\"2240 Whitehorse Mercerville Rd\",\"place_id\":\"ChIJ9eiX4MxYwYkRONvpFM_OV3A\",\"html_attributions\":[]}',NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2025-09-11 19:13:54','2025-09-11 19:13:54','617ed13a-4c25-4ef2-a6bb-931f49134271'),
(843,2081,1,2,'814 Jackson St, Stoughton, WI 53589, USA','{\"address_components\":[{\"long_name\":\"814\",\"short_name\":\"814\",\"types\":[\"street_number\"]},{\"long_name\":\"Jackson Street\",\"short_name\":\"Jackson St\",\"types\":[\"route\"]},{\"long_name\":\"Stoughton\",\"short_name\":\"Stoughton\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Dane County\",\"short_name\":\"Dane County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53589\",\"short_name\":\"53589\",\"types\":[\"postal_code\"]},{\"long_name\":\"1520\",\"short_name\":\"1520\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"814 Jackson St, Stoughton, WI 53589, USA\",\"geometry\":{\"location\":{\"lat\":42.9207727000000005546098691411316394805908203125,\"lng\":-89.2300455000000027894202503375709056854248046875}},\"name\":\"814 Jackson St\",\"place_id\":\"ChIJvSdjdRVGBogR6FXREcB9FPo\",\"html_attributions\":[]}',NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2025-09-11 19:14:08','2025-09-11 19:14:08','29627888-d3bf-48dc-bdce-a80c5b95c8df'),
(845,2083,1,2,'1000 Association Dr, Charleston, WV 25311, USA','{\"address_components\":[{\"long_name\":\"1000\",\"short_name\":\"1000\",\"types\":[\"street_number\"]},{\"long_name\":\"Association Drive\",\"short_name\":\"Association Dr\",\"types\":[\"route\"]},{\"long_name\":\"Charleston\",\"short_name\":\"Charleston\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Kanawha County\",\"short_name\":\"Kanawha County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"West Virginia\",\"short_name\":\"WV\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"25311\",\"short_name\":\"25311\",\"types\":[\"postal_code\"]},{\"long_name\":\"1270\",\"short_name\":\"1270\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1000 Association Dr, Charleston, WV 25311, USA\",\"geometry\":{\"location\":{\"lat\":38.356546199999996815677150152623653411865234375,\"lng\":-81.6103533999999939396730042062699794769287109375}},\"name\":\"1000 Association Dr\",\"place_id\":\"ChIJgcWvv1PTSIgRWeaCJjR7kLE\",\"html_attributions\":[]}',NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2025-09-11 19:14:25','2025-09-11 19:14:25','ac75d8c3-623a-4fc0-a8b5-2f63e6c4d3c4'),
(847,2085,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA','{\"address_components\":[{\"long_name\":\"160\",\"short_name\":\"160\",\"types\":[\"street_number\"]},{\"long_name\":\"South Main Street\",\"short_name\":\"S Main St\",\"types\":[\"route\"]},{\"long_name\":\"Ocean Grove\",\"short_name\":\"Ocean Grove\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Neptune Township\",\"short_name\":\"Neptune Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Monmouth County\",\"short_name\":\"Monmouth County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07756\",\"short_name\":\"07756\",\"types\":[\"postal_code\"]},{\"long_name\":\"1013\",\"short_name\":\"1013\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"160 S Main St, Ocean Grove, NJ 07756, USA\",\"geometry\":{\"location\":{\"lat\":40.2088293999999990546712069772183895111083984375,\"lng\":-74.01524330000000873042154125869274139404296875}},\"name\":\"160 S Main St\",\"place_id\":\"ChIJ40uRKjImwokRw979RXFBx70\",\"html_attributions\":[]}',NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-09-11 19:14:55','2025-09-11 19:14:55','4e9c9d5f-55a6-497a-a2bb-7190e6ef3209'),
(849,2087,1,2,'140 Park Ave, East Orange, NJ 07017, USA','{\"address_components\":[{\"long_name\":\"140\",\"short_name\":\"140\",\"types\":[\"street_number\"]},{\"long_name\":\"Park Avenue\",\"short_name\":\"Park Ave\",\"types\":[\"route\"]},{\"long_name\":\"East Orange\",\"short_name\":\"East Orange\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07017\",\"short_name\":\"07017\",\"types\":[\"postal_code\"]},{\"long_name\":\"5248\",\"short_name\":\"5248\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"140 Park Ave, East Orange, NJ 07017, USA\",\"geometry\":{\"location\":{\"lat\":40.76408490000000028885551728308200836181640625,\"lng\":-74.198734500000000480213202536106109619140625}},\"name\":\"140 Park Ave\",\"place_id\":\"ChIJD9j3Fr9UwokRtLeaZjZFUho\",\"html_attributions\":[]}',NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2025-09-11 19:15:07','2025-09-11 19:15:07','678f57a1-b81b-4d99-9deb-afbc6cbca15c'),
(851,2089,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA','{\"address_components\":[{\"long_name\":\"2\",\"short_name\":\"2\",\"types\":[\"street_number\"]},{\"long_name\":\"Deerpark Drive\",\"short_name\":\"Deerpark Dr\",\"types\":[\"route\"]},{\"long_name\":\"Monmouth Junction\",\"short_name\":\"Monmouth Junction\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"South Brunswick Township\",\"short_name\":\"South Brunswick Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Middlesex County\",\"short_name\":\"Middlesex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08852\",\"short_name\":\"08852\",\"types\":[\"postal_code\"]},{\"long_name\":\"1919\",\"short_name\":\"1919\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"2 Deerpark Dr, Monmouth Junction, NJ 08852, USA\",\"geometry\":{\"location\":{\"lat\":40.37678939999999983001544023863971233367919921875,\"lng\":-74.5844961999999895851942710578441619873046875}},\"name\":\"2 Deerpark Dr\",\"place_id\":\"ChIJbcqDLWTdw4kR6MY0RNwRySI\",\"html_attributions\":[]}',NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2025-09-11 19:15:25','2025-09-11 19:15:25','e6a43d03-850a-4d20-ac0d-f4a7ad16533a'),
(853,2091,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2025-09-11 19:15:41','2025-09-11 19:15:41','17eaa508-875a-47f1-8e7a-a32fc1293bed'),
(855,2093,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA','{\"address_components\":[{\"long_name\":\"843\",\"short_name\":\"843\",\"types\":[\"street_number\"]},{\"long_name\":\"Wilbur Avenue\",\"short_name\":\"Wilbur Ave\",\"types\":[\"route\"]},{\"long_name\":\"Phillipsburg\",\"short_name\":\"Phillipsburg\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Warren County\",\"short_name\":\"Warren County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08865\",\"short_name\":\"08865\",\"types\":[\"postal_code\"]},{\"long_name\":\"3453\",\"short_name\":\"3453\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"843 Wilbur Ave, Phillipsburg, NJ 08865, USA\",\"geometry\":{\"location\":{\"lat\":40.6828359000000006062691682018339633941650390625,\"lng\":-75.1730747999999948660843074321746826171875}},\"name\":\"843 Wilbur Ave\",\"place_id\":\"ChIJg6jjkZ5txIkRFXsrGNAJRYA\",\"html_attributions\":[]}',NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2025-09-11 19:15:48','2025-09-11 19:15:48','894be110-5e37-4284-a3bb-2e819106517d'),
(857,2095,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA','{\"address_components\":[{\"long_name\":\"1340\",\"short_name\":\"1340\",\"types\":[\"street_number\"]},{\"long_name\":\"Park Avenue\",\"short_name\":\"Park Ave\",\"types\":[\"route\"]},{\"long_name\":\"Plainfield\",\"short_name\":\"Plainfield\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Union County\",\"short_name\":\"Union County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07060\",\"short_name\":\"07060\",\"types\":[\"postal_code\"]},{\"long_name\":\"3227\",\"short_name\":\"3227\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1340 Park Ave, Plainfield, NJ 07060, USA\",\"geometry\":{\"location\":{\"lat\":40.603433400000000119689502753317356109619140625,\"lng\":-74.4045832999999987578121363185346126556396484375}},\"name\":\"1340 Park Ave\",\"place_id\":\"ChIJR_Yt8Vi3w4kRzTt2mt6BgFM\",\"html_attributions\":[]}',NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2025-09-11 19:15:58','2025-09-11 19:15:58','0e1961a8-8a7c-4cf3-8dbc-c6a9da266ed2'),
(859,2097,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA','{\"address_components\":[{\"long_name\":\"336\",\"short_name\":\"336\",\"types\":[\"street_number\"]},{\"long_name\":\"Prospect Avenue\",\"short_name\":\"Prospect Ave\",\"types\":[\"route\"]},{\"long_name\":\"Hackensack\",\"short_name\":\"Hackensack\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Bergen County\",\"short_name\":\"Bergen County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07601\",\"short_name\":\"07601\",\"types\":[\"postal_code\"]},{\"long_name\":\"2506\",\"short_name\":\"2506\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"336 Prospect Ave, Hackensack, NJ 07601, USA\",\"geometry\":{\"location\":{\"lat\":40.8939965000000000827640178613364696502685546875,\"lng\":-74.05253129999999828214640729129314422607421875}},\"name\":\"336 Prospect Ave\",\"place_id\":\"ChIJafTP8hf6wokR-w4xCIg8Ff0\",\"html_attributions\":[]}',NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2025-09-11 19:16:11','2025-09-11 19:16:11','da4ecc10-2ac5-42cb-bf7f-aa2b42275aeb'),
(861,2099,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA','{\"address_components\":[{\"long_name\":\"50\",\"short_name\":\"50\",\"types\":[\"street_number\"]},{\"long_name\":\"Polifly Road\",\"short_name\":\"Polifly Rd\",\"types\":[\"route\"]},{\"long_name\":\"Hackensack\",\"short_name\":\"Hackensack\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Bergen County\",\"short_name\":\"Bergen County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07601\",\"short_name\":\"07601\",\"types\":[\"postal_code\"]},{\"long_name\":\"3287\",\"short_name\":\"3287\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"50 Polifly Rd, Hackensack, NJ 07601, USA\",\"geometry\":{\"location\":{\"lat\":40.8792351000000024896507966332137584686279296875,\"lng\":-74.054675199999991264121490530669689178466796875}},\"name\":\"50 Polifly Rd\",\"place_id\":\"ChIJCy6nW4v5wokRhW9_TlcX7xU\",\"html_attributions\":[]}',NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2025-09-11 19:16:31','2025-09-11 19:16:31','6823aa2c-57e1-491a-99f9-a2240b6019f7'),
(864,2102,1,2,'3205 Wood Rd, Racine, WI 53406, USA','{\"address_components\":[{\"long_name\":\"3205\",\"short_name\":\"3205\",\"types\":[\"street_number\"]},{\"long_name\":\"Wood Road\",\"short_name\":\"Wood Rd\",\"types\":[\"route\"]},{\"long_name\":\"Racine\",\"short_name\":\"Racine\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Racine County\",\"short_name\":\"Racine County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53406\",\"short_name\":\"53406\",\"types\":[\"postal_code\"]},{\"long_name\":\"5048\",\"short_name\":\"5048\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"3205 Wood Rd, Racine, WI 53406, USA\",\"geometry\":{\"location\":{\"lat\":42.69434729999999689198375563137233257293701171875,\"lng\":-87.8443168000000014217221178114414215087890625}},\"name\":\"3205 Wood Rd\",\"place_id\":\"ChIJQVDlzbFCBYgRlEg9voVAmH8\",\"html_attributions\":[]}',NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-09-11 19:16:56','2025-09-11 19:16:56','0a4886b1-5803-4192-a6b4-bb05e3ee4b35'),
(865,2103,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2025-09-11 19:17:03','2025-09-11 19:17:03','3ca23769-8028-4d97-b28e-579d5e13acfc'),
(867,2105,1,2,NULL,NULL,NULL,'118 Parsonage Road, Edison, NJ 08837',NULL,'Edison','NJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-11 19:17:31','2025-09-11 19:17:31','1f2a59e2-f0e2-42aa-9f3c-6518be00e1e9'),
(869,2107,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA','{\"address_components\":[{\"long_name\":\"118\",\"short_name\":\"118\",\"types\":[\"street_number\"]},{\"long_name\":\"Parsonage Road\",\"short_name\":\"Parsonage Rd\",\"types\":[\"route\"]},{\"long_name\":\"Edison\",\"short_name\":\"Edison\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Middlesex County\",\"short_name\":\"Middlesex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08837\",\"short_name\":\"08837\",\"types\":[\"postal_code\"]},{\"long_name\":\"2424\",\"short_name\":\"2424\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"118 Parsonage Rd, Edison, NJ 08837, USA\",\"geometry\":{\"location\":{\"lat\":40.55225009999998775356289115734398365020751953125,\"lng\":-74.3352399999999988722265698015689849853515625}},\"name\":\"118 Parsonage Rd\",\"place_id\":\"ChIJX37cAEK2w4kRRXRK5OgsiQI\",\"html_attributions\":[]}',NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2025-09-11 19:17:42','2025-09-11 19:17:42','50623626-d46e-43d8-9e3b-a19655a72742'),
(871,2109,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA','{\"address_components\":[{\"long_name\":\"1133\",\"short_name\":\"1133\",\"types\":[\"street_number\"]},{\"long_name\":\"Marlboro Road\",\"short_name\":\"Marlboro Rd\",\"types\":[\"route\"]},{\"long_name\":\"Old Bridge\",\"short_name\":\"Old Bridge\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Old Bridge\",\"short_name\":\"Old Bridge\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Middlesex County\",\"short_name\":\"Middlesex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08857\",\"short_name\":\"08857\",\"types\":[\"postal_code\"]},{\"long_name\":\"4032\",\"short_name\":\"4032\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1133 Marlboro Rd, Old Bridge, NJ 08857, USA\",\"geometry\":{\"location\":{\"lat\":40.36398030000000147765604197047650814056396484375,\"lng\":-74.319461799999999129795469343662261962890625}},\"name\":\"1133 Marlboro Rd\",\"place_id\":\"ChIJcVNOt_3Rw4kRnzVz1SGi4VY\",\"html_attributions\":[]}',NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2025-09-11 19:17:58','2025-09-11 19:17:58','5a5f6f6e-7586-4b69-ac19-6090f7986d1f'),
(873,2111,1,2,'310 Genesis Way, Severna Park, MD 21146, USA','{\"address_components\":[{\"long_name\":\"310\",\"short_name\":\"310\",\"types\":[\"street_number\"]},{\"long_name\":\"Genesis Way\",\"short_name\":\"Genesis Way\",\"types\":[\"route\"]},{\"long_name\":\"Severna Park\",\"short_name\":\"Severna Park\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Anne Arundel County\",\"short_name\":\"Anne Arundel County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21146\",\"short_name\":\"21146\",\"types\":[\"postal_code\"]},{\"long_name\":\"1762\",\"short_name\":\"1762\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"310 Genesis Way, Severna Park, MD 21146, USA\",\"geometry\":{\"location\":{\"lat\":39.08239919999999756328179500997066497802734375,\"lng\":-76.56914100000000189538695849478244781494140625}},\"name\":\"310 Genesis Way\",\"place_id\":\"ChIJvQKUNMr7t4kRR4QMZXr9VN0\",\"html_attributions\":[]}',NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2025-09-11 19:18:15','2025-09-11 19:18:15','ba2aa962-deab-4fa2-a1f7-16628822069b'),
(875,2113,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2025-09-11 19:18:25','2025-09-11 19:18:25','202ce8f6-0563-428c-88a3-ea0e298b6cfd'),
(879,2117,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA','{\"address_components\":[{\"long_name\":\"1080\",\"short_name\":\"1080\",\"types\":[\"street_number\"]},{\"long_name\":\"Silver Lake Boulevard\",\"short_name\":\"Silver Lake Blvd\",\"types\":[\"route\"]},{\"long_name\":\"Dover\",\"short_name\":\"Dover\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Kent County\",\"short_name\":\"Kent County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Delaware\",\"short_name\":\"DE\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"19904\",\"short_name\":\"19904\",\"types\":[\"postal_code\"]},{\"long_name\":\"2410\",\"short_name\":\"2410\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1080 Silver Lake Blvd, Dover, DE 19904, USA\",\"geometry\":{\"location\":{\"lat\":39.178995200000002796514309011399745941162109375,\"lng\":-75.538725999999996929545886814594268798828125}},\"name\":\"1080 Silver Lake Blvd\",\"place_id\":\"ChIJV5fEjDd7x4kRgGEHHf_PjWo\",\"html_attributions\":[]}',NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2025-09-11 19:18:55','2025-09-11 19:18:55','7dd4de73-1bf1-4193-adbc-0fb569aa5257'),
(881,2119,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA','{\"address_components\":[{\"long_name\":\"4500\",\"short_name\":\"4500\",\"types\":[\"street_number\"]},{\"long_name\":\"West Loomis Road\",\"short_name\":\"W Loomis Rd\",\"types\":[\"route\"]},{\"long_name\":\"Greenfield\",\"short_name\":\"Greenfield\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Milwaukee County\",\"short_name\":\"Milwaukee County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53220\",\"short_name\":\"53220\",\"types\":[\"postal_code\"]},{\"long_name\":\"4819\",\"short_name\":\"4819\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4500 W Loomis Rd, Greenfield, WI 53220, USA\",\"geometry\":{\"location\":{\"lat\":42.95792110000000008085407898761332035064697265625,\"lng\":-87.972145299999993994788383133709430694580078125}},\"name\":\"4500 W Loomis Rd\",\"place_id\":\"ChIJFy5yUgcRBYgRRNdMif7YQRA\",\"html_attributions\":[]}',NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-09-11 19:19:07','2025-09-11 19:19:07','e70b9472-19a2-4e48-a90e-5aeff997fdfd'),
(883,2121,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA','{\"address_components\":[{\"long_name\":\"12325\",\"short_name\":\"12325\",\"types\":[\"street_number\"]},{\"long_name\":\"New Hampshire Avenue\",\"short_name\":\"New Hampshire Ave\",\"types\":[\"route\"]},{\"long_name\":\"Silver Spring\",\"short_name\":\"Silver Spring\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Montgomery County\",\"short_name\":\"Montgomery County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"20904\",\"short_name\":\"20904\",\"types\":[\"postal_code\"]},{\"long_name\":\"2957\",\"short_name\":\"2957\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"12325 New Hampshire Ave, Silver Spring, MD 20904, USA\",\"geometry\":{\"location\":{\"lat\":39.05925409999999686760929762385785579681396484375,\"lng\":-76.99689549999999371721060015261173248291015625}},\"name\":\"12325 New Hampshire Ave\",\"place_id\":\"ChIJt-DNEG_Ft4kRiqwM9UI4vcU\",\"html_attributions\":[]}',NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2025-09-11 19:19:20','2025-09-11 19:19:20','bc677744-5f0a-46f3-9733-0c30659ba099'),
(885,2123,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA','{\"address_components\":[{\"long_name\":\"1414\",\"short_name\":\"1414\",\"types\":[\"street_number\"]},{\"long_name\":\"Jefferson Street\",\"short_name\":\"Jefferson St\",\"types\":[\"route\"]},{\"long_name\":\"Baraboo\",\"short_name\":\"Baraboo\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Sauk County\",\"short_name\":\"Sauk County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53913\",\"short_name\":\"53913\",\"types\":[\"postal_code\"]},{\"long_name\":\"1503\",\"short_name\":\"1503\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1414 Jefferson St, Baraboo, WI 53913, USA\",\"geometry\":{\"location\":{\"lat\":43.47921439999999648762241122312843799591064453125,\"lng\":-89.7277634000000006153641152195632457733154296875}},\"name\":\"1414 Jefferson St\",\"place_id\":\"ChIJtxHYw5xqB4gRyx9zFrcKNp0\",\"html_attributions\":[]}',NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2025-09-11 19:19:37','2025-09-11 19:19:37','f8832709-6a43-4fd4-931c-1e7d788c109f'),
(887,2125,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA','{\"address_components\":[{\"long_name\":\"3401\",\"short_name\":\"3401\",\"types\":[\"street_number\"]},{\"long_name\":\"Maple Grove Drive\",\"short_name\":\"Maple Grove Dr\",\"types\":[\"route\"]},{\"long_name\":\"Madison\",\"short_name\":\"Madison\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Dane County\",\"short_name\":\"Dane County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53719\",\"short_name\":\"53719\",\"types\":[\"postal_code\"]},{\"long_name\":\"5013\",\"short_name\":\"5013\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"3401 Maple Grove Dr, Madison, WI 53719, USA\",\"geometry\":{\"location\":{\"lat\":43.01140840000000054033080232329666614532470703125,\"lng\":-89.49778689999999414794729091227054595947265625}},\"name\":\"3401 Maple Grove Dr\",\"place_id\":\"ChIJA72KfNyxB4gRWZ_AS8OiviA\",\"html_attributions\":[]}',NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2025-09-11 19:19:49','2025-09-11 19:19:49','587aa1bb-4c4f-41c9-b965-896b1e7fcfa7'),
(889,2127,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA','{\"address_components\":[{\"long_name\":\"5905\",\"short_name\":\"5905\",\"types\":[\"street_number\"]},{\"long_name\":\"West Washington Boulevard\",\"short_name\":\"W Washington Blvd\",\"types\":[\"route\"]},{\"long_name\":\"Austin\",\"short_name\":\"Austin\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Chicago\",\"short_name\":\"Chicago\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Cook County\",\"short_name\":\"Cook County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Illinois\",\"short_name\":\"IL\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"60644\",\"short_name\":\"60644\",\"types\":[\"postal_code\"]},{\"long_name\":\"2845\",\"short_name\":\"2845\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"5905 W Washington Blvd, Chicago, IL 60644, USA\",\"geometry\":{\"location\":{\"lat\":41.88179310000000299396560876630246639251708984375,\"lng\":-87.772435199999989663410815410315990447998046875}},\"name\":\"5905 W Washington Blvd\",\"place_id\":\"ChIJIVqDll4zDogRiD5nVt9GwqQ\",\"html_attributions\":[]}',NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-09-11 19:19:59','2025-09-11 19:19:59','71016090-0ec7-4f87-8c0c-d7fa15025788'),
(891,2129,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA','{\"address_components\":[{\"long_name\":\"610\",\"short_name\":\"610\",\"types\":[\"street_number\"]},{\"long_name\":\"Town Bank Road\",\"short_name\":\"Town Bank Rd\",\"types\":[\"route\"]},{\"long_name\":\"North Cape May\",\"short_name\":\"North Cape May\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Lower Township\",\"short_name\":\"Lower Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Cape May County\",\"short_name\":\"Cape May County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08204\",\"short_name\":\"08204\",\"types\":[\"postal_code\"]},{\"long_name\":\"3561\",\"short_name\":\"3561\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"610 Town Bank Rd, North Cape May, NJ 08204, USA\",\"geometry\":{\"location\":{\"lat\":38.9768585999999999103238224051892757415771484375,\"lng\":-74.9396484999999898946043686009943485260009765625}},\"name\":\"610 Town Bank Rd\",\"place_id\":\"ChIJB3kCdsZVv4kRuFzNfrcKvxk\",\"html_attributions\":[]}',NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2025-09-11 19:20:11','2025-09-11 19:20:11','7585d14a-3446-4625-b6e9-ae788aba8ed4'),
(893,2131,1,2,'10915 Bernies Way, Germantown, WI 53022, USA','{\"address_components\":[{\"long_name\":\"10915\",\"short_name\":\"10915\",\"types\":[\"street_number\"]},{\"long_name\":\"Bernies Way\",\"short_name\":\"Bernies Way\",\"types\":[\"route\"]},{\"long_name\":\"Germantown\",\"short_name\":\"Germantown\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Washington County\",\"short_name\":\"Washington County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53022\",\"short_name\":\"53022\",\"types\":[\"postal_code\"]},{\"long_name\":\"4043\",\"short_name\":\"4043\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"10915 Bernies Way, Germantown, WI 53022, USA\",\"geometry\":{\"location\":{\"lat\":43.21658499999998781504473299719393253326416015625,\"lng\":-88.1249323999999916168235358782112598419189453125}},\"name\":\"10915 Bernies Way\",\"place_id\":\"EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ\",\"html_attributions\":[]}',NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2025-09-11 19:20:35','2025-09-11 19:20:35','3957cd86-ed98-401a-a27f-0214a538dcb5'),
(895,2133,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA','{\"address_components\":[{\"long_name\":\"3001\",\"short_name\":\"3001\",\"types\":[\"street_number\"]},{\"long_name\":\"East Evesham Road\",\"short_name\":\"E Evesham Rd\",\"types\":[\"route\"]},{\"long_name\":\"Voorhees Township\",\"short_name\":\"Voorhees Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Camden County\",\"short_name\":\"Camden County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08043\",\"short_name\":\"08043\",\"types\":[\"postal_code\"]},{\"long_name\":\"9547\",\"short_name\":\"9547\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"3001 E Evesham Rd, Voorhees Township, NJ 08043, USA\",\"geometry\":{\"location\":{\"lat\":39.87161069999999796209522173739969730377197265625,\"lng\":-74.931239599999997835766407661139965057373046875}},\"name\":\"3001 E Evesham Rd\",\"place_id\":\"ChIJqSKZaXIzwYkRj1acBnM5v4c\",\"html_attributions\":[]}',NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-09-11 19:20:48','2025-09-11 19:20:48','e2701404-5e19-4996-aabe-3d52e897e80b'),
(897,2135,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA','{\"address_components\":[{\"long_name\":\"1725\",\"short_name\":\"1725\",\"types\":[\"street_number\"]},{\"long_name\":\"Meridian Trail\",\"short_name\":\"Meridian Trail\",\"types\":[\"route\"]},{\"long_name\":\"Wall Township\",\"short_name\":\"Wall Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Monmouth County\",\"short_name\":\"Monmouth County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07719\",\"short_name\":\"07719\",\"types\":[\"postal_code\"]},{\"long_name\":\"3869\",\"short_name\":\"3869\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1725 Meridian Trail, Wall Township, NJ 07719, USA\",\"geometry\":{\"location\":{\"lat\":40.17273610000000161335265147499740123748779296875,\"lng\":-74.065544399999993174787960015237331390380859375}},\"name\":\"1725 Meridian Trail\",\"place_id\":\"ChIJAdN12CcowokRE-sIp2nEAYw\",\"html_attributions\":[]}',NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2025-09-11 19:20:57','2025-09-11 19:20:57','4cdb2fb3-3417-401b-8c43-266f5a8a6535'),
(899,2137,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA','{\"address_components\":[{\"long_name\":\"130\",\"short_name\":\"130\",\"types\":[\"street_number\"]},{\"long_name\":\"Terhune Drive\",\"short_name\":\"Terhune Dr\",\"types\":[\"route\"]},{\"long_name\":\"Wayne\",\"short_name\":\"Wayne\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Passaic County\",\"short_name\":\"Passaic County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07470\",\"short_name\":\"07470\",\"types\":[\"postal_code\"]},{\"long_name\":\"7104\",\"short_name\":\"7104\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"130 Terhune Dr, Wayne, NJ 07470, USA\",\"geometry\":{\"location\":{\"lat\":40.99359439999999921155904303304851055145263671875,\"lng\":-74.2742487999999951853169477544724941253662109375}},\"name\":\"130 Terhune Dr\",\"place_id\":\"ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI\",\"html_attributions\":[]}',NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2025-09-11 19:21:06','2025-09-11 19:21:06','4f13a1a1-e6ed-426e-964a-37499193867e'),
(901,2139,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA','{\"address_components\":[{\"long_name\":\"165\",\"short_name\":\"165\",\"types\":[\"street_number\"]},{\"long_name\":\"Fairfield Avenue\",\"short_name\":\"Fairfield Ave\",\"types\":[\"route\"]},{\"long_name\":\"West Caldwell\",\"short_name\":\"West Caldwell\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07006\",\"short_name\":\"07006\",\"types\":[\"postal_code\"]},{\"long_name\":\"6414\",\"short_name\":\"6414\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"165 Fairfield Ave, West Caldwell, NJ 07006, USA\",\"geometry\":{\"location\":{\"lat\":40.8588979000000023233951651491224765777587890625,\"lng\":-74.2869707999999917547029326669871807098388671875}},\"name\":\"165 Fairfield Ave\",\"place_id\":\"ChIJUVuIkuoAw4kRA4y5DeWt3A0\",\"html_attributions\":[]}',NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-09-11 19:21:17','2025-09-11 19:21:17','5592d487-cb9f-43c3-a061-166699d69e58'),
(903,2141,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA','{\"address_components\":[{\"long_name\":\"1515\",\"short_name\":\"1515\",\"types\":[\"street_number\"]},{\"long_name\":\"Lamberts Mill Road\",\"short_name\":\"Lamberts Mill Rd\",\"types\":[\"route\"]},{\"long_name\":\"Westfield\",\"short_name\":\"Westfield\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Union County\",\"short_name\":\"Union County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07090\",\"short_name\":\"07090\",\"types\":[\"postal_code\"]},{\"long_name\":\"4763\",\"short_name\":\"4763\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1515 Lamberts Mill Rd, Westfield, NJ 07090, USA\",\"geometry\":{\"location\":{\"lat\":40.6266882999999978665073285810649394989013671875,\"lng\":-74.33119809999999461069819517433643341064453125}},\"name\":\"1515 Lamberts Mill Rd\",\"place_id\":\"ChIJKXZpa2qxw4kRRU4zXftR4Ek\",\"html_attributions\":[]}',NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2025-09-11 19:21:27','2025-09-11 19:21:27','f3da80c9-3ccd-4c7f-a595-ecfe258a5890'),
(905,2143,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA','{\"address_components\":[{\"long_name\":\"4011\",\"short_name\":\"4011\",\"types\":[\"street_number\"]},{\"long_name\":\"Randolph Road\",\"short_name\":\"Randolph Rd\",\"types\":[\"route\"]},{\"long_name\":\"Silver Spring\",\"short_name\":\"Silver Spring\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Montgomery County\",\"short_name\":\"Montgomery County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"20902\",\"short_name\":\"20902\",\"types\":[\"postal_code\"]},{\"long_name\":\"1054\",\"short_name\":\"1054\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4011 Randolph Rd, Silver Spring, MD 20902, USA\",\"geometry\":{\"location\":{\"lat\":39.05799319999999852370820008218288421630859375,\"lng\":-77.0797972999999956300598569214344024658203125}},\"name\":\"4011 Randolph Rd\",\"place_id\":\"ChIJv-OqnGDOt4kRxYpEV7oazDg\",\"html_attributions\":[]}',NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2025-09-11 19:21:37','2025-09-11 19:21:37','799f138f-0e9a-4b14-9dc4-852409066361'),
(907,2145,1,2,'62 James St, Edison, NJ 08820, USA','{\"address_components\":[{\"long_name\":\"62\",\"short_name\":\"62\",\"types\":[\"street_number\"]},{\"long_name\":\"James Street\",\"short_name\":\"James St\",\"types\":[\"route\"]},{\"long_name\":\"Edison\",\"short_name\":\"Edison\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Middlesex County\",\"short_name\":\"Middlesex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08820\",\"short_name\":\"08820\",\"types\":[\"postal_code\"]},{\"long_name\":\"3938\",\"short_name\":\"3938\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"62 James St, Edison, NJ 08820, USA\",\"geometry\":{\"location\":{\"lat\":40.56053140000000212239683605730533599853515625,\"lng\":-74.3504845000000074151103035546839237213134765625}},\"name\":\"62 James St\",\"place_id\":\"ChIJm_zetlG2w4kR9uTtdTWyITc\",\"html_attributions\":[]}',NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2025-09-11 19:21:45','2025-09-11 19:21:45','23d9a170-d4ae-42f5-a119-067c59b55362'),
(909,2147,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA','{\"address_components\":[{\"long_name\":\"1165\",\"short_name\":\"1165\",\"types\":[\"street_number\"]},{\"long_name\":\"Easton Avenue\",\"short_name\":\"Easton Ave\",\"types\":[\"route\"]},{\"long_name\":\"Somerset\",\"short_name\":\"Somerset\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Franklin Township\",\"short_name\":\"Franklin Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Somerset County\",\"short_name\":\"Somerset County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08873\",\"short_name\":\"08873\",\"types\":[\"postal_code\"]},{\"long_name\":\"1613\",\"short_name\":\"1613\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1165 Easton Ave, Somerset, NJ 08873, USA\",\"geometry\":{\"location\":{\"lat\":40.5192698999999976194885675795376300811767578125,\"lng\":-74.490504500000014331817510537803173065185546875}},\"name\":\"1165 Easton Ave\",\"place_id\":\"ChIJycEPLTDHw4kR7EmPYzZ4KLw\",\"html_attributions\":[]}',NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2025-09-11 19:21:55','2025-09-11 19:21:55','784ef2ad-549b-4170-b8e7-cfa86036f516'),
(911,2149,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2025-09-11 19:22:03','2025-09-11 19:22:03','3cbd7e71-ddd3-4150-9a2d-29efdf646eb3'),
(914,2152,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA','{\"address_components\":[{\"long_name\":\"1400\",\"short_name\":\"1400\",\"types\":[\"street_number\"]},{\"long_name\":\"Woodland Avenue\",\"short_name\":\"Woodland Ave\",\"types\":[\"route\"]},{\"long_name\":\"Plainfield\",\"short_name\":\"Plainfield\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Union County\",\"short_name\":\"Union County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07060\",\"short_name\":\"07060\",\"types\":[\"postal_code\"]},{\"long_name\":\"3362\",\"short_name\":\"3362\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1400 Woodland Ave, Plainfield, NJ 07060, USA\",\"geometry\":{\"location\":{\"lat\":40.60178590000000298232407658360898494720458984375,\"lng\":-74.39581210000000055515556596219539642333984375}},\"name\":\"1400 Woodland Ave\",\"place_id\":\"ChIJDSRHGlu3w4kR8o2MD7WGIaE\",\"html_attributions\":[]}',NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2025-09-11 19:22:43','2025-09-11 19:22:43','f3ea603a-6824-4cb3-a2b8-676f9ca3093a'),
(916,2154,1,2,'20 Summit St, West Orange, NJ 07052, USA','{\"address_components\":[{\"long_name\":\"20\",\"short_name\":\"20\",\"types\":[\"street_number\"]},{\"long_name\":\"Summit Street\",\"short_name\":\"Summit St\",\"types\":[\"route\"]},{\"long_name\":\"West Orange\",\"short_name\":\"West Orange\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07052\",\"short_name\":\"07052\",\"types\":[\"postal_code\"]},{\"long_name\":\"1501\",\"short_name\":\"1501\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"20 Summit St, West Orange, NJ 07052, USA\",\"geometry\":{\"location\":{\"lat\":40.78771669999999716083038947544991970062255859375,\"lng\":-74.2791715999999979658241500146687030792236328125}},\"name\":\"20 Summit St\",\"place_id\":\"ChIJn9iZZLCrw4kRHlYtfbwMey4\",\"html_attributions\":[]}',NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2025-09-11 19:23:17','2025-09-11 19:23:17','05027c81-eeac-44e5-800d-3f4c6da7cfb0'),
(918,2156,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA','{\"address_components\":[{\"long_name\":\"315\",\"short_name\":\"315\",\"types\":[\"street_number\"]},{\"long_name\":\"East Lindsley Road\",\"short_name\":\"E Lindsley Rd\",\"types\":[\"route\"]},{\"long_name\":\"Cedar Grove\",\"short_name\":\"Cedar Grove\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07009\",\"short_name\":\"07009\",\"types\":[\"postal_code\"]},{\"long_name\":\"1152\",\"short_name\":\"1152\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"315 E Lindsley Rd, Cedar Grove, NJ 07009, USA\",\"geometry\":{\"location\":{\"lat\":40.8696247999999968669726513326168060302734375,\"lng\":-74.2244994999999931906131678260862827301025390625}},\"name\":\"315 E Lindsley Rd\",\"place_id\":\"ChIJg5OZcNMBw4kReH8zSKmJFi4\",\"html_attributions\":[]}',NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2025-09-11 19:23:27','2025-09-11 19:23:27','67d2cfb6-241f-4c2c-9c8d-3361997b5780'),
(922,2160,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA','{\"address_components\":[{\"long_name\":\"75\",\"short_name\":\"75\",\"types\":[\"street_number\"]},{\"long_name\":\"Old Toms River Road\",\"short_name\":\"Old Toms River Rd\",\"types\":[\"route\"]},{\"long_name\":\"Brick Township\",\"short_name\":\"Brick Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08723\",\"short_name\":\"08723\",\"types\":[\"postal_code\"]},{\"long_name\":\"7800\",\"short_name\":\"7800\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"75 Old Toms River Rd, Brick Township, NJ 08723, USA\",\"geometry\":{\"location\":{\"lat\":40.02514670000000052141331252641975879669189453125,\"lng\":-74.1588596999999936087988317012786865234375}},\"name\":\"75 Old Toms River Rd\",\"place_id\":\"ChIJYV7fozKDwYkReZEjnJ-HI58\",\"html_attributions\":[]}',NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-09-11 19:23:59','2025-09-11 19:23:59','0afd85ee-6137-4e75-b864-3c7b1a200fb3'),
(924,2162,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA','{\"address_components\":[{\"long_name\":\"2305\",\"short_name\":\"2305\",\"types\":[\"street_number\"]},{\"long_name\":\"Rancocas Road\",\"short_name\":\"Rancocas Rd\",\"types\":[\"route\"]},{\"long_name\":\"Burlington\",\"short_name\":\"Burlington\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Burlington County\",\"short_name\":\"Burlington County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08016\",\"short_name\":\"08016\",\"types\":[\"postal_code\"]},{\"long_name\":\"4113\",\"short_name\":\"4113\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"2305 Rancocas Rd, Burlington, NJ 08016, USA\",\"geometry\":{\"location\":{\"lat\":40.04258919999998767025317647494375705718994140625,\"lng\":-74.8494481999999976551407598890364170074462890625}},\"name\":\"2305 Rancocas Rd\",\"place_id\":\"ChIJC5yMF8pOwYkR7BaXq5DTNH0\",\"html_attributions\":[]}',NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2025-09-11 19:24:30','2025-09-11 19:24:30','1c5e511e-0dc1-4dbe-bc18-6c4afdade8dd'),
(928,2166,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-09-11 19:34:52','2025-09-11 19:34:52','b9cfb45e-3091-4988-af0c-ce367226a180'),
(932,2170,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2025-09-11 19:35:10','2025-09-11 19:35:10','445aab51-2a2c-4dff-bb24-348d92328613'),
(936,2174,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2025-09-11 19:35:24','2025-09-11 19:35:24','66d31ae6-8815-47b3-800e-17a2a0aea5f0'),
(938,2176,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2025-09-11 19:35:30','2025-09-11 19:35:30','df450ac9-b2cd-4a41-b95f-5e9876ed7391'),
(940,2178,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2025-09-11 19:35:38','2025-09-11 19:35:38','182f2699-c9b2-40bf-9c80-4967f8f33a65'),
(942,2180,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-09-11 19:35:45','2025-09-11 19:35:45','4d542dfb-4de9-45c0-8a82-759b8ce500e5'),
(944,2182,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2025-09-11 19:35:51','2025-09-11 19:35:51','ab1a7d04-a051-4b25-89f7-ef0df0e28469'),
(946,2184,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2025-09-11 19:35:58','2025-09-11 19:35:58','816f0f6d-ef03-48e0-a74f-bef01edd955e'),
(948,2186,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2025-09-11 19:36:26','2025-09-11 19:36:26','225534e8-b696-4f63-bdbb-9baba2d23ab9'),
(950,2188,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2025-09-11 19:36:38','2025-09-11 19:36:38','a1b7f22f-1ffd-4903-92e8-32f88b4ad5ff'),
(952,2190,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2025-09-11 19:36:45','2025-09-11 19:36:45','8e8fc27a-bb3e-43dd-93d1-7a35ae239768'),
(954,2192,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA','{\"address_components\":[{\"long_name\":\"7232\",\"short_name\":\"7232\",\"types\":[\"street_number\"]},{\"long_name\":\"German Hill Road\",\"short_name\":\"German Hill Rd\",\"types\":[\"route\"]},{\"long_name\":\"Graceland Park\",\"short_name\":\"Graceland Park\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Baltimore\",\"short_name\":\"Baltimore\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21222\",\"short_name\":\"21222\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"7232 German Hill Rd, Baltimore, MD 21222, USA\",\"geometry\":{\"location\":{\"lat\":39.28164890000000042391548049636185169219970703125,\"lng\":-76.530539699999991398726706393063068389892578125}},\"name\":\"7232 German Hill Rd\",\"place_id\":\"Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s\",\"html_attributions\":[]}',NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2025-09-11 19:36:53','2025-09-11 19:36:53','f57d028b-9cf3-4759-9928-1befe089af82'),
(956,2194,1,2,'810 S Broom St, Wilmington, DE 19805, USA','{\"address_components\":[{\"long_name\":\"810\",\"short_name\":\"810\",\"types\":[\"street_number\"]},{\"long_name\":\"South Broom Street\",\"short_name\":\"S Broom St\",\"types\":[\"route\"]},{\"long_name\":\"Hedgeville\",\"short_name\":\"Hedgeville\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Wilmington\",\"short_name\":\"Wilmington\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"New Castle County\",\"short_name\":\"New Castle County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Delaware\",\"short_name\":\"DE\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"19805\",\"short_name\":\"19805\",\"types\":[\"postal_code\"]},{\"long_name\":\"4245\",\"short_name\":\"4245\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"810 S Broom St, Wilmington, DE 19805, USA\",\"geometry\":{\"location\":{\"lat\":39.7376258999999976140315993689000606536865234375,\"lng\":-75.5698876000000012709278962574899196624755859375}},\"name\":\"810 S Broom St\",\"place_id\":\"ChIJB3JTvXn9xokRBsErT4SgOWQ\",\"html_attributions\":[]}',NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2025-09-11 19:37:00','2025-09-11 19:37:00','dc871dc5-f9c8-4993-8903-fa34db8c815b'),
(958,2196,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA','{\"address_components\":[{\"long_name\":\"4922\",\"short_name\":\"4922\",\"types\":[\"street_number\"]},{\"long_name\":\"Lasalle Road\",\"short_name\":\"Lasalle Rd\",\"types\":[\"route\"]},{\"long_name\":\"Hyattsville\",\"short_name\":\"Hyattsville\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Prince George\'s County\",\"short_name\":\"Prince George\'s County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"20782\",\"short_name\":\"20782\",\"types\":[\"postal_code\"]},{\"long_name\":\"3302\",\"short_name\":\"3302\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4922 Lasalle Rd, Hyattsville, MD 20782, USA\",\"geometry\":{\"location\":{\"lat\":38.95279570000000290974639938212931156158447265625,\"lng\":-76.9793825999999938858309178613126277923583984375}},\"name\":\"4922 Lasalle Rd\",\"place_id\":\"ChIJ8c-07bDHt4kRJb6KEuKBC94\",\"html_attributions\":[]}',NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2025-09-11 19:37:09','2025-09-11 19:37:09','7001d458-cae8-4049-b2a8-2f5c295abf9c'),
(959,2197,1,2,'333 Grand Ave, Englewood, NJ 07631, USA','{\"address_components\":[{\"long_name\":\"333\",\"short_name\":\"333\",\"types\":[\"street_number\"]},{\"long_name\":\"Grand Avenue\",\"short_name\":\"Grand Ave\",\"types\":[\"route\"]},{\"long_name\":\"Englewood\",\"short_name\":\"Englewood\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Bergen County\",\"short_name\":\"Bergen County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07631\",\"short_name\":\"07631\",\"types\":[\"postal_code\"]},{\"long_name\":\"4356\",\"short_name\":\"4356\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"333 Grand Ave, Englewood, NJ 07631, USA\",\"geometry\":{\"location\":{\"lat\":40.88203630000000288191586150787770748138427734375,\"lng\":-73.9777854000000019141225493513047695159912109375}},\"name\":\"333 Grand Ave\",\"place_id\":\"ChIJQUrbryjxwokRJ1nXdgX0ZrI\",\"html_attributions\":[]}',NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-09-11 19:37:16','2025-09-11 19:37:16','de98ede2-a862-47a4-bcd2-854af3fb30b5'),
(961,2199,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA','{\"address_components\":[{\"long_name\":\"1810\",\"short_name\":\"1810\",\"types\":[\"street_number\"]},{\"long_name\":\"Kensington Drive\",\"short_name\":\"Kensington Dr\",\"types\":[\"route\"]},{\"long_name\":\"Waukesha\",\"short_name\":\"Waukesha\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Waukesha County\",\"short_name\":\"Waukesha County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53188\",\"short_name\":\"53188\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"1810 Kensington Dr, Waukesha, WI 53188, USA\",\"geometry\":{\"location\":{\"lat\":43.0021339999999980818756739608943462371826171875,\"lng\":-88.256526600000000826184987090528011322021484375}},\"name\":\"1810 Kensington Dr\",\"place_id\":\"ChIJTcojRfelBYgRgVUDYDRj_yg\",\"html_attributions\":[]}',NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2025-09-11 19:37:24','2025-09-11 19:37:24','5e235592-f7fc-4315-b94e-83569f546c08'),
(963,2201,1,2,'1 Emerson Dr, Windsor, CT 06095, USA','{\"address_components\":[{\"long_name\":\"1\",\"short_name\":\"1\",\"types\":[\"street_number\"]},{\"long_name\":\"Emerson Drive\",\"short_name\":\"Emerson Dr\",\"types\":[\"route\"]},{\"long_name\":\"Windsor\",\"short_name\":\"Windsor\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Capitol Planning Region\",\"short_name\":\"Capitol Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06095\",\"short_name\":\"06095\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"1 Emerson Dr, Windsor, CT 06095, USA\",\"geometry\":{\"location\":{\"lat\":41.8414513999999968518750392831861972808837890625,\"lng\":-72.667409499999990885044098831713199615478515625}},\"name\":\"1 Emerson Dr\",\"place_id\":\"ChIJfcxvdnlV5okR4C4R68yxqjU\",\"html_attributions\":[]}',NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-09-11 19:37:31','2025-09-11 19:37:31','569bd492-56fb-47cb-acb0-0a4c2a44a6a4'),
(965,2203,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2025-09-11 19:37:38','2025-09-11 19:37:38','7962e0cf-466d-47b4-a0df-b5f5b47f7d5d'),
(968,2206,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2025-09-11 19:52:35','2025-09-11 19:52:35','3a6dac28-9ba0-4484-ae60-0832c4172a51'),
(977,2216,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA','{\"address_components\":[{\"long_name\":\"1351\",\"short_name\":\"1351\",\"types\":[\"street_number\"]},{\"long_name\":\"Old Freehold Road\",\"short_name\":\"Old Freehold Rd\",\"types\":[\"route\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08753\",\"short_name\":\"08753\",\"types\":[\"postal_code\"]},{\"long_name\":\"2775\",\"short_name\":\"2775\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1351 Old Freehold Rd, Toms River, NJ 08753, USA\",\"geometry\":{\"location\":{\"lat\":39.99031140000000306145011563785374164581298828125,\"lng\":-74.19384519999999838546500541269779205322265625}},\"name\":\"1351 Old Freehold Rd\",\"place_id\":\"ChIJb8VFyAqdwYkR0t-uhAplXSs\",\"html_attributions\":[]}',NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-09-11 20:30:50','2025-09-11 20:30:50','8c43cbd9-df53-4285-b04d-d40d357cad72'),
(979,2218,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-09-11 20:31:02','2025-09-11 20:31:02','68863876-433c-47ff-b644-95f33b1290d4'),
(985,2231,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA','{\"address_components\":[{\"long_name\":\"1351\",\"short_name\":\"1351\",\"types\":[\"street_number\"]},{\"long_name\":\"Old Freehold Road\",\"short_name\":\"Old Freehold Rd\",\"types\":[\"route\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08753\",\"short_name\":\"08753\",\"types\":[\"postal_code\"]},{\"long_name\":\"2775\",\"short_name\":\"2775\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1351 Old Freehold Rd, Toms River, NJ 08753, USA\",\"geometry\":{\"location\":{\"lat\":39.99031140000000306145011563785374164581298828125,\"lng\":-74.19384519999999838546500541269779205322265625}},\"name\":\"1351 Old Freehold Rd\",\"place_id\":\"ChIJb8VFyAqdwYkR0t-uhAplXSs\",\"html_attributions\":[]}',NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-09-11 20:39:29','2025-09-11 20:39:29','543f476c-f0d5-47a7-876d-5b4e6aea46a4'),
(988,2240,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA','{\"address_components\":[{\"long_name\":\"144\",\"short_name\":\"144\",\"types\":[\"street_number\"]},{\"long_name\":\"Magnolia Drive\",\"short_name\":\"Magnolia Dr\",\"types\":[\"route\"]},{\"long_name\":\"Cape May Court House\",\"short_name\":\"Cape May Court House\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Middle Township\",\"short_name\":\"Middle Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Cape May County\",\"short_name\":\"Cape May County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08210\",\"short_name\":\"08210\",\"types\":[\"postal_code\"]},{\"long_name\":\"2141\",\"short_name\":\"2141\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"144 Magnolia Dr, Cape May Court House, NJ 08210, USA\",\"geometry\":{\"location\":{\"lat\":39.08768529999999685742295696400105953216552734375,\"lng\":-74.82093639999999368228600360453128814697265625}},\"name\":\"144 Magnolia Dr\",\"place_id\":\"ChIJlfiwLxmvwIkRxl-DlD-mFyQ\",\"html_attributions\":[]}',NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2025-09-11 20:39:30','2025-09-11 20:39:30','0ae7703d-2b75-4684-89ac-5ab4d4363a00'),
(989,2243,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA','{\"address_components\":[{\"long_name\":\"1931\",\"short_name\":\"1931\",\"types\":[\"street_number\"]},{\"long_name\":\"Lakewood Road\",\"short_name\":\"Lakewood Rd\",\"types\":[\"route\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08755\",\"short_name\":\"08755\",\"types\":[\"postal_code\"]},{\"long_name\":\"1211\",\"short_name\":\"1211\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1931 Lakewood Rd, Toms River, NJ 08755, USA\",\"geometry\":{\"location\":{\"lat\":40.02280379999999837536961422301828861236572265625,\"lng\":-74.21875}},\"name\":\"1931 Lakewood Rd\",\"place_id\":\"ChIJb_QFKON3wYkRbgy9zfw9JFY\",\"html_attributions\":[]}',NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2025-09-11 20:39:30','2025-09-11 20:39:30','b49c4402-d20e-4db1-b51b-84dc06833f3f'),
(990,2246,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA','{\"address_components\":[{\"long_name\":\"4\",\"short_name\":\"4\",\"types\":[\"street_number\"]},{\"long_name\":\"Plaza Drive\",\"short_name\":\"Plaza Dr\",\"types\":[\"route\"]},{\"long_name\":\"Holiday City-Berkeley\",\"short_name\":\"Holiday City-Berkeley\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Toms River\",\"short_name\":\"Toms River\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08757\",\"short_name\":\"08757\",\"types\":[\"postal_code\"]},{\"long_name\":\"3756\",\"short_name\":\"3756\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4 Plaza Dr, Toms River, NJ 08757, USA\",\"geometry\":{\"location\":{\"lat\":39.970490200000000413638190366327762603759765625,\"lng\":-74.24388840000000300278770737349987030029296875}},\"name\":\"4 Plaza Dr\",\"place_id\":\"ChIJNapJhGx2wYkREMge9eQcgdA\",\"html_attributions\":[]}',NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2025-09-11 20:39:30','2025-09-11 20:39:30','dc79be23-8df7-4e3d-8150-f0e980cc80c9'),
(991,2250,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA','{\"address_components\":[{\"long_name\":\"2601\",\"short_name\":\"2601\",\"types\":[\"street_number\"]},{\"long_name\":\"East Evesham Road\",\"short_name\":\"E Evesham Rd\",\"types\":[\"route\"]},{\"long_name\":\"Voorhees Township\",\"short_name\":\"Voorhees Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Camden County\",\"short_name\":\"Camden County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08043\",\"short_name\":\"08043\",\"types\":[\"postal_code\"]},{\"long_name\":\"9509\",\"short_name\":\"9509\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"2601 E Evesham Rd, Voorhees Township, NJ 08043, USA\",\"geometry\":{\"location\":{\"lat\":39.86884710000000353602445102296769618988037109375,\"lng\":-74.942845199999993610617821104824542999267578125}},\"name\":\"2601 E Evesham Rd\",\"place_id\":\"ChIJLR5HQBUzwYkRGOPX4gklctg\",\"html_attributions\":[]}',NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-09-11 20:39:30','2025-09-11 20:39:30','51d5305e-40ae-490d-ab1d-cf5fd96c6156'),
(992,2253,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA','{\"address_components\":[{\"long_name\":\"475\",\"short_name\":\"475\",\"types\":[\"street_number\"]},{\"long_name\":\"Jack Martin Boulevard\",\"short_name\":\"Jack Martin Blvd\",\"types\":[\"route\"]},{\"long_name\":\"Brick Township\",\"short_name\":\"Brick Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08724\",\"short_name\":\"08724\",\"types\":[\"postal_code\"]},{\"long_name\":\"7732\",\"short_name\":\"7732\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"475 Jack Martin Blvd, Brick Township, NJ 08724, USA\",\"geometry\":{\"location\":{\"lat\":40.0795671999999996160113369114696979522705078125,\"lng\":-74.1343184999999920137270237319171428680419921875}},\"name\":\"475 Jack Martin Blvd\",\"place_id\":\"ChIJJxCXQI2DwYkRw-zRbXA9GHA\",\"html_attributions\":[]}',NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2025-09-11 20:39:30','2025-09-11 20:39:30','74ad91fb-ef22-4995-a4d9-918ae2b24f01'),
(993,2255,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA','{\"address_components\":[{\"long_name\":\"2305\",\"short_name\":\"2305\",\"types\":[\"street_number\"]},{\"long_name\":\"Rancocas Road\",\"short_name\":\"Rancocas Rd\",\"types\":[\"route\"]},{\"long_name\":\"Burlington\",\"short_name\":\"Burlington\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Burlington County\",\"short_name\":\"Burlington County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08016\",\"short_name\":\"08016\",\"types\":[\"postal_code\"]},{\"long_name\":\"4113\",\"short_name\":\"4113\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"2305 Rancocas Rd, Burlington, NJ 08016, USA\",\"geometry\":{\"location\":{\"lat\":40.04258919999998767025317647494375705718994140625,\"lng\":-74.8494481999999976551407598890364170074462890625}},\"name\":\"2305 Rancocas Rd\",\"place_id\":\"ChIJC5yMF8pOwYkR7BaXq5DTNH0\",\"html_attributions\":[]}',NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2025-09-11 20:39:30','2025-09-11 20:39:30','61dfb46f-c7b6-480c-b9e2-e96cf45e6a9b'),
(994,2258,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA','{\"address_components\":[{\"long_name\":\"229\",\"short_name\":\"229\",\"types\":[\"street_number\"]},{\"long_name\":\"Bath Avenue\",\"short_name\":\"Bath Ave\",\"types\":[\"route\"]},{\"long_name\":\"Long Branch\",\"short_name\":\"Long Branch\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Monmouth County\",\"short_name\":\"Monmouth County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07740\",\"short_name\":\"07740\",\"types\":[\"postal_code\"]},{\"long_name\":\"6221\",\"short_name\":\"6221\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"229 Bath Ave, Long Branch, NJ 07740, USA\",\"geometry\":{\"location\":{\"lat\":40.29400869999999912351995590142905712127685546875,\"lng\":-73.990352500000000190993887372314929962158203125}},\"name\":\"229 Bath Ave\",\"place_id\":\"ChIJK-ri6RslwokRCft0MvbCneg\",\"html_attributions\":[]}',NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2025-09-11 20:39:30','2025-09-11 20:39:30','2ce9b0f1-e496-44d3-afde-f0fba735c6a1'),
(995,2261,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA','{\"address_components\":[{\"long_name\":\"160\",\"short_name\":\"160\",\"types\":[\"street_number\"]},{\"long_name\":\"South Main Street\",\"short_name\":\"S Main St\",\"types\":[\"route\"]},{\"long_name\":\"Ocean Grove\",\"short_name\":\"Ocean Grove\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Neptune Township\",\"short_name\":\"Neptune Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Monmouth County\",\"short_name\":\"Monmouth County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07756\",\"short_name\":\"07756\",\"types\":[\"postal_code\"]},{\"long_name\":\"1013\",\"short_name\":\"1013\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"160 S Main St, Ocean Grove, NJ 07756, USA\",\"geometry\":{\"location\":{\"lat\":40.2088293999999990546712069772183895111083984375,\"lng\":-74.01524330000000873042154125869274139404296875}},\"name\":\"160 S Main St\",\"place_id\":\"ChIJ40uRKjImwokRw979RXFBx70\",\"html_attributions\":[]}',NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-09-11 20:39:30','2025-09-11 20:39:30','03415019-c325-429f-a07b-d38c87496cc2'),
(996,2264,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA','{\"address_components\":[{\"long_name\":\"75\",\"short_name\":\"75\",\"types\":[\"street_number\"]},{\"long_name\":\"Old Toms River Road\",\"short_name\":\"Old Toms River Rd\",\"types\":[\"route\"]},{\"long_name\":\"Brick Township\",\"short_name\":\"Brick Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Ocean County\",\"short_name\":\"Ocean County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08723\",\"short_name\":\"08723\",\"types\":[\"postal_code\"]},{\"long_name\":\"7800\",\"short_name\":\"7800\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"75 Old Toms River Rd, Brick Township, NJ 08723, USA\",\"geometry\":{\"location\":{\"lat\":40.02514670000000052141331252641975879669189453125,\"lng\":-74.1588596999999936087988317012786865234375}},\"name\":\"75 Old Toms River Rd\",\"place_id\":\"ChIJYV7fozKDwYkReZEjnJ-HI58\",\"html_attributions\":[]}',NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-09-11 20:39:30','2025-09-11 20:39:30','6fdd84f8-0873-4c0b-93c5-e90b36e3d819'),
(998,2271,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA','{\"address_components\":[{\"long_name\":\"610\",\"short_name\":\"610\",\"types\":[\"street_number\"]},{\"long_name\":\"Town Bank Road\",\"short_name\":\"Town Bank Rd\",\"types\":[\"route\"]},{\"long_name\":\"North Cape May\",\"short_name\":\"North Cape May\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Lower Township\",\"short_name\":\"Lower Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Cape May County\",\"short_name\":\"Cape May County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08204\",\"short_name\":\"08204\",\"types\":[\"postal_code\"]},{\"long_name\":\"3561\",\"short_name\":\"3561\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"610 Town Bank Rd, North Cape May, NJ 08204, USA\",\"geometry\":{\"location\":{\"lat\":38.9768585999999999103238224051892757415771484375,\"lng\":-74.9396484999999898946043686009943485260009765625}},\"name\":\"610 Town Bank Rd\",\"place_id\":\"ChIJB3kCdsZVv4kRuFzNfrcKvxk\",\"html_attributions\":[]}',NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2025-09-11 20:39:31','2025-09-11 20:39:31','4e717d94-6576-4ecf-a1cb-8902721cff03'),
(999,2273,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA','{\"address_components\":[{\"long_name\":\"3001\",\"short_name\":\"3001\",\"types\":[\"street_number\"]},{\"long_name\":\"East Evesham Road\",\"short_name\":\"E Evesham Rd\",\"types\":[\"route\"]},{\"long_name\":\"Voorhees Township\",\"short_name\":\"Voorhees Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Camden County\",\"short_name\":\"Camden County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08043\",\"short_name\":\"08043\",\"types\":[\"postal_code\"]},{\"long_name\":\"9547\",\"short_name\":\"9547\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"3001 E Evesham Rd, Voorhees Township, NJ 08043, USA\",\"geometry\":{\"location\":{\"lat\":39.87161069999999796209522173739969730377197265625,\"lng\":-74.931239599999997835766407661139965057373046875}},\"name\":\"3001 E Evesham Rd\",\"place_id\":\"ChIJqSKZaXIzwYkRj1acBnM5v4c\",\"html_attributions\":[]}',NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-09-11 20:39:31','2025-09-11 20:39:31','ad9be0a2-6803-4693-9b3e-04ba06fcdb05'),
(1000,2276,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA','{\"address_components\":[{\"long_name\":\"1725\",\"short_name\":\"1725\",\"types\":[\"street_number\"]},{\"long_name\":\"Meridian Trail\",\"short_name\":\"Meridian Trail\",\"types\":[\"route\"]},{\"long_name\":\"Wall Township\",\"short_name\":\"Wall Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Monmouth County\",\"short_name\":\"Monmouth County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07719\",\"short_name\":\"07719\",\"types\":[\"postal_code\"]},{\"long_name\":\"3869\",\"short_name\":\"3869\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1725 Meridian Trail, Wall Township, NJ 07719, USA\",\"geometry\":{\"location\":{\"lat\":40.17273610000000161335265147499740123748779296875,\"lng\":-74.065544399999993174787960015237331390380859375}},\"name\":\"1725 Meridian Trail\",\"place_id\":\"ChIJAdN12CcowokRE-sIp2nEAYw\",\"html_attributions\":[]}',NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2025-09-11 20:39:31','2025-09-11 20:39:31','08651361-6a99-4753-8544-a705d10cb6d6'),
(1001,2278,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-09-11 20:39:31','2025-09-11 20:39:31','9575c24c-268f-464e-bc13-c80bc68edaa7'),
(1002,2281,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA','{\"address_components\":[{\"long_name\":\"536\",\"short_name\":\"536\",\"types\":[\"street_number\"]},{\"long_name\":\"Ridge Road\",\"short_name\":\"Ridge Rd\",\"types\":[\"route\"]},{\"long_name\":\"Cedar Grove\",\"short_name\":\"Cedar Grove\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07009\",\"short_name\":\"07009\",\"types\":[\"postal_code\"]},{\"long_name\":\"1611\",\"short_name\":\"1611\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"536 Ridge Rd, Cedar Grove, NJ 07009, USA\",\"geometry\":{\"location\":{\"lat\":40.8550096000000024787368602119386196136474609375,\"lng\":-74.2189211000000028661816031672060489654541015625}},\"name\":\"536 Ridge Rd\",\"place_id\":\"ChIJfa4MdicAw4kRvQgwEb48Pkc\",\"html_attributions\":[]}',NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2025-09-11 20:39:31','2025-09-11 20:39:31','a55b9e4e-6d0b-4e80-9185-840a61d811e6'),
(1003,2285,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA','{\"address_components\":[{\"long_name\":\"1213\",\"short_name\":\"1213\",\"types\":[\"street_number\"]},{\"long_name\":\"Westfield Avenue\",\"short_name\":\"Westfield Ave\",\"types\":[\"route\"]},{\"long_name\":\"Clark\",\"short_name\":\"Clark\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Union County\",\"short_name\":\"Union County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07066\",\"short_name\":\"07066\",\"types\":[\"postal_code\"]},{\"long_name\":\"1323\",\"short_name\":\"1323\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1213 Westfield Ave, Clark, NJ 07066, USA\",\"geometry\":{\"location\":{\"lat\":40.62617800000000300997271551750600337982177734375,\"lng\":-74.320958799999999655483406968414783477783203125}},\"name\":\"1213 Westfield Ave\",\"place_id\":\"ChIJ793fpWexw4kRBU4lrSCzOco\",\"html_attributions\":[]}',NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-09-11 20:39:31','2025-09-11 20:39:31','a861ab66-c697-4ea5-8327-223daeb1f8c3'),
(1004,2289,1,2,'875 US-202, Bridgewater, NJ 08807, USA','{\"address_components\":[{\"long_name\":\"875\",\"short_name\":\"875\",\"types\":[\"street_number\"]},{\"long_name\":\"U.S. 202\",\"short_name\":\"US-202\",\"types\":[\"route\"]},{\"long_name\":\"Green Knoll\",\"short_name\":\"Green Knoll\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Bridgewater\",\"short_name\":\"Bridgewater\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Somerset County\",\"short_name\":\"Somerset County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08807\",\"short_name\":\"08807\",\"types\":[\"postal_code\"]},{\"long_name\":\"1861\",\"short_name\":\"1861\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"875 US-202, Bridgewater, NJ 08807, USA\",\"geometry\":{\"location\":{\"lat\":40.61555750000000131194610730744898319244384765625,\"lng\":-74.626983099999989690331858582794666290283203125}},\"name\":\"875 US-202\",\"place_id\":\"ChIJ5bdvYaWVw4kRC1OCVySD9tM\",\"html_attributions\":[]}',NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2025-09-11 20:39:31','2025-09-11 20:39:31','8654487c-5a7f-43b4-b0ea-c74e03e200dc'),
(1005,2292,1,2,'713 N Beers St, Holmdel, NJ 07733, USA','{\"address_components\":[{\"long_name\":\"713\",\"short_name\":\"713\",\"types\":[\"street_number\"]},{\"long_name\":\"North Beers Street\",\"short_name\":\"N Beers St\",\"types\":[\"route\"]},{\"long_name\":\"Holmdel\",\"short_name\":\"Holmdel\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Monmouth County\",\"short_name\":\"Monmouth County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07733\",\"short_name\":\"07733\",\"types\":[\"postal_code\"]},{\"long_name\":\"1503\",\"short_name\":\"1503\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"713 N Beers St, Holmdel, NJ 07733, USA\",\"geometry\":{\"location\":{\"lat\":40.40930089999999808014763402752578258514404296875,\"lng\":-74.1937080000000008794813766144216060638427734375}},\"name\":\"713 N Beers St\",\"place_id\":\"ChIJyylnvWozwokRFTasp5D-4tU\",\"html_attributions\":[]}',NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2025-09-11 20:39:31','2025-09-11 20:39:31','67697725-f1ab-49a5-b967-3938480dc34a'),
(1006,2295,1,2,'625 NJ-34, Matawan, NJ 07747, USA','{\"address_components\":[{\"long_name\":\"625\",\"short_name\":\"625\",\"types\":[\"street_number\"]},{\"long_name\":\"New Jersey 34\",\"short_name\":\"NJ-34\",\"types\":[\"route\"]},{\"long_name\":\"Matawan\",\"short_name\":\"Matawan\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Middlesex County\",\"short_name\":\"Middlesex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07747\",\"short_name\":\"07747\",\"types\":[\"postal_code\"]},{\"long_name\":\"3050\",\"short_name\":\"3050\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"625 NJ-34, Matawan, NJ 07747, USA\",\"geometry\":{\"location\":{\"lat\":40.4176006000000000994987203739583492279052734375,\"lng\":-74.2496938999999969155396684072911739349365234375}},\"name\":\"625 NJ-34\",\"place_id\":\"ChIJO0qhG5PMw4kRYT3mKc7sFQ8\",\"html_attributions\":[]}',NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-09-11 20:39:31','2025-09-11 20:39:31','cbccb6fc-0b9e-4860-964d-a3535c3fa16b'),
(1007,2298,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA','{\"address_components\":[{\"long_name\":\"2240\",\"short_name\":\"2240\",\"types\":[\"street_number\"]},{\"long_name\":\"Whitehorse Mercerville Road\",\"short_name\":\"Whitehorse Mercerville Rd\",\"types\":[\"route\"]},{\"long_name\":\"Mercerville\",\"short_name\":\"Mercerville\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Hamilton Township\",\"short_name\":\"Hamilton Township\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Mercer County\",\"short_name\":\"Mercer County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08619\",\"short_name\":\"08619\",\"types\":[\"postal_code\"]},{\"long_name\":\"2640\",\"short_name\":\"2640\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA\",\"geometry\":{\"location\":{\"lat\":40.22944650000000166301106219179928302764892578125,\"lng\":-74.6882236000000006015397957526147365570068359375}},\"name\":\"2240 Whitehorse Mercerville Rd\",\"place_id\":\"ChIJ9eiX4MxYwYkRONvpFM_OV3A\",\"html_attributions\":[]}',NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2025-09-11 20:39:32','2025-09-11 20:39:32','61e4cb6e-93dc-4160-94aa-9a2e643421ea'),
(1008,2301,1,2,'140 Park Ave, East Orange, NJ 07017, USA','{\"address_components\":[{\"long_name\":\"140\",\"short_name\":\"140\",\"types\":[\"street_number\"]},{\"long_name\":\"Park Avenue\",\"short_name\":\"Park Ave\",\"types\":[\"route\"]},{\"long_name\":\"East Orange\",\"short_name\":\"East Orange\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07017\",\"short_name\":\"07017\",\"types\":[\"postal_code\"]},{\"long_name\":\"5248\",\"short_name\":\"5248\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"140 Park Ave, East Orange, NJ 07017, USA\",\"geometry\":{\"location\":{\"lat\":40.76408490000000028885551728308200836181640625,\"lng\":-74.198734500000000480213202536106109619140625}},\"name\":\"140 Park Ave\",\"place_id\":\"ChIJD9j3Fr9UwokRtLeaZjZFUho\",\"html_attributions\":[]}',NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2025-09-11 20:39:32','2025-09-11 20:39:32','5f38a7e0-5f1d-4076-a7a1-391412f0f404'),
(1009,2304,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2025-09-11 20:39:32','2025-09-11 20:39:32','248c51fd-f2d0-418d-b4a6-fb1731e6df26'),
(1010,2307,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA','{\"address_components\":[{\"long_name\":\"1340\",\"short_name\":\"1340\",\"types\":[\"street_number\"]},{\"long_name\":\"Park Avenue\",\"short_name\":\"Park Ave\",\"types\":[\"route\"]},{\"long_name\":\"Plainfield\",\"short_name\":\"Plainfield\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Union County\",\"short_name\":\"Union County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07060\",\"short_name\":\"07060\",\"types\":[\"postal_code\"]},{\"long_name\":\"3227\",\"short_name\":\"3227\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1340 Park Ave, Plainfield, NJ 07060, USA\",\"geometry\":{\"location\":{\"lat\":40.603433400000000119689502753317356109619140625,\"lng\":-74.4045832999999987578121363185346126556396484375}},\"name\":\"1340 Park Ave\",\"place_id\":\"ChIJR_Yt8Vi3w4kRzTt2mt6BgFM\",\"html_attributions\":[]}',NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2025-09-11 20:39:32','2025-09-11 20:39:32','6314464d-84be-4da4-8428-0a6e606fc326'),
(1011,2310,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA','{\"address_components\":[{\"long_name\":\"315\",\"short_name\":\"315\",\"types\":[\"street_number\"]},{\"long_name\":\"East Lindsley Road\",\"short_name\":\"E Lindsley Rd\",\"types\":[\"route\"]},{\"long_name\":\"Cedar Grove\",\"short_name\":\"Cedar Grove\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07009\",\"short_name\":\"07009\",\"types\":[\"postal_code\"]},{\"long_name\":\"1152\",\"short_name\":\"1152\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"315 E Lindsley Rd, Cedar Grove, NJ 07009, USA\",\"geometry\":{\"location\":{\"lat\":40.8696247999999968669726513326168060302734375,\"lng\":-74.2244994999999931906131678260862827301025390625}},\"name\":\"315 E Lindsley Rd\",\"place_id\":\"ChIJg5OZcNMBw4kReH8zSKmJFi4\",\"html_attributions\":[]}',NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2025-09-11 20:39:32','2025-09-11 20:39:32','ec7fbf5d-ac29-4ecd-9693-fee3f79946a8'),
(1012,2314,1,2,'20 Summit St, West Orange, NJ 07052, USA','{\"address_components\":[{\"long_name\":\"20\",\"short_name\":\"20\",\"types\":[\"street_number\"]},{\"long_name\":\"Summit Street\",\"short_name\":\"Summit St\",\"types\":[\"route\"]},{\"long_name\":\"West Orange\",\"short_name\":\"West Orange\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07052\",\"short_name\":\"07052\",\"types\":[\"postal_code\"]},{\"long_name\":\"1501\",\"short_name\":\"1501\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"20 Summit St, West Orange, NJ 07052, USA\",\"geometry\":{\"location\":{\"lat\":40.78771669999999716083038947544991970062255859375,\"lng\":-74.2791715999999979658241500146687030792236328125}},\"name\":\"20 Summit St\",\"place_id\":\"ChIJn9iZZLCrw4kRHlYtfbwMey4\",\"html_attributions\":[]}',NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2025-09-11 20:39:32','2025-09-11 20:39:32','6e91ef46-2150-483a-a280-011a2c245edc'),
(1013,2317,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA','{\"address_components\":[{\"long_name\":\"165\",\"short_name\":\"165\",\"types\":[\"street_number\"]},{\"long_name\":\"Fairfield Avenue\",\"short_name\":\"Fairfield Ave\",\"types\":[\"route\"]},{\"long_name\":\"West Caldwell\",\"short_name\":\"West Caldwell\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07006\",\"short_name\":\"07006\",\"types\":[\"postal_code\"]},{\"long_name\":\"6414\",\"short_name\":\"6414\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"165 Fairfield Ave, West Caldwell, NJ 07006, USA\",\"geometry\":{\"location\":{\"lat\":40.8588979000000023233951651491224765777587890625,\"lng\":-74.2869707999999917547029326669871807098388671875}},\"name\":\"165 Fairfield Ave\",\"place_id\":\"ChIJUVuIkuoAw4kRA4y5DeWt3A0\",\"html_attributions\":[]}',NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-09-11 20:39:32','2025-09-11 20:39:32','c345510a-dcad-44df-8d50-cb3c0f76885b'),
(1014,2320,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA','{\"address_components\":[{\"long_name\":\"1515\",\"short_name\":\"1515\",\"types\":[\"street_number\"]},{\"long_name\":\"Lamberts Mill Road\",\"short_name\":\"Lamberts Mill Rd\",\"types\":[\"route\"]},{\"long_name\":\"Westfield\",\"short_name\":\"Westfield\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Union County\",\"short_name\":\"Union County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07090\",\"short_name\":\"07090\",\"types\":[\"postal_code\"]},{\"long_name\":\"4763\",\"short_name\":\"4763\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1515 Lamberts Mill Rd, Westfield, NJ 07090, USA\",\"geometry\":{\"location\":{\"lat\":40.6266882999999978665073285810649394989013671875,\"lng\":-74.33119809999999461069819517433643341064453125}},\"name\":\"1515 Lamberts Mill Rd\",\"place_id\":\"ChIJKXZpa2qxw4kRRU4zXftR4Ek\",\"html_attributions\":[]}',NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2025-09-11 20:39:32','2025-09-11 20:39:32','25c45027-af5f-43b2-92ec-4231a2952cfd'),
(1015,2323,1,2,'62 James St, Edison, NJ 08820, USA','{\"address_components\":[{\"long_name\":\"62\",\"short_name\":\"62\",\"types\":[\"street_number\"]},{\"long_name\":\"James Street\",\"short_name\":\"James St\",\"types\":[\"route\"]},{\"long_name\":\"Edison\",\"short_name\":\"Edison\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Middlesex County\",\"short_name\":\"Middlesex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08820\",\"short_name\":\"08820\",\"types\":[\"postal_code\"]},{\"long_name\":\"3938\",\"short_name\":\"3938\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"62 James St, Edison, NJ 08820, USA\",\"geometry\":{\"location\":{\"lat\":40.56053140000000212239683605730533599853515625,\"lng\":-74.3504845000000074151103035546839237213134765625}},\"name\":\"62 James St\",\"place_id\":\"ChIJm_zetlG2w4kR9uTtdTWyITc\",\"html_attributions\":[]}',NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2025-09-11 20:39:32','2025-09-11 20:39:32','8668259c-609b-4fa2-9438-96254a319ddd'),
(1016,2326,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA','{\"address_components\":[{\"long_name\":\"1400\",\"short_name\":\"1400\",\"types\":[\"street_number\"]},{\"long_name\":\"Woodland Avenue\",\"short_name\":\"Woodland Ave\",\"types\":[\"route\"]},{\"long_name\":\"Plainfield\",\"short_name\":\"Plainfield\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Union County\",\"short_name\":\"Union County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07060\",\"short_name\":\"07060\",\"types\":[\"postal_code\"]},{\"long_name\":\"3362\",\"short_name\":\"3362\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1400 Woodland Ave, Plainfield, NJ 07060, USA\",\"geometry\":{\"location\":{\"lat\":40.60178590000000298232407658360898494720458984375,\"lng\":-74.39581210000000055515556596219539642333984375}},\"name\":\"1400 Woodland Ave\",\"place_id\":\"ChIJDSRHGlu3w4kR8o2MD7WGIaE\",\"html_attributions\":[]}',NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2025-09-11 20:39:32','2025-09-11 20:39:32','eb9586b9-de42-405b-b7bb-b70c6c817a65'),
(1017,2329,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA','{\"address_components\":[{\"long_name\":\"1133\",\"short_name\":\"1133\",\"types\":[\"street_number\"]},{\"long_name\":\"Marlboro Road\",\"short_name\":\"Marlboro Rd\",\"types\":[\"route\"]},{\"long_name\":\"Old Bridge\",\"short_name\":\"Old Bridge\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Old Bridge\",\"short_name\":\"Old Bridge\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Middlesex County\",\"short_name\":\"Middlesex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08857\",\"short_name\":\"08857\",\"types\":[\"postal_code\"]},{\"long_name\":\"4032\",\"short_name\":\"4032\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1133 Marlboro Rd, Old Bridge, NJ 08857, USA\",\"geometry\":{\"location\":{\"lat\":40.36398030000000147765604197047650814056396484375,\"lng\":-74.319461799999999129795469343662261962890625}},\"name\":\"1133 Marlboro Rd\",\"place_id\":\"ChIJcVNOt_3Rw4kRnzVz1SGi4VY\",\"html_attributions\":[]}',NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2025-09-11 20:39:33','2025-09-11 20:39:33','2126ff90-c357-4070-90e6-ef44ed97c036'),
(1018,2332,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2025-09-11 20:39:33','2025-09-11 20:39:33','c8715c3f-8675-4b3d-b810-f1146c6ed8df'),
(1019,2334,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-09-11 20:39:33','2025-09-11 20:39:33','994aa9f2-9df9-4407-84b6-37b84497a6c5'),
(1020,2337,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA','{\"address_components\":[{\"long_name\":\"5501\",\"short_name\":\"5501\",\"types\":[\"street_number\"]},{\"long_name\":\"Perkiomen Avenue\",\"short_name\":\"Perkiomen Ave\",\"types\":[\"route\"]},{\"long_name\":\"Reading\",\"short_name\":\"Reading\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Exeter Township\",\"short_name\":\"Exeter Township\",\"types\":[\"administrative_area_level_3\",\"political\"]},{\"long_name\":\"Berks County\",\"short_name\":\"Berks County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Pennsylvania\",\"short_name\":\"PA\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"19606\",\"short_name\":\"19606\",\"types\":[\"postal_code\"]},{\"long_name\":\"3633\",\"short_name\":\"3633\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"5501 Perkiomen Ave, Reading, PA 19606, USA\",\"geometry\":{\"location\":{\"lat\":40.29887389999999669498720322735607624053955078125,\"lng\":-75.8427415999999965379174682311713695526123046875}},\"name\":\"5501 Perkiomen Ave\",\"place_id\":\"ChIJDfxLYrB7xokRL_kKRLRKryA\",\"html_attributions\":[]}',NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2025-09-11 20:39:33','2025-09-11 20:39:33','39c0783a-2c8b-44bc-b729-5e03c38c1326'),
(1022,2343,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2025-09-11 20:39:33','2025-09-11 20:39:33','ab776d79-69d6-4749-9112-9427d979bc2c'),
(1023,2346,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2025-09-11 20:39:33','2025-09-11 20:39:33','60265e4a-4faf-4526-848f-cd4714e80bd7'),
(1024,2349,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2025-09-11 20:39:33','2025-09-11 20:39:33','1d97be3a-2dd6-49bc-9c3a-f8cd63528c03'),
(1025,2351,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2025-09-11 20:39:33','2025-09-11 20:39:33','361360db-799e-4032-9083-fc32c455deed'),
(1026,2355,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2025-09-11 20:39:33','2025-09-11 20:39:33','99e5d19f-0777-4736-a7b6-cc4dc7490e96'),
(1027,2358,1,2,'333 Grand Ave, Englewood, NJ 07631, USA','{\"address_components\":[{\"long_name\":\"333\",\"short_name\":\"333\",\"types\":[\"street_number\"]},{\"long_name\":\"Grand Avenue\",\"short_name\":\"Grand Ave\",\"types\":[\"route\"]},{\"long_name\":\"Englewood\",\"short_name\":\"Englewood\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Bergen County\",\"short_name\":\"Bergen County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07631\",\"short_name\":\"07631\",\"types\":[\"postal_code\"]},{\"long_name\":\"4356\",\"short_name\":\"4356\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"333 Grand Ave, Englewood, NJ 07631, USA\",\"geometry\":{\"location\":{\"lat\":40.88203630000000288191586150787770748138427734375,\"lng\":-73.9777854000000019141225493513047695159912109375}},\"name\":\"333 Grand Ave\",\"place_id\":\"ChIJQUrbryjxwokRJ1nXdgX0ZrI\",\"html_attributions\":[]}',NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-09-11 20:39:34','2025-09-11 20:39:34','5d96882c-1a7c-4692-afa1-a6bea56cbd8b'),
(1028,2360,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA','{\"address_components\":[{\"long_name\":\"1718\",\"short_name\":\"1718\",\"types\":[\"street_number\"]},{\"long_name\":\"Spring Creek Road\",\"short_name\":\"Spring Creek Rd\",\"types\":[\"route\"]},{\"long_name\":\"Macungie\",\"short_name\":\"Macungie\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Lower Macungie Township\",\"short_name\":\"Lower Macungie Township\",\"types\":[\"administrative_area_level_3\",\"political\"]},{\"long_name\":\"Lehigh County\",\"short_name\":\"Lehigh County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Pennsylvania\",\"short_name\":\"PA\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"18062\",\"short_name\":\"18062\",\"types\":[\"postal_code\"]},{\"long_name\":\"9784\",\"short_name\":\"9784\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1718 Spring Creek Rd, Macungie, PA 18062, USA\",\"geometry\":{\"location\":{\"lat\":40.545789100000007465496310032904148101806640625,\"lng\":-75.573120299999999360807123593986034393310546875}},\"name\":\"1718 Spring Creek Rd\",\"place_id\":\"ChIJn-NYOTMwxIkRW6TR3igTq3s\",\"html_attributions\":[]}',NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2025-09-11 20:39:34','2025-09-11 20:39:34','fb62904c-c91b-4973-995e-b0d2b16b5f2c'),
(1029,2363,1,2,'69 Maple Rd, West Milford, NJ 07480, USA','{\"address_components\":[{\"long_name\":\"69\",\"short_name\":\"69\",\"types\":[\"street_number\"]},{\"long_name\":\"Maple Road\",\"short_name\":\"Maple Rd\",\"types\":[\"route\"]},{\"long_name\":\"West Milford\",\"short_name\":\"West Milford\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Passaic County\",\"short_name\":\"Passaic County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07480\",\"short_name\":\"07480\",\"types\":[\"postal_code\"]},{\"long_name\":\"2707\",\"short_name\":\"2707\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"69 Maple Rd, West Milford, NJ 07480, USA\",\"geometry\":{\"location\":{\"lat\":41.066226000000000340151018463075160980224609375,\"lng\":-74.389068600000001652006176300346851348876953125}},\"name\":\"69 Maple Rd\",\"place_id\":\"ChIJk3K2jmwaw4kRCu8e-dmmsOs\",\"html_attributions\":[]}',NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-09-11 20:39:34','2025-09-11 20:39:34','4af05207-c966-4970-a001-f6a096b1490a'),
(1030,2366,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2025-09-11 20:39:34','2025-09-11 20:39:34','f64b7540-ddb6-4d63-bdfc-fe58d091fbc5'),
(1031,2369,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA','{\"address_components\":[{\"long_name\":\"336\",\"short_name\":\"336\",\"types\":[\"street_number\"]},{\"long_name\":\"Prospect Avenue\",\"short_name\":\"Prospect Ave\",\"types\":[\"route\"]},{\"long_name\":\"Hackensack\",\"short_name\":\"Hackensack\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Bergen County\",\"short_name\":\"Bergen County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07601\",\"short_name\":\"07601\",\"types\":[\"postal_code\"]},{\"long_name\":\"2506\",\"short_name\":\"2506\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"336 Prospect Ave, Hackensack, NJ 07601, USA\",\"geometry\":{\"location\":{\"lat\":40.8939965000000000827640178613364696502685546875,\"lng\":-74.05253129999999828214640729129314422607421875}},\"name\":\"336 Prospect Ave\",\"place_id\":\"ChIJafTP8hf6wokR-w4xCIg8Ff0\",\"html_attributions\":[]}',NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2025-09-11 20:39:34','2025-09-11 20:39:34','d611e868-c864-4080-a777-4ef8ced92809'),
(1032,2372,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2025-09-11 20:39:34','2025-09-11 20:39:34','16facae8-c560-4aad-9e1c-4f24266a9f14'),
(1033,2375,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA','{\"address_components\":[{\"long_name\":\"130\",\"short_name\":\"130\",\"types\":[\"street_number\"]},{\"long_name\":\"Terhune Drive\",\"short_name\":\"Terhune Dr\",\"types\":[\"route\"]},{\"long_name\":\"Wayne\",\"short_name\":\"Wayne\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Passaic County\",\"short_name\":\"Passaic County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07470\",\"short_name\":\"07470\",\"types\":[\"postal_code\"]},{\"long_name\":\"7104\",\"short_name\":\"7104\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"130 Terhune Dr, Wayne, NJ 07470, USA\",\"geometry\":{\"location\":{\"lat\":40.99359439999999921155904303304851055145263671875,\"lng\":-74.2742487999999951853169477544724941253662109375}},\"name\":\"130 Terhune Dr\",\"place_id\":\"ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI\",\"html_attributions\":[]}',NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2025-09-11 20:39:34','2025-09-11 20:39:34','f64e67d7-c10d-4997-831a-9dafcb1ec85e'),
(1035,2381,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-09-11 20:39:34','2025-09-11 20:39:34','1c81c3eb-4ba6-41a5-819a-9b7a82f98380'),
(1036,2385,1,2,'205 Armstrong St, Centreville, MD 21617, USA','{\"address_components\":[{\"long_name\":\"205\",\"short_name\":\"205\",\"types\":[\"street_number\"]},{\"long_name\":\"Armstrong Street\",\"short_name\":\"Armstrong St\",\"types\":[\"route\"]},{\"long_name\":\"Centreville\",\"short_name\":\"Centreville\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Queen Anne\'s County\",\"short_name\":\"Queen Anne\'s County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21617\",\"short_name\":\"21617\",\"types\":[\"postal_code\"]},{\"long_name\":\"2125\",\"short_name\":\"2125\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"205 Armstrong St, Centreville, MD 21617, USA\",\"geometry\":{\"location\":{\"lat\":39.05001010000000150057530845515429973602294921875,\"lng\":-76.0622953000000023848770069889724254608154296875}},\"name\":\"205 Armstrong St\",\"place_id\":\"ChIJWRlyimdzuIkRUHSYyMNMDiA\",\"html_attributions\":[]}',NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2025-09-11 20:39:35','2025-09-11 20:39:35','df727eb3-59b3-461e-b8c0-74f04f63886e'),
(1037,2389,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2025-09-11 20:39:35','2025-09-11 20:39:35','0a863ee1-a3cb-4398-8a48-3bbcff5b9ae9'),
(1038,2392,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA','{\"address_components\":[{\"long_name\":\"14014\",\"short_name\":\"14014\",\"types\":[\"street_number\"]},{\"long_name\":\"Marsh Pike\",\"short_name\":\"Marsh Pike\",\"types\":[\"route\"]},{\"long_name\":\"Hagerstown\",\"short_name\":\"Hagerstown\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Washington County\",\"short_name\":\"Washington County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21742\",\"short_name\":\"21742\",\"types\":[\"postal_code\"]},{\"long_name\":\"1638\",\"short_name\":\"1638\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"14014 Marsh Pike, Hagerstown, MD 21742, USA\",\"geometry\":{\"location\":{\"lat\":39.701237300000002505839802324771881103515625,\"lng\":-77.6870080999999998994098859839141368865966796875}},\"name\":\"14014 Marsh Pike\",\"place_id\":\"ChIJZcPEcaWTyYkRYcyF2LPzFLM\",\"html_attributions\":[]}',NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2025-09-11 20:39:35','2025-09-11 20:39:35','485421cb-5f23-4ca9-98f4-eda1c52f2f74'),
(1039,2395,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA','{\"address_components\":[{\"long_name\":\"7232\",\"short_name\":\"7232\",\"types\":[\"street_number\"]},{\"long_name\":\"German Hill Road\",\"short_name\":\"German Hill Rd\",\"types\":[\"route\"]},{\"long_name\":\"Graceland Park\",\"short_name\":\"Graceland Park\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Baltimore\",\"short_name\":\"Baltimore\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21222\",\"short_name\":\"21222\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"7232 German Hill Rd, Baltimore, MD 21222, USA\",\"geometry\":{\"location\":{\"lat\":39.28164890000000042391548049636185169219970703125,\"lng\":-76.530539699999991398726706393063068389892578125}},\"name\":\"7232 German Hill Rd\",\"place_id\":\"Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s\",\"html_attributions\":[]}',NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2025-09-11 20:39:35','2025-09-11 20:39:35','4a97a570-02b4-4a80-92e8-d0a5ff2d67cc'),
(1040,2399,1,2,'810 S Broom St, Wilmington, DE 19805, USA','{\"address_components\":[{\"long_name\":\"810\",\"short_name\":\"810\",\"types\":[\"street_number\"]},{\"long_name\":\"South Broom Street\",\"short_name\":\"S Broom St\",\"types\":[\"route\"]},{\"long_name\":\"Hedgeville\",\"short_name\":\"Hedgeville\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Wilmington\",\"short_name\":\"Wilmington\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"New Castle County\",\"short_name\":\"New Castle County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Delaware\",\"short_name\":\"DE\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"19805\",\"short_name\":\"19805\",\"types\":[\"postal_code\"]},{\"long_name\":\"4245\",\"short_name\":\"4245\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"810 S Broom St, Wilmington, DE 19805, USA\",\"geometry\":{\"location\":{\"lat\":39.7376258999999976140315993689000606536865234375,\"lng\":-75.5698876000000012709278962574899196624755859375}},\"name\":\"810 S Broom St\",\"place_id\":\"ChIJB3JTvXn9xokRBsErT4SgOWQ\",\"html_attributions\":[]}',NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2025-09-11 20:39:35','2025-09-11 20:39:35','35fec858-c62f-4611-add0-e48d8e9d1611'),
(1041,2402,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA','{\"address_components\":[{\"long_name\":\"4922\",\"short_name\":\"4922\",\"types\":[\"street_number\"]},{\"long_name\":\"Lasalle Road\",\"short_name\":\"Lasalle Rd\",\"types\":[\"route\"]},{\"long_name\":\"Hyattsville\",\"short_name\":\"Hyattsville\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Prince George\'s County\",\"short_name\":\"Prince George\'s County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"20782\",\"short_name\":\"20782\",\"types\":[\"postal_code\"]},{\"long_name\":\"3302\",\"short_name\":\"3302\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4922 Lasalle Rd, Hyattsville, MD 20782, USA\",\"geometry\":{\"location\":{\"lat\":38.95279570000000290974639938212931156158447265625,\"lng\":-76.9793825999999938858309178613126277923583984375}},\"name\":\"4922 Lasalle Rd\",\"place_id\":\"ChIJ8c-07bDHt4kRJb6KEuKBC94\",\"html_attributions\":[]}',NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2025-09-11 20:39:35','2025-09-11 20:39:35','e30526e8-37b9-481d-83b1-015577735b62'),
(1042,2405,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2025-09-11 20:39:35','2025-09-11 20:39:35','32c2ca34-f9da-4c88-9d80-2906da9c9d4d'),
(1043,2408,1,2,'7700 York Rd, Towson, MD 21204, USA','{\"address_components\":[{\"long_name\":\"7700\",\"short_name\":\"7700\",\"types\":[\"street_number\"]},{\"long_name\":\"York Road\",\"short_name\":\"York Rd\",\"types\":[\"route\"]},{\"long_name\":\"Towson\",\"short_name\":\"Towson\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Baltimore County\",\"short_name\":\"Baltimore County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"21204\",\"short_name\":\"21204\",\"types\":[\"postal_code\"]},{\"long_name\":\"7513\",\"short_name\":\"7513\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"7700 York Rd, Towson, MD 21204, USA\",\"geometry\":{\"location\":{\"lat\":39.3885566000000011399606592021882534027099609375,\"lng\":-76.6064166000000028589056455530226230621337890625}},\"name\":\"7700 York Rd\",\"place_id\":\"ChIJN4f1AZgPyIkRhNwuu5RZOtg\",\"html_attributions\":[]}',NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2025-09-11 20:39:35','2025-09-11 20:39:35','ac415367-f196-4e90-93cb-d597128056fa'),
(1044,2412,1,2,'1000 Association Dr, Charleston, WV 25311, USA','{\"address_components\":[{\"long_name\":\"1000\",\"short_name\":\"1000\",\"types\":[\"street_number\"]},{\"long_name\":\"Association Drive\",\"short_name\":\"Association Dr\",\"types\":[\"route\"]},{\"long_name\":\"Charleston\",\"short_name\":\"Charleston\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Kanawha County\",\"short_name\":\"Kanawha County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"West Virginia\",\"short_name\":\"WV\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"25311\",\"short_name\":\"25311\",\"types\":[\"postal_code\"]},{\"long_name\":\"1270\",\"short_name\":\"1270\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1000 Association Dr, Charleston, WV 25311, USA\",\"geometry\":{\"location\":{\"lat\":38.356546199999996815677150152623653411865234375,\"lng\":-81.6103533999999939396730042062699794769287109375}},\"name\":\"1000 Association Dr\",\"place_id\":\"ChIJgcWvv1PTSIgRWeaCJjR7kLE\",\"html_attributions\":[]}',NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2025-09-11 20:39:35','2025-09-11 20:39:35','7bd1bdce-9e1a-4568-aee9-3dd56e742564'),
(1045,2415,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2025-09-11 20:39:36','2025-09-11 20:39:36','8e8461d4-eb8d-4a3a-aade-6c43b4397786'),
(1046,2419,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA','{\"address_components\":[{\"long_name\":\"1080\",\"short_name\":\"1080\",\"types\":[\"street_number\"]},{\"long_name\":\"Silver Lake Boulevard\",\"short_name\":\"Silver Lake Blvd\",\"types\":[\"route\"]},{\"long_name\":\"Dover\",\"short_name\":\"Dover\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Kent County\",\"short_name\":\"Kent County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Delaware\",\"short_name\":\"DE\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"19904\",\"short_name\":\"19904\",\"types\":[\"postal_code\"]},{\"long_name\":\"2410\",\"short_name\":\"2410\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1080 Silver Lake Blvd, Dover, DE 19904, USA\",\"geometry\":{\"location\":{\"lat\":39.178995200000002796514309011399745941162109375,\"lng\":-75.538725999999996929545886814594268798828125}},\"name\":\"1080 Silver Lake Blvd\",\"place_id\":\"ChIJV5fEjDd7x4kRgGEHHf_PjWo\",\"html_attributions\":[]}',NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2025-09-11 20:39:36','2025-09-11 20:39:36','d5c89d3e-6476-4f16-b196-fffd9ce63374'),
(1047,2422,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA','{\"address_components\":[{\"long_name\":\"12325\",\"short_name\":\"12325\",\"types\":[\"street_number\"]},{\"long_name\":\"New Hampshire Avenue\",\"short_name\":\"New Hampshire Ave\",\"types\":[\"route\"]},{\"long_name\":\"Silver Spring\",\"short_name\":\"Silver Spring\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Montgomery County\",\"short_name\":\"Montgomery County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"20904\",\"short_name\":\"20904\",\"types\":[\"postal_code\"]},{\"long_name\":\"2957\",\"short_name\":\"2957\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"12325 New Hampshire Ave, Silver Spring, MD 20904, USA\",\"geometry\":{\"location\":{\"lat\":39.05925409999999686760929762385785579681396484375,\"lng\":-76.99689549999999371721060015261173248291015625}},\"name\":\"12325 New Hampshire Ave\",\"place_id\":\"ChIJt-DNEG_Ft4kRiqwM9UI4vcU\",\"html_attributions\":[]}',NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2025-09-11 20:39:36','2025-09-11 20:39:36','0af10694-5731-472e-90a6-c65d130adb48'),
(1048,2425,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA','{\"address_components\":[{\"long_name\":\"4011\",\"short_name\":\"4011\",\"types\":[\"street_number\"]},{\"long_name\":\"Randolph Road\",\"short_name\":\"Randolph Rd\",\"types\":[\"route\"]},{\"long_name\":\"Silver Spring\",\"short_name\":\"Silver Spring\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Montgomery County\",\"short_name\":\"Montgomery County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Maryland\",\"short_name\":\"MD\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"20902\",\"short_name\":\"20902\",\"types\":[\"postal_code\"]},{\"long_name\":\"1054\",\"short_name\":\"1054\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4011 Randolph Rd, Silver Spring, MD 20902, USA\",\"geometry\":{\"location\":{\"lat\":39.05799319999999852370820008218288421630859375,\"lng\":-77.0797972999999956300598569214344024658203125}},\"name\":\"4011 Randolph Rd\",\"place_id\":\"ChIJv-OqnGDOt4kRxYpEV7oazDg\",\"html_attributions\":[]}',NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2025-09-11 20:39:36','2025-09-11 20:39:36','a0a940e0-891d-4a82-8f57-22c473358388'),
(1050,2430,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2025-09-11 20:39:36','2025-09-11 20:39:36','4044d8f1-961b-459d-a148-afea95b2f595'),
(1051,2433,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA','{\"address_components\":[{\"long_name\":\"10330\",\"short_name\":\"10330\",\"types\":[\"street_number\"]},{\"long_name\":\"Prairie Ridge Boulevard\",\"short_name\":\"Prairie Ridge Blvd\",\"types\":[\"route\"]},{\"long_name\":\"Pleasant Prairie\",\"short_name\":\"Pleasant Prairie\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Kenosha County\",\"short_name\":\"Kenosha County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53158\",\"short_name\":\"53158\",\"types\":[\"postal_code\"]},{\"long_name\":\"1947\",\"short_name\":\"1947\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA\",\"geometry\":{\"location\":{\"lat\":42.56240410000000196077962755225598812103271484375,\"lng\":-87.932515999999992573066265322268009185791015625}},\"name\":\"10330 Prairie Ridge Blvd\",\"place_id\":\"ChIJPaqn6IdhBYgRZK2jO4Z8a6o\",\"html_attributions\":[]}',NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2025-09-11 20:39:36','2025-09-11 20:39:36','51e2cb9b-839c-4502-985a-44cc2a946690'),
(1052,2436,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA','{\"address_components\":[{\"long_name\":\"1810\",\"short_name\":\"1810\",\"types\":[\"street_number\"]},{\"long_name\":\"Kensington Drive\",\"short_name\":\"Kensington Dr\",\"types\":[\"route\"]},{\"long_name\":\"Waukesha\",\"short_name\":\"Waukesha\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Waukesha County\",\"short_name\":\"Waukesha County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53188\",\"short_name\":\"53188\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"1810 Kensington Dr, Waukesha, WI 53188, USA\",\"geometry\":{\"location\":{\"lat\":43.0021339999999980818756739608943462371826171875,\"lng\":-88.256526600000000826184987090528011322021484375}},\"name\":\"1810 Kensington Dr\",\"place_id\":\"ChIJTcojRfelBYgRgVUDYDRj_yg\",\"html_attributions\":[]}',NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2025-09-11 20:39:36','2025-09-11 20:39:36','f9765ffc-2c08-43ec-93d9-944c2bc3e222'),
(1053,2439,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA','{\"address_components\":[{\"long_name\":\"2021\",\"short_name\":\"2021\",\"types\":[\"street_number\"]},{\"long_name\":\"South Alverno Road\",\"short_name\":\"S Alverno Rd\",\"types\":[\"route\"]},{\"long_name\":\"Manitowoc\",\"short_name\":\"Manitowoc\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Manitowoc County\",\"short_name\":\"Manitowoc County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"54220\",\"short_name\":\"54220\",\"types\":[\"postal_code\"]},{\"long_name\":\"9208\",\"short_name\":\"9208\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"2021 S Alverno Rd, Manitowoc, WI 54220, USA\",\"geometry\":{\"location\":{\"lat\":44.0745959999999996625774656422436237335205078125,\"lng\":-87.7394699999999971851138980127871036529541015625}},\"name\":\"2021 S Alverno Rd\",\"place_id\":\"ChIJjSilzIE4A4gRwhJDqm5jmpE\",\"html_attributions\":[]}',NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2025-09-11 20:39:36','2025-09-11 20:39:36','b11dcd6d-f207-4c4a-abc3-efdcac375c44'),
(1054,2442,1,2,'814 Jackson St, Stoughton, WI 53589, USA','{\"address_components\":[{\"long_name\":\"814\",\"short_name\":\"814\",\"types\":[\"street_number\"]},{\"long_name\":\"Jackson Street\",\"short_name\":\"Jackson St\",\"types\":[\"route\"]},{\"long_name\":\"Stoughton\",\"short_name\":\"Stoughton\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Dane County\",\"short_name\":\"Dane County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53589\",\"short_name\":\"53589\",\"types\":[\"postal_code\"]},{\"long_name\":\"1520\",\"short_name\":\"1520\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"814 Jackson St, Stoughton, WI 53589, USA\",\"geometry\":{\"location\":{\"lat\":42.9207727000000005546098691411316394805908203125,\"lng\":-89.2300455000000027894202503375709056854248046875}},\"name\":\"814 Jackson St\",\"place_id\":\"ChIJvSdjdRVGBogR6FXREcB9FPo\",\"html_attributions\":[]}',NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2025-09-11 20:39:36','2025-09-11 20:39:36','df9218ee-f777-4ee8-bb47-ce4305701152'),
(1055,2445,1,2,'3205 Wood Rd, Racine, WI 53406, USA','{\"address_components\":[{\"long_name\":\"3205\",\"short_name\":\"3205\",\"types\":[\"street_number\"]},{\"long_name\":\"Wood Road\",\"short_name\":\"Wood Rd\",\"types\":[\"route\"]},{\"long_name\":\"Racine\",\"short_name\":\"Racine\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Racine County\",\"short_name\":\"Racine County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53406\",\"short_name\":\"53406\",\"types\":[\"postal_code\"]},{\"long_name\":\"5048\",\"short_name\":\"5048\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"3205 Wood Rd, Racine, WI 53406, USA\",\"geometry\":{\"location\":{\"lat\":42.69434729999999689198375563137233257293701171875,\"lng\":-87.8443168000000014217221178114414215087890625}},\"name\":\"3205 Wood Rd\",\"place_id\":\"ChIJQVDlzbFCBYgRlEg9voVAmH8\",\"html_attributions\":[]}',NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-09-11 20:39:37','2025-09-11 20:39:37','2dd14971-2030-450c-b5ff-15c99a310ee2'),
(1056,2448,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA','{\"address_components\":[{\"long_name\":\"1414\",\"short_name\":\"1414\",\"types\":[\"street_number\"]},{\"long_name\":\"Jefferson Street\",\"short_name\":\"Jefferson St\",\"types\":[\"route\"]},{\"long_name\":\"Baraboo\",\"short_name\":\"Baraboo\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Sauk County\",\"short_name\":\"Sauk County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53913\",\"short_name\":\"53913\",\"types\":[\"postal_code\"]},{\"long_name\":\"1503\",\"short_name\":\"1503\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1414 Jefferson St, Baraboo, WI 53913, USA\",\"geometry\":{\"location\":{\"lat\":43.47921439999999648762241122312843799591064453125,\"lng\":-89.7277634000000006153641152195632457733154296875}},\"name\":\"1414 Jefferson St\",\"place_id\":\"ChIJtxHYw5xqB4gRyx9zFrcKNp0\",\"html_attributions\":[]}',NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2025-09-11 20:39:37','2025-09-11 20:39:37','cb1ccb75-2698-4b1b-a493-860e7ccf8d7e'),
(1057,2451,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA','{\"address_components\":[{\"long_name\":\"3401\",\"short_name\":\"3401\",\"types\":[\"street_number\"]},{\"long_name\":\"Maple Grove Drive\",\"short_name\":\"Maple Grove Dr\",\"types\":[\"route\"]},{\"long_name\":\"Madison\",\"short_name\":\"Madison\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Dane County\",\"short_name\":\"Dane County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53719\",\"short_name\":\"53719\",\"types\":[\"postal_code\"]},{\"long_name\":\"5013\",\"short_name\":\"5013\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"3401 Maple Grove Dr, Madison, WI 53719, USA\",\"geometry\":{\"location\":{\"lat\":43.01140840000000054033080232329666614532470703125,\"lng\":-89.49778689999999414794729091227054595947265625}},\"name\":\"3401 Maple Grove Dr\",\"place_id\":\"ChIJA72KfNyxB4gRWZ_AS8OiviA\",\"html_attributions\":[]}',NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2025-09-11 20:39:37','2025-09-11 20:39:37','10c51e07-047f-4192-9c91-69a2747c72d2'),
(1058,2454,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA','{\"address_components\":[{\"long_name\":\"4500\",\"short_name\":\"4500\",\"types\":[\"street_number\"]},{\"long_name\":\"West Loomis Road\",\"short_name\":\"W Loomis Rd\",\"types\":[\"route\"]},{\"long_name\":\"Greenfield\",\"short_name\":\"Greenfield\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Milwaukee County\",\"short_name\":\"Milwaukee County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53220\",\"short_name\":\"53220\",\"types\":[\"postal_code\"]},{\"long_name\":\"4819\",\"short_name\":\"4819\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4500 W Loomis Rd, Greenfield, WI 53220, USA\",\"geometry\":{\"location\":{\"lat\":42.95792110000000008085407898761332035064697265625,\"lng\":-87.972145299999993994788383133709430694580078125}},\"name\":\"4500 W Loomis Rd\",\"place_id\":\"ChIJFy5yUgcRBYgRRNdMif7YQRA\",\"html_attributions\":[]}',NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-09-11 20:39:37','2025-09-11 20:39:37','7833ab0f-cf0e-4813-a026-5736eef4cc3d'),
(1059,2457,1,2,'10915 Bernies Way, Germantown, WI 53022, USA','{\"address_components\":[{\"long_name\":\"10915\",\"short_name\":\"10915\",\"types\":[\"street_number\"]},{\"long_name\":\"Bernies Way\",\"short_name\":\"Bernies Way\",\"types\":[\"route\"]},{\"long_name\":\"Germantown\",\"short_name\":\"Germantown\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Washington County\",\"short_name\":\"Washington County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53022\",\"short_name\":\"53022\",\"types\":[\"postal_code\"]},{\"long_name\":\"4043\",\"short_name\":\"4043\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"10915 Bernies Way, Germantown, WI 53022, USA\",\"geometry\":{\"location\":{\"lat\":43.21658499999998781504473299719393253326416015625,\"lng\":-88.1249323999999916168235358782112598419189453125}},\"name\":\"10915 Bernies Way\",\"place_id\":\"EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ\",\"html_attributions\":[]}',NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2025-09-11 20:39:37','2025-09-11 20:39:37','3a024966-6122-4438-93de-9b682a938283'),
(1060,2460,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2025-09-11 20:39:37','2025-09-11 20:39:37','275b4aac-326f-4145-b5cf-720790f07106'),
(1061,2463,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA','{\"address_components\":[{\"long_name\":\"4\",\"short_name\":\"4\",\"types\":[\"street_number\"]},{\"long_name\":\"Hazel Avenue\",\"short_name\":\"Hazel Ave\",\"types\":[\"route\"]},{\"long_name\":\"Naugatuck\",\"short_name\":\"Naugatuck\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Naugatuck Valley Planning Region\",\"short_name\":\"Naugatuck Valley Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06770\",\"short_name\":\"06770\",\"types\":[\"postal_code\"]},{\"long_name\":\"4794\",\"short_name\":\"4794\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4 Hazel Ave, Naugatuck, CT 06770, USA\",\"geometry\":{\"location\":{\"lat\":41.46849300000000226873453357256948947906494140625,\"lng\":-73.03727059999999937645043246448040008544921875}},\"name\":\"4 Hazel Ave\",\"place_id\":\"ChIJx84J3BzD54kRgZsx4YyHmaw\",\"html_attributions\":[]}',NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2025-09-11 20:39:37','2025-09-11 20:39:37','34230396-b11b-4c83-96e9-9e7b614ae3bf'),
(1062,2466,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-09-11 20:39:37','2025-09-11 20:39:37','87e68961-5191-4533-838c-bbbbb682904e'),
(1063,2469,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-09-11 20:39:37','2025-09-11 20:39:37','737b5cbf-cbfb-4362-96b9-ddce84e3d609'),
(1064,2472,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2025-09-11 20:39:38','2025-09-11 20:39:38','86c5a45b-b000-4978-aa1f-f855cc1808a8'),
(1065,2475,1,2,'1 Emerson Dr, Windsor, CT 06095, USA','{\"address_components\":[{\"long_name\":\"1\",\"short_name\":\"1\",\"types\":[\"street_number\"]},{\"long_name\":\"Emerson Drive\",\"short_name\":\"Emerson Dr\",\"types\":[\"route\"]},{\"long_name\":\"Windsor\",\"short_name\":\"Windsor\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Capitol Planning Region\",\"short_name\":\"Capitol Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06095\",\"short_name\":\"06095\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"1 Emerson Dr, Windsor, CT 06095, USA\",\"geometry\":{\"location\":{\"lat\":41.8414513999999968518750392831861972808837890625,\"lng\":-72.667409499999990885044098831713199615478515625}},\"name\":\"1 Emerson Dr\",\"place_id\":\"ChIJfcxvdnlV5okR4C4R68yxqjU\",\"html_attributions\":[]}',NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-09-11 20:39:38','2025-09-11 20:39:38','8faa9cd5-6444-49f0-8e0d-1646f02806ca'),
(1066,2478,1,2,'1 Emerson Dr, Windsor, CT 06095, USA','{\"address_components\":[{\"long_name\":\"1\",\"short_name\":\"1\",\"types\":[\"street_number\"]},{\"long_name\":\"Emerson Drive\",\"short_name\":\"Emerson Dr\",\"types\":[\"route\"]},{\"long_name\":\"Windsor\",\"short_name\":\"Windsor\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Capitol Planning Region\",\"short_name\":\"Capitol Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06095\",\"short_name\":\"06095\",\"types\":[\"postal_code\"]}],\"formatted_address\":\"1 Emerson Dr, Windsor, CT 06095, USA\",\"geometry\":{\"location\":{\"lat\":41.8414513999999968518750392831861972808837890625,\"lng\":-72.667409499999990885044098831713199615478515625}},\"name\":\"1 Emerson Dr\",\"place_id\":\"ChIJfcxvdnlV5okR4C4R68yxqjU\",\"html_attributions\":[]}',NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-09-11 20:39:38','2025-09-11 20:39:38','83af8437-e3f2-492b-b610-335740b25289'),
(1067,2481,1,2,'845 Paddock Ave, Meriden, CT 06450, USA','{\"address_components\":[{\"long_name\":\"845\",\"short_name\":\"845\",\"types\":[\"street_number\"]},{\"long_name\":\"Paddock Avenue\",\"short_name\":\"Paddock Ave\",\"types\":[\"route\"]},{\"long_name\":\"Meriden\",\"short_name\":\"Meriden\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"South Central Connecticut Planning Region\",\"short_name\":\"South Central Connecticut Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06450\",\"short_name\":\"06450\",\"types\":[\"postal_code\"]},{\"long_name\":\"7021\",\"short_name\":\"7021\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"845 Paddock Ave, Meriden, CT 06450, USA\",\"geometry\":{\"location\":{\"lat\":41.50584140000000132886270876042544841766357421875,\"lng\":-72.7790739000000002079104888252913951873779296875}},\"name\":\"845 Paddock Ave\",\"place_id\":\"ChIJ81fKXLjL54kRaIHO9e4u6D0\",\"html_attributions\":[]}',NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2025-09-11 20:39:38','2025-09-11 20:39:38','b1a53853-2c86-433f-a63c-985e3ad9d95d'),
(1068,2484,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA','{\"address_components\":[{\"long_name\":\"778\",\"short_name\":\"778\",\"types\":[\"street_number\"]},{\"long_name\":\"Middlebury Road\",\"short_name\":\"Middlebury Rd\",\"types\":[\"route\"]},{\"long_name\":\"Middlebury\",\"short_name\":\"Middlebury\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Naugatuck Valley Planning Region\",\"short_name\":\"Naugatuck Valley Planning Region\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Connecticut\",\"short_name\":\"CT\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"06762\",\"short_name\":\"06762\",\"types\":[\"postal_code\"]},{\"long_name\":\"2401\",\"short_name\":\"2401\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"778 Middlebury Rd, Middlebury, CT 06762, USA\",\"geometry\":{\"location\":{\"lat\":41.5383606999999983599991537630558013916015625,\"lng\":-73.1146418999999951893187244422733783721923828125}},\"name\":\"778 Middlebury Rd\",\"place_id\":\"ChIJyfelICPq54kRfHJgJKZbpBI\",\"html_attributions\":[]}',NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2025-09-11 20:39:38','2025-09-11 20:39:38','bc587fec-d17f-49f9-a83b-bc06d7962978'),
(1069,2487,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA','{\"address_components\":[{\"long_name\":\"5905\",\"short_name\":\"5905\",\"types\":[\"street_number\"]},{\"long_name\":\"West Washington Boulevard\",\"short_name\":\"W Washington Blvd\",\"types\":[\"route\"]},{\"long_name\":\"Austin\",\"short_name\":\"Austin\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Chicago\",\"short_name\":\"Chicago\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Cook County\",\"short_name\":\"Cook County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Illinois\",\"short_name\":\"IL\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"60644\",\"short_name\":\"60644\",\"types\":[\"postal_code\"]},{\"long_name\":\"2845\",\"short_name\":\"2845\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"5905 W Washington Blvd, Chicago, IL 60644, USA\",\"geometry\":{\"location\":{\"lat\":41.88179310000000299396560876630246639251708984375,\"lng\":-87.772435199999989663410815410315990447998046875}},\"name\":\"5905 W Washington Blvd\",\"place_id\":\"ChIJIVqDll4zDogRiD5nVt9GwqQ\",\"html_attributions\":[]}',NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-09-11 20:39:38','2025-09-11 20:39:38','38dc5747-9e15-4ab7-ba8a-42f232de9b20'),
(1070,2489,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA','{\"address_components\":[{\"long_name\":\"4920\",\"short_name\":\"4920\",\"types\":[\"street_number\"]},{\"long_name\":\"North Kenmore Avenue\",\"short_name\":\"N Kenmore Ave\",\"types\":[\"route\"]},{\"long_name\":\"Uptown\",\"short_name\":\"Uptown\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Chicago\",\"short_name\":\"Chicago\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Cook County\",\"short_name\":\"Cook County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Illinois\",\"short_name\":\"IL\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"60640\",\"short_name\":\"60640\",\"types\":[\"postal_code\"]},{\"long_name\":\"3710\",\"short_name\":\"3710\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"4920 N Kenmore Ave, Chicago, IL 60640, USA\",\"geometry\":{\"location\":{\"lat\":41.97231219999999751735231257043778896331787109375,\"lng\":-87.656658899999996492624632082879543304443359375}},\"name\":\"4920 N Kenmore Ave\",\"place_id\":\"ChIJWYY05NTTD4gRUa-NjMOfE_o\",\"html_attributions\":[]}',NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-09-11 20:39:38','2025-09-11 20:39:38','660290ea-7925-4d86-a328-28373cdf3ddd'),
(1086,2629,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-09-19 19:10:48','2025-09-19 19:10:48','f1b6b167-a0ae-473c-bdc9-61d6dc8890b0'),
(1088,2635,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-09-22 17:36:50','2025-09-22 17:36:50','863c991b-1785-45bd-9cec-1ef8a5488602'),
(1093,2640,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2025-09-22 18:03:22','2025-09-22 18:03:22','5bccf5f4-5c61-434d-b966-43c4d448c3e0'),
(1094,2641,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-09-22 18:03:40','2025-09-22 18:03:40','19a15e44-f10e-4c0a-ae55-57ef3388396a'),
(1096,2643,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2025-09-22 18:04:13','2025-09-22 18:04:13','3e714104-bfa8-4bf9-b4c0-24873ea5e741'),
(1098,2645,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2025-09-22 18:04:46','2025-09-22 18:04:46','93e22ff3-c6e6-477e-8bd2-a717aea7dc9d'),
(1100,2647,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-09-22 18:04:56','2025-09-22 18:04:56','13d34f50-fcc0-48a3-a558-e7aae1e947be'),
(1102,2649,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2025-09-22 18:05:05','2025-09-22 18:05:05','8160c2a7-9b1b-4c7e-a21d-5f9a1be89f03'),
(1104,2651,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2025-09-22 18:05:37','2025-09-22 18:05:37','0972b3cb-8269-43e4-94b6-b5fa8481c8ce'),
(1106,2653,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2025-09-22 18:06:29','2025-09-22 18:06:29','f23f8aaa-84eb-47e1-8081-677c55ef6845'),
(1108,2655,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2025-09-22 18:06:50','2025-09-22 18:06:50','88d7e5e5-a04e-4ec8-af50-70dd9b4b3860'),
(1110,2657,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-09-22 18:07:16','2025-09-22 18:07:16','9f0ef6ec-53ef-49e5-9b3a-7ace696e2562'),
(1112,2659,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2025-09-22 18:08:00','2025-09-22 18:08:00','ec1a6083-a91b-4ae7-84d9-164f3c763bbc'),
(1114,2661,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2025-09-22 18:08:33','2025-09-22 18:08:33','fa1c38eb-68ac-4011-8d92-81f928e5cb56'),
(1116,2663,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-09-22 18:08:56','2025-09-22 18:08:56','b80ee60f-2de0-4235-a23e-82f8d96db144'),
(1118,2665,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2025-09-22 18:09:23','2025-09-22 18:09:23','51991fb7-e631-4b08-af60-eb10c76817ba'),
(1120,2667,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2025-09-22 18:09:38','2025-09-22 18:09:38','93c2e7d0-cbc6-4e51-9695-7d848a8773a9'),
(1122,2669,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2025-09-22 18:09:54','2025-09-22 18:09:54','1edca709-f5e2-495c-b336-7fc33a02d507'),
(1124,2671,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2025-09-22 18:10:03','2025-09-22 18:10:03','38b78c36-2de1-41ff-8fc1-d6023446fc5e'),
(1126,2673,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-09-22 18:10:11','2025-09-22 18:10:11','91d99e65-662b-4625-804e-aac5ecd733ff'),
(1128,2675,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2025-09-22 18:10:30','2025-09-22 18:10:30','e2cae0cc-2b9d-48da-a228-32ba62f73a72'),
(1131,2678,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2025-09-22 18:10:48','2025-09-22 18:10:48','c3e2f034-4db9-4293-9e1f-b79425fab974'),
(1133,2680,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2025-09-22 18:11:25','2025-09-22 18:11:25','756db3a8-6f5f-42b5-bcd1-edb8a0ca6141'),
(1135,2682,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2025-09-22 18:11:35','2025-09-22 18:11:35','311c1f71-cee2-4fdd-b409-789708d2b387'),
(1137,2684,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2025-09-22 18:11:49','2025-09-22 18:11:49','94ade372-1b17-46eb-907a-c3d88fd686ec'),
(1139,2686,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-09-22 18:12:03','2025-09-22 18:12:03','a8e25719-f8de-42d8-a038-40553eaa87b2'),
(1142,2689,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2025-09-22 18:12:28','2025-09-22 18:12:28','ce01b8b6-16ca-43b6-8497-e3536ba25f93'),
(1144,2691,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-09-22 18:13:02','2025-09-22 18:13:02','cc58fc81-6400-4c1c-9995-343c1ca40ffb'),
(1146,2693,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2025-09-22 18:18:15','2025-09-22 18:18:15','c4c79c3d-8376-4aef-b727-a55ceda417e0'),
(1148,2695,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-09-22 18:20:10','2025-09-22 18:20:10','83a2ded6-244e-43f9-86bf-7f88bdbe2b6d'),
(1150,2697,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2025-09-22 18:20:33','2025-09-22 18:20:33','3dfd1594-398f-4918-851e-b2b38d524052'),
(1151,2698,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2025-09-22 18:20:52','2025-09-22 18:20:52','ae1bda72-90e8-4018-bc5a-1a1357be0a09'),
(1152,2699,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2025-09-22 18:21:16','2025-09-22 18:21:16','f489dbbb-7263-4f83-991c-6b920f4513f9'),
(1154,2701,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2025-09-22 18:21:35','2025-09-22 18:21:35','e2e0565f-85fe-4409-8381-ecd5654d751f'),
(1156,2703,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2025-09-22 18:22:06','2025-09-22 18:22:06','e36958bf-2c66-4897-8911-937a9447c589'),
(1158,2705,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2025-09-22 18:22:29','2025-09-22 18:22:29','7d0b91ea-4bb4-45b6-abee-c48174c24a09'),
(1160,2707,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2025-09-22 18:22:45','2025-09-22 18:22:45','b123f7a9-332b-4eba-8f3e-ae8640b11b9f'),
(1162,2709,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-09-22 18:23:02','2025-09-22 18:23:02','886e1fda-ce33-453d-964f-5aa0b42cb387'),
(1164,2711,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-09-22 18:23:24','2025-09-22 18:23:24','17b4b3e8-0f61-4fe2-ad85-0a6f9c4f0ec0'),
(1165,2712,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2025-09-22 18:32:24','2026-03-25 19:52:35','a548e88c-11b6-461c-9520-21502e1e26f9'),
(1166,2713,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA','{\"address_components\":[{\"long_name\":\"9449\",\"short_name\":\"9449\",\"types\":[\"street_number\"]},{\"long_name\":\"West Forest Home Avenue\",\"short_name\":\"W Forest Home Ave\",\"types\":[\"route\"]},{\"long_name\":\"Hales Corners\",\"short_name\":\"Hales Corners\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Milwaukee County\",\"short_name\":\"Milwaukee County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53130\",\"short_name\":\"53130\",\"types\":[\"postal_code\"]},{\"long_name\":\"1611\",\"short_name\":\"1611\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"9449 W Forest Home Ave, Hales Corners, WI 53130, USA\",\"geometry\":{\"location\":{\"lat\":42.9467214000000012674718163907527923583984375,\"lng\":-88.0307861000000002604792825877666473388671875}},\"name\":\"9449 W Forest Home Ave\",\"place_id\":\"ChIJpwJ4nz8OBYgREMzvc7_3Yx4\",\"html_attributions\":[]}',NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2025-09-22 18:33:07','2025-09-22 18:33:07','200e2fdf-1e03-44a8-8048-6e083ce71cea'),
(1169,2716,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA','{\"address_components\":[{\"long_name\":\"9449\",\"short_name\":\"9449\",\"types\":[\"street_number\"]},{\"long_name\":\"West Forest Home Avenue\",\"short_name\":\"W Forest Home Ave\",\"types\":[\"route\"]},{\"long_name\":\"Hales Corners\",\"short_name\":\"Hales Corners\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Milwaukee County\",\"short_name\":\"Milwaukee County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53130\",\"short_name\":\"53130\",\"types\":[\"postal_code\"]},{\"long_name\":\"1611\",\"short_name\":\"1611\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"9449 W Forest Home Ave, Hales Corners, WI 53130, USA\",\"geometry\":{\"location\":{\"lat\":42.9467214000000012674718163907527923583984375,\"lng\":-88.0307861000000002604792825877666473388671875}},\"name\":\"9449 W Forest Home Ave\",\"place_id\":\"ChIJpwJ4nz8OBYgREMzvc7_3Yx4\",\"html_attributions\":[]}',NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2025-09-22 18:33:47','2025-09-22 18:33:47','11276179-da36-4584-9294-213c426c5512'),
(1172,2719,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2025-09-22 18:33:59','2025-09-22 18:33:59','2b6e26ca-7ef2-40d2-9a12-4f472994e7e1'),
(1173,2720,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2025-09-22 18:34:21','2026-03-25 19:51:03','6b3bc1dc-f387-4063-acd9-41b0fbeff82c'),
(1174,2721,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA','{\"address_components\":[{\"long_name\":\"1755\",\"short_name\":\"1755\",\"types\":[\"street_number\"]},{\"long_name\":\"North Barker Road\",\"short_name\":\"N Barker Rd\",\"types\":[\"route\"]},{\"long_name\":\"Brookfield\",\"short_name\":\"Brookfield\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Waukesha County\",\"short_name\":\"Waukesha County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53045\",\"short_name\":\"53045\",\"types\":[\"postal_code\"]},{\"long_name\":\"1801\",\"short_name\":\"1801\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1755 N Barker Rd, Brookfield, WI 53045, USA\",\"geometry\":{\"location\":{\"lat\":43.054712899999998398925526998937129974365234375,\"lng\":-88.167482299999988981653586961328983306884765625}},\"name\":\"1755 N Barker Rd\",\"place_id\":\"ChIJhSuJl2IHBYgRex-3Lfy-AXU\",\"html_attributions\":[]}',NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2025-09-22 18:35:27','2025-09-22 18:35:27','f1aeb85f-0226-47e7-bd84-58dcd2c1059f'),
(1176,2723,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA','{\"address_components\":[{\"long_name\":\"1755\",\"short_name\":\"1755\",\"types\":[\"street_number\"]},{\"long_name\":\"North Barker Road\",\"short_name\":\"N Barker Rd\",\"types\":[\"route\"]},{\"long_name\":\"Brookfield\",\"short_name\":\"Brookfield\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Waukesha County\",\"short_name\":\"Waukesha County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Wisconsin\",\"short_name\":\"WI\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"53045\",\"short_name\":\"53045\",\"types\":[\"postal_code\"]},{\"long_name\":\"1801\",\"short_name\":\"1801\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"1755 N Barker Rd, Brookfield, WI 53045, USA\",\"geometry\":{\"location\":{\"lat\":43.054712899999998398925526998937129974365234375,\"lng\":-88.167482299999988981653586961328983306884765625}},\"name\":\"1755 N Barker Rd\",\"place_id\":\"ChIJhSuJl2IHBYgRex-3Lfy-AXU\",\"html_attributions\":[]}',NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2025-09-22 18:35:58','2025-09-22 18:35:58','b7f03247-7cf8-4bb7-b87c-34a74f8541e5'),
(1178,2725,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2025-09-22 18:36:12','2025-09-22 18:36:12','956bc19c-2bab-41a1-9905-3141bdacf60c'),
(1180,2727,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2025-09-22 18:36:20','2025-09-22 18:36:20','db235a07-525a-4059-a6e5-b1fb51431209'),
(1182,2729,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2025-09-22 18:36:55','2025-09-22 18:36:55','aaed4f8c-106c-48b2-8ced-0b567db99e41'),
(1185,2732,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-09-22 18:42:30','2025-09-22 18:42:30','8c89f396-b09d-4c1f-99de-5410bb0354ed'),
(1186,2733,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2025-09-22 18:42:35','2025-09-22 18:42:35','43eca712-5ab8-4819-bec3-7eece79ccec2'),
(1207,2848,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2025-09-24 15:56:11','2025-09-24 15:56:11','ca6c0979-fdb6-43bf-8773-99e793db6840'),
(1210,2852,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-09-24 16:04:13','2025-09-24 16:04:13','bb4e2f69-93d2-47a2-aa5a-3cf1a8b3e8e8'),
(1213,2880,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-09-24 23:06:35','2026-01-20 22:57:25','de7caf69-52c4-4229-8baf-ad4874ad7e59'),
(1214,2881,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA','{\"address_components\":[{\"long_name\":\"290\",\"short_name\":\"290\",\"types\":[\"street_number\"]},{\"long_name\":\"Red School Lane\",\"short_name\":\"Red School Ln\",\"types\":[\"route\"]},{\"long_name\":\"Phillipsburg\",\"short_name\":\"Phillipsburg\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Warren County\",\"short_name\":\"Warren County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08865\",\"short_name\":\"08865\",\"types\":[\"postal_code\"]},{\"long_name\":\"2276\",\"short_name\":\"2276\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"290 Red School Ln, Phillipsburg, NJ 08865, USA\",\"geometry\":{\"location\":{\"lat\":40.70442010000000010450094123370945453643798828125,\"lng\":-75.1686309999999906494849710725247859954833984375}},\"name\":\"290 Red School Ln\",\"place_id\":\"ChIJYY0HcO5txIkRyyexDMVt9BQ\",\"html_attributions\":[]}',NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-09-24 23:07:59','2025-09-24 23:07:59','9a071e1d-141d-4dbb-bb37-995bbad02d5c'),
(1235,2909,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2025-09-29 18:59:03','2025-09-29 18:59:03','64bcf26b-8f69-46a0-a807-ce36c3d20556'),
(1249,2965,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-10-06 16:09:49','2025-10-06 16:09:49','b530210c-54be-45a6-a7e3-5046c51cbdc3'),
(1250,2966,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2025-10-06 16:09:59','2025-10-06 16:09:59','2963174c-d378-4ee0-a9ed-96f1a1536d13'),
(1265,3041,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2025-10-08 18:39:34','2025-10-08 18:39:34','90c5f7e1-8487-4b94-a864-73e6d32ff519'),
(1267,3051,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2025-10-08 18:43:12','2025-10-08 18:43:12','a8bdbc81-c58f-40fe-a412-7b355f974400'),
(1269,3055,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2025-10-08 18:43:42','2025-10-08 18:43:42','5721d280-d86e-40a6-8ce5-0840cac9982c'),
(1280,3095,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2025-10-08 18:56:08','2025-10-08 18:56:08','f4181e27-d38d-45c5-b72f-ef63d3ce32c0'),
(1282,3107,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2025-10-08 18:57:34','2025-10-08 18:57:34','5bc940da-a524-484a-a3f5-4b74ec6eca9c'),
(1284,3114,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2025-10-08 18:59:33','2025-10-08 18:59:33','48e97bee-db48-499e-8073-dc1aedcdc53f'),
(1286,3118,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2025-10-08 19:00:47','2025-10-08 19:00:47','211d5593-2b87-4b56-be6f-085ac9816d50'),
(1288,3125,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2025-10-08 19:54:50','2025-10-08 19:54:50','a5503d95-2789-4a97-ae48-e704458c2727'),
(1290,3146,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2025-10-08 19:59:16','2025-10-08 19:59:16','f8db3486-8c40-4005-ab6e-273595479afd'),
(1292,3159,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2025-10-08 20:22:54','2025-10-08 20:22:54','6ae0366e-b799-4689-87a8-ca0a1ab0ea6c'),
(1294,3171,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2025-10-08 20:24:41','2025-10-08 20:24:41','5af4bdb3-14e5-4124-810f-054bd4c6817c'),
(1296,3183,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2025-10-08 20:25:58','2025-10-08 20:25:58','1e967760-68a8-4069-b09a-3cffff293c85'),
(1298,3188,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2025-10-08 20:26:01','2025-10-08 20:26:01','2fc2d13c-edf2-4bc2-a1b6-103daffce9c4'),
(1304,3217,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-10-08 22:20:15','2025-10-08 22:20:15','573a5c9f-43da-4bdc-9991-02bcb6321672'),
(1305,3218,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2025-10-08 22:20:19','2025-10-08 22:20:19','f34e3e8c-dca3-4a6e-a28f-d6ba05c2937c'),
(1306,3219,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2025-10-08 22:20:23','2025-10-08 22:20:23','f23c2e05-ee31-4ba9-a4a7-ee3a9c8fdd2f'),
(1308,3223,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-10-08 22:21:46','2025-10-08 22:21:46','69122e95-8aae-4866-88c0-aaa0768c6f21'),
(1310,3264,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-10-08 22:28:53','2025-10-08 22:28:53','fbe15b9c-2309-4d8f-9e28-336505832aeb'),
(1312,3275,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-10-08 22:29:34','2025-10-08 22:29:34','746ef0c9-9c52-4cbf-84c7-8f0d3cb3c6ec'),
(1314,3284,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA','{\"address_components\":[{\"long_name\":\"290\",\"short_name\":\"290\",\"types\":[\"street_number\"]},{\"long_name\":\"Red School Lane\",\"short_name\":\"Red School Ln\",\"types\":[\"route\"]},{\"long_name\":\"Phillipsburg\",\"short_name\":\"Phillipsburg\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Warren County\",\"short_name\":\"Warren County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"08865\",\"short_name\":\"08865\",\"types\":[\"postal_code\"]},{\"long_name\":\"2276\",\"short_name\":\"2276\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"290 Red School Ln, Phillipsburg, NJ 08865, USA\",\"geometry\":{\"location\":{\"lat\":40.70442010000000010450094123370945453643798828125,\"lng\":-75.1686309999999906494849710725247859954833984375}},\"name\":\"290 Red School Ln\",\"place_id\":\"ChIJYY0HcO5txIkRyyexDMVt9BQ\",\"html_attributions\":[]}',NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-10-08 22:32:49','2025-10-08 22:32:49','0267c2ca-9eb6-4185-8ff4-1ff0c7e0b502'),
(1316,3286,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-10-08 22:33:18','2025-10-08 22:33:18','6c3e4ce0-a0e9-46b1-bc26-4529ea0f4c21'),
(1318,3296,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-10-08 22:33:46','2025-10-08 22:33:46','5aed2232-8304-44b3-81f2-25cf90bd7bde'),
(1320,3304,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-10-08 22:34:45','2025-10-08 22:34:45','56e86da7-3419-4aee-af92-cf56a2656453'),
(1322,3309,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-10-08 22:35:10','2025-10-08 22:35:10','56fc6bcc-ea77-4127-86da-1413639cf9ec'),
(1324,3320,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-10-08 22:35:46','2025-10-08 22:35:46','1f4c50bf-ec74-4546-a1fb-33cccddbd799'),
(1326,3344,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-10-08 22:38:17','2025-10-08 22:38:17','9468846f-c275-46f9-8c14-ce4c19f2df26'),
(1328,3356,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-10-08 22:38:45','2025-10-08 22:38:45','20ae11fa-5a1b-4563-a834-3e18460f74a7'),
(1330,3359,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-10-08 22:40:25','2025-10-08 22:40:25','82e622e3-cdd6-4e9d-b1d9-734402fe8892'),
(1332,3375,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-10-08 22:41:35','2025-10-08 22:41:35','8d8be76f-f061-4539-8871-eb08a04c0ad1'),
(1334,3378,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-10-09 14:50:00','2025-10-09 14:50:00','5f8dd1a3-b71a-4a43-93c5-55560c618206'),
(1336,3390,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-10-09 14:52:39','2025-10-09 14:52:39','55a35eb0-b1ee-43c0-9dd0-4f6a8038ffbb'),
(1338,3397,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-10-09 14:53:20','2025-10-09 14:53:20','a7117449-9611-4935-b3b0-a4488fa3baab'),
(1340,3407,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-10-09 14:54:47','2025-10-09 14:54:47','0597a2b5-f4d9-4907-9a49-bdfb26cd2d8f'),
(1342,3413,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-10-09 14:58:54','2025-10-09 14:58:54','87080ea4-b32c-4ad8-a031-79689d918ef8'),
(1344,3419,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-10-09 14:59:55','2025-10-09 14:59:55','46209963-dbd8-4c1b-9c24-71eebb7d1c81'),
(1346,3423,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-10-09 15:36:03','2025-10-09 15:36:03','4a91591e-9c15-4a34-8746-7291c5c2a7f6'),
(1348,3436,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2025-10-09 16:25:17','2025-10-09 16:25:17','6ca514c3-34f4-48f0-9211-3881fe3e684d'),
(1350,3443,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2025-10-09 16:29:17','2025-10-09 16:29:17','0440e5f7-306f-43fd-9803-c71c1bc887dc'),
(1352,3455,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2025-10-09 16:30:48','2025-10-09 16:30:48','89b56791-ccf4-41c2-93ae-d09a258e95b2'),
(1354,3463,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2025-10-09 16:31:32','2025-10-09 16:31:32','4c8f9e42-bcb1-4ed6-98c7-fde7176d4929'),
(1355,3465,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2025-10-09 16:31:37','2025-10-09 16:31:37','c1783294-1121-46bf-8330-c51ba554c688'),
(1357,3472,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2025-10-09 16:34:59','2025-10-09 16:34:59','a1a12d67-e0a2-4afb-a108-9489ea3c5afa'),
(1359,3484,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2025-10-09 16:36:27','2025-10-09 16:36:27','f29452d1-1d00-428a-be84-dc98ce0d90c6'),
(1361,3491,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2025-10-09 16:36:52','2025-10-09 16:36:52','db90a9b4-3a31-4dad-88d3-1df9952b1d2c'),
(1364,3499,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2025-10-09 16:40:04','2025-10-09 16:40:04','78105f97-5b47-4163-b59d-a8ba6d1cb974'),
(1366,3512,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2025-10-09 16:42:02','2025-10-09 16:42:02','eba914ad-da6c-4162-8eb9-531929aabbf4'),
(1368,3523,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2025-10-09 16:42:54','2025-10-09 16:42:54','3c4367f8-7502-4242-a352-a7ee9119b8ee'),
(1370,3528,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2025-10-09 16:42:58','2025-10-09 16:42:58','f30ffd58-9a18-453a-8c04-81cc436847cb'),
(1372,3541,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-10-09 17:04:12','2025-10-09 17:04:12','e0396b4c-e9f1-48ff-852a-35b60d0e5a57'),
(1374,3548,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-10-09 17:04:34','2025-10-09 17:04:34','42fb7507-923a-435c-8abe-f1f9488dbb3a'),
(1376,3556,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-10-09 17:05:50','2025-10-09 17:05:50','f9fd1af3-97bd-416b-8bd6-b06ae00f45de'),
(1378,3562,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-10-09 17:05:54','2025-10-09 17:05:54','d939e2d5-1515-43c6-b723-0a19d4044295'),
(1380,3565,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-10-09 17:07:55','2025-10-09 17:07:55','bbd40011-bc4e-4249-b9e1-bdba50e09cbc'),
(1382,3577,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-10-09 17:09:21','2025-10-09 17:09:21','e8251c0a-88d2-42ec-b98d-67315885f813'),
(1384,3584,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-10-09 17:09:46','2025-10-09 17:09:46','e8d1248f-231e-4ef4-82a8-ae2594df596e'),
(1386,3588,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-10-09 17:10:15','2025-10-09 17:10:15','959b67f1-c289-4321-b039-cdce60376dff'),
(1388,3592,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-10-09 17:10:31','2025-10-09 17:10:31','00cc67b5-3c16-4472-bdf0-b7d0a8d04189'),
(1398,3624,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-10-09 17:22:03','2025-10-09 17:22:03','b44b9cff-2a85-4a13-9d05-74b82db8c778'),
(1400,3636,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-10-09 17:23:33','2025-10-09 17:23:33','fd334049-eff6-4bff-886a-fe0b2bf0d304'),
(1402,3643,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-10-09 17:23:52','2025-10-09 17:23:52','f165ee37-f1cb-41b1-9120-71f6818cdf3d'),
(1404,3649,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-10-09 17:24:35','2025-10-09 17:24:35','d56b873f-7808-4c29-a995-2c0e94b79afb'),
(1406,3653,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-10-09 17:24:37','2025-10-09 17:24:37','13543429-c35e-40a1-bcf9-634260f54d66'),
(1408,3655,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2025-10-09 17:26:18','2025-10-09 17:26:18','8881addc-ecbf-488e-850f-92fbc7fa3028'),
(1410,3667,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2025-10-09 17:27:46','2025-10-09 17:27:46','fbb078fb-221b-47dd-ba5b-31fd0690a0b5'),
(1412,3674,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2025-10-09 17:28:11','2025-10-09 17:28:11','534d8325-6640-407d-b379-b03eb4dc91fc'),
(1414,3683,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2025-10-09 17:29:43','2025-10-09 17:29:43','a2f99cb2-6c7a-4e89-adbf-9aeb1dc30b9a'),
(1416,3690,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-10-09 20:44:20','2025-10-09 20:44:20','665a228f-6fce-4510-ab3a-f9f3c9bcdb80'),
(1418,3704,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-10-09 20:46:26','2025-10-09 20:46:26','2d8d4100-f6a7-46bc-be5c-e1de3e4ad0d7'),
(1420,3717,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-10-09 20:48:21','2025-10-09 20:48:21','e0631825-a3c2-42b4-a47c-12a039d9be03'),
(1422,3723,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2025-10-09 20:52:58','2025-10-09 20:52:58','6efa2d9a-f32f-4ea4-8706-69b665470740'),
(1424,3735,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2025-10-09 20:54:27','2025-10-09 20:54:27','9e0688ab-c365-4f55-9a61-be9c3adaf259'),
(1426,3742,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2025-10-09 20:54:48','2025-10-09 20:54:48','bc4a11cb-204c-4c06-8578-4f365ba28ace'),
(1428,3750,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2025-10-09 20:56:04','2025-10-09 20:56:04','ab7befa9-88ae-42e4-920c-a0011e54bfed'),
(1430,3755,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-10-10 18:22:08','2025-10-10 18:22:08','4e613c16-5787-4005-943e-a571dcded24c'),
(1432,3757,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-10-10 18:22:39','2025-10-10 18:22:39','2021a36b-d67e-4cfd-8a01-6d796e44a454'),
(1434,3759,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-10-10 18:22:51','2025-10-10 18:22:51','9db1c226-5b22-4204-b8bd-0d4911e4e359'),
(1436,3762,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-10-13 15:58:54','2025-10-13 15:58:54','8a6bb428-a97c-406b-95b5-b120af823f01'),
(1438,3774,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-10-13 16:00:23','2025-10-13 16:00:23','bd65ed81-34e6-4862-9118-2e7f05cafd75'),
(1440,3781,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-10-13 16:00:53','2025-10-13 16:00:53','f1b45f8e-6132-48f6-8681-a88266b5e392'),
(1442,3787,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-10-13 16:01:41','2025-10-13 16:01:41','0b04b30e-fbbb-4155-b797-87cbd7c2de72'),
(1444,3793,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-10-13 16:02:33','2025-10-13 16:02:33','a0a09ac7-c962-4dc0-a230-c0e88f5e9d65'),
(1446,3797,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-10-13 16:02:37','2025-10-13 16:02:37','66f1874e-f8ed-4847-bc37-fddc8d23a6e4'),
(1448,3803,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2025-10-13 16:04:07','2025-10-13 16:04:07','d8a55f63-2489-4238-8017-cea8f83874fb'),
(1450,3820,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2025-10-13 16:07:23','2025-10-13 16:07:23','7ee4a41b-f7c4-4e0c-808b-883f2f5ce6ff'),
(1452,3828,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2025-10-13 16:07:45','2025-10-13 16:07:45','93d4b8e9-71d9-4812-b0c1-9ffc2bce78fd'),
(1454,3830,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2025-10-13 16:08:14','2025-10-13 16:08:14','26eac74c-8f60-42aa-9c9d-ab67714c7b90'),
(1457,3833,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-10-13 16:12:15','2025-10-13 16:12:15','acf0378e-fc89-418a-b362-bceabf040efe'),
(1459,3845,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-10-13 16:13:49','2025-10-13 16:13:49','d191ff0b-14da-4274-80b4-f80600f6019f'),
(1461,3852,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-10-13 16:14:30','2025-10-13 16:14:30','eec624ae-c833-4c90-be9d-be3ff01f653f'),
(1463,3860,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-10-13 16:15:51','2025-10-13 16:15:51','43e1b8fa-53a2-4323-b9f1-262508d3a586'),
(1465,3866,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2025-10-13 16:41:23','2025-10-13 16:41:23','c0c9a6d9-897c-4b78-85e9-860c43f3a4ec'),
(1467,3880,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2025-10-13 16:43:20','2025-10-13 16:43:20','229dfd20-fbfa-4e5e-8e64-fcddf176677b'),
(1469,3890,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2025-10-13 16:43:47','2025-10-13 16:43:47','5beb2e85-1051-443e-9f1c-135a70946f2c'),
(1471,3894,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2025-10-13 16:43:50','2025-10-13 16:43:50','fd22540c-44bf-413b-b2f2-90c973f58cd6'),
(1473,3907,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2025-10-13 17:05:16','2025-10-13 17:05:16','99fc6c55-b0a3-4152-8b5a-49d0d8322abc'),
(1475,3914,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2025-10-13 17:05:41','2025-10-13 17:05:41','4c9f550b-9ac9-4697-95a9-4e8d5b7277c2'),
(1477,3922,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2025-10-13 17:09:47','2025-10-13 17:09:47','a400680b-28b8-4717-9874-e5f5c625c2c3'),
(1479,3928,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2025-10-13 17:20:17','2025-10-13 17:20:17','ab2d5cf0-1c30-4a92-9a2d-5b8e912396fd'),
(1481,3940,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2025-10-13 17:21:33','2025-10-13 17:21:33','581479e6-fe7c-4877-ac9b-e6a9d0e1306f'),
(1483,3949,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2025-10-13 17:22:18','2025-10-13 17:22:18','bc917a2f-ce64-4edf-8b92-67feda66b644'),
(1485,3955,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2025-10-13 17:23:02','2025-10-13 17:23:02','84100f94-dffe-4dd4-9488-b3c8210086c7'),
(1487,3970,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2025-10-13 17:27:27','2025-10-13 17:27:27','803c9033-e2e6-4994-a741-74bfe5db6d52'),
(1489,3977,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2025-10-13 17:27:45','2025-10-13 17:27:45','13300062-a935-4049-bf17-53685db1d887'),
(1491,3982,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2025-10-13 17:28:26','2025-10-13 17:28:26','99d34376-8341-4f9d-a9f8-8e1792a151f1'),
(1493,3997,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2025-10-13 17:42:06','2025-10-13 17:42:06','0a7f8999-d63b-4291-99a0-62088fe5abad'),
(1495,4004,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2025-10-13 17:42:25','2025-10-13 17:42:25','0f2e6d0a-46c2-479d-8361-b7b485132525'),
(1497,4012,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2025-10-13 17:43:34','2025-10-13 17:43:34','9b204cda-fe43-476d-93bb-cc1e8ae0b56a'),
(1499,4030,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2025-10-13 17:46:38','2025-10-13 17:46:38','5b94f8d3-4397-4331-9a02-8d511c12aaad'),
(1501,4038,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2025-10-13 17:46:53','2025-10-13 17:46:53','825332d4-01fe-4cbb-a326-6f121d2c7c92'),
(1503,4042,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2025-10-13 17:47:19','2025-10-13 17:47:19','43e082e4-2798-40b3-9479-b3cdeed94a5b'),
(1505,4046,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA','{\"address_components\":[{\"long_name\":\"165\",\"short_name\":\"165\",\"types\":[\"street_number\"]},{\"long_name\":\"Fairfield Avenue\",\"short_name\":\"Fairfield Ave\",\"types\":[\"route\"]},{\"long_name\":\"West Caldwell\",\"short_name\":\"West Caldwell\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Essex County\",\"short_name\":\"Essex County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"New Jersey\",\"short_name\":\"NJ\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"07006\",\"short_name\":\"07006\",\"types\":[\"postal_code\"]},{\"long_name\":\"6414\",\"short_name\":\"6414\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"165 Fairfield Ave, West Caldwell, NJ 07006, USA\",\"geometry\":{\"location\":{\"lat\":40.8588979000000023233951651491224765777587890625,\"lng\":-74.2869707999999917547029326669871807098388671875}},\"name\":\"165 Fairfield Ave\",\"place_id\":\"ChIJUVuIkuoAw4kRA4y5DeWt3A0\",\"html_attributions\":[]}',NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-10-13 17:48:10','2025-10-13 17:48:10','77345dbd-b80b-4afb-8855-4990b3bca0a1'),
(1507,4058,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-10-13 17:49:38','2025-10-13 17:49:38','6b85ea86-583f-4db6-a026-5f45f421cbf9'),
(1509,4072,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-10-13 17:52:01','2025-10-13 17:52:01','173b920f-903c-47ba-82af-1c2a55681149'),
(1511,4078,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-10-13 17:52:50','2025-10-13 17:52:50','020f3607-5a9a-40ce-a793-69e65df4840c'),
(1513,4081,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-10-13 17:53:11','2025-10-13 17:53:11','49df59b8-f848-44e8-8888-9e079a3c301d'),
(1515,4094,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2025-10-13 17:55:52','2025-10-13 17:55:52','5cb6f225-7312-417b-a64f-ac8bb5898fec'),
(1517,4101,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2025-10-13 17:56:22','2025-10-13 17:56:22','ccb16c6e-545f-4933-9f84-608ced576e0e'),
(1519,4106,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2025-10-13 17:57:28','2025-10-13 17:57:28','79fbcd1b-0c0f-44f6-85ce-09e087faf628'),
(1521,4110,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2025-10-13 17:58:05','2025-10-13 17:58:05','275bca2b-ba37-484a-b9b8-839c882ff152'),
(1523,4122,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2025-10-13 17:59:22','2025-10-13 17:59:22','ac62ced8-b456-4357-9572-940bad546caa'),
(1525,4133,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2025-10-13 18:00:02','2025-10-13 18:00:02','fb1f1f61-9d82-4147-862e-1cf943a64f8a'),
(1527,4144,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2025-10-13 18:02:09','2025-10-13 18:02:09','6d77d7d3-fbf0-43f9-b809-c4f2cf4c466a'),
(1529,4148,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2025-10-13 19:03:49','2025-10-13 19:03:49','2d76e40e-9c52-47be-a574-e78e6f0cef11'),
(1531,4161,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2025-10-13 19:09:10','2025-10-13 19:09:10','94a6af2b-f842-45ef-9793-c681d892f052'),
(1533,4168,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2025-10-13 19:09:29','2025-10-13 19:09:29','8a986afc-27d2-4a58-b2bb-d33c21978aef'),
(1535,4175,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2025-10-13 19:10:27','2025-10-13 19:10:27','b0b08e4e-507d-4bd7-bb6d-a9a561f31274'),
(1537,4179,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2025-10-13 19:11:14','2025-10-13 19:11:14','cb431b07-e349-4777-aaa3-b5cec05506e0'),
(1539,4182,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2025-10-13 19:14:26','2025-10-13 19:14:26','48a7ce63-f1cb-4046-b1c6-95e97be5c21c'),
(1541,4194,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2025-10-13 19:16:05','2025-10-13 19:16:05','57b15f8f-f4ff-492c-9713-8ade2e733cba'),
(1543,4215,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2025-10-13 19:24:55','2025-10-13 19:24:55','17e17d71-d7e7-4620-ad85-66695a08b4c3'),
(1545,4224,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-10-13 19:27:41','2025-10-13 19:27:41','e6c78a90-a25b-422c-b4f3-949d66bbf25f'),
(1547,4236,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-10-13 19:29:00','2025-10-13 19:29:00','a65b4ec7-e30b-4f41-b319-a4be30464f0b'),
(1549,4243,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-10-13 19:29:18','2025-10-13 19:29:18','b679139d-3a12-466b-b52a-6f888a17bdd9'),
(1551,4248,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-10-13 19:30:02','2025-10-13 19:30:02','13347d18-2c00-4696-82f5-6dcd591d2b25'),
(1553,4252,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-10-13 19:30:06','2025-10-13 19:30:06','6fdbd90f-f94e-49ee-9042-a989889dbd2f'),
(1555,4254,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2025-10-13 19:30:40','2025-10-13 19:30:40','a79ea5c2-4fca-4d6e-9814-9f4a334f3089'),
(1557,4266,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2025-10-13 19:31:57','2025-10-13 19:31:57','b4e9dc2e-3d93-4e0a-abaf-cf15c6b0e8a3'),
(1559,4278,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2025-10-13 19:34:44','2025-10-13 19:34:44','54ed4144-e80d-433a-830c-577aa51db977'),
(1569,4323,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2025-10-13 19:47:44','2025-10-13 19:47:44','24be7f93-1af0-4842-94e4-7e7c17b6364d'),
(1571,4337,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2025-10-13 19:51:09','2025-10-13 19:51:09','4aee21fb-fe75-4108-9246-3a3fb003d365'),
(1573,4344,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2025-10-13 19:51:30','2025-10-13 19:51:30','cbb1511e-b017-4364-a006-cbdfb2f1a4a7'),
(1574,4345,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2025-10-13 19:51:50','2025-10-13 19:51:50','f3bac998-953a-4206-bd94-b35abb38f900'),
(1577,4350,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2025-10-14 13:43:52','2025-10-14 13:43:52','8a32829c-9a01-4612-ba46-da3acb9832b9'),
(1580,4354,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2025-10-14 16:14:34','2025-10-14 16:14:34','c2020409-4b38-4984-89b1-9b4dc06f2ccb'),
(1582,4370,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2025-10-14 16:48:02','2025-10-14 16:48:02','43eccb45-34ee-47df-a7f2-1b9ab933f2df'),
(1584,4377,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2025-10-14 16:48:25','2025-10-14 16:48:25','8274debe-70a4-448d-ac71-ec3d8710e2ff'),
(1586,4381,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2025-10-14 16:49:14','2025-10-14 16:49:14','3ab8d719-8062-445c-bd1b-6cc694d184ce'),
(1588,4396,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2025-10-14 16:52:02','2025-10-14 16:52:02','d7de5030-0668-4d3b-9c0d-10a3ba4fb40c'),
(1590,4405,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2025-10-14 16:52:41','2025-10-14 16:52:41','2d1e36e9-48fe-4d94-b50b-841ac66c16e8'),
(1592,4410,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2025-10-14 16:53:18','2025-10-14 16:53:18','b48aebef-eb0c-4d9d-8110-116aa4798c61'),
(1594,4425,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2025-10-14 16:55:56','2025-10-14 16:55:56','dbc59500-458a-4a19-b306-4c9d6ba3e97a'),
(1596,4432,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2025-10-14 16:56:21','2025-10-14 16:56:21','873ecd21-027c-4423-8773-6a24caf9cd1b'),
(1598,4436,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2025-10-14 16:56:56','2025-10-14 16:56:56','c9dfa93b-2695-47e1-9812-b33a1c350cd3'),
(1600,4451,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2025-10-14 16:59:11','2025-10-14 16:59:11','515ac0dc-e918-4010-bf55-a70ba6aaec73'),
(1602,4458,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2025-10-14 16:59:36','2025-10-14 16:59:36','5a3d098e-b3b4-44ee-bd3f-de1705dbe1e4'),
(1604,4462,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2025-10-14 17:00:06','2025-10-14 17:00:06','a149e1b3-f998-4958-80d1-a34d64828a1a'),
(1606,4467,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-10-14 17:01:41','2025-10-14 17:01:41','d60a9aa4-3c67-48a7-86bd-fc97648767d5'),
(1608,4479,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-10-14 17:02:50','2025-10-14 17:02:50','678b40e0-f433-4cb2-9873-3299845a834c'),
(1610,4486,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-10-14 17:04:16','2025-10-14 17:04:16','53a8eb3c-b499-44d9-bbe9-ed32563adee0'),
(1612,4488,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-10-14 17:04:31','2025-10-14 17:04:31','82a2f35a-21d4-4ace-9316-be0676c1615a'),
(1614,4493,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-10-14 17:05:13','2025-10-14 17:05:13','6c73de19-6ba2-4472-a2ec-502129a69944'),
(1616,4509,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2025-10-14 17:08:27','2025-10-14 17:08:27','d0bf252e-74bb-4f97-82ae-afcab70733cd'),
(1618,4522,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2025-10-14 17:09:21','2025-10-14 17:09:21','21c42194-a283-4905-9e6e-9d40701d53af'),
(1620,4527,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-10-14 17:10:19','2025-10-14 17:10:19','875c10e4-d1e8-42c6-ae12-e9a1956c8e72'),
(1622,4539,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-10-14 17:11:27','2025-10-14 17:11:27','533f9b10-9ecf-440e-9d61-6b0a273f0db7'),
(1624,4546,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-10-14 17:11:44','2025-10-14 17:11:44','f9b8374c-2107-44c7-9c71-b54b5a1531d3'),
(1626,4550,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-10-14 17:12:18','2025-10-14 17:12:18','e923f535-414c-445a-b931-887b107228e3'),
(1628,4570,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2025-10-14 17:15:30','2025-10-14 17:15:30','90f71748-364a-423f-a421-a9816dd64a55'),
(1630,4591,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2025-10-14 17:21:05','2025-10-14 17:21:05','67a6166f-73d1-4b70-a490-c6ea39ba2fee'),
(1632,4598,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2025-10-14 17:21:31','2025-10-14 17:21:31','82bc24b3-22d9-4e36-88b5-90f838663054'),
(1634,4605,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2025-10-14 17:22:21','2025-10-14 17:22:21','374b4dd1-8b5e-45dd-abf4-ed313e3f0c5a'),
(1636,4628,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2025-10-14 17:25:14','2025-10-14 17:25:14','1bd565d9-baa0-493e-9d08-fc007425f9de'),
(1638,4650,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2025-10-14 17:27:20','2025-10-14 17:27:20','68030a00-36cb-4b05-8296-3ab874009a47'),
(1640,4661,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2025-10-14 17:28:10','2025-10-14 17:28:10','2426c132-5b75-4453-8fb9-4878f4342f68'),
(1642,4666,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-10-14 20:32:11','2025-10-14 20:32:11','ca7241a9-0c20-406d-840a-b33596b367b7'),
(1644,4668,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA','{\"address_components\":[{\"long_name\":\"5905\",\"short_name\":\"5905\",\"types\":[\"street_number\"]},{\"long_name\":\"West Washington Boulevard\",\"short_name\":\"W Washington Blvd\",\"types\":[\"route\"]},{\"long_name\":\"Austin\",\"short_name\":\"Austin\",\"types\":[\"neighborhood\",\"political\"]},{\"long_name\":\"Chicago\",\"short_name\":\"Chicago\",\"types\":[\"locality\",\"political\"]},{\"long_name\":\"Cook County\",\"short_name\":\"Cook County\",\"types\":[\"administrative_area_level_2\",\"political\"]},{\"long_name\":\"Illinois\",\"short_name\":\"IL\",\"types\":[\"administrative_area_level_1\",\"political\"]},{\"long_name\":\"United States\",\"short_name\":\"US\",\"types\":[\"country\",\"political\"]},{\"long_name\":\"60644\",\"short_name\":\"60644\",\"types\":[\"postal_code\"]},{\"long_name\":\"2845\",\"short_name\":\"2845\",\"types\":[\"postal_code_suffix\"]}],\"formatted_address\":\"5905 W Washington Blvd, Chicago, IL 60644, USA\",\"geometry\":{\"location\":{\"lat\":41.88179310000000299396560876630246639251708984375,\"lng\":-87.772435199999989663410815410315990447998046875}},\"name\":\"5905 W Washington Blvd\",\"place_id\":\"ChIJIVqDll4zDogRiD5nVt9GwqQ\",\"html_attributions\":[]}',NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-10-16 19:16:00','2025-10-16 19:16:00','f0a433de-446a-40cc-9a34-ad981f6c591d'),
(1646,4670,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-10-16 19:16:56','2025-10-16 19:16:56','d427b2fd-b24f-4dca-bbc6-22cee813fb0e'),
(1648,4675,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-10-16 19:18:57','2025-10-16 19:18:57','c0751160-74c3-4b0b-8ac7-6401d08ae6c4'),
(1650,4679,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-10-16 19:19:28','2025-10-16 19:19:28','39b315b1-c51b-4f57-90b9-9044552a2082'),
(1652,4681,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-10-16 19:19:52','2025-10-16 19:19:52','894adeb1-f60d-41fd-9638-f24abfe83bce'),
(1654,4683,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-10-16 19:20:30','2025-10-16 19:20:30','3de7d82f-5046-4d3f-9988-1a75c66dc790'),
(1656,4688,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-10-16 19:21:39','2025-10-16 19:21:39','16de13dc-1cea-4e26-99b0-c2aa50b1e4ea'),
(1658,4692,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-10-16 19:22:12','2025-10-16 19:22:12','6c945cee-3313-4bc4-a821-8f76c2e9251e'),
(1660,4694,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-10-16 19:22:21','2025-10-16 19:22:21','c74a64fa-8a5f-4d12-8991-2d552874fbec'),
(1662,4696,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-10-16 19:22:51','2025-10-16 19:22:51','c59a2195-c13e-4c34-97c0-8e4f58866870'),
(1664,4701,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-10-16 19:23:32','2025-10-16 19:23:32','585ed2c3-81df-42e8-a52e-d81369d4d81e'),
(1667,4706,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-10-22 18:20:15','2025-10-22 18:20:15','a7772925-dd1f-415e-9457-8f835bd7c48f'),
(1669,4710,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-10-22 23:46:58','2025-10-22 23:46:58','90a06175-60e0-4866-929f-8b623a3550ee'),
(1671,4712,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-10-22 23:47:07','2025-10-22 23:47:07','aaa57ec7-cd0a-42a4-abdf-00de74b08070'),
(1673,4758,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-10-23 01:33:57','2025-10-23 01:33:57','2e6d2caa-caae-4db8-8f0f-5b0ef4fcaf3c'),
(1690,4830,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-11-04 19:14:54','2025-11-04 19:14:54','cd9f4663-4e2e-4ac5-afb8-b685d6146927'),
(1692,4832,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-11-04 19:15:35','2025-11-04 19:15:35','b65ddff5-09ad-48a2-8a02-71a5f8842cf5'),
(1694,4839,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2025-11-04 19:51:07','2025-11-04 19:51:07','52b07bf3-66a0-4ff6-b2a9-ddf5b48aebb2'),
(1699,4855,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-11-04 20:33:01','2025-11-04 20:33:01','5e88f58f-1f0a-44d8-b09b-62779dbde743'),
(1705,4872,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-11-04 20:54:58','2025-11-04 20:54:58','e06fa6dd-b4fe-41c0-bdcd-4c163346dc76'),
(1707,4889,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-11-04 20:56:34','2025-11-04 20:56:34','174a23cb-c71d-4333-95c3-c1887f08e727'),
(1709,4895,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-11-04 20:57:09','2025-11-04 20:57:09','e28497ca-eebd-4882-8b82-0c6f12cec86d'),
(1711,4905,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-11-04 20:58:46','2025-11-04 20:58:46','737953c7-4883-4a1a-8b11-24c0ecfdb61a'),
(1718,4925,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2025-11-04 21:08:43','2025-11-04 21:08:43','a6c9ad6c-27ec-4816-94a8-ec837dca6f39'),
(1727,4958,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2025-11-05 17:09:58','2025-11-05 17:09:58','99723923-9b58-4bf6-b980-74bf7368e96e'),
(1729,4967,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2025-11-05 17:12:54','2025-11-05 17:12:54','8dc09481-a3c1-41ff-9b94-932f0f1fab0b'),
(1732,4984,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2025-11-05 17:16:49','2025-11-05 17:16:49','c06ca72c-1bd4-4eb3-bbd2-e77cf3a56f70'),
(1734,4998,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2025-11-05 17:20:21','2025-11-05 17:20:21','2e66664d-5bd9-4046-8cc8-825c87f75b7f'),
(1736,5004,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2025-11-05 17:22:48','2025-11-05 17:22:48','bc4135df-c2ca-4304-adce-649acead39cf'),
(1738,5010,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2025-11-05 17:23:33','2025-11-05 17:23:33','7e653573-bd80-4e15-a894-410a8771036a'),
(1740,5024,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2025-11-05 17:27:42','2025-11-05 17:27:42','70468b8f-d908-4c89-b2fe-0205e2d55314'),
(1742,5031,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2025-11-05 17:28:51','2025-11-05 17:28:51','20dfa21f-4246-4d8e-8444-6df3504003e7'),
(1744,5043,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2025-11-05 17:31:15','2025-11-05 17:31:15','fbdf361a-f9a7-496f-91cd-002c9c452ada'),
(1746,5049,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2025-11-05 17:32:04','2025-11-05 17:32:04','731462f3-a804-47b1-a58f-54c85d0cc4b7'),
(1748,5061,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2025-11-05 17:35:38','2025-11-05 17:35:38','2334757f-d584-4ff8-a916-a7c197adadb9'),
(1750,5072,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-11-05 17:40:11','2025-11-05 17:40:11','7ef0ea13-2ce4-4307-b282-17aeb9ddbe0e'),
(1752,5076,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-11-05 17:40:21','2025-11-05 17:40:21','9fb5a158-ebf1-4fdf-a80b-7c331c5ba7ea'),
(1756,5081,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-11-05 17:41:40','2025-11-05 17:41:40','bfcc8832-4be7-4891-89b6-3fd9eb58c19e'),
(1758,5083,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-11-05 17:41:43','2025-11-05 17:41:43','6f4a5f32-2ae2-41fe-b334-c75d98b4d788'),
(1759,5089,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2025-11-05 17:42:50','2025-11-05 17:42:50','d410e83e-af43-4131-8e55-a85ecf77ef03'),
(1761,5091,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2025-11-05 17:43:21','2025-11-05 17:43:21','74cdb3e4-0b9e-45ae-b440-9173fc8c39ef'),
(1763,5101,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2025-11-05 17:47:50','2025-11-05 17:47:50','19956605-fb8d-42b6-9cb6-7b75e06c9402'),
(1765,5117,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-11-05 17:52:23','2025-11-05 17:52:23','49275826-b844-42d9-a353-aa66fa82d511'),
(1769,5136,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2025-11-05 18:46:45','2025-11-05 18:46:45','6716808d-3ff8-40b7-85de-01cf68c60ea0'),
(1771,5169,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2025-11-05 18:56:48','2025-11-05 18:56:48','e1424f0a-c389-4f98-9862-08210e3769f2'),
(1773,5203,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-11-05 19:12:18','2025-11-05 19:12:18','9c0f6f3e-f8e5-4e6b-a3bd-2562df629567'),
(1775,5224,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2025-11-05 19:15:00','2025-11-05 19:15:00','56e50ca4-ded6-41b7-9d25-af783897ed5e'),
(1777,5231,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2025-11-05 19:15:33','2025-11-05 19:15:33','b3502363-4a50-467a-ad73-0e6f09494c2a'),
(1779,5248,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2025-11-05 19:19:37','2025-11-05 19:19:37','9dffb8f6-4bab-44d7-956e-83c6bc352321'),
(1781,5263,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2025-11-05 19:26:13','2025-11-05 19:26:13','86c2a9e6-4c4c-478d-aae8-48a59cda95a0'),
(1784,5272,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2025-11-10 20:34:52','2025-11-10 20:34:52','bcd30815-5caa-47da-8623-96c57a3513b0'),
(1787,5283,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-11-11 18:06:22','2025-11-11 18:06:22','17f05262-fba4-4f27-bd85-e22fec7e7518'),
(1789,5285,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-11-11 18:06:26','2025-11-11 18:06:26','b3a56db6-032a-4bf2-b812-bf6345cce98e'),
(1797,5308,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2025-11-13 19:18:07','2025-11-13 19:18:07','01044b7c-501b-4bdf-befc-ad414f24978c'),
(1798,5311,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-11-13 19:18:18','2025-11-13 19:18:18','9761355a-2688-45fa-a0b0-0fb88dada906'),
(1801,5320,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-11-13 19:20:01','2025-11-13 19:20:01','5d4a3e3b-5c55-439b-a81e-57d2f3b5d0b5'),
(1803,5325,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-11-13 19:20:32','2025-11-13 19:20:32','0459641f-c6f6-4277-a19b-65e93436d2db'),
(1807,5335,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2025-11-13 19:21:35','2025-11-13 19:21:35','53d1dd85-780c-4b07-b1f6-510840e2e260'),
(1810,5344,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2025-11-13 19:22:54','2025-11-13 19:22:54','5b601b12-3448-4d60-9c2d-c52d45268fa3'),
(1812,5349,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2025-11-13 19:23:50','2025-11-13 19:23:50','19d7c28a-d975-4c68-95ca-b52e9cdcbc60'),
(1814,5354,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2025-11-13 19:24:33','2025-11-13 19:24:33','44a723d7-aba5-48d8-a5c2-33f5ac97356b'),
(1816,5359,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-11-13 19:25:27','2025-11-13 19:25:27','4b372fa2-0131-44fc-8fd2-eb15c9600fd4'),
(1818,5364,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2025-11-13 19:26:08','2025-11-13 19:26:08','ceedaca9-8cf8-48c7-93bb-2d3356aa3a3d'),
(1820,5369,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2025-11-13 19:26:37','2025-11-13 19:26:37','bce63076-a85a-4ecb-b399-5369b50268be'),
(1822,5374,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2025-11-13 19:27:11','2025-11-13 19:27:11','730d8b0f-73c6-4cf8-a168-7ed5cc31ab17'),
(1823,5378,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2025-11-13 19:27:21','2025-11-13 19:27:21','2222e633-3c70-433f-bd5a-bb62e26cdc1b'),
(1825,5384,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2025-11-13 19:27:50','2025-11-13 19:27:50','9d1365dc-dfce-4222-8939-660bb16b540a'),
(1827,5389,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2025-11-13 19:28:49','2025-11-13 19:28:49','2361f7bd-36d0-4de7-9b27-cc91600737a8'),
(1829,5394,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2025-11-13 19:29:31','2025-11-13 19:29:31','9c34bb3a-e8d6-4bdf-bcae-9d231521eadd'),
(1831,5399,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2025-11-13 19:30:15','2025-11-13 19:30:15','ab048a1e-90fd-48fb-8f87-31175c436623'),
(1833,5404,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2025-11-13 19:31:19','2025-11-13 19:31:19','dc89a02b-8c18-429c-bf91-15a64e64bafe'),
(1835,5409,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2025-11-13 19:32:07','2025-11-13 19:32:07','7b4caf69-05a4-49b0-b180-80a6f9325ed0'),
(1837,5414,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2025-11-13 19:32:58','2025-11-13 19:32:58','96d6b053-f228-4961-bc46-22d23bbf9d95'),
(1839,5419,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-11-13 19:33:57','2025-11-13 19:33:57','0235e4cc-18e0-4643-b63a-80be3544d61e'),
(1841,5424,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2025-11-13 19:34:26','2025-11-13 19:34:26','4070fa22-0c71-4af8-a299-ac04c5402b69'),
(1843,5429,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2025-11-13 19:34:58','2025-11-13 19:34:58','6e9eed64-2eea-4367-aaf9-21fe97c11f73'),
(1845,5434,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2025-11-13 19:35:39','2025-11-13 19:35:39','54f9ee4f-116a-4f61-86b6-267b7eaca84e'),
(1847,5439,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2025-11-13 19:36:21','2025-11-13 19:36:21','2550579f-b443-41bf-a505-289b804a9551'),
(1849,5444,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2025-11-13 19:36:55','2025-11-13 19:36:55','ae8e222b-0962-4bd3-b721-2db61ffc0ac3'),
(1850,5448,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2025-11-13 19:37:39','2025-11-13 19:37:39','64c7471a-6cfb-401d-8f3d-7e6a7b799093'),
(1852,5453,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2025-11-13 19:38:07','2025-11-13 19:38:07','f403fc8c-30b2-4d33-a64f-e4bed1ec5e95'),
(1854,5458,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2025-11-13 19:39:18','2025-11-13 19:39:18','18f39d66-7ebc-4e02-9084-b629ffd4c362'),
(1855,5462,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2025-11-13 19:40:12','2025-11-13 19:40:12','32cc57d5-dfe7-4d85-8ea0-12638e8b4fad'),
(1857,5467,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2025-11-13 19:40:47','2025-11-13 19:40:47','85b137c4-c31c-4266-82c7-3eccbfdf5d63'),
(1859,5472,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-11-13 19:43:56','2025-11-13 19:43:56','65a49268-7ca4-4649-a8f9-acc050f33a49'),
(1861,5477,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2025-11-13 19:44:42','2025-11-13 19:44:42','c093e735-ad63-4ef8-8f70-8c4eb9c46f50'),
(1863,5482,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2025-11-13 19:45:56','2025-11-13 19:45:56','4a630276-5077-4627-b988-797a58d7e8da'),
(1865,5487,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-11-13 19:46:27','2025-11-13 19:46:27','501b14a0-dbe0-4498-920d-ecb3c9470456'),
(1867,5492,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-11-13 19:47:52','2025-11-13 19:47:52','00692a76-0075-469c-aff1-5fde9235541a'),
(1868,5496,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-11-13 19:48:34','2025-11-13 19:48:34','b4d07f51-bd54-482a-a45a-d7b43e5ab6ed'),
(1870,5501,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2025-11-13 19:49:15','2025-11-13 19:49:15','b60991d6-539d-4d7c-a79b-6b55a552e928'),
(1872,5506,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2025-11-13 19:51:51','2025-11-13 19:51:51','de440b23-7355-4fb7-99f3-476e613db50a'),
(1874,5511,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2025-11-13 19:52:27','2025-11-13 19:52:27','ffad8118-f880-4846-82ff-249cc6ee41ee'),
(1876,5516,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-11-13 19:54:12','2025-11-13 19:54:12','0062d92e-9a96-4caa-a7a2-6bf69bb83d92'),
(1878,5521,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2025-11-13 19:55:19','2025-11-13 19:55:19','6fc6ad61-4ba8-40d1-ad42-c3b4c238ce4d'),
(1880,5526,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2025-11-13 19:56:12','2025-11-13 19:56:12','f5f0b9f0-1f16-4d18-820b-c8ade8073199'),
(1882,5531,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-11-13 19:56:54','2025-11-13 19:56:54','b1fa0c2c-e631-4ee1-8fba-968ad131ae2c'),
(1884,5536,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2025-11-13 19:58:03','2025-11-13 19:58:03','e161e6c5-8a4e-47e3-843d-0018aa9ffe99'),
(1886,5541,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2025-11-13 19:58:36','2025-11-13 19:58:36','c2bac5e9-83ae-4d89-898e-02598a0bf7a7'),
(1888,5546,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2025-11-13 19:59:24','2025-11-13 19:59:24','6c55b28a-4290-4dec-bd8e-8ef4e714e773'),
(1890,5551,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-11-13 19:59:58','2025-11-13 19:59:58','e8ae9e7b-c2eb-4bad-acdb-325e9149dc47'),
(1892,5556,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2025-11-13 20:06:04','2025-11-13 20:06:04','e35db604-007a-4455-bfec-cda5039257ad'),
(1894,5561,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2025-11-13 20:06:44','2025-11-13 20:06:44','08fc0bbc-9721-4357-b356-c00fa7006d7c'),
(1896,5566,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2025-11-13 20:07:22','2025-11-13 20:07:22','1ac2be6c-fb77-47da-9893-d48ab6a5e4dd'),
(1898,5571,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2025-11-13 20:07:52','2025-11-13 20:07:52','149b60db-f3c5-4f59-8d8a-cfe934a7cc6f'),
(1900,5576,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-11-13 20:08:25','2025-11-13 20:08:25','08733a2c-b85a-49c8-bab2-197d1389be12'),
(1902,5579,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-11-13 20:08:58','2025-11-13 20:08:58','3cd9faec-1459-45c6-a811-03a9329fc744'),
(1904,5583,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2025-11-13 20:09:30','2025-11-13 20:09:30','1439a2d2-3b50-4d2d-9fc9-eead3bbffedd'),
(1906,5588,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2025-11-13 20:10:05','2025-11-13 20:10:05','064286af-9f59-4be3-81c3-0a2a3e6c3e48'),
(1908,5593,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2025-11-13 20:10:45','2025-11-13 20:10:45','2cba25cd-9795-4e4a-bc7d-d3ca49ca4c9f'),
(1910,5598,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2025-11-13 20:11:22','2025-11-13 20:11:22','bd53b4d0-8180-4821-9ec1-66ef70d30579'),
(1912,5603,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2025-11-13 20:11:57','2025-11-13 20:11:57','b3941e0d-1694-4f5c-abad-c2af26389e5e'),
(1914,5608,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2025-11-13 20:12:32','2025-11-13 20:12:32','b99245e1-ab20-4f89-852d-8751bb01b784'),
(1916,5613,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-11-13 20:13:03','2025-11-13 20:13:03','6e8a7d51-4e01-4a31-9c8f-ebc664d54698'),
(1918,5618,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2025-11-13 20:13:55','2025-11-13 20:13:55','7d1bcc4a-d6bb-4aef-bf99-5df2a3f88caa'),
(1920,5623,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2025-11-13 20:14:28','2025-11-13 20:14:28','977139ac-3568-4ee3-9370-cd50cfaa7773'),
(1922,5628,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-11-13 20:15:18','2025-11-13 20:15:18','42520a7b-8560-4723-b7d3-69cd8cb4b723'),
(1924,5633,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-11-13 20:15:57','2025-11-13 20:15:57','21a02c60-6b8e-4969-8a86-2b0ff1557e4e'),
(1926,5636,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2025-11-13 20:16:13','2025-11-13 20:16:13','3b8fc4fc-477d-46d8-837a-aba19cf57626'),
(1930,5640,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2025-11-13 20:17:06','2025-11-13 20:17:06','9bf84781-2a52-4d1b-a0ca-e5f710785d87'),
(1932,5642,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2025-11-13 20:17:14','2025-11-13 20:17:14','b6cac71e-4c24-4e32-bd5d-5595cc519b59'),
(1933,5645,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2025-11-13 20:17:57','2025-11-13 20:17:57','62d21df0-fb2c-449e-a87b-584e05bf0211'),
(1935,5650,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-11-13 20:18:17','2025-11-13 20:18:17','086f116f-676d-4d28-9c7c-f4c6279cca4d'),
(1936,5654,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2025-11-13 20:18:52','2025-11-13 20:18:52','85bee430-c07b-42a2-85e9-b2363d73fa78'),
(1938,5657,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-11-13 20:19:03','2025-11-13 20:19:03','9a0909b5-49ac-44bf-bb6e-da92740b550e'),
(1940,5659,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2025-11-13 20:19:10','2025-11-13 20:19:10','b37d6ce8-1861-4227-a54c-2fe0a2515cec'),
(1942,5663,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2025-11-13 20:19:38','2025-11-13 20:19:38','0bdc1d40-3cb7-482a-8dfe-867da8eed280'),
(1944,5666,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-11-13 20:19:48','2025-11-13 20:19:48','4a0bf3ee-df8b-4d02-8a43-96a17d3159c7'),
(1946,5668,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2025-11-13 20:19:54','2025-11-13 20:19:54','c8ace005-8365-4110-819f-9127ea160910'),
(1948,5670,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2025-11-13 20:20:09','2025-11-13 20:20:09','33d399c7-7c5b-46c0-a7ac-0adc75b9c0cf'),
(1949,5671,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2025-11-13 20:20:15','2025-11-13 20:20:15','8555c66f-aed4-43ee-b842-2d1566d6b65a'),
(1950,5674,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2025-11-13 20:20:51','2025-11-13 20:20:51','1b355c4e-2290-454d-b80d-5a920904819a'),
(1954,5682,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-11-13 21:31:59','2025-11-13 21:31:59','19b29244-f671-444d-a4a0-a2583a628380'),
(1960,5698,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2025-11-14 16:30:47','2025-11-14 16:30:47','4c6fe849-9955-46c8-8637-b213f64af2d2'),
(1964,5712,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-11-14 16:35:59','2025-11-14 16:35:59','e2b8cea0-bff9-4ca2-83b5-6b3b9b790254'),
(1967,5721,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2025-11-14 16:38:20','2025-11-14 16:38:20','e521d363-7c6d-486a-8ac0-41d8ece46b1e'),
(1968,5726,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-11-14 16:40:24','2025-11-14 16:40:24','e07fa992-0128-4f38-b047-28817e5a9f42'),
(1971,5739,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-11-14 16:44:22','2025-11-14 16:44:22','cc386d50-650b-4a88-ae54-ce077f052793'),
(1973,5746,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2025-11-14 16:45:25','2025-11-14 16:45:25','e4976b02-8ebf-44cd-8bbd-ec225b6cc706'),
(1976,5757,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2025-11-14 16:47:45','2025-11-14 16:47:45','a3f51113-dbd1-4d55-9dcf-ab849187e019'),
(1978,5763,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-11-14 16:48:38','2025-11-14 16:48:38','cd7e1b06-1fb9-4bdb-b126-40eb4f8fdd0c'),
(1980,5769,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2025-11-14 16:49:46','2025-11-14 16:49:46','d84ea76c-f680-4392-842e-4827094f8f98'),
(1982,5775,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2025-11-14 16:50:33','2025-11-14 16:50:33','afbdca4c-f998-4177-90ad-6302c91e578e'),
(1984,5781,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2025-11-14 16:51:28','2025-11-14 16:51:28','98835eef-131f-427b-bd7c-9cdc6d6dbc9f'),
(1986,5787,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2025-11-14 16:54:37','2025-11-14 16:54:37','95f804d6-7b6a-4fca-ad1b-30939737e66f'),
(1988,5793,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2025-11-14 16:55:31','2025-11-14 16:55:31','ece0840a-5d32-4c41-b8a4-7e22c94db397'),
(1990,5799,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2025-11-14 16:56:47','2025-11-14 16:56:47','3dd91341-56f5-484a-9aac-ed48e41a9587'),
(1992,5805,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2025-11-14 16:57:53','2025-11-14 16:57:53','c633c86e-ffc0-4c58-b3d6-062a348d18c7'),
(1994,5811,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-11-14 16:58:53','2025-11-14 16:58:53','279be65e-aa0a-4aa1-996a-93d941dbd6cd'),
(1996,5817,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-11-14 16:59:14','2025-11-14 16:59:14','513d94eb-d7f9-41c3-bd97-4eb83c212e84'),
(1998,5823,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2025-11-14 17:03:41','2025-11-14 17:03:41','607871af-f00b-45fb-b141-40373405d88e'),
(2000,5829,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2025-11-14 17:04:44','2025-11-14 17:04:44','d5343efa-19d6-4c92-a7bf-ce77650dce63'),
(2002,5835,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2025-11-14 17:05:38','2025-11-14 17:05:38','d020ac6a-3fc4-451f-8a31-f574eca61c0c'),
(2004,5841,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2025-11-14 17:06:45','2025-11-14 17:06:45','bb4f8f66-b24f-4064-aca0-9673885074d6'),
(2006,5847,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2025-11-14 17:07:37','2025-11-14 17:07:37','29289d9d-0be5-4b50-b11b-df307c88cc7d'),
(2008,5853,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2025-11-14 17:08:31','2025-11-14 17:08:31','cc06acd1-da5e-488d-9121-724642c7d412'),
(2010,5859,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2025-11-14 17:09:23','2025-11-14 17:09:23','0a1b874e-4975-4c20-b01d-534f765c0612'),
(2012,5865,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2025-11-14 17:10:29','2025-11-14 17:10:29','4c5a1bd8-0f13-49f1-aafb-7e621ce46c61'),
(2014,5871,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2025-11-14 17:12:22','2025-11-14 17:12:22','05688885-4820-45d7-849e-4aea2588c01a'),
(2016,5877,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-11-14 17:13:14','2025-11-14 17:13:14','f433eee5-6d6f-4c30-a928-29617d161ad1'),
(2018,5883,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-11-14 17:13:58','2025-11-14 17:13:58','494331ce-0b5b-409c-b2ee-ecef42978df9'),
(2020,5889,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2025-11-14 17:16:05','2025-11-14 17:16:05','97a10b69-aa38-4ce5-80e3-d5df9b206444'),
(2022,5895,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2025-11-14 17:17:11','2025-11-14 17:17:11','1a7307c4-3707-4b27-88ea-626c9b8108a9'),
(2024,5901,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-11-14 17:18:18','2025-11-14 17:18:18','413bb942-b518-4405-8f6e-28cd7d8edb5d'),
(2026,5907,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2025-11-14 17:20:43','2025-11-14 17:20:43','7f72bd80-f2fe-4159-8193-305ccd501d53'),
(2028,5913,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2025-11-14 17:21:34','2025-11-14 17:21:34','ff57de5d-9284-4960-b4b9-8ae0e32ef283'),
(2030,5919,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-11-14 17:24:43','2025-11-14 17:24:43','997eb546-f5cc-49a0-aa0f-5d95887d3d9a'),
(2032,5925,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2025-11-14 17:26:13','2025-11-14 17:26:13','576c4abe-9254-47c5-83a9-66e1b2a0079f'),
(2034,5931,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2025-11-14 17:27:22','2025-11-14 17:27:22','5d3ed613-5917-4330-818a-8789f65c855d'),
(2036,5937,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-11-14 17:28:32','2025-11-14 17:28:32','fc171a1e-fb9d-4e3f-a580-07ba9cee2009'),
(2038,5943,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2025-11-14 17:29:48','2025-11-14 17:29:48','8d0f3a77-706b-4b4e-819e-147d85c47795'),
(2040,5949,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2025-11-14 17:31:14','2025-11-14 17:31:14','1dd01b28-9be5-4f10-9384-9c6fa0c1fda2'),
(2042,5955,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2025-11-14 17:32:18','2025-11-14 17:32:18','a478e395-c479-46eb-a554-ea91f94d887b'),
(2044,5961,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-11-14 17:33:20','2025-11-14 17:33:20','d1da75ba-baf3-4d5e-ae31-bfc99b641bf6'),
(2046,5967,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2025-11-14 17:45:13','2025-11-14 17:45:13','9d15c0ad-a7cf-4d2c-a335-615ddb03e5b5'),
(2048,5973,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-11-14 17:46:29','2025-11-14 17:46:29','1d80ab99-4de9-4752-8f60-7fa84ddc6a59'),
(2050,5979,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2025-11-14 17:47:42','2025-11-14 17:47:42','f2b44ab6-9442-477b-8472-f436fb2a270b'),
(2051,5984,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2025-11-14 17:48:42','2025-11-14 17:48:42','3e8fdfba-6e69-4ac4-92b6-4a0f61250e82'),
(2052,5989,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-11-14 17:50:36','2025-11-14 17:50:36','782419ac-c859-493b-8f53-862b16c1a645'),
(2055,5996,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2025-11-14 18:15:40','2025-11-14 18:15:40','ea22c1bf-e0a4-4510-acd9-93cfc211af94'),
(2057,6002,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2025-11-14 18:17:03','2025-11-14 18:17:03','e808aa28-4dbf-4914-b7e8-1da57ca9a81d'),
(2059,6008,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2025-11-14 18:17:51','2025-11-14 18:17:51','bf46aaa8-7721-4865-80b5-ff7b723acfff'),
(2060,6010,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-11-14 18:18:00','2025-11-14 18:18:00','55cc1533-e1fa-42fc-ac0a-dbff475fb3a6'),
(2062,6016,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-11-14 18:18:54','2025-11-14 18:18:54','395d8e8f-ef25-4b35-9d3c-806d76fd52e6'),
(2064,6022,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2025-11-14 18:19:43','2025-11-14 18:19:43','b9cd337e-7cfc-4998-b463-25caeb6e385e'),
(2066,6028,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-11-14 18:20:53','2025-11-14 18:20:53','1dae8f52-b674-472c-896f-a772bc7322ff'),
(2069,6035,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2025-11-14 18:21:50','2025-11-14 18:21:50','92c0e36b-9a1c-48bb-8abc-f06aacde0992'),
(2071,6041,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2025-11-14 18:22:47','2025-11-14 18:22:47','901850cc-e1df-4319-9b20-5f6ac592d9ab'),
(2073,6047,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2025-11-14 18:23:30','2025-11-14 18:23:30','648c5219-5996-49a9-bdd3-b62fe5a2e9f6'),
(2088,6068,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2025-11-17 14:59:56','2025-11-17 14:59:56','4bd59ca5-20b9-4592-beae-b2599f3d3f7e'),
(2091,6077,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2025-11-17 15:01:37','2025-11-17 15:01:37','4e21cf1d-b1b6-4009-a81c-2a6bced18913'),
(2093,6084,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2025-11-17 15:03:58','2025-11-17 15:03:58','944ed16c-f63f-48a1-ab0a-039157317766'),
(2095,6088,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2025-11-17 15:04:56','2025-11-17 15:04:56','a042fb30-dad8-4c10-ba3f-5466ccd5d873'),
(2097,6094,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2025-11-17 15:12:02','2025-11-17 15:12:02','98b48400-df70-4779-b947-1d2faecbe480'),
(2099,6101,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2025-11-17 15:16:11','2025-11-17 15:16:11','e40f13ef-c775-4bae-8cd0-3d047381fbd0'),
(2101,6107,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2025-11-17 15:17:07','2025-11-17 15:17:07','ea0ad799-9653-43b6-b818-8454bf48b773'),
(2104,6113,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2025-11-17 15:34:54','2025-11-17 15:34:54','64025b26-eb86-4307-953d-da32f253d418'),
(2105,6117,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2025-11-17 15:36:44','2025-11-17 15:36:44','fdeacfec-ab21-42b2-a0e7-88a3c2ceacf9'),
(2107,6122,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2025-11-17 15:38:31','2025-11-17 15:38:31','60bfe708-478d-4734-bfe5-93afb03d761e'),
(2109,6125,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2025-11-17 15:38:51','2025-11-17 15:38:51','e9dcbc65-0377-40db-9692-3d9d371da612'),
(2111,6131,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-11-17 15:41:10','2025-11-17 15:41:10','ebfabb4e-b653-4109-8f74-9fbaae06c414'),
(2113,6138,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-11-17 15:41:58','2025-11-17 15:41:58','e196e54c-391a-4f9a-8b4c-f89263b84593'),
(2115,6145,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2025-11-17 15:43:23','2025-11-17 15:43:23','67eb8c5d-b389-4581-a226-e3f2d564ed86'),
(2117,6149,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2025-11-17 15:55:31','2025-11-17 15:55:31','c6350107-ea2e-418e-96f6-ca8e2014c748'),
(2119,6151,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2025-11-17 15:56:17','2025-11-17 15:56:17','a6d414e9-be1b-4362-8a77-9303d297cd6b'),
(2121,6153,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2025-11-17 15:57:09','2025-11-17 15:57:09','f6271652-e498-4304-9d92-15bb5bfa60fb'),
(2123,6159,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2025-11-17 15:57:50','2025-11-17 15:57:50','f3389f1c-a1c4-4768-a0ce-c2b325bf3b1a'),
(2125,6162,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2025-11-17 15:58:21','2025-11-17 15:58:21','ec29a2dc-deba-4376-8b4c-466375cd15c5'),
(2127,6168,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2025-11-17 16:03:20','2025-11-17 16:03:20','81f34a0d-ea23-4882-a5f9-b76b737875e4'),
(2129,6176,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2025-11-17 16:04:15','2025-11-17 16:04:15','bbcf869c-e4e3-47bf-8b2a-41c8c72aa003'),
(2131,6180,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2025-11-17 16:06:53','2025-11-17 16:06:53','b9b7c74f-8446-4922-a930-d503bafea567'),
(2133,6186,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2025-11-17 16:08:26','2025-11-17 16:08:26','fd9ab655-fb84-4479-8099-ae81987b5a45'),
(2135,6193,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2025-11-17 16:13:13','2025-11-17 16:13:13','320534d4-c705-4a2a-a88e-7966ffbeda4f'),
(2136,6196,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2025-11-17 16:13:46','2025-11-17 16:13:46','a625e518-79f9-44c1-95bf-2863f77bb255'),
(2138,6199,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2025-11-17 16:15:23','2025-11-17 16:15:23','a40612c7-06bf-4ec3-a6a6-430f226945db'),
(2140,6204,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2025-11-17 16:17:44','2025-11-17 16:17:44','e2d9247a-5a40-4e48-8974-170e03a75950'),
(2142,6210,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-11-17 16:19:29','2025-11-17 16:19:29','bfd3d956-9212-4e81-8ff5-459801408669'),
(2144,6217,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2025-11-17 16:21:02','2025-11-17 16:21:02','671b8f08-a3ca-4812-bab5-f84cf8120089'),
(2146,6221,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2025-11-17 16:21:18','2025-11-17 16:21:18','1b0037ce-f636-4914-bd53-33b27dd7c215'),
(2148,6225,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2025-11-17 16:22:37','2025-11-17 16:22:37','c60c2a29-0c99-476d-a5f6-8f6aad3d7732'),
(2150,6228,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2025-11-17 16:23:26','2025-11-17 16:23:26','619630d7-d764-4a66-857a-54de1770996d'),
(2152,6230,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2025-11-17 16:23:56','2025-11-17 16:23:56','bc369348-4b9e-482b-9361-0015f5551cf1'),
(2154,6232,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2025-11-17 16:24:49','2025-11-17 16:24:49','f5b119fe-5624-4fb0-8234-c4c0c740e94c'),
(2156,6236,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2025-11-17 16:25:54','2025-11-17 16:25:54','5ae3bca0-6d57-49ec-a1de-6fa5c1da3343'),
(2158,6242,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2025-11-17 16:32:33','2025-11-17 16:32:33','3811910a-5c66-455c-b3f5-895d1aa128e2'),
(2160,6246,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2025-11-17 16:33:14','2025-11-17 16:33:14','d68d1b0d-2daf-4bde-b5c2-d5da4e111ba0'),
(2162,6248,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-11-17 16:33:40','2025-11-17 16:33:40','fe7268d4-fee6-420f-91bb-b2d17741e392'),
(2164,6251,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2025-11-17 16:35:08','2025-11-17 16:35:08','f69cf162-26ab-4d1d-a8b8-f122dda7bb45'),
(2166,6260,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2025-11-17 16:36:55','2025-11-17 16:36:55','a586d151-5d54-41aa-9eb1-3ff8fc8e99f8'),
(2168,6266,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2025-11-17 16:38:04','2025-11-17 16:38:04','3b4c4b9e-4010-41db-8c4d-2870318a163b'),
(2170,6271,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2025-11-17 16:38:25','2025-11-17 16:38:25','a5b318f9-47b6-4d57-adac-8661184ae57e'),
(2172,6274,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2025-11-17 16:39:15','2025-11-17 16:39:15','2f1767dd-ac61-4ff0-8d74-a527fc17de22'),
(2174,6276,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2025-11-17 16:40:10','2025-11-17 16:40:10','206b03a7-4164-4033-86f5-352ad8bd8858'),
(2176,6282,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2025-11-17 16:41:36','2025-11-17 16:41:36','3073039b-76e7-4a0a-9e15-94dd14bd684a'),
(2178,6288,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2025-11-17 16:42:54','2025-11-17 16:42:54','ff027c6a-08bb-45eb-8182-059ccaeed2bf'),
(2180,6295,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2025-11-17 16:44:05','2025-11-17 16:44:05','de507608-6f97-4c31-96de-d4569688cc65'),
(2182,6300,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2025-11-17 16:45:42','2025-11-17 16:45:42','98383b1d-142d-4223-b97c-e300ab1829ac'),
(2184,6303,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2025-11-17 16:46:07','2025-11-17 16:46:07','5743bf7f-380e-4873-9a62-d952101ed134'),
(2186,6306,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2025-11-17 16:47:04','2025-11-17 16:47:04','43e76120-d239-46a9-aecd-076c6d3053ae'),
(2188,6309,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2025-11-17 16:47:49','2025-11-17 16:47:49','9381b521-7a6a-48de-ba06-f00b3c00b728'),
(2190,6312,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2025-11-17 16:48:44','2025-11-17 16:48:44','94f15234-80a2-4b5b-ae93-b716039f5574'),
(2192,6315,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2025-11-17 16:49:12','2025-11-17 16:49:12','48905cd6-3107-4d93-a942-aa2c65005e5a'),
(2194,6317,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2025-11-17 16:49:29','2025-11-17 16:49:29','3d338004-fc41-47c0-9539-a2fe34ed5f84'),
(2196,6321,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-11-17 16:50:38','2025-11-17 16:50:38','4bc3180e-60c1-4651-8ee9-b360e67b02ce'),
(2198,6325,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2025-11-17 16:51:01','2025-11-17 16:51:01','f21626e2-ce96-417a-8721-80b5dde1f742'),
(2200,6327,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2025-11-17 16:51:11','2025-11-17 16:51:11','94df944d-db38-4032-bfa0-c6faf64900a1'),
(2202,6331,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2025-11-17 16:52:25','2025-11-17 16:52:25','d17c108a-8be6-431a-9592-c43771363101'),
(2204,6334,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-11-17 16:52:46','2025-11-17 16:52:46','58bcfa6e-4845-4cb3-b27c-f381f81894b7'),
(2206,6336,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-11-17 16:53:01','2025-11-17 16:53:01','11514399-8df1-4494-afa5-25bdab044d75'),
(2208,6338,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-11-17 16:53:34','2025-11-17 16:53:34','e32c2d60-275a-4d95-a2fe-1b6ca9d14edf'),
(2211,6345,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2025-11-17 16:55:07','2025-11-17 16:55:07','a6ab836b-3241-4bd9-bfc4-adbc4bdb2ada'),
(2212,6348,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2025-11-17 16:55:43','2025-11-17 16:55:43','0b22cd1f-f50d-4b9e-bff4-1e7a5744ec2e'),
(2214,6350,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2025-11-17 16:56:05','2025-11-17 16:56:05','7e43cd59-62b6-42db-8751-7d0ef7131f81'),
(2216,6352,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-11-17 16:56:34','2025-11-17 16:56:34','7b231026-6e66-4595-a101-5ef563e1a56c'),
(2218,6354,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2025-11-17 16:56:56','2025-11-17 16:56:56','36cc2130-cef5-40b5-bd99-2f0a3c8bb55b'),
(2220,6356,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2025-11-17 16:57:06','2025-11-17 16:57:06','7091cf9f-7db8-4848-9289-798de51f3fd3'),
(2222,6358,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2025-11-17 16:57:12','2025-11-17 16:57:12','cb3a7a23-8cec-42fd-871d-e5301a3e49ad'),
(2224,6360,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-11-17 16:57:32','2025-11-17 16:57:32','39a1311b-a106-4ffa-a247-f0da556da250'),
(2226,6366,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2025-11-17 16:58:10','2025-11-17 16:58:10','f5bf552a-2a49-4542-9c53-498c67f19717'),
(2228,6369,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2025-11-17 16:58:37','2025-11-17 16:58:37','982bc451-034f-4fe4-8583-4ed18d695373'),
(2229,6370,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2025-11-17 16:59:02','2025-11-17 16:59:02','d568e4bf-4124-46ed-af86-3e7745b46315'),
(2231,6372,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2025-11-17 16:59:29','2025-11-17 16:59:29','ee299c4c-7ada-469a-96b7-8124eb2eb4ec'),
(2233,6375,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-11-17 17:00:27','2025-11-17 17:00:27','465d0d52-2db2-4ce5-bd4c-7a8bb1ad081b'),
(2235,6378,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2025-11-17 17:01:01','2025-11-17 17:01:01','15e24628-c379-46f9-b48c-a1c7bb338173'),
(2237,6380,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2025-11-17 17:01:07','2025-11-17 17:01:07','1fbb3b9e-7506-4574-8bc3-8cfbd3d44ba1'),
(2239,6382,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2025-11-17 17:01:13','2025-11-17 17:01:13','3e3a9116-c082-4365-8240-b716bc0f41fa'),
(2240,6383,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2025-11-17 17:01:19','2025-11-17 17:01:19','3dc6a4dc-72e0-45d7-8d0f-d0b735cb0ecd'),
(2241,6384,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2025-11-17 17:01:32','2025-11-17 17:01:32','bf887821-28be-4d64-8ce4-6065086a1930'),
(2242,6387,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2025-11-17 17:32:09','2025-11-17 17:32:09','bd56377e-f434-4d49-b261-2d6551cb083c'),
(2244,6392,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2025-11-18 16:47:26','2025-11-18 16:47:26','a3c8fb94-7797-4184-adcc-480b89553275'),
(2245,6394,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2025-11-18 16:48:51','2025-11-18 16:48:51','2f67fb00-d05c-4dc4-b446-a3609a12a94e'),
(2247,6396,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2025-11-18 16:49:19','2025-11-18 16:49:19','45aff2ce-caac-4bbf-a880-2e8f46d2e57f'),
(2249,6398,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2025-11-18 16:58:20','2025-11-18 16:58:20','b728cfe4-9c1d-4757-aa98-39dcf1ac5c7c'),
(2251,6400,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2025-11-18 16:59:09','2025-11-18 16:59:09','a6b7b06e-cb6a-478b-a8b7-0769434e0857'),
(2253,6402,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2025-11-18 16:59:49','2025-11-18 16:59:49','3bbb1a76-8d92-4169-af27-ad1abe504282'),
(2255,6404,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2025-11-18 17:00:32','2025-11-18 17:00:32','1bae1f9d-c519-4327-a354-ae014d48af0d'),
(2257,6406,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-11-18 17:00:54','2025-11-18 17:00:54','9ceb7536-e68f-47bb-8f14-2c1fe03e0259'),
(2259,6408,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2025-11-18 17:02:08','2025-11-18 17:02:08','f5a09ddd-caf9-4b27-9b0a-ebefe71084f1'),
(2261,6410,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2025-11-18 17:02:20','2025-11-18 17:02:20','97673b3b-166c-4301-8887-3c4da6dc0bab'),
(2263,6412,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2025-11-18 17:03:04','2025-11-18 17:03:04','5504404d-6fe6-45db-a03b-dd4cc6c37d42'),
(2265,6414,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2025-11-18 17:03:39','2025-11-18 17:03:39','0d921b60-6e73-4585-baa3-34b5c1c1f17c'),
(2267,6416,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2025-11-18 17:03:57','2025-11-18 17:03:57','aad5baf1-62d4-413c-b806-00ebd8a1ece1'),
(2269,6418,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2025-11-18 17:06:51','2025-11-18 17:06:51','5ee5d02e-f21d-494c-9a17-07f46a7682be'),
(2273,6423,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2025-11-19 20:58:44','2025-11-19 20:58:44','19d29fea-14b1-417b-894e-ba8438ac3957'),
(2276,6436,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2025-11-24 14:42:16','2025-11-24 14:42:16','8fdafaf7-1159-413b-9aa0-4d78dd1e948b'),
(2279,6443,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2025-11-24 17:09:22','2025-11-24 17:09:22','e4056148-ee0c-4844-a118-b6435b02f06a'),
(2281,6445,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2025-11-24 17:46:53','2025-11-24 17:46:53','a7910ea1-07af-4c69-ad45-88946a1d56d3'),
(2283,6454,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-12-01 19:35:58','2025-12-01 19:35:58','409ff165-ef4e-44e0-864a-8015d82a90a9'),
(2284,6457,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-12-01 19:36:11','2025-12-01 19:36:11','2f6e1883-6d4c-4f6e-b54c-ba029b9b5874'),
(2285,6463,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-12-01 19:40:26','2025-12-01 19:40:26','ea1a975b-a24d-4b43-bc6d-1e846f768257'),
(2287,6467,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2025-12-01 19:40:57','2025-12-01 19:40:57','93be9d24-e29c-4cb6-a6fd-a2ae2c807abf'),
(2294,6507,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,6,'2025-12-05 20:15:12','2025-12-23 18:40:44','2a3d39ca-bb1c-45db-a53f-4044bbe6792c'),
(2295,6521,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-12-12 18:18:37','2025-12-12 18:18:37','a86e5591-08a6-49b6-888a-1135bf109082'),
(2297,6523,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2025-12-12 18:42:28','2025-12-12 18:42:28','8107c37b-6e08-4adb-b4d9-f599ab19c3c0'),
(2299,6531,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2025-12-12 18:49:40','2025-12-12 18:49:40','175e7fa5-264c-454e-bf6a-5d3b70d9f594'),
(2301,6534,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2025-12-12 18:50:45','2025-12-12 18:50:45','505f0428-76fe-4c17-a57a-3e0a19404293'),
(2303,6536,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2025-12-12 18:53:00','2025-12-12 18:53:00','5a3df065-438b-4689-b4b1-ef2d00795d1b'),
(2309,6552,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2025-12-15 19:56:06','2025-12-15 19:56:06','65345295-a132-478b-a407-a90ffbc8ac9d'),
(2312,6555,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-12-16 14:41:54','2025-12-16 14:41:54','16a71a6c-c19a-4ea4-9b42-27a493272688'),
(2314,6559,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-12-16 14:42:53','2025-12-16 14:42:53','d04b1c66-c3cc-4d7a-a933-554a79571f86'),
(2316,6562,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2025-12-16 14:43:05','2025-12-16 14:43:05','3747f757-1aad-4fea-bf77-febcaa44d0fa'),
(2318,6564,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-12-16 14:43:40','2025-12-16 14:43:40','4523983f-d058-47b6-97cb-53037c5e41f0'),
(2320,6573,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2025-12-16 14:50:05','2025-12-16 14:50:05','62d59c3a-56d9-4832-aa23-c65d6ec864de'),
(2322,6586,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-12-16 14:52:15','2025-12-16 14:52:15','44adbdb8-088b-4287-aa7d-8bac0fd12e7c'),
(2324,6592,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2025-12-16 14:52:22','2025-12-16 14:52:22','d93e5e07-34c7-4566-b155-160b25dc359c'),
(2326,6594,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2025-12-16 15:00:08','2025-12-16 15:00:08','8208e94c-2eb2-4b5f-a0c5-01ca53e65043'),
(2328,6604,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2025-12-16 15:07:35','2025-12-16 15:07:35','78aa4330-e3ef-42ed-8c9c-cdf33c900a5e'),
(2330,6609,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2025-12-16 15:16:08','2025-12-16 15:16:08','c7352e20-744a-4883-ac78-8799691f11ac'),
(2332,6612,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-12-16 15:17:27','2025-12-16 15:17:27','5a1765a2-5b95-44d0-97a1-4c2549827d3a'),
(2334,6616,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-12-16 15:22:48','2025-12-16 15:22:48','65399bf2-c7de-4651-8349-f5432cc03579'),
(2336,6619,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-12-16 15:23:29','2025-12-16 15:23:29','eef278e2-1c76-4d40-af6f-97ea194aaa40'),
(2337,6624,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-12-16 15:25:40','2025-12-16 15:25:40','9835b17a-18a6-4442-857f-c9686ce79fb4'),
(2339,6631,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-12-16 15:26:54','2025-12-16 15:26:54','5e086dc1-75d1-4644-a63b-ecb54ef69ea1'),
(2341,6634,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2025-12-16 15:26:56','2025-12-16 15:26:56','33beb602-3ffd-4697-82db-fd7497b49c7f'),
(2342,6642,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-12-16 15:30:59','2025-12-16 15:30:59','909cff01-68df-4887-a86e-dc96bc91e176'),
(2344,6644,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-12-16 15:31:29','2025-12-16 15:31:29','cf758c19-454e-4d4d-a8fa-ec33f7440906'),
(2346,6646,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-12-16 15:32:07','2025-12-16 15:32:07','68c86709-d0a8-48a5-8bd5-6f644ebe9282'),
(2348,6654,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-12-16 15:32:50','2025-12-16 15:32:50','b3d97f3b-d1d7-4d76-945c-831065192838'),
(2350,6673,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-12-16 15:37:56','2025-12-16 15:37:56','6f6969b7-e93e-4114-a2bd-2734bf413e9d'),
(2352,6686,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-12-16 15:40:19','2025-12-16 15:40:19','5674a5c9-12ae-4c64-84f5-458236fef967'),
(2354,6689,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2025-12-16 15:40:58','2025-12-16 15:40:58','5bf708ee-4594-4f99-9284-3e32e20428fb'),
(2362,6712,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-12-23 19:14:35','2025-12-23 19:14:35','6ee1ceb2-a2be-4bbd-8606-009dd94758df'),
(2364,6714,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-12-23 19:14:38','2025-12-23 19:14:38','65dffbd2-8aaa-4f0c-aeaa-8e32d6b3183d'),
(2366,6716,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-12-23 19:14:50','2025-12-23 19:14:50','842c6072-c166-461e-bab8-f0667370237c'),
(2368,6720,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-12-23 19:16:28','2025-12-23 19:16:28','80fdd27f-e8a9-4d42-94ad-818378134ad1'),
(2370,6726,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2025-12-23 19:19:50','2025-12-23 19:19:50','e2968e52-6554-4e81-90ce-637940f5a1b7'),
(2372,6739,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2025-12-30 19:41:52','2025-12-30 19:41:52','4ebf2d36-8a34-44a2-9595-1a60d4637e87'),
(2373,6740,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2025-12-30 19:43:27','2025-12-30 19:43:27','28f15d0e-7ef7-4f5b-8566-d59fe2d05473'),
(2374,6752,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2025-12-30 19:46:23','2025-12-30 19:46:23','f24cdfb9-ca6b-4c3f-a632-c13c56012b40'),
(2376,6768,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2025-12-30 20:04:57','2025-12-30 20:04:57','fdd794c1-6e16-4049-803a-eea10b66e4dd'),
(2378,6770,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2025-12-30 20:05:38','2025-12-30 20:05:38','3739eef0-eb92-4a5c-bfa9-6ce909b79396'),
(2380,6773,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2025-12-30 21:29:25','2025-12-30 21:29:25','40733b22-61d8-4375-bbc7-817046a70708'),
(2382,6785,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2025-12-30 21:31:13','2025-12-30 21:31:13','fa115c7a-c845-4921-bdbb-a325b7aff518'),
(2384,6798,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2025-12-30 21:39:21','2025-12-30 21:39:21','444408ba-710d-4688-bc37-30784db7d0b5'),
(2385,6802,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-02 19:49:14','2026-01-02 19:49:14','f209d9e7-37de-4313-85a0-e14e2837bcfa'),
(2386,6804,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-02 19:50:00','2026-01-02 19:50:00','66c327aa-d081-4012-9072-f59ce0d55724'),
(2388,6807,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-02 19:56:16','2026-01-02 19:56:16','c6439a62-8b3e-4ad5-b497-029e9520ce5f'),
(2390,6810,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-02 19:59:27','2026-01-02 19:59:27','b662ac88-f58d-41fc-b3e5-292e45f85026'),
(2392,6813,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-02 20:00:29','2026-01-02 20:00:29','7f266c23-063e-45a7-8b5f-77deaaf39474'),
(2394,6816,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-02 20:02:02','2026-01-02 20:02:02','b4bfb05c-6705-477a-afd0-e6963b0ad274'),
(2396,6819,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-02 20:04:06','2026-01-02 20:04:06','ffa44ed1-7e5e-41cf-a13a-f2e3bfeb4e35'),
(2398,6822,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-02 20:05:06','2026-01-02 20:05:06','41a99695-145f-4104-9b97-9c2be4678b5d'),
(2400,6825,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-02 20:06:19','2026-01-02 20:06:19','7f5b8ca9-da9b-4a51-abee-8bb7f1b22614'),
(2402,6828,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-02 20:08:18','2026-01-02 20:08:18','ef6bf68e-71b6-416d-8968-91e9ee3b33c6'),
(2404,6831,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-02 20:08:57','2026-01-02 20:08:57','0b0f8e51-0019-4746-8f13-f915725b6b16'),
(2406,6834,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-02 20:10:34','2026-01-02 20:10:34','a77629c9-e09e-49e5-98f0-2f3d87a79556'),
(2407,6836,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-02 20:13:09','2026-01-02 20:13:09','86c0d63c-ed72-41da-8e05-d9b99f9e0b87'),
(2409,6839,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-02 20:15:31','2026-01-02 20:15:31','4c6da627-d5dd-4f0e-bde3-22a5fbc1d194'),
(2410,6841,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-02 20:16:44','2026-01-02 20:16:44','8abe9e67-50ce-4a74-b22a-ba8aae1b45c4'),
(2412,6845,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-02 20:17:23','2026-01-02 20:17:23','252f0759-22f8-4582-a72c-4f99cf8210d9'),
(2414,6848,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-02 20:18:16','2026-01-02 20:18:16','c690eae6-706c-422f-bae0-012d5eb03df5'),
(2416,6851,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-02 20:21:09','2026-01-02 20:21:09','d1f6e568-b732-4243-a32b-4333a1259945'),
(2418,6854,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-02 20:22:12','2026-01-02 20:22:12','2a3b0359-abf7-447a-96ad-36e43f48ca00'),
(2420,6856,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-02 20:24:05','2026-01-02 20:24:05','2108c107-3b5b-44fe-be99-39e03a30ccea'),
(2422,6859,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-02 20:25:34','2026-01-02 20:25:34','d5fcff9a-9da7-4fde-868d-3c7983bb8e5c'),
(2424,6862,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-02 20:26:45','2026-01-02 20:26:45','2942e5fd-6aed-4af8-ad11-7fb2b3c3ce2b'),
(2426,6866,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-02 20:29:17','2026-01-02 20:29:17','4304245c-df27-418d-9ec2-f49029b387e3'),
(2428,6869,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-02 20:30:07','2026-01-02 20:30:07','290a8dac-45da-42ef-a579-d776188ef276'),
(2430,6871,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-02 20:31:06','2026-01-02 20:31:06','8eec2aaf-4813-45bd-bf3b-4d072bc8b6ba'),
(2432,6874,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-02 20:31:57','2026-01-02 20:31:57','f82f069d-dace-481f-87f3-a3231910e168'),
(2433,6875,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-02 20:35:34','2026-01-02 20:35:34','3c299538-3472-48dd-a1aa-19a718c04170'),
(2435,6878,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-02 20:36:11','2026-01-02 20:36:11','21aee46e-9eb4-4533-909a-048852f2bc08'),
(2437,6881,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-02 20:37:40','2026-01-02 20:37:40','8986f3aa-d239-47db-ac71-103a96cc6187'),
(2439,6884,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-02 20:38:23','2026-01-02 20:38:23','7ba76542-d7d0-407d-9567-367c17ace21f'),
(2440,6886,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-02 20:39:34','2026-01-02 20:39:34','f6e02046-a2ea-416b-8569-275c58889396'),
(2441,6888,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-02 20:40:00','2026-01-02 20:40:00','46f44a4e-7f61-4584-9f22-510c4aed8f47'),
(2442,6890,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-02 20:42:52','2026-01-02 20:42:52','fc829ab1-ffcf-4652-ae4e-3890054ae763'),
(2444,6893,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-02 20:43:47','2026-01-02 20:43:47','4e4d56aa-e228-45d8-824f-e4b57fcbb945'),
(2446,6895,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-02 20:44:44','2026-01-02 20:44:44','fa60e828-c5e0-459c-ac50-ab17bf269b4a'),
(2448,6898,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-02 20:45:14','2026-01-02 20:45:14','1365e223-d4bd-465e-8072-81b438ced9ab'),
(2449,6900,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-02 20:46:02','2026-01-02 20:46:02','d65323cb-d321-46bc-a4d0-db3b3682d04c'),
(2451,6903,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-02 20:47:53','2026-01-02 20:47:53','03d9cb5b-f3d8-43b3-8d0b-ebfa6b4b7a3e'),
(2453,6906,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-02 20:49:01','2026-01-02 20:49:01','f2380483-6347-4ce7-96be-cdfc424a7901'),
(2455,6909,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-02 20:50:10','2026-01-02 20:50:10','730cd06f-692f-4ac0-8bc8-b2801578ff5e'),
(2457,6912,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-02 20:51:13','2026-01-02 20:51:13','e2ec4fa0-6af3-45ff-a70d-19bbb81c0164'),
(2459,6914,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-02 20:52:40','2026-01-02 20:52:40','bdf93fab-3020-4271-890d-cbce40f8b9df'),
(2461,6917,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-02 20:53:15','2026-01-02 20:53:15','5445ef59-7a4d-4b29-8c9f-f0ee95355067'),
(2463,6921,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-02 20:57:38','2026-01-02 20:57:38','8b364b09-6ffb-4cfb-8001-14d8655b3a55'),
(2464,6923,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-02 20:58:23','2026-01-02 20:58:23','0bc16dc1-98d9-4876-8a14-553dbaa74e8d'),
(2466,6926,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-02 20:59:13','2026-01-02 20:59:13','52fd727c-31d6-4ffc-b677-a2150c506374'),
(2468,6929,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-02 20:59:32','2026-01-02 20:59:32','18e32748-5c32-497d-b557-74988bafd7f9'),
(2471,6933,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-02 21:01:08','2026-01-02 21:01:08','f46f9ecf-2481-4cef-9dd9-dac49df1cfd2'),
(2473,6936,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-02 21:02:08','2026-01-02 21:02:08','46e4cde5-673d-4571-b3e3-9764ca18db1d'),
(2478,6953,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-05 16:49:57','2026-01-05 16:49:57','ee84c7b7-dedb-41cb-b929-e9a9498a3025'),
(2479,6956,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-05 17:02:25','2026-01-05 17:02:25','4b160715-5dda-4cb5-bc7e-214cc2bc9112'),
(2481,6959,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-05 17:03:01','2026-01-05 17:03:01','55074b8b-638c-4b5b-a356-bae4d478ce6a'),
(2484,6962,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-05 17:03:57','2026-01-05 17:03:57','515f48e0-6c9d-4576-bf33-2b40a901ef73'),
(2486,6966,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-05 17:07:53','2026-01-05 17:07:53','c33dad36-b79a-4c19-9358-48695f5f2f71'),
(2488,6969,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-05 17:08:09','2026-01-05 17:08:09','a844bf2d-14e0-48af-a654-840cb60ca853'),
(2490,6975,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-05 17:12:30','2026-01-05 17:12:30','8acbc349-3d14-4d3c-a642-02313ace2660'),
(2492,6978,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-05 17:12:41','2026-01-05 17:12:41','e3f7064f-9ad1-41ab-b6c1-568a34204e04'),
(2494,6980,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-05 17:14:31','2026-01-05 17:14:31','30e1fc4e-863e-4d75-8318-6b7526d11a49'),
(2496,6982,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-05 17:15:18','2026-01-05 17:15:18','be90ea31-12d1-4f17-aab9-e387f76c0254'),
(2498,6984,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-05 17:16:05','2026-01-05 17:16:05','4e8c3047-30ee-40c9-b909-95a86b82734f'),
(2500,6988,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-05 17:22:12','2026-01-05 17:22:12','33a67dd6-dffb-4828-9a7e-a1e8190b2b22'),
(2502,6993,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-05 17:23:19','2026-01-05 17:23:19','9af928f2-1519-491e-886f-9f8e8eff1f90'),
(2504,6996,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-05 17:23:34','2026-01-05 17:23:34','77d3ceb0-8ca9-44ec-a551-2f8258895942'),
(2507,6999,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-05 17:45:13','2026-01-05 17:45:13','61b2b3db-2128-49e2-ad26-fd5bfd036f4c'),
(2508,7000,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-05 17:48:50','2026-01-05 17:48:50','8411100f-1f96-4887-8da7-92c80ea45fb2'),
(2510,7002,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-05 17:50:00','2026-01-05 17:50:00','89f9716c-898c-41af-8fc2-401ab0bdd465'),
(2512,7004,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-05 17:51:49','2026-01-05 17:51:49','65397773-2f3b-4113-88c3-39085bd8a0bb'),
(2514,7006,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-05 17:52:28','2026-01-05 17:52:28','4825d4f2-41f3-45fe-99b4-12b09302ab37'),
(2516,7008,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-05 17:52:46','2026-01-05 17:52:46','b857204d-8b25-4cdc-a000-6a49bde95c15'),
(2518,7010,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-05 17:53:20','2026-01-05 17:53:20','b2e5534a-9404-4bc4-90a9-e06f255ef274'),
(2520,7014,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-05 17:58:01','2026-01-05 17:58:01','08c2ce5d-5086-47e6-a514-fd89054545c7'),
(2522,7017,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-05 17:58:13','2026-01-05 17:58:13','e6ce84b0-c5d4-4737-8428-f3a0a453c39c'),
(2523,7018,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-05 18:13:00','2026-01-05 18:13:00','dc1c8359-ae83-4cf0-bdd4-b13ad470fb6f'),
(2525,7022,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-05 18:17:24','2026-01-05 18:17:24','720ac211-d8fb-4e94-8d8f-21eb5378088d'),
(2527,7025,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-05 18:18:34','2026-01-05 18:18:34','9a28d1ed-0615-4c11-8d19-ce7080a16035'),
(2529,7027,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-05 18:18:59','2026-01-05 18:18:59','6c435cb4-e5be-411f-8994-ada011c02f31'),
(2531,7029,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-05 18:19:34','2026-01-05 18:19:34','e507d762-1d9a-496a-ad91-722f5fca9c6c'),
(2533,7031,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-05 18:19:43','2026-01-05 18:19:43','c7b475e4-dbfb-4587-812e-df7e325489be'),
(2535,7035,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-05 18:26:03','2026-01-05 18:26:03','cb4204e8-1dfb-4299-9c86-3fb40bc5c466'),
(2537,7040,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-05 18:27:26','2026-01-05 18:27:26','56cea231-2dbb-4f12-9ad6-7cf51bf90479'),
(2539,7045,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-05 18:31:07','2026-01-05 18:31:07','36e38dba-5daf-4753-a859-c38bd65f76dd'),
(2542,7049,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-05 18:33:01','2026-01-05 18:33:01','1eeb1da8-11c2-4cc3-b609-ac020e9838d2'),
(2552,7061,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-05 18:42:40','2026-01-05 18:42:40','eafc77c8-1236-4a9e-aad6-09b27795177d'),
(2554,7064,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-05 18:43:45','2026-01-05 18:43:45','06502495-3e7e-4ad2-a90d-9e49741b7598'),
(2558,7070,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-05 18:50:52','2026-01-05 18:50:52','13c8604e-fc36-4e5e-ac1d-1c7c37d81a93'),
(2564,7077,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-05 21:07:06','2026-01-05 21:07:06','9279e1bf-bb6a-4256-92b3-94d83284ea88'),
(2571,7086,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-05 21:12:25','2026-01-05 21:12:25','07650423-3249-47c1-8389-52310078f44e'),
(2580,7098,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-05 21:19:02','2026-01-05 21:19:02','4367d53b-0851-4127-95ec-8ca2ce4bb70d'),
(2607,7128,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-06 16:45:27','2026-01-06 16:45:27','38551c53-34c7-4878-a662-2b6fbffa6d0d'),
(2609,7131,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-06 16:45:39','2026-01-06 16:45:39','9d111824-304e-4835-9bd2-4c4adf21cdfa'),
(2611,7135,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-06 16:51:36','2026-01-06 16:51:36','d9067057-fc61-4f90-be52-370ec0419d64'),
(2613,7138,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-06 17:23:21','2026-01-06 17:23:21','12c4aaf7-89e8-4aa6-95f9-ecb9f0ab180f'),
(2615,7142,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-06 19:05:05','2026-01-06 19:05:05','ea66ea90-49ea-4abf-90a7-324c48270ef9'),
(2616,7144,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-06 19:05:09','2026-01-06 19:05:09','733e7471-4db5-4f81-8fb1-37fdd7d5f583'),
(2619,7149,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-06 20:42:19','2026-01-06 20:42:19','f5685472-6eb3-41a9-a8fa-2353f26c8731'),
(2621,7153,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-06 20:42:52','2026-01-06 20:42:52','5c85d766-c94c-4691-8cee-4070e840c0f0'),
(2623,7157,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-06 20:43:12','2026-01-06 20:43:12','30ed6ffe-2395-4753-a961-61b04cbf32e7'),
(2624,7159,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-06 20:43:14','2026-01-06 20:43:14','481d4b10-4b01-4fda-aa76-4054ecc293b5'),
(2626,7161,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-06 21:13:53','2026-01-06 21:13:53','196749a9-ec1f-41cc-85ba-af4a6ac9d1eb'),
(2630,7165,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-06 21:33:45','2026-01-06 21:33:45','cd842fba-1ada-4d7d-a079-0196b4c9bc5b'),
(2631,7166,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','1567aa53-b3a9-4725-8b14-fa8642cc2e8e'),
(2632,7167,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','807d0952-6add-429f-ad55-b770b4f5b85b'),
(2633,7168,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','a9031886-660f-4507-9db6-e58a8fea0699'),
(2634,7169,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','c22fdf71-0f02-4e5e-8ead-a493b5768db0'),
(2635,7170,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','3c6d9f28-c8a6-48d9-a4aa-61783922c36d'),
(2636,7171,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','9a829e20-5809-49bb-8b99-252564cf598f'),
(2637,7172,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','d41d0ba3-161a-4e7b-aa02-42a393035b28'),
(2638,7173,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','f5698a0f-44d1-40c0-ac0c-f9de6faa7d99'),
(2639,7174,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','bbe03833-f06b-4e96-bafc-2b8f56c987cc'),
(2640,7175,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','b09c993b-432d-45f6-ab2e-c8552b29675d'),
(2641,7176,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','b208d794-5aa2-4f70-8c3d-b46feb9926c5'),
(2642,7177,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','6615b15f-8031-4cac-be38-861b927914ce'),
(2643,7178,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','c021ae6c-aa26-4c49-a7f3-4089f034629d'),
(2644,7179,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','3a28bcca-48f9-4642-96aa-e79e69f53853'),
(2645,7180,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','3b2374db-3da6-4568-acd2-208ccbba3b90'),
(2646,7181,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','e1fc7f5c-b669-49ea-8a90-de79302b94e2'),
(2647,7182,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','5fa04a77-5aa0-477b-9d54-b4f399edb684'),
(2648,7183,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','458174d1-d4e0-433d-acec-5163f14c71c6'),
(2649,7184,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','4a422155-3a1c-4d87-8360-60a82730b263'),
(2650,7185,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','786eec41-69f2-484d-8e5e-1317984e5aae'),
(2651,7186,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','f992dfe9-c3b0-428e-aaf7-2134c6320324'),
(2652,7187,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','3b13c2a4-04d9-4090-b5cc-e83de241a6f8'),
(2653,7188,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','c2a6a47c-f49b-42ad-841f-1c22dee41906'),
(2654,7189,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','6c277668-5389-47b7-aaee-62142eb40c71'),
(2655,7190,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','ae31dd3b-f511-43df-992d-32b91d0687fe'),
(2656,7191,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','a028847d-8022-408a-b642-53675b55a35d'),
(2657,7192,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','1bbb7d99-1923-4e8c-884b-79512dbbce03'),
(2658,7193,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','d4f0ec3b-4192-42b9-a691-92252b50e0c1'),
(2659,7194,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','abb81757-8fc7-4561-bce4-a5d38f84b188'),
(2660,7195,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','52da3281-1c3f-4693-b3b4-cab6bd2beaec'),
(2661,7196,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','b30fea35-0021-473a-9390-dd0fcdb0b1af'),
(2662,7197,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','72043a4f-bc37-4dd2-94d2-3ebdd5c27476'),
(2663,7198,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','d7e113e6-aec8-4313-95b0-5b5644075c05'),
(2664,7199,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','315841c0-2221-4208-88c3-2c0bc9bc112f'),
(2665,7200,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','313266a0-3986-4a87-ae52-75c2beb07858'),
(2666,7201,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','71cb7856-a0a1-4000-8749-95aa3c06acea'),
(2667,7202,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','bbe9f032-fe14-4574-9058-91de3a077e95'),
(2668,7203,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','6fae8e5f-2f50-41a1-8e05-e7299a6fe1fa'),
(2669,7204,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','7091deb0-6e14-44e4-9354-10f39aa176f6'),
(2670,7205,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','b88bea55-41bd-4188-9cae-704a54a2b5e2'),
(2671,7206,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','326467b2-b294-4b01-b866-dc0b49ebae89'),
(2672,7207,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','3290dea6-f84a-4749-8079-43ab9dd62ce8'),
(2673,7208,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','72b3b253-4f73-4dba-bd2c-1fd593f83f09'),
(2674,7209,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','157f4433-10ce-4dd7-800c-60be0d06acca'),
(2675,7210,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','a4c29884-75f3-4d7e-bb8b-788c9fa7d2e7'),
(2676,7211,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','1b90d6cb-6b61-4af1-be72-34181a2e8468'),
(2677,7212,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','ce5e4192-f767-448b-a67c-8b8261924725'),
(2678,7213,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','4464fb7f-be21-4c4d-9dc0-d7b50ec2e56a'),
(2679,7214,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','c703fa17-1a54-4799-9aec-77dd6edfa10e'),
(2680,7215,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','bf7c52de-6441-4f17-be46-25d3395a4d9d'),
(2681,7216,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','dc54cf51-4e70-44c4-b85d-f0e0709a90d9'),
(2682,7217,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','a0a7890c-4c81-42cc-ab4c-0b28043db1de'),
(2683,7218,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','d261f1f8-cea8-408b-a419-2ba4dae6cd29'),
(2684,7219,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','77edddde-0559-46fa-b478-de300b26f471'),
(2685,7220,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','84e2dbca-4d0e-4504-a01d-dcaf51b0b5ad'),
(2686,7221,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','1cb63f44-dde1-4e51-b346-c6a07c442b20'),
(2687,7222,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','ec9df235-552f-4a64-afed-9d5ac1c31672'),
(2688,7223,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','94e88bd1-6e63-4f72-8ad3-e28abc087753'),
(2689,7224,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','330a664a-41cc-4505-89f9-a25ed359267e'),
(2690,7225,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','f509d3ca-d7d8-43e8-b0a4-9729f5c9adcc'),
(2691,7226,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','083bcae4-7ddf-4c3b-9cb8-b24f06fbc9f7'),
(2692,7227,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','d3474cb2-94c4-4fb6-809a-48bbc23303f2'),
(2693,7228,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','5ec034c3-4f9f-4edb-89df-e23dfaf9f558'),
(2694,7229,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','55832939-7a42-45c7-ba5c-e1a8d6897f80'),
(2695,7230,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','e2f561b4-8506-44d6-9d19-36eb9e3b081c'),
(2696,7231,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','e89d66cd-e06d-4b66-a466-8ec902e1c572'),
(2697,7232,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','3da7cded-1472-4d86-8a7c-9f9cfb6bcba4'),
(2698,7233,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','38b40964-d850-4488-834e-db70451992bb'),
(2699,7234,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','46088372-1794-4122-a997-067118dcbcea'),
(2700,7235,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','c90acd13-a160-4b33-8b99-d42ac5abe526'),
(2701,7236,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','0f2ac4df-2fa6-47be-bd9c-7549d8a1e081'),
(2702,7237,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','a025664d-3323-45fd-8c5a-f9e41a7440d0'),
(2703,7238,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','ea79bae4-3c75-4496-bbda-7d90a75ac0ea'),
(2704,7239,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','6d2472cb-3e42-4d3e-a9fb-d2ad9dc751d3'),
(2705,7240,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','c18c488f-459a-4178-9b43-939de1a5d17d'),
(2706,7241,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','7d996188-60a5-4dad-b27b-9995cca87331'),
(2707,7242,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','f49698c6-b1b3-40df-b1a2-d2ffd85bfec8'),
(2708,7243,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','ec7d5323-fc7b-4710-b0c2-2c7cdc6ab49d'),
(2709,7244,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','7b5a3342-e109-4762-829f-647fd23a1c73'),
(2710,7245,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','8fee0e93-c687-4e26-af9b-21a7b495383f'),
(2711,7246,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','6882e739-ff5e-41c7-8a4b-9edadad0631d'),
(2712,7247,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','3ae06555-4671-47c8-baef-355e65f842df'),
(2713,7248,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','7011d132-e696-4d41-bba4-d5c8f11c1d30'),
(2714,7249,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','9b716ebb-303b-4cbf-9adb-9265ab21db76'),
(2715,7250,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','86af7a4d-c9d9-4d64-b549-0af358b91f69'),
(2716,7251,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','386e72b9-7c5f-478a-b2e7-cc5ee6f2d39b'),
(2717,7252,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','48be060e-93d3-48f3-9e74-338459a1f0f7'),
(2718,7253,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','70b73291-492b-4487-96b6-4d9b40cd7f29'),
(2719,7254,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','b5cec6f7-ba0e-46fd-840e-b7ef4b08feff'),
(2721,7256,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-06 21:34:41','2026-01-06 21:34:41','88429fc1-55c5-4b19-a4a5-e4a5981884d0'),
(2722,7257,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-06 21:34:41','2026-01-06 21:34:41','864f46a7-856d-4a45-ab6e-361dc42f0556'),
(2725,7260,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-06 21:35:29','2026-01-06 21:35:29','6ce06c63-d697-4036-b15f-0be39061dd9d'),
(2729,7264,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-06 23:15:44','2026-01-06 23:15:44','d7fbd059-060c-4dce-9df5-bbfd8bbe4d82'),
(2730,7265,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-06 23:16:12','2026-01-06 23:16:12','fbc2e54d-9a95-4b4c-878e-3b7f05db906d'),
(2732,7267,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-06 23:17:17','2026-01-06 23:17:17','374cbe10-d3a8-43a8-9713-e18b43d27eb2'),
(2734,7269,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-06 23:17:45','2026-01-06 23:17:45','80494ff6-8f03-462b-a756-22bd4371dc51'),
(2736,7271,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-06 23:19:03','2026-01-06 23:19:03','5c24eecf-c2fb-4d9f-b7ea-31675074147c'),
(2738,7274,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-06 23:29:22','2026-01-06 23:29:22','f0e86fe8-3208-4bf3-894f-c4ac74a9b666'),
(2744,7283,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-07 19:04:08','2026-01-07 19:04:08','17e658d2-b0af-4182-8bf0-b3ba38f3598a'),
(2747,7287,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-07 20:13:35','2026-01-07 20:13:35','4c701600-c3b7-4336-af54-b13b9f5e8730'),
(2749,7290,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-07 20:36:07','2026-01-07 20:36:07','d4a4cb32-634d-4323-9c7f-a6c991518e5d'),
(2750,7293,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-07 20:56:54','2026-01-07 20:56:54','a9ae53bf-11d5-4f55-9534-118d2d9bf929'),
(2752,7296,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-07 21:01:38','2026-01-07 21:01:38','9eb2ec46-30d2-4326-9138-54152e88bad3'),
(2755,7301,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-07 21:05:26','2026-01-07 21:05:26','16f6768f-7bf0-4f9d-8249-868e87347217'),
(2757,7304,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-07 21:05:52','2026-01-07 21:05:52','1d24a088-3f40-47fd-844e-0d36ad761868'),
(2759,7308,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-07 21:22:50','2026-01-07 21:22:50','a94e0e68-ccae-4442-ad2d-17eaee6c535d'),
(2760,7312,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-07 21:25:15','2026-01-07 21:25:15','314f989f-5194-4cef-9940-1a7a71b9f40c'),
(2761,7316,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-07 21:36:47','2026-01-07 21:36:47','b4dbf792-d410-47fa-b321-7442553c722e'),
(2763,7319,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-07 21:37:04','2026-01-07 21:37:04','a10298a8-6eba-4c45-855d-6a8b175d3b58'),
(2764,7322,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-07 21:52:44','2026-01-07 21:52:44','c339be86-bca5-435b-bf2d-8b60cbea2d45'),
(2765,7326,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-07 21:53:07','2026-01-07 21:53:07','d9b1fac0-5703-40cd-b163-ebb1da5848d1'),
(2766,7330,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-07 21:58:05','2026-01-07 21:58:05','21cb5690-a5d7-4cba-b0ce-13c8f313f182'),
(2767,7341,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-08 15:06:15','2026-01-08 15:06:15','c7633347-3085-4ef7-8f0c-1ef531d1663f'),
(2769,7346,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-08 15:06:20','2026-01-08 15:06:20','26156175-6ca4-4116-b40c-6decd9ce7243'),
(2771,7349,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-08 15:08:20','2026-01-08 15:08:20','a8038505-848d-43b2-a4d9-99a95bfb0aa0'),
(2773,7353,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-08 15:17:35','2026-01-08 15:17:35','ae662d7e-ca85-4a84-aa05-cf8d460d038a'),
(2775,7360,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-08 16:18:09','2026-01-08 16:18:09','c5d7ad19-3511-4bc6-9fd3-fcaa4167dbed'),
(2778,7367,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-08 17:57:52','2026-01-08 17:57:52','fb2c745d-b10f-487b-9b6c-895a2cdc1828'),
(2780,7386,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-09 18:08:44','2026-01-09 18:08:44','44c801ff-fddd-47e0-8ec3-1e9ab42ae0dc'),
(2787,7395,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-09 20:27:24','2026-01-09 20:27:24','c8d4413d-561d-44cd-99a7-b2124adb2c5e'),
(2789,7397,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-09 20:27:42','2026-01-09 20:27:42','3e032019-8d30-4b56-b32d-5d6ed03bf1bc'),
(2791,7399,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-09 20:27:44','2026-01-09 20:27:44','1f249f43-d88d-4b9b-a88d-2eb796ec46c3'),
(2801,7418,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 15:20:19','2026-01-12 15:20:19','4a111124-7fd2-4271-a3a8-a4695bd8cf24'),
(2803,7420,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 15:21:08','2026-01-12 15:21:08','56e2b54d-dbbb-462b-a612-4c62aaefd5e4'),
(2810,7427,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-12 15:25:15','2026-01-12 15:25:15','617551bc-75c9-4ed1-b0fb-0bbbefa53048'),
(2812,7429,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-12 15:25:18','2026-01-12 15:25:18','3cf61c6e-f50b-4ecf-b686-a4a856abe0c4'),
(2814,7431,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-12 15:28:54','2026-01-12 15:28:54','d42fd717-17ff-4be2-85f5-cb6f7b8c478a'),
(2816,7433,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-12 15:29:01','2026-01-12 15:29:01','efe2ab26-3edc-4e85-87af-cd555808f4ff'),
(2818,7435,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-12 15:30:40','2026-01-12 15:30:40','f4a520f5-b650-4ffe-8033-2b9567d64a09'),
(2819,7436,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-12 15:32:02','2026-01-12 15:32:02','a48903e0-4ac4-4e6e-b9e0-acb2c35f1400'),
(2821,7438,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-12 15:33:35','2026-01-12 15:33:35','dd41df89-939b-41af-a490-3371352e2513'),
(2822,7439,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-12 15:35:30','2026-01-12 15:35:30','8f997888-6ecb-40e0-873b-3e7e73e237dc'),
(2825,7442,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-12 15:36:46','2026-01-12 15:36:46','048704be-2a63-41af-9c70-11e24cd843f5'),
(2827,7444,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-12 15:37:29','2026-01-12 15:37:29','4d960c70-f0ba-45d6-8aef-30c1c9b1758b'),
(2828,7445,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-12 15:39:00','2026-01-12 15:39:00','b9a036a6-b30e-4aa2-8a50-53f1e0b0c22e'),
(2830,7447,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-12 15:46:28','2026-01-12 15:46:28','7be66f81-bb8d-4967-80d2-f1e4754d9d3b'),
(2831,7448,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-12 15:47:31','2026-01-12 15:47:31','fe777fde-16de-40a1-ac45-a8cb27191554'),
(2833,7450,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-12 15:48:05','2026-01-12 15:48:05','bb7802d7-b21d-4637-bc1f-940f360e795d'),
(2835,7452,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-12 15:48:08','2026-01-12 15:48:08','a9721a31-5ab1-4432-ab11-05b1697ce71a'),
(2837,7454,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-12 15:48:49','2026-01-12 15:48:49','2a479024-d311-4ef0-962a-335da7bd4f83'),
(2839,7456,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-12 15:49:25','2026-01-12 15:49:25','06e8c2ff-bba3-44db-bb13-6828195a807a'),
(2840,7457,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-12 15:49:50','2026-01-12 15:49:50','b74b8a0e-a27d-4070-b581-f78109eb35a4'),
(2842,7459,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-12 15:50:29','2026-01-12 15:50:29','ea756baa-8680-4dc3-9a3f-bc7a0b44e010'),
(2844,7461,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-12 15:50:49','2026-01-12 15:50:49','334884f7-563d-4490-87eb-ebbb773dba7d'),
(2846,7464,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-12 15:51:25','2026-01-12 15:51:25','94168ce1-1056-4c37-a535-af99fdf9b927'),
(2848,7466,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-12 15:51:52','2026-01-12 15:51:52','0157f1dd-46d4-4ced-9bbb-307b45d7a68f'),
(2850,7468,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-12 15:54:02','2026-01-12 15:54:02','4d59f5a2-a074-4eb2-9325-47110d3a9118'),
(2852,7470,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-12 15:55:10','2026-01-12 15:55:10','d7874ed4-9b76-4cd2-90b7-6b88cffcedc6'),
(2854,7472,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-12 15:56:42','2026-01-12 15:56:42','2c1103a4-b50c-4976-aa04-1bfbe7198760'),
(2856,7474,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-12 15:57:55','2026-01-12 15:57:55','19c00235-6398-45b3-be19-8005f16ff340'),
(2857,7475,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-12 15:59:49','2026-01-12 15:59:49','81a7fd60-6eda-429d-ab06-aad1ac4e4d33'),
(2858,7476,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-12 16:01:37','2026-01-12 16:01:37','bef0743e-e463-4e06-b3f9-736f47eab2e8'),
(2859,7477,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-12 16:03:01','2026-01-12 16:03:01','10f78fab-8295-4250-aa4a-7d9d68a52ae4'),
(2861,7479,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-12 16:04:25','2026-01-12 16:04:25','835766a6-05a2-43ea-9abb-c23b7f9df018'),
(2863,7481,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-12 16:06:01','2026-01-12 16:06:01','49ea5f91-fb9c-45d7-abfc-b3d36575e368'),
(2864,7482,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-12 16:07:21','2026-01-12 16:07:21','be5204d4-ed76-4133-82e7-35a3ed173d76'),
(2865,7483,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-12 16:08:18','2026-01-12 16:08:18','d7e3db62-0a9e-4031-bb50-b0cf34f6cd36'),
(2867,7485,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-12 16:08:53','2026-01-12 16:08:53','0c6a5bfd-42b1-44e9-abe8-a41471059158'),
(2868,7487,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-12 16:10:08','2026-01-12 16:10:08','5e37720d-0f31-404b-aa73-5a44e7f85411'),
(2870,7489,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-12 16:10:27','2026-01-12 16:10:27','eabf43b0-88aa-4c39-bae7-e75223a770a0'),
(2871,7490,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-12 16:11:56','2026-01-12 16:11:56','522155de-09ba-47a6-acad-6e9bc6d5579d'),
(2872,7491,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-12 16:12:48','2026-01-12 16:12:48','6ad39426-8bf8-4c0f-80dd-30f88faefaed'),
(2873,7492,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2026-01-12 16:13:41','2026-01-12 16:13:41','5a6323b6-b29b-4025-8ad7-d966270e4b0f'),
(2874,7493,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2026-01-12 16:14:24','2026-01-12 16:14:24','32c3a34f-3fa6-4ece-b1de-ff6fae365a78'),
(2876,7495,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-12 16:15:10','2026-01-12 16:15:10','36713a1b-85cf-48f9-b609-a144c25d3b5a'),
(2878,7497,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-12 16:15:22','2026-01-12 16:15:22','4258c312-b3f8-4bb5-abfc-603c33bcd746'),
(2880,7499,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-12 16:15:32','2026-01-12 16:15:32','da432c55-2a06-4113-997e-6c1de95ece5e'),
(2881,7500,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-12 16:16:38','2026-01-12 16:16:38','aa96707b-576b-4c0d-b4eb-402d896ffc11'),
(2882,7501,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-12 16:17:52','2026-01-12 16:17:52','d92057b5-64f1-4dda-82b0-e90ce2398860'),
(2884,7503,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-12 16:18:38','2026-01-12 16:18:38','3e0183ec-e986-46d1-ae15-09fd717d2595'),
(2886,7505,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-12 16:19:23','2026-01-12 16:19:23','8aaee8cb-24cb-4ddc-8691-27948ca2b4ca'),
(2888,7507,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-12 16:39:25','2026-01-12 16:39:25','8bce75d1-a593-4d01-ae4b-30c28ce7f18f'),
(2890,7509,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-12 16:40:37','2026-01-12 16:40:37','4a8e22d6-c6c0-4a9e-b514-e19a4d72276f'),
(2892,7511,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-12 16:41:50','2026-01-12 16:41:50','13965b81-babc-407e-b65a-d652c651f424'),
(2894,7513,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-12 16:42:47','2026-01-12 16:42:47','127e1078-d077-4bc7-b0ae-fa270ce758b5'),
(2895,7514,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-12 16:43:42','2026-01-12 16:43:42','2e9887f7-5419-47a6-a3bb-601c87fd6ee5'),
(2896,7515,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-12 16:44:41','2026-01-12 16:44:41','ebb94e47-4511-46ae-bddb-6edc6fef5250'),
(2897,7516,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-12 16:45:28','2026-01-12 16:45:28','4b4b49e6-af3a-48c5-b29d-ff4dd4d73902'),
(2898,7517,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-12 16:46:10','2026-01-12 16:46:10','2cbc6072-880c-4577-9b12-76cc43079510'),
(2899,7518,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-12 16:46:58','2026-01-12 16:46:58','cc93c60c-38e1-4cc1-a353-d5d522a8fb09'),
(2900,7519,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-12 16:47:52','2026-01-12 16:47:52','6a705d21-eaf3-4732-aa49-a23caf3aa9b4'),
(2901,7520,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-12 16:48:43','2026-01-12 16:48:43','67eb0ab5-e9e8-4ffc-bc1f-667b69d0e0e7'),
(2902,7521,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-12 16:49:48','2026-01-12 16:49:48','cd4f2efa-4e4a-40ad-8275-d4545a8d09ff'),
(2904,7523,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-12 16:50:51','2026-01-12 16:50:51','e1541519-a63e-47e6-b4a6-a1c298bd6bb2'),
(2906,7525,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-12 16:52:14','2026-01-12 16:52:14','95535c53-33e1-4384-97a5-5ec089adf28e'),
(2908,7527,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-12 16:53:26','2026-01-12 16:53:26','62b81b9e-dc6e-40c8-a4bb-236eac81415f'),
(2910,7529,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-12 16:54:55','2026-01-12 16:54:55','6b8dfa63-c97a-4954-99c7-2cc3a64686ea'),
(2911,7530,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-12 16:56:23','2026-01-12 16:56:23','b8bec9ad-05a5-4d1d-9072-e9ca92b70543'),
(2912,7531,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-12 16:57:32','2026-01-12 16:57:32','f973b48e-e88f-4834-b696-8c0dcfaa9cfd'),
(2913,7532,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-12 16:59:08','2026-01-12 16:59:08','9658d704-b55d-4220-8ffd-e6604703e724'),
(2914,7534,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-12 17:00:10','2026-01-12 17:00:10','f7045195-456b-445c-abe3-6ce0c28f2b64'),
(2915,7535,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-12 17:01:10','2026-01-12 17:01:10','0eef8a41-593f-4303-9e0b-0fd879655772'),
(2916,7536,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-12 17:02:32','2026-01-12 17:02:32','446ba43f-3bfc-4ddc-b5d0-c1acd98418ff'),
(2917,7537,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-12 17:03:41','2026-01-12 17:03:41','4562795a-2dde-4042-a0f4-9ca4b1ec93b1'),
(2919,7539,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-12 17:04:34','2026-01-12 17:04:34','706895a6-9f43-4730-8766-c80e6fb55467'),
(2920,7540,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-12 17:05:30','2026-01-12 17:05:30','c5a0655e-bf4e-40b3-8d66-99755054fbd4'),
(2921,7541,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-12 17:06:32','2026-01-12 17:06:32','6153a924-4342-49b6-ab9e-990824a6ce31'),
(2923,7543,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-12 17:06:48','2026-01-12 17:06:48','5f0f57ab-af2b-4648-9df6-909f5134190d'),
(2924,7544,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-12 17:08:47','2026-01-12 17:08:47','ec4b3221-e22f-413a-9b38-65d970c3ae1a'),
(2926,7546,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-12 17:09:57','2026-01-12 17:09:57','7825c7fc-188d-4700-a64d-f50cf49e80ec'),
(2928,7548,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-12 17:11:23','2026-01-12 17:11:23','798806be-f14a-4f49-b2c2-5fa4fc7f0407'),
(2930,7550,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-12 17:12:39','2026-01-12 17:12:39','1ac3f3ac-cb2b-4464-8922-c7dc83636959'),
(2931,7551,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-12 17:13:39','2026-01-12 17:13:39','3858f897-3a4b-400e-8565-e7584cb91f96'),
(2933,7553,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-12 17:13:57','2026-01-12 17:13:57','9a17d79a-4bbd-40f1-afd8-5aeb76aa268c'),
(2934,7554,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-12 17:14:57','2026-01-12 17:14:57','4a7ab08d-3614-46c8-a651-3180c0c9cd09'),
(2935,7556,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-12 17:16:18','2026-01-12 17:16:18','85975ff8-fef0-42e9-94ab-041cf6d9b3b3'),
(2937,7558,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-12 17:17:30','2026-01-12 17:17:30','9bc61957-006b-4ca4-9ff5-d60310d9f23d'),
(2938,7559,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-12 17:18:29','2026-01-12 17:18:29','ba185f99-5c1e-4a6d-8c7e-235a48a6cabd'),
(2939,7560,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-12 17:19:21','2026-01-12 17:19:21','b17d8c34-5d4c-4dd1-b308-39a88014efe4'),
(2940,7561,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-12 17:20:16','2026-01-12 17:20:16','6def85bd-1e6a-4a47-a6c1-d6bd09e27e7b'),
(2942,7563,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-12 17:22:26','2026-01-12 17:22:26','13e91b1b-11b3-4d02-8c8b-ab5b39d85a51'),
(2943,7564,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-12 17:24:06','2026-01-12 17:24:06','953d98dd-dd97-442c-b9bb-db71d2f2e5ac'),
(2944,7565,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-12 17:26:39','2026-01-12 17:26:39','e6acd4c6-fdfd-4029-b6d7-ac0183672293'),
(2945,7566,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-12 17:27:46','2026-01-12 17:27:46','5b34760c-700e-4f82-b1d9-9e45fa005ef5'),
(2947,7568,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-12 17:28:46','2026-01-12 17:28:46','169e8fae-0c1b-47b6-9609-734551f87400'),
(2949,7571,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-12 17:29:41','2026-01-12 17:29:41','f15c1dfc-12f4-49b1-ad56-81f50198939b'),
(2951,7573,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-12 17:30:34','2026-01-12 17:30:34','884e45e8-dfc9-4e11-8039-8fc61e4b6ed5'),
(2953,7575,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-12 17:31:29','2026-01-12 17:31:29','2d7b2778-b5d2-4b3b-bafc-913a80fdd075'),
(2954,7576,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-12 17:32:33','2026-01-12 17:32:33','e7d1aa05-6cd9-4210-8ea8-bf3fd371a0bd'),
(2955,7577,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-12 17:33:24','2026-01-12 17:33:24','10875ab9-7d26-4a0a-b2ce-ac773150d851'),
(2956,7578,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-12 17:34:10','2026-01-12 17:34:10','6df19fc3-2e78-4f96-9fc5-0e71a0a77488'),
(2958,7580,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-12 17:34:53','2026-01-12 17:34:53','ab096d8c-1e96-49e3-b521-c7338e935595'),
(2959,7581,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-12 17:35:33','2026-01-12 17:35:33','2bc300e1-34be-4b0c-984b-d43ff97b9f0f'),
(2961,7585,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-12 18:07:00','2026-01-12 18:07:00','fe5c5cc8-f4c7-4bf0-a159-8c9a58232c1b'),
(2963,7588,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-12 18:07:38','2026-01-12 18:07:38','ce88b0de-7856-44e2-8265-e642e86aeea9'),
(2965,7590,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-12 18:12:30','2026-01-12 18:12:30','4eba0d81-a068-405a-b931-38ef7e955f59'),
(2968,7593,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-12 18:14:27','2026-01-12 18:14:27','4154c1f8-3da8-4932-a877-37916c317146'),
(2970,7595,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-12 18:14:47','2026-01-12 18:14:47','0ba5b7fe-5e04-40a6-9263-e90fbf500339'),
(2972,7597,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-12 18:15:11','2026-01-12 18:15:11','51bdd42d-4293-4870-816b-3425f69dbba2'),
(2974,7599,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-12 18:15:30','2026-01-12 18:15:30','103d5512-a432-48ac-8616-39569cb7ff88'),
(2976,7601,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-12 18:15:41','2026-01-12 18:15:41','02397ba6-65f8-4266-bf41-91f3f78802ea'),
(2978,7603,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-12 18:16:03','2026-01-12 18:16:03','1a1d653f-4787-4ae0-8729-0c4c3fcd74b6'),
(2980,7605,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-12 18:16:11','2026-01-12 18:16:11','83221315-46b9-4a27-86f0-35a1bc3e8124'),
(2982,7607,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-12 18:16:25','2026-01-12 18:16:25','f8fbe6de-d2d8-4a26-a08a-49810aded151'),
(2984,7609,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2026-01-12 18:16:43','2026-01-12 18:16:43','142cbcde-74f8-4b0c-a726-cd7cece0e4e6'),
(2986,7611,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2026-01-12 18:22:43','2026-01-12 18:22:43','4185634e-db66-451e-8e0d-d60e1e4aec38'),
(2988,7613,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-12 18:23:10','2026-01-12 18:23:10','1503cc7f-f253-4570-bd29-76be4c0aa171'),
(2990,7615,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-12 18:23:29','2026-01-12 18:23:29','f65f09e8-13ee-468a-aabd-3195ee402177'),
(2992,7617,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-12 18:23:41','2026-01-12 18:23:41','aa7d6a61-f915-41ef-a9b3-da91c3bdff9c'),
(2994,7619,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-12 18:23:53','2026-01-12 18:23:53','b3ba941d-45df-4c02-8139-10b336de16f6'),
(2996,7621,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-12 18:24:01','2026-01-12 18:24:01','86ef21c4-24c4-4df0-a2b0-6f9436dd187a'),
(2998,7623,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-12 18:24:18','2026-01-12 18:24:18','2cf6dc53-84c2-4db9-973d-0ff0a6e5ed21'),
(3000,7625,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-12 18:24:34','2026-01-12 18:24:34','d4953421-b78c-43c1-97ff-ebcd99a6582d'),
(3002,7627,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2026-01-12 18:24:44','2026-01-12 18:24:44','a9594918-e66e-46eb-a0c4-67e5bffae084'),
(3004,7629,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2026-01-12 18:24:51','2026-01-12 18:24:51','3cfcf553-3965-44d3-b8c8-b051cf0966cc'),
(3006,7631,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-12 18:25:57','2026-01-12 18:25:57','3b535951-1b1f-4375-b3cd-5e22f5a3b475'),
(3008,7633,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-12 18:26:20','2026-01-12 18:26:20','8b1a8b58-4ef6-4b46-9203-5d47b2380bfd'),
(3010,7635,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-12 18:26:32','2026-01-12 18:26:32','e34f828d-ef27-4c99-b57b-89fb09003dde'),
(3012,7637,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-12 18:26:40','2026-01-12 18:26:40','862a6920-a9c7-4ec8-9a68-0596d24d0dfb'),
(3014,7639,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-12 18:26:53','2026-01-12 18:26:53','74ec0506-898e-418a-b3f1-76cda4e18a4c'),
(3016,7641,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-12 18:27:00','2026-01-12 18:27:00','04fe1a7b-4d45-40be-8d41-d889b3bbc97a'),
(3018,7643,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-12 18:27:11','2026-01-12 18:27:11','c803ebc4-8467-428d-9760-8c76e42bd770'),
(3023,7650,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-12 18:51:22','2026-01-12 18:51:22','409f0bc5-3b05-4096-86a4-ff3794f93697'),
(3025,7653,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 18:51:43','2026-01-12 18:51:43','b528e646-cffe-4b24-b1bc-5ea8d8646632'),
(3029,7659,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-12 18:52:19','2026-01-12 18:52:19','f6732468-5193-4b03-a876-d36c160f3c60'),
(3031,7662,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-12 18:52:39','2026-01-12 18:52:39','175e244d-2f63-48f6-928b-6f8b73cfd46d'),
(3033,7665,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-12 18:53:00','2026-01-12 18:53:00','d6f4c2ac-1898-4b03-a95a-01a8078608bb'),
(3035,7668,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-12 18:53:23','2026-01-12 18:53:23','779d3a5a-aa13-41f0-9611-dc6eda2dd955'),
(3037,7671,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-12 18:53:46','2026-01-12 18:53:46','93b6b992-55ee-4279-afcc-c8b5fd01c844'),
(3040,7675,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-12 19:17:23','2026-01-12 19:17:23','6dad79ce-d646-4b0c-b4a2-0ab4baa6dcde'),
(3042,7678,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-12 19:17:42','2026-01-12 19:17:42','996ed38b-3023-43a2-8e1a-23233ca69d10'),
(3044,7681,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-12 19:18:14','2026-01-12 19:18:14','04d63914-b148-4350-9082-eed4022e3833'),
(3046,7684,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-12 19:18:38','2026-01-12 19:18:38','5982f805-3f5d-4ea5-af28-5a822881eda3'),
(3048,7687,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-12 19:19:21','2026-01-12 19:19:21','11c7870e-ff0b-4d33-8da2-e2f5ca35d37c'),
(3050,7690,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-12 19:19:37','2026-01-12 19:19:37','ade32cd4-4747-470d-8700-26289090b9d6'),
(3052,7693,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-12 19:19:50','2026-01-12 19:19:50','6c4feafc-b535-4285-b92a-cbfad994aac3'),
(3053,7694,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,6,'2026-01-12 19:43:54','2026-01-12 19:43:54','f58c145c-76c2-4742-9f4a-ec477df81271'),
(3055,7696,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,6,'2026-01-12 19:44:19','2026-01-12 19:44:19','375bdf0e-1d9e-4c49-a35b-4dbd73193974'),
(3057,7698,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,6,'2026-01-12 19:45:05','2026-01-12 19:45:05','e2329b41-1422-439f-8a68-d8f03f139d86'),
(3065,7708,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 19:52:53','2026-01-12 19:52:53','23010fca-531b-4e6c-8912-a67430b9631f'),
(3067,7710,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 19:53:28','2026-01-12 19:53:28','a7b5724f-36ee-4db8-ac23-bbc5f07a6712'),
(3069,7712,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 19:53:49','2026-01-12 19:53:49','2b87e967-cd50-45f5-a9cf-26daa7aa7dcd'),
(3071,7714,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 19:55:33','2026-01-12 19:55:33','cebad242-9e3c-423b-b16f-038d51ac383e'),
(3073,7716,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 19:56:08','2026-01-12 19:56:08','6bde8540-42ef-4a26-99ae-73a1e6842b6b'),
(3075,7718,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 19:56:23','2026-01-12 19:56:23','78691cdb-ade5-4e0f-9b57-cac9ab20d857'),
(3077,7720,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 19:56:34','2026-01-12 19:56:34','88b69a75-5781-4a13-9938-227eadf5bb4b'),
(3079,7723,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 19:57:40','2026-01-12 19:57:40','310c126f-c3ec-4612-ba09-e04dccb970c0'),
(3081,7725,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 19:58:01','2026-01-12 19:58:01','f03bae1e-366d-46e7-9144-d9f13bb01e8a'),
(3083,7727,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 20:04:29','2026-01-12 20:04:29','e9bfcd96-e348-4037-a86a-b6b1dc33fcdb'),
(3088,7733,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-12 20:13:50','2026-01-12 20:13:50','0b4ca325-8868-4975-832c-d974c67005ba'),
(3091,7736,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,6,'2026-01-12 20:48:05','2026-01-12 20:48:05','30df5a7e-a4c2-4058-b023-7d75403f8dc1'),
(3108,7756,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-12 21:01:02','2026-01-12 21:01:02','f0a80186-7eb1-49da-94d8-2d5581cdd868'),
(3112,7760,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-12 21:11:23','2026-01-12 21:11:23','a74b151b-413c-4728-aea5-a8dd914df1d9'),
(3114,7762,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-12 21:24:09','2026-01-12 21:24:09','0088fa88-c0d8-4733-b2f4-1434843ea726'),
(3115,7767,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-13 15:01:41','2026-01-13 15:01:41','923ce26f-8a89-41a8-b405-4c5097be7b50'),
(3117,7769,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-13 15:01:43','2026-01-13 15:01:43','1187fb59-251d-492c-97be-2c87543ffbd9'),
(3120,7773,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-13 16:00:26','2026-01-13 16:00:26','1d174fcb-b6a4-465c-9456-d5a9b0d9d8dd'),
(3122,7775,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-13 16:00:34','2026-01-13 16:00:34','0991081d-87ef-4ea5-839e-876d0c60197f'),
(3123,7776,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-13 16:04:21','2026-01-13 16:04:21','f0de9f4e-d155-4137-9625-ddac5874b29a'),
(3125,7786,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-13 16:08:07','2026-01-13 16:08:07','c232f731-f2f8-4cef-8fcf-24ca34acf4ba'),
(3127,7788,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-13 16:08:39','2026-01-13 16:08:39','a0360b3b-b582-4d32-b9bf-f4cdde539f32'),
(3129,7790,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-13 16:09:02','2026-01-13 16:09:02','bad08392-cac6-46a5-8df8-03ecf6e8ee29'),
(3130,7792,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-13 16:11:45','2026-01-13 16:11:45','4f4828d9-037d-4a41-bd1a-96efb92107ee'),
(3133,7795,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-13 17:47:53','2026-01-13 17:47:53','bd40afdb-bad4-4603-8bba-9b0a2f555212'),
(3135,7797,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-13 17:48:44','2026-01-13 17:48:44','bd600582-81f7-47b2-a145-3d46e00951df'),
(3137,7799,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-13 17:51:04','2026-01-13 17:51:04','f76893c3-f37e-465a-b750-ba97c3bcca75'),
(3139,7801,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-13 17:51:26','2026-01-13 17:51:26','f0c7e48f-3768-409b-b688-4c44204c22ad'),
(3141,7808,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-13 18:01:34','2026-01-13 18:01:34','bdd5482f-3aec-492e-9a60-64ff6804247b'),
(3143,7811,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-13 18:02:33','2026-01-13 18:02:33','e37c3032-ece6-4b67-b455-aa9079b0f424'),
(3145,7813,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-13 18:06:00','2026-01-13 18:06:00','bd9171b4-2c73-46e9-b36a-f03246d8e9ca'),
(3147,7815,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-13 18:13:24','2026-01-13 18:13:24','64c17d8c-7a74-475d-b307-9a1be70bbaf6'),
(3149,7823,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-13 19:03:39','2026-01-13 19:03:39','73db717a-9d41-4181-a675-af9e8facd6e9'),
(3151,7834,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-13 20:03:08','2026-01-13 20:03:08','19d283d2-900f-41ed-b7e7-bce22b5e343a'),
(3153,7836,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-13 20:03:33','2026-01-13 20:03:33','56a888bb-4ee4-4462-a1e4-425c862b6345'),
(3155,7843,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-13 20:13:01','2026-01-13 20:13:01','c9a96753-543e-468a-8eff-46b468a92f55'),
(3157,7845,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-13 20:13:32','2026-01-13 20:13:32','33695869-0303-400a-8d64-b6f61b988c26'),
(3159,7848,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-13 20:22:01','2026-01-13 20:22:01','e2275a6c-e422-470c-9021-99ce3b8d53d9'),
(3161,7854,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-13 20:25:30','2026-01-13 20:25:30','a053ceb2-5ba6-42a4-b453-a87d525bde10'),
(3163,7856,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-13 20:29:14','2026-01-13 20:29:14','5749c02d-2d55-4806-aade-345f73ebc483'),
(3165,7865,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-13 20:41:59','2026-01-13 20:41:59','eb557075-5c67-45cb-a636-42a1ba4f6354'),
(3167,7867,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-13 20:42:43','2026-01-13 20:42:43','a409fe7b-6251-4402-b426-d09dc15024fe'),
(3168,7875,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-13 20:50:35','2026-01-13 20:50:35','ecd8b386-86c4-45ff-a82d-82ca124dd709'),
(3170,7877,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-13 20:52:02','2026-01-13 20:52:02','22d93527-d243-4fb9-a8b3-274273a04641'),
(3172,7879,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-13 20:52:28','2026-01-13 20:52:28','0ab36c4b-8c9e-4e58-9226-966ba4110b3d'),
(3174,7887,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-13 21:03:56','2026-01-13 21:03:56','83580658-4515-403e-ac9e-b571e2b5ea84'),
(3176,7889,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-13 21:04:49','2026-01-13 21:04:49','6121f3b4-a398-42bd-95aa-ef8abcf87548'),
(3178,7895,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-13 21:14:34','2026-01-13 21:14:34','e97fc9e6-53cd-41aa-a677-4a06bf26205c'),
(3180,7897,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-13 21:14:56','2026-01-13 21:14:56','975d6c7b-6b3e-40e9-9225-d542ca5a449c'),
(3182,7899,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-13 21:15:56','2026-01-13 21:15:56','1d3f7d76-0f2e-459e-8d75-89100cbf36ca'),
(3184,7902,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-13 21:17:45','2026-01-13 21:17:45','1cdcf545-8ce3-43ee-805a-582e1de3af44'),
(3186,7904,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-13 21:19:14','2026-01-13 21:19:14','b2f8c268-c03b-4ce2-a54d-bb7a33953595'),
(3188,7906,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-13 21:19:32','2026-01-13 21:19:32','a3cb4ae6-6fa7-4b3b-8518-d140bdeed122'),
(3190,7912,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-13 21:24:06','2026-01-13 21:24:06','7c8798a5-1edb-4cab-8a30-c9acdf9c2823'),
(3192,7914,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-13 21:24:56','2026-01-13 21:24:56','eecc21a8-1f81-4afe-a6fd-1b3ebbb69bdf'),
(3194,7916,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-13 21:25:53','2026-01-13 21:25:53','53d6ed70-d0b1-410d-95cb-9d8c33b1faef'),
(3196,7918,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-13 21:26:24','2026-01-13 21:26:24','ff66d045-aa0c-4c6e-b140-1cbdfc70d8a5'),
(3198,7929,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-13 21:49:39','2026-01-13 21:49:39','317b6962-4718-4dfe-9c8a-82dac08ee19f'),
(3200,7931,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-13 21:50:04','2026-01-13 21:50:04','d38b6650-04c2-490d-9b26-add7be79c8b6'),
(3202,7933,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-13 21:50:42','2026-01-13 21:50:42','dc96c74e-7031-4307-ac23-9e7da2fd8ec1'),
(3204,7935,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-13 21:51:20','2026-01-13 21:51:20','d19f19ff-21f2-4b66-af83-b2bbfb17fbda'),
(3206,7942,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-13 21:57:41','2026-01-13 21:57:41','d9aab75a-61c2-46be-b6a6-4a43b2a4bf6c'),
(3208,7944,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-13 21:58:21','2026-01-13 21:58:21','d3fa921f-dfe6-4918-bab3-90dc5219648c'),
(3210,7946,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-13 21:58:47','2026-01-13 21:58:47','7aab1678-631b-4d9e-b846-17a8c1ea2d12'),
(3212,7948,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-13 21:59:09','2026-01-13 21:59:09','bdecbe10-099c-4fe9-912a-1c1576b4a037'),
(3214,7958,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-13 22:05:03','2026-01-13 22:05:03','b0261e4a-8aa9-46c1-8af9-b328e1b84adf'),
(3216,7960,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-13 22:05:29','2026-01-13 22:05:29','3307238d-a885-4804-858e-6fca6415aab5'),
(3218,7962,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-13 22:12:38','2026-01-13 22:12:38','9c991a08-97dd-44f9-9686-3fd171e758eb'),
(3219,7963,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-13 22:14:47','2026-01-13 22:14:47','7b0f7ca6-c20d-4035-9086-c081f1bdd83e'),
(3221,7965,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-13 22:20:29','2026-01-13 22:20:29','f237e68d-3425-4d8b-a4f3-56e1cada2ffd'),
(3222,7968,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-14 15:18:41','2026-01-14 15:18:41','44b1a5c2-e690-4c59-9072-7a90acc613ff'),
(3224,7970,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-14 15:23:35','2026-01-14 15:23:35','17bd1480-e53f-494b-9641-156bc044f537'),
(3226,7972,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-14 15:52:05','2026-01-14 15:52:05','b33c2f53-c5b2-4257-9eb8-9547534d002a'),
(3228,7974,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-14 15:54:14','2026-01-14 15:54:14','be459fc4-6c4a-4052-9b40-f3c429f1e441'),
(3230,7976,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-14 16:00:01','2026-01-14 16:00:01','d690a664-b709-4b26-82c0-a18fbfe2c2ab'),
(3232,7978,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-14 16:04:02','2026-01-14 16:04:02','43494ba0-0f41-480a-997a-eea5b57acc66'),
(3234,7980,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-14 16:06:36','2026-01-14 16:06:36','174ceb9f-f0d0-45f7-9a88-00f8756e48c2'),
(3236,7982,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-14 16:11:10','2026-01-14 16:11:10','b6bf959b-4b91-4447-928c-98ff7c58f1aa'),
(3238,7984,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-14 16:11:18','2026-01-14 16:11:18','7494462a-faf8-463b-b9d8-7409acde96b2'),
(3240,7986,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-14 16:18:02','2026-01-14 16:18:02','120ea24e-47b7-491a-a56e-9aa62a0103b9'),
(3242,7988,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-14 16:18:37','2026-01-14 16:18:37','68d1c3ae-59b3-4696-a0a2-aa11195707ed'),
(3244,7990,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-14 16:18:48','2026-01-14 16:18:48','b23e0778-95b8-4989-99f0-24caea38a2d7'),
(3246,7992,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-14 16:19:20','2026-01-14 16:19:20','510a19d4-b576-40ab-820f-46230d7bc080'),
(3248,7994,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-14 16:19:44','2026-01-14 16:19:44','b9f4e21f-355d-4540-936d-8f45f44c1311'),
(3250,7996,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-14 16:19:55','2026-01-14 16:19:55','ce3f12eb-742a-4033-9562-48ee2825aa0e'),
(3252,7999,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-14 16:21:33','2026-01-14 16:21:33','53cc0cd5-7794-4e84-a580-de021c31a9bb'),
(3254,8001,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-14 16:21:59','2026-01-14 16:21:59','398ebfdd-ed36-4e45-8d4d-48857f60b061'),
(3256,8003,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-14 16:22:22','2026-01-14 16:22:22','7226e79d-05e3-4bd1-a21c-50fadba6fe70'),
(3259,8006,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-14 16:23:12','2026-01-14 16:23:12','c65099c3-d199-43a8-8462-dc30a7e158f3'),
(3260,8007,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-14 16:24:04','2026-01-14 16:24:04','bf21416a-5c13-4ea0-913d-7e8c2307af47'),
(3262,8009,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-14 16:24:34','2026-01-14 16:24:34','755b7505-7116-4bad-9afc-419c2ed19242'),
(3264,8011,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-14 16:25:26','2026-01-14 16:25:26','7eaaa6d2-ee93-4f57-aeb0-8f0404ec6ae1'),
(3266,8013,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-14 16:25:59','2026-01-14 16:25:59','a5ebc4f8-a8d4-45ad-8e59-7c14a3194d70'),
(3268,8015,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-14 16:26:25','2026-01-14 16:26:25','d0bff96c-a1f1-4b83-a0ae-9768277f4fc4'),
(3270,8018,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-14 16:27:59','2026-01-14 16:27:59','cece4d51-1a4a-4e78-b428-016571e58376'),
(3272,8020,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-14 16:28:30','2026-01-14 16:28:30','ac5420ac-51b6-46b2-b368-e40ecfa06174'),
(3274,8022,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-14 16:28:57','2026-01-14 16:28:57','868ef7a0-07a5-4d01-972c-f2521b477b2d'),
(3276,8028,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-14 16:32:12','2026-01-14 16:32:12','829fa6ae-2a72-4d56-9d4b-a625ac9919d1'),
(3278,8030,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-14 16:32:25','2026-01-14 16:32:25','1c2825e8-c048-4886-a083-e56629541ab3'),
(3280,8037,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-14 16:41:23','2026-01-14 16:41:23','4687c7e9-931f-4f12-bba9-c5b716f24f59'),
(3282,8039,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-14 16:41:50','2026-01-14 16:41:50','c5e99a7e-94c6-4115-ad61-7818d76c329b'),
(3284,8041,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-14 16:42:30','2026-01-14 16:42:30','7e98bf38-ac30-498d-b465-b100c5596b04'),
(3286,8043,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-14 16:42:52','2026-01-14 16:42:52','ede40bcf-0820-4ff1-81b0-b45f61aadfd3'),
(3288,8045,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-14 16:43:10','2026-01-14 16:43:10','6dc56ab5-7020-487c-85d9-05422f635666'),
(3290,8047,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-14 16:43:29','2026-01-14 16:43:29','2b41cd45-f965-4cdf-b194-6baeb11d0e6f'),
(3292,8049,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-14 16:44:24','2026-01-14 16:44:24','faafad5a-999b-4a54-8fa4-1ec5fb8d06c1'),
(3294,8055,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-14 16:48:14','2026-01-14 16:48:14','27f2f16c-9461-48fc-ae08-03c49f7a6c23'),
(3296,8057,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-14 16:48:42','2026-01-14 16:48:42','e1fad41c-2eed-4da8-b6d6-c22c02a3ae50'),
(3297,8058,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-14 16:53:12','2026-01-14 16:53:12','0e91cce8-8939-4068-8dee-7fcbc09eb62d'),
(3299,8065,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-14 16:54:34','2026-01-14 16:54:34','a29bc857-289a-4558-a047-f6af2193f0dd'),
(3301,8067,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-14 16:55:51','2026-01-14 16:55:51','00398cf8-bf7f-482d-8e38-eba8374aa1c0'),
(3303,8069,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-14 16:56:05','2026-01-14 16:56:05','d2afa534-5a03-42aa-8fe9-f28d3ceb09f9'),
(3305,8071,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-14 16:56:24','2026-01-14 16:56:24','eb95eb4c-57a7-4d43-b3be-8492a34a4fac'),
(3307,8073,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-14 16:56:59','2026-01-14 16:56:59','68be1c7f-8e77-49eb-82f2-0e2babdac6ba'),
(3309,8075,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-14 16:57:17','2026-01-14 16:57:17','b1fdfeeb-ae9f-4249-b619-b57393451a05'),
(3311,8077,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-14 16:57:40','2026-01-14 16:57:40','b375fdd6-6d2f-4bf4-af80-8e9a08f17a21'),
(3313,8083,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-14 17:04:15','2026-01-14 17:04:15','61c7c797-7306-4b0b-a751-8a5feda9a4e7'),
(3315,8088,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-14 17:05:11','2026-01-14 17:05:11','053811bd-b729-4a37-8034-101509db9fa8'),
(3317,8090,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-14 17:05:33','2026-01-14 17:05:33','226ef754-bfcc-4143-845f-0123d009eeb9'),
(3319,8096,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-14 17:12:01','2026-01-14 17:12:01','0263b6f7-8880-461e-8686-c628e047dbb2'),
(3321,8098,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-14 17:12:26','2026-01-14 17:12:26','5bc46a91-7df0-4a93-8373-f8da96e41776'),
(3323,8100,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-14 17:15:47','2026-01-14 17:15:47','22b8168d-60a5-4c05-b6e5-206cad07025a'),
(3325,8102,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-14 17:16:33','2026-01-14 17:16:33','6eba6c34-4bf3-45b9-9b6b-658f1061969f'),
(3327,8109,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-14 17:40:32','2026-01-14 17:40:32','b670e4cc-900b-40a9-a6ef-9e2b5c0a630a'),
(3329,8111,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-14 17:41:30','2026-01-14 17:41:30','6f67bc7f-ae6b-4737-b27f-a300cab9b782'),
(3331,8113,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-14 17:41:54','2026-01-14 17:41:54','9f71dc8f-40ed-49c1-bfb4-02b4d2e4bc17'),
(3333,8115,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-14 17:41:59','2026-01-14 17:41:59','a9567dc3-5549-4034-88c7-2475c5ee6c98'),
(3335,8121,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-14 17:50:32','2026-01-14 17:50:32','276e2405-009f-4f49-afea-7e0eba416cd8'),
(3337,8123,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-14 17:50:53','2026-01-14 17:50:53','ef53b1cf-be30-4864-99f7-1c0a70ae2486'),
(3339,8125,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-14 17:51:11','2026-01-14 17:51:11','52ba3efe-6ce8-41fd-9e68-6b18a1747f5b'),
(3341,8127,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-14 17:51:41','2026-01-14 17:51:41','c56d3fa1-c249-488f-88cd-cbdf4ea5867d'),
(3343,8129,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-14 17:52:31','2026-01-14 17:52:31','fd5f677e-1d23-458d-ac11-e81c5291872d'),
(3345,8137,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-14 18:51:51','2026-01-14 18:51:51','b4828ebe-b65a-4300-ba34-255f64296ed4'),
(3347,8139,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-14 18:53:34','2026-01-14 18:53:34','048682a4-480f-45bf-94f6-e219aca51e45'),
(3349,8143,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-14 19:06:05','2026-01-14 19:06:05','dd733bec-194b-4196-b881-a806125ce123'),
(3351,8145,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-14 19:06:24','2026-01-14 19:06:24','2a61a084-114b-49a9-ba0b-fd0dc8e4f0a7'),
(3353,8147,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-14 19:07:16','2026-01-14 19:07:16','47fbbddb-8fa3-4270-a5dc-b5ab4def7b53'),
(3355,8149,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-14 19:07:50','2026-01-14 19:07:50','89baa2d0-e80b-454e-b26b-61be542b3e65'),
(3357,8151,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-14 19:08:02','2026-01-14 19:08:02','e6733689-e7aa-4235-b68d-a4171552d7a5'),
(3359,8154,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-14 19:13:57','2026-01-14 19:13:57','a3eb21f4-6682-4c5f-a665-8b43e9005ea4'),
(3361,8156,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-14 19:14:12','2026-01-14 19:14:12','6ef0753f-bd83-46f8-93a4-abebc92f6c54'),
(3363,8158,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-14 19:17:10','2026-01-14 19:17:10','527e67b0-05b9-49d3-8e1c-4fbc231f6702'),
(3365,8160,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-14 19:17:32','2026-01-14 19:17:32','4b363e53-4862-4e83-998f-bf9a74cc8c77'),
(3367,8166,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-14 19:22:58','2026-01-14 19:22:58','7d8f4fe3-a73e-4cc0-8b24-c9208381ab52'),
(3369,8168,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-14 19:23:06','2026-01-14 19:23:06','7cc6366b-7a54-4976-9187-cb0b6576a33c'),
(3371,8170,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-14 19:23:37','2026-01-14 19:23:37','5ff1aba7-3a2c-4488-bf7d-38069200243d'),
(3373,8172,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:24:32','2026-01-14 19:24:32','f6096749-68ca-4bd3-b768-0b68750be22e'),
(3375,8179,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:30:50','2026-01-14 19:30:50','efc58c36-fb59-44ea-9a58-85e7cc42ae2f'),
(3377,8181,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:31:05','2026-01-14 19:31:05','b28b381d-ca1a-4d84-98da-e13beaa2587b'),
(3379,8183,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:31:49','2026-01-14 19:31:49','f54d9776-d24f-4074-8ab9-5b427f769ba4'),
(3381,8185,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:32:10','2026-01-14 19:32:10','f0a2fb9c-c140-44cb-b42a-ba693190e41d'),
(3382,8186,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:32:33','2026-01-14 19:32:33','3597330f-fc07-422e-b194-8d48a15109af'),
(3384,8188,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:32:49','2026-01-14 19:32:49','d194f588-078e-42b5-a27f-3ded9b177909'),
(3386,8190,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:33:11','2026-01-14 19:33:11','f9217507-2e20-4872-b2ad-bef137247f79'),
(3388,8192,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:33:25','2026-01-14 19:33:25','ce5e575e-a87c-491d-99a5-ad45e18963e1'),
(3390,8195,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:34:38','2026-01-14 19:34:38','d6851a2e-be66-40f4-a32a-837d01b8327a'),
(3392,8197,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:34:59','2026-01-14 19:34:59','8128e227-fee1-40cd-b5e2-fad3f5965edb'),
(3394,8199,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-14 19:35:02','2026-01-14 19:35:02','b69f0a5b-01ba-4029-88f8-7c276c81238f'),
(3396,8201,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-14 19:43:43','2026-01-14 19:43:43','a02db7e4-3256-4c68-8e28-935d92d64c91'),
(3398,8203,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-14 19:44:13','2026-01-14 19:44:13','daac88de-6a77-443a-82bb-052ea8b67dba'),
(3400,8205,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-14 19:44:57','2026-01-14 19:44:57','61770e50-fa55-4e70-bfdd-49f7749d17ea'),
(3402,8207,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-14 19:45:20','2026-01-14 19:45:20','5dd58712-258e-408a-94d0-56593d1e2222'),
(3403,8209,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-14 20:02:59','2026-01-14 20:02:59','5cf2208a-e01a-4861-a31a-a9cdc51b4935'),
(3405,8219,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-14 20:04:38','2026-01-14 20:04:38','fd211171-adec-4006-a310-34259d2586da'),
(3407,8221,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-14 20:07:10','2026-01-14 20:07:10','1e214e38-336d-452b-889f-53c21d21fc1b'),
(3409,8223,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-14 20:08:06','2026-01-14 20:08:06','4ac3cec1-eadc-4b9b-aeca-c28b8dc0761d'),
(3411,8225,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-14 20:08:36','2026-01-14 20:08:36','28da7321-7c08-47d7-97af-acd357c58e38'),
(3413,8228,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-14 20:10:56','2026-01-14 20:10:56','2240dc34-9067-4542-84a1-05e3dc12c034'),
(3415,8230,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-14 20:11:26','2026-01-14 20:11:26','adc0932f-ff58-4abb-be13-d55805401f40'),
(3417,8232,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-14 20:12:18','2026-01-14 20:12:18','747c3d1f-6ce5-4083-ab86-b80526d28828'),
(3419,8234,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-14 20:13:52','2026-01-14 20:13:52','0cab5b05-c58a-49d8-b25c-b972ca1cf79a'),
(3421,8236,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-14 20:20:04','2026-01-14 20:20:04','51516b97-8f13-40b0-b2a8-0ea53587abfd'),
(3423,8238,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-14 20:23:07','2026-01-14 20:23:07','1032c045-b718-4fc9-9da6-4b254e7a0cbd'),
(3425,8240,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-14 20:26:00','2026-01-14 20:26:00','11b669ba-94ea-456d-aa1a-41d17850fcb4'),
(3427,8242,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-14 20:30:29','2026-01-14 20:30:29','4514dd28-3598-49d5-a961-041590ed11b9'),
(3429,8244,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-14 20:31:36','2026-01-14 20:31:36','851378e0-0983-4b9e-8ea5-bf578aee621c'),
(3432,8247,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-14 20:35:39','2026-01-14 20:35:39','47548396-43b1-4d1f-a99d-7627423ca5f4'),
(3434,8249,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-14 20:38:32','2026-01-14 20:38:32','14d3a4ae-9c1b-4b6b-9632-561217c03f43'),
(3436,8251,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-14 20:42:02','2026-01-14 20:42:02','246a16bf-7bd2-4666-a54d-9a954ffb54eb'),
(3438,8253,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-14 20:43:18','2026-01-14 20:43:18','bf6c299e-c515-4d0d-8adf-0d6b28a2b6d4'),
(3440,8255,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-14 20:45:26','2026-01-14 20:45:26','fff61b88-fdf8-407c-89e5-dcf323e34eda'),
(3443,8258,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-14 20:47:47','2026-01-14 20:47:47','404af895-a0a3-49e2-a22e-dd834420c056'),
(3445,8260,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-14 20:48:50','2026-01-14 20:48:50','a21072aa-c09f-4189-a88e-b8e6cb370d61'),
(3447,8262,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-14 20:49:16','2026-01-14 20:49:16','af6c61b1-4a28-40b1-967a-9432f376318f'),
(3449,8264,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-14 20:49:51','2026-01-14 20:49:51','be92ceba-dc86-4a28-990e-ca549a352d4e'),
(3451,8266,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-14 20:50:07','2026-01-14 20:50:07','88bcfe2c-50b1-4a71-a6af-71228bef2eb7'),
(3453,8268,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-14 20:58:41','2026-01-14 20:58:41','6222cfb1-635a-49b1-8cbe-4a688008a671'),
(3455,8270,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-14 20:59:14','2026-01-14 20:59:14','a5d75d42-05b0-48dd-b7ba-83678673c1a4'),
(3457,8272,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-14 21:02:26','2026-01-14 21:02:26','f15d91dc-22e7-43a8-ba16-488ea9d267ef'),
(3459,8274,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-14 21:04:28','2026-01-14 21:04:28','2a1c240e-e992-468e-a512-c7396ead850d'),
(3461,8276,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-14 21:04:37','2026-01-14 21:04:37','c479102a-a2ca-4566-aee6-00e3e756c52d'),
(3463,8278,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-14 21:05:38','2026-01-14 21:05:38','547a08b7-3dc5-4a0e-8464-0c9ee3b9779a'),
(3465,8280,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-14 21:08:37','2026-01-14 21:08:37','cc5bee19-4e3a-4fee-a123-b1bd634089e1'),
(3467,8282,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-14 21:25:07','2026-01-14 21:25:07','81ce4446-2dab-4e71-b6d4-f2ec6eb6918c'),
(3469,8284,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-14 21:25:44','2026-01-14 21:25:44','7e784991-8a89-43f0-a5b8-d9658b418d8a'),
(3471,8286,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-14 21:26:24','2026-01-14 21:26:24','bed3a61c-424a-4d40-900d-79aa1bd0e4d0'),
(3473,8288,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-14 21:27:55','2026-01-14 21:27:55','2f9a44e7-2549-48a6-bdb1-ca3f929055fc'),
(3475,8290,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-14 21:29:05','2026-01-14 21:29:05','1783e536-a3e0-4e7d-9bb3-95d8d97dfb2d'),
(3477,8292,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-14 21:29:12','2026-01-14 21:29:12','87710279-9744-40a0-a8ea-8c358ef590f3'),
(3479,8294,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-14 21:29:33','2026-01-14 21:29:33','3f9e0f9f-ce5e-4284-8326-fa2741bb0dbe'),
(3481,8296,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-14 21:34:16','2026-01-14 21:34:16','339f4561-168d-4157-9e36-5cc4fdb83aa2'),
(3483,8298,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-14 21:35:02','2026-01-14 21:35:02','336d0fe9-0562-4153-b765-23b130fff0e1'),
(3485,8300,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-14 21:35:05','2026-01-14 21:35:05','342d7e4f-3b1f-4f0f-9fbf-b1abaf73eba3'),
(3487,8302,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-14 21:35:28','2026-01-14 21:35:28','3c777af8-903c-4288-86ea-8ed4535b42f4'),
(3489,8304,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-14 21:37:57','2026-01-14 21:37:57','88d06c2d-a230-497a-8c46-15d4f1f58cc5'),
(3491,8306,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-14 21:38:01','2026-01-14 21:38:01','18e8438e-e14b-4efb-9d8e-1983e40e010b'),
(3493,8308,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-14 21:40:51','2026-01-14 21:40:51','7ff2e9c8-272f-4c09-8e78-1e52a647d261'),
(3495,8310,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-14 21:43:39','2026-01-14 21:43:39','c441a802-c432-471d-bc1d-de877fa09246'),
(3497,8312,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-14 21:43:52','2026-01-14 21:43:52','3e5d9173-d66f-4388-b6b0-b35948ae4ab8'),
(3499,8314,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-14 21:44:11','2026-01-14 21:44:11','ea34b662-f592-4ef9-9997-f0bb41a4d66d'),
(3501,8316,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-14 21:44:43','2026-01-14 21:44:43','6e2cc277-6136-4e60-8760-63b1379b925b'),
(3503,8318,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-14 21:45:23','2026-01-14 21:45:23','e2f96925-e574-4797-a4ed-0d045f623f59'),
(3505,8320,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-14 21:45:27','2026-01-14 21:45:27','3df4e94b-0b50-4f9f-ab42-154beb877a9d'),
(3507,8322,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-14 21:46:01','2026-01-14 21:46:01','98527e32-74a4-4e2c-9171-bd9995c0c555'),
(3509,8324,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-14 21:46:09','2026-01-14 21:46:09','15cbd288-8f58-453e-b8c8-cdfcbf389037'),
(3511,8326,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-14 21:47:03','2026-01-14 21:47:03','fe61a323-f166-4a83-b737-623d89a4fe17'),
(3513,8328,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-14 21:47:27','2026-01-14 21:47:27','f725d223-a7ac-4d02-abcb-2c5a752b30cf'),
(3515,8330,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-14 21:48:09','2026-01-14 21:48:09','a442f292-e551-4aaf-aed9-58d080faf582'),
(3517,8332,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-14 21:48:13','2026-01-14 21:48:13','b9803e7c-d7d5-45cf-bf02-357cbd053b47'),
(3519,8334,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-14 21:49:11','2026-01-14 21:49:11','32d24f70-8fc9-41f7-b0a4-ed4162d0529b'),
(3521,8336,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-14 21:49:13','2026-01-14 21:49:13','d066efe6-69d5-4e61-832b-bf59c6e8229d'),
(3523,8338,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-14 21:54:14','2026-01-14 21:54:14','7975becd-d87f-4660-9f98-200c4fac39ae'),
(3525,8340,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-14 21:55:00','2026-01-14 21:55:00','81045e91-ce3e-499e-9555-0521c602db8d'),
(3527,8342,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-14 21:55:13','2026-01-14 21:55:13','444d4261-6a6d-4b54-b4e9-9c3d84fc0251'),
(3529,8344,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-14 21:55:59','2026-01-14 21:55:59','10be3b86-838d-4d1f-b6fb-1951b2481cfe'),
(3531,8346,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-14 21:56:11','2026-01-14 21:56:11','c72c9b90-765c-4e35-9ab2-895334fd9a01'),
(3533,8348,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-14 21:57:09','2026-01-14 21:57:09','585d7b92-8e45-4197-a5c7-0a1516a2c568'),
(3535,8350,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-14 21:58:00','2026-01-14 21:58:00','b32c13a9-d7fa-420e-a18a-59c27253f4f4'),
(3537,8354,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-14 22:10:23','2026-01-14 22:10:23','621e8654-27db-4b84-bc93-5648f3afaf94'),
(3539,8358,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-14 22:11:02','2026-01-14 22:11:02','66fb92ff-7a0c-4eae-8819-66bca40ad646'),
(3541,8360,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-14 22:12:46','2026-01-14 22:12:46','27e675c3-b793-4b05-87f5-aa457e0d3e6d'),
(3543,8362,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-14 22:13:07','2026-01-14 22:13:07','5438f7e6-2b70-43e1-bc95-827503bb6c13'),
(3545,8364,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-14 22:13:38','2026-01-14 22:13:38','bfda3854-8b14-45c3-b1ce-97fcd48eaea5'),
(3547,8366,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-14 22:14:11','2026-01-14 22:14:11','5f9896c2-6de3-4153-a3dd-74892f915cdd'),
(3549,8368,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-14 22:14:40','2026-01-14 22:14:40','e601e8e8-6aee-43b2-a4f1-51d01611c34d'),
(3551,8370,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-14 22:15:19','2026-01-14 22:15:19','b726a929-83aa-41c0-88cd-f4811e4ff18b'),
(3553,8372,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-14 22:15:34','2026-01-14 22:15:34','93ac3edb-dffd-417d-918f-2080dfcae373'),
(3555,8374,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-14 22:15:42','2026-01-14 22:15:42','b0fe8032-7ccf-4de7-bfee-276609b4f85a'),
(3557,8376,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,6,'2026-01-15 14:55:50','2026-01-15 14:55:50','a9b94dd6-ecb5-4254-9581-12aebe61bc42'),
(3560,8379,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-15 15:05:53','2026-01-15 15:05:53','c9583893-857a-4eea-a571-8099a5be8f8d'),
(3562,8381,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-15 15:06:05','2026-01-15 15:06:05','d5709488-699d-41d5-b901-d9c9396cfe66'),
(3564,8383,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-15 15:07:27','2026-01-15 15:07:27','b2359d78-8416-4b7e-973a-76f5f646d7e0'),
(3566,8385,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-15 15:09:34','2026-01-15 15:09:34','67abb3e1-d344-46df-b830-d4bf431e6687'),
(3568,8387,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-15 15:09:43','2026-01-15 15:09:43','42a40c8b-5969-4b88-b53c-13f4a460c6d1'),
(3570,8389,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-15 15:12:19','2026-01-15 15:12:19','bc2eff1e-91e9-4707-9b44-d06e65991842'),
(3572,8391,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-15 15:12:34','2026-01-15 15:12:34','f2a5e848-05dd-4575-b59d-ab578ee82450'),
(3574,8393,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-15 15:12:53','2026-01-15 15:12:53','d51ddb11-6737-46f7-a119-b91c987b79b4'),
(3576,8395,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-15 15:14:27','2026-01-15 15:14:27','1b7f4c50-c526-484a-afc9-c2e308d492e8'),
(3578,8397,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-15 15:14:38','2026-01-15 15:14:38','0cfa6879-6e77-4081-8818-f807c13c48e9'),
(3580,8399,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-15 15:15:34','2026-01-15 15:15:34','1510f61e-8635-4c72-a385-9da6b0e08c59'),
(3582,8401,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-15 15:17:57','2026-01-15 15:17:57','0f4d950d-10ff-4058-a692-723991af559c'),
(3584,8403,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-15 15:19:19','2026-01-15 15:19:19','716e59f1-5fab-44fa-a484-41074ecea122'),
(3586,8405,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-15 15:20:02','2026-01-15 15:20:02','e698d4e6-cd28-4b23-ad06-9e846330e663'),
(3588,8407,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-15 15:20:07','2026-01-15 15:20:07','7b2c97a7-edce-44a7-b91e-2c35ae274d12'),
(3590,8409,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-15 15:22:19','2026-01-15 15:22:19','679a6884-9e1d-484b-8f47-a2a8e342fcee'),
(3592,8411,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-15 15:22:29','2026-01-15 15:22:29','e192b129-5887-44e0-9fa2-502d07a3e8a1'),
(3594,8413,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-15 15:27:32','2026-01-15 15:27:32','e259a851-43c3-4b05-8200-ce4ea954b58b'),
(3596,8415,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-15 15:28:22','2026-01-15 15:28:22','cf086fcb-7e9f-40e7-a9ed-fac381123581'),
(3598,8417,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-15 15:31:26','2026-01-15 15:31:26','42fab708-e91e-45c3-b0aa-9c89585b31ce'),
(3599,8418,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-15 15:32:26','2026-01-15 15:32:26','c704b6d6-837e-445f-a5fd-360a9b191dc9'),
(3601,8420,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-15 15:44:13','2026-01-15 15:44:13','92b1bc92-b974-446b-8362-90824da9e223'),
(3603,8422,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-15 15:45:45','2026-01-15 15:45:45','7d0c4498-4a7e-435f-90ba-ea9db97bfe8d'),
(3605,8424,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-15 15:46:00','2026-01-15 15:46:00','82157420-da5b-4bf7-837c-cfa01c26e84e'),
(3607,8426,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-15 15:46:52','2026-01-15 15:46:52','f699a11d-8508-48e0-b0ad-e302c6224c8e'),
(3609,8428,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-15 15:47:10','2026-01-15 15:47:10','d8e9d93b-3402-4b9b-b41c-168ff4ec4fe2'),
(3611,8430,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-15 15:47:22','2026-01-15 15:47:22','4b18d1c3-085b-4c54-885d-973fbfe07f91'),
(3613,8432,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-15 15:59:16','2026-01-15 15:59:16','f7226e8b-1d8c-4ead-8edd-989eacce3437'),
(3615,8434,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-15 16:00:29','2026-01-15 16:00:29','8bbfc369-4e17-45dd-9740-2943d55196c2'),
(3617,8436,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-15 16:00:41','2026-01-15 16:00:41','e28d77b0-496f-4683-bb03-84d58c28b55f'),
(3619,8438,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-15 16:02:04','2026-01-15 16:02:04','3352c4e9-ddd8-4439-bb7b-9b9d21813fbd'),
(3621,8440,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-15 16:08:31','2026-01-15 16:08:31','ab4720c7-ee03-4f9f-9058-2cf0208ce413'),
(3623,8442,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-15 16:11:23','2026-01-15 16:11:23','909dd72c-1f4b-4d6e-b29e-91792d5d0026'),
(3625,8444,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-15 16:11:45','2026-01-15 16:11:45','586d7e7c-9ffd-4968-9b5c-5432ab133f73'),
(3627,8446,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-15 16:13:42','2026-01-15 16:13:42','0ac38a71-0be9-469c-a102-dc47ddd5143d'),
(3629,8448,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-15 16:14:06','2026-01-15 16:14:06','ebba7cf8-1a40-4d46-aaa6-ecda26abe064'),
(3631,8450,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-15 16:32:55','2026-01-15 16:32:55','f4156caf-92f3-4d89-b77f-ef63d340c20f'),
(3633,8452,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-15 16:34:44','2026-01-15 16:34:44','e6a2cc8d-754d-49f6-b3b7-66f58e5dbfdc'),
(3634,8453,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-15 16:43:48','2026-01-15 16:43:48','1d045538-6c2f-4298-b93f-d36cc0c0414e'),
(3636,8455,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-15 16:46:39','2026-01-15 16:46:39','d6b3db7d-1550-4229-a064-414bd55a5f89'),
(3638,8457,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-15 16:47:41','2026-01-15 16:47:41','32d87c84-07fe-4d14-996c-ee5bd55972e6'),
(3640,8459,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-15 16:49:17','2026-01-15 16:49:17','26750a24-1d52-42d4-b92c-de89ca4d910d'),
(3642,8461,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-15 16:49:36','2026-01-15 16:49:36','567c400d-8de1-4106-a98d-5bb1fd01e87d'),
(3644,8463,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-15 16:49:52','2026-01-15 16:49:52','a4ef81e3-e625-4ee8-ad44-8afa75fa99fe'),
(3646,8465,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-15 16:50:18','2026-01-15 16:50:18','6ee8b4f5-5797-45f4-afaa-3040ea0e36bb'),
(3648,8467,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-15 16:50:31','2026-01-15 16:50:31','6fa1dbe1-82a5-49c7-ba9b-43cbf720536f'),
(3650,8469,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-15 18:04:18','2026-01-15 18:04:18','11c4c1a8-2769-4ae3-a3f8-fe048afde1c8'),
(3652,8471,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-15 18:04:21','2026-01-15 18:04:21','63917c83-9d7e-4a8f-8c78-8b0cca1dc789'),
(3654,8473,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-15 18:05:05','2026-01-15 18:05:05','e0e14638-6217-4d6f-8e4a-6ce41b947259'),
(3656,8475,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-15 18:06:18','2026-01-15 18:06:18','f6928fe4-164f-470d-b2a6-66ac5e793c47'),
(3658,8477,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-15 18:06:35','2026-01-15 18:06:35','631c0717-30b8-424b-9bed-45953c1ee536'),
(3660,8479,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-15 18:07:18','2026-01-15 18:07:18','2843ce7b-f886-4e3c-b4e4-e04cdfe6e21c'),
(3662,8481,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-15 18:07:42','2026-01-15 18:07:42','65ae6587-6fc9-4b41-a4f5-49d4a13e4575'),
(3664,8483,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-15 18:10:10','2026-01-15 18:10:10','23fe2fa8-0fcd-446d-a595-97e5a41738c3'),
(3666,8485,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-15 18:10:31','2026-01-15 18:10:31','261ea7eb-b87e-4a04-b53b-6fd9468b464a'),
(3668,8487,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-15 18:10:49','2026-01-15 18:10:49','a29a833e-d52e-4a8d-8729-1e0bc477ae53'),
(3670,8489,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-15 18:11:04','2026-01-15 18:11:04','ebf1383e-bc00-45a7-8eb4-9256225f2c89'),
(3672,8491,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-15 18:11:14','2026-01-15 18:11:14','ab3f774d-ba53-446f-8e82-03dc4ab33cbd'),
(3674,8493,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-15 18:11:28','2026-01-15 18:11:28','5292993c-3ebb-4209-996d-526085fd8b8a'),
(3676,8495,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-15 18:11:38','2026-01-15 18:11:38','01693aa3-4faa-4741-be9c-61171e69761f'),
(3678,8497,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-15 18:11:48','2026-01-15 18:11:48','65f78770-4a4c-4650-8280-ba1508189ce1'),
(3680,8499,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-15 18:12:00','2026-01-15 18:12:00','2600a15f-db8b-4aca-938c-0d0e5e1d5ebb'),
(3682,8501,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-15 18:33:45','2026-01-15 18:33:45','5e18160c-9305-453b-ad83-1a591dafbc48'),
(3684,8503,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-15 18:34:15','2026-01-15 18:34:15','805fde78-5fbc-4700-9aa2-a0b9290a763f'),
(3686,8505,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-15 18:34:40','2026-01-15 18:34:40','53b6cc68-3fb5-4d48-afee-6533d176ce08'),
(3688,8507,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-15 18:35:03','2026-01-15 18:35:03','fb08d8b7-1536-49f9-8e2f-0ece6b3493fc'),
(3690,8509,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-15 18:35:13','2026-01-15 18:35:13','548ae64f-8654-4e32-bef8-16a60a410ac1'),
(3692,8511,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-15 18:35:33','2026-01-15 18:35:33','073e57e9-2b7c-497c-9f9e-e3c30bc07b27'),
(3694,8513,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-15 18:46:24','2026-01-15 18:46:24','828198b3-9134-48c0-a623-79b64edf82e8'),
(3697,8519,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-15 19:58:24','2026-01-15 19:58:24','9af80ab0-e37c-47da-a7ee-85c49c43c5cc'),
(3699,8523,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-15 19:58:33','2026-01-15 19:58:33','73e775b7-51ae-4baa-8414-0bd078823243'),
(3701,8528,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-15 19:59:47','2026-01-15 19:59:47','64f9b2a5-78aa-4598-8318-0f2d6f6da3dd'),
(3703,8537,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-15 20:12:12','2026-01-15 20:12:12','9209f5cc-cef5-47e0-b690-49871a14ab9a'),
(3706,8543,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-15 20:20:56','2026-01-15 20:20:56','7dea9f2d-16c1-496e-a00f-343ebb829e6b'),
(3708,8545,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-15 20:23:17','2026-01-15 20:23:17','e0004af0-1b53-4a40-bdf5-1c14603df258'),
(3709,8546,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,6,'2026-01-15 20:23:27','2026-01-15 20:23:27','b2d058ad-1bbf-4611-b34b-82c1f023408b'),
(3710,8547,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-15 20:23:32','2026-01-15 20:23:32','1bdfaab3-dee8-48b6-903e-0600eeb32355'),
(3711,8551,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-15 20:40:02','2026-01-15 20:40:02','5634ffaf-8aa4-4c16-bb6f-6c235b579d6d'),
(3713,8553,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-15 20:40:11','2026-01-15 20:40:11','6edaa6d7-cef5-4d5a-8f2b-dfefc8bd86ac'),
(3718,8558,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-15 20:41:18','2026-01-15 20:41:18','1abdb065-543a-45ac-91ba-66194ff03c23'),
(3752,8594,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-15 21:13:35','2026-01-15 21:13:35','b022f9de-5e36-494b-9959-7fdc8d6db765'),
(3756,8606,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-16 01:13:42','2026-01-16 01:13:42','0a69f0c8-6170-43d6-986f-55cc836973ab'),
(3758,8608,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-16 01:14:26','2026-01-16 01:14:26','ec70c0e2-40eb-44ef-ac3b-e7fb7ca5d780'),
(3762,8612,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-16 01:21:26','2026-01-16 01:21:26','ba214a37-6363-466e-a3e1-9cc8403c7c2d'),
(3763,8613,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,6,'2026-01-16 01:22:04','2026-01-16 01:22:04','672b127a-5646-4f6e-a1df-d9fa2d79d776'),
(3765,8615,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-16 01:25:51','2026-01-16 01:25:51','ebf5ae0d-bf6e-4abb-a6e8-1a76a99e7906'),
(3767,8617,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-16 01:26:50','2026-01-16 01:26:50','56af1ef1-8694-4622-a852-ff070a6b27ee'),
(3769,8619,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,6,'2026-01-16 01:33:19','2026-01-16 01:33:19','b315add9-a95f-4713-8ec5-e1486abe466c'),
(3771,8621,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,6,'2026-01-16 01:34:08','2026-01-16 01:34:08','b3866f20-cce1-4eb1-8efa-55d272c2729c'),
(3773,8627,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-16 12:39:10','2026-01-16 12:39:10','b607c6a1-aa41-4292-9b92-fd8567970a7b'),
(3775,8637,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-16 15:09:33','2026-01-16 15:09:33','409e1069-d69f-4c5e-8345-05f385d7fb12'),
(3778,8651,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-16 15:16:13','2026-01-16 15:16:13','0bd08d53-bc5c-477b-922e-17f2494a91ad'),
(3779,8656,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-16 15:17:14','2026-01-16 15:17:14','5bd5f7e5-01b0-4893-bf1d-ea7282aee2eb'),
(3780,8657,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 15:18:24','2026-01-16 15:18:24','5d7594e1-a468-4d28-9081-3f5192b7bb25'),
(3782,8661,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 15:22:57','2026-01-16 15:22:57','c11f4d1f-27a9-4ce0-978b-60b527a7f33d'),
(3784,8671,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:05:51','2026-01-16 16:05:51','a2994a64-168d-46d0-8674-2f95044f284c'),
(3786,8679,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:15:26','2026-01-16 16:15:26','519647a7-fb57-4fd0-aaac-91af2e1220c4'),
(3788,8681,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:16:10','2026-01-16 16:16:10','0d4899f5-ef17-4cc4-a53a-c1c32772f53c'),
(3790,8683,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:23:31','2026-01-16 16:23:31','8e214083-b744-4185-99b6-7ef34ec9a689'),
(3792,8693,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:27:18','2026-01-16 16:27:18','311e446a-3475-4fd1-ae80-995e13e152d7'),
(3793,8698,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:27:46','2026-01-16 16:27:46','146c204a-6bca-47d0-84bd-bb34e3b51841'),
(3795,8700,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:31:31','2026-01-16 16:31:31','52170aaf-e108-43c8-9901-fcf4864e4016'),
(3796,8701,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:33:03','2026-01-16 16:33:03','505a4cc2-70e7-4950-9299-5c5611af2005'),
(3798,8708,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:40:40','2026-01-16 16:40:40','2d9c320a-34c1-4394-b62e-0198c0d5deb9'),
(3799,8712,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:41:19','2026-01-16 16:41:19','c4cf27a5-c98b-4252-a6a1-6f8242e884cc'),
(3800,8713,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 16:43:52','2026-01-16 16:43:52','d985b8b3-3f33-460b-955c-2be5472915a9'),
(3801,8715,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-16 17:03:39','2026-01-16 17:03:39','4e4762ac-e15d-4b05-89a9-48dd8e600e29'),
(3802,8718,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-16 17:07:35','2026-01-16 17:07:35','0e3b73af-f784-429b-a269-49d1267134a4'),
(3805,8725,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-16 17:10:51','2026-01-16 17:10:51','8bd254fc-207e-4ff5-bb3b-fe750bb735ad'),
(3806,8727,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 20:31:47','2026-01-16 20:31:47','7af1b91d-2419-4e22-bf19-b2262bb8f33b'),
(3807,8728,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-16 20:32:57','2026-01-16 20:32:57','f06525ba-6112-40d6-9ef5-9720c7351bf1'),
(3809,8730,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-16 20:33:19','2026-01-16 20:33:19','ca6011d3-4683-44a9-8de1-2b7f4f1dcdcb'),
(3811,8734,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-16 20:44:54','2026-01-16 20:44:54','2934fa68-6f93-4386-b91f-83546b07e6ce'),
(3813,8737,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-16 20:44:57','2026-01-16 20:44:57','20f1f6b4-d815-468a-af74-487153bac7b0'),
(3814,8738,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-16 20:47:17','2026-01-16 20:47:17','fa62e336-fe80-46a4-853e-c772f81ede85'),
(3816,8741,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-16 20:47:40','2026-01-16 20:47:40','4dd8e199-5a3d-464c-a357-e3a7f655ca20'),
(3818,8743,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-16 20:48:03','2026-01-16 20:48:03','3b4463da-8cff-4d1e-a61e-ad3029863f73'),
(3819,8755,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-16 20:56:59','2026-01-16 20:56:59','dfd58b23-95cf-47c5-a856-f65c819a7823'),
(3821,8757,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-16 20:58:27','2026-01-16 20:58:27','d5067947-645b-49c6-8f8c-cf7f5fd94ac6'),
(3823,8761,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-16 21:29:27','2026-01-16 21:29:27','793f859d-f63d-4d7c-bbc9-f06f9f9e0619'),
(3825,8766,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 21:29:59','2026-01-16 21:29:59','af548dcf-c08d-4b1b-8a2b-3f48b75a422f'),
(3827,8771,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-16 21:31:57','2026-01-16 21:31:57','6040ec90-38a2-402c-9e83-2129912ffd14'),
(3829,8775,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 21:35:24','2026-01-16 21:35:24','23e5b759-60a4-4c32-9b6a-f41d077096ab'),
(3831,8777,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-16 21:35:49','2026-01-16 21:35:49','dee17e36-8dd6-4507-97b9-261e7c48e1cf'),
(3833,8787,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-17 00:13:48','2026-01-17 00:13:48','65d6b626-e38c-42c4-9938-b44d61e3f197'),
(3835,8789,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-17 00:14:38','2026-01-17 00:14:38','df14506d-b44f-4a41-bca0-cdda5567cef1'),
(3837,8792,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-17 00:15:34','2026-01-17 00:15:34','5de76184-0bfc-4ff0-b394-9f6e1255b169'),
(3840,8813,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-17 00:21:22','2026-01-17 00:21:22','686821e0-7cb5-4e46-abe0-dd77ebe95363'),
(3844,8819,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-17 00:23:10','2026-01-17 00:23:10','e30f8f45-0e1a-4fab-95aa-70a8101dc106'),
(3846,8822,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-17 00:23:22','2026-01-17 00:23:22','4da04078-64da-4963-a6a6-1616e772084a'),
(3848,8824,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-17 00:23:33','2026-01-17 00:23:33','eac3c009-6a0e-4868-b926-ae3dbd1f6cc2'),
(3850,8826,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-17 00:23:53','2026-01-17 00:23:53','3b26eb91-c556-4f94-b5d6-2ecec09c202d'),
(3852,8828,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-17 00:24:03','2026-01-17 00:24:03','2f5918d8-2365-4327-935a-f3d00299a3fd'),
(3854,8840,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-17 00:24:53','2026-01-17 00:24:53','43aee1ea-78ea-481d-a6af-57629eeb896c'),
(3855,8841,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-17 00:25:00','2026-01-17 00:25:00','8f1d8662-0a66-4a8d-aa37-5f7a046fbb36'),
(3858,8844,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-17 00:25:25','2026-01-17 00:25:25','b397999b-44ce-43c0-9193-570dc033e297'),
(3860,8846,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-17 00:25:43','2026-01-17 00:25:43','55d93fc5-0593-4a88-8907-645ab861ed2b'),
(3861,8847,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-17 00:25:52','2026-01-17 00:25:52','4fca8a19-f833-4629-bf2e-91abda38b413'),
(3863,8849,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-17 00:26:06','2026-01-17 00:26:06','7ee25e8d-97bd-4373-8565-fceca4cd498b'),
(3865,8854,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-17 00:27:21','2026-01-17 00:27:21','cdad2a32-3f67-4d17-af2c-3605dab53497'),
(3867,8857,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-17 00:27:47','2026-01-17 00:27:47','207ffe5e-ce05-4671-a863-5c7b8981343d'),
(3869,8859,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-17 00:28:48','2026-01-17 00:28:48','7365cbee-aeb2-436a-bc2a-c14353eb290a'),
(3872,8873,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-17 00:29:50','2026-01-17 00:29:50','c5832758-1028-480f-8f21-b61e571baf8a'),
(3873,8876,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-17 00:30:07','2026-01-17 00:30:07','1e830f6f-5b6b-439a-bb74-55cfe6f4b5ee'),
(3875,8878,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-17 00:30:18','2026-01-17 00:30:18','12205590-e04b-4ac0-9053-5f485a22f461'),
(3878,8881,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-17 00:30:38','2026-01-17 00:30:38','b7a14d87-e605-4c42-803b-53ac2debdeff'),
(3879,8883,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-17 00:31:21','2026-01-17 00:31:21','90bc3378-ddf2-46a8-964a-8e8eec21c9f5'),
(3881,8885,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-17 00:31:38','2026-01-17 00:31:38','0fd4da47-b067-4ed9-b1ed-f7e7c290e9db'),
(3884,8890,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-17 00:33:33','2026-01-17 00:33:33','aabd6211-39bb-4c2b-836f-a6296ff77078'),
(3886,8895,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-17 00:34:02','2026-01-17 00:34:02','e77c5978-148d-4859-bbf0-6633476a3cf8'),
(3887,8898,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-17 00:34:08','2026-01-17 00:34:08','0291e06c-234f-4d22-badf-ed965213ad83'),
(3889,8902,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-17 00:34:34','2026-01-17 00:34:34','69d13efe-7213-4b3b-8cf0-8338001acde2'),
(3891,8906,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-17 00:35:08','2026-01-17 00:35:08','ab95725b-c8fd-4b0d-9683-77856cbd8359'),
(3892,8908,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-17 00:35:29','2026-01-17 00:35:29','5cf0c960-c7e2-44ba-9b0a-2792690b38b8'),
(3894,8912,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-17 00:36:10','2026-01-17 00:36:10','c6d8c497-ddcb-422f-96e3-fd6903c678c4'),
(3895,8914,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-17 00:36:18','2026-01-17 00:36:18','04e63f8b-fd1d-45d1-a4c4-6f3baef51279'),
(3898,8921,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-17 00:37:49','2026-01-17 00:37:49','1a85b594-d53b-47a7-ad9c-6620e512af23'),
(3900,8940,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-17 00:39:39','2026-01-17 00:39:39','f323f289-841b-4c0f-b925-2070e6341243'),
(3902,8945,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-17 00:40:06','2026-01-17 00:40:06','d62b9148-28f6-40cb-a640-99def9c8650c'),
(3904,8947,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-17 00:40:18','2026-01-17 00:40:18','5b2fdc97-457b-4b3a-9e27-bfe458498197'),
(3906,8950,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-17 00:40:34','2026-01-17 00:40:34','7d851227-6c7f-4269-b869-df8dbd81f0a4'),
(3909,8960,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-17 00:42:54','2026-01-17 00:42:54','9eb89769-1b07-4b15-a04e-f2252c134eb6'),
(3911,8962,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-17 00:44:22','2026-01-17 00:44:22','c0395977-27b9-4a2d-b66e-743f90239ad6'),
(3913,8965,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-17 00:46:46','2026-01-17 00:46:46','de722efb-9fb1-4969-9594-cef6af90a522'),
(3915,8975,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-17 00:48:26','2026-01-17 00:48:26','2e68a0b3-8588-4e24-8665-5a02d4615344'),
(3917,8977,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-17 00:48:54','2026-01-17 00:48:54','8fef940c-74ea-49aa-8f89-51744ec19efa'),
(3919,8985,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-17 00:51:35','2026-01-17 00:51:35','40c99c05-6006-4ee5-b41d-a1619840f401'),
(3921,8988,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-17 00:51:52','2026-01-17 00:51:52','fb77d231-253d-44b3-bd82-3f9903dcc810'),
(3923,8990,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-17 00:54:16','2026-01-17 00:54:16','606b9a50-754d-475c-a2ad-01f78654373e'),
(3925,8993,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-17 00:56:24','2026-01-17 00:56:24','8b54a8f7-41f1-4969-9113-0d7958f110d3'),
(3927,8996,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-17 00:57:41','2026-01-17 00:57:41','64cb7c1c-8305-4a7c-bd8a-c3a520a03e9c'),
(3929,8998,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-17 00:59:00','2026-01-17 00:59:00','0cdd33ee-d656-47f7-81e9-86af0a7435b7'),
(3931,9000,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-17 01:03:18','2026-01-17 01:03:18','d123bbf6-8775-4fd0-b383-1489d8756aba'),
(3933,9002,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-17 01:06:13','2026-01-17 01:06:13','4b97a400-604c-449c-93aa-25bb05a678ee'),
(3935,9004,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-17 01:06:31','2026-01-17 01:06:31','3187f3b0-80f7-4aa8-8a49-2c80b59da267'),
(3937,9006,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-17 01:07:40','2026-01-17 01:07:40','88e1981f-6925-40ec-b797-5ada6719f0ea'),
(3939,9009,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-17 01:11:13','2026-01-17 01:11:13','ce942845-17ea-44c0-b8b1-853b95eb1de8'),
(3941,9019,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-17 01:12:21','2026-01-17 01:12:21','080b1f05-5129-4e43-9234-e2ac6477c2ac'),
(3943,9021,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-17 01:13:17','2026-01-17 01:13:17','2c6f9358-81d2-43f7-b3fb-f5bbd92ed1c4'),
(3946,9024,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-17 01:15:17','2026-01-17 01:15:17','47154bb4-ce4f-445a-ad0b-928bcaf79c5e'),
(3947,9026,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-17 01:17:22','2026-01-17 01:17:22','658c264a-883b-4e44-af26-51d33e0a318f'),
(3949,9034,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-17 01:18:02','2026-01-17 01:18:02','6bbe0c02-4fc7-42cf-b907-1e5fbc32351b'),
(3951,9036,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-17 01:18:22','2026-01-17 01:18:22','6781f78e-d531-4429-8ff4-2ba1ec62f14c'),
(3953,9039,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-17 01:21:09','2026-01-17 01:21:09','7a7dd502-a004-4035-901c-65fc6bac1f94'),
(3955,9047,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-17 01:21:56','2026-01-17 01:21:56','c3bdda6e-c23d-4790-a0f9-974eef5fcb36'),
(3957,9049,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-17 01:22:20','2026-01-17 01:22:20','30d666ac-c4fe-43b1-98bb-c8385ae77bbe'),
(3959,9052,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-17 01:24:06','2026-01-17 01:24:06','0e8ee856-ae2d-48c2-8dde-d0c699f6b03a'),
(3961,9054,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-17 01:25:03','2026-01-17 01:25:03','0492d16d-ea0f-4322-a22b-13ff963a0d3b'),
(3963,9057,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-17 01:27:02','2026-01-17 01:27:02','abdd0303-6e7f-4938-af08-6892f849073b'),
(3965,9064,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-17 01:27:38','2026-01-17 01:27:38','0c352e38-cf62-478f-b103-899cc46742df'),
(3967,9066,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-17 01:28:31','2026-01-17 01:28:31','5fb0e305-48e3-4f5d-ba01-1390e69e1552'),
(3969,9069,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-17 01:31:33','2026-01-17 01:31:33','aef7069c-0571-4c6b-a78d-9e4ec15ba45c'),
(3971,9076,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-17 01:31:58','2026-01-17 01:31:58','48b1afc0-883a-44f9-bc74-02922e136d3e'),
(3973,9078,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-17 01:32:31','2026-01-17 01:32:31','ebeac00f-fa18-4bd3-adef-bead6d6fe892'),
(3975,9081,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-17 01:35:22','2026-01-17 01:35:22','3df1927f-2c15-47df-baff-bc30930630af'),
(3977,9089,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-17 01:36:01','2026-01-17 01:36:01','460cfada-6501-419b-83b5-5bbaa50ed647'),
(3979,9092,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-17 01:37:11','2026-01-17 01:37:11','27e1d135-9268-49a1-8876-d2b4792a0ec2'),
(3981,9096,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-17 01:39:45','2026-01-17 01:39:45','7d868a16-c1da-4bc8-80a2-100c0261fd6c'),
(3983,9098,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-17 01:39:57','2026-01-17 01:39:57','b985f80f-79e9-40b8-8307-f5799e667702'),
(3985,9106,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-17 01:40:39','2026-01-17 01:40:39','cc155844-b457-42a5-8a42-a6466e3e0b4a'),
(3987,9108,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-17 01:41:37','2026-01-17 01:41:37','238746ae-93e1-4c3d-bea7-2a367e7ac2af'),
(3989,9110,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-17 01:41:59','2026-01-17 01:41:59','90f2dae0-f672-4aa6-af4e-7c9087342380'),
(3991,9112,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-17 01:42:48','2026-01-17 01:42:48','e398dc41-403d-4c46-9d26-f708f68c57a2'),
(3993,9114,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-17 01:43:48','2026-01-17 01:43:48','c5a723c9-c16f-4e1d-9c28-d80f60200aab'),
(3995,9116,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-17 01:44:47','2026-01-17 01:44:47','e000619c-ac44-4ad7-9209-cb3264f0c30f'),
(3997,9118,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-17 01:45:09','2026-01-17 01:45:09','834ed78a-b394-4572-9b58-80680351d94e'),
(3999,9122,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-17 01:45:41','2026-01-17 01:45:41','6effd73a-2ea9-4011-822b-de966f452dcb'),
(4001,9125,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-17 01:46:11','2026-01-17 01:46:11','419686ab-23a4-428c-8614-271ce2a02183'),
(4003,9127,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-17 01:49:31','2026-01-17 01:49:31','c8d508ba-0f48-44c9-9d96-586fb87c4f75'),
(4005,9129,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-17 01:50:14','2026-01-17 01:50:14','b91946be-5b36-41ef-809b-8b030d14286e'),
(4007,9131,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-17 01:50:29','2026-01-17 01:50:29','39d5eed7-ac60-4869-a60a-9aaaf9da0808'),
(4009,9133,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-17 01:51:24','2026-01-17 01:51:24','7cf1f66c-25e9-4481-a44b-4fa23456e31a'),
(4011,9136,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-17 01:52:58','2026-01-17 01:52:58','98ab21be-507d-4fcf-92ec-71a4ae8c6f16'),
(4013,9140,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-17 01:54:40','2026-01-17 01:54:40','6170a329-3c7e-4344-8aad-ca1922da380b'),
(4015,9142,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-17 01:54:50','2026-01-17 01:54:50','c5c75d8c-b092-4e06-a36e-f5b2b87c0db1'),
(4017,9151,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-17 01:56:05','2026-01-17 01:56:05','d9676041-413b-4737-8494-694114061388'),
(4019,9153,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-17 01:56:32','2026-01-17 01:56:32','61628c68-3047-4c56-8b0d-0054b333b925'),
(4021,9156,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-17 01:59:14','2026-01-17 01:59:14','bbb6083d-074a-47c0-81ef-60bb74d0a456'),
(4023,9158,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-17 01:59:23','2026-01-17 01:59:23','6a25d3f9-3a56-4e44-9356-a38ddd2d4a5a'),
(4025,9166,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-17 02:00:30','2026-01-17 02:00:30','710ad82e-3717-40e0-b2ea-d0886a3a0fab'),
(4027,9168,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-17 02:01:06','2026-01-17 02:01:06','e28c3479-fe16-4851-b4b7-e00fe493e84a'),
(4029,9170,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-17 02:03:53','2026-01-17 02:03:53','2c1a33ea-a87d-4dae-9dbe-cdcb516ca19d'),
(4031,9173,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-17 02:04:54','2026-01-17 02:04:54','549daf22-4455-4cdd-a22b-4575b0ff2976'),
(4033,9175,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-17 02:05:44','2026-01-17 02:05:44','e9196846-80d3-42ea-ac96-943577f79fdc'),
(4035,9177,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-17 02:08:51','2026-01-17 02:08:51','07eeefcb-c113-484d-beb0-4c89bee83bcb'),
(4037,9179,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-17 02:09:41','2026-01-17 02:09:41','74d4caf2-f35e-4817-bdca-a8beb0ae13ec'),
(4039,9182,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-17 02:12:37','2026-01-17 02:12:37','aaa28705-debd-4872-9f34-1c06480b228b'),
(4041,9194,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-17 02:13:27','2026-01-17 02:13:27','fad5efe1-226b-40ca-b075-513f64d7697a'),
(4043,9196,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-17 02:13:35','2026-01-17 02:13:35','48de2a94-3816-4860-b976-57c678061048'),
(4045,9198,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-17 02:13:55','2026-01-17 02:13:55','9f110cd9-75ae-471b-8202-5dcbd4771ab7'),
(4047,9200,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-17 02:17:02','2026-01-17 02:17:02','cbc3280f-6f3b-40e6-b90f-1040075fa499'),
(4049,9202,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-17 02:17:21','2026-01-17 02:17:21','2a6e2347-5b74-4a65-8907-7d25f7a1ce4b'),
(4051,9205,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-17 02:19:52','2026-01-17 02:19:52','ea2b0245-e117-4119-b383-957c6f1492d8'),
(4053,9214,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-17 02:20:36','2026-01-17 02:20:36','1cc10fb2-b744-4811-994b-ff8600298363'),
(4055,9216,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-17 02:24:29','2026-01-17 02:24:29','7a26b566-7cd6-4ab5-84b4-4d39eff0cc87'),
(4057,9218,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-17 02:24:49','2026-01-17 02:24:49','f86a9e71-3b8c-407f-b0a3-02a9ff65cc8c'),
(4058,9220,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-17 02:27:00','2026-01-17 02:27:00','f10f3aa5-ac5d-4d9b-a864-ee50c6afb2e8'),
(4060,9227,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-17 02:29:24','2026-01-17 02:29:24','c1d73250-5901-446d-8323-9c4cc562fdd8'),
(4062,9229,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-17 02:30:01','2026-01-17 02:30:01','fde4207e-adb8-4b2e-a414-708762d53e27'),
(4064,9231,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-17 02:32:56','2026-01-17 02:32:56','877ba5eb-8a72-40c6-9cf0-e0c268f6efec'),
(4066,9233,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-17 02:33:00','2026-01-17 02:33:00','964b1d97-9281-475e-ad9a-2c7229bb5d8d'),
(4068,9235,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-17 02:34:16','2026-01-17 02:34:16','205fb408-06a2-4985-aa08-88f9482454a7'),
(4070,9237,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-17 02:34:58','2026-01-17 02:34:58','6320f727-c7ed-4e9c-9e22-97c8a2d52ca7'),
(4072,9240,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-17 02:37:03','2026-01-17 02:37:03','02086d27-f0a9-409d-8c95-735a38285c2c'),
(4074,9242,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-17 02:37:18','2026-01-17 02:37:18','f8cae00d-96dd-42ec-9805-479f6bc63611'),
(4076,9251,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-17 02:37:55','2026-01-17 02:37:55','7a9f04d7-8b25-4274-ac4d-cc62f724dc13'),
(4078,9253,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-17 02:39:41','2026-01-17 02:39:41','cda77f9c-214b-4ea4-8cc6-ffb3ed8d9ac0'),
(4080,9256,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-17 02:41:11','2026-01-17 02:41:11','edb1917f-d9af-494b-b421-42fbdee75acf'),
(4082,9262,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-17 02:41:45','2026-01-17 02:41:45','008b8549-34c4-41ff-ae56-c7b0d4103d9b'),
(4084,9264,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-17 02:42:07','2026-01-17 02:42:07','5abe02b3-ca81-49fd-bcf8-14f118cdb8df'),
(4086,9266,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-17 02:45:00','2026-01-17 02:45:00','c39ea9bf-3bab-441e-a2a6-b5d3cb17a9ef'),
(4088,9268,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-17 02:45:10','2026-01-17 02:45:10','de57e381-d298-430f-88c1-6a435e6da51f'),
(4090,9270,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 13:54:25','2026-01-17 13:54:25','ea1ee9ad-823f-44da-aa03-22301e79c7aa'),
(4092,9273,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 13:55:07','2026-01-17 13:55:07','c45173d5-edd9-489a-a7e4-1ace037a24e8'),
(4094,9277,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 13:57:34','2026-01-17 13:57:34','86ea2267-15f0-49df-9fd4-72baad1a986f'),
(4096,9280,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 13:57:48','2026-01-17 13:57:48','a8231754-86d8-4590-b37b-7248271b9dab'),
(4098,9282,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-17 13:58:36','2026-01-17 13:58:36','bef7d5cf-5063-48a2-afb1-75367a5c8fe7'),
(4100,9284,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 13:59:33','2026-01-17 13:59:33','8958c2d5-fb42-43fa-9458-e8856702fc4b'),
(4102,9287,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-17 14:02:36','2026-01-17 14:02:36','764e3361-81cc-4f75-9f39-fdfa115bd759'),
(4104,9295,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-17 14:03:30','2026-01-17 14:03:30','9c46f4a3-c562-4861-8fab-0cffb5c20a80'),
(4106,9297,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-17 14:04:12','2026-01-17 14:04:12','6cfd0a76-abbf-42d3-9bd9-9a186b88aa94'),
(4108,9300,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 14:05:55','2026-01-17 14:05:55','056b0f9a-90a0-43ef-9623-f89cbd8a5581'),
(4110,9303,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 14:08:54','2026-01-17 14:08:54','340a9527-9b13-43fe-9c15-4b504bd21f7b'),
(4112,9305,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 14:09:10','2026-01-17 14:09:10','3ff90ae3-749e-40bf-91cb-e2f2ebc4d90c'),
(4114,9307,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 14:09:18','2026-01-17 14:09:18','17f8f495-ca26-4097-b323-c7b80cb0d85b'),
(4116,9310,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 14:12:28','2026-01-17 14:12:28','413664b5-5178-47fb-aa2c-2c9f18a5f646'),
(4118,9315,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 14:12:58','2026-01-17 14:12:58','51cad172-d06e-400d-ab4a-7e692d015966'),
(4120,9317,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 14:14:20','2026-01-17 14:14:20','889c08af-f839-4b6c-b336-f377ca5fd373'),
(4122,9324,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-17 14:15:56','2026-01-17 14:15:56','73c36e7e-ec75-4813-af77-e830bec0bcbe'),
(4124,9326,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-17 14:16:36','2026-01-17 14:16:36','522733b8-54f5-4499-b832-bc99d6b0bc6e'),
(4126,9329,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-17 14:18:55','2026-01-17 14:18:55','d55aa6cf-22c2-4f14-84c6-6dd433e751fb'),
(4128,9337,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-17 14:20:17','2026-01-17 14:20:17','36c0529d-d3f3-4c03-9378-b21492b04fa0'),
(4130,9339,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-17 14:20:24','2026-01-17 14:20:24','7c6a3b38-7f03-45cb-a489-e97ad6286fe5'),
(4131,9341,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-17 14:23:49','2026-01-17 14:23:49','153c807a-55db-483c-8317-baa61f49e817'),
(4133,9344,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-17 14:23:57','2026-01-17 14:23:57','b0694915-1c2e-4357-beee-823128500798'),
(4137,9348,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-17 14:25:25','2026-01-17 14:25:25','32de40a3-c373-4ec8-9fdf-d60b2ea3d0dd'),
(4139,9350,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-17 14:26:13','2026-01-17 14:26:13','539d51b2-617e-4df4-9421-d13e52b810cd'),
(4141,9352,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-17 14:26:57','2026-01-17 14:26:57','cbf673dc-f42b-45f0-9307-47a62ab0a8a1'),
(4142,9355,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-17 14:28:38','2026-01-17 14:28:38','7fbeb972-c39f-4723-a4b0-146daf70ad14'),
(4144,9357,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-17 14:29:08','2026-01-17 14:29:08','8cfc14e5-43a0-491e-81f0-dff2059fce91'),
(4145,9359,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-17 14:30:13','2026-01-17 14:30:13','437f23de-1404-487d-87e2-924a7bafbf33'),
(4147,9362,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-17 14:30:51','2026-01-17 14:30:51','b391a925-86ac-4d3f-b837-b4535cab4963'),
(4149,9364,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-17 14:31:20','2026-01-17 14:31:20','031c23b5-4988-428c-913f-356f0a811191'),
(4150,9365,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-17 14:31:58','2026-01-17 14:31:58','ca196bc4-46ef-4c80-9d95-e198af59308b'),
(4151,9368,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-17 14:32:34','2026-01-17 14:32:34','81501f34-2f13-4e8f-8d8f-1605c37069d1'),
(4153,9371,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-17 14:33:09','2026-01-17 14:33:09','8dbf96a5-74ee-4b93-87d0-83106889f35a'),
(4154,9373,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-17 14:36:42','2026-01-17 14:36:42','db8461d0-ab2a-4534-a407-1e785a37b5d6'),
(4156,9376,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-17 14:36:55','2026-01-17 14:36:55','37d8a011-4740-4c3c-9f89-1b52febd0531'),
(4157,9379,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-17 14:37:46','2026-01-17 14:37:46','47810331-62ad-4423-8f60-e6da79d55e01'),
(4159,9382,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-17 14:37:50','2026-01-17 14:37:50','2530af20-8b2d-4fc5-b0a5-d06218e401cc'),
(4160,9383,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-17 14:38:30','2026-01-17 14:38:30','b0c4c57d-bed0-42e9-bab1-849b51eab72d'),
(4162,9385,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-17 14:38:33','2026-01-17 14:38:33','6088d49f-90db-4774-8453-fcbe13c93056'),
(4164,9387,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-17 14:38:37','2026-01-17 14:38:37','81fb590e-ec19-430c-b5f4-e46c7db71da4'),
(4166,9389,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-17 14:39:49','2026-01-17 14:39:49','883e1e12-4a16-43d8-be4b-bc689d3ee24c'),
(4168,9391,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-17 14:40:30','2026-01-17 14:40:30','52adf3cd-ce20-4d9c-9ffe-9e3dc7065b56'),
(4169,9394,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-17 14:42:35','2026-01-17 14:42:35','f2d713e6-5033-4254-9b46-21b6abf6457c'),
(4171,9397,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-17 14:42:44','2026-01-17 14:42:44','ed719a75-c7c2-4e7a-b791-227ae83f0772'),
(4172,9398,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-17 14:43:31','2026-01-17 14:43:31','5d7a1397-42c8-4d48-b274-d4e526bd002d'),
(4173,9401,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-17 14:44:11','2026-01-17 14:44:11','89065526-dae5-48c9-b2b5-2c32c02bbe3b'),
(4175,9404,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-17 14:46:38','2026-01-17 14:46:38','3c1c7f98-f74c-4739-a5c6-f4d1160f6827'),
(4176,9405,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-17 14:48:51','2026-01-17 14:48:51','c96c5228-e15c-4f75-852f-f85a365af51d'),
(4177,9406,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-17 14:49:07','2026-01-17 14:49:07','6e02c3da-0497-4193-a4bd-ca3e56908a38'),
(4179,9408,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-17 14:49:45','2026-01-17 14:49:45','af081e70-7f80-4cfb-85cf-804293b4a2df'),
(4180,9410,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-17 14:50:50','2026-01-17 14:50:50','6478449b-efa6-4406-acbc-90b23cfae17b'),
(4182,9413,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-17 14:50:54','2026-01-17 14:50:54','1c926aba-eeea-4e4a-b516-8d0a65586166'),
(4183,9414,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-17 14:53:04','2026-01-17 14:53:04','5fba7014-f568-496a-87ed-e1b1f484a8b1'),
(4184,9416,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-17 14:54:56','2026-01-17 14:54:56','0e8c4d0b-78aa-45b5-92cb-f6fff38d65cd'),
(4186,9418,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-17 14:55:40','2026-01-17 14:55:40','7445b365-24dc-453d-a74f-3c8df3a2a57d'),
(4187,9419,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-17 14:56:44','2026-01-17 14:56:44','2f3f3a9b-7053-4d05-b67a-dfc067cbfa00'),
(4188,9421,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-17 14:59:32','2026-01-17 14:59:32','e327585c-b8be-410a-ab30-ad03568e8bf8'),
(4190,9428,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-17 15:00:13','2026-01-17 15:00:13','feff58ef-8517-4839-8bfc-395e3c4ab701'),
(4192,9430,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-17 15:00:17','2026-01-17 15:00:17','f660a206-df43-4497-b750-9d96277b6f7e'),
(4193,9432,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-17 15:01:04','2026-01-17 15:01:04','96d75014-a91a-44a6-ba1d-7f2b1a5167a6'),
(4195,9435,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-17 15:01:11','2026-01-17 15:01:11','ddeed618-d341-4573-ac07-40f57168eee8'),
(4197,9438,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-17 15:02:07','2026-01-17 15:02:07','54e1da2d-74f1-4af3-b0db-386438ff68fa'),
(4199,9441,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-17 15:02:11','2026-01-17 15:02:11','c260662e-f577-4b0e-888b-b3a774cc6b4b'),
(4200,9443,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-17 15:03:55','2026-01-17 15:03:55','a64cddab-f955-4494-9d4d-4e39b345c178'),
(4202,9446,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-17 15:04:00','2026-01-17 15:04:00','b7c58303-dd9a-4196-adb9-5e15fc97101a'),
(4203,9448,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-17 15:05:50','2026-01-17 15:05:50','14c99a01-3d36-42ac-b922-9e47c43b3e6b'),
(4205,9451,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-17 15:08:48','2026-01-17 15:08:48','4072e0d5-fd02-4b22-a622-c169cc8c8be7'),
(4207,9454,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-17 15:10:48','2026-01-17 15:10:48','eaf46918-a36c-48b6-9991-390459feeb1a'),
(4209,9456,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-17 15:11:26','2026-01-17 15:11:26','b1590423-c5ab-4d75-a7e0-dd0de56d262b'),
(4211,9458,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-17 15:15:11','2026-01-17 15:15:11','e8c76986-ce5f-49d3-be89-a32a33e18106'),
(4213,9460,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 15:22:12','2026-01-17 15:22:12','c48e9c06-7843-468c-9fcf-e7f4568eec36'),
(4215,9462,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 15:23:06','2026-01-17 15:23:06','599018b0-33f6-4ad4-aa22-e2657359c802'),
(4217,9464,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 15:34:09','2026-01-17 15:34:09','3321bdde-f6ad-49e4-bd59-0d332dc78be3'),
(4219,9467,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-17 15:35:35','2026-01-17 15:35:35','badaddb2-6a59-43fa-80fd-f8f3c52dd328'),
(4221,9472,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-17 15:36:00','2026-01-17 15:36:00','6539902e-9128-4240-9747-0cb2d7496d47'),
(4223,9474,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-17 15:36:35','2026-01-17 15:36:35','8b599e06-e5c5-44a4-ab04-22ce5a3f0a57'),
(4225,9476,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-17 15:37:23','2026-01-17 15:37:23','d1f757b7-2058-4f99-9e07-147d8133293c'),
(4226,9477,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-17 15:45:13','2026-01-17 15:45:13','9e73cd0c-f0a2-4afa-97f2-bb364d335e3e'),
(4228,9479,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-17 15:48:02','2026-01-17 15:48:02','d037f5a8-a582-4d7e-9ba4-407f0d3d4fb6'),
(4229,9480,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-17 15:49:23','2026-01-17 15:49:23','bef4df3c-2c48-4a4f-a6da-b275b05ae589'),
(4231,9482,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-17 15:49:27','2026-01-17 15:49:27','e20dc3fa-ff6b-4b72-8a17-1a9d0616bf04'),
(4233,9484,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-17 15:50:21','2026-01-17 15:50:21','6d55af4c-409e-41e8-9efe-58ef64fe43fd'),
(4235,9487,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-17 15:54:30','2026-01-17 15:54:30','86678ac9-dca6-4847-b6c2-f2a82297ae01'),
(4237,9491,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-17 15:56:27','2026-01-17 15:56:27','8cbe408c-5e41-4a08-975d-43ecec524175'),
(4239,9494,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-17 15:57:06','2026-01-17 15:57:06','32a89f48-002b-4ff8-bd22-940fad0f0a05'),
(4241,9496,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-17 15:59:26','2026-01-17 15:59:26','48398179-8610-4fcd-b5e4-71bbb36e7b11'),
(4242,9497,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-17 16:02:21','2026-01-17 16:02:21','0e2d9d83-03e2-4652-a3e9-e545a8f02794'),
(4244,9499,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-17 16:02:39','2026-01-17 16:02:39','17dde376-6370-44fc-923a-4f7384781224'),
(4246,9503,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-17 16:05:23','2026-01-17 16:05:23','09598247-a175-4a93-a91a-f2bce488040e'),
(4248,9506,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-17 16:06:20','2026-01-17 16:06:20','2cf0431f-08d8-4407-8308-3a633ee3cf77'),
(4250,9508,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-17 16:07:22','2026-01-17 16:07:22','072349f1-ffaf-4fb6-bbdd-5db639f08248'),
(4252,9510,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-17 16:07:41','2026-01-17 16:07:41','d1d7a42d-792b-4758-a5af-f10187a03f95'),
(4254,9512,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-17 16:08:01','2026-01-17 16:08:01','7f0a64aa-f055-481e-baa9-c96c86bc4d2d'),
(4255,9514,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2026-01-17 16:10:02','2026-01-17 16:10:02','0eb0add5-a585-4670-91c3-0735bb27cbff'),
(4257,9517,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2026-01-17 16:10:35','2026-01-17 16:10:35','c4f20cab-fbe5-4b3b-9b74-79d0fd73f122'),
(4258,9521,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2026-01-17 16:12:54','2026-01-17 16:12:54','6ef66d03-d28e-4f62-8902-1b731572297b'),
(4260,9523,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2026-01-17 16:13:00','2026-01-17 16:13:00','c7d15530-9739-4ea1-9ba6-d90de01fa183'),
(4261,9525,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-17 16:15:23','2026-01-17 16:15:23','5e6bceb8-3534-4be4-8245-5d67f5b4d210'),
(4263,9527,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-17 16:15:58','2026-01-17 16:15:58','3bb602e0-ad2e-4f9b-899b-d3072fc6864e'),
(4265,9532,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-17 16:16:28','2026-01-17 16:16:28','bb585f74-cb62-4268-83bd-ac19eb9021d8'),
(4267,9534,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-17 16:16:38','2026-01-17 16:16:38','bb56152d-bfa4-4928-b59b-51eb8aabee91'),
(4268,9536,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-17 16:17:59','2026-01-17 16:17:59','e880460c-cedf-4ae1-bd32-5c38c9bd16ce'),
(4270,9538,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-17 16:18:59','2026-01-17 16:18:59','02690d75-32a5-4b15-9b7e-771173cfa6cd'),
(4273,9562,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-17 16:33:51','2026-01-17 16:33:51','eabf7f53-0361-4822-9cbe-ebb836432690'),
(4275,9564,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-17 16:34:42','2026-01-17 16:34:42','af2f8a6b-d1bf-478d-9d1c-1edf8a74e30f'),
(4277,9566,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-17 16:36:56','2026-01-17 16:36:56','3e033539-a238-4412-9ce2-c2c2e36c7d5c'),
(4279,9568,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-17 16:40:31','2026-01-17 16:40:31','d1c3a8d6-4deb-4163-8e56-6162d8196876'),
(4280,9569,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-17 16:41:23','2026-01-17 16:41:23','eab500a2-ed71-4208-b1e1-a2251a3de5e2'),
(4282,9571,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-17 16:41:26','2026-01-17 16:41:26','4c7bb073-b99d-40a1-b1ed-d33d6ded5269'),
(4284,9573,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-17 16:41:46','2026-01-17 16:41:46','cfe1e8ec-f072-41dc-ae7e-94787cc2dbb3'),
(4286,9575,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-17 16:43:42','2026-01-17 16:43:42','fd5ed964-6643-4adb-9d10-fe49df0f498b'),
(4288,9577,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 16:44:17','2026-01-17 16:44:17','a2f42ff0-daf2-49a0-af42-537ebade7ebf'),
(4290,9579,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-17 16:44:39','2026-01-17 16:44:39','359b39cf-b8b2-4203-b5c6-f526238288bd'),
(4292,9582,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-17 16:45:25','2026-01-17 16:45:25','d4330c49-cba7-4066-8c74-03e71584ea2d'),
(4294,9584,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-17 16:45:28','2026-01-17 16:45:28','6c1e7bd7-0d62-4898-95eb-d5d8bf9bc87b'),
(4296,9586,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-17 16:46:33','2026-01-17 16:46:33','fed60a17-f7da-4f15-bc2d-d8098b0d4ea7'),
(4298,9588,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-17 16:46:50','2026-01-17 16:46:50','70518880-ace5-4ee8-824e-ef3c0739f303'),
(4299,9590,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-17 16:49:11','2026-01-17 16:49:11','310bf5a5-c7c0-46b8-86ba-ca47ccdfe72f'),
(4301,9593,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-17 16:54:58','2026-01-17 16:54:58','13a5190f-5d84-4772-b001-f6bb0b2ae5d1'),
(4304,9596,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-17 16:56:13','2026-01-17 16:56:13','1d923c71-645e-4d39-8587-5b394dd10a8d'),
(4306,9598,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-17 16:56:34','2026-01-17 16:56:34','1fc58595-ff62-4f49-af49-bd9529da9616'),
(4308,9600,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-17 16:58:11','2026-01-17 16:58:11','b0f5e1d5-68ce-4523-8b98-486f17d1fa60'),
(4310,9602,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-17 16:58:14','2026-01-17 16:58:14','5c445942-15f2-4cdb-b03b-1757d2b5aab7'),
(4312,9604,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-17 16:58:37','2026-01-17 16:58:37','a1358186-d792-42a6-9ce7-c64c33f0299b'),
(4314,9606,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-17 16:59:52','2026-01-17 16:59:52','b5e88a76-fd03-4954-9f0f-a0d8aa6a3173'),
(4316,9608,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-17 16:59:56','2026-01-17 16:59:56','81fb345d-2b5f-4f3d-b4ce-4cbfa6ef4f97'),
(4318,9610,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-17 17:00:02','2026-01-17 17:00:02','07449f1e-c16e-4b28-90b3-6e45c9a93d3a'),
(4319,9611,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-17 17:02:11','2026-01-17 17:02:11','4f6c3287-894c-40ae-be31-04c91193fffd'),
(4321,9613,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-17 17:02:14','2026-01-17 17:02:14','48b99f49-e2da-4d28-af33-e107bf802f19'),
(4323,9615,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-17 17:02:18','2026-01-17 17:02:18','3a0cfeef-ac3b-460e-be8a-6f82640370a4'),
(4325,9617,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-17 17:03:47','2026-01-17 17:03:47','e908c1af-a9fa-4b1f-876f-0483baf51766'),
(4327,9619,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-17 17:03:50','2026-01-17 17:03:50','5efff852-8879-475e-a4f6-73189bf10758'),
(4329,9621,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-17 17:03:54','2026-01-17 17:03:54','9ff29eb8-89f5-4bc8-8948-f1ca4d2ab555'),
(4331,9635,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-17 17:21:48','2026-01-17 17:21:48','4388a5db-ede1-405b-9fca-3fd46dc519af'),
(4333,9637,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-17 17:23:48','2026-01-17 17:23:48','abf0d13b-7b6a-453c-98e0-1c1e1517900c'),
(4335,9639,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-17 17:24:15','2026-01-17 17:24:15','061c9d1c-082a-48ba-9a39-4256ecb5269a'),
(4339,9695,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-17 19:27:11','2026-01-17 19:27:11','46d87662-b629-4334-99bf-46128c3699c4'),
(4342,9739,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-17 20:05:20','2026-01-17 20:05:20','5b6beb59-8b62-438f-9706-1ef7dd0a4609'),
(4344,9741,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-17 20:05:24','2026-01-17 20:05:24','4852224a-9192-4c12-9194-1f0c7c519865'),
(4346,9743,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-17 20:06:41','2026-01-17 20:06:41','ff0224d4-f4ab-467f-a6f9-29a7c8c8a851'),
(4348,9745,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-17 20:07:09','2026-01-17 20:07:09','0d71394b-ba79-4df8-9409-795e417782bf'),
(4350,9747,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-17 20:07:42','2026-01-17 20:07:42','cb4a0575-b7ac-46f9-ad2d-5124a564aef2'),
(4352,9750,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-17 20:08:14','2026-01-17 20:08:14','3d12a850-11e4-41f9-bf77-e23b71e867b6'),
(4354,9752,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-17 20:08:28','2026-01-17 20:08:28','68b98720-4e71-44c6-b023-8105e7c77c55'),
(4356,9754,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-17 20:08:53','2026-01-17 20:08:53','f7240d24-f538-43b1-93bc-6161bd143d1b'),
(4358,9756,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-17 20:09:25','2026-01-17 20:09:25','2d7c728d-dab4-4a2e-b818-bcba2e131be6'),
(4360,9758,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-17 20:09:30','2026-01-17 20:09:30','aa7c30c9-b77b-4fa0-be5f-391d9b52fbb3'),
(4362,9760,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-17 20:10:11','2026-01-17 20:10:11','a1e6935c-d531-4434-82a0-a44df1bff5d8'),
(4364,9762,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-17 20:10:37','2026-01-17 20:10:37','6477e629-7f22-42d8-bf30-8c26122a7cda'),
(4366,9764,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-17 20:11:05','2026-01-17 20:11:05','3f0fde76-4ea2-4b0f-b117-ec86ec33785c'),
(4368,9766,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-17 20:12:46','2026-01-17 20:12:46','502af111-07a7-45ae-9de0-9060977e8688'),
(4370,9768,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-17 20:13:11','2026-01-17 20:13:11','cb662f9c-df7f-406c-ab9f-8fd2cd772f9f'),
(4372,9770,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-17 20:13:34','2026-01-17 20:13:34','885530c9-71a0-4d4e-bc56-ccdf7931872f'),
(4374,9772,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-17 20:14:11','2026-01-17 20:14:11','37297a96-da4a-4fa1-861e-2862f14583db'),
(4376,9774,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-17 20:14:15','2026-01-17 20:14:15','e1774d24-2882-4b17-aa06-30dee14d8308'),
(4378,9776,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-17 20:14:52','2026-01-17 20:14:52','9f470257-a620-4888-bc1a-fe9fc5801861'),
(4380,9778,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-17 20:15:33','2026-01-17 20:15:33','0b085434-b652-478e-a8f6-05640238b3eb'),
(4382,9780,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-17 20:15:37','2026-01-17 20:15:37','68b7b39a-60c3-4493-99cd-29680719881d'),
(4384,9782,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-17 20:16:34','2026-01-17 20:16:34','be3108f1-6062-42a6-b948-02b4897bb27b'),
(4386,9784,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-17 20:16:46','2026-01-17 20:16:46','8617f57c-a173-416d-9f21-4910cfe44423'),
(4388,9786,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-17 20:17:24','2026-01-17 20:17:24','91f1b180-9917-4b01-9d81-ffff04bafb7e'),
(4390,9788,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-17 20:18:46','2026-01-17 20:18:46','7ad7be04-c979-4ac9-b4e4-56375f6a1ee9'),
(4392,9790,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-17 20:18:49','2026-01-17 20:18:49','d566e224-6412-4248-bb97-2ce768fa0a12'),
(4394,9792,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-17 20:19:05','2026-01-17 20:19:05','4c6bf245-afa9-4f36-93fc-a8ab0a4bf1d3'),
(4396,9794,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-17 20:19:21','2026-01-17 20:19:21','dd5e04cb-f03b-47cf-8526-056519627405'),
(4398,9796,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-17 20:20:19','2026-01-17 20:20:19','58e12b06-fcae-47f5-b13e-1ebd07eae492'),
(4400,9798,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-17 20:21:06','2026-01-17 20:21:06','2a2924db-35d4-4146-9a11-1909d49c47f2'),
(4402,9801,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 20:21:51','2026-01-17 20:21:51','3f5adf5a-1f25-404b-9841-fefbc524c8f6'),
(4404,9810,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 20:22:11','2026-01-17 20:22:11','7963547e-db52-43b6-a2f7-31ddfe3e7dac'),
(4406,9815,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-17 20:23:13','2026-01-17 20:23:13','bd10f8fb-1def-41d3-bdaa-b34ce880990e'),
(4407,9816,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-17 20:23:18','2026-01-17 20:23:18','48c5f71f-99ae-46ca-a547-9fe0d5758019'),
(4409,9818,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-17 20:23:36','2026-01-17 20:23:36','658bc4ff-bd94-4fa9-b582-deb3934ac562'),
(4411,9820,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 20:24:19','2026-01-17 20:24:19','aef546a3-2f8f-4e1b-a450-f562787e8df5'),
(4413,9822,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 20:24:47','2026-01-17 20:24:47','7e7ccb01-0241-41d8-a9f2-93a2d3cccf79'),
(4415,9824,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-17 20:25:17','2026-01-17 20:25:17','2f243b78-43e7-41e6-b125-52e81c7ca38a'),
(4417,9826,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-17 20:25:56','2026-01-17 20:25:56','5a9230e9-0f9b-4867-aa15-3cb1e0af40a1'),
(4419,9828,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-17 20:27:17','2026-01-17 20:27:17','12ccc6f9-e1dc-43e8-ae6d-5a9f1919f537'),
(4421,9830,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-17 20:29:05','2026-01-17 20:29:05','471fbd1a-c171-443d-88d0-81d1cbf8c466'),
(4423,9832,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-17 20:30:25','2026-01-17 20:30:25','c6f7b636-7dcf-4d0c-9071-b15b7fb41ff9'),
(4425,9834,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-17 20:30:59','2026-01-17 20:30:59','db86a8ae-bc68-4524-940d-8a72a101fad2'),
(4427,9836,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-17 20:31:28','2026-01-17 20:31:28','e806d0d0-ca83-4d46-82a9-7d3c9e8b5bf5'),
(4430,9840,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-17 20:32:40','2026-01-17 20:32:40','f325db13-13b1-4132-9968-1c4bd3c49fd7'),
(4432,9842,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-17 20:32:53','2026-01-17 20:32:53','9338bdce-9f9f-438f-9db1-a35b3182c4a4'),
(4433,9844,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-17 20:33:16','2026-01-17 20:33:16','a1867aec-327c-4e06-bde3-0904ec10000c'),
(4435,9847,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-17 20:33:51','2026-01-17 20:33:51','00eeb007-6188-4bde-b99c-9c7455590378'),
(4438,9850,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-17 20:34:10','2026-01-17 20:34:10','8a008b6b-85e2-4828-a11a-836ab4c36c67'),
(4440,9853,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-17 20:34:38','2026-01-17 20:34:38','d0ba8a15-28a8-4dcc-9280-b57eceec55b0'),
(4441,9854,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-17 20:34:40','2026-01-17 20:34:40','249154af-ee45-4ce0-a0d3-a2b6a5ad94a2'),
(4444,9857,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-17 20:35:05','2026-01-17 20:35:05','7ce2e656-b762-4296-a15d-05a8a6613376'),
(4446,9863,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-17 20:35:28','2026-01-17 20:35:28','a4b5fc5f-7c95-4305-ab58-1ac3e13478b3'),
(4448,9875,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-17 20:36:04','2026-01-17 20:36:04','fc13dced-a868-4237-af46-12ec0c08a076'),
(4450,9878,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-17 20:36:48','2026-01-17 20:36:48','6e888036-2f4a-4b87-a399-0c37bbe6630c'),
(4451,9879,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-17 20:37:40','2026-01-17 20:37:40','ef1f71ce-f837-46ad-902e-57f96dd6799a'),
(4452,9880,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-17 20:38:34','2026-01-17 20:38:34','671e8dd9-4652-46d8-baff-0cca4857d782'),
(4454,9882,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-17 20:39:18','2026-01-17 20:39:18','9de02af4-6d5c-41b6-aa60-f8d583f5ce8c'),
(4456,9884,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-17 20:39:41','2026-01-17 20:39:41','79e82485-9559-4c63-ace5-3c5d8629d319'),
(4459,9887,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-17 20:40:29','2026-01-17 20:40:29','9f5bcf51-20fa-4b98-bb86-2713996578f4'),
(4461,9889,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-17 20:40:55','2026-01-17 20:40:55','34aeb03c-cd95-4182-ae3d-e83636de2d1e'),
(4463,9891,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-17 20:41:27','2026-01-17 20:41:27','b4ae36f0-5a18-4e17-a877-8e81d466a750'),
(4465,9893,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-17 20:42:48','2026-01-17 20:42:48','f4cf001a-4fd5-4a18-b06e-4fd7e79a44b6'),
(4467,9895,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-17 20:43:16','2026-01-17 20:43:16','e7e54d90-85a5-4a1b-8946-3728bb6c28fa'),
(4469,9897,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-17 20:43:37','2026-01-17 20:43:37','8dd1e775-385c-4882-8c55-a5d019f6dd16'),
(4471,9899,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-17 20:44:06','2026-01-17 20:44:06','f3f79797-f112-47e3-8664-5d1c1c216cf9'),
(4473,9902,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-17 20:44:27','2026-01-17 20:44:27','4614b388-c46e-4efb-b0f0-0a9cc8918bf8'),
(4474,9916,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-17 20:45:27','2026-01-17 20:45:27','b5b55857-c097-4b3f-9177-032a625413d3'),
(4475,9917,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-17 20:45:46','2026-01-17 20:45:46','a97beee7-2e09-412f-927b-7bfdae52b1f4'),
(4478,9920,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-17 20:46:07','2026-01-17 20:46:07','9a4c5d34-4fde-41a4-bc2e-f5052869762b'),
(4480,9922,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-17 20:46:49','2026-01-17 20:46:49','04e9c8c9-b669-41e2-a33e-62c7a5ce9c74'),
(4482,9924,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-17 20:47:09','2026-01-17 20:47:09','18dae801-213a-4a16-b3fc-e61266ba5389'),
(4484,9926,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-17 20:47:45','2026-01-17 20:47:45','5a1b71af-9264-4693-920e-2a554c75ee58'),
(4486,9928,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-17 20:48:08','2026-01-17 20:48:08','b5b65d64-dc82-4443-bad1-8664c9daa453'),
(4488,9930,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-17 20:48:35','2026-01-17 20:48:35','ca8c4323-5c69-4ce3-a184-6871e2b43078'),
(4490,9932,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-17 20:49:28','2026-01-17 20:49:28','4b365db3-cd96-4200-b448-2afdb8f0aa36'),
(4492,9934,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-17 20:50:38','2026-01-17 20:50:38','61db1983-5ac1-4be7-a36f-45592b58725e'),
(4494,9936,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-17 20:51:09','2026-01-17 20:51:09','bd8df662-aae4-4b07-8553-0a816311042e'),
(4496,9938,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-17 20:52:04','2026-01-17 20:52:04','82164e7c-2c5c-4da6-8a23-bc8d8a51bc9f'),
(4498,9940,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-17 20:52:25','2026-01-17 20:52:25','f7ee0dd0-bed0-4216-abaf-c45f4deffa80'),
(4500,9942,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-17 20:52:55','2026-01-17 20:52:55','3413b570-797f-4030-b6b7-da12c3872712'),
(4501,9943,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-17 20:53:29','2026-01-17 20:53:29','470ede47-ebb2-42c0-ad26-c159527dfb88'),
(4503,9945,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-17 20:54:10','2026-01-17 20:54:10','1b6e6c39-620c-415d-887c-3625817c289d'),
(4505,9948,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-17 20:54:38','2026-01-17 20:54:38','c0dbf434-7637-499d-9c4f-f2240825ca08'),
(4506,9955,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-17 20:55:02','2026-01-17 20:55:02','f80ecdd1-2226-4d5b-a0ff-717d61a8515e'),
(4508,9963,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-17 20:55:36','2026-01-17 20:55:36','012956c2-3a71-47ab-9eed-24ac0074c429'),
(4510,9965,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-17 20:56:08','2026-01-17 20:56:08','d57de76d-c5a3-48d3-9932-e6abc0e899f7'),
(4512,9967,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-17 20:56:47','2026-01-17 20:56:47','06dd109e-776e-4714-8637-3e776ffa5959'),
(4514,9969,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-17 20:57:14','2026-01-17 20:57:14','69969fd8-1d54-4958-a47b-c1a511462dd0'),
(4516,9974,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-17 20:58:03','2026-01-17 20:58:03','909c426f-c0d1-4d2d-a367-1bc59b049277'),
(4518,9976,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-17 20:58:40','2026-01-17 20:58:40','33392092-b18e-41b9-98d0-78ff39ef16e6'),
(4519,9977,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-17 20:59:04','2026-01-17 20:59:04','e5719aba-2026-42e0-90c3-5f7489f5875b'),
(4522,9980,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-17 20:59:26','2026-01-17 20:59:26','080dcf49-127f-40ab-840e-535b18758c3f'),
(4524,9982,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-17 20:59:56','2026-01-17 20:59:56','35557277-cce9-43be-a6d1-2cf3c82570ad'),
(4526,9984,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-17 21:00:49','2026-01-17 21:00:49','973607cb-da1b-4125-a344-2783d1074af3'),
(4528,9986,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2026-01-17 21:02:16','2026-01-17 21:02:16','5b9cdaa7-deac-48e7-81c2-8574439df631'),
(4530,9988,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2026-01-17 21:03:19','2026-01-17 21:03:19','df3d1119-d65a-475c-b789-3535db1391ee'),
(4532,9991,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-17 21:05:03','2026-01-17 21:05:03','735fbe07-d967-483c-8a3f-b11871381242'),
(4534,9993,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-17 21:05:35','2026-01-17 21:05:35','9643258c-7875-44b6-80eb-9f818b2fba35'),
(4536,9996,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-17 21:06:08','2026-01-17 21:06:08','aba0d1bf-fbe9-47c0-918c-266627b9ddf8'),
(4538,9999,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-17 21:06:26','2026-01-17 21:06:26','b6d1dc0a-aedb-41a0-b677-2b8d30b054eb'),
(4540,10002,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-17 21:06:48','2026-01-17 21:06:48','a40ac435-f375-4f8f-92f7-caa4a7679297'),
(4542,10008,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-17 21:07:15','2026-01-17 21:07:15','e0a75829-d666-4a87-8841-3b3e7ead7c05'),
(4544,10017,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-17 21:07:36','2026-01-17 21:07:36','32d71901-51ec-4c8a-bbb6-b53a61bea151'),
(4546,10022,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-17 21:07:55','2026-01-17 21:07:55','eb4c23fe-245d-4971-b970-55ce2805d137'),
(4547,10023,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-17 21:08:11','2026-01-17 21:08:11','08fddfd1-ad89-4650-9fb1-a57eb7222f64'),
(4549,10025,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-17 21:08:35','2026-01-17 21:08:35','c5630f78-3d5b-4ce0-b668-97598c393195'),
(4551,10027,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-17 21:08:57','2026-01-17 21:08:57','4d15713f-5ed7-4d36-9b8e-2e607c62b9ed'),
(4553,10029,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-17 21:10:20','2026-01-17 21:10:20','06feda78-2d55-4d5e-aa05-4ebffdbf0fa2'),
(4555,10031,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-17 21:10:34','2026-01-17 21:10:34','24841bc0-3cb1-4d94-9bb6-4708833e0a50'),
(4557,10033,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-17 21:10:54','2026-01-17 21:10:54','5ee0257a-ff20-4974-bf61-7e5e268e7f23'),
(4559,10035,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-17 21:11:24','2026-01-17 21:11:24','0572b6b2-4d67-4e1d-8c73-0b90eb777f69'),
(4561,10037,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-17 21:12:02','2026-01-17 21:12:02','ccd30b76-12ca-40a0-acea-d3627fdcdb42'),
(4563,10039,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-17 21:12:42','2026-01-17 21:12:42','da5a81a3-29af-4a3e-8a2e-352dbb8a98c2'),
(4564,10040,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-17 21:13:08','2026-01-17 21:13:08','a8420e86-0231-4e0c-9ac8-35645f68abf4'),
(4565,10063,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 21:18:15','2026-01-17 21:18:15','1d576473-e733-45e2-a2ae-6779598a35f5'),
(4567,10065,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 21:23:35','2026-01-17 21:23:35','e099a3ba-4e50-437f-93d1-12bbba8bf8fc'),
(4569,10067,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 21:24:55','2026-01-17 21:24:55','daf0354f-4108-4141-824a-5668cc294442'),
(4571,10081,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-17 21:31:06','2026-01-17 21:31:06','189686c4-99aa-4db2-90bb-2feffc720412'),
(4573,10091,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-17 21:37:07','2026-01-17 21:37:07','fb460a93-bcb9-4fc0-93be-40228d6088c2'),
(4576,10095,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-17 22:02:43','2026-01-17 22:02:43','cb5594fd-9dc3-4f49-9777-866276f12e3f'),
(4578,10103,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-17 22:05:29','2026-01-17 22:05:29','86576303-b9a0-4b30-9f7d-f9f594143fd0'),
(4580,10115,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-17 23:01:43','2026-01-17 23:01:43','ca44f30b-1d4d-416c-b38d-cdcb8453f507'),
(4582,10122,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-17 23:01:58','2026-01-17 23:01:58','1aa6fc6a-9b1c-436b-b661-d00d524c4a2c'),
(4584,10134,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-17 23:05:05','2026-01-17 23:05:05','ccfc375e-85ff-4dd6-bff8-42cf96b1284b'),
(4586,10141,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-18 00:29:49','2026-01-18 00:29:49','e7c5bb00-28ae-40c4-b2a0-568eebbac073'),
(4588,10143,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-18 00:29:52','2026-01-18 00:29:52','1f96b4cf-9697-4912-8b5f-803b80616880'),
(4590,10150,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-18 17:31:18','2026-01-18 17:31:18','a2f16a0b-a788-4ef3-894f-91d460d82af9'),
(4592,10153,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-18 17:33:01','2026-01-18 17:33:01','cb079071-6b47-4487-823c-03a397a45007'),
(4597,10159,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-18 17:47:24','2026-01-18 17:47:24','a2a03db0-e5b4-4b59-8c34-aeff6e81b6d3'),
(4599,10162,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-18 17:47:58','2026-01-18 17:47:58','13183986-c233-4ac6-a46e-d6a5e4785f4d'),
(4601,10165,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-18 17:48:14','2026-01-18 17:48:14','cf663152-a5fb-4ef5-997a-a21f7bf2d774'),
(4603,10168,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-18 17:50:19','2026-01-18 17:50:19','8ad08b2e-0885-449a-8a12-f277f283e13f'),
(4604,10170,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-18 17:52:29','2026-01-18 17:52:29','d6d52329-e15f-496c-b7f3-e3832e950de8'),
(4606,10183,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-18 18:42:27','2026-01-18 18:42:27','fc924386-5e60-42c4-ac31-17ddb5c8e3ac'),
(4608,10190,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-18 18:42:31','2026-01-18 18:42:31','3eda396a-25c9-405d-961f-2192e0ea72de'),
(4610,10202,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-18 18:46:32','2026-01-18 18:46:32','2d37d949-ee6c-41bb-8398-e66bdd30ac4f'),
(4612,10211,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-18 18:56:04','2026-01-18 18:56:04','97813634-7ad2-45d7-8b33-39c08a3c605e'),
(4614,10214,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-18 18:56:49','2026-01-18 18:56:49','e74c6e4f-4ff7-4ef1-a789-3a4af28920bd'),
(4616,10217,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-18 18:59:30','2026-01-18 18:59:30','33ad66aa-9704-49f2-8ac3-b9815510d67c'),
(4618,10241,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-18 19:19:10','2026-01-18 19:19:10','c60bab94-87c1-4eb5-84a3-d84e621c1fc8'),
(4620,10243,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-18 19:21:33','2026-01-18 19:21:33','3f45a961-4d00-4c9c-86b1-89d174f1e912'),
(4622,10245,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-18 19:25:46','2026-01-18 19:25:46','15139528-cc4c-4204-87e0-30e261485c9c'),
(4624,10253,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-18 19:32:43','2026-01-18 19:32:43','3faca953-5e99-4ef3-b49b-9094b6bca4f6'),
(4626,10265,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-18 22:08:32','2026-01-18 22:08:32','aca41b4b-0e88-4cff-b80f-5a347be4637c'),
(4628,10282,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-18 22:13:26','2026-01-18 22:13:26','38097442-c282-41ba-8c93-b8a5511d2484'),
(4630,10299,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-18 22:16:02','2026-01-18 22:16:02','694c879c-855f-49a9-a09d-730147dadccb'),
(4632,10314,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-18 22:19:45','2026-01-18 22:19:45','6c8df0b5-7751-4fa9-abc0-4c5456c3e817'),
(4634,10320,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-18 22:20:06','2026-01-18 22:20:06','da582ce5-242d-4367-8769-bec739647e4b'),
(4636,10330,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-18 22:22:39','2026-01-18 22:22:39','898a5531-a895-4c05-b3a4-72209ba67b5e'),
(4638,10344,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-18 22:25:10','2026-01-18 22:25:10','aafd5fb4-9e24-44b1-8385-c26252b4b1f1'),
(4640,10350,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-18 22:26:48','2026-01-18 22:26:48','92ddee8a-19e2-4564-92bd-6c4f66044a94'),
(4642,10352,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-18 22:27:13','2026-01-18 22:27:13','76ed4b58-10ad-49d8-9f6e-cb46ca8609c8'),
(4644,10354,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-18 22:27:37','2026-01-18 22:27:37','8437371b-b993-4dcb-a973-27d1d73adc15'),
(4646,10356,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-18 22:28:05','2026-01-18 22:28:05','ee807eaa-800d-42f5-8978-cb0a8a31f11d'),
(4648,10358,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-18 22:28:28','2026-01-18 22:28:28','f4952d6d-1969-414c-9c9c-4997d6f25dac'),
(4650,10360,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-18 22:28:58','2026-01-18 22:28:58','89d3c5f6-a500-4d57-a1e7-4fe07dcbf88d'),
(4652,10362,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-18 22:29:23','2026-01-18 22:29:23','857e7795-2721-46a8-9737-2db5f2b9eb86'),
(4654,10364,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2026-01-18 22:29:53','2026-01-18 22:29:53','ac5dff5c-a1c1-4da1-b1c8-312d53ea7a66'),
(4656,10366,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2026-01-18 22:30:17','2026-01-18 22:30:17','177a5299-6e38-427a-876d-ff11b3124d3b'),
(4658,10368,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-18 22:30:44','2026-01-18 22:30:44','581ae407-1187-4c0d-ad2e-fb540fbb81c1'),
(4660,10370,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-18 22:31:10','2026-01-18 22:31:10','2228a901-6138-4920-a529-98aa848af97e'),
(4662,10372,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-18 22:31:53','2026-01-18 22:31:53','1c8f2b3c-37b9-4ae4-a321-a9ad55094a20'),
(4664,10374,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-18 22:32:20','2026-01-18 22:32:20','9f258d7a-1c06-4831-8486-b74fd5c3c57f'),
(4672,10396,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-19 16:18:35','2026-01-19 16:18:35','4ba5bec8-cb58-423b-b648-d32e0d6c2e6d'),
(4674,10403,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-19 16:19:29','2026-01-19 16:19:29','ee2c9706-1653-4262-b26d-4741f945c42f'),
(4676,10408,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-19 16:21:10','2026-01-19 16:21:10','f0533de0-ce30-4eb1-be6d-e339bb938404'),
(4678,10411,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-19 16:21:51','2026-01-19 16:21:51','44d99e9f-1814-435c-a0c4-5f8a7964059f'),
(4680,10413,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-19 16:24:19','2026-01-19 16:24:19','49a923d3-819e-4923-b8bc-17d354c807b2'),
(4682,10415,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-19 16:25:00','2026-01-19 16:25:00','04f88ba1-3f37-4d3a-8810-306feeef5b3e'),
(4684,10417,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-19 16:25:25','2026-01-19 16:25:25','bd4f88e5-19aa-4f08-a6ba-540a28fe2da5'),
(4686,10419,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-19 16:25:58','2026-01-19 16:25:58','f0a09893-1299-4e0d-978c-8fabad754516'),
(4688,10421,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-19 16:29:01','2026-01-19 16:29:01','af2b15ab-f019-4148-8e91-eac4c006b1e8'),
(4689,10422,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-19 16:29:55','2026-01-19 16:29:55','b936c214-9a59-405d-83d8-dcb790048f2f'),
(4691,10424,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-19 16:30:29','2026-01-19 16:30:29','379ccd06-f15b-4fa9-83e1-e03c00829e83'),
(4694,10433,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-19 16:37:33','2026-01-19 16:37:33','01dfda19-b1fb-4a72-b1e9-94eb738ba3f3'),
(4695,10434,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-19 16:40:30','2026-01-19 16:40:30','94f9318a-c0b6-4dfa-95f8-fa1961c39455'),
(4697,10440,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-19 17:16:04','2026-01-19 17:16:04','a2c170b4-4a18-48b0-8673-3dfb27d46121'),
(4699,10450,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-19 17:33:45','2026-01-19 17:33:45','04958e8a-5c11-4b53-9ae0-d82087064c98'),
(4700,10453,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-19 17:35:46','2026-01-19 17:35:46','ab14dc69-333c-437d-8b96-1a17a5e7cd61'),
(4702,10455,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-19 17:36:22','2026-01-19 17:36:22','cedb63d7-0f0e-453b-87e9-d00198e3a308'),
(4705,10461,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-19 18:51:30','2026-01-19 18:51:30','02363e5b-ee5f-46b5-a0d3-ac7b9e35fbf6'),
(4707,10464,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-19 18:53:24','2026-01-19 18:53:24','ddc6acc3-8a96-4f51-a10b-37680710c7e2'),
(4709,10467,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-19 18:55:06','2026-01-19 18:55:06','a1c2e28c-5fb6-4c76-a9f2-0a4a37ec9561'),
(4711,10475,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-19 20:42:05','2026-01-19 20:42:05','59f4cce2-b403-455f-a822-bb6bc3d8d979'),
(4713,10479,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-19 20:43:52','2026-01-19 20:43:52','bc237544-c776-4261-8c97-5a5fe6d4c1e4'),
(4714,10481,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-19 20:44:22','2026-01-19 20:44:22','a76593a0-a7f8-47ed-b194-40a0ebb493e4'),
(4716,10484,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-19 20:45:02','2026-01-19 20:45:02','5cc96a63-738f-46b5-84b5-2173da2bc228'),
(4718,10487,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-19 20:45:33','2026-01-19 20:45:33','7356ce0b-a302-43bc-8cf4-8eb97562fc71'),
(4720,10490,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-19 20:46:04','2026-01-19 20:46:04','affc11aa-90b6-4ba4-be90-54eb90facd43'),
(4722,10493,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-19 20:46:28','2026-01-19 20:46:28','abd0ac94-bfff-4613-a65f-29ab701060c4'),
(4724,10496,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-19 20:46:54','2026-01-19 20:46:54','926cd189-fec9-49a2-a61b-adb6de0bfded'),
(4726,10499,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-19 20:47:18','2026-01-19 20:47:18','919e0f3b-dd78-4d46-b602-d1e80c5281c9'),
(4728,10502,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-19 20:47:44','2026-01-19 20:47:44','ce709a9b-f859-426d-9ee6-61f5e6ff9e0d'),
(4730,10505,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-19 20:48:12','2026-01-19 20:48:12','04804f4d-25cd-40b1-95ad-c5d15256a41f'),
(4732,10508,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-19 20:59:09','2026-01-19 20:59:09','9e297e5b-49b6-41eb-948f-aee33aeca4a4'),
(4734,10511,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-19 20:59:47','2026-01-19 20:59:47','f93b11da-2dfd-4114-8dd1-6366bb11228f'),
(4736,10514,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-19 21:01:27','2026-01-19 21:01:27','f1d6cf3b-ed44-4261-8435-867e1d776fb3'),
(4738,10519,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-19 21:03:40','2026-01-19 21:03:40','1ff40b9f-79ca-4126-a8c6-249df8c1b013'),
(4741,10524,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-19 21:10:31','2026-01-19 21:10:31','f288dcc4-e6d3-4f9f-9d8d-5ddf7169ea69'),
(4743,10527,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-19 21:11:44','2026-01-19 21:11:44','a75e805d-d575-4ed2-a81f-b539796a2518'),
(4745,10530,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-19 21:12:21','2026-01-19 21:12:21','939a8532-9f0a-4bae-b245-7c8d9b0fc89d'),
(4747,10533,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-19 21:12:54','2026-01-19 21:12:54','78bc8dbd-525e-4275-8db4-b0efec7836f3'),
(4749,10536,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-19 21:13:24','2026-01-19 21:13:24','ebf1f862-cd81-48a1-8a50-192194461286'),
(4751,10539,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-19 21:13:50','2026-01-19 21:13:50','510faac2-90fb-47c9-b336-b8ce32d95187'),
(4753,10544,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-19 21:14:38','2026-01-19 21:14:38','ba00f6a9-ca03-4f5e-9775-f8dbe717e680'),
(4755,10547,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-19 21:15:16','2026-01-19 21:15:16','3e5924df-e188-4854-8875-0f8f6e775bbd'),
(4757,10550,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-19 21:15:48','2026-01-19 21:15:48','7df8f156-7654-4e3b-8819-acd8be9d30b8'),
(4759,10555,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-19 21:16:20','2026-01-19 21:16:20','308118b6-7afa-496a-9126-0b5ee5a246f1'),
(4761,10558,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-19 21:16:57','2026-01-19 21:16:57','3f4e1749-326f-43ab-bc14-ffe220b7cd3a'),
(4763,10561,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-19 21:17:43','2026-01-19 21:17:43','7addac16-26a3-4cd0-8227-551d28c9fa59'),
(4765,10564,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-19 21:18:12','2026-01-19 21:18:12','2a7cb5c2-1d81-4158-bf10-3070d3160101'),
(4767,10997,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-20 14:49:29','2026-01-20 14:49:29','2489ffe4-877b-4bf1-a0f5-53c590c83677'),
(4769,10999,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-20 14:50:45','2026-01-20 14:50:45','5672cb3e-caef-48dd-a94a-715c71289ace'),
(4771,11001,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-20 14:51:03','2026-01-20 14:51:03','9faa1e3b-3f44-4fdb-9290-60f9bb0521f8'),
(4773,11005,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-20 14:52:25','2026-01-20 14:52:25','85b3210e-ba9c-404c-948d-4a80e886c308'),
(4775,11007,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-20 14:52:39','2026-01-20 14:52:39','42dce764-e9d1-4317-95f1-7fb3f331a073'),
(4776,11008,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-20 14:52:47','2026-01-20 14:52:47','a91d5d78-ceb1-4380-a5a7-cf7c87f3d382'),
(4778,11010,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-20 14:53:27','2026-01-20 14:53:27','b50c7e62-833a-49d8-a174-abf26c81a127'),
(4780,11023,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-20 14:56:24','2026-01-20 14:56:24','7959cae2-bb0c-48ec-91e8-29ccb5f0c042'),
(4782,11042,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-20 14:58:31','2026-01-20 14:58:31','db41cf10-d7c8-4f03-8c08-a01debac518d'),
(4784,11050,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-20 14:58:34','2026-01-20 14:58:34','267e13a3-b97e-40ee-bb1d-a83f953e233f'),
(4786,11062,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-20 15:00:15','2026-01-20 15:00:15','7833dacd-6fb2-4fb7-bb4f-838c8c73576d'),
(4788,11081,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-20 15:02:05','2026-01-20 15:02:05','bd6d4a31-3235-470a-b362-0ea8dc7c5867'),
(4790,11102,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-20 15:04:31','2026-01-20 15:04:31','b5d3b0b9-2c4f-4629-aa3a-82f3847e5b72'),
(4792,11113,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-20 15:05:00','2026-01-20 15:05:00','f73c8cb7-4286-46d5-8633-7fdfd0997c61'),
(4794,11128,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-20 15:06:16','2026-01-20 15:06:16','317756d8-089f-437e-8522-02d4f03e1b67'),
(4795,11152,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-20 15:10:06','2026-01-20 15:10:06','ff03e0ce-b051-413c-b981-bc0802d1eacf'),
(4797,11175,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-20 15:12:44','2026-01-20 15:12:44','f603d351-3977-41a1-a052-c18a829f8bf4'),
(4799,11198,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-20 15:15:56','2026-01-20 15:15:56','fba4456c-53aa-40f7-a532-231d215a8fa4'),
(4801,11220,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-20 15:17:05','2026-01-20 15:17:05','aaeeb89f-8d93-4135-a4ba-038e2684c40a'),
(4802,11235,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-20 15:18:57','2026-01-20 15:18:57','78ac1398-6a67-4201-9429-5eed80a976bf'),
(4804,11239,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-20 15:19:03','2026-01-20 15:19:03','e7a84adb-e429-4cc5-b5de-5b9a7c89b11c'),
(4806,11244,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-20 15:20:16','2026-01-20 15:20:16','9ab40867-ce36-4d17-b66b-c34d3416ad75'),
(4808,11256,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-20 15:24:09','2026-01-20 15:24:09','64ac0ec9-b2ae-48d3-8dae-f4964f87384a'),
(4810,11274,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-20 15:25:43','2026-01-20 15:25:43','5f756ab9-86b9-403d-8507-d9689f9ec54b'),
(4812,11292,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-20 15:26:56','2026-01-20 15:26:56','1ba44f07-47fe-4c83-8a60-bb36db555401'),
(4814,11311,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-20 15:29:08','2026-01-20 15:29:08','b1521cce-4e07-4cd1-92df-cbd45ce58587'),
(4816,11330,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-20 15:30:41','2026-01-20 15:30:41','dafcc677-6e79-460f-91de-5801a3bc89c2'),
(4818,11348,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-20 15:33:10','2026-01-20 15:33:10','b9723b89-aee8-46b3-8790-bf4a51742f9a'),
(4820,11358,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 15:33:34','2026-01-20 15:33:34','8676ca5c-5293-4658-a2e3-cf65a35274ca'),
(4822,11360,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 15:33:43','2026-01-20 15:33:43','3447a13f-b002-4d4e-af5b-4f64f98c7e6d'),
(4828,11404,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-20 16:08:33','2026-01-20 16:08:33','5e489436-1b4d-4fc8-b472-2f753969aa26'),
(4829,11405,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-20 16:08:47','2026-01-20 22:57:37','b36df85c-9d70-4552-9a6f-8a84f3239a12'),
(4831,11411,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-20 16:19:48','2026-01-20 16:19:48','c0e7e1ab-977a-4f33-ab50-d5c70b0018ba'),
(4834,11431,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-20 17:00:17','2026-01-20 17:00:17','9b57656c-3f14-4c62-932f-80dfa3e25d68'),
(4838,11493,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 17:48:18','2026-01-20 17:48:18','3927e3de-0cdc-4974-8372-df878ed29d54'),
(4839,11502,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 17:48:20','2026-01-20 17:48:20','86705244-2d1e-4c8b-8463-c9bb220f8e38'),
(4841,11505,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 17:51:16','2026-01-20 17:51:16','41783664-6ca3-4a52-8534-47941e661883'),
(4843,11507,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 17:51:34','2026-01-20 17:51:34','2fe32d95-026a-4f18-86e4-9fccf106cc1f'),
(4845,11509,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 17:52:15','2026-01-20 17:52:15','17188775-eb03-4ad2-8038-7d530c2f3bee'),
(4848,11526,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-20 18:08:46','2026-01-20 18:08:46','3fcc9d18-52de-42b7-9176-f36b7609f72c'),
(4850,11530,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 18:09:41','2026-01-20 18:09:41','4d604403-ab83-4e6b-8adb-6e15e857ac36'),
(4852,11532,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 18:10:04','2026-01-20 18:10:04','1c41317d-8f31-4e76-8e0a-8b9053526c77'),
(4854,11534,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 18:10:19','2026-01-20 18:10:19','126fe0bc-c316-4e9a-8cd3-4ca54f9b7c85'),
(4856,11536,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 18:10:36','2026-01-20 18:10:36','2151d53a-12cc-4310-910b-78a05242cc9a'),
(4858,11543,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-20 18:39:05','2026-01-20 18:39:05','bb5ff34e-890c-4d46-a86e-c721fa5500c1'),
(4860,11546,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-20 18:40:41','2026-01-20 18:40:41','69a681af-b281-4db7-a1f9-28163a2f05ed'),
(4862,11548,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-20 18:41:22','2026-01-20 18:41:22','47fb2e52-0c0a-4087-9586-9c500546aa4b'),
(4863,11549,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-20 18:43:05','2026-01-20 18:43:05','22e98b7d-3ccf-419c-a0bb-b4feeaf00884'),
(4866,11552,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-20 18:44:06','2026-01-20 18:44:06','d69f0a7e-87e1-4273-b3d6-c6472834641e'),
(4868,11554,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-20 18:44:24','2026-01-20 18:44:24','a1b8e3ac-adf4-4983-8f3d-ddb2db2332c4'),
(4870,11556,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-20 18:45:16','2026-01-20 18:45:16','e6d6a132-f219-4e93-bac6-750b8359c2e3'),
(4872,11558,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-20 18:46:11','2026-01-20 18:46:11','81e15835-1f20-4478-9448-ab1daafedc2d'),
(4874,11564,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-20 18:47:29','2026-01-20 18:47:29','f6d97c42-6a6c-49fc-8f75-d3d858551c29'),
(4875,11567,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-20 18:49:06','2026-01-20 18:49:06','61d76417-59f2-4da7-9a60-cb9b7b67fe60'),
(4877,11569,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-20 18:49:17','2026-01-20 18:49:17','32df3f70-d58e-4d95-a444-019e0d2d5d04'),
(4879,11577,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-20 18:51:26','2026-01-20 18:51:26','92c7dd3e-67b6-4f70-aa9e-0483cb334b40'),
(4881,11581,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-20 18:51:29','2026-01-20 18:51:29','c814bee9-9267-47b4-9220-32af41750318'),
(4883,11584,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-20 18:52:20','2026-01-20 18:52:20','5578dc17-0a63-45d6-b1df-51e14a980914'),
(4885,11588,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-20 18:53:19','2026-01-20 18:53:19','2a67bbb4-2953-4531-926f-592778c42d26'),
(4887,11591,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-20 18:54:25','2026-01-20 18:54:25','9c7be300-6cb4-472a-a5c7-55e3350f651a'),
(4888,11592,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-20 18:56:58','2026-01-20 18:56:58','5167e247-4861-4ffb-a031-978436d3749c'),
(4890,11595,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-20 18:57:18','2026-01-20 18:57:18','5694c7ba-67b3-41e7-9a9c-d2b712dec2ae'),
(4892,11600,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-20 19:01:22','2026-01-20 19:01:22','3e0c8e1d-0992-43e3-8792-e9cf6fec5e84'),
(4894,11603,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-20 19:01:31','2026-01-20 19:01:31','d8a27a33-c8f2-4b27-be6e-c24d9b17b85b'),
(4896,11609,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-20 19:06:33','2026-01-20 19:06:33','f87e273f-d05c-46af-a05d-27e41def6190'),
(4898,11612,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-20 19:06:59','2026-01-20 19:06:59','a424c9ed-79ee-4db2-add3-44492d5ae6f3'),
(4900,11617,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-20 19:11:58','2026-01-20 19:11:58','6769b30f-e03f-4a1e-b3fa-579a87927b11'),
(4902,11620,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-20 19:12:17','2026-01-20 19:12:17','52f318b7-82d7-49b1-9262-195e1d225461'),
(4903,11623,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 19:14:29','2026-01-20 19:14:29','a050dad8-2d1f-4d6f-abcb-1f28efba6936'),
(4905,11627,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 19:14:43','2026-01-20 19:14:43','76ad0adb-fca1-4f03-bbb3-f8e3aa772bcc'),
(4907,11634,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-20 19:19:03','2026-01-20 19:19:03','a7e1acc7-ce62-4700-8b83-0a8d42a8a56b'),
(4909,11641,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-20 19:23:56','2026-01-20 19:23:56','2f0da210-8afb-4b4d-bc5d-490c170d0280'),
(4911,11650,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-20 19:29:55','2026-01-20 19:29:55','9815bdce-dbff-4a18-96ab-e3ed8fda65c7'),
(4913,11653,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-20 19:30:03','2026-01-20 19:30:03','073f4b21-814f-426e-ac46-46d1a0a9adcb'),
(4915,11657,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-20 19:33:07','2026-01-20 19:33:07','1573a76d-9a77-4601-873d-9b7ee766b935'),
(4917,11664,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-20 19:43:14','2026-01-20 19:43:14','830f18b0-8f66-45fe-b3a8-c18f309d46db'),
(4919,11667,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-20 19:43:41','2026-01-20 19:43:41','a2d32663-dfd6-4a70-bf52-eba075a5cee2'),
(4921,11669,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-20 19:44:31','2026-01-20 19:44:31','138b2f64-c6d4-4d55-8a43-c0961c92e592'),
(4923,11671,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-20 19:52:41','2026-01-20 19:52:41','da5e0a0f-ca07-4485-af8f-9c7a03511aae'),
(4925,11677,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-20 19:55:43','2026-01-20 19:55:43','da95d219-1e27-4bca-978f-e495973ba27f'),
(4927,11680,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-20 19:55:55','2026-01-20 19:55:55','b14d5e26-c2da-478c-aa9d-4e901961d422'),
(4929,11682,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-20 19:57:02','2026-01-20 19:57:02','46ad9955-95cb-42d8-9a1b-c4104c6be945'),
(4931,11686,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-20 20:00:32','2026-01-20 20:00:32','9dc93537-b19f-4519-84aa-1e98045dd72b'),
(4933,11689,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-20 20:00:47','2026-01-20 20:00:47','28b015cb-7143-4665-8df6-623e41d0aecf'),
(4934,11690,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-20 20:02:11','2026-01-20 20:02:11','472609fe-27b3-4d58-ad15-b78661652c7b'),
(4936,11693,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-20 20:04:51','2026-01-20 20:04:51','98e2e402-69d8-4c08-a435-10e7b9f6d926'),
(4937,11696,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-20 20:06:14','2026-01-20 20:06:14','d57b8fac-a860-4588-b395-fb59f66ee93e'),
(4939,11699,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-20 20:06:47','2026-01-20 20:06:47','3b2be0b6-ab91-432e-b2a8-d12e9dcc8f51'),
(4941,11703,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-20 20:12:12','2026-01-20 20:12:12','c8ff56e6-0c1e-45ae-b816-42370fc06b63'),
(4943,11706,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-20 20:12:32','2026-01-20 20:12:32','1a8578c1-f3f2-4171-816e-822aca26c2db'),
(4944,11707,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-20 20:12:56','2026-01-20 20:12:56','f9a48aa2-0a1a-406a-b5ee-18b2c6d91c3c'),
(4945,11708,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-20 20:13:15','2026-01-20 20:13:15','672ef95d-970c-4506-847c-887c15f7969c'),
(4948,11713,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 20:23:50','2026-01-20 20:23:50','6f11b700-61aa-4474-bfd9-f43592a5d653'),
(4949,11718,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-20 20:26:48','2026-01-20 20:26:48','80a1028c-250c-4d8b-9ce9-623cf754d964'),
(4950,11720,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-20 20:27:09','2026-01-20 20:27:09','d6729abe-bfc2-49ab-8e35-11c0c6d6ed89'),
(4952,11722,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-20 20:27:23','2026-01-20 20:27:23','b22f87d5-2847-4217-acd2-c2a2b9c9530f'),
(4954,11726,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-20 20:30:21','2026-01-20 20:30:21','f4851d17-4c1c-4dad-aef4-4d2a05d10b06'),
(4956,11729,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-20 20:30:31','2026-01-20 20:30:31','d22910af-180a-4e48-b156-65f5913fe31d'),
(4958,11731,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-20 20:31:07','2026-01-20 20:31:07','266f7039-a5c3-4e71-a429-6eb93975e478'),
(4960,11733,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-20 20:31:46','2026-01-20 20:31:46','2cb94eaa-0f18-49b4-8d30-34ffa3e71b19'),
(4963,11738,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-20 20:34:55','2026-01-20 20:34:55','cdb8b94d-06f7-42e1-833b-5508a9fb3ab1'),
(4964,11740,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 20:35:26','2026-01-20 20:35:26','62341241-6f63-474f-8287-bea66f7539b7'),
(4966,11742,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-20 20:35:59','2026-01-20 20:35:59','40177009-a23b-4fe4-a4cf-c614c92be544'),
(4968,11744,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-20 20:36:34','2026-01-20 20:36:34','509d88b0-f7f7-4407-bcbb-585217da768c'),
(4972,11752,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-20 20:39:17','2026-01-20 20:39:17','320cf252-4ef7-4e20-85c4-570872f0ba57'),
(4974,11755,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-20 20:39:35','2026-01-20 20:39:35','7e7048cb-ecf2-43ac-943d-a5ea267ca24c'),
(4975,11756,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 20:39:55','2026-01-20 20:39:55','c276c33f-11ca-46ae-89bd-36f7365f6371'),
(4977,11758,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 20:40:23','2026-01-20 20:40:23','806ae5c2-a4d6-4656-ba24-0ee902c8a4b7'),
(4979,11760,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-20 20:40:47','2026-01-20 20:40:47','a189c72a-9f27-4493-b2f5-98d3c5d8e5ed'),
(4981,11762,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-20 20:41:08','2026-01-20 20:41:08','39fdcb0f-6280-47ea-9639-a92b12e36e24'),
(4983,11764,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-20 20:41:36','2026-01-20 20:41:36','fe0f1bbe-eb49-490a-a78b-fcebc34028ae'),
(4986,11771,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-20 20:44:58','2026-01-20 20:44:58','5f751766-73bb-49bd-bd62-7db3c4073a33'),
(4991,11779,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 20:45:24','2026-01-20 20:45:24','da983737-1626-4bc1-9c3e-12e10e0c4111'),
(4992,11780,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-20 20:45:48','2026-01-20 20:45:48','bd201dab-96db-4120-9511-381e72663f6b'),
(4995,11784,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-20 20:48:45','2026-01-20 20:48:45','9a2f6a99-1b0e-4ac4-9469-f396c8ee06fb'),
(4997,11787,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-20 20:49:39','2026-01-20 20:49:39','ba44031a-f130-40b6-8f93-ec46aff52d0a'),
(4999,11792,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-20 20:53:29','2026-01-20 20:53:29','01051516-2828-46ed-a3ed-701fd3a800be'),
(5001,11795,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 20:53:56','2026-01-20 20:53:56','e4ef9ace-d0de-4480-b754-388b2a5aea6c'),
(5002,11796,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-20 20:54:30','2026-01-20 20:54:30','49e542a1-54f7-4340-8002-91c4ae36f856'),
(5005,11799,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-20 20:59:16','2026-01-20 20:59:16','72616fd6-3a98-4425-bcb6-670cbf7018b7'),
(5006,11804,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 21:09:02','2026-01-20 21:09:02','8649eeb5-926f-41b3-af60-01eb24fae6b3'),
(5008,11811,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 21:26:34','2026-01-20 21:26:34','09873cfa-c4e0-4169-89f7-7584f8f7d80e'),
(5010,11820,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 21:33:05','2026-01-20 21:33:05','2cdb4b68-fdf3-49dd-9855-22b3c6fd4d2b'),
(5012,11827,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 21:35:04','2026-01-20 21:35:04','7be6853d-07c4-47e4-ae52-64361a06099a'),
(5014,11831,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-20 21:36:26','2026-01-20 21:36:26','71b31e13-a3ac-4c5a-bb10-971dd0463d0e'),
(5018,11835,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-20 21:38:06','2026-01-20 21:38:06','efeff815-0830-4119-864a-fbe4b8ced607'),
(5020,11837,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-20 21:38:56','2026-01-20 21:38:56','c316abc8-214e-40f0-adab-d1c64a324bb7'),
(5022,11841,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-20 21:41:39','2026-01-20 21:41:39','2b24c87b-338c-4292-819e-71c330bf403c'),
(5024,11843,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-20 21:42:53','2026-01-20 21:42:53','239ff205-0504-4821-a527-3707c48d2be4'),
(5026,11845,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-20 21:43:06','2026-01-20 21:43:06','3c7e4d9a-1560-41cf-89e0-e906f9b74ffb'),
(5028,11847,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-20 21:43:41','2026-01-20 21:43:41','aa51194e-3c5f-4da1-b32c-14938c2d8668'),
(5029,11851,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 21:49:45','2026-01-20 21:49:45','ce3e6910-4034-4534-95ed-abec43389a1e'),
(5030,11852,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-20 21:50:07','2026-01-20 21:50:07','17171618-8ca1-4832-9a68-a63e58d8cfe7'),
(5033,11855,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-20 21:53:55','2026-01-20 21:53:55','7e8db81c-0952-42d3-ac38-76f691d364f6'),
(5037,11859,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-20 21:56:48','2026-01-20 21:56:48','865aff44-91e5-4ae1-acc5-c4ec8ea2ddc5'),
(5038,11860,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-20 21:57:06','2026-01-20 21:57:06','9a449654-167a-48a0-a2de-c022679526d0'),
(5040,11862,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-20 21:57:23','2026-01-20 21:57:23','c0ab0288-f672-4324-84df-081093055578'),
(5042,11864,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-20 21:59:56','2026-01-20 21:59:56','ab533d3e-fc86-44a0-a1c8-2898ea22948b'),
(5044,11866,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-20 22:02:20','2026-01-20 22:02:20','f32bbfe7-8864-4c0a-adc0-668ab22d0da6'),
(5046,11868,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-20 22:04:41','2026-01-20 22:04:41','db581d99-48aa-40b4-aaff-34d84e5bca9c'),
(5048,11870,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-20 22:04:54','2026-01-20 22:04:54','5d35af5b-da7c-4c45-8bb1-adaf745597d3'),
(5050,11872,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-20 22:05:22','2026-01-20 22:05:22','fa02ab77-7bff-4081-965c-952ac2803fb5'),
(5052,11876,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-20 22:07:50','2026-01-20 22:07:50','317e6ad9-7ff0-4128-aa21-86c582e6ac16'),
(5054,11882,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 22:10:49','2026-01-20 22:10:49','1a9e10ac-6e05-4a21-baee-016a5f83cc7a'),
(5056,11885,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 22:10:55','2026-01-20 22:10:55','6fda6f7b-4bb3-4cca-9cdf-8ac013f11810'),
(5058,11887,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-20 22:11:20','2026-01-20 22:11:20','5fe12570-30a0-4f44-b271-250688a3f349'),
(5060,11889,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-20 22:11:47','2026-01-20 22:11:47','79f4fc3e-8081-4a80-a0ab-20ace30634b7'),
(5061,11890,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-20 22:14:53','2026-01-20 22:14:53','bccdc38e-8357-48f9-a5aa-1551dd57af03'),
(5063,11892,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-20 22:15:29','2026-01-20 22:15:29','5b00e197-1064-4b2e-8935-431e29e7a23e'),
(5064,11893,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-20 22:15:51','2026-01-20 22:15:51','b7bc8850-1ac9-4b1d-b498-63440f98fac8'),
(5066,11895,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-20 22:16:10','2026-01-20 22:16:10','c628ddc3-621f-4017-b07a-d0e7d4c0784d'),
(5068,11897,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-20 22:16:32','2026-01-20 22:16:32','92ae3886-06b3-4912-a060-e9537b7de217'),
(5070,11899,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-20 22:17:10','2026-01-20 22:17:10','e323cf38-b43d-4319-b065-f746b233f8d0'),
(5071,11900,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-20 22:17:18','2026-01-20 22:17:18','d88e2f4d-9214-427f-8ca6-ddf44c602aab'),
(5073,11902,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-20 22:19:17','2026-01-20 22:19:17','c15095f2-5562-4f0e-89b0-9af9a54b019e'),
(5075,11904,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-20 22:19:31','2026-01-20 22:19:31','d870c798-fc48-4e6d-b169-a8d22200c372'),
(5077,11906,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-20 22:19:39','2026-01-20 22:19:39','27d0eeed-e8ae-4dd4-b009-4f18a6772e79'),
(5078,11907,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-20 22:19:50','2026-01-20 22:19:50','417f795b-36ce-4537-afc0-fb3a510bbc29'),
(5080,11909,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-20 22:20:25','2026-01-20 22:20:25','d99fa608-9efb-418b-a6a5-8cdda9b04ff6'),
(5082,11911,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-20 22:21:11','2026-01-20 22:21:11','0dad96bb-6ebd-46c8-aca2-c0097c873881'),
(5084,11913,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-20 22:21:30','2026-01-20 22:21:30','1ffe844e-22fe-498d-8aa5-0c67c9ca2438'),
(5086,11915,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-20 22:21:44','2026-01-20 22:21:44','60629eab-716f-4b58-9ce4-a5ea1725e5a9'),
(5088,11920,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-20 22:25:30','2026-01-20 22:25:30','859f2377-9b15-4807-a653-e744fc946978'),
(5090,11922,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-20 22:25:47','2026-01-20 22:25:47','c3dc93ca-c564-4a65-bff1-1490ef8ddf09'),
(5092,11926,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-20 22:26:01','2026-01-20 22:26:01','97b1b2c5-e0a4-4b32-bc33-5e1b18d908d9'),
(5094,11928,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-20 22:26:13','2026-01-20 22:26:13','20186618-1a2f-47d3-b599-8c1c1cb6fe62'),
(5096,11930,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-20 22:26:26','2026-01-20 22:26:26','77faabd6-4cbe-4970-b06c-ce72fdbd6c3a'),
(5098,11932,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-20 22:26:40','2026-01-20 22:26:40','b2fea26b-f9ad-4d9b-bd82-11da2fb8b926'),
(5100,11934,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-20 22:26:54','2026-01-20 22:26:54','e47360c7-fc89-48cc-b215-3ec30cd86231'),
(5102,11936,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-20 22:27:08','2026-01-20 22:27:08','9ca396fb-692a-4668-97de-ecc498a2bc65'),
(5104,11938,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-20 22:27:22','2026-01-20 22:27:22','d8faeb5e-3af5-475d-9eca-a9f2f5e13540'),
(5105,11939,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-20 22:27:33','2026-01-20 22:27:33','c76c0d67-9d5b-4e15-a80c-f41f3cc27a01'),
(5107,11941,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-20 22:27:44','2026-01-20 22:27:44','daa4a457-4a95-4057-a002-e0878c568ce3'),
(5109,11943,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-20 22:27:56','2026-01-20 22:27:56','31a73d3c-9324-4ea2-b942-dd056ef6f9c7'),
(5111,11945,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-20 22:28:07','2026-01-20 22:28:07','56f819fc-8fc3-4660-8d4c-b68d413001f8'),
(5113,11947,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-20 22:28:26','2026-01-20 22:28:26','5ec444f6-86c6-479a-b297-fece5fb4639a'),
(5115,11949,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-20 22:28:41','2026-01-20 22:28:41','da87b636-355f-42f8-96cb-a53006314102'),
(5117,11951,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-20 22:28:51','2026-01-20 22:28:51','37065094-673d-45f7-9988-ed78b858a249'),
(5119,11953,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-20 22:29:07','2026-01-20 22:29:07','40c9d7e6-7610-4738-888a-15377abcd322'),
(5121,11955,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-20 22:29:19','2026-01-20 22:29:19','c28836d8-f20c-4d02-8084-7dbb31d03698'),
(5122,11956,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-20 22:29:33','2026-01-20 22:29:33','a184cc11-e407-45cb-a7a3-84725c28f578'),
(5124,11958,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-20 22:29:48','2026-01-20 22:29:48','9a1e87fe-5f07-4c7e-9e2f-dde4a28c72d8'),
(5128,11962,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-20 22:30:17','2026-01-20 22:30:17','5327ef15-f87b-47ec-9577-e846d6059cd0'),
(5131,11965,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-20 22:30:43','2026-01-20 22:30:43','725c564f-be22-49bf-92a5-c20192e11e14'),
(5132,11966,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-20 22:30:52','2026-01-20 22:30:52','2c6bf5ea-8e63-4aac-8d86-86927476fc6b'),
(5135,11969,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-20 22:31:13','2026-01-20 22:31:13','6571baa5-e468-4ecf-8aff-412a37dbefc5'),
(5137,11971,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-20 22:31:27','2026-01-20 22:31:27','4452a7fc-ed4f-4561-a9ae-2b8e8e0e505a'),
(5141,11975,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-20 22:32:07','2026-01-20 22:32:07','a78f00a5-27f3-4fc1-b4d6-f5a9a4c381f4'),
(5143,11977,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-20 22:32:22','2026-01-20 22:32:22','89351c43-2802-4e06-abf2-e2483b71c20e'),
(5144,11979,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-20 22:32:35','2026-01-20 22:32:35','b056c96e-072b-451b-8b01-49b33dacb502'),
(5145,11980,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-20 22:32:43','2026-01-20 22:32:43','7e27d23b-0112-4fbf-8da3-6e451943b64c'),
(5147,11982,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-20 22:32:49','2026-01-20 22:32:49','9c3ded1e-1131-47d1-acce-d4f667ee08d2'),
(5150,11985,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-20 22:33:17','2026-01-20 22:33:17','fbf8bd84-29b8-4402-81ad-69b35bf2fa1c'),
(5152,11987,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-20 22:33:28','2026-01-20 22:33:28','34f77664-c41b-42c0-b95a-3b89ecc675cb'),
(5156,11991,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-20 22:33:57','2026-01-20 22:33:57','d2337f5e-ae70-41a3-b354-dea5d957eefa'),
(5159,11994,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-20 22:34:26','2026-01-20 22:34:26','b8dc00d9-8f93-413f-9447-f929e252a7cf'),
(5161,11996,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-20 22:34:37','2026-01-20 22:34:37','77b588b1-4c1a-4e16-8d15-d4042495f3a8'),
(5164,11999,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-20 22:36:02','2026-01-20 22:36:02','c1c8da15-de37-48c1-9eac-6a8ed7ab1524'),
(5166,12001,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-20 22:36:14','2026-01-20 22:36:14','a094c094-548f-46ac-98e7-d1d9bb426c5f'),
(5168,12003,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-20 22:36:28','2026-01-20 22:36:28','408f9917-b192-441a-907b-de2aa3bd3929'),
(5170,12005,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-20 22:36:39','2026-01-20 22:36:39','36d5ec32-57bd-4cda-9c8b-5927eb71015b'),
(5172,12007,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-20 22:36:51','2026-01-20 22:36:51','cc287e9a-b982-4288-8080-8133fc9f294d'),
(5174,12009,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-20 22:37:02','2026-01-20 22:37:02','55bf751d-6b97-4ba2-997b-e3713bd5d2e8'),
(5176,12011,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-20 22:37:15','2026-01-20 22:37:15','034db10e-b3d6-4173-bc2b-b3605d70dfa6'),
(5178,12013,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-20 22:37:22','2026-01-20 22:37:22','ec5cb871-f528-4448-a098-434e5b1cb23a'),
(5180,12015,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-20 22:37:36','2026-01-20 22:37:36','14acecfc-5871-4527-ab89-3c8ad7d75c29'),
(5184,12019,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-20 22:38:02','2026-01-20 22:38:02','63e351e0-5779-4d08-9dee-f5709c5a85fb'),
(5185,12020,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-20 22:38:08','2026-01-20 22:38:08','45189438-3ceb-4f5a-9608-bfbe7851782f'),
(5187,12022,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-20 22:38:22','2026-01-20 22:38:22','f61f3638-66a3-43a4-a208-e2e911aa198d'),
(5189,12024,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-20 22:38:30','2026-01-20 22:38:30','98bd9db1-b828-4966-9af0-a50134c9c72b'),
(5190,12025,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-20 22:38:37','2026-01-20 22:38:37','06017a58-f5a8-455b-b5a5-c545f1e0d3dd'),
(5194,12029,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-20 22:39:04','2026-01-20 22:39:04','2d967989-c034-49c5-a8ab-ac840b628581'),
(5196,12031,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-20 22:39:11','2026-01-20 22:39:11','27483035-2736-46fa-86af-63b4512a6302'),
(5200,12035,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-20 22:39:32','2026-01-20 22:39:32','1df9abbc-5f53-4c05-b618-8ba322d8c601'),
(5202,12037,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-20 22:39:51','2026-01-20 22:39:51','f1c703d8-2d47-401c-b4ec-63481d8f60e5'),
(5204,12039,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-20 22:39:58','2026-01-20 22:39:58','4f60d784-8003-487f-9949-51cc9b6a89e5'),
(5206,12041,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-20 22:40:06','2026-01-20 22:40:06','55c8bb28-1b7a-4d37-ae23-554a98efd99e'),
(5208,12043,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-20 22:40:14','2026-01-20 22:40:14','ebbd34b2-cb5f-4f64-b219-9336753f77a3'),
(5210,12045,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-20 22:40:41','2026-01-20 22:40:41','697c85a2-dd27-43c5-9215-2ffe263f0da2'),
(5212,12047,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-20 22:41:32','2026-01-20 22:41:32','038ecb4d-c079-46f6-9ca7-6b247e47829c'),
(5214,12049,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-20 22:43:31','2026-01-20 22:43:31','201c9675-cc4c-4716-bb45-15da156c7ff0'),
(5216,12055,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-20 22:57:25','2026-01-20 22:57:25','402a69be-898f-4e23-a707-34ba5fba5686'),
(5219,12113,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-21 01:15:38','2026-01-21 01:15:38','25d7151c-0ee4-4fab-b7b8-b1b11eca0021'),
(5221,12115,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 01:15:54','2026-01-21 01:15:54','808365bb-c210-4608-9d3d-c1da8d55b3ee'),
(5222,12116,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-21 01:16:03','2026-01-21 01:16:03','559959f6-3741-4011-8a9a-c4b84ef08109'),
(5224,12118,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 01:16:40','2026-01-21 01:16:40','1fd1eba4-ea9f-4d4d-925d-5df320146213'),
(5226,12120,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-21 01:16:50','2026-01-21 01:16:50','fc7ab85d-021c-4162-8e99-fdc1d712bad7'),
(5228,12122,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-21 01:17:13','2026-01-21 01:17:13','9a703740-3a44-42d2-8935-101572c6426e'),
(5231,12126,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 01:18:01','2026-01-21 01:18:01','1210f0bc-dd48-42e9-8d67-31c6aeed1a9a'),
(5233,12128,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-21 01:18:31','2026-01-21 01:18:31','c43b52d7-66d2-4138-a738-f512c03fcd6d'),
(5234,12129,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-21 01:18:35','2026-01-21 01:18:35','d806e268-1630-4f57-b68e-1a31b29b205a'),
(5237,12132,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-21 01:19:04','2026-01-21 01:19:04','a83f03d9-f20a-4b0a-aa81-bde009db8b33'),
(5239,12134,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-21 01:19:19','2026-01-21 01:19:19','1a1c3302-0457-42b1-bc92-00d7814b7b15'),
(5240,12135,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-21 01:19:20','2026-01-21 01:19:20','f9532bec-f591-47a8-b62c-d881b8c195cf'),
(5243,12138,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-21 01:19:37','2026-01-21 01:19:37','3b79236c-d7c5-4533-baf9-3a7d42effb2d'),
(5245,12140,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-21 01:19:53','2026-01-21 01:19:53','5ebead6b-9e28-49fe-95e9-2d52cfad159b'),
(5246,12141,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-21 01:20:10','2026-01-21 01:20:10','8e3cc384-166f-4df2-9427-c17bb96654d8'),
(5248,12143,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-21 01:20:16','2026-01-21 01:20:16','221b52c8-cd3b-4e77-b4db-be12bdd5f436'),
(5250,12145,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-21 01:20:33','2026-01-21 01:20:33','3bd316d6-1d9e-49cf-84e4-4b3e8ad6f56f'),
(5252,12147,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-21 01:20:59','2026-01-21 01:20:59','4f166202-22d3-4385-a519-0851fcb570bb'),
(5253,12148,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-21 01:21:18','2026-01-21 01:21:18','51cd77ae-dece-455a-8eca-7af2432d5c17'),
(5255,12150,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-21 01:22:06','2026-01-21 01:22:06','a979faf9-2c28-41bf-85ad-92731f25bf66'),
(5257,12152,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-21 01:22:27','2026-01-21 01:22:27','f166d71e-d15b-4833-999a-1bcba081036f'),
(5259,12154,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-21 01:22:45','2026-01-21 01:22:45','6c8dc2f8-93bd-44a5-8e32-0694287c3958'),
(5261,12156,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-21 01:23:04','2026-01-21 01:23:04','cedd8402-b6d2-4406-a54c-ec6bed2c7680'),
(5263,12158,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-21 01:23:28','2026-01-21 01:23:28','ccaea9db-8df3-4fc7-ac0a-967f461ea627'),
(5265,12162,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-21 01:23:38','2026-01-21 01:23:38','fa84cee8-db3a-46f9-99fe-734a607d4296'),
(5268,12167,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-21 01:23:48','2026-01-21 01:23:48','2065d00c-60e6-48da-8766-762910eb2fda'),
(5270,12169,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-21 01:24:11','2026-01-21 01:24:11','8bd6fca4-7f58-4ccc-a72c-a37f6747bff4'),
(5271,12170,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-21 01:24:19','2026-01-21 01:24:19','930f670b-79fd-41e4-b74b-2f7f67b7c6a5'),
(5273,12172,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-21 01:24:36','2026-01-21 01:24:36','2b762f20-3199-4f19-bc35-bcaee4adab7d'),
(5275,12175,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-21 01:24:54','2026-01-21 01:24:54','f23abee3-42a2-4759-8e86-94e607c592ad'),
(5277,12178,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-21 01:25:16','2026-01-21 01:25:16','5308e625-2268-4332-b410-5ccec2139cfc'),
(5279,12180,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-21 01:25:42','2026-01-21 01:25:42','b3060858-d63e-458b-8cf3-bc63e8ba54cc'),
(5281,12182,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-21 01:25:51','2026-01-21 01:25:51','82f1306a-5688-4ad8-b5eb-47cb473f09a7'),
(5283,12184,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-21 01:25:58','2026-01-21 01:25:58','a233e86c-27ba-42f8-9339-357dbe64bc71'),
(5285,12186,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-21 01:26:05','2026-01-21 01:26:05','e39a9c12-f340-4c42-b0f3-807c3c500444'),
(5286,12187,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-21 01:26:14','2026-01-21 01:26:14','c77fca5f-5a6a-4569-a08e-e711304e8815'),
(5289,12190,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-21 01:26:49','2026-01-21 01:26:49','6f739da3-855d-4339-b5c5-ffd066775b90'),
(5291,12194,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-21 01:27:03','2026-01-21 01:27:03','541b1a2d-7cde-43f6-a172-6dc7cca1df3a'),
(5293,12196,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-21 01:27:24','2026-01-21 01:27:24','7445f0ba-3024-4d28-b1b3-340bdec28bfe'),
(5295,12198,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-21 01:27:32','2026-01-21 01:27:32','ccc7cbe3-550a-4511-af63-e73ecb5bfe1c'),
(5297,12200,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-21 01:28:11','2026-01-21 01:28:11','1d1de793-1f8a-440b-862b-dbffe619eeec'),
(5299,12202,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-21 01:28:20','2026-01-21 01:28:20','e56da584-af67-47a6-9874-38c655339d6c'),
(5301,12204,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-21 01:28:27','2026-01-21 01:28:27','575f3070-3fdf-45fd-994e-4f2a2fc6e37e'),
(5303,12207,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 01:28:33','2026-01-21 01:28:33','ab84d014-cdb9-4aa5-a061-168594bd503b'),
(5304,12209,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-21 01:28:34','2026-01-21 01:28:34','7e4e1195-ad8b-45b2-bfde-bae111e0fa03'),
(5306,12211,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 01:28:46','2026-01-21 01:28:46','fdef9dc0-2480-4450-9c75-aaff125b8ff2'),
(5308,12215,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-21 01:29:02','2026-01-21 01:29:02','59d1063f-039b-418c-9691-1f496d72b62a'),
(5310,12217,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-21 01:29:15','2026-01-21 01:29:15','33ea9348-4aa1-47d5-b5e4-83ba53ed93a2'),
(5312,12219,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-21 01:29:30','2026-01-21 01:29:30','4faff57c-87f2-4fc4-86e4-b32a9b062689'),
(5314,12221,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-21 01:29:42','2026-01-21 01:29:42','52d2bed8-e6fc-4d33-a1ad-7e228169285f'),
(5316,12223,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-21 01:30:00','2026-01-21 01:30:00','151e4930-020d-4b3e-81f0-3712fd207b6f'),
(5318,12225,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-21 01:30:11','2026-01-21 01:30:11','0abdb386-f3fb-4a51-9d18-613450da1218'),
(5321,12228,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-21 01:30:27','2026-01-21 01:30:27','7ca83b77-24fc-4455-9c6e-646b5c9ae3c0'),
(5323,12230,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-21 01:30:39','2026-01-21 01:30:39','493a0c98-b363-4fc1-bcf5-9c81a1b44e19'),
(5325,12232,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-21 01:30:52','2026-01-21 01:30:52','10c4d3c6-e0cd-4ab3-aadb-943bf2b43f0b'),
(5327,12234,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-21 01:31:06','2026-01-21 01:31:06','48970f2d-508a-4d2c-8943-dacd5ee5a8a7'),
(5329,12238,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-21 01:31:20','2026-01-21 01:31:20','98a8ed7a-6420-42e9-b168-d0abcd058ae2'),
(5331,12240,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-21 01:31:32','2026-01-21 01:31:32','9df91ad6-ae4e-4aec-a161-5f6f9f258f3c'),
(5333,12242,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-21 01:31:48','2026-01-21 01:31:48','80451017-fbdb-4236-a0ad-f1a965c22ad2'),
(5335,12244,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-21 01:32:02','2026-01-21 01:32:02','82915593-b79a-41ec-a6ec-e6ebd834c4ce'),
(5337,12249,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-21 01:33:37','2026-01-21 01:33:37','abf4ecfd-9f30-4ec0-bfd6-0b25e5df7774'),
(5339,12253,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-21 01:33:51','2026-01-21 01:33:51','43e13869-e2d8-4469-b555-f445752aa02c'),
(5341,12262,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-21 01:37:05','2026-01-21 01:37:05','2f964606-9a61-4e56-9b33-ed1d88462da2'),
(5343,12268,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-21 01:37:15','2026-01-21 01:37:15','2d71f620-bf44-41b7-8eb4-5e525fa165f4'),
(5345,12271,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-21 01:37:46','2026-01-21 01:37:46','8a83588b-d008-4c66-bb3e-467f184ca1e3'),
(5346,12272,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-21 01:37:47','2026-01-21 01:37:47','39c837fa-832e-4c1d-8721-01654c8173f0'),
(5349,12276,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-21 01:38:02','2026-01-21 01:38:02','f0c9dea8-a034-4157-b24a-e42da8dfa978'),
(5351,12279,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-21 01:38:23','2026-01-21 01:38:23','c3d94a85-4fc3-4170-a5c7-fb41ed112b2d'),
(5353,12282,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-21 01:38:49','2026-01-21 01:38:49','425a725a-ccd6-4e96-a0c4-0575018acb64'),
(5354,12283,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-21 01:38:56','2026-01-21 01:38:56','8005cbbb-53b9-4ab9-aaef-74f187d78fed'),
(5356,12286,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-21 01:39:09','2026-01-21 01:39:09','9543baf3-fdc8-4045-8e6a-2d7665a24be3'),
(5357,12291,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-21 01:39:30','2026-01-21 01:39:30','b9ff9cf7-c22f-4696-a6a1-e7140e4196c2'),
(5358,12292,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-21 01:39:30','2026-01-21 01:39:30','2773c672-c6fc-41ee-948d-41797585e938'),
(5360,12295,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-21 01:39:55','2026-01-21 01:39:55','7a1f136a-b967-405b-b52d-ff968032f7df'),
(5362,12299,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-21 01:40:16','2026-01-21 01:40:16','563ddcd3-9330-4de3-ad57-ca1fd9a4a654'),
(5365,12304,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-21 01:40:39','2026-01-21 01:40:39','164eed08-2e55-42a1-b861-b66c21481677'),
(5367,12307,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-21 01:41:00','2026-01-21 01:41:00','5300bbcc-0f1a-4669-9fe9-6921e750a238'),
(5369,12310,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-21 01:41:21','2026-01-21 01:41:21','7025ec0c-25b3-4634-a441-923f815a8de5'),
(5370,12320,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-21 01:41:53','2026-01-21 01:41:53','5e0ce6e5-9f2a-4936-8853-1fc006bc873b'),
(5371,12322,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-21 01:42:24','2026-01-21 01:42:24','7533b6bf-c726-4428-96eb-4a9cb25ee5b1'),
(5373,12325,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-21 01:42:44','2026-01-21 01:42:44','c545638e-7686-495b-9b81-b3fc2216bdf3'),
(5375,12334,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-21 01:43:05','2026-01-21 01:43:05','df1b8fe7-f3d3-413d-97fa-1e624bd0f35c'),
(5377,12337,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-21 01:43:07','2026-01-21 01:43:07','370bf4be-fba4-4010-81e6-1e80fccdecc2'),
(5378,12338,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-21 01:43:15','2026-01-21 01:43:15','c4520808-7311-4e7f-8441-ea112c013bdb'),
(5379,12340,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-21 01:43:29','2026-01-21 01:43:29','2eddf29a-6f9b-48b6-bf5c-a1656333579b'),
(5381,12343,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-21 01:43:45','2026-01-21 01:43:45','a7a4b793-cf17-4867-b27e-b9210498b812'),
(5384,12348,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-21 01:44:10','2026-01-21 01:44:10','0d0bb91f-3229-41ab-9cde-b637dee8abb8'),
(5386,12351,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-21 01:44:23','2026-01-21 01:44:23','22224794-89ab-465d-8f81-752032efabc4'),
(5387,12353,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-21 01:44:29','2026-01-21 01:44:29','b1e948f0-c7f6-4368-b248-40d708f41941'),
(5389,12356,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-21 01:44:47','2026-01-21 01:44:47','b2922f03-f53d-4a13-8d8a-ecd47f854d22'),
(5391,12359,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-21 01:45:06','2026-01-21 01:45:06','9d2ab4b6-79ef-438b-a40e-fd82bd6d41ea'),
(5392,12361,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-21 01:45:22','2026-01-21 01:45:22','1ed0512f-10d6-49e3-b583-047a374109ae'),
(5394,12364,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-21 01:45:42','2026-01-21 01:45:42','ef47bd5a-a3ee-4ca4-9d12-5e5fd5698e14'),
(5396,12369,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-21 01:46:09','2026-01-21 01:46:09','10f5107b-4284-42f4-bcd6-ecaeae8dfc57'),
(5397,12371,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-21 01:46:28','2026-01-21 01:46:28','e0a97cc5-4c1e-45d5-8571-818244fdcf5a'),
(5399,12376,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-21 01:46:46','2026-01-21 01:46:46','8ebab82d-959f-40bf-97a6-deac9046010d'),
(5400,12383,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-21 01:49:01','2026-01-21 01:49:01','e071f465-184d-41fc-ae33-1ab070405bb8'),
(5402,12387,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-21 01:49:18','2026-01-21 01:49:18','c2957364-9a5e-4c9b-9da3-58d28812f240'),
(5404,12390,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-21 01:49:39','2026-01-21 01:49:39','0485bd6e-4e39-4f79-a1ec-bb8c7962ccfc'),
(5406,12393,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-21 01:49:59','2026-01-21 01:49:59','29c05259-17a0-4fbe-987b-3a18210ea835'),
(5408,12396,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-21 01:50:19','2026-01-21 01:50:19','ec0389df-479a-47e4-9f68-bcfdba05413c'),
(5410,12401,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-21 01:50:37','2026-01-21 01:50:37','da5b8f5e-320e-4471-b0e0-d1220565b07e'),
(5412,12404,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-21 01:50:58','2026-01-21 01:50:58','c6f2bf8c-7a2a-4fa6-b3be-bb0feaa50951'),
(5413,12406,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-21 01:51:21','2026-01-21 01:51:21','6e81e784-6706-4830-9dbf-4ae3295d7dfd'),
(5415,12409,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-21 01:51:38','2026-01-21 01:51:38','e18bbefa-4ff2-4a27-87b9-e63db04b2dfd'),
(5417,12416,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-21 01:52:03','2026-01-21 01:52:03','8cb386f3-bd50-428c-8e49-32e79d23aa4e'),
(5419,12419,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-21 01:52:22','2026-01-21 01:52:22','5c7cbc0a-4a70-446c-b006-e8e4ad80e86f'),
(5420,12423,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-21 01:52:45','2026-01-21 01:52:45','16bb1cee-7063-48cd-9c1c-ee8edd159a63'),
(5422,12426,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-21 01:53:08','2026-01-21 01:53:08','56221142-89a4-4d1f-a4e7-d395f7329512'),
(5424,12429,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-21 01:53:44','2026-01-21 01:53:44','3f58dde7-c4ce-48eb-9d52-87de6e7695e0'),
(5426,12433,1,2,'118 Parsonage Rd, Edison, NJ 08837, USA',NULL,NULL,'118 Parsonage Rd',NULL,'Edison','NJ','08837',NULL,'Middlesex County','United States','US','ChIJX37cAEK2w4kRRXRK5OgsiQI',40.55225010,-74.33524000,6,'2026-01-21 01:54:04','2026-01-21 01:54:04','ebc55e24-76bd-4464-b492-6cefc5c55b4b'),
(5428,12439,1,2,'1133 Marlboro Rd, Old Bridge, NJ 08857, USA',NULL,NULL,'1133 Marlboro Rd',NULL,'Old Bridge','NJ','08857','Old Bridge','Middlesex County','United States','US','ChIJcVNOt_3Rw4kRnzVz1SGi4VY',40.36398030,-74.31946180,6,'2026-01-21 01:54:31','2026-01-21 01:54:31','51bfde40-eb82-47fe-8ba9-c64669d3a39b'),
(5430,12448,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-21 01:55:33','2026-01-21 01:55:33','7ded1197-74d0-42ae-8ce2-fdd7355dcdff'),
(5432,12451,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-21 01:55:58','2026-01-21 01:55:58','ae68cb1b-9ea5-4a89-9cb5-dfe470c19463'),
(5434,12454,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-21 01:56:15','2026-01-21 01:56:15','968e94d6-4ef3-4c44-be27-1bd524290884'),
(5435,12456,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-21 01:56:32','2026-01-21 01:56:32','d87c085b-4949-4cae-a287-fc5df5d677d6'),
(5436,12460,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 01:57:00','2026-01-21 01:57:00','78d2631e-a5ad-4ca3-ac2c-2f6574e105a7'),
(5437,12462,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 01:57:21','2026-01-21 01:57:21','236db02d-74b7-4d7a-b67d-1dee3199ea63'),
(5440,12472,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-21 01:57:43','2026-01-21 01:57:43','4b9aa1d2-1ce4-46dd-9e43-549752df2e62'),
(5441,12475,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-21 01:58:03','2026-01-21 01:58:03','78ae9a4a-e4a1-4b71-b636-c248ec4c42be'),
(5442,12477,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-21 01:58:08','2026-01-21 01:58:08','6f9f3249-193a-433e-be37-d70bcbec3838'),
(5444,12480,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-21 01:58:23','2026-01-21 01:58:23','c010f471-a80d-4a00-8942-6f4c9ef00bff'),
(5446,12483,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-21 01:59:17','2026-01-21 01:59:17','d30c9835-36af-44c7-bafc-428c1f3753ef'),
(5448,12485,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-21 01:59:37','2026-01-21 01:59:37','9c8e219c-0282-48ff-ab86-fd0efdf38b08'),
(5451,12488,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-21 01:59:52','2026-01-21 01:59:52','01f90c69-0796-4c08-ac08-3917184fac8e'),
(5452,12490,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-21 02:00:12','2026-01-21 02:00:12','3bb65f23-8323-4388-ac56-00a9c989c8f1'),
(5456,12495,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-21 02:01:12','2026-01-21 02:01:12','ffacceee-05c7-40c5-b021-f52d19db3c8c'),
(5457,12500,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-21 02:03:24','2026-01-21 02:03:24','01171516-f6c1-4dfb-82d9-e326dc1b3b7a'),
(5459,12507,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-21 02:04:24','2026-01-21 02:04:24','964520ab-b966-47f2-9672-9f19b94ebfca'),
(5460,12510,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-21 02:04:56','2026-01-21 02:04:56','02319893-4350-4d9f-98cc-716654c2b869'),
(5462,12513,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-21 02:05:17','2026-01-21 02:05:17','67209f7a-4b41-4979-abef-de9bc5766f2f'),
(5464,12515,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-21 02:05:36','2026-01-21 02:05:36','f79f03b2-813e-4c44-99f1-008f06e4e061'),
(5467,12522,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-21 02:06:21','2026-01-21 02:06:21','e0acda0f-a025-4877-873e-d72b76a20996'),
(5469,12530,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-21 02:07:39','2026-01-21 02:07:39','eac94370-9f00-410e-afd1-98e3ef194b13'),
(5471,12536,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-21 02:09:29','2026-01-21 02:09:29','99ce2a97-a450-422c-a4b9-4b4988c467c4'),
(5472,12553,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-21 02:16:56','2026-01-21 02:16:56','09b525f0-01a0-4f7e-b923-9f7815cdfa18'),
(5474,12570,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-21 02:22:56','2026-01-21 02:22:56','c0f08d2a-2662-4d30-9f41-6b7be4016d8b'),
(5476,12582,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-21 02:27:31','2026-01-21 02:27:31','aa69372a-2889-4afa-a240-a88b237542ec'),
(5478,12599,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-21 02:28:08','2026-01-21 02:28:08','1feb6daa-282a-4e00-8cef-acde1927dfd0'),
(5480,12606,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-21 02:29:28','2026-01-21 02:29:28','974f1a51-d5f7-4e8d-9f04-999a1a84f802'),
(5482,12616,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-21 02:31:30','2026-01-21 02:31:30','a4e3bfe2-0fed-4ec5-8d83-b2ec06921977'),
(5484,12619,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-21 02:32:24','2026-01-21 02:32:24','0f6d99a6-444c-4dbb-a018-ab9303de5b79'),
(5486,12646,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-21 02:43:50','2026-01-21 02:43:50','c330993f-6dbc-4790-9448-71b190afb97d'),
(5488,12651,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-21 02:44:12','2026-01-21 02:44:12','661c6707-9cda-4f8c-a0f1-3aaa80b18675'),
(5490,12664,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-21 02:48:18','2026-01-21 02:48:18','5db97391-edae-445e-9058-bf2e914a218f'),
(5492,12668,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-21 02:48:31','2026-01-21 02:48:31','27a64383-8e59-473c-8007-dee8cf6d7423'),
(5494,12670,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-21 02:49:00','2026-01-21 02:49:00','0ab9d085-51f3-4de9-85cb-fb6af37195c4'),
(5496,12672,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-21 02:50:26','2026-01-21 02:50:26','d5c74122-3d37-47de-aba9-e680649dce84'),
(5497,12673,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-21 02:51:27','2026-01-21 02:51:27','3a197d8a-ad9d-43f1-9aa1-c4cee0c3b6f9'),
(5499,12691,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-21 02:58:37','2026-01-21 02:58:37','223650dc-9258-44dd-83d1-fa45be5f180c'),
(5501,12710,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-21 03:50:37','2026-01-21 03:50:37','3f81e3e3-ac53-4230-97d2-9349311dc31f'),
(5502,12711,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-21 03:50:41','2026-01-21 03:50:41','4e0a8ac3-eb50-45c4-abd5-c4f6f13bcf53'),
(5504,12714,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-21 03:55:17','2026-01-21 03:55:17','f005a1b9-9ffb-4ef8-8f2a-42924a8eef4d'),
(5506,12720,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-21 03:56:33','2026-01-21 03:56:33','fa51c371-6bca-400b-9f8c-9eb86bae16a0'),
(5507,12728,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-21 04:27:40','2026-01-21 04:27:40','512662f7-1df8-46ea-be2b-5f4fc83064b8'),
(5509,14450,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-21 14:22:23','2026-01-21 14:22:23','3cb482bd-b220-43f5-a325-492dfaf3e91a'),
(5511,14455,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-21 14:22:56','2026-01-21 14:22:56','239a6c76-d9e9-45e8-b615-62116240da3e'),
(5512,14460,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-21 14:23:45','2026-01-21 14:23:45','0b4aa237-da7b-4d36-b2e4-cae545189b5e'),
(5514,14463,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-21 14:24:04','2026-01-21 14:24:04','1f858b80-dce7-46b8-a86b-1e6f29b44cd3'),
(5516,14465,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-21 14:24:26','2026-01-21 14:24:26','c751ac68-c50c-4413-932c-0e614ff30c10'),
(5518,14467,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-21 14:24:39','2026-01-21 14:24:39','cee4794c-8911-41a6-a29a-85613d61265c'),
(5520,14474,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-21 14:26:40','2026-01-21 14:26:40','1896073c-d6ef-46d8-82ba-a97eabd5a415'),
(5522,14480,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-21 14:26:52','2026-01-21 14:26:52','782ef2a2-1ebb-4dc3-8f92-ffd6f74003f1'),
(5524,14483,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-21 14:27:02','2026-01-21 14:27:02','104d1764-6099-4384-a982-cac134a37cf1'),
(5525,14485,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 14:27:23','2026-01-21 14:27:23','1ec51561-f5d6-4507-bf46-2706daddd79e'),
(5527,14487,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 14:27:32','2026-01-21 14:27:32','52b1aada-2e2f-479e-9b2c-c23924d8faee'),
(5528,14488,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-21 14:27:45','2026-01-21 14:27:45','f358337f-6fc0-40fe-a47c-2a54a5374a09'),
(5530,14490,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-21 14:27:56','2026-01-21 14:27:56','c93ba503-28be-428e-8973-6c818fb270a4'),
(5533,14509,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-21 14:32:36','2026-01-21 14:32:36','dd287b8a-121a-4551-903a-773199882366'),
(5534,14520,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-21 14:36:16','2026-01-21 14:36:16','c6ad9c30-0582-479f-9721-310b0ed62846'),
(5536,14522,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-21 14:37:12','2026-01-21 14:37:12','6540d150-c774-481a-83e8-fdfc2ba9f9cc'),
(5538,14524,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-21 14:38:32','2026-01-21 14:38:32','d678ad41-b6f7-4cdd-bf59-31c80f301e37'),
(5541,14535,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-21 14:40:25','2026-01-21 14:40:25','b74f6967-578f-4824-b50c-30db40835e75'),
(5543,14538,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-21 14:40:43','2026-01-21 14:40:43','1d2cf1d3-09e1-446b-ad4a-029598ca52f9'),
(5545,14545,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-21 14:41:03','2026-01-21 14:41:03','df364fb7-3868-4fcb-b7c5-4d4f4be6f6e5'),
(5547,14552,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-21 14:42:08','2026-01-21 14:42:08','086597b5-de90-4f2c-b60b-99c63852314b'),
(5549,14558,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-21 14:43:22','2026-01-21 14:43:22','b29afb21-cad2-4bdb-a10a-352a06772e88'),
(5551,14575,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-21 14:48:29','2026-01-21 14:48:29','267e4f95-fca5-4774-8531-832ea9cecc19'),
(5553,14592,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-21 14:53:34','2026-01-21 14:53:34','3b935978-afc2-4914-a3ab-ce80017b6020'),
(5555,14604,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-21 14:59:39','2026-01-21 14:59:39','c184e364-a39a-4e4c-b6a5-a954178bdabf'),
(5559,14614,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-21 15:02:25','2026-01-21 15:02:25','360ab77d-592f-479e-acae-5047106ee103'),
(5560,14615,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-21 15:02:33','2026-01-21 15:02:33','1ac84435-0bb0-4e2c-9e2c-a4160364c102'),
(5562,14617,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-21 15:02:40','2026-01-21 15:02:40','b1e50aa4-e48b-4fcc-a172-c81dcf9cce29'),
(5564,14621,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-21 15:04:50','2026-01-21 15:04:50','a2cfd080-4ade-4772-ab58-bbac4deded7a'),
(5566,14624,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-21 15:05:47','2026-01-21 15:05:47','945795ec-8476-415f-94fd-32bbb963d495'),
(5568,14626,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-21 15:05:55','2026-01-21 15:05:55','c11a0d0b-0b2a-4267-b8b2-abdd1e1b694e'),
(5570,14640,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-21 15:22:25','2026-01-21 15:22:25','a1ecb14f-1258-4dc7-8045-aa6256a22c07'),
(5573,14666,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-21 15:43:14','2026-01-21 15:43:14','b2a16390-43c4-41d7-87d1-25a974d35e04'),
(5575,14675,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-21 15:44:48','2026-01-21 15:44:48','3ceec6fd-1e6f-4356-ad92-ad762c6991ab'),
(5577,14677,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-21 15:45:13','2026-01-21 15:45:13','7e975108-93fe-4a54-b5a3-cf1447e435be'),
(5581,14691,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-21 15:50:16','2026-01-21 15:50:16','e81ac7bc-ae10-43f4-8b9a-b8b6f42b1599'),
(5583,14695,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-21 15:53:27','2026-01-21 15:53:27','61ccc86a-b861-4563-9b9f-b6c8edabb58d'),
(5584,14699,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-21 15:53:31','2026-01-21 15:53:31','6dfb427d-8889-4309-856c-941325afeade'),
(5587,14797,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-21 16:37:06','2026-01-21 16:37:06','baa652e8-6d8c-4ad5-b8b6-3a23c64d7f61'),
(5589,14839,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-21 16:54:53','2026-01-21 16:54:53','d2dad865-3c38-47b1-8d87-db9b6c1a2fa8'),
(5591,14841,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-21 16:55:19','2026-01-21 16:55:19','b3bedb45-c284-493d-90da-0bcf5bd1373b'),
(5593,14843,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-21 16:55:32','2026-01-21 16:55:32','289a76f2-6a05-4f1c-990f-60e0d6c714f7'),
(5594,14846,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-21 16:55:52','2026-01-21 16:55:52','75837eeb-5be6-4040-9489-3d843dbb9881'),
(5596,14848,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-21 16:56:02','2026-01-21 16:56:02','e113b47c-7e8c-4534-889b-6b0fa321b446'),
(5598,14850,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-21 16:56:19','2026-01-21 16:56:19','54e2b7ac-4f56-4acd-81ae-383e3a4a1263'),
(5599,14851,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-21 16:56:28','2026-01-21 16:56:28','749179c7-c701-4c91-adb0-f24223e970e0'),
(5601,14853,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-21 16:56:42','2026-01-21 16:56:42','a28cbe6f-f65a-4195-858e-ead32d10f067'),
(5603,14859,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-21 16:57:00','2026-01-21 16:57:00','e3e54036-6e09-430d-984e-1fe05e75f2da'),
(5605,14861,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-21 16:57:25','2026-01-21 16:57:25','86023cf8-384d-4077-9367-1ae52f615263'),
(5607,14864,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-21 16:59:29','2026-01-21 16:59:29','8da716d3-3924-48bc-91cf-8094089c0c96'),
(5609,14867,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-21 17:00:13','2026-01-21 17:00:13','ebd79f49-0ae9-4ba8-91e8-c76ceff6e21b'),
(5611,14879,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-21 17:04:49','2026-01-21 17:04:49','4b913dbd-f2b1-4a6e-94f5-1d9ad2f39075'),
(5613,14884,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-21 17:05:17','2026-01-21 17:05:17','511cce58-e5da-4e34-a272-d1c4e7d39125'),
(5615,14886,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-21 17:05:38','2026-01-21 17:05:38','c7cf0818-efd7-4f0f-8ba6-a80d2ef4a1d6'),
(5617,14898,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-21 17:18:01','2026-01-21 17:18:01','4ef48656-e23a-4fbb-b2f7-0ce9468a1f52'),
(5618,14900,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-21 17:22:25','2026-01-21 17:22:25','eb8e10ce-8ab1-4490-9cfa-c26bb9f43bb9'),
(5620,14904,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-21 17:27:33','2026-01-21 17:27:33','5e251aac-4b3a-4dba-8006-98aadd807d1f'),
(5623,14911,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 17:43:27','2026-01-21 17:43:27','6e119b89-0bc7-4308-80ff-42162232eca3'),
(5626,14917,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-21 17:46:08','2026-01-21 17:46:08','e2536199-6e12-4df8-ac6d-c4c75cb6f599'),
(5628,14923,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-21 17:48:49','2026-01-21 17:48:49','a12f342b-e631-4773-abe6-f147c1e0cdcf'),
(5630,14929,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 17:51:36','2026-01-21 17:51:36','dbbea11d-481a-4424-9555-b4c9d6b89f5e'),
(5631,14930,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 17:51:40','2026-01-21 17:51:40','bd942fae-1b25-4617-b36b-f0ff6827843b'),
(5633,14933,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-21 17:52:48','2026-01-21 17:52:48','5e46386a-f5a2-44e0-9e53-dfcda8eb3def'),
(5635,14940,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 17:55:10','2026-01-21 17:55:10','5dc96e77-1dd3-4e02-aff3-a88069d17140'),
(5638,14944,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 17:55:47','2026-01-21 17:55:47','648dad21-937b-47b0-8208-60ad02116370'),
(5640,14948,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-21 18:02:12','2026-01-21 18:02:12','8f437b35-30b3-4312-9c3b-11729ca4e73a'),
(5642,14955,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 18:19:30','2026-01-21 18:19:30','bc2e5ca2-48b5-4d77-a848-544f037bcda0'),
(5644,14957,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 18:20:01','2026-01-21 18:20:01','f81c17fa-c15b-4953-8a98-56da55d3c434'),
(5645,14959,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 18:20:20','2026-01-21 18:20:20','b5e0a234-b331-4979-b05c-a3372e803bce'),
(5647,14961,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 18:20:23','2026-01-21 18:20:23','87a5ab29-1fe8-4483-b690-bf7e9e536c96'),
(5649,14964,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-21 18:20:39','2026-01-21 18:20:39','a809e5e4-991e-40be-b029-d18facfa1d3a'),
(5651,14966,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-21 18:20:44','2026-01-21 18:20:44','71093288-4e10-4996-b96f-da31a44ceceb'),
(5652,14968,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-21 18:21:00','2026-01-21 18:21:00','36ddbbeb-8a4b-4eeb-9a88-2221f404d990'),
(5654,14971,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-21 18:21:31','2026-01-21 18:21:31','97076dcc-579e-42cf-aff4-cc3deeb98d14'),
(5656,14976,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-21 18:21:56','2026-01-21 18:21:56','f747875f-3f58-4be2-9db6-6921841d81a4'),
(5658,14978,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-21 18:21:59','2026-01-21 18:21:59','bb6ba2aa-d231-485b-85e2-fc6d1569384e'),
(5660,14980,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-21 18:22:16','2026-01-21 18:22:16','7f9a730a-d116-4986-b662-b498d696266b'),
(5663,14984,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-21 18:23:48','2026-01-21 18:23:48','725268bc-45f5-4b45-92f7-f3c0f22f1232'),
(5665,14986,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 18:24:07','2026-01-21 18:24:07','f35b744d-6cc7-4913-925a-6cbe78b9a223'),
(5667,14988,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 18:24:20','2026-01-21 18:24:20','430eeec9-6dd4-4974-90a4-f635bc656bd1'),
(5669,14990,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-21 18:24:38','2026-01-21 18:24:38','a0f30692-5a77-46c1-a2ac-1481636fe42a'),
(5671,14992,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-21 18:24:50','2026-01-21 18:24:50','47f995e1-6721-445d-a021-1f92e25602f6'),
(5673,14994,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-21 18:25:04','2026-01-21 18:25:04','789ae00a-2ab6-4c0d-9e77-31aedbaaf242'),
(5674,14995,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-21 18:25:14','2026-01-21 18:25:14','6d370ed9-8aa2-48d7-b273-917608a3c2d3'),
(5676,14997,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-21 18:25:25','2026-01-21 18:25:25','834c8654-8c05-49eb-9e50-7a512d8da45e'),
(5678,15000,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-21 18:25:59','2026-01-21 18:25:59','b52af8de-b6dc-4a0e-b747-00752a52cc7b'),
(5680,15003,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-21 18:26:24','2026-01-21 18:26:24','1b9697c1-d300-4788-85f2-7dca1a5795f8'),
(5682,15006,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-21 18:27:04','2026-01-21 18:27:04','a0daa9cb-e1bf-467c-a557-1994db83f438'),
(5684,15009,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-21 18:27:35','2026-01-21 18:27:35','ab147de6-b418-4ccb-a067-c0deb6658752'),
(5686,15012,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-21 18:28:03','2026-01-21 18:28:03','563974db-1cd2-4ac6-9233-c17fa83e5241'),
(5688,15015,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-21 18:28:29','2026-01-21 18:28:29','581d6176-483e-4379-a2e9-e3f620d795f4'),
(5690,15018,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-21 18:28:56','2026-01-21 18:28:56','e3959651-08d2-45c9-8e63-f110631f29db'),
(5692,15021,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-21 18:29:18','2026-01-21 18:29:18','d02e447f-d648-4800-a82e-9c2e3ea5af86'),
(5694,15024,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-21 18:30:00','2026-01-21 18:30:00','e5684b62-93b2-473f-b8ee-a6c08bbc8040'),
(5696,15031,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-21 18:33:33','2026-01-21 18:33:33','b7ba2e79-1d85-43eb-9efe-4fb46fe2b21d'),
(5698,15037,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-21 18:39:15','2026-01-21 18:39:15','aaa02cfe-66d1-40ee-9e5c-8bbca716e7b5'),
(5700,15039,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-21 18:39:24','2026-01-21 18:39:24','2a720fa6-cbf9-4979-a557-bffcc2495906'),
(5701,15040,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-21 18:39:40','2026-01-21 18:39:40','25f7c1f3-bdb7-4766-b52b-6c31ec076ce8'),
(5703,15042,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-21 18:39:55','2026-01-21 18:39:55','fd2e1800-5f07-4aef-9922-c3d83e25664b'),
(5705,15044,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-21 18:40:04','2026-01-21 18:40:04','5ed91b80-fa1c-4fad-bea5-a9f13fae7749'),
(5707,15046,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-21 18:40:14','2026-01-21 18:40:14','0f8b27de-e7f0-47cc-80d8-bc16623d45ca'),
(5709,15048,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-21 18:40:23','2026-01-21 18:40:23','ae0ea475-68b8-45f9-ab8b-54f12cbe3715'),
(5711,15050,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-21 18:40:30','2026-01-21 18:40:30','5f0efa64-7d7c-4eef-86d4-842763525838'),
(5713,15052,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-21 18:40:39','2026-01-21 18:40:39','886ad9f5-4985-41e6-bdb3-dac048664a9c'),
(5715,15054,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-21 18:40:51','2026-01-21 18:40:51','4268ad6c-9753-4043-88bd-f493e57beb87'),
(5717,15056,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-21 18:41:04','2026-01-21 18:41:04','0f6e7c53-7316-4ee8-b6bc-68c8b19ee8d5'),
(5719,15058,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-21 18:41:13','2026-01-21 18:41:13','90d46b99-2088-4a2b-88a9-bdfd91bfc809'),
(5721,15060,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-21 18:41:24','2026-01-21 18:41:24','66ffba7a-06ce-4230-87df-48f9aff18212'),
(5723,15062,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-21 18:41:31','2026-01-21 18:41:31','1562d3eb-53b0-466b-903a-bf77961ce83e'),
(5725,15064,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-21 18:41:40','2026-01-21 18:41:40','b9d0f8e3-a922-42ad-9d04-bd118718f179'),
(5727,15066,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-21 18:46:05','2026-01-21 18:46:05','ac79a1a7-7f73-4518-a114-9febcfc21911'),
(5730,15074,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:02:17','2026-01-21 19:02:17','8739f4fb-2d21-4158-8906-648e0b9b9575'),
(5732,15076,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:02:24','2026-01-21 19:02:24','81ebb273-19c3-457d-b40b-3bcb933ebe48'),
(5734,15078,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:02:42','2026-01-21 19:02:42','b918aa41-190e-45d7-84fa-da7b285a5a8e'),
(5736,15086,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:11:07','2026-01-21 19:11:07','abcb59d4-313e-4e0a-aa2f-3e87901775b3'),
(5738,15088,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:12:00','2026-01-21 19:12:00','652bb146-1ea0-4df2-88f8-112c53186a39'),
(5740,15092,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-21 19:13:51','2026-01-21 19:13:51','2d9b85bb-f319-47b8-9a9c-d627f09f1c89'),
(5741,15093,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-21 19:13:56','2026-01-21 19:13:56','d06f782e-b2fe-4cd5-b9c0-01c8374cc82c'),
(5742,15096,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:14:21','2026-01-21 19:14:21','481b6ca3-c4b4-4bf7-b5a1-f42fb7d973cb'),
(5744,15099,1,2,'1165 Easton Ave, Somerset, NJ 08873, USA',NULL,NULL,'1165 Easton Ave',NULL,'Franklin Township','NJ','08873','Somerset','Somerset County','United States','US','ChIJycEPLTDHw4kR7EmPYzZ4KLw',40.51926990,-74.49050450,6,'2026-01-21 19:14:28','2026-01-21 19:14:28','e34ac099-bb8e-430a-800b-49cf24c0bd01'),
(5746,15101,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:14:40','2026-01-21 19:14:40','99a83045-52d1-4dec-b606-0671b3f6a76a'),
(5748,15103,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-21 19:15:23','2026-01-21 19:15:23','a1226811-102f-4590-8085-ded819a5cedd'),
(5750,15105,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-21 19:15:43','2026-01-21 19:15:43','d1845aaa-8ed2-4e1d-a1fa-33b05612bc6e'),
(5752,15107,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-21 19:16:01','2026-01-21 19:16:01','7c965131-e150-4906-a2f9-d71bcdfa3002'),
(5754,15109,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-21 19:16:23','2026-01-21 19:16:23','0bd7dd4b-a3fc-4b90-9a6b-16131a7ab3b6'),
(5756,15111,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:17:24','2026-01-21 19:17:24','22a4b225-a49c-418f-9b80-81419be43ffa'),
(5758,15113,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:17:46','2026-01-21 19:17:46','d7dc84fc-16b1-4492-a8f4-447476b02a4e'),
(5760,15118,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-21 19:21:28','2026-01-21 19:21:28','c40961e4-982e-4caa-a9f2-1f15946da7a9'),
(5762,15121,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-21 19:21:48','2026-01-21 19:21:48','e74ff3b9-a223-4b1f-826d-1a64b4329b05'),
(5764,15123,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-21 19:22:16','2026-01-21 19:22:16','0e8e2e45-4d31-4219-9758-98695188ff37'),
(5766,15125,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-21 19:22:40','2026-01-21 19:22:40','a2ddad17-28a7-435d-8e30-406a7fb873f3'),
(5767,15128,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-21 19:23:35','2026-01-21 19:23:35','49eff8ff-75f4-4b31-8613-dfbed247c459'),
(5769,15131,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-21 19:23:57','2026-01-21 19:23:57','ceb32e17-2a61-47ac-b9c6-875fb8e36428'),
(5771,15135,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:24:19','2026-01-21 19:24:19','fa7a791b-f375-4f42-bc85-12d5433583a6'),
(5772,15136,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-21 19:24:24','2026-01-21 19:24:24','b08b3b62-f664-4967-a5b0-6d1fa6f47b4c'),
(5774,15138,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-21 19:24:40','2026-01-21 19:24:40','8b4fe321-4a17-4511-90bd-f93c0d720213'),
(5776,15140,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-21 19:24:58','2026-01-21 19:24:58','7a5ba839-ebb7-49d2-a78b-f962ca5103d7'),
(5778,15142,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-21 19:25:16','2026-01-21 19:25:16','881a56f8-055b-40e9-9010-51245c75267f'),
(5780,15144,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-21 19:26:09','2026-01-21 19:26:09','3f689dce-8928-46f5-8668-fb94f0b734e7'),
(5782,15148,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-21 19:27:14','2026-01-21 19:27:14','0313b14f-44ae-40f6-875e-c71a69443ca4'),
(5784,15150,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-21 19:27:38','2026-01-21 19:27:38','3fff1ff0-a244-459f-bef5-319129a5d5fd'),
(5786,15152,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-21 19:27:56','2026-01-21 19:27:56','57880713-59c1-46b6-8c6b-817b838b6ace'),
(5788,15154,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-21 19:28:13','2026-01-21 19:28:13','e1cba39d-2145-40e0-8958-0b47a139d0f0'),
(5790,15156,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-21 19:29:20','2026-01-21 19:29:20','0762c71f-7c9a-4f4c-89a9-2f5efbaed859'),
(5793,15159,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-21 19:29:36','2026-01-21 19:29:36','15081f67-2530-4d11-8b34-df8dbf237676'),
(5795,15161,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-21 19:29:52','2026-01-21 19:29:52','3665e289-8fe1-4ac8-bb44-e594a7f83128'),
(5797,15163,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-21 19:30:10','2026-01-21 19:30:10','58d1e653-8fb1-44e6-a8ab-36dede6f71f2'),
(5799,15165,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-21 19:30:32','2026-01-21 19:30:32','1d5df4c0-147a-4a3a-ac6a-d99dc43b197d'),
(5801,15167,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-21 19:30:55','2026-01-21 19:30:55','801474de-de34-4be3-ab86-e8351a064ebb'),
(5803,15170,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-21 19:31:16','2026-01-21 19:31:16','4645204e-d637-416c-95e4-b421fae789fc'),
(5805,15172,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-21 19:31:34','2026-01-21 19:31:34','5d3a1238-0cc3-497c-8636-468817b79885'),
(5807,15174,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-21 19:31:50','2026-01-21 19:31:50','3a6e9973-999d-4041-9ab1-8c4bbd4fa1da'),
(5809,15177,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-21 19:32:23','2026-01-21 19:32:23','6261fe74-a58f-4913-ae66-6f5dcd4c0316'),
(5811,15179,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-21 19:32:50','2026-01-21 19:32:50','f595e6fb-84bc-4e4c-a7aa-8593883cdaea'),
(5813,15181,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-21 19:33:08','2026-01-21 19:33:08','a3f372f6-11ba-4802-b33a-d0f663d1f71f'),
(5815,15183,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-21 19:33:28','2026-01-21 19:33:28','9b838a82-b9d7-41d7-988b-72b914d5f04b'),
(5817,15187,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-21 19:33:48','2026-01-21 19:33:48','c2e5d8de-24ca-4563-ac0a-d6d61dd5934f'),
(5819,15190,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-21 19:34:19','2026-01-21 19:34:19','a1a84926-6395-4894-8bc0-645a373ee020'),
(5821,15193,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-21 19:34:41','2026-01-21 19:34:41','ea99ccb7-5d71-482f-80d7-ae9257d36939'),
(5823,15195,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-21 19:35:01','2026-01-21 19:35:01','4192b470-9379-48b4-a237-e4cb114cf4d7'),
(5825,15197,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-21 19:35:21','2026-01-21 19:35:21','371d8451-382b-4f9a-a08b-3653131f4f10'),
(5827,15200,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-21 19:36:00','2026-01-21 19:36:00','e36fd973-a9bf-4bcc-9d9d-28f250cccfb9'),
(5829,15202,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-21 19:36:25','2026-01-21 19:36:25','7fd5b05f-3ec4-4e77-8d27-32644eb96996'),
(5831,15205,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-21 19:36:49','2026-01-21 19:36:49','859642b8-a62e-4646-8db8-522a151daadf'),
(5833,15207,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-21 19:37:11','2026-01-21 19:37:11','76e64705-05f8-49c9-8e4d-cb679956e0d5'),
(5836,15211,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-21 19:37:30','2026-01-21 19:37:30','00c06498-8957-49dd-894e-1efc1f481cdc'),
(5838,15213,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-21 19:37:46','2026-01-21 19:37:46','d9c6dd80-73ea-428a-87e0-d6ba7739f4f8'),
(5840,15215,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-21 19:38:04','2026-01-21 19:38:04','6e196ad7-e4c2-4a83-8846-f45676145bb3'),
(5842,15217,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 19:38:32','2026-01-21 19:38:32','3a3c5211-65fc-44d7-9476-601274936050'),
(5844,15219,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 19:38:50','2026-01-21 19:38:50','511e36f3-7ce7-4f9a-bacd-1386a592a9dc'),
(5846,15221,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-21 19:39:15','2026-01-21 19:39:15','3f3a484b-96fe-4584-9444-a5aec341539a'),
(5848,15223,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-21 19:39:58','2026-01-21 19:39:58','e7fa8d1c-5687-46d2-9a23-2cc9c1040909'),
(5850,15225,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-21 19:40:15','2026-01-21 19:40:15','9dfb1f51-1465-43df-8e94-fc2f046b6f8d'),
(5852,15227,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-21 19:40:33','2026-01-21 19:40:33','0e03ba41-db47-4bd3-84ea-578c592ce74c'),
(5853,15228,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-21 19:40:54','2026-01-21 19:40:54','ee3156ac-8f32-4d4f-8d67-63b54baa325b'),
(5855,15230,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-21 19:41:12','2026-01-21 19:41:12','3026fe9c-0948-4a7c-a004-7e4c6003f0ae'),
(5857,15232,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-21 19:41:31','2026-01-21 19:41:31','6bfb3579-c917-4c4f-af84-2a3d1efbe9d0'),
(5859,15234,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-21 19:41:48','2026-01-21 19:41:48','a22fa7c0-822c-4598-ab64-6e84eb499616'),
(5861,15236,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-21 19:42:07','2026-01-21 19:42:07','365a351c-5204-4793-bf1a-a4858100e485'),
(5863,15238,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-21 19:42:26','2026-01-21 19:42:26','2abda2c1-5e4d-4a07-8826-420acc60fffb'),
(5865,15240,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-21 19:42:43','2026-01-21 19:42:43','2d95e5f4-c5aa-43a5-a020-3b2bfb940f7e'),
(5867,15242,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-21 19:43:00','2026-01-21 19:43:00','162c1053-2e85-4979-973c-04d37f04af1c'),
(5869,15244,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-21 19:44:17','2026-01-21 19:44:17','2f3a02c4-16e9-4fff-9f2d-5eed1d6ecd10'),
(5871,15246,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-21 19:44:40','2026-01-21 19:44:40','d8bf5272-a33d-4743-9ce6-01a99b493cb5'),
(5872,15247,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-21 19:45:08','2026-01-21 19:45:08','4df9ee2f-1496-482c-b410-8014e88f93e5'),
(5873,15248,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-21 19:45:17','2026-01-21 19:45:17','7082ed5d-15d8-470d-9af6-a73ba3c7f183'),
(5874,15249,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-21 19:45:28','2026-01-21 19:45:28','8f9bf5aa-c008-4d95-8bd4-1e2b0cb62876'),
(5876,15251,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-21 19:45:46','2026-01-21 19:45:46','0c8beb81-12fc-44f5-8dbe-900e48c2ff4f'),
(5878,15253,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-21 19:46:01','2026-01-21 19:46:01','4a0ef433-7c1d-46c9-b426-765c2cb27812'),
(5880,15255,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-21 19:46:23','2026-01-21 19:46:23','752ed963-9987-4e3a-9d99-06237dcfafb5'),
(5882,15257,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-21 19:46:50','2026-01-21 19:46:50','7bcabf1e-fc2d-4ce0-9183-ab95cf965b01'),
(5884,15259,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-21 19:47:02','2026-01-21 19:47:02','ef9a9f4b-4677-4992-8606-7bd68e5d187d'),
(5886,15262,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-21 19:47:27','2026-01-21 19:47:27','3ef4c988-053a-40dc-b831-489290a0e4ed'),
(5887,15263,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-21 19:47:44','2026-01-21 19:47:44','69bd048c-47e1-469d-9972-edae085bc19a'),
(5889,15265,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-21 19:48:01','2026-01-21 19:48:01','8cad7a2c-42bb-4c54-9423-ac6d9dcc7583'),
(5891,15267,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-21 19:48:16','2026-01-21 19:48:16','061fb605-9a0d-4263-8819-16a257398e78'),
(5893,15270,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-21 19:48:39','2026-01-21 19:48:39','cae78db6-e5b5-49ed-ac8f-20d88f821229'),
(5895,15273,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-21 19:48:57','2026-01-21 19:48:57','87fed1ac-2949-4905-b5f1-decbdc31199c'),
(5897,15277,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-21 19:49:24','2026-01-21 19:49:24','64e087c4-e293-45cc-9d20-8d5746268a1b'),
(5899,15281,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-21 19:49:42','2026-01-21 19:49:42','9fb3b311-e5ad-448d-90f1-bc720f80c546'),
(5901,15283,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-21 19:50:19','2026-01-21 19:50:19','52234c78-579d-481f-8e30-c083ad5ee4d7'),
(5902,15284,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-21 19:50:38','2026-01-21 19:50:38','dbe34bc5-7986-4423-8d6d-795b86adbc7e'),
(5904,15286,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-21 19:50:59','2026-01-21 19:50:59','16f82bac-ca6c-49cb-9aa6-da0d681ea273'),
(5906,15288,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-21 19:51:54','2026-01-21 19:51:54','11d71ed4-8e48-40fd-b7f4-5ec2dc30ead3'),
(5908,15290,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-21 19:52:10','2026-01-21 19:52:10','92e21467-0e0f-4ed1-af43-7fe7e77259fa'),
(5910,15292,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-21 19:52:28','2026-01-21 19:52:28','38318072-829b-4ea0-9001-e5b1d816ecda'),
(5912,15294,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-21 19:52:44','2026-01-21 19:52:44','e9425845-805a-4beb-ad11-d6917c805af2'),
(5914,15297,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-21 19:52:56','2026-01-21 19:52:56','7fa79d88-d61b-49c1-a71a-c2ed113f6163'),
(5916,15300,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:53:11','2026-01-21 19:53:11','4ab22ebd-9d73-423a-a0c6-cb32e9cb606c'),
(5918,15302,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 19:53:19','2026-01-21 19:53:19','35145432-da08-4642-ae07-052c0a403c6d'),
(5920,15304,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-21 19:53:32','2026-01-21 19:53:32','ba079075-4a33-4012-95aa-b1d682fa417f'),
(5922,15306,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-21 19:53:46','2026-01-21 19:53:46','d0563109-a608-4a72-975f-52be45bdf226'),
(5924,15308,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-21 19:54:02','2026-01-21 19:54:02','c1a17426-f689-4851-950c-3c9276ff9952'),
(5926,15310,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 19:54:17','2026-01-21 19:54:17','8f21262f-815f-471a-a4f3-7f1637dc4323'),
(5928,15312,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-21 19:54:31','2026-01-21 19:54:31','732f9990-a9a6-4d4d-a793-ee86824cff41'),
(5930,15317,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-21 19:55:07','2026-01-21 19:55:07','d1cdd49f-8b1f-459c-aafa-0273213ac9dd'),
(5931,15320,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-21 20:01:18','2026-01-21 20:01:18','baf42bb6-3007-4246-b37b-87a8c13adf2a'),
(5933,15328,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-21 20:05:19','2026-01-21 20:05:19','db904d39-9437-4e41-80f2-a16335da6ad6'),
(5935,15334,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-21 20:18:37','2026-01-21 20:18:37','483d6b6e-da14-449c-89cb-9a9997b84504'),
(5937,15336,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-21 20:18:55','2026-01-21 20:18:55','d5025703-8fe4-4b1a-a7e4-455696e1fab8'),
(5939,15338,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-21 20:19:14','2026-01-21 20:19:14','8092ac72-1dae-4c63-bc82-363f6d58092a'),
(5941,15346,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 20:24:02','2026-01-21 20:24:02','8ba40570-990e-4144-b914-00fd5ab7b4de'),
(5943,15348,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 20:24:26','2026-01-21 20:24:26','b8893fc8-94f6-4e25-a73a-fa7a4b8d46eb'),
(5945,15350,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 20:24:30','2026-01-21 20:24:30','ceb0d779-6dd2-478d-90db-d93be9ed1d79'),
(5949,15362,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-21 20:36:34','2026-01-21 20:36:34','3b0dcd04-b9de-42e8-b97b-a3ec45f3fb63'),
(5951,15367,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 20:43:34','2026-01-21 20:43:34','33c33605-3b91-4550-9ec3-0ded79a2c1a3'),
(5953,15371,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 20:48:51','2026-01-21 20:48:51','ecdc62a7-efb8-4c18-9266-7cd3055957a6'),
(5956,15375,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-21 20:59:02','2026-01-21 20:59:02','ff926f39-98c5-4df8-bc4e-c93c84314a93'),
(5958,15381,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-21 21:08:44','2026-01-21 21:08:44','009856f2-2d19-4637-bff7-22c9e331730f'),
(5961,15385,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-21 21:09:06','2026-01-21 21:09:06','619e391a-4244-4a09-a846-240574b91a88'),
(5963,15390,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-21 21:11:16','2026-01-21 21:11:16','cee6179a-2b71-482d-9286-44a8453c44bd'),
(5965,15393,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-21 21:16:27','2026-01-21 21:16:27','0fa27395-23f2-4f45-8db4-0d0b1058252e'),
(5966,15396,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-21 21:22:14','2026-01-21 21:22:14','685637ad-bef1-4949-ba92-bbbe70b823fc');
INSERT INTO `googlemaps_addresses` VALUES
(5968,15399,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 21:39:35','2026-01-21 21:39:35','8e4eda21-8064-4c1d-93ef-b2a64412dc0c'),
(5970,15401,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-21 21:40:26','2026-01-21 21:40:26','40ff3f2d-1d4f-427e-9a56-8b4808315f75'),
(5971,15432,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 23:44:13','2026-01-21 23:44:13','df6aa2ab-591a-4425-97f4-c528e84ef74e'),
(5973,15437,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-21 23:52:46','2026-01-21 23:52:46','a8626f0c-c4d7-4303-a3b9-a2acefba08c4'),
(5975,15439,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-21 23:53:01','2026-01-21 23:53:01','72417236-e351-4266-95a5-8fb07ca5573b'),
(5978,15478,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-22 02:46:23','2026-01-22 02:46:23','93f594a2-be52-4795-90b5-954833b14aec'),
(5980,15480,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-22 02:48:33','2026-01-22 02:48:33','f2151ae8-f679-482e-b8c4-ca08b0d16c44'),
(5982,15482,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-22 02:49:08','2026-01-22 02:49:08','d8c75a86-1695-496f-982a-d2e4707a5b43'),
(5984,15484,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-22 02:50:03','2026-01-22 02:50:03','7c8be81d-3fcb-4ca5-8fb4-c2eac3e4f9ac'),
(5986,15486,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-22 02:50:32','2026-01-22 02:50:32','7047b2bd-0f72-49c6-aadd-cd3d360b4603'),
(5988,15488,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-22 02:51:06','2026-01-22 02:51:06','6d92bd55-4b20-425f-87a4-582b72a0da20'),
(5990,15490,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-22 02:52:09','2026-01-22 02:52:09','742f4767-2c89-4f6d-aed6-0e21edea93af'),
(5992,15492,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-22 02:52:30','2026-01-22 02:52:30','2b4cd133-ebe2-4228-bfcf-4874f2673851'),
(5994,15494,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-22 02:53:17','2026-01-22 02:53:17','2260b5bd-daa6-4d78-832c-931f37cbea53'),
(5996,15496,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-22 02:53:38','2026-01-22 02:53:38','2c5e3627-972a-4f6a-b858-e4e270e39407'),
(5998,15498,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-22 02:54:28','2026-01-22 02:54:28','898e2d55-de16-4874-b455-60d6c18370d5'),
(6000,15500,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-22 02:55:20','2026-01-22 02:55:20','1244765f-79bf-40ff-a7e2-1c32378c8bc9'),
(6002,15503,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-22 03:19:52','2026-01-22 03:19:52','089ce7d0-5113-4a9a-ba18-59efe436a83d'),
(6004,15505,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-22 03:20:39','2026-01-22 03:20:39','42f6f376-3977-421a-a598-e7718ee5e0fd'),
(6006,15507,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-22 03:20:42','2026-01-22 03:20:42','b82da3b2-68da-4f89-9505-485bee1540fb'),
(6008,15509,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-22 03:21:33','2026-01-22 03:21:33','553bd27f-4c77-4ae5-a117-cdc7959e9d21'),
(6010,15511,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-22 03:22:22','2026-01-22 03:22:22','356ce40c-31cb-462d-8ed2-ba2a8fb33bd4'),
(6012,15513,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-22 03:23:07','2026-01-22 03:23:07','83962067-6f44-4f53-8f38-f96f129738c5'),
(6014,15515,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-22 03:24:00','2026-01-22 03:24:00','60055f8a-f531-4f6d-b98e-dd7bc25f110d'),
(6016,15517,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-22 03:24:48','2026-01-22 03:24:48','85178b63-3998-4a62-a4c6-fc357fd4700a'),
(6017,15518,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-22 03:25:33','2026-01-22 03:25:33','6af3529b-9196-47e5-b926-b9c066c639a9'),
(6019,15691,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-22 14:28:43','2026-01-22 14:28:43','8613ba32-d342-4857-ac63-d43e28b30f99'),
(6021,15693,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-22 14:30:14','2026-01-22 14:30:14','0e38bd1e-46b4-48b0-a1d1-bdae8d63be57'),
(6023,15695,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-22 14:31:53','2026-01-22 14:31:53','051d1534-c425-4ed8-80b3-07bccf41d8c9'),
(6025,15697,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-22 14:32:48','2026-01-22 14:32:48','d741cf94-9b21-4d4b-b12b-3faf09742073'),
(6027,15699,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-22 14:34:44','2026-01-22 14:34:44','6cc0fe35-cf18-46cd-8c46-45e7227b9fa3'),
(6029,15701,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-22 14:35:47','2026-01-22 14:35:47','302e3c1f-cdfe-4dce-9f8e-134d43d8437e'),
(6031,15703,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-22 14:36:26','2026-01-22 14:36:26','d5030ce7-256b-456f-87ca-022a8b372a54'),
(6033,15705,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-22 14:37:03','2026-01-22 14:37:03','33afbf29-791d-458d-8b82-da836dc95ec6'),
(6035,15707,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-22 14:37:20','2026-01-22 14:37:20','7a26646c-4b00-4b45-9a04-236e48163d83'),
(6036,15708,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-22 14:37:23','2026-01-22 14:37:23','16bfa6f1-0bfd-4a2f-8760-3e466b70cac3'),
(6038,15713,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-22 14:39:01','2026-01-22 14:39:01','027977ef-c316-491c-ab37-c685af68a9a6'),
(6040,15715,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-22 14:40:35','2026-01-22 14:40:35','fbe2f5a4-4f10-451d-8e41-e9b00c5c2087'),
(6042,15717,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-22 14:41:59','2026-01-22 14:41:59','caf45466-378e-4d8c-bb21-39e909c7b394'),
(6044,15719,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-22 14:43:02','2026-01-22 14:43:02','ac8f48db-c5f1-4e97-94a5-4a139c05d076'),
(6046,15721,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-22 14:44:12','2026-01-22 14:44:12','9ef068f1-f7ab-45f7-9cdd-608624a34b97'),
(6048,15723,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-22 14:45:46','2026-01-22 14:45:46','1ef43cd4-b520-45d5-a1c4-45b6489de1fa'),
(6050,15725,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-22 14:46:34','2026-01-22 14:46:34','0e749f6c-cbb3-42f4-a63c-d9c4d4bfcbdd'),
(6052,15727,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-22 14:47:30','2026-01-22 14:47:30','674f38dc-ad35-46d8-b338-80ee1cdf0ea4'),
(6054,15729,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-22 14:48:22','2026-01-22 14:48:22','441e0deb-6a57-4781-af30-6c9007d7f676'),
(6055,15734,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-22 15:04:07','2026-01-22 15:04:07','2dbf09b7-4128-4254-a80c-f66b6d3cb5eb'),
(6057,15737,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-22 15:09:45','2026-01-22 15:09:45','74876cb6-51c1-4af8-b8ee-fb37f340e615'),
(6059,15740,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-22 15:12:22','2026-01-22 15:12:22','534fedd6-9c72-4731-a14f-498e990bc199'),
(6061,15742,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-22 15:14:08','2026-01-22 15:14:08','9c49a2de-48dd-46f9-91c3-7b0ccdfa4460'),
(6063,15745,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-22 15:15:38','2026-01-22 15:15:38','f4b4fcd7-1482-46b8-99c1-1606fbbfd67d'),
(6065,15751,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-22 15:27:29','2026-01-22 15:27:29','3651c422-1402-4e64-8177-ec52438e9269'),
(6067,15753,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-22 15:36:49','2026-01-22 15:36:49','56b48dbc-0c36-45ed-9479-79370b14331a'),
(6069,15755,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-22 15:41:25','2026-01-22 15:41:25','c8076bd6-7541-41a8-9644-5474e39e31e3'),
(6071,15758,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-22 15:49:42','2026-01-22 15:49:42','7b385e5d-5a7d-4cfd-aeb0-f42d28be174e'),
(6073,15760,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-22 15:51:08','2026-01-22 15:51:08','63be912b-4ba3-45c5-8ab3-e6df9f3e01c0'),
(6075,15762,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-22 15:52:17','2026-01-22 15:52:17','57010772-aaec-4999-8999-30b0faf6d6a9'),
(6077,15764,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-22 15:53:22','2026-01-22 15:53:22','693cc42b-2edd-49d6-bed1-ffb4f8e12fc5'),
(6079,15766,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-22 15:54:25','2026-01-22 15:54:25','f7a7d9c6-1605-485c-9cd5-0e033f2886ff'),
(6081,15770,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-22 15:58:45','2026-01-22 15:58:45','b8fee175-cae8-4288-839d-9ed8aa46400f'),
(6082,15772,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-22 16:01:21','2026-01-22 16:01:21','0fb9d4ca-2b4e-4d97-974e-938c203bd20e'),
(6084,15774,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-22 16:02:46','2026-01-22 16:02:46','8951f861-9ed6-4df2-81ed-7bb40feacc1d'),
(6086,15777,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-22 16:04:14','2026-01-22 16:04:14','a70fb2da-2b06-4b46-b126-68d00600bd28'),
(6087,15779,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-22 16:05:12','2026-01-22 16:05:12','82cebf1b-741d-49e0-adbe-c3b644bd9e0c'),
(6089,15781,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-22 16:06:18','2026-01-22 16:06:18','cff6ba4a-cc38-429a-86c1-0251078b8013'),
(6091,15784,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-22 16:11:55','2026-01-22 16:11:55','086abfd1-671e-4981-8a28-4fc14bc37984'),
(6093,15786,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-22 16:12:57','2026-01-22 16:12:57','641de94e-3087-4540-aee2-6d92a46f4cc0'),
(6095,15791,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-22 16:13:46','2026-01-22 16:13:46','03b3400f-4932-43bb-b4fe-317fe6214d83'),
(6097,15795,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-22 16:14:55','2026-01-22 16:14:55','ca5ee3a9-a8b1-4e1b-800d-86393d3c970f'),
(6099,15797,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-22 16:16:01','2026-01-22 16:16:01','8d8f8356-e1a3-43ad-9eb4-ad7619bbcf1e'),
(6101,15799,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-22 16:16:48','2026-01-22 16:16:48','60d40f12-2329-4e43-8933-3e985be62c32'),
(6103,15801,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-22 16:17:45','2026-01-22 16:17:45','a3ee6358-8b6a-428e-a96a-438e25856a45'),
(6105,15803,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-22 16:18:41','2026-01-22 16:18:41','08100260-e94e-48b3-9a89-f30c288351c7'),
(6107,15807,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-22 16:19:37','2026-01-22 16:19:37','bf0eb055-10ae-416c-a8ba-e03e83c046f5'),
(6109,15809,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-22 16:20:21','2026-01-22 16:20:21','c8882580-50bc-427f-b41f-4db8e20982e4'),
(6111,15811,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-22 16:21:07','2026-01-22 16:21:07','c6730d78-521e-4183-b740-63391c0d050b'),
(6113,15813,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-22 16:21:28','2026-01-22 16:21:28','ca068472-0022-4dfd-988c-bbfb1908642d'),
(6115,15815,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-22 16:29:37','2026-01-22 16:29:37','85c58fb0-5c96-4098-8419-814d48f41efd'),
(6118,15818,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-22 16:31:55','2026-01-22 16:31:55','efb23945-1c6b-4635-ac18-46c0977e2a32'),
(6120,15822,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-22 16:44:39','2026-01-22 16:44:39','029e64f0-f3bd-4482-9693-dec8409db947'),
(6122,15825,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-22 16:47:08','2026-01-22 16:47:08','d6852a04-afb7-488e-b4c8-46e56bf99a81'),
(6124,15827,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-22 16:47:48','2026-01-22 16:47:48','608bc962-3087-42fb-a0d7-478a5ccd5632'),
(6126,15829,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-22 16:48:12','2026-01-22 16:48:12','54e41a16-9b86-4f67-817f-38ad9e54a297'),
(6128,15831,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-22 16:49:05','2026-01-22 16:49:05','8262f495-8f7e-428b-8425-f2d53a6ccc5d'),
(6130,15833,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-22 16:50:41','2026-01-22 16:50:41','eaeb3935-4d62-4a63-b2dc-09b61908de0d'),
(6132,15835,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-22 16:51:26','2026-01-22 16:51:26','fe3ad96e-3bfe-40c1-87c7-9328e52237fa'),
(6134,15837,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-22 16:52:14','2026-01-22 16:52:14','794683d9-fad8-4c11-8212-dac9496815e0'),
(6136,15839,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-22 16:53:13','2026-01-22 16:53:13','000c808d-6b69-468a-9f7d-74d23fc07824'),
(6138,15841,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-22 16:54:07','2026-01-22 16:54:07','280b6a1f-5d28-4989-a089-dbe464f85fa0'),
(6140,15843,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-22 16:55:16','2026-01-22 16:55:16','d9100d56-6a8c-4af7-a2af-88cd1cb8b3e6'),
(6142,15845,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-22 16:56:09','2026-01-22 16:56:09','267407c7-587c-44c5-b937-fb9d823184d0'),
(6144,15847,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-22 16:56:54','2026-01-22 16:56:54','7d292ce6-b9d1-4fd3-ac71-241f5a59c12c'),
(6146,15849,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-22 16:57:36','2026-01-22 16:57:36','bf7167dc-8284-4402-865d-e1db53c88751'),
(6147,15850,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-22 16:58:22','2026-01-22 16:58:22','230050c0-daf7-4ea4-ad70-58e72e3d5121'),
(6149,15853,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-22 16:59:14','2026-01-22 16:59:14','7323e90a-c2ca-40b8-8c34-04309c6c3831'),
(6151,15855,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-22 17:00:15','2026-01-22 17:00:15','d7b44b64-c572-467e-8897-072b482097ef'),
(6153,15860,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-22 17:01:03','2026-01-22 17:01:03','a029ba02-df63-4478-8d26-7e9e3bafe122'),
(6155,15864,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-22 17:02:33','2026-01-22 17:02:33','6be27887-4f9d-4bcd-8265-bf29a7f0fa34'),
(6157,15866,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-22 17:03:24','2026-01-22 17:03:24','f6d8a5db-e576-4806-a933-c66f70acafce'),
(6159,15868,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-22 17:05:19','2026-01-22 17:05:19','6eca1009-01a5-4fd9-8bdc-e43189076162'),
(6161,15870,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-22 17:05:40','2026-01-22 17:05:40','a6ecd507-4e28-40f6-83a2-8ce7057f02a9'),
(6163,15872,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-22 17:06:23','2026-01-22 17:06:23','1f246cc2-3188-47c1-9a7c-cb16318bc421'),
(6165,15874,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-22 17:07:04','2026-01-22 17:07:04','3a7fa397-afd8-4530-b4d3-3fc809cafab6'),
(6166,15875,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-22 17:07:51','2026-01-22 17:07:51','bff953bb-f99d-4fd3-a04b-1896eb40062a'),
(6168,15877,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-22 17:08:41','2026-01-22 17:08:41','9913336f-2f71-4381-9f66-0cf527febd46'),
(6170,15879,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-22 17:09:31','2026-01-22 17:09:31','11e4a3e8-8a63-4f0e-a3c4-82611f1bb549'),
(6172,15881,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-22 17:10:13','2026-01-22 17:10:13','1a0e5f41-f108-46c0-bb8c-3fce3a1e0db5'),
(6174,15883,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-22 17:12:25','2026-01-22 17:12:25','8a3ce964-2664-449e-b85d-4d28614f344f'),
(6176,15885,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-22 17:19:26','2026-01-22 17:19:26','f7ebc5a9-ac3c-451f-93fe-12a793447cbb'),
(6178,15887,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-22 17:20:32','2026-01-22 17:20:32','90a9130c-4b32-489c-97e4-d676ae782198'),
(6180,15889,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-22 17:20:43','2026-01-22 17:20:43','380e8a61-9447-4281-9811-8a4459c9577e'),
(6182,15892,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-22 17:27:41','2026-01-22 17:27:41','69edfb2e-ae1c-4c22-a433-63845eba3a17'),
(6184,15894,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-22 17:28:50','2026-01-22 17:28:50','db3005f6-0619-4bc1-b0bc-2671de3f3cd9'),
(6186,15925,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-22 19:41:32','2026-01-22 19:41:32','0b45f0cd-2bce-4ef5-8217-5ea37201c94b'),
(6188,15929,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-22 19:46:47','2026-01-22 19:46:47','fc099a39-0f3e-4d5f-bb13-9746ac504c5c'),
(6190,15933,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-22 19:47:16','2026-01-22 19:47:16','2a679480-72a3-4267-a8d0-38165fdabe66'),
(6192,15943,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-22 19:53:10','2026-01-22 19:53:10','a5c9a4f9-7cb5-4292-a5b7-e468b4d6a7cd'),
(6194,15946,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-22 19:53:33','2026-01-22 19:53:33','8a41df50-df70-4c12-a61b-c6ff507a9d5b'),
(6196,15948,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-22 19:54:15','2026-01-22 19:54:15','587cee49-f371-489a-b924-52aad39fbbde'),
(6199,15951,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-22 19:54:40','2026-01-22 19:54:40','131bd582-45b7-4d74-b1c8-39c1c35a846d'),
(6201,15962,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-22 19:59:05','2026-01-22 19:59:05','8e36e267-e44f-4def-93b1-b2b268f7db5f'),
(6203,15966,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-22 19:59:41','2026-01-22 19:59:41','b2861c04-bf4b-447d-9ed9-5604e83c01ee'),
(6205,15970,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-22 20:00:55','2026-01-22 20:00:55','774a6868-c80d-4de6-a92c-9ac13d24371d'),
(6207,15973,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-22 20:01:17','2026-01-22 20:01:17','bf0d024e-8ca6-468a-893c-91db941bd61b'),
(6209,15976,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-22 20:02:16','2026-01-22 20:02:16','ff08e048-b9c1-458f-8fd1-1c56862abe71'),
(6211,15985,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-22 20:05:37','2026-01-22 20:05:37','4ac514fe-242e-4b8b-b353-7631a26907ef'),
(6213,15988,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-22 20:05:50','2026-01-22 20:05:50','e0080f00-76b6-460a-9a58-c089ca18e938'),
(6216,15993,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-22 20:12:45','2026-01-22 20:12:45','98188bba-420c-4a5c-a6bf-5981431b1223'),
(6217,15999,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-22 20:14:46','2026-01-22 20:14:46','e96b1847-969f-468d-b6ed-7f63a485534e'),
(6219,16004,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-22 20:16:49','2026-01-22 20:16:49','0a676cb9-05b4-4187-8252-3691e2af0926'),
(6221,16008,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-22 20:17:19','2026-01-22 20:17:19','6a07eeae-03e0-4a87-aa62-b881caa24060'),
(6223,16022,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-22 20:20:46','2026-01-22 20:20:46','bc92f4b1-8a56-41ad-85a5-99628661c3d2'),
(6225,16027,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-22 20:21:45','2026-01-22 20:21:45','e55242bc-ea3d-4961-81ad-0cfee08cd0fc'),
(6227,16031,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-22 20:22:28','2026-01-22 20:22:28','ee729b75-3f6d-4530-ae58-6e8266bd74a3'),
(6229,16040,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-22 20:25:39','2026-01-22 20:25:39','9cb93101-a071-41b7-aa50-e5b23caabe29'),
(6231,16043,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-22 20:26:11','2026-01-22 20:26:11','18ab5c4b-28bd-4ae0-8ab0-2a4ad12c131b'),
(6233,16050,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-22 20:28:36','2026-01-22 20:28:36','3d3cbb75-b109-49a5-92df-225f46220aff'),
(6235,16053,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-22 20:29:36','2026-01-22 20:29:36','619438e7-ac53-4435-82a5-760605ae82f4'),
(6237,16064,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-22 20:33:48','2026-01-22 20:33:48','1bb4d772-7872-4b6b-9e85-aa9bd479e5a9'),
(6239,16069,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-22 20:34:15','2026-01-22 20:34:15','cf137301-b840-4864-bef6-dedaf7685536'),
(6241,16077,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-22 20:36:07','2026-01-22 20:36:07','1a976b54-afef-4f11-864a-fa06b162c648'),
(6243,16082,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-22 20:37:37','2026-01-22 20:37:37','67b83be0-33cc-4d5d-bd4f-a23c1de0e7b1'),
(6245,16086,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-22 20:38:29','2026-01-22 20:38:29','7be1f5f2-1398-4e18-9d94-5ddf2bccfac2'),
(6247,16098,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-22 20:41:00','2026-01-22 20:41:00','5b163d1d-e56a-437f-abcc-f54203871f63'),
(6249,16104,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-22 20:42:10','2026-01-22 20:42:10','a47eaf33-b6b0-462c-854f-ed8949683563'),
(6251,16107,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-22 20:42:59','2026-01-22 20:42:59','a830146b-5d92-4920-a131-eee37adea666'),
(6253,16111,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-22 20:44:27','2026-01-22 20:44:27','60a1a4da-b206-4276-a05a-850071338ba3'),
(6255,16114,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-22 20:44:31','2026-01-22 20:44:31','113c7dfc-1398-4eb6-b43e-5b99d81fa95f'),
(6256,16116,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-22 20:44:50','2026-01-22 20:44:50','2a6f57c3-d293-41db-8703-483024d59a3d'),
(6258,16123,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-22 20:47:51','2026-01-22 20:47:51','139fdd3b-540e-4e1d-b063-8fc9429d7104'),
(6260,16127,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-22 20:48:43','2026-01-22 20:48:43','071dead6-b87e-4097-99ef-56f5b22c31c5'),
(6262,16138,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-22 20:51:35','2026-01-22 20:51:35','63fc3c1b-53cc-4d98-a690-ca8fd4d4f25e'),
(6264,16142,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-22 20:51:57','2026-01-22 20:51:57','951ecf06-fb7a-4a87-ba66-109b40f0dd7e'),
(6266,16153,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-22 20:55:07','2026-01-22 20:55:07','367d5e97-2472-409d-8610-9c8409d659ca'),
(6268,16157,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-22 20:55:47','2026-01-22 20:55:47','18f9befd-078f-429f-a526-d37c4e888656'),
(6270,16162,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-22 20:56:10','2026-01-22 20:56:10','54542e62-a9b3-4e2d-8f48-1bdcb032fbf0'),
(6272,16166,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-22 20:56:24','2026-01-22 20:56:24','23581910-8f2a-4908-becd-145b73698711'),
(6274,16171,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-22 20:57:14','2026-01-22 20:57:14','b7e15558-a1a6-4cc8-867c-11ec053118ac'),
(6276,16174,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-22 20:57:55','2026-01-22 20:57:55','f99c40c4-1af9-4b32-8617-7dd57e7569d0'),
(6278,16180,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-22 20:59:54','2026-01-22 20:59:54','6f8d90c3-f6c6-49a6-a3c4-7253857ea2b6'),
(6280,16187,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-22 21:01:34','2026-01-22 21:01:34','3ef57fd8-bdb7-4b3a-b7b2-aea3773c7737'),
(6282,16196,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-22 21:05:05','2026-01-22 21:05:05','f1870b21-f514-4dc3-82ff-37b64de3e08f'),
(6284,16199,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-22 21:05:09','2026-01-22 21:05:09','24e7be25-e918-4c0c-96c2-6f5ad68cf29e'),
(6285,16200,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-22 21:05:40','2026-01-22 21:05:40','61ba04e8-a775-40a2-aeb5-fba69461af18'),
(6287,16211,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-22 21:09:04','2026-01-22 21:09:04','21dd52ea-b69d-4540-a819-20ef8f9b6d8f'),
(6289,16225,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-22 21:13:31','2026-01-22 21:13:31','32313531-b989-4ec4-b9f0-8775730ae587'),
(6291,16229,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-22 21:14:06','2026-01-22 21:14:06','c4876671-0086-45b0-8462-0e3309ca9d75'),
(6293,16236,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-22 21:15:35','2026-01-22 21:15:35','c3a88049-29a4-407f-abc4-9c6f12b200b0'),
(6295,16239,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-22 21:16:00','2026-01-22 21:16:00','f8982554-eb84-4f12-ba4f-3724c8889ba9'),
(6297,16246,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-22 21:17:37','2026-01-22 21:17:37','16e630a1-9fa5-440b-83ce-7016484f12f8'),
(6298,16248,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-22 21:18:07','2026-01-22 21:18:07','d623a694-b121-49bd-8759-d184069e826b'),
(6300,16250,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-22 21:18:29','2026-01-22 21:18:29','3a25b38b-0128-4265-9924-4c433d3d4320'),
(6302,16261,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-22 21:20:48','2026-01-22 21:20:48','7a3b1156-b6f2-4a7c-8359-9c4040b966e1'),
(6304,16265,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-22 21:21:16','2026-01-22 21:21:16','f4bb9d62-afc9-4993-90a5-c7de6b5188fa'),
(6306,16272,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-22 21:22:35','2026-01-22 21:22:35','049865fe-8245-4e6a-8d5c-c3deb4a518f1'),
(6308,16275,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-22 21:23:17','2026-01-22 21:23:17','fa5d752c-ef61-4cd8-b620-e0f498707edd'),
(6310,16283,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-22 21:25:58','2026-01-22 21:25:58','534e76e8-96ad-4df0-a773-5cebd4a3f37b'),
(6312,16287,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-22 21:26:23','2026-01-22 21:26:23','2979c6a2-7287-4ded-8bdf-5d31f352c7db'),
(6314,16298,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-22 21:28:41','2026-01-22 21:28:41','ee14a5ec-cde9-4391-b73b-3588aa27ca50'),
(6316,16302,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-22 21:28:56','2026-01-22 21:28:56','771e1c5d-4538-4a4c-af18-4850d06c31af'),
(6318,16312,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-22 21:31:13','2026-01-22 21:31:13','bd1c8aeb-487f-4ffd-a38b-a01d950a2574'),
(6322,16909,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-23 19:13:17','2026-01-23 19:13:17','b1cf4640-d64b-4dca-8a27-c11ddb9b565b'),
(6324,16916,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-23 19:15:05','2026-01-23 19:15:05','8c3b0175-7f7a-42a3-9ad6-cb3b0c9d8c2d'),
(6326,16919,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-23 19:16:00','2026-01-23 19:16:00','608d6d46-ff51-4dcd-8ec9-99d762ea40ae'),
(6328,16921,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-23 19:16:23','2026-01-23 19:16:23','afb7b0c5-9c6c-4ae6-b73b-e63858fab36a'),
(6330,16924,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-23 19:17:41','2026-01-23 19:17:41','e076b52c-e9c4-4fab-a1a6-52b04e98501e'),
(6332,16926,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-23 19:18:39','2026-01-23 19:18:39','2d99570f-bc69-471d-ba2e-098a5c868685'),
(6334,16933,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-23 19:21:28','2026-01-23 19:21:28','7b1c25ed-0c26-491a-8d56-e029f8630bd7'),
(6336,16936,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-23 19:22:19','2026-01-23 19:22:19','909068e0-e612-44ae-9c06-5e7d0034f1c8'),
(6337,16938,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-23 19:22:25','2026-01-23 19:22:25','85995933-669d-40eb-92ae-5ba341bd71a2'),
(6340,16944,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-23 19:29:52','2026-01-23 19:29:52','90a0d91c-e3c0-4f3f-95cd-5c5ca9a2933a'),
(6342,16947,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-23 19:31:19','2026-01-23 19:31:19','99400b95-479f-4f40-a2f9-696597457b94'),
(6344,16956,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-23 19:39:58','2026-01-23 19:39:58','c261e459-1e2c-4bde-8ddb-dad1fbb17873'),
(6346,16959,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-23 19:40:37','2026-01-23 19:40:37','63679110-4c3f-4779-af78-dbdd58592deb'),
(6347,16962,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-23 19:42:38','2026-01-23 19:42:38','764fd397-298f-473c-9f69-435aae33f2c2'),
(6349,16967,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-23 19:44:09','2026-01-23 19:44:09','dd18477e-3bbc-4db5-83e7-aca09ff39f9d'),
(6351,16971,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-23 19:44:24','2026-01-23 19:44:24','2ae17a22-31c1-4348-be9b-434a80d7e2a3'),
(6352,16974,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-23 19:45:17','2026-01-23 19:45:17','e42bde0b-8933-49f0-aded-77137c0a1cb1'),
(6354,16977,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-23 19:45:54','2026-01-23 19:45:54','80f37de3-a780-47c4-8309-0cdb870131ad'),
(6356,16980,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-23 19:46:45','2026-01-23 19:46:45','a2e27253-8785-42a7-bcab-ad10d56ed73f'),
(6357,16981,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-23 19:48:29','2026-01-23 19:48:29','1d9e48fe-62b1-40f9-b0b6-4ddf633ddcc9'),
(6359,17002,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-23 19:54:22','2026-01-23 19:54:22','1f7dbb69-ca9e-4b49-ab3a-d20f3231c3c6'),
(6361,17006,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-23 19:55:10','2026-01-23 19:55:10','ce34feb4-c278-4a29-9b3e-d29270d2c045'),
(6363,17008,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-23 19:55:42','2026-01-23 19:55:42','65015023-0b1f-4f69-9ab9-bfa80e0b7acc'),
(6365,17013,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-23 19:57:14','2026-01-23 19:57:14','5e8deb77-b729-4b76-bb8b-79de8fa0b037'),
(6367,17016,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-01-23 19:57:34','2026-01-23 19:57:34','0ea53026-18e0-49ce-9e37-195b72578292'),
(6369,17021,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-23 19:59:40','2026-01-23 19:59:40','60d6a0c7-b106-4814-a49b-e1e6849f8d8d'),
(6370,17024,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-23 19:59:54','2026-01-23 19:59:54','5d51627c-4a32-4994-b4c9-75639bc64a07'),
(6372,17030,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-23 20:01:05','2026-01-23 20:01:05','68df0fbc-ce73-4da2-8c01-10d354082c04'),
(6374,17041,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-23 20:01:59','2026-01-23 20:01:59','87e7d3e4-12e9-49a5-a106-6e02cc0ed649'),
(6376,17044,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-23 20:02:07','2026-01-23 20:02:07','e2933151-3830-4ae6-865b-aa80d27e6603'),
(6378,17049,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-23 20:03:15','2026-01-23 20:03:15','9f90dcc9-fb03-424d-aa14-3c9107914eec'),
(6379,17051,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-23 20:03:58','2026-01-23 20:03:58','cda8ed6b-5e61-409d-90f3-c49f9f3b1493'),
(6381,17055,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-23 20:04:26','2026-01-23 20:04:26','0b58fa42-315a-4c09-af6e-b29dfe52b369'),
(6382,17057,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-23 20:04:36','2026-01-23 20:04:36','1c76063d-cae1-479e-be88-ab7661545297'),
(6384,17059,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-23 20:05:37','2026-01-23 20:05:37','6ba7648e-16cb-4175-831d-22f1dd862915'),
(6386,17066,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-23 20:07:13','2026-01-23 20:07:13','a9a8c187-4064-4566-a11f-722b8147c720'),
(6388,17070,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-23 20:07:27','2026-01-23 20:07:27','5329e729-b4c7-41bd-962c-11e219f2bb8e'),
(6390,17077,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-23 20:09:32','2026-01-23 20:09:32','91251076-5146-4f54-bb14-cab6f7c96906'),
(6392,17080,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-23 20:10:11','2026-01-23 20:10:11','4a5e1555-78ab-4419-bdc8-bd7bec1b76c9'),
(6394,17087,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-23 20:12:14','2026-01-23 20:12:14','dfc436e8-be06-4696-bc0a-e8c4293bf449'),
(6396,17092,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-23 20:13:01','2026-01-23 20:13:01','017ce9d4-265d-490a-a9bc-e1b47df14275'),
(6398,17095,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-01-23 20:13:04','2026-01-23 20:13:04','b664325b-1717-49f0-a835-fddafa8b726a'),
(6400,17100,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-23 20:14:13','2026-01-23 20:14:13','d4304828-536d-49f9-bc76-e60d433557b5'),
(6402,17103,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-23 20:14:19','2026-01-23 20:14:19','8e37cc03-a2c2-4c65-a359-076a0c16aa4f'),
(6404,17108,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-01-23 20:16:07','2026-01-23 20:16:07','d99d1568-e84f-493f-bc26-df8462db7eda'),
(6406,17111,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-23 20:16:42','2026-01-23 20:16:42','3eb10afc-7d66-42ed-9703-fa7a3ef1528e'),
(6408,17113,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-23 20:17:16','2026-01-23 20:17:16','9b6b8562-2cc4-4544-877f-8a2892a5d431'),
(6410,17117,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-23 20:18:24','2026-01-23 20:18:24','d6f428e4-94ad-4791-a785-6b3d623d2315'),
(6412,17120,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-23 20:18:28','2026-01-23 20:18:28','6a53505f-8f4a-4dc2-8b36-e79c41f41c08'),
(6414,17130,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-23 20:20:47','2026-01-23 20:20:47','33e53c70-9ac5-4831-9e6a-dfd2b838832d'),
(6416,17138,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-23 20:21:56','2026-01-23 20:21:56','d9b99f10-84c6-4928-b6e4-40205c460c2e'),
(6418,17146,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-23 20:22:57','2026-01-23 20:22:57','3f469ecb-33db-4a32-a85f-2ba0a32030d3'),
(6420,17152,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-23 20:23:59','2026-01-23 20:23:59','75601c71-5ab3-4a9f-9acd-47cfbed6985c'),
(6422,17155,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-23 20:24:26','2026-01-23 20:24:26','9067add2-97ab-4115-818e-10a8d911cc50'),
(6424,17161,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-23 20:25:37','2026-01-23 20:25:37','b4d4704c-8f6a-4d89-bc26-fc29102dff2d'),
(6426,17166,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-01-23 20:26:20','2026-01-23 20:26:20','59cadb1a-8457-4aac-b374-a96ee0dbf681'),
(6428,17173,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-23 20:27:30','2026-01-23 20:27:30','560f4ade-768e-48de-83e3-a487a831fe72'),
(6430,17182,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-23 20:29:17','2026-01-23 20:29:17','6df0088d-f069-4f25-81e1-73fb60256564'),
(6432,17186,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-01-23 20:29:38','2026-01-23 20:29:38','d5d72269-3fc0-4d65-ac97-55088946d043'),
(6433,17188,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-01-23 20:30:09','2026-01-23 20:30:09','fcfb6e65-617b-4c07-9ef3-7aaa40012425'),
(6435,17195,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-23 20:31:10','2026-01-23 20:31:10','463b7da7-2255-42a0-8d0b-d461de674303'),
(6437,17201,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-01-23 20:32:25','2026-01-23 20:32:25','3f7c2013-a66f-4e34-a0c8-a6c49bc2d31d'),
(6439,17210,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-23 20:33:57','2026-01-23 20:33:57','904f73c7-75ea-4a30-ad4b-f882be9940ab'),
(6441,17215,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-01-23 20:34:59','2026-01-23 20:34:59','16636ec1-83e1-41e1-9f62-2964f2555e63'),
(6443,17227,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-01-23 20:37:14','2026-01-23 20:37:14','540a17c0-f93b-42f4-a875-ef680c29e6ce'),
(6445,17231,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-23 20:37:37','2026-01-23 20:37:37','63af9a06-d1c1-4086-91a6-0d12729d5f3b'),
(6446,17232,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-23 20:38:39','2026-01-23 20:38:39','4e5a0cca-68d1-4cc7-9c5a-2bc19b490a6c'),
(6448,17239,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-23 20:40:45','2026-01-23 20:40:45','12762277-9bc8-40bc-be34-1a5b77b06f2d'),
(6450,17244,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-23 20:41:14','2026-01-23 20:41:14','5aedc774-c836-42f3-8678-db9ef9c71f4f'),
(6452,17248,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-23 20:42:01','2026-01-23 20:42:01','24732178-9111-4946-a14f-6ee8fe5e5699'),
(6454,17255,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-23 20:43:32','2026-01-23 20:43:32','aefd9b15-e1ad-4cb2-aa4a-8d26b9233092'),
(6456,17260,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-23 20:44:09','2026-01-23 20:44:09','df3827d1-0ec0-4de2-a6af-6cdd53afdb72'),
(6458,17265,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-23 20:44:52','2026-01-23 20:44:52','a06938ca-4f5c-4a93-a238-43c820e2d5b0'),
(6460,17269,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-23 20:45:41','2026-01-23 20:45:41','41dd5dc9-3592-473a-91da-844ed3990c62'),
(6462,17272,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-23 20:46:00','2026-01-23 20:46:00','3e25359b-9022-484e-b4e0-62d9942a3b4b'),
(6464,17278,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-23 20:47:35','2026-01-23 20:47:35','2dc24619-ac30-4156-b985-d1e8c4ce0dcb'),
(6466,17281,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-23 20:48:08','2026-01-23 20:48:08','0ff4d2dc-b1f5-4dd7-b45d-f3fed00cfbce'),
(6468,17289,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-23 20:50:44','2026-01-23 20:50:44','78868c42-ad2f-4bc1-b3c7-20fa5fdd79fe'),
(6470,17294,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-23 21:15:44','2026-01-23 21:15:44','1b21c85a-f248-418f-9faf-7b0227dd9512'),
(6472,17298,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-23 21:16:51','2026-01-23 21:16:51','b2e45430-f971-4cdc-a995-7da20e608297'),
(6474,17303,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-23 21:18:13','2026-01-23 21:18:13','3e27ddcb-e9b7-4f43-bb79-a22fa8725faa'),
(6475,17305,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-23 21:18:47','2026-01-23 21:18:47','30c422c8-0fbc-4783-bf43-4f823654514c'),
(6477,17307,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-23 21:19:37','2026-01-23 21:19:37','f8c4fba8-f1f6-4b2c-add1-466954d9770c'),
(6479,17312,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-23 21:30:59','2026-01-23 21:30:59','1c17b620-fba6-440f-a158-2acbe976817d'),
(6481,17315,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-01-23 21:31:41','2026-01-23 21:31:41','00597cf9-4969-420f-86e9-786ee690706f'),
(6483,17320,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-23 21:33:17','2026-01-23 21:33:17','8623f1d1-5ec9-42ca-88bd-5dc79abb727c'),
(6485,17323,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-23 21:33:28','2026-01-23 21:33:28','2ce34ff4-a9a5-4d41-9ca7-51a5b2526b8f'),
(6487,17325,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-01-23 21:34:04','2026-01-23 21:34:04','91d4fcc7-91c1-41d6-8fa3-ba770948f198'),
(6489,17327,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-23 21:34:53','2026-01-23 21:34:53','26c46516-1d0a-458b-8690-aa39c52a73c4'),
(6491,17334,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-23 21:37:02','2026-01-23 21:37:02','d66821da-ba4c-465a-8127-8f86ad65b20b'),
(6493,17339,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-23 21:37:50','2026-01-23 21:37:50','6ac897bd-0746-4e4d-9949-e053fb8b197f'),
(6495,17342,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-23 21:38:04','2026-01-23 21:38:04','cae0bbb5-6e09-4d26-b5bb-c06df7182c4d'),
(6497,17345,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-23 21:38:59','2026-01-23 21:38:59','a4e02ba3-4c8a-4c8f-9636-d3dede4acd00'),
(6499,17350,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-23 21:39:45','2026-01-23 21:39:45','977ed4ef-f7b5-49d2-8121-dc25ba5d5063'),
(6501,17353,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-01-23 21:39:55','2026-01-23 21:39:55','a6dadfd6-d960-4350-857a-a60ae5503e49'),
(6503,17362,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-23 21:42:23','2026-01-23 21:42:23','a6b58600-c9d1-4d0b-ba71-3523c50d6029'),
(6505,17367,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-23 21:42:55','2026-01-23 21:42:55','31b9aed4-0b2c-4554-962b-102ec1ce238d'),
(6507,17377,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-23 21:45:08','2026-01-23 21:45:08','f2cab924-6f6d-4773-b873-5a1324f6ff11'),
(6509,17381,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-23 21:45:32','2026-01-23 21:45:32','24007bec-386f-4be8-8b89-16422943b606'),
(6511,17383,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-23 21:46:03','2026-01-23 21:46:03','9ca6e9be-1f45-42b6-ba4d-55dcfa07f08f'),
(6513,17385,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-23 21:46:34','2026-01-23 21:46:34','7b211727-2efd-457a-905f-30d8b4e37ecf'),
(6515,17390,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-23 21:47:48','2026-01-23 21:47:48','3f268cb7-99ef-4ea7-a7e3-beefcc8718be'),
(6516,17396,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-23 21:48:47','2026-01-23 21:48:47','40e44a30-977d-44be-ac6a-c002aba04363'),
(6520,19142,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-26 20:06:04','2026-01-26 20:06:04','f3535669-4ee1-4026-9553-1cce2393b649'),
(6521,19147,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-26 20:08:53','2026-01-26 20:08:53','92895efa-419e-4e0a-814d-e59462436afc'),
(6523,19156,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-26 20:32:29','2026-01-26 20:32:29','1e14a26f-0da3-4e6d-9b69-325fe942e6e0'),
(6526,19164,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-26 20:43:27','2026-01-26 20:43:27','970e8b51-b0ed-4f6b-b40f-ac13878909c7'),
(6527,19177,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-26 20:48:12','2026-01-26 20:48:12','d81ec6e8-f8d8-4878-9b46-7fb841de0dae'),
(6530,19461,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-01-27 15:53:55','2026-01-27 15:53:55','01456731-e1cc-4bdc-ac06-947ec2b69616'),
(6531,19480,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-27 16:06:38','2026-01-27 16:06:38','e40406e6-29d2-42fb-873c-9671fe0ff900'),
(6533,19504,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-01-27 16:15:06','2026-01-27 16:15:06','55c73933-4467-4b89-bd05-69d4586b9da6'),
(6535,19527,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-01-27 16:22:18','2026-01-27 16:22:18','3f100660-b868-4d91-b583-5678d08a90cc'),
(6537,19537,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-01-27 16:23:15','2026-01-27 16:23:15','64090f82-eafb-40e6-84a3-847afabc13ac'),
(6539,19544,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-27 16:27:37','2026-01-27 16:27:37','85872695-be7a-44de-807f-85200f4ddc73'),
(6540,19555,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-01-27 16:32:39','2026-01-27 16:32:39','444c4ace-8f24-4446-b63a-a1a51f6f6aa6'),
(6542,19570,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-01-27 16:38:31','2026-01-27 16:38:31','a3fc35ad-a85e-42c1-9e69-ba4852a1efd9'),
(6544,19600,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-01-27 16:55:42','2026-01-27 16:55:42','a044a612-c54c-453e-bb16-847e1300ae6e'),
(6546,19619,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-01-27 17:03:34','2026-01-27 17:03:34','3a715eba-858a-4dd0-84d4-693abc7b88aa'),
(6548,19638,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-27 17:11:25','2026-01-27 17:11:25','6d753f6c-ef4a-4367-88a0-6a84dfd5eec6'),
(6550,19662,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-01-27 17:22:12','2026-01-27 17:22:12','fab868e8-e07c-47b9-a402-03f9f0a64f76'),
(6552,19680,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-01-27 17:28:12','2026-01-27 17:28:12','668e8a89-9dd3-4da8-8cd8-c8af4a6b9160'),
(6554,19703,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-01-27 17:40:22','2026-01-27 17:40:22','b4bbe358-0d80-4e39-9cd5-171d5e220c16'),
(6556,19729,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-01-27 18:38:14','2026-01-27 18:38:14','7d4d8990-03fd-4b39-81be-e1ac87e215e7'),
(6558,19754,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-01-27 19:03:54','2026-01-27 19:03:54','f2ec0654-6d2f-4908-b9ae-141e7d3bf690'),
(6560,19781,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-01-27 19:39:12','2026-01-27 19:39:12','730fdb1d-db8f-4912-85c9-f427dc53dafa'),
(6564,19804,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-01-27 20:10:58','2026-01-27 20:10:58','81969dac-c46b-42bc-b299-33e8a2f3c8b6'),
(6566,19823,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-27 20:15:48','2026-01-27 20:15:48','05257aba-5f23-47fb-a9dd-e984931be699'),
(6568,19845,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-01-27 20:34:32','2026-01-27 20:34:32','db850c6c-b95e-4e60-a47f-2033a8744b7d'),
(6570,19863,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-01-27 20:37:23','2026-01-27 20:37:23','f22e4d62-e283-4fe7-b7ea-4b628cf63c7a'),
(6572,19880,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-01-27 20:42:57','2026-01-27 20:42:57','6a6f2e9e-efcd-44c1-8f32-c8b260bca512'),
(6574,19900,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-27 21:01:01','2026-01-27 21:01:01','b24e8380-1868-4ffd-a4e8-5e8b71ab6b95'),
(6576,19919,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-01-27 21:04:04','2026-01-27 21:04:04','c930679e-a8ca-43b6-83a0-22c425655f5d'),
(6578,19934,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-27 21:05:31','2026-01-27 21:05:31','9fd928c4-4c1d-4fbc-bc5a-4f15b8b91737'),
(6580,19942,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-01-27 21:06:51','2026-01-27 21:06:51','8bf8a30b-f21c-4472-a1b0-e11caa6b0c3d'),
(6582,19955,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-01-27 21:10:47','2026-01-27 21:10:47','9f056b70-594b-49bc-8564-39d4bc73a327'),
(6584,20831,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-28 17:09:25','2026-01-28 17:09:25','9d8c7626-5657-4aad-bbb4-a5102fdcdff3'),
(6585,20840,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-28 17:14:28','2026-01-28 17:14:28','daaa2363-9ca9-4699-84b8-46c25901267f'),
(6587,20847,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-28 17:14:47','2026-01-28 17:14:47','5c83fc3f-6fec-4540-8e09-60867d857364'),
(6592,20891,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-28 19:08:34','2026-01-28 19:08:34','a9990523-1fed-452f-9ec7-aca9be2a0578'),
(6594,20895,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-28 19:11:00','2026-01-28 19:11:00','375ac091-5511-4fef-99b6-437765a6a4a7'),
(6596,20919,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-28 20:18:01','2026-01-28 20:18:01','54cccf6c-a376-448c-8558-a863048c6de3'),
(6598,20924,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-28 20:18:14','2026-01-28 20:18:14','d042197f-de12-4adc-b330-ef70f144df53'),
(6600,20937,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-28 20:22:26','2026-01-28 20:22:26','fc96646f-9197-4cc2-8e14-724ac745f22d'),
(6602,20954,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-28 20:27:59','2026-01-28 20:27:59','40dd233f-c08c-4d84-b18b-de3c35be3d81'),
(6604,20962,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-28 20:28:29','2026-01-28 20:28:29','29b73351-bd39-40ca-bbec-80baab2e11c5'),
(6606,20971,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-28 20:32:04','2026-01-28 20:32:04','f8b1a6b8-279f-448a-9db2-aff0d2396b62'),
(6608,20976,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-28 20:32:16','2026-01-28 20:32:16','cf8f154d-85ed-45e0-bbf9-27bb0aedfa4e'),
(6610,20978,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-28 20:32:39','2026-01-28 20:32:39','79e7f206-5d0e-4ec8-b494-4c53823a2a7e'),
(6612,20985,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-28 20:34:12','2026-01-28 20:34:12','3f760c8d-9b6c-41cf-ac98-0e2e22a617b2'),
(6614,20992,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-28 20:34:25','2026-01-28 20:34:25','5e5e4938-79c1-46d7-bc03-a8170f57eeed'),
(6616,21002,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-28 20:36:40','2026-01-28 20:36:40','aff6e739-beec-4832-8263-07e735282e71'),
(6618,21023,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-28 21:29:25','2026-01-28 21:29:25','7a03ca41-739c-4f3d-a56c-a1ca3ea664f0'),
(6620,21040,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-28 21:34:03','2026-01-28 21:34:03','4ea68151-17b6-4c53-bf08-18a9fe5bb357'),
(6622,21046,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-28 21:34:15','2026-01-28 21:34:15','bef6e119-185e-4cc3-9d66-7f1dfaa12699'),
(6624,21053,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-28 21:36:11','2026-01-28 21:36:11','a2352e20-fa73-4dbd-beae-f4c4d8e45a2d'),
(6625,21058,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-28 21:36:34','2026-01-28 21:36:34','23d808a6-a8a8-4fc0-9f3c-72a8315c5031'),
(6627,21061,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-28 21:37:11','2026-01-28 21:37:11','eb84b327-8a1d-46f0-8161-56bcc56a4f8e'),
(6630,21071,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-28 21:38:39','2026-01-28 21:38:39','9eec97e0-3ecd-4512-a66d-7e1fef3e918e'),
(6632,21077,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-28 21:38:58','2026-01-28 21:38:58','37a2c82f-eedc-4c72-8fdc-87a0c711cd7d'),
(6634,21081,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-28 21:39:40','2026-01-28 21:39:40','27682758-a68e-43d2-831c-d1f2c10351c5'),
(6636,21085,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-28 21:39:54','2026-01-28 21:39:54','6131dd18-fbab-45ae-b24f-e85d3bb06ae0'),
(6638,21089,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-28 21:40:04','2026-01-28 21:40:04','09a14ea2-c3bc-4dd2-ae9e-da88de6135ef'),
(6640,21093,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-28 21:40:17','2026-01-28 21:40:17','76b5b0a2-a3fb-4777-8056-045258e2d56c'),
(6641,21096,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-28 21:40:27','2026-01-28 21:40:27','426c4aa1-baa6-4609-90cd-ca2b59cf197d'),
(6643,21101,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-28 21:40:43','2026-01-28 21:40:43','b66ef0ac-e96e-46dc-bcf0-6399a24222aa'),
(6645,21107,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-28 21:41:00','2026-01-28 21:41:00','8113d47f-df18-4edf-8ac6-d9626510d092'),
(6647,21112,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-28 21:41:14','2026-01-28 21:41:14','b92b9cd2-b9fc-49fc-a559-285c3df97538'),
(6649,21116,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-28 21:41:25','2026-01-28 21:41:25','89deb845-7fca-4a08-879f-7a970347d3ed'),
(6651,21120,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-01-28 21:41:43','2026-01-28 21:41:43','93301837-222a-439b-a459-edb8d2d4c550'),
(6653,21124,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-01-28 21:41:59','2026-01-28 21:41:59','2319d176-e2e7-437b-8d71-a141ea0237e7'),
(6655,21129,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-01-28 21:42:17','2026-01-28 21:42:17','65aaa439-19b7-47da-8618-7081355a5d64'),
(6657,21134,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-01-28 21:42:30','2026-01-28 21:42:30','64441e00-a863-4399-992d-9ea38181eea0'),
(6659,21137,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-01-28 21:42:37','2026-01-28 21:42:37','f1e0502c-832c-469b-b279-4bb8667d22e1'),
(6660,21138,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-28 21:42:51','2026-01-28 21:42:51','b4d1b0d2-33c7-42c5-b3b9-6a14c95fa9fc'),
(6662,21140,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-01-28 21:43:02','2026-01-28 21:43:02','12e12f6a-949b-4a48-a6c7-cffafebb1648'),
(6664,21142,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-01-28 21:43:12','2026-01-28 21:43:12','1c19dc2e-8fb9-4497-84f7-fa1c40d9e99a'),
(6666,21144,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-01-28 21:43:23','2026-01-28 21:43:23','5a14b3b6-f17e-4c64-ac51-518124be5b82'),
(6668,21146,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-01-28 21:43:34','2026-01-28 21:43:34','3f013c73-98a7-462b-8614-5a8083a8a689'),
(6670,21148,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-01-28 21:43:47','2026-01-28 21:43:47','541de6c3-06cf-4cfc-96e1-a76974fa2668'),
(6672,21150,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-01-28 21:43:55','2026-01-28 21:43:55','a839978f-c6bd-4952-83cf-2ba72971cd66'),
(6674,21312,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-29 14:34:42','2026-01-29 14:34:42','e826be68-a97f-4dcf-b0ad-c51a7651ca03'),
(6676,21314,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-01-29 14:35:13','2026-01-29 14:35:13','3d9560ac-4f8e-40db-b8b2-7f47e8b077a2'),
(6678,21316,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-01-29 14:38:44','2026-01-29 14:38:44','b4c0848f-eb7f-462d-a695-3375c7e01127'),
(6679,21325,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-01-29 15:59:54','2026-01-29 15:59:54','479cfe5e-b138-4ca1-ab06-b0cd678d2c1c'),
(6681,21327,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-29 16:00:00','2026-01-29 16:00:00','2232b2cc-3958-40ab-93ba-455f25ef7f3e'),
(6683,21335,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-29 16:01:42','2026-01-29 16:01:42','b6eea9d8-11eb-4eb2-a5e3-138fd419e853'),
(6684,21341,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-29 16:01:44','2026-01-29 16:01:44','363df457-c862-4fac-ba4a-6cc76d1884a6'),
(6686,21354,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-01-29 16:08:14','2026-01-29 16:08:14','4f86171b-a818-4b23-82da-a1e04c124960'),
(6688,21362,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-01-29 16:09:21','2026-01-29 16:09:21','ad61d28b-7fd5-419d-a020-7ae0e71ba88e'),
(6690,21365,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-01-29 16:09:39','2026-01-29 16:09:39','9974628c-eee7-46ed-a0ff-9786009a5d41'),
(6692,21367,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-01-29 16:10:12','2026-01-29 16:10:12','45a0c825-7547-47be-8a39-7348d29b2db6'),
(6694,21369,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-01-29 16:10:53','2026-01-29 16:10:53','5dbe0717-7f73-4f48-af36-6f7dac17f424'),
(6696,21375,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-01-29 16:12:42','2026-01-29 16:12:42','31c69a80-3fca-4f40-9dfc-b2746a29aeb6'),
(6698,21379,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-01-29 16:13:21','2026-01-29 16:13:21','36de742a-7d4f-4972-bfe2-5538841a34cd'),
(6700,21409,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-01-29 16:48:33','2026-01-29 16:48:33','057a7769-d77c-4624-a1f4-eaba5e3eb221'),
(6702,21417,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-01-29 16:50:22','2026-01-29 16:50:22','81cb1d3f-56cd-42a3-b94d-3d8e36dfce91'),
(6704,21422,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-01-29 16:52:50','2026-01-29 16:52:50','16afcdc6-1aac-4dee-abd6-cd6f03e265c9'),
(6706,21437,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-01-29 16:55:33','2026-01-29 16:55:33','1517cb9d-b82a-4998-93fa-8857cce5ee61'),
(6708,21445,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-01-29 16:55:50','2026-01-29 16:55:50','942a0217-084f-4561-9e0e-598c50733945'),
(6710,21449,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-01-29 16:56:25','2026-01-29 16:56:25','bb439975-68e7-49d6-bfc6-f1f470a63491'),
(6712,21461,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-01-29 17:01:10','2026-01-29 17:01:10','672f7e3f-2f81-4777-b42d-d44040f928f2'),
(6714,21468,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-01-29 17:01:21','2026-01-29 17:01:21','f6be3c25-3be5-4620-8b2b-3622083df15a'),
(6716,21481,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-01-29 17:05:21','2026-01-29 17:05:21','fe6b930d-1b31-4eb4-9c81-69329c6f5c2e'),
(6717,21496,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-01-29 17:07:18','2026-01-29 17:07:18','5dff1232-eae4-481b-84d0-7ca90459fd8b'),
(6719,21508,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-01-29 17:09:10','2026-01-29 17:09:10','4fcdaa4e-3fda-4ef7-9c19-7008720bee12'),
(6721,21520,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-01-29 17:12:40','2026-01-29 17:12:40','ec4a4e1e-acd8-419a-a1a2-29da016bd069'),
(6723,21536,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-01-29 17:16:36','2026-01-29 17:16:36','2644fc95-ff65-4b59-a627-803635308382'),
(6725,21554,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-01-29 17:21:38','2026-01-29 17:21:38','46b3267f-1c88-4463-acba-a5b6f892f51a'),
(6727,21576,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-01-29 17:45:04','2026-01-29 17:45:04','9be5cf9e-ce12-48f9-858b-c56329131450'),
(6729,21591,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-01-29 17:48:35','2026-01-29 17:48:35','4117ec58-ec37-4766-bb36-110a013f747e'),
(6731,21604,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-01-29 17:53:04','2026-01-29 17:53:04','2f608017-414c-453c-883a-58ec45dd19d0'),
(6733,21643,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-01-29 19:07:35','2026-01-29 19:07:35','30aaad3a-644d-4b93-886b-268c8f2bd593'),
(6735,21661,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-29 19:20:41','2026-01-29 19:20:41','1bd6d427-8318-474e-b51a-826b5c8f3830'),
(6737,21668,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-01-29 19:22:09','2026-01-29 19:22:09','76f01687-4072-4b32-ae61-0e83dfebdcd0'),
(6739,21679,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-01-29 19:31:54','2026-01-29 19:31:54','cb259ce6-e288-4c58-9e0c-998bdb42dd5b'),
(6741,21698,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-01-29 19:40:25','2026-01-29 19:40:25','11b9d35c-a46d-4ecb-98e0-36637309f83d'),
(6743,21713,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-01-29 19:52:47','2026-01-29 19:52:47','9edcc304-ce1f-4850-a465-9feb12e4a5e4'),
(6745,21729,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-01-29 20:01:18','2026-01-29 20:01:18','732e0ce6-5d40-49d7-a8ca-5e3b458c1e16'),
(6747,21744,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-01-29 20:09:24','2026-01-29 20:09:24','54045f62-b5b4-4b66-bdc3-145b8727e920'),
(6749,21751,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-29 20:11:04','2026-01-29 20:11:04','e70c63d7-8869-49af-a7a0-318b66232263'),
(6751,21764,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-01-29 20:16:42','2026-01-29 20:16:42','c1ded6c0-21be-4157-a6e2-8b560eb8a2df'),
(6753,21779,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-01-29 20:22:17','2026-01-29 20:22:17','49583598-11b2-46a0-bb0c-f82e0b03457f'),
(6755,21795,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-01-29 20:25:31','2026-01-29 20:25:31','58735bbd-495e-48f6-a051-298c2bcc1284'),
(6757,21813,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-29 20:39:51','2026-01-29 20:39:51','6ebd01a8-d9fb-42a3-89ad-43da1f104e08'),
(6760,21824,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-01-29 20:41:12','2026-01-29 20:41:12','7fa32aa8-cd50-4677-95c0-8394ba4f9bf9'),
(6762,21840,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-01-29 20:56:59','2026-01-29 20:56:59','6988ec6e-8d03-4645-a043-c286cdb910d7'),
(6763,21848,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-01-29 21:28:54','2026-01-29 21:28:54','b3167c2a-1ae0-45e4-ab77-05df0dfb4b2a'),
(6765,21858,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-01-29 21:34:16','2026-01-29 21:34:16','9b8010eb-8d16-4626-9cc7-29febcb78679'),
(6767,22330,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-01-30 17:30:10','2026-01-30 17:30:10','f54a04a5-c975-4553-bef3-e1d07e63c023'),
(6769,22385,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-01-30 19:57:36','2026-01-30 19:57:36','ec18d3f9-f4e9-4977-b1e3-8548aa00a67a'),
(6771,23689,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-02-02 16:32:43','2026-02-02 16:32:43','5e98d6ef-831d-4045-b4f3-6c36989ff810'),
(6773,23692,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-02-02 16:34:47','2026-02-02 16:34:47','dc219b6a-5169-4589-b87b-ec247a81791e'),
(6775,23695,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-02-02 16:35:36','2026-02-02 16:35:36','cec75a7e-a27b-41a2-a4b0-dee0520c4fc7'),
(6777,23698,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-02-02 16:37:35','2026-02-02 16:37:35','0814598a-8bac-40d0-9af3-35665c2adc09'),
(6779,23702,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-02-02 16:38:36','2026-02-02 16:38:36','168bbc76-d8df-41e1-958a-fc082975bae1'),
(6781,23705,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-02-02 16:39:22','2026-02-02 16:39:22','c10e390c-e7f5-4b6f-8e2f-83e0ff010901'),
(6783,23708,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-02-02 16:39:49','2026-02-02 16:39:49','4362bc02-f1d6-4ef7-8bc0-09149fd2932d'),
(6785,23711,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-02-02 16:40:16','2026-02-02 16:40:16','bf0076aa-b7d5-4b03-b658-5246297f13a6'),
(6787,23714,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-02-02 16:40:47','2026-02-02 16:40:47','81ff89a5-19cb-452e-beeb-bae9d521aca4'),
(6789,23717,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-02-02 16:41:20','2026-02-02 16:41:20','c7bfb186-64ad-4665-bfc7-f200a66fe3af'),
(6791,23720,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-02-02 16:41:57','2026-02-02 16:41:57','6b9dbf89-d2bc-4ff6-82eb-d4c14dfcd5bf'),
(6793,23723,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-02-02 16:42:16','2026-02-02 16:42:16','2995faeb-1ae6-48eb-927a-7792e9a31818'),
(6795,23726,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-02-02 16:43:12','2026-02-02 16:43:12','75888ea5-57c9-4cb5-98f6-736ab51651fb'),
(6797,23732,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-02-02 16:46:38','2026-02-02 16:46:38','66ff13d9-f384-4a84-91b1-3b6e4c75ef02'),
(6799,23735,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-02-02 16:47:19','2026-02-02 16:47:19','db8b96c7-6fed-4cb3-8411-2053cd85cb95'),
(6801,23738,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-02-02 16:47:46','2026-02-02 16:47:46','79fa72d4-805b-4e03-82fb-622f131c7667'),
(6803,23741,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-02-02 16:48:28','2026-02-02 16:48:28','7f46f740-b06f-4e3d-a053-dab96064936e'),
(6805,23744,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-02-02 16:48:59','2026-02-02 16:48:59','985b4db4-5306-4819-a38c-c4da24ebdc17'),
(6807,23747,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-02-02 16:50:25','2026-02-02 16:50:25','e611d1af-0c21-4129-94c2-f690ac118bc7'),
(6809,23750,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-02-02 16:50:56','2026-02-02 16:50:56','209d2e08-350b-420b-9174-6459d8a4a9d6'),
(6811,23753,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-02-02 16:51:18','2026-02-02 16:51:18','6eec1802-3e9d-40dc-969e-62ee974cae09'),
(6813,23756,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-02-02 16:51:45','2026-02-02 16:51:45','18a3f3de-772a-4562-be2b-c5081547a19f'),
(6815,23759,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-02-02 16:52:14','2026-02-02 16:52:14','4d2cf1ac-7680-4404-89d7-5114454fd790'),
(6817,23762,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-02-02 16:52:39','2026-02-02 16:52:39','82e31e0c-fdb9-4a71-a2ba-704ed760ec84'),
(6819,23765,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-02-02 16:52:59','2026-02-02 16:52:59','998ed156-0427-498a-94f1-0f6fefbae6a4'),
(6821,23768,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-02-02 16:53:35','2026-02-02 16:53:35','f54a5cad-1ba3-40d8-ab77-9d4e40438b24'),
(6823,23771,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-02-02 16:54:03','2026-02-02 16:54:03','86c9ee5b-2cbc-4866-96aa-0fd0ffec7481'),
(6825,23774,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-02-02 16:54:16','2026-02-02 16:54:16','a104ec67-f158-4bb9-9d69-1ca55b143d1c'),
(6827,23777,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-02-02 16:55:09','2026-02-02 16:55:09','3bebb101-815f-4a24-8ddb-f7d9d437ba51'),
(6829,23780,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-02-02 16:57:54','2026-02-02 16:57:54','5bef0cb2-333e-441d-b8c2-3962e11138bf'),
(6831,23784,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-02-02 17:04:12','2026-02-02 17:04:12','2c535f25-fce5-442f-8716-8a4214644270'),
(6833,23789,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-02-02 17:04:50','2026-02-02 17:04:50','aad42454-6059-4209-8d05-e1a6b67cac18'),
(6835,23793,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-02-02 17:05:29','2026-02-02 17:05:29','92cf7303-e34a-4a07-a803-ae002fd1ef6f'),
(6837,23796,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-02-02 17:06:50','2026-02-02 17:06:50','24276765-586a-4cf6-8f97-608dbfaefd52'),
(6839,23803,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-02-02 17:19:02','2026-02-02 17:19:02','d723bbc8-6542-428e-a3c0-0942ae0bfdaf'),
(6841,23806,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-02-02 17:19:27','2026-02-02 17:19:27','5075af86-932f-4ecd-bdb1-d32ed577d68a'),
(6843,23809,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-02-02 17:19:56','2026-02-02 17:19:56','05b5b427-3f03-4258-ada2-1691e5b2b0c3'),
(6845,23812,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-02-02 17:20:16','2026-02-02 17:20:16','35eb6314-0823-42b0-9252-c37378ba6638'),
(6847,23817,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-02-02 17:21:02','2026-02-02 17:21:02','da1c0775-bd5e-41b9-bb2a-125e7750f905'),
(6849,23820,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-02-02 17:21:49','2026-02-02 17:21:49','ca82f93d-9ec3-4352-812e-965649af9542'),
(6850,23822,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-02-02 17:22:14','2026-02-02 17:22:14','d307b71c-b007-4f7d-91da-4a623392fa91'),
(6852,23825,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-02-02 17:22:42','2026-02-02 17:22:42','1cc7aa5f-0f3c-4293-b4dc-df4e7f716149'),
(6854,23828,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-02-02 17:23:06','2026-02-02 17:23:06','76962e3f-2d4b-400d-8fdb-733952e5c821'),
(6856,23831,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-02-02 17:23:33','2026-02-02 17:23:33','181238ad-0ca8-44d2-b591-7c8c99986a20'),
(6858,23834,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-02-02 17:23:56','2026-02-02 17:23:56','680abc6c-1ede-468d-9ded-11fae6f971eb'),
(6860,23837,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-02-02 17:24:30','2026-02-02 17:24:30','e1355505-dd92-4b81-96f1-846b99b6b6e6'),
(6862,23840,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-02-02 17:25:19','2026-02-02 17:25:19','73024f7a-8f92-4070-a53a-704dae4599f0'),
(6864,23843,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-02-02 17:25:44','2026-02-02 17:25:44','1b691d43-615c-4604-9069-b6e37dd5ae34'),
(6866,23846,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-02-02 17:26:25','2026-02-02 17:26:25','a40735b1-ef25-4c20-8736-7d0316370ae3'),
(6868,23849,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-02 17:26:52','2026-02-02 17:26:52','b8c33a3c-6f10-4cfa-bcc4-f16dd077bd04'),
(6870,23852,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-02-02 17:27:17','2026-02-02 17:27:17','e2557c28-8a13-4a76-857e-6c938412fadc'),
(6872,23855,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-02-02 17:28:38','2026-02-02 17:28:38','64d520d2-8c9f-442c-8144-a8380effe9c8'),
(6874,23858,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-02-02 17:28:59','2026-02-02 17:28:59','cb42dd9b-7920-4926-84be-a16286624d0c'),
(6876,23861,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-02-02 17:29:24','2026-02-02 17:29:24','9236a7a9-1991-4cc2-be04-c56b76d7ff83'),
(6878,23864,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-02-02 17:29:43','2026-02-02 17:29:43','483d1fa9-1f74-450c-a6f9-bcad18cf5e59'),
(6880,23867,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-02-02 17:30:01','2026-02-02 17:30:01','46963c08-e28e-4828-a717-33e8bceebe2f'),
(6882,23870,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-02-02 17:30:20','2026-02-02 17:30:20','d47ca9a6-ecdd-4233-8c52-270fce043aca'),
(6884,23873,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-02-02 17:30:34','2026-02-02 17:30:34','57f1e3cd-8bf8-44b2-ae25-3c80d1f4510c'),
(6886,23876,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-02-02 17:30:50','2026-02-02 17:30:50','005f8044-2f63-44fd-98a7-3c8cff0f31ec'),
(6888,23879,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-02-02 17:31:08','2026-02-02 17:31:08','46a3ef91-8294-4f2e-b287-5339728eb813'),
(6890,23882,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-02-02 17:31:29','2026-02-02 17:31:29','87d39c46-b3e7-4c16-8736-45ebfff4e05f'),
(6892,23885,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-02-02 17:31:42','2026-02-02 17:31:42','43d1673b-15b1-4815-b10c-b273d59feb27'),
(6894,23888,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-02-02 17:31:57','2026-02-02 17:31:57','6ba144a3-9c9f-41ad-898e-6bf449678c04'),
(6896,23891,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-02-02 17:32:09','2026-02-02 17:32:09','989e1be8-5d88-4101-9f10-d1d2d50b8920'),
(6898,23898,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-02-02 17:50:34','2026-02-02 17:50:34','6a0e40ed-b209-4f0c-9db4-8f5f6a20de0f'),
(6900,23901,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-02-02 17:51:18','2026-02-02 17:51:18','d21d2883-4c5e-4cbc-9661-f63467c8ee55'),
(6902,23904,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-02-02 17:53:46','2026-02-02 17:53:46','2814f85a-6f01-4f0c-8176-448037b7912d'),
(6904,23932,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-02 20:51:41','2026-02-02 20:51:41','e1125ee9-b179-4da1-830c-c0409947360e'),
(6906,23934,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-02 20:51:52','2026-02-02 20:51:52','76dbad5e-6841-4ec6-b415-44db6437ad35'),
(6908,23937,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-02 20:52:54','2026-02-02 20:52:54','ff4231f8-36ff-401b-8e1a-efe0d42fe036'),
(6911,23945,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-02-02 21:10:03','2026-02-02 21:10:03','3412dab8-5cc6-4024-a532-62dfb87aa9ec'),
(6913,24349,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-02-03 15:40:07','2026-02-03 15:40:07','9a2af5ca-f2da-498d-abf8-67c95e7a88d2'),
(6915,24451,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-02-03 18:48:14','2026-02-03 18:48:14','b159d3b1-52a9-487b-aa5d-a00c054f9fb6'),
(6916,24802,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-02-04 15:06:20','2026-02-04 15:06:20','2b4ddef4-966b-4e60-ab34-4f7f317d6a7e'),
(6921,25617,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-02-06 17:41:38','2026-02-06 17:41:38','de8d14f5-6e30-498f-b3f4-36cd341e748c'),
(6923,25620,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-02-06 17:42:55','2026-02-06 17:42:55','af6006c7-4ba9-40ad-9d51-5efec9437d40'),
(6925,25622,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-02-06 17:43:26','2026-02-06 17:43:26','7541f796-63d7-4094-8798-693681f5cfe8'),
(6927,25644,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-02-06 18:43:08','2026-02-06 18:43:08','3ac40d13-be40-474e-a60c-049d9a7e9d9c'),
(6928,25646,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-02-06 18:51:49','2026-02-06 18:51:49','92d38512-d7c7-4f51-816f-21a5517d162f'),
(6930,25655,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-02-06 19:37:11','2026-02-06 19:37:11','3aafe03f-dabd-4ee3-8296-0e8de0dd4a1b'),
(6932,25657,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-02-06 19:37:18','2026-02-06 19:37:18','7a6c1a7a-e396-4e5c-80fe-0de97ab0438b'),
(6934,25659,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-02-06 19:38:04','2026-02-06 19:38:04','184eb24f-71b9-4c21-8a50-648cd7303e63'),
(6936,25661,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-02-06 19:39:58','2026-02-06 19:39:58','ee87da3d-7059-4657-a61f-ca4c3c4bbfbe'),
(6938,25663,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-02-06 19:41:09','2026-02-06 19:41:09','2bb661e2-71f6-48d6-88d9-03f081083718'),
(6940,25665,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-02-06 19:52:35','2026-02-06 19:52:35','dbb72652-019b-4fe0-862e-a8f505531c39'),
(6942,25683,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-02-06 20:19:24','2026-02-06 20:19:24','307d90a8-76af-4a40-b1a6-1ecfa8450392'),
(6945,27451,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-02-10 16:32:33','2026-02-10 16:32:33','3f7631da-286a-45fa-9f4c-ef82bf1fe36a'),
(6947,27530,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-02-10 18:35:59','2026-02-10 18:35:59','fe3cbf33-4524-465c-95c5-4e27c5f2fb00'),
(6950,27903,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-02-11 17:05:49','2026-02-11 17:05:49','22195495-c8a8-4e4b-a659-3206892e65cc'),
(6952,27905,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-02-11 17:06:23','2026-02-11 17:06:23','8fc17457-a5c3-4e58-95c2-7471f17c403a'),
(6955,28259,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-02-12 18:40:48','2026-02-12 18:40:48','8855608a-dedb-4ecf-9f4d-ba771546b819'),
(6957,28261,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-02-12 18:41:03','2026-02-12 18:41:03','11e4c027-9673-4ea8-b6d1-f5d041967677'),
(6959,28263,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-02-12 18:41:23','2026-02-12 18:41:23','1f55d357-2709-46ab-a51f-d134b04de5e9'),
(6961,28265,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-02-12 18:42:39','2026-02-12 18:42:39','dfca783a-4989-4261-b6c4-30c04053e19c'),
(6963,28267,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-02-12 18:42:50','2026-02-12 18:42:50','a0a8c75d-8bec-4ec0-a510-ba8c438da551'),
(6965,28269,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-02-12 18:43:16','2026-02-12 18:43:16','9ac76c97-11dc-4ae0-8b87-d9416e7bea5f'),
(6967,28271,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-02-12 18:43:35','2026-02-12 18:43:35','1f83934e-8a8a-4771-945d-f95dc9415155'),
(6969,28273,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-02-12 18:43:52','2026-02-12 18:43:52','4279a9f1-7771-47ad-9f50-641df4c48871'),
(6971,28275,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-02-12 18:44:09','2026-02-12 18:44:09','1140a068-2b7f-43df-9cee-b09f3b4cdfc8'),
(6973,28277,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-02-12 18:45:07','2026-02-12 18:45:07','59e7dccf-9c32-478b-832b-47f37e15caa5'),
(6975,28279,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-02-12 18:45:41','2026-02-12 18:45:41','4e072bf8-f327-4940-b09b-7ad1622e29ef'),
(6977,28281,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-02-12 18:46:49','2026-02-12 18:46:49','daca86b4-a80e-49f6-9eed-d1f3e92d704d'),
(6979,28283,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-02-12 18:47:01','2026-02-12 18:47:01','b1c3d5b0-e872-4a40-a71c-fed3f8b2d29a'),
(6981,28285,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-02-12 18:48:16','2026-02-12 18:48:16','363d2665-266a-4514-a4ad-28d4e3837617'),
(6983,28287,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-02-12 18:48:34','2026-02-12 18:48:34','fe492ed9-4f0f-4ac3-829b-a3d271f1749c'),
(6985,28289,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-02-12 18:48:48','2026-02-12 18:48:48','4f9c9bf3-a5e9-4afe-95be-7258ad3c4aca'),
(6987,28291,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-02-12 18:49:08','2026-02-12 18:49:08','1f7ca20e-d373-4c0b-9a6f-1fa8ed91ffbb'),
(6989,28293,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-02-12 18:49:33','2026-02-12 18:49:33','ca880e58-a588-4fc1-b065-76da20300173'),
(6991,28295,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-02-12 18:49:41','2026-02-12 18:49:41','87e480ce-a212-475e-8129-41e0dab35931'),
(6993,28297,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-02-12 18:50:01','2026-02-12 18:50:01','797adc48-dbcf-40c1-bb35-336530c2f0d8'),
(6995,28299,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-02-12 18:50:27','2026-02-12 18:50:27','b85f8bf8-695f-4319-be98-732fa1d954a3'),
(6997,28301,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-02-12 18:50:45','2026-02-12 18:50:45','c09b2d08-83c7-4340-9e20-de95a7969473'),
(6999,28303,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-02-12 18:50:56','2026-02-12 18:50:56','b051b16a-8484-410e-9f58-38563f05bbdc'),
(7001,28305,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-02-12 18:51:06','2026-02-12 18:51:06','159a4bcb-4b24-40a3-8fec-ecf10beb6e47'),
(7003,28307,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-02-12 18:51:27','2026-02-12 18:51:27','3817bd50-39d1-403d-b83e-04df077f7480'),
(7005,28309,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-02-12 18:53:14','2026-02-12 18:53:14','373840f3-50b6-48e8-a1b8-e95227b2e125'),
(7008,28339,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-02-12 21:28:53','2026-02-12 21:28:53','05ee7b2d-38ed-434a-bcb3-c5b0e9ec2b93'),
(7010,28343,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-02-12 21:32:21','2026-02-12 21:32:21','66cc989e-2bd8-4863-b60c-3481682a9649'),
(7011,28753,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-02-13 16:39:49','2026-02-13 16:39:49','4f84613a-2d3c-4b10-8aee-c3dc30ec2c1d'),
(7013,28755,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-02-13 16:40:30','2026-02-13 16:40:30','9c9d1dae-a9e9-46a7-a2fc-80f8e9ce7444'),
(7015,28757,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-02-13 16:41:03','2026-02-13 16:41:03','16532529-2176-45ad-bc9a-99849f6a576d'),
(7016,28760,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-02-13 16:41:40','2026-02-13 16:41:40','98475bd8-4010-4e6e-802d-0b816e14a08d'),
(7018,28762,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-02-13 16:41:56','2026-02-13 16:41:56','9cae8a2c-cdae-4703-b299-0f284ceea8c8'),
(7020,28764,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-02-13 16:42:07','2026-02-13 16:42:07','f8e9b396-7206-4c51-aa98-d214c3d4fcf6'),
(7022,28768,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-02-13 16:44:35','2026-02-13 16:44:35','c2e3f0da-b9a1-49e8-85c8-b9203a08acc9'),
(7024,28770,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-02-13 16:46:02','2026-02-13 16:46:02','4af08305-3480-48d8-963a-374d7c5ccf6f'),
(7026,28773,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-02-13 16:46:12','2026-02-13 16:46:12','dbb4548f-a703-4d26-8ce8-7d63324be5bd'),
(7028,28775,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-02-13 16:46:27','2026-02-13 16:46:27','be99f9c8-841b-41df-8893-c46fbdc28a52'),
(7030,28777,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-02-13 16:46:50','2026-02-13 16:46:50','16443fb2-918f-4dec-b2e2-47fa66bc0718'),
(7032,28780,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-02-13 16:47:22','2026-02-13 16:47:22','155ba9ca-8aec-4e1c-9356-b1d054516f49'),
(7034,28783,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-02-13 16:47:43','2026-02-13 16:47:43','6477ffad-aedb-441c-a345-52a794715e1a'),
(7036,28785,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-02-13 16:48:06','2026-02-13 16:48:06','97948550-b889-47a3-947c-cbd3876270f4'),
(7038,28787,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-02-13 16:48:25','2026-02-13 16:48:25','9639fecb-b5b8-4b18-a8b2-7aba172d765b'),
(7040,28799,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-02-13 17:09:43','2026-02-13 17:09:43','719656c3-1e2f-4fa3-9819-5887f0cf64de'),
(7042,28801,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-02-13 17:12:13','2026-02-13 17:12:13','7b63bfde-3397-42d6-bc29-f5f217386df3'),
(7043,28805,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-02-13 17:33:30','2026-02-13 17:33:30','fddf2ae1-4d13-4c77-a039-6116d6f7aabf'),
(7045,28808,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-02-13 17:35:01','2026-02-13 17:35:01','40cf5856-3b0c-449c-9d33-b5414285e97f'),
(7047,28810,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-02-13 17:35:31','2026-02-13 17:35:31','79277548-8a8c-4372-ab46-f91ef979e620'),
(7049,28812,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-02-13 17:35:58','2026-02-13 17:35:58','8fa0fbe8-380e-489e-92a5-c7a2360d8f2a'),
(7051,28814,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-13 17:36:31','2026-02-13 17:36:31','9b17a8bd-7689-4d71-8664-37d385868a8e'),
(7052,28815,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-02-13 17:37:00','2026-02-13 17:37:00','8298adae-6189-487f-bd54-61d68476d7d2'),
(7054,28817,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-02-13 17:37:26','2026-02-13 17:37:26','912bda95-7dc1-4622-a4e5-de745c705902'),
(7056,28819,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-02-13 17:37:52','2026-02-13 17:37:52','fc20b732-6917-48c0-8c69-daae69a2d055'),
(7058,28821,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-02-13 17:38:17','2026-02-13 17:38:17','c927deed-16d8-40ae-95da-044160288ea0'),
(7060,28823,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-02-13 17:38:45','2026-02-13 17:38:45','e4a19668-600f-4d62-b40f-0ece8787ed73'),
(7062,28825,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-02-13 17:40:40','2026-02-13 17:40:40','79276bbb-19db-40a2-ab60-3a1933c07601'),
(7064,28827,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-02-13 17:41:11','2026-02-13 17:41:11','c9141c49-df4f-412e-acce-ca1b36aa122f'),
(7066,28829,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-02-13 17:41:38','2026-02-13 17:41:38','c0e2026b-b194-43cf-a37b-beb590013720'),
(7068,28831,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-02-13 17:42:04','2026-02-13 17:42:04','65426b28-ddaa-4d5f-8dca-598cbda4b241'),
(7070,28833,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-02-13 17:42:52','2026-02-13 17:42:52','c69ca2c2-7895-4d90-9d1c-db247563bedc'),
(7072,28835,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-02-13 17:43:19','2026-02-13 17:43:19','9abce124-cfc9-40f8-953c-5befa88e9f51'),
(7074,28837,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-02-13 17:43:49','2026-02-13 17:43:49','8131f28a-ec2c-467f-9e88-46619f91cc81'),
(7076,28839,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-02-13 17:45:32','2026-02-13 17:45:32','7e0f8e3a-a5b5-4668-b7a9-f47554f2a02f'),
(7078,28841,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-02-13 17:45:59','2026-02-13 17:45:59','64abaccc-6f0c-4d8f-a567-285bf2b6e6c0'),
(7080,28843,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-02-13 17:46:30','2026-02-13 17:46:30','20659487-6af9-4cee-9bb9-f5e77ea1459b'),
(7082,28845,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-02-13 17:47:06','2026-02-13 17:47:06','58ed4a7a-5fc9-46b8-a8a7-30964c07e842'),
(7084,28847,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-02-13 17:47:30','2026-02-13 17:47:30','26cd2ef9-ab5d-4b1f-b962-288ebb08db37'),
(7086,28849,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-02-13 17:47:53','2026-02-13 17:47:53','58b29ab9-2c71-4f70-a33c-91af83319217'),
(7088,28851,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-02-13 17:48:17','2026-02-13 17:48:17','33dd8d35-dc62-4c0c-91ae-b68e72d844a7'),
(7090,28854,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-02-13 17:48:50','2026-02-13 17:48:50','52d14974-dc56-449b-8759-afcd695b04a8'),
(7092,28856,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-02-13 17:49:48','2026-02-13 17:49:48','e4f99dfb-9999-4431-92db-459ebbdd94ba'),
(7093,28857,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-02-13 17:50:26','2026-02-13 17:50:26','10b5e0dd-d327-4e08-bee4-2935a00b75c5'),
(7095,28860,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-02-13 17:50:57','2026-02-13 17:50:57','ac8878f6-ebcc-4c15-a17c-0a4c15ddb3c2'),
(7097,28862,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-02-13 17:51:26','2026-02-13 17:51:26','a72c3e6b-4135-4205-b8a5-15a57dc1bf94'),
(7099,28864,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-02-13 17:51:51','2026-02-13 17:51:51','640e6420-1331-4120-96e8-24482d72e70e'),
(7101,28866,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-02-13 17:52:22','2026-02-13 17:52:22','34c967c1-8a2b-4176-b5fb-5ca08ce0286d'),
(7103,28868,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-02-13 17:52:48','2026-02-13 17:52:48','377eb521-9c09-4aaf-80ef-6adc0e94cf31'),
(7105,28870,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-02-13 17:53:26','2026-02-13 17:53:26','e96874a9-88a7-46df-b5a2-8feef7534e48'),
(7107,28872,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-02-13 17:53:53','2026-02-13 17:53:53','e3160d34-1812-476a-b800-b2ea93298253'),
(7109,28874,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-02-13 17:54:21','2026-02-13 17:54:21','45c7c2cc-d160-4c0b-9f83-c422b9f74eee'),
(7111,28876,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-02-13 17:54:52','2026-02-13 17:54:52','ac530a97-05e0-4b41-a1f7-f10b12efbc65'),
(7113,28879,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-02-13 17:55:20','2026-02-13 17:55:20','a3396ef9-ce98-496a-88e9-37deccd8a523'),
(7115,28882,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-02-13 17:55:48','2026-02-13 17:55:48','01ecdc18-9c87-4b2d-8a1f-5a5d2174fc69'),
(7116,28883,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-02-13 17:56:18','2026-02-13 17:56:18','855ec5e2-fcf8-4232-b689-23fc8d74da50'),
(7118,28885,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-02-13 17:56:49','2026-02-13 17:56:49','4e52cbf2-9232-4575-aa5b-81e71c575219'),
(7120,28887,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-02-13 17:57:19','2026-02-13 17:57:19','579a2429-3867-4b12-9e73-c78bfb9298d3'),
(7122,28889,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-02-13 17:57:53','2026-02-13 17:57:53','6dce5612-7e52-4676-a4a9-8a8968345f0b'),
(7123,28890,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-02-13 17:58:20','2026-02-13 17:58:20','86e742f9-2328-469c-a7e6-d99d8011512d'),
(7125,28893,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-02-13 17:58:53','2026-02-13 17:58:53','fafbba27-084d-4d2f-aeb7-f53b98546599'),
(7127,28895,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-02-13 17:59:45','2026-02-13 17:59:45','7e020d41-acec-47f4-ab53-2070d851dc90'),
(7129,28898,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-02-13 18:00:12','2026-02-13 18:00:12','dd6d6388-5213-4e03-9639-6d4ed3050e6c'),
(7131,28900,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-02-13 18:00:35','2026-02-13 18:00:35','fc23f20e-49f9-4fb4-9734-1d9b0ed4ae96'),
(7133,28902,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-02-13 18:01:07','2026-02-13 18:01:07','6afbf2a4-20ca-4410-b386-f5c986af46e4'),
(7136,28906,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-02-13 18:02:09','2026-02-13 18:02:09','7da25aef-d3af-427e-93ac-3cbfab6d63cb'),
(7138,28909,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-02-13 18:02:42','2026-02-13 18:02:42','8b85550e-1267-4eac-a598-bf2504211cac'),
(7140,28911,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-02-13 18:03:06','2026-02-13 18:03:06','33da67c3-e919-4200-b806-e176e8e797a1'),
(7142,28913,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-02-13 18:03:27','2026-02-13 18:03:27','0fe22ebd-209f-47b5-9716-3b62a99bdc82'),
(7144,28916,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-02-13 18:03:48','2026-02-13 18:03:48','fdbe3ac4-30e1-40a8-9511-5438da31cf20'),
(7146,28918,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-02-13 18:04:10','2026-02-13 18:04:10','4a16f9b0-4b29-4fd6-94f6-496c355e8b39'),
(7148,28922,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-02-13 18:10:18','2026-02-13 18:10:18','7db22561-8b39-45e1-9ea2-63f61eba126d'),
(7150,28930,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-02-13 18:14:35','2026-02-13 18:14:35','d2d0194a-5a79-40ee-97f1-01ba8fc49ef0'),
(7153,31404,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-02-17 14:54:15','2026-02-17 14:54:15','077ad4f5-bd82-4e8c-8b82-b3af0c240a3f'),
(7155,31412,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-02-17 15:02:03','2026-02-17 15:02:03','4f05ae9d-dcc0-4181-86a6-b88c6788bfc3'),
(7157,31428,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-02-17 15:30:53','2026-02-17 15:30:53','17a6bec5-677f-40e5-9154-9634346e8216'),
(7158,32947,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-20 16:59:54','2026-02-20 16:59:54','5cf31e6f-2d6c-4cb9-b2a5-141ef710d942'),
(7159,32948,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-20 16:59:58','2026-02-20 16:59:58','5c758acc-43fa-448a-b1c7-b1618107e5e8'),
(7161,32987,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-20 21:03:56','2026-02-20 21:03:56','9ed54393-7d42-4141-9a04-07a5c7d3febb'),
(7163,32990,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-20 21:04:56','2026-02-20 21:04:56','2cce22dc-d989-4bfd-ab11-5f587d466f73'),
(7165,32992,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-20 21:05:47','2026-02-20 21:05:47','41488575-c486-4f13-869e-314e6c289943'),
(7166,32993,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-02-20 21:06:07','2026-02-20 21:06:07','63e9918e-53db-4251-8cc5-d9807ff08d97'),
(7167,33881,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-02-23 16:46:19','2026-02-23 16:46:19','606d24de-a478-43af-9af2-aab323ae4a5c'),
(7168,33900,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-02-23 16:53:42','2026-02-23 16:53:42','aac57b4a-20f4-4206-b78b-be0549e4f560'),
(7170,33929,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-02-23 20:03:13','2026-02-23 20:03:13','f2f3bf9f-b1bd-4d81-9b33-dd12d7bdfd6f'),
(7172,34210,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-02-24 14:57:58','2026-02-24 14:57:58','5b780399-3c39-4e9f-872d-f57f9945c672'),
(7174,34215,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-02-24 15:00:47','2026-02-24 15:00:47','bd758bc7-6b18-41e6-a789-38396ea0bb72'),
(7175,34243,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-02-24 17:12:46','2026-02-24 17:12:46','2e1a8743-c297-4ce1-9eb5-2bda63d778f5'),
(7176,34245,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-02-24 17:14:31','2026-02-24 17:14:31','60aaacda-3530-410a-9924-bd683d26bf76'),
(7177,34246,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-02-24 17:16:13','2026-02-24 17:16:13','783b35f9-74b9-4cea-b85f-ec705cc04765'),
(7178,34247,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-02-24 17:16:35','2026-02-24 17:16:35','25ba680e-43e9-417b-8356-070d2607b516'),
(7179,34248,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-02-24 17:17:37','2026-02-24 17:17:37','e791a5f4-b08d-4adb-907e-ac80b8a79dd5'),
(7180,34249,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-02-24 17:18:20','2026-02-24 17:18:20','cc4fdff9-66ce-4b47-9800-8db0f51086bb'),
(7181,34250,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-02-24 17:20:06','2026-02-24 17:20:06','fb8b5fcb-bdd6-4504-88c8-efaf381def18'),
(7182,34251,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-02-24 17:20:17','2026-02-24 17:20:17','2dbe3aa1-ad69-4c26-b967-5b79963cdf0b'),
(7183,34253,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-02-24 17:20:28','2026-02-24 17:20:28','765b9814-579d-4260-9e83-e508635a4a3d'),
(7184,34254,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-02-24 17:20:56','2026-02-24 17:20:56','40e996e7-315d-482b-9a07-1206db6e8ba3'),
(7185,34255,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-02-24 17:21:22','2026-02-24 17:21:22','f4d0a1d9-b966-4a6e-b2c7-77629325acaf'),
(7186,34256,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-02-24 17:21:40','2026-02-24 17:21:40','9e2eea3f-af04-4e6f-ace2-f040015b4090'),
(7187,34257,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-02-24 17:21:57','2026-02-24 17:21:57','d2391650-19be-4054-9b1e-2ccecf761fa1'),
(7188,34261,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-02-24 17:24:07','2026-02-24 17:24:07','fd4f5f03-71c4-41c8-b52c-3bb7aa504296'),
(7189,34263,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-02-24 17:24:19','2026-02-24 17:24:19','52a4c91d-fabb-4bcf-85b2-ccbbb000653e'),
(7190,34264,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-02-24 17:24:29','2026-02-24 17:24:29','715b3cf5-bfd7-4379-855d-1fd391266a6a'),
(7191,34265,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-02-24 17:24:36','2026-02-24 17:24:36','481f40c0-231d-438c-b307-4be51cd9ef33'),
(7192,34266,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-02-24 17:24:50','2026-02-24 17:24:50','63734cd3-b5c0-4987-afc7-4ae32e908965'),
(7193,34267,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-02-24 17:25:00','2026-02-24 17:25:00','96ac5f37-940d-4551-9e94-f4f77fb0d6aa'),
(7194,34268,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-02-24 17:25:12','2026-02-24 17:25:12','3e803fb9-d5cc-428b-b572-97f3c10ed274'),
(7195,34269,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-02-24 17:25:23','2026-02-24 17:25:23','55dd75ad-18bf-45ce-bcad-ea352370c8e6'),
(7196,34271,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-02-24 17:25:33','2026-02-24 17:25:33','3ee1bf14-a2bc-48b2-9592-1360e4eb4f50'),
(7197,34272,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-02-24 17:25:43','2026-02-24 17:25:43','c0614aef-02c3-46a9-ba21-8f4908182b10'),
(7198,34273,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-02-24 17:25:53','2026-02-24 17:25:53','0c826379-7fbf-4f9f-bbbb-ab9628cbe18b'),
(7199,34274,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-02-24 17:26:54','2026-02-24 17:26:54','137d9811-2d58-426e-ba26-644457f53a73'),
(7200,34275,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-02-24 17:27:03','2026-02-24 17:27:03','e06cfb27-8a55-474e-aaf7-78da5cfd3c6d'),
(7201,34276,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-02-24 17:27:12','2026-02-24 17:27:12','513ace93-be35-4009-a751-e11d47abbbbd'),
(7202,34277,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-02-24 17:27:29','2026-02-24 17:27:29','3599427f-db0b-4b74-874d-9ed39593678f'),
(7203,34278,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-02-24 17:27:40','2026-02-24 17:27:40','8ffde4cd-8ca0-47f0-a499-41d3562207ac'),
(7204,34279,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-02-24 17:28:37','2026-02-24 17:28:37','f04fd6b4-014a-44fd-9c8d-1a2b47dbcf1d'),
(7206,34343,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-02-24 20:34:55','2026-02-24 20:34:55','814963f2-7fc8-4ffe-abdc-64afd9752ae4'),
(7208,34758,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-02-25 19:41:19','2026-02-25 19:41:19','069da804-e561-4ca5-a017-12f9eac386d1'),
(7209,34776,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-02-25 19:57:27','2026-02-25 19:57:27','8cc10e21-c988-496b-9600-1a52df0f7613'),
(7211,36160,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-02-26 14:24:58','2026-02-26 14:24:58','c04eca7b-6d0f-4125-8ebf-de6673ebabc6'),
(7214,36225,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-02-26 21:36:31','2026-02-26 21:36:31','1ce942d4-7fdb-4950-ad86-4fa3499de8ce'),
(7216,36227,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-02-26 21:37:41','2026-02-26 21:37:41','0136c81c-43d6-4b62-b951-8d948debf6d7'),
(7218,36229,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-02-26 21:38:33','2026-02-26 21:38:33','021d135d-e9e5-4329-a00b-c894c8195e61'),
(7220,36233,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-02-26 22:08:23','2026-02-26 22:08:23','4dcf1e13-07e0-4381-9613-3a589e9f5dc5'),
(7222,36237,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-02-26 22:09:29','2026-02-26 22:09:29','2622bba2-055b-4d6d-8dfd-64aa986cef93'),
(7224,36242,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-02-26 22:10:50','2026-02-26 22:10:50','de2c376f-32f7-411f-ab98-b90592fd0a37'),
(7226,36245,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-02-26 22:12:14','2026-02-26 22:12:14','28dcae0e-67f7-40a9-9717-b3e8189b7ea3'),
(7227,36267,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-02-27 01:44:31','2026-02-27 01:44:31','5b6865ac-d9e4-46b8-a23b-c2d61f49a868'),
(7228,36268,1,2,'610 Town Bank Rd, North Cape May, NJ 08204, USA',NULL,NULL,'610 Town Bank Rd',NULL,'Lower Township','NJ','08204','North Cape May','Cape May County','United States','US','ChIJB3kCdsZVv4kRuFzNfrcKvxk',38.97685860,-74.93964850,6,'2026-02-27 01:48:43','2026-02-27 01:48:43','d2d0b6e3-fab2-44ff-8c24-8e4aff506079'),
(7230,38277,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-03-04 15:00:08','2026-03-04 15:00:08','b7b295b7-d224-4ce7-9d9a-681e27bb1f2a'),
(7231,38279,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-03-04 15:00:23','2026-03-04 15:00:23','459acfe8-f269-467b-9fa6-9ced9ea0e52d'),
(7232,38293,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-03-04 15:07:45','2026-03-04 15:07:45','8a600ab5-d058-4f87-b937-cbc27548c4fe'),
(7233,38294,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-03-04 15:08:05','2026-03-04 15:08:05','93c591c6-435a-488b-9088-633c58e101ea'),
(7234,38295,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-03-04 15:08:23','2026-03-04 15:08:23','9edcb1bb-537e-47df-82dd-9fb8efe9f0fc'),
(7235,38296,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-03-04 15:08:34','2026-03-04 15:08:34','ffe323e9-6a78-465d-8bb7-b36fe8d03969'),
(7237,38298,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-03-04 15:08:57','2026-03-04 15:08:57','6f972a13-0855-4362-9afb-0d6eb04b0c42'),
(7238,38299,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-03-04 15:09:07','2026-03-04 15:09:07','9bf1c1d3-9a5c-4511-83de-b4ddc279bad0'),
(7239,38300,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-03-04 15:09:20','2026-03-04 15:09:20','01fb5053-26eb-4b06-894d-863d47b35be8'),
(7240,38304,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-03-04 15:10:55','2026-03-04 15:10:55','ae206093-562c-443d-ab47-3a7d8cc5a6ef'),
(7241,38305,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-03-04 15:11:15','2026-03-04 15:11:15','5a02dd25-b947-4542-a602-7e8ef51bcc03'),
(7243,38317,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-03-04 15:30:55','2026-03-04 15:30:55','d844fee8-175b-4573-82af-bee07df7d4bd'),
(7245,38321,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-03-04 15:31:37','2026-03-04 15:31:37','40199fb7-5dba-4836-b249-33587cfe94fc'),
(7247,38326,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-03-04 15:32:02','2026-03-04 15:32:02','788a2f30-73c2-4f34-abee-5fa8d0e65760'),
(7249,38347,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-03-04 15:53:55','2026-03-04 15:53:55','4e983524-0db5-4b6e-beaf-a55450a7c1f4'),
(7251,38352,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-03-04 16:00:28','2026-03-04 16:00:28','1d28f832-a2e4-4fc4-9efb-8f1096f7345e'),
(7253,38357,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-03-04 16:06:17','2026-03-04 16:06:17','f8a64872-6681-484c-bd6b-467d68fc746e'),
(7255,38361,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-03-04 16:10:01','2026-03-04 16:10:01','5d474398-b2a1-4706-bef9-c100bd4fc6c0'),
(7257,38372,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-03-04 16:55:21','2026-03-04 16:55:21','86bc188e-ac97-4716-8b03-e96b86a0b177'),
(7258,38374,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-03-04 16:59:15','2026-03-04 16:59:15','b3a1d0aa-5add-4092-a07f-9e2591f22307'),
(7259,38450,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-03-04 18:57:10','2026-03-04 18:57:10','7d640c64-e5d1-4ab7-b27c-28b012471413'),
(7260,38451,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-03-04 18:57:39','2026-03-04 18:57:39','0652460f-6dae-4180-af2e-96143a1f42bc'),
(7261,38452,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-03-04 18:57:49','2026-03-04 18:57:49','f94c2e1e-8464-4489-9a00-bb46d61d1d28'),
(7262,38454,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-03-04 18:58:01','2026-03-04 18:58:01','6c9d82b5-344d-4772-ae81-0bc59d6a2de6'),
(7263,38455,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-03-04 18:58:14','2026-03-04 18:58:14','b1a33aa9-b330-4082-9f30-f264ceeae450'),
(7264,38456,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-03-04 18:58:26','2026-03-04 18:58:26','2f5d976f-81e6-4bbd-a9e5-146f2d68ca47'),
(7265,38457,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-03-04 18:58:34','2026-03-04 18:58:34','a05dda59-f280-411d-a68b-689460e7f165'),
(7266,38458,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-03-04 18:58:44','2026-03-04 18:58:44','38e9f670-3b17-4088-acda-d6ed8610d4ed'),
(7267,38459,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-03-04 18:58:52','2026-03-04 18:58:52','57322c77-f19f-4744-bf79-7b76a8536b95'),
(7268,38460,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-03-04 18:59:02','2026-03-04 18:59:02','6a6c4255-1cf4-43bb-a06a-95659603cf6e'),
(7269,38461,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-03-04 18:59:17','2026-03-04 18:59:17','752d4255-c21e-480a-8b05-27071bda9b40'),
(7270,38462,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-03-04 18:59:29','2026-03-04 18:59:29','4a5fc71b-a11f-4358-ae40-617b48301475'),
(7271,38463,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-03-04 18:59:37','2026-03-04 18:59:37','48baacf2-1933-480f-8c18-bf359cc4f3d1'),
(7272,38464,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-03-04 18:59:44','2026-03-04 18:59:44','79f9009b-5a3a-4cba-be26-db039c570dfd'),
(7273,38474,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-03-04 19:42:23','2026-03-04 19:42:23','62e7eb84-970a-4b64-b218-accc6a20fc1e'),
(7274,38475,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-03-04 19:44:46','2026-03-04 19:44:46','37ca4541-cd12-4dd1-9797-97fdf6f9ca41'),
(7275,38476,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-03-04 19:45:25','2026-03-04 19:45:25','9867f65a-2280-4edd-a06b-957f935af7ea'),
(7276,38477,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-03-04 19:47:57','2026-03-04 19:47:57','73394058-8c67-427b-a4c9-9507d98aa919'),
(7277,38478,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-03-04 19:48:20','2026-03-04 19:48:20','7a2c895b-2a9a-4e5a-b2d1-0e3e345ae06e'),
(7278,38479,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-03-04 19:49:31','2026-03-04 19:49:31','41b60224-5dc0-4e3f-b86b-427cf412ee50'),
(7279,38480,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-03-04 19:49:58','2026-03-04 19:49:58','88f44ffb-c29c-4afb-a3eb-451ddc3ec8b4'),
(7280,38481,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-03-04 19:50:29','2026-03-04 19:50:29','561f9bab-3605-47a3-9ad5-c470a94e505b'),
(7281,38482,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-03-04 19:50:53','2026-03-04 19:50:53','70ef01a2-77bf-4770-a525-0821a1365f8b'),
(7282,38483,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-03-04 19:51:22','2026-03-04 19:51:22','5e33023c-0efa-4421-8214-0cd59faebef5'),
(7283,38485,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-03-04 19:57:21','2026-03-04 19:57:21','b5d2d334-8c23-4aab-b7dc-d173b9ece27e'),
(7284,38487,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-03-04 19:58:20','2026-03-04 19:58:20','5246fb5e-9fd9-4bb4-a3a1-a0439a13aff8'),
(7285,38488,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-03-04 19:58:53','2026-03-04 19:58:53','1048f0a7-72b0-476f-95ea-e8862b9a8e12'),
(7286,38490,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-03-04 19:59:32','2026-03-04 19:59:32','1e4b3cd5-6c5d-4e48-a26e-86b62f6261de'),
(7287,38492,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-03-04 20:00:35','2026-03-04 20:00:35','c299d850-782d-4e9b-9d80-448918b931fb'),
(7288,38493,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-03-04 20:02:01','2026-03-04 20:02:01','da55895c-eca1-439f-800f-ff65a08f43c6'),
(7289,38494,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-03-04 20:02:27','2026-03-04 20:02:27','33299855-60eb-4ee2-9d52-4b61a04a4235'),
(7290,38495,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-03-04 20:04:55','2026-03-04 20:04:55','855ad132-544b-459a-9de4-40dda1e9c7cc'),
(7291,38497,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-03-04 20:05:15','2026-03-04 20:05:15','68bad3dc-a24e-42e0-b1de-ce0b5613d79c'),
(7292,38498,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-03-04 20:07:05','2026-03-04 20:07:05','3dd5c827-8ecb-4787-8764-6e627f69a448'),
(7293,38499,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-03-04 20:10:41','2026-03-04 20:10:41','9ba42446-67f4-4c58-977c-2b27cd33efc8'),
(7294,38500,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-03-04 20:11:25','2026-03-04 20:11:25','7e7620a4-d3ea-45dc-bb12-c455fb2a9223'),
(7295,38501,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-03-04 20:12:44','2026-03-04 20:12:44','e7ac09cf-e48c-495f-b845-887b235640b4'),
(7296,38502,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-03-04 20:13:17','2026-03-04 20:13:17','51040bc1-4286-4cda-a802-31722db53eb8'),
(7297,38503,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-03-04 20:15:10','2026-03-04 20:15:10','b394d7da-074a-4d7b-a1f5-eeac7d928a98'),
(7298,38504,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-03-04 20:16:18','2026-03-04 20:16:18','788d359e-9047-4972-82a8-cc00cad392e4'),
(7299,38505,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-03-04 20:17:19','2026-03-04 20:17:19','ad8df403-2696-44c3-9ba4-45ee10a72ad8'),
(7300,38506,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-03-04 20:17:49','2026-03-04 20:17:49','45efe60a-d758-4af2-bab3-894ed85b0294'),
(7301,38507,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-03-04 20:20:38','2026-03-04 20:20:38','c31707b8-29f2-4c18-98c7-b3727338f0f5'),
(7302,38508,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-03-04 20:21:10','2026-03-04 20:21:10','3934a1d9-cfa1-416e-87ca-167e61e32de5'),
(7303,38509,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-03-04 20:21:54','2026-03-04 20:21:54','41d7d180-fe1d-4ea8-a002-860fdc5ad725'),
(7304,38510,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-03-04 20:22:32','2026-03-04 20:22:32','86368db3-d316-4230-9b50-7d6a756eb708'),
(7305,38513,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-03-04 20:42:43','2026-03-04 20:42:43','f37408c9-3790-4756-813d-ea2f21d034ce'),
(7306,38514,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-03-04 20:43:56','2026-03-04 20:43:56','3f0e503a-6547-4fcb-a8bf-7c611de36d1e'),
(7307,38515,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-03-04 20:45:24','2026-03-04 20:45:24','9b58ede5-1ae3-46c9-a61b-51518aeaad3f'),
(7308,38516,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-03-04 20:45:51','2026-03-04 20:45:51','d3c662c2-68e0-4d5c-8a9c-7c19cde841b6'),
(7309,38517,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-03-04 20:46:15','2026-03-04 20:46:15','4e85476a-e6b1-4c9f-81a4-583c43096014'),
(7310,38518,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-03-04 20:46:55','2026-03-04 20:46:55','1b60b1e4-5edb-4b99-af3e-344b73415337'),
(7311,38519,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-03-04 20:47:24','2026-03-04 20:47:24','a83990f8-70b1-489e-9366-536a64fe38f0'),
(7312,38520,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-03-04 20:47:55','2026-03-04 20:47:55','284afcc0-c091-4afb-9e61-d146b2838117'),
(7313,38521,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-03-04 20:48:24','2026-03-04 20:48:24','952fad64-732c-4705-b97d-683c5b12175d'),
(7314,38522,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-03-04 20:48:47','2026-03-04 20:48:47','2603b921-6e6c-4814-9b1f-db61322d77c0'),
(7315,38523,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-03-04 21:05:25','2026-03-04 21:05:25','698741a1-2cc6-44e6-9e32-9b9ee561de25'),
(7317,38707,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-03-05 15:26:51','2026-03-05 15:26:51','8d910b99-fadc-41c0-a4af-6bae839e6727'),
(7319,38711,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-03-05 15:30:30','2026-03-05 15:30:30','58752b12-247d-41f0-86b4-54d7b1eba7d5'),
(7321,38714,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-03-05 15:39:03','2026-03-05 15:39:03','22fba0a7-85a2-4bec-b914-908698714a2e'),
(7323,38718,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-03-05 15:40:10','2026-03-05 15:40:10','3a66107d-765e-4436-914f-34f263123fe7'),
(7325,38745,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-03-05 18:14:43','2026-03-05 18:14:43','c902e729-86ee-4ed0-991a-9af9f4c36739'),
(7326,38746,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-03-05 18:15:00','2026-03-05 18:15:00','5560e6d7-a680-481b-878e-572590a20af5'),
(7327,38749,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-03-05 18:26:30','2026-03-05 18:26:30','7f96e5f5-ca96-49bc-9957-90d514e06baa'),
(7329,38758,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-03-05 19:29:05','2026-03-05 19:29:05','75fbd4b0-31a9-43ac-be59-3131aeeff68f'),
(7330,38760,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-03-05 19:40:54','2026-03-05 19:40:54','6aa4a8ec-beb0-4087-9508-8e132deab900'),
(7331,38764,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-03-05 20:01:28','2026-03-05 20:01:28','fa347b87-d21b-40da-a1fc-54a252dd99b4'),
(7332,38765,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-03-05 20:09:41','2026-03-05 20:09:41','5ac01268-6b20-4c5c-9c7f-72970982dde8'),
(7333,38766,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-03-05 20:10:55','2026-03-05 20:10:55','23ac0e80-82fc-42a6-bf30-6090d81b06aa'),
(7334,38767,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-03-05 20:11:26','2026-03-05 20:11:26','ce6b64a8-1af2-407d-ba33-b2da57360ff6'),
(7335,38768,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-03-05 20:11:54','2026-03-05 20:11:54','05a99afc-e19b-4a76-989d-1d6a25a51813'),
(7336,38769,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-03-05 20:12:14','2026-03-05 20:12:14','f03a9c44-6688-4b96-b491-f7d25bc2f4f1'),
(7337,38770,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-03-05 20:12:43','2026-03-05 20:12:43','9099aeb1-4923-4c4d-96c4-d9a93f786c6d'),
(7338,38771,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-03-05 20:13:08','2026-03-05 20:13:08','77823f5a-99ca-4828-b06b-d372f7ba9eaa'),
(7339,38772,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-03-05 20:13:41','2026-03-05 20:13:41','c644ca30-c563-46d9-a64f-e7deac7640d8'),
(7340,38773,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-03-05 20:14:08','2026-03-05 20:14:08','8e63a167-e1b1-45e9-ab0d-051d1322d57f'),
(7341,38774,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-03-05 20:14:50','2026-03-05 20:14:50','c00dcf5e-26c0-4450-8229-e7403baaf3f2'),
(7342,38775,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-03-05 20:15:25','2026-03-05 20:15:25','9b778453-15f9-4a72-a771-6ced4822ce0d'),
(7343,38776,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-03-05 20:15:54','2026-03-05 20:15:54','4b16e5dd-75ab-44f8-986b-4d4b7cf85615'),
(7344,38777,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-03-05 20:16:17','2026-03-05 20:16:17','48e99e36-fc98-408e-9019-36f7c027c20b'),
(7345,38778,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-03-05 20:16:45','2026-03-05 20:16:45','eb61134d-e9af-47f1-b7a1-52fb539b221d'),
(7346,38779,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-03-05 20:23:29','2026-03-05 20:23:29','45d6703b-2481-4507-a512-46a97b75f21f'),
(7347,38780,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-03-05 20:24:04','2026-03-05 20:24:04','cfab9520-4d5a-4546-8438-c0c5b6f0bd98'),
(7348,38781,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-03-05 20:24:38','2026-03-05 20:24:38','e24a6373-f2df-4a2b-889f-d679481d1240'),
(7349,38783,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-03-05 20:25:08','2026-03-05 20:25:08','9885ea97-4326-4cd9-8bc5-4d08ca741934'),
(7350,38784,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-03-05 20:25:31','2026-03-05 20:25:31','fc9eca7f-40f8-4616-9d5b-52729eb31f83'),
(7351,38785,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-03-05 20:25:53','2026-03-05 20:25:53','ac3ce5d0-8604-49a5-95e9-65dbd9a668d3'),
(7352,38786,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-03-05 20:26:26','2026-03-05 20:26:26','388c679a-6fc0-4a93-a7dd-9d37c3e4a6f6'),
(7353,38787,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-03-05 20:26:59','2026-03-05 20:26:59','5a2f6b85-c265-45fe-aa91-9ee5c3d59c33'),
(7354,38788,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-03-05 20:27:23','2026-03-05 20:27:23','ea37a205-7392-4023-a59e-5e415164f675'),
(7355,38789,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-03-05 20:27:48','2026-03-05 20:27:48','15a85f37-62c7-4c34-80ab-bb2ac43c90b5'),
(7356,38790,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-03-05 20:28:14','2026-03-05 20:28:14','9380dbaf-b474-4399-ba74-06e7b88f1329'),
(7357,38792,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-03-05 20:28:44','2026-03-05 20:28:44','a03f0968-25e4-40b2-922a-925912564b8e'),
(7358,38793,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-03-05 20:29:28','2026-03-05 20:29:28','df031a71-57e2-4598-975d-6fcadf181c4f'),
(7359,38794,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-03-05 20:29:51','2026-03-05 20:29:51','797f75c4-e970-4f58-a9d9-ed5daf0f80cc'),
(7360,38795,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-03-05 20:30:18','2026-03-05 20:30:18','a3ded9d5-2698-45d5-9106-177a1d07f108'),
(7361,38796,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-03-05 20:30:42','2026-03-05 20:30:42','dc8cef0d-fc38-42ce-a8b8-7be0fc7cfae3'),
(7362,38797,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-03-05 20:31:08','2026-03-05 20:31:08','4adab6ee-994d-40cb-9276-f1f0dfa67eb7'),
(7363,38798,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-03-05 20:41:47','2026-03-05 20:41:47','97689b98-116d-43bb-b480-cee48463f065'),
(7365,38801,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-03-05 20:42:05','2026-03-05 20:42:05','134e589a-daab-49fb-8f0b-e4cb9aca8256'),
(7367,38804,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-03-05 20:42:36','2026-03-05 20:42:36','0115bb4b-ab6c-4faf-b120-4298a9ae6e6a'),
(7369,38807,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-03-05 20:43:08','2026-03-05 20:43:08','10d9f25a-5503-4dfe-9c13-808e2b8711d4'),
(7370,38808,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-03-05 20:43:40','2026-03-05 20:43:40','09617d2c-897b-400e-b783-90d34bb000e1'),
(7371,38809,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-03-05 20:44:08','2026-03-05 20:44:08','0f078112-82b3-4b81-86c1-734ea2469aa8'),
(7372,38810,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-03-05 20:44:38','2026-03-05 20:44:38','b4985b21-0175-4796-82ae-8e3223ae1f76'),
(7374,38813,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-03-05 20:44:56','2026-03-05 20:44:56','0563854e-e4a4-49f0-b484-fb6f37b256ef'),
(7376,38816,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-03-05 20:45:30','2026-03-05 20:45:30','af0e4ac2-561c-43a6-9dc7-f38b4c1898ed'),
(7377,38817,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-03-05 20:45:52','2026-03-05 20:45:52','b83601f2-0bac-4766-95c2-5a617befe8cf'),
(7378,39213,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-03-06 19:18:00','2026-03-06 19:18:00','ab6ee5f6-3b69-4114-a643-0da2f48de555'),
(7380,40279,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-03-09 13:38:56','2026-03-09 13:38:56','b48a275c-524e-4905-ba97-e57f5fcd9e8e'),
(7381,40281,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-03-09 13:40:13','2026-03-09 13:40:13','d142d887-80e1-403d-a814-68e08ea4f578'),
(7383,40346,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-03-09 14:56:17','2026-03-09 14:56:17','04119751-b1f7-4a20-bea5-561101b5a066'),
(7385,40357,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-03-09 15:07:17','2026-03-09 15:07:17','d84f4513-3b05-4caa-b48f-94911bc96d37'),
(7386,40369,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-03-09 15:16:37','2026-03-09 15:16:37','d0aeb74a-2dee-4d38-8d32-0af333b9857b'),
(7388,40376,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-03-09 15:17:43','2026-03-09 15:17:43','a51421d8-44c4-41ea-8d5d-4859d7055e82'),
(7390,40385,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-03-09 15:21:19','2026-03-09 15:21:19','5da20797-930a-4855-9391-834852d84e64'),
(7392,40405,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-03-09 15:30:55','2026-03-09 15:30:55','50929dba-cbb8-4d80-b1f4-0f3b7bd1849e'),
(7394,40413,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-03-09 15:33:26','2026-03-09 15:33:26','65317b5c-23dc-46c2-bcc9-d567b6c77602'),
(7395,40416,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-03-09 15:34:23','2026-03-09 15:34:23','27563e95-ee63-437c-b13a-1d80f81f0343'),
(7397,40421,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-03-09 15:35:44','2026-03-09 15:35:44','64cc2c0f-3a80-47a3-84da-a7fb82733ff8'),
(7399,40425,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-03-09 15:36:26','2026-03-09 15:36:26','5cd832f2-9cba-4288-b70f-d7699e7dad14'),
(7401,40431,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-03-09 15:37:31','2026-03-09 15:37:31','f70955bb-5530-4d45-8250-da0e1d1b5d9f'),
(7403,40438,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-03-09 15:38:22','2026-03-09 15:38:22','3781f180-a077-4880-8119-aa9fb803ee01'),
(7405,40446,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-03-09 15:41:52','2026-03-09 15:41:52','ad657262-1ba7-41f0-9e79-1976a8631e49'),
(7407,40450,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-03-09 15:42:10','2026-03-09 15:42:10','d68b4da2-d02f-4aa2-8e4f-e53185c380bb'),
(7409,40456,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-03-09 15:48:08','2026-03-09 15:48:08','53915a0b-a1c8-43df-ae9b-2922bd8c53f9'),
(7411,40462,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-03-09 15:54:48','2026-03-09 15:54:48','dc0326de-31e9-4fde-8e8c-4b7666b01830'),
(7413,40468,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-03-09 15:59:31','2026-03-09 15:59:31','11a994c5-5c27-4800-98b2-57dd859daf48'),
(7415,40473,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-03-09 16:02:46','2026-03-09 16:02:46','5bbbab59-7832-4305-8af0-f495163ad0f8'),
(7417,40478,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-03-09 16:06:39','2026-03-09 16:06:39','a4d430bb-282c-4f5d-8d4d-4416fe316d6e'),
(7419,40485,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-03-09 16:09:42','2026-03-09 16:09:42','e1d9c259-7f2a-489d-82c6-65a1b802cbaf'),
(7421,40489,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-03-09 16:12:24','2026-03-09 16:12:24','f500bffe-ebda-4f83-97f3-0a2c318f610b'),
(7423,40495,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-03-09 16:15:01','2026-03-09 16:15:01','cad8c510-a6d0-428c-a169-554f750da345'),
(7425,40501,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-03-09 16:18:38','2026-03-09 16:18:38','7c805ab7-bbcb-4586-aae6-472148cf59e3'),
(7427,40508,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-03-09 16:22:05','2026-03-09 16:22:05','b0006b0d-50a4-4a0c-8555-f367d1ad8747'),
(7429,40515,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-03-09 16:24:26','2026-03-09 16:24:26','e1757c1d-a050-4b06-b7d0-2e37bab35edc'),
(7430,40536,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-03-09 18:14:23','2026-03-09 18:14:23','569e9670-344a-4415-92eb-248a6336cb7e'),
(7432,40541,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-03-09 18:18:04','2026-03-09 18:18:04','d41c0e0c-0a19-47e1-9e23-f7f32a849266'),
(7434,40551,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-03-09 18:23:36','2026-03-09 18:23:36','1617ed36-4d01-41b3-9a7d-fdaee299faf8'),
(7436,40848,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-03-10 15:25:39','2026-03-10 15:25:39','e009e20e-ef86-495c-8aba-f77d0d2e0ecc'),
(7438,40923,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-03-10 20:23:48','2026-03-10 20:23:48','081cb2b6-379a-4938-b3cb-8cae823772ca'),
(7441,43159,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-03-16 16:36:17','2026-03-16 16:36:17','a1cff392-39c2-4588-8d97-4f8e183b6944'),
(7443,43161,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-03-16 16:36:40','2026-03-16 16:36:40','2a43f1ee-e503-4cc8-8ba9-4f7cdb57317f'),
(7445,43182,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-03-16 18:28:17','2026-03-16 18:28:17','14cc7173-54fd-4382-bf9e-5535b2ccde7e'),
(7447,43185,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-03-16 18:29:12','2026-03-16 18:29:12','321d7988-e478-4434-8b22-80dc0ee353ca'),
(7449,43188,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-03-16 18:30:30','2026-03-16 18:30:30','d965e40b-499f-44e2-8cdd-39737bf17c20'),
(7451,44483,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-03-17 19:01:42','2026-03-17 19:01:42','1f7b08eb-5a1b-4d10-b20d-6ff0eda4204c'),
(7453,47368,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-03-19 17:06:20','2026-03-19 17:06:20','9a950b90-4d48-4538-9f72-7e19854cc6b4'),
(7455,47374,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-03-19 17:24:01','2026-03-19 17:24:01','ace73cd3-2425-43e9-a7b8-e391c29ede15'),
(7457,47377,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-03-19 17:25:00','2026-03-19 17:25:00','fb22b35b-35f7-4a12-9853-fb67b173ce97'),
(7459,47389,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-03-19 18:46:23','2026-03-19 18:46:23','90eb711a-2faa-47a9-bc76-e726558bedaa'),
(7461,47405,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-03-19 19:58:41','2026-03-19 19:58:41','58c0059d-9ede-428e-8865-09b9bc22bbd2'),
(7463,50143,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-03-25 18:51:15','2026-03-25 18:51:15','fff36225-ff78-4036-821f-2776b6e10433'),
(7465,50154,1,2,'100 St Claire Dr, Hockessin, DE 19707, USA',NULL,NULL,'100 St Claire Dr',NULL,'Hockessin','DE','19707',NULL,'New Castle County','United States','US','ChIJwafcaY3_xokRlr1gMzlder4',39.76764460,-75.70317310,6,'2026-03-25 18:54:54','2026-03-25 18:54:54','1a0c79ab-66da-4392-a59a-85ed7a3cf41e'),
(7467,50165,1,2,'810 S Broom St, Wilmington, DE 19805, USA',NULL,NULL,'810 S Broom St',NULL,'Wilmington','DE','19805','Hedgeville','New Castle County','United States','US','ChIJB3JTvXn9xokRBsErT4SgOWQ',39.73762590,-75.56988760,6,'2026-03-25 18:56:36','2026-03-25 18:56:36','f864715e-558a-45cc-b494-2e32e981e83a'),
(7468,50171,1,2,'1080 Silver Lake Blvd, Dover, DE 19904, USA',NULL,NULL,'1080 Silver Lake Blvd',NULL,'Dover','DE','19904',NULL,'Kent County','United States','US','ChIJV5fEjDd7x4kRgGEHHf_PjWo',39.17899520,-75.53872600,6,'2026-03-25 18:57:10','2026-03-25 18:57:10','0232d7ad-4b2a-4cec-9f83-4410cb742ec9'),
(7470,50182,1,2,'5905 W Washington Blvd, Chicago, IL 60644, USA',NULL,NULL,'5905 W Washington Blvd',NULL,'Chicago','IL','60644','Austin','Cook County','United States','US','ChIJIVqDll4zDogRiD5nVt9GwqQ',41.88179310,-87.77243520,6,'2026-03-25 19:00:42','2026-03-25 19:00:42','db7b3fb1-4b8a-4ccd-9ee7-b674dc391d95'),
(7472,50188,1,2,'4920 N Kenmore Ave, Chicago, IL 60640, USA',NULL,NULL,'4920 N Kenmore Ave',NULL,'Chicago','IL','60640','Uptown','Cook County','United States','US','ChIJWYY05NTTD4gRUa-NjMOfE_o',41.97231220,-87.65665890,6,'2026-03-25 19:02:03','2026-03-25 19:02:03','c9c590c3-56ab-4ff7-8222-bdc22546ad0c'),
(7474,50195,1,2,'4538 N Beacon St, Chicago, IL 60640, USA',NULL,NULL,'4538 N Beacon St',NULL,'Chicago','IL','60640','Sheridan Park','Cook County','United States','US','ChIJ_8YP6DHSD4gRDbxAKc9_5oY',41.96473010,-87.66417210,6,'2026-03-25 19:02:31','2026-03-25 19:02:31','d74749d5-492b-45db-800b-bb288b97bacf'),
(7476,50219,1,2,'1253 Hartford Turnpike, Vernon, CT 06066, USA',NULL,NULL,'1253 Hartford Turnpike',NULL,'Vernon','CT','06066',NULL,'Capitol Planning Region','United States','US','ChIJ0T11LoX25okROYsP4G3BqC0',41.85976230,-72.43516710,6,'2026-03-25 19:19:39','2026-03-25 19:19:39','f2682c1e-917b-492b-80ae-14423390d6cf'),
(7478,50225,1,2,'4 Hazel Ave, Naugatuck, CT 06770, USA',NULL,NULL,'4 Hazel Ave',NULL,'Naugatuck','CT','06770',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJx84J3BzD54kRgZsx4YyHmaw',41.46849300,-73.03727060,6,'2026-03-25 19:20:46','2026-03-25 19:20:46','54ea11fc-22e2-48af-8031-43b0188c2175'),
(7480,50231,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-03-25 19:21:09','2026-03-25 19:21:09','6e42b7d1-1575-4c47-86ea-e5ca74febd61'),
(7482,50239,1,2,'1145 Poquonnock Rd, Groton, CT 06340, USA',NULL,NULL,'1145 Poquonnock Rd',NULL,'Groton','CT','06340','Long Hill','Southeastern Connecticut Planning Region','United States','US','ChIJ1RcDWkoJ5okRoUxdwkl-qb0',41.34522600,-72.04340700,6,'2026-03-25 19:27:45','2026-03-25 19:27:45','74981940-0d51-43cb-8d1e-151a1406ad06'),
(7484,50244,1,2,'59 Harrington Ct, Colchester, CT 06415, USA',NULL,NULL,'59 Harrington Ct',NULL,'Colchester','CT','06415','Colchester','Southeastern Connecticut Planning Region','United States','US','ChIJtaB-DQpC5okRpH5yRkzQmW0',41.57966990,-72.33182000,6,'2026-03-25 19:28:12','2026-03-25 19:28:12','98b7a239-2960-4486-ac9a-cbc7b2805a80'),
(7486,50249,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-03-25 19:28:36','2026-03-25 19:28:36','e9e75a18-76ae-4296-b2ee-d251730a1a5a'),
(7488,50254,1,2,'1 Emerson Dr, Windsor, CT 06095, USA',NULL,NULL,'1 Emerson Dr',NULL,'Windsor','CT','06095',NULL,'Capitol Planning Region','United States','US','ChIJfcxvdnlV5okR4C4R68yxqjU',41.84145140,-72.66740950,6,'2026-03-25 19:28:57','2026-03-25 19:28:57','28ec70a4-3ca6-47ee-afef-0007e262bb26'),
(7490,50259,1,2,'845 Paddock Ave, Meriden, CT 06450, USA',NULL,NULL,'845 Paddock Ave',NULL,'Meriden','CT','06450',NULL,'South Central Connecticut Planning Region','United States','US','ChIJ81fKXLjL54kRaIHO9e4u6D0',41.50584140,-72.77907390,6,'2026-03-25 19:29:16','2026-03-25 19:29:16','4c04d4c5-a9e6-420b-9722-8897d050652a'),
(7492,50265,1,2,'778 Middlebury Rd, Middlebury, CT 06762, USA',NULL,NULL,'778 Middlebury Rd',NULL,'Middlebury','CT','06762',NULL,'Naugatuck Valley Planning Region','United States','US','ChIJyfelICPq54kRfHJgJKZbpBI',41.53836070,-73.11464190,6,'2026-03-25 19:29:36','2026-03-25 19:29:36','d4e9ca46-53e8-40db-908c-7128e0f8416d'),
(7494,50276,1,2,'1750 NJ-37, Toms River, NJ 08757, USA',NULL,NULL,'1750 NJ-37',NULL,'Toms River','NJ','08757','Pine Lake Park','Ocean County','United States','US','ChIJvXrRBvl2wYkRLUL1Dyl0cXs',39.99181390,-74.26790610,4,'2026-03-25 19:33:11','2026-03-25 19:33:11','4a2e9cda-5cd1-43a6-ac76-6452e606bc9e'),
(7496,50281,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-03-25 19:33:50','2026-03-25 19:33:50','78fffd45-6b4c-44e7-acf5-e67dfb001f0b'),
(7498,50286,1,2,'1351 Old Freehold Rd, Toms River, NJ 08753, USA',NULL,NULL,'1351 Old Freehold Rd',NULL,'Toms River','NJ','08753','Toms River','Ocean County','United States','US','ChIJb8VFyAqdwYkR0t-uhAplXSs',39.99031140,-74.19384520,6,'2026-03-25 19:34:12','2026-03-25 19:34:12','62697494-45b0-46da-931b-fd3f1501408a'),
(7500,50291,1,2,'415 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'415 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJ_XJAlouDwYkR0pb24XiqvP4',40.07649640,-74.12848420,4,'2026-03-25 19:34:29','2026-03-25 19:34:29','92598c81-e494-4223-aa8f-717de87943dd'),
(7502,50296,1,2,'115 Sunset Rd, Burlington, NJ 08016, USA',NULL,NULL,'115 Sunset Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJUUOhPcZOwYkRZxBURF-dFSw',40.04854310,-74.84648920,6,'2026-03-25 19:34:46','2026-03-25 19:34:46','7c1eae0b-5a56-42bb-93d4-6a166e0d0aaf'),
(7504,50301,1,2,'144 Magnolia Dr, Cape May Court House, NJ 08210, USA',NULL,NULL,'144 Magnolia Dr',NULL,'Middle Township','NJ','08210','Cape May Court House','Cape May County','United States','US','ChIJlfiwLxmvwIkRxl-DlD-mFyQ',39.08768530,-74.82093640,6,'2026-03-25 19:35:05','2026-03-25 19:35:05','c1ed105b-c19b-4211-986a-3d132557efdf'),
(7506,50306,1,2,'1931 Lakewood Rd, Toms River, NJ 08755, USA',NULL,NULL,'1931 Lakewood Rd',NULL,'Toms River','NJ','08755','Toms River','Ocean County','United States','US','ChIJb_QFKON3wYkRbgy9zfw9JFY',40.02280380,-74.21875000,6,'2026-03-25 19:35:31','2026-03-25 19:35:31','9cb8bdc0-6d04-479c-8452-963ff9d68ce4'),
(7508,50311,1,2,'4 Plaza Dr, Toms River, NJ 08757, USA',NULL,NULL,'4 Plaza Dr',NULL,'Toms River','NJ','08757','Holiday City-Berkeley','Ocean County','United States','US','ChIJNapJhGx2wYkREMge9eQcgdA',39.97049020,-74.24388840,6,'2026-03-25 19:35:52','2026-03-25 19:35:52','68b6fcea-c0f3-4fb1-94a1-618436f3eda7'),
(7510,50317,1,2,'2601 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'2601 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJLR5HQBUzwYkRGOPX4gklctg',39.86884710,-74.94284520,6,'2026-03-25 19:36:13','2026-03-25 19:36:13','e952d6eb-aebd-4b2c-9e53-e69dbadf49c8'),
(7512,50322,1,2,'475 Jack Martin Blvd, Brick Township, NJ 08724, USA',NULL,NULL,'475 Jack Martin Blvd',NULL,'Brick Township','NJ','08724',NULL,'Ocean County','United States','US','ChIJJxCXQI2DwYkRw-zRbXA9GHA',40.07956720,-74.13431850,6,'2026-03-25 19:36:32','2026-03-25 19:36:32','ce1499a2-ada5-4640-abaa-f923a909c38e'),
(7514,50327,1,2,'2305 Rancocas Rd, Burlington, NJ 08016, USA',NULL,NULL,'2305 Rancocas Rd',NULL,'Burlington','NJ','08016',NULL,'Burlington County','United States','US','ChIJC5yMF8pOwYkR7BaXq5DTNH0',40.04258920,-74.84944820,6,'2026-03-25 19:36:54','2026-03-25 19:36:54','36ffde38-353f-47c0-a812-89c5f66bf7c6'),
(7516,50332,1,2,'229 Bath Ave, Long Branch, NJ 07740, USA',NULL,NULL,'229 Bath Ave',NULL,'Long Branch','NJ','07740',NULL,'Monmouth County','United States','US','ChIJK-ri6RslwokRCft0MvbCneg',40.29400870,-73.99035250,6,'2026-03-25 19:37:16','2026-03-25 19:37:16','e4a783d3-f1b0-4536-94c0-355bd30b259c'),
(7518,50338,1,2,'160 S Main St, Ocean Grove, NJ 07756, USA',NULL,NULL,'160 S Main St',NULL,'Neptune Township','NJ','07756','Ocean Grove','Monmouth County','United States','US','ChIJ40uRKjImwokRw979RXFBx70',40.20882940,-74.01524330,6,'2026-03-25 19:38:04','2026-03-25 19:38:04','5ca2f971-6213-4890-b875-e9ebdd6037c6'),
(7520,50345,1,2,'75 Old Toms River Rd, Brick Township, NJ 08723, USA',NULL,NULL,'75 Old Toms River Rd',NULL,'Brick Township','NJ','08723',NULL,'Ocean County','United States','US','ChIJYV7fozKDwYkReZEjnJ-HI58',40.02514670,-74.15885970,6,'2026-03-25 19:38:25','2026-03-25 19:38:25','f88ed04c-9d5a-468e-8a0b-172d4ff58ea6'),
(7522,50351,1,2,'89 Ave at the Cmns, Shrewsbury, NJ 07702, USA',NULL,NULL,'89 Ave at the Cmns',NULL,'Shrewsbury','NJ','07702',NULL,'Monmouth County','United States','US','ChIJdff_9MMvwokRImqGpf3x0ls',40.31569940,-74.05922680,6,'2026-03-25 19:38:42','2026-03-25 19:38:42','6084fc4d-1f90-40ce-95b3-727e898259ba'),
(7524,50356,1,2,'3001 E Evesham Rd, Voorhees Township, NJ 08043, USA',NULL,NULL,'3001 E Evesham Rd',NULL,'Voorhees Township','NJ','08043',NULL,'Camden County','United States','US','ChIJqSKZaXIzwYkRj1acBnM5v4c',39.87161070,-74.93123960,6,'2026-03-25 19:39:04','2026-03-25 19:39:04','f81f0f28-be87-45d4-ae54-3b25bf382266'),
(7526,50363,1,2,'1725 Meridian Trail, Wall Township, NJ 07719, USA',NULL,NULL,'1725 Meridian Trail',NULL,'Wall Township','NJ','07719',NULL,'Monmouth County','United States','US','ChIJAdN12CcowokRE-sIp2nEAYw',40.17273610,-74.06554440,6,'2026-03-25 19:39:20','2026-03-25 19:39:20','da3eac4d-4c79-49ec-8d5b-efb294e3e3de'),
(7528,50369,1,2,'715 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'715 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJIQWGtmozwokR1YXWraqtHFc',40.40835710,-74.19318570,6,'2026-03-25 19:39:45','2026-03-25 19:39:45','2eafd2d7-0f91-4c51-9214-7d71cfb941f2'),
(7530,50374,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-03-25 19:40:02','2026-03-25 19:40:02','042c39b4-4f47-486d-a7a8-22d2364ee9e4'),
(7532,50379,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-03-25 19:40:27','2026-03-25 19:40:27','73779ce6-80b6-4a9d-939e-64c721c027b3'),
(7533,50381,1,2,'1213 Westfield Ave, Clark, NJ 07066, USA',NULL,NULL,'1213 Westfield Ave',NULL,'Clark','NJ','07066',NULL,'Union County','United States','US','ChIJ793fpWexw4kRBU4lrSCzOco',40.62617800,-74.32095880,6,'2026-03-25 19:40:29','2026-03-25 19:40:29','cd5811db-9e94-4a31-8ac1-0e82a85c7874'),
(7535,50385,1,2,'875 US-202, Bridgewater, NJ 08807, USA',NULL,NULL,'875 US-202',NULL,'Bridgewater','NJ','08807','Green Knoll','Somerset County','United States','US','ChIJ5bdvYaWVw4kRC1OCVySD9tM',40.61555750,-74.62698310,6,'2026-03-25 19:40:53','2026-03-25 19:40:53','8a9b131e-6a52-4c76-bbbd-a15903a7e50f'),
(7537,50390,1,2,'713 N Beers St, Holmdel, NJ 07733, USA',NULL,NULL,'713 N Beers St',NULL,'Holmdel','NJ','07733',NULL,'Monmouth County','United States','US','ChIJyylnvWozwokRFTasp5D-4tU',40.40930090,-74.19370800,6,'2026-03-25 19:41:11','2026-03-25 19:41:11','58d3013b-334e-420d-889e-dd95f15436f2'),
(7539,50395,1,2,'625 NJ-34, Matawan, NJ 07747, USA',NULL,NULL,'625 NJ-34',NULL,'Matawan','NJ','07747',NULL,'Middlesex County','United States','US','ChIJO0qhG5PMw4kRYT3mKc7sFQ8',40.41760060,-74.24969390,6,'2026-03-25 19:41:32','2026-03-25 19:41:32','0214acba-fbf4-42fc-9c28-b55973e41691'),
(7541,50400,1,2,'2240 Whitehorse Mercerville Rd, Mercerville, NJ 08619, USA',NULL,NULL,'2240 Whitehorse Mercerville Rd',NULL,'Hamilton Township','NJ','08619','Mercerville','Mercer County','United States','US','ChIJ9eiX4MxYwYkRONvpFM_OV3A',40.22944650,-74.68822360,6,'2026-03-25 19:41:50','2026-03-25 19:41:50','3a959123-c89e-481a-a579-289f71694a2a'),
(7543,50405,1,2,'140 Park Ave, East Orange, NJ 07017, USA',NULL,NULL,'140 Park Ave',NULL,'East Orange','NJ','07017',NULL,'Essex County','United States','US','ChIJD9j3Fr9UwokRtLeaZjZFUho',40.76408490,-74.19873450,6,'2026-03-25 19:42:13','2026-03-25 19:42:13','57581a03-ed04-4720-89c8-021da0f5abcc'),
(7545,50410,1,2,'2 Deerpark Dr, Monmouth Junction, NJ 08852, USA',NULL,NULL,'2 Deerpark Dr',NULL,'South Brunswick Township','NJ','08852','Monmouth Junction','Middlesex County','United States','US','ChIJbcqDLWTdw4kR6MY0RNwRySI',40.37678940,-74.58449620,6,'2026-03-25 19:42:33','2026-03-25 19:42:33','314d77ae-3bcb-45df-97b4-8ac521774dbd'),
(7547,50415,1,2,'1340 Park Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1340 Park Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJR_Yt8Vi3w4kRzTt2mt6BgFM',40.60343340,-74.40458330,6,'2026-03-25 19:42:53','2026-03-25 19:42:53','3d8e1983-25da-4fa1-b284-0e261d26be83'),
(7549,50420,1,2,'315 E Lindsley Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'315 E Lindsley Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJg5OZcNMBw4kReH8zSKmJFi4',40.86962480,-74.22449950,6,'2026-03-25 19:43:09','2026-03-25 19:43:09','347b90ea-30aa-4452-b093-978a2ef4248a'),
(7551,50425,1,2,'20 Summit St, West Orange, NJ 07052, USA',NULL,NULL,'20 Summit St',NULL,'West Orange','NJ','07052',NULL,'Essex County','United States','US','ChIJn9iZZLCrw4kRHlYtfbwMey4',40.78771670,-74.27917160,6,'2026-03-25 19:43:32','2026-03-25 19:43:32','12d557fd-8f08-4151-9228-355d2e7acbc7'),
(7553,50430,1,2,'165 Fairfield Ave, West Caldwell, NJ 07006, USA',NULL,NULL,'165 Fairfield Ave',NULL,'West Caldwell','NJ','07006',NULL,'Essex County','United States','US','ChIJUVuIkuoAw4kRA4y5DeWt3A0',40.85889790,-74.28697080,6,'2026-03-25 19:43:49','2026-03-25 19:43:49','24623007-ba1a-42df-a02f-dd0ec21e1d49'),
(7555,50436,1,2,'1515 Lamberts Mill Rd, Westfield, NJ 07090, USA',NULL,NULL,'1515 Lamberts Mill Rd',NULL,'Westfield','NJ','07090',NULL,'Union County','United States','US','ChIJKXZpa2qxw4kRRU4zXftR4Ek',40.62668830,-74.33119810,6,'2026-03-25 19:44:10','2026-03-25 19:44:10','210c6ad0-7968-4bd5-ad2c-9bef86fa2f75'),
(7557,50442,1,2,'62 James St, Edison, NJ 08820, USA',NULL,NULL,'62 James St',NULL,'Edison','NJ','08820',NULL,'Middlesex County','United States','US','ChIJm_zetlG2w4kR9uTtdTWyITc',40.56053140,-74.35048450,6,'2026-03-25 19:44:24','2026-03-25 19:44:24','414b5e46-f866-4e36-8aa8-f9f01f11a8b3'),
(7559,50451,1,2,'1400 Woodland Ave, Plainfield, NJ 07060, USA',NULL,NULL,'1400 Woodland Ave',NULL,'Plainfield','NJ','07060',NULL,'Union County','United States','US','ChIJDSRHGlu3w4kR8o2MD7WGIaE',40.60178590,-74.39581210,6,'2026-03-25 19:44:40','2026-03-25 19:44:40','c2e2f22e-2c4c-4edd-ab4f-a7a334e02e66'),
(7561,50456,1,2,'338 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'338 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJKVQou9r-wokR3oV_wWFdmO8',40.86486550,-74.13665590,6,'2026-03-25 19:44:59','2026-03-25 19:44:59','d5993248-5c4c-4037-a62b-47391b10775a'),
(7563,50461,1,2,'249 High St, Newton, NJ 07860, USA',NULL,NULL,'249 High St',NULL,'Newton','NJ','07860',NULL,'Sussex County','United States','US','ChIJxzcqywRww4kRsm-YQhtM-5c',41.05484360,-74.76878720,6,'2026-03-25 19:45:17','2026-03-25 19:45:17','9cc71488-1584-4d11-b42a-d480b6595415'),
(7565,50467,1,2,'290 Red School Ln, Phillipsburg, NJ 08865, USA',NULL,NULL,'290 Red School Ln',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJYY0HcO5txIkRyyexDMVt9BQ',40.70442010,-75.16863100,6,'2026-03-25 19:45:37','2026-03-25 19:45:37','3b8afbdb-b177-49e5-8067-2e3334d8d617'),
(7567,50472,1,2,'360 Chestnut St, Passaic, NJ 07055, USA',NULL,NULL,'360 Chestnut St',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJXSOkA7L_wokRseTWyMye3yo',40.86473560,-74.13697590,6,'2026-03-25 19:45:53','2026-03-25 19:45:53','86a2f825-feef-4335-9fb5-124a2e808408'),
(7569,50477,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-03-25 19:46:13','2026-03-25 19:46:13','0146af95-cce6-46fd-9c8b-d749bab70ca0'),
(7571,50482,1,2,'56 Hamilton Ave, Passaic, NJ 07055, USA',NULL,NULL,'56 Hamilton Ave',NULL,'Passaic','NJ','07055',NULL,'Passaic County','United States','US','ChIJPxycqjL5wokRHEPzSikInMA',40.86377120,-74.12373160,6,'2026-03-25 19:46:30','2026-03-25 19:46:30','0c371f66-9a70-47cd-805c-5ce6b4283eac'),
(7572,50484,1,2,'77 E 43rd St, Paterson, NJ 07514, USA',NULL,NULL,'77 E 43rd St',NULL,'Paterson','NJ','07514',NULL,'Passaic County','United States','US','ChIJDdLK23P8wokRia1oUg-aA48',40.91855330,-74.13197400,6,'2026-03-25 19:46:40','2026-03-25 19:46:40','a299d95e-615e-4a0f-8082-d35dbf2a6fab'),
(7574,50488,1,2,'7600 River Rd, North Bergen, NJ 07047, USA',NULL,NULL,'7600 River Rd',NULL,'North Bergen','NJ','07047',NULL,'Hudson County','United States','US','Eio3NjAwIFJpdmVyIFJkLCBOb3J0aCBCZXJnZW4sIE5KIDA3MDQ3LCBVU0EiMRIvChQKEgmPxwoDd1jCiRGhTEVAceahrxCwOyoUChIJYwFbe1L2wokR20FFySceg34',40.79357600,-73.99748080,6,'2026-03-25 19:46:57','2026-03-25 19:46:57','edd45e07-6b2b-4b18-be0d-741a6ac6f235'),
(7576,50493,1,2,'333 Grand Ave, Englewood, NJ 07631, USA',NULL,NULL,'333 Grand Ave',NULL,'Englewood','NJ','07631',NULL,'Bergen County','United States','US','ChIJQUrbryjxwokRJ1nXdgX0ZrI',40.88203630,-73.97778540,6,'2026-03-25 19:47:14','2026-03-25 19:47:14','2c976389-b72c-4dff-b750-bd7c9ab93d00'),
(7578,50498,1,2,'69 Maple Rd, West Milford, NJ 07480, USA',NULL,NULL,'69 Maple Rd',NULL,'West Milford','NJ','07480',NULL,'Passaic County','United States','US','ChIJk3K2jmwaw4kRCu8e-dmmsOs',41.06622600,-74.38906860,6,'2026-03-25 19:47:33','2026-03-25 19:47:33','7f819c93-00f2-4cc3-974c-7a05413d8118'),
(7580,50503,1,2,'843 Wilbur Ave, Phillipsburg, NJ 08865, USA',NULL,NULL,'843 Wilbur Ave',NULL,'Phillipsburg','NJ','08865',NULL,'Warren County','United States','US','ChIJg6jjkZ5txIkRFXsrGNAJRYA',40.68283590,-75.17307480,6,'2026-03-25 19:47:50','2026-03-25 19:47:50','4b634c67-f939-42fc-a366-11146853a7dc'),
(7582,50509,1,2,'336 Prospect Ave, Hackensack, NJ 07601, USA',NULL,NULL,'336 Prospect Ave',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJafTP8hf6wokR-w4xCIg8Ff0',40.89399650,-74.05253130,6,'2026-03-25 19:48:08','2026-03-25 19:48:08','25e57c6b-bc91-42e6-ac46-ee1be9e18f62'),
(7584,50515,1,2,'50 Polifly Rd, Hackensack, NJ 07601, USA',NULL,NULL,'50 Polifly Rd',NULL,'Hackensack','NJ','07601',NULL,'Bergen County','United States','US','ChIJCy6nW4v5wokRhW9_TlcX7xU',40.87923510,-74.05467520,6,'2026-03-25 19:48:35','2026-03-25 19:48:35','1377ffa6-f60f-48c5-a896-316d333aec5a'),
(7586,50520,1,2,'130 Terhune Dr, Wayne, NJ 07470, USA',NULL,NULL,'130 Terhune Dr',NULL,'Wayne','NJ','07470',NULL,'Passaic County','United States','US','ChIJ1QQ1Ky0Dw4kRFz5GRecC6CI',40.99359440,-74.27424880,6,'2026-03-25 19:49:02','2026-03-25 19:49:02','c295f849-da35-47a0-99ec-d81dd91b1d96'),
(7588,50526,1,2,'1755 N Barker Rd, Brookfield, WI 53045, USA',NULL,NULL,'1755 N Barker Rd',NULL,'Brookfield','WI','53045',NULL,'Waukesha County','United States','US','ChIJhSuJl2IHBYgRex-3Lfy-AXU',43.05471290,-88.16748230,6,'2026-03-25 19:51:03','2026-03-25 19:51:03','50d1a6f4-ff9a-4467-a8fb-5a2aeb2b96ae'),
(7590,50531,1,2,'452 Fox Lake Rd, Waupun, WI 53963, USA',NULL,NULL,'452 Fox Lake Rd',NULL,'Waupun','WI','53963',NULL,'Dodge County','United States','US','ChIJl2YB5SwdBIgRTd3pAd9RWrM',43.62919470,-88.75614890,6,'2026-03-25 19:51:39','2026-03-25 19:51:39','b9cebf63-f467-458a-812d-74a919e56ea1'),
(7592,50536,1,2,'6263 N Green Bay Ave, Glendale, WI 53209, USA',NULL,NULL,'6263 N Green Bay Ave',NULL,'Glendale','WI','53209',NULL,'Milwaukee County','United States','US','ChIJbfKPyNgdBYgR6C2M8jVxmwc',43.13139880,-87.93496670,6,'2026-03-25 19:51:58','2026-03-25 19:51:58','8fe56dc5-17db-4c49-8882-a1f9f77cba1f'),
(7594,50541,1,2,'10330 Prairie Ridge Blvd, Pleasant Prairie, WI 53158, USA',NULL,NULL,'10330 Prairie Ridge Blvd',NULL,'Pleasant Prairie','WI','53158',NULL,'Kenosha County','United States','US','ChIJPaqn6IdhBYgRZK2jO4Z8a6o',42.56240410,-87.93251600,6,'2026-03-25 19:52:16','2026-03-25 19:52:16','b5b85b06-39b5-4eb8-9fce-06bf8f4040f6'),
(7596,50547,1,2,'9449 W Forest Home Ave, Hales Corners, WI 53130, USA',NULL,NULL,'9449 W Forest Home Ave',NULL,'Hales Corners','WI','53130',NULL,'Milwaukee County','United States','US','ChIJpwJ4nz8OBYgREMzvc7_3Yx4',42.94672140,-88.03078610,6,'2026-03-25 19:52:35','2026-03-25 19:52:35','d74a2e44-95c3-47e1-8aa6-7f8ec7bccbce'),
(7598,50552,1,2,'1810 Kensington Dr, Waukesha, WI 53188, USA',NULL,NULL,'1810 Kensington Dr',NULL,'Waukesha','WI','53188',NULL,'Waukesha County','United States','US','ChIJTcojRfelBYgRgVUDYDRj_yg',43.00213400,-88.25652660,6,'2026-03-25 19:52:54','2026-03-25 19:52:54','79546ed2-5bad-4fe5-9fd2-772aaa0c6e58'),
(7600,50557,1,2,'2021 S Alverno Rd, Manitowoc, WI 54220, USA',NULL,NULL,'2021 S Alverno Rd',NULL,'Manitowoc','WI','54220',NULL,'Manitowoc County','United States','US','ChIJjSilzIE4A4gRwhJDqm5jmpE',44.07459600,-87.73947000,6,'2026-03-25 19:53:33','2026-03-25 19:53:33','609a5bd3-0048-4f0c-adbc-1351e03a7015'),
(7602,50562,1,2,'814 Jackson St, Stoughton, WI 53589, USA',NULL,NULL,'814 Jackson St',NULL,'Stoughton','WI','53589',NULL,'Dane County','United States','US','ChIJvSdjdRVGBogR6FXREcB9FPo',42.92077270,-89.23004550,6,'2026-03-25 19:53:51','2026-03-25 19:53:51','f81d7bc1-e092-49db-94b5-c7ba50bd427c'),
(7604,50567,1,2,'3205 Wood Rd, Racine, WI 53406, USA',NULL,NULL,'3205 Wood Rd',NULL,'Racine','WI','53406',NULL,'Racine County','United States','US','ChIJQVDlzbFCBYgRlEg9voVAmH8',42.69434730,-87.84431680,6,'2026-03-25 19:54:11','2026-03-25 19:54:11','c3210dda-e63d-40d7-b17c-bd37d58a629f'),
(7606,50572,1,2,'4500 W Loomis Rd, Greenfield, WI 53220, USA',NULL,NULL,'4500 W Loomis Rd',NULL,'Greenfield','WI','53220',NULL,'Milwaukee County','United States','US','ChIJFy5yUgcRBYgRRNdMif7YQRA',42.95792110,-87.97214530,6,'2026-03-25 19:54:30','2026-03-25 19:54:30','776ae8b4-37a9-4859-adfd-30da34d7608f'),
(7608,50577,1,2,'1414 Jefferson St, Baraboo, WI 53913, USA',NULL,NULL,'1414 Jefferson St',NULL,'Baraboo','WI','53913',NULL,'Sauk County','United States','US','ChIJtxHYw5xqB4gRyx9zFrcKNp0',43.47921440,-89.72776340,6,'2026-03-25 19:54:53','2026-03-25 19:54:53','08e481e2-5789-4d28-9090-fbb262be5ccd'),
(7610,50582,1,2,'3401 Maple Grove Dr, Madison, WI 53719, USA',NULL,NULL,'3401 Maple Grove Dr',NULL,'Madison','WI','53719',NULL,'Dane County','United States','US','ChIJA72KfNyxB4gRWZ_AS8OiviA',43.01140840,-89.49778690,6,'2026-03-25 19:55:08','2026-03-25 19:55:08','7fbcfebf-1ea9-44e3-8cac-24d7e99b5931'),
(7612,50588,1,2,'10915 Bernies Way, Germantown, WI 53022, USA',NULL,NULL,'10915 Bernies Way',NULL,'Germantown','WI','53022',NULL,'Washington County','United States','US','EiwxMDkxNSBCZXJuaWVzIFdheSwgR2VybWFudG93biwgV0kgNTMwMjIsIFVTQSIxEi8KFAoSCVFEH8Lg_gSIEbWBGiL7HkIkEKNVKhQKEgkdUYbp4P4EiBFz-oIfszNxpQ',43.21658500,-88.12493240,6,'2026-03-25 19:55:26','2026-03-25 19:55:26','619cceb2-a7e5-439b-bb4f-298b903fe8da'),
(7614,50594,1,2,'900 Van Buren St, Annapolis, MD 21403, USA',NULL,NULL,'900 Van Buren St',NULL,'Annapolis','MD','21403',NULL,'Anne Arundel County','United States','US','ChIJxeN0_2X2t4kRbQgyJXQPuVo',38.96134220,-76.49086660,6,'2026-03-25 19:57:30','2026-03-25 19:57:30','9bc0ed49-7ff2-4bd5-b582-41dae5c44a24'),
(7616,50599,1,2,'205 Armstrong St, Centreville, MD 21617, USA',NULL,NULL,'205 Armstrong St',NULL,'Centreville','MD','21617',NULL,'Queen Anne\'s County','United States','US','ChIJWRlyimdzuIkRUHSYyMNMDiA',39.05001010,-76.06229530,6,'2026-03-25 19:58:11','2026-03-25 19:58:11','0dd52e24-c466-4e62-9216-2f8e9309bd60'),
(7618,50604,1,2,'14014 Marsh Pike, Hagerstown, MD 21742, USA',NULL,NULL,'14014 Marsh Pike',NULL,'Hagerstown','MD','21742',NULL,'Washington County','United States','US','ChIJZcPEcaWTyYkRYcyF2LPzFLM',39.70123730,-77.68700810,6,'2026-03-25 19:58:34','2026-03-25 19:58:34','4b509a01-a07b-4a44-bea4-a7fe8cd3f678'),
(7620,50609,1,2,'7232 German Hill Rd, Baltimore, MD 21222, USA',NULL,NULL,'7232 German Hill Rd',NULL,'Baltimore','MD','21222','Graceland Park',NULL,'United States','US','Ei03MjMyIEdlcm1hbiBIaWxsIFJkLCBCYWx0aW1vcmUsIE1EIDIxMjIyLCBVU0EiMRIvChQKEgkxz2N3tAbIiRF_FzclkpTSiBDAOCoUChIJDzHM-NEGyIkRHYCNrma03-s',39.28164890,-76.53053970,6,'2026-03-25 19:58:54','2026-03-25 19:58:54','4b1d538d-adae-47da-ac13-f11c1fbbd0c8'),
(7622,50615,1,2,'4922 Lasalle Rd, Hyattsville, MD 20782, USA',NULL,NULL,'4922 Lasalle Rd',NULL,'Hyattsville','MD','20782',NULL,'Prince George\'s County','United States','US','ChIJ8c-07bDHt4kRJb6KEuKBC94',38.95279570,-76.97938260,6,'2026-03-25 19:59:12','2026-03-25 19:59:12','4275265a-e2b7-4b05-a92e-6618db6ad8d7'),
(7624,50620,1,2,'1 Magnolia Dr, La Plata, MD 20646, USA',NULL,NULL,'1 Magnolia Dr',NULL,'La Plata','MD','20646',NULL,'Charles County','United States','US','ChIJV5z4z5IIt4kRfAHzjqTW_YM',38.53846950,-76.98796800,6,'2026-03-25 19:59:30','2026-03-25 19:59:30','4cc0355e-6177-43a0-876f-852f1fd49742'),
(7626,50625,1,2,'7700 York Rd, Towson, MD 21204, USA',NULL,NULL,'7700 York Rd',NULL,'Towson','MD','21204',NULL,'Baltimore County','United States','US','ChIJN4f1AZgPyIkRhNwuu5RZOtg',39.38855660,-76.60641660,6,'2026-03-25 19:59:50','2026-03-25 19:59:50','9f5a79d4-0ae0-494d-96b5-918d9ac52d5a'),
(7628,50630,1,2,'310 Genesis Way, Severna Park, MD 21146, USA',NULL,NULL,'310 Genesis Way',NULL,'Severna Park','MD','21146',NULL,'Anne Arundel County','United States','US','ChIJvQKUNMr7t4kRR4QMZXr9VN0',39.08239920,-76.56914100,6,'2026-03-25 20:00:09','2026-03-25 20:00:09','21e3bade-21c4-476a-b2ab-ccf7e6ecd585'),
(7630,50635,1,2,'12325 New Hampshire Ave, Silver Spring, MD 20904, USA',NULL,NULL,'12325 New Hampshire Ave',NULL,'Silver Spring','MD','20904',NULL,'Montgomery County','United States','US','ChIJt-DNEG_Ft4kRiqwM9UI4vcU',39.05925410,-76.99689550,6,'2026-03-25 20:00:27','2026-03-25 20:00:27','f35c7f09-2cbe-4f3f-b9de-d4ca6989a7a9'),
(7632,50640,1,2,'4011 Randolph Rd, Silver Spring, MD 20902, USA',NULL,NULL,'4011 Randolph Rd',NULL,'Silver Spring','MD','20902',NULL,'Montgomery County','United States','US','ChIJv-OqnGDOt4kRxYpEV7oazDg',39.05799320,-77.07979730,6,'2026-03-25 20:00:41','2026-03-25 20:00:41','7c76314a-f44d-4e8f-820b-c3e17379b08f'),
(7634,50648,1,2,'1 Diane Dr, Fort Ashby, WV 26719, USA',NULL,NULL,'1 Diane Dr',NULL,'Fort Ashby','WV','26719',NULL,'Mineral County','United States','US','ChIJWwDxRI6DyokROW5XVIfsAr0',39.51095080,-78.77784770,6,'2026-03-25 20:02:16','2026-03-25 20:02:16','55a19b03-fb79-4470-81b6-9a4fd3d1d1cc'),
(7636,50653,1,2,'1000 Association Dr, Charleston, WV 25311, USA',NULL,NULL,'1000 Association Dr',NULL,'Charleston','WV','25311',NULL,'Kanawha County','United States','US','ChIJgcWvv1PTSIgRWeaCJjR7kLE',38.35654620,-81.61035340,6,'2026-03-25 20:03:06','2026-03-25 20:03:06','7951008b-85f7-4fa7-b783-ba7d8685443b'),
(7638,50665,1,2,'5501 Perkiomen Ave, Reading, PA 19606, USA',NULL,NULL,'5501 Perkiomen Ave',NULL,'Reading','PA','19606',NULL,'Berks County','United States','US','ChIJDfxLYrB7xokRL_kKRLRKryA',40.29887390,-75.84274160,6,'2026-03-25 20:26:14','2026-03-25 20:26:14','277c9a95-4815-4927-9b67-72d4eced1b2c'),
(7640,50671,1,2,'350 Haws Ln, Flourtown, PA 19031, USA',NULL,NULL,'350 Haws Ln',NULL,'Flourtown','PA','19031',NULL,'Montgomery County','United States','US','ChIJ3_r21zS6xokR0QRiwkraYW4',40.10205720,-75.20050790,6,'2026-03-25 20:26:43','2026-03-25 20:26:43','71863f11-ed6f-459c-b75c-fd529f45e916'),
(7642,50677,1,2,'1718 Spring Creek Rd, Macungie, PA 18062, USA',NULL,NULL,'1718 Spring Creek Rd',NULL,'Macungie','PA','18062',NULL,'Lehigh County','United States','US','ChIJn-NYOTMwxIkRW6TR3igTq3s',40.54578910,-75.57312030,6,'2026-03-25 20:27:02','2026-03-25 20:27:02','41df206e-c17d-49b7-b67f-0144aa300f6f'),
(7644,54156,1,2,'536 Ridge Rd, Cedar Grove, NJ 07009, USA',NULL,NULL,'536 Ridge Rd',NULL,'Cedar Grove','NJ','07009',NULL,'Essex County','United States','US','ChIJfa4MdicAw4kRvQgwEb48Pkc',40.85500960,-74.21892110,6,'2026-03-30 13:50:32','2026-03-30 13:50:32','e442eca1-50f0-44c7-b7da-7803e5b13ba4');
/*!40000 ALTER TABLE `googlemaps_addresses` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `gqlschemas`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `gqlschemas` WRITE;
/*!40000 ALTER TABLE `gqlschemas` DISABLE KEYS */;
INSERT INTO `gqlschemas` VALUES
(1,'Public Schema','[]',1,'2025-04-18 17:57:36','2025-04-18 17:57:36','91f61779-d19c-4e22-8117-f914bf3c7473');
/*!40000 ALTER TABLE `gqlschemas` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `gqltokens`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `gqltokens` WRITE;
/*!40000 ALTER TABLE `gqltokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `gqltokens` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `imagetransforms`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `imagetransforms` WRITE;
/*!40000 ALTER TABLE `imagetransforms` DISABLE KEYS */;
INSERT INTO `imagetransforms` VALUES
(1,'Landscape','landscape','crop','center-center',1500,750,NULL,70,'none',NULL,0,'2025-07-30 21:36:26','2025-07-30 21:36:26','2026-01-26 20:13:51','9b0fd5c1-6754-4af0-bd46-e541a03adbba'),
(2,'Award','award','fit','center-center',400,400,NULL,80,'none',NULL,0,'2026-01-26 20:11:48','2026-01-26 20:11:48','2026-01-26 20:13:55','1aa04fc5-1f1f-45b5-8364-201b01367c82'),
(3,'Team Member','teamMember','crop','center-center',600,600,'jpg',80,'none',NULL,0,'2026-01-26 20:13:44','2026-01-26 20:13:44','2026-01-26 20:13:44','b61c037f-15ff-4fe5-86c0-ea6a37360bc7');
/*!40000 ALTER TABLE `imagetransforms` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `info`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `info` WRITE;
/*!40000 ALTER TABLE `info` DISABLE KEYS */;
INSERT INTO `info` VALUES
(1,'5.9.18','5.9.0.8',1,'ledazetegvkg','3@kfwpvfzqmj','2025-04-18 16:59:46','2026-03-30 18:42:45','72f92249-3d8e-4917-9dec-6a13be4cdcf3');
/*!40000 ALTER TABLE `info` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `migrations`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `migrations` WRITE;
/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
INSERT INTO `migrations` VALUES
(1,'craft','Install','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','99863a76-3f9c-4023-9f91-d931e13a43be'),
(2,'craft','m221101_115859_create_entries_authors_table','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','f056eef2-dc0e-428b-ab77-566fb04583c4'),
(3,'craft','m221107_112121_add_max_authors_to_sections','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','1e922806-3464-459f-879d-da7e53e61f46'),
(4,'craft','m221205_082005_translatable_asset_alt_text','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','a5f0e548-69d6-45cd-9161-6082cbc902f1'),
(5,'craft','m230314_110309_add_authenticator_table','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','d4e70d2d-37d3-4594-9ef1-e8595ddcbcfc'),
(6,'craft','m230314_111234_add_webauthn_table','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','7d06e80f-9115-44b6-8571-c5b630a77342'),
(7,'craft','m230503_120303_add_recoverycodes_table','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','38c2d892-7734-4be3-9572-0892dd935230'),
(8,'craft','m230511_000000_field_layout_configs','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','0054412f-f4dd-4da3-ad4e-02fd3420b685'),
(9,'craft','m230511_215903_content_refactor','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','08f68828-fa5b-4a73-9a92-630877340523'),
(10,'craft','m230524_000000_add_entry_type_show_slug_field','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','7249e67e-5f65-4b7d-9ce0-fc8e44cc48fd'),
(11,'craft','m230524_000001_entry_type_icons','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','b16cbb4a-d805-425c-88e6-25bc58fb3a33'),
(12,'craft','m230524_000002_entry_type_colors','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','412d3a0d-4d4f-4d0e-a545-08a2367069b1'),
(13,'craft','m230524_220029_global_entry_types','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','d0193cf6-139a-4b7a-811b-891ac756a13d'),
(14,'craft','m230531_123004_add_entry_type_show_status_field','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','7eb4c2c6-75fe-4295-8651-1fa77e744d91'),
(15,'craft','m230607_102049_add_entrytype_slug_translation_columns','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','868ba777-3c28-49dd-8f6c-50571bd833c8'),
(16,'craft','m230616_173810_kill_field_groups','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','4db568ba-0986-443b-9917-8750fcf31a9f'),
(17,'craft','m230616_183820_remove_field_name_limit','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','a165a656-884f-4208-b35f-8a878a2614b3'),
(18,'craft','m230617_070415_entrify_matrix_blocks','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','0912adcf-2c95-48f9-b6fc-84d087335358'),
(19,'craft','m230710_162700_element_activity','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','1cbf37a4-04f7-4728-923c-cadc361de697'),
(20,'craft','m230820_162023_fix_cache_id_type','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','8300c922-d458-4e12-b385-a84c9bcea98f'),
(21,'craft','m230826_094050_fix_session_id_type','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','b1641cdd-1f28-4f5d-908b-1351e70cfb73'),
(22,'craft','m230904_190356_address_fields','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','e39a82ed-2d5c-4e2e-9948-0d7336148599'),
(23,'craft','m230928_144045_add_subpath_to_volumes','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','7667cd64-4a6b-4819-bd22-e8f39a30c080'),
(24,'craft','m231013_185640_changedfields_amend_primary_key','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','239ac0ec-d238-4069-acfc-a7b8fb0a90f2'),
(25,'craft','m231213_030600_element_bulk_ops','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','23050de0-a16d-4163-888a-900d90a1e8fc'),
(26,'craft','m240129_150719_sites_language_amend_length','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','868ff541-0b01-489f-9e18-e6b7638d5b87'),
(27,'craft','m240206_035135_convert_json_columns','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','27e3256a-9e8d-4013-a0f0-59bca85ed8f4'),
(28,'craft','m240207_182452_address_line_3','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','0a0769d6-e02f-4310-93e0-fd964a8366eb'),
(29,'craft','m240302_212719_solo_preview_targets','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','f4d7623b-1291-42d3-a16e-4c8c7ffc2438'),
(30,'craft','m240619_091352_add_auth_2fa_timestamp','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','4171f37c-5283-457f-a102-97b5b508dd03'),
(31,'craft','m240723_214330_drop_bulkop_fk','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','bed60e74-f5a8-41d9-bcf1-b1cf25124dd3'),
(32,'craft','m240731_053543_soft_delete_fields','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','7364d048-98c2-4ebe-8add-438d15d95da7'),
(33,'craft','m240805_154041_sso_identities','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','0e6a7111-c979-4230-8a41-7fe019bbac99'),
(34,'craft','m240926_202248_track_entries_deleted_with_section','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','e0d7b208-162b-4e0b-a688-ca99a1f29cfe'),
(35,'craft','m241120_190905_user_affiliated_sites','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','fae14852-aa9d-405c-8332-85263714fcb7'),
(36,'craft','m241125_122914_add_viewUsers_permission','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','a7bb6a96-0e8b-4ebb-b36e-dcdf63a339f0'),
(37,'craft','m250119_135304_entry_type_overrides','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','18555cb9-4db4-4cbc-9a21-c99b5a672ffb'),
(38,'craft','m250206_135036_search_index_queue','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','b4533593-9207-4325-9075-7cce56191077'),
(39,'craft','m250207_172349_bulkop_events','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','4e5a755e-9265-4a96-8f1d-70372d0e308d'),
(40,'craft','m250315_131608_unlimited_authors','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','24c361b1-7afe-4d0a-b754-f300507725a5'),
(41,'craft','m250403_171253_static_statuses','2025-04-18 16:59:46','2025-04-18 16:59:46','2025-04-18 16:59:46','f00ee391-36dc-40ab-ab20-473e352f0d2a'),
(42,'craft','m250512_164202_asset_mime_types','2025-07-28 20:19:53','2025-07-28 20:19:53','2025-07-28 20:19:53','8f8a6193-4c38-46bd-ae41-dae7362ec9d0'),
(43,'craft','m250522_090843_add_deleteEntriesForSite_and_deletePeerEntriesForSite_permissions','2025-07-28 20:19:53','2025-07-28 20:19:53','2025-07-28 20:19:53','a374852b-0e2d-479a-a3f7-556a04a04583'),
(44,'craft','m250531_183058_content_blocks','2025-07-28 20:19:53','2025-07-28 20:19:53','2025-07-28 20:19:53','0092f1b6-a193-41cd-89cc-fc4b4d4df517'),
(45,'craft','m250623_105031_entry_type_descriptions','2025-07-28 20:19:54','2025-07-28 20:19:54','2025-07-28 20:19:54','37e828d4-0d22-42eb-92f8-f6e1f0ea56e5'),
(46,'plugin:google-maps','Install','2025-07-28 20:38:58','2025-07-28 20:38:58','2025-07-28 20:38:58','3f1eb5fe-0754-4581-92c3-5224bf70b0be'),
(47,'plugin:google-maps','m210914_223501_add_subfields','2025-07-28 20:38:58','2025-07-28 20:38:58','2025-07-28 20:38:58','9e7ba644-2d8a-45b2-af58-3535e83923f5'),
(48,'plugin:google-maps','m210914_223502_populate_subfields','2025-07-28 20:38:58','2025-07-28 20:38:58','2025-07-28 20:38:58','c4443fca-3a2c-4443-a7aa-8eca9d855c3b'),
(49,'plugin:google-maps','m211111_212501_announcements_v4_1','2025-07-28 20:38:58','2025-07-28 20:38:58','2025-07-28 20:38:58','6935dc3c-5a6c-4906-add4-9adffbe74fcc'),
(50,'plugin:google-maps','m221125_125701_update_subfield_config','2025-07-28 20:38:58','2025-07-28 20:38:58','2025-07-28 20:38:58','5eead6eb-724c-4b3c-99df-fe28710b647b'),
(51,'plugin:google-maps','m240320_131520_add_more_subfields','2025-07-28 20:38:58','2025-07-28 20:38:58','2025-07-28 20:38:58','1a2077d7-da83-498b-ae04-0fabdaa0de03'),
(52,'plugin:google-maps','m240530_122024_multisite_support','2025-07-28 20:38:58','2025-07-28 20:38:58','2025-07-28 20:38:58','1cc2e514-c870-4973-a9b9-3f3311a73029'),
(53,'plugin:ckeditor','Install','2025-07-30 21:03:58','2025-07-30 21:03:58','2025-07-30 21:03:58','4389c595-cfb1-4e5b-a01c-6522fa888505'),
(54,'plugin:ckeditor','m230408_163704_v3_upgrade','2025-07-30 21:03:58','2025-07-30 21:03:58','2025-07-30 21:03:58','2017dc5b-0ed0-48c3-b8df-ec60de996645'),
(55,'plugin:feed-me','Install','2025-09-11 17:55:24','2025-09-11 17:55:24','2025-09-11 17:55:24','fbed04d9-a8e3-4d6f-8eea-34be9a4ca07f'),
(56,'plugin:feed-me','m230123_152413_set_empty_values','2025-09-11 17:55:24','2025-09-11 17:55:24','2025-09-11 17:55:24','fcecd261-6909-4279-b3f5-8570babbe176'),
(57,'plugin:feed-me','m240523_145259_field_mapping_column_change','2025-09-11 17:55:24','2025-09-11 17:55:24','2025-09-11 17:55:24','221aac18-e648-4ece-af95-dc4adbbc42c8'),
(58,'plugin:feed-me','m240611_134740_create_logs_table','2025-09-11 17:55:24','2025-09-11 17:55:24','2025-09-11 17:55:24','ee7d5c3f-861b-4afe-a607-b58d7ba9bb46'),
(59,'module:verbb-auth','m221127_000000_install','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','f745ff64-9a4b-46f9-8eb8-0242c8a6d040'),
(60,'plugin:formie','Install','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','ceaba036-6f39-4df7-9a05-4850908b135b'),
(61,'plugin:formie','m231125_000000_craft5','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','05a09917-b1c3-42e5-8d4e-a7782f742c0f'),
(62,'plugin:formie','m231129_000000_integrations_mapping','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','65bad2ad-3aa5-43d8-854f-0a8170c87b49'),
(63,'plugin:formie','m231130_000000_conditions_mapping','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','09712cec-00e3-4376-989a-2bb27eb860ec'),
(64,'plugin:formie','m231202_000000_auth_module','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','836628d6-5fb7-49f6-9fca-f3dda6f1740a'),
(65,'plugin:formie','m240130_000000_permissions','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','27115740-96e8-419e-903b-5e6593d3e023'),
(66,'plugin:formie','m240313_000000_subfields','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','0d0086e1-acd3-4b6b-b6fd-2d127dbc4276'),
(67,'plugin:formie','m240318_000000_fix_content_table','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','2122cc61-8168-4229-80be-fe88e869aaa1'),
(68,'plugin:formie','m240318_000000_migrate_stencils','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','eb9dce34-dee8-4cf1-b6ef-ae4f51541dba'),
(69,'plugin:formie','m240318_000000_notification_fields','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','68dbc466-6418-4cf2-a6a2-b45e10e32d7b'),
(70,'plugin:formie','m240325_000000_notifications_custom_settings','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','c5696f90-5d3e-4ea2-a700-568fdd2de690'),
(71,'plugin:formie','m240407_000000_payment_fk','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','dc7605b4-8ef5-4e3b-b13f-1b57c009627a'),
(72,'plugin:formie','m240507_000000_entry_integration_ids','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','95c6fa87-4d28-4c00-98ff-3cc31024c84b'),
(73,'plugin:formie','m240528_000000_payment_fk','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','13a720a2-3736-4d08-a653-be2f46005cec'),
(74,'plugin:formie','m240614_000000_klaviyo','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','464ee41c-73e0-4b8c-ad56-7f8ff4db5408'),
(75,'plugin:formie','m240807_000000_migrate_date_field_datetime','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','d56957c5-e704-405f-adad-70a3ea3bdd83'),
(76,'plugin:formie','m241128_000000_user_group_integrations','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','1b071e58-9cd5-47a3-bf82-6cff8c168dcf'),
(77,'plugin:formie','m241128_100000_entry_integrations','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','6237e025-f29f-46f2-974c-d14ae3e50d9a'),
(78,'plugin:formie','m250113_000000_calculations','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','3d9cc288-dff3-44bb-b427-734772933b37'),
(79,'plugin:formie','m250114_000000_email_blocked_domains','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','ff469baa-960d-4f2a-a745-4af649abb479'),
(80,'plugin:formie','m250117_000000_date_year_min','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','b58d67e0-7488-4d07-b9df-252f0a3e1cf6'),
(81,'plugin:formie','m250516_000000_payment_redirect','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','f094016a-a87b-4687-b030-7d2ddf380185'),
(82,'plugin:formie','m250711_000000_fix_element_field_source_ids','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','9b58bb37-b0cf-4304-b7ea-00406d102ce3'),
(83,'plugin:formie','m250806_000000_integrations_optin','2025-10-08 22:05:36','2025-10-08 22:05:36','2025-10-08 22:05:36','7dc1c64e-d2f2-4d72-8a8a-541d69ad029d'),
(84,'plugin:feed-me','m251024_130344_add_sequences_table','2025-12-05 18:55:35','2025-12-05 18:55:35','2025-12-05 18:55:35','d920a69a-af0d-4939-9555-5590aef41e42'),
(85,'plugin:formie','m251014_000000_date_subfields','2025-12-05 18:55:35','2025-12-05 18:55:35','2025-12-05 18:55:35','f7ab18f3-c871-4357-90e2-b6d845156120'),
(86,'plugin:formie','m251114_000000_email_conditions_mapping','2025-12-05 18:55:35','2025-12-05 18:55:35','2025-12-05 18:55:35','6e41f1c1-9e69-4a94-a057-baf05c7d597c'),
(87,'content','m260106_210000_backfill_amenities_table','2026-01-06 21:34:41','2026-01-06 21:34:41','2026-01-06 21:34:41','2167850f-a392-482d-8ca9-c10b6ccfb0ab'),
(88,'plugin:postmark','m190220_005730_update_email_settings','2026-01-15 20:56:24','2026-01-15 20:56:24','2026-01-15 20:56:24','ae97757d-6151-4609-a142-dbb7b1cb2e34'),
(89,'plugin:postmark','m190727_220415_drop_plugin_settings','2026-01-15 20:56:24','2026-01-15 20:56:24','2026-01-15 20:56:24','fd99416d-1a9b-43ce-a0c4-f4d7539db012'),
(90,'craft','m250910_144630_add_elements_owners_sort_order_index','2026-02-17 14:54:55','2026-02-17 14:54:55','2026-02-17 14:54:55','7e2f362c-6883-4fc8-b1cc-b4f9cc26afc8'),
(91,'craft','m251030_203440_drop_widgets_enabled_column','2026-02-17 14:54:55','2026-02-17 14:54:55','2026-02-17 14:54:55','b5f05f56-27c2-4684-ba3e-ab82452e3ca2'),
(92,'craft','m251110_192405_entry_type_ui_label_formats','2026-02-17 14:54:55','2026-02-17 14:54:55','2026-02-17 14:54:55','7d715735-f13d-4205-aea7-7b24b08e6d0f'),
(93,'craft','m251205_190131_drop_searchindexqueue_fk','2026-02-17 14:54:55','2026-02-17 14:54:55','2026-02-17 14:54:55','adedd234-1331-400a-b73e-50584da63b7b'),
(94,'craft','m251230_192239_update_field_layouts','2026-02-17 14:54:55','2026-02-17 14:54:55','2026-02-17 14:54:55','1f74288e-3952-425e-9cff-4a3a9865c20c'),
(95,'craft','m260106_130629_directive_schema_components','2026-02-17 14:54:55','2026-02-17 14:54:55','2026-02-17 14:54:55','88ab33a9-66d7-436c-b48e-f745bb558f04'),
(96,'craft','m260120_120907_line_breaks_in_titles','2026-02-17 14:54:55','2026-02-17 14:54:55','2026-02-17 14:54:55','21a1ff52-04c4-4ce9-b019-11e13317d390'),
(97,'craft','m260125_233614_changeAuthorForPeerEntries_permission','2026-02-17 14:54:55','2026-02-17 14:54:55','2026-02-17 14:54:55','0dc51aaa-5bac-4719-83ef-c5e982e506bf');
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `plugins`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `plugins` WRITE;
/*!40000 ALTER TABLE `plugins` DISABLE KEYS */;
INSERT INTO `plugins` VALUES
(1,'phone-number','3.0.0','1.0.0','2025-04-18 17:17:06','2025-04-18 17:17:06','2025-04-18 17:17:06','e9d0727b-393d-46b0-a285-d36f0474662d'),
(2,'google-maps','5.2.0','4.6.0','2025-07-28 20:38:58','2025-07-28 20:38:58','2026-02-17 14:58:50','7bd7a9cc-e774-4f58-9b47-f112d196838c'),
(3,'ckeditor','4.11.1','3.0.0.0','2025-07-30 21:03:58','2025-07-30 21:03:58','2026-02-18 23:42:51','f4b06ab4-c6ba-4f7c-92ab-2408a05242e7'),
(4,'feed-me','6.11.0','5.14.0','2025-09-11 17:55:24','2025-09-11 17:55:24','2025-12-05 18:55:35','790d80d4-f12b-4c45-ad63-eebdc85449f0'),
(5,'formie','3.1.15','3.4.12','2025-10-08 22:05:36','2025-10-08 22:05:36','2026-02-18 21:14:51','d7064ec3-ab62-4d02-81a3-1d0f3e0fdfdb'),
(6,'postmark','3.1.0','2.0.1','2026-01-15 20:56:24','2026-01-15 20:56:24','2026-01-15 20:56:24','5363f143-ab5b-4a50-9a9d-1cf4b8f8a2df');
/*!40000 ALTER TABLE `plugins` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `projectconfig`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `projectconfig` WRITE;
/*!40000 ALTER TABLE `projectconfig` DISABLE KEYS */;
INSERT INTO `projectconfig` VALUES
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.headingLevels.0','1'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.headingLevels.1','2'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.headingLevels.2','3'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.headingLevels.3','4'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.name','\"Simple\"'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.toolbar.0','\"heading\"'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.toolbar.1','\"|\"'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.toolbar.2','\"bold\"'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.toolbar.3','\"italic\"'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.toolbar.4','\"link\"'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.toolbar.5','\"insertImage\"'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.toolbar.6','\"bulletedList\"'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.toolbar.7','\"numberedList\"'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.toolbar.8','\"blockQuote\"'),
('ckeditor.configs.3a618d1e-ee6f-4c89-8daf-12ca493c4d04.toolbar.9','\"sourceEditing\"'),
('dateModified','1772142731'),
('elementSources.craft\\elements\\Asset.0.defaultSort.0','\"dateCreated\"'),
('elementSources.craft\\elements\\Asset.0.defaultSort.1','\"desc\"'),
('elementSources.craft\\elements\\Asset.0.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Asset.0.disabled','false'),
('elementSources.craft\\elements\\Asset.0.key','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('elementSources.craft\\elements\\Asset.0.tableAttributes.0','\"filename\"'),
('elementSources.craft\\elements\\Asset.0.tableAttributes.1','\"size\"'),
('elementSources.craft\\elements\\Asset.0.tableAttributes.2','\"dateModified\"'),
('elementSources.craft\\elements\\Asset.0.tableAttributes.3','\"link\"'),
('elementSources.craft\\elements\\Asset.0.type','\"native\"'),
('elementSources.craft\\elements\\Asset.1.defaultSort.0','\"dateCreated\"'),
('elementSources.craft\\elements\\Asset.1.defaultSort.1','\"desc\"'),
('elementSources.craft\\elements\\Asset.1.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Asset.1.disabled','false'),
('elementSources.craft\\elements\\Asset.1.key','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('elementSources.craft\\elements\\Asset.1.tableAttributes.0','\"filename\"'),
('elementSources.craft\\elements\\Asset.1.tableAttributes.1','\"size\"'),
('elementSources.craft\\elements\\Asset.1.tableAttributes.2','\"dateModified\"'),
('elementSources.craft\\elements\\Asset.1.tableAttributes.3','\"link\"'),
('elementSources.craft\\elements\\Asset.1.type','\"native\"'),
('elementSources.craft\\elements\\Asset.2.key','\"volume:19c8484a-d355-4296-9e46-757d9d673a5b\"'),
('elementSources.craft\\elements\\Asset.2.type','\"native\"'),
('elementSources.craft\\elements\\Asset.3.key','\"volume:2d194696-8755-440c-84b4-86aa817e2edc\"'),
('elementSources.craft\\elements\\Asset.3.type','\"native\"'),
('elementSources.craft\\elements\\Asset.4.key','\"volume:24150b0d-5fb2-445d-96d5-60583c2adcae\"'),
('elementSources.craft\\elements\\Asset.4.type','\"native\"'),
('elementSources.craft\\elements\\Asset.5.key','\"volume:9e9d35a0-4282-47e5-b4bd-17b167a746a7\"'),
('elementSources.craft\\elements\\Asset.5.type','\"native\"'),
('elementSources.craft\\elements\\Asset.6.key','\"volume:26cf8547-50c3-47c9-b86a-32e1a7b2c146\"'),
('elementSources.craft\\elements\\Asset.6.type','\"native\"'),
('elementSources.craft\\elements\\Asset.7.defaultSort.0','\"dateCreated\"'),
('elementSources.craft\\elements\\Asset.7.defaultSort.1','\"desc\"'),
('elementSources.craft\\elements\\Asset.7.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Asset.7.disabled','false'),
('elementSources.craft\\elements\\Asset.7.key','\"volume:55fa9cc9-badf-4600-8d51-e678ad9becf8\"'),
('elementSources.craft\\elements\\Asset.7.tableAttributes.0','\"filename\"'),
('elementSources.craft\\elements\\Asset.7.tableAttributes.1','\"size\"'),
('elementSources.craft\\elements\\Asset.7.tableAttributes.2','\"dateModified\"'),
('elementSources.craft\\elements\\Asset.7.tableAttributes.3','\"link\"'),
('elementSources.craft\\elements\\Asset.7.type','\"native\"'),
('elementSources.craft\\elements\\Asset.8.defaultSort.0','\"dateCreated\"'),
('elementSources.craft\\elements\\Asset.8.defaultSort.1','\"desc\"'),
('elementSources.craft\\elements\\Asset.8.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Asset.8.disabled','false'),
('elementSources.craft\\elements\\Asset.8.key','\"temp\"'),
('elementSources.craft\\elements\\Asset.8.tableAttributes.0','\"filename\"'),
('elementSources.craft\\elements\\Asset.8.tableAttributes.1','\"size\"'),
('elementSources.craft\\elements\\Asset.8.tableAttributes.2','\"dateModified\"'),
('elementSources.craft\\elements\\Asset.8.tableAttributes.3','\"link\"'),
('elementSources.craft\\elements\\Asset.8.type','\"native\"'),
('elementSources.craft\\elements\\Entry.0.defaultSort.0','\"postDate\"'),
('elementSources.craft\\elements\\Entry.0.defaultSort.1','\"desc\"'),
('elementSources.craft\\elements\\Entry.0.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.0.disabled','true'),
('elementSources.craft\\elements\\Entry.0.key','\"*\"'),
('elementSources.craft\\elements\\Entry.0.tableAttributes.0','\"status\"'),
('elementSources.craft\\elements\\Entry.0.tableAttributes.1','\"section\"'),
('elementSources.craft\\elements\\Entry.0.tableAttributes.2','\"postDate\"'),
('elementSources.craft\\elements\\Entry.0.tableAttributes.3','\"expiryDate\"'),
('elementSources.craft\\elements\\Entry.0.tableAttributes.4','\"link\"'),
('elementSources.craft\\elements\\Entry.0.type','\"native\"'),
('elementSources.craft\\elements\\Entry.1.heading','\"Websites\"'),
('elementSources.craft\\elements\\Entry.1.key','\"heading:01ce6e3c-a500-4e91-9e12-ec212d76dd1d\"'),
('elementSources.craft\\elements\\Entry.1.type','\"heading\"'),
('elementSources.craft\\elements\\Entry.10.defaultSort.0','\"postDate\"'),
('elementSources.craft\\elements\\Entry.10.defaultSort.1','\"desc\"'),
('elementSources.craft\\elements\\Entry.10.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.10.disabled','false'),
('elementSources.craft\\elements\\Entry.10.key','\"section:def96f72-2f27-4f70-9cfd-2015d7c81b26\"'),
('elementSources.craft\\elements\\Entry.10.tableAttributes.0','\"field:1e96bc5e-27ff-49c1-8e54-6a07e2e1f983\"'),
('elementSources.craft\\elements\\Entry.10.tableAttributes.1','\"field:e47153ae-f496-47ea-bd42-4cbe37c2eb4a\"'),
('elementSources.craft\\elements\\Entry.10.tableAttributes.2','\"field:639c3b3d-645d-4707-bc83-b84415e31d4b\"'),
('elementSources.craft\\elements\\Entry.10.tableAttributes.3','\"status\"'),
('elementSources.craft\\elements\\Entry.10.tableAttributes.4','\"postDate\"'),
('elementSources.craft\\elements\\Entry.10.tableAttributes.5','\"link\"'),
('elementSources.craft\\elements\\Entry.10.type','\"native\"'),
('elementSources.craft\\elements\\Entry.11.defaultSort.0','\"structure\"'),
('elementSources.craft\\elements\\Entry.11.defaultSort.1','\"asc\"'),
('elementSources.craft\\elements\\Entry.11.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.11.disabled','false'),
('elementSources.craft\\elements\\Entry.11.key','\"section:a89fe614-b20b-4da6-89a4-aeaa99b16003\"'),
('elementSources.craft\\elements\\Entry.11.tableAttributes.0','\"status\"'),
('elementSources.craft\\elements\\Entry.11.type','\"native\"'),
('elementSources.craft\\elements\\Entry.12.defaultSort.0','\"structure\"'),
('elementSources.craft\\elements\\Entry.12.defaultSort.1','\"asc\"'),
('elementSources.craft\\elements\\Entry.12.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.12.disabled','false'),
('elementSources.craft\\elements\\Entry.12.key','\"section:35c8d955-1942-40c5-bb74-a49cfb451be2\"'),
('elementSources.craft\\elements\\Entry.12.tableAttributes.0','\"status\"'),
('elementSources.craft\\elements\\Entry.12.type','\"native\"'),
('elementSources.craft\\elements\\Entry.13.heading','\"Services\"'),
('elementSources.craft\\elements\\Entry.13.key','\"heading:e90fd9eb-8fda-4e43-ac55-9ed41022db57\"'),
('elementSources.craft\\elements\\Entry.13.type','\"heading\"'),
('elementSources.craft\\elements\\Entry.14.defaultSort.0','\"structure\"'),
('elementSources.craft\\elements\\Entry.14.defaultSort.1','\"asc\"'),
('elementSources.craft\\elements\\Entry.14.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.14.disabled','false'),
('elementSources.craft\\elements\\Entry.14.key','\"section:268484a1-5b08-4919-b708-83d848af1f81\"'),
('elementSources.craft\\elements\\Entry.14.tableAttributes.0','\"status\"'),
('elementSources.craft\\elements\\Entry.14.tableAttributes.1','\"postDate\"'),
('elementSources.craft\\elements\\Entry.14.tableAttributes.2','\"expiryDate\"'),
('elementSources.craft\\elements\\Entry.14.tableAttributes.3','\"link\"'),
('elementSources.craft\\elements\\Entry.14.type','\"native\"'),
('elementSources.craft\\elements\\Entry.15.defaultSort.0','\"structure\"'),
('elementSources.craft\\elements\\Entry.15.defaultSort.1','\"asc\"'),
('elementSources.craft\\elements\\Entry.15.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.15.disabled','false'),
('elementSources.craft\\elements\\Entry.15.key','\"section:125b64c8-3562-4408-be2f-a4938ac4d403\"'),
('elementSources.craft\\elements\\Entry.15.tableAttributes.0','\"status\"'),
('elementSources.craft\\elements\\Entry.15.tableAttributes.1','\"postDate\"'),
('elementSources.craft\\elements\\Entry.15.tableAttributes.2','\"expiryDate\"'),
('elementSources.craft\\elements\\Entry.15.tableAttributes.3','\"link\"'),
('elementSources.craft\\elements\\Entry.15.type','\"native\"'),
('elementSources.craft\\elements\\Entry.16.key','\"section:6f5b79ab-3d7f-4d92-af86-78f65b61b547\"'),
('elementSources.craft\\elements\\Entry.16.type','\"native\"'),
('elementSources.craft\\elements\\Entry.2.defaultSort.0','\"title\"'),
('elementSources.craft\\elements\\Entry.2.defaultSort.1','\"asc\"'),
('elementSources.craft\\elements\\Entry.2.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.2.disabled','false'),
('elementSources.craft\\elements\\Entry.2.key','\"section:18ba8dad-e4b1-48f0-8ffa-542f478f87ae\"'),
('elementSources.craft\\elements\\Entry.2.tableAttributes.0','\"field:9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39\"'),
('elementSources.craft\\elements\\Entry.2.tableAttributes.1','\"field:137a3fcf-0592-4113-8715-fd7e5a291e18\"'),
('elementSources.craft\\elements\\Entry.2.tableAttributes.2','\"field:97b7a37b-d105-4de1-88fa-d926557d70ad\"'),
('elementSources.craft\\elements\\Entry.2.tableAttributes.3','\"link\"'),
('elementSources.craft\\elements\\Entry.2.tableAttributes.4','\"field:f5153cf4-4a67-4ccb-b641-ca7afc4703d8\"'),
('elementSources.craft\\elements\\Entry.2.type','\"native\"'),
('elementSources.craft\\elements\\Entry.3.heading','\"Content\"'),
('elementSources.craft\\elements\\Entry.3.key','\"heading:5bd8309b-7636-47a4-902f-336ecfd7825c\"'),
('elementSources.craft\\elements\\Entry.3.type','\"heading\"'),
('elementSources.craft\\elements\\Entry.4.defaultSort.0','\"structure\"'),
('elementSources.craft\\elements\\Entry.4.defaultSort.1','\"asc\"'),
('elementSources.craft\\elements\\Entry.4.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.4.disabled','false'),
('elementSources.craft\\elements\\Entry.4.key','\"section:3fadc618-9442-45c0-af44-10fde8f6a0db\"'),
('elementSources.craft\\elements\\Entry.4.tableAttributes.0','\"field:20158055-b8b1-4e2a-bce5-439c39ff2639\"'),
('elementSources.craft\\elements\\Entry.4.tableAttributes.1','\"status\"'),
('elementSources.craft\\elements\\Entry.4.type','\"native\"'),
('elementSources.craft\\elements\\Entry.5.defaultSort.0','\"structure\"'),
('elementSources.craft\\elements\\Entry.5.defaultSort.1','\"asc\"'),
('elementSources.craft\\elements\\Entry.5.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.5.disabled','false'),
('elementSources.craft\\elements\\Entry.5.key','\"section:51dad8d7-a530-45be-ad34-d6c3512d35ea\"'),
('elementSources.craft\\elements\\Entry.5.tableAttributes.0','\"field:0aa28749-162c-4202-90e2-ef11ac6ca04b\"'),
('elementSources.craft\\elements\\Entry.5.tableAttributes.1','\"status\"'),
('elementSources.craft\\elements\\Entry.5.type','\"native\"'),
('elementSources.craft\\elements\\Entry.6.defaultSort.0','\"structure\"'),
('elementSources.craft\\elements\\Entry.6.defaultSort.1','\"asc\"'),
('elementSources.craft\\elements\\Entry.6.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.6.disabled','false'),
('elementSources.craft\\elements\\Entry.6.key','\"section:d9c1e8cf-5131-47e5-a788-544636e9310c\"'),
('elementSources.craft\\elements\\Entry.6.tableAttributes.0','\"status\"'),
('elementSources.craft\\elements\\Entry.6.type','\"native\"'),
('elementSources.craft\\elements\\Entry.7.defaultSort.0','\"structure\"'),
('elementSources.craft\\elements\\Entry.7.defaultSort.1','\"asc\"'),
('elementSources.craft\\elements\\Entry.7.defaultViewMode','\"\"'),
('elementSources.craft\\elements\\Entry.7.disabled','false'),
('elementSources.craft\\elements\\Entry.7.key','\"section:8ac3564d-3011-43d8-b6c5-5d95f01cf844\"'),
('elementSources.craft\\elements\\Entry.7.tableAttributes.0','\"field:d6019b3e-841d-4f7a-a94e-ad2f6e91bef7\"'),
('elementSources.craft\\elements\\Entry.7.tableAttributes.1','\"status\"'),
('elementSources.craft\\elements\\Entry.7.type','\"native\"'),
('elementSources.craft\\elements\\Entry.8.key','\"section:ac400876-b015-45b7-af6e-824d47462c81\"'),
('elementSources.craft\\elements\\Entry.8.type','\"native\"'),
('elementSources.craft\\elements\\Entry.9.heading','\"Resources\"'),
('elementSources.craft\\elements\\Entry.9.key','\"heading:9aab972e-e220-40a2-8adc-acbc033e0d08\"'),
('elementSources.craft\\elements\\Entry.9.type','\"heading\"'),
('elementSources.verbb\\formie\\elements\\Submission.0.defaultSort.0','\"id\"'),
('elementSources.verbb\\formie\\elements\\Submission.0.defaultSort.1','\"asc\"'),
('elementSources.verbb\\formie\\elements\\Submission.0.defaultViewMode','\"\"'),
('elementSources.verbb\\formie\\elements\\Submission.0.disabled','false'),
('elementSources.verbb\\formie\\elements\\Submission.0.key','\"*\"'),
('elementSources.verbb\\formie\\elements\\Submission.0.tableAttributes.0','\"title\"'),
('elementSources.verbb\\formie\\elements\\Submission.0.tableAttributes.1','\"form\"'),
('elementSources.verbb\\formie\\elements\\Submission.0.tableAttributes.2','\"dateCreated\"'),
('elementSources.verbb\\formie\\elements\\Submission.0.tableAttributes.3','\"dateUpdated\"'),
('elementSources.verbb\\formie\\elements\\Submission.0.tableAttributes.4','\"spamReason\"'),
('elementSources.verbb\\formie\\elements\\Submission.0.type','\"native\"'),
('elementSources.verbb\\formie\\elements\\Submission.1.heading','\"Forms\"'),
('elementSources.verbb\\formie\\elements\\Submission.1.key','\"heading:cbf71b73-f31a-43d6-a4d9-a1c024f65238\"'),
('elementSources.verbb\\formie\\elements\\Submission.1.type','\"heading\"'),
('elementSources.verbb\\formie\\elements\\Submission.2.key','\"form:3191\"'),
('elementSources.verbb\\formie\\elements\\Submission.2.type','\"native\"'),
('elementSources.verbb\\formie\\elements\\Submission.3.key','\"form:3190\"'),
('elementSources.verbb\\formie\\elements\\Submission.3.type','\"native\"'),
('elementSources.verbb\\formie\\elements\\Submission.4.key','\"form:3189\"'),
('elementSources.verbb\\formie\\elements\\Submission.4.type','\"native\"'),
('email.fromEmail','\"site@mycompletecare.com\"'),
('email.fromName','\"Complete Care\"'),
('email.replyToEmail','null'),
('email.template','null'),
('email.transportSettings.messageStream','\"\"'),
('email.transportSettings.token','\"c0af504d-4b9d-42cd-830d-c40c56cee44f\"'),
('email.transportType','\"craftcms\\\\postmark\\\\Adapter\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.color','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.description','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.cardThumbAlignment','\"end\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elementCondition','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.autocapitalize','true'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.autocomplete','false'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.autocorrect','true'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.class','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.dateAdded','\"2025-09-19T17:50:37+00:00\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.disabled','false'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.elementCondition','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.id','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.inputType','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.instructions','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.label','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.max','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.min','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.name','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.orientation','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.placeholder','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.readonly','false'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.required','true'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.size','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.step','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.tip','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.title','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.uid','\"69440baf-c252-418f-a76d-0e4627dd45af\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.userCondition','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.warning','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.elements.0.width','100'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.name','\"Content\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.uid','\"0e7bdc99-f292-4121-a7f1-ed5d0b91a882\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.fieldLayouts.86e88085-8458-4d70-a628-9f9425bb19c4.tabs.0.userCondition','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.handle','\"resourcesCategory\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.hasTitleField','true'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.icon','\"symbols\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.name','\"Resources Category\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.showSlugField','true'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.showStatusField','true'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.slugTranslationKeyFormat','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.slugTranslationMethod','\"site\"'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.titleFormat','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.titleTranslationKeyFormat','null'),
('entryTypes.0aba578b-3825-4f53-9720-b1b8cf3b2d7f.titleTranslationMethod','\"site\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.color','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.description','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.cardThumbAlignment','\"end\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.cardView.0','\"layoutElement:29437c89-70c6-475f-9764-66e4e0516744\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elementCondition','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.dateAdded','\"2025-04-18T18:35:27+00:00\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.editCondition','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.elementCondition','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.fieldUid','\"87cd5c25-abe6-43a8-8f3b-216fae829f0f\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.handle','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.instructions','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.label','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.required','true'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.tip','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.uid','\"af4c29fe-7284-4a39-93a8-6ee23005762f\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.userCondition','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.warning','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.0.width','100'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.dateAdded','\"2025-12-02T21:51:51+00:00\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.editCondition','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.elementCondition','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.fieldUid','\"20158055-b8b1-4e2a-bce5-439c39ff2639\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.handle','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.instructions','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.label','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.required','false'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.tip','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.uid','\"29437c89-70c6-475f-9764-66e4e0516744\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.userCondition','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.warning','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.elements.1.width','100'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.name','\"Content\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.uid','\"3fe2310e-5681-4a87-af02-358f2260b42d\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.fieldLayouts.61e458c7-a268-454b-bcf6-5155d8638f31.tabs.0.userCondition','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.handle','\"amenity\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.hasTitleField','false'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.icon','\"utensils\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.name','\"Amenity\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.showSlugField','true'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.showStatusField','true'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.slugTranslationKeyFormat','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.slugTranslationMethod','\"site\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.titleFormat','\"{amenityName}\"'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.titleTranslationKeyFormat','null'),
('entryTypes.0b290b97-9097-4f60-83d4-8aa281cc9c30.titleTranslationMethod','\"site\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.color','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.description','\"Custom service, unique to a location\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.cardThumbAlignment','\"end\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.cardView.0','\"layoutElement:a0227029-a9e4-4345-ba8a-92b8bc301fdc\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.cardView.1','\"layoutElement:660ca190-7bbc-4947-8a53-b11b96aadd87\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elementCondition','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.autocapitalize','true'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.autocomplete','false'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.autocorrect','true'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.class','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.dateAdded','\"2025-08-20T21:55:52+00:00\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.disabled','false'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.elementCondition','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.id','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.inputType','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.instructions','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.label','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.max','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.min','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.name','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.orientation','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.placeholder','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.readonly','false'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.required','true'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.size','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.step','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.tip','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.title','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.uid','\"ad0cb3b9-ab56-48c5-a89a-f33a439e4530\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.userCondition','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.warning','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.0.width','100'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.dateAdded','\"2025-08-20T21:55:52+00:00\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.editCondition','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.elementCondition','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.fieldUid','\"445a738e-8bab-4a24-bf33-a7b11afceee3\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.handle','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.instructions','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.label','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.required','false'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.tip','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.uid','\"a0227029-a9e4-4345-ba8a-92b8bc301fdc\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.userCondition','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.warning','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.1.width','100'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.dateAdded','\"2025-12-02T21:35:33+00:00\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.editCondition','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.elementCondition','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.fieldUid','\"0b07392c-7306-4c5c-8f75-c754cbd8570a\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.handle','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.instructions','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.label','\"Category\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.required','false'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.tip','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.uid','\"660ca190-7bbc-4947-8a53-b11b96aadd87\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.userCondition','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.warning','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.elements.2.width','100'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.name','\"Content\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.uid','\"15dd88ad-72fa-4cb1-8d23-fd0340542ddd\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.fieldLayouts.3d055937-e3f3-4366-993a-e80fa203fd5a.tabs.0.userCondition','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.handle','\"customService\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.hasTitleField','true'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.icon','\"briefcase-medical\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.name','\"Custom Service\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.showSlugField','true'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.showStatusField','true'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.slugTranslationKeyFormat','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.slugTranslationMethod','\"site\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.titleFormat','\"{title}\"'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.titleTranslationKeyFormat','null'),
('entryTypes.18e76e52-34d7-4acf-9fb9-ee8c6712b255.titleTranslationMethod','\"site\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.color','\"sky\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.description','\"Service shown on LTC page\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.cardThumbAlignment','\"end\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.cardView.0','\"slug\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elementCondition','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.autocapitalize','true'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.autocomplete','false'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.autocorrect','true'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.class','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.dateAdded','\"2025-08-20T21:55:52+00:00\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.disabled','false'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.elementCondition','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.id','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.inputType','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.instructions','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.label','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.max','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.min','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.name','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.orientation','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.placeholder','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.readonly','false'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.required','true'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.size','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.step','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.tip','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.title','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.uid','\"3909b5b3-679c-40f4-a5b2-c008bc5062e3\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.userCondition','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.warning','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.0.width','100'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.dateAdded','\"2025-08-20T21:55:52+00:00\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.editCondition','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.elementCondition','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.fieldUid','\"445a738e-8bab-4a24-bf33-a7b11afceee3\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.handle','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.instructions','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.label','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.required','false'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.tip','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.uid','\"a2de05eb-1437-41e9-bc0a-6f2defdc0d4e\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.userCondition','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.warning','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.1.width','100'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.dateAdded','\"2025-09-23T20:47:41+00:00\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.editCondition','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.elementCondition.class','\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.elementCondition.conditionRules.0.class','\"craft\\\\elements\\\\conditions\\\\LevelConditionRule\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.elementCondition.conditionRules.0.maxValue','\"\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.elementCondition.conditionRules.0.operator','\"=\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.elementCondition.conditionRules.0.step','1'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.elementCondition.conditionRules.0.uid','\"a504441b-87e9-4973-929a-1b4b9b62824e\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.elementCondition.conditionRules.0.value','\"1\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.elementCondition.elementType','\"craft\\\\elements\\\\Entry\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.elementCondition.fieldContext','\"global\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.fieldUid','\"6e432bdc-a0cb-468a-b5fa-846040505743\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.handle','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.instructions','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.label','\"Icon\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.required','false'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.tip','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.uid','\"89752275-60b9-4b61-9143-06d0fc3bb511\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.userCondition','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.warning','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.elements.2.width','100'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.name','\"Content\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.uid','\"710aa622-da18-4676-b8dc-471ccde89630\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.fieldLayouts.e4eaa704-1c1c-4cf5-8d6f-c997d8826ede.tabs.0.userCondition','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.handle','\"service\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.hasTitleField','true'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.icon','\"briefcase-medical\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.name','\"Service\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.showSlugField','true'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.showStatusField','true'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.slugTranslationKeyFormat','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.slugTranslationMethod','\"site\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.titleFormat','\"{title}\"'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.titleTranslationKeyFormat','null'),
('entryTypes.367def8e-f1e2-4c52-b9f6-83d303e31f1d.titleTranslationMethod','\"site\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.color','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.description','\"Amenities for a specific service page\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.cardThumbAlignment','\"end\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.cardView.0','\"layoutElement:4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elementCondition','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.dateAdded','\"2026-01-06T21:58:17+00:00\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.editCondition','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.elementCondition','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.fieldUid','\"61428653-7973-480d-a483-c67b0a2fb359\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.handle','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.instructions','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.label','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.required','false'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.tip','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.uid','\"4a0ca5d7-6fb2-4178-aa97-06d57ef8954f\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.userCondition','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.warning','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.0.width','100'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.dateAdded','\"2026-01-06T21:58:17+00:00\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.editCondition','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.elementCondition','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.fieldUid','\"ec0ae23a-d94f-4ab6-a0bf-5485161eb658\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.handle','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.instructions','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.label','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.required','false'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.tip','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.uid','\"536af70a-0f8b-4ea7-be0e-224eb6d66cfb\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.userCondition','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.warning','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.elements.1.width','100'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.name','\"Content\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.uid','\"8e4c7bed-52a6-470d-bfc7-379f3ed49e23\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.fieldLayouts.c1331849-69de-4696-aaa6-5221c1cbb800.tabs.0.userCondition','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.handle','\"amenitiesSet\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.hasTitleField','false'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.icon','\"utensils\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.name','\"Amenities Set\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.showSlugField','true'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.showStatusField','true'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.slugTranslationKeyFormat','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.slugTranslationMethod','\"site\"'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.titleFormat','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.titleTranslationKeyFormat','null'),
('entryTypes.39a966c0-101d-4836-8da3-a91e5f6592b5.titleTranslationMethod','\"site\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.color','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.description','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.cardThumbAlignment','\"end\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elementCondition','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.autocapitalize','true'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.autocomplete','false'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.autocorrect','true'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.class','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.dateAdded','\"2025-09-19T19:04:01+00:00\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.disabled','false'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.elementCondition','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.id','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.inputType','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.instructions','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.label','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.max','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.min','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.name','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.orientation','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.placeholder','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.readonly','false'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.required','true'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.size','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.step','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.tip','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.title','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.uid','\"b8fe44c6-3f04-4286-89c5-feb2ac5b5a45\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.userCondition','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.warning','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.elements.0.width','100'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.name','\"Content\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.uid','\"26450144-7e29-4fe9-b249-553bcd40ee7c\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.fieldLayouts.ddc8621d-b599-4d5d-9409-4f3a2371a424.tabs.0.userCondition','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.handle','\"clinicalCapability\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.hasTitleField','true'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.icon','\"clipboard-medical\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.name','\"Clinical Capability\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.showSlugField','true'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.showStatusField','true'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.slugTranslationKeyFormat','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.slugTranslationMethod','\"site\"'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.titleFormat','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.titleTranslationKeyFormat','null'),
('entryTypes.3d15e5d8-3e69-49ff-9038-80360faa9bc8.titleTranslationMethod','\"site\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.color','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.description','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.cardThumbAlignment','\"end\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elementCondition','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.dateAdded','\"2025-08-01T18:03:53+00:00\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.editCondition','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.elementCondition','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.fieldUid','\"d6019b3e-841d-4f7a-a94e-ad2f6e91bef7\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.handle','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.instructions','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.label','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.required','false'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.tip','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.uid','\"77b43f80-b3db-4c4a-a697-e7337b02c937\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.userCondition','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.warning','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.0.width','100'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.autocapitalize','true'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.autocomplete','false'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.autocorrect','true'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.class','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.dateAdded','\"2025-08-01T17:56:16+00:00\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.disabled','false'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.elementCondition','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.id','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.inputType','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.instructions','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.label','\"Question\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.max','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.min','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.name','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.orientation','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.placeholder','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.readonly','false'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.required','true'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.size','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.step','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.tip','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.title','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.uid','\"30a19cc7-2b7b-4021-a479-ed992431dfde\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.userCondition','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.warning','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.1.width','100'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.dateAdded','\"2025-08-01T18:03:53+00:00\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.editCondition','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.elementCondition','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.fieldUid','\"3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.handle','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.instructions','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.label','\"Answer\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.required','false'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.tip','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.uid','\"ba4b9e07-f61a-405f-8896-aa42437b9c53\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.userCondition','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.warning','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.elements.2.width','100'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.name','\"Content\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.uid','\"aa159fe5-f7c8-48ab-94b0-a4de23c94ad2\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.fieldLayouts.68a3b335-a732-448c-8970-f81efae726da.tabs.0.userCondition','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.handle','\"faq\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.hasTitleField','true'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.icon','\"message-question\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.name','\"FAQ\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.showSlugField','true'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.showStatusField','true'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.slugTranslationKeyFormat','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.slugTranslationMethod','\"site\"'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.titleFormat','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.titleTranslationKeyFormat','null'),
('entryTypes.48bfcdc5-762d-458e-a048-1d01444763d0.titleTranslationMethod','\"site\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.allowLineBreaksInTitles','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.color','\"blue\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.description','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.cardThumbAlignment','\"end\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.dateAdded','\"2025-04-18T17:08:56+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.fieldUid','\"9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.instructions','\"Includes \\\"Complete Care at\\\"\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.label','\"Full Name\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.uid','\"075f1904-e0fc-49c8-9cfb-6990ae779dec\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.0.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.dateAdded','\"2025-08-20T18:04:16+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.fieldUid','\"2b97fc7e-78df-4428-b0e6-6f391ec89c4b\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.label','\"Short Name\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.uid','\"7a0d2797-bfc8-4d68-b107-61c1dd081ea0\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.1.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.dateAdded','\"2025-04-18T17:15:05+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.fieldUid','\"137a3fcf-0592-4113-8715-fd7e5a291e18\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.label','\"Domain Name\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.uid','\"3b262689-7127-4814-bab5-a1972e0869d4\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.2.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.3.dateAdded','\"2025-09-02T21:42:04+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.3.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.3.heading','\"Social Media\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\Heading\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.3.uid','\"3504f076-7bc5-4df4-ac1d-106a58ffb168\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.3.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.dateAdded','\"2025-09-02T21:42:04+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.fieldUid','\"23a92ec7-9124-476a-909d-8e9953d34f5a\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.label','\"Facebook Link\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.uid','\"403d1895-f32e-4164-8084-b11fdea310cb\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.4.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.dateAdded','\"2025-09-02T21:43:20+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.fieldUid','\"7fd6b70b-8a4f-42d2-a422-93f31bcdfea9\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.label','\"Glassdoor Link\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.uid','\"5e40a449-23c9-418a-a0d6-36ff8f57583d\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.5.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.dateAdded','\"2025-09-02T21:43:20+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.fieldUid','\"2d2268d6-3791-484b-afb2-5ffb3ff2a757\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.label','\"LinkedIn Link\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.uid','\"8e701860-42c4-437f-a61c-a48f2ecf1b99\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.elements.6.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.name','\"Location\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.uid','\"8a678c09-1eaa-406d-9f88-7205090a88f6\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.dateAdded','\"2025-08-20T18:12:53+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.fieldUid','\"97b7a37b-d105-4de1-88fa-d926557d70ad\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.uid','\"19b0086c-bc10-46cc-9f45-ffc5746e8681\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.0.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.dateAdded','\"2025-09-04T22:20:19+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.fieldUid','\"4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.uid','\"0d799588-2604-4e16-86f6-6ee8c522fe72\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.1.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.dateAdded','\"2025-07-29T20:36:00+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.fieldUid','\"a025bb40-3b47-4bae-93cc-e54f3d76edb1\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.label','\"Services Offered\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.uid','\"cced3c80-6988-403a-9b5a-14455350e923\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.2.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.dateAdded','\"2025-07-28T21:21:49+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.fieldUid','\"b60e6197-d021-4c58-9909-6b00ba350db2\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.label','\"Clinical Capabilities\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.uid','\"0be5b641-0a34-4d93-8816-9a4b1ad24ffd\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.3.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.dateAdded','\"2026-01-06T20:21:13+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.fieldUid','\"bb913d9b-86fc-4067-8491-d1e345343e2b\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.uid','\"ee03ee9b-cb63-4d27-b225-8175bfc4028c\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.4.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.dateAdded','\"2026-01-06T22:42:19+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.elementCondition.class','\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.elementCondition.conditionRules.0.class','\"craft\\\\fields\\\\conditions\\\\OptionsFieldConditionRule\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.elementCondition.conditionRules.0.fieldUid','\"97b7a37b-d105-4de1-88fa-d926557d70ad\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.elementCondition.conditionRules.0.layoutElementUid','\"19b0086c-bc10-46cc-9f45-ffc5746e8681\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.elementCondition.conditionRules.0.operator','\"in\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.elementCondition.conditionRules.0.uid','\"dc6cd1ea-a77c-4fa7-ade7-0ef01cbaa3fe\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.elementCondition.conditionRules.0.values.0','\"campus\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.elementCondition.elementType','\"craft\\\\elements\\\\Entry\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.elementCondition.fieldContext','\"global\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.fieldUid','\"6efb6d2f-80f1-48fc-8baf-4c99bd165756\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.uid','\"6aaa2328-02d3-4dcb-b7c0-57c572b789d6\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.elements.5.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.name','\"Location Type\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.uid','\"12574645-e50f-408c-9e8e-8bc1c4fa9153\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.1.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.dateAdded','\"2025-09-02T20:39:43+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.fieldUid','\"231aa49d-5a94-4f62-b3c3-a2960dc2e521\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.label','\"Home Hero Photo\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.uid','\"10d5be16-947c-4646-b2d0-3619f2760ace\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.0.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.dateAdded','\"2026-01-06T22:22:38+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.elementCondition.class','\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.elementCondition.conditionRules.0.class','\"craft\\\\fields\\\\conditions\\\\OptionsFieldConditionRule\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.elementCondition.conditionRules.0.fieldUid','\"97b7a37b-d105-4de1-88fa-d926557d70ad\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.elementCondition.conditionRules.0.layoutElementUid','\"19b0086c-bc10-46cc-9f45-ffc5746e8681\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.elementCondition.conditionRules.0.operator','\"in\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.elementCondition.conditionRules.0.uid','\"d12333bf-3ee7-475d-ac4c-f6cba20c0599\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.elementCondition.conditionRules.0.values.0','\"campus\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.elementCondition.elementType','\"craft\\\\elements\\\\Entry\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.elementCondition.fieldContext','\"global\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.fieldUid','\"d96b8905-9791-452d-9082-2b444ef58987\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.uid','\"0540783c-5e85-44a6-afb6-f9879cd880d2\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.1.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.dateAdded','\"2025-04-18T17:15:05+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.fieldUid','\"90a5627f-caa8-4026-8b42-272b1a2b1a2c\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.label','\"Awards\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.uid','\"482ad396-5443-4761-a410-c644d0217e5a\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.2.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.dateAdded','\"2025-04-18T17:23:22+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.fieldUid','\"e7728413-04f7-4590-aca9-17a60cb83c99\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.label','\"Client Testimonials\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.uid','\"7ed7a1dc-2e02-42e1-9349-7e518fe2a973\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.elements.3.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.name','\"Home\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.uid','\"c3183a6e-3a5b-47e2-b9f1-7691a2c09048\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.2.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.class','\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.0.class','\"craft\\\\fields\\\\conditions\\\\OptionsFieldConditionRule\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.0.fieldUid','\"97b7a37b-d105-4de1-88fa-d926557d70ad\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.0.layoutElementUid','\"19b0086c-bc10-46cc-9f45-ffc5746e8681\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.0.operator','\"in\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.0.uid','\"0529eb31-e8b4-4976-b19e-7513b1e50760\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.0.values.0','\"ltc\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.0.values.1','\"campus\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.1.class','\"craft\\\\fields\\\\conditions\\\\OptionsFieldConditionRule\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.1.fieldUid','\"a025bb40-3b47-4bae-93cc-e54f3d76edb1\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.1.layoutElementUid','\"cced3c80-6988-403a-9b5a-14455350e923\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.1.operator','\"in\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.1.uid','\"0e803335-4aa3-43a4-83c0-12c41e931637\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.1.values.0','\"postAcuteCare\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.conditionRules.1.values.1','\"longTermCare\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.elementType','\"craft\\\\elements\\\\Entry\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elementCondition.fieldContext','\"global\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.dateAdded','\"2025-12-02T21:39:20+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.fieldUid','\"63a3000b-a74b-4a62-bc67-ca63ae006d81\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.uid','\"405b422b-fca3-4a5d-b552-b860066ac2ad\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.0.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.dateAdded','\"2025-12-02T21:39:20+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.fieldUid','\"c9efd18d-8f53-4c93-b93e-1ec7069f9f69\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.uid','\"a3ce6d03-a997-40d9-ac8e-0d755516c921\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.1.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.dateAdded','\"2025-08-20T22:16:26+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.fieldUid','\"c5628b2c-9a02-4bc4-bba0-65252ca02baf\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.label','\"Advanced Programs\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.uid','\"f352e58c-d152-4a45-9615-d0526b009523\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.2.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.dateAdded','\"2025-09-02T21:13:32+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.fieldUid','\"3e660e99-6233-4c62-82ee-26f0c6429a64\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.label','\"Advanced Services Flyer\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.uid','\"a8f7b1eb-08e8-44fa-9777-c9a0daa85c5f\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.3.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.dateAdded','\"2026-02-26T21:37:07+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.fieldUid','\"f4966788-d653-4ba8-a39e-73c2e707403c\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.uid','\"dc6b86fd-3f63-4656-be35-473dd4b517b7\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.elements.4.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.name','\"LTC Services\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.uid','\"8d9ab5e1-c805-4002-aa5b-de449e60ef6e\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.3.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.dateAdded','\"2025-09-03T21:16:50+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.fieldUid','\"822258bf-5220-48d0-b98f-1c0f7d4d397c\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.label','\"Gallery\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.uid','\"9a83aaf9-b86b-4272-88b0-1a3cd8eec119\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.0.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.dateAdded','\"2025-10-10T18:02:18+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.fieldUid','\"c02b464e-3121-4f6c-8627-2ab46957f231\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.label','\"Brochure\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.uid','\"c67c0ac3-ce5c-4eb0-b6c1-86c68413a548\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.1.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.dateAdded','\"2026-01-09T17:59:04+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.fieldUid','\"59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.label','\"Video Tour Link\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.uid','\"5bdbda4b-eb3e-495c-95f1-5fa68f4017fc\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.2.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.dateAdded','\"2026-01-21T19:10:51+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.fieldUid','\"5216814d-23e8-4513-b7f5-3a6b89edb0fe\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.label','\"Video Tour Button Text\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.uid','\"c52b05cb-b3a4-4ccc-8bf8-6d81d57e44ae\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.3.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.dateAdded','\"2025-12-02T20:47:27+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.fieldUid','\"e50b47d2-bda6-4802-8a46-59dadf5a2bfd\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.label','\"Floor Plan\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.uid','\"ebf27e22-ae24-4c7b-9d65-467b86ec06da\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.4.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.dateAdded','\"2025-04-18T17:29:54+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.fieldUid','\"e82ae2c9-4040-4a91-bb2b-b76aecb4ca12\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.label','\"Activities Calendar\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.uid','\"92b514e7-6c85-40f3-9885-4ed4138887ea\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.5.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.dateAdded','\"2025-04-18T17:29:54+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.fieldUid','\"4441d9ef-981a-4f3c-ab1e-4fc9c9286394\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.label','\"Menu\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.uid','\"688e0d64-8999-47be-a427-f9e9c6e1789e\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.elements.6.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.name','\"What to Expect\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.uid','\"8fc34f20-d67a-4c1b-a44c-60c835dab4c7\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.4.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.dateAdded','\"2026-01-06T20:52:16+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.elementCondition.class','\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.elementCondition.conditionRules.0.class','\"craft\\\\fields\\\\conditions\\\\EmptyFieldConditionRule\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.elementCondition.conditionRules.0.fieldUid','\"39bc62de-ab20-40a0-9545-3e393bf8428e\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.elementCondition.conditionRules.0.layoutElementUid','\"987e433d-3a34-4ef7-90a4-40eab1252deb\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.elementCondition.conditionRules.0.operator','\"empty\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.elementCondition.conditionRules.0.uid','\"70448911-4d41-489f-8d02-7873b4ccc430\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.elementCondition.elementType','\"craft\\\\elements\\\\Entry\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.elementCondition.fieldContext','\"global\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.fieldUid','\"ec0ae23a-d94f-4ab6-a0bf-5485161eb658\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.uid','\"6a2ff241-d570-4bb8-b4a0-d537212fe5d0\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.0.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.dateAdded','\"2026-01-06T21:59:31+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.elementCondition.class','\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.elementCondition.conditionRules.0.class','\"craft\\\\fields\\\\conditions\\\\OptionsFieldConditionRule\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.elementCondition.conditionRules.0.fieldUid','\"97b7a37b-d105-4de1-88fa-d926557d70ad\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.elementCondition.conditionRules.0.layoutElementUid','\"19b0086c-bc10-46cc-9f45-ffc5746e8681\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.elementCondition.conditionRules.0.operator','\"in\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.elementCondition.conditionRules.0.uid','\"9b052718-e3e5-4383-85f5-d5a86a53423a\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.elementCondition.conditionRules.0.values.0','\"campus\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.elementCondition.elementType','\"craft\\\\elements\\\\Entry\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.elementCondition.fieldContext','\"global\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.fieldUid','\"39bc62de-ab20-40a0-9545-3e393bf8428e\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.uid','\"987e433d-3a34-4ef7-90a4-40eab1252deb\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.elements.1.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.name','\"Amenities\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.uid','\"5dd064d6-5e70-44ac-975a-74225072f933\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.5.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.dateAdded','\"2025-09-11T20:36:31+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.fieldUid','\"173175f0-3b3d-4e57-aaef-a35c9250b89e\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.label','\"Apploi Script\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.uid','\"b46c7894-3c01-4cc4-b90f-9612b3b9891b\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.0.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.dateAdded','\"2025-09-03T20:54:12+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.fieldUid','\"2a960a4d-50ea-4f6e-bf3f-b19e15ca0334\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.label','\"Employee Testimonials\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.uid','\"1183c802-1c51-4571-b5c9-c327cf3a5eab\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.elements.1.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.name','\"Careers\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.uid','\"fc368445-917c-4ac5-83dd-33122cfba8c7\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.6.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.dateAdded','\"2025-04-18T17:23:22+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.fieldUid','\"4dcab8b8-46c4-4f47-854c-08a8b0189307\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.label','\"Administrator\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.uid','\"ab57cfd4-5e19-423b-b570-4e770a56e436\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.0.width','50'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.dateAdded','\"2025-08-20T21:22:17+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.fieldUid','\"b7982a79-4592-4a92-bd37-7b8e817fc9ce\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.label','\"Admissions Director\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.uid','\"2c726802-f189-49e5-935d-af3557619590\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.1.width','50'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.2.dateAdded','\"2025-04-18T17:15:05+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.2.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.2.heading','\"Contact Info\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.2.type','\"craft\\\\fieldlayoutelements\\\\Heading\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.2.uid','\"37276685-5cb2-4576-ad2a-60f414edee83\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.2.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.dateAdded','\"2025-04-18T17:15:05+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.fieldUid','\"a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.label','\"Phone Number\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.uid','\"0d6389a7-9cd0-496d-96dd-72ebf02f7bbb\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.3.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.dateAdded','\"2025-07-28T21:21:49+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.fieldUid','\"86162f2a-285b-4b57-bb3a-beb2d12808fd\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.label','\"Contact Email\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.uid','\"31a45631-ecd4-4327-aca7-18b9d213bb16\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.4.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.dateAdded','\"2025-10-22T23:46:09+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.fieldUid','\"c5860265-5a77-4586-9efe-e48789ae4680\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.instructions','\"List of emails, separated by comma, that should receive submissions from the contact form. If left blank, defaults to the Contact Email field.\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.label','\"Contact Form Submission Recipients\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.uid','\"d87be94b-4936-41d7-917a-18a2f21b2582\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.5.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.dateAdded','\"2026-01-21T17:39:08+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.fieldUid','\"c5860265-5a77-4586-9efe-e48789ae4680\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.handle','\"careersFormSubmissionRecipients\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.instructions','\"List of emails, separated by comma, that should receive submissions from the careers form. If left blank, the recipients will fall back to the Contact Form Submission Recipients, then the Contact Email field.\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.label','\"Careers Form Submission Recipients\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.uid','\"e0429567-09ef-4cf3-8e2c-fd6e099baff4\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.6.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.dateAdded','\"2025-04-18T17:08:56+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.fieldUid','\"f5153cf4-4a67-4ccb-b641-ca7afc4703d8\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.label','\"Address\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.uid','\"762be5f6-1f41-4b1a-a99f-0b59fb0cdddb\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.elements.7.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.name','\"Contact\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.uid','\"80e75434-ebe0-46c1-bddf-16a32570374a\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.7.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.dateAdded','\"2025-09-23T19:48:53+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.fieldUid','\"9c718128-264d-4e5b-a02f-148932baf581\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.uid','\"6ce2653f-cadb-4733-bde2-580e6c5ab8d7\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.elements.0.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.name','\"Legal\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.uid','\"cfaa6b74-ad48-48a4-9046-875ed2265e59\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.8.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.dateAdded','\"2025-12-02T21:16:19+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.fieldUid','\"bbf5144a-81d6-4f1b-b7f5-a29402cf25bb\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.uid','\"1a529e59-a7aa-407e-9214-edcc5ef329bd\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.0.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.dateAdded','\"2025-12-02T21:16:19+00:00\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.editCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.elementCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.elementEditCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.fieldUid','\"e7839bf3-348f-4558-9c54-8dee98ecc0d5\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.handle','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.instructions','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.label','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.required','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.tip','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.uid','\"b22a396c-c96e-4939-9280-595954890e1b\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.warning','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.elements.1.width','100'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.name','\"Custom Code\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.uid','\"fdbfd8e5-9c37-486a-b631-8b02aef61849\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.tabs.9.userCondition','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.fieldLayouts.c5a24ad8-e021-4a91-904f-ff1af7d4f4c2.thumbFieldKey','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.handle','\"location\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.hasTitleField','false'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.icon','\"location-dot\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.name','\"Location\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.showSlugField','true'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.showStatusField','true'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.slugTranslationKeyFormat','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.slugTranslationMethod','\"site\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.titleFormat','\"{locationShortName}\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.titleTranslationKeyFormat','null'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.titleTranslationMethod','\"site\"'),
('entryTypes.607b8ca1-0f1c-42af-bf7c-f050d35c17b3.uiLabelFormat','\"{title}\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.color','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.description','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.cardThumbAlignment','\"end\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elementCondition','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.autocapitalize','true'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.autocomplete','false'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.autocorrect','true'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.class','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.dateAdded','\"2025-09-19T17:51:27+00:00\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.disabled','false'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.elementCondition','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.id','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.inputType','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.instructions','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.label','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.max','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.min','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.name','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.orientation','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.placeholder','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.readonly','false'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.required','true'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.size','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.step','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.tip','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.title','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.uid','\"7219322f-6a84-476a-98e0-b11345be621d\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.userCondition','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.warning','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.elements.0.width','100'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.name','\"Content\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.uid','\"a16a29b7-db0a-4138-a8a6-47e0d15758ee\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.fieldLayouts.3476014c-3995-46ab-9694-cfdda412b1f7.tabs.0.userCondition','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.handle','\"resourcesTopic\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.hasTitleField','true'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.icon','\"list\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.name','\"Resources Topic\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.showSlugField','true'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.showStatusField','true'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.slugTranslationKeyFormat','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.slugTranslationMethod','\"site\"'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.titleFormat','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.titleTranslationKeyFormat','null'),
('entryTypes.6eaab8ca-7afd-484a-9267-2223456a2bcf.titleTranslationMethod','\"site\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.color','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.description','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.cardThumbAlignment','\"end\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elementCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.autocapitalize','true'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.autocomplete','false'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.autocorrect','true'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.class','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.dateAdded','\"2025-09-23T18:45:23+00:00\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.disabled','false'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.elementCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.id','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.inputType','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.instructions','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.label','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.max','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.min','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.name','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.orientation','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.placeholder','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.readonly','false'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.required','true'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.size','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.step','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.tip','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.title','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.uid','\"724b3d6f-ba2f-4046-af34-2755122bf90c\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.userCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.warning','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.0.width','100'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.dateAdded','\"2025-09-23T18:52:45+00:00\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.editCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.elementCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.fieldUid','\"3a602250-c9bf-4305-8c17-b0cbe4f7f78f\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.handle','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.instructions','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.label','\"Is the document a webpage?\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.required','false'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.tip','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.uid','\"9cec38eb-79ed-49c5-91bc-20226553bedd\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.userCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.warning','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.1.width','100'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.dateAdded','\"2025-09-23T18:52:45+00:00\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.editCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.elementCondition.class','\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.elementCondition.conditionRules.0.class','\"craft\\\\fields\\\\conditions\\\\LightswitchFieldConditionRule\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.elementCondition.conditionRules.0.fieldUid','\"3a602250-c9bf-4305-8c17-b0cbe4f7f78f\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.elementCondition.conditionRules.0.layoutElementUid','\"9cec38eb-79ed-49c5-91bc-20226553bedd\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.elementCondition.conditionRules.0.uid','\"b800f9f3-95c4-44aa-8ad5-c748d19d8af3\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.elementCondition.conditionRules.0.value','false'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.elementCondition.elementType','\"craft\\\\elements\\\\Entry\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.elementCondition.fieldContext','\"global\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.fieldUid','\"05e9ea20-81f8-43a0-8dc8-e6563a706806\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.handle','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.instructions','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.label','\"PDF\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.required','false'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.tip','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.uid','\"681970c0-9b7f-4dae-90d9-2db13d19dc70\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.userCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.warning','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.2.width','100'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.dateAdded','\"2025-09-23T18:52:45+00:00\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.editCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.elementCondition.class','\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.elementCondition.conditionRules.0.class','\"craft\\\\fields\\\\conditions\\\\LightswitchFieldConditionRule\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.elementCondition.conditionRules.0.fieldUid','\"3a602250-c9bf-4305-8c17-b0cbe4f7f78f\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.elementCondition.conditionRules.0.layoutElementUid','\"9cec38eb-79ed-49c5-91bc-20226553bedd\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.elementCondition.conditionRules.0.uid','\"b608c1ef-16d0-4522-be9e-2400a68c15cf\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.elementCondition.conditionRules.0.value','true'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.elementCondition.elementType','\"craft\\\\elements\\\\Entry\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.elementCondition.fieldContext','\"global\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.fieldUid','\"25f42247-f9f8-4f12-8119-6a4e68944f08\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.handle','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.instructions','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.label','\"Page Content\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.required','false'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.tip','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.uid','\"4fdb89f2-25d0-447f-acfa-ae9e099b1ec0\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.userCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.warning','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.elements.3.width','100'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.name','\"Content\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.uid','\"b9e0b193-ff53-4e8a-96ad-b98fd0f4f948\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.fieldLayouts.7b200fad-4ab7-4181-9441-2677a744df64.tabs.0.userCondition','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.handle','\"legalDocument\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.hasTitleField','true'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.icon','\"scale-balanced\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.name','\"Legal Document\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.showSlugField','true'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.showStatusField','true'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.slugTranslationKeyFormat','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.slugTranslationMethod','\"site\"'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.titleFormat','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.titleTranslationKeyFormat','null'),
('entryTypes.9dd9ef46-c081-4e4f-97bf-94bcc70185a4.titleTranslationMethod','\"site\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.allowLineBreaksInTitles','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.color','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.description','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.cardThumbAlignment','\"end\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.cardView.0','\"layoutElement:08870f9e-be3d-417a-bc84-e3a7b0763fc0\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.cardView.1','\"layoutElement:aa537b71-6b57-4fa2-a023-9deb4d796cda\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.dateAdded','\"2026-02-26T21:35:44+00:00\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.editCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.elementEditCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.fieldUid','\"445a738e-8bab-4a24-bf33-a7b11afceee3\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.handle','\"moduleTitle\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.instructions','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.label','\"Title\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.required','true'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.tip','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.uid','\"03cca78e-cf5c-4232-ab47-fb113803ea44\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.warning','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.0.width','100'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.dateAdded','\"2026-02-26T21:35:44+00:00\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.editCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.elementEditCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.fieldUid','\"445a738e-8bab-4a24-bf33-a7b11afceee3\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.handle','\"moduleSubtitle\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.instructions','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.label','\"Subtitle\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.required','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.tip','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.uid','\"08870f9e-be3d-417a-bc84-e3a7b0763fc0\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.warning','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.1.width','100'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.dateAdded','\"2026-02-26T21:52:11+00:00\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.editCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.elementEditCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.fieldUid','\"48828093-c3a4-4a20-b235-4c3a7ba9a615\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.handle','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.instructions','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.label','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.required','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.tip','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.uid','\"4228de80-bbd6-4b3d-9852-eea7b1a0ae6f\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.warning','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.2.width','100'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.dateAdded','\"2026-02-26T21:35:44+00:00\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.editCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.elementEditCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.fieldUid','\"be9ea999-6b2b-4a4b-b2fa-4b7154d24859\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.handle','\"moduleYoutubeURL\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.instructions','\"Full Youtube URL (e.g. https://www.youtube.com/watch?v=AuqReucDsUE)\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.label','\"Youtube URL\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.required','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.tip','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.uid','\"463c8f25-0a98-40be-8a50-46a1215c4374\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.warning','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.3.width','100'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.dateAdded','\"2026-02-26T21:35:44+00:00\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.editCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.elementEditCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.fieldUid','\"445a738e-8bab-4a24-bf33-a7b11afceee3\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.handle','\"moduleListHeading\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.instructions','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.label','\"List Heading\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.required','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.tip','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.uid','\"3e55b84e-38e4-496b-932d-4312ba3f27ad\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.warning','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.4.width','100'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.dateAdded','\"2026-02-26T21:35:44+00:00\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.editCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.elementEditCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.fieldUid','\"445a738e-8bab-4a24-bf33-a7b11afceee3\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.handle','\"moduleListItems\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.instructions','\"Separate each item with a line break\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.label','\"List Items\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.required','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.tip','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.uid','\"4957c922-2e3d-4993-8f15-721c7a008474\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.warning','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.5.width','100'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.dateAdded','\"2026-02-26T21:35:44+00:00\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.editCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.elementEditCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.fieldUid','\"445a738e-8bab-4a24-bf33-a7b11afceee3\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.handle','\"moduleBody\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.instructions','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.label','\"Body Text\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.required','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.tip','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.uid','\"b35c7573-3db1-45cf-8914-f29c4ffde63a\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.warning','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.6.width','100'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.dateAdded','\"2026-02-26T21:35:44+00:00\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.editCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.elementEditCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.fieldUid','\"445a738e-8bab-4a24-bf33-a7b11afceee3\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.handle','\"moduleCtaHeading\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.instructions','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.label','\"CTA Heading\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.required','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.tip','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.uid','\"8dae36aa-8ebb-4f50-b820-d16dcdc11b70\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.warning','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.7.width','100'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.dateAdded','\"2026-02-26T21:35:44+00:00\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.editCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.elementEditCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.fieldUid','\"445a738e-8bab-4a24-bf33-a7b11afceee3\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.handle','\"moduleCtaText\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.instructions','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.label','\"CTA Text\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.required','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.tip','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.uid','\"aa537b71-6b57-4fa2-a023-9deb4d796cda\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.warning','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.8.width','100'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.dateAdded','\"2026-02-26T21:35:44+00:00\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.editCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.elementCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.elementEditCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.fieldUid','\"be9ea999-6b2b-4a4b-b2fa-4b7154d24859\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.handle','\"moduleCtaURL\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.instructions','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.label','\"CTA Link URL\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.required','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.tip','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.uid','\"5b8e72ad-ed37-460b-bccf-ada69c240959\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.warning','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.elements.9.width','100'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.name','\"Content\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.uid','\"620afbe4-69d5-4abe-84c1-9abf6802a39c\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.tabs.0.userCondition','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.fieldLayouts.e4fd6398-19bf-4926-91bf-19de23f5d5fd.thumbFieldKey','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.handle','\"specialtyProgramModule\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.hasTitleField','false'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.icon','\"sparkle\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.name','\"Specialty Program Module\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.showSlugField','true'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.showStatusField','true'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.slugTranslationKeyFormat','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.slugTranslationMethod','\"site\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.titleFormat','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.titleTranslationKeyFormat','null'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.titleTranslationMethod','\"site\"'),
('entryTypes.9f433f5f-6f60-4128-a5fc-380b58d87a2a.uiLabelFormat','\"{moduleTitle}\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.color','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.description','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.cardThumbAlignment','\"end\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elementCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.autocapitalize','true'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.autocomplete','false'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.autocorrect','true'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.class','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.dateAdded','\"2025-07-30T20:51:23+00:00\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.disabled','false'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.elementCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.id','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.inputType','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.instructions','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.label','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.max','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.min','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.name','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.orientation','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.placeholder','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.readonly','false'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.required','true'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.size','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.step','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.tip','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.title','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.uid','\"7d4a001a-fde5-48f4-a0d5-2ec40847ab55\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.userCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.warning','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.0.width','100'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.dateAdded','\"2025-09-19T18:16:53+00:00\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.editCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.elementCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.fieldUid','\"639c3b3d-645d-4707-bc83-b84415e31d4b\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.handle','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.instructions','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.label','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.required','false'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.tip','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.uid','\"b7de2ec4-9407-4c88-8439-eecd0bc52d8a\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.userCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.warning','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.1.width','100'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.dateAdded','\"2025-07-30T21:00:20+00:00\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.editCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.elementCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.fieldUid','\"1e96bc5e-27ff-49c1-8e54-6a07e2e1f983\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.handle','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.instructions','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.label','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.required','false'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.tip','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.uid','\"aceb4af7-e092-4894-a59a-eafca28db8e2\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.userCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.warning','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.2.width','100'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.dateAdded','\"2025-09-19T18:27:48+00:00\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.editCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.elementCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.fieldUid','\"022a48d9-7274-4721-8b71-c04ae028d0c4\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.handle','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.instructions','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.label','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.required','false'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.tip','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.uid','\"479ed735-51b9-4c23-9872-4e95d2914634\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.userCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.warning','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.3.width','100'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.dateAdded','\"2025-07-30T21:00:20+00:00\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.editCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.elementCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.fieldUid','\"e47153ae-f496-47ea-bd42-4cbe37c2eb4a\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.handle','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.instructions','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.label','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.required','false'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.tip','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.uid','\"bd5a1d46-6844-4735-ad59-9d17e566aa16\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.userCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.warning','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.4.width','100'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.dateAdded','\"2025-07-30T21:00:20+00:00\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.editCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.elementCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.fieldUid','\"a7a04a79-fefc-427c-abb4-01b16666f479\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.handle','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.instructions','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.label','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.required','false'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.tip','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.uid','\"6507c83d-4852-4bbd-9fee-2e10673e660b\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.userCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.warning','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.5.width','100'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.dateAdded','\"2025-07-30T21:00:20+00:00\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.editCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.elementCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.fieldUid','\"7df44d22-78f0-46d5-a339-609b6b574cff\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.handle','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.instructions','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.label','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.required','false'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.tip','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.uid','\"909d57b4-6b9f-42fb-8e21-bd64fb6371e6\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.userCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.warning','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.6.width','100'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.dateAdded','\"2025-07-30T21:06:29+00:00\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.editCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.elementCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.fieldUid','\"3665d16e-62ff-4d9e-b4cd-ca647aa723a7\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.handle','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.instructions','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.label','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.required','false'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.tip','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.uid','\"3bd7f129-28a9-4a77-8dac-a592f11fdf61\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.userCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.warning','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.elements.7.width','100'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.name','\"Content\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.uid','\"0f159085-17ef-43cd-8a89-54dcd6357024\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.fieldLayouts.87da3bf9-cab3-40cf-b022-9a1987e44e0f.tabs.0.userCondition','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.handle','\"article\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.hasTitleField','true'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.icon','\"newspaper\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.name','\"Article\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.showSlugField','true'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.showStatusField','true'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.slugTranslationKeyFormat','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.slugTranslationMethod','\"site\"'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.titleFormat','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.titleTranslationKeyFormat','null'),
('entryTypes.a2f5efb8-f292-4b00-96f2-bd879c5595cf.titleTranslationMethod','\"site\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.color','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.cardView.0','\"layoutElement:ffdd5871-4e4c-4e46-88b5-06b52502357e\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elementCondition','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.dateAdded','\"2025-04-18T17:50:46+00:00\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.editCondition','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.elementCondition','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.fieldUid','\"9cb07e22-70bc-4e39-a295-eeef089bb26f\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.handle','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.instructions','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.label','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.required','false'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.tip','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.uid','\"ffdd5871-4e4c-4e46-88b5-06b52502357e\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.userCondition','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.warning','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.0.width','100'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.dateAdded','\"2025-04-18T17:50:46+00:00\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.editCondition','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.elementCondition','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.fieldUid','\"bf39c483-5dd6-4cf5-b808-b50b26952cff\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.handle','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.instructions','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.label','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.required','false'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.tip','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.uid','\"1e69e1f4-c7b2-4468-8668-aa722b6f7163\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.userCondition','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.warning','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.elements.1.width','100'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.name','\"Content\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.uid','\"615d2907-c7bf-461a-af12-4962b9842008\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.fieldLayouts.a09f53c0-a583-49da-9257-859b02aae42c.tabs.0.userCondition','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.handle','\"testimonial\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.hasTitleField','false'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.icon','\"quote-left\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.name','\"Testimonial\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.showSlugField','true'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.showStatusField','true'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.slugTranslationKeyFormat','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.slugTranslationMethod','\"site\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.titleFormat','\"{testimonialSource}\"'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.titleTranslationKeyFormat','null'),
('entryTypes.a6756e8a-066a-4269-b680-7a33298ed4d1.titleTranslationMethod','\"site\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.color','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.description','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.cardThumbAlignment','\"end\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.cardView.0','\"layoutElement:579071f5-918a-4d7a-8c5b-98905ecbe548\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.cardView.1','\"layoutElement:50d484f9-ea00-4870-8b7a-a1c7400f42ab\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elementCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.dateAdded','\"2025-04-18T17:49:09+00:00\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.editCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.elementCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.fieldUid','\"d570c87b-f321-4f3f-a998-23ca5ecc795b\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.handle','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.instructions','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.label','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.required','true'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.tip','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.uid','\"2b573339-79e1-4bb1-82cf-7c0dfabcab22\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.userCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.warning','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.0.width','100'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.dateAdded','\"2025-04-18T17:49:09+00:00\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.editCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.elementCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.fieldUid','\"7532f466-6a08-405c-920a-14b76b35b7f7\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.handle','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.instructions','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.label','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.required','false'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.tip','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.uid','\"579071f5-918a-4d7a-8c5b-98905ecbe548\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.userCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.warning','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.1.width','100'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.dateAdded','\"2025-04-18T17:49:09+00:00\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.editCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.elementCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.fieldUid','\"d38a2885-f528-4a29-a490-9e85e95b433c\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.handle','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.instructions','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.label','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.required','false'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.tip','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.uid','\"50d484f9-ea00-4870-8b7a-a1c7400f42ab\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.userCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.warning','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.2.width','100'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.dateAdded','\"2025-08-20T21:19:33+00:00\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.editCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.elementCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.fieldUid','\"7bf4c91a-fca2-4610-b9b8-f328c88243bb\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.handle','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.instructions','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.label','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.required','false'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.tip','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.uid','\"6859b0cf-ccd8-409d-84f9-b76fcac3eda0\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.userCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.warning','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.elements.3.width','100'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.name','\"Content\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.uid','\"b5ce9df9-767a-46b3-ba07-39f4b8957e8c\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.fieldLayouts.6997a0df-13f1-4190-bdae-16b24a8fc71a.tabs.0.userCondition','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.handle','\"teamMember\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.hasTitleField','false'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.icon','\"user\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.name','\"Team Member\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.showSlugField','true'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.showStatusField','true'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.slugTranslationKeyFormat','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.slugTranslationMethod','\"site\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.titleFormat','\"{teamMemberName}\"'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.titleTranslationKeyFormat','null'),
('entryTypes.dec78b2b-1a45-4ace-9311-795453661ad7.titleTranslationMethod','\"site\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.color','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.description','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.cardThumbAlignment','\"end\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elementCondition','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.autocapitalize','true'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.autocomplete','false'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.autocorrect','true'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.class','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.dateAdded','\"2025-10-08T20:57:13+00:00\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.disabled','false'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.elementCondition','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.id','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.inputType','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.instructions','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.label','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.max','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.min','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.name','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.orientation','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.placeholder','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.readonly','false'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.required','true'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.size','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.step','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.tip','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.title','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.uid','\"abf0bebb-104f-4650-83d6-4dd61ea839ca\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.userCondition','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.warning','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.elements.0.width','100'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.name','\"Content\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.uid','\"895da472-c725-4380-807c-8fe877219858\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.fieldLayouts.098496ea-221c-4abe-8d21-a0b252ff87eb.tabs.0.userCondition','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.handle','\"jobPosition\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.hasTitleField','true'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.icon','\"user-doctor\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.name','\"Job Position\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.showSlugField','true'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.showStatusField','true'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.slugTranslationKeyFormat','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.slugTranslationMethod','\"site\"'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.titleFormat','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.titleTranslationKeyFormat','null'),
('entryTypes.e624bbea-8448-421f-99d3-d475ef2fc15b.titleTranslationMethod','\"site\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.color','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.description','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.cardThumbAlignment','\"end\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.cardView.0','\"layoutElement:5e076972-0a7c-4184-8570-4b3688ebe3d8\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elementCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.dateAdded','\"2025-04-18T18:02:49+00:00\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.editCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.elementCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.fieldUid','\"5ac48f52-3dbf-4ded-a723-39c633a04530\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.handle','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.instructions','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.label','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.required','false'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.tip','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.uid','\"71d07053-43eb-40fe-8f9e-ad7480cc3193\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.userCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.warning','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.0.width','100'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.dateAdded','\"2025-09-03T21:54:18+00:00\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.editCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.elementCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.fieldUid','\"0aa28749-162c-4202-90e2-ef11ac6ca04b\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.handle','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.instructions','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.label','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.required','false'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.tip','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.uid','\"5e076972-0a7c-4184-8570-4b3688ebe3d8\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.userCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.warning','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.1.width','100'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.dateAdded','\"2025-04-18T18:02:49+00:00\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.editCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.elementCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.fieldUid','\"84c770c5-8bc9-4206-b442-7d6a6b548d3e\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.handle','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.instructions','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.label','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.required','false'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.tip','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.uid','\"36ce0123-f0b8-45e8-bc0a-878a012a385a\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.userCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.warning','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.elements.2.width','100'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.name','\"Content\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.uid','\"cf537781-1032-447a-b044-eee3eebad86a\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.fieldLayouts.9ec63ba6-42e8-4f5a-bd5f-db3ccd6d9bbf.tabs.0.userCondition','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.handle','\"award\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.hasTitleField','false'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.icon','\"star\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.name','\"Award\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.showSlugField','true'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.showStatusField','true'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.slugTranslationKeyFormat','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.slugTranslationMethod','\"site\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.titleFormat','\"{awardTitle}\"'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.titleTranslationKeyFormat','null'),
('entryTypes.f5d44ee1-deeb-4d7e-958c-000da259131c.titleTranslationMethod','\"site\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.color','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.description','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.cardThumbAlignment','\"end\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elementCondition','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.autocapitalize','true'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.autocomplete','false'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.autocorrect','true'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.class','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.dateAdded','\"2025-08-01T17:57:32+00:00\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.disabled','false'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.elementCondition','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.id','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.inputType','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.instructions','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.label','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.max','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.min','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.name','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.orientation','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.placeholder','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.readonly','false'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.required','true'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.size','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.step','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.tip','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.title','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\entries\\\\EntryTitleField\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.uid','\"ed7173f5-3fdd-4a5d-b09d-f87879281cd1\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.userCondition','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.warning','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.elements.0.width','100'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.name','\"Content\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.uid','\"2c103f54-8f6d-46c2-a71c-ec887be87c7f\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.fieldLayouts.32165282-e43e-44fe-b54b-bc2b6eeb313f.tabs.0.userCondition','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.handle','\"faqSection\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.hasTitleField','true'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.icon','\"comment-question\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.name','\"FAQ Section\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.showSlugField','true'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.showStatusField','true'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.slugTranslationKeyFormat','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.slugTranslationMethod','\"site\"'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.titleFormat','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.titleTranslationKeyFormat','null'),
('entryTypes.fff3551c-5538-4f17-9e5f-338c3d9aeb2e.titleTranslationMethod','\"site\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.columnSuffix','null'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.handle','\"articleYoutubeVideo\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.instructions','\"(Optional) Full URL link to a YouTube video (e.g. https://www.youtube.com/watch?v=AuqReucDsUE). A play button will be overlaid on the article thumbnail.\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.name','\"Article YouTube Video\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.searchable','false'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.fullGraphqlData','true'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.maxLength','255'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.showLabelField','false'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.types.0','\"url\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.typeSettings.__assoc__.0.0','\"url\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.typeSettings.__assoc__.0.1.__assoc__.0.0','\"allowRootRelativeUrls\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.typeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.typeSettings.__assoc__.0.1.__assoc__.1.0','\"allowAnchors\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.typeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.typeSettings.__assoc__.0.1.__assoc__.2.0','\"allowCustomSchemes\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.settings.typeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.translationKeyFormat','null'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.translationMethod','\"none\"'),
('fields.022a48d9-7274-4721-8b71-c04ae028d0c4.type','\"craft\\\\fields\\\\Link\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.columnSuffix','null'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.handle','\"legalPdf\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.instructions','null'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.name','\"Legal PDF\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.searchable','false'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.allowedKinds.0','\"pdf\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.allowSelfRelations','false'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.allowSubfolders','false'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.allowUploads','true'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.branchLimit','null'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.defaultPlacement','\"end\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.defaultUploadLocationSource','\"volume:19c8484a-d355-4296-9e46-757d9d673a5b\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.defaultUploadLocationSubpath','null'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.maintainHierarchy','false'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.maxRelations','1'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.minRelations','null'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.previewMode','\"full\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.restrictedDefaultUploadSubpath','null'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.restrictedLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.restrictedLocationSubpath','null'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.restrictFiles','true'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.restrictLocation','false'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.selectionLabel','\"Add PDF\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.showCardsInGrid','false'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.showSearchInput','true'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.showSiteMenu','true'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.showUnpermittedFiles','false'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.showUnpermittedVolumes','false'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.sources.0','\"volume:19c8484a-d355-4296-9e46-757d9d673a5b\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.targetSiteId','null'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.validateRelatedElements','false'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.settings.viewMode','\"list\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.translationKeyFormat','null'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.translationMethod','\"none\"'),
('fields.05e9ea20-81f8-43a0-8dc8-e6563a706806.type','\"craft\\\\fields\\\\Assets\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.columnSuffix','null'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.handle','\"awardImage\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.instructions','\"Square image with logo/badge of award centered inside.\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.name','\"Award Image\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.searchable','false'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.allowedKinds.0','\"image\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.allowSelfRelations','false'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.allowSubfolders','false'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.allowUploads','true'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.branchLimit','null'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.defaultPlacement','\"end\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.defaultUploadLocationSource','\"volume:9e9d35a0-4282-47e5-b4bd-17b167a746a7\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.defaultUploadLocationSubpath','null'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.maintainHierarchy','false'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.maxRelations','null'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.minRelations','null'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.previewMode','\"full\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.restrictedDefaultUploadSubpath','null'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.restrictedLocationSource','\"volume:33b65080-b1c4-49e9-b80d-e52938c9330e\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.restrictedLocationSubpath','null'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.restrictFiles','true'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.restrictLocation','false'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.selectionLabel','\"Add image\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.showCardsInGrid','false'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.showSearchInput','true'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.showSiteMenu','true'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.showUnpermittedFiles','false'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.showUnpermittedVolumes','false'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.sources.0','\"volume:9e9d35a0-4282-47e5-b4bd-17b167a746a7\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.targetSiteId','null'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.validateRelatedElements','false'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.settings.viewMode','\"large\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.translationKeyFormat','null'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.translationMethod','\"none\"'),
('fields.0aa28749-162c-4202-90e2-ef11ac6ca04b.type','\"craft\\\\fields\\\\Assets\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.columnSuffix','null'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.handle','\"serviceCategory\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.instructions','\"The category that contains this service.\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.name','\"Service Category\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.searchable','false'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.allowSelfRelations','false'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.branchLimit','null'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.defaultPlacement','\"end\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.maintainHierarchy','false'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.maxRelations','null'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.minRelations','null'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.0.0','\"elementType\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.0.1','\"craft\\\\elements\\\\Entry\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.1.0','\"fieldContext\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.1.1','\"global\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.2.0','\"class\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.2.1','\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.0','\"conditionRules\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.0.0','\"class\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.0.1','\"craft\\\\elements\\\\conditions\\\\LevelConditionRule\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.1.0','\"uid\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.1.1','\"78303b2a-1f59-4338-85dd-c78bd5f02b5e\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.2.0','\"operator\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.2.1','\"=\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.3.0','\"value\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.3.1','\"1\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.4.0','\"maxValue\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.4.1','\"\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.5.0','\"step\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionCondition.__assoc__.3.1.0.__assoc__.5.1','1'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.selectionLabel','null'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.showCardsInGrid','false'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.showSearchInput','true'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.showSiteMenu','false'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.showUnpermittedEntries','false'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.showUnpermittedSections','false'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.sources.0','\"section:268484a1-5b08-4919-b708-83d848af1f81\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.targetSiteId','null'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.validateRelatedElements','false'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.settings.viewMode','\"list\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.translationKeyFormat','null'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.translationMethod','\"none\"'),
('fields.0b07392c-7306-4c5c-8f75-c754cbd8570a.type','\"craft\\\\fields\\\\Entries\"'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.columnSuffix','null'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.handle','\"locationDomainName\"'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.instructions','\"Domain name including .com extension (e.g. ccarbors.com)\"'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.name','\"Location Domain Name\"'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.searchable','false'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.settings.byteLimit','null'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.settings.charLimit','null'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.settings.code','false'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.settings.initialRows','4'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.settings.multiline','false'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.settings.placeholder','null'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.settings.uiMode','\"normal\"'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.translationKeyFormat','null'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.translationMethod','\"none\"'),
('fields.137a3fcf-0592-4113-8715-fd7e5a291e18.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.columnSuffix','null'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.handle','\"locationApploiScript\"'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.instructions','\"Script used to embed job listings from Apploi.\\r\\ne.g. <script src=\\\"https://apploi.link/Complete_Care_at_Arbors-career-page\\\"></script>\"'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.name','\"Location Apploi Script\"'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.searchable','false'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.settings.byteLimit','null'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.settings.charLimit','null'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.settings.code','false'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.settings.initialRows','4'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.settings.multiline','false'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.settings.placeholder','null'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.settings.uiMode','\"normal\"'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.translationKeyFormat','null'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.translationMethod','\"none\"'),
('fields.173175f0-3b3d-4e57-aaef-a35c9250b89e.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.columnSuffix','null'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.handle','\"articleThumbnail\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.instructions','\"Thumbnail image for an article. Crop to a 2:1 aspect ratio.\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.name','\"Article Thumbnail\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.searchable','false'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.allowedKinds','null'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.allowSelfRelations','false'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.allowSubfolders','false'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.allowUploads','true'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.branchLimit','null'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.defaultPlacement','\"end\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.defaultUploadLocationSource','\"volume:24150b0d-5fb2-445d-96d5-60583c2adcae\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.defaultUploadLocationSubpath','null'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.maintainHierarchy','false'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.maxRelations','1'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.minRelations','null'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.previewMode','\"thumbs\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.restrictedDefaultUploadSubpath','null'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.restrictedLocationSource','\"volume:24150b0d-5fb2-445d-96d5-60583c2adcae\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.restrictedLocationSubpath','null'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.restrictFiles','false'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.restrictLocation','true'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.selectionLabel','\"Add thumbnail\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.showCardsInGrid','false'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.showSearchInput','true'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.showSiteMenu','true'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.showUnpermittedFiles','false'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.showUnpermittedVolumes','false'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.sources.0','\"volume:24150b0d-5fb2-445d-96d5-60583c2adcae\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.targetSiteId','null'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.validateRelatedElements','false'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.settings.viewMode','\"large\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.translationKeyFormat','null'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.translationMethod','\"none\"'),
('fields.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983.type','\"craft\\\\fields\\\\Assets\"'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.columnSuffix','null'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.handle','\"amenityDescription\"'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.instructions','\"One sentence description of amenity\"'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.name','\"Amenity Description\"'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.searchable','false'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.settings.byteLimit','null'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.settings.charLimit','null'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.settings.code','false'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.settings.initialRows','4'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.settings.multiline','false'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.settings.placeholder','null'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.settings.uiMode','\"normal\"'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.translationKeyFormat','null'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.translationMethod','\"none\"'),
('fields.20158055-b8b1-4e2a-bce5-439c39ff2639.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.columnSuffix','null'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.handle','\"locationConcierge\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.instructions','\"Concierge team member. If set, the Concierge Services module is shown on the What We Offer page.\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.name','\"Location Concierge\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.searchable','false'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.createButtonLabel','\"Set concierge\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.defaultIndexViewMode','\"cards\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.enableVersioning','false'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.entryTypes.0.__assoc__.0.1','\"dec78b2b-1a45-4ace-9311-795453661ad7\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.includeTableView','false'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.maxEntries','1'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.minEntries','null'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.pageSize','50'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.propagationKeyFormat','null'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.propagationMethod','\"all\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.showCardsInGrid','false'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.settings.viewMode','\"cards\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.translationKeyFormat','null'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.translationMethod','\"site\"'),
('fields.2230bd3c-440f-4bb0-9d65-8c5cd72213ce.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.columnSuffix','null'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.handle','\"locationHomeHeroPhoto\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.instructions','\"Images in gallery at top of location home page\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.name','\"Location Home Hero Photo\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.searchable','false'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.allowedKinds.0','\"image\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.allowSelfRelations','false'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.allowSubfolders','false'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.allowUploads','true'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.branchLimit','null'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.defaultPlacement','\"end\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.defaultUploadLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.defaultUploadLocationSubpath','null'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.maintainHierarchy','false'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.maxRelations','null'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.minRelations','null'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.previewMode','\"thumbs\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.restrictedDefaultUploadSubpath','null'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.restrictedLocationSource','\"volume:33b65080-b1c4-49e9-b80d-e52938c9330e\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.restrictedLocationSubpath','null'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.restrictFiles','true'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.restrictLocation','false'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.selectionLabel','\"Select images\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.showCardsInGrid','false'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.showSearchInput','true'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.showSiteMenu','true'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.showUnpermittedFiles','false'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.showUnpermittedVolumes','false'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.sources.0','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.targetSiteId','null'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.validateRelatedElements','false'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.settings.viewMode','\"large\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.translationKeyFormat','null'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.translationMethod','\"none\"'),
('fields.231aa49d-5a94-4f62-b3c3-a2960dc2e521.type','\"craft\\\\fields\\\\Assets\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.columnSuffix','null'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.handle','\"locationFacebook\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.instructions','\"Link to facility Facebook page\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.name','\"Location Facebook\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.searchable','false'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.fullGraphqlData','true'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.maxLength','255'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.showLabelField','false'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.types.0','\"url\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.typeSettings.__assoc__.0.0','\"url\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.typeSettings.__assoc__.0.1.__assoc__.0.0','\"allowRootRelativeUrls\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.typeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.typeSettings.__assoc__.0.1.__assoc__.1.0','\"allowAnchors\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.typeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.typeSettings.__assoc__.0.1.__assoc__.2.0','\"allowCustomSchemes\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.settings.typeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.translationKeyFormat','null'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.translationMethod','\"none\"'),
('fields.23a92ec7-9124-476a-909d-8e9953d34f5a.type','\"craft\\\\fields\\\\Link\"'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.columnSuffix','null'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.handle','\"legalPageContent\"'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.instructions','\"Text content if legal page should appear as a page rather than as a downloadable PDF.\"'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.name','\"Legal Page Content\"'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.searchable','false'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.availableTransforms','\"\"'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.availableVolumes','\"\"'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.characterLimit','null'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.ckeConfig','\"3a618d1e-ee6f-4c89-8daf-12ca493c4d04\"'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.createButtonLabel','null'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.defaultTransform','null'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.expandEntryButtons','false'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.fullGraphqlData','true'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.parseEmbeds','false'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.purifierConfig','null'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.purifyHtml','true'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.showUnpermittedFiles','false'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.showUnpermittedVolumes','false'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.showWordCount','false'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.sourceEditingGroups.0','\"__ADMINS__\"'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.settings.wordLimit','null'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.translationKeyFormat','null'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.translationMethod','\"none\"'),
('fields.25f42247-f9f8-4f12-8119-6a4e68944f08.type','\"craft\\\\ckeditor\\\\Field\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.columnSuffix','null'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.handle','\"locationEmployeeTestimonials\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.instructions','\"Testimonials from employees. Appears on the location\'s careers page.\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.name','\"Location Employee Testimonials\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.searchable','false'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.createButtonLabel','\"Add employee testimonial\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.defaultIndexViewMode','\"cards\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.enableVersioning','false'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.entryTypes.0.__assoc__.0.1','\"a6756e8a-066a-4269-b680-7a33298ed4d1\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.includeTableView','false'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.maxEntries','null'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.minEntries','null'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.pageSize','50'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.propagationKeyFormat','null'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.propagationMethod','\"all\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.showCardsInGrid','true'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.settings.viewMode','\"cards\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.translationKeyFormat','null'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.translationMethod','\"site\"'),
('fields.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.columnSuffix','null'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.handle','\"locationShortName\"'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.instructions','\"Short version of location name, without \\\"Complete Care at\\\"\"'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.name','\"Location Short Name\"'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.searchable','false'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.settings.byteLimit','null'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.settings.charLimit','null'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.settings.code','false'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.settings.initialRows','4'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.settings.multiline','false'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.settings.placeholder','null'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.settings.uiMode','\"normal\"'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.translationKeyFormat','null'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.translationMethod','\"none\"'),
('fields.2b97fc7e-78df-4428-b0e6-6f391ec89c4b.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.columnSuffix','null'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.handle','\"locationLinkedin\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.instructions','\"Link to facility LInkedIn page\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.name','\"Location LinkedIn\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.searchable','false'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.fullGraphqlData','true'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.maxLength','255'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.showLabelField','false'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.types.0','\"url\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.typeSettings.__assoc__.0.0','\"url\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.typeSettings.__assoc__.0.1.__assoc__.0.0','\"allowRootRelativeUrls\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.typeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.typeSettings.__assoc__.0.1.__assoc__.1.0','\"allowAnchors\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.typeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.typeSettings.__assoc__.0.1.__assoc__.2.0','\"allowCustomSchemes\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.settings.typeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.translationKeyFormat','null'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.translationMethod','\"none\"'),
('fields.2d2268d6-3791-484b-afb2-5ffb3ff2a757.type','\"craft\\\\fields\\\\Link\"'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.columnSuffix','null'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.handle','\"articleContent\"'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.instructions','null'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.name','\"Article Content\"'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.searchable','true'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.availableTransforms','\"\"'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.availableVolumes.0','\"24150b0d-5fb2-445d-96d5-60583c2adcae\"'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.characterLimit','null'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.ckeConfig','\"3a618d1e-ee6f-4c89-8daf-12ca493c4d04\"'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.createButtonLabel','null'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.defaultTransform','null'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.expandEntryButtons','false'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.fullGraphqlData','true'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.parseEmbeds','false'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.purifierConfig','null'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.purifyHtml','true'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.showUnpermittedFiles','false'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.showUnpermittedVolumes','false'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.showWordCount','false'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.sourceEditingGroups.0','\"__ADMINS__\"'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.settings.wordLimit','null'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.translationKeyFormat','null'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.translationMethod','\"none\"'),
('fields.3665d16e-62ff-4d9e-b4cd-ca647aa723a7.type','\"craft\\\\ckeditor\\\\Field\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.columnSuffix','null'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.handle','\"serviceSpecificAmenities\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.instructions','\"Use this field if amenities are unique to a campus\'s different service pages.\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.name','\"Service-Specific Amenities\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.searchable','false'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.createButtonLabel','\"Set amenities by service\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.defaultIndexViewMode','\"cards\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.enableVersioning','false'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.entryTypes.0.__assoc__.0.1','\"39a966c0-101d-4836-8da3-a91e5f6592b5\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.includeTableView','false'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.maxEntries','3'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.minEntries','null'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.pageSize','50'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.propagationKeyFormat','null'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.propagationMethod','\"all\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.showCardsInGrid','true'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.settings.viewMode','\"cards\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.translationKeyFormat','null'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.translationMethod','\"site\"'),
('fields.39bc62de-ab20-40a0-9545-3e393bf8428e.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.columnSuffix','null'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.handle','\"legalPageType\"'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.instructions','\"If enabled, the link will lead to a page on the website, rather than a downloaded PDF.\"'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.name','\"Legal Page Type\"'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.searchable','false'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.settings.default','false'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.settings.offLabel','\"Downloadable PDF\"'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.settings.onLabel','\"Webpage\"'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.translationKeyFormat','null'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.translationMethod','\"none\"'),
('fields.3a602250-c9bf-4305-8c17-b0cbe4f7f78f.type','\"craft\\\\fields\\\\Lightswitch\"'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.columnSuffix','null'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.handle','\"faqAnswer\"'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.instructions','null'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.name','\"FAQ Answer\"'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.searchable','false'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.settings.byteLimit','null'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.settings.charLimit','null'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.settings.code','false'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.settings.initialRows','4'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.settings.multiline','true'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.settings.placeholder','null'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.settings.uiMode','\"normal\"'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.translationKeyFormat','null'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.translationMethod','\"none\"'),
('fields.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.columnSuffix','null'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.handle','\"locationAdvancedServicesFlyer\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.instructions','\"PDF flyer for advanced services. Available for download under \\\"Post-Acute Care and Skilled Nursing Services\\\" on the location services page.\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.name','\"Location Advanced Services Flyer\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.searchable','false'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.allowedKinds.0','\"pdf\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.allowSelfRelations','false'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.allowSubfolders','false'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.allowUploads','true'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.branchLimit','null'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.defaultPlacement','\"end\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.defaultUploadLocationSource','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.defaultUploadLocationSubpath','null'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.maintainHierarchy','false'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.maxRelations','1'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.minRelations','null'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.previewMode','\"full\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.restrictedDefaultUploadSubpath','null'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.restrictedLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.restrictedLocationSubpath','null'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.restrictFiles','true'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.restrictLocation','false'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.selectionLabel','\"Add flyer\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.showCardsInGrid','false'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.showSearchInput','true'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.showSiteMenu','true'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.showUnpermittedFiles','false'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.showUnpermittedVolumes','false'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.sources.0','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.targetSiteId','null'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.validateRelatedElements','false'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.settings.viewMode','\"list\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.translationKeyFormat','null'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.translationMethod','\"none\"'),
('fields.3e660e99-6233-4c62-82ee-26f0c6429a64.type','\"craft\\\\fields\\\\Assets\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.columnSuffix','null'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.handle','\"locationMenu\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.instructions','\"Spreadsheet or PDF of the menu. Shown on the What to Expect page.\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.name','\"Location Menu\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.searchable','false'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.allowedKinds.0','\"excel\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.allowedKinds.1','\"pdf\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.allowedKinds.2','\"word\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.allowSelfRelations','false'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.allowSubfolders','false'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.allowUploads','true'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.branchLimit','null'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.defaultPlacement','\"end\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.defaultUploadLocationSource','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.defaultUploadLocationSubpath','null'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.maintainHierarchy','false'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.maxRelations','1'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.minRelations','null'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.previewMode','\"full\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.restrictedDefaultUploadSubpath','null'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.restrictedLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.restrictedLocationSubpath','null'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.restrictFiles','true'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.restrictLocation','false'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.selectionLabel','\"Select menu\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.showCardsInGrid','false'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.showSearchInput','true'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.showSiteMenu','true'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.showUnpermittedFiles','false'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.showUnpermittedVolumes','false'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.sources.0','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.targetSiteId','null'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.validateRelatedElements','false'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.settings.viewMode','\"list\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.translationKeyFormat','null'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.translationMethod','\"none\"'),
('fields.4441d9ef-981a-4f3c-ab1e-4fc9c9286394.type','\"craft\\\\fields\\\\Assets\"'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.columnSuffix','null'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.handle','\"text\"'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.instructions','null'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.name','\"Text\"'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.searchable','false'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.settings.byteLimit','null'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.settings.charLimit','null'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.settings.code','false'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.settings.initialRows','4'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.settings.multiline','true'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.settings.placeholder','null'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.settings.uiMode','\"normal\"'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.translationKeyFormat','null'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.translationMethod','\"none\"'),
('fields.445a738e-8bab-4a24-bf33-a7b11afceee3.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.columnSuffix','null'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.handle','\"customAmenities\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.instructions','\"Amenities unique to this location that don\'t exist under Entries > Amenities.\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.name','\"Custom Amenities\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.searchable','false'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.createButtonLabel','\"New custom amenity\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.defaultIndexViewMode','\"cards\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.enableVersioning','false'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.entryTypes.0.__assoc__.0.1','\"0b290b97-9097-4f60-83d4-8aa281cc9c30\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.includeTableView','false'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.maxEntries','null'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.minEntries','null'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.pageSize','50'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.propagationKeyFormat','null'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.propagationMethod','\"all\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.showCardsInGrid','true'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.settings.viewMode','\"cards\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.translationKeyFormat','null'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.translationMethod','\"site\"'),
('fields.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.columnSuffix','null'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.handle','\"videoThumbnail\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.instructions','null'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.name','\"Video Thumbnail\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.searchable','false'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.allowedKinds','null'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.allowSelfRelations','false'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.allowSubfolders','false'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.allowUploads','true'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.branchLimit','null'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.defaultPlacement','\"end\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.defaultUploadLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.defaultUploadLocationSubpath','null'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.maintainHierarchy','false'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.maxRelations','1'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.minRelations','null'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.previewMode','\"full\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.restrictedDefaultUploadSubpath','null'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.restrictedLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.restrictedLocationSubpath','null'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.restrictFiles','false'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.restrictLocation','false'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.selectionLabel','\"Set video thumbnail\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.showSearchInput','true'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.showSiteMenu','false'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.showUnpermittedFiles','false'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.showUnpermittedVolumes','false'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.sources.0','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.targetSiteId','null'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.validateRelatedElements','false'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.settings.viewMode','\"list\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.translationKeyFormat','null'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.translationMethod','\"none\"'),
('fields.48828093-c3a4-4a20-b235-4c3a7ba9a615.type','\"craft\\\\fields\\\\Assets\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.columnSuffix','null'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.handle','\"locationAdministrator\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.instructions','null'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.name','\"Location Administrator\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.searchable','false'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.createButtonLabel','\"Add administrator\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.defaultIndexViewMode','\"cards\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.enableVersioning','false'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.entryTypes.0.__assoc__.0.1','\"dec78b2b-1a45-4ace-9311-795453661ad7\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.includeTableView','false'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.maxEntries','1'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.minEntries','null'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.pageSize','50'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.propagationKeyFormat','null'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.propagationMethod','\"all\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.showCardsInGrid','true'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.settings.viewMode','\"cards\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.translationKeyFormat','null'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.translationMethod','\"site\"'),
('fields.4dcab8b8-46c4-4f47-854c-08a8b0189307.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.columnSuffix','null'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.handle','\"locationTypeText\"'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.instructions','\"e.g. Assisted Living / Post-Acute Care, Skilled Nursing, and Long-Term Care / Residential Care\"'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.name','\"Location Type Text\"'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.searchable','false'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.settings.byteLimit','null'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.settings.charLimit','null'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.settings.code','false'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.settings.initialRows','4'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.settings.multiline','false'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.settings.placeholder','null'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.settings.uiMode','\"normal\"'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.translationKeyFormat','null'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.translationMethod','\"none\"'),
('fields.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.columnSuffix','null'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.handle','\"locationVideoTourButtonText\"'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.instructions','\"If left blank, button text defaults to \\\"Watch Video Tour\\\"\"'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.name','\"Location Video Tour Button Text\"'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.searchable','false'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.settings.byteLimit','null'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.settings.charLimit','100'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.settings.code','false'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.settings.initialRows','4'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.settings.multiline','false'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.settings.placeholder','\"Watch Video Tour\"'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.settings.uiMode','\"normal\"'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.translationKeyFormat','null'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.translationMethod','\"none\"'),
('fields.5216814d-23e8-4513-b7f5-3a6b89edb0fe.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.columnSuffix','null'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.handle','\"corporateInstagram\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.instructions','null'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.name','\"Corporate Instagram\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.searchable','false'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.fullGraphqlData','true'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.maxLength','255'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.showLabelField','false'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.types.0','\"url\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.typeSettings.__assoc__.0.0','\"url\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.typeSettings.__assoc__.0.1.__assoc__.0.0','\"allowRootRelativeUrls\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.typeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.typeSettings.__assoc__.0.1.__assoc__.1.0','\"allowAnchors\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.typeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.typeSettings.__assoc__.0.1.__assoc__.2.0','\"allowCustomSchemes\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.settings.typeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.translationKeyFormat','null'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.translationMethod','\"none\"'),
('fields.556a60b8-da46-4bec-b86a-cf59a70affb4.type','\"craft\\\\fields\\\\Link\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.columnSuffix','null'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.handle','\"locationVideoTourLink\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.instructions','\"YouTube link for the location\'s video tour\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.name','\"Location Video Tour Link\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.searchable','false'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.fullGraphqlData','true'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.maxLength','255'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.showLabelField','false'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.types.0','\"url\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.typeSettings.__assoc__.0.0','\"url\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.typeSettings.__assoc__.0.1.__assoc__.0.0','\"allowRootRelativeUrls\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.typeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.typeSettings.__assoc__.0.1.__assoc__.1.0','\"allowAnchors\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.typeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.typeSettings.__assoc__.0.1.__assoc__.2.0','\"allowCustomSchemes\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.settings.typeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.translationKeyFormat','null'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.translationMethod','\"none\"'),
('fields.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c.type','\"craft\\\\fields\\\\Link\"'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.columnSuffix','null'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.handle','\"awardTitle\"'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.instructions','null'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.name','\"Award Title\"'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.searchable','false'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.settings.byteLimit','null'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.settings.charLimit','null'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.settings.code','false'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.settings.initialRows','4'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.settings.multiline','false'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.settings.placeholder','null'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.settings.uiMode','\"normal\"'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.translationKeyFormat','null'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.translationMethod','\"none\"'),
('fields.5ac48f52-3dbf-4ded-a723-39c633a04530.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.columnSuffix','null'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.handle','\"legalDocuments\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.instructions','\"Add and rearrange legal documents (webpages or PDFs). Links will appear in footer.\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.name','\"Legal Documents\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.searchable','false'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.createButtonLabel','\"Add legal document\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.defaultIndexViewMode','\"cards\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.enableVersioning','false'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.entryTypes.0.__assoc__.0.1','\"9dd9ef46-c081-4e4f-97bf-94bcc70185a4\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.includeTableView','false'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.maxEntries','null'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.minEntries','null'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.pageSize','50'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.propagationKeyFormat','null'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.propagationMethod','\"all\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.showCardsInGrid','true'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.settings.viewMode','\"cards\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.translationKeyFormat','null'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.translationMethod','\"site\"'),
('fields.5e201645-89f8-4d44-b984-3fbd3a5aed69.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.columnSuffix','null'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.handle','\"campusServicePage\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.instructions','\"Relevant service page\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.name','\"Campus Service Page\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.searchable','false'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.customOptions','false'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.0.__assoc__.0.0','\"label\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.0.__assoc__.0.1','\"Residential Care\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.0.__assoc__.1.0','\"value\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.0.__assoc__.1.1','\"residential-care\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.0.__assoc__.2.0','\"icon\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.0.__assoc__.2.1','\"\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.0.__assoc__.3.0','\"color\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.0.__assoc__.3.1','\"\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.0.__assoc__.4.0','\"default\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.0.__assoc__.4.1','\"\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.1.__assoc__.0.0','\"label\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.1.__assoc__.0.1','\"Assisted Living\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.1.__assoc__.1.0','\"value\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.1.__assoc__.1.1','\"assisted-living\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.1.__assoc__.2.0','\"icon\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.1.__assoc__.2.1','\"\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.1.__assoc__.3.0','\"color\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.1.__assoc__.3.1','\"\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.1.__assoc__.4.0','\"default\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.1.__assoc__.4.1','\"\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.2.__assoc__.0.0','\"label\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.2.__assoc__.0.1','\"Post-Acute & Long-Term Care\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.2.__assoc__.1.0','\"value\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.2.__assoc__.1.1','\"post-acute-ltc\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.2.__assoc__.2.0','\"icon\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.2.__assoc__.2.1','\"\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.2.__assoc__.3.0','\"color\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.2.__assoc__.3.1','\"\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.2.__assoc__.4.0','\"default\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.settings.options.2.__assoc__.4.1','\"\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.translationKeyFormat','null'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.translationMethod','\"none\"'),
('fields.61428653-7973-480d-a483-c67b0a2fb359.type','\"craft\\\\fields\\\\Dropdown\"'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.columnSuffix','null'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.handle','\"featuredArticle\"'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.instructions','\"Sets the article to appear at the top of the Resources page. Only one article can be featured at a time; the most recent one takes precedence.\"'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.name','\"Featured Article\"'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.searchable','false'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.settings.default','false'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.settings.offLabel','null'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.settings.onLabel','\"Featured\"'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.translationKeyFormat','null'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.translationMethod','\"none\"'),
('fields.639c3b3d-645d-4707-bc83-b84415e31d4b.type','\"craft\\\\fields\\\\Lightswitch\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.columnSuffix','null'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.handle','\"hiddenServices\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.instructions','\"Default services (Entries > Services) to be hidden for this location.\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.name','\"Hidden Services\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.searchable','false'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.allowSelfRelations','false'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.branchLimit','null'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.defaultPlacement','\"end\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.maintainHierarchy','false'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.maxRelations','null'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.minRelations','null'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.0.0','\"elementType\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.0.1','\"craft\\\\elements\\\\Entry\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.1.0','\"fieldContext\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.1.1','\"global\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.2.0','\"class\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.2.1','\"craft\\\\elements\\\\conditions\\\\entries\\\\EntryCondition\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.0','\"conditionRules\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.0.0','\"class\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.0.1','\"craft\\\\elements\\\\conditions\\\\LevelConditionRule\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.1.0','\"uid\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.1.1','\"b31e7444-3d89-4caa-b0c4-017a5dca48b1\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.2.0','\"operator\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.2.1','\"=\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.3.0','\"value\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.3.1','\"2\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.4.0','\"maxValue\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.4.1','\"\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.5.0','\"step\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionCondition.__assoc__.3.1.0.__assoc__.5.1','1'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.selectionLabel','\"Select services to hide\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.showCardsInGrid','false'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.showSearchInput','true'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.showSiteMenu','true'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.showUnpermittedEntries','false'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.showUnpermittedSections','false'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.sources.0','\"section:268484a1-5b08-4919-b708-83d848af1f81\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.targetSiteId','null'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.validateRelatedElements','false'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.settings.viewMode','\"list\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.translationKeyFormat','null'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.translationMethod','\"none\"'),
('fields.63a3000b-a74b-4a62-bc67-ca63ae006d81.type','\"craft\\\\fields\\\\Entries\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.columnSuffix','null'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.handle','\"serviceIcon\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.instructions','\"Square icon; only used on service categories, not individual services.\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.name','\"Service Icon\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.searchable','false'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.allowedKinds','null'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.allowSelfRelations','false'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.allowSubfolders','false'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.allowUploads','true'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.branchLimit','null'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.defaultPlacement','\"end\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.defaultUploadLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.defaultUploadLocationSubpath','null'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.maintainHierarchy','false'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.maxRelations','1'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.minRelations','null'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.previewMode','\"full\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.restrictedDefaultUploadSubpath','null'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.restrictedLocationSource','\"volume:26cf8547-50c3-47c9-b86a-32e1a7b2c146\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.restrictedLocationSubpath','null'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.restrictFiles','false'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.restrictLocation','true'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.selectionLabel','\"Add icon\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.showCardsInGrid','false'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.showSearchInput','true'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.showSiteMenu','false'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.showUnpermittedFiles','false'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.showUnpermittedVolumes','false'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.sources','\"*\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.targetSiteId','null'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.validateRelatedElements','false'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.settings.viewMode','\"large\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.translationKeyFormat','null'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.translationMethod','\"none\"'),
('fields.6e432bdc-a0cb-468a-b5fa-846040505743.type','\"craft\\\\fields\\\\Assets\"'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.columnSuffix','null'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.handle','\"useWisconsinServiceNames\"'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.instructions','\"If enabled, Assisted Living and Residential Care use Wisconsin-style names.\"'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.name','\"Use Wisconsin Service Names\"'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.searchable','false'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.settings.default','false'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.settings.offLabel','null'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.settings.onLabel','null'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.translationKeyFormat','null'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.translationMethod','\"none\"'),
('fields.6efb6d2f-80f1-48fc-8baf-4c99bd165756.type','\"craft\\\\fields\\\\Lightswitch\"'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.columnSuffix','null'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.handle','\"teamMemberTitle\"'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.instructions','null'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.name','\"Team Member Title\"'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.searchable','false'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.settings.byteLimit','null'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.settings.charLimit','null'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.settings.code','false'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.settings.initialRows','4'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.settings.multiline','false'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.settings.placeholder','null'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.settings.uiMode','\"normal\"'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.translationKeyFormat','null'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.translationMethod','\"none\"'),
('fields.7532f466-6a08-405c-920a-14b76b35b7f7.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.7bf4c91a-fca2-4610-b9b8-f328c88243bb.columnSuffix','null'),
('fields.7bf4c91a-fca2-4610-b9b8-f328c88243bb.handle','\"teamMemberEmail\"'),
('fields.7bf4c91a-fca2-4610-b9b8-f328c88243bb.instructions','null'),
('fields.7bf4c91a-fca2-4610-b9b8-f328c88243bb.name','\"Team Member Email\"'),
('fields.7bf4c91a-fca2-4610-b9b8-f328c88243bb.searchable','false'),
('fields.7bf4c91a-fca2-4610-b9b8-f328c88243bb.settings.placeholder','null'),
('fields.7bf4c91a-fca2-4610-b9b8-f328c88243bb.translationKeyFormat','null'),
('fields.7bf4c91a-fca2-4610-b9b8-f328c88243bb.translationMethod','\"none\"'),
('fields.7bf4c91a-fca2-4610-b9b8-f328c88243bb.type','\"craft\\\\fields\\\\Email\"'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.columnSuffix','null'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.handle','\"articleExcerpt\"'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.instructions','\"1-2 sentences displayed under article thumbnail on resources/category/topic/search pages.\"'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.name','\"Article Excerpt\"'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.searchable','true'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.settings.byteLimit','null'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.settings.charLimit','null'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.settings.code','false'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.settings.initialRows','2'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.settings.multiline','true'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.settings.placeholder','null'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.settings.uiMode','\"normal\"'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.translationKeyFormat','null'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.translationMethod','\"none\"'),
('fields.7df44d22-78f0-46d5-a339-609b6b574cff.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.columnSuffix','null'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.handle','\"locationGlassdoor\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.instructions','\"Link to facility Glassdoor page\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.name','\"Location Glassdoor\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.searchable','false'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.fullGraphqlData','true'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.maxLength','255'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.showLabelField','false'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.types.0','\"url\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.typeSettings.__assoc__.0.0','\"url\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.typeSettings.__assoc__.0.1.__assoc__.0.0','\"allowRootRelativeUrls\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.typeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.typeSettings.__assoc__.0.1.__assoc__.1.0','\"allowAnchors\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.typeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.typeSettings.__assoc__.0.1.__assoc__.2.0','\"allowCustomSchemes\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.settings.typeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.translationKeyFormat','null'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.translationMethod','\"none\"'),
('fields.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9.type','\"craft\\\\fields\\\\Link\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.columnSuffix','null'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.handle','\"locationGallery\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.instructions','\"Photos in gallery on What We Offer page\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.name','\"Location Gallery\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.searchable','false'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.allowedKinds.0','\"image\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.allowSelfRelations','false'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.allowSubfolders','false'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.allowUploads','true'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.branchLimit','null'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.defaultPlacement','\"end\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.defaultUploadLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.defaultUploadLocationSubpath','null'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.maintainHierarchy','false'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.maxRelations','null'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.minRelations','null'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.previewMode','\"full\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.restrictedDefaultUploadSubpath','null'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.restrictedLocationSource','\"volume:33b65080-b1c4-49e9-b80d-e52938c9330e\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.restrictedLocationSubpath','null'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.restrictFiles','true'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.restrictLocation','false'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.selectionLabel','\"Add photo\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.showCardsInGrid','false'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.showSearchInput','true'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.showSiteMenu','false'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.showUnpermittedFiles','false'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.showUnpermittedVolumes','false'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.sources.0','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.targetSiteId','null'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.validateRelatedElements','false'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.settings.viewMode','\"list\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.translationKeyFormat','null'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.translationMethod','\"none\"'),
('fields.822258bf-5220-48d0-b98f-1c0f7d4d397c.type','\"craft\\\\fields\\\\Assets\"'),
('fields.86162f2a-285b-4b57-bb3a-beb2d12808fd.columnSuffix','null'),
('fields.86162f2a-285b-4b57-bb3a-beb2d12808fd.handle','\"locationEmail\"'),
('fields.86162f2a-285b-4b57-bb3a-beb2d12808fd.instructions','\"Contact email for location\"'),
('fields.86162f2a-285b-4b57-bb3a-beb2d12808fd.name','\"Location Email\"'),
('fields.86162f2a-285b-4b57-bb3a-beb2d12808fd.searchable','false'),
('fields.86162f2a-285b-4b57-bb3a-beb2d12808fd.settings.placeholder','null'),
('fields.86162f2a-285b-4b57-bb3a-beb2d12808fd.translationKeyFormat','null'),
('fields.86162f2a-285b-4b57-bb3a-beb2d12808fd.translationMethod','\"none\"'),
('fields.86162f2a-285b-4b57-bb3a-beb2d12808fd.type','\"craft\\\\fields\\\\Email\"'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.columnSuffix','null'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.handle','\"amenityName\"'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.instructions','null'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.name','\"Amenity Name\"'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.searchable','false'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.settings.byteLimit','null'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.settings.charLimit','null'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.settings.code','false'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.settings.initialRows','4'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.settings.multiline','false'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.settings.placeholder','null'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.settings.uiMode','\"normal\"'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.translationKeyFormat','null'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.translationMethod','\"none\"'),
('fields.87cd5c25-abe6-43a8-8f3b-216fae829f0f.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.columnSuffix','null'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.handle','\"corporateAwards\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.instructions','\"Award images that appear in marquee on corporate home page.\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.name','\"Corporate Awards\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.searchable','false'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.allowedKinds.0','\"image\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.allowSelfRelations','false'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.allowSubfolders','false'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.allowUploads','true'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.branchLimit','null'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.defaultPlacement','\"end\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.defaultUploadLocationSource','\"volume:9e9d35a0-4282-47e5-b4bd-17b167a746a7\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.defaultUploadLocationSubpath','null'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.maintainHierarchy','false'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.maxRelations','null'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.minRelations','null'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.previewMode','\"full\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.restrictedDefaultUploadSubpath','null'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.restrictedLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.restrictedLocationSubpath','null'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.restrictFiles','true'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.restrictLocation','false'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.selectionLabel','\"Add award\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.showCardsInGrid','false'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.showSearchInput','true'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.showSiteMenu','false'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.showUnpermittedFiles','false'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.showUnpermittedVolumes','false'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.sources.0','\"volume:9e9d35a0-4282-47e5-b4bd-17b167a746a7\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.targetSiteId','null'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.validateRelatedElements','false'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.settings.viewMode','\"large\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.translationKeyFormat','null'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.translationMethod','\"none\"'),
('fields.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0.type','\"craft\\\\fields\\\\Assets\"'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.columnSuffix','null'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.handle','\"locationAwards\"'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.instructions','null'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.name','\"Location Awards\"'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.searchable','false'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.allowSelfRelations','false'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.branchLimit','null'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.defaultPlacement','\"end\"'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.maintainHierarchy','false'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.maxRelations','null'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.minRelations','null'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.selectionLabel','\"Add Awards\"'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.showCardsInGrid','true'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.showSearchInput','true'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.showSiteMenu','true'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.showUnpermittedEntries','false'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.showUnpermittedSections','false'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.sources.0','\"section:51dad8d7-a530-45be-ad34-d6c3512d35ea\"'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.targetSiteId','null'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.validateRelatedElements','false'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.settings.viewMode','\"cards\"'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.translationKeyFormat','null'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.translationMethod','\"none\"'),
('fields.90a5627f-caa8-4026-8b42-272b1a2b1a2c.type','\"craft\\\\fields\\\\Entries\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.columnSuffix','null'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.handle','\"locationType\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.instructions','null'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.name','\"Location Type\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.searchable','false'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.customOptions','false'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.0.__assoc__.0.0','\"label\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.0.__assoc__.0.1','\"Residential Care\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.0.__assoc__.1.0','\"value\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.0.__assoc__.1.1','\"residential\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.0.__assoc__.2.0','\"icon\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.0.__assoc__.2.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.0.__assoc__.3.0','\"color\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.0.__assoc__.3.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.0.__assoc__.4.0','\"default\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.0.__assoc__.4.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.1.__assoc__.0.0','\"label\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.1.__assoc__.0.1','\"Post-Acute, Skilled Nursing, and Long-Term Care\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.1.__assoc__.1.0','\"value\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.1.__assoc__.1.1','\"ltc\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.1.__assoc__.2.0','\"icon\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.1.__assoc__.2.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.1.__assoc__.3.0','\"color\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.1.__assoc__.3.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.1.__assoc__.4.0','\"default\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.1.__assoc__.4.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.2.__assoc__.0.0','\"label\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.2.__assoc__.0.1','\"Assisted Living\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.2.__assoc__.1.0','\"value\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.2.__assoc__.1.1','\"assistedLiving\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.2.__assoc__.2.0','\"icon\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.2.__assoc__.2.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.2.__assoc__.3.0','\"color\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.2.__assoc__.3.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.2.__assoc__.4.0','\"default\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.2.__assoc__.4.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.3.__assoc__.0.0','\"label\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.3.__assoc__.0.1','\"Campus\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.3.__assoc__.1.0','\"value\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.3.__assoc__.1.1','\"campus\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.3.__assoc__.2.0','\"icon\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.3.__assoc__.2.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.3.__assoc__.3.0','\"color\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.3.__assoc__.3.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.3.__assoc__.4.0','\"default\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.settings.options.3.__assoc__.4.1','\"\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.translationKeyFormat','null'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.translationMethod','\"none\"'),
('fields.97b7a37b-d105-4de1-88fa-d926557d70ad.type','\"craft\\\\fields\\\\Dropdown\"'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.columnSuffix','null'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.handle','\"locationName\"'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.instructions','\"Full location name\"'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.name','\"Location Name\"'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.searchable','false'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.settings.byteLimit','null'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.settings.charLimit','null'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.settings.code','false'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.settings.initialRows','4'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.settings.multiline','false'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.settings.placeholder','null'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.settings.uiMode','\"normal\"'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.translationKeyFormat','null'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.translationMethod','\"none\"'),
('fields.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.columnSuffix','null'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.handle','\"locationLegalDocuments\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.instructions','\"Legal documents specific to this location. Links will appear in the footer.\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.name','\"Location Legal Documents\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.searchable','false'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.createButtonLabel','\"Add legal document\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.defaultIndexViewMode','\"cards\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.enableVersioning','false'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.entryTypes.0.__assoc__.0.1','\"9dd9ef46-c081-4e4f-97bf-94bcc70185a4\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.includeTableView','false'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.maxEntries','null'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.minEntries','null'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.pageSize','50'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.propagationKeyFormat','null'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.propagationMethod','\"all\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.showCardsInGrid','true'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.settings.viewMode','\"cards\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.translationKeyFormat','null'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.translationMethod','\"site\"'),
('fields.9c718128-264d-4e5b-a02f-148932baf581.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.columnSuffix','null'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.handle','\"testimonialQuote\"'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.instructions','null'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.name','\"Testimonial Quote\"'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.searchable','false'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.settings.byteLimit','null'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.settings.charLimit','null'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.settings.code','false'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.settings.initialRows','3'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.settings.multiline','true'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.settings.placeholder','null'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.settings.uiMode','\"normal\"'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.translationKeyFormat','null'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.translationMethod','\"none\"'),
('fields.9cb07e22-70bc-4e39-a295-eeef089bb26f.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.columnSuffix','null'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.handle','\"locationServicesOffered\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.instructions','\"Services offered at this location. Used for filtering in Location finder dropdown. Also used to determine service pages for Campus facilities.\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.name','\"Location Services Offered\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.searchable','false'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.customOptions','false'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.0.__assoc__.0.0','\"label\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.0.__assoc__.0.1','\"Residential Care\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.0.__assoc__.1.0','\"value\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.0.__assoc__.1.1','\"residentialCare\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.0.__assoc__.2.0','\"icon\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.0.__assoc__.2.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.0.__assoc__.3.0','\"color\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.0.__assoc__.3.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.0.__assoc__.4.0','\"default\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.0.__assoc__.4.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.1.__assoc__.0.0','\"label\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.1.__assoc__.0.1','\"Assisted Living\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.1.__assoc__.1.0','\"value\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.1.__assoc__.1.1','\"assistedLiving\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.1.__assoc__.2.0','\"icon\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.1.__assoc__.2.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.1.__assoc__.3.0','\"color\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.1.__assoc__.3.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.1.__assoc__.4.0','\"default\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.1.__assoc__.4.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.2.__assoc__.0.0','\"label\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.2.__assoc__.0.1','\"Post-Acute Care and Skilled Nursing\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.2.__assoc__.1.0','\"value\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.2.__assoc__.1.1','\"postAcuteCare\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.2.__assoc__.2.0','\"icon\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.2.__assoc__.2.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.2.__assoc__.3.0','\"color\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.2.__assoc__.3.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.2.__assoc__.4.0','\"default\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.2.__assoc__.4.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.3.__assoc__.0.0','\"label\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.3.__assoc__.0.1','\"Long-Term Care\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.3.__assoc__.1.0','\"value\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.3.__assoc__.1.1','\"longTermCare\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.3.__assoc__.2.0','\"icon\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.3.__assoc__.2.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.3.__assoc__.3.0','\"color\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.3.__assoc__.3.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.3.__assoc__.4.0','\"default\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.settings.options.3.__assoc__.4.1','\"\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.translationKeyFormat','null'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.translationMethod','\"none\"'),
('fields.a025bb40-3b47-4bae-93cc-e54f3d76edb1.type','\"craft\\\\fields\\\\MultiSelect\"'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.columnSuffix','null'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.handle','\"articleTopics\"'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.instructions','\"Select one or more topics.\"'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.name','\"Article Topics\"'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.searchable','true'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.allowSelfRelations','false'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.branchLimit','null'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.defaultPlacement','\"end\"'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.maintainHierarchy','false'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.maxRelations','null'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.minRelations','null'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.selectionLabel','\"Select topics\"'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.showCardsInGrid','false'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.showSearchInput','true'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.showSiteMenu','true'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.showUnpermittedEntries','false'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.showUnpermittedSections','false'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.sources.0','\"section:35c8d955-1942-40c5-bb74-a49cfb451be2\"'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.targetSiteId','null'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.validateRelatedElements','false'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.settings.viewMode','\"list\"'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.translationKeyFormat','null'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.translationMethod','\"none\"'),
('fields.a7a04a79-fefc-427c-abb4-01b16666f479.type','\"craft\\\\fields\\\\Entries\"'),
('fields.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa.columnSuffix','null'),
('fields.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa.handle','\"locationPhoneNumber\"'),
('fields.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa.instructions','\"Primary contact phone number\"'),
('fields.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa.name','\"Location Phone Number\"'),
('fields.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa.searchable','false'),
('fields.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa.settings.defaultRegion','\"US\"'),
('fields.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa.settings.previewFormat','\"national\"'),
('fields.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa.translationKeyFormat','null'),
('fields.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa.translationMethod','\"none\"'),
('fields.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa.type','\"rynpsc\\\\phonenumber\\\\fields\\\\PhoneNumberField\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.columnSuffix','null'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.handle','\"employeeTestimonials\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.instructions','\"Employee testimonials shown on the Careers page on the corporate site.\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.name','\"Employee Testimonials\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.searchable','false'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.createButtonLabel','\"Add testimonial\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.defaultIndexViewMode','\"cards\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.enableVersioning','false'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.entryTypes.0.__assoc__.0.1','\"a6756e8a-066a-4269-b680-7a33298ed4d1\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.includeTableView','false'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.maxEntries','null'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.minEntries','null'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.pageSize','50'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.propagationKeyFormat','null'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.propagationMethod','\"all\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.showCardsInGrid','true'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.settings.viewMode','\"cards\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.translationKeyFormat','null'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.translationMethod','\"site\"'),
('fields.aa188040-a0cd-4a05-841f-95db57d3009b.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.columnSuffix','null'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.handle','\"corporateLinkedin\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.instructions','\"Link to Complete Care LinkedIn page\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.name','\"Corporate LinkedIn\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.searchable','false'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.fullGraphqlData','true'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.maxLength','255'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.showLabelField','false'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.types.0','\"url\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.typeSettings.__assoc__.0.0','\"url\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.typeSettings.__assoc__.0.1.__assoc__.0.0','\"allowRootRelativeUrls\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.typeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.typeSettings.__assoc__.0.1.__assoc__.1.0','\"allowAnchors\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.typeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.typeSettings.__assoc__.0.1.__assoc__.2.0','\"allowCustomSchemes\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.settings.typeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.translationKeyFormat','null'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.translationMethod','\"none\"'),
('fields.b19dc528-9b34-47e1-9984-82942fb110a7.type','\"craft\\\\fields\\\\Link\"'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.columnSuffix','null'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.handle','\"locationClinicalCapabilities\"'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.instructions','\"Clinical capabilities used for filtering in the location finder\"'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.name','\"Location Clinical Capabilities\"'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.searchable','false'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.allowSelfRelations','false'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.branchLimit','null'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.defaultPlacement','\"end\"'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.maintainHierarchy','false'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.maxRelations','null'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.minRelations','null'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.selectionLabel','\"Select clinical capabilities\"'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.showCardsInGrid','false'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.showSearchInput','true'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.showSiteMenu','true'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.showUnpermittedEntries','false'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.showUnpermittedSections','false'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.sources.0','\"section:6f5b79ab-3d7f-4d92-af86-78f65b61b547\"'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.targetSiteId','null'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.validateRelatedElements','false'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.settings.viewMode','\"list\"'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.translationKeyFormat','null'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.translationMethod','\"none\"'),
('fields.b60e6197-d021-4c58-9909-6b00ba350db2.type','\"craft\\\\fields\\\\Entries\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.columnSuffix','null'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.handle','\"locationAdmissionsDirector\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.instructions','null'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.name','\"Location Admissions Director\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.searchable','false'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.createButtonLabel','\"Add admissions director\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.defaultIndexViewMode','\"cards\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.enableVersioning','false'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.entryTypes.0.__assoc__.0.1','\"dec78b2b-1a45-4ace-9311-795453661ad7\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.includeTableView','false'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.maxEntries','1'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.minEntries','null'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.pageSize','50'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.propagationKeyFormat','null'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.propagationMethod','\"all\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.showCardsInGrid','true'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.settings.viewMode','\"cards\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.translationKeyFormat','null'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.translationMethod','\"site\"'),
('fields.b7982a79-4592-4a92-bd37-7b8e817fc9ce.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.columnSuffix','null'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.handle','\"sisterLocation\"'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.instructions','\"(If applicable) set a sister location to be linked to from the services, WTE, and contact pages.\"'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.name','\"Sister Location\"'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.searchable','false'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.allowSelfRelations','false'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.branchLimit','null'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.defaultPlacement','\"end\"'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.maintainHierarchy','false'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.maxRelations','1'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.minRelations','null'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.selectionLabel','\"Select location\"'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.showCardsInGrid','false'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.showSearchInput','true'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.showSiteMenu','false'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.showUnpermittedEntries','false'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.showUnpermittedSections','false'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.sources.0','\"section:18ba8dad-e4b1-48f0-8ffa-542f478f87ae\"'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.targetSiteId','null'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.validateRelatedElements','false'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.settings.viewMode','\"list\"'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.translationKeyFormat','null'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.translationMethod','\"none\"'),
('fields.bb913d9b-86fc-4067-8491-d1e345343e2b.type','\"craft\\\\fields\\\\Entries\"'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.columnSuffix','null'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.handle','\"customCodeHead\"'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.instructions','\"Custom code to be added to the <head> section of the HTML.\"'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.name','\"Custom Code in <head>\"'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.searchable','false'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.settings.byteLimit','null'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.settings.charLimit','null'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.settings.code','false'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.settings.initialRows','4'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.settings.multiline','true'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.settings.placeholder','null'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.settings.uiMode','\"normal\"'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.translationKeyFormat','null'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.translationMethod','\"none\"'),
('fields.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.columnSuffix','null'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.handle','\"linkURL\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.instructions','null'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.name','\"Link URL\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.searchable','false'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.fullGraphqlData','true'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.maxLength','255'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.showLabelField','false'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.types.0','\"url\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.typeSettings.__assoc__.0.0','\"url\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.typeSettings.__assoc__.0.1.__assoc__.0.0','\"allowRootRelativeUrls\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.typeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.typeSettings.__assoc__.0.1.__assoc__.1.0','\"allowAnchors\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.typeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.typeSettings.__assoc__.0.1.__assoc__.2.0','\"allowCustomSchemes\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.settings.typeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.translationKeyFormat','null'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.translationMethod','\"none\"'),
('fields.be9ea999-6b2b-4a4b-b2fa-4b7154d24859.type','\"craft\\\\fields\\\\Link\"'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.columnSuffix','null'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.handle','\"testimonialSource\"'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.instructions','\"Name of the testimonial source\"'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.name','\"Testimonial Source\"'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.searchable','false'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.settings.byteLimit','null'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.settings.charLimit','null'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.settings.code','false'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.settings.initialRows','4'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.settings.multiline','false'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.settings.placeholder','null'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.settings.uiMode','\"normal\"'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.translationKeyFormat','null'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.translationMethod','\"none\"'),
('fields.bf39c483-5dd6-4cf5-b808-b50b26952cff.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.columnSuffix','null'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.handle','\"locationBrochure\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.instructions','\"PDF brochure linked in the hero and the \\\"Our resident experience\\\" module for Assisted Living and Residential Care facilities (standalone or in a campus).\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.name','\"Location Brochure\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.searchable','false'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.allowedKinds.0','\"pdf\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.allowSelfRelations','false'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.allowSubfolders','false'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.allowUploads','true'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.branchLimit','null'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.defaultPlacement','\"end\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.defaultUploadLocationSource','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.defaultUploadLocationSubpath','null'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.maintainHierarchy','false'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.maxRelations','1'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.minRelations','null'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.previewMode','\"full\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.restrictedDefaultUploadSubpath','null'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.restrictedLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.restrictedLocationSubpath','null'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.restrictFiles','true'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.restrictLocation','false'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.selectionLabel','\"Add Brochure PDF\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.showCardsInGrid','false'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.showSearchInput','true'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.showSiteMenu','true'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.showUnpermittedFiles','false'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.showUnpermittedVolumes','false'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.sources.0','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.targetSiteId','null'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.validateRelatedElements','false'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.settings.viewMode','\"list\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.translationKeyFormat','null'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.translationMethod','\"none\"'),
('fields.c02b464e-3121-4f6c-8627-2ab46957f231.type','\"craft\\\\fields\\\\Assets\"'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.columnSuffix','null'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.handle','\"locationAdvancedServices\"'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.instructions','\"Advanced Programs offered by this location\"'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.name','\"Location Advanced Services\"'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.searchable','false'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.allowSelfRelations','false'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.branchLimit','null'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.defaultPlacement','\"end\"'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.maintainHierarchy','false'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.maxRelations','null'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.minRelations','null'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.selectionLabel','\"Select advanced programs\"'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.showCardsInGrid','false'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.showSearchInput','true'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.showSiteMenu','true'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.showUnpermittedEntries','false'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.showUnpermittedSections','false'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.sources.0','\"section:125b64c8-3562-4408-be2f-a4938ac4d403\"'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.targetSiteId','null'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.validateRelatedElements','false'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.settings.viewMode','\"list\"'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.translationKeyFormat','null'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.translationMethod','\"none\"'),
('fields.c5628b2c-9a02-4bc4-bba0-65252ca02baf.type','\"craft\\\\fields\\\\Entries\"'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.columnSuffix','null'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.handle','\"formSubmissionRecipients\"'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.instructions','\"List of emails, separated by comma, that receive notifications when a contact form is submitted.\"'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.name','\"Form Submission Recipients\"'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.searchable','false'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.settings.byteLimit','null'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.settings.charLimit','null'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.settings.code','false'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.settings.initialRows','4'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.settings.multiline','false'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.settings.placeholder','null'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.settings.uiMode','\"normal\"'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.translationKeyFormat','null'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.translationMethod','\"none\"'),
('fields.c5860265-5a77-4586-9efe-e48789ae4680.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.columnSuffix','null'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.handle','\"hiddenAmenities\"'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.instructions','\"Default amenities (Entries > Amenities) to be hidden for this location.\"'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.name','\"Hidden Amenities\"'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.searchable','false'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.allowSelfRelations','false'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.branchLimit','null'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.defaultPlacement','\"end\"'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.maintainHierarchy','false'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.maxRelations','null'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.minRelations','null'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.selectionLabel','\"Select amenities to hide\"'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.showCardsInGrid','false'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.showSearchInput','true'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.showSiteMenu','true'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.showUnpermittedEntries','false'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.showUnpermittedSections','false'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.sources.0','\"section:3fadc618-9442-45c0-af44-10fde8f6a0db\"'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.targetSiteId','null'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.validateRelatedElements','false'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.settings.viewMode','\"list\"'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.translationKeyFormat','null'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.translationMethod','\"none\"'),
('fields.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1.type','\"craft\\\\fields\\\\Entries\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.columnSuffix','null'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.handle','\"customServices\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.instructions','\"Services unique to this location that don\'t exist under Entries > Amenities.\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.name','\"Custom Services\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.searchable','false'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.createButtonLabel','\"Add custom service\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.defaultIndexViewMode','\"cards\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.enableVersioning','false'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.entryTypes.0.__assoc__.0.1','\"18e76e52-34d7-4acf-9fb9-ee8c6712b255\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.includeTableView','false'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.maxEntries','null'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.minEntries','null'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.pageSize','50'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.propagationKeyFormat','null'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.propagationMethod','\"all\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.showCardsInGrid','true'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.settings.viewMode','\"cards\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.translationKeyFormat','null'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.translationMethod','\"site\"'),
('fields.c9efd18d-8f53-4c93-b93e-1ec7069f9f69.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.columnSuffix','null'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.handle','\"corporateTiktok\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.instructions','null'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.name','\"Corporate TikTok\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.searchable','false'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.fullGraphqlData','true'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.maxLength','255'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.showLabelField','false'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.types.0','\"url\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.typeSettings.__assoc__.0.0','\"url\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.typeSettings.__assoc__.0.1.__assoc__.0.0','\"allowRootRelativeUrls\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.typeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.typeSettings.__assoc__.0.1.__assoc__.1.0','\"allowAnchors\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.typeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.typeSettings.__assoc__.0.1.__assoc__.2.0','\"allowCustomSchemes\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.settings.typeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.translationKeyFormat','null'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.translationMethod','\"none\"'),
('fields.ce93d5ce-c066-4f70-97d8-47fa8333e616.type','\"craft\\\\fields\\\\Link\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.columnSuffix','null'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.handle','\"teamMemberPhoto\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.instructions','null'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.name','\"Team Member Photo\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.searchable','false'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.allowedKinds.0','\"image\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.allowSelfRelations','false'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.allowSubfolders','false'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.allowUploads','true'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.branchLimit','null'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.defaultPlacement','\"end\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.defaultUploadLocationSource','\"volume:2d194696-8755-440c-84b4-86aa817e2edc\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.defaultUploadLocationSubpath','null'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.maintainHierarchy','false'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.maxRelations','1'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.minRelations','null'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.previewMode','\"thumbs\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.restrictedDefaultUploadSubpath','null'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.restrictedLocationSource','\"volume:33b65080-b1c4-49e9-b80d-e52938c9330e\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.restrictedLocationSubpath','null'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.restrictFiles','true'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.restrictLocation','false'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.selectionLabel','null'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.showCardsInGrid','false'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.showSearchInput','true'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.showSiteMenu','true'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.showUnpermittedFiles','false'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.showUnpermittedVolumes','false'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.sources.0','\"volume:2d194696-8755-440c-84b4-86aa817e2edc\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.targetSiteId','null'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.validateRelatedElements','false'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.settings.viewMode','\"large\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.translationKeyFormat','null'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.translationMethod','\"none\"'),
('fields.d38a2885-f528-4a29-a490-9e85e95b433c.type','\"craft\\\\fields\\\\Assets\"'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.columnSuffix','null'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.handle','\"teamMemberName\"'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.instructions','\"Full name of team member\"'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.name','\"Team Member Name\"'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.searchable','false'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.settings.byteLimit','null'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.settings.charLimit','null'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.settings.code','false'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.settings.initialRows','4'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.settings.multiline','false'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.settings.placeholder','null'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.settings.uiMode','\"normal\"'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.translationKeyFormat','null'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.translationMethod','\"none\"'),
('fields.d570c87b-f321-4f3f-a998-23ca5ecc795b.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.columnSuffix','null'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.handle','\"faqSection\"'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.instructions','null'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.name','\"FAQ Section\"'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.searchable','false'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.allowSelfRelations','false'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.branchLimit','null'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.defaultPlacement','\"end\"'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.maintainHierarchy','false'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.maxRelations','1'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.minRelations','1'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.selectionLabel','\"Select section\"'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.showCardsInGrid','false'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.showSearchInput','true'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.showSiteMenu','false'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.showUnpermittedEntries','false'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.showUnpermittedSections','false'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.sources.0','\"section:d9c1e8cf-5131-47e5-a788-544636e9310c\"'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.targetSiteId','null'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.validateRelatedElements','false'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.settings.viewMode','\"list\"'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.translationKeyFormat','null'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.translationMethod','\"none\"'),
('fields.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7.type','\"craft\\\\fields\\\\Entries\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.columnSuffix','null'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.handle','\"customServiceDescriptions\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.instructions','\"Optional custom descriptions for the \\\"Our Comprehensive Care Services\\\" grid on the Campus home page. Leave blank to use default text.\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.name','\"\\\"Our Comprehensive Care Services\\\" Descriptions\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.searchable','false'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.addRowLabel','\"Add a row\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.0.0','\"col1\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.0.1.__assoc__.0.0','\"heading\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.0.1.__assoc__.0.1','\"Service Name\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.0.1.__assoc__.1.0','\"handle\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.0.1.__assoc__.1.1','\"serviceName\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.0.1.__assoc__.2.0','\"width\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.0.1.__assoc__.3.0','\"type\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.0.1.__assoc__.3.1','\"heading\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.1.0','\"col2\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.1.1.__assoc__.0.0','\"heading\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.1.1.__assoc__.0.1','\"Custom Description\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.1.1.__assoc__.1.0','\"handle\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.1.1.__assoc__.1.1','\"customDescription\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.1.1.__assoc__.2.0','\"width\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.1.1.__assoc__.2.1','\"\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.1.1.__assoc__.3.0','\"type\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.columns.__assoc__.1.1.__assoc__.3.1','\"multiline\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.0.__assoc__.0.0','\"col1\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.0.__assoc__.0.1','\"Residential Care\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.0.__assoc__.1.0','\"col2\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.0.__assoc__.1.1','\"\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.1.__assoc__.0.0','\"col1\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.1.__assoc__.0.1','\"Assisted Living\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.1.__assoc__.1.0','\"col2\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.1.__assoc__.1.1','\"\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.2.__assoc__.0.0','\"col1\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.2.__assoc__.0.1','\"Post-Acute Care\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.2.__assoc__.1.0','\"col2\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.2.__assoc__.1.1','\"\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.3.__assoc__.0.0','\"col1\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.3.__assoc__.0.1','\"Long-Term Care\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.3.__assoc__.1.0','\"col2\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.defaults.3.__assoc__.1.1','\"\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.maxRows','null'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.minRows','null'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.settings.staticRows','true'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.translationKeyFormat','null'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.translationMethod','\"none\"'),
('fields.d96b8905-9791-452d-9082-2b444ef58987.type','\"craft\\\\fields\\\\Table\"'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.columnSuffix','null'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.handle','\"articleCategory\"'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.instructions','\"Select one category for this article.\"'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.name','\"Article Category\"'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.searchable','false'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.allowSelfRelations','false'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.branchLimit','null'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.defaultPlacement','\"end\"'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.maintainHierarchy','false'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.maxRelations','1'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.minRelations','1'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.selectionLabel','\"Select category\"'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.showCardsInGrid','false'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.showSearchInput','true'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.showSiteMenu','true'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.showUnpermittedEntries','false'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.showUnpermittedSections','false'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.sources.0','\"section:a89fe614-b20b-4da6-89a4-aeaa99b16003\"'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.targetSiteId','null'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.validateRelatedElements','false'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.settings.viewMode','\"list\"'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.translationKeyFormat','null'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.translationMethod','\"none\"'),
('fields.e47153ae-f496-47ea-bd42-4cbe37c2eb4a.type','\"craft\\\\fields\\\\Entries\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.columnSuffix','null'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.handle','\"locationFloorPlan\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.instructions','\"PDF Floor Plan file linked in the \\\"Our Resident Experience\\\" section of Assisted Living and Residential Care facilities.\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.name','\"Location Floor Plan\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.searchable','false'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.allowedKinds.0','\"pdf\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.allowSelfRelations','false'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.allowSubfolders','false'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.allowUploads','true'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.branchLimit','null'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.defaultPlacement','\"end\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.defaultUploadLocationSource','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.defaultUploadLocationSubpath','null'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.maintainHierarchy','false'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.maxRelations','1'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.minRelations','null'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.previewMode','\"full\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.restrictedDefaultUploadSubpath','null'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.restrictedLocationSource','\"volume:8ae79ca8-15a8-46e4-91c5-3eccea802ee7\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.restrictedLocationSubpath','null'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.restrictFiles','true'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.restrictLocation','false'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.selectionLabel','\"Add Floor Plan PDF\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.showCardsInGrid','false'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.showSearchInput','true'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.showSiteMenu','false'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.showUnpermittedFiles','false'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.showUnpermittedVolumes','false'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.sources.0','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.targetSiteId','null'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.validateRelatedElements','false'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.settings.viewMode','\"list\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.translationKeyFormat','null'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.translationMethod','\"none\"'),
('fields.e50b47d2-bda6-4802-8a46-59dadf5a2bfd.type','\"craft\\\\fields\\\\Assets\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.columnSuffix','null'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.handle','\"corporateFacebook\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.instructions','\"Link to Complete Care Facebook page\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.name','\"Corporate Facebook\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.searchable','false'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.fullGraphqlData','true'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.maxLength','255'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.showLabelField','false'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.types.0','\"url\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.typeSettings.__assoc__.0.0','\"url\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.typeSettings.__assoc__.0.1.__assoc__.0.0','\"allowRootRelativeUrls\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.typeSettings.__assoc__.0.1.__assoc__.0.1','\"\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.typeSettings.__assoc__.0.1.__assoc__.1.0','\"allowAnchors\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.typeSettings.__assoc__.0.1.__assoc__.1.1','\"\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.typeSettings.__assoc__.0.1.__assoc__.2.0','\"allowCustomSchemes\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.settings.typeSettings.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.translationKeyFormat','null'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.translationMethod','\"none\"'),
('fields.e72a0421-f260-4176-8544-d4a99ead3285.type','\"craft\\\\fields\\\\Link\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.columnSuffix','null'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.handle','\"locationClientTestimonials\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.instructions','\"Testimonials from patients and families. Appears on location\'s home page.\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.name','\"Location Client Testimonials\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.searchable','false'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.createButtonLabel','\"Add client testimonial\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.defaultIndexViewMode','\"cards\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.enableVersioning','false'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.entryTypes.0.__assoc__.0.1','\"a6756e8a-066a-4269-b680-7a33298ed4d1\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.entryTypes.0.__assoc__.1.1','\"General\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.includeTableView','false'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.maxEntries','null'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.minEntries','null'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.pageSize','50'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.propagationKeyFormat','null'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.propagationMethod','\"all\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.showCardsInGrid','true'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.settings.viewMode','\"cards\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.translationKeyFormat','null'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.translationMethod','\"site\"'),
('fields.e7728413-04f7-4590-aca9-17a60cb83c99.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.columnSuffix','null'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.handle','\"customCodeBody\"'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.instructions','\"Custom code to be added to the <body> section of the HTML.\"'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.name','\"Custom Code in <body>\"'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.searchable','false'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.settings.byteLimit','null'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.settings.charLimit','null'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.settings.code','false'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.settings.initialRows','4'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.settings.multiline','true'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.settings.placeholder','null'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.settings.uiMode','\"normal\"'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.translationKeyFormat','null'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.translationMethod','\"none\"'),
('fields.e7839bf3-348f-4558-9c54-8dee98ecc0d5.type','\"craft\\\\fields\\\\PlainText\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.columnSuffix','null'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.handle','\"locationActivitiesCalendar\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.instructions','\"PDF of the current activities calendar. Shown on the What to Expect page.\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.name','\"Location Activities Calendar\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.searchable','false'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.allowedKinds.0','\"excel\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.allowedKinds.1','\"pdf\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.allowedKinds.2','\"word\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.allowSelfRelations','false'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.allowSubfolders','false'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.allowUploads','true'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.branchLimit','null'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.defaultPlacement','\"end\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.defaultUploadLocationSource','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.defaultUploadLocationSubpath','null'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.maintainHierarchy','false'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.maxRelations','1'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.minRelations','null'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.previewMode','\"full\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.restrictedDefaultUploadSubpath','null'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.restrictedLocationSource','\"volume:33b65080-b1c4-49e9-b80d-e52938c9330e\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.restrictedLocationSubpath','null'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.restrictFiles','true'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.restrictLocation','false'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.selectionLabel','\"Select activities calendar\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.showCardsInGrid','false'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.showSearchInput','true'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.showSiteMenu','true'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.showUnpermittedFiles','false'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.showUnpermittedVolumes','false'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.sources.0','\"volume:7b9c112b-8ef6-4649-a55d-01432a7fa533\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.targetSiteId','null'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.validateRelatedElements','false'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.settings.viewMode','\"list\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.translationKeyFormat','null'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.translationMethod','\"none\"'),
('fields.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12.type','\"craft\\\\fields\\\\Assets\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.columnSuffix','null'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.handle','\"amenitiesTable\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.instructions','null'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.name','\"Amenities\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.searchable','false'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.addRowLabel','\"Add amenity\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.0.0','\"col1\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.0.1.__assoc__.0.0','\"heading\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.0.1.__assoc__.0.1','\"Title\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.0.1.__assoc__.1.0','\"handle\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.0.1.__assoc__.1.1','\"title\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.0.1.__assoc__.2.0','\"width\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.0.1.__assoc__.2.1','\"\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.0.1.__assoc__.3.0','\"type\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.0.1.__assoc__.3.1','\"singleline\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.1.0','\"col2\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.1.1.__assoc__.0.0','\"heading\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.1.1.__assoc__.0.1','\"Description\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.1.1.__assoc__.1.0','\"handle\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.1.1.__assoc__.1.1','\"description\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.1.1.__assoc__.2.0','\"width\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.1.1.__assoc__.2.1','\"\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.1.1.__assoc__.3.0','\"type\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.columns.__assoc__.1.1.__assoc__.3.1','\"singleline\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.0.__assoc__.0.0','\"col1\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.0.__assoc__.0.1','\"Comfortable Rooms\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.0.__assoc__.1.0','\"col2\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.0.__assoc__.1.1','\"Spacious accommodations with cozy touches and complimentary wifi\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.1.__assoc__.0.0','\"col1\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.1.__assoc__.0.1','\"Chef-Inspired Dining\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.1.__assoc__.1.0','\"col2\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.1.__assoc__.1.1','\"Restaurant-style, dietician-approved meals\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.2.__assoc__.0.0','\"col1\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.2.__assoc__.0.1','\"Healing Environments\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.2.__assoc__.1.0','\"col2\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.2.__assoc__.1.1','\"Relaxing common spaces & amenities designed for well-being\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.3.__assoc__.0.0','\"col1\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.3.__assoc__.0.1','\"Concierge Services\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.3.__assoc__.1.0','\"col2\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.3.__assoc__.1.1','\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.4.__assoc__.0.0','\"col1\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.4.__assoc__.0.1','\"Personalized Wellness\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.4.__assoc__.1.0','\"col2\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.4.__assoc__.1.1','\"Therapy gym, and beauty/barber services to feel your best\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.5.__assoc__.0.0','\"col1\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.5.__assoc__.0.1','\"Engaging Lifestyle\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.5.__assoc__.1.0','\"col2\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.5.__assoc__.1.1','\"Daily activities, live entertainment and tailored recreation\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.6.__assoc__.0.0','\"col1\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.6.__assoc__.0.1','\"Clinical Excellence\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.6.__assoc__.1.0','\"col2\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.6.__assoc__.1.1','\"Specialty program and advanced capabilities\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.7.__assoc__.0.0','\"col1\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.7.__assoc__.0.1','\"Moments that Matter\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.7.__assoc__.1.0','\"col2\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.7.__assoc__.1.1','\"Welcome gifts, birthday celebrations & hospitality touches\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.8.__assoc__.0.0','\"col1\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.8.__assoc__.0.1','\"Trusted Reputation\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.8.__assoc__.1.0','\"col2\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.defaults.8.__assoc__.1.1','\"Award-winning programs and strong patient outcomes\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.maxRows','null'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.minRows','null'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.settings.staticRows','false'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.translationKeyFormat','null'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.translationMethod','\"none\"'),
('fields.ec0ae23a-d94f-4ab6-a0bf-5485161eb658.type','\"craft\\\\fields\\\\Table\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.columnSuffix','null'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.handle','\"specialtyProgramModule\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.instructions','null'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.name','\"Specialty Program Module\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.searchable','false'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.createButtonLabel','\"New module\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.defaultIndexViewMode','\"cards\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.enableVersioning','false'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.entryTypes.0.__assoc__.0.0','\"uid\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.entryTypes.0.__assoc__.0.1','\"9f433f5f-6f60-4128-a5fc-380b58d87a2a\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.entryTypes.0.__assoc__.1.0','\"group\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.entryTypes.0.__assoc__.1.1','\"Module\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.includeTableView','false'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.maxEntries','null'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.minEntries','null'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.pageSize','50'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.propagationKeyFormat','null'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.propagationMethod','\"all\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.showCardsInGrid','false'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.settings.viewMode','\"cards\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.translationKeyFormat','null'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.translationMethod','\"site\"'),
('fields.f4966788-d653-4ba8-a39e-73c2e707403c.type','\"craft\\\\fields\\\\Matrix\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.columnSuffix','null'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.handle','\"locationAddress\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.instructions','\"Enter the address of the location. The latitude/longitude will be retrieved for the location finder plugin.\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.name','\"Location Address\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.searchable','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.coordinatesDefault.__assoc__.0.0','\"lat\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.coordinatesDefault.__assoc__.0.1','\"39.6767382\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.coordinatesDefault.__assoc__.1.0','\"lng\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.coordinatesDefault.__assoc__.1.1','\"-72.8006089\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.coordinatesDefault.__assoc__.2.0','\"zoom\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.coordinatesDefault.__assoc__.2.1','\"6\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.coordinatesMode','\"readOnly\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.dragPinDefault','null'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.dragPinLatitude','null'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.dragPinLongitude','null'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.dragPinZoom','null'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.layout','null'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.mapOnSearch','\"open\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.mapOnStart','\"default\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.requireCoordinates','true'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.showMap','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.0.1','\"name\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.1.1','\"Name\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.2.1','100'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.3.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.4.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.0.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.0.1','\"street1\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.1.1','\"Street Address\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.2.1','100'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.3.1','true'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.4.1','true'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.1.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.0.1','\"placeId\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.1.1','\"Place ID\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.2.1','100'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.3.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.4.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.10.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.0.1','\"street2\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.1.1','\"Apartment or Suite\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.2.1','100'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.3.1','true'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.4.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.2.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.0.1','\"city\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.1.1','\"City\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.2.1','50'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.3.1','true'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.4.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.3.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.0.1','\"state\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.1.1','\"State\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.2.1','15'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.3.1','true'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.4.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.4.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.0.1','\"zip\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.1.1','\"Zip Code\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.2.1','35'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.3.1','true'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.4.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.5.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.0.1','\"neighborhood\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.1.1','\"Neighborhood\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.2.1','100'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.3.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.4.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.6.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.0.1','\"county\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.1.1','\"County or District\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.2.1','100'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.3.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.4.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.7.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.0.1','\"country\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.1.1','\"Country\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.2.1','100'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.3.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.4.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.8.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.0.0','\"handle\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.0.1','\"countryCode\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.1.0','\"label\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.1.1','\"Country Code\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.2.0','\"width\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.2.1','100'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.3.0','\"enabled\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.3.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.4.0','\"autocomplete\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.4.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.5.0','\"required\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.subfieldConfig.9.__assoc__.5.1','false'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.settings.visibilityToggle','\"both\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.translationKeyFormat','null'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.translationMethod','\"none\"'),
('fields.f5153cf4-4a67-4ccb-b641-ca7afc4703d8.type','\"doublesecretagency\\\\googlemaps\\\\fields\\\\AddressField\"'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.columnSuffix','null'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.handle','\"locationAmenities\"'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.instructions','\"Amenities listed on What we Offer page\"'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.name','\"Location Amenities\"'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.searchable','false'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.allowSelfRelations','false'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.branchLimit','null'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.defaultPlacement','\"end\"'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.maintainHierarchy','false'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.maxRelations','null'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.minRelations','null'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.selectionLabel','\"Select amenities\"'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.showCardsInGrid','true'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.showSearchInput','true'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.showSiteMenu','true'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.showUnpermittedEntries','false'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.showUnpermittedSections','false'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.sources.0','\"section:3fadc618-9442-45c0-af44-10fde8f6a0db\"'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.targetSiteId','null'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.validateRelatedElements','false'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.settings.viewMode','\"cards\"'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.translationKeyFormat','null'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.translationMethod','\"none\"'),
('fields.f782dbee-0762-4322-b57e-041ca6f821cc.type','\"craft\\\\fields\\\\Entries\"'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.handle','\"completeCareForm\"'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.name','\"Complete Care Form\"'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.outputCssLayout','false'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.outputCssLocation','\"page-header\"'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.outputCssTheme','true'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.outputJsBase','true'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.outputJsLocation','\"page-footer\"'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.outputJsTheme','true'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.sortOrder','1'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.template','\"\"'),
('formie.formTemplates.33655dbf-52f8-4da3-ba62-6d2c8da73c0e.useCustomTemplates','false'),
('formie.statuses.b2ff1940-c6c8-4c71-a4ec-8863c5698811.color','\"green\"'),
('formie.statuses.b2ff1940-c6c8-4c71-a4ec-8863c5698811.description','null'),
('formie.statuses.b2ff1940-c6c8-4c71-a4ec-8863c5698811.handle','\"new\"'),
('formie.statuses.b2ff1940-c6c8-4c71-a4ec-8863c5698811.isDefault','true'),
('formie.statuses.b2ff1940-c6c8-4c71-a4ec-8863c5698811.name','\"New\"'),
('formie.statuses.b2ff1940-c6c8-4c71-a4ec-8863c5698811.sortOrder','1'),
('fs.Files.hasUrls','true'),
('fs.Files.name','\"Files\"'),
('fs.Files.settings.path','\"files\"'),
('fs.Files.type','\"craft\\\\fs\\\\Local\"'),
('fs.Files.url','\"/files\"'),
('fs.images.hasUrls','true'),
('fs.images.name','\"Images\"'),
('fs.images.settings.path','\"assets\"'),
('fs.images.type','\"craft\\\\fs\\\\Local\"'),
('fs.images.url','\"/assets\"'),
('fs.transforms.hasUrls','true'),
('fs.transforms.name','\"Transforms\"'),
('fs.transforms.settings.path','\"assets/transforms\"'),
('fs.transforms.type','\"craft\\\\fs\\\\Local\"'),
('fs.transforms.url','\"/assets/transforms\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.cardThumbAlignment','\"end\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.dateAdded','\"2025-09-24T18:09:36+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.fieldUid','\"8f7dc179-dcc1-4554-96b4-0517fdaeb6c0\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.handle','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.instructions','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.label','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.uid','\"3269556a-bffa-4f5d-bb1f-07351390ae8d\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.elements.0.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.name','\"Awards\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.uid','\"8f6f5864-6eb9-4f27-82d1-cfd8de7d740a\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.0.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.dateAdded','\"2025-09-23T21:53:59+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.fieldUid','\"aa188040-a0cd-4a05-841f-95db57d3009b\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.handle','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.instructions','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.label','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.uid','\"4b849539-ca72-4050-a115-c66dcb211f7a\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.elements.0.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.name','\"Careers\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.uid','\"b86ad47b-eda2-41b4-8e57-0c85cc6899cb\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.1.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.dateAdded','\"2025-09-02T21:50:29+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.fieldUid','\"b19dc528-9b34-47e1-9984-82942fb110a7\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.handle','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.instructions','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.label','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.uid','\"08bdc0bd-b069-4092-acf0-a644868be0ef\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.0.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.dateAdded','\"2025-09-02T21:50:29+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.fieldUid','\"e72a0421-f260-4176-8544-d4a99ead3285\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.handle','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.instructions','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.label','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.uid','\"f848018e-5001-479b-8e8b-55661313d1e1\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.1.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.dateAdded','\"2025-09-02T21:50:29+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.fieldUid','\"556a60b8-da46-4bec-b86a-cf59a70affb4\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.handle','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.instructions','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.label','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.uid','\"88944c2f-1fe8-4b2a-9ead-e286abcf9631\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.2.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.dateAdded','\"2025-09-02T21:50:29+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.fieldUid','\"ce93d5ce-c066-4f70-97d8-47fa8333e616\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.handle','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.instructions','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.label','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.uid','\"d949ad26-a1c5-46fc-8ff6-c97efaf5f3fc\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.elements.3.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.name','\"Social Links\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.uid','\"a9b9435b-14d1-4f05-9f67-5d148370dc45\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.2.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.dateAdded','\"2025-09-23T18:54:08+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.fieldUid','\"5e201645-89f8-4d44-b984-3fbd3a5aed69\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.handle','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.instructions','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.label','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.uid','\"a06e4c6e-fc5b-40a4-aa82-05fbb047d9f0\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.elements.0.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.name','\"Legal\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.uid','\"ba5a831e-3c79-4848-abd4-345a6064417e\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.3.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.dateAdded','\"2025-10-22T23:42:05+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.fieldUid','\"c5860265-5a77-4586-9efe-e48789ae4680\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.handle','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.instructions','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.label','\"Contact Form Submission Recipients\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.uid','\"5c43329f-daed-4ad5-b1e3-4b2bd10679bf\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.0.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.dateAdded','\"2025-12-02T21:06:23+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.fieldUid','\"c5860265-5a77-4586-9efe-e48789ae4680\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.handle','\"volunteerFormSubmissionRecipients\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.instructions','\"List of emails, separated by comma, that receive notifications when a Volunteer form is submitted on the Volunteer page.\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.label','\"Volunteer Form Submission Recipients\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.uid','\"de5cd2d6-2676-4b3e-8ca9-a1d62bd24ffd\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.1.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.dateAdded','\"2026-01-19T19:07:55+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.fieldUid','\"c5860265-5a77-4586-9efe-e48789ae4680\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.handle','\"careersFormSubmissionRecipients\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.instructions','\"List of emails, separated by comma, that receive notifications when a \\\"Send us your resume\\\" form is submitted on the corporate Careers page.\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.label','\"Careers Form Submission Recipients\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.uid','\"c213756a-5264-4b55-b813-2f34e03221d9\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.elements.2.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.name','\"Forms\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.uid','\"0bc520d2-a6ef-47cb-914b-6637be216ec4\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.4.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.dateAdded','\"2025-12-02T21:15:54+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.fieldUid','\"bbf5144a-81d6-4f1b-b7f5-a29402cf25bb\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.handle','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.instructions','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.label','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.uid','\"ff45e2ce-a173-4e20-83b5-99c99b1b308c\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.0.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.dateAdded','\"2025-12-02T21:15:54+00:00\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.editCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.elementCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.fieldUid','\"e7839bf3-348f-4558-9c54-8dee98ecc0d5\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.handle','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.instructions','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.label','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.required','false'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.tip','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.type','\"craft\\\\fieldlayoutelements\\\\CustomField\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.uid','\"4e3fafb9-19e2-4e8b-9016-80af2136e2ec\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.warning','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.elements.1.width','100'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.name','\"Custom Code\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.uid','\"02ba2faa-0440-4db0-95f9-585e0fe66ae6\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.fieldLayouts.6b27636c-785e-4aca-8b01-c115aeeb4712.tabs.5.userCondition','null'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.handle','\"corporateSite\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.name','\"Corporate Site\"'),
('globalSets.ac2e66d3-984a-4e83-b29d-422f84e8c085.sortOrder','1'),
('graphql.schemas.91f61779-d19c-4e22-8117-f914bf3c7473.isPublic','true'),
('graphql.schemas.91f61779-d19c-4e22-8117-f914bf3c7473.name','\"Public Schema\"'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.fill','null'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.format','null'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.handle','\"award\"'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.height','400'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.interlace','\"none\"'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.mode','\"fit\"'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.name','\"Award\"'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.position','\"center-center\"'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.quality','80'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.upscale','false'),
('imageTransforms.1aa04fc5-1f1f-45b5-8364-201b01367c82.width','400'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.fill','null'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.format','null'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.handle','\"landscape\"'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.height','750'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.interlace','\"none\"'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.mode','\"crop\"'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.name','\"Landscape\"'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.position','\"center-center\"'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.quality','70'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.upscale','false'),
('imageTransforms.9b0fd5c1-6754-4af0-bd46-e541a03adbba.width','1500'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.fill','null'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.format','\"jpg\"'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.handle','\"teamMember\"'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.height','600'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.interlace','\"none\"'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.mode','\"crop\"'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.name','\"Team Member\"'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.position','\"center-center\"'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.quality','80'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.upscale','false'),
('imageTransforms.b61c037f-15ff-4fe5-86c0-ea6a37360bc7.width','600'),
('meta.__names__.022a48d9-7274-4721-8b71-c04ae028d0c4','\"Article YouTube Video\"'),
('meta.__names__.05e9ea20-81f8-43a0-8dc8-e6563a706806','\"Legal PDF\"'),
('meta.__names__.0aa28749-162c-4202-90e2-ef11ac6ca04b','\"Award Image\"'),
('meta.__names__.0aba578b-3825-4f53-9720-b1b8cf3b2d7f','\"Resources Category\"'),
('meta.__names__.0b07392c-7306-4c5c-8f75-c754cbd8570a','\"Service Category\"'),
('meta.__names__.0b290b97-9097-4f60-83d4-8aa281cc9c30','\"Amenity\"'),
('meta.__names__.125b64c8-3562-4408-be2f-a4938ac4d403','\"Advanced Programs\"'),
('meta.__names__.137a3fcf-0592-4113-8715-fd7e5a291e18','\"Location Domain Name\"'),
('meta.__names__.173175f0-3b3d-4e57-aaef-a35c9250b89e','\"Location Apploi Script\"'),
('meta.__names__.18ba8dad-e4b1-48f0-8ffa-542f478f87ae','\"Locations\"'),
('meta.__names__.18e76e52-34d7-4acf-9fb9-ee8c6712b255','\"Custom Service\"'),
('meta.__names__.19c8484a-d355-4296-9e46-757d9d673a5b','\"Legal Documents\"'),
('meta.__names__.1aa04fc5-1f1f-45b5-8364-201b01367c82','\"Award\"'),
('meta.__names__.1e96bc5e-27ff-49c1-8e54-6a07e2e1f983','\"Article Thumbnail\"'),
('meta.__names__.20158055-b8b1-4e2a-bce5-439c39ff2639','\"Amenity Description\"'),
('meta.__names__.2230bd3c-440f-4bb0-9d65-8c5cd72213ce','\"Location Concierge\"'),
('meta.__names__.231aa49d-5a94-4f62-b3c3-a2960dc2e521','\"Location Home Hero Photo\"'),
('meta.__names__.23a92ec7-9124-476a-909d-8e9953d34f5a','\"Location Facebook\"'),
('meta.__names__.24150b0d-5fb2-445d-96d5-60583c2adcae','\"Article Images\"'),
('meta.__names__.25f42247-f9f8-4f12-8119-6a4e68944f08','\"Legal Page Content\"'),
('meta.__names__.268484a1-5b08-4919-b708-83d848af1f81','\"Services\"'),
('meta.__names__.26cf8547-50c3-47c9-b86a-32e1a7b2c146','\"Global Images\"'),
('meta.__names__.2a960a4d-50ea-4f6e-bf3f-b19e15ca0334','\"Location Employee Testimonials\"'),
('meta.__names__.2b97fc7e-78df-4428-b0e6-6f391ec89c4b','\"Location Short Name\"'),
('meta.__names__.2d194696-8755-440c-84b4-86aa817e2edc','\"Team Images\"'),
('meta.__names__.2d2268d6-3791-484b-afb2-5ffb3ff2a757','\"Location LinkedIn\"'),
('meta.__names__.33655dbf-52f8-4da3-ba62-6d2c8da73c0e','\"Complete Care Form\"'),
('meta.__names__.35c8d955-1942-40c5-bb74-a49cfb451be2','\"Resources Topics\"'),
('meta.__names__.3665d16e-62ff-4d9e-b4cd-ca647aa723a7','\"Article Content\"'),
('meta.__names__.367def8e-f1e2-4c52-b9f6-83d303e31f1d','\"Service\"'),
('meta.__names__.39a966c0-101d-4836-8da3-a91e5f6592b5','\"Amenities Set\"'),
('meta.__names__.39bc62de-ab20-40a0-9545-3e393bf8428e','\"Service-Specific Amenities\"'),
('meta.__names__.3a602250-c9bf-4305-8c17-b0cbe4f7f78f','\"Legal Page Type\"'),
('meta.__names__.3a618d1e-ee6f-4c89-8daf-12ca493c4d04','\"Simple\"'),
('meta.__names__.3d15e5d8-3e69-49ff-9038-80360faa9bc8','\"Clinical Capability\"'),
('meta.__names__.3daa4aa9-1aca-4974-a5ad-0fde1e23bf9e','\"FAQ Answer\"'),
('meta.__names__.3e660e99-6233-4c62-82ee-26f0c6429a64','\"Location Advanced Services Flyer\"'),
('meta.__names__.3fadc618-9442-45c0-af44-10fde8f6a0db','\"Amenities (Unused)\"'),
('meta.__names__.4441d9ef-981a-4f3c-ab1e-4fc9c9286394','\"Location Menu\"'),
('meta.__names__.445a738e-8bab-4a24-bf33-a7b11afceee3','\"Text\"'),
('meta.__names__.44bcd6e9-cc5f-4ae1-a494-863d4a76b8e7','\"Custom Amenities\"'),
('meta.__names__.48828093-c3a4-4a20-b235-4c3a7ba9a615','\"Video Thumbnail\"'),
('meta.__names__.48bfcdc5-762d-458e-a048-1d01444763d0','\"FAQ\"'),
('meta.__names__.4dcab8b8-46c4-4f47-854c-08a8b0189307','\"Location Administrator\"'),
('meta.__names__.4f9a5cae-8ca8-4904-bcfb-f70d85a8d80a','\"Location Type Text\"'),
('meta.__names__.51dad8d7-a530-45be-ad34-d6c3512d35ea','\"Awards\"'),
('meta.__names__.556a60b8-da46-4bec-b86a-cf59a70affb4','\"Corporate Instagram\"'),
('meta.__names__.55fa9cc9-badf-4600-8d51-e678ad9becf8','\"Resumes\"'),
('meta.__names__.59159ce5-4d9c-4f58-aec8-ec0a42e1cd9c','\"Location Video Tour Link\"'),
('meta.__names__.5ac48f52-3dbf-4ded-a723-39c633a04530','\"Award Title\"'),
('meta.__names__.5e201645-89f8-4d44-b984-3fbd3a5aed69','\"Legal Documents\"'),
('meta.__names__.607b8ca1-0f1c-42af-bf7c-f050d35c17b3','\"Location\"'),
('meta.__names__.61428653-7973-480d-a483-c67b0a2fb359','\"Campus Service Page\"'),
('meta.__names__.639c3b3d-645d-4707-bc83-b84415e31d4b','\"Featured Article\"'),
('meta.__names__.63a3000b-a74b-4a62-bc67-ca63ae006d81','\"Hidden Services\"'),
('meta.__names__.6e432bdc-a0cb-468a-b5fa-846040505743','\"Service Icon\"'),
('meta.__names__.6eaab8ca-7afd-484a-9267-2223456a2bcf','\"Resources Topic\"'),
('meta.__names__.6efb6d2f-80f1-48fc-8baf-4c99bd165756','\"Use Wisconsin Service Names\"'),
('meta.__names__.6f5b79ab-3d7f-4d92-af86-78f65b61b547','\"Clinical Capabilities\"'),
('meta.__names__.7532f466-6a08-405c-920a-14b76b35b7f7','\"Team Member Title\"'),
('meta.__names__.7b9c112b-8ef6-4649-a55d-01432a7fa533','\"Location Files\"'),
('meta.__names__.7bf4c91a-fca2-4610-b9b8-f328c88243bb','\"Team Member Email\"'),
('meta.__names__.7df44d22-78f0-46d5-a339-609b6b574cff','\"Article Excerpt\"'),
('meta.__names__.7fd6b70b-8a4f-42d2-a422-93f31bcdfea9','\"Location Glassdoor\"'),
('meta.__names__.822258bf-5220-48d0-b98f-1c0f7d4d397c','\"Location Gallery\"'),
('meta.__names__.86162f2a-285b-4b57-bb3a-beb2d12808fd','\"Location Email\"'),
('meta.__names__.87cd5c25-abe6-43a8-8f3b-216fae829f0f','\"Amenity Name\"'),
('meta.__names__.8ac3564d-3011-43d8-b6c5-5d95f01cf844','\"FAQ\"'),
('meta.__names__.8ae79ca8-15a8-46e4-91c5-3eccea802ee7','\"Location Images\"'),
('meta.__names__.8f7dc179-dcc1-4554-96b4-0517fdaeb6c0','\"Corporate Awards\"'),
('meta.__names__.90a5627f-caa8-4026-8b42-272b1a2b1a2c','\"Location Awards\"'),
('meta.__names__.91f61779-d19c-4e22-8117-f914bf3c7473','\"Public Schema\"'),
('meta.__names__.97b7a37b-d105-4de1-88fa-d926557d70ad','\"Location Type\"'),
('meta.__names__.9a6dcdb2-5c67-4f85-b4c9-d0d8ee74dc39','\"Location Name\"'),
('meta.__names__.9b0fd5c1-6754-4af0-bd46-e541a03adbba','\"Landscape\"'),
('meta.__names__.9c718128-264d-4e5b-a02f-148932baf581','\"Location Legal Documents\"'),
('meta.__names__.9cb07e22-70bc-4e39-a295-eeef089bb26f','\"Testimonial Quote\"'),
('meta.__names__.9dd9ef46-c081-4e4f-97bf-94bcc70185a4','\"Legal Document\"'),
('meta.__names__.9e0a209f-7953-4701-bca1-219ccb2b5b03','\"Complete Care\"'),
('meta.__names__.9e9d35a0-4282-47e5-b4bd-17b167a746a7','\"Award Images\"'),
('meta.__names__.9f433f5f-6f60-4128-a5fc-380b58d87a2a','\"Specialty Program Module\"'),
('meta.__names__.a025bb40-3b47-4bae-93cc-e54f3d76edb1','\"Location Services Offered\"'),
('meta.__names__.a2f5efb8-f292-4b00-96f2-bd879c5595cf','\"Article\"'),
('meta.__names__.a6756e8a-066a-4269-b680-7a33298ed4d1','\"Testimonial\"'),
('meta.__names__.a7a04a79-fefc-427c-abb4-01b16666f479','\"Article Topics\"'),
('meta.__names__.a89fe614-b20b-4da6-89a4-aeaa99b16003','\"Resources Categories\"'),
('meta.__names__.a8cbcdd5-860c-41d3-9ebc-8dd3ccd4f1fa','\"Location Phone Number\"'),
('meta.__names__.aa188040-a0cd-4a05-841f-95db57d3009b','\"Employee Testimonials\"'),
('meta.__names__.ac2e66d3-984a-4e83-b29d-422f84e8c085','\"Corporate Site\"'),
('meta.__names__.ac400876-b015-45b7-af6e-824d47462c81','\"Job Positions\"'),
('meta.__names__.b19dc528-9b34-47e1-9984-82942fb110a7','\"Corporate LinkedIn\"'),
('meta.__names__.b2ff1940-c6c8-4c71-a4ec-8863c5698811','\"New\"'),
('meta.__names__.b60e6197-d021-4c58-9909-6b00ba350db2','\"Location Clinical Capabilities\"'),
('meta.__names__.b61c037f-15ff-4fe5-86c0-ea6a37360bc7','\"Team Member\"'),
('meta.__names__.b7982a79-4592-4a92-bd37-7b8e817fc9ce','\"Location Admissions Director\"'),
('meta.__names__.b98e4a52-3d3f-42b4-86fb-00585d3ebaf0','\"Complete Care\"'),
('meta.__names__.bb913d9b-86fc-4067-8491-d1e345343e2b','\"Sister Location\"'),
('meta.__names__.bbf5144a-81d6-4f1b-b7f5-a29402cf25bb','\"Custom Code in <head>\"'),
('meta.__names__.be9ea999-6b2b-4a4b-b2fa-4b7154d24859','\"Link URL\"'),
('meta.__names__.bf39c483-5dd6-4cf5-b808-b50b26952cff','\"Testimonial Source\"'),
('meta.__names__.c02b464e-3121-4f6c-8627-2ab46957f231','\"Location Brochure\"'),
('meta.__names__.c5628b2c-9a02-4bc4-bba0-65252ca02baf','\"Location Advanced Services\"'),
('meta.__names__.c5860265-5a77-4586-9efe-e48789ae4680','\"Form Submission Recipients\"'),
('meta.__names__.c8230ab3-2ab6-41d2-b7b9-db680b3b22e1','\"Hidden Amenities\"'),
('meta.__names__.c9efd18d-8f53-4c93-b93e-1ec7069f9f69','\"Custom Services\"'),
('meta.__names__.ce93d5ce-c066-4f70-97d8-47fa8333e616','\"Corporate TikTok\"'),
('meta.__names__.d38a2885-f528-4a29-a490-9e85e95b433c','\"Team Member Photo\"'),
('meta.__names__.d570c87b-f321-4f3f-a998-23ca5ecc795b','\"Team Member Name\"'),
('meta.__names__.d6019b3e-841d-4f7a-a94e-ad2f6e91bef7','\"FAQ Section\"'),
('meta.__names__.d96b8905-9791-452d-9082-2b444ef58987','\"\\\"Our Comprehensive Care Services\\\" Descriptions\"'),
('meta.__names__.d9c1e8cf-5131-47e5-a788-544636e9310c','\"FAQ Sections\"'),
('meta.__names__.dec78b2b-1a45-4ace-9311-795453661ad7','\"Team Member\"'),
('meta.__names__.def96f72-2f27-4f70-9cfd-2015d7c81b26','\"Resources\"'),
('meta.__names__.e47153ae-f496-47ea-bd42-4cbe37c2eb4a','\"Article Category\"'),
('meta.__names__.e50b47d2-bda6-4802-8a46-59dadf5a2bfd','\"Location Floor Plan\"'),
('meta.__names__.e624bbea-8448-421f-99d3-d475ef2fc15b','\"Job Position\"'),
('meta.__names__.e72a0421-f260-4176-8544-d4a99ead3285','\"Corporate Facebook\"'),
('meta.__names__.e7728413-04f7-4590-aca9-17a60cb83c99','\"Location Client Testimonials\"'),
('meta.__names__.e7839bf3-348f-4558-9c54-8dee98ecc0d5','\"Custom Code in <body>\"'),
('meta.__names__.e82ae2c9-4040-4a91-bb2b-b76aecb4ca12','\"Location Activities Calendar\"'),
('meta.__names__.ec0ae23a-d94f-4ab6-a0bf-5485161eb658','\"Amenities\"'),
('meta.__names__.f4966788-d653-4ba8-a39e-73c2e707403c','\"Specialty Program Module\"'),
('meta.__names__.f5153cf4-4a67-4ccb-b641-ca7afc4703d8','\"Location Address\"'),
('meta.__names__.f5d44ee1-deeb-4d7e-958c-000da259131c','\"Award\"'),
('meta.__names__.f782dbee-0762-4322-b57e-041ca6f821cc','\"Location Amenities\"'),
('meta.__names__.fff3551c-5538-4f17-9e5f-338c3d9aeb2e','\"FAQ Section\"'),
('plugins.ckeditor.edition','\"standard\"'),
('plugins.ckeditor.enabled','true'),
('plugins.ckeditor.schemaVersion','\"3.0.0.0\"'),
('plugins.feed-me.edition','\"standard\"'),
('plugins.feed-me.enabled','true'),
('plugins.feed-me.schemaVersion','\"5.14.0\"'),
('plugins.formie.edition','\"standard\"'),
('plugins.formie.enabled','true'),
('plugins.formie.licenseKey','\"7LIOZ86NOUUIFYXNUGOSNZ4V\"'),
('plugins.formie.schemaVersion','\"3.4.12\"'),
('plugins.formie.settings.ajaxTimeout','10'),
('plugins.formie.settings.alertEmails','null'),
('plugins.formie.settings.captchas.__assoc__.0.0','\"akismet\"'),
('plugins.formie.settings.captchas.__assoc__.0.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.0.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\Akismet\"'),
('plugins.formie.settings.captchas.__assoc__.0.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.0.1.__assoc__.1.1','\"0\"'),
('plugins.formie.settings.captchas.__assoc__.0.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.0.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.0.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.0.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.0.1.__assoc__.3.1.__assoc__.0.1','\"akismet\"'),
('plugins.formie.settings.captchas.__assoc__.1.0','\"captchaEu\"'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\CaptchaEu\"'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.1.1','\"0\"'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.3.1.__assoc__.0.1','\"captchaEu\"'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.3.1.__assoc__.3.0','\"endPoint\"'),
('plugins.formie.settings.captchas.__assoc__.1.1.__assoc__.3.1.__assoc__.3.1','\"https://www.captcha.eu\"'),
('plugins.formie.settings.captchas.__assoc__.10.0','\"question\"'),
('plugins.formie.settings.captchas.__assoc__.10.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.10.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\Question\"'),
('plugins.formie.settings.captchas.__assoc__.10.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.10.1.__assoc__.1.1','\"0\"'),
('plugins.formie.settings.captchas.__assoc__.10.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.10.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.10.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.10.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.10.1.__assoc__.3.1.__assoc__.0.1','\"question\"'),
('plugins.formie.settings.captchas.__assoc__.11.0','\"recaptcha\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\Recaptcha\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.1.1','\"1\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.0.1','\"recaptcha\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.1.0','\"secretKey\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.1.1','\"6Lfv5RorAAAAAFTy6088yUxheS8uA-0Q96ES9xFi\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.10.0','\"enterpriseType\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.10.1','\"score\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.2.0','\"siteKey\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.2.1','\"6Lfv5RorAAAAAGSLChq5yAYHiLz-isngOlNUZ6zW\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.3.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.3.1','\"v3\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.4.0','\"size\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.4.1','\"normal\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.5.0','\"theme\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.5.1','\"light\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.6.0','\"badge\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.6.1','\"bottomright\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.7.0','\"language\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.7.1','\"en\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.8.0','\"minScore\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.8.1','0.5'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.9.0','\"scriptLoadingMethod\"'),
('plugins.formie.settings.captchas.__assoc__.11.1.__assoc__.3.1.__assoc__.9.1','\"asyncDefer\"'),
('plugins.formie.settings.captchas.__assoc__.2.0','\"cleantalk\"'),
('plugins.formie.settings.captchas.__assoc__.2.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.2.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\CleanTalk\"'),
('plugins.formie.settings.captchas.__assoc__.2.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.2.1.__assoc__.1.1','\"0\"'),
('plugins.formie.settings.captchas.__assoc__.2.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.2.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.2.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.2.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.2.1.__assoc__.3.1.__assoc__.0.1','\"cleantalk\"'),
('plugins.formie.settings.captchas.__assoc__.3.0','\"turnstile\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\Turnstile\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.1.1','\"0\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.1.__assoc__.0.1','\"turnstile\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.1.__assoc__.3.0','\"scriptLoadingMethod\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.1.__assoc__.3.1','\"asyncDefer\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.1.__assoc__.4.0','\"theme\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.1.__assoc__.4.1','\"auto\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.1.__assoc__.5.0','\"size\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.1.__assoc__.5.1','\"normal\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.1.__assoc__.6.0','\"appearance\"'),
('plugins.formie.settings.captchas.__assoc__.3.1.__assoc__.3.1.__assoc__.6.1','\"always\"'),
('plugins.formie.settings.captchas.__assoc__.4.0','\"duplicate\"'),
('plugins.formie.settings.captchas.__assoc__.4.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.4.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\Duplicate\"'),
('plugins.formie.settings.captchas.__assoc__.4.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.4.1.__assoc__.1.1','\"1\"'),
('plugins.formie.settings.captchas.__assoc__.4.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.4.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.4.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.4.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.4.1.__assoc__.3.1.__assoc__.0.1','\"duplicate\"'),
('plugins.formie.settings.captchas.__assoc__.5.0','\"friendlyCaptcha\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\FriendlyCaptcha\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.1.1','\"0\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.3.1.__assoc__.0.1','\"friendlyCaptcha\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.3.1.__assoc__.3.0','\"language\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.3.1.__assoc__.3.1','\"en\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.3.1.__assoc__.4.0','\"startMode\"'),
('plugins.formie.settings.captchas.__assoc__.5.1.__assoc__.3.1.__assoc__.4.1','\"none\"'),
('plugins.formie.settings.captchas.__assoc__.6.0','\"hcaptcha\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\Hcaptcha\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.1.1','\"0\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.0.1','\"hcaptcha\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.3.0','\"size\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.3.1','\"normal\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.4.0','\"theme\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.4.1','\"light\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.5.0','\"language\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.5.1','\"en\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.6.0','\"minScore\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.6.1','0.5'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.7.0','\"scriptLoadingMethod\"'),
('plugins.formie.settings.captchas.__assoc__.6.1.__assoc__.3.1.__assoc__.7.1','\"asyncDefer\"'),
('plugins.formie.settings.captchas.__assoc__.7.0','\"honeypot\"'),
('plugins.formie.settings.captchas.__assoc__.7.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.7.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\Honeypot\"'),
('plugins.formie.settings.captchas.__assoc__.7.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.7.1.__assoc__.1.1','\"1\"'),
('plugins.formie.settings.captchas.__assoc__.7.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.7.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.7.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.7.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.7.1.__assoc__.3.1.__assoc__.0.1','\"honeypot\"'),
('plugins.formie.settings.captchas.__assoc__.8.0','\"javascript\"'),
('plugins.formie.settings.captchas.__assoc__.8.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.8.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\Javascript\"'),
('plugins.formie.settings.captchas.__assoc__.8.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.8.1.__assoc__.1.1','\"1\"'),
('plugins.formie.settings.captchas.__assoc__.8.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.8.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.8.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.8.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.8.1.__assoc__.3.1.__assoc__.0.1','\"javascript\"'),
('plugins.formie.settings.captchas.__assoc__.9.0','\"OopSpam\"'),
('plugins.formie.settings.captchas.__assoc__.9.1.__assoc__.0.0','\"type\"'),
('plugins.formie.settings.captchas.__assoc__.9.1.__assoc__.0.1','\"verbb\\\\formie\\\\integrations\\\\captchas\\\\OopSpam\"'),
('plugins.formie.settings.captchas.__assoc__.9.1.__assoc__.1.0','\"enabled\"'),
('plugins.formie.settings.captchas.__assoc__.9.1.__assoc__.1.1','\"0\"'),
('plugins.formie.settings.captchas.__assoc__.9.1.__assoc__.2.0','\"saveSpam\"'),
('plugins.formie.settings.captchas.__assoc__.9.1.__assoc__.2.1','true'),
('plugins.formie.settings.captchas.__assoc__.9.1.__assoc__.3.0','\"settings\"'),
('plugins.formie.settings.captchas.__assoc__.9.1.__assoc__.3.1.__assoc__.0.0','\"handle\"'),
('plugins.formie.settings.captchas.__assoc__.9.1.__assoc__.3.1.__assoc__.0.1','\"OopSpam\"'),
('plugins.formie.settings.defaultDateDisplayType','\"calendar\"'),
('plugins.formie.settings.defaultDateTime','null'),
('plugins.formie.settings.defaultDateValueOption','\"\"'),
('plugins.formie.settings.defaultEmailTemplate','\"\"'),
('plugins.formie.settings.defaultExportFolder','\"@storage/formie-export\"'),
('plugins.formie.settings.defaultFileUploadVolume','\"\"'),
('plugins.formie.settings.defaultFormTemplate','\"completeCareForm\"'),
('plugins.formie.settings.defaultInstructionsPosition','\"verbb\\\\formie\\\\positions\\\\AboveInput\"'),
('plugins.formie.settings.defaultLabelPosition','\"verbb\\\\formie\\\\positions\\\\AboveInput\"'),
('plugins.formie.settings.defaultPage','\"forms\"'),
('plugins.formie.settings.emptyValuePlaceholder','\"No response.\"'),
('plugins.formie.settings.enableBackSubmission','true'),
('plugins.formie.settings.enableCsrfValidationForGuests','true'),
('plugins.formie.settings.enableLargeFieldStorage','false'),
('plugins.formie.settings.enableUnloadWarning','true'),
('plugins.formie.settings.filterIntegrationMapping','true'),
('plugins.formie.settings.includeDraftElementUsage','false'),
('plugins.formie.settings.includeRevisionElementUsage','false'),
('plugins.formie.settings.maxIncompleteSubmissionAge','30'),
('plugins.formie.settings.maxSentNotificationsAge','30'),
('plugins.formie.settings.outputConsoleMessages','true'),
('plugins.formie.settings.pdfPaperOrientation','\"portrait\"'),
('plugins.formie.settings.pdfPaperSize','\"letter\"'),
('plugins.formie.settings.pluginName','\"Formie\"'),
('plugins.formie.settings.queuePriority','null'),
('plugins.formie.settings.saveSpam','true'),
('plugins.formie.settings.sendEmailAlerts','false'),
('plugins.formie.settings.sentNotifications','true'),
('plugins.formie.settings.setOnlyCurrentPagePayload','false'),
('plugins.formie.settings.spamBehaviour','\"showSuccess\"'),
('plugins.formie.settings.spamBehaviourMessage','\"\"'),
('plugins.formie.settings.spamEmailNotifications','false'),
('plugins.formie.settings.spamKeywords','\"\"'),
('plugins.formie.settings.spamLimit','500'),
('plugins.formie.settings.submissionsBehaviour','\"all\"'),
('plugins.formie.settings.useCssLayers','false'),
('plugins.formie.settings.useQueueForIntegrations','true'),
('plugins.formie.settings.useQueueForNotifications','true'),
('plugins.formie.settings.validateCustomTemplates','true'),
('plugins.google-maps.edition','\"standard\"'),
('plugins.google-maps.enabled','true'),
('plugins.google-maps.licenseKey','\"U9PRLXN90J1EP9HE7VVCX6H7\"'),
('plugins.google-maps.schemaVersion','\"4.6.0\"'),
('plugins.google-maps.settings.browserKey','\"AIzaSyCqme_8MGS5m1-nS8v9Eqlag3R3gAheKiQ\"'),
('plugins.google-maps.settings.enableJsLogging','true'),
('plugins.google-maps.settings.fieldControlSize','27'),
('plugins.google-maps.settings.geolocationService','\"maxmind\"'),
('plugins.google-maps.settings.ipstackApiAccessKey','null'),
('plugins.google-maps.settings.maxmindLicenseKey','null'),
('plugins.google-maps.settings.maxmindService','null'),
('plugins.google-maps.settings.maxmindUserId','null'),
('plugins.google-maps.settings.minifyJsFiles','false'),
('plugins.google-maps.settings.serverKey','\"AIzaSyCuTokNa8DYzVmX5G55E-YUkr2eDHU5CGc\"'),
('plugins.phone-number.edition','\"standard\"'),
('plugins.phone-number.enabled','true'),
('plugins.phone-number.schemaVersion','\"1.0.0\"'),
('plugins.postmark.edition','\"standard\"'),
('plugins.postmark.enabled','true'),
('plugins.postmark.schemaVersion','\"2.0.1\"'),
('routes.1308313b-0408-4d85-85de-834999d6e412.siteUid','null'),
('routes.1308313b-0408-4d85-85de-834999d6e412.sortOrder','1'),
('routes.1308313b-0408-4d85-85de-834999d6e412.template','\"location/_subpage\"'),
('routes.1308313b-0408-4d85-85de-834999d6e412.uriParts.0','\"<slug:{slug}>/<page:{slug}>\"'),
('routes.1308313b-0408-4d85-85de-834999d6e412.uriPattern','\"<slug:{slug}>/<page:{slug}>\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.defaultPlacement','\"end\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.enableVersioning','true'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.entryTypes.0.uid','\"367def8e-f1e2-4c52-b9f6-83d303e31f1d\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.handle','\"advancedServices\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.maxAuthors','1'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.name','\"Advanced Programs\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.propagationMethod','\"all\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','false'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','null'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','null'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.structure.maxLevels','1'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.structure.uid','\"3030bf30-21b2-44ee-8792-d9d941da0bc7\"'),
('sections.125b64c8-3562-4408-be2f-a4938ac4d403.type','\"structure\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.defaultPlacement','\"end\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.enableVersioning','true'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.entryTypes.0.uid','\"607b8ca1-0f1c-42af-bf7c-f050d35c17b3\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.handle','\"locations\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.maxAuthors','1'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.name','\"Locations\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.propagationMethod','\"all\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','true'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','\"location/_location.twig\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','\"{slug}\"'),
('sections.18ba8dad-e4b1-48f0-8ffa-542f478f87ae.type','\"channel\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.defaultPlacement','\"end\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.enableVersioning','true'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.entryTypes.0.uid','\"367def8e-f1e2-4c52-b9f6-83d303e31f1d\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.handle','\"services\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.maxAuthors','1'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.name','\"Services\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.propagationMethod','\"all\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','false'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','null'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','null'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.structure.maxLevels','2'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.structure.uid','\"21fe916b-0ed3-46b6-acce-586dd775d130\"'),
('sections.268484a1-5b08-4919-b708-83d848af1f81.type','\"structure\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.defaultPlacement','\"end\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.enableVersioning','true'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.entryTypes.0.uid','\"6eaab8ca-7afd-484a-9267-2223456a2bcf\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.handle','\"resourcesTopics\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.maxAuthors','1'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.name','\"Resources Topics\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.propagationMethod','\"all\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','false'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','null'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','null'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.structure.maxLevels','1'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.structure.uid','\"cef4f479-ecec-4ebe-8d05-854750ed9ee5\"'),
('sections.35c8d955-1942-40c5-bb74-a49cfb451be2.type','\"structure\"'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.defaultPlacement','\"end\"'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.enableVersioning','true'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.entryTypes.0.uid','\"0b290b97-9097-4f60-83d4-8aa281cc9c30\"'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.handle','\"amenities\"'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.maxAuthors','1'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.name','\"Amenities (Unused)\"'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.previewTargets.0.label','\"Primary entry page\"'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.previewTargets.0.refresh','\"1\"'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.previewTargets.0.urlFormat','\"{url}\"'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.propagationMethod','\"all\"'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','false'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','null'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','null'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.structure.maxLevels','1'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.structure.uid','\"4cab9b0b-da30-47f7-aff5-a4c2f390bfab\"'),
('sections.3fadc618-9442-45c0-af44-10fde8f6a0db.type','\"structure\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.defaultPlacement','\"end\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.enableVersioning','true'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.entryTypes.0.uid','\"f5d44ee1-deeb-4d7e-958c-000da259131c\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.handle','\"awards\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.maxAuthors','1'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.name','\"Awards\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.propagationMethod','\"all\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','false'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','null'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','null'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.structure.maxLevels','1'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.structure.uid','\"c6429b69-afd2-4311-bc9c-0554d874942e\"'),
('sections.51dad8d7-a530-45be-ad34-d6c3512d35ea.type','\"structure\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.defaultPlacement','\"end\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.enableVersioning','true'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.entryTypes.0.uid','\"3d15e5d8-3e69-49ff-9038-80360faa9bc8\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.handle','\"clinicalCapabilities\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.maxAuthors','1'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.name','\"Clinical Capabilities\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.propagationMethod','\"all\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','false'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','null'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','null'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.structure.maxLevels','1'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.structure.uid','\"78130b59-18fe-46e7-959b-0b49bcee06b4\"'),
('sections.6f5b79ab-3d7f-4d92-af86-78f65b61b547.type','\"structure\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.defaultPlacement','\"end\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.enableVersioning','true'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.entryTypes.0.uid','\"48bfcdc5-762d-458e-a048-1d01444763d0\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.handle','\"faq\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.maxAuthors','1'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.name','\"FAQ\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.propagationMethod','\"all\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','false'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','null'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','null'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.structure.maxLevels','1'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.structure.uid','\"f741aa65-85bd-4096-bbdf-81974423062a\"'),
('sections.8ac3564d-3011-43d8-b6c5-5d95f01cf844.type','\"structure\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.defaultPlacement','\"end\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.enableVersioning','true'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.entryTypes.0.uid','\"0aba578b-3825-4f53-9720-b1b8cf3b2d7f\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.handle','\"resourcesCategories\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.maxAuthors','1'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.name','\"Resources Categories\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.propagationMethod','\"all\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','false'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','null'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','null'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.structure.maxLevels','1'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.structure.uid','\"45edd757-7afe-4602-bbc5-c4be1ce54ecb\"'),
('sections.a89fe614-b20b-4da6-89a4-aeaa99b16003.type','\"structure\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.defaultPlacement','\"end\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.enableVersioning','true'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.entryTypes.0.uid','\"e624bbea-8448-421f-99d3-d475ef2fc15b\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.handle','\"jobPositions\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.maxAuthors','1'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.name','\"Job Positions\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.propagationMethod','\"all\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','false'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','null'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','null'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.structure.maxLevels','1'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.structure.uid','\"b4070cfb-e8cb-47e1-8e21-59416dde0dcf\"'),
('sections.ac400876-b015-45b7-af6e-824d47462c81.type','\"structure\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.defaultPlacement','\"end\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.enableVersioning','true'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.entryTypes.0.uid','\"fff3551c-5538-4f17-9e5f-338c3d9aeb2e\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.handle','\"faqSections\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.maxAuthors','1'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.name','\"FAQ Sections\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.propagationMethod','\"all\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','false'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','null'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','null'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.structure.maxLevels','1'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.structure.uid','\"c98ee9a9-8dba-4a60-9a93-c2bfc31375b5\"'),
('sections.d9c1e8cf-5131-47e5-a788-544636e9310c.type','\"structure\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.defaultPlacement','\"end\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.enableVersioning','true'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.entryTypes.0.uid','\"a2f5efb8-f292-4b00-96f2-bd879c5595cf\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.handle','\"resources\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.maxAuthors','1'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.name','\"Resources\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.previewTargets.0.__assoc__.0.0','\"label\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.previewTargets.0.__assoc__.0.1','\"Primary entry page\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.previewTargets.0.__assoc__.1.0','\"urlFormat\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.previewTargets.0.__assoc__.1.1','\"{url}\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.previewTargets.0.__assoc__.2.0','\"refresh\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.previewTargets.0.__assoc__.2.1','\"1\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.propagationMethod','\"all\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.enabledByDefault','true'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','true'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.template','\"resources/_article.twig\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.siteSettings.9e0a209f-7953-4701-bca1-219ccb2b5b03.uriFormat','\"resources/{slug}\"'),
('sections.def96f72-2f27-4f70-9cfd-2015d7c81b26.type','\"channel\"'),
('siteGroups.b98e4a52-3d3f-42b4-86fb-00585d3ebaf0.name','\"Complete Care\"'),
('sites.9e0a209f-7953-4701-bca1-219ccb2b5b03.baseUrl','\"$PRIMARY_SITE_URL\"'),
('sites.9e0a209f-7953-4701-bca1-219ccb2b5b03.handle','\"default\"'),
('sites.9e0a209f-7953-4701-bca1-219ccb2b5b03.hasUrls','true'),
('sites.9e0a209f-7953-4701-bca1-219ccb2b5b03.language','\"en-US\"'),
('sites.9e0a209f-7953-4701-bca1-219ccb2b5b03.name','\"Complete Care\"'),
('sites.9e0a209f-7953-4701-bca1-219ccb2b5b03.primary','true'),
('sites.9e0a209f-7953-4701-bca1-219ccb2b5b03.siteGroup','\"b98e4a52-3d3f-42b4-86fb-00585d3ebaf0\"'),
('sites.9e0a209f-7953-4701-bca1-219ccb2b5b03.sortOrder','1'),
('system.edition','\"solo\"'),
('system.live','true'),
('system.name','\"Complete Care\"'),
('system.retryDuration','null'),
('system.schemaVersion','\"5.9.0.8\"'),
('system.timeZone','\"America/New_York\"'),
('users.allowPublicRegistration','false'),
('users.defaultGroup','null'),
('users.photoSubpath','null'),
('users.photoVolumeUid','null'),
('users.require2fa','false'),
('users.requireEmailVerification','true'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.altTranslationKeyFormat','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.altTranslationMethod','\"none\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.cardThumbAlignment','\"end\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elementCondition','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.autocapitalize','true'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.autocomplete','false'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.autocorrect','true'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.class','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.dateAdded','\"2025-11-05T17:38:23+00:00\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.disabled','false'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.elementCondition','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.id','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.inputType','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.instructions','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.label','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.max','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.min','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.name','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.orientation','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.placeholder','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.readonly','false'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.requirable','false'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.size','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.step','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.tip','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.title','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.uid','\"9d1ee684-6916-4311-871a-690330c1de8c\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.userCondition','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.warning','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.elements.0.width','100'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.name','\"Content\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.uid','\"e986b791-9ffa-4d55-9a75-bbf12e599398\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fieldLayouts.8ea0d663-5c0c-425d-9690-4a42873a0e44.tabs.0.userCondition','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.fs','\"Files\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.handle','\"legalDocuments\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.name','\"Legal Documents\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.sortOrder','9'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.subpath','\"legal\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.titleTranslationKeyFormat','null'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.titleTranslationMethod','\"site\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.transformFs','\"transforms\"'),
('volumes.19c8484a-d355-4296-9e46-757d9d673a5b.transformSubpath','\"\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.altTranslationKeyFormat','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.altTranslationMethod','\"none\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.cardThumbAlignment','\"end\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elementCondition','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.autocapitalize','true'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.autocomplete','false'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.autocorrect','true'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.class','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.dateAdded','\"2025-07-30T20:59:34+00:00\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.disabled','false'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.elementCondition','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.id','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.inputType','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.instructions','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.label','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.max','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.min','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.name','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.orientation','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.placeholder','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.readonly','false'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.requirable','false'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.size','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.step','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.tip','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.title','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.uid','\"e5886a79-b2eb-4c3b-83fe-12fdc618aa8a\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.userCondition','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.warning','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.elements.0.width','100'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.name','\"Content\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.uid','\"9f43d29c-89a6-47ef-b769-6898d3393cb9\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fieldLayouts.58f74183-9655-4c4b-9ccb-10bb7b28b4e8.tabs.0.userCondition','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.fs','\"images\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.handle','\"articleImages\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.name','\"Article Images\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.sortOrder','5'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.subpath','\"resources\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.titleTranslationKeyFormat','null'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.titleTranslationMethod','\"site\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.transformFs','\"transforms\"'),
('volumes.24150b0d-5fb2-445d-96d5-60583c2adcae.transformSubpath','\"\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.altTranslationKeyFormat','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.altTranslationMethod','\"none\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.cardThumbAlignment','\"end\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elementCondition','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.autocapitalize','true'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.autocomplete','false'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.autocorrect','true'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.class','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.dateAdded','\"2025-09-23T20:45:12+00:00\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.disabled','false'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.elementCondition','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.id','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.inputType','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.instructions','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.label','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.max','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.min','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.name','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.orientation','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.placeholder','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.readonly','false'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.requirable','false'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.size','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.step','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.tip','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.title','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.uid','\"a2441412-502a-465c-8d89-0b9e40e3e890\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.userCondition','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.warning','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.elements.0.width','100'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.name','\"Content\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.uid','\"ad8d2ba4-04c1-4a16-8cd6-66e13b399d84\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fieldLayouts.b8f1f471-b216-4d51-ae02-849ceaf89992.tabs.0.userCondition','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.fs','\"images\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.handle','\"globalImages\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.name','\"Global Images\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.sortOrder','7'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.subpath','\"global\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.titleTranslationKeyFormat','null'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.titleTranslationMethod','\"site\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.transformFs','\"transforms\"'),
('volumes.26cf8547-50c3-47c9-b86a-32e1a7b2c146.transformSubpath','\"\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.altTranslationKeyFormat','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.altTranslationMethod','\"none\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elementCondition','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.autocapitalize','true'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.autocomplete','false'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.autocorrect','true'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.class','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.dateAdded','\"2025-04-18T18:22:52+00:00\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.disabled','false'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.elementCondition','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.id','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.inputType','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.instructions','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.label','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.max','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.min','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.name','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.orientation','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.placeholder','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.readonly','false'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.requirable','false'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.size','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.step','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.tip','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.title','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.uid','\"d6cccfa2-4a6e-4c87-8cf1-8f67df6db47d\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.userCondition','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.warning','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.elements.0.width','100'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.name','\"Content\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.uid','\"ff2ace0f-1d20-4e00-aa4c-5e5c23f6a132\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fieldLayouts.f0aedc1a-6d59-41be-8b97-89d3936fb47f.tabs.0.userCondition','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.fs','\"images\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.handle','\"teamImages\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.name','\"Team Images\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.sortOrder','4'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.subpath','\"team\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.titleTranslationKeyFormat','null'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.titleTranslationMethod','\"site\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.transformFs','\"transforms\"'),
('volumes.2d194696-8755-440c-84b4-86aa817e2edc.transformSubpath','\"\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.altTranslationKeyFormat','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.altTranslationMethod','\"none\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.cardThumbAlignment','\"end\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elementCondition','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.autocapitalize','true'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.autocomplete','false'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.autocorrect','true'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.class','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.dateAdded','\"2025-10-08T20:55:22+00:00\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.disabled','false'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.elementCondition','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.id','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.inputType','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.instructions','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.label','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.max','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.min','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.name','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.orientation','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.placeholder','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.readonly','false'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.requirable','false'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.size','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.step','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.tip','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.title','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.uid','\"20c81716-bf5a-46fd-bc0d-66f1c0edf187\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.userCondition','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.warning','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.elements.0.width','100'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.name','\"Content\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.uid','\"bfe4433f-3c50-445b-b570-fb0c29f78fef\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fieldLayouts.cc4c3588-643a-44fc-a2ef-89d83fdc8660.tabs.0.userCondition','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.fs','\"Files\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.handle','\"resumes\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.name','\"Resumes\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.sortOrder','8'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.subpath','\"resumes\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.titleTranslationKeyFormat','null'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.titleTranslationMethod','\"site\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.transformFs','\"\"'),
('volumes.55fa9cc9-badf-4600-8d51-e678ad9becf8.transformSubpath','\"\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.altTranslationKeyFormat','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.altTranslationMethod','\"none\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elementCondition','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.autocapitalize','true'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.autocomplete','false'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.autocorrect','true'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.class','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.dateAdded','\"2025-04-18T18:22:28+00:00\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.disabled','false'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.elementCondition','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.id','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.inputType','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.instructions','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.label','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.max','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.min','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.name','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.orientation','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.placeholder','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.readonly','false'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.requirable','false'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.size','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.step','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.tip','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.title','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.uid','\"633c31c6-0ff6-4509-a19f-cc32553d34c4\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.userCondition','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.warning','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.elements.0.width','100'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.name','\"Content\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.uid','\"ccf8cc5f-51f8-474e-878c-cc6d576ba260\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fieldLayouts.2db67b4f-e9eb-42b7-a6e1-c468cd5a86d0.tabs.0.userCondition','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.fs','\"Files\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.handle','\"locationFiles\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.name','\"Location Files\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.sortOrder','3'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.subpath','\"locations\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.titleTranslationKeyFormat','null'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.titleTranslationMethod','\"site\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.transformFs','\"transforms\"'),
('volumes.7b9c112b-8ef6-4649-a55d-01432a7fa533.transformSubpath','\"\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.altTranslationKeyFormat','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.altTranslationMethod','\"none\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elementCondition','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.autocapitalize','true'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.autocomplete','false'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.autocorrect','true'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.class','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.dateAdded','\"2025-04-18T18:21:51+00:00\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.disabled','false'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.elementCondition','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.id','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.inputType','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.instructions','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.label','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.max','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.min','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.name','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.orientation','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.placeholder','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.readonly','false'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.requirable','false'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.size','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.step','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.tip','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.title','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.uid','\"41dfce2b-e617-4d7a-8421-3f460a940695\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.userCondition','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.warning','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.elements.0.width','100'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.name','\"Content\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.uid','\"a0d48f8b-914a-433c-aa1e-d2f5d175f002\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fieldLayouts.ed9970c1-23a7-4edd-aab7-f91a5859e3b6.tabs.0.userCondition','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.fs','\"images\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.handle','\"locationImages\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.name','\"Location Images\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.sortOrder','2'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.subpath','\"locations\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.titleTranslationKeyFormat','null'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.titleTranslationMethod','\"site\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.transformFs','\"transforms\"'),
('volumes.8ae79ca8-15a8-46e4-91c5-3eccea802ee7.transformSubpath','\"\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.altTranslationKeyFormat','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.altTranslationMethod','\"none\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.cardThumbAlignment','\"end\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elementCondition','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.autocapitalize','true'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.autocomplete','false'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.autocorrect','true'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.class','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.dateAdded','\"2025-09-03T21:54:56+00:00\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.disabled','false'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.elementCondition','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.id','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.inputType','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.instructions','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.label','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.max','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.min','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.name','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.orientation','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.placeholder','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.readonly','false'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.requirable','false'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.size','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.step','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.tip','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.title','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.type','\"craft\\\\fieldlayoutelements\\\\assets\\\\AssetTitleField\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.uid','\"e0d28f66-8ebd-4537-919a-6b05146dc112\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.userCondition','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.warning','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.elements.0.width','100'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.name','\"Content\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.uid','\"624d3151-a57b-4e08-b3ac-74582d9fec14\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fieldLayouts.2ff10503-d1cd-4bf7-9a1d-726f32f39a91.tabs.0.userCondition','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.fs','\"images\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.handle','\"awards\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.name','\"Award Images\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.sortOrder','6'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.subpath','\"awards\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.titleTranslationKeyFormat','null'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.titleTranslationMethod','\"site\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.transformFs','\"transforms\"'),
('volumes.9e9d35a0-4282-47e5-b4bd-17b167a746a7.transformSubpath','\"\"');
/*!40000 ALTER TABLE `projectconfig` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `queue`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `queue` WRITE;
/*!40000 ALTER TABLE `queue` DISABLE KEYS */;
INSERT INTO `queue` VALUES
(64339,'queue','O:34:\"verbb\\formie\\jobs\\SendNotification\":8:{s:11:\"description\";N;s:30:\"\0craft\\queue\\BaseJob\0_progress\";i:0;s:35:\"\0craft\\queue\\BaseJob\0_progressLabel\";N;s:12:\"submissionId\";i:44392;s:14:\"notificationId\";i:2;s:14:\"submissionData\";a:11:{s:2:\"id\";i:44392;s:6:\"userId\";N;s:9:\"ipAddress\";N;s:12:\"isIncomplete\";b:0;s:6:\"isSpam\";b:0;s:10:\"spamReason\";N;s:9:\"spamClass\";N;s:8:\"snapshot\";a:0:{}s:6:\"status\";s:3:\"new\";s:4:\"form\";s:7:\"careers\";s:6:\"fields\";a:9:{s:4:\"name\";s:10:\"Sarah Neal\";s:6:\"email1\";s:17:\"sdezart@yahoo.com\";s:5:\"phone\";a:5:{s:6:\"number\";s:10:\"6812092032\";s:7:\"country\";N;s:14:\"hasCountryCode\";b:0;s:11:\"countryCode\";s:0:\"\";s:11:\"countryName\";s:0:\"\";}s:8:\"location\";a:1:{i:0;a:93:{s:14:\"amenitiesTable\";a:9:{i:0;a:2:{s:4:\"col1\";s:17:\"Comfortable Rooms\";s:4:\"col2\";s:65:\"Spacious accommodations with cozy touches and complimentary Wi-Fi\";}i:1;a:2:{s:4:\"col1\";s:20:\"Chef-Inspired Dining\";s:4:\"col2\";s:42:\"Restaurant-style, dietician-approved meals\";}i:2;a:2:{s:4:\"col1\";s:20:\"Healing Environments\";s:4:\"col2\";s:58:\"Relaxing common spaces & amenities designed for well-being\";}i:3;a:2:{s:4:\"col1\";s:18:\"Concierge Services\";s:4:\"col2\";s:92:\"Dedicated staff to guide admissions, housekeeping/laundry, family visits & personal requests\";}i:4;a:2:{s:4:\"col1\";s:21:\"Personalized Wellness\";s:4:\"col2\";s:76:\"Access to a nearby therapy gym, and beauty/barber services to feel your best\";}i:5;a:2:{s:4:\"col1\";s:18:\"Engaging Lifestyle\";s:4:\"col2\";s:60:\"Daily activities, live entertainment and tailored recreation\";}i:6;a:2:{s:4:\"col1\";s:19:\"Clinical Excellence\";s:4:\"col2\";s:43:\"Specialty program and advanced capabilities\";}i:7;a:2:{s:4:\"col1\";s:19:\"Moments that Matter\";s:4:\"col2\";s:58:\"Welcome gifts, birthday celebrations & hospitality touches\";}i:8;a:2:{s:4:\"col1\";s:18:\"Trusted Reputation\";s:4:\"col2\";s:50:\"Award-winning programs and strong patient outcomes\";}}s:8:\"archived\";b:0;s:8:\"authorId\";i:1;s:9:\"authorIds\";a:1:{i:0;i:1;}s:11:\"canonicalId\";i:1117;s:31:\"careersFormSubmissionRecipients\";s:25:\"careers@ccsummitridge.com\";s:9:\"collapsed\";b:0;s:9:\"cpEditUrl\";s:77:\"https://mycompletecare.com/admin/content/entries/locations/1117-ccsummitridge\";s:14:\"cpRevisionsUrl\";s:87:\"https://mycompletecare.com/admin/content/entries/locations/1117-ccsummitridge/revisions\";s:14:\"customCodeBody\";s:242:\"<!-- Google Tag Manager (noscript) -->\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-TNJGXP8\"\nheight=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\n<!-- End Google Tag Manager (noscript) -->\";s:14:\"customCodeHead\";s:418:\"<!-- Google Tag Manager -->\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':\nnew Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],\nj=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\n\'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);\n})(window,document,\'script\',\'dataLayer\',\'GTM-TNJGXP8\');</script>\n<!-- End Google Tag Manager -->\";s:25:\"customServiceDescriptions\";a:4:{i:0;a:1:{s:4:\"col2\";s:0:\"\";}i:1;a:1:{s:4:\"col2\";s:0:\"\";}i:2;a:1:{s:4:\"col2\";s:0:\"\";}i:3;a:1:{s:4:\"col2\";s:0:\"\";}}s:14:\"customServices\";a:0:{}s:11:\"dateCreated\";a:3:{s:4:\"date\";s:26:\"2025-09-11 14:48:36.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:11:\"dateDeleted\";N;s:14:\"dateLastMerged\";N;s:11:\"dateUpdated\";a:3:{s:4:\"date\";s:26:\"2026-03-04 15:00:35.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:16:\"deletedWithOwner\";N;s:7:\"draftId\";N;s:13:\"eagerLoadInfo\";N;s:7:\"enabled\";b:1;s:10:\"expiryDate\";N;s:7:\"fieldId\";N;s:13:\"fieldLayoutId\";N;s:9:\"forceSave\";b:0;s:24:\"formSubmissionRecipients\";N;s:21:\"hasProvisionalChanges\";b:0;s:14:\"hiddenServices\";a:0:{}s:2:\"id\";i:1117;s:7:\"isDraft\";b:0;s:10:\"isHomepage\";b:0;s:18:\"isProvisionalDraft\";b:0;s:10:\"isRevision\";b:0;s:18:\"isUnpublishedDraft\";b:0;s:4:\"link\";s:67:\"<a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\";s:26:\"locationActivitiesCalendar\";a:1:{i:0;i:23730;}s:15:\"locationAddress\";a:22:{s:2:\"id\";i:496;s:9:\"elementId\";i:1117;s:6:\"siteId\";i:1;s:7:\"fieldId\";i:2;s:9:\"formatted\";s:40:\"20 Summit St, West Orange, NJ 07052, USA\";s:3:\"raw\";N;s:4:\"name\";N;s:7:\"street1\";s:12:\"20 Summit St\";s:7:\"street2\";N;s:4:\"city\";s:11:\"West Orange\";s:5:\"state\";s:2:\"NJ\";s:3:\"zip\";s:5:\"07052\";s:12:\"neighborhood\";N;s:6:\"county\";s:12:\"Essex County\";s:7:\"country\";s:13:\"United States\";s:11:\"countryCode\";s:2:\"US\";s:7:\"placeId\";s:27:\"ChIJn9iZZLCrw4kRHlYtfbwMey4\";s:8:\"distance\";N;s:4:\"zoom\";i:6;s:16:\"enabledSubfields\";a:5:{i:0;s:7:\"street1\";i:1;s:7:\"street2\";i:2;s:4:\"city\";i:3;s:5:\"state\";i:4;s:3:\"zip\";}s:3:\"lat\";d:40.78771669999999716083038947544991970062255859375;s:3:\"lng\";d:-74.2791715999999979658241500146687030792236328125;}s:21:\"locationAdministrator\";a:1:{i:1638;a:6:{s:5:\"title\";s:16:\"Olga Shneyderman\";s:4:\"slug\";s:12:\"kanene-oleka\";s:4:\"type\";s:10:\"teamMember\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:4:{s:14:\"teamMemberName\";s:16:\"Olga Shneyderman\";s:15:\"teamMemberTitle\";s:13:\"Administrator\";s:15:\"teamMemberPhoto\";a:0:{}s:15:\"teamMemberEmail\";N;}}}s:26:\"locationAdmissionsDirector\";a:1:{i:1639;a:6:{s:5:\"title\";s:11:\"Darian Reed\";s:4:\"slug\";s:14:\"alarys-tavares\";s:4:\"type\";s:10:\"teamMember\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:4:{s:14:\"teamMemberName\";s:11:\"Darian Reed\";s:15:\"teamMemberTitle\";s:19:\"Admissions Director\";s:15:\"teamMemberPhoto\";a:1:{i:0;i:12331;}s:15:\"teamMemberEmail\";N;}}}s:24:\"locationAdvancedServices\";a:0:{}s:29:\"locationAdvancedServicesFlyer\";a:1:{i:0;i:12418;}s:20:\"locationApploiScript\";s:69:\"<script src=\"https://apploi.link/ccsummitridge-career-page\"></script>\";s:14:\"locationAwards\";a:7:{i:0;i:3468;i:1;i:2969;i:2;i:617;i:3;i:9724;i:4;i:2972;i:5;i:605;i:6;i:9552;}s:16:\"locationBrochure\";a:0:{}s:26:\"locationClientTestimonials\";a:4:{i:4026;a:6:{s:5:\"title\";s:10:\"Cynthia M.\";s:4:\"slug\";s:9:\"cynthia-m\";s:4:\"type\";s:11:\"testimonial\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:2:{s:16:\"testimonialQuote\";s:262:\"Staff are very friendly and kind to the residence at Summit Ridge. I go to visit my sister who is always clean and tidy. My sister greets me with a smile. She has been a resident for approximately 1 year. I love the people at Summit Ridge Complete Care facility.\";s:17:\"testimonialSource\";s:10:\"Cynthia M.\";}}i:4027;a:6:{s:5:\"title\";s:8:\"Lloyd E.\";s:4:\"slug\";s:7:\"lloyd-e\";s:4:\"type\";s:11:\"testimonial\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:2:{s:16:\"testimonialQuote\";s:97:\"The staff was very kind and friendly most of all the level of care is absolutely amazing. Thanks.\";s:17:\"testimonialSource\";s:8:\"Lloyd E.\";}}i:4028;a:6:{s:5:\"title\";s:8:\"James E.\";s:4:\"slug\";s:7:\"james-e\";s:4:\"type\";s:11:\"testimonial\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:2:{s:16:\"testimonialQuote\";s:98:\"The facility was clean and orderly and the staff was friendly and attentive to our sister\'s needs!\";s:17:\"testimonialSource\";s:8:\"James E.\";}}i:4029;a:6:{s:5:\"title\";s:9:\"Marcia S.\";s:4:\"slug\";s:8:\"marcia-s\";s:4:\"type\";s:11:\"testimonial\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:2:{s:16:\"testimonialQuote\";s:50:\"The staff is friendly and the place is very clean.\";s:17:\"testimonialSource\";s:9:\"Marcia S.\";}}}s:28:\"locationClinicalCapabilities\";a:10:{i:0;i:2610;i:1;i:2598;i:2;i:2600;i:3;i:2604;i:4;i:2614;i:5;i:2608;i:6;i:2596;i:7;i:2602;i:8;i:2606;i:9;i:2612;}s:18:\"locationDomainName\";s:17:\"ccsummitridge.com\";s:13:\"locationEmail\";s:22:\"info@ccsummitridge.com\";s:28:\"locationEmployeeTestimonials\";a:4:{i:21675;a:6:{s:5:\"title\";s:20:\"Recreation Assistant\";s:4:\"slug\";s:20:\"recreation-assistant\";s:4:\"type\";s:11:\"testimonial\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:2:{s:16:\"testimonialQuote\";s:67:\"This job felt meaningful every single day and encouraged creativity\";s:17:\"testimonialSource\";s:20:\"Recreation Assistant\";}}i:21676;a:6:{s:5:\"title\";s:3:\"CNA\";s:4:\"slug\";s:3:\"cna\";s:4:\"type\";s:11:\"testimonial\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:2:{s:16:\"testimonialQuote\";s:78:\"I didn\'t have a any issues while working here. I learned a lot during my time.\";s:17:\"testimonialSource\";s:3:\"CNA\";}}i:21677;a:6:{s:5:\"title\";s:9:\"Dietitian\";s:4:\"slug\";s:9:\"dietitian\";s:4:\"type\";s:11:\"testimonial\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:2:{s:16:\"testimonialQuote\";s:98:\"Support was always there when we needed it, whether it was from management, nurses, or the kitchen\";s:17:\"testimonialSource\";s:9:\"Dietitian\";}}i:21678;a:6:{s:5:\"title\";s:2:\"RN\";s:4:\"slug\";s:3:\"cna\";s:4:\"type\";s:11:\"testimonial\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:2:{s:16:\"testimonialQuote\";s:50:\"It\'s clear that Summit Ridge employees are valued.\";s:17:\"testimonialSource\";s:2:\"RN\";}}}s:16:\"locationFacebook\";a:2:{s:5:\"value\";s:41:\"https://www.facebook.com/ccatsummitridge/\";s:4:\"type\";s:3:\"url\";}s:17:\"locationFloorPlan\";a:0:{}s:15:\"locationGallery\";a:4:{i:0;i:8163;i:1;i:8162;i:2;i:8164;i:3;i:8165;}s:17:\"locationGlassdoor\";a:2:{s:5:\"value\";s:98:\"https://www.glassdoor.com/Overview/Working-at-Complete-Care-at-Summit-Ridge-EI_IE3939462.11,40.htm\";s:4:\"type\";s:3:\"url\";}s:21:\"locationHomeHeroPhoto\";a:1:{i:0;i:4017;}s:22:\"locationLegalDocuments\";a:3:{i:5644;a:6:{s:5:\"title\";s:15:\"Legal Statement\";s:4:\"slug\";s:15:\"legal-statement\";s:4:\"type\";s:13:\"legalDocument\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:3:{s:13:\"legalPageType\";b:1;s:8:\"legalPdf\";a:0:{}s:16:\"legalPageContent\";s:369:\"<p>Complete Care at Summit Ridge is an independently owned and operated entity that is licensed to use the Complete Care name as well as to receive non-health care related services from other independently owned and operated affiliates. All health care related services provided by Complete Care at Summit Ridge are provided solely by Complete Care at Summit Ridge.</p>\";}}i:6007;a:6:{s:5:\"title\";s:25:\"Non-Discrimination Notice\";s:4:\"slug\";s:25:\"non-discrimination-notice\";s:4:\"type\";s:13:\"legalDocument\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:3:{s:13:\"legalPageType\";b:0;s:8:\"legalPdf\";a:1:{i:0;i:6006;}s:16:\"legalPageContent\";N;}}i:17333;a:6:{s:5:\"title\";s:11:\"Disclosures\";s:4:\"slug\";s:11:\"disclosures\";s:4:\"type\";s:13:\"legalDocument\";s:7:\"enabled\";b:1;s:9:\"collapsed\";b:0;s:6:\"fields\";a:3:{s:13:\"legalPageType\";b:1;s:8:\"legalPdf\";a:0:{}s:16:\"legalPageContent\";s:514:\"<ul style=\"list-style-type:disc;\"><li><a href=\"/files/legal/Summit-Ridge-Care-2024-NJ-Financials.pdf\">Complete Care at Summit Ridge 2024 NJ Financials</a></li><li><a href=\"/files/legal/Summit-Ridge-MCR-CR-2024.pdf\">Summit Ridge MCR CR 2024</a></li><li><a href=\"/files/legal/Summit-Ridge-Care-2024-Revenues.pdf\">Complete Care at Summit Ridge 2024 Revenues</a></li><li><a href=\"https://www.nj.gov/health/ltc/nursing-homes/\">Nursing Home Facility Data</a></li></ul><p>Contact Us: disclosures@completecaremgmt.com</p>\";}}}s:16:\"locationLinkedin\";a:2:{s:5:\"value\";s:42:\"https://www.linkedin.com/company/94146224/\";s:4:\"type\";s:3:\"url\";}s:12:\"locationMenu\";a:0:{}s:12:\"locationName\";s:29:\"Complete Care at Summit Ridge\";s:19:\"locationPhoneNumber\";a:2:{s:6:\"number\";s:10:\"9737362000\";s:6:\"region\";s:2:\"US\";}s:23:\"locationServicesOffered\";a:2:{i:0;s:13:\"postAcuteCare\";i:1;s:12:\"longTermCare\";}s:17:\"locationShortName\";s:12:\"Summit Ridge\";s:12:\"locationType\";s:3:\"ltc\";s:16:\"locationTypeText\";s:47:\"Post-Acute, Skilled Nursing, and Long-Term Care\";s:27:\"locationVideoTourButtonText\";N;s:21:\"locationVideoTourLink\";N;s:9:\"oldStatus\";s:4:\"live\";s:7:\"ownerId\";N;s:16:\"placeInStructure\";b:0;s:8:\"postDate\";a:3:{s:4:\"date\";s:26:\"2025-09-11 14:48:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:11:\"postEditUrl\";s:40:\"https://mycompletecare.com/admin/entries\";s:14:\"primaryOwnerId\";N;s:3:\"ref\";s:23:\"locations/ccsummitridge\";s:10:\"revisionId\";N;s:9:\"sectionId\";i:1;s:24:\"serviceSpecificAmenities\";a:0:{}s:14:\"sisterLocation\";a:0:{}s:6:\"siteId\";i:1;s:14:\"siteSettingsId\";i:1117;s:4:\"slug\";s:13:\"ccsummitridge\";s:9:\"sortOrder\";N;s:22:\"specialtyProgramModule\";a:0:{}s:6:\"status\";s:4:\"live\";s:11:\"structureId\";N;s:6:\"tempId\";N;s:5:\"title\";s:12:\"Summit Ridge\";s:7:\"trashed\";b:0;s:6:\"typeId\";i:1;s:7:\"uiLabel\";s:12:\"Summit Ridge\";s:3:\"uid\";s:36:\"a08d8d64-84ed-4630-94bb-e92bb7619949\";s:3:\"uri\";s:13:\"ccsummitridge\";s:9:\"uriFormat\";s:6:\"{slug}\";s:3:\"url\";s:40:\"https://mycompletecare.com/ccsummitridge\";s:24:\"useWisconsinServiceNames\";b:0;}}s:12:\"resumeUpload\";a:2:{i:0;a:65:{s:3:\"alt\";N;s:8:\"archived\";b:0;s:11:\"canonicalId\";i:44393;s:19:\"conflictingFilename\";N;s:9:\"cpEditUrl\";s:59:\"https://mycompletecare.com/admin/assets/edit/44393-IMG_0761\";s:14:\"cpRevisionsUrl\";N;s:11:\"dateCreated\";a:3:{s:4:\"date\";s:26:\"2026-03-17 12:31:30.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:11:\"dateDeleted\";N;s:14:\"dateLastMerged\";N;s:12:\"dateModified\";a:3:{s:4:\"date\";s:26:\"2026-03-17 12:31:31.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:11:\"dateUpdated\";a:3:{s:4:\"date\";s:26:\"2026-03-17 12:31:30.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:16:\"deletedWithOwner\";N;s:17:\"deletedWithVolume\";b:0;s:7:\"draftId\";N;s:13:\"eagerLoadInfo\";N;s:7:\"enabled\";b:1;s:9:\"extension\";s:3:\"png\";s:13:\"fieldLayoutId\";i:24;s:8:\"filename\";s:12:\"IMG_0761.png\";s:10:\"focalPoint\";a:2:{s:1:\"x\";d:0.5;s:1:\"y\";d:0.5;}s:8:\"folderId\";i:10;s:10:\"folderPath\";N;s:9:\"forceSave\";b:0;s:13:\"hasFocalPoint\";b:0;s:21:\"hasProvisionalChanges\";b:0;s:6:\"height\";i:2532;s:2:\"id\";i:44393;s:7:\"isDraft\";b:0;s:8:\"isFolder\";b:0;s:10:\"isHomepage\";b:0;s:18:\"isProvisionalDraft\";b:0;s:10:\"isRevision\";b:0;s:18:\"isUnpublishedDraft\";b:0;s:8:\"keptFile\";N;s:4:\"kind\";s:5:\"image\";s:4:\"link\";s:50:\"<a href=\"/files/resumes/IMG_0761.png\">IMG 0761</a>\";s:13:\"locationError\";N;s:8:\"mimeType\";s:9:\"image/png\";s:11:\"newFilename\";N;s:11:\"newFolderId\";N;s:11:\"newLocation\";N;s:4:\"path\";s:12:\"IMG_0761.png\";s:11:\"postEditUrl\";s:39:\"https://mycompletecare.com/admin/assets\";s:3:\"ref\";N;s:10:\"revisionId\";N;s:6:\"siteId\";i:1;s:14:\"siteSettingsId\";i:44393;s:4:\"size\";i:11871545;s:4:\"slug\";N;s:10:\"sourcePath\";N;s:6:\"status\";s:7:\"enabled\";s:11:\"structureId\";N;s:17:\"suggestedFilename\";N;s:12:\"tempFilePath\";N;s:6:\"tempId\";N;s:5:\"title\";s:8:\"IMG 0761\";s:7:\"trashed\";b:0;s:7:\"uiLabel\";s:8:\"IMG 0761\";s:3:\"uid\";s:36:\"7001759a-b931-4fa0-8117-e85a0b0d9ed7\";s:10:\"uploaderId\";N;s:3:\"uri\";N;s:9:\"uriFormat\";N;s:3:\"url\";s:27:\"/files/resumes/IMG_0761.png\";s:8:\"volumeId\";i:8;s:5:\"width\";i:1170;}i:1;a:65:{s:3:\"alt\";N;s:8:\"archived\";b:0;s:11:\"canonicalId\";i:44394;s:19:\"conflictingFilename\";N;s:9:\"cpEditUrl\";s:59:\"https://mycompletecare.com/admin/assets/edit/44394-IMG_0760\";s:14:\"cpRevisionsUrl\";N;s:11:\"dateCreated\";a:3:{s:4:\"date\";s:26:\"2026-03-17 12:31:31.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:11:\"dateDeleted\";N;s:14:\"dateLastMerged\";N;s:12:\"dateModified\";a:3:{s:4:\"date\";s:26:\"2026-03-17 12:31:32.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:11:\"dateUpdated\";a:3:{s:4:\"date\";s:26:\"2026-03-17 12:31:31.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:16:\"deletedWithOwner\";N;s:17:\"deletedWithVolume\";b:0;s:7:\"draftId\";N;s:13:\"eagerLoadInfo\";N;s:7:\"enabled\";b:1;s:9:\"extension\";s:3:\"png\";s:13:\"fieldLayoutId\";i:24;s:8:\"filename\";s:12:\"IMG_0760.png\";s:10:\"focalPoint\";a:2:{s:1:\"x\";d:0.5;s:1:\"y\";d:0.5;}s:8:\"folderId\";i:10;s:10:\"folderPath\";N;s:9:\"forceSave\";b:0;s:13:\"hasFocalPoint\";b:0;s:21:\"hasProvisionalChanges\";b:0;s:6:\"height\";i:2532;s:2:\"id\";i:44394;s:7:\"isDraft\";b:0;s:8:\"isFolder\";b:0;s:10:\"isHomepage\";b:0;s:18:\"isProvisionalDraft\";b:0;s:10:\"isRevision\";b:0;s:18:\"isUnpublishedDraft\";b:0;s:8:\"keptFile\";N;s:4:\"kind\";s:5:\"image\";s:4:\"link\";s:50:\"<a href=\"/files/resumes/IMG_0760.png\">IMG 0760</a>\";s:13:\"locationError\";N;s:8:\"mimeType\";s:9:\"image/png\";s:11:\"newFilename\";N;s:11:\"newFolderId\";N;s:11:\"newLocation\";N;s:4:\"path\";s:12:\"IMG_0760.png\";s:11:\"postEditUrl\";s:39:\"https://mycompletecare.com/admin/assets\";s:3:\"ref\";N;s:10:\"revisionId\";N;s:6:\"siteId\";i:1;s:14:\"siteSettingsId\";i:44394;s:4:\"size\";i:1170865;s:4:\"slug\";N;s:10:\"sourcePath\";N;s:6:\"status\";s:7:\"enabled\";s:11:\"structureId\";N;s:17:\"suggestedFilename\";N;s:12:\"tempFilePath\";N;s:6:\"tempId\";N;s:5:\"title\";s:8:\"IMG 0760\";s:7:\"trashed\";b:0;s:7:\"uiLabel\";s:8:\"IMG 0760\";s:3:\"uid\";s:36:\"9bb99d5b-5c2e-419f-a450-8ad6e5132731\";s:10:\"uploaderId\";N;s:3:\"uri\";N;s:9:\"uriFormat\";N;s:3:\"url\";s:27:\"/files/resumes/IMG_0760.png\";s:8:\"volumeId\";i:8;s:5:\"width\";i:1170;}}s:19:\"positionsOfInterest\";a:1:{i:0;a:56:{s:8:\"archived\";b:0;s:8:\"authorId\";i:1;s:9:\"authorIds\";a:1:{i:0;i:1;}s:11:\"canonicalId\";i:3192;s:9:\"collapsed\";b:0;s:9:\"cpEditUrl\";s:74:\"https://mycompletecare.com/admin/content/entries/jobPositions/3192-nursing\";s:14:\"cpRevisionsUrl\";s:84:\"https://mycompletecare.com/admin/content/entries/jobPositions/3192-nursing/revisions\";s:11:\"dateCreated\";a:3:{s:4:\"date\";s:26:\"2025-10-08 18:18:49.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:11:\"dateDeleted\";N;s:14:\"dateLastMerged\";N;s:11:\"dateUpdated\";a:3:{s:4:\"date\";s:26:\"2025-10-08 18:18:56.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:16:\"deletedWithOwner\";N;s:7:\"draftId\";N;s:13:\"eagerLoadInfo\";N;s:7:\"enabled\";b:1;s:10:\"expiryDate\";N;s:7:\"fieldId\";N;s:13:\"fieldLayoutId\";N;s:9:\"forceSave\";b:0;s:21:\"hasProvisionalChanges\";b:0;s:2:\"id\";i:3192;s:7:\"isDraft\";b:0;s:10:\"isHomepage\";b:0;s:18:\"isProvisionalDraft\";b:0;s:10:\"isRevision\";b:0;s:18:\"isUnpublishedDraft\";b:0;s:5:\"level\";i:1;s:3:\"lft\";i:2;s:4:\"link\";N;s:9:\"oldStatus\";s:4:\"live\";s:7:\"ownerId\";N;s:8:\"parentId\";N;s:16:\"placeInStructure\";b:0;s:8:\"postDate\";a:3:{s:4:\"date\";s:26:\"2025-10-08 18:18:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:16:\"America/New_York\";}s:11:\"postEditUrl\";s:40:\"https://mycompletecare.com/admin/entries\";s:14:\"primaryOwnerId\";N;s:3:\"ref\";s:20:\"jobPositions/nursing\";s:10:\"revisionId\";N;s:3:\"rgt\";i:3;s:4:\"root\";i:164;s:9:\"sectionId\";i:13;s:6:\"siteId\";i:1;s:14:\"siteSettingsId\";i:3192;s:4:\"slug\";s:7:\"nursing\";s:9:\"sortOrder\";N;s:6:\"status\";s:4:\"live\";s:11:\"structureId\";i:11;s:6:\"tempId\";N;s:5:\"title\";s:7:\"Nursing\";s:7:\"trashed\";b:0;s:6:\"typeId\";i:15;s:7:\"uiLabel\";s:7:\"Nursing\";s:3:\"uid\";s:36:\"fdcf5c6f-b728-447f-8c82-fbb551b5226e\";s:3:\"uri\";N;s:9:\"uriFormat\";N;s:3:\"url\";N;}}s:7:\"message\";s:13:\"Lpn posistion\";s:10:\"currentUrl\";s:33:\"https://ccsummitridge.com/careers\";s:10:\"recipients\";s:25:\"careers@ccsummitridge.com\";}}s:16:\"notificationData\";a:26:{s:2:\"id\";i:2;s:6:\"formId\";i:3191;s:10:\"templateId\";N;s:13:\"pdfTemplateId\";N;s:4:\"name\";s:23:\"Careers Form Submission\";s:6:\"handle\";s:21:\"careersFormSubmission\";s:7:\"enabled\";b:1;s:7:\"subject\";s:41:\"Careers Form Submission from {field:name}\";s:10:\"recipients\";s:5:\"email\";s:2:\"to\";s:18:\"{field:recipients}\";s:12:\"toConditions\";N;s:2:\"cc\";N;s:3:\"bcc\";N;s:7:\"replyTo\";N;s:11:\"replyToName\";N;s:4:\"from\";N;s:8:\"fromName\";s:10:\"{siteName}\";s:6:\"sender\";N;s:7:\"content\";s:451:\"<p><strong>Careers form submitted from:</strong> {field:currentUrl}</p><p></p><p><strong>Name:</strong> {field:name}</p><p><strong>Email:</strong> {field:email1}</p><p><strong>Phone:</strong> {field:phone}</p><p><strong>Facility: </strong>{field:location}</p><p><strong>Positions of Interest:</strong> {field:positionsOfInterest}</p><p><strong>Message/ Cover Letter:</strong></p><p>{field:message}</p><p></p><p><em>See attachments for resume.</em></p>\";s:11:\"attachFiles\";b:1;s:9:\"attachPdf\";N;s:12:\"attachAssets\";a:0:{}s:16:\"enableConditions\";b:0;s:10:\"conditions\";N;s:14:\"customSettings\";a:0:{}s:3:\"uid\";s:36:\"1d33bc53-b36d-48f9-bce8-2f280baf71e5\";}s:5:\"email\";a:9:{s:7:\"charset\";s:5:\"utf-8\";s:4:\"from\";s:0:\"\";s:7:\"replyTo\";s:0:\"\";s:2:\"to\";a:1:{s:25:\"careers@ccsummitridge.com\";s:0:\"\";}s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:7:\"subject\";s:39:\"Careers Form Submission from Sarah Neal\";s:4:\"body\";s:759:\"<p><strong>Careers form submitted from:</strong> https://ccsummitridge.com/careers</p><p></p><p><strong>Name:</strong> Sarah Neal</p><p><strong>Email:</strong> sdezart@yahoo.com</p><p><strong>Phone:</strong> 6812092032</p><p><strong>Facility: </strong>\n    </p><ul>\n                                    \n            <li>\n                <a href=\"https://mycompletecare.com/ccsummitridge\">Summit Ridge</a>\n            </li>\n            </ul>\n<p><strong>Positions of Interest:</strong> \n    </p><ul>\n                                    \n            <li>\n                <a href=\"\">Nursing</a>\n            </li>\n            </ul>\n<p><strong>Message/ Cover Letter:</strong></p><p>            Lpn posistion\n    </p><p></p><p><em>See attachments for resume.</em></p>\";}}','Sending form notification.',1773765092,300,0,1024,'2026-03-17 19:01:42',1773774103,75,NULL,1,1,'2026-03-17 19:01:43','Failed to send notification email: {\"error\":\"Notification email “Careers Form Submission” could not be sent for submission “44392”. Error: Unable to send an email: Attachments too big. The total size should be less than 10485760 bytes. (code 300). \\/home\\/akg\\/public_html\\/craft\\/vendor\\/symfony\\/postmark-mailer\\/Transport\\/PostmarkApiTransport.php:91\"}.');
/*!40000 ALTER TABLE `queue` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `recoverycodes`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `recoverycodes` WRITE;
/*!40000 ALTER TABLE `recoverycodes` DISABLE KEYS */;
/*!40000 ALTER TABLE `recoverycodes` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `relations`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `relations` WRITE;
/*!40000 ALTER TABLE `relations` DISABLE KEYS */;
INSERT INTO `relations` VALUES
(539,39,325,NULL,329,1,'2025-08-01 18:06:11','2025-08-01 18:06:11','a3920f7c-8b2e-4c1b-a17c-ac1847efdaaa'),
(540,39,347,NULL,329,1,'2025-08-01 18:06:11','2025-08-01 18:06:11','ef7b480f-e2c3-4159-9ca5-dcab9f4edc37'),
(541,39,348,NULL,329,1,'2025-08-01 18:06:20','2025-08-01 18:06:20','a49fd79e-544c-429b-80cc-6ff27f0680cb'),
(542,39,349,NULL,329,1,'2025-08-01 18:06:22','2025-08-01 18:06:22','b5eefe9a-9c85-4ab0-a901-d8e97f78a2a6'),
(543,39,350,NULL,329,1,'2025-08-01 18:06:39','2025-08-01 18:06:39','c90ae3be-8b03-47eb-b754-0f78938095f7'),
(544,39,351,NULL,329,1,'2025-08-01 18:06:40','2025-08-01 18:06:40','74bd2e60-4449-4bb6-8c44-397cea62f7f6'),
(545,39,352,NULL,331,1,'2025-08-01 18:07:24','2025-08-01 18:07:24','1d654a0a-382c-49b0-8b74-0f86e8bb52f0'),
(546,39,353,NULL,331,1,'2025-08-01 18:07:25','2025-08-01 18:07:25','f6c031c9-59b9-4367-961b-fc5f884640df'),
(547,39,354,NULL,331,1,'2025-08-01 18:07:34','2025-08-01 18:07:34','ee7ea30e-a28c-46ca-b3a0-939f0630f1ae'),
(548,39,355,NULL,331,1,'2025-08-01 18:07:35','2025-08-01 18:07:35','03598921-94a5-4c32-9982-bb71ee3056c9'),
(549,39,356,NULL,331,1,'2025-08-01 18:07:46','2025-08-01 18:07:46','41c329ad-d4ed-47da-84c9-5a968c130714'),
(550,39,357,NULL,331,1,'2025-08-01 18:07:48','2025-08-01 18:07:48','7150199d-38fb-4e13-9018-49977d478dd0'),
(551,39,358,NULL,331,1,'2025-08-01 18:07:57','2025-08-01 18:07:57','bf262dd0-d424-443a-b49e-646c40dc5954'),
(552,39,359,NULL,331,1,'2025-08-01 18:07:58','2025-08-01 18:07:58','ef638544-b99d-4c38-abb5-d0ac78343597'),
(553,39,360,NULL,331,1,'2025-08-01 18:08:07','2025-08-01 18:08:07','25fcc5ae-3b37-46a7-b199-11c6dcd2d156'),
(554,39,361,NULL,331,1,'2025-08-01 18:08:08','2025-08-01 18:08:08','180335bf-760f-4c6b-b63e-1fd81344a168'),
(555,39,362,NULL,331,1,'2025-08-01 18:08:17','2025-08-01 18:08:17','d9b258f2-d843-49f5-975c-7cb8e9c6558a'),
(556,39,363,NULL,331,1,'2025-08-01 18:08:17','2025-08-01 18:08:17','3e4c69dd-87db-4f0d-821b-9b2ca5fb533f'),
(557,39,364,NULL,331,1,'2025-08-01 18:08:28','2025-08-01 18:08:28','9deb632c-9731-4c05-9fbd-31f40368e85e'),
(558,39,365,NULL,331,1,'2025-08-01 18:08:31','2025-08-01 18:08:31','47168f7b-d2e9-444c-884c-79f7638e33a0'),
(559,39,366,NULL,333,1,'2025-08-01 18:09:00','2025-08-01 18:09:00','c426052c-322f-4286-9311-8ce4a570a78e'),
(560,39,367,NULL,333,1,'2025-08-01 18:09:02','2025-08-01 18:09:02','1737fe8b-f877-4db3-afe5-6133ee8661ca'),
(561,39,368,NULL,333,1,'2025-08-01 18:09:11','2025-08-01 18:09:11','f2c87c3d-41e7-4174-a369-c54e6f0dcb16'),
(562,39,369,NULL,333,1,'2025-08-01 18:09:12','2025-08-01 18:09:12','942b3977-6476-4cfe-8cbc-d8140ae9dbaf'),
(563,39,370,NULL,333,1,'2025-08-01 18:09:32','2025-08-01 18:09:32','46f9fbba-7af1-49b0-978a-1fe9c32cacdc'),
(564,39,371,NULL,333,1,'2025-08-01 18:09:33','2025-08-01 18:09:33','1a124943-49a8-43ab-915f-dfc9ff473bf4'),
(565,39,372,NULL,333,1,'2025-08-01 18:09:44','2025-08-01 18:09:44','9b8d7a11-f90c-4da6-bcba-ee833c62cbe1'),
(566,39,373,NULL,333,1,'2025-08-01 18:09:44','2025-08-01 18:09:44','d79cdc3c-2269-4730-9d4e-320dc913c7ed'),
(567,39,374,NULL,333,1,'2025-08-01 18:09:56','2025-08-01 18:09:56','b6a58938-1f69-4f73-a110-6bcb6974a56f'),
(568,39,375,NULL,333,1,'2025-08-01 18:10:00','2025-08-01 18:10:00','d0ddc178-5ca0-4f04-b8e0-626d319f2eb8'),
(569,39,376,NULL,333,1,'2025-08-01 18:10:07','2025-08-01 18:10:07','3aab8ab2-56f4-4d90-a49c-3a6e6db89a27'),
(570,39,377,NULL,333,1,'2025-08-01 18:10:07','2025-08-01 18:10:07','92ca5898-8ec7-4690-a530-2f088de20f48'),
(571,39,378,NULL,333,1,'2025-08-01 18:10:17','2025-08-01 18:10:17','a9571a03-9b33-47ce-a159-edac80b6f4de'),
(572,39,379,NULL,333,1,'2025-08-01 18:10:18','2025-08-01 18:10:18','21f73a6b-b1f7-4bc7-8a55-7abf7b42abc6'),
(575,39,382,NULL,335,1,'2025-08-01 18:10:52','2025-08-01 18:10:52','947ad67d-70d6-4da9-985f-5fbe2880f930'),
(576,39,383,NULL,335,1,'2025-08-01 18:10:53','2025-08-01 18:10:53','c0789dfe-8fc8-45f4-857c-1e230f651005'),
(577,39,384,NULL,335,1,'2025-08-01 18:11:03','2025-08-01 18:11:03','b804f262-e719-4668-9567-5c164847c6d4'),
(578,39,385,NULL,335,1,'2025-08-01 18:11:04','2025-08-01 18:11:04','cd02e707-e605-49b8-b1be-e67ef1cae2e9'),
(579,39,386,NULL,335,1,'2025-08-01 18:11:16','2025-08-01 18:11:16','0b234596-403d-4960-ab76-10960681d62c'),
(580,39,387,NULL,335,1,'2025-08-01 18:11:17','2025-08-01 18:11:17','450212b9-2537-486d-af6a-1fabe23cac4a'),
(581,39,388,NULL,335,1,'2025-08-01 18:11:27','2025-08-01 18:11:27','559bb25c-2407-4631-8050-797fefe8250f'),
(582,39,389,NULL,335,1,'2025-08-01 18:11:31','2025-08-01 18:11:31','726ddece-8959-4140-a4b8-719981a3408f'),
(583,39,390,NULL,337,1,'2025-08-01 18:11:47','2025-08-01 18:11:47','4bd255e4-757b-415b-861e-aba2b6fe7911'),
(584,39,391,NULL,337,1,'2025-08-01 18:11:48','2025-08-01 18:11:48','135aa5a2-bfdc-452a-b50a-9c60180ae2d8'),
(585,39,392,NULL,337,1,'2025-08-01 18:12:01','2025-08-01 18:12:01','40c45554-4c6f-40fc-87d0-53453988bda7'),
(586,39,393,NULL,337,1,'2025-08-01 18:12:02','2025-08-01 18:12:02','2d3df02b-5655-4ee7-85d0-8c095b820ae3'),
(587,39,394,NULL,337,1,'2025-08-01 18:12:13','2025-08-01 18:12:13','ed2a1cb0-e51a-4eef-ab2e-228ebaeee0e6'),
(588,39,395,NULL,337,1,'2025-08-01 18:12:14','2025-08-01 18:12:14','3e660555-599c-4ec9-b9c5-728a14d40cc6'),
(589,39,396,NULL,337,1,'2025-08-01 18:12:23','2025-08-01 18:12:23','34199449-15d9-4758-8c6a-bbf52fea1fc8'),
(590,39,397,NULL,337,1,'2025-08-01 18:12:26','2025-08-01 18:12:26','4b800873-a397-4b99-b147-df847b8636fd'),
(591,39,398,NULL,337,1,'2025-08-01 18:12:31','2025-08-01 18:12:31','61da0b1e-eb14-4b86-98dd-36007d188eca'),
(592,39,399,NULL,337,1,'2025-08-01 18:12:34','2025-08-01 18:12:34','ed5f4906-9f06-4523-82c3-37fe82a69830'),
(593,39,400,NULL,339,1,'2025-08-01 18:12:56','2025-08-01 18:12:56','407b5a43-b09e-4974-984c-2eed29ebbc66'),
(594,39,401,NULL,339,1,'2025-08-01 18:12:57','2025-08-01 18:12:57','5558b8b7-202d-456b-a678-1d9ccc12d087'),
(595,39,402,NULL,339,1,'2025-08-01 18:13:06','2025-08-01 18:13:06','f5e627b5-2b7b-48c5-8571-95d1f16b3e03'),
(596,39,403,NULL,339,1,'2025-08-01 18:13:07','2025-08-01 18:13:07','4956375f-2039-45ca-b74b-a6044f5824f4'),
(597,39,404,NULL,339,1,'2025-08-01 18:13:19','2025-08-01 18:13:19','69bb61fc-31f1-4be3-9961-632975a630d3'),
(598,39,405,NULL,339,1,'2025-08-01 18:13:20','2025-08-01 18:13:20','67f5a9d9-bb12-4ec9-a8f7-494ac6c5b476'),
(599,39,406,NULL,341,1,'2025-08-01 18:13:30','2025-08-01 18:13:30','e1a39f1b-1bc6-4227-b189-8c4691032c33'),
(600,39,407,NULL,341,1,'2025-08-01 18:13:33','2025-08-01 18:13:33','1df38748-de70-4f56-b63d-4cbf5fb21997'),
(601,39,408,NULL,341,1,'2025-08-01 18:13:42','2025-08-01 18:13:42','1fcf1faa-fff0-4acd-ad31-de8c3f6b3af7'),
(602,39,409,NULL,341,1,'2025-08-01 18:13:42','2025-08-01 18:13:42','04f9fc6f-712d-49bb-bb4a-28319935d804'),
(603,39,410,NULL,343,1,'2025-08-01 18:13:52','2025-08-01 18:13:52','d329e376-6345-4385-97d5-7600f25dea02'),
(604,39,411,NULL,343,1,'2025-08-01 18:13:53','2025-08-01 18:13:53','22e8accc-8485-4022-bbbe-5fc4dbcadd26'),
(605,39,412,NULL,343,1,'2025-08-01 18:14:03','2025-08-01 18:14:03','d28d90e0-7c9c-4b11-bb9b-7563b0025793'),
(606,39,413,NULL,343,1,'2025-08-01 18:14:03','2025-08-01 18:14:03','1daf618a-dcdf-4e72-9656-4616a69adb19'),
(607,39,414,NULL,343,1,'2025-08-01 18:14:11','2025-08-01 18:14:11','679d7cc7-82bb-43bf-82c6-bfe7f011832a'),
(608,39,415,NULL,343,1,'2025-08-01 18:14:13','2025-08-01 18:14:13','fb183e3a-c2d2-478f-9a02-331317f0aa24'),
(994,16,2,NULL,545,1,'2025-09-02 20:43:29','2025-09-02 20:43:29','8ee4066d-a753-4463-83ac-964507430dac'),
(1353,57,2,NULL,545,1,'2025-09-03 21:21:53','2025-09-03 21:21:53','3213edc6-b4d2-483f-bac0-bfaeb65cf8c1'),
(1354,57,2,NULL,137,2,'2025-09-03 21:21:53','2025-09-03 21:21:53','3e42a06c-a3ec-4159-bc38-db39c80dbc21'),
(1355,57,2,NULL,138,3,'2025-09-03 21:21:53','2025-09-03 21:21:53','67fa79ad-fd71-4fc5-914b-16437d1e6461'),
(1356,57,2,NULL,136,4,'2025-09-03 21:21:53','2025-09-03 21:21:53','0c7e844d-3d47-42f2-b733-05ec63b93db4'),
(1395,58,616,NULL,614,1,'2025-09-03 21:56:43','2025-09-03 21:56:43','2002eb63-5e21-4e74-a263-0890093c638b'),
(1397,58,618,NULL,612,1,'2025-09-03 21:56:47','2025-09-03 21:56:47','8dd89c92-a0b8-44da-b46d-56764cc66c0d'),
(1398,58,619,NULL,612,1,'2025-09-03 21:56:57','2025-09-03 21:56:57','9138e133-8ea4-4a66-a1c3-543dd8f70625'),
(1400,58,621,NULL,612,1,'2025-09-03 21:57:10','2025-09-03 21:57:10','04c39c67-e186-46d9-b526-db1e4d61b5e8'),
(1403,58,623,NULL,613,1,'2025-09-03 21:58:30','2025-09-03 21:58:30','67ee1fdc-1042-4f3b-b4d8-9327f813c64e'),
(1443,7,2,NULL,601,1,'2025-09-03 22:00:27','2025-09-03 22:00:27','dcdece52-8df7-40f6-83e9-a4955a5d4619'),
(1444,7,2,NULL,605,3,'2025-09-03 22:00:27','2025-09-11 17:30:28','4b4d1004-5c45-487e-88a3-da4f93994d8b'),
(1445,7,2,NULL,617,2,'2025-09-03 22:00:27','2025-09-11 17:30:28','78c8d76e-2014-49ce-8845-cf7671684712'),
(1488,58,629,NULL,614,1,'2025-09-03 22:13:41','2025-09-03 22:13:41','3953cd46-1cb6-47d6-b655-8f7effb86583'),
(1954,22,2501,NULL,634,1,'2025-09-17 19:37:16','2025-09-17 19:37:16','c5940ecd-c301-490f-8e62-aee5bf880748'),
(1999,58,2518,NULL,2516,1,'2025-09-19 16:58:18','2025-09-19 16:58:18','f1a81187-7050-41ea-b336-0d4066134ab2'),
(2002,37,2542,NULL,285,1,'2025-09-19 17:40:18','2025-09-19 17:40:18','67b93754-b08a-46e1-9770-0e547fa58e81'),
(2005,37,2544,NULL,285,1,'2025-09-19 17:40:24','2025-09-19 17:40:24','1cddb748-039b-4716-8456-86d6745234b4'),
(2008,37,2546,NULL,285,1,'2025-09-19 17:40:31','2025-09-19 17:40:31','6e9cf11c-ddb3-49cf-81ce-0e2dc7073431'),
(2011,37,2548,NULL,285,1,'2025-09-19 17:40:36','2025-09-19 17:40:36','f8cd7527-ed99-4659-876f-4dd3e431938a'),
(2014,37,2550,NULL,285,1,'2025-09-19 17:40:43','2025-09-19 17:40:43','91ea4eff-7abf-4f6c-864f-1b0c59344884'),
(2017,37,2552,NULL,285,1,'2025-09-19 17:40:50','2025-09-19 17:40:50','926f8d62-f0dd-41bf-99a2-5c3a2a320688'),
(2022,34,2537,NULL,2553,1,'2025-09-19 18:51:30','2025-09-19 18:51:30','3135a855-5e46-4d0b-ae00-ec8d5a0ec114'),
(2023,35,2537,NULL,2561,1,'2025-09-19 18:51:30','2025-09-19 18:51:30','81655aa0-434e-4fdb-9714-7467bb7c6ef0'),
(2024,35,2537,NULL,2571,2,'2025-09-19 18:51:30','2025-09-19 18:51:30','820a0542-8918-4aad-bdd0-8c0e9c22177d'),
(2025,37,2579,NULL,285,1,'2025-09-19 18:51:30','2025-09-19 18:51:30','94c71ab6-728e-42c4-904a-ec9f3a3ea3c5'),
(2026,34,2579,NULL,2553,1,'2025-09-19 18:51:30','2025-09-19 18:51:30','8eaeb725-13f0-4d87-8768-312062d8ac63'),
(2027,35,2579,NULL,2561,1,'2025-09-19 18:51:30','2025-09-19 18:51:30','1a33de40-2d49-4fea-a8d0-3b09583c9ae1'),
(2028,35,2579,NULL,2571,2,'2025-09-19 18:51:30','2025-09-19 18:51:30','cc77ace3-27a0-45b6-867e-5a00976f8cc4'),
(2031,34,2535,NULL,2553,1,'2025-09-19 18:51:46','2025-09-19 18:51:46','e8dc2486-9bf8-4da5-a34b-0ed3a7aca1dd'),
(2032,37,2581,NULL,285,1,'2025-09-19 18:51:46','2025-09-19 18:51:46','cf5b0479-db7e-40e5-84f7-490933f86554'),
(2033,34,2581,NULL,2553,1,'2025-09-19 18:51:46','2025-09-19 18:51:46','13a302b3-dab6-4a3e-a37f-243c167dcebb'),
(2036,34,2531,NULL,2553,1,'2025-09-19 18:51:56','2025-09-19 18:51:56','dc6a4ce9-468c-4567-bbe7-eae21bd47602'),
(2037,37,2583,NULL,285,1,'2025-09-19 18:51:56','2025-09-19 18:51:56','dda0d72e-54fe-4e93-95ea-c9bbcd5ca8c7'),
(2038,34,2583,NULL,2553,1,'2025-09-19 18:51:56','2025-09-19 18:51:56','be544174-53c3-494a-ac87-3a04480ef56f'),
(2041,34,2527,NULL,2553,1,'2025-09-19 18:52:10','2025-09-19 18:52:10','ade2beec-4514-4dc4-bb88-0af488a3a382'),
(2042,37,2585,NULL,285,1,'2025-09-19 18:52:10','2025-09-19 18:52:10','6361db67-0b32-413d-b2ff-81a36396af0b'),
(2043,34,2585,NULL,2553,1,'2025-09-19 18:52:10','2025-09-19 18:52:10','b42c5edc-7f32-499b-baed-3ad137256678'),
(2046,34,2523,NULL,2553,1,'2025-09-19 18:52:18','2025-09-19 18:52:18','0430fc4e-1439-44c6-bfcf-041d822f050c'),
(2047,37,2587,NULL,285,1,'2025-09-19 18:52:18','2025-09-19 18:52:18','9f70a6b1-d2b0-48fb-831c-81e7d0e23c4c'),
(2048,34,2587,NULL,2553,1,'2025-09-19 18:52:18','2025-09-19 18:52:18','d7318dbb-e168-43a7-aa3e-543100e4ab49'),
(2051,34,2519,NULL,2553,1,'2025-09-19 18:52:27','2025-09-19 18:52:27','7c14a9fb-eb5a-407e-83cc-79bb277022a6'),
(2052,37,2589,NULL,285,1,'2025-09-19 18:52:27','2025-09-19 18:52:27','7a7abce8-aeac-43a8-8b06-e0813bb8c074'),
(2053,34,2589,NULL,2553,1,'2025-09-19 18:52:27','2025-09-19 18:52:27','abfdb0f0-8a69-4832-b64a-0c95b9552886'),
(2054,35,2590,NULL,2563,1,'2025-09-19 18:52:59','2025-09-19 18:52:59','6de9d2b6-b705-4aa3-93dd-5e4997eacd12'),
(2055,34,2590,NULL,2555,1,'2025-09-19 18:53:01','2025-09-19 18:53:01','6f15c34a-45e5-42e2-8c3d-eb20ef59ff73'),
(2056,34,2591,NULL,2555,1,'2025-09-19 18:53:29','2025-09-19 18:53:29','53692781-7fed-4bf9-a832-cb0d457ac9bd'),
(2057,35,2591,NULL,2563,1,'2025-09-19 18:53:29','2025-09-19 18:53:29','7d4a3ac5-36dc-421e-88d5-ddf305b32fd3'),
(2058,37,2592,NULL,285,1,'2025-09-19 18:53:35','2025-09-19 18:53:35','1532f457-045a-493f-ba2c-a5660eb65ea6'),
(2059,34,2592,NULL,2553,1,'2025-09-19 18:53:35','2025-09-19 18:53:35','46a1d307-d0a0-4676-a92e-c62ee6914149'),
(2060,35,2592,NULL,2561,1,'2025-09-19 18:53:35','2025-09-19 18:53:35','861a98b1-c292-4d88-8a23-8decb032d2e3'),
(2061,35,2592,NULL,2571,2,'2025-09-19 18:53:35','2025-09-19 18:53:35','91977f03-ce49-411c-b2a6-a837313c9076'),
(2065,37,2590,NULL,2594,1,'2025-09-19 18:57:59','2025-09-19 18:57:59','caac8fb0-6975-44b5-9d85-9408d3b5e8f5'),
(2066,37,2595,NULL,2594,1,'2025-09-19 18:57:59','2025-09-19 18:57:59','e37e33fa-28d7-46ef-83de-df37ab8e24ed'),
(2067,34,2595,NULL,2555,1,'2025-09-19 18:57:59','2025-09-19 18:57:59','9c4ce937-6588-4904-881f-2fe42de045ab'),
(2068,35,2595,NULL,2563,1,'2025-09-19 18:57:59','2025-09-19 18:57:59','1433e764-8251-4ffe-867c-925312b9f1bf'),
(2076,32,2,NULL,2610,1,'2025-09-19 19:10:35','2025-09-19 19:10:35','5e5d57b1-af0c-40a6-80b0-fc05e5580217'),
(2077,32,2,NULL,2598,2,'2025-09-19 19:10:35','2025-09-19 19:10:35','cae948cd-1a4d-4f97-a32c-dc9968be79e2'),
(2078,32,2,NULL,2608,3,'2025-09-19 19:10:35','2025-09-19 19:10:35','646edc0c-e233-4828-bf61-2991d29bbc3b'),
(2079,32,2,NULL,2600,4,'2025-09-19 19:10:35','2025-09-19 19:10:35','06b579cc-f395-4fae-8167-4f619cfcfa3d'),
(2080,32,2,NULL,2596,5,'2025-09-19 19:10:35','2025-09-19 19:10:35','c4475875-86c0-48ea-a209-c9e0bb9922be'),
(2081,32,2,NULL,2602,6,'2025-09-19 19:10:35','2025-09-19 19:10:35','a63557ac-91e7-42d5-bbe1-fce1d83b79d2'),
(2082,32,2,NULL,2604,7,'2025-09-19 19:10:35','2025-09-19 19:10:35','dabb2ce6-84dc-4db5-bfca-9b7c430a7cba'),
(2113,37,2631,NULL,2594,1,'2025-09-19 19:15:03','2025-09-19 19:15:03','9e5b4a07-5bf8-4b4b-9426-9a32d2969873'),
(2114,34,2631,NULL,2555,1,'2025-09-19 19:15:03','2025-09-19 19:15:03','112841f6-d7aa-433a-b03f-cfba86f5681b'),
(2115,35,2631,NULL,2563,1,'2025-09-19 19:15:03','2025-09-19 19:15:03','3a919fc2-b4c9-42c9-a425-03800c56069c'),
(2366,58,2750,NULL,614,1,'2025-09-22 20:45:52','2025-09-22 20:45:52','8c90589c-3bc3-40e5-9bd2-2614c429d1c1'),
(2449,69,459,NULL,2800,1,'2025-09-23 21:13:19','2025-09-23 21:13:19','422f0db1-a034-4f0f-aa99-7857c0198247'),
(2450,69,2802,NULL,2800,1,'2025-09-23 21:13:19','2025-09-23 21:13:19','48c617a8-840a-4211-bdc1-c47e6762fe3f'),
(2452,69,465,NULL,2803,1,'2025-09-23 21:13:37','2025-09-23 21:13:37','65cbd985-70f9-4e5f-909d-6c156904aff4'),
(2453,69,2805,NULL,2803,1,'2025-09-23 21:13:37','2025-09-23 21:13:37','9d60dc36-3138-4076-99f8-7597e20ce248'),
(2455,69,497,NULL,2806,1,'2025-09-23 21:13:43','2025-09-23 21:13:43','d1f3c4e6-4beb-4ef4-ba7c-85f128cb5f36'),
(2456,69,2808,NULL,2806,1,'2025-09-23 21:13:43','2025-09-23 21:13:43','4ad655a2-0db5-40bf-9e55-95fd56fa6c83'),
(2458,69,487,NULL,2809,1,'2025-09-23 21:13:50','2025-09-23 21:13:50','b4451e65-1875-47cf-9d8a-efb97b020dd4'),
(2459,69,2811,NULL,2809,1,'2025-09-23 21:13:50','2025-09-23 21:13:50','888cf829-1bd9-4338-85cc-5b632f533503'),
(2736,37,2860,NULL,2856,1,'2025-09-24 17:19:33','2025-09-24 17:19:33','01fa48ce-4619-498f-be58-6e431b0b390d'),
(2737,34,2860,NULL,2553,1,'2025-09-24 17:19:33','2025-09-24 17:19:33','99025fe7-94ac-4f2b-8d86-fbab7da18d9d'),
(2738,35,2860,NULL,2561,1,'2025-09-24 17:19:33','2025-09-24 17:19:33','e90ee86a-3fbb-4552-9ee0-ceafdea2bd9e'),
(2739,35,2860,NULL,2571,2,'2025-09-24 17:19:33','2025-09-24 17:19:33','7d024722-46ce-432b-965e-d1b20e8337ce'),
(2743,37,2535,NULL,2856,1,'2025-09-24 17:19:43','2025-09-24 17:19:43','91435a49-f455-48a2-a0c6-16280e815799'),
(2744,37,2862,NULL,2856,1,'2025-09-24 17:19:43','2025-09-24 17:19:43','1b469311-ff4d-49be-a13a-a6dc6d8ea213'),
(2745,34,2862,NULL,2553,1,'2025-09-24 17:19:43','2025-09-24 17:19:43','bae94b06-a10b-4267-a995-e6828e2bcfbf'),
(2751,37,2537,NULL,2855,1,'2025-09-24 17:19:53','2025-09-24 17:19:53','66e52f3e-6e5b-4573-b979-c701e1b97607'),
(2752,37,2864,NULL,2855,1,'2025-09-24 17:19:53','2025-09-24 17:19:53','1ac9c7a6-4205-4152-87c1-30adbe61df0e'),
(2753,34,2864,NULL,2553,1,'2025-09-24 17:19:53','2025-09-24 17:19:53','7777f779-fb34-4094-b0c4-0f4e11dd3c8b'),
(2754,35,2864,NULL,2561,1,'2025-09-24 17:19:53','2025-09-24 17:19:53','982a811d-cf35-4460-8385-b528b79081f8'),
(2755,35,2864,NULL,2571,2,'2025-09-24 17:19:53','2025-09-24 17:19:53','c9dd4ac0-0fd5-4851-8d92-c3b1fa9b83e3'),
(2759,37,2527,NULL,2858,1,'2025-09-24 17:20:14','2025-09-24 17:20:14','6a0517d0-806d-45fc-a189-35f4764fa426'),
(2760,37,2866,NULL,2858,1,'2025-09-24 17:20:14','2025-09-24 17:20:14','b3655f59-2b06-4b17-8bd5-73e7c834d457'),
(2761,34,2866,NULL,2553,1,'2025-09-24 17:20:14','2025-09-24 17:20:14','7582cd44-b3d4-4ebf-8cb3-dbee5e448c7b'),
(2765,37,2523,NULL,2857,1,'2025-09-24 17:20:23','2025-09-24 17:20:23','3c1dc64c-fd8b-421f-84f8-cbe22ce69ed2'),
(2766,37,2868,NULL,2857,1,'2025-09-24 17:20:23','2025-09-24 17:20:23','366c2de3-07b3-469e-89f8-040062fc9b02'),
(2767,34,2868,NULL,2553,1,'2025-09-24 17:20:23','2025-09-24 17:20:23','b5412a86-f540-48fe-94a4-d7b5d5988931'),
(2770,71,554,NULL,2870,1,'2025-09-24 18:10:00','2026-01-17 21:17:15','df69c06a-6fe0-4e20-b922-212748f338b7'),
(2772,71,554,NULL,2872,10,'2025-09-24 18:10:00','2026-01-17 21:17:15','97b66dc6-026f-4714-a4ca-926dfc825f48'),
(2773,71,554,NULL,2874,8,'2025-09-24 18:10:00','2026-01-17 21:17:15','73aeae2d-f9c7-44a6-b18d-26bbbcbf92cb'),
(2776,37,2876,NULL,285,1,'2025-09-24 18:45:18','2025-09-24 18:45:18','4a03fd1c-b980-4bf6-8014-4a4a54746e89'),
(2777,34,2876,NULL,2553,1,'2025-09-24 18:45:18','2025-09-24 18:45:18','8c209bf1-8872-4636-b732-3d9fe2803a23'),
(2781,37,2519,NULL,2877,1,'2025-09-24 19:41:47','2025-09-24 19:41:47','89a3ee60-2309-4bc0-a410-daccb2e54e26'),
(2782,37,2879,NULL,2877,1,'2025-09-24 19:41:47','2025-09-24 19:41:47','676dfdcc-4c38-41a1-8951-7557d88a9ca6'),
(2783,34,2879,NULL,2553,1,'2025-09-24 19:41:47','2025-09-24 19:41:47','2d46a081-7e52-4af7-b8dd-059f71bee30e'),
(2799,32,1255,NULL,2610,1,'2025-09-25 02:15:57','2025-11-04 15:05:06','996e3263-ad22-4f77-8735-31d09d9cd8bc'),
(2801,32,1255,NULL,2598,2,'2025-09-25 02:15:57','2025-11-04 15:05:06','4f6a686f-0410-4a7b-97d1-9fe0960c9644'),
(2802,32,1255,NULL,2608,3,'2025-09-25 02:15:57','2025-11-04 15:05:06','884ca9cd-2885-40eb-a532-ee900804e82b'),
(2803,32,1255,NULL,2624,4,'2025-09-25 02:15:57','2025-11-04 15:05:06','f2ad216a-b789-4de5-9530-1317e6018027'),
(2804,32,1255,NULL,2600,5,'2025-09-25 02:15:57','2025-11-04 15:05:06','9714df65-e011-453f-b7b9-9f15b063ad2e'),
(2805,32,1255,NULL,2596,6,'2025-09-25 02:15:57','2025-11-04 15:05:06','21645d78-4801-45d0-b225-010eabfe383c'),
(2807,32,1255,NULL,2602,7,'2025-09-25 02:15:57','2025-11-04 15:05:06','5b76339d-f7f6-4b05-86ca-b6c7533a104d'),
(2808,32,1255,NULL,2606,8,'2025-09-25 02:15:57','2025-11-04 15:05:06','f430f1ff-da66-4baf-84e3-bfb034601304'),
(2809,32,1255,NULL,2612,9,'2025-09-25 02:15:57','2025-11-04 15:05:06','eef325cc-a9ae-4645-8d0d-d2a5759741be'),
(2811,32,1255,NULL,2604,10,'2025-09-25 02:15:57','2025-11-04 15:05:06','69c3ae4c-9248-42d8-a791-8d96c8a31d36'),
(2828,71,554,NULL,2886,11,'2025-09-25 14:05:57','2026-01-17 21:17:15','73dbcde7-05fa-440c-9e7f-2ad7ad443666'),
(2829,71,554,NULL,2889,4,'2025-09-25 15:18:43','2026-01-17 21:17:15','c12fd0e6-9e10-4cf5-bb35-180b070e4bcb'),
(2830,71,554,NULL,2890,5,'2025-09-25 15:18:43','2026-01-17 21:17:15','c7347c4c-bb37-4af8-af42-01e338057115'),
(3028,37,2531,NULL,2927,1,'2025-09-30 19:28:07','2025-09-30 19:28:07','18402d0d-3134-42bd-bf9b-87dfba05a6ed'),
(3029,37,2929,NULL,2927,1,'2025-09-30 19:28:07','2025-09-30 19:28:07','e60d09c3-9063-4d99-9a70-203edc258093'),
(3030,34,2929,NULL,2553,1,'2025-09-30 19:28:07','2025-09-30 19:28:07','cb8972b8-498c-4746-85e2-8547f56fd1fa'),
(3032,66,2785,NULL,2931,1,'2025-09-30 22:22:13','2025-09-30 22:22:13','d485d79e-3952-4838-aa0d-1cb9c79f256f'),
(3034,66,2786,NULL,2933,1,'2025-09-30 22:22:24','2025-09-30 22:22:24','85251335-b669-475f-9b1c-50f5552a2c60'),
(3036,66,2787,NULL,2934,1,'2025-09-30 22:22:37','2025-09-30 22:22:37','890b142a-710e-429d-ac7d-2b77f21882d5'),
(3241,66,2956,NULL,2941,1,'2025-09-30 22:46:11','2025-09-30 22:46:11','bad0c301-e3a4-47dc-9746-f4cf31e7d2c9'),
(3245,58,2959,NULL,2873,1,'2025-10-03 20:24:31','2025-10-03 20:24:31','22c48ffd-4c5c-4ea6-b9a1-5a7826d18aff'),
(3248,58,605,NULL,2886,1,'2025-10-03 20:24:40','2025-10-03 20:24:40','a74d7779-6937-4841-b91a-7fdb44035751'),
(3249,58,2961,NULL,2886,1,'2025-10-03 20:24:40','2025-10-03 20:24:40','5333f2df-a632-46aa-8558-eb38146fa99a'),
(3252,58,617,NULL,2870,1,'2025-10-03 20:24:49','2025-10-03 20:24:49','e315a0a0-9d7e-463b-b9d9-4a498502dfff'),
(3253,58,2963,NULL,2870,1,'2025-10-03 20:24:49','2025-10-03 20:24:49','1287122f-0a21-49ab-8f70-6428049ba5b1'),
(3281,58,2971,NULL,2970,1,'2025-10-06 17:46:02','2025-10-06 17:46:02','f33c57d0-50d9-4fea-9779-c83bb7343680'),
(3283,58,2972,NULL,2872,1,'2025-10-06 17:46:35','2025-10-06 17:46:35','c69ca2e2-0f85-43fe-bf8d-17fd5e0928bd'),
(3284,58,2973,NULL,2872,1,'2025-10-06 17:46:44','2025-10-06 17:46:44','a2f8cf68-0353-4e70-988e-c2b82715ee38'),
(3285,58,2974,NULL,2887,1,'2025-10-06 17:46:58','2025-10-06 17:46:58','cf89338c-abb0-4667-b373-9f9ffb654c5a'),
(3286,58,2975,NULL,2887,1,'2025-10-06 17:47:00','2025-10-06 17:47:00','b8f2762c-5d88-455c-a61b-6054fabe8ca6'),
(3290,58,2976,NULL,2970,1,'2025-10-06 17:47:25','2025-10-06 17:47:25','bf5c3b53-4227-4463-b7b7-dded5d5529c4'),
(3291,58,2977,NULL,2887,1,'2025-10-06 17:47:42','2025-10-06 17:47:42','fa7b5250-22c0-41b6-b15b-10cddcdde821'),
(3294,7,945,NULL,605,6,'2025-10-06 17:50:00','2026-01-21 21:39:35','4c4d38f7-a335-4d5c-9568-c6db31c8a61a'),
(3295,7,945,NULL,617,5,'2025-10-06 17:50:00','2026-01-21 21:39:35','17059142-df21-4d24-b407-0bfebab47edc'),
(3296,7,945,NULL,2974,4,'2025-10-06 17:50:00','2026-01-21 21:39:35','8e40572f-557b-4b72-b0e9-1dafb138040f'),
(3314,32,945,NULL,2610,1,'2025-10-06 17:50:49','2025-10-06 17:50:49','b4fc4ff3-4ae2-4e1b-a712-b2641805e806'),
(3315,32,945,NULL,2598,2,'2025-10-06 17:50:49','2025-10-06 17:50:49','7aa45941-d677-45df-8fd5-06f85dc95342'),
(3316,32,945,NULL,2608,3,'2025-10-06 17:50:49','2025-10-06 17:50:49','58930167-2587-427d-bae4-55d347aaf5f4'),
(3317,32,945,NULL,2600,4,'2025-10-06 17:50:49','2025-10-06 17:50:49','41621d76-53b1-4691-8f8a-a0b9593f5ced'),
(3318,32,945,NULL,2596,5,'2025-10-06 17:50:49','2025-10-06 17:50:49','0499f94a-ffd5-4cfd-948e-188d9d66bb23'),
(3319,32,945,NULL,2602,6,'2025-10-06 17:50:49','2025-10-06 17:50:49','7c7614a9-9ff8-452d-9afb-e1732dec6ac9'),
(3320,32,945,NULL,2604,7,'2025-10-06 17:50:49','2025-10-06 17:50:49','b9d1c4ae-ca1a-48c0-bbdc-4f007e5c36c4'),
(3395,58,3014,NULL,2872,1,'2025-10-08 18:21:43','2025-10-08 18:21:43','3d1f3ad4-e5b2-4c51-9f9b-fd9023b0bedf'),
(3400,58,3027,NULL,2871,1,'2025-10-08 18:36:06','2025-10-08 18:36:06','e78ed46f-7509-4a93-b7b0-062ddff80f46'),
(3401,58,3028,NULL,2871,1,'2025-10-08 18:36:16','2025-10-08 18:36:16','cd613eb2-eac5-4925-aaa7-6ab5b7c302b8'),
(3408,7,957,NULL,3027,3,'2025-10-08 18:36:38','2026-03-04 15:00:08','596ff8f0-de39-425b-bfb9-a365b28a20e7'),
(3409,7,957,NULL,617,5,'2025-10-08 18:36:38','2026-03-04 15:00:08','c0c23e54-2dc8-4a91-a742-b8c1b36871e1'),
(3410,7,957,NULL,605,6,'2025-10-08 18:36:38','2026-03-04 15:00:08','409f6152-ba21-4c11-bd1d-caa32f69ae36'),
(3423,16,3041,NULL,3011,1,'2025-10-08 18:39:34','2025-10-08 18:39:34','a14fd9df-2a58-48fd-ae5f-e34dc8811151'),
(3424,7,3041,NULL,601,1,'2025-10-08 18:39:34','2025-10-08 18:39:34','a791e19e-60ed-4e8a-94b3-de2a28de2cd7'),
(3426,7,3041,NULL,3027,3,'2025-10-08 18:39:34','2025-10-08 18:39:34','91746685-0b7f-487c-91a3-e3f0b426c21a'),
(3427,7,3041,NULL,617,4,'2025-10-08 18:39:34','2025-10-08 18:39:34','bc9490a2-e3df-4d53-8270-3e54d0e0e8a3'),
(3428,7,3041,NULL,605,5,'2025-10-08 18:39:34','2025-10-08 18:39:34','340f455d-6fb1-476e-a65f-f95da58bc027'),
(3443,32,957,NULL,2610,1,'2025-10-08 18:43:12','2025-10-08 18:43:12','0d9b50d8-a03f-443f-b708-9a0405711e64'),
(3444,32,957,NULL,2598,2,'2025-10-08 18:43:12','2025-10-08 18:43:12','3fc9ae38-ead1-4477-81b0-5df70471d20b'),
(3445,32,957,NULL,2608,3,'2025-10-08 18:43:12','2025-10-08 18:43:12','a6f811bc-2d54-40f0-8b06-b7f619c08516'),
(3446,32,957,NULL,2600,4,'2025-10-08 18:43:12','2025-10-08 18:43:12','c43e8431-366a-4cb0-9046-02b0f834f210'),
(3447,32,957,NULL,2596,5,'2025-10-08 18:43:12','2025-10-08 18:43:12','4f2befa0-483c-4008-8eb1-085a0626149f'),
(3448,32,957,NULL,2602,6,'2025-10-08 18:43:12','2025-10-08 18:43:12','5c092ba4-ad4d-4c63-b80f-5385c0beabfe'),
(3449,32,957,NULL,2604,7,'2025-10-08 18:43:12','2025-10-08 18:43:12','edb37d82-708c-44da-b2ca-83c213b77ead'),
(3450,22,1504,NULL,3048,1,'2025-10-08 18:43:12','2025-10-08 18:43:12','9be9159b-a15f-4b6a-a0e0-3ca9c382697d'),
(3451,16,3051,NULL,3011,1,'2025-10-08 18:43:12','2025-10-08 18:43:12','5766d8a5-0ac4-4978-b0f1-ee5c009f0c22'),
(3452,7,3051,NULL,601,1,'2025-10-08 18:43:12','2025-10-08 18:43:12','7f56bd94-26d1-40f5-9a39-f8798c01d34e'),
(3454,7,3051,NULL,3027,3,'2025-10-08 18:43:12','2025-10-08 18:43:12','004cd6bc-cb9a-43d3-b079-933721a873f2'),
(3455,7,3051,NULL,617,4,'2025-10-08 18:43:12','2025-10-08 18:43:12','36e19d1f-ab00-44a2-b4c3-09bcf7f80fe7'),
(3456,7,3051,NULL,605,5,'2025-10-08 18:43:12','2025-10-08 18:43:12','1575cb6f-b026-4855-ac4d-2474544546d7'),
(3457,32,3051,NULL,2610,1,'2025-10-08 18:43:12','2025-10-08 18:43:12','b51d3bd5-ddcf-4376-a99b-dfad9f54bb15'),
(3458,32,3051,NULL,2598,2,'2025-10-08 18:43:12','2025-10-08 18:43:12','cb6c9bc6-d86a-4a5b-81bf-8418df742dfe'),
(3459,32,3051,NULL,2608,3,'2025-10-08 18:43:12','2025-10-08 18:43:12','9b6b58f6-563b-434c-a22b-c178af874b8c'),
(3460,32,3051,NULL,2600,4,'2025-10-08 18:43:12','2025-10-08 18:43:12','337ec2bf-d32b-4644-9e51-5728f8532471'),
(3461,32,3051,NULL,2596,5,'2025-10-08 18:43:12','2025-10-08 18:43:12','71420033-1d37-4a14-ba19-5e166aa543ca'),
(3462,32,3051,NULL,2602,6,'2025-10-08 18:43:12','2025-10-08 18:43:12','eb01426d-2b7a-4b02-a674-167a79dc1a23'),
(3463,32,3051,NULL,2604,7,'2025-10-08 18:43:12','2025-10-08 18:43:12','9e6c650e-4c23-4299-968b-ba5020631445'),
(3464,22,3052,NULL,3048,1,'2025-10-08 18:43:12','2025-10-08 18:43:12','8f2e5741-1c30-4592-b303-57df66a34ed8'),
(3478,16,3055,NULL,3011,1,'2025-10-08 18:43:42','2025-10-08 18:43:42','677e22d7-59ee-4117-88ca-6c9bd13510b2'),
(3479,7,3055,NULL,601,1,'2025-10-08 18:43:42','2025-10-08 18:43:42','10a40af3-2cb2-4109-9cb1-f242e99201ab'),
(3481,7,3055,NULL,3027,3,'2025-10-08 18:43:42','2025-10-08 18:43:42','a7a48788-3dc4-4a76-ae63-bc6b61d2b7a6'),
(3482,7,3055,NULL,617,4,'2025-10-08 18:43:42','2025-10-08 18:43:42','45a1b031-9799-4828-a994-6bc15e211ad7'),
(3483,7,3055,NULL,605,5,'2025-10-08 18:43:42','2025-10-08 18:43:42','de9deb15-541a-452f-9776-e4060781d89a'),
(3484,32,3055,NULL,2610,1,'2025-10-08 18:43:42','2025-10-08 18:43:42','ad887e6c-6053-4f28-acf8-cbc1e399efba'),
(3485,32,3055,NULL,2598,2,'2025-10-08 18:43:42','2025-10-08 18:43:42','7f595ed5-9769-4ec2-9360-221e99626111'),
(3486,32,3055,NULL,2608,3,'2025-10-08 18:43:42','2025-10-08 18:43:42','00439cd8-0f6c-4302-bbce-426562eab36c'),
(3487,32,3055,NULL,2600,4,'2025-10-08 18:43:42','2025-10-08 18:43:42','a4c4b3d2-7ad9-45ca-bd50-dec65a531b02'),
(3488,32,3055,NULL,2596,5,'2025-10-08 18:43:42','2025-10-08 18:43:42','f1cece43-2963-4ce3-b0c4-ac057d470d1e'),
(3489,32,3055,NULL,2602,6,'2025-10-08 18:43:42','2025-10-08 18:43:42','c6ea9fa1-159e-4272-b3e8-0eadaa83fcca'),
(3490,32,3055,NULL,2604,7,'2025-10-08 18:43:42','2025-10-08 18:43:42','3465b685-2236-4b9a-ae80-34b93de201f2'),
(3509,7,963,NULL,2969,1,'2025-10-08 18:46:53','2025-10-08 18:46:53','764cdb50-2b8c-4310-aa47-a99d9600f018'),
(3510,7,963,NULL,617,2,'2025-10-08 18:46:53','2025-10-08 18:46:53','d9970f70-8456-466b-829e-6c2b2fc2815b'),
(3511,7,963,NULL,605,3,'2025-10-08 18:46:53','2025-10-08 18:46:53','d700fc12-c19d-4309-888b-c334baacdf73'),
(3538,32,963,NULL,2610,1,'2025-10-08 18:50:11','2025-10-08 18:50:11','0e443ef0-8602-4b47-a981-c30129f0be17'),
(3539,32,963,NULL,2598,2,'2025-10-08 18:50:11','2025-10-08 18:50:11','1d102eee-8928-4c6c-98a4-01c4fd5a67ef'),
(3540,32,963,NULL,2624,3,'2025-10-08 18:50:11','2025-10-08 18:50:11','cbb05815-e387-4116-9fac-28e6062a1369'),
(3541,32,963,NULL,2600,4,'2025-10-08 18:50:11','2025-10-08 18:50:11','baff7ef1-5ce7-485e-9bff-b224713ff9d7'),
(3542,32,963,NULL,2596,5,'2025-10-08 18:50:11','2025-10-08 18:50:11','e95ec110-f9a0-44fe-87b3-7ffd051aaf92'),
(3543,32,963,NULL,2602,6,'2025-10-08 18:50:11','2025-10-08 18:50:11','c9099410-9fb2-4cc3-9a81-919dc78b2649'),
(3544,32,963,NULL,2606,7,'2025-10-08 18:50:11','2025-10-08 18:50:11','0849e333-e0be-465e-a570-743e51eb9d9b'),
(3545,32,963,NULL,2612,8,'2025-10-08 18:50:11','2025-10-08 18:50:11','1ad984fd-8582-4aa9-a819-360a531a7d66'),
(3546,32,963,NULL,2604,9,'2025-10-08 18:50:11','2025-10-08 18:50:11','133b626f-60b0-40fb-a300-4b15b90bbf9b'),
(3547,46,963,NULL,2891,1,'2025-10-08 18:50:11','2025-10-08 18:50:11','06c90415-c2f3-4f9f-8716-23fa57e75f57'),
(3577,22,1510,NULL,3084,1,'2025-10-08 18:52:55','2025-10-08 18:52:55','f988e258-f6d0-4199-92a9-4250cf5763b5'),
(3592,22,3088,NULL,3084,1,'2025-10-08 18:52:55','2025-10-08 18:52:55','2c834852-99e9-4d3c-8ce8-76fdaf7d9b49'),
(3597,58,3093,NULL,2888,1,'2025-10-08 18:55:41','2025-10-08 18:55:41','59c1f0c0-547c-4f96-bf20-6c1140878247'),
(3598,58,3094,NULL,2888,1,'2025-10-08 18:55:51','2025-10-08 18:55:51','d6a05550-1164-4fa3-a5cc-4ff720dce73a'),
(3604,7,969,NULL,3093,3,'2025-10-08 18:56:08','2026-01-17 20:41:27','07f88317-67c9-4a2b-b6c6-6d7dc1741a11'),
(3605,7,969,NULL,617,4,'2025-10-08 18:56:08','2026-01-17 20:41:27','f87d19ce-8cf1-49db-abaf-9890739f344e'),
(3606,7,969,NULL,605,5,'2025-10-08 18:56:08','2026-01-17 20:41:27','45b9fe52-ff79-4017-96c7-e71f4f6a4c6f'),
(3607,16,3095,NULL,3090,1,'2025-10-08 18:56:08','2025-10-08 18:56:08','3f2555d1-930a-4888-8980-1615949d5712'),
(3609,7,3095,NULL,3093,2,'2025-10-08 18:56:08','2025-10-08 18:56:08','9b6cab96-8a61-45f8-a77a-5f54aff754a1'),
(3610,7,3095,NULL,617,3,'2025-10-08 18:56:08','2025-10-08 18:56:08','af56f3bc-b7cd-4be0-ad19-d90ca33254dc'),
(3611,7,3095,NULL,605,4,'2025-10-08 18:56:08','2025-10-08 18:56:08','d14e8af7-8cd8-41fd-9ce2-a22d40855a49'),
(3617,16,3107,NULL,3090,1,'2025-10-08 18:57:34','2025-10-08 18:57:34','bff345d2-883b-4c6b-bfe2-03866f18ce97'),
(3619,7,3107,NULL,3093,2,'2025-10-08 18:57:34','2025-10-08 18:57:34','feb93a8f-2e57-4e06-a65c-9491c589283c'),
(3620,7,3107,NULL,617,3,'2025-10-08 18:57:34','2025-10-08 18:57:34','4429acb4-1a0b-4cef-8022-56ab93b5c86f'),
(3621,7,3107,NULL,605,4,'2025-10-08 18:57:34','2025-10-08 18:57:34','d4e4072c-7e39-4492-9d21-a9a961a9ddab'),
(3633,32,969,NULL,2610,1,'2025-10-08 18:59:33','2025-10-08 18:59:33','a34d2bc6-128a-4131-868a-27e6c3fa95bd'),
(3634,32,969,NULL,2598,2,'2025-10-08 18:59:33','2025-10-08 18:59:33','99fbe7cc-0d6a-4b31-be37-4bac840c57e2'),
(3635,32,969,NULL,2600,3,'2025-10-08 18:59:33','2025-10-08 18:59:33','f653205d-cefb-4f80-9932-d4dedc619558'),
(3636,32,969,NULL,2596,4,'2025-10-08 18:59:33','2025-10-08 18:59:33','4ac6a15c-d8d0-4a2f-a9af-32e0c2db3492'),
(3637,32,969,NULL,2602,5,'2025-10-08 18:59:33','2025-10-08 18:59:33','d92ad578-eb46-4fba-8d5a-2dec0aab5ffe'),
(3638,32,969,NULL,2604,6,'2025-10-08 18:59:33','2025-10-08 18:59:33','efacfa2f-a226-4b46-964a-2ac7b51f791c'),
(3639,16,3114,NULL,3090,1,'2025-10-08 18:59:33','2025-10-08 18:59:33','7cba9905-37dd-4548-850c-87e7578d82de'),
(3641,7,3114,NULL,3093,2,'2025-10-08 18:59:33','2025-10-08 18:59:33','bdb5a3a6-cd41-47f2-a427-0b288a7297f0'),
(3642,7,3114,NULL,617,3,'2025-10-08 18:59:33','2025-10-08 18:59:33','e230c225-0ee6-4b7e-95b6-fce211c4a756'),
(3643,7,3114,NULL,605,4,'2025-10-08 18:59:33','2025-10-08 18:59:33','58ae2d4e-94b3-4410-846d-72b11df4d486'),
(3644,32,3114,NULL,2610,1,'2025-10-08 18:59:33','2025-10-08 18:59:33','32c3ff8b-3ced-485b-a71b-20a231a53141'),
(3645,32,3114,NULL,2598,2,'2025-10-08 18:59:33','2025-10-08 18:59:33','d13d411e-1f32-4f12-ba82-6174c7eb1b6f'),
(3646,32,3114,NULL,2600,3,'2025-10-08 18:59:33','2025-10-08 18:59:33','faa94f1f-3211-4c16-9754-3c210b9de720'),
(3647,32,3114,NULL,2596,4,'2025-10-08 18:59:33','2025-10-08 18:59:33','29880c23-c58e-4a53-879b-9078d799da78'),
(3648,32,3114,NULL,2602,5,'2025-10-08 18:59:33','2025-10-08 18:59:33','83582915-993f-4489-a9d2-f6df414fef7c'),
(3649,32,3114,NULL,2604,6,'2025-10-08 18:59:33','2025-10-08 18:59:33','e72e9468-c699-4e21-92e7-db6b8bd0efa5'),
(3661,16,3118,NULL,3090,1,'2025-10-08 19:00:47','2025-10-08 19:00:47','fda93063-e8fb-4bd0-9ffa-05455fefde7e'),
(3663,7,3118,NULL,3093,2,'2025-10-08 19:00:47','2025-10-08 19:00:47','cf5c450e-6f72-4697-8bd1-9402c5ab6af3'),
(3664,7,3118,NULL,617,3,'2025-10-08 19:00:47','2025-10-08 19:00:47','c4c7f05c-678a-4e11-961f-60d4ce202247'),
(3665,7,3118,NULL,605,4,'2025-10-08 19:00:47','2025-10-08 19:00:47','799476ce-6ec8-4b53-9139-f4b51682dc49'),
(3666,32,3118,NULL,2610,1,'2025-10-08 19:00:47','2025-10-08 19:00:47','9376ec5b-29d9-4e43-9125-821e6cc1714d'),
(3667,32,3118,NULL,2598,2,'2025-10-08 19:00:47','2025-10-08 19:00:47','976f025d-c400-46af-aecb-3da60a69781d'),
(3668,32,3118,NULL,2600,3,'2025-10-08 19:00:47','2025-10-08 19:00:47','bf77fc17-0d88-4f26-8d24-c022da23f00b'),
(3669,32,3118,NULL,2596,4,'2025-10-08 19:00:47','2025-10-08 19:00:47','b3f0d0e4-7338-4d45-8e0a-dfaf1a7fd68f'),
(3670,32,3118,NULL,2602,5,'2025-10-08 19:00:47','2025-10-08 19:00:47','f9f98381-6c8f-4ea0-bf13-f63191d0f8cb'),
(3671,32,3118,NULL,2604,6,'2025-10-08 19:00:47','2025-10-08 19:00:47','e024ec57-7ba4-4b43-8b8d-3f2005d162b5'),
(3685,7,975,NULL,2974,5,'2025-10-08 19:54:50','2026-01-18 22:26:48','0335fcf3-4ffd-4124-8e6e-1173cc1af1de'),
(3686,7,975,NULL,617,3,'2025-10-08 19:54:50','2026-01-18 22:26:48','d656f184-cc16-4854-a2a6-3b9895834845'),
(3687,7,975,NULL,605,6,'2025-10-08 19:54:50','2026-01-18 22:26:48','14f13bbb-b51c-4950-9faf-dce86fdadb80'),
(3688,16,3125,NULL,3122,1,'2025-10-08 19:54:50','2025-10-08 19:54:50','a949e1ab-8536-499f-b11b-eb233b78ccf2'),
(3691,7,3125,NULL,2972,3,'2025-10-08 19:54:50','2025-10-08 19:54:50','d9867c60-de27-4f59-90ef-26734cee3e09'),
(3692,7,3125,NULL,2974,4,'2025-10-08 19:54:50','2025-10-08 19:54:50','a2744b6d-0bc0-40af-aada-3ba5c2f04fdc'),
(3693,7,3125,NULL,617,5,'2025-10-08 19:54:50','2025-10-08 19:54:50','3949b09f-e558-4bbd-a455-5c46018f8266'),
(3694,7,3125,NULL,605,6,'2025-10-08 19:54:50','2025-10-08 19:54:50','4aebbae4-d8cc-4e7a-9bd5-39a7b9b7a954'),
(3711,32,975,NULL,2614,1,'2025-10-08 19:59:16','2025-10-08 19:59:16','6ea43839-e6a3-4cf8-8d87-14e1dfc73ec6'),
(3712,32,975,NULL,2610,2,'2025-10-08 19:59:16','2025-10-08 19:59:16','c97ff6a0-f466-454d-a258-f167555e0bc4'),
(3713,32,975,NULL,2598,3,'2025-10-08 19:59:16','2025-10-08 19:59:16','ee104409-2a00-422e-9476-55f3960832cb'),
(3714,32,975,NULL,2608,4,'2025-10-08 19:59:16','2025-10-08 19:59:16','394d93d8-0738-4471-9838-42b420216da3'),
(3715,32,975,NULL,2600,5,'2025-10-08 19:59:16','2025-10-08 19:59:16','d9c98d13-71c6-4a7c-81f6-21ca26197f81'),
(3716,32,975,NULL,2596,6,'2025-10-08 19:59:16','2025-10-08 19:59:16','ee749f57-0aa3-4dd0-96ee-bf86f492e3fb'),
(3717,32,975,NULL,2602,7,'2025-10-08 19:59:16','2025-10-08 19:59:16','dd345621-15d9-4bb8-bc46-b9cf6297560d'),
(3718,32,975,NULL,2604,8,'2025-10-08 19:59:16','2025-10-08 19:59:16','e6dde120-b82c-4d4a-9448-3a1974974665'),
(3720,16,3146,NULL,3122,1,'2025-10-08 19:59:16','2025-10-08 19:59:16','598807cf-8c20-447e-ab93-ac61d00f2824'),
(3723,7,3146,NULL,2972,3,'2025-10-08 19:59:16','2025-10-08 19:59:16','abf18277-44a7-4390-b5d5-86f7af930c60'),
(3724,7,3146,NULL,2974,4,'2025-10-08 19:59:16','2025-10-08 19:59:16','92f5ba6b-004b-441e-a17a-1b3e0ba45529'),
(3725,7,3146,NULL,617,5,'2025-10-08 19:59:16','2025-10-08 19:59:16','62298c1b-8ca4-499c-a929-a9d3fcf48559'),
(3726,7,3146,NULL,605,6,'2025-10-08 19:59:16','2025-10-08 19:59:16','3bd20048-3033-4cae-bdc3-d9deadba0335'),
(3727,32,3146,NULL,2614,1,'2025-10-08 19:59:16','2025-10-08 19:59:16','1a15bde6-079e-4249-827f-ccc21f657c8e'),
(3728,32,3146,NULL,2610,2,'2025-10-08 19:59:16','2025-10-08 19:59:16','3da0bf40-ad85-4118-9d1a-47588c736ea7'),
(3729,32,3146,NULL,2598,3,'2025-10-08 19:59:16','2025-10-08 19:59:16','7b9ff496-5e1f-4da3-bebc-544c9ed35499'),
(3730,32,3146,NULL,2608,4,'2025-10-08 19:59:16','2025-10-08 19:59:16','ad09491a-0fe1-4810-947c-65270bac372d'),
(3731,32,3146,NULL,2600,5,'2025-10-08 19:59:16','2025-10-08 19:59:16','ee78cce0-f31f-466a-83f3-931afa3ed507'),
(3732,32,3146,NULL,2596,6,'2025-10-08 19:59:16','2025-10-08 19:59:16','092edfce-cdd5-45ba-b019-0aeefdabd97c'),
(3733,32,3146,NULL,2602,7,'2025-10-08 19:59:16','2025-10-08 19:59:16','dd178078-c226-4636-bc91-1f2cc1239d8e'),
(3734,32,3146,NULL,2604,8,'2025-10-08 19:59:16','2025-10-08 19:59:16','8da8eca8-2cc5-4801-b612-2922ccdc1950'),
(3735,22,3156,NULL,3137,1,'2025-10-08 19:59:16','2025-10-08 19:59:16','467a1ff8-0836-4201-8d03-072523f6d2bb'),
(3741,16,981,NULL,3158,1,'2025-10-08 20:22:54','2025-10-08 20:22:54','f2b3f7e3-e308-49ea-9af7-707fad4b5c9e'),
(3743,7,981,NULL,2974,2,'2025-10-08 20:22:54','2025-10-08 20:22:54','1c63cf58-8ad2-46fa-9cc4-1fa298b3b917'),
(3744,7,981,NULL,617,3,'2025-10-08 20:22:54','2025-10-08 20:22:54','75b58a99-da4e-4ef0-82d6-1dd802a5e0b3'),
(3745,7,981,NULL,605,4,'2025-10-08 20:22:54','2025-10-08 20:22:54','43a223de-d085-4ee7-8dc7-1f5edab17819'),
(3746,16,3159,NULL,3158,1,'2025-10-08 20:22:54','2025-10-08 20:22:54','70418111-7bf1-4584-bbd1-5f9ff5982e51'),
(3747,7,3159,NULL,2969,1,'2025-10-08 20:22:54','2025-10-08 20:22:54','68a0d57c-4fae-400d-b4b9-0fd4ad0ddf19'),
(3748,7,3159,NULL,2974,2,'2025-10-08 20:22:54','2025-10-08 20:22:54','428e6559-dc5c-4c34-bb49-8cb3d21fdcba'),
(3749,7,3159,NULL,617,3,'2025-10-08 20:22:54','2025-10-08 20:22:54','d140346c-4aaa-43f2-9d0e-8c62013f30d3'),
(3750,7,3159,NULL,605,4,'2025-10-08 20:22:54','2025-10-08 20:22:54','9e6070c1-f960-45ab-96e4-6a6144f7366c'),
(3764,32,981,NULL,2614,1,'2025-10-08 20:24:41','2025-10-08 20:24:41','bb3c334c-8e11-4cb0-9364-aa506fc020f6'),
(3765,32,981,NULL,2610,2,'2025-10-08 20:24:41','2025-10-08 20:24:41','0daa86f5-62a3-4428-80b9-59c136e85460'),
(3766,32,981,NULL,2598,3,'2025-10-08 20:24:41','2025-10-08 20:24:41','95a59024-7ca6-4254-abe6-a0c1f5246d46'),
(3767,32,981,NULL,2608,4,'2025-10-08 20:24:41','2025-10-08 20:24:41','c15fdee7-8971-4bf8-8590-82c892a96e7b'),
(3768,32,981,NULL,2600,5,'2025-10-08 20:24:41','2025-10-08 20:24:41','0f6d001a-296b-47cc-8ebf-e8a0517b7fe1'),
(3769,32,981,NULL,2596,6,'2025-10-08 20:24:41','2025-10-08 20:24:41','e2be85a8-3cb7-44a4-93e4-3e43d937f684'),
(3770,32,981,NULL,2602,7,'2025-10-08 20:24:41','2025-10-08 20:24:41','338940d4-61db-463c-9a7c-e8efa29ee190'),
(3771,32,981,NULL,2604,8,'2025-10-08 20:24:41','2025-10-08 20:24:41','acd50640-9b96-4557-90f5-46e5efcdcc45'),
(3772,16,3171,NULL,3158,1,'2025-10-08 20:24:41','2025-10-08 20:24:41','d810c43c-8e70-4000-a832-bc87943fbf64'),
(3773,7,3171,NULL,2969,1,'2025-10-08 20:24:41','2025-10-08 20:24:41','247fcf06-e2e6-4f19-9b6c-03a6fd3fc424'),
(3774,7,3171,NULL,2974,2,'2025-10-08 20:24:41','2025-10-08 20:24:41','08d792c3-9f45-444d-a86d-a259fa527eda'),
(3775,7,3171,NULL,617,3,'2025-10-08 20:24:41','2025-10-08 20:24:41','66d82366-89f4-4419-85b8-65e77eae29ff'),
(3776,7,3171,NULL,605,4,'2025-10-08 20:24:41','2025-10-08 20:24:41','c5be30a8-7033-488c-9a99-55bbbf5e6308'),
(3777,32,3171,NULL,2614,1,'2025-10-08 20:24:41','2025-10-08 20:24:41','75207ca4-cca5-4ba0-bedb-dd4cdb98d733'),
(3778,32,3171,NULL,2610,2,'2025-10-08 20:24:41','2025-10-08 20:24:41','b8f68090-c105-454c-b576-0f2ff6b27fc0'),
(3779,32,3171,NULL,2598,3,'2025-10-08 20:24:41','2025-10-08 20:24:41','a3aacbd1-4471-42bb-b4c4-483e0408ba3f'),
(3780,32,3171,NULL,2608,4,'2025-10-08 20:24:41','2025-10-08 20:24:41','48c0b386-f2bd-4c84-955a-193d28f78116'),
(3781,32,3171,NULL,2600,5,'2025-10-08 20:24:41','2025-10-08 20:24:41','eb4a3f0d-208b-4f61-bb9f-481257c022b9'),
(3782,32,3171,NULL,2596,6,'2025-10-08 20:24:41','2025-10-08 20:24:41','c73f2ac7-fdd4-4e6d-acf9-a34fa415a49a'),
(3783,32,3171,NULL,2602,7,'2025-10-08 20:24:41','2025-10-08 20:24:41','08fc3622-4449-46c6-83ab-6c974c2ff9b3'),
(3784,32,3171,NULL,2604,8,'2025-10-08 20:24:41','2025-10-08 20:24:41','686cf7aa-d358-495d-a4a0-64c0ef01920e'),
(3800,16,3183,NULL,3158,1,'2025-10-08 20:25:58','2025-10-08 20:25:58','35be9092-a1ac-4ea3-8b46-6811655cd0d0'),
(3801,7,3183,NULL,2969,1,'2025-10-08 20:25:58','2025-10-08 20:25:58','2f95adde-7d82-4c55-8bbf-71c7d80e36b5'),
(3802,7,3183,NULL,2974,2,'2025-10-08 20:25:58','2025-10-08 20:25:58','a2720ad8-6750-4ecb-9eca-315b87d0f666'),
(3803,7,3183,NULL,617,3,'2025-10-08 20:25:58','2025-10-08 20:25:58','db62519b-1c74-4994-b24f-ff1648ceafc0'),
(3804,7,3183,NULL,605,4,'2025-10-08 20:25:58','2025-10-08 20:25:58','d2ef3756-dbaa-460e-8806-1d2c1c655377'),
(3805,32,3183,NULL,2614,1,'2025-10-08 20:25:58','2025-10-08 20:25:58','dec2f652-8aed-43af-95d4-6f2f08924d84'),
(3806,32,3183,NULL,2610,2,'2025-10-08 20:25:58','2025-10-08 20:25:58','84c22222-6735-436d-86fd-f5e0da0540ec'),
(3807,32,3183,NULL,2598,3,'2025-10-08 20:25:58','2025-10-08 20:25:58','bb7bea0e-f75d-40d2-a58c-5c1ca04dd2bb'),
(3808,32,3183,NULL,2608,4,'2025-10-08 20:25:58','2025-10-08 20:25:58','af78c390-85c4-4cd4-8b8b-c50b454a7203'),
(3809,32,3183,NULL,2600,5,'2025-10-08 20:25:58','2025-10-08 20:25:58','18494dd5-fe1a-457a-af04-2190bf8246b3'),
(3810,32,3183,NULL,2596,6,'2025-10-08 20:25:58','2025-10-08 20:25:58','74691659-7b36-45d8-abe7-303970627116'),
(3811,32,3183,NULL,2602,7,'2025-10-08 20:25:58','2025-10-08 20:25:58','dd2cb601-0926-4e4a-9f4b-309916f3e65b'),
(3812,32,3183,NULL,2604,8,'2025-10-08 20:25:58','2025-10-08 20:25:58','c174f369-74ec-49bb-93e9-32c6725e858e'),
(3813,22,3186,NULL,3180,1,'2025-10-08 20:25:58','2025-10-08 20:25:58','f34b6b2d-15ce-41fa-9ec9-01b669aa55d5'),
(3827,16,3188,NULL,3158,1,'2025-10-08 20:26:01','2025-10-08 20:26:01','e2c7c09d-ee7e-4b1a-8c76-a0d47102000d'),
(3828,7,3188,NULL,2969,1,'2025-10-08 20:26:01','2025-10-08 20:26:01','ce57607b-607a-409a-83b3-9fd205ddd1fc'),
(3829,7,3188,NULL,2974,2,'2025-10-08 20:26:01','2025-10-08 20:26:01','16787a3e-e568-46a9-b78e-53402343e706'),
(3830,7,3188,NULL,617,3,'2025-10-08 20:26:01','2025-10-08 20:26:01','c6643233-f174-4975-ae1e-247e097fb708'),
(3831,7,3188,NULL,605,4,'2025-10-08 20:26:01','2025-10-08 20:26:01','6cd20458-2917-4a32-8a23-9828fa57a1d6'),
(3832,32,3188,NULL,2614,1,'2025-10-08 20:26:01','2025-10-08 20:26:01','f22de82b-baf3-4c4a-acb7-dd3536a112d6'),
(3833,32,3188,NULL,2610,2,'2025-10-08 20:26:01','2025-10-08 20:26:01','4ce3f3b8-9020-4476-b679-526645e1fc52'),
(3834,32,3188,NULL,2598,3,'2025-10-08 20:26:01','2025-10-08 20:26:01','b1b8e302-e8c6-4002-afc8-d08ee19c974c'),
(3835,32,3188,NULL,2608,4,'2025-10-08 20:26:01','2025-10-08 20:26:01','a788076f-d101-48b7-990c-32297f3e4fb9'),
(3836,32,3188,NULL,2600,5,'2025-10-08 20:26:01','2025-10-08 20:26:01','372b2a99-cad4-4c4e-b497-f06ce170f81b'),
(3837,32,3188,NULL,2596,6,'2025-10-08 20:26:01','2025-10-08 20:26:01','4667c61e-226f-4559-9db1-c568a9606222'),
(3838,32,3188,NULL,2602,7,'2025-10-08 20:26:01','2025-10-08 20:26:01','f96b19a5-1c41-46c0-9b65-d717a4281e56'),
(3839,32,3188,NULL,2604,8,'2025-10-08 20:26:01','2025-10-08 20:26:01','16dee51f-bd05-4ef2-ad4b-73efb6b5747e'),
(3940,16,3218,NULL,3011,1,'2025-10-08 22:20:19','2025-10-08 22:20:19','851e058b-da88-4c9a-b206-e681469b44f7'),
(3941,7,3218,NULL,601,1,'2025-10-08 22:20:19','2025-10-08 22:20:19','303ebbcb-0bd9-4167-9255-eb70e9d4ab99'),
(3943,7,3218,NULL,3027,3,'2025-10-08 22:20:19','2025-10-08 22:20:19','054c03ab-4515-4d4f-b8fd-3a5ddd641d26'),
(3944,7,3218,NULL,617,4,'2025-10-08 22:20:19','2025-10-08 22:20:19','d34755cb-2dfe-45c7-a4bd-2443850abfde'),
(3945,7,3218,NULL,605,5,'2025-10-08 22:20:19','2025-10-08 22:20:19','822895df-4b47-4c4e-84db-be5d38fe890e'),
(3946,32,3218,NULL,2610,1,'2025-10-08 22:20:19','2025-10-08 22:20:19','c6989020-7e3f-434f-a865-46334734d307'),
(3947,32,3218,NULL,2598,2,'2025-10-08 22:20:19','2025-10-08 22:20:19','4e881c9b-83b0-432d-ae22-0067a99bdf20'),
(3948,32,3218,NULL,2608,3,'2025-10-08 22:20:19','2025-10-08 22:20:19','5b6051ae-433f-4337-8990-7d173db5137b'),
(3949,32,3218,NULL,2600,4,'2025-10-08 22:20:19','2025-10-08 22:20:19','740e88c2-1694-42f5-ac40-97196ebb460d'),
(3950,32,3218,NULL,2596,5,'2025-10-08 22:20:19','2025-10-08 22:20:19','d057ea60-5607-4382-a831-7b7efe45ea37'),
(3951,32,3218,NULL,2602,6,'2025-10-08 22:20:19','2025-10-08 22:20:19','46d83ce3-dcbf-41f3-be25-cfd1fd980710'),
(3952,32,3218,NULL,2604,7,'2025-10-08 22:20:19','2025-10-08 22:20:19','d24be22e-70c4-4bb8-bc78-1ace9bc15ec9'),
(3954,22,1499,NULL,3221,1,'2025-10-08 22:21:46','2025-10-08 22:21:46','3b83d5da-a23d-48a3-8131-625925a95d27'),
(3955,22,3224,NULL,3221,1,'2025-10-08 22:21:46','2025-10-08 22:21:46','2ab6cea8-6269-4182-b0b4-6399c281a580'),
(3968,57,951,NULL,3245,6,'2025-10-08 22:28:52','2026-01-19 17:36:22','2631efe3-ed31-4296-8031-7fefcdc2fa62'),
(3969,57,951,NULL,3246,2,'2025-10-08 22:28:52','2026-01-19 17:36:22','327876d9-3aac-4c70-8eaa-cc55fc8ba8c2'),
(3971,57,951,NULL,3248,1,'2025-10-08 22:28:52','2026-01-19 17:36:22','3829cbff-c65b-49e7-92f9-d2cf6dc850f1'),
(3974,57,951,NULL,3251,5,'2025-10-08 22:28:52','2026-01-19 17:36:22','350ed37b-79eb-4f21-b493-d0dfd93b438f'),
(3976,57,951,NULL,3253,4,'2025-10-08 22:28:52','2026-01-19 17:36:22','cb78d976-18d9-4279-8d26-a416740ccc60'),
(3977,57,951,NULL,3254,3,'2025-10-08 22:28:52','2026-01-19 17:36:22','b29f8060-da3a-4723-a273-c6bb380fbfb3'),
(3978,16,3264,NULL,3252,1,'2025-10-08 22:28:53','2025-10-08 22:28:53','4958eb7f-ba8f-4dfa-8410-e822ce851833'),
(3979,57,3264,NULL,3245,1,'2025-10-08 22:28:53','2025-10-08 22:28:53','3162c0f8-f644-44df-a379-3d9c5abc71b0'),
(3980,57,3264,NULL,3246,2,'2025-10-08 22:28:53','2025-10-08 22:28:53','3a3b098c-9772-41dd-8e9a-b0303c2ffabf'),
(3981,57,3264,NULL,3247,3,'2025-10-08 22:28:53','2025-10-08 22:28:53','7924dc50-4549-4a5a-96ee-46ce547246fd'),
(3982,57,3264,NULL,3248,4,'2025-10-08 22:28:53','2025-10-08 22:28:53','ac9e5242-6f22-4148-8f30-1cfb2c658a3c'),
(3983,57,3264,NULL,3249,5,'2025-10-08 22:28:53','2025-10-08 22:28:53','b6774234-5099-4382-9873-e2b329c9c10e'),
(3984,57,3264,NULL,3250,6,'2025-10-08 22:28:53','2025-10-08 22:28:53','7227ccd2-ad1a-4a6a-9e3e-45b7cdcc538b'),
(3985,57,3264,NULL,3251,7,'2025-10-08 22:28:53','2025-10-08 22:28:53','fe1907c5-adda-4567-992a-552800c497c1'),
(3986,57,3264,NULL,3252,8,'2025-10-08 22:28:53','2025-10-08 22:28:53','14da5d7f-cf71-4e26-9e57-8e71703eded8'),
(3987,57,3264,NULL,3253,9,'2025-10-08 22:28:53','2025-10-08 22:28:53','0e98a477-d62e-46ae-b0e5-a2dd1416c157'),
(3988,57,3264,NULL,3254,10,'2025-10-08 22:28:53','2025-10-08 22:28:53','5e2791e8-bd86-43fa-9520-6459cc1ce0dd'),
(4000,16,3275,NULL,3252,1,'2025-10-08 22:29:34','2025-10-08 22:29:34','d1d7402a-917f-41d1-b7c8-58a890f5a23e'),
(4001,57,3275,NULL,3246,1,'2025-10-08 22:29:34','2025-10-08 22:29:34','cde1ab36-8dd1-4389-a0ba-e49c8544a705'),
(4002,57,3275,NULL,3254,2,'2025-10-08 22:29:34','2025-10-08 22:29:34','bbc94442-d23b-4722-ab91-f6a8cba8c796'),
(4003,57,3275,NULL,3253,3,'2025-10-08 22:29:34','2025-10-08 22:29:34','4e6a581e-fc53-4070-8afa-95614b33425c'),
(4004,57,3275,NULL,3251,4,'2025-10-08 22:29:34','2025-10-08 22:29:34','6d73a36c-5972-48af-94f3-2fae29b94634'),
(4005,57,3275,NULL,3245,5,'2025-10-08 22:29:34','2025-10-08 22:29:34','1236fc90-1002-4f0e-b53c-d24c2177758f'),
(4006,57,3275,NULL,3248,6,'2025-10-08 22:29:34','2025-10-08 22:29:34','b6510581-1ee2-485e-8734-3857e160e3d8'),
(4007,57,3275,NULL,3250,7,'2025-10-08 22:29:34','2025-10-08 22:29:34','93aa7129-0da1-4a64-81ee-a1da94bd78ac'),
(4008,57,3275,NULL,3249,8,'2025-10-08 22:29:34','2025-10-08 22:29:34','04fb42bb-c597-43df-a752-d0638c8f7dad'),
(4009,57,3275,NULL,3252,9,'2025-10-08 22:29:34','2025-10-08 22:29:34','bbae0b4b-9dd8-4b5f-be19-a2d441d17ba3'),
(4010,57,3275,NULL,3247,10,'2025-10-08 22:29:34','2025-10-08 22:29:34','3bffc7c0-3db3-4b5b-ace0-b05f7dfd7732'),
(4020,57,2880,NULL,3276,1,'2025-10-08 22:32:49','2025-10-08 22:32:49','035ce204-1e6e-4445-bb93-07a730e5227a'),
(4021,57,2880,NULL,3278,4,'2025-10-08 22:32:49','2026-01-20 14:52:25','fd81b4b0-59c1-44c9-9e13-f90a8a2a7660'),
(4022,57,2880,NULL,3279,5,'2025-10-08 22:32:49','2026-01-20 14:52:25','30dbebcd-4102-4d44-b5ef-27d1e7e15a14'),
(4027,16,3284,NULL,3276,1,'2025-10-08 22:32:49','2025-10-08 22:32:49','02791dcb-9990-4230-8dfc-f32e41301232'),
(4028,57,3284,NULL,3276,1,'2025-10-08 22:32:49','2025-10-08 22:32:49','f184aeec-ff03-47af-a554-1a9078b2d717'),
(4029,57,3284,NULL,3278,2,'2025-10-08 22:32:49','2025-10-08 22:32:49','2f12d456-b1ad-4c9d-acd5-a1a6e36239aa'),
(4030,57,3284,NULL,3279,3,'2025-10-08 22:32:49','2025-10-08 22:32:49','f5d81576-9188-4ffb-8763-e83aad998c8b'),
(4031,57,3284,NULL,3280,4,'2025-10-08 22:32:49','2025-10-08 22:32:49','f590ce18-e800-4b7d-8687-ccfd1ee60068'),
(4032,57,3284,NULL,3281,5,'2025-10-08 22:32:49','2025-10-08 22:32:49','f088d42a-1767-41f5-895c-1872662ee841'),
(4033,57,3284,NULL,3282,6,'2025-10-08 22:32:49','2025-10-08 22:32:49','44b49d94-152d-4d98-98a8-47b8ce440416'),
(4034,57,3284,NULL,3283,7,'2025-10-08 22:32:49','2025-10-08 22:32:49','5749fba1-e3fc-4765-97c3-6b930f69aeb4'),
(4045,16,2880,NULL,3279,1,'2025-10-08 22:33:18','2025-10-08 22:33:18','5329f79a-63d1-48b1-8421-29acef9e4a24'),
(4046,16,3286,NULL,3279,1,'2025-10-08 22:33:18','2025-10-08 22:33:18','245fcef5-d477-45b6-8f5a-fd77ea662a3b'),
(4047,57,3286,NULL,3276,1,'2025-10-08 22:33:18','2025-10-08 22:33:18','2ad9b9cd-7546-4529-a5ff-4e19b4fc03a5'),
(4048,57,3286,NULL,3278,2,'2025-10-08 22:33:18','2025-10-08 22:33:18','4b7e9b31-dd54-4b43-9292-c86a7f27394e'),
(4049,57,3286,NULL,3279,3,'2025-10-08 22:33:18','2025-10-08 22:33:18','91888c75-ea0f-4c69-b346-29712cf3dc47'),
(4050,57,3286,NULL,3280,4,'2025-10-08 22:33:18','2025-10-08 22:33:18','a41739fc-fab3-413c-945d-49ab054f5de0'),
(4051,57,3286,NULL,3281,5,'2025-10-08 22:33:18','2025-10-08 22:33:18','215e96e3-cedf-47c9-890d-df9e5c9b071a'),
(4052,57,3286,NULL,3282,6,'2025-10-08 22:33:18','2025-10-08 22:33:18','82fa699b-9352-4b29-90b9-92a0692e1aa1'),
(4053,57,3286,NULL,3283,7,'2025-10-08 22:33:18','2025-10-08 22:33:18','448fc2c0-ef7a-46d7-ac71-e84d25b419e6'),
(4062,16,3296,NULL,3279,1,'2025-10-08 22:33:46','2025-10-08 22:33:46','37240f85-e45d-424d-9c78-1d4403c09949'),
(4063,57,3296,NULL,3276,1,'2025-10-08 22:33:46','2025-10-08 22:33:46','616319f7-2ec7-4698-ad70-3e44afe22581'),
(4064,57,3296,NULL,3278,2,'2025-10-08 22:33:46','2025-10-08 22:33:46','e2ed787a-f342-4f41-ab15-5f5052c8bc9f'),
(4065,57,3296,NULL,3279,3,'2025-10-08 22:33:46','2025-10-08 22:33:46','a1535af2-d1fe-445d-9284-1a6543f2a35f'),
(4066,57,3296,NULL,3280,4,'2025-10-08 22:33:46','2025-10-08 22:33:46','d69ee126-b840-4819-9f0f-5a2fbffd758f'),
(4067,57,3296,NULL,3281,5,'2025-10-08 22:33:46','2025-10-08 22:33:46','44989357-63d7-4a70-bd05-7c1d96349660'),
(4068,57,3296,NULL,3282,6,'2025-10-08 22:33:46','2025-10-08 22:33:46','ef382e86-2fd0-4267-8669-0193a546c5da'),
(4069,57,3296,NULL,3283,7,'2025-10-08 22:33:46','2025-10-08 22:33:46','b80c30fa-5401-400d-9671-236edd5bd867'),
(4078,16,3304,NULL,3279,1,'2025-10-08 22:34:45','2025-10-08 22:34:45','15d3162d-7892-465f-9727-d64eee8be16e'),
(4079,57,3304,NULL,3276,1,'2025-10-08 22:34:45','2025-10-08 22:34:45','f777f4c0-e685-4f94-a440-35cffe46a6d2'),
(4080,57,3304,NULL,3278,2,'2025-10-08 22:34:45','2025-10-08 22:34:45','72d81793-b44f-4d4c-bcca-c6affcab3f2e'),
(4081,57,3304,NULL,3279,3,'2025-10-08 22:34:45','2025-10-08 22:34:45','b88b0c36-0a18-415b-8b38-591c328ef44a'),
(4082,57,3304,NULL,3280,4,'2025-10-08 22:34:45','2025-10-08 22:34:45','248dc458-82cd-403c-926e-d4c4bb20e6aa'),
(4083,57,3304,NULL,3281,5,'2025-10-08 22:34:45','2025-10-08 22:34:45','1f80a889-6b11-4e05-898f-59f2aa1ebf64'),
(4084,57,3304,NULL,3282,6,'2025-10-08 22:34:45','2025-10-08 22:34:45','bac131c0-6b2f-47f0-bed4-ea7baa0ed076'),
(4085,57,3304,NULL,3283,7,'2025-10-08 22:34:45','2025-10-08 22:34:45','8179ec1f-f36d-4219-b368-3704761c6468'),
(4094,16,3309,NULL,3279,1,'2025-10-08 22:35:10','2025-10-08 22:35:10','db7102de-0b50-41c8-8294-6f22300ac989'),
(4095,57,3309,NULL,3276,1,'2025-10-08 22:35:10','2025-10-08 22:35:10','4ed38525-c0e7-428e-9bcf-66969d00d759'),
(4096,57,3309,NULL,3278,2,'2025-10-08 22:35:10','2025-10-08 22:35:10','274982dd-0bba-407e-84c7-12e682ce36d6'),
(4097,57,3309,NULL,3279,3,'2025-10-08 22:35:10','2025-10-08 22:35:10','9d6ca3f8-09af-48db-9e9e-239474c449e2'),
(4098,57,3309,NULL,3280,4,'2025-10-08 22:35:10','2025-10-08 22:35:10','cc24fe99-9cfe-4b42-afff-da8b58766353'),
(4099,57,3309,NULL,3281,5,'2025-10-08 22:35:10','2025-10-08 22:35:10','3a83cff2-1d60-44be-a49d-593488dbd52a'),
(4100,57,3309,NULL,3282,6,'2025-10-08 22:35:10','2025-10-08 22:35:10','3bee1e16-f918-4130-aead-7cc5ba0e5800'),
(4101,57,3309,NULL,3283,7,'2025-10-08 22:35:10','2025-10-08 22:35:10','329e3683-fb5a-4210-9461-ecf83da22be8'),
(4110,16,3320,NULL,3279,1,'2025-10-08 22:35:46','2025-10-08 22:35:46','0caea5fe-eb14-4ac6-9035-0194fa359531'),
(4111,57,3320,NULL,3276,1,'2025-10-08 22:35:46','2025-10-08 22:35:46','e2c74ccc-0ced-4b78-9e42-df38d29bc6e1'),
(4112,57,3320,NULL,3278,2,'2025-10-08 22:35:46','2025-10-08 22:35:46','37ae7e92-c095-49a3-92a0-29ba9ad739f2'),
(4113,57,3320,NULL,3279,3,'2025-10-08 22:35:46','2025-10-08 22:35:46','3b401aec-314f-4c2a-8c97-866302960c8a'),
(4114,57,3320,NULL,3280,4,'2025-10-08 22:35:46','2025-10-08 22:35:46','daeebfe2-40e2-4142-8233-7fefe9d2ccd4'),
(4115,57,3320,NULL,3281,5,'2025-10-08 22:35:46','2025-10-08 22:35:46','07309a41-dc23-4b06-a61a-207b614dbdda'),
(4116,57,3320,NULL,3282,6,'2025-10-08 22:35:46','2025-10-08 22:35:46','f11905d8-8071-4e6d-a5c6-fff4b651ae0b'),
(4117,57,3320,NULL,3283,7,'2025-10-08 22:35:46','2025-10-08 22:35:46','f07db28b-48ee-4530-831c-9296e5ddfe86'),
(4126,7,1353,NULL,617,3,'2025-10-08 22:40:25','2026-01-08 15:06:15','6c7d1f3b-6ec9-475b-9124-35d7a36a1fed'),
(4127,7,1353,NULL,605,4,'2025-10-08 22:40:25','2026-01-08 15:06:15','3de4c302-c8e1-4c47-97d8-b2bebea031dc'),
(4128,32,1353,NULL,2610,1,'2025-10-08 22:40:25','2025-10-08 22:40:25','96c7d270-e235-4d75-b2a4-374b7888b88c'),
(4129,32,1353,NULL,2598,2,'2025-10-08 22:40:25','2025-10-08 22:40:25','3e73aafa-5b82-4b55-ba49-134322ddc63c'),
(4130,32,1353,NULL,2600,3,'2025-10-08 22:40:25','2025-10-08 22:40:25','5045b7cc-ab3a-4e41-bfb8-f2945248a2ec'),
(4131,32,1353,NULL,2604,4,'2025-10-08 22:40:25','2025-10-08 22:40:25','d87ca6a1-e919-494b-a4c4-46e4855759ce'),
(4132,7,3359,NULL,2969,1,'2025-10-08 22:40:25','2025-10-08 22:40:25','b643eefc-050a-4be5-a1db-d6f401ed50af'),
(4133,7,3359,NULL,617,2,'2025-10-08 22:40:25','2025-10-08 22:40:25','667d3147-cdad-4235-94b0-e605be2b8aac'),
(4134,7,3359,NULL,605,3,'2025-10-08 22:40:25','2025-10-08 22:40:25','1c244dae-c8c0-4916-b0a8-37ebbfd04a7b'),
(4135,32,3359,NULL,2610,1,'2025-10-08 22:40:25','2025-10-08 22:40:25','0cb132f0-ae75-4014-bad9-94a1ce43d454'),
(4136,32,3359,NULL,2598,2,'2025-10-08 22:40:25','2025-10-08 22:40:25','3b467262-bd3b-4592-8a36-896d88ba08d2'),
(4137,32,3359,NULL,2600,3,'2025-10-08 22:40:25','2025-10-08 22:40:25','a06b9be5-346d-4182-95e0-aaf217fc169c'),
(4138,32,3359,NULL,2604,4,'2025-10-08 22:40:25','2025-10-08 22:40:25','7e914873-acdc-4ac4-9321-e64151ec57bb'),
(4160,16,1353,NULL,3374,1,'2025-10-08 22:41:35','2025-10-08 22:41:35','c0e6ea1f-2783-426b-a25c-1969d4f50204'),
(4161,57,1353,NULL,3362,1,'2025-10-08 22:41:35','2025-10-08 22:41:35','a7a244b6-2691-4900-b517-0fe3cfa23d9b'),
(4162,57,1353,NULL,3363,2,'2025-10-08 22:41:35','2025-10-08 22:41:35','a78dc20a-96d6-4f19-881c-7e4b587291c2'),
(4163,57,1353,NULL,3364,3,'2025-10-08 22:41:35','2025-10-08 22:41:35','3dbae037-a557-4e5d-8877-72c0c7df50c7'),
(4164,57,1353,NULL,3365,4,'2025-10-08 22:41:35','2025-10-08 22:41:35','c79f3e67-7695-4a01-aefa-72e7df3a29cd'),
(4165,57,1353,NULL,3366,5,'2025-10-08 22:41:35','2025-10-08 22:41:35','a18f8d20-278b-4c34-a360-be7bc7a9bcc5'),
(4166,57,1353,NULL,3367,6,'2025-10-08 22:41:35','2025-10-08 22:41:35','9aa20e28-edb1-4349-9e51-c25f1a4a4172'),
(4167,57,1353,NULL,3368,7,'2025-10-08 22:41:35','2025-10-08 22:41:35','a245c33c-9ba8-429c-84a7-cd43e0081e7c'),
(4168,57,1353,NULL,3369,8,'2025-10-08 22:41:35','2025-10-08 22:41:35','82aaf084-e36f-472e-92d7-b848682a7ebd'),
(4169,57,1353,NULL,3370,9,'2025-10-08 22:41:35','2025-10-08 22:41:35','89654daa-557c-4c28-aa39-e68c3cf5ef00'),
(4170,57,1353,NULL,3371,10,'2025-10-08 22:41:35','2025-10-08 22:41:35','0112b159-ec36-4e89-89fa-8a42a6b2afa9'),
(4171,57,1353,NULL,3372,11,'2025-10-08 22:41:35','2025-10-08 22:41:35','c7edd54f-93ae-4470-9e15-a721589090c0'),
(4172,57,1353,NULL,3373,12,'2025-10-08 22:41:35','2025-10-08 22:41:35','72f8ec4c-9ebd-4213-9a28-59811cf3b442'),
(4173,57,1353,NULL,3374,13,'2025-10-08 22:41:35','2025-10-08 22:41:35','2ec38350-159e-40fe-a8f4-d5711ea493bb'),
(4174,16,3375,NULL,3374,1,'2025-10-08 22:41:35','2025-10-08 22:41:35','c6a19f6c-4f63-4e4e-9258-7ef4c6f0c3f7'),
(4175,7,3375,NULL,2969,1,'2025-10-08 22:41:35','2025-10-08 22:41:35','0fe5b44e-e7a5-415f-b18d-d6d5f8d098b8'),
(4176,7,3375,NULL,617,2,'2025-10-08 22:41:35','2025-10-08 22:41:35','48c95e97-0425-44c1-b8f3-ee44fb058c61'),
(4177,7,3375,NULL,605,3,'2025-10-08 22:41:35','2025-10-08 22:41:35','a7aae83d-1253-4a13-b3ea-653d3bf83500'),
(4178,32,3375,NULL,2610,1,'2025-10-08 22:41:35','2025-10-08 22:41:35','04f0caff-2001-406d-9f1d-73c727b34c5e'),
(4179,32,3375,NULL,2598,2,'2025-10-08 22:41:35','2025-10-08 22:41:35','bee1e219-dce5-487a-a1e3-da6669f3912e'),
(4180,32,3375,NULL,2600,3,'2025-10-08 22:41:35','2025-10-08 22:41:35','d3b2da54-0664-4f3c-b194-614f0ae3efe6'),
(4181,32,3375,NULL,2604,4,'2025-10-08 22:41:35','2025-10-08 22:41:35','fcc47bf0-8cbd-4965-913b-5f1dfd477dc9'),
(4182,57,3375,NULL,3362,1,'2025-10-08 22:41:35','2025-10-08 22:41:35','0a629d36-ed43-4622-9d1d-2e4e6b202e95'),
(4183,57,3375,NULL,3363,2,'2025-10-08 22:41:35','2025-10-08 22:41:35','7976c156-8945-4ec3-821b-1f1063da7070'),
(4184,57,3375,NULL,3364,3,'2025-10-08 22:41:35','2025-10-08 22:41:35','ce35bb9d-f09e-4ead-a6d1-01cf149bc1af'),
(4185,57,3375,NULL,3365,4,'2025-10-08 22:41:35','2025-10-08 22:41:35','34dc2f87-a648-4294-8fa5-f4d9ec859ab6'),
(4186,57,3375,NULL,3366,5,'2025-10-08 22:41:35','2025-10-08 22:41:35','645d39ac-048e-4823-a956-5254c05f8c8b'),
(4187,57,3375,NULL,3367,6,'2025-10-08 22:41:35','2025-10-08 22:41:35','cfafabda-e04e-4064-8270-71a6746f45ec'),
(4188,57,3375,NULL,3368,7,'2025-10-08 22:41:35','2025-10-08 22:41:35','676b869d-d29e-4d56-b053-10d43fa73e82'),
(4189,57,3375,NULL,3369,8,'2025-10-08 22:41:35','2025-10-08 22:41:35','92042e30-1b32-4397-938d-49dbd9c693f0'),
(4190,57,3375,NULL,3370,9,'2025-10-08 22:41:35','2025-10-08 22:41:35','3630c76a-2961-4fbb-a99f-c97d6e0870db'),
(4191,57,3375,NULL,3371,10,'2025-10-08 22:41:35','2025-10-08 22:41:35','9130e875-af99-4626-99d6-48e0c0870185'),
(4192,57,3375,NULL,3372,11,'2025-10-08 22:41:35','2025-10-08 22:41:35','0e8a95f5-d6ae-4b89-a00d-ac411ce01992'),
(4193,57,3375,NULL,3373,12,'2025-10-08 22:41:35','2025-10-08 22:41:35','5f3570c7-75b7-40fc-9826-d1a728365226'),
(4194,57,3375,NULL,3374,13,'2025-10-08 22:41:35','2025-10-08 22:41:35','8eee8f53-27fe-4eb0-a47a-a3215f4c93f6'),
(4201,7,989,NULL,617,2,'2025-10-09 14:50:00','2025-10-09 14:50:00','44fceaf6-96a8-4573-acbd-bf6cb17fe9ce'),
(4202,7,989,NULL,605,3,'2025-10-09 14:50:00','2025-10-09 14:50:00','ab8a24a1-5699-4bba-9e00-f5cc731a44b2'),
(4203,16,3378,NULL,3377,1,'2025-10-09 14:50:00','2025-10-09 14:50:00','b674a755-9563-443c-a6ba-da52f37ef88f'),
(4204,7,3378,NULL,2969,1,'2025-10-09 14:50:00','2025-10-09 14:50:00','eb77667d-2292-4661-8074-466d2fa06bde'),
(4205,7,3378,NULL,617,2,'2025-10-09 14:50:00','2025-10-09 14:50:00','0e45c2d6-18d2-40b0-b8fe-cb3334b39150'),
(4206,7,3378,NULL,605,3,'2025-10-09 14:50:00','2025-10-09 14:50:00','321a9f48-5af1-47b0-bb36-2ef3c564d665'),
(4211,16,3390,NULL,3377,1,'2025-10-09 14:52:39','2025-10-09 14:52:39','aabe9209-ddad-492d-9dea-ff0cb762a7bc'),
(4212,7,3390,NULL,2969,1,'2025-10-09 14:52:39','2025-10-09 14:52:39','33dc34ae-f68c-44b5-bfd4-9cc2ba39dc72'),
(4213,7,3390,NULL,617,2,'2025-10-09 14:52:39','2025-10-09 14:52:39','358b9c51-d74d-4af7-8c19-c8c6cc06d1b2'),
(4214,7,3390,NULL,605,3,'2025-10-09 14:52:39','2025-10-09 14:52:39','13bb3554-c6fc-40fa-a535-31d60cf90171'),
(4225,32,989,NULL,2610,1,'2025-10-09 14:53:20','2025-10-09 14:53:20','bb24b658-e5cd-4f40-bf8c-0d6e8b844dd8'),
(4226,32,989,NULL,2598,2,'2025-10-09 14:53:20','2025-10-09 14:53:20','9c68db42-0b2c-4f5e-bc70-eea08953fcde'),
(4227,32,989,NULL,2600,3,'2025-10-09 14:53:20','2025-10-09 14:53:20','13209da5-ba41-4f8d-bc77-45542e345b9e'),
(4228,32,989,NULL,2596,4,'2025-10-09 14:53:20','2025-10-09 14:53:20','40bba468-ae2c-4be3-b10b-9051dadaaf56'),
(4229,32,989,NULL,2602,5,'2025-10-09 14:53:20','2025-10-09 14:53:20','0ed5dbc4-b6c3-4b4d-a4ad-448d66553460'),
(4230,32,989,NULL,2604,6,'2025-10-09 14:53:20','2025-10-09 14:53:20','ada1d79a-a529-472e-80e6-7fcb84929c1b'),
(4231,16,3397,NULL,3377,1,'2025-10-09 14:53:20','2025-10-09 14:53:20','960aad0e-fe2a-4d9e-9c59-a8794ccb7c97'),
(4232,7,3397,NULL,2969,1,'2025-10-09 14:53:20','2025-10-09 14:53:20','57f5c290-267e-4dea-a06d-80acfbbc3299'),
(4233,7,3397,NULL,617,2,'2025-10-09 14:53:20','2025-10-09 14:53:20','d1c9be77-a4fc-4312-9cc1-ccd699e4848f'),
(4234,7,3397,NULL,605,3,'2025-10-09 14:53:20','2025-10-09 14:53:20','efcc186f-76b5-43a2-a99a-1c59a89e6867'),
(4235,32,3397,NULL,2610,1,'2025-10-09 14:53:20','2025-10-09 14:53:20','9c9d1b1d-a966-42d1-9522-350d6c4891ab'),
(4236,32,3397,NULL,2598,2,'2025-10-09 14:53:20','2025-10-09 14:53:20','604475c7-9973-4d4b-a0c0-2b62a0d74f55'),
(4237,32,3397,NULL,2600,3,'2025-10-09 14:53:20','2025-10-09 14:53:20','52b37437-5439-4a2a-a5fe-aa6d9a730fac'),
(4238,32,3397,NULL,2596,4,'2025-10-09 14:53:20','2025-10-09 14:53:20','50974140-ab74-4c66-9b87-0afe89322722'),
(4239,32,3397,NULL,2602,5,'2025-10-09 14:53:20','2025-10-09 14:53:20','ec1d554f-f961-4c7d-8fc5-d858f66a7a99'),
(4240,32,3397,NULL,2604,6,'2025-10-09 14:53:20','2025-10-09 14:53:20','1723be0a-ffb1-4f6a-84c4-38ffcab783fc'),
(4251,16,3407,NULL,3377,1,'2025-10-09 14:54:47','2025-10-09 14:54:47','5389ce5b-17d3-49f6-850f-12ef0a42621a'),
(4252,7,3407,NULL,2969,1,'2025-10-09 14:54:47','2025-10-09 14:54:47','730e1a78-a0b7-4593-8a4e-45389f30a00c'),
(4253,7,3407,NULL,617,2,'2025-10-09 14:54:47','2025-10-09 14:54:47','4f846b51-bd24-4c0b-ad89-a74da85fabc7'),
(4254,7,3407,NULL,605,3,'2025-10-09 14:54:47','2025-10-09 14:54:47','bc692754-6f64-4f0c-8ffd-3d21a3458328'),
(4255,32,3407,NULL,2610,1,'2025-10-09 14:54:47','2025-10-09 14:54:47','0cda504e-4c27-4d6a-97db-dcd8c8ef0ca9'),
(4256,32,3407,NULL,2598,2,'2025-10-09 14:54:47','2025-10-09 14:54:47','ee6f091c-0072-4fcd-97d6-33e0210a8cb8'),
(4257,32,3407,NULL,2600,3,'2025-10-09 14:54:47','2025-10-09 14:54:47','2032b6d6-3c8d-435d-afda-aae8ffd1cb63'),
(4258,32,3407,NULL,2596,4,'2025-10-09 14:54:47','2025-10-09 14:54:47','99e7cb98-d460-4d78-99a5-fec7b443f0f7'),
(4259,32,3407,NULL,2602,5,'2025-10-09 14:54:47','2025-10-09 14:54:47','c9db3997-471e-47b7-b628-4c72916e8d8c'),
(4260,32,3407,NULL,2604,6,'2025-10-09 14:54:47','2025-10-09 14:54:47','296a5d14-1772-4310-a01e-09318bf1b074'),
(4271,16,3413,NULL,3377,1,'2025-10-09 14:58:54','2025-10-09 14:58:54','93d9990e-8182-4dcb-bdfa-b33eae2a91f3'),
(4272,7,3413,NULL,2969,1,'2025-10-09 14:58:54','2025-10-09 14:58:54','d4bd7e00-d56d-4799-bbd4-523833a38c22'),
(4273,7,3413,NULL,617,2,'2025-10-09 14:58:54','2025-10-09 14:58:54','cb794039-bdb5-4cd2-b7e2-7a7c70847ce2'),
(4274,7,3413,NULL,605,3,'2025-10-09 14:58:54','2025-10-09 14:58:54','c4101191-1c37-458e-b07c-b09c6a58cd81'),
(4275,32,3413,NULL,2610,1,'2025-10-09 14:58:54','2025-10-09 14:58:54','1bdf1c2e-9186-433c-8368-0d492e7353f1'),
(4276,32,3413,NULL,2598,2,'2025-10-09 14:58:54','2025-10-09 14:58:54','bd74092e-bdfd-4bda-a7c9-964aa83282f6'),
(4277,32,3413,NULL,2600,3,'2025-10-09 14:58:54','2025-10-09 14:58:54','ad4dcff2-1117-47fe-9fd7-d3dbdfa379ce'),
(4278,32,3413,NULL,2596,4,'2025-10-09 14:58:54','2025-10-09 14:58:54','89d1e199-d040-4c0b-b506-3500b0a7d161'),
(4279,32,3413,NULL,2602,5,'2025-10-09 14:58:54','2025-10-09 14:58:54','49311214-31c2-4910-8d6e-3f6c622f04d5'),
(4280,32,3413,NULL,2604,6,'2025-10-09 14:58:54','2025-10-09 14:58:54','e4e8adca-5145-4ce0-9e88-d1474e3ef5d7'),
(4293,22,1531,NULL,3416,1,'2025-10-09 14:59:55','2025-10-09 14:59:55','de808159-89cc-40ac-beb6-10437060b85b'),
(4294,22,1532,NULL,3418,1,'2025-10-09 14:59:55','2025-10-09 14:59:55','ead14a80-6952-4b7b-b1f6-ac082d9397e7'),
(4295,16,3419,NULL,3377,1,'2025-10-09 14:59:55','2025-10-09 14:59:55','66c9da2b-348d-4899-8cf3-3c8900f3b08c'),
(4296,7,3419,NULL,2969,1,'2025-10-09 14:59:55','2025-10-09 14:59:55','1efb4973-f689-45d2-ae56-6674880b6910'),
(4297,7,3419,NULL,617,2,'2025-10-09 14:59:55','2025-10-09 14:59:55','1675891f-c3ca-45e3-896e-51138e684190'),
(4298,7,3419,NULL,605,3,'2025-10-09 14:59:55','2025-10-09 14:59:55','148bcaa2-b1f2-46c7-91d9-15a0fd6ddb8a'),
(4299,32,3419,NULL,2610,1,'2025-10-09 14:59:55','2025-10-09 14:59:55','777043cb-6fe6-43c2-b928-fc260543930e'),
(4300,32,3419,NULL,2598,2,'2025-10-09 14:59:55','2025-10-09 14:59:55','fbd75f18-ba32-49c6-bac9-285526e07cbd'),
(4301,32,3419,NULL,2600,3,'2025-10-09 14:59:55','2025-10-09 14:59:55','84175ef6-d04b-4b34-8b7e-20afef9bcd01'),
(4302,32,3419,NULL,2596,4,'2025-10-09 14:59:55','2025-10-09 14:59:55','71bb4981-2c0d-4b00-8fef-6a7c7dd37962'),
(4303,32,3419,NULL,2602,5,'2025-10-09 14:59:55','2025-10-09 14:59:55','4cc9f514-1501-4ac3-94e8-bcfb6a0c46a7'),
(4304,32,3419,NULL,2604,6,'2025-10-09 14:59:55','2025-10-09 14:59:55','1ea19a96-e36b-43b4-a02b-8fba466458a3'),
(4305,22,3420,NULL,3416,1,'2025-10-09 14:59:55','2025-10-09 14:59:55','7b0dce52-8d6c-41e8-84fa-53eec911126e'),
(4306,22,3421,NULL,3418,1,'2025-10-09 14:59:55','2025-10-09 14:59:55','7fada00e-46ae-4689-a46c-ee4a37cb2da9'),
(4317,16,3423,NULL,3377,1,'2025-10-09 15:36:03','2025-10-09 15:36:03','ab48a9aa-46b3-4fd4-b159-8edecea1bf2f'),
(4318,7,3423,NULL,2969,1,'2025-10-09 15:36:03','2025-10-09 15:36:03','f9cca352-eb60-4436-b77f-009ec919bb11'),
(4319,7,3423,NULL,617,2,'2025-10-09 15:36:03','2025-10-09 15:36:03','dd1894e9-6c96-467c-8fa0-09dbfaf927a6'),
(4320,7,3423,NULL,605,3,'2025-10-09 15:36:03','2025-10-09 15:36:03','df297e65-6393-4ec7-81b7-1ad99fdaf4bd'),
(4321,32,3423,NULL,2610,1,'2025-10-09 15:36:03','2025-10-09 15:36:03','d8c71e93-dabc-46bc-83e3-e2e10288fc4c'),
(4322,32,3423,NULL,2598,2,'2025-10-09 15:36:03','2025-10-09 15:36:03','5bb33c6d-d75f-4bf4-8975-d444d011dc5f'),
(4323,32,3423,NULL,2600,3,'2025-10-09 15:36:03','2025-10-09 15:36:03','b39c646c-92c7-4427-89f7-a86ecca0cdff'),
(4324,32,3423,NULL,2596,4,'2025-10-09 15:36:03','2025-10-09 15:36:03','bf346e34-8675-4cc5-bb1f-509c128f2b3a'),
(4325,32,3423,NULL,2602,5,'2025-10-09 15:36:03','2025-10-09 15:36:03','f285d817-8b4d-4107-9098-cf92ef9dae63'),
(4326,32,3423,NULL,2604,6,'2025-10-09 15:36:03','2025-10-09 15:36:03','fb944e91-3a07-4b1b-8961-e76306f521e1'),
(4339,16,995,NULL,3425,1,'2025-10-09 16:25:17','2025-10-09 16:25:17','3862d8fc-3fff-44ee-9dfb-a7b88de328dd'),
(4340,7,995,NULL,601,1,'2025-10-09 16:25:17','2025-10-09 16:25:17','4c586843-3d4f-45ac-b6ad-b913608b4b48'),
(4341,7,995,NULL,617,2,'2025-10-09 16:25:17','2025-10-09 16:25:17','4369d417-69ab-4897-a428-223bb4abc5e7'),
(4342,7,995,NULL,605,3,'2025-10-09 16:25:17','2025-10-09 16:25:17','d1276a1b-3bcd-4efa-b2ff-18f6230eca4d'),
(4343,32,995,NULL,2614,1,'2025-10-09 16:25:17','2025-10-09 16:25:17','388ace45-2990-4696-9029-b13c670612a5'),
(4344,32,995,NULL,2610,2,'2025-10-09 16:25:17','2025-10-09 16:25:17','773d8b01-3101-4650-9928-7120f8e826c6'),
(4345,32,995,NULL,2598,3,'2025-10-09 16:25:17','2025-10-09 16:25:17','ea022eaf-58d9-4b54-a442-86151ec8dc95'),
(4346,32,995,NULL,2600,4,'2025-10-09 16:25:17','2025-10-09 16:25:17','ba5630f5-0b3b-4c7e-8054-4948a8c404c0'),
(4347,32,995,NULL,2596,5,'2025-10-09 16:25:17','2025-10-09 16:25:17','025a0d27-b07c-4799-ac10-d72f5e991544'),
(4348,32,995,NULL,2602,6,'2025-10-09 16:25:17','2025-10-09 16:25:17','699c3b99-9b5c-41e3-9e24-fbdbfeadd0e7'),
(4349,32,995,NULL,2606,7,'2025-10-09 16:25:17','2025-10-09 16:25:17','17580b76-a274-4b49-9d3e-e568bb0bfebe'),
(4350,32,995,NULL,2604,8,'2025-10-09 16:25:17','2025-10-09 16:25:17','0a4a4413-95dc-4f84-8248-a54d2bb91fba'),
(4351,16,3436,NULL,3425,1,'2025-10-09 16:25:17','2025-10-09 16:25:17','547830ed-775e-473d-ba4c-9ec42eb7a48c'),
(4352,7,3436,NULL,601,1,'2025-10-09 16:25:17','2025-10-09 16:25:17','2ef6f979-6ca7-4a43-984a-caa70595a115'),
(4353,7,3436,NULL,617,2,'2025-10-09 16:25:17','2025-10-09 16:25:17','99cf0a24-6009-4b96-893c-0b190892501b'),
(4354,7,3436,NULL,605,3,'2025-10-09 16:25:17','2025-10-09 16:25:17','82185b06-4030-49e1-8e35-0d5c9551795f'),
(4355,32,3436,NULL,2614,1,'2025-10-09 16:25:17','2025-10-09 16:25:17','c4b335f5-6b6c-4674-b775-c1d328ae0fae'),
(4356,32,3436,NULL,2610,2,'2025-10-09 16:25:17','2025-10-09 16:25:17','fbafbb97-c531-4a69-83aa-2267c6985bca'),
(4357,32,3436,NULL,2598,3,'2025-10-09 16:25:17','2025-10-09 16:25:17','a31c9fd0-8eaf-4633-9f27-a46bdadedcfc'),
(4358,32,3436,NULL,2600,4,'2025-10-09 16:25:17','2025-10-09 16:25:17','c708b53d-026a-4d18-9a16-ee1c0076daf8'),
(4359,32,3436,NULL,2596,5,'2025-10-09 16:25:17','2025-10-09 16:25:17','7a640032-a9d7-426e-86ed-4994c545ca89'),
(4360,32,3436,NULL,2602,6,'2025-10-09 16:25:17','2025-10-09 16:25:17','6a4da293-535c-4b93-86d7-e928a7d9ee09'),
(4361,32,3436,NULL,2606,7,'2025-10-09 16:25:17','2025-10-09 16:25:17','9f540414-28b4-4745-9e44-d89bfb74837a'),
(4362,32,3436,NULL,2604,8,'2025-10-09 16:25:17','2025-10-09 16:25:17','26a1499b-59e4-47ef-91eb-e94db90561bd'),
(4375,16,3443,NULL,3425,1,'2025-10-09 16:29:17','2025-10-09 16:29:17','473e174d-3111-44f8-b817-143f6b81db95'),
(4376,7,3443,NULL,601,1,'2025-10-09 16:29:17','2025-10-09 16:29:17','69440ef9-8e09-426c-87f9-23cd4011d0a5'),
(4377,7,3443,NULL,617,2,'2025-10-09 16:29:17','2025-10-09 16:29:17','13e81502-5e10-46d8-ac52-19c4b54bf0c3'),
(4378,7,3443,NULL,605,3,'2025-10-09 16:29:17','2025-10-09 16:29:17','d87b86d1-6343-440d-b3a8-2bfe1fa43968'),
(4379,32,3443,NULL,2614,1,'2025-10-09 16:29:17','2025-10-09 16:29:17','fcb1f0fd-c363-4c62-928b-657bc16daff4'),
(4380,32,3443,NULL,2610,2,'2025-10-09 16:29:17','2025-10-09 16:29:17','d7d07c9a-23a8-4d1d-af41-344751ac72a6'),
(4381,32,3443,NULL,2598,3,'2025-10-09 16:29:17','2025-10-09 16:29:17','5d4ada75-3f5f-4919-b3e7-981111a53586'),
(4382,32,3443,NULL,2600,4,'2025-10-09 16:29:17','2025-10-09 16:29:17','9d515e9d-9a6e-47cd-8741-19a5027351b5'),
(4383,32,3443,NULL,2596,5,'2025-10-09 16:29:17','2025-10-09 16:29:17','2a3702b2-8355-41b8-a22c-de05d9f58bbb'),
(4384,32,3443,NULL,2602,6,'2025-10-09 16:29:17','2025-10-09 16:29:17','37afbeb5-4d76-4c1c-95eb-4e964e53fa5c'),
(4385,32,3443,NULL,2606,7,'2025-10-09 16:29:17','2025-10-09 16:29:17','ec2eaa07-9ed9-406f-a257-b1ce9c1b3435'),
(4386,32,3443,NULL,2604,8,'2025-10-09 16:29:17','2025-10-09 16:29:17','11d7a04b-be3e-45ed-bde0-454fd2e15656'),
(4399,16,3455,NULL,3425,1,'2025-10-09 16:30:48','2025-10-09 16:30:48','55062e25-633d-48a0-a86b-7185643d9edc'),
(4400,7,3455,NULL,601,1,'2025-10-09 16:30:48','2025-10-09 16:30:48','df384112-573f-482f-8f9b-346c04ada4a8'),
(4401,7,3455,NULL,617,2,'2025-10-09 16:30:48','2025-10-09 16:30:48','e80cfe3a-2974-425d-88ef-98f9cc48413e'),
(4402,7,3455,NULL,605,3,'2025-10-09 16:30:48','2025-10-09 16:30:48','5ff4e550-f39a-410e-9bd5-a38b1783caa2'),
(4403,32,3455,NULL,2614,1,'2025-10-09 16:30:48','2025-10-09 16:30:48','251b92e2-1658-438f-abe7-380a408e1a3a'),
(4404,32,3455,NULL,2610,2,'2025-10-09 16:30:48','2025-10-09 16:30:48','96a828e0-450a-4f89-b70b-088a6bcaec94'),
(4405,32,3455,NULL,2598,3,'2025-10-09 16:30:48','2025-10-09 16:30:48','79f7aa4f-a5b8-4dec-8bb3-571b003ae6a4'),
(4406,32,3455,NULL,2600,4,'2025-10-09 16:30:48','2025-10-09 16:30:48','1edb0aaf-7bb6-4eba-b41e-1bbd075ed4de'),
(4407,32,3455,NULL,2596,5,'2025-10-09 16:30:48','2025-10-09 16:30:48','bdbcfea2-facd-4456-9aeb-d5c5a0781d75'),
(4408,32,3455,NULL,2602,6,'2025-10-09 16:30:48','2025-10-09 16:30:48','17d0f886-3c09-41fb-81f0-0a6047fa7b5a'),
(4409,32,3455,NULL,2606,7,'2025-10-09 16:30:48','2025-10-09 16:30:48','1bb82c11-680d-4f91-805e-a6d2a2a3dd1b'),
(4410,32,3455,NULL,2604,8,'2025-10-09 16:30:48','2025-10-09 16:30:48','9d56fc79-55ee-4694-ab10-7680b90f5f39'),
(4423,16,3463,NULL,3425,1,'2025-10-09 16:31:32','2025-10-09 16:31:32','420107b6-08fe-414c-b28e-7252bcf9b191'),
(4424,7,3463,NULL,601,1,'2025-10-09 16:31:32','2025-10-09 16:31:32','d8dd3b1e-588e-45a1-b3e5-49dac5ac16f1'),
(4425,7,3463,NULL,617,2,'2025-10-09 16:31:32','2025-10-09 16:31:32','f4500b23-17cd-4f87-9e80-c87e365e1a39'),
(4426,7,3463,NULL,605,3,'2025-10-09 16:31:32','2025-10-09 16:31:32','44809426-1ed9-4efd-b7fc-93af38004c71'),
(4427,32,3463,NULL,2614,1,'2025-10-09 16:31:32','2025-10-09 16:31:32','20aa23f4-ffd7-459d-b746-1cbcb6b17045'),
(4428,32,3463,NULL,2610,2,'2025-10-09 16:31:32','2025-10-09 16:31:32','caf4613d-5778-4e79-a802-7fa9452e45d8'),
(4429,32,3463,NULL,2598,3,'2025-10-09 16:31:32','2025-10-09 16:31:32','18d9a6d6-aa49-4666-afe0-a56363e7c82c'),
(4430,32,3463,NULL,2600,4,'2025-10-09 16:31:32','2025-10-09 16:31:32','b232326c-8605-473c-8837-aaa0b3fa4a4f'),
(4431,32,3463,NULL,2596,5,'2025-10-09 16:31:32','2025-10-09 16:31:32','39c1944b-b0a5-469d-93f9-9cde551390fa'),
(4432,32,3463,NULL,2602,6,'2025-10-09 16:31:32','2025-10-09 16:31:32','50c00258-7f92-422d-9051-2110a8146c90'),
(4433,32,3463,NULL,2606,7,'2025-10-09 16:31:32','2025-10-09 16:31:32','fb31b2e9-ffe4-4949-8210-48cc24028b59'),
(4434,32,3463,NULL,2604,8,'2025-10-09 16:31:32','2025-10-09 16:31:32','2542b4cb-77a1-4eb7-adff-c62886d5d24b'),
(4435,16,3465,NULL,3425,1,'2025-10-09 16:31:37','2025-10-09 16:31:37','635c52ee-8ad3-44fc-8252-76ac0369ac00'),
(4436,7,3465,NULL,601,1,'2025-10-09 16:31:37','2025-10-09 16:31:37','7b2b75aa-d6e6-4354-b6a7-42d14b63905a'),
(4437,7,3465,NULL,617,2,'2025-10-09 16:31:37','2025-10-09 16:31:37','ebb0cc5c-b5dd-41dc-baf6-a3b184faf210'),
(4438,7,3465,NULL,605,3,'2025-10-09 16:31:37','2025-10-09 16:31:37','14af18eb-2f30-4dee-839d-e3f0fd09456c'),
(4439,32,3465,NULL,2614,1,'2025-10-09 16:31:37','2025-10-09 16:31:37','8bcff6e7-d577-4120-b587-e85a73415cfa'),
(4440,32,3465,NULL,2610,2,'2025-10-09 16:31:37','2025-10-09 16:31:37','4f5709c1-f8a4-40a5-9efa-5008ac590f13'),
(4441,32,3465,NULL,2598,3,'2025-10-09 16:31:37','2025-10-09 16:31:37','93ae3de7-65f3-4986-b799-890eed12b499'),
(4442,32,3465,NULL,2600,4,'2025-10-09 16:31:37','2025-10-09 16:31:37','b2389559-50f5-4bcb-9671-291219fc68de'),
(4443,32,3465,NULL,2596,5,'2025-10-09 16:31:37','2025-10-09 16:31:37','3d9cc4fe-30f6-4489-b638-4b78649d4e42'),
(4444,32,3465,NULL,2602,6,'2025-10-09 16:31:37','2025-10-09 16:31:37','4a4ec242-cbf8-4817-9a18-0fb92d978185'),
(4445,32,3465,NULL,2606,7,'2025-10-09 16:31:37','2025-10-09 16:31:37','a688d70b-c752-42dd-b667-2253849b779c'),
(4446,32,3465,NULL,2604,8,'2025-10-09 16:31:37','2025-10-09 16:31:37','0893fe9f-d0fb-40d4-a057-a42782c5c15f'),
(4449,58,3469,NULL,3018,1,'2025-10-09 16:33:43','2025-10-09 16:33:43','72bfe13e-a1bb-488d-b7d0-c78d59fac01a'),
(4458,58,3471,NULL,2887,1,'2025-10-09 16:34:57','2025-10-09 16:34:57','d93a9f14-295f-4e44-8c77-0151157988ac'),
(4460,7,999,NULL,601,2,'2025-10-09 16:34:59','2026-01-17 20:45:46','c72f80af-5e61-4131-bed8-1d67c7facf00'),
(4464,7,999,NULL,2974,5,'2025-10-09 16:34:59','2025-10-09 16:34:59','699b3b6a-6f21-4f44-883c-1394efe2ffcb'),
(4465,7,999,NULL,617,3,'2025-10-09 16:34:59','2026-01-17 20:45:46','0b2b0882-7f7c-4b5a-a930-855a5db7c3ff'),
(4466,7,999,NULL,605,8,'2025-10-09 16:34:59','2026-02-13 16:44:35','283087d2-8dd6-4ce4-8e1c-0947a1c9644e'),
(4467,16,3472,NULL,3467,1,'2025-10-09 16:34:59','2025-10-09 16:34:59','f25694e3-2888-45b8-818d-152e0ae81290'),
(4468,7,3472,NULL,601,1,'2025-10-09 16:34:59','2025-10-09 16:34:59','7b6e16c2-feee-48f0-ab13-e7bdd5b1319e'),
(4469,7,3472,NULL,3468,2,'2025-10-09 16:34:59','2025-10-09 16:34:59','e48bfcd4-4669-4ab4-a2ed-6ccde478a7d3'),
(4471,7,3472,NULL,2972,4,'2025-10-09 16:34:59','2025-10-09 16:34:59','5939a93a-4eea-4e24-b057-109d9ab40659'),
(4472,7,3472,NULL,2974,5,'2025-10-09 16:34:59','2025-10-09 16:34:59','82333062-24b1-48bb-8f38-98bb8970992d'),
(4473,7,3472,NULL,617,6,'2025-10-09 16:34:59','2025-10-09 16:34:59','5f5f7a9b-792b-4b55-a3ff-313b8ee9ad3f'),
(4474,7,3472,NULL,605,7,'2025-10-09 16:34:59','2025-10-09 16:34:59','6dd0005f-1ade-4b9f-9540-b2ed577b7fe1'),
(4483,16,3484,NULL,3467,1,'2025-10-09 16:36:27','2025-10-09 16:36:27','6d101594-2b40-4488-9b74-d53fb9820eec'),
(4484,7,3484,NULL,601,1,'2025-10-09 16:36:27','2025-10-09 16:36:27','78108a4e-b421-4cc8-9e06-3f1c2e949312'),
(4485,7,3484,NULL,3468,2,'2025-10-09 16:36:27','2025-10-09 16:36:27','90cb4a10-ff6b-424c-a0d9-c85faf02a5a3'),
(4487,7,3484,NULL,2972,4,'2025-10-09 16:36:27','2025-10-09 16:36:27','861b79a8-d137-449b-8a99-d2ee5dcafeaf'),
(4488,7,3484,NULL,2974,5,'2025-10-09 16:36:27','2025-10-09 16:36:27','6095e254-26b8-4c30-b8be-19bb77349953'),
(4489,7,3484,NULL,617,6,'2025-10-09 16:36:27','2025-10-09 16:36:27','0cee0976-e384-4144-a057-0f2bc978abd6'),
(4490,7,3484,NULL,605,7,'2025-10-09 16:36:27','2025-10-09 16:36:27','017aaea7-1822-490f-88c0-117495105651'),
(4505,32,999,NULL,2610,1,'2025-10-09 16:36:52','2025-10-09 16:36:52','eebdd7a6-c9bd-4ab0-8917-f16f853ddb71'),
(4506,32,999,NULL,2598,2,'2025-10-09 16:36:52','2025-10-09 16:36:52','2a194bb4-2687-4038-a18d-b16ab8715c09'),
(4507,32,999,NULL,2600,3,'2025-10-09 16:36:52','2025-10-09 16:36:52','757b610d-d5bc-47d6-8183-9d8a751a7194'),
(4508,32,999,NULL,2596,4,'2025-10-09 16:36:52','2025-10-09 16:36:52','3d85724d-2268-44c1-bce7-bbe0bf6a8979'),
(4509,32,999,NULL,2602,5,'2025-10-09 16:36:52','2025-10-09 16:36:52','be36584a-bece-4583-933d-672f0159ed8f'),
(4510,32,999,NULL,2604,6,'2025-10-09 16:36:52','2025-10-09 16:36:52','7e740f87-f451-4421-929c-39d3e8b7a019'),
(4511,16,3491,NULL,3467,1,'2025-10-09 16:36:52','2025-10-09 16:36:52','166bbb09-7ab2-4cc0-bf5e-a29093d3db45'),
(4512,7,3491,NULL,601,1,'2025-10-09 16:36:52','2025-10-09 16:36:52','777c093a-0f40-4a5c-9375-7763207fb433'),
(4513,7,3491,NULL,3468,2,'2025-10-09 16:36:52','2025-10-09 16:36:52','5f879685-d4a9-412f-ad80-eb13750671e2'),
(4515,7,3491,NULL,2972,4,'2025-10-09 16:36:52','2025-10-09 16:36:52','2d60430a-c9e6-4896-9163-ca605b8abc46'),
(4516,7,3491,NULL,2974,5,'2025-10-09 16:36:52','2025-10-09 16:36:52','b72e73ec-ed25-41fc-8ea6-4b2af22500be'),
(4517,7,3491,NULL,617,6,'2025-10-09 16:36:52','2025-10-09 16:36:52','836eaf65-5f05-4687-b390-30419c78b338'),
(4518,7,3491,NULL,605,7,'2025-10-09 16:36:52','2025-10-09 16:36:52','975f4d4b-54cd-4461-ae3b-809710fd1f1b'),
(4519,32,3491,NULL,2610,1,'2025-10-09 16:36:52','2025-10-09 16:36:52','32745dfb-d21e-4a32-9620-c8b3c749e3f0'),
(4520,32,3491,NULL,2598,2,'2025-10-09 16:36:52','2025-10-09 16:36:52','215ce983-cec7-416c-81c9-c0ecfadfe1c5'),
(4521,32,3491,NULL,2600,3,'2025-10-09 16:36:52','2025-10-09 16:36:52','dacc4acd-bb0e-454c-8986-8fdf10d9e60e'),
(4522,32,3491,NULL,2596,4,'2025-10-09 16:36:52','2025-10-09 16:36:52','fb93e864-a974-4ad5-b0f0-41ce9e0e4d49'),
(4523,32,3491,NULL,2602,5,'2025-10-09 16:36:52','2025-10-09 16:36:52','ce87ebf3-8c8c-4375-90cb-ca945fc4577b'),
(4524,32,3491,NULL,2604,6,'2025-10-09 16:36:52','2025-10-09 16:36:52','9f8cf289-046b-4a90-95d9-c76018398f29'),
(4547,7,1005,NULL,601,1,'2025-10-09 16:40:04','2025-10-09 16:40:04','f2cd64a9-8f3e-4927-b4f1-3578e55f9627'),
(4548,7,1005,NULL,605,2,'2025-10-09 16:40:04','2025-10-09 16:40:04','4c0a80a3-204a-4e74-b095-dc9111a080a3'),
(4549,7,1005,NULL,617,3,'2025-10-09 16:40:04','2025-10-09 16:40:04','7105c5be-1037-4248-b708-b0bf84f3e82b'),
(4550,7,1005,NULL,2974,4,'2025-10-09 16:40:04','2025-10-09 16:40:04','eaeb5c42-a626-4585-80ec-7cd6ce24641f'),
(4551,16,3499,NULL,3498,1,'2025-10-09 16:40:04','2025-10-09 16:40:04','2067d99d-d975-4eff-9fd5-f62eb9d2902f'),
(4552,7,3499,NULL,601,1,'2025-10-09 16:40:04','2025-10-09 16:40:04','60c3d794-dc3c-4c1d-a13b-3cea7771e34c'),
(4553,7,3499,NULL,605,2,'2025-10-09 16:40:04','2025-10-09 16:40:04','7631c766-f8d0-47b6-af51-29c56c30eccc'),
(4554,7,3499,NULL,617,3,'2025-10-09 16:40:04','2025-10-09 16:40:04','df29cd0b-18d2-4dc1-8563-279a68d801ed'),
(4555,7,3499,NULL,2974,4,'2025-10-09 16:40:04','2025-10-09 16:40:04','a5c075cb-dec7-43a9-9e59-2e43fca7d125'),
(4569,32,1005,NULL,2610,1,'2025-10-09 16:42:02','2025-10-09 16:42:02','563c2447-ebb5-49d9-8d43-91480ae74137'),
(4570,32,1005,NULL,2598,2,'2025-10-09 16:42:02','2025-10-09 16:42:02','f3b4f147-481a-4dff-ab67-9a48ee68a183'),
(4571,32,1005,NULL,2608,3,'2025-10-09 16:42:02','2025-10-09 16:42:02','7d7c2f1c-c2fe-4d21-bf88-55b8e99f328f'),
(4572,32,1005,NULL,2600,4,'2025-10-09 16:42:02','2025-10-09 16:42:02','43a87164-c841-41a6-ab5a-1456f76a94a2'),
(4573,32,1005,NULL,2596,5,'2025-10-09 16:42:02','2025-10-09 16:42:02','c300e5d0-2016-470d-a28f-3a2e8b6df8ee'),
(4574,32,1005,NULL,2602,6,'2025-10-09 16:42:02','2025-10-09 16:42:02','feea20de-618b-41a9-9dfc-c8e1e3aedeeb'),
(4575,32,1005,NULL,2612,7,'2025-10-09 16:42:02','2025-10-09 16:42:02','a0d4bbfd-c7b3-41f9-8b99-654478af7532'),
(4576,32,1005,NULL,2604,8,'2025-10-09 16:42:02','2025-10-09 16:42:02','99843c6a-0645-4416-96ea-001e5159bef2'),
(4577,16,3512,NULL,3498,1,'2025-10-09 16:42:02','2025-10-09 16:42:02','df5dbc0e-e6b5-47d1-b64f-96569b77eef6'),
(4578,7,3512,NULL,601,1,'2025-10-09 16:42:02','2025-10-09 16:42:02','b92f5a22-18f1-4c8b-8cbf-d32e71e42615'),
(4579,7,3512,NULL,605,2,'2025-10-09 16:42:02','2025-10-09 16:42:02','c84cb691-007c-4cd9-90e4-2efaddda65fd'),
(4580,7,3512,NULL,617,3,'2025-10-09 16:42:02','2025-10-09 16:42:02','3ecce0fb-c704-4731-bf57-ebb2cc606d51'),
(4581,7,3512,NULL,2974,4,'2025-10-09 16:42:02','2025-10-09 16:42:02','b1010c3b-f2e8-438f-979c-7b63480bfce3'),
(4582,32,3512,NULL,2610,1,'2025-10-09 16:42:02','2025-10-09 16:42:02','9152b173-2058-4805-934d-646581bd419b'),
(4583,32,3512,NULL,2598,2,'2025-10-09 16:42:02','2025-10-09 16:42:02','5f461a2e-1b61-4a0c-9d8d-8948bc1a0ca9'),
(4584,32,3512,NULL,2608,3,'2025-10-09 16:42:02','2025-10-09 16:42:02','1218a700-87bf-4b71-8dc2-367e47ef93dc'),
(4585,32,3512,NULL,2600,4,'2025-10-09 16:42:02','2025-10-09 16:42:02','c5980480-1b46-4906-9741-86201fabddb0'),
(4586,32,3512,NULL,2596,5,'2025-10-09 16:42:02','2025-10-09 16:42:02','5836307c-4465-48aa-85a1-a7cc46b73a24'),
(4587,32,3512,NULL,2602,6,'2025-10-09 16:42:02','2025-10-09 16:42:02','b6b28acf-b3ad-4633-81d7-e0b60c00e091'),
(4588,32,3512,NULL,2612,7,'2025-10-09 16:42:02','2025-10-09 16:42:02','c9c09e89-67bd-4692-92cc-fd625b67cba6'),
(4589,32,3512,NULL,2604,8,'2025-10-09 16:42:02','2025-10-09 16:42:02','248b2421-8a18-46a5-962f-d986c4bbba81'),
(4603,16,3523,NULL,3498,1,'2025-10-09 16:42:54','2025-10-09 16:42:54','ce598d8b-ef56-4197-b540-44656884128f'),
(4604,7,3523,NULL,601,1,'2025-10-09 16:42:54','2025-10-09 16:42:54','a86ad456-41b7-413f-89c2-3b42308cde23'),
(4605,7,3523,NULL,605,2,'2025-10-09 16:42:54','2025-10-09 16:42:54','3343feac-e2d6-44a2-b22e-edeb5df97bed'),
(4606,7,3523,NULL,617,3,'2025-10-09 16:42:54','2025-10-09 16:42:54','521bd82b-65e2-4f0b-88bd-94410ac515bb'),
(4607,7,3523,NULL,2974,4,'2025-10-09 16:42:54','2025-10-09 16:42:54','d2f92155-40e3-4052-93bb-7abc795a6ed3'),
(4608,32,3523,NULL,2610,1,'2025-10-09 16:42:54','2025-10-09 16:42:54','910713c6-ec78-4534-b58e-52496b3a70ea'),
(4609,32,3523,NULL,2598,2,'2025-10-09 16:42:54','2025-10-09 16:42:54','e949ecff-6f92-431d-ad56-dd5bc8810ec4'),
(4610,32,3523,NULL,2608,3,'2025-10-09 16:42:54','2025-10-09 16:42:54','41c68a9e-47df-4952-b279-dfa8a6cde253'),
(4611,32,3523,NULL,2600,4,'2025-10-09 16:42:54','2025-10-09 16:42:54','2911e91d-1253-4f75-898d-cc4db815a888'),
(4612,32,3523,NULL,2596,5,'2025-10-09 16:42:54','2025-10-09 16:42:54','50c967d0-8bb6-4176-a040-9d4a6a641d59'),
(4613,32,3523,NULL,2602,6,'2025-10-09 16:42:54','2025-10-09 16:42:54','8c1cf99c-0770-4483-9ccf-ee1edda306f4'),
(4614,32,3523,NULL,2612,7,'2025-10-09 16:42:54','2025-10-09 16:42:54','92b9fd46-7295-44ff-af24-d8be921b5ab5'),
(4615,32,3523,NULL,2604,8,'2025-10-09 16:42:54','2025-10-09 16:42:54','49db4ed3-7f4e-442d-9ad1-90eea8fced7c'),
(4629,16,3528,NULL,3498,1,'2025-10-09 16:42:58','2025-10-09 16:42:58','3ca6168d-4e2a-484d-9b2b-f780e63933d5'),
(4630,7,3528,NULL,601,1,'2025-10-09 16:42:58','2025-10-09 16:42:58','65ee73a4-b0ab-43cc-9900-67ea129008b2'),
(4631,7,3528,NULL,605,2,'2025-10-09 16:42:58','2025-10-09 16:42:58','fbc6d3d6-0d31-4485-9a3b-95515472e5b4'),
(4632,7,3528,NULL,617,3,'2025-10-09 16:42:58','2025-10-09 16:42:58','a05aea64-71e3-4d4f-915d-878026218ace'),
(4633,7,3528,NULL,2974,4,'2025-10-09 16:42:58','2025-10-09 16:42:58','60ef1e7b-c486-4d71-bce4-7c559c5aa9ea'),
(4634,32,3528,NULL,2610,1,'2025-10-09 16:42:58','2025-10-09 16:42:58','fcedb257-a3b5-4c00-914c-d72cfb74fe5c'),
(4635,32,3528,NULL,2598,2,'2025-10-09 16:42:58','2025-10-09 16:42:58','e6ab76df-67fe-4889-a051-4187f88b7756'),
(4636,32,3528,NULL,2608,3,'2025-10-09 16:42:58','2025-10-09 16:42:58','66fc63b9-5734-42ce-a683-6cffb72af8c0'),
(4637,32,3528,NULL,2600,4,'2025-10-09 16:42:58','2025-10-09 16:42:58','13d4b47f-49b8-4f69-996b-dc18e1cd89e8'),
(4638,32,3528,NULL,2596,5,'2025-10-09 16:42:58','2025-10-09 16:42:58','4fc501f7-2797-4362-b042-1bc5530159fc'),
(4639,32,3528,NULL,2602,6,'2025-10-09 16:42:58','2025-10-09 16:42:58','605f8eec-f0c5-4095-97c0-71060227f079'),
(4640,32,3528,NULL,2612,7,'2025-10-09 16:42:58','2025-10-09 16:42:58','36683c7a-a230-413a-98fd-1b5920314e62'),
(4641,32,3528,NULL,2604,8,'2025-10-09 16:42:58','2025-10-09 16:42:58','95ac823b-dafe-4e04-98a0-b6cd7277e292'),
(4651,7,1011,NULL,2974,2,'2025-10-09 17:04:12','2026-01-17 20:46:49','88a290b7-8d9a-4825-b35d-dcaedd32e1fe'),
(4652,7,1011,NULL,617,3,'2025-10-09 17:04:12','2026-01-17 20:46:49','164b2a52-af53-46ec-81b2-bd0d8e6e3498'),
(4653,7,1011,NULL,605,5,'2025-10-09 17:04:12','2026-01-18 22:27:36','6a686c17-f563-415d-abbc-b507ce88ac9c'),
(4654,16,3541,NULL,3530,1,'2025-10-09 17:04:12','2025-10-09 17:04:12','4219a0a1-421c-458b-ac4c-277de3aa9dbd'),
(4655,7,3541,NULL,2969,1,'2025-10-09 17:04:12','2025-10-09 17:04:12','006980f0-f37f-4f90-8ce9-c7c3ff617bb2'),
(4657,7,3541,NULL,2974,3,'2025-10-09 17:04:12','2025-10-09 17:04:12','bd52862e-510b-4bc8-a146-215d7d00e7aa'),
(4658,7,3541,NULL,617,4,'2025-10-09 17:04:12','2025-10-09 17:04:12','86d23fb9-90b3-48ec-8a82-fa9b97bac4c7'),
(4659,7,3541,NULL,605,5,'2025-10-09 17:04:12','2025-10-09 17:04:12','8f8b3805-7c21-4f27-8b02-86392f8b3468'),
(4673,32,1011,NULL,2610,1,'2025-10-09 17:04:34','2025-10-09 17:04:34','757bdf2d-24e8-4747-94e1-a53d1a1f6f5c'),
(4674,32,1011,NULL,2598,2,'2025-10-09 17:04:34','2025-10-09 17:04:34','c8af9226-34b3-4939-ad61-5add0b2aad5a'),
(4675,32,1011,NULL,2608,3,'2025-10-09 17:04:34','2025-10-09 17:04:34','78fedade-d01a-4823-a517-673a21242cee'),
(4676,32,1011,NULL,2600,4,'2025-10-09 17:04:34','2025-10-09 17:04:34','3768c88d-d5d3-45c9-9816-4d001e70df5e'),
(4677,32,1011,NULL,2596,5,'2025-10-09 17:04:34','2025-10-09 17:04:34','ba4710de-483f-4aad-bbb7-73d6af630137'),
(4678,32,1011,NULL,2602,6,'2025-10-09 17:04:34','2025-10-09 17:04:34','22cd84e0-a5b2-434b-ae16-4166b4c6c9fa'),
(4679,32,1011,NULL,2604,7,'2025-10-09 17:04:34','2025-10-09 17:04:34','4354dfab-a942-4f58-83da-d7d6b99e4e3a'),
(4680,16,3548,NULL,3530,1,'2025-10-09 17:04:34','2025-10-09 17:04:34','02cc1ea5-1961-4e2c-ba5c-523edc26664e'),
(4681,7,3548,NULL,2969,1,'2025-10-09 17:04:34','2025-10-09 17:04:34','04bded95-ad4f-4de9-b204-20ab29194bfa'),
(4683,7,3548,NULL,2974,3,'2025-10-09 17:04:34','2025-10-09 17:04:34','0c10bb28-a831-47df-b5f1-5150c4360dd3'),
(4684,7,3548,NULL,617,4,'2025-10-09 17:04:34','2025-10-09 17:04:34','4dd21c63-42a6-425d-b665-9792cfd0a6a3'),
(4685,7,3548,NULL,605,5,'2025-10-09 17:04:34','2025-10-09 17:04:34','efda3024-4d6f-4f44-9a82-d7775247e95f'),
(4686,32,3548,NULL,2610,1,'2025-10-09 17:04:34','2025-10-09 17:04:34','097e8f7f-a4db-400b-afc0-5823a086d2b9'),
(4687,32,3548,NULL,2598,2,'2025-10-09 17:04:34','2025-10-09 17:04:34','b5cca044-7e7c-4ec9-a5c6-56e85c1e5112'),
(4688,32,3548,NULL,2608,3,'2025-10-09 17:04:34','2025-10-09 17:04:34','7c6be3d2-3e80-4ca6-a507-4825d7ff84b4'),
(4689,32,3548,NULL,2600,4,'2025-10-09 17:04:34','2025-10-09 17:04:34','d91d7a2e-4606-44a9-ae13-fc7b6e72f0a6'),
(4690,32,3548,NULL,2596,5,'2025-10-09 17:04:34','2025-10-09 17:04:34','1d945414-b909-48b8-92f0-718867794de2'),
(4691,32,3548,NULL,2602,6,'2025-10-09 17:04:34','2025-10-09 17:04:34','2ae89c44-0731-4589-8bc0-b4c17c6aadf6'),
(4692,32,3548,NULL,2604,7,'2025-10-09 17:04:34','2025-10-09 17:04:34','1f44bd87-e66b-4716-9073-59d3a5768fb1'),
(4706,16,3556,NULL,3530,1,'2025-10-09 17:05:50','2025-10-09 17:05:50','97bde8c4-8683-4fe0-b8c8-298ed8be49b0'),
(4707,7,3556,NULL,2969,1,'2025-10-09 17:05:50','2025-10-09 17:05:50','b55b0a38-50c3-4a5f-8d6c-49428878f37f'),
(4709,7,3556,NULL,2974,3,'2025-10-09 17:05:50','2025-10-09 17:05:50','cfacb6c8-090e-42d5-846a-5650178b5dd5'),
(4710,7,3556,NULL,617,4,'2025-10-09 17:05:50','2025-10-09 17:05:50','99eb2b5f-f848-45e9-8619-c4df14c3dccc'),
(4711,7,3556,NULL,605,5,'2025-10-09 17:05:50','2025-10-09 17:05:50','a87c9481-0c78-4a2f-a472-1f02c9c36e11'),
(4712,32,3556,NULL,2610,1,'2025-10-09 17:05:50','2025-10-09 17:05:50','68f88a33-b335-49e4-98dc-758001ca1a59'),
(4713,32,3556,NULL,2598,2,'2025-10-09 17:05:50','2025-10-09 17:05:50','130ebc7f-5404-4f73-a27f-cb265db4185a'),
(4714,32,3556,NULL,2608,3,'2025-10-09 17:05:50','2025-10-09 17:05:50','c6a414a1-7d75-4c0c-8ea9-51488dee5cc8'),
(4715,32,3556,NULL,2600,4,'2025-10-09 17:05:50','2025-10-09 17:05:50','ff0267ca-96bc-4913-be28-c8dbded4ec0c'),
(4716,32,3556,NULL,2596,5,'2025-10-09 17:05:50','2025-10-09 17:05:50','472106b6-d550-4e83-bcc6-dc058cd7edd1'),
(4717,32,3556,NULL,2602,6,'2025-10-09 17:05:50','2025-10-09 17:05:50','21e1286a-fc82-4c53-94ce-d35535dad424'),
(4718,32,3556,NULL,2604,7,'2025-10-09 17:05:50','2025-10-09 17:05:50','e9084b5a-a410-478b-b430-563669da97f8'),
(4732,16,3562,NULL,3530,1,'2025-10-09 17:05:54','2025-10-09 17:05:54','19d74f0e-502f-4418-927d-66c925244e3b'),
(4733,7,3562,NULL,2969,1,'2025-10-09 17:05:54','2025-10-09 17:05:54','f2306a4a-d865-4bec-bd92-62c21829b320'),
(4735,7,3562,NULL,2974,3,'2025-10-09 17:05:54','2025-10-09 17:05:54','e6b9a767-3ed9-4444-a4a6-82a262ce6e82'),
(4736,7,3562,NULL,617,4,'2025-10-09 17:05:54','2025-10-09 17:05:54','6b05e7c1-871e-423e-984a-1cfb42532f5b'),
(4737,7,3562,NULL,605,5,'2025-10-09 17:05:54','2025-10-09 17:05:54','36174ffc-63ac-4012-96ce-f4692e475e23'),
(4738,32,3562,NULL,2610,1,'2025-10-09 17:05:54','2025-10-09 17:05:54','57bd01b2-3ee7-464a-98a5-b13d960136c5'),
(4739,32,3562,NULL,2598,2,'2025-10-09 17:05:54','2025-10-09 17:05:54','c9936641-5dbd-4cb6-86a5-370d9a401b56'),
(4740,32,3562,NULL,2608,3,'2025-10-09 17:05:54','2025-10-09 17:05:54','34d1b5c6-9262-46a1-b9ce-c01a4d2a1206'),
(4741,32,3562,NULL,2600,4,'2025-10-09 17:05:54','2025-10-09 17:05:54','fb8a1cb7-5c9a-4eca-853e-7fe2b5183e3c'),
(4742,32,3562,NULL,2596,5,'2025-10-09 17:05:54','2025-10-09 17:05:54','add0a668-75e7-4134-b568-4797915e08d4'),
(4743,32,3562,NULL,2602,6,'2025-10-09 17:05:54','2025-10-09 17:05:54','56d0c759-407d-41de-93a1-c454fd4ad182'),
(4744,32,3562,NULL,2604,7,'2025-10-09 17:05:54','2025-10-09 17:05:54','3b93d52d-395d-49ff-a392-a8c5d91f2a15'),
(4749,16,1017,NULL,3564,1,'2025-10-09 17:07:55','2025-10-09 17:07:55','ee6fd10c-d767-4ba4-a8ec-949e76177005'),
(4750,7,1017,NULL,601,1,'2025-10-09 17:07:55','2025-10-09 17:07:55','0e7efe19-a22b-4893-9be0-5d765a07b035'),
(4751,7,1017,NULL,617,2,'2025-10-09 17:07:55','2025-10-09 17:07:55','4b7fd48a-9493-40ff-91ac-29ac87ff2c76'),
(4752,7,1017,NULL,605,3,'2025-10-09 17:07:55','2025-10-09 17:07:55','5e0f8e4b-1db9-4284-ac99-9b71513f7c00'),
(4753,16,3565,NULL,3564,1,'2025-10-09 17:07:55','2025-10-09 17:07:55','5669cd96-c34c-4d97-a943-21d60c9c26d3'),
(4754,7,3565,NULL,601,1,'2025-10-09 17:07:55','2025-10-09 17:07:55','25f4975f-35f1-4906-910b-08efae088deb'),
(4755,7,3565,NULL,617,2,'2025-10-09 17:07:55','2025-10-09 17:07:55','fec6f0e7-9f60-4098-adcb-b7ba4fd9d180'),
(4756,7,3565,NULL,605,3,'2025-10-09 17:07:55','2025-10-09 17:07:55','0c66f71d-032f-4a27-8b55-dd2963102dfd'),
(4761,16,3577,NULL,3564,1,'2025-10-09 17:09:21','2025-10-09 17:09:21','6fe77ad5-0168-4f82-a7d3-caed173742b3'),
(4762,7,3577,NULL,601,1,'2025-10-09 17:09:21','2025-10-09 17:09:21','7f138d12-3047-4b44-8304-7fcb39306db4'),
(4763,7,3577,NULL,617,2,'2025-10-09 17:09:21','2025-10-09 17:09:21','e631fa3a-3b72-4aaf-b837-5c8888b64390'),
(4764,7,3577,NULL,605,3,'2025-10-09 17:09:21','2025-10-09 17:09:21','4ca1e116-27f4-4293-8024-a384f3f5bb06'),
(4776,32,1017,NULL,2614,1,'2025-10-09 17:09:46','2025-10-09 17:09:46','d27efa09-69b9-41fe-988b-f1b86b917878'),
(4777,32,1017,NULL,2610,2,'2025-10-09 17:09:46','2025-10-09 17:09:46','4d86edcf-9138-4295-8f3b-466028941508'),
(4778,32,1017,NULL,2598,3,'2025-10-09 17:09:46','2025-10-09 17:09:46','9ac70a83-c3a9-4f19-9810-a764ab5b6c07'),
(4779,32,1017,NULL,2600,4,'2025-10-09 17:09:46','2025-10-09 17:09:46','cba2ad8b-58e7-47e3-a670-60ca7402b0d3'),
(4780,32,1017,NULL,2596,5,'2025-10-09 17:09:46','2025-10-09 17:09:46','bd6bd900-1dce-4289-8a0c-43b903734e6b'),
(4781,32,1017,NULL,2602,6,'2025-10-09 17:09:46','2025-10-09 17:09:46','7022ebe1-53f7-44ce-9e49-256d32680acc'),
(4782,32,1017,NULL,2604,7,'2025-10-09 17:09:46','2025-10-09 17:09:46','68581d52-9c5f-43db-a554-ad2f0e7e54bd'),
(4783,16,3584,NULL,3564,1,'2025-10-09 17:09:46','2025-10-09 17:09:46','cacdb244-41ac-48b9-8b46-d44737fd4fc2'),
(4784,7,3584,NULL,601,1,'2025-10-09 17:09:46','2025-10-09 17:09:46','cb566020-986a-41df-9b73-f2a6bfada17d'),
(4785,7,3584,NULL,617,2,'2025-10-09 17:09:46','2025-10-09 17:09:46','0493dbc7-4f0f-4bb5-9056-bd82ff0ca5b6'),
(4786,7,3584,NULL,605,3,'2025-10-09 17:09:46','2025-10-09 17:09:46','4b1edf02-3d49-4960-bf82-06a65711946c'),
(4787,32,3584,NULL,2614,1,'2025-10-09 17:09:46','2025-10-09 17:09:46','6eb0b9f0-cb2c-4653-8274-5264ea8336ed'),
(4788,32,3584,NULL,2610,2,'2025-10-09 17:09:46','2025-10-09 17:09:46','e5a16332-67bc-42ad-8bf0-16a57895130f'),
(4789,32,3584,NULL,2598,3,'2025-10-09 17:09:46','2025-10-09 17:09:46','91fce0c3-9a92-4b49-a3b4-a532971bcba2'),
(4790,32,3584,NULL,2600,4,'2025-10-09 17:09:46','2025-10-09 17:09:46','b02d1fad-1b24-4d55-9bde-638cc205919f'),
(4791,32,3584,NULL,2596,5,'2025-10-09 17:09:46','2025-10-09 17:09:46','d0824405-c9b5-4cc2-a26b-fcbccffb3254'),
(4792,32,3584,NULL,2602,6,'2025-10-09 17:09:46','2025-10-09 17:09:46','871f5fe0-e33f-4da3-935c-3031c5462a98'),
(4793,32,3584,NULL,2604,7,'2025-10-09 17:09:46','2025-10-09 17:09:46','092d2ff8-95e2-4e2c-87eb-8444bdd868ac'),
(4805,16,3588,NULL,3564,1,'2025-10-09 17:10:15','2025-10-09 17:10:15','b4e9a097-d26c-4146-8b78-649e0a1ce3ff'),
(4806,7,3588,NULL,601,1,'2025-10-09 17:10:15','2025-10-09 17:10:15','8828f545-9ba9-45aa-9bc0-a5b3c756ace5'),
(4807,7,3588,NULL,617,2,'2025-10-09 17:10:15','2025-10-09 17:10:15','704c1ebc-6860-4c24-a465-a7bd81cef750'),
(4808,7,3588,NULL,605,3,'2025-10-09 17:10:15','2025-10-09 17:10:15','820dac4a-eed8-4399-900f-ba4f13b02e0d'),
(4809,32,3588,NULL,2614,1,'2025-10-09 17:10:15','2025-10-09 17:10:15','d74bcf25-2c0d-4f00-a024-6731f351e88a'),
(4810,32,3588,NULL,2610,2,'2025-10-09 17:10:15','2025-10-09 17:10:15','0c93e11e-bad5-4cc8-9289-ea593b1fdc95'),
(4811,32,3588,NULL,2598,3,'2025-10-09 17:10:15','2025-10-09 17:10:15','9722688a-280a-4586-81ee-4e50d8e1d9b1'),
(4812,32,3588,NULL,2600,4,'2025-10-09 17:10:15','2025-10-09 17:10:15','ee1fd38a-61fe-4fb3-aaf4-dda65ce858c9'),
(4813,32,3588,NULL,2596,5,'2025-10-09 17:10:15','2025-10-09 17:10:15','565ec9ad-25a2-47f4-9941-c81a8c8a8ff6'),
(4814,32,3588,NULL,2602,6,'2025-10-09 17:10:15','2025-10-09 17:10:15','07c007a6-cd98-4607-986c-b5a596a6bff1'),
(4815,32,3588,NULL,2604,7,'2025-10-09 17:10:15','2025-10-09 17:10:15','9b247ea7-c57a-46f4-a131-1f56536a77b3'),
(4827,16,3592,NULL,3564,1,'2025-10-09 17:10:31','2025-10-09 17:10:31','539ce487-af28-457e-b877-389ca55e3997'),
(4828,7,3592,NULL,601,1,'2025-10-09 17:10:31','2025-10-09 17:10:31','6f43019f-0f0d-43cd-83a3-483d2a2a28c4'),
(4829,7,3592,NULL,617,2,'2025-10-09 17:10:31','2025-10-09 17:10:31','8a21cf98-6eda-40e5-ade4-c6ed168e623e'),
(4830,7,3592,NULL,605,3,'2025-10-09 17:10:31','2025-10-09 17:10:31','91e8fcad-a8c4-4b80-9ff3-b6c4c675dfaf'),
(4831,32,3592,NULL,2614,1,'2025-10-09 17:10:31','2025-10-09 17:10:31','0651e707-cec7-492f-bfcb-e8150e758f06'),
(4832,32,3592,NULL,2610,2,'2025-10-09 17:10:31','2025-10-09 17:10:31','663cca6f-f134-405f-b506-f1e55867c82b'),
(4833,32,3592,NULL,2598,3,'2025-10-09 17:10:31','2025-10-09 17:10:31','4f775f07-43bf-47db-ac3a-205349cc3397'),
(4834,32,3592,NULL,2600,4,'2025-10-09 17:10:31','2025-10-09 17:10:31','61f17bed-fb48-4d1b-9496-5b4cba68bf85'),
(4835,32,3592,NULL,2596,5,'2025-10-09 17:10:31','2025-10-09 17:10:31','1f052f49-fae0-446c-911e-816825735972'),
(4836,32,3592,NULL,2602,6,'2025-10-09 17:10:31','2025-10-09 17:10:31','b0a5e44e-f5c3-4325-aab4-2631c0db70e7'),
(4837,32,3592,NULL,2604,7,'2025-10-09 17:10:31','2025-10-09 17:10:31','eadfe037-96a7-4eac-9c8b-bf5986219dc6'),
(4844,7,1023,NULL,601,1,'2025-10-09 17:15:09','2025-10-09 17:15:09','9fc85fab-ae39-42a3-9b91-d420220794a9'),
(4846,7,1023,NULL,617,2,'2025-10-09 17:15:09','2026-01-17 20:47:45','182d4618-ddd5-4801-9ea1-cffa69957365'),
(4847,7,1023,NULL,605,5,'2025-10-09 17:15:09','2026-01-17 20:47:45','e6859390-a61b-4752-913d-f98083bc8642'),
(4874,32,1023,NULL,2610,1,'2025-10-09 17:20:03','2025-10-09 17:20:03','169b7f22-09e1-4e3d-af29-a9cf83883830'),
(4875,32,1023,NULL,2598,2,'2025-10-09 17:20:03','2025-10-09 17:20:03','b70ce207-aa18-49a9-ab1d-e39eb5b635e3'),
(4876,32,1023,NULL,2600,3,'2025-10-09 17:20:03','2025-10-09 17:20:03','852d5cb0-c646-4927-ab34-2aaafb835e51'),
(4877,32,1023,NULL,2596,4,'2025-10-09 17:20:03','2025-10-09 17:20:03','fe9c57cc-4c91-426a-821d-7cb6dd2c7089'),
(4878,32,1023,NULL,2602,5,'2025-10-09 17:20:03','2025-10-09 17:20:03','69db4e72-a59e-4d5e-937c-0e6b99309e3c'),
(4879,32,1023,NULL,2604,6,'2025-10-09 17:20:03','2025-10-09 17:20:03','58b873ae-5162-4e2f-ac35-4d9c406f523e'),
(4917,16,1035,NULL,3623,1,'2025-10-09 17:22:03','2025-10-09 17:22:03','930c5967-150f-4de4-8f51-006634d270f2'),
(4918,7,1035,NULL,601,1,'2025-10-09 17:22:03','2025-10-09 17:22:03','a41b6aea-ca79-4fa0-b5b9-cec6f3433fce'),
(4919,7,1035,NULL,617,2,'2025-10-09 17:22:03','2025-10-09 17:22:03','fa774613-0a98-4756-8f7f-5bec342588e1'),
(4920,7,1035,NULL,605,3,'2025-10-09 17:22:03','2025-10-09 17:22:03','71c48800-b359-4f62-98ce-199905171df2'),
(4921,16,3624,NULL,3623,1,'2025-10-09 17:22:03','2025-10-09 17:22:03','57eb3a15-7b20-44f7-b2f3-9865dac9ff6e'),
(4922,7,3624,NULL,601,1,'2025-10-09 17:22:03','2025-10-09 17:22:03','4fe4ae7e-c50a-4ec3-883b-07269c95d9f7'),
(4923,7,3624,NULL,617,2,'2025-10-09 17:22:03','2025-10-09 17:22:03','66fd4cf4-8aac-4226-820c-e5de0ed94111'),
(4924,7,3624,NULL,605,3,'2025-10-09 17:22:03','2025-10-09 17:22:03','de1797d1-bbae-4060-9bdd-e44663557774'),
(4929,16,3636,NULL,3623,1,'2025-10-09 17:23:33','2025-10-09 17:23:33','1005dca0-d4ba-499f-b2e9-a766de9cf7c0'),
(4930,7,3636,NULL,601,1,'2025-10-09 17:23:33','2025-10-09 17:23:33','fa4709b0-9a48-4d11-8766-9e873fa3dc6d'),
(4931,7,3636,NULL,617,2,'2025-10-09 17:23:33','2025-10-09 17:23:33','2d22e9e1-cda7-41ba-b295-cf8d8741e0a8'),
(4932,7,3636,NULL,605,3,'2025-10-09 17:23:33','2025-10-09 17:23:33','908aec3b-ef7b-4efd-9de0-b9642b5b5348'),
(4945,32,1035,NULL,2614,1,'2025-10-09 17:23:52','2025-10-09 17:23:52','f5165ab2-3a82-4cb1-b786-5fb14b6ebb05'),
(4946,32,1035,NULL,2610,2,'2025-10-09 17:23:52','2025-10-09 17:23:52','ca116f1e-2d6e-48bc-9ae0-5a7d501f1092'),
(4947,32,1035,NULL,2598,3,'2025-10-09 17:23:52','2025-10-09 17:23:52','f864cdd4-d972-4bc6-a86c-10ef901f31c8'),
(4948,32,1035,NULL,2600,4,'2025-10-09 17:23:52','2025-10-09 17:23:52','bfd987a1-d506-4b54-ae33-a764eac44875'),
(4949,32,1035,NULL,2596,5,'2025-10-09 17:23:52','2025-10-09 17:23:52','4bc25d83-bf49-43cb-b80f-d3865b506ec4'),
(4950,32,1035,NULL,2602,6,'2025-10-09 17:23:52','2025-10-09 17:23:52','dacca77d-3cdf-4090-baf7-9de6aa5872dc'),
(4951,32,1035,NULL,2612,7,'2025-10-09 17:23:52','2025-10-09 17:23:52','30b514d9-51a9-442c-a1a3-f3ede34d0de8'),
(4952,32,1035,NULL,2604,8,'2025-10-09 17:23:52','2025-10-09 17:23:52','105c429d-cc61-4592-8a6c-28c43d9b8ccc'),
(4953,16,3643,NULL,3623,1,'2025-10-09 17:23:52','2025-10-09 17:23:52','e92c63d7-7d15-49d8-b7c0-b51bcedcad5f'),
(4954,7,3643,NULL,601,1,'2025-10-09 17:23:52','2025-10-09 17:23:52','4268c282-14ca-45eb-95b8-a3767491a708'),
(4955,7,3643,NULL,617,2,'2025-10-09 17:23:52','2025-10-09 17:23:52','6bfa3314-7fd4-4868-be63-b053e08d94b6'),
(4956,7,3643,NULL,605,3,'2025-10-09 17:23:52','2025-10-09 17:23:52','ab6bbfe6-651b-4cfa-8901-08801325f267'),
(4957,32,3643,NULL,2614,1,'2025-10-09 17:23:52','2025-10-09 17:23:52','b95f82ab-0a53-43d9-8a73-cb1b4ce3b90d'),
(4958,32,3643,NULL,2610,2,'2025-10-09 17:23:52','2025-10-09 17:23:52','c6015f86-2abd-4721-b69c-9c7c5e781c31'),
(4959,32,3643,NULL,2598,3,'2025-10-09 17:23:52','2025-10-09 17:23:52','9eff0487-6a4e-4309-a872-ac4f564ae65d'),
(4960,32,3643,NULL,2600,4,'2025-10-09 17:23:52','2025-10-09 17:23:52','1ae978e2-4e0a-44e1-bf44-52639033d262'),
(4961,32,3643,NULL,2596,5,'2025-10-09 17:23:52','2025-10-09 17:23:52','071f180a-41d7-4357-9748-795280c8c1a0'),
(4962,32,3643,NULL,2602,6,'2025-10-09 17:23:52','2025-10-09 17:23:52','493adc9c-e8b1-4890-9a03-a4eeb633f8b9'),
(4963,32,3643,NULL,2612,7,'2025-10-09 17:23:52','2025-10-09 17:23:52','b0cb59d0-cc4c-4c61-b6cb-2d62ef9866d9'),
(4964,32,3643,NULL,2604,8,'2025-10-09 17:23:52','2025-10-09 17:23:52','ef73a74f-bc9d-4511-ad51-95bad00c519a'),
(4978,22,1570,NULL,3648,1,'2025-10-09 17:24:35','2025-10-09 17:24:35','be3c5418-3012-4b2d-93c4-c63fe69e2c91'),
(4979,16,3649,NULL,3623,1,'2025-10-09 17:24:35','2025-10-09 17:24:35','d27d4212-029f-4956-b440-9ed79da81b10'),
(4980,7,3649,NULL,601,1,'2025-10-09 17:24:35','2025-10-09 17:24:35','5e42b51a-f7b1-4539-931d-52c030d8e9e2'),
(4981,7,3649,NULL,617,2,'2025-10-09 17:24:35','2025-10-09 17:24:35','c1aa73ed-da9d-4b8e-99cb-d2bc847b33ca'),
(4982,7,3649,NULL,605,3,'2025-10-09 17:24:35','2025-10-09 17:24:35','b3aad322-485d-47be-80ed-902a69c50a31'),
(4983,32,3649,NULL,2614,1,'2025-10-09 17:24:35','2025-10-09 17:24:35','c08517cc-6a07-474e-a098-d6c1ef1fb64d'),
(4984,32,3649,NULL,2610,2,'2025-10-09 17:24:35','2025-10-09 17:24:35','f786f6d5-2278-4b75-910f-5e21ee33ab7b'),
(4985,32,3649,NULL,2598,3,'2025-10-09 17:24:35','2025-10-09 17:24:35','020caaae-d7bd-4401-9546-f4ac6cb57ffc'),
(4986,32,3649,NULL,2600,4,'2025-10-09 17:24:35','2025-10-09 17:24:35','f1d091c3-f5bf-416e-ba7a-642ca9712741'),
(4987,32,3649,NULL,2596,5,'2025-10-09 17:24:35','2025-10-09 17:24:35','40d05a33-5801-4125-9328-d8495b411243'),
(4988,32,3649,NULL,2602,6,'2025-10-09 17:24:35','2025-10-09 17:24:35','4ac08858-14b6-4d29-a855-16d3f7675a46'),
(4989,32,3649,NULL,2612,7,'2025-10-09 17:24:35','2025-10-09 17:24:35','ccd1c5ea-cc09-4bc6-949c-07083fab0782'),
(4990,32,3649,NULL,2604,8,'2025-10-09 17:24:35','2025-10-09 17:24:35','a947acc3-4f37-4e60-bac1-5d8f5ee2585a'),
(4991,22,3651,NULL,3648,1,'2025-10-09 17:24:35','2025-10-09 17:24:35','e349fa87-f45b-434e-8aaf-8459ff6e148c'),
(5004,16,3653,NULL,3623,1,'2025-10-09 17:24:37','2025-10-09 17:24:37','8be4ed42-9054-4303-91fc-497fb3b5fd67'),
(5005,7,3653,NULL,601,1,'2025-10-09 17:24:37','2025-10-09 17:24:37','e059065a-0e02-4741-91cd-e9ccaeee3db8'),
(5006,7,3653,NULL,617,2,'2025-10-09 17:24:37','2025-10-09 17:24:37','dfd83439-771c-4574-b535-796b810b67c4'),
(5007,7,3653,NULL,605,3,'2025-10-09 17:24:37','2025-10-09 17:24:37','88b300cb-e3e3-48aa-96f5-f79784a9f5f9'),
(5008,32,3653,NULL,2614,1,'2025-10-09 17:24:37','2025-10-09 17:24:37','a5c2116b-d1e5-4f22-a4de-4fb8b9702608'),
(5009,32,3653,NULL,2610,2,'2025-10-09 17:24:37','2025-10-09 17:24:37','c8d64e46-a981-42b8-957b-8ca72bcc75b7'),
(5010,32,3653,NULL,2598,3,'2025-10-09 17:24:37','2025-10-09 17:24:37','9fdfab2a-1df8-4920-ba96-942901c07483'),
(5011,32,3653,NULL,2600,4,'2025-10-09 17:24:37','2025-10-09 17:24:37','06663970-1247-4538-b7a1-d95bd2c7969b'),
(5012,32,3653,NULL,2596,5,'2025-10-09 17:24:37','2025-10-09 17:24:37','1e85ad8d-24e1-4e9d-a709-ef2a1ba6bc91'),
(5013,32,3653,NULL,2602,6,'2025-10-09 17:24:37','2025-10-09 17:24:37','261ff876-cba2-444e-9862-da2591832ed8'),
(5014,32,3653,NULL,2612,7,'2025-10-09 17:24:37','2025-10-09 17:24:37','10bb066d-777d-4683-bd7e-60cdea042501'),
(5015,32,3653,NULL,2604,8,'2025-10-09 17:24:37','2025-10-09 17:24:37','54004591-4ac5-4c34-bc71-2866682b17e7'),
(5023,7,1041,NULL,2974,2,'2025-10-09 17:26:17','2026-01-17 20:49:28','14b5acae-bfda-43e7-a97e-4c280666760d'),
(5024,7,1041,NULL,617,3,'2025-10-09 17:26:17','2026-01-17 20:49:28','62f70f38-e749-4fd8-926b-ef9e2ad6f0ff'),
(5025,7,1041,NULL,605,7,'2025-10-09 17:26:17','2026-01-18 22:28:05','4110dc29-5ad6-43b7-8002-fdd7d671195e'),
(5028,7,3655,NULL,2974,3,'2025-10-09 17:26:18','2025-10-09 17:26:18','54dd23d6-066b-4435-931f-e41dd2dc8789'),
(5029,7,3655,NULL,617,4,'2025-10-09 17:26:18','2025-10-09 17:26:18','baa79c95-7951-446e-9471-561329084144'),
(5030,7,3655,NULL,605,5,'2025-10-09 17:26:18','2025-10-09 17:26:18','266aacec-eeb2-4395-902e-282bf713f450'),
(5038,7,3667,NULL,2974,3,'2025-10-09 17:27:46','2025-10-09 17:27:46','1de503cf-01ad-4e50-8214-daf41689f415'),
(5039,7,3667,NULL,617,4,'2025-10-09 17:27:46','2025-10-09 17:27:46','7941b883-b9ed-44ce-8980-54c6a1b1022a'),
(5040,7,3667,NULL,605,5,'2025-10-09 17:27:46','2025-10-09 17:27:46','53f55529-016a-4cdc-9d51-68b48a847b08'),
(5053,32,1041,NULL,2610,1,'2025-10-09 17:28:11','2025-10-09 17:28:11','ead3667c-8b49-4bcf-a2a6-bb36ac0b5a05'),
(5054,32,1041,NULL,2598,2,'2025-10-09 17:28:11','2025-10-09 17:28:11','77816e71-eac9-4fc7-98c1-08adf400530c'),
(5055,32,1041,NULL,2608,3,'2025-10-09 17:28:11','2025-10-09 17:28:11','f08a4689-0c91-4a52-8eca-ecd9e75c476a'),
(5056,32,1041,NULL,2600,4,'2025-10-09 17:28:11','2025-10-09 17:28:11','8386b3ba-5a0b-4236-8975-9020e12fdea3'),
(5057,32,1041,NULL,2596,5,'2025-10-09 17:28:11','2025-10-09 17:28:11','a9ef7181-715c-4e8a-a7ef-8dea6a7cff99'),
(5058,32,1041,NULL,2602,6,'2025-10-09 17:28:11','2025-10-09 17:28:11','fc4856b3-8987-41ea-8209-d61ad44ca9fb'),
(5059,32,1041,NULL,2604,7,'2025-10-09 17:28:11','2025-10-09 17:28:11','67b11afe-1700-4140-a5a9-1eccfc5a81f4'),
(5062,7,3674,NULL,2974,3,'2025-10-09 17:28:11','2025-10-09 17:28:11','44e40ff8-2e53-4bef-a878-22815546dc9f'),
(5063,7,3674,NULL,617,4,'2025-10-09 17:28:11','2025-10-09 17:28:11','2ce356b6-7154-4b05-bb12-6c6e9e3f0fc4'),
(5064,7,3674,NULL,605,5,'2025-10-09 17:28:11','2025-10-09 17:28:11','b6f9e1a4-7612-4492-b14a-2dcd112fa99d'),
(5065,32,3674,NULL,2610,1,'2025-10-09 17:28:11','2025-10-09 17:28:11','95d25511-de8b-4fd4-9768-d705a2b05b11'),
(5066,32,3674,NULL,2598,2,'2025-10-09 17:28:11','2025-10-09 17:28:11','675828d0-ee76-49d9-9444-63f59b992d8e'),
(5067,32,3674,NULL,2608,3,'2025-10-09 17:28:11','2025-10-09 17:28:11','8eddbb7b-e4db-48e2-92a7-942cdf63b757'),
(5068,32,3674,NULL,2600,4,'2025-10-09 17:28:11','2025-10-09 17:28:11','eea60af1-f325-4b46-a486-1ef6e58cfdb2'),
(5069,32,3674,NULL,2596,5,'2025-10-09 17:28:11','2025-10-09 17:28:11','ba028fdd-9efa-4f28-b914-b43fb893d239'),
(5070,32,3674,NULL,2602,6,'2025-10-09 17:28:11','2025-10-09 17:28:11','d0d43fc7-c51c-4671-a8da-1274139da909'),
(5071,32,3674,NULL,2604,7,'2025-10-09 17:28:11','2025-10-09 17:28:11','209f7cca-3d93-4739-b0a3-80e365c62884'),
(5086,7,3683,NULL,2974,3,'2025-10-09 17:29:43','2025-10-09 17:29:43','8bc52c13-6e8a-4857-8437-f3a45e386627'),
(5087,7,3683,NULL,617,4,'2025-10-09 17:29:43','2025-10-09 17:29:43','a45b439d-6bd2-4113-82c5-11bb8998e4f1'),
(5088,7,3683,NULL,605,5,'2025-10-09 17:29:43','2025-10-09 17:29:43','a525cdc8-74f8-4c2e-95ff-c6bc492e3b4d'),
(5089,32,3683,NULL,2610,1,'2025-10-09 17:29:43','2025-10-09 17:29:43','235973d2-65ea-4b7c-8d9d-8d6bfbd3abee'),
(5090,32,3683,NULL,2598,2,'2025-10-09 17:29:43','2025-10-09 17:29:43','5382cec5-7900-4b36-904f-7572f5925e26'),
(5091,32,3683,NULL,2608,3,'2025-10-09 17:29:43','2025-10-09 17:29:43','0b39522f-5721-4392-87bd-5ae72d13a5a9'),
(5092,32,3683,NULL,2600,4,'2025-10-09 17:29:43','2025-10-09 17:29:43','dae97e98-1f31-40a4-9259-6da9d6d9c5fb'),
(5093,32,3683,NULL,2596,5,'2025-10-09 17:29:43','2025-10-09 17:29:43','a8fc5e45-1bff-4992-9411-e16a6996c9d6'),
(5094,32,3683,NULL,2602,6,'2025-10-09 17:29:43','2025-10-09 17:29:43','bb63a240-f718-484e-ae53-4858956e0f1f'),
(5095,32,3683,NULL,2604,7,'2025-10-09 17:29:43','2025-10-09 17:29:43','2f5dc0d5-ef45-461a-afa1-a9ae8c32d685'),
(5102,7,1045,NULL,601,2,'2025-10-09 20:44:20','2026-01-17 20:50:38','4a03eee2-d06f-4a16-a16b-6facb71b8d07'),
(5103,7,1045,NULL,3468,1,'2025-10-09 20:44:20','2026-01-17 20:50:38','c8490259-b06a-448e-ad4e-84e2623e0334'),
(5104,7,1045,NULL,617,3,'2025-10-09 20:44:20','2025-10-09 20:44:20','6428c404-65dd-4d90-b01f-510fb8af8db8'),
(5105,7,1045,NULL,605,4,'2025-10-09 20:44:20','2025-10-09 20:44:20','5016500d-7a50-4ad5-98d4-43d3b8cbcccb'),
(5106,16,3690,NULL,3689,1,'2025-10-09 20:44:20','2025-10-09 20:44:20','195d7efb-0ed7-4221-803d-b61e1e22d119'),
(5107,7,3690,NULL,601,1,'2025-10-09 20:44:20','2025-10-09 20:44:20','2f9284b0-92a0-406c-b78b-649ddcfc5b00'),
(5108,7,3690,NULL,3468,2,'2025-10-09 20:44:20','2025-10-09 20:44:20','d6549c31-982d-4d4b-b654-48209ee231fd'),
(5109,7,3690,NULL,617,3,'2025-10-09 20:44:20','2025-10-09 20:44:20','40fdc8b3-2fdf-44be-88bb-41a0d1e8631e'),
(5110,7,3690,NULL,605,4,'2025-10-09 20:44:20','2025-10-09 20:44:20','4f908a81-d752-423d-9135-c2f4e57743ac'),
(5124,32,1045,NULL,2610,1,'2025-10-09 20:46:26','2025-10-09 20:46:26','641c5f7e-1d0b-4a75-aa81-8acbab38bc81'),
(5125,32,1045,NULL,2598,2,'2025-10-09 20:46:26','2025-10-09 20:46:26','5868579e-9389-4294-8c9a-58bfc7d667a5'),
(5126,32,1045,NULL,2600,3,'2025-10-09 20:46:26','2025-10-09 20:46:26','b977b123-bf95-4947-8494-471d5121aeb0'),
(5127,32,1045,NULL,2602,4,'2025-10-09 20:46:26','2025-10-09 20:46:26','25a8415b-ee4b-43b6-aad4-aab8256691ed'),
(5128,32,1045,NULL,2612,5,'2025-10-09 20:46:26','2025-10-09 20:46:26','a0e6af97-b665-4a87-a11c-fdfec26df279'),
(5129,32,1045,NULL,2618,6,'2025-10-09 20:46:26','2025-10-09 20:46:26','c0bf36d2-8f7b-47bb-ae16-dfb39eabff43'),
(5130,32,1045,NULL,2604,7,'2025-10-09 20:46:26','2025-10-09 20:46:26','f5acca7d-d924-4644-acae-978143024231'),
(5131,46,1045,NULL,3697,1,'2025-10-09 20:46:26','2025-10-09 20:46:26','2bdce3b3-a0c0-4666-a33a-894722473fc2'),
(5132,16,3704,NULL,3689,1,'2025-10-09 20:46:26','2025-10-09 20:46:26','6f8747a0-106e-423b-acdc-bdefe605be91'),
(5133,7,3704,NULL,601,1,'2025-10-09 20:46:26','2025-10-09 20:46:26','d198cddb-8be9-4d53-be8b-7e1ad86e4578'),
(5134,7,3704,NULL,3468,2,'2025-10-09 20:46:26','2025-10-09 20:46:26','320595e7-72c8-4c4f-a917-8bf5d654df95'),
(5135,7,3704,NULL,617,3,'2025-10-09 20:46:26','2025-10-09 20:46:26','fcc4ef71-ba6c-4ccf-b5d6-abe86e4d9c5e'),
(5136,7,3704,NULL,605,4,'2025-10-09 20:46:26','2025-10-09 20:46:26','d684ace7-4abf-4995-924c-8ed617080cb7'),
(5137,32,3704,NULL,2610,1,'2025-10-09 20:46:26','2025-10-09 20:46:26','54f0a4af-cd72-417a-9e6f-eebe7d8bd3dd'),
(5138,32,3704,NULL,2598,2,'2025-10-09 20:46:26','2025-10-09 20:46:26','25ed0038-891f-4d2b-b889-fa25db8483d0'),
(5139,32,3704,NULL,2600,3,'2025-10-09 20:46:26','2025-10-09 20:46:26','11624bc3-9c2f-4443-8eb2-11aa3f8693e0'),
(5140,32,3704,NULL,2602,4,'2025-10-09 20:46:26','2025-10-09 20:46:26','ea217cd2-6e82-4120-9493-409514fe0511'),
(5141,32,3704,NULL,2612,5,'2025-10-09 20:46:26','2025-10-09 20:46:26','5f11b512-49d9-497e-b3f2-59c18c26606d'),
(5142,32,3704,NULL,2618,6,'2025-10-09 20:46:26','2025-10-09 20:46:26','42fa4755-2a17-48f7-8274-0435d8601542'),
(5143,32,3704,NULL,2604,7,'2025-10-09 20:46:26','2025-10-09 20:46:26','80add9db-9560-4114-8f93-58134224d13c'),
(5144,46,3704,NULL,3697,1,'2025-10-09 20:46:26','2025-10-09 20:46:26','373ea96a-28d1-4af0-9ec0-b107b59b3cf3'),
(5161,16,3717,NULL,3689,1,'2025-10-09 20:48:21','2025-10-09 20:48:21','a50b6a09-c154-473c-9020-8221965b09ca'),
(5162,7,3717,NULL,601,1,'2025-10-09 20:48:21','2025-10-09 20:48:21','4bb1b667-837f-46a7-bf76-b64cb888a5f0'),
(5163,7,3717,NULL,3468,2,'2025-10-09 20:48:21','2025-10-09 20:48:21','7aa3cff9-978e-4e97-a61e-76d6ac7f8d78'),
(5164,7,3717,NULL,617,3,'2025-10-09 20:48:21','2025-10-09 20:48:21','4a8ec556-b60f-4fb7-97e3-46bbf7213bd2'),
(5165,7,3717,NULL,605,4,'2025-10-09 20:48:21','2025-10-09 20:48:21','bcec7f19-2d8b-4e8f-aed1-3060e12e9f93'),
(5166,32,3717,NULL,2610,1,'2025-10-09 20:48:21','2025-10-09 20:48:21','7021f79d-f733-4100-8756-171b632016e0'),
(5167,32,3717,NULL,2598,2,'2025-10-09 20:48:21','2025-10-09 20:48:21','cacd3ca9-7cbd-45c0-b1ee-74b608d085c6'),
(5168,32,3717,NULL,2600,3,'2025-10-09 20:48:21','2025-10-09 20:48:21','c0833f71-6006-4579-a4c5-6fba3a3c04d2'),
(5169,32,3717,NULL,2602,4,'2025-10-09 20:48:21','2025-10-09 20:48:21','715afec0-91ec-48bb-944f-329a0bfafa3e'),
(5170,32,3717,NULL,2612,5,'2025-10-09 20:48:21','2025-10-09 20:48:21','52b5444c-66d9-4d1d-81ed-69951a2c398b'),
(5171,32,3717,NULL,2618,6,'2025-10-09 20:48:21','2025-10-09 20:48:21','e28b6e53-ec5e-4494-8e5c-04b0ed546dfa'),
(5172,32,3717,NULL,2604,7,'2025-10-09 20:48:21','2025-10-09 20:48:21','71e76f23-35d2-4770-b775-e550a1c24b54'),
(5173,46,3717,NULL,3697,1,'2025-10-09 20:48:21','2025-10-09 20:48:21','22914823-646c-48ec-87f7-da72ce373ed2'),
(5174,22,3720,NULL,3714,1,'2025-10-09 20:48:21','2025-10-09 20:48:21','3d88f40d-48f5-4b00-8236-5ade8580e530'),
(5182,7,1051,NULL,601,2,'2025-10-09 20:52:58','2026-01-17 20:51:09','8ed3cb92-6eac-443a-abcf-e265f69f7d79'),
(5183,7,1051,NULL,3468,1,'2025-10-09 20:52:58','2026-01-17 20:51:09','90459df3-5387-470b-af21-e24aab39d84c'),
(5185,7,1051,NULL,617,4,'2025-10-09 20:52:58','2026-01-18 22:28:28','051f7363-7159-4567-8397-90088994ef9b'),
(5186,7,1051,NULL,605,5,'2025-10-09 20:52:58','2026-01-18 22:28:28','516cf040-cdab-4fa8-9751-20a40341de03'),
(5187,16,3723,NULL,3722,1,'2025-10-09 20:52:58','2025-10-09 20:52:58','26b24d3d-514b-402e-9155-793356ad2c94'),
(5188,7,3723,NULL,601,1,'2025-10-09 20:52:58','2025-10-09 20:52:58','d4bd7c38-dd3c-43c8-a0cb-6c587240012c'),
(5189,7,3723,NULL,3468,2,'2025-10-09 20:52:58','2025-10-09 20:52:58','845b7699-99e4-4ff1-9909-6f3335baee06'),
(5190,7,3723,NULL,2972,3,'2025-10-09 20:52:58','2025-10-09 20:52:58','fa3546a7-0470-4067-b35c-6b7f1fca3b11'),
(5191,7,3723,NULL,617,4,'2025-10-09 20:52:58','2025-10-09 20:52:58','432dd859-25d9-4bb3-b836-a6d78fa9ec08'),
(5192,7,3723,NULL,605,5,'2025-10-09 20:52:58','2025-10-09 20:52:58','43dfc9cb-6d3e-485a-afea-a59463fd43e0'),
(5199,16,3735,NULL,3722,1,'2025-10-09 20:54:27','2025-10-09 20:54:27','5e17e6c3-f99a-42db-8653-4c9ef519ed42'),
(5200,7,3735,NULL,601,1,'2025-10-09 20:54:27','2025-10-09 20:54:27','938dafea-a899-4eac-a34c-6d2709addf57'),
(5201,7,3735,NULL,3468,2,'2025-10-09 20:54:27','2025-10-09 20:54:27','a3649158-16e9-40ba-8280-b72cc54df368'),
(5202,7,3735,NULL,2972,3,'2025-10-09 20:54:27','2025-10-09 20:54:27','33739888-b452-4922-a522-1aad862564e5'),
(5203,7,3735,NULL,617,4,'2025-10-09 20:54:27','2025-10-09 20:54:27','f2f6a73d-23c8-4739-8142-81aa7068c3e2'),
(5204,7,3735,NULL,605,5,'2025-10-09 20:54:27','2025-10-09 20:54:27','85644c0f-ad3f-4efd-adda-15384eaccbf4'),
(5217,32,1051,NULL,2614,1,'2025-10-09 20:54:48','2025-10-09 20:54:48','d4cd8473-6f23-4f32-9a3b-aeda425c34ed'),
(5218,32,1051,NULL,2610,2,'2025-10-09 20:54:48','2025-10-09 20:54:48','36191f1b-7c68-4dc1-afba-373da3d79040'),
(5219,32,1051,NULL,2598,3,'2025-10-09 20:54:48','2025-10-09 20:54:48','4664ddd7-0ce5-4438-9c0f-f6413300da28'),
(5220,32,1051,NULL,2600,4,'2025-10-09 20:54:48','2025-10-09 20:54:48','695b4aca-c403-4078-9e04-3b42906793cb'),
(5221,32,1051,NULL,2612,5,'2025-10-09 20:54:48','2025-10-09 20:54:48','79f709b9-5684-4517-8a27-0ddbd61a195d'),
(5222,32,1051,NULL,2604,6,'2025-10-09 20:54:48','2025-10-09 20:54:48','b5c576f1-b9fd-4445-b65e-573ece511ad4'),
(5223,16,3742,NULL,3722,1,'2025-10-09 20:54:48','2025-10-09 20:54:48','d7daff83-52bf-4a09-8898-0f477e77f092'),
(5224,7,3742,NULL,601,1,'2025-10-09 20:54:48','2025-10-09 20:54:48','599e6488-cced-4c7f-a140-9a026a80af32'),
(5225,7,3742,NULL,3468,2,'2025-10-09 20:54:48','2025-10-09 20:54:48','9e346283-c11f-424d-916b-60c27725230d'),
(5226,7,3742,NULL,2972,3,'2025-10-09 20:54:48','2025-10-09 20:54:48','d00ee522-ca03-4bed-a592-d3da8b2790c8'),
(5227,7,3742,NULL,617,4,'2025-10-09 20:54:48','2025-10-09 20:54:48','73607544-d22c-4295-bdf3-ea1905c3d187'),
(5228,7,3742,NULL,605,5,'2025-10-09 20:54:48','2025-10-09 20:54:48','65a802af-8e52-49b5-ae34-0f2d406b144f'),
(5229,32,3742,NULL,2614,1,'2025-10-09 20:54:48','2025-10-09 20:54:48','41759dd0-b572-487f-b0aa-b855d0f6e18d'),
(5230,32,3742,NULL,2610,2,'2025-10-09 20:54:48','2025-10-09 20:54:48','e6e29126-dbe8-4ad2-a77c-469b56fb2f9b'),
(5231,32,3742,NULL,2598,3,'2025-10-09 20:54:48','2025-10-09 20:54:48','10b1e1d0-87e2-4e64-8737-804dccec123d'),
(5232,32,3742,NULL,2600,4,'2025-10-09 20:54:48','2025-10-09 20:54:48','07eedb24-e1f2-44ce-b127-5be612c38cc9'),
(5233,32,3742,NULL,2612,5,'2025-10-09 20:54:48','2025-10-09 20:54:48','bab3ac37-efbd-4945-a20a-2ec7a9a13345'),
(5234,32,3742,NULL,2604,6,'2025-10-09 20:54:48','2025-10-09 20:54:48','a7197894-59a0-4de1-acfd-820b56b80fea'),
(5250,22,1584,NULL,3748,1,'2025-10-09 20:56:04','2025-10-09 20:56:04','b27b7718-8fd3-4682-a657-23c49ef79343'),
(5251,16,3750,NULL,3722,1,'2025-10-09 20:56:04','2025-10-09 20:56:04','a77b9ccb-a2f6-462a-913d-1829cb40a535'),
(5252,7,3750,NULL,601,1,'2025-10-09 20:56:04','2025-10-09 20:56:04','95308f90-c658-4d2a-862f-7fe4f38c5388'),
(5253,7,3750,NULL,3468,2,'2025-10-09 20:56:04','2025-10-09 20:56:04','27318305-b958-4fda-95d1-d476719333bd'),
(5254,7,3750,NULL,2972,3,'2025-10-09 20:56:04','2025-10-09 20:56:04','59269608-ab5b-4780-863d-dff0c8a354f4'),
(5255,7,3750,NULL,617,4,'2025-10-09 20:56:04','2025-10-09 20:56:04','7ce22834-08b0-44b3-91d6-dcb4fbc2ec49'),
(5256,7,3750,NULL,605,5,'2025-10-09 20:56:04','2025-10-09 20:56:04','9574cd95-8a7b-4887-ba3a-b8de7d2dcc44'),
(5257,32,3750,NULL,2614,1,'2025-10-09 20:56:04','2025-10-09 20:56:04','32dc519c-ad55-43aa-8712-7310a9fd13a5'),
(5258,32,3750,NULL,2610,2,'2025-10-09 20:56:04','2025-10-09 20:56:04','ea308bfb-86aa-4ed8-8f90-2878c32f1c5f'),
(5259,32,3750,NULL,2598,3,'2025-10-09 20:56:04','2025-10-09 20:56:04','5d49af84-e3d8-42c1-bcc0-c500eb949040'),
(5260,32,3750,NULL,2600,4,'2025-10-09 20:56:04','2025-10-09 20:56:04','d204ffd8-872d-4623-8b8a-1a2bd2a901d4'),
(5261,32,3750,NULL,2612,5,'2025-10-09 20:56:04','2025-10-09 20:56:04','65d3fff2-9b8f-49b6-9e40-252cdaafe9c3'),
(5262,32,3750,NULL,2604,6,'2025-10-09 20:56:04','2025-10-09 20:56:04','157a6240-24b4-4efa-943c-56cbe267c782'),
(5263,22,3752,NULL,3746,1,'2025-10-09 20:56:04','2025-10-09 20:56:04','0e7af8c9-4e89-43b1-8129-4054b47f4001'),
(5264,22,3753,NULL,3748,1,'2025-10-09 20:56:04','2025-10-09 20:56:04','bc2d3873-0771-4b61-b454-7f854f8e7d37'),
(5288,16,3755,NULL,3374,1,'2025-10-10 18:22:08','2025-10-10 18:22:08','9c85c1e7-0ef5-4513-b74b-66bcfb580e9d'),
(5289,7,3755,NULL,2969,1,'2025-10-10 18:22:08','2025-10-10 18:22:08','75741bd9-2c4f-4e32-9108-68569cfd6420'),
(5290,7,3755,NULL,617,2,'2025-10-10 18:22:08','2025-10-10 18:22:08','fed65d5a-f82d-4bc1-86be-b1c7d98edd07'),
(5291,7,3755,NULL,605,3,'2025-10-10 18:22:08','2025-10-10 18:22:08','cd4b4d44-4663-47ad-95fa-f953f8592a9c'),
(5292,32,3755,NULL,2610,1,'2025-10-10 18:22:08','2025-10-10 18:22:08','b9fc3067-1173-444b-9b7b-407c98862f4b'),
(5293,32,3755,NULL,2598,2,'2025-10-10 18:22:08','2025-10-10 18:22:08','84d24ebb-12cc-4b38-a5b6-4891b6a250a0'),
(5294,32,3755,NULL,2600,3,'2025-10-10 18:22:08','2025-10-10 18:22:08','e1c68bf2-2045-4568-9430-e557c31dcb76'),
(5295,32,3755,NULL,2604,4,'2025-10-10 18:22:08','2025-10-10 18:22:08','c8f4069f-0d47-45d5-9bc5-008cb1246512'),
(5296,57,3755,NULL,3362,1,'2025-10-10 18:22:08','2025-10-10 18:22:08','6ae0e78c-15e4-4617-b110-f7ece18fc2c1'),
(5297,57,3755,NULL,3363,2,'2025-10-10 18:22:08','2025-10-10 18:22:08','1f63d525-3468-4c9c-861c-c508d102fcf8'),
(5298,57,3755,NULL,3364,3,'2025-10-10 18:22:08','2025-10-10 18:22:08','f601cfba-d3f3-428c-8b18-adb93907e738'),
(5299,57,3755,NULL,3365,4,'2025-10-10 18:22:08','2025-10-10 18:22:08','addcdad6-c051-4f55-8962-e527a908e24b'),
(5300,57,3755,NULL,3366,5,'2025-10-10 18:22:08','2025-10-10 18:22:08','41d8dd4c-00b9-423a-8ab3-8b3405817a05'),
(5301,57,3755,NULL,3367,6,'2025-10-10 18:22:08','2025-10-10 18:22:08','162e8d91-0d6d-439c-9a22-acfd4e077cb5'),
(5302,57,3755,NULL,3368,7,'2025-10-10 18:22:08','2025-10-10 18:22:08','a558a77f-4e16-49d3-9af3-d008388c2c14'),
(5303,57,3755,NULL,3369,8,'2025-10-10 18:22:08','2025-10-10 18:22:08','5cf39eff-58fd-46af-94ca-266d5f1a8217'),
(5304,57,3755,NULL,3370,9,'2025-10-10 18:22:08','2025-10-10 18:22:08','a38b9a04-92ff-46a0-8c08-164d7b21be42'),
(5305,57,3755,NULL,3371,10,'2025-10-10 18:22:08','2025-10-10 18:22:08','507306cc-cfa7-46fb-b6bc-d55164df0ab2'),
(5306,57,3755,NULL,3372,11,'2025-10-10 18:22:08','2025-10-10 18:22:08','4c5f9f1a-8693-4220-ada2-2169b236edf5'),
(5307,57,3755,NULL,3373,12,'2025-10-10 18:22:08','2025-10-10 18:22:08','9042aa27-feb0-42c7-93eb-b036e7b3ebbc'),
(5308,57,3755,NULL,3374,13,'2025-10-10 18:22:08','2025-10-10 18:22:08','3daf3c0a-ebd9-4a89-bdec-c4aa81e9e4ab'),
(5309,72,3755,NULL,548,1,'2025-10-10 18:22:08','2025-10-10 18:22:08','ad2a6bc8-187d-441e-b1ee-90daff8f9c35'),
(5323,16,3757,NULL,3252,1,'2025-10-10 18:22:39','2025-10-10 18:22:39','ec788b17-0eed-42e7-93a1-68169cc2e0a0'),
(5324,57,3757,NULL,3246,1,'2025-10-10 18:22:39','2025-10-10 18:22:39','7efccc46-da9b-4b5c-8abe-d857f7f99764'),
(5325,57,3757,NULL,3254,2,'2025-10-10 18:22:39','2025-10-10 18:22:39','63900f41-6420-4524-af4e-8199d708567e'),
(5326,57,3757,NULL,3253,3,'2025-10-10 18:22:39','2025-10-10 18:22:39','66a1f9fd-2684-45ed-9806-e0fcba7104c7'),
(5327,57,3757,NULL,3251,4,'2025-10-10 18:22:39','2025-10-10 18:22:39','2708521d-cef5-437e-b8e7-91ea3dbb3d81'),
(5328,57,3757,NULL,3245,5,'2025-10-10 18:22:39','2025-10-10 18:22:39','dc3686d5-3cbe-4218-ab2d-c6381e541d39'),
(5329,57,3757,NULL,3248,6,'2025-10-10 18:22:39','2025-10-10 18:22:39','4fcceeb5-80d1-4769-8c03-9d6e130526b9'),
(5330,57,3757,NULL,3250,7,'2025-10-10 18:22:39','2025-10-10 18:22:39','5c417e6e-d414-4a29-8d76-aadcc3901459'),
(5331,57,3757,NULL,3249,8,'2025-10-10 18:22:39','2025-10-10 18:22:39','df4b44f1-98ca-4bb5-9360-b2b83649a093'),
(5332,57,3757,NULL,3252,9,'2025-10-10 18:22:39','2025-10-10 18:22:39','1ac2d990-2971-4dc3-adc2-644b6f15763b'),
(5333,57,3757,NULL,3247,10,'2025-10-10 18:22:39','2025-10-10 18:22:39','b97b9abc-6d07-4679-a01c-e205ea7bfbc1'),
(5334,72,3757,NULL,548,1,'2025-10-10 18:22:39','2025-10-10 18:22:39','f360219a-fe34-4a58-945c-a29539c314c9'),
(5345,16,3759,NULL,3279,1,'2025-10-10 18:22:51','2025-10-10 18:22:51','456532e1-e666-403f-a287-155da38ba26d'),
(5346,57,3759,NULL,3276,1,'2025-10-10 18:22:51','2025-10-10 18:22:51','e97cccab-4052-4a41-8991-1f576370750f'),
(5347,57,3759,NULL,3278,2,'2025-10-10 18:22:51','2025-10-10 18:22:51','838aabad-141a-47eb-8e86-69c909a2894b'),
(5348,57,3759,NULL,3279,3,'2025-10-10 18:22:51','2025-10-10 18:22:51','b0bf86e0-63f6-4663-b386-70108b2e7600'),
(5349,57,3759,NULL,3280,4,'2025-10-10 18:22:51','2025-10-10 18:22:51','d84837ca-8f5e-41aa-9067-969237da78fe'),
(5350,57,3759,NULL,3281,5,'2025-10-10 18:22:51','2025-10-10 18:22:51','de46c84a-61da-4350-b913-02c3ba297078'),
(5351,57,3759,NULL,3282,6,'2025-10-10 18:22:51','2025-10-10 18:22:51','913465c4-df8e-4ede-bdc7-0e28c9167a98'),
(5352,57,3759,NULL,3283,7,'2025-10-10 18:22:51','2025-10-10 18:22:51','0c34c5d8-15bd-4a92-a97b-b034f830d0e4'),
(5353,72,3759,NULL,548,1,'2025-10-10 18:22:51','2025-10-10 18:22:51','ad4e101d-d87c-49f8-a4d2-b64ce966a69d'),
(5363,7,1059,NULL,2974,3,'2025-10-13 15:58:53','2025-10-13 15:58:53','e3c79347-e6eb-4e16-ad76-1c82e58819e8'),
(5364,7,1059,NULL,617,4,'2025-10-13 15:58:53','2025-10-13 15:58:53','0575f484-5214-4b50-8bb7-a94fd5038810'),
(5365,7,1059,NULL,605,6,'2025-10-13 15:58:53','2026-01-17 20:52:03','b3d686e1-c609-4123-b905-b68104cdc142'),
(5366,16,3762,NULL,3761,1,'2025-10-13 15:58:54','2025-10-13 15:58:54','41cf6ab7-3c2f-4ed4-a631-1726b76222da'),
(5369,7,3762,NULL,2974,3,'2025-10-13 15:58:54','2025-10-13 15:58:54','7a463894-3bf5-4fb3-8157-40de069dc384'),
(5370,7,3762,NULL,617,4,'2025-10-13 15:58:54','2025-10-13 15:58:54','994ca4b9-c38e-49e3-9d5c-6b19e96b727b'),
(5371,7,3762,NULL,605,5,'2025-10-13 15:58:54','2025-10-13 15:58:54','9c57ce70-f1a7-429a-a2bd-8bedeb3d0c93'),
(5378,16,3774,NULL,3761,1,'2025-10-13 16:00:23','2025-10-13 16:00:23','11c6d4aa-a4ab-4d1c-8025-d772d6047e7f'),
(5381,7,3774,NULL,2974,3,'2025-10-13 16:00:23','2025-10-13 16:00:23','ff0ec79d-c5cd-4fee-8d79-60454a23d3b3'),
(5382,7,3774,NULL,617,4,'2025-10-13 16:00:23','2025-10-13 16:00:23','cb2c71e5-c4a6-4533-b679-cc27e8e665d7'),
(5383,7,3774,NULL,605,5,'2025-10-13 16:00:23','2025-10-13 16:00:23','8e6e0948-7071-479f-9602-08668211b5e7'),
(5398,32,1059,NULL,2610,1,'2025-10-13 16:00:53','2025-10-13 16:00:53','e3d99397-eb7f-41ca-8b52-8981c5fbcc08'),
(5399,32,1059,NULL,2598,2,'2025-10-13 16:00:53','2025-10-13 16:00:53','fec676b1-7f34-4390-aff4-b0f2cb34d9a6'),
(5400,32,1059,NULL,2600,3,'2025-10-13 16:00:53','2025-10-13 16:00:53','3b5b2221-e78a-4605-84c8-9d11f3be2034'),
(5401,32,1059,NULL,2602,4,'2025-10-13 16:00:53','2025-10-13 16:00:53','8084d854-cc5f-4090-82dc-c7d80194f347'),
(5402,32,1059,NULL,2612,5,'2025-10-13 16:00:53','2025-10-13 16:00:53','3dd01ed8-126a-471c-bdf1-69aad3df9f88'),
(5403,32,1059,NULL,2618,6,'2025-10-13 16:00:53','2025-10-13 16:00:53','4263cf32-d59c-471b-b491-1cbd4f65dfc8'),
(5404,32,1059,NULL,2604,7,'2025-10-13 16:00:53','2025-10-13 16:00:53','9247db89-82ba-4e21-a38f-009afff9a949'),
(5405,46,1059,NULL,3697,1,'2025-10-13 16:00:53','2025-10-13 16:00:53','8de3acab-3a4a-43a0-9165-0187660d130a'),
(5406,16,3781,NULL,3761,1,'2025-10-13 16:00:53','2025-10-13 16:00:53','033debaf-b181-44d8-885c-e9ac065794d2'),
(5409,7,3781,NULL,2974,3,'2025-10-13 16:00:53','2025-10-13 16:00:53','e35d3d51-de42-49bd-bae4-1b1509c45513'),
(5410,7,3781,NULL,617,4,'2025-10-13 16:00:53','2025-10-13 16:00:53','f2896d43-72eb-480c-9112-8fed6928c645'),
(5411,7,3781,NULL,605,5,'2025-10-13 16:00:53','2025-10-13 16:00:53','d72358b5-e6b2-40a7-bf5d-ee86dd263917'),
(5412,32,3781,NULL,2610,1,'2025-10-13 16:00:53','2025-10-13 16:00:53','6118339c-219f-455c-b76a-3aa130ca16ed'),
(5413,32,3781,NULL,2598,2,'2025-10-13 16:00:53','2025-10-13 16:00:53','32f6f9f5-dbe8-4f22-b1a7-fc1d959e9097'),
(5414,32,3781,NULL,2600,3,'2025-10-13 16:00:53','2025-10-13 16:00:53','9a0d1820-a2c4-4822-82e6-d22ef6dd5f7c'),
(5415,32,3781,NULL,2602,4,'2025-10-13 16:00:53','2025-10-13 16:00:53','029027e2-2c29-425b-8370-f17b17fba78f'),
(5416,32,3781,NULL,2612,5,'2025-10-13 16:00:53','2025-10-13 16:00:53','4c66f55e-c3e4-4292-abed-ac0fd2f904ef'),
(5417,32,3781,NULL,2618,6,'2025-10-13 16:00:53','2025-10-13 16:00:53','ec5c02b1-491e-4bd6-9e01-499ed76da679'),
(5418,32,3781,NULL,2604,7,'2025-10-13 16:00:53','2025-10-13 16:00:53','b752d045-18ea-4027-8ad3-e4a4dfc2dbe4'),
(5419,46,3781,NULL,3697,1,'2025-10-13 16:00:53','2025-10-13 16:00:53','4e61da87-e17f-4f25-a0b6-79040cc2de4a'),
(5434,16,3787,NULL,3761,1,'2025-10-13 16:01:41','2025-10-13 16:01:41','443af964-f4ed-4b82-b822-fc320e551107'),
(5437,7,3787,NULL,2974,3,'2025-10-13 16:01:41','2025-10-13 16:01:41','b2e97362-cc9d-4469-acf0-0b3007ac3c30'),
(5438,7,3787,NULL,617,4,'2025-10-13 16:01:41','2025-10-13 16:01:41','e359d05e-9167-40db-87dd-0a811bb4f99b'),
(5439,7,3787,NULL,605,5,'2025-10-13 16:01:41','2025-10-13 16:01:41','b1f36071-154b-4a3a-a788-2ec7ee3c10c7'),
(5440,32,3787,NULL,2610,1,'2025-10-13 16:01:41','2025-10-13 16:01:41','4d8a65fe-d61f-4e73-bdba-0b06e265bb70'),
(5441,32,3787,NULL,2598,2,'2025-10-13 16:01:41','2025-10-13 16:01:41','bc911a03-0eb9-4ba7-8f43-8c4fef94a2fd'),
(5442,32,3787,NULL,2600,3,'2025-10-13 16:01:41','2025-10-13 16:01:41','9dcffc99-8734-4fbf-a310-6e7599f633fc'),
(5443,32,3787,NULL,2602,4,'2025-10-13 16:01:41','2025-10-13 16:01:41','6fa39f94-7b74-4a06-8231-5bb7b5130d1b'),
(5444,32,3787,NULL,2612,5,'2025-10-13 16:01:41','2025-10-13 16:01:41','22cf6585-1342-452a-8ff7-8408e2a7fc33'),
(5445,32,3787,NULL,2618,6,'2025-10-13 16:01:41','2025-10-13 16:01:41','a268e07d-f4e7-4787-bdd7-f22d918dfb31'),
(5446,32,3787,NULL,2604,7,'2025-10-13 16:01:41','2025-10-13 16:01:41','3dfe0d61-066d-484d-8b4a-67af6c3806c5'),
(5447,46,3787,NULL,3697,1,'2025-10-13 16:01:41','2025-10-13 16:01:41','91ebba57-502a-4c38-b43c-5c279c153cf0'),
(5462,16,3793,NULL,3761,1,'2025-10-13 16:02:33','2025-10-13 16:02:33','7bac69ce-a02b-4294-a674-49e0a1b395fe'),
(5465,7,3793,NULL,2974,3,'2025-10-13 16:02:33','2025-10-13 16:02:33','1987b456-fe89-427f-a803-4a80e9f15f90'),
(5466,7,3793,NULL,617,4,'2025-10-13 16:02:33','2025-10-13 16:02:33','84c29723-053f-41fa-b770-aef47d9b887a'),
(5467,7,3793,NULL,605,5,'2025-10-13 16:02:33','2025-10-13 16:02:33','a6634175-d460-4aea-a664-f98ebed7781a'),
(5468,32,3793,NULL,2610,1,'2025-10-13 16:02:33','2025-10-13 16:02:33','6ba8342d-fe51-4d9f-99a9-95f38891b001'),
(5469,32,3793,NULL,2598,2,'2025-10-13 16:02:33','2025-10-13 16:02:33','33c556c1-bc80-4bb8-a495-208c9b4018be'),
(5470,32,3793,NULL,2600,3,'2025-10-13 16:02:33','2025-10-13 16:02:33','03ffbdaf-d921-4220-89d5-462e3f31fb3b'),
(5471,32,3793,NULL,2602,4,'2025-10-13 16:02:33','2025-10-13 16:02:33','bf2ea2c8-979f-47bc-9f2e-b033d44694e0'),
(5472,32,3793,NULL,2612,5,'2025-10-13 16:02:33','2025-10-13 16:02:33','2d4fb579-2d91-414f-b5db-b86e690d78bf'),
(5473,32,3793,NULL,2618,6,'2025-10-13 16:02:33','2025-10-13 16:02:33','d3ddd256-dec7-4c59-8921-c180bc4bb2d3'),
(5474,32,3793,NULL,2604,7,'2025-10-13 16:02:33','2025-10-13 16:02:33','e3a30c0a-1482-45d0-91f6-20d4b0a9139b'),
(5475,46,3793,NULL,3697,1,'2025-10-13 16:02:33','2025-10-13 16:02:33','cad58c7e-82ba-420d-917a-133194beb398'),
(5490,16,3797,NULL,3761,1,'2025-10-13 16:02:37','2025-10-13 16:02:37','cafbbb9b-13ba-476f-ac3f-620df8e7e591'),
(5493,7,3797,NULL,2974,3,'2025-10-13 16:02:37','2025-10-13 16:02:37','3fe4adb7-9efb-42cf-a813-30a7c50fa5ab'),
(5494,7,3797,NULL,617,4,'2025-10-13 16:02:37','2025-10-13 16:02:37','e918d6c0-de48-492c-99f9-19f9b9a245e0'),
(5495,7,3797,NULL,605,5,'2025-10-13 16:02:37','2025-10-13 16:02:37','8a1243f4-6717-4355-b10c-98a406c10075'),
(5496,32,3797,NULL,2610,1,'2025-10-13 16:02:37','2025-10-13 16:02:37','253de97e-eefa-42b5-801c-cc9224733ed8'),
(5497,32,3797,NULL,2598,2,'2025-10-13 16:02:37','2025-10-13 16:02:37','86deacbf-0084-4944-92e3-d1201b071e86'),
(5498,32,3797,NULL,2600,3,'2025-10-13 16:02:37','2025-10-13 16:02:37','44c01ba5-14ef-4c49-bef3-402a160b4778'),
(5499,32,3797,NULL,2602,4,'2025-10-13 16:02:37','2025-10-13 16:02:37','59e8070a-b00f-4611-8e44-abe8bd1853ba'),
(5500,32,3797,NULL,2612,5,'2025-10-13 16:02:37','2025-10-13 16:02:37','66a07966-263b-4ab3-a11d-a3e93e0785e5'),
(5501,32,3797,NULL,2618,6,'2025-10-13 16:02:37','2025-10-13 16:02:37','f8026cd1-9b1e-4d60-8830-cdfb4dba4f76'),
(5502,32,3797,NULL,2604,7,'2025-10-13 16:02:37','2025-10-13 16:02:37','41405a6b-b0d9-4256-9673-7b109cdb8cf8'),
(5503,46,3797,NULL,3697,1,'2025-10-13 16:02:37','2025-10-13 16:02:37','67e246de-1817-4573-ac62-e90b7df0b0c5'),
(5507,22,1597,NULL,3802,1,'2025-10-13 16:04:07','2025-10-13 16:04:07','9a2922ea-2a6c-4eec-8a82-897b89d73aef'),
(5508,22,3804,NULL,3800,1,'2025-10-13 16:04:07','2025-10-13 16:04:07','553acc3e-8868-4b6f-9764-0141f766daf2'),
(5509,22,3805,NULL,3802,1,'2025-10-13 16:04:07','2025-10-13 16:04:07','a8ebc572-da04-43ac-a83a-195aaed35fa8'),
(5517,16,1067,NULL,3808,1,'2025-10-13 16:07:23','2025-10-13 16:07:23','bfbc4ae5-5b4e-40ef-b8bd-72d380738ad7'),
(5518,7,1067,NULL,601,2,'2025-10-13 16:07:23','2026-01-17 20:52:55','a48aa7a9-e30f-4d2a-9927-858e3aceb7e1'),
(5519,7,1067,NULL,3468,1,'2025-10-13 16:07:23','2026-01-17 20:52:55','ed7cc2ea-5c62-4634-901d-beed99e430db'),
(5520,7,1067,NULL,2972,3,'2025-10-13 16:07:23','2025-10-13 16:07:23','668c59ed-7bda-45f1-9d21-0f1f68c655ed'),
(5521,7,1067,NULL,2974,4,'2025-10-13 16:07:23','2025-10-13 16:07:23','c4b55682-7815-4126-811d-69dfe8a46d19'),
(5522,7,1067,NULL,617,5,'2025-10-13 16:07:23','2025-10-13 16:07:23','82db56c2-50fb-4655-8f0c-0614435f42ee'),
(5523,7,1067,NULL,605,6,'2025-10-13 16:07:23','2025-10-13 16:07:23','58eede64-809b-4b78-9c5e-681b839f355c'),
(5524,16,3820,NULL,3808,1,'2025-10-13 16:07:23','2025-10-13 16:07:23','19d4cefa-0449-4fb7-a38f-a457cc7fa0a9'),
(5525,7,3820,NULL,601,1,'2025-10-13 16:07:23','2025-10-13 16:07:23','d58b5102-38fc-4d0b-a393-4fda830a46d9'),
(5526,7,3820,NULL,3468,2,'2025-10-13 16:07:23','2025-10-13 16:07:23','82ba2707-fee9-4b0f-8d02-5fbc094aeaae'),
(5527,7,3820,NULL,2972,3,'2025-10-13 16:07:23','2025-10-13 16:07:23','6684022a-2977-4bfa-8cf2-22b2b513949c'),
(5528,7,3820,NULL,2974,4,'2025-10-13 16:07:23','2025-10-13 16:07:23','3eb1380d-9073-4e65-afac-f53ff1919679'),
(5529,7,3820,NULL,617,5,'2025-10-13 16:07:23','2025-10-13 16:07:23','0ec25184-dbcf-4bdc-8fae-fbf201851634'),
(5530,7,3820,NULL,605,6,'2025-10-13 16:07:23','2025-10-13 16:07:23','674a12fa-f05b-49df-8a9c-0dccd9272d35'),
(5544,32,1067,NULL,2614,1,'2025-10-13 16:07:45','2025-10-13 16:07:45','e14b1849-7030-4427-9a9b-51762ad138f4'),
(5545,32,1067,NULL,2610,2,'2025-10-13 16:07:45','2025-10-13 16:07:45','a26ab764-c539-4ad6-9f48-9aebc9a2c376'),
(5546,32,1067,NULL,2598,3,'2025-10-13 16:07:45','2025-10-13 16:07:45','ec6187af-9a4b-4f44-b4f9-c7432e5ebe23'),
(5547,32,1067,NULL,2600,4,'2025-10-13 16:07:45','2025-10-13 16:07:45','4056f487-31d0-4b04-b80f-bb5c491f5aa8'),
(5548,32,1067,NULL,2602,5,'2025-10-13 16:07:45','2025-10-13 16:07:45','93d18368-c857-4926-9048-3335a72d2d75'),
(5549,32,1067,NULL,2604,6,'2025-10-13 16:07:45','2025-10-13 16:07:45','56011bb0-e6c7-49ad-bb16-d54e2a43c280'),
(5550,16,3828,NULL,3808,1,'2025-10-13 16:07:45','2025-10-13 16:07:45','f13f0a7f-059c-4477-ab2f-be942b4d9b32'),
(5551,7,3828,NULL,601,1,'2025-10-13 16:07:45','2025-10-13 16:07:45','905d12bb-48d6-4dd8-ad2b-8ab3bfa5a80c'),
(5552,7,3828,NULL,3468,2,'2025-10-13 16:07:45','2025-10-13 16:07:45','0e5f6319-0bbd-4ddd-85df-428be1052418'),
(5553,7,3828,NULL,2972,3,'2025-10-13 16:07:45','2025-10-13 16:07:45','c16ffe73-b845-47ff-851f-a088026c14be'),
(5554,7,3828,NULL,2974,4,'2025-10-13 16:07:45','2025-10-13 16:07:45','e3659487-63b6-4a40-850e-a6b90ce7183c'),
(5555,7,3828,NULL,617,5,'2025-10-13 16:07:45','2025-10-13 16:07:45','f56e5a0d-e07e-4218-9048-325ca7f0d735'),
(5556,7,3828,NULL,605,6,'2025-10-13 16:07:45','2025-10-13 16:07:45','b5850f42-9cd1-4415-bf75-708bfd6972f2'),
(5557,32,3828,NULL,2614,1,'2025-10-13 16:07:45','2025-10-13 16:07:45','4cd7d06c-23d0-40ef-9351-2b005cc1c00a'),
(5558,32,3828,NULL,2610,2,'2025-10-13 16:07:45','2025-10-13 16:07:45','30a7a76f-72b1-4d41-8183-4fd44e8e6e28'),
(5559,32,3828,NULL,2598,3,'2025-10-13 16:07:45','2025-10-13 16:07:45','165a419e-c451-4683-9e25-ec2a70df6776'),
(5560,32,3828,NULL,2600,4,'2025-10-13 16:07:45','2025-10-13 16:07:45','1fb18260-c6ff-4f0b-b1eb-a800a955ea5c'),
(5561,32,3828,NULL,2602,5,'2025-10-13 16:07:45','2025-10-13 16:07:45','832c52cc-4070-41bc-8841-1a1dd2ad649c'),
(5562,32,3828,NULL,2604,6,'2025-10-13 16:07:45','2025-10-13 16:07:45','2861304b-78b5-42ac-a182-44ff41e3833c'),
(5576,16,3830,NULL,3808,1,'2025-10-13 16:08:14','2025-10-13 16:08:14','6976c23a-707a-4022-8dd7-a8426605e284'),
(5577,7,3830,NULL,601,1,'2025-10-13 16:08:14','2025-10-13 16:08:14','bb8fb1bb-17c5-4e7b-9791-c9763c870d6b'),
(5578,7,3830,NULL,3468,2,'2025-10-13 16:08:14','2025-10-13 16:08:14','c4dfa0bd-517b-48c7-b989-57d483cc3187'),
(5579,7,3830,NULL,2972,3,'2025-10-13 16:08:14','2025-10-13 16:08:14','4b764d27-84b4-4b60-b90a-1f688592f5eb'),
(5580,7,3830,NULL,2974,4,'2025-10-13 16:08:14','2025-10-13 16:08:14','774e2cdb-5d2e-4249-8a94-e2a635c45d90'),
(5581,7,3830,NULL,617,5,'2025-10-13 16:08:14','2025-10-13 16:08:14','15638e5a-d05b-47fa-a379-446e788bbfb3'),
(5582,7,3830,NULL,605,6,'2025-10-13 16:08:14','2025-10-13 16:08:14','7d084c62-ad10-4532-bbff-7ffb08b46172'),
(5583,32,3830,NULL,2614,1,'2025-10-13 16:08:14','2025-10-13 16:08:14','71f6bdbe-c141-4ab2-93b6-32cf570f0bd5'),
(5584,32,3830,NULL,2610,2,'2025-10-13 16:08:14','2025-10-13 16:08:14','8b78dd0d-223e-483f-9fc5-051c69167316'),
(5585,32,3830,NULL,2598,3,'2025-10-13 16:08:14','2025-10-13 16:08:14','08e83d46-8f71-40fb-ad16-3c180d38751b'),
(5586,32,3830,NULL,2600,4,'2025-10-13 16:08:14','2025-10-13 16:08:14','29e0bd89-62df-4e42-8e7d-dc8cbc63ad2d'),
(5587,32,3830,NULL,2602,5,'2025-10-13 16:08:14','2025-10-13 16:08:14','9c27adda-e438-4885-8121-cd475856b2a8'),
(5588,32,3830,NULL,2604,6,'2025-10-13 16:08:14','2025-10-13 16:08:14','ec031cc3-f48b-4861-84c6-7c1ad3fb8baa'),
(5595,7,1079,NULL,601,2,'2025-10-13 16:12:15','2026-01-17 20:54:38','15661c8a-ad9d-476c-9c35-3c973a6efcc4'),
(5596,7,1079,NULL,3468,1,'2025-10-13 16:12:15','2026-01-17 20:54:38','da92c565-49eb-4b23-b3c3-179df67d2468'),
(5598,7,1079,NULL,2974,4,'2025-10-13 16:12:15','2026-01-18 22:28:58','cda6b185-7c6c-492f-8ac1-8e7697607878'),
(5599,7,1079,NULL,617,5,'2025-10-13 16:12:15','2026-01-18 22:28:58','0958060b-66c9-4d21-a404-8f5c504e0140'),
(5600,7,1079,NULL,605,6,'2025-10-13 16:12:15','2026-01-18 22:28:58','61cbe27b-c227-4edd-a938-f2b3430f923d'),
(5601,7,3833,NULL,601,1,'2025-10-13 16:12:15','2025-10-13 16:12:15','67a617d6-2d4a-4a5f-b200-9729c12d43cc'),
(5602,7,3833,NULL,3468,2,'2025-10-13 16:12:15','2025-10-13 16:12:15','fa92ebc9-035a-4293-b876-7e9037d7ae87'),
(5603,7,3833,NULL,2972,3,'2025-10-13 16:12:15','2025-10-13 16:12:15','ec50fdb7-d73b-45e1-a423-fbb0aff706d3'),
(5604,7,3833,NULL,2974,4,'2025-10-13 16:12:15','2025-10-13 16:12:15','94024ac8-00e0-44ed-9ca7-6d739369814f'),
(5605,7,3833,NULL,617,5,'2025-10-13 16:12:15','2025-10-13 16:12:15','e8683913-0903-4f9c-8b64-eeb06c128051'),
(5606,7,3833,NULL,605,6,'2025-10-13 16:12:15','2025-10-13 16:12:15','cd91ac62-d3f1-48a1-be50-de16e2265c0d'),
(5613,7,3845,NULL,601,1,'2025-10-13 16:13:49','2025-10-13 16:13:49','7501975b-bd50-45f8-911a-4c8c87bb8b93'),
(5614,7,3845,NULL,3468,2,'2025-10-13 16:13:49','2025-10-13 16:13:49','cb9ea0a6-8183-46cc-9dd4-5274ef8da97a'),
(5615,7,3845,NULL,2972,3,'2025-10-13 16:13:49','2025-10-13 16:13:49','d0d493d4-d557-44fb-b7b2-09e590c825a3'),
(5616,7,3845,NULL,2974,4,'2025-10-13 16:13:49','2025-10-13 16:13:49','fd737db3-e6e8-4edb-ada0-837398cd2c86'),
(5617,7,3845,NULL,617,5,'2025-10-13 16:13:49','2025-10-13 16:13:49','d5350c9a-8e9d-4a12-8997-bf085c3100e5'),
(5618,7,3845,NULL,605,6,'2025-10-13 16:13:49','2025-10-13 16:13:49','f0d15fa0-e08b-4193-a74d-fb5ea217655c'),
(5632,32,1079,NULL,2610,2,'2025-10-13 16:14:29','2026-01-12 15:59:49','a79b2b16-9fab-42e1-b7dd-5c5f9c69cce9'),
(5633,32,1079,NULL,2598,3,'2025-10-13 16:14:29','2026-01-12 15:59:49','73afce95-6fee-4794-8892-4f3035acb363'),
(5634,32,1079,NULL,2600,5,'2025-10-13 16:14:29','2026-01-12 15:59:49','3149bc43-7f61-48e9-917d-0bb2a6289fe5'),
(5635,32,1079,NULL,2604,9,'2025-10-13 16:14:29','2026-01-12 15:59:49','e6741d42-38f6-4271-a876-eda5d2f8e002'),
(5636,32,1079,NULL,2614,1,'2025-10-13 16:14:29','2026-01-12 15:59:49','8dda00f5-f39e-444d-b32a-ff3f4866474d'),
(5638,7,3852,NULL,601,1,'2025-10-13 16:14:30','2025-10-13 16:14:30','5a28496e-162e-4523-84d0-c99efca8dbf4'),
(5639,7,3852,NULL,3468,2,'2025-10-13 16:14:30','2025-10-13 16:14:30','20970ded-1735-449f-ad85-196378f465d0'),
(5640,7,3852,NULL,2972,3,'2025-10-13 16:14:30','2025-10-13 16:14:30','d60099df-112b-40e3-ba46-1419f298bc2f'),
(5641,7,3852,NULL,2974,4,'2025-10-13 16:14:30','2025-10-13 16:14:30','50a5462e-7219-4b42-8320-46f8d0bccf4a'),
(5642,7,3852,NULL,617,5,'2025-10-13 16:14:30','2025-10-13 16:14:30','c053730b-79bb-4115-a6f2-06192c9e6ec1'),
(5643,7,3852,NULL,605,6,'2025-10-13 16:14:30','2025-10-13 16:14:30','03c05195-faa7-49ee-8697-96dc1faeab1e'),
(5644,32,3852,NULL,2610,1,'2025-10-13 16:14:30','2025-10-13 16:14:30','a36a4821-472f-4019-8e06-d7f8dd547930'),
(5645,32,3852,NULL,2598,2,'2025-10-13 16:14:30','2025-10-13 16:14:30','08f582a7-460a-4343-8f25-406947c88daf'),
(5646,32,3852,NULL,2600,3,'2025-10-13 16:14:30','2025-10-13 16:14:30','9bae9fcd-0c3b-4e49-9f4d-dd5014a621bf'),
(5647,32,3852,NULL,2604,4,'2025-10-13 16:14:30','2025-10-13 16:14:30','611a8e4c-0360-4bfc-8ca2-aeef2eb546fc'),
(5648,32,3852,NULL,2614,5,'2025-10-13 16:14:30','2025-10-13 16:14:30','bcf89d13-ca0b-43f2-a730-215535ddcfac'),
(5649,32,3852,NULL,2612,6,'2025-10-13 16:14:30','2025-10-13 16:14:30','11db0437-25d3-4a3e-9b62-65f1ecb2f1b6'),
(5664,22,1606,NULL,3856,1,'2025-10-13 16:15:51','2025-10-13 16:15:51','67277965-7317-4d18-baa2-20b2d183a1b2'),
(5666,7,3860,NULL,601,1,'2025-10-13 16:15:51','2025-10-13 16:15:51','8ce6036e-321c-4027-906e-8c330090289c'),
(5667,7,3860,NULL,3468,2,'2025-10-13 16:15:51','2025-10-13 16:15:51','bd67e228-be50-4fd0-8e42-0ccdb2d44457'),
(5668,7,3860,NULL,2972,3,'2025-10-13 16:15:51','2025-10-13 16:15:51','b79e86fd-abb9-4d1b-989a-15a6df86322b'),
(5669,7,3860,NULL,2974,4,'2025-10-13 16:15:51','2025-10-13 16:15:51','13b62d27-32d4-4f3b-b2b0-c28f26b434e3'),
(5670,7,3860,NULL,617,5,'2025-10-13 16:15:51','2025-10-13 16:15:51','751de450-3ac3-4b16-b1cb-73616d658260'),
(5671,7,3860,NULL,605,6,'2025-10-13 16:15:51','2025-10-13 16:15:51','036ecb23-b0bc-4b1d-aa94-1497f0dfb7fa'),
(5672,32,3860,NULL,2610,1,'2025-10-13 16:15:51','2025-10-13 16:15:51','e3258c93-4be8-455d-a321-95bbee39582f'),
(5673,32,3860,NULL,2598,2,'2025-10-13 16:15:51','2025-10-13 16:15:51','53370324-71c2-4a28-907d-1d09c0a42ba9'),
(5674,32,3860,NULL,2600,3,'2025-10-13 16:15:51','2025-10-13 16:15:51','b3962f9e-8e4a-444d-bdc8-16af50f8f7ce'),
(5675,32,3860,NULL,2604,4,'2025-10-13 16:15:51','2025-10-13 16:15:51','8305e793-7222-4a0f-9f62-f326656d2ed4'),
(5676,32,3860,NULL,2614,5,'2025-10-13 16:15:51','2025-10-13 16:15:51','db3c9656-885a-4552-ab41-aac30be55227'),
(5677,32,3860,NULL,2612,6,'2025-10-13 16:15:51','2025-10-13 16:15:51','5d5e5a9c-921f-40bf-ae8a-72128cdc5124'),
(5678,22,3862,NULL,3856,1,'2025-10-13 16:15:51','2025-10-13 16:15:51','f1c0ea79-8fe6-4d17-ad52-2ceb4b714e1a'),
(5679,22,3863,NULL,3858,1,'2025-10-13 16:15:51','2025-10-13 16:15:51','f15aa201-b5a7-4f4c-9c08-6aa0f988a82d'),
(5686,16,1085,NULL,3865,1,'2025-10-13 16:41:23','2025-10-13 16:41:23','692b1616-9345-4050-bcf4-244f7434b445'),
(5687,7,1085,NULL,601,2,'2025-10-13 16:41:23','2026-01-17 20:55:02','075178bd-84fd-4115-942b-a3cbe69517b5'),
(5688,7,1085,NULL,3468,1,'2025-10-13 16:41:23','2026-01-17 20:55:02','a528a866-3fd8-4a2d-8063-ee66bf015a3f'),
(5689,7,1085,NULL,3093,3,'2025-10-13 16:41:23','2025-10-13 16:41:23','b345469f-671a-4a16-9606-be02db16524f'),
(5690,7,1085,NULL,617,4,'2025-10-13 16:41:23','2025-10-13 16:41:23','fc7f236c-4034-4c99-a8ba-80fc5025b861'),
(5691,7,1085,NULL,605,5,'2025-10-13 16:41:23','2025-10-13 16:41:23','d99f0b8f-c9b3-42ca-834a-dabded7ae314'),
(5692,16,3866,NULL,3865,1,'2025-10-13 16:41:23','2025-10-13 16:41:23','74516699-79e7-4f46-9875-c04cad941a4d'),
(5693,7,3866,NULL,601,1,'2025-10-13 16:41:23','2025-10-13 16:41:23','8ec9e93b-3da2-493d-a105-a5411f202667'),
(5694,7,3866,NULL,3468,2,'2025-10-13 16:41:23','2025-10-13 16:41:23','b4074f57-de4c-4426-8a66-46d1eff0c6ec'),
(5695,7,3866,NULL,3093,3,'2025-10-13 16:41:23','2025-10-13 16:41:23','2aba7629-5e53-4a33-945d-54c09e2fad71'),
(5696,7,3866,NULL,617,4,'2025-10-13 16:41:23','2025-10-13 16:41:23','ef242535-6bff-449c-8330-b2522be6b1c6'),
(5697,7,3866,NULL,605,5,'2025-10-13 16:41:23','2025-10-13 16:41:23','e65720f8-5c91-4fe5-891d-45930f8eedf7'),
(5708,32,1085,NULL,2610,1,'2025-10-13 16:43:20','2025-10-13 16:43:20','58d554a2-0492-405a-bb75-18d263261f5b'),
(5709,32,1085,NULL,2598,2,'2025-10-13 16:43:20','2025-10-13 16:43:20','1cc3db1b-e562-42c6-bd20-238a2c674c6f'),
(5710,32,1085,NULL,2600,3,'2025-10-13 16:43:20','2025-10-13 16:43:20','0ee73b33-7b11-419d-858d-9464c512cfbf'),
(5711,32,1085,NULL,2604,4,'2025-10-13 16:43:20','2025-10-13 16:43:20','7a5588d5-29c9-4054-9da4-0c78b6182017'),
(5712,16,3880,NULL,3865,1,'2025-10-13 16:43:20','2025-10-13 16:43:20','e301664f-1591-4418-aa9a-b5fdfff422a1'),
(5713,7,3880,NULL,601,1,'2025-10-13 16:43:20','2025-10-13 16:43:20','4b8c1b58-99d3-44b3-adaf-7f5ec6f13a0e'),
(5714,7,3880,NULL,3468,2,'2025-10-13 16:43:20','2025-10-13 16:43:20','7a1abb94-71c6-4aef-9d63-9e22f4931764'),
(5715,7,3880,NULL,3093,3,'2025-10-13 16:43:20','2025-10-13 16:43:20','533b2945-9ac5-4d09-8f3d-09786d1039fc'),
(5716,7,3880,NULL,617,4,'2025-10-13 16:43:20','2025-10-13 16:43:20','b7e099ec-b350-4fc3-bad9-9713dbe8fdd1'),
(5717,7,3880,NULL,605,5,'2025-10-13 16:43:20','2025-10-13 16:43:20','13281703-be52-40f7-bc92-5dd8f0509f3e'),
(5718,32,3880,NULL,2610,1,'2025-10-13 16:43:20','2025-10-13 16:43:20','2a7222db-f99f-4e35-a285-f9505b0ac277'),
(5719,32,3880,NULL,2598,2,'2025-10-13 16:43:20','2025-10-13 16:43:20','40df08f6-646e-4431-b9f4-bc4c5256172c'),
(5720,32,3880,NULL,2600,3,'2025-10-13 16:43:20','2025-10-13 16:43:20','58ec741a-3ad9-4a4f-8c53-504a623fbb14'),
(5721,32,3880,NULL,2604,4,'2025-10-13 16:43:20','2025-10-13 16:43:20','e7f66b53-cff7-4810-8174-6a45a2092dd0'),
(5732,16,3890,NULL,3865,1,'2025-10-13 16:43:47','2025-10-13 16:43:47','0884170e-2842-48c2-a196-fa579b41c17e'),
(5733,7,3890,NULL,601,1,'2025-10-13 16:43:47','2025-10-13 16:43:47','4518bc0c-5b4d-47b6-8958-924f3ad70a8b'),
(5734,7,3890,NULL,3468,2,'2025-10-13 16:43:47','2025-10-13 16:43:47','2e76277a-a4a1-417e-95b8-2a297002e049'),
(5735,7,3890,NULL,3093,3,'2025-10-13 16:43:47','2025-10-13 16:43:47','688a42c7-cada-45bc-8ef5-1691348e9577'),
(5736,7,3890,NULL,617,4,'2025-10-13 16:43:47','2025-10-13 16:43:47','13bc4970-567b-481a-b6af-c8c1cc583fb0'),
(5737,7,3890,NULL,605,5,'2025-10-13 16:43:47','2025-10-13 16:43:47','fb5fe4a7-7969-4613-b6da-55ce0792ab67'),
(5738,32,3890,NULL,2610,1,'2025-10-13 16:43:47','2025-10-13 16:43:47','ecfb5947-3009-4d24-b80e-7dddc3e3600d'),
(5739,32,3890,NULL,2598,2,'2025-10-13 16:43:47','2025-10-13 16:43:47','216a591b-de71-4d44-82a2-3ec124552236'),
(5740,32,3890,NULL,2600,3,'2025-10-13 16:43:47','2025-10-13 16:43:47','452a4608-a813-463f-9518-06664bc32f6e'),
(5741,32,3890,NULL,2604,4,'2025-10-13 16:43:47','2025-10-13 16:43:47','02165a55-c4ec-4d1a-88ce-146cbe94cf15'),
(5752,16,3894,NULL,3865,1,'2025-10-13 16:43:50','2025-10-13 16:43:50','2bc89dc0-ea52-4332-a922-39210cfd30be'),
(5753,7,3894,NULL,601,1,'2025-10-13 16:43:50','2025-10-13 16:43:50','f20b8413-0d50-47f8-807c-68a06e8a7367'),
(5754,7,3894,NULL,3468,2,'2025-10-13 16:43:50','2025-10-13 16:43:50','13a18825-c49c-42f2-9e86-e7571c558ea4'),
(5755,7,3894,NULL,3093,3,'2025-10-13 16:43:50','2025-10-13 16:43:50','1e0fa27d-9f6f-496e-a208-fd85bfecf457'),
(5756,7,3894,NULL,617,4,'2025-10-13 16:43:50','2025-10-13 16:43:50','85ce6b02-54ce-41f9-8fcf-66e7b83ce604'),
(5757,7,3894,NULL,605,5,'2025-10-13 16:43:50','2025-10-13 16:43:50','2310d122-bda7-4cd6-b5e2-79c176c1cef2'),
(5758,32,3894,NULL,2610,1,'2025-10-13 16:43:50','2025-10-13 16:43:50','4b67dda1-8d09-4df5-8f6e-dabe5a1dccdf'),
(5759,32,3894,NULL,2598,2,'2025-10-13 16:43:50','2025-10-13 16:43:50','cff9cbda-25fc-4846-b529-88838f9e1646'),
(5760,32,3894,NULL,2600,3,'2025-10-13 16:43:50','2025-10-13 16:43:50','b08a7694-8478-472c-aca5-bd8995401e62'),
(5761,32,3894,NULL,2604,4,'2025-10-13 16:43:50','2025-10-13 16:43:50','591fbcb7-9b4c-4949-8fc3-f16169f046a2'),
(5769,7,1091,NULL,2974,3,'2025-10-13 17:05:16','2026-02-26 21:38:33','2d2d698a-c2f5-4269-ba71-f5873d9a4f41'),
(5770,7,1091,NULL,617,4,'2025-10-13 17:05:16','2026-02-23 20:03:13','9d502aef-f61f-40ee-a819-03d9c222f664'),
(5771,7,1091,NULL,605,5,'2025-10-13 17:05:16','2026-02-23 20:03:13','540a651d-121a-4bab-b057-35d30f4bae68'),
(5772,16,3907,NULL,3896,1,'2025-10-13 17:05:16','2025-10-13 17:05:16','e23b493f-b284-4b63-847c-be6e162c74dd'),
(5774,7,3907,NULL,2974,2,'2025-10-13 17:05:16','2025-10-13 17:05:16','6e5ab6bd-508c-4c05-8e63-2e73c08d4628'),
(5775,7,3907,NULL,617,3,'2025-10-13 17:05:16','2025-10-13 17:05:16','8256bacb-dbbd-496d-94bd-56b632bf990d'),
(5776,7,3907,NULL,605,4,'2025-10-13 17:05:16','2025-10-13 17:05:16','a37a670a-0b7a-47a2-a145-617889494823'),
(5790,32,1091,NULL,2610,1,'2025-10-13 17:05:41','2025-10-13 17:05:41','d632e1c9-0c91-47f5-8baf-d30a7ae6fd96'),
(5791,32,1091,NULL,2598,2,'2025-10-13 17:05:41','2025-10-13 17:05:41','9a2950ca-cf4f-41d6-9f39-1e1d014bf33b'),
(5792,32,1091,NULL,2600,3,'2025-10-13 17:05:41','2025-10-13 17:05:41','0f75ab34-b117-427e-b4f1-7a0565db7e56'),
(5793,32,1091,NULL,2602,4,'2025-10-13 17:05:41','2025-10-13 17:05:41','56302402-ec9e-44c7-a265-de1775df00e4'),
(5794,32,1091,NULL,2612,5,'2025-10-13 17:05:41','2025-10-13 17:05:41','41fe0bfc-e242-44e0-bf19-7e38b5c2c877'),
(5795,32,1091,NULL,2618,6,'2025-10-13 17:05:41','2025-10-13 17:05:41','d90cb385-8e84-41b4-bcfc-a59be943efbe'),
(5796,32,1091,NULL,2604,7,'2025-10-13 17:05:41','2025-10-13 17:05:41','33a40873-2dd6-4252-99fc-ae5ff14110ed'),
(5797,46,1091,NULL,3697,1,'2025-10-13 17:05:41','2025-10-13 17:05:41','a5995090-3c6e-419b-8411-b1e5009637be'),
(5798,16,3914,NULL,3896,1,'2025-10-13 17:05:41','2025-10-13 17:05:41','1f0e6e86-642a-4ef3-a7d2-93308e56a7ce'),
(5800,7,3914,NULL,2974,2,'2025-10-13 17:05:41','2025-10-13 17:05:41','9aa5fcff-79d9-420d-8afb-0538619b0f16'),
(5801,7,3914,NULL,617,3,'2025-10-13 17:05:41','2025-10-13 17:05:41','cdb159b3-36df-46ef-b8ce-9991281b19b2'),
(5802,7,3914,NULL,605,4,'2025-10-13 17:05:41','2025-10-13 17:05:41','b7e2c233-1974-492a-ab29-7532c1030742'),
(5803,32,3914,NULL,2610,1,'2025-10-13 17:05:41','2025-10-13 17:05:41','cf4a82fc-e0de-4cd3-a251-ed7c896ad0e1'),
(5804,32,3914,NULL,2598,2,'2025-10-13 17:05:41','2025-10-13 17:05:41','60d6362a-4351-4ec2-9000-a11fac6e93b7'),
(5805,32,3914,NULL,2600,3,'2025-10-13 17:05:41','2025-10-13 17:05:41','6f674f65-f875-4c5a-9e1e-6cee5d76819e'),
(5806,32,3914,NULL,2602,4,'2025-10-13 17:05:41','2025-10-13 17:05:41','4d5e50db-53ab-4915-a03b-eb62a5f421f8'),
(5807,32,3914,NULL,2612,5,'2025-10-13 17:05:41','2025-10-13 17:05:41','2d07c8e0-d4f8-498a-9797-ca835955f667'),
(5808,32,3914,NULL,2618,6,'2025-10-13 17:05:41','2025-10-13 17:05:41','c10d6632-b610-4280-bf53-e6d41d2f29b9'),
(5809,32,3914,NULL,2604,7,'2025-10-13 17:05:41','2025-10-13 17:05:41','2128459c-9125-4f44-9c21-3c128363830c'),
(5810,46,3914,NULL,3697,1,'2025-10-13 17:05:41','2025-10-13 17:05:41','18202163-48a5-4e0e-bf5a-baf0bdc2b160'),
(5827,22,1617,NULL,3920,1,'2025-10-13 17:09:47','2025-10-13 17:09:47','190b314d-d259-4be6-98ce-fdbbce7746f8'),
(5828,16,3922,NULL,3896,1,'2025-10-13 17:09:47','2025-10-13 17:09:47','a184ef4f-faf1-4073-943a-65485738d018'),
(5830,7,3922,NULL,2974,2,'2025-10-13 17:09:47','2025-10-13 17:09:47','09a271cd-8f03-4508-b0f7-1dde172a4d55'),
(5831,7,3922,NULL,617,3,'2025-10-13 17:09:47','2025-10-13 17:09:47','e7e5a136-52e4-4e6c-a3c9-6ae290f9ba2b'),
(5832,7,3922,NULL,605,4,'2025-10-13 17:09:47','2025-10-13 17:09:47','2114577f-be0f-4e9c-ba81-b686a107d76a'),
(5833,32,3922,NULL,2610,1,'2025-10-13 17:09:47','2025-10-13 17:09:47','7380bc31-1729-46d1-b25f-a6290b61c535'),
(5834,32,3922,NULL,2598,2,'2025-10-13 17:09:47','2025-10-13 17:09:47','19c8156c-4f57-43c2-a1a4-854173553d16'),
(5835,32,3922,NULL,2600,3,'2025-10-13 17:09:47','2025-10-13 17:09:47','e34ae637-59c5-44cb-bea2-6a707e33127a'),
(5836,32,3922,NULL,2602,4,'2025-10-13 17:09:47','2025-10-13 17:09:47','265fbdb5-3c65-4588-89c2-d763386cedaf'),
(5837,32,3922,NULL,2612,5,'2025-10-13 17:09:47','2025-10-13 17:09:47','764bc112-4966-4ef1-8407-2ce501d4ade3'),
(5838,32,3922,NULL,2618,6,'2025-10-13 17:09:47','2025-10-13 17:09:47','124bfc73-ec97-40ec-ae60-4a835f337af1'),
(5839,32,3922,NULL,2604,7,'2025-10-13 17:09:47','2025-10-13 17:09:47','5f20f558-9177-48e7-91eb-3f1dff3e3f36'),
(5840,46,3922,NULL,3697,1,'2025-10-13 17:09:47','2025-10-13 17:09:47','434343f4-0ea3-47d1-a77d-ca23db785532'),
(5841,22,3924,NULL,3918,1,'2025-10-13 17:09:47','2025-10-13 17:09:47','782f6e90-0c04-4d8c-9733-a1b6471b8892'),
(5842,22,3925,NULL,3920,1,'2025-10-13 17:09:47','2025-10-13 17:09:47','6b424636-c9fa-4a9c-b0a9-9a5c63b8eabc'),
(5850,7,1097,NULL,3468,1,'2025-10-13 17:20:16','2026-01-17 20:56:08','d1e34e6d-877f-419a-b80f-09273cd38aff'),
(5851,7,1097,NULL,617,3,'2025-10-13 17:20:16','2025-10-13 17:20:16','9cbdb5d3-b4a1-4960-ac0d-5903c0b8f10e'),
(5852,7,1097,NULL,605,4,'2025-10-13 17:20:16','2025-10-13 17:20:16','cf5c6291-b01b-4431-8625-60695b160183'),
(5853,16,3928,NULL,3927,1,'2025-10-13 17:20:17','2025-10-13 17:20:17','25362c17-2db2-4952-a266-5ec915db50a4'),
(5854,7,3928,NULL,601,1,'2025-10-13 17:20:17','2025-10-13 17:20:17','ff116977-d1c0-46ae-b2f0-145d11fa741b'),
(5855,7,3928,NULL,3468,2,'2025-10-13 17:20:17','2025-10-13 17:20:17','b5728131-aac2-41c6-8412-894f0dabcf8e'),
(5856,7,3928,NULL,617,3,'2025-10-13 17:20:17','2025-10-13 17:20:17','91c18e2f-8ddd-49f1-8978-8177e4761c9e'),
(5857,7,3928,NULL,605,4,'2025-10-13 17:20:17','2025-10-13 17:20:17','9f0e2390-47a0-4e20-9baf-75f55f61e71c'),
(5863,16,3940,NULL,3927,1,'2025-10-13 17:21:33','2025-10-13 17:21:33','6fec9a22-f9fb-4f4f-ba4e-7f1ce56ee111'),
(5864,7,3940,NULL,601,1,'2025-10-13 17:21:33','2025-10-13 17:21:33','696dd3e4-7bdc-43d3-9d7f-c7da7d6b9474'),
(5865,7,3940,NULL,3468,2,'2025-10-13 17:21:33','2025-10-13 17:21:33','d32506bb-c8ea-4212-b8b7-3162025eb2da'),
(5866,7,3940,NULL,617,3,'2025-10-13 17:21:33','2025-10-13 17:21:33','eeaf5ef7-d7d9-4877-9e13-239ca624d431'),
(5867,7,3940,NULL,605,4,'2025-10-13 17:21:33','2025-10-13 17:21:33','237da246-5352-4767-9d3a-00136bb5f040'),
(5878,32,1097,NULL,2610,1,'2025-10-13 17:22:18','2025-10-13 17:22:18','cde33725-8ba5-4ba8-a150-254460f33342'),
(5879,32,1097,NULL,2598,2,'2025-10-13 17:22:18','2025-10-13 17:22:18','79594c74-d0df-4554-b996-aba59b3af558'),
(5880,32,1097,NULL,2600,3,'2025-10-13 17:22:18','2025-10-13 17:22:18','c458c2db-8d64-4d28-8b04-93071874eeeb'),
(5881,32,1097,NULL,2606,4,'2025-10-13 17:22:18','2025-10-13 17:22:18','99c67863-2099-436b-a00b-30ea8a595c05'),
(5882,32,1097,NULL,2604,5,'2025-10-13 17:22:18','2025-10-13 17:22:18','d8eae0d2-8ddd-4e31-9637-2dafe2b2a158'),
(5883,16,3949,NULL,3927,1,'2025-10-13 17:22:18','2025-10-13 17:22:18','a8b16a3e-ca35-49bc-9055-3e37214a6c5f'),
(5884,7,3949,NULL,601,1,'2025-10-13 17:22:18','2025-10-13 17:22:18','aa546633-45e8-4690-9e32-64bdacf6d4e9'),
(5885,7,3949,NULL,3468,2,'2025-10-13 17:22:18','2025-10-13 17:22:18','3da83c07-f0cc-43f8-acfc-cbaa13691b8c'),
(5886,7,3949,NULL,617,3,'2025-10-13 17:22:18','2025-10-13 17:22:18','ea762eab-9522-4811-9b87-2f004958e679'),
(5887,7,3949,NULL,605,4,'2025-10-13 17:22:18','2025-10-13 17:22:18','6ad7602b-ffca-4801-9c4c-7a3d8a6e4eb2'),
(5888,32,3949,NULL,2610,1,'2025-10-13 17:22:18','2025-10-13 17:22:18','507b6068-4d46-488d-8594-1b133af8e482'),
(5889,32,3949,NULL,2598,2,'2025-10-13 17:22:18','2025-10-13 17:22:18','d6854ed3-bf4e-434e-9be0-d2f426be0eaf'),
(5890,32,3949,NULL,2600,3,'2025-10-13 17:22:18','2025-10-13 17:22:18','a71ff83c-5141-41d2-888d-775bc118a341'),
(5891,32,3949,NULL,2606,4,'2025-10-13 17:22:18','2025-10-13 17:22:18','cf8c2859-86ad-40e7-a751-17c211408a04'),
(5892,32,3949,NULL,2604,5,'2025-10-13 17:22:18','2025-10-13 17:22:18','d342dbf7-dbe3-4c2b-8017-8214c324a03c'),
(5904,22,1622,NULL,3954,1,'2025-10-13 17:23:02','2025-10-13 17:23:02','038fc39b-d423-448d-9a37-8044d57bde37'),
(5905,16,3955,NULL,3927,1,'2025-10-13 17:23:02','2025-10-13 17:23:02','72e26be5-09ca-43ce-a729-ce8218f7eb5c'),
(5906,7,3955,NULL,601,1,'2025-10-13 17:23:02','2025-10-13 17:23:02','c2df4ba9-f22e-427d-8a27-3ac40a3d55ab'),
(5907,7,3955,NULL,3468,2,'2025-10-13 17:23:02','2025-10-13 17:23:02','053f1a47-6ce6-4a8f-ad4a-d6a679407ed4'),
(5908,7,3955,NULL,617,3,'2025-10-13 17:23:02','2025-10-13 17:23:02','31f3c9d3-579d-448c-b144-d784dea6865f'),
(5909,7,3955,NULL,605,4,'2025-10-13 17:23:02','2025-10-13 17:23:02','61758652-5d1f-41f5-9e75-36b6a219af6d'),
(5910,32,3955,NULL,2610,1,'2025-10-13 17:23:02','2025-10-13 17:23:02','ded119ec-127b-4d39-aad3-60ac476b2acd'),
(5911,32,3955,NULL,2598,2,'2025-10-13 17:23:02','2025-10-13 17:23:02','cd4b2860-c838-4dab-85e8-e449909f3463'),
(5912,32,3955,NULL,2600,3,'2025-10-13 17:23:02','2025-10-13 17:23:02','ba15803d-d610-4a8d-9a1a-dbbfb592b271'),
(5913,32,3955,NULL,2606,4,'2025-10-13 17:23:02','2025-10-13 17:23:02','60c65aa4-79a3-4cf5-ba07-c3f183526a70'),
(5914,32,3955,NULL,2604,5,'2025-10-13 17:23:02','2025-10-13 17:23:02','b978e76e-4294-46e9-a9bb-a121249581e5'),
(5915,22,3957,NULL,3954,1,'2025-10-13 17:23:02','2025-10-13 17:23:02','f63a182a-8f20-4e5c-b4ac-64c03bc7e893'),
(5920,16,1103,NULL,3959,1,'2025-10-13 17:27:27','2025-10-13 17:27:27','57dc2cd5-8b89-4445-b7b4-90ce2d5e4cdf'),
(5922,7,1103,NULL,617,3,'2025-10-13 17:27:27','2026-01-17 20:56:47','914b710a-d015-4fd0-a381-fd7635fcd24c'),
(5923,7,1103,NULL,605,5,'2025-10-13 17:27:27','2026-01-17 20:56:47','5a658c1f-b8bf-4282-bbe3-d15f024ed3f9'),
(5924,16,3970,NULL,3959,1,'2025-10-13 17:27:27','2025-10-13 17:27:27','df422303-8153-4c3e-9056-123246e7e4f3'),
(5926,7,3970,NULL,617,2,'2025-10-13 17:27:27','2025-10-13 17:27:27','c5fb8224-e029-48ae-ab1f-971b5b9437b7'),
(5927,7,3970,NULL,605,3,'2025-10-13 17:27:27','2025-10-13 17:27:27','796e1b7d-3877-48f8-bd5c-f9fe1f749148'),
(5936,32,1103,NULL,2610,1,'2025-10-13 17:27:45','2025-10-13 17:27:45','cbaefb85-169d-4e90-bbec-60be868a33fc'),
(5937,32,1103,NULL,2598,2,'2025-10-13 17:27:45','2025-10-13 17:27:45','4ceede97-daf4-4a62-b489-741486012f1d'),
(5938,32,1103,NULL,2600,3,'2025-10-13 17:27:45','2025-10-13 17:27:45','bdfc5be4-41dd-47ad-a9e0-2bbba9fec0eb'),
(5939,32,1103,NULL,2604,4,'2025-10-13 17:27:45','2025-10-13 17:27:45','0527c3f1-e0ce-4aef-988e-e30e3315303d'),
(5940,16,3977,NULL,3959,1,'2025-10-13 17:27:45','2025-10-13 17:27:45','2f99f61e-c2be-42da-a993-f4c97ac5a1ab'),
(5942,7,3977,NULL,617,2,'2025-10-13 17:27:45','2025-10-13 17:27:45','b7668416-89f8-47d3-ab75-4c145075490e'),
(5943,7,3977,NULL,605,3,'2025-10-13 17:27:45','2025-10-13 17:27:45','fdc204bd-8c4b-4b47-bb04-a1c63d7e9e5f'),
(5944,32,3977,NULL,2610,1,'2025-10-13 17:27:45','2025-10-13 17:27:45','8140f830-b044-46d4-89c9-9483a9bb28d4'),
(5945,32,3977,NULL,2598,2,'2025-10-13 17:27:45','2025-10-13 17:27:45','83496078-4956-4e3f-8a71-7b98acd24137'),
(5946,32,3977,NULL,2600,3,'2025-10-13 17:27:45','2025-10-13 17:27:45','0380a017-2b22-4806-8a26-42f3ab2fe0f5'),
(5947,32,3977,NULL,2604,4,'2025-10-13 17:27:45','2025-10-13 17:27:45','5dea208d-50c5-452f-b09b-81d5c69863bf'),
(5957,22,1627,NULL,3981,1,'2025-10-13 17:28:26','2025-10-13 17:28:26','f066ec72-71ac-4705-a181-b67009bea7c7'),
(5958,16,3982,NULL,3959,1,'2025-10-13 17:28:26','2025-10-13 17:28:26','88537df6-06af-4834-8e1b-a24d9042892e'),
(5960,7,3982,NULL,617,2,'2025-10-13 17:28:26','2025-10-13 17:28:26','fde7f169-a245-423e-9327-446c89b3df12'),
(5961,7,3982,NULL,605,3,'2025-10-13 17:28:26','2025-10-13 17:28:26','3b9fd867-9b9b-4fcd-acac-6c84d9e52501'),
(5962,32,3982,NULL,2610,1,'2025-10-13 17:28:26','2025-10-13 17:28:26','889e2906-370c-4747-afb7-edc10f82141d'),
(5963,32,3982,NULL,2598,2,'2025-10-13 17:28:26','2025-10-13 17:28:26','bb545be5-863a-48f0-ba13-75432fdbc64d'),
(5964,32,3982,NULL,2600,3,'2025-10-13 17:28:26','2025-10-13 17:28:26','b0de3c6e-5bc9-4e79-8f9e-96e947913999'),
(5965,32,3982,NULL,2604,4,'2025-10-13 17:28:26','2025-10-13 17:28:26','7bf78289-f128-47c4-bee6-5d26c4602916'),
(5966,22,3984,NULL,3981,1,'2025-10-13 17:28:26','2025-10-13 17:28:26','bbd639fe-b5e6-46f4-9149-d67519c5bd9d'),
(5973,7,1109,NULL,601,2,'2025-10-13 17:42:06','2026-01-17 20:57:14','e7f15252-481a-458b-8119-05daebaa9029'),
(5975,7,1109,NULL,617,4,'2025-10-13 17:42:06','2026-02-13 16:48:25','cabeb600-efc5-4c46-b1b6-888fff66c1fd'),
(5976,7,1109,NULL,605,5,'2025-10-13 17:42:06','2026-02-13 16:48:25','af8dda14-0d7f-4795-8d78-445683f5a6e0'),
(5977,16,3997,NULL,3986,1,'2025-10-13 17:42:06','2025-10-13 17:42:06','e115d77f-6d4b-4b17-89b4-6521d222d1ce'),
(5978,7,3997,NULL,601,1,'2025-10-13 17:42:06','2025-10-13 17:42:06','1518b6c1-9b31-490e-baf3-309ef6d0daae'),
(5979,7,3997,NULL,3468,2,'2025-10-13 17:42:06','2025-10-13 17:42:06','4941a6c4-8be4-4c56-b64e-d2b5c92943da'),
(5980,7,3997,NULL,617,3,'2025-10-13 17:42:06','2025-10-13 17:42:06','fd2dcb2a-189b-453b-b294-3a45a17e848c'),
(5981,7,3997,NULL,605,4,'2025-10-13 17:42:06','2025-10-13 17:42:06','22375bcd-e0d4-4e33-bd60-902ac6493fa9'),
(5991,32,1109,NULL,2610,1,'2025-10-13 17:42:25','2025-10-13 17:42:25','6ab4ed28-f730-480d-a27d-ca6779c8e44a'),
(5992,32,1109,NULL,2598,2,'2025-10-13 17:42:25','2025-10-13 17:42:25','ac760f0d-c859-42d7-bb67-2083e76ca6de'),
(5993,32,1109,NULL,2600,3,'2025-10-13 17:42:25','2025-10-13 17:42:25','82412353-bf48-4555-b1c6-50dd76cf6372'),
(5994,32,1109,NULL,2604,4,'2025-10-13 17:42:25','2025-10-13 17:42:25','e9c2bcd9-86ad-4f3d-853a-ad1187007ada'),
(5995,16,4004,NULL,3986,1,'2025-10-13 17:42:25','2025-10-13 17:42:25','4063529e-9064-411b-95d3-b1a68d7abc04'),
(5996,7,4004,NULL,601,1,'2025-10-13 17:42:25','2025-10-13 17:42:25','b11fd00f-5256-42f9-a304-50e266fd4ba2'),
(5997,7,4004,NULL,3468,2,'2025-10-13 17:42:25','2025-10-13 17:42:25','bed4624c-f353-47d9-9908-eb0022f8ff4d'),
(5998,7,4004,NULL,617,3,'2025-10-13 17:42:25','2025-10-13 17:42:25','fd72c6e8-401b-4841-82e7-33192bed2a7f'),
(5999,7,4004,NULL,605,4,'2025-10-13 17:42:25','2025-10-13 17:42:25','370151f0-6e93-4003-8b1d-b9ede8fd639e'),
(6000,32,4004,NULL,2610,1,'2025-10-13 17:42:25','2025-10-13 17:42:25','f29b0eda-09f6-4f94-bd4a-e1023092c838'),
(6001,32,4004,NULL,2598,2,'2025-10-13 17:42:25','2025-10-13 17:42:25','c0368b3d-d75d-425d-901f-e05fe1667892'),
(6002,32,4004,NULL,2600,3,'2025-10-13 17:42:25','2025-10-13 17:42:25','a5fa787d-7f06-4e29-b907-a354bab4db78'),
(6003,32,4004,NULL,2604,4,'2025-10-13 17:42:25','2025-10-13 17:42:25','c3323b1d-db70-4338-ba5f-3b0729b6a0d4'),
(6017,16,4012,NULL,3986,1,'2025-10-13 17:43:34','2025-10-13 17:43:34','dd931c8a-b7c4-42f9-9b7d-5ddcb734ea8c'),
(6018,7,4012,NULL,601,1,'2025-10-13 17:43:34','2025-10-13 17:43:34','22cd96ec-ebc6-4278-84d8-a4dca93b8f9c'),
(6019,7,4012,NULL,3468,2,'2025-10-13 17:43:34','2025-10-13 17:43:34','d47725bc-bb08-498b-ab8f-766a5b02531b'),
(6020,7,4012,NULL,617,3,'2025-10-13 17:43:34','2025-10-13 17:43:34','faa68fa4-09d6-4275-9130-a012c6dadd96'),
(6021,7,4012,NULL,605,4,'2025-10-13 17:43:34','2025-10-13 17:43:34','f2bd8c64-023e-4464-bcfc-cd0cd9f0402c'),
(6022,32,4012,NULL,2610,1,'2025-10-13 17:43:34','2025-10-13 17:43:34','423e8376-47bf-4e2f-adfc-3d6a841eabf5'),
(6023,32,4012,NULL,2598,2,'2025-10-13 17:43:34','2025-10-13 17:43:34','f74b9ff1-067e-4840-ab68-c170348d135b'),
(6024,32,4012,NULL,2600,3,'2025-10-13 17:43:34','2025-10-13 17:43:34','2ae1342d-1eb8-4477-8c94-f64b7e016120'),
(6025,32,4012,NULL,2604,4,'2025-10-13 17:43:34','2025-10-13 17:43:34','b3df9e74-3cd8-4a9e-a198-b379ffc2d2c3'),
(6026,22,4014,NULL,4008,1,'2025-10-13 17:43:34','2025-10-13 17:43:34','7dea5090-d73c-41f2-be4b-e3cf8f46813b'),
(6027,22,4015,NULL,4010,1,'2025-10-13 17:43:34','2025-10-13 17:43:34','1e6c3f9b-b085-40ee-bd17-f96327f06a57'),
(6036,16,1117,NULL,4017,1,'2025-10-13 17:46:38','2025-10-13 17:46:38','2e2e7d85-54a3-4280-8660-784d068d4c13'),
(6039,7,1117,NULL,2972,5,'2025-10-13 17:46:38','2026-01-17 20:58:03','c75a8739-965b-46ef-b72f-e64c763b8509'),
(6040,7,1117,NULL,617,3,'2025-10-13 17:46:38','2026-01-17 20:58:03','eeb1938e-2a8b-4b5b-a328-6d476c01b274'),
(6041,7,1117,NULL,605,6,'2025-10-13 17:46:38','2026-01-17 20:58:03','461183b2-086c-4adb-bf56-b6ab3fcb9964'),
(6044,16,4030,NULL,4017,1,'2025-10-13 17:46:38','2025-10-13 17:46:38','6581fd29-81da-4540-b04f-f229d9b1a919'),
(6045,7,4030,NULL,601,1,'2025-10-13 17:46:38','2025-10-13 17:46:38','eab55c4b-fb73-41c1-8372-53327ec221ed'),
(6047,7,4030,NULL,2972,3,'2025-10-13 17:46:38','2025-10-13 17:46:38','faefe52d-4a99-42ce-951a-25fcdb5d7a9b'),
(6048,7,4030,NULL,617,4,'2025-10-13 17:46:38','2025-10-13 17:46:38','93682e22-8bf3-4018-95a1-7bf7c4928bdb'),
(6049,7,4030,NULL,605,5,'2025-10-13 17:46:38','2025-10-13 17:46:38','9c504869-df2c-4e88-a30d-ca669d8376db'),
(6050,22,4035,NULL,4018,1,'2025-10-13 17:46:38','2025-10-13 17:46:38','c6a63d8f-dc8a-47ae-ba95-0d4b610c1f02'),
(6051,22,4036,NULL,4020,1,'2025-10-13 17:46:38','2025-10-13 17:46:38','cc5f2a19-e5b4-4e3a-a318-c1f0fc41acb9'),
(6062,32,1117,NULL,2610,1,'2025-10-13 17:46:53','2025-10-13 17:46:53','3a65da29-de71-443d-8504-40492c7827f3'),
(6063,32,1117,NULL,2598,2,'2025-10-13 17:46:53','2025-10-13 17:46:53','111b60c7-d9c1-43ef-b5fb-08d44b92bf12'),
(6064,32,1117,NULL,2600,3,'2025-10-13 17:46:53','2025-10-13 17:46:53','573b247e-7d6f-4799-bd4d-7a45f18e5ba2'),
(6065,32,1117,NULL,2604,4,'2025-10-13 17:46:53','2025-10-13 17:46:53','723b74a9-ceb5-4192-8d3a-744e7669aec7'),
(6066,16,4038,NULL,4017,1,'2025-10-13 17:46:53','2025-10-13 17:46:53','51fa7f2c-dde5-486f-be96-45a7d19c00d9'),
(6067,7,4038,NULL,601,1,'2025-10-13 17:46:53','2025-10-13 17:46:53','41cae9f9-23d1-4055-91fe-03d04d80b333'),
(6069,7,4038,NULL,2972,3,'2025-10-13 17:46:53','2025-10-13 17:46:53','3e991add-17d5-4857-9282-cad01bb1aba9'),
(6070,7,4038,NULL,617,4,'2025-10-13 17:46:53','2025-10-13 17:46:53','a17482b8-5bae-4251-888e-2b40b294f669'),
(6071,7,4038,NULL,605,5,'2025-10-13 17:46:53','2025-10-13 17:46:53','bc079a01-e5a2-4c27-8607-7497b6ef56f0'),
(6072,32,4038,NULL,2610,1,'2025-10-13 17:46:53','2025-10-13 17:46:53','a405fe58-8932-4696-9468-d5684c8fd03d'),
(6073,32,4038,NULL,2598,2,'2025-10-13 17:46:53','2025-10-13 17:46:53','7a2dc9c1-1745-4aba-97d5-b915f611b006'),
(6074,32,4038,NULL,2600,3,'2025-10-13 17:46:53','2025-10-13 17:46:53','a01e936f-e4d4-4598-a161-4b8efffa550b'),
(6075,32,4038,NULL,2604,4,'2025-10-13 17:46:53','2025-10-13 17:46:53','ad9b5791-c466-41bd-bb0a-90148340aef3'),
(6088,16,4042,NULL,4017,1,'2025-10-13 17:47:19','2025-10-13 17:47:19','757c97e1-1d35-4f40-b0ab-50bc7677d1eb'),
(6089,7,4042,NULL,601,1,'2025-10-13 17:47:19','2025-10-13 17:47:19','4cada9a4-c203-4fb2-98df-3a814acec48e'),
(6091,7,4042,NULL,2972,3,'2025-10-13 17:47:19','2025-10-13 17:47:19','b6c28208-ce41-4411-b582-e0694c9e5777'),
(6092,7,4042,NULL,617,4,'2025-10-13 17:47:19','2025-10-13 17:47:19','05b74ade-87a7-4c8a-bcf8-b1b3e48e6560'),
(6093,7,4042,NULL,605,5,'2025-10-13 17:47:19','2025-10-13 17:47:19','f3ba9e01-32e8-46da-9894-a2515c4e723e'),
(6094,32,4042,NULL,2610,1,'2025-10-13 17:47:19','2025-10-13 17:47:19','2ef48d9b-42d3-4a40-8f0c-7f93f8ef75fc'),
(6095,32,4042,NULL,2598,2,'2025-10-13 17:47:19','2025-10-13 17:47:19','2f8c123e-0a0b-4d8f-824e-ccd906898f35'),
(6096,32,4042,NULL,2600,3,'2025-10-13 17:47:19','2025-10-13 17:47:19','fcab5f35-2f74-41f1-a90e-f4de26b7b6f2'),
(6097,32,4042,NULL,2604,4,'2025-10-13 17:47:19','2025-10-13 17:47:19','bd8d469f-b36b-4f4c-8837-aedaa38c19f4'),
(6098,22,4043,NULL,4018,1,'2025-10-13 17:47:19','2025-10-13 17:47:19','69aaf344-0954-40d4-8369-b3e4421c74fa'),
(6099,22,4044,NULL,4020,1,'2025-10-13 17:47:19','2025-10-13 17:47:19','abbe06b3-f027-47d7-9fe2-937eea778f2f'),
(6107,7,1123,NULL,601,2,'2025-10-13 17:48:10','2026-01-17 20:59:04','c6cdc361-da13-46c4-867c-59c3cdbde531'),
(6108,7,1123,NULL,3468,1,'2025-10-13 17:48:10','2026-01-17 20:59:04','da6d4fd7-2ef0-4569-80bf-0fc691254df6'),
(6111,7,1123,NULL,2974,3,'2025-10-13 17:48:10','2026-01-17 20:59:04','cc48c9fc-6312-496a-9753-918da1949452'),
(6112,7,1123,NULL,617,5,'2025-10-13 17:48:10','2026-01-18 22:29:23','b294ca7f-c196-4f7d-b646-f97116b8b467'),
(6113,7,1123,NULL,605,7,'2025-10-13 17:48:10','2026-01-18 22:29:23','662ec6e5-aa60-4a0a-9262-759818e04855'),
(6114,7,4046,NULL,601,1,'2025-10-13 17:48:10','2025-10-13 17:48:10','217f330f-6b4a-4b1b-abb5-59aed29708e1'),
(6115,7,4046,NULL,3468,2,'2025-10-13 17:48:10','2025-10-13 17:48:10','3b9c817e-3c30-4c8b-96ff-2df86b83cf98'),
(6117,7,4046,NULL,2972,4,'2025-10-13 17:48:10','2025-10-13 17:48:10','27f30a3f-3825-41e6-b509-4bde8e41336a'),
(6118,7,4046,NULL,2974,5,'2025-10-13 17:48:10','2025-10-13 17:48:10','7090e15d-5451-459b-b501-a453d3f7b800'),
(6119,7,4046,NULL,617,6,'2025-10-13 17:48:10','2025-10-13 17:48:10','0decd4ed-ef1b-4652-ad53-7584ff6cb825'),
(6120,7,4046,NULL,605,7,'2025-10-13 17:48:10','2025-10-13 17:48:10','2a305e6b-331a-445b-8424-27b408935dce'),
(6133,32,1123,NULL,2610,1,'2025-10-13 17:49:38','2025-10-13 17:49:38','82c61ee6-0f24-4a73-92d2-ca06a6f2eee6'),
(6134,32,1123,NULL,2598,2,'2025-10-13 17:49:38','2025-10-13 17:49:38','e180d57b-19f7-4c0f-857a-7ab43dd5b643'),
(6135,32,1123,NULL,2600,3,'2025-10-13 17:49:38','2025-10-13 17:49:38','0cdbdc99-5dc2-449a-a400-5564f950fc19'),
(6136,32,1123,NULL,2602,4,'2025-10-13 17:49:38','2025-10-13 17:49:38','b2083315-651e-4bfa-85d7-499f0cafd24a'),
(6137,32,1123,NULL,2604,5,'2025-10-13 17:49:38','2025-10-13 17:49:38','69f1c74a-fca8-40bb-baf6-bc628803cb71'),
(6138,7,4058,NULL,601,1,'2025-10-13 17:49:38','2025-10-13 17:49:38','aeb209e2-5972-4f3c-9506-262108b6a263'),
(6139,7,4058,NULL,3468,2,'2025-10-13 17:49:38','2025-10-13 17:49:38','d21084d7-ddaa-4a9c-b560-d4010e2617f8'),
(6141,7,4058,NULL,2972,4,'2025-10-13 17:49:38','2025-10-13 17:49:38','4cb53295-6806-4afe-b47a-195b5ccc0607'),
(6142,7,4058,NULL,2974,5,'2025-10-13 17:49:38','2025-10-13 17:49:38','efd489ec-591e-4617-a429-245da9fe55ac'),
(6143,7,4058,NULL,617,6,'2025-10-13 17:49:38','2025-10-13 17:49:38','5254a434-8b13-4094-bb09-4c7cedef9a55'),
(6144,7,4058,NULL,605,7,'2025-10-13 17:49:38','2025-10-13 17:49:38','8c7e6d83-fc93-40f8-a718-bf9f51b462e5'),
(6145,32,4058,NULL,2610,1,'2025-10-13 17:49:38','2025-10-13 17:49:38','238a285f-c65a-45fc-8743-a4100ded1968'),
(6146,32,4058,NULL,2598,2,'2025-10-13 17:49:38','2025-10-13 17:49:38','dc713618-83c7-4a37-ab84-713ea1a887a9'),
(6147,32,4058,NULL,2600,3,'2025-10-13 17:49:38','2025-10-13 17:49:38','cadef19e-d067-4ffd-a767-5d84b60a99b9'),
(6148,32,4058,NULL,2602,4,'2025-10-13 17:49:38','2025-10-13 17:49:38','e77bebed-ccd6-4b73-8e89-1fa9b3285036'),
(6149,32,4058,NULL,2604,5,'2025-10-13 17:49:38','2025-10-13 17:49:38','45d63b87-4fe4-4ab0-99d2-ea24eb55c9a6'),
(6164,7,4072,NULL,601,1,'2025-10-13 17:52:01','2025-10-13 17:52:01','cb8b4605-3df9-450f-a234-2e697e839f9b'),
(6165,7,4072,NULL,3468,2,'2025-10-13 17:52:01','2025-10-13 17:52:01','0a4162c6-e21b-43f9-9264-8daf398cd557'),
(6167,7,4072,NULL,2972,4,'2025-10-13 17:52:01','2025-10-13 17:52:01','3ff44184-ad08-4b67-9097-355cadb70da6'),
(6168,7,4072,NULL,2974,5,'2025-10-13 17:52:01','2025-10-13 17:52:01','38aa7442-8504-46a6-9f93-f4c904dd499e'),
(6169,7,4072,NULL,617,6,'2025-10-13 17:52:01','2025-10-13 17:52:01','f31ecdd3-f786-441b-b19b-d096ae39aa2e'),
(6170,7,4072,NULL,605,7,'2025-10-13 17:52:01','2025-10-13 17:52:01','f6a6f937-e69f-498c-b03f-d03735f70396'),
(6171,32,4072,NULL,2610,1,'2025-10-13 17:52:01','2025-10-13 17:52:01','a82b2a20-ed53-46b7-b72b-64a4f47209aa'),
(6172,32,4072,NULL,2598,2,'2025-10-13 17:52:01','2025-10-13 17:52:01','bd4a4457-76b0-49f2-9599-5d5353e01bfb'),
(6173,32,4072,NULL,2600,3,'2025-10-13 17:52:01','2025-10-13 17:52:01','3e24c54b-faf0-4cbe-908b-fc7dda888513'),
(6174,32,4072,NULL,2602,4,'2025-10-13 17:52:01','2025-10-13 17:52:01','38a06068-d479-4721-944c-f7a00e0860d2'),
(6175,32,4072,NULL,2604,5,'2025-10-13 17:52:01','2025-10-13 17:52:01','580ae41b-9fba-4589-bc89-d09c04986f38'),
(6176,22,4076,NULL,4069,1,'2025-10-13 17:52:01','2025-10-13 17:52:01','117809c0-c668-4231-8783-e80bc4682577'),
(6189,7,4078,NULL,601,1,'2025-10-13 17:52:50','2025-10-13 17:52:50','5c466104-e7bc-4373-a798-cdecdd75aff6'),
(6190,7,4078,NULL,3468,2,'2025-10-13 17:52:50','2025-10-13 17:52:50','63e000e5-3ab4-4738-ae5e-e63751638f0b'),
(6192,7,4078,NULL,2972,4,'2025-10-13 17:52:50','2025-10-13 17:52:50','22e6b5fe-abd0-408a-bc79-5d6a8388c031'),
(6193,7,4078,NULL,2974,5,'2025-10-13 17:52:50','2025-10-13 17:52:50','34f901d9-754c-419f-b1fa-a282d081e669'),
(6194,7,4078,NULL,617,6,'2025-10-13 17:52:50','2025-10-13 17:52:50','92c664b0-01fd-4755-975a-5b1c9b7e9abd'),
(6195,7,4078,NULL,605,7,'2025-10-13 17:52:50','2025-10-13 17:52:50','11c8e047-36c6-4677-935b-be1cf291b4ec'),
(6196,32,4078,NULL,2610,1,'2025-10-13 17:52:50','2025-10-13 17:52:50','7d43936c-ae8f-4f81-96c1-fdce199f0dae'),
(6197,32,4078,NULL,2598,2,'2025-10-13 17:52:50','2025-10-13 17:52:50','87c35c5f-6fb3-4970-accb-14def8ce3621'),
(6198,32,4078,NULL,2600,3,'2025-10-13 17:52:50','2025-10-13 17:52:50','03976fb5-ff8f-4bfd-9f41-b4b72074f7ea'),
(6199,32,4078,NULL,2602,4,'2025-10-13 17:52:50','2025-10-13 17:52:50','b258c392-2054-4b19-8692-716221508bf9'),
(6200,32,4078,NULL,2604,5,'2025-10-13 17:52:50','2025-10-13 17:52:50','0dc28421-522d-4969-a29f-3e2efc1d512a'),
(6215,16,4081,NULL,4080,1,'2025-10-13 17:53:11','2025-10-13 17:53:11','8745ac4f-eb68-47aa-bdbb-8e7eee303cb6'),
(6216,7,4081,NULL,601,1,'2025-10-13 17:53:11','2025-10-13 17:53:11','28492885-40cb-45fb-98a3-c4806a782eda'),
(6217,7,4081,NULL,3468,2,'2025-10-13 17:53:11','2025-10-13 17:53:11','d2b880b4-0915-4825-9155-461b66959672'),
(6219,7,4081,NULL,2972,4,'2025-10-13 17:53:11','2025-10-13 17:53:11','e6984a94-78d4-4575-a0cb-94fdcee7ff24'),
(6220,7,4081,NULL,2974,5,'2025-10-13 17:53:11','2025-10-13 17:53:11','e02476aa-4ce0-4cea-a7a8-e8ac10495f0a'),
(6221,7,4081,NULL,617,6,'2025-10-13 17:53:11','2025-10-13 17:53:11','cf2d407f-b58f-4855-b580-e470ce12df61'),
(6222,7,4081,NULL,605,7,'2025-10-13 17:53:11','2025-10-13 17:53:11','3783982c-53b5-457a-9d3a-db641872ba00'),
(6223,32,4081,NULL,2610,1,'2025-10-13 17:53:11','2025-10-13 17:53:11','451e41d7-bf77-456c-a0be-f8213d2c55e4'),
(6224,32,4081,NULL,2598,2,'2025-10-13 17:53:11','2025-10-13 17:53:11','994e82ef-e106-4b14-b48c-a976ef9b1b5f'),
(6225,32,4081,NULL,2600,3,'2025-10-13 17:53:11','2025-10-13 17:53:11','1abf0ff1-5054-4fd6-aea7-f95bca2147a0'),
(6226,32,4081,NULL,2602,4,'2025-10-13 17:53:11','2025-10-13 17:53:11','1e6b1d0e-7046-4eef-84cb-73d40e3ba534'),
(6227,32,4081,NULL,2604,5,'2025-10-13 17:53:11','2025-10-13 17:53:11','6f6ca2b3-765b-4746-9f21-ef3d125fc654'),
(6233,7,1129,NULL,601,1,'2025-10-13 17:55:52','2025-10-13 17:55:52','7785314b-963a-4217-a2e8-26e647fd3e5f'),
(6234,7,1129,NULL,617,2,'2025-10-13 17:55:52','2025-10-13 17:55:52','c78ff8c3-944b-4407-b621-744c8ae99f01'),
(6235,7,1129,NULL,605,4,'2025-10-13 17:55:52','2026-03-19 17:06:20','c9aa30e6-0f4a-4928-8177-23a877e27c75'),
(6236,16,4094,NULL,4083,1,'2025-10-13 17:55:52','2025-10-13 17:55:52','03a7d2df-df0e-4ed2-ae2f-dc4940f7194c'),
(6237,7,4094,NULL,601,1,'2025-10-13 17:55:52','2025-10-13 17:55:52','c291cf04-6d32-4ae9-b3bf-3346bdbd2a1e'),
(6238,7,4094,NULL,617,2,'2025-10-13 17:55:52','2025-10-13 17:55:52','0aa76c39-b218-4646-9c10-64db3cc6cab9'),
(6239,7,4094,NULL,605,3,'2025-10-13 17:55:52','2025-10-13 17:55:52','f46957ec-883f-4d54-9a03-a9ae2290b0b4'),
(6252,32,1129,NULL,2614,1,'2025-10-13 17:56:22','2025-10-13 17:56:22','f59bcccb-b9f1-4629-8c62-0dcd20e2bc1b'),
(6253,32,1129,NULL,2610,2,'2025-10-13 17:56:22','2025-10-13 17:56:22','9c918b70-bf8f-4d10-933a-31a491f253a9'),
(6254,32,1129,NULL,2598,3,'2025-10-13 17:56:22','2025-10-13 17:56:22','ce2e4d78-b969-43ab-8c2d-6fc0a18c72cb'),
(6255,32,1129,NULL,2600,4,'2025-10-13 17:56:22','2025-10-13 17:56:22','0ff1402a-d08c-447d-a968-5d071a547a54'),
(6256,32,1129,NULL,2602,5,'2025-10-13 17:56:22','2025-10-13 17:56:22','fc5fd841-c97c-43ba-a797-3848bbea9210'),
(6257,32,1129,NULL,2612,6,'2025-10-13 17:56:22','2025-10-13 17:56:22','60866afb-29ea-4029-8ef9-8d274ed82cd0'),
(6258,32,1129,NULL,2604,7,'2025-10-13 17:56:22','2025-10-13 17:56:22','ce0787c8-9667-4be4-83ef-b8d2b391a39b'),
(6260,16,4101,NULL,4083,1,'2025-10-13 17:56:22','2025-10-13 17:56:22','22e8b2df-c0b6-4fea-bd7a-cd73e00863ed'),
(6261,7,4101,NULL,601,1,'2025-10-13 17:56:22','2025-10-13 17:56:22','3374e9f4-7b3e-4d4c-830d-1d5262540566'),
(6262,7,4101,NULL,617,2,'2025-10-13 17:56:22','2025-10-13 17:56:22','df3da7a0-a7b0-4123-ae12-551e2c6c6e94'),
(6263,7,4101,NULL,605,3,'2025-10-13 17:56:22','2025-10-13 17:56:22','3c59ef02-aeb3-485e-9188-3a9e69b482d6'),
(6264,32,4101,NULL,2614,1,'2025-10-13 17:56:22','2025-10-13 17:56:22','a3ffe0f7-19ed-4aef-bbde-d24ac14a6ebd'),
(6265,32,4101,NULL,2610,2,'2025-10-13 17:56:22','2025-10-13 17:56:22','6de6f2a1-c95a-49e2-a501-45783d8daea7'),
(6266,32,4101,NULL,2598,3,'2025-10-13 17:56:22','2025-10-13 17:56:22','b798747a-0bb3-40ab-918f-c2105633f9fa'),
(6267,32,4101,NULL,2600,4,'2025-10-13 17:56:22','2025-10-13 17:56:22','81de56ce-4032-4e35-bd8f-bdbbe2cb66b6'),
(6268,32,4101,NULL,2602,5,'2025-10-13 17:56:22','2025-10-13 17:56:22','6148fed9-fd69-45de-868c-5047a29e3d82'),
(6269,32,4101,NULL,2612,6,'2025-10-13 17:56:22','2025-10-13 17:56:22','a66a6651-5c3c-48d6-a11d-05162869fd4e'),
(6270,32,4101,NULL,2604,7,'2025-10-13 17:56:22','2025-10-13 17:56:22','e673e83c-e480-4623-9851-24605db23146'),
(6271,46,4101,NULL,3697,1,'2025-10-13 17:56:22','2025-10-13 17:56:22','9fa6c240-ae2c-47ce-af2d-6ffa91369173'),
(6285,22,1649,NULL,4105,1,'2025-10-13 17:57:28','2025-10-13 17:57:28','5662c5a6-9d02-4579-b07a-297300b460af'),
(6286,16,4106,NULL,4083,1,'2025-10-13 17:57:28','2025-10-13 17:57:28','0a8d57dd-0975-41b2-90a5-4efccc8f1e04'),
(6287,7,4106,NULL,601,1,'2025-10-13 17:57:28','2025-10-13 17:57:28','682c7a49-f97c-48a9-915c-a04d3c86999e'),
(6288,7,4106,NULL,617,2,'2025-10-13 17:57:28','2025-10-13 17:57:28','2a473503-ceed-4b4b-8aad-35499cf52fb2'),
(6289,7,4106,NULL,605,3,'2025-10-13 17:57:28','2025-10-13 17:57:28','3c517694-e405-4aa1-9bc6-95fe1809bcf4'),
(6290,32,4106,NULL,2614,1,'2025-10-13 17:57:28','2025-10-13 17:57:28','308a541b-a520-44c3-9de4-f3ef7566863c'),
(6291,32,4106,NULL,2610,2,'2025-10-13 17:57:28','2025-10-13 17:57:28','857333f2-b93f-4314-95db-9cd330ff1158'),
(6292,32,4106,NULL,2598,3,'2025-10-13 17:57:28','2025-10-13 17:57:28','b31cd65f-8f66-40b2-825c-307d8fc188fd'),
(6293,32,4106,NULL,2600,4,'2025-10-13 17:57:28','2025-10-13 17:57:28','28fa6ec4-f1b2-4855-9413-60839277c245'),
(6294,32,4106,NULL,2602,5,'2025-10-13 17:57:28','2025-10-13 17:57:28','27c735a0-45c6-455e-b44f-5cc3a4a43791'),
(6295,32,4106,NULL,2612,6,'2025-10-13 17:57:28','2025-10-13 17:57:28','75c7e0a7-2c8a-4771-89a0-05b1d43cc3e4'),
(6296,32,4106,NULL,2604,7,'2025-10-13 17:57:28','2025-10-13 17:57:28','5f411ccd-0e09-4804-b2b5-366eaea2d807'),
(6297,46,4106,NULL,3697,1,'2025-10-13 17:57:28','2025-10-13 17:57:28','caa5c92c-b276-488d-8437-37fa709c6746'),
(6298,22,4108,NULL,4105,1,'2025-10-13 17:57:28','2025-10-13 17:57:28','f14ff9a9-09f3-44a6-aee4-3b562f46e360'),
(6305,7,1143,NULL,601,2,'2025-10-13 17:58:05','2026-01-17 21:00:49','6e03a139-741b-4665-9180-659741566889'),
(6307,7,1143,NULL,2972,4,'2025-10-13 17:58:05','2026-01-17 21:00:49','9fa90067-027d-46ce-b1bc-4aa924da5051'),
(6309,7,1143,NULL,617,5,'2025-10-13 17:58:05','2025-10-13 17:58:05','3c89ca8a-8adb-4776-905f-1a94d80bced3'),
(6310,7,1143,NULL,605,6,'2025-10-13 17:58:05','2025-10-13 17:58:05','d899d780-e58e-4a35-8c77-6e093ad9ae82'),
(6311,7,4110,NULL,601,1,'2025-10-13 17:58:05','2025-10-13 17:58:05','4e577019-bd21-4fc7-9515-ed14f8153d50'),
(6312,7,4110,NULL,3468,2,'2025-10-13 17:58:05','2025-10-13 17:58:05','0deb5be8-1f3d-46c4-9699-d67f7b2f6109'),
(6313,7,4110,NULL,2972,3,'2025-10-13 17:58:05','2025-10-13 17:58:05','7d683de2-6204-487e-bbce-c433d4f5d94a'),
(6315,7,4110,NULL,617,5,'2025-10-13 17:58:05','2025-10-13 17:58:05','b6edbcbe-423a-4ff8-b17c-4a3c8c978d39'),
(6316,7,4110,NULL,605,6,'2025-10-13 17:58:05','2025-10-13 17:58:05','985700a5-2923-4711-a342-a69762929f65'),
(6327,32,1143,NULL,2610,1,'2025-10-13 17:59:21','2025-10-13 17:59:21','62e8435f-85b8-4f56-96b5-0d6375be3afe'),
(6328,32,1143,NULL,2598,2,'2025-10-13 17:59:21','2025-10-13 17:59:21','03ff7eb8-142b-4557-8f63-b6a3a1d93f4d'),
(6329,32,1143,NULL,2600,3,'2025-10-13 17:59:21','2025-10-13 17:59:21','6832e81e-da50-41aa-b540-f0b17b6f9f09'),
(6330,32,1143,NULL,2604,4,'2025-10-13 17:59:21','2025-10-13 17:59:21','b8e9bbae-876a-4604-81d4-354977896194'),
(6331,7,4122,NULL,601,1,'2025-10-13 17:59:22','2025-10-13 17:59:22','2c56778a-ad15-4bd9-a0b5-c43124d9a2ce'),
(6332,7,4122,NULL,3468,2,'2025-10-13 17:59:22','2025-10-13 17:59:22','73a6d909-2208-4886-89c4-435c9fd4f834'),
(6333,7,4122,NULL,2972,3,'2025-10-13 17:59:22','2025-10-13 17:59:22','373087dd-4986-49fb-aba2-2ab41ae86ab6'),
(6335,7,4122,NULL,617,5,'2025-10-13 17:59:22','2025-10-13 17:59:22','e4ba785b-801f-4da1-949a-5ae2c65708a9'),
(6336,7,4122,NULL,605,6,'2025-10-13 17:59:22','2025-10-13 17:59:22','0d0442dd-765b-4f3e-a61e-04d0239318fc'),
(6337,32,4122,NULL,2610,1,'2025-10-13 17:59:22','2025-10-13 17:59:22','d4bcff53-44ce-4234-ad4b-31a5c9c43617'),
(6338,32,4122,NULL,2598,2,'2025-10-13 17:59:22','2025-10-13 17:59:22','2522296b-af1b-4e8c-a843-a4e60bcaa5f1'),
(6339,32,4122,NULL,2600,3,'2025-10-13 17:59:22','2025-10-13 17:59:22','974eea22-8fa3-4dc3-86c6-e1c9accb48d8'),
(6340,32,4122,NULL,2604,4,'2025-10-13 17:59:22','2025-10-13 17:59:22','cf71f6dc-7b17-402f-8737-b42324396e0a'),
(6351,7,4133,NULL,601,1,'2025-10-13 18:00:02','2025-10-13 18:00:02','bdb44321-bd9b-480b-9f27-d4296c25f473'),
(6352,7,4133,NULL,3468,2,'2025-10-13 18:00:02','2025-10-13 18:00:02','37a1140d-c29e-414a-a53c-297377da5e0f'),
(6353,7,4133,NULL,2972,3,'2025-10-13 18:00:02','2025-10-13 18:00:02','32354266-85f1-456f-a94c-befe953d8afe'),
(6355,7,4133,NULL,617,5,'2025-10-13 18:00:02','2025-10-13 18:00:02','4f25c3fe-1045-4015-b5f2-14da111ad39b'),
(6356,7,4133,NULL,605,6,'2025-10-13 18:00:02','2025-10-13 18:00:02','7e2a6384-1424-488d-8868-69da86d02aae'),
(6357,32,4133,NULL,2610,1,'2025-10-13 18:00:02','2025-10-13 18:00:02','d09c9a78-5bec-4ea5-bfec-8fd5352a0b71'),
(6358,32,4133,NULL,2598,2,'2025-10-13 18:00:02','2025-10-13 18:00:02','31a2fc97-4250-429c-a136-e72228e139de'),
(6359,32,4133,NULL,2600,3,'2025-10-13 18:00:02','2025-10-13 18:00:02','b8e4e2d9-4ad0-4e3d-9702-45104fb41be6'),
(6360,32,4133,NULL,2604,4,'2025-10-13 18:00:02','2025-10-13 18:00:02','4ed9a54f-1bc9-4f77-a108-3deefda034e7'),
(6376,22,4143,NULL,4138,1,'2025-10-13 18:02:09','2025-10-13 18:02:09','9e5b1b4a-d485-4bd1-b9db-6d8e7c90d974'),
(6377,22,1660,NULL,4141,1,'2025-10-13 18:02:09','2025-10-13 18:02:09','5ce0a3ee-3882-4f7b-9b8d-1904538088fd'),
(6378,16,4144,NULL,4142,1,'2025-10-13 18:02:09','2025-10-13 18:02:09','31d98106-6141-455e-8473-2ab41bfd66ae'),
(6379,7,4144,NULL,601,1,'2025-10-13 18:02:09','2025-10-13 18:02:09','249fef3c-fa12-4458-bac7-761b36146c92'),
(6380,7,4144,NULL,3468,2,'2025-10-13 18:02:09','2025-10-13 18:02:09','ba139365-8a5d-4b21-83ca-e885091d8f48'),
(6381,7,4144,NULL,2972,3,'2025-10-13 18:02:09','2025-10-13 18:02:09','a7a5b3c7-70be-48dc-ab0f-623e258ff8d3'),
(6383,7,4144,NULL,617,5,'2025-10-13 18:02:09','2025-10-13 18:02:09','0487c55f-ea68-4979-a718-bde9bc1530d6'),
(6384,7,4144,NULL,605,6,'2025-10-13 18:02:09','2025-10-13 18:02:09','ca54452b-59cf-48c5-a6ba-9e1c89d01989'),
(6385,32,4144,NULL,2610,1,'2025-10-13 18:02:09','2025-10-13 18:02:09','1da40299-f3d3-48f7-9328-8d99ae3b50d8'),
(6386,32,4144,NULL,2598,2,'2025-10-13 18:02:09','2025-10-13 18:02:09','ac7a2a98-874e-4c5e-a1e0-492103d47d89'),
(6387,32,4144,NULL,2600,3,'2025-10-13 18:02:09','2025-10-13 18:02:09','a2e37039-5312-413a-9bb4-2fbe6badfe73'),
(6388,32,4144,NULL,2604,4,'2025-10-13 18:02:09','2025-10-13 18:02:09','51fb8f96-2e0c-404b-abb7-fcbe14f3d10a'),
(6389,22,4145,NULL,4138,1,'2025-10-13 18:02:09','2025-10-13 18:02:09','24d608d4-7bbb-461e-890e-06cb30d3cf34'),
(6390,22,4146,NULL,4141,1,'2025-10-13 18:02:09','2025-10-13 18:02:09','aaf9ee4e-19d9-4300-9e8c-bc973f4f2df9'),
(6398,16,1149,NULL,4150,1,'2025-10-13 19:09:10','2025-10-13 19:09:10','9af7df35-21a6-4422-a1a5-ef0aad655110'),
(6399,7,1149,NULL,601,2,'2025-10-13 19:09:10','2026-01-17 21:02:16','61b85333-acac-4e64-8263-4af34a43fef5'),
(6400,7,1149,NULL,3468,1,'2025-10-13 19:09:10','2026-01-17 21:02:16','87fa3f80-3cd4-495a-af59-8f871525aef6'),
(6403,7,1149,NULL,617,3,'2025-10-13 19:09:10','2026-01-17 21:02:16','6e260e8f-92c4-42ca-a3b6-9e8ff7830cad'),
(6404,7,1149,NULL,605,8,'2025-10-13 19:09:10','2026-01-18 22:29:53','49f7e6b4-f380-431b-a35c-c4529cd94eb1'),
(6405,16,4161,NULL,4150,1,'2025-10-13 19:09:10','2025-10-13 19:09:10','cf492e4c-37c1-4370-a1f8-d2d06cf51b1e'),
(6406,7,4161,NULL,601,1,'2025-10-13 19:09:10','2025-10-13 19:09:10','1671ccf1-71b4-4b2a-aa81-5111f7cb84b3'),
(6407,7,4161,NULL,3468,2,'2025-10-13 19:09:10','2025-10-13 19:09:10','c155a0b2-8e36-4a3b-ac5c-2292fa5786a9'),
(6408,7,4161,NULL,2972,3,'2025-10-13 19:09:10','2025-10-13 19:09:10','93e29e10-9986-4fd3-abf0-524f72e0460b'),
(6410,7,4161,NULL,617,5,'2025-10-13 19:09:10','2025-10-13 19:09:10','83a6b9ef-d0c1-4f1f-9238-ca6729ec6a71'),
(6411,7,4161,NULL,605,6,'2025-10-13 19:09:10','2025-10-13 19:09:10','46052444-9817-4141-baed-997bfcab113e'),
(6423,32,1149,NULL,2610,1,'2025-10-13 19:09:29','2025-10-13 19:09:29','cf80533a-03dc-449e-b350-2be1cf95af41'),
(6424,32,1149,NULL,2598,2,'2025-10-13 19:09:29','2025-10-13 19:09:29','d2f76dbf-099f-4e53-9d4e-7bba616fda71'),
(6425,32,1149,NULL,2600,3,'2025-10-13 19:09:29','2025-10-13 19:09:29','2a9986da-d845-476d-bda3-8956028a7347'),
(6426,32,1149,NULL,2604,4,'2025-10-13 19:09:29','2025-10-13 19:09:29','9042b7e9-4bf7-4ab5-aa88-decb87289d44'),
(6427,16,4168,NULL,4150,1,'2025-10-13 19:09:29','2025-10-13 19:09:29','54c8e673-b164-440f-b27d-c94d883cde35'),
(6428,7,4168,NULL,601,1,'2025-10-13 19:09:29','2025-10-13 19:09:29','bbcb9d1e-af3a-4dae-9b16-5591c7adf9c2'),
(6429,7,4168,NULL,3468,2,'2025-10-13 19:09:29','2025-10-13 19:09:29','3b360b9d-fa4c-4602-837c-cbeb4f7b43c2'),
(6430,7,4168,NULL,2972,3,'2025-10-13 19:09:29','2025-10-13 19:09:29','bd0d02e3-4152-4bd9-98ea-f83b4cd50c10'),
(6432,7,4168,NULL,617,5,'2025-10-13 19:09:29','2025-10-13 19:09:29','cc0744e8-a29f-4259-8bac-3fd5a557a21e'),
(6433,7,4168,NULL,605,6,'2025-10-13 19:09:29','2025-10-13 19:09:29','32475c7a-02f0-4207-8c71-dec3860b07b5'),
(6434,32,4168,NULL,2610,1,'2025-10-13 19:09:29','2025-10-13 19:09:29','f21a7843-89c4-4199-84c0-33b76c5ee620'),
(6435,32,4168,NULL,2598,2,'2025-10-13 19:09:29','2025-10-13 19:09:29','06f3675f-c5c8-4751-9b95-3db3720267bd'),
(6436,32,4168,NULL,2600,3,'2025-10-13 19:09:29','2025-10-13 19:09:29','8ae93d3e-14a4-48db-90c6-13d913244ba1'),
(6437,32,4168,NULL,2604,4,'2025-10-13 19:09:29','2025-10-13 19:09:29','d6efcd97-6cb3-4021-a319-1b286233c498'),
(6451,22,4174,NULL,4172,1,'2025-10-13 19:10:27','2025-10-13 19:10:27','f0ae07f2-e5c2-48ee-b64c-6c8e59427282'),
(6452,16,4175,NULL,4150,1,'2025-10-13 19:10:27','2025-10-13 19:10:27','57701e85-1010-40cc-857c-f8e43b1e679a'),
(6453,7,4175,NULL,601,1,'2025-10-13 19:10:27','2025-10-13 19:10:27','d924b682-07c0-4267-9605-8f50938a0ff7'),
(6454,7,4175,NULL,3468,2,'2025-10-13 19:10:27','2025-10-13 19:10:27','0fe98b07-6877-4c3f-bb79-d795ede4b541'),
(6455,7,4175,NULL,2972,3,'2025-10-13 19:10:27','2025-10-13 19:10:27','64b4cc97-3111-42b5-a4fa-036c89dccf74'),
(6457,7,4175,NULL,617,5,'2025-10-13 19:10:27','2025-10-13 19:10:27','731d7219-48f7-4055-a3ae-e02acedea714'),
(6458,7,4175,NULL,605,6,'2025-10-13 19:10:27','2025-10-13 19:10:27','cec6cdfa-c77e-4eb7-a5b3-e3f44b26972d'),
(6459,32,4175,NULL,2610,1,'2025-10-13 19:10:27','2025-10-13 19:10:27','d5e19264-1bcb-4310-9be3-a2be20efeee4'),
(6460,32,4175,NULL,2598,2,'2025-10-13 19:10:27','2025-10-13 19:10:27','0d0efca0-aefc-445a-bab1-2065a9a4400f'),
(6461,32,4175,NULL,2600,3,'2025-10-13 19:10:27','2025-10-13 19:10:27','a3eb94ba-f5d5-47fd-bf76-de076bb737db'),
(6462,32,4175,NULL,2604,4,'2025-10-13 19:10:27','2025-10-13 19:10:27','d214ebf7-4488-4ccb-8fcd-c3252470550b'),
(6463,22,4176,NULL,4172,1,'2025-10-13 19:10:27','2025-10-13 19:10:27','3b86e65a-3738-45d0-895b-bf52fe6d5529'),
(6469,16,1155,NULL,4181,1,'2025-10-13 19:14:26','2025-10-13 19:14:26','570674d2-7fd6-4198-a4ee-fb58510ef267'),
(6472,7,1155,NULL,617,3,'2025-10-13 19:14:26','2025-10-13 19:14:26','48049613-26be-4121-9e50-e03b34e2533e'),
(6473,7,1155,NULL,605,7,'2025-10-13 19:14:26','2026-01-17 21:03:19','8b1425fa-ddbd-4bfe-9fec-e7fca7bf1421'),
(6474,16,4182,NULL,4181,1,'2025-10-13 19:14:26','2025-10-13 19:14:26','813200d6-520a-4a50-9467-5145e8c6fcfd'),
(6476,7,4182,NULL,2972,2,'2025-10-13 19:14:26','2025-10-13 19:14:26','8018ccaf-3ce2-4cd9-9606-04a72d10deee'),
(6477,7,4182,NULL,617,3,'2025-10-13 19:14:26','2025-10-13 19:14:26','6ef15f60-1d77-4885-ab5e-a69bf87565c2'),
(6478,7,4182,NULL,605,4,'2025-10-13 19:14:26','2025-10-13 19:14:26','99a2ef10-37d7-44ed-b833-fa527ecd5758'),
(6488,32,1155,NULL,2610,1,'2025-10-13 19:16:05','2025-10-13 19:16:05','614a2e35-f00a-4bcb-bb6e-694adb1070f0'),
(6489,32,1155,NULL,2598,2,'2025-10-13 19:16:05','2025-10-13 19:16:05','50cc19a0-4b8f-40de-b24b-13c8b371d897'),
(6490,32,1155,NULL,2600,3,'2025-10-13 19:16:05','2025-10-13 19:16:05','4298b5b2-d7a5-409f-8914-ea13f484c852'),
(6491,32,1155,NULL,2604,4,'2025-10-13 19:16:05','2025-10-13 19:16:05','439f4a19-1433-4e55-818f-988ade224840'),
(6492,16,4194,NULL,4181,1,'2025-10-13 19:16:05','2025-10-13 19:16:05','c36e69c5-ddcf-4d1f-970c-1d80e9b0aaf9'),
(6494,7,4194,NULL,2972,2,'2025-10-13 19:16:05','2025-10-13 19:16:05','9b6b4f2c-8e08-422b-9a71-76872e8c9424'),
(6495,7,4194,NULL,617,3,'2025-10-13 19:16:05','2025-10-13 19:16:05','23c32917-fc53-4822-82fe-aa83ea537f26'),
(6496,7,4194,NULL,605,4,'2025-10-13 19:16:05','2025-10-13 19:16:05','d006a172-404e-4676-9d9d-cf486b1d9c2c'),
(6497,32,4194,NULL,2610,1,'2025-10-13 19:16:05','2025-10-13 19:16:05','1c7c5499-c623-47c1-8194-ad072c06b3c7'),
(6498,32,4194,NULL,2598,2,'2025-10-13 19:16:05','2025-10-13 19:16:05','56787e53-c038-4839-858b-69b242dbea6b'),
(6499,32,4194,NULL,2600,3,'2025-10-13 19:16:05','2025-10-13 19:16:05','e3e881d0-c573-4469-a9fb-47507ff28c87'),
(6500,32,4194,NULL,2604,4,'2025-10-13 19:16:05','2025-10-13 19:16:05','3d80ff10-8588-49b6-b563-e0987d3dcc8b'),
(6513,22,4214,NULL,4207,1,'2025-10-13 19:24:55','2025-10-13 19:24:55','8a5bb4cb-931d-4a54-b8d5-c5a22190121d'),
(6514,22,1670,NULL,4208,1,'2025-10-13 19:24:55','2025-10-13 19:24:55','3262e5b0-f951-40ff-a2aa-ea0971135b2d'),
(6515,16,4215,NULL,4181,1,'2025-10-13 19:24:55','2025-10-13 19:24:55','fc7e595d-1bbe-4b3e-838a-fe4200c60906'),
(6517,7,4215,NULL,2972,2,'2025-10-13 19:24:55','2025-10-13 19:24:55','720e1b5a-04d3-458e-a540-3f1dfdf6c658'),
(6518,7,4215,NULL,617,3,'2025-10-13 19:24:55','2025-10-13 19:24:55','9f358d11-af1f-4114-a8bf-83242f2d94e3'),
(6519,7,4215,NULL,605,4,'2025-10-13 19:24:55','2025-10-13 19:24:55','ccb84062-92cb-4a0c-b0bb-c41279155bb4'),
(6520,32,4215,NULL,2610,1,'2025-10-13 19:24:55','2025-10-13 19:24:55','becedb28-fba8-4d2b-bc9e-059065ed343e'),
(6521,32,4215,NULL,2598,2,'2025-10-13 19:24:55','2025-10-13 19:24:55','9962b169-d7df-4213-a317-7546893b1c7e'),
(6522,32,4215,NULL,2600,3,'2025-10-13 19:24:55','2025-10-13 19:24:55','b90056be-b53e-43e7-8065-f8f18ee3a43b'),
(6523,32,4215,NULL,2604,4,'2025-10-13 19:24:55','2025-10-13 19:24:55','842e1fc9-3163-4bde-b701-7338f66123a0'),
(6524,22,4220,NULL,4207,1,'2025-10-13 19:24:55','2025-10-13 19:24:55','dac8f525-b9bd-40e3-a4fc-6d924c45a5be'),
(6525,22,4221,NULL,4208,1,'2025-10-13 19:24:55','2025-10-13 19:24:55','7545547a-39a7-47c6-9924-e92bc4ba6cf5'),
(6534,7,1165,NULL,2974,5,'2025-10-13 19:27:40','2026-03-19 19:58:41','70a9b19a-71c1-4470-8d5e-b9d7af31a179'),
(6536,7,1165,NULL,617,6,'2025-10-13 19:27:40','2026-03-19 19:58:41','ab05c599-40fb-48f6-b615-bd0e7ef94e97'),
(6537,7,1165,NULL,605,8,'2025-10-13 19:27:40','2026-03-19 19:58:41','f011f5e9-46d1-4549-9ae9-dd9e5596ada6'),
(6538,16,4224,NULL,4223,1,'2025-10-13 19:27:41','2025-10-13 19:27:41','ff999b5c-dd88-41b7-b58c-994b4ecc6493'),
(6540,7,4224,NULL,2974,2,'2025-10-13 19:27:41','2025-10-13 19:27:41','9f626b9b-c695-4925-8f53-fa3db91ffbd0'),
(6541,7,4224,NULL,2972,3,'2025-10-13 19:27:41','2025-10-13 19:27:41','e6756185-dac7-4768-b396-94660e3f8d68'),
(6542,7,4224,NULL,617,4,'2025-10-13 19:27:41','2025-10-13 19:27:41','06fe810e-192c-4322-acf5-71ec8baeb2d4'),
(6543,7,4224,NULL,605,5,'2025-10-13 19:27:41','2025-10-13 19:27:41','b7abfa65-7de3-4224-82dd-4f925c7a294c'),
(6550,16,4236,NULL,4223,1,'2025-10-13 19:29:00','2025-10-13 19:29:00','5664c69c-d531-4edf-b6f8-991a64081ed6'),
(6552,7,4236,NULL,2974,2,'2025-10-13 19:29:00','2025-10-13 19:29:00','cc946ecf-d599-4cdd-964f-de61d48f7090'),
(6553,7,4236,NULL,2972,3,'2025-10-13 19:29:00','2025-10-13 19:29:00','98393c3e-e0ae-4e36-bc7b-582a203f766f'),
(6554,7,4236,NULL,617,4,'2025-10-13 19:29:00','2025-10-13 19:29:00','dd193c0e-a535-488d-82b1-7f3946dabd23'),
(6555,7,4236,NULL,605,5,'2025-10-13 19:29:00','2025-10-13 19:29:00','52ecc252-e385-49e8-bd5a-bc16cdbd907b'),
(6567,32,1165,NULL,2614,1,'2025-10-13 19:29:18','2025-10-13 19:29:18','c8c0c58c-8c14-463a-8334-657fbf1c232d'),
(6568,32,1165,NULL,2610,2,'2025-10-13 19:29:18','2025-10-13 19:29:18','e10ee771-8d64-4d49-8e65-06f57646b8af'),
(6569,32,1165,NULL,2598,3,'2025-10-13 19:29:18','2025-10-13 19:29:18','2370b076-07a2-41ae-a836-bbc15cca3ad7'),
(6570,32,1165,NULL,2600,4,'2025-10-13 19:29:18','2025-10-13 19:29:18','1e69c910-df32-4757-ae89-89759e937512'),
(6571,32,1165,NULL,2604,5,'2025-10-13 19:29:18','2025-10-13 19:29:18','51b63fbe-9339-4e65-8669-374c540d6d97'),
(6572,16,4243,NULL,4223,1,'2025-10-13 19:29:18','2025-10-13 19:29:18','e48808bc-43e5-46d3-9371-1986853a35f4'),
(6574,7,4243,NULL,2974,2,'2025-10-13 19:29:18','2025-10-13 19:29:18','a5412f74-11c0-408a-87bd-4380a4c32b9d'),
(6575,7,4243,NULL,2972,3,'2025-10-13 19:29:18','2025-10-13 19:29:18','961c9f03-c9a1-49e9-b39b-b57678cf01b6'),
(6576,7,4243,NULL,617,4,'2025-10-13 19:29:18','2025-10-13 19:29:18','62624050-6c23-49ca-9443-364f48e6738f'),
(6577,7,4243,NULL,605,5,'2025-10-13 19:29:18','2025-10-13 19:29:18','deb5af12-36ce-4db4-a6be-5568bf88ac7d'),
(6578,32,4243,NULL,2614,1,'2025-10-13 19:29:18','2025-10-13 19:29:18','e0388cfb-5448-433c-8488-e5433bbb3c21'),
(6579,32,4243,NULL,2610,2,'2025-10-13 19:29:18','2025-10-13 19:29:18','e8102de5-402e-4d26-a2f0-9f7ac5073cbe'),
(6580,32,4243,NULL,2598,3,'2025-10-13 19:29:18','2025-10-13 19:29:18','566b1a81-912b-4487-b1d6-ecff3636c964'),
(6581,32,4243,NULL,2600,4,'2025-10-13 19:29:18','2025-10-13 19:29:18','c769898e-30e3-47a7-97d1-31dd585fbad1'),
(6582,32,4243,NULL,2604,5,'2025-10-13 19:29:18','2025-10-13 19:29:18','2b52d7d9-7b0c-4f57-b148-1c0bc41145a4'),
(6595,22,1678,NULL,4246,1,'2025-10-13 19:30:02','2025-10-13 19:30:02','44791217-6ec1-49f1-bc15-324d0e62eba6'),
(6596,16,4248,NULL,4223,1,'2025-10-13 19:30:02','2025-10-13 19:30:02','6662ad29-77ab-4c10-b410-5526ffae0ea6'),
(6598,7,4248,NULL,2974,2,'2025-10-13 19:30:02','2025-10-13 19:30:02','c369d54f-f1d3-4270-88ff-28c1a2cb7c7c'),
(6599,7,4248,NULL,2972,3,'2025-10-13 19:30:02','2025-10-13 19:30:02','ee2f202f-6d88-4150-8579-5149f9972bce'),
(6600,7,4248,NULL,617,4,'2025-10-13 19:30:02','2025-10-13 19:30:02','0e075f47-24d8-4bcd-af99-9a9015c827aa'),
(6601,7,4248,NULL,605,5,'2025-10-13 19:30:02','2025-10-13 19:30:02','38529860-9b52-4778-9549-ce4a94409352'),
(6602,32,4248,NULL,2614,1,'2025-10-13 19:30:02','2025-10-13 19:30:02','0a533312-bbc8-4922-9147-be037440f852'),
(6603,32,4248,NULL,2610,2,'2025-10-13 19:30:02','2025-10-13 19:30:02','77b8f262-f957-486a-a8ca-6d1f16e59d6c'),
(6604,32,4248,NULL,2598,3,'2025-10-13 19:30:02','2025-10-13 19:30:02','e18bda4c-7a88-486e-98c3-fe3e51a81a5b'),
(6605,32,4248,NULL,2600,4,'2025-10-13 19:30:02','2025-10-13 19:30:02','ac164e98-c519-4175-81f3-9aeb40356f85'),
(6606,32,4248,NULL,2604,5,'2025-10-13 19:30:02','2025-10-13 19:30:02','a49777e3-582b-4575-940f-d8472499228c'),
(6607,22,4250,NULL,4246,1,'2025-10-13 19:30:03','2025-10-13 19:30:03','a84e313e-b161-4e31-b9bb-fe8550c11fda'),
(6619,16,4252,NULL,4223,1,'2025-10-13 19:30:06','2025-10-13 19:30:06','6d15672a-8bd7-4578-a3f3-5ca2ed32710f'),
(6621,7,4252,NULL,2974,2,'2025-10-13 19:30:06','2025-10-13 19:30:06','d2c04345-c630-4528-9f3e-deffc0f384d0'),
(6622,7,4252,NULL,2972,3,'2025-10-13 19:30:06','2025-10-13 19:30:06','9d26f414-8532-416a-a2b6-3c737ea8de2b'),
(6623,7,4252,NULL,617,4,'2025-10-13 19:30:06','2025-10-13 19:30:06','e6e6ac4b-77fe-4f37-b97c-cad2bea56106'),
(6624,7,4252,NULL,605,5,'2025-10-13 19:30:06','2025-10-13 19:30:06','b3a76814-ea2c-4881-ad89-8adeaa5243bf'),
(6625,32,4252,NULL,2614,1,'2025-10-13 19:30:06','2025-10-13 19:30:06','7f15b3c2-d967-4935-9b64-adb5e6670358'),
(6626,32,4252,NULL,2610,2,'2025-10-13 19:30:06','2025-10-13 19:30:06','cd56ed31-cb56-43b2-8520-db72904e7da5'),
(6627,32,4252,NULL,2598,3,'2025-10-13 19:30:06','2025-10-13 19:30:06','eea9f352-b077-453c-b9e8-f67f24a9b188'),
(6628,32,4252,NULL,2600,4,'2025-10-13 19:30:06','2025-10-13 19:30:06','8067e923-4e79-4312-aec3-771c315c53dd'),
(6629,32,4252,NULL,2604,5,'2025-10-13 19:30:06','2025-10-13 19:30:06','597bcb88-6a5c-4b29-8c61-898f88cd9ea7'),
(6636,7,1171,NULL,617,5,'2025-10-13 19:30:40','2026-02-13 16:46:50','fd9387fb-b033-4605-bddb-c797c38a94b4'),
(6637,7,1171,NULL,605,6,'2025-10-13 19:30:40','2026-02-13 16:46:50','5bba571b-c228-4a38-8dd0-80776a7bbbdb'),
(6639,7,4254,NULL,2972,2,'2025-10-13 19:30:40','2025-10-13 19:30:40','a4ce0c05-5e06-4f5a-ad05-51cfecb182f7'),
(6640,7,4254,NULL,617,3,'2025-10-13 19:30:40','2025-10-13 19:30:40','b7f264a5-c5ef-486b-925d-fe811594deb0'),
(6641,7,4254,NULL,605,4,'2025-10-13 19:30:40','2025-10-13 19:30:40','4ed093c2-1d97-470a-9c71-dfa6139fed48'),
(6650,32,1171,NULL,2610,1,'2025-10-13 19:31:57','2025-10-13 19:31:57','b0ef9ffe-f764-45af-97b1-f75a60df2e92'),
(6651,32,1171,NULL,2598,2,'2025-10-13 19:31:57','2025-10-13 19:31:57','8247e612-afee-41dc-93a8-e0c65426e74c'),
(6652,32,1171,NULL,2600,3,'2025-10-13 19:31:57','2025-10-13 19:31:57','4ca0223b-b96d-4125-9410-28e7b153e090'),
(6653,32,1171,NULL,2604,4,'2025-10-13 19:31:57','2025-10-13 19:31:57','a83bd2a1-0862-4529-85e9-73084aeb76d8'),
(6655,7,4266,NULL,2972,2,'2025-10-13 19:31:57','2025-10-13 19:31:57','99639915-8317-44d7-bd1a-56b6e9e10566'),
(6656,7,4266,NULL,617,3,'2025-10-13 19:31:57','2025-10-13 19:31:57','12ca2b37-2a4e-40f5-b263-e91aedf9093a'),
(6657,7,4266,NULL,605,4,'2025-10-13 19:31:57','2025-10-13 19:31:57','8d2954a1-42a2-413d-a99d-1db56b0d7d29'),
(6658,32,4266,NULL,2610,1,'2025-10-13 19:31:57','2025-10-13 19:31:57','5cdecb54-bfd1-4b2f-bc46-b650392f2509'),
(6659,32,4266,NULL,2598,2,'2025-10-13 19:31:57','2025-10-13 19:31:57','f78d8bd4-05b0-4593-9b14-67f354e87283'),
(6660,32,4266,NULL,2600,3,'2025-10-13 19:31:57','2025-10-13 19:31:57','5605e659-0eca-40ee-8df5-b94b7c27512b'),
(6661,32,4266,NULL,2604,4,'2025-10-13 19:31:57','2025-10-13 19:31:57','01070da5-b9f9-44ab-9233-25d933e0155d'),
(6672,16,4278,NULL,4276,1,'2025-10-13 19:34:44','2025-10-13 19:34:44','8d069273-e365-41ad-9722-5a8272d204c4'),
(6674,7,4278,NULL,2972,2,'2025-10-13 19:34:44','2025-10-13 19:34:44','6d333644-613e-48bb-9076-a095eda7c95c'),
(6675,7,4278,NULL,617,3,'2025-10-13 19:34:44','2025-10-13 19:34:44','5aad46bf-7033-4bc6-bbe6-5b1b890bd68c'),
(6676,7,4278,NULL,605,4,'2025-10-13 19:34:44','2025-10-13 19:34:44','ce0923f5-459f-4f96-8674-48f62c96c9b3'),
(6677,32,4278,NULL,2610,1,'2025-10-13 19:34:44','2025-10-13 19:34:44','161573a5-5bc5-489c-ac04-495ee45d4f60'),
(6678,32,4278,NULL,2598,2,'2025-10-13 19:34:44','2025-10-13 19:34:44','d35f742b-2a25-4979-9b17-3b203606b735'),
(6679,32,4278,NULL,2600,3,'2025-10-13 19:34:44','2025-10-13 19:34:44','0e349d14-0e1c-4794-8412-d2d41f60d47e'),
(6680,32,4278,NULL,2604,4,'2025-10-13 19:34:44','2025-10-13 19:34:44','1bb34fbe-f0e3-4f14-87e7-84114e690c79'),
(6685,16,1177,NULL,4282,1,'2025-10-13 19:37:45','2025-10-13 19:37:45','724db9fa-73cb-405a-884c-3136e6755da4'),
(6686,7,1177,NULL,2969,1,'2025-10-13 19:37:45','2025-10-13 19:37:45','47bd29b5-70c4-4491-8cfa-7147e6e9ce57'),
(6687,7,1177,NULL,617,2,'2025-10-13 19:37:45','2025-10-13 19:37:45','72a6cd6d-0638-4fca-ab6a-9fb8a6d0881f'),
(6688,7,1177,NULL,605,3,'2025-10-13 19:37:45','2025-10-13 19:37:45','513f4536-aaa8-465b-99f4-f3b32b6aede5'),
(6701,32,1177,NULL,2610,1,'2025-10-13 19:37:58','2025-10-13 19:37:58','d85ecfdb-2446-4a06-a225-2b38107113c9'),
(6702,32,1177,NULL,2598,2,'2025-10-13 19:37:58','2025-10-13 19:37:58','52aee61f-bb05-44d3-8367-433e9d0b4db0'),
(6703,32,1177,NULL,2600,3,'2025-10-13 19:37:58','2025-10-13 19:37:58','ea9e6e8e-7cd8-4ea4-a5f5-1e7daec15ed2'),
(6704,32,1177,NULL,2604,4,'2025-10-13 19:37:58','2025-10-13 19:37:58','170c9052-cd89-4a01-a00c-8a3d834f15b6'),
(6749,16,1185,NULL,4322,1,'2025-10-13 19:47:44','2025-10-13 19:47:44','a97e0c7a-3f8e-4dc8-9867-326b0ec9c20e'),
(6750,7,1185,NULL,2969,1,'2025-10-13 19:47:44','2025-10-13 19:47:44','ab442e0f-fc23-4cc5-aa96-c3782dfc5c49'),
(6751,7,1185,NULL,617,2,'2025-10-13 19:47:44','2025-10-13 19:47:44','f656dce3-01ab-47cd-baf0-1d976232359e'),
(6752,7,1185,NULL,605,3,'2025-10-13 19:47:44','2025-10-13 19:47:44','3f0d2361-0a99-4652-b970-20d9228c1dcb'),
(6753,16,4323,NULL,4322,1,'2025-10-13 19:47:44','2025-10-13 19:47:44','b67dc955-3248-411e-a0e8-501c9dea034b'),
(6754,7,4323,NULL,2969,1,'2025-10-13 19:47:44','2025-10-13 19:47:44','1a2e6c89-1450-4291-9257-f6550861ef9f'),
(6755,7,4323,NULL,617,2,'2025-10-13 19:47:44','2025-10-13 19:47:44','484f4486-75e5-48e6-a94b-e2c2141c97b8'),
(6756,7,4323,NULL,605,3,'2025-10-13 19:47:44','2025-10-13 19:47:44','183ff417-5097-4c5a-9cfa-369f6e661bda'),
(6761,16,4337,NULL,4322,1,'2025-10-13 19:51:09','2025-10-13 19:51:09','f7a7631f-7ce2-457a-8d56-e49c6a08db9f'),
(6762,7,4337,NULL,2969,1,'2025-10-13 19:51:09','2025-10-13 19:51:09','6b18a181-e93f-4597-9308-68b1910503c0'),
(6763,7,4337,NULL,617,2,'2025-10-13 19:51:09','2025-10-13 19:51:09','9bcbbe64-4b80-4fe4-af8d-d9f613b49f21'),
(6764,7,4337,NULL,605,3,'2025-10-13 19:51:09','2025-10-13 19:51:09','15e845a8-4cd3-4fd0-bef6-3d392bfbff8e'),
(6773,32,1185,NULL,2610,1,'2025-10-13 19:51:30','2025-10-13 19:51:30','cac9a73e-0c37-4683-99d1-3e7830f58348'),
(6774,32,1185,NULL,2598,2,'2025-10-13 19:51:30','2025-10-13 19:51:30','fbe224d7-4041-4618-a27a-fdc6fcb3401f'),
(6775,32,1185,NULL,2600,3,'2025-10-13 19:51:30','2025-10-13 19:51:30','aa652456-a526-4d0b-a2bd-90418315ceaf'),
(6776,32,1185,NULL,2604,4,'2025-10-13 19:51:30','2025-10-13 19:51:30','b1b5136e-1374-40b7-8e4a-75f6c6885a84'),
(6777,16,4344,NULL,4322,1,'2025-10-13 19:51:30','2025-10-13 19:51:30','116c80c6-7ecd-4796-a6bf-0c1239935cd8'),
(6778,7,4344,NULL,2969,1,'2025-10-13 19:51:30','2025-10-13 19:51:30','598d4205-607e-4a03-831e-a2aa33ce2676'),
(6779,7,4344,NULL,617,2,'2025-10-13 19:51:30','2025-10-13 19:51:30','44314b8f-f0a3-4c3d-bab3-059f58fa2f7e'),
(6780,7,4344,NULL,605,3,'2025-10-13 19:51:30','2025-10-13 19:51:30','cd48727a-13f1-4f4f-a658-89f9bdd19779'),
(6781,32,4344,NULL,2610,1,'2025-10-13 19:51:30','2025-10-13 19:51:30','7205586a-33a1-4d9d-9aa9-f64750402881'),
(6782,32,4344,NULL,2598,2,'2025-10-13 19:51:30','2025-10-13 19:51:30','72570326-c47b-4cda-bcd5-358a6b4e4047'),
(6783,32,4344,NULL,2600,3,'2025-10-13 19:51:30','2025-10-13 19:51:30','f19c7509-dd0b-40ff-894a-1bfc9f63e62f'),
(6784,32,4344,NULL,2604,4,'2025-10-13 19:51:30','2025-10-13 19:51:30','16ffc6ae-6ca3-41c0-b0dc-5a4f1e88611e'),
(6785,16,4345,NULL,4322,1,'2025-10-13 19:51:50','2025-10-13 19:51:50','3a033702-e65f-48ac-a479-e37d55425ab1'),
(6786,7,4345,NULL,2969,1,'2025-10-13 19:51:50','2025-10-13 19:51:50','0d5668ab-9bd6-4f5e-b2f3-98dff19b0f51'),
(6787,7,4345,NULL,617,2,'2025-10-13 19:51:50','2025-10-13 19:51:50','f2d2de95-e5aa-4d10-bc48-64a90d1c8335'),
(6788,7,4345,NULL,605,3,'2025-10-13 19:51:50','2025-10-13 19:51:50','0d6f91f5-763a-430f-8628-7177f81fd729'),
(6789,32,4345,NULL,2610,1,'2025-10-13 19:51:50','2025-10-13 19:51:50','62a68679-bb16-4e9d-b2dd-5802128a12cb'),
(6790,32,4345,NULL,2598,2,'2025-10-13 19:51:50','2025-10-13 19:51:50','83071262-8535-4112-91c7-916040984c4d'),
(6791,32,4345,NULL,2600,3,'2025-10-13 19:51:50','2025-10-13 19:51:50','fe7ce6a6-5cd0-4e19-9ebb-270fb275b323'),
(6792,32,4345,NULL,2604,4,'2025-10-13 19:51:50','2025-10-13 19:51:50','7eb7d647-b390-4ba0-aa1f-701717f9da67'),
(6813,22,1911,NULL,4349,1,'2025-10-14 13:43:52','2025-10-14 13:43:52','2bd57f55-1e3b-48c5-9a16-a1ecd9a65f9a'),
(6814,22,4351,NULL,4349,1,'2025-10-14 13:43:52','2025-10-14 13:43:52','d70815a5-ebc8-4724-8ca1-b7bd66f1e173'),
(6839,22,1539,NULL,3494,1,'2025-10-14 16:14:34','2025-10-14 16:14:34','7c05f321-98fe-4210-a950-ae8bc2163bf9'),
(6840,22,1540,NULL,3495,1,'2025-10-14 16:14:34','2025-10-14 16:14:34','7a46587b-6e40-46f3-bc05-cf37d9ba023b'),
(6841,16,4354,NULL,3467,1,'2025-10-14 16:14:34','2025-10-14 16:14:34','b20c74e0-6c1b-43ee-b156-bbddb890daaf'),
(6842,7,4354,NULL,601,1,'2025-10-14 16:14:34','2025-10-14 16:14:34','df9a630f-f06b-4c7a-9582-f5b7add1b93e'),
(6843,7,4354,NULL,3468,2,'2025-10-14 16:14:34','2025-10-14 16:14:34','1b8489ea-b3d2-4591-9120-03839fb8afff'),
(6845,7,4354,NULL,2972,4,'2025-10-14 16:14:34','2025-10-14 16:14:34','e819db1d-f14a-4b56-915b-e9aef09e9678'),
(6846,7,4354,NULL,2974,5,'2025-10-14 16:14:34','2025-10-14 16:14:34','be22d669-3c85-4906-ac60-fbf0849a2cc5'),
(6847,7,4354,NULL,617,6,'2025-10-14 16:14:34','2025-10-14 16:14:34','1d6ad098-6cfd-48c4-8287-ea0f5d536e09'),
(6848,7,4354,NULL,605,7,'2025-10-14 16:14:34','2025-10-14 16:14:34','c92d9aef-aa29-4622-bbad-e69f65ce9cdd'),
(6849,32,4354,NULL,2610,1,'2025-10-14 16:14:34','2025-10-14 16:14:34','d3902b6d-4fc3-41eb-a51e-412074764fbf'),
(6850,32,4354,NULL,2598,2,'2025-10-14 16:14:34','2025-10-14 16:14:34','147004e1-be60-4b5a-a9d2-60f067f504bc'),
(6851,32,4354,NULL,2600,3,'2025-10-14 16:14:34','2025-10-14 16:14:34','8cb792a1-b835-40a7-9ae2-39f0fbb0b2b2'),
(6852,32,4354,NULL,2596,4,'2025-10-14 16:14:34','2025-10-14 16:14:34','00dbffde-80b5-4ee3-ba29-abe78d26a0e0'),
(6853,32,4354,NULL,2602,5,'2025-10-14 16:14:34','2025-10-14 16:14:34','d86fa523-73b0-42b0-85f6-673422fd36f0'),
(6854,32,4354,NULL,2604,6,'2025-10-14 16:14:34','2025-10-14 16:14:34','d9fa8fcd-342c-456f-9ad3-72df0c696141'),
(6855,22,4355,NULL,3494,1,'2025-10-14 16:14:34','2025-10-14 16:14:34','f5ab4706-702c-47bb-a85e-1cde0aafdb7e'),
(6856,22,4356,NULL,3495,1,'2025-10-14 16:14:34','2025-10-14 16:14:34','a7f53ee7-ef38-4403-a787-133a3921ede5'),
(6860,16,1191,NULL,4358,1,'2025-10-14 16:48:02','2025-10-14 16:48:02','3bd1e8b8-8c2a-4e4a-b5fe-20b537165d2b'),
(6861,7,1191,NULL,617,2,'2025-10-14 16:48:02','2026-01-17 21:07:15','304bfb4b-845a-4148-9825-b5411b30950d'),
(6862,7,1191,NULL,605,3,'2025-10-14 16:48:02','2026-01-17 21:07:15','0ad311aa-e97f-406a-a96d-fac29495ff99'),
(6863,16,4370,NULL,4358,1,'2025-10-14 16:48:02','2025-10-14 16:48:02','47f46930-4ec1-4a53-9e2f-11e1c0fe8385'),
(6864,7,4370,NULL,617,1,'2025-10-14 16:48:02','2025-10-14 16:48:02','95571ac1-c596-4e85-a01f-2efc9f7587e8'),
(6865,7,4370,NULL,605,2,'2025-10-14 16:48:02','2025-10-14 16:48:02','43197d9f-53c5-4f81-80d7-9e6f406b89ff'),
(6873,32,1191,NULL,2610,1,'2025-10-14 16:48:25','2025-10-14 16:48:25','d1c61ff9-9f12-4a72-b409-a7dcf1150647'),
(6874,32,1191,NULL,2598,2,'2025-10-14 16:48:25','2025-10-14 16:48:25','6969dc09-6fd3-4f5c-9c8f-fe74411e187a'),
(6875,32,1191,NULL,2600,3,'2025-10-14 16:48:25','2025-10-14 16:48:25','1c964af6-0db6-4828-ae55-be88bed59e40'),
(6876,32,1191,NULL,2604,4,'2025-10-14 16:48:25','2025-10-14 16:48:25','05dad7df-f4bb-4eec-b293-0114f72841a9'),
(6877,16,4377,NULL,4358,1,'2025-10-14 16:48:25','2025-10-14 16:48:25','4ba35a46-d028-4e8a-b002-834e4bdcc421'),
(6878,7,4377,NULL,617,1,'2025-10-14 16:48:25','2025-10-14 16:48:25','7c2f0b97-c582-40d9-ac86-25320d99c757'),
(6879,7,4377,NULL,605,2,'2025-10-14 16:48:25','2025-10-14 16:48:25','954adb1e-e151-4c74-9cdf-9b7da91d81b3'),
(6880,32,4377,NULL,2610,1,'2025-10-14 16:48:25','2025-10-14 16:48:25','a2042ce1-04d5-45d3-94cd-af497179eb89'),
(6881,32,4377,NULL,2598,2,'2025-10-14 16:48:25','2025-10-14 16:48:25','e267f588-87ba-45f9-96c3-ad85a6ea7bab'),
(6882,32,4377,NULL,2600,3,'2025-10-14 16:48:25','2025-10-14 16:48:25','a9706de0-67d2-4de0-a77b-1461455f2652'),
(6883,32,4377,NULL,2604,4,'2025-10-14 16:48:25','2025-10-14 16:48:25','4ef435b9-51e6-4b55-94b4-068002ac4b0b'),
(6891,16,4381,NULL,4358,1,'2025-10-14 16:49:14','2025-10-14 16:49:14','3e13dac5-f2bd-4741-bbc5-23874fb1239e'),
(6892,7,4381,NULL,617,1,'2025-10-14 16:49:14','2025-10-14 16:49:14','348be6d7-fae0-48d2-84e5-f5692ff191a1'),
(6893,7,4381,NULL,605,2,'2025-10-14 16:49:14','2025-10-14 16:49:14','ea151279-141a-4ad9-80c6-1a895a4bd7d8'),
(6894,32,4381,NULL,2610,1,'2025-10-14 16:49:14','2025-10-14 16:49:14','afd77c63-7faa-4d28-ae5d-42b7d59e7393'),
(6895,32,4381,NULL,2598,2,'2025-10-14 16:49:14','2025-10-14 16:49:14','52cee244-aa87-42de-95b7-27e1c77240a5'),
(6896,32,4381,NULL,2600,3,'2025-10-14 16:49:14','2025-10-14 16:49:14','ee9e1244-9892-4109-a5bc-55ec130ff1cd'),
(6897,32,4381,NULL,2604,4,'2025-10-14 16:49:14','2025-10-14 16:49:14','6c3bae2d-d4d9-468d-918f-30db62136d39'),
(6902,16,1197,NULL,4385,1,'2025-10-14 16:52:02','2025-10-14 16:52:02','aebb1c60-edcf-4386-a067-f9ca84636116'),
(6904,7,1197,NULL,617,1,'2025-10-14 16:52:02','2026-01-17 21:07:36','d7ff4dba-5626-4efd-80dd-81546531a15c'),
(6905,7,1197,NULL,605,2,'2025-10-14 16:52:02','2026-01-17 21:07:36','03bfa30a-69ab-49f6-bdf9-93e8f5bfff36'),
(6906,16,4396,NULL,4385,1,'2025-10-14 16:52:02','2025-10-14 16:52:02','c8aab9b4-7b11-44b8-b6d2-4d1ab19fc88b'),
(6907,7,4396,NULL,2969,1,'2025-10-14 16:52:02','2025-10-14 16:52:02','ece15cbd-793b-436f-9809-9c218c50133a'),
(6908,7,4396,NULL,617,2,'2025-10-14 16:52:02','2025-10-14 16:52:02','dd41679f-f4ef-4324-a7e3-bd8831c7193a'),
(6909,7,4396,NULL,605,3,'2025-10-14 16:52:02','2025-10-14 16:52:02','4c86c496-1408-4218-962b-7fe80aa101b2'),
(6920,32,1197,NULL,2610,1,'2025-10-14 16:52:41','2025-10-14 16:52:41','7d5eea21-65ad-4272-acd0-05e323aea1aa'),
(6921,32,1197,NULL,2622,2,'2025-10-14 16:52:41','2025-10-14 16:52:41','3ed161d5-164b-49db-9a5c-63690ca01e5b'),
(6922,32,1197,NULL,2598,3,'2025-10-14 16:52:41','2025-10-14 16:52:41','1638fd67-c481-415f-a02b-4fd63c80138d'),
(6923,32,1197,NULL,2600,4,'2025-10-14 16:52:41','2025-10-14 16:52:41','a0032372-f1d4-4836-a7fb-f58a1433ae6e'),
(6924,32,1197,NULL,2604,5,'2025-10-14 16:52:41','2025-10-14 16:52:41','d77dbf0c-c8df-4318-b63e-00423e53ceb5'),
(6925,46,1197,NULL,4403,1,'2025-10-14 16:52:41','2025-10-14 16:52:41','79fa5330-cd8f-4b46-b2da-63b7b4d930f6'),
(6926,16,4405,NULL,4385,1,'2025-10-14 16:52:41','2025-10-14 16:52:41','5e962355-bf8b-467d-b065-88d8fb397311'),
(6927,7,4405,NULL,2969,1,'2025-10-14 16:52:41','2025-10-14 16:52:41','d1d933b5-083d-4b3f-9760-f0fa8ddce603'),
(6928,7,4405,NULL,617,2,'2025-10-14 16:52:41','2025-10-14 16:52:41','35da74c9-503a-4096-a37c-e738c349c2ed'),
(6929,7,4405,NULL,605,3,'2025-10-14 16:52:41','2025-10-14 16:52:41','5f3c27d1-e6c6-471f-9314-bdc98d064a5f'),
(6930,32,4405,NULL,2610,1,'2025-10-14 16:52:41','2025-10-14 16:52:41','2c3aef4e-7d9b-4998-ac22-21c004780cd3'),
(6931,32,4405,NULL,2622,2,'2025-10-14 16:52:41','2025-10-14 16:52:41','e7a9e29c-89fa-474e-b6ae-960c8dcf2893'),
(6932,32,4405,NULL,2598,3,'2025-10-14 16:52:41','2025-10-14 16:52:41','0b1ebcba-da50-423d-98c5-c8266a52f5f3'),
(6933,32,4405,NULL,2600,4,'2025-10-14 16:52:41','2025-10-14 16:52:41','5a3bbc4e-fb11-475a-88c8-4b7b8bf6441a'),
(6934,32,4405,NULL,2604,5,'2025-10-14 16:52:41','2025-10-14 16:52:41','7f1cea3b-b01a-49b3-8dba-416069b77809'),
(6935,46,4405,NULL,4403,1,'2025-10-14 16:52:41','2025-10-14 16:52:41','f0c7aa4f-549f-4617-9e9c-fd0d60ab4f9d'),
(6946,16,4410,NULL,4385,1,'2025-10-14 16:53:18','2025-10-14 16:53:18','b9658dd8-cc5d-4b4e-9b28-f2e88f608811'),
(6947,7,4410,NULL,2969,1,'2025-10-14 16:53:18','2025-10-14 16:53:18','b6ffa53a-2a98-4d30-8524-0daa75b4f749'),
(6948,7,4410,NULL,617,2,'2025-10-14 16:53:18','2025-10-14 16:53:18','1bc69bcf-bb2f-4d60-aee0-460a60bc1763'),
(6949,7,4410,NULL,605,3,'2025-10-14 16:53:18','2025-10-14 16:53:18','db90c6b8-6d48-455d-91f2-8123fc1e6d59'),
(6950,32,4410,NULL,2610,1,'2025-10-14 16:53:18','2025-10-14 16:53:18','e9b013f6-ac18-4cd7-b2cc-6d9905b6dd7c'),
(6951,32,4410,NULL,2622,2,'2025-10-14 16:53:18','2025-10-14 16:53:18','f5f64f69-490b-4677-be91-12faea1fa76d'),
(6952,32,4410,NULL,2598,3,'2025-10-14 16:53:18','2025-10-14 16:53:18','99dd69ac-c14b-4d22-b154-f0686d85c17a'),
(6953,32,4410,NULL,2600,4,'2025-10-14 16:53:18','2025-10-14 16:53:18','22d75d81-aaac-4f34-9749-e6856ff815d9'),
(6954,32,4410,NULL,2604,5,'2025-10-14 16:53:18','2025-10-14 16:53:18','9da2cfe0-994a-4db7-b954-9a112a33a878'),
(6955,46,4410,NULL,4403,1,'2025-10-14 16:53:18','2025-10-14 16:53:18','5bf3d52b-76ea-4f72-89c9-090b3acc490d'),
(6960,16,1201,NULL,4414,1,'2025-10-14 16:55:56','2025-10-14 16:55:56','cd1c3914-559c-410b-a8e0-fbaa0967e107'),
(6962,7,1201,NULL,617,3,'2025-10-14 16:55:56','2026-01-17 21:08:11','1abff93a-301c-4bfb-a471-297a2a3178a3'),
(6963,7,1201,NULL,605,4,'2025-10-14 16:55:56','2026-01-17 21:08:11','1c252cf9-99f7-44dc-99fd-81b7c41d7ed3'),
(6964,16,4425,NULL,4414,1,'2025-10-14 16:55:56','2025-10-14 16:55:56','5ff1b602-98f4-4871-9b26-bd7d245ef112'),
(6966,7,4425,NULL,617,2,'2025-10-14 16:55:56','2025-10-14 16:55:56','69e28495-0f3e-4e53-b300-8f4d8ebd7b2a'),
(6967,7,4425,NULL,605,3,'2025-10-14 16:55:56','2025-10-14 16:55:56','23ed4d98-9c4d-4345-bb35-c276a31e6cb9'),
(6980,32,1201,NULL,2610,1,'2025-10-14 16:56:21','2025-10-14 16:56:21','6e0e7a3e-cd0d-4674-9d8a-f45929fab864'),
(6981,32,1201,NULL,2598,2,'2025-10-14 16:56:21','2025-10-14 16:56:21','d62e5b2f-5a03-4ccf-a6e6-7cab90a0a26c'),
(6982,32,1201,NULL,2600,3,'2025-10-14 16:56:21','2025-10-14 16:56:21','a6188840-2eaf-45cc-8def-74276fc40d97'),
(6983,32,1201,NULL,2602,4,'2025-10-14 16:56:21','2025-10-14 16:56:21','7ff6ea71-c77d-4094-9eea-df5ec23fb8c7'),
(6984,32,1201,NULL,2612,5,'2025-10-14 16:56:21','2025-10-14 16:56:21','44a844d7-e04e-4131-b257-668e7ce99e47'),
(6985,32,1201,NULL,2618,6,'2025-10-14 16:56:21','2025-10-14 16:56:21','7f0a3bba-d21f-42b2-8438-accdabff0466'),
(6986,32,1201,NULL,2604,7,'2025-10-14 16:56:21','2025-10-14 16:56:21','1095e32e-82b0-4aba-8cb8-353a9f1ded56'),
(6987,46,1201,NULL,3697,1,'2025-10-14 16:56:21','2026-01-12 16:41:50','1ed3e550-bc9b-4266-a547-2059d6fade45'),
(6988,16,4432,NULL,4414,1,'2025-10-14 16:56:21','2025-10-14 16:56:21','73218af8-5628-4d8b-adc5-e24b5e4c6f16'),
(6990,7,4432,NULL,617,2,'2025-10-14 16:56:21','2025-10-14 16:56:21','b4ccc4c2-3e21-4896-b65c-866c0c46f0af'),
(6991,7,4432,NULL,605,3,'2025-10-14 16:56:21','2025-10-14 16:56:21','ed10be61-fde0-4888-a706-b4cda7743a51'),
(6992,32,4432,NULL,2610,1,'2025-10-14 16:56:21','2025-10-14 16:56:21','9b750ed0-6c95-407d-8904-b7f26786f033'),
(6993,32,4432,NULL,2598,2,'2025-10-14 16:56:21','2025-10-14 16:56:21','2cfce1d4-641a-4a80-97ee-56fbb60964cc'),
(6994,32,4432,NULL,2600,3,'2025-10-14 16:56:21','2025-10-14 16:56:21','b466a74b-cccf-4257-a807-0311e2a21dd7'),
(6995,32,4432,NULL,2602,4,'2025-10-14 16:56:21','2025-10-14 16:56:21','469ad333-8868-44f9-a31b-9a45d6d3f121'),
(6996,32,4432,NULL,2612,5,'2025-10-14 16:56:21','2025-10-14 16:56:21','a0252454-195d-4499-ad20-312581a1e485'),
(6997,32,4432,NULL,2618,6,'2025-10-14 16:56:21','2025-10-14 16:56:21','369a2053-3e02-42ac-b9e6-a0a583d04d47'),
(6998,32,4432,NULL,2604,7,'2025-10-14 16:56:21','2025-10-14 16:56:21','6ed8633f-e555-4622-bfeb-773a04d92121'),
(6999,46,4432,NULL,3697,1,'2025-10-14 16:56:21','2025-10-14 16:56:21','15eec31e-893c-46fa-b74e-fa9922b481e0'),
(7012,16,4436,NULL,4414,1,'2025-10-14 16:56:56','2025-10-14 16:56:56','0a0ee8b2-85dd-4e98-86a4-16d80ba665a6'),
(7014,7,4436,NULL,617,2,'2025-10-14 16:56:56','2025-10-14 16:56:56','81e5923c-2cb1-455a-8104-6deb7d8a34fc'),
(7015,7,4436,NULL,605,3,'2025-10-14 16:56:56','2025-10-14 16:56:56','8decb3f6-5ba4-4fc5-827d-65a324f44d97'),
(7016,32,4436,NULL,2610,1,'2025-10-14 16:56:56','2025-10-14 16:56:56','eaab50df-2015-4904-acf6-9bec89959f51'),
(7017,32,4436,NULL,2598,2,'2025-10-14 16:56:56','2025-10-14 16:56:56','f73ae6f1-6c60-4185-9ba1-664e520dba58'),
(7018,32,4436,NULL,2600,3,'2025-10-14 16:56:56','2025-10-14 16:56:56','cee0ac62-8e81-4ffb-980c-f444259abde9'),
(7019,32,4436,NULL,2602,4,'2025-10-14 16:56:56','2025-10-14 16:56:56','db152ce0-01d7-414a-92eb-1b869be6c207'),
(7020,32,4436,NULL,2612,5,'2025-10-14 16:56:56','2025-10-14 16:56:56','2ee86f61-88c0-460e-8efc-ac94d83da8a7'),
(7021,32,4436,NULL,2618,6,'2025-10-14 16:56:56','2025-10-14 16:56:56','6d8a9ca2-f832-4619-8be6-2d47cdac05ba'),
(7022,32,4436,NULL,2604,7,'2025-10-14 16:56:56','2025-10-14 16:56:56','af04a8a7-7554-4c4c-9ee4-91a683580079'),
(7023,46,4436,NULL,3697,1,'2025-10-14 16:56:56','2025-10-14 16:56:56','f51f48bd-3186-486b-b4bc-4225e39f0b58'),
(7027,16,1209,NULL,4440,1,'2025-10-14 16:59:10','2025-10-14 16:59:10','452f5958-3b1a-433f-a58d-f3d9889251ba'),
(7028,7,1209,NULL,617,2,'2025-10-14 16:59:10','2026-01-17 21:08:35','492f3353-e300-4378-9d2a-09ca08d70a3c'),
(7029,7,1209,NULL,605,3,'2025-10-14 16:59:10','2026-01-17 21:08:35','fe2c45b3-c6a4-435c-9df0-20394d8b8f6d'),
(7030,16,4451,NULL,4440,1,'2025-10-14 16:59:11','2025-10-14 16:59:11','02cad1c7-2729-4831-9faa-917826011c8c'),
(7031,7,4451,NULL,617,1,'2025-10-14 16:59:11','2025-10-14 16:59:11','62ffdfc1-b950-4577-a718-bbb1bc7dfd79'),
(7032,7,4451,NULL,605,2,'2025-10-14 16:59:11','2025-10-14 16:59:11','6b11b30a-9462-4993-ae6f-162195d7df20'),
(7043,32,1209,NULL,2610,1,'2025-10-14 16:59:35','2025-10-14 16:59:35','b44a9cac-822e-49d0-b392-6d40186fe90c'),
(7044,32,1209,NULL,2598,2,'2025-10-14 16:59:35','2025-10-14 16:59:35','4ebe42e0-83a9-4e03-95dd-990885e07f36'),
(7045,32,1209,NULL,2624,3,'2025-10-14 16:59:35','2025-10-14 16:59:35','e1deecff-fd02-4e69-80ae-fca3e77a304f'),
(7046,32,1209,NULL,2600,4,'2025-10-14 16:59:35','2025-10-14 16:59:35','d55e0f24-8f79-43b9-a360-6aced77d5ab6'),
(7047,32,1209,NULL,2606,5,'2025-10-14 16:59:35','2025-10-14 16:59:35','9606cd00-2f0d-4cae-aa98-d153a0bfd2b1'),
(7048,32,1209,NULL,2604,6,'2025-10-14 16:59:35','2025-10-14 16:59:35','0de20f0f-cb7b-4cf8-acab-37d829fb6fdd'),
(7049,46,1209,NULL,2891,1,'2025-10-14 16:59:35','2025-10-14 16:59:35','4178eaef-a3e9-4dc9-ab65-b80d91aa4e3e'),
(7050,16,4458,NULL,4440,1,'2025-10-14 16:59:36','2025-10-14 16:59:36','30b40348-bde1-48c3-b710-0bdbe061596d'),
(7051,7,4458,NULL,617,1,'2025-10-14 16:59:36','2025-10-14 16:59:36','d74a06e0-91a4-4984-9122-eb9693163071'),
(7052,7,4458,NULL,605,2,'2025-10-14 16:59:36','2025-10-14 16:59:36','44cbea29-a258-4eca-a5ba-3d4d559f1f97'),
(7053,32,4458,NULL,2610,1,'2025-10-14 16:59:36','2025-10-14 16:59:36','0831bfcf-19e8-4259-8413-20851f634072'),
(7054,32,4458,NULL,2598,2,'2025-10-14 16:59:36','2025-10-14 16:59:36','93eeee11-a2ce-43d6-8b27-28e5cd7c9473'),
(7055,32,4458,NULL,2624,3,'2025-10-14 16:59:36','2025-10-14 16:59:36','cb59dc7a-0210-46af-941d-ef632475c18e'),
(7056,32,4458,NULL,2600,4,'2025-10-14 16:59:36','2025-10-14 16:59:36','18ef7d3e-1dee-45ea-8fe1-d10c6a1717d3'),
(7057,32,4458,NULL,2606,5,'2025-10-14 16:59:36','2025-10-14 16:59:36','0a3004c8-7af1-4f4c-9adc-d66f2c26b385'),
(7058,32,4458,NULL,2604,6,'2025-10-14 16:59:36','2025-10-14 16:59:36','02ab91b7-a833-41fa-8ff2-0cecd7d917e6'),
(7059,46,4458,NULL,2891,1,'2025-10-14 16:59:36','2025-10-14 16:59:36','8899378a-ceb7-47f8-9de9-c8723cf2ed16'),
(7070,16,4462,NULL,4440,1,'2025-10-14 17:00:06','2025-10-14 17:00:06','ad690c15-2ee7-40ad-9dc2-3dd22875a363'),
(7071,7,4462,NULL,617,1,'2025-10-14 17:00:06','2025-10-14 17:00:06','03575517-c475-4bbd-81a3-aef9565f54b0'),
(7072,7,4462,NULL,605,2,'2025-10-14 17:00:06','2025-10-14 17:00:06','2d25f717-14c7-4200-8e6b-70c6803b5138'),
(7073,32,4462,NULL,2610,1,'2025-10-14 17:00:06','2025-10-14 17:00:06','ced3ce53-c389-4352-b8ab-6e020f1bab03'),
(7074,32,4462,NULL,2598,2,'2025-10-14 17:00:06','2025-10-14 17:00:06','097bdc47-7e3c-45eb-bf60-091b86e96bb4'),
(7075,32,4462,NULL,2624,3,'2025-10-14 17:00:06','2025-10-14 17:00:06','ac55281f-1f77-46c5-8399-a6c3c0952e38'),
(7076,32,4462,NULL,2600,4,'2025-10-14 17:00:06','2025-10-14 17:00:06','2d8e8721-920d-4781-8efc-cc440a19e43e'),
(7077,32,4462,NULL,2606,5,'2025-10-14 17:00:06','2025-10-14 17:00:06','448e3ca5-25dc-4b8d-bf23-5abe8fa51cb7'),
(7078,32,4462,NULL,2604,6,'2025-10-14 17:00:06','2025-10-14 17:00:06','582a0b65-636b-48bc-8ec0-75dccac3f0ac'),
(7079,46,4462,NULL,2891,1,'2025-10-14 17:00:06','2025-10-14 17:00:06','6a8d0752-7d7e-4e9c-a05f-e16aeb7fad91'),
(7085,16,1215,NULL,4466,1,'2025-10-14 17:01:41','2025-10-14 17:01:41','1e77e093-a29c-4de8-99c7-90f91eb6d1db'),
(7087,7,1215,NULL,617,1,'2025-10-14 17:01:41','2026-01-17 21:08:57','a06782bc-7f82-44cb-b01d-f56d35e17641'),
(7088,7,1215,NULL,605,2,'2025-10-14 17:01:41','2026-01-17 21:08:57','6f0c6a0d-c2a2-44d9-9ea3-4fc5eb6cc808'),
(7089,16,4467,NULL,4466,1,'2025-10-14 17:01:41','2025-10-14 17:01:41','0cbfcad8-08b2-4dee-878e-6e14fa632d65'),
(7090,7,4467,NULL,2969,1,'2025-10-14 17:01:41','2025-10-14 17:01:41','cd1ceff9-f590-42fc-ae28-fa359acd884e'),
(7091,7,4467,NULL,617,2,'2025-10-14 17:01:41','2025-10-14 17:01:41','c24136fa-35a1-4f9c-acc1-48193ba17577'),
(7092,7,4467,NULL,605,3,'2025-10-14 17:01:41','2025-10-14 17:01:41','23f2513b-8990-4882-a019-17152024f423'),
(7097,16,4479,NULL,4466,1,'2025-10-14 17:02:50','2025-10-14 17:02:50','2bf01348-767f-41c3-a834-4897050a2152'),
(7098,7,4479,NULL,2969,1,'2025-10-14 17:02:50','2025-10-14 17:02:50','cc574670-aa5d-4022-ac0d-f43202df31f6'),
(7099,7,4479,NULL,617,2,'2025-10-14 17:02:50','2025-10-14 17:02:50','3947f0b1-ff58-46d2-b75e-946bed652ecf'),
(7100,7,4479,NULL,605,3,'2025-10-14 17:02:50','2025-10-14 17:02:50','6819cdab-3fb4-45b1-85e4-50679e5329a9'),
(7105,16,4486,NULL,4466,1,'2025-10-14 17:04:16','2025-10-14 17:04:16','fd7a67b9-2cd6-4345-a2ba-847938060970'),
(7106,7,4486,NULL,2969,1,'2025-10-14 17:04:16','2025-10-14 17:04:16','632aedf0-5fb6-495c-8bf5-fe8ac4b413bb'),
(7107,7,4486,NULL,617,2,'2025-10-14 17:04:16','2025-10-14 17:04:16','1c2d7384-1e83-4068-8ae0-6d27a6eecaa6'),
(7108,7,4486,NULL,605,3,'2025-10-14 17:04:16','2025-10-14 17:04:16','c05b0a97-5bc5-4791-bef4-ef190db21384'),
(7117,32,1215,NULL,2610,1,'2025-10-14 17:04:31','2025-10-14 17:04:31','cd1111e3-4deb-4051-9fbb-60db3ef9e12e'),
(7118,32,1215,NULL,2598,2,'2025-10-14 17:04:31','2025-10-14 17:04:31','f51764fa-b1cc-457f-861c-bd2e802b227b'),
(7119,32,1215,NULL,2600,3,'2025-10-14 17:04:31','2025-10-14 17:04:31','c8329226-b856-44b8-ad30-839a1892ed5c'),
(7120,32,1215,NULL,2604,4,'2025-10-14 17:04:31','2025-10-14 17:04:31','30139455-79e7-4131-a1cb-f15d53b33baa'),
(7121,16,4488,NULL,4466,1,'2025-10-14 17:04:31','2025-10-14 17:04:31','b4a9fea9-c499-410f-9cd3-1c3ea134d0b1'),
(7122,7,4488,NULL,2969,1,'2025-10-14 17:04:31','2025-10-14 17:04:31','113b9980-2c78-43ca-a45b-058d181adcc7'),
(7123,7,4488,NULL,617,2,'2025-10-14 17:04:31','2025-10-14 17:04:31','ae4dbb97-c9f2-44a3-a9cd-e30f144aaacf'),
(7124,7,4488,NULL,605,3,'2025-10-14 17:04:31','2025-10-14 17:04:31','7e51ae29-e071-4cf4-8454-04ebe16b6a16'),
(7125,32,4488,NULL,2610,1,'2025-10-14 17:04:31','2025-10-14 17:04:31','3b74a0bf-df08-407b-8868-3257799adba9'),
(7126,32,4488,NULL,2598,2,'2025-10-14 17:04:31','2025-10-14 17:04:31','345d04e5-a3a9-49eb-85f4-999f1ea94410'),
(7127,32,4488,NULL,2600,3,'2025-10-14 17:04:31','2025-10-14 17:04:31','025c4d15-98c0-43ce-b608-82b337f16d12'),
(7128,32,4488,NULL,2604,4,'2025-10-14 17:04:31','2025-10-14 17:04:31','d261cec4-97b8-4520-a9e1-cc8934d2da2e'),
(7137,16,4493,NULL,4466,1,'2025-10-14 17:05:13','2025-10-14 17:05:13','3e955f29-8b0b-442b-87a2-c89eda3254c3'),
(7138,7,4493,NULL,2969,1,'2025-10-14 17:05:13','2025-10-14 17:05:13','0d856806-735b-4453-84ba-a561fcd8ba73'),
(7139,7,4493,NULL,617,2,'2025-10-14 17:05:13','2025-10-14 17:05:13','2bd98cc3-3dd4-40a3-9148-26a5a72bb938'),
(7140,7,4493,NULL,605,3,'2025-10-14 17:05:13','2025-10-14 17:05:13','034b8148-d4d6-4e4c-a5e9-91907e455661'),
(7141,32,4493,NULL,2610,1,'2025-10-14 17:05:13','2025-10-14 17:05:13','af32f5a4-d27d-4b4c-a9e7-7611481fd326'),
(7142,32,4493,NULL,2598,2,'2025-10-14 17:05:13','2025-10-14 17:05:13','0e55bd28-d263-4cdb-a2af-8c31123ce482'),
(7143,32,4493,NULL,2600,3,'2025-10-14 17:05:13','2025-10-14 17:05:13','ab622f9d-c401-4fe6-9571-d84dce8e9052'),
(7144,32,4493,NULL,2604,4,'2025-10-14 17:05:13','2025-10-14 17:05:13','7ee93e35-94f4-4c6b-8bfc-67e0c3a1a375'),
(7150,16,1219,NULL,4497,1,'2025-10-14 17:08:27','2025-10-14 17:08:27','7770f80c-8333-40e7-9764-06a941769dbc'),
(7153,7,1219,NULL,617,3,'2025-10-14 17:08:27','2025-10-14 17:08:27','56341aa5-098e-4b60-a680-627784cfd721'),
(7154,7,1219,NULL,605,7,'2025-10-14 17:08:27','2026-01-17 21:10:20','0cba3198-c595-4008-ab47-db999e989f0b'),
(7155,16,4509,NULL,4497,1,'2025-10-14 17:08:27','2025-10-14 17:08:27','87817243-75cb-44a5-b778-e6af34e34b87'),
(7157,7,4509,NULL,2972,2,'2025-10-14 17:08:27','2025-10-14 17:08:27','e943503e-fa12-471b-9bc9-b724c41add12'),
(7158,7,4509,NULL,617,3,'2025-10-14 17:08:27','2025-10-14 17:08:27','eea295ea-6143-4efe-b4d5-80147e3e55f5'),
(7159,7,4509,NULL,605,4,'2025-10-14 17:08:27','2025-10-14 17:08:27','c09d37c7-cf28-4bc7-8ef1-83c76d0e99c5'),
(7172,32,1219,NULL,2610,1,'2025-10-14 17:09:21','2025-10-14 17:09:21','1ed30166-72b3-43e3-9902-6232f8a26949'),
(7173,32,1219,NULL,2598,2,'2025-10-14 17:09:21','2025-10-14 17:09:21','815ab33d-ae23-4d23-9b14-ee5200a654a7'),
(7174,32,1219,NULL,2600,3,'2025-10-14 17:09:21','2025-10-14 17:09:21','3390e4a4-9012-4ef3-bc33-0b04cd81accc'),
(7175,32,1219,NULL,2604,4,'2025-10-14 17:09:21','2025-10-14 17:09:21','abf3e17a-fb60-4d2d-8e58-4975e359c8f3'),
(7176,22,4521,NULL,4519,1,'2025-10-14 17:09:21','2025-10-14 17:09:21','dd181db7-ff16-4d69-a08c-21005303ec95'),
(7177,22,1723,NULL,4518,1,'2025-10-14 17:09:21','2025-10-14 17:09:21','3a99b03d-9575-41a6-a06a-02c47f1deebe'),
(7178,16,4522,NULL,4497,1,'2025-10-14 17:09:21','2025-10-14 17:09:21','c6219092-6ca1-48e0-8f4a-44dfbe8b8f3d'),
(7180,7,4522,NULL,2972,2,'2025-10-14 17:09:21','2025-10-14 17:09:21','df3b75ad-43d0-46c6-ad38-200fe3d3df30'),
(7181,7,4522,NULL,617,3,'2025-10-14 17:09:21','2025-10-14 17:09:21','35efeab6-423a-4296-9eb7-cd958dbad8d1'),
(7182,7,4522,NULL,605,4,'2025-10-14 17:09:21','2025-10-14 17:09:21','88aff9ef-0c54-4447-974a-54e615644fca'),
(7183,32,4522,NULL,2610,1,'2025-10-14 17:09:21','2025-10-14 17:09:21','5d585615-5942-4d98-9451-c4042405c954'),
(7184,32,4522,NULL,2598,2,'2025-10-14 17:09:21','2025-10-14 17:09:21','b1dc0843-3289-4a5b-abe6-6a3d41e5bcdd'),
(7185,32,4522,NULL,2600,3,'2025-10-14 17:09:21','2025-10-14 17:09:21','17879c63-068c-4823-a51e-5c6168c08471'),
(7186,32,4522,NULL,2604,4,'2025-10-14 17:09:21','2025-10-14 17:09:21','2fe79847-5ec6-4f8d-918e-96178f1ac554'),
(7187,22,4523,NULL,4519,1,'2025-10-14 17:09:21','2025-10-14 17:09:21','03b20bf5-886b-4e87-b83d-6d4e98641252'),
(7188,22,4524,NULL,4518,1,'2025-10-14 17:09:21','2025-10-14 17:09:21','882aaff4-c51e-43e7-aee7-f7df80763392'),
(7194,16,1225,NULL,4526,1,'2025-10-14 17:10:19','2025-10-14 17:10:19','4c6c322b-83ae-4404-b27b-e5e386273823'),
(7195,7,1225,NULL,2969,1,'2025-10-14 17:10:19','2025-10-14 17:10:19','8cf5be86-9b5a-4bc3-8988-9180314e1d00'),
(7196,7,1225,NULL,2974,2,'2025-10-14 17:10:19','2025-10-14 17:10:19','8f929979-e660-4ab7-a49a-19fb5ce0bcd5'),
(7197,7,1225,NULL,617,3,'2025-10-14 17:10:19','2025-10-14 17:10:19','c86f7741-2dc9-417d-9745-744c33b148d0'),
(7198,7,1225,NULL,605,4,'2025-10-14 17:10:19','2025-10-14 17:10:19','1aa39906-49d6-449b-9bb6-7f2bb2c247ba'),
(7199,16,4527,NULL,4526,1,'2025-10-14 17:10:19','2025-10-14 17:10:19','37fb4921-9a56-4164-babb-5946169a05ef'),
(7200,7,4527,NULL,2969,1,'2025-10-14 17:10:19','2025-10-14 17:10:19','1e34a14a-7f95-4742-bb2e-b40af04fef54'),
(7201,7,4527,NULL,2974,2,'2025-10-14 17:10:19','2025-10-14 17:10:19','d3ccc5cd-66aa-44af-a567-5924ad36be4d'),
(7202,7,4527,NULL,617,3,'2025-10-14 17:10:19','2025-10-14 17:10:19','b0772dfc-e51e-4d73-9a1e-585777bed01c'),
(7203,7,4527,NULL,605,4,'2025-10-14 17:10:19','2025-10-14 17:10:19','c5ce6656-fa03-45d6-8161-c4216fd40f38'),
(7209,16,4539,NULL,4526,1,'2025-10-14 17:11:27','2025-10-14 17:11:27','ec0abd40-9841-4522-99bc-405ddcea3881'),
(7210,7,4539,NULL,2969,1,'2025-10-14 17:11:27','2025-10-14 17:11:27','6ba7d656-c422-4fb2-9dae-86794989bc1b'),
(7211,7,4539,NULL,2974,2,'2025-10-14 17:11:27','2025-10-14 17:11:27','c09f29b8-91d9-4e19-a582-a193bdd894bd'),
(7212,7,4539,NULL,617,3,'2025-10-14 17:11:27','2025-10-14 17:11:27','fd051438-121b-41af-b67d-bb92c51b627d'),
(7213,7,4539,NULL,605,4,'2025-10-14 17:11:27','2025-10-14 17:11:27','680f1130-a031-463c-a112-efaaf9201fe9'),
(7223,32,1225,NULL,2610,1,'2025-10-14 17:11:44','2025-10-14 17:11:44','0f3aa8a5-efbe-418a-93d9-0bf7f74d37f0'),
(7224,32,1225,NULL,2598,2,'2025-10-14 17:11:44','2025-10-14 17:11:44','2c72ab66-4280-4268-a8c4-62d0a4a7555a'),
(7225,32,1225,NULL,2600,3,'2025-10-14 17:11:44','2025-10-14 17:11:44','1639c27e-29ad-49b3-b88d-22810d1fa8b4'),
(7226,32,1225,NULL,2604,4,'2025-10-14 17:11:44','2025-10-14 17:11:44','dc1f855e-59b9-4c6e-b44c-b1a3ec50a2fb'),
(7227,16,4546,NULL,4526,1,'2025-10-14 17:11:44','2025-10-14 17:11:44','41f5573d-f26c-484f-827b-55f3fa44a792'),
(7228,7,4546,NULL,2969,1,'2025-10-14 17:11:44','2025-10-14 17:11:44','4196f58d-5cc1-4801-84e6-058fea55892a'),
(7229,7,4546,NULL,2974,2,'2025-10-14 17:11:44','2025-10-14 17:11:44','1d6e7b26-4842-489d-804c-bc92b090e41e'),
(7230,7,4546,NULL,617,3,'2025-10-14 17:11:44','2025-10-14 17:11:44','51cbafc7-01c9-49fa-87d7-3e4325684802'),
(7231,7,4546,NULL,605,4,'2025-10-14 17:11:44','2025-10-14 17:11:44','2dc61c8e-4975-4fbd-9fbe-adf6723d4a38'),
(7232,32,4546,NULL,2610,1,'2025-10-14 17:11:44','2025-10-14 17:11:44','781fabc6-c379-416b-bf6a-f97ddca6cfa6'),
(7233,32,4546,NULL,2598,2,'2025-10-14 17:11:44','2025-10-14 17:11:44','4cc9eecf-c1a8-4459-bdf0-f42604b7a64d'),
(7234,32,4546,NULL,2600,3,'2025-10-14 17:11:44','2025-10-14 17:11:44','3822827a-352f-4f27-9558-24bf63f7457b'),
(7235,32,4546,NULL,2604,4,'2025-10-14 17:11:44','2025-10-14 17:11:44','67ae08ac-1360-4b67-b05a-f61b844edf15'),
(7245,16,4550,NULL,4526,1,'2025-10-14 17:12:18','2025-10-14 17:12:18','30916b8f-f97c-4757-9b58-7cf13b90180a'),
(7246,7,4550,NULL,2969,1,'2025-10-14 17:12:18','2025-10-14 17:12:18','fb1dfa65-f022-4704-b339-9afb48f8f15c'),
(7247,7,4550,NULL,2974,2,'2025-10-14 17:12:18','2025-10-14 17:12:18','cf597034-be2d-432a-b40a-806c782cf9cf'),
(7248,7,4550,NULL,617,3,'2025-10-14 17:12:18','2025-10-14 17:12:18','15893529-910f-41cb-a253-b75b861c05e6'),
(7249,7,4550,NULL,605,4,'2025-10-14 17:12:18','2025-10-14 17:12:18','bfc63fd6-1efe-4eed-bc28-c025c60f20f7'),
(7250,32,4550,NULL,2610,1,'2025-10-14 17:12:18','2025-10-14 17:12:18','beff7ea7-e487-4dc6-8030-f1e03bab16a7'),
(7251,32,4550,NULL,2598,2,'2025-10-14 17:12:18','2025-10-14 17:12:18','44071a11-670f-4f27-9bb6-1f9d29a66934'),
(7252,32,4550,NULL,2600,3,'2025-10-14 17:12:18','2025-10-14 17:12:18','90aa8104-dabb-4956-933b-304f0e32088e'),
(7253,32,4550,NULL,2604,4,'2025-10-14 17:12:18','2025-10-14 17:12:18','7aafa3de-8d73-49c7-bd42-d2c666b710cf'),
(7263,16,1231,NULL,4554,1,'2025-10-14 17:15:30','2025-10-14 17:15:30','28aa5ce7-3504-4825-a5ca-16e01b93fe0f'),
(7264,7,1231,NULL,617,2,'2025-10-14 17:15:30','2026-01-17 21:11:24','70815603-3ae8-40a3-97ff-5abd505c615f'),
(7265,7,1231,NULL,605,3,'2025-10-14 17:15:30','2026-01-17 21:11:24','43707874-9729-4c25-88ad-05f3074c91d0'),
(7266,32,1231,NULL,2610,1,'2025-10-14 17:15:30','2025-10-14 17:15:30','25e84cb5-2e9a-456d-a1f3-e008fa551a49'),
(7267,32,1231,NULL,2598,2,'2025-10-14 17:15:30','2025-10-14 17:15:30','e396c4b8-ba25-4d81-912e-e227c76e83b4'),
(7268,32,1231,NULL,2600,3,'2025-10-14 17:15:30','2025-10-14 17:15:30','a7de2bd3-1ce8-4773-9ad6-4ad27e528c4b'),
(7269,32,1231,NULL,2604,4,'2025-10-14 17:15:30','2025-10-14 17:15:30','13ecb49e-e205-41ed-b030-1b2f07286068'),
(7270,22,4569,NULL,4562,1,'2025-10-14 17:15:30','2025-10-14 17:15:30','b25d9ca2-cf06-4d93-9181-d3bef33bc509'),
(7271,16,4570,NULL,4554,1,'2025-10-14 17:15:30','2025-10-14 17:15:30','aef57c84-b00d-46f8-8e1c-1b6dc98d4ffc'),
(7272,7,4570,NULL,617,1,'2025-10-14 17:15:30','2025-10-14 17:15:30','402f3386-7f9c-4870-bd92-1847fa717ecc'),
(7273,7,4570,NULL,605,2,'2025-10-14 17:15:30','2025-10-14 17:15:30','8cdf7672-cd78-4e33-a2e5-359ef394b447'),
(7274,32,4570,NULL,2610,1,'2025-10-14 17:15:30','2025-10-14 17:15:30','34ab856b-8f0e-4652-87fb-74d4da5aef91'),
(7275,32,4570,NULL,2598,2,'2025-10-14 17:15:30','2025-10-14 17:15:30','dc0684ff-4b04-423b-b6c0-3e2769493c90'),
(7276,32,4570,NULL,2600,3,'2025-10-14 17:15:30','2025-10-14 17:15:30','b569253f-5ecd-4657-9bc4-58d598ed3527'),
(7277,32,4570,NULL,2604,4,'2025-10-14 17:15:30','2025-10-14 17:15:30','1e049abb-5505-4b43-874e-783b40d2436d'),
(7278,22,4577,NULL,4562,1,'2025-10-14 17:15:30','2025-10-14 17:15:30','a0c3e5ed-fe83-4110-81a9-1424621cd212'),
(7284,16,1237,NULL,4579,1,'2025-10-14 17:21:05','2025-10-14 17:21:05','119e4759-8643-4ea9-b24e-44c16112a4ff'),
(7285,7,1237,NULL,2969,1,'2025-10-14 17:21:05','2025-10-14 17:21:05','2b15bafa-d36f-4291-b48c-ac3a0d58d516'),
(7287,7,1237,NULL,617,4,'2025-10-14 17:21:05','2026-03-19 17:24:01','ccdc2a17-4c36-4a61-8ef4-fc91c4c5fd0f'),
(7288,7,1237,NULL,605,5,'2025-10-14 17:21:05','2026-03-19 17:24:01','ff3b1bab-1eb7-4e59-854e-a144ee94fad8'),
(7289,16,4591,NULL,4579,1,'2025-10-14 17:21:05','2025-10-14 17:21:05','6f58c00a-9a9b-4917-a706-b692dfe45c6c'),
(7290,7,4591,NULL,2969,1,'2025-10-14 17:21:05','2025-10-14 17:21:05','68b61daf-f143-46d3-8bbe-34f341315f1d'),
(7292,7,4591,NULL,617,3,'2025-10-14 17:21:05','2025-10-14 17:21:05','29db84f9-77fb-4330-8db0-77d4fc2ccf87'),
(7293,7,4591,NULL,605,4,'2025-10-14 17:21:05','2025-10-14 17:21:05','ee18b437-102c-47b6-8798-3a952d68aa87'),
(7304,32,1237,NULL,2610,1,'2025-10-14 17:21:31','2025-10-14 17:21:31','5f59f0c5-e8b9-434d-9786-075ae8f6dd74'),
(7305,32,1237,NULL,2598,2,'2025-10-14 17:21:31','2025-10-14 17:21:31','8dab57dc-bde4-4fe6-bb76-6f61146c25c5'),
(7306,32,1237,NULL,2600,3,'2025-10-14 17:21:31','2025-10-14 17:21:31','b2248610-b341-4a0c-ad71-89f6110fa698'),
(7307,32,1237,NULL,2602,4,'2025-10-14 17:21:31','2025-10-14 17:21:31','0be4a614-4881-44ba-8a6d-2ac5de1a5f44'),
(7308,32,1237,NULL,2604,5,'2025-10-14 17:21:31','2025-10-14 17:21:31','aebd705c-0218-4ff4-88c6-5dec29eb7992'),
(7309,16,4598,NULL,4579,1,'2025-10-14 17:21:31','2025-10-14 17:21:31','00edac2a-eaf8-4e4f-890c-a1bffdbba9e2'),
(7310,7,4598,NULL,2969,1,'2025-10-14 17:21:31','2025-10-14 17:21:31','9bc9eda1-8b36-4bfc-b4e4-2d71059077c2'),
(7312,7,4598,NULL,617,3,'2025-10-14 17:21:31','2025-10-14 17:21:31','ee75b218-b7c5-4f8d-bec8-b82ddb8fc287'),
(7313,7,4598,NULL,605,4,'2025-10-14 17:21:31','2025-10-14 17:21:31','82f60160-9a4b-484c-bf88-54eeb156a5fa'),
(7314,32,4598,NULL,2610,1,'2025-10-14 17:21:31','2025-10-14 17:21:31','98cb9bf8-dee5-4d10-bf7d-fe20023cbc92'),
(7315,32,4598,NULL,2598,2,'2025-10-14 17:21:31','2025-10-14 17:21:31','c76072e6-afe3-4047-8185-396195ca11d0'),
(7316,32,4598,NULL,2600,3,'2025-10-14 17:21:31','2025-10-14 17:21:31','869e3211-aa96-4814-9aa7-f34979159fcc'),
(7317,32,4598,NULL,2602,4,'2025-10-14 17:21:31','2025-10-14 17:21:31','020e9879-a2ef-4d6d-aea8-c5dd8f6cbd3b'),
(7318,32,4598,NULL,2604,5,'2025-10-14 17:21:31','2025-10-14 17:21:31','62fa7d22-4bc1-4c06-af3c-796b1dc1a2d9'),
(7330,22,1737,NULL,4602,1,'2025-10-14 17:22:21','2025-10-14 17:22:21','6676f900-f877-4e51-8899-d75fb895345e'),
(7331,16,4605,NULL,4579,1,'2025-10-14 17:22:21','2025-10-14 17:22:21','9249c6ab-e742-428a-ac51-5a8ec8a3ae60'),
(7332,7,4605,NULL,2969,1,'2025-10-14 17:22:21','2025-10-14 17:22:21','f6dd05fe-6840-4d42-9000-85086c9912c2'),
(7334,7,4605,NULL,617,3,'2025-10-14 17:22:21','2025-10-14 17:22:21','0f4f61bd-2dc8-4817-aed2-0d7040fc1d9f'),
(7335,7,4605,NULL,605,4,'2025-10-14 17:22:21','2025-10-14 17:22:21','3a2bbf7e-1cec-4c32-b340-8eed416ec0cd'),
(7336,32,4605,NULL,2610,1,'2025-10-14 17:22:21','2025-10-14 17:22:21','4f3db1ba-1a7a-4ecd-b963-6ef884d91ccb'),
(7337,32,4605,NULL,2598,2,'2025-10-14 17:22:21','2025-10-14 17:22:21','c78b1b86-422e-4fd8-84ad-9b1196bdd09f'),
(7338,32,4605,NULL,2600,3,'2025-10-14 17:22:21','2025-10-14 17:22:21','4d137e59-055e-4d67-a873-dabce865fda6'),
(7339,32,4605,NULL,2602,4,'2025-10-14 17:22:21','2025-10-14 17:22:21','8c8d9af9-18d2-4382-bc79-20fda40e5002'),
(7340,32,4605,NULL,2604,5,'2025-10-14 17:22:21','2025-10-14 17:22:21','6e333f81-95d0-467f-9c55-959075fd8330'),
(7341,22,4607,NULL,4602,1,'2025-10-14 17:22:21','2025-10-14 17:22:21','c19a05bf-5b25-487d-8b21-1f0d3a4b10ad'),
(7353,16,1243,NULL,4610,1,'2025-10-14 17:25:14','2025-10-14 17:25:14','77f93878-63f5-45ad-9410-a6abfba8db29'),
(7356,7,1243,NULL,2974,3,'2025-10-14 17:25:14','2026-01-18 22:31:10','de67442e-5542-4e53-810c-96db7cc485b1'),
(7357,7,1243,NULL,617,5,'2025-10-14 17:25:14','2026-03-19 17:25:00','692d6826-27db-4661-93d7-02c50b943cbe'),
(7358,7,1243,NULL,605,6,'2025-10-14 17:25:14','2026-03-19 17:25:00','72fb5aa3-92f5-4ec0-b7a3-9c2552bda1f0'),
(7359,32,1243,NULL,2610,1,'2025-10-14 17:25:14','2025-10-14 17:25:14','7ac0a5c0-e644-4071-83c7-dab2d32b150e'),
(7360,32,1243,NULL,2598,2,'2025-10-14 17:25:14','2025-10-14 17:25:14','29306ca7-cd84-4758-909d-f654c3eba4b3'),
(7361,32,1243,NULL,2600,3,'2025-10-14 17:25:14','2025-10-14 17:25:14','23c87a2f-d80e-4848-aa70-5955167de088'),
(7362,32,1243,NULL,2604,4,'2025-10-14 17:25:14','2025-10-14 17:25:14','0924b79e-99e2-4a9b-a606-804facbce0e7'),
(7363,22,1743,NULL,4620,1,'2025-10-14 17:25:14','2025-10-14 17:25:14','caacab09-73df-4807-8dac-f8e9be35c6c3'),
(7364,16,4628,NULL,4610,1,'2025-10-14 17:25:14','2025-10-14 17:25:14','0ff2087a-950f-402c-af8e-a2c1a116e1e9'),
(7365,7,4628,NULL,601,1,'2025-10-14 17:25:14','2025-10-14 17:25:14','c32e8318-7ae6-4faa-9d28-55ce04aada16'),
(7366,7,4628,NULL,2972,2,'2025-10-14 17:25:14','2025-10-14 17:25:14','0ed2949f-ed5a-4c41-9c2c-660e6eb4fea2'),
(7367,7,4628,NULL,2974,3,'2025-10-14 17:25:14','2025-10-14 17:25:14','78244886-8d78-4e69-94b7-e4c9ca333b9d'),
(7368,7,4628,NULL,617,4,'2025-10-14 17:25:14','2025-10-14 17:25:14','152a73c8-ff7c-4ccb-a4ed-98e326d8c8ff'),
(7369,7,4628,NULL,605,5,'2025-10-14 17:25:14','2025-10-14 17:25:14','1b01a1e8-2ef5-495c-96f8-e3d5731979bd'),
(7370,32,4628,NULL,2610,1,'2025-10-14 17:25:14','2025-10-14 17:25:14','3259fb87-8840-4eae-8e1c-878c04c7bd72'),
(7371,32,4628,NULL,2598,2,'2025-10-14 17:25:14','2025-10-14 17:25:14','082ee765-87cf-47fb-82e3-c7b91961d1c4'),
(7372,32,4628,NULL,2600,3,'2025-10-14 17:25:14','2025-10-14 17:25:14','51c533a3-00e8-4990-bf6f-7e8958d6e4e8'),
(7373,32,4628,NULL,2604,4,'2025-10-14 17:25:14','2025-10-14 17:25:14','edb28b13-64da-411f-b21a-8d345a8e5c3e'),
(7374,22,4637,NULL,4620,1,'2025-10-14 17:25:14','2025-10-14 17:25:14','7d046664-09d7-4c76-83ba-faf53ff530ac'),
(7387,16,1249,NULL,4639,1,'2025-10-14 17:27:20','2025-10-14 17:27:20','d9584014-f5ce-4525-a069-079670be372a'),
(7388,7,1249,NULL,2974,1,'2025-10-14 17:27:20','2025-10-14 17:27:20','62efea93-c079-43f4-8f87-27b4d5939906'),
(7389,7,1249,NULL,617,2,'2025-10-14 17:27:20','2025-10-14 17:27:20','5ee7ed55-cdd8-4a5b-837a-1f3cfaff95f7'),
(7390,7,1249,NULL,605,3,'2025-10-14 17:27:20','2025-10-14 17:27:20','0525a4a1-9c19-47b4-b0e0-c0101463b99f'),
(7391,32,1249,NULL,2610,1,'2025-10-14 17:27:20','2025-10-14 17:27:20','859fbe49-bbf0-4a8e-ad98-676470beb5aa'),
(7392,32,1249,NULL,2598,2,'2025-10-14 17:27:20','2025-10-14 17:27:20','1f018abb-ac37-4945-bd3f-89f3f7b49146'),
(7393,32,1249,NULL,2600,3,'2025-10-14 17:27:20','2025-10-14 17:27:20','93ab24de-8061-4a0a-a9ce-c2ff01ea1020'),
(7394,32,1249,NULL,2602,4,'2025-10-14 17:27:20','2025-10-14 17:27:20','2d09af49-71f9-4a6d-9a04-5a50f4d06d1c'),
(7395,32,1249,NULL,2612,5,'2025-10-14 17:27:20','2025-10-14 17:27:20','e66d92f1-ad95-4ff0-b0de-c5ad3468418d'),
(7396,32,1249,NULL,2618,6,'2025-10-14 17:27:20','2025-10-14 17:27:20','c3fb39ac-a032-4e02-9289-a3fd0bd32224'),
(7397,32,1249,NULL,2604,7,'2025-10-14 17:27:20','2025-10-14 17:27:20','8b554e63-33ed-4f83-b581-cc206bbf0147'),
(7398,46,1249,NULL,3697,1,'2025-10-14 17:27:20','2025-10-14 17:27:20','d42ff2a8-e21c-4547-ab0f-04ce59cd209d'),
(7399,16,4650,NULL,4639,1,'2025-10-14 17:27:20','2025-10-14 17:27:20','f1d73bd0-0c27-4f3f-967e-ca74404e1348'),
(7400,7,4650,NULL,2974,1,'2025-10-14 17:27:20','2025-10-14 17:27:20','01085c88-1b5a-497a-8bb9-42a523383643'),
(7401,7,4650,NULL,617,2,'2025-10-14 17:27:20','2025-10-14 17:27:20','2d956eed-91bf-48a6-b545-31191cd641c5'),
(7402,7,4650,NULL,605,3,'2025-10-14 17:27:20','2025-10-14 17:27:20','05b8080f-efda-4f62-92d8-0e78486df5cd'),
(7403,32,4650,NULL,2610,1,'2025-10-14 17:27:20','2025-10-14 17:27:20','18b5d427-bae3-4a0e-a563-82a936cff46d'),
(7404,32,4650,NULL,2598,2,'2025-10-14 17:27:20','2025-10-14 17:27:20','a6778a91-b739-4ab0-967a-ac04e7e62567'),
(7405,32,4650,NULL,2600,3,'2025-10-14 17:27:20','2025-10-14 17:27:20','0610cd21-fbd2-4507-bd35-06bd4934ded9'),
(7406,32,4650,NULL,2602,4,'2025-10-14 17:27:20','2025-10-14 17:27:20','e3e3567f-b6c1-4760-b299-3683f3067e16'),
(7407,32,4650,NULL,2612,5,'2025-10-14 17:27:20','2025-10-14 17:27:20','246cb1f4-3f77-4747-98b9-389a2f5e7e73'),
(7408,32,4650,NULL,2618,6,'2025-10-14 17:27:20','2025-10-14 17:27:20','9860f9f5-707a-4a83-86b5-574214ee5603'),
(7409,32,4650,NULL,2604,7,'2025-10-14 17:27:20','2025-10-14 17:27:20','62cdbae4-e2c8-48ad-b8f9-358c2e47f6a0'),
(7410,46,4650,NULL,3697,1,'2025-10-14 17:27:20','2025-10-14 17:27:20','05a9aaa4-a254-4264-bcf6-dd016782ce85'),
(7423,16,4661,NULL,4639,1,'2025-10-14 17:28:10','2025-10-14 17:28:10','b7684359-9c03-4a3f-9a20-7f04cfd7840c'),
(7424,7,4661,NULL,2974,1,'2025-10-14 17:28:10','2025-10-14 17:28:10','79f6783a-2224-475f-8a3d-1a3117c6c15f'),
(7425,7,4661,NULL,617,2,'2025-10-14 17:28:10','2025-10-14 17:28:10','c83cec0c-7e91-4710-8a93-b3d90d1b95cd'),
(7426,7,4661,NULL,605,3,'2025-10-14 17:28:10','2025-10-14 17:28:10','aea6769d-77e7-4fc9-b105-07d103a0a6eb'),
(7427,32,4661,NULL,2610,1,'2025-10-14 17:28:10','2025-10-14 17:28:10','d4792ffe-da40-44dd-ae59-14befa9886f4'),
(7428,32,4661,NULL,2598,2,'2025-10-14 17:28:10','2025-10-14 17:28:10','0c90391e-2489-4c22-abbe-3add2ebf42f5'),
(7429,32,4661,NULL,2600,3,'2025-10-14 17:28:10','2025-10-14 17:28:10','98a37f24-040b-48fe-85ef-13a8cada2fb6'),
(7430,32,4661,NULL,2602,4,'2025-10-14 17:28:10','2025-10-14 17:28:10','e381565c-9c8f-4f65-a12f-bf467db3fde4'),
(7431,32,4661,NULL,2612,5,'2025-10-14 17:28:10','2025-10-14 17:28:10','500b84eb-d190-419d-9fdf-f7b0023ced2a'),
(7432,32,4661,NULL,2618,6,'2025-10-14 17:28:10','2025-10-14 17:28:10','15fc4585-a377-49bf-85af-62c0e167484b'),
(7433,32,4661,NULL,2604,7,'2025-10-14 17:28:10','2025-10-14 17:28:10','f4271684-0bbc-4be8-afee-82bf9c384732'),
(7434,46,4661,NULL,3697,1,'2025-10-14 17:28:10','2025-10-14 17:28:10','c4683318-a9fd-44bd-a427-65075686c547'),
(7437,7,1473,NULL,617,1,'2025-10-16 19:16:56','2025-10-16 19:16:56','acb970f7-b9de-4c39-a11e-4ff47c1e97c7'),
(7438,7,1473,NULL,605,2,'2025-10-16 19:16:56','2025-10-16 19:16:56','8fce9714-cc35-4b86-b5fe-80fe599ec829'),
(7439,7,4670,NULL,617,1,'2025-10-16 19:16:56','2025-10-16 19:16:56','e0bfe063-6b44-41af-bc8d-587f7abc3f53'),
(7440,7,4670,NULL,605,2,'2025-10-16 19:16:56','2025-10-16 19:16:56','31601c62-0d06-4226-8f43-47cb346bbc8c'),
(7450,32,1473,NULL,2598,1,'2025-10-16 19:18:56','2025-10-16 19:18:56','801ca295-cce7-4056-9f43-f2edb1be92b7'),
(7451,32,1473,NULL,2608,2,'2025-10-16 19:18:56','2025-10-16 19:18:56','9b887b12-fa11-416e-b44a-2186cf1f8cb4'),
(7452,32,1473,NULL,2600,3,'2025-10-16 19:18:56','2025-10-16 19:18:56','6347b198-41a6-4f8f-ba5f-541bbd7bc59a'),
(7453,32,1473,NULL,2596,4,'2025-10-16 19:18:56','2025-10-16 19:18:56','4b8b9e78-5b22-45dc-b705-859f7439c34d'),
(7454,32,1473,NULL,2602,5,'2025-10-16 19:18:56','2025-10-16 19:18:56','7f88d15d-8d75-489b-9c0e-49aed298c4b9'),
(7455,32,1473,NULL,2606,6,'2025-10-16 19:18:56','2025-10-16 19:18:56','3cb2f3ad-5cac-447c-bc25-654a6d31b49a'),
(7456,32,1473,NULL,2604,7,'2025-10-16 19:18:56','2025-10-16 19:18:56','33204f10-d2fd-4dd7-8498-958c60860203'),
(7457,7,4675,NULL,617,1,'2025-10-16 19:18:57','2025-10-16 19:18:57','34440a93-2387-44ae-8373-8e3ce65612f3'),
(7458,7,4675,NULL,605,2,'2025-10-16 19:18:57','2025-10-16 19:18:57','8c81147d-9b59-4595-9771-db5a7c262f46'),
(7459,32,4675,NULL,2598,1,'2025-10-16 19:18:57','2025-10-16 19:18:57','c354e92b-3b01-416b-b4b4-ca93593a92fb'),
(7460,32,4675,NULL,2608,2,'2025-10-16 19:18:57','2025-10-16 19:18:57','536dc108-109c-466c-8f90-24bfe028ccec'),
(7461,32,4675,NULL,2600,3,'2025-10-16 19:18:57','2025-10-16 19:18:57','2a63e296-9935-477f-a92e-9049576a705e'),
(7462,32,4675,NULL,2596,4,'2025-10-16 19:18:57','2025-10-16 19:18:57','76f2cba2-14dc-4b38-8ff7-2c8c71adf273'),
(7463,32,4675,NULL,2602,5,'2025-10-16 19:18:57','2025-10-16 19:18:57','887ef1f3-b07b-4456-8346-ef15f70cbfeb'),
(7464,32,4675,NULL,2606,6,'2025-10-16 19:18:57','2025-10-16 19:18:57','fd4982af-32e9-4f69-8894-2694f92af396'),
(7465,32,4675,NULL,2604,7,'2025-10-16 19:18:57','2025-10-16 19:18:57','84f82745-02ff-41e7-9f95-a462eff32054'),
(7468,7,1477,NULL,617,1,'2025-10-16 19:19:52','2025-10-16 19:19:52','cf44c181-ff7e-471e-9b49-cf63187956c7'),
(7469,7,1477,NULL,605,2,'2025-10-16 19:19:52','2025-10-16 19:19:52','14da8773-f227-4970-8764-4094fa6f6af8'),
(7470,7,4681,NULL,617,1,'2025-10-16 19:19:52','2025-10-16 19:19:52','fea27188-c43d-4b78-985b-df89b6a723da'),
(7471,7,4681,NULL,605,2,'2025-10-16 19:19:52','2025-10-16 19:19:52','35ed9af6-d852-439a-b76a-42f1f0e8bf5a'),
(7483,32,1477,NULL,2610,1,'2025-10-16 19:20:30','2025-10-16 19:20:30','22278318-7ee6-406e-9e33-c8c19a6bd41f'),
(7484,32,1477,NULL,2598,2,'2025-10-16 19:20:30','2025-10-16 19:20:30','cac2d88f-87cb-4ce6-9b44-f9d0518e7cf9'),
(7485,32,1477,NULL,2608,3,'2025-10-16 19:20:30','2025-10-16 19:20:30','3346ed94-74ff-44ab-899f-587b06db3ae0'),
(7486,32,1477,NULL,2624,4,'2025-10-16 19:20:30','2025-10-16 19:20:30','14010be4-7569-4e95-b9bb-03a12cc80833'),
(7487,32,1477,NULL,2600,5,'2025-10-16 19:20:30','2025-10-16 19:20:30','168025c6-c353-488f-96aa-8da1c32b377b'),
(7488,32,1477,NULL,2596,6,'2025-10-16 19:20:30','2025-10-16 19:20:30','cc47b275-dd80-4f98-a289-a932e072f042'),
(7489,32,1477,NULL,2606,7,'2025-10-16 19:20:30','2025-10-16 19:20:30','dcfad6ab-86bc-4ca8-b1e3-1cc3ba191000'),
(7490,32,1477,NULL,2604,8,'2025-10-16 19:20:30','2025-10-16 19:20:30','61dfdb3c-c6ad-4548-b85b-4ae96bfa5c5b'),
(7491,46,1477,NULL,2891,1,'2025-10-16 19:20:30','2025-10-16 19:20:30','930648a0-94de-4464-af10-ecc71813b697'),
(7492,7,4683,NULL,617,1,'2025-10-16 19:20:30','2025-10-16 19:20:30','aa7b6b09-42a0-43a5-b978-caa121be0f8d'),
(7493,7,4683,NULL,605,2,'2025-10-16 19:20:30','2025-10-16 19:20:30','6b160b1e-e7dd-4510-8d84-c994e6ec6ba7'),
(7494,32,4683,NULL,2610,1,'2025-10-16 19:20:30','2025-10-16 19:20:30','79db1321-6f0a-4914-8d6d-11e0e138ca71'),
(7495,32,4683,NULL,2598,2,'2025-10-16 19:20:30','2025-10-16 19:20:30','521ed96c-3d5a-4d05-b08e-58a3674279cf'),
(7496,32,4683,NULL,2608,3,'2025-10-16 19:20:30','2025-10-16 19:20:30','8aea7615-9049-490a-bd84-6c883efa5bb4'),
(7497,32,4683,NULL,2624,4,'2025-10-16 19:20:30','2025-10-16 19:20:30','da3d0369-3bfa-4b7f-a68d-8f426e9b1c04'),
(7498,32,4683,NULL,2600,5,'2025-10-16 19:20:30','2025-10-16 19:20:30','5761f8d9-0f29-4668-aa16-fd24845e35b4'),
(7499,32,4683,NULL,2596,6,'2025-10-16 19:20:30','2025-10-16 19:20:30','90631373-9767-4e2a-b1eb-4c57fd8eae23'),
(7500,32,4683,NULL,2606,7,'2025-10-16 19:20:30','2025-10-16 19:20:30','c80064b7-bbcb-49e4-aed4-2b67b779ed02'),
(7501,32,4683,NULL,2604,8,'2025-10-16 19:20:30','2025-10-16 19:20:30','88237522-4a49-4dca-ae6b-2431e8935a67'),
(7502,46,4683,NULL,2891,1,'2025-10-16 19:20:30','2025-10-16 19:20:30','dcfe4038-f193-4943-9206-294df961629f'),
(7514,7,4688,NULL,617,1,'2025-10-16 19:21:39','2025-10-16 19:21:39','7c6275a2-5741-43a4-8d92-ae2c6b0657d2'),
(7515,7,4688,NULL,605,2,'2025-10-16 19:21:39','2025-10-16 19:21:39','c056867d-4dd6-48e1-a993-9b43c68bc47d'),
(7516,32,4688,NULL,2610,1,'2025-10-16 19:21:39','2025-10-16 19:21:39','bc9e606b-748d-4c43-a6f1-6c9ec5bafae2'),
(7517,32,4688,NULL,2598,2,'2025-10-16 19:21:39','2025-10-16 19:21:39','f746922b-aa21-479f-9268-83464b2fbd16'),
(7518,32,4688,NULL,2608,3,'2025-10-16 19:21:39','2025-10-16 19:21:39','222a4cd0-50b8-4882-9479-e734af485d91'),
(7519,32,4688,NULL,2624,4,'2025-10-16 19:21:39','2025-10-16 19:21:39','69c9d5db-c464-4b51-8b98-9047a859f13d'),
(7520,32,4688,NULL,2600,5,'2025-10-16 19:21:39','2025-10-16 19:21:39','95d3e746-eabe-42d1-9cf8-896f40ed44e9'),
(7521,32,4688,NULL,2596,6,'2025-10-16 19:21:39','2025-10-16 19:21:39','f1ebb612-330a-42ee-8605-dff9e35837c8'),
(7522,32,4688,NULL,2606,7,'2025-10-16 19:21:39','2025-10-16 19:21:39','a07ec4b2-26c5-490d-aced-259d305797eb'),
(7523,32,4688,NULL,2604,8,'2025-10-16 19:21:39','2025-10-16 19:21:39','e056b4dc-e5ea-4828-9602-6670bdedbd2e'),
(7524,46,4688,NULL,2891,1,'2025-10-16 19:21:39','2025-10-16 19:21:39','8f10e7d4-3dcb-4e12-8396-98b9ca1a8ffc'),
(7527,7,1481,NULL,617,2,'2025-10-16 19:22:20','2026-01-17 20:18:46','aa1adfe2-57ce-4d44-b921-9c2d3d534b46'),
(7528,7,1481,NULL,605,3,'2025-10-16 19:22:20','2026-01-17 20:18:46','f5213975-bc71-4813-84b3-de0cf1a01285'),
(7529,7,4694,NULL,617,1,'2025-10-16 19:22:21','2025-10-16 19:22:21','4d8287c4-4c56-45b2-8448-530164ad9bba'),
(7530,7,4694,NULL,605,2,'2025-10-16 19:22:21','2025-10-16 19:22:21','ae92a519-0228-4397-a04e-ee90572ac21e'),
(7540,32,1481,NULL,2598,1,'2025-10-16 19:22:51','2025-10-16 19:22:51','e59fd121-5e4f-4b4a-baf2-8eb44e94c21b'),
(7541,32,1481,NULL,2608,2,'2025-10-16 19:22:51','2025-10-16 19:22:51','b5b2e9f1-4260-4a6f-9c36-945562744e00'),
(7542,32,1481,NULL,2600,3,'2025-10-16 19:22:51','2025-10-16 19:22:51','0816c85c-0791-42d2-a6a3-da06af2a1a2e'),
(7543,32,1481,NULL,2596,4,'2025-10-16 19:22:51','2025-10-16 19:22:51','24f395c6-8bee-4cfa-93c5-b2457855a51a'),
(7544,32,1481,NULL,2602,5,'2025-10-16 19:22:51','2025-10-16 19:22:51','df41740b-24cf-4b86-be5c-d12a099db179'),
(7545,32,1481,NULL,2606,6,'2025-10-16 19:22:51','2025-10-16 19:22:51','173403e1-4de6-41ef-8ba4-de8a3636d845'),
(7546,32,1481,NULL,2604,7,'2025-10-16 19:22:51','2025-10-16 19:22:51','9c8486e5-bfb8-4764-9aa3-2a9f526e1f7c'),
(7547,7,4696,NULL,617,1,'2025-10-16 19:22:51','2025-10-16 19:22:51','1c752a8b-c4df-4423-8d47-5e2d088bb235'),
(7548,7,4696,NULL,605,2,'2025-10-16 19:22:51','2025-10-16 19:22:51','63c57173-bbf6-4c1b-8e85-9c5d149ac51d'),
(7549,32,4696,NULL,2598,1,'2025-10-16 19:22:51','2025-10-16 19:22:51','23ec1f84-427a-495d-bbce-a8928bd7c218'),
(7550,32,4696,NULL,2608,2,'2025-10-16 19:22:51','2025-10-16 19:22:51','176e517f-c0f2-47b1-8aa1-2da582dab293'),
(7551,32,4696,NULL,2600,3,'2025-10-16 19:22:51','2025-10-16 19:22:51','8a10ce53-7851-4756-9a22-7ba36eefd2cc'),
(7552,32,4696,NULL,2596,4,'2025-10-16 19:22:51','2025-10-16 19:22:51','746e5bf9-06aa-4689-b66d-be1e511351be'),
(7553,32,4696,NULL,2602,5,'2025-10-16 19:22:51','2025-10-16 19:22:51','0ccddb91-f097-478f-836a-8401ae3f0b66'),
(7554,32,4696,NULL,2606,6,'2025-10-16 19:22:51','2025-10-16 19:22:51','5614ec07-ba46-4af5-94e0-9348f909631b'),
(7555,32,4696,NULL,2604,7,'2025-10-16 19:22:51','2025-10-16 19:22:51','ed569b06-2019-49ca-a446-6e564c61c09a'),
(7565,7,4701,NULL,617,1,'2025-10-16 19:23:32','2025-10-16 19:23:32','66a0c321-dcaf-41b0-a72a-71781d04758f'),
(7566,7,4701,NULL,605,2,'2025-10-16 19:23:32','2025-10-16 19:23:32','9e26f343-7caf-4208-b92a-014296c31d57'),
(7567,32,4701,NULL,2598,1,'2025-10-16 19:23:32','2025-10-16 19:23:32','7ee341b8-2bd9-4537-8e71-836758666dba'),
(7568,32,4701,NULL,2608,2,'2025-10-16 19:23:32','2025-10-16 19:23:32','b2739a24-85e7-4c5e-a935-696e184f9da1'),
(7569,32,4701,NULL,2600,3,'2025-10-16 19:23:32','2025-10-16 19:23:32','179fa985-1a62-4095-afeb-3e2beef42fad'),
(7570,32,4701,NULL,2596,4,'2025-10-16 19:23:32','2025-10-16 19:23:32','1df868a0-6c2d-4eaa-aa5f-d90e052a97dd'),
(7571,32,4701,NULL,2602,5,'2025-10-16 19:23:32','2025-10-16 19:23:32','8855ce39-6765-479d-8f84-64d115a689ff'),
(7572,32,4701,NULL,2606,6,'2025-10-16 19:23:32','2025-10-16 19:23:32','87f95442-3f25-4e89-b1fb-577133171c64'),
(7573,32,4701,NULL,2604,7,'2025-10-16 19:23:32','2025-10-16 19:23:32','349c1ec4-0980-45de-a651-e95e532f955c'),
(7711,16,1255,NULL,4786,1,'2025-11-04 15:03:21','2025-11-04 15:03:21','1a1a4e85-b2b9-450b-a597-3e968c64da13'),
(7713,7,1255,NULL,617,3,'2025-11-04 15:03:21','2025-12-15 19:56:06','8493db2c-a71c-4315-aaad-78885952e699'),
(7714,7,1255,NULL,605,4,'2025-11-04 15:03:21','2025-12-15 19:56:06','d0a7ad17-42c0-43fc-b5f5-c8af370c2e55'),
(7750,46,1255,NULL,2891,1,'2025-11-04 15:05:06','2025-11-04 15:05:06','019b2a33-eb36-44b5-a48e-79558a30f50e'),
(7787,57,1255,NULL,4806,4,'2025-11-04 15:07:03','2026-01-19 16:25:25','050a4c65-c93b-4849-8009-8c7d4e805d53'),
(7788,57,1255,NULL,4807,3,'2025-11-04 15:07:03','2026-01-19 16:25:25','41777842-c372-4d2d-a5f2-43da076730c1'),
(7789,57,1255,NULL,4808,1,'2025-11-04 15:07:03','2026-01-19 16:25:25','b92c7940-1e98-4303-9da6-aa5f3b7b7baa'),
(7790,57,1255,NULL,4809,5,'2025-11-04 15:07:03','2026-01-19 16:25:25','1f71ab63-8309-499f-a329-785675d6c535'),
(7791,57,1255,NULL,4810,6,'2025-11-04 15:07:03','2026-01-19 16:25:25','f8685f4a-9028-4a4d-be3d-4282de07965c'),
(7792,57,1255,NULL,4811,2,'2025-11-04 15:07:03','2026-01-19 16:25:00','f806c751-b75e-4435-ba10-98c7915a11c1'),
(7858,22,4818,NULL,4815,1,'2025-11-04 15:09:31','2025-11-04 15:09:31','c1818034-8c91-44bc-87a9-120823cad075'),
(7899,57,1045,NULL,4829,1,'2025-11-04 19:14:54','2025-11-04 19:14:54','62b01ffd-cfe0-4462-9771-1d07f9482eb0'),
(7900,57,1045,NULL,4826,3,'2025-11-04 19:14:54','2026-01-14 16:23:11','1f4ea02e-73f2-4e9e-b856-b2cdebd173b6'),
(7901,57,1045,NULL,4828,4,'2025-11-04 19:14:54','2026-01-14 16:23:11','a905050d-6933-4bf0-9d91-98a5be5fd7aa'),
(7902,57,1045,NULL,4827,5,'2025-11-04 19:14:54','2026-01-14 16:23:11','bfe22a11-67d5-4a88-ba4d-85b5cb499d29'),
(7903,16,4830,NULL,3689,1,'2025-11-04 19:14:54','2025-11-04 19:14:54','7805e8e7-0093-43d6-ad8b-f2f1f9585f5c'),
(7904,7,4830,NULL,601,1,'2025-11-04 19:14:54','2025-11-04 19:14:54','eeedf919-e0a9-48f3-822c-0b217aa54746'),
(7905,7,4830,NULL,3468,2,'2025-11-04 19:14:54','2025-11-04 19:14:54','a448e4aa-b63a-4464-bc25-381859745001'),
(7906,7,4830,NULL,617,3,'2025-11-04 19:14:54','2025-11-04 19:14:54','446afbbd-6734-4d94-82c6-11332aeaeba4'),
(7907,7,4830,NULL,605,4,'2025-11-04 19:14:54','2025-11-04 19:14:54','8387a3ea-1c37-4a62-b429-1692d3b75a03'),
(7908,32,4830,NULL,2610,1,'2025-11-04 19:14:54','2025-11-04 19:14:54','f7d17237-ef86-4798-b7a0-87e7cde13252'),
(7909,32,4830,NULL,2598,2,'2025-11-04 19:14:54','2025-11-04 19:14:54','19d5b35e-22a4-492f-9cbc-b524f5f7a5c2'),
(7910,32,4830,NULL,2600,3,'2025-11-04 19:14:54','2025-11-04 19:14:54','0b7b9d53-c930-46d1-a5f6-a9851d45cf9c'),
(7911,32,4830,NULL,2602,4,'2025-11-04 19:14:54','2025-11-04 19:14:54','9888468d-620d-493d-957f-923ec0492df5'),
(7912,32,4830,NULL,2612,5,'2025-11-04 19:14:54','2025-11-04 19:14:54','348c0d91-b0a3-4d90-ade5-dc9027e42774'),
(7913,32,4830,NULL,2618,6,'2025-11-04 19:14:54','2025-11-04 19:14:54','e491975a-d859-43e0-85d2-b0b2b8b8d864'),
(7914,32,4830,NULL,2604,7,'2025-11-04 19:14:54','2025-11-04 19:14:54','7b576a12-48cd-4a5c-a6a5-79fab287a945'),
(7915,46,4830,NULL,3697,1,'2025-11-04 19:14:54','2025-11-04 19:14:54','16ea87b5-c651-4ce2-8a65-4665a6ac1c06'),
(7916,57,4830,NULL,4829,1,'2025-11-04 19:14:54','2025-11-04 19:14:54','46b03720-57dd-44be-808b-b864454ed679'),
(7917,57,4830,NULL,4826,2,'2025-11-04 19:14:54','2025-11-04 19:14:54','a4cd49c4-4a2d-4fa1-8164-8d739e6b2028'),
(7918,57,4830,NULL,4828,3,'2025-11-04 19:14:54','2025-11-04 19:14:54','73efc5ab-d30a-446a-ac1c-2f64e1bb2b9d'),
(7919,57,4830,NULL,4827,4,'2025-11-04 19:14:54','2025-11-04 19:14:54','15726ff1-5fb8-4354-9e3e-feaeecd2aacf'),
(7937,16,4832,NULL,3689,1,'2025-11-04 19:15:35','2025-11-04 19:15:35','5d8cb9c3-cb34-4b1e-ba9e-b954d0b4353f'),
(7938,7,4832,NULL,601,1,'2025-11-04 19:15:35','2025-11-04 19:15:35','c5302ea8-ada5-4752-b0b2-004368b6c172'),
(7939,7,4832,NULL,3468,2,'2025-11-04 19:15:35','2025-11-04 19:15:35','faed5feb-8a96-4a1c-bf73-7824057cd53d'),
(7940,7,4832,NULL,617,3,'2025-11-04 19:15:35','2025-11-04 19:15:35','41005589-0d29-4c20-bf8a-f4fce1c9d0f3'),
(7941,7,4832,NULL,605,4,'2025-11-04 19:15:35','2025-11-04 19:15:35','815b52cf-e061-48d5-bc9a-2523af1813c2'),
(7942,32,4832,NULL,2610,1,'2025-11-04 19:15:35','2025-11-04 19:15:35','8be4640e-73f7-44da-bb3b-daf3c90537a4'),
(7943,32,4832,NULL,2598,2,'2025-11-04 19:15:35','2025-11-04 19:15:35','d5109b4c-35db-4fba-847f-cfac2a9367a9'),
(7944,32,4832,NULL,2600,3,'2025-11-04 19:15:35','2025-11-04 19:15:35','fc50bb9d-d03d-4eaa-895c-277de9b4d0e3'),
(7945,32,4832,NULL,2602,4,'2025-11-04 19:15:35','2025-11-04 19:15:35','5d3d1964-3136-4ebf-a96a-b73646735880'),
(7946,32,4832,NULL,2612,5,'2025-11-04 19:15:35','2025-11-04 19:15:35','e1d047d3-d6f0-4b28-8b16-f7d9b8de2a95'),
(7947,32,4832,NULL,2618,6,'2025-11-04 19:15:35','2025-11-04 19:15:35','9b601536-b879-409b-9691-443fa507f670'),
(7948,32,4832,NULL,2604,7,'2025-11-04 19:15:35','2025-11-04 19:15:35','bdece6d5-3926-4e4e-9fcc-0b89a752e4c0'),
(7949,46,4832,NULL,3697,1,'2025-11-04 19:15:35','2025-11-04 19:15:35','36e540fa-ff6f-4e1b-b65f-05536452e417'),
(7950,57,4832,NULL,4829,1,'2025-11-04 19:15:35','2025-11-04 19:15:35','9cfe68b2-3597-4ead-8a96-db594b6ff376'),
(7951,57,4832,NULL,4826,2,'2025-11-04 19:15:35','2025-11-04 19:15:35','78236e0b-e086-421f-a7a2-6e144368aabb'),
(7952,57,4832,NULL,4828,3,'2025-11-04 19:15:35','2025-11-04 19:15:35','6f68ee14-e86d-414b-9040-3b01e557f610'),
(7953,57,4832,NULL,4827,4,'2025-11-04 19:15:35','2025-11-04 19:15:35','a7b66553-6bb2-4309-b7aa-74478ab0dd6e'),
(7968,57,1171,NULL,4834,3,'2025-11-04 19:51:07','2026-01-16 20:44:54','7fc84404-3638-4fcc-84ea-8fddf162f8db'),
(7970,57,1171,NULL,4836,2,'2025-11-04 19:51:07','2026-01-16 20:44:54','9a7d346a-9ce9-4ca0-8d15-910bdaa087b4'),
(7971,57,1171,NULL,4837,4,'2025-11-04 19:51:07','2025-11-04 19:51:07','7979cf73-ca08-43e8-9576-5d5dac26b65c'),
(7972,57,1171,NULL,4838,1,'2025-11-04 19:51:07','2026-01-16 20:44:54','4ea7a098-af39-4297-b90c-018f1c65db71'),
(7973,16,4839,NULL,4276,1,'2025-11-04 19:51:07','2025-11-04 19:51:07','bd30ea31-253c-4265-87ea-b5852bfbdcc9'),
(7975,7,4839,NULL,2972,2,'2025-11-04 19:51:07','2025-11-04 19:51:07','1a40ab36-46f3-4c82-9b79-0422ef268bbf'),
(7976,7,4839,NULL,617,3,'2025-11-04 19:51:07','2025-11-04 19:51:07','2eb4cfc2-299d-4cc5-9c4f-122fa07a4473'),
(7977,7,4839,NULL,605,4,'2025-11-04 19:51:07','2025-11-04 19:51:07','5853ab6b-8f85-4357-bdb7-95dd07a915fa'),
(7978,32,4839,NULL,2610,1,'2025-11-04 19:51:07','2025-11-04 19:51:07','07dffb85-abaa-4d0c-81b5-f3f8b5432421'),
(7979,32,4839,NULL,2598,2,'2025-11-04 19:51:07','2025-11-04 19:51:07','d646c470-22d7-47e0-849e-e3713c3b4b4a'),
(7980,32,4839,NULL,2600,3,'2025-11-04 19:51:07','2025-11-04 19:51:07','ddcac22d-d1e5-4c9c-b2a6-84f51916de2f'),
(7981,32,4839,NULL,2604,4,'2025-11-04 19:51:07','2025-11-04 19:51:07','89d7ffd8-21f6-4b3e-8d9b-1bd10cc5fadb'),
(7982,57,4839,NULL,4834,1,'2025-11-04 19:51:07','2025-11-04 19:51:07','f2ce8cfa-8b3a-4649-aef5-a9ad391e4c8a'),
(7983,57,4839,NULL,4835,2,'2025-11-04 19:51:07','2025-11-04 19:51:07','03680b7a-8f82-43eb-bd42-b32c7d4c0015'),
(7984,57,4839,NULL,4836,3,'2025-11-04 19:51:07','2025-11-04 19:51:07','63a572bf-235e-4373-aa22-9ee26fb78ed4'),
(7985,57,4839,NULL,4837,4,'2025-11-04 19:51:07','2025-11-04 19:51:07','45e8d3c0-a111-4b18-b5d0-f5f7e3f36d93'),
(7986,57,4839,NULL,4838,5,'2025-11-04 19:51:07','2025-11-04 19:51:07','775671d4-73b1-483d-9659-7b9d2fbbed13'),
(8005,57,945,NULL,4841,2,'2025-11-04 20:24:44','2026-01-12 19:49:11','60015957-2480-4ccc-a1c9-c5643c38783c'),
(8006,57,945,NULL,4842,1,'2025-11-04 20:24:44','2026-01-12 19:49:11','dd77f743-fa16-4db7-b26f-9c00a845a478'),
(8007,57,945,NULL,4843,6,'2025-11-04 20:24:44','2026-01-12 19:49:11','5ed403e3-1d9c-43c5-805c-5bdce6a7b4e6'),
(8008,57,945,NULL,4844,5,'2025-11-04 20:24:44','2026-01-12 19:49:11','f9d02140-2d18-4761-a3f3-59d62452aee7'),
(8009,57,945,NULL,4845,4,'2025-11-04 20:24:44','2026-01-12 19:49:11','b123fb5f-cfbe-4693-af38-03c837ee2339'),
(8010,57,945,NULL,4846,3,'2025-11-04 20:24:44','2026-01-12 19:49:11','5678dcd2-f88b-422c-8d0b-874fe3248826'),
(8061,16,951,NULL,2968,1,'2025-11-04 20:33:01','2025-11-04 20:33:01','ca006def-4983-4a96-b415-0742bd70ffaa'),
(8062,16,4855,NULL,2968,1,'2025-11-04 20:33:01','2025-11-04 20:33:01','21ca6944-f6af-40d3-a05c-f4650356bcb2'),
(8063,57,4855,NULL,3246,1,'2025-11-04 20:33:01','2025-11-04 20:33:01','2c6ac2eb-ad42-4cca-8f48-9b54e7ed23fe'),
(8064,57,4855,NULL,3254,2,'2025-11-04 20:33:01','2025-11-04 20:33:01','4b38334d-adb9-4d0d-be2e-cc5d1700be1c'),
(8065,57,4855,NULL,3253,3,'2025-11-04 20:33:01','2025-11-04 20:33:01','190225c7-b4fd-4489-9b2c-97ef4d738f65'),
(8066,57,4855,NULL,3251,4,'2025-11-04 20:33:01','2025-11-04 20:33:01','b2ec127a-16fa-44c2-9d48-047322b6d897'),
(8067,57,4855,NULL,3245,5,'2025-11-04 20:33:01','2025-11-04 20:33:01','06a2e63b-e5cb-43cb-9373-a450d62ec62b'),
(8068,57,4855,NULL,3248,6,'2025-11-04 20:33:01','2025-11-04 20:33:01','2c4437b6-f17c-41b8-9372-c4a5392cfbea'),
(8069,72,4855,NULL,548,1,'2025-11-04 20:33:01','2025-11-04 20:33:01','06f7d372-9002-4a80-ade8-5ed715a7a844'),
(8143,7,1261,NULL,601,2,'2025-11-04 20:54:58','2026-01-17 20:06:41','7e16d301-bcc4-43cf-bb96-6bd65e2e8996'),
(8145,7,1261,NULL,617,5,'2025-11-04 20:54:58','2026-01-17 20:06:41','0c401340-8bb1-47b8-bd80-aeb97c8d3a23'),
(8146,7,1261,NULL,605,6,'2025-11-04 20:54:58','2026-01-17 20:06:41','2242ce69-650c-49f2-a007-1e4bbd2ba427'),
(8147,16,4872,NULL,4861,1,'2025-11-04 20:54:58','2025-11-04 20:54:58','0b62f195-f482-41dc-ae9a-5a88f75998da'),
(8148,7,4872,NULL,601,1,'2025-11-04 20:54:58','2025-11-04 20:54:58','b2f51603-0690-4507-9235-38afd609bdbf'),
(8149,7,4872,NULL,3468,2,'2025-11-04 20:54:58','2025-11-04 20:54:58','6c5159d4-cf0a-43cb-a84d-a43cd4701495'),
(8150,7,4872,NULL,617,3,'2025-11-04 20:54:58','2025-11-04 20:54:58','33b6a011-9c96-46a9-9a2e-bbac24c90adc'),
(8151,7,4872,NULL,605,4,'2025-11-04 20:54:58','2025-11-04 20:54:58','37cbabd2-07b6-450d-9382-c8bd666b9ce2'),
(8175,32,1261,NULL,2598,1,'2025-11-04 20:56:34','2026-01-20 21:53:55','3fd5db12-b8b4-4929-930a-edaba82589a6'),
(8176,32,1261,NULL,2608,2,'2025-11-04 20:56:34','2026-01-20 21:53:55','1bf84887-1bc4-40dc-8cfa-a491f6c55dd3'),
(8177,32,1261,NULL,2600,3,'2025-11-04 20:56:34','2026-01-20 21:53:55','3befc1ab-f50a-4a25-b151-4ef626d30adc'),
(8178,32,1261,NULL,2602,4,'2025-11-04 20:56:34','2026-01-20 21:53:55','2b61d532-4f2f-44ef-b6d5-55f01caef19f'),
(8179,32,1261,NULL,2612,5,'2025-11-04 20:56:34','2026-01-20 21:53:55','cdc70def-0cf3-4396-840e-086b122ad86c'),
(8180,32,1261,NULL,2604,6,'2025-11-04 20:56:34','2026-01-20 21:53:55','027585ac-b7e4-430c-b1b9-aa74a58ae9e6'),
(8181,57,1261,NULL,4879,5,'2025-11-04 20:56:34','2026-01-17 01:03:18','679e92c2-ef0b-48bd-b579-dcbff3a0cf43'),
(8182,57,1261,NULL,4880,2,'2025-11-04 20:56:34','2025-11-04 20:56:34','9bd6bb92-d8cf-4a3f-b803-92cad96c9b3a'),
(8183,57,1261,NULL,4881,6,'2025-11-04 20:56:34','2026-01-17 01:03:18','4e08b645-9c8b-4442-9205-4a1a15e214f3'),
(8184,57,1261,NULL,4882,4,'2025-11-04 20:56:34','2025-11-04 20:56:34','a6a06301-8d7c-4696-af19-053f663fca88'),
(8185,57,1261,NULL,4883,8,'2025-11-04 20:56:34','2026-01-17 01:03:18','972cf62d-faae-443b-9ff1-b9e71d3dfa50'),
(8186,57,1261,NULL,4884,9,'2025-11-04 20:56:34','2026-01-17 01:03:18','8a8cc6d2-c4d0-4b94-9cc5-29d62bbb1d51'),
(8187,57,1261,NULL,4885,10,'2025-11-04 20:56:34','2026-01-17 01:03:18','4bf370d1-e651-427a-9025-7a32d67dda8e'),
(8188,57,1261,NULL,4886,1,'2025-11-04 20:56:34','2026-01-17 01:03:18','6ca402fa-2827-44ee-a68c-b2b6180e4320'),
(8189,57,1261,NULL,4887,7,'2025-11-04 20:56:34','2026-01-17 01:03:18','ed2611df-cb33-485b-8e6c-79027e53a423'),
(8190,57,1261,NULL,4888,3,'2025-11-04 20:56:34','2026-01-17 01:03:18','bbe745b5-cc14-492b-85f8-364ad6ba681b'),
(8191,16,4889,NULL,4861,1,'2025-11-04 20:56:34','2025-11-04 20:56:34','9669eb45-0f64-4613-8570-7b8dc749ccf3'),
(8192,7,4889,NULL,601,1,'2025-11-04 20:56:34','2025-11-04 20:56:34','67de19df-0792-49e9-976b-5b7fb1d0e24c'),
(8193,7,4889,NULL,3468,2,'2025-11-04 20:56:34','2025-11-04 20:56:34','440f3d6b-8dd8-4ac7-b59e-fdd5bfb15154'),
(8194,7,4889,NULL,617,3,'2025-11-04 20:56:34','2025-11-04 20:56:34','9f1065cf-ffe5-442a-a59e-41cae6bb94ab'),
(8195,7,4889,NULL,605,4,'2025-11-04 20:56:34','2025-11-04 20:56:34','4fb996ff-3fa6-409a-b17d-4693629133b0'),
(8196,32,4889,NULL,2622,1,'2025-11-04 20:56:34','2025-11-04 20:56:34','df5372fb-c96f-4b07-933c-626122d6b22d'),
(8197,32,4889,NULL,2598,2,'2025-11-04 20:56:34','2025-11-04 20:56:34','ada004d5-31ee-4598-91a9-5bc497313698'),
(8198,32,4889,NULL,2608,3,'2025-11-04 20:56:34','2025-11-04 20:56:34','ecc332c9-c0d8-4a8f-b193-00f1a9e2a82c'),
(8199,32,4889,NULL,2600,4,'2025-11-04 20:56:34','2025-11-04 20:56:34','72346a4b-ab2e-4fc4-97f8-fb7b054bdd68'),
(8200,32,4889,NULL,2602,5,'2025-11-04 20:56:34','2025-11-04 20:56:34','3b96692e-0686-4067-ad89-8698e2cfe991'),
(8201,32,4889,NULL,2612,6,'2025-11-04 20:56:34','2025-11-04 20:56:34','793ed42f-2344-4144-b30b-f5a98cd46ce3'),
(8202,32,4889,NULL,2604,7,'2025-11-04 20:56:34','2025-11-04 20:56:34','4a585052-394e-4f8b-a2ac-3631dde17f87'),
(8203,57,4889,NULL,4879,1,'2025-11-04 20:56:34','2025-11-04 20:56:34','f98207b0-4279-4e9f-a094-11f88e68a4de'),
(8204,57,4889,NULL,4880,2,'2025-11-04 20:56:34','2025-11-04 20:56:34','8e262100-4862-4cef-a1f8-910c5107a6eb'),
(8205,57,4889,NULL,4881,3,'2025-11-04 20:56:34','2025-11-04 20:56:34','8fc1c6a4-0152-4d3c-88ee-e191483040d3'),
(8206,57,4889,NULL,4882,4,'2025-11-04 20:56:34','2025-11-04 20:56:34','7595cfb5-af54-4c17-bc9f-5ca18188175b'),
(8207,57,4889,NULL,4883,5,'2025-11-04 20:56:34','2025-11-04 20:56:34','8de94c39-92fc-4651-9d29-dc5f1cab3c65'),
(8208,57,4889,NULL,4884,6,'2025-11-04 20:56:34','2025-11-04 20:56:34','a589706a-02ac-4f6f-8e70-a916367a6631'),
(8209,57,4889,NULL,4885,7,'2025-11-04 20:56:34','2025-11-04 20:56:34','f534e029-db53-47f3-9dbf-fbd9c5d7de0e'),
(8210,57,4889,NULL,4886,8,'2025-11-04 20:56:34','2025-11-04 20:56:34','5f2cbe3b-d2aa-481c-b631-df324d5915c2'),
(8211,57,4889,NULL,4887,9,'2025-11-04 20:56:34','2025-11-04 20:56:34','7aec5c9f-7b21-4b9e-99f9-eb7dd16bc041'),
(8212,57,4889,NULL,4888,10,'2025-11-04 20:56:34','2025-11-04 20:56:34','9b4aabf1-afaf-4853-be94-a7952168cf15'),
(8235,16,4895,NULL,4861,1,'2025-11-04 20:57:09','2025-11-04 20:57:09','d076474a-3a3b-432d-bf0c-fe24ae3a4a9a'),
(8236,7,4895,NULL,601,1,'2025-11-04 20:57:09','2025-11-04 20:57:09','ce27e8f8-60e4-4275-9c5c-5558a5671af5'),
(8237,7,4895,NULL,3468,2,'2025-11-04 20:57:09','2025-11-04 20:57:09','66135935-efff-43bf-9e17-070775646f76'),
(8238,7,4895,NULL,617,3,'2025-11-04 20:57:09','2025-11-04 20:57:09','c477c37d-547f-4f43-b03d-9419f09dc70c'),
(8239,7,4895,NULL,605,4,'2025-11-04 20:57:09','2025-11-04 20:57:09','f46ff969-30a9-4d63-839b-189bbb5f4720'),
(8240,32,4895,NULL,2622,1,'2025-11-04 20:57:09','2025-11-04 20:57:09','686f7df0-fc6b-4d8b-a7f9-99d41147095e'),
(8241,32,4895,NULL,2598,2,'2025-11-04 20:57:09','2025-11-04 20:57:09','1f44047a-3158-4077-b847-ef309e22948f'),
(8242,32,4895,NULL,2608,3,'2025-11-04 20:57:09','2025-11-04 20:57:09','e3de00b8-3074-42e7-9f07-a2c2b1d8c8f3'),
(8243,32,4895,NULL,2600,4,'2025-11-04 20:57:09','2025-11-04 20:57:09','fbadc8a4-405d-4b87-9daf-5ab56fe571cc'),
(8244,32,4895,NULL,2602,5,'2025-11-04 20:57:09','2025-11-04 20:57:09','53bc4827-ed45-49f9-9ab3-00ab2f28089e'),
(8245,32,4895,NULL,2612,6,'2025-11-04 20:57:09','2025-11-04 20:57:09','1e958b4d-1a36-4518-ad91-9e9282cb4a51'),
(8246,32,4895,NULL,2604,7,'2025-11-04 20:57:09','2025-11-04 20:57:09','21792c39-8adc-4855-ad84-5f1f67df17f5'),
(8247,57,4895,NULL,4879,1,'2025-11-04 20:57:09','2025-11-04 20:57:09','4d76db75-7c64-4957-a2d1-4189f6adad88'),
(8248,57,4895,NULL,4880,2,'2025-11-04 20:57:09','2025-11-04 20:57:09','d120a42b-5f92-4010-a13e-2fd796cd4854'),
(8249,57,4895,NULL,4881,3,'2025-11-04 20:57:09','2025-11-04 20:57:09','575e98e1-2ccc-4698-b530-49e296e05d21'),
(8250,57,4895,NULL,4882,4,'2025-11-04 20:57:09','2025-11-04 20:57:09','46a9e0dd-dc3b-45ae-b937-a37b749b4239'),
(8251,57,4895,NULL,4883,5,'2025-11-04 20:57:09','2025-11-04 20:57:09','a5d01eb5-dc9a-42df-a128-5eeb02adbbcd'),
(8252,57,4895,NULL,4884,6,'2025-11-04 20:57:09','2025-11-04 20:57:09','0fb05f7a-bbcb-4dd7-80e9-c7644aff50f0'),
(8253,57,4895,NULL,4885,7,'2025-11-04 20:57:09','2025-11-04 20:57:09','0dae36d8-bc56-446a-a276-5877de9666a5'),
(8254,57,4895,NULL,4886,8,'2025-11-04 20:57:09','2025-11-04 20:57:09','c6875a77-81e7-4fc6-82dc-0d8a0d831f98'),
(8255,57,4895,NULL,4887,9,'2025-11-04 20:57:09','2025-11-04 20:57:09','7ba0e2c3-e6d3-4053-bd4d-c98141786a34'),
(8256,57,4895,NULL,4888,10,'2025-11-04 20:57:09','2025-11-04 20:57:09','e35f4ffb-4638-49e3-9ebe-021f3b674ad6'),
(8282,22,4904,NULL,4900,1,'2025-11-04 20:58:46','2025-11-04 20:58:46','83fecdb3-33ed-47ef-9fea-35c6062a9d25'),
(8283,22,1759,NULL,4902,1,'2025-11-04 20:58:46','2025-11-04 20:58:46','c66c45c2-1360-4e8d-9b02-30dfa812894c'),
(8284,16,4905,NULL,4861,1,'2025-11-04 20:58:46','2025-11-04 20:58:46','aaabb767-b604-49af-8ba4-6485bf292a92'),
(8285,7,4905,NULL,601,1,'2025-11-04 20:58:46','2025-11-04 20:58:46','1b287ae9-53e1-4987-9d3a-9a63ba087aef'),
(8286,7,4905,NULL,3468,2,'2025-11-04 20:58:46','2025-11-04 20:58:46','7dd16b71-075a-4d83-a082-7d4f7b0fbdf9'),
(8287,7,4905,NULL,617,3,'2025-11-04 20:58:46','2025-11-04 20:58:46','b697d6ea-2ff7-430e-9bec-fb45bef88619'),
(8288,7,4905,NULL,605,4,'2025-11-04 20:58:46','2025-11-04 20:58:46','9fcd2811-57a7-4555-9912-53ffa16579e1'),
(8289,32,4905,NULL,2622,1,'2025-11-04 20:58:46','2025-11-04 20:58:46','9493b3fa-cc44-47d6-9fcb-d45b09199d59'),
(8290,32,4905,NULL,2598,2,'2025-11-04 20:58:46','2025-11-04 20:58:46','9f297207-6d7c-457b-944c-050aec0ce42c'),
(8291,32,4905,NULL,2608,3,'2025-11-04 20:58:46','2025-11-04 20:58:46','ec6f64c1-c3a0-4cb1-8df2-68c98ff139ae'),
(8292,32,4905,NULL,2600,4,'2025-11-04 20:58:46','2025-11-04 20:58:46','f3322b0b-f86b-44a2-88d4-975ef104d409'),
(8293,32,4905,NULL,2602,5,'2025-11-04 20:58:46','2025-11-04 20:58:46','d776f1c0-3799-4904-9ae3-e7e1355a7c57'),
(8294,32,4905,NULL,2612,6,'2025-11-04 20:58:46','2025-11-04 20:58:46','3f748921-94a5-4b29-aad6-00c33176b2d0'),
(8295,32,4905,NULL,2604,7,'2025-11-04 20:58:46','2025-11-04 20:58:46','19fac24d-df7c-405c-90ce-0b81240bca42'),
(8296,57,4905,NULL,4879,1,'2025-11-04 20:58:46','2025-11-04 20:58:46','76aa9347-2ebc-406d-a685-d9ce70f7e760'),
(8297,57,4905,NULL,4880,2,'2025-11-04 20:58:46','2025-11-04 20:58:46','a4ece833-8e05-4ec8-8680-3ed40f92ad68'),
(8298,57,4905,NULL,4881,3,'2025-11-04 20:58:46','2025-11-04 20:58:46','68b43c12-d6a4-4218-a5cf-8fa6bb306d13'),
(8299,57,4905,NULL,4882,4,'2025-11-04 20:58:46','2025-11-04 20:58:46','3f0d679f-9cfd-484c-a9f9-1489786d2015'),
(8300,57,4905,NULL,4883,5,'2025-11-04 20:58:46','2025-11-04 20:58:46','e3d6c962-aebd-4fe6-8ec6-e56119acf9bc'),
(8301,57,4905,NULL,4884,6,'2025-11-04 20:58:46','2025-11-04 20:58:46','5eb14d75-ddd7-4ad7-b752-80f3ce1f0508'),
(8302,57,4905,NULL,4885,7,'2025-11-04 20:58:46','2025-11-04 20:58:46','2a1f11ab-af53-4bfb-8c7c-392536492bba'),
(8303,57,4905,NULL,4886,8,'2025-11-04 20:58:46','2025-11-04 20:58:46','15db4a1c-531e-4114-8fc5-785a44b8f740'),
(8304,57,4905,NULL,4887,9,'2025-11-04 20:58:46','2025-11-04 20:58:46','c17a4e90-0b84-49e7-bd5b-61bed87a4a2b'),
(8305,57,4905,NULL,4888,10,'2025-11-04 20:58:46','2025-11-04 20:58:46','b98ebe92-0ef3-49f2-9575-541683c84fea'),
(8306,22,4906,NULL,4900,1,'2025-11-04 20:58:46','2025-11-04 20:58:46','3d3c7d0f-ed52-42b5-9416-ad6b2681e444'),
(8307,22,4907,NULL,4902,1,'2025-11-04 20:58:46','2025-11-04 20:58:46','5d44223e-3890-4c55-a5e9-ba80edaae413'),
(8319,57,1177,NULL,4909,3,'2025-11-04 21:00:49','2026-01-16 20:47:40','aa698b62-3fc9-4791-a6f0-28699c2ea16f'),
(8320,57,1177,NULL,4910,4,'2025-11-04 21:00:49','2026-01-16 20:47:40','cde4b2f8-94c8-4d3c-b46f-46a5470c6328'),
(8321,57,1177,NULL,4911,2,'2025-11-04 21:00:49','2026-01-16 20:47:40','4384b0bf-4b8d-4fa4-8ef3-e03f835e7e94'),
(8345,22,1693,NULL,4914,1,'2025-11-04 21:01:32','2025-11-04 21:01:32','ce2da6e1-a00b-4d3e-a31b-82b4d4fbc4cc'),
(8357,22,4917,NULL,4914,1,'2025-11-04 21:01:32','2025-11-04 21:01:32','efbc77bb-6ced-4dc2-ac9e-95ec64a8038d'),
(8385,57,957,NULL,4920,2,'2025-11-04 21:08:43','2026-01-12 19:58:01','27db7362-8ecb-454e-a0ad-daeb063ea653'),
(8386,57,957,NULL,4921,3,'2025-11-04 21:08:43','2026-01-12 19:58:01','9a337a03-2121-4d37-b8da-d47715d7cb05'),
(8387,57,957,NULL,4922,4,'2025-11-04 21:08:43','2026-01-12 19:58:01','853ab3bf-e570-4d65-a90d-542fec1fc113'),
(8388,57,957,NULL,4923,1,'2025-11-04 21:08:43','2026-01-12 19:56:08','1aca3427-bb56-4f21-90ef-7e426f054a4a'),
(8389,57,957,NULL,4924,5,'2025-11-04 21:08:43','2026-01-12 19:58:01','25dc477d-943e-4ed5-a41b-0a28dcc69b99'),
(8390,16,4925,NULL,3011,1,'2025-11-04 21:08:43','2025-11-04 21:08:43','2b46d639-37e5-44c0-a60f-972df3684528'),
(8391,7,4925,NULL,601,1,'2025-11-04 21:08:43','2025-11-04 21:08:43','c3b0e773-e40b-44e9-a635-32bbd03e95a2'),
(8393,7,4925,NULL,3027,3,'2025-11-04 21:08:43','2025-11-04 21:08:43','cc41d092-c37b-4b63-85aa-7e55f5253225'),
(8394,7,4925,NULL,617,4,'2025-11-04 21:08:43','2025-11-04 21:08:43','c4fa6edd-137f-4515-841f-3aeeddd6fb97'),
(8395,7,4925,NULL,605,5,'2025-11-04 21:08:43','2025-11-04 21:08:43','98e7f3f5-2906-45c9-a4b9-665afb093fb6'),
(8396,32,4925,NULL,2610,1,'2025-11-04 21:08:43','2025-11-04 21:08:43','0652a8e7-2941-48ac-964b-77f4775a467e'),
(8397,32,4925,NULL,2598,2,'2025-11-04 21:08:43','2025-11-04 21:08:43','0d4615c1-7a94-4730-8e95-7273b2a26036'),
(8398,32,4925,NULL,2608,3,'2025-11-04 21:08:43','2025-11-04 21:08:43','5b089f9d-4411-4ff3-acc8-7b57f4e3724e'),
(8399,32,4925,NULL,2600,4,'2025-11-04 21:08:43','2025-11-04 21:08:43','28105cdd-1a44-4903-ab26-bea9982ef700'),
(8400,32,4925,NULL,2596,5,'2025-11-04 21:08:43','2025-11-04 21:08:43','d1de912f-2800-443c-bca6-631d9f3f4b40'),
(8401,32,4925,NULL,2602,6,'2025-11-04 21:08:43','2025-11-04 21:08:43','e834238c-ff5d-457a-a51d-24adcc708d98'),
(8402,32,4925,NULL,2604,7,'2025-11-04 21:08:43','2025-11-04 21:08:43','99ae5b09-dca6-44f1-82d3-95070e3db165'),
(8403,57,4925,NULL,4920,1,'2025-11-04 21:08:43','2025-11-04 21:08:43','9da7648a-3c07-4ef2-8383-4e38a9ecbed6'),
(8404,57,4925,NULL,4921,2,'2025-11-04 21:08:43','2025-11-04 21:08:43','42bb82d4-2f8a-4aeb-b478-d04644ccaf91'),
(8405,57,4925,NULL,4922,3,'2025-11-04 21:08:43','2025-11-04 21:08:43','d288a084-1a56-465f-9144-6906a7cd0506'),
(8406,57,4925,NULL,4923,4,'2025-11-04 21:08:43','2025-11-04 21:08:43','c59b5b42-25f4-4be3-b246-249ebad991e3'),
(8407,57,4925,NULL,4924,5,'2025-11-04 21:08:43','2025-11-04 21:08:43','43e1e675-0abb-417b-bcce-b500b0784fbc'),
(8431,57,963,NULL,4927,1,'2025-11-04 21:19:01','2025-11-04 21:19:01','c70f2fa3-7a81-48fb-a919-84382a9210d7'),
(8434,57,963,NULL,4930,4,'2025-11-04 21:19:01','2026-01-12 21:01:02','12f26c26-941b-4626-9295-2792e2bb7079'),
(8436,57,963,NULL,4932,5,'2025-11-04 21:19:01','2026-01-12 21:01:02','c2c16523-5bdb-466d-9711-f4ad7f809e31'),
(8437,57,963,NULL,4933,6,'2025-11-04 21:19:01','2026-01-12 21:01:02','dfb1bd36-a21b-445c-bc39-74a62a5fd4d9'),
(8438,57,963,NULL,4934,7,'2025-11-04 21:19:01','2026-01-12 21:01:02','f45ecd82-5433-4ef2-a637-8876664b1668'),
(8439,57,963,NULL,4935,8,'2025-11-04 21:19:01','2026-01-12 21:01:02','ed471ef6-218d-435e-9d02-889ee6b59ef1'),
(8550,66,4946,NULL,4944,1,'2025-11-05 16:07:55','2025-11-05 16:07:55','0014ae5c-54f9-4aff-a846-3f708b730350'),
(8572,66,4949,NULL,4944,1,'2025-11-05 16:07:55','2025-11-05 16:07:55','d06ea311-08d4-4528-a29b-7f98834073e5'),
(8588,57,1143,NULL,4955,1,'2025-11-05 17:09:58','2025-11-05 17:09:58','6c252afd-7901-42a4-a7dc-cdde5f5bccaa'),
(8589,57,1143,NULL,4956,2,'2025-11-05 17:09:58','2025-11-05 17:09:58','05eb6a8d-e557-424d-b7ed-0635a0c07386'),
(8590,57,1143,NULL,4957,3,'2025-11-05 17:09:58','2025-11-05 17:09:58','34d5d3c6-ff38-4436-8554-cf3b859c1ac4'),
(8591,16,4958,NULL,4142,1,'2025-11-05 17:09:58','2025-11-05 17:09:58','1e436ef0-cf9a-4128-9778-a791b10ee426'),
(8592,7,4958,NULL,601,1,'2025-11-05 17:09:58','2025-11-05 17:09:58','bc98c052-8d59-46f4-9dc8-17c73fa34ed4'),
(8593,7,4958,NULL,3468,2,'2025-11-05 17:09:58','2025-11-05 17:09:58','7800236a-93fc-4061-8504-ec5d48c33fe3'),
(8594,7,4958,NULL,2972,3,'2025-11-05 17:09:58','2025-11-05 17:09:58','6fca2d05-74a4-43d4-94e1-fd7c2f447219'),
(8596,7,4958,NULL,617,5,'2025-11-05 17:09:58','2025-11-05 17:09:58','33242c6a-d5d0-4497-a110-fe6a7dee98f8'),
(8597,7,4958,NULL,605,6,'2025-11-05 17:09:58','2025-11-05 17:09:58','c611307a-6cb5-442c-943d-4a4c45f7fc4a'),
(8598,32,4958,NULL,2610,1,'2025-11-05 17:09:58','2025-11-05 17:09:58','36ac740f-8fb5-4ea8-a456-77c70311f777'),
(8599,32,4958,NULL,2598,2,'2025-11-05 17:09:58','2025-11-05 17:09:58','61279c80-fc6f-4981-8483-d465888552b8'),
(8600,32,4958,NULL,2600,3,'2025-11-05 17:09:58','2025-11-05 17:09:58','e809bb12-1d26-4172-a6f8-d0e16ba6ecb5'),
(8601,32,4958,NULL,2604,4,'2025-11-05 17:09:58','2025-11-05 17:09:58','184a7e8e-3c1d-41b4-ab4c-a4dd4f128507'),
(8602,57,4958,NULL,4955,1,'2025-11-05 17:09:58','2025-11-05 17:09:58','24dffa7a-3d68-4478-b2c1-4f280f7b19b9'),
(8603,57,4958,NULL,4956,2,'2025-11-05 17:09:58','2025-11-05 17:09:58','2593ee6b-1d4c-44a4-94d6-7fead4766fb5'),
(8604,57,4958,NULL,4957,3,'2025-11-05 17:09:58','2025-11-05 17:09:58','c2395cbb-eb56-4e80-8974-f8292f448a26'),
(8620,66,4965,NULL,4962,1,'2025-11-05 17:12:54','2025-11-05 17:12:54','7d590433-0a6a-4c95-a739-0b6d2c724736'),
(8621,16,4967,NULL,4142,1,'2025-11-05 17:12:54','2025-11-05 17:12:54','b08f8264-6889-4caf-b544-a5508d1356ca'),
(8622,7,4967,NULL,601,1,'2025-11-05 17:12:54','2025-11-05 17:12:54','5061a1a0-6b22-43a2-9f86-b31d88b5c1c3'),
(8623,7,4967,NULL,3468,2,'2025-11-05 17:12:54','2025-11-05 17:12:54','778c3410-9e01-49c1-809b-25fd86f6128d'),
(8624,7,4967,NULL,2972,3,'2025-11-05 17:12:54','2025-11-05 17:12:54','9be02751-c59d-471b-a3f0-6a4d967e679c'),
(8626,7,4967,NULL,617,5,'2025-11-05 17:12:54','2025-11-05 17:12:54','e6e1ea95-1b9a-44a0-962a-295aad621a05'),
(8627,7,4967,NULL,605,6,'2025-11-05 17:12:54','2025-11-05 17:12:54','17810d67-2487-4599-b1d5-b130f6989469'),
(8628,32,4967,NULL,2610,1,'2025-11-05 17:12:54','2025-11-05 17:12:54','9e20f77b-de2a-41bf-bea9-f70cf4e6b1b7'),
(8629,32,4967,NULL,2598,2,'2025-11-05 17:12:54','2025-11-05 17:12:54','21604449-3880-48db-9a85-7059b5e2784d'),
(8630,32,4967,NULL,2600,3,'2025-11-05 17:12:54','2025-11-05 17:12:54','fcb9080a-5af7-4ffc-99ee-5742b1c0537a'),
(8631,32,4967,NULL,2604,4,'2025-11-05 17:12:54','2025-11-05 17:12:54','6eded637-bc5e-4ddd-bc4f-96ebed304e6e'),
(8632,57,4967,NULL,4955,1,'2025-11-05 17:12:54','2025-11-05 17:12:54','fd1730c5-e45e-4b99-8732-95ebbaf0879e'),
(8633,57,4967,NULL,4956,2,'2025-11-05 17:12:54','2025-11-05 17:12:54','6a19966c-76ad-48e5-86bb-e5b1f2245717'),
(8634,57,4967,NULL,4957,3,'2025-11-05 17:12:54','2025-11-05 17:12:54','2b662daa-0122-4429-9ff7-3a461119c213'),
(8635,66,4969,NULL,4962,1,'2025-11-05 17:12:54','2025-11-05 17:12:54','e05bdcce-90cd-4252-ad9f-5eba12743f4a'),
(8638,16,4984,NULL,4973,1,'2025-11-05 17:16:49','2025-11-05 17:16:49','86c31372-d0ce-4a2e-ba54-abb15cc767b8'),
(8654,16,4998,NULL,4973,1,'2025-11-05 17:20:21','2025-11-05 17:20:21','586cc6bb-e745-4d12-a392-cdc479e9f596'),
(8655,57,4998,NULL,4991,1,'2025-11-05 17:20:21','2025-11-05 17:20:21','5dbe4203-eefa-4102-98f9-9b496430134b'),
(8656,57,4998,NULL,4992,2,'2025-11-05 17:20:21','2025-11-05 17:20:21','bba7b059-7eba-47bd-828c-05367f950942'),
(8657,57,4998,NULL,4993,3,'2025-11-05 17:20:21','2025-11-05 17:20:21','9c42781e-cd4e-418c-89f4-bcba82517884'),
(8658,57,4998,NULL,4994,4,'2025-11-05 17:20:21','2025-11-05 17:20:21','c9b4775d-1a14-4fd1-bb88-197638790f85'),
(8659,57,4998,NULL,4995,5,'2025-11-05 17:20:21','2025-11-05 17:20:21','eac29d0e-f5a9-4d28-8f85-43b5202cf84e'),
(8660,57,4998,NULL,4996,6,'2025-11-05 17:20:21','2025-11-05 17:20:21','a1ff5462-dfa2-4804-8bc6-0958a80e189f'),
(8661,57,4998,NULL,4997,7,'2025-11-05 17:20:21','2025-11-05 17:20:21','406a0c65-9da3-4d3c-9584-832a92530adc'),
(8672,22,1653,NULL,5001,1,'2025-11-05 17:22:48','2025-11-05 17:22:48','7bed0121-6cf9-47f9-9441-30ed79178a41'),
(8673,22,1654,NULL,5003,1,'2025-11-05 17:22:48','2025-11-05 17:22:48','d0985f37-2895-4aca-bb67-798c9b521d94'),
(8674,16,5004,NULL,4973,1,'2025-11-05 17:22:48','2025-11-05 17:22:48','4fc57fed-8834-44d4-b82f-c170d17b935e'),
(8675,57,5004,NULL,4991,1,'2025-11-05 17:22:48','2025-11-05 17:22:48','e7ce314b-3bb0-43d4-8ebd-e29176eee0e6'),
(8676,57,5004,NULL,4992,2,'2025-11-05 17:22:48','2025-11-05 17:22:48','69820662-0c77-4649-b9ed-7f6e17493944'),
(8677,57,5004,NULL,4993,3,'2025-11-05 17:22:48','2025-11-05 17:22:48','eb288a29-cbfd-4536-94a4-51fafef1249a'),
(8678,57,5004,NULL,4994,4,'2025-11-05 17:22:48','2025-11-05 17:22:48','eb453225-6bd6-407c-90cf-1c770643a28e'),
(8679,57,5004,NULL,4995,5,'2025-11-05 17:22:48','2025-11-05 17:22:48','f2c2ae93-333f-41e1-b679-8b69c3dfa985'),
(8680,57,5004,NULL,4996,6,'2025-11-05 17:22:48','2025-11-05 17:22:48','b980b788-f1f9-4d39-ab4a-dadd3bdab88e'),
(8681,57,5004,NULL,4997,7,'2025-11-05 17:22:48','2025-11-05 17:22:48','b4928959-972a-4371-bceb-6a6fb0051e0a'),
(8682,22,5005,NULL,5001,1,'2025-11-05 17:22:48','2025-11-05 17:22:48','db5bc112-6c67-4594-be88-c00bbc1d1de3'),
(8683,22,5006,NULL,5003,1,'2025-11-05 17:22:48','2025-11-05 17:22:48','293d55e7-9e92-48e9-8669-d82413d890b2'),
(8692,16,5010,NULL,4973,1,'2025-11-05 17:23:33','2025-11-05 17:23:33','c45e04e2-95f9-488e-a96a-e0e7cb43bb42'),
(8693,57,5010,NULL,4991,1,'2025-11-05 17:23:33','2025-11-05 17:23:33','310bbee4-5e76-42d2-8aa0-458759b5ea1d'),
(8694,57,5010,NULL,4992,2,'2025-11-05 17:23:33','2025-11-05 17:23:33','991b8bd8-f809-48e3-a3a4-730670c400ed'),
(8695,57,5010,NULL,4993,3,'2025-11-05 17:23:33','2025-11-05 17:23:33','ea256828-1550-4051-9a77-e63cf2840fd4'),
(8696,57,5010,NULL,4994,4,'2025-11-05 17:23:33','2025-11-05 17:23:33','a15dcef5-6368-4b93-a64c-7ad66b777403'),
(8697,57,5010,NULL,4995,5,'2025-11-05 17:23:33','2025-11-05 17:23:33','a7092fc5-1482-479b-937b-0f88d5e3978b'),
(8698,57,5010,NULL,4996,6,'2025-11-05 17:23:33','2025-11-05 17:23:33','dad00513-f7d4-4d6d-b694-4b2ab9e1a193'),
(8699,57,5010,NULL,4997,7,'2025-11-05 17:23:33','2025-11-05 17:23:33','8cae25d6-1eb9-4ea4-8679-bae16f286796'),
(8704,16,1349,NULL,5013,1,'2025-11-05 17:27:42','2025-11-05 17:27:42','e466c7b0-3754-4061-b46b-8b3b54f0611c'),
(8706,7,1349,NULL,617,2,'2025-11-05 17:27:42','2025-11-05 17:27:42','e09c6d9a-5373-4514-aa88-30bf7527d09e'),
(8707,7,1349,NULL,605,3,'2025-11-05 17:27:42','2025-11-05 17:27:42','d07a7233-8ed0-4968-a502-13050e1503b2'),
(8708,16,5024,NULL,5013,1,'2025-11-05 17:27:42','2025-11-05 17:27:42','9c035b0c-deb7-44bf-8709-287a6ef4451c'),
(8709,7,5024,NULL,2969,1,'2025-11-05 17:27:42','2025-11-05 17:27:42','dd9c774c-9eaa-4e20-8d20-a9dd2791bb4c'),
(8710,7,5024,NULL,617,2,'2025-11-05 17:27:42','2025-11-05 17:27:42','be29dbd3-5e0d-4813-aaaa-698e573bca56'),
(8711,7,5024,NULL,605,3,'2025-11-05 17:27:42','2025-11-05 17:27:42','4869a41c-f86e-4fe8-a4bc-ed094d75e219'),
(8726,32,1349,NULL,2614,1,'2025-11-05 17:28:51','2025-11-05 17:28:51','bf7dc3b1-33af-4d37-ae50-3ed97eaf8fe1'),
(8727,32,1349,NULL,2610,2,'2025-11-05 17:28:51','2025-11-05 17:28:51','0f788df0-9619-4ed5-8c00-077edd25ea9d'),
(8728,32,1349,NULL,2598,3,'2025-11-05 17:28:51','2025-11-05 17:28:51','308ff0c6-6f64-40a0-928d-f338ada4dc09'),
(8729,32,1349,NULL,2608,4,'2025-11-05 17:28:51','2025-11-05 17:28:51','4da3833b-d8f3-4386-90ac-a3f9acf7b5d7'),
(8730,32,1349,NULL,2600,5,'2025-11-05 17:28:51','2025-11-05 17:28:51','8b2d5a5e-b158-40e2-bf4f-c0e97c7a13d4'),
(8731,32,1349,NULL,2596,6,'2025-11-05 17:28:51','2025-11-05 17:28:51','830a1a02-a004-47aa-9132-5ec63cac5e50'),
(8732,32,1349,NULL,2602,7,'2025-11-05 17:28:51','2025-11-05 17:28:51','950e816f-e0f6-408d-a5a0-fefd0068e6c5'),
(8733,32,1349,NULL,2606,8,'2025-11-05 17:28:51','2025-11-05 17:28:51','1e4a36ac-c01d-47a3-8ebe-f6f6f094cbef'),
(8734,32,1349,NULL,2612,9,'2025-11-05 17:28:51','2025-11-05 17:28:51','e139cb92-c720-49ee-9725-c5b0edd8fbf1'),
(8735,32,1349,NULL,2604,10,'2025-11-05 17:28:51','2025-11-05 17:28:51','a2c64713-4b4c-4129-8648-62ab9d6f3ec8'),
(8736,16,5031,NULL,5013,1,'2025-11-05 17:28:51','2025-11-05 17:28:51','b2d0452d-e706-4b8d-a60c-48563e918b77'),
(8737,7,5031,NULL,2969,1,'2025-11-05 17:28:51','2025-11-05 17:28:51','4dbdb15a-e953-4cbe-9527-e3f3ab9464dd'),
(8738,7,5031,NULL,617,2,'2025-11-05 17:28:51','2025-11-05 17:28:51','97420b97-36b4-43f6-accd-1d1d44fd463c'),
(8739,7,5031,NULL,605,3,'2025-11-05 17:28:51','2025-11-05 17:28:51','5825f8a5-cb21-4b6b-9636-75364e36bdd5'),
(8740,32,5031,NULL,2614,1,'2025-11-05 17:28:51','2025-11-05 17:28:51','166680e7-3dfa-4ca3-9df9-b4d9145ca65d'),
(8741,32,5031,NULL,2610,2,'2025-11-05 17:28:51','2025-11-05 17:28:51','f098eb9d-6460-41a3-b95b-28a9b03ca488'),
(8742,32,5031,NULL,2598,3,'2025-11-05 17:28:51','2025-11-05 17:28:51','5c093771-1875-473a-91f9-acca0bf0b502'),
(8743,32,5031,NULL,2608,4,'2025-11-05 17:28:51','2025-11-05 17:28:51','002f4a04-cc0a-42d5-8711-3d037eb1ec96'),
(8744,32,5031,NULL,2600,5,'2025-11-05 17:28:51','2025-11-05 17:28:51','9d2fec56-13a5-411e-86c5-86e67a31eeec'),
(8745,32,5031,NULL,2596,6,'2025-11-05 17:28:51','2025-11-05 17:28:51','74f8db26-c1cf-4794-a3e2-521ca77dc7c5'),
(8746,32,5031,NULL,2602,7,'2025-11-05 17:28:51','2025-11-05 17:28:51','cda16420-d3c8-4ab3-9ba7-0c238baaf60b'),
(8747,32,5031,NULL,2606,8,'2025-11-05 17:28:51','2025-11-05 17:28:51','06354b1c-f871-4f53-a21e-4ef08e042425'),
(8748,32,5031,NULL,2612,9,'2025-11-05 17:28:51','2025-11-05 17:28:51','685488c0-42ab-4ff3-beb7-ca8a95eb1477'),
(8749,32,5031,NULL,2604,10,'2025-11-05 17:28:51','2025-11-05 17:28:51','b034942d-0294-4e3c-9b90-62d5cef9862d'),
(8773,57,1349,NULL,5033,1,'2025-11-05 17:31:15','2025-11-05 17:31:15','5c1bc238-8986-4828-a50b-4abb7643892c'),
(8774,57,1349,NULL,5034,2,'2025-11-05 17:31:15','2025-11-05 17:31:15','5b36fa63-d218-4133-acc2-b83d230377d3'),
(8775,57,1349,NULL,5035,3,'2025-11-05 17:31:15','2025-11-05 17:31:15','cc8e365c-80c2-47e5-a9e3-0fd941697ed5'),
(8776,57,1349,NULL,5036,4,'2025-11-05 17:31:15','2025-11-05 17:31:15','d001721c-bd50-4546-a7e3-c37fb3d1877f'),
(8777,57,1349,NULL,5037,5,'2025-11-05 17:31:15','2025-11-05 17:31:15','f71ae7ac-8494-4a2b-b182-bde1c6e0e17a'),
(8778,57,1349,NULL,5038,6,'2025-11-05 17:31:15','2025-11-05 17:31:15','6792abbf-fcb1-40a7-be31-60e4b3e91fbd'),
(8779,57,1349,NULL,5039,7,'2025-11-05 17:31:15','2025-11-05 17:31:15','482b5a63-85de-4f7b-a025-7a2816c3f787'),
(8780,57,1349,NULL,5040,8,'2025-11-05 17:31:15','2025-11-05 17:31:15','abbb0611-0ae6-402c-adaa-bb5a81812fce'),
(8781,22,1832,NULL,5042,1,'2025-11-05 17:31:15','2025-11-05 17:31:15','b6a9e0cf-f20a-457a-bad4-ef12f835c29d'),
(8782,16,5043,NULL,5013,1,'2025-11-05 17:31:15','2025-11-05 17:31:15','a138601f-f8f5-43aa-8f2a-6f15ab8e2b60'),
(8783,7,5043,NULL,2969,1,'2025-11-05 17:31:15','2025-11-05 17:31:15','0c15dbd5-b831-470d-8f9b-9bbe82168846'),
(8784,7,5043,NULL,617,2,'2025-11-05 17:31:15','2025-11-05 17:31:15','ef8346d3-2a4f-498b-8cd4-2bfec173066a'),
(8785,7,5043,NULL,605,3,'2025-11-05 17:31:15','2025-11-05 17:31:15','466408bb-86e2-4eda-aa95-6a27072e58d6'),
(8786,32,5043,NULL,2614,1,'2025-11-05 17:31:15','2025-11-05 17:31:15','f32c8890-ba14-4034-a626-a68310996042'),
(8787,32,5043,NULL,2610,2,'2025-11-05 17:31:15','2025-11-05 17:31:15','8a5d88ac-164b-4d9d-86bc-1254eadfe276'),
(8788,32,5043,NULL,2598,3,'2025-11-05 17:31:15','2025-11-05 17:31:15','bf9c21ab-7c28-432c-b83e-5c8dfcbf1519'),
(8789,32,5043,NULL,2608,4,'2025-11-05 17:31:15','2025-11-05 17:31:15','95b2bcc6-914d-479d-98cd-402296937bd6'),
(8790,32,5043,NULL,2600,5,'2025-11-05 17:31:15','2025-11-05 17:31:15','40a1fcd7-be13-4847-af0a-5a2091841d41'),
(8791,32,5043,NULL,2596,6,'2025-11-05 17:31:15','2025-11-05 17:31:15','b8606fba-0960-4869-a847-92c8043a5120'),
(8792,32,5043,NULL,2602,7,'2025-11-05 17:31:15','2025-11-05 17:31:15','f5a5e513-9118-4a5a-b2a8-6c2d2dd6dd6b'),
(8793,32,5043,NULL,2606,8,'2025-11-05 17:31:15','2025-11-05 17:31:15','4a2c0343-14ff-4fef-b50f-3cf76cb92e21'),
(8794,32,5043,NULL,2612,9,'2025-11-05 17:31:15','2025-11-05 17:31:15','5b0d1fc4-41be-4a92-883a-cca0d15eac75'),
(8795,32,5043,NULL,2604,10,'2025-11-05 17:31:15','2025-11-05 17:31:15','8426c504-149a-4a7a-a775-ce9dcce447b2'),
(8796,57,5043,NULL,5033,1,'2025-11-05 17:31:15','2025-11-05 17:31:15','dc5e0d56-b8f6-4d83-a302-e6f9694730e3'),
(8797,57,5043,NULL,5034,2,'2025-11-05 17:31:15','2025-11-05 17:31:15','10eb40a7-4960-4db0-af69-c19a412248f4'),
(8798,57,5043,NULL,5035,3,'2025-11-05 17:31:15','2025-11-05 17:31:15','283e6f67-4008-477b-b583-fb2e2a77ba85'),
(8799,57,5043,NULL,5036,4,'2025-11-05 17:31:15','2025-11-05 17:31:15','38c00be2-45d7-4bc9-a741-0bf3e76d2b96'),
(8800,57,5043,NULL,5037,5,'2025-11-05 17:31:15','2025-11-05 17:31:15','924f13e9-c9d7-4308-b30c-45b38754e630'),
(8801,57,5043,NULL,5038,6,'2025-11-05 17:31:15','2025-11-05 17:31:15','504bf398-8a18-4699-a14a-0a33cc9d955b'),
(8802,57,5043,NULL,5039,7,'2025-11-05 17:31:15','2025-11-05 17:31:15','2fd198b4-26e6-4f12-84c7-4270ecef58d5'),
(8803,57,5043,NULL,5040,8,'2025-11-05 17:31:15','2025-11-05 17:31:15','a040b5b6-f3b2-4f8e-95b1-10c324a91ea5'),
(8804,22,5044,NULL,5042,1,'2025-11-05 17:31:15','2025-11-05 17:31:15','15e218f0-f185-45ae-9f91-4007a6c79b43'),
(8827,16,5049,NULL,5013,1,'2025-11-05 17:32:04','2025-11-05 17:32:04','817984e8-8def-4e0e-9f18-0a0de48d53a7'),
(8828,7,5049,NULL,2969,1,'2025-11-05 17:32:04','2025-11-05 17:32:04','5704364b-6ee8-4256-a164-6ab1249f760d'),
(8829,7,5049,NULL,617,2,'2025-11-05 17:32:04','2025-11-05 17:32:04','64d5f023-b2d4-47f9-9f4e-f6537d6a1ab1'),
(8830,7,5049,NULL,605,3,'2025-11-05 17:32:04','2025-11-05 17:32:04','a90f0bd9-8395-41f8-8be9-3be49bb72022'),
(8831,32,5049,NULL,2614,1,'2025-11-05 17:32:04','2025-11-05 17:32:04','f63e92f3-5d72-4e73-8089-7d5d8c237d19'),
(8832,32,5049,NULL,2610,2,'2025-11-05 17:32:04','2025-11-05 17:32:04','e3471f39-c8bf-4a76-a472-15651102590d'),
(8833,32,5049,NULL,2598,3,'2025-11-05 17:32:04','2025-11-05 17:32:04','dbc0d00a-b5e0-43ba-906d-a5802ca10f24'),
(8834,32,5049,NULL,2608,4,'2025-11-05 17:32:04','2025-11-05 17:32:04','9af6a7b6-1999-4989-9197-9abeef87e35f'),
(8835,32,5049,NULL,2600,5,'2025-11-05 17:32:04','2025-11-05 17:32:04','36a5c3c5-2b03-4287-b044-bb50bc0734d0'),
(8836,32,5049,NULL,2596,6,'2025-11-05 17:32:04','2025-11-05 17:32:04','717a4bc0-61ab-48a7-933e-468ce3df176a'),
(8837,32,5049,NULL,2602,7,'2025-11-05 17:32:04','2025-11-05 17:32:04','af61ad50-a781-4b77-8ec8-b7371d135c0a'),
(8838,32,5049,NULL,2606,8,'2025-11-05 17:32:04','2025-11-05 17:32:04','3e6713c2-e551-49cc-b549-d96b6d0fdc17'),
(8839,32,5049,NULL,2612,9,'2025-11-05 17:32:04','2025-11-05 17:32:04','fdba32c1-2213-4713-93ce-c503ec82a338'),
(8840,32,5049,NULL,2604,10,'2025-11-05 17:32:04','2025-11-05 17:32:04','b1b73a90-baf2-499b-b932-448a7f489042'),
(8841,57,5049,NULL,5033,1,'2025-11-05 17:32:04','2025-11-05 17:32:04','92ca5a99-23d7-4e4d-898f-7ead639405d0'),
(8842,57,5049,NULL,5034,2,'2025-11-05 17:32:04','2025-11-05 17:32:04','b5bf157a-2419-4bc6-a480-e17a13458670'),
(8843,57,5049,NULL,5035,3,'2025-11-05 17:32:04','2025-11-05 17:32:04','2b2ecad9-d64e-4921-bd37-4436615197ed'),
(8844,57,5049,NULL,5036,4,'2025-11-05 17:32:04','2025-11-05 17:32:04','8b57200f-2c02-4c5a-9d15-17fc20b0fe28'),
(8845,57,5049,NULL,5037,5,'2025-11-05 17:32:04','2025-11-05 17:32:04','49e6b0e5-6bbe-45e9-9e88-f7691a3e5b9a'),
(8846,57,5049,NULL,5038,6,'2025-11-05 17:32:04','2025-11-05 17:32:04','0bd6dfba-81de-4e3a-8529-2a8d0d312fda'),
(8847,57,5049,NULL,5039,7,'2025-11-05 17:32:04','2025-11-05 17:32:04','f630c243-eb31-4395-a71d-7e9d185210dd'),
(8848,57,5049,NULL,5040,8,'2025-11-05 17:32:04','2025-11-05 17:32:04','d52657c7-2ed1-4176-b0a1-69bd00b0cb63'),
(8865,57,1129,NULL,5055,2,'2025-11-05 17:35:38','2026-01-14 19:44:57','680afe2c-85c5-4b4c-a66b-a0f88ee6387a'),
(8866,57,1129,NULL,5056,1,'2025-11-05 17:35:38','2026-01-14 19:44:57','559feda5-66f5-47df-aed1-5ab5d4f23b55'),
(8867,57,1129,NULL,5057,3,'2025-11-05 17:35:38','2025-11-05 17:35:38','2c68f197-39ef-435e-88a1-b104492e458d'),
(8868,57,1129,NULL,5058,4,'2025-11-05 17:35:38','2025-11-05 17:35:38','d050e812-da59-4f67-a12a-8ad9ad1b8b55'),
(8869,16,5061,NULL,4083,1,'2025-11-05 17:35:38','2025-11-05 17:35:38','5d01c90d-57a6-4fd4-9afe-f0c4c20e949d'),
(8870,7,5061,NULL,601,1,'2025-11-05 17:35:38','2025-11-05 17:35:38','54090359-f761-4948-9332-1ccfa59e063b'),
(8871,7,5061,NULL,617,2,'2025-11-05 17:35:38','2025-11-05 17:35:38','f599aaeb-b59e-4af2-a42d-f253cf855f90'),
(8872,7,5061,NULL,605,3,'2025-11-05 17:35:38','2025-11-05 17:35:38','9a5b303d-b2f8-4565-9b7b-2696b91af61d'),
(8873,32,5061,NULL,2614,1,'2025-11-05 17:35:38','2025-11-05 17:35:38','b3b53e90-d755-4185-8555-84f7017a7429'),
(8874,32,5061,NULL,2610,2,'2025-11-05 17:35:38','2025-11-05 17:35:38','69b8510d-a563-4c48-9f4f-f9b8640b231e'),
(8875,32,5061,NULL,2598,3,'2025-11-05 17:35:38','2025-11-05 17:35:38','93d073a8-cf45-4dd4-8a16-2b018aa400ae'),
(8876,32,5061,NULL,2600,4,'2025-11-05 17:35:38','2025-11-05 17:35:38','5d2e23da-c116-40be-bb5e-4c64ce5bc1bc'),
(8877,32,5061,NULL,2602,5,'2025-11-05 17:35:38','2025-11-05 17:35:38','c8060230-51ef-4260-a338-418e379431c3'),
(8878,32,5061,NULL,2612,6,'2025-11-05 17:35:38','2025-11-05 17:35:38','e3c0306e-35ae-4150-87d3-b6cf3966e767'),
(8879,32,5061,NULL,2604,7,'2025-11-05 17:35:38','2025-11-05 17:35:38','9e8e70d1-f893-4f7a-8847-add3d3b71b34'),
(8880,46,5061,NULL,3697,1,'2025-11-05 17:35:38','2025-11-05 17:35:38','8c0eb12d-2754-42c7-b44d-94f3a2ea4bbd'),
(8881,57,5061,NULL,5055,1,'2025-11-05 17:35:38','2025-11-05 17:35:38','1aa67e04-fa03-45c4-b4dd-9f152d24f78c'),
(8882,57,5061,NULL,5056,2,'2025-11-05 17:35:38','2025-11-05 17:35:38','e4aafa8d-ad4d-40b7-accb-7d170cff1494'),
(8883,57,5061,NULL,5057,3,'2025-11-05 17:35:38','2025-11-05 17:35:38','80f2aaca-9c47-43f6-85e0-c8fb276907ca'),
(8884,57,5061,NULL,5058,4,'2025-11-05 17:35:38','2025-11-05 17:35:38','b645c0fa-ce75-4723-899f-2985457482c7'),
(8904,16,5072,NULL,4080,1,'2025-11-05 17:40:11','2025-11-05 17:40:11','1b829d86-d317-4928-91d9-3777496bd231'),
(8905,7,5072,NULL,601,1,'2025-11-05 17:40:11','2025-11-05 17:40:11','d435a809-c43b-4882-8272-dd2c38ff06c0'),
(8906,7,5072,NULL,3468,2,'2025-11-05 17:40:11','2025-11-05 17:40:11','daeaec96-7a96-4296-8024-c7ed015a03a8'),
(8908,7,5072,NULL,2972,4,'2025-11-05 17:40:11','2025-11-05 17:40:11','a4e21c49-009e-4b7d-b714-85788f0399a7'),
(8909,7,5072,NULL,2974,5,'2025-11-05 17:40:11','2025-11-05 17:40:11','32a47962-3d0d-43fa-b864-15afe1c9ef4d'),
(8910,7,5072,NULL,617,6,'2025-11-05 17:40:11','2025-11-05 17:40:11','dd95ed5c-21ed-4334-8270-711f9e221fa0'),
(8911,7,5072,NULL,605,7,'2025-11-05 17:40:11','2025-11-05 17:40:11','40176e6c-fa0e-4d78-8674-f08dab64cd44'),
(8912,32,5072,NULL,2610,1,'2025-11-05 17:40:11','2025-11-05 17:40:11','8f281ba3-08d6-4da4-8519-bdaecd06e034'),
(8913,32,5072,NULL,2598,2,'2025-11-05 17:40:11','2025-11-05 17:40:11','3fa51e94-ff46-4824-ad35-f9aa61222b27'),
(8914,32,5072,NULL,2600,3,'2025-11-05 17:40:11','2025-11-05 17:40:11','5556bee7-2407-4217-ba23-a53c1725e520'),
(8915,32,5072,NULL,2602,4,'2025-11-05 17:40:11','2025-11-05 17:40:11','b9ac75eb-b01b-4c3a-940d-63215adada96'),
(8916,32,5072,NULL,2604,5,'2025-11-05 17:40:11','2025-11-05 17:40:11','a93aac9b-637d-4c85-b6d0-9974ea95d7d3'),
(8917,57,5072,NULL,5067,1,'2025-11-05 17:40:11','2025-11-05 17:40:11','68c62843-2842-435a-b119-0dd6abb1ae09'),
(8918,57,5072,NULL,5068,2,'2025-11-05 17:40:11','2025-11-05 17:40:11','e9f4260f-c2d1-471f-9adb-114fd061d5e5'),
(8919,57,5072,NULL,5069,3,'2025-11-05 17:40:11','2025-11-05 17:40:11','764792ef-dd09-4a36-8934-5d90ab24e036'),
(8936,16,5076,NULL,4080,1,'2025-11-05 17:40:21','2025-11-05 17:40:21','50a0e344-0684-4ab1-b52d-d8f51a6d88fd'),
(8937,7,5076,NULL,601,1,'2025-11-05 17:40:21','2025-11-05 17:40:21','667ba8b7-ee8e-4e0a-8eda-090574a49913'),
(8938,7,5076,NULL,3468,2,'2025-11-05 17:40:21','2025-11-05 17:40:21','ef1d707f-cdf6-4164-b358-e85cd12a28c1'),
(8940,7,5076,NULL,2972,4,'2025-11-05 17:40:21','2025-11-05 17:40:21','12454f08-233b-4a59-bc09-61d4116234b8'),
(8941,7,5076,NULL,2974,5,'2025-11-05 17:40:21','2025-11-05 17:40:21','3123e150-314c-4174-80e8-cd61ad3712a8'),
(8942,7,5076,NULL,617,6,'2025-11-05 17:40:21','2025-11-05 17:40:21','b6b105ea-a66b-46e6-b686-2556d38acad1'),
(8943,7,5076,NULL,605,7,'2025-11-05 17:40:21','2025-11-05 17:40:21','750c83ab-a8fd-46d3-af48-7f090a6335f8'),
(8944,32,5076,NULL,2610,1,'2025-11-05 17:40:21','2025-11-05 17:40:21','f953d9a7-8bad-42d8-a889-130f503483d6'),
(8945,32,5076,NULL,2598,2,'2025-11-05 17:40:21','2025-11-05 17:40:21','85dc61a8-306c-430a-a106-5a8a85bf8edb'),
(8946,32,5076,NULL,2600,3,'2025-11-05 17:40:21','2025-11-05 17:40:21','bff7151c-9d4b-48cd-89f0-2e4633561d0a'),
(8947,32,5076,NULL,2602,4,'2025-11-05 17:40:21','2025-11-05 17:40:21','8b9da780-6805-4654-8719-7e8c0334dae7'),
(8948,32,5076,NULL,2604,5,'2025-11-05 17:40:21','2025-11-05 17:40:21','a3f5a6c5-a7f0-423d-8c7a-65722842bdc8'),
(8949,57,5076,NULL,5067,1,'2025-11-05 17:40:21','2025-11-05 17:40:21','aaf52b95-7554-4c5b-9d28-ea78ddbb73e9'),
(8950,57,5076,NULL,5068,2,'2025-11-05 17:40:21','2025-11-05 17:40:21','b1a80105-d7b5-499a-bd23-6b82180b02a3'),
(8951,57,5076,NULL,5069,3,'2025-11-05 17:40:21','2025-11-05 17:40:21','c01d0eb5-23d2-4398-928a-626e8907c742'),
(8998,16,5081,NULL,3689,1,'2025-11-05 17:41:40','2025-11-05 17:41:40','eec8771d-3a8c-49b9-841d-fb586681d4f9'),
(8999,7,5081,NULL,601,1,'2025-11-05 17:41:40','2025-11-05 17:41:40','2e52fe5e-73f4-4bd0-965d-3af48879ffc4'),
(9000,7,5081,NULL,3468,2,'2025-11-05 17:41:40','2025-11-05 17:41:40','d460f9e0-6416-403b-8563-7b9a86322426'),
(9001,7,5081,NULL,617,3,'2025-11-05 17:41:40','2025-11-05 17:41:40','caa33e5d-a0f3-4862-9ad7-b0a5c45bbab8'),
(9002,7,5081,NULL,605,4,'2025-11-05 17:41:40','2025-11-05 17:41:40','9e9e65de-3a69-4718-900f-bd4875663275'),
(9003,32,5081,NULL,2610,1,'2025-11-05 17:41:40','2025-11-05 17:41:40','d53e66d9-c62f-4d2b-a660-2c4b5d7cc698'),
(9004,32,5081,NULL,2598,2,'2025-11-05 17:41:40','2025-11-05 17:41:40','ce68a9bc-f489-4ed3-8391-efe2480ecad9'),
(9005,32,5081,NULL,2600,3,'2025-11-05 17:41:40','2025-11-05 17:41:40','fc3662f9-ded3-484c-a3f8-8d6035d1965b'),
(9006,32,5081,NULL,2602,4,'2025-11-05 17:41:40','2025-11-05 17:41:40','57adb7a2-f804-4691-b063-7644f0f80326'),
(9007,32,5081,NULL,2612,5,'2025-11-05 17:41:40','2025-11-05 17:41:40','54531e17-57a3-44c5-9995-4ad5ff8b032c'),
(9008,32,5081,NULL,2618,6,'2025-11-05 17:41:40','2025-11-05 17:41:40','8f695cf4-fcb7-4e90-b197-a0974675c3e7'),
(9009,32,5081,NULL,2604,7,'2025-11-05 17:41:40','2025-11-05 17:41:40','e7ab5763-27f6-451b-80ef-decc03fa8258'),
(9010,46,5081,NULL,3697,1,'2025-11-05 17:41:40','2025-11-05 17:41:40','a87eeadb-0520-4166-839f-0206d50274e6'),
(9011,57,5081,NULL,4829,1,'2025-11-05 17:41:40','2025-11-05 17:41:40','937238a5-a94b-4546-9cea-6c3e81913239'),
(9012,57,5081,NULL,4826,2,'2025-11-05 17:41:40','2025-11-05 17:41:40','c3605338-a71d-4b16-9049-cc9ffefbf34e'),
(9013,57,5081,NULL,4828,3,'2025-11-05 17:41:40','2025-11-05 17:41:40','44c1ada3-acad-4614-b982-e1568a8cc5e8'),
(9014,57,5081,NULL,4827,4,'2025-11-05 17:41:40','2025-11-05 17:41:40','91b0d95b-ae09-43ab-b315-77d2033ef3a5'),
(9032,16,5083,NULL,3689,1,'2025-11-05 17:41:43','2025-11-05 17:41:43','555a55ad-e2aa-44c8-a207-8b714800e61f'),
(9033,7,5083,NULL,601,1,'2025-11-05 17:41:43','2025-11-05 17:41:43','616a764e-b684-45f7-811e-6d25413e0534'),
(9034,7,5083,NULL,3468,2,'2025-11-05 17:41:43','2025-11-05 17:41:43','64668a1d-5f18-4686-9029-3e341690a25b'),
(9035,7,5083,NULL,617,3,'2025-11-05 17:41:43','2025-11-05 17:41:43','0281aa18-0a18-49c8-a36c-2c79f790cc03'),
(9036,7,5083,NULL,605,4,'2025-11-05 17:41:43','2025-11-05 17:41:43','03f260f6-140d-4108-86ab-8c9444295b9c'),
(9037,32,5083,NULL,2610,1,'2025-11-05 17:41:43','2025-11-05 17:41:43','255d1bc8-f0bd-4c1a-b277-0ca8e5146eb4'),
(9038,32,5083,NULL,2598,2,'2025-11-05 17:41:43','2025-11-05 17:41:43','775cfeb6-28ec-4a79-83fb-7d39859c4f36'),
(9039,32,5083,NULL,2600,3,'2025-11-05 17:41:43','2025-11-05 17:41:43','90fc93a1-9605-4641-ad93-ca88938b1f35'),
(9040,32,5083,NULL,2602,4,'2025-11-05 17:41:43','2025-11-05 17:41:43','1b19af2c-298a-4426-8b71-d371b7a095b7'),
(9041,32,5083,NULL,2612,5,'2025-11-05 17:41:43','2025-11-05 17:41:43','289476a5-d3f5-4a10-a1c9-dd1f49ed07db'),
(9042,32,5083,NULL,2618,6,'2025-11-05 17:41:43','2025-11-05 17:41:43','e1f026d4-9b32-4280-82db-0ed69b04a030'),
(9043,32,5083,NULL,2604,7,'2025-11-05 17:41:43','2025-11-05 17:41:43','753a349c-b8cd-4983-ac40-b4812a201915'),
(9044,46,5083,NULL,3697,1,'2025-11-05 17:41:43','2025-11-05 17:41:43','7c5abef0-6568-473d-a15a-bbf61bf7c3ef'),
(9045,57,5083,NULL,4829,1,'2025-11-05 17:41:43','2025-11-05 17:41:43','206d4b13-d22e-4770-a490-5a94916f7199'),
(9046,57,5083,NULL,4826,2,'2025-11-05 17:41:43','2025-11-05 17:41:43','1f34fb13-f00e-47e6-b101-cb612ab0064b'),
(9047,57,5083,NULL,4828,3,'2025-11-05 17:41:43','2025-11-05 17:41:43','08719681-d622-495c-a3ab-8fd2f134ca54'),
(9048,57,5083,NULL,4827,4,'2025-11-05 17:41:43','2025-11-05 17:41:43','dc35dc24-c128-4df3-8263-ecbb22a03a2b'),
(9054,57,1249,NULL,5084,1,'2025-11-05 17:42:50','2025-11-05 17:42:50','b88529f0-67b3-44cf-8abc-0a7cb764529f'),
(9055,57,1249,NULL,5085,2,'2025-11-05 17:42:50','2025-11-05 17:42:50','0b1b3cd6-e2fa-4fb6-82f5-8c3253b6db77'),
(9056,57,1249,NULL,5086,3,'2025-11-05 17:42:50','2025-11-05 17:42:50','9cfcf5ab-51d1-4efe-94fa-de0670c99dec'),
(9057,57,1249,NULL,5087,4,'2025-11-05 17:42:50','2025-11-05 17:42:50','cb4738c1-dea7-4ed4-8834-fda98a7dc2cc'),
(9058,57,1249,NULL,5088,5,'2025-11-05 17:42:50','2025-11-05 17:42:50','5d74b14e-66f8-40bc-b568-0a44c37fa32f'),
(9059,16,5089,NULL,4639,1,'2025-11-05 17:42:50','2025-11-05 17:42:50','5af24d94-8d9e-4af0-9776-b5e3d43a283d'),
(9060,7,5089,NULL,2974,1,'2025-11-05 17:42:50','2025-11-05 17:42:50','a765e9ef-3277-434b-8902-c30ba76649ee'),
(9061,7,5089,NULL,617,2,'2025-11-05 17:42:50','2025-11-05 17:42:50','f9faf00f-694d-42d3-8d92-9c811b8b2982'),
(9062,7,5089,NULL,605,3,'2025-11-05 17:42:50','2025-11-05 17:42:50','21183d00-e810-4421-a2be-7c1dfdc327cd'),
(9063,32,5089,NULL,2610,1,'2025-11-05 17:42:50','2025-11-05 17:42:50','58479e20-e534-4662-91b6-4dd1106f1f45'),
(9064,32,5089,NULL,2598,2,'2025-11-05 17:42:50','2025-11-05 17:42:50','e96bbd4b-2200-47e3-bc2d-9a93bc439a19'),
(9065,32,5089,NULL,2600,3,'2025-11-05 17:42:50','2025-11-05 17:42:50','2c7ca969-0023-4b9e-8e40-4fbd57144016'),
(9066,32,5089,NULL,2602,4,'2025-11-05 17:42:50','2025-11-05 17:42:50','3135b49d-0396-4da1-87cb-08a9b030fe71'),
(9067,32,5089,NULL,2612,5,'2025-11-05 17:42:50','2025-11-05 17:42:50','86799cab-fca2-451b-9f56-c949f0f26e70'),
(9068,32,5089,NULL,2618,6,'2025-11-05 17:42:50','2025-11-05 17:42:50','cd613395-e890-4a80-b72f-0bbe97862db2'),
(9069,32,5089,NULL,2604,7,'2025-11-05 17:42:50','2025-11-05 17:42:50','f2f19038-8aa3-4bba-93a5-ac1ee24c8a40'),
(9070,46,5089,NULL,3697,1,'2025-11-05 17:42:50','2025-11-05 17:42:50','8402cc66-e0f1-4181-8b8b-d2f66ad10282'),
(9071,57,5089,NULL,5084,1,'2025-11-05 17:42:50','2025-11-05 17:42:50','c4307b14-40b9-4f22-89c3-0a53ae39895d'),
(9072,57,5089,NULL,5085,2,'2025-11-05 17:42:50','2025-11-05 17:42:50','5b1d1255-25b3-4f93-bc99-ff1d20ad2702'),
(9073,57,5089,NULL,5086,3,'2025-11-05 17:42:50','2025-11-05 17:42:50','4843a399-2208-4440-bbef-0d4a25986ff3'),
(9074,57,5089,NULL,5087,4,'2025-11-05 17:42:50','2025-11-05 17:42:50','5d772f34-2bb1-4f02-851b-49c8bd4e63ec'),
(9075,57,5089,NULL,5088,5,'2025-11-05 17:42:50','2025-11-05 17:42:50','f66ad7db-12f5-472f-b043-09811a0e43da'),
(9093,16,5091,NULL,4639,1,'2025-11-05 17:43:21','2025-11-05 17:43:21','ad71f293-d6cc-4a48-b16f-aa712198b27c'),
(9094,7,5091,NULL,2974,1,'2025-11-05 17:43:21','2025-11-05 17:43:21','f6a10849-5bb5-4d70-9f50-1c807032f9a7'),
(9095,7,5091,NULL,617,2,'2025-11-05 17:43:21','2025-11-05 17:43:21','384880b4-e676-4e2a-adda-ba81b0def8b4'),
(9096,7,5091,NULL,605,3,'2025-11-05 17:43:21','2025-11-05 17:43:21','6526fe1b-683f-4f3a-8cf7-ba68dde803b1'),
(9097,32,5091,NULL,2610,1,'2025-11-05 17:43:21','2025-11-05 17:43:21','87e71ac0-dbc0-40c9-bad6-4df186665969'),
(9098,32,5091,NULL,2598,2,'2025-11-05 17:43:21','2025-11-05 17:43:21','c2ffb4e5-4dd5-4dc0-b67e-9ab62a49ccaa'),
(9099,32,5091,NULL,2600,3,'2025-11-05 17:43:21','2025-11-05 17:43:21','4605de4d-0b43-4c48-b8c4-c503684b921c'),
(9100,32,5091,NULL,2602,4,'2025-11-05 17:43:21','2025-11-05 17:43:21','88b693c4-28de-447f-87cf-406bde3d5eed'),
(9101,32,5091,NULL,2612,5,'2025-11-05 17:43:21','2025-11-05 17:43:21','5f07dd1a-0d1a-41ed-b392-c9404b9b72ac'),
(9102,32,5091,NULL,2618,6,'2025-11-05 17:43:21','2025-11-05 17:43:21','71b4173d-31ce-43e0-abe7-5be7622cf704'),
(9103,32,5091,NULL,2604,7,'2025-11-05 17:43:21','2025-11-05 17:43:21','9c71d11b-056a-4b34-ab3f-23f7f49d68fb'),
(9104,46,5091,NULL,3697,1,'2025-11-05 17:43:21','2025-11-05 17:43:21','fd6ce13b-61bf-421c-bc61-a3f08a46a250'),
(9105,57,5091,NULL,5084,1,'2025-11-05 17:43:21','2025-11-05 17:43:21','6449b555-0478-4c0b-8608-de5b7c39db6f'),
(9106,57,5091,NULL,5085,2,'2025-11-05 17:43:21','2025-11-05 17:43:21','271b82bf-c1aa-41de-a3ee-f4d50d017cab'),
(9107,57,5091,NULL,5086,3,'2025-11-05 17:43:21','2025-11-05 17:43:21','c2627ced-9171-4e8f-8f5f-67f954c31a1a'),
(9108,57,5091,NULL,5087,4,'2025-11-05 17:43:21','2025-11-05 17:43:21','d1d475b0-bb6f-4220-99ed-64d51191f143'),
(9109,57,5091,NULL,5088,5,'2025-11-05 17:43:21','2025-11-05 17:43:21','c0eb4eb7-1f87-42cf-a41d-13eff3dc92c7'),
(9132,7,5101,NULL,2974,3,'2025-11-05 17:47:50','2025-11-05 17:47:50','59a0d0e9-207d-4b0f-a567-900f395e6311'),
(9133,7,5101,NULL,617,4,'2025-11-05 17:47:50','2025-11-05 17:47:50','c218fe94-a946-4289-af6a-e9660949c312'),
(9134,7,5101,NULL,605,5,'2025-11-05 17:47:50','2025-11-05 17:47:50','a441584c-5e69-4748-b16a-0856f42e44a4'),
(9135,32,5101,NULL,2610,1,'2025-11-05 17:47:50','2025-11-05 17:47:50','43c9ac88-8ef9-4796-8251-0b79ea796ea3'),
(9136,32,5101,NULL,2598,2,'2025-11-05 17:47:50','2025-11-05 17:47:50','5e843e81-79f2-4acb-89a7-91469269f860'),
(9137,32,5101,NULL,2608,3,'2025-11-05 17:47:50','2025-11-05 17:47:50','54dcc38e-a31f-44e0-98a8-6deabd734b07'),
(9138,32,5101,NULL,2600,4,'2025-11-05 17:47:50','2025-11-05 17:47:50','8eac50d3-9e20-4a9b-b679-dff90bc7c40a'),
(9139,32,5101,NULL,2596,5,'2025-11-05 17:47:50','2025-11-05 17:47:50','c8242b75-fe7a-411f-8735-2e4257b41348'),
(9140,32,5101,NULL,2602,6,'2025-11-05 17:47:50','2025-11-05 17:47:50','a1a4de32-bbc6-4ee7-8798-b46be41857b4'),
(9141,32,5101,NULL,2604,7,'2025-11-05 17:47:50','2025-11-05 17:47:50','868593cf-946d-4899-bdbe-660919517945'),
(9142,57,5101,NULL,5095,1,'2025-11-05 17:47:50','2025-11-05 17:47:50','143f3fc1-2ebb-4458-b814-118cb47b5aa9'),
(9143,57,5101,NULL,5096,2,'2025-11-05 17:47:50','2025-11-05 17:47:50','f5c3b89d-7cea-49c5-90d0-e34d9b4be38f'),
(9144,57,5101,NULL,5097,3,'2025-11-05 17:47:50','2025-11-05 17:47:50','324e0b31-35dd-43bf-9979-4f94b40a449d'),
(9145,57,5101,NULL,5098,4,'2025-11-05 17:47:50','2025-11-05 17:47:50','4a2c96df-1b2e-4f24-977b-95feb56086fb'),
(9174,16,5117,NULL,3623,1,'2025-11-05 17:52:23','2025-11-05 17:52:23','617cc25f-a102-4ef2-a478-74147566e8c1'),
(9175,7,5117,NULL,601,1,'2025-11-05 17:52:23','2025-11-05 17:52:23','d83f92e9-87c1-49e3-905a-db33a82f8780'),
(9176,7,5117,NULL,617,2,'2025-11-05 17:52:23','2025-11-05 17:52:23','05c30aca-fbd7-44c3-bdf9-f133f9c331fa'),
(9177,7,5117,NULL,605,3,'2025-11-05 17:52:23','2025-11-05 17:52:23','5bfb1e22-7bce-42d3-8eb3-1c3967f82b4d'),
(9178,32,5117,NULL,2614,1,'2025-11-05 17:52:23','2025-11-05 17:52:23','cefe0737-4754-4892-b78b-8228a0fd3941'),
(9179,32,5117,NULL,2610,2,'2025-11-05 17:52:23','2025-11-05 17:52:23','6973a23b-3010-40c4-a4eb-5b579cc7ea54'),
(9180,32,5117,NULL,2598,3,'2025-11-05 17:52:23','2025-11-05 17:52:23','32cd2839-1517-40bd-aee7-047a7cc5d117'),
(9181,32,5117,NULL,2600,4,'2025-11-05 17:52:23','2025-11-05 17:52:23','2ecc09d1-77ff-4918-87c2-d19cf244acd0'),
(9182,32,5117,NULL,2596,5,'2025-11-05 17:52:23','2025-11-05 17:52:23','6b14bfde-59e1-42de-8258-aa54a77a4403'),
(9183,32,5117,NULL,2602,6,'2025-11-05 17:52:23','2025-11-05 17:52:23','bba21bb3-99d9-4e0f-9b24-ca40686046ac'),
(9184,32,5117,NULL,2612,7,'2025-11-05 17:52:23','2025-11-05 17:52:23','06101f44-9915-467e-9dea-15b1c4a970ce'),
(9185,32,5117,NULL,2604,8,'2025-11-05 17:52:23','2025-11-05 17:52:23','57b0194c-65aa-42cc-b128-987ee4d27565'),
(9186,57,5117,NULL,5105,1,'2025-11-05 17:52:23','2025-11-05 17:52:23','2c17deba-230c-4bc2-bc65-b0d894fa84dc'),
(9187,57,5117,NULL,5106,2,'2025-11-05 17:52:23','2025-11-05 17:52:23','d0661c55-a67a-4e9a-8d52-8fc2768e0dce'),
(9188,57,5117,NULL,5107,3,'2025-11-05 17:52:23','2025-11-05 17:52:23','ca28e6e3-0aef-4d6d-bc49-a30c11ab5024'),
(9189,57,5117,NULL,5108,4,'2025-11-05 17:52:23','2025-11-05 17:52:23','5b87c9d2-920a-494b-a5ac-9b2ae31a5bd2'),
(9190,57,5117,NULL,5109,5,'2025-11-05 17:52:23','2025-11-05 17:52:23','7ddf48c8-061d-43bf-805c-e22f9e56df4a'),
(9191,57,5117,NULL,5110,6,'2025-11-05 17:52:23','2025-11-05 17:52:23','c0816045-827f-470f-ae14-fbf258f3912e'),
(9192,57,5117,NULL,5111,7,'2025-11-05 17:52:23','2025-11-05 17:52:23','8f2339e5-6997-487e-821b-a6e025dda0b9'),
(9193,57,5117,NULL,5112,8,'2025-11-05 17:52:23','2025-11-05 17:52:23','d4cf8593-bad6-44ea-a1aa-0dc2142c92c9'),
(9222,57,1109,NULL,5127,3,'2025-11-05 18:46:45','2026-01-14 19:06:05','a3b83170-62d6-4795-a31a-15727fef96a3'),
(9224,57,1109,NULL,5129,2,'2025-11-05 18:46:45','2026-01-14 19:06:05','e34f7245-4285-4820-90b4-4af3e743ca4c'),
(9227,16,5136,NULL,3986,1,'2025-11-05 18:46:45','2025-11-05 18:46:45','403e6c24-4928-4ddc-ac59-3e65b30dfb53'),
(9228,7,5136,NULL,601,1,'2025-11-05 18:46:45','2025-11-05 18:46:45','f3781586-7804-46e2-9d91-70eeab3291f9'),
(9229,7,5136,NULL,3468,2,'2025-11-05 18:46:45','2025-11-05 18:46:45','9e471fe2-8cfe-4311-aef3-a70438237ace'),
(9230,7,5136,NULL,617,3,'2025-11-05 18:46:45','2025-11-05 18:46:45','3cab28cb-c340-48a6-ba2b-835f1b3e0eb1'),
(9231,7,5136,NULL,605,4,'2025-11-05 18:46:45','2025-11-05 18:46:45','1347db5e-03ff-4ac5-9415-ccaee4f52daf'),
(9232,32,5136,NULL,2610,1,'2025-11-05 18:46:45','2025-11-05 18:46:45','85066704-7c67-4116-a913-a0f110b3cc25'),
(9233,32,5136,NULL,2598,2,'2025-11-05 18:46:45','2025-11-05 18:46:45','20565257-41c3-433b-8b5a-21cf42a4c03a'),
(9234,32,5136,NULL,2600,3,'2025-11-05 18:46:45','2025-11-05 18:46:45','ce8d0914-a933-4f81-b18f-ebdbe7b9feb8'),
(9235,32,5136,NULL,2604,4,'2025-11-05 18:46:45','2025-11-05 18:46:45','30341b34-c09d-4967-9530-ddeda31bf18d'),
(9236,57,5136,NULL,5127,1,'2025-11-05 18:46:45','2025-11-05 18:46:45','5366b55e-5a37-49df-8f7e-5e2c3f2d2d62'),
(9237,57,5136,NULL,5128,2,'2025-11-05 18:46:45','2025-11-05 18:46:45','51592d08-3586-4087-96c0-ba951bd3e3e8'),
(9238,57,5136,NULL,5129,3,'2025-11-05 18:46:45','2025-11-05 18:46:45','74435735-1408-4ed3-a003-88ac0bf7d04e'),
(9239,57,5136,NULL,5130,4,'2025-11-05 18:46:45','2025-11-05 18:46:45','c0fc98fc-3432-4514-b753-4bd7c1b1cf9b'),
(9240,57,5136,NULL,5131,5,'2025-11-05 18:46:45','2025-11-05 18:46:45','bdf77aca-d252-483e-89c9-4c28ada717e7'),
(9265,16,1343,NULL,5140,1,'2025-11-05 18:56:48','2025-11-05 18:56:48','daf0bc67-3ff1-45d9-968b-47e4ffb184fd'),
(9267,7,1343,NULL,617,4,'2025-11-05 18:56:48','2026-01-17 20:16:34','7cbbe5c6-380b-4b7e-b2e3-1c44576f63a5'),
(9268,7,1343,NULL,605,5,'2025-11-05 18:56:48','2026-01-17 20:16:34','66d60f92-50cb-4ca5-9fd1-3bab007d5b8d'),
(9269,32,1343,NULL,2610,1,'2025-11-05 18:56:48','2025-11-05 18:56:48','e4e5b21e-e63e-4ae7-b36c-5c01eabf8c7b'),
(9270,32,1343,NULL,2598,2,'2025-11-05 18:56:48','2025-11-05 18:56:48','1738fd06-fb37-4482-aa98-d46cf871b9c3'),
(9271,32,1343,NULL,2608,3,'2025-11-05 18:56:48','2025-11-05 18:56:48','b2705c30-87c2-47be-87d9-ad384a9cb6ad'),
(9272,32,1343,NULL,2624,4,'2025-11-05 18:56:48','2025-11-05 18:56:48','887731e9-4f66-4681-a37a-f3ad2a16f21b'),
(9273,32,1343,NULL,2600,5,'2025-11-05 18:56:48','2025-11-05 18:56:48','82d1c252-d59c-49cb-84da-e8a569da928d'),
(9274,32,1343,NULL,2596,6,'2025-11-05 18:56:48','2025-11-05 18:56:48','fc2794b4-f2e5-4f40-8313-ce7150bad32b'),
(9275,32,1343,NULL,2602,7,'2025-11-05 18:56:48','2025-11-05 18:56:48','3c18a986-09f3-43ed-8800-5aa8f11cc17e'),
(9276,32,1343,NULL,2606,8,'2025-11-05 18:56:48','2025-11-05 18:56:48','127b23c1-0dcd-4b19-a23c-fe7f73b7eeb3'),
(9277,32,1343,NULL,2612,9,'2025-11-05 18:56:48','2025-11-05 18:56:48','c31b1a49-dccf-48eb-9b25-51533484a686'),
(9278,32,1343,NULL,2604,10,'2025-11-05 18:56:48','2025-11-05 18:56:48','8f1ad175-e8bc-427f-a36e-5f1615e85c27'),
(9279,57,1343,NULL,5146,1,'2025-11-05 18:56:48','2025-11-05 18:56:48','beb49de9-69f4-43fe-9d4a-3cd305bc1d52'),
(9280,57,1343,NULL,5147,2,'2025-11-05 18:56:48','2025-11-05 18:56:48','23cabe3a-d282-4c67-8169-91f85273b378'),
(9281,57,1343,NULL,5148,3,'2025-11-05 18:56:48','2025-11-05 18:56:48','144ff00f-8178-4596-b8e7-49b34ad21438'),
(9282,57,1343,NULL,5149,4,'2025-11-05 18:56:48','2025-11-05 18:56:48','ec350e21-234d-4444-8cdd-b42fa74c942e'),
(9283,57,1343,NULL,5150,5,'2025-11-05 18:56:48','2025-11-05 18:56:48','23376e7f-f463-4796-924d-0f0ad9522638'),
(9284,57,1343,NULL,5151,6,'2025-11-05 18:56:48','2025-11-05 18:56:48','912f5c88-4cb7-4473-862f-9662b75e3ed6'),
(9285,57,1343,NULL,5152,7,'2025-11-05 18:56:48','2025-11-05 18:56:48','352bccc7-0253-4c32-9459-39de60870f17'),
(9286,57,1343,NULL,5153,8,'2025-11-05 18:56:48','2025-11-05 18:56:48','bf52ce52-3659-4425-84d6-f8d7398054e8'),
(9287,22,1827,NULL,5156,1,'2025-11-05 18:56:48','2025-11-05 18:56:48','77abbccf-9cdd-47ad-960b-7d56a842c2ea'),
(9288,22,1828,NULL,5158,1,'2025-11-05 18:56:48','2025-11-05 18:56:48','448cf67c-0a46-4116-bf3a-5145324261bc'),
(9289,16,5169,NULL,5140,1,'2025-11-05 18:56:48','2025-11-05 18:56:48','c779324e-779d-40e8-82c9-ff407d92b537'),
(9291,7,5169,NULL,617,2,'2025-11-05 18:56:48','2025-11-05 18:56:48','49b416a4-be6e-4ab6-908b-6c8ab7959893'),
(9292,7,5169,NULL,605,3,'2025-11-05 18:56:48','2025-11-05 18:56:48','01964a6b-9e8f-4027-902f-bcd7dbdd7aae'),
(9293,32,5169,NULL,2610,1,'2025-11-05 18:56:48','2025-11-05 18:56:48','ec5ecfe9-7e83-42e6-be95-7701a76be388'),
(9294,32,5169,NULL,2598,2,'2025-11-05 18:56:48','2025-11-05 18:56:48','a4fb959b-68c9-4db3-87c7-24a426b45789'),
(9295,32,5169,NULL,2608,3,'2025-11-05 18:56:48','2025-11-05 18:56:48','d7f2180e-9fe6-4526-94e4-46e30baebe5c'),
(9296,32,5169,NULL,2624,4,'2025-11-05 18:56:48','2025-11-05 18:56:48','c6415b3d-389c-4a9c-8c71-ce5d9089b227'),
(9297,32,5169,NULL,2600,5,'2025-11-05 18:56:48','2025-11-05 18:56:48','495f4661-3f16-4ee1-9578-40664c663254'),
(9298,32,5169,NULL,2596,6,'2025-11-05 18:56:48','2025-11-05 18:56:48','764993a4-1188-46a6-ab48-9653a7a46bbf'),
(9299,32,5169,NULL,2602,7,'2025-11-05 18:56:48','2025-11-05 18:56:48','ebe5759e-1aef-4c89-98b3-6bae24683a17'),
(9300,32,5169,NULL,2606,8,'2025-11-05 18:56:48','2025-11-05 18:56:48','f73a01c9-1e4e-442c-bbb4-d5fe21480e3a'),
(9301,32,5169,NULL,2612,9,'2025-11-05 18:56:48','2025-11-05 18:56:48','35611dff-2eb4-49be-8faa-9caf48eb5774'),
(9302,32,5169,NULL,2604,10,'2025-11-05 18:56:48','2025-11-05 18:56:48','0c3d82a4-376b-4181-9812-89bbd11f83bb'),
(9303,57,5169,NULL,5146,1,'2025-11-05 18:56:48','2025-11-05 18:56:48','fc3f756e-a2d9-42a5-a2b6-d0f2e556af54'),
(9304,57,5169,NULL,5147,2,'2025-11-05 18:56:48','2025-11-05 18:56:48','3921a526-240f-4e1b-8aef-54617ba86a82'),
(9305,57,5169,NULL,5148,3,'2025-11-05 18:56:48','2025-11-05 18:56:48','48d769dd-6d37-4c09-8502-0f9e77683d19'),
(9306,57,5169,NULL,5149,4,'2025-11-05 18:56:48','2025-11-05 18:56:48','27042ecf-e912-463f-8188-e3be3045d979'),
(9307,57,5169,NULL,5150,5,'2025-11-05 18:56:48','2025-11-05 18:56:48','9c09eb64-ec8d-427c-929e-db8f488562e3'),
(9308,57,5169,NULL,5151,6,'2025-11-05 18:56:48','2025-11-05 18:56:48','50a14590-5805-4d17-816d-cbbd64340b0a'),
(9309,57,5169,NULL,5152,7,'2025-11-05 18:56:48','2025-11-05 18:56:48','ef298e39-7bbc-4144-8f27-49ee59362a48'),
(9310,57,5169,NULL,5153,8,'2025-11-05 18:56:48','2025-11-05 18:56:48','a0f5380f-8622-45cc-af6d-dc36b530d2e5'),
(9311,22,5176,NULL,5156,1,'2025-11-05 18:56:49','2025-11-05 18:56:49','5a45e4a9-a613-4f4f-a345-bbb1eb8dbe11'),
(9312,22,5177,NULL,5158,1,'2025-11-05 18:56:49','2025-11-05 18:56:49','e4e08b5c-6ed5-4760-8567-1a9a1c05cf62'),
(9330,16,1407,NULL,5191,1,'2025-11-05 19:12:18','2025-11-05 19:12:18','077f9edf-8bda-4a6a-a61a-8ca8ff997b5d'),
(9333,7,1407,NULL,617,3,'2025-11-05 19:12:18','2026-02-13 16:48:06','71914114-6cbb-40cd-9f7e-788d29f6bed6'),
(9334,7,1407,NULL,605,4,'2025-11-05 19:12:18','2026-02-13 16:48:06','e988010a-b358-4276-b89e-3a47d1071110'),
(9335,32,1407,NULL,2610,1,'2025-11-05 19:12:18','2025-11-05 19:12:18','dd107c2c-f21a-405d-9929-b7ac28481339'),
(9336,32,1407,NULL,2598,2,'2025-11-05 19:12:18','2025-11-05 19:12:18','be879232-bef3-4ddc-9a57-d8fb5cee92e1'),
(9338,32,1407,NULL,2600,3,'2025-11-05 19:12:18','2026-01-20 21:57:23','89634e1f-790e-4adc-9ab1-4d15d90d5605'),
(9339,32,1407,NULL,2606,4,'2025-11-05 19:12:18','2026-01-20 21:57:23','dc719a48-b81d-4cdc-b4bc-ef83067daa43'),
(9340,32,1407,NULL,2604,5,'2025-11-05 19:12:18','2026-01-20 21:57:23','9ee6bd42-101c-4b2b-8558-b49244e77995'),
(9341,57,1407,NULL,5185,1,'2025-11-05 19:12:18','2025-11-05 19:12:18','6732a003-a3cf-45d5-990a-fbd39ecfdb70'),
(9342,57,1407,NULL,5186,2,'2025-11-05 19:12:18','2025-11-05 19:12:18','fec533e1-02a7-4e45-b604-ebb4afe27280'),
(9343,57,1407,NULL,5187,3,'2025-11-05 19:12:18','2025-11-05 19:12:18','de01b262-2bcf-4150-be2f-738fdcd0b795'),
(9344,57,1407,NULL,5188,4,'2025-11-05 19:12:18','2025-11-05 19:12:18','a4939838-0e45-4191-97f3-ba13a53e84eb'),
(9345,57,1407,NULL,5189,5,'2025-11-05 19:12:18','2025-11-05 19:12:18','e9100267-9fe1-4bf2-ac64-0fa531a82fb9'),
(9346,57,1407,NULL,5190,6,'2025-11-05 19:12:18','2025-11-05 19:12:18','83d1530f-3076-4647-8a32-e4bd5477ab71'),
(9347,16,5203,NULL,5191,1,'2025-11-05 19:12:18','2025-11-05 19:12:18','dcb2c3f3-01fe-460b-bc83-c7b9ef6304de'),
(9348,7,5203,NULL,601,1,'2025-11-05 19:12:18','2025-11-05 19:12:18','a07e9188-10d6-4d0d-9bb6-aa48277e61ad'),
(9349,7,5203,NULL,3468,2,'2025-11-05 19:12:18','2025-11-05 19:12:18','c715e8c9-f67b-4c0d-87c3-96129b886d20'),
(9350,7,5203,NULL,617,3,'2025-11-05 19:12:18','2025-11-05 19:12:18','506c81af-c7b7-4b79-a28e-211a75476511'),
(9351,7,5203,NULL,605,4,'2025-11-05 19:12:18','2025-11-05 19:12:18','a35b3852-3e3f-407a-ac41-3fe341380f59'),
(9352,32,5203,NULL,2610,1,'2025-11-05 19:12:18','2025-11-05 19:12:18','9ed084a3-3fa3-4562-bf91-b2f7f29e1d68'),
(9353,32,5203,NULL,2598,2,'2025-11-05 19:12:18','2025-11-05 19:12:18','8cf869a9-6b84-4044-a61e-2ce5ba1972c1'),
(9354,32,5203,NULL,2624,3,'2025-11-05 19:12:18','2025-11-05 19:12:18','6d40c194-3d5d-4eaa-9566-ac8c70c94d39'),
(9355,32,5203,NULL,2600,4,'2025-11-05 19:12:18','2025-11-05 19:12:18','f4375898-564d-4ca7-ae3a-996ed7221f49'),
(9356,32,5203,NULL,2606,5,'2025-11-05 19:12:18','2025-11-05 19:12:18','4f2379b5-c64a-4608-b18a-a00b0816ad19'),
(9357,32,5203,NULL,2604,6,'2025-11-05 19:12:18','2025-11-05 19:12:18','b1792c66-fc5a-4bde-829c-4e1f41cbab33'),
(9358,57,5203,NULL,5185,1,'2025-11-05 19:12:18','2025-11-05 19:12:18','96f1861b-fb01-4c62-b069-e203dcdede6e'),
(9359,57,5203,NULL,5186,2,'2025-11-05 19:12:18','2025-11-05 19:12:18','c0f45ffc-6927-4edf-836e-7c029d0adff5'),
(9360,57,5203,NULL,5187,3,'2025-11-05 19:12:18','2025-11-05 19:12:18','3cefbfed-162c-4dde-bbe7-6dbb97d89ac8'),
(9361,57,5203,NULL,5188,4,'2025-11-05 19:12:18','2025-11-05 19:12:18','f30b76ed-14c1-4805-aab5-1f96192927aa'),
(9362,57,5203,NULL,5189,5,'2025-11-05 19:12:18','2025-11-05 19:12:18','9effd868-64d9-4230-8bd3-53d9ccc91171'),
(9363,57,5203,NULL,5190,6,'2025-11-05 19:12:18','2025-11-05 19:12:18','b85fa5da-7d2c-4185-a89a-8d3cd92c5c5a'),
(9368,16,1337,NULL,5213,1,'2025-11-05 19:15:00','2025-11-05 19:15:00','bd88e64d-323e-47c0-be5b-9ce981f4ab03'),
(9370,7,1337,NULL,617,3,'2025-11-05 19:15:00','2026-01-17 20:14:52','feed7746-391e-4cfe-b1db-89e1c656164f'),
(9371,7,1337,NULL,605,4,'2025-11-05 19:15:00','2026-01-17 20:14:52','c2b20f1a-e405-4fd7-9539-d2f76e6c9a4d'),
(9372,16,5224,NULL,5213,1,'2025-11-05 19:15:00','2025-11-05 19:15:00','3c777e0f-6a14-4954-b197-05c45e1dc71a'),
(9373,7,5224,NULL,2969,1,'2025-11-05 19:15:00','2025-11-05 19:15:00','799b1983-6714-4741-908d-159c06d0001f'),
(9374,7,5224,NULL,617,2,'2025-11-05 19:15:00','2025-11-05 19:15:00','0d98bac8-7447-4ee9-a547-a30e3536d593'),
(9375,7,5224,NULL,605,3,'2025-11-05 19:15:00','2025-11-05 19:15:00','cd678412-265a-4a9d-8f7e-c374fe60f8a5'),
(9387,32,1337,NULL,2610,1,'2025-11-05 19:15:32','2025-11-05 19:15:32','59cfdfb8-f7fe-4513-82b2-acb1e508441b'),
(9388,32,1337,NULL,2598,2,'2025-11-05 19:15:32','2025-11-05 19:15:32','40f8820b-1bb2-4bbd-a969-fc9a03a45a57'),
(9389,32,1337,NULL,2608,3,'2025-11-05 19:15:32','2025-11-05 19:15:32','cdbbba35-e54e-44e5-8f3b-74d243f99797'),
(9390,32,1337,NULL,2600,4,'2025-11-05 19:15:32','2025-11-05 19:15:32','f13ba6fe-0a28-4d71-8514-5c6277133149'),
(9391,32,1337,NULL,2602,5,'2025-11-05 19:15:32','2025-11-05 19:15:32','069d318c-3818-4abb-9a9d-92027cef1856'),
(9392,32,1337,NULL,2612,6,'2025-11-05 19:15:32','2025-11-05 19:15:32','a83a4bc9-b772-4496-b19c-de4a8e6b4e09'),
(9393,32,1337,NULL,2604,7,'2025-11-05 19:15:32','2025-11-05 19:15:32','07667c1e-b1d3-48e3-bd89-77d2af6e3c60'),
(9394,16,5231,NULL,5213,1,'2025-11-05 19:15:33','2025-11-05 19:15:33','d0a02a37-1be4-479b-b7f2-325856d894d1'),
(9395,7,5231,NULL,2969,1,'2025-11-05 19:15:33','2025-11-05 19:15:33','5de758d5-a627-41cb-9ff0-b2f0b4887493'),
(9396,7,5231,NULL,617,2,'2025-11-05 19:15:33','2025-11-05 19:15:33','9aaf4ea9-5a86-48c4-80fe-3dfd5566e43e'),
(9397,7,5231,NULL,605,3,'2025-11-05 19:15:33','2025-11-05 19:15:33','803089c4-db64-401f-9f8e-334c7194424b'),
(9398,32,5231,NULL,2610,1,'2025-11-05 19:15:33','2025-11-05 19:15:33','1ae7e33d-04f1-4898-adb6-b8bf9db32b54'),
(9399,32,5231,NULL,2598,2,'2025-11-05 19:15:33','2025-11-05 19:15:33','92b18c1b-8cf8-438f-b12b-788db96c186f'),
(9400,32,5231,NULL,2608,3,'2025-11-05 19:15:33','2025-11-05 19:15:33','686386f2-c812-4ee0-b46a-d6b62112581d'),
(9401,32,5231,NULL,2600,4,'2025-11-05 19:15:33','2025-11-05 19:15:33','3cb0b703-22a0-4ea0-a55c-c18d672ed0a7'),
(9402,32,5231,NULL,2602,5,'2025-11-05 19:15:33','2025-11-05 19:15:33','486d4b93-6fb4-4adb-925f-1564efb805a4'),
(9403,32,5231,NULL,2612,6,'2025-11-05 19:15:33','2025-11-05 19:15:33','f76be058-1bb3-4594-92ef-aadd4f2dc771'),
(9404,32,5231,NULL,2604,7,'2025-11-05 19:15:33','2025-11-05 19:15:33','177e1232-0cb3-42da-81a7-73724289dac2'),
(9426,57,1337,NULL,5233,1,'2025-11-05 19:19:37','2025-11-05 19:19:37','bbe3925c-34b2-452c-bafb-93568da2334e'),
(9427,57,1337,NULL,5234,2,'2025-11-05 19:19:37','2025-11-05 19:19:37','d2e66192-ed30-4249-a7b6-d67ce2dcab98'),
(9428,57,1337,NULL,5235,3,'2025-11-05 19:19:37','2025-11-05 19:19:37','a70840a6-ade0-4547-8d35-4632778b9202'),
(9429,57,1337,NULL,5236,4,'2025-11-05 19:19:37','2025-11-05 19:19:37','17a3e133-11ac-47e2-a3ea-d80e9a0ef8d3'),
(9430,57,1337,NULL,5237,5,'2025-11-05 19:19:37','2025-11-05 19:19:37','5b626a78-3bb4-441a-aff8-cc982c7f2659'),
(9431,57,1337,NULL,5238,6,'2025-11-05 19:19:37','2025-11-05 19:19:37','e8e9fb7c-3a6e-496f-a000-a7712d73daba'),
(9432,57,1337,NULL,5239,7,'2025-11-05 19:19:37','2025-11-05 19:19:37','aa4bce71-07d0-4fe2-acb2-f65fed2d578a'),
(9434,22,1823,NULL,5244,1,'2025-11-05 19:19:37','2025-11-05 19:19:37','74279bcf-7990-4cc3-aaa3-b8d7e8ba0183'),
(9435,16,5248,NULL,5213,1,'2025-11-05 19:19:37','2025-11-05 19:19:37','200e6bd5-f4cc-45b5-b3b6-f96895622dd3'),
(9436,7,5248,NULL,2969,1,'2025-11-05 19:19:37','2025-11-05 19:19:37','397da21b-0f3e-4760-b2b0-a585a99253a3'),
(9437,7,5248,NULL,617,2,'2025-11-05 19:19:37','2025-11-05 19:19:37','ccd882cf-ee94-4841-92af-d02f26bef60c'),
(9438,7,5248,NULL,605,3,'2025-11-05 19:19:37','2025-11-05 19:19:37','d4986dda-9058-4567-bfdf-1e5fe2472e4f'),
(9439,32,5248,NULL,2610,1,'2025-11-05 19:19:37','2025-11-05 19:19:37','98e58fcd-6324-45f2-be93-b1dd047d7268'),
(9440,32,5248,NULL,2598,2,'2025-11-05 19:19:37','2025-11-05 19:19:37','86bac3b0-fcb8-44b0-b5cd-270a2606a69b'),
(9441,32,5248,NULL,2608,3,'2025-11-05 19:19:37','2025-11-05 19:19:37','8aa0f165-26e2-4025-a51d-762d6fb89974'),
(9442,32,5248,NULL,2600,4,'2025-11-05 19:19:37','2025-11-05 19:19:37','f97a92ab-cd40-4da9-bd7d-2f1dbedbedad'),
(9443,32,5248,NULL,2602,5,'2025-11-05 19:19:37','2025-11-05 19:19:37','851f9ad6-9d77-4fef-a856-09ee412ec05d'),
(9444,32,5248,NULL,2612,6,'2025-11-05 19:19:37','2025-11-05 19:19:37','972f6b90-7731-4240-84f9-1aa5810a419a'),
(9445,32,5248,NULL,2604,7,'2025-11-05 19:19:37','2025-11-05 19:19:37','78f04e2c-2072-4c44-901a-747584904b2f'),
(9446,57,5248,NULL,5233,1,'2025-11-05 19:19:37','2025-11-05 19:19:37','d94fe653-ed20-4c62-b85a-b351e6204f62'),
(9447,57,5248,NULL,5234,2,'2025-11-05 19:19:37','2025-11-05 19:19:37','87676bd9-8c24-4387-8d4f-0abd54848328'),
(9448,57,5248,NULL,5235,3,'2025-11-05 19:19:37','2025-11-05 19:19:37','2cdcdcbf-63cc-4baf-84c0-70d3d666b082'),
(9449,57,5248,NULL,5236,4,'2025-11-05 19:19:37','2025-11-05 19:19:37','28cd90a0-becb-4fa5-9d45-8dfb1975789e'),
(9450,57,5248,NULL,5237,5,'2025-11-05 19:19:37','2025-11-05 19:19:37','fbc82930-fbe5-49a1-9ff0-c763f11d744a'),
(9451,57,5248,NULL,5238,6,'2025-11-05 19:19:37','2025-11-05 19:19:37','dcb7b83e-acdd-4320-81f6-1cf8755053e8'),
(9452,57,5248,NULL,5239,7,'2025-11-05 19:19:37','2025-11-05 19:19:37','4eeb92cf-7a09-4b71-b3f6-5b99e91ba5d4'),
(9453,22,5249,NULL,5241,1,'2025-11-05 19:19:38','2025-11-05 19:19:38','c8bdcc02-54da-48fc-b666-c41c5331eb48'),
(9454,22,5250,NULL,5244,1,'2025-11-05 19:19:38','2025-11-05 19:19:38','ace8308c-840d-4a82-bb97-565459a818cb'),
(9472,16,1023,NULL,5253,1,'2025-11-05 19:26:13','2025-11-05 19:26:13','28f24cdb-0734-468e-8cae-065e07f224a7'),
(9478,16,5263,NULL,5253,1,'2025-11-05 19:26:13','2025-11-05 19:26:13','fe4b3113-413b-49d5-bc46-ad9627b0479f'),
(9479,7,5263,NULL,601,1,'2025-11-05 19:26:13','2025-11-05 19:26:13','3f5ad018-3b79-41b0-87f1-4113e1a446ad'),
(9481,7,5263,NULL,617,3,'2025-11-05 19:26:13','2025-11-05 19:26:13','980a23cb-47d1-4055-b9da-9ab8fa7193ee'),
(9482,7,5263,NULL,605,4,'2025-11-05 19:26:13','2025-11-05 19:26:13','ff74e51e-686e-4558-8ea8-aa275314238d'),
(9483,32,5263,NULL,2610,1,'2025-11-05 19:26:13','2025-11-05 19:26:13','5e28b53c-cd0c-4777-b965-9e3f0cd58bd1'),
(9484,32,5263,NULL,2598,2,'2025-11-05 19:26:13','2025-11-05 19:26:13','1d82540c-4f2d-4ca0-9d2b-fd45ec42dedd'),
(9485,32,5263,NULL,2600,3,'2025-11-05 19:26:13','2025-11-05 19:26:13','d149ef48-fbe8-4eb3-a0d5-0c69536a479f'),
(9486,32,5263,NULL,2596,4,'2025-11-05 19:26:13','2025-11-05 19:26:13','49d037cf-2d19-427a-b652-686c4bae52c4'),
(9487,32,5263,NULL,2602,5,'2025-11-05 19:26:13','2025-11-05 19:26:13','98c839cc-09ec-44b5-80f0-3c26dcc74c7a'),
(9488,32,5263,NULL,2604,6,'2025-11-05 19:26:13','2025-11-05 19:26:13','1f609511-fe99-41fc-98db-bc202a5127e1'),
(9489,57,5263,NULL,5254,1,'2025-11-05 19:26:13','2025-11-05 19:26:13','a668f8fe-b7d7-4ae0-a0d5-51775dff23bf'),
(9490,57,5263,NULL,5255,2,'2025-11-05 19:26:13','2025-11-05 19:26:13','d3ecacd4-dad5-40b1-aaff-f9435cc7d480'),
(9491,57,5263,NULL,5256,3,'2025-11-05 19:26:13','2025-11-05 19:26:13','a225550a-e19f-4f27-a65f-0bd63e8d63fb'),
(9492,57,5263,NULL,5257,4,'2025-11-05 19:26:13','2025-11-05 19:26:13','0b469a14-f9e9-4c34-a7d2-9a863270c99b'),
(9493,57,5263,NULL,5258,5,'2025-11-05 19:26:13','2025-11-05 19:26:13','79f22e42-a848-45c6-a386-0c2a31042082'),
(9528,16,5283,NULL,5281,1,'2025-11-11 18:06:22','2025-11-11 18:06:22','17d1b868-0070-44c0-bed4-01c7bcd9e33e'),
(9529,7,5283,NULL,601,1,'2025-11-11 18:06:22','2025-11-11 18:06:22','aac763aa-b134-4121-98c9-26f550fc230a'),
(9530,7,5283,NULL,3468,2,'2025-11-11 18:06:22','2025-11-11 18:06:22','af8e6a08-b6e2-4f21-86df-0d8d5ca1e997'),
(9531,7,5283,NULL,2972,3,'2025-11-11 18:06:22','2025-11-11 18:06:22','4a4a327f-7a5e-42b5-aaa9-d0e3b64c684d'),
(9532,7,5283,NULL,2974,4,'2025-11-11 18:06:22','2025-11-11 18:06:22','cbd04892-cd78-487a-b5e4-8d24a459d441'),
(9533,7,5283,NULL,617,5,'2025-11-11 18:06:22','2025-11-11 18:06:22','0d5fc85d-47c5-476c-9e35-33cb46518278'),
(9534,7,5283,NULL,605,6,'2025-11-11 18:06:22','2025-11-11 18:06:22','93979ad9-725f-4e39-903a-de5b91684103'),
(9535,32,5283,NULL,2610,1,'2025-11-11 18:06:22','2025-11-11 18:06:22','d490efc9-b3fa-4762-8578-ca7a78955958'),
(9536,32,5283,NULL,2598,2,'2025-11-11 18:06:22','2025-11-11 18:06:22','48dcb761-6fdb-4743-ab04-4dc561f48b54'),
(9537,32,5283,NULL,2600,3,'2025-11-11 18:06:22','2025-11-11 18:06:22','a7cd58a4-9304-4b2a-8f41-8d1c6777b531'),
(9538,32,5283,NULL,2604,4,'2025-11-11 18:06:22','2025-11-11 18:06:22','f7d00754-aceb-42c9-81bd-8b205518c3d8'),
(9539,32,5283,NULL,2614,5,'2025-11-11 18:06:22','2025-11-11 18:06:22','3d58e472-ebaa-440c-99bb-3d257afaf543'),
(9540,32,5283,NULL,2612,6,'2025-11-11 18:06:22','2025-11-11 18:06:22','b8774e7e-a4b9-467a-85f5-310a4ac51378'),
(9541,57,5283,NULL,5277,1,'2025-11-11 18:06:22','2025-11-11 18:06:22','449a2150-8a6b-47b9-ad10-75af844bac40'),
(9542,57,5283,NULL,5278,2,'2025-11-11 18:06:22','2025-11-11 18:06:22','fc9fc604-919a-41c9-a3b6-6572220a89ef'),
(9543,57,5283,NULL,5279,3,'2025-11-11 18:06:22','2025-11-11 18:06:22','8ab34cde-6289-4ab0-8842-628acd87d210'),
(9544,57,5283,NULL,5280,4,'2025-11-11 18:06:22','2025-11-11 18:06:22','144c1939-d002-4d06-89ea-e5dfcca2fed7'),
(9545,57,5283,NULL,5282,5,'2025-11-11 18:06:22','2025-11-11 18:06:22','c1b27730-d616-41f7-9296-1b68104ce7fe'),
(9564,16,5285,NULL,5281,1,'2025-11-11 18:06:26','2025-11-11 18:06:26','615e3800-4907-4d54-97c2-aaa3e263a280'),
(9565,7,5285,NULL,601,1,'2025-11-11 18:06:26','2025-11-11 18:06:26','20617f84-773f-4e1b-9c95-aab824836dbb'),
(9566,7,5285,NULL,3468,2,'2025-11-11 18:06:26','2025-11-11 18:06:26','8e015b35-6055-4b89-9392-26a1e95a4ba6'),
(9567,7,5285,NULL,2972,3,'2025-11-11 18:06:26','2025-11-11 18:06:26','772ee9ea-1ae6-49f7-a52b-488021fdfda7'),
(9568,7,5285,NULL,2974,4,'2025-11-11 18:06:26','2025-11-11 18:06:26','8af05b65-710b-496c-8d4c-176bfa329fbe'),
(9569,7,5285,NULL,617,5,'2025-11-11 18:06:26','2025-11-11 18:06:26','c19f14e6-264c-4cbc-bcb6-f66cdf018358'),
(9570,7,5285,NULL,605,6,'2025-11-11 18:06:26','2025-11-11 18:06:26','00e6511c-dbad-4875-b058-755438250f85'),
(9571,32,5285,NULL,2610,1,'2025-11-11 18:06:26','2025-11-11 18:06:26','911c6010-2b15-4cd5-a8f3-e319343811dc'),
(9572,32,5285,NULL,2598,2,'2025-11-11 18:06:26','2025-11-11 18:06:26','fa287fcb-49bd-4bcb-9b5f-49c0b48084ca'),
(9573,32,5285,NULL,2600,3,'2025-11-11 18:06:26','2025-11-11 18:06:26','f4de7b62-f46b-4eda-b2c6-fc13c21b6735'),
(9574,32,5285,NULL,2604,4,'2025-11-11 18:06:26','2025-11-11 18:06:26','d7861f0e-48c3-4339-af4b-5311ca71042d'),
(9575,32,5285,NULL,2614,5,'2025-11-11 18:06:26','2025-11-11 18:06:26','2052406e-8e57-48e1-aeaa-2efe615c7a95'),
(9576,32,5285,NULL,2612,6,'2025-11-11 18:06:26','2025-11-11 18:06:26','fd3786b9-cf6f-4281-a0bc-30f88e8b86e5'),
(9577,57,5285,NULL,5277,1,'2025-11-11 18:06:26','2025-11-11 18:06:26','15d5f554-4f50-48e3-9dbb-a7d10af548c9'),
(9578,57,5285,NULL,5278,2,'2025-11-11 18:06:26','2025-11-11 18:06:26','448f35a8-d35c-4047-8eb6-e913f26ece81'),
(9579,57,5285,NULL,5279,3,'2025-11-11 18:06:26','2025-11-11 18:06:26','b56e3862-09cb-418c-aeb5-83354e344871'),
(9580,57,5285,NULL,5280,4,'2025-11-11 18:06:26','2025-11-11 18:06:26','ce595cfb-2dba-4c1f-8203-4bbdb096af91'),
(9581,57,5285,NULL,5282,5,'2025-11-11 18:06:26','2025-11-11 18:06:26','8e9bccb5-e177-4e88-a7d7-01f54c369ee6'),
(9704,16,5308,NULL,4276,1,'2025-11-13 19:18:07','2025-11-13 19:18:07','2dd653d6-d023-49b0-b254-e49ca88d127f'),
(9706,7,5308,NULL,2972,2,'2025-11-13 19:18:07','2025-11-13 19:18:07','2cbf541a-4cf6-4d27-babd-75d889651c01'),
(9707,7,5308,NULL,617,3,'2025-11-13 19:18:07','2025-11-13 19:18:07','0e6e835b-d70a-48bc-9b12-5836c3be6c34'),
(9708,7,5308,NULL,605,4,'2025-11-13 19:18:07','2025-11-13 19:18:07','2674e299-34ab-48f3-b0c4-4261a66e5946'),
(9709,32,5308,NULL,2610,1,'2025-11-13 19:18:07','2025-11-13 19:18:07','98ead17c-7a23-4c1c-932a-ec77a9199e57'),
(9710,32,5308,NULL,2598,2,'2025-11-13 19:18:07','2025-11-13 19:18:07','4700451c-abc3-4a30-b7eb-552a46e8c6e1'),
(9711,32,5308,NULL,2600,3,'2025-11-13 19:18:07','2025-11-13 19:18:07','500bb214-3b05-4f26-879d-84a9885fd64f'),
(9712,32,5308,NULL,2604,4,'2025-11-13 19:18:07','2025-11-13 19:18:07','d2b03d19-314f-4b48-9744-2333b1003a49'),
(9713,57,5308,NULL,4834,1,'2025-11-13 19:18:07','2025-11-13 19:18:07','c2776385-1868-4c7e-8067-ab25b7733a75'),
(9714,57,5308,NULL,4835,2,'2025-11-13 19:18:07','2025-11-13 19:18:07','86e01b69-7f78-4b94-b25f-e8e8b396c386'),
(9715,57,5308,NULL,4836,3,'2025-11-13 19:18:07','2025-11-13 19:18:07','b9b1028d-2793-4bf4-b590-6833c584a4ee'),
(9716,57,5308,NULL,4837,4,'2025-11-13 19:18:07','2025-11-13 19:18:07','e5dbab2c-c9af-43b2-8f24-31abf38f7bbb'),
(9717,57,5308,NULL,4838,5,'2025-11-13 19:18:07','2025-11-13 19:18:07','d1a38e08-e962-427e-80ca-642d52cc1bbc'),
(9718,16,5311,NULL,3689,1,'2025-11-13 19:18:18','2025-11-13 19:18:18','83812a70-e38e-4ab7-817b-b84f5ebfddaa'),
(9719,7,5311,NULL,601,1,'2025-11-13 19:18:18','2025-11-13 19:18:18','cf398606-f996-475b-97ed-66fd995e57fb'),
(9720,7,5311,NULL,3468,2,'2025-11-13 19:18:18','2025-11-13 19:18:18','ddd5ba6a-4767-497a-aae6-cb9d3822e32f'),
(9721,7,5311,NULL,617,3,'2025-11-13 19:18:18','2025-11-13 19:18:18','746de40f-ee9a-44aa-b3ab-8cd9b0ddf5ff'),
(9722,7,5311,NULL,605,4,'2025-11-13 19:18:18','2025-11-13 19:18:18','92f782e0-4c4e-413d-933b-d4aa46991f97'),
(9723,32,5311,NULL,2610,1,'2025-11-13 19:18:18','2025-11-13 19:18:18','ca1e9f9d-e682-431f-bd80-930d634f6b7c'),
(9724,32,5311,NULL,2598,2,'2025-11-13 19:18:18','2025-11-13 19:18:18','531f9dd6-3743-4e6d-b7b4-b09df2d484cb'),
(9725,32,5311,NULL,2600,3,'2025-11-13 19:18:18','2025-11-13 19:18:18','21cc1336-6bfd-4d5d-bef3-aac89c77ba4a'),
(9726,32,5311,NULL,2602,4,'2025-11-13 19:18:18','2025-11-13 19:18:18','71638752-dffe-4878-996d-f877b1c37f93'),
(9727,32,5311,NULL,2612,5,'2025-11-13 19:18:18','2025-11-13 19:18:18','6b309fd8-54a9-40d0-83f4-b3a812ca2e3f'),
(9728,32,5311,NULL,2618,6,'2025-11-13 19:18:18','2025-11-13 19:18:18','f89c2fdd-a416-4cd0-adc2-6b0f843e6afe'),
(9729,32,5311,NULL,2604,7,'2025-11-13 19:18:18','2025-11-13 19:18:18','154410c7-7035-49da-b037-b24e8eb0e0fd'),
(9730,46,5311,NULL,3697,1,'2025-11-13 19:18:18','2025-11-13 19:18:18','0823a8af-9b1d-4bc9-9bd1-de9d8d5653fc'),
(9731,57,5311,NULL,4829,1,'2025-11-13 19:18:18','2025-11-13 19:18:18','5a0dc54d-e473-4cab-8975-253aa8492b89'),
(9732,57,5311,NULL,4826,2,'2025-11-13 19:18:18','2025-11-13 19:18:18','c117bfb2-1ae3-40cb-ad3e-4c459deb9cc1'),
(9733,57,5311,NULL,4828,3,'2025-11-13 19:18:18','2025-11-13 19:18:18','f8ce6697-61cf-4f3b-b3fb-e9018455b8bc'),
(9734,57,5311,NULL,4827,4,'2025-11-13 19:18:18','2025-11-13 19:18:18','7fec8ecd-7c82-4896-a14b-5faec0192a03'),
(9771,16,5320,NULL,2968,1,'2025-11-13 19:20:01','2025-11-13 19:20:01','8218eb74-7a88-4735-9af9-51ea173f8b1f'),
(9772,57,5320,NULL,3246,1,'2025-11-13 19:20:01','2025-11-13 19:20:01','11ceb3f2-1137-4a85-bcf4-a4f3b7c8212c'),
(9773,57,5320,NULL,3254,2,'2025-11-13 19:20:01','2025-11-13 19:20:01','4cb272fa-e2e0-42e4-a645-ccefcbd8aaf3'),
(9774,57,5320,NULL,3253,3,'2025-11-13 19:20:01','2025-11-13 19:20:01','0fef2d96-fcad-4d6c-b503-2f26773756ee'),
(9775,57,5320,NULL,3251,4,'2025-11-13 19:20:01','2025-11-13 19:20:01','6cb6d6ad-59d0-4eae-a17f-1f16047fe9a4'),
(9776,57,5320,NULL,3245,5,'2025-11-13 19:20:01','2025-11-13 19:20:01','0fb5a835-bf06-4cb4-9b37-a111cb8ce644'),
(9777,57,5320,NULL,3248,6,'2025-11-13 19:20:01','2025-11-13 19:20:01','0f59baea-673a-4317-933c-1328346e233b'),
(9778,72,5320,NULL,548,1,'2025-11-13 19:20:01','2025-11-13 19:20:01','4e089eca-1316-4606-a7a6-ecfe170ed980'),
(9801,16,5325,NULL,4861,1,'2025-11-13 19:20:32','2025-11-13 19:20:32','3004bc79-351f-4a7a-87aa-a16ad29bf972'),
(9802,7,5325,NULL,601,1,'2025-11-13 19:20:32','2025-11-13 19:20:32','a8d47586-d293-47ec-b99d-d2eaa1863f6b'),
(9803,7,5325,NULL,3468,2,'2025-11-13 19:20:32','2025-11-13 19:20:32','6415cd53-a32e-4d54-aabb-996426a0842f'),
(9804,7,5325,NULL,617,3,'2025-11-13 19:20:32','2025-11-13 19:20:32','25a49205-f2c4-4cf2-8422-cb243daed15f'),
(9805,7,5325,NULL,605,4,'2025-11-13 19:20:32','2025-11-13 19:20:32','73457a2b-79b8-4af1-98d9-20961f6f226f'),
(9806,32,5325,NULL,2622,1,'2025-11-13 19:20:32','2025-11-13 19:20:32','441a736d-639e-4830-aec3-e081f1eca0e8'),
(9807,32,5325,NULL,2598,2,'2025-11-13 19:20:32','2025-11-13 19:20:32','4d4e1b9a-ac30-4f73-9dfb-a8f511655b78'),
(9808,32,5325,NULL,2608,3,'2025-11-13 19:20:32','2025-11-13 19:20:32','12b94748-f8cb-418d-9be0-f9dc2cb61b51'),
(9809,32,5325,NULL,2600,4,'2025-11-13 19:20:32','2025-11-13 19:20:32','74a1507c-5ebd-4a24-9834-dde617b7486e'),
(9810,32,5325,NULL,2602,5,'2025-11-13 19:20:32','2025-11-13 19:20:32','d61d2998-3ed7-48b0-95e3-d160af240a9c'),
(9811,32,5325,NULL,2612,6,'2025-11-13 19:20:32','2025-11-13 19:20:32','5d25cd7e-c1a4-47a8-846e-3e1572e58cb4'),
(9812,32,5325,NULL,2604,7,'2025-11-13 19:20:32','2025-11-13 19:20:32','ab9014fc-f9fb-4831-a2db-813400da6468'),
(9813,57,5325,NULL,4879,1,'2025-11-13 19:20:32','2025-11-13 19:20:32','30b891af-0eff-42a7-8a5e-ac55aa8dd8d5'),
(9814,57,5325,NULL,4880,2,'2025-11-13 19:20:32','2025-11-13 19:20:32','b6a12a78-a3af-4b6f-a94e-4d6781709dad'),
(9815,57,5325,NULL,4881,3,'2025-11-13 19:20:32','2025-11-13 19:20:32','9f1a9544-a6a9-4765-bb49-31399d9b77ef'),
(9816,57,5325,NULL,4882,4,'2025-11-13 19:20:32','2025-11-13 19:20:32','071c45a0-6e4c-4414-b7fe-6a5c67801f17'),
(9817,57,5325,NULL,4883,5,'2025-11-13 19:20:32','2025-11-13 19:20:32','4ce3087c-4c09-4b41-a2f2-0483417c4e33'),
(9818,57,5325,NULL,4884,6,'2025-11-13 19:20:32','2025-11-13 19:20:32','91d93fd0-c88f-4d03-90fc-54bd668e357b'),
(9819,57,5325,NULL,4885,7,'2025-11-13 19:20:32','2025-11-13 19:20:32','4df6c639-744d-4bb3-aa25-eb5de2ae1cff'),
(9820,57,5325,NULL,4886,8,'2025-11-13 19:20:32','2025-11-13 19:20:32','e12f36b1-e4fb-4c1e-bc34-aa17cae9ed21'),
(9821,57,5325,NULL,4887,9,'2025-11-13 19:20:32','2025-11-13 19:20:32','ecc2b16c-8923-4767-a178-304a17bc49ed'),
(9822,57,5325,NULL,4888,10,'2025-11-13 19:20:32','2025-11-13 19:20:32','27f54ee7-3dcf-4d31-97ef-a7568bcd82b3'),
(9863,16,5335,NULL,3011,1,'2025-11-13 19:21:35','2025-11-13 19:21:35','78dd3691-9e8c-40c4-b6e2-911cc7eb09f7'),
(9864,7,5335,NULL,601,1,'2025-11-13 19:21:35','2025-11-13 19:21:35','091ff6e4-4d94-4825-b884-24001bb0b7f6'),
(9866,7,5335,NULL,3027,3,'2025-11-13 19:21:35','2025-11-13 19:21:35','3c3a97c9-c676-4e7c-ad9c-7295b29b1a13'),
(9867,7,5335,NULL,617,4,'2025-11-13 19:21:35','2025-11-13 19:21:35','9ff552ff-8dd5-4d97-8fc8-9f7145be1ebc'),
(9868,7,5335,NULL,605,5,'2025-11-13 19:21:35','2025-11-13 19:21:35','468b54e4-e27b-43e3-beca-1538930b326d'),
(9869,32,5335,NULL,2610,1,'2025-11-13 19:21:35','2025-11-13 19:21:35','930eb9d9-37e6-45fc-95a3-513ef3745d9b'),
(9870,32,5335,NULL,2598,2,'2025-11-13 19:21:35','2025-11-13 19:21:35','2877648f-28f3-4c87-bad0-69f6848e7a61'),
(9871,32,5335,NULL,2608,3,'2025-11-13 19:21:35','2025-11-13 19:21:35','09106075-5b17-48b7-9603-15c012acfa0e'),
(9872,32,5335,NULL,2600,4,'2025-11-13 19:21:35','2025-11-13 19:21:35','ebfc80c7-74ac-4842-bad9-ac3dec49453d'),
(9873,32,5335,NULL,2596,5,'2025-11-13 19:21:35','2025-11-13 19:21:35','a237d4b1-fbaa-424e-9022-221fd0e30349'),
(9874,32,5335,NULL,2602,6,'2025-11-13 19:21:35','2025-11-13 19:21:35','14dc3746-f81d-4f95-8945-6e4782a4750f'),
(9875,32,5335,NULL,2604,7,'2025-11-13 19:21:35','2025-11-13 19:21:35','1fe9ffad-89c5-4a55-99d6-77908322bcfc'),
(9876,57,5335,NULL,4920,1,'2025-11-13 19:21:35','2025-11-13 19:21:35','fa9e6a0c-c740-4f84-b3fe-81044cc5ee9f'),
(9877,57,5335,NULL,4921,2,'2025-11-13 19:21:35','2025-11-13 19:21:35','2889a2d3-9984-4003-aa3c-4d263917c105'),
(9878,57,5335,NULL,4922,3,'2025-11-13 19:21:35','2025-11-13 19:21:35','5541a4e5-95a3-4a41-9a4d-6f5d13afc378'),
(9879,57,5335,NULL,4923,4,'2025-11-13 19:21:35','2025-11-13 19:21:35','a23c5041-45ac-412d-a1ec-ba245486c04c'),
(9880,57,5335,NULL,4924,5,'2025-11-13 19:21:35','2025-11-13 19:21:35','e5509ac2-6ce8-4f05-b9df-2fff61def526'),
(9939,16,5349,NULL,3722,1,'2025-11-13 19:23:50','2025-11-13 19:23:50','b39b71ea-1b4e-4e40-8e3a-7e3f42dd0608'),
(9940,7,5349,NULL,601,1,'2025-11-13 19:23:50','2025-11-13 19:23:50','11965349-8132-4a7a-8325-e6af58b45ec4'),
(9941,7,5349,NULL,3468,2,'2025-11-13 19:23:50','2025-11-13 19:23:50','64b620ab-82b6-4607-8951-d694ba2db627'),
(9942,7,5349,NULL,2972,3,'2025-11-13 19:23:50','2025-11-13 19:23:50','81f0ae68-ebaf-4f98-b4c5-54eed232f821'),
(9943,7,5349,NULL,617,4,'2025-11-13 19:23:50','2025-11-13 19:23:50','34d38eea-7f19-4219-9578-7e9728ab676d'),
(9944,7,5349,NULL,605,5,'2025-11-13 19:23:50','2025-11-13 19:23:50','e11d6b8f-439d-4ff2-98fd-f2013085db72'),
(9945,32,5349,NULL,2614,1,'2025-11-13 19:23:50','2025-11-13 19:23:50','a6825ade-38b8-4eaa-bb7e-53593b7be500'),
(9946,32,5349,NULL,2610,2,'2025-11-13 19:23:50','2025-11-13 19:23:50','a92b2508-2a15-4a2d-a509-6a3aa83c692d'),
(9947,32,5349,NULL,2598,3,'2025-11-13 19:23:50','2025-11-13 19:23:50','614ee048-2782-478f-889e-3ab439449873'),
(9948,32,5349,NULL,2600,4,'2025-11-13 19:23:50','2025-11-13 19:23:50','845fa734-691c-44e1-a5e5-c08fd6614c92'),
(9949,32,5349,NULL,2612,5,'2025-11-13 19:23:50','2025-11-13 19:23:50','c3372fbf-dd6d-4eb0-ad76-51b2a490ccee'),
(9950,32,5349,NULL,2604,6,'2025-11-13 19:23:50','2025-11-13 19:23:50','8b2d5c51-cdcd-4f24-8864-b1e4281c0ebe'),
(9959,16,5354,NULL,4322,1,'2025-11-13 19:24:33','2025-11-13 19:24:33','2aeb592a-b8eb-4270-9dc5-d731a52169ad'),
(9960,7,5354,NULL,2969,1,'2025-11-13 19:24:33','2025-11-13 19:24:33','961a814d-6f2d-48c7-9dfa-e780f7fcf1cf'),
(9961,7,5354,NULL,617,2,'2025-11-13 19:24:33','2025-11-13 19:24:33','ae5d2c7b-038d-4ec2-9376-3139d341032a'),
(9962,7,5354,NULL,605,3,'2025-11-13 19:24:33','2025-11-13 19:24:33','78e6387c-ecbc-4650-9235-843077771f67'),
(9963,32,5354,NULL,2610,1,'2025-11-13 19:24:33','2025-11-13 19:24:33','739ee0c0-485a-46a4-9792-8e5bed6bbb30'),
(9964,32,5354,NULL,2598,2,'2025-11-13 19:24:33','2025-11-13 19:24:33','ca59e01d-ea53-42f7-a7a3-c911c1598ccb'),
(9965,32,5354,NULL,2600,3,'2025-11-13 19:24:33','2025-11-13 19:24:33','62dab631-9323-43ab-9984-17c953c1035c'),
(9966,32,5354,NULL,2604,4,'2025-11-13 19:24:33','2025-11-13 19:24:33','5070b710-7b7f-4e72-92a7-b3448beb0304'),
(9981,16,5359,NULL,3761,1,'2025-11-13 19:25:27','2025-11-13 19:25:27','07842ddf-96d3-4553-a1f6-3b473ca93ecc'),
(9984,7,5359,NULL,2974,3,'2025-11-13 19:25:27','2025-11-13 19:25:27','a7fa8577-ffe1-4d5e-88b2-74c2b2efba49'),
(9985,7,5359,NULL,617,4,'2025-11-13 19:25:27','2025-11-13 19:25:27','b70cf3cf-64cf-4e23-a2d7-804257157103'),
(9986,7,5359,NULL,605,5,'2025-11-13 19:25:27','2025-11-13 19:25:27','969d3037-13ff-44cf-b9e6-9fb47aef065c'),
(9987,32,5359,NULL,2610,1,'2025-11-13 19:25:27','2025-11-13 19:25:27','7676a89f-b321-47d0-8b98-30b2888e1335'),
(9988,32,5359,NULL,2598,2,'2025-11-13 19:25:27','2025-11-13 19:25:27','a9efa1dd-a9df-42eb-98a9-c3afb46f20a9'),
(9989,32,5359,NULL,2600,3,'2025-11-13 19:25:27','2025-11-13 19:25:27','637b0f04-3db0-4af1-a86d-a9c61d5a7608'),
(9990,32,5359,NULL,2602,4,'2025-11-13 19:25:27','2025-11-13 19:25:27','ccadebd9-b52a-4d64-b2c3-9fcfa3a434f9'),
(9991,32,5359,NULL,2612,5,'2025-11-13 19:25:27','2025-11-13 19:25:27','b40c1a57-a7d9-4275-a0be-2947e3d0891a'),
(9992,32,5359,NULL,2618,6,'2025-11-13 19:25:27','2025-11-13 19:25:27','33ae7200-89b4-4926-a4c5-9fd23b32f835'),
(9993,32,5359,NULL,2604,7,'2025-11-13 19:25:27','2025-11-13 19:25:27','22dabd2b-7cd1-4058-af41-092da6a182d4'),
(9994,46,5359,NULL,3697,1,'2025-11-13 19:25:27','2025-11-13 19:25:27','f4db0398-8041-4d27-80ac-70164d39224c'),
(10006,16,5369,NULL,3090,1,'2025-11-13 19:26:37','2025-11-13 19:26:37','d618f707-2e31-43e9-8f57-9d66c5902156'),
(10008,7,5369,NULL,3093,2,'2025-11-13 19:26:37','2025-11-13 19:26:37','81267074-c182-4301-81b0-2b1a8365005c'),
(10009,7,5369,NULL,617,3,'2025-11-13 19:26:37','2025-11-13 19:26:37','68f280ef-ae9f-4d3d-a3a4-464f4e145231'),
(10010,7,5369,NULL,605,4,'2025-11-13 19:26:37','2025-11-13 19:26:37','64245ed2-291b-4674-b743-72b05dd3a702'),
(10011,32,5369,NULL,2610,1,'2025-11-13 19:26:37','2025-11-13 19:26:37','db3b0d9a-02db-41a2-a7af-53fe51a673ea'),
(10012,32,5369,NULL,2598,2,'2025-11-13 19:26:37','2025-11-13 19:26:37','76d199a7-7eae-4e86-a089-a2ec4809bec6'),
(10013,32,5369,NULL,2600,3,'2025-11-13 19:26:37','2025-11-13 19:26:37','85b86ac6-ada4-4c4e-b10d-5a3945ade5cc'),
(10014,32,5369,NULL,2596,4,'2025-11-13 19:26:37','2025-11-13 19:26:37','edb00025-8830-45e3-ab06-de621e2109b7'),
(10015,32,5369,NULL,2602,5,'2025-11-13 19:26:37','2025-11-13 19:26:37','53cf620b-bcd3-4af0-bdbe-08a6f851c124'),
(10016,32,5369,NULL,2604,6,'2025-11-13 19:26:37','2025-11-13 19:26:37','93907259-c980-4c65-bb56-ca5a2be71a9c'),
(10017,16,5378,NULL,4358,1,'2025-11-13 19:27:21','2025-11-13 19:27:21','43e9d45a-9ae0-4449-a797-c8595c37e061'),
(10018,7,5378,NULL,617,1,'2025-11-13 19:27:21','2025-11-13 19:27:21','258df88c-e347-48ec-b29b-c397d22d7299'),
(10019,7,5378,NULL,605,2,'2025-11-13 19:27:21','2025-11-13 19:27:21','fa97a377-951f-4005-8952-c617b7986f40'),
(10020,32,5378,NULL,2610,1,'2025-11-13 19:27:21','2025-11-13 19:27:21','e5fa3a05-a18c-4525-a2be-b02d47d0c04c'),
(10021,32,5378,NULL,2598,2,'2025-11-13 19:27:21','2025-11-13 19:27:21','2c181d21-a7fb-4842-8170-5381c435b8f0'),
(10022,32,5378,NULL,2600,3,'2025-11-13 19:27:21','2025-11-13 19:27:21','188b9e4d-ada1-4a68-ac69-8dc81b6c8dbc'),
(10023,32,5378,NULL,2604,4,'2025-11-13 19:27:21','2025-11-13 19:27:21','0f942364-8d4d-4439-ade1-aa269e085f36'),
(10039,16,5409,NULL,3122,1,'2025-11-13 19:32:07','2025-11-13 19:32:07','1d46b490-fda0-43a7-ac72-5e0549274868'),
(10042,7,5409,NULL,2972,3,'2025-11-13 19:32:07','2025-11-13 19:32:07','e27fec5f-ec2b-456c-9ee2-b273abb85408'),
(10043,7,5409,NULL,2974,4,'2025-11-13 19:32:07','2025-11-13 19:32:07','4f7f17cc-bb35-4712-9d72-172bd0840251'),
(10044,7,5409,NULL,617,5,'2025-11-13 19:32:07','2025-11-13 19:32:07','d0101b87-6316-4e1f-9188-b3207ea6409c'),
(10045,7,5409,NULL,605,6,'2025-11-13 19:32:07','2025-11-13 19:32:07','fba23f41-b329-4077-ac18-2501cea13cc0'),
(10046,32,5409,NULL,2614,1,'2025-11-13 19:32:07','2025-11-13 19:32:07','2f20ad41-2bd3-4151-8e6c-251ff82c41b6'),
(10047,32,5409,NULL,2610,2,'2025-11-13 19:32:07','2025-11-13 19:32:07','28e1871b-cd60-4920-a370-6a1d8fa0e7d3'),
(10048,32,5409,NULL,2598,3,'2025-11-13 19:32:07','2025-11-13 19:32:07','47e0224c-d2d6-4f11-9562-2f23a1eaa210'),
(10049,32,5409,NULL,2608,4,'2025-11-13 19:32:07','2025-11-13 19:32:07','e64e4695-c353-466b-a97e-4a8999b48eb5'),
(10050,32,5409,NULL,2600,5,'2025-11-13 19:32:07','2025-11-13 19:32:07','73fbba2d-1331-4b39-a355-ec749e263298'),
(10051,32,5409,NULL,2596,6,'2025-11-13 19:32:07','2025-11-13 19:32:07','b2917e24-5bd2-48fa-8608-49d547d13200'),
(10052,32,5409,NULL,2602,7,'2025-11-13 19:32:07','2025-11-13 19:32:07','b3cfe55e-326b-4a05-8613-2b04f54848b3'),
(10053,32,5409,NULL,2604,8,'2025-11-13 19:32:07','2025-11-13 19:32:07','1e6c4752-7ae1-4a6b-b648-252384d6cbc2'),
(10067,16,5414,NULL,3808,1,'2025-11-13 19:32:58','2025-11-13 19:32:58','87fca953-28dd-4f5e-b738-10a664a34f3b'),
(10068,7,5414,NULL,601,1,'2025-11-13 19:32:58','2025-11-13 19:32:58','b424d200-bd38-4477-bc8d-773c30a742a1'),
(10069,7,5414,NULL,3468,2,'2025-11-13 19:32:58','2025-11-13 19:32:58','4d0dc3a8-977a-434a-88da-857f6dbde49b'),
(10070,7,5414,NULL,2972,3,'2025-11-13 19:32:58','2025-11-13 19:32:58','9c11430a-1880-4ee2-b3bb-6042ef31a4bf'),
(10071,7,5414,NULL,2974,4,'2025-11-13 19:32:58','2025-11-13 19:32:58','e9f2910a-55f1-44d3-b1ca-2005381ee068'),
(10072,7,5414,NULL,617,5,'2025-11-13 19:32:58','2025-11-13 19:32:58','890ae18f-977d-43d9-9412-aa529327a70b'),
(10073,7,5414,NULL,605,6,'2025-11-13 19:32:58','2025-11-13 19:32:58','74a6ea9c-51fb-46f6-9a3c-b6bcd086cd8f'),
(10074,32,5414,NULL,2614,1,'2025-11-13 19:32:58','2025-11-13 19:32:58','3ea50624-3d9e-4822-970e-e06ac34c8e2a'),
(10075,32,5414,NULL,2610,2,'2025-11-13 19:32:58','2025-11-13 19:32:58','42cb2fee-25b8-437a-83d2-44b39fb64ad2'),
(10076,32,5414,NULL,2598,3,'2025-11-13 19:32:58','2025-11-13 19:32:58','ca234d36-045f-4abc-a1ae-6461fce53595'),
(10077,32,5414,NULL,2600,4,'2025-11-13 19:32:58','2025-11-13 19:32:58','62210c2a-dac6-45dd-a388-3ebedb7069b3'),
(10078,32,5414,NULL,2602,5,'2025-11-13 19:32:58','2025-11-13 19:32:58','f5cdaef9-1968-4e48-aae0-0d23a40c69c0'),
(10079,32,5414,NULL,2604,6,'2025-11-13 19:32:58','2025-11-13 19:32:58','ee498ff0-df0f-45f2-945a-7369064ff2d2'),
(10090,16,5429,NULL,4385,1,'2025-11-13 19:34:58','2025-11-13 19:34:58','97164730-a67e-4caf-b846-e794176784ac'),
(10091,7,5429,NULL,2969,1,'2025-11-13 19:34:58','2025-11-13 19:34:58','57bcf92a-fc63-4c38-99e0-6c72aa71a230'),
(10092,7,5429,NULL,617,2,'2025-11-13 19:34:58','2025-11-13 19:34:58','e2d5056e-49cb-439d-a3c2-2052c71de4f9'),
(10093,7,5429,NULL,605,3,'2025-11-13 19:34:58','2025-11-13 19:34:58','e2839019-98e1-4567-ab0b-782e1e32d9f1'),
(10094,32,5429,NULL,2610,1,'2025-11-13 19:34:58','2025-11-13 19:34:58','0ad73f7e-49d8-4686-8aef-dd3984cc7dd7'),
(10095,32,5429,NULL,2622,2,'2025-11-13 19:34:58','2025-11-13 19:34:58','45581929-d264-46e9-9339-c3e871edecfe'),
(10096,32,5429,NULL,2598,3,'2025-11-13 19:34:58','2025-11-13 19:34:58','214e1c47-3a76-4373-aca3-323b630c2167'),
(10097,32,5429,NULL,2600,4,'2025-11-13 19:34:58','2025-11-13 19:34:58','390a5218-9f32-4388-9df5-daeab5555319'),
(10098,32,5429,NULL,2604,5,'2025-11-13 19:34:58','2025-11-13 19:34:58','6ec415ab-2786-415f-8af3-a6b6af05ee77'),
(10099,46,5429,NULL,4403,1,'2025-11-13 19:34:58','2025-11-13 19:34:58','7892a9a6-bf1a-450c-ad71-93a7c6051bf0'),
(10112,16,5434,NULL,4414,1,'2025-11-13 19:35:39','2025-11-13 19:35:39','0c95b08d-08d6-43a9-bd32-4f36649f1c61'),
(10114,7,5434,NULL,617,2,'2025-11-13 19:35:39','2025-11-13 19:35:39','635fd870-e566-4605-a7fc-5c609cef491c'),
(10115,7,5434,NULL,605,3,'2025-11-13 19:35:39','2025-11-13 19:35:39','a4f97710-89a4-40ae-a899-91c9d2c9700a'),
(10116,32,5434,NULL,2610,1,'2025-11-13 19:35:39','2025-11-13 19:35:39','2b2e90a9-27d5-4d01-bd3b-b8641df2778d'),
(10117,32,5434,NULL,2598,2,'2025-11-13 19:35:39','2025-11-13 19:35:39','71c1bc7a-b21e-430f-a5c6-16cd73b2b8ac'),
(10118,32,5434,NULL,2600,3,'2025-11-13 19:35:39','2025-11-13 19:35:39','7cf3d7b0-4b4b-4081-b19d-eb402d0f05df'),
(10119,32,5434,NULL,2602,4,'2025-11-13 19:35:39','2025-11-13 19:35:39','f1a998b1-f7d5-459c-8e33-71d5728ae6ba'),
(10120,32,5434,NULL,2612,5,'2025-11-13 19:35:39','2025-11-13 19:35:39','894bd948-c378-4df5-ac0c-ca71a41b48c1'),
(10121,32,5434,NULL,2618,6,'2025-11-13 19:35:39','2025-11-13 19:35:39','699e1d49-6f06-4392-b3d7-82a872bcf846'),
(10122,32,5434,NULL,2604,7,'2025-11-13 19:35:39','2025-11-13 19:35:39','b0416420-b7a6-487d-a355-ac6f55a161d4'),
(10123,46,5434,NULL,3697,1,'2025-11-13 19:35:39','2025-11-13 19:35:39','03029620-bf89-4e77-a377-d750a81f4b3b'),
(10134,16,5444,NULL,4440,1,'2025-11-13 19:36:55','2025-11-13 19:36:55','f2320f7e-d54d-4b85-8805-c9b53017786c'),
(10135,7,5444,NULL,617,1,'2025-11-13 19:36:55','2025-11-13 19:36:55','6dec0256-101b-4039-86a3-c041da2bec17'),
(10136,7,5444,NULL,605,2,'2025-11-13 19:36:55','2025-11-13 19:36:55','3041fc01-605e-445b-88d8-741dcab57e6d'),
(10137,32,5444,NULL,2610,1,'2025-11-13 19:36:55','2025-11-13 19:36:55','251cd972-8252-4120-ba78-e8da22641d04'),
(10138,32,5444,NULL,2598,2,'2025-11-13 19:36:55','2025-11-13 19:36:55','57c5ab25-d666-41e3-8eef-90b1c8da54e2'),
(10139,32,5444,NULL,2624,3,'2025-11-13 19:36:55','2025-11-13 19:36:55','1494306f-daa3-46d1-aa15-0928f28c41d3'),
(10140,32,5444,NULL,2600,4,'2025-11-13 19:36:55','2025-11-13 19:36:55','d6ebcfd8-d648-467e-b2e6-196d5d206efb'),
(10141,32,5444,NULL,2606,5,'2025-11-13 19:36:55','2025-11-13 19:36:55','7f38470c-8a48-4406-9495-9c1a25f9dff2'),
(10142,32,5444,NULL,2604,6,'2025-11-13 19:36:55','2025-11-13 19:36:55','7e339a06-cfb8-4dd1-9403-670478aae18b'),
(10143,46,5444,NULL,2891,1,'2025-11-13 19:36:55','2025-11-13 19:36:55','b9b481d2-4db8-4ec2-9478-a9cdac72cb10'),
(10157,16,5458,NULL,3158,1,'2025-11-13 19:39:18','2025-11-13 19:39:18','efb2d8e5-f93d-4a92-bae2-4b58ff0e20ee'),
(10158,7,5458,NULL,2969,1,'2025-11-13 19:39:18','2025-11-13 19:39:18','40b38f3b-27d2-40a6-b9ae-0e73ed0086f6'),
(10159,7,5458,NULL,2974,2,'2025-11-13 19:39:18','2025-11-13 19:39:18','26836251-d026-411a-809c-ca872409850f'),
(10160,7,5458,NULL,617,3,'2025-11-13 19:39:18','2025-11-13 19:39:18','8c3d20b2-fb62-4a08-b483-6cdbef67edad'),
(10161,7,5458,NULL,605,4,'2025-11-13 19:39:18','2025-11-13 19:39:18','b0e61562-e276-48ec-a9a1-1d4ae150ef8c'),
(10162,32,5458,NULL,2614,1,'2025-11-13 19:39:18','2025-11-13 19:39:18','a9dd0812-2951-4cef-945f-f065e9aaf0a5'),
(10163,32,5458,NULL,2610,2,'2025-11-13 19:39:18','2025-11-13 19:39:18','798677ec-cee9-4b32-8fe2-89dca48cfe01'),
(10164,32,5458,NULL,2598,3,'2025-11-13 19:39:18','2025-11-13 19:39:18','e51a9a66-63da-42eb-85af-685d6766d4f4'),
(10165,32,5458,NULL,2608,4,'2025-11-13 19:39:18','2025-11-13 19:39:18','3d0551d8-c743-4e16-982e-d4081570ee4c'),
(10166,32,5458,NULL,2600,5,'2025-11-13 19:39:18','2025-11-13 19:39:18','01c196d0-ce41-40b3-be5d-eaa580ce9cf9'),
(10167,32,5458,NULL,2596,6,'2025-11-13 19:39:18','2025-11-13 19:39:18','17eb55fa-5aac-4db5-a4b6-9ac77c0f0899'),
(10168,32,5458,NULL,2602,7,'2025-11-13 19:39:18','2025-11-13 19:39:18','eef47f1e-f5b5-405d-a5da-ad8e71b31c1d'),
(10169,32,5458,NULL,2604,8,'2025-11-13 19:39:18','2025-11-13 19:39:18','78775fb8-5c1a-40fd-83c8-8558d918b479'),
(10178,16,5472,NULL,4466,1,'2025-11-13 19:43:56','2025-11-13 19:43:56','92f1beaa-a385-465e-86f6-2413bb4c8e92'),
(10179,7,5472,NULL,2969,1,'2025-11-13 19:43:56','2025-11-13 19:43:56','4a5c0a15-71bc-4bb2-ab6b-8e2b9972ab28'),
(10180,7,5472,NULL,617,2,'2025-11-13 19:43:56','2025-11-13 19:43:56','4d167432-2aa7-414a-9051-dac5cf418ff0'),
(10181,7,5472,NULL,605,3,'2025-11-13 19:43:56','2025-11-13 19:43:56','b24dcc19-ade4-4910-9a4c-d32ea0eb28ed'),
(10182,32,5472,NULL,2610,1,'2025-11-13 19:43:56','2025-11-13 19:43:56','f808db9b-ca20-4dd9-80d0-150208a31dfc'),
(10183,32,5472,NULL,2598,2,'2025-11-13 19:43:56','2025-11-13 19:43:56','a144ad19-8aa8-498c-899f-16c6c811aa79'),
(10184,32,5472,NULL,2600,3,'2025-11-13 19:43:56','2025-11-13 19:43:56','185e512a-96c0-4ff1-970f-7d40a2305b00'),
(10185,32,5472,NULL,2604,4,'2025-11-13 19:43:56','2025-11-13 19:43:56','9b0e1718-55f7-4f34-ae69-6520fba6f01d'),
(10186,16,5496,NULL,3377,1,'2025-11-13 19:48:34','2025-11-13 19:48:34','d62bf3a4-20f3-4fe0-aacd-9aa6da8a54c6'),
(10187,7,5496,NULL,2969,1,'2025-11-13 19:48:34','2025-11-13 19:48:34','8c3509c2-db80-421d-838f-4132d254d4b8'),
(10188,7,5496,NULL,617,2,'2025-11-13 19:48:34','2025-11-13 19:48:34','5a1bb407-3866-492e-b322-2430b7bd5376'),
(10189,7,5496,NULL,605,3,'2025-11-13 19:48:34','2025-11-13 19:48:34','5d569ee3-440a-4d45-bc91-b4fff5aa636b'),
(10190,32,5496,NULL,2610,1,'2025-11-13 19:48:34','2025-11-13 19:48:34','d4ba6d3d-dc3f-4242-8867-d419bc40bff4'),
(10191,32,5496,NULL,2598,2,'2025-11-13 19:48:34','2025-11-13 19:48:34','5641ebe4-31e6-4de9-8f8e-4e6e68aa4dff'),
(10192,32,5496,NULL,2600,3,'2025-11-13 19:48:34','2025-11-13 19:48:34','2d8af61e-0064-48be-a4e6-d62d055e42e4'),
(10193,32,5496,NULL,2596,4,'2025-11-13 19:48:34','2025-11-13 19:48:34','0cb4ed99-cb8f-4492-8a06-1557422e9b16'),
(10194,32,5496,NULL,2602,5,'2025-11-13 19:48:34','2025-11-13 19:48:34','620fff1a-2a23-4c36-84f7-222f66cbb1d7'),
(10195,32,5496,NULL,2604,6,'2025-11-13 19:48:34','2025-11-13 19:48:34','93da7065-35f0-416e-b8f4-fcd583b0cdd6'),
(10208,16,5506,NULL,3425,1,'2025-11-13 19:51:51','2025-11-13 19:51:51','1d1b52f2-b263-4968-a35c-2a7107796092'),
(10209,7,5506,NULL,601,1,'2025-11-13 19:51:51','2025-11-13 19:51:51','3cccf937-228b-445c-b9d2-4b972ecd6a6b'),
(10210,7,5506,NULL,617,2,'2025-11-13 19:51:51','2025-11-13 19:51:51','e6b436e4-5a08-4d13-a27d-9ffaab7e7c29'),
(10211,7,5506,NULL,605,3,'2025-11-13 19:51:51','2025-11-13 19:51:51','9664068c-d529-485f-ac5b-849b8c3d4c3b'),
(10212,32,5506,NULL,2614,1,'2025-11-13 19:51:51','2025-11-13 19:51:51','9b1ddc77-7caf-4046-84e8-8083c3b66e35'),
(10213,32,5506,NULL,2610,2,'2025-11-13 19:51:51','2025-11-13 19:51:51','318a2d08-3fdd-49f6-a039-523d3ae0ab8a'),
(10214,32,5506,NULL,2598,3,'2025-11-13 19:51:51','2025-11-13 19:51:51','3e7986b9-20f2-4fc0-b29e-3f37717fa986'),
(10215,32,5506,NULL,2600,4,'2025-11-13 19:51:51','2025-11-13 19:51:51','0f975a57-1b6a-4222-9a9e-e80505098ef0'),
(10216,32,5506,NULL,2596,5,'2025-11-13 19:51:51','2025-11-13 19:51:51','0c4612b9-fda0-4347-8f06-c30a50e5274f'),
(10217,32,5506,NULL,2602,6,'2025-11-13 19:51:51','2025-11-13 19:51:51','162e0066-4e4a-4ecf-833b-d32e253c0b05'),
(10218,32,5506,NULL,2606,7,'2025-11-13 19:51:51','2025-11-13 19:51:51','b9a9fa0e-ddbf-4da5-acdb-16e5a338b78b'),
(10219,32,5506,NULL,2604,8,'2025-11-13 19:51:51','2025-11-13 19:51:51','931e862f-2234-4501-a103-a778a7f30539'),
(10229,16,5511,NULL,4497,1,'2025-11-13 19:52:27','2025-11-13 19:52:27','0dc42012-54d2-4f7d-93a7-612e164f0f74'),
(10231,7,5511,NULL,2972,2,'2025-11-13 19:52:27','2025-11-13 19:52:27','0a2d0697-7134-411e-96e1-20d0e0c460da'),
(10232,7,5511,NULL,617,3,'2025-11-13 19:52:27','2025-11-13 19:52:27','2b814fd4-cc73-4ec0-b453-53b5dd3a485d'),
(10233,7,5511,NULL,605,4,'2025-11-13 19:52:27','2025-11-13 19:52:27','0afe7592-e664-4ebb-bd4d-288cdf9dc2ce'),
(10234,32,5511,NULL,2610,1,'2025-11-13 19:52:27','2025-11-13 19:52:27','a00e6816-9cf5-474e-9340-bde9123be67b'),
(10235,32,5511,NULL,2598,2,'2025-11-13 19:52:27','2025-11-13 19:52:27','7d340ee6-95f1-41c6-ad6b-88bcafc009f3'),
(10236,32,5511,NULL,2600,3,'2025-11-13 19:52:27','2025-11-13 19:52:27','708b362a-1795-4577-ae61-d47b77e1a9bd'),
(10237,32,5511,NULL,2604,4,'2025-11-13 19:52:27','2025-11-13 19:52:27','742b2504-f11b-451f-927f-322ec9512350'),
(10256,16,5516,NULL,5281,1,'2025-11-13 19:54:12','2025-11-13 19:54:12','dd90281e-8d5a-4ae4-8863-62ce1d64f8e6'),
(10257,7,5516,NULL,601,1,'2025-11-13 19:54:12','2025-11-13 19:54:12','ed12e9f8-2351-4a91-b450-e81848f618d5'),
(10258,7,5516,NULL,3468,2,'2025-11-13 19:54:12','2025-11-13 19:54:12','1042bafb-b5bd-4fc3-b9af-fbf63e64607b'),
(10259,7,5516,NULL,2972,3,'2025-11-13 19:54:12','2025-11-13 19:54:12','43a53bb2-45ba-465d-a25d-20a79dca2c05'),
(10260,7,5516,NULL,2974,4,'2025-11-13 19:54:12','2025-11-13 19:54:12','17a2857e-dca3-4db9-90a2-37f6b2edf0b2'),
(10261,7,5516,NULL,617,5,'2025-11-13 19:54:12','2025-11-13 19:54:12','62bb66c5-258e-4841-86b5-ef73193df4b6'),
(10262,7,5516,NULL,605,6,'2025-11-13 19:54:12','2025-11-13 19:54:12','883f6ef1-4d51-4db5-a26d-c6ff5298162d'),
(10263,32,5516,NULL,2610,1,'2025-11-13 19:54:12','2025-11-13 19:54:12','c370d4ce-f5bc-4c8e-93e6-a82e8b4cf86a'),
(10264,32,5516,NULL,2598,2,'2025-11-13 19:54:12','2025-11-13 19:54:12','87487a99-271e-409f-860f-72a20a71f769'),
(10265,32,5516,NULL,2600,3,'2025-11-13 19:54:12','2025-11-13 19:54:12','489ac41d-5360-4098-949e-56a4b7ae580b'),
(10266,32,5516,NULL,2604,4,'2025-11-13 19:54:12','2025-11-13 19:54:12','a385087d-8c3c-40e3-9ab9-22a4ee199a6d'),
(10267,32,5516,NULL,2614,5,'2025-11-13 19:54:12','2025-11-13 19:54:12','26f7c8bf-ccea-43f6-be52-59c8315ec5d3'),
(10268,32,5516,NULL,2612,6,'2025-11-13 19:54:12','2025-11-13 19:54:12','f84c444c-e032-4f82-93f4-9043fea17e5b'),
(10269,57,5516,NULL,5277,1,'2025-11-13 19:54:12','2025-11-13 19:54:12','25360d11-f647-46f8-81ac-b82065601cd9'),
(10270,57,5516,NULL,5278,2,'2025-11-13 19:54:12','2025-11-13 19:54:12','e6945ea1-7a7e-427d-a6e0-b5a9fa119a7a'),
(10271,57,5516,NULL,5279,3,'2025-11-13 19:54:12','2025-11-13 19:54:12','972c3ceb-6e71-4cc5-92f4-65dd005d7004'),
(10272,57,5516,NULL,5280,4,'2025-11-13 19:54:12','2025-11-13 19:54:12','6ef346db-ea1e-4e56-9bc0-ffb8bd2b4365'),
(10273,57,5516,NULL,5282,5,'2025-11-13 19:54:12','2025-11-13 19:54:12','b49bb66a-9499-41de-bebb-d48523b5a6bc'),
(10288,16,5526,NULL,3467,1,'2025-11-13 19:56:12','2025-11-13 19:56:12','2c020662-c04e-427d-87f3-e7a876000104'),
(10289,7,5526,NULL,601,1,'2025-11-13 19:56:12','2025-11-13 19:56:12','f2948e2f-6973-4d0e-9d5d-011853d034f6'),
(10290,7,5526,NULL,3468,2,'2025-11-13 19:56:12','2025-11-13 19:56:12','fac9c3ee-c5ff-4fd9-b064-d4fb663bec8c'),
(10292,7,5526,NULL,2972,4,'2025-11-13 19:56:12','2025-11-13 19:56:12','5381c8eb-3e42-4e26-826d-171c3d972b43'),
(10293,7,5526,NULL,2974,5,'2025-11-13 19:56:12','2025-11-13 19:56:12','c0de5834-d16b-42dc-b9c0-195ee490e911'),
(10294,7,5526,NULL,617,6,'2025-11-13 19:56:12','2025-11-13 19:56:12','9092cc52-57f8-4e6e-8446-dc785fda28ad'),
(10295,7,5526,NULL,605,7,'2025-11-13 19:56:12','2025-11-13 19:56:12','1a6095fe-c55d-4dce-86c5-681907d46374'),
(10296,32,5526,NULL,2610,1,'2025-11-13 19:56:12','2025-11-13 19:56:12','6aa17606-f3ee-407b-9cf3-9c3ace67fb2a'),
(10297,32,5526,NULL,2598,2,'2025-11-13 19:56:12','2025-11-13 19:56:12','e040a96e-4bba-4b9a-9d0c-7378a1520821'),
(10298,32,5526,NULL,2600,3,'2025-11-13 19:56:12','2025-11-13 19:56:12','b0c48831-ee06-460b-9992-871df8133935'),
(10299,32,5526,NULL,2596,4,'2025-11-13 19:56:12','2025-11-13 19:56:12','3a826f31-3acc-4568-a330-d797b0ebee56'),
(10300,32,5526,NULL,2602,5,'2025-11-13 19:56:12','2025-11-13 19:56:12','1c8283cd-5b83-4590-8e39-ef5a80de2d3f'),
(10301,32,5526,NULL,2604,6,'2025-11-13 19:56:12','2025-11-13 19:56:12','003526bc-0a39-4b80-a04f-c78ff8b65942'),
(10313,7,5531,NULL,617,1,'2025-11-13 19:56:54','2025-11-13 19:56:54','5d763df3-bda5-4393-8f62-212799c9c72c'),
(10314,7,5531,NULL,605,2,'2025-11-13 19:56:54','2025-11-13 19:56:54','fb820e74-23ad-4941-9ea6-a133c9b4043c'),
(10315,32,5531,NULL,2610,1,'2025-11-13 19:56:54','2025-11-13 19:56:54','0927d9af-ba12-49e8-8a30-c29a12cfeb4e'),
(10316,32,5531,NULL,2598,2,'2025-11-13 19:56:54','2025-11-13 19:56:54','f960d7b0-28c9-42b0-93a4-9bef822b29f7'),
(10317,32,5531,NULL,2608,3,'2025-11-13 19:56:54','2025-11-13 19:56:54','9541fc0a-ad71-42e6-8bbd-81a787af3c80'),
(10318,32,5531,NULL,2624,4,'2025-11-13 19:56:54','2025-11-13 19:56:54','b8fcba86-08b5-4e1b-9c32-5c64de365ff3'),
(10319,32,5531,NULL,2600,5,'2025-11-13 19:56:54','2025-11-13 19:56:54','dbb4a3e8-3452-4610-bec6-2527f03cc107'),
(10320,32,5531,NULL,2596,6,'2025-11-13 19:56:54','2025-11-13 19:56:54','d3c9039a-0a00-4f7c-8626-b244f1e7c57f'),
(10321,32,5531,NULL,2606,7,'2025-11-13 19:56:54','2025-11-13 19:56:54','a04a97eb-74f3-4611-9f66-15f4c9e71a7f'),
(10322,32,5531,NULL,2604,8,'2025-11-13 19:56:54','2025-11-13 19:56:54','e0006287-84aa-4707-9eb5-c72700f9ba4b'),
(10323,46,5531,NULL,2891,1,'2025-11-13 19:56:54','2025-11-13 19:56:54','5f4054e6-a682-4bd1-9d12-a85ca5a01bf9'),
(10334,16,5536,NULL,3865,1,'2025-11-13 19:58:03','2025-11-13 19:58:03','c7b03399-97cd-43d9-a28a-da3da4f27d96'),
(10335,7,5536,NULL,601,1,'2025-11-13 19:58:03','2025-11-13 19:58:03','2c6256b8-fa4e-4196-9a2b-eccf22c79331'),
(10336,7,5536,NULL,3468,2,'2025-11-13 19:58:03','2025-11-13 19:58:03','5c7e8335-f2ec-40ec-a315-54a4a063a891'),
(10337,7,5536,NULL,3093,3,'2025-11-13 19:58:03','2025-11-13 19:58:03','2fdd1c12-0985-4ebc-ac50-5d4f3cbe8e8f'),
(10338,7,5536,NULL,617,4,'2025-11-13 19:58:03','2025-11-13 19:58:03','4b431ac4-a717-49e5-8249-745ce3554c0b'),
(10339,7,5536,NULL,605,5,'2025-11-13 19:58:03','2025-11-13 19:58:03','246ebe1c-eeeb-4dcf-8765-be5c319df951'),
(10340,32,5536,NULL,2610,1,'2025-11-13 19:58:03','2025-11-13 19:58:03','d7fa94fa-4fe6-486f-8e1d-24c9436f439b'),
(10341,32,5536,NULL,2598,2,'2025-11-13 19:58:03','2025-11-13 19:58:03','54fd7b47-4206-4c7c-83e3-b49e79dd5ba9'),
(10342,32,5536,NULL,2600,3,'2025-11-13 19:58:03','2025-11-13 19:58:03','356bedfb-ed5c-4dab-bd36-3bc6eb830d32'),
(10343,32,5536,NULL,2604,4,'2025-11-13 19:58:03','2025-11-13 19:58:03','190e593e-bdbc-4a07-8216-2e54fd9e8d88'),
(10353,16,5551,NULL,4526,1,'2025-11-13 19:59:58','2025-11-13 19:59:58','41ec2454-121d-4243-b8ef-fb45e11af47d'),
(10354,7,5551,NULL,2969,1,'2025-11-13 19:59:58','2025-11-13 19:59:58','172280b5-d895-4e90-b8c5-bf0a73af551d'),
(10355,7,5551,NULL,2974,2,'2025-11-13 19:59:58','2025-11-13 19:59:58','f9e925c7-9fa8-40de-ac86-816b75c12d65'),
(10356,7,5551,NULL,617,3,'2025-11-13 19:59:58','2025-11-13 19:59:58','bbc27f60-ff68-46ae-a712-7041f9c73d30'),
(10357,7,5551,NULL,605,4,'2025-11-13 19:59:58','2025-11-13 19:59:58','7bb7dc3d-0683-4cd8-b449-085681940025'),
(10358,32,5551,NULL,2610,1,'2025-11-13 19:59:58','2025-11-13 19:59:58','7cbb4d22-231c-46b3-9b80-7fd9a60f66f2'),
(10359,32,5551,NULL,2598,2,'2025-11-13 19:59:58','2025-11-13 19:59:58','86183307-4edc-4b48-a5b6-d8410d9c501a'),
(10360,32,5551,NULL,2600,3,'2025-11-13 19:59:58','2025-11-13 19:59:58','fcee64c2-19d0-4c98-a03d-4844e8f3a19d'),
(10361,32,5551,NULL,2604,4,'2025-11-13 19:59:58','2025-11-13 19:59:58','881caa48-15a0-4039-a6da-bcd2aa16e62e'),
(10375,16,5556,NULL,3498,1,'2025-11-13 20:06:04','2025-11-13 20:06:04','26aa1937-be01-48b8-8b24-ba8c2e49b8fe'),
(10376,7,5556,NULL,601,1,'2025-11-13 20:06:04','2025-11-13 20:06:04','67002e08-3340-43b0-baa2-e97f990ddbf6'),
(10377,7,5556,NULL,605,2,'2025-11-13 20:06:04','2025-11-13 20:06:04','4977f3aa-e722-4bfc-a5d2-28ce7e7ab458'),
(10378,7,5556,NULL,617,3,'2025-11-13 20:06:04','2025-11-13 20:06:04','f713ada9-ff94-4af9-b01b-ac33b75aad1e'),
(10379,7,5556,NULL,2974,4,'2025-11-13 20:06:04','2025-11-13 20:06:04','bcbc97f7-423a-4eb0-acd9-af5305a37012'),
(10380,32,5556,NULL,2610,1,'2025-11-13 20:06:04','2025-11-13 20:06:04','d1143aca-930d-41f0-901a-00fa5e1573d1'),
(10381,32,5556,NULL,2598,2,'2025-11-13 20:06:04','2025-11-13 20:06:04','8693432f-77e8-4817-afc0-2ddf743e4a9c'),
(10382,32,5556,NULL,2608,3,'2025-11-13 20:06:04','2025-11-13 20:06:04','49c04a3e-d4f1-4a12-8a15-5a7169135014'),
(10383,32,5556,NULL,2600,4,'2025-11-13 20:06:04','2025-11-13 20:06:04','68f2f51c-8c9e-4610-8927-accaf2065ca0'),
(10384,32,5556,NULL,2596,5,'2025-11-13 20:06:04','2025-11-13 20:06:04','96c97939-d2c4-48cb-b527-3ac5d883d5c2'),
(10385,32,5556,NULL,2602,6,'2025-11-13 20:06:04','2025-11-13 20:06:04','346e655d-ba75-4d5e-b8a0-e73e84c7c596'),
(10386,32,5556,NULL,2612,7,'2025-11-13 20:06:04','2025-11-13 20:06:04','5662d034-6adb-4121-bf36-3e3d9664e0af'),
(10387,32,5556,NULL,2604,8,'2025-11-13 20:06:04','2025-11-13 20:06:04','0b253e8a-3a17-4f35-978f-6ce082a122be'),
(10401,16,5576,NULL,3530,1,'2025-11-13 20:08:25','2025-11-13 20:08:25','db3d2297-f25c-45b2-a74f-b31ef6b42177'),
(10402,7,5576,NULL,2969,1,'2025-11-13 20:08:25','2025-11-13 20:08:25','9b77a67c-cea3-451a-9d9e-1eaacaaaae53'),
(10404,7,5576,NULL,2974,3,'2025-11-13 20:08:25','2025-11-13 20:08:25','0346138c-e635-4f92-9e8b-81358237c606'),
(10405,7,5576,NULL,617,4,'2025-11-13 20:08:25','2025-11-13 20:08:25','2bece9fd-fec0-432c-bd9b-039c420f5f82'),
(10406,7,5576,NULL,605,5,'2025-11-13 20:08:25','2025-11-13 20:08:25','1eeb1569-26a5-40ab-ad80-75ad6a1fd9d7'),
(10407,32,5576,NULL,2610,1,'2025-11-13 20:08:25','2025-11-13 20:08:25','104a0109-5ee0-422e-b213-4a4449f442fb'),
(10408,32,5576,NULL,2598,2,'2025-11-13 20:08:25','2025-11-13 20:08:25','647fea82-3a3d-40e9-afd7-5b46e129c52e'),
(10409,32,5576,NULL,2608,3,'2025-11-13 20:08:25','2025-11-13 20:08:25','370fef7a-50f1-4a42-88fb-fa8dc4226e24'),
(10410,32,5576,NULL,2600,4,'2025-11-13 20:08:25','2025-11-13 20:08:25','fbdac81c-b37c-401e-be10-5c02a0d55761'),
(10411,32,5576,NULL,2596,5,'2025-11-13 20:08:25','2025-11-13 20:08:25','bf7ebde0-53e7-4abf-966c-19de3269994d'),
(10412,32,5576,NULL,2602,6,'2025-11-13 20:08:25','2025-11-13 20:08:25','50701b9e-ef92-47a1-94ce-baa61b4c70a4'),
(10413,32,5576,NULL,2604,7,'2025-11-13 20:08:25','2025-11-13 20:08:25','d9242fe5-cf3b-4a75-84a9-2ce09b64b322'),
(10427,16,5579,NULL,3530,1,'2025-11-13 20:08:58','2025-11-13 20:08:58','33ad30f6-a788-4acb-b14b-70ceae796289'),
(10428,7,5579,NULL,2969,1,'2025-11-13 20:08:58','2025-11-13 20:08:58','c7565a24-687b-46c6-b4e9-5836d8b28e49'),
(10430,7,5579,NULL,2974,3,'2025-11-13 20:08:58','2025-11-13 20:08:58','2beb411c-58d1-42d6-899d-ee5d0ba043f8'),
(10431,7,5579,NULL,617,4,'2025-11-13 20:08:58','2025-11-13 20:08:58','d4f38616-27e8-4fb9-b7c6-53f06b15d28c'),
(10432,7,5579,NULL,605,5,'2025-11-13 20:08:58','2025-11-13 20:08:58','7ad17dfe-e331-4566-bdf7-b5a1b4184b8f'),
(10433,32,5579,NULL,2610,1,'2025-11-13 20:08:58','2025-11-13 20:08:58','48e53c97-ef1b-42ab-8a26-51e56d75d405'),
(10434,32,5579,NULL,2598,2,'2025-11-13 20:08:58','2025-11-13 20:08:58','e78512c3-af21-43bd-92e1-c922c9db54b1'),
(10435,32,5579,NULL,2608,3,'2025-11-13 20:08:58','2025-11-13 20:08:58','22562903-8977-43dd-8a49-d226c1f03237'),
(10436,32,5579,NULL,2600,4,'2025-11-13 20:08:58','2025-11-13 20:08:58','20a5cbcd-5655-4a06-80af-3e96802bb221'),
(10437,32,5579,NULL,2596,5,'2025-11-13 20:08:58','2025-11-13 20:08:58','357ca596-e319-4035-8494-5e7d19ffac8c'),
(10438,32,5579,NULL,2602,6,'2025-11-13 20:08:58','2025-11-13 20:08:58','aca39ac0-c511-49e8-916c-8068b91512bb'),
(10439,32,5579,NULL,2604,7,'2025-11-13 20:08:58','2025-11-13 20:08:58','0301b43c-f922-4927-b9dc-459bc74ca49d'),
(10453,16,5583,NULL,3896,1,'2025-11-13 20:09:30','2025-11-13 20:09:30','45353fe0-2381-4149-a875-453cac9800f3'),
(10455,7,5583,NULL,2974,2,'2025-11-13 20:09:30','2025-11-13 20:09:30','50df7d49-32a7-4736-8dee-0c3f2a560dbe'),
(10456,7,5583,NULL,617,3,'2025-11-13 20:09:30','2025-11-13 20:09:30','a8fca6a9-baf9-4b66-aa7a-6ad498cb89ce'),
(10457,7,5583,NULL,605,4,'2025-11-13 20:09:30','2025-11-13 20:09:30','46090eec-5887-4c44-8e72-b54a16c0f89c'),
(10458,32,5583,NULL,2610,1,'2025-11-13 20:09:30','2025-11-13 20:09:30','cbdb354f-19df-4ae6-bdf4-7b91c55ea440'),
(10459,32,5583,NULL,2598,2,'2025-11-13 20:09:30','2025-11-13 20:09:30','ffb52dea-52bd-4d84-b610-f23c45fade01'),
(10460,32,5583,NULL,2600,3,'2025-11-13 20:09:30','2025-11-13 20:09:30','f4e6f3e7-34da-48b6-90af-0f8a2353354c'),
(10461,32,5583,NULL,2602,4,'2025-11-13 20:09:30','2025-11-13 20:09:30','d987c1d5-2c09-4986-a9c0-e2800097dc11'),
(10462,32,5583,NULL,2612,5,'2025-11-13 20:09:30','2025-11-13 20:09:30','87d8e3a7-1c99-4dc6-a7b0-b6cea340f1d2'),
(10463,32,5583,NULL,2618,6,'2025-11-13 20:09:30','2025-11-13 20:09:30','021f03a3-968b-4053-a353-3f1f90386de1'),
(10464,32,5583,NULL,2604,7,'2025-11-13 20:09:30','2025-11-13 20:09:30','83803319-d1eb-4a49-a963-328d0ef59f04'),
(10465,46,5583,NULL,3697,1,'2025-11-13 20:09:30','2025-11-13 20:09:30','af48db4c-364b-4fbd-9fb9-14087173e889'),
(10476,16,5588,NULL,3927,1,'2025-11-13 20:10:05','2025-11-13 20:10:05','d2ceb602-dbb1-4a47-b349-f3ea795762a1'),
(10477,7,5588,NULL,601,1,'2025-11-13 20:10:05','2025-11-13 20:10:05','ef90389c-3a0b-43a0-9e1c-a54575aff7fe'),
(10478,7,5588,NULL,3468,2,'2025-11-13 20:10:05','2025-11-13 20:10:05','5eeb851d-d7d8-4f2f-9e3f-3048d456ec91'),
(10479,7,5588,NULL,617,3,'2025-11-13 20:10:05','2025-11-13 20:10:05','9d7029d5-978a-463a-83db-bf8ee17785a4'),
(10480,7,5588,NULL,605,4,'2025-11-13 20:10:05','2025-11-13 20:10:05','834b0d86-c378-4cdf-916e-0aea3f042391'),
(10481,32,5588,NULL,2610,1,'2025-11-13 20:10:05','2025-11-13 20:10:05','09154b7d-c256-452b-b1f6-97491a20f720'),
(10482,32,5588,NULL,2598,2,'2025-11-13 20:10:05','2025-11-13 20:10:05','e223f0c1-5abc-423f-8c45-447d73c4b2aa'),
(10483,32,5588,NULL,2600,3,'2025-11-13 20:10:05','2025-11-13 20:10:05','8d9d5bb4-fbe8-48cb-b1ea-62406de7c54f'),
(10484,32,5588,NULL,2606,4,'2025-11-13 20:10:05','2025-11-13 20:10:05','57730670-cb8d-47fc-9583-ddffc62e9a9a'),
(10485,32,5588,NULL,2604,5,'2025-11-13 20:10:05','2025-11-13 20:10:05','d4975fcc-8e06-46b3-b912-8305b8eaa8c3'),
(10493,16,5593,NULL,4554,1,'2025-11-13 20:10:45','2025-11-13 20:10:45','8f532671-dbff-4be6-88e4-ff6a8fed1a9e'),
(10494,7,5593,NULL,617,1,'2025-11-13 20:10:45','2025-11-13 20:10:45','613a00d6-d67b-47c5-a340-6eb636f08a8f'),
(10495,7,5593,NULL,605,2,'2025-11-13 20:10:45','2025-11-13 20:10:45','a69386ca-5206-480c-9678-0ff91205e67d'),
(10496,32,5593,NULL,2610,1,'2025-11-13 20:10:45','2025-11-13 20:10:45','d4e69208-a679-4391-825e-99ba911fa45d'),
(10497,32,5593,NULL,2598,2,'2025-11-13 20:10:45','2025-11-13 20:10:45','c628570f-f6e7-4d15-bce1-1c96e13649a0'),
(10498,32,5593,NULL,2600,3,'2025-11-13 20:10:45','2025-11-13 20:10:45','5f642596-35e2-40a5-b3ef-e6f21574a017'),
(10499,32,5593,NULL,2604,4,'2025-11-13 20:10:45','2025-11-13 20:10:45','5df0a2ea-cba1-4bc6-b226-d808200ed7c2'),
(10508,16,5598,NULL,3959,1,'2025-11-13 20:11:22','2025-11-13 20:11:22','1f8fe093-fa9f-42be-b062-5cb8f2ec7c0a'),
(10510,7,5598,NULL,617,2,'2025-11-13 20:11:22','2025-11-13 20:11:22','ee1f55a3-6bd4-455f-aa7f-aa0b8ca6bcf7'),
(10511,7,5598,NULL,605,3,'2025-11-13 20:11:22','2025-11-13 20:11:22','eb64bc92-c023-450c-8c87-a234ba74e6f1'),
(10512,32,5598,NULL,2610,1,'2025-11-13 20:11:22','2025-11-13 20:11:22','df9a3342-cbe3-4d25-a1c1-e51d739d91a0'),
(10513,32,5598,NULL,2598,2,'2025-11-13 20:11:22','2025-11-13 20:11:22','881c0c25-8902-4890-b722-0137b1488891'),
(10514,32,5598,NULL,2600,3,'2025-11-13 20:11:22','2025-11-13 20:11:22','ae1df4cb-9d28-4296-b7a6-447e407315ae'),
(10515,32,5598,NULL,2604,4,'2025-11-13 20:11:22','2025-11-13 20:11:22','a2ad827f-e098-4be7-a37f-7bbc261bcbc6'),
(10526,16,5603,NULL,4579,1,'2025-11-13 20:11:57','2025-11-13 20:11:57','3e39e382-c276-45a2-bd8d-8b9041dbd05d'),
(10527,7,5603,NULL,2969,1,'2025-11-13 20:11:57','2025-11-13 20:11:57','bd0b8d4c-8af7-476f-82ee-9795c6c7dae1'),
(10529,7,5603,NULL,617,3,'2025-11-13 20:11:57','2025-11-13 20:11:57','2df075a1-e326-47d2-80e4-731c4f2b6bbd'),
(10530,7,5603,NULL,605,4,'2025-11-13 20:11:57','2025-11-13 20:11:57','5618905b-0fa6-4c7f-934f-41979eb402c2'),
(10531,32,5603,NULL,2610,1,'2025-11-13 20:11:57','2025-11-13 20:11:57','e36d8f7e-b420-4e6c-8eab-6bbcdc489edc'),
(10532,32,5603,NULL,2598,2,'2025-11-13 20:11:57','2025-11-13 20:11:57','29da7c27-b387-4c7d-bd72-c40e005dad9b'),
(10533,32,5603,NULL,2600,3,'2025-11-13 20:11:57','2025-11-13 20:11:57','ecdcbed3-31dc-43ed-a82f-9fc5c5951cbc'),
(10534,32,5603,NULL,2602,4,'2025-11-13 20:11:57','2025-11-13 20:11:57','e305bbfd-4ceb-424a-a21f-a8828cce6142'),
(10535,32,5603,NULL,2604,5,'2025-11-13 20:11:57','2025-11-13 20:11:57','bf57e776-95b2-423b-a2c5-2bc99d96f3d7'),
(10546,16,5608,NULL,4610,1,'2025-11-13 20:12:32','2025-11-13 20:12:32','d4c54b46-1806-4c26-9420-884caab0b4cc'),
(10547,7,5608,NULL,601,1,'2025-11-13 20:12:32','2025-11-13 20:12:32','72685f1e-4976-4240-a937-4901e53b87ca'),
(10548,7,5608,NULL,2972,2,'2025-11-13 20:12:32','2025-11-13 20:12:32','9951daa6-9575-4a57-9994-22e52f897c0b'),
(10549,7,5608,NULL,2974,3,'2025-11-13 20:12:32','2025-11-13 20:12:32','8fed8e82-cd99-4d3c-acd7-78097b5fc8c6'),
(10550,7,5608,NULL,617,4,'2025-11-13 20:12:32','2025-11-13 20:12:32','c12bdc15-a390-4be1-a834-960924ac8e1f'),
(10551,7,5608,NULL,605,5,'2025-11-13 20:12:32','2025-11-13 20:12:32','ca83541f-f174-46c4-9b1e-17de6f4a5584'),
(10552,32,5608,NULL,2610,1,'2025-11-13 20:12:32','2025-11-13 20:12:32','89ba7d0c-735a-4454-975c-a855af40a369'),
(10553,32,5608,NULL,2598,2,'2025-11-13 20:12:32','2025-11-13 20:12:32','3a675465-be96-4213-b71b-27fb672ada6f'),
(10554,32,5608,NULL,2600,3,'2025-11-13 20:12:32','2025-11-13 20:12:32','24163c84-de3b-40ae-a4c3-d2520305adf4'),
(10555,32,5608,NULL,2604,4,'2025-11-13 20:12:32','2025-11-13 20:12:32','5982c8a2-1475-4aa6-abb0-661d65fd555f'),
(10567,16,5618,NULL,4150,1,'2025-11-13 20:13:55','2025-11-13 20:13:55','7e7bbd78-6855-449c-ac1f-fced212d4638'),
(10568,7,5618,NULL,601,1,'2025-11-13 20:13:55','2025-11-13 20:13:55','d3f9be3b-f654-44ad-b328-1382f08d1c70'),
(10569,7,5618,NULL,3468,2,'2025-11-13 20:13:55','2025-11-13 20:13:55','a63bcd90-ead3-4a0c-aed4-3bb28c286367'),
(10570,7,5618,NULL,2972,3,'2025-11-13 20:13:55','2025-11-13 20:13:55','a51b6da2-84dd-4bab-ae50-29406fe39027'),
(10572,7,5618,NULL,617,5,'2025-11-13 20:13:55','2025-11-13 20:13:55','a1dd04e2-6e2b-4383-962f-0f53be47e53f'),
(10573,7,5618,NULL,605,6,'2025-11-13 20:13:55','2025-11-13 20:13:55','e62c603d-c581-42fc-a90b-b370991ea451'),
(10574,32,5618,NULL,2610,1,'2025-11-13 20:13:55','2025-11-13 20:13:55','9fd16e9b-4e68-4afa-a053-a6fafbd7a78c'),
(10575,32,5618,NULL,2598,2,'2025-11-13 20:13:55','2025-11-13 20:13:55','8470d0a1-a4cf-4a01-88d2-3ee06e4a70ab'),
(10576,32,5618,NULL,2600,3,'2025-11-13 20:13:55','2025-11-13 20:13:55','820424a0-a874-45f4-bd68-b81980696a49'),
(10577,32,5618,NULL,2604,4,'2025-11-13 20:13:55','2025-11-13 20:13:55','3a352103-96ee-4714-95cc-1e31769705ce'),
(10587,7,5628,NULL,617,1,'2025-11-13 20:15:18','2025-11-13 20:15:18','59d33ad4-4d4f-4182-aa51-a2147f21b125'),
(10588,7,5628,NULL,605,2,'2025-11-13 20:15:18','2025-11-13 20:15:18','5a6a4645-17ad-49d2-a88c-10fbb2de44b3'),
(10589,32,5628,NULL,2598,1,'2025-11-13 20:15:18','2025-11-13 20:15:18','d8506c03-e3b2-433e-a8a8-bc2189dbe421'),
(10590,32,5628,NULL,2608,2,'2025-11-13 20:15:18','2025-11-13 20:15:18','8016f936-9332-4129-87db-fe76dc2bde3b'),
(10591,32,5628,NULL,2600,3,'2025-11-13 20:15:18','2025-11-13 20:15:18','d350ace3-92bf-4493-b790-24a64387920d'),
(10592,32,5628,NULL,2596,4,'2025-11-13 20:15:18','2025-11-13 20:15:18','99588531-b0f5-459e-aceb-6f1efb34496d'),
(10593,32,5628,NULL,2602,5,'2025-11-13 20:15:18','2025-11-13 20:15:18','1004129c-6bdc-48e8-88db-07ac8dc62a2d'),
(10594,32,5628,NULL,2606,6,'2025-11-13 20:15:18','2025-11-13 20:15:18','9aa540ef-0fd5-4b50-87b2-08f490da132e'),
(10595,32,5628,NULL,2604,7,'2025-11-13 20:15:18','2025-11-13 20:15:18','bdfc814f-f580-4e9c-959e-6905f53846ef'),
(10607,16,5633,NULL,3564,1,'2025-11-13 20:15:57','2025-11-13 20:15:57','23e8b266-2ea6-488c-b4ca-614b5994f7e4'),
(10608,7,5633,NULL,601,1,'2025-11-13 20:15:57','2025-11-13 20:15:57','e1cd370b-0127-4fa3-b851-044b02b7e001'),
(10609,7,5633,NULL,617,2,'2025-11-13 20:15:57','2025-11-13 20:15:57','e55d8647-58c9-4473-bd23-be0c5167d5b6'),
(10610,7,5633,NULL,605,3,'2025-11-13 20:15:57','2025-11-13 20:15:57','879f6791-df6b-4031-8dd2-0f08f9495885'),
(10611,32,5633,NULL,2614,1,'2025-11-13 20:15:57','2025-11-13 20:15:57','c9be558a-8249-4114-b9c4-3810b50081c5'),
(10612,32,5633,NULL,2610,2,'2025-11-13 20:15:57','2025-11-13 20:15:57','0e3dc13a-7dc7-4f3d-a6f7-c196151349f8'),
(10613,32,5633,NULL,2598,3,'2025-11-13 20:15:57','2025-11-13 20:15:57','9a2af685-f9c8-4913-b9c3-6d281d23173a'),
(10614,32,5633,NULL,2600,4,'2025-11-13 20:15:57','2025-11-13 20:15:57','412b091b-a3c7-47f8-9c85-8c97ac43443a'),
(10615,32,5633,NULL,2596,5,'2025-11-13 20:15:57','2025-11-13 20:15:57','51708dd1-64b3-4abc-869f-38fefac89f0e'),
(10616,32,5633,NULL,2602,6,'2025-11-13 20:15:57','2025-11-13 20:15:57','76ce2c91-009d-454f-a111-430f3df0fa62'),
(10617,32,5633,NULL,2604,7,'2025-11-13 20:15:57','2025-11-13 20:15:57','9161c26a-2c5e-4934-aef3-e21b962744ba'),
(10634,16,5636,NULL,5253,1,'2025-11-13 20:16:13','2025-11-13 20:16:13','f38730b8-bb2c-4552-af73-62e42e6adba8'),
(10635,7,5636,NULL,601,1,'2025-11-13 20:16:13','2025-11-13 20:16:13','90188f3c-37c8-4925-891c-5291db77ffd1'),
(10637,7,5636,NULL,617,3,'2025-11-13 20:16:13','2025-11-13 20:16:13','729f8bf4-d1c2-40f5-a6ec-24de5de49532'),
(10638,7,5636,NULL,605,4,'2025-11-13 20:16:13','2025-11-13 20:16:13','a7d9f069-2e12-4747-86c9-2a5195205c81'),
(10639,32,5636,NULL,2610,1,'2025-11-13 20:16:13','2025-11-13 20:16:13','36d5f550-6949-489b-adcc-32725de069c6'),
(10640,32,5636,NULL,2598,2,'2025-11-13 20:16:13','2025-11-13 20:16:13','49ebef0e-560a-4762-958e-ddb4fd0c85bb'),
(10641,32,5636,NULL,2600,3,'2025-11-13 20:16:13','2025-11-13 20:16:13','8c3dee04-f582-4173-b44a-6ce58a2d7754'),
(10642,32,5636,NULL,2596,4,'2025-11-13 20:16:13','2025-11-13 20:16:13','8c42acac-f354-4ec0-9fe2-c85d2a115195'),
(10643,32,5636,NULL,2602,5,'2025-11-13 20:16:13','2025-11-13 20:16:13','40bb0066-7bb8-4260-a3a1-fa5fea0fd32f'),
(10644,32,5636,NULL,2604,6,'2025-11-13 20:16:13','2025-11-13 20:16:13','dd6d09d1-f872-49b4-8646-852eb57c3e5f'),
(10645,57,5636,NULL,5254,1,'2025-11-13 20:16:13','2025-11-13 20:16:13','625fff24-d444-4513-83f3-36daf898be78'),
(10646,57,5636,NULL,5255,2,'2025-11-13 20:16:13','2025-11-13 20:16:13','ad61c053-fafa-40e5-95d9-8ce3771ecfb0'),
(10647,57,5636,NULL,5256,3,'2025-11-13 20:16:13','2025-11-13 20:16:13','6282d00d-7c8a-4602-b6a1-8eb0504a1a47'),
(10648,57,5636,NULL,5257,4,'2025-11-13 20:16:13','2025-11-13 20:16:13','0951f946-1c7b-4eaa-86ca-6afc8a7d2c86'),
(10649,57,5636,NULL,5258,5,'2025-11-13 20:16:13','2025-11-13 20:16:13','7c7a22c0-1b42-47b1-8f0e-1d0a27513d93'),
(10707,16,5640,NULL,5140,1,'2025-11-13 20:17:06','2025-11-13 20:17:06','c00f9475-8e55-42a6-8818-c491168768ac'),
(10709,7,5640,NULL,617,2,'2025-11-13 20:17:06','2025-11-13 20:17:06','d09c88fa-400d-4f52-8731-6ba038b6d841'),
(10710,7,5640,NULL,605,3,'2025-11-13 20:17:06','2025-11-13 20:17:06','27b2a177-7410-4742-bb5a-00c3d7efefc2'),
(10711,32,5640,NULL,2610,1,'2025-11-13 20:17:06','2025-11-13 20:17:06','192e21c4-84c9-434b-92a5-f139f3188fbc'),
(10712,32,5640,NULL,2598,2,'2025-11-13 20:17:06','2025-11-13 20:17:06','68d44bb6-8fba-41db-ac80-1e6e2d9484c7'),
(10713,32,5640,NULL,2608,3,'2025-11-13 20:17:06','2025-11-13 20:17:06','8b01824d-b22f-45a2-b957-48bbb9f22fe6'),
(10714,32,5640,NULL,2624,4,'2025-11-13 20:17:06','2025-11-13 20:17:06','95eb7ebd-45ea-471e-bbe7-39371cdff223'),
(10715,32,5640,NULL,2600,5,'2025-11-13 20:17:06','2025-11-13 20:17:06','a91ee836-26e3-4d70-a324-6427e4cc8c5b'),
(10716,32,5640,NULL,2596,6,'2025-11-13 20:17:06','2025-11-13 20:17:06','6b642897-8be3-40c4-9fc9-267179000ee6'),
(10717,32,5640,NULL,2602,7,'2025-11-13 20:17:06','2025-11-13 20:17:06','32be3cd0-90a5-487f-a4b7-72f3f55faf66'),
(10718,32,5640,NULL,2606,8,'2025-11-13 20:17:06','2025-11-13 20:17:06','3a2a4efe-0293-4f76-8728-449415da52fd'),
(10719,32,5640,NULL,2612,9,'2025-11-13 20:17:06','2025-11-13 20:17:06','cf0ad712-ca97-49b2-b53c-99c263da9227'),
(10720,32,5640,NULL,2604,10,'2025-11-13 20:17:06','2025-11-13 20:17:06','aa027bfd-5182-4d0a-8a36-61ccc2815737'),
(10721,57,5640,NULL,5146,1,'2025-11-13 20:17:06','2025-11-13 20:17:06','ea8d8427-01f5-4cca-a7c7-e525b6d19b1a'),
(10722,57,5640,NULL,5147,2,'2025-11-13 20:17:06','2025-11-13 20:17:06','e123b0a7-8935-4a2f-8ed1-ca63b1470dfc'),
(10723,57,5640,NULL,5148,3,'2025-11-13 20:17:06','2025-11-13 20:17:06','6ceab131-4914-40cd-8484-c62b1c800c1e'),
(10724,57,5640,NULL,5149,4,'2025-11-13 20:17:06','2025-11-13 20:17:06','72b4a907-a0f4-415b-9825-1a6866430a28'),
(10725,57,5640,NULL,5150,5,'2025-11-13 20:17:06','2025-11-13 20:17:06','32975f65-1ef1-481a-9efe-3daef31155f6'),
(10726,57,5640,NULL,5151,6,'2025-11-13 20:17:06','2025-11-13 20:17:06','7be3898e-a4a5-4dd4-944d-0ce552c94c81'),
(10727,57,5640,NULL,5152,7,'2025-11-13 20:17:06','2025-11-13 20:17:06','c2899615-2805-4b18-a005-3534e3cbd261'),
(10728,57,5640,NULL,5153,8,'2025-11-13 20:17:06','2025-11-13 20:17:06','0743eda0-d3ae-4a25-8279-77ac7a1d0669'),
(10743,16,5642,NULL,3986,1,'2025-11-13 20:17:14','2025-11-13 20:17:14','214934b6-9de9-4b76-a7e5-2734b3d71c49'),
(10744,7,5642,NULL,601,1,'2025-11-13 20:17:14','2025-11-13 20:17:14','2f7cc882-59d8-4e12-90e1-39e58f006fe9'),
(10745,7,5642,NULL,3468,2,'2025-11-13 20:17:14','2025-11-13 20:17:14','57f1afc0-3679-465a-8cb3-f28053bf7dc9'),
(10746,7,5642,NULL,617,3,'2025-11-13 20:17:14','2025-11-13 20:17:14','7e4d8c5c-9635-492c-9119-3ab392f33772'),
(10747,7,5642,NULL,605,4,'2025-11-13 20:17:14','2025-11-13 20:17:14','6fe5a604-4d54-46ec-99fd-56c7c2b25c80'),
(10748,32,5642,NULL,2610,1,'2025-11-13 20:17:14','2025-11-13 20:17:14','b86188f3-2ece-4781-a549-a99053cd473a'),
(10749,32,5642,NULL,2598,2,'2025-11-13 20:17:14','2025-11-13 20:17:14','aa65679b-74f6-4c62-ba7f-46bdfa7cc670'),
(10750,32,5642,NULL,2600,3,'2025-11-13 20:17:14','2025-11-13 20:17:14','aa0cbbc5-f86c-4c25-a410-22d5a3c3fdc9'),
(10751,32,5642,NULL,2604,4,'2025-11-13 20:17:14','2025-11-13 20:17:14','e4eff853-03c1-4a1e-8788-025b47758d5c'),
(10752,57,5642,NULL,5127,1,'2025-11-13 20:17:14','2025-11-13 20:17:14','60a1d0a2-662d-4aa1-8580-996abab5452e'),
(10753,57,5642,NULL,5128,2,'2025-11-13 20:17:14','2025-11-13 20:17:14','15df6e1a-190d-4eb1-a471-a119b2f39644'),
(10754,57,5642,NULL,5129,3,'2025-11-13 20:17:14','2025-11-13 20:17:14','5fe1efb9-f4e4-4957-92da-a7b9e4e9797e'),
(10755,57,5642,NULL,5130,4,'2025-11-13 20:17:14','2025-11-13 20:17:14','42636a08-570b-4b1b-a654-0d16d773c9b9'),
(10756,57,5642,NULL,5131,5,'2025-11-13 20:17:14','2025-11-13 20:17:14','a5299694-9e8a-49af-b42a-0325695ce330'),
(10761,16,5645,NULL,4017,1,'2025-11-13 20:17:57','2025-11-13 20:17:57','26612572-c71c-45c7-bd29-e30be34e8d91'),
(10762,7,5645,NULL,601,1,'2025-11-13 20:17:57','2025-11-13 20:17:57','6700fbb9-ed8e-49c0-9919-82f5d41cc399'),
(10764,7,5645,NULL,2972,3,'2025-11-13 20:17:57','2025-11-13 20:17:57','59e73ccc-65df-4cb0-b44c-a282d66f9254'),
(10765,7,5645,NULL,617,4,'2025-11-13 20:17:57','2025-11-13 20:17:57','88d2e735-faa8-4b2e-99a3-81f783c1bedc'),
(10766,7,5645,NULL,605,5,'2025-11-13 20:17:57','2025-11-13 20:17:57','8b4c1a75-bdfd-474f-9fdd-2fe4d40ded02'),
(10767,32,5645,NULL,2610,1,'2025-11-13 20:17:57','2025-11-13 20:17:57','309d9e6f-5851-4279-b1a0-22c10f0811f3'),
(10768,32,5645,NULL,2598,2,'2025-11-13 20:17:57','2025-11-13 20:17:57','01024e80-4b38-4da6-9a41-50f925895efc'),
(10769,32,5645,NULL,2600,3,'2025-11-13 20:17:57','2025-11-13 20:17:57','c67e805c-ecb4-4259-ad5b-f70d854d26bd'),
(10770,32,5645,NULL,2604,4,'2025-11-13 20:17:57','2025-11-13 20:17:57','3c65d602-20d8-4e99-b8a5-800e6a470680'),
(10771,57,5645,NULL,5122,1,'2025-11-13 20:17:57','2025-11-13 20:17:57','3c5844ec-1b49-47fd-985f-5f27c6794900'),
(10772,57,5645,NULL,5123,2,'2025-11-13 20:17:57','2025-11-13 20:17:57','553cd8d6-ab7a-42b0-8d34-8bdde502eee3'),
(10773,57,5645,NULL,5124,3,'2025-11-13 20:17:57','2025-11-13 20:17:57','7e3e75d4-f4ba-4c01-9295-35cb0c2d503c'),
(10774,57,5645,NULL,5125,4,'2025-11-13 20:17:57','2025-11-13 20:17:57','97b39f5f-0d91-48a1-815f-9cea6cdaf0b5'),
(10784,7,5650,NULL,617,1,'2025-11-13 20:18:17','2025-11-13 20:18:17','a5751da1-8043-4933-a876-6d805d8cf104'),
(10785,7,5650,NULL,605,2,'2025-11-13 20:18:17','2025-11-13 20:18:17','89b40064-f0bb-4336-a4ea-ca2c124b3c0b'),
(10786,32,5650,NULL,2598,1,'2025-11-13 20:18:17','2025-11-13 20:18:17','ea891677-5031-4ffc-89f3-8f18943d176c'),
(10787,32,5650,NULL,2608,2,'2025-11-13 20:18:17','2025-11-13 20:18:17','0bff4049-2fa4-4fc1-9187-710eba32f1fb'),
(10788,32,5650,NULL,2600,3,'2025-11-13 20:18:17','2025-11-13 20:18:17','e29e95cc-8503-44ac-a8c3-3b87441255d3'),
(10789,32,5650,NULL,2596,4,'2025-11-13 20:18:17','2025-11-13 20:18:17','67e02980-9906-4372-9dc0-7665fd6bc960'),
(10790,32,5650,NULL,2602,5,'2025-11-13 20:18:17','2025-11-13 20:18:17','05ef61ad-5574-4006-9977-0140e9464ab6'),
(10791,32,5650,NULL,2606,6,'2025-11-13 20:18:17','2025-11-13 20:18:17','c2e4470b-3c90-42b7-9495-ec227727538b'),
(10792,32,5650,NULL,2604,7,'2025-11-13 20:18:17','2025-11-13 20:18:17','4df532a4-0251-4bf9-87ec-455e4dc73ffb'),
(10813,16,5657,NULL,3623,1,'2025-11-13 20:19:03','2025-11-13 20:19:03','4f47ac6b-927d-4750-aa0b-1fe4ca223274'),
(10814,7,5657,NULL,601,1,'2025-11-13 20:19:03','2025-11-13 20:19:03','3e32502f-4cc9-4bea-8b9f-3d0010271106'),
(10815,7,5657,NULL,617,2,'2025-11-13 20:19:03','2025-11-13 20:19:03','0932e31a-a22d-4a87-820d-5065a0959399'),
(10816,7,5657,NULL,605,3,'2025-11-13 20:19:03','2025-11-13 20:19:03','58a3b857-ad9c-4908-ab63-26e1680a67bc'),
(10817,32,5657,NULL,2614,1,'2025-11-13 20:19:03','2025-11-13 20:19:03','90c6eb82-da81-4921-9e04-9e47ba085d6c'),
(10818,32,5657,NULL,2610,2,'2025-11-13 20:19:03','2025-11-13 20:19:03','02e3d894-3ebf-46ef-bf4a-2d70da7d7705'),
(10819,32,5657,NULL,2598,3,'2025-11-13 20:19:03','2025-11-13 20:19:03','45ccd8b0-a434-4c1e-9628-9ccbcc6864e0'),
(10820,32,5657,NULL,2600,4,'2025-11-13 20:19:03','2025-11-13 20:19:03','80022ac5-74bb-49e0-b2c7-05a3ffb1924c'),
(10821,32,5657,NULL,2596,5,'2025-11-13 20:19:03','2025-11-13 20:19:03','abf836df-2241-4727-b806-3cad4e4d1e36'),
(10822,32,5657,NULL,2602,6,'2025-11-13 20:19:03','2025-11-13 20:19:03','b35a33fa-b01c-4ee1-bc8f-23bdde13d5e1'),
(10823,32,5657,NULL,2612,7,'2025-11-13 20:19:03','2025-11-13 20:19:03','97123126-9974-4891-8f36-936042b7d7cc'),
(10824,32,5657,NULL,2604,8,'2025-11-13 20:19:03','2025-11-13 20:19:03','d043aad5-f415-4d2b-8d03-c15db3e2967b'),
(10825,57,5657,NULL,5105,1,'2025-11-13 20:19:03','2025-11-13 20:19:03','3f4d6e3b-2f9a-46b3-a92a-b4af39a3ac3d'),
(10826,57,5657,NULL,5106,2,'2025-11-13 20:19:03','2025-11-13 20:19:03','48be2a70-9952-4a9e-ab39-b144981f07bc'),
(10827,57,5657,NULL,5107,3,'2025-11-13 20:19:03','2025-11-13 20:19:03','3e18bd32-ce3c-4de6-9f9f-87bf8df39783'),
(10828,57,5657,NULL,5108,4,'2025-11-13 20:19:03','2025-11-13 20:19:03','74cc9049-22e7-4e36-9d49-7bc2e3c604fa'),
(10829,57,5657,NULL,5109,5,'2025-11-13 20:19:03','2025-11-13 20:19:03','a0941283-7eef-44b5-8fac-241ea9fc7580'),
(10830,57,5657,NULL,5110,6,'2025-11-13 20:19:03','2025-11-13 20:19:03','7381d537-dca7-4442-80d2-639c8cb8be48'),
(10831,57,5657,NULL,5111,7,'2025-11-13 20:19:03','2025-11-13 20:19:03','a1a91d5c-6c65-40a4-a87e-1fee9716f70a'),
(10832,57,5657,NULL,5112,8,'2025-11-13 20:19:03','2025-11-13 20:19:03','0b67c3d3-02c6-47b5-8925-1e323c02b833'),
(10851,7,5659,NULL,2974,3,'2025-11-13 20:19:10','2025-11-13 20:19:10','4fce812c-b0d5-43f8-9fef-37bc52900d51'),
(10852,7,5659,NULL,617,4,'2025-11-13 20:19:10','2025-11-13 20:19:10','250cd40e-6c8f-40fd-b050-02a2361960f2'),
(10853,7,5659,NULL,605,5,'2025-11-13 20:19:10','2025-11-13 20:19:10','96c9e40f-365a-4012-abc1-e28d9656ef3f'),
(10854,32,5659,NULL,2610,1,'2025-11-13 20:19:10','2025-11-13 20:19:10','efce9b42-cfe5-4d8b-9c7c-2c2f351d1f06'),
(10855,32,5659,NULL,2598,2,'2025-11-13 20:19:10','2025-11-13 20:19:10','51bb8461-7478-4710-93d4-9ceb7d5769ef'),
(10856,32,5659,NULL,2608,3,'2025-11-13 20:19:10','2025-11-13 20:19:10','1f7dabe2-85f5-48e0-93ae-be7be85a42bf'),
(10857,32,5659,NULL,2600,4,'2025-11-13 20:19:10','2025-11-13 20:19:10','55666808-1eba-4c6b-b09a-01e875cf46cc'),
(10858,32,5659,NULL,2596,5,'2025-11-13 20:19:10','2025-11-13 20:19:10','87f8312c-3063-4214-a702-7c7b43c46f2c'),
(10859,32,5659,NULL,2602,6,'2025-11-13 20:19:10','2025-11-13 20:19:10','124fd5bf-421e-443f-8e21-26b4b6bf6cd8'),
(10860,32,5659,NULL,2604,7,'2025-11-13 20:19:10','2025-11-13 20:19:10','83cd94a6-f6f2-4399-a619-87e524e3523d'),
(10861,57,5659,NULL,5095,1,'2025-11-13 20:19:10','2025-11-13 20:19:10','332395a3-880c-4c3a-906f-a9db2f0e4785'),
(10862,57,5659,NULL,5096,2,'2025-11-13 20:19:10','2025-11-13 20:19:10','f9ed8c65-867e-4415-aadf-dd5beaa81f97'),
(10863,57,5659,NULL,5097,3,'2025-11-13 20:19:10','2025-11-13 20:19:10','ade25c1c-993c-40bd-8c76-29b10a68ca62'),
(10864,57,5659,NULL,5098,4,'2025-11-13 20:19:10','2025-11-13 20:19:10','7df0a8d0-c4fa-4c38-9b12-435531720857'),
(10882,16,5663,NULL,4639,1,'2025-11-13 20:19:38','2025-11-13 20:19:38','0a123c84-c605-4512-ae1a-5f848b7c1c22'),
(10883,7,5663,NULL,2974,1,'2025-11-13 20:19:38','2025-11-13 20:19:38','103ef160-073a-462c-ba53-66590437d7bc'),
(10884,7,5663,NULL,617,2,'2025-11-13 20:19:38','2025-11-13 20:19:38','32d4c9fb-36b4-4a5e-ac53-6b302eb0a726'),
(10885,7,5663,NULL,605,3,'2025-11-13 20:19:38','2025-11-13 20:19:38','584b14b8-5f4b-48ab-baa3-886f1f8dec3a'),
(10886,32,5663,NULL,2610,1,'2025-11-13 20:19:38','2025-11-13 20:19:38','671d471b-3c56-49d2-a8ad-428dbfb6e3f8'),
(10887,32,5663,NULL,2598,2,'2025-11-13 20:19:38','2025-11-13 20:19:38','dc38f263-0467-403e-8ccc-d20a7f29083f'),
(10888,32,5663,NULL,2600,3,'2025-11-13 20:19:38','2025-11-13 20:19:38','220707a9-62a9-4cf7-8d1c-6963ac6bb4cd'),
(10889,32,5663,NULL,2602,4,'2025-11-13 20:19:38','2025-11-13 20:19:38','b9e861ab-1c5e-411e-ba44-dd701d0c8ff3'),
(10890,32,5663,NULL,2612,5,'2025-11-13 20:19:38','2025-11-13 20:19:38','ae529e72-0508-43ea-b796-33cf42281532'),
(10891,32,5663,NULL,2618,6,'2025-11-13 20:19:38','2025-11-13 20:19:38','c007eb2c-f305-4a3e-afe3-f6f3282babf1'),
(10892,32,5663,NULL,2604,7,'2025-11-13 20:19:38','2025-11-13 20:19:38','4db2a4d9-960f-4e9f-b058-e88067f0bead'),
(10893,46,5663,NULL,3697,1,'2025-11-13 20:19:38','2025-11-13 20:19:38','ce4e7d1a-16ca-4a0c-9d05-ecc8304df576'),
(10894,57,5663,NULL,5084,1,'2025-11-13 20:19:38','2025-11-13 20:19:38','09596918-c37f-49c3-b443-d4ef7f628f25'),
(10895,57,5663,NULL,5085,2,'2025-11-13 20:19:38','2025-11-13 20:19:38','1a82f1ae-2be1-4813-81fc-fb59e99d162a'),
(10896,57,5663,NULL,5086,3,'2025-11-13 20:19:38','2025-11-13 20:19:38','b4cdb969-0a56-4216-8374-eb7ce5e13d46'),
(10897,57,5663,NULL,5087,4,'2025-11-13 20:19:38','2025-11-13 20:19:38','718a14d1-3035-4eb4-8dc3-777303ecd30b'),
(10898,57,5663,NULL,5088,5,'2025-11-13 20:19:38','2025-11-13 20:19:38','4915c413-4d66-4a9b-8495-93e2311cd2ae'),
(10915,16,5666,NULL,4080,1,'2025-11-13 20:19:48','2025-11-13 20:19:48','f386b5c5-9a72-4369-b4e9-78873e33f05d'),
(10916,7,5666,NULL,601,1,'2025-11-13 20:19:48','2025-11-13 20:19:48','59a5314a-3c9c-4a30-98cb-9d73a59b9085'),
(10917,7,5666,NULL,3468,2,'2025-11-13 20:19:48','2025-11-13 20:19:48','c381d82a-4872-4563-85a7-fc658fad375b'),
(10919,7,5666,NULL,2972,4,'2025-11-13 20:19:48','2025-11-13 20:19:48','83be9305-68bf-41d4-b303-06b4f9994689'),
(10920,7,5666,NULL,2974,5,'2025-11-13 20:19:48','2025-11-13 20:19:48','98dae05e-f8d9-4b95-9764-c15136dbaabb'),
(10921,7,5666,NULL,617,6,'2025-11-13 20:19:48','2025-11-13 20:19:48','b92f9d8a-7572-4c8c-9101-95dae1f8ba9a'),
(10922,7,5666,NULL,605,7,'2025-11-13 20:19:48','2025-11-13 20:19:48','06a61144-d4dd-469a-bbb1-6e6e5b00a6f9'),
(10923,32,5666,NULL,2610,1,'2025-11-13 20:19:48','2025-11-13 20:19:48','127d5855-be39-45de-aa79-3c1156f4dcf5'),
(10924,32,5666,NULL,2598,2,'2025-11-13 20:19:48','2025-11-13 20:19:48','8fbb16f4-0bad-484e-8c04-154a47a4e793'),
(10925,32,5666,NULL,2600,3,'2025-11-13 20:19:48','2025-11-13 20:19:48','8ce750da-5867-46ff-bf6f-262e4a8cb52a'),
(10926,32,5666,NULL,2602,4,'2025-11-13 20:19:48','2025-11-13 20:19:48','cd5c490a-d969-4726-bac2-3295bd93740c'),
(10927,32,5666,NULL,2604,5,'2025-11-13 20:19:48','2025-11-13 20:19:48','af93c53c-882b-4f65-a273-f153ab8c45d2'),
(10928,57,5666,NULL,5067,1,'2025-11-13 20:19:48','2025-11-13 20:19:48','2698b686-b9ff-4f39-9434-ab0e6897afd3'),
(10929,57,5666,NULL,5068,2,'2025-11-13 20:19:48','2025-11-13 20:19:48','3ef73029-5bf5-4082-8845-388da3b15317'),
(10930,57,5666,NULL,5069,3,'2025-11-13 20:19:48','2025-11-13 20:19:48','e08e9933-2bba-4536-a9b6-e689e923e3ba'),
(10947,16,5668,NULL,4083,1,'2025-11-13 20:19:54','2025-11-13 20:19:54','1a3ee9e2-0657-4411-8ddb-95a61cb1cc49'),
(10948,7,5668,NULL,601,1,'2025-11-13 20:19:54','2025-11-13 20:19:54','c1c1365c-341d-4d59-8a54-5de655bf71d2'),
(10949,7,5668,NULL,617,2,'2025-11-13 20:19:54','2025-11-13 20:19:54','184d1fe9-2b43-4d3d-8db4-3c66d8223574'),
(10950,7,5668,NULL,605,3,'2025-11-13 20:19:54','2025-11-13 20:19:54','01758901-4a04-4bf1-8edb-b04b33c7b4c0'),
(10951,32,5668,NULL,2614,1,'2025-11-13 20:19:54','2025-11-13 20:19:54','521439cf-40ee-46f0-98d2-04522885cb9e'),
(10952,32,5668,NULL,2610,2,'2025-11-13 20:19:54','2025-11-13 20:19:54','9b995594-fe5b-4c8e-931f-4d53943f5e9b'),
(10953,32,5668,NULL,2598,3,'2025-11-13 20:19:54','2025-11-13 20:19:54','a3fd2cff-45a9-4df1-9ec9-6b2740a1fd0d'),
(10954,32,5668,NULL,2600,4,'2025-11-13 20:19:54','2025-11-13 20:19:54','96e38e31-9d8d-4077-a55d-820e642725cd'),
(10955,32,5668,NULL,2602,5,'2025-11-13 20:19:54','2025-11-13 20:19:54','11078a43-8f7b-4b01-8e30-cf0d925a1ed0'),
(10956,32,5668,NULL,2612,6,'2025-11-13 20:19:54','2025-11-13 20:19:54','824c01fc-68fa-40c8-8a9e-dfd21ef72b47'),
(10957,32,5668,NULL,2604,7,'2025-11-13 20:19:54','2025-11-13 20:19:54','099e50c4-32a3-4f20-a95a-6a5d13a5b6dc'),
(10958,46,5668,NULL,3697,1,'2025-11-13 20:19:54','2025-11-13 20:19:54','276b10f5-fea3-4631-88d3-4293f16411cf'),
(10959,57,5668,NULL,5055,1,'2025-11-13 20:19:54','2025-11-13 20:19:54','34d9298f-54be-46ab-b315-c1df53fdc8d1'),
(10960,57,5668,NULL,5056,2,'2025-11-13 20:19:54','2025-11-13 20:19:54','c3e98a5d-c2ae-41d5-ae8f-458926468344'),
(10961,57,5668,NULL,5057,3,'2025-11-13 20:19:54','2025-11-13 20:19:54','8779e63b-1399-4ee5-abd9-16498aa51aba'),
(10962,57,5668,NULL,5058,4,'2025-11-13 20:19:54','2025-11-13 20:19:54','a2536803-8de1-404d-afbc-c2f51c34cd0c'),
(10985,16,5670,NULL,5013,1,'2025-11-13 20:20:09','2025-11-13 20:20:09','dd30f77c-0fbe-4cdf-a58a-e37ab4f9e95b'),
(10986,7,5670,NULL,2969,1,'2025-11-13 20:20:09','2025-11-13 20:20:09','e47767a7-84c0-424d-b594-ad6ffb0a2040'),
(10987,7,5670,NULL,617,2,'2025-11-13 20:20:09','2025-11-13 20:20:09','c4af6898-f763-45bd-b014-d91a701c947e'),
(10988,7,5670,NULL,605,3,'2025-11-13 20:20:09','2025-11-13 20:20:09','92c2b6da-016d-4049-9a97-d40eca3c4252'),
(10989,32,5670,NULL,2614,1,'2025-11-13 20:20:09','2025-11-13 20:20:09','e8ce6587-0204-4a0e-abef-9b0a920577bf'),
(10990,32,5670,NULL,2610,2,'2025-11-13 20:20:09','2025-11-13 20:20:09','d8b20a6f-560c-4a02-be34-384615e8759b'),
(10991,32,5670,NULL,2598,3,'2025-11-13 20:20:09','2025-11-13 20:20:09','0c251923-afb4-493f-8437-76ddde396e65'),
(10992,32,5670,NULL,2608,4,'2025-11-13 20:20:09','2025-11-13 20:20:09','860b0fdb-79c3-458d-a604-58053c168a8c'),
(10993,32,5670,NULL,2600,5,'2025-11-13 20:20:09','2025-11-13 20:20:09','82b8d985-8f08-4a7b-8c08-d0e7fa9f39f0'),
(10994,32,5670,NULL,2596,6,'2025-11-13 20:20:09','2025-11-13 20:20:09','68795379-58fc-4a79-8e72-26189b7c333c'),
(10995,32,5670,NULL,2602,7,'2025-11-13 20:20:09','2025-11-13 20:20:09','fb95831c-b35d-4a4b-b364-8d2d33e24547'),
(10996,32,5670,NULL,2606,8,'2025-11-13 20:20:09','2025-11-13 20:20:09','60614212-41fa-4f61-b1ac-a23ee5eb7132'),
(10997,32,5670,NULL,2612,9,'2025-11-13 20:20:09','2025-11-13 20:20:09','e59a35f0-ef79-4b3c-a181-6f08212f1f6d'),
(10998,32,5670,NULL,2604,10,'2025-11-13 20:20:09','2025-11-13 20:20:09','5e4390da-ceb8-4beb-950c-1676c67f6c09'),
(10999,57,5670,NULL,5033,1,'2025-11-13 20:20:09','2025-11-13 20:20:09','3b44a24f-d3b3-4cde-929a-71aeb07d702c'),
(11000,57,5670,NULL,5034,2,'2025-11-13 20:20:09','2025-11-13 20:20:09','3eabd5bc-c7c9-4505-b601-fbcb512afa1d'),
(11001,57,5670,NULL,5035,3,'2025-11-13 20:20:09','2025-11-13 20:20:09','f4d96a7e-0e9e-4f3c-88e3-40aa2bc6febc'),
(11002,57,5670,NULL,5036,4,'2025-11-13 20:20:09','2025-11-13 20:20:09','563621f7-4b44-4fc0-8504-314a69120504'),
(11003,57,5670,NULL,5037,5,'2025-11-13 20:20:09','2025-11-13 20:20:09','9451923d-63f2-4600-9328-1c6a237f429a'),
(11004,57,5670,NULL,5038,6,'2025-11-13 20:20:09','2025-11-13 20:20:09','9b443485-7e8a-40cf-ac02-579e1becaa2b'),
(11005,57,5670,NULL,5039,7,'2025-11-13 20:20:09','2025-11-13 20:20:09','8a9e515b-6a36-4d65-b997-cbbf6981341b'),
(11006,57,5670,NULL,5040,8,'2025-11-13 20:20:09','2025-11-13 20:20:09','95d2a801-6edd-4179-904b-2e99fa6fed96'),
(11007,16,5671,NULL,4973,1,'2025-11-13 20:20:15','2025-11-13 20:20:15','b0f21e1f-e5c7-4f23-b374-15ecb972f3ef'),
(11008,57,5671,NULL,4991,1,'2025-11-13 20:20:15','2025-11-13 20:20:15','8aa458d1-410c-413e-8477-55bd86aae792'),
(11009,57,5671,NULL,4992,2,'2025-11-13 20:20:15','2025-11-13 20:20:15','8e0f9e04-e0b7-4076-bd2e-43d562479c33'),
(11010,57,5671,NULL,4993,3,'2025-11-13 20:20:15','2025-11-13 20:20:15','11263c50-306e-439c-a122-89b1d3da9588'),
(11011,57,5671,NULL,4994,4,'2025-11-13 20:20:15','2025-11-13 20:20:15','64ed5b09-b039-4194-a3e2-577c3de8fb84'),
(11012,57,5671,NULL,4995,5,'2025-11-13 20:20:15','2025-11-13 20:20:15','15bdf555-645f-43f2-a0c0-726c3772f351'),
(11013,57,5671,NULL,4996,6,'2025-11-13 20:20:15','2025-11-13 20:20:15','7dc8cfc9-0938-4693-92c0-d05ea37532cf'),
(11014,57,5671,NULL,4997,7,'2025-11-13 20:20:15','2025-11-13 20:20:15','fbec2f88-2bb7-426c-a1c8-36d525c7a9eb'),
(11056,66,5681,NULL,5680,1,'2025-11-13 21:31:58','2025-11-13 21:31:58','fadac93e-1942-4416-94ce-557ef4a1be99'),
(11057,16,5682,NULL,2968,1,'2025-11-13 21:31:59','2025-11-13 21:31:59','883d3016-659f-473a-9897-c20b1720bf59'),
(11058,57,5682,NULL,3246,1,'2025-11-13 21:31:59','2025-11-13 21:31:59','db2e3d35-649e-478e-a0af-d883c0b82068'),
(11059,57,5682,NULL,3254,2,'2025-11-13 21:31:59','2025-11-13 21:31:59','02ab899b-f796-49f2-ab2c-e3be304219b0'),
(11060,57,5682,NULL,3253,3,'2025-11-13 21:31:59','2025-11-13 21:31:59','be0dfe38-c38a-481d-b226-5344a3e3fbbc'),
(11061,57,5682,NULL,3251,4,'2025-11-13 21:31:59','2025-11-13 21:31:59','6d147721-c979-4aae-b924-faa0ef4f58bf'),
(11062,57,5682,NULL,3245,5,'2025-11-13 21:31:59','2025-11-13 21:31:59','4d5e76f2-08f3-4aa2-b8c3-7dd67ef8e98a'),
(11063,57,5682,NULL,3248,6,'2025-11-13 21:31:59','2025-11-13 21:31:59','72b61828-67d2-4cda-b2c1-a1fafff10431'),
(11064,72,5682,NULL,548,1,'2025-11-13 21:31:59','2025-11-13 21:31:59','24a5167a-17a3-44cf-9eaf-0c7484822764'),
(11065,66,5683,NULL,5680,1,'2025-11-13 21:31:59','2025-11-13 21:31:59','a02f0dc8-1291-4b63-8c8c-f0ed9d38b7ca'),
(11133,66,5697,NULL,5696,1,'2025-11-14 16:30:46','2025-11-14 16:30:46','4f00448e-e117-41e5-8e78-0a90aeccf6bf'),
(11134,66,5699,NULL,5696,1,'2025-11-14 16:30:47','2025-11-14 16:30:47','b6e83c6b-e6d8-4cd3-9934-455c20f366db'),
(11136,66,5702,NULL,5701,1,'2025-11-14 16:33:01','2025-11-14 16:33:01','5eaa7395-6ead-40ea-9891-dcab0a42aed6'),
(11155,66,5704,NULL,5701,1,'2025-11-14 16:33:01','2025-11-14 16:33:01','ee536671-75ef-40bb-9d49-3262f510a383'),
(11187,66,5711,NULL,5709,1,'2025-11-14 16:35:59','2025-11-14 16:35:59','48a9ac44-4bd2-4da8-98ab-6dce586ca028'),
(11188,16,5712,NULL,3374,1,'2025-11-14 16:35:59','2025-11-14 16:35:59','b8b1d1c5-841c-4d6b-90bb-fe688c809f52'),
(11189,7,5712,NULL,2969,1,'2025-11-14 16:35:59','2025-11-14 16:35:59','a67ed9b1-08b4-4a99-b97e-7cbb9ce8deff'),
(11190,7,5712,NULL,617,2,'2025-11-14 16:35:59','2025-11-14 16:35:59','060ee055-9cb6-446c-85f7-d644544698f4'),
(11191,7,5712,NULL,605,3,'2025-11-14 16:35:59','2025-11-14 16:35:59','8abc970d-3a11-4238-a187-43984e8023f5'),
(11192,32,5712,NULL,2610,1,'2025-11-14 16:35:59','2025-11-14 16:35:59','d4415ff0-dd79-41e2-921d-a79e91926b6b'),
(11193,32,5712,NULL,2598,2,'2025-11-14 16:35:59','2025-11-14 16:35:59','aacc503d-e284-4c90-8e66-4c915ca8360a'),
(11194,32,5712,NULL,2600,3,'2025-11-14 16:35:59','2025-11-14 16:35:59','c015b9ed-98ca-4bc2-8a1e-cb1457ae236b'),
(11195,32,5712,NULL,2604,4,'2025-11-14 16:35:59','2025-11-14 16:35:59','5c2e6c68-7e38-4a4a-944a-d0ca0877b270'),
(11196,57,5712,NULL,3362,1,'2025-11-14 16:35:59','2025-11-14 16:35:59','0250ff4e-6f8e-4cd7-9a94-bd8d719d0e09'),
(11197,57,5712,NULL,3363,2,'2025-11-14 16:35:59','2025-11-14 16:35:59','0ae82758-dbeb-4bc2-9ac2-ca4bc03b77d9'),
(11198,57,5712,NULL,3364,3,'2025-11-14 16:35:59','2025-11-14 16:35:59','377978ab-cf6b-4b62-96eb-7308beaa2cd7'),
(11199,57,5712,NULL,3365,4,'2025-11-14 16:35:59','2025-11-14 16:35:59','b59d38f7-a6c5-4e90-9977-ab97139f3e66'),
(11200,57,5712,NULL,3366,5,'2025-11-14 16:35:59','2025-11-14 16:35:59','b9307b4f-41da-4762-a28a-b15fa39c3745'),
(11201,57,5712,NULL,3367,6,'2025-11-14 16:35:59','2025-11-14 16:35:59','676281e1-1b27-4dd3-9ff7-454f5faf24ea'),
(11202,57,5712,NULL,3368,7,'2025-11-14 16:35:59','2025-11-14 16:35:59','ec74b757-a494-41f8-bb0d-0d6532a73020'),
(11203,57,5712,NULL,3369,8,'2025-11-14 16:35:59','2025-11-14 16:35:59','219c7c62-6446-49b3-921d-3869d2d59e45'),
(11204,57,5712,NULL,3370,9,'2025-11-14 16:35:59','2025-11-14 16:35:59','f9e159c0-d866-4427-8a37-9b86fb9b4f7a'),
(11205,57,5712,NULL,3371,10,'2025-11-14 16:35:59','2025-11-14 16:35:59','8318e7da-a41f-4e0b-aec2-1e5a7f251064'),
(11206,57,5712,NULL,3372,11,'2025-11-14 16:35:59','2025-11-14 16:35:59','8ca016d4-5a90-4e3d-b1c1-5726abb6ca7d'),
(11207,57,5712,NULL,3373,12,'2025-11-14 16:35:59','2025-11-14 16:35:59','74e9d8ff-b142-454d-88c6-d277945b5502'),
(11208,57,5712,NULL,3374,13,'2025-11-14 16:35:59','2025-11-14 16:35:59','0f3d80f2-8e82-45d0-a7eb-f1480e90f5aa'),
(11209,72,5712,NULL,548,1,'2025-11-14 16:35:59','2025-11-14 16:35:59','6cc488e2-dcc4-443c-b40e-e823c81d07a6'),
(11210,66,5714,NULL,5709,1,'2025-11-14 16:35:59','2025-11-14 16:35:59','4ccd237a-67a8-47ea-b2ad-fef321c2b0ab'),
(11243,66,5720,NULL,5719,1,'2025-11-14 16:38:20','2025-11-14 16:38:20','cf8d7ca0-0576-44b3-a46a-55c4de9ede23'),
(11244,16,5721,NULL,4276,1,'2025-11-14 16:38:20','2025-11-14 16:38:20','364eea27-c38a-4c2b-b386-c05f71c81100'),
(11246,7,5721,NULL,2972,2,'2025-11-14 16:38:20','2025-11-14 16:38:20','44bbd3e0-c4fb-4689-a97e-dcb2a841e816'),
(11247,7,5721,NULL,617,3,'2025-11-14 16:38:20','2025-11-14 16:38:20','a83c2212-5d67-4343-bb0f-172672abfd90'),
(11248,7,5721,NULL,605,4,'2025-11-14 16:38:20','2025-11-14 16:38:20','bedb2cd6-3e5f-4867-a024-b16f2df525c9'),
(11249,32,5721,NULL,2610,1,'2025-11-14 16:38:20','2025-11-14 16:38:20','796e3910-8e2d-4d16-b4ae-865ea32f0d49'),
(11250,32,5721,NULL,2598,2,'2025-11-14 16:38:20','2025-11-14 16:38:20','89319218-24f4-4ca3-9925-d03f277764a9'),
(11251,32,5721,NULL,2600,3,'2025-11-14 16:38:20','2025-11-14 16:38:20','fc101ff4-f993-4507-a664-ff521e5266db'),
(11252,32,5721,NULL,2604,4,'2025-11-14 16:38:20','2025-11-14 16:38:20','6c53db82-4697-4be4-93b6-0d1437ef94f2'),
(11253,57,5721,NULL,4834,1,'2025-11-14 16:38:20','2025-11-14 16:38:20','1411f258-de7c-4d14-a6ce-8eecb01c9b6c'),
(11254,57,5721,NULL,4835,2,'2025-11-14 16:38:20','2025-11-14 16:38:20','7a700db6-0997-4f85-bfb9-1d8775df9712'),
(11255,57,5721,NULL,4836,3,'2025-11-14 16:38:20','2025-11-14 16:38:20','771a09d4-28d0-49b9-a5a8-5522bb23a868'),
(11256,57,5721,NULL,4837,4,'2025-11-14 16:38:20','2025-11-14 16:38:20','10873952-5982-42a8-ac23-07fa6f8fa85d'),
(11257,57,5721,NULL,4838,5,'2025-11-14 16:38:20','2025-11-14 16:38:20','a07b3e54-732d-42ab-9e36-82f93bd5644a'),
(11258,66,5722,NULL,5719,1,'2025-11-14 16:38:20','2025-11-14 16:38:20','81db70d4-3eb3-44e5-b5c6-a663b36391ed'),
(11260,66,5725,NULL,5724,1,'2025-11-14 16:40:24','2025-11-14 16:40:24','605d6338-552e-409b-81e0-786f1bd3bd11'),
(11261,16,5726,NULL,4861,1,'2025-11-14 16:40:24','2025-11-14 16:40:24','9938a587-a876-4348-9717-21bfd79d84d4'),
(11262,7,5726,NULL,601,1,'2025-11-14 16:40:24','2025-11-14 16:40:24','760ca060-e81e-4159-ad69-b8c9e6ac18d0'),
(11263,7,5726,NULL,3468,2,'2025-11-14 16:40:24','2025-11-14 16:40:24','c13a95d8-d131-45ae-aecb-3fa86647fe93'),
(11264,7,5726,NULL,617,3,'2025-11-14 16:40:24','2025-11-14 16:40:24','02956cbf-25fa-4ae1-afc1-f42d11cceb44'),
(11265,7,5726,NULL,605,4,'2025-11-14 16:40:24','2025-11-14 16:40:24','da99b339-f822-427a-96e9-3a4a2ac475fb'),
(11266,32,5726,NULL,2622,1,'2025-11-14 16:40:24','2025-11-14 16:40:24','933927f9-c603-4346-9dbf-a79bd0218ae4'),
(11267,32,5726,NULL,2598,2,'2025-11-14 16:40:24','2025-11-14 16:40:24','6e78c130-bb25-4d6f-99b9-748236f972f0'),
(11268,32,5726,NULL,2608,3,'2025-11-14 16:40:24','2025-11-14 16:40:24','de11476b-726e-4369-914d-cb5e1fad341b'),
(11269,32,5726,NULL,2600,4,'2025-11-14 16:40:24','2025-11-14 16:40:24','38a61e82-f2f1-4220-a9f9-b2ae2c5a61f5'),
(11270,32,5726,NULL,2602,5,'2025-11-14 16:40:24','2025-11-14 16:40:24','7a7bb6cb-c438-49b3-b18a-20eb5bf375cb'),
(11271,32,5726,NULL,2612,6,'2025-11-14 16:40:24','2025-11-14 16:40:24','d89dbbd4-d032-4ce7-93e5-77a4120358ba'),
(11272,32,5726,NULL,2604,7,'2025-11-14 16:40:24','2025-11-14 16:40:24','2e65cd64-6162-4482-96e8-73dd8edc4006'),
(11273,57,5726,NULL,4879,1,'2025-11-14 16:40:24','2025-11-14 16:40:24','bd51d71c-62af-4428-be1e-8d4632ae9c53'),
(11274,57,5726,NULL,4880,2,'2025-11-14 16:40:24','2025-11-14 16:40:24','a0c9fabe-5582-484f-ab04-636dcc7e622e'),
(11275,57,5726,NULL,4881,3,'2025-11-14 16:40:24','2025-11-14 16:40:24','26b896b0-133a-4c11-8a3f-4d091dbf2a93'),
(11276,57,5726,NULL,4882,4,'2025-11-14 16:40:24','2025-11-14 16:40:24','441b1b0e-dc4f-4808-9ef3-f94f68e562c8'),
(11277,57,5726,NULL,4883,5,'2025-11-14 16:40:24','2025-11-14 16:40:24','922de65b-9c00-46c2-af5a-e19e1aa87b90'),
(11278,57,5726,NULL,4884,6,'2025-11-14 16:40:24','2025-11-14 16:40:24','02b9f16d-77a0-47b6-89bf-2f21f265ae45'),
(11279,57,5726,NULL,4885,7,'2025-11-14 16:40:24','2025-11-14 16:40:24','0db458a2-e389-4414-85cf-223dd7446fa9'),
(11280,57,5726,NULL,4886,8,'2025-11-14 16:40:24','2025-11-14 16:40:24','a828ed11-de34-4054-9270-0703a073dba4'),
(11281,57,5726,NULL,4887,9,'2025-11-14 16:40:24','2025-11-14 16:40:24','bd90fb87-3998-4037-a7b1-f9b091f3ad44'),
(11282,57,5726,NULL,4888,10,'2025-11-14 16:40:24','2025-11-14 16:40:24','a25615ef-226c-45cd-9257-e8d7b7b23d9b'),
(11283,66,5727,NULL,5724,1,'2025-11-14 16:40:24','2025-11-14 16:40:24','eb6918bd-3fb5-4c68-a07f-c5badde74243'),
(11296,66,5731,NULL,5730,1,'2025-11-14 16:42:09','2025-11-14 16:42:09','232d6991-37cb-4c2a-a5ef-007d51d6b0c7'),
(11308,66,5733,NULL,5730,1,'2025-11-14 16:42:09','2025-11-14 16:42:09','1121b653-61c6-44ae-9da2-a13fb5ff366c'),
(11310,66,5738,NULL,5730,1,'2025-11-14 16:44:22','2025-11-14 16:44:22','4b2e4dde-4f5d-4aa0-9cae-b559d96f3545'),
(11311,16,5739,NULL,3279,1,'2025-11-14 16:44:22','2025-11-14 16:44:22','646e071e-6e89-43b3-971c-fdc8fa42085e'),
(11312,57,5739,NULL,3276,1,'2025-11-14 16:44:22','2025-11-14 16:44:22','9553d824-737a-4b0c-9161-093e151056e5'),
(11313,57,5739,NULL,3278,2,'2025-11-14 16:44:22','2025-11-14 16:44:22','6ee22681-ff29-48ac-be39-53886176d1dc'),
(11314,57,5739,NULL,3279,3,'2025-11-14 16:44:22','2025-11-14 16:44:22','9e1a6458-b108-454d-9e92-39670505f4d1'),
(11315,57,5739,NULL,3280,4,'2025-11-14 16:44:22','2025-11-14 16:44:22','1dc8d361-de32-4b5b-af03-d19764a2218e'),
(11316,57,5739,NULL,3281,5,'2025-11-14 16:44:22','2025-11-14 16:44:22','d8fe3e7e-a9ee-4640-a220-6bb07235b638'),
(11317,57,5739,NULL,3282,6,'2025-11-14 16:44:22','2025-11-14 16:44:22','cca018d8-cd76-48bf-a579-3dccccaacf3f'),
(11318,57,5739,NULL,3283,7,'2025-11-14 16:44:22','2025-11-14 16:44:22','0bbe1c04-b9ea-4351-927c-cfa0ac954d94'),
(11319,72,5739,NULL,548,1,'2025-11-14 16:44:22','2025-11-14 16:44:22','9727f4df-5122-496c-87f8-03f338921427'),
(11320,66,5741,NULL,5730,1,'2025-11-14 16:44:22','2025-11-14 16:44:22','8f7fb995-4699-4d4f-b697-d6f8330cb337'),
(11340,66,5745,NULL,5744,1,'2025-11-14 16:45:25','2025-11-14 16:45:25','dcc1b04f-8a36-4a78-833d-f5c026211b72'),
(11341,16,5746,NULL,3011,1,'2025-11-14 16:45:25','2025-11-14 16:45:25','ce0e4750-0a1a-4b7a-bc7c-15067f4e2fa5'),
(11342,7,5746,NULL,601,1,'2025-11-14 16:45:25','2025-11-14 16:45:25','8a120140-cffa-498c-bedb-f02f2063b35a'),
(11344,7,5746,NULL,3027,3,'2025-11-14 16:45:25','2025-11-14 16:45:25','2df442b1-2622-40f0-9799-ddeacf95fb5c'),
(11345,7,5746,NULL,617,4,'2025-11-14 16:45:25','2025-11-14 16:45:25','90474447-da26-4cc2-9255-93164284ff21'),
(11346,7,5746,NULL,605,5,'2025-11-14 16:45:25','2025-11-14 16:45:25','400ab849-887a-4072-838a-88b7bdb12d49'),
(11347,32,5746,NULL,2610,1,'2025-11-14 16:45:25','2025-11-14 16:45:25','35c02743-6a95-45f2-9ee1-1fc7829a33d1'),
(11348,32,5746,NULL,2598,2,'2025-11-14 16:45:25','2025-11-14 16:45:25','bdd1c8e0-f01a-48b7-8936-d2eeb3fbc482'),
(11349,32,5746,NULL,2608,3,'2025-11-14 16:45:25','2025-11-14 16:45:25','125e7dc1-c4fc-4050-801a-87b6d064b469'),
(11350,32,5746,NULL,2600,4,'2025-11-14 16:45:25','2025-11-14 16:45:25','1e93624c-0b92-466b-a0ab-aac46da63f32'),
(11351,32,5746,NULL,2596,5,'2025-11-14 16:45:25','2025-11-14 16:45:25','cead5c1b-3c01-49dc-bb76-6236f0d3cc47'),
(11352,32,5746,NULL,2602,6,'2025-11-14 16:45:25','2025-11-14 16:45:25','4a2ee66d-b57f-4bb4-b94a-9fd851bfe3d7'),
(11353,32,5746,NULL,2604,7,'2025-11-14 16:45:25','2025-11-14 16:45:25','6a35d7d7-5f1d-4b07-a7b2-95ef0d1c37d0'),
(11354,57,5746,NULL,4920,1,'2025-11-14 16:45:25','2025-11-14 16:45:25','29ff51ea-575e-4c15-a638-48c56a637a1f'),
(11355,57,5746,NULL,4921,2,'2025-11-14 16:45:25','2025-11-14 16:45:25','ac8852dc-8297-4a4d-b0d8-a3455fefea05'),
(11356,57,5746,NULL,4922,3,'2025-11-14 16:45:25','2025-11-14 16:45:25','108189d8-fa4f-4285-9c2f-fe05fbce3893'),
(11357,57,5746,NULL,4923,4,'2025-11-14 16:45:25','2025-11-14 16:45:25','9e74eab2-6731-4601-b5ab-c4ed68edd7f1'),
(11358,57,5746,NULL,4924,5,'2025-11-14 16:45:25','2025-11-14 16:45:25','09aced46-2b76-45de-995b-4015cdf31cdb'),
(11359,66,5747,NULL,5744,1,'2025-11-14 16:45:25','2025-11-14 16:45:25','ed34a8a5-bbb7-411e-8a7d-a076e6e7541b'),
(11361,66,5750,NULL,5749,1,'2025-11-14 16:46:33','2025-11-14 16:46:33','af8e2119-d0a7-478d-be07-977f2fad20f0'),
(11385,66,5752,NULL,5749,1,'2025-11-14 16:46:34','2025-11-14 16:46:34','ff22e5d8-14d2-402f-b648-d7ccd7de6032'),
(11395,66,5756,NULL,5755,1,'2025-11-14 16:47:45','2025-11-14 16:47:45','8afa094e-e384-4d80-871c-74e7333097a8'),
(11396,16,5757,NULL,4322,1,'2025-11-14 16:47:45','2025-11-14 16:47:45','b9d1be41-cb03-461e-800a-a36ee7be66b2'),
(11397,7,5757,NULL,2969,1,'2025-11-14 16:47:45','2025-11-14 16:47:45','d0d54c9a-c4b3-471b-a3d0-1a79304311c5'),
(11398,7,5757,NULL,617,2,'2025-11-14 16:47:45','2025-11-14 16:47:45','5b76048b-4379-4b1f-aebd-89a303916c85'),
(11399,7,5757,NULL,605,3,'2025-11-14 16:47:45','2025-11-14 16:47:45','894e8993-05df-4604-bcad-128c3b2f7c65'),
(11400,32,5757,NULL,2610,1,'2025-11-14 16:47:45','2025-11-14 16:47:45','6f4e9358-db34-4f39-a7ca-62cd950d3608'),
(11401,32,5757,NULL,2598,2,'2025-11-14 16:47:45','2025-11-14 16:47:45','4735070d-128a-4199-94bb-04996bc1985e'),
(11402,32,5757,NULL,2600,3,'2025-11-14 16:47:45','2025-11-14 16:47:45','045fcfd8-68df-4a85-9b0f-62595e60eecf'),
(11403,32,5757,NULL,2604,4,'2025-11-14 16:47:45','2025-11-14 16:47:45','2912d099-734c-4083-8be8-3b50f51c1768'),
(11404,66,5758,NULL,5755,1,'2025-11-14 16:47:45','2025-11-14 16:47:45','374ed362-6074-4e93-82e7-41f7ff1449b3'),
(11420,66,5762,NULL,5761,1,'2025-11-14 16:48:38','2025-11-14 16:48:38','74bf2bbc-60bc-441d-8a43-37563a538768'),
(11421,16,5763,NULL,3761,1,'2025-11-14 16:48:38','2025-11-14 16:48:38','ba369f44-efd0-4b6d-912c-f3be68155eac'),
(11424,7,5763,NULL,2974,3,'2025-11-14 16:48:38','2025-11-14 16:48:38','e0ca7e02-ac9b-4de9-858b-2b604d03d8ba'),
(11425,7,5763,NULL,617,4,'2025-11-14 16:48:38','2025-11-14 16:48:38','b8e6022a-a923-4338-ac3a-95a7216e6b7b'),
(11426,7,5763,NULL,605,5,'2025-11-14 16:48:38','2025-11-14 16:48:38','41a1e687-0fcd-4f4f-999b-b0b81bd49620'),
(11427,32,5763,NULL,2610,1,'2025-11-14 16:48:38','2025-11-14 16:48:38','367571bf-c0a0-4bba-aabd-26dd678c88db'),
(11428,32,5763,NULL,2598,2,'2025-11-14 16:48:38','2025-11-14 16:48:38','16b9c9ac-d9ef-4f34-a71b-47f6a4461c43'),
(11429,32,5763,NULL,2600,3,'2025-11-14 16:48:38','2025-11-14 16:48:38','233fc7ec-a271-4e32-a5a6-f306a11504f8'),
(11430,32,5763,NULL,2602,4,'2025-11-14 16:48:38','2025-11-14 16:48:38','83ce96d9-7643-48e4-a419-83bad902fd3f'),
(11431,32,5763,NULL,2612,5,'2025-11-14 16:48:38','2025-11-14 16:48:38','5b86156d-871b-4a8d-b2a5-e2ac25b858da'),
(11432,32,5763,NULL,2618,6,'2025-11-14 16:48:38','2025-11-14 16:48:38','1c83a464-37d5-42a3-bf90-c47e6cc4117e'),
(11433,32,5763,NULL,2604,7,'2025-11-14 16:48:38','2025-11-14 16:48:38','28a97fae-4ef9-4873-8e60-aff1a9d017d3'),
(11434,46,5763,NULL,3697,1,'2025-11-14 16:48:38','2025-11-14 16:48:38','55492b8b-5608-4715-a4f0-532f9f7ed2c8'),
(11435,66,5764,NULL,5761,1,'2025-11-14 16:48:38','2025-11-14 16:48:38','3710415d-5e97-4c2e-b01f-3e33fe0ce892'),
(11437,66,5768,NULL,5767,1,'2025-11-14 16:49:46','2025-11-14 16:49:46','cb187bb4-32cc-419d-897d-13856bd993c0'),
(11438,66,5770,NULL,5767,1,'2025-11-14 16:49:46','2025-11-14 16:49:46','e0cb0056-036c-4ac1-955c-cb64ac888034'),
(11452,16,5775,NULL,3090,1,'2025-11-14 16:50:33','2025-11-14 16:50:33','b917f438-8b9b-45ea-8adf-4e1ef3369b70'),
(11454,7,5775,NULL,3093,2,'2025-11-14 16:50:33','2025-11-14 16:50:33','b4c457d0-1757-4cfe-9370-00372bf2c6b8'),
(11455,7,5775,NULL,617,3,'2025-11-14 16:50:33','2025-11-14 16:50:33','202747ad-7a26-42ed-879e-18391bb1f37b'),
(11456,7,5775,NULL,605,4,'2025-11-14 16:50:33','2025-11-14 16:50:33','ee8f86aa-b3c3-4daf-9b11-cf7a833c0dec'),
(11457,32,5775,NULL,2610,1,'2025-11-14 16:50:33','2025-11-14 16:50:33','a3496319-eac6-49be-bb49-7de8d2cf31a8'),
(11458,32,5775,NULL,2598,2,'2025-11-14 16:50:33','2025-11-14 16:50:33','ec2bbd7b-eb42-460a-ae2f-1fdc6d5c095d'),
(11459,32,5775,NULL,2600,3,'2025-11-14 16:50:33','2025-11-14 16:50:33','9c681464-6c11-46ac-aa84-c26ca6c91790'),
(11460,32,5775,NULL,2596,4,'2025-11-14 16:50:33','2025-11-14 16:50:33','9f96a318-f2cd-4f55-8f52-1dc8e86ff900'),
(11461,32,5775,NULL,2602,5,'2025-11-14 16:50:33','2025-11-14 16:50:33','ddf4cb06-26cb-4706-af84-750a637b0f87'),
(11462,32,5775,NULL,2604,6,'2025-11-14 16:50:33','2025-11-14 16:50:33','0ebec3cf-6fb0-46fd-ba76-f5b174dbf6c5'),
(11463,66,5776,NULL,5773,1,'2025-11-14 16:50:33','2025-11-14 16:50:33','11ccbe8b-b996-4270-ab69-172e98767d40'),
(11465,66,5780,NULL,5779,1,'2025-11-14 16:51:28','2025-11-14 16:51:28','3e7f98fb-f516-4d9d-9b02-591701997746'),
(11466,66,5782,NULL,5779,1,'2025-11-14 16:51:28','2025-11-14 16:51:28','0ebb925f-a410-445e-9db9-f501fdbd906a'),
(11475,66,5786,NULL,5785,1,'2025-11-14 16:54:37','2025-11-14 16:54:37','1c5b4fc0-e629-43c8-bfb2-3b30ccb7514d'),
(11476,16,5787,NULL,4358,1,'2025-11-14 16:54:37','2025-11-14 16:54:37','686d2b3a-6d9c-449f-8912-59b4392bc4ef'),
(11477,7,5787,NULL,617,1,'2025-11-14 16:54:37','2025-11-14 16:54:37','bd1bb20c-67ef-4ca7-a7b1-bee4b23d1d7d'),
(11478,7,5787,NULL,605,2,'2025-11-14 16:54:37','2025-11-14 16:54:37','ed418cd2-99e5-4292-ac72-2552518a0b7f'),
(11479,32,5787,NULL,2610,1,'2025-11-14 16:54:37','2025-11-14 16:54:37','f00644f1-6682-4d7c-8be9-d1d8fdd54be3'),
(11480,32,5787,NULL,2598,2,'2025-11-14 16:54:37','2025-11-14 16:54:37','9134e4d9-4f15-4126-9b9c-d2abc4cd5c67'),
(11481,32,5787,NULL,2600,3,'2025-11-14 16:54:37','2025-11-14 16:54:37','d9a94bdc-275e-4cb8-9f65-e8b860ae0675'),
(11482,32,5787,NULL,2604,4,'2025-11-14 16:54:37','2025-11-14 16:54:37','9bcea544-cb9f-47a1-9e9b-9f0e98edbcaa'),
(11483,66,5788,NULL,5785,1,'2025-11-14 16:54:37','2025-11-14 16:54:37','c333ec83-bc4d-4593-9efa-38780a59f82a'),
(11485,66,5792,NULL,5791,1,'2025-11-14 16:55:31','2025-11-14 16:55:31','be9087eb-2036-40b5-b80f-1589745e9d33'),
(11486,66,5794,NULL,5791,1,'2025-11-14 16:55:31','2025-11-14 16:55:31','6c0ac1a0-a79d-46cb-acb3-668041b8da0b'),
(11504,16,5799,NULL,3122,1,'2025-11-14 16:56:47','2025-11-14 16:56:47','1bbb0ef4-de6e-4c44-906a-c936d8f1f42c'),
(11507,7,5799,NULL,2972,3,'2025-11-14 16:56:47','2025-11-14 16:56:47','7b36c8ff-a736-43f7-b2ee-18f9a3d407f8'),
(11508,7,5799,NULL,2974,4,'2025-11-14 16:56:47','2025-11-14 16:56:47','81f63396-22b3-4555-9ea9-687384813494'),
(11509,7,5799,NULL,617,5,'2025-11-14 16:56:47','2025-11-14 16:56:47','9dd6ed51-7d6f-4a51-831a-6f6167f1e3ad'),
(11510,7,5799,NULL,605,6,'2025-11-14 16:56:47','2025-11-14 16:56:47','ae559cb2-8804-4d92-969a-240b86a5c277'),
(11511,32,5799,NULL,2614,1,'2025-11-14 16:56:47','2025-11-14 16:56:47','05ebe1ec-a0ef-452e-999b-80e58e0b423b'),
(11512,32,5799,NULL,2610,2,'2025-11-14 16:56:47','2025-11-14 16:56:47','c895647f-5383-4588-81c7-74db35061b3c'),
(11513,32,5799,NULL,2598,3,'2025-11-14 16:56:47','2025-11-14 16:56:47','3f6a8f33-16e5-4c61-b859-23f5fa3b800f'),
(11514,32,5799,NULL,2608,4,'2025-11-14 16:56:47','2025-11-14 16:56:47','f839e34a-995f-4cd8-aae7-d982cdb06ea2'),
(11515,32,5799,NULL,2600,5,'2025-11-14 16:56:47','2025-11-14 16:56:47','01bb9e85-be10-48f3-9a02-3df0bc5f1bcc'),
(11516,32,5799,NULL,2596,6,'2025-11-14 16:56:47','2025-11-14 16:56:47','c73c17b1-445d-4f0b-8c6a-9a3f4d468cd0'),
(11517,32,5799,NULL,2602,7,'2025-11-14 16:56:47','2025-11-14 16:56:47','8ce60ba6-8b51-431d-b359-04344f057833'),
(11518,32,5799,NULL,2604,8,'2025-11-14 16:56:47','2025-11-14 16:56:47','2398a60f-29a4-4773-b473-0052f5825187'),
(11519,66,5800,NULL,5797,1,'2025-11-14 16:56:47','2025-11-14 16:56:47','9b888cd0-d3c7-42b9-b32b-9bd25df19d1d'),
(11534,66,5804,NULL,5803,1,'2025-11-14 16:57:53','2025-11-14 16:57:53','fa1705a8-cf77-4612-a32c-f2b9a335e90c'),
(11535,16,5805,NULL,3808,1,'2025-11-14 16:57:53','2025-11-14 16:57:53','da777de7-9c2a-4e22-b96e-6a306c50796a'),
(11536,7,5805,NULL,601,1,'2025-11-14 16:57:53','2025-11-14 16:57:53','3169b8ba-9c2a-4ff5-bff2-85b8b5b65fdf'),
(11537,7,5805,NULL,3468,2,'2025-11-14 16:57:53','2025-11-14 16:57:53','8148b42c-569a-4c2d-af07-37ed8ad969bc'),
(11538,7,5805,NULL,2972,3,'2025-11-14 16:57:53','2025-11-14 16:57:53','38467d90-d3bc-48d3-9634-ed7d0dc66c09'),
(11539,7,5805,NULL,2974,4,'2025-11-14 16:57:53','2025-11-14 16:57:53','104661d2-a964-4156-9c8a-7c75b60632a6'),
(11540,7,5805,NULL,617,5,'2025-11-14 16:57:53','2025-11-14 16:57:53','c62a32cc-bd89-442c-96de-cbbb634cde41'),
(11541,7,5805,NULL,605,6,'2025-11-14 16:57:53','2025-11-14 16:57:53','118debcb-9470-4f8f-a15c-dc0c21511728'),
(11542,32,5805,NULL,2614,1,'2025-11-14 16:57:53','2025-11-14 16:57:53','d3cd349b-d919-452f-95d9-78d951177d3e'),
(11543,32,5805,NULL,2610,2,'2025-11-14 16:57:53','2025-11-14 16:57:53','7e118187-0c5b-46df-996a-dd4b93090a53'),
(11544,32,5805,NULL,2598,3,'2025-11-14 16:57:53','2025-11-14 16:57:53','15347e21-737c-4b59-801c-97e3c95d6911'),
(11545,32,5805,NULL,2600,4,'2025-11-14 16:57:53','2025-11-14 16:57:53','53ca59fc-791e-48db-bcab-b5e6a7f0d307'),
(11546,32,5805,NULL,2602,5,'2025-11-14 16:57:53','2025-11-14 16:57:53','de8c8b8e-2e2b-40ba-b7da-69cd658d530a'),
(11547,32,5805,NULL,2604,6,'2025-11-14 16:57:53','2025-11-14 16:57:53','4278dffa-e242-4916-8117-2add95c86138'),
(11548,66,5806,NULL,5803,1,'2025-11-14 16:57:53','2025-11-14 16:57:53','2baa2417-c589-40a7-aff9-e9f5e8c56167'),
(11550,66,5810,NULL,5809,1,'2025-11-14 16:58:53','2025-11-14 16:58:53','bb204dc4-e5c6-406b-9f94-534b98f03c5c'),
(11551,66,5812,NULL,5809,1,'2025-11-14 16:58:53','2025-11-14 16:58:53','7d777218-5a26-43e8-8aa2-078608afbbe6'),
(11553,66,5816,NULL,5815,1,'2025-11-14 16:59:14','2025-11-14 16:59:14','8591d14b-4161-4d40-988a-bd4943600d25'),
(11554,66,5818,NULL,5815,1,'2025-11-14 16:59:14','2025-11-14 16:59:14','540d4da1-c9fc-4293-8100-758f274c46c6'),
(11556,66,5822,NULL,5821,1,'2025-11-14 17:03:41','2025-11-14 17:03:41','3d5aadfa-f138-4f87-9250-2ea061ae7a4f'),
(11557,66,5824,NULL,5821,1,'2025-11-14 17:03:41','2025-11-14 17:03:41','d9fd7ee7-0260-4a98-948b-fdbd2eb6d65d'),
(11569,66,5828,NULL,5827,1,'2025-11-14 17:04:44','2025-11-14 17:04:44','8ba6624a-01fe-4b40-ace2-fe3ffac3b2f7'),
(11570,16,5829,NULL,4385,1,'2025-11-14 17:04:44','2025-11-14 17:04:44','acac6916-a99a-43f6-aee5-46631c924e4b'),
(11571,7,5829,NULL,2969,1,'2025-11-14 17:04:44','2025-11-14 17:04:44','bb606226-c484-40d4-bfdb-d87c81d9ca3b'),
(11572,7,5829,NULL,617,2,'2025-11-14 17:04:44','2025-11-14 17:04:44','9f52c399-893c-4a20-b07e-5baa3876bbe2'),
(11573,7,5829,NULL,605,3,'2025-11-14 17:04:44','2025-11-14 17:04:44','b375c551-f78f-45d7-ab25-6e58953e622f'),
(11574,32,5829,NULL,2610,1,'2025-11-14 17:04:44','2025-11-14 17:04:44','4cd1651b-932d-49c3-8761-012ad4e317a6'),
(11575,32,5829,NULL,2622,2,'2025-11-14 17:04:44','2025-11-14 17:04:44','dfae09ae-9bbf-417c-ba1d-8160e56edf3b'),
(11576,32,5829,NULL,2598,3,'2025-11-14 17:04:44','2025-11-14 17:04:44','8b231fcb-3649-406e-98e6-992a4a359837'),
(11577,32,5829,NULL,2600,4,'2025-11-14 17:04:44','2025-11-14 17:04:44','a0a1e63d-a923-4059-b5a0-c09efb11cbf4'),
(11578,32,5829,NULL,2604,5,'2025-11-14 17:04:44','2025-11-14 17:04:44','ade4c37f-1cc7-4514-87ea-17f99a19aaad'),
(11579,46,5829,NULL,4403,1,'2025-11-14 17:04:44','2025-11-14 17:04:44','7870f3c3-531b-4351-8e82-31b84df94c03'),
(11580,66,5830,NULL,5827,1,'2025-11-14 17:04:44','2025-11-14 17:04:44','a7faf1a9-2f70-42cd-b426-7cdf4adc0146'),
(11594,66,5834,NULL,5833,1,'2025-11-14 17:05:38','2025-11-14 17:05:38','ae53d1e5-4fa2-4816-a1ef-d4543d68a5a1'),
(11595,16,5835,NULL,4414,1,'2025-11-14 17:05:38','2025-11-14 17:05:38','47731527-d46c-41de-b8ea-5f80f9a498f8'),
(11597,7,5835,NULL,617,2,'2025-11-14 17:05:38','2025-11-14 17:05:38','4d956bfe-76fe-4fbb-99a8-a1ef3e4c13ae'),
(11598,7,5835,NULL,605,3,'2025-11-14 17:05:38','2025-11-14 17:05:38','c3314d6b-f071-485b-993e-d8505e697777'),
(11599,32,5835,NULL,2610,1,'2025-11-14 17:05:38','2025-11-14 17:05:38','9aa47425-358a-4b25-8010-3e3c3fc158c7'),
(11600,32,5835,NULL,2598,2,'2025-11-14 17:05:38','2025-11-14 17:05:38','7a5a2ad6-d4e7-4ece-8d8e-6d7415adfb4f'),
(11601,32,5835,NULL,2600,3,'2025-11-14 17:05:38','2025-11-14 17:05:38','e230e5df-577d-488b-836b-a3a057b86ddc'),
(11602,32,5835,NULL,2602,4,'2025-11-14 17:05:38','2025-11-14 17:05:38','436dfff8-ceec-468f-b6a1-7148ecb85ce2'),
(11603,32,5835,NULL,2612,5,'2025-11-14 17:05:38','2025-11-14 17:05:38','e54ee879-4ee0-4aee-99d0-869b0cf2ee37'),
(11604,32,5835,NULL,2618,6,'2025-11-14 17:05:38','2025-11-14 17:05:38','c7efbe4a-9c85-4919-8632-27ed3faf86e1'),
(11605,32,5835,NULL,2604,7,'2025-11-14 17:05:38','2025-11-14 17:05:38','6486ea23-653b-438d-8ec9-f24d4cd9c5b5'),
(11606,46,5835,NULL,3697,1,'2025-11-14 17:05:38','2025-11-14 17:05:38','98714357-6818-425c-a2b0-07c9d66285bb'),
(11607,66,5836,NULL,5833,1,'2025-11-14 17:05:38','2025-11-14 17:05:38','28c874a5-980a-4e70-9164-4504501ba9c5'),
(11619,66,5840,NULL,5839,1,'2025-11-14 17:06:45','2025-11-14 17:06:45','4a92bc7c-dee6-4f00-97b5-e4c7c14795ec'),
(11620,16,5841,NULL,4440,1,'2025-11-14 17:06:45','2025-11-14 17:06:45','5b846ba6-4010-460a-95d1-0a2875cf03e7'),
(11621,7,5841,NULL,617,1,'2025-11-14 17:06:45','2025-11-14 17:06:45','d451228b-7a42-4d4b-b135-53b43230e9e6'),
(11622,7,5841,NULL,605,2,'2025-11-14 17:06:45','2025-11-14 17:06:45','1aaba394-af2d-485c-90bf-046c8789c0c5'),
(11623,32,5841,NULL,2610,1,'2025-11-14 17:06:45','2025-11-14 17:06:45','28e375f7-f2bd-4edc-8411-48a1a99df18c'),
(11624,32,5841,NULL,2598,2,'2025-11-14 17:06:45','2025-11-14 17:06:45','82d011dd-1c71-4bc5-81be-ad99c248c92d'),
(11625,32,5841,NULL,2624,3,'2025-11-14 17:06:45','2025-11-14 17:06:45','4e7a23a5-50cb-4d0a-8d78-48b918ff60aa'),
(11626,32,5841,NULL,2600,4,'2025-11-14 17:06:45','2025-11-14 17:06:45','ccf76a07-2214-4dd4-941d-f44d35b66979'),
(11627,32,5841,NULL,2606,5,'2025-11-14 17:06:45','2025-11-14 17:06:45','ae61f5d5-a5ec-42de-9d98-c7594d84e49e'),
(11628,32,5841,NULL,2604,6,'2025-11-14 17:06:45','2025-11-14 17:06:45','f15e0bfb-29fc-473b-8897-f6f438eb6f6f'),
(11629,46,5841,NULL,2891,1,'2025-11-14 17:06:45','2025-11-14 17:06:45','906d377e-2bfa-4c69-890a-80c3631bc886'),
(11630,66,5842,NULL,5839,1,'2025-11-14 17:06:45','2025-11-14 17:06:45','98a65332-08c5-4cb8-ac40-019c9a62a5f8'),
(11632,66,5846,NULL,5845,1,'2025-11-14 17:07:37','2025-11-14 17:07:37','004cb141-e452-45d1-a94e-2c2f5811da63'),
(11633,66,5848,NULL,5845,1,'2025-11-14 17:07:37','2025-11-14 17:07:37','ed7350ad-e74d-4a2a-99fd-7133d208d202'),
(11635,66,5852,NULL,5851,1,'2025-11-14 17:08:31','2025-11-14 17:08:31','11aed775-8ac5-4b69-97b1-20847f9b9647'),
(11636,66,5854,NULL,5851,1,'2025-11-14 17:08:31','2025-11-14 17:08:31','1123d840-0932-4605-b278-f40f9fa26cef'),
(11651,66,5858,NULL,5857,1,'2025-11-14 17:09:23','2025-11-14 17:09:23','999d0626-a309-4911-9bfc-0895695476bf'),
(11652,16,5859,NULL,3158,1,'2025-11-14 17:09:23','2025-11-14 17:09:23','d65be860-a2ba-4be0-8455-92b23f03ac9a'),
(11653,7,5859,NULL,2969,1,'2025-11-14 17:09:23','2025-11-14 17:09:23','ff371685-f740-4ecc-bb7e-1cd30abbd741'),
(11654,7,5859,NULL,2974,2,'2025-11-14 17:09:23','2025-11-14 17:09:23','aa9d45df-bb0b-4ebc-9248-d76762ca6306'),
(11655,7,5859,NULL,617,3,'2025-11-14 17:09:23','2025-11-14 17:09:23','9af87c22-c904-4334-ab53-e63ec3df255d'),
(11656,7,5859,NULL,605,4,'2025-11-14 17:09:23','2025-11-14 17:09:23','bcdd6d7e-5757-453d-a902-e7f4c06bc8bc'),
(11657,32,5859,NULL,2614,1,'2025-11-14 17:09:23','2025-11-14 17:09:23','cacf391f-720b-41fd-b382-4013da562d81'),
(11658,32,5859,NULL,2610,2,'2025-11-14 17:09:23','2025-11-14 17:09:23','1a185cf4-f6f9-40e1-a40c-d2bbd288c42b'),
(11659,32,5859,NULL,2598,3,'2025-11-14 17:09:23','2025-11-14 17:09:23','f47dcc45-aa67-4c15-8722-eace85efdca0'),
(11660,32,5859,NULL,2608,4,'2025-11-14 17:09:23','2025-11-14 17:09:23','1afef57d-89ed-4503-a3d7-ec421bbe47da'),
(11661,32,5859,NULL,2600,5,'2025-11-14 17:09:23','2025-11-14 17:09:23','0e3a300a-1001-4eb3-b764-73b6c1a313ac'),
(11662,32,5859,NULL,2596,6,'2025-11-14 17:09:23','2025-11-14 17:09:23','580cc30d-c2c3-4896-8925-0db79fa7bd8f'),
(11663,32,5859,NULL,2602,7,'2025-11-14 17:09:23','2025-11-14 17:09:23','46db3ad2-7568-4f95-b85a-25320abf39b5'),
(11664,32,5859,NULL,2604,8,'2025-11-14 17:09:23','2025-11-14 17:09:23','39811392-c7dd-4f45-a633-ef544b45b11e'),
(11665,66,5860,NULL,5857,1,'2025-11-14 17:09:23','2025-11-14 17:09:23','0133a549-cc13-4875-9375-b1aa447c3fb1'),
(11667,66,5864,NULL,5863,1,'2025-11-14 17:10:29','2025-11-14 17:10:29','f0e59595-848d-4a6c-91c7-1255c93b1942'),
(11668,66,5866,NULL,5863,1,'2025-11-14 17:10:29','2025-11-14 17:10:29','40b7fdae-a51e-4eab-b1b0-e8c299bbf99d'),
(11670,66,5870,NULL,5869,1,'2025-11-14 17:12:22','2025-11-14 17:12:22','8109e8df-c064-4508-ac31-9c3a7688c8d9'),
(11671,66,5872,NULL,5869,1,'2025-11-14 17:12:22','2025-11-14 17:12:22','4c40b4d7-6ff4-450d-8318-01f4454d7855'),
(11673,66,5876,NULL,5875,1,'2025-11-14 17:13:14','2025-11-14 17:13:14','87d1918f-cf26-4798-b8b0-ffa9213fd8b0'),
(11674,66,5878,NULL,5875,1,'2025-11-14 17:13:14','2025-11-14 17:13:14','a5be520d-2c2f-44c1-a83c-e1475c116c59'),
(11686,66,5882,NULL,5881,1,'2025-11-14 17:13:58','2025-11-14 17:13:58','92aa50b3-8ff2-4ef7-8fa5-b6f2b991e14e'),
(11687,16,5883,NULL,3377,1,'2025-11-14 17:13:58','2025-11-14 17:13:58','f02e8199-2177-4c84-9019-b33ba6267627'),
(11688,7,5883,NULL,2969,1,'2025-11-14 17:13:58','2025-11-14 17:13:58','971c7259-382d-4e9f-af19-e6deef995f73'),
(11689,7,5883,NULL,617,2,'2025-11-14 17:13:58','2025-11-14 17:13:58','7bff47e3-b787-4cd4-949e-c26200ef10e9'),
(11690,7,5883,NULL,605,3,'2025-11-14 17:13:58','2025-11-14 17:13:58','032e2dca-c86f-464a-848d-ebb4ae1222f4'),
(11691,32,5883,NULL,2610,1,'2025-11-14 17:13:58','2025-11-14 17:13:58','480b1270-4efd-4e39-a0ab-e307a1d0f4b4'),
(11692,32,5883,NULL,2598,2,'2025-11-14 17:13:58','2025-11-14 17:13:58','48d024a6-e45d-4719-bb31-aa9aed4ad527'),
(11693,32,5883,NULL,2600,3,'2025-11-14 17:13:58','2025-11-14 17:13:58','91f42b8c-204e-4137-a847-cab3a765cf57'),
(11694,32,5883,NULL,2596,4,'2025-11-14 17:13:58','2025-11-14 17:13:58','013ffff9-dd5b-4929-a10f-9ef707ea18b1'),
(11695,32,5883,NULL,2602,5,'2025-11-14 17:13:58','2025-11-14 17:13:58','4842ef16-870c-4d74-8bb9-2739599e7ec7'),
(11696,32,5883,NULL,2604,6,'2025-11-14 17:13:58','2025-11-14 17:13:58','f7b43706-65ac-4cea-ad53-979523a33f77'),
(11697,66,5884,NULL,5881,1,'2025-11-14 17:13:58','2025-11-14 17:13:58','4d492f6e-9505-4505-b2a0-a0af5d07da98'),
(11708,66,5888,NULL,5887,1,'2025-11-14 17:16:05','2025-11-14 17:16:05','5aae85fb-0d01-4f0b-b505-8e840e08be21'),
(11709,16,5889,NULL,4497,1,'2025-11-14 17:16:05','2025-11-14 17:16:05','146e3194-10de-4bb7-8db6-7d06f97b72a5'),
(11711,7,5889,NULL,2972,2,'2025-11-14 17:16:05','2025-11-14 17:16:05','1b686811-5beb-4b79-994e-bd31f48bf20e'),
(11712,7,5889,NULL,617,3,'2025-11-14 17:16:05','2025-11-14 17:16:05','fa412e99-a105-4f16-adbc-75d892fc124e'),
(11713,7,5889,NULL,605,4,'2025-11-14 17:16:05','2025-11-14 17:16:05','7f905010-0ba1-4289-913c-a2e73f3b8adf'),
(11714,32,5889,NULL,2610,1,'2025-11-14 17:16:05','2025-11-14 17:16:05','2eed7eba-e576-47d5-b88f-0c8b671fab60'),
(11715,32,5889,NULL,2598,2,'2025-11-14 17:16:05','2025-11-14 17:16:05','6fb35b52-1133-4da2-b81f-3b8fb772806a'),
(11716,32,5889,NULL,2600,3,'2025-11-14 17:16:05','2025-11-14 17:16:05','cfdf737b-bf94-4b2a-9e5e-c89ddebcf44a'),
(11717,32,5889,NULL,2604,4,'2025-11-14 17:16:05','2025-11-14 17:16:05','83142e71-b69e-4360-b540-20956f65724f'),
(11718,66,5890,NULL,5887,1,'2025-11-14 17:16:05','2025-11-14 17:16:05','33094f05-2406-4409-b736-f4a0fd6bcf96'),
(11735,16,5895,NULL,3467,1,'2025-11-14 17:17:11','2025-11-14 17:17:11','2a4af5ec-8235-4007-81ea-4be023c62a2f'),
(11736,7,5895,NULL,601,1,'2025-11-14 17:17:11','2025-11-14 17:17:11','6a3ccf23-7858-44f8-8a0e-586b60eaee16'),
(11737,7,5895,NULL,3468,2,'2025-11-14 17:17:11','2025-11-14 17:17:11','dbd07d35-9746-406b-b7bb-947defaba6fc'),
(11739,7,5895,NULL,2972,4,'2025-11-14 17:17:11','2025-11-14 17:17:11','4792dc6e-49d4-43dd-a575-0b1fe3ce0522'),
(11740,7,5895,NULL,2974,5,'2025-11-14 17:17:11','2025-11-14 17:17:11','9f91c8e4-afb7-431d-827a-d330ec72eef3'),
(11741,7,5895,NULL,617,6,'2025-11-14 17:17:11','2025-11-14 17:17:11','953b6f99-1827-4ffb-b64d-292c3b2c953f'),
(11742,7,5895,NULL,605,7,'2025-11-14 17:17:11','2025-11-14 17:17:11','c3734f77-03d6-4a12-87cd-855122a4b2e2'),
(11743,32,5895,NULL,2610,1,'2025-11-14 17:17:11','2025-11-14 17:17:11','87d34677-dc7a-4403-88c7-2711fe6d5c6b'),
(11744,32,5895,NULL,2598,2,'2025-11-14 17:17:11','2025-11-14 17:17:11','a3e2dc54-41bb-4d3e-ab95-d52c7917126c'),
(11745,32,5895,NULL,2600,3,'2025-11-14 17:17:11','2025-11-14 17:17:11','776143c5-41d7-47c7-8469-69a7243247b4'),
(11746,32,5895,NULL,2596,4,'2025-11-14 17:17:11','2025-11-14 17:17:11','f7e7aabb-4db3-44c3-a3f8-e0c1aa0bf8a3'),
(11747,32,5895,NULL,2602,5,'2025-11-14 17:17:11','2025-11-14 17:17:11','d63a9b30-de15-488d-847a-31239c5cc925'),
(11748,32,5895,NULL,2604,6,'2025-11-14 17:17:11','2025-11-14 17:17:11','3ca74708-7567-4370-9da0-7698b4cb3f54'),
(11749,66,5896,NULL,5893,1,'2025-11-14 17:17:11','2025-11-14 17:17:11','b71f4f06-7228-4894-996e-39c67e7bae0b'),
(11762,66,5900,NULL,5899,1,'2025-11-14 17:18:18','2025-11-14 17:18:18','3d7463c0-89e0-45b4-bc8b-4179cc313674'),
(11763,7,5901,NULL,617,1,'2025-11-14 17:18:18','2025-11-14 17:18:18','6aefcc0b-195e-43de-b4c1-db6d1a62a803'),
(11764,7,5901,NULL,605,2,'2025-11-14 17:18:18','2025-11-14 17:18:18','e2e471a0-a5a8-4c69-890a-5ddcf633eb8a'),
(11765,32,5901,NULL,2610,1,'2025-11-14 17:18:18','2025-11-14 17:18:18','9fa444b9-c296-4e53-9092-874d797b69ef'),
(11766,32,5901,NULL,2598,2,'2025-11-14 17:18:18','2025-11-14 17:18:18','0e081aec-3bce-4aa5-9b91-167a76148f47'),
(11767,32,5901,NULL,2608,3,'2025-11-14 17:18:18','2025-11-14 17:18:18','9e9959e7-2fd4-48ff-8d0e-0a51ab8e5c4c'),
(11768,32,5901,NULL,2624,4,'2025-11-14 17:18:18','2025-11-14 17:18:18','e16a77a9-73b4-4bab-9097-bb79959b988f'),
(11769,32,5901,NULL,2600,5,'2025-11-14 17:18:18','2025-11-14 17:18:18','cf475e75-1039-4b83-86d6-5a2efdcda535'),
(11770,32,5901,NULL,2596,6,'2025-11-14 17:18:18','2025-11-14 17:18:18','50b736ce-7d26-4d4c-aebf-44e8904efbd2'),
(11771,32,5901,NULL,2606,7,'2025-11-14 17:18:18','2025-11-14 17:18:18','050139dd-6938-40ef-9d21-66ee394db145'),
(11772,32,5901,NULL,2604,8,'2025-11-14 17:18:18','2025-11-14 17:18:18','02d421b5-2e3c-4aa0-8f75-e0f366000c92'),
(11773,46,5901,NULL,2891,1,'2025-11-14 17:18:18','2025-11-14 17:18:18','2c2a9de5-f5d9-4658-86b9-9ef7fcffaae7'),
(11774,66,5902,NULL,5899,1,'2025-11-14 17:18:18','2025-11-14 17:18:18','51b69fd4-67f8-4aa9-a1fc-9214b13d2736'),
(11786,66,5906,NULL,5905,1,'2025-11-14 17:20:43','2025-11-14 17:20:43','c0ef41c5-340b-4d88-96f5-6da8097f583b'),
(11787,16,5907,NULL,3865,1,'2025-11-14 17:20:43','2025-11-14 17:20:43','46f150e3-d60b-4188-b84d-09a3b6a0f8f1'),
(11788,7,5907,NULL,601,1,'2025-11-14 17:20:43','2025-11-14 17:20:43','0291f461-b916-449d-b0ec-88880be97546'),
(11789,7,5907,NULL,3468,2,'2025-11-14 17:20:43','2025-11-14 17:20:43','f05641ed-2cb9-4ade-aac2-0e1cf6d725c2'),
(11790,7,5907,NULL,3093,3,'2025-11-14 17:20:43','2025-11-14 17:20:43','8c4b29e6-6f8a-49e5-9d77-7a9db8bb4250'),
(11791,7,5907,NULL,617,4,'2025-11-14 17:20:43','2025-11-14 17:20:43','b0d95a3e-ec1d-4558-98ee-142140faec18'),
(11792,7,5907,NULL,605,5,'2025-11-14 17:20:43','2025-11-14 17:20:43','16cd01e6-cdd1-44e6-84bf-dfa6e5f3fae8'),
(11793,32,5907,NULL,2610,1,'2025-11-14 17:20:43','2025-11-14 17:20:43','aeebe522-b5b3-4cf1-80ef-22a5a54c1201'),
(11794,32,5907,NULL,2598,2,'2025-11-14 17:20:43','2025-11-14 17:20:43','c1a40151-3ed8-4356-8f5e-a83842dbc38f'),
(11795,32,5907,NULL,2600,3,'2025-11-14 17:20:43','2025-11-14 17:20:43','24b330a9-211d-4c38-9d9b-602071b367e2'),
(11796,32,5907,NULL,2604,4,'2025-11-14 17:20:43','2025-11-14 17:20:43','0316fc25-c7e7-495d-bf2a-c27621ab051a'),
(11797,66,5908,NULL,5905,1,'2025-11-14 17:20:43','2025-11-14 17:20:43','ca1b6b9e-df54-4c1c-8af3-e538e023c0f3'),
(11799,66,5912,NULL,5911,1,'2025-11-14 17:21:34','2025-11-14 17:21:34','8cbfa564-895c-4d6d-b991-39645eb4dfe1'),
(11800,66,5914,NULL,5911,1,'2025-11-14 17:21:34','2025-11-14 17:21:34','ee7a7c73-c43c-4f29-81b8-c09fffce5626'),
(11811,66,5918,NULL,5917,1,'2025-11-14 17:24:43','2025-11-14 17:24:43','18f379c5-d552-4f78-8cc7-f163a7b1115e'),
(11812,16,5919,NULL,4526,1,'2025-11-14 17:24:43','2025-11-14 17:24:43','6dd2b9a7-a372-463f-bf25-ccd1a79f312c'),
(11813,7,5919,NULL,2969,1,'2025-11-14 17:24:43','2025-11-14 17:24:43','9e1627da-6612-4d05-b627-074474824955'),
(11814,7,5919,NULL,2974,2,'2025-11-14 17:24:43','2025-11-14 17:24:43','a3c82ea6-6b1a-424a-990f-3861558c93b9'),
(11815,7,5919,NULL,617,3,'2025-11-14 17:24:43','2025-11-14 17:24:43','ecc38013-064d-4a76-8377-ae14f7b3da6d'),
(11816,7,5919,NULL,605,4,'2025-11-14 17:24:43','2025-11-14 17:24:43','9c9c858d-5d2a-4157-828b-91179fe4e1ce'),
(11817,32,5919,NULL,2610,1,'2025-11-14 17:24:43','2025-11-14 17:24:43','fab3cd48-06ba-46ce-b8b6-967e377dbafd'),
(11818,32,5919,NULL,2598,2,'2025-11-14 17:24:43','2025-11-14 17:24:43','249ba873-ea7e-4470-a6a5-6dd1f9ea3fa2'),
(11819,32,5919,NULL,2600,3,'2025-11-14 17:24:43','2025-11-14 17:24:43','b8e3c55d-a591-4241-a4ea-6b03605142d5'),
(11820,32,5919,NULL,2604,4,'2025-11-14 17:24:43','2025-11-14 17:24:43','b9047afb-fcd1-4bc4-96a8-df042975be9c'),
(11821,66,5920,NULL,5917,1,'2025-11-14 17:24:43','2025-11-14 17:24:43','f62db0c2-58d7-408d-9087-18c966a0c7d0'),
(11823,66,5924,NULL,5923,1,'2025-11-14 17:26:13','2025-11-14 17:26:13','e53e6cba-08f3-47e6-8a2c-c08c3d6d97b6'),
(11824,66,5926,NULL,5923,1,'2025-11-14 17:26:13','2025-11-14 17:26:13','93ff5843-2e34-450c-b7aa-49338d1098fb'),
(11826,66,5930,NULL,5929,1,'2025-11-14 17:27:22','2025-11-14 17:27:22','3199a446-e9c5-4c35-b0d2-194deec8a409'),
(11827,66,5932,NULL,5929,1,'2025-11-14 17:27:22','2025-11-14 17:27:22','585b28ec-fc1f-44e9-b9cd-33a954d133df'),
(11842,66,5936,NULL,5935,1,'2025-11-14 17:28:32','2025-11-14 17:28:32','76811175-7fe5-4db7-b0b8-0823e41befcb'),
(11843,16,5937,NULL,3530,1,'2025-11-14 17:28:32','2025-11-14 17:28:32','b9519f0e-68a2-4909-9b48-20712784a6f3'),
(11844,7,5937,NULL,2969,1,'2025-11-14 17:28:32','2025-11-14 17:28:32','0e96b83b-3309-406c-8473-b06a54b608ae'),
(11846,7,5937,NULL,2974,3,'2025-11-14 17:28:32','2025-11-14 17:28:32','6d1eaa5f-5718-4477-a9fd-6f7360c1e93e'),
(11847,7,5937,NULL,617,4,'2025-11-14 17:28:32','2025-11-14 17:28:32','0998c561-729b-467b-b985-087d554fe3c8'),
(11848,7,5937,NULL,605,5,'2025-11-14 17:28:32','2025-11-14 17:28:32','2257379f-2b6e-4089-9fd6-ddce1d09bf27'),
(11849,32,5937,NULL,2610,1,'2025-11-14 17:28:32','2025-11-14 17:28:32','223ded46-6e24-4d56-8c29-47a02b3e6851'),
(11850,32,5937,NULL,2598,2,'2025-11-14 17:28:32','2025-11-14 17:28:32','16a0c579-3836-4080-ac6e-a58eb451ad3b'),
(11851,32,5937,NULL,2608,3,'2025-11-14 17:28:32','2025-11-14 17:28:32','0137dc12-e1d4-42b0-ae23-6321eeeb9bf4'),
(11852,32,5937,NULL,2600,4,'2025-11-14 17:28:32','2025-11-14 17:28:32','20b770c6-a44f-4ec8-a115-4c58a5d9f030'),
(11853,32,5937,NULL,2596,5,'2025-11-14 17:28:32','2025-11-14 17:28:32','85738d4a-55fd-41ee-af88-237ec5181eee'),
(11854,32,5937,NULL,2602,6,'2025-11-14 17:28:32','2025-11-14 17:28:32','9bc10f97-4c5d-41a4-becf-e2659ee7f040'),
(11855,32,5937,NULL,2604,7,'2025-11-14 17:28:32','2025-11-14 17:28:32','ea814536-3cdb-4238-8e94-e259c925d68d'),
(11856,66,5938,NULL,5935,1,'2025-11-14 17:28:32','2025-11-14 17:28:32','74d475c5-7f3b-424c-9c51-9075379ffa71'),
(11871,66,5942,NULL,5941,1,'2025-11-14 17:29:48','2025-11-14 17:29:48','483729d4-d639-489c-8e6d-1bfa188fa1a2'),
(11872,16,5943,NULL,3896,1,'2025-11-14 17:29:48','2025-11-14 17:29:48','af1c6b87-5a45-4899-bbe9-1d1612191f15'),
(11874,7,5943,NULL,2974,2,'2025-11-14 17:29:48','2025-11-14 17:29:48','c77372eb-3a42-4661-9c88-797c3dee67ae'),
(11875,7,5943,NULL,617,3,'2025-11-14 17:29:48','2025-11-14 17:29:48','ebb8f241-05a0-432b-a1e1-0cf3400c81f6'),
(11876,7,5943,NULL,605,4,'2025-11-14 17:29:48','2025-11-14 17:29:48','6a125b01-f8c0-4154-b3bd-0cbbe9154a9f'),
(11877,32,5943,NULL,2610,1,'2025-11-14 17:29:48','2025-11-14 17:29:48','6c4e31c0-b1c6-4558-a734-ca86ea3bd7b8'),
(11878,32,5943,NULL,2598,2,'2025-11-14 17:29:48','2025-11-14 17:29:48','53a27c09-963e-48f9-ba58-245817af69e3'),
(11879,32,5943,NULL,2600,3,'2025-11-14 17:29:48','2025-11-14 17:29:48','9af2304a-c370-4908-a1ed-ca69d48f8fbf'),
(11880,32,5943,NULL,2602,4,'2025-11-14 17:29:48','2025-11-14 17:29:48','023ddba3-643b-4c92-9e34-048462921207'),
(11881,32,5943,NULL,2612,5,'2025-11-14 17:29:48','2025-11-14 17:29:48','afb6d554-5dc3-40fa-a9b6-97a63f83bc75'),
(11882,32,5943,NULL,2618,6,'2025-11-14 17:29:48','2025-11-14 17:29:48','4b256fd8-732b-4a9c-abd0-8355f5f7d0a0'),
(11883,32,5943,NULL,2604,7,'2025-11-14 17:29:48','2025-11-14 17:29:48','b0bf2165-544e-4412-86a1-f9df2a1d07b5'),
(11884,46,5943,NULL,3697,1,'2025-11-14 17:29:48','2025-11-14 17:29:48','47831d99-ef6a-4c13-b5a3-c21fd452abe1'),
(11885,66,5944,NULL,5941,1,'2025-11-14 17:29:48','2025-11-14 17:29:48','88b12c4f-f0d5-4cd6-b81f-e0f2bb11a609'),
(11897,66,5948,NULL,5947,1,'2025-11-14 17:31:14','2025-11-14 17:31:14','5f9bec66-e78a-4ca0-84f8-473231010779'),
(11898,16,5949,NULL,4579,1,'2025-11-14 17:31:14','2025-11-14 17:31:14','19dae2cd-bdd5-4801-86dc-6b8cbe89e421'),
(11899,7,5949,NULL,2969,1,'2025-11-14 17:31:14','2025-11-14 17:31:14','dfb7f50a-f735-4297-956b-2365e821fa8a'),
(11901,7,5949,NULL,617,3,'2025-11-14 17:31:14','2025-11-14 17:31:14','d53823a2-0a0d-4418-8164-de258d9e41c9'),
(11902,7,5949,NULL,605,4,'2025-11-14 17:31:14','2025-11-14 17:31:14','39f2211a-df73-44ae-86ce-14c86e6fb977'),
(11903,32,5949,NULL,2610,1,'2025-11-14 17:31:14','2025-11-14 17:31:14','1ff2b7fd-ef0e-41ae-a7e0-4e93d42e795d'),
(11904,32,5949,NULL,2598,2,'2025-11-14 17:31:14','2025-11-14 17:31:14','fadf729a-37bc-4750-8575-eacb0eb5e966'),
(11905,32,5949,NULL,2600,3,'2025-11-14 17:31:14','2025-11-14 17:31:14','9327e813-9bdd-42ff-849e-cd375c6f39be'),
(11906,32,5949,NULL,2602,4,'2025-11-14 17:31:14','2025-11-14 17:31:14','7e589247-7a8e-4519-a537-046e23cfc529'),
(11907,32,5949,NULL,2604,5,'2025-11-14 17:31:14','2025-11-14 17:31:14','01670466-f906-49f0-8f2e-68ddaabd82c1'),
(11908,66,5950,NULL,5947,1,'2025-11-14 17:31:14','2025-11-14 17:31:14','af56b209-a278-4109-8e56-bfa375317398'),
(11920,66,5954,NULL,5953,1,'2025-11-14 17:32:17','2025-11-14 17:32:17','6b43e540-88ee-4687-b53c-ef5a722b186b'),
(11921,16,5955,NULL,4610,1,'2025-11-14 17:32:18','2025-11-14 17:32:18','50a4324a-997b-4fa9-98c5-20f38ad132bf'),
(11922,7,5955,NULL,601,1,'2025-11-14 17:32:18','2025-11-14 17:32:18','8642d9c8-8d8a-4cbb-9049-88b969775d8e'),
(11923,7,5955,NULL,2972,2,'2025-11-14 17:32:18','2025-11-14 17:32:18','1e402795-2590-4cd6-ae97-ee11abc6c4e7'),
(11924,7,5955,NULL,2974,3,'2025-11-14 17:32:18','2025-11-14 17:32:18','7e982cb5-8c2e-4928-b998-5b3cc6229b8c'),
(11925,7,5955,NULL,617,4,'2025-11-14 17:32:18','2025-11-14 17:32:18','a9c6dd1e-b5a1-4107-8ff5-3022b4d3147c'),
(11926,7,5955,NULL,605,5,'2025-11-14 17:32:18','2025-11-14 17:32:18','0ef16c6f-d190-4380-92ed-8c67070c150b'),
(11927,32,5955,NULL,2610,1,'2025-11-14 17:32:18','2025-11-14 17:32:18','66fe529e-1f0a-4c0f-9033-065c33856445'),
(11928,32,5955,NULL,2598,2,'2025-11-14 17:32:18','2025-11-14 17:32:18','94ed81de-c510-4ec7-aea3-423adad8edd1'),
(11929,32,5955,NULL,2600,3,'2025-11-14 17:32:18','2025-11-14 17:32:18','e6847cd3-4ea7-43ce-9f39-2ee5ae60ecd9'),
(11930,32,5955,NULL,2604,4,'2025-11-14 17:32:18','2025-11-14 17:32:18','a319066b-d831-4415-96d5-35533973cef3'),
(11931,66,5956,NULL,5953,1,'2025-11-14 17:32:18','2025-11-14 17:32:18','1e8ce7a3-eb73-4902-81e4-38329b31be62'),
(11933,66,5960,NULL,5959,1,'2025-11-14 17:33:20','2025-11-14 17:33:20','c2297164-f626-4c3e-b70e-541753e3d229'),
(11934,66,5962,NULL,5959,1,'2025-11-14 17:33:20','2025-11-14 17:33:20','d1d94dcb-cf2e-4d1f-9f1a-ac7318f839b1'),
(11936,66,5966,NULL,5965,1,'2025-11-14 17:45:13','2025-11-14 17:45:13','0294c922-2549-41bd-a828-898349c490c3'),
(11937,66,5968,NULL,5965,1,'2025-11-14 17:45:13','2025-11-14 17:45:13','14c81941-9aa2-408e-9c8e-34db3540bda1'),
(11948,66,5972,NULL,5971,1,'2025-11-14 17:46:29','2025-11-14 17:46:29','ea7f45a3-a126-43e4-9630-a7470fca0800'),
(11949,7,5973,NULL,617,1,'2025-11-14 17:46:29','2025-11-14 17:46:29','9530a478-05e1-4e64-b39a-a350c086781c'),
(11950,7,5973,NULL,605,2,'2025-11-14 17:46:29','2025-11-14 17:46:29','840c64c9-8270-4a8d-99c9-81fcdda00531'),
(11951,32,5973,NULL,2598,1,'2025-11-14 17:46:29','2025-11-14 17:46:29','62310361-6f3b-4f96-8c7b-9a7804fe3644'),
(11952,32,5973,NULL,2608,2,'2025-11-14 17:46:29','2025-11-14 17:46:29','e4dd1da2-1acd-4486-ba9f-91032cdc0996'),
(11953,32,5973,NULL,2600,3,'2025-11-14 17:46:29','2025-11-14 17:46:29','c5202a71-f3bd-45fd-958f-15ea2e43cff4'),
(11954,32,5973,NULL,2596,4,'2025-11-14 17:46:29','2025-11-14 17:46:29','937a20cc-1331-454d-b73d-9d8077e6c062'),
(11955,32,5973,NULL,2602,5,'2025-11-14 17:46:29','2025-11-14 17:46:29','e442d54d-7f19-40c6-b6dc-62338bf51f23'),
(11956,32,5973,NULL,2606,6,'2025-11-14 17:46:29','2025-11-14 17:46:29','f2163240-b86c-4249-adda-3c65eaeac9d8'),
(11957,32,5973,NULL,2604,7,'2025-11-14 17:46:29','2025-11-14 17:46:29','767e659b-f1b5-4323-b0c9-5052e6462a1e'),
(11958,66,5974,NULL,5971,1,'2025-11-14 17:46:29','2025-11-14 17:46:29','eb38e36a-d0cb-44a1-bd5b-7317a8153f6c'),
(11976,66,5978,NULL,5977,1,'2025-11-14 17:47:42','2025-11-14 17:47:42','c637faa4-1b2b-4210-a77f-97169bfc5964'),
(11977,16,5979,NULL,5253,1,'2025-11-14 17:47:42','2025-11-14 17:47:42','993162db-a584-4d5e-ae52-a41778bfce27'),
(11978,7,5979,NULL,601,1,'2025-11-14 17:47:42','2025-11-14 17:47:42','798a3bbd-83e6-4518-a1ef-a18af449856c'),
(11980,7,5979,NULL,617,3,'2025-11-14 17:47:42','2025-11-14 17:47:42','7d75f1b7-af28-45e6-8edf-c10ac290c074'),
(11981,7,5979,NULL,605,4,'2025-11-14 17:47:42','2025-11-14 17:47:42','67735d65-2cd6-4d8e-beae-5bcbbd5f6205'),
(11982,32,5979,NULL,2610,1,'2025-11-14 17:47:42','2025-11-14 17:47:42','df25d0ac-6663-4692-9cf2-5a35d0f83ed8'),
(11983,32,5979,NULL,2598,2,'2025-11-14 17:47:42','2025-11-14 17:47:42','23fd360c-3397-4c2a-8498-07b025cb8fdf'),
(11984,32,5979,NULL,2600,3,'2025-11-14 17:47:42','2025-11-14 17:47:42','07c1a7d0-6793-4e6f-b710-9fc2734b61b8'),
(11985,32,5979,NULL,2596,4,'2025-11-14 17:47:42','2025-11-14 17:47:42','110785f6-7857-4713-8652-f31e9948f49d'),
(11986,32,5979,NULL,2602,5,'2025-11-14 17:47:42','2025-11-14 17:47:42','4e3b7544-2b66-456c-9b54-c4dfee0a861c'),
(11987,32,5979,NULL,2604,6,'2025-11-14 17:47:42','2025-11-14 17:47:42','0ff2ceb2-fa61-4792-a5b0-2f3e3ddf1faf'),
(11988,57,5979,NULL,5254,1,'2025-11-14 17:47:42','2025-11-14 17:47:42','9b2372fd-a6cd-43e1-a787-9560b5d872ab'),
(11989,57,5979,NULL,5255,2,'2025-11-14 17:47:42','2025-11-14 17:47:42','eee03277-aaaf-4aba-a9f4-a3893a5be8d0'),
(11990,57,5979,NULL,5256,3,'2025-11-14 17:47:42','2025-11-14 17:47:42','1f1b054a-d291-4543-9a1a-2a41eb977da9'),
(11991,57,5979,NULL,5257,4,'2025-11-14 17:47:42','2025-11-14 17:47:42','4df456ef-56ce-4d5a-ab20-d452b280a13d'),
(11992,57,5979,NULL,5258,5,'2025-11-14 17:47:42','2025-11-14 17:47:42','d4faa182-b6bc-472c-b555-1ee804f6e0b6'),
(11993,66,5980,NULL,5977,1,'2025-11-14 17:47:42','2025-11-14 17:47:42','ccfb7d9c-d468-4a02-9f7b-7d3c7ecf2e0f'),
(11995,66,5983,NULL,5982,1,'2025-11-14 17:48:42','2025-11-14 17:48:42','dc559db8-0ff5-4d0c-bd81-20bab80b01b7'),
(11996,16,5984,NULL,5213,1,'2025-11-14 17:48:42','2025-11-14 17:48:42','9f101f3d-e7e2-40b2-9993-da989e4f7542'),
(11997,7,5984,NULL,2969,1,'2025-11-14 17:48:42','2025-11-14 17:48:42','b4bd60fc-1c27-4355-9280-5866656ff5e6'),
(11998,7,5984,NULL,617,2,'2025-11-14 17:48:42','2025-11-14 17:48:42','e27f8559-46f3-4d47-a828-9008d94e3924'),
(11999,7,5984,NULL,605,3,'2025-11-14 17:48:42','2025-11-14 17:48:42','4d123323-1b65-414e-a095-57f2611f26e0'),
(12000,32,5984,NULL,2610,1,'2025-11-14 17:48:42','2025-11-14 17:48:42','815be212-64f9-493a-a338-560435d9bff9'),
(12001,32,5984,NULL,2598,2,'2025-11-14 17:48:42','2025-11-14 17:48:42','8d5a77fd-0517-4186-9ba4-4f4f1b33215c'),
(12002,32,5984,NULL,2608,3,'2025-11-14 17:48:42','2025-11-14 17:48:42','e6e405ed-8f05-4984-817f-11d220223e1b'),
(12003,32,5984,NULL,2600,4,'2025-11-14 17:48:42','2025-11-14 17:48:42','3a28da9c-4f45-4ac0-b626-c37e28c684cf'),
(12004,32,5984,NULL,2602,5,'2025-11-14 17:48:42','2025-11-14 17:48:42','405d6ed6-cdb9-4a87-8945-4cc0203f2767'),
(12005,32,5984,NULL,2612,6,'2025-11-14 17:48:42','2025-11-14 17:48:42','96b2cb46-b408-4226-8f8c-9512eea12dfe'),
(12006,32,5984,NULL,2604,7,'2025-11-14 17:48:42','2025-11-14 17:48:42','c21151e7-fdde-4ee9-b4be-3cabf6537d8f'),
(12007,57,5984,NULL,5233,1,'2025-11-14 17:48:42','2025-11-14 17:48:42','349a3c5e-9f0e-4635-937c-d28b84fa30e5'),
(12008,57,5984,NULL,5234,2,'2025-11-14 17:48:42','2025-11-14 17:48:42','8e20aba4-e7dc-41b6-ad5d-5adb607f83bb'),
(12009,57,5984,NULL,5235,3,'2025-11-14 17:48:42','2025-11-14 17:48:42','8b6b8804-8a97-4385-8030-21a5c4a46c1f'),
(12010,57,5984,NULL,5236,4,'2025-11-14 17:48:42','2025-11-14 17:48:42','81017f16-304e-4af1-a6cb-eb067c6d477e'),
(12011,57,5984,NULL,5237,5,'2025-11-14 17:48:42','2025-11-14 17:48:42','07634389-ec48-4ba0-973d-ff1fd40db91c'),
(12012,57,5984,NULL,5238,6,'2025-11-14 17:48:42','2025-11-14 17:48:42','96599891-6954-4f50-b1cf-03589dc9899a'),
(12013,57,5984,NULL,5239,7,'2025-11-14 17:48:42','2025-11-14 17:48:42','abca2426-aebd-4fab-821e-cb7f7a834e4a'),
(12014,66,5985,NULL,5982,1,'2025-11-14 17:48:42','2025-11-14 17:48:42','dd0cf089-f03f-42a1-ae57-5688607da62f'),
(12016,66,5988,NULL,5987,1,'2025-11-14 17:50:36','2025-11-14 17:50:36','fff13cfb-b4f3-4b47-b0f6-a09fa410ca5b'),
(12017,16,5989,NULL,5191,1,'2025-11-14 17:50:36','2025-11-14 17:50:36','177bd043-75f8-4ef7-95e8-829596c042f4'),
(12018,7,5989,NULL,601,1,'2025-11-14 17:50:36','2025-11-14 17:50:36','116ef983-8e59-40d3-b70f-f5411fa02144'),
(12019,7,5989,NULL,3468,2,'2025-11-14 17:50:36','2025-11-14 17:50:36','eafd5fff-eedc-4048-9243-26939d123e3f'),
(12020,7,5989,NULL,617,3,'2025-11-14 17:50:36','2025-11-14 17:50:36','a7a7c6a2-b4b4-4e6c-9b9f-332b721bd837'),
(12021,7,5989,NULL,605,4,'2025-11-14 17:50:36','2025-11-14 17:50:36','ab34ee2c-d5c1-41dd-a3bb-79e7a9dc514a'),
(12022,32,5989,NULL,2610,1,'2025-11-14 17:50:36','2025-11-14 17:50:36','29127533-ef30-4d54-ad62-9b77cf1b0e2e'),
(12023,32,5989,NULL,2598,2,'2025-11-14 17:50:36','2025-11-14 17:50:36','feaeb091-c98b-41d9-8c0a-69d6d92e944c'),
(12024,32,5989,NULL,2624,3,'2025-11-14 17:50:36','2025-11-14 17:50:36','6c8a9e84-7fff-4c62-ab8a-c813c2e59ec7'),
(12025,32,5989,NULL,2600,4,'2025-11-14 17:50:36','2025-11-14 17:50:36','3a6aecd0-52af-458f-9d58-1f590f72379c'),
(12026,32,5989,NULL,2606,5,'2025-11-14 17:50:36','2025-11-14 17:50:36','2c4edf8f-e7fc-4302-b398-5e6874b48b96'),
(12027,32,5989,NULL,2604,6,'2025-11-14 17:50:36','2025-11-14 17:50:36','050a11a1-b7ef-4b12-8438-6f273d88ad96'),
(12028,57,5989,NULL,5185,1,'2025-11-14 17:50:36','2025-11-14 17:50:36','b48cb6d1-4bc5-4cf6-8c0f-613a56b4bd88'),
(12029,57,5989,NULL,5186,2,'2025-11-14 17:50:36','2025-11-14 17:50:36','b755d0b0-348a-42f5-b847-85a1cfbc39fb'),
(12030,57,5989,NULL,5187,3,'2025-11-14 17:50:36','2025-11-14 17:50:36','5f663c1c-62a2-4549-b36a-8395ed4d0b5a'),
(12031,57,5989,NULL,5188,4,'2025-11-14 17:50:36','2025-11-14 17:50:36','319e7933-8cd2-4b2a-8588-b77564c78a64'),
(12032,57,5989,NULL,5189,5,'2025-11-14 17:50:36','2025-11-14 17:50:36','6cb4bd2b-940e-43a0-84fb-2fb5350d0c29'),
(12033,57,5989,NULL,5190,6,'2025-11-14 17:50:36','2025-11-14 17:50:36','9033dc3e-ef4b-4398-be69-14cc9ec3232e'),
(12034,66,5990,NULL,5987,1,'2025-11-14 17:50:36','2025-11-14 17:50:36','a231890d-d06e-4bfd-a82c-2219f5f96a13'),
(12075,66,5995,NULL,5994,1,'2025-11-14 18:15:40','2025-11-14 18:15:40','c661fa0c-cfa8-4595-a968-bea9a5e77144'),
(12076,16,5996,NULL,5140,1,'2025-11-14 18:15:40','2025-11-14 18:15:40','5d236b61-6014-49e9-b5a3-79f1541bbda8'),
(12078,7,5996,NULL,617,2,'2025-11-14 18:15:40','2025-11-14 18:15:40','25de36ad-4de7-4a99-a6ef-611dff505206'),
(12079,7,5996,NULL,605,3,'2025-11-14 18:15:40','2025-11-14 18:15:40','83f61eb8-bec6-468d-a6df-e9122e41e5de'),
(12080,32,5996,NULL,2610,1,'2025-11-14 18:15:40','2025-11-14 18:15:40','4f62ae40-523b-4925-a887-2f0bc9ac716c'),
(12081,32,5996,NULL,2598,2,'2025-11-14 18:15:40','2025-11-14 18:15:40','615613ab-7cd0-40cf-a307-1a6a7cef0847'),
(12082,32,5996,NULL,2608,3,'2025-11-14 18:15:40','2025-11-14 18:15:40','7d76fdaf-dae4-4a06-900e-01c131e7310e'),
(12083,32,5996,NULL,2624,4,'2025-11-14 18:15:40','2025-11-14 18:15:40','d883861c-e157-4822-ad09-7c0ce602ffd4'),
(12084,32,5996,NULL,2600,5,'2025-11-14 18:15:40','2025-11-14 18:15:40','b482aedc-7983-4191-a3da-a0d6d63c7c88'),
(12085,32,5996,NULL,2596,6,'2025-11-14 18:15:40','2025-11-14 18:15:40','5790ae03-aba9-4619-8569-0570c1509491'),
(12086,32,5996,NULL,2602,7,'2025-11-14 18:15:40','2025-11-14 18:15:40','cd447ab0-006a-4916-a0a8-a9875800c9c2'),
(12087,32,5996,NULL,2606,8,'2025-11-14 18:15:40','2025-11-14 18:15:40','0fa24193-2a88-40f7-965c-ec36e08598b0'),
(12088,32,5996,NULL,2612,9,'2025-11-14 18:15:40','2025-11-14 18:15:40','a7b1841c-f875-41f2-ba93-9d32161f4535'),
(12089,32,5996,NULL,2604,10,'2025-11-14 18:15:40','2025-11-14 18:15:40','57c4e032-5701-41e5-8473-f49878e834cb'),
(12090,57,5996,NULL,5146,1,'2025-11-14 18:15:40','2025-11-14 18:15:40','57334178-d14c-4589-bfc6-bd7e68c9bfd3'),
(12091,57,5996,NULL,5147,2,'2025-11-14 18:15:40','2025-11-14 18:15:40','4f05908a-4542-45f0-b4f0-bf890d5dd058'),
(12092,57,5996,NULL,5148,3,'2025-11-14 18:15:40','2025-11-14 18:15:40','948dfbf3-3070-47f6-8d40-b117ee1fa0aa'),
(12093,57,5996,NULL,5149,4,'2025-11-14 18:15:40','2025-11-14 18:15:40','81d8ede7-4f38-48ec-bf55-045371f66ba3'),
(12094,57,5996,NULL,5150,5,'2025-11-14 18:15:40','2025-11-14 18:15:40','f1e03736-d16e-4844-aacc-eca3c4f22e96'),
(12095,57,5996,NULL,5151,6,'2025-11-14 18:15:40','2025-11-14 18:15:40','489a556a-9325-473a-94d6-3836194770f7'),
(12096,57,5996,NULL,5152,7,'2025-11-14 18:15:40','2025-11-14 18:15:40','f8389b3d-a653-43a3-b445-6026deff77ad'),
(12097,57,5996,NULL,5153,8,'2025-11-14 18:15:40','2025-11-14 18:15:40','54b72580-cacf-4077-98bd-c9c23c4cf39a'),
(12098,66,5997,NULL,5994,1,'2025-11-14 18:15:41','2025-11-14 18:15:41','1ed57f45-61ac-43f0-9ab8-8454b8b2faa0'),
(12114,66,6001,NULL,6000,1,'2025-11-14 18:17:03','2025-11-14 18:17:03','fa1b094b-ac17-4764-b28d-a35c430b6809'),
(12115,16,6002,NULL,3986,1,'2025-11-14 18:17:03','2025-11-14 18:17:03','fd85dfb2-1954-43aa-8e84-2986384c11a8'),
(12116,7,6002,NULL,601,1,'2025-11-14 18:17:03','2025-11-14 18:17:03','d80480a2-e7f1-4c33-85d5-cd3d5e71faa5'),
(12117,7,6002,NULL,3468,2,'2025-11-14 18:17:03','2025-11-14 18:17:03','b342ada4-ce93-4913-b176-feb70ce1b774'),
(12118,7,6002,NULL,617,3,'2025-11-14 18:17:03','2025-11-14 18:17:03','856f808f-e597-4030-8afa-548fe307e4fe'),
(12119,7,6002,NULL,605,4,'2025-11-14 18:17:03','2025-11-14 18:17:03','0f06dcbb-fbe3-4ff4-b439-31197affc2f3'),
(12120,32,6002,NULL,2610,1,'2025-11-14 18:17:03','2025-11-14 18:17:03','6a5a67ce-a2f8-4be1-a90f-16fb41cee431'),
(12121,32,6002,NULL,2598,2,'2025-11-14 18:17:03','2025-11-14 18:17:03','837829ec-988d-48c7-968c-4c0919e2b4cb'),
(12122,32,6002,NULL,2600,3,'2025-11-14 18:17:03','2025-11-14 18:17:03','fad85383-687c-4302-843d-b14b3a71eecd'),
(12123,32,6002,NULL,2604,4,'2025-11-14 18:17:03','2025-11-14 18:17:03','d1374e10-45ac-40a5-bd63-1383c901a154'),
(12124,57,6002,NULL,5127,1,'2025-11-14 18:17:03','2025-11-14 18:17:03','f09e12c7-52ab-441e-9455-205df2ae7115'),
(12125,57,6002,NULL,5128,2,'2025-11-14 18:17:03','2025-11-14 18:17:03','2b8e3649-f8e8-4faa-aea0-52235d43711b'),
(12126,57,6002,NULL,5129,3,'2025-11-14 18:17:03','2025-11-14 18:17:03','3f50ec35-aeae-482b-abd8-7efe8287052a'),
(12127,57,6002,NULL,5130,4,'2025-11-14 18:17:03','2025-11-14 18:17:03','3f4793cd-bc3c-4152-900e-814a13c536ba'),
(12128,57,6002,NULL,5131,5,'2025-11-14 18:17:03','2025-11-14 18:17:03','8ff34691-1c29-462d-95df-9e661043e18d'),
(12129,66,6003,NULL,6000,1,'2025-11-14 18:17:03','2025-11-14 18:17:03','3ddaf57e-d48d-4c58-a08a-1945db739dc6'),
(12145,66,6007,NULL,6006,1,'2025-11-14 18:17:51','2025-11-14 18:17:51','8a241f95-69c2-44a9-a65e-004db970800a'),
(12146,16,6008,NULL,4017,1,'2025-11-14 18:17:51','2025-11-14 18:17:51','98479399-5b28-423e-81c9-6b62566eedea'),
(12147,7,6008,NULL,601,1,'2025-11-14 18:17:51','2025-11-14 18:17:51','b4030301-3587-4ad0-b7d9-bbc6b22c0252'),
(12149,7,6008,NULL,2972,3,'2025-11-14 18:17:51','2025-11-14 18:17:51','3c98ff32-8c68-49f8-b18d-83f6e5f80972'),
(12150,7,6008,NULL,617,4,'2025-11-14 18:17:51','2025-11-14 18:17:51','6f99972b-acc3-4558-a2df-21bb8b7f950a'),
(12151,7,6008,NULL,605,5,'2025-11-14 18:17:51','2025-11-14 18:17:51','084fdfd5-d95f-4b4f-95da-2b9fa9cfe4d2'),
(12152,32,6008,NULL,2610,1,'2025-11-14 18:17:51','2025-11-14 18:17:51','abd8db33-5f9c-4736-9385-1dee008c2118'),
(12153,32,6008,NULL,2598,2,'2025-11-14 18:17:51','2025-11-14 18:17:51','36a9166f-82c3-49cf-8fcc-16774ed2f9d2'),
(12154,32,6008,NULL,2600,3,'2025-11-14 18:17:51','2025-11-14 18:17:51','d81bdefd-cbff-4dbb-b08f-b56e0fa9e45b'),
(12155,32,6008,NULL,2604,4,'2025-11-14 18:17:51','2025-11-14 18:17:51','7fbfa18b-480f-4521-8f7b-85687d3ce54b'),
(12156,57,6008,NULL,5122,1,'2025-11-14 18:17:51','2025-11-14 18:17:51','9ec4c160-716f-4f73-92dd-942fcc89c917'),
(12157,57,6008,NULL,5123,2,'2025-11-14 18:17:51','2025-11-14 18:17:51','bf2ef4c7-117f-4c0f-8af0-e57e60f89ff1'),
(12158,57,6008,NULL,5124,3,'2025-11-14 18:17:51','2025-11-14 18:17:51','703f6275-10ce-4857-a540-942cf8f464a4'),
(12159,57,6008,NULL,5125,4,'2025-11-14 18:17:51','2025-11-14 18:17:51','c6d81a42-bbbb-4112-b796-c279da8c6b8f'),
(12160,66,6009,NULL,6006,1,'2025-11-14 18:17:51','2025-11-14 18:17:51','a6ed3739-2515-4573-9bf5-a8c7d7c55176'),
(12161,16,6010,NULL,5191,1,'2025-11-14 18:18:00','2025-11-14 18:18:00','973ebf62-453b-411b-835b-9210194b6cca'),
(12162,7,6010,NULL,601,1,'2025-11-14 18:18:00','2025-11-14 18:18:00','d9a40828-0e2a-49f2-9f02-d9995da3d7c3'),
(12163,7,6010,NULL,3468,2,'2025-11-14 18:18:00','2025-11-14 18:18:00','f0666db5-070e-4984-be42-6da378b45cba'),
(12164,7,6010,NULL,617,3,'2025-11-14 18:18:00','2025-11-14 18:18:00','bbdcbd67-592a-4017-aa1f-ec14c764713a'),
(12165,7,6010,NULL,605,4,'2025-11-14 18:18:00','2025-11-14 18:18:00','3b598058-a46b-48a2-b932-d94f6654e59f'),
(12166,32,6010,NULL,2610,1,'2025-11-14 18:18:00','2025-11-14 18:18:00','5cd92bc9-1b02-4071-8243-a9dc15d1aded'),
(12167,32,6010,NULL,2598,2,'2025-11-14 18:18:00','2025-11-14 18:18:00','c39a9f92-e56d-473e-b0f8-2d69e19b9d47'),
(12168,32,6010,NULL,2624,3,'2025-11-14 18:18:00','2025-11-14 18:18:00','0245e1dd-288a-465a-be1e-e0ec3938168e'),
(12169,32,6010,NULL,2600,4,'2025-11-14 18:18:00','2025-11-14 18:18:00','f9f11882-ee98-4213-96a1-922e56241392'),
(12170,32,6010,NULL,2606,5,'2025-11-14 18:18:00','2025-11-14 18:18:00','28421a26-ed5d-43bf-abec-0ccf03b35133'),
(12171,32,6010,NULL,2604,6,'2025-11-14 18:18:00','2025-11-14 18:18:00','4b84e760-d97f-4d04-a08e-99f9c3520ee3'),
(12172,57,6010,NULL,5185,1,'2025-11-14 18:18:00','2025-11-14 18:18:00','45e1eb95-c35b-48db-a2c5-7c936001d7b8'),
(12173,57,6010,NULL,5186,2,'2025-11-14 18:18:00','2025-11-14 18:18:00','e2885a1c-2dcf-4f4b-a850-0b0b2899b2d1'),
(12174,57,6010,NULL,5187,3,'2025-11-14 18:18:00','2025-11-14 18:18:00','358066e0-a443-4f2c-a23b-e9dbb6355034'),
(12175,57,6010,NULL,5188,4,'2025-11-14 18:18:00','2025-11-14 18:18:00','0204ce90-5f22-495f-a961-a2755a2b14d1'),
(12176,57,6010,NULL,5189,5,'2025-11-14 18:18:00','2025-11-14 18:18:00','241ec990-aef4-40e1-a9d8-8ca168571e1f'),
(12177,57,6010,NULL,5190,6,'2025-11-14 18:18:00','2025-11-14 18:18:00','fba70db7-49a8-4a19-809b-a92829d34a3a'),
(12189,66,6015,NULL,6013,1,'2025-11-14 18:18:54','2025-11-14 18:18:54','ce57a7be-e8ed-48e2-8c9c-5677d02be994'),
(12190,7,6016,NULL,617,1,'2025-11-14 18:18:54','2025-11-14 18:18:54','9418666d-d987-45f3-8404-3994fa5a0be2'),
(12191,7,6016,NULL,605,2,'2025-11-14 18:18:54','2025-11-14 18:18:54','95720379-21c2-4e05-a7f7-7b0f7626ad49'),
(12192,32,6016,NULL,2598,1,'2025-11-14 18:18:54','2025-11-14 18:18:54','f1faf022-46e9-4fcb-905f-845e50311676'),
(12193,32,6016,NULL,2608,2,'2025-11-14 18:18:54','2025-11-14 18:18:54','68337df0-db34-4d81-9a19-c49c2d13443d'),
(12194,32,6016,NULL,2600,3,'2025-11-14 18:18:54','2025-11-14 18:18:54','c9103460-14b4-4eb9-bdfe-524b736f0499'),
(12195,32,6016,NULL,2596,4,'2025-11-14 18:18:54','2025-11-14 18:18:54','78d0754f-3ce9-4c05-9f2a-a3ffd85f021a'),
(12196,32,6016,NULL,2602,5,'2025-11-14 18:18:54','2025-11-14 18:18:54','0adad8f0-8c6a-44e6-9f03-752e82e1c297'),
(12197,32,6016,NULL,2606,6,'2025-11-14 18:18:54','2025-11-14 18:18:54','e08319d4-5d70-47f4-b818-464810effb00'),
(12198,32,6016,NULL,2604,7,'2025-11-14 18:18:54','2025-11-14 18:18:54','8baa54ed-9098-4266-a6c8-8faf61f01a17'),
(12199,66,6017,NULL,6013,1,'2025-11-14 18:18:54','2025-11-14 18:18:54','6d6b4ffd-5293-4bcf-b26b-d38c7052db0f'),
(12201,66,6021,NULL,6020,1,'2025-11-14 18:19:43','2025-11-14 18:19:43','1180dfd3-25fc-4a30-a5e5-8b13b03f6d9c'),
(12202,66,6023,NULL,6020,1,'2025-11-14 18:19:43','2025-11-14 18:19:43','2a76b86f-b4d7-441c-9bfd-21f1f4ff92de'),
(12224,66,6027,NULL,6026,1,'2025-11-14 18:20:53','2025-11-14 18:20:53','043ad154-dc1b-45b8-94e0-43fda0439590'),
(12225,16,6028,NULL,3623,1,'2025-11-14 18:20:53','2025-11-14 18:20:53','0add98bf-08f6-42dc-aa9e-76a358acc479'),
(12226,7,6028,NULL,601,1,'2025-11-14 18:20:53','2025-11-14 18:20:53','26b2082b-e860-424a-90f2-2132702325e9'),
(12227,7,6028,NULL,617,2,'2025-11-14 18:20:53','2025-11-14 18:20:53','5beba12c-2473-4124-82e2-eca21282b286'),
(12228,7,6028,NULL,605,3,'2025-11-14 18:20:53','2025-11-14 18:20:53','4d77e10c-0de0-4089-b2d0-6872d087a03a'),
(12229,32,6028,NULL,2614,1,'2025-11-14 18:20:53','2025-11-14 18:20:53','bf375cc0-69be-4aae-a495-d86615e78dec'),
(12230,32,6028,NULL,2610,2,'2025-11-14 18:20:53','2025-11-14 18:20:53','c4da711f-428b-4db1-9eff-2a2890f1ec92'),
(12231,32,6028,NULL,2598,3,'2025-11-14 18:20:53','2025-11-14 18:20:53','c51c43e2-712e-42b2-8e43-bf6ae4215264'),
(12232,32,6028,NULL,2600,4,'2025-11-14 18:20:53','2025-11-14 18:20:53','2191d313-4806-4875-8a76-c61748c3fb77'),
(12233,32,6028,NULL,2596,5,'2025-11-14 18:20:53','2025-11-14 18:20:53','285e6249-9d9b-4ee6-845e-54544b0c5ec2'),
(12234,32,6028,NULL,2602,6,'2025-11-14 18:20:53','2025-11-14 18:20:53','255f011d-a6b8-44f7-b319-1cb2e99b3cd8'),
(12235,32,6028,NULL,2612,7,'2025-11-14 18:20:53','2025-11-14 18:20:53','f780854d-9a3c-4690-922f-4722f17b73f2'),
(12236,32,6028,NULL,2604,8,'2025-11-14 18:20:53','2025-11-14 18:20:53','e3d0a834-7b7c-4e25-a2fc-81756fb8046e'),
(12237,57,6028,NULL,5105,1,'2025-11-14 18:20:53','2025-11-14 18:20:53','987f25ea-5c09-48b7-9f19-c240facb2b50'),
(12238,57,6028,NULL,5106,2,'2025-11-14 18:20:53','2025-11-14 18:20:53','dd751e95-8894-4355-91fa-619c9a19fc08'),
(12239,57,6028,NULL,5107,3,'2025-11-14 18:20:53','2025-11-14 18:20:53','9b54c866-b04c-4189-8d8c-c19050093896'),
(12240,57,6028,NULL,5108,4,'2025-11-14 18:20:53','2025-11-14 18:20:53','66b3f921-d70c-49e5-a733-54483d37dde4'),
(12241,57,6028,NULL,5109,5,'2025-11-14 18:20:53','2025-11-14 18:20:53','2306df7a-e79f-44cf-b176-c9fe95e641c4'),
(12242,57,6028,NULL,5110,6,'2025-11-14 18:20:53','2025-11-14 18:20:53','df8d6101-04da-47f3-9b49-fc9bbde872e7'),
(12243,57,6028,NULL,5111,7,'2025-11-14 18:20:53','2025-11-14 18:20:53','081abfdd-8ef8-4791-8daf-00cc6efc2cc3'),
(12244,57,6028,NULL,5112,8,'2025-11-14 18:20:53','2025-11-14 18:20:53','38c5e7e1-0f6c-440a-9ffd-f275cc6ee819'),
(12245,66,6029,NULL,6026,1,'2025-11-14 18:20:53','2025-11-14 18:20:53','687708a2-4801-4baa-9d24-1f100a5d6b75'),
(12280,66,6034,NULL,6033,1,'2025-11-14 18:21:50','2025-11-14 18:21:50','9da8b7d2-d8bd-4c5b-b7db-14fabac0ac86'),
(12281,16,6035,NULL,4639,1,'2025-11-14 18:21:50','2025-11-14 18:21:50','c06ff6af-3c14-4b93-ac83-ca99ad401327'),
(12282,7,6035,NULL,2974,1,'2025-11-14 18:21:50','2025-11-14 18:21:50','5ec407aa-0a81-411b-9902-f21df27683ea'),
(12283,7,6035,NULL,617,2,'2025-11-14 18:21:50','2025-11-14 18:21:50','04e9b205-c2a2-47d4-a3ef-a68d0d2e3a60'),
(12284,7,6035,NULL,605,3,'2025-11-14 18:21:50','2025-11-14 18:21:50','933a19d2-3bc5-45f4-a051-a640e1638403'),
(12285,32,6035,NULL,2610,1,'2025-11-14 18:21:50','2025-11-14 18:21:50','f3f0d687-9d0f-4591-b7e8-2735a67cf105'),
(12286,32,6035,NULL,2598,2,'2025-11-14 18:21:50','2025-11-14 18:21:50','baa9cee6-a901-40aa-88f1-6d0935987ff2'),
(12287,32,6035,NULL,2600,3,'2025-11-14 18:21:50','2025-11-14 18:21:50','375efaae-2fcc-4744-8b10-8840bedacac8'),
(12288,32,6035,NULL,2602,4,'2025-11-14 18:21:50','2025-11-14 18:21:50','cb641dae-5133-443b-a9f4-e8b416cbdbe0'),
(12289,32,6035,NULL,2612,5,'2025-11-14 18:21:50','2025-11-14 18:21:50','e7995f33-b0b3-4a2b-8cd0-6f87837b0241'),
(12290,32,6035,NULL,2618,6,'2025-11-14 18:21:50','2025-11-14 18:21:50','3ad1f01e-e5f7-4053-a1aa-925fd4d54558'),
(12291,32,6035,NULL,2604,7,'2025-11-14 18:21:50','2025-11-14 18:21:50','253fc991-d60a-4ec6-b609-f88f72d19332'),
(12292,46,6035,NULL,3697,1,'2025-11-14 18:21:50','2025-11-14 18:21:50','53516d37-1684-4230-a6d2-d98ef38bff2e'),
(12293,57,6035,NULL,5084,1,'2025-11-14 18:21:50','2025-11-14 18:21:50','2cbf3f71-263c-4adc-883b-5e0f5e2d433c'),
(12294,57,6035,NULL,5085,2,'2025-11-14 18:21:50','2025-11-14 18:21:50','bd4bb820-46c6-431f-b00f-c50550fe9565'),
(12295,57,6035,NULL,5086,3,'2025-11-14 18:21:50','2025-11-14 18:21:50','113cb0de-c9b7-41a9-a8b3-21b2b42a7a17'),
(12296,57,6035,NULL,5087,4,'2025-11-14 18:21:50','2025-11-14 18:21:50','33f7b60f-6e94-4631-b395-bd3270074ded'),
(12297,57,6035,NULL,5088,5,'2025-11-14 18:21:50','2025-11-14 18:21:50','704f6b91-4d96-4bf9-82fc-e25732514b4f'),
(12298,66,6036,NULL,6033,1,'2025-11-14 18:21:50','2025-11-14 18:21:50','9c562567-c3b8-45b1-9564-d1812bf5304b'),
(12322,66,6040,NULL,6039,1,'2025-11-14 18:22:46','2025-11-14 18:22:46','8792dc62-343f-472d-a3c6-22a570451aa4'),
(12323,16,6041,NULL,5013,1,'2025-11-14 18:22:47','2025-11-14 18:22:47','f466e3d3-f1d0-420a-a55f-0379ff2f859a'),
(12324,7,6041,NULL,2969,1,'2025-11-14 18:22:47','2025-11-14 18:22:47','7eeecbf1-ce81-4704-a0f2-4c35ffb1068b'),
(12325,7,6041,NULL,617,2,'2025-11-14 18:22:47','2025-11-14 18:22:47','662911e7-65ff-4371-83c6-96bd3494da05'),
(12326,7,6041,NULL,605,3,'2025-11-14 18:22:47','2025-11-14 18:22:47','d0b4e6ae-0a21-4b6c-862f-19f7873a4732'),
(12327,32,6041,NULL,2614,1,'2025-11-14 18:22:47','2025-11-14 18:22:47','cd7f4019-5faa-48a3-bdef-ee4664c4b85d'),
(12328,32,6041,NULL,2610,2,'2025-11-14 18:22:47','2025-11-14 18:22:47','7769a67e-97a3-463d-b2b7-8827997f072b'),
(12329,32,6041,NULL,2598,3,'2025-11-14 18:22:47','2025-11-14 18:22:47','df83ef1c-deb9-40e5-b381-43693481f8fb'),
(12330,32,6041,NULL,2608,4,'2025-11-14 18:22:47','2025-11-14 18:22:47','3390a743-93bc-47a0-8e82-4d0c3934c43d'),
(12331,32,6041,NULL,2600,5,'2025-11-14 18:22:47','2025-11-14 18:22:47','8566337f-7d37-451f-914c-6d59ea0523b8'),
(12332,32,6041,NULL,2596,6,'2025-11-14 18:22:47','2025-11-14 18:22:47','ffa98ae5-a657-4bcd-b350-135a6c0c8c27'),
(12333,32,6041,NULL,2602,7,'2025-11-14 18:22:47','2025-11-14 18:22:47','f0c1fc40-0fa1-4e9e-a3df-164594ac10f6'),
(12334,32,6041,NULL,2606,8,'2025-11-14 18:22:47','2025-11-14 18:22:47','b0d41811-398a-4f0a-93e2-56648763dda0'),
(12335,32,6041,NULL,2612,9,'2025-11-14 18:22:47','2025-11-14 18:22:47','b526cd89-73e5-4032-a34f-eafbe1866ca7'),
(12336,32,6041,NULL,2604,10,'2025-11-14 18:22:47','2025-11-14 18:22:47','d629085e-f399-4745-a26d-d27e993915ae'),
(12337,57,6041,NULL,5033,1,'2025-11-14 18:22:47','2025-11-14 18:22:47','ff442c97-ef9c-4e69-a656-6d4c1fb009c2'),
(12338,57,6041,NULL,5034,2,'2025-11-14 18:22:47','2025-11-14 18:22:47','197d95a2-4677-42fc-bb8c-b304d0aec7aa'),
(12339,57,6041,NULL,5035,3,'2025-11-14 18:22:47','2025-11-14 18:22:47','54696539-fc6c-4e0d-aa01-10718b119435'),
(12340,57,6041,NULL,5036,4,'2025-11-14 18:22:47','2025-11-14 18:22:47','1503c653-2ee5-4a0b-bf25-6794c1cbadcb'),
(12341,57,6041,NULL,5037,5,'2025-11-14 18:22:47','2025-11-14 18:22:47','c2cef7ab-fcd1-445d-a47d-8356b61c2e1c'),
(12342,57,6041,NULL,5038,6,'2025-11-14 18:22:47','2025-11-14 18:22:47','a29011af-9e8f-4145-a103-ca58c3cb4cbe'),
(12343,57,6041,NULL,5039,7,'2025-11-14 18:22:47','2025-11-14 18:22:47','162ddb9c-6904-4df2-8e73-5223ef2a3a9b'),
(12344,57,6041,NULL,5040,8,'2025-11-14 18:22:47','2025-11-14 18:22:47','ac60ae4a-492c-42d6-afd7-807f18d422e1'),
(12345,66,6042,NULL,6039,1,'2025-11-14 18:22:47','2025-11-14 18:22:47','d8a94bfe-12fd-4739-be79-c489452d1c1d'),
(12355,66,6046,NULL,6045,1,'2025-11-14 18:23:30','2025-11-14 18:23:30','434f1c8c-6347-4fa8-a554-309feba875f2'),
(12356,16,6047,NULL,4973,1,'2025-11-14 18:23:30','2025-11-14 18:23:30','9cf89d49-f38d-48e4-9134-b17b66d2b408'),
(12357,57,6047,NULL,4991,1,'2025-11-14 18:23:30','2025-11-14 18:23:30','0718b29a-28dd-43a0-97cc-3dbb2e8148c3'),
(12358,57,6047,NULL,4992,2,'2025-11-14 18:23:30','2025-11-14 18:23:30','fd83bbd3-d9b2-4304-ba3a-f869b3b2d35a'),
(12359,57,6047,NULL,4993,3,'2025-11-14 18:23:30','2025-11-14 18:23:30','a976439d-e72b-48be-b26a-2766712611ce'),
(12360,57,6047,NULL,4994,4,'2025-11-14 18:23:30','2025-11-14 18:23:30','a29b6ade-11e0-4453-a25f-7032dd0d7322'),
(12361,57,6047,NULL,4995,5,'2025-11-14 18:23:30','2025-11-14 18:23:30','59fa62f9-cea6-46bc-b1b4-a4fa44c149e1'),
(12362,57,6047,NULL,4996,6,'2025-11-14 18:23:30','2025-11-14 18:23:30','31273518-4f3a-45ab-8e81-5ce5b9911992'),
(12363,57,6047,NULL,4997,7,'2025-11-14 18:23:30','2025-11-14 18:23:30','dfe4f3d5-c153-4d51-82e6-1e0a60458316'),
(12364,66,6048,NULL,6045,1,'2025-11-14 18:23:30','2025-11-14 18:23:30','7c4c7f59-39cd-4709-ba5b-1fcaf4e03d43'),
(12538,22,1765,NULL,6065,1,'2025-11-17 14:59:56','2025-11-17 14:59:56','9891da26-9651-412f-a750-ffeb4e2ebfe1'),
(12539,22,1766,NULL,6064,1,'2025-11-17 14:59:56','2025-11-17 14:59:56','8301100d-cfa2-43dd-a5a9-68666a4f4c62'),
(12540,22,6069,NULL,6065,1,'2025-11-17 14:59:56','2025-11-17 14:59:56','25f77334-23e2-441d-a291-ce6871e5fd3b'),
(12541,22,6070,NULL,6064,1,'2025-11-17 14:59:56','2025-11-17 14:59:56','3ddb23c8-03f1-4902-8fce-174c43336c8d'),
(12555,22,6076,NULL,6074,1,'2025-11-17 15:01:37','2025-11-17 15:01:37','529be626-5a6b-4fe8-aac1-5b42c1ca0b11'),
(12556,16,6077,NULL,3090,1,'2025-11-17 15:01:37','2025-11-17 15:01:37','0459f75e-6d17-430e-8de8-3a1dff7ba350'),
(12558,7,6077,NULL,3093,2,'2025-11-17 15:01:37','2025-11-17 15:01:37','7c9843a4-4559-424d-a512-4cb4511b18d1'),
(12559,7,6077,NULL,617,3,'2025-11-17 15:01:37','2025-11-17 15:01:37','e6df61f1-785e-40a4-88e1-1f7f28074dcd'),
(12560,7,6077,NULL,605,4,'2025-11-17 15:01:37','2025-11-17 15:01:37','2f99ea3b-5e9b-4f4d-962c-3f9dfcb8d009'),
(12561,32,6077,NULL,2610,1,'2025-11-17 15:01:37','2025-11-17 15:01:37','4b64a24e-defa-4ca1-8cf0-232caa6a2332'),
(12562,32,6077,NULL,2598,2,'2025-11-17 15:01:37','2025-11-17 15:01:37','e990b808-d175-4f1b-a572-bdc9b7df8ce2'),
(12563,32,6077,NULL,2600,3,'2025-11-17 15:01:37','2025-11-17 15:01:37','bfde52fa-2f6c-4425-aaf5-2ac7b3fa222e'),
(12564,32,6077,NULL,2596,4,'2025-11-17 15:01:37','2025-11-17 15:01:37','af7c4984-c5b0-4a5d-b736-5752aff01714'),
(12565,32,6077,NULL,2602,5,'2025-11-17 15:01:37','2025-11-17 15:01:37','0ec0648d-188d-4a3b-b8d0-2c1b58da3abf'),
(12566,32,6077,NULL,2604,6,'2025-11-17 15:01:37','2025-11-17 15:01:37','4a00e54f-5986-41c5-8a1b-936b6a5c75c8'),
(12567,22,6078,NULL,6074,1,'2025-11-17 15:01:37','2025-11-17 15:01:37','638ea780-d7a2-4aac-8175-b59dab6df148'),
(12570,22,1771,NULL,6081,1,'2025-11-17 15:03:58','2025-11-17 15:03:58','4b186855-3559-46fa-b8aa-a4c15ec67389'),
(12571,22,1772,NULL,6082,1,'2025-11-17 15:03:58','2025-11-17 15:03:58','4b5e6b11-d54d-48b0-931a-6937370bff27'),
(12572,22,6085,NULL,6081,1,'2025-11-17 15:03:58','2025-11-17 15:03:58','7a8642e1-22cb-4d4f-b45a-5a22769b7472'),
(12573,22,6086,NULL,6082,1,'2025-11-17 15:03:58','2025-11-17 15:03:58','c0095f1a-3998-445e-b548-693be991bfad'),
(12581,16,6088,NULL,4358,1,'2025-11-17 15:04:56','2025-11-17 15:04:56','d8ed1079-9754-46c8-b7ae-9086a283a619'),
(12582,7,6088,NULL,617,1,'2025-11-17 15:04:56','2025-11-17 15:04:56','6392a261-581a-4fd5-b588-076875cb3b2c'),
(12583,7,6088,NULL,605,2,'2025-11-17 15:04:56','2025-11-17 15:04:56','ce385867-8ecc-405b-9788-947c60441b30'),
(12584,32,6088,NULL,2610,1,'2025-11-17 15:04:56','2025-11-17 15:04:56','1faa263c-9eda-48e7-bfa5-959c00702240'),
(12585,32,6088,NULL,2598,2,'2025-11-17 15:04:56','2025-11-17 15:04:56','99823765-15d7-4741-9352-5c7635cb04b7'),
(12586,32,6088,NULL,2600,3,'2025-11-17 15:04:56','2025-11-17 15:04:56','5925bbcf-0c1d-4519-8398-9c4d738c73da'),
(12587,32,6088,NULL,2604,4,'2025-11-17 15:04:56','2025-11-17 15:04:56','fa5b0d21-bae4-44b9-96f1-ffb266dcdc90'),
(12590,22,1890,NULL,6090,1,'2025-11-17 15:12:02','2025-11-17 15:12:02','675732ec-4e97-458a-bb28-d98babe7d850'),
(12592,22,6095,NULL,6090,1,'2025-11-17 15:12:02','2025-11-17 15:12:02','4a6846f5-81fd-44af-bf4e-7391c2b7b710'),
(12593,22,6096,NULL,6093,1,'2025-11-17 15:12:02','2025-11-17 15:12:02','98c29a72-0e2c-4521-a8bf-7711348ef452'),
(12595,22,1886,NULL,6099,1,'2025-11-17 15:16:11','2025-11-17 15:16:11','40137a05-21c7-40fd-80e1-c13c9b3bfa4a'),
(12596,22,6103,NULL,6099,1,'2025-11-17 15:16:11','2025-11-17 15:16:11','cd118b72-4faa-45df-9a80-b0fbe30f2b43'),
(12598,22,1896,NULL,6105,1,'2025-11-17 15:17:07','2025-11-17 15:17:07','37851252-e8f6-4467-a7f7-a660f696e48c'),
(12599,22,6108,NULL,6105,1,'2025-11-17 15:17:07','2025-11-17 15:17:07','8ce6d012-c5d9-456b-896b-a8b335b89446'),
(12602,22,6114,NULL,6112,1,'2025-11-17 15:34:54','2025-11-17 15:34:54','9c02ccb0-94f9-40af-a3e5-b8eb2cf13e33'),
(12620,16,6122,NULL,3122,1,'2025-11-17 15:38:31','2025-11-17 15:38:31','8e5e61dc-17ca-4e37-82fc-acc28473cd1c'),
(12623,7,6122,NULL,2972,3,'2025-11-17 15:38:31','2025-11-17 15:38:31','e0207970-3718-41aa-aa95-99a1139ae4b3'),
(12624,7,6122,NULL,2974,4,'2025-11-17 15:38:31','2025-11-17 15:38:31','d4b56496-0632-4b95-b2bf-2491641a3b89'),
(12625,7,6122,NULL,617,5,'2025-11-17 15:38:31','2025-11-17 15:38:31','9fae9815-322b-4d98-b01a-ce2da4b7dfdc'),
(12626,7,6122,NULL,605,6,'2025-11-17 15:38:31','2025-11-17 15:38:31','016d0278-98b0-4a43-aacf-d9ce73832e58'),
(12627,32,6122,NULL,2614,1,'2025-11-17 15:38:31','2025-11-17 15:38:31','a696669f-62d0-4225-a725-e00cc3cb4c74'),
(12628,32,6122,NULL,2610,2,'2025-11-17 15:38:31','2025-11-17 15:38:31','b053f080-70ad-48e7-a551-794ef5b7ca42'),
(12629,32,6122,NULL,2598,3,'2025-11-17 15:38:31','2025-11-17 15:38:31','79e537c2-14d5-4b01-bc60-4a5d859d96a2'),
(12630,32,6122,NULL,2608,4,'2025-11-17 15:38:31','2025-11-17 15:38:31','662bcddd-0ac2-45f3-8b9c-447b19cfd16b'),
(12631,32,6122,NULL,2600,5,'2025-11-17 15:38:31','2025-11-17 15:38:31','19f71703-9035-4995-992e-ac8c917b14e7'),
(12632,32,6122,NULL,2596,6,'2025-11-17 15:38:31','2025-11-17 15:38:31','13f1a167-9ec6-47cd-9caa-c94cf08a4eee'),
(12633,32,6122,NULL,2602,7,'2025-11-17 15:38:31','2025-11-17 15:38:31','a8708916-ad32-46d9-8d57-75d38a5cd75e'),
(12634,32,6122,NULL,2604,8,'2025-11-17 15:38:31','2025-11-17 15:38:31','fadcfdf2-a252-4a2f-976e-6b1cffc65257'),
(12635,22,6123,NULL,632,1,'2025-11-17 15:38:31','2025-11-17 15:38:31','2949e6fa-3a92-47b0-b678-f08a8d627925'),
(12649,16,6125,NULL,3808,1,'2025-11-17 15:38:51','2025-11-17 15:38:51','916f121a-8e01-4062-930d-237666468f1b'),
(12650,7,6125,NULL,601,1,'2025-11-17 15:38:51','2025-11-17 15:38:51','a1717bcc-5b7f-4e2c-9a8c-88a5150314af'),
(12651,7,6125,NULL,3468,2,'2025-11-17 15:38:51','2025-11-17 15:38:51','9ad646dc-5e33-4827-839c-957bfcf30ce1'),
(12652,7,6125,NULL,2972,3,'2025-11-17 15:38:51','2025-11-17 15:38:51','e9342a33-452b-47d0-aaea-f5717ca29f9e'),
(12653,7,6125,NULL,2974,4,'2025-11-17 15:38:51','2025-11-17 15:38:51','e22eb2e0-2cf2-4346-8a35-87904d26c5f2'),
(12654,7,6125,NULL,617,5,'2025-11-17 15:38:51','2025-11-17 15:38:51','defc9137-e174-4bcf-b168-4b3ce43aa51d'),
(12655,7,6125,NULL,605,6,'2025-11-17 15:38:51','2025-11-17 15:38:51','d3b100cc-3ae5-461f-b284-e1cab49048cd'),
(12656,32,6125,NULL,2614,1,'2025-11-17 15:38:51','2025-11-17 15:38:51','d685cb86-9a5d-4cd3-a8db-2188ef1d5584'),
(12657,32,6125,NULL,2610,2,'2025-11-17 15:38:51','2025-11-17 15:38:51','18c24501-6cf7-428e-b1a6-958f68bcbe73'),
(12658,32,6125,NULL,2598,3,'2025-11-17 15:38:51','2025-11-17 15:38:51','6acdec8f-0abb-4c47-963f-2720ddda3235'),
(12659,32,6125,NULL,2600,4,'2025-11-17 15:38:51','2025-11-17 15:38:51','6a4f6295-f03f-4aed-9d1a-a5e63dd8d371'),
(12660,32,6125,NULL,2602,5,'2025-11-17 15:38:51','2025-11-17 15:38:51','98c3572c-1c33-4442-8444-ca72173b2bc4'),
(12661,32,6125,NULL,2604,6,'2025-11-17 15:38:51','2025-11-17 15:38:51','616f092e-3c83-4206-a669-e9b0b2912706'),
(12664,22,1900,NULL,6128,1,'2025-11-17 15:41:10','2025-11-17 15:41:10','6ebdddea-d68c-4d5f-bc61-03834e3ba5d1'),
(12666,22,6132,NULL,6128,1,'2025-11-17 15:41:10','2025-11-17 15:41:10','e6c43896-4cfa-4fd6-8b84-1fd8279cb50c'),
(12667,22,6133,NULL,6130,1,'2025-11-17 15:41:10','2025-11-17 15:41:10','d6dadae6-274e-44f6-98c4-33f8c49636e3'),
(12670,22,1905,NULL,6128,1,'2025-11-17 15:41:58','2025-11-17 15:41:58','0d0ea884-643e-48c1-bc72-0911f92c6820'),
(12671,22,1906,NULL,6137,1,'2025-11-17 15:41:58','2025-11-17 15:41:58','43a7fe7c-ac04-4fe8-ad47-07ed1c7e6139'),
(12672,22,6139,NULL,6128,1,'2025-11-17 15:41:59','2025-11-17 15:41:59','a3de501a-9bb7-441c-8163-cab93eb7bc0d'),
(12673,22,6140,NULL,6137,1,'2025-11-17 15:41:59','2025-11-17 15:41:59','29869ca8-90b2-4059-b4d6-7b2be161483b'),
(12675,22,1777,NULL,6143,1,'2025-11-17 15:43:23','2025-11-17 15:43:23','cfb84a1c-3c4b-4fcb-a4d8-00f43de736ef'),
(12676,22,6147,NULL,6143,1,'2025-11-17 15:43:23','2025-11-17 15:43:23','c0059801-f0ba-44ee-b656-a0e16f8b0422'),
(12687,16,6151,NULL,4385,1,'2025-11-17 15:56:17','2025-11-17 15:56:17','e0079f97-b2e9-421d-a4ac-bef1abdc5338'),
(12688,7,6151,NULL,2969,1,'2025-11-17 15:56:17','2025-11-17 15:56:17','0ba9af1e-7d35-41ad-8805-5c1eaea8219c'),
(12689,7,6151,NULL,617,2,'2025-11-17 15:56:17','2025-11-17 15:56:17','2527ff6a-e544-4006-9e03-ff4ad2b5e230'),
(12690,7,6151,NULL,605,3,'2025-11-17 15:56:17','2025-11-17 15:56:17','76e55c84-c2f2-453b-bc9b-c71afdc12774'),
(12691,32,6151,NULL,2610,1,'2025-11-17 15:56:17','2025-11-17 15:56:17','b11af888-dc83-4400-808d-6b781d225c50'),
(12692,32,6151,NULL,2622,2,'2025-11-17 15:56:17','2025-11-17 15:56:17','f1e74619-9b1a-4655-9317-9d882cd80d1c'),
(12693,32,6151,NULL,2598,3,'2025-11-17 15:56:17','2025-11-17 15:56:17','f547163a-49b8-4873-9573-91976e4a628a'),
(12694,32,6151,NULL,2600,4,'2025-11-17 15:56:17','2025-11-17 15:56:17','1d2ee191-291e-4df1-a183-ad6a12f3ae2b'),
(12695,32,6151,NULL,2604,5,'2025-11-17 15:56:17','2025-11-17 15:56:17','14c8a979-e259-4c26-934f-bb05d65479bd'),
(12696,46,6151,NULL,4403,1,'2025-11-17 15:56:17','2025-11-17 15:56:17','542e487e-0428-43b3-9093-352cdcabe974'),
(12709,16,6153,NULL,4414,1,'2025-11-17 15:57:09','2025-11-17 15:57:09','ae70094e-a577-426c-99ff-ceae55f26f8c'),
(12711,7,6153,NULL,617,2,'2025-11-17 15:57:09','2025-11-17 15:57:09','c1a49fd8-8d6a-41cc-9213-dcf4c678ea0f'),
(12712,7,6153,NULL,605,3,'2025-11-17 15:57:09','2025-11-17 15:57:09','f0b1ebbc-4f10-4a60-a5f1-0f96d0f5188f'),
(12713,32,6153,NULL,2610,1,'2025-11-17 15:57:09','2025-11-17 15:57:09','69f77337-e1ad-4b51-92f7-f85596f0e217'),
(12714,32,6153,NULL,2598,2,'2025-11-17 15:57:09','2025-11-17 15:57:09','d68162d3-db50-4f78-af8b-92ba6a81b3e9'),
(12715,32,6153,NULL,2600,3,'2025-11-17 15:57:09','2025-11-17 15:57:09','253cdc85-60ea-426b-b935-fd770530022f'),
(12716,32,6153,NULL,2602,4,'2025-11-17 15:57:09','2025-11-17 15:57:09','7e1ba897-b0af-4277-868b-47a419ed2735'),
(12717,32,6153,NULL,2612,5,'2025-11-17 15:57:09','2025-11-17 15:57:09','6803aca6-d319-4ef1-a2c6-a00005bf7477'),
(12718,32,6153,NULL,2618,6,'2025-11-17 15:57:09','2025-11-17 15:57:09','a10a8529-843a-49b1-afcf-cd8ff3be7fc1'),
(12719,32,6153,NULL,2604,7,'2025-11-17 15:57:09','2025-11-17 15:57:09','89ff291b-91bc-400d-9e6d-319945872827'),
(12720,46,6153,NULL,3697,1,'2025-11-17 15:57:09','2025-11-17 15:57:09','60e6f9c8-1910-4ea7-a7d0-4c4d89e3642c'),
(12723,22,6158,NULL,6156,1,'2025-11-17 15:57:50','2025-11-17 15:57:50','51716a6d-a71e-4913-bcd2-7a7262133464'),
(12724,22,6160,NULL,6156,1,'2025-11-17 15:57:50','2025-11-17 15:57:50','84eed773-256f-44f9-97c3-f61d5625a7af'),
(12735,16,6162,NULL,4440,1,'2025-11-17 15:58:21','2025-11-17 15:58:21','ab63f98b-9652-4d79-885c-57fa18b55f1e'),
(12736,7,6162,NULL,617,1,'2025-11-17 15:58:21','2025-11-17 15:58:21','99caa2b6-9c89-4624-8255-85580f68fe9b'),
(12737,7,6162,NULL,605,2,'2025-11-17 15:58:21','2025-11-17 15:58:21','ecbcb9ec-84f6-4f32-a546-2cfa61bbe4cb'),
(12738,32,6162,NULL,2610,1,'2025-11-17 15:58:21','2025-11-17 15:58:21','c0b3f19c-f74a-4e75-8763-bc191820fff4'),
(12739,32,6162,NULL,2598,2,'2025-11-17 15:58:21','2025-11-17 15:58:21','ca93019f-8d43-42a2-bf8c-b0885dcc8249'),
(12740,32,6162,NULL,2624,3,'2025-11-17 15:58:21','2025-11-17 15:58:21','45518d62-7492-4bdc-9792-89d03cad0d29'),
(12741,32,6162,NULL,2600,4,'2025-11-17 15:58:21','2025-11-17 15:58:21','84fd97b0-4b80-4861-be81-29d6718a0b4c'),
(12742,32,6162,NULL,2606,5,'2025-11-17 15:58:21','2025-11-17 15:58:21','24311785-99b6-4af0-9b04-8cdd31111e55'),
(12743,32,6162,NULL,2604,6,'2025-11-17 15:58:21','2025-11-17 15:58:21','ed4521a1-a05e-46d2-b4f1-fc34ebf34b04'),
(12744,46,6162,NULL,2891,1,'2025-11-17 15:58:21','2025-11-17 15:58:21','7c62703a-fb57-4a40-bd4c-608ac4f88af8'),
(12747,22,1782,NULL,6167,1,'2025-11-17 16:03:20','2025-11-17 16:03:20','402a395a-6f0f-4c24-b819-4cea633e17f7'),
(12748,22,1783,NULL,6165,1,'2025-11-17 16:03:20','2025-11-17 16:03:20','536caf8d-ce41-4ab8-a44d-a62f6db0d06d'),
(12749,22,6169,NULL,6167,1,'2025-11-17 16:03:20','2025-11-17 16:03:20','a1730f65-2970-45ab-8c7a-61477098457a'),
(12750,22,6170,NULL,6165,1,'2025-11-17 16:03:20','2025-11-17 16:03:20','535875cd-6930-4d21-a1ec-69a970b975d8'),
(12753,22,1788,NULL,6173,1,'2025-11-17 16:04:15','2025-11-17 16:04:15','f20918ef-0d31-4f50-8c61-92b4b208851d'),
(12754,22,1789,NULL,6175,1,'2025-11-17 16:04:15','2025-11-17 16:04:15','7fe8e6b6-4660-4366-a86e-e12eb2bee795'),
(12755,22,6177,NULL,6173,1,'2025-11-17 16:04:15','2025-11-17 16:04:15','0635e2d8-fd5e-44f6-aed7-ef3fd603befa'),
(12756,22,6178,NULL,6175,1,'2025-11-17 16:04:15','2025-11-17 16:04:15','b91282a4-a51b-4f22-a1f7-54aa77f45944'),
(12770,16,6180,NULL,3158,1,'2025-11-17 16:06:53','2025-11-17 16:06:53','c04108df-46aa-4b0a-ac90-02dfdecef671'),
(12771,7,6180,NULL,2969,1,'2025-11-17 16:06:53','2025-11-17 16:06:53','0f87fac0-b7cb-4777-a8d5-aaaad1bfea24'),
(12772,7,6180,NULL,2974,2,'2025-11-17 16:06:53','2025-11-17 16:06:53','877b2836-8e63-4220-b6e7-25d6f16f92b9'),
(12773,7,6180,NULL,617,3,'2025-11-17 16:06:53','2025-11-17 16:06:53','42005570-af42-4213-b74e-c5536f44415d'),
(12774,7,6180,NULL,605,4,'2025-11-17 16:06:53','2025-11-17 16:06:53','759582b6-87be-48bf-b6e4-5a6288c926b6'),
(12775,32,6180,NULL,2614,1,'2025-11-17 16:06:53','2025-11-17 16:06:53','d1d2618c-7570-486e-90d5-c01c4893e50d'),
(12776,32,6180,NULL,2610,2,'2025-11-17 16:06:53','2025-11-17 16:06:53','53787599-0b84-444b-913a-af637bb52748'),
(12777,32,6180,NULL,2598,3,'2025-11-17 16:06:53','2025-11-17 16:06:53','6ea4fc34-4719-4b2c-9824-6c8d19a23d12'),
(12778,32,6180,NULL,2608,4,'2025-11-17 16:06:53','2025-11-17 16:06:53','18cd22e3-bc2c-474b-9b30-a655913fc4ad'),
(12779,32,6180,NULL,2600,5,'2025-11-17 16:06:53','2025-11-17 16:06:53','5d319df7-d48e-4523-bf21-d049a9a5aa91'),
(12780,32,6180,NULL,2596,6,'2025-11-17 16:06:53','2025-11-17 16:06:53','1e15cf7e-9797-4143-98ed-9afbc0658774'),
(12781,32,6180,NULL,2602,7,'2025-11-17 16:06:53','2025-11-17 16:06:53','01f04bcf-3552-45b7-a00c-8f95d80b453d'),
(12782,32,6180,NULL,2604,8,'2025-11-17 16:06:53','2025-11-17 16:06:53','bff621d5-7a62-4dec-9963-730904a64cde'),
(12785,22,1601,NULL,6183,1,'2025-11-17 16:08:26','2025-11-17 16:08:26','735678a4-b181-4470-bab2-ef6db0b08ff1'),
(12786,22,1602,NULL,6185,1,'2025-11-17 16:08:26','2025-11-17 16:08:26','5e8001dc-d1a9-4022-ba63-3b5dd7c141e3'),
(12787,22,6187,NULL,6183,1,'2025-11-17 16:08:26','2025-11-17 16:08:26','471454cc-ae3b-4a19-b159-fa4865a16228'),
(12788,22,6188,NULL,6185,1,'2025-11-17 16:08:26','2025-11-17 16:08:26','4c2aca86-d334-4aac-a5b6-c547afeb342f'),
(12790,22,1794,NULL,6191,1,'2025-11-17 16:13:13','2025-11-17 16:13:13','a7e75d19-74a3-45da-b4b8-9ab1c6d78d91'),
(12791,22,6195,NULL,6191,1,'2025-11-17 16:13:13','2025-11-17 16:13:13','2dd5154d-b310-4d08-bb6f-5f28a5a994f7'),
(12792,16,6196,NULL,4466,1,'2025-11-17 16:13:46','2025-11-17 16:13:46','76142e30-3475-434a-91b0-747e03bddfeb'),
(12793,7,6196,NULL,2969,1,'2025-11-17 16:13:46','2025-11-17 16:13:46','a484e121-e7dc-4429-9963-0fbca11ebdc0'),
(12794,7,6196,NULL,617,2,'2025-11-17 16:13:46','2025-11-17 16:13:46','ee838a03-f756-47f7-aa96-22b474235eca'),
(12795,7,6196,NULL,605,3,'2025-11-17 16:13:46','2025-11-17 16:13:46','f21609fc-0912-4f28-a7c8-402bd71f5a5d'),
(12796,32,6196,NULL,2610,1,'2025-11-17 16:13:46','2025-11-17 16:13:46','d56719d9-ea0b-4c07-9ea5-37458433fb59'),
(12797,32,6196,NULL,2598,2,'2025-11-17 16:13:46','2025-11-17 16:13:46','3508c340-cc7e-453e-845a-6d2ce0b6a1bd'),
(12798,32,6196,NULL,2600,3,'2025-11-17 16:13:46','2025-11-17 16:13:46','7bca034b-87c1-42fa-902e-f473f3dc78f5'),
(12799,32,6196,NULL,2604,4,'2025-11-17 16:13:46','2025-11-17 16:13:46','7b9d1f6c-d9a5-4ca6-a6f0-f9c17478046e'),
(12802,22,1920,NULL,6214,1,'2025-11-17 16:21:02','2025-11-17 16:21:02','27ac1d39-64fc-41d6-a5f4-2ec1e0e352db'),
(12803,22,1921,NULL,6216,1,'2025-11-17 16:21:02','2025-11-17 16:21:02','df0126bc-e075-406a-a818-db3c56c5e75f'),
(12804,22,6218,NULL,6214,1,'2025-11-17 16:21:02','2025-11-17 16:21:02','2018220c-7759-405a-a965-bc35f4dd1760'),
(12805,22,6219,NULL,6216,1,'2025-11-17 16:21:02','2025-11-17 16:21:02','c9c84838-df94-43a6-b1ef-367ccb017aec'),
(12816,16,6221,NULL,3377,1,'2025-11-17 16:21:18','2025-11-17 16:21:18','7fdff9a9-58fc-4b65-9d65-a7830dd3fe38'),
(12817,7,6221,NULL,2969,1,'2025-11-17 16:21:18','2025-11-17 16:21:18','a9535d90-bd1e-4808-84a0-35797f05703f'),
(12818,7,6221,NULL,617,2,'2025-11-17 16:21:18','2025-11-17 16:21:18','52243065-103c-4f09-bbe2-3367e3695632'),
(12819,7,6221,NULL,605,3,'2025-11-17 16:21:18','2025-11-17 16:21:18','b5ed967e-65e1-45b9-8e49-33cf672ead0c'),
(12820,32,6221,NULL,2610,1,'2025-11-17 16:21:18','2025-11-17 16:21:18','fb590a72-451f-44a7-9698-677cd7cad993'),
(12821,32,6221,NULL,2598,2,'2025-11-17 16:21:18','2025-11-17 16:21:18','5f652ef5-963f-4ebc-a41f-808fa4002241'),
(12822,32,6221,NULL,2600,3,'2025-11-17 16:21:18','2025-11-17 16:21:18','70950948-8612-4449-82d9-3566decee403'),
(12823,32,6221,NULL,2596,4,'2025-11-17 16:21:18','2025-11-17 16:21:18','b2226232-8436-4f33-b50d-46e43f4c31b2'),
(12824,32,6221,NULL,2602,5,'2025-11-17 16:21:18','2025-11-17 16:21:18','20158c47-0693-4b72-86b5-3c5f01df5ea3'),
(12825,32,6221,NULL,2604,6,'2025-11-17 16:21:18','2025-11-17 16:21:18','46bed6f5-95e6-44a4-a740-f912b7d5b4e9'),
(12827,22,1799,NULL,6224,1,'2025-11-17 16:22:37','2025-11-17 16:22:37','717869a6-b3ee-4de2-b23d-338e10f77c38'),
(12828,22,6226,NULL,6224,1,'2025-11-17 16:22:37','2025-11-17 16:22:37','642c24d3-afd1-49a9-a954-91ad61a338dd'),
(12841,16,6228,NULL,3425,1,'2025-11-17 16:23:26','2025-11-17 16:23:26','e689498f-9aae-4e81-803a-1adc268c839f'),
(12842,7,6228,NULL,601,1,'2025-11-17 16:23:26','2025-11-17 16:23:26','1e5c71d2-d18e-4848-ac1f-539f1bf5d486'),
(12843,7,6228,NULL,617,2,'2025-11-17 16:23:26','2025-11-17 16:23:26','bd608f3f-c985-4cf0-b399-aa6a00c8197c'),
(12844,7,6228,NULL,605,3,'2025-11-17 16:23:26','2025-11-17 16:23:26','33502242-30a6-4099-a91c-c50e20530c06'),
(12845,32,6228,NULL,2614,1,'2025-11-17 16:23:26','2025-11-17 16:23:26','69ec7a0b-54cc-4b11-bb60-81be7316c97e'),
(12846,32,6228,NULL,2610,2,'2025-11-17 16:23:26','2025-11-17 16:23:26','eced6b21-7d3c-4dec-8566-2cdfbd88e0dc'),
(12847,32,6228,NULL,2598,3,'2025-11-17 16:23:26','2025-11-17 16:23:26','946f1852-e0d1-499b-ae88-25707c5a56b2'),
(12848,32,6228,NULL,2600,4,'2025-11-17 16:23:26','2025-11-17 16:23:26','426a5653-3fdc-40d2-bc0d-67450a5dc800'),
(12849,32,6228,NULL,2596,5,'2025-11-17 16:23:26','2025-11-17 16:23:26','bb39a570-bc42-407c-aa2b-bcd525a61015'),
(12850,32,6228,NULL,2602,6,'2025-11-17 16:23:26','2025-11-17 16:23:26','701f7345-146a-48c4-8c6c-372ebb71b15f'),
(12851,32,6228,NULL,2606,7,'2025-11-17 16:23:26','2025-11-17 16:23:26','93e052b7-d39a-4af5-b679-b6894aca49b6'),
(12852,32,6228,NULL,2604,8,'2025-11-17 16:23:26','2025-11-17 16:23:26','e10b7511-1b1f-4a9a-9f90-0e8b27c53b9b'),
(12862,16,6230,NULL,4497,1,'2025-11-17 16:23:56','2025-11-17 16:23:56','22078fcb-7c7f-4c70-b1b1-03271c375a2c'),
(12864,7,6230,NULL,2972,2,'2025-11-17 16:23:56','2025-11-17 16:23:56','9221fe45-1c3f-4f9e-8ed5-872ccf911dbd'),
(12865,7,6230,NULL,617,3,'2025-11-17 16:23:56','2025-11-17 16:23:56','aa245e61-cfc3-47f4-9918-bbb6944568fd'),
(12866,7,6230,NULL,605,4,'2025-11-17 16:23:56','2025-11-17 16:23:56','32099d35-466a-4126-8b3d-c373eca6f2eb'),
(12867,32,6230,NULL,2610,1,'2025-11-17 16:23:56','2025-11-17 16:23:56','534cb4f8-ecd9-4c81-8de2-ad1aa53789ef'),
(12868,32,6230,NULL,2598,2,'2025-11-17 16:23:56','2025-11-17 16:23:56','36bdf101-e2f4-4220-ad3d-d6be3f515b69'),
(12869,32,6230,NULL,2600,3,'2025-11-17 16:23:56','2025-11-17 16:23:56','1eab3b03-7aa4-4dff-b07c-8b9997b4356b'),
(12870,32,6230,NULL,2604,4,'2025-11-17 16:23:56','2025-11-17 16:23:56','4a8c5a42-fc44-4c37-8046-37811d9173f6'),
(12889,16,6232,NULL,5281,1,'2025-11-17 16:24:49','2025-11-17 16:24:49','7c39d757-8e91-4e01-9099-72f2603e2716'),
(12890,7,6232,NULL,601,1,'2025-11-17 16:24:49','2025-11-17 16:24:49','23d84b55-c453-4e09-b265-e7afbf9244d8'),
(12891,7,6232,NULL,3468,2,'2025-11-17 16:24:49','2025-11-17 16:24:49','4b2b80f4-f088-4914-b1cd-4874535c9093'),
(12892,7,6232,NULL,2972,3,'2025-11-17 16:24:49','2025-11-17 16:24:49','b17e2c97-aa10-44ea-a5ef-940110d3096b'),
(12893,7,6232,NULL,2974,4,'2025-11-17 16:24:49','2025-11-17 16:24:49','7ada5248-1ecf-414c-8982-5f79e95c6359'),
(12894,7,6232,NULL,617,5,'2025-11-17 16:24:49','2025-11-17 16:24:49','82240f91-63a0-4bf9-b037-bedbd62ca324'),
(12895,7,6232,NULL,605,6,'2025-11-17 16:24:49','2025-11-17 16:24:49','a589c247-68f1-4f7f-957d-f40d80969ea2'),
(12896,32,6232,NULL,2610,1,'2025-11-17 16:24:49','2025-11-17 16:24:49','07a6d220-9ed0-4ced-abbe-76e99cc4100c'),
(12897,32,6232,NULL,2598,2,'2025-11-17 16:24:49','2025-11-17 16:24:49','e1096916-f7cc-4c96-81dd-b9e642daef31'),
(12898,32,6232,NULL,2600,3,'2025-11-17 16:24:49','2025-11-17 16:24:49','cdb16401-7bfa-42d6-a781-ebdccacc396e'),
(12899,32,6232,NULL,2604,4,'2025-11-17 16:24:49','2025-11-17 16:24:49','1940a2d0-c16e-447e-b186-ffc01e29f644'),
(12900,32,6232,NULL,2614,5,'2025-11-17 16:24:49','2025-11-17 16:24:49','a6be31b6-18e5-4057-8984-8d6ed8f4567a'),
(12901,32,6232,NULL,2612,6,'2025-11-17 16:24:49','2025-11-17 16:24:49','82705b2d-3fe0-4360-9d37-73521f036aa3'),
(12902,57,6232,NULL,5277,1,'2025-11-17 16:24:49','2025-11-17 16:24:49','8cef28d2-ac11-406d-99e2-399f7a7ae871'),
(12903,57,6232,NULL,5278,2,'2025-11-17 16:24:49','2025-11-17 16:24:49','488eedc3-c82c-464b-891e-9ccfc2d17a57'),
(12904,57,6232,NULL,5279,3,'2025-11-17 16:24:49','2025-11-17 16:24:49','0b85365a-af70-4911-a1d6-d1115a35d53d'),
(12905,57,6232,NULL,5280,4,'2025-11-17 16:24:49','2025-11-17 16:24:49','7027f0d6-6b86-4603-a470-d9d4a0978e07'),
(12906,57,6232,NULL,5282,5,'2025-11-17 16:24:49','2025-11-17 16:24:49','7df73390-49d3-4a35-9c09-88d3ae18a30f'),
(12921,16,6246,NULL,3467,1,'2025-11-17 16:33:14','2025-11-17 16:33:14','60bf020f-df28-4d92-b32f-1cbceae773e9'),
(12922,7,6246,NULL,601,1,'2025-11-17 16:33:14','2025-11-17 16:33:14','a75cbba4-18b4-4603-bb38-21749f8dace1'),
(12923,7,6246,NULL,3468,2,'2025-11-17 16:33:14','2025-11-17 16:33:14','ca279e78-13d3-4f4b-aea6-3b7f9656ee11'),
(12925,7,6246,NULL,2972,4,'2025-11-17 16:33:14','2025-11-17 16:33:14','e48c504f-474c-4d1f-82e8-2e35adf1cdfa'),
(12926,7,6246,NULL,2974,5,'2025-11-17 16:33:14','2025-11-17 16:33:14','41c9b916-c142-477d-9b2a-993e1c77b270'),
(12927,7,6246,NULL,617,6,'2025-11-17 16:33:14','2025-11-17 16:33:14','a7a44d52-122d-4c93-9cc0-3a38e6de1e77'),
(12928,7,6246,NULL,605,7,'2025-11-17 16:33:14','2025-11-17 16:33:14','c04f31ce-4336-4bc7-8f6f-b29eb1cdd27b'),
(12929,32,6246,NULL,2610,1,'2025-11-17 16:33:14','2025-11-17 16:33:14','ac981669-8727-4193-ac4e-ef0bc70ebf0d'),
(12930,32,6246,NULL,2598,2,'2025-11-17 16:33:14','2025-11-17 16:33:14','fc38ca52-943a-4f4a-8a7d-d4b3c9d26f5d'),
(12931,32,6246,NULL,2600,3,'2025-11-17 16:33:14','2025-11-17 16:33:14','6d4b3f88-2839-493c-91d5-e96861a0cebc'),
(12932,32,6246,NULL,2596,4,'2025-11-17 16:33:14','2025-11-17 16:33:14','bdd6203a-ec6c-4247-afd3-612b0e5dd584'),
(12933,32,6246,NULL,2602,5,'2025-11-17 16:33:14','2025-11-17 16:33:14','238d88f1-b39a-4cae-83ce-3d8e055c4698'),
(12934,32,6246,NULL,2604,6,'2025-11-17 16:33:14','2025-11-17 16:33:14','699ae0cc-7f24-4d46-a75c-d7cdd290a730'),
(12946,7,6248,NULL,617,1,'2025-11-17 16:33:40','2025-11-17 16:33:40','821ccc56-c09e-41a0-9b0f-0bdf196b986d'),
(12947,7,6248,NULL,605,2,'2025-11-17 16:33:40','2025-11-17 16:33:40','292e9944-6334-45af-9089-497e983dc829'),
(12948,32,6248,NULL,2610,1,'2025-11-17 16:33:40','2025-11-17 16:33:40','8456d309-6e09-44da-8f43-964302eca92f'),
(12949,32,6248,NULL,2598,2,'2025-11-17 16:33:40','2025-11-17 16:33:40','c4243f75-e857-4fea-969e-bf03915ccf24'),
(12950,32,6248,NULL,2608,3,'2025-11-17 16:33:40','2025-11-17 16:33:40','87d2bb7e-3fd3-483f-ae35-30f01f519826'),
(12951,32,6248,NULL,2624,4,'2025-11-17 16:33:40','2025-11-17 16:33:40','706a80cf-8a45-4404-adac-f2b08660182c'),
(12952,32,6248,NULL,2600,5,'2025-11-17 16:33:40','2025-11-17 16:33:40','c3c29aad-2ca5-43ed-b55a-0ffcbc319879'),
(12953,32,6248,NULL,2596,6,'2025-11-17 16:33:40','2025-11-17 16:33:40','abbac47f-ccf2-4d48-b13a-35f547a770e2'),
(12954,32,6248,NULL,2606,7,'2025-11-17 16:33:40','2025-11-17 16:33:40','123bfee3-9d52-4126-967e-412ff7b8106b'),
(12955,32,6248,NULL,2604,8,'2025-11-17 16:33:40','2025-11-17 16:33:40','08f5d98b-b589-41bc-9fff-ccf21e3626e2'),
(12956,46,6248,NULL,2891,1,'2025-11-17 16:33:40','2025-11-17 16:33:40','f97d6bff-83a4-492a-93e1-5e5aee6391ba'),
(12967,16,6251,NULL,3865,1,'2025-11-17 16:35:08','2025-11-17 16:35:08','515dd4c7-ae93-4f05-9f0c-d155477b8ac5'),
(12968,7,6251,NULL,601,1,'2025-11-17 16:35:08','2025-11-17 16:35:08','78437310-0a33-4433-87c4-6c4ec7275869'),
(12969,7,6251,NULL,3468,2,'2025-11-17 16:35:08','2025-11-17 16:35:08','bb04e2e0-3c79-429e-9620-5dd68928e3e8'),
(12970,7,6251,NULL,3093,3,'2025-11-17 16:35:08','2025-11-17 16:35:08','bfe1a547-946c-4594-9ba6-9c946b2dab2d'),
(12971,7,6251,NULL,617,4,'2025-11-17 16:35:08','2025-11-17 16:35:08','8b46f052-48ce-4e7f-b2c0-274b65bcf31c'),
(12972,7,6251,NULL,605,5,'2025-11-17 16:35:08','2025-11-17 16:35:08','58d8c660-6ae6-471d-8289-1ee769b44459'),
(12973,32,6251,NULL,2610,1,'2025-11-17 16:35:08','2025-11-17 16:35:08','3937d734-6102-4737-a387-249975bad302'),
(12974,32,6251,NULL,2598,2,'2025-11-17 16:35:08','2025-11-17 16:35:08','98b7843b-7683-4c25-9dd4-7e7613eae2f5'),
(12975,32,6251,NULL,2600,3,'2025-11-17 16:35:08','2025-11-17 16:35:08','950ce3bc-efe1-4775-afae-e3016d335962'),
(12976,32,6251,NULL,2604,4,'2025-11-17 16:35:08','2025-11-17 16:35:08','c010840d-0061-41ec-991a-0f64e644f9d0'),
(12980,22,6259,NULL,6255,1,'2025-11-17 16:36:55','2025-11-17 16:36:55','89fd709a-7390-4513-aa1a-c8ba0a985bf5'),
(12981,22,1926,NULL,6258,1,'2025-11-17 16:36:55','2025-11-17 16:36:55','59cd2711-59d0-4419-baaa-161e1f9f4891'),
(12982,22,6261,NULL,6255,1,'2025-11-17 16:36:55','2025-11-17 16:36:55','d05b26c1-6495-4bf7-9024-0fc4ea2f1c81'),
(12983,22,6262,NULL,6258,1,'2025-11-17 16:36:55','2025-11-17 16:36:55','cd5936a4-6250-4f72-9362-4cbd8825364c'),
(12985,22,1930,NULL,6265,1,'2025-11-17 16:38:04','2025-11-17 16:38:04','29262555-07b8-400c-a9ae-f8a2de5f1298'),
(12986,22,6267,NULL,6265,1,'2025-11-17 16:38:04','2025-11-17 16:38:04','dc0c6102-8c23-487a-b97d-198ae20b5ce1'),
(12988,22,1931,NULL,6270,1,'2025-11-17 16:38:25','2025-11-17 16:38:25','0fe7140f-d89e-45cd-a208-e24dc48c54cc'),
(12989,22,6272,NULL,6270,1,'2025-11-17 16:38:25','2025-11-17 16:38:25','e9fa19e7-692e-4d0f-b58a-6a32af3f8187'),
(12999,16,6274,NULL,4526,1,'2025-11-17 16:39:15','2025-11-17 16:39:15','ad53b93a-c03e-4485-b965-f301c699025d'),
(13000,7,6274,NULL,2969,1,'2025-11-17 16:39:15','2025-11-17 16:39:15','97b3ff0a-e395-4205-a0cb-f85856942562'),
(13001,7,6274,NULL,2974,2,'2025-11-17 16:39:15','2025-11-17 16:39:15','a6f63cb0-bf99-44c6-a72f-b754577d1274'),
(13002,7,6274,NULL,617,3,'2025-11-17 16:39:15','2025-11-17 16:39:15','43bc85b4-62ce-433b-885d-380e1bd4a0ff'),
(13003,7,6274,NULL,605,4,'2025-11-17 16:39:15','2025-11-17 16:39:15','8dc80624-3c78-483a-a605-1e7dc8125b2e'),
(13004,32,6274,NULL,2610,1,'2025-11-17 16:39:15','2025-11-17 16:39:15','54b6e26e-96a3-4e16-b3d8-b189350a8dce'),
(13005,32,6274,NULL,2598,2,'2025-11-17 16:39:15','2025-11-17 16:39:15','9db6b5f0-4ed1-4ab7-8583-effe393e8e1c'),
(13006,32,6274,NULL,2600,3,'2025-11-17 16:39:15','2025-11-17 16:39:15','a02acdb1-7688-40e0-bd1c-0583ad292a30'),
(13007,32,6274,NULL,2604,4,'2025-11-17 16:39:15','2025-11-17 16:39:15','dc152bef-42e2-4ece-8744-584c36bd3682'),
(13021,16,6276,NULL,3498,1,'2025-11-17 16:40:10','2025-11-17 16:40:10','33379a8d-acfc-4b59-8a07-fd0a99742aa4'),
(13022,7,6276,NULL,601,1,'2025-11-17 16:40:10','2025-11-17 16:40:10','dc21e827-47e4-494f-840d-08745a1242da'),
(13023,7,6276,NULL,605,2,'2025-11-17 16:40:10','2025-11-17 16:40:10','68584019-84ed-47dc-a709-7ac54e015146'),
(13024,7,6276,NULL,617,3,'2025-11-17 16:40:10','2025-11-17 16:40:10','95a64b78-8f51-4d2a-8de6-623b38b64860'),
(13025,7,6276,NULL,2974,4,'2025-11-17 16:40:10','2025-11-17 16:40:10','760ac483-d042-4b0d-a04e-e0acc8e6d120'),
(13026,32,6276,NULL,2610,1,'2025-11-17 16:40:10','2025-11-17 16:40:10','15412901-7501-4166-b965-274098a953bc'),
(13027,32,6276,NULL,2598,2,'2025-11-17 16:40:10','2025-11-17 16:40:10','db20a7bf-9126-46db-9f2a-c9dc60e38744'),
(13028,32,6276,NULL,2608,3,'2025-11-17 16:40:10','2025-11-17 16:40:10','258ed580-7bd3-476e-a3d2-b85146122bea'),
(13029,32,6276,NULL,2600,4,'2025-11-17 16:40:10','2025-11-17 16:40:10','ec706954-00f7-48be-95cc-92cde7d03590'),
(13030,32,6276,NULL,2596,5,'2025-11-17 16:40:10','2025-11-17 16:40:10','497b9423-98ba-4293-a567-55dc0de14df4'),
(13031,32,6276,NULL,2602,6,'2025-11-17 16:40:10','2025-11-17 16:40:10','50dc1dda-ad54-4a24-b8f0-740d76fd8e46'),
(13032,32,6276,NULL,2612,7,'2025-11-17 16:40:10','2025-11-17 16:40:10','041c0696-7cc6-4879-bcec-fb211f94508d'),
(13033,32,6276,NULL,2604,8,'2025-11-17 16:40:10','2025-11-17 16:40:10','789fbf87-e520-4e22-a99b-8624afd0361a'),
(13036,22,1804,NULL,6279,1,'2025-11-17 16:41:36','2025-11-17 16:41:36','c451a9c3-9931-4c4c-bebf-c1ac3b12a3fa'),
(13037,22,1805,NULL,6281,1,'2025-11-17 16:41:36','2025-11-17 16:41:36','0d98c350-3779-4c68-aa3e-bf65106d8355'),
(13038,22,6283,NULL,6279,1,'2025-11-17 16:41:37','2025-11-17 16:41:37','35cd8ee7-b96f-43ea-a9c0-3deff835255e'),
(13039,22,6284,NULL,6281,1,'2025-11-17 16:41:37','2025-11-17 16:41:37','c414cfe7-b657-466e-9c9b-34ed9e1955f0'),
(13041,22,1860,NULL,6287,1,'2025-11-17 16:42:54','2025-11-17 16:42:54','0f661038-a283-4666-9d2a-b8e79a678b91'),
(13042,22,6289,NULL,6287,1,'2025-11-17 16:42:54','2025-11-17 16:42:54','b114a019-5d93-4eae-9f63-b293c55244fe'),
(13045,22,1810,NULL,6292,1,'2025-11-17 16:44:05','2025-11-17 16:44:05','3ef8439b-8212-4b77-894d-fe887e2a0bc0'),
(13047,22,6296,NULL,6292,1,'2025-11-17 16:44:05','2025-11-17 16:44:05','d61ee88c-c0eb-4cb9-a9f0-495b813e95ad'),
(13048,22,6297,NULL,6294,1,'2025-11-17 16:44:05','2025-11-17 16:44:05','e38928e3-c90b-4b4f-b229-24c87df18d23'),
(13062,16,6300,NULL,3530,1,'2025-11-17 16:45:42','2025-11-17 16:45:42','cdf47c93-f874-4b0c-8151-15d272736a3d'),
(13063,7,6300,NULL,2969,1,'2025-11-17 16:45:42','2025-11-17 16:45:42','3a85b252-2bd7-4b27-93d5-c0f7299e526f'),
(13065,7,6300,NULL,2974,3,'2025-11-17 16:45:42','2025-11-17 16:45:42','247582ce-f5ac-4cdc-bafd-a9f8fc4d1100'),
(13066,7,6300,NULL,617,4,'2025-11-17 16:45:42','2025-11-17 16:45:42','57b4dc7f-5054-4b12-aa00-975182a0d3a7'),
(13067,7,6300,NULL,605,5,'2025-11-17 16:45:42','2025-11-17 16:45:42','d0e63653-1eb4-4d9c-8cd6-f2298f2959f9'),
(13068,32,6300,NULL,2610,1,'2025-11-17 16:45:42','2025-11-17 16:45:42','fe8b9897-c43e-4a61-a8aa-3df8314ca600'),
(13069,32,6300,NULL,2598,2,'2025-11-17 16:45:42','2025-11-17 16:45:42','4c846be2-b811-453b-a902-8d22ca4b9d09'),
(13070,32,6300,NULL,2608,3,'2025-11-17 16:45:42','2025-11-17 16:45:42','c585690c-03ed-43dd-98cb-bf8abe3caa8f'),
(13071,32,6300,NULL,2600,4,'2025-11-17 16:45:42','2025-11-17 16:45:42','5c917cca-0f94-4a86-8cb5-d4969f22dfe7'),
(13072,32,6300,NULL,2596,5,'2025-11-17 16:45:42','2025-11-17 16:45:42','e9566e14-1808-4189-af1b-bd09ee12f6e1'),
(13073,32,6300,NULL,2602,6,'2025-11-17 16:45:42','2025-11-17 16:45:42','7fd00918-5c90-4538-bc3e-03db67a1cb6d'),
(13074,32,6300,NULL,2604,7,'2025-11-17 16:45:42','2025-11-17 16:45:42','0d62fd19-9ba6-45aa-ac06-d51d705f209b'),
(13088,16,6303,NULL,3896,1,'2025-11-17 16:46:07','2025-11-17 16:46:07','90cff687-fe5f-4e3f-8bae-364f791c5a56'),
(13090,7,6303,NULL,2974,2,'2025-11-17 16:46:07','2025-11-17 16:46:07','93192c34-68ec-4c71-b810-6c22d5982a68'),
(13091,7,6303,NULL,617,3,'2025-11-17 16:46:07','2025-11-17 16:46:07','2e09d279-e771-4530-bfa7-330527142332'),
(13092,7,6303,NULL,605,4,'2025-11-17 16:46:07','2025-11-17 16:46:07','ad98e506-dd01-4470-bf4e-5ed1ff5ba705'),
(13093,32,6303,NULL,2610,1,'2025-11-17 16:46:07','2025-11-17 16:46:07','d97b4e32-f84d-4562-86b1-efdb101341e0'),
(13094,32,6303,NULL,2598,2,'2025-11-17 16:46:07','2025-11-17 16:46:07','d53fa77f-74e7-4842-ab24-bb36eb31ae2f'),
(13095,32,6303,NULL,2600,3,'2025-11-17 16:46:07','2025-11-17 16:46:07','2629c869-f3c8-4769-ac5e-9d59323cd1e0'),
(13096,32,6303,NULL,2602,4,'2025-11-17 16:46:07','2025-11-17 16:46:07','ef82e0ca-aa56-4762-aace-681f3225c91a'),
(13097,32,6303,NULL,2612,5,'2025-11-17 16:46:07','2025-11-17 16:46:07','2f503ea2-56fd-41f7-84e4-5753f710f7bb'),
(13098,32,6303,NULL,2618,6,'2025-11-17 16:46:07','2025-11-17 16:46:07','bf1ed2fe-726c-4d8e-aa49-9e2b5b1a02de'),
(13099,32,6303,NULL,2604,7,'2025-11-17 16:46:07','2025-11-17 16:46:07','39ffc3a7-66d1-435c-a290-237f8889debc'),
(13100,46,6303,NULL,3697,1,'2025-11-17 16:46:07','2025-11-17 16:46:07','56053852-5a5d-406c-8446-d9da492f13ed'),
(13111,16,6306,NULL,3927,1,'2025-11-17 16:47:04','2025-11-17 16:47:04','aa2219cd-2daa-4765-b315-523577239545'),
(13112,7,6306,NULL,601,1,'2025-11-17 16:47:04','2025-11-17 16:47:04','4f4a5dbb-ba74-4f65-84eb-982a4f84bc87'),
(13113,7,6306,NULL,3468,2,'2025-11-17 16:47:04','2025-11-17 16:47:04','13865ac1-88e1-4c4e-8015-91a69e141b65'),
(13114,7,6306,NULL,617,3,'2025-11-17 16:47:04','2025-11-17 16:47:04','792286dc-d90b-4b73-95a1-fc3c077d2e2c'),
(13115,7,6306,NULL,605,4,'2025-11-17 16:47:04','2025-11-17 16:47:04','7d680450-0c6f-4653-8ed7-3cf75b3c6158'),
(13116,32,6306,NULL,2610,1,'2025-11-17 16:47:04','2025-11-17 16:47:04','fd228fdb-e49c-471e-9f3c-6f3cecc0a6a8'),
(13117,32,6306,NULL,2598,2,'2025-11-17 16:47:04','2025-11-17 16:47:04','e6f9eb82-aa39-423f-94f3-9438be8646bf'),
(13118,32,6306,NULL,2600,3,'2025-11-17 16:47:04','2025-11-17 16:47:04','8ac973ec-ce7e-4de0-b002-c34670c48323'),
(13119,32,6306,NULL,2606,4,'2025-11-17 16:47:04','2025-11-17 16:47:04','92eb61df-43ca-42ca-a63b-92cbc1495423'),
(13120,32,6306,NULL,2604,5,'2025-11-17 16:47:04','2025-11-17 16:47:04','69628e6d-d456-4404-ab1f-defa565d9532'),
(13128,16,6309,NULL,4554,1,'2025-11-17 16:47:49','2025-11-17 16:47:49','1097ab99-f203-458e-b95f-fbe2fe91d931'),
(13129,7,6309,NULL,617,1,'2025-11-17 16:47:49','2025-11-17 16:47:49','9e80b6b3-0681-4265-8147-65727f7d75aa'),
(13130,7,6309,NULL,605,2,'2025-11-17 16:47:49','2025-11-17 16:47:49','0584d691-93e7-4c3d-aec9-f2392115d926'),
(13131,32,6309,NULL,2610,1,'2025-11-17 16:47:49','2025-11-17 16:47:49','430bbb52-6105-4445-b076-af242c5d85d8'),
(13132,32,6309,NULL,2598,2,'2025-11-17 16:47:49','2025-11-17 16:47:49','993edb57-0ccd-4d9d-a22e-0118dc335422'),
(13133,32,6309,NULL,2600,3,'2025-11-17 16:47:49','2025-11-17 16:47:49','144d1ca0-3d50-4778-b48e-a1e182eb32d3'),
(13134,32,6309,NULL,2604,4,'2025-11-17 16:47:49','2025-11-17 16:47:49','7da047ae-12c0-4b4b-96c8-dec8e524d42c'),
(13143,16,6312,NULL,3959,1,'2025-11-17 16:48:44','2025-11-17 16:48:44','1df02db3-99fc-45fb-bc74-4a700c0b6c18'),
(13145,7,6312,NULL,617,2,'2025-11-17 16:48:44','2025-11-17 16:48:44','97987dc8-ddc3-42ec-9c01-677b1756c0ff'),
(13146,7,6312,NULL,605,3,'2025-11-17 16:48:44','2025-11-17 16:48:44','595bd3be-412d-4e32-8d4c-91f8c94c9d01'),
(13147,32,6312,NULL,2610,1,'2025-11-17 16:48:44','2025-11-17 16:48:44','24ebe177-5058-4c38-8bca-699a0828c501'),
(13148,32,6312,NULL,2598,2,'2025-11-17 16:48:44','2025-11-17 16:48:44','37f8d6d0-5538-4adf-9f00-709ce822617f'),
(13149,32,6312,NULL,2600,3,'2025-11-17 16:48:44','2025-11-17 16:48:44','9168364e-688e-4f7e-90b9-22314f42a7f0'),
(13150,32,6312,NULL,2604,4,'2025-11-17 16:48:44','2025-11-17 16:48:44','0d79c69b-8052-4117-8eff-155993f49e62'),
(13161,16,6315,NULL,4579,1,'2025-11-17 16:49:12','2025-11-17 16:49:12','f54ff745-52e2-428c-bea3-a443b668c282'),
(13162,7,6315,NULL,2969,1,'2025-11-17 16:49:12','2025-11-17 16:49:12','969e8616-68d0-43be-a49d-b79095aed704'),
(13164,7,6315,NULL,617,3,'2025-11-17 16:49:12','2025-11-17 16:49:12','43ef9953-3ed9-406b-b36d-e17f096720c4'),
(13165,7,6315,NULL,605,4,'2025-11-17 16:49:12','2025-11-17 16:49:12','e9022e1f-7974-44de-8608-3b3e84d834af'),
(13166,32,6315,NULL,2610,1,'2025-11-17 16:49:12','2025-11-17 16:49:12','53a6f638-af87-4df7-84ac-4909212dfd5d'),
(13167,32,6315,NULL,2598,2,'2025-11-17 16:49:12','2025-11-17 16:49:12','2659929c-edb4-48bc-bc8d-3781c00436e0'),
(13168,32,6315,NULL,2600,3,'2025-11-17 16:49:12','2025-11-17 16:49:12','4fcaaca3-cf73-46a2-8219-0f1868825977'),
(13169,32,6315,NULL,2602,4,'2025-11-17 16:49:12','2025-11-17 16:49:12','5a3cd7eb-d155-4ffc-bd04-3e5b65a91880'),
(13170,32,6315,NULL,2604,5,'2025-11-17 16:49:12','2025-11-17 16:49:12','753dbce7-ab01-4e3b-bd5f-c6558c5ce766'),
(13181,16,6317,NULL,4610,1,'2025-11-17 16:49:29','2025-11-17 16:49:29','c9dc7e4b-57f3-4e19-8678-9402daa2143a'),
(13182,7,6317,NULL,601,1,'2025-11-17 16:49:29','2025-11-17 16:49:29','222c1789-73aa-43b8-9e87-c8f9f5351d7e'),
(13183,7,6317,NULL,2972,2,'2025-11-17 16:49:29','2025-11-17 16:49:29','c0cddbd7-97f3-4b83-b604-e49a252c7c4c'),
(13184,7,6317,NULL,2974,3,'2025-11-17 16:49:29','2025-11-17 16:49:29','6a8d0d51-6bb4-42d2-9fda-40c37cc40ec7'),
(13185,7,6317,NULL,617,4,'2025-11-17 16:49:29','2025-11-17 16:49:29','5d621394-ad5a-40ad-b700-7fcce87fe452'),
(13186,7,6317,NULL,605,5,'2025-11-17 16:49:29','2025-11-17 16:49:29','0a1a7ec6-856d-47de-86d9-5c029425d97a'),
(13187,32,6317,NULL,2610,1,'2025-11-17 16:49:29','2025-11-17 16:49:29','b91d09a3-08c9-48ad-a59d-487335874bae'),
(13188,32,6317,NULL,2598,2,'2025-11-17 16:49:29','2025-11-17 16:49:29','859ba2ac-5578-433d-868f-7f6ea619d97c'),
(13189,32,6317,NULL,2600,3,'2025-11-17 16:49:29','2025-11-17 16:49:29','4aa7bf21-361b-414c-988f-f7abbac9c9a1'),
(13190,32,6317,NULL,2604,4,'2025-11-17 16:49:29','2025-11-17 16:49:29','81c35bd8-ca9f-4e5d-9ee6-a43c289efdac'),
(13202,16,6325,NULL,4150,1,'2025-11-17 16:51:01','2025-11-17 16:51:01','5ac309b7-d28b-4e34-8369-320fe63c18b7'),
(13203,7,6325,NULL,601,1,'2025-11-17 16:51:01','2025-11-17 16:51:01','5a2922cf-d9db-41cd-8a0a-162335001db5'),
(13204,7,6325,NULL,3468,2,'2025-11-17 16:51:01','2025-11-17 16:51:01','37d19411-8758-4f12-9914-0557f3d63414'),
(13205,7,6325,NULL,2972,3,'2025-11-17 16:51:01','2025-11-17 16:51:01','8176af9c-5e92-41bc-81cf-9c09d88e2359'),
(13207,7,6325,NULL,617,5,'2025-11-17 16:51:01','2025-11-17 16:51:01','10c70387-e2ce-4180-8c41-a36a707d3ac8'),
(13208,7,6325,NULL,605,6,'2025-11-17 16:51:01','2025-11-17 16:51:01','6329d778-af18-454d-bb60-29f6d9a1bb37'),
(13209,32,6325,NULL,2610,1,'2025-11-17 16:51:01','2025-11-17 16:51:01','39bcb19d-a45b-4df5-a0d4-a54f17875b7f'),
(13210,32,6325,NULL,2598,2,'2025-11-17 16:51:01','2025-11-17 16:51:01','394b0171-6b8b-4f87-8567-e6febbd8974a'),
(13211,32,6325,NULL,2600,3,'2025-11-17 16:51:01','2025-11-17 16:51:01','22bd0e2d-e44d-4f52-88ae-a5996b36c62d'),
(13212,32,6325,NULL,2604,4,'2025-11-17 16:51:01','2025-11-17 16:51:01','0a276341-78a5-4570-9c72-cdec2a07e466'),
(13222,16,6327,NULL,4181,1,'2025-11-17 16:51:11','2025-11-17 16:51:11','a260cc13-319d-4a21-aa17-d7457ddc2d1b'),
(13224,7,6327,NULL,2972,2,'2025-11-17 16:51:11','2025-11-17 16:51:11','d03c86c4-4a8a-47cd-9001-717fea73bd3f'),
(13225,7,6327,NULL,617,3,'2025-11-17 16:51:11','2025-11-17 16:51:11','e8b96280-43b5-4a53-88ee-42262e64e0b5'),
(13226,7,6327,NULL,605,4,'2025-11-17 16:51:11','2025-11-17 16:51:11','74645084-687e-488a-a2cb-078af327177c'),
(13227,32,6327,NULL,2610,1,'2025-11-17 16:51:11','2025-11-17 16:51:11','6f53d6eb-2a3a-4d22-b39f-24da6180b35b'),
(13228,32,6327,NULL,2598,2,'2025-11-17 16:51:11','2025-11-17 16:51:11','76301dfb-407d-4072-a830-e9a1f86cd0c5'),
(13229,32,6327,NULL,2600,3,'2025-11-17 16:51:11','2025-11-17 16:51:11','da877e74-5512-4ef2-8848-65db145da13a'),
(13230,32,6327,NULL,2604,4,'2025-11-17 16:51:11','2025-11-17 16:51:11','c28f4070-4cf5-43a0-98ed-132a5eb3c739'),
(13233,22,6332,NULL,6330,1,'2025-11-17 16:52:25','2025-11-17 16:52:25','d0b69a64-dd66-4e0a-a895-70c9a88a9c60'),
(13243,7,6334,NULL,617,1,'2025-11-17 16:52:46','2025-11-17 16:52:46','6e9d1e13-a2c1-4974-b73e-42fe684dc0d3'),
(13244,7,6334,NULL,605,2,'2025-11-17 16:52:46','2025-11-17 16:52:46','698639be-4719-459f-807a-e01cb24bd631'),
(13245,32,6334,NULL,2598,1,'2025-11-17 16:52:46','2025-11-17 16:52:46','a7c5bc73-c45d-40d9-82ec-730f0c714f6b'),
(13246,32,6334,NULL,2608,2,'2025-11-17 16:52:46','2025-11-17 16:52:46','86c5bae3-5dfe-4ad2-ab83-47490acf1e17'),
(13247,32,6334,NULL,2600,3,'2025-11-17 16:52:46','2025-11-17 16:52:46','3d166dbd-8ea4-4dd7-bdc7-a08cf758792b'),
(13248,32,6334,NULL,2596,4,'2025-11-17 16:52:46','2025-11-17 16:52:46','44e7e7d5-3df9-4d83-bc97-5df1069266ad'),
(13249,32,6334,NULL,2602,5,'2025-11-17 16:52:46','2025-11-17 16:52:46','2773f626-bcdc-4716-b9e1-39b70def7eb7'),
(13250,32,6334,NULL,2606,6,'2025-11-17 16:52:46','2025-11-17 16:52:46','be2ea368-5c03-45fc-9cad-a424403f5592'),
(13251,32,6334,NULL,2604,7,'2025-11-17 16:52:46','2025-11-17 16:52:46','632944b6-7aa7-4ec4-856a-e8ac371e2aee'),
(13261,7,6336,NULL,617,1,'2025-11-17 16:53:01','2025-11-17 16:53:01','7bb5960e-0c76-48d0-97b4-bad7ee28f5bc'),
(13262,7,6336,NULL,605,2,'2025-11-17 16:53:01','2025-11-17 16:53:01','27235a68-992f-4ab3-8638-5aa8e3db5a42'),
(13263,32,6336,NULL,2598,1,'2025-11-17 16:53:01','2025-11-17 16:53:01','aef92930-20c3-4fd1-99fa-23212e7b080b'),
(13264,32,6336,NULL,2608,2,'2025-11-17 16:53:01','2025-11-17 16:53:01','ebd0845c-1258-462d-aae7-688ce9f65cdc'),
(13265,32,6336,NULL,2600,3,'2025-11-17 16:53:01','2025-11-17 16:53:01','1f1041eb-55fe-4440-8fc2-328f7201248f'),
(13266,32,6336,NULL,2596,4,'2025-11-17 16:53:01','2025-11-17 16:53:01','bdf4baa6-68db-4b53-83c4-4c445ae9f675'),
(13267,32,6336,NULL,2602,5,'2025-11-17 16:53:01','2025-11-17 16:53:01','1d6f07f7-634a-41bf-b0e9-221ac77ebbe3'),
(13268,32,6336,NULL,2606,6,'2025-11-17 16:53:01','2025-11-17 16:53:01','fde3f968-0857-4ca3-af19-0a25e72cd827'),
(13269,32,6336,NULL,2604,7,'2025-11-17 16:53:01','2025-11-17 16:53:01','61dc4878-f3af-458e-876b-f9988855e3b7'),
(13281,16,6338,NULL,3564,1,'2025-11-17 16:53:34','2025-11-17 16:53:34','6f655643-c974-418f-bc49-1906b34c6dab'),
(13282,7,6338,NULL,601,1,'2025-11-17 16:53:34','2025-11-17 16:53:34','da598490-f278-496d-8382-d2e52b3176b2'),
(13283,7,6338,NULL,617,2,'2025-11-17 16:53:34','2025-11-17 16:53:34','4e51f1b5-97cf-458f-ad0c-318c9442b809'),
(13284,7,6338,NULL,605,3,'2025-11-17 16:53:34','2025-11-17 16:53:34','b06831f5-c6bc-438d-81d8-4d7905a72504'),
(13285,32,6338,NULL,2614,1,'2025-11-17 16:53:34','2025-11-17 16:53:34','9f71f686-9b32-4051-8748-e5e0e2c200fc'),
(13286,32,6338,NULL,2610,2,'2025-11-17 16:53:34','2025-11-17 16:53:34','713464f2-88e7-4e1c-ac5f-bf6f7fe4a9ba'),
(13287,32,6338,NULL,2598,3,'2025-11-17 16:53:34','2025-11-17 16:53:34','8c2cec89-75c0-4f30-887b-7ec83d0c9eb5'),
(13288,32,6338,NULL,2600,4,'2025-11-17 16:53:34','2025-11-17 16:53:34','867f795f-a97d-4737-b37a-96d551d3f3ed'),
(13289,32,6338,NULL,2596,5,'2025-11-17 16:53:34','2025-11-17 16:53:34','89fcbb01-fe80-44ba-9d9e-a1fcf4465032'),
(13290,32,6338,NULL,2602,6,'2025-11-17 16:53:34','2025-11-17 16:53:34','74c1ca5c-30fc-49a1-b7a8-20110ebc2be2'),
(13291,32,6338,NULL,2604,7,'2025-11-17 16:53:34','2025-11-17 16:53:34','d2356c39-1a8e-4741-b710-1238bd3f5e91'),
(13321,22,1554,NULL,6341,1,'2025-11-17 16:55:07','2025-11-17 16:55:07','394a4101-6ea7-488e-b1d8-a59a101754e6'),
(13322,22,1555,NULL,6343,1,'2025-11-17 16:55:07','2025-11-17 16:55:07','2379cf09-8d84-4394-b90c-c05b0914ef23'),
(13323,16,6345,NULL,3564,1,'2025-11-17 16:55:07','2025-11-17 16:55:07','c76e4706-fd62-4b1c-9794-ad824df3ad00'),
(13324,7,6345,NULL,601,1,'2025-11-17 16:55:07','2025-11-17 16:55:07','bc6f158f-5640-4d05-9e1a-80172ff95e59'),
(13325,7,6345,NULL,617,2,'2025-11-17 16:55:07','2025-11-17 16:55:07','c4532aa5-eaee-4454-9a55-b311e5de4dd0'),
(13326,7,6345,NULL,605,3,'2025-11-17 16:55:07','2025-11-17 16:55:07','769fcaf9-3f6d-4294-9060-99892a18a7b9'),
(13327,32,6345,NULL,2614,1,'2025-11-17 16:55:07','2025-11-17 16:55:07','98c61cca-4c0f-4af6-b78f-66b3ebe65d0b'),
(13328,32,6345,NULL,2610,2,'2025-11-17 16:55:07','2025-11-17 16:55:07','91d699ae-419c-4fad-9cc6-206da350356e'),
(13329,32,6345,NULL,2598,3,'2025-11-17 16:55:07','2025-11-17 16:55:07','2420633b-baac-4712-962c-1bda166cc0c8'),
(13330,32,6345,NULL,2600,4,'2025-11-17 16:55:07','2025-11-17 16:55:07','2a52a2b1-748d-4d08-898c-01025498a2e8'),
(13331,32,6345,NULL,2596,5,'2025-11-17 16:55:07','2025-11-17 16:55:07','d4c53721-6383-4330-82c9-48e26a5d4959'),
(13332,32,6345,NULL,2602,6,'2025-11-17 16:55:07','2025-11-17 16:55:07','3d6010f3-ebe3-40eb-b476-3246e43cc97f'),
(13333,32,6345,NULL,2604,7,'2025-11-17 16:55:07','2025-11-17 16:55:07','93fda51e-3180-4765-ba67-fe6e50c88c47'),
(13334,22,6346,NULL,6341,1,'2025-11-17 16:55:07','2025-11-17 16:55:07','28ea2bfa-d25a-4582-afef-da083fe2143a'),
(13335,22,6347,NULL,6343,1,'2025-11-17 16:55:07','2025-11-17 16:55:07','00ae3afe-7ad4-4930-a5d8-aa20640a889a'),
(13336,16,6348,NULL,5253,1,'2025-11-17 16:55:43','2025-11-17 16:55:43','153eb32b-1efa-4301-a183-513100cf1f82'),
(13337,7,6348,NULL,601,1,'2025-11-17 16:55:43','2025-11-17 16:55:43','db5a82da-65c6-4f7a-a32a-985bc6b7fd17'),
(13339,7,6348,NULL,617,3,'2025-11-17 16:55:43','2025-11-17 16:55:43','d6d4f442-1bf2-481b-98f2-a1044177332b'),
(13340,7,6348,NULL,605,4,'2025-11-17 16:55:43','2025-11-17 16:55:43','0f5032d0-a104-4951-9279-3d57249b0005'),
(13341,32,6348,NULL,2610,1,'2025-11-17 16:55:43','2025-11-17 16:55:43','565ca43c-30f4-46f7-b680-55c357ecf3e3'),
(13342,32,6348,NULL,2598,2,'2025-11-17 16:55:43','2025-11-17 16:55:43','8f9d3fec-ceae-4d61-94b9-5f17dfa30ef5'),
(13343,32,6348,NULL,2600,3,'2025-11-17 16:55:43','2025-11-17 16:55:43','87036eea-e65e-4bda-9193-ba603b8d0d18'),
(13344,32,6348,NULL,2596,4,'2025-11-17 16:55:43','2025-11-17 16:55:43','fe11687f-298f-4836-9ed4-d3f53bdf9208'),
(13345,32,6348,NULL,2602,5,'2025-11-17 16:55:43','2025-11-17 16:55:43','0fd04689-ab2a-4009-8b6d-c93abf35cbb2'),
(13346,32,6348,NULL,2604,6,'2025-11-17 16:55:43','2025-11-17 16:55:43','1224325f-3a32-400b-9e31-00e50b5ffda4'),
(13347,57,6348,NULL,5254,1,'2025-11-17 16:55:43','2025-11-17 16:55:43','da031c07-b523-4112-804f-2ec3c3e6f96c'),
(13348,57,6348,NULL,5255,2,'2025-11-17 16:55:43','2025-11-17 16:55:43','2c40ce0f-9d7f-4cfa-bdfe-f4b224fdb1d7'),
(13349,57,6348,NULL,5256,3,'2025-11-17 16:55:43','2025-11-17 16:55:43','51839ee2-6728-4467-905c-0d7501656735'),
(13350,57,6348,NULL,5257,4,'2025-11-17 16:55:43','2025-11-17 16:55:43','24301712-db6a-4717-a463-4d4484d1c40b'),
(13351,57,6348,NULL,5258,5,'2025-11-17 16:55:43','2025-11-17 16:55:43','76032669-88ac-4bf7-864a-91d43a8a6270'),
(13370,16,6350,NULL,5213,1,'2025-11-17 16:56:05','2025-11-17 16:56:05','b24edc0b-47c3-42f1-a4c7-863fbbce4e42'),
(13371,7,6350,NULL,2969,1,'2025-11-17 16:56:05','2025-11-17 16:56:05','ba297a20-1863-42da-adb1-fbaa8e967828'),
(13372,7,6350,NULL,617,2,'2025-11-17 16:56:05','2025-11-17 16:56:05','0b0d7227-9a67-4dff-93ad-b84cfd5b4bea'),
(13373,7,6350,NULL,605,3,'2025-11-17 16:56:05','2025-11-17 16:56:05','a00a7a2f-4d68-454e-b41f-961c9dc3f957'),
(13374,32,6350,NULL,2610,1,'2025-11-17 16:56:05','2025-11-17 16:56:05','f9c44207-7cdc-4949-a65c-b9c6f6129f03'),
(13375,32,6350,NULL,2598,2,'2025-11-17 16:56:05','2025-11-17 16:56:05','5a5d4dc2-5eaa-4eb7-9c93-2da33ff1d39c'),
(13376,32,6350,NULL,2608,3,'2025-11-17 16:56:05','2025-11-17 16:56:05','2f27c071-a787-4607-9c61-f0aaa5a5dc7c'),
(13377,32,6350,NULL,2600,4,'2025-11-17 16:56:05','2025-11-17 16:56:05','0fa6166f-4905-422e-bafc-6c34ad138dbe'),
(13378,32,6350,NULL,2602,5,'2025-11-17 16:56:05','2025-11-17 16:56:05','14a3f68a-3cc0-483b-9aaf-bf4185557348'),
(13379,32,6350,NULL,2612,6,'2025-11-17 16:56:05','2025-11-17 16:56:05','98790fb9-223b-4f87-8a4d-3289394c3b17'),
(13380,32,6350,NULL,2604,7,'2025-11-17 16:56:05','2025-11-17 16:56:05','ed9bc329-2943-49ca-905f-de878651540a'),
(13381,57,6350,NULL,5233,1,'2025-11-17 16:56:05','2025-11-17 16:56:05','8e689f8c-5b43-475e-8ba8-a6fea79c8a58'),
(13382,57,6350,NULL,5234,2,'2025-11-17 16:56:05','2025-11-17 16:56:05','b3f494da-32de-4173-9f6e-23881f1d6ee9'),
(13383,57,6350,NULL,5235,3,'2025-11-17 16:56:05','2025-11-17 16:56:05','5204415c-b3ce-44ab-8f07-73950fe0e240'),
(13384,57,6350,NULL,5236,4,'2025-11-17 16:56:05','2025-11-17 16:56:05','5ee987fc-b812-4283-a833-cf4be13e686f'),
(13385,57,6350,NULL,5237,5,'2025-11-17 16:56:05','2025-11-17 16:56:05','77a061ad-62d4-43c6-9615-67124c24f236'),
(13386,57,6350,NULL,5238,6,'2025-11-17 16:56:05','2025-11-17 16:56:05','8325beb5-c84c-4f36-868d-7a82073d6720'),
(13387,57,6350,NULL,5239,7,'2025-11-17 16:56:05','2025-11-17 16:56:05','3e7d2649-4f3f-4b95-8cb3-5ddafcd26e68'),
(13405,16,6352,NULL,5191,1,'2025-11-17 16:56:34','2025-11-17 16:56:34','cb81841d-6a9c-4fe8-ab23-01859fa81515'),
(13406,7,6352,NULL,601,1,'2025-11-17 16:56:34','2025-11-17 16:56:34','4a5916a0-f336-463c-8f48-1854dbdfbc14'),
(13407,7,6352,NULL,3468,2,'2025-11-17 16:56:34','2025-11-17 16:56:34','5b95d11d-7522-4e24-8567-12fe6b590bd0'),
(13408,7,6352,NULL,617,3,'2025-11-17 16:56:34','2025-11-17 16:56:34','f923c9a4-be70-4cad-be4c-e6e47afc6aa3'),
(13409,7,6352,NULL,605,4,'2025-11-17 16:56:34','2025-11-17 16:56:34','86cd7c89-b54d-43f2-83df-f6206e68b05a'),
(13410,32,6352,NULL,2610,1,'2025-11-17 16:56:34','2025-11-17 16:56:34','26375979-ca3c-4e54-891a-eb6d74baef2d'),
(13411,32,6352,NULL,2598,2,'2025-11-17 16:56:34','2025-11-17 16:56:34','bf8c2e4e-136c-4d29-b22c-19d751cd24ae'),
(13412,32,6352,NULL,2624,3,'2025-11-17 16:56:34','2025-11-17 16:56:34','baef8c31-6ad8-4073-a580-0cb28550a2f7'),
(13413,32,6352,NULL,2600,4,'2025-11-17 16:56:34','2025-11-17 16:56:34','4f1351a4-5af9-4c19-beaf-f8402e1896a3'),
(13414,32,6352,NULL,2606,5,'2025-11-17 16:56:34','2025-11-17 16:56:34','4ce20f8e-25b4-4de0-9d25-f21fc08cfbeb'),
(13415,32,6352,NULL,2604,6,'2025-11-17 16:56:34','2025-11-17 16:56:34','da4127bf-8afb-4750-af7f-b51180addf7d'),
(13416,57,6352,NULL,5185,1,'2025-11-17 16:56:34','2025-11-17 16:56:34','66e3c603-30dd-442f-90a3-02fa43afa54f'),
(13417,57,6352,NULL,5186,2,'2025-11-17 16:56:34','2025-11-17 16:56:34','b15a542e-060c-4a45-b8b3-9c23226d375f'),
(13418,57,6352,NULL,5187,3,'2025-11-17 16:56:34','2025-11-17 16:56:34','c0af294c-1d0c-4fa9-8f6f-f4687bd8e404'),
(13419,57,6352,NULL,5188,4,'2025-11-17 16:56:34','2025-11-17 16:56:34','787db141-69aa-46c5-89be-0180f59046de'),
(13420,57,6352,NULL,5189,5,'2025-11-17 16:56:34','2025-11-17 16:56:34','cff9b4fe-fa22-4d90-802c-0e1f631cc90e'),
(13421,57,6352,NULL,5190,6,'2025-11-17 16:56:34','2025-11-17 16:56:34','b68dc2f2-ca37-44ed-9f07-7db50dc7b6f8'),
(13444,16,6354,NULL,5140,1,'2025-11-17 16:56:56','2025-11-17 16:56:56','88938ad3-930c-47f5-8f03-fcd277d21a9e'),
(13446,7,6354,NULL,617,2,'2025-11-17 16:56:56','2025-11-17 16:56:56','d03117e8-248d-4aa6-a276-12f633b60742'),
(13447,7,6354,NULL,605,3,'2025-11-17 16:56:56','2025-11-17 16:56:56','1321c187-8a2c-43ea-a8cf-34af6f27a886'),
(13448,32,6354,NULL,2610,1,'2025-11-17 16:56:56','2025-11-17 16:56:56','ca098c3d-0753-4d4b-b5f1-3eeb369df1c8'),
(13449,32,6354,NULL,2598,2,'2025-11-17 16:56:56','2025-11-17 16:56:56','684ed5d5-1bbb-4deb-9c60-5548fc44ef4d'),
(13450,32,6354,NULL,2608,3,'2025-11-17 16:56:56','2025-11-17 16:56:56','97c45d0f-93e2-4ac6-bb62-6bbe436ac6ba'),
(13451,32,6354,NULL,2624,4,'2025-11-17 16:56:56','2025-11-17 16:56:56','b340e4d3-a82e-4422-b36e-c69e9e98f59d'),
(13452,32,6354,NULL,2600,5,'2025-11-17 16:56:56','2025-11-17 16:56:56','946352b2-7e4f-4c3d-957c-57063b438930'),
(13453,32,6354,NULL,2596,6,'2025-11-17 16:56:56','2025-11-17 16:56:56','3fd1f2e5-2759-4788-8993-1713b0771cf2'),
(13454,32,6354,NULL,2602,7,'2025-11-17 16:56:56','2025-11-17 16:56:56','9700a4a1-860d-413c-980b-dd6db823163a'),
(13455,32,6354,NULL,2606,8,'2025-11-17 16:56:56','2025-11-17 16:56:56','1488ec3b-aa64-4dbf-b568-ce2db0a1cbc0'),
(13456,32,6354,NULL,2612,9,'2025-11-17 16:56:56','2025-11-17 16:56:56','28142751-2211-400f-ba78-7badbcccfa4b'),
(13457,32,6354,NULL,2604,10,'2025-11-17 16:56:56','2025-11-17 16:56:56','177802ed-51b6-4de6-82bb-7ceb4d205e0f'),
(13458,57,6354,NULL,5146,1,'2025-11-17 16:56:56','2025-11-17 16:56:56','7b28d5a9-e2e5-40a8-8dbe-0f603b9255f9'),
(13459,57,6354,NULL,5147,2,'2025-11-17 16:56:56','2025-11-17 16:56:56','d7c2199b-af11-4b19-aad8-cfd00f637667'),
(13460,57,6354,NULL,5148,3,'2025-11-17 16:56:56','2025-11-17 16:56:56','87d93568-9f92-4cbf-ba4f-e99c508e40ac'),
(13461,57,6354,NULL,5149,4,'2025-11-17 16:56:56','2025-11-17 16:56:56','5307fc0d-1a45-41e5-9ae4-3de14da8a53c'),
(13462,57,6354,NULL,5150,5,'2025-11-17 16:56:56','2025-11-17 16:56:56','16ccaac5-1143-4714-9aff-bf94ed9f7dbb'),
(13463,57,6354,NULL,5151,6,'2025-11-17 16:56:56','2025-11-17 16:56:56','1a929d44-41ed-4963-ab83-2741aaeca2f4'),
(13464,57,6354,NULL,5152,7,'2025-11-17 16:56:56','2025-11-17 16:56:56','e1a860c7-2c09-4e9d-8bfa-57c662d42ef1'),
(13465,57,6354,NULL,5153,8,'2025-11-17 16:56:56','2025-11-17 16:56:56','075d87a2-8f68-4fb2-b079-7ef1f954ed0a'),
(13480,16,6356,NULL,3986,1,'2025-11-17 16:57:06','2025-11-17 16:57:06','63980b16-4670-49df-9051-27e65c5f0e49'),
(13481,7,6356,NULL,601,1,'2025-11-17 16:57:06','2025-11-17 16:57:06','b7f99a54-f92b-4978-b8c0-df50486bb77b'),
(13482,7,6356,NULL,3468,2,'2025-11-17 16:57:06','2025-11-17 16:57:06','1b6207f9-363b-4d25-83c5-40a24c28a6d4'),
(13483,7,6356,NULL,617,3,'2025-11-17 16:57:06','2025-11-17 16:57:06','90d4b268-98c7-48b0-853d-d3287aa0a695'),
(13484,7,6356,NULL,605,4,'2025-11-17 16:57:06','2025-11-17 16:57:06','2e05d9ec-ff7d-4446-94a1-2573b590fc25'),
(13485,32,6356,NULL,2610,1,'2025-11-17 16:57:06','2025-11-17 16:57:06','8ce44fb7-dec1-46ed-b441-21ce907a2688'),
(13486,32,6356,NULL,2598,2,'2025-11-17 16:57:06','2025-11-17 16:57:06','cb7f47bf-c5fa-4f7a-9c82-cd5d0c5e9d15'),
(13487,32,6356,NULL,2600,3,'2025-11-17 16:57:06','2025-11-17 16:57:06','d8b4691d-18e2-4efd-a42c-8e55754fa4e1'),
(13488,32,6356,NULL,2604,4,'2025-11-17 16:57:06','2025-11-17 16:57:06','4146e61f-9adb-406e-84b8-7223134645c1'),
(13489,57,6356,NULL,5127,1,'2025-11-17 16:57:06','2025-11-17 16:57:06','1c6ca572-1fad-4bc1-92de-8b376382c5a8'),
(13490,57,6356,NULL,5128,2,'2025-11-17 16:57:06','2025-11-17 16:57:06','086c7662-f7e0-4702-bf56-4963e9245a5e'),
(13491,57,6356,NULL,5129,3,'2025-11-17 16:57:06','2025-11-17 16:57:06','99f8d3dc-ad40-4801-96da-f72a37bdcd5b'),
(13492,57,6356,NULL,5130,4,'2025-11-17 16:57:06','2025-11-17 16:57:06','cea7c420-9a8b-498a-8b20-44b55bc0070b'),
(13493,57,6356,NULL,5131,5,'2025-11-17 16:57:06','2025-11-17 16:57:06','70676947-624a-4221-abd2-0d90717862f1'),
(13508,16,6358,NULL,4017,1,'2025-11-17 16:57:12','2025-11-17 16:57:12','ca840438-64f2-4599-9dc8-615e8d74c6e3'),
(13509,7,6358,NULL,601,1,'2025-11-17 16:57:12','2025-11-17 16:57:12','d27df851-4e99-4924-87be-4f6ef0515fc1'),
(13511,7,6358,NULL,2972,3,'2025-11-17 16:57:12','2025-11-17 16:57:12','8355e15f-3791-4b59-857d-c94460c4dad6'),
(13512,7,6358,NULL,617,4,'2025-11-17 16:57:12','2025-11-17 16:57:12','06a4cd96-cdd8-4bde-b61c-00e7bd579cb8'),
(13513,7,6358,NULL,605,5,'2025-11-17 16:57:12','2025-11-17 16:57:12','1a388f31-c205-4c2a-9171-c421ab4ff831'),
(13514,32,6358,NULL,2610,1,'2025-11-17 16:57:12','2025-11-17 16:57:12','0764c5ea-ffac-4d43-a73e-6a92987b2f1a'),
(13515,32,6358,NULL,2598,2,'2025-11-17 16:57:12','2025-11-17 16:57:12','b069469f-ad6c-4033-954e-8dc3e7021b7b'),
(13516,32,6358,NULL,2600,3,'2025-11-17 16:57:12','2025-11-17 16:57:12','605bf6f4-a6ba-4c57-863f-6345f80b4eb6'),
(13517,32,6358,NULL,2604,4,'2025-11-17 16:57:12','2025-11-17 16:57:12','0d62a41c-8089-4e45-a07b-1ec0a4aed238'),
(13518,57,6358,NULL,5122,1,'2025-11-17 16:57:12','2025-11-17 16:57:12','eeb19af2-27c5-458b-b984-8d71ebadced2'),
(13519,57,6358,NULL,5123,2,'2025-11-17 16:57:12','2025-11-17 16:57:12','473ba156-c00c-435b-adeb-1b0897aab66e'),
(13520,57,6358,NULL,5124,3,'2025-11-17 16:57:12','2025-11-17 16:57:12','e3bd9555-0cdb-4a3d-9f17-469398d587b2'),
(13521,57,6358,NULL,5125,4,'2025-11-17 16:57:12','2025-11-17 16:57:12','05a20cd4-a5dc-49e2-8815-b39de8dc9df0'),
(13531,7,6360,NULL,617,1,'2025-11-17 16:57:32','2025-11-17 16:57:32','f8421b28-bf85-4da0-b1ca-b454f25cf1b5'),
(13532,7,6360,NULL,605,2,'2025-11-17 16:57:32','2025-11-17 16:57:32','d77d7c1b-64a1-48bc-ab71-254d0fef58fe'),
(13533,32,6360,NULL,2598,1,'2025-11-17 16:57:32','2025-11-17 16:57:32','59fd8059-b243-45d7-b3a9-f3fb0a7fa2f5'),
(13534,32,6360,NULL,2608,2,'2025-11-17 16:57:32','2025-11-17 16:57:32','0037e2bd-cea7-427c-acd5-1793aa6b9eda'),
(13535,32,6360,NULL,2600,3,'2025-11-17 16:57:32','2025-11-17 16:57:32','99da45df-20ee-4e74-8563-c0734e418f61'),
(13536,32,6360,NULL,2596,4,'2025-11-17 16:57:32','2025-11-17 16:57:32','cb40415b-0b91-44d4-a49f-26b4904ee764'),
(13537,32,6360,NULL,2602,5,'2025-11-17 16:57:32','2025-11-17 16:57:32','71a87376-ecff-4639-9986-da12872cb278'),
(13538,32,6360,NULL,2606,6,'2025-11-17 16:57:32','2025-11-17 16:57:32','9138ff5a-4f16-4b23-a951-7fc538c0f8d3'),
(13539,32,6360,NULL,2604,7,'2025-11-17 16:57:32','2025-11-17 16:57:32','0a28f6f8-abe5-46e4-8024-edaf9a9703ce'),
(13542,22,6365,NULL,6363,1,'2025-11-17 16:58:10','2025-11-17 16:58:10','09b9e6e8-0d05-43f2-b4ce-7e1d6a5719c9'),
(13543,22,6367,NULL,6363,1,'2025-11-17 16:58:10','2025-11-17 16:58:10','00dc5857-8a04-4b62-abb6-34c8833ecf98'),
(13564,16,6369,NULL,3623,1,'2025-11-17 16:58:37','2025-11-17 16:58:37','0283010f-734d-4be3-9c65-1c210cf7d71b'),
(13565,7,6369,NULL,601,1,'2025-11-17 16:58:37','2025-11-17 16:58:37','8f860cab-668e-4adb-9fbc-a5965c834837'),
(13566,7,6369,NULL,617,2,'2025-11-17 16:58:37','2025-11-17 16:58:37','0aa3a83f-d08d-42dd-a887-97e2e4d6925d'),
(13567,7,6369,NULL,605,3,'2025-11-17 16:58:37','2025-11-17 16:58:37','829a5319-3256-481f-b115-7bfae8a1cc29'),
(13568,32,6369,NULL,2614,1,'2025-11-17 16:58:37','2025-11-17 16:58:37','72599c26-f3ef-4309-91f3-ca69ebcebab8'),
(13569,32,6369,NULL,2610,2,'2025-11-17 16:58:37','2025-11-17 16:58:37','0c159c30-6ec6-4122-8f8d-884fcf85d859'),
(13570,32,6369,NULL,2598,3,'2025-11-17 16:58:37','2025-11-17 16:58:37','365fbfa6-f849-4f21-9365-e91cf96296d4'),
(13571,32,6369,NULL,2600,4,'2025-11-17 16:58:37','2025-11-17 16:58:37','740ed260-239c-45ba-9843-9a5da2e54c9b'),
(13572,32,6369,NULL,2596,5,'2025-11-17 16:58:37','2025-11-17 16:58:37','70b9dc94-d3e1-418d-b263-d150c0a6ef26'),
(13573,32,6369,NULL,2602,6,'2025-11-17 16:58:37','2025-11-17 16:58:37','d7b8ad30-3b46-4d9f-ac53-3aa29d67f7de'),
(13574,32,6369,NULL,2612,7,'2025-11-17 16:58:37','2025-11-17 16:58:37','56c6f7e5-93de-4c54-be59-42e47b9b7e05'),
(13575,32,6369,NULL,2604,8,'2025-11-17 16:58:37','2025-11-17 16:58:37','5a12ef4d-11fc-4859-98af-d5477fd0db94'),
(13576,57,6369,NULL,5105,1,'2025-11-17 16:58:37','2025-11-17 16:58:37','e58906fa-d42c-41fe-846e-7accb64a1b6f'),
(13577,57,6369,NULL,5106,2,'2025-11-17 16:58:37','2025-11-17 16:58:37','eb4b8e6f-9449-4b46-a031-ceec9baffee2'),
(13578,57,6369,NULL,5107,3,'2025-11-17 16:58:37','2025-11-17 16:58:37','91f977d4-9e0e-4c92-b048-7816aada773e'),
(13579,57,6369,NULL,5108,4,'2025-11-17 16:58:37','2025-11-17 16:58:37','47bded63-7e82-421d-90f5-d04c4ec2898e'),
(13580,57,6369,NULL,5109,5,'2025-11-17 16:58:37','2025-11-17 16:58:37','511ac693-dcab-47be-8e68-e2a2e32c4c5e'),
(13581,57,6369,NULL,5110,6,'2025-11-17 16:58:37','2025-11-17 16:58:37','c5b67a40-cfbe-49ac-95aa-b6fd05deb3c9'),
(13582,57,6369,NULL,5111,7,'2025-11-17 16:58:37','2025-11-17 16:58:37','cc486126-ecf2-4257-9f92-0a0263b57503'),
(13583,57,6369,NULL,5112,8,'2025-11-17 16:58:37','2025-11-17 16:58:37','2d5b6da4-95e4-40f1-9715-1ea6b6c47efc'),
(13586,7,6370,NULL,2974,3,'2025-11-17 16:59:02','2025-11-17 16:59:02','65f11abb-fd22-432c-9249-83a4bb172baf'),
(13587,7,6370,NULL,617,4,'2025-11-17 16:59:02','2025-11-17 16:59:02','7fa91b2a-ce0b-4b0d-8ffb-24e62676ab96'),
(13588,7,6370,NULL,605,5,'2025-11-17 16:59:02','2025-11-17 16:59:02','1da94dbe-38ba-44a2-8edc-6948537b8d5f'),
(13589,32,6370,NULL,2610,1,'2025-11-17 16:59:02','2025-11-17 16:59:02','af3b4a7e-3841-4421-9d65-2e3179f71691'),
(13590,32,6370,NULL,2598,2,'2025-11-17 16:59:02','2025-11-17 16:59:02','3bef06e5-8b57-4c7c-a3bc-968859211820'),
(13591,32,6370,NULL,2608,3,'2025-11-17 16:59:02','2025-11-17 16:59:02','111e3aae-d32e-493f-8b71-19c62ca7107f'),
(13592,32,6370,NULL,2600,4,'2025-11-17 16:59:02','2025-11-17 16:59:02','310a067b-2e69-4cf7-a2bb-773fa1e2cb24'),
(13593,32,6370,NULL,2596,5,'2025-11-17 16:59:02','2025-11-17 16:59:02','73e9ed96-74de-415f-952a-05c2c610acd0'),
(13594,32,6370,NULL,2602,6,'2025-11-17 16:59:02','2025-11-17 16:59:02','ae395e3f-c192-44d9-9155-e97b57859137'),
(13595,32,6370,NULL,2604,7,'2025-11-17 16:59:02','2025-11-17 16:59:02','737e6f88-1f0b-4f13-b9a2-f06b22b5c85d'),
(13596,57,6370,NULL,5095,1,'2025-11-17 16:59:02','2025-11-17 16:59:02','ab72d9b8-8e49-4871-8a35-3d06e729e238'),
(13597,57,6370,NULL,5096,2,'2025-11-17 16:59:02','2025-11-17 16:59:02','017dd3bf-b25d-4038-a8d2-26b81928905d'),
(13598,57,6370,NULL,5097,3,'2025-11-17 16:59:02','2025-11-17 16:59:02','3df9e0a1-dc10-43c4-af15-422f137c6f8a'),
(13599,57,6370,NULL,5098,4,'2025-11-17 16:59:02','2025-11-17 16:59:02','b3141c0b-0647-4be1-9231-3c43f3c22fa4'),
(13617,16,6372,NULL,4639,1,'2025-11-17 16:59:29','2025-11-17 16:59:29','8277325e-b830-4f3d-84ad-8d4dacbef6f8'),
(13618,7,6372,NULL,2974,1,'2025-11-17 16:59:29','2025-11-17 16:59:29','363791dd-ea23-4054-a3f9-1091882ba76f'),
(13619,7,6372,NULL,617,2,'2025-11-17 16:59:29','2025-11-17 16:59:29','5ccd3347-c79d-4dee-9c8e-407583ac4b9c'),
(13620,7,6372,NULL,605,3,'2025-11-17 16:59:29','2025-11-17 16:59:29','b2529d57-c7d5-4b04-8e52-945a4a90e972'),
(13621,32,6372,NULL,2610,1,'2025-11-17 16:59:29','2025-11-17 16:59:29','8a6359f8-88de-4be5-9513-cfe5ca69a427'),
(13622,32,6372,NULL,2598,2,'2025-11-17 16:59:29','2025-11-17 16:59:29','3c1124e8-fc9c-4f8d-a2cf-a2222ff86426'),
(13623,32,6372,NULL,2600,3,'2025-11-17 16:59:29','2025-11-17 16:59:29','7a3c15d6-3612-483c-b015-aa78428c25b0'),
(13624,32,6372,NULL,2602,4,'2025-11-17 16:59:29','2025-11-17 16:59:29','9819cc48-7dd9-4517-9335-7e76d82a6f5f'),
(13625,32,6372,NULL,2612,5,'2025-11-17 16:59:29','2025-11-17 16:59:29','b71823a4-18e5-4da2-8a0e-9f351824888e'),
(13626,32,6372,NULL,2618,6,'2025-11-17 16:59:29','2025-11-17 16:59:29','e4a2bb0a-acf0-4a97-b003-016f9e054a5e'),
(13627,32,6372,NULL,2604,7,'2025-11-17 16:59:29','2025-11-17 16:59:29','b0bc6a5b-b7c6-49fe-a5a5-3421207d45d6'),
(13628,46,6372,NULL,3697,1,'2025-11-17 16:59:29','2025-11-17 16:59:29','ef883c68-533c-4218-b2b4-a4f01d55bb9c'),
(13629,57,6372,NULL,5084,1,'2025-11-17 16:59:29','2025-11-17 16:59:29','8eb150b2-2bb1-4c5c-a546-01c656c0f736'),
(13630,57,6372,NULL,5085,2,'2025-11-17 16:59:29','2025-11-17 16:59:29','8a41a7fd-e8ad-4e07-83e2-2871bb8c00f2'),
(13631,57,6372,NULL,5086,3,'2025-11-17 16:59:29','2025-11-17 16:59:29','7e1398b6-bbd5-48f6-b41a-97046db1cf24'),
(13632,57,6372,NULL,5087,4,'2025-11-17 16:59:29','2025-11-17 16:59:29','66176290-e131-4c28-92ca-daadcf99b90c'),
(13633,57,6372,NULL,5088,5,'2025-11-17 16:59:29','2025-11-17 16:59:29','94b9e501-1704-4cbd-891b-4315f7145e0d'),
(13650,16,6375,NULL,4080,1,'2025-11-17 17:00:27','2025-11-17 17:00:27','497d8c56-f463-4c25-b23b-0601ff35b93b'),
(13651,7,6375,NULL,601,1,'2025-11-17 17:00:27','2025-11-17 17:00:27','812ee672-479b-4cc0-a73e-0751e7dd9781'),
(13652,7,6375,NULL,3468,2,'2025-11-17 17:00:27','2025-11-17 17:00:27','bba7979b-49bd-4511-921e-ff51188f0e18'),
(13654,7,6375,NULL,2972,4,'2025-11-17 17:00:27','2025-11-17 17:00:27','ba8694a9-e27b-41da-8c80-0a99930fa4e8'),
(13655,7,6375,NULL,2974,5,'2025-11-17 17:00:27','2025-11-17 17:00:27','810ad392-44a5-4eb2-a3ad-1afe9a84ee84'),
(13656,7,6375,NULL,617,6,'2025-11-17 17:00:27','2025-11-17 17:00:27','6da42ddd-ca06-40de-a8f9-d3ce40ca2878'),
(13657,7,6375,NULL,605,7,'2025-11-17 17:00:27','2025-11-17 17:00:27','0311de28-c17f-4184-85e2-d09e63520984'),
(13658,32,6375,NULL,2610,1,'2025-11-17 17:00:27','2025-11-17 17:00:27','d2252765-c884-4231-8f2a-bebdb61dfa24'),
(13659,32,6375,NULL,2598,2,'2025-11-17 17:00:27','2025-11-17 17:00:27','285b1421-1a18-43ea-b196-c102b6f38fbc'),
(13660,32,6375,NULL,2600,3,'2025-11-17 17:00:27','2025-11-17 17:00:27','56eddc39-e506-43b1-8244-c9a088dcdbc3'),
(13661,32,6375,NULL,2602,4,'2025-11-17 17:00:27','2025-11-17 17:00:27','f5ba4854-cc0d-4325-ad05-3cbe98c3e07b'),
(13662,32,6375,NULL,2604,5,'2025-11-17 17:00:27','2025-11-17 17:00:27','20e4f2ae-4a9b-445b-ac68-75b041275095'),
(13663,57,6375,NULL,5067,1,'2025-11-17 17:00:27','2025-11-17 17:00:27','adee71b3-1235-4faf-a27a-4a7762af4f4d'),
(13664,57,6375,NULL,5068,2,'2025-11-17 17:00:27','2025-11-17 17:00:27','ae9c9355-bc23-46cc-8c0c-683e7fd6d586'),
(13665,57,6375,NULL,5069,3,'2025-11-17 17:00:27','2025-11-17 17:00:27','158bc262-56cd-40d6-80e6-736a16105fd1'),
(13682,16,6378,NULL,4083,1,'2025-11-17 17:01:01','2025-11-17 17:01:01','6cc37226-a466-47ed-9bb4-1731251a9867'),
(13683,7,6378,NULL,601,1,'2025-11-17 17:01:01','2025-11-17 17:01:01','1116a1b7-de03-44f9-a628-eb5c28c98b26'),
(13684,7,6378,NULL,617,2,'2025-11-17 17:01:01','2025-11-17 17:01:01','0f8ed465-8eb9-4b23-bc97-4b383cd630ed'),
(13685,7,6378,NULL,605,3,'2025-11-17 17:01:01','2025-11-17 17:01:01','72d8d467-d1e3-414a-b9f8-6247b93e3ab1'),
(13686,32,6378,NULL,2614,1,'2025-11-17 17:01:01','2025-11-17 17:01:01','81835312-0a56-4503-af62-4bbd724656e0'),
(13687,32,6378,NULL,2610,2,'2025-11-17 17:01:01','2025-11-17 17:01:01','59b697fc-5710-4acf-8a02-878c7615267e'),
(13688,32,6378,NULL,2598,3,'2025-11-17 17:01:01','2025-11-17 17:01:01','7edfbdf1-1add-4799-be1e-14e6e2867180'),
(13689,32,6378,NULL,2600,4,'2025-11-17 17:01:01','2025-11-17 17:01:01','f037ad3e-e396-4ebe-a287-21749d2f8521'),
(13690,32,6378,NULL,2602,5,'2025-11-17 17:01:01','2025-11-17 17:01:01','f1f392cb-b653-4acb-b2b0-def1dc6c2278'),
(13691,32,6378,NULL,2612,6,'2025-11-17 17:01:01','2025-11-17 17:01:01','31c88830-019e-4f63-a4ab-c240b9725700'),
(13692,32,6378,NULL,2604,7,'2025-11-17 17:01:01','2025-11-17 17:01:01','644cc86b-abe7-46c3-92ea-f6ac9d7f7468'),
(13693,46,6378,NULL,3697,1,'2025-11-17 17:01:01','2025-11-17 17:01:01','9a8a209d-0508-41b5-a235-63077c0cea9e'),
(13694,57,6378,NULL,5055,1,'2025-11-17 17:01:01','2025-11-17 17:01:01','264be5f0-8c5f-4145-bf82-08960617bd29'),
(13695,57,6378,NULL,5056,2,'2025-11-17 17:01:01','2025-11-17 17:01:01','f29fe111-9261-4ac3-b84c-7e6144e62634'),
(13696,57,6378,NULL,5057,3,'2025-11-17 17:01:01','2025-11-17 17:01:01','da8f48f2-7087-4b87-8061-e65e98bd12c5'),
(13697,57,6378,NULL,5058,4,'2025-11-17 17:01:01','2025-11-17 17:01:01','9f444b74-94b5-4fed-81d1-96867cfadfd4'),
(13720,16,6380,NULL,5013,1,'2025-11-17 17:01:07','2025-11-17 17:01:07','1dd123f4-2917-48cf-b901-8df91dd8bad9'),
(13721,7,6380,NULL,2969,1,'2025-11-17 17:01:07','2025-11-17 17:01:07','4513efcf-fa6c-4761-8e66-f4abf1b6f0b1'),
(13722,7,6380,NULL,617,2,'2025-11-17 17:01:07','2025-11-17 17:01:07','9b5e0558-d893-4be5-a67d-5ccf801b5ef9'),
(13723,7,6380,NULL,605,3,'2025-11-17 17:01:07','2025-11-17 17:01:07','628bba97-7d0f-4bd2-90fc-df1f25d4e709'),
(13724,32,6380,NULL,2614,1,'2025-11-17 17:01:07','2025-11-17 17:01:07','80daafc1-5b19-4d45-95a7-dca3046e6e9b'),
(13725,32,6380,NULL,2610,2,'2025-11-17 17:01:07','2025-11-17 17:01:07','8d393cc0-6a8e-491c-9f42-f1c68fd0f865'),
(13726,32,6380,NULL,2598,3,'2025-11-17 17:01:07','2025-11-17 17:01:07','b5cd46f9-f6fa-496d-912d-82b97bc159dd'),
(13727,32,6380,NULL,2608,4,'2025-11-17 17:01:07','2025-11-17 17:01:07','d8cf19ca-e3ce-4880-8853-79b8a9c3e0b5'),
(13728,32,6380,NULL,2600,5,'2025-11-17 17:01:07','2025-11-17 17:01:07','14e051ab-3b73-4433-be91-a38d42c11fb7'),
(13729,32,6380,NULL,2596,6,'2025-11-17 17:01:07','2025-11-17 17:01:07','8c070fe2-db9d-4629-9080-01e0979a6998'),
(13730,32,6380,NULL,2602,7,'2025-11-17 17:01:07','2025-11-17 17:01:07','69f51784-d036-49bc-861d-4d8b6b0a286e'),
(13731,32,6380,NULL,2606,8,'2025-11-17 17:01:07','2025-11-17 17:01:07','e4f5c853-0eef-4015-ad02-b803bd4c68ac'),
(13732,32,6380,NULL,2612,9,'2025-11-17 17:01:07','2025-11-17 17:01:07','fc5bd5a5-f311-4a59-ab5a-1190051dcfa2'),
(13733,32,6380,NULL,2604,10,'2025-11-17 17:01:07','2025-11-17 17:01:07','5b593489-ba30-4481-9bf6-a5b47a20aeb2'),
(13734,57,6380,NULL,5033,1,'2025-11-17 17:01:07','2025-11-17 17:01:07','dd55301c-fa82-4e3f-be53-9d7c3fb06413'),
(13735,57,6380,NULL,5034,2,'2025-11-17 17:01:07','2025-11-17 17:01:07','cae25c9a-6f7d-472c-b191-890fa2b1dc83'),
(13736,57,6380,NULL,5035,3,'2025-11-17 17:01:07','2025-11-17 17:01:07','4a792cb2-23d9-47dc-aa28-da67cf6d83f9'),
(13737,57,6380,NULL,5036,4,'2025-11-17 17:01:07','2025-11-17 17:01:07','b7ce94e2-113e-46fb-bdcb-1ebcacd4ebe0'),
(13738,57,6380,NULL,5037,5,'2025-11-17 17:01:07','2025-11-17 17:01:07','bb2d8785-8168-4e6a-8115-5ddb16c0cbfa'),
(13739,57,6380,NULL,5038,6,'2025-11-17 17:01:07','2025-11-17 17:01:07','f1baa6f6-abdb-4ab2-a75c-08ad2177b5af'),
(13740,57,6380,NULL,5039,7,'2025-11-17 17:01:07','2025-11-17 17:01:07','bd8f99ee-00b8-465a-966b-111c7f37ad35'),
(13741,57,6380,NULL,5040,8,'2025-11-17 17:01:07','2025-11-17 17:01:07','76893ba8-b7d2-4f7f-a56d-27f19cf3a1dc'),
(13750,16,6382,NULL,4973,1,'2025-11-17 17:01:13','2025-11-17 17:01:13','8c19a090-3609-49f3-89c6-4e537fde9bdb'),
(13751,57,6382,NULL,4991,1,'2025-11-17 17:01:13','2025-11-17 17:01:13','7bf1a801-a0c5-4fe1-9a26-1f7021249c6c'),
(13752,57,6382,NULL,4992,2,'2025-11-17 17:01:13','2025-11-17 17:01:13','f0e133b5-94b4-4b1d-ab2d-2ffabd00e1a7'),
(13753,57,6382,NULL,4993,3,'2025-11-17 17:01:13','2025-11-17 17:01:13','cb81ead6-b992-4c41-ac84-789c78dc66c1'),
(13754,57,6382,NULL,4994,4,'2025-11-17 17:01:13','2025-11-17 17:01:13','8c19e279-2cd2-4b20-a91e-5ba6c2dc01ed'),
(13755,57,6382,NULL,4995,5,'2025-11-17 17:01:13','2025-11-17 17:01:13','280f3bd1-f126-4606-b8e1-1aaa5c9cc2e4'),
(13756,57,6382,NULL,4996,6,'2025-11-17 17:01:13','2025-11-17 17:01:13','1dc98db5-ed80-4a44-b576-edd2975c334a'),
(13757,57,6382,NULL,4997,7,'2025-11-17 17:01:13','2025-11-17 17:01:13','44faaed1-113b-4fe3-96c5-bcdf36569a3f'),
(13758,16,6384,NULL,4142,1,'2025-11-17 17:01:32','2025-11-17 17:01:32','72adf2c6-5454-4eea-970e-8c3536697871'),
(13759,7,6384,NULL,601,1,'2025-11-17 17:01:32','2025-11-17 17:01:32','67504afe-f367-4346-a524-92192033054c'),
(13760,7,6384,NULL,3468,2,'2025-11-17 17:01:32','2025-11-17 17:01:32','c5c3a427-30a4-4b45-97d8-5bca345725e1'),
(13761,7,6384,NULL,2972,3,'2025-11-17 17:01:32','2025-11-17 17:01:32','31f2d87c-ff09-4a53-9dcc-dad4ac1fdc80'),
(13763,7,6384,NULL,617,5,'2025-11-17 17:01:32','2025-11-17 17:01:32','a834ce8a-f482-48a2-95be-b8f1234d808d'),
(13764,7,6384,NULL,605,6,'2025-11-17 17:01:32','2025-11-17 17:01:32','cd6f23fc-4a90-4a72-b58f-6e4d45acbd5f'),
(13765,32,6384,NULL,2610,1,'2025-11-17 17:01:32','2025-11-17 17:01:32','9bc9f5ff-4d57-445c-af42-176b98c54367'),
(13766,32,6384,NULL,2598,2,'2025-11-17 17:01:32','2025-11-17 17:01:32','d37ddd5d-dc66-417d-b1d8-66688ddb796c'),
(13767,32,6384,NULL,2600,3,'2025-11-17 17:01:32','2025-11-17 17:01:32','8a071e50-0704-4d25-8b28-29a7a0d715e0'),
(13768,32,6384,NULL,2604,4,'2025-11-17 17:01:32','2025-11-17 17:01:32','03d9ea20-54e7-4471-821d-3262ae5fbceb'),
(13769,57,6384,NULL,4955,1,'2025-11-17 17:01:32','2025-11-17 17:01:32','36dbd802-ac7b-46c5-996a-85b51adc15f2'),
(13770,57,6384,NULL,4956,2,'2025-11-17 17:01:32','2025-11-17 17:01:32','0f39f64a-d110-4ba6-a18a-7b20ea8aaf58'),
(13771,57,6384,NULL,4957,3,'2025-11-17 17:01:32','2025-11-17 17:01:32','b75e77be-55c6-4352-b24e-43783437df5b'),
(13772,16,6387,NULL,3761,1,'2025-11-17 17:32:09','2025-11-17 17:32:09','f4588c81-7df8-4964-be36-944d5efad763'),
(13775,7,6387,NULL,2974,3,'2025-11-17 17:32:09','2025-11-17 17:32:09','37432dbd-1762-4ebe-b494-a07afdc90e91'),
(13776,7,6387,NULL,617,4,'2025-11-17 17:32:09','2025-11-17 17:32:09','f67fa60f-7735-477d-9f36-f48f8904ca5e'),
(13777,7,6387,NULL,605,5,'2025-11-17 17:32:09','2025-11-17 17:32:09','6f69f9e2-d6ba-4a0f-879e-a555188c09af'),
(13778,32,6387,NULL,2610,1,'2025-11-17 17:32:09','2025-11-17 17:32:09','a8997ddd-87f7-4bc3-8794-542e8f532238'),
(13779,32,6387,NULL,2598,2,'2025-11-17 17:32:09','2025-11-17 17:32:09','aba526a4-543b-416f-9c95-7c8888e63352'),
(13780,32,6387,NULL,2600,3,'2025-11-17 17:32:09','2025-11-17 17:32:09','3baa1c42-c92c-4e17-ac10-755dde532f7e'),
(13781,32,6387,NULL,2602,4,'2025-11-17 17:32:09','2025-11-17 17:32:09','36357301-e4cd-450a-98bf-4c219f3f9cf8'),
(13782,32,6387,NULL,2612,5,'2025-11-17 17:32:09','2025-11-17 17:32:09','c50b3eff-ce59-4af3-83db-cee941d0f1e4'),
(13783,32,6387,NULL,2618,6,'2025-11-17 17:32:09','2025-11-17 17:32:09','77217611-e282-4492-90db-04f9d61e53a6'),
(13784,32,6387,NULL,2604,7,'2025-11-17 17:32:09','2025-11-17 17:32:09','83d8a6d3-6472-4823-8eda-1b342fd3ae13'),
(13785,46,6387,NULL,3697,1,'2025-11-17 17:32:09','2025-11-17 17:32:09','a6dd937c-2cf8-4971-a6a6-9ec3e4b9e392'),
(13807,16,6394,NULL,3374,1,'2025-11-18 16:48:51','2025-11-18 16:48:51','00514f3a-6212-4f32-976c-d47b2dfef813'),
(13808,7,6394,NULL,2969,1,'2025-11-18 16:48:51','2025-11-18 16:48:51','8dad5fb1-ab13-4757-8f94-4db9fbc70c81'),
(13809,7,6394,NULL,617,2,'2025-11-18 16:48:51','2025-11-18 16:48:51','1a833517-82b9-4cc4-afaa-716eb8e2a8ca'),
(13810,7,6394,NULL,605,3,'2025-11-18 16:48:51','2025-11-18 16:48:51','b448ba0e-b0bc-4934-aeb6-e7496d507b25'),
(13811,32,6394,NULL,2610,1,'2025-11-18 16:48:51','2025-11-18 16:48:51','414f9593-89e6-486a-a5c6-3c77cc01330d'),
(13812,32,6394,NULL,2598,2,'2025-11-18 16:48:51','2025-11-18 16:48:51','bd31dff6-1dad-4a90-ae4d-ab8deda2169b'),
(13813,32,6394,NULL,2600,3,'2025-11-18 16:48:51','2025-11-18 16:48:51','e1e70269-b380-4a6b-a5ef-110664c923e2'),
(13814,32,6394,NULL,2604,4,'2025-11-18 16:48:51','2025-11-18 16:48:51','aaf88577-92b5-407a-bfe4-f13be862e0f7'),
(13815,57,6394,NULL,3362,1,'2025-11-18 16:48:51','2025-11-18 16:48:51','bf56d946-2c85-429e-bcf6-c6f3db350451'),
(13816,57,6394,NULL,3363,2,'2025-11-18 16:48:51','2025-11-18 16:48:51','cd28ff92-3b45-4b9f-9846-952d6fe4a056'),
(13817,57,6394,NULL,3364,3,'2025-11-18 16:48:51','2025-11-18 16:48:51','48d62035-88a9-4bea-9fd7-22e9b19a1fca'),
(13818,57,6394,NULL,3365,4,'2025-11-18 16:48:51','2025-11-18 16:48:51','fdb92a11-ffb8-4bd2-a741-8a183205bb48'),
(13819,57,6394,NULL,3366,5,'2025-11-18 16:48:51','2025-11-18 16:48:51','95776d8b-76b2-4b5d-b18e-0e3c3f53e950'),
(13820,57,6394,NULL,3367,6,'2025-11-18 16:48:51','2025-11-18 16:48:51','7888e148-f5aa-4140-87f1-4e24dbe33ab6'),
(13821,57,6394,NULL,3368,7,'2025-11-18 16:48:51','2025-11-18 16:48:51','35f4e891-b327-49d5-b610-58e539d6fc5f'),
(13822,57,6394,NULL,3369,8,'2025-11-18 16:48:51','2025-11-18 16:48:51','258761dd-8c69-42f6-94ab-0aaf04dd0707'),
(13823,57,6394,NULL,3370,9,'2025-11-18 16:48:51','2025-11-18 16:48:51','d231af64-e5e6-48b5-a5c2-bd634151b80c'),
(13824,57,6394,NULL,3371,10,'2025-11-18 16:48:51','2025-11-18 16:48:51','b81e82fe-60e9-4766-a55e-a3a4fbb51521'),
(13825,57,6394,NULL,3372,11,'2025-11-18 16:48:51','2025-11-18 16:48:51','4caf0ee2-3464-48eb-bd7f-428e3cb99ff6'),
(13826,57,6394,NULL,3373,12,'2025-11-18 16:48:51','2025-11-18 16:48:51','d7149b79-dd47-48f2-84cf-6875d7b1d6a5'),
(13827,57,6394,NULL,3374,13,'2025-11-18 16:48:51','2025-11-18 16:48:51','1fef5c65-ac5a-4c6d-ae72-53b5e3b5009f'),
(13828,72,6394,NULL,548,1,'2025-11-18 16:48:51','2025-11-18 16:48:51','11694a9c-0af7-4db5-b9f6-c61375c80d5b'),
(13846,16,6410,NULL,5191,1,'2025-11-18 17:02:20','2025-11-18 17:02:20','82854b78-a9bc-480c-8e20-f001eb994633'),
(13847,7,6410,NULL,601,1,'2025-11-18 17:02:20','2025-11-18 17:02:20','2511505c-6af1-416a-ab27-04af8878b304'),
(13848,7,6410,NULL,3468,2,'2025-11-18 17:02:20','2025-11-18 17:02:20','5492fcc7-f880-47e6-a5ad-85615d7c0463'),
(13849,7,6410,NULL,617,3,'2025-11-18 17:02:20','2025-11-18 17:02:20','f4981c4e-6e2f-48a3-9a9a-4ac849dbce7e'),
(13850,7,6410,NULL,605,4,'2025-11-18 17:02:20','2025-11-18 17:02:20','8e167891-0c39-40d4-9853-b6369286a040'),
(13851,32,6410,NULL,2610,1,'2025-11-18 17:02:20','2025-11-18 17:02:20','783a85f0-41a2-4ee7-99a6-e94ab43694b8'),
(13852,32,6410,NULL,2598,2,'2025-11-18 17:02:20','2025-11-18 17:02:20','28c1281d-d301-4cdb-b54d-0a742e366cc3'),
(13853,32,6410,NULL,2624,3,'2025-11-18 17:02:20','2025-11-18 17:02:20','82c8a416-b9d5-49a1-bef4-be3ad8c31f22'),
(13854,32,6410,NULL,2600,4,'2025-11-18 17:02:20','2025-11-18 17:02:20','d295e772-9aaf-48ed-ae43-1a21ae0d53c8'),
(13855,32,6410,NULL,2606,5,'2025-11-18 17:02:20','2025-11-18 17:02:20','08f4aaf9-9d45-41e1-b8de-d7f0cdd23b83'),
(13856,32,6410,NULL,2604,6,'2025-11-18 17:02:20','2025-11-18 17:02:20','d9c0e81a-7101-4ff8-a5dc-9c281a9fcb1d'),
(13857,57,6410,NULL,5185,1,'2025-11-18 17:02:20','2025-11-18 17:02:20','9b388a05-bedf-4763-8ee3-9374c777059b'),
(13858,57,6410,NULL,5186,2,'2025-11-18 17:02:20','2025-11-18 17:02:20','90246679-4c50-45c8-8c88-bf13664f68f1'),
(13859,57,6410,NULL,5187,3,'2025-11-18 17:02:20','2025-11-18 17:02:20','b3a847f1-1734-49de-a7fe-ee734170f901'),
(13860,57,6410,NULL,5188,4,'2025-11-18 17:02:20','2025-11-18 17:02:20','1d638e36-6fff-4d26-9994-ba66e4f57cc6'),
(13861,57,6410,NULL,5189,5,'2025-11-18 17:02:20','2025-11-18 17:02:20','b16bf9a0-4fdc-4242-a437-a7bd4e9ce418'),
(13862,57,6410,NULL,5190,6,'2025-11-18 17:02:20','2025-11-18 17:02:20','529e77d4-0590-4520-99f0-f2010f063c95'),
(13877,16,1461,NULL,6422,1,'2025-11-19 20:58:44','2025-11-19 20:58:44','d74bdbf7-7013-42c1-9159-aaf1afd7fdfe'),
(13878,7,1461,NULL,601,2,'2025-11-19 20:58:44','2026-01-17 20:25:17','9ae6ec20-0a07-47f6-a1d6-fdb8004be452'),
(13879,7,1461,NULL,617,3,'2025-11-19 20:58:44','2026-01-17 20:25:17','fe7b23f5-d031-47fd-ad7e-98992edb47fc'),
(13880,7,1461,NULL,605,4,'2025-11-19 20:58:44','2026-01-17 20:25:17','55b76831-7fae-4f93-a467-de26d5b8cb71'),
(13881,16,6423,NULL,6422,1,'2025-11-19 20:58:44','2025-11-19 20:58:44','b946f3cf-98f9-4a6c-96a2-527c50a3a88c'),
(13882,7,6423,NULL,601,1,'2025-11-19 20:58:44','2025-11-19 20:58:44','5c79563a-6d92-4132-8625-577bdf0bae33'),
(13883,7,6423,NULL,617,2,'2025-11-19 20:58:44','2025-11-19 20:58:44','3261f76f-35b1-4769-90c0-e27792cd3029'),
(13884,7,6423,NULL,605,3,'2025-11-19 20:58:44','2025-11-19 20:58:44','89068bcb-9006-44c8-86e0-7deb6ef232b2'),
(13907,22,1793,NULL,6434,1,'2025-11-24 14:42:16','2025-11-24 14:42:16','3b7ecc7b-0a5b-4dc5-b614-b32ee2d53f8c'),
(13908,22,6437,NULL,6434,1,'2025-11-24 14:42:16','2025-11-24 14:42:16','45f091ea-f563-48a8-bd1d-8abc1b2415ea'),
(13948,16,6445,NULL,4080,1,'2025-11-24 17:46:53','2025-11-24 17:46:53','930d7b0b-f455-434f-ad73-9811f02b17ef'),
(13949,7,6445,NULL,601,1,'2025-11-24 17:46:53','2025-11-24 17:46:53','b8a1fc43-9e5f-4798-bf14-42adbfbf8d08'),
(13950,7,6445,NULL,3468,2,'2025-11-24 17:46:53','2025-11-24 17:46:53','540a2855-0abb-46bf-91c5-6a6c2f2791ee'),
(13952,7,6445,NULL,2972,4,'2025-11-24 17:46:53','2025-11-24 17:46:53','f6f02c8d-5599-42fc-9153-3339d549b990'),
(13953,7,6445,NULL,2974,5,'2025-11-24 17:46:53','2025-11-24 17:46:53','4f68e11f-df8b-461c-9e82-3bd755151a0c'),
(13954,7,6445,NULL,617,6,'2025-11-24 17:46:53','2025-11-24 17:46:53','c015fb60-7c60-4770-9c92-845f78224ce8'),
(13955,7,6445,NULL,605,7,'2025-11-24 17:46:53','2025-11-24 17:46:53','a3dc3e4d-f524-487f-8b75-425bd221c275'),
(13956,32,6445,NULL,2610,1,'2025-11-24 17:46:53','2025-11-24 17:46:53','7935cd2e-2195-493e-870d-be3f40351eb1'),
(13957,32,6445,NULL,2598,2,'2025-11-24 17:46:53','2025-11-24 17:46:53','1c853cd4-4be1-4ea7-a5c7-ed04451e70da'),
(13958,32,6445,NULL,2600,3,'2025-11-24 17:46:53','2025-11-24 17:46:53','f1e71fc1-c142-4a51-ba03-734ac8d463a7'),
(13959,32,6445,NULL,2602,4,'2025-11-24 17:46:53','2025-11-24 17:46:53','786987b2-7996-4b69-a7fd-36100c4ad81c'),
(13960,32,6445,NULL,2604,5,'2025-11-24 17:46:53','2025-11-24 17:46:53','8a83deea-5710-4dd9-b77d-11dc53c49c10'),
(13961,57,6445,NULL,5067,1,'2025-11-24 17:46:53','2025-11-24 17:46:53','a7eb5bd3-5e84-4ddb-b9dd-fdb0d4493756'),
(13962,57,6445,NULL,5068,2,'2025-11-24 17:46:53','2025-11-24 17:46:53','2469d286-4e1e-4ebe-82ff-e485049add65'),
(13963,57,6445,NULL,5069,3,'2025-11-24 17:46:53','2025-11-24 17:46:53','8aab3f36-5391-47d9-890c-79b2012b1ee7'),
(13964,16,6454,NULL,4282,1,'2025-12-01 19:35:58','2025-12-01 19:35:58','a72b3d85-f885-4cf5-bd77-4adb72d0ed42'),
(13965,7,6454,NULL,2969,1,'2025-12-01 19:35:58','2025-12-01 19:35:58','670e36ba-3978-4c56-b22a-17c0beb959ee'),
(13966,7,6454,NULL,617,2,'2025-12-01 19:35:58','2025-12-01 19:35:58','274444e3-2924-4d61-a746-78cdb68db3c6'),
(13967,7,6454,NULL,605,3,'2025-12-01 19:35:58','2025-12-01 19:35:58','c5ea0af8-4e72-49f5-8eb2-063bfc6e7130'),
(13968,32,6454,NULL,2610,1,'2025-12-01 19:35:58','2025-12-01 19:35:58','db7252a4-de96-47a5-88a6-475c720aa267'),
(13969,32,6454,NULL,2598,2,'2025-12-01 19:35:58','2025-12-01 19:35:58','49e55814-a2d6-496b-a7a9-21383317d306'),
(13970,32,6454,NULL,2600,3,'2025-12-01 19:35:58','2025-12-01 19:35:58','48fde91f-8522-4522-a4f3-41bf7d9b4f03'),
(13971,32,6454,NULL,2604,4,'2025-12-01 19:35:58','2025-12-01 19:35:58','742c0b77-dd16-459b-baa7-7bb62bd6e795'),
(13972,57,6454,NULL,4909,1,'2025-12-01 19:35:58','2025-12-01 19:35:58','ebdba207-0ffc-4ec1-95fd-7feace1abaf6'),
(13973,57,6454,NULL,4910,2,'2025-12-01 19:35:58','2025-12-01 19:35:58','2cb6aecd-254b-438b-a48d-eb9f79e0d9c7'),
(13974,57,6454,NULL,4911,3,'2025-12-01 19:35:58','2025-12-01 19:35:58','f1234dbd-caf5-4085-a323-cbb21132ed36'),
(13975,16,6457,NULL,3279,1,'2025-12-01 19:36:11','2025-12-01 19:36:11','8a98bcd3-ea11-4edf-9936-10a7a33af87e'),
(13976,57,6457,NULL,3276,1,'2025-12-01 19:36:11','2025-12-01 19:36:11','8d57b762-6710-42b3-bb98-ec08e753f70b'),
(13977,57,6457,NULL,3278,2,'2025-12-01 19:36:11','2025-12-01 19:36:11','4edd8f5c-6dd3-4532-b19c-3de39dcf619c'),
(13978,57,6457,NULL,3279,3,'2025-12-01 19:36:11','2025-12-01 19:36:11','3e847515-49c1-467f-a1ec-4d1714cbfb4e'),
(13979,57,6457,NULL,3280,4,'2025-12-01 19:36:11','2025-12-01 19:36:11','08533617-6cc6-40b0-a714-7b7413ead523'),
(13980,57,6457,NULL,3281,5,'2025-12-01 19:36:11','2025-12-01 19:36:11','ba775a90-a283-4d62-90e2-65cf20121d68'),
(13981,57,6457,NULL,3282,6,'2025-12-01 19:36:11','2025-12-01 19:36:11','590471f6-acd1-4907-90c3-77711e041e65'),
(13982,57,6457,NULL,3283,7,'2025-12-01 19:36:11','2025-12-01 19:36:11','0121668e-de99-4ffb-96ba-f5553dc5e5e1'),
(13983,72,6457,NULL,548,1,'2025-12-01 19:36:11','2025-12-01 19:36:11','7dcf0baa-e62d-4ea2-aa40-e1ed8dde6d89'),
(13987,22,6462,NULL,6460,1,'2025-12-01 19:40:26','2025-12-01 19:40:26','7f5771b2-5251-4bca-b68a-9060917ea2c2'),
(13988,16,6463,NULL,2968,1,'2025-12-01 19:40:26','2025-12-01 19:40:26','579980c8-dbce-40c1-89c9-8045d1d6a723'),
(13989,57,6463,NULL,3246,1,'2025-12-01 19:40:26','2025-12-01 19:40:26','b696f383-47e0-415c-a04e-e832f3dfd63f'),
(13990,57,6463,NULL,3254,2,'2025-12-01 19:40:26','2025-12-01 19:40:26','0a2f99b8-9236-45b6-8255-5094ee3d5548'),
(13991,57,6463,NULL,3253,3,'2025-12-01 19:40:26','2025-12-01 19:40:26','fafe8875-f1a7-4cf3-aa56-27343a357ee5'),
(13992,57,6463,NULL,3251,4,'2025-12-01 19:40:26','2025-12-01 19:40:26','6e3c8075-33ed-41fd-8590-314387c25b49'),
(13993,57,6463,NULL,3245,5,'2025-12-01 19:40:26','2025-12-01 19:40:26','de4145cd-0481-4932-a144-9ed4b2afb4aa'),
(13994,57,6463,NULL,3248,6,'2025-12-01 19:40:26','2025-12-01 19:40:26','6f1aee7a-e251-4b5b-bf58-cc545f554a55'),
(13995,72,6463,NULL,548,1,'2025-12-01 19:40:26','2025-12-01 19:40:26','874d0305-2640-4b26-9797-600b9da37338'),
(13996,22,6464,NULL,6460,1,'2025-12-01 19:40:26','2025-12-01 19:40:26','5ef96c0c-df4d-4238-b9cc-5a592fb9f699'),
(14006,16,6467,NULL,2968,1,'2025-12-01 19:40:57','2025-12-01 19:40:57','bb456633-5659-4559-b708-7862a02e3005'),
(14007,57,6467,NULL,3246,1,'2025-12-01 19:40:57','2025-12-01 19:40:57','00994b08-0b3b-4a09-bbeb-d573ce4d3e1a'),
(14008,57,6467,NULL,3254,2,'2025-12-01 19:40:57','2025-12-01 19:40:57','27dcd23d-e5a5-4ccf-ad92-82918cab5440'),
(14009,57,6467,NULL,3253,3,'2025-12-01 19:40:57','2025-12-01 19:40:57','52214334-7781-4788-bb58-16a257a0793e'),
(14010,57,6467,NULL,3251,4,'2025-12-01 19:40:57','2025-12-01 19:40:57','e5b99f80-886c-4045-9df2-38caa2e35d76'),
(14011,57,6467,NULL,3245,5,'2025-12-01 19:40:57','2025-12-01 19:40:57','219a6387-d3b6-439d-a24e-9ac695cb788f'),
(14012,57,6467,NULL,3248,6,'2025-12-01 19:40:57','2025-12-01 19:40:57','55a5d74c-ae8f-496b-aef5-560b2c55960b'),
(14013,72,6467,NULL,548,1,'2025-12-01 19:40:57','2025-12-01 19:40:57','e588f297-f143-49ab-a911-c1592a901d18'),
(14014,22,6468,NULL,6460,1,'2025-12-01 19:40:57','2025-12-01 19:40:57','dd640fe0-3072-443d-8eec-a3be0c58afdf'),
(14110,32,6507,NULL,2610,1,'2025-12-05 20:15:12','2025-12-05 20:15:12','301ba7b9-a6dc-4e08-ba33-ec396f1003fa'),
(14111,32,6507,NULL,2598,2,'2025-12-05 20:15:12','2025-12-05 20:15:12','9a9e6ff8-125e-4a24-bbcc-c001daa7b5f9'),
(14112,32,6507,NULL,2608,3,'2025-12-05 20:15:12','2025-12-05 20:15:12','bbf086e9-6e0c-4278-9ccf-9bcf68585575'),
(14113,32,6507,NULL,2600,4,'2025-12-05 20:15:12','2025-12-05 20:15:12','c9eb9aaf-0a49-471c-8194-49219fd8b760'),
(14114,32,6507,NULL,2596,5,'2025-12-05 20:15:12','2025-12-05 20:15:12','7fd1299c-8da5-41a7-961f-11d88258522c'),
(14115,32,6507,NULL,2602,6,'2025-12-05 20:15:12','2025-12-05 20:15:12','0afe8f3a-4fda-4616-8dc0-464cda85016d'),
(14116,32,6507,NULL,2604,7,'2025-12-05 20:15:12','2025-12-05 20:15:12','96134f08-3b75-4797-aa1f-2d3225b149a3'),
(14117,16,6507,NULL,545,1,'2025-12-05 20:15:12','2025-12-05 20:15:12','4756ef78-f9eb-4a25-b077-2e0f7cbd3e84'),
(14118,7,6507,NULL,601,1,'2025-12-05 20:15:12','2025-12-05 20:15:12','fee24380-5cf8-4eb9-8f6b-7a25782fd517'),
(14119,7,6507,NULL,617,2,'2025-12-05 20:15:12','2025-12-05 20:15:12','235b877e-3a9a-4582-95c4-f04c01a27fce'),
(14120,7,6507,NULL,605,3,'2025-12-05 20:15:12','2025-12-05 20:15:12','f18f5c55-fc95-481f-b65c-925fff5bb53a'),
(14121,46,6507,NULL,2891,1,'2025-12-05 20:15:12','2025-12-05 20:15:12','15325027-5cf1-4614-a7c6-38a033ee34c3'),
(14122,47,6507,NULL,548,1,'2025-12-05 20:15:12','2025-12-05 20:15:12','62c7c99c-23c5-4afe-92c9-dd229a818f8e'),
(14123,57,6507,NULL,545,1,'2025-12-05 20:15:12','2025-12-05 20:15:12','25b88e53-1d31-404d-a9d4-8d16dad9b298'),
(14124,57,6507,NULL,137,2,'2025-12-05 20:15:12','2025-12-05 20:15:12','136060fd-2a14-40f7-add4-04b041436a6c'),
(14125,57,6507,NULL,138,3,'2025-12-05 20:15:12','2025-12-05 20:15:12','a769cb43-b2f5-4126-9aa4-f34245e2beca'),
(14126,57,6507,NULL,136,4,'2025-12-05 20:15:12','2025-12-05 20:15:12','eb04beeb-5a92-4365-acc7-7b7f9ab808cd'),
(14127,13,6507,NULL,548,1,'2025-12-05 20:15:12','2025-12-05 20:15:12','29ef06c5-2347-40f7-9846-80332b297cb9'),
(14128,12,6507,NULL,548,1,'2025-12-05 20:15:12','2025-12-05 20:15:12','1928c3cc-7205-422b-8998-fd3c6a42680a'),
(14133,82,1045,NULL,479,1,'2025-12-12 18:18:37','2025-12-12 18:18:37','818c9907-639e-4527-9454-41aade3ed05b'),
(14135,82,1045,NULL,491,2,'2025-12-12 18:18:37','2026-01-12 18:25:57','34732f91-8bae-4f40-904e-039c713df56c'),
(14137,32,6521,NULL,2610,1,'2025-12-12 18:18:37','2025-12-12 18:18:37','7e267492-11aa-4a2c-ade9-61734c368255'),
(14138,32,6521,NULL,2598,2,'2025-12-12 18:18:37','2025-12-12 18:18:37','6b1b20af-0704-4d85-85e5-f9723ada2797'),
(14139,32,6521,NULL,2600,3,'2025-12-12 18:18:37','2025-12-12 18:18:37','a8e4a233-8127-494f-811e-af8d97d21f97'),
(14140,32,6521,NULL,2602,4,'2025-12-12 18:18:37','2025-12-12 18:18:37','2fad651b-f78f-4c62-8a8b-215a0e036d14'),
(14141,32,6521,NULL,2612,5,'2025-12-12 18:18:37','2025-12-12 18:18:37','1afbd0b4-9a20-4d6a-b6cc-d7bfdd37a4de'),
(14142,32,6521,NULL,2618,6,'2025-12-12 18:18:37','2025-12-12 18:18:37','a2a71656-556c-40b8-bfe7-b3483a46e762'),
(14143,32,6521,NULL,2604,7,'2025-12-12 18:18:37','2025-12-12 18:18:37','739826e7-394b-48f8-8824-bd28c6d6eff2'),
(14144,16,6521,NULL,3689,1,'2025-12-12 18:18:37','2025-12-12 18:18:37','4a63a099-a6f4-4475-939c-45cba699d740'),
(14145,7,6521,NULL,601,1,'2025-12-12 18:18:37','2025-12-12 18:18:37','2b9f2bcb-b23a-4d37-b3cc-f05b16adda47'),
(14146,7,6521,NULL,3468,2,'2025-12-12 18:18:37','2025-12-12 18:18:37','d0acb09f-0dff-4fe8-a058-634ef8d0bf97'),
(14147,7,6521,NULL,617,3,'2025-12-12 18:18:37','2025-12-12 18:18:37','164993a9-daeb-4049-98e2-bbe3a0e8a272'),
(14148,7,6521,NULL,605,4,'2025-12-12 18:18:37','2025-12-12 18:18:37','3ff70c8a-b276-4a4d-83e9-97dcea83dc48'),
(14149,82,6521,NULL,479,1,'2025-12-12 18:18:37','2025-12-12 18:18:37','a059eb6c-4468-406a-8ae1-c0255de7ac8e'),
(14150,82,6521,NULL,485,2,'2025-12-12 18:18:37','2025-12-12 18:18:37','c43f57fb-0156-409a-a351-5ee6a00387ee'),
(14151,82,6521,NULL,491,3,'2025-12-12 18:18:37','2025-12-12 18:18:37','8bfe5069-44e5-4282-8b8e-7da7ddb1e289'),
(14152,46,6521,NULL,3697,1,'2025-12-12 18:18:37','2025-12-12 18:18:37','25565b3f-89d8-4091-979c-a30db834947f'),
(14153,57,6521,NULL,4829,1,'2025-12-12 18:18:37','2025-12-12 18:18:37','41c23326-ff22-4df4-a4e6-e11a4dc7cf64'),
(14154,57,6521,NULL,4826,2,'2025-12-12 18:18:37','2025-12-12 18:18:37','f90cb2b3-8c50-4ff4-83d3-9e0666404de8'),
(14155,57,6521,NULL,4828,3,'2025-12-12 18:18:37','2025-12-12 18:18:37','7d98c802-45e6-4692-91c9-7c0b8cf986bf'),
(14156,57,6521,NULL,4827,4,'2025-12-12 18:18:37','2025-12-12 18:18:37','713127bb-4738-4431-a5c0-031536e7131a'),
(14157,13,6521,NULL,6519,1,'2025-12-12 18:18:37','2025-12-12 18:18:37','b8b7996d-2fba-4aa6-8b73-7b5d6816c91d'),
(14179,32,6523,NULL,2610,1,'2025-12-12 18:42:28','2025-12-12 18:42:28','df6d4438-70a3-4686-addc-6f73eece6811'),
(14180,32,6523,NULL,2598,2,'2025-12-12 18:42:28','2025-12-12 18:42:28','c9539095-f218-43fc-9cc8-dd787f8cb4bf'),
(14181,32,6523,NULL,2600,3,'2025-12-12 18:42:28','2025-12-12 18:42:28','bb299872-4364-4dc2-8d49-fa024876f980'),
(14182,32,6523,NULL,2602,4,'2025-12-12 18:42:28','2025-12-12 18:42:28','db556ddb-fec7-436f-9660-b1bbfe0823c2'),
(14183,32,6523,NULL,2612,5,'2025-12-12 18:42:28','2025-12-12 18:42:28','4071320d-bfb3-4b7a-95e7-3d2fa75510f2'),
(14184,32,6523,NULL,2618,6,'2025-12-12 18:42:28','2025-12-12 18:42:28','92698861-5578-4db6-8dd0-700d540de8d2'),
(14185,32,6523,NULL,2604,7,'2025-12-12 18:42:28','2025-12-12 18:42:28','796dbd98-cca5-41b7-b1a3-01dc664c118a'),
(14186,16,6523,NULL,3689,1,'2025-12-12 18:42:28','2025-12-12 18:42:28','56326084-3919-4e83-b7c5-500a3867bdc0'),
(14187,7,6523,NULL,601,1,'2025-12-12 18:42:28','2025-12-12 18:42:28','3aee5701-77fe-4ab2-8ad4-13cf83ca7f48'),
(14188,7,6523,NULL,3468,2,'2025-12-12 18:42:28','2025-12-12 18:42:28','c7f6ac95-3752-48a0-8b69-6b0f6a209d41'),
(14189,7,6523,NULL,617,3,'2025-12-12 18:42:28','2025-12-12 18:42:28','380dfc7d-36be-43c2-ac51-fa724ca93b3c'),
(14190,7,6523,NULL,605,4,'2025-12-12 18:42:28','2025-12-12 18:42:28','a8bd2685-51c9-4799-9750-c198d1c9ec57'),
(14191,82,6523,NULL,479,1,'2025-12-12 18:42:28','2025-12-12 18:42:28','3cbbe85f-39ea-4621-8c09-b12f97b6d0b5'),
(14192,82,6523,NULL,485,2,'2025-12-12 18:42:28','2025-12-12 18:42:28','d4e8f0bc-83bb-4dd5-be64-b45e9b521149'),
(14193,82,6523,NULL,491,3,'2025-12-12 18:42:28','2025-12-12 18:42:28','0d75c0dd-0924-4b6e-8031-4a18075bef1d'),
(14194,46,6523,NULL,3697,1,'2025-12-12 18:42:28','2025-12-12 18:42:28','aa1104ba-b635-4450-9829-d0d01c6e7d05'),
(14195,57,6523,NULL,4829,1,'2025-12-12 18:42:28','2025-12-12 18:42:28','39bd268a-ffa3-4877-8803-7b911832bbcd'),
(14196,57,6523,NULL,4826,2,'2025-12-12 18:42:28','2025-12-12 18:42:28','8db91326-c917-4a5e-a120-746b042d8b0c'),
(14197,57,6523,NULL,4828,3,'2025-12-12 18:42:28','2025-12-12 18:42:28','2a978b7a-46de-46a3-8989-341f5b44a918'),
(14198,57,6523,NULL,4827,4,'2025-12-12 18:42:28','2025-12-12 18:42:28','c5633079-0708-4e2b-80d2-bde2bb5484bc'),
(14199,13,6523,NULL,6519,1,'2025-12-12 18:42:28','2025-12-12 18:42:28','7e319719-e3e9-49a5-8c54-406512229de8'),
(14206,16,1073,NULL,6530,1,'2025-12-12 18:49:40','2025-12-12 18:49:40','8968af2c-751b-47f9-832c-acfa475f9957'),
(14212,16,6531,NULL,6530,1,'2025-12-12 18:49:40','2025-12-12 18:49:40','ab715751-7d12-4238-ac0f-8a4f3fbab28c'),
(14213,57,6531,NULL,6527,1,'2025-12-12 18:49:40','2025-12-12 18:49:40','f145cc8e-26a7-4dfc-a671-2029d035dd2b'),
(14214,57,6531,NULL,6528,2,'2025-12-12 18:49:40','2025-12-12 18:49:40','7b3adfe6-a670-4548-8d89-1c352df4f66b'),
(14215,57,6531,NULL,6529,3,'2025-12-12 18:49:40','2025-12-12 18:49:40','f54a2ccc-9620-4ed9-aa1c-07e90b4d545c'),
(14216,74,6531,NULL,6525,1,'2025-12-12 18:49:40','2025-12-12 18:49:40','63077849-5186-4e44-bdfe-5ae8541bd716'),
(14217,13,6531,NULL,6526,1,'2025-12-12 18:49:40','2025-12-12 18:49:40','0ee85e70-4cfe-4548-af9b-e2722e279276'),
(14226,16,6534,NULL,6530,1,'2025-12-12 18:50:45','2025-12-12 18:50:45','f1d8efaf-5d50-4eaa-8bea-f11451719a35'),
(14227,57,6534,NULL,6527,1,'2025-12-12 18:50:45','2025-12-12 18:50:45','7fc0c856-5df5-42d8-beb9-72d3f449f06f'),
(14228,57,6534,NULL,6528,2,'2025-12-12 18:50:45','2025-12-12 18:50:45','ba1ef6a7-5f5a-4101-9048-580e92919bd5'),
(14229,57,6534,NULL,6529,3,'2025-12-12 18:50:45','2025-12-12 18:50:45','ef6fd523-07d4-4e88-aca1-5dabd5db9908'),
(14230,57,6534,NULL,6533,4,'2025-12-12 18:50:45','2025-12-12 18:50:45','2058d9bc-75d7-4822-b7ea-44908b3166e7'),
(14231,74,6534,NULL,6525,1,'2025-12-12 18:50:45','2025-12-12 18:50:45','9fe52084-ff9c-4b14-94e1-864fac9dfc64'),
(14232,13,6534,NULL,6526,1,'2025-12-12 18:50:45','2025-12-12 18:50:45','0dcac6e3-e44f-4f54-9a1e-6faf83d8f91d'),
(14240,16,6536,NULL,6530,1,'2025-12-12 18:53:00','2025-12-12 18:53:00','240e4c29-ed1f-4816-bad3-dc1416a789e0'),
(14241,57,6536,NULL,6527,1,'2025-12-12 18:53:00','2025-12-12 18:53:00','95baa3c2-8c69-4891-8c44-244f828f67af'),
(14242,57,6536,NULL,6528,2,'2025-12-12 18:53:00','2025-12-12 18:53:00','6ac45a02-495f-4800-be87-8ba35e597ff9'),
(14243,57,6536,NULL,6529,3,'2025-12-12 18:53:00','2025-12-12 18:53:00','63dd7d03-d0a7-45a5-8a61-aa41c106bed3'),
(14244,57,6536,NULL,6533,4,'2025-12-12 18:53:00','2025-12-12 18:53:00','15466d6c-e166-4b4e-b08e-603fa46ea62a'),
(14245,74,6536,NULL,6525,1,'2025-12-12 18:53:00','2025-12-12 18:53:00','24f6f6cb-a515-4671-84a2-160feb3e2b63'),
(14246,13,6536,NULL,6526,1,'2025-12-12 18:53:00','2025-12-12 18:53:00','3aea7269-b918-449d-9e64-ad3a13efd070'),
(14270,82,1255,NULL,491,1,'2025-12-15 18:42:56','2025-12-15 18:42:56','248d3ff4-5483-4d81-8b2a-fb87f946ca42'),
(14319,7,1255,NULL,601,2,'2025-12-15 19:54:26','2026-01-17 20:05:20','872bcf85-d952-4d06-ae82-1950b0dffe4b'),
(14367,58,6549,NULL,6548,1,'2025-12-15 19:55:30','2025-12-15 19:55:30','ef222d54-0676-41f7-876e-85a523e0ff5d'),
(14370,58,6551,NULL,6548,1,'2025-12-15 19:55:54','2025-12-15 19:55:54','8178537a-72d5-48c2-ba99-9ec91565f661'),
(14371,7,1255,NULL,6547,1,'2025-12-15 19:56:06','2026-01-17 20:05:20','35ac8c93-c09f-4060-94f4-b73e35e7b24f'),
(14372,32,6552,NULL,2610,1,'2025-12-15 19:56:06','2025-12-15 19:56:06','60c443e1-0f61-44f4-920d-74d68fa61801'),
(14373,32,6552,NULL,2598,2,'2025-12-15 19:56:06','2025-12-15 19:56:06','9b11ac5f-e8bb-4593-b8f7-24d1ba361a7c'),
(14374,32,6552,NULL,2608,3,'2025-12-15 19:56:06','2025-12-15 19:56:06','5b96ffeb-45c3-4368-a516-11a7d9da2422'),
(14375,32,6552,NULL,2624,4,'2025-12-15 19:56:06','2025-12-15 19:56:06','4fc15b78-4399-43d2-b828-aabe1835c21c'),
(14376,32,6552,NULL,2600,5,'2025-12-15 19:56:06','2025-12-15 19:56:06','57f30cf4-8f19-434a-91a9-4f833934c7a9'),
(14377,32,6552,NULL,2596,6,'2025-12-15 19:56:06','2025-12-15 19:56:06','7d5eb98b-f02d-480d-bc7b-49bcf72c9cb5'),
(14378,32,6552,NULL,2602,7,'2025-12-15 19:56:06','2025-12-15 19:56:06','ba0f055a-d4e9-4353-ac92-5f326055f2f8'),
(14379,32,6552,NULL,2606,8,'2025-12-15 19:56:06','2025-12-15 19:56:06','18a82723-ee4d-4385-a961-9f2efeb1b39a'),
(14380,32,6552,NULL,2612,9,'2025-12-15 19:56:06','2025-12-15 19:56:06','224826b4-8cbc-41ed-a600-f8b7f06250db'),
(14381,32,6552,NULL,2604,10,'2025-12-15 19:56:06','2025-12-15 19:56:06','9f86d2fa-05c6-4985-b6ba-93bae2339792'),
(14382,16,6552,NULL,4786,1,'2025-12-15 19:56:06','2025-12-15 19:56:06','f573a951-8123-4b23-99a7-378efec7a09b'),
(14383,7,6552,NULL,601,1,'2025-12-15 19:56:06','2025-12-15 19:56:06','b18d48f1-cbfb-489d-a873-692ad9b1c6c1'),
(14384,7,6552,NULL,6547,2,'2025-12-15 19:56:06','2025-12-15 19:56:06','be8b7e6b-7ba9-41af-b9db-fbd3a6eb7b47'),
(14385,7,6552,NULL,617,3,'2025-12-15 19:56:06','2025-12-15 19:56:06','0ee25c0d-e5c9-4759-bc22-cd9a9469cd8e'),
(14386,7,6552,NULL,605,4,'2025-12-15 19:56:06','2025-12-15 19:56:06','7daac88b-b09f-4084-a415-76bbf4cf7f34'),
(14387,82,6552,NULL,491,1,'2025-12-15 19:56:06','2025-12-15 19:56:06','4da6a7c6-3572-4bc1-a004-82cf8f5919ce'),
(14388,46,6552,NULL,2891,1,'2025-12-15 19:56:06','2025-12-15 19:56:06','cb4792bd-ce1e-4c7c-a55a-356dbc00ef61'),
(14389,57,6552,NULL,4806,1,'2025-12-15 19:56:06','2025-12-15 19:56:06','8be3b1ea-9f96-4102-b477-ebb089f19f43'),
(14390,57,6552,NULL,4807,2,'2025-12-15 19:56:06','2025-12-15 19:56:06','7d91a364-82f1-4213-95e8-ffa72247b426'),
(14391,57,6552,NULL,4808,3,'2025-12-15 19:56:06','2025-12-15 19:56:06','7ebba234-a5ca-4ed6-9e83-7fcb8ac1aebe'),
(14392,57,6552,NULL,4809,4,'2025-12-15 19:56:06','2025-12-15 19:56:06','8d02c2f8-cb10-4fe7-8bf1-767d315c02dc'),
(14393,57,6552,NULL,4810,5,'2025-12-15 19:56:06','2025-12-15 19:56:06','fdadf3c4-6052-4cfa-95b6-e1126419976a'),
(14394,57,6552,NULL,4811,6,'2025-12-15 19:56:06','2025-12-15 19:56:06','97b03aaf-4192-4195-bd8b-e70d868b93f8'),
(14395,13,6552,NULL,6542,1,'2025-12-15 19:56:06','2025-12-15 19:56:06','18a9c2bf-ae67-4a78-abdf-1d0c12309900'),
(14430,82,1473,NULL,491,1,'2025-12-16 14:41:54','2025-12-16 14:41:54','84e7992a-5abe-4a3d-b2a1-ba5c6d9fb17b'),
(14431,32,6555,NULL,2598,1,'2025-12-16 14:41:54','2025-12-16 14:41:54','3c0b34a5-9b4f-46a1-b405-9c2cb999122c'),
(14432,32,6555,NULL,2608,2,'2025-12-16 14:41:54','2025-12-16 14:41:54','0ceaf80d-42bf-4a88-a43b-5bb8022ba268'),
(14433,32,6555,NULL,2600,3,'2025-12-16 14:41:54','2025-12-16 14:41:54','08ddfc5c-e03c-4a7d-a882-c3e4197d97a1'),
(14434,32,6555,NULL,2596,4,'2025-12-16 14:41:54','2025-12-16 14:41:54','6728a221-2889-4b58-925c-53166d7786f4'),
(14435,32,6555,NULL,2602,5,'2025-12-16 14:41:54','2025-12-16 14:41:54','26443167-69fa-4a97-81bd-c88553a549bb'),
(14436,32,6555,NULL,2606,6,'2025-12-16 14:41:54','2025-12-16 14:41:54','7fd5db89-ae0f-48ec-af35-fe1d3ebfa950'),
(14437,32,6555,NULL,2604,7,'2025-12-16 14:41:54','2025-12-16 14:41:54','bf9ec116-cefd-4065-bfd2-d83642722a08'),
(14438,7,6555,NULL,617,1,'2025-12-16 14:41:54','2025-12-16 14:41:54','5a3fc7be-f13b-4f6b-b270-ee34994a3da0'),
(14439,7,6555,NULL,605,2,'2025-12-16 14:41:54','2025-12-16 14:41:54','e5cf3814-64f1-4888-911d-5887b6cd2faa'),
(14440,82,6555,NULL,491,1,'2025-12-16 14:41:54','2025-12-16 14:41:54','b119891c-02af-48cf-ae61-3a4ff24e3483'),
(14453,32,6559,NULL,2598,1,'2025-12-16 14:42:53','2025-12-16 14:42:53','8f106569-618d-47fc-b919-afacfcd500db'),
(14454,32,6559,NULL,2608,2,'2025-12-16 14:42:53','2025-12-16 14:42:53','da1a1908-0347-4ae2-8176-f16a10ec2f2f'),
(14455,32,6559,NULL,2600,3,'2025-12-16 14:42:53','2025-12-16 14:42:53','f204a671-b4cb-4291-8c90-7034a7d19397'),
(14456,32,6559,NULL,2596,4,'2025-12-16 14:42:53','2025-12-16 14:42:53','2d051c57-df12-4277-b2a5-faba2dbfde54'),
(14457,32,6559,NULL,2602,5,'2025-12-16 14:42:53','2025-12-16 14:42:53','a22b882a-03f3-40b1-9825-3c2de4dea5b4'),
(14458,32,6559,NULL,2606,6,'2025-12-16 14:42:53','2025-12-16 14:42:53','913f739d-633d-4b9d-998e-fa47120fa871'),
(14459,32,6559,NULL,2604,7,'2025-12-16 14:42:53','2025-12-16 14:42:53','ae7f2938-2f21-4420-9305-b9110faddd4e'),
(14460,7,6559,NULL,617,1,'2025-12-16 14:42:53','2025-12-16 14:42:53','63e3e652-b1e7-4fdd-a9ac-c06044edda47'),
(14461,7,6559,NULL,605,2,'2025-12-16 14:42:53','2025-12-16 14:42:53','12e3a0f1-928e-42db-b9cd-a2668a3f161b'),
(14462,82,6559,NULL,491,1,'2025-12-16 14:42:53','2025-12-16 14:42:53','20dbce39-ee61-4235-a112-744faafc8762'),
(14463,13,6559,NULL,6557,1,'2025-12-16 14:42:53','2025-12-16 14:42:53','9e43f44e-eb6d-4bdb-9bed-b0fbab99a708'),
(14475,32,6562,NULL,2598,1,'2025-12-16 14:43:05','2025-12-16 14:43:05','87ee370a-5499-4756-bc84-dae0e9660b2c'),
(14476,32,6562,NULL,2608,2,'2025-12-16 14:43:05','2025-12-16 14:43:05','44a7bf89-c8da-4626-aabc-892ed0cc78d9'),
(14477,32,6562,NULL,2600,3,'2025-12-16 14:43:05','2025-12-16 14:43:05','2fea4f43-7f5e-4a58-942b-188e3472b735'),
(14478,32,6562,NULL,2596,4,'2025-12-16 14:43:05','2025-12-16 14:43:05','6e4f10a0-1342-4bac-94ab-f1c289bddd94'),
(14479,32,6562,NULL,2602,5,'2025-12-16 14:43:05','2025-12-16 14:43:05','53c1204a-9c7e-49a7-85d2-e5ad5395ec66'),
(14480,32,6562,NULL,2606,6,'2025-12-16 14:43:05','2025-12-16 14:43:05','7efdda78-aa6e-4b3f-9a89-36629f67b3da'),
(14481,32,6562,NULL,2604,7,'2025-12-16 14:43:05','2025-12-16 14:43:05','2c2674ca-656d-4491-8a67-d5483ea60eda'),
(14482,7,6562,NULL,617,1,'2025-12-16 14:43:05','2025-12-16 14:43:05','64a8e887-43c5-44ad-b8f5-60de49368d62'),
(14483,7,6562,NULL,605,2,'2025-12-16 14:43:05','2025-12-16 14:43:05','9293d308-0c85-444b-9eb6-4db14f0c9d02'),
(14484,82,6562,NULL,491,1,'2025-12-16 14:43:05','2025-12-16 14:43:05','18f0dfa7-d2e2-40d2-b961-61184919b0af'),
(14485,13,6562,NULL,6557,1,'2025-12-16 14:43:05','2025-12-16 14:43:05','a664faa7-acac-4976-be9e-2fe88e444fe4'),
(14498,82,1477,NULL,491,1,'2025-12-16 14:43:40','2025-12-16 14:43:40','97f91441-7716-4ecc-bf52-caf2ade58525'),
(14499,32,6564,NULL,2610,1,'2025-12-16 14:43:40','2025-12-16 14:43:40','4f82cffe-1bd5-4a40-bb2f-1cfc372fac48'),
(14500,32,6564,NULL,2598,2,'2025-12-16 14:43:40','2025-12-16 14:43:40','7f17c9f5-569e-49ab-90b9-d91d177f3205'),
(14501,32,6564,NULL,2608,3,'2025-12-16 14:43:40','2025-12-16 14:43:40','1d650433-b8c0-4b0e-a8e6-8f577c1d6d31'),
(14502,32,6564,NULL,2624,4,'2025-12-16 14:43:40','2025-12-16 14:43:40','f08784b7-6365-4495-a675-5eae968caa31'),
(14503,32,6564,NULL,2600,5,'2025-12-16 14:43:40','2025-12-16 14:43:40','8fd6fc14-85cb-4366-83d1-79af087dabf9'),
(14504,32,6564,NULL,2596,6,'2025-12-16 14:43:40','2025-12-16 14:43:40','30c394e1-27c7-41f1-a3da-59d4d3e1b812'),
(14505,32,6564,NULL,2606,7,'2025-12-16 14:43:40','2025-12-16 14:43:40','38cc3380-41ec-485b-82d6-c9cfa9cf9693'),
(14506,32,6564,NULL,2604,8,'2025-12-16 14:43:40','2025-12-16 14:43:40','06f38f46-af97-49b8-b5a8-fc7d58dbc828'),
(14507,7,6564,NULL,617,1,'2025-12-16 14:43:40','2025-12-16 14:43:40','02ce4aa3-fcd5-46e7-bf89-0f84bae51196'),
(14508,7,6564,NULL,605,2,'2025-12-16 14:43:40','2025-12-16 14:43:40','b6cf902a-6445-4dcb-9767-8b7a7d469884'),
(14509,82,6564,NULL,491,1,'2025-12-16 14:43:40','2025-12-16 14:43:40','357577c7-e449-49cf-8c18-097d7800817c'),
(14510,46,6564,NULL,2891,1,'2025-12-16 14:43:40','2025-12-16 14:43:40','e3ff6e8c-a34f-4189-9b5c-e263a65c3004'),
(14525,32,6573,NULL,2610,1,'2025-12-16 14:50:05','2025-12-16 14:50:05','bdaca2e9-e22f-4354-959f-7d91b6064eb0'),
(14526,32,6573,NULL,2598,2,'2025-12-16 14:50:05','2025-12-16 14:50:05','261e0f5b-0d31-424c-8497-32905887969e'),
(14527,32,6573,NULL,2608,3,'2025-12-16 14:50:05','2025-12-16 14:50:05','48b69894-2924-49ea-ba4b-72db94891170'),
(14528,32,6573,NULL,2624,4,'2025-12-16 14:50:05','2025-12-16 14:50:05','49f2f2e8-e6fd-4309-b8d1-4e129f13daac'),
(14529,32,6573,NULL,2600,5,'2025-12-16 14:50:05','2025-12-16 14:50:05','1dffed77-bdc6-408f-9dec-319fffbf8b05'),
(14530,32,6573,NULL,2596,6,'2025-12-16 14:50:05','2025-12-16 14:50:05','7fc37e1e-557d-48f7-9026-f68d8cac9e2e'),
(14531,32,6573,NULL,2606,7,'2025-12-16 14:50:05','2025-12-16 14:50:05','dfa83015-c2be-4ad4-8ea4-e577179d8c2b'),
(14532,32,6573,NULL,2604,8,'2025-12-16 14:50:05','2025-12-16 14:50:05','4ee4d818-355d-4605-9152-a281d88ff12a'),
(14533,7,6573,NULL,617,1,'2025-12-16 14:50:05','2025-12-16 14:50:05','2fc93380-56fa-45f9-99f5-e6e95c0aa019'),
(14534,7,6573,NULL,605,2,'2025-12-16 14:50:05','2025-12-16 14:50:05','7b2301f2-586d-4230-ae09-cca4d0835fba'),
(14535,82,6573,NULL,491,1,'2025-12-16 14:50:05','2025-12-16 14:50:05','b75c8e08-53e0-4e19-93df-7af18aef6cb4'),
(14536,46,6573,NULL,2891,1,'2025-12-16 14:50:05','2025-12-16 14:50:05','c9a6e19e-9a72-42ae-9c90-1cc7d664d687'),
(14548,82,1481,NULL,491,1,'2025-12-16 14:52:15','2025-12-16 14:52:15','404f8422-e273-44f5-90c0-91f22ff04c9f'),
(14549,32,6586,NULL,2598,1,'2025-12-16 14:52:15','2025-12-16 14:52:15','e250acfc-cb19-4b56-9996-7fcf3162222d'),
(14550,32,6586,NULL,2608,2,'2025-12-16 14:52:15','2025-12-16 14:52:15','e09f1918-a5ee-4c56-85d5-a4df1b30c954'),
(14551,32,6586,NULL,2600,3,'2025-12-16 14:52:15','2025-12-16 14:52:15','a4cf712d-9699-4175-acb5-fef850811094'),
(14552,32,6586,NULL,2596,4,'2025-12-16 14:52:15','2025-12-16 14:52:15','db8cc751-07ca-4a97-b9c1-f488aa2c99d6'),
(14553,32,6586,NULL,2602,5,'2025-12-16 14:52:15','2025-12-16 14:52:15','62263b38-2f28-4388-90da-699f648b470c'),
(14554,32,6586,NULL,2606,6,'2025-12-16 14:52:15','2025-12-16 14:52:15','e08e2a38-e1eb-4bcf-b955-a6dedef18e0b'),
(14555,32,6586,NULL,2604,7,'2025-12-16 14:52:15','2025-12-16 14:52:15','4fe70f92-b81c-4f34-aeea-8a77dd080742'),
(14556,7,6586,NULL,617,1,'2025-12-16 14:52:15','2025-12-16 14:52:15','f134242f-0422-414e-986f-fae07587929c'),
(14557,7,6586,NULL,605,2,'2025-12-16 14:52:15','2025-12-16 14:52:15','3d89cfb9-6691-46bd-888c-3dfe888ccab4'),
(14558,82,6586,NULL,491,1,'2025-12-16 14:52:15','2025-12-16 14:52:15','53b448a9-3e65-4a64-8e3b-a66723d53761'),
(14569,32,6592,NULL,2598,1,'2025-12-16 14:52:22','2025-12-16 14:52:22','42dd1bf5-14d0-4bee-8b7b-972ab97dbd7b'),
(14570,32,6592,NULL,2608,2,'2025-12-16 14:52:22','2025-12-16 14:52:22','19791f28-dd3b-4f88-9de1-70a993c7f666'),
(14571,32,6592,NULL,2600,3,'2025-12-16 14:52:22','2025-12-16 14:52:22','a4e54e54-ab84-4911-8119-b4a3a41d4dfd'),
(14572,32,6592,NULL,2596,4,'2025-12-16 14:52:22','2025-12-16 14:52:22','c1a5c3fd-a674-47d5-87e3-1f783bf596e2'),
(14573,32,6592,NULL,2602,5,'2025-12-16 14:52:22','2025-12-16 14:52:22','f3d5b86d-d8aa-48bb-9fc8-d35f1144d32e'),
(14574,32,6592,NULL,2606,6,'2025-12-16 14:52:22','2025-12-16 14:52:22','5d78fc84-ac68-468b-9736-d30558991507'),
(14575,32,6592,NULL,2604,7,'2025-12-16 14:52:22','2025-12-16 14:52:22','e8012d3f-510e-4caf-8186-69fc9dd3f2d2'),
(14576,7,6592,NULL,617,1,'2025-12-16 14:52:22','2025-12-16 14:52:22','215a73c7-12b2-4d60-a78a-0eb191c93a94'),
(14577,7,6592,NULL,605,2,'2025-12-16 14:52:22','2025-12-16 14:52:22','d2be00bd-e93b-4b14-9bfb-5998467196d0'),
(14578,82,6592,NULL,491,1,'2025-12-16 14:52:22','2025-12-16 14:52:22','9edfe86d-d595-410f-8dc1-f55c3cdb2c71'),
(14583,16,1161,NULL,6598,1,'2025-12-16 15:07:35','2025-12-16 15:07:35','81fa27c3-67b7-446d-abf0-eee84fd1d95c'),
(14584,57,1161,NULL,6600,1,'2025-12-16 15:07:35','2026-01-16 16:31:31','26c1fef1-b464-421c-ad76-f609fd1d6aed'),
(14585,57,1161,NULL,6601,2,'2025-12-16 15:07:35','2026-01-16 16:31:31','5843835a-5364-4087-a8cd-e7edccd86c5f'),
(14587,16,6604,NULL,6598,1,'2025-12-16 15:07:35','2025-12-16 15:07:35','91dca0e0-00a8-4307-8c70-1c47059dfc03'),
(14588,57,6604,NULL,6600,1,'2025-12-16 15:07:35','2025-12-16 15:07:35','95e785e7-bfbc-4de7-b8ad-d449f6056539'),
(14589,57,6604,NULL,6601,2,'2025-12-16 15:07:35','2025-12-16 15:07:35','79b43b72-9d6d-4c87-a439-6ceb30cf0bc9'),
(14590,13,6604,NULL,6602,1,'2025-12-16 15:07:35','2025-12-16 15:07:35','6c7e0dc2-a6e6-4b1f-8277-acd48feb325f'),
(14597,16,6609,NULL,6598,1,'2025-12-16 15:16:08','2025-12-16 15:16:08','6411b4f6-d832-412c-b893-a7e422f0b468'),
(14598,57,6609,NULL,6600,1,'2025-12-16 15:16:08','2025-12-16 15:16:08','912acaef-78b5-4ff8-b742-a26d123f4359'),
(14599,57,6609,NULL,6601,2,'2025-12-16 15:16:08','2025-12-16 15:16:08','269425c6-14c6-43dc-99ce-79994e309012'),
(14600,13,6609,NULL,6602,1,'2025-12-16 15:16:08','2025-12-16 15:16:08','2d62b8b5-197e-4e97-9597-e1dfe3384d47'),
(14601,22,6610,NULL,6608,1,'2025-12-16 15:16:08','2025-12-16 15:16:08','041df138-3711-400b-94f4-e2771da09fe3'),
(14613,32,6612,NULL,2610,1,'2025-12-16 15:17:27','2025-12-16 15:17:27','cd3c6c62-3e1e-4fc8-b922-2f538ee1aef7'),
(14614,32,6612,NULL,2598,2,'2025-12-16 15:17:27','2025-12-16 15:17:27','b66dcba7-9e46-45d5-80ae-0f603730ede7'),
(14615,32,6612,NULL,2600,3,'2025-12-16 15:17:27','2025-12-16 15:17:27','d58e2ec9-8067-4108-923d-b080a55aaeaf'),
(14616,32,6612,NULL,2604,4,'2025-12-16 15:17:27','2025-12-16 15:17:27','b7997419-d3ea-4ea2-b03c-565438bcbe9c'),
(14617,16,6612,NULL,4282,1,'2025-12-16 15:17:27','2025-12-16 15:17:27','d3094d76-539e-472c-adce-20f59802d844'),
(14618,7,6612,NULL,2969,1,'2025-12-16 15:17:27','2025-12-16 15:17:27','079c4f8d-4e1b-476c-8ab4-7725e2873432'),
(14619,7,6612,NULL,617,2,'2025-12-16 15:17:27','2025-12-16 15:17:27','8936ad02-d32c-4fd4-86ce-dc04de9bbde7'),
(14620,7,6612,NULL,605,3,'2025-12-16 15:17:27','2025-12-16 15:17:27','85201837-293e-4971-bff7-46a4b9e21c94'),
(14621,57,6612,NULL,4909,1,'2025-12-16 15:17:27','2025-12-16 15:17:27','d416d8ab-4cd4-48d8-abe3-bea3e0fc4617'),
(14622,57,6612,NULL,4910,2,'2025-12-16 15:17:27','2025-12-16 15:17:27','8f274f62-b3a7-4f5a-8e3a-d69af30c973b'),
(14623,57,6612,NULL,4911,3,'2025-12-16 15:17:27','2025-12-16 15:17:27','83aa45c6-afd8-4842-a4c5-e999e8a2c1de'),
(14639,82,1177,NULL,469,1,'2025-12-16 15:22:47','2025-12-16 15:22:47','190e0cf4-f118-4f18-95e0-2f651c7c5946'),
(14640,82,1177,NULL,479,2,'2025-12-16 15:22:47','2025-12-16 15:22:47','9666ba5d-eaff-437d-9d06-fcc9afd7c7b1'),
(14641,82,1177,NULL,491,3,'2025-12-16 15:22:47','2025-12-16 15:22:47','a265201f-3fac-4131-9446-27418910a70e'),
(14642,22,1692,NULL,6614,1,'2025-12-16 15:22:47','2025-12-16 15:22:47','5628b402-8032-48a6-aae1-dbe8caf2396c'),
(14643,32,6616,NULL,2610,1,'2025-12-16 15:22:48','2025-12-16 15:22:48','c3bc25d0-ddfb-4093-92de-9549f1f211f6'),
(14644,32,6616,NULL,2598,2,'2025-12-16 15:22:48','2025-12-16 15:22:48','024b25db-5e96-4c24-ba78-4b70b87290bd'),
(14645,32,6616,NULL,2600,3,'2025-12-16 15:22:48','2025-12-16 15:22:48','c5b8e4ca-691a-425e-86b6-e57b969790f5'),
(14646,32,6616,NULL,2604,4,'2025-12-16 15:22:48','2025-12-16 15:22:48','a03621f4-35bd-4815-b9da-436e3c8f7892'),
(14647,16,6616,NULL,4282,1,'2025-12-16 15:22:48','2025-12-16 15:22:48','cc6eaa03-403a-4987-bc8b-6fc036e2c5cd'),
(14648,7,6616,NULL,2969,1,'2025-12-16 15:22:48','2025-12-16 15:22:48','6fab751d-9df7-4d21-ad60-a140e27e49a0'),
(14649,7,6616,NULL,617,2,'2025-12-16 15:22:48','2025-12-16 15:22:48','742a4302-9c6f-48cd-9e12-988e1328d09b'),
(14650,7,6616,NULL,605,3,'2025-12-16 15:22:48','2025-12-16 15:22:48','6253a66f-36c1-419f-9f8e-becccbdf270e'),
(14651,82,6616,NULL,469,1,'2025-12-16 15:22:48','2025-12-16 15:22:48','0b1bd9cf-af8d-4cf3-b3da-6aca2c0c222d'),
(14652,82,6616,NULL,479,2,'2025-12-16 15:22:48','2025-12-16 15:22:48','24ed1692-07d2-4845-b74a-6260f51e1b26'),
(14653,82,6616,NULL,491,3,'2025-12-16 15:22:48','2025-12-16 15:22:48','d9d230a2-793a-49c3-a844-7d4b9a9ab650'),
(14654,57,6616,NULL,4909,1,'2025-12-16 15:22:48','2025-12-16 15:22:48','aeca2f87-bdbb-4b03-913c-d1b15ccb26c6'),
(14655,57,6616,NULL,4910,2,'2025-12-16 15:22:48','2025-12-16 15:22:48','b1a97c56-8671-4609-b94d-ae2100dd4e46'),
(14656,57,6616,NULL,4911,3,'2025-12-16 15:22:48','2025-12-16 15:22:48','4fde888b-d069-4900-94db-956feb5305c3'),
(14657,22,6617,NULL,6614,1,'2025-12-16 15:22:48','2025-12-16 15:22:48','fc3ba83a-05c7-4688-9abe-af78742e8e3f'),
(14672,32,6619,NULL,2610,1,'2025-12-16 15:23:29','2025-12-16 15:23:29','e7cde685-dadf-4fcf-8357-6bfe71f3ba25'),
(14673,32,6619,NULL,2598,2,'2025-12-16 15:23:29','2025-12-16 15:23:29','f2d6b70e-8fda-42fb-a493-fae91f2c7bc7'),
(14674,32,6619,NULL,2600,3,'2025-12-16 15:23:29','2025-12-16 15:23:29','9acae56c-633f-4752-aff6-5ae33239d454'),
(14675,32,6619,NULL,2604,4,'2025-12-16 15:23:29','2025-12-16 15:23:29','ca510cb2-ecbb-4eb1-8506-3d37881eac89'),
(14676,16,6619,NULL,4282,1,'2025-12-16 15:23:29','2025-12-16 15:23:29','9f213946-11bc-439d-ac37-77e88b180a6e'),
(14677,7,6619,NULL,2969,1,'2025-12-16 15:23:29','2025-12-16 15:23:29','26f6e168-8654-453c-aff3-e85713cfa73d'),
(14678,7,6619,NULL,617,2,'2025-12-16 15:23:29','2025-12-16 15:23:29','797dee9e-dfa5-4fac-b57b-2d904581982b'),
(14679,7,6619,NULL,605,3,'2025-12-16 15:23:29','2025-12-16 15:23:29','0f39e3ed-d77b-4313-9ea9-ae58c092c5c2'),
(14680,82,6619,NULL,469,1,'2025-12-16 15:23:29','2025-12-16 15:23:29','cd5c758d-c9f4-4551-b094-ef2c63a36c80'),
(14681,82,6619,NULL,479,2,'2025-12-16 15:23:29','2025-12-16 15:23:29','14590ccd-17ea-4737-a8df-7262f4e59e49'),
(14682,82,6619,NULL,491,3,'2025-12-16 15:23:29','2025-12-16 15:23:29','92258e47-32b2-44d7-aa1a-e38ba69d374b'),
(14683,57,6619,NULL,4909,1,'2025-12-16 15:23:29','2025-12-16 15:23:29','c089f8b4-40df-4cc1-9bc6-7bfce5c4059d'),
(14684,57,6619,NULL,4910,2,'2025-12-16 15:23:29','2025-12-16 15:23:29','ac644d2a-b025-4799-a097-ee30355cea34'),
(14685,57,6619,NULL,4911,3,'2025-12-16 15:23:29','2025-12-16 15:23:29','d81016ef-2962-4980-836b-759535bce483'),
(14689,57,1165,NULL,4821,1,'2025-12-16 15:25:39','2025-12-16 15:25:39','8921a9e0-359b-40ff-a791-039cd55aa695'),
(14690,57,1165,NULL,4822,2,'2025-12-16 15:25:39','2025-12-16 15:25:39','c574cf8f-0889-4036-abc8-f25dd3cccda1'),
(14691,57,1165,NULL,4823,3,'2025-12-16 15:25:39','2025-12-16 15:25:39','721b5609-ff57-4d72-bad3-c901dd615dd9'),
(14692,57,1165,NULL,4824,4,'2025-12-16 15:25:39','2025-12-16 15:25:39','d5bcbe8b-61c5-4800-8016-1b200e6731f1'),
(14693,13,1165,NULL,6620,1,'2025-12-16 15:25:39','2025-12-16 15:25:39','bc0e01da-e6a7-4a31-b5ba-bf0fc7f23891'),
(14694,66,6621,NULL,4951,1,'2025-12-16 15:25:40','2025-12-16 15:25:40','b1dd87b9-6fed-4bab-b64d-ae335a75e2c5'),
(14695,32,6624,NULL,2614,1,'2025-12-16 15:25:40','2025-12-16 15:25:40','30f304a1-ebba-4b0e-af01-f6b77e61850c'),
(14696,32,6624,NULL,2610,2,'2025-12-16 15:25:40','2025-12-16 15:25:40','a5350179-aa6d-4448-b485-64d6a689746b'),
(14697,32,6624,NULL,2598,3,'2025-12-16 15:25:40','2025-12-16 15:25:40','0fee9faf-c47a-4ea6-a678-03f9aa260ae9'),
(14698,32,6624,NULL,2600,4,'2025-12-16 15:25:40','2025-12-16 15:25:40','4e6c564e-2d6b-4f10-a621-82a96d37040a'),
(14699,32,6624,NULL,2604,5,'2025-12-16 15:25:40','2025-12-16 15:25:40','dee89d34-9a41-45b8-8135-fa43cd8d6584'),
(14700,16,6624,NULL,4223,1,'2025-12-16 15:25:40','2025-12-16 15:25:40','b918b463-97a6-4220-8097-09f41d1e719f'),
(14702,7,6624,NULL,2974,2,'2025-12-16 15:25:40','2025-12-16 15:25:40','c3748989-8256-48ab-9cd0-56a85e8b5161'),
(14703,7,6624,NULL,2972,3,'2025-12-16 15:25:40','2025-12-16 15:25:40','be2e5ddd-35e7-4a68-a8be-8f97b163fcc2'),
(14704,7,6624,NULL,617,4,'2025-12-16 15:25:40','2025-12-16 15:25:40','e99c8c30-0881-4f15-83f8-7f5242ec7760'),
(14705,7,6624,NULL,605,5,'2025-12-16 15:25:40','2025-12-16 15:25:40','8d537842-9472-4e9e-ac03-6016b3b8b847'),
(14706,82,6624,NULL,479,1,'2025-12-16 15:25:40','2025-12-16 15:25:40','0b70b656-19a9-4b7f-9eb5-1ff466c24ac5'),
(14707,57,6624,NULL,4821,1,'2025-12-16 15:25:40','2025-12-16 15:25:40','6649953f-9206-45a7-adaf-afe6cde2d3c8'),
(14708,57,6624,NULL,4822,2,'2025-12-16 15:25:40','2025-12-16 15:25:40','39b82272-3de8-457c-b65e-cc72149a359a'),
(14709,57,6624,NULL,4823,3,'2025-12-16 15:25:40','2025-12-16 15:25:40','2ed340ee-ef56-4d8e-92e5-7907c5fc68f7'),
(14710,57,6624,NULL,4824,4,'2025-12-16 15:25:40','2025-12-16 15:25:40','73a2facc-a29f-42be-b07e-f311d2948a12'),
(14711,13,6624,NULL,6620,1,'2025-12-16 15:25:40','2025-12-16 15:25:40','feb48d80-fe87-4caf-8b36-5a194bd335db'),
(14712,66,6625,NULL,4951,1,'2025-12-16 15:25:40','2025-12-16 15:25:40','fc691678-7439-48fe-bab8-23d77a109ffd'),
(14731,22,1677,NULL,6629,1,'2025-12-16 15:26:54','2025-12-16 15:26:54','a1b455d9-a18b-46e8-8ad4-ea97f650b3c4'),
(14732,32,6631,NULL,2614,1,'2025-12-16 15:26:54','2025-12-16 15:26:54','163f539c-da2a-470d-8942-94b6de2be762'),
(14733,32,6631,NULL,2610,2,'2025-12-16 15:26:54','2025-12-16 15:26:54','7e3b6733-1868-4b08-a932-5c3c566292c2'),
(14734,32,6631,NULL,2598,3,'2025-12-16 15:26:54','2025-12-16 15:26:54','ddb83510-2870-456f-8b56-1b2fa8b913cb'),
(14735,32,6631,NULL,2600,4,'2025-12-16 15:26:54','2025-12-16 15:26:54','bb463bb1-9492-4e7d-b303-ac45fefc73d3'),
(14736,32,6631,NULL,2604,5,'2025-12-16 15:26:54','2025-12-16 15:26:54','3a57967f-b797-49a1-9c6b-7c3fdb7e9903'),
(14737,16,6631,NULL,4223,1,'2025-12-16 15:26:54','2025-12-16 15:26:54','e6f42890-3673-4089-b04f-ca4b59d11ac5'),
(14739,7,6631,NULL,2974,2,'2025-12-16 15:26:54','2025-12-16 15:26:54','157bc7bf-1474-4a76-9921-7338b5fa1e48'),
(14740,7,6631,NULL,2972,3,'2025-12-16 15:26:54','2025-12-16 15:26:54','6e2dce21-0f3f-4fd1-9ec5-86dc04e5b88f'),
(14741,7,6631,NULL,617,4,'2025-12-16 15:26:54','2025-12-16 15:26:54','93dec93e-d851-4813-971e-d53fccaf4f2c'),
(14742,7,6631,NULL,605,5,'2025-12-16 15:26:54','2025-12-16 15:26:54','4540b8cd-955a-4996-bb92-eba2c260e94e'),
(14743,82,6631,NULL,479,1,'2025-12-16 15:26:54','2025-12-16 15:26:54','3636684e-2dc1-47b6-9dbd-830a8b429e17'),
(14744,57,6631,NULL,4821,1,'2025-12-16 15:26:54','2025-12-16 15:26:54','966eaa0a-594e-4668-8253-667aa474361e'),
(14745,57,6631,NULL,4822,2,'2025-12-16 15:26:54','2025-12-16 15:26:54','8772402f-22b6-41cb-92f3-c5aafe3404a9'),
(14746,57,6631,NULL,4823,3,'2025-12-16 15:26:54','2025-12-16 15:26:54','06910a71-ff13-4404-9237-db8973d934f0'),
(14747,57,6631,NULL,4824,4,'2025-12-16 15:26:54','2025-12-16 15:26:54','e8676d17-88bf-4b9d-84c2-6aa8489487ff'),
(14748,13,6631,NULL,6620,1,'2025-12-16 15:26:54','2025-12-16 15:26:54','aa6a8124-c8e8-4716-b3d6-59884c64c906'),
(14749,22,6632,NULL,6629,1,'2025-12-16 15:26:54','2025-12-16 15:26:54','b1c6b275-831c-49cd-ad1e-2c536e21add1'),
(14767,32,6634,NULL,2614,1,'2025-12-16 15:26:56','2025-12-16 15:26:56','9e25f7a9-8435-4b95-aec8-24d66b57256e'),
(14768,32,6634,NULL,2610,2,'2025-12-16 15:26:56','2025-12-16 15:26:56','bd9e8da9-a81b-4deb-9731-1356611f75e4'),
(14769,32,6634,NULL,2598,3,'2025-12-16 15:26:56','2025-12-16 15:26:56','c5e2b3fb-d54a-40a4-9020-2bd0c2762fd9'),
(14770,32,6634,NULL,2600,4,'2025-12-16 15:26:56','2025-12-16 15:26:56','ac9b2307-ad1a-48a3-9920-9244f2d5a3a4'),
(14771,32,6634,NULL,2604,5,'2025-12-16 15:26:56','2025-12-16 15:26:56','2a03d451-6e0b-48d1-b9eb-cfe0490174b0'),
(14772,16,6634,NULL,4223,1,'2025-12-16 15:26:56','2025-12-16 15:26:56','958fa0bb-177f-4ff1-b0b7-1fc9d9736ff3'),
(14774,7,6634,NULL,2974,2,'2025-12-16 15:26:56','2025-12-16 15:26:56','7f1c7251-4367-4dce-aaa0-c7f916070396'),
(14775,7,6634,NULL,2972,3,'2025-12-16 15:26:56','2025-12-16 15:26:56','06979ba2-2fae-40ba-9b63-c0bb13ee1ace'),
(14776,7,6634,NULL,617,4,'2025-12-16 15:26:56','2025-12-16 15:26:56','d3f0a6b3-619c-43ae-bd59-1d02ce36a767'),
(14777,7,6634,NULL,605,5,'2025-12-16 15:26:56','2025-12-16 15:26:56','14e499a1-5348-41bd-99bb-b2fe6b7a3356'),
(14778,82,6634,NULL,479,1,'2025-12-16 15:26:56','2025-12-16 15:26:56','8780cf68-0642-4fd6-9dbc-3384d8821880'),
(14779,57,6634,NULL,4821,1,'2025-12-16 15:26:56','2025-12-16 15:26:56','68b6ed23-1507-4449-ba54-7aadc6706bab'),
(14780,57,6634,NULL,4822,2,'2025-12-16 15:26:56','2025-12-16 15:26:56','549cfc3e-f71a-454e-8fd2-1369ddcddc7c'),
(14781,57,6634,NULL,4823,3,'2025-12-16 15:26:56','2025-12-16 15:26:56','413fc349-9b51-4054-979f-be2ae5b71591'),
(14782,57,6634,NULL,4824,4,'2025-12-16 15:26:56','2025-12-16 15:26:56','3e6f80c8-489f-48c8-9fa5-b4e87b348134'),
(14783,13,6634,NULL,6620,1,'2025-12-16 15:26:56','2025-12-16 15:26:56','1eced28e-325c-4085-a23c-71d865d1a9b5'),
(14791,57,1437,NULL,6635,1,'2025-12-16 15:30:59','2025-12-16 15:30:59','877dde47-0cb3-4ed6-9546-22254af2f1b6'),
(14792,57,1437,NULL,6636,2,'2025-12-16 15:30:59','2025-12-16 15:30:59','f06a716e-0dd8-4642-9c89-bea09e0635fa'),
(14793,57,1437,NULL,6637,3,'2025-12-16 15:30:59','2025-12-16 15:30:59','5160c3d7-9a2d-4c36-a519-d980e9a8f1a6'),
(14794,57,1437,NULL,6638,4,'2025-12-16 15:30:59','2025-12-16 15:30:59','e76ca5b8-721d-4149-9315-f56128ac598a'),
(14795,57,1437,NULL,6639,5,'2025-12-16 15:30:59','2025-12-16 15:30:59','23e37ac8-2a5e-4045-8222-4987073baf72'),
(14796,57,1437,NULL,6640,6,'2025-12-16 15:30:59','2025-12-16 15:30:59','eb6868b7-0fe2-4ee2-893f-ca0166b93601'),
(14798,57,6642,NULL,6635,1,'2025-12-16 15:30:59','2025-12-16 15:30:59','1572e177-64d2-4fad-be1e-011ab90c9243'),
(14799,57,6642,NULL,6636,2,'2025-12-16 15:30:59','2025-12-16 15:30:59','93ad811e-0922-4556-b0ad-ce2f395992f0'),
(14800,57,6642,NULL,6637,3,'2025-12-16 15:30:59','2025-12-16 15:30:59','1e25953d-aff5-4ed2-8864-98a773323d25'),
(14801,57,6642,NULL,6638,4,'2025-12-16 15:30:59','2025-12-16 15:30:59','5c0379aa-8f84-42b6-8a98-79561aad8e15'),
(14802,57,6642,NULL,6639,5,'2025-12-16 15:30:59','2025-12-16 15:30:59','24a88562-c9ad-420e-bfdd-2ab21fa21fb1'),
(14803,57,6642,NULL,6640,6,'2025-12-16 15:30:59','2025-12-16 15:30:59','051cf50f-b59d-4cb5-8ce4-333ae9fa981f'),
(14804,13,6642,NULL,6641,1,'2025-12-16 15:30:59','2025-12-16 15:30:59','eac519ee-728c-432b-bceb-ce792bc4d6cb'),
(14812,57,6644,NULL,6635,1,'2025-12-16 15:31:29','2025-12-16 15:31:29','4123c7db-8964-4cec-8faa-f5878d4fcba8'),
(14813,57,6644,NULL,6636,2,'2025-12-16 15:31:29','2025-12-16 15:31:29','654159f6-23c7-4a42-88aa-901f0dbb6759'),
(14814,57,6644,NULL,6637,3,'2025-12-16 15:31:29','2025-12-16 15:31:29','f7a7de2c-a66f-434f-8576-449613ef81b9'),
(14815,57,6644,NULL,6638,4,'2025-12-16 15:31:29','2025-12-16 15:31:29','ee9fe4ca-7192-4a15-abcd-9dfe6c74adf7'),
(14816,57,6644,NULL,6639,5,'2025-12-16 15:31:29','2025-12-16 15:31:29','88038ec8-1b3a-495e-a919-91a119279f0c'),
(14817,57,6644,NULL,6640,6,'2025-12-16 15:31:29','2025-12-16 15:31:29','da1cf461-466f-4f7a-bb9c-b77e044ea7ee'),
(14818,13,6644,NULL,6641,1,'2025-12-16 15:31:29','2025-12-16 15:31:29','b3171a10-e72c-4974-a642-71c3a1fb5152'),
(14828,16,1437,NULL,6640,1,'2025-12-16 15:32:07','2025-12-16 15:32:07','474ee521-fe8a-4d4f-abd7-f70013feea49'),
(14829,16,6646,NULL,6640,1,'2025-12-16 15:32:07','2025-12-16 15:32:07','c4e72ea2-7422-4a6b-8fdf-d7f98cf6d2b9'),
(14830,57,6646,NULL,6635,1,'2025-12-16 15:32:07','2025-12-16 15:32:07','19d74ce7-ae4e-4010-91c1-c66a92128479'),
(14831,57,6646,NULL,6636,2,'2025-12-16 15:32:07','2025-12-16 15:32:07','12ac5d23-cad7-4258-bc95-8b4136e3ab67'),
(14832,57,6646,NULL,6637,3,'2025-12-16 15:32:07','2025-12-16 15:32:07','d4f168e5-2dab-47ac-a7c3-569d572149e5'),
(14833,57,6646,NULL,6638,4,'2025-12-16 15:32:07','2025-12-16 15:32:07','1bf3591e-6b45-444c-a46b-8856d64e06eb'),
(14834,57,6646,NULL,6639,5,'2025-12-16 15:32:07','2025-12-16 15:32:07','efa2ff94-9115-4435-a120-9c42a799e850'),
(14835,57,6646,NULL,6640,6,'2025-12-16 15:32:07','2025-12-16 15:32:07','4a6f2540-b7eb-4f6c-9893-91a42940db5d'),
(14836,13,6646,NULL,6641,1,'2025-12-16 15:32:07','2025-12-16 15:32:07','74401e26-a774-49d8-bdb1-328c1a72b7ef'),
(14845,16,6654,NULL,6640,1,'2025-12-16 15:32:50','2025-12-16 15:32:50','610b32dc-407f-4cf1-a708-49a593b48ddf'),
(14846,57,6654,NULL,6635,1,'2025-12-16 15:32:50','2025-12-16 15:32:50','1904f390-6c75-45a2-91c4-066a94866f7c'),
(14847,57,6654,NULL,6636,2,'2025-12-16 15:32:50','2025-12-16 15:32:50','cc956ba6-8100-4e3c-9879-b7fffbe4430e'),
(14848,57,6654,NULL,6637,3,'2025-12-16 15:32:50','2025-12-16 15:32:50','d1d30525-7ed3-4b66-a71f-448197d4915a'),
(14849,57,6654,NULL,6638,4,'2025-12-16 15:32:50','2025-12-16 15:32:50','fafa0d8a-17b4-4149-9b4a-2b77e9277dbe'),
(14850,57,6654,NULL,6639,5,'2025-12-16 15:32:50','2025-12-16 15:32:50','5a8ebb70-40c7-4971-a749-6ca707d00915'),
(14851,57,6654,NULL,6640,6,'2025-12-16 15:32:50','2025-12-16 15:32:50','a8f2aaa8-5dbd-4a25-9634-c62a37281278'),
(14852,13,6654,NULL,6641,1,'2025-12-16 15:32:50','2025-12-16 15:32:50','1f30fc89-72f0-46cc-950e-82f28e47a775'),
(14870,32,1431,NULL,2614,1,'2025-12-16 15:37:55','2025-12-16 15:37:55','05e99864-0aac-487e-aa27-8d887898e604'),
(14871,32,1431,NULL,2610,2,'2025-12-16 15:37:55','2025-12-16 15:37:55','54985cd4-1fd0-4c0c-95f4-c957d85db61c'),
(14872,32,1431,NULL,2598,3,'2025-12-16 15:37:55','2025-12-16 15:37:55','ee1af7d7-f457-4f99-b8cd-3650db04073e'),
(14873,32,1431,NULL,2608,4,'2025-12-16 15:37:55','2025-12-16 15:37:55','5ab2ccb0-2765-4420-bde4-91a77c6194cf'),
(14874,32,1431,NULL,2600,5,'2025-12-16 15:37:55','2025-12-16 15:37:55','e248f0d8-06ac-4349-b988-b67a2316e76c'),
(14875,32,1431,NULL,2596,6,'2025-12-16 15:37:55','2025-12-16 15:37:55','5ed3e239-bb1b-41dc-989c-c1424f1c789d'),
(14876,32,1431,NULL,2602,7,'2025-12-16 15:37:55','2025-12-16 15:37:55','1b725bf1-c725-40e9-91c1-661c61b91952'),
(14877,32,1431,NULL,2606,8,'2025-12-16 15:37:55','2025-12-16 15:37:55','e32bef8d-f60c-4594-a95a-fa7748c9fc98'),
(14878,32,1431,NULL,2612,9,'2025-12-16 15:37:55','2025-12-16 15:37:55','488f2fbb-e4b9-4adc-92aa-b1a791062ca6'),
(14879,32,1431,NULL,2604,10,'2025-12-16 15:37:55','2025-12-16 15:37:55','4bfc96ed-cda7-409e-bb25-9c0c83b8cd3f'),
(14880,16,1431,NULL,6659,1,'2025-12-16 15:37:55','2025-12-16 15:37:55','ec46296d-b926-4b05-86d4-59064a461d16'),
(14881,7,1431,NULL,601,2,'2025-12-16 15:37:55','2026-01-17 20:21:51','24112800-03fe-426a-bd35-496de6103702'),
(14882,7,1431,NULL,6547,1,'2025-12-16 15:37:55','2026-01-17 20:21:51','67c4dc49-aea4-4509-915d-22d1897dc9ac'),
(14884,7,1431,NULL,2974,5,'2025-12-16 15:37:55','2026-01-18 22:32:20','fbac2315-52c8-41be-be97-161ef5407aae'),
(14885,7,1431,NULL,617,3,'2025-12-16 15:37:55','2026-01-17 20:21:51','ee685849-fdd0-4d0f-91b1-a00de20e5d66'),
(14886,7,1431,NULL,605,6,'2025-12-16 15:37:55','2026-01-18 22:32:20','35811bb0-4976-45ae-ba9a-599c10a448d4'),
(14887,32,6673,NULL,2614,1,'2025-12-16 15:37:56','2025-12-16 15:37:56','b49bed1c-e02b-4a24-a9be-d11f2ed2dedc'),
(14888,32,6673,NULL,2610,2,'2025-12-16 15:37:56','2025-12-16 15:37:56','e3b95197-67a1-4a94-bbaa-b06facf922bc'),
(14889,32,6673,NULL,2598,3,'2025-12-16 15:37:56','2025-12-16 15:37:56','764318df-8872-4399-ad64-d174dc9c7b08'),
(14890,32,6673,NULL,2608,4,'2025-12-16 15:37:56','2025-12-16 15:37:56','dd83491e-2e09-41d4-b491-b7e25d6ebd98'),
(14891,32,6673,NULL,2600,5,'2025-12-16 15:37:56','2025-12-16 15:37:56','047168d5-ebe4-4e8e-ab05-a19917497840'),
(14892,32,6673,NULL,2596,6,'2025-12-16 15:37:56','2025-12-16 15:37:56','2d4fb39e-9edf-4bc2-91a6-67bf92d7026e'),
(14893,32,6673,NULL,2602,7,'2025-12-16 15:37:56','2025-12-16 15:37:56','d60d874e-3a09-4b29-8433-596bc4e52b13'),
(14894,32,6673,NULL,2606,8,'2025-12-16 15:37:56','2025-12-16 15:37:56','65d62a24-1865-4950-b13e-d826cfd1fe03'),
(14895,32,6673,NULL,2612,9,'2025-12-16 15:37:56','2025-12-16 15:37:56','1b9bb542-b275-4b18-ac3c-a1c0a13b4811'),
(14896,32,6673,NULL,2604,10,'2025-12-16 15:37:56','2025-12-16 15:37:56','fc964f19-68fa-470c-9add-bdb5d35ebc9a'),
(14897,16,6673,NULL,6659,1,'2025-12-16 15:37:56','2025-12-16 15:37:56','3563b802-b5b8-4795-b2ba-a7529f9f3bc8'),
(14898,7,6673,NULL,601,1,'2025-12-16 15:37:56','2025-12-16 15:37:56','faa0c6fa-ea89-46e8-9d7c-94282e7e5147'),
(14899,7,6673,NULL,6547,2,'2025-12-16 15:37:56','2025-12-16 15:37:56','3d6578de-9daa-4344-9b6b-a78819261562'),
(14900,7,6673,NULL,2972,3,'2025-12-16 15:37:56','2025-12-16 15:37:56','5ff37fc5-5f3f-4213-bd0f-00c71a1e7b59'),
(14901,7,6673,NULL,2974,4,'2025-12-16 15:37:56','2025-12-16 15:37:56','7195f638-388a-4fe3-a6da-a9ca2ee0862b'),
(14902,7,6673,NULL,617,5,'2025-12-16 15:37:56','2025-12-16 15:37:56','ac18031f-530b-4192-864a-e9d162683b97'),
(14903,7,6673,NULL,605,6,'2025-12-16 15:37:56','2025-12-16 15:37:56','9d4e448e-67f1-481a-8fb4-54639712db97'),
(14927,57,1431,NULL,6680,1,'2025-12-16 15:40:19','2025-12-16 15:40:19','84cd87b8-47ed-4556-83a9-a5f996f4452d'),
(14928,57,1431,NULL,6681,2,'2025-12-16 15:40:19','2025-12-16 15:40:19','13ae1a3b-0f19-4780-8dc0-ca0188399ad7'),
(14929,57,1431,NULL,6682,3,'2025-12-16 15:40:19','2025-12-16 15:40:19','9d422fec-c51d-4a30-86c9-1ff9c8dea669'),
(14930,57,1431,NULL,6683,4,'2025-12-16 15:40:19','2025-12-16 15:40:19','fe3cca54-8a8d-4a7e-a501-66d1d47f60fc'),
(14931,57,1431,NULL,6684,5,'2025-12-16 15:40:19','2025-12-16 15:40:19','806c0dfc-e00c-46fa-a926-72bcfe7ee686'),
(14933,32,6686,NULL,2614,1,'2025-12-16 15:40:19','2025-12-16 15:40:19','12760d79-9df6-48d2-a3b9-81e3e6c478ee'),
(14934,32,6686,NULL,2610,2,'2025-12-16 15:40:19','2025-12-16 15:40:19','83da108c-80ee-48dc-b608-0f423cee278c'),
(14935,32,6686,NULL,2598,3,'2025-12-16 15:40:19','2025-12-16 15:40:19','65fc741e-bc6d-42c5-a204-5dce72c91fee'),
(14936,32,6686,NULL,2608,4,'2025-12-16 15:40:19','2025-12-16 15:40:19','7a1c7161-2d24-4d09-b643-cfb26fffe984'),
(14937,32,6686,NULL,2600,5,'2025-12-16 15:40:19','2025-12-16 15:40:19','5afaf734-d331-4280-b8dc-1b403b0c94cb'),
(14938,32,6686,NULL,2596,6,'2025-12-16 15:40:19','2025-12-16 15:40:19','3fca517d-1479-49a7-9400-cdee887ae0e2'),
(14939,32,6686,NULL,2602,7,'2025-12-16 15:40:19','2025-12-16 15:40:19','19a3f9dc-0fca-4c1c-99a9-e9e038a5218f'),
(14940,32,6686,NULL,2606,8,'2025-12-16 15:40:19','2025-12-16 15:40:19','6da31961-bbf6-400f-b258-22f094745651'),
(14941,32,6686,NULL,2612,9,'2025-12-16 15:40:19','2025-12-16 15:40:19','fedd35f5-484f-4ca8-998d-bf15d8a30734'),
(14942,32,6686,NULL,2604,10,'2025-12-16 15:40:19','2025-12-16 15:40:19','204cfec7-b110-4c98-98f4-b24a57bf09c9'),
(14943,16,6686,NULL,6659,1,'2025-12-16 15:40:19','2025-12-16 15:40:19','a206fa00-2369-48da-8994-025cf570b1a8'),
(14944,7,6686,NULL,601,1,'2025-12-16 15:40:19','2025-12-16 15:40:19','eee0086f-40da-40ff-8163-7ebc16f30806'),
(14945,7,6686,NULL,6547,2,'2025-12-16 15:40:19','2025-12-16 15:40:19','73379295-ea1d-4d46-a4aa-01cb8f97234e'),
(14946,7,6686,NULL,2972,3,'2025-12-16 15:40:19','2025-12-16 15:40:19','128c9f03-de38-461d-b93f-1e53a0336405'),
(14947,7,6686,NULL,2974,4,'2025-12-16 15:40:19','2025-12-16 15:40:19','ed7e645c-4c05-4aee-a3a6-6f3ea660385e'),
(14948,7,6686,NULL,617,5,'2025-12-16 15:40:19','2025-12-16 15:40:19','00d0c46b-afce-453b-9e8e-4d7528f5165c'),
(14949,7,6686,NULL,605,6,'2025-12-16 15:40:19','2025-12-16 15:40:19','9d9df68a-ac1a-47a6-a6b8-cbd9cad9a307'),
(14950,57,6686,NULL,6680,1,'2025-12-16 15:40:19','2025-12-16 15:40:19','66a2b80b-f8e8-49ea-8ab9-b9d069120d1a'),
(14951,57,6686,NULL,6681,2,'2025-12-16 15:40:19','2025-12-16 15:40:19','fa940683-e1cb-4d9f-b505-1a14fd4d4761'),
(14952,57,6686,NULL,6682,3,'2025-12-16 15:40:19','2025-12-16 15:40:19','9a250d45-7c9c-482b-8cee-7c140931ca18'),
(14953,57,6686,NULL,6683,4,'2025-12-16 15:40:19','2025-12-16 15:40:19','806f1e92-2cf7-414b-8262-0a9fb21370cc'),
(14954,57,6686,NULL,6684,5,'2025-12-16 15:40:19','2025-12-16 15:40:19','f8c1e4b0-8c10-4f96-90b7-459e06d8d4c2'),
(14955,13,6686,NULL,6685,1,'2025-12-16 15:40:19','2025-12-16 15:40:19','89d5d7d9-a0e1-4807-9563-7a2c35e45fe7'),
(14982,32,6689,NULL,2614,1,'2025-12-16 15:40:58','2025-12-16 15:40:58','a6faccc6-f5e1-4981-9325-67e708164847'),
(14983,32,6689,NULL,2610,2,'2025-12-16 15:40:58','2025-12-16 15:40:58','19dd53b7-106d-4757-a177-9ae9fefd3c12'),
(14984,32,6689,NULL,2598,3,'2025-12-16 15:40:58','2025-12-16 15:40:58','24bd57c7-011c-42b7-a020-a72de0cb2ddf'),
(14985,32,6689,NULL,2608,4,'2025-12-16 15:40:58','2025-12-16 15:40:58','16c16eba-1887-4298-827a-92268a85c934'),
(14986,32,6689,NULL,2600,5,'2025-12-16 15:40:58','2025-12-16 15:40:58','e5686483-7a14-48ac-a701-d1504e490750'),
(14987,32,6689,NULL,2596,6,'2025-12-16 15:40:58','2025-12-16 15:40:58','e327a1a4-3ce2-44f2-967f-d0d0c64dece0'),
(14988,32,6689,NULL,2602,7,'2025-12-16 15:40:58','2025-12-16 15:40:58','01c7171e-28c0-437d-a271-97a4496a9273'),
(14989,32,6689,NULL,2606,8,'2025-12-16 15:40:58','2025-12-16 15:40:58','7c07af4b-3403-4b9c-937e-38639b341ba3'),
(14990,32,6689,NULL,2612,9,'2025-12-16 15:40:58','2025-12-16 15:40:58','c9606fec-b97c-4843-a15b-512b81440452'),
(14991,32,6689,NULL,2604,10,'2025-12-16 15:40:58','2025-12-16 15:40:58','5533955f-8cbb-4deb-99db-1647968d41e0'),
(14992,16,6689,NULL,6659,1,'2025-12-16 15:40:58','2025-12-16 15:40:58','f1f8a0a0-c276-49e8-b1af-120149cf1b03'),
(14993,7,6689,NULL,601,1,'2025-12-16 15:40:58','2025-12-16 15:40:58','b47f43e5-6379-40a0-9f04-2e6cbd52e0eb'),
(14994,7,6689,NULL,6547,2,'2025-12-16 15:40:58','2025-12-16 15:40:58','d03cef9a-e05f-485c-91bc-7d5532779f2c'),
(14995,7,6689,NULL,2972,3,'2025-12-16 15:40:58','2025-12-16 15:40:58','dc8c5bef-0ef9-4425-9229-17788e35f00b'),
(14996,7,6689,NULL,2974,4,'2025-12-16 15:40:58','2025-12-16 15:40:58','b52489d9-c5d0-49e3-be3d-a68f5e4d4993'),
(14997,7,6689,NULL,617,5,'2025-12-16 15:40:58','2025-12-16 15:40:58','4a9e3a16-8c32-44f1-a758-1938a0da07e2'),
(14998,7,6689,NULL,605,6,'2025-12-16 15:40:58','2025-12-16 15:40:58','3da937c1-2b52-48b9-b6a6-4e273e6090c4'),
(14999,57,6689,NULL,6680,1,'2025-12-16 15:40:58','2025-12-16 15:40:58','9e757aa4-c72b-4161-bf11-34709889c74b'),
(15000,57,6689,NULL,6681,2,'2025-12-16 15:40:58','2025-12-16 15:40:58','63a5f4c1-3839-40ea-a3c0-399941174dc2'),
(15001,57,6689,NULL,6682,3,'2025-12-16 15:40:58','2025-12-16 15:40:58','62b06317-2d49-4932-b1e9-0604d967d442'),
(15002,57,6689,NULL,6683,4,'2025-12-16 15:40:58','2025-12-16 15:40:58','5ef59141-8d85-49b6-b059-f4d50f98644a'),
(15003,57,6689,NULL,6684,5,'2025-12-16 15:40:58','2025-12-16 15:40:58','98453a9a-5442-4394-aa2d-eb11de45af8f'),
(15004,13,6689,NULL,6685,1,'2025-12-16 15:40:58','2025-12-16 15:40:58','fb13af59-d443-41c2-9ad0-e5b65bbaab53'),
(15005,22,6690,NULL,6093,1,'2025-12-16 15:40:58','2025-12-16 15:40:58','0edf9d47-457d-4d85-b70b-51ec772a4e09'),
(15078,32,6712,NULL,2610,1,'2025-12-23 19:14:35','2025-12-23 19:14:35','741b3f8d-b0c5-46f9-9bb9-208522af82f9'),
(15079,32,6712,NULL,2598,2,'2025-12-23 19:14:35','2025-12-23 19:14:35','6fe6af93-137e-4532-96b9-feb489eaf4bc'),
(15080,32,6712,NULL,2600,3,'2025-12-23 19:14:35','2025-12-23 19:14:35','b1a7adba-d1b9-4f4a-adc7-bb3bc6c4a131'),
(15081,32,6712,NULL,2604,4,'2025-12-23 19:14:35','2025-12-23 19:14:35','9c7b9169-21e2-4376-a491-c2040266aae3'),
(15082,16,6712,NULL,4282,1,'2025-12-23 19:14:35','2025-12-23 19:14:35','ddd9543c-b411-4a79-997a-acd80df0b208'),
(15083,7,6712,NULL,2969,1,'2025-12-23 19:14:35','2025-12-23 19:14:35','74affb9e-b335-43f6-91f6-981ef9d6d31a'),
(15084,7,6712,NULL,617,2,'2025-12-23 19:14:35','2025-12-23 19:14:35','0fcfdb54-22c0-4191-b274-cc7cbc889bd7'),
(15085,7,6712,NULL,605,3,'2025-12-23 19:14:35','2025-12-23 19:14:35','1c9d48b5-ad20-4983-aa8e-a2bbe308fa3a'),
(15086,82,6712,NULL,469,1,'2025-12-23 19:14:35','2025-12-23 19:14:35','e6278ee7-d92d-4472-a775-c8f302f34b8b'),
(15087,82,6712,NULL,479,2,'2025-12-23 19:14:35','2025-12-23 19:14:35','5c2ff7e9-2d36-4a60-9d73-cc16fbcfcf34'),
(15088,82,6712,NULL,491,3,'2025-12-23 19:14:35','2025-12-23 19:14:35','cd79da87-afab-4562-9a46-b5a6a436012d'),
(15089,57,6712,NULL,4909,1,'2025-12-23 19:14:35','2025-12-23 19:14:35','de3cd41d-1e28-4654-808e-2289335236eb'),
(15090,57,6712,NULL,4910,2,'2025-12-23 19:14:35','2025-12-23 19:14:35','8053cf5a-d286-4136-9e9f-6a2267e60a1a'),
(15091,57,6712,NULL,4911,3,'2025-12-23 19:14:35','2025-12-23 19:14:35','e3cd72c3-741a-4454-aab6-590789b7264c'),
(15106,32,6714,NULL,2610,1,'2025-12-23 19:14:38','2025-12-23 19:14:38','8dcfa508-34fd-4d6a-a128-f5a9dedcf0d5'),
(15107,32,6714,NULL,2598,2,'2025-12-23 19:14:38','2025-12-23 19:14:38','2ad9c4c7-96a8-42cc-a085-d45c8aeeea76'),
(15108,32,6714,NULL,2600,3,'2025-12-23 19:14:38','2025-12-23 19:14:38','1ceb8011-9c48-4f91-b8df-4640e52d0c4f'),
(15109,32,6714,NULL,2604,4,'2025-12-23 19:14:38','2025-12-23 19:14:38','b7bcdb1d-be6c-44dd-9f4e-37967045f81a'),
(15110,16,6714,NULL,4282,1,'2025-12-23 19:14:38','2025-12-23 19:14:38','9543c68b-408c-4467-8223-2364648364c4'),
(15111,7,6714,NULL,2969,1,'2025-12-23 19:14:38','2025-12-23 19:14:38','030f1867-3f50-49fe-b64e-474a942971ef'),
(15112,7,6714,NULL,617,2,'2025-12-23 19:14:38','2025-12-23 19:14:38','e7998c12-b985-43ef-b232-0f7adf005a29'),
(15113,7,6714,NULL,605,3,'2025-12-23 19:14:38','2025-12-23 19:14:38','95a487af-8481-45bc-9252-84d85bbe9a19'),
(15114,82,6714,NULL,469,1,'2025-12-23 19:14:38','2025-12-23 19:14:38','dcc4fb7d-1dd1-4649-b4c4-1aa617a5b39a'),
(15115,82,6714,NULL,479,2,'2025-12-23 19:14:38','2025-12-23 19:14:38','fd34bb99-e13e-483e-a21a-ce3cd9bf0214'),
(15116,82,6714,NULL,491,3,'2025-12-23 19:14:38','2025-12-23 19:14:38','2abe234e-4991-40f5-9c3a-bc7b3bca441b'),
(15117,57,6714,NULL,4909,1,'2025-12-23 19:14:38','2025-12-23 19:14:38','cf04156d-1250-46a7-8e11-816fcf4c276e'),
(15118,57,6714,NULL,4910,2,'2025-12-23 19:14:38','2025-12-23 19:14:38','023d0fe0-b62f-4cd4-9f85-cdcbe667422b'),
(15119,57,6714,NULL,4911,3,'2025-12-23 19:14:38','2025-12-23 19:14:38','19a6b12e-3220-4583-9fc9-098abf88dea8'),
(15134,32,6716,NULL,2610,1,'2025-12-23 19:14:50','2025-12-23 19:14:50','54a43c8b-4a9c-4b58-8086-b70ca66abf2e'),
(15135,32,6716,NULL,2598,2,'2025-12-23 19:14:50','2025-12-23 19:14:50','1735fb78-c731-4353-bfa5-69cc7715dec8'),
(15136,32,6716,NULL,2600,3,'2025-12-23 19:14:50','2025-12-23 19:14:50','42ab27a9-de1c-474f-90e0-c532e3d06685'),
(15137,32,6716,NULL,2604,4,'2025-12-23 19:14:50','2025-12-23 19:14:50','9b3dddd6-32a2-461d-ba18-5251e1ae4692'),
(15138,16,6716,NULL,4282,1,'2025-12-23 19:14:50','2025-12-23 19:14:50','a29c0292-5db2-4b06-abf4-ca7645c4247b'),
(15139,7,6716,NULL,2969,1,'2025-12-23 19:14:50','2025-12-23 19:14:50','dc963cde-7b37-4878-99e5-e077a507ae54'),
(15140,7,6716,NULL,617,2,'2025-12-23 19:14:50','2025-12-23 19:14:50','62c370d4-3ffa-4368-9abf-dcd25cb15907'),
(15141,7,6716,NULL,605,3,'2025-12-23 19:14:50','2025-12-23 19:14:50','dcd0ac85-d7ac-419b-b903-98fceb9401a7'),
(15142,82,6716,NULL,469,1,'2025-12-23 19:14:50','2025-12-23 19:14:50','2f3b4f8b-0829-4d3f-bd5f-60d972f8457e'),
(15143,82,6716,NULL,479,2,'2025-12-23 19:14:50','2025-12-23 19:14:50','9a270ab0-b8b1-474a-9dcd-5a103b0fb746'),
(15144,82,6716,NULL,491,3,'2025-12-23 19:14:50','2025-12-23 19:14:50','2b17b829-4e92-4531-9333-f0e91da32c31'),
(15145,57,6716,NULL,4909,1,'2025-12-23 19:14:50','2025-12-23 19:14:50','ca5256e9-7672-4ffd-b9e5-f6890f303a03'),
(15146,57,6716,NULL,4910,2,'2025-12-23 19:14:50','2025-12-23 19:14:50','9821bb7b-b0e1-40e4-9dd5-ac3dbf75a5c1'),
(15147,57,6716,NULL,4911,3,'2025-12-23 19:14:50','2025-12-23 19:14:50','c2ac9b6a-071c-423f-a719-607ef6b40b4a'),
(15162,32,6720,NULL,2610,1,'2025-12-23 19:16:28','2025-12-23 19:16:28','4b39275f-2c05-42f6-b2fe-8f7f1e61a2e4'),
(15163,32,6720,NULL,2598,2,'2025-12-23 19:16:28','2025-12-23 19:16:28','2c282f19-57e1-423e-a809-25e50cb2e1c4'),
(15164,32,6720,NULL,2600,3,'2025-12-23 19:16:28','2025-12-23 19:16:28','b7c459cd-9c3a-4a90-af12-55906697fea7'),
(15165,32,6720,NULL,2604,4,'2025-12-23 19:16:28','2025-12-23 19:16:28','83c2504f-5d0e-40b9-9b95-68f5c5b61b71'),
(15166,16,6720,NULL,4282,1,'2025-12-23 19:16:28','2025-12-23 19:16:28','149e55fc-6d13-448d-bc48-a78ab75e8f4a'),
(15167,7,6720,NULL,2969,1,'2025-12-23 19:16:28','2025-12-23 19:16:28','6778336e-f3e0-4293-8cc8-dde33f81bedf'),
(15168,7,6720,NULL,617,2,'2025-12-23 19:16:28','2025-12-23 19:16:28','6437677a-16fe-48d3-bfa7-aeb6728ade05'),
(15169,7,6720,NULL,605,3,'2025-12-23 19:16:28','2025-12-23 19:16:28','f22bea6e-fcf3-42da-ad41-3cd3ebbcf1d9'),
(15170,82,6720,NULL,469,1,'2025-12-23 19:16:28','2025-12-23 19:16:28','f8de0633-f1dc-478b-b5f0-f952ae07052c'),
(15171,82,6720,NULL,479,2,'2025-12-23 19:16:28','2025-12-23 19:16:28','2e2fb775-4216-47e6-bf42-42d6a848d229'),
(15172,82,6720,NULL,491,3,'2025-12-23 19:16:28','2025-12-23 19:16:28','61c29c47-8e68-4ada-9147-5279bc7cbaab'),
(15173,57,6720,NULL,4909,1,'2025-12-23 19:16:28','2025-12-23 19:16:28','c731da35-2ccd-4523-9188-d6c4fd0d630c'),
(15174,57,6720,NULL,4910,2,'2025-12-23 19:16:28','2025-12-23 19:16:28','e37c65cb-40c1-44ca-a411-a56bb6540ecc'),
(15175,57,6720,NULL,4911,3,'2025-12-23 19:16:28','2025-12-23 19:16:28','930a8dfb-5e58-4834-b6c3-e90d95567436'),
(15191,78,6719,NULL,6722,1,'2025-12-23 19:19:50','2025-12-23 19:19:50','89a72747-23a8-400a-bfd6-46cb9145c95d'),
(15192,32,6726,NULL,2610,1,'2025-12-23 19:19:50','2025-12-23 19:19:50','7201ad65-7801-448d-86ed-874f607f0662'),
(15193,32,6726,NULL,2598,2,'2025-12-23 19:19:50','2025-12-23 19:19:50','44b7aa0b-d35c-47fd-9ffb-1225b0a1bb02'),
(15194,32,6726,NULL,2600,3,'2025-12-23 19:19:50','2025-12-23 19:19:50','9257b189-b84f-426f-851e-45ce9d95e45e'),
(15195,32,6726,NULL,2604,4,'2025-12-23 19:19:50','2025-12-23 19:19:50','a85950ac-53cd-460d-a53e-a623b57db403'),
(15196,16,6726,NULL,4282,1,'2025-12-23 19:19:50','2025-12-23 19:19:50','d4ac89e6-4905-4d99-b782-6cd2190764b7'),
(15197,7,6726,NULL,2969,1,'2025-12-23 19:19:50','2025-12-23 19:19:50','4350409a-bcca-450f-8a10-a6384fe2ecd8'),
(15198,7,6726,NULL,617,2,'2025-12-23 19:19:50','2025-12-23 19:19:50','86785ae1-f8f3-4430-9fac-287c0e48e0c2'),
(15199,7,6726,NULL,605,3,'2025-12-23 19:19:50','2025-12-23 19:19:50','4522ebd6-123e-431c-a797-9c931e6158e8'),
(15200,82,6726,NULL,469,1,'2025-12-23 19:19:50','2025-12-23 19:19:50','7380d853-93ce-46e1-9b28-6d6314127ca2'),
(15201,82,6726,NULL,479,2,'2025-12-23 19:19:50','2025-12-23 19:19:50','31bc558c-d125-42b3-b80d-4c3fcdb71932'),
(15202,82,6726,NULL,491,3,'2025-12-23 19:19:50','2025-12-23 19:19:50','80961943-c00f-4488-ba42-543499349b62'),
(15203,57,6726,NULL,4909,1,'2025-12-23 19:19:50','2025-12-23 19:19:50','6d32ea23-d4a3-41b5-a880-f6a99296da7f'),
(15204,57,6726,NULL,4910,2,'2025-12-23 19:19:50','2025-12-23 19:19:50','3efc1d76-ac86-4073-84f6-8ded5aa03c77'),
(15205,57,6726,NULL,4911,3,'2025-12-23 19:19:50','2025-12-23 19:19:50','98b51580-8eb9-47d0-9482-2aad1bd1b220'),
(15206,78,6727,NULL,6722,1,'2025-12-23 19:19:50','2025-12-23 19:19:50','6fe5bcfa-8e09-4791-8ba8-74adc4e1075d'),
(15207,32,6739,NULL,2610,1,'2025-12-30 19:41:52','2025-12-30 19:41:52','1c08e650-0da7-44e8-a2fc-52dc91e89eda'),
(15208,32,6739,NULL,2598,2,'2025-12-30 19:41:52','2025-12-30 19:41:52','10e069ab-bd32-4993-b747-11db9aeee227'),
(15209,32,6739,NULL,2608,3,'2025-12-30 19:41:52','2025-12-30 19:41:52','8c938b94-28aa-4db2-9002-4c24008de9ab'),
(15210,32,6739,NULL,2624,4,'2025-12-30 19:41:52','2025-12-30 19:41:52','5d04aa44-4a2e-47e9-a27d-9c9d15684c87'),
(15211,32,6739,NULL,2600,5,'2025-12-30 19:41:52','2025-12-30 19:41:52','09d239c8-b38f-43aa-815a-f44fef3fdad9'),
(15212,32,6739,NULL,2596,6,'2025-12-30 19:41:52','2025-12-30 19:41:52','bf299995-ecd6-4dd3-af90-c9209642f6b2'),
(15213,32,6739,NULL,2602,7,'2025-12-30 19:41:52','2025-12-30 19:41:52','3b603963-5afa-4288-968b-5d23d64c12cc'),
(15214,32,6739,NULL,2606,8,'2025-12-30 19:41:52','2025-12-30 19:41:52','b55f9761-2c73-4885-ae27-678b4e65af73'),
(15215,32,6739,NULL,2612,9,'2025-12-30 19:41:52','2025-12-30 19:41:52','4959a6bf-3968-4ea7-958b-fb95d38a1a83'),
(15216,32,6739,NULL,2604,10,'2025-12-30 19:41:52','2025-12-30 19:41:52','1c9f7ae1-8f4a-4366-b76a-57116d522230'),
(15217,16,6739,NULL,4786,1,'2025-12-30 19:41:52','2025-12-30 19:41:52','74d00609-8f24-448b-b430-ff17f723fa22'),
(15218,7,6739,NULL,601,1,'2025-12-30 19:41:52','2025-12-30 19:41:52','d895dd37-019e-4509-aa92-5686047f64e9'),
(15219,7,6739,NULL,6547,2,'2025-12-30 19:41:52','2025-12-30 19:41:52','5806294c-8312-4035-85de-6dd9a4fb077a'),
(15220,7,6739,NULL,617,3,'2025-12-30 19:41:52','2025-12-30 19:41:52','ad4dc212-9068-45db-8350-d7611b47386f'),
(15221,7,6739,NULL,605,4,'2025-12-30 19:41:52','2025-12-30 19:41:52','47ad1e3c-721f-418d-81ec-5b4f62fe8d5d'),
(15222,82,6739,NULL,491,1,'2025-12-30 19:41:52','2025-12-30 19:41:52','eb724285-9d94-46df-950a-065a22243e62'),
(15223,46,6739,NULL,2891,1,'2025-12-30 19:41:52','2025-12-30 19:41:52','c7929747-5876-4549-9933-3f039df8a24c'),
(15224,57,6739,NULL,4806,1,'2025-12-30 19:41:52','2025-12-30 19:41:52','e9754b4a-9b20-4b70-8ded-2307a3d3970a'),
(15225,57,6739,NULL,4807,2,'2025-12-30 19:41:52','2025-12-30 19:41:52','08915f7b-d37e-4468-8f97-3b0c3ea1ed65'),
(15226,57,6739,NULL,4808,3,'2025-12-30 19:41:52','2025-12-30 19:41:52','8e78b169-cfb1-4ac2-820e-735865e1179b'),
(15227,57,6739,NULL,4809,4,'2025-12-30 19:41:52','2025-12-30 19:41:52','04474cf2-5067-41d7-987d-fb7ef2951581'),
(15228,57,6739,NULL,4810,5,'2025-12-30 19:41:52','2025-12-30 19:41:52','a40c22f5-da95-4ae6-b9a3-56f7b04ed7f1'),
(15229,57,6739,NULL,4811,6,'2025-12-30 19:41:52','2025-12-30 19:41:52','97631d6b-4f1d-4915-b180-66b91f0003f4'),
(15230,13,6739,NULL,6542,1,'2025-12-30 19:41:52','2025-12-30 19:41:52','adbdd34f-88d1-4ef5-95d2-295966188a8c'),
(15233,82,1261,NULL,479,1,'2025-12-30 19:43:27','2025-12-30 19:43:27','e267d8be-f96d-4fe4-a240-41683f758ea5'),
(15234,82,1261,NULL,491,2,'2025-12-30 19:43:27','2025-12-30 19:43:27','be2dec1a-97f5-4535-a248-d4bee29867ca'),
(15235,32,6740,NULL,2622,1,'2025-12-30 19:43:27','2025-12-30 19:43:27','dbd91f55-66c8-41f9-9d33-884b296bcff8'),
(15236,32,6740,NULL,2598,2,'2025-12-30 19:43:27','2025-12-30 19:43:27','9006aa08-886d-4809-9693-ce38eaa5c1ca'),
(15237,32,6740,NULL,2608,3,'2025-12-30 19:43:27','2025-12-30 19:43:27','2dc67281-8404-4666-bf00-e292a012d959'),
(15238,32,6740,NULL,2600,4,'2025-12-30 19:43:27','2025-12-30 19:43:27','80316c6b-0bfc-47b1-a0ca-09812e4decb9'),
(15239,32,6740,NULL,2602,5,'2025-12-30 19:43:27','2025-12-30 19:43:27','a4b0358f-d2f9-467a-91b5-e2875999f0d5'),
(15240,32,6740,NULL,2612,6,'2025-12-30 19:43:27','2025-12-30 19:43:27','ff5919d6-d406-4bb6-a70a-81e5b2cd304a'),
(15241,32,6740,NULL,2604,7,'2025-12-30 19:43:27','2025-12-30 19:43:27','956154c4-63eb-4f4a-834b-977d71630c01'),
(15242,16,6740,NULL,4861,1,'2025-12-30 19:43:27','2025-12-30 19:43:27','00bf3f80-cc55-4c7c-9ee9-14a8818b6e22'),
(15243,7,6740,NULL,601,1,'2025-12-30 19:43:27','2025-12-30 19:43:27','7d72db52-6989-4c36-a77e-96e57750f6f3'),
(15244,7,6740,NULL,3468,2,'2025-12-30 19:43:27','2025-12-30 19:43:27','901a038d-89cf-4d85-9fbe-1abb40880af1'),
(15245,7,6740,NULL,617,3,'2025-12-30 19:43:27','2025-12-30 19:43:27','ab007977-e9d5-49b6-82a2-e255d9ee83b6'),
(15246,7,6740,NULL,605,4,'2025-12-30 19:43:27','2025-12-30 19:43:27','bf9bdcdc-4994-4189-93a8-84a73fd163b4'),
(15247,82,6740,NULL,479,1,'2025-12-30 19:43:27','2025-12-30 19:43:27','6cbde568-46db-4cb4-a0ac-e38ccb631fa1'),
(15248,82,6740,NULL,491,2,'2025-12-30 19:43:27','2025-12-30 19:43:27','181279c5-2fcc-454a-8572-6529db55b173'),
(15249,57,6740,NULL,4879,1,'2025-12-30 19:43:27','2025-12-30 19:43:27','eccc269a-2397-4abc-95e0-07894c7f77b6'),
(15250,57,6740,NULL,4880,2,'2025-12-30 19:43:27','2025-12-30 19:43:27','f9fe4290-22d1-46bf-8bc9-b6143e2fa344'),
(15251,57,6740,NULL,4881,3,'2025-12-30 19:43:27','2025-12-30 19:43:27','cdb5596a-f8ef-4067-a062-586aa1700411'),
(15252,57,6740,NULL,4882,4,'2025-12-30 19:43:27','2025-12-30 19:43:27','c1e052e4-0a4b-4db7-b8e1-a9ab9d48b13f'),
(15253,57,6740,NULL,4883,5,'2025-12-30 19:43:27','2025-12-30 19:43:27','545440b1-4870-49e4-b4b7-f16c04a5e227'),
(15254,57,6740,NULL,4884,6,'2025-12-30 19:43:27','2025-12-30 19:43:27','f1101128-4a6c-4824-b277-0043a407e576'),
(15255,57,6740,NULL,4885,7,'2025-12-30 19:43:27','2025-12-30 19:43:27','e7983173-8903-4838-b108-af7941a06102'),
(15256,57,6740,NULL,4886,8,'2025-12-30 19:43:27','2025-12-30 19:43:27','90547277-1ed4-4ebc-8d89-cc43a2fe41a5'),
(15257,57,6740,NULL,4887,9,'2025-12-30 19:43:27','2025-12-30 19:43:27','b6e3ec89-7aa5-48cf-8eb2-3fff4482a1cb'),
(15258,57,6740,NULL,4888,10,'2025-12-30 19:43:27','2025-12-30 19:43:27','51dd2a0b-97e9-4689-b396-19f1bb42ada6'),
(15262,16,1269,NULL,6741,1,'2025-12-30 19:46:23','2025-12-30 19:46:23','fef52831-81ab-4c36-aee3-3180fd8fcfc5'),
(15263,7,1269,NULL,605,1,'2025-12-30 19:46:23','2025-12-30 19:46:23','09843333-5f1f-4169-a615-a78cd10fb7d4'),
(15264,7,1269,NULL,617,2,'2025-12-30 19:46:23','2025-12-30 19:46:23','55faa131-404e-4d05-a6e9-6bf7981a1e0b'),
(15265,16,6752,NULL,6741,1,'2025-12-30 19:46:23','2025-12-30 19:46:23','6dd68f44-5613-4435-b4bf-42e7f84729e3'),
(15266,7,6752,NULL,605,1,'2025-12-30 19:46:23','2025-12-30 19:46:23','9f371380-d7e5-472b-97d1-fd8d70e6ee35'),
(15267,7,6752,NULL,617,2,'2025-12-30 19:46:23','2025-12-30 19:46:23','1f5215c3-c8fb-4e96-babd-37487f20b5e0'),
(15280,57,1269,NULL,6759,1,'2025-12-30 20:04:57','2025-12-30 20:04:57','14aee851-cc09-4a1b-826a-50b16525d8ed'),
(15281,57,1269,NULL,6760,2,'2025-12-30 20:04:57','2025-12-30 20:04:57','6a1eec4b-4cf5-41d2-8518-4cf77875d8fa'),
(15282,57,1269,NULL,6761,3,'2025-12-30 20:04:57','2025-12-30 20:04:57','bb474090-22c9-4f72-8985-eb602f8cf953'),
(15283,57,1269,NULL,6762,4,'2025-12-30 20:04:57','2025-12-30 20:04:57','fe00d13a-5dcd-4edb-8fc2-fe817253fc95'),
(15284,57,1269,NULL,6763,5,'2025-12-30 20:04:57','2025-12-30 20:04:57','b59af0cb-0064-4fb6-b107-f458bea97170'),
(15285,57,1269,NULL,6764,6,'2025-12-30 20:04:57','2025-12-30 20:04:57','d562891b-4af7-43e1-a28b-866cca5cd016'),
(15286,57,1269,NULL,6765,7,'2025-12-30 20:04:57','2025-12-30 20:04:57','1297a5e9-4274-4728-ac6f-c2e9cb84bc46'),
(15287,57,1269,NULL,6766,8,'2025-12-30 20:04:57','2025-12-30 20:04:57','ba1abdb8-656c-49e8-89ea-50bc1712996e'),
(15289,16,6768,NULL,6741,1,'2025-12-30 20:04:57','2025-12-30 20:04:57','31b800c5-5fea-4d73-9859-9a91a2e25b68'),
(15290,7,6768,NULL,605,1,'2025-12-30 20:04:57','2025-12-30 20:04:57','22ee3a77-7aea-4560-9edb-baeb1fc3613a'),
(15291,7,6768,NULL,617,2,'2025-12-30 20:04:57','2025-12-30 20:04:57','8811e13c-f745-4fa8-836b-18c3f33ee6ce'),
(15292,57,6768,NULL,6759,1,'2025-12-30 20:04:57','2025-12-30 20:04:57','6d2ab771-7344-485e-99e9-364e1b3c62b4'),
(15293,57,6768,NULL,6760,2,'2025-12-30 20:04:57','2025-12-30 20:04:57','0a6d56c0-faf7-4f1b-855b-e130da51f185'),
(15294,57,6768,NULL,6761,3,'2025-12-30 20:04:57','2025-12-30 20:04:57','6c8b8eb2-48c1-4c07-86bf-85415073e61d'),
(15295,57,6768,NULL,6762,4,'2025-12-30 20:04:57','2025-12-30 20:04:57','0e5c1904-a749-4e4b-afdf-3171675dcb7b'),
(15296,57,6768,NULL,6763,5,'2025-12-30 20:04:57','2025-12-30 20:04:57','e5aa3747-2183-4fed-8d4e-386b3702a2cd'),
(15297,57,6768,NULL,6764,6,'2025-12-30 20:04:57','2025-12-30 20:04:57','aed97311-a437-423e-a666-5ddffc6280d7'),
(15298,57,6768,NULL,6765,7,'2025-12-30 20:04:57','2025-12-30 20:04:57','dfc70ba8-ff1c-41f7-8e06-c46db284bb10'),
(15299,57,6768,NULL,6766,8,'2025-12-30 20:04:57','2025-12-30 20:04:57','6a949c7b-35f7-4bf1-8a43-95ad2a5007bf'),
(15300,13,6768,NULL,6767,1,'2025-12-30 20:04:57','2025-12-30 20:04:57','fad98ea2-53a9-4738-accb-cf196c2d6c5f'),
(15313,16,6770,NULL,6741,1,'2025-12-30 20:05:38','2025-12-30 20:05:38','469cb497-5fae-4059-aef6-16d0b2615c5e'),
(15314,7,6770,NULL,605,1,'2025-12-30 20:05:38','2025-12-30 20:05:38','81086d4f-4200-4fe6-b372-90500c384bfb'),
(15315,7,6770,NULL,617,2,'2025-12-30 20:05:38','2025-12-30 20:05:38','1f64812a-026c-4dbe-9181-45b94720ff48'),
(15316,57,6770,NULL,6759,1,'2025-12-30 20:05:38','2025-12-30 20:05:38','cc33594c-dfdb-4264-8f56-bfdc75db949b'),
(15317,57,6770,NULL,6760,2,'2025-12-30 20:05:38','2025-12-30 20:05:38','2ac8acdb-28e0-446c-b057-55fe37cb1b34'),
(15318,57,6770,NULL,6761,3,'2025-12-30 20:05:38','2025-12-30 20:05:38','0bb0348f-2bdd-4ca9-8006-838230193447'),
(15319,57,6770,NULL,6762,4,'2025-12-30 20:05:38','2025-12-30 20:05:38','e022fbb3-a479-4eea-bcbe-8dc0b38e4be8'),
(15320,57,6770,NULL,6763,5,'2025-12-30 20:05:38','2025-12-30 20:05:38','558a8cf5-f1aa-489b-a8f4-4b120eec368f'),
(15321,57,6770,NULL,6764,6,'2025-12-30 20:05:38','2025-12-30 20:05:38','34f4e669-22d5-4668-ada2-e4e1e5b979ca'),
(15322,57,6770,NULL,6765,7,'2025-12-30 20:05:38','2025-12-30 20:05:38','f96e3dc6-2773-4a6a-ac94-725eb890a705'),
(15323,57,6770,NULL,6766,8,'2025-12-30 20:05:38','2025-12-30 20:05:38','9617be8b-0a50-46bb-bbfe-5ac3bbece8c1'),
(15324,13,6770,NULL,6767,1,'2025-12-30 20:05:38','2025-12-30 20:05:38','fe89e927-8873-45d9-acc3-70c16fd68bf3'),
(15329,7,1277,NULL,605,2,'2025-12-30 21:29:25','2026-01-17 20:08:14','8ca39bc0-3053-4f9b-843c-46dadd1add1f'),
(15330,7,1277,NULL,617,3,'2025-12-30 21:29:25','2026-01-17 20:08:14','2b009555-e418-4e3a-91ef-6e113af61a2e'),
(15331,16,6773,NULL,6772,1,'2025-12-30 21:29:25','2025-12-30 21:29:25','ab6f6b75-b5fe-4ab9-a0c5-d882bc3415e4'),
(15332,7,6773,NULL,605,1,'2025-12-30 21:29:25','2025-12-30 21:29:25','d5427194-2b68-4f4b-98b9-157726f8c5f6'),
(15333,7,6773,NULL,617,2,'2025-12-30 21:29:25','2025-12-30 21:29:25','0be79bb1-76d3-4d1e-804e-586ee018fff6'),
(15337,16,6785,NULL,6772,1,'2025-12-30 21:31:13','2025-12-30 21:31:13','1b868b6b-378e-4d60-8b5a-25c7670cbaaa'),
(15338,7,6785,NULL,605,1,'2025-12-30 21:31:13','2025-12-30 21:31:13','dc987a6f-631a-44e8-9d6f-220c54b54494'),
(15339,7,6785,NULL,617,2,'2025-12-30 21:31:13','2025-12-30 21:31:13','ad64d40c-7aae-4a01-82b5-c2c79ac6b69f'),
(15351,82,1277,NULL,479,1,'2025-12-30 21:39:21','2025-12-30 21:39:21','de957d22-3a2b-45fa-b3b1-5ddef0eeb617'),
(15352,82,1277,NULL,491,2,'2025-12-30 21:39:21','2025-12-30 21:39:21','c2659c88-b24d-4a60-b582-8412e256467e'),
(15353,57,1277,NULL,6792,1,'2025-12-30 21:39:21','2025-12-30 21:39:21','2a3fd0dc-d8a6-4f2b-889c-27624c518c33'),
(15354,57,1277,NULL,6793,2,'2025-12-30 21:39:21','2025-12-30 21:39:21','8119f1da-b917-4c1e-bc8c-309268c806cf'),
(15355,57,1277,NULL,6794,3,'2025-12-30 21:39:21','2025-12-30 21:39:21','39826cd1-3cf1-43da-8097-c8c516523a20'),
(15356,57,1277,NULL,6795,4,'2025-12-30 21:39:21','2025-12-30 21:39:21','78b09e77-0ecb-47bd-b8be-17f1421f39c5'),
(15357,57,1277,NULL,6796,5,'2025-12-30 21:39:21','2025-12-30 21:39:21','264ff403-bbc1-4151-a736-c4e500294b36'),
(15359,16,6798,NULL,6772,1,'2025-12-30 21:39:21','2025-12-30 21:39:21','05e75ece-8e33-41fa-b6ec-5f5b49736f5b'),
(15360,7,6798,NULL,605,1,'2025-12-30 21:39:21','2025-12-30 21:39:21','59df8677-4d93-4818-942a-6dcc7f103a73'),
(15361,7,6798,NULL,617,2,'2025-12-30 21:39:21','2025-12-30 21:39:21','953b42c6-8307-4989-a284-4630e7abaa13'),
(15362,82,6798,NULL,479,1,'2025-12-30 21:39:21','2025-12-30 21:39:21','d7c3f197-5b4d-4715-96d4-f65ea3330412'),
(15363,82,6798,NULL,491,2,'2025-12-30 21:39:21','2025-12-30 21:39:21','bbbc4414-3486-470a-a735-89dd2f0cc1ff'),
(15364,57,6798,NULL,6792,1,'2025-12-30 21:39:21','2025-12-30 21:39:21','8b9b8948-0e43-4a3e-b2aa-aa33e31c5580'),
(15365,57,6798,NULL,6793,2,'2025-12-30 21:39:21','2025-12-30 21:39:21','adeff820-e442-49bc-9da5-de04ecfe5e73'),
(15366,57,6798,NULL,6794,3,'2025-12-30 21:39:21','2025-12-30 21:39:21','9059a580-0a80-4273-bc51-35ac30a9d7be'),
(15367,57,6798,NULL,6795,4,'2025-12-30 21:39:21','2025-12-30 21:39:21','825b82ec-81b1-449c-8182-7c74fd29e9a2'),
(15368,57,6798,NULL,6796,5,'2025-12-30 21:39:21','2025-12-30 21:39:21','e82fb726-4404-4048-b0ae-c89630e14591'),
(15369,13,6798,NULL,6797,1,'2025-12-30 21:39:21','2025-12-30 21:39:21','06ef581e-1aa3-4264-9aac-90f896eb8754'),
(15372,32,6802,NULL,2610,1,'2026-01-02 19:49:14','2026-01-02 19:49:14','70dc19bd-ab41-421f-8c8e-6212d96caae6'),
(15373,32,6802,NULL,2598,2,'2026-01-02 19:49:14','2026-01-02 19:49:14','a04618af-5386-4fea-a6bd-a4c7988013c4'),
(15374,32,6802,NULL,2600,3,'2026-01-02 19:49:14','2026-01-02 19:49:14','04196959-2ef1-4b1d-9b46-56421623373f'),
(15375,32,6802,NULL,2602,4,'2026-01-02 19:49:14','2026-01-02 19:49:14','401868e1-fbef-4729-9a11-1436ad8dac60'),
(15376,32,6802,NULL,2612,5,'2026-01-02 19:49:14','2026-01-02 19:49:14','a938eac3-9f12-4c2a-8dea-2bf6884f1eee'),
(15377,32,6802,NULL,2618,6,'2026-01-02 19:49:14','2026-01-02 19:49:14','1500ec23-29e4-4839-8606-75a1bb12fc66'),
(15378,32,6802,NULL,2604,7,'2026-01-02 19:49:14','2026-01-02 19:49:14','fa07bb41-72fb-476a-b530-4a5d2021c439'),
(15379,16,6802,NULL,3689,1,'2026-01-02 19:49:14','2026-01-02 19:49:14','fffc4d9f-33c4-4971-8af2-10ddff79b04a'),
(15380,7,6802,NULL,601,1,'2026-01-02 19:49:14','2026-01-02 19:49:14','e87f8dd2-24f2-4721-9339-00c116de013c'),
(15381,7,6802,NULL,3468,2,'2026-01-02 19:49:14','2026-01-02 19:49:14','af744a35-d3e5-4078-a6b1-ff7ecb88cb95'),
(15382,7,6802,NULL,617,3,'2026-01-02 19:49:14','2026-01-02 19:49:14','f80a270f-3888-4477-8674-038d668ddca8'),
(15383,7,6802,NULL,605,4,'2026-01-02 19:49:14','2026-01-02 19:49:14','354497c0-9885-417c-80ae-79feb6673ae6'),
(15384,82,6802,NULL,479,1,'2026-01-02 19:49:14','2026-01-02 19:49:14','50e28298-37d7-4f5c-9272-0a8a6686efd4'),
(15385,82,6802,NULL,485,2,'2026-01-02 19:49:14','2026-01-02 19:49:14','1c55504d-9f68-424e-98bf-e68057336c9d'),
(15386,82,6802,NULL,491,3,'2026-01-02 19:49:14','2026-01-02 19:49:14','733e5331-4406-4a6a-88e2-7b9ee3dcc315'),
(15387,46,6802,NULL,3697,1,'2026-01-02 19:49:14','2026-01-02 19:49:14','e6abb397-dc09-431c-b82b-49fbadfcf547'),
(15388,57,6802,NULL,4829,1,'2026-01-02 19:49:14','2026-01-02 19:49:14','beea4403-cff8-4901-81b0-b3be43ba9d8d'),
(15389,57,6802,NULL,4826,2,'2026-01-02 19:49:14','2026-01-02 19:49:14','ff4488f9-50fe-4d46-a42c-a42f5cb82775'),
(15390,57,6802,NULL,4828,3,'2026-01-02 19:49:14','2026-01-02 19:49:14','7153eccd-edbb-444a-ad7d-f1955390651f'),
(15391,57,6802,NULL,4827,4,'2026-01-02 19:49:14','2026-01-02 19:49:14','57987320-36ec-4a6a-8036-008125b9dc1d'),
(15395,32,6804,NULL,2614,1,'2026-01-02 19:50:00','2026-01-02 19:50:00','ec5c16ab-d01b-4e71-a4f0-66249d30564d'),
(15396,32,6804,NULL,2610,2,'2026-01-02 19:50:00','2026-01-02 19:50:00','fb75ccb2-17d9-4df3-b01a-23a6dc943171'),
(15397,32,6804,NULL,2598,3,'2026-01-02 19:50:00','2026-01-02 19:50:00','8946ef29-55d4-4103-9a57-abfa16ffd117'),
(15398,32,6804,NULL,2600,4,'2026-01-02 19:50:00','2026-01-02 19:50:00','9068eb4d-5c50-477a-b3ef-779949825531'),
(15399,32,6804,NULL,2612,5,'2026-01-02 19:50:00','2026-01-02 19:50:00','230ef410-62c7-4309-b478-981d310ea1ee'),
(15400,32,6804,NULL,2604,6,'2026-01-02 19:50:00','2026-01-02 19:50:00','e01261e6-912f-4735-950a-6f49a7a7a5c0'),
(15401,16,6804,NULL,3722,1,'2026-01-02 19:50:00','2026-01-02 19:50:00','15b2667f-b8c3-4580-9b18-c6dd9308a070'),
(15402,7,6804,NULL,601,1,'2026-01-02 19:50:00','2026-01-02 19:50:00','56db9610-0d99-4167-98d9-3d2918c2ed52'),
(15403,7,6804,NULL,3468,2,'2026-01-02 19:50:00','2026-01-02 19:50:00','7d1b8769-b88b-456a-9d32-ea0f2c3da8fa'),
(15404,7,6804,NULL,2972,3,'2026-01-02 19:50:00','2026-01-02 19:50:00','8019d88f-27a9-4f15-9a05-670280410307'),
(15405,7,6804,NULL,617,4,'2026-01-02 19:50:00','2026-01-02 19:50:00','cdef69ef-bc2f-43c5-9972-d4c96c76766b'),
(15406,7,6804,NULL,605,5,'2026-01-02 19:50:00','2026-01-02 19:50:00','9538f360-3aec-4ac1-8ab4-cdd7db2a749c'),
(15424,32,6807,NULL,2610,1,'2026-01-02 19:56:16','2026-01-02 19:56:16','30078d9d-a79c-45d4-b22a-df92a1189923'),
(15425,32,6807,NULL,2598,2,'2026-01-02 19:56:16','2026-01-02 19:56:16','721b1aa3-063e-46fc-9665-1f20a780f7f6'),
(15426,32,6807,NULL,2600,3,'2026-01-02 19:56:16','2026-01-02 19:56:16','fe74ee47-4b2a-4fa1-9056-b7da84e52d47'),
(15427,32,6807,NULL,2602,4,'2026-01-02 19:56:16','2026-01-02 19:56:16','b3babd65-5660-461e-a1e4-d1656694814a'),
(15428,32,6807,NULL,2612,5,'2026-01-02 19:56:16','2026-01-02 19:56:16','da88f41d-d78b-4faa-9095-d79f1a41fce5'),
(15429,32,6807,NULL,2618,6,'2026-01-02 19:56:16','2026-01-02 19:56:16','3b019773-9631-43a8-b45d-0effa5e9b577'),
(15430,32,6807,NULL,2604,7,'2026-01-02 19:56:16','2026-01-02 19:56:16','83ed37d5-8872-4abd-b08f-d10669a88dfb'),
(15431,16,6807,NULL,3761,1,'2026-01-02 19:56:16','2026-01-02 19:56:16','be8bb3be-1880-486c-9ddd-9babe96019aa'),
(15434,7,6807,NULL,2974,3,'2026-01-02 19:56:16','2026-01-02 19:56:16','3cfa090b-e0e3-45ef-9ef4-736a108ea22e'),
(15435,7,6807,NULL,617,4,'2026-01-02 19:56:16','2026-01-02 19:56:16','1f0f0fb2-8c6b-4fd5-8dba-f3d5d2b05520'),
(15436,7,6807,NULL,605,5,'2026-01-02 19:56:16','2026-01-02 19:56:16','ecb60860-4e10-4c3b-888f-bff8ef62b21f'),
(15437,46,6807,NULL,3697,1,'2026-01-02 19:56:16','2026-01-02 19:56:16','64110aa5-0944-4fc9-b752-fcbe20c546d0'),
(15455,32,6810,NULL,2610,1,'2026-01-02 19:59:27','2026-01-02 19:59:27','599779bf-f116-4fe2-bc4b-4998401faa52'),
(15456,32,6810,NULL,2598,2,'2026-01-02 19:59:27','2026-01-02 19:59:27','7c1ef208-cd17-46d9-998e-157d04ba15d0'),
(15457,32,6810,NULL,2600,3,'2026-01-02 19:59:27','2026-01-02 19:59:27','a6febc47-971e-4e55-ba31-3911619e729d'),
(15458,32,6810,NULL,2602,4,'2026-01-02 19:59:27','2026-01-02 19:59:27','ce6523c6-067f-4cee-8757-cf347d684f12'),
(15459,32,6810,NULL,2612,5,'2026-01-02 19:59:27','2026-01-02 19:59:27','db1e57d1-0b92-40d1-9075-647fa0fca370'),
(15460,32,6810,NULL,2618,6,'2026-01-02 19:59:27','2026-01-02 19:59:27','d430ef76-3b95-4084-98ca-c48eea785f04'),
(15461,32,6810,NULL,2604,7,'2026-01-02 19:59:27','2026-01-02 19:59:27','a2a4f1df-53c4-4e25-abd1-7b143f1cb68d'),
(15462,16,6810,NULL,3761,1,'2026-01-02 19:59:27','2026-01-02 19:59:27','2af5de67-a43d-4e84-a38a-20a0dc6a606c'),
(15465,7,6810,NULL,2974,3,'2026-01-02 19:59:27','2026-01-02 19:59:27','22e789c5-7ad3-445c-9cbc-d2583f5027d0'),
(15466,7,6810,NULL,617,4,'2026-01-02 19:59:27','2026-01-02 19:59:27','80d6b1aa-ae51-4634-a53f-b371fd879d97'),
(15467,7,6810,NULL,605,5,'2026-01-02 19:59:27','2026-01-02 19:59:27','be9616ba-b8aa-4439-8138-64370129f3e2'),
(15468,46,6810,NULL,3697,1,'2026-01-02 19:59:27','2026-01-02 19:59:27','3e50fb50-4b81-415f-abeb-1f0df2eb9eee'),
(15479,16,6813,NULL,6530,1,'2026-01-02 20:00:29','2026-01-02 20:00:29','89958e14-8197-466b-96dc-9c70e2015734'),
(15480,57,6813,NULL,6527,1,'2026-01-02 20:00:29','2026-01-02 20:00:29','44c39b78-b0e6-4b15-b3f2-d310fc3f545d'),
(15481,57,6813,NULL,6528,2,'2026-01-02 20:00:29','2026-01-02 20:00:29','cff921dc-32a8-4658-8ad5-45f08acab9b3'),
(15482,57,6813,NULL,6529,3,'2026-01-02 20:00:29','2026-01-02 20:00:29','03388a40-44c2-4478-8488-c7936cd84bb9'),
(15483,57,6813,NULL,6533,4,'2026-01-02 20:00:29','2026-01-02 20:00:29','d5c54706-b3e2-4c1b-b1dc-5f74b3e4c4e1'),
(15484,74,6813,NULL,6525,1,'2026-01-02 20:00:29','2026-01-02 20:00:29','d9cc7b03-2618-428b-a160-8cef53f1c88c'),
(15505,13,1079,NULL,6814,1,'2026-01-02 20:02:01','2026-01-02 20:02:01','e31fba9f-5a9d-4ca7-920d-43a70012f3fa'),
(15506,32,6816,NULL,2610,1,'2026-01-02 20:02:02','2026-01-02 20:02:02','c2282a98-3e53-4435-8900-5009a6336cf7'),
(15507,32,6816,NULL,2598,2,'2026-01-02 20:02:02','2026-01-02 20:02:02','34afe9d7-a873-4674-b2d2-b780130f6bef'),
(15508,32,6816,NULL,2600,3,'2026-01-02 20:02:02','2026-01-02 20:02:02','adbafce1-6672-48e7-9464-2d08b50fd16b'),
(15509,32,6816,NULL,2604,4,'2026-01-02 20:02:02','2026-01-02 20:02:02','3050a37e-3134-462e-9f4c-304e5ffa1254'),
(15510,32,6816,NULL,2614,5,'2026-01-02 20:02:02','2026-01-02 20:02:02','92f78738-e5c9-4d9c-9eb6-e1898b75071b'),
(15511,32,6816,NULL,2612,6,'2026-01-02 20:02:02','2026-01-02 20:02:02','cb49479a-09ac-4bf5-b234-11df3bb773af'),
(15512,16,6816,NULL,5281,1,'2026-01-02 20:02:02','2026-01-02 20:02:02','c323eb88-5fa2-4a18-9ae9-7eea6bf4f1b9'),
(15513,7,6816,NULL,601,1,'2026-01-02 20:02:02','2026-01-02 20:02:02','5b51a59a-0901-4c03-ac1d-5269e703ce64'),
(15514,7,6816,NULL,3468,2,'2026-01-02 20:02:02','2026-01-02 20:02:02','cb5076b8-26b2-48b6-8133-111946547169'),
(15515,7,6816,NULL,2972,3,'2026-01-02 20:02:02','2026-01-02 20:02:02','8e0ddc63-049b-44ca-b4da-9f8a4d5cbb1b'),
(15516,7,6816,NULL,2974,4,'2026-01-02 20:02:02','2026-01-02 20:02:02','0950b924-be40-4851-afec-026856e1291d'),
(15517,7,6816,NULL,617,5,'2026-01-02 20:02:02','2026-01-02 20:02:02','7b8cdec0-84f3-47a1-8b3a-94ad2f263843'),
(15518,7,6816,NULL,605,6,'2026-01-02 20:02:02','2026-01-02 20:02:02','11509fd5-de0a-4028-a74c-d4af47f8c9fe'),
(15519,57,6816,NULL,5277,1,'2026-01-02 20:02:02','2026-01-02 20:02:02','dd0a2b4f-aea0-4c21-b216-673f0a271f34'),
(15520,57,6816,NULL,5278,2,'2026-01-02 20:02:02','2026-01-02 20:02:02','ee02a47f-7df0-4270-a2db-3e8e81cc0a0b'),
(15521,57,6816,NULL,5279,3,'2026-01-02 20:02:02','2026-01-02 20:02:02','43ddc19e-aa0d-4dff-bc1a-69faf7bd57c6'),
(15522,57,6816,NULL,5280,4,'2026-01-02 20:02:02','2026-01-02 20:02:02','69e1374a-dc75-41b6-ac5f-bd62dcc8e897'),
(15523,57,6816,NULL,5282,5,'2026-01-02 20:02:02','2026-01-02 20:02:02','7cda5c57-4361-4415-8d36-806f7811833b'),
(15524,13,6816,NULL,6814,1,'2026-01-02 20:02:02','2026-01-02 20:02:02','d34d0911-8dc0-4404-8644-e14d5ad1b5c4'),
(15537,32,6819,NULL,2610,1,'2026-01-02 20:04:06','2026-01-02 20:04:06','abe7856e-becc-40cd-b300-2f40bd964472'),
(15538,32,6819,NULL,2598,2,'2026-01-02 20:04:06','2026-01-02 20:04:06','4abed711-5b11-4013-b15e-6602227fd74e'),
(15539,32,6819,NULL,2600,3,'2026-01-02 20:04:06','2026-01-02 20:04:06','1c35bb63-5d9b-4f4f-b010-895112687ffe'),
(15540,32,6819,NULL,2604,4,'2026-01-02 20:04:06','2026-01-02 20:04:06','a448cb6c-bc10-49b4-b22c-7652e85fa785'),
(15541,16,6819,NULL,3865,1,'2026-01-02 20:04:06','2026-01-02 20:04:06','b3b4fad5-433f-4872-9e61-17565dc15a09'),
(15542,7,6819,NULL,601,1,'2026-01-02 20:04:06','2026-01-02 20:04:06','5a76c8ff-8bb1-452c-bae5-4ba27b2b8432'),
(15543,7,6819,NULL,3468,2,'2026-01-02 20:04:06','2026-01-02 20:04:06','a7b2c96a-9368-41c7-84af-8e89a7e5b28f'),
(15544,7,6819,NULL,3093,3,'2026-01-02 20:04:06','2026-01-02 20:04:06','4ff061a7-b97c-42d9-8627-bdcec48c9e2b'),
(15545,7,6819,NULL,617,4,'2026-01-02 20:04:06','2026-01-02 20:04:06','7f8ce124-ed83-40ad-9814-5ccd8b1e19e7'),
(15546,7,6819,NULL,605,5,'2026-01-02 20:04:06','2026-01-02 20:04:06','34d7299a-2c40-46fa-bbee-4f11a781db75'),
(15562,13,1091,NULL,6820,1,'2026-01-02 20:05:06','2026-01-02 20:05:06','1018cd7c-454a-4453-a84c-1b0999580f1d'),
(15563,32,6822,NULL,2610,1,'2026-01-02 20:05:06','2026-01-02 20:05:06','ff042d2e-d83c-4ba2-ac8e-0b1df8437622'),
(15564,32,6822,NULL,2598,2,'2026-01-02 20:05:06','2026-01-02 20:05:06','d7a4bf4b-ba2b-4a85-b18c-733d2785ece2'),
(15565,32,6822,NULL,2600,3,'2026-01-02 20:05:06','2026-01-02 20:05:06','01d64bb0-1d44-4c8a-9ca5-bc5c052217e2'),
(15566,32,6822,NULL,2602,4,'2026-01-02 20:05:06','2026-01-02 20:05:06','86e86afa-09cf-41c1-a0df-4c2768d328e1'),
(15567,32,6822,NULL,2612,5,'2026-01-02 20:05:06','2026-01-02 20:05:06','350a4cc5-620d-4978-9fbd-f606a3f7c3e9'),
(15568,32,6822,NULL,2618,6,'2026-01-02 20:05:06','2026-01-02 20:05:06','da1fc4ea-d73c-4008-be79-3bbcf3c45148'),
(15569,32,6822,NULL,2604,7,'2026-01-02 20:05:06','2026-01-02 20:05:06','d7ae2f56-b153-4985-adc1-b1a3ee5c8bad'),
(15570,16,6822,NULL,3896,1,'2026-01-02 20:05:06','2026-01-02 20:05:06','1bc6ac70-0205-426e-919d-07e8cb3c1351'),
(15572,7,6822,NULL,2974,2,'2026-01-02 20:05:06','2026-01-02 20:05:06','e806b158-7d06-4100-985b-8c1a813a3846'),
(15573,7,6822,NULL,617,3,'2026-01-02 20:05:06','2026-01-02 20:05:06','e122f920-aae6-4c53-b0ae-056c2441b90d'),
(15574,7,6822,NULL,605,4,'2026-01-02 20:05:06','2026-01-02 20:05:06','4ab6b9db-c5b2-4c6d-96a7-ba0cc6fd8d86'),
(15575,46,6822,NULL,3697,1,'2026-01-02 20:05:06','2026-01-02 20:05:06','32ea761c-eafd-4b40-a68d-0ec1adb2d38b'),
(15576,13,6822,NULL,6820,1,'2026-01-02 20:05:06','2026-01-02 20:05:06','c6804632-1087-4738-a585-0f97ae0c14d1'),
(15589,32,6825,NULL,2610,1,'2026-01-02 20:06:19','2026-01-02 20:06:19','26e35c3e-2d2f-4fdd-8896-ae67037304bb'),
(15590,32,6825,NULL,2598,2,'2026-01-02 20:06:19','2026-01-02 20:06:19','780410ac-8f2a-443b-b27b-bffab17a94ee'),
(15591,32,6825,NULL,2600,3,'2026-01-02 20:06:19','2026-01-02 20:06:19','0253fc50-c92e-40a7-bded-b49d478d871c'),
(15592,32,6825,NULL,2606,4,'2026-01-02 20:06:19','2026-01-02 20:06:19','5e1477a7-274a-47c4-b010-cbbef61f584b'),
(15593,32,6825,NULL,2604,5,'2026-01-02 20:06:19','2026-01-02 20:06:19','c93f630e-1eef-464a-a057-2eee133affbc'),
(15594,16,6825,NULL,3927,1,'2026-01-02 20:06:19','2026-01-02 20:06:19','32a2cb5a-93f5-4de7-b311-7280dc50731b'),
(15595,7,6825,NULL,601,1,'2026-01-02 20:06:19','2026-01-02 20:06:19','fdc950f6-8282-41a9-b00e-3ab8152720e9'),
(15596,7,6825,NULL,3468,2,'2026-01-02 20:06:19','2026-01-02 20:06:19','fc3802db-9c08-42db-8467-211f506e2321'),
(15597,7,6825,NULL,617,3,'2026-01-02 20:06:19','2026-01-02 20:06:19','63738087-a102-482f-8a98-1863d74ecf4f'),
(15598,7,6825,NULL,605,4,'2026-01-02 20:06:19','2026-01-02 20:06:19','cfaaaf22-480c-4436-bf43-42dc55c33081'),
(15618,32,6828,NULL,2610,1,'2026-01-02 20:08:18','2026-01-02 20:08:18','eb11e158-c5e2-4d75-9ea1-63fb43660b62'),
(15619,32,6828,NULL,2598,2,'2026-01-02 20:08:18','2026-01-02 20:08:18','9fc18a4e-ecca-43c8-a957-a28b01b45250'),
(15620,32,6828,NULL,2600,3,'2026-01-02 20:08:18','2026-01-02 20:08:18','bbe5c904-ffbe-4174-8a5c-ce48aa5b70a1'),
(15621,32,6828,NULL,2602,4,'2026-01-02 20:08:18','2026-01-02 20:08:18','02ce609d-c0dc-4fa6-a8a0-bf6fa37bedd7'),
(15622,32,6828,NULL,2604,5,'2026-01-02 20:08:18','2026-01-02 20:08:18','014033f7-0ad6-4b61-a3a1-628167dea43b'),
(15623,16,6828,NULL,4080,1,'2026-01-02 20:08:18','2026-01-02 20:08:18','e40c888a-156b-41f7-9afb-cf804a305f89'),
(15624,7,6828,NULL,601,1,'2026-01-02 20:08:18','2026-01-02 20:08:18','f7217472-7aba-4477-8b8a-423f614a1274'),
(15625,7,6828,NULL,3468,2,'2026-01-02 20:08:18','2026-01-02 20:08:18','54f56bbd-7e9e-4b8a-8c83-1d0b28a09ea9'),
(15627,7,6828,NULL,2972,4,'2026-01-02 20:08:18','2026-01-02 20:08:18','35464978-37cc-49d7-a702-55c7a370fde6'),
(15628,7,6828,NULL,2974,5,'2026-01-02 20:08:18','2026-01-02 20:08:18','f12cc66d-8ce2-4088-9c21-cc94778517e2'),
(15629,7,6828,NULL,617,6,'2026-01-02 20:08:18','2026-01-02 20:08:18','3f78dfdb-3584-4ece-838e-9d6d09e94364'),
(15630,7,6828,NULL,605,7,'2026-01-02 20:08:18','2026-01-02 20:08:18','be5343c7-49fd-4305-98a0-9dd30358e497'),
(15631,57,6828,NULL,5067,1,'2026-01-02 20:08:18','2026-01-02 20:08:18','a639d34c-028a-46a5-8db1-4dee730c8546'),
(15632,57,6828,NULL,5068,2,'2026-01-02 20:08:18','2026-01-02 20:08:18','4bb2e1dd-aa60-417d-86c1-bbf18c2862da'),
(15633,57,6828,NULL,5069,3,'2026-01-02 20:08:18','2026-01-02 20:08:18','14eac01c-733f-4fbd-92d1-d8e3c07f2156'),
(15653,32,6831,NULL,2614,1,'2026-01-02 20:08:57','2026-01-02 20:08:57','9fd9d515-cfb6-47c9-b3b9-3ed654dc93ed'),
(15654,32,6831,NULL,2610,2,'2026-01-02 20:08:57','2026-01-02 20:08:57','f6291576-efa3-4fc7-876d-31135f1c5daf'),
(15655,32,6831,NULL,2598,3,'2026-01-02 20:08:57','2026-01-02 20:08:57','51ea2c11-41cd-4b2a-ac6c-7ae54be09345'),
(15656,32,6831,NULL,2600,4,'2026-01-02 20:08:57','2026-01-02 20:08:57','10a9a15d-7e2a-46fb-ac47-4ec4fc384079'),
(15657,32,6831,NULL,2602,5,'2026-01-02 20:08:57','2026-01-02 20:08:57','fcf7c82c-e222-4700-ac84-a3b6d96be826'),
(15658,32,6831,NULL,2612,6,'2026-01-02 20:08:57','2026-01-02 20:08:57','5beafa4d-9ef8-4d47-81a0-e4e3af52cbe9'),
(15659,32,6831,NULL,2604,7,'2026-01-02 20:08:57','2026-01-02 20:08:57','7ce18bff-f3c8-4960-bb54-cd9bd88b0d92'),
(15660,16,6831,NULL,4083,1,'2026-01-02 20:08:57','2026-01-02 20:08:57','f875d0de-4c58-4766-b149-719de71720aa'),
(15661,7,6831,NULL,601,1,'2026-01-02 20:08:57','2026-01-02 20:08:57','22f0794d-6668-4a0c-a208-4e5f8f44422a'),
(15662,7,6831,NULL,617,2,'2026-01-02 20:08:57','2026-01-02 20:08:57','7b4186fd-b85a-470e-8415-52d81730ca79'),
(15663,7,6831,NULL,605,3,'2026-01-02 20:08:57','2026-01-02 20:08:57','a566254f-018d-450e-98be-69e1f76d7fe9'),
(15664,46,6831,NULL,3697,1,'2026-01-02 20:08:57','2026-01-02 20:08:57','3897ffdd-ad8c-4228-8554-f756cf975444'),
(15665,57,6831,NULL,5055,1,'2026-01-02 20:08:57','2026-01-02 20:08:57','d907f9fc-5514-4b5f-863e-54568e3543bf'),
(15666,57,6831,NULL,5056,2,'2026-01-02 20:08:57','2026-01-02 20:08:57','b77e413e-acef-42d9-bc8a-4b42d53b0cc7'),
(15667,57,6831,NULL,5057,3,'2026-01-02 20:08:57','2026-01-02 20:08:57','8c73e062-edf5-4b5d-8f40-cfdb6f35b839'),
(15668,57,6831,NULL,5058,4,'2026-01-02 20:08:57','2026-01-02 20:08:57','3e34f5cc-0418-4356-a1da-48fb4d1df1fa'),
(15686,32,6834,NULL,2610,1,'2026-01-02 20:10:34','2026-01-02 20:10:34','3952b12a-54d8-4b93-ad92-94d74fd7db6d'),
(15687,32,6834,NULL,2598,2,'2026-01-02 20:10:34','2026-01-02 20:10:34','6edd0200-fa5e-4ea6-87dc-6879daaef865'),
(15688,32,6834,NULL,2600,3,'2026-01-02 20:10:34','2026-01-02 20:10:34','222498eb-3542-4bf1-9634-8660a95d7d7d'),
(15689,32,6834,NULL,2604,4,'2026-01-02 20:10:34','2026-01-02 20:10:34','1bb1443f-7025-419a-a57d-53c61c35152d'),
(15690,16,6834,NULL,4142,1,'2026-01-02 20:10:34','2026-01-02 20:10:34','1c94c933-442a-4612-a05c-d0369c2052eb'),
(15691,7,6834,NULL,601,1,'2026-01-02 20:10:34','2026-01-02 20:10:34','da289948-3d7c-4b08-89fc-f23d10fbb611'),
(15692,7,6834,NULL,3468,2,'2026-01-02 20:10:34','2026-01-02 20:10:34','b7d6b683-ee3d-4b26-8270-5ce9e0f48322'),
(15693,7,6834,NULL,2972,3,'2026-01-02 20:10:34','2026-01-02 20:10:34','8aacc329-2830-4abf-98e3-87c5ce7624e2'),
(15695,7,6834,NULL,617,5,'2026-01-02 20:10:34','2026-01-02 20:10:34','ffd8fc9b-4c3f-4cda-87f2-7237f1e24a98'),
(15696,7,6834,NULL,605,6,'2026-01-02 20:10:34','2026-01-02 20:10:34','5738d071-f7c2-4c91-945d-f96678afb6b0'),
(15697,57,6834,NULL,4955,1,'2026-01-02 20:10:34','2026-01-02 20:10:34','9494e342-fe91-4c92-a74d-72affbf71b51'),
(15698,57,6834,NULL,4956,2,'2026-01-02 20:10:34','2026-01-02 20:10:34','4e208848-d9fa-495a-ba67-675df116e4c0'),
(15699,57,6834,NULL,4957,3,'2026-01-02 20:10:34','2026-01-02 20:10:34','9c96731b-90b9-484a-a62f-eb19748af52c'),
(15729,32,6839,NULL,2614,1,'2026-01-02 20:15:31','2026-01-02 20:15:31','bc5d33d7-add8-44eb-affc-23f22d58c9bf'),
(15730,32,6839,NULL,2610,2,'2026-01-02 20:15:31','2026-01-02 20:15:31','4389a8be-4636-45d7-a2df-7e0947a33dc7'),
(15731,32,6839,NULL,2598,3,'2026-01-02 20:15:31','2026-01-02 20:15:31','fdceed56-86af-43a6-bfd0-678bcd94b716'),
(15732,32,6839,NULL,2608,4,'2026-01-02 20:15:31','2026-01-02 20:15:31','90826647-0e0c-4e6a-bca7-855297f752b4'),
(15733,32,6839,NULL,2600,5,'2026-01-02 20:15:31','2026-01-02 20:15:31','17d1e838-6163-429a-96e4-52c3a686da9a'),
(15734,32,6839,NULL,2596,6,'2026-01-02 20:15:31','2026-01-02 20:15:31','11e05ba2-0718-4ae1-bd07-6ed9cb8a9040'),
(15735,32,6839,NULL,2602,7,'2026-01-02 20:15:31','2026-01-02 20:15:31','473948f8-a5d1-4c9b-bcf2-22787f8dd564'),
(15736,32,6839,NULL,2606,8,'2026-01-02 20:15:31','2026-01-02 20:15:31','3e2087d3-9140-45fd-b9cb-f0514034b1e0'),
(15737,32,6839,NULL,2612,9,'2026-01-02 20:15:31','2026-01-02 20:15:31','76a8fc81-a080-4666-90b0-c7e218b44946'),
(15738,32,6839,NULL,2604,10,'2026-01-02 20:15:31','2026-01-02 20:15:31','e3b6f4c1-3cce-466e-a9e8-8de7bcd1f8fd'),
(15739,16,6839,NULL,6659,1,'2026-01-02 20:15:31','2026-01-02 20:15:31','45ea078b-c86c-42f7-adf4-ba14199f4569'),
(15740,7,6839,NULL,601,1,'2026-01-02 20:15:31','2026-01-02 20:15:31','001552cb-5915-44b3-bd61-80ad9ae6cd89'),
(15741,7,6839,NULL,6547,2,'2026-01-02 20:15:31','2026-01-02 20:15:31','85047ecf-c8d6-4fd9-9a01-685a3b42d1b4'),
(15742,7,6839,NULL,2972,3,'2026-01-02 20:15:31','2026-01-02 20:15:31','c84fa03f-5814-4cca-9117-f3e03b093203'),
(15743,7,6839,NULL,2974,4,'2026-01-02 20:15:31','2026-01-02 20:15:31','d499e7c4-e093-4c18-becc-4855ef70bb69'),
(15744,7,6839,NULL,617,5,'2026-01-02 20:15:31','2026-01-02 20:15:31','c62ef779-5f8e-44c6-b26b-c4c0281bc8c3'),
(15745,7,6839,NULL,605,6,'2026-01-02 20:15:31','2026-01-02 20:15:31','4b1c18d3-004b-4462-8c95-db641d6a34da'),
(15746,57,6839,NULL,6680,1,'2026-01-02 20:15:31','2026-01-02 20:15:31','f24741dc-07b9-4cb8-90ec-0acf0f51d7af'),
(15747,57,6839,NULL,6681,2,'2026-01-02 20:15:31','2026-01-02 20:15:31','552016b1-0118-43da-a150-27eab2ceb2e3'),
(15748,57,6839,NULL,6682,3,'2026-01-02 20:15:31','2026-01-02 20:15:31','10b33970-4a37-4b0c-8df2-9c96ef708c51'),
(15749,57,6839,NULL,6683,4,'2026-01-02 20:15:31','2026-01-02 20:15:31','883d3a86-5320-4030-b98b-acbabd791f66'),
(15750,57,6839,NULL,6684,5,'2026-01-02 20:15:31','2026-01-02 20:15:31','2a56aaa0-f558-4f96-8402-e3221bdf2d6b'),
(15754,16,6841,NULL,6640,1,'2026-01-02 20:16:44','2026-01-02 20:16:44','94ef5b60-0e16-4bbe-8764-680cc07f6129'),
(15755,57,6841,NULL,6635,1,'2026-01-02 20:16:44','2026-01-02 20:16:44','b9c0a339-d7d9-4571-8ec0-5c7338703483'),
(15756,57,6841,NULL,6636,2,'2026-01-02 20:16:44','2026-01-02 20:16:44','a4a8b47c-f74c-4397-a81e-fb6005b57733'),
(15757,57,6841,NULL,6637,3,'2026-01-02 20:16:44','2026-01-02 20:16:44','65829bbc-f279-4043-9b6a-245b963e94b2'),
(15758,57,6841,NULL,6638,4,'2026-01-02 20:16:44','2026-01-02 20:16:44','8c24c9a9-5132-412c-a93d-ee12bb742d4e'),
(15759,57,6841,NULL,6639,5,'2026-01-02 20:16:44','2026-01-02 20:16:44','3749b73e-afe1-4e90-97c6-c14da63238be'),
(15760,57,6841,NULL,6640,6,'2026-01-02 20:16:44','2026-01-02 20:16:44','0fea51d7-896b-4551-ab5f-735f72bc61a3'),
(15762,22,6842,NULL,6137,1,'2026-01-02 20:16:44','2026-01-02 20:16:44','ca4c1744-3667-45a3-b5c0-3611fcf823bd'),
(15768,13,1461,NULL,6844,1,'2026-01-02 20:17:23','2026-01-02 20:17:23','833fe331-5752-4b35-bcf6-fa9ee448990c'),
(15769,16,6845,NULL,6422,1,'2026-01-02 20:17:23','2026-01-02 20:17:23','3766f353-94b1-486c-9bf1-40f58081e5b6'),
(15770,7,6845,NULL,601,1,'2026-01-02 20:17:23','2026-01-02 20:17:23','58e5bc40-3be5-4e59-a958-7526ba5b5683'),
(15771,7,6845,NULL,617,2,'2026-01-02 20:17:23','2026-01-02 20:17:23','0e6c2a16-700e-469c-8979-aa49fb937955'),
(15772,7,6845,NULL,605,3,'2026-01-02 20:17:23','2026-01-02 20:17:23','b211297c-e0d5-4b75-8e3c-80f342ebf1d7'),
(15773,13,6845,NULL,6844,1,'2026-01-02 20:17:23','2026-01-02 20:17:23','947f6390-8239-4957-8f77-1b60ca489726'),
(15803,32,6851,NULL,2622,1,'2026-01-02 20:21:09','2026-01-02 20:21:09','eac88fa7-7cf8-4476-9d6f-967cc1923944'),
(15804,32,6851,NULL,2598,2,'2026-01-02 20:21:09','2026-01-02 20:21:09','49effb92-817c-4d9c-8eda-114c054a4536'),
(15805,32,6851,NULL,2608,3,'2026-01-02 20:21:09','2026-01-02 20:21:09','1ccd9600-8099-40d6-9dda-ad75dd22c542'),
(15806,32,6851,NULL,2600,4,'2026-01-02 20:21:09','2026-01-02 20:21:09','e7c5ffa9-8402-4e8e-8917-e9948dc40b69'),
(15807,32,6851,NULL,2602,5,'2026-01-02 20:21:09','2026-01-02 20:21:09','66f87a96-2932-4f5d-ba5c-9d7393d3d637'),
(15808,32,6851,NULL,2612,6,'2026-01-02 20:21:09','2026-01-02 20:21:09','b710f6a3-6a85-47db-8e9a-ad2b14dd4dfb'),
(15809,32,6851,NULL,2604,7,'2026-01-02 20:21:09','2026-01-02 20:21:09','1d94cdc2-a1c4-45fc-961f-f27602083d54'),
(15810,16,6851,NULL,4861,1,'2026-01-02 20:21:09','2026-01-02 20:21:09','2920c671-55c8-4619-8ef7-3640b3333eda'),
(15811,7,6851,NULL,601,1,'2026-01-02 20:21:09','2026-01-02 20:21:09','c9d4685c-42a0-4343-9e61-4640afa66b95'),
(15812,7,6851,NULL,3468,2,'2026-01-02 20:21:09','2026-01-02 20:21:09','65a38445-589b-49d3-beab-8fcd0f16a335'),
(15813,7,6851,NULL,617,3,'2026-01-02 20:21:09','2026-01-02 20:21:09','dca8a104-32d7-4e88-91cb-d343c1e97877'),
(15814,7,6851,NULL,605,4,'2026-01-02 20:21:09','2026-01-02 20:21:09','7aa632d6-caf4-47f7-b00b-1c7809c1332b'),
(15815,82,6851,NULL,479,1,'2026-01-02 20:21:09','2026-01-02 20:21:09','9f66b306-d7be-4705-856c-cff86fb4b957'),
(15816,82,6851,NULL,491,2,'2026-01-02 20:21:09','2026-01-02 20:21:09','1f04bfb1-8afe-4d01-8f76-0d513e37151e'),
(15817,57,6851,NULL,4879,1,'2026-01-02 20:21:09','2026-01-02 20:21:09','e89f3284-ec1d-4dfa-ad09-42c548549996'),
(15818,57,6851,NULL,4880,2,'2026-01-02 20:21:09','2026-01-02 20:21:09','c4b1d05b-c13b-440a-8e50-8745ad4605bb'),
(15819,57,6851,NULL,4881,3,'2026-01-02 20:21:09','2026-01-02 20:21:09','920e2adc-28a8-4aa3-816f-5a36da4ec91e'),
(15820,57,6851,NULL,4882,4,'2026-01-02 20:21:09','2026-01-02 20:21:09','c6e1a72a-bd2b-4e1a-848c-af6a6dfcc8cd'),
(15821,57,6851,NULL,4883,5,'2026-01-02 20:21:09','2026-01-02 20:21:09','632bd068-fbdf-4f8e-9327-9fbd2bbf197c'),
(15822,57,6851,NULL,4884,6,'2026-01-02 20:21:09','2026-01-02 20:21:09','5d5e6e64-32c5-4cf3-8ddb-e6277628a77a'),
(15823,57,6851,NULL,4885,7,'2026-01-02 20:21:09','2026-01-02 20:21:09','5c17cc67-26c9-4878-9ba3-dcb2306161c9'),
(15824,57,6851,NULL,4886,8,'2026-01-02 20:21:09','2026-01-02 20:21:09','a5a47b68-ff23-4340-af05-350d858bccf8'),
(15825,57,6851,NULL,4887,9,'2026-01-02 20:21:09','2026-01-02 20:21:09','e0c12eef-2c54-4788-a568-5d6ea1a36e15'),
(15826,57,6851,NULL,4888,10,'2026-01-02 20:21:09','2026-01-02 20:21:09','e5e4b18c-07c2-422e-8df5-d6470fd1155e'),
(15840,13,1277,NULL,6852,1,'2026-01-02 20:22:12','2026-01-02 20:22:12','cda96d01-22ab-440f-b0f1-658e553b7d8b'),
(15841,16,6854,NULL,6772,1,'2026-01-02 20:22:12','2026-01-02 20:22:12','29434231-8b32-463a-a068-c1508391030a'),
(15842,7,6854,NULL,605,1,'2026-01-02 20:22:12','2026-01-02 20:22:12','f676c8aa-f754-4bbd-a7e0-64dbad04a7bf'),
(15843,7,6854,NULL,617,2,'2026-01-02 20:22:12','2026-01-02 20:22:12','25b893ec-fba9-46f5-b861-8d358c3c39be'),
(15844,82,6854,NULL,479,1,'2026-01-02 20:22:12','2026-01-02 20:22:12','9a5807b9-65c3-4fa3-9232-fa43f4c72d1b'),
(15845,82,6854,NULL,491,2,'2026-01-02 20:22:12','2026-01-02 20:22:12','ed904df0-d301-4e26-8ec0-bbead33d3af2'),
(15846,57,6854,NULL,6792,1,'2026-01-02 20:22:12','2026-01-02 20:22:12','387a3207-afc5-43ec-9031-214435392683'),
(15847,57,6854,NULL,6793,2,'2026-01-02 20:22:12','2026-01-02 20:22:12','ff31f240-16f9-49a4-969a-3b2317148362'),
(15848,57,6854,NULL,6794,3,'2026-01-02 20:22:12','2026-01-02 20:22:12','9be4aac2-fbaa-4908-9b37-224c8599e5d4'),
(15849,57,6854,NULL,6795,4,'2026-01-02 20:22:12','2026-01-02 20:22:12','bb2f14f4-d669-4db7-b99e-0bc862895ac8'),
(15850,57,6854,NULL,6796,5,'2026-01-02 20:22:12','2026-01-02 20:22:12','5f66e24f-53b8-4bf0-a1bd-fd8275bede7d'),
(15851,13,6854,NULL,6852,1,'2026-01-02 20:22:12','2026-01-02 20:22:12','8f65c1c1-c953-4747-bd70-91baa4bd2fcf'),
(15863,16,6856,NULL,6772,1,'2026-01-02 20:24:05','2026-01-02 20:24:05','99f01a2d-c012-4d82-8fa9-69aebc2694b1'),
(15864,7,6856,NULL,605,1,'2026-01-02 20:24:05','2026-01-02 20:24:05','a72266ff-0235-4764-9a50-6ad08627d47d'),
(15865,7,6856,NULL,617,2,'2026-01-02 20:24:05','2026-01-02 20:24:05','4036fadc-ec51-4857-952b-f4d0edde6cdb'),
(15866,82,6856,NULL,479,1,'2026-01-02 20:24:05','2026-01-02 20:24:05','7273b846-e2c2-47a7-ae5e-061a289d45d1'),
(15867,82,6856,NULL,491,2,'2026-01-02 20:24:05','2026-01-02 20:24:05','a305aede-bd43-4515-b541-187cada7f67c'),
(15868,57,6856,NULL,6792,1,'2026-01-02 20:24:05','2026-01-02 20:24:05','12200456-0c52-4a6a-a5c8-06cc26f6649d'),
(15869,57,6856,NULL,6793,2,'2026-01-02 20:24:05','2026-01-02 20:24:05','7e89be87-6315-4972-b123-29265648dee1'),
(15870,57,6856,NULL,6794,3,'2026-01-02 20:24:05','2026-01-02 20:24:05','bed980e2-072d-4939-9db6-045ab07432d9'),
(15871,57,6856,NULL,6795,4,'2026-01-02 20:24:05','2026-01-02 20:24:05','ce011068-bac1-4e8c-9c37-16b8628ece9a'),
(15872,57,6856,NULL,6796,5,'2026-01-02 20:24:05','2026-01-02 20:24:05','f0ae770a-f329-4e8b-95e7-32a66c9c053b'),
(15873,13,6856,NULL,6852,1,'2026-01-02 20:24:05','2026-01-02 20:24:05','f1b9c05d-c055-47c3-82d9-58efb9e77b9e'),
(15878,13,1297,NULL,6860,1,'2026-01-02 20:26:45','2026-01-02 20:26:45','d9b69ceb-43b7-44f5-a002-3ce76de0f59d'),
(15879,13,6862,NULL,6860,1,'2026-01-02 20:26:45','2026-01-02 20:26:45','f17cc4b0-650b-4944-a467-064693bd9520'),
(15885,13,1309,NULL,6867,1,'2026-01-02 20:30:07','2026-01-02 20:30:07','eb73884f-6591-4f24-b64c-c5da8aa03bfe'),
(15886,13,6869,NULL,6867,1,'2026-01-02 20:30:07','2026-01-02 20:30:07','245122d6-6975-4864-824e-5774cf17a1f5'),
(15888,13,6871,NULL,6867,1,'2026-01-02 20:31:06','2026-01-02 20:31:06','13da4a62-d4eb-49e2-b762-308cc700984a'),
(15890,13,1315,NULL,6872,1,'2026-01-02 20:31:57','2026-01-02 20:31:57','ff69d02b-5d7d-488d-8d11-ae2e2bbf1789'),
(15891,13,6874,NULL,6872,1,'2026-01-02 20:31:57','2026-01-02 20:31:57','5a31a76e-10d8-45b1-9e60-d4117b57b923'),
(15921,13,1343,NULL,6882,1,'2026-01-02 20:38:23','2026-01-02 20:38:23','e87adec4-539a-4b7c-8b63-a024279fe21f'),
(15922,32,6884,NULL,2610,1,'2026-01-02 20:38:23','2026-01-02 20:38:23','bc2b8204-77f8-4ff6-a5a0-3e9eeec5de53'),
(15923,32,6884,NULL,2598,2,'2026-01-02 20:38:23','2026-01-02 20:38:23','6f608c6d-e8a1-4385-86a6-2b5d3738df15'),
(15924,32,6884,NULL,2608,3,'2026-01-02 20:38:23','2026-01-02 20:38:23','5189ffae-577d-4af0-ad4e-4f80cacb5a0c'),
(15925,32,6884,NULL,2624,4,'2026-01-02 20:38:23','2026-01-02 20:38:23','25a6d1cb-b09d-4e8a-833a-3d9b35ec7f7a'),
(15926,32,6884,NULL,2600,5,'2026-01-02 20:38:23','2026-01-02 20:38:23','dec412c2-eafd-4936-aeae-f6840a7b930d'),
(15927,32,6884,NULL,2596,6,'2026-01-02 20:38:23','2026-01-02 20:38:23','ee46b9d5-f815-4ec0-920b-aeab13e2ea50'),
(15928,32,6884,NULL,2602,7,'2026-01-02 20:38:23','2026-01-02 20:38:23','56c08241-2c10-4db2-a53b-fac8780be629'),
(15929,32,6884,NULL,2606,8,'2026-01-02 20:38:23','2026-01-02 20:38:23','d57f0d5f-695e-48d8-b771-c5cae940fa87'),
(15930,32,6884,NULL,2612,9,'2026-01-02 20:38:23','2026-01-02 20:38:23','a99ba656-c785-49c2-b526-08c3fe36b085'),
(15931,32,6884,NULL,2604,10,'2026-01-02 20:38:23','2026-01-02 20:38:23','1bfe834a-c7b5-4f40-8ee8-4e83df28ec55'),
(15932,16,6884,NULL,5140,1,'2026-01-02 20:38:23','2026-01-02 20:38:23','4c14303e-f2df-4dbf-b8fc-8c1a89ba65aa'),
(15934,7,6884,NULL,617,2,'2026-01-02 20:38:23','2026-01-02 20:38:23','cdb9302e-7c83-408f-93f8-1744b2984aa2'),
(15935,7,6884,NULL,605,3,'2026-01-02 20:38:23','2026-01-02 20:38:23','fd06aa7e-799e-40d3-9d6d-045ac7973f48'),
(15936,57,6884,NULL,5146,1,'2026-01-02 20:38:23','2026-01-02 20:38:23','84be6eb3-8736-4ca6-ab16-415b50069c07'),
(15937,57,6884,NULL,5147,2,'2026-01-02 20:38:23','2026-01-02 20:38:23','97f70222-e1b7-4881-af1f-6b0ae5b84d9b'),
(15938,57,6884,NULL,5148,3,'2026-01-02 20:38:23','2026-01-02 20:38:23','762ad300-4d09-4729-a63a-6370481fd4fc'),
(15939,57,6884,NULL,5149,4,'2026-01-02 20:38:23','2026-01-02 20:38:23','4fb362a1-68af-4f03-8b3d-d4a4e51fdaff'),
(15940,57,6884,NULL,5150,5,'2026-01-02 20:38:23','2026-01-02 20:38:23','a8c77a5e-0b2d-48de-8ec2-a70360d62587'),
(15941,57,6884,NULL,5151,6,'2026-01-02 20:38:23','2026-01-02 20:38:23','f52fb7d1-208c-4992-9800-8949cccefa01'),
(15942,57,6884,NULL,5152,7,'2026-01-02 20:38:23','2026-01-02 20:38:23','7d891fa4-ce6c-49de-b9f9-bde1ab741f4f'),
(15943,57,6884,NULL,5153,8,'2026-01-02 20:38:23','2026-01-02 20:38:23','5a500f85-394b-4c4a-8af8-2cf61631a316'),
(15944,13,6884,NULL,6882,1,'2026-01-02 20:38:23','2026-01-02 20:38:23','6c95d4e7-0cb4-462e-a8da-d751e6902452'),
(15946,32,6886,NULL,2614,1,'2026-01-02 20:39:34','2026-01-02 20:39:34','88a0ebcf-73b4-451d-a430-8596eb9e365e'),
(15947,32,6886,NULL,2610,2,'2026-01-02 20:39:34','2026-01-02 20:39:34','82b0f1a6-ba3a-4cd8-9c11-a6fbf4db3a77'),
(15948,32,6886,NULL,2598,3,'2026-01-02 20:39:34','2026-01-02 20:39:34','1e733874-144e-4d5b-b215-2eea4917123b'),
(15949,32,6886,NULL,2600,4,'2026-01-02 20:39:34','2026-01-02 20:39:34','808da456-119f-441a-a866-4acced2e7f5c'),
(15950,32,6886,NULL,2604,5,'2026-01-02 20:39:34','2026-01-02 20:39:34','14ec9379-5632-4a54-b0f7-8881da1676b5'),
(15951,16,6886,NULL,4223,1,'2026-01-02 20:39:34','2026-01-02 20:39:34','cf6f105f-9acc-4973-85a7-8f05d2f1e9cb'),
(15953,7,6886,NULL,2974,2,'2026-01-02 20:39:34','2026-01-02 20:39:34','a620bc7f-957e-45f0-a6ec-1b07ad547578'),
(15954,7,6886,NULL,2972,3,'2026-01-02 20:39:34','2026-01-02 20:39:34','dac96476-531f-4277-99dc-07d61cb081b0'),
(15955,7,6886,NULL,617,4,'2026-01-02 20:39:34','2026-01-02 20:39:34','cbf47cb0-15cb-4e63-8962-b463f04d88c1'),
(15956,7,6886,NULL,605,5,'2026-01-02 20:39:34','2026-01-02 20:39:34','299ebf78-a651-48ff-80df-2c7c1094adb4'),
(15957,82,6886,NULL,479,1,'2026-01-02 20:39:34','2026-01-02 20:39:34','847a44dd-53f0-4790-a5cd-a72fb25849d7'),
(15958,57,6886,NULL,4821,1,'2026-01-02 20:39:34','2026-01-02 20:39:34','13bd6b19-c6b9-4293-84cf-14e8d45cb412'),
(15959,57,6886,NULL,4822,2,'2026-01-02 20:39:34','2026-01-02 20:39:34','988a6feb-3f8f-4087-ad1d-65fb30b8dc8b'),
(15960,57,6886,NULL,4823,3,'2026-01-02 20:39:34','2026-01-02 20:39:34','4a815ab4-ea8a-4cca-943e-a492580363ca'),
(15961,57,6886,NULL,4824,4,'2026-01-02 20:39:34','2026-01-02 20:39:34','33cecc1e-8ad4-4a39-99dc-70183d8bf549'),
(15962,13,6886,NULL,6620,1,'2026-01-02 20:39:34','2026-01-02 20:39:34','c729d482-d78f-4f78-a371-c80605c0e4df'),
(15965,32,6888,NULL,2610,1,'2026-01-02 20:40:00','2026-01-02 20:40:00','a60dea0d-e2d4-4525-9cee-5c2436667e80'),
(15966,32,6888,NULL,2598,2,'2026-01-02 20:40:00','2026-01-02 20:40:00','f9b303bf-6f6c-4caf-8501-e2cf4237d599'),
(15967,32,6888,NULL,2600,3,'2026-01-02 20:40:00','2026-01-02 20:40:00','6dd7317c-b54f-43e8-bc0d-b934eff404d2'),
(15968,32,6888,NULL,2604,4,'2026-01-02 20:40:00','2026-01-02 20:40:00','60586d3d-0492-47ef-9d05-b1db5e1d2271'),
(15969,16,6888,NULL,4276,1,'2026-01-02 20:40:00','2026-01-02 20:40:00','73881849-8ce4-43a3-9708-223a53769a8e'),
(15971,7,6888,NULL,2972,2,'2026-01-02 20:40:00','2026-01-02 20:40:00','26dfc8bd-8457-4be7-8132-ec5f4b865b12'),
(15972,7,6888,NULL,617,3,'2026-01-02 20:40:00','2026-01-02 20:40:00','43daa1c0-e715-4f78-9963-290b59afa04b'),
(15973,7,6888,NULL,605,4,'2026-01-02 20:40:00','2026-01-02 20:40:00','020105ae-fe19-48ef-aa5d-1e41b2196d1c'),
(15974,57,6888,NULL,4834,1,'2026-01-02 20:40:00','2026-01-02 20:40:00','84348e15-d09a-42b9-86ca-b7c886c5b457'),
(15975,57,6888,NULL,4835,2,'2026-01-02 20:40:00','2026-01-02 20:40:00','1fbb14c8-ed5f-4d06-8e23-65d7796a1af1'),
(15976,57,6888,NULL,4836,3,'2026-01-02 20:40:00','2026-01-02 20:40:00','bfbecd63-99e2-4924-88e4-bc78d0c6eaf5'),
(15977,57,6888,NULL,4837,4,'2026-01-02 20:40:00','2026-01-02 20:40:00','a5cf4bf9-0c6d-425e-b303-424e32a96f65'),
(15978,57,6888,NULL,4838,5,'2026-01-02 20:40:00','2026-01-02 20:40:00','30d4798a-13c7-42be-8c2f-a61a957c841b'),
(15982,16,6890,NULL,6598,1,'2026-01-02 20:42:52','2026-01-02 20:42:52','16ad92fb-5443-416a-8d03-9560b6c030d6'),
(15983,57,6890,NULL,6600,1,'2026-01-02 20:42:52','2026-01-02 20:42:52','06f147ca-5421-45ce-a475-fa0f0cc21806'),
(15984,57,6890,NULL,6601,2,'2026-01-02 20:42:52','2026-01-02 20:42:52','9fb09862-e376-4d3a-83e7-3197bf3c879f'),
(15995,32,6893,NULL,2610,1,'2026-01-02 20:43:47','2026-01-02 20:43:47','93ba724e-e326-4dc4-997a-ef8ca7f0df69'),
(15996,32,6893,NULL,2598,2,'2026-01-02 20:43:47','2026-01-02 20:43:47','d561c431-433e-40ce-abf9-6f1b173f7aed'),
(15997,32,6893,NULL,2600,3,'2026-01-02 20:43:47','2026-01-02 20:43:47','fcd74004-ec1b-4d42-a259-30a094f1eeda'),
(15998,32,6893,NULL,2604,4,'2026-01-02 20:43:47','2026-01-02 20:43:47','2fe285e6-a9e0-428c-abbd-ae74d1e5c56e'),
(15999,16,6893,NULL,4358,1,'2026-01-02 20:43:47','2026-01-02 20:43:47','e0c8c524-4039-44c5-8e76-c55150ea00b9'),
(16000,7,6893,NULL,617,1,'2026-01-02 20:43:47','2026-01-02 20:43:47','4e0c49ef-df37-4aba-bef0-2ba85c2f405e'),
(16001,7,6893,NULL,605,2,'2026-01-02 20:43:47','2026-01-02 20:43:47','7dad20c7-ac68-497b-9410-1a87b21265d4'),
(16011,32,6895,NULL,2610,1,'2026-01-02 20:44:44','2026-01-02 20:44:44','ec88201f-f291-49ab-a028-f4439ff04962'),
(16012,32,6895,NULL,2598,2,'2026-01-02 20:44:44','2026-01-02 20:44:44','cc01d763-f016-47d7-986d-3d6fe684b484'),
(16013,32,6895,NULL,2600,3,'2026-01-02 20:44:44','2026-01-02 20:44:44','3ad3581f-77a6-4e49-b0c2-ee6253b82eb2'),
(16014,32,6895,NULL,2604,4,'2026-01-02 20:44:44','2026-01-02 20:44:44','54449f89-4cc6-4296-9ff0-c8d9adcf6b77'),
(16015,16,6895,NULL,4358,1,'2026-01-02 20:44:44','2026-01-02 20:44:44','d5c4968d-8244-409e-be16-21c1a1701008'),
(16016,7,6895,NULL,617,1,'2026-01-02 20:44:44','2026-01-02 20:44:44','2ab27327-5821-478e-8d93-7eddf805d399'),
(16017,7,6895,NULL,605,2,'2026-01-02 20:44:44','2026-01-02 20:44:44','955319ce-1b69-45bd-922a-189ee74eba4c'),
(16031,32,6898,NULL,2610,1,'2026-01-02 20:45:14','2026-01-02 20:45:14','376f0a82-9dd0-4123-aed6-74662c42662d'),
(16032,32,6898,NULL,2622,2,'2026-01-02 20:45:14','2026-01-02 20:45:14','e71a9dfb-4c08-43ff-8d52-3ac79b9a3d4a'),
(16033,32,6898,NULL,2598,3,'2026-01-02 20:45:14','2026-01-02 20:45:14','6ab3e18d-2955-48c2-8e42-4ee0d28047c7'),
(16034,32,6898,NULL,2600,4,'2026-01-02 20:45:14','2026-01-02 20:45:14','90d4a990-72a4-4afb-b355-bff61d833b09'),
(16035,32,6898,NULL,2604,5,'2026-01-02 20:45:14','2026-01-02 20:45:14','0f4e139c-5622-4fb4-bc68-7806c4b80d71'),
(16036,16,6898,NULL,4385,1,'2026-01-02 20:45:14','2026-01-02 20:45:14','4ebc9841-dced-44e6-954c-540b834beaf4'),
(16037,7,6898,NULL,2969,1,'2026-01-02 20:45:14','2026-01-02 20:45:14','9e4ba307-642d-49a6-9666-2adcce4d0567'),
(16038,7,6898,NULL,617,2,'2026-01-02 20:45:14','2026-01-02 20:45:14','c8638a55-f9d0-434a-ba29-45c02c0a46f6'),
(16039,7,6898,NULL,605,3,'2026-01-02 20:45:14','2026-01-02 20:45:14','7c4263e2-9c1f-4d32-b6aa-f722e81536ca'),
(16040,46,6898,NULL,4403,1,'2026-01-02 20:45:14','2026-01-02 20:45:14','d2992f4e-afc7-4373-b61d-0fd2afd3dbf5'),
(16044,32,6900,NULL,2610,1,'2026-01-02 20:46:02','2026-01-02 20:46:02','7084917f-db5e-43b8-bd1c-9924cee6eebf'),
(16045,32,6900,NULL,2598,2,'2026-01-02 20:46:02','2026-01-02 20:46:02','c4ebf459-9f1d-42c5-9b39-1001d5f506ea'),
(16046,32,6900,NULL,2624,3,'2026-01-02 20:46:02','2026-01-02 20:46:02','d25d9185-35e6-44d3-883e-9132223a5737'),
(16047,32,6900,NULL,2600,4,'2026-01-02 20:46:02','2026-01-02 20:46:02','583d1002-0cc9-4ae5-9acf-8611ab38c3a7'),
(16048,32,6900,NULL,2606,5,'2026-01-02 20:46:02','2026-01-02 20:46:02','45be5ae8-2d33-4125-9721-6e28d5aeb406'),
(16049,32,6900,NULL,2604,6,'2026-01-02 20:46:02','2026-01-02 20:46:02','9feaa6d5-23b7-4a6a-abfd-e81c769a0f3d'),
(16050,16,6900,NULL,4440,1,'2026-01-02 20:46:02','2026-01-02 20:46:02','bf8998bf-e429-4827-9ed4-9b152c5b7938'),
(16051,7,6900,NULL,617,1,'2026-01-02 20:46:02','2026-01-02 20:46:02','543f8c08-5d8a-49cf-a134-22fc08782fdb'),
(16052,7,6900,NULL,605,2,'2026-01-02 20:46:02','2026-01-02 20:46:02','8291b80b-dbd9-4246-9546-807cdc527d61'),
(16053,46,6900,NULL,2891,1,'2026-01-02 20:46:02','2026-01-02 20:46:02','ace1deaf-40ad-4e65-8e2e-151fa0187aef'),
(16065,32,6903,NULL,2610,1,'2026-01-02 20:47:53','2026-01-02 20:47:53','cce1ef25-387e-47b2-9b19-46f7dbf19cb2'),
(16066,32,6903,NULL,2598,2,'2026-01-02 20:47:53','2026-01-02 20:47:53','eff9d8e9-5fea-4c19-a38d-5abce968be35'),
(16067,32,6903,NULL,2600,3,'2026-01-02 20:47:53','2026-01-02 20:47:53','234b9361-a409-4dd3-9d40-322d97844e6f'),
(16068,32,6903,NULL,2604,4,'2026-01-02 20:47:53','2026-01-02 20:47:53','e22da607-a5f7-4a97-8904-45f7561e889a'),
(16069,16,6903,NULL,4466,1,'2026-01-02 20:47:53','2026-01-02 20:47:53','0afc0395-816c-4cd8-8670-a80a25d70e76'),
(16070,7,6903,NULL,2969,1,'2026-01-02 20:47:53','2026-01-02 20:47:53','167a029a-ebe0-40db-9c6f-b833106479f4'),
(16071,7,6903,NULL,617,2,'2026-01-02 20:47:53','2026-01-02 20:47:53','ff95750c-255e-42c9-9a45-2d2f37e89bb5'),
(16072,7,6903,NULL,605,3,'2026-01-02 20:47:53','2026-01-02 20:47:53','c37e657f-5da5-4f14-bfb9-642619a8ddda'),
(16085,32,6906,NULL,2610,1,'2026-01-02 20:49:01','2026-01-02 20:49:01','15c4b2bb-f870-40cf-a80b-dca768583ae6'),
(16086,32,6906,NULL,2598,2,'2026-01-02 20:49:01','2026-01-02 20:49:01','70fa539f-909f-45fd-aea2-91c6c4245341'),
(16087,32,6906,NULL,2600,3,'2026-01-02 20:49:01','2026-01-02 20:49:01','c2e63dee-8207-4215-a228-65adfd1a0ab3'),
(16088,32,6906,NULL,2604,4,'2026-01-02 20:49:01','2026-01-02 20:49:01','07005f5b-8ad8-4dc2-8170-26664dc15c62'),
(16089,16,6906,NULL,4497,1,'2026-01-02 20:49:01','2026-01-02 20:49:01','a38cebf5-76c5-47cf-ac9b-577f67998171'),
(16091,7,6906,NULL,2972,2,'2026-01-02 20:49:01','2026-01-02 20:49:01','e9d48384-2b82-47d4-9174-00acc5237a06'),
(16092,7,6906,NULL,617,3,'2026-01-02 20:49:01','2026-01-02 20:49:01','02103b82-e878-42ab-bec4-c863baa130dc'),
(16093,7,6906,NULL,605,4,'2026-01-02 20:49:01','2026-01-02 20:49:01','68c1b1b7-53ff-4c1f-8a88-a9095100a9f9'),
(16106,32,6909,NULL,2610,1,'2026-01-02 20:50:10','2026-01-02 20:50:10','97a20dca-10fa-4e3d-8db1-cab03869b18c'),
(16107,32,6909,NULL,2598,2,'2026-01-02 20:50:10','2026-01-02 20:50:10','8b1ef3e5-eda1-4351-98bf-e1d911ddb3c4'),
(16108,32,6909,NULL,2600,3,'2026-01-02 20:50:10','2026-01-02 20:50:10','97a48b72-0f2d-45f7-8bc2-bf42a98cbc6a'),
(16109,32,6909,NULL,2604,4,'2026-01-02 20:50:10','2026-01-02 20:50:10','db2b3f86-be20-4494-a9a7-4b42a7e9fc88'),
(16110,16,6909,NULL,4526,1,'2026-01-02 20:50:10','2026-01-02 20:50:10','0de25013-95a6-4b45-b882-e58f568d34a7'),
(16111,7,6909,NULL,2969,1,'2026-01-02 20:50:10','2026-01-02 20:50:10','b2d2879f-eb61-4a42-b86c-46f141c361ec'),
(16112,7,6909,NULL,2974,2,'2026-01-02 20:50:10','2026-01-02 20:50:10','4a95e8df-bd2e-48a6-a11f-388ef8e0cd50'),
(16113,7,6909,NULL,617,3,'2026-01-02 20:50:10','2026-01-02 20:50:10','270ba23b-af5a-471a-808b-7a5b0c18fe7d'),
(16114,7,6909,NULL,605,4,'2026-01-02 20:50:10','2026-01-02 20:50:10','2557c27a-ce26-4c92-9d0b-6e4a524e4283'),
(16125,32,6912,NULL,2610,1,'2026-01-02 20:51:13','2026-01-02 20:51:13','00683e7a-c171-483e-bc4b-f5c9fe24d42d'),
(16126,32,6912,NULL,2598,2,'2026-01-02 20:51:13','2026-01-02 20:51:13','b8986943-8aa8-4a27-bf96-7c34fb4a708c'),
(16127,32,6912,NULL,2600,3,'2026-01-02 20:51:13','2026-01-02 20:51:13','62624dc1-07ee-4f12-80ef-63e36d5b7bed'),
(16128,32,6912,NULL,2604,4,'2026-01-02 20:51:13','2026-01-02 20:51:13','3007bca3-4cac-4639-8446-51c45028413e'),
(16129,16,6912,NULL,4554,1,'2026-01-02 20:51:13','2026-01-02 20:51:13','1ef91439-b490-4618-b7e1-14c2e7d82ca8'),
(16130,7,6912,NULL,617,1,'2026-01-02 20:51:13','2026-01-02 20:51:13','d2ac5fff-af10-4d10-9a78-c304b83779d2'),
(16131,7,6912,NULL,605,2,'2026-01-02 20:51:13','2026-01-02 20:51:13','affc757c-379c-42ca-88e2-3b379fb88c02'),
(16143,32,6914,NULL,2610,1,'2026-01-02 20:52:40','2026-01-02 20:52:40','0913bd28-2cc6-4559-95b2-5bc4d073f722'),
(16144,32,6914,NULL,2598,2,'2026-01-02 20:52:40','2026-01-02 20:52:40','33d4ab66-c355-4a6b-847b-5fa0868b1681'),
(16145,32,6914,NULL,2600,3,'2026-01-02 20:52:40','2026-01-02 20:52:40','e7599393-1c27-4bbf-884f-33b64bbf4fba'),
(16146,32,6914,NULL,2602,4,'2026-01-02 20:52:40','2026-01-02 20:52:40','6f0a59fc-bb2b-4bc7-9559-a17f880b0a81'),
(16147,32,6914,NULL,2604,5,'2026-01-02 20:52:40','2026-01-02 20:52:40','875f68ea-aafd-4e62-a3b2-83783dc9326e'),
(16148,16,6914,NULL,4579,1,'2026-01-02 20:52:40','2026-01-02 20:52:40','0596f4dd-4c39-42e7-88bc-26e40939bc2c'),
(16149,7,6914,NULL,2969,1,'2026-01-02 20:52:40','2026-01-02 20:52:40','860a41f1-acac-412d-be2e-b7d8c9aa277b'),
(16151,7,6914,NULL,617,3,'2026-01-02 20:52:40','2026-01-02 20:52:40','394063f8-25f0-4653-8cf2-a8b41863e447'),
(16152,7,6914,NULL,605,4,'2026-01-02 20:52:40','2026-01-02 20:52:40','7ca26ceb-b5ee-4ef2-b472-9060ddb7b24c'),
(16172,32,6917,NULL,2610,1,'2026-01-02 20:53:15','2026-01-02 20:53:15','2145899d-3849-4eb9-a157-18904ab7137e'),
(16173,32,6917,NULL,2598,2,'2026-01-02 20:53:15','2026-01-02 20:53:15','1f3666c0-0994-4c6d-a842-ccb7c9f441d3'),
(16174,32,6917,NULL,2600,3,'2026-01-02 20:53:15','2026-01-02 20:53:15','42de42f9-06c0-4f1e-b9ed-42d91ef868bd'),
(16175,32,6917,NULL,2602,4,'2026-01-02 20:53:15','2026-01-02 20:53:15','5239a622-95a3-4dfe-8b43-fc2400ff8732'),
(16176,32,6917,NULL,2612,5,'2026-01-02 20:53:15','2026-01-02 20:53:15','62aa9a1b-1e2b-41ec-bf1e-cf94e10438a5'),
(16177,32,6917,NULL,2618,6,'2026-01-02 20:53:15','2026-01-02 20:53:15','cf3244ce-199f-4e15-8580-689c9b9d964a'),
(16178,32,6917,NULL,2604,7,'2026-01-02 20:53:15','2026-01-02 20:53:15','cf0b8932-b217-46d0-9d7a-be17e6ac20d4'),
(16179,16,6917,NULL,4639,1,'2026-01-02 20:53:15','2026-01-02 20:53:15','2165bc86-b014-4d28-97a4-69175ec94c2b'),
(16180,7,6917,NULL,2974,1,'2026-01-02 20:53:15','2026-01-02 20:53:15','7cc56464-a8e8-4bae-80a2-648507e90a39'),
(16181,7,6917,NULL,617,2,'2026-01-02 20:53:15','2026-01-02 20:53:15','b93fd96d-b95c-47c6-8425-8ddaf23d676d'),
(16182,7,6917,NULL,605,3,'2026-01-02 20:53:15','2026-01-02 20:53:15','90c6159c-1e15-44ea-af21-65bda3bf430a'),
(16183,46,6917,NULL,3697,1,'2026-01-02 20:53:15','2026-01-02 20:53:15','f53b6fd0-efc0-4bb3-8b6c-2a9fd0c96982'),
(16184,57,6917,NULL,5084,1,'2026-01-02 20:53:15','2026-01-02 20:53:15','54624c6c-a80b-4c49-b56d-7673783d614b'),
(16185,57,6917,NULL,5085,2,'2026-01-02 20:53:15','2026-01-02 20:53:15','7bca6aae-7850-473a-83d0-51a3902b483e'),
(16186,57,6917,NULL,5086,3,'2026-01-02 20:53:15','2026-01-02 20:53:15','1563c4b0-0dda-4895-a2b4-b37c943d0f57'),
(16187,57,6917,NULL,5087,4,'2026-01-02 20:53:15','2026-01-02 20:53:15','ecb934f1-5f6d-423b-8763-e1040444331b'),
(16188,57,6917,NULL,5088,5,'2026-01-02 20:53:15','2026-01-02 20:53:15','4f3e1592-f19a-4277-88b3-0955fdc1c777'),
(16212,32,6921,NULL,2610,1,'2026-01-02 20:57:38','2026-01-02 20:57:38','192edda7-8145-4f6b-b748-c382519ba0a0'),
(16213,32,6921,NULL,2598,2,'2026-01-02 20:57:38','2026-01-02 20:57:38','edcd9467-16e3-4266-a9e6-63c1a22398da'),
(16214,32,6921,NULL,2608,3,'2026-01-02 20:57:38','2026-01-02 20:57:38','7ad550a1-b8ff-419d-b0f3-4e2263a0e2a1'),
(16215,32,6921,NULL,2600,4,'2026-01-02 20:57:38','2026-01-02 20:57:38','c552c3fd-2c7d-400d-9e89-1cba69f12742'),
(16216,32,6921,NULL,2596,5,'2026-01-02 20:57:38','2026-01-02 20:57:38','52e31da1-dd72-45dc-9f09-1b5f0da9c2b5'),
(16217,32,6921,NULL,2602,6,'2026-01-02 20:57:38','2026-01-02 20:57:38','de83cb71-39d6-43c2-9606-d9da425c89c8'),
(16218,32,6921,NULL,2604,7,'2026-01-02 20:57:38','2026-01-02 20:57:38','0f2e79d2-0a76-49f7-9131-c983e4f54989'),
(16219,16,6921,NULL,3011,1,'2026-01-02 20:57:38','2026-01-02 20:57:38','0b2c00f7-fdc9-40f0-b84e-96f8ce19ea80'),
(16220,7,6921,NULL,601,1,'2026-01-02 20:57:38','2026-01-02 20:57:38','e5e3d563-acc2-4a9c-8311-3d903dcc7bdd'),
(16222,7,6921,NULL,3027,3,'2026-01-02 20:57:38','2026-01-02 20:57:38','eb2f837f-a412-4e59-a1e6-6acea61c3f4a'),
(16223,7,6921,NULL,617,4,'2026-01-02 20:57:38','2026-01-02 20:57:38','47d7a86d-dd36-4d39-96f8-0e7ca9924917'),
(16224,7,6921,NULL,605,5,'2026-01-02 20:57:38','2026-01-02 20:57:38','ffebf7ea-ec56-446a-b592-fcf2d2664606'),
(16225,57,6921,NULL,4920,1,'2026-01-02 20:57:38','2026-01-02 20:57:38','58bb2ff8-391a-43c6-8f85-a5166733ad26'),
(16226,57,6921,NULL,4921,2,'2026-01-02 20:57:38','2026-01-02 20:57:38','2b96dbd9-02b3-4343-beb9-d366e2ffd5b7'),
(16227,57,6921,NULL,4922,3,'2026-01-02 20:57:38','2026-01-02 20:57:38','8319c72d-5f36-468c-adf3-0f5109e23671'),
(16228,57,6921,NULL,4923,4,'2026-01-02 20:57:38','2026-01-02 20:57:38','83a05034-eadc-44ac-8611-9c1b42bf341c'),
(16229,57,6921,NULL,4924,5,'2026-01-02 20:57:38','2026-01-02 20:57:38','e265738c-88e5-47f5-8a39-a6d9fca21714'),
(16231,13,1359,NULL,6922,1,'2026-01-02 20:58:23','2026-01-02 20:58:23','eeeec5e4-426b-4ef9-9115-f9ec020d3905'),
(16232,13,6923,NULL,6922,1,'2026-01-02 20:58:23','2026-01-02 20:58:23','d29d1218-a3f5-49dc-9216-990bb433e249'),
(16234,13,2712,NULL,6925,1,'2026-01-02 20:59:13','2026-01-02 20:59:13','2d86b7e8-d849-467c-baa0-8fb982eb1636'),
(16235,13,6926,NULL,6925,1,'2026-01-02 20:59:13','2026-01-02 20:59:13','96b6a196-599a-4891-a689-0972dce1f9b8'),
(16237,13,1371,NULL,6927,1,'2026-01-02 20:59:32','2026-01-02 20:59:32','34245e31-ba3e-4132-b188-1aa4a8d812f8'),
(16238,13,6929,NULL,6927,1,'2026-01-02 20:59:32','2026-01-02 20:59:32','4a4ba040-efd1-4014-9d6f-d08b5783c724'),
(16241,13,1377,NULL,6931,1,'2026-01-02 21:01:08','2026-01-02 21:01:08','8c048e5c-12c2-45ed-94a1-59669e4a8b2e'),
(16242,13,6933,NULL,6931,1,'2026-01-02 21:01:08','2026-01-02 21:01:08','acb6dd88-f426-4bec-9584-673d46ffecd0'),
(16262,32,6936,NULL,2610,1,'2026-01-02 21:02:08','2026-01-02 21:02:08','04e0bf47-2034-42dc-bea5-0f0129d77fbc'),
(16263,32,6936,NULL,2598,2,'2026-01-02 21:02:08','2026-01-02 21:02:08','1d762301-5593-429e-b10c-7987924d06e0'),
(16264,32,6936,NULL,2624,3,'2026-01-02 21:02:08','2026-01-02 21:02:08','b67b74ae-130f-4ef2-b58c-5567774ddbb3'),
(16265,32,6936,NULL,2600,4,'2026-01-02 21:02:08','2026-01-02 21:02:08','e2eca71a-6228-462a-8907-52415c7f274e'),
(16266,32,6936,NULL,2606,5,'2026-01-02 21:02:08','2026-01-02 21:02:08','7d07d9f3-1472-4555-b49f-75d5a16570e6'),
(16267,32,6936,NULL,2604,6,'2026-01-02 21:02:08','2026-01-02 21:02:08','5cb8908e-37aa-4b53-b772-171da20a0b90'),
(16268,16,6936,NULL,5191,1,'2026-01-02 21:02:08','2026-01-02 21:02:08','ddcc9d0d-1817-450c-8652-a2d603b53825'),
(16269,7,6936,NULL,601,1,'2026-01-02 21:02:08','2026-01-02 21:02:08','52473b16-e3ef-4a73-bdb3-f585ef0e7265'),
(16270,7,6936,NULL,3468,2,'2026-01-02 21:02:08','2026-01-02 21:02:08','cec83805-fc4b-4e0c-879d-064a956fd7d0'),
(16271,7,6936,NULL,617,3,'2026-01-02 21:02:08','2026-01-02 21:02:08','ff48f2fe-6ed0-4d06-b6f0-d81650027f84'),
(16272,7,6936,NULL,605,4,'2026-01-02 21:02:08','2026-01-02 21:02:08','df83abf8-6980-4fb4-8da3-9b909e4c7c5d'),
(16273,57,6936,NULL,5185,1,'2026-01-02 21:02:08','2026-01-02 21:02:08','6435968c-b2f6-498b-a99e-1f17bd5568b3'),
(16274,57,6936,NULL,5186,2,'2026-01-02 21:02:08','2026-01-02 21:02:08','d3d64090-6df5-4805-88c6-153427e40d7d'),
(16275,57,6936,NULL,5187,3,'2026-01-02 21:02:08','2026-01-02 21:02:08','d2a1f552-0ee0-4b00-b861-da4ec20d95cd'),
(16276,57,6936,NULL,5188,4,'2026-01-02 21:02:08','2026-01-02 21:02:08','b34c9e26-1380-4cbe-bcf5-d7b41e5f084d'),
(16277,57,6936,NULL,5189,5,'2026-01-02 21:02:08','2026-01-02 21:02:08','75fb16e5-8b6f-4c7e-a915-7f57676aba21'),
(16278,57,6936,NULL,5190,6,'2026-01-02 21:02:08','2026-01-02 21:02:08','6129a802-7189-479e-afa0-852bc29b9d0b'),
(16302,82,2,NULL,491,1,'2026-01-05 16:30:40','2026-01-21 18:24:07','6fef1a15-2025-4b7a-b463-df1305c9b13e'),
(16367,22,6952,NULL,6949,1,'2026-01-05 16:46:02','2026-01-05 16:46:02','0c4e75b2-1ffe-430d-a3ae-8b7304bf565c'),
(16368,16,6953,NULL,2968,1,'2026-01-05 16:49:57','2026-01-05 16:49:57','82b1fb2a-1af6-4845-8f29-1c22e4c42bb3'),
(16369,57,6953,NULL,3246,1,'2026-01-05 16:49:57','2026-01-05 16:49:57','61bb3f77-50c9-453d-bd99-f818e2c1f427'),
(16370,57,6953,NULL,3254,2,'2026-01-05 16:49:57','2026-01-05 16:49:57','2adf5cdd-2bdc-4cc7-bba4-cbe668e89a11'),
(16371,57,6953,NULL,3253,3,'2026-01-05 16:49:57','2026-01-05 16:49:57','c5a2aaa7-59ad-48af-a808-621b73290596'),
(16372,57,6953,NULL,3251,4,'2026-01-05 16:49:57','2026-01-05 16:49:57','69807148-0f54-4dc9-ae04-6184e2966b13'),
(16373,57,6953,NULL,3245,5,'2026-01-05 16:49:57','2026-01-05 16:49:57','e50c466a-ee23-4906-a269-9f46a565ea33'),
(16374,57,6953,NULL,3248,6,'2026-01-05 16:49:57','2026-01-05 16:49:57','42ca1ebd-b193-4b31-99c2-1774340d76eb'),
(16375,72,6953,NULL,548,1,'2026-01-05 16:49:57','2026-01-05 16:49:57','dae49325-6d35-4363-8909-9306f7eb7656'),
(16378,22,1752,NULL,6954,1,'2026-01-05 17:02:25','2026-01-05 17:02:25','68208931-de90-415a-b888-b7ec1f6465e2'),
(16379,32,6956,NULL,2610,1,'2026-01-05 17:02:25','2026-01-05 17:02:25','9bcc1281-e48f-44ae-a486-02905030629d'),
(16380,32,6956,NULL,2598,2,'2026-01-05 17:02:25','2026-01-05 17:02:25','11908a01-9cce-40a1-bad9-0847766128ba'),
(16381,32,6956,NULL,2608,3,'2026-01-05 17:02:25','2026-01-05 17:02:25','d195fd4c-0cbe-48e3-927f-c59a9a8dcf32'),
(16382,32,6956,NULL,2624,4,'2026-01-05 17:02:25','2026-01-05 17:02:25','a10bbc66-1c83-410b-bf04-524dafa14014'),
(16383,32,6956,NULL,2600,5,'2026-01-05 17:02:25','2026-01-05 17:02:25','4715ce57-42ed-4957-bab0-674f2e8fdca1'),
(16384,32,6956,NULL,2596,6,'2026-01-05 17:02:25','2026-01-05 17:02:25','8f8712c9-1f27-43c8-838a-2b4abdafb4d8'),
(16385,32,6956,NULL,2602,7,'2026-01-05 17:02:25','2026-01-05 17:02:25','8ecdf771-5d87-4826-bcaf-057f3afdb7cd'),
(16386,32,6956,NULL,2606,8,'2026-01-05 17:02:25','2026-01-05 17:02:25','4445bee9-8b34-4d6b-9b47-31f9a19aec4e'),
(16387,32,6956,NULL,2612,9,'2026-01-05 17:02:25','2026-01-05 17:02:25','fc6e27e5-2b71-4ae1-bfbb-3df5272575a5'),
(16388,32,6956,NULL,2604,10,'2026-01-05 17:02:25','2026-01-05 17:02:25','ba2f05a0-3b66-4ad6-9ca9-46f14b665d54'),
(16389,16,6956,NULL,4786,1,'2026-01-05 17:02:25','2026-01-05 17:02:25','681c12e5-8643-4a6e-8cff-60d5dbdceb26'),
(16390,7,6956,NULL,601,1,'2026-01-05 17:02:25','2026-01-05 17:02:25','4796021c-1bcb-4ddd-9b1e-3ac6612665a2'),
(16391,7,6956,NULL,6547,2,'2026-01-05 17:02:25','2026-01-05 17:02:25','11c140d1-3f63-449b-85a1-71c417bdef38'),
(16392,7,6956,NULL,617,3,'2026-01-05 17:02:25','2026-01-05 17:02:25','ed2385a7-8064-4884-9571-6247adf8ee3f'),
(16393,7,6956,NULL,605,4,'2026-01-05 17:02:25','2026-01-05 17:02:25','a3949e4b-e34d-403d-bdc6-6d305dba3764'),
(16394,82,6956,NULL,491,1,'2026-01-05 17:02:25','2026-01-05 17:02:25','4fbdd82c-6a01-4406-9de5-0aa5a05fb4f7'),
(16395,46,6956,NULL,2891,1,'2026-01-05 17:02:25','2026-01-05 17:02:25','02a09907-270b-423a-a423-06036454b28b'),
(16396,57,6956,NULL,4806,1,'2026-01-05 17:02:25','2026-01-05 17:02:25','4919338a-c516-456f-80a9-59cf2ce4b685'),
(16397,57,6956,NULL,4807,2,'2026-01-05 17:02:25','2026-01-05 17:02:25','9c4ba674-cdc7-4314-b166-6c598e8d6b91'),
(16398,57,6956,NULL,4808,3,'2026-01-05 17:02:25','2026-01-05 17:02:25','599f5784-bf01-4147-a6ac-1f73021c39b5'),
(16399,57,6956,NULL,4809,4,'2026-01-05 17:02:25','2026-01-05 17:02:25','4ab4c962-690c-4f77-a261-1de1f6c56170'),
(16400,57,6956,NULL,4810,5,'2026-01-05 17:02:25','2026-01-05 17:02:25','bb5ab8af-4a81-418a-9a91-bb229ea5b80d'),
(16401,57,6956,NULL,4811,6,'2026-01-05 17:02:25','2026-01-05 17:02:25','9675dfcb-07c5-47b8-b4ad-c041cae5233a'),
(16402,13,6956,NULL,6542,1,'2026-01-05 17:02:25','2026-01-05 17:02:25','18743aba-c038-4b2c-b6af-e9afe4b4a1f5'),
(16403,22,6957,NULL,6954,1,'2026-01-05 17:02:25','2026-01-05 17:02:25','bed6e21f-6856-4150-bd7c-7cc7cf4276b1'),
(16428,32,6959,NULL,2610,1,'2026-01-05 17:03:01','2026-01-05 17:03:01','6bbad26e-709f-4341-99da-a64bd40f601b'),
(16429,32,6959,NULL,2598,2,'2026-01-05 17:03:01','2026-01-05 17:03:01','a8964ff2-6807-4f07-ac93-715ceaf5d798'),
(16430,32,6959,NULL,2608,3,'2026-01-05 17:03:01','2026-01-05 17:03:01','1ace0387-0f0d-4187-81d6-96f583e4224f'),
(16431,32,6959,NULL,2624,4,'2026-01-05 17:03:01','2026-01-05 17:03:01','5d591a83-bbe9-426c-ad34-639d22c04d08'),
(16432,32,6959,NULL,2600,5,'2026-01-05 17:03:01','2026-01-05 17:03:01','abf1fc94-7cb0-4023-8165-26e49ebcb7cb'),
(16433,32,6959,NULL,2596,6,'2026-01-05 17:03:01','2026-01-05 17:03:01','341e01c7-a6a4-4a51-bb30-150056b06585'),
(16434,32,6959,NULL,2602,7,'2026-01-05 17:03:01','2026-01-05 17:03:01','35a53b5d-f24c-4a9c-9c9a-d0c56da7f40f'),
(16435,32,6959,NULL,2606,8,'2026-01-05 17:03:01','2026-01-05 17:03:01','50318099-a37b-44c4-8bbc-b0ca72e62bd4'),
(16436,32,6959,NULL,2612,9,'2026-01-05 17:03:01','2026-01-05 17:03:01','311d90a0-75cc-4af9-8bd1-f1f895636fc8'),
(16437,32,6959,NULL,2604,10,'2026-01-05 17:03:01','2026-01-05 17:03:01','480c5d55-9f8b-4100-86b3-e9c8a0943e28'),
(16438,16,6959,NULL,4786,1,'2026-01-05 17:03:01','2026-01-05 17:03:01','828b8752-6c02-40df-91c3-a79221252c76'),
(16439,7,6959,NULL,601,1,'2026-01-05 17:03:01','2026-01-05 17:03:01','b39298f5-c1cb-4312-91d1-336a405f8b21'),
(16440,7,6959,NULL,6547,2,'2026-01-05 17:03:01','2026-01-05 17:03:01','85a900b0-80d6-455d-b74d-ece2f1166b4b'),
(16441,7,6959,NULL,617,3,'2026-01-05 17:03:01','2026-01-05 17:03:01','372381f4-f982-4bfd-a3bf-2219cc4e4a11'),
(16442,7,6959,NULL,605,4,'2026-01-05 17:03:01','2026-01-05 17:03:01','ead4f737-09a7-4a35-815d-e407e2e6df20'),
(16443,82,6959,NULL,491,1,'2026-01-05 17:03:01','2026-01-05 17:03:01','424f6a45-84ab-438a-abbf-e217f73318be'),
(16444,46,6959,NULL,2891,1,'2026-01-05 17:03:01','2026-01-05 17:03:01','f271968c-48bc-46a0-a51b-e473611b07e7'),
(16445,57,6959,NULL,4806,1,'2026-01-05 17:03:01','2026-01-05 17:03:01','718db32f-0b3f-4b4d-82ea-c5b01c7a943a'),
(16446,57,6959,NULL,4807,2,'2026-01-05 17:03:01','2026-01-05 17:03:01','9a9d5b71-f0bf-47d5-a802-40661e1b77b4'),
(16447,57,6959,NULL,4808,3,'2026-01-05 17:03:01','2026-01-05 17:03:01','0aaad711-feb5-4e85-b078-fc50b8790b53'),
(16448,57,6959,NULL,4809,4,'2026-01-05 17:03:01','2026-01-05 17:03:01','ead208ec-d618-4486-a117-ced37c8caa5a'),
(16449,57,6959,NULL,4810,5,'2026-01-05 17:03:01','2026-01-05 17:03:01','04ab11fd-1a9c-446a-8a52-4da84035d066'),
(16450,57,6959,NULL,4811,6,'2026-01-05 17:03:01','2026-01-05 17:03:01','04b4835e-6e09-4353-9bbb-6e698b659375'),
(16451,13,6959,NULL,6542,1,'2026-01-05 17:03:01','2026-01-05 17:03:01','ae7599c5-2ef8-4709-bcb9-35d449769488'),
(16489,32,6962,NULL,2614,1,'2026-01-05 17:03:57','2026-01-05 17:03:57','6b8b7492-ea48-4af9-ab09-5d54bed30d2b'),
(16490,32,6962,NULL,2610,2,'2026-01-05 17:03:57','2026-01-05 17:03:57','56ca3c9b-d3dc-4b8b-b65b-19e9301c31a1'),
(16491,32,6962,NULL,2598,3,'2026-01-05 17:03:57','2026-01-05 17:03:57','5ae35374-0287-4294-b565-ffff72e698b1'),
(16492,32,6962,NULL,2600,4,'2026-01-05 17:03:57','2026-01-05 17:03:57','bf3a0c9a-39c4-44da-af65-3fadc5c7538e'),
(16493,32,6962,NULL,2604,5,'2026-01-05 17:03:57','2026-01-05 17:03:57','02fb7483-93a4-4b8b-98c6-67b3003c6070'),
(16494,16,6962,NULL,4223,1,'2026-01-05 17:03:57','2026-01-05 17:03:57','955d8b68-81d0-478a-9a6f-108823564760'),
(16496,7,6962,NULL,2974,2,'2026-01-05 17:03:57','2026-01-05 17:03:57','aa94ed61-37f2-4744-b771-a41d0c65547f'),
(16497,7,6962,NULL,2972,3,'2026-01-05 17:03:57','2026-01-05 17:03:57','7fbf85a8-03a5-47d4-8c0a-8ccc56b31393'),
(16498,7,6962,NULL,617,4,'2026-01-05 17:03:57','2026-01-05 17:03:57','f2298e5e-bc27-4c47-95ea-e45109e16350'),
(16499,7,6962,NULL,605,5,'2026-01-05 17:03:57','2026-01-05 17:03:57','def9917e-742b-4245-9a93-6e99cc8a521a'),
(16500,82,6962,NULL,479,1,'2026-01-05 17:03:57','2026-01-05 17:03:57','761a0521-5dba-4092-9cb2-8735ba2f1180'),
(16501,57,6962,NULL,4821,1,'2026-01-05 17:03:57','2026-01-05 17:03:57','f8eb90ec-e3ad-4085-8161-b6f84bb9ce8e'),
(16502,57,6962,NULL,4822,2,'2026-01-05 17:03:57','2026-01-05 17:03:57','9ef9e568-ec01-43f7-8838-10f483c74613'),
(16503,57,6962,NULL,4823,3,'2026-01-05 17:03:57','2026-01-05 17:03:57','9f1f3ab3-3010-4a94-9186-b5f3a08767ae'),
(16504,57,6962,NULL,4824,4,'2026-01-05 17:03:57','2026-01-05 17:03:57','d099b3f0-68b7-4e6f-aa5e-f16b57160aab'),
(16505,13,6962,NULL,6620,1,'2026-01-05 17:03:57','2026-01-05 17:03:57','831f28cf-ef80-4e06-9c83-95eda7b084a2'),
(16528,22,1577,NULL,6964,1,'2026-01-05 17:07:53','2026-01-05 17:07:53','a25d489d-4fb2-4e48-aa0c-7603129273c9'),
(16529,32,6966,NULL,2610,1,'2026-01-05 17:07:53','2026-01-05 17:07:53','39fa1f00-0cad-471a-aaf8-11d858a44d63'),
(16530,32,6966,NULL,2598,2,'2026-01-05 17:07:53','2026-01-05 17:07:53','68bd48f3-ff07-492f-8078-e8b378bcdad1'),
(16531,32,6966,NULL,2600,3,'2026-01-05 17:07:53','2026-01-05 17:07:53','4bb00a81-3eb6-4312-8375-c65a62bcdbc2'),
(16532,32,6966,NULL,2602,4,'2026-01-05 17:07:53','2026-01-05 17:07:53','6d25d19e-8f0e-455a-9aeb-302bcb84906c'),
(16533,32,6966,NULL,2612,5,'2026-01-05 17:07:53','2026-01-05 17:07:53','c1cff018-9511-4494-843b-6e5b65c35914'),
(16534,32,6966,NULL,2618,6,'2026-01-05 17:07:53','2026-01-05 17:07:53','42d4f604-5e46-4434-9099-b5877d528586'),
(16535,32,6966,NULL,2604,7,'2026-01-05 17:07:53','2026-01-05 17:07:53','d2526cee-e485-4fe8-a25c-743626a5ae2c'),
(16536,16,6966,NULL,3689,1,'2026-01-05 17:07:53','2026-01-05 17:07:53','8f96fc85-cbec-415b-b628-e85d63a6ed9c'),
(16537,7,6966,NULL,601,1,'2026-01-05 17:07:53','2026-01-05 17:07:53','8d777ea9-3eb4-4d7e-86c7-4a48f01b5203'),
(16538,7,6966,NULL,3468,2,'2026-01-05 17:07:53','2026-01-05 17:07:53','0f7e36fe-d98a-4cc5-976e-15ac657d0520'),
(16539,7,6966,NULL,617,3,'2026-01-05 17:07:53','2026-01-05 17:07:53','abbb68f8-367f-451d-af88-bae3cc516fe5'),
(16540,7,6966,NULL,605,4,'2026-01-05 17:07:53','2026-01-05 17:07:53','c4c15f7f-74d4-4304-badb-8a3dcba7d5c2'),
(16541,82,6966,NULL,479,1,'2026-01-05 17:07:53','2026-01-05 17:07:53','071ff1f4-901f-4f54-a89b-3f58a160f7f0'),
(16542,82,6966,NULL,485,2,'2026-01-05 17:07:53','2026-01-05 17:07:53','fccbc508-8161-47df-92e1-e352182547cf'),
(16543,82,6966,NULL,491,3,'2026-01-05 17:07:53','2026-01-05 17:07:53','9675885f-b42b-4d09-b7da-af3b780114c8'),
(16544,46,6966,NULL,3697,1,'2026-01-05 17:07:53','2026-01-05 17:07:53','975edc78-015c-4373-9856-026ea34965de'),
(16545,57,6966,NULL,4829,1,'2026-01-05 17:07:53','2026-01-05 17:07:53','d33b818f-481a-4e2d-9c43-1610c410300c'),
(16546,57,6966,NULL,4826,2,'2026-01-05 17:07:53','2026-01-05 17:07:53','c7f2b1cb-7f1b-41db-a4ba-2f631afecc1e'),
(16547,57,6966,NULL,4828,3,'2026-01-05 17:07:53','2026-01-05 17:07:53','59d924cb-d768-43bc-be04-01c21fca2927'),
(16548,57,6966,NULL,4827,4,'2026-01-05 17:07:53','2026-01-05 17:07:53','cdcf7064-2914-4867-8f18-d8ac2a9a2193'),
(16550,22,6967,NULL,6964,1,'2026-01-05 17:07:53','2026-01-05 17:07:53','5135f708-c292-4131-86bc-e9c53f0c6b28'),
(16572,32,6969,NULL,2610,1,'2026-01-05 17:08:09','2026-01-05 17:08:09','906a7112-f987-4864-bd45-5c039a65a768'),
(16573,32,6969,NULL,2598,2,'2026-01-05 17:08:09','2026-01-05 17:08:09','e23f0241-e2ea-4899-89b7-ada27ecaddfe'),
(16574,32,6969,NULL,2600,3,'2026-01-05 17:08:09','2026-01-05 17:08:09','3f568b2d-3fa8-4c04-a7ca-db9804cee76a'),
(16575,32,6969,NULL,2602,4,'2026-01-05 17:08:09','2026-01-05 17:08:09','0bdf425d-0585-4ac4-96b6-9be999d61741'),
(16576,32,6969,NULL,2612,5,'2026-01-05 17:08:09','2026-01-05 17:08:09','393ea4db-dd3b-4cba-8303-52569a1dfdcf'),
(16577,32,6969,NULL,2618,6,'2026-01-05 17:08:09','2026-01-05 17:08:09','52af70b7-c4b7-4e2d-b5ad-4bf1aba76b22'),
(16578,32,6969,NULL,2604,7,'2026-01-05 17:08:09','2026-01-05 17:08:09','81f5f3d5-f316-44a5-96e5-ac7ee9e60b83'),
(16579,16,6969,NULL,3689,1,'2026-01-05 17:08:09','2026-01-05 17:08:09','0d6f52ae-0bc0-4d36-93cf-b4cd89910b5e'),
(16580,7,6969,NULL,601,1,'2026-01-05 17:08:09','2026-01-05 17:08:09','74876d76-91bc-4ebf-9ebd-e7610deb4439'),
(16581,7,6969,NULL,3468,2,'2026-01-05 17:08:09','2026-01-05 17:08:09','db1976d4-bde6-4bac-805a-9cafaf7e7ead'),
(16582,7,6969,NULL,617,3,'2026-01-05 17:08:09','2026-01-05 17:08:09','d849102f-2e02-48e1-9034-443487f597a0'),
(16583,7,6969,NULL,605,4,'2026-01-05 17:08:09','2026-01-05 17:08:09','9d504a7c-c992-4ee1-b3a3-5d3da64304c2'),
(16584,82,6969,NULL,479,1,'2026-01-05 17:08:09','2026-01-05 17:08:09','792c47b9-bf53-4c31-82ee-15ef2d4c3a86'),
(16585,82,6969,NULL,485,2,'2026-01-05 17:08:09','2026-01-05 17:08:09','08487cfd-c261-47d9-9c76-0e4c24cc0b9f'),
(16586,82,6969,NULL,491,3,'2026-01-05 17:08:09','2026-01-05 17:08:09','25807fff-b72f-4def-936d-e20c84616ce1'),
(16587,46,6969,NULL,3697,1,'2026-01-05 17:08:09','2026-01-05 17:08:09','738b5dbf-4684-4b66-86a7-d2d23f2bd323'),
(16588,57,6969,NULL,4829,1,'2026-01-05 17:08:09','2026-01-05 17:08:09','8da69185-e9df-4e30-8196-b14fb47205e4'),
(16589,57,6969,NULL,4826,2,'2026-01-05 17:08:09','2026-01-05 17:08:09','0b4d8638-e74d-4491-b6ba-648503c33dc7'),
(16590,57,6969,NULL,4828,3,'2026-01-05 17:08:09','2026-01-05 17:08:09','d7effe3f-fbd3-4ae4-a70c-880f790755c3'),
(16591,57,6969,NULL,4827,4,'2026-01-05 17:08:09','2026-01-05 17:08:09','4a78afda-886e-4625-aa77-623e0b49444c'),
(16610,22,6974,NULL,6971,1,'2026-01-05 17:12:30','2026-01-05 17:12:30','58537990-cdb5-48ba-b8bf-c57f45810cb4'),
(16611,32,6975,NULL,2610,1,'2026-01-05 17:12:30','2026-01-05 17:12:30','2e8dcc57-f94b-4b13-8ab5-0cdd6e637dc0'),
(16612,32,6975,NULL,2598,2,'2026-01-05 17:12:30','2026-01-05 17:12:30','5b587c27-41cf-4d74-b51c-e42edd4900d3'),
(16613,32,6975,NULL,2600,3,'2026-01-05 17:12:30','2026-01-05 17:12:30','0a913c04-7c1f-4c60-8a01-c0f70abbdd5a'),
(16614,32,6975,NULL,2604,4,'2026-01-05 17:12:30','2026-01-05 17:12:30','50981954-93e8-421b-baa8-a1994c885024'),
(16615,16,6975,NULL,4276,1,'2026-01-05 17:12:30','2026-01-05 17:12:30','cef9ae64-3ab6-45a4-a2d3-e2d4ee252979'),
(16617,7,6975,NULL,2972,2,'2026-01-05 17:12:30','2026-01-05 17:12:30','d18c4887-774e-4e5c-ac9b-5442a6ec7d46'),
(16618,7,6975,NULL,617,3,'2026-01-05 17:12:30','2026-01-05 17:12:30','4a933968-8f8d-447e-944a-364d709e1c52'),
(16619,7,6975,NULL,605,4,'2026-01-05 17:12:30','2026-01-05 17:12:30','b54b4e16-432e-4604-b69c-43950abe5eed'),
(16620,57,6975,NULL,4834,1,'2026-01-05 17:12:30','2026-01-05 17:12:30','408e9286-9f5d-4198-a9cd-29d814be99a8'),
(16621,57,6975,NULL,4835,2,'2026-01-05 17:12:30','2026-01-05 17:12:30','0daf9b2e-aa83-4b47-8500-452d0abd3fbe'),
(16622,57,6975,NULL,4836,3,'2026-01-05 17:12:30','2026-01-05 17:12:30','70ca7090-7a90-4e79-a79d-a884c51ef498'),
(16623,57,6975,NULL,4837,4,'2026-01-05 17:12:30','2026-01-05 17:12:30','f43937cf-cca8-4d2c-95af-134847aaf328'),
(16624,57,6975,NULL,4838,5,'2026-01-05 17:12:30','2026-01-05 17:12:30','00770b40-f97f-4bd2-ab2c-20ea4e4a5578'),
(16626,22,6976,NULL,6971,1,'2026-01-05 17:12:30','2026-01-05 17:12:30','d883782d-77e5-4681-8f18-6a5d19ae7fcf'),
(16642,32,6978,NULL,2610,1,'2026-01-05 17:12:41','2026-01-05 17:12:41','7a68e65c-1fc7-4978-98ef-feec7a658899'),
(16643,32,6978,NULL,2598,2,'2026-01-05 17:12:41','2026-01-05 17:12:41','645a387e-6cfd-4ce5-8e17-7653d638d46a'),
(16644,32,6978,NULL,2600,3,'2026-01-05 17:12:41','2026-01-05 17:12:41','abb7c290-6f6a-4688-9f4d-d2699ed13f50'),
(16645,32,6978,NULL,2604,4,'2026-01-05 17:12:41','2026-01-05 17:12:41','7f1e07e3-caa6-466d-8ab1-faced067797d'),
(16646,16,6978,NULL,4276,1,'2026-01-05 17:12:41','2026-01-05 17:12:41','d740b81d-4176-4491-a2c8-b4c2860d2475'),
(16648,7,6978,NULL,2972,2,'2026-01-05 17:12:41','2026-01-05 17:12:41','0f381812-2edb-4100-83a2-cb0e3865ba6b'),
(16649,7,6978,NULL,617,3,'2026-01-05 17:12:41','2026-01-05 17:12:41','4d7d7434-42cd-4e8d-b12f-38ac6f6aea77'),
(16650,7,6978,NULL,605,4,'2026-01-05 17:12:41','2026-01-05 17:12:41','6748ad5a-bc26-4b85-a134-2cedc0c3c7c4'),
(16651,57,6978,NULL,4834,1,'2026-01-05 17:12:41','2026-01-05 17:12:41','879ae701-6cd0-46cf-8472-866e9fd5058c'),
(16652,57,6978,NULL,4835,2,'2026-01-05 17:12:41','2026-01-05 17:12:41','557755a0-8ff0-4417-bac2-06be55d30360'),
(16653,57,6978,NULL,4836,3,'2026-01-05 17:12:41','2026-01-05 17:12:41','bf782480-3656-4e97-b13b-4c466a13f121'),
(16654,57,6978,NULL,4837,4,'2026-01-05 17:12:41','2026-01-05 17:12:41','9a641758-0896-454b-8469-d6931b39205e'),
(16655,57,6978,NULL,4838,5,'2026-01-05 17:12:41','2026-01-05 17:12:41','85c5409a-1e9b-49b2-be6b-c43514148497'),
(16682,32,6980,NULL,2622,1,'2026-01-05 17:14:31','2026-01-05 17:14:31','72faebc4-3b3b-4c4a-bc8e-64615eface4a'),
(16683,32,6980,NULL,2598,2,'2026-01-05 17:14:31','2026-01-05 17:14:31','882dce32-b976-4b25-b4c1-3dd44500f8b7'),
(16684,32,6980,NULL,2608,3,'2026-01-05 17:14:31','2026-01-05 17:14:31','413016b0-d759-40ed-9967-c50675a48340'),
(16685,32,6980,NULL,2600,4,'2026-01-05 17:14:31','2026-01-05 17:14:31','8c6b120a-9b72-44e8-8e88-fcd61b813c12'),
(16686,32,6980,NULL,2602,5,'2026-01-05 17:14:31','2026-01-05 17:14:31','e63c25f9-c91b-4c41-94b3-408e854a550f'),
(16687,32,6980,NULL,2612,6,'2026-01-05 17:14:31','2026-01-05 17:14:31','c3c710b3-899d-4320-bb02-cd61ae8cabc8'),
(16688,32,6980,NULL,2604,7,'2026-01-05 17:14:31','2026-01-05 17:14:31','997843dc-97c6-485e-b47b-211bdc18d1d1'),
(16689,16,6980,NULL,4861,1,'2026-01-05 17:14:31','2026-01-05 17:14:31','60cc5044-5135-4837-8bc5-5e04347682f5'),
(16690,7,6980,NULL,601,1,'2026-01-05 17:14:31','2026-01-05 17:14:31','2c6d1a3e-e478-45de-852f-61d40e7d7651'),
(16691,7,6980,NULL,3468,2,'2026-01-05 17:14:31','2026-01-05 17:14:31','652f0ac7-8f54-49dc-b4e5-31ad483fddd7'),
(16692,7,6980,NULL,617,3,'2026-01-05 17:14:31','2026-01-05 17:14:31','1d947205-1a82-4aca-8c09-69eec52d3d7c'),
(16693,7,6980,NULL,605,4,'2026-01-05 17:14:31','2026-01-05 17:14:31','cecf30e8-cf13-4001-9eaf-c7a74730b5f1'),
(16694,82,6980,NULL,479,1,'2026-01-05 17:14:31','2026-01-05 17:14:31','352a7df9-b111-436c-b42a-7b4f393e6ba1'),
(16695,82,6980,NULL,491,2,'2026-01-05 17:14:31','2026-01-05 17:14:31','6a00b853-f6b9-45af-8398-f32c2f415e41'),
(16696,57,6980,NULL,4879,1,'2026-01-05 17:14:31','2026-01-05 17:14:31','44790f0b-7c59-4104-9b44-8c85a461c92d'),
(16697,57,6980,NULL,4880,2,'2026-01-05 17:14:31','2026-01-05 17:14:31','e51d731b-1a6a-4c4b-901d-e14cdcb6697f'),
(16698,57,6980,NULL,4881,3,'2026-01-05 17:14:31','2026-01-05 17:14:31','98775c1e-48b5-4054-9519-df4476313244'),
(16699,57,6980,NULL,4882,4,'2026-01-05 17:14:31','2026-01-05 17:14:31','70720c4c-3d9a-4b47-9f7e-9c18094fdc11'),
(16700,57,6980,NULL,4883,5,'2026-01-05 17:14:31','2026-01-05 17:14:31','5a76cdb4-7d65-4776-a945-fef1bdf10a29'),
(16701,57,6980,NULL,4884,6,'2026-01-05 17:14:31','2026-01-05 17:14:31','688754da-57e3-413b-82ed-95e2c2e86986'),
(16702,57,6980,NULL,4885,7,'2026-01-05 17:14:31','2026-01-05 17:14:31','4d4bb983-fd7b-4db3-abe9-e1b1b9bef28c'),
(16703,57,6980,NULL,4886,8,'2026-01-05 17:14:31','2026-01-05 17:14:31','311a042a-96de-4ab2-9a16-55d1813ff672'),
(16704,57,6980,NULL,4887,9,'2026-01-05 17:14:31','2026-01-05 17:14:31','b254f2b2-7cd0-4ce1-a3a0-99eeff4b159f'),
(16705,57,6980,NULL,4888,10,'2026-01-05 17:14:31','2026-01-05 17:14:31','381e5575-5021-4b3c-8efe-ad581976b91b'),
(16721,32,6982,NULL,2610,1,'2026-01-05 17:15:18','2026-01-05 17:15:18','ae6b5a3e-ab03-49c3-98d1-21ad445205db'),
(16722,32,6982,NULL,2598,2,'2026-01-05 17:15:18','2026-01-05 17:15:18','2ea39a53-3412-4ae3-a3f1-67778ac5d4a3'),
(16723,32,6982,NULL,2600,3,'2026-01-05 17:15:18','2026-01-05 17:15:18','a6c46bb8-edff-4752-859f-1ca28d74c512'),
(16724,32,6982,NULL,2604,4,'2026-01-05 17:15:18','2026-01-05 17:15:18','dd978102-f9bd-4d40-a1d5-b961f9bd9784'),
(16725,16,6982,NULL,4282,1,'2026-01-05 17:15:18','2026-01-05 17:15:18','8fb5dcd9-b534-4d30-8c31-041930657423'),
(16726,7,6982,NULL,2969,1,'2026-01-05 17:15:18','2026-01-05 17:15:18','705b5df7-021f-40e0-966d-05c92ed51a0f'),
(16727,7,6982,NULL,617,2,'2026-01-05 17:15:18','2026-01-05 17:15:18','d571818f-a072-406f-b851-0faf7d32dcdd'),
(16728,7,6982,NULL,605,3,'2026-01-05 17:15:18','2026-01-05 17:15:18','13322dbb-14af-455c-aea5-92dc1f5143d5'),
(16729,82,6982,NULL,469,1,'2026-01-05 17:15:18','2026-01-05 17:15:18','e35ef4d9-654f-4cb7-9e4a-807d00356559'),
(16730,82,6982,NULL,479,2,'2026-01-05 17:15:18','2026-01-05 17:15:18','c2794568-c11a-43dd-b52c-ebfb9d9c7b30'),
(16731,82,6982,NULL,491,3,'2026-01-05 17:15:18','2026-01-05 17:15:18','a3bca9f9-e5dd-4837-b7c0-5d561f418f2e'),
(16732,57,6982,NULL,4909,1,'2026-01-05 17:15:18','2026-01-05 17:15:18','86fccf36-6133-455f-b4d2-a958f8e1bc9d'),
(16733,57,6982,NULL,4910,2,'2026-01-05 17:15:18','2026-01-05 17:15:18','6f17958a-0e4d-4f4b-a2ff-844371389f52'),
(16734,57,6982,NULL,4911,3,'2026-01-05 17:15:18','2026-01-05 17:15:18','b3741cd4-c82a-47e6-ad4b-930a77ac42bb'),
(16744,32,6984,NULL,2610,1,'2026-01-05 17:16:05','2026-01-05 17:16:05','34717d80-a84d-494f-9f6b-6cd2fed4f997'),
(16745,32,6984,NULL,2598,2,'2026-01-05 17:16:05','2026-01-05 17:16:05','13bb77ce-0594-4414-b7a2-b971f51d18ef'),
(16746,32,6984,NULL,2608,3,'2026-01-05 17:16:05','2026-01-05 17:16:05','946ed4ae-6e67-4d07-9d79-dd6c3002e0ab'),
(16747,32,6984,NULL,2600,4,'2026-01-05 17:16:05','2026-01-05 17:16:05','c0143236-ff90-4e5b-b653-81a48c75b9e8'),
(16748,32,6984,NULL,2596,5,'2026-01-05 17:16:05','2026-01-05 17:16:05','92a33afa-ad0e-4536-bd1a-b762a65598de'),
(16749,32,6984,NULL,2602,6,'2026-01-05 17:16:05','2026-01-05 17:16:05','1b3185f1-d44b-41a1-a676-785241ae6456'),
(16750,32,6984,NULL,2604,7,'2026-01-05 17:16:05','2026-01-05 17:16:05','260e0537-85a0-43ee-a706-d8c91e739084'),
(16751,16,6984,NULL,3011,1,'2026-01-05 17:16:05','2026-01-05 17:16:05','737c2ae7-d79a-4ef1-b0d1-cf72db5a4dca'),
(16752,7,6984,NULL,601,1,'2026-01-05 17:16:05','2026-01-05 17:16:05','b28f8f8c-3a20-452c-8443-6c9e5d73118f'),
(16754,7,6984,NULL,3027,3,'2026-01-05 17:16:05','2026-01-05 17:16:05','53189fe1-561f-4b9d-b521-b0110914f57f'),
(16755,7,6984,NULL,617,4,'2026-01-05 17:16:05','2026-01-05 17:16:05','6bff0ac7-e13f-4439-a815-a0b4e4b45c2a'),
(16756,7,6984,NULL,605,5,'2026-01-05 17:16:05','2026-01-05 17:16:05','a5733a23-1bb5-4696-9c6b-b6b3300c9b57'),
(16757,57,6984,NULL,4920,1,'2026-01-05 17:16:05','2026-01-05 17:16:05','bcc9267b-9b14-47f3-bced-a7f75171a0e4'),
(16758,57,6984,NULL,4921,2,'2026-01-05 17:16:05','2026-01-05 17:16:05','f3daa834-601f-4ab3-bc63-770712f22e65'),
(16759,57,6984,NULL,4922,3,'2026-01-05 17:16:05','2026-01-05 17:16:05','119f1763-ef4e-49c7-b218-c501ddd9be57'),
(16760,57,6984,NULL,4923,4,'2026-01-05 17:16:05','2026-01-05 17:16:05','525c73a0-1f8f-4972-8cda-377676434d8c'),
(16761,57,6984,NULL,4924,5,'2026-01-05 17:16:05','2026-01-05 17:16:05','a207a406-a8fd-4b4a-ab3d-6c88a1c5dcb6'),
(16775,32,6988,NULL,2610,1,'2026-01-05 17:22:12','2026-01-05 17:22:12','995fb904-f737-4117-91b7-f0171a4b9321'),
(16776,32,6988,NULL,2598,2,'2026-01-05 17:22:12','2026-01-05 17:22:12','0acb6f2b-554b-4e31-8dcc-ddb1d3f44384'),
(16777,32,6988,NULL,2600,3,'2026-01-05 17:22:12','2026-01-05 17:22:12','714d7f9d-56ab-4eda-a573-7f3982fa996c'),
(16778,32,6988,NULL,2596,4,'2026-01-05 17:22:12','2026-01-05 17:22:12','1841cf3d-ad0e-4369-9d24-527e402fc58a'),
(16779,32,6988,NULL,2602,5,'2026-01-05 17:22:12','2026-01-05 17:22:12','6ce12686-b445-4ce3-bf4f-bdd0045db0a5'),
(16780,32,6988,NULL,2604,6,'2026-01-05 17:22:12','2026-01-05 17:22:12','04fca33e-9876-4a02-b308-2e09ee3f4eb3'),
(16781,16,6988,NULL,3090,1,'2026-01-05 17:22:12','2026-01-05 17:22:12','d9f7375c-331d-4b36-b32c-389b194d8805'),
(16783,7,6988,NULL,3093,2,'2026-01-05 17:22:12','2026-01-05 17:22:12','ffdddd2c-fbd0-492c-89a9-6eaed90f9712'),
(16784,7,6988,NULL,617,3,'2026-01-05 17:22:12','2026-01-05 17:22:12','38bde98f-ed7e-4ff8-9a2d-00e79abb8391'),
(16785,7,6988,NULL,605,4,'2026-01-05 17:22:12','2026-01-05 17:22:12','95313782-b0aa-47b8-89d6-e09664891ff2'),
(16786,22,6989,NULL,6986,1,'2026-01-05 17:22:12','2026-01-05 17:22:12','8f69594b-e0a6-450a-b2b8-77b48777c95b'),
(16801,32,6993,NULL,2610,1,'2026-01-05 17:23:19','2026-01-05 17:23:19','7c7ec946-c7f5-4bfe-9fcd-23764591e447'),
(16802,32,6993,NULL,2598,2,'2026-01-05 17:23:19','2026-01-05 17:23:19','cc61dbab-86bd-4faf-8d2e-82d2cdc3374a'),
(16803,32,6993,NULL,2600,3,'2026-01-05 17:23:19','2026-01-05 17:23:19','7ee10bef-f7cd-4ee1-a2dc-d54f95a2a03f'),
(16804,32,6993,NULL,2596,4,'2026-01-05 17:23:19','2026-01-05 17:23:19','f0b1e3c9-61c0-4da0-a603-71f0ae98d940'),
(16805,32,6993,NULL,2602,5,'2026-01-05 17:23:19','2026-01-05 17:23:19','ea3a591c-12d4-4768-afd6-c1dd73e9ed5b'),
(16806,32,6993,NULL,2604,6,'2026-01-05 17:23:19','2026-01-05 17:23:19','7fc3eed7-859e-4b3e-b2a9-2b8e12231719'),
(16807,16,6993,NULL,3090,1,'2026-01-05 17:23:19','2026-01-05 17:23:19','5d8905e4-3886-4b61-96ae-be594a448380'),
(16809,7,6993,NULL,3093,2,'2026-01-05 17:23:19','2026-01-05 17:23:19','73ed91ba-3229-4795-8f30-1207e9012a2b'),
(16810,7,6993,NULL,617,3,'2026-01-05 17:23:19','2026-01-05 17:23:19','b1723dc0-6d2c-4499-8149-41386ebcdc9b'),
(16811,7,6993,NULL,605,4,'2026-01-05 17:23:19','2026-01-05 17:23:19','8a98608f-5820-41b9-b1e4-f5b8289c3afd'),
(16812,22,6994,NULL,6991,1,'2026-01-05 17:23:19','2026-01-05 17:23:19','9e8efb01-693f-4501-8820-baa4ec27ac52'),
(16824,32,6996,NULL,2610,1,'2026-01-05 17:23:34','2026-01-05 17:23:34','7d14c187-e2a5-4ac1-8b5a-709ccbcf8413'),
(16825,32,6996,NULL,2598,2,'2026-01-05 17:23:34','2026-01-05 17:23:34','428f1eb3-8521-4f11-b8fb-57996aa7596f'),
(16826,32,6996,NULL,2600,3,'2026-01-05 17:23:34','2026-01-05 17:23:34','54e2d6fe-b21e-4e54-9de5-3107f26bb1a1'),
(16827,32,6996,NULL,2596,4,'2026-01-05 17:23:34','2026-01-05 17:23:34','3f691cb6-9675-4a97-9bc1-7013aabed050'),
(16828,32,6996,NULL,2602,5,'2026-01-05 17:23:34','2026-01-05 17:23:34','ad6b0685-9746-43a1-9875-0da737b883f0'),
(16829,32,6996,NULL,2604,6,'2026-01-05 17:23:34','2026-01-05 17:23:34','ce87ab5f-7b17-48e9-9989-2a1b50244225'),
(16830,16,6996,NULL,3090,1,'2026-01-05 17:23:34','2026-01-05 17:23:34','d6dbcbf4-2e66-49dd-9deb-3dfcf81504d5'),
(16832,7,6996,NULL,3093,2,'2026-01-05 17:23:34','2026-01-05 17:23:34','688bcf1c-8d48-480f-98d2-83fa498b8f90'),
(16833,7,6996,NULL,617,3,'2026-01-05 17:23:34','2026-01-05 17:23:34','2ee1d6f5-ea33-49e4-8bb1-c91b4a199408'),
(16834,7,6996,NULL,605,4,'2026-01-05 17:23:34','2026-01-05 17:23:34','a4e49ac6-a6f5-4c5c-a04f-8863e9025b05'),
(16871,32,6999,NULL,2614,1,'2026-01-05 17:45:13','2026-01-05 17:45:13','5b685621-4fee-43de-b30b-a3284e345418'),
(16872,32,6999,NULL,2610,2,'2026-01-05 17:45:13','2026-01-05 17:45:13','5fc13bc8-2c0b-4ebb-98fa-de7df872f7d5'),
(16873,32,6999,NULL,2598,3,'2026-01-05 17:45:13','2026-01-05 17:45:13','98004ba0-1fc1-4e03-ab40-bbd28e9795ee'),
(16874,32,6999,NULL,2600,4,'2026-01-05 17:45:13','2026-01-05 17:45:13','db72bb7d-6364-409c-9353-ea773cc3e98a'),
(16875,32,6999,NULL,2612,5,'2026-01-05 17:45:13','2026-01-05 17:45:13','8f01dfc0-f214-4203-b97c-7bd721a32b23'),
(16876,32,6999,NULL,2604,6,'2026-01-05 17:45:13','2026-01-05 17:45:13','bf24ca7b-2353-47ef-9485-465041759a90'),
(16877,16,6999,NULL,3722,1,'2026-01-05 17:45:13','2026-01-05 17:45:13','585836e2-674f-41e4-939f-b5b6a92bfab8'),
(16878,7,6999,NULL,601,1,'2026-01-05 17:45:13','2026-01-05 17:45:13','7d66b952-a8a6-405d-8d78-20b4ceb94868'),
(16879,7,6999,NULL,3468,2,'2026-01-05 17:45:13','2026-01-05 17:45:13','b1510113-fcfc-4376-9bab-81720674a48d'),
(16880,7,6999,NULL,2972,3,'2026-01-05 17:45:13','2026-01-05 17:45:13','21b570fe-e633-41ba-9e9d-98fe4f847527'),
(16881,7,6999,NULL,617,4,'2026-01-05 17:45:13','2026-01-05 17:45:13','5d30ebb7-313c-4d9d-a101-964eff3272ad'),
(16882,7,6999,NULL,605,5,'2026-01-05 17:45:13','2026-01-05 17:45:13','415759ab-27d5-47a8-b493-60997a7cde05'),
(16884,32,7000,NULL,2610,1,'2026-01-05 17:48:50','2026-01-05 17:48:50','4663677e-8a61-4f74-9e59-204edc91ab11'),
(16885,32,7000,NULL,2598,2,'2026-01-05 17:48:50','2026-01-05 17:48:50','62ca3a47-5ba7-4da8-a74b-b72e0d02952c'),
(16886,32,7000,NULL,2600,3,'2026-01-05 17:48:50','2026-01-05 17:48:50','ee02680e-6288-4d31-bb55-f471365416ce'),
(16887,32,7000,NULL,2604,4,'2026-01-05 17:48:50','2026-01-05 17:48:50','780b09df-b060-40b6-af98-a6f4ab86dfc6'),
(16888,16,7000,NULL,4322,1,'2026-01-05 17:48:50','2026-01-05 17:48:50','e0dfdd64-71e2-4078-80ce-ba4aa52880bb'),
(16889,7,7000,NULL,2969,1,'2026-01-05 17:48:50','2026-01-05 17:48:50','7a57df9a-2ede-4543-93a4-08be90022274'),
(16890,7,7000,NULL,617,2,'2026-01-05 17:48:50','2026-01-05 17:48:50','5a76862c-ddb9-437f-892f-c64bf9a9cd3c'),
(16891,7,7000,NULL,605,3,'2026-01-05 17:48:50','2026-01-05 17:48:50','b9f03856-a7aa-4d97-b99b-48e1b7f9ed84'),
(16896,16,7002,NULL,6598,1,'2026-01-05 17:50:00','2026-01-05 17:50:00','c1f0d1d9-38fa-405d-9730-4a79481338a0'),
(16897,57,7002,NULL,6600,1,'2026-01-05 17:50:00','2026-01-05 17:50:00','c95b43d8-9003-4ddc-97d3-dbfbfa90ef7e'),
(16898,57,7002,NULL,6601,2,'2026-01-05 17:50:00','2026-01-05 17:50:00','5a859cd6-f546-4fa4-9f03-9f98723ae730'),
(16915,32,7004,NULL,2610,1,'2026-01-05 17:51:48','2026-01-05 17:51:48','a429189a-4592-4d9d-b3e1-577340748d0b'),
(16916,32,7004,NULL,2598,2,'2026-01-05 17:51:48','2026-01-05 17:51:48','6435eed7-bc58-4699-91dd-c41739929c1e'),
(16917,32,7004,NULL,2600,3,'2026-01-05 17:51:48','2026-01-05 17:51:48','d152425b-2924-4f91-b65d-22c80796645f'),
(16918,32,7004,NULL,2602,4,'2026-01-05 17:51:48','2026-01-05 17:51:48','94f06134-700c-4f46-bbd6-4b0c01af077c'),
(16919,32,7004,NULL,2612,5,'2026-01-05 17:51:48','2026-01-05 17:51:48','a586f2c6-e79b-4cdc-bfa7-1414e0e751e0'),
(16920,32,7004,NULL,2618,6,'2026-01-05 17:51:48','2026-01-05 17:51:48','1659130c-c900-4cee-a65a-0d327050f35a'),
(16921,32,7004,NULL,2604,7,'2026-01-05 17:51:48','2026-01-05 17:51:48','43420d39-9433-4895-9f95-651b2dc23fb2'),
(16922,16,7004,NULL,3761,1,'2026-01-05 17:51:48','2026-01-05 17:51:48','af19bd5a-7b8c-4b5c-8289-865302752c74'),
(16925,7,7004,NULL,2974,3,'2026-01-05 17:51:48','2026-01-05 17:51:48','82e0a506-ee74-4574-9e71-b86cbfcd3d52'),
(16926,7,7004,NULL,617,4,'2026-01-05 17:51:48','2026-01-05 17:51:48','09adc75e-b94e-41f6-9fb0-f491235ba648'),
(16927,7,7004,NULL,605,5,'2026-01-05 17:51:48','2026-01-05 17:51:48','dfdb798c-b0a7-4499-acd0-d3308d4571a5'),
(16928,46,7004,NULL,3697,1,'2026-01-05 17:51:48','2026-01-05 17:51:48','c0df89ec-bbec-4860-8c35-0ac36d1c7840'),
(16942,16,7006,NULL,6741,1,'2026-01-05 17:52:28','2026-01-05 17:52:28','100a8cc0-5383-460e-b003-f0b7f3a44f21'),
(16943,7,7006,NULL,605,1,'2026-01-05 17:52:28','2026-01-05 17:52:28','e334fd99-a635-45ad-b1f0-fe7001098330'),
(16944,7,7006,NULL,617,2,'2026-01-05 17:52:28','2026-01-05 17:52:28','cf9d8e7a-8423-4fb8-970b-bc3f1f9fd7e6'),
(16945,57,7006,NULL,6759,1,'2026-01-05 17:52:28','2026-01-05 17:52:28','c988a2da-dfcc-40b8-ac5c-e379336165f0'),
(16946,57,7006,NULL,6760,2,'2026-01-05 17:52:28','2026-01-05 17:52:28','cac7e2c5-ad2e-4690-b41c-f3b088224469'),
(16947,57,7006,NULL,6761,3,'2026-01-05 17:52:28','2026-01-05 17:52:28','802b9b66-2d13-4a22-9e92-3d6789d3b942'),
(16948,57,7006,NULL,6762,4,'2026-01-05 17:52:28','2026-01-05 17:52:28','8de5da93-2f74-4c4d-b177-77fe93bdee65'),
(16949,57,7006,NULL,6763,5,'2026-01-05 17:52:28','2026-01-05 17:52:28','02ac4232-20c9-499e-a862-36a381c7dcea'),
(16950,57,7006,NULL,6764,6,'2026-01-05 17:52:28','2026-01-05 17:52:28','f45d3889-bd84-44e4-b75d-8925c4d19d81'),
(16951,57,7006,NULL,6765,7,'2026-01-05 17:52:28','2026-01-05 17:52:28','223a8d6d-b408-4535-b0f6-8b5f7ade2779'),
(16952,57,7006,NULL,6766,8,'2026-01-05 17:52:28','2026-01-05 17:52:28','93a911c8-5721-46f0-8176-0f492b47ed3c'),
(16953,13,7006,NULL,6767,1,'2026-01-05 17:52:28','2026-01-05 17:52:28','435de260-d2d3-457c-8a9b-c0e39c93e0b6'),
(16965,32,7008,NULL,2610,1,'2026-01-05 17:52:46','2026-01-05 17:52:46','a9924548-a481-42e5-ba0e-54d8a9f94fa4'),
(16966,32,7008,NULL,2598,2,'2026-01-05 17:52:46','2026-01-05 17:52:46','d05e6217-3aad-46ad-a377-238940a16c7d'),
(16967,32,7008,NULL,2600,3,'2026-01-05 17:52:46','2026-01-05 17:52:46','b14538b6-848f-4f63-a34f-7e5e0fa1a968'),
(16968,32,7008,NULL,2596,4,'2026-01-05 17:52:46','2026-01-05 17:52:46','27bfb2f0-4f3d-4e85-8a2e-a4a894622652'),
(16969,32,7008,NULL,2602,5,'2026-01-05 17:52:46','2026-01-05 17:52:46','4baa0506-3027-492e-8109-f4f332592eff'),
(16970,32,7008,NULL,2604,6,'2026-01-05 17:52:46','2026-01-05 17:52:46','2762a7b1-8465-4c7d-9f95-8e171cfd678f'),
(16971,16,7008,NULL,3090,1,'2026-01-05 17:52:46','2026-01-05 17:52:46','566b6db2-8cd0-4d4b-9831-4e4d32434573'),
(16973,7,7008,NULL,3093,2,'2026-01-05 17:52:46','2026-01-05 17:52:46','cda1eec4-8b0a-4ca9-8505-cc01ab25dfcf'),
(16974,7,7008,NULL,617,3,'2026-01-05 17:52:46','2026-01-05 17:52:46','7ddd3b62-de6a-495a-8dde-4f1ecac707c2'),
(16975,7,7008,NULL,605,4,'2026-01-05 17:52:46','2026-01-05 17:52:46','0844a661-74a0-43b1-9112-890bf84c28df'),
(16987,16,7010,NULL,6772,1,'2026-01-05 17:53:20','2026-01-05 17:53:20','1c268650-e06a-4ebd-8770-288cff71a4ee'),
(16988,7,7010,NULL,605,1,'2026-01-05 17:53:20','2026-01-05 17:53:20','a121026e-9093-4ae5-9814-4a0ab5690be0'),
(16989,7,7010,NULL,617,2,'2026-01-05 17:53:20','2026-01-05 17:53:20','e8c943f4-0902-4591-8d7c-2da5ea08cca9'),
(16990,82,7010,NULL,479,1,'2026-01-05 17:53:20','2026-01-05 17:53:20','12d1d184-d26f-4815-879c-b4042c4981a9'),
(16991,82,7010,NULL,491,2,'2026-01-05 17:53:20','2026-01-05 17:53:20','76152245-aca6-4c9c-a874-b5c30d58e7b2'),
(16992,57,7010,NULL,6792,1,'2026-01-05 17:53:20','2026-01-05 17:53:20','374bca9d-c9c3-4d4b-b388-9ad5f825871d'),
(16993,57,7010,NULL,6793,2,'2026-01-05 17:53:20','2026-01-05 17:53:20','ade39083-0238-4b3d-b4bc-a97527938b73'),
(16994,57,7010,NULL,6794,3,'2026-01-05 17:53:20','2026-01-05 17:53:20','7ee2258d-c8be-46cc-a73e-9cc8f3c45ccf'),
(16995,57,7010,NULL,6795,4,'2026-01-05 17:53:20','2026-01-05 17:53:20','f1c3c923-95af-46bb-a2e0-495f0ae4de11'),
(16996,57,7010,NULL,6796,5,'2026-01-05 17:53:20','2026-01-05 17:53:20','7fc6381a-3e00-43eb-b8da-36b09b8c36c3'),
(16997,13,7010,NULL,6852,1,'2026-01-05 17:53:20','2026-01-05 17:53:20','101118c4-bd8a-425f-b885-65eb8b1dd961'),
(17007,22,1699,NULL,7013,1,'2026-01-05 17:58:01','2026-01-05 17:58:01','d5f8b2fc-0209-4059-a915-6cd673c88113'),
(17008,32,7014,NULL,2610,1,'2026-01-05 17:58:01','2026-01-05 17:58:01','f5954246-20e6-4029-a836-013b787b37fd'),
(17009,32,7014,NULL,2598,2,'2026-01-05 17:58:01','2026-01-05 17:58:01','3afb4782-98a1-49d5-b7ff-98bfc4bad232'),
(17010,32,7014,NULL,2600,3,'2026-01-05 17:58:01','2026-01-05 17:58:01','25769206-9f44-460c-a4fa-a36694c5e446'),
(17011,32,7014,NULL,2604,4,'2026-01-05 17:58:01','2026-01-05 17:58:01','53f29545-8450-4434-b225-d022f145a447'),
(17012,16,7014,NULL,4358,1,'2026-01-05 17:58:01','2026-01-05 17:58:01','ecd386ef-7c2e-4ce3-b25f-04eb4bfccc06'),
(17013,7,7014,NULL,617,1,'2026-01-05 17:58:01','2026-01-05 17:58:01','0bffb816-825d-4d53-ab1d-aae1ba638e88'),
(17014,7,7014,NULL,605,2,'2026-01-05 17:58:01','2026-01-05 17:58:01','5efdd0ef-4ac7-471a-a030-97baf890c6ae'),
(17016,22,7015,NULL,7013,1,'2026-01-05 17:58:01','2026-01-05 17:58:01','ba2a1e77-579a-417c-a526-5e69716933c3'),
(17025,32,7017,NULL,2610,1,'2026-01-05 17:58:13','2026-01-05 17:58:13','24a7528f-c7f4-4a52-a1b4-4b72220e0611'),
(17026,32,7017,NULL,2598,2,'2026-01-05 17:58:13','2026-01-05 17:58:13','aaf872b8-047b-4970-a167-fe94d4580787'),
(17027,32,7017,NULL,2600,3,'2026-01-05 17:58:13','2026-01-05 17:58:13','ea1d32c4-8f89-4a89-ad80-bb6dd54f0f53'),
(17028,32,7017,NULL,2604,4,'2026-01-05 17:58:13','2026-01-05 17:58:13','ef85eb44-b37e-44f2-a6f7-531d910c0da5'),
(17029,16,7017,NULL,4358,1,'2026-01-05 17:58:13','2026-01-05 17:58:13','b142b20a-cfd0-4364-a5b6-b7be55d57671'),
(17030,7,7017,NULL,617,1,'2026-01-05 17:58:13','2026-01-05 17:58:13','871085d9-742c-4b36-a48e-f4ed6fb45623'),
(17031,7,7017,NULL,605,2,'2026-01-05 17:58:13','2026-01-05 17:58:13','6cc96d12-93ab-4f25-ae18-eb56c3f4cd49'),
(17035,22,1895,NULL,7020,1,'2026-01-05 18:17:24','2026-01-05 18:17:24','b0f5c3df-32f7-4122-b459-cc97190fe027'),
(17037,22,7023,NULL,7020,1,'2026-01-05 18:17:24','2026-01-05 18:17:24','0a7eb95e-4498-497e-b345-f0e042edb712'),
(17053,32,7025,NULL,2614,1,'2026-01-05 18:18:34','2026-01-05 18:18:34','c52686fe-ca8b-40a0-a7ad-7e7792df2e7c'),
(17054,32,7025,NULL,2610,2,'2026-01-05 18:18:34','2026-01-05 18:18:34','87911fdc-4e09-44df-bd44-a24f0ea5dc09'),
(17055,32,7025,NULL,2598,3,'2026-01-05 18:18:34','2026-01-05 18:18:34','ed9f71ba-9ebd-462b-9451-e5cf25cdb089'),
(17056,32,7025,NULL,2608,4,'2026-01-05 18:18:34','2026-01-05 18:18:34','50ea84cc-7192-495d-ba3a-7e79da0533ec'),
(17057,32,7025,NULL,2600,5,'2026-01-05 18:18:34','2026-01-05 18:18:34','94df788a-ef54-4a7c-85b2-81aa50ddf3c8'),
(17058,32,7025,NULL,2596,6,'2026-01-05 18:18:34','2026-01-05 18:18:34','4427a0c0-e9c7-404c-957d-be09c14400dd'),
(17059,32,7025,NULL,2602,7,'2026-01-05 18:18:34','2026-01-05 18:18:34','a1f19d8d-9d58-4346-a5e8-8fa6ad29c4a3'),
(17060,32,7025,NULL,2604,8,'2026-01-05 18:18:34','2026-01-05 18:18:34','4f8aaa5b-ca44-453e-b43c-bdc98b228a00'),
(17061,16,7025,NULL,3122,1,'2026-01-05 18:18:34','2026-01-05 18:18:34','ea387a6f-777c-4041-82f6-32c9f90dc5e8'),
(17064,7,7025,NULL,2972,3,'2026-01-05 18:18:34','2026-01-05 18:18:34','ba73da7b-58be-4055-b581-f78ef60a6230'),
(17065,7,7025,NULL,2974,4,'2026-01-05 18:18:34','2026-01-05 18:18:34','0abe1ba9-e617-4a40-b76b-c07641947319'),
(17066,7,7025,NULL,617,5,'2026-01-05 18:18:34','2026-01-05 18:18:34','6db543fd-1bfd-4827-854d-7ed820336363'),
(17067,7,7025,NULL,605,6,'2026-01-05 18:18:34','2026-01-05 18:18:34','36816bcf-875c-41cb-a45b-0b2f1763b5c6'),
(17081,32,7027,NULL,2614,1,'2026-01-05 18:18:59','2026-01-05 18:18:59','af810375-511a-4ca1-864a-adf084d74fb4'),
(17082,32,7027,NULL,2610,2,'2026-01-05 18:18:59','2026-01-05 18:18:59','d9fbafbb-15a8-4c35-8ca8-e328fc271bd0'),
(17083,32,7027,NULL,2598,3,'2026-01-05 18:18:59','2026-01-05 18:18:59','543e7cd1-f4cb-4e38-a4e2-1f8f6cc78bcd'),
(17084,32,7027,NULL,2600,4,'2026-01-05 18:18:59','2026-01-05 18:18:59','2f324461-16d2-48e2-9399-88c073126d4d'),
(17085,32,7027,NULL,2602,5,'2026-01-05 18:18:59','2026-01-05 18:18:59','7992c990-0f81-44b1-b8f7-e39b43b946fe'),
(17086,32,7027,NULL,2604,6,'2026-01-05 18:18:59','2026-01-05 18:18:59','821b8bd8-7e54-4674-b7e9-310b2f3c297c'),
(17087,16,7027,NULL,3808,1,'2026-01-05 18:18:59','2026-01-05 18:18:59','b91e3e81-2af7-4f23-b160-ef31b9f956e9'),
(17088,7,7027,NULL,601,1,'2026-01-05 18:18:59','2026-01-05 18:18:59','a5b7bff2-fc70-47d2-97d7-f3956cd43e29'),
(17089,7,7027,NULL,3468,2,'2026-01-05 18:18:59','2026-01-05 18:18:59','44a153e1-8371-4638-9145-50152139c46f'),
(17090,7,7027,NULL,2972,3,'2026-01-05 18:18:59','2026-01-05 18:18:59','1c8ad502-f0f4-45c3-9079-d9c68e974a52'),
(17091,7,7027,NULL,2974,4,'2026-01-05 18:18:59','2026-01-05 18:18:59','173c18c2-c77f-492a-8d28-4661dd31bb4d'),
(17092,7,7027,NULL,617,5,'2026-01-05 18:18:59','2026-01-05 18:18:59','a594669a-d851-4197-8e76-55910b08113c'),
(17093,7,7027,NULL,605,6,'2026-01-05 18:18:59','2026-01-05 18:18:59','a499d968-a058-4c94-82d1-258fd6b9636b'),
(17117,32,7029,NULL,2614,1,'2026-01-05 18:19:34','2026-01-05 18:19:34','b60e26a7-e8a8-4520-a3fe-5d3347879fdb'),
(17118,32,7029,NULL,2610,2,'2026-01-05 18:19:34','2026-01-05 18:19:34','bf103842-d374-4d74-9b55-9339ec867453'),
(17119,32,7029,NULL,2598,3,'2026-01-05 18:19:34','2026-01-05 18:19:34','951a4906-fb98-4242-b4ec-c5d575152ed0'),
(17120,32,7029,NULL,2608,4,'2026-01-05 18:19:34','2026-01-05 18:19:34','07e2beba-3c1d-4aef-bbb6-74c603699ea2'),
(17121,32,7029,NULL,2600,5,'2026-01-05 18:19:34','2026-01-05 18:19:34','8ceeb859-2916-49d7-b52d-06e9c6f208f6'),
(17122,32,7029,NULL,2596,6,'2026-01-05 18:19:34','2026-01-05 18:19:34','0f9a1a44-61c4-4334-9e69-7a9f49a3a5c7'),
(17123,32,7029,NULL,2602,7,'2026-01-05 18:19:34','2026-01-05 18:19:34','5f5b81bf-cd78-4ff4-b6d7-3d786c65a0cf'),
(17124,32,7029,NULL,2606,8,'2026-01-05 18:19:34','2026-01-05 18:19:34','2973a58a-436f-4ae9-8864-e27b4d31d0b3'),
(17125,32,7029,NULL,2612,9,'2026-01-05 18:19:34','2026-01-05 18:19:34','e4b2f7a2-2158-4408-b42d-7edae9e2d8af'),
(17126,32,7029,NULL,2604,10,'2026-01-05 18:19:34','2026-01-05 18:19:34','3e61f279-25ff-4272-92f1-3b77693c430d'),
(17127,16,7029,NULL,6659,1,'2026-01-05 18:19:34','2026-01-05 18:19:34','3df000e9-02f9-4e80-abb1-0ebba41e1c4a'),
(17128,7,7029,NULL,601,1,'2026-01-05 18:19:34','2026-01-05 18:19:34','80a4c88b-2b2d-49e4-8327-cdeb208ef6a5'),
(17129,7,7029,NULL,6547,2,'2026-01-05 18:19:34','2026-01-05 18:19:34','0b2ab1b3-e0b7-46ef-a985-7a2da6c8a656'),
(17130,7,7029,NULL,2972,3,'2026-01-05 18:19:34','2026-01-05 18:19:34','871d9596-7a57-42ee-9f34-8e40c85f885b'),
(17131,7,7029,NULL,2974,4,'2026-01-05 18:19:34','2026-01-05 18:19:34','79bf78b5-1ea8-4b7e-87e8-4b180ad6d0d9'),
(17132,7,7029,NULL,617,5,'2026-01-05 18:19:34','2026-01-05 18:19:34','1d3db9ea-5cd9-48ea-9fc5-fef440db99e2'),
(17133,7,7029,NULL,605,6,'2026-01-05 18:19:34','2026-01-05 18:19:34','4e03c5ad-daa8-45e0-bac8-9410fa4bf97d'),
(17134,57,7029,NULL,6680,1,'2026-01-05 18:19:34','2026-01-05 18:19:34','416e348f-ce81-48a8-a39d-5f3e5cd21389'),
(17135,57,7029,NULL,6681,2,'2026-01-05 18:19:34','2026-01-05 18:19:34','7858d258-1582-4098-b2cb-38b9c326fee7'),
(17136,57,7029,NULL,6682,3,'2026-01-05 18:19:34','2026-01-05 18:19:34','92d20e9c-e25a-470a-ad76-ef8987a9509c'),
(17137,57,7029,NULL,6683,4,'2026-01-05 18:19:34','2026-01-05 18:19:34','e7f32cdf-55cf-4284-bf3c-4d730bf38b4a'),
(17138,57,7029,NULL,6684,5,'2026-01-05 18:19:34','2026-01-05 18:19:34','3c0eb8ae-ed7e-4cb7-9888-d69e8b614eef'),
(17148,16,7031,NULL,6640,1,'2026-01-05 18:19:43','2026-01-05 18:19:43','0ffba661-b9b1-4dab-bf1a-b4e639f514b8'),
(17149,57,7031,NULL,6635,1,'2026-01-05 18:19:43','2026-01-05 18:19:43','e202d481-c571-4dc3-a2c4-63347c91f4f0'),
(17150,57,7031,NULL,6636,2,'2026-01-05 18:19:43','2026-01-05 18:19:43','364f1ee2-aedf-4c0d-8b3d-d3e445691cfe'),
(17151,57,7031,NULL,6637,3,'2026-01-05 18:19:43','2026-01-05 18:19:43','ffa39070-8cb4-4c2e-b285-d444287fbdb0'),
(17152,57,7031,NULL,6638,4,'2026-01-05 18:19:43','2026-01-05 18:19:43','0e0117ed-3cd7-4f85-be5b-8ad7cd745a50'),
(17153,57,7031,NULL,6639,5,'2026-01-05 18:19:43','2026-01-05 18:19:43','7ec18dea-00b9-43b1-8347-9e6a0a4711c4'),
(17154,57,7031,NULL,6640,6,'2026-01-05 18:19:43','2026-01-05 18:19:43','e661b82e-e6ad-4a9e-b6b7-e9b883a509e2'),
(17164,22,1776,NULL,7038,1,'2026-01-05 18:27:26','2026-01-05 18:27:26','29891aec-7730-4b6c-a550-a6a7e7c40eef'),
(17166,22,7041,NULL,7038,1,'2026-01-05 18:27:26','2026-01-05 18:27:26','fcab759d-4d4a-40c5-a47b-97666c7bd2da'),
(17179,22,1704,NULL,7042,1,'2026-01-05 18:31:07','2026-01-05 18:31:07','5dbb9b82-01be-4852-91f5-77cf7d445a32'),
(17180,32,7045,NULL,2610,1,'2026-01-05 18:31:07','2026-01-05 18:31:07','33baedae-e3d5-4f02-ba19-59188dbb9d70'),
(17181,32,7045,NULL,2622,2,'2026-01-05 18:31:07','2026-01-05 18:31:07','593b81c5-8071-451e-8e6c-1f12fc21f827'),
(17182,32,7045,NULL,2598,3,'2026-01-05 18:31:07','2026-01-05 18:31:07','d0570eb8-ad83-4504-af0d-264efc447575'),
(17183,32,7045,NULL,2600,4,'2026-01-05 18:31:07','2026-01-05 18:31:07','167a8c9c-e889-4f8a-868d-2100f4c478e5'),
(17184,32,7045,NULL,2604,5,'2026-01-05 18:31:07','2026-01-05 18:31:07','281bcf79-c98e-404e-a06f-232939d7064b'),
(17185,16,7045,NULL,4385,1,'2026-01-05 18:31:07','2026-01-05 18:31:07','a3e1842b-04a7-49de-addc-43aedc71af54'),
(17186,7,7045,NULL,2969,1,'2026-01-05 18:31:07','2026-01-05 18:31:07','909e01eb-a957-4c13-943e-97f393600d52'),
(17187,7,7045,NULL,617,2,'2026-01-05 18:31:07','2026-01-05 18:31:07','1f2fdba1-cff1-4d50-ac06-ad0326d8579b'),
(17188,7,7045,NULL,605,3,'2026-01-05 18:31:07','2026-01-05 18:31:07','70cd9b7d-c6b9-4115-8cde-21cc4af26188'),
(17189,46,7045,NULL,4403,1,'2026-01-05 18:31:07','2026-01-05 18:31:07','e2a7383d-0e63-48c9-9b17-1fdd97f38e60'),
(17191,22,7046,NULL,7042,1,'2026-01-05 18:31:07','2026-01-05 18:31:07','0de9dbee-ed97-4913-abb5-d76ca081229f'),
(17271,32,7070,NULL,2614,1,'2026-01-05 18:50:52','2026-01-05 18:50:52','e6af7f60-43f7-4d3e-9422-8e6e93c0fc4d'),
(17272,32,7070,NULL,2610,2,'2026-01-05 18:50:52','2026-01-05 18:50:52','30d39541-0d48-4b20-9fcf-3f2a051aac46'),
(17273,32,7070,NULL,2598,3,'2026-01-05 18:50:52','2026-01-05 18:50:52','2a69dce2-d853-4e48-8748-1128ceb1d4d9'),
(17274,32,7070,NULL,2600,4,'2026-01-05 18:50:52','2026-01-05 18:50:52','e8d5a00e-a259-40d9-b5be-e1c105ec5408'),
(17275,32,7070,NULL,2596,5,'2026-01-05 18:50:52','2026-01-05 18:50:52','eed4974c-2c78-452e-8b22-5d59f95d6291'),
(17276,32,7070,NULL,2602,6,'2026-01-05 18:50:52','2026-01-05 18:50:52','0bad842f-4ff5-4a82-a96d-c97b1295b86f'),
(17277,32,7070,NULL,2606,7,'2026-01-05 18:50:52','2026-01-05 18:50:52','d3aa5947-329d-4ad5-a7f0-acb7de35c105'),
(17278,32,7070,NULL,2604,8,'2026-01-05 18:50:52','2026-01-05 18:50:52','63092cfe-5f06-4e11-aec4-b2c65aab4359'),
(17279,16,7070,NULL,3425,1,'2026-01-05 18:50:52','2026-01-05 18:50:52','16b28c5e-1499-417e-ab9d-4071b7f60519'),
(17280,7,7070,NULL,601,1,'2026-01-05 18:50:52','2026-01-05 18:50:52','42943adf-3983-4215-9a1b-3fc065ca2e93'),
(17281,7,7070,NULL,617,2,'2026-01-05 18:50:52','2026-01-05 18:50:52','7c2f1a49-e208-4e84-9c7d-d470859598a9'),
(17282,7,7070,NULL,605,3,'2026-01-05 18:50:52','2026-01-05 18:50:52','1a5140b6-b1e0-43ba-ada5-f5d71c2b3987'),
(17283,22,7071,NULL,7068,1,'2026-01-05 18:50:52','2026-01-05 18:50:52','11a31131-5247-4631-93f8-db1c61c0182e'),
(17346,13,7077,NULL,6931,1,'2026-01-05 21:07:06','2026-01-05 21:07:06','9550b28e-73c6-4280-91d7-5a3a7970b661'),
(17402,22,1544,NULL,7084,1,'2026-01-05 21:12:25','2026-01-05 21:12:25','44956a95-ec0d-4db8-8b34-b110999a21ea'),
(17403,32,7086,NULL,2610,1,'2026-01-05 21:12:25','2026-01-05 21:12:25','2f3a1c3e-31ab-4d30-b937-018e56720656'),
(17404,32,7086,NULL,2598,2,'2026-01-05 21:12:25','2026-01-05 21:12:25','c99e773b-6e06-4abc-a49e-9f80453559ca'),
(17405,32,7086,NULL,2608,3,'2026-01-05 21:12:25','2026-01-05 21:12:25','2eab0569-d035-4d8a-b74e-0782672286c5'),
(17406,32,7086,NULL,2600,4,'2026-01-05 21:12:25','2026-01-05 21:12:25','15a9c007-6552-4ad4-90b8-89c22f19bb29'),
(17407,32,7086,NULL,2596,5,'2026-01-05 21:12:25','2026-01-05 21:12:25','8a53f2d1-e37c-4471-8d33-dedb3f7a4c9a'),
(17408,32,7086,NULL,2602,6,'2026-01-05 21:12:25','2026-01-05 21:12:25','5f7fe24a-74f5-4912-80ad-6106491473b9'),
(17409,32,7086,NULL,2612,7,'2026-01-05 21:12:25','2026-01-05 21:12:25','26919242-d7b1-4d0d-90b7-59ae837beb96'),
(17410,32,7086,NULL,2604,8,'2026-01-05 21:12:25','2026-01-05 21:12:25','23cf7f67-8dd2-48a7-90f4-f76a3eddabaf'),
(17411,16,7086,NULL,3498,1,'2026-01-05 21:12:25','2026-01-05 21:12:25','fe134719-0597-4864-b799-481a7ad5c717'),
(17412,7,7086,NULL,601,1,'2026-01-05 21:12:25','2026-01-05 21:12:25','4352c913-a92d-485a-a421-e75de08241fc'),
(17413,7,7086,NULL,605,2,'2026-01-05 21:12:25','2026-01-05 21:12:25','46b060ec-7790-4434-9cac-ef7ad0b4e093'),
(17414,7,7086,NULL,617,3,'2026-01-05 21:12:25','2026-01-05 21:12:25','82960c49-b7f6-4753-8514-cf55f75d0338'),
(17415,7,7086,NULL,2974,4,'2026-01-05 21:12:25','2026-01-05 21:12:25','e1f07eb5-145c-41de-a5e6-996d5e29cf00'),
(17416,22,7087,NULL,7084,1,'2026-01-05 21:12:25','2026-01-05 21:12:25','91a0a44e-4941-41fe-b068-f151c17712d0'),
(17474,22,1626,NULL,7096,1,'2026-01-05 21:19:02','2026-01-05 21:19:02','981adbd1-b953-4897-953a-de5fcabf9b98'),
(17475,32,7098,NULL,2610,1,'2026-01-05 21:19:02','2026-01-05 21:19:02','ec92fee5-b68b-4afd-a824-fcdef127bde0'),
(17476,32,7098,NULL,2598,2,'2026-01-05 21:19:02','2026-01-05 21:19:02','1ec29941-1358-4b7e-9124-0165ae4baa62'),
(17477,32,7098,NULL,2600,3,'2026-01-05 21:19:02','2026-01-05 21:19:02','e8f34eb4-8620-4376-811a-0bdb96c16edf'),
(17478,32,7098,NULL,2604,4,'2026-01-05 21:19:02','2026-01-05 21:19:02','2aa848f3-a8ca-4644-9fa6-eb1750a86673'),
(17479,16,7098,NULL,3959,1,'2026-01-05 21:19:02','2026-01-05 21:19:02','797c4857-bd3e-4cfc-bb90-dc39582617b3'),
(17481,7,7098,NULL,617,2,'2026-01-05 21:19:02','2026-01-05 21:19:02','2158f4dd-5257-4974-905f-32f33e36a068'),
(17482,7,7098,NULL,605,3,'2026-01-05 21:19:02','2026-01-05 21:19:02','62cc3b1b-dd10-4270-9773-e756fcfd765a'),
(17483,22,7099,NULL,7096,1,'2026-01-05 21:19:02','2026-01-05 21:19:02','2e6e240f-000f-42e3-8421-0c9e0303a80d'),
(17811,22,4687,NULL,7126,1,'2026-01-06 16:45:27','2026-01-06 16:45:27','95e8629f-fb83-4655-b59d-226d30796bb4'),
(17812,32,7128,NULL,2610,1,'2026-01-06 16:45:27','2026-01-06 16:45:27','1e2c8ae5-ca62-4e91-be46-d294460a1f26'),
(17813,32,7128,NULL,2598,2,'2026-01-06 16:45:27','2026-01-06 16:45:27','1e9b8017-7062-409c-9952-64ea69ac2bfa'),
(17814,32,7128,NULL,2608,3,'2026-01-06 16:45:27','2026-01-06 16:45:27','cfe77067-1d99-41ed-8a70-ccd48a4bac51'),
(17815,32,7128,NULL,2624,4,'2026-01-06 16:45:27','2026-01-06 16:45:27','fa0071f8-69f6-4100-adf5-a0dbdabe6753'),
(17816,32,7128,NULL,2600,5,'2026-01-06 16:45:27','2026-01-06 16:45:27','a21c726a-62d8-4fa5-8153-f3c9de0a7a26'),
(17817,32,7128,NULL,2596,6,'2026-01-06 16:45:27','2026-01-06 16:45:27','f0b9da9d-d16b-405a-846f-bb8d3d649868'),
(17818,32,7128,NULL,2606,7,'2026-01-06 16:45:27','2026-01-06 16:45:27','8fc04710-f995-4497-8608-6414d053d216'),
(17819,32,7128,NULL,2604,8,'2026-01-06 16:45:27','2026-01-06 16:45:27','997811c4-9f50-46d6-bddd-d37ee809731b'),
(17820,7,7128,NULL,617,1,'2026-01-06 16:45:27','2026-01-06 16:45:27','288c361e-1b49-4d9e-a924-47e126ae817b'),
(17821,7,7128,NULL,605,2,'2026-01-06 16:45:27','2026-01-06 16:45:27','d75bab02-1fbc-4715-a30d-b84c492346c6'),
(17822,82,7128,NULL,491,1,'2026-01-06 16:45:27','2026-01-06 16:45:27','06965576-165d-4572-b670-b1016f59dfb5'),
(17823,46,7128,NULL,2891,1,'2026-01-06 16:45:27','2026-01-06 16:45:27','59b4f229-8317-47f1-8f41-e413b63b123f'),
(17825,22,7129,NULL,7126,1,'2026-01-06 16:45:27','2026-01-06 16:45:27','e2dd830b-7042-45a2-adc8-f66cefd0b8a1'),
(17839,32,7131,NULL,2610,1,'2026-01-06 16:45:39','2026-01-06 16:45:39','88759474-a321-46f1-a931-6950b9e6c417'),
(17840,32,7131,NULL,2598,2,'2026-01-06 16:45:39','2026-01-06 16:45:39','6914155b-befd-4b16-bc8a-0c677509aeee'),
(17841,32,7131,NULL,2608,3,'2026-01-06 16:45:39','2026-01-06 16:45:39','44e75d1a-f892-4d8e-9785-91885c2fc021'),
(17842,32,7131,NULL,2624,4,'2026-01-06 16:45:39','2026-01-06 16:45:39','6bf454c5-41fb-49f8-af9f-98486b1bb18d'),
(17843,32,7131,NULL,2600,5,'2026-01-06 16:45:39','2026-01-06 16:45:39','51abff37-caab-424e-b87b-276f7503e80f'),
(17844,32,7131,NULL,2596,6,'2026-01-06 16:45:39','2026-01-06 16:45:39','b0e89ef7-7f64-43e9-aeb3-82bb229204d0'),
(17845,32,7131,NULL,2606,7,'2026-01-06 16:45:39','2026-01-06 16:45:39','c52f5406-3feb-4526-9e75-6fe4f021db49'),
(17846,32,7131,NULL,2604,8,'2026-01-06 16:45:39','2026-01-06 16:45:39','fa1f56d3-c79f-4956-86b0-942e508bfa66'),
(17847,7,7131,NULL,617,1,'2026-01-06 16:45:39','2026-01-06 16:45:39','da4fd086-e484-4939-b3b6-f88d4a26ef4b'),
(17848,7,7131,NULL,605,2,'2026-01-06 16:45:39','2026-01-06 16:45:39','78f75f4c-c7d4-4866-9c5a-fd0c3bf22082'),
(17849,82,7131,NULL,491,1,'2026-01-06 16:45:39','2026-01-06 16:45:39','d81d301f-cab3-4efd-967d-329a400c1e0c'),
(17850,46,7131,NULL,2891,1,'2026-01-06 16:45:39','2026-01-06 16:45:39','8f5d172d-6e91-4075-b1a8-88af94b07a3d'),
(17867,32,7135,NULL,2610,1,'2026-01-06 16:51:36','2026-01-06 16:51:36','0703d050-1043-4d1e-92f9-7923f3b68f83'),
(17868,32,7135,NULL,2598,2,'2026-01-06 16:51:36','2026-01-06 16:51:36','c6c33fa0-1931-4626-a36a-9d38c503862d'),
(17869,32,7135,NULL,2608,3,'2026-01-06 16:51:36','2026-01-06 16:51:36','4234ab2f-7c79-4d80-b7df-069a16650c78'),
(17870,32,7135,NULL,2624,4,'2026-01-06 16:51:36','2026-01-06 16:51:36','e4050261-a44f-4989-ab98-e9788c86cc0f'),
(17871,32,7135,NULL,2600,5,'2026-01-06 16:51:36','2026-01-06 16:51:36','b4869c5f-dc82-4c21-aa91-2b9c5665a403'),
(17872,32,7135,NULL,2596,6,'2026-01-06 16:51:36','2026-01-06 16:51:36','bfbe8d20-f180-4ddd-9d4a-e6990f0ac65a'),
(17873,32,7135,NULL,2606,7,'2026-01-06 16:51:36','2026-01-06 16:51:36','f2621b4f-0e16-434d-8254-11c86305f899'),
(17874,32,7135,NULL,2604,8,'2026-01-06 16:51:36','2026-01-06 16:51:36','f23c4c51-2762-46f2-9fcb-aff6e1cb4aff'),
(17875,7,7135,NULL,617,1,'2026-01-06 16:51:36','2026-01-06 16:51:36','824fa4e4-9a1e-485e-85ec-9bb305e95eaf'),
(17876,7,7135,NULL,605,2,'2026-01-06 16:51:36','2026-01-06 16:51:36','e7210382-f2f4-4090-a0ef-d7e90502dd60'),
(17877,82,7135,NULL,491,1,'2026-01-06 16:51:36','2026-01-06 16:51:36','66fa9bf4-3d3f-48e1-a467-4105c6887832'),
(17878,46,7135,NULL,2891,1,'2026-01-06 16:51:36','2026-01-06 16:51:36','6fe4ac38-00ef-458c-9dee-7e13f291aa67'),
(17880,22,7136,NULL,7126,1,'2026-01-06 16:51:36','2026-01-06 16:51:36','560fc32c-0c33-47d9-9fc4-b8dc65ee2a96'),
(17894,32,7138,NULL,2610,1,'2026-01-06 17:23:21','2026-01-06 17:23:21','2bd4cf8e-6878-446a-b4a2-514d4cc723c8'),
(17895,32,7138,NULL,2598,2,'2026-01-06 17:23:21','2026-01-06 17:23:21','1e0b8033-ae33-42c4-abf1-0215191f88a7'),
(17896,32,7138,NULL,2608,3,'2026-01-06 17:23:21','2026-01-06 17:23:21','b1f08ce0-e571-4449-b33f-74fa9797c847'),
(17897,32,7138,NULL,2624,4,'2026-01-06 17:23:21','2026-01-06 17:23:21','5d6c79f4-bbbd-4a89-957c-c63540d6ba57'),
(17898,32,7138,NULL,2600,5,'2026-01-06 17:23:21','2026-01-06 17:23:21','d01c8bb3-b495-4b3e-b473-255b0c7846ba'),
(17899,32,7138,NULL,2596,6,'2026-01-06 17:23:21','2026-01-06 17:23:21','7dc48d35-47b5-460a-a69a-80cc61e135cb'),
(17900,32,7138,NULL,2606,7,'2026-01-06 17:23:21','2026-01-06 17:23:21','491c8af3-8616-4fd4-ab34-e93e9fd84292'),
(17901,32,7138,NULL,2604,8,'2026-01-06 17:23:21','2026-01-06 17:23:21','b4542391-fffa-47d7-ba91-cdf9573fdaf8'),
(17902,7,7138,NULL,617,1,'2026-01-06 17:23:21','2026-01-06 17:23:21','63f1e051-9fbb-4adf-bb98-b0434b1ee4ea'),
(17903,7,7138,NULL,605,2,'2026-01-06 17:23:21','2026-01-06 17:23:21','4bb48662-001b-41b9-bf08-65dd62c228cf'),
(17904,82,7138,NULL,491,1,'2026-01-06 17:23:21','2026-01-06 17:23:21','3e04dd9d-104d-4c4d-a87c-93dbed7e9583'),
(17905,46,7138,NULL,2891,1,'2026-01-06 17:23:21','2026-01-06 17:23:21','bc8b86f7-f801-4831-bcaf-6c94d965b9bc'),
(17921,22,1938,NULL,7140,1,'2026-01-06 19:05:05','2026-01-06 19:05:05','12c00bd4-7ce9-41ae-a378-9f9652711652'),
(17922,32,7142,NULL,2610,1,'2026-01-06 19:05:05','2026-01-06 19:05:05','8c6424d6-829b-44a7-9334-00bacdd4dd68'),
(17923,32,7142,NULL,2598,2,'2026-01-06 19:05:05','2026-01-06 19:05:05','8c789a1b-f0f6-459c-8f4f-8314a2126aeb'),
(17924,32,7142,NULL,2608,3,'2026-01-06 19:05:05','2026-01-06 19:05:05','5e5f5553-563c-4c38-bd35-a461be3869e1'),
(17925,32,7142,NULL,2624,4,'2026-01-06 19:05:05','2026-01-06 19:05:05','f6cfc7ad-562a-4795-92ba-b6d4a5525252'),
(17926,32,7142,NULL,2600,5,'2026-01-06 19:05:05','2026-01-06 19:05:05','3b55ed42-d429-4a3a-90bd-1028e540e42e'),
(17927,32,7142,NULL,2596,6,'2026-01-06 19:05:05','2026-01-06 19:05:05','79794949-df75-4d6c-831f-26d74293c9a2'),
(17928,32,7142,NULL,2606,7,'2026-01-06 19:05:05','2026-01-06 19:05:05','faf9e12c-fb64-4109-8624-e5c74014df33'),
(17929,32,7142,NULL,2604,8,'2026-01-06 19:05:05','2026-01-06 19:05:05','a8478279-5d6c-4616-befe-8871d925306f'),
(17930,7,7142,NULL,617,1,'2026-01-06 19:05:05','2026-01-06 19:05:05','32feb0b3-a665-4993-b06f-6145709f8b01'),
(17931,7,7142,NULL,605,2,'2026-01-06 19:05:05','2026-01-06 19:05:05','e2f3e4da-b70a-4202-bdc3-7999f000b16c'),
(17932,82,7142,NULL,491,1,'2026-01-06 19:05:05','2026-01-06 19:05:05','d63ab089-99ec-4bd6-86f0-30dd77725c60'),
(17933,46,7142,NULL,2891,1,'2026-01-06 19:05:05','2026-01-06 19:05:05','5ee632c6-2526-4aed-b2e7-d4201aa08973'),
(17935,22,7143,NULL,7140,1,'2026-01-06 19:05:05','2026-01-06 19:05:05','a2fb2e80-68f7-49d8-adb6-0b112f401179'),
(17936,32,7144,NULL,2610,1,'2026-01-06 19:05:09','2026-01-06 19:05:09','e6c42583-f9b7-46e7-912a-ba1783186903'),
(17937,32,7144,NULL,2598,2,'2026-01-06 19:05:09','2026-01-06 19:05:09','820b8f4e-de8d-429f-b21d-a008d165bb65'),
(17938,32,7144,NULL,2608,3,'2026-01-06 19:05:09','2026-01-06 19:05:09','26b9b83f-abf0-4aeb-999e-df50c25efc6c'),
(17939,32,7144,NULL,2624,4,'2026-01-06 19:05:09','2026-01-06 19:05:09','f88354d3-8bb9-4e87-bdcb-63bc0cebdc97'),
(17940,32,7144,NULL,2600,5,'2026-01-06 19:05:09','2026-01-06 19:05:09','8e5f92ab-f222-4471-b54f-492a208cb2be'),
(17941,32,7144,NULL,2596,6,'2026-01-06 19:05:09','2026-01-06 19:05:09','42442110-37ee-438a-8bad-9768e7054338'),
(17942,32,7144,NULL,2606,7,'2026-01-06 19:05:09','2026-01-06 19:05:09','fc5a920c-a495-4650-ab1c-b17a80a04d1a'),
(17943,32,7144,NULL,2604,8,'2026-01-06 19:05:09','2026-01-06 19:05:09','8096defe-b994-47a7-852e-0f44021cc7c6'),
(17944,7,7144,NULL,617,1,'2026-01-06 19:05:09','2026-01-06 19:05:09','5016cb7d-3241-4ed6-b3ed-f395c96b7154'),
(17945,7,7144,NULL,605,2,'2026-01-06 19:05:09','2026-01-06 19:05:09','7e99eac0-38b5-4388-a18a-fa9feb13a9b2'),
(17946,82,7144,NULL,491,1,'2026-01-06 19:05:09','2026-01-06 19:05:09','a3426649-97dd-46b8-a816-5641be93c8a6'),
(17947,46,7144,NULL,2891,1,'2026-01-06 19:05:09','2026-01-06 19:05:09','dd1b3791-14bf-48d7-b42a-61eb6a4a8c8c'),
(17981,32,7149,NULL,2610,1,'2026-01-06 20:42:19','2026-01-06 20:42:19','60be9596-38a5-4013-8319-fe109d7b4494'),
(17982,32,7149,NULL,2598,2,'2026-01-06 20:42:19','2026-01-06 20:42:19','0d3c5c10-70e5-4a73-be23-5b41336b36eb'),
(17983,32,7149,NULL,2608,3,'2026-01-06 20:42:19','2026-01-06 20:42:19','97c7d31e-c4e7-457f-a076-ba21368fcbba'),
(17984,32,7149,NULL,2624,4,'2026-01-06 20:42:19','2026-01-06 20:42:19','8f10dbde-6ec7-45c0-9a6d-bf67cd7a37da'),
(17985,32,7149,NULL,2600,5,'2026-01-06 20:42:19','2026-01-06 20:42:19','47d43f4b-cfa6-476f-9818-984159530604'),
(17986,32,7149,NULL,2596,6,'2026-01-06 20:42:19','2026-01-06 20:42:19','fcd0edbd-0bd4-4098-8c67-042b80598038'),
(17987,32,7149,NULL,2602,7,'2026-01-06 20:42:19','2026-01-06 20:42:19','f671b90e-c61e-45bb-a845-2e927d069cf9'),
(17988,32,7149,NULL,2606,8,'2026-01-06 20:42:19','2026-01-06 20:42:19','02009acc-29d9-4546-827a-3ba196d1d7e9'),
(17989,32,7149,NULL,2612,9,'2026-01-06 20:42:19','2026-01-06 20:42:19','32dd43a4-f8fd-4448-8622-439090fadce8'),
(17990,32,7149,NULL,2604,10,'2026-01-06 20:42:19','2026-01-06 20:42:19','7227c368-501a-4b04-ad7f-afad7d2296b7'),
(17991,16,7149,NULL,4786,1,'2026-01-06 20:42:19','2026-01-06 20:42:19','32f3c34f-8629-4746-8268-24ca642939e1'),
(17992,7,7149,NULL,601,1,'2026-01-06 20:42:19','2026-01-06 20:42:19','16e873a4-7f8f-4145-9dd7-2edc7a833b7b'),
(17993,7,7149,NULL,6547,2,'2026-01-06 20:42:19','2026-01-06 20:42:19','42ad5923-496a-4ff1-9dad-49eddd29a701'),
(17994,7,7149,NULL,617,3,'2026-01-06 20:42:19','2026-01-06 20:42:19','a61513cd-eb4e-47ea-a3ce-58c4c19170ba'),
(17995,7,7149,NULL,605,4,'2026-01-06 20:42:19','2026-01-06 20:42:19','74d09587-81af-4aa1-af95-774fa305eeee'),
(17996,82,7149,NULL,491,1,'2026-01-06 20:42:19','2026-01-06 20:42:19','540a1d10-55ca-4ac2-b39d-b13d360d5494'),
(17997,46,7149,NULL,2891,1,'2026-01-06 20:42:19','2026-01-06 20:42:19','a45a7847-5304-4ed5-909d-0a21561be766'),
(17999,57,7149,NULL,4806,1,'2026-01-06 20:42:19','2026-01-06 20:42:19','6a180f93-adc0-4be5-8a7d-1666e04e6cc5'),
(18000,57,7149,NULL,4807,2,'2026-01-06 20:42:19','2026-01-06 20:42:19','1b1164ca-b40c-499f-b163-8ada25eacc6e'),
(18001,57,7149,NULL,4808,3,'2026-01-06 20:42:19','2026-01-06 20:42:19','61731808-1ae1-4d24-98e5-628ede6cd742'),
(18002,57,7149,NULL,4809,4,'2026-01-06 20:42:19','2026-01-06 20:42:19','42e12145-5569-4e48-8e8e-7e8470c52739'),
(18003,57,7149,NULL,4810,5,'2026-01-06 20:42:19','2026-01-06 20:42:19','697349c1-10a2-412b-9bd4-e874c35912db'),
(18004,57,7149,NULL,4811,6,'2026-01-06 20:42:19','2026-01-06 20:42:19','37facb17-9d58-4e1b-a6b8-508e3451888e'),
(18005,13,7149,NULL,6542,1,'2026-01-06 20:42:19','2026-01-06 20:42:19','874c1b83-9263-487b-85e1-d8d5b7ab738c'),
(18008,22,1891,NULL,7151,1,'2026-01-06 20:42:52','2026-01-06 20:42:52','1dc0256e-0027-4386-a329-6772fcc32572'),
(18009,22,7154,NULL,7151,1,'2026-01-06 20:42:52','2026-01-06 20:42:52','eb6b7831-d805-4cac-b594-d05ab292e9f2'),
(18011,22,7158,NULL,7151,1,'2026-01-06 20:43:12','2026-01-06 20:43:12','0caf568a-2e16-4db6-953f-170b8ca9796a'),
(18037,32,7161,NULL,2610,1,'2026-01-06 21:13:53','2026-01-06 21:13:53','19e2fb60-3841-4869-920c-5c4e56bdef7d'),
(18038,32,7161,NULL,2598,2,'2026-01-06 21:13:53','2026-01-06 21:13:53','34667004-c5da-44b8-be13-16506f8a2023'),
(18039,32,7161,NULL,2608,3,'2026-01-06 21:13:53','2026-01-06 21:13:53','30ee64df-b2a0-475b-adfa-ae6105436784'),
(18040,32,7161,NULL,2624,4,'2026-01-06 21:13:53','2026-01-06 21:13:53','0d563e9f-202c-4531-b62a-08924de5978f'),
(18041,32,7161,NULL,2600,5,'2026-01-06 21:13:53','2026-01-06 21:13:53','949891f6-b0d0-4572-bbc8-ef1bb3b381cc'),
(18042,32,7161,NULL,2596,6,'2026-01-06 21:13:53','2026-01-06 21:13:53','19371d78-5230-4c50-84bc-4153b34ae648'),
(18043,32,7161,NULL,2602,7,'2026-01-06 21:13:53','2026-01-06 21:13:53','72a8dfc5-7043-44ec-abec-de3178f19068'),
(18044,32,7161,NULL,2606,8,'2026-01-06 21:13:53','2026-01-06 21:13:53','c6501c44-4e6c-4b2f-a5b7-d1a456216c1f'),
(18045,32,7161,NULL,2612,9,'2026-01-06 21:13:53','2026-01-06 21:13:53','5a845dcb-a5dc-4aca-a913-4a3a2e8af450'),
(18046,32,7161,NULL,2604,10,'2026-01-06 21:13:53','2026-01-06 21:13:53','e5279029-d34b-47ca-a7af-7e2ccf47be87'),
(18047,16,7161,NULL,4786,1,'2026-01-06 21:13:53','2026-01-06 21:13:53','ac3ae062-42d2-4a1d-b6c9-ee477dd4ccb9'),
(18048,7,7161,NULL,601,1,'2026-01-06 21:13:53','2026-01-06 21:13:53','e8f07e49-d1e8-4647-a482-0ad43964463a'),
(18049,7,7161,NULL,6547,2,'2026-01-06 21:13:53','2026-01-06 21:13:53','b7572de5-b739-44c6-a546-c965e8eaf895'),
(18050,7,7161,NULL,617,3,'2026-01-06 21:13:53','2026-01-06 21:13:53','913abef8-f4be-427e-9dee-5f1148453dc7'),
(18051,7,7161,NULL,605,4,'2026-01-06 21:13:53','2026-01-06 21:13:53','53e74215-d7a3-4ebe-8109-eeabbec966cb'),
(18052,82,7161,NULL,491,1,'2026-01-06 21:13:53','2026-01-06 21:13:53','7bbefcb6-12af-45d5-80eb-0810dbeb3b82'),
(18053,46,7161,NULL,2891,1,'2026-01-06 21:13:53','2026-01-06 21:13:53','a0a4f22e-dee1-43d8-900e-df7b11cc0c80'),
(18055,57,7161,NULL,4806,1,'2026-01-06 21:13:53','2026-01-06 21:13:53','2c6260a1-7131-412c-8e6f-78651bd40363'),
(18056,57,7161,NULL,4807,2,'2026-01-06 21:13:53','2026-01-06 21:13:53','fc67e1b9-78a9-4d91-83af-fa62d8b7b1e4'),
(18057,57,7161,NULL,4808,3,'2026-01-06 21:13:53','2026-01-06 21:13:53','eafb770f-ba6e-4f83-8610-54e7433c41f9'),
(18058,57,7161,NULL,4809,4,'2026-01-06 21:13:53','2026-01-06 21:13:53','64f599d6-e015-4e9e-9f06-03f046d1b699'),
(18059,57,7161,NULL,4810,5,'2026-01-06 21:13:53','2026-01-06 21:13:53','8706ab7d-b3b4-45c5-9768-d77f726b4372'),
(18060,57,7161,NULL,4811,6,'2026-01-06 21:13:53','2026-01-06 21:13:53','912b018e-f02c-4cc6-b782-5201fad79210'),
(18061,13,7161,NULL,6542,1,'2026-01-06 21:13:53','2026-01-06 21:13:53','9deac9be-2f15-4c73-9c50-8cf1577341aa'),
(18099,83,945,NULL,951,1,'2026-01-06 21:33:34','2026-01-06 21:33:34','7cb80bd3-fd60-411a-8fe2-9f154a246f86'),
(18120,83,951,NULL,945,1,'2026-01-06 21:33:45','2026-01-06 21:33:45','620b929f-f7a9-4041-8eda-cafb08f2b1df'),
(18121,83,7165,NULL,945,1,'2026-01-06 21:33:45','2026-01-06 21:33:45','2b5c9c3d-2bc7-4e71-83f2-b37ba3276387'),
(18122,16,7165,NULL,2968,1,'2026-01-06 21:33:45','2026-01-06 21:33:45','78301385-dc04-4e47-b2dc-a77b97337e44'),
(18123,57,7165,NULL,3246,1,'2026-01-06 21:33:45','2026-01-06 21:33:45','acc1543f-f222-4c6f-b2b3-9ede67415862'),
(18124,57,7165,NULL,3254,2,'2026-01-06 21:33:45','2026-01-06 21:33:45','9a90309c-f8ba-4d54-950b-8916bb57d5aa'),
(18125,57,7165,NULL,3253,3,'2026-01-06 21:33:45','2026-01-06 21:33:45','5636d5c3-595a-40f3-a66f-ca78551ecc87'),
(18126,57,7165,NULL,3251,4,'2026-01-06 21:33:45','2026-01-06 21:33:45','59299e17-54bd-49dc-a08c-b6cdd54e7ad9'),
(18127,57,7165,NULL,3245,5,'2026-01-06 21:33:45','2026-01-06 21:33:45','e7d0f7b2-b0e5-48a9-9412-5a1c44b8bebf'),
(18128,57,7165,NULL,3248,6,'2026-01-06 21:33:45','2026-01-06 21:33:45','9ec1a813-6d29-4022-8899-bd60a3c9df7a'),
(18129,72,7165,NULL,548,1,'2026-01-06 21:33:45','2026-01-06 21:33:45','9d85bd80-0ba2-4035-b453-1d43ac8fdf1e'),
(18130,16,7166,NULL,3279,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','50bdbb2b-59f8-4df8-b488-e64fb0bb1a04'),
(18131,57,7166,NULL,3276,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','24e290f5-e8b0-467a-b9bf-995c923c6736'),
(18132,57,7166,NULL,3278,2,'2026-01-06 21:34:36','2026-01-06 21:34:36','62a576c8-f2d1-4307-b2ab-5f98b435f6d4'),
(18133,57,7166,NULL,3279,3,'2026-01-06 21:34:36','2026-01-06 21:34:36','59e36ff7-74c9-4015-a8e0-d8af9c8b35d3'),
(18134,57,7166,NULL,3280,4,'2026-01-06 21:34:36','2026-01-06 21:34:36','2b61e4b2-ed21-45fa-818d-beca1d024692'),
(18135,57,7166,NULL,3281,5,'2026-01-06 21:34:36','2026-01-06 21:34:36','5897b400-fc89-40d3-8d50-fa3efe2db833'),
(18136,57,7166,NULL,3282,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','d102f536-6c51-4212-9f89-4d29e67d9873'),
(18137,57,7166,NULL,3283,7,'2026-01-06 21:34:36','2026-01-06 21:34:36','952ec703-8c82-4fcf-8374-3df7cd5dbdf1'),
(18138,72,7166,NULL,548,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','175246fa-efc9-442a-8f43-a4cc73d44d49'),
(18139,13,7168,NULL,6925,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','07488108-7ab2-4fb1-9dfe-59f7bbd1ada8'),
(18140,32,7169,NULL,2598,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','7e2b4fa1-78c6-45e9-bd9a-80b0bddd8820'),
(18141,32,7169,NULL,2608,2,'2026-01-06 21:34:36','2026-01-06 21:34:36','9c6b460f-c5db-4b20-b414-30246e63a312'),
(18142,32,7169,NULL,2600,3,'2026-01-06 21:34:36','2026-01-06 21:34:36','4b4427a5-68bc-466a-9a22-71ddace00ad3'),
(18143,32,7169,NULL,2596,4,'2026-01-06 21:34:36','2026-01-06 21:34:36','a539e4a1-355c-45b4-a714-3fbef79c709c'),
(18144,32,7169,NULL,2602,5,'2026-01-06 21:34:36','2026-01-06 21:34:36','38f2b87d-6fee-4491-8d62-8b090a788d26'),
(18145,32,7169,NULL,2606,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','ad5b092e-d3ce-4f9c-a6e5-1e40a3e35983'),
(18146,32,7169,NULL,2604,7,'2026-01-06 21:34:36','2026-01-06 21:34:36','48374a2b-ca88-4a90-9073-357c59044c9f'),
(18147,7,7169,NULL,617,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','73129348-337f-48ad-bf5f-46becb623cb3'),
(18148,7,7169,NULL,605,2,'2026-01-06 21:34:36','2026-01-06 21:34:36','429e6627-1401-47ee-936c-58d46dede34b'),
(18149,82,7169,NULL,491,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','82e88ddc-487a-4ee2-8540-1056b8af611b'),
(18150,32,7170,NULL,2610,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','3fe99cd6-0897-4074-807c-69b4168a2fca'),
(18151,32,7170,NULL,2598,2,'2026-01-06 21:34:36','2026-01-06 21:34:36','2b3cf7ee-5a05-4cdf-abed-4aa69511d8e6'),
(18152,32,7170,NULL,2608,3,'2026-01-06 21:34:36','2026-01-06 21:34:36','c7d6e8c2-f580-4965-9f9f-bce2ab39bead'),
(18153,32,7170,NULL,2624,4,'2026-01-06 21:34:36','2026-01-06 21:34:36','6b4923ed-1018-4fa2-ab61-5fdf6fae1a45'),
(18154,32,7170,NULL,2600,5,'2026-01-06 21:34:36','2026-01-06 21:34:36','ec3276ff-20ca-4fd9-a57e-5e797908afc4'),
(18155,32,7170,NULL,2596,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','98f23d78-b69c-46e0-ac3f-087c1b01c90b'),
(18156,32,7170,NULL,2606,7,'2026-01-06 21:34:36','2026-01-06 21:34:36','e5b768bc-18ee-449d-b06c-d5b3d2372c3b'),
(18157,32,7170,NULL,2604,8,'2026-01-06 21:34:36','2026-01-06 21:34:36','a807ced8-3f6a-48dc-ad5b-14140cd6bcee'),
(18158,7,7170,NULL,617,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','e4b4e9a8-bd8b-4f01-b517-a0956fc5d7d1'),
(18159,7,7170,NULL,605,2,'2026-01-06 21:34:36','2026-01-06 21:34:36','c54d1335-09b6-4740-934f-8af328eb260c'),
(18160,82,7170,NULL,491,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','43d92549-fbe5-4336-8cfd-496dce7d4859'),
(18161,46,7170,NULL,2891,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','6ceffc60-38d7-4c8a-91cd-290e9c7adf65'),
(18163,32,7171,NULL,2598,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','7c099173-043e-46f2-8c1c-ac8a5efa4b27'),
(18164,32,7171,NULL,2608,2,'2026-01-06 21:34:36','2026-01-06 21:34:36','cd954558-852b-4da3-a67f-8fc1396cc51f'),
(18165,32,7171,NULL,2600,3,'2026-01-06 21:34:36','2026-01-06 21:34:36','be1b640f-9469-4c26-81fe-72fd66c598c3'),
(18166,32,7171,NULL,2596,4,'2026-01-06 21:34:36','2026-01-06 21:34:36','43bb0813-fa9f-47d7-b14d-6454800b081a'),
(18167,32,7171,NULL,2602,5,'2026-01-06 21:34:36','2026-01-06 21:34:36','290e7f90-65e5-459a-8efd-d40b8eebd947'),
(18168,32,7171,NULL,2606,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','344e8af5-dec9-4349-a080-d4e0ebf9ff5c'),
(18169,32,7171,NULL,2604,7,'2026-01-06 21:34:36','2026-01-06 21:34:36','2cd46254-af73-45a3-a3e5-fe8edbc2bfc1'),
(18170,7,7171,NULL,617,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','ceed350a-b485-46ae-916e-a216c66f634f'),
(18171,7,7171,NULL,605,2,'2026-01-06 21:34:36','2026-01-06 21:34:36','f866ac91-678a-47b3-980e-98c24eb789c6'),
(18172,82,7171,NULL,491,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','f0e88c1a-9714-4865-a8c3-bed330635cea'),
(18173,13,7171,NULL,6557,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','46ef6035-6ead-4455-a501-34a6068e976a'),
(18175,16,7173,NULL,6422,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','9fdff773-ec4d-4ee9-b4e0-ab73007e918f'),
(18176,7,7173,NULL,601,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','8ca7b83b-a38c-4f0d-b7b4-28ba23a4bb74'),
(18177,7,7173,NULL,617,2,'2026-01-06 21:34:36','2026-01-06 21:34:36','7d5146f1-2f0a-4b1b-a18d-15f130af9b4f'),
(18178,7,7173,NULL,605,3,'2026-01-06 21:34:36','2026-01-06 21:34:36','9604fec5-a9c6-42b1-8b00-364935e35648'),
(18179,13,7173,NULL,6844,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','a70df8cf-7b93-4d94-b804-f11756aaab81'),
(18180,16,7177,NULL,6640,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','5a537fbb-21ec-4295-b826-c28ec2caca93'),
(18181,57,7177,NULL,6635,1,'2026-01-06 21:34:36','2026-01-06 21:34:36','4bca25c1-3e76-4ce0-a1d1-73e99661f23a'),
(18182,57,7177,NULL,6636,2,'2026-01-06 21:34:36','2026-01-06 21:34:36','7c2026fe-0e51-4e48-9e8f-a67284c9fca1'),
(18183,57,7177,NULL,6637,3,'2026-01-06 21:34:36','2026-01-06 21:34:36','b0713724-6875-492d-a169-de394170c24a'),
(18184,57,7177,NULL,6638,4,'2026-01-06 21:34:36','2026-01-06 21:34:36','ead1bc99-7c95-40b0-9eca-298d3eec2a39'),
(18185,57,7177,NULL,6639,5,'2026-01-06 21:34:36','2026-01-06 21:34:36','0d9f6406-4a44-4288-8f3f-0303c180dd05'),
(18186,57,7177,NULL,6640,6,'2026-01-06 21:34:36','2026-01-06 21:34:36','0924e61e-44ec-4ed9-9278-ea81d70e74cc'),
(18188,32,7178,NULL,2614,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','96acc663-f4af-40e9-b7c1-126e88ec34eb'),
(18189,32,7178,NULL,2610,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','197b527a-9849-419a-9d0b-f4cacc86f870'),
(18190,32,7178,NULL,2598,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','f2f4dce1-4104-4aad-9d4e-f27414e7224e'),
(18191,32,7178,NULL,2608,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','7bbec42c-bda9-4ffc-a9fd-abd6904aa025'),
(18192,32,7178,NULL,2600,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','b0cba650-b7c3-4ca2-8a98-395b0b4fda1d'),
(18193,32,7178,NULL,2596,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','e50569f4-6447-4dbb-88ab-d922da61f044'),
(18194,32,7178,NULL,2602,7,'2026-01-06 21:34:37','2026-01-06 21:34:37','0a3f1312-3581-4438-877a-5a6bcf15823f'),
(18195,32,7178,NULL,2606,8,'2026-01-06 21:34:37','2026-01-06 21:34:37','32f4abbf-190e-4c97-b6b0-263242ab140d'),
(18196,32,7178,NULL,2612,9,'2026-01-06 21:34:37','2026-01-06 21:34:37','31091c4f-3a93-4426-b561-ab5266bdd758'),
(18197,32,7178,NULL,2604,10,'2026-01-06 21:34:37','2026-01-06 21:34:37','e80ebf39-1b17-419e-807b-90616c6fbf0b'),
(18198,16,7178,NULL,6659,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','ef5caa19-a462-444c-9078-c55299272478'),
(18199,7,7178,NULL,601,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','c497e7af-ac23-484e-8865-6826a73273cb'),
(18200,7,7178,NULL,6547,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','74e01be4-ca68-4d6c-9b80-0727af8fa44a'),
(18201,7,7178,NULL,2972,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','692eb91f-0757-4a58-bb4f-70ad8e503781'),
(18202,7,7178,NULL,2974,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','be8e3355-3bb6-49f8-b9d9-b08080a38fad'),
(18203,7,7178,NULL,617,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','18004b1b-3bf4-45c5-97db-99999ead319e'),
(18204,7,7178,NULL,605,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','4049f039-c0db-4de4-8eec-ba9f04200ec9'),
(18205,57,7178,NULL,6680,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','56cc4845-d2d3-4f7b-a3d9-f2c04a5c289d'),
(18206,57,7178,NULL,6681,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','b34b9631-86d4-4d3f-aaa3-506de13c4994'),
(18207,57,7178,NULL,6682,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','0ab7c0c0-0bb3-47e9-8a81-569e5b4a7135'),
(18208,57,7178,NULL,6683,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','f99c16ed-da5b-4971-87a4-c8c3a32efac2'),
(18209,57,7178,NULL,6684,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','fe4a4f10-d2ee-4030-828a-4f131edb2c83'),
(18212,32,7182,NULL,2610,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','16a7af22-f671-42e9-b5e7-ccd14b67bbbe'),
(18213,32,7182,NULL,2598,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','0e882cc0-d943-4fda-8e6f-b1522c2bd297'),
(18214,32,7182,NULL,2624,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','910641b6-eca9-4cd9-9433-e1a1b4dc1fa9'),
(18215,32,7182,NULL,2600,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','c76f5a9d-cd40-4e24-9381-ca2be1843d72'),
(18216,32,7182,NULL,2606,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','b9f0f598-9ff0-4298-91d0-579598665f8a'),
(18217,32,7182,NULL,2604,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','acca67fd-d8c0-4d87-a75a-5dbd4904f3e7'),
(18218,16,7182,NULL,5191,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','15fad1d0-2101-46c7-8e78-a456875b7d8d'),
(18219,7,7182,NULL,601,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','86a13025-6930-4b3c-99ce-5f00ab5bf76c'),
(18220,7,7182,NULL,3468,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','e98357e0-2a73-404e-a507-f4de2f595587'),
(18221,7,7182,NULL,617,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','d99dcadb-2fbf-4a02-b16a-c8871fd6f9d6'),
(18222,7,7182,NULL,605,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','8dadd242-b0ba-477e-a6f6-b09fdce164f9'),
(18223,57,7182,NULL,5185,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','8cbd7f4d-4be1-43a3-8b9a-f83b7043b8ae'),
(18224,57,7182,NULL,5186,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','f2336e58-64b0-487d-8f74-789fbc4db311'),
(18225,57,7182,NULL,5187,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','3f749f23-1e98-4d62-afd5-6e27c571b6e2'),
(18226,57,7182,NULL,5188,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','0657405a-135b-4d03-8c8d-ce3b342b6829'),
(18227,57,7182,NULL,5189,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','ba58440b-0904-4d53-ab95-fb5b7f8b5e2a'),
(18228,57,7182,NULL,5190,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','702a74be-8146-4190-8992-2df42ab43160'),
(18230,13,7187,NULL,6931,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','c2a4a03d-dad6-4f42-8286-ca7122a98827'),
(18231,13,7188,NULL,6927,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','5228676d-0a77-44bc-b846-4d606a4e4049'),
(18232,13,7190,NULL,6922,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','3120203b-ddd8-409d-a393-f9e8999d8bf0'),
(18233,32,7191,NULL,2610,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','7d0cf149-ddd6-423f-bf4e-5facae48e3c3'),
(18234,32,7191,NULL,2598,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','82fce339-4f9f-4233-9af6-aa76a95868ac'),
(18235,32,7191,NULL,2600,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','c0ddcdc1-6092-438d-94a0-e388f268a329'),
(18236,32,7191,NULL,2604,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','d7b28298-054d-4b20-8d8b-52033e0e7068'),
(18237,16,7191,NULL,3374,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','d58f5cb5-447b-4f33-abff-3cdb5eb0a45f'),
(18238,7,7191,NULL,2969,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','d1767b57-2d81-4918-acd7-9e2b2a333a14'),
(18239,7,7191,NULL,617,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','eb288b03-eb08-407e-9f49-eea2e6cf86dc'),
(18240,7,7191,NULL,605,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','2ee75eab-c01b-43c4-8b2e-9d831748bd77'),
(18241,57,7191,NULL,3362,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','ee640ecb-cbd2-4608-8590-fd0cca4e0121'),
(18242,57,7191,NULL,3363,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','552ec7d3-f185-41b6-862a-6a129ca5ff01'),
(18243,57,7191,NULL,3364,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','f7d1b489-de6b-4888-9c1d-0f0ad702c6c7'),
(18244,57,7191,NULL,3365,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','4f41ecb9-5c64-4d93-b72a-979876c18869'),
(18245,57,7191,NULL,3366,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','23eb3fdf-7934-4658-ae1f-4f41c8981982'),
(18246,57,7191,NULL,3367,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','b651d5f4-f60f-4fe1-80d6-89199ee03a88'),
(18247,57,7191,NULL,3368,7,'2026-01-06 21:34:37','2026-01-06 21:34:37','b1454c2a-bbbf-44e0-a3ff-dc5a3c3154f4'),
(18248,57,7191,NULL,3369,8,'2026-01-06 21:34:37','2026-01-06 21:34:37','ef8361a8-f943-4df6-97ce-81902b662372'),
(18249,57,7191,NULL,3370,9,'2026-01-06 21:34:37','2026-01-06 21:34:37','610cc3be-6f0c-4931-8d63-2bea0153d968'),
(18250,57,7191,NULL,3371,10,'2026-01-06 21:34:37','2026-01-06 21:34:37','6cf9e2f7-6252-4074-aee3-1232b89d3fa6'),
(18251,57,7191,NULL,3372,11,'2026-01-06 21:34:37','2026-01-06 21:34:37','1dad4c86-ba34-4811-8817-bb3ae92e42e5'),
(18252,57,7191,NULL,3373,12,'2026-01-06 21:34:37','2026-01-06 21:34:37','29a9496c-9a5f-40f3-a364-28c7867bbfc9'),
(18253,57,7191,NULL,3374,13,'2026-01-06 21:34:37','2026-01-06 21:34:37','eb7047d3-f387-4e29-baed-c867c5e708f5'),
(18254,72,7191,NULL,548,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','a215090a-ff0c-43af-b3ca-70f074d5cf16'),
(18255,32,7192,NULL,2614,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','5b25587f-072d-4d44-b36e-45ca2b894dfe'),
(18256,32,7192,NULL,2610,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','004cba3c-d766-43d7-bfcf-c24a61af70a7'),
(18257,32,7192,NULL,2598,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','ead0f93a-09b0-405f-9288-c1721f0f6e64'),
(18258,32,7192,NULL,2608,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','9dad3299-a328-4fde-91ed-d4b2c9695b1c'),
(18259,32,7192,NULL,2600,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','d2f3a8fe-8d1d-4c00-96b0-7731e4b0292b'),
(18260,32,7192,NULL,2596,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','670bdbcc-8c8e-46e2-bfb0-49d3d3b075d8'),
(18261,32,7192,NULL,2602,7,'2026-01-06 21:34:37','2026-01-06 21:34:37','9b2fc87a-7683-41f4-8d0f-42a8e709aa0f'),
(18262,32,7192,NULL,2606,8,'2026-01-06 21:34:37','2026-01-06 21:34:37','eafa2daa-feb5-429a-965a-c9e8697f925d'),
(18263,32,7192,NULL,2612,9,'2026-01-06 21:34:37','2026-01-06 21:34:37','2b9802b9-1773-4685-a870-6466b7d4841c'),
(18264,32,7192,NULL,2604,10,'2026-01-06 21:34:37','2026-01-06 21:34:37','a03ed00b-f026-4ffe-a9d7-fa8b88196bf2'),
(18265,16,7192,NULL,5013,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','b2612602-c823-4574-b7f5-6ff4159495e5'),
(18266,7,7192,NULL,2969,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','8bef3887-ce32-432c-8c22-d96c85227f5b'),
(18267,7,7192,NULL,617,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','12b9a272-3aa1-4f60-aeea-46c73a41c15a'),
(18268,7,7192,NULL,605,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','1d5ea8b2-1835-4138-a7ee-56e673e784a9'),
(18269,57,7192,NULL,5033,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','58935626-3d51-4a49-8508-f2004ec5f2f4'),
(18270,57,7192,NULL,5034,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','5e4becb5-dc6d-4bbf-bc75-ec5e156092bb'),
(18271,57,7192,NULL,5035,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','903a198b-322f-4876-abda-ddc53a349536'),
(18272,57,7192,NULL,5036,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','cabb0d8c-941d-4672-a49c-1e2dcc95d166'),
(18273,57,7192,NULL,5037,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','e674753c-7f04-45bd-9458-21d14f9d6f24'),
(18274,57,7192,NULL,5038,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','81124c74-9223-4642-b049-491a6610d550'),
(18275,57,7192,NULL,5039,7,'2026-01-06 21:34:37','2026-01-06 21:34:37','703ab93f-5c30-4f97-a59b-4292d9f852a6'),
(18276,57,7192,NULL,5040,8,'2026-01-06 21:34:37','2026-01-06 21:34:37','d00a5bdf-e377-4955-b587-91614a94b5a2'),
(18277,32,7193,NULL,2610,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','6240475d-a5fe-4607-b696-8d5c308711d3'),
(18278,32,7193,NULL,2598,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','b04b082f-7fc3-4570-91f7-15da9e0b6509'),
(18279,32,7193,NULL,2608,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','0db9e2c4-c944-4a78-9deb-9a87593f22eb'),
(18280,32,7193,NULL,2624,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','b1606880-4472-4ec3-8f8e-0c5eed2eb649'),
(18281,32,7193,NULL,2600,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','92600b49-1199-424b-8f8d-c3ce4a96d4d0'),
(18282,32,7193,NULL,2596,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','69cfdc01-bdb8-4875-b30a-ed5553714a1a'),
(18283,32,7193,NULL,2602,7,'2026-01-06 21:34:37','2026-01-06 21:34:37','9f274813-6d29-479f-af7d-1ab84d54ea7a'),
(18284,32,7193,NULL,2606,8,'2026-01-06 21:34:37','2026-01-06 21:34:37','4102b5e3-1fb6-4e72-bef4-201dc802de6b'),
(18285,32,7193,NULL,2612,9,'2026-01-06 21:34:37','2026-01-06 21:34:37','74973809-09cc-4eba-b9f7-bc5dd9351547'),
(18286,32,7193,NULL,2604,10,'2026-01-06 21:34:37','2026-01-06 21:34:37','06ea2078-8f6c-4d8e-9370-81e6111bc98d'),
(18287,16,7193,NULL,5140,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','8fff3a5e-96e7-44fb-8ae6-7730a93edb77'),
(18289,7,7193,NULL,617,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','2f340aaf-f69e-416d-9c88-346c9447194b'),
(18290,7,7193,NULL,605,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','5ca05c83-8b87-4784-98cb-eff3d30691cc'),
(18291,57,7193,NULL,5146,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','52b63b72-fb8b-479a-8cdd-3f3edf65498a'),
(18292,57,7193,NULL,5147,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','69a6fb4a-bffc-421a-b8fb-449120c8b397'),
(18293,57,7193,NULL,5148,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','d466b726-77b8-454b-b855-e92a1a3302e2'),
(18294,57,7193,NULL,5149,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','437f7c3d-8dca-4439-9c39-516135c73774'),
(18295,57,7193,NULL,5150,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','fffb595f-e212-4408-b7ef-9c80952996c3'),
(18296,57,7193,NULL,5151,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','08436b44-e35f-458f-a98a-c3bb0ed12217'),
(18297,57,7193,NULL,5152,7,'2026-01-06 21:34:37','2026-01-06 21:34:37','7fe8eeb2-3cc0-4786-ad8d-37677886ae0f'),
(18298,57,7193,NULL,5153,8,'2026-01-06 21:34:37','2026-01-06 21:34:37','1a0b6c01-fd91-417a-8b4b-a8225bf6c8ec'),
(18299,13,7193,NULL,6882,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','079b6cf2-c642-4d0b-9f0a-2c6616cf8716'),
(18300,32,7194,NULL,2610,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','148a6e8b-bab3-4ff4-9250-e46a3bfb0bd5'),
(18301,32,7194,NULL,2598,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','e22c53f1-bc62-424e-b3ee-f6fd67a647cd'),
(18302,32,7194,NULL,2608,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','8a75b821-169b-4879-bbb9-95483f67c847'),
(18303,32,7194,NULL,2600,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','781ca322-91fe-4c80-96da-7bde27a73e0c'),
(18304,32,7194,NULL,2602,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','090d0806-cafe-4b3a-82e4-6ab223ce33f4'),
(18305,32,7194,NULL,2612,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','b834b998-6422-4e12-b691-e418a189d5eb'),
(18306,32,7194,NULL,2604,7,'2026-01-06 21:34:37','2026-01-06 21:34:37','b8938bf8-ad40-422f-9cd4-b63fc690bbf4'),
(18307,16,7194,NULL,5213,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','d71199ea-70b3-4f02-a3c8-238dd813c11a'),
(18308,7,7194,NULL,2969,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','9f2e8569-30a5-43dd-bb03-c12a39e3a268'),
(18309,7,7194,NULL,617,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','200ae3bc-5042-4d25-a9a1-1f79991bc4a7'),
(18310,7,7194,NULL,605,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','20dfc2c9-bcb2-4b2e-81b9-702ebcfa6704'),
(18311,57,7194,NULL,5233,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','844779d6-e2cc-4d1d-9aca-27e657bc410f'),
(18312,57,7194,NULL,5234,2,'2026-01-06 21:34:37','2026-01-06 21:34:37','aa0504ea-9dac-4cca-9e1d-a92b786506ba'),
(18313,57,7194,NULL,5235,3,'2026-01-06 21:34:37','2026-01-06 21:34:37','c7374a2a-a3ae-43a1-a35c-7f77787ee8f6'),
(18314,57,7194,NULL,5236,4,'2026-01-06 21:34:37','2026-01-06 21:34:37','be73c527-50e2-4b62-849f-040e880f8a05'),
(18315,57,7194,NULL,5237,5,'2026-01-06 21:34:37','2026-01-06 21:34:37','300a12e5-d084-49c8-8761-74bae246d967'),
(18316,57,7194,NULL,5238,6,'2026-01-06 21:34:37','2026-01-06 21:34:37','4583463a-c97a-44fe-bb98-5dde6a37f727'),
(18317,57,7194,NULL,5239,7,'2026-01-06 21:34:37','2026-01-06 21:34:37','726c085d-c5ff-44cb-9bb5-9b567beb7c4a'),
(18320,13,7197,NULL,6872,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','906bd0a8-7f33-49cb-94c1-f6f8e975a8ad'),
(18321,13,7198,NULL,6867,1,'2026-01-06 21:34:37','2026-01-06 21:34:37','720a8ae7-00e7-42a1-bcb5-87f3ad1ea9a9'),
(18323,13,7200,NULL,6860,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','1980cf3e-fcce-4422-9fc1-f01488dd387e'),
(18325,16,7203,NULL,6772,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','ab85ffd9-5449-4dc0-816e-1fa17c03ce03'),
(18326,7,7203,NULL,605,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','5311bf79-b697-4fde-8695-0281f841aabb'),
(18327,7,7203,NULL,617,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','8b383daf-3cc7-40dd-83e7-ba965c5ce5c0'),
(18328,82,7203,NULL,479,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','531dd0ca-ad7d-4d4e-8253-b17121410e23'),
(18329,82,7203,NULL,491,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','086255f2-67a9-413e-923b-6ab0dc915100'),
(18330,57,7203,NULL,6792,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','4337eb86-0dfb-48c0-b757-52b20d966f43'),
(18331,57,7203,NULL,6793,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','15e965d9-7ca7-43c2-85b9-2c1bb273b620'),
(18332,57,7203,NULL,6794,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','b7741e4d-806c-47ba-887a-44764109471b'),
(18333,57,7203,NULL,6795,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','2cdc614d-b25e-42c5-bab5-5911b4d193ae'),
(18334,57,7203,NULL,6796,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','5a6be243-19dc-4486-a373-0fd0f481027c'),
(18335,13,7203,NULL,6852,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','71e24788-ec62-4eb9-a43d-478648d09873'),
(18336,16,7204,NULL,6741,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','84329c7c-c031-4194-bc5c-8d283a8aee67'),
(18337,7,7204,NULL,605,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','4897ffdc-5fdd-4c32-a024-d65809faa231'),
(18338,7,7204,NULL,617,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','8e30319b-1932-443e-a0d9-972d6dd9e1ce'),
(18339,57,7204,NULL,6759,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','b13d1c88-45da-4b63-bac3-ef2c317cdfb3'),
(18340,57,7204,NULL,6760,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','1111c6e6-14ca-42ee-918d-d5f8008f9353'),
(18341,57,7204,NULL,6761,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','9fc677b7-91e8-489c-af58-e4ea4e6e8ab2'),
(18342,57,7204,NULL,6762,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','1dfd3ac5-dd2c-4b85-bf94-92c7df72c634'),
(18343,57,7204,NULL,6763,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','d10df132-66ce-4c76-8eb5-589c9b8977c3'),
(18344,57,7204,NULL,6764,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','798f938f-98e9-4c74-a387-bb31e0bfc65a'),
(18345,57,7204,NULL,6765,7,'2026-01-06 21:34:38','2026-01-06 21:34:38','56d8acb0-a4ab-445d-b25c-8abcfe217a6f'),
(18346,57,7204,NULL,6766,8,'2026-01-06 21:34:38','2026-01-06 21:34:38','6ee2923e-0755-4aa5-982a-37d59c305b27'),
(18347,13,7204,NULL,6767,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','93bce31b-753d-4f72-abd2-90694acebeb4'),
(18348,32,7205,NULL,2622,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','5f5600e2-e671-4c74-bff5-7a46762c0c8a'),
(18349,32,7205,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','ecef661f-1d89-4e7f-a5b6-2ff099cc806e'),
(18350,32,7205,NULL,2608,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','dfdc427c-8490-40fd-8f75-e59e11899c47'),
(18351,32,7205,NULL,2600,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','46bef6cd-0b33-46db-832e-c954be07d440'),
(18352,32,7205,NULL,2602,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','ae5c7321-0a14-40dc-8f3e-d3f7b4dab703'),
(18353,32,7205,NULL,2612,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','28d73514-0f20-4305-a6cf-512a692509da'),
(18354,32,7205,NULL,2604,7,'2026-01-06 21:34:38','2026-01-06 21:34:38','1c5313b9-8aec-4383-a960-e07009a81aa0'),
(18355,16,7205,NULL,4861,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','f7444083-0e8b-4b9d-bc8e-0662361accca'),
(18356,7,7205,NULL,601,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','6ee4ebcb-5791-4252-b254-4a1aa7d13160'),
(18357,7,7205,NULL,3468,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','5347ba1a-5977-48ac-ac84-997092f2d696'),
(18358,7,7205,NULL,617,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','6c955524-d5cc-4a67-96d9-bec8f996b891'),
(18359,7,7205,NULL,605,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','9848ed98-53c1-449b-be82-8f2e8b4eaee8'),
(18360,82,7205,NULL,479,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','87bc3a8c-fe7f-4266-a3ca-285b3910d135'),
(18361,82,7205,NULL,491,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','8e27076a-2b54-4eae-a363-2974b0b3c716'),
(18362,57,7205,NULL,4879,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','e04be494-862f-4ec1-b17c-567bb92bf29c'),
(18363,57,7205,NULL,4880,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','3cfe8558-d53b-4bdd-b89b-a2edf45a11ab'),
(18364,57,7205,NULL,4881,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','4f0f5ced-78af-4cab-95f7-d6a51b6df349'),
(18365,57,7205,NULL,4882,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','10e6c805-3d9f-4e42-a5a2-98ac4e28508d'),
(18366,57,7205,NULL,4883,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','59b9da49-ab8c-4dcd-9261-19e263c31f14'),
(18367,57,7205,NULL,4884,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','c0507522-7039-4cb4-832f-6378787ae332'),
(18368,57,7205,NULL,4885,7,'2026-01-06 21:34:38','2026-01-06 21:34:38','a54fb44c-61cf-4fe7-813a-bd85874f1c24'),
(18369,57,7205,NULL,4886,8,'2026-01-06 21:34:38','2026-01-06 21:34:38','5c1d2026-c4ed-4898-b0d5-9cfabfd2cc06'),
(18370,57,7205,NULL,4887,9,'2026-01-06 21:34:38','2026-01-06 21:34:38','39458b6f-da9b-43a6-ba55-593fa7190810'),
(18371,57,7205,NULL,4888,10,'2026-01-06 21:34:38','2026-01-06 21:34:38','e1d56a6f-141f-4e4c-94ed-52628a818fbb'),
(18373,32,7206,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','5a599150-7906-4214-9d5c-17d0ed3e674d'),
(18374,32,7206,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','1d97d5d4-6989-42cf-b4da-1a62e14a46cc'),
(18375,32,7206,NULL,2608,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','e9740230-f756-4326-a517-33d79035f8e3'),
(18376,32,7206,NULL,2624,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','edb6df40-9f2a-4210-8abc-56e0c4e8390a'),
(18377,32,7206,NULL,2600,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','7e1e094b-cb5d-4a80-906d-04029cc92aaf'),
(18378,32,7206,NULL,2596,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','e42e5ce1-ca4d-4d4f-b273-848b0efd6438'),
(18379,32,7206,NULL,2602,7,'2026-01-06 21:34:38','2026-01-06 21:34:38','fef854c7-88d9-47da-8bef-2099f4b25a8c'),
(18380,32,7206,NULL,2606,8,'2026-01-06 21:34:38','2026-01-06 21:34:38','e29c2702-b74e-4b74-9504-9c34f9da2f0a'),
(18381,32,7206,NULL,2612,9,'2026-01-06 21:34:38','2026-01-06 21:34:38','21bc6f60-f9b5-4204-977b-71b864a30cea'),
(18382,32,7206,NULL,2604,10,'2026-01-06 21:34:38','2026-01-06 21:34:38','934383c9-21dc-407b-9f88-d4a027f401dc'),
(18383,16,7206,NULL,4786,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','99484be7-b259-459b-a36a-5bdf10b9b7a1'),
(18384,7,7206,NULL,601,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','83f8b245-8c3b-4222-a362-77a4b4189ed6'),
(18385,7,7206,NULL,6547,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','ace0866c-92e6-48c9-9e26-fcd2be0173c9'),
(18386,7,7206,NULL,617,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','ed4a8f04-3383-4299-a61c-0094133e601b'),
(18387,7,7206,NULL,605,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','b1c1120d-1280-4239-bb30-189ba1b309e7'),
(18388,82,7206,NULL,491,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','5f993821-573e-4006-a402-d30fada56b5e'),
(18389,46,7206,NULL,2891,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','f3c51d93-eaf7-40b3-acce-ff3f107121de'),
(18391,57,7206,NULL,4806,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','a6263103-518c-4b52-8d01-a1ff30218e37'),
(18392,57,7206,NULL,4807,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','c6015a34-39bd-40ce-b92d-cfc4843ebe98'),
(18393,57,7206,NULL,4808,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','3c402269-55e1-4b3e-9400-8ac8692407c0'),
(18394,57,7206,NULL,4809,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','cce7b60f-5dfc-4470-96d7-ff22886439ae'),
(18395,57,7206,NULL,4810,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','4ba36aec-febb-4a6b-949c-74c32268f558'),
(18396,57,7206,NULL,4811,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','f88f3b8c-a572-4cf3-8f55-583d4b5bbdbc'),
(18397,13,7206,NULL,6542,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','302ca262-b9d1-4a47-933e-72155835bf82'),
(18398,32,7207,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','eaf85657-a57f-456d-91a1-12c8ed269f67'),
(18399,32,7207,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','cdf8dbf1-19fd-4308-9ef8-e9d2f9c3650d'),
(18400,32,7207,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','4c9b9137-3d80-4989-ae73-d129c470902d'),
(18401,32,7207,NULL,2602,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','33c18228-f0e5-4cd9-85dd-597538e67cd4'),
(18402,32,7207,NULL,2612,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','39fb8fed-64e0-4fba-84f1-97d616b4e794'),
(18403,32,7207,NULL,2618,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','b90e03e3-3a8d-4b05-920f-72ad1af808a7'),
(18404,32,7207,NULL,2604,7,'2026-01-06 21:34:38','2026-01-06 21:34:38','2c0b6829-49e3-4624-9d37-af1ea51377cb'),
(18405,16,7207,NULL,4639,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','2dc95a0f-67ab-4403-88f9-5897badb5bc4'),
(18406,7,7207,NULL,2974,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','4b4709b1-4f06-4a54-8c49-f46df125d5bb'),
(18407,7,7207,NULL,617,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','d29f7e6d-8bd6-4e3f-84e4-e85abeb0d75e'),
(18408,7,7207,NULL,605,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','9bd30eb4-649e-4e25-96f4-3988dc6f2237'),
(18409,46,7207,NULL,3697,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','f40f35ab-739b-44c3-a2c3-9b7e0c726dfe'),
(18410,57,7207,NULL,5084,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','3ffd417c-4db0-4821-86f5-d499ce8eeb69'),
(18411,57,7207,NULL,5085,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','9b9a69f7-a4f4-4722-b4e6-af8a0315a8ff'),
(18412,57,7207,NULL,5086,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','a4bbf863-6cd6-4829-83d5-e7d7a8aee372'),
(18413,57,7207,NULL,5087,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','c4402433-d71f-4a5d-8c81-f0e6c5db939e'),
(18414,57,7207,NULL,5088,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','a40850b3-010d-439b-b4cc-b3395bdd10d0'),
(18416,32,7208,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','89c6d18c-4041-4bb8-bc17-c389cf9122fe'),
(18417,32,7208,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','74a7cc07-6c9f-4926-a6b3-8cf096f36317'),
(18418,32,7208,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','48becf7e-1c32-42c4-80fc-94ebbd960867'),
(18419,32,7208,NULL,2604,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','68249d07-efd0-455b-bdac-232f6c03f023'),
(18420,16,7208,NULL,4610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','6ed996c1-b538-4ca5-a948-8d6cdfdf03a0'),
(18421,7,7208,NULL,601,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','356f1da5-c107-48e1-acb0-326132a5498d'),
(18422,7,7208,NULL,2972,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','26135bdd-9864-4028-acaa-a95b7fa98e0b'),
(18423,7,7208,NULL,2974,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','7aa3dc10-cab6-4b33-a2ea-be05507481ed'),
(18424,7,7208,NULL,617,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','a7b78b94-f7d3-43f1-9fd5-7a4c8ce11e47'),
(18425,7,7208,NULL,605,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','28e948f4-99f4-4c02-978b-1e123105ede5'),
(18426,32,7209,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','793ebf00-55d5-4615-8004-1cf4001c0643'),
(18427,32,7209,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','1c283f04-209c-4592-8dd5-8aeb9de4fb28'),
(18428,32,7209,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','b90c3221-6f19-476e-99ce-eb5cd52bcaba'),
(18429,32,7209,NULL,2602,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','17918aa6-2ba0-4991-a611-e257cc5194a7'),
(18430,32,7209,NULL,2604,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','c7f9043e-a0ad-47cc-90d2-bdcafbcbbfad'),
(18431,16,7209,NULL,4579,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','679db797-bb83-494d-ae9b-bed09bad6cce'),
(18432,7,7209,NULL,2969,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','b9c696b9-ed98-4899-ae7b-795f6aef355c'),
(18434,7,7209,NULL,617,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','6891527c-0415-49cb-b518-4f54ec08048d'),
(18435,7,7209,NULL,605,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','93173435-866d-411f-be72-df525ac01296'),
(18436,32,7210,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','748667a5-5c2b-4a8a-a6a8-4404901e39de'),
(18437,32,7210,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','fb9b0349-eba2-4486-b673-d408dc5c1dc5'),
(18438,32,7210,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','b4ff3c27-a103-4d57-8269-7dca33b04242'),
(18439,32,7210,NULL,2604,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','55100863-3627-4740-a080-c25a652c59a0'),
(18440,16,7210,NULL,4554,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','518ae7c8-4f49-4773-b6fe-70b5f4e6f4b8'),
(18441,7,7210,NULL,617,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','7881f20c-2d81-4837-a9ae-3e923e3eff14'),
(18442,7,7210,NULL,605,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','fd97abfd-5866-449c-a0d7-0a679d7a6814'),
(18444,32,7211,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','db646c10-4647-4d66-8c0f-ddd49a214d08'),
(18445,32,7211,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','2277fcf9-c54c-4127-ba9d-f09b59e4863c'),
(18446,32,7211,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','cfae5e91-971b-4337-a6db-21e1140875a8'),
(18447,32,7211,NULL,2604,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','05a2e7e8-a12d-42f8-9335-a99c4d0116ab'),
(18448,16,7211,NULL,4526,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','5d1d00af-c0a8-49b6-a7cc-b82978e6d93b'),
(18449,7,7211,NULL,2969,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','daaf6b52-cb10-4b57-bd25-856d9c3db465'),
(18450,7,7211,NULL,2974,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','f32a2f76-2b20-4af7-8844-f48b77885379'),
(18451,7,7211,NULL,617,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','e684fd5b-ac6d-46c2-b2b5-c8efc00f25e5'),
(18452,7,7211,NULL,605,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','ff9afeba-9d22-499d-b877-2718bbca488c'),
(18454,32,7212,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','894a64ba-3362-4bdf-ba0d-31a2664a8233'),
(18455,32,7212,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','86c439fb-b634-4bad-b4cf-9c3ec71dd88f'),
(18456,32,7212,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','95da96d7-b91c-409a-bffb-85ed694be69e'),
(18457,32,7212,NULL,2604,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','0cd94efa-8e90-4ba5-9337-e72488720aa9'),
(18458,16,7212,NULL,4497,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','8966e45b-7918-4c4d-b903-9d08644cc2c6'),
(18460,7,7212,NULL,2972,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','7d573887-e5bb-401f-af72-61ec8794e5ec'),
(18461,7,7212,NULL,617,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','b1932137-42b5-4e95-b54d-8d0f97d0440d'),
(18462,7,7212,NULL,605,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','9f83221b-b308-44cd-90aa-8a97c06c812b'),
(18464,32,7213,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','82a02bdf-7917-4645-9789-0280059569f5'),
(18465,32,7213,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','85a95118-cb4f-48b0-9d2a-1f0503ec1887'),
(18466,32,7213,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','2f3094eb-3041-4ff0-a347-39b60346e3b4'),
(18467,32,7213,NULL,2604,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','9e39a5f0-9624-4dc8-9fc9-3b4e7e906eb8'),
(18468,16,7213,NULL,4466,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','2a555b1d-3873-4ae7-a5bd-d10bf33df33a'),
(18469,7,7213,NULL,2969,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','af4c7ad3-27b9-4292-ae0d-5440eb146553'),
(18470,7,7213,NULL,617,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','7d107fc1-9bf3-4110-859f-c8ec5b8ed6a3'),
(18471,7,7213,NULL,605,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','cda19379-9055-4e15-a5d5-55f138229703'),
(18473,32,7214,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','d130d7f0-4558-45af-b638-344c797d4ca2'),
(18474,32,7214,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','86bf1be0-2c82-4c7e-94fc-4f677099d28e'),
(18475,32,7214,NULL,2624,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','7b13a2a8-1a8e-42cd-9e75-0eddb7c075ed'),
(18476,32,7214,NULL,2600,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','fb1f4229-763e-4953-9356-d499a5dbb702'),
(18477,32,7214,NULL,2606,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','e6da7f74-5c79-4db6-bc8f-91dd77cdc8d1'),
(18478,32,7214,NULL,2604,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','9e95d7a7-0895-4145-b940-76dd2e548074'),
(18479,16,7214,NULL,4440,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','9fa2fe88-c60c-4e9a-86bf-1c476e81650c'),
(18480,7,7214,NULL,617,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','4c663b50-075e-4522-b998-87c347769caa'),
(18481,7,7214,NULL,605,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','11096761-354c-461d-95f5-e61dbe31160e'),
(18482,46,7214,NULL,2891,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','79649c11-53c7-4994-a787-a6dc9f8be697'),
(18484,32,7215,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','161bd516-3d24-4629-a007-fff4d2255590'),
(18485,32,7215,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','2e6a8508-2540-4368-bea7-ad010c78949a'),
(18486,32,7215,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','de195197-0917-4a69-bbbd-c49a6fed954d'),
(18487,32,7215,NULL,2602,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','8607ca2f-b7e3-48a4-b881-1b5c9f8369d5'),
(18488,32,7215,NULL,2612,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','ced5d936-1c1d-42fd-8c35-c301b331766a'),
(18489,32,7215,NULL,2618,6,'2026-01-06 21:34:38','2026-01-06 21:34:38','18f39223-ea2e-4141-84aa-bab6e5dca6db'),
(18490,32,7215,NULL,2604,7,'2026-01-06 21:34:38','2026-01-06 21:34:38','dcddbe3a-5e16-4d4f-a833-c812eeb9e77a'),
(18491,16,7215,NULL,4414,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','e85e3fc5-4dbc-432d-8c4a-ec33d6600cef'),
(18493,7,7215,NULL,617,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','4209a028-305b-4dbe-9c68-c17db44459a6'),
(18494,7,7215,NULL,605,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','8d2aca9f-da58-4f9c-b00e-5e78e0278a3e'),
(18495,46,7215,NULL,3697,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','28f769e6-5068-4278-a86d-c37f6f4567d0'),
(18496,32,7216,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','4bfa9717-77d8-4cc0-9d57-fda9162dc0c4'),
(18497,32,7216,NULL,2622,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','abddd981-e54d-4a5c-a864-90d80f09055f'),
(18498,32,7216,NULL,2598,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','d74415e2-57d3-40b1-9b76-b029bb0300dc'),
(18499,32,7216,NULL,2600,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','8d82cada-1700-439e-a959-a5f12da691e5'),
(18500,32,7216,NULL,2604,5,'2026-01-06 21:34:38','2026-01-06 21:34:38','d6abbf6a-7240-4829-9be6-332b8db57c5c'),
(18501,16,7216,NULL,4385,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','3a943beb-5d29-48b1-86a9-4d075698323b'),
(18502,7,7216,NULL,2969,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','23b67bed-8f76-44ff-b43e-c9d703ff0e5d'),
(18503,7,7216,NULL,617,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','ceaa40df-aafd-4879-81ba-cce6cd76e0ba'),
(18504,7,7216,NULL,605,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','c27d14e7-44d4-4055-b508-f72da17ca952'),
(18505,46,7216,NULL,4403,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','a921bb90-576d-4347-be9b-55c326cfc490'),
(18507,32,7217,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','db0f3343-59c0-4f0e-90bb-abacfec13b46'),
(18508,32,7217,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','10308d01-41d5-4938-847b-961e41baaf90'),
(18509,32,7217,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','d5773032-dc3f-4259-a6b8-39a156549125'),
(18510,32,7217,NULL,2604,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','edc90fbb-3369-4c80-9580-bef3c34daea6'),
(18511,16,7217,NULL,4358,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','6d0a73bf-8c92-4c01-af04-6c8c7f248e63'),
(18512,7,7217,NULL,617,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','87da931b-016b-4139-982d-0ee52477c76e'),
(18513,7,7217,NULL,605,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','b0da98cd-6ec3-4dbc-8be0-2c363d43da1d'),
(18515,32,7218,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','88f84108-d6e1-4e2f-941c-b768926ba8c9'),
(18516,32,7218,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','07a7ab76-3908-4744-a7a1-49c4708a8787'),
(18517,32,7218,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','08a4de9f-20ab-4093-8757-a3916cad052e'),
(18518,32,7218,NULL,2604,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','8d95f6a1-0042-43ad-9c52-d8784631c705'),
(18519,16,7218,NULL,4322,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','baa51fb5-5fa1-497d-a930-75b7b3523005'),
(18520,7,7218,NULL,2969,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','56b68b7b-5f26-4865-9ab0-11b3e07e0d6e'),
(18521,7,7218,NULL,617,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','8bd7f9a7-2949-48dd-a053-78a7f272c6a0'),
(18522,7,7218,NULL,605,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','72f0b60f-7bbc-4195-baf4-455f2cb7f715'),
(18523,32,7219,NULL,2610,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','5e4e5d53-1dd8-49c7-acd0-950bb00c3c08'),
(18524,32,7219,NULL,2598,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','463b5492-aa37-4b50-9f32-d57a7df0b93f'),
(18525,32,7219,NULL,2600,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','2c2704ad-3ed8-4c7b-bb0a-f4331c6b4161'),
(18526,32,7219,NULL,2604,4,'2026-01-06 21:34:38','2026-01-06 21:34:38','61980cea-0c86-4c3b-8903-ed52047a0052'),
(18527,16,7219,NULL,4282,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','17b9524b-34cf-4881-b8b7-99161a1ba0cd'),
(18528,7,7219,NULL,2969,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','ac81c3ab-8fde-49e8-ba19-de2da47b5dd6'),
(18529,7,7219,NULL,617,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','f5eeba62-3e18-4997-9f9e-78245be1a9d5'),
(18530,7,7219,NULL,605,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','39c58cff-8364-4779-aa18-ad68d26287f1'),
(18531,82,7219,NULL,469,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','41955549-8969-4ce6-95fc-00da1252abd8'),
(18532,82,7219,NULL,479,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','898938c6-28bf-41b5-a0aa-1135668e24d0'),
(18533,82,7219,NULL,491,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','1743f89f-083d-4301-8552-c07744538511'),
(18534,57,7219,NULL,4909,1,'2026-01-06 21:34:38','2026-01-06 21:34:38','12535548-6cf6-4226-a1fa-6d651f462522'),
(18535,57,7219,NULL,4910,2,'2026-01-06 21:34:38','2026-01-06 21:34:38','b2da2ae8-4284-436b-be8d-b71066b6af96'),
(18536,57,7219,NULL,4911,3,'2026-01-06 21:34:38','2026-01-06 21:34:38','d05631fc-82de-4f1e-8fca-18b054ad4c14'),
(18537,32,7220,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','24873266-665e-4f1d-b45b-445dae4bd41d'),
(18538,32,7220,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','5b7e4916-4e36-42c7-b8f5-28b8508a93d3'),
(18539,32,7220,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','1ca12ebc-a278-4ee3-b685-71c0a343a9ca'),
(18540,32,7220,NULL,2604,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','adb275af-ba0d-4b95-be24-4a85b88bf206'),
(18541,16,7220,NULL,4276,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','615f23d5-ef22-4620-977e-16e6a3e1de60'),
(18543,7,7220,NULL,2972,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','18ccef8f-52cb-499d-a0e5-76bfad3429ec'),
(18544,7,7220,NULL,617,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','a72484a5-3eb5-4cc9-bda5-5896173b746b'),
(18545,7,7220,NULL,605,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','d36e0621-8a28-485e-a44d-7f7c3f248a43'),
(18546,57,7220,NULL,4834,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','105bab90-cd90-4724-b044-630461c1d23e'),
(18547,57,7220,NULL,4835,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','d773f23d-3942-48e0-b096-c6d5b5ad8d48'),
(18548,57,7220,NULL,4836,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','e7b6aba9-908e-4504-aa36-36288df7489e'),
(18549,57,7220,NULL,4837,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','dfb60f77-7a89-47d4-839c-12970db74e65'),
(18550,57,7220,NULL,4838,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','5ec6b2fd-f4b2-4509-a224-a4fa2d2beb2b'),
(18552,32,7221,NULL,2614,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','7e7f857f-353a-4d3c-8590-7155e47f6f5e'),
(18553,32,7221,NULL,2610,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','af551b6b-16ad-4676-91b5-85c41549d047'),
(18554,32,7221,NULL,2598,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','7708d42f-20c6-47fb-85c4-029d59a66a08'),
(18555,32,7221,NULL,2600,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','af3a4da9-2526-4332-9b16-bced807ab8d1'),
(18556,32,7221,NULL,2604,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','7adf4e35-d79a-4477-b423-1574f88ae969'),
(18557,16,7221,NULL,4223,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','a3410905-3b9b-4a2f-99fc-53fe7ddf9d8c'),
(18559,7,7221,NULL,2974,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','e04b2d49-847c-4a9e-b816-21797a599d02'),
(18560,7,7221,NULL,2972,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','d34243d0-add4-4069-963c-73ac91733d1c'),
(18561,7,7221,NULL,617,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','e765ede3-d4bd-4b3a-a1d2-1af11fac27ad'),
(18562,7,7221,NULL,605,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','a19cd7fb-a0fc-4e72-bc3c-4dc777cda6c6'),
(18563,82,7221,NULL,479,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','e866ab13-897f-445f-91e3-20414f77566a'),
(18564,57,7221,NULL,4821,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','3a7f840b-06bb-48b0-8917-70ed4e9537a3'),
(18565,57,7221,NULL,4822,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','ddf0d600-52c1-4f06-ab00-8dc6d4186ed1'),
(18566,57,7221,NULL,4823,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','9b86eb0c-5774-48b1-a50b-0578a73812a9'),
(18567,57,7221,NULL,4824,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','d68429ed-68d3-4732-92b2-2d6c28446dd3'),
(18568,13,7221,NULL,6620,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','2784decb-dcc7-4102-b7d3-35a447dade13'),
(18569,16,7222,NULL,6598,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','f74e66ac-c3b5-4246-b472-6e0bd041b128'),
(18570,57,7222,NULL,6600,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','f66cb067-99f2-4435-8afc-2b9f7f4e2f35'),
(18571,57,7222,NULL,6601,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','406ee752-ee8d-4431-83c5-464757d1bdac'),
(18573,32,7223,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','007bbe94-3657-47c3-8510-eb0118bfe59d'),
(18574,32,7223,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','4bb88294-35ac-4eb9-a9b7-482daec437a3'),
(18575,32,7223,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','4c186266-2ef4-421f-b629-d16885a19372'),
(18576,32,7223,NULL,2604,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','816cca21-ce87-4018-bf37-0549cb737db1'),
(18577,16,7223,NULL,4181,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','14c822fb-4ed0-42ff-8fd8-5682a5eb800b'),
(18579,7,7223,NULL,2972,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','d2cc9534-91f4-4b0f-b55c-a5691e89467d'),
(18580,7,7223,NULL,617,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','bc4e4bf5-6124-48a2-b9f0-400931afa5da'),
(18581,7,7223,NULL,605,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','b21a9f71-20c2-4e06-822e-08d007c9bebd'),
(18582,32,7224,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','ca02c54a-a6b6-4cd7-9865-ece147415d7c'),
(18583,32,7224,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','9c50cdfc-0ec6-4aa0-a4a8-6621cbcb623b'),
(18584,32,7224,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','75450ed0-e768-4718-822e-61f4abc0e40b'),
(18585,32,7224,NULL,2604,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','4bfe76e7-15b0-490a-8dd7-7d0c1d692f67'),
(18586,16,7224,NULL,4150,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','065baa4d-a967-42bb-b707-3dd9da04ca8b'),
(18587,7,7224,NULL,601,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','10fcc80b-cfc8-4e5f-a3af-dad35f0a9253'),
(18588,7,7224,NULL,3468,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','98e7ec92-2bff-45be-9931-36aa24d6399f'),
(18589,7,7224,NULL,2972,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','aa8bd032-27c1-4d03-879a-1874b23f08c1'),
(18591,7,7224,NULL,617,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','5f0df12c-4c96-402c-b7dd-5fac5bc30032'),
(18592,7,7224,NULL,605,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','b52c6c92-4f9e-42dd-96a0-eb5eb579f517'),
(18593,32,7225,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','77889b3c-9504-4b60-9925-4f802a1f600f'),
(18594,32,7225,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','3aeacd08-5b91-4ec8-8769-ca8d9411a19f'),
(18595,32,7225,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','df75f0df-5487-470c-9910-ed40e34e2a18'),
(18596,32,7225,NULL,2604,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','78e0aca3-cbcc-4149-a315-dc71f7cf0617'),
(18597,16,7225,NULL,4142,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','94305408-d271-4629-aa49-519149c9ed01'),
(18598,7,7225,NULL,601,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','afe36c08-6fdd-4cfc-bab1-5f080be7e57d'),
(18599,7,7225,NULL,3468,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','8bd0aa18-08cd-4e84-a004-893b9a18af00'),
(18600,7,7225,NULL,2972,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','bf3c022f-60e5-435b-b5e4-981bfb1546bb'),
(18602,7,7225,NULL,617,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','a19b4e13-cf05-46fb-b9d7-018b32f5bf8a'),
(18603,7,7225,NULL,605,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','161a5912-c230-4761-98c9-4d33b341594b'),
(18604,57,7225,NULL,4955,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','43a60c51-7c45-4853-99a1-a201aa441759'),
(18605,57,7225,NULL,4956,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','238fbae0-aab5-4382-a1a7-98d7aac1b49c'),
(18606,57,7225,NULL,4957,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','1e888770-af60-4937-9f2f-ce745da81c27'),
(18608,16,7227,NULL,4973,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','0445649e-3c98-4886-939d-d84d51402769'),
(18609,57,7227,NULL,4991,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','9ea0fb90-30d6-4ad1-9d54-d9e8848455b5'),
(18610,57,7227,NULL,4992,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','cbb08ada-86c1-466f-9bb9-87a1d4864540'),
(18611,57,7227,NULL,4993,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','fee2bda2-d0e6-4cf3-98a3-dd8fc26d6a5a'),
(18612,57,7227,NULL,4994,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','04e0d407-8bf5-4943-a271-f80e391dff3e'),
(18613,57,7227,NULL,4995,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','827486e6-6599-47a1-bf08-8a20b59be81e'),
(18614,57,7227,NULL,4996,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','7c72cc27-4a93-4378-9972-04f1b5ba733f'),
(18615,57,7227,NULL,4997,7,'2026-01-06 21:34:39','2026-01-06 21:34:39','41c6be43-930f-4983-9fee-3374d7986390'),
(18616,32,7228,NULL,2614,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','ce47b549-74d9-48f4-87fb-4a6641f9bcb8'),
(18617,32,7228,NULL,2610,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','b080efdb-e168-4d1c-aa01-23fca8c8f3ef'),
(18618,32,7228,NULL,2598,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','5ba7aa30-2500-4e8a-8d29-a16054a0177a'),
(18619,32,7228,NULL,2600,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','74b52317-4ae8-460e-977a-c0088f694008'),
(18620,32,7228,NULL,2602,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','542c62c1-9849-4b3e-b677-a7121f68124c'),
(18621,32,7228,NULL,2612,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','2b4d3994-811f-4b6b-9607-b8758ceb9106'),
(18622,32,7228,NULL,2604,7,'2026-01-06 21:34:39','2026-01-06 21:34:39','49ff8e70-b65b-4d91-b66d-11bc417a8983'),
(18623,16,7228,NULL,4083,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','37049dfe-9bdb-4332-89d7-258147d2a47d'),
(18624,7,7228,NULL,601,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','25d1ab30-5e50-437d-8dbc-11e5d9d4be99'),
(18625,7,7228,NULL,617,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','f338c286-be2d-488a-b521-912de455023c'),
(18626,7,7228,NULL,605,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','61f12f5a-84e8-410a-b5bd-ef5b5522efdd'),
(18627,46,7228,NULL,3697,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','c899ae74-1106-4a3a-94cb-e64e13c0b885'),
(18628,57,7228,NULL,5055,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','9f0ab5bd-b45d-426a-8dc3-615784d6a35d'),
(18629,57,7228,NULL,5056,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','cc7428e2-1ea8-41f6-bf66-2f715e1a0552'),
(18630,57,7228,NULL,5057,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','0e106758-9f57-4c2f-9ba3-48ee82bb2fe5'),
(18631,57,7228,NULL,5058,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','94d9b91e-4092-4f23-a0db-7c03323390dd'),
(18633,32,7229,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','3946726b-dfb2-4297-96ac-b27f9015ea00'),
(18634,32,7229,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','49f0b678-41ff-4e94-8ae7-9e130cfa3213'),
(18635,32,7229,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','0deddd68-bf30-4462-836a-0026b944a05a'),
(18636,32,7229,NULL,2602,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','337145f1-e3b7-4fab-a2ce-600bca5a7143'),
(18637,32,7229,NULL,2604,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','3558532f-94db-4669-ac58-14358803a851'),
(18638,16,7229,NULL,4080,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','d6952ccd-ed79-41ed-a2f8-fc27e25aa7d8'),
(18639,7,7229,NULL,601,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','6634cfae-c8b7-48a6-bdf9-2c4781b9f744'),
(18640,7,7229,NULL,3468,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','3a915b68-d7f2-4e0e-9524-d6efb3f36574'),
(18642,7,7229,NULL,2972,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','43251864-0871-4f7a-b705-2bee05801027'),
(18643,7,7229,NULL,2974,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','6182f92e-7192-454e-b10f-2e369013ff8e'),
(18644,7,7229,NULL,617,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','b4363aa9-79f3-45d7-81a1-14b7790cfd1b'),
(18645,7,7229,NULL,605,7,'2026-01-06 21:34:39','2026-01-06 21:34:39','233c80b5-1381-4aa8-9fec-16763de003f2'),
(18646,57,7229,NULL,5067,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','137279a2-57b0-4187-b93c-0ebe3b77f7e5'),
(18647,57,7229,NULL,5068,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','b402455a-5510-4a53-9ce7-2927c4b3c701'),
(18648,57,7229,NULL,5069,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','f82a3d9c-a5ae-4468-aa23-b317f88ef184'),
(18650,32,7230,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','df2a4207-c325-4571-8e07-6be421030244'),
(18651,32,7230,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','b05c08a8-ffc1-4105-b0a8-2059bc2bee30'),
(18652,32,7230,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','a24b9151-3506-4480-86fa-c38d357e2e03'),
(18653,32,7230,NULL,2604,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','671b013a-c677-4559-acda-a7176b1bb2a3'),
(18654,16,7230,NULL,4017,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','a31f821a-5385-4c03-a755-fb2b06d1eda4'),
(18655,7,7230,NULL,601,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','cef2371b-a9f1-4d68-8cea-60d8cfa3dd82'),
(18657,7,7230,NULL,2972,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','75701283-de8d-4c0c-8e9c-037ba14f04f1'),
(18658,7,7230,NULL,617,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','0020d27c-e623-436c-8ad2-1c0962209954'),
(18659,7,7230,NULL,605,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','2d9267f4-e262-4752-a321-52e2d0575e87'),
(18660,57,7230,NULL,5122,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','13d64096-e9d3-4be8-bd6f-e7d0431c7926'),
(18661,57,7230,NULL,5123,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','d18d148d-c954-4393-9d8b-ec8c0f433106'),
(18662,57,7230,NULL,5124,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','c9a40974-2e46-4944-9907-3498d3a0ad74'),
(18663,57,7230,NULL,5125,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','bdff7ea1-886b-4002-83a6-5a3a30a9d0d3'),
(18664,32,7231,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','f8734432-7309-4a79-b1db-eca646006e44'),
(18665,32,7231,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','5a7e11bd-562a-48d6-98c8-5c3999bd6a40'),
(18666,32,7231,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','ca051fc5-7c69-4b52-81e2-32297c9897b2'),
(18667,32,7231,NULL,2604,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','1e97e3a6-fa3a-425b-a422-d7a0880f40e2'),
(18668,16,7231,NULL,3986,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','351ba182-7745-49d8-b7a3-6fb6b2054a45'),
(18669,7,7231,NULL,601,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','e490e1ff-b16b-4321-81c3-aa9960ad9585'),
(18670,7,7231,NULL,3468,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','8434e9fa-b26b-452c-b824-dec65aed588b'),
(18671,7,7231,NULL,617,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','f3a2a39e-1111-4876-bd91-c13dd9bac6db'),
(18672,7,7231,NULL,605,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','a6d81d8c-c3d2-48b6-835f-77d771ee49df'),
(18673,57,7231,NULL,5127,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','bbbd0a8c-434d-425c-89a7-89efc45a6598'),
(18674,57,7231,NULL,5128,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','bbca75b5-9a58-4716-8877-0592afe758d3'),
(18675,57,7231,NULL,5129,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','58e2416f-1f86-4c3b-8943-51edb4faa259'),
(18676,57,7231,NULL,5130,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','e486386f-bd13-4473-bff8-0da5bdd116ca'),
(18677,57,7231,NULL,5131,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','52d1a1c5-3d49-4f70-a035-8db5c198f3bc'),
(18678,32,7232,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','b8651524-1b57-4b66-ae53-43652ad5b590'),
(18679,32,7232,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','4cef751e-e682-4d45-aaf9-43b596613c79'),
(18680,32,7232,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','a2b40855-ef03-4a9e-bdb9-ee94a1aa1258'),
(18681,32,7232,NULL,2604,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','4fe379b7-0b97-4775-8bc6-a7fff43f5eed'),
(18682,16,7232,NULL,3959,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','e4e3a8f9-106d-4e1d-bd9d-cf41d66bcfa7'),
(18684,7,7232,NULL,617,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','1180c43e-861e-4742-a051-9290d738490b'),
(18685,7,7232,NULL,605,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','86cf01c2-b3cf-4a17-a900-62bbf71022ae'),
(18686,32,7233,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','66241e7d-51fe-493a-ac98-4d8e469ef648'),
(18687,32,7233,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','db8fca48-774f-4d2f-90d1-c419d7fa4e10'),
(18688,32,7233,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','f6533290-105e-4da3-94bf-358fd17a377a'),
(18689,32,7233,NULL,2606,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','eb76ac9d-d586-44d5-9967-ddc4e4b6a2e5'),
(18690,32,7233,NULL,2604,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','2fb0f050-534b-4767-9fc5-03f5dc2dc214'),
(18691,16,7233,NULL,3927,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','53bef14b-d656-4a6e-9681-c3408cbc8030'),
(18692,7,7233,NULL,601,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','5eaca9ec-6009-456b-92e6-27e4db44e05a'),
(18693,7,7233,NULL,3468,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','f7600ca6-7148-4d7b-9ae9-8fd491ba6881'),
(18694,7,7233,NULL,617,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','7b815c72-ea3b-47d9-8da1-5ee326e35f1b'),
(18695,7,7233,NULL,605,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','0324f21a-2328-4b77-9edd-561f0a5907bf'),
(18697,32,7234,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','5390f5a7-2b44-48ba-bcf6-5ab8b892ee81'),
(18698,32,7234,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','ad121118-961e-4d8b-a5b9-ce27a0b9c3e8'),
(18699,32,7234,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','537d6f79-bd8b-4aee-8fa7-db7842c78820'),
(18700,32,7234,NULL,2602,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','30652a76-414c-419c-a91d-ccb1ca11b612'),
(18701,32,7234,NULL,2612,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','c8c18b54-570e-4f6b-b274-f6ba0e674fd8'),
(18702,32,7234,NULL,2618,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','fce69075-962b-43fe-81bc-f71e06944e5e'),
(18703,32,7234,NULL,2604,7,'2026-01-06 21:34:39','2026-01-06 21:34:39','909449f3-ae09-47c1-b1b6-1e7e3f2959f6'),
(18704,16,7234,NULL,3896,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','dbe8bd95-b571-4a04-81ae-6c200e908a53'),
(18706,7,7234,NULL,2974,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','aabf2ab6-17ae-475c-af22-483024e3fefa'),
(18707,7,7234,NULL,617,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','edf80552-badf-44c7-a7b8-9ff732c1d830'),
(18708,7,7234,NULL,605,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','cf010867-009c-4cda-93d8-528e8c96931a'),
(18709,46,7234,NULL,3697,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','d17ca850-917b-41c6-8687-a38e93aa34e7'),
(18710,13,7234,NULL,6820,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','d31649e7-3e17-4b08-8514-8db83c339c79'),
(18711,32,7235,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','c155f69b-b216-412d-87f8-dfee3a929baf'),
(18712,32,7235,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','27714e79-7347-4d27-b840-892a0cba2eab'),
(18713,32,7235,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','2d2976d8-ea5e-4fa1-ab43-5038ce377cfe'),
(18714,32,7235,NULL,2604,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','dca1e8ef-f9f7-426e-a91e-d218fe538722'),
(18715,16,7235,NULL,3865,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','7d9d6e26-3e73-4c98-afe2-fd4aa0126303'),
(18716,7,7235,NULL,601,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','6d3d3b58-9702-4df0-9f64-1a4ce655467c'),
(18717,7,7235,NULL,3468,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','faf4cfc7-9aa8-455b-80f4-1cdc72285632'),
(18718,7,7235,NULL,3093,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','35347a9d-03d9-472a-8a31-a28f7705f903'),
(18719,7,7235,NULL,617,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','f041a8d1-0015-445f-a1fe-af97c5dc32ef'),
(18720,7,7235,NULL,605,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','cef6e4f8-feec-4c79-9efe-770dab415405'),
(18722,32,7236,NULL,2610,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','a0af8579-a795-4d2f-93e2-fa445a1a68fd'),
(18723,32,7236,NULL,2598,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','92b27f16-c6e5-42c2-98ed-068bfebff1f0'),
(18724,32,7236,NULL,2600,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','5b5d9fe8-71ed-494c-b39e-0f0bcadff1c4'),
(18725,32,7236,NULL,2604,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','77fbbd59-d92a-4ad7-ab70-9a0404682857'),
(18726,32,7236,NULL,2614,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','06a4dd12-b58b-4400-b215-334c99d2519b'),
(18727,32,7236,NULL,2612,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','0295b026-614d-43b9-915d-b5922c890bfa'),
(18728,16,7236,NULL,5281,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','3c2908a8-7c63-4fc3-a6c1-f95e6b7a44a5'),
(18729,7,7236,NULL,601,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','0ceab109-9c77-4796-bf0c-20b46bf69f3b'),
(18730,7,7236,NULL,3468,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','1f91546a-6f54-4f53-872d-c71623294825'),
(18731,7,7236,NULL,2972,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','f843ef5b-d068-4e2d-a7c5-4c2622be84ee'),
(18732,7,7236,NULL,2974,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','ac817314-f3cc-47cb-a7e2-ae4fe249c879'),
(18733,7,7236,NULL,617,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','76fb7c06-49f9-4f5a-82e2-ed501245f163'),
(18734,7,7236,NULL,605,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','4f26856d-4919-412f-b404-796a72146fd7'),
(18735,57,7236,NULL,5277,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','172dcb86-f2b1-4488-a85d-a311b359c6c6'),
(18736,57,7236,NULL,5278,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','6309fd51-89c0-4793-ac77-650eda4af5cf'),
(18737,57,7236,NULL,5279,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','c97a2bab-45fa-49fc-b466-672324544d9d'),
(18738,57,7236,NULL,5280,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','f2fa6e2e-0cb6-492c-b691-bd8c857b5e62'),
(18739,57,7236,NULL,5282,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','d22afa28-5456-4b6d-82d2-b1549d5e796a'),
(18740,13,7236,NULL,6814,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','b806feca-62d8-4e3f-abc0-79bfb8cf519a'),
(18741,16,7237,NULL,6530,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','7e779e92-8365-48f9-9e3a-bd3e8e9f7ca2'),
(18742,57,7237,NULL,6527,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','a0788d21-963a-43b0-95d3-7188d47a31a7'),
(18743,57,7237,NULL,6528,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','9277c135-db0f-40bb-bfad-314423897c6f'),
(18744,57,7237,NULL,6529,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','6c99fc1e-ee7e-4457-b684-9216aa658c63'),
(18745,57,7237,NULL,6533,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','5478cd5c-b70b-470d-8155-849a67f753cd'),
(18746,74,7237,NULL,6525,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','67155a63-9ab8-431f-b851-e2bacd420031'),
(18748,32,7238,NULL,2614,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','eb6536f2-9350-4ba2-bb59-81744b9f7ec5'),
(18749,32,7238,NULL,2610,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','0ca8e324-7e99-4ef9-a0b4-6c3815e94c0e'),
(18750,32,7238,NULL,2598,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','7711f1b9-2227-45d2-bdf7-b622c0f3a985'),
(18751,32,7238,NULL,2600,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','2b07ba66-f8fb-48d6-b716-746891ee24ab'),
(18752,32,7238,NULL,2602,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','e3b96c19-ab65-4cd8-bbee-af99487d8251'),
(18753,32,7238,NULL,2604,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','21fa710d-0d75-4639-ad5b-be679ed487e6'),
(18754,16,7238,NULL,3808,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','61293162-8243-4f9c-82da-883ac1bf00fd'),
(18755,7,7238,NULL,601,1,'2026-01-06 21:34:39','2026-01-06 21:34:39','af20bd80-9f14-4731-b3b9-77c63442357a'),
(18756,7,7238,NULL,3468,2,'2026-01-06 21:34:39','2026-01-06 21:34:39','950ff5ea-ae4b-4e5d-9597-002f8699bdd9'),
(18757,7,7238,NULL,2972,3,'2026-01-06 21:34:39','2026-01-06 21:34:39','5c390aeb-b7ae-46b3-b3d8-8d4514215fee'),
(18758,7,7238,NULL,2974,4,'2026-01-06 21:34:39','2026-01-06 21:34:39','5d9566c6-8bab-4386-89db-7b656ae4a18b'),
(18759,7,7238,NULL,617,5,'2026-01-06 21:34:39','2026-01-06 21:34:39','9873c244-f964-4d6f-b523-c1b76aef1119'),
(18760,7,7238,NULL,605,6,'2026-01-06 21:34:39','2026-01-06 21:34:39','35dad9c8-eb3c-4846-be6f-8e1412068dca'),
(18761,32,7239,NULL,2610,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','26340617-ee76-444c-aaaf-9659be684d8f'),
(18762,32,7239,NULL,2598,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','be743744-fe53-4431-8441-e45a3632ed5b'),
(18763,32,7239,NULL,2600,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','0b289713-8ddc-4374-9637-4cedc379b83b'),
(18764,32,7239,NULL,2602,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','ac464628-e9db-42d2-ae79-ead6a9de2fcb'),
(18765,32,7239,NULL,2612,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','14d41049-3baf-4934-afa5-3022450965c3'),
(18766,32,7239,NULL,2618,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','79b390c9-2986-4ed7-8208-53d441c9ae57'),
(18767,32,7239,NULL,2604,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','0f8908c6-57af-45e7-968c-6a41379e4635'),
(18768,16,7239,NULL,3761,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','23f7142d-32a5-4a45-8fb3-c1b641d15be0'),
(18771,7,7239,NULL,2974,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','819ace32-8ef7-49b2-a6ee-22b68677f692'),
(18772,7,7239,NULL,617,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','19a6cda6-6ec3-422c-9b00-35ea59cac41f'),
(18773,7,7239,NULL,605,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','178875a1-4658-48ab-a69b-9dc7a01d03f4'),
(18774,46,7239,NULL,3697,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','dc0ca9ed-063c-4d32-be1c-efcc9ab55e9c'),
(18776,32,7240,NULL,2614,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','6d17485c-84e9-40cb-ae88-6a5c6607544b'),
(18777,32,7240,NULL,2610,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','0cb289da-9b80-4200-a911-f0821164e977'),
(18778,32,7240,NULL,2598,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','0f09e430-1638-46aa-a346-f059e1a5b45e'),
(18779,32,7240,NULL,2600,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','dc0fc545-e0e4-4c3d-825a-df4b17b83780'),
(18780,32,7240,NULL,2612,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','2da79a6e-63fb-4623-9476-5a305d23e841'),
(18781,32,7240,NULL,2604,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','7a97ff58-ddb8-46a4-9176-cc358e560cc2'),
(18782,16,7240,NULL,3722,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','7ae03293-4275-44f8-9c17-19b05f3c0117'),
(18783,7,7240,NULL,601,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','3fe23167-0231-4f97-b3dc-a7b70b143379'),
(18784,7,7240,NULL,3468,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','f6af2650-cf5b-47bb-85a6-337e1d3ea4e3'),
(18785,7,7240,NULL,2972,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','bc7e43aa-da23-4f29-a953-78b38189f2da'),
(18786,7,7240,NULL,617,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','78686c29-1ee0-43ea-98fd-122ead29fb5d'),
(18787,7,7240,NULL,605,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','4085911b-38a0-4555-acbd-6259bed2da49'),
(18789,32,7241,NULL,2610,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','1a0d37a6-7531-4777-94a1-c451a5690ca2'),
(18790,32,7241,NULL,2598,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','66699a77-fccd-4424-ac94-e9ec3dc2638a'),
(18791,32,7241,NULL,2600,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','c8bb52d8-e023-4683-b94e-2549277e351f'),
(18792,32,7241,NULL,2602,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','2d1ae64b-48f5-4aa7-92dc-c4c639aabfc7'),
(18793,32,7241,NULL,2612,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','36ba6e7b-8b2f-4522-b8ac-2470f1572858'),
(18794,32,7241,NULL,2618,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','39d6cdec-a78b-433a-84dd-a19a96523f24'),
(18795,32,7241,NULL,2604,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','f443d1c1-1e7e-45c1-9797-c764a7dc6052'),
(18796,16,7241,NULL,3689,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','e9d92e34-35d5-4684-b3b8-55597ddb0f53'),
(18797,7,7241,NULL,601,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','608cdb1c-ffc7-4af7-88ab-5c91ecec38d7'),
(18798,7,7241,NULL,3468,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','7dcd0cd8-8a36-43b7-b49e-a31c4c5ab577'),
(18799,7,7241,NULL,617,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','fbb31269-7da3-4764-a8b3-0e23cbe9a828'),
(18800,7,7241,NULL,605,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','49f32a44-ae4e-44df-9dd8-cbd2fb189555'),
(18801,82,7241,NULL,479,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','31b86823-60b9-4043-9b94-6397cb040542'),
(18802,82,7241,NULL,485,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','07f2624f-cbf5-4be0-a5ca-a449d3e04ff9'),
(18803,82,7241,NULL,491,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','9c0b5106-104b-4d9a-9597-df59719e7bdc'),
(18804,46,7241,NULL,3697,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','27f4c241-4dd4-4258-8675-a3321cbbf4f5'),
(18805,57,7241,NULL,4829,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','50792c82-eedd-478c-a8a8-55eb424fb3fe'),
(18806,57,7241,NULL,4826,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','ea4606dd-01f8-4440-9f8b-7619048b1c39'),
(18807,57,7241,NULL,4828,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','d6b0e614-2b82-4e1e-82e8-a7eabfcd9760'),
(18808,57,7241,NULL,4827,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','0dd7f0d9-4dc7-40fc-9562-fc5e3db1609b'),
(18810,32,7242,NULL,2610,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','5834fdfb-b2a8-432b-ac63-e7af8bb87cae'),
(18811,32,7242,NULL,2598,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','dd7a93db-b712-42f6-b92b-26092dc54087'),
(18812,32,7242,NULL,2608,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','78f25a3b-5527-4e9a-9074-dc01f5db8bbf'),
(18813,32,7242,NULL,2600,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','1064a793-cc33-4043-84d7-a36971089e14'),
(18814,32,7242,NULL,2596,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','1012c497-0838-4e09-bb08-d2865c80586c'),
(18815,32,7242,NULL,2602,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','2103754e-b4f0-4631-b1bf-9f084b1857e4'),
(18816,32,7242,NULL,2604,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','7c4311d4-ebc7-46bf-a64b-d7c81af943e6'),
(18819,7,7242,NULL,2974,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','ce37e198-6149-4079-b479-bfb58fa71940'),
(18820,7,7242,NULL,617,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','a255298e-578f-4d43-981c-2214a0ac51bc'),
(18821,7,7242,NULL,605,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','e0cf64b6-9931-429f-8e08-dfc2035757b0'),
(18822,57,7242,NULL,5095,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','1d2a4a2e-25e0-425d-8a56-1a2b9d3d9a3a'),
(18823,57,7242,NULL,5096,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','e9c3bd8b-16c0-4947-98c2-3360607f2e50'),
(18824,57,7242,NULL,5097,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','46bfde16-7762-466e-bbe2-c58981879987'),
(18825,57,7242,NULL,5098,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','25f4878c-ec56-40db-905c-19c5d6361a41'),
(18826,32,7243,NULL,2614,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','30fc0105-3541-4213-b081-e97b2f5c3b72'),
(18827,32,7243,NULL,2610,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','6f9b83c3-b380-45c1-bf61-aa7d59d09c01'),
(18828,32,7243,NULL,2598,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','fbd76542-dbf9-4406-bf4a-df3ff09167ef'),
(18829,32,7243,NULL,2600,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','ba191b50-2937-411f-a21e-df4ff8706305'),
(18830,32,7243,NULL,2596,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','933a9f06-5c01-4ddf-92de-3c11c3d65caf'),
(18831,32,7243,NULL,2602,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','5fdd912b-263c-456e-acb1-eb7ead522c34'),
(18832,32,7243,NULL,2612,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','269d3cb2-c17f-4ac2-83e9-aa0b0c16b101'),
(18833,32,7243,NULL,2604,8,'2026-01-06 21:34:40','2026-01-06 21:34:40','4cf414de-daff-4de2-9db5-7d554420dfd9'),
(18834,16,7243,NULL,3623,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','33e95fe8-31f4-4fe9-9d61-9fa033bfdb21'),
(18835,7,7243,NULL,601,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','18850849-c437-4f6f-ab32-6a046cb3de5f'),
(18836,7,7243,NULL,617,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','a7669d9d-11d5-44e7-85cf-c09098639a86'),
(18837,7,7243,NULL,605,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','42cb30e7-f66f-4baf-a8f2-39eae168b025'),
(18838,57,7243,NULL,5105,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','fb747ae2-2bd4-4c2c-b52d-8bb6ebb20f57'),
(18839,57,7243,NULL,5106,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','95b21c87-7bd1-4703-ba1e-7e7cf17011d9'),
(18840,57,7243,NULL,5107,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','110ddc0c-a2d7-458e-98b1-0ca1d6831c27'),
(18841,57,7243,NULL,5108,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','2b4d7e3e-8c94-4087-912a-09e568e36ac8'),
(18842,57,7243,NULL,5109,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','578a165a-577f-4002-b5e6-28f4968a8477'),
(18843,57,7243,NULL,5110,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','13d17322-b91c-4226-b3ee-3d9f5a38a33c'),
(18844,57,7243,NULL,5111,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','4cbc3d8f-f9a6-4761-af97-68cc2e717bc0'),
(18845,57,7243,NULL,5112,8,'2026-01-06 21:34:40','2026-01-06 21:34:40','ebad6534-82b7-4af8-afc3-e9320a585125'),
(18846,32,7245,NULL,2610,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','560ca905-c281-4c8a-94f6-ccb027c9a1a5'),
(18847,32,7245,NULL,2598,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','9f2402fa-bc39-441c-82af-5cfb7deaaf6f'),
(18848,32,7245,NULL,2600,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','b532b4c8-499f-49e3-83a3-496f221272e7'),
(18849,32,7245,NULL,2596,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','66352d16-c25d-4245-b1f7-378c43179c3e'),
(18850,32,7245,NULL,2602,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','ec25f8f5-d35d-46d3-95a9-4a9b0b013d06'),
(18851,32,7245,NULL,2604,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','220b1852-43ac-4861-9df9-a7418875906c'),
(18852,16,7245,NULL,5253,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','14b31399-de20-4643-b34a-6e616296d9b8'),
(18853,7,7245,NULL,601,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','540b3589-6948-4c7e-bee6-0438ff6479de'),
(18855,7,7245,NULL,617,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','b53680f5-3f83-433a-88d3-530d654d9c86'),
(18856,7,7245,NULL,605,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','d669cc4d-fb9d-4749-83c9-e97263d79c7c'),
(18857,57,7245,NULL,5254,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','485e40fc-e357-4819-9e16-2307871cc2cf'),
(18858,57,7245,NULL,5255,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','b3ea547b-c574-4989-8327-7fd35943238d'),
(18859,57,7245,NULL,5256,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','c3e3fd78-ca76-473d-9210-c8002f477304'),
(18860,57,7245,NULL,5257,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','f83860ff-44c3-406d-8587-b04557f2ccde'),
(18861,57,7245,NULL,5258,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','e91446bf-3e2a-46f5-a914-fc8c82ec87c6'),
(18862,32,7246,NULL,2614,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','22686118-999d-4b07-9fc2-552b290700c0'),
(18863,32,7246,NULL,2610,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','e69027c4-5a9a-426f-bbb4-c92a01866a6d'),
(18864,32,7246,NULL,2598,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','36408d70-a249-46a1-87bb-a95967dd1e82'),
(18865,32,7246,NULL,2600,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','6b1b8f3e-3c35-49b6-b873-6a065d78a479'),
(18866,32,7246,NULL,2596,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','e9a86822-4c1d-4e2e-84ce-29498427da2d'),
(18867,32,7246,NULL,2602,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','c223bd56-ef03-4440-a89e-c23ca13d2799'),
(18868,32,7246,NULL,2604,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','dff51fdd-17e5-4d09-9aec-c039c0646851'),
(18869,16,7246,NULL,3564,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','65366315-eccc-47a4-851f-7b396dd2fd4e'),
(18870,7,7246,NULL,601,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','3958688d-4f67-4cd8-9d92-ee4c6702c63b'),
(18871,7,7246,NULL,617,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','4cac3ce4-6aa7-4974-bf0c-18dcbe639c39'),
(18872,7,7246,NULL,605,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','0ade64bf-2443-48c3-8386-4797999c2448'),
(18873,32,7247,NULL,2610,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','39f60d1d-2d5a-448e-b98a-05057198b5a9'),
(18874,32,7247,NULL,2598,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','42677a7e-26fd-43c9-aa67-11467f71db22'),
(18875,32,7247,NULL,2608,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','2f03fe71-d2a1-4823-8709-33cd69cb6531'),
(18876,32,7247,NULL,2600,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','0d30cc4e-a9e9-48c0-9401-4c5baa9d3164'),
(18877,32,7247,NULL,2596,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','0c1d88b3-a5fe-4877-b652-d076e4620770'),
(18878,32,7247,NULL,2602,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','48737550-ccb5-4f6e-88a0-9a75c5cf8b11'),
(18879,32,7247,NULL,2604,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','622424b8-2f7b-4ef0-bd4c-c949f5cd85f4'),
(18880,16,7247,NULL,3530,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','e10bd267-af1e-4331-9394-4f70bfc48ec8'),
(18881,7,7247,NULL,2969,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','b2e920d6-a8e5-4289-94ff-b59637c4ffe6'),
(18883,7,7247,NULL,2974,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','8859e45e-7479-4835-9c61-086793936f1b'),
(18884,7,7247,NULL,617,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','10191f48-8df4-4123-8eb5-2c3dd4c35533'),
(18885,7,7247,NULL,605,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','80df5105-9f00-469e-b76d-f1139b4a94c9'),
(18886,32,7248,NULL,2610,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','5d497bf1-78ea-4c3c-9355-c78833e3b860'),
(18887,32,7248,NULL,2598,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','a794bd7c-5d26-4d33-9a2e-54e58fb2e975'),
(18888,32,7248,NULL,2608,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','b7e76c8e-0f3d-4290-8265-c14dc55f6848'),
(18889,32,7248,NULL,2600,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','14ac7c31-327f-448d-84b3-df461c85dcb9'),
(18890,32,7248,NULL,2596,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','177a5670-2fc0-438b-a4a5-f6c15c8406f8'),
(18891,32,7248,NULL,2602,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','2185167e-eed5-4a61-b594-2c5b06b84dbe'),
(18892,32,7248,NULL,2612,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','07f5e5ec-b882-421c-9168-0d0a4702632f'),
(18893,32,7248,NULL,2604,8,'2026-01-06 21:34:40','2026-01-06 21:34:40','e5a4c33d-a911-453c-84f7-88d9eef6bc7b'),
(18894,16,7248,NULL,3498,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','66710e0b-d397-4e4a-a838-ed4462d61da1'),
(18895,7,7248,NULL,601,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','6f9afcd8-fbbd-4a6f-865d-437fc8bde910'),
(18896,7,7248,NULL,605,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','81b8f48d-1fe4-48d1-bc27-b2a97abada2d'),
(18897,7,7248,NULL,617,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','f8402d51-84f0-4270-9cfb-9db4ad584bdc'),
(18898,7,7248,NULL,2974,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','530a07e0-fb7c-49e2-be80-ac9d0f963175'),
(18899,32,7249,NULL,2610,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','25dca9c4-cba4-4171-ba5c-1fcf37f77870'),
(18900,32,7249,NULL,2598,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','12786420-10de-40a2-9d1a-967e7f6740cb'),
(18901,32,7249,NULL,2600,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','184be2da-6774-4d09-8d46-3c829fd51229'),
(18902,32,7249,NULL,2596,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','dba44662-15bb-4055-b4dc-fea067b89900'),
(18903,32,7249,NULL,2602,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','df18ae22-6542-4669-bd9a-c2db142981d9'),
(18904,32,7249,NULL,2604,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','abcb5317-9423-4776-bef8-88c35579c7e3'),
(18905,16,7249,NULL,3467,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','dc0a5757-3c55-4410-b204-42d4f6b66e17'),
(18906,7,7249,NULL,601,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','463764f9-4d49-47f9-a221-63beb8fca4d2'),
(18907,7,7249,NULL,3468,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','271716b4-9390-4580-b740-a3bc7098d3fb'),
(18909,7,7249,NULL,2972,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','d2ffc953-4efa-47d4-8d9c-7eaee4747d81'),
(18910,7,7249,NULL,2974,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','497985a4-97b9-4c7a-ba43-9c65af902d5a'),
(18911,7,7249,NULL,617,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','aa2db6a4-f9e6-4de1-9e6a-70cce5a8cd18'),
(18912,7,7249,NULL,605,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','47f01ec1-1583-4b85-82fd-602c60748651'),
(18913,32,7250,NULL,2614,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','13276120-47ba-40b3-9e58-5f7b218b0c46'),
(18914,32,7250,NULL,2610,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','6740392a-d0af-48a5-a42d-b9a8241be069'),
(18915,32,7250,NULL,2598,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','8e16caac-8e26-45b7-bafb-5416b177b4ac'),
(18916,32,7250,NULL,2600,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','46b64e3d-e13d-4858-a204-97b0f5307fe1'),
(18917,32,7250,NULL,2596,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','9a99c77b-5799-410b-b590-da5d288cb6bb'),
(18918,32,7250,NULL,2602,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','63c346dd-bf13-4cba-a074-94fa20ef5df0'),
(18919,32,7250,NULL,2606,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','b93a3e75-ebd2-4ae5-abef-469a79df4338'),
(18920,32,7250,NULL,2604,8,'2026-01-06 21:34:40','2026-01-06 21:34:40','5224a4e5-fd36-43e9-83e4-1533f59650a9'),
(18921,16,7250,NULL,3425,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','20e4b454-faa1-4b13-a97a-f6a34dbf8cd0'),
(18922,7,7250,NULL,601,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','930a850e-4ec5-4354-bdd4-aef33fc715d3'),
(18923,7,7250,NULL,617,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','9f7bfb95-94d6-4685-b848-e0d0acc0e0d3'),
(18924,7,7250,NULL,605,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','f0eea9e0-8ee5-40e8-b017-4b20d3addc1e'),
(18925,32,7251,NULL,2610,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','6dbc9aec-8a81-406a-a09b-b35b3555b841'),
(18926,32,7251,NULL,2598,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','ed9d5115-e523-46a7-9287-732bc1c1d985'),
(18927,32,7251,NULL,2600,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','2b1593e0-61a6-44c7-93e8-06dd79c4bc3e'),
(18928,32,7251,NULL,2596,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','b3acd85b-a4ed-4ffc-8718-09e2740841aa'),
(18929,32,7251,NULL,2602,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','29b743d2-a5fa-428b-ad72-b180217d6cc9'),
(18930,32,7251,NULL,2604,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','5da65c7e-bc97-4619-87d2-ab3e6e522367'),
(18931,16,7251,NULL,3377,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','be36f7cf-1a4b-482c-8b85-6519b8dffb98'),
(18932,7,7251,NULL,2969,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','bf4e883a-cab0-49cc-afdf-1a2f44f94975'),
(18933,7,7251,NULL,617,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','aa8d01b9-5877-434a-8239-a9d7ab89eccd'),
(18934,7,7251,NULL,605,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','8455a8a7-785f-4acf-b301-82c516cfba81'),
(18935,32,7252,NULL,2614,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','743868f4-67d9-48c7-a03c-8a382c844ffa'),
(18936,32,7252,NULL,2610,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','f77c1c41-26c2-418b-a641-450410be90de'),
(18937,32,7252,NULL,2598,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','71b6d655-17c6-4167-87ee-5f2ef4d92498'),
(18938,32,7252,NULL,2608,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','74964384-10e9-4168-a8e5-6ca164a682a8'),
(18939,32,7252,NULL,2600,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','daa40206-819e-4480-91de-495da0bfb907'),
(18940,32,7252,NULL,2596,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','12a3435b-ebcb-4102-91f7-15d9cdf83a82'),
(18941,32,7252,NULL,2602,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','26fd3747-774b-4d2b-8e98-902fc5516d7f'),
(18942,32,7252,NULL,2604,8,'2026-01-06 21:34:40','2026-01-06 21:34:40','578d57c9-791e-4eb3-bb0c-cfdd7ad2e777'),
(18943,16,7252,NULL,3158,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','6121c5b8-fd7f-4f42-9ce5-cf72daa83397'),
(18944,7,7252,NULL,2969,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','c15c8454-546e-45b6-b130-8ada68dd31e9'),
(18945,7,7252,NULL,2974,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','5bcb7b8c-d523-4117-8264-468e8b987131'),
(18946,7,7252,NULL,617,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','8b9fc270-9f4f-4e00-bb8c-9fb14a82bff8'),
(18947,7,7252,NULL,605,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','f1502fe0-e31a-4c30-b705-6509f21790a4'),
(18948,32,7253,NULL,2614,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','52f3ca96-81f5-446d-9827-700c2da71ae7'),
(18949,32,7253,NULL,2610,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','c334cf2a-7095-4b57-9c76-397a7ab31e3f'),
(18950,32,7253,NULL,2598,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','02509c73-e44d-465c-9e7a-3b1a55f52aab'),
(18951,32,7253,NULL,2608,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','1050ff27-bd02-4682-bcb8-63f26f454674'),
(18952,32,7253,NULL,2600,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','fbddd3d1-f733-4c01-b48f-49f78f4aeb63'),
(18953,32,7253,NULL,2596,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','4fba7bdf-a520-45d4-ac1a-46c036535a20'),
(18954,32,7253,NULL,2602,7,'2026-01-06 21:34:40','2026-01-06 21:34:40','82a1ed9c-9e71-45bb-a649-bf4900cac897'),
(18955,32,7253,NULL,2604,8,'2026-01-06 21:34:40','2026-01-06 21:34:40','160a86ba-6354-477c-9e38-f629ae7fe922'),
(18956,16,7253,NULL,3122,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','4ae42862-f132-4d85-ba74-0a599e473e7b'),
(18959,7,7253,NULL,2972,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','406d5ef4-e21c-420b-abaa-9b3bcc654d08'),
(18960,7,7253,NULL,2974,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','603bfde5-6cac-46a7-8984-846a06fe5f09'),
(18961,7,7253,NULL,617,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','d0fc3e6a-8128-43a0-86d0-4aa85b66baa1'),
(18962,7,7253,NULL,605,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','6afa06dc-8fe6-4005-8c08-1e418a43fcb5'),
(18963,32,7254,NULL,2610,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','732943df-f026-4df8-a244-0b405fce306b'),
(18964,32,7254,NULL,2598,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','5f0fadc2-a1f8-42ef-899c-bab1105506d1'),
(18965,32,7254,NULL,2600,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','735ee280-be96-45fc-b726-b20ece3f65f5'),
(18966,32,7254,NULL,2596,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','0126935b-1a4d-4fcc-802b-ecccea206ce7'),
(18967,32,7254,NULL,2602,5,'2026-01-06 21:34:40','2026-01-06 21:34:40','e36bb0a6-ce11-4e17-baec-e2969aa67d73'),
(18968,32,7254,NULL,2604,6,'2026-01-06 21:34:40','2026-01-06 21:34:40','77cf7c77-1a5e-4729-a66e-47bc42cf72e2'),
(18969,16,7254,NULL,3090,1,'2026-01-06 21:34:40','2026-01-06 21:34:40','266f98d3-3078-44a3-aef4-fcb7ac1289d4'),
(18971,7,7254,NULL,3093,2,'2026-01-06 21:34:40','2026-01-06 21:34:40','9a8bc82d-977d-4d16-8c90-23f393e44337'),
(18972,7,7254,NULL,617,3,'2026-01-06 21:34:40','2026-01-06 21:34:40','3137c8d0-0c52-46b9-8067-9a923b5530c8'),
(18973,7,7254,NULL,605,4,'2026-01-06 21:34:40','2026-01-06 21:34:40','d71d4bf0-8cff-402d-80c6-4442029e40d4'),
(18997,32,7256,NULL,2610,1,'2026-01-06 21:34:41','2026-01-06 21:34:41','1ba22f1f-f989-4277-b41b-d0c5e808d252'),
(18998,32,7256,NULL,2598,2,'2026-01-06 21:34:41','2026-01-06 21:34:41','40bbcee7-5929-4e40-9170-f6859b39b8fd'),
(18999,32,7256,NULL,2608,3,'2026-01-06 21:34:41','2026-01-06 21:34:41','4f7a3bd4-e8e3-4961-9253-ba3c12c5c35f'),
(19000,32,7256,NULL,2600,4,'2026-01-06 21:34:41','2026-01-06 21:34:41','583ac52f-f1c0-426a-b5b9-0b07643f0fcd'),
(19001,32,7256,NULL,2596,5,'2026-01-06 21:34:41','2026-01-06 21:34:41','7fcc2b88-1ccb-49fa-a37f-d2f9c9e0a827'),
(19002,32,7256,NULL,2602,6,'2026-01-06 21:34:41','2026-01-06 21:34:41','95f22216-2390-4739-bb82-239748b95d6e'),
(19003,32,7256,NULL,2604,7,'2026-01-06 21:34:41','2026-01-06 21:34:41','c91df803-01f6-414f-9792-751f2a72a13a'),
(19004,16,7256,NULL,3011,1,'2026-01-06 21:34:41','2026-01-06 21:34:41','b634eb6f-7cb7-4917-9b1d-fdbb9b7a8939'),
(19005,7,7256,NULL,601,1,'2026-01-06 21:34:41','2026-01-06 21:34:41','8cea1b2e-d11e-42a8-a603-ef917e579cf9'),
(19007,7,7256,NULL,3027,3,'2026-01-06 21:34:41','2026-01-06 21:34:41','ea82112d-afd4-407b-951d-ac974565bc1a'),
(19008,7,7256,NULL,617,4,'2026-01-06 21:34:41','2026-01-06 21:34:41','b94153fd-5ff8-4e87-ac1c-f3c5b3431401'),
(19009,7,7256,NULL,605,5,'2026-01-06 21:34:41','2026-01-06 21:34:41','d700bff9-4141-4e37-a9ee-9c0c32197580'),
(19010,57,7256,NULL,4920,1,'2026-01-06 21:34:41','2026-01-06 21:34:41','2838d03c-72b2-41af-96ce-24e26f3f08d1'),
(19011,57,7256,NULL,4921,2,'2026-01-06 21:34:41','2026-01-06 21:34:41','1952db29-75ec-4fcd-ae7b-7de07764fa3e'),
(19012,57,7256,NULL,4922,3,'2026-01-06 21:34:41','2026-01-06 21:34:41','0fa9dd4b-bd88-49dc-af27-0c000b0e079d'),
(19013,57,7256,NULL,4923,4,'2026-01-06 21:34:41','2026-01-06 21:34:41','bfc0c55e-1cd6-464d-9eea-8faae57784cd'),
(19014,57,7256,NULL,4924,5,'2026-01-06 21:34:41','2026-01-06 21:34:41','9279136f-9230-458b-bd3d-09ee8b384a6e'),
(19015,83,7257,NULL,945,1,'2026-01-06 21:34:41','2026-01-06 21:34:41','bb9b3293-4538-4533-b333-2de8cffb0a8b'),
(19016,16,7257,NULL,2968,1,'2026-01-06 21:34:41','2026-01-06 21:34:41','82a7fa31-ad21-464f-bb84-079faf263bdf'),
(19017,57,7257,NULL,3246,1,'2026-01-06 21:34:41','2026-01-06 21:34:41','f490f54e-e71e-44d2-b0e2-d76981f90598'),
(19018,57,7257,NULL,3254,2,'2026-01-06 21:34:41','2026-01-06 21:34:41','91116e23-e2e7-4700-9f7c-e20449c3ea20'),
(19019,57,7257,NULL,3253,3,'2026-01-06 21:34:41','2026-01-06 21:34:41','a53cc5c1-4fe0-4449-ae43-21bbdb75cfa9'),
(19020,57,7257,NULL,3251,4,'2026-01-06 21:34:41','2026-01-06 21:34:41','ee556ae3-c610-42a2-89da-aa17d9292c57'),
(19021,57,7257,NULL,3245,5,'2026-01-06 21:34:41','2026-01-06 21:34:41','89a7e131-48b7-4c58-a747-f44a2f3066fc'),
(19022,57,7257,NULL,3248,6,'2026-01-06 21:34:41','2026-01-06 21:34:41','d5b4e34a-f9b3-4843-86d0-1efbe56eeb8c'),
(19023,72,7257,NULL,548,1,'2026-01-06 21:34:41','2026-01-06 21:34:41','b5fa18ce-8f68-4f90-9e72-c36ec49fbd2f'),
(19063,32,7260,NULL,2614,1,'2026-01-06 21:35:29','2026-01-06 21:35:29','118d70f2-955b-4617-95a6-35037cc7ce29'),
(19064,32,7260,NULL,2610,2,'2026-01-06 21:35:29','2026-01-06 21:35:29','5c8eae57-6f3e-4e7a-be81-5ac78e8c4a6a'),
(19065,32,7260,NULL,2598,3,'2026-01-06 21:35:29','2026-01-06 21:35:29','d2132a3f-cbdc-48e3-a0cb-dbb327a1f036'),
(19066,32,7260,NULL,2600,4,'2026-01-06 21:35:29','2026-01-06 21:35:29','814791fd-dc3a-41d6-b0e5-ea11f7681993'),
(19067,32,7260,NULL,2604,5,'2026-01-06 21:35:29','2026-01-06 21:35:29','6ca9446e-66e1-4893-ac39-23eff1d34502'),
(19068,16,7260,NULL,4223,1,'2026-01-06 21:35:29','2026-01-06 21:35:29','14ffc054-943d-4a07-bcfd-313f9f1a1ab2'),
(19070,7,7260,NULL,2974,2,'2026-01-06 21:35:29','2026-01-06 21:35:29','9d0c327e-d9c3-4ef0-b7cc-e4c2afd15a72'),
(19071,7,7260,NULL,2972,3,'2026-01-06 21:35:29','2026-01-06 21:35:29','4ac8757c-153a-40ba-af1a-c8f79ef8eb4c'),
(19072,7,7260,NULL,617,4,'2026-01-06 21:35:29','2026-01-06 21:35:29','7c99e143-3c70-45f1-b7ce-f5da3e721e40'),
(19073,7,7260,NULL,605,5,'2026-01-06 21:35:29','2026-01-06 21:35:29','62ebcba6-323e-4f20-8c92-b8b885807dd9'),
(19074,82,7260,NULL,479,1,'2026-01-06 21:35:29','2026-01-06 21:35:29','2b929946-e106-4161-9480-b07d2f7be825'),
(19075,57,7260,NULL,4821,1,'2026-01-06 21:35:29','2026-01-06 21:35:29','31f32847-4a58-4a53-9a2b-a5e94939e177'),
(19076,57,7260,NULL,4822,2,'2026-01-06 21:35:29','2026-01-06 21:35:29','007d5510-c564-4ee6-aab5-e8489c1277cd'),
(19077,57,7260,NULL,4823,3,'2026-01-06 21:35:29','2026-01-06 21:35:29','14c8659d-b805-4572-9f8d-dc31e9bd1933'),
(19078,57,7260,NULL,4824,4,'2026-01-06 21:35:29','2026-01-06 21:35:29','d3c2713f-4559-404e-8547-34ad4b60ca06'),
(19079,13,7260,NULL,6620,1,'2026-01-06 21:35:29','2026-01-06 21:35:29','9a7a117b-6244-46f0-8651-b757ed1433f9'),
(19138,32,7264,NULL,2610,1,'2026-01-06 23:15:44','2026-01-06 23:15:44','5d099096-2c15-459f-a205-d95faa6083fd'),
(19139,32,7264,NULL,2598,2,'2026-01-06 23:15:44','2026-01-06 23:15:44','df161abc-b4b8-48ef-9530-e5169836e89c'),
(19140,32,7264,NULL,2600,3,'2026-01-06 23:15:44','2026-01-06 23:15:44','69032492-95ce-44a4-b756-ae3030ee421f'),
(19141,32,7264,NULL,2604,4,'2026-01-06 23:15:44','2026-01-06 23:15:44','5afb2289-6731-4e0e-ae01-cf6adf89fbcb'),
(19142,16,7264,NULL,3374,1,'2026-01-06 23:15:44','2026-01-06 23:15:44','7e94c756-91c6-47e4-8a99-dc91fb437945'),
(19143,7,7264,NULL,2969,1,'2026-01-06 23:15:44','2026-01-06 23:15:44','e5990dd7-9264-4fc0-bb44-dd9823af975c'),
(19144,7,7264,NULL,617,2,'2026-01-06 23:15:44','2026-01-06 23:15:44','73f7e184-55e4-4ab2-b53d-83433113f34a'),
(19145,7,7264,NULL,605,3,'2026-01-06 23:15:44','2026-01-06 23:15:44','13955730-d3a5-467a-9acf-5f95fde00dab'),
(19146,57,7264,NULL,3362,1,'2026-01-06 23:15:44','2026-01-06 23:15:44','c5bf0e4d-9caf-4784-a1d5-e8973f7e9f1f'),
(19147,57,7264,NULL,3363,2,'2026-01-06 23:15:44','2026-01-06 23:15:44','0d84a276-e375-4113-81cf-c7e859eef077'),
(19148,57,7264,NULL,3364,3,'2026-01-06 23:15:44','2026-01-06 23:15:44','a1dc0020-5cd2-4301-a9da-886eb19558d6'),
(19149,57,7264,NULL,3365,4,'2026-01-06 23:15:44','2026-01-06 23:15:44','fc069669-7f56-462c-a61f-dfb1075d1d7d'),
(19150,57,7264,NULL,3366,5,'2026-01-06 23:15:44','2026-01-06 23:15:44','b7a4b2f0-b654-4b01-aca6-d09e4bb5e30c'),
(19151,57,7264,NULL,3367,6,'2026-01-06 23:15:44','2026-01-06 23:15:44','3542fc5b-1ec1-4296-a5a8-ecb6248d2741'),
(19152,57,7264,NULL,3368,7,'2026-01-06 23:15:44','2026-01-06 23:15:44','73a93261-a77f-40d0-9577-9bbd27844e19'),
(19153,57,7264,NULL,3369,8,'2026-01-06 23:15:44','2026-01-06 23:15:44','c81c759e-400e-45b5-b6ce-dc1676928c56'),
(19154,57,7264,NULL,3370,9,'2026-01-06 23:15:44','2026-01-06 23:15:44','8efa38b4-1a0e-4cdb-b2ec-d261edeb442c'),
(19155,57,7264,NULL,3371,10,'2026-01-06 23:15:44','2026-01-06 23:15:44','5adcd904-8294-4dda-ad38-a0cc3a36f013'),
(19156,57,7264,NULL,3372,11,'2026-01-06 23:15:44','2026-01-06 23:15:44','3a6486ac-826d-496e-8b00-2945e0fa0c59'),
(19157,57,7264,NULL,3373,12,'2026-01-06 23:15:44','2026-01-06 23:15:44','c267a4fb-842f-42c8-94e4-2cb81287f486'),
(19158,57,7264,NULL,3374,13,'2026-01-06 23:15:44','2026-01-06 23:15:44','14b08ee8-9b48-436e-ab6a-bafe20a0fa77'),
(19159,72,7264,NULL,548,1,'2026-01-06 23:15:44','2026-01-06 23:15:44','477ac8c2-f286-4bff-bdb0-5f8086f4b4ba'),
(19182,32,7271,NULL,2610,1,'2026-01-06 23:19:03','2026-01-06 23:19:03','f14c5b86-8014-481b-bf43-38058f5333b6'),
(19183,32,7271,NULL,2598,2,'2026-01-06 23:19:03','2026-01-06 23:19:03','52391585-65a8-49ea-a685-40365b37b54e'),
(19184,32,7271,NULL,2600,3,'2026-01-06 23:19:03','2026-01-06 23:19:03','984ceaa5-6f53-44c1-9260-d4382e37f95b'),
(19185,32,7271,NULL,2604,4,'2026-01-06 23:19:03','2026-01-06 23:19:03','9b24b584-b7ed-48a7-8045-9c87cd6dde99'),
(19186,16,7271,NULL,3374,1,'2026-01-06 23:19:03','2026-01-06 23:19:03','5f11999a-5d16-4a24-9a08-d7edd82fb11a'),
(19187,7,7271,NULL,2969,1,'2026-01-06 23:19:03','2026-01-06 23:19:03','4726e85a-69c7-4632-8940-c0215c1ac048'),
(19188,7,7271,NULL,617,2,'2026-01-06 23:19:03','2026-01-06 23:19:03','04b64d4f-595e-4366-a47f-073af6516cb3'),
(19189,7,7271,NULL,605,3,'2026-01-06 23:19:03','2026-01-06 23:19:03','118e2b86-b924-4da9-9444-4269e134105a'),
(19190,57,7271,NULL,3362,1,'2026-01-06 23:19:03','2026-01-06 23:19:03','154b22b9-79cb-4556-a43c-cff2264bd029'),
(19191,57,7271,NULL,3363,2,'2026-01-06 23:19:03','2026-01-06 23:19:03','f84e3a5a-ed6c-4325-b1ec-00e145af8af1'),
(19192,57,7271,NULL,3364,3,'2026-01-06 23:19:03','2026-01-06 23:19:03','26a28585-c8bd-4203-8603-2ce5a7eef79e'),
(19193,57,7271,NULL,3365,4,'2026-01-06 23:19:03','2026-01-06 23:19:03','cda9c7a7-a528-4996-b9cc-f241056f1762'),
(19194,57,7271,NULL,3366,5,'2026-01-06 23:19:03','2026-01-06 23:19:03','89a2996c-a7cc-488b-b4ca-c00a5808117f'),
(19195,57,7271,NULL,3367,6,'2026-01-06 23:19:03','2026-01-06 23:19:03','d3e950c1-bfbf-4a9a-87b7-9015075eaa1d'),
(19196,57,7271,NULL,3368,7,'2026-01-06 23:19:03','2026-01-06 23:19:03','2c13f705-18c2-485b-b9ef-bb3b490a8a78'),
(19197,57,7271,NULL,3369,8,'2026-01-06 23:19:03','2026-01-06 23:19:03','adc2bc95-47c2-4463-af7a-7436032209ae'),
(19198,57,7271,NULL,3370,9,'2026-01-06 23:19:03','2026-01-06 23:19:03','878acd3b-072b-4076-bbd0-73f91ce2c058'),
(19199,57,7271,NULL,3371,10,'2026-01-06 23:19:03','2026-01-06 23:19:03','080d3f68-41c8-4ac6-80da-c58d22a8c371'),
(19200,57,7271,NULL,3372,11,'2026-01-06 23:19:03','2026-01-06 23:19:03','206a0f4f-0e7b-4e66-92a5-c74d9fb9b96b'),
(19201,57,7271,NULL,3373,12,'2026-01-06 23:19:03','2026-01-06 23:19:03','2805d858-cd64-4bfa-ac76-5f933bf29b3f'),
(19202,57,7271,NULL,3374,13,'2026-01-06 23:19:03','2026-01-06 23:19:03','8b3fc341-759c-49f4-82ec-e79eb32d93b0'),
(19203,72,7271,NULL,548,1,'2026-01-06 23:19:03','2026-01-06 23:19:03','7a45bfc3-b936-4bcc-a2fe-da687f0b2e34'),
(19226,32,7274,NULL,2610,1,'2026-01-06 23:29:22','2026-01-06 23:29:22','7e6d466e-ba95-4d52-a5fd-f88b7535cec0'),
(19227,32,7274,NULL,2598,2,'2026-01-06 23:29:22','2026-01-06 23:29:22','d79c6c6c-e4e1-4eb7-b888-45c5cc6c89d2'),
(19228,32,7274,NULL,2600,3,'2026-01-06 23:29:22','2026-01-06 23:29:22','7b910bb3-bab1-4ce0-ac80-1594aaf5d4d9'),
(19229,32,7274,NULL,2604,4,'2026-01-06 23:29:22','2026-01-06 23:29:22','4ec37aad-44dd-457b-8ac6-5eb2f321aa64'),
(19230,16,7274,NULL,3374,1,'2026-01-06 23:29:22','2026-01-06 23:29:22','9a87ea60-474c-45ee-9750-c795d18bacbc'),
(19231,7,7274,NULL,2969,1,'2026-01-06 23:29:22','2026-01-06 23:29:22','49dfa4a8-b2f3-47be-82b1-c05e78567dfb'),
(19232,7,7274,NULL,617,2,'2026-01-06 23:29:22','2026-01-06 23:29:22','2b81498c-857d-45c3-a985-b377e2cd09e2'),
(19233,7,7274,NULL,605,3,'2026-01-06 23:29:22','2026-01-06 23:29:22','3f81ff6f-afc2-430c-93c9-540c2e047ff7'),
(19234,57,7274,NULL,3362,1,'2026-01-06 23:29:22','2026-01-06 23:29:22','bb2533c7-2e38-47eb-9794-87e0310c41cd'),
(19235,57,7274,NULL,3363,2,'2026-01-06 23:29:22','2026-01-06 23:29:22','df028fbd-83b7-43bd-b337-94916029225a'),
(19236,57,7274,NULL,3364,3,'2026-01-06 23:29:22','2026-01-06 23:29:22','17044724-26a0-4759-8d81-d34197323b7e'),
(19237,57,7274,NULL,3365,4,'2026-01-06 23:29:22','2026-01-06 23:29:22','34bca6a8-164a-434b-bc17-906a9ee43208'),
(19238,57,7274,NULL,3366,5,'2026-01-06 23:29:22','2026-01-06 23:29:22','26f4ce3f-045f-4645-9b0f-8db7a5e41d58'),
(19239,57,7274,NULL,3367,6,'2026-01-06 23:29:22','2026-01-06 23:29:22','74d6a656-936b-4ac9-b592-c8338d664608'),
(19240,57,7274,NULL,3368,7,'2026-01-06 23:29:22','2026-01-06 23:29:22','52fe1e33-d4a1-44b1-8f55-fa6a890f7b17'),
(19241,57,7274,NULL,3369,8,'2026-01-06 23:29:22','2026-01-06 23:29:22','de4c31a1-4c71-416c-8000-54bf49849fce'),
(19242,57,7274,NULL,3370,9,'2026-01-06 23:29:22','2026-01-06 23:29:22','f09caf90-dbab-40a4-a45e-d2ddce8d7489'),
(19243,57,7274,NULL,3371,10,'2026-01-06 23:29:22','2026-01-06 23:29:22','6c87730c-0f0e-4ed1-8d48-83000566c398'),
(19244,57,7274,NULL,3372,11,'2026-01-06 23:29:22','2026-01-06 23:29:22','7feaac55-9b99-493a-bc4c-116bb1912206'),
(19245,57,7274,NULL,3373,12,'2026-01-06 23:29:22','2026-01-06 23:29:22','9972f693-95e5-4d61-b915-aaae8814cbb7'),
(19246,57,7274,NULL,3374,13,'2026-01-06 23:29:22','2026-01-06 23:29:22','8568792e-86a1-48e2-8bc2-93d1ccde78de'),
(19247,72,7274,NULL,548,1,'2026-01-06 23:29:22','2026-01-06 23:29:22','00895cda-ba28-480b-99c3-51aa9d1ff715'),
(19319,32,7283,NULL,2610,1,'2026-01-07 19:04:08','2026-01-07 19:04:08','68c70a32-2887-4d83-89f1-8a1530abad6c'),
(19320,32,7283,NULL,2598,2,'2026-01-07 19:04:08','2026-01-07 19:04:08','c67a97bb-0e77-4778-bb45-130305330bdc'),
(19321,32,7283,NULL,2608,3,'2026-01-07 19:04:08','2026-01-07 19:04:08','52838fda-56a9-4b78-8af4-203554a5d2ae'),
(19322,32,7283,NULL,2624,4,'2026-01-07 19:04:08','2026-01-07 19:04:08','1630d0c5-1bda-4c8c-800d-47afa3bb2ba1'),
(19323,32,7283,NULL,2600,5,'2026-01-07 19:04:08','2026-01-07 19:04:08','5777f029-f0c4-4567-bbfc-6d2ad8e262e5'),
(19324,32,7283,NULL,2596,6,'2026-01-07 19:04:08','2026-01-07 19:04:08','c6a73377-95df-46f8-96fc-b4bf5ed3da97'),
(19325,32,7283,NULL,2606,7,'2026-01-07 19:04:08','2026-01-07 19:04:08','9b7d3f09-df38-41d2-9421-3f8c72df3e50'),
(19326,32,7283,NULL,2604,8,'2026-01-07 19:04:08','2026-01-07 19:04:08','0b3545e6-5db3-496a-991e-1c8088429917'),
(19327,7,7283,NULL,617,1,'2026-01-07 19:04:08','2026-01-07 19:04:08','6552946b-4bc0-4284-84dc-df14f301611d'),
(19328,7,7283,NULL,605,2,'2026-01-07 19:04:08','2026-01-07 19:04:08','b2d52106-8611-4abf-8d77-64fa05940a32'),
(19329,82,7283,NULL,491,1,'2026-01-07 19:04:08','2026-01-07 19:04:08','5a28fcf4-f298-4dee-af14-78235c5d8dfe'),
(19330,46,7283,NULL,2891,1,'2026-01-07 19:04:08','2026-01-07 19:04:08','e3211ac9-62d1-45d2-99de-624f71e6c5ae'),
(19346,83,7287,NULL,945,1,'2026-01-07 20:13:35','2026-01-07 20:13:35','87fcb141-fcd5-4e59-a9bd-73768a755763'),
(19347,16,7287,NULL,2968,1,'2026-01-07 20:13:35','2026-01-07 20:13:35','c23c1894-d46a-4902-844a-31f7b22f9878'),
(19348,57,7287,NULL,3246,1,'2026-01-07 20:13:35','2026-01-07 20:13:35','adddfd89-8768-4b6a-a434-5877cf7b3810'),
(19349,57,7287,NULL,3254,2,'2026-01-07 20:13:35','2026-01-07 20:13:35','7c390741-8e2c-4c8c-9c19-fbe68f002f6f'),
(19350,57,7287,NULL,3253,3,'2026-01-07 20:13:35','2026-01-07 20:13:35','ece9d45e-2c94-4bb1-97b0-a89815a186ec'),
(19351,57,7287,NULL,3251,4,'2026-01-07 20:13:35','2026-01-07 20:13:35','c6b1198f-14de-4e4b-9043-e0ee6ca42158'),
(19352,57,7287,NULL,3245,5,'2026-01-07 20:13:35','2026-01-07 20:13:35','f564bdf6-c878-49c6-a2ba-48cc9d411fe4'),
(19353,57,7287,NULL,3248,6,'2026-01-07 20:13:35','2026-01-07 20:13:35','f0832533-0de4-4717-8729-a2d1da9b765f'),
(19354,72,7287,NULL,548,1,'2026-01-07 20:13:35','2026-01-07 20:13:35','71d39644-6673-4627-8af7-1c8c88517e18'),
(19367,32,7290,NULL,2610,1,'2026-01-07 20:36:07','2026-01-07 20:36:07','ee30e279-103b-4b76-a682-7769cb90dbdd'),
(19368,32,7290,NULL,2598,2,'2026-01-07 20:36:07','2026-01-07 20:36:07','f9859809-2a73-419c-9d6c-4973605c0413'),
(19369,32,7290,NULL,2600,3,'2026-01-07 20:36:07','2026-01-07 20:36:07','368fd2b1-0d25-4062-a0eb-3bd7515d3371'),
(19370,32,7290,NULL,2602,4,'2026-01-07 20:36:07','2026-01-07 20:36:07','3b59ba3c-d584-4fdf-9aa6-117d0d117897'),
(19371,32,7290,NULL,2612,5,'2026-01-07 20:36:07','2026-01-07 20:36:07','837f7ef6-1495-435d-a58e-e3dfe56fd9e7'),
(19372,32,7290,NULL,2618,6,'2026-01-07 20:36:07','2026-01-07 20:36:07','49f88803-92cd-4c67-b3dd-e8ef5d136507'),
(19373,32,7290,NULL,2604,7,'2026-01-07 20:36:07','2026-01-07 20:36:07','e23a0a1f-5ab9-4fb5-aba2-62c110c73a2b'),
(19374,16,7290,NULL,4414,1,'2026-01-07 20:36:07','2026-01-07 20:36:07','386d484d-6878-43c6-b78c-447746436009'),
(19376,7,7290,NULL,617,2,'2026-01-07 20:36:07','2026-01-07 20:36:07','8aeb6311-43eb-4798-9ae6-350e63cecfa7'),
(19377,7,7290,NULL,605,3,'2026-01-07 20:36:07','2026-01-07 20:36:07','c13d31d3-bb2c-429b-b1a2-c287120cbe3d'),
(19378,46,7290,NULL,2891,1,'2026-01-07 20:36:07','2026-01-07 20:36:07','9bcd3438-1a2f-499a-99b0-047ebfd74773'),
(19379,46,7290,NULL,3697,2,'2026-01-07 20:36:07','2026-01-07 20:36:07','6e49f728-67ff-4359-bd1b-7df04e5c54c1'),
(19381,22,1569,NULL,7291,1,'2026-01-07 20:56:54','2026-01-07 20:56:54','60851ade-45f3-4834-a12e-7ad06e8bf7c6'),
(19382,32,7293,NULL,2614,1,'2026-01-07 20:56:54','2026-01-07 20:56:54','c0f27220-c897-43ce-9bfb-6572eab821d6'),
(19383,32,7293,NULL,2610,2,'2026-01-07 20:56:54','2026-01-07 20:56:54','148b51a1-e290-4618-aff9-2475c2cc3067'),
(19384,32,7293,NULL,2598,3,'2026-01-07 20:56:54','2026-01-07 20:56:54','647b6db3-5efe-4635-a353-d3712ed481aa'),
(19385,32,7293,NULL,2600,4,'2026-01-07 20:56:54','2026-01-07 20:56:54','ea9d1afe-9188-4f98-9fe5-c05b81caeb5d'),
(19386,32,7293,NULL,2596,5,'2026-01-07 20:56:54','2026-01-07 20:56:54','f24701c4-8639-42b0-87bb-46cf483f7a63'),
(19387,32,7293,NULL,2602,6,'2026-01-07 20:56:54','2026-01-07 20:56:54','7a7283bc-91a4-4ab6-ba57-a47abc95bc87'),
(19388,32,7293,NULL,2612,7,'2026-01-07 20:56:54','2026-01-07 20:56:54','e47d4e1a-6c83-43bc-bf61-533782c55eea'),
(19389,32,7293,NULL,2604,8,'2026-01-07 20:56:54','2026-01-07 20:56:54','b2862516-e12f-4345-885c-31033321818b'),
(19390,16,7293,NULL,3623,1,'2026-01-07 20:56:54','2026-01-07 20:56:54','b1517cda-f83d-4c26-854b-6370c927b579'),
(19391,7,7293,NULL,601,1,'2026-01-07 20:56:54','2026-01-07 20:56:54','35886739-000f-4522-b53b-c77829db8e93'),
(19392,7,7293,NULL,617,2,'2026-01-07 20:56:54','2026-01-07 20:56:54','f35f8d54-c910-43e4-b8d0-0daedb09d56c'),
(19393,7,7293,NULL,605,3,'2026-01-07 20:56:54','2026-01-07 20:56:54','12fe03d9-dfde-4036-8e01-c0d84dbcc6f4'),
(19394,57,7293,NULL,5105,1,'2026-01-07 20:56:54','2026-01-07 20:56:54','bb79fd97-674f-4844-b1d6-7bfea4f555ef'),
(19395,57,7293,NULL,5106,2,'2026-01-07 20:56:54','2026-01-07 20:56:54','1ec504bf-8d45-4b25-b066-235c0af699fb'),
(19396,57,7293,NULL,5107,3,'2026-01-07 20:56:54','2026-01-07 20:56:54','75ab17d6-94d3-4ab8-993b-e86e6714613c'),
(19397,57,7293,NULL,5108,4,'2026-01-07 20:56:54','2026-01-07 20:56:54','d44028e8-5ca1-460f-bd02-37ed7552411a'),
(19398,57,7293,NULL,5109,5,'2026-01-07 20:56:54','2026-01-07 20:56:54','863c806f-2273-474a-a613-89c89955d730'),
(19399,57,7293,NULL,5110,6,'2026-01-07 20:56:54','2026-01-07 20:56:54','02716057-bacf-45de-b0af-d3a008c2a2df'),
(19400,57,7293,NULL,5111,7,'2026-01-07 20:56:54','2026-01-07 20:56:54','5e23ee3c-f918-498c-853e-4a93e4462867'),
(19401,57,7293,NULL,5112,8,'2026-01-07 20:56:54','2026-01-07 20:56:54','4bda06e2-b1f8-4352-a8a0-2d0a9502a4ae'),
(19402,22,7294,NULL,7291,1,'2026-01-07 20:56:54','2026-01-07 20:56:54','1a6a86f1-0f9c-4afb-a6b7-d5694a76ec0a'),
(19423,32,7296,NULL,2614,1,'2026-01-07 21:01:38','2026-01-07 21:01:38','2c6c8595-4891-4ee6-8bf9-8b2069804002'),
(19424,32,7296,NULL,2610,2,'2026-01-07 21:01:38','2026-01-07 21:01:38','7099b82d-7f73-4dcd-b32b-a310afdaaf64'),
(19425,32,7296,NULL,2598,3,'2026-01-07 21:01:38','2026-01-07 21:01:38','c2f8ab0f-36f5-482f-8039-ebe6dafe40e3'),
(19426,32,7296,NULL,2600,4,'2026-01-07 21:01:38','2026-01-07 21:01:38','bf3d66c9-74c1-476b-bba3-a421a54124b3'),
(19427,32,7296,NULL,2596,5,'2026-01-07 21:01:38','2026-01-07 21:01:38','7596dff2-3528-4748-8d8d-d815a73a61b4'),
(19428,32,7296,NULL,2602,6,'2026-01-07 21:01:38','2026-01-07 21:01:38','625185af-f678-484b-b6cd-a69444256a4c'),
(19429,32,7296,NULL,2612,7,'2026-01-07 21:01:38','2026-01-07 21:01:38','7277c446-3697-4a38-b257-c6d5eae27d7b'),
(19430,32,7296,NULL,2604,8,'2026-01-07 21:01:38','2026-01-07 21:01:38','c935c959-f409-466e-852e-722d364d382a'),
(19431,16,7296,NULL,3623,1,'2026-01-07 21:01:38','2026-01-07 21:01:38','ce91f12c-0869-48b5-bbd3-e0a7272fe831'),
(19432,7,7296,NULL,601,1,'2026-01-07 21:01:38','2026-01-07 21:01:38','67c4e836-28f3-4364-992a-7b9e532c6638'),
(19433,7,7296,NULL,617,2,'2026-01-07 21:01:38','2026-01-07 21:01:38','b2b8a1e9-ee0f-47fc-80a0-e47250c79405'),
(19434,7,7296,NULL,605,3,'2026-01-07 21:01:38','2026-01-07 21:01:38','3055b875-21cb-4082-9e65-57cefe4e59bd'),
(19435,57,7296,NULL,5105,1,'2026-01-07 21:01:38','2026-01-07 21:01:38','2f940242-316e-4a95-92f3-e02c09faf314'),
(19436,57,7296,NULL,5106,2,'2026-01-07 21:01:38','2026-01-07 21:01:38','ac1741d1-eba0-4bb2-802e-64941003677a'),
(19437,57,7296,NULL,5107,3,'2026-01-07 21:01:38','2026-01-07 21:01:38','f20f5765-1015-4ea9-ac13-f915374d5260'),
(19438,57,7296,NULL,5108,4,'2026-01-07 21:01:38','2026-01-07 21:01:38','0217ba9f-884f-4f64-b992-304220ba2b39'),
(19439,57,7296,NULL,5109,5,'2026-01-07 21:01:38','2026-01-07 21:01:38','ccafe4ad-65a6-43de-b0d6-bac057de9113'),
(19440,57,7296,NULL,5110,6,'2026-01-07 21:01:38','2026-01-07 21:01:38','2703da32-da40-4ab3-8f48-d17fe11dfef5'),
(19441,57,7296,NULL,5111,7,'2026-01-07 21:01:38','2026-01-07 21:01:38','59767765-02e9-4561-940b-a6b3b17d700f'),
(19442,57,7296,NULL,5112,8,'2026-01-07 21:01:38','2026-01-07 21:01:38','b8a5310a-f88f-4778-b1d1-1339973526f1'),
(19448,13,7301,NULL,6922,1,'2026-01-07 21:05:26','2026-01-07 21:05:26','d58c0912-434f-42b5-8920-30965ad812df'),
(19449,22,7302,NULL,7299,1,'2026-01-07 21:05:26','2026-01-07 21:05:26','e6a44626-48a0-4e44-b8eb-55d89a420d15'),
(19451,13,7304,NULL,6922,1,'2026-01-07 21:05:52','2026-01-07 21:05:52','5aa24dc3-cf1a-4634-9981-1686bb1a3ed3'),
(19454,32,7308,NULL,2614,1,'2026-01-07 21:22:50','2026-01-07 21:22:50','4cb6ea3e-e722-4299-b025-7c77b38a970c'),
(19455,32,7308,NULL,2610,2,'2026-01-07 21:22:50','2026-01-07 21:22:50','c5ccd8f8-6f37-4db3-a471-cffde83bd707'),
(19456,32,7308,NULL,2598,3,'2026-01-07 21:22:50','2026-01-07 21:22:50','c69fba1a-321d-4fe5-8ebf-02492c752f67'),
(19457,32,7308,NULL,2608,4,'2026-01-07 21:22:50','2026-01-07 21:22:50','aa4010d6-ab93-47eb-8426-9c1797138549'),
(19458,32,7308,NULL,2600,5,'2026-01-07 21:22:50','2026-01-07 21:22:50','c2026ec1-e0dd-430b-a61c-5bef76419101'),
(19459,32,7308,NULL,2596,6,'2026-01-07 21:22:50','2026-01-07 21:22:50','b203db08-d686-4492-aea8-88e08a1743e2'),
(19460,32,7308,NULL,2602,7,'2026-01-07 21:22:50','2026-01-07 21:22:50','42cd9ceb-08c9-438d-b78b-a70843e83eaf'),
(19461,32,7308,NULL,2604,8,'2026-01-07 21:22:50','2026-01-07 21:22:50','abba7918-9f22-44b7-a0d1-d9f09b85175d'),
(19462,16,7308,NULL,3158,1,'2026-01-07 21:22:50','2026-01-07 21:22:50','013845b5-ea61-492c-befa-afe378319261'),
(19463,7,7308,NULL,2969,1,'2026-01-07 21:22:50','2026-01-07 21:22:50','2bf10b9d-6ce9-4b41-be76-66311d738425'),
(19464,7,7308,NULL,2974,2,'2026-01-07 21:22:50','2026-01-07 21:22:50','757a817e-e47c-4318-a01e-6e34dc9af1b4'),
(19465,7,7308,NULL,617,3,'2026-01-07 21:22:50','2026-01-07 21:22:50','b976cc1d-3f4c-43e3-ae57-6c26f9b9ab84'),
(19466,7,7308,NULL,605,4,'2026-01-07 21:22:50','2026-01-07 21:22:50','790aabff-5e3b-4f8c-904b-9fd495eadf47'),
(19467,22,7309,NULL,7307,1,'2026-01-07 21:22:50','2026-01-07 21:22:50','7263bb9a-e8f4-41f8-9714-3e369fead509'),
(19469,22,1549,NULL,7310,1,'2026-01-07 21:25:15','2026-01-07 21:25:15','34da0b58-aa2d-45a9-8a93-aea037fa2060'),
(19470,32,7312,NULL,2610,1,'2026-01-07 21:25:15','2026-01-07 21:25:15','8ec11a93-0ff8-4081-91ba-ae564bdd38e4'),
(19471,32,7312,NULL,2598,2,'2026-01-07 21:25:15','2026-01-07 21:25:15','fb6bce3d-d2bb-417f-9eaf-3af65d48ded4'),
(19472,32,7312,NULL,2608,3,'2026-01-07 21:25:15','2026-01-07 21:25:15','2c3f80a3-4f73-44cb-872f-9af75ad1c700'),
(19473,32,7312,NULL,2600,4,'2026-01-07 21:25:15','2026-01-07 21:25:15','ce73a661-2711-4d0e-b6e9-86c180ec049e'),
(19474,32,7312,NULL,2596,5,'2026-01-07 21:25:15','2026-01-07 21:25:15','06c584d6-044c-43fb-aa75-2d45c5322ee8'),
(19475,32,7312,NULL,2602,6,'2026-01-07 21:25:15','2026-01-07 21:25:15','a24514db-672a-4627-a30b-5e32cbfe7fb9'),
(19476,32,7312,NULL,2604,7,'2026-01-07 21:25:15','2026-01-07 21:25:15','95cd8cc1-eb36-4259-8adc-568d375806dc'),
(19477,16,7312,NULL,3530,1,'2026-01-07 21:25:15','2026-01-07 21:25:15','eb3d5d71-f7a1-46c6-847d-cc5741e13105'),
(19478,7,7312,NULL,2969,1,'2026-01-07 21:25:15','2026-01-07 21:25:15','5a2c9c82-6ff2-4546-b770-8c3c217a15a3'),
(19480,7,7312,NULL,2974,3,'2026-01-07 21:25:15','2026-01-07 21:25:15','f7ad92d0-bac0-4f72-bb80-0e9a74e3b326'),
(19481,7,7312,NULL,617,4,'2026-01-07 21:25:15','2026-01-07 21:25:15','f875d360-452e-4610-b681-7d6a19f7c928'),
(19482,7,7312,NULL,605,5,'2026-01-07 21:25:15','2026-01-07 21:25:15','bf196b7c-268e-49ed-bf08-df8030784b3f'),
(19483,22,7313,NULL,7310,1,'2026-01-07 21:25:15','2026-01-07 21:25:15','403a14b6-7857-4691-b23c-77a7be1c74f0'),
(19486,32,7316,NULL,2610,1,'2026-01-07 21:36:47','2026-01-07 21:36:47','c73d62a1-6365-474a-82b1-085270e02176'),
(19487,32,7316,NULL,2598,2,'2026-01-07 21:36:47','2026-01-07 21:36:47','c93c38c7-409b-4749-9cdb-32f06cfc55e2'),
(19488,32,7316,NULL,2600,3,'2026-01-07 21:36:47','2026-01-07 21:36:47','93fcbe7a-9347-469c-9d86-af6850f3baeb'),
(19489,32,7316,NULL,2596,4,'2026-01-07 21:36:47','2026-01-07 21:36:47','0633b796-7d1e-4b6e-8205-406d38d31103'),
(19490,32,7316,NULL,2602,5,'2026-01-07 21:36:47','2026-01-07 21:36:47','b5a1b647-64da-4963-b8b0-bce3f4c3c93c'),
(19491,32,7316,NULL,2604,6,'2026-01-07 21:36:47','2026-01-07 21:36:47','67431f34-e189-4b6b-baf5-95b2d6e4ff12'),
(19492,16,7316,NULL,5253,1,'2026-01-07 21:36:47','2026-01-07 21:36:47','75a56886-88e4-4674-8705-7c6a9fe1ad3f'),
(19493,7,7316,NULL,601,1,'2026-01-07 21:36:47','2026-01-07 21:36:47','f8441a49-b314-4b75-b55f-d58f198e8ecb'),
(19495,7,7316,NULL,617,3,'2026-01-07 21:36:47','2026-01-07 21:36:47','3cadc60d-519b-409a-a0f4-15aa2b518057'),
(19496,7,7316,NULL,605,4,'2026-01-07 21:36:47','2026-01-07 21:36:47','1c8be84a-6686-4ddc-8bb2-46a726f22d53'),
(19497,57,7316,NULL,5254,1,'2026-01-07 21:36:47','2026-01-07 21:36:47','01831fc0-dfba-4f32-8e25-3445f917f67f'),
(19498,57,7316,NULL,5255,2,'2026-01-07 21:36:47','2026-01-07 21:36:47','2eff7750-9350-4544-8aef-f1823504828d'),
(19499,57,7316,NULL,5256,3,'2026-01-07 21:36:47','2026-01-07 21:36:47','d9b189c4-dc64-494b-a4aa-4281be107d5e'),
(19500,57,7316,NULL,5257,4,'2026-01-07 21:36:47','2026-01-07 21:36:47','53b355d0-3303-4e8f-82bf-c2d14094295f'),
(19501,57,7316,NULL,5258,5,'2026-01-07 21:36:47','2026-01-07 21:36:47','487cba1a-0ecd-4da8-9f26-845dd02ea6b4'),
(19502,22,7317,NULL,7314,1,'2026-01-07 21:36:47','2026-01-07 21:36:47','239c1e96-83b3-4d87-a610-e46dd4061e86'),
(19519,32,7319,NULL,2610,1,'2026-01-07 21:37:04','2026-01-07 21:37:04','eb959e19-27ba-4e73-b667-5ac06ef503ee'),
(19520,32,7319,NULL,2598,2,'2026-01-07 21:37:04','2026-01-07 21:37:04','5c29d327-2289-4bf2-87cd-65dd8b9739bf'),
(19521,32,7319,NULL,2600,3,'2026-01-07 21:37:04','2026-01-07 21:37:04','b3851dda-05ab-4cbb-b012-5af297de88b7'),
(19522,32,7319,NULL,2596,4,'2026-01-07 21:37:04','2026-01-07 21:37:04','08ca122b-0bbd-4783-84a8-3de78a89e1de'),
(19523,32,7319,NULL,2602,5,'2026-01-07 21:37:04','2026-01-07 21:37:04','bbfefd46-3bfd-481f-ba99-a24b91602d9a'),
(19524,32,7319,NULL,2604,6,'2026-01-07 21:37:04','2026-01-07 21:37:04','b30b021f-94aa-4479-8272-70846a241c5e'),
(19525,16,7319,NULL,5253,1,'2026-01-07 21:37:04','2026-01-07 21:37:04','40bd0f04-f469-4f82-88a3-84c249492f66'),
(19526,7,7319,NULL,601,1,'2026-01-07 21:37:04','2026-01-07 21:37:04','ea72a498-19df-49c7-8514-25daf32a55b1'),
(19528,7,7319,NULL,617,3,'2026-01-07 21:37:04','2026-01-07 21:37:04','bf27b262-e5ef-4664-8fa0-90197bc30319'),
(19529,7,7319,NULL,605,4,'2026-01-07 21:37:04','2026-01-07 21:37:04','3d7344c1-0bc7-4272-876a-4bb04d490445'),
(19530,57,7319,NULL,5254,1,'2026-01-07 21:37:04','2026-01-07 21:37:04','8f6f4673-8901-4687-a49d-4f9a36baed09'),
(19531,57,7319,NULL,5255,2,'2026-01-07 21:37:04','2026-01-07 21:37:04','86799f64-ddbe-4a17-8cbf-0406ea66ee60'),
(19532,57,7319,NULL,5256,3,'2026-01-07 21:37:04','2026-01-07 21:37:04','7961253a-775b-4c40-a536-f7319dfb3db9'),
(19533,57,7319,NULL,5257,4,'2026-01-07 21:37:04','2026-01-07 21:37:04','ee52c9d1-c044-4d86-a2ff-36f84d92704a'),
(19534,57,7319,NULL,5258,5,'2026-01-07 21:37:04','2026-01-07 21:37:04','cbe47094-518a-482d-8afc-f9c894a63fe0'),
(19536,22,1574,NULL,7320,1,'2026-01-07 21:52:44','2026-01-07 21:52:44','21f6963a-2af3-4b0c-bf3d-3dbae6b6ef87'),
(19537,32,7322,NULL,2610,1,'2026-01-07 21:52:44','2026-01-07 21:52:44','db35b52a-0789-4762-abdd-aff03b79b4ab'),
(19538,32,7322,NULL,2598,2,'2026-01-07 21:52:44','2026-01-07 21:52:44','b6cda63d-c4eb-49ff-8d8b-9ec9af5254e2'),
(19539,32,7322,NULL,2608,3,'2026-01-07 21:52:44','2026-01-07 21:52:44','7a3d641b-8417-40d8-b8ed-4539c5422814'),
(19540,32,7322,NULL,2600,4,'2026-01-07 21:52:44','2026-01-07 21:52:44','dbdb0df5-3d2d-45a2-9007-085f14dd38c3'),
(19541,32,7322,NULL,2596,5,'2026-01-07 21:52:44','2026-01-07 21:52:44','3e799f55-7078-4c80-ab14-0bf23262e368'),
(19542,32,7322,NULL,2602,6,'2026-01-07 21:52:44','2026-01-07 21:52:44','51f54eb3-1955-4302-9cd3-dabce3bed867'),
(19543,32,7322,NULL,2604,7,'2026-01-07 21:52:44','2026-01-07 21:52:44','2e792e78-6163-4273-9cb1-6508f9fdbaa9'),
(19546,7,7322,NULL,2974,3,'2026-01-07 21:52:44','2026-01-07 21:52:44','56fc7bb1-690c-4a91-b3d5-4340c37b5b37'),
(19547,7,7322,NULL,617,4,'2026-01-07 21:52:44','2026-01-07 21:52:44','f6037497-8faa-4037-bb52-1b0b367e760f'),
(19548,7,7322,NULL,605,5,'2026-01-07 21:52:44','2026-01-07 21:52:44','ae1b85d3-cc5a-44cc-8fec-4972e0aff91c'),
(19549,57,7322,NULL,5095,1,'2026-01-07 21:52:44','2026-01-07 21:52:44','3d262586-93d5-49b7-b8ec-b42dc83a0b94'),
(19550,57,7322,NULL,5096,2,'2026-01-07 21:52:44','2026-01-07 21:52:44','f9b60997-51ab-44b0-823e-699b63415565'),
(19551,57,7322,NULL,5097,3,'2026-01-07 21:52:44','2026-01-07 21:52:44','af51fc33-4ab3-4e3e-a1c0-fa0ed810c689'),
(19552,57,7322,NULL,5098,4,'2026-01-07 21:52:44','2026-01-07 21:52:44','4d9846fd-087d-4fc4-b4e8-1a335406b3ee'),
(19553,22,7323,NULL,7320,1,'2026-01-07 21:52:44','2026-01-07 21:52:44','43095983-9a6b-4028-9f0a-1fa213407e8c'),
(19555,22,1621,NULL,7324,1,'2026-01-07 21:53:07','2026-01-07 21:53:07','4557c038-205c-426b-9ab6-b0a9d2d12e4c'),
(19556,32,7326,NULL,2610,1,'2026-01-07 21:53:07','2026-01-07 21:53:07','28935731-dd8e-4dfd-aa18-2f6c1328ee12'),
(19557,32,7326,NULL,2598,2,'2026-01-07 21:53:07','2026-01-07 21:53:07','340f2e4c-e0c4-4dde-9682-7e49db7a3ff1'),
(19558,32,7326,NULL,2600,3,'2026-01-07 21:53:07','2026-01-07 21:53:07','60f52560-85e9-46bb-a421-2e560b1a43da'),
(19559,32,7326,NULL,2606,4,'2026-01-07 21:53:07','2026-01-07 21:53:07','d8403809-672b-4b57-a9f5-c67136106dc4'),
(19560,32,7326,NULL,2604,5,'2026-01-07 21:53:07','2026-01-07 21:53:07','3d507adf-e324-4087-a30c-586d2bcf5d81'),
(19561,16,7326,NULL,3927,1,'2026-01-07 21:53:07','2026-01-07 21:53:07','9adbc467-5648-41bf-bbd6-2bc34484b525'),
(19562,7,7326,NULL,601,1,'2026-01-07 21:53:07','2026-01-07 21:53:07','c449b3fe-0ec8-49d3-8224-8216c6fdc915'),
(19563,7,7326,NULL,3468,2,'2026-01-07 21:53:07','2026-01-07 21:53:07','34fe98c8-2dff-478e-9532-906b8fd85844'),
(19564,7,7326,NULL,617,3,'2026-01-07 21:53:07','2026-01-07 21:53:07','7f3de46f-0cf7-4748-b721-20bf61f990ce'),
(19565,7,7326,NULL,605,4,'2026-01-07 21:53:07','2026-01-07 21:53:07','059a59cd-c414-434c-8394-6db284f23f41'),
(19567,22,7327,NULL,7324,1,'2026-01-07 21:53:07','2026-01-07 21:53:07','92b1d393-93d1-433d-b1e7-1e3ce8dc28d9'),
(19569,22,1643,NULL,7328,1,'2026-01-07 21:58:05','2026-01-07 21:58:05','9698cf87-ba99-424e-b7f5-c68771fb1533'),
(19570,32,7330,NULL,2610,1,'2026-01-07 21:58:05','2026-01-07 21:58:05','e8c62582-573a-41b4-a27c-dbcd19eed05b'),
(19571,32,7330,NULL,2598,2,'2026-01-07 21:58:05','2026-01-07 21:58:05','0e81aae7-0ca6-416f-af49-be2fbb4bd0c7'),
(19572,32,7330,NULL,2600,3,'2026-01-07 21:58:05','2026-01-07 21:58:05','c8103b44-2bcc-4132-9a0b-4955d1dcce9a'),
(19573,32,7330,NULL,2602,4,'2026-01-07 21:58:05','2026-01-07 21:58:05','7053b37e-3e25-4bb8-aa07-6fe935858746'),
(19574,32,7330,NULL,2604,5,'2026-01-07 21:58:05','2026-01-07 21:58:05','a6e47866-1919-4ee4-8b23-942f77d4b278'),
(19575,16,7330,NULL,4080,1,'2026-01-07 21:58:05','2026-01-07 21:58:05','5356b4b5-1763-4cdd-ad60-0186e92d5fb0'),
(19576,7,7330,NULL,601,1,'2026-01-07 21:58:05','2026-01-07 21:58:05','e6c42e15-08fa-4b99-a845-c4fe369bb11e'),
(19577,7,7330,NULL,3468,2,'2026-01-07 21:58:05','2026-01-07 21:58:05','59558608-6184-4cd8-a81c-d2f5a137d970'),
(19579,7,7330,NULL,2972,4,'2026-01-07 21:58:05','2026-01-07 21:58:05','c6bf3413-1ef4-47bf-ad04-2c95e667aa32'),
(19580,7,7330,NULL,2974,5,'2026-01-07 21:58:05','2026-01-07 21:58:05','8044f25e-c828-4186-aa1b-b047e4452d91'),
(19581,7,7330,NULL,617,6,'2026-01-07 21:58:05','2026-01-07 21:58:05','62a9bbfb-da5b-4372-b23f-4b60d8285ff4'),
(19582,7,7330,NULL,605,7,'2026-01-07 21:58:05','2026-01-07 21:58:05','59719667-6515-48f3-8097-4192e80f7436'),
(19583,57,7330,NULL,5067,1,'2026-01-07 21:58:05','2026-01-07 21:58:05','9b63d410-7b99-4c0e-a5de-0ba38374dc00'),
(19584,57,7330,NULL,5068,2,'2026-01-07 21:58:05','2026-01-07 21:58:05','3de00867-f4eb-48fa-ae41-d81cfbe4bc18'),
(19585,57,7330,NULL,5069,3,'2026-01-07 21:58:05','2026-01-07 21:58:05','76a6c9e6-59b6-4fd4-aa33-c5440d69f532'),
(19587,22,7331,NULL,7328,1,'2026-01-07 21:58:05','2026-01-07 21:58:05','42cb7a65-9144-48ff-808d-380c11f5429a'),
(19589,32,7341,NULL,2610,1,'2026-01-08 15:06:15','2026-01-08 15:06:15','0600cc41-37ce-41c9-843e-8a3a85d6bb4c'),
(19590,32,7341,NULL,2598,2,'2026-01-08 15:06:15','2026-01-08 15:06:15','be1db107-08a5-41ec-8f04-a73399c94990'),
(19591,32,7341,NULL,2600,3,'2026-01-08 15:06:15','2026-01-08 15:06:15','0459d41c-614b-435a-9a28-8c8fd86df421'),
(19592,32,7341,NULL,2604,4,'2026-01-08 15:06:15','2026-01-08 15:06:15','7c0fdf8d-a906-40fb-81c7-9fab03b15b46'),
(19593,16,7341,NULL,3374,1,'2026-01-08 15:06:15','2026-01-08 15:06:15','87cbe987-208f-4536-a3d4-8211c945292d'),
(19594,7,7341,NULL,2969,1,'2026-01-08 15:06:15','2026-01-08 15:06:15','46c93044-57b8-41d5-b0a6-7138448b328b'),
(19596,7,7341,NULL,617,3,'2026-01-08 15:06:15','2026-01-08 15:06:15','4e1ff29a-136b-4fe0-b010-6e6aae2080b7'),
(19597,7,7341,NULL,605,4,'2026-01-08 15:06:15','2026-01-08 15:06:15','084314f1-1f0e-4265-a964-2094caf3477f'),
(19598,57,7341,NULL,3362,1,'2026-01-08 15:06:15','2026-01-08 15:06:15','dd305b96-b37f-4e33-9f4e-27005e931b6f'),
(19599,57,7341,NULL,3363,2,'2026-01-08 15:06:15','2026-01-08 15:06:15','49d0bd44-a7d2-48da-ab09-73f05a9aac46'),
(19600,57,7341,NULL,3364,3,'2026-01-08 15:06:15','2026-01-08 15:06:15','c5dff68d-e986-40d0-b5cc-b6bbd18c0cb2'),
(19601,57,7341,NULL,3365,4,'2026-01-08 15:06:15','2026-01-08 15:06:15','8c8bbcdd-865d-424e-b017-b7053bf418da'),
(19602,57,7341,NULL,3366,5,'2026-01-08 15:06:15','2026-01-08 15:06:15','15457301-e07e-4171-8371-67d05b55f7f5'),
(19603,57,7341,NULL,3367,6,'2026-01-08 15:06:15','2026-01-08 15:06:15','41ab989e-2197-483b-8310-25b52046f742'),
(19604,57,7341,NULL,3368,7,'2026-01-08 15:06:15','2026-01-08 15:06:15','c66ad711-19c1-40dd-808d-a9cc33b8a311'),
(19605,57,7341,NULL,3369,8,'2026-01-08 15:06:15','2026-01-08 15:06:15','b0bdf31c-1fbf-474b-b924-49aecfa96395'),
(19606,57,7341,NULL,3370,9,'2026-01-08 15:06:15','2026-01-08 15:06:15','810d943f-e9d1-4d45-b57f-120ca829bebe'),
(19607,57,7341,NULL,3371,10,'2026-01-08 15:06:15','2026-01-08 15:06:15','51a8b45c-b7bd-4160-8638-bf47888580e7'),
(19608,57,7341,NULL,3372,11,'2026-01-08 15:06:15','2026-01-08 15:06:15','d7dcb281-b834-4083-8614-d354b12085ba'),
(19609,57,7341,NULL,3373,12,'2026-01-08 15:06:15','2026-01-08 15:06:15','c0dd09f1-2ea5-4e07-be88-d64cdf6348bf'),
(19610,57,7341,NULL,3374,13,'2026-01-08 15:06:15','2026-01-08 15:06:15','0e7ff381-f37b-495d-b5cc-f553dfd3da5f'),
(19611,72,7341,NULL,548,1,'2026-01-08 15:06:15','2026-01-08 15:06:15','9ce30de2-663d-44ad-8593-399eecbd8e34'),
(19635,32,7346,NULL,2610,1,'2026-01-08 15:06:20','2026-01-08 15:06:20','7dc7a268-7638-40df-a4eb-39baad1e866e'),
(19636,32,7346,NULL,2598,2,'2026-01-08 15:06:20','2026-01-08 15:06:20','3b9fd84b-fb9f-41cd-9bd7-c5a8d80e5e66'),
(19637,32,7346,NULL,2600,3,'2026-01-08 15:06:20','2026-01-08 15:06:20','69f829f0-eeab-4455-b0e3-805f4f0bdd00'),
(19638,32,7346,NULL,2604,4,'2026-01-08 15:06:20','2026-01-08 15:06:20','fc9645a7-d711-44c4-84fd-b8adc4c65f35'),
(19639,16,7346,NULL,3374,1,'2026-01-08 15:06:20','2026-01-08 15:06:20','9b3324ff-12ab-4b41-8cd2-01bcb5cc5fcc'),
(19640,7,7346,NULL,2969,1,'2026-01-08 15:06:20','2026-01-08 15:06:20','5ed9d4fe-7814-45f0-b729-07f108837abb'),
(19642,7,7346,NULL,617,3,'2026-01-08 15:06:20','2026-01-08 15:06:20','971b2cfa-f281-4244-9def-705bab509732'),
(19643,7,7346,NULL,605,4,'2026-01-08 15:06:20','2026-01-08 15:06:20','35ba12cd-bd9a-4d1a-aed3-91a53d00ccc6'),
(19644,57,7346,NULL,3362,1,'2026-01-08 15:06:20','2026-01-08 15:06:20','8979228c-44f1-4f06-ac35-d50fa60cd1b4'),
(19645,57,7346,NULL,3363,2,'2026-01-08 15:06:20','2026-01-08 15:06:20','ad2bdc50-9d86-40fa-9e28-7c4a335c238b'),
(19646,57,7346,NULL,3364,3,'2026-01-08 15:06:20','2026-01-08 15:06:20','6770614a-69c9-4494-b12b-a334d3f219f6'),
(19647,57,7346,NULL,3365,4,'2026-01-08 15:06:20','2026-01-08 15:06:20','6d4e46cc-acda-4889-82ae-f9a55456b3d0'),
(19648,57,7346,NULL,3366,5,'2026-01-08 15:06:20','2026-01-08 15:06:20','952734db-1a90-4baf-97bd-0283f4fc2a14'),
(19649,57,7346,NULL,3367,6,'2026-01-08 15:06:20','2026-01-08 15:06:20','f147ce8b-167c-4890-b279-a5e6cfa94ac7'),
(19650,57,7346,NULL,3368,7,'2026-01-08 15:06:20','2026-01-08 15:06:20','e136ce0a-3931-4ba0-b054-4a13ec27e362'),
(19651,57,7346,NULL,3369,8,'2026-01-08 15:06:20','2026-01-08 15:06:20','3199db62-5e15-42a8-9fb5-a7aa71a6ef30'),
(19652,57,7346,NULL,3370,9,'2026-01-08 15:06:20','2026-01-08 15:06:20','590381a8-2315-4443-9fdc-126368598c31'),
(19653,57,7346,NULL,3371,10,'2026-01-08 15:06:20','2026-01-08 15:06:20','99bd3bd1-cb38-4cec-b430-904d7c7bd749'),
(19654,57,7346,NULL,3372,11,'2026-01-08 15:06:20','2026-01-08 15:06:20','8528b38c-3f69-4fbc-9f33-2660c473aa4f'),
(19655,57,7346,NULL,3373,12,'2026-01-08 15:06:20','2026-01-08 15:06:20','ba842a6f-5932-4f42-926b-153cec652f8a'),
(19656,57,7346,NULL,3374,13,'2026-01-08 15:06:20','2026-01-08 15:06:20','2442fc50-9692-4a02-9170-6722528a01ec'),
(19657,72,7346,NULL,548,1,'2026-01-08 15:06:20','2026-01-08 15:06:20','03bd0788-d12d-48f0-aefa-6dcb70949b27'),
(19681,32,7349,NULL,2610,1,'2026-01-08 15:08:20','2026-01-08 15:08:20','ef8f01d8-cc84-4dc0-aa4f-341f972d25c2'),
(19682,32,7349,NULL,2598,2,'2026-01-08 15:08:20','2026-01-08 15:08:20','3d148693-c562-4f4d-8d22-76f58e47ca16'),
(19683,32,7349,NULL,2600,3,'2026-01-08 15:08:20','2026-01-08 15:08:20','6fa621df-3d02-46e7-9d29-6bc81483d8ff'),
(19684,32,7349,NULL,2604,4,'2026-01-08 15:08:20','2026-01-08 15:08:20','c678720e-e8c6-4aa4-8a7a-a3de2fa47185'),
(19685,16,7349,NULL,3374,1,'2026-01-08 15:08:20','2026-01-08 15:08:20','9dbc27c2-c146-428b-85e6-44adb5588d10'),
(19686,7,7349,NULL,2969,1,'2026-01-08 15:08:20','2026-01-08 15:08:20','a0077c19-8f42-4722-80dd-4aec02742e1e'),
(19688,7,7349,NULL,617,3,'2026-01-08 15:08:20','2026-01-08 15:08:20','9db1f373-5ba3-41ca-9f29-9d2b860e8797'),
(19689,7,7349,NULL,605,4,'2026-01-08 15:08:20','2026-01-08 15:08:20','f03cf4bb-e7dc-40ab-ae62-1feecd62939e'),
(19690,57,7349,NULL,3362,1,'2026-01-08 15:08:20','2026-01-08 15:08:20','707e016d-cb9c-41e7-a8ca-33dc71860e46'),
(19691,57,7349,NULL,3363,2,'2026-01-08 15:08:20','2026-01-08 15:08:20','d7a211f6-6bb9-4f5e-b989-9e5561723227'),
(19692,57,7349,NULL,3364,3,'2026-01-08 15:08:20','2026-01-08 15:08:20','5831e50b-b972-4c94-a70c-02abfeb1ffc9'),
(19693,57,7349,NULL,3365,4,'2026-01-08 15:08:20','2026-01-08 15:08:20','eea499d4-3f86-41b6-8894-397315dd46fe'),
(19694,57,7349,NULL,3366,5,'2026-01-08 15:08:20','2026-01-08 15:08:20','ce994fb8-b8a7-40b1-a495-5eeafe6a9946'),
(19695,57,7349,NULL,3367,6,'2026-01-08 15:08:20','2026-01-08 15:08:20','5f40c398-def3-4ee8-a9f4-15041f5467ee'),
(19696,57,7349,NULL,3368,7,'2026-01-08 15:08:20','2026-01-08 15:08:20','c37fa21d-fe2e-40c9-b1b4-d33b04e43b6f'),
(19697,57,7349,NULL,3369,8,'2026-01-08 15:08:20','2026-01-08 15:08:20','1ef624ef-036b-4600-9ec4-f128b2402a81'),
(19698,57,7349,NULL,3370,9,'2026-01-08 15:08:20','2026-01-08 15:08:20','7d3dd635-ef9a-4d9f-a339-8bb5dc5bbb43'),
(19699,57,7349,NULL,3371,10,'2026-01-08 15:08:20','2026-01-08 15:08:20','096bf664-68e0-4e06-9297-c318cb314715'),
(19700,57,7349,NULL,3372,11,'2026-01-08 15:08:20','2026-01-08 15:08:20','5cb4baa0-91f2-4e1c-b8d1-dc420736a3fc'),
(19701,57,7349,NULL,3373,12,'2026-01-08 15:08:20','2026-01-08 15:08:20','78954f6a-6a3d-44d9-9356-8cf76620647b'),
(19702,57,7349,NULL,3374,13,'2026-01-08 15:08:20','2026-01-08 15:08:20','caca23c4-b2b3-4e75-8642-382133e0b242'),
(19703,72,7349,NULL,548,1,'2026-01-08 15:08:20','2026-01-08 15:08:20','d4087124-1a35-46e4-8c01-933ee42f46e1'),
(19728,32,7353,NULL,2610,1,'2026-01-08 15:17:35','2026-01-08 15:17:35','1b6d1a48-69e4-4e57-ab35-58ff98f6973a'),
(19729,32,7353,NULL,2598,2,'2026-01-08 15:17:35','2026-01-08 15:17:35','81e1120b-3d8b-4d4b-9b11-a6c635818a6d'),
(19730,32,7353,NULL,2608,3,'2026-01-08 15:17:35','2026-01-08 15:17:35','197c82c4-5550-4dbd-941c-e1136273b625'),
(19731,32,7353,NULL,2600,4,'2026-01-08 15:17:35','2026-01-08 15:17:35','24a3764c-83ba-4e79-b750-1cf7a83e9beb'),
(19732,32,7353,NULL,2602,5,'2026-01-08 15:17:35','2026-01-08 15:17:35','2b42c6a3-f0d6-4e7e-a665-05e13d091f87'),
(19733,32,7353,NULL,2612,6,'2026-01-08 15:17:35','2026-01-08 15:17:35','77988fbe-6cda-40a9-b969-e9bc80aced16'),
(19734,32,7353,NULL,2604,7,'2026-01-08 15:17:35','2026-01-08 15:17:35','fb703f35-3750-427f-b10a-52b61bd2ce11'),
(19735,16,7353,NULL,5213,1,'2026-01-08 15:17:35','2026-01-08 15:17:35','6b5e7e21-200a-4deb-82f5-d331feb36a7a'),
(19736,7,7353,NULL,2969,1,'2026-01-08 15:17:35','2026-01-08 15:17:35','3c480e8e-5510-48c2-9326-867d07a18fea'),
(19737,7,7353,NULL,617,2,'2026-01-08 15:17:35','2026-01-08 15:17:35','782ff0d8-7e0c-4a66-86f6-14f6e4d51fc2'),
(19738,7,7353,NULL,605,3,'2026-01-08 15:17:35','2026-01-08 15:17:35','4974d4cb-f779-4e7d-8df7-24d3b20a7d76'),
(19739,57,7353,NULL,5233,1,'2026-01-08 15:17:35','2026-01-08 15:17:35','f4e4cb66-41f8-4c57-99e0-f406e45533c6'),
(19740,57,7353,NULL,5234,2,'2026-01-08 15:17:35','2026-01-08 15:17:35','8d27d9eb-883a-4dc0-9746-2f39b924fae1'),
(19741,57,7353,NULL,5235,3,'2026-01-08 15:17:35','2026-01-08 15:17:35','80cb63e2-2430-470f-9331-d24beb593254'),
(19742,57,7353,NULL,5236,4,'2026-01-08 15:17:35','2026-01-08 15:17:35','8f5302e3-a9bd-4e03-b137-021b62ae38bf'),
(19743,57,7353,NULL,5237,5,'2026-01-08 15:17:35','2026-01-08 15:17:35','953602c5-e26d-498e-80a9-33fec5157510'),
(19744,57,7353,NULL,5238,6,'2026-01-08 15:17:35','2026-01-08 15:17:35','7914f1b8-d514-460b-a7eb-23eee1b5aa59'),
(19745,57,7353,NULL,5239,7,'2026-01-08 15:17:35','2026-01-08 15:17:35','ab95a924-c994-407b-9e16-dd515fa956a6'),
(19748,22,1870,NULL,7356,1,'2026-01-08 16:18:09','2026-01-08 16:18:09','a943c344-0ab7-4480-a940-d4953c3aab5f'),
(19749,22,1871,NULL,7359,1,'2026-01-08 16:18:09','2026-01-08 16:18:09','0650c8ce-2f5f-46b2-ac09-ab5f40dfada8'),
(19750,22,7361,NULL,7356,1,'2026-01-08 16:18:09','2026-01-08 16:18:09','cb1cefca-2cf7-4136-ada5-36b0a84758cd'),
(19751,22,7362,NULL,7359,1,'2026-01-08 16:18:09','2026-01-08 16:18:09','7e5494de-0e94-44f6-a4f2-aee2565c46d2'),
(19795,22,1715,NULL,7365,1,'2026-01-08 17:57:52','2026-01-08 17:57:52','a93ba5b4-eb26-47ea-a9f8-9d4d241faee7'),
(19796,32,7367,NULL,2610,1,'2026-01-08 17:57:52','2026-01-08 17:57:52','82e8829c-313d-4a9f-8ea4-bfa2c3dfff88'),
(19797,32,7367,NULL,2598,2,'2026-01-08 17:57:52','2026-01-08 17:57:52','780b03f0-045f-4661-9b45-75b1aab04b0f'),
(19798,32,7367,NULL,2624,3,'2026-01-08 17:57:52','2026-01-08 17:57:52','91894d06-df80-4f84-9a3b-4a1aed72276d'),
(19799,32,7367,NULL,2600,4,'2026-01-08 17:57:52','2026-01-08 17:57:52','a3adb23e-35ef-43bc-8fe7-b38230d371e3'),
(19800,32,7367,NULL,2606,5,'2026-01-08 17:57:52','2026-01-08 17:57:52','de18b1bd-5949-405f-b3c4-0033bc99d18d'),
(19801,32,7367,NULL,2604,6,'2026-01-08 17:57:52','2026-01-08 17:57:52','8f343013-dc81-41dd-8b22-fcdc8f3bccc1'),
(19802,16,7367,NULL,4440,1,'2026-01-08 17:57:52','2026-01-08 17:57:52','eeb0ab92-67cd-40b6-ad4e-aa7de2f7352a'),
(19803,7,7367,NULL,617,1,'2026-01-08 17:57:52','2026-01-08 17:57:52','2c8ea16d-11df-4155-8387-d60ad476001e'),
(19804,7,7367,NULL,605,2,'2026-01-08 17:57:52','2026-01-08 17:57:52','8df93305-7e44-480d-a309-21fbc49dbb6f'),
(19805,46,7367,NULL,2891,1,'2026-01-08 17:57:52','2026-01-08 17:57:52','d63d4480-782c-4e7b-b7c4-9f819115f0d7'),
(19807,22,7368,NULL,7365,1,'2026-01-08 17:57:52','2026-01-08 17:57:52','eca3679e-a588-49ea-8f26-3d1a4e12e476'),
(19831,32,7386,NULL,2610,1,'2026-01-09 18:08:44','2026-01-09 18:08:44','96734684-2006-4cd1-8814-0b87d1f17e06'),
(19832,32,7386,NULL,2598,2,'2026-01-09 18:08:44','2026-01-09 18:08:44','57baed9e-f65a-41c3-9686-97d73298a969'),
(19833,32,7386,NULL,2600,3,'2026-01-09 18:08:44','2026-01-09 18:08:44','0d0e611b-274f-445f-b489-d01b2d7f1532'),
(19834,32,7386,NULL,2604,4,'2026-01-09 18:08:44','2026-01-09 18:08:44','a28f9840-9531-4679-ae65-3959e61d3c8c'),
(19835,16,7386,NULL,3374,1,'2026-01-09 18:08:44','2026-01-09 18:08:44','590ca516-c5f1-458e-a635-35d6acd59f8d'),
(19836,7,7386,NULL,2969,1,'2026-01-09 18:08:44','2026-01-09 18:08:44','de63a780-4b61-48e9-bf4e-7eec8777b6e2'),
(19838,7,7386,NULL,617,3,'2026-01-09 18:08:44','2026-01-09 18:08:44','99d78816-09cd-4d6a-ac96-262ee70bcc51'),
(19839,7,7386,NULL,605,4,'2026-01-09 18:08:44','2026-01-09 18:08:44','a4050cee-06c3-4f41-8e94-4d6c26037e0b'),
(19840,57,7386,NULL,3362,1,'2026-01-09 18:08:44','2026-01-09 18:08:44','f74dd668-a68e-4ed1-b03e-9332d9968d9d'),
(19841,57,7386,NULL,3363,2,'2026-01-09 18:08:44','2026-01-09 18:08:44','360276bb-6ed8-4863-92ba-755c2b7e97d9'),
(19842,57,7386,NULL,3364,3,'2026-01-09 18:08:44','2026-01-09 18:08:44','6ed6b949-5dcf-42e3-b5e1-b48fc0428431'),
(19843,57,7386,NULL,3365,4,'2026-01-09 18:08:44','2026-01-09 18:08:44','23f30829-8fea-44f6-8c7d-f21e6ac780e3'),
(19844,57,7386,NULL,3366,5,'2026-01-09 18:08:44','2026-01-09 18:08:44','82f1fe9d-c8a9-4dc1-913a-2f817a375679'),
(19845,57,7386,NULL,3367,6,'2026-01-09 18:08:44','2026-01-09 18:08:44','cde1d353-0afa-48ff-bf46-82108550ad5c'),
(19846,57,7386,NULL,3368,7,'2026-01-09 18:08:44','2026-01-09 18:08:44','6fa22540-5698-454e-bf18-c13f3b6a6e75'),
(19847,57,7386,NULL,3369,8,'2026-01-09 18:08:44','2026-01-09 18:08:44','d3156698-961a-47e5-b81d-a3fd4883ea54'),
(19848,57,7386,NULL,3370,9,'2026-01-09 18:08:44','2026-01-09 18:08:44','c1d6f016-e200-4ea9-ab95-da019e77ab8f'),
(19849,57,7386,NULL,3371,10,'2026-01-09 18:08:44','2026-01-09 18:08:44','785635f1-8e63-4425-901d-05703d2b24e0'),
(19850,57,7386,NULL,3372,11,'2026-01-09 18:08:44','2026-01-09 18:08:44','cab97b9a-6858-45a7-b44f-938cd7b0f357'),
(19851,57,7386,NULL,3373,12,'2026-01-09 18:08:44','2026-01-09 18:08:44','f5b15eac-9b2c-4c7e-a061-f56126f8fc4c'),
(19852,57,7386,NULL,3374,13,'2026-01-09 18:08:44','2026-01-09 18:08:44','77c5044f-07ce-40cf-b5b7-bec495a50b7d'),
(19853,72,7386,NULL,548,1,'2026-01-09 18:08:44','2026-01-09 18:08:44','ffe36ea6-7915-4381-b80e-fd729dc48bfc'),
(19988,83,7395,NULL,945,1,'2026-01-09 20:27:24','2026-01-09 20:27:24','fa3d45a4-695a-4758-a1fe-ad582f92d60f'),
(19989,16,7395,NULL,2968,1,'2026-01-09 20:27:24','2026-01-09 20:27:24','7baaf00e-48d1-469c-b584-bd7e53f7d64f'),
(19990,57,7395,NULL,3246,1,'2026-01-09 20:27:24','2026-01-09 20:27:24','03631e02-78f6-4b42-8eae-aeca6c8f17e7'),
(19991,57,7395,NULL,3254,2,'2026-01-09 20:27:24','2026-01-09 20:27:24','a00128b2-fe11-497c-9b77-ec05adf719e9'),
(19992,57,7395,NULL,3253,3,'2026-01-09 20:27:24','2026-01-09 20:27:24','8296b78f-014b-48b7-a78e-0a6e0dbd9e11'),
(19993,57,7395,NULL,3251,4,'2026-01-09 20:27:24','2026-01-09 20:27:24','56cbae06-0624-4250-a5cc-857fa7b2c16f'),
(19994,57,7395,NULL,3245,5,'2026-01-09 20:27:24','2026-01-09 20:27:24','55a50a58-2c0c-43b0-a671-5afa429c03dd'),
(19995,57,7395,NULL,3248,6,'2026-01-09 20:27:24','2026-01-09 20:27:24','5e754c16-09ee-4c37-a3e4-7babc9dc4e10'),
(19996,72,7395,NULL,548,1,'2026-01-09 20:27:24','2026-01-09 20:27:24','27d33c13-34a9-4383-80b2-1fe0e2e30e14'),
(20006,83,7397,NULL,945,1,'2026-01-09 20:27:42','2026-01-09 20:27:42','ed4af918-e1e8-4bbb-a7fb-b9628c3e545e'),
(20007,16,7397,NULL,2968,1,'2026-01-09 20:27:42','2026-01-09 20:27:42','7e3f3d27-b555-4b05-8811-6638c953c532'),
(20008,57,7397,NULL,3246,1,'2026-01-09 20:27:42','2026-01-09 20:27:42','1220be87-11ae-49ae-8021-5c67685f9062'),
(20009,57,7397,NULL,3254,2,'2026-01-09 20:27:42','2026-01-09 20:27:42','69180902-b81f-4df5-a88f-7005f5bb0568'),
(20010,57,7397,NULL,3253,3,'2026-01-09 20:27:42','2026-01-09 20:27:42','95dde260-4da4-45d2-98bf-6d99a46d2a0f'),
(20011,57,7397,NULL,3251,4,'2026-01-09 20:27:42','2026-01-09 20:27:42','bea3c8ee-5cc6-46d7-b784-0112ddd094e6'),
(20012,57,7397,NULL,3245,5,'2026-01-09 20:27:42','2026-01-09 20:27:42','c8f68882-a625-4590-8cb9-66d68b6f52b2'),
(20013,57,7397,NULL,3248,6,'2026-01-09 20:27:42','2026-01-09 20:27:42','82ee60f8-c125-42b0-9263-baa43fa02f0b'),
(20014,72,7397,NULL,548,1,'2026-01-09 20:27:42','2026-01-09 20:27:42','c522bcf7-f587-4509-853a-61bf5fe24cdc'),
(20024,83,7399,NULL,945,1,'2026-01-09 20:27:44','2026-01-09 20:27:44','943818c6-439f-4f36-bdde-c96da16ee5c6'),
(20025,16,7399,NULL,2968,1,'2026-01-09 20:27:44','2026-01-09 20:27:44','f4e9ffab-79d8-4963-98f4-d0440b3ce857'),
(20026,57,7399,NULL,3246,1,'2026-01-09 20:27:44','2026-01-09 20:27:44','25e2ad57-945d-4604-9463-c70355caac23'),
(20027,57,7399,NULL,3254,2,'2026-01-09 20:27:44','2026-01-09 20:27:44','b3505210-0ab7-4de4-9f0a-9748ca03a5f3'),
(20028,57,7399,NULL,3253,3,'2026-01-09 20:27:44','2026-01-09 20:27:44','740d1cb3-54be-43f5-a387-9c23fa64eea5'),
(20029,57,7399,NULL,3251,4,'2026-01-09 20:27:44','2026-01-09 20:27:44','1a6b90d4-6d77-4912-a83b-f0d7d37d7776'),
(20030,57,7399,NULL,3245,5,'2026-01-09 20:27:44','2026-01-09 20:27:44','1e46793a-fe62-40f3-bcdb-dd97324774d9'),
(20031,57,7399,NULL,3248,6,'2026-01-09 20:27:44','2026-01-09 20:27:44','3bfaf81f-204b-4696-b903-3ac66273bd4f'),
(20032,72,7399,NULL,548,1,'2026-01-09 20:27:44','2026-01-09 20:27:44','8134783a-aa99-411c-a507-782f8a6535d9'),
(20153,82,945,NULL,491,1,'2026-01-12 15:17:50','2026-01-21 18:24:20','3b308d44-a50c-42bd-aa14-4b4aadff77e8'),
(20221,82,957,NULL,491,1,'2026-01-12 15:20:19','2026-01-21 18:24:38','2568c33b-58f0-4ef4-829e-1d1b93fa37ad'),
(20222,46,957,NULL,7369,1,'2026-01-12 15:20:19','2026-01-12 15:20:19','155ccb53-5161-4299-9af9-c78f3354d9c9'),
(20223,32,7418,NULL,2610,1,'2026-01-12 15:20:19','2026-01-12 15:20:19','2b1c3359-7f4b-4242-8b7d-90b98df16450'),
(20224,32,7418,NULL,2598,2,'2026-01-12 15:20:19','2026-01-12 15:20:19','1723dc4c-ae03-4b2b-a716-cb1a9dc024bf'),
(20225,32,7418,NULL,2608,3,'2026-01-12 15:20:19','2026-01-12 15:20:19','1c91f6cb-6a04-43b1-bd98-65f992f7db02'),
(20226,32,7418,NULL,2600,4,'2026-01-12 15:20:19','2026-01-12 15:20:19','c429a0b2-ed3b-4091-a436-768f2f020ca0'),
(20227,32,7418,NULL,2596,5,'2026-01-12 15:20:19','2026-01-12 15:20:19','e374af0f-d697-4574-bd6a-5fa78ed8baa1'),
(20228,32,7418,NULL,2602,6,'2026-01-12 15:20:19','2026-01-12 15:20:19','34c15411-d46b-44ea-85c1-6adc100daf38'),
(20229,32,7418,NULL,2604,7,'2026-01-12 15:20:19','2026-01-12 15:20:19','3905d9b9-a958-40cc-b2ae-2fbc4c13fae4'),
(20230,16,7418,NULL,3011,1,'2026-01-12 15:20:19','2026-01-12 15:20:19','af16644d-142c-4ee2-9129-d19e7b0a71fc'),
(20231,7,7418,NULL,601,1,'2026-01-12 15:20:19','2026-01-12 15:20:19','bfabf82b-1fe7-47f2-8d8d-31257b4663c4'),
(20233,7,7418,NULL,3027,3,'2026-01-12 15:20:19','2026-01-12 15:20:19','8146967e-f84d-4290-87e0-c8a4e69d3e3c'),
(20234,7,7418,NULL,617,4,'2026-01-12 15:20:19','2026-01-12 15:20:19','3ee168d1-4f2f-43d8-8ff6-28c247153b98'),
(20235,7,7418,NULL,605,5,'2026-01-12 15:20:19','2026-01-12 15:20:19','35bcbb20-05c9-4473-b352-f5704f761204'),
(20236,82,7418,NULL,479,1,'2026-01-12 15:20:19','2026-01-12 15:20:19','ee00688f-d8ef-483e-afb1-809ec654a827'),
(20237,82,7418,NULL,491,2,'2026-01-12 15:20:19','2026-01-12 15:20:19','7763147c-8938-4ba5-a4c3-634caf48836e'),
(20238,46,7418,NULL,7369,1,'2026-01-12 15:20:19','2026-01-12 15:20:19','5c81a795-1d7e-4753-96bc-e5c85fe50364'),
(20239,57,7418,NULL,4920,1,'2026-01-12 15:20:19','2026-01-12 15:20:19','f7045b43-a783-4d2e-b646-69aa36c28b79'),
(20240,57,7418,NULL,4921,2,'2026-01-12 15:20:19','2026-01-12 15:20:19','2ae1408f-1a04-4cb0-9273-5d6fbdf13346'),
(20241,57,7418,NULL,4922,3,'2026-01-12 15:20:19','2026-01-12 15:20:19','a0f28cd1-20cd-4389-845d-aec4f24aabdf'),
(20242,57,7418,NULL,4923,4,'2026-01-12 15:20:19','2026-01-12 15:20:19','50f94404-f06c-410c-990a-38a046b37fe9'),
(20243,57,7418,NULL,4924,5,'2026-01-12 15:20:19','2026-01-12 15:20:19','ef52d9e1-11b2-4f52-bc8f-5664346205da'),
(20265,32,7420,NULL,2610,1,'2026-01-12 15:21:08','2026-01-12 15:21:08','5fd2cc8c-f4e8-42a0-8f20-80aef7d40d13'),
(20266,32,7420,NULL,2598,2,'2026-01-12 15:21:08','2026-01-12 15:21:08','58c2b007-945f-43d9-a723-c4fe83948c8e'),
(20267,32,7420,NULL,2608,3,'2026-01-12 15:21:08','2026-01-12 15:21:08','0dd48f2c-10fa-4dca-9d42-166e2f20a2fb'),
(20268,32,7420,NULL,2600,4,'2026-01-12 15:21:08','2026-01-12 15:21:08','f07d9037-678b-4fd1-bf71-f66db8c0761e'),
(20269,32,7420,NULL,2596,5,'2026-01-12 15:21:08','2026-01-12 15:21:08','2902ca7e-1654-459e-8bf8-8646be7c1bcf'),
(20270,32,7420,NULL,2602,6,'2026-01-12 15:21:08','2026-01-12 15:21:08','5cb374f4-3d7d-44d8-90ff-b2c4aea90b88'),
(20271,32,7420,NULL,2604,7,'2026-01-12 15:21:08','2026-01-12 15:21:08','ab3d5ab4-02b9-44b1-aeba-b9d91c51ef44'),
(20272,16,7420,NULL,3011,1,'2026-01-12 15:21:08','2026-01-12 15:21:08','485f948b-ec0f-469e-b15b-b20ae9a8c2bd'),
(20273,7,7420,NULL,601,1,'2026-01-12 15:21:08','2026-01-12 15:21:08','b0c602c8-1db6-49ad-9112-c580ce9d5912'),
(20275,7,7420,NULL,3027,3,'2026-01-12 15:21:08','2026-01-12 15:21:08','f043c623-ab2e-4779-b929-b98699e63147'),
(20276,7,7420,NULL,617,4,'2026-01-12 15:21:08','2026-01-12 15:21:08','83523e06-d91c-4083-a293-b1255b017b3b'),
(20277,7,7420,NULL,605,5,'2026-01-12 15:21:08','2026-01-12 15:21:08','99488374-09a6-44a8-8cda-95a0d8d1566c'),
(20278,82,7420,NULL,479,1,'2026-01-12 15:21:08','2026-01-12 15:21:08','ef2de7eb-4870-4127-9069-31310a6c9bbe'),
(20279,82,7420,NULL,491,2,'2026-01-12 15:21:08','2026-01-12 15:21:08','19278338-4078-4c81-9cae-48c9d04ae750'),
(20280,46,7420,NULL,7369,1,'2026-01-12 15:21:08','2026-01-12 15:21:08','d296b20e-eb8b-4698-8f65-7bdbd534e68e'),
(20281,57,7420,NULL,4920,1,'2026-01-12 15:21:08','2026-01-12 15:21:08','a94a4304-73e7-4ce0-85b8-843ff5f64234'),
(20282,57,7420,NULL,4921,2,'2026-01-12 15:21:08','2026-01-12 15:21:08','9ef99250-6249-4b94-9b5e-8f93d0749024'),
(20283,57,7420,NULL,4922,3,'2026-01-12 15:21:08','2026-01-12 15:21:08','8ea472c5-2b19-40c2-912d-07e8f41c1ee3'),
(20284,57,7420,NULL,4923,4,'2026-01-12 15:21:08','2026-01-12 15:21:08','3e8ebc62-e526-48d1-8345-7cd1c145d60b'),
(20285,57,7420,NULL,4924,5,'2026-01-12 15:21:08','2026-01-12 15:21:08','b173cdab-04fa-4988-ad0d-c244a21b8108'),
(20287,82,963,NULL,491,1,'2026-01-12 15:22:02','2026-01-12 15:22:02','c4587dfb-4f36-416c-9e1d-578d86abe0af'),
(20337,32,963,NULL,2608,10,'2026-01-12 15:22:57','2026-01-12 15:22:57','90197bd6-e8b8-44bc-b991-7fd3c91194b1'),
(20427,32,969,NULL,2608,7,'2026-01-12 15:25:15','2026-01-12 15:25:15','1b319e6a-a92a-48ff-b612-8c7d98c793ae'),
(20429,82,969,NULL,491,1,'2026-01-12 15:25:15','2026-01-21 18:25:03','6a0fef02-f98a-4191-87a2-2472f477700d'),
(20430,32,7427,NULL,2610,1,'2026-01-12 15:25:15','2026-01-12 15:25:15','1d8051de-7fdf-4a61-8f4b-bd140aa6cd39'),
(20431,32,7427,NULL,2598,2,'2026-01-12 15:25:15','2026-01-12 15:25:15','c3647f59-47a5-4233-ac47-513b3d6ba729'),
(20432,32,7427,NULL,2600,3,'2026-01-12 15:25:15','2026-01-12 15:25:15','8a5a38ef-be6b-4f4e-89e2-795e24bbe254'),
(20433,32,7427,NULL,2596,4,'2026-01-12 15:25:15','2026-01-12 15:25:15','168e015c-d251-4d0d-aa65-26134d547d06'),
(20434,32,7427,NULL,2602,5,'2026-01-12 15:25:15','2026-01-12 15:25:15','31c63b4e-edec-4154-9626-7aab7f0a34aa'),
(20435,32,7427,NULL,2604,6,'2026-01-12 15:25:15','2026-01-12 15:25:15','30bc3ccf-ed67-4dc3-8910-2db8ead36bd8'),
(20436,32,7427,NULL,2608,7,'2026-01-12 15:25:15','2026-01-12 15:25:15','fdc2e9d6-cbab-442e-be68-529113bf5d86'),
(20437,16,7427,NULL,3090,1,'2026-01-12 15:25:15','2026-01-12 15:25:15','2df9f49b-3cc9-4b0d-8d69-f19cf019fd4f'),
(20439,7,7427,NULL,3093,2,'2026-01-12 15:25:15','2026-01-12 15:25:15','71dc3461-152d-42e6-9cbd-31c5b71c1213'),
(20440,7,7427,NULL,617,3,'2026-01-12 15:25:15','2026-01-12 15:25:15','13159387-bfff-49e8-8cd5-fb4be02a215e'),
(20441,7,7427,NULL,605,4,'2026-01-12 15:25:15','2026-01-12 15:25:15','8cf1d235-719d-4e55-ba78-976576e87f47'),
(20442,82,7427,NULL,479,1,'2026-01-12 15:25:15','2026-01-12 15:25:15','7bc2d78e-3c4e-4663-a459-7451d739eb38'),
(20443,82,7427,NULL,491,2,'2026-01-12 15:25:15','2026-01-12 15:25:15','4221d6e3-c383-43a3-9d36-bd0528a521b2'),
(20458,32,7429,NULL,2610,1,'2026-01-12 15:25:18','2026-01-12 15:25:18','b82af4ba-1c28-444c-a9a0-f08441e71a9a'),
(20459,32,7429,NULL,2598,2,'2026-01-12 15:25:18','2026-01-12 15:25:18','aaf98e7e-189f-4bf7-a473-0e4ce279ede2'),
(20460,32,7429,NULL,2600,3,'2026-01-12 15:25:18','2026-01-12 15:25:18','1a89a300-333b-4ca5-aa6e-21bd9ea16a73'),
(20461,32,7429,NULL,2596,4,'2026-01-12 15:25:18','2026-01-12 15:25:18','abf3cf06-157b-43f9-b42a-e7f4d82c0597'),
(20462,32,7429,NULL,2602,5,'2026-01-12 15:25:18','2026-01-12 15:25:18','bf201e06-6be0-4186-9474-8bc91ed411c7'),
(20463,32,7429,NULL,2604,6,'2026-01-12 15:25:18','2026-01-12 15:25:18','e87f2853-039f-48b5-9d15-ec11acf854c1'),
(20464,32,7429,NULL,2608,7,'2026-01-12 15:25:18','2026-01-12 15:25:18','be27031f-c068-4265-937a-d6dc951b6151'),
(20465,16,7429,NULL,3090,1,'2026-01-12 15:25:18','2026-01-12 15:25:18','24222de4-6974-444b-9a2f-9df939784f24'),
(20467,7,7429,NULL,3093,2,'2026-01-12 15:25:18','2026-01-12 15:25:18','62b6cf11-3421-434a-bc62-ece988e9915e'),
(20468,7,7429,NULL,617,3,'2026-01-12 15:25:18','2026-01-12 15:25:18','13927615-939f-4cd3-b9d8-150e365fe5a7'),
(20469,7,7429,NULL,605,4,'2026-01-12 15:25:18','2026-01-12 15:25:18','f7afdfbe-02e0-4d63-8c42-c58a28892ba9'),
(20470,82,7429,NULL,479,1,'2026-01-12 15:25:18','2026-01-12 15:25:18','631fb1ce-f2b5-4276-98a7-401be6025155'),
(20471,82,7429,NULL,491,2,'2026-01-12 15:25:18','2026-01-12 15:25:18','72d7eb25-3510-4167-bc8e-e9b2191f3dd4'),
(20489,32,7431,NULL,2614,1,'2026-01-12 15:28:54','2026-01-12 15:28:54','781d921f-b897-4548-8f0d-bd8845501b59'),
(20490,32,7431,NULL,2610,2,'2026-01-12 15:28:54','2026-01-12 15:28:54','dbd29f31-ef60-4a98-be76-f26ec2781bae'),
(20491,32,7431,NULL,2598,3,'2026-01-12 15:28:54','2026-01-12 15:28:54','d2a21278-83a5-4eeb-8881-60644b2f153a'),
(20492,32,7431,NULL,2608,4,'2026-01-12 15:28:54','2026-01-12 15:28:54','667b4cb4-a9e6-4770-9355-ce5ffc6dbe20'),
(20493,32,7431,NULL,2600,5,'2026-01-12 15:28:54','2026-01-12 15:28:54','8fb98bbe-1e08-4796-9fab-0de2e5e72abe'),
(20494,32,7431,NULL,2596,6,'2026-01-12 15:28:54','2026-01-12 15:28:54','730de689-2921-41af-9f00-d314dd7f80c2'),
(20495,32,7431,NULL,2602,7,'2026-01-12 15:28:54','2026-01-12 15:28:54','ed0b495a-e1d8-4aa6-a0b2-2c0354fa791e'),
(20496,32,7431,NULL,2604,8,'2026-01-12 15:28:54','2026-01-12 15:28:54','6eb21488-4564-4be8-80d8-0743d283780c'),
(20497,16,7431,NULL,3122,1,'2026-01-12 15:28:54','2026-01-12 15:28:54','c7d30c0c-c21f-44c3-a861-013765b982c8'),
(20500,7,7431,NULL,2972,3,'2026-01-12 15:28:54','2026-01-12 15:28:54','d5c24d7e-a433-4347-8287-57cc0e7b07b6'),
(20501,7,7431,NULL,2974,4,'2026-01-12 15:28:54','2026-01-12 15:28:54','5dea294d-2262-4065-a7cd-0468deef4131'),
(20502,7,7431,NULL,617,5,'2026-01-12 15:28:54','2026-01-12 15:28:54','e575cca4-b8e9-4146-8345-4e085f92cdd9'),
(20503,7,7431,NULL,605,6,'2026-01-12 15:28:54','2026-01-12 15:28:54','84efc153-71f4-426a-abd6-edc0ba8d5e46'),
(20504,82,7431,NULL,479,1,'2026-01-12 15:28:54','2026-01-12 15:28:54','e1732429-eae4-4060-88b9-6528f57a9ff9'),
(20521,32,7433,NULL,2614,1,'2026-01-12 15:29:01','2026-01-12 15:29:01','b3574fdc-b147-49b2-b5e4-15870d954595'),
(20522,32,7433,NULL,2610,2,'2026-01-12 15:29:01','2026-01-12 15:29:01','85cd368b-ce1b-4178-a63a-799a1a34b9a1'),
(20523,32,7433,NULL,2598,3,'2026-01-12 15:29:01','2026-01-12 15:29:01','62b09347-8b96-41ca-bf74-8c86e3d1147c'),
(20524,32,7433,NULL,2608,4,'2026-01-12 15:29:01','2026-01-12 15:29:01','b3117dda-9daf-4a00-a18d-29f9f08b4821'),
(20525,32,7433,NULL,2600,5,'2026-01-12 15:29:01','2026-01-12 15:29:01','4d9f8641-a3f3-4eea-942a-1ee26442fec7'),
(20526,32,7433,NULL,2596,6,'2026-01-12 15:29:01','2026-01-12 15:29:01','ede2f42d-4a75-4aaf-a7f3-f165028d7528'),
(20527,32,7433,NULL,2602,7,'2026-01-12 15:29:01','2026-01-12 15:29:01','964d8c5c-a036-414b-b7ac-ea531a3d1fe7'),
(20528,32,7433,NULL,2604,8,'2026-01-12 15:29:01','2026-01-12 15:29:01','1d242047-2781-43d5-acc2-800b3d9fe8c9'),
(20529,16,7433,NULL,3122,1,'2026-01-12 15:29:01','2026-01-12 15:29:01','2c2c13fa-7aa7-4a48-9596-f55765ee5db6'),
(20532,7,7433,NULL,2972,3,'2026-01-12 15:29:01','2026-01-12 15:29:01','c230faa2-af9a-443b-8f34-9f3fed54b79b'),
(20533,7,7433,NULL,2974,4,'2026-01-12 15:29:01','2026-01-12 15:29:01','f249e309-ab02-4b4d-847b-a976594d16d6'),
(20534,7,7433,NULL,617,5,'2026-01-12 15:29:01','2026-01-12 15:29:01','b6061b79-704d-4ea0-bbc1-c797956779d3'),
(20535,7,7433,NULL,605,6,'2026-01-12 15:29:01','2026-01-12 15:29:01','ca24683b-4bc4-4b69-8713-de42102f71b4'),
(20536,82,7433,NULL,479,1,'2026-01-12 15:29:01','2026-01-12 15:29:01','63ac6d0a-b0ab-4314-a265-984b58f5c630'),
(20552,32,7435,NULL,2614,1,'2026-01-12 15:30:40','2026-01-12 15:30:40','fd4be050-1268-4188-9e48-0fd1206cd5cc'),
(20553,32,7435,NULL,2610,2,'2026-01-12 15:30:40','2026-01-12 15:30:40','8b3c522a-2340-452a-b790-6a24bac33593'),
(20554,32,7435,NULL,2598,3,'2026-01-12 15:30:40','2026-01-12 15:30:40','399a1f01-3492-4ec5-9144-f0a4908a376f'),
(20555,32,7435,NULL,2608,4,'2026-01-12 15:30:40','2026-01-12 15:30:40','65fa8745-29c8-4baa-b949-a8b043e46afd'),
(20556,32,7435,NULL,2600,5,'2026-01-12 15:30:40','2026-01-12 15:30:40','9afdc74e-5f1c-4fda-886f-4ad88d5fc265'),
(20557,32,7435,NULL,2596,6,'2026-01-12 15:30:40','2026-01-12 15:30:40','79626f40-4a6f-4c12-ad57-39ef9bf3e331'),
(20558,32,7435,NULL,2602,7,'2026-01-12 15:30:40','2026-01-12 15:30:40','b79200c3-8fa6-43fa-a74a-d550932e8577'),
(20559,32,7435,NULL,2604,8,'2026-01-12 15:30:40','2026-01-12 15:30:40','da1a7af4-fa48-470a-8cba-09ac620a6cd9'),
(20560,16,7435,NULL,3158,1,'2026-01-12 15:30:40','2026-01-12 15:30:40','615de0e2-88d1-496a-b7bc-4a39202e1432'),
(20561,7,7435,NULL,2969,1,'2026-01-12 15:30:40','2026-01-12 15:30:40','9df7358e-8b68-4bbe-b144-104513066abe'),
(20562,7,7435,NULL,2974,2,'2026-01-12 15:30:40','2026-01-12 15:30:40','034688d6-1e89-40ab-bf28-e1522c2a1569'),
(20563,7,7435,NULL,617,3,'2026-01-12 15:30:40','2026-01-12 15:30:40','8b928382-6e7d-4e23-ad32-fefa032a8ae0'),
(20564,7,7435,NULL,605,4,'2026-01-12 15:30:40','2026-01-12 15:30:40','755eef4e-c0d4-4233-ae09-b173f2f1638a'),
(20565,82,7435,NULL,479,1,'2026-01-12 15:30:40','2026-01-12 15:30:40','c5612c26-a50a-4ced-a862-271518a797d5'),
(20569,32,989,NULL,2608,7,'2026-01-12 15:32:01','2026-01-12 15:32:01','19e35bfc-34fb-46e4-a4e8-b2875853403d'),
(20571,82,989,NULL,491,1,'2026-01-12 15:32:01','2026-01-21 18:25:59','a72c8406-6b1b-47ad-ad15-dac0923f0ee8'),
(20572,32,7436,NULL,2610,1,'2026-01-12 15:32:02','2026-01-12 15:32:02','156d5605-6a08-49d9-8412-5c6aeb508803'),
(20573,32,7436,NULL,2598,2,'2026-01-12 15:32:02','2026-01-12 15:32:02','d86b190f-a018-4c7a-9a76-43795cf39b13'),
(20574,32,7436,NULL,2600,3,'2026-01-12 15:32:02','2026-01-12 15:32:02','e10f87ef-50c9-49a3-8fb7-fb7367247f0b'),
(20575,32,7436,NULL,2596,4,'2026-01-12 15:32:02','2026-01-12 15:32:02','1e38a7b5-9dd2-4ebd-9809-2df0f96cc169'),
(20576,32,7436,NULL,2602,5,'2026-01-12 15:32:02','2026-01-12 15:32:02','4056bf03-c437-4524-b064-15f417a43bbd'),
(20577,32,7436,NULL,2604,6,'2026-01-12 15:32:02','2026-01-12 15:32:02','9c52c5a2-7b65-4629-9bcf-1b9a20ec2983'),
(20578,32,7436,NULL,2608,7,'2026-01-12 15:32:02','2026-01-12 15:32:02','c58ca4d0-7b54-4a04-a082-cf8a5a16c028'),
(20579,16,7436,NULL,3377,1,'2026-01-12 15:32:02','2026-01-12 15:32:02','eda04bc1-5a82-49f3-bdbc-5b34ab5ea902'),
(20580,7,7436,NULL,2969,1,'2026-01-12 15:32:02','2026-01-12 15:32:02','9c681f71-5022-46fc-8107-0f8166232152'),
(20581,7,7436,NULL,617,2,'2026-01-12 15:32:02','2026-01-12 15:32:02','bcd4297f-14e6-45b2-8e9d-01d05c8d5b3d'),
(20582,7,7436,NULL,605,3,'2026-01-12 15:32:02','2026-01-12 15:32:02','239c061d-e725-4312-ac05-c1eaeb749b84'),
(20583,82,7436,NULL,479,1,'2026-01-12 15:32:02','2026-01-12 15:32:02','61003582-146d-430f-adc8-523048d45032'),
(20584,82,7436,NULL,491,2,'2026-01-12 15:32:02','2026-01-12 15:32:02','acbb5b66-62d6-4311-8ce5-0dcc5e4d5137'),
(20599,32,995,NULL,2608,9,'2026-01-12 15:33:35','2026-01-12 15:33:35','5fa6419d-de47-4059-a948-ca13c0817a6c'),
(20600,46,995,NULL,7381,1,'2026-01-12 15:33:35','2026-01-12 15:33:35','a4be4ea9-5d2b-49a3-a12c-f00012f7bcc6'),
(20601,32,7438,NULL,2614,1,'2026-01-12 15:33:35','2026-01-12 15:33:35','3224b4b5-1433-4ec6-a3e6-b27a64ae33e4'),
(20602,32,7438,NULL,2610,2,'2026-01-12 15:33:35','2026-01-12 15:33:35','66cd14cb-318e-4d7f-9ba1-c65b7aff6c9c'),
(20603,32,7438,NULL,2598,3,'2026-01-12 15:33:35','2026-01-12 15:33:35','a9583a79-a173-468e-899f-bdb70908cedf'),
(20604,32,7438,NULL,2600,4,'2026-01-12 15:33:35','2026-01-12 15:33:35','d7dd2f65-4e3b-4861-95dd-1b0a6c2c483a'),
(20605,32,7438,NULL,2596,5,'2026-01-12 15:33:35','2026-01-12 15:33:35','8ae4ca89-9094-46f0-aeee-c3594bccda73'),
(20606,32,7438,NULL,2602,6,'2026-01-12 15:33:35','2026-01-12 15:33:35','68b14a1e-0653-49bd-97c7-85533f47dfd6'),
(20607,32,7438,NULL,2606,7,'2026-01-12 15:33:35','2026-01-12 15:33:35','e88e7230-8157-4090-a131-0ae69566e16c'),
(20608,32,7438,NULL,2604,8,'2026-01-12 15:33:35','2026-01-12 15:33:35','2baf1e2d-46c3-40f0-b34b-c69c5e007bf0'),
(20609,32,7438,NULL,2608,9,'2026-01-12 15:33:35','2026-01-12 15:33:35','f6dd396e-ee46-4e55-8624-f64ebc085458'),
(20610,16,7438,NULL,3425,1,'2026-01-12 15:33:35','2026-01-12 15:33:35','76f2a530-6286-4f76-b854-850a59d75518'),
(20611,7,7438,NULL,601,1,'2026-01-12 15:33:35','2026-01-12 15:33:35','df6d9575-12c4-45b6-b0d5-11867f2fed9e'),
(20612,7,7438,NULL,617,2,'2026-01-12 15:33:35','2026-01-12 15:33:35','bcce8356-e969-4cc6-83d3-23f6fcef8b90'),
(20613,7,7438,NULL,605,3,'2026-01-12 15:33:35','2026-01-12 15:33:35','9d4868f5-50c3-43b9-b3c8-8a880fd10769'),
(20614,46,7438,NULL,7381,1,'2026-01-12 15:33:35','2026-01-12 15:33:35','078f41ba-6f5e-4c5b-8937-9dbc7e82b83b'),
(20620,32,999,NULL,2608,7,'2026-01-12 15:35:30','2026-01-12 15:37:29','8516b410-5e8d-4e54-8866-44840f5180c3'),
(20623,32,7439,NULL,2610,1,'2026-01-12 15:35:30','2026-01-12 15:35:30','ff6214af-027e-4a85-a75e-cc26b8b5c1ef'),
(20624,32,7439,NULL,2598,2,'2026-01-12 15:35:30','2026-01-12 15:35:30','2bdca18e-b74f-496f-ab90-baa8434a41cc'),
(20625,32,7439,NULL,2600,3,'2026-01-12 15:35:30','2026-01-12 15:35:30','96e6e5a3-4723-43bf-97b7-ec6a07ba70a1'),
(20626,32,7439,NULL,2596,4,'2026-01-12 15:35:30','2026-01-12 15:35:30','33bfb56c-2d93-4699-9ef0-fa73ec6c037a'),
(20627,32,7439,NULL,2602,5,'2026-01-12 15:35:30','2026-01-12 15:35:30','1f886267-dd6c-4f48-a8e1-bb3859fbaa6e'),
(20628,32,7439,NULL,2604,6,'2026-01-12 15:35:30','2026-01-12 15:35:30','ec629a2f-81a7-4da2-bb63-b80f63daf995'),
(20629,32,7439,NULL,2614,7,'2026-01-12 15:35:30','2026-01-12 15:35:30','d6b4b704-81eb-4ead-9672-4dc02ac0395f'),
(20630,32,7439,NULL,2608,8,'2026-01-12 15:35:30','2026-01-12 15:35:30','2844da28-4741-433e-9c18-808f9755216b'),
(20631,32,7439,NULL,2606,9,'2026-01-12 15:35:30','2026-01-12 15:35:30','84dc4f31-ae6f-4e75-a794-ff6176b56ad4'),
(20632,16,7439,NULL,3467,1,'2026-01-12 15:35:30','2026-01-12 15:35:30','db60a22b-8c39-4e9c-a9fa-f1ea94cba553'),
(20633,7,7439,NULL,601,1,'2026-01-12 15:35:30','2026-01-12 15:35:30','d21d736b-ad73-4b14-8da7-a1b5a9ff96e3'),
(20634,7,7439,NULL,3468,2,'2026-01-12 15:35:30','2026-01-12 15:35:30','6a3b3ab0-edac-467d-952d-89d36fa062c1'),
(20636,7,7439,NULL,2972,4,'2026-01-12 15:35:30','2026-01-12 15:35:30','a2105da6-ca27-41dd-9a20-01d424e7054c'),
(20637,7,7439,NULL,2974,5,'2026-01-12 15:35:30','2026-01-12 15:35:30','e2dd3f9f-e52d-4fe9-89a3-211ce804edcc'),
(20638,7,7439,NULL,617,6,'2026-01-12 15:35:30','2026-01-12 15:35:30','32c7b1cd-2245-40bc-a50a-e456c05b4e7a'),
(20639,7,7439,NULL,605,7,'2026-01-12 15:35:30','2026-01-12 15:35:30','25227826-b241-43f0-a818-1b241aa0e0c2'),
(20640,46,7439,NULL,7381,1,'2026-01-12 15:35:30','2026-01-12 15:35:30','24cd474c-ddcf-4ac2-b1e6-0bdc35b1f7c4'),
(20676,82,999,NULL,491,1,'2026-01-12 15:36:46','2026-01-21 18:27:04','d0992529-a802-4d39-9605-5f6b0b2895ec'),
(20677,46,999,NULL,7369,1,'2026-01-12 15:36:46','2026-01-12 15:36:46','a9b84d44-8d51-41e6-adff-ebc0a0035457'),
(20678,32,7442,NULL,2610,1,'2026-01-12 15:36:46','2026-01-12 15:36:46','271c4908-002f-4e2e-84a3-6ff6c35627b9'),
(20679,32,7442,NULL,2598,2,'2026-01-12 15:36:46','2026-01-12 15:36:46','f7552345-f984-4cbe-a87c-02537cf28adc'),
(20680,32,7442,NULL,2600,3,'2026-01-12 15:36:46','2026-01-12 15:36:46','b76bdf80-3343-46ef-9ec2-c1eb644dcc2f'),
(20681,32,7442,NULL,2596,4,'2026-01-12 15:36:46','2026-01-12 15:36:46','b21d29b7-77c9-41dc-a002-08569aeb9c34'),
(20682,32,7442,NULL,2602,5,'2026-01-12 15:36:46','2026-01-12 15:36:46','f0152ce3-2330-43d7-ad09-f1b06ec02d3c'),
(20683,32,7442,NULL,2604,6,'2026-01-12 15:36:46','2026-01-12 15:36:46','61fe3331-6464-4e0e-a838-e44f8c2a12ad'),
(20684,32,7442,NULL,2614,7,'2026-01-12 15:36:46','2026-01-12 15:36:46','2c72f44d-6946-4713-a324-045b5bac7f1c'),
(20685,32,7442,NULL,2608,8,'2026-01-12 15:36:46','2026-01-12 15:36:46','496f590c-b2ee-45e3-8141-a94ff707bf2a'),
(20686,32,7442,NULL,2606,9,'2026-01-12 15:36:46','2026-01-12 15:36:46','9c5b6934-957d-4da0-833f-aff09b075097'),
(20687,16,7442,NULL,3467,1,'2026-01-12 15:36:46','2026-01-12 15:36:46','2799d9f2-df9d-45cb-ab3d-e69e8e2ec48f'),
(20688,7,7442,NULL,601,1,'2026-01-12 15:36:46','2026-01-12 15:36:46','239dd937-b6da-43cd-956d-8bd2cc718158'),
(20689,7,7442,NULL,3468,2,'2026-01-12 15:36:46','2026-01-12 15:36:46','a9015e80-8e38-462a-a973-bb1c59ff4d78'),
(20691,7,7442,NULL,2972,4,'2026-01-12 15:36:46','2026-01-12 15:36:46','0a4e6e48-3e35-499c-9dd4-e00f165d0eef'),
(20692,7,7442,NULL,2974,5,'2026-01-12 15:36:46','2026-01-12 15:36:46','536c6faa-108b-4520-a11c-fa8d36b017ac'),
(20693,7,7442,NULL,617,6,'2026-01-12 15:36:46','2026-01-12 15:36:46','e1e05954-54a5-426e-b18e-007d967b9cb7'),
(20694,7,7442,NULL,605,7,'2026-01-12 15:36:46','2026-01-12 15:36:46','fd8d59b1-7d1b-48c4-be84-a75ae257b528'),
(20695,82,7442,NULL,479,1,'2026-01-12 15:36:46','2026-01-12 15:36:46','87c67f5b-393e-4ea7-ae76-8d84bd4bd0ce'),
(20696,82,7442,NULL,491,2,'2026-01-12 15:36:46','2026-01-12 15:36:46','8856cd24-43e4-4bad-a894-7db446b5ad14'),
(20697,46,7442,NULL,7369,1,'2026-01-12 15:36:46','2026-01-12 15:36:46','ca6bae79-23aa-4681-bb0f-99c0da90cff5'),
(20718,32,7444,NULL,2610,1,'2026-01-12 15:37:29','2026-01-12 15:37:29','32690a9a-ed5c-4704-a152-1b7674753052'),
(20719,32,7444,NULL,2598,2,'2026-01-12 15:37:29','2026-01-12 15:37:29','e3dce060-94d3-4518-b60a-fc21a887ee1c'),
(20720,32,7444,NULL,2600,3,'2026-01-12 15:37:29','2026-01-12 15:37:29','7cbb6f51-fee5-439a-b423-2968f88f9ce5'),
(20721,32,7444,NULL,2596,4,'2026-01-12 15:37:29','2026-01-12 15:37:29','8043be6b-2ff0-4bd9-8334-7275fc1b11c2'),
(20722,32,7444,NULL,2602,5,'2026-01-12 15:37:29','2026-01-12 15:37:29','b1b3086d-69f3-4a48-b2fe-f243057559a6'),
(20723,32,7444,NULL,2604,6,'2026-01-12 15:37:29','2026-01-12 15:37:29','91934175-fbca-41dc-a662-1c9150da4427'),
(20724,32,7444,NULL,2608,7,'2026-01-12 15:37:29','2026-01-12 15:37:29','7403b15b-f789-4bc8-ae61-716b0490050d'),
(20725,16,7444,NULL,3467,1,'2026-01-12 15:37:29','2026-01-12 15:37:29','e19f9975-654b-4e4d-bd83-7efcfbc3d2d5'),
(20726,7,7444,NULL,601,1,'2026-01-12 15:37:29','2026-01-12 15:37:29','9a460e11-f2be-4f1d-b75c-746cf7fb1efd'),
(20727,7,7444,NULL,3468,2,'2026-01-12 15:37:29','2026-01-12 15:37:29','81ac4b54-1bf5-4117-a26e-9492c051ce8c'),
(20729,7,7444,NULL,2972,4,'2026-01-12 15:37:29','2026-01-12 15:37:29','9bbfdb65-4b37-4189-befb-91a7d2831c62'),
(20730,7,7444,NULL,2974,5,'2026-01-12 15:37:29','2026-01-12 15:37:29','a9b41fc3-8011-490d-9ff7-edde3d27b90c'),
(20731,7,7444,NULL,617,6,'2026-01-12 15:37:29','2026-01-12 15:37:29','8771ed15-4d13-41ab-a70a-befc770ce872'),
(20732,7,7444,NULL,605,7,'2026-01-12 15:37:29','2026-01-12 15:37:29','ebd3d2ac-244f-49c1-8ec8-deffa1347a72'),
(20733,82,7444,NULL,479,1,'2026-01-12 15:37:29','2026-01-12 15:37:29','9802d6cb-f8a0-41e7-8d99-5884a6e7694f'),
(20734,82,7444,NULL,491,2,'2026-01-12 15:37:29','2026-01-12 15:37:29','bafc0247-c950-4c0f-92e9-f1365622b29a'),
(20735,46,7444,NULL,7369,1,'2026-01-12 15:37:29','2026-01-12 15:37:29','7ee5d50e-a4cb-4d49-a882-57f51b610995'),
(20739,82,1005,NULL,491,1,'2026-01-12 15:39:00','2026-01-21 18:27:35','cbd90b1c-a50f-4c44-8b7f-8db98a388dd8'),
(20740,32,7445,NULL,2610,1,'2026-01-12 15:39:00','2026-01-12 15:39:00','bc54b1b1-da32-4197-8caa-0620c1964d5c'),
(20741,32,7445,NULL,2598,2,'2026-01-12 15:39:00','2026-01-12 15:39:00','158245e6-4145-4eca-8065-0eac43259c57'),
(20742,32,7445,NULL,2608,3,'2026-01-12 15:39:00','2026-01-12 15:39:00','4607701e-39ed-477c-b33e-3819604c00d1'),
(20743,32,7445,NULL,2600,4,'2026-01-12 15:39:00','2026-01-12 15:39:00','7a33032b-84c9-46f7-aabe-e9bae6d459db'),
(20744,32,7445,NULL,2596,5,'2026-01-12 15:39:00','2026-01-12 15:39:00','11f92618-3c78-4b0a-928b-d4610a7cfa7c'),
(20745,32,7445,NULL,2602,6,'2026-01-12 15:39:00','2026-01-12 15:39:00','03d18633-96b3-4864-9db3-300104ca9679'),
(20746,32,7445,NULL,2612,7,'2026-01-12 15:39:00','2026-01-12 15:39:00','539d1e54-b3b4-48a6-9113-3665bce1ebf7'),
(20747,32,7445,NULL,2604,8,'2026-01-12 15:39:00','2026-01-12 15:39:00','c812297e-b405-4e79-891d-311bcc99b72e'),
(20748,16,7445,NULL,3498,1,'2026-01-12 15:39:00','2026-01-12 15:39:00','4be21438-719d-4c66-907d-05177d7d17fe'),
(20749,7,7445,NULL,601,1,'2026-01-12 15:39:00','2026-01-12 15:39:00','1d4e66c7-3437-43d2-b45c-d62606243ff3'),
(20750,7,7445,NULL,605,2,'2026-01-12 15:39:00','2026-01-12 15:39:00','4bfba526-286a-4e4d-a511-b37108d9061a'),
(20751,7,7445,NULL,617,3,'2026-01-12 15:39:00','2026-01-12 15:39:00','4ca6f0e7-680c-442a-b975-dd253b6f3e00'),
(20752,7,7445,NULL,2974,4,'2026-01-12 15:39:00','2026-01-12 15:39:00','3c90d465-168f-4416-84f6-75fe9fecbb72'),
(20753,82,7445,NULL,479,1,'2026-01-12 15:39:00','2026-01-12 15:39:00','dddfd9be-6d71-4a05-841c-f0cb0d73ef41'),
(20754,82,7445,NULL,491,2,'2026-01-12 15:39:00','2026-01-12 15:39:00','200d7836-1d70-4c90-8de8-c24750319436'),
(20771,82,1011,NULL,491,1,'2026-01-12 15:46:28','2026-01-21 18:28:03','ee1e48ed-4def-4bc4-9a9d-174d73c1c60b'),
(20772,32,7447,NULL,2610,1,'2026-01-12 15:46:28','2026-01-12 15:46:28','cc558148-59ce-40b2-bc73-33a0f6631089'),
(20773,32,7447,NULL,2598,2,'2026-01-12 15:46:28','2026-01-12 15:46:28','eec4fc63-3ad0-43ea-b315-059ea8006da0'),
(20774,32,7447,NULL,2608,3,'2026-01-12 15:46:28','2026-01-12 15:46:28','51681367-973d-4b0d-be51-1789e61ed080'),
(20775,32,7447,NULL,2600,4,'2026-01-12 15:46:28','2026-01-12 15:46:28','da31191c-996f-49c6-89d2-dc5ce76f53fe'),
(20776,32,7447,NULL,2596,5,'2026-01-12 15:46:28','2026-01-12 15:46:28','04158543-f369-441e-97ca-cb61246ec1f8'),
(20777,32,7447,NULL,2602,6,'2026-01-12 15:46:28','2026-01-12 15:46:28','aeeb7599-e89f-4109-b8a0-acf3aeb61548'),
(20778,32,7447,NULL,2604,7,'2026-01-12 15:46:28','2026-01-12 15:46:28','32783e1e-8416-4f02-9fb2-d7288796ab34'),
(20779,16,7447,NULL,3530,1,'2026-01-12 15:46:28','2026-01-12 15:46:28','2bbd4972-9e64-4ee3-8fca-f517d3f6a574'),
(20780,7,7447,NULL,2969,1,'2026-01-12 15:46:28','2026-01-12 15:46:28','86d58e77-638c-4aae-9f1f-977a1f33377f'),
(20782,7,7447,NULL,2974,3,'2026-01-12 15:46:28','2026-01-12 15:46:28','30d01614-bfee-4eaf-9dc1-866c2cdb5521'),
(20783,7,7447,NULL,617,4,'2026-01-12 15:46:28','2026-01-12 15:46:28','e3820844-d458-44ed-9799-f5435ec028d6'),
(20784,7,7447,NULL,605,5,'2026-01-12 15:46:28','2026-01-12 15:46:28','bf86da4b-3a79-4a3c-ac7d-8c9854f00f35'),
(20785,82,7447,NULL,479,1,'2026-01-12 15:46:28','2026-01-12 15:46:28','ae7de958-cfd7-4b27-84f4-635ec40fd157'),
(20786,82,7447,NULL,491,2,'2026-01-12 15:46:28','2026-01-12 15:46:28','b208f9e6-d111-4d82-9397-b6ed6fa0c0c8'),
(20791,32,7448,NULL,2614,1,'2026-01-12 15:47:31','2026-01-12 15:47:31','4e0731a8-3786-4278-97a3-df046b4839da'),
(20792,32,7448,NULL,2610,2,'2026-01-12 15:47:31','2026-01-12 15:47:31','fc80c38e-e98d-49bf-9fe5-7c87f30a3507'),
(20793,32,7448,NULL,2598,3,'2026-01-12 15:47:31','2026-01-12 15:47:31','2e670d46-fb6b-4b57-bebe-f55c41256eae'),
(20794,32,7448,NULL,2600,4,'2026-01-12 15:47:31','2026-01-12 15:47:31','40393d52-d718-401a-8e10-2609a7e8e172'),
(20795,32,7448,NULL,2596,5,'2026-01-12 15:47:31','2026-01-12 15:47:31','69ac96c7-75df-46c7-a5c2-28dffa78ed7a'),
(20796,32,7448,NULL,2602,6,'2026-01-12 15:47:31','2026-01-12 15:47:31','01a1667a-6e19-4c5b-942e-ae004bdfd602'),
(20797,32,7448,NULL,2604,7,'2026-01-12 15:47:31','2026-01-12 15:47:31','fbca818f-8e22-4412-9c96-6cfb1cd72bda'),
(20798,16,7448,NULL,3564,1,'2026-01-12 15:47:31','2026-01-12 15:47:31','8326cb97-4fea-4f0b-bbff-f02badf1d891'),
(20799,7,7448,NULL,601,1,'2026-01-12 15:47:31','2026-01-12 15:47:31','7e388ed1-c6d9-4cea-a93c-78639d249bdf'),
(20800,7,7448,NULL,617,2,'2026-01-12 15:47:31','2026-01-12 15:47:31','ffa5161f-a7a5-4a41-848c-c73a4621df96'),
(20801,7,7448,NULL,605,3,'2026-01-12 15:47:31','2026-01-12 15:47:31','b3018df5-d305-4a3a-bc0d-83a6656714a4'),
(20802,82,7448,NULL,479,1,'2026-01-12 15:47:31','2026-01-12 15:47:31','b42bc4df-698e-4a3e-8cb8-86f1e513eca4'),
(20803,46,7448,NULL,7381,1,'2026-01-12 15:47:31','2026-01-12 15:47:31','520d8dea-b541-4562-8d59-c35fb2714de3'),
(20818,32,1017,NULL,2608,8,'2026-01-12 15:48:05','2026-01-12 15:48:05','5fd2bd5d-d800-4afd-9188-3ee6d9c6dad9'),
(20819,32,7450,NULL,2614,1,'2026-01-12 15:48:05','2026-01-12 15:48:05','019a1686-9e7d-4ac5-a8bb-4bae0a169f51'),
(20820,32,7450,NULL,2610,2,'2026-01-12 15:48:05','2026-01-12 15:48:05','08925054-5c6d-48bf-ba93-dbc998751609'),
(20821,32,7450,NULL,2598,3,'2026-01-12 15:48:05','2026-01-12 15:48:05','ce78f1f0-2c59-45a7-bd4b-8f990f2dd233'),
(20822,32,7450,NULL,2600,4,'2026-01-12 15:48:05','2026-01-12 15:48:05','732c7edc-85c2-43eb-b9a3-41462a0b60a7'),
(20823,32,7450,NULL,2596,5,'2026-01-12 15:48:05','2026-01-12 15:48:05','8836f483-2d28-4d60-a009-f1fe5c4c594e'),
(20824,32,7450,NULL,2602,6,'2026-01-12 15:48:05','2026-01-12 15:48:05','e988b54c-9cd8-49f8-9b66-aaea70cf282b'),
(20825,32,7450,NULL,2604,7,'2026-01-12 15:48:05','2026-01-12 15:48:05','67a0a16d-b4ae-4d25-8003-9d860d8433be'),
(20826,32,7450,NULL,2608,8,'2026-01-12 15:48:05','2026-01-12 15:48:05','3259063a-4134-457a-ae3a-35f039e720b9'),
(20827,16,7450,NULL,3564,1,'2026-01-12 15:48:05','2026-01-12 15:48:05','a00537d5-b735-4921-a397-40bcc86eab23'),
(20828,7,7450,NULL,601,1,'2026-01-12 15:48:05','2026-01-12 15:48:05','2f288683-94ad-44fa-95be-201a8f41c762'),
(20829,7,7450,NULL,617,2,'2026-01-12 15:48:05','2026-01-12 15:48:05','6bc4dd26-33a5-430b-86a3-39c870bebba4'),
(20830,7,7450,NULL,605,3,'2026-01-12 15:48:05','2026-01-12 15:48:05','a3ed617c-f380-4a90-b3ff-ffb704c1e8f1'),
(20831,82,7450,NULL,479,1,'2026-01-12 15:48:05','2026-01-12 15:48:05','bab1cf89-e967-44b0-927d-8dda31184163'),
(20832,46,7450,NULL,7381,1,'2026-01-12 15:48:05','2026-01-12 15:48:05','94f52dcd-3754-4337-9541-0f5f06fa1b23'),
(20847,32,7452,NULL,2614,1,'2026-01-12 15:48:08','2026-01-12 15:48:08','34f611a4-14ba-4e4b-b3b0-a2be602b2089'),
(20848,32,7452,NULL,2610,2,'2026-01-12 15:48:08','2026-01-12 15:48:08','8364f098-7bb7-442f-9efc-f9e1968b8b7f'),
(20849,32,7452,NULL,2598,3,'2026-01-12 15:48:08','2026-01-12 15:48:08','9722de21-e8db-49de-8929-126e7153a2b8'),
(20850,32,7452,NULL,2600,4,'2026-01-12 15:48:08','2026-01-12 15:48:08','aeb9bf10-8f33-44df-ab8d-90eeabb124e9'),
(20851,32,7452,NULL,2596,5,'2026-01-12 15:48:08','2026-01-12 15:48:08','db1434dc-fb1d-45c5-9112-58605882def1'),
(20852,32,7452,NULL,2602,6,'2026-01-12 15:48:08','2026-01-12 15:48:08','81a21d49-7a5f-465e-9693-a7c7324d2384'),
(20853,32,7452,NULL,2604,7,'2026-01-12 15:48:08','2026-01-12 15:48:08','b045ce45-4873-4c75-a382-5a0bd7cbc4ba'),
(20854,32,7452,NULL,2608,8,'2026-01-12 15:48:08','2026-01-12 15:48:08','98bf6b81-2ba3-471c-bc23-efaac84d7bf2'),
(20855,16,7452,NULL,3564,1,'2026-01-12 15:48:08','2026-01-12 15:48:08','3d159c04-7cac-4133-b2d7-01588733077d'),
(20856,7,7452,NULL,601,1,'2026-01-12 15:48:08','2026-01-12 15:48:08','c2f18fec-ab4a-4ae4-be65-5074418746fc'),
(20857,7,7452,NULL,617,2,'2026-01-12 15:48:08','2026-01-12 15:48:08','c840dd88-ac6c-463b-a559-b4fd5e226994'),
(20858,7,7452,NULL,605,3,'2026-01-12 15:48:08','2026-01-12 15:48:08','b779648e-15d1-4c8b-883e-e80a25b27c44'),
(20859,82,7452,NULL,479,1,'2026-01-12 15:48:08','2026-01-12 15:48:08','604fdb9f-368b-4663-b564-0d012db68a09'),
(20860,46,7452,NULL,7381,1,'2026-01-12 15:48:08','2026-01-12 15:48:08','d6346c1b-4f68-4226-970d-af0017b1c9b7'),
(20880,82,1023,NULL,491,1,'2026-01-12 15:48:49','2026-01-21 18:28:56','99f3f4b4-bea9-4f29-9c00-5668436bf3be'),
(20881,32,7454,NULL,2610,1,'2026-01-12 15:48:49','2026-01-12 15:48:49','5367229c-8fc9-495c-a344-3cd4a5290f1f'),
(20882,32,7454,NULL,2598,2,'2026-01-12 15:48:49','2026-01-12 15:48:49','7935077b-5ee8-4892-bfcf-cbe5010c94bb'),
(20883,32,7454,NULL,2600,3,'2026-01-12 15:48:49','2026-01-12 15:48:49','a00eae38-7601-4628-9a5e-d6aa7a8d303c'),
(20884,32,7454,NULL,2596,4,'2026-01-12 15:48:49','2026-01-12 15:48:49','456a6d97-c853-404b-9c8b-f23d1fcb8934'),
(20885,32,7454,NULL,2602,5,'2026-01-12 15:48:49','2026-01-12 15:48:49','f9cb7353-a3f8-4839-bfb7-3b48da5226cb'),
(20886,32,7454,NULL,2604,6,'2026-01-12 15:48:49','2026-01-12 15:48:49','178baac1-0569-4752-ad6a-f390f8cb79be'),
(20887,16,7454,NULL,5253,1,'2026-01-12 15:48:49','2026-01-12 15:48:49','5d001b83-d152-49f2-97f8-2b841d50d3cb'),
(20888,7,7454,NULL,601,1,'2026-01-12 15:48:49','2026-01-12 15:48:49','07fd8239-623a-4adc-9187-8fc578a0137e'),
(20890,7,7454,NULL,617,3,'2026-01-12 15:48:49','2026-01-12 15:48:49','a2cd727e-e6f4-44bd-95dd-8c82d595592a'),
(20891,7,7454,NULL,605,4,'2026-01-12 15:48:49','2026-01-12 15:48:49','dfbf9872-b651-4f04-ac80-4ce64c5f37db'),
(20892,82,7454,NULL,479,1,'2026-01-12 15:48:49','2026-01-12 15:48:49','26773571-5f03-465f-bbaf-cceb7dc3871e'),
(20893,82,7454,NULL,491,2,'2026-01-12 15:48:49','2026-01-12 15:48:49','84dc8f4d-b7c9-40c0-aea6-758552009e2b'),
(20894,57,7454,NULL,5254,1,'2026-01-12 15:48:49','2026-01-12 15:48:49','fc04b7e5-43bf-49ec-9ff2-6048c16080dc'),
(20895,57,7454,NULL,5255,2,'2026-01-12 15:48:49','2026-01-12 15:48:49','cc04024e-483f-4ea9-8edf-2d5689e236c4'),
(20896,57,7454,NULL,5256,3,'2026-01-12 15:48:49','2026-01-12 15:48:49','408ad233-3daa-492e-ba8f-ea69bf533b3c'),
(20897,57,7454,NULL,5257,4,'2026-01-12 15:48:49','2026-01-12 15:48:49','c8df99f4-0b4d-46f8-9c57-5efa12305a90'),
(20898,57,7454,NULL,5258,5,'2026-01-12 15:48:49','2026-01-12 15:48:49','6145302f-80ac-44d9-88e2-157a516ba298'),
(20918,32,1023,NULL,2608,7,'2026-01-12 15:49:24','2026-01-12 15:49:24','59c0e915-bfca-4bcc-a7e7-3e92317af43b'),
(20919,32,7456,NULL,2610,1,'2026-01-12 15:49:25','2026-01-12 15:49:25','f94e42b5-a1de-464a-8b39-26c7ce94358a'),
(20920,32,7456,NULL,2598,2,'2026-01-12 15:49:25','2026-01-12 15:49:25','8af8f252-f9fd-4ae2-a43f-8e281531ef1e'),
(20921,32,7456,NULL,2600,3,'2026-01-12 15:49:25','2026-01-12 15:49:25','624561f6-6f32-4e57-90a5-d39e79cca6ed'),
(20922,32,7456,NULL,2596,4,'2026-01-12 15:49:25','2026-01-12 15:49:25','c8239a35-ef9a-4743-94da-8910460f65ea'),
(20923,32,7456,NULL,2602,5,'2026-01-12 15:49:25','2026-01-12 15:49:25','ed44d05c-6a36-4fd9-9248-45d9df895087'),
(20924,32,7456,NULL,2604,6,'2026-01-12 15:49:25','2026-01-12 15:49:25','a9a05b00-4133-4ee3-aa6c-2c13dd1e0fa7'),
(20925,32,7456,NULL,2608,7,'2026-01-12 15:49:25','2026-01-12 15:49:25','eadc0f24-7517-48dd-8c28-4b43dc4269dc'),
(20926,16,7456,NULL,5253,1,'2026-01-12 15:49:25','2026-01-12 15:49:25','5a3c299f-88db-4a8f-97e2-bf0de74f3ada'),
(20927,7,7456,NULL,601,1,'2026-01-12 15:49:25','2026-01-12 15:49:25','d745bd60-038a-481c-86bc-494414340efb'),
(20929,7,7456,NULL,617,3,'2026-01-12 15:49:25','2026-01-12 15:49:25','b4478524-4802-4568-b418-d52d405ecad3'),
(20930,7,7456,NULL,605,4,'2026-01-12 15:49:25','2026-01-12 15:49:25','663eceb0-7394-408a-a819-fd077ca50ea8'),
(20931,82,7456,NULL,479,1,'2026-01-12 15:49:25','2026-01-12 15:49:25','37a7b283-90a2-44ae-9df1-fcf4c4f94d7e'),
(20932,82,7456,NULL,491,2,'2026-01-12 15:49:25','2026-01-12 15:49:25','1825b534-3931-4ae4-8925-d7dc743f77cc'),
(20933,57,7456,NULL,5254,1,'2026-01-12 15:49:25','2026-01-12 15:49:25','0cd0b330-ab20-4007-92e1-764bbe37fd66'),
(20934,57,7456,NULL,5255,2,'2026-01-12 15:49:25','2026-01-12 15:49:25','9775eca1-763f-4123-936d-2890fd05b181'),
(20935,57,7456,NULL,5256,3,'2026-01-12 15:49:25','2026-01-12 15:49:25','4d6ad380-c5c0-4125-b05b-30b5ebcfc8ee'),
(20936,57,7456,NULL,5257,4,'2026-01-12 15:49:25','2026-01-12 15:49:25','a2b1e2dc-5391-4d16-931b-5d047ac671cc'),
(20937,57,7456,NULL,5258,5,'2026-01-12 15:49:25','2026-01-12 15:49:25','828cd808-8c46-4e54-9979-e3aea20742bd'),
(20960,32,7459,NULL,2614,1,'2026-01-12 15:50:29','2026-01-12 15:50:29','d9f31e90-f292-4886-98fb-4e03dda64a6b'),
(20961,32,7459,NULL,2610,2,'2026-01-12 15:50:29','2026-01-12 15:50:29','e2358534-75be-4888-b68d-08a077e42535'),
(20962,32,7459,NULL,2598,3,'2026-01-12 15:50:29','2026-01-12 15:50:29','d2394a6f-3a6f-40f5-90ce-ae1ebe735f83'),
(20963,32,7459,NULL,2600,4,'2026-01-12 15:50:29','2026-01-12 15:50:29','ab37a40a-9481-495d-9e59-3475875ca124'),
(20964,32,7459,NULL,2596,5,'2026-01-12 15:50:29','2026-01-12 15:50:29','238ee371-7853-482e-abe9-2840aa1ffa7d'),
(20965,32,7459,NULL,2602,6,'2026-01-12 15:50:29','2026-01-12 15:50:29','dec78bbb-3963-4a73-b72d-6766284e884a'),
(20966,32,7459,NULL,2612,7,'2026-01-12 15:50:29','2026-01-12 15:50:29','e88de9ce-7a16-483d-a10b-a6a82fd241d9'),
(20967,32,7459,NULL,2604,8,'2026-01-12 15:50:29','2026-01-12 15:50:29','2b8fc86b-63bf-4262-8ef7-991456990c78'),
(20968,16,7459,NULL,3623,1,'2026-01-12 15:50:29','2026-01-12 15:50:29','08befdf5-b198-42ff-b842-9d759e84832b'),
(20969,7,7459,NULL,601,1,'2026-01-12 15:50:29','2026-01-12 15:50:29','a90a3590-8fe2-4511-853c-5f5519486750'),
(20970,7,7459,NULL,617,2,'2026-01-12 15:50:29','2026-01-12 15:50:29','a5d761d4-2392-4a89-bfb5-c974fca1bfab'),
(20971,7,7459,NULL,605,3,'2026-01-12 15:50:29','2026-01-12 15:50:29','6ab576f7-49a0-4546-9a19-0be7ba9081f3'),
(20972,82,7459,NULL,479,1,'2026-01-12 15:50:29','2026-01-12 15:50:29','bc4245df-6515-43d1-ac55-4b42fa40aa3b'),
(20973,57,7459,NULL,5105,1,'2026-01-12 15:50:29','2026-01-12 15:50:29','a394a748-8ad7-4810-9fb5-48284f1ced4c'),
(20974,57,7459,NULL,5106,2,'2026-01-12 15:50:29','2026-01-12 15:50:29','00c9205f-2643-4f3f-a244-18d08520e27f'),
(20975,57,7459,NULL,5107,3,'2026-01-12 15:50:29','2026-01-12 15:50:29','d4e809f2-1e13-447d-8c67-c0da039632ba'),
(20976,57,7459,NULL,5108,4,'2026-01-12 15:50:29','2026-01-12 15:50:29','cd9e2f64-e3da-41fb-99d6-8b0644426148'),
(20977,57,7459,NULL,5109,5,'2026-01-12 15:50:29','2026-01-12 15:50:29','a1020f3b-dc45-41a8-98cc-02b252a66858'),
(20978,57,7459,NULL,5110,6,'2026-01-12 15:50:29','2026-01-12 15:50:29','cf0fd9ec-5c8c-4638-9dff-1421d689b6da'),
(20979,57,7459,NULL,5111,7,'2026-01-12 15:50:29','2026-01-12 15:50:29','31b98c6f-7ac5-4cea-a021-fc494c645019'),
(20980,57,7459,NULL,5112,8,'2026-01-12 15:50:29','2026-01-12 15:50:29','c0da700e-380c-44d4-9b35-a1dadf0b1118'),
(21003,32,1035,NULL,2608,9,'2026-01-12 15:50:48','2026-01-12 15:50:48','7e93a0dd-d9fe-4fbb-93fc-3a1367105bde'),
(21004,32,7461,NULL,2614,1,'2026-01-12 15:50:49','2026-01-12 15:50:49','9111f4e1-94b8-4282-9f66-c0c103491980'),
(21005,32,7461,NULL,2610,2,'2026-01-12 15:50:49','2026-01-12 15:50:49','44b6edda-bc64-4a43-8f12-06d7b5bbbec6'),
(21006,32,7461,NULL,2598,3,'2026-01-12 15:50:49','2026-01-12 15:50:49','4228f58b-de16-43ba-84c7-58ff381ccef7'),
(21007,32,7461,NULL,2600,4,'2026-01-12 15:50:49','2026-01-12 15:50:49','45b468d9-f7c0-49a5-a868-f95cfba31a1e'),
(21008,32,7461,NULL,2596,5,'2026-01-12 15:50:49','2026-01-12 15:50:49','e8359171-2d4d-4600-9f8a-3cca0efc2dce'),
(21009,32,7461,NULL,2602,6,'2026-01-12 15:50:49','2026-01-12 15:50:49','e96688ab-99ac-4c26-90b1-2574e5468007'),
(21010,32,7461,NULL,2612,7,'2026-01-12 15:50:49','2026-01-12 15:50:49','3ca34dbb-f325-45b8-b447-4ab10f13f9ec'),
(21011,32,7461,NULL,2604,8,'2026-01-12 15:50:49','2026-01-12 15:50:49','8c1371b8-0eb9-43a3-b6c6-379fab87a98e'),
(21012,32,7461,NULL,2608,9,'2026-01-12 15:50:49','2026-01-12 15:50:49','d9c8a9a7-a367-48aa-9410-5dd703079873'),
(21013,16,7461,NULL,3623,1,'2026-01-12 15:50:49','2026-01-12 15:50:49','4fe5b85d-769d-4db9-8c43-a9e0668d7794'),
(21014,7,7461,NULL,601,1,'2026-01-12 15:50:49','2026-01-12 15:50:49','a22d5bd2-b577-457f-b3dd-d707d6612b4f'),
(21015,7,7461,NULL,617,2,'2026-01-12 15:50:49','2026-01-12 15:50:49','6f67abf0-c234-4bbd-a313-addcd566c08a'),
(21016,7,7461,NULL,605,3,'2026-01-12 15:50:49','2026-01-12 15:50:49','fe116653-c990-4054-9646-23723eaa13d9'),
(21017,82,7461,NULL,479,1,'2026-01-12 15:50:49','2026-01-12 15:50:49','8871612d-cb43-49d4-9bfe-b2aff4a9d9ce'),
(21018,57,7461,NULL,5105,1,'2026-01-12 15:50:49','2026-01-12 15:50:49','feab4d10-386b-4200-86b7-a77b32e81d28'),
(21019,57,7461,NULL,5106,2,'2026-01-12 15:50:49','2026-01-12 15:50:49','399f11e9-385e-4017-af08-0b2cbdaad385'),
(21020,57,7461,NULL,5107,3,'2026-01-12 15:50:49','2026-01-12 15:50:49','df8210aa-0a3b-4a10-beb7-90c6ad92896f'),
(21021,57,7461,NULL,5108,4,'2026-01-12 15:50:49','2026-01-12 15:50:49','0833d891-2e11-46e3-91b8-95b50ae0063a'),
(21022,57,7461,NULL,5109,5,'2026-01-12 15:50:49','2026-01-12 15:50:49','2b8ff94e-a6c9-4367-9888-9771ecc08116'),
(21023,57,7461,NULL,5110,6,'2026-01-12 15:50:49','2026-01-12 15:50:49','d35ac1e9-e276-4df9-a350-8786016860d9'),
(21024,57,7461,NULL,5111,7,'2026-01-12 15:50:49','2026-01-12 15:50:49','56f57c8b-03e4-4365-aa88-19f5710fd579'),
(21025,57,7461,NULL,5112,8,'2026-01-12 15:50:49','2026-01-12 15:50:49','faa222bc-0550-4ca7-b77a-1228da1ac01f'),
(21045,82,1041,NULL,491,1,'2026-01-12 15:51:25','2026-01-21 18:30:00','9efef56b-788b-47cc-bb37-7a868071657c'),
(21046,32,7464,NULL,2610,1,'2026-01-12 15:51:25','2026-01-12 15:51:25','852c7d4e-c867-409c-8eb7-c7bcd764cd69'),
(21047,32,7464,NULL,2598,2,'2026-01-12 15:51:25','2026-01-12 15:51:25','9950156b-a1c3-45be-af98-2b13256ce267'),
(21048,32,7464,NULL,2608,3,'2026-01-12 15:51:25','2026-01-12 15:51:25','f6117857-7993-4f50-bf3e-81ea810631b7'),
(21049,32,7464,NULL,2600,4,'2026-01-12 15:51:25','2026-01-12 15:51:25','a173161b-44c3-4cb5-bce8-4c1edff041e5'),
(21050,32,7464,NULL,2596,5,'2026-01-12 15:51:25','2026-01-12 15:51:25','7977fbfb-2d51-494b-8851-9d5901bd4a3c'),
(21051,32,7464,NULL,2602,6,'2026-01-12 15:51:25','2026-01-12 15:51:25','783c6471-b9bc-45b6-a082-a1cf6af45a85'),
(21052,32,7464,NULL,2604,7,'2026-01-12 15:51:25','2026-01-12 15:51:25','05dd6d96-1071-484d-8e9e-4bfca6765cd2'),
(21055,7,7464,NULL,2974,3,'2026-01-12 15:51:25','2026-01-12 15:51:25','44505bc2-aad8-4eea-95d7-15ab55ee8d6b'),
(21056,7,7464,NULL,617,4,'2026-01-12 15:51:25','2026-01-12 15:51:25','1af2882d-3dcf-4ae5-ba26-fec9b8ba5db4'),
(21057,7,7464,NULL,605,5,'2026-01-12 15:51:25','2026-01-12 15:51:25','83db3490-90be-4c83-b66d-fd6009f6b335'),
(21058,82,7464,NULL,479,1,'2026-01-12 15:51:25','2026-01-12 15:51:25','98c05a58-7058-4b35-bae2-283c4aa7c559'),
(21059,82,7464,NULL,491,2,'2026-01-12 15:51:25','2026-01-12 15:51:25','c397e32f-75d1-451e-9b8f-e013c3dc759a'),
(21060,57,7464,NULL,5095,1,'2026-01-12 15:51:25','2026-01-12 15:51:25','7e6672d5-643f-4ad9-9bd4-171ec38b8dd1'),
(21061,57,7464,NULL,5096,2,'2026-01-12 15:51:25','2026-01-12 15:51:25','7e59dc1a-bded-414d-ab0a-fa6aeacf9c50'),
(21062,57,7464,NULL,5097,3,'2026-01-12 15:51:25','2026-01-12 15:51:25','62c49588-4b2a-406f-a5c7-1aeaa867c976'),
(21063,57,7464,NULL,5098,4,'2026-01-12 15:51:25','2026-01-12 15:51:25','484f2516-7cc9-49b9-8034-c64e2c638ce8'),
(21082,32,7466,NULL,2610,1,'2026-01-12 15:51:52','2026-01-12 15:51:52','3debe764-488f-4ae0-8dff-f36bfdd6a559'),
(21083,32,7466,NULL,2598,2,'2026-01-12 15:51:52','2026-01-12 15:51:52','408dd491-3474-4ce9-a722-1b09c7729421'),
(21084,32,7466,NULL,2608,3,'2026-01-12 15:51:52','2026-01-12 15:51:52','f7a5c73d-514c-4624-a080-cb2c8dee0361'),
(21085,32,7466,NULL,2600,4,'2026-01-12 15:51:52','2026-01-12 15:51:52','a1d31968-bcdf-426b-b134-ad1673f75708'),
(21086,32,7466,NULL,2596,5,'2026-01-12 15:51:52','2026-01-12 15:51:52','0a445734-6f2c-4846-a0c1-c388755f58b0'),
(21087,32,7466,NULL,2602,6,'2026-01-12 15:51:52','2026-01-12 15:51:52','e5ec366a-69d7-4f82-a74b-d813a9fa0ad2'),
(21088,32,7466,NULL,2604,7,'2026-01-12 15:51:52','2026-01-12 15:51:52','8ca38517-54b9-489d-91f9-59971a89373d'),
(21091,7,7466,NULL,2974,3,'2026-01-12 15:51:52','2026-01-12 15:51:52','1c77e027-f81c-4bc3-90b7-b11386560c38'),
(21092,7,7466,NULL,617,4,'2026-01-12 15:51:52','2026-01-12 15:51:52','19497f69-8f52-4b6b-b0ac-1c4d1d6c2c45'),
(21093,7,7466,NULL,605,5,'2026-01-12 15:51:52','2026-01-12 15:51:52','df4ca246-a7d0-449a-889e-0c2e856f6ac2'),
(21094,82,7466,NULL,479,1,'2026-01-12 15:51:52','2026-01-12 15:51:52','5b4bbf24-8473-4284-a89b-2b9869910e36'),
(21095,82,7466,NULL,491,2,'2026-01-12 15:51:52','2026-01-12 15:51:52','7558ffee-e4cc-4589-a20d-5e3d3dd6a55a'),
(21096,57,7466,NULL,5095,1,'2026-01-12 15:51:52','2026-01-12 15:51:52','78d8e06a-a353-4455-b568-30de1269e640'),
(21097,57,7466,NULL,5096,2,'2026-01-12 15:51:52','2026-01-12 15:51:52','a5c819c1-fba3-481b-8065-59a1075600f0'),
(21098,57,7466,NULL,5097,3,'2026-01-12 15:51:52','2026-01-12 15:51:52','e0945117-cb04-49e6-a2be-9cafa91c2dd1'),
(21099,57,7466,NULL,5098,4,'2026-01-12 15:51:52','2026-01-12 15:51:52','e3730309-378d-4eea-8ef5-2e37125fcac8'),
(21123,32,1045,NULL,2608,8,'2026-01-12 15:54:02','2026-01-12 15:54:02','a62acd56-f803-4d2a-a423-562b72b42e37'),
(21124,32,1045,NULL,2596,9,'2026-01-12 15:54:02','2026-01-12 15:54:02','9d2f1ce5-a892-42b7-8e7d-207b92fe3bee'),
(21125,32,7468,NULL,2610,1,'2026-01-12 15:54:02','2026-01-12 15:54:02','80b89f90-7181-4e7a-a01a-989516e0209b'),
(21126,32,7468,NULL,2598,2,'2026-01-12 15:54:02','2026-01-12 15:54:02','f89e48b5-b997-4a7e-a517-ec74cc56e9f0'),
(21127,32,7468,NULL,2600,3,'2026-01-12 15:54:02','2026-01-12 15:54:02','ce90cb4d-6b4d-4cff-8cc9-e44a2f05faea'),
(21128,32,7468,NULL,2602,4,'2026-01-12 15:54:02','2026-01-12 15:54:02','96272bfe-dab8-4ebf-b16c-d7e4281b990f'),
(21129,32,7468,NULL,2612,5,'2026-01-12 15:54:02','2026-01-12 15:54:02','9329aa3b-5009-4af7-9199-c725ec912ef0'),
(21130,32,7468,NULL,2618,6,'2026-01-12 15:54:02','2026-01-12 15:54:02','2159a45e-8c72-4aec-b4de-0a6381a609c0'),
(21131,32,7468,NULL,2604,7,'2026-01-12 15:54:02','2026-01-12 15:54:02','57508209-dd40-43e9-ada6-22162da13a81'),
(21132,32,7468,NULL,2608,8,'2026-01-12 15:54:02','2026-01-12 15:54:02','ad9c5af7-33e3-4a3e-831a-0501621a0dd9'),
(21133,32,7468,NULL,2596,9,'2026-01-12 15:54:02','2026-01-12 15:54:02','39b34c83-e601-40ca-b0a1-ca831910da09'),
(21134,16,7468,NULL,3689,1,'2026-01-12 15:54:02','2026-01-12 15:54:02','4d7d9253-6a2c-48f9-9b2f-53f7871c1835'),
(21135,7,7468,NULL,601,1,'2026-01-12 15:54:02','2026-01-12 15:54:02','f451a567-1b17-4030-8886-7073b30334d0'),
(21136,7,7468,NULL,3468,2,'2026-01-12 15:54:02','2026-01-12 15:54:02','be550054-42ee-4907-9c6c-11c6102e2295'),
(21137,7,7468,NULL,617,3,'2026-01-12 15:54:02','2026-01-12 15:54:02','45f2cffe-0a02-48ca-aedb-470fa427f1cc'),
(21138,7,7468,NULL,605,4,'2026-01-12 15:54:02','2026-01-12 15:54:02','ec409f03-dc3b-4dc2-9a77-4c3754837a0d'),
(21139,82,7468,NULL,479,1,'2026-01-12 15:54:02','2026-01-12 15:54:02','c87d84c4-c723-49e2-9a7d-92f8fd7952a1'),
(21140,82,7468,NULL,485,2,'2026-01-12 15:54:02','2026-01-12 15:54:02','0b10071f-dc51-4370-b1e1-39589e719116'),
(21141,82,7468,NULL,491,3,'2026-01-12 15:54:02','2026-01-12 15:54:02','bf752bb9-e3ae-4603-8f17-248560d44725'),
(21142,46,7468,NULL,3697,1,'2026-01-12 15:54:02','2026-01-12 15:54:02','cd30f2cb-a2bc-4879-95ce-de7425dc6410'),
(21143,57,7468,NULL,4829,1,'2026-01-12 15:54:02','2026-01-12 15:54:02','c374e4fd-1ab0-4f0d-8c1d-4c44f18a8119'),
(21144,57,7468,NULL,4826,2,'2026-01-12 15:54:02','2026-01-12 15:54:02','2819b65d-843d-4909-808b-04f80bcdfde4'),
(21145,57,7468,NULL,4828,3,'2026-01-12 15:54:02','2026-01-12 15:54:02','8b88477a-eeaf-49d5-a803-cad6580b9223'),
(21146,57,7468,NULL,4827,4,'2026-01-12 15:54:02','2026-01-12 15:54:02','bacccee3-06ce-4283-b3ce-b90f9bef8cb3'),
(21165,32,1051,NULL,2608,7,'2026-01-12 15:55:10','2026-01-12 15:55:10','43a0aeb3-439e-418e-8cff-825995650db7'),
(21166,32,1051,NULL,2596,8,'2026-01-12 15:55:10','2026-01-12 15:55:10','c6ff8b00-b727-4919-9d3e-c0948fda30d4'),
(21167,32,1051,NULL,2602,9,'2026-01-12 15:55:10','2026-01-12 15:55:10','6dfdc9b1-540b-46a3-aaf6-ac9f3baa174a'),
(21168,82,1051,NULL,479,1,'2026-01-12 15:55:10','2026-01-12 15:55:10','1056c6fd-c138-49e1-bde4-50980f6488df'),
(21169,32,7470,NULL,2614,1,'2026-01-12 15:55:10','2026-01-12 15:55:10','f91f7119-b99a-4846-8137-fb80552534fc'),
(21170,32,7470,NULL,2610,2,'2026-01-12 15:55:10','2026-01-12 15:55:10','7eea5431-2c5e-4984-8898-d996b496bded'),
(21171,32,7470,NULL,2598,3,'2026-01-12 15:55:10','2026-01-12 15:55:10','07332127-3b0d-4a74-b236-8df66168938b'),
(21172,32,7470,NULL,2600,4,'2026-01-12 15:55:10','2026-01-12 15:55:10','041c75ba-d605-4f67-a6cf-a444011fa3dd'),
(21173,32,7470,NULL,2612,5,'2026-01-12 15:55:10','2026-01-12 15:55:10','61d3131f-793b-4c07-841f-9f4429521176'),
(21174,32,7470,NULL,2604,6,'2026-01-12 15:55:10','2026-01-12 15:55:10','5e188144-5c54-4d0c-8652-580fdf830329'),
(21175,32,7470,NULL,2608,7,'2026-01-12 15:55:10','2026-01-12 15:55:10','b8c7a6ce-f3d0-4f7e-bcc1-cd61e15dd75b'),
(21176,32,7470,NULL,2596,8,'2026-01-12 15:55:10','2026-01-12 15:55:10','8813a1ab-77ab-4b30-9609-326e00882645'),
(21177,32,7470,NULL,2602,9,'2026-01-12 15:55:10','2026-01-12 15:55:10','f4bb9eac-0bb8-4b33-95cd-9842d2218d10'),
(21178,16,7470,NULL,3722,1,'2026-01-12 15:55:10','2026-01-12 15:55:10','187cf26e-bfaf-4bc0-afe6-0cd604573f52'),
(21179,7,7470,NULL,601,1,'2026-01-12 15:55:10','2026-01-12 15:55:10','4a56ccda-fd96-40e1-b858-4c692787db85'),
(21180,7,7470,NULL,3468,2,'2026-01-12 15:55:10','2026-01-12 15:55:10','47ba5009-03d4-4d24-b8a1-5fdbd4dfa57b'),
(21181,7,7470,NULL,2972,3,'2026-01-12 15:55:10','2026-01-12 15:55:10','231c6e16-5740-4804-be47-d4c92a42af6a'),
(21182,7,7470,NULL,617,4,'2026-01-12 15:55:10','2026-01-12 15:55:10','f4a2626b-f7f0-4172-bd82-6f2123231750'),
(21183,7,7470,NULL,605,5,'2026-01-12 15:55:10','2026-01-12 15:55:10','8796afcc-5a33-48ca-89d3-c6db5d07d916'),
(21184,82,7470,NULL,479,1,'2026-01-12 15:55:10','2026-01-12 15:55:10','10c4f89e-fe75-48f0-a777-1f83b2f7a18f'),
(21205,32,1059,NULL,2608,8,'2026-01-12 15:56:42','2026-01-12 15:56:42','f424e91a-1f8b-40bd-9d26-1eff64426aba'),
(21206,32,1059,NULL,2596,9,'2026-01-12 15:56:42','2026-01-12 15:56:42','9b88d6bd-41c7-4dc9-8d97-c023671c0b75'),
(21207,82,1059,NULL,479,1,'2026-01-12 15:56:42','2026-01-12 15:56:42','e9238206-65fc-4da9-9168-a84f1fe2f5f6'),
(21208,82,1059,NULL,491,2,'2026-01-12 15:56:42','2026-01-12 15:56:42','2605cfde-6052-41cf-9459-07ee99841e1d'),
(21209,32,7472,NULL,2610,1,'2026-01-12 15:56:42','2026-01-12 15:56:42','9614f192-f5e9-4e5f-8ef9-b3251690afa9'),
(21210,32,7472,NULL,2598,2,'2026-01-12 15:56:42','2026-01-12 15:56:42','00cd648f-49be-40b8-82eb-6cd8a8d600fe'),
(21211,32,7472,NULL,2600,3,'2026-01-12 15:56:42','2026-01-12 15:56:42','93395989-707a-4b5c-a447-376c799a76ac'),
(21212,32,7472,NULL,2602,4,'2026-01-12 15:56:42','2026-01-12 15:56:42','31eb5533-2c83-4124-94d8-829992c1f08f'),
(21213,32,7472,NULL,2612,5,'2026-01-12 15:56:42','2026-01-12 15:56:42','1dbac36e-39db-4856-907e-0555812e0402'),
(21214,32,7472,NULL,2618,6,'2026-01-12 15:56:42','2026-01-12 15:56:42','7caae4e0-ffaa-4c3c-862a-b094727c3067'),
(21215,32,7472,NULL,2604,7,'2026-01-12 15:56:42','2026-01-12 15:56:42','60c3d9bf-c09a-464b-bbf8-22ce5cec577a'),
(21216,32,7472,NULL,2608,8,'2026-01-12 15:56:42','2026-01-12 15:56:42','edfe56e0-769e-4074-853d-bc97b2a23d81'),
(21217,32,7472,NULL,2596,9,'2026-01-12 15:56:42','2026-01-12 15:56:42','9511e982-8020-4cae-9914-35ddf1204c6d'),
(21218,16,7472,NULL,3761,1,'2026-01-12 15:56:42','2026-01-12 15:56:42','1a1b924d-65a6-4544-812e-2ca7e6c4a988'),
(21221,7,7472,NULL,2974,3,'2026-01-12 15:56:42','2026-01-12 15:56:42','95037aff-794a-46dd-9ba4-8601c59650b6'),
(21222,7,7472,NULL,617,4,'2026-01-12 15:56:42','2026-01-12 15:56:42','c69f0d31-b582-4635-8c08-a5c06d0c49a8'),
(21223,7,7472,NULL,605,5,'2026-01-12 15:56:42','2026-01-12 15:56:42','0eaa6cc6-bae7-46b0-bad0-8e80d8f58b7d'),
(21224,82,7472,NULL,479,1,'2026-01-12 15:56:42','2026-01-12 15:56:42','8a3ce95f-f7da-4515-96c3-900dc1f93ce7'),
(21225,82,7472,NULL,491,2,'2026-01-12 15:56:42','2026-01-12 15:56:42','ca3d6c09-4a53-4044-b77f-4abab892832d'),
(21226,46,7472,NULL,3697,1,'2026-01-12 15:56:42','2026-01-12 15:56:42','90cd1962-ef14-49d5-91a9-9e3d02c15352'),
(21244,32,1067,NULL,2608,7,'2026-01-12 15:57:55','2026-01-12 15:57:55','69cecc89-4e06-4012-b9f1-02c871f13b7f'),
(21245,32,1067,NULL,2596,8,'2026-01-12 15:57:55','2026-01-12 15:57:55','31520d68-db50-4beb-ac55-ec6c4f65edfb'),
(21246,82,1067,NULL,479,1,'2026-01-12 15:57:55','2026-01-12 15:57:55','ab167812-0a0f-4827-b413-aee09dbbe8c7'),
(21247,32,7474,NULL,2614,1,'2026-01-12 15:57:55','2026-01-12 15:57:55','3d3f06c8-e4d0-4d63-969c-65e462acafae'),
(21248,32,7474,NULL,2610,2,'2026-01-12 15:57:55','2026-01-12 15:57:55','9d9e851b-136a-4569-bf3f-034dd5e237e3'),
(21249,32,7474,NULL,2598,3,'2026-01-12 15:57:55','2026-01-12 15:57:55','92dd08f2-a757-43c0-9266-5c5424f604f3'),
(21250,32,7474,NULL,2600,4,'2026-01-12 15:57:55','2026-01-12 15:57:55','2f22a507-85a2-4fe9-a824-586d352e3f62'),
(21251,32,7474,NULL,2602,5,'2026-01-12 15:57:55','2026-01-12 15:57:55','21fdd70e-2e34-4703-bc5e-df7f8e80c84b'),
(21252,32,7474,NULL,2604,6,'2026-01-12 15:57:55','2026-01-12 15:57:55','fea7db29-2e82-4fda-bf65-39d84e99db93'),
(21253,32,7474,NULL,2608,7,'2026-01-12 15:57:55','2026-01-12 15:57:55','292362bb-8388-40c6-883e-c3f22167e1b2'),
(21254,32,7474,NULL,2596,8,'2026-01-12 15:57:55','2026-01-12 15:57:55','3810c6c3-ef8b-42a3-bea5-c133cb57b374'),
(21255,16,7474,NULL,3808,1,'2026-01-12 15:57:55','2026-01-12 15:57:55','bc0d5820-d698-4dc4-ab26-a2b5607c2a4c'),
(21256,7,7474,NULL,601,1,'2026-01-12 15:57:55','2026-01-12 15:57:55','62ee0740-946f-42d8-a25a-a8396587f10a'),
(21257,7,7474,NULL,3468,2,'2026-01-12 15:57:55','2026-01-12 15:57:55','95282432-acf2-491e-87ce-d4a46a5806c4'),
(21258,7,7474,NULL,2972,3,'2026-01-12 15:57:55','2026-01-12 15:57:55','f277c25c-287d-4be9-b8e2-5f5062576eae'),
(21259,7,7474,NULL,2974,4,'2026-01-12 15:57:55','2026-01-12 15:57:55','3d3aac9c-94c2-48b2-9166-09e92dd6cf4d'),
(21260,7,7474,NULL,617,5,'2026-01-12 15:57:55','2026-01-12 15:57:55','78fdb533-8949-435b-9e81-eb7764ccf087'),
(21261,7,7474,NULL,605,6,'2026-01-12 15:57:55','2026-01-12 15:57:55','4623fd06-daf7-4de1-94c4-12030d441fc7'),
(21262,82,7474,NULL,479,1,'2026-01-12 15:57:55','2026-01-12 15:57:55','61096229-5661-4796-9c29-a0ef22fd61c5'),
(21268,32,1079,NULL,2608,4,'2026-01-12 15:59:49','2026-01-12 15:59:49','741773f0-51f3-42ac-9227-809563c55d6e'),
(21269,32,1079,NULL,2596,6,'2026-01-12 15:59:49','2026-01-12 15:59:49','41b6c426-6fa8-40bd-8abf-700aa5059ef1'),
(21270,32,1079,NULL,2602,7,'2026-01-12 15:59:49','2026-01-12 15:59:49','bf6a59b1-811e-4da7-ae77-d3b12274ba11'),
(21271,32,1079,NULL,2606,8,'2026-01-12 15:59:49','2026-01-12 15:59:49','6257c73e-ae82-4b23-9d49-016eaf84bab5'),
(21272,46,1079,NULL,2891,1,'2026-01-12 15:59:49','2026-01-12 15:59:49','26d7aa3d-0687-4add-b681-72ac25d611bd'),
(21273,32,7475,NULL,2614,1,'2026-01-12 15:59:49','2026-01-12 15:59:49','d7c45ceb-1009-4650-a592-17f4b152a977'),
(21274,32,7475,NULL,2610,2,'2026-01-12 15:59:49','2026-01-12 15:59:49','8aa64c85-cbac-48be-95f1-55a5bb90e9e2'),
(21275,32,7475,NULL,2598,3,'2026-01-12 15:59:49','2026-01-12 15:59:49','07fa1291-8e85-41e6-a4a7-5e54c1476d5d'),
(21276,32,7475,NULL,2608,4,'2026-01-12 15:59:49','2026-01-12 15:59:49','1a29aa82-f730-4c9c-b1ac-384d7a7e0aac'),
(21277,32,7475,NULL,2600,5,'2026-01-12 15:59:49','2026-01-12 15:59:49','fd8c01f0-d250-497d-a4ab-b51ca424f37a'),
(21278,32,7475,NULL,2596,6,'2026-01-12 15:59:49','2026-01-12 15:59:49','fe9bb3e7-fc51-4ae2-bfd8-673cbc1e405c'),
(21279,32,7475,NULL,2602,7,'2026-01-12 15:59:49','2026-01-12 15:59:49','304ffd98-74ce-49e4-9fe9-6c842ce7903a'),
(21280,32,7475,NULL,2606,8,'2026-01-12 15:59:49','2026-01-12 15:59:49','9c17edf4-5d0b-41fd-b73d-ac05b00c52f3'),
(21281,32,7475,NULL,2604,9,'2026-01-12 15:59:49','2026-01-12 15:59:49','b0d77599-8e48-48fd-a61f-4a1f417cb922'),
(21282,16,7475,NULL,5281,1,'2026-01-12 15:59:49','2026-01-12 15:59:49','4f5dd1e2-805b-4926-84df-e9e9b458d15c'),
(21283,7,7475,NULL,601,1,'2026-01-12 15:59:49','2026-01-12 15:59:49','a4a95736-1cf7-4d4b-9b52-6e676c8b97c1'),
(21284,7,7475,NULL,3468,2,'2026-01-12 15:59:49','2026-01-12 15:59:49','158b25eb-0d3a-4e5b-8489-7c77933f0dc1'),
(21285,7,7475,NULL,2972,3,'2026-01-12 15:59:49','2026-01-12 15:59:49','9fe97dbc-5ab4-474e-ab8e-abecf65a1efc'),
(21286,7,7475,NULL,2974,4,'2026-01-12 15:59:49','2026-01-12 15:59:49','fdfae6d3-aafa-44df-a944-7ee1ea63fb09'),
(21287,7,7475,NULL,617,5,'2026-01-12 15:59:49','2026-01-12 15:59:49','94e83056-5700-4eb7-bfaf-364f90cfac8e'),
(21288,7,7475,NULL,605,6,'2026-01-12 15:59:49','2026-01-12 15:59:49','424abf9d-57c9-4341-840e-bcebcf806221'),
(21289,46,7475,NULL,2891,1,'2026-01-12 15:59:49','2026-01-12 15:59:49','45305980-3cb9-4101-9d30-1f40448eb86a'),
(21290,57,7475,NULL,5277,1,'2026-01-12 15:59:49','2026-01-12 15:59:49','06640eeb-349c-44b8-aebf-10c8e51eedc2'),
(21291,57,7475,NULL,5278,2,'2026-01-12 15:59:49','2026-01-12 15:59:49','0358e9cd-fa25-4469-860a-6e88276031fb'),
(21292,57,7475,NULL,5279,3,'2026-01-12 15:59:49','2026-01-12 15:59:49','1e3f0673-cf2b-4b2e-8d69-c3ce45dea96e'),
(21293,57,7475,NULL,5280,4,'2026-01-12 15:59:49','2026-01-12 15:59:49','3f8c3889-2713-4490-8584-086ca92ef7f7'),
(21294,57,7475,NULL,5282,5,'2026-01-12 15:59:49','2026-01-12 15:59:49','7eeb52d2-c8c8-42c5-a961-b869a7c9a9c0'),
(21295,13,7475,NULL,6814,1,'2026-01-12 15:59:49','2026-01-12 15:59:49','ff4f64c0-2278-4996-b344-166136c28de8'),
(21302,32,1085,NULL,2608,5,'2026-01-12 16:01:37','2026-01-12 16:01:37','f21e06d7-d947-4b9e-ad8d-b12233f9e7c1'),
(21303,32,1085,NULL,2596,6,'2026-01-12 16:01:37','2026-01-12 16:01:37','e12dd1a6-2c6f-441e-a846-c9d1b1ff881b'),
(21304,32,1085,NULL,2602,7,'2026-01-12 16:01:37','2026-01-12 16:01:37','4e87b662-d974-467c-9041-43a34194f65d'),
(21305,82,1085,NULL,479,1,'2026-01-12 16:01:37','2026-01-12 16:01:37','21071f04-a423-49bc-b8a0-7a5c979739e4'),
(21307,82,1085,NULL,491,2,'2026-01-12 16:01:37','2026-01-12 18:26:20','e17d3cc3-1c64-4a63-8e1c-1235981cfc2d'),
(21308,32,7476,NULL,2610,1,'2026-01-12 16:01:37','2026-01-12 16:01:37','48f50d3a-17f8-4eb7-a68c-43c4dfcb5be5'),
(21309,32,7476,NULL,2598,2,'2026-01-12 16:01:37','2026-01-12 16:01:37','51e7abd2-7a02-4110-8375-168eca94d6e4'),
(21310,32,7476,NULL,2600,3,'2026-01-12 16:01:37','2026-01-12 16:01:37','2a57bff6-e151-44a2-bcd8-a46474552506'),
(21311,32,7476,NULL,2604,4,'2026-01-12 16:01:37','2026-01-12 16:01:37','97bcbec0-6eda-49f0-a94f-f2ac283652e8'),
(21312,32,7476,NULL,2608,5,'2026-01-12 16:01:37','2026-01-12 16:01:37','afea59d4-5c56-47cc-958b-de6da74faf54'),
(21313,32,7476,NULL,2596,6,'2026-01-12 16:01:37','2026-01-12 16:01:37','cc56c490-ba58-4978-a05d-7747c2ad6938'),
(21314,32,7476,NULL,2602,7,'2026-01-12 16:01:37','2026-01-12 16:01:37','e181110a-a2c1-4838-8fad-933e353376fe'),
(21315,16,7476,NULL,3865,1,'2026-01-12 16:01:37','2026-01-12 16:01:37','73cbc9ac-5874-4526-97ac-90cbdc6b6c1a'),
(21316,7,7476,NULL,601,1,'2026-01-12 16:01:37','2026-01-12 16:01:37','01f6a03b-e50e-4d12-8e47-9137c8c90d19'),
(21317,7,7476,NULL,3468,2,'2026-01-12 16:01:37','2026-01-12 16:01:37','ff8a72aa-c1bf-4161-9de2-ac9b52fa32b7'),
(21318,7,7476,NULL,3093,3,'2026-01-12 16:01:37','2026-01-12 16:01:37','e10de2f8-399e-4834-b51f-1a6357619a76'),
(21319,7,7476,NULL,617,4,'2026-01-12 16:01:37','2026-01-12 16:01:37','603fec9e-d10a-4a5f-88ad-8487fd68c7cb'),
(21320,7,7476,NULL,605,5,'2026-01-12 16:01:37','2026-01-12 16:01:37','91198586-cd0c-4c6d-8d5c-b388a9c46acd'),
(21321,82,7476,NULL,479,1,'2026-01-12 16:01:37','2026-01-12 16:01:37','cadc99cb-a592-48bf-b71e-019503554f4f'),
(21322,82,7476,NULL,485,2,'2026-01-12 16:01:37','2026-01-12 16:01:37','96556894-49ee-402e-8fbc-e90327fa8d68'),
(21323,82,7476,NULL,491,3,'2026-01-12 16:01:37','2026-01-12 16:01:37','3f8dcc79-f5a9-4e94-80b3-6e2e52494626'),
(21329,32,1091,NULL,2614,8,'2026-01-12 16:03:01','2026-01-12 16:03:01','45a874b7-312a-4e14-a5eb-49f52d9ec25d'),
(21330,32,1091,NULL,2608,9,'2026-01-12 16:03:01','2026-01-12 16:03:01','9e42de46-103b-44b2-806a-50b1576e4692'),
(21331,32,1091,NULL,2596,10,'2026-01-12 16:03:01','2026-01-12 16:03:01','a67297b1-bb26-4d5d-8976-c3952966b9f7'),
(21332,82,1091,NULL,479,1,'2026-01-12 16:03:01','2026-01-12 16:03:01','322cf337-1d0a-42d9-a3bd-f458c2853f5e'),
(21333,32,7477,NULL,2610,1,'2026-01-12 16:03:01','2026-01-12 16:03:01','f3e8f39a-3cfb-428b-89f8-8615f18e505e'),
(21334,32,7477,NULL,2598,2,'2026-01-12 16:03:01','2026-01-12 16:03:01','4e056629-c00d-4923-9fdc-c7869beb7c31'),
(21335,32,7477,NULL,2600,3,'2026-01-12 16:03:01','2026-01-12 16:03:01','8c436642-1e39-45a8-a435-9f7f5b5a8e2f'),
(21336,32,7477,NULL,2602,4,'2026-01-12 16:03:01','2026-01-12 16:03:01','fd413a5c-2ef8-4e62-bfb4-cef74130cabd'),
(21337,32,7477,NULL,2612,5,'2026-01-12 16:03:01','2026-01-12 16:03:01','cd21fab8-b62e-4200-959d-70d9cdfe9017'),
(21338,32,7477,NULL,2618,6,'2026-01-12 16:03:01','2026-01-12 16:03:01','4cc12d8f-db27-40d9-9053-2f9db1bc326a'),
(21339,32,7477,NULL,2604,7,'2026-01-12 16:03:01','2026-01-12 16:03:01','c88737f7-7ea5-4ccb-8049-9b520735f61b'),
(21340,32,7477,NULL,2614,8,'2026-01-12 16:03:01','2026-01-12 16:03:01','774fc920-cc51-4f51-84ed-39dd9c146b19'),
(21341,32,7477,NULL,2608,9,'2026-01-12 16:03:01','2026-01-12 16:03:01','670e271f-737b-4627-93d4-dfacf6116920'),
(21342,32,7477,NULL,2596,10,'2026-01-12 16:03:01','2026-01-12 16:03:01','a2d68d2c-a721-4280-9446-587a757f684a'),
(21343,16,7477,NULL,3896,1,'2026-01-12 16:03:01','2026-01-12 16:03:01','2163bde1-cee1-42f5-a890-82a83959668e'),
(21345,7,7477,NULL,2974,2,'2026-01-12 16:03:01','2026-01-12 16:03:01','45be1bee-b56d-443c-a7cd-bc0653da35e8'),
(21346,7,7477,NULL,617,3,'2026-01-12 16:03:01','2026-01-12 16:03:01','c4316354-0e45-412d-b9da-6f9e6d42f76f'),
(21347,7,7477,NULL,605,4,'2026-01-12 16:03:01','2026-01-12 16:03:01','62574d23-90b2-4be4-9dce-aff79f66db80'),
(21348,82,7477,NULL,479,1,'2026-01-12 16:03:01','2026-01-12 16:03:01','82f30164-6140-4f69-af56-fa56114fb2cd'),
(21349,46,7477,NULL,3697,1,'2026-01-12 16:03:01','2026-01-12 16:03:01','447cf3d5-3611-4bb3-a9ee-65f878d402e8'),
(21350,13,7477,NULL,6820,1,'2026-01-12 16:03:01','2026-01-12 16:03:01','2d32cde6-ed0f-45c0-9c9d-13051c466133'),
(21367,32,1097,NULL,2614,6,'2026-01-12 16:04:25','2026-01-12 16:04:25','c70fe63f-967c-4aaa-9c46-126ff25ebe33'),
(21368,32,1097,NULL,2608,7,'2026-01-12 16:04:25','2026-01-12 16:04:25','eb9851a2-643b-4aa7-b263-31cab1a27e47'),
(21369,32,1097,NULL,2596,8,'2026-01-12 16:04:25','2026-01-12 16:04:25','f4e25459-3763-4f55-b644-258890eb558f'),
(21370,32,1097,NULL,2602,9,'2026-01-12 16:04:25','2026-01-12 16:04:25','1cac100c-b6c3-4193-913a-63b1f42eedf3'),
(21372,32,7479,NULL,2610,1,'2026-01-12 16:04:25','2026-01-12 16:04:25','70be56c1-d393-43cf-9466-815206d4e413'),
(21373,32,7479,NULL,2598,2,'2026-01-12 16:04:25','2026-01-12 16:04:25','ca93c513-8a1e-4fb2-a2e1-af1b5fa9dcab'),
(21374,32,7479,NULL,2600,3,'2026-01-12 16:04:25','2026-01-12 16:04:25','834a9837-ca3d-471d-8d3e-5c0db7404143'),
(21375,32,7479,NULL,2606,4,'2026-01-12 16:04:25','2026-01-12 16:04:25','17ce9850-f82f-4834-a188-b4768bc6562f'),
(21376,32,7479,NULL,2604,5,'2026-01-12 16:04:25','2026-01-12 16:04:25','3cab85f7-23ea-4ac5-b406-34f5df1fe454'),
(21377,32,7479,NULL,2614,6,'2026-01-12 16:04:25','2026-01-12 16:04:25','0ebcd6fe-2f48-4a52-ada0-7d4877192e6f'),
(21378,32,7479,NULL,2608,7,'2026-01-12 16:04:25','2026-01-12 16:04:25','9f85ce39-f81d-4ffb-9c37-9142c0500474'),
(21379,32,7479,NULL,2596,8,'2026-01-12 16:04:25','2026-01-12 16:04:25','8389d5f9-e000-483b-898f-81872524fb8c'),
(21380,32,7479,NULL,2602,9,'2026-01-12 16:04:25','2026-01-12 16:04:25','eaff3b27-90d4-436e-b49c-1ea1834874b4'),
(21381,16,7479,NULL,3927,1,'2026-01-12 16:04:25','2026-01-12 16:04:25','b774e3dd-9f4a-45ee-a1ca-e98a3ce85e34'),
(21382,7,7479,NULL,601,1,'2026-01-12 16:04:25','2026-01-12 16:04:25','ca719ea6-72ba-46d9-8002-9d55a2a21121'),
(21383,7,7479,NULL,3468,2,'2026-01-12 16:04:25','2026-01-12 16:04:25','9d728089-9d07-40c6-9556-0c1b047e224b'),
(21384,7,7479,NULL,617,3,'2026-01-12 16:04:25','2026-01-12 16:04:25','47114d67-c174-47e6-b6b5-21528634b39c'),
(21385,7,7479,NULL,605,4,'2026-01-12 16:04:25','2026-01-12 16:04:25','6cde4402-d45f-4a3e-a8ae-af36a213fcdb'),
(21386,82,7479,NULL,485,1,'2026-01-12 16:04:25','2026-01-12 16:04:25','708263cc-88b7-4ee7-ac06-2ccf1224260c'),
(21402,32,1103,NULL,2608,5,'2026-01-12 16:06:01','2026-01-12 16:06:01','74019182-e018-4889-b12d-10a3aecb1565'),
(21403,32,1103,NULL,2596,6,'2026-01-12 16:06:01','2026-01-12 16:06:01','5ee71500-45b1-4380-b2b4-5066d762b5b4'),
(21404,32,1103,NULL,2602,7,'2026-01-12 16:06:01','2026-01-12 16:06:01','968b29d6-c813-46da-a5f7-ed77101397cb'),
(21405,82,1103,NULL,479,1,'2026-01-12 16:06:01','2026-01-12 16:06:01','5f9b5512-a797-42df-8b37-217ef8514965'),
(21407,82,1103,NULL,491,2,'2026-01-12 16:06:01','2026-01-12 18:26:40','dd0db59f-5090-47cc-a945-8f237a54dcc0'),
(21408,32,7481,NULL,2610,1,'2026-01-12 16:06:01','2026-01-12 16:06:01','a8029035-a307-4ddb-b7bd-2f6d2c7cbf8a'),
(21409,32,7481,NULL,2598,2,'2026-01-12 16:06:01','2026-01-12 16:06:01','2cd63349-3adb-472c-9884-22454f5b57d4'),
(21410,32,7481,NULL,2600,3,'2026-01-12 16:06:01','2026-01-12 16:06:01','f89ab6a9-ad01-4aca-9a43-a1b0f66260cd'),
(21411,32,7481,NULL,2604,4,'2026-01-12 16:06:01','2026-01-12 16:06:01','85bbce16-d7ae-421a-96a7-20b6e4491deb'),
(21412,32,7481,NULL,2608,5,'2026-01-12 16:06:01','2026-01-12 16:06:01','8c74587a-6e6f-4478-949b-48f2de079048'),
(21413,32,7481,NULL,2596,6,'2026-01-12 16:06:01','2026-01-12 16:06:01','50f6ddfb-7349-4c8c-84d3-af2c2f32774c'),
(21414,32,7481,NULL,2602,7,'2026-01-12 16:06:01','2026-01-12 16:06:01','09a4e6f1-09dc-43dc-9642-ec3b0c252ad1'),
(21415,16,7481,NULL,3959,1,'2026-01-12 16:06:01','2026-01-12 16:06:01','92864fee-f9f4-41d7-b231-43aee10e6600'),
(21417,7,7481,NULL,617,2,'2026-01-12 16:06:01','2026-01-12 16:06:01','c7930d89-c24e-43a4-8057-1af27981bc67'),
(21418,7,7481,NULL,605,3,'2026-01-12 16:06:01','2026-01-12 16:06:01','94cbfd73-c5d6-412c-948f-2cc8f563a877'),
(21419,82,7481,NULL,479,1,'2026-01-12 16:06:01','2026-01-12 16:06:01','a02a0088-3fc8-4ea9-a7df-1b98f71b5b8a'),
(21420,82,7481,NULL,485,2,'2026-01-12 16:06:01','2026-01-12 16:06:01','fff24a01-6da6-4d07-b0bb-d854e4593a59'),
(21421,82,7481,NULL,491,3,'2026-01-12 16:06:01','2026-01-12 16:06:01','2b3b5c83-3138-4ac9-92e2-53b2110c42cb'),
(21428,32,1109,NULL,2608,5,'2026-01-12 16:07:21','2026-01-12 16:07:21','aaf5b1e6-e43e-479c-8ed9-a6315ee2b744'),
(21429,32,1109,NULL,2596,6,'2026-01-12 16:07:21','2026-01-12 16:07:21','d8d1077a-6f07-4cb0-a597-68d9050a55d8'),
(21430,32,1109,NULL,2602,7,'2026-01-12 16:07:21','2026-01-12 16:07:21','751d35da-0b19-48e5-aafc-66ac856be8a1'),
(21432,82,1109,NULL,491,1,'2026-01-12 16:07:21','2026-01-21 18:41:24','53800c69-2914-4b81-a1f0-588437917b6b'),
(21433,32,7482,NULL,2610,1,'2026-01-12 16:07:21','2026-01-12 16:07:21','6d3d624b-7988-46de-b3a5-7a3d4c332608'),
(21434,32,7482,NULL,2598,2,'2026-01-12 16:07:21','2026-01-12 16:07:21','fa6e18de-00df-497f-9c37-8115994f6add'),
(21435,32,7482,NULL,2600,3,'2026-01-12 16:07:21','2026-01-12 16:07:21','2ac8393b-8b59-4a23-8d41-f45d224648d4'),
(21436,32,7482,NULL,2604,4,'2026-01-12 16:07:21','2026-01-12 16:07:21','22240420-69da-4e45-b0e6-2158766cd0ed'),
(21437,32,7482,NULL,2608,5,'2026-01-12 16:07:21','2026-01-12 16:07:21','e071b018-58b1-416b-a5e3-5d32ec68e078'),
(21438,32,7482,NULL,2596,6,'2026-01-12 16:07:21','2026-01-12 16:07:21','4c02528e-1111-4aaa-9493-707aff382d20'),
(21439,32,7482,NULL,2602,7,'2026-01-12 16:07:21','2026-01-12 16:07:21','6bf49305-c0db-440d-9857-155a9ac9db29'),
(21440,16,7482,NULL,3986,1,'2026-01-12 16:07:21','2026-01-12 16:07:21','35d739c9-bc25-439f-88a6-5d0b28a667b7'),
(21441,7,7482,NULL,601,1,'2026-01-12 16:07:21','2026-01-12 16:07:21','4f668e78-d6fc-4fd1-bdab-2ccb33539c46'),
(21442,7,7482,NULL,3468,2,'2026-01-12 16:07:21','2026-01-12 16:07:21','65a0fa98-7b99-42f5-bd8d-90a03f50fd98'),
(21443,7,7482,NULL,617,3,'2026-01-12 16:07:21','2026-01-12 16:07:21','73ed7ba8-b036-4c4c-9fbc-4729b3640791'),
(21444,7,7482,NULL,605,4,'2026-01-12 16:07:21','2026-01-12 16:07:21','ebb484e4-9025-42b7-8757-407d7a86669d'),
(21445,82,7482,NULL,479,1,'2026-01-12 16:07:21','2026-01-12 16:07:21','4dc7e11b-9190-4b6a-a933-a76de321ac9b'),
(21446,82,7482,NULL,491,2,'2026-01-12 16:07:21','2026-01-12 16:07:21','e860bf4b-dae7-4c50-8f8f-327ee84a0a38'),
(21447,57,7482,NULL,5127,1,'2026-01-12 16:07:21','2026-01-12 16:07:21','4be18486-e090-4c58-814c-8b9c43e18e90'),
(21448,57,7482,NULL,5128,2,'2026-01-12 16:07:21','2026-01-12 16:07:21','37bdd6b6-6d5e-470c-9b1f-cb8c5b7974f1'),
(21449,57,7482,NULL,5129,3,'2026-01-12 16:07:21','2026-01-12 16:07:21','cae147a3-2580-4dc5-a35e-4469775d6edb'),
(21450,57,7482,NULL,5130,4,'2026-01-12 16:07:21','2026-01-12 16:07:21','4f704c9d-14df-4777-9c8d-cf21c5587cf8'),
(21451,57,7482,NULL,5131,5,'2026-01-12 16:07:21','2026-01-12 16:07:21','7193ca82-4494-4e50-a668-f768312a2798'),
(21457,32,1117,NULL,2614,5,'2026-01-12 16:08:17','2026-01-12 16:08:17','d174d6b0-5482-473d-ab64-97184ca94873'),
(21458,32,1117,NULL,2608,6,'2026-01-12 16:08:17','2026-01-12 16:08:17','111c6970-56a9-4a18-bd61-714fd5feb42e'),
(21459,32,1117,NULL,2596,7,'2026-01-12 16:08:17','2026-01-12 16:08:17','2e5e1ae8-68cc-4733-9794-e78a8443fa7c'),
(21460,32,1117,NULL,2602,8,'2026-01-12 16:08:17','2026-01-12 16:08:17','96725aa2-6230-4880-8ed5-ad969d0205f3'),
(21462,32,7483,NULL,2610,1,'2026-01-12 16:08:18','2026-01-12 16:08:18','9e6e19c4-d1ae-466f-974b-cf807735051d'),
(21463,32,7483,NULL,2598,2,'2026-01-12 16:08:18','2026-01-12 16:08:18','a0563b71-7b42-4753-b2a1-9251fbead892'),
(21464,32,7483,NULL,2600,3,'2026-01-12 16:08:18','2026-01-12 16:08:18','af659505-915b-4d90-8437-d2908ec6f07f'),
(21465,32,7483,NULL,2604,4,'2026-01-12 16:08:18','2026-01-12 16:08:18','a5d6b5e8-2376-43ab-a650-0e1111eb0b55'),
(21466,32,7483,NULL,2614,5,'2026-01-12 16:08:18','2026-01-12 16:08:18','06f22b24-9f98-4553-b458-be80cb4177a4'),
(21467,32,7483,NULL,2608,6,'2026-01-12 16:08:18','2026-01-12 16:08:18','b69e4713-da78-429e-b83c-63d66d4cfbfd'),
(21468,32,7483,NULL,2596,7,'2026-01-12 16:08:18','2026-01-12 16:08:18','d045d33b-d904-4040-8910-66f58c396840'),
(21469,32,7483,NULL,2602,8,'2026-01-12 16:08:18','2026-01-12 16:08:18','d978e86e-b21f-4419-92c3-7db5cf0b7f6f'),
(21470,16,7483,NULL,4017,1,'2026-01-12 16:08:18','2026-01-12 16:08:18','ac28f53b-4181-4086-9c44-89733ed93470'),
(21471,7,7483,NULL,601,1,'2026-01-12 16:08:18','2026-01-12 16:08:18','5bbc4eb3-4a5b-47b8-ab38-034951d162b8'),
(21473,7,7483,NULL,2972,3,'2026-01-12 16:08:18','2026-01-12 16:08:18','12119824-c9d2-4465-a1d8-aeea03bafca1'),
(21474,7,7483,NULL,617,4,'2026-01-12 16:08:18','2026-01-12 16:08:18','e62e3bfa-9e95-4dd7-8dae-ef8262734e54'),
(21475,7,7483,NULL,605,5,'2026-01-12 16:08:18','2026-01-12 16:08:18','f9c0468a-a5d8-445c-95ea-6c8f0ac1be29'),
(21476,82,7483,NULL,479,1,'2026-01-12 16:08:18','2026-01-12 16:08:18','d614fc35-432a-46f5-ac93-edc799e3b35b'),
(21477,57,7483,NULL,5122,1,'2026-01-12 16:08:18','2026-01-12 16:08:18','032a9a0d-43bf-48de-b9dd-ac3add71ba87'),
(21478,57,7483,NULL,5123,2,'2026-01-12 16:08:18','2026-01-12 16:08:18','d8f38440-14f2-40d3-a6f9-dcff8c7a55b6'),
(21479,57,7483,NULL,5124,3,'2026-01-12 16:08:18','2026-01-12 16:08:18','3f07136e-a7c4-4b84-b23d-ff143aa96857'),
(21480,57,7483,NULL,5125,4,'2026-01-12 16:08:18','2026-01-12 16:08:18','c4f4eb96-5e61-410f-8abf-85d95aeb24c5'),
(21502,32,1123,NULL,2608,6,'2026-01-12 16:08:53','2026-01-12 16:08:53','c9008cfb-9f6f-4a66-986f-cc861bfce3dc'),
(21503,32,1123,NULL,2596,7,'2026-01-12 16:08:53','2026-01-12 16:08:53','d9388160-e697-42e4-9aeb-894eb2c6f449'),
(21505,82,1123,NULL,491,1,'2026-01-12 16:08:53','2026-01-21 18:40:14','02be890c-9d40-4bc9-9d8a-9ee3bbd6cf21'),
(21506,32,7485,NULL,2610,1,'2026-01-12 16:08:53','2026-01-12 16:08:53','848fcedb-2753-4339-aae6-e88f3e94bd20'),
(21507,32,7485,NULL,2598,2,'2026-01-12 16:08:53','2026-01-12 16:08:53','182d94ee-0f47-4510-8db5-50ddb226ac45'),
(21508,32,7485,NULL,2600,3,'2026-01-12 16:08:53','2026-01-12 16:08:53','87caa4b6-4215-44da-9e96-4e030b67dcbb'),
(21509,32,7485,NULL,2602,4,'2026-01-12 16:08:53','2026-01-12 16:08:53','48fff078-5606-4a48-99bd-9f6e5e643d9d'),
(21510,32,7485,NULL,2604,5,'2026-01-12 16:08:53','2026-01-12 16:08:53','82e6c9c5-2be2-45bd-bd90-63ac9a38a76d'),
(21511,32,7485,NULL,2608,6,'2026-01-12 16:08:53','2026-01-12 16:08:53','0cef8a31-fd12-4355-8acb-cc122d43302c'),
(21512,32,7485,NULL,2596,7,'2026-01-12 16:08:53','2026-01-12 16:08:53','1f941472-9cbf-4581-95f8-8b6bf0938ccf'),
(21513,16,7485,NULL,4080,1,'2026-01-12 16:08:53','2026-01-12 16:08:53','25a589c0-9e3e-42d5-b3b1-7b87e962a867'),
(21514,7,7485,NULL,601,1,'2026-01-12 16:08:53','2026-01-12 16:08:53','425dac96-9913-4c1f-8a7a-7cad4f49c59a'),
(21515,7,7485,NULL,3468,2,'2026-01-12 16:08:53','2026-01-12 16:08:53','32fdaeba-427e-4e13-99c2-125c1c13a335'),
(21517,7,7485,NULL,2972,4,'2026-01-12 16:08:53','2026-01-12 16:08:53','3c363f47-bfe1-4dde-a077-b684759dc3e6'),
(21518,7,7485,NULL,2974,5,'2026-01-12 16:08:53','2026-01-12 16:08:53','46e4df5e-6d70-4c55-84b1-8d27292a8026'),
(21519,7,7485,NULL,617,6,'2026-01-12 16:08:53','2026-01-12 16:08:53','173c09ff-0a49-42e7-a8b4-496ea82cb6a1'),
(21520,7,7485,NULL,605,7,'2026-01-12 16:08:53','2026-01-12 16:08:53','5ceef4c7-562e-4442-b62d-864be7ff9973'),
(21521,82,7485,NULL,479,1,'2026-01-12 16:08:53','2026-01-12 16:08:53','076276fd-8968-4a59-9b67-9ee6ebdef9c6'),
(21522,82,7485,NULL,491,2,'2026-01-12 16:08:53','2026-01-12 16:08:53','51d63298-e547-4c7e-ba6e-f7b9ea918a2b'),
(21523,57,7485,NULL,5067,1,'2026-01-12 16:08:53','2026-01-12 16:08:53','38de6e74-59c9-44e2-98ce-35a9b5530b98'),
(21524,57,7485,NULL,5068,2,'2026-01-12 16:08:53','2026-01-12 16:08:53','337dd381-b253-4791-9fd4-907107082111'),
(21525,57,7485,NULL,5069,3,'2026-01-12 16:08:53','2026-01-12 16:08:53','203db87e-4222-4ce4-87ff-d8128638a8ec'),
(21531,32,7487,NULL,2614,1,'2026-01-12 16:10:08','2026-01-12 16:10:08','2fe77e98-e734-42e0-9046-5fc33c15829b'),
(21532,32,7487,NULL,2610,2,'2026-01-12 16:10:08','2026-01-12 16:10:08','7f7d0856-b4bd-42de-b0f5-fbafaa061d4f'),
(21533,32,7487,NULL,2598,3,'2026-01-12 16:10:08','2026-01-12 16:10:08','da4160c3-7c8b-4c70-80dd-5168db9ff265'),
(21534,32,7487,NULL,2600,4,'2026-01-12 16:10:08','2026-01-12 16:10:08','03c43166-f2ec-4b2c-9f4b-c31e371ba4d2'),
(21535,32,7487,NULL,2602,5,'2026-01-12 16:10:08','2026-01-12 16:10:08','f28b1ffe-d17d-4c34-be05-d1e17f1e4a2e'),
(21536,32,7487,NULL,2612,6,'2026-01-12 16:10:08','2026-01-12 16:10:08','da9c7ea2-29d8-4067-b863-daff0cf94737'),
(21537,32,7487,NULL,2604,7,'2026-01-12 16:10:08','2026-01-12 16:10:08','f559374f-e764-4411-8d18-cd36bc4813ce'),
(21538,16,7487,NULL,4083,1,'2026-01-12 16:10:08','2026-01-12 16:10:08','99ff3e21-f025-4c49-b16b-65c3a803433d'),
(21539,7,7487,NULL,601,1,'2026-01-12 16:10:08','2026-01-12 16:10:08','4b6994a6-5b5a-4a69-a8cb-8163b38b6ca8'),
(21540,7,7487,NULL,617,2,'2026-01-12 16:10:08','2026-01-12 16:10:08','afd27a8c-012f-487a-935c-c4a11b827a9b'),
(21541,7,7487,NULL,605,3,'2026-01-12 16:10:08','2026-01-12 16:10:08','27b1b9a9-6926-457f-955b-10e86513253d'),
(21542,82,7487,NULL,479,1,'2026-01-12 16:10:08','2026-01-12 16:10:08','428204d9-865b-4e16-8f4c-46b53f5f2484'),
(21543,82,7487,NULL,485,2,'2026-01-12 16:10:08','2026-01-12 16:10:08','f105fb35-0920-4340-a7b0-ed036b294914'),
(21544,57,7487,NULL,5055,1,'2026-01-12 16:10:08','2026-01-12 16:10:08','6c3bef54-4f71-46dc-a7bf-2a907538b57b'),
(21545,57,7487,NULL,5056,2,'2026-01-12 16:10:08','2026-01-12 16:10:08','79777275-08e8-432b-b9f1-a41954921d60'),
(21546,57,7487,NULL,5057,3,'2026-01-12 16:10:08','2026-01-12 16:10:08','2900a219-8a72-40db-afda-f28a71e6e416'),
(21547,57,7487,NULL,5058,4,'2026-01-12 16:10:08','2026-01-12 16:10:08','a23dfead-634e-4bbb-aabe-bc2242149ef4'),
(21569,32,1129,NULL,2608,8,'2026-01-12 16:10:27','2026-01-12 16:10:27','fa47e518-975e-45ba-9951-646ed6b674ad'),
(21570,32,1129,NULL,2596,9,'2026-01-12 16:10:27','2026-01-12 16:10:27','b99280f7-00cc-4923-9b1f-87169e23a7ba'),
(21571,32,7489,NULL,2614,1,'2026-01-12 16:10:27','2026-01-12 16:10:27','654a7424-b706-4471-8c92-823dcadd33ab'),
(21572,32,7489,NULL,2610,2,'2026-01-12 16:10:27','2026-01-12 16:10:27','c9efd3e8-73a5-40d6-97a8-398f589ee572'),
(21573,32,7489,NULL,2598,3,'2026-01-12 16:10:27','2026-01-12 16:10:27','39c34b46-a0ad-48a4-a2e2-a5c55f6611b4'),
(21574,32,7489,NULL,2600,4,'2026-01-12 16:10:27','2026-01-12 16:10:27','0570f08c-0560-40ce-a19f-3add1addac57'),
(21575,32,7489,NULL,2602,5,'2026-01-12 16:10:27','2026-01-12 16:10:27','0838eefb-2458-4781-839c-ac7db25d3cde'),
(21576,32,7489,NULL,2612,6,'2026-01-12 16:10:27','2026-01-12 16:10:27','b81ecbf9-f817-48ca-a29b-51e699459b20'),
(21577,32,7489,NULL,2604,7,'2026-01-12 16:10:27','2026-01-12 16:10:27','4b612336-3426-4b85-b0cf-a0b7b37f02d4'),
(21578,32,7489,NULL,2608,8,'2026-01-12 16:10:27','2026-01-12 16:10:27','6d3a6bd6-401c-47fd-ae66-bec605cbd7b3'),
(21579,32,7489,NULL,2596,9,'2026-01-12 16:10:27','2026-01-12 16:10:27','15c46c72-c84f-44ff-a736-e9d059834f50'),
(21580,16,7489,NULL,4083,1,'2026-01-12 16:10:27','2026-01-12 16:10:27','fc7d88e3-eaca-432f-bbb0-d4ba116d5acb'),
(21581,7,7489,NULL,601,1,'2026-01-12 16:10:27','2026-01-12 16:10:27','dc151712-be2a-496d-bc60-1a4c2df5e0e6'),
(21582,7,7489,NULL,617,2,'2026-01-12 16:10:27','2026-01-12 16:10:27','8827c836-2c13-4bd3-8969-0757601e98a6'),
(21583,7,7489,NULL,605,3,'2026-01-12 16:10:27','2026-01-12 16:10:27','894dc215-3fb7-4f61-a35e-338adf376921'),
(21584,82,7489,NULL,479,1,'2026-01-12 16:10:27','2026-01-12 16:10:27','aba70358-5efc-4902-9d2b-43f20fe840b7'),
(21585,82,7489,NULL,485,2,'2026-01-12 16:10:27','2026-01-12 16:10:27','9d87407f-705f-4d51-b28d-5aa79c7211ed'),
(21586,57,7489,NULL,5055,1,'2026-01-12 16:10:27','2026-01-12 16:10:27','f0f2fa4c-c17c-41e9-92ac-b10c0cd36e20'),
(21587,57,7489,NULL,5056,2,'2026-01-12 16:10:27','2026-01-12 16:10:27','bc41cf5d-a37c-46ac-a23f-f86f71b035e8'),
(21588,57,7489,NULL,5057,3,'2026-01-12 16:10:27','2026-01-12 16:10:27','6868d491-a6b7-43a6-804f-0e81610698f2'),
(21589,57,7489,NULL,5058,4,'2026-01-12 16:10:27','2026-01-12 16:10:27','f0a97e94-54ba-42be-a639-14e2926bd527'),
(21600,32,1141,NULL,2610,1,'2026-01-12 16:11:56','2026-01-12 16:11:56','fa01b3fd-6b46-458b-befd-53df4b13ac87'),
(21601,32,1141,NULL,2598,2,'2026-01-12 16:11:56','2026-01-12 16:11:56','69c656b1-5f93-4192-af13-cf126d3dd846'),
(21602,32,1141,NULL,2608,3,'2026-01-12 16:11:56','2026-01-12 16:11:56','529425ff-e903-43ab-8611-cfe23fd4f765'),
(21603,32,1141,NULL,2600,4,'2026-01-12 16:11:56','2026-01-12 16:11:56','18689931-3353-4b18-b69d-54a1a4372fdf'),
(21604,32,1141,NULL,2596,5,'2026-01-12 16:11:56','2026-01-12 16:11:56','f1f61516-c95c-4d91-b1cc-7d87e9c3ffbf'),
(21605,32,1141,NULL,2602,6,'2026-01-12 16:11:56','2026-01-12 16:11:56','727cbdce-42bc-401d-ba72-52d7e2db1bf8'),
(21606,32,1141,NULL,2604,7,'2026-01-12 16:11:56','2026-01-12 16:11:56','1e3bd221-c427-4614-84c7-fdeee8247248'),
(21608,82,1141,NULL,491,1,'2026-01-12 16:11:56','2026-01-21 18:39:24','ca7e385c-2eb4-4d56-8aee-c5fe6b27d27c'),
(21609,32,7490,NULL,2610,1,'2026-01-12 16:11:56','2026-01-12 16:11:56','f5c71b8f-945d-4f0a-8b66-1866a7b20519'),
(21610,32,7490,NULL,2598,2,'2026-01-12 16:11:56','2026-01-12 16:11:56','009c164b-dd23-4bd2-a822-a9099b9b445e'),
(21611,32,7490,NULL,2608,3,'2026-01-12 16:11:56','2026-01-12 16:11:56','8e0738ac-ceb9-46d5-8477-f160b6db1976'),
(21612,32,7490,NULL,2600,4,'2026-01-12 16:11:56','2026-01-12 16:11:56','dfe258cd-7e86-47eb-9208-5042f2756033'),
(21613,32,7490,NULL,2596,5,'2026-01-12 16:11:56','2026-01-12 16:11:56','b33ff1a1-fd51-4b18-a225-560c9b71a4e4'),
(21614,32,7490,NULL,2602,6,'2026-01-12 16:11:56','2026-01-12 16:11:56','edbc0980-2132-4af5-8df5-afaefc1c3b22'),
(21615,32,7490,NULL,2604,7,'2026-01-12 16:11:56','2026-01-12 16:11:56','d72a9876-7269-497d-9f3a-66efb717f119'),
(21616,82,7490,NULL,479,1,'2026-01-12 16:11:56','2026-01-12 16:11:56','fcb2e889-c50a-4d4f-9964-98675147f482'),
(21617,82,7490,NULL,491,2,'2026-01-12 16:11:56','2026-01-12 16:11:56','5eae2f6d-c15f-4d57-996a-f7897f516e04'),
(21623,32,1143,NULL,2608,5,'2026-01-12 16:12:48','2026-01-12 16:12:48','c5f46a50-36af-4c86-bb41-611f2c205330'),
(21624,32,1143,NULL,2596,6,'2026-01-12 16:12:48','2026-01-12 16:12:48','3346dc80-a795-403d-808c-ac38af8b6ce9'),
(21625,32,1143,NULL,2602,7,'2026-01-12 16:12:48','2026-01-12 16:12:48','7663cfce-a033-4a44-92d4-ef431f53011b'),
(21627,82,1143,NULL,491,1,'2026-01-12 16:12:48','2026-01-21 18:39:15','9990c4c7-7023-46ad-9baa-dcb4697d5981'),
(21628,32,7491,NULL,2610,1,'2026-01-12 16:12:48','2026-01-12 16:12:48','93fe8d28-d0c4-49e5-8bb4-f7328b3b1c40'),
(21629,32,7491,NULL,2598,2,'2026-01-12 16:12:48','2026-01-12 16:12:48','240d6568-a82e-41bd-808f-2d17e904008e'),
(21630,32,7491,NULL,2600,3,'2026-01-12 16:12:48','2026-01-12 16:12:48','f25963cc-83c2-4eb8-9e5e-fd2961bdd5f3'),
(21631,32,7491,NULL,2604,4,'2026-01-12 16:12:48','2026-01-12 16:12:48','40a0fade-5680-4255-b474-5d09705ffb1d'),
(21632,32,7491,NULL,2608,5,'2026-01-12 16:12:48','2026-01-12 16:12:48','a50da58f-528b-452c-9acc-3d1676578c03'),
(21633,32,7491,NULL,2596,6,'2026-01-12 16:12:48','2026-01-12 16:12:48','4d0dbb1c-2e67-49ed-9d47-6ca644b7d751'),
(21634,32,7491,NULL,2602,7,'2026-01-12 16:12:48','2026-01-12 16:12:48','bdced948-9efd-4ebc-8fcb-fe3ec2af0564'),
(21635,16,7491,NULL,4142,1,'2026-01-12 16:12:48','2026-01-12 16:12:48','5daa3ff0-fde3-4da2-bdee-07bc530e5fe8'),
(21636,7,7491,NULL,601,1,'2026-01-12 16:12:48','2026-01-12 16:12:48','23efe1fe-da7c-4ae1-bb54-9c3c93ac05d4'),
(21637,7,7491,NULL,3468,2,'2026-01-12 16:12:48','2026-01-12 16:12:48','a898c8b8-5125-44ba-b806-dbb8e8b5028f'),
(21638,7,7491,NULL,2972,3,'2026-01-12 16:12:48','2026-01-12 16:12:48','30064f9d-9f82-46a1-946d-c37817f926ef'),
(21640,7,7491,NULL,617,5,'2026-01-12 16:12:48','2026-01-12 16:12:48','9e919338-a3d7-4ef0-8073-8846c281f4c9'),
(21641,7,7491,NULL,605,6,'2026-01-12 16:12:48','2026-01-12 16:12:48','c099b8bc-f678-41a6-ada5-ca28fb411adf'),
(21642,82,7491,NULL,479,1,'2026-01-12 16:12:48','2026-01-12 16:12:48','830ea503-2ba5-4f28-ba95-352bbdb4dc50'),
(21643,82,7491,NULL,491,2,'2026-01-12 16:12:48','2026-01-12 16:12:48','6dc7126d-ba42-433e-b93d-261cbdc94d03'),
(21644,57,7491,NULL,4955,1,'2026-01-12 16:12:48','2026-01-12 16:12:48','247a2682-4def-4b6d-9e8c-90901b10dc40'),
(21645,57,7491,NULL,4956,2,'2026-01-12 16:12:48','2026-01-12 16:12:48','f39a9bbc-912e-4b82-bade-313ddb6c7676'),
(21646,57,7491,NULL,4957,3,'2026-01-12 16:12:48','2026-01-12 16:12:48','f8accf24-449a-4c69-9d24-8035458b8cea'),
(21653,32,1149,NULL,2614,5,'2026-01-12 16:13:41','2026-01-12 16:13:41','60805a2a-870b-4cb4-a294-c449441f82c8'),
(21654,32,1149,NULL,2608,6,'2026-01-12 16:13:41','2026-01-12 16:13:41','23177c37-34d6-42fe-a407-7e3691bcf3cf'),
(21655,32,1149,NULL,2596,7,'2026-01-12 16:13:41','2026-01-12 16:13:41','fe372bfa-8533-4626-a666-746f73ef4e37'),
(21656,32,1149,NULL,2602,8,'2026-01-12 16:13:41','2026-01-12 16:13:41','d4f6013a-6a36-42cd-9a0a-e9e7e20e5f28'),
(21657,82,1149,NULL,479,1,'2026-01-12 16:13:41','2026-01-12 16:13:41','02b6777d-bea3-4b5b-a28b-db4649cc2e9b'),
(21658,32,7492,NULL,2610,1,'2026-01-12 16:13:41','2026-01-12 16:13:41','b90e803f-b015-45fd-aee2-81cc51801c5f'),
(21659,32,7492,NULL,2598,2,'2026-01-12 16:13:41','2026-01-12 16:13:41','0444a73d-f2aa-4e11-a2d0-e3908783f267'),
(21660,32,7492,NULL,2600,3,'2026-01-12 16:13:41','2026-01-12 16:13:41','1c4d8c94-4d55-4b31-9708-51f704b61b90'),
(21661,32,7492,NULL,2604,4,'2026-01-12 16:13:41','2026-01-12 16:13:41','2be2abd8-b85c-4847-8ae0-b597f8184234'),
(21662,32,7492,NULL,2614,5,'2026-01-12 16:13:41','2026-01-12 16:13:41','fa02a748-e2b1-4a43-bfc3-160e1aa3924d'),
(21663,32,7492,NULL,2608,6,'2026-01-12 16:13:41','2026-01-12 16:13:41','11dded20-3f2f-4518-8718-69b332d10a55'),
(21664,32,7492,NULL,2596,7,'2026-01-12 16:13:41','2026-01-12 16:13:41','7370f3dc-458b-44e1-8cb6-455d99766df1'),
(21665,32,7492,NULL,2602,8,'2026-01-12 16:13:41','2026-01-12 16:13:41','09cf8209-9649-48db-acb4-d03769c450be'),
(21666,16,7492,NULL,4150,1,'2026-01-12 16:13:41','2026-01-12 16:13:41','1b34a06b-0251-4f85-8c42-353eb1d8f06b'),
(21667,7,7492,NULL,601,1,'2026-01-12 16:13:41','2026-01-12 16:13:41','0844d502-89f2-4b41-adc0-08f97f5af4b0'),
(21668,7,7492,NULL,3468,2,'2026-01-12 16:13:41','2026-01-12 16:13:41','27f6d539-ed26-4d9a-95a4-375fd4e12f9b'),
(21669,7,7492,NULL,2972,3,'2026-01-12 16:13:41','2026-01-12 16:13:41','0d4ab3a7-e7a5-4895-b260-2c5513f2af1f'),
(21671,7,7492,NULL,617,5,'2026-01-12 16:13:41','2026-01-12 16:13:41','488e1ad3-48dd-40f5-8aa0-5a7363809fd9'),
(21672,7,7492,NULL,605,6,'2026-01-12 16:13:41','2026-01-12 16:13:41','71283714-6dbb-4c78-b046-1b0a51b90989'),
(21673,82,7492,NULL,479,1,'2026-01-12 16:13:41','2026-01-12 16:13:41','a8c275c1-bdef-4c88-b7a8-22a6c68b341a'),
(21679,32,1155,NULL,2614,5,'2026-01-12 16:14:24','2026-01-12 16:14:24','a10d7809-882f-46ac-8093-16e084328a00'),
(21680,32,1155,NULL,2608,6,'2026-01-12 16:14:24','2026-01-12 16:14:24','ca23a818-8904-4f29-b180-0b1b2dc8e1c5'),
(21681,32,1155,NULL,2596,7,'2026-01-12 16:14:24','2026-01-12 16:14:24','011cd797-e558-4f9f-9ee0-026e37bc24f0'),
(21682,32,1155,NULL,2602,8,'2026-01-12 16:14:24','2026-01-12 16:14:24','e0bec0ff-7cfd-4143-90c8-819c9b553d57'),
(21683,82,1155,NULL,479,1,'2026-01-12 16:14:24','2026-01-12 16:14:24','f3be0d5a-d457-46bc-88f5-5fdfc9fda41e'),
(21684,32,7493,NULL,2610,1,'2026-01-12 16:14:24','2026-01-12 16:14:24','b30bd8f5-ed7e-4f6e-af35-7715ebb7c7ee'),
(21685,32,7493,NULL,2598,2,'2026-01-12 16:14:24','2026-01-12 16:14:24','96646275-e0eb-4720-8d40-78827ffcbdff'),
(21686,32,7493,NULL,2600,3,'2026-01-12 16:14:24','2026-01-12 16:14:24','154dd3f5-b768-44a7-87f7-03d694bdc1ed'),
(21687,32,7493,NULL,2604,4,'2026-01-12 16:14:24','2026-01-12 16:14:24','caf31515-aa73-4ef0-bb7d-f784d81a50f5'),
(21688,32,7493,NULL,2614,5,'2026-01-12 16:14:24','2026-01-12 16:14:24','57f33951-2af8-4d07-9ec8-d0b95935d596'),
(21689,32,7493,NULL,2608,6,'2026-01-12 16:14:24','2026-01-12 16:14:24','4479b1bf-7e81-4ce8-99fb-fccc747b1ffd'),
(21690,32,7493,NULL,2596,7,'2026-01-12 16:14:24','2026-01-12 16:14:24','be0a682b-459f-4fe8-afa1-284f31f29fba'),
(21691,32,7493,NULL,2602,8,'2026-01-12 16:14:24','2026-01-12 16:14:24','bb4ce17c-4b3a-4e57-aa8c-23aace53f0e9'),
(21692,16,7493,NULL,4181,1,'2026-01-12 16:14:24','2026-01-12 16:14:24','540a3288-b5a5-41ca-9f28-15a2b39bc64e'),
(21694,7,7493,NULL,2972,2,'2026-01-12 16:14:24','2026-01-12 16:14:24','5e266944-9223-4343-b272-35080af9c87c'),
(21695,7,7493,NULL,617,3,'2026-01-12 16:14:24','2026-01-12 16:14:24','b37f8a18-2969-4320-afb3-bd671209e6bd'),
(21696,7,7493,NULL,605,4,'2026-01-12 16:14:24','2026-01-12 16:14:24','5f9d3271-f6a9-4be2-98c3-d4acdaa1c7af'),
(21697,82,7493,NULL,479,1,'2026-01-12 16:14:24','2026-01-12 16:14:24','64b65de4-a3e7-4b3a-bf00-c8d126efbc64'),
(21720,32,7495,NULL,2610,1,'2026-01-12 16:15:10','2026-01-12 16:15:10','8ee8f6d0-85c7-4f66-8aab-25dd50691793'),
(21721,32,7495,NULL,2598,2,'2026-01-12 16:15:10','2026-01-12 16:15:10','0f7e8eb9-d3f6-41d4-b664-0b9196424fc6'),
(21722,32,7495,NULL,2600,3,'2026-01-12 16:15:10','2026-01-12 16:15:10','735b6652-c932-41ce-804c-5e62fa2a353a'),
(21723,32,7495,NULL,2604,4,'2026-01-12 16:15:10','2026-01-12 16:15:10','eaa11d4e-a754-4ad4-bbe3-d6e1e5d1452f'),
(21724,32,7495,NULL,2608,5,'2026-01-12 16:15:10','2026-01-12 16:15:10','0dad02f4-550e-4a64-b19b-8064e42245f3'),
(21725,32,7495,NULL,2596,6,'2026-01-12 16:15:10','2026-01-12 16:15:10','42bf4b73-ce09-46d4-9603-8bac59732270'),
(21726,32,7495,NULL,2602,7,'2026-01-12 16:15:10','2026-01-12 16:15:10','00df8f9c-ff5c-4008-8b92-183dcc3c7259'),
(21727,16,7495,NULL,4142,1,'2026-01-12 16:15:10','2026-01-12 16:15:10','3f41ebe9-d1c6-474e-96e9-ab08cab8d79f'),
(21728,7,7495,NULL,601,1,'2026-01-12 16:15:10','2026-01-12 16:15:10','8e6b7879-7eb9-4c70-a78e-97c01c8cf3be'),
(21729,7,7495,NULL,3468,2,'2026-01-12 16:15:10','2026-01-12 16:15:10','81b29ad5-cb52-4dc3-a4cd-790ceb265313'),
(21730,7,7495,NULL,2972,3,'2026-01-12 16:15:10','2026-01-12 16:15:10','cc6d8f8e-536f-437b-9072-705b45ebb692'),
(21732,7,7495,NULL,617,5,'2026-01-12 16:15:10','2026-01-12 16:15:10','1148917c-e1e9-4a7f-852d-309e802f56e1'),
(21733,7,7495,NULL,605,6,'2026-01-12 16:15:10','2026-01-12 16:15:10','3bad6640-a58a-4af7-b710-aedbc798502b'),
(21734,82,7495,NULL,479,1,'2026-01-12 16:15:10','2026-01-12 16:15:10','bc7e103f-4b26-4548-909e-dfe5edfb10bd'),
(21735,82,7495,NULL,491,2,'2026-01-12 16:15:10','2026-01-12 16:15:10','72ce670b-4ab9-4a95-a2d5-eb7ad5d6e5c7'),
(21736,82,7495,NULL,485,3,'2026-01-12 16:15:10','2026-01-12 16:15:10','792a9a0f-60b4-4910-b6be-d2aa37150a6e'),
(21737,57,7495,NULL,4955,1,'2026-01-12 16:15:10','2026-01-12 16:15:10','da12c0fb-d5cf-4428-b7e0-841fee3f9ed4'),
(21738,57,7495,NULL,4956,2,'2026-01-12 16:15:10','2026-01-12 16:15:10','82b3fe21-fa43-48be-88ec-f06607bf7331'),
(21739,57,7495,NULL,4957,3,'2026-01-12 16:15:10','2026-01-12 16:15:10','ae3a6a8d-9215-48f5-a4f9-d6419d932500'),
(21761,32,7497,NULL,2614,1,'2026-01-12 16:15:22','2026-01-12 16:15:22','df8c2cd0-2589-4563-98d3-0715699faeff'),
(21762,32,7497,NULL,2610,2,'2026-01-12 16:15:22','2026-01-12 16:15:22','5f067bc7-b31d-4c12-a90c-13def64a3e91'),
(21763,32,7497,NULL,2598,3,'2026-01-12 16:15:22','2026-01-12 16:15:22','066e3e61-331a-485e-a051-9fe817d49338'),
(21764,32,7497,NULL,2600,4,'2026-01-12 16:15:22','2026-01-12 16:15:22','6cc2cb0d-de3f-4d9b-9f27-29ef6adad52d'),
(21765,32,7497,NULL,2602,5,'2026-01-12 16:15:22','2026-01-12 16:15:22','dc1d1d80-1408-4f23-818f-9cd1881581c6'),
(21766,32,7497,NULL,2612,6,'2026-01-12 16:15:22','2026-01-12 16:15:22','3b475278-811c-441f-8935-69f9f69e9c11'),
(21767,32,7497,NULL,2604,7,'2026-01-12 16:15:22','2026-01-12 16:15:22','eb51440e-0ffc-4c43-9a1d-82212a429465'),
(21768,32,7497,NULL,2608,8,'2026-01-12 16:15:22','2026-01-12 16:15:22','71acf08d-1f6a-4daa-a8ee-44545200060b'),
(21769,32,7497,NULL,2596,9,'2026-01-12 16:15:22','2026-01-12 16:15:22','22c1f956-2ebd-47cf-955c-b0e93448789a'),
(21770,16,7497,NULL,4083,1,'2026-01-12 16:15:22','2026-01-12 16:15:22','24452189-b446-4039-bf36-04cfe2c9bb02'),
(21771,7,7497,NULL,601,1,'2026-01-12 16:15:22','2026-01-12 16:15:22','b37b4e92-4ea5-47b7-a1d3-427f3dc3ff09'),
(21772,7,7497,NULL,617,2,'2026-01-12 16:15:22','2026-01-12 16:15:22','28df7282-9cd1-4342-b768-d73357f6a261'),
(21773,7,7497,NULL,605,3,'2026-01-12 16:15:22','2026-01-12 16:15:22','a43ec5f5-ba84-44a7-9a8f-5bfb81d14996'),
(21774,82,7497,NULL,479,1,'2026-01-12 16:15:22','2026-01-12 16:15:22','42337b43-f277-4931-af83-73b67419088e'),
(21775,82,7497,NULL,485,2,'2026-01-12 16:15:22','2026-01-12 16:15:22','93d6f61c-beb3-44ca-a6f3-7f14b5492f06'),
(21776,57,7497,NULL,5055,1,'2026-01-12 16:15:22','2026-01-12 16:15:22','7c70fc53-5a89-4c28-88c8-2161d327a3f3'),
(21777,57,7497,NULL,5056,2,'2026-01-12 16:15:22','2026-01-12 16:15:22','50d8000a-7f86-4651-ba22-43e52300b64a'),
(21778,57,7497,NULL,5057,3,'2026-01-12 16:15:22','2026-01-12 16:15:22','da33903a-c4f7-4019-8d0c-ff36a2c97df9'),
(21779,57,7497,NULL,5058,4,'2026-01-12 16:15:22','2026-01-12 16:15:22','bed6dd83-996d-4072-9ad0-dc23393a91f6'),
(21792,32,7499,NULL,2610,1,'2026-01-12 16:15:32','2026-01-12 16:15:32','8d0b6051-d5de-422a-b1a2-60df6f9d029b'),
(21793,32,7499,NULL,2598,2,'2026-01-12 16:15:32','2026-01-12 16:15:32','3f26fbfa-a574-48a7-b3ae-94e0035ecceb'),
(21794,32,7499,NULL,2608,3,'2026-01-12 16:15:32','2026-01-12 16:15:32','b7aaca4c-cbea-4ff7-ab82-cb99fa6f4d11'),
(21795,32,7499,NULL,2600,4,'2026-01-12 16:15:32','2026-01-12 16:15:32','be7ac072-0735-445e-b711-2181231bf637'),
(21796,32,7499,NULL,2596,5,'2026-01-12 16:15:32','2026-01-12 16:15:32','d502108c-eb00-4f1c-872d-4e1b89348524'),
(21797,32,7499,NULL,2602,6,'2026-01-12 16:15:32','2026-01-12 16:15:32','b9f321e8-a71e-40c4-bb51-214f13e0d9ac'),
(21798,32,7499,NULL,2604,7,'2026-01-12 16:15:32','2026-01-12 16:15:32','adea595d-460f-42c6-a9b3-20ee500bc7c5'),
(21799,82,7499,NULL,479,1,'2026-01-12 16:15:32','2026-01-12 16:15:32','2ccacdcb-61cd-44d2-af6f-982678a218ef'),
(21800,82,7499,NULL,491,2,'2026-01-12 16:15:32','2026-01-12 16:15:32','6df2f893-2cf9-4fcf-827f-dc63cc15c309'),
(21801,82,7499,NULL,485,3,'2026-01-12 16:15:32','2026-01-12 16:15:32','a305e3e5-498b-4fac-b381-68131212232d'),
(21806,32,1165,NULL,2608,6,'2026-01-12 16:16:38','2026-01-12 16:16:38','0eddf63a-3c2f-4001-a3ff-a7dff464480d'),
(21807,32,1165,NULL,2596,7,'2026-01-12 16:16:38','2026-01-12 16:16:38','eb840d62-2705-4cba-935c-96610b3e438c'),
(21808,32,1165,NULL,2602,8,'2026-01-12 16:16:38','2026-01-12 16:16:38','8396d94e-d5a5-45dd-a78e-66f0513a4bb2'),
(21810,32,7500,NULL,2614,1,'2026-01-12 16:16:38','2026-01-12 16:16:38','1a0f1cfa-b2db-49d1-9cf5-9d2bbc70cad6'),
(21811,32,7500,NULL,2610,2,'2026-01-12 16:16:38','2026-01-12 16:16:38','b080d89c-29f3-4974-afcb-d70e2f433f84'),
(21812,32,7500,NULL,2598,3,'2026-01-12 16:16:38','2026-01-12 16:16:38','be71ef7b-08cd-4594-8255-281b5621b52c'),
(21813,32,7500,NULL,2600,4,'2026-01-12 16:16:38','2026-01-12 16:16:38','02bf63a0-aa79-460b-be53-6ae662d8c4ed'),
(21814,32,7500,NULL,2604,5,'2026-01-12 16:16:38','2026-01-12 16:16:38','ad69ecf8-5a2e-436a-a7b3-f04622725abb'),
(21815,32,7500,NULL,2608,6,'2026-01-12 16:16:38','2026-01-12 16:16:38','df68fd20-3ab5-4fa9-b789-28b56df4b151'),
(21816,32,7500,NULL,2596,7,'2026-01-12 16:16:38','2026-01-12 16:16:38','940551b7-9d1e-4e70-91c6-395fe653729b'),
(21817,32,7500,NULL,2602,8,'2026-01-12 16:16:38','2026-01-12 16:16:38','1b34cd77-0ed4-48ef-ada8-4fc814159301'),
(21818,16,7500,NULL,4223,1,'2026-01-12 16:16:38','2026-01-12 16:16:38','23bb8cfa-f0e0-4578-ba2e-c6b73f40a1bd'),
(21820,7,7500,NULL,2974,2,'2026-01-12 16:16:38','2026-01-12 16:16:38','459b42b7-ae50-4c2f-9c6e-d897067ddca2'),
(21821,7,7500,NULL,2972,3,'2026-01-12 16:16:38','2026-01-12 16:16:38','5509184e-803b-469c-9601-e4c33c8a62aa'),
(21822,7,7500,NULL,617,4,'2026-01-12 16:16:38','2026-01-12 16:16:38','be27c169-a8bd-495a-96c1-e9abbdcd1881'),
(21823,7,7500,NULL,605,5,'2026-01-12 16:16:38','2026-01-12 16:16:38','18984f62-1bf1-4350-a679-5eb1bbb24cf0'),
(21824,82,7500,NULL,479,1,'2026-01-12 16:16:38','2026-01-12 16:16:38','ef1ec9ac-e81c-4b9d-b421-24d9852ca0b4'),
(21825,46,7500,NULL,7381,1,'2026-01-12 16:16:38','2026-01-12 16:16:38','cd125133-748f-4769-9919-207790245a4f'),
(21826,57,7500,NULL,4821,1,'2026-01-12 16:16:38','2026-01-12 16:16:38','b41f4864-a412-4312-8149-d8e97e96a7f6'),
(21827,57,7500,NULL,4822,2,'2026-01-12 16:16:38','2026-01-12 16:16:38','8528cab6-98a3-410e-86f8-b6c3d7645070'),
(21828,57,7500,NULL,4823,3,'2026-01-12 16:16:38','2026-01-12 16:16:38','05ccb5e3-83ee-429a-8274-4b4f33cd30c3'),
(21829,57,7500,NULL,4824,4,'2026-01-12 16:16:38','2026-01-12 16:16:38','0055e72b-8210-4d73-b9e4-13150ca59cbe'),
(21830,13,7500,NULL,6620,1,'2026-01-12 16:16:38','2026-01-12 16:16:38','0a00a00c-2dad-49b6-a78a-474558cd7253'),
(21836,32,1171,NULL,2608,5,'2026-01-12 16:17:52','2026-01-12 16:17:52','2a9593be-1cdd-4ae5-85b1-1187ca054188'),
(21837,32,1171,NULL,2602,6,'2026-01-12 16:17:52','2026-01-12 16:17:52','b471c074-51d6-48dc-adb2-78d7e407d659'),
(21838,82,1171,NULL,469,1,'2026-01-12 16:17:52','2026-01-12 16:17:52','fb9f3440-95ee-4223-b920-ec3492f8411c'),
(21839,82,1171,NULL,479,2,'2026-01-12 16:17:52','2026-01-12 16:17:52','2b3735d3-3de0-4594-abe4-328b13bc9846'),
(21840,82,1171,NULL,491,3,'2026-01-12 16:17:52','2026-01-12 16:17:52','2736b0b5-3577-4704-a1d7-45f53216894d'),
(21841,32,7501,NULL,2610,1,'2026-01-12 16:17:52','2026-01-12 16:17:52','572e7f18-9dc6-483b-9e1e-1d1c74e2f984'),
(21842,32,7501,NULL,2598,2,'2026-01-12 16:17:52','2026-01-12 16:17:52','f7ee6ca6-2fb1-4663-b8b2-8e92f7ce8ac0'),
(21843,32,7501,NULL,2600,3,'2026-01-12 16:17:52','2026-01-12 16:17:52','bc75c2a4-5d6d-4fa6-9ab1-bf29acafdd81'),
(21844,32,7501,NULL,2604,4,'2026-01-12 16:17:52','2026-01-12 16:17:52','ecf6840b-a8ab-43d5-ae8b-b8b943b990b1'),
(21845,32,7501,NULL,2608,5,'2026-01-12 16:17:52','2026-01-12 16:17:52','ad7cf788-4564-42fa-932c-9f9940204d21'),
(21846,32,7501,NULL,2602,6,'2026-01-12 16:17:52','2026-01-12 16:17:52','82315504-91d0-4b2e-bc95-c2c269068b16'),
(21847,16,7501,NULL,4276,1,'2026-01-12 16:17:52','2026-01-12 16:17:52','e0979f3c-2387-4ff8-8f04-d1c98c58bf17'),
(21849,7,7501,NULL,2972,2,'2026-01-12 16:17:52','2026-01-12 16:17:52','e284b3b4-bc5e-4b96-87fd-dc051f8f03ea'),
(21850,7,7501,NULL,617,3,'2026-01-12 16:17:52','2026-01-12 16:17:52','91f3d184-b081-485c-adc8-7b686f4a271d'),
(21851,7,7501,NULL,605,4,'2026-01-12 16:17:52','2026-01-12 16:17:52','e8bdd960-b912-4dcf-93b7-d13d02533629'),
(21852,82,7501,NULL,469,1,'2026-01-12 16:17:52','2026-01-12 16:17:52','afa044b7-6736-4dde-a54e-f116e92661da'),
(21853,82,7501,NULL,479,2,'2026-01-12 16:17:52','2026-01-12 16:17:52','6b18a80d-0450-4a53-ba5f-a0e2d142c6ed'),
(21854,82,7501,NULL,491,3,'2026-01-12 16:17:52','2026-01-12 16:17:52','01e7704e-4680-4c49-b727-002f5ccd21aa'),
(21855,57,7501,NULL,4834,1,'2026-01-12 16:17:52','2026-01-12 16:17:52','09878266-2f2a-4862-878a-609db31c77c0'),
(21856,57,7501,NULL,4835,2,'2026-01-12 16:17:52','2026-01-12 16:17:52','544396a3-9097-474b-84d7-f99a17fcd567'),
(21857,57,7501,NULL,4836,3,'2026-01-12 16:17:52','2026-01-12 16:17:52','08f53ce3-e2db-4158-9278-86a8a6286541'),
(21858,57,7501,NULL,4837,4,'2026-01-12 16:17:52','2026-01-12 16:17:52','1fdd98b2-2e86-4d39-b0b8-b729842a67a4'),
(21859,57,7501,NULL,4838,5,'2026-01-12 16:17:52','2026-01-12 16:17:52','fc055f57-3a3d-415a-8fbc-4cbb10502118'),
(21875,32,7503,NULL,2610,1,'2026-01-12 16:18:38','2026-01-12 16:18:38','f1bdacc2-df07-4d6c-86f1-af4d025b50c5'),
(21876,32,7503,NULL,2598,2,'2026-01-12 16:18:38','2026-01-12 16:18:38','3eaf531b-9589-4d81-98fe-ad408064c9b6'),
(21877,32,7503,NULL,2600,3,'2026-01-12 16:18:38','2026-01-12 16:18:38','df20d5c8-f604-4307-9cad-0d1f0aec8111'),
(21878,32,7503,NULL,2604,4,'2026-01-12 16:18:38','2026-01-12 16:18:38','2c4eb934-99cf-43aa-ad4e-58c7d1df6e4a'),
(21879,16,7503,NULL,4282,1,'2026-01-12 16:18:38','2026-01-12 16:18:38','d31a0fac-ecc3-4423-a694-a89c1323a1da'),
(21880,7,7503,NULL,2969,1,'2026-01-12 16:18:38','2026-01-12 16:18:38','7c45af10-bf5c-45ae-828b-4ca3334aa456'),
(21881,7,7503,NULL,617,2,'2026-01-12 16:18:38','2026-01-12 16:18:38','0aef0b0a-1312-49d4-afa7-c7e3d2868431'),
(21882,7,7503,NULL,605,3,'2026-01-12 16:18:38','2026-01-12 16:18:38','f4e0beeb-e3d8-4d4c-a0fd-05cdc998fcb1'),
(21883,82,7503,NULL,469,1,'2026-01-12 16:18:38','2026-01-12 16:18:38','a8f0c113-ff59-46c4-b749-7252d553657d'),
(21884,82,7503,NULL,479,2,'2026-01-12 16:18:38','2026-01-12 16:18:38','efa059f5-a2f9-4076-b1a0-54902b3e8ed0'),
(21885,82,7503,NULL,491,3,'2026-01-12 16:18:38','2026-01-12 16:18:38','d5acd2f2-ba48-41a0-b312-c5e831754732'),
(21886,57,7503,NULL,4909,1,'2026-01-12 16:18:38','2026-01-12 16:18:38','b5b0e5a8-6025-431d-9ffc-cf7b1ac9c7f6'),
(21887,57,7503,NULL,4910,2,'2026-01-12 16:18:38','2026-01-12 16:18:38','19803c1e-60c7-4d32-8de1-1f104196bebf'),
(21888,57,7503,NULL,4911,3,'2026-01-12 16:18:38','2026-01-12 16:18:38','baf90ad4-487c-45e3-8f60-bcfb6fcace73'),
(21902,32,1185,NULL,2608,5,'2026-01-12 16:19:23','2026-01-12 16:19:23','d8972864-b619-424b-8fec-fd9b4c2731ef'),
(21903,32,1185,NULL,2602,6,'2026-01-12 16:19:23','2026-01-12 16:19:23','0f959361-b34e-4d93-94d8-696701632221'),
(21904,82,1185,NULL,469,1,'2026-01-12 16:19:23','2026-01-12 16:19:23','13fdc109-5788-4da4-991b-0f09c55e0937'),
(21905,82,1185,NULL,479,2,'2026-01-12 16:19:23','2026-01-12 16:19:23','1a97d73d-0049-48ff-83ba-c46b93f3c099'),
(21906,82,1185,NULL,491,3,'2026-01-12 16:19:23','2026-01-12 16:19:23','d2436129-53f1-49e1-8275-153a3b5a6c7f'),
(21907,32,7505,NULL,2610,1,'2026-01-12 16:19:23','2026-01-12 16:19:23','22b53c48-bfd8-4ecb-ae3f-69c94b9f895e'),
(21908,32,7505,NULL,2598,2,'2026-01-12 16:19:23','2026-01-12 16:19:23','fc837866-b26b-4722-aefb-34ad5eb9854d'),
(21909,32,7505,NULL,2600,3,'2026-01-12 16:19:23','2026-01-12 16:19:23','4d8c9541-ca6e-412c-94c0-960d2f7c04c7'),
(21910,32,7505,NULL,2604,4,'2026-01-12 16:19:23','2026-01-12 16:19:23','3d253830-8d43-4835-9300-c2191464ed0b'),
(21911,32,7505,NULL,2608,5,'2026-01-12 16:19:23','2026-01-12 16:19:23','078955ab-666a-4156-bb95-8d5c0b0a876f'),
(21912,32,7505,NULL,2602,6,'2026-01-12 16:19:23','2026-01-12 16:19:23','fbc15ef3-4fc4-47cd-ab91-014ea3b6cbb1'),
(21913,16,7505,NULL,4322,1,'2026-01-12 16:19:23','2026-01-12 16:19:23','9d6e338a-9c1d-4531-9e6f-bee5dee41de6'),
(21914,7,7505,NULL,2969,1,'2026-01-12 16:19:23','2026-01-12 16:19:23','53c25c1b-3d42-4034-9b7d-9f7132b3939e'),
(21915,7,7505,NULL,617,2,'2026-01-12 16:19:23','2026-01-12 16:19:23','96475624-85e3-4f21-bc43-ac84b69870d5'),
(21916,7,7505,NULL,605,3,'2026-01-12 16:19:23','2026-01-12 16:19:23','81fe81d1-aa8f-4e76-9c50-f021c25e2b0a'),
(21917,82,7505,NULL,469,1,'2026-01-12 16:19:23','2026-01-12 16:19:23','afaa653f-3969-43ba-b2c5-847eaba1a563'),
(21918,82,7505,NULL,479,2,'2026-01-12 16:19:23','2026-01-12 16:19:23','a7f9a51d-9646-4dce-80d1-623464ea2672'),
(21919,82,7505,NULL,491,3,'2026-01-12 16:19:23','2026-01-12 16:19:23','4905442d-d9a0-4475-91bc-85244105022d'),
(21933,32,1191,NULL,2608,5,'2026-01-12 16:39:25','2026-01-12 16:39:25','cd6a1ba5-6f6a-4be6-9b5b-db1a1332117c'),
(21934,32,1191,NULL,2602,6,'2026-01-12 16:39:25','2026-01-12 16:39:25','f9d22d7b-dcc5-4cc6-92e5-64e23b1c7cef'),
(21935,82,1191,NULL,469,1,'2026-01-12 16:39:25','2026-01-12 16:39:25','6a83eac7-01d5-4aaf-ac2f-a91ea616ce0f'),
(21936,82,1191,NULL,479,2,'2026-01-12 16:39:25','2026-01-12 16:39:25','3bf15b68-b59e-4394-b16e-64bc916dd75d'),
(21937,82,1191,NULL,491,3,'2026-01-12 16:39:25','2026-01-12 16:39:25','a7e8def1-eb27-44f4-aada-970587f7c7ca'),
(21938,32,7507,NULL,2610,1,'2026-01-12 16:39:25','2026-01-12 16:39:25','8a242d67-a81c-4a29-ab59-42bf3ad317f1'),
(21939,32,7507,NULL,2598,2,'2026-01-12 16:39:25','2026-01-12 16:39:25','2dd20a37-4893-4634-956f-8fdc0e50f3cf'),
(21940,32,7507,NULL,2600,3,'2026-01-12 16:39:25','2026-01-12 16:39:25','f640c8c8-78c3-498f-8a20-3656ac58c247'),
(21941,32,7507,NULL,2604,4,'2026-01-12 16:39:25','2026-01-12 16:39:25','912117e0-211e-441e-8ec8-85a1c44d29c8'),
(21942,32,7507,NULL,2608,5,'2026-01-12 16:39:25','2026-01-12 16:39:25','a210a800-0ba5-4dbb-8639-0e0d8dd82c39'),
(21943,32,7507,NULL,2602,6,'2026-01-12 16:39:25','2026-01-12 16:39:25','822f838a-171c-42b4-a4a7-fec7fc911eca'),
(21944,16,7507,NULL,4358,1,'2026-01-12 16:39:25','2026-01-12 16:39:25','fb56d372-e68d-43a3-8d7c-b317b29281e6'),
(21945,7,7507,NULL,617,1,'2026-01-12 16:39:25','2026-01-12 16:39:25','ed8af222-580a-4f3c-a63a-c2034664d032'),
(21946,7,7507,NULL,605,2,'2026-01-12 16:39:25','2026-01-12 16:39:25','188341fc-0fe3-4908-896c-d2a4ad06b79d'),
(21947,82,7507,NULL,469,1,'2026-01-12 16:39:25','2026-01-12 16:39:25','a233f47c-04b2-47aa-97b7-56323202914f'),
(21948,82,7507,NULL,479,2,'2026-01-12 16:39:25','2026-01-12 16:39:25','1181b8d7-2a82-4c94-9523-8e6b27465b64'),
(21949,82,7507,NULL,491,3,'2026-01-12 16:39:25','2026-01-12 16:39:25','aa630a46-bd96-478d-9e23-55c2d8c7695d'),
(21967,32,1197,NULL,2608,6,'2026-01-12 16:40:37','2026-01-12 16:40:37','31e9a4eb-8d01-4b61-b9db-dcd0b846fc78'),
(21968,32,1197,NULL,2602,7,'2026-01-12 16:40:37','2026-01-12 16:40:37','5990f3fb-f46d-46ec-88ab-644c464501ef'),
(21969,82,1197,NULL,469,1,'2026-01-12 16:40:37','2026-01-12 16:40:37','467e1fdb-5931-4c65-bb54-24c1ebf69ff5'),
(21970,82,1197,NULL,479,2,'2026-01-12 16:40:37','2026-01-12 16:40:37','d205b3e8-0371-4a76-9902-29fa9040e5d8'),
(21971,82,1197,NULL,491,3,'2026-01-12 16:40:37','2026-01-12 16:40:37','368ec5b2-4e46-4c4d-a31c-bf3a89d3dafb'),
(21972,32,7509,NULL,2610,1,'2026-01-12 16:40:37','2026-01-12 16:40:37','80d602b8-3015-472c-a6fa-9290ab293206'),
(21973,32,7509,NULL,2622,2,'2026-01-12 16:40:37','2026-01-12 16:40:37','4d7cd537-f367-41de-8a4c-87b73a411bd4'),
(21974,32,7509,NULL,2598,3,'2026-01-12 16:40:37','2026-01-12 16:40:37','28d8ef81-1cdb-483f-9f02-fabe6a056895'),
(21975,32,7509,NULL,2600,4,'2026-01-12 16:40:37','2026-01-12 16:40:37','48339fe6-ecd2-4898-aab1-a2aa9efdacf7'),
(21976,32,7509,NULL,2604,5,'2026-01-12 16:40:37','2026-01-12 16:40:37','63991884-078c-4cfe-ac6e-a4e142a2a5d3'),
(21977,32,7509,NULL,2608,6,'2026-01-12 16:40:37','2026-01-12 16:40:37','781e8379-818a-4254-89b6-87ad04a2cf16'),
(21978,32,7509,NULL,2602,7,'2026-01-12 16:40:37','2026-01-12 16:40:37','279cec10-3be1-4e20-a0fb-2b6b1d46e3f2'),
(21979,16,7509,NULL,4385,1,'2026-01-12 16:40:37','2026-01-12 16:40:37','571cb12b-d4cd-464c-ac09-5185cd9fbefa'),
(21980,7,7509,NULL,2969,1,'2026-01-12 16:40:37','2026-01-12 16:40:37','adb5f76d-747f-4e27-aa05-1adcfd9a48ac'),
(21981,7,7509,NULL,617,2,'2026-01-12 16:40:37','2026-01-12 16:40:37','e288b69b-7d1c-4703-a61c-be5ba63dc5c9'),
(21982,7,7509,NULL,605,3,'2026-01-12 16:40:37','2026-01-12 16:40:37','7a73ad91-346d-479f-8c10-bca134073b2a'),
(21983,82,7509,NULL,469,1,'2026-01-12 16:40:37','2026-01-12 16:40:37','f75dc0ed-bd78-4bfb-b49e-1c4533a1af3c'),
(21984,82,7509,NULL,479,2,'2026-01-12 16:40:37','2026-01-12 16:40:37','585e02ef-9470-4376-b47e-3d7b1e7cc11b'),
(21985,82,7509,NULL,491,3,'2026-01-12 16:40:37','2026-01-12 16:40:37','c4836f92-746b-408d-b91b-33f06f2e6c2c'),
(21986,46,7509,NULL,4403,1,'2026-01-12 16:40:37','2026-01-12 16:40:37','9bda9b4a-2ff4-482b-be2c-33f5e7943e65'),
(22005,32,1201,NULL,2608,8,'2026-01-12 16:41:50','2026-01-12 16:41:50','e5ed58da-1801-4447-b250-e72a24282973'),
(22006,82,1201,NULL,469,1,'2026-01-12 16:41:50','2026-01-12 16:41:50','bf17a3d3-b8b3-45c2-be5d-870f8fa4382e'),
(22007,82,1201,NULL,479,2,'2026-01-12 16:41:50','2026-01-12 16:41:50','1644ed4f-44db-4742-9827-ee3e202da31d'),
(22008,82,1201,NULL,491,3,'2026-01-12 16:41:50','2026-01-12 16:41:50','61a6582a-a86e-420e-97fb-382f9dcfa101'),
(22009,32,7511,NULL,2610,1,'2026-01-12 16:41:50','2026-01-12 16:41:50','6b012e94-2e06-4cc6-b889-e779f5c83181'),
(22010,32,7511,NULL,2598,2,'2026-01-12 16:41:50','2026-01-12 16:41:50','3aa39ade-3fdb-49a0-a378-e133c5305888'),
(22011,32,7511,NULL,2600,3,'2026-01-12 16:41:50','2026-01-12 16:41:50','8fc4850f-4165-4ebb-bb3c-4f07a94e95d9'),
(22012,32,7511,NULL,2602,4,'2026-01-12 16:41:50','2026-01-12 16:41:50','658a892f-afb9-4dbb-995d-91d8f86608a4'),
(22013,32,7511,NULL,2612,5,'2026-01-12 16:41:50','2026-01-12 16:41:50','03680bbf-5134-4e9c-9e3d-6e35dd1d5f0d'),
(22014,32,7511,NULL,2618,6,'2026-01-12 16:41:50','2026-01-12 16:41:50','a3ce180b-7464-41b1-bbf2-066d07872562'),
(22015,32,7511,NULL,2604,7,'2026-01-12 16:41:50','2026-01-12 16:41:50','d4d1c345-7b6d-419f-996f-8be21cc71bdd'),
(22016,32,7511,NULL,2608,8,'2026-01-12 16:41:50','2026-01-12 16:41:50','f32575c4-6b35-40c4-9f69-1157b9609137'),
(22017,16,7511,NULL,4414,1,'2026-01-12 16:41:50','2026-01-12 16:41:50','41e7c8f1-b236-4421-afdd-ff405bc31fc8'),
(22019,7,7511,NULL,617,2,'2026-01-12 16:41:50','2026-01-12 16:41:50','8f531e4f-b2d9-4b8c-acf1-c29ecf5a7fe1'),
(22020,7,7511,NULL,605,3,'2026-01-12 16:41:50','2026-01-12 16:41:50','5a2b3840-81db-46b1-b7ed-211c28cdf4dd'),
(22021,82,7511,NULL,469,1,'2026-01-12 16:41:50','2026-01-12 16:41:50','85ac0d57-5dcc-4508-9ee4-35a2899e2476'),
(22022,82,7511,NULL,479,2,'2026-01-12 16:41:50','2026-01-12 16:41:50','d1d642f6-6b74-4e50-afbe-21f493d7551f'),
(22023,82,7511,NULL,491,3,'2026-01-12 16:41:50','2026-01-12 16:41:50','e6e0f2dd-513f-419b-afba-5a6d89afac6c'),
(22024,46,7511,NULL,3697,1,'2026-01-12 16:41:50','2026-01-12 16:41:50','8c2c0c4c-c753-4aec-b37e-980083282f02'),
(22040,32,1209,NULL,2608,7,'2026-01-12 16:42:47','2026-01-12 16:42:47','accbf043-64c0-4924-b13e-35c013528240'),
(22041,32,1209,NULL,2602,8,'2026-01-12 16:42:47','2026-01-12 16:42:47','c21375dd-22dc-4737-8de9-ecd2a86ff8cb'),
(22042,82,1209,NULL,469,1,'2026-01-12 16:42:47','2026-01-12 16:42:47','0fc66671-3f14-429b-a4b0-b593aeada1e7'),
(22043,82,1209,NULL,491,2,'2026-01-12 16:42:47','2026-01-12 16:42:47','81a00eab-2b47-405d-8794-520e29a470e6'),
(22044,32,7513,NULL,2610,1,'2026-01-12 16:42:47','2026-01-12 16:42:47','b7fe7303-7102-484a-ab56-2ba0d493a5c8'),
(22045,32,7513,NULL,2598,2,'2026-01-12 16:42:47','2026-01-12 16:42:47','54cac3c0-972f-4a05-9355-b37a2f80104c'),
(22046,32,7513,NULL,2624,3,'2026-01-12 16:42:47','2026-01-12 16:42:47','2746690a-7860-48b4-a853-f37666b12d8e'),
(22047,32,7513,NULL,2600,4,'2026-01-12 16:42:47','2026-01-12 16:42:47','92a77d64-0c96-429a-acc1-ce6eb5ddfa45'),
(22048,32,7513,NULL,2606,5,'2026-01-12 16:42:47','2026-01-12 16:42:47','6a380392-96ef-4031-a82c-a90ae0c6f1e3'),
(22049,32,7513,NULL,2604,6,'2026-01-12 16:42:47','2026-01-12 16:42:47','207c95dd-ca53-4c08-83a7-a2255067efcf'),
(22050,32,7513,NULL,2608,7,'2026-01-12 16:42:47','2026-01-12 16:42:47','8962e92d-6537-4744-88a3-894d165e01e1'),
(22051,32,7513,NULL,2602,8,'2026-01-12 16:42:47','2026-01-12 16:42:47','b3a3d765-60ed-40cc-8105-b1610aa6bc1a'),
(22052,16,7513,NULL,4440,1,'2026-01-12 16:42:47','2026-01-12 16:42:47','13c2ec9c-c06d-41dd-aca5-81f9dd6647e3'),
(22053,7,7513,NULL,617,1,'2026-01-12 16:42:47','2026-01-12 16:42:47','c9e0daac-6659-4a97-879e-d60f4fad1d22'),
(22054,7,7513,NULL,605,2,'2026-01-12 16:42:47','2026-01-12 16:42:47','aff32d27-e85a-44a5-8f04-7f0fb1e168b4'),
(22055,82,7513,NULL,469,1,'2026-01-12 16:42:47','2026-01-12 16:42:47','4e261aa3-fef2-4791-aafc-a06240641230'),
(22056,82,7513,NULL,491,2,'2026-01-12 16:42:47','2026-01-12 16:42:47','fc8d4a79-7bfc-42f7-99b6-03006e629b0a'),
(22057,46,7513,NULL,2891,1,'2026-01-12 16:42:47','2026-01-12 16:42:47','28535d4c-2148-4088-991a-95b412230bda'),
(22064,32,1215,NULL,2608,5,'2026-01-12 16:43:42','2026-01-12 16:43:42','d384893d-3395-4e13-8751-89150129758e'),
(22065,32,1215,NULL,2602,6,'2026-01-12 16:43:42','2026-01-12 16:43:42','14e8ae8b-e26b-47d9-8c11-996a534c8a6f'),
(22066,82,1215,NULL,469,1,'2026-01-12 16:43:42','2026-01-12 16:43:42','437b3492-29c9-43fb-98f2-ef473846112e'),
(22067,82,1215,NULL,479,2,'2026-01-12 16:43:42','2026-01-12 16:43:42','d4d2926a-82fc-4f79-a9b2-3df53ac3dde6'),
(22068,82,1215,NULL,491,3,'2026-01-12 16:43:42','2026-01-12 16:43:42','cd1c4a35-65f4-4423-afaf-6e0f4665c675'),
(22069,32,7514,NULL,2610,1,'2026-01-12 16:43:42','2026-01-12 16:43:42','00f7974d-156c-4d61-a7aa-196c5532d27f'),
(22070,32,7514,NULL,2598,2,'2026-01-12 16:43:42','2026-01-12 16:43:42','2e1b2215-df2e-4811-aebc-246bac7f0d85'),
(22071,32,7514,NULL,2600,3,'2026-01-12 16:43:42','2026-01-12 16:43:42','b670770d-6bbd-4e48-bf30-92bc9174c56c'),
(22072,32,7514,NULL,2604,4,'2026-01-12 16:43:42','2026-01-12 16:43:42','eff7fe5c-1343-4a80-b3b3-8850118cfa8f'),
(22073,32,7514,NULL,2608,5,'2026-01-12 16:43:42','2026-01-12 16:43:42','d8aebbb3-c0fa-491a-bb23-479e63f1bd48'),
(22074,32,7514,NULL,2602,6,'2026-01-12 16:43:42','2026-01-12 16:43:42','2765830b-942a-4a46-8fa8-632bfd2251f3'),
(22075,16,7514,NULL,4466,1,'2026-01-12 16:43:42','2026-01-12 16:43:42','d612d9ba-0913-4785-bf13-69c48f014d6e'),
(22076,7,7514,NULL,2969,1,'2026-01-12 16:43:42','2026-01-12 16:43:42','49eb037c-4374-4baf-aad0-377bee828688'),
(22077,7,7514,NULL,617,2,'2026-01-12 16:43:42','2026-01-12 16:43:42','2b96aac0-9ea4-4fe5-a9e5-8f224e52e49d'),
(22078,7,7514,NULL,605,3,'2026-01-12 16:43:42','2026-01-12 16:43:42','8cf97655-3578-40fe-9f16-30299fca1ee7'),
(22079,82,7514,NULL,469,1,'2026-01-12 16:43:42','2026-01-12 16:43:42','48368bc5-2b7f-476e-ab3a-2ad7fcff607e'),
(22080,82,7514,NULL,479,2,'2026-01-12 16:43:42','2026-01-12 16:43:42','66fbd040-dcb1-4399-8927-8017bd95bb72'),
(22081,82,7514,NULL,491,3,'2026-01-12 16:43:42','2026-01-12 16:43:42','6820ce9c-d735-4119-b99f-4a07de577ba2'),
(22089,32,1219,NULL,2608,5,'2026-01-12 16:44:41','2026-01-12 16:44:41','60393cb6-6550-4675-8f57-12919e2ea794'),
(22090,32,1219,NULL,2602,6,'2026-01-12 16:44:41','2026-01-12 16:44:41','71a8ea5a-4988-4329-b504-2a3cc1ea7287'),
(22091,82,1219,NULL,469,1,'2026-01-12 16:44:41','2026-01-12 16:44:41','96f4962e-9e91-4bb9-aeee-ccda9eca7a0a'),
(22092,82,1219,NULL,479,2,'2026-01-12 16:44:41','2026-01-12 16:44:41','d3608261-0e86-4530-bc33-52864c846221'),
(22093,82,1219,NULL,491,3,'2026-01-12 16:44:41','2026-01-12 16:44:41','00741817-5759-4a0a-acf4-20db0d2ee9f5'),
(22094,32,7515,NULL,2610,1,'2026-01-12 16:44:41','2026-01-12 16:44:41','6f1f165e-1f31-4ddb-9b7a-fad9a9bc7078'),
(22095,32,7515,NULL,2598,2,'2026-01-12 16:44:41','2026-01-12 16:44:41','897fb495-b397-4ad4-bdf2-2323038aa2ce'),
(22096,32,7515,NULL,2600,3,'2026-01-12 16:44:41','2026-01-12 16:44:41','25f0fa5f-e73f-4833-8049-ce807a715bee'),
(22097,32,7515,NULL,2604,4,'2026-01-12 16:44:41','2026-01-12 16:44:41','60f66635-c84a-4fa0-be20-1381f7282d4a'),
(22098,32,7515,NULL,2608,5,'2026-01-12 16:44:41','2026-01-12 16:44:41','bd2f8909-bf5b-4783-83de-fe3f33c747aa'),
(22099,32,7515,NULL,2602,6,'2026-01-12 16:44:41','2026-01-12 16:44:41','045a8210-f38a-4823-bbf5-ca781bdd87b5'),
(22100,16,7515,NULL,4497,1,'2026-01-12 16:44:41','2026-01-12 16:44:41','6cb48b05-a246-4d23-8998-fd30e6479e50'),
(22102,7,7515,NULL,2972,2,'2026-01-12 16:44:41','2026-01-12 16:44:41','705849f2-c485-4922-be70-e9288634129b'),
(22103,7,7515,NULL,617,3,'2026-01-12 16:44:41','2026-01-12 16:44:41','fd3849e6-5491-45fb-882e-880d6935d397'),
(22104,7,7515,NULL,605,4,'2026-01-12 16:44:41','2026-01-12 16:44:41','795845eb-42e7-4221-9c5c-95d149df9ce5'),
(22105,82,7515,NULL,469,1,'2026-01-12 16:44:41','2026-01-12 16:44:41','bf90675f-5fcc-41c0-b3f2-ccdd3615255d'),
(22106,82,7515,NULL,479,2,'2026-01-12 16:44:41','2026-01-12 16:44:41','599a7c4e-32e6-42ff-8b95-11cc257d9370'),
(22107,82,7515,NULL,491,3,'2026-01-12 16:44:41','2026-01-12 16:44:41','87f27821-6c4e-4b5c-b997-878317ada3f1'),
(22114,32,1225,NULL,2608,5,'2026-01-12 16:45:28','2026-01-12 16:45:28','4139c7fa-8cbe-428d-ba27-e0987aaef89a'),
(22115,32,1225,NULL,2602,6,'2026-01-12 16:45:28','2026-01-12 16:45:28','1683c94d-2294-41ab-bf3a-ad9c08071fd9'),
(22116,82,1225,NULL,469,1,'2026-01-12 16:45:28','2026-01-12 16:45:28','8e76f245-3073-4c45-aab9-92d7f21ca0d3'),
(22117,82,1225,NULL,479,2,'2026-01-12 16:45:28','2026-01-12 16:45:28','f97b3017-ab9e-4b47-9471-130618d61bde'),
(22118,82,1225,NULL,491,3,'2026-01-12 16:45:28','2026-01-12 16:45:28','4fb56d1e-35c6-4d0f-a7c4-e43b8882ef11'),
(22119,32,7516,NULL,2610,1,'2026-01-12 16:45:28','2026-01-12 16:45:28','87fb5f11-c086-44cd-9bce-fb1ca6ca7d3e'),
(22120,32,7516,NULL,2598,2,'2026-01-12 16:45:28','2026-01-12 16:45:28','ecaa6e3f-c923-470f-abf3-df488b951a2f'),
(22121,32,7516,NULL,2600,3,'2026-01-12 16:45:28','2026-01-12 16:45:28','a51cbb61-85d5-4253-a79d-ec46deb5cf65'),
(22122,32,7516,NULL,2604,4,'2026-01-12 16:45:28','2026-01-12 16:45:28','e6380083-7f49-4391-b553-dbcf733d82b8'),
(22123,32,7516,NULL,2608,5,'2026-01-12 16:45:28','2026-01-12 16:45:28','976a2012-9037-4390-a4c6-ce9d643f45e0'),
(22124,32,7516,NULL,2602,6,'2026-01-12 16:45:28','2026-01-12 16:45:28','16690e92-9da2-4c27-80fb-e49a4319e560'),
(22125,16,7516,NULL,4526,1,'2026-01-12 16:45:28','2026-01-12 16:45:28','7eaed39c-9111-446e-a8b3-62b8c2c19992'),
(22126,7,7516,NULL,2969,1,'2026-01-12 16:45:28','2026-01-12 16:45:28','08d93806-e1a6-4935-adb9-35f7ad4ce50f'),
(22127,7,7516,NULL,2974,2,'2026-01-12 16:45:28','2026-01-12 16:45:28','2c4856c8-5d70-4388-bd3c-4301a712b5cb'),
(22128,7,7516,NULL,617,3,'2026-01-12 16:45:28','2026-01-12 16:45:28','f8208cc9-6bc5-44d1-9882-9937dbd3be55'),
(22129,7,7516,NULL,605,4,'2026-01-12 16:45:28','2026-01-12 16:45:28','3cace50b-af0e-4fa5-b436-e299837e70ad'),
(22130,82,7516,NULL,469,1,'2026-01-12 16:45:28','2026-01-12 16:45:28','1353e638-96a6-41e4-a9eb-f78f5cc1a109'),
(22131,82,7516,NULL,479,2,'2026-01-12 16:45:28','2026-01-12 16:45:28','fefc1df7-bd22-47bb-9e4f-3913eefe6bf4'),
(22132,82,7516,NULL,491,3,'2026-01-12 16:45:28','2026-01-12 16:45:28','45a45345-6784-4781-bf2f-b91926925fa0'),
(22139,32,1231,NULL,2608,5,'2026-01-12 16:46:10','2026-01-12 16:46:10','b9121383-a5e2-46fe-8118-992d410c98ec'),
(22140,32,1231,NULL,2602,6,'2026-01-12 16:46:10','2026-01-12 16:46:10','5bafc261-18a7-424c-abf8-3a3a4aaaa91b'),
(22141,82,1231,NULL,469,1,'2026-01-12 16:46:10','2026-01-12 16:46:10','092399b7-f7cf-41eb-8cf5-7969f3979543'),
(22142,82,1231,NULL,479,2,'2026-01-12 16:46:10','2026-01-12 16:46:10','df009716-a6ee-4f4f-81bf-0203e2fddc1a'),
(22143,82,1231,NULL,491,3,'2026-01-12 16:46:10','2026-01-12 16:46:10','8b269127-e0db-488f-a485-89654d931109'),
(22144,32,7517,NULL,2610,1,'2026-01-12 16:46:10','2026-01-12 16:46:10','9ea3d22a-d128-4b0a-a7f4-fee2cdf46e9a'),
(22145,32,7517,NULL,2598,2,'2026-01-12 16:46:10','2026-01-12 16:46:10','6faaaed9-4133-4cb9-a768-979363ae8ac4'),
(22146,32,7517,NULL,2600,3,'2026-01-12 16:46:10','2026-01-12 16:46:10','9c311b49-84f4-4d93-a15a-9d696e0edc87'),
(22147,32,7517,NULL,2604,4,'2026-01-12 16:46:10','2026-01-12 16:46:10','b902004c-030d-48d5-846d-5aee47bac606'),
(22148,32,7517,NULL,2608,5,'2026-01-12 16:46:10','2026-01-12 16:46:10','f53e0056-9c3e-4773-86e9-f96924370683'),
(22149,32,7517,NULL,2602,6,'2026-01-12 16:46:10','2026-01-12 16:46:10','a0ed4ca3-30f1-43bb-bf6f-64ac35fde55c'),
(22150,16,7517,NULL,4554,1,'2026-01-12 16:46:10','2026-01-12 16:46:10','8bed62d5-b542-4562-be5b-34ac13b929b7'),
(22151,7,7517,NULL,617,1,'2026-01-12 16:46:10','2026-01-12 16:46:10','f179b9d8-548d-4a77-b532-0ea224dc0b57'),
(22152,7,7517,NULL,605,2,'2026-01-12 16:46:10','2026-01-12 16:46:10','70ae061a-2df8-4bcd-97aa-e0f9de0b2622'),
(22153,82,7517,NULL,469,1,'2026-01-12 16:46:10','2026-01-12 16:46:10','e9567ec4-396d-4dbe-a5dc-8eb0967e3882'),
(22154,82,7517,NULL,479,2,'2026-01-12 16:46:10','2026-01-12 16:46:10','da07869b-c14a-47db-a94d-0bca41edbc50'),
(22155,82,7517,NULL,491,3,'2026-01-12 16:46:10','2026-01-12 16:46:10','94d1e989-78af-4f13-bc1e-adf77fa1c941'),
(22161,32,1237,NULL,2608,6,'2026-01-12 16:46:58','2026-01-12 16:46:58','54068881-12ea-4306-b257-3e9af6b6293a'),
(22162,32,1237,NULL,2596,7,'2026-01-12 16:46:58','2026-01-12 16:46:58','4e7f4cc2-5696-4676-ae68-c604efd9f5bb'),
(22163,82,1237,NULL,479,1,'2026-01-12 16:46:58','2026-01-12 16:46:58','e06f02ec-24b5-4262-90e6-831b298ac353'),
(22164,82,1237,NULL,491,2,'2026-01-12 16:46:58','2026-01-12 16:46:58','1174549c-c9be-49bc-85a4-2ae92ee52916'),
(22165,32,7518,NULL,2610,1,'2026-01-12 16:46:58','2026-01-12 16:46:58','ba8ba215-4e3a-4bb9-b94d-2b8eb41d5a0f'),
(22166,32,7518,NULL,2598,2,'2026-01-12 16:46:58','2026-01-12 16:46:58','47afff2a-6d6b-4c10-8c8c-59fa6128f1bf'),
(22167,32,7518,NULL,2600,3,'2026-01-12 16:46:58','2026-01-12 16:46:58','f1ef86e7-6c10-460a-a1ca-2d41fdb26579'),
(22168,32,7518,NULL,2602,4,'2026-01-12 16:46:58','2026-01-12 16:46:58','c7c9a0a1-29af-4b95-b188-e0ec9fb18cbf'),
(22169,32,7518,NULL,2604,5,'2026-01-12 16:46:58','2026-01-12 16:46:58','ba9fcf28-737d-42ff-b345-1a2fea494c07'),
(22170,32,7518,NULL,2608,6,'2026-01-12 16:46:58','2026-01-12 16:46:58','8499a1b2-a4de-4279-aed6-2671102f03ef'),
(22171,32,7518,NULL,2596,7,'2026-01-12 16:46:58','2026-01-12 16:46:58','7fe45d44-20c4-46e2-82d2-18bf9e49d47a'),
(22172,16,7518,NULL,4579,1,'2026-01-12 16:46:58','2026-01-12 16:46:58','2980000c-9b89-4055-8f69-95c22b795c89'),
(22173,7,7518,NULL,2969,1,'2026-01-12 16:46:58','2026-01-12 16:46:58','92a744a5-5e31-4178-8fca-aeb13560f683'),
(22175,7,7518,NULL,617,3,'2026-01-12 16:46:58','2026-01-12 16:46:58','5e8373e9-92ce-4fb3-9cd0-2b925107ff0d'),
(22176,7,7518,NULL,605,4,'2026-01-12 16:46:58','2026-01-12 16:46:58','6e55785a-220b-4705-8a6c-41a72dff07b2'),
(22177,82,7518,NULL,479,1,'2026-01-12 16:46:58','2026-01-12 16:46:58','9012daa2-98fe-4fce-b61d-fc4081b86787'),
(22178,82,7518,NULL,491,2,'2026-01-12 16:46:58','2026-01-12 16:46:58','c58dad9f-0354-4e6d-948e-eba8ab0695af'),
(22186,32,1243,NULL,2608,5,'2026-01-12 16:47:52','2026-01-12 16:47:52','2bc916ca-50ca-4490-ba00-2e38db3d207e'),
(22188,32,1243,NULL,2596,6,'2026-01-12 16:47:52','2026-01-20 21:57:06','2e388c48-2ced-4d5d-8eeb-99e75d23ef67'),
(22189,32,1243,NULL,2602,7,'2026-01-12 16:47:52','2026-01-20 21:57:06','c6c0d2be-fc81-40ed-874b-0ab954a41465'),
(22190,32,1243,NULL,2606,8,'2026-01-12 16:47:52','2026-01-20 21:57:06','0a1b9a1e-55a0-44fb-a3bf-c2eb81877897'),
(22191,82,1243,NULL,491,1,'2026-01-12 16:47:52','2026-01-12 16:47:52','1858867b-7ea2-44d3-b6ce-468f282fdc9a'),
(22193,32,7519,NULL,2610,1,'2026-01-12 16:47:52','2026-01-12 16:47:52','3c34df1c-21e6-409c-bf09-a17549b4bc40'),
(22194,32,7519,NULL,2598,2,'2026-01-12 16:47:52','2026-01-12 16:47:52','fa43411b-e1b2-47b4-be1e-3426a5b5a4b2'),
(22195,32,7519,NULL,2600,3,'2026-01-12 16:47:52','2026-01-12 16:47:52','afd64939-e342-42e5-a871-b11699e4fe47'),
(22196,32,7519,NULL,2604,4,'2026-01-12 16:47:52','2026-01-12 16:47:52','d970362a-73a0-41fe-800e-750bc5160925'),
(22197,32,7519,NULL,2608,5,'2026-01-12 16:47:52','2026-01-12 16:47:52','5f7d0336-ea14-4893-a55b-01ecb13d4928'),
(22198,32,7519,NULL,2624,6,'2026-01-12 16:47:52','2026-01-12 16:47:52','12358d6f-d5a8-4f8a-b39d-cd7cf0b19349'),
(22199,32,7519,NULL,2596,7,'2026-01-12 16:47:52','2026-01-12 16:47:52','8991c813-e88d-4caf-909c-4af798313667'),
(22200,32,7519,NULL,2602,8,'2026-01-12 16:47:52','2026-01-12 16:47:52','ba198c85-a79a-4ea4-9568-422b36198633'),
(22201,32,7519,NULL,2606,9,'2026-01-12 16:47:52','2026-01-12 16:47:52','f6cc57bc-dd5b-4a7b-82d3-085529fb3749'),
(22202,16,7519,NULL,4610,1,'2026-01-12 16:47:52','2026-01-12 16:47:52','edc0f86f-2f45-4d74-a0d1-d73764c8ad2b'),
(22203,7,7519,NULL,601,1,'2026-01-12 16:47:52','2026-01-12 16:47:52','17cbf81a-9cf6-4ac5-9b2a-f96d25db614f'),
(22204,7,7519,NULL,2972,2,'2026-01-12 16:47:52','2026-01-12 16:47:52','9fce5a35-844d-4093-aaee-cae9388d9bd9'),
(22205,7,7519,NULL,2974,3,'2026-01-12 16:47:52','2026-01-12 16:47:52','fd9193cc-35e7-4886-83a2-cb346f5f092c'),
(22206,7,7519,NULL,617,4,'2026-01-12 16:47:52','2026-01-12 16:47:52','f70f8c53-823e-410f-a353-083e0b3970e3'),
(22207,7,7519,NULL,605,5,'2026-01-12 16:47:52','2026-01-12 16:47:52','904bb294-f95d-42a2-80ac-554ee72a1701'),
(22208,82,7519,NULL,491,1,'2026-01-12 16:47:52','2026-01-12 16:47:52','04fd504c-696a-4bc0-ac63-3a96628bc172'),
(22209,46,7519,NULL,2891,1,'2026-01-12 16:47:52','2026-01-12 16:47:52','d342ac1d-0c32-4963-93d7-4667708294e3'),
(22214,32,1249,NULL,2608,8,'2026-01-12 16:48:43','2026-01-12 16:48:43','4da10bb6-0523-4be7-8660-17eacb57c171'),
(22215,32,1249,NULL,2596,9,'2026-01-12 16:48:43','2026-01-12 16:48:43','92b09992-3148-4322-bc8a-11cd686b4166'),
(22217,82,1249,NULL,491,1,'2026-01-12 16:48:43','2026-01-21 18:40:23','5d85328e-74ba-41d9-802c-3eec0983317a'),
(22218,32,7520,NULL,2610,1,'2026-01-12 16:48:43','2026-01-12 16:48:43','1c34fc6b-8498-4e2a-8ca3-c79c710cd778'),
(22219,32,7520,NULL,2598,2,'2026-01-12 16:48:43','2026-01-12 16:48:43','dc4fdb9b-361c-445b-b0e8-de7705c50e48'),
(22220,32,7520,NULL,2600,3,'2026-01-12 16:48:43','2026-01-12 16:48:43','02df48e3-b5be-4c69-b2bf-64769066dafa'),
(22221,32,7520,NULL,2602,4,'2026-01-12 16:48:43','2026-01-12 16:48:43','75e48fa6-ef67-41fa-927e-149dc566273c'),
(22222,32,7520,NULL,2612,5,'2026-01-12 16:48:43','2026-01-12 16:48:43','8fc9eb1b-16e1-41b1-ba60-9b8d6472c3b1'),
(22223,32,7520,NULL,2618,6,'2026-01-12 16:48:43','2026-01-12 16:48:43','5560b1a0-7ec0-44e0-818c-36786e648426'),
(22224,32,7520,NULL,2604,7,'2026-01-12 16:48:43','2026-01-12 16:48:43','c3e80e60-d8f4-4ab0-ae5a-05308016321d'),
(22225,32,7520,NULL,2608,8,'2026-01-12 16:48:43','2026-01-12 16:48:43','fab1560a-0bf8-44e0-aaa1-b440cf7de8bb'),
(22226,32,7520,NULL,2596,9,'2026-01-12 16:48:43','2026-01-12 16:48:43','5d27006b-b30d-44de-b29b-889e3b8bac07'),
(22227,16,7520,NULL,4639,1,'2026-01-12 16:48:43','2026-01-12 16:48:43','60808864-ffa4-4e1c-95ff-30e93c96e9d4'),
(22228,7,7520,NULL,2974,1,'2026-01-12 16:48:43','2026-01-12 16:48:43','8059a14e-d209-499e-a85b-64c94d038fd0'),
(22229,7,7520,NULL,617,2,'2026-01-12 16:48:43','2026-01-12 16:48:43','c72951bf-6734-4189-ad0e-0b9cacabf090'),
(22230,7,7520,NULL,605,3,'2026-01-12 16:48:43','2026-01-12 16:48:43','bb50213d-fbef-412b-afa2-7a694bd3a23c'),
(22231,82,7520,NULL,479,1,'2026-01-12 16:48:43','2026-01-12 16:48:43','fba37314-5983-48bf-a783-a0e4c89bb4d2'),
(22232,82,7520,NULL,491,2,'2026-01-12 16:48:43','2026-01-12 16:48:43','01ca169f-fff5-4a8b-b150-813c93be3e74'),
(22233,46,7520,NULL,3697,1,'2026-01-12 16:48:43','2026-01-12 16:48:43','ab0aa3d9-68c6-4de8-bcc9-890610035584'),
(22234,57,7520,NULL,5084,1,'2026-01-12 16:48:43','2026-01-12 16:48:43','fe052446-38e5-424d-b8b9-8ae32dc14586'),
(22235,57,7520,NULL,5085,2,'2026-01-12 16:48:43','2026-01-12 16:48:43','fed1b6e3-471f-4d9e-b737-e0eeec91d9e3'),
(22236,57,7520,NULL,5086,3,'2026-01-12 16:48:43','2026-01-12 16:48:43','98db2805-5f02-4a50-b2e6-915ece834f4a'),
(22237,57,7520,NULL,5087,4,'2026-01-12 16:48:43','2026-01-12 16:48:43','024263f5-ea17-46ab-989f-b4e638d44589'),
(22238,57,7520,NULL,5088,5,'2026-01-12 16:48:43','2026-01-12 16:48:43','8e55d53e-d997-4fb3-a08d-05c2fa4d9e10'),
(22240,32,7521,NULL,2610,1,'2026-01-12 16:49:48','2026-01-12 16:49:48','3b333157-5935-41d3-830f-da86da4f7484'),
(22241,32,7521,NULL,2598,2,'2026-01-12 16:49:48','2026-01-12 16:49:48','3ddda07e-cdf4-44bd-8252-c492f277c1e1'),
(22242,32,7521,NULL,2608,3,'2026-01-12 16:49:48','2026-01-12 16:49:48','a500af56-3cdb-419a-a9be-ddb5a211f6cd'),
(22243,32,7521,NULL,2624,4,'2026-01-12 16:49:48','2026-01-12 16:49:48','67773c7b-bae4-4bda-b77b-80ec66eb6b94'),
(22244,32,7521,NULL,2600,5,'2026-01-12 16:49:48','2026-01-12 16:49:48','fc6aeac9-b191-40f2-bb6f-c94abbc3e3df'),
(22245,32,7521,NULL,2596,6,'2026-01-12 16:49:48','2026-01-12 16:49:48','62c2117d-9bd0-4b73-9cf8-3b5403284f1a'),
(22246,32,7521,NULL,2602,7,'2026-01-12 16:49:48','2026-01-12 16:49:48','f4d37061-3eec-4bc2-8b69-3b9375bfcd7e'),
(22247,32,7521,NULL,2606,8,'2026-01-12 16:49:48','2026-01-12 16:49:48','b4c0d8c6-44ad-4234-9db6-7ebacfaeb0c4'),
(22248,32,7521,NULL,2612,9,'2026-01-12 16:49:48','2026-01-12 16:49:48','f8010573-cbcb-4e50-8c32-6aa8154bcaf7'),
(22249,32,7521,NULL,2604,10,'2026-01-12 16:49:48','2026-01-12 16:49:48','c682ce0f-cdd6-4f42-8898-af74c2fcc286'),
(22250,16,7521,NULL,4786,1,'2026-01-12 16:49:48','2026-01-12 16:49:48','49303a0f-298e-404f-b519-5b32b9920233'),
(22251,7,7521,NULL,601,1,'2026-01-12 16:49:48','2026-01-12 16:49:48','7391b179-e7f0-4568-9d49-14aef7c3b162'),
(22252,7,7521,NULL,6547,2,'2026-01-12 16:49:48','2026-01-12 16:49:48','ecdc9df7-a449-4753-a54c-cbd555be90dc'),
(22253,7,7521,NULL,617,3,'2026-01-12 16:49:48','2026-01-12 16:49:48','3fc3e6ff-4adc-4734-b70d-b18f5db1a0e9'),
(22254,7,7521,NULL,605,4,'2026-01-12 16:49:48','2026-01-12 16:49:48','33866240-a637-465c-9189-32d323a3b218'),
(22255,82,7521,NULL,491,1,'2026-01-12 16:49:48','2026-01-12 16:49:48','5e290f0b-cb9d-4e02-9a17-f662227b0177'),
(22256,46,7521,NULL,2891,1,'2026-01-12 16:49:48','2026-01-12 16:49:48','14b14e91-d5e2-4e7c-8f17-523dcfafc009'),
(22257,57,7521,NULL,4806,1,'2026-01-12 16:49:48','2026-01-12 16:49:48','072a7235-9598-43de-b5d2-ee9a4e409795'),
(22258,57,7521,NULL,4807,2,'2026-01-12 16:49:48','2026-01-12 16:49:48','4132e4e7-59d1-422e-9890-55efda36a592'),
(22259,57,7521,NULL,4808,3,'2026-01-12 16:49:48','2026-01-12 16:49:48','97fe6a0a-c894-4370-8950-3235d9fe1d73'),
(22260,57,7521,NULL,4809,4,'2026-01-12 16:49:48','2026-01-12 16:49:48','ce4af80f-67af-422f-b010-6aa79265716a'),
(22261,57,7521,NULL,4810,5,'2026-01-12 16:49:48','2026-01-12 16:49:48','a7a3bf8f-af14-4f19-9cf7-b6062cb012df'),
(22262,57,7521,NULL,4811,6,'2026-01-12 16:49:48','2026-01-12 16:49:48','6d2338a3-31d1-4c9f-b1b9-b90d41fe432f'),
(22263,13,7521,NULL,6542,1,'2026-01-12 16:49:48','2026-01-12 16:49:48','654a14a9-9238-45e5-903b-f1942a048daa'),
(22291,32,1261,NULL,2610,7,'2026-01-12 16:50:50','2026-01-20 21:53:55','98c043da-b55f-4e38-a550-d6c3c544800c'),
(22292,82,1261,NULL,469,3,'2026-01-12 16:50:50','2026-01-12 16:50:50','86eac2b5-aae5-4290-9e12-36dd8d1cd3ae'),
(22293,32,7523,NULL,2622,1,'2026-01-12 16:50:51','2026-01-12 16:50:51','d1642862-cc50-416a-8f11-90edca73b321'),
(22294,32,7523,NULL,2598,2,'2026-01-12 16:50:51','2026-01-12 16:50:51','f0084c64-16c8-4a6d-ab03-6020fb02fc9c'),
(22295,32,7523,NULL,2608,3,'2026-01-12 16:50:51','2026-01-12 16:50:51','56099e04-8575-446e-9efd-eb29daf4096d'),
(22296,32,7523,NULL,2600,4,'2026-01-12 16:50:51','2026-01-12 16:50:51','1baa4cda-d7a5-45c8-b1d8-d8650274c5be'),
(22297,32,7523,NULL,2602,5,'2026-01-12 16:50:51','2026-01-12 16:50:51','7d691b02-c1cc-4723-82a9-01c1fbeca747'),
(22298,32,7523,NULL,2612,6,'2026-01-12 16:50:51','2026-01-12 16:50:51','344c9c8a-109c-42a9-9632-49974bcc208e'),
(22299,32,7523,NULL,2604,7,'2026-01-12 16:50:51','2026-01-12 16:50:51','ecd115f8-5b74-49c6-a1f4-99cb345de942'),
(22300,32,7523,NULL,2610,8,'2026-01-12 16:50:51','2026-01-12 16:50:51','de5e9242-acdc-46b8-abd4-bca28f9595f1'),
(22301,16,7523,NULL,4861,1,'2026-01-12 16:50:51','2026-01-12 16:50:51','71aa346c-e93e-4612-a725-d35193903304'),
(22302,7,7523,NULL,601,1,'2026-01-12 16:50:51','2026-01-12 16:50:51','86843bfc-ddac-426f-a74e-e5b987aae492'),
(22303,7,7523,NULL,3468,2,'2026-01-12 16:50:51','2026-01-12 16:50:51','03a841b0-7f64-4bc6-8a9c-6f42e347156b'),
(22304,7,7523,NULL,617,3,'2026-01-12 16:50:51','2026-01-12 16:50:51','d6b59d2b-6e7d-41da-a2b5-8f9a10935e86'),
(22305,7,7523,NULL,605,4,'2026-01-12 16:50:51','2026-01-12 16:50:51','dd0ac108-6991-418c-af7d-eecd9acbe67d'),
(22306,82,7523,NULL,479,1,'2026-01-12 16:50:51','2026-01-12 16:50:51','5a618fee-a195-4049-9a07-cd101984147a'),
(22307,82,7523,NULL,491,2,'2026-01-12 16:50:51','2026-01-12 16:50:51','08486122-0a4c-4a15-bd50-ba299d383f0c'),
(22308,82,7523,NULL,469,3,'2026-01-12 16:50:51','2026-01-12 16:50:51','293b438d-6c09-4735-a23e-51f93228dc74'),
(22309,57,7523,NULL,4879,1,'2026-01-12 16:50:51','2026-01-12 16:50:51','a146fd79-e3f0-4eff-a2e5-3d622ab5f514'),
(22310,57,7523,NULL,4880,2,'2026-01-12 16:50:51','2026-01-12 16:50:51','9247efb8-0cc4-4eab-92e9-14d6c9203351'),
(22311,57,7523,NULL,4881,3,'2026-01-12 16:50:51','2026-01-12 16:50:51','736951b6-d4b8-4013-aced-928603c99dcf'),
(22312,57,7523,NULL,4882,4,'2026-01-12 16:50:51','2026-01-12 16:50:51','b043a096-d3d4-420c-9e66-ca3ec02aaee8'),
(22313,57,7523,NULL,4883,5,'2026-01-12 16:50:51','2026-01-12 16:50:51','e36dc31c-a249-42d1-b82b-5e3cc1d892d4'),
(22314,57,7523,NULL,4884,6,'2026-01-12 16:50:51','2026-01-12 16:50:51','304e9236-8f20-4d8b-83d4-01b1f3547b92'),
(22315,57,7523,NULL,4885,7,'2026-01-12 16:50:51','2026-01-12 16:50:51','d34e8234-8fad-474d-ae0e-b4f1e0522c2c'),
(22316,57,7523,NULL,4886,8,'2026-01-12 16:50:51','2026-01-12 16:50:51','0a772d8e-4696-4465-b2c5-e9b5c7195b30'),
(22317,57,7523,NULL,4887,9,'2026-01-12 16:50:51','2026-01-12 16:50:51','d1e67ec9-ca04-49c4-8d02-7ab06615f58f'),
(22318,57,7523,NULL,4888,10,'2026-01-12 16:50:51','2026-01-12 16:50:51','a6558a2b-4d1c-47dc-a79d-5948f2e63728'),
(22343,32,1269,NULL,2614,1,'2026-01-12 16:52:14','2026-01-12 16:52:14','849a08de-b184-4f76-bebb-51e3a4040b7d'),
(22344,32,1269,NULL,2610,2,'2026-01-12 16:52:14','2026-01-12 16:52:14','fbca333b-245e-45d2-8318-4a7df391c146'),
(22345,32,1269,NULL,2598,3,'2026-01-12 16:52:14','2026-01-12 16:52:14','d9a09ae6-c900-4f68-8ed0-2b84e545df44'),
(22346,32,1269,NULL,2608,4,'2026-01-12 16:52:14','2026-01-12 16:52:14','6897e293-5ae6-4c52-8a48-fe6d448a4525'),
(22347,32,1269,NULL,2600,5,'2026-01-12 16:52:14','2026-01-12 16:52:14','3b5a06bb-8395-40b4-aabc-9acc2b98d0ab'),
(22348,32,1269,NULL,2596,6,'2026-01-12 16:52:14','2026-01-12 16:52:14','a59c38a9-5d76-4126-b27d-3cfc580be75d'),
(22349,32,1269,NULL,2602,7,'2026-01-12 16:52:14','2026-01-12 16:52:14','36f7dcb5-5103-46df-a764-fe0ecc7e3e51'),
(22350,32,1269,NULL,2606,8,'2026-01-12 16:52:14','2026-01-12 16:52:14','a5ca2567-6330-4c70-a4cf-781145602f91'),
(22351,32,1269,NULL,2612,9,'2026-01-12 16:52:14','2026-01-12 16:52:14','b84c6877-0c01-4f42-bde2-4f8066db70f4'),
(22352,32,1269,NULL,2604,10,'2026-01-12 16:52:14','2026-01-12 16:52:14','b69d1501-53bf-4aae-8703-ad73ae88884c'),
(22354,32,7525,NULL,2614,1,'2026-01-12 16:52:14','2026-01-12 16:52:14','47c6a17f-b1a3-46b7-b570-e6670fd7736b'),
(22355,32,7525,NULL,2610,2,'2026-01-12 16:52:14','2026-01-12 16:52:14','76e39f83-e8d9-4c16-a59b-b79a0d89c9c8'),
(22356,32,7525,NULL,2598,3,'2026-01-12 16:52:14','2026-01-12 16:52:14','9bebfe7c-7098-42e1-a783-dffe5bc0b5cf'),
(22357,32,7525,NULL,2608,4,'2026-01-12 16:52:14','2026-01-12 16:52:14','97350c3f-c83f-4f07-874d-73a26289ca4d'),
(22358,32,7525,NULL,2600,5,'2026-01-12 16:52:14','2026-01-12 16:52:14','61dec0a7-aa8a-42dd-8a03-eacfa124f82a'),
(22359,32,7525,NULL,2596,6,'2026-01-12 16:52:14','2026-01-12 16:52:14','bf490dd4-c4f6-488d-8e6f-673ed5deead1'),
(22360,32,7525,NULL,2602,7,'2026-01-12 16:52:14','2026-01-12 16:52:14','f8a80280-b8d0-4e60-93e3-4b1913a90d66'),
(22361,32,7525,NULL,2606,8,'2026-01-12 16:52:14','2026-01-12 16:52:14','114c3b94-0dfa-4b3f-b435-2aeeb208f4de'),
(22362,32,7525,NULL,2612,9,'2026-01-12 16:52:14','2026-01-12 16:52:14','cd275691-e968-47e6-a0b7-7f8ddb2197dd'),
(22363,32,7525,NULL,2604,10,'2026-01-12 16:52:14','2026-01-12 16:52:14','e17d91e5-f072-4914-b282-07b2f785867f'),
(22364,16,7525,NULL,6741,1,'2026-01-12 16:52:14','2026-01-12 16:52:14','f93d09a1-66fc-47d7-8624-47bfc774bd16'),
(22365,7,7525,NULL,605,1,'2026-01-12 16:52:14','2026-01-12 16:52:14','2b334b18-52f3-4a55-89ab-5744de703ed2'),
(22366,7,7525,NULL,617,2,'2026-01-12 16:52:14','2026-01-12 16:52:14','a538a41a-6219-4992-8e1c-b16e3760a5f9'),
(22367,46,7525,NULL,7381,1,'2026-01-12 16:52:14','2026-01-12 16:52:14','500a82c9-bf41-4217-9b99-8c348ef8507a'),
(22368,57,7525,NULL,6759,1,'2026-01-12 16:52:14','2026-01-12 16:52:14','a46bdc52-078f-47fe-9b77-b05484147def'),
(22369,57,7525,NULL,6760,2,'2026-01-12 16:52:14','2026-01-12 16:52:14','5a0dcc9e-1545-47af-8cbf-8880d09326a5'),
(22370,57,7525,NULL,6761,3,'2026-01-12 16:52:14','2026-01-12 16:52:14','f2e7d68b-5dba-4479-8a04-538c5b67fc76'),
(22371,57,7525,NULL,6762,4,'2026-01-12 16:52:14','2026-01-12 16:52:14','45848463-50e1-45d7-90b4-5398bd9349a7'),
(22372,57,7525,NULL,6763,5,'2026-01-12 16:52:14','2026-01-12 16:52:14','faa92988-05dc-4a7c-a6a0-a6fd323dd8f6'),
(22373,57,7525,NULL,6764,6,'2026-01-12 16:52:14','2026-01-12 16:52:14','b7682e36-8ae4-4ef2-9e6b-52c20a3dfe66'),
(22374,57,7525,NULL,6765,7,'2026-01-12 16:52:14','2026-01-12 16:52:14','a093ee24-e73a-415a-8f9a-1a2b5d2b7ed9'),
(22375,57,7525,NULL,6766,8,'2026-01-12 16:52:14','2026-01-12 16:52:14','b55e8905-6edb-4bc9-928e-4487a6c60336'),
(22376,13,7525,NULL,6767,1,'2026-01-12 16:52:14','2026-01-12 16:52:14','5b9df1e1-8055-4cdd-bd5e-f82a2571773d'),
(22396,32,1277,NULL,2610,1,'2026-01-12 16:53:26','2026-01-12 16:53:26','7f19124f-2881-493e-bebe-7fec99dd5823'),
(22397,32,1277,NULL,2598,2,'2026-01-12 16:53:26','2026-01-12 16:53:26','1092d6ab-ca01-4c67-b83d-8666030c7f22'),
(22398,32,1277,NULL,2608,3,'2026-01-12 16:53:26','2026-01-12 16:53:26','be39739f-e0c6-4475-9a06-fcb633b1ce6e'),
(22399,32,1277,NULL,2600,4,'2026-01-12 16:53:26','2026-01-12 16:53:26','bfbc70fd-3685-47d5-a7da-f69cec9d80c4'),
(22400,32,1277,NULL,2602,5,'2026-01-12 16:53:26','2026-01-12 16:53:26','dba107de-f345-4fcd-a714-82314ef12b16'),
(22401,32,1277,NULL,2612,6,'2026-01-12 16:53:26','2026-01-12 16:53:26','7d2f46a7-aaa2-4797-b3ed-c53af9e92a88'),
(22402,32,1277,NULL,2604,7,'2026-01-12 16:53:26','2026-01-12 16:53:26','bf78b60c-d0fb-4fb9-9862-8cb5473e465f'),
(22403,82,1277,NULL,469,3,'2026-01-12 16:53:26','2026-01-12 16:53:26','1e35adea-e107-4b55-ad56-bda51d02a2c5'),
(22404,32,7527,NULL,2610,1,'2026-01-12 16:53:26','2026-01-12 16:53:26','c176678c-ee68-4448-8bd2-d6475f920550'),
(22405,32,7527,NULL,2598,2,'2026-01-12 16:53:26','2026-01-12 16:53:26','14718326-531a-4602-b63e-42be6ef22da7'),
(22406,32,7527,NULL,2608,3,'2026-01-12 16:53:26','2026-01-12 16:53:26','bd520cd0-9067-4325-89c8-efb1d946fc44'),
(22407,32,7527,NULL,2600,4,'2026-01-12 16:53:26','2026-01-12 16:53:26','4139f458-029e-4821-bdb8-49e6298d5f60'),
(22408,32,7527,NULL,2602,5,'2026-01-12 16:53:26','2026-01-12 16:53:26','58a21231-c59b-4eba-87a9-d130094da302'),
(22409,32,7527,NULL,2612,6,'2026-01-12 16:53:26','2026-01-12 16:53:26','1403f8b2-d249-48d9-9711-e6b4ee12048b'),
(22410,32,7527,NULL,2604,7,'2026-01-12 16:53:26','2026-01-12 16:53:26','557880aa-f41b-4fe5-a5d6-f44fc2357504'),
(22411,16,7527,NULL,6772,1,'2026-01-12 16:53:26','2026-01-12 16:53:26','244477b8-0f5e-425f-9ea4-1eb4fbffcce5'),
(22412,7,7527,NULL,605,1,'2026-01-12 16:53:26','2026-01-12 16:53:26','473a8703-3573-40a2-a322-8ad2a96f278b'),
(22413,7,7527,NULL,617,2,'2026-01-12 16:53:26','2026-01-12 16:53:26','9fd061b1-ace6-4893-bf9b-0451ebf54db3'),
(22414,82,7527,NULL,479,1,'2026-01-12 16:53:26','2026-01-12 16:53:26','8dc7f884-8496-42d6-a616-2540025adb9a'),
(22415,82,7527,NULL,491,2,'2026-01-12 16:53:26','2026-01-12 16:53:26','44533bb5-5ae9-486d-9dfd-8bb8c6388fc7'),
(22416,82,7527,NULL,469,3,'2026-01-12 16:53:26','2026-01-12 16:53:26','401ddeac-7d74-4faa-b919-91905a032175'),
(22417,57,7527,NULL,6792,1,'2026-01-12 16:53:26','2026-01-12 16:53:26','901f4b27-863b-4b0f-a2b2-43d446f8fb09'),
(22418,57,7527,NULL,6793,2,'2026-01-12 16:53:26','2026-01-12 16:53:26','73b68254-2017-4364-b421-8522560fdf94'),
(22419,57,7527,NULL,6794,3,'2026-01-12 16:53:26','2026-01-12 16:53:26','dd330d1f-e6a3-4b12-b333-5ecefac5ac8a'),
(22420,57,7527,NULL,6795,4,'2026-01-12 16:53:26','2026-01-12 16:53:26','46c91361-f0a7-4aa5-a678-907d22078c25'),
(22421,57,7527,NULL,6796,5,'2026-01-12 16:53:26','2026-01-12 16:53:26','63d597be-9ca3-4ef4-aeff-9c64d9f96f92'),
(22422,13,7527,NULL,6852,1,'2026-01-12 16:53:26','2026-01-12 16:53:26','c9d0db48-292c-418f-ac60-7be92c5491dc'),
(22436,32,1283,NULL,2610,1,'2026-01-12 16:54:55','2026-01-12 16:54:55','170dd865-4338-4a0d-a55e-f6ae93aad97a'),
(22437,32,1283,NULL,2598,2,'2026-01-12 16:54:55','2026-01-12 16:54:55','b5c028b7-b87a-41d5-9dfd-7816d5f3e8da'),
(22438,32,1283,NULL,2608,3,'2026-01-12 16:54:55','2026-01-12 16:54:55','a28eee80-d90a-43d4-a6d1-0a2b3896ae33'),
(22439,32,1283,NULL,2600,4,'2026-01-12 16:54:55','2026-01-12 16:54:55','9f442345-5a74-418c-b97a-11652deba5e4'),
(22440,32,1283,NULL,2596,5,'2026-01-12 16:54:55','2026-01-12 16:54:55','563f7b37-d987-4295-bfdd-f19c50a0f2c2'),
(22441,32,1283,NULL,2602,6,'2026-01-12 16:54:55','2026-01-12 16:54:55','b39dfac5-c733-4fb7-8d11-955e58c2e597'),
(22442,32,1283,NULL,2612,7,'2026-01-12 16:54:55','2026-01-12 16:54:55','533bd0be-bedf-4798-a417-5cc3076a0c53'),
(22443,32,1283,NULL,2618,8,'2026-01-12 16:54:55','2026-01-12 16:54:55','3233e51b-a03b-4552-bab5-1e11280f0054'),
(22444,32,1283,NULL,2604,9,'2026-01-12 16:54:55','2026-01-12 16:54:55','11764f8d-b842-421e-b7dc-50fbfbc9f2ca'),
(22445,82,1283,NULL,479,1,'2026-01-12 16:54:55','2026-01-12 16:54:55','25240c18-0eca-4875-8420-eeb10416b380'),
(22446,82,1283,NULL,491,2,'2026-01-12 16:54:55','2026-01-12 16:54:55','f195a140-4636-4edd-b45f-83dbd9263df5'),
(22447,46,1283,NULL,3697,1,'2026-01-12 16:54:55','2026-01-12 16:54:55','1696dd7c-940e-477d-bd46-c82e9a1dca83'),
(22448,32,7529,NULL,2610,1,'2026-01-12 16:54:55','2026-01-12 16:54:55','b69c4227-278a-4831-b5ae-9ea47f1514f6'),
(22449,32,7529,NULL,2598,2,'2026-01-12 16:54:55','2026-01-12 16:54:55','2fadae8a-20fc-40d8-b94c-7318304ae0a1'),
(22450,32,7529,NULL,2608,3,'2026-01-12 16:54:55','2026-01-12 16:54:55','62bb868f-3a91-4c5b-b720-a8729586bb07'),
(22451,32,7529,NULL,2600,4,'2026-01-12 16:54:55','2026-01-12 16:54:55','58c48977-5d8b-4409-a51e-2b1605e979d0'),
(22452,32,7529,NULL,2596,5,'2026-01-12 16:54:55','2026-01-12 16:54:55','39fbe0c9-8bbe-4545-9f99-83cee53864b0'),
(22453,32,7529,NULL,2602,6,'2026-01-12 16:54:55','2026-01-12 16:54:55','4ab735f2-45a1-43eb-8494-d653d2a7a7fe'),
(22454,32,7529,NULL,2612,7,'2026-01-12 16:54:55','2026-01-12 16:54:55','e4fdb897-3f8d-4422-8bd6-562a2454656e'),
(22455,32,7529,NULL,2618,8,'2026-01-12 16:54:55','2026-01-12 16:54:55','2f99a4a1-6f5f-4055-a39f-971907168078'),
(22456,32,7529,NULL,2604,9,'2026-01-12 16:54:55','2026-01-12 16:54:55','812bdb5a-f60f-404a-bf90-951e1065c191'),
(22457,82,7529,NULL,479,1,'2026-01-12 16:54:55','2026-01-12 16:54:55','f8a8b3f6-8888-4312-9175-e3747115adc4'),
(22458,82,7529,NULL,491,2,'2026-01-12 16:54:55','2026-01-12 16:54:55','673237d2-772d-49a4-9980-6f8d4e4e36fb'),
(22459,46,7529,NULL,3697,1,'2026-01-12 16:54:55','2026-01-12 16:54:55','e86ad7a7-ec78-44d0-8a0a-14547840d2b3'),
(22471,32,1289,NULL,2610,1,'2026-01-12 16:56:23','2026-01-12 16:56:23','a7517c70-f78d-48bc-89c9-6ee2ce50cf09'),
(22472,32,1289,NULL,2598,2,'2026-01-12 16:56:23','2026-01-12 16:56:23','b8e3b1c4-c7d6-4f52-904f-692c3a3af1bb'),
(22473,32,1289,NULL,2608,3,'2026-01-12 16:56:23','2026-01-12 16:56:23','30a79109-530c-427b-8509-519f687495eb'),
(22474,32,1289,NULL,2600,4,'2026-01-12 16:56:23','2026-01-12 16:56:23','20651004-d103-4ece-ba27-e3438a47ef42'),
(22475,32,1289,NULL,2596,5,'2026-01-12 16:56:23','2026-01-12 16:56:23','fc4ad85b-a9f0-4429-8fbb-84fe892ede71'),
(22476,32,1289,NULL,2602,6,'2026-01-12 16:56:23','2026-01-12 16:56:23','6e2552dd-1da5-4509-bf50-bf06e5ef6333'),
(22477,32,1289,NULL,2612,7,'2026-01-12 16:56:23','2026-01-12 16:56:23','64f40886-03ec-4738-a0bf-b83f44a3385d'),
(22478,32,1289,NULL,2604,8,'2026-01-12 16:56:23','2026-01-12 16:56:23','a04e6857-f6d1-4bf2-9e1e-c4efee40a00b'),
(22479,82,1289,NULL,479,1,'2026-01-12 16:56:23','2026-01-12 16:56:23','dc2f8c3e-13a4-44e1-9d72-c4f0425b1e5d'),
(22480,82,1289,NULL,491,2,'2026-01-12 16:56:23','2026-01-12 16:56:23','9be137a4-fb0f-42e2-a91c-754e34e0f581'),
(22481,32,7530,NULL,2610,1,'2026-01-12 16:56:23','2026-01-12 16:56:23','5478f512-2cf8-4fef-a286-ed155bdead16'),
(22482,32,7530,NULL,2598,2,'2026-01-12 16:56:23','2026-01-12 16:56:23','f0f823b4-107c-426d-a539-b8cfaa38cb98'),
(22483,32,7530,NULL,2608,3,'2026-01-12 16:56:23','2026-01-12 16:56:23','e98c70e2-b8f6-459e-815e-bf045b19e46c'),
(22484,32,7530,NULL,2600,4,'2026-01-12 16:56:23','2026-01-12 16:56:23','15f2a59e-02a6-4c78-8c4b-fa236cd9a35f'),
(22485,32,7530,NULL,2596,5,'2026-01-12 16:56:23','2026-01-12 16:56:23','d68b88a9-8a5e-4753-ad21-f0442caca875'),
(22486,32,7530,NULL,2602,6,'2026-01-12 16:56:23','2026-01-12 16:56:23','af3f8bde-23f9-4cd4-8ae2-2865538f6dd4'),
(22487,32,7530,NULL,2612,7,'2026-01-12 16:56:23','2026-01-12 16:56:23','3a973ec5-26fa-42c0-9a10-cf5c379fa07f'),
(22488,32,7530,NULL,2604,8,'2026-01-12 16:56:23','2026-01-12 16:56:23','509dcda9-b882-43d9-a078-682c7d2d9d21'),
(22489,82,7530,NULL,479,1,'2026-01-12 16:56:23','2026-01-12 16:56:23','4237aa76-b8ca-4ae7-b3e0-29e9be01b520'),
(22490,82,7530,NULL,491,2,'2026-01-12 16:56:23','2026-01-12 16:56:23','86d403ae-2cad-4d2c-9b14-2db256ed9bef'),
(22503,32,1297,NULL,2610,1,'2026-01-12 16:57:32','2026-01-12 16:57:32','39bc4bec-4ac2-46c1-b890-e55dc5073139'),
(22504,32,1297,NULL,2598,2,'2026-01-12 16:57:32','2026-01-12 16:57:32','f2f2387a-04ce-47db-88bb-6aa33f501bbc'),
(22505,32,1297,NULL,2608,3,'2026-01-12 16:57:32','2026-01-12 16:57:32','de970aac-e569-443a-9858-cfa26dc557c9'),
(22506,32,1297,NULL,2624,4,'2026-01-12 16:57:32','2026-01-12 16:57:32','58d8d563-12a8-45c3-b65d-5f3c91c8f954'),
(22507,32,1297,NULL,2600,5,'2026-01-12 16:57:32','2026-01-12 16:57:32','d2a9bda8-bacc-4639-9aeb-3eb10de1009e'),
(22508,32,1297,NULL,2596,6,'2026-01-12 16:57:32','2026-01-12 16:57:32','1ed4d075-c3cb-49f2-9b56-1ec64cc4f1ea'),
(22509,32,1297,NULL,2602,7,'2026-01-12 16:57:32','2026-01-12 16:57:32','6f5c071a-c732-4f48-b9bf-14beb7b5edc5'),
(22510,32,1297,NULL,2606,8,'2026-01-12 16:57:32','2026-01-12 16:57:32','2d9b7325-67e4-4872-b6b7-235cb6f2d4e1'),
(22511,32,1297,NULL,2612,9,'2026-01-12 16:57:32','2026-01-12 16:57:32','a2ef291c-f5a9-44e4-8f88-3ca848c276fe'),
(22512,32,1297,NULL,2604,10,'2026-01-12 16:57:32','2026-01-12 16:57:32','131089f7-7ea8-41a3-bae7-eb051b170e55'),
(22513,82,1297,NULL,491,1,'2026-01-12 16:57:32','2026-01-12 16:57:32','91cd9dd2-d660-4ca4-ae78-3446aadaff13'),
(22514,46,1297,NULL,2891,1,'2026-01-12 16:57:32','2026-01-12 16:57:32','7a6b5074-46a3-4bb0-9bbf-4e1619e3d7fb'),
(22515,32,7531,NULL,2610,1,'2026-01-12 16:57:32','2026-01-12 16:57:32','fa3ccba6-2c62-4787-a80e-95d8f3b9c0ee'),
(22516,32,7531,NULL,2598,2,'2026-01-12 16:57:32','2026-01-12 16:57:32','25061a28-ec46-4bbf-b7be-3884f3b9cefc'),
(22517,32,7531,NULL,2608,3,'2026-01-12 16:57:32','2026-01-12 16:57:32','205609c1-b11e-49e1-8cc0-ec258451a8bb'),
(22518,32,7531,NULL,2624,4,'2026-01-12 16:57:32','2026-01-12 16:57:32','24180f38-62e9-46b0-9662-5a9c127f96c2'),
(22519,32,7531,NULL,2600,5,'2026-01-12 16:57:32','2026-01-12 16:57:32','f73f0542-0dbd-45ef-8e48-8bcbf7d6bdf8'),
(22520,32,7531,NULL,2596,6,'2026-01-12 16:57:32','2026-01-12 16:57:32','acafbdcd-0942-4ed4-8f19-0272b6bc1ede'),
(22521,32,7531,NULL,2602,7,'2026-01-12 16:57:32','2026-01-12 16:57:32','42cc7168-a9fc-440c-9eaf-3dd76191a5fd'),
(22522,32,7531,NULL,2606,8,'2026-01-12 16:57:32','2026-01-12 16:57:32','6f31ce1c-17af-4f96-b734-c551a896b3a6'),
(22523,32,7531,NULL,2612,9,'2026-01-12 16:57:32','2026-01-12 16:57:32','7fe5395c-e399-451b-878b-e245d5c54d2f'),
(22524,32,7531,NULL,2604,10,'2026-01-12 16:57:32','2026-01-12 16:57:32','a0b68a59-94a4-4feb-97c1-3e9aafe0250d'),
(22525,82,7531,NULL,491,1,'2026-01-12 16:57:32','2026-01-12 16:57:32','6e5e3eaa-75ce-4542-9c12-28062243334a'),
(22526,46,7531,NULL,2891,1,'2026-01-12 16:57:32','2026-01-12 16:57:32','20a2f8d7-87ae-45ba-b48c-c07e5d07b9ca'),
(22527,13,7531,NULL,6860,1,'2026-01-12 16:57:32','2026-01-12 16:57:32','652d3ddd-bcb0-49e2-a82a-fdc66e030365'),
(22544,32,1303,NULL,2614,1,'2026-01-12 16:59:08','2026-01-12 16:59:08','dcb8a268-ac08-4dbf-8ffd-3cbf9a0bd8e3'),
(22545,32,1303,NULL,2610,2,'2026-01-12 16:59:08','2026-01-12 16:59:08','446a3a62-2a84-4c4e-9ea4-21d703a4e2e7'),
(22546,32,1303,NULL,2622,3,'2026-01-12 16:59:08','2026-01-12 16:59:08','79e7dff3-545c-4fb0-89ec-8f2cee9dfd87'),
(22547,32,1303,NULL,2598,4,'2026-01-12 16:59:08','2026-01-12 16:59:08','e1837f8c-0185-463d-b1b1-231ba4dca6f0'),
(22548,32,1303,NULL,2608,5,'2026-01-12 16:59:08','2026-01-12 16:59:08','416a8f95-0b4b-4e32-9cc9-fd9dddba2524'),
(22549,32,1303,NULL,2624,6,'2026-01-12 16:59:08','2026-01-12 16:59:08','26ff7ca0-9ec9-4208-ae3e-2cc910a93915'),
(22550,32,1303,NULL,2600,7,'2026-01-12 16:59:08','2026-01-12 16:59:08','990a07ae-ae8e-41c6-b582-1b952d302b11'),
(22551,32,1303,NULL,2596,8,'2026-01-12 16:59:08','2026-01-12 16:59:08','97a6199f-b5ff-4dd3-bec4-d7e950033e4e'),
(22552,32,1303,NULL,2602,9,'2026-01-12 16:59:08','2026-01-12 16:59:08','faf69347-d74b-417c-afda-d0103798f943'),
(22553,32,1303,NULL,2606,10,'2026-01-12 16:59:08','2026-01-12 16:59:08','92e60df4-8b8c-4683-bb10-414bd3578553'),
(22554,32,1303,NULL,2612,11,'2026-01-12 16:59:08','2026-01-12 16:59:08','293f5d16-b59a-4692-9955-3be9349c256f'),
(22555,32,1303,NULL,2618,12,'2026-01-12 16:59:08','2026-01-12 16:59:08','1bf864b6-30aa-4270-96e2-845b768bb8b8'),
(22556,32,1303,NULL,2604,13,'2026-01-12 16:59:08','2026-01-12 16:59:08','31762c91-0635-43eb-95fa-5ed3b636f42c'),
(22557,46,1303,NULL,2891,1,'2026-01-12 16:59:08','2026-01-12 16:59:08','2492e900-1b1a-44db-bdd8-5867645dbb63'),
(22558,46,1303,NULL,3697,2,'2026-01-12 16:59:08','2026-01-12 16:59:08','a199f34b-86bb-4d8a-9854-e8f559d8a24b'),
(22559,46,1303,NULL,4403,3,'2026-01-12 16:59:08','2026-01-12 16:59:08','db50dfad-d6cd-47c6-9b7b-e773964de4a2'),
(22560,32,7532,NULL,2614,1,'2026-01-12 16:59:08','2026-01-12 16:59:08','f920a53e-4682-4946-b21b-ea4784f3a92d'),
(22561,32,7532,NULL,2610,2,'2026-01-12 16:59:08','2026-01-12 16:59:08','1143ff9a-fd1e-41f0-9496-0d5f719a3128'),
(22562,32,7532,NULL,2622,3,'2026-01-12 16:59:08','2026-01-12 16:59:08','1d4c1121-3864-4c68-a1bb-112abfe57280'),
(22563,32,7532,NULL,2598,4,'2026-01-12 16:59:08','2026-01-12 16:59:08','4255c713-15ec-4cac-8be2-60eeb1554f71'),
(22564,32,7532,NULL,2608,5,'2026-01-12 16:59:08','2026-01-12 16:59:08','c6a196cb-95e7-4653-9915-45bc7c70b735'),
(22565,32,7532,NULL,2624,6,'2026-01-12 16:59:08','2026-01-12 16:59:08','1dbcb81c-79d3-432f-84af-2552a2e96248'),
(22566,32,7532,NULL,2600,7,'2026-01-12 16:59:08','2026-01-12 16:59:08','a4f3be79-5816-4139-a642-8cb2df828088'),
(22567,32,7532,NULL,2596,8,'2026-01-12 16:59:08','2026-01-12 16:59:08','097efc15-ce68-41fc-8e17-8b12826ffb78'),
(22568,32,7532,NULL,2602,9,'2026-01-12 16:59:08','2026-01-12 16:59:08','7f984b4f-e3af-4813-8d65-d87b0b486c5b'),
(22569,32,7532,NULL,2606,10,'2026-01-12 16:59:08','2026-01-12 16:59:08','d3fe5fa3-88eb-4ac1-b681-ee4bc792d2c8'),
(22570,32,7532,NULL,2612,11,'2026-01-12 16:59:08','2026-01-12 16:59:08','e2ed8942-cf61-4044-b131-f95d7f5c75ce'),
(22571,32,7532,NULL,2618,12,'2026-01-12 16:59:08','2026-01-12 16:59:08','9a0ec914-6507-4bf2-8d41-fb961549ff58'),
(22572,32,7532,NULL,2604,13,'2026-01-12 16:59:08','2026-01-12 16:59:08','891ab700-3f50-4663-a0cb-e3e5f2bfc81e'),
(22573,46,7532,NULL,2891,1,'2026-01-12 16:59:08','2026-01-12 16:59:08','ba96d628-4c76-4119-bb68-1549e423f40d'),
(22574,46,7532,NULL,3697,2,'2026-01-12 16:59:08','2026-01-12 16:59:08','feb7b231-3dde-4d8b-a389-bd2203439c0e'),
(22575,46,7532,NULL,4403,3,'2026-01-12 16:59:08','2026-01-12 16:59:08','2372bca6-5f35-4364-bf09-6eda8afd4fde'),
(22587,32,1309,NULL,2610,1,'2026-01-12 17:00:10','2026-01-12 17:00:10','a3ec8df0-0e23-4370-8752-51a110d47262'),
(22588,32,1309,NULL,2598,2,'2026-01-12 17:00:10','2026-01-12 17:00:10','ada05434-21ea-430f-8c33-4ce56ed6b842'),
(22589,32,1309,NULL,2608,3,'2026-01-12 17:00:10','2026-01-12 17:00:10','9e513532-cae0-44ea-b4d7-dd0c838bb813'),
(22590,32,1309,NULL,2600,4,'2026-01-12 17:00:10','2026-01-12 17:00:10','66050e07-6eee-4de9-91e9-0b0c549818e9'),
(22591,32,1309,NULL,2596,5,'2026-01-12 17:00:10','2026-01-12 17:00:10','598fd483-8f96-4567-8ed2-941bc914c7fe'),
(22592,32,1309,NULL,2602,6,'2026-01-12 17:00:10','2026-01-12 17:00:10','e7b9bd23-5f83-4ad7-a50b-ba8feb7381ce'),
(22593,32,1309,NULL,2612,7,'2026-01-12 17:00:10','2026-01-12 17:00:10','f4d21ceb-1220-4e21-9e46-bbd7a40a2f53'),
(22594,32,1309,NULL,2604,8,'2026-01-12 17:00:10','2026-01-12 17:00:10','460a2d29-237c-4079-a92a-ce3db93f2267'),
(22595,82,1309,NULL,479,1,'2026-01-12 17:00:10','2026-01-12 17:00:10','e67cd25c-c42f-493f-a661-2d7efaea658f'),
(22596,82,1309,NULL,491,2,'2026-01-12 17:00:10','2026-01-12 17:00:10','91701401-2c0f-49fc-9106-1768e155e70c'),
(22597,32,7534,NULL,2610,1,'2026-01-12 17:00:10','2026-01-12 17:00:10','4a99482e-2b42-4268-be36-bbb4d4829b0c'),
(22598,32,7534,NULL,2598,2,'2026-01-12 17:00:10','2026-01-12 17:00:10','79ca5cac-fb8d-4386-a453-97779ec889bd'),
(22599,32,7534,NULL,2608,3,'2026-01-12 17:00:10','2026-01-12 17:00:10','fb219da2-e592-4895-9189-4ecff702741c'),
(22600,32,7534,NULL,2600,4,'2026-01-12 17:00:10','2026-01-12 17:00:10','4c1c8496-f1ba-4441-933e-d6262e3ef686'),
(22601,32,7534,NULL,2596,5,'2026-01-12 17:00:10','2026-01-12 17:00:10','09894a67-f962-490f-9230-5100b77ef69a'),
(22602,32,7534,NULL,2602,6,'2026-01-12 17:00:10','2026-01-12 17:00:10','767667e8-1fff-45ee-b3ed-a7d8c4096e9e'),
(22603,32,7534,NULL,2612,7,'2026-01-12 17:00:10','2026-01-12 17:00:10','e28f8901-cda3-4996-a6a1-4c265d69d887'),
(22604,32,7534,NULL,2604,8,'2026-01-12 17:00:10','2026-01-12 17:00:10','3c97611d-2c07-4516-bb3b-f38d3c57ae77'),
(22605,82,7534,NULL,479,1,'2026-01-12 17:00:10','2026-01-12 17:00:10','4a740f8f-ddf1-4d8d-a510-0512890e0e3f'),
(22606,82,7534,NULL,491,2,'2026-01-12 17:00:10','2026-01-12 17:00:10','03689bf1-cae9-462b-b06d-eee4e3fad73d'),
(22607,13,7534,NULL,6867,1,'2026-01-12 17:00:10','2026-01-12 17:00:10','15b912bd-f834-49b4-b1f7-fa4fad81b192'),
(22620,32,1315,NULL,2610,1,'2026-01-12 17:01:10','2026-01-12 17:01:10','d360a886-e177-4446-ad1b-cf0213faf28a'),
(22621,32,1315,NULL,2598,2,'2026-01-12 17:01:10','2026-01-12 17:01:10','c79f4291-b0c1-4324-8a92-3e94891d4322'),
(22622,32,1315,NULL,2608,3,'2026-01-12 17:01:10','2026-01-12 17:01:10','36b7e7e1-c799-4a9f-839c-c3070e29788b'),
(22623,32,1315,NULL,2600,4,'2026-01-12 17:01:10','2026-01-12 17:01:10','7595ba90-8944-456b-8703-398350c0a953'),
(22624,32,1315,NULL,2596,5,'2026-01-12 17:01:10','2026-01-12 17:01:10','3e254b37-3f73-4105-861b-90d364e878b8'),
(22625,32,1315,NULL,2602,6,'2026-01-12 17:01:10','2026-01-12 17:01:10','04d3a4b5-596b-438d-a7e7-2b20e75a74bd'),
(22626,32,1315,NULL,2612,7,'2026-01-12 17:01:10','2026-01-12 17:01:10','9b4446cf-8973-454d-b469-afd05ea72ec6'),
(22627,32,1315,NULL,2618,8,'2026-01-12 17:01:10','2026-01-12 17:01:10','bc416290-43d6-43e0-afbc-9f3582c48d14'),
(22628,32,1315,NULL,2604,9,'2026-01-12 17:01:10','2026-01-12 17:01:10','6320a9d9-539c-4718-b7be-45bca2423e73'),
(22629,82,1315,NULL,479,1,'2026-01-12 17:01:10','2026-01-12 17:01:10','cbd29852-9b96-4535-b2a0-c32e6b8250be'),
(22630,82,1315,NULL,491,2,'2026-01-12 17:01:10','2026-01-12 17:01:10','271e77a5-d29a-4c35-b8e9-e277f1a8d0d8'),
(22631,46,1315,NULL,3697,1,'2026-01-12 17:01:10','2026-01-12 17:01:10','98eb2398-29c6-44b5-a29e-57201ec8e82c'),
(22632,32,7535,NULL,2610,1,'2026-01-12 17:01:10','2026-01-12 17:01:10','63f5d1dd-da5c-4c0b-bdd2-cdaeecb405f2'),
(22633,32,7535,NULL,2598,2,'2026-01-12 17:01:10','2026-01-12 17:01:10','226b82b2-63db-4dea-a4b7-f91e06abae66'),
(22634,32,7535,NULL,2608,3,'2026-01-12 17:01:10','2026-01-12 17:01:10','411bda43-c279-4d1c-be9a-f0534a1536e5'),
(22635,32,7535,NULL,2600,4,'2026-01-12 17:01:10','2026-01-12 17:01:10','e9e16673-282a-4f9e-8f2e-83fe9da152c5'),
(22636,32,7535,NULL,2596,5,'2026-01-12 17:01:10','2026-01-12 17:01:10','90bf3495-90e5-497d-9428-1f91b2b062ed'),
(22637,32,7535,NULL,2602,6,'2026-01-12 17:01:10','2026-01-12 17:01:10','4d680c78-a1aa-4dc9-aca6-46f97feacc32'),
(22638,32,7535,NULL,2612,7,'2026-01-12 17:01:10','2026-01-12 17:01:10','077d5da8-bd70-46b1-ada4-42a6c2506a6a'),
(22639,32,7535,NULL,2618,8,'2026-01-12 17:01:10','2026-01-12 17:01:10','1bda6a82-6aa8-49f5-91d1-ad07d11dd447'),
(22640,32,7535,NULL,2604,9,'2026-01-12 17:01:10','2026-01-12 17:01:10','d205d6d0-9763-48b6-bf02-c999ab07e12d'),
(22641,82,7535,NULL,479,1,'2026-01-12 17:01:10','2026-01-12 17:01:10','403fb813-649f-4065-9443-807912f83582'),
(22642,82,7535,NULL,491,2,'2026-01-12 17:01:10','2026-01-12 17:01:10','72e27bbc-3aeb-4a9a-881a-565c7e8f8461'),
(22643,46,7535,NULL,3697,1,'2026-01-12 17:01:10','2026-01-12 17:01:10','f9705361-9d82-4ebb-98ab-c6abb6bd2ce4'),
(22644,13,7535,NULL,6872,1,'2026-01-12 17:01:10','2026-01-12 17:01:10','91277baf-23b2-4737-b55a-aaeeb3e9006d'),
(22655,32,1323,NULL,2610,1,'2026-01-12 17:02:32','2026-01-12 17:02:32','d712d4f8-2f6d-4c3a-be05-405d0979c816'),
(22656,32,1323,NULL,2598,2,'2026-01-12 17:02:32','2026-01-12 17:02:32','1a6057f1-e598-46e4-bad8-0958ee071ec0'),
(22657,32,1323,NULL,2608,3,'2026-01-12 17:02:32','2026-01-12 17:02:32','933994f3-4717-4f00-a97c-970bd96505b0'),
(22658,32,1323,NULL,2600,4,'2026-01-12 17:02:32','2026-01-12 17:02:32','2a39963f-adef-47e9-8dc3-548bebf68939'),
(22659,32,1323,NULL,2596,5,'2026-01-12 17:02:32','2026-01-12 17:02:32','77b5e38c-87de-44c6-87a6-6dbcb944c9a1'),
(22660,32,1323,NULL,2602,6,'2026-01-12 17:02:32','2026-01-12 17:02:32','f0097588-db27-47d0-b43b-3c4f366b9f5e'),
(22661,32,1323,NULL,2612,7,'2026-01-12 17:02:32','2026-01-12 17:02:32','2dfc2779-c87e-462a-b126-a70f1ee6cd23'),
(22662,32,1323,NULL,2604,8,'2026-01-12 17:02:32','2026-01-12 17:02:32','87762ee2-8afe-46bd-88a4-625a88015e7b'),
(22663,82,1323,NULL,479,1,'2026-01-12 17:02:32','2026-01-12 17:02:32','e12d0959-f297-442d-a59f-f74673fa368d'),
(22664,82,1323,NULL,491,2,'2026-01-12 17:02:32','2026-01-12 17:02:32','da534e7e-d35a-4795-8f26-b5810711749e'),
(22665,32,7536,NULL,2610,1,'2026-01-12 17:02:32','2026-01-12 17:02:32','57c4a80c-b9ca-4fcf-8908-3e309dfe7f55'),
(22666,32,7536,NULL,2598,2,'2026-01-12 17:02:32','2026-01-12 17:02:32','52ab4c3d-93d7-44f6-8c06-80beb22879be'),
(22667,32,7536,NULL,2608,3,'2026-01-12 17:02:32','2026-01-12 17:02:32','e58cbb37-3469-461c-9180-e10585898be0'),
(22668,32,7536,NULL,2600,4,'2026-01-12 17:02:32','2026-01-12 17:02:32','3b5bce57-5c45-4c05-a6ed-89eac343ba28'),
(22669,32,7536,NULL,2596,5,'2026-01-12 17:02:32','2026-01-12 17:02:32','e41f7592-4f7c-4ec5-bac5-0822e6eeb1a4'),
(22670,32,7536,NULL,2602,6,'2026-01-12 17:02:32','2026-01-12 17:02:32','1da79a3b-2006-4d04-95ab-eb2401f09ef7'),
(22671,32,7536,NULL,2612,7,'2026-01-12 17:02:32','2026-01-12 17:02:32','c013b257-04b1-4c7e-92a7-807c7e024be9'),
(22672,32,7536,NULL,2604,8,'2026-01-12 17:02:32','2026-01-12 17:02:32','bf6033d5-11cb-408f-9ce5-dfc31adb0c26'),
(22673,82,7536,NULL,479,1,'2026-01-12 17:02:32','2026-01-12 17:02:32','49a4a009-58f3-4605-8ba4-39cc6d1a7a8a'),
(22674,82,7536,NULL,491,2,'2026-01-12 17:02:32','2026-01-12 17:02:32','7e9a607a-b674-4ef2-9e8e-cd5a8295c924'),
(22687,32,1329,NULL,2614,1,'2026-01-12 17:03:41','2026-01-12 17:03:41','fe10146a-4811-482f-b3c2-e3c1c785ba91'),
(22688,32,1329,NULL,2610,2,'2026-01-12 17:03:41','2026-01-12 17:03:41','1e68c650-ce1b-4bbf-8ebd-2ca0a3b77746'),
(22689,32,1329,NULL,2598,3,'2026-01-12 17:03:41','2026-01-12 17:03:41','30341f4a-a98c-4c18-8e55-45f27f14834a'),
(22690,32,1329,NULL,2608,4,'2026-01-12 17:03:41','2026-01-12 17:03:41','564e6b98-a12d-406f-a880-7b5cd21da0b8'),
(22691,32,1329,NULL,2600,5,'2026-01-12 17:03:41','2026-01-12 17:03:41','da779868-d964-4344-a109-8545eb620c10'),
(22692,32,1329,NULL,2596,6,'2026-01-12 17:03:41','2026-01-12 17:03:41','a3092681-d0eb-4289-bb25-5b66f1755804'),
(22693,32,1329,NULL,2602,7,'2026-01-12 17:03:41','2026-01-12 17:03:41','2d7da704-3774-4530-842e-2e749e45614c'),
(22694,32,1329,NULL,2612,8,'2026-01-12 17:03:41','2026-01-12 17:03:41','97b75a68-e7ad-4da7-bb8d-69f50085156e'),
(22695,32,1329,NULL,2604,9,'2026-01-12 17:03:41','2026-01-12 17:03:41','0e4aba9e-f777-4b0e-a35e-3bda41e3424d'),
(22696,82,1329,NULL,479,1,'2026-01-12 17:03:41','2026-01-12 17:03:41','ba2cc7d6-a3dd-41f7-9e47-07c61f142796'),
(22698,32,7537,NULL,2614,1,'2026-01-12 17:03:41','2026-01-12 17:03:41','c0d922b6-57d2-42b7-bfe9-e3165ae82c94'),
(22699,32,7537,NULL,2610,2,'2026-01-12 17:03:41','2026-01-12 17:03:41','fb1a2ada-c4ad-4074-ab9b-c5d53ee25d2e'),
(22700,32,7537,NULL,2598,3,'2026-01-12 17:03:41','2026-01-12 17:03:41','3d598044-51f6-4d98-af11-d005c8727b7e'),
(22701,32,7537,NULL,2608,4,'2026-01-12 17:03:41','2026-01-12 17:03:41','6cc355af-fc85-418b-984a-7678a75aad09'),
(22702,32,7537,NULL,2600,5,'2026-01-12 17:03:41','2026-01-12 17:03:41','94a3aea1-d1c8-428b-bc41-0816be1eca07'),
(22703,32,7537,NULL,2596,6,'2026-01-12 17:03:41','2026-01-12 17:03:41','ad2b6278-8a7f-4406-a690-1bc8485bc268'),
(22704,32,7537,NULL,2602,7,'2026-01-12 17:03:41','2026-01-12 17:03:41','ba149ccb-90fb-4a8b-aab0-6de0e31fe0ce'),
(22705,32,7537,NULL,2612,8,'2026-01-12 17:03:41','2026-01-12 17:03:41','c7beeedf-6fd8-4394-8cdd-244a58d9ca58'),
(22706,32,7537,NULL,2604,9,'2026-01-12 17:03:41','2026-01-12 17:03:41','fae3fd28-8d05-4121-812f-e009e75c0e98'),
(22707,82,7537,NULL,479,1,'2026-01-12 17:03:41','2026-01-12 17:03:41','01c4ade4-8080-4d9b-aa24-18f0d84e2516'),
(22708,46,7537,NULL,7381,1,'2026-01-12 17:03:41','2026-01-12 17:03:41','1763f8a9-7154-4ce9-b78e-eac29a16375c'),
(22731,32,1337,NULL,2596,8,'2026-01-12 17:04:34','2026-01-12 17:04:34','50dc168f-cc8e-4efb-957a-a56cf8dc6a4c'),
(22732,82,1337,NULL,479,1,'2026-01-12 17:04:34','2026-01-12 17:04:34','dea0e6d7-6c09-4ff1-af80-135338085b9d'),
(22733,82,1337,NULL,491,2,'2026-01-12 17:04:34','2026-01-12 17:04:34','81ace22e-2117-4882-a515-9050ceedeb59'),
(22734,32,7539,NULL,2610,1,'2026-01-12 17:04:34','2026-01-12 17:04:34','dc96203e-bb07-46b8-89af-a7e96e417599'),
(22735,32,7539,NULL,2598,2,'2026-01-12 17:04:34','2026-01-12 17:04:34','b89a1495-129a-4bf5-a4fd-a13054e9612b'),
(22736,32,7539,NULL,2608,3,'2026-01-12 17:04:34','2026-01-12 17:04:34','57cd5500-f169-4030-a469-ac1b0571e8c3'),
(22737,32,7539,NULL,2600,4,'2026-01-12 17:04:34','2026-01-12 17:04:34','2136739e-1abe-4b00-bb2d-f43a64a7d509'),
(22738,32,7539,NULL,2602,5,'2026-01-12 17:04:34','2026-01-12 17:04:34','a3a556f7-ff72-480a-9b2b-44596bfb57bc'),
(22739,32,7539,NULL,2612,6,'2026-01-12 17:04:34','2026-01-12 17:04:34','c1bc151f-5c9d-4f4a-a69a-a1c6b9998379'),
(22740,32,7539,NULL,2604,7,'2026-01-12 17:04:34','2026-01-12 17:04:34','e8993c94-a218-465c-b5ab-4f5ce457aba6'),
(22741,32,7539,NULL,2596,8,'2026-01-12 17:04:34','2026-01-12 17:04:34','82d78fbe-2a3c-4d3f-9d07-023b913f8c51'),
(22742,16,7539,NULL,5213,1,'2026-01-12 17:04:34','2026-01-12 17:04:34','02c6d6f3-90fd-4d75-9816-46fe88299aa6'),
(22743,7,7539,NULL,2969,1,'2026-01-12 17:04:34','2026-01-12 17:04:34','de3ddbc6-9efa-4cf2-8143-15988d3866cb'),
(22744,7,7539,NULL,617,2,'2026-01-12 17:04:34','2026-01-12 17:04:34','13e288da-0d47-45ed-8d87-94dcc6ef9b3e'),
(22745,7,7539,NULL,605,3,'2026-01-12 17:04:34','2026-01-12 17:04:34','541dc6a4-f246-451f-ba8a-18fe4c05f3fa'),
(22746,82,7539,NULL,479,1,'2026-01-12 17:04:34','2026-01-12 17:04:34','4380c5c4-7076-4723-9165-6333b48d80e3'),
(22747,82,7539,NULL,491,2,'2026-01-12 17:04:34','2026-01-12 17:04:34','98569d12-b7d8-49b2-8e43-ebb9f3ed5fe6'),
(22748,57,7539,NULL,5233,1,'2026-01-12 17:04:34','2026-01-12 17:04:34','8f2afd29-876f-4ea1-a4b2-87900d82de34'),
(22749,57,7539,NULL,5234,2,'2026-01-12 17:04:34','2026-01-12 17:04:34','7a24a2c9-1537-4966-84fd-ea24404ac8b3'),
(22750,57,7539,NULL,5235,3,'2026-01-12 17:04:34','2026-01-12 17:04:34','8207335c-05a7-4a18-84c9-b2730bb2f8a2'),
(22751,57,7539,NULL,5236,4,'2026-01-12 17:04:34','2026-01-12 17:04:34','8020d419-d831-4870-88ce-10cb1d949458'),
(22752,57,7539,NULL,5237,5,'2026-01-12 17:04:34','2026-01-12 17:04:34','e3a77aab-27a7-4ce4-a5b7-32247526848a'),
(22753,57,7539,NULL,5238,6,'2026-01-12 17:04:34','2026-01-12 17:04:34','13780a8a-0e87-479c-922b-59222b4d7750'),
(22754,57,7539,NULL,5239,7,'2026-01-12 17:04:34','2026-01-12 17:04:34','37e55c55-5f35-411f-8487-b425386a7dc8'),
(22757,82,1343,NULL,491,1,'2026-01-12 17:05:30','2026-01-12 17:05:30','cf37c6af-57bd-4f61-8f56-b1b4b4fc45c2'),
(22758,46,1343,NULL,2891,1,'2026-01-12 17:05:30','2026-01-12 17:05:30','c95242dc-7e68-4138-830d-d5b7e99e3df3'),
(22759,32,7540,NULL,2610,1,'2026-01-12 17:05:30','2026-01-12 17:05:30','726f5afd-f351-45ed-97ed-ee5a79dea437'),
(22760,32,7540,NULL,2598,2,'2026-01-12 17:05:30','2026-01-12 17:05:30','856cdf2d-eeec-4928-bfad-6c20b65c8701'),
(22761,32,7540,NULL,2608,3,'2026-01-12 17:05:30','2026-01-12 17:05:30','c108f948-e0ee-4ca1-a3cc-2c18c78fc0fe'),
(22762,32,7540,NULL,2624,4,'2026-01-12 17:05:30','2026-01-12 17:05:30','c2b13da4-7fc3-4759-a89e-4fcbf276f966'),
(22763,32,7540,NULL,2600,5,'2026-01-12 17:05:30','2026-01-12 17:05:30','0ae0b415-acfe-471f-a635-7af189d65e9c'),
(22764,32,7540,NULL,2596,6,'2026-01-12 17:05:30','2026-01-12 17:05:30','378b3c5e-c5ef-4a05-9a55-6c1eda888cf3'),
(22765,32,7540,NULL,2602,7,'2026-01-12 17:05:30','2026-01-12 17:05:30','6a9b0fc6-518d-4a53-8fff-f52e6df68fa9'),
(22766,32,7540,NULL,2606,8,'2026-01-12 17:05:30','2026-01-12 17:05:30','921fddcd-4bb9-4591-9241-3454c5917c47'),
(22767,32,7540,NULL,2612,9,'2026-01-12 17:05:30','2026-01-12 17:05:30','aba19085-5f57-4de9-b5ef-8415f5e1c470'),
(22768,32,7540,NULL,2604,10,'2026-01-12 17:05:30','2026-01-12 17:05:30','3fe41773-79e1-4d33-982a-6b5a83834397'),
(22769,16,7540,NULL,5140,1,'2026-01-12 17:05:30','2026-01-12 17:05:30','da634cb7-5815-447d-8eb5-1cc85d9cf55f'),
(22771,7,7540,NULL,617,2,'2026-01-12 17:05:30','2026-01-12 17:05:30','9d01339d-b5dd-4f06-9996-36b9e8e0d837'),
(22772,7,7540,NULL,605,3,'2026-01-12 17:05:30','2026-01-12 17:05:30','a783dd60-8abd-4931-85c2-9f6ceec605b9'),
(22773,82,7540,NULL,491,1,'2026-01-12 17:05:30','2026-01-12 17:05:30','df7ffc7c-66e1-4c7a-9b08-ead66a36eb35'),
(22774,46,7540,NULL,2891,1,'2026-01-12 17:05:30','2026-01-12 17:05:30','93c7880f-d46f-421d-92a2-8f1f25f3abfd'),
(22775,57,7540,NULL,5146,1,'2026-01-12 17:05:30','2026-01-12 17:05:30','51712dee-10a3-4308-9b1c-ae7d0d571cbe'),
(22776,57,7540,NULL,5147,2,'2026-01-12 17:05:30','2026-01-12 17:05:30','3b5e16bf-eb35-459a-afcd-95bd65ac0213'),
(22777,57,7540,NULL,5148,3,'2026-01-12 17:05:30','2026-01-12 17:05:30','9420eab1-a2d9-4389-b671-0536134b3995'),
(22778,57,7540,NULL,5149,4,'2026-01-12 17:05:30','2026-01-12 17:05:30','ce5b9146-29d4-4a71-bb1c-d3633c340609'),
(22779,57,7540,NULL,5150,5,'2026-01-12 17:05:30','2026-01-12 17:05:30','946137a5-5802-4994-93b9-66f44272661d'),
(22780,57,7540,NULL,5151,6,'2026-01-12 17:05:30','2026-01-12 17:05:30','c7a93377-0120-4419-9eab-f3783d41795b'),
(22781,57,7540,NULL,5152,7,'2026-01-12 17:05:30','2026-01-12 17:05:30','d70a4027-94a5-49da-bf1c-23f9d30c971f'),
(22782,57,7540,NULL,5153,8,'2026-01-12 17:05:30','2026-01-12 17:05:30','0381e698-be32-4877-8678-47bfd5644a81'),
(22783,13,7540,NULL,6882,1,'2026-01-12 17:05:30','2026-01-12 17:05:30','80a6608b-bf0e-44fa-8094-5297b1cec234'),
(22784,32,7541,NULL,2614,1,'2026-01-12 17:06:32','2026-01-12 17:06:32','3057a0dc-f688-4862-bb3a-e0b66499bf14'),
(22785,32,7541,NULL,2610,2,'2026-01-12 17:06:32','2026-01-12 17:06:32','ab15a40e-9b41-4710-9473-9e450bf37aee'),
(22786,32,7541,NULL,2598,3,'2026-01-12 17:06:32','2026-01-12 17:06:32','ac49217c-41ec-43c6-be8e-93aae7d89d72'),
(22787,32,7541,NULL,2608,4,'2026-01-12 17:06:32','2026-01-12 17:06:32','185dcc5f-6537-4ac5-975f-e8b249ebcb1b'),
(22788,32,7541,NULL,2600,5,'2026-01-12 17:06:32','2026-01-12 17:06:32','657ca445-3d76-4e00-8503-331b47dd6793'),
(22789,32,7541,NULL,2596,6,'2026-01-12 17:06:32','2026-01-12 17:06:32','14a5e654-7e3a-41da-ab6b-f1e0483de255'),
(22790,32,7541,NULL,2602,7,'2026-01-12 17:06:32','2026-01-12 17:06:32','1e66a655-f76b-443e-8a55-ba2cbedea3aa'),
(22791,32,7541,NULL,2606,8,'2026-01-12 17:06:32','2026-01-12 17:06:32','ed6a3e40-9972-46e8-bebb-fb43092fe7f2'),
(22792,32,7541,NULL,2612,9,'2026-01-12 17:06:32','2026-01-12 17:06:32','18467d94-7ddd-4dbb-8b33-fbd8f90de377'),
(22793,32,7541,NULL,2604,10,'2026-01-12 17:06:32','2026-01-12 17:06:32','b3335b18-3939-424b-85a3-617133d097b8'),
(22794,16,7541,NULL,5013,1,'2026-01-12 17:06:32','2026-01-12 17:06:32','4a944b1a-6292-4f63-b7b0-6a8ee00f936b'),
(22795,7,7541,NULL,2969,1,'2026-01-12 17:06:32','2026-01-12 17:06:32','f0f88e12-86b0-480a-b77b-8b65e7590c5d'),
(22796,7,7541,NULL,617,2,'2026-01-12 17:06:32','2026-01-12 17:06:32','b3b70107-dc74-4a89-9295-7452dcf3707b'),
(22797,7,7541,NULL,605,3,'2026-01-12 17:06:32','2026-01-12 17:06:32','8db8acc0-b35a-46e9-88d5-3b6295e53beb'),
(22798,57,7541,NULL,5033,1,'2026-01-12 17:06:32','2026-01-12 17:06:32','ed5264cd-b40f-4952-a49c-aff3f46e1e8c'),
(22799,57,7541,NULL,5034,2,'2026-01-12 17:06:32','2026-01-12 17:06:32','c9cca429-b479-4170-8535-9c1b371d1a6b'),
(22800,57,7541,NULL,5035,3,'2026-01-12 17:06:32','2026-01-12 17:06:32','73e6ac6d-e541-40f8-8859-431c2b61c221'),
(22801,57,7541,NULL,5036,4,'2026-01-12 17:06:32','2026-01-12 17:06:32','1e4dc48e-4393-436c-a4d7-27cc402aa429'),
(22802,57,7541,NULL,5037,5,'2026-01-12 17:06:32','2026-01-12 17:06:32','544de5c3-b18c-4026-b463-4d2347775a9d'),
(22803,57,7541,NULL,5038,6,'2026-01-12 17:06:32','2026-01-12 17:06:32','7cba8c90-6070-42fd-beb4-071dd9f3527b'),
(22804,57,7541,NULL,5039,7,'2026-01-12 17:06:32','2026-01-12 17:06:32','2f3c32af-04eb-41c9-a6e5-aab75965fa94'),
(22805,57,7541,NULL,5040,8,'2026-01-12 17:06:32','2026-01-12 17:06:32','7f32ad12-f9ca-418a-a449-0babf1bf190c'),
(22830,32,7543,NULL,2614,1,'2026-01-12 17:06:48','2026-01-12 17:06:48','8d305c18-5515-49b7-b5f5-59ef3f6ed236'),
(22831,32,7543,NULL,2610,2,'2026-01-12 17:06:48','2026-01-12 17:06:48','e55b35c1-b8a0-45cd-be66-5b75357c549e'),
(22832,32,7543,NULL,2598,3,'2026-01-12 17:06:48','2026-01-12 17:06:48','5b2fea48-1486-483b-8759-49dd764a9736'),
(22833,32,7543,NULL,2608,4,'2026-01-12 17:06:48','2026-01-12 17:06:48','1e968ac6-f6ec-4c8b-bbb7-badd0e8ceb1a'),
(22834,32,7543,NULL,2600,5,'2026-01-12 17:06:48','2026-01-12 17:06:48','5e92e0a3-7efb-4b28-a82b-d71922aade36'),
(22835,32,7543,NULL,2596,6,'2026-01-12 17:06:48','2026-01-12 17:06:48','fcd4c61b-f2ea-4870-b113-f55da8deaff7'),
(22836,32,7543,NULL,2602,7,'2026-01-12 17:06:48','2026-01-12 17:06:48','47150379-af5c-4c1f-ab3c-cb1b0bceffa7'),
(22837,32,7543,NULL,2606,8,'2026-01-12 17:06:48','2026-01-12 17:06:48','7ab1e5bc-f65f-42bf-b960-d355e429e51d'),
(22838,32,7543,NULL,2612,9,'2026-01-12 17:06:48','2026-01-12 17:06:48','57d190d5-5719-46f3-8b98-ef2831c87039'),
(22839,32,7543,NULL,2604,10,'2026-01-12 17:06:48','2026-01-12 17:06:48','e9dd5003-71ee-45f8-b587-d45857bc01f6'),
(22840,16,7543,NULL,5013,1,'2026-01-12 17:06:48','2026-01-12 17:06:48','7d18c1a8-a511-41d9-80a9-57fb2c0a7dba'),
(22841,7,7543,NULL,2969,1,'2026-01-12 17:06:48','2026-01-12 17:06:48','ea058b8b-1299-4072-8704-2bb6b5bb30bc'),
(22842,7,7543,NULL,617,2,'2026-01-12 17:06:48','2026-01-12 17:06:48','3583a644-7ec8-4070-867a-8da104c1cfb4'),
(22843,7,7543,NULL,605,3,'2026-01-12 17:06:48','2026-01-12 17:06:48','34f459cd-8838-4f93-a620-4c1cf947eed7'),
(22844,46,7543,NULL,7381,1,'2026-01-12 17:06:48','2026-01-12 17:06:48','d88aa71e-dcce-4d2b-a637-334d73578f37'),
(22845,57,7543,NULL,5033,1,'2026-01-12 17:06:48','2026-01-12 17:06:48','930c570a-2193-413b-8839-b143a1c7d1c4'),
(22846,57,7543,NULL,5034,2,'2026-01-12 17:06:48','2026-01-12 17:06:48','5ae75947-f792-4888-8949-7098f77066e7'),
(22847,57,7543,NULL,5035,3,'2026-01-12 17:06:48','2026-01-12 17:06:48','81f0ae7f-ec79-4eaf-baf9-511f12625074'),
(22848,57,7543,NULL,5036,4,'2026-01-12 17:06:48','2026-01-12 17:06:48','6f203f30-db5a-4ac5-8e4d-1224d8f3ea55'),
(22849,57,7543,NULL,5037,5,'2026-01-12 17:06:48','2026-01-12 17:06:48','e86dcaa8-d611-48be-8b33-7057b2859853'),
(22850,57,7543,NULL,5038,6,'2026-01-12 17:06:48','2026-01-12 17:06:48','4f513cfb-1d31-4d24-890e-8805a1180cb0'),
(22851,57,7543,NULL,5039,7,'2026-01-12 17:06:48','2026-01-12 17:06:48','b7afced7-0076-457c-b324-5167953e34e0'),
(22852,57,7543,NULL,5040,8,'2026-01-12 17:06:48','2026-01-12 17:06:48','00e42d47-a84e-42c2-bb31-b5921d1410fe'),
(22857,82,1353,NULL,469,1,'2026-01-12 17:08:47','2026-01-12 17:08:47','636eb4c7-3d8c-4fb9-ba85-dde1e4f89a41'),
(22858,82,1353,NULL,475,2,'2026-01-12 17:08:47','2026-01-12 17:08:47','d86e65a8-fe73-4ccd-aa79-e0751cdac11a'),
(22859,82,1353,NULL,479,3,'2026-01-12 17:08:47','2026-01-12 17:08:47','b99019c0-06d4-48bb-9525-aecb5e704b2a'),
(22860,82,1353,NULL,491,4,'2026-01-12 17:08:47','2026-01-12 17:08:47','093ac639-920a-402c-a141-ca268df07508'),
(22861,32,7544,NULL,2610,1,'2026-01-12 17:08:47','2026-01-12 17:08:47','ec7c18a2-f6e5-4b55-b808-d5efcc85a675'),
(22862,32,7544,NULL,2598,2,'2026-01-12 17:08:47','2026-01-12 17:08:47','6002fc31-3184-4420-8a84-3e69d27ff9b3'),
(22863,32,7544,NULL,2600,3,'2026-01-12 17:08:47','2026-01-12 17:08:47','616a5211-fb43-472b-9e7a-f578b26bbcae'),
(22864,32,7544,NULL,2604,4,'2026-01-12 17:08:47','2026-01-12 17:08:47','8b24f5a3-1a0e-4e28-b038-307554160b70'),
(22865,16,7544,NULL,3374,1,'2026-01-12 17:08:47','2026-01-12 17:08:47','19e1c7d5-45de-46de-b666-577dfb4d1fec'),
(22866,7,7544,NULL,2969,1,'2026-01-12 17:08:47','2026-01-12 17:08:47','9fff228a-82d8-43e5-a7c8-72be0be144c1'),
(22868,7,7544,NULL,617,3,'2026-01-12 17:08:47','2026-01-12 17:08:47','4ddedba1-f378-49db-9fda-ee02454e6efb'),
(22869,7,7544,NULL,605,4,'2026-01-12 17:08:47','2026-01-12 17:08:47','931f2f7c-5ffb-4a7c-9e97-4e068238ec77'),
(22870,82,7544,NULL,469,1,'2026-01-12 17:08:47','2026-01-12 17:08:47','e69c94e1-55ac-4538-9b7c-39b76f7e3338'),
(22871,82,7544,NULL,475,2,'2026-01-12 17:08:47','2026-01-12 17:08:47','2a671e8e-7771-4311-baf5-3243360a6513'),
(22872,82,7544,NULL,479,3,'2026-01-12 17:08:47','2026-01-12 17:08:47','cf7fb95f-921d-40f8-9878-3a5f7e890a3b'),
(22873,82,7544,NULL,491,4,'2026-01-12 17:08:47','2026-01-12 17:08:47','e99677ff-6354-476e-a28e-1fdd9df998c1'),
(22874,57,7544,NULL,3362,1,'2026-01-12 17:08:47','2026-01-12 17:08:47','e1bd8b8e-21cb-41a2-bece-5bd2c9c3832c'),
(22875,57,7544,NULL,3363,2,'2026-01-12 17:08:47','2026-01-12 17:08:47','10a4a519-3ebd-461a-92a0-48bf6b8abb3b'),
(22876,57,7544,NULL,3364,3,'2026-01-12 17:08:47','2026-01-12 17:08:47','ece60814-ddf3-4ee2-a758-895468c7f2ba'),
(22877,57,7544,NULL,3365,4,'2026-01-12 17:08:47','2026-01-12 17:08:47','dcdc3d2a-2e4c-4fd1-b952-a5e8ce296513'),
(22878,57,7544,NULL,3366,5,'2026-01-12 17:08:47','2026-01-12 17:08:47','d3b68abb-5ca7-4902-b1d8-d8a2d610f3b4'),
(22879,57,7544,NULL,3367,6,'2026-01-12 17:08:47','2026-01-12 17:08:47','3e19ccc1-78b5-49fb-bc7b-2273406268f4'),
(22880,57,7544,NULL,3368,7,'2026-01-12 17:08:47','2026-01-12 17:08:47','2e084abc-c937-401f-b728-9f1d85e6eb49'),
(22881,57,7544,NULL,3369,8,'2026-01-12 17:08:47','2026-01-12 17:08:47','f05124b3-489d-4f96-b3a1-39f92e3100a6'),
(22882,57,7544,NULL,3370,9,'2026-01-12 17:08:47','2026-01-12 17:08:47','6a795de8-1cb9-493c-9999-a0505cbe111d'),
(22883,57,7544,NULL,3371,10,'2026-01-12 17:08:47','2026-01-12 17:08:47','c1e576a6-7fc0-46cc-be3f-75371d0b2004'),
(22884,57,7544,NULL,3372,11,'2026-01-12 17:08:47','2026-01-12 17:08:47','002ce7bd-f3fb-4c56-a6d7-05aef9263edd'),
(22885,57,7544,NULL,3373,12,'2026-01-12 17:08:47','2026-01-12 17:08:47','1281d321-91bc-4e47-8b1b-000c34384a9e'),
(22886,57,7544,NULL,3374,13,'2026-01-12 17:08:47','2026-01-12 17:08:47','539074f8-5a4d-4611-a951-2568150193d9'),
(22887,72,7544,NULL,548,1,'2026-01-12 17:08:47','2026-01-12 17:08:47','f7e86e4c-f1b5-47d9-9f85-be6fe7d3c4de'),
(22902,32,1359,NULL,2614,1,'2026-01-12 17:09:57','2026-01-12 17:09:57','73359b52-14af-469d-b96b-4e7d2230a883'),
(22903,32,1359,NULL,2610,2,'2026-01-12 17:09:57','2026-01-12 17:09:57','ded2f8d0-e0ba-4326-b5ed-42eb054e5af5'),
(22904,32,1359,NULL,2598,3,'2026-01-12 17:09:57','2026-01-12 17:09:57','f37ff420-0f29-480d-9ec1-520e1ddb8d93'),
(22905,32,1359,NULL,2608,4,'2026-01-12 17:09:57','2026-01-12 17:09:57','f66d54a3-fb50-4cb8-ac6a-4503065a9850'),
(22906,32,1359,NULL,2624,5,'2026-01-12 17:09:57','2026-01-12 17:09:57','306d7fd2-a7b0-42a2-bad6-5f35f14f75dc'),
(22907,32,1359,NULL,2600,6,'2026-01-12 17:09:57','2026-01-12 17:09:57','a6908ff4-1718-4e87-90d1-ea6a20dc620b'),
(22908,32,1359,NULL,2596,7,'2026-01-12 17:09:57','2026-01-12 17:09:57','3d31a130-7234-4c39-8648-a61e5d84da6d'),
(22909,32,1359,NULL,2602,8,'2026-01-12 17:09:57','2026-01-12 17:09:57','71ef9f9a-f0ea-46c8-812c-7a10136221cc'),
(22910,32,1359,NULL,2606,9,'2026-01-12 17:09:57','2026-01-12 17:09:57','8bcdf348-c061-4678-b6b9-431aaad26b34'),
(22911,32,1359,NULL,2612,10,'2026-01-12 17:09:57','2026-01-12 17:09:57','af0acc00-54b9-4e69-97f7-c930d88cc389'),
(22912,32,1359,NULL,2604,11,'2026-01-12 17:09:57','2026-01-12 17:09:57','f01c76b9-a390-45c1-a828-b27b5f951a2b'),
(22913,46,1359,NULL,2891,1,'2026-01-12 17:09:57','2026-01-12 17:09:57','d1e15bc9-1439-4ea3-bd75-6c84565da013'),
(22915,32,7546,NULL,2614,1,'2026-01-12 17:09:57','2026-01-12 17:09:57','97e20294-9224-4536-83a7-1d388eb72e0e'),
(22916,32,7546,NULL,2610,2,'2026-01-12 17:09:57','2026-01-12 17:09:57','ee1e8248-57d0-4d8e-a7f6-4605518800a2'),
(22917,32,7546,NULL,2598,3,'2026-01-12 17:09:57','2026-01-12 17:09:57','d6a48450-0789-4079-8e7b-83fafc537890'),
(22918,32,7546,NULL,2608,4,'2026-01-12 17:09:57','2026-01-12 17:09:57','306269fa-7bbd-495c-b8e2-3e62890d2a9b'),
(22919,32,7546,NULL,2624,5,'2026-01-12 17:09:57','2026-01-12 17:09:57','477ad342-70ea-4c96-9ed6-191100d0b0a2'),
(22920,32,7546,NULL,2600,6,'2026-01-12 17:09:57','2026-01-12 17:09:57','380af8a8-2ee9-42fd-8134-d5af375f4968'),
(22921,32,7546,NULL,2596,7,'2026-01-12 17:09:57','2026-01-12 17:09:57','890e002e-9625-4eef-9a82-47844995dac5'),
(22922,32,7546,NULL,2602,8,'2026-01-12 17:09:57','2026-01-12 17:09:57','19ac6ed5-c7e3-4146-9ff5-1e90c3d7fd8e'),
(22923,32,7546,NULL,2606,9,'2026-01-12 17:09:57','2026-01-12 17:09:57','698e5209-7d0a-4ee4-9505-f2fa27ac6577'),
(22924,32,7546,NULL,2612,10,'2026-01-12 17:09:57','2026-01-12 17:09:57','c205bb78-83f4-4f83-96c6-82cbd21e7ba8'),
(22925,32,7546,NULL,2604,11,'2026-01-12 17:09:57','2026-01-12 17:09:57','14ea11c3-68d7-4f51-bc9d-b16c1f4c7e4e'),
(22926,46,7546,NULL,2891,1,'2026-01-12 17:09:57','2026-01-12 17:09:57','ba4b9585-8142-4e56-8e48-b53b57fbfeb5'),
(22927,46,7546,NULL,7381,2,'2026-01-12 17:09:57','2026-01-12 17:09:57','6c2c636c-5295-4e47-9a97-b68f515e5665'),
(22928,13,7546,NULL,6922,1,'2026-01-12 17:09:57','2026-01-12 17:09:57','bd44f1a4-8181-4bcd-8b3d-02f3ad1005bb'),
(22940,32,1365,NULL,2614,1,'2026-01-12 17:11:23','2026-01-12 17:11:23','69a52de7-eca2-40cd-b501-65205ac39b9c'),
(22941,32,1365,NULL,2610,2,'2026-01-12 17:11:23','2026-01-12 17:11:23','b993d193-0609-48e9-a60c-b015d8b47805'),
(22942,32,1365,NULL,2598,3,'2026-01-12 17:11:23','2026-01-12 17:11:23','1db0212b-c66e-4b6f-ac64-c3c458adb813'),
(22943,32,1365,NULL,2608,4,'2026-01-12 17:11:23','2026-01-12 17:11:23','6b17497a-0ba8-4045-bb5d-439cc72e3cb9'),
(22944,32,1365,NULL,2600,5,'2026-01-12 17:11:23','2026-01-12 17:11:23','6cbe54da-fa9f-47a5-8262-639ecc89799e'),
(22945,32,1365,NULL,2596,6,'2026-01-12 17:11:23','2026-01-12 17:11:23','0b032469-1a75-429e-b15e-7591a0d44a9d'),
(22946,32,1365,NULL,2602,7,'2026-01-12 17:11:23','2026-01-12 17:11:23','5de1c308-2941-4e0c-b6a3-1125571c59c4'),
(22947,32,1365,NULL,2612,8,'2026-01-12 17:11:23','2026-01-12 17:11:23','cc928090-ce88-4f91-859b-b45fea967de4'),
(22948,32,1365,NULL,2604,9,'2026-01-12 17:11:23','2026-01-12 17:11:23','1b9cb410-de96-441c-ac9f-d27463bdeeb9'),
(22949,82,1365,NULL,479,1,'2026-01-12 17:11:23','2026-01-12 17:11:23','47b6e9ca-eb25-47c9-bee5-fb1da2af089f'),
(22951,32,7548,NULL,2614,1,'2026-01-12 17:11:23','2026-01-12 17:11:23','1c809c94-e595-4b86-b300-bbc60c0c2b30'),
(22952,32,7548,NULL,2610,2,'2026-01-12 17:11:23','2026-01-12 17:11:23','2008946f-441c-461c-8b7b-96ec75057906'),
(22953,32,7548,NULL,2598,3,'2026-01-12 17:11:23','2026-01-12 17:11:23','d0ffe1ff-d083-4553-9d52-e326983e1131'),
(22954,32,7548,NULL,2608,4,'2026-01-12 17:11:23','2026-01-12 17:11:23','47ee53a5-dacf-4a6f-88d6-3c186dbb7778'),
(22955,32,7548,NULL,2600,5,'2026-01-12 17:11:23','2026-01-12 17:11:23','d2582bc5-4d87-4b26-bd1d-834a73e97e5f'),
(22956,32,7548,NULL,2596,6,'2026-01-12 17:11:23','2026-01-12 17:11:23','b0edc435-8880-466a-840d-d9b070e0a67f'),
(22957,32,7548,NULL,2602,7,'2026-01-12 17:11:23','2026-01-12 17:11:23','88fdec7f-d144-4994-bfcc-5335e0ce057c'),
(22958,32,7548,NULL,2612,8,'2026-01-12 17:11:23','2026-01-12 17:11:23','2f8cf569-236b-4aa8-a51d-e61fc7a0c778'),
(22959,32,7548,NULL,2604,9,'2026-01-12 17:11:23','2026-01-12 17:11:23','65606c56-8189-4b41-ab6e-9d1da1dee01d'),
(22960,82,7548,NULL,479,1,'2026-01-12 17:11:23','2026-01-12 17:11:23','f50f9501-d8af-47f9-893e-5d88b199b2cb'),
(22961,46,7548,NULL,7381,1,'2026-01-12 17:11:23','2026-01-12 17:11:23','ed946820-6bb4-49b1-9a59-84e684415c82'),
(22973,32,2712,NULL,2614,1,'2026-01-12 17:12:39','2026-01-12 17:12:39','40dbe078-5b4a-4c47-9c88-b00b6cf0746c'),
(22974,32,2712,NULL,2610,2,'2026-01-12 17:12:39','2026-01-12 17:12:39','fed9b3bb-026b-4c92-b6f1-d903a8595dc9'),
(22975,32,2712,NULL,2598,3,'2026-01-12 17:12:39','2026-01-12 17:12:39','a7b33816-ff3d-4a54-9433-3d5a2a99f3ee'),
(22976,32,2712,NULL,2608,4,'2026-01-12 17:12:39','2026-01-12 17:12:39','9be8c043-fe06-46d3-89d9-22e6766d7178'),
(22977,32,2712,NULL,2600,5,'2026-01-12 17:12:39','2026-01-12 17:12:39','50590c0d-2c39-4f12-a31b-be6ccf3a62a4'),
(22978,32,2712,NULL,2596,6,'2026-01-12 17:12:39','2026-01-12 17:12:39','bfc3e339-3bf8-4bbe-b407-ae16c808b779'),
(22979,32,2712,NULL,2602,7,'2026-01-12 17:12:39','2026-01-12 17:12:39','f98093b0-ad48-42d7-9541-5e5e90dc06fe'),
(22980,32,2712,NULL,2612,8,'2026-01-12 17:12:39','2026-01-12 17:12:39','a8de9a5d-8922-47bf-8d32-57b3eedf63a7'),
(22981,82,2712,NULL,477,1,'2026-01-12 17:12:39','2026-01-12 17:12:39','7ed21652-4838-4255-bf0f-03d25e1360f1'),
(22982,82,2712,NULL,479,2,'2026-01-12 17:12:39','2026-01-12 17:12:39','80ec523e-5ffb-47cb-829e-4a9b64cefbe0'),
(22983,32,7550,NULL,2614,1,'2026-01-12 17:12:39','2026-01-12 17:12:39','1c6f4636-3223-42da-8e13-30b949c3359d'),
(22984,32,7550,NULL,2610,2,'2026-01-12 17:12:39','2026-01-12 17:12:39','bed5488d-265b-4969-8636-88651d822089'),
(22985,32,7550,NULL,2598,3,'2026-01-12 17:12:39','2026-01-12 17:12:39','c88bdbf3-ae28-4930-9181-a5ee0fe0f4bc'),
(22986,32,7550,NULL,2608,4,'2026-01-12 17:12:39','2026-01-12 17:12:39','1dd5a974-6037-452b-867f-7e60a4e90020'),
(22987,32,7550,NULL,2600,5,'2026-01-12 17:12:39','2026-01-12 17:12:39','0c2d8867-7e1f-4b3d-8393-b34d5bcec92e'),
(22988,32,7550,NULL,2596,6,'2026-01-12 17:12:39','2026-01-12 17:12:39','5a67b28f-80b0-49ed-a06c-28e9b59805f0'),
(22989,32,7550,NULL,2602,7,'2026-01-12 17:12:39','2026-01-12 17:12:39','8de4de41-737f-4371-85ff-6ec290d52f02'),
(22990,32,7550,NULL,2612,8,'2026-01-12 17:12:39','2026-01-12 17:12:39','34c4a09a-7ae5-4ffc-a17c-98537ac703ed'),
(22991,82,7550,NULL,477,1,'2026-01-12 17:12:39','2026-01-12 17:12:39','7dd5b8c4-5a91-4bf8-9043-25302b40a404'),
(22992,82,7550,NULL,479,2,'2026-01-12 17:12:39','2026-01-12 17:12:39','7fb5749e-094d-4d6f-9a40-813e2aeb69c9'),
(22993,13,7550,NULL,6925,1,'2026-01-12 17:12:39','2026-01-12 17:12:39','bd0fe2a3-6966-4b01-8c46-a37e5b36c69a'),
(23004,32,2720,NULL,2614,1,'2026-01-12 17:13:39','2026-01-12 17:13:39','9f54bb3a-e6fa-47ea-96f2-f1ff6b51c14d'),
(23005,32,2720,NULL,2598,2,'2026-01-12 17:13:39','2026-01-12 17:13:39','b4778fa5-3e31-4361-bffe-a6825a1de257'),
(23006,32,2720,NULL,2608,3,'2026-01-12 17:13:39','2026-01-12 17:13:39','c3e7da10-f6c8-439d-8dbb-5a517616c501'),
(23007,32,2720,NULL,2600,4,'2026-01-12 17:13:39','2026-01-12 17:13:39','c1bec66d-0bfb-4000-9846-fc5dfafae21a'),
(23008,32,2720,NULL,2596,5,'2026-01-12 17:13:39','2026-01-12 17:13:39','0e7dd6c7-c70a-480c-8da9-9db88ebf2a31'),
(23009,32,2720,NULL,2602,6,'2026-01-12 17:13:39','2026-01-12 17:13:39','7e49f256-5508-47eb-98d5-700fd9824199'),
(23010,32,2720,NULL,2612,7,'2026-01-12 17:13:39','2026-01-12 17:13:39','e8f51f81-d070-43af-bf64-8f87cb81459e'),
(23011,32,2720,NULL,2604,8,'2026-01-12 17:13:39','2026-01-12 17:13:39','62cb9536-dce7-42d8-877d-9088f72f6998'),
(23012,82,2720,NULL,479,1,'2026-01-12 17:13:39','2026-01-12 17:13:39','9869223d-ce24-40e7-9f92-536fdd722f1e'),
(23013,82,2720,NULL,483,2,'2026-01-12 17:13:39','2026-01-12 17:13:39','e18311b9-d9da-48af-acb4-e7057ff48382'),
(23014,32,7551,NULL,2614,1,'2026-01-12 17:13:39','2026-01-12 17:13:39','be0870dd-6ac4-4b2c-aa0d-faabea4c0db0'),
(23015,32,7551,NULL,2598,2,'2026-01-12 17:13:39','2026-01-12 17:13:39','5278f057-ab53-4f3b-9d7c-e00146bd231e'),
(23016,32,7551,NULL,2608,3,'2026-01-12 17:13:39','2026-01-12 17:13:39','07014a04-363a-4967-8df5-ba0829d6260d'),
(23017,32,7551,NULL,2600,4,'2026-01-12 17:13:39','2026-01-12 17:13:39','4372d2e7-aaac-45e7-9535-50173d70cd2d'),
(23018,32,7551,NULL,2596,5,'2026-01-12 17:13:39','2026-01-12 17:13:39','7ada99fa-122c-42da-8efb-12c4559dd7d0'),
(23019,32,7551,NULL,2602,6,'2026-01-12 17:13:39','2026-01-12 17:13:39','53dee75e-9fd9-4b97-a0c2-3cabe00b0f2d'),
(23020,32,7551,NULL,2612,7,'2026-01-12 17:13:39','2026-01-12 17:13:39','d29c26e5-39fd-4ab6-bcc5-e8cba354a7c2'),
(23021,32,7551,NULL,2604,8,'2026-01-12 17:13:39','2026-01-12 17:13:39','da812c94-08ab-4068-99b4-83d16c40fa5b'),
(23022,82,7551,NULL,479,1,'2026-01-12 17:13:39','2026-01-12 17:13:39','f1b860ca-56b4-4530-aecb-6199317608a4'),
(23023,82,7551,NULL,483,2,'2026-01-12 17:13:39','2026-01-12 17:13:39','b21085cb-cde3-49ef-b66f-565c7aee5ade'),
(23037,32,7553,NULL,2614,1,'2026-01-12 17:13:57','2026-01-12 17:13:57','0c3f2a3d-01f3-4c14-a1d9-7ef4f6b9c2c3'),
(23038,32,7553,NULL,2610,2,'2026-01-12 17:13:57','2026-01-12 17:13:57','db583dd8-48a0-4688-8f60-c8e94a20fa15'),
(23039,32,7553,NULL,2598,3,'2026-01-12 17:13:57','2026-01-12 17:13:57','e301e4e2-4332-4308-97f0-7274d29719fd'),
(23040,32,7553,NULL,2608,4,'2026-01-12 17:13:57','2026-01-12 17:13:57','ad168fdb-f4fa-4199-bd7d-a8253ca38362'),
(23041,32,7553,NULL,2600,5,'2026-01-12 17:13:57','2026-01-12 17:13:57','40467481-20ef-49d6-86af-90fe9cce7489'),
(23042,32,7553,NULL,2596,6,'2026-01-12 17:13:57','2026-01-12 17:13:57','a87a30e0-fa36-43ca-8a4d-224a78bfe485'),
(23043,32,7553,NULL,2602,7,'2026-01-12 17:13:57','2026-01-12 17:13:57','9fa3af6a-fbe2-45d5-8b5d-5be5cfa58c15'),
(23044,32,7553,NULL,2612,8,'2026-01-12 17:13:57','2026-01-12 17:13:57','430daa61-dd60-4d29-b9c9-0ddbb8362ef6'),
(23045,82,7553,NULL,477,1,'2026-01-12 17:13:57','2026-01-12 17:13:57','c8d69061-6c8e-48f5-a510-77af5e43cc6f'),
(23046,82,7553,NULL,479,2,'2026-01-12 17:13:57','2026-01-12 17:13:57','b814ba05-0e49-493b-bb1c-1d42283164db'),
(23047,46,7553,NULL,7381,1,'2026-01-12 17:13:57','2026-01-12 17:13:57','dea5dc20-16ba-4827-9f4a-285fbfd774cf'),
(23048,13,7553,NULL,6925,1,'2026-01-12 17:13:57','2026-01-12 17:13:57','7d05f218-9877-4e33-8624-4c98d88942e5'),
(23060,32,1413,NULL,2614,1,'2026-01-12 17:14:57','2026-01-12 17:14:57','3848968f-2d02-4285-8919-038efa0c1e6a'),
(23061,32,1413,NULL,2610,2,'2026-01-12 17:14:57','2026-01-12 17:14:57','8c765311-aa3c-42e2-bf72-3c276fba9cf2'),
(23062,32,1413,NULL,2598,3,'2026-01-12 17:14:57','2026-01-12 17:14:57','89ff1d4b-3945-49a7-92e3-7c4de8987649'),
(23063,32,1413,NULL,2608,4,'2026-01-12 17:14:57','2026-01-12 17:14:57','35a7db06-4b64-40a6-9cd8-20d850fb5ced'),
(23064,32,1413,NULL,2600,5,'2026-01-12 17:14:57','2026-01-12 17:14:57','688c0651-051c-4993-ab49-5bc8360db26e'),
(23065,32,1413,NULL,2596,6,'2026-01-12 17:14:57','2026-01-12 17:14:57','1d46a81a-49d1-4b95-887a-552ffd234ac2'),
(23066,32,1413,NULL,2602,7,'2026-01-12 17:14:57','2026-01-12 17:14:57','d6c25057-67d3-4615-b55e-b6f160387707'),
(23067,32,1413,NULL,2612,8,'2026-01-12 17:14:57','2026-01-12 17:14:57','e9e35f66-96fb-4083-968c-ba40815bfbb6'),
(23068,32,1413,NULL,2604,9,'2026-01-12 17:14:57','2026-01-12 17:14:57','81e59b36-be61-432f-a3ea-a1b1c48061a5');
INSERT INTO `relations` VALUES
(23069,82,1413,NULL,479,1,'2026-01-12 17:14:57','2026-01-12 17:14:57','e4a8bc45-e5e9-4013-a403-5f5b0c6f4dc1'),
(23071,32,7554,NULL,2614,1,'2026-01-12 17:14:57','2026-01-12 17:14:57','717ab580-80e6-45b2-ba90-c4c367539c51'),
(23072,32,7554,NULL,2610,2,'2026-01-12 17:14:57','2026-01-12 17:14:57','f55534d6-2471-45b3-8de4-4596505e7ea0'),
(23073,32,7554,NULL,2598,3,'2026-01-12 17:14:57','2026-01-12 17:14:57','1797f12d-3d3d-40a7-ab3d-bade35d90fdb'),
(23074,32,7554,NULL,2608,4,'2026-01-12 17:14:57','2026-01-12 17:14:57','0e644dc7-1f3a-4fda-a920-d27a121fe067'),
(23075,32,7554,NULL,2600,5,'2026-01-12 17:14:57','2026-01-12 17:14:57','a483863c-baac-4b55-a2a4-031595ffa800'),
(23076,32,7554,NULL,2596,6,'2026-01-12 17:14:57','2026-01-12 17:14:57','affcacab-0870-470b-8c4a-4e9838d9aef7'),
(23077,32,7554,NULL,2602,7,'2026-01-12 17:14:57','2026-01-12 17:14:57','27703f96-1e32-414e-83e9-33a6346f1d7d'),
(23078,32,7554,NULL,2612,8,'2026-01-12 17:14:57','2026-01-12 17:14:57','88ee61dd-0d9a-459f-831c-c3a53c875e7a'),
(23079,32,7554,NULL,2604,9,'2026-01-12 17:14:57','2026-01-12 17:14:57','ceda3992-1680-4e4d-8126-b51f52164c9b'),
(23080,82,7554,NULL,479,1,'2026-01-12 17:14:57','2026-01-12 17:14:57','4491b3fc-9855-48cb-844b-3aa30a7303ce'),
(23081,46,7554,NULL,7381,1,'2026-01-12 17:14:57','2026-01-12 17:14:57','dd16398c-05a8-460b-a654-405c67ed6278'),
(23094,32,1371,NULL,2614,1,'2026-01-12 17:16:18','2026-01-12 17:16:18','ecfde0f0-3820-45a7-a109-aaec9566dd33'),
(23095,32,1371,NULL,2610,2,'2026-01-12 17:16:18','2026-01-12 17:16:18','b59cc300-0bf9-474e-aee0-42b2cff4e2f0'),
(23096,32,1371,NULL,2598,3,'2026-01-12 17:16:18','2026-01-12 17:16:18','66e04321-e300-49ea-b432-2fe1d9775b9c'),
(23097,32,1371,NULL,2608,4,'2026-01-12 17:16:18','2026-01-12 17:16:18','a0ce0179-8ce7-4e93-b920-1298f2ce173f'),
(23098,32,1371,NULL,2624,5,'2026-01-12 17:16:18','2026-01-12 17:16:18','b80ad3cf-7929-46b7-aa1b-6474d1a05f2a'),
(23099,32,1371,NULL,2600,6,'2026-01-12 17:16:18','2026-01-12 17:16:18','f2db85b7-98d5-41d3-a292-0ba6cdfd8b49'),
(23100,32,1371,NULL,2596,7,'2026-01-12 17:16:18','2026-01-12 17:16:18','77115c50-44e6-40d9-bd6c-29fd13f6b83b'),
(23101,32,1371,NULL,2602,8,'2026-01-12 17:16:18','2026-01-12 17:16:18','01700315-ac89-4730-8382-aa4a246cb864'),
(23102,32,1371,NULL,2606,9,'2026-01-12 17:16:18','2026-01-12 17:16:18','e7f42f18-48a6-4c0d-8f8a-bf65e96b682b'),
(23103,32,1371,NULL,2612,10,'2026-01-12 17:16:18','2026-01-12 17:16:18','8a571d3f-3f42-472b-a3e4-04e0e0de8f67'),
(23104,32,1371,NULL,2604,11,'2026-01-12 17:16:18','2026-01-12 17:16:18','5a734e1b-f803-4d30-a978-c30f409a2f43'),
(23105,46,1371,NULL,2891,1,'2026-01-12 17:16:18','2026-01-12 17:16:18','98bf95b4-f7bd-4fe3-8774-c31ddfe82de7'),
(23106,32,7556,NULL,2614,1,'2026-01-12 17:16:18','2026-01-12 17:16:18','5c83fe6e-58fc-4c62-a8b7-e85ad13e842a'),
(23107,32,7556,NULL,2610,2,'2026-01-12 17:16:18','2026-01-12 17:16:18','cf305512-0f1a-412f-845a-91e85e209e8b'),
(23108,32,7556,NULL,2598,3,'2026-01-12 17:16:18','2026-01-12 17:16:18','139e2dc8-a9c6-4a7c-96c4-58ea058cb736'),
(23109,32,7556,NULL,2608,4,'2026-01-12 17:16:18','2026-01-12 17:16:18','c5f729de-9110-46f1-a84b-e726d28d14a1'),
(23110,32,7556,NULL,2624,5,'2026-01-12 17:16:18','2026-01-12 17:16:18','c98529af-bb23-4d26-83cb-26d4a3efda9d'),
(23111,32,7556,NULL,2600,6,'2026-01-12 17:16:18','2026-01-12 17:16:18','db325152-d44d-4341-9a20-070b7e29ab3f'),
(23112,32,7556,NULL,2596,7,'2026-01-12 17:16:18','2026-01-12 17:16:18','7e97869c-a389-48d2-9cab-f46a7ee90e60'),
(23113,32,7556,NULL,2602,8,'2026-01-12 17:16:18','2026-01-12 17:16:18','d815b4e6-8c58-440f-b36c-679d3d21cf96'),
(23114,32,7556,NULL,2606,9,'2026-01-12 17:16:18','2026-01-12 17:16:18','0b16f5d1-dfa4-4646-9c8e-073a117e5414'),
(23115,32,7556,NULL,2612,10,'2026-01-12 17:16:18','2026-01-12 17:16:18','219e1891-8e3f-42f2-8c56-22eddcb4ddd8'),
(23116,32,7556,NULL,2604,11,'2026-01-12 17:16:18','2026-01-12 17:16:18','c66b7eb0-1fcf-4792-ba81-0c8e8e48d791'),
(23117,46,7556,NULL,2891,1,'2026-01-12 17:16:18','2026-01-12 17:16:18','29ce0aea-bebd-4f08-b1c7-d73b290155c5'),
(23118,13,7556,NULL,6927,1,'2026-01-12 17:16:18','2026-01-12 17:16:18','bb694b27-72d3-4b3f-90e8-5defa637eefc'),
(23130,32,1377,NULL,2614,1,'2026-01-12 17:17:30','2026-01-12 17:17:30','03e42617-abbd-402c-9085-336074949bac'),
(23131,32,1377,NULL,2610,2,'2026-01-12 17:17:30','2026-01-12 17:17:30','41138e10-fcfd-4533-af0b-2d57f79a86f8'),
(23132,32,1377,NULL,2598,3,'2026-01-12 17:17:30','2026-01-12 17:17:30','2eb4fe16-9650-4764-b2aa-acf5f4951a3f'),
(23133,32,1377,NULL,2608,4,'2026-01-12 17:17:30','2026-01-12 17:17:30','b677c5f9-6c10-4a95-be7c-cc4a4891d7de'),
(23134,32,1377,NULL,2600,5,'2026-01-12 17:17:30','2026-01-12 17:17:30','4b9dd521-5849-42b4-859e-73e425bb9ab4'),
(23135,32,1377,NULL,2596,6,'2026-01-12 17:17:30','2026-01-12 17:17:30','70ec2ab4-a3a3-475b-95b6-b26b51d67ee0'),
(23136,32,1377,NULL,2602,7,'2026-01-12 17:17:30','2026-01-12 17:17:30','c5442788-fcdb-4c13-8385-c5cf507f91d6'),
(23137,32,1377,NULL,2606,8,'2026-01-12 17:17:30','2026-01-12 17:17:30','18ae6892-e82e-42de-94a3-8cf3a2975915'),
(23138,32,1377,NULL,2612,9,'2026-01-12 17:17:30','2026-01-12 17:17:30','9c421485-f5e6-4e28-8912-24e4fe9ed837'),
(23139,32,1377,NULL,2604,10,'2026-01-12 17:17:30','2026-01-12 17:17:30','e3d8301c-9358-436f-839c-464035006497'),
(23140,32,7558,NULL,2614,1,'2026-01-12 17:17:30','2026-01-12 17:17:30','01395008-4989-4fb1-b739-f798a6089ac2'),
(23141,32,7558,NULL,2610,2,'2026-01-12 17:17:30','2026-01-12 17:17:30','c7def8b2-3d86-40cc-8e8a-f1ac36929e1d'),
(23142,32,7558,NULL,2598,3,'2026-01-12 17:17:30','2026-01-12 17:17:30','d68177b2-e4e2-4c22-90bc-c43ab027dc46'),
(23143,32,7558,NULL,2608,4,'2026-01-12 17:17:30','2026-01-12 17:17:30','b6e261d7-f70e-4dc9-a098-e46fc422bead'),
(23144,32,7558,NULL,2600,5,'2026-01-12 17:17:30','2026-01-12 17:17:30','d80fff39-159c-4c62-87db-c2db607d65d2'),
(23145,32,7558,NULL,2596,6,'2026-01-12 17:17:30','2026-01-12 17:17:30','47920c3b-608b-4445-a3ea-da58dbd0ca07'),
(23146,32,7558,NULL,2602,7,'2026-01-12 17:17:30','2026-01-12 17:17:30','36ca2a3a-8bee-4b8e-904f-0e47b968b756'),
(23147,32,7558,NULL,2606,8,'2026-01-12 17:17:30','2026-01-12 17:17:30','7c5cb0ee-156d-4de0-a14d-02020f99b2bd'),
(23148,32,7558,NULL,2612,9,'2026-01-12 17:17:30','2026-01-12 17:17:30','a7a33e7a-fa4c-49c5-9e2b-ff9ba7c35b02'),
(23149,32,7558,NULL,2604,10,'2026-01-12 17:17:30','2026-01-12 17:17:30','4bb63801-0305-496b-a2f0-472d6071c325'),
(23150,13,7558,NULL,6931,1,'2026-01-12 17:17:30','2026-01-12 17:17:30','cd333dbc-6b91-4fb5-8049-0b2aa959c31e'),
(23161,32,1383,NULL,2614,1,'2026-01-12 17:18:29','2026-01-12 17:18:29','f451be4c-24af-4e65-bea3-a4a23a1d4a30'),
(23162,32,1383,NULL,2610,2,'2026-01-12 17:18:29','2026-01-12 17:18:29','fdef7c81-981d-4d5b-9bd3-eb1ea95b4260'),
(23163,32,1383,NULL,2598,3,'2026-01-12 17:18:29','2026-01-12 17:18:29','d0ea342a-5c90-4e5e-aeb1-7ee9a95e6aa1'),
(23164,32,1383,NULL,2608,4,'2026-01-12 17:18:29','2026-01-12 17:18:29','7b144a39-c4d5-46ff-b05d-e3643d050f53'),
(23165,32,1383,NULL,2600,5,'2026-01-12 17:18:29','2026-01-12 17:18:29','2d387f63-5ade-472f-9810-06853b9063ca'),
(23166,32,1383,NULL,2596,6,'2026-01-12 17:18:29','2026-01-12 17:18:29','92b25060-302f-4cbc-a862-4636b0cc31b2'),
(23167,32,1383,NULL,2602,7,'2026-01-12 17:18:29','2026-01-12 17:18:29','ea493da8-9098-44e5-9159-ab6ec8daa956'),
(23168,32,1383,NULL,2612,8,'2026-01-12 17:18:29','2026-01-12 17:18:29','43d2dc0d-fda2-4b46-9ae1-9d6545b971c9'),
(23169,32,1383,NULL,2604,9,'2026-01-12 17:18:29','2026-01-12 17:18:29','80f43273-09b9-4909-afa4-4dfadce0abae'),
(23170,82,1383,NULL,479,1,'2026-01-12 17:18:29','2026-01-12 17:18:29','9e2173ea-eaac-4616-afd4-32822b22e2df'),
(23171,32,7559,NULL,2614,1,'2026-01-12 17:18:29','2026-01-12 17:18:29','54ec32a3-66f6-4966-b3f2-e3f432607e6a'),
(23172,32,7559,NULL,2610,2,'2026-01-12 17:18:29','2026-01-12 17:18:29','98dfd7f1-37f7-42b9-a98b-eda4b44df393'),
(23173,32,7559,NULL,2598,3,'2026-01-12 17:18:29','2026-01-12 17:18:29','a8a841fa-ca41-453e-903c-db9a5b09992f'),
(23174,32,7559,NULL,2608,4,'2026-01-12 17:18:29','2026-01-12 17:18:29','bd9f6e5d-0a56-47c8-af90-066d48cd7664'),
(23175,32,7559,NULL,2600,5,'2026-01-12 17:18:29','2026-01-12 17:18:29','d2c2cd6e-aa8f-425f-a27d-39ec64886f86'),
(23176,32,7559,NULL,2596,6,'2026-01-12 17:18:29','2026-01-12 17:18:29','a38fac33-2f1d-40a3-bdf6-2d3d63d9d718'),
(23177,32,7559,NULL,2602,7,'2026-01-12 17:18:29','2026-01-12 17:18:29','cc0306e8-4498-421f-ada1-bebdc44015bf'),
(23178,32,7559,NULL,2612,8,'2026-01-12 17:18:29','2026-01-12 17:18:29','0d9331b6-6d48-46f7-a312-42b84d7bc7d1'),
(23179,32,7559,NULL,2604,9,'2026-01-12 17:18:29','2026-01-12 17:18:29','2482f94d-33f3-4d2d-8f24-bcb34189a44b'),
(23180,82,7559,NULL,479,1,'2026-01-12 17:18:29','2026-01-12 17:18:29','f57b2bfc-4f50-4dfa-b0b0-c9eebf1d158a'),
(23193,32,1389,NULL,2614,1,'2026-01-12 17:19:21','2026-01-12 17:19:21','0da9f288-4db6-4377-8498-2291477274fd'),
(23194,32,1389,NULL,2610,2,'2026-01-12 17:19:21','2026-01-12 17:19:21','7aced000-8543-40e8-b80a-dcb90320343f'),
(23195,32,1389,NULL,2598,3,'2026-01-12 17:19:21','2026-01-12 17:19:21','2f985435-38b8-48e2-8c68-1311c21ab57d'),
(23196,32,1389,NULL,2608,4,'2026-01-12 17:19:21','2026-01-12 17:19:21','c15c1d74-d50c-4fb1-ab40-a9d2e1829d0b'),
(23197,32,1389,NULL,2624,5,'2026-01-12 17:19:21','2026-01-12 17:19:21','9b4cb496-fcd1-4397-b7c8-1b237f64dbcf'),
(23198,32,1389,NULL,2600,6,'2026-01-12 17:19:21','2026-01-12 17:19:21','a25d6421-2540-4d73-afa8-dece0a61bc36'),
(23199,32,1389,NULL,2596,7,'2026-01-12 17:19:21','2026-01-12 17:19:21','a90589f8-dd37-428a-9eea-ad8339dd3b22'),
(23200,32,1389,NULL,2602,8,'2026-01-12 17:19:21','2026-01-12 17:19:21','7422caec-e292-4b71-b38e-fc05d995e968'),
(23201,32,1389,NULL,2606,9,'2026-01-12 17:19:21','2026-01-12 17:19:21','d1ccb0a0-3f37-4c20-bb84-276eafc40cd9'),
(23202,32,1389,NULL,2612,10,'2026-01-12 17:19:21','2026-01-12 17:19:21','e642245c-aedf-43ef-9934-df8f3d5d9585'),
(23203,32,1389,NULL,2604,11,'2026-01-12 17:19:21','2026-01-12 17:19:21','4abfa3ba-81c4-428b-9d1e-668059b4bd2a'),
(23204,46,1389,NULL,2891,1,'2026-01-12 17:19:21','2026-01-12 17:19:21','35b1cae7-bf10-4f35-aa9d-4b06554c4c77'),
(23205,32,7560,NULL,2614,1,'2026-01-12 17:19:21','2026-01-12 17:19:21','f11c7cb9-d84b-4c15-ba60-5eaceebe534e'),
(23206,32,7560,NULL,2610,2,'2026-01-12 17:19:21','2026-01-12 17:19:21','846a62a6-7f84-4b34-bab2-0691e59f0111'),
(23207,32,7560,NULL,2598,3,'2026-01-12 17:19:21','2026-01-12 17:19:21','67d089b9-ce7b-4f4f-ae2c-b506f5716d48'),
(23208,32,7560,NULL,2608,4,'2026-01-12 17:19:21','2026-01-12 17:19:21','d0dfe0b5-07b3-45c8-b6f1-6f9b31d98319'),
(23209,32,7560,NULL,2624,5,'2026-01-12 17:19:21','2026-01-12 17:19:21','4c1bbab7-4286-4394-a511-e8d32007600c'),
(23210,32,7560,NULL,2600,6,'2026-01-12 17:19:21','2026-01-12 17:19:21','12760383-0be7-4fea-9d66-e36be49aa750'),
(23211,32,7560,NULL,2596,7,'2026-01-12 17:19:21','2026-01-12 17:19:21','b286b14f-9cbf-452c-a19b-aa5767c5a1e0'),
(23212,32,7560,NULL,2602,8,'2026-01-12 17:19:21','2026-01-12 17:19:21','27b319a4-830a-4fbc-9448-e466fbd8569b'),
(23213,32,7560,NULL,2606,9,'2026-01-12 17:19:21','2026-01-12 17:19:21','992f1bdb-b8e1-4c06-bed5-3be6992f8e30'),
(23214,32,7560,NULL,2612,10,'2026-01-12 17:19:21','2026-01-12 17:19:21','73d6b019-3241-4360-a29e-7fe5dd465bd1'),
(23215,32,7560,NULL,2604,11,'2026-01-12 17:19:21','2026-01-12 17:19:21','ca07c324-f88e-4e12-97bf-046d03aee6fa'),
(23216,46,7560,NULL,2891,1,'2026-01-12 17:19:21','2026-01-12 17:19:21','6cbebd60-7ced-4d01-80db-c87cbc2d2b60'),
(23224,32,1407,NULL,2614,6,'2026-01-12 17:20:16','2026-01-20 21:57:23','23a00496-839b-49c3-8b69-a64cb971c4dc'),
(23225,32,1407,NULL,2608,7,'2026-01-12 17:20:16','2026-01-20 21:57:23','0ea477d2-e3f5-49da-8302-91cb3d802e20'),
(23226,32,1407,NULL,2596,8,'2026-01-12 17:20:16','2026-01-20 21:57:23','c2e66c3c-7cb2-4de9-beac-a7ead6fc5172'),
(23227,32,1407,NULL,2602,9,'2026-01-12 17:20:16','2026-01-20 21:57:23','0e3f3a03-0e6d-4a09-a8cb-a58826a76c18'),
(23228,32,1407,NULL,2612,10,'2026-01-12 17:20:16','2026-01-20 21:57:23','5a2e5cc9-24b5-46df-92fc-505b918af56d'),
(23231,32,7561,NULL,2610,1,'2026-01-12 17:20:16','2026-01-12 17:20:16','bd11a6d7-4a0a-4832-a4cf-98c676843f74'),
(23232,32,7561,NULL,2598,2,'2026-01-12 17:20:16','2026-01-12 17:20:16','73f5c362-321b-4475-866d-f18543eb8fab'),
(23233,32,7561,NULL,2624,3,'2026-01-12 17:20:16','2026-01-12 17:20:16','995a9c2f-6d58-4e35-a55b-ce38b6be85f3'),
(23234,32,7561,NULL,2600,4,'2026-01-12 17:20:16','2026-01-12 17:20:16','5096a3a4-9fe6-4493-b21d-45638466e231'),
(23235,32,7561,NULL,2606,5,'2026-01-12 17:20:16','2026-01-12 17:20:16','a9dc0063-b7b9-4c04-9a89-2849b6781466'),
(23236,32,7561,NULL,2604,6,'2026-01-12 17:20:16','2026-01-12 17:20:16','7cd0cec6-7c0a-45b9-b8ad-7895a5bef13a'),
(23237,32,7561,NULL,2614,7,'2026-01-12 17:20:16','2026-01-12 17:20:16','8d9f739d-d8f6-40e7-ba7f-aa56086a79a1'),
(23238,32,7561,NULL,2608,8,'2026-01-12 17:20:16','2026-01-12 17:20:16','c52f731c-1f20-404a-9e4d-04740a1d5939'),
(23239,32,7561,NULL,2596,9,'2026-01-12 17:20:16','2026-01-12 17:20:16','4e70eeae-5e51-4da8-aadd-fc50bf96a06a'),
(23240,32,7561,NULL,2602,10,'2026-01-12 17:20:16','2026-01-12 17:20:16','97121763-7324-48b0-b576-f5c114e3747a'),
(23241,32,7561,NULL,2612,11,'2026-01-12 17:20:16','2026-01-12 17:20:16','2381d03b-4681-4ed7-ae79-b379746f1dd1'),
(23242,16,7561,NULL,5191,1,'2026-01-12 17:20:16','2026-01-12 17:20:16','79daec09-5353-49b6-bd74-8906a9ae4bc8'),
(23243,7,7561,NULL,601,1,'2026-01-12 17:20:16','2026-01-12 17:20:16','ee934963-aca0-4882-8e9a-46afa34c23db'),
(23244,7,7561,NULL,3468,2,'2026-01-12 17:20:16','2026-01-12 17:20:16','d830a78f-b45c-4485-bef1-abb96609cd43'),
(23245,7,7561,NULL,617,3,'2026-01-12 17:20:16','2026-01-12 17:20:16','095a0766-1e6f-431f-b320-d86f5535faf7'),
(23246,7,7561,NULL,605,4,'2026-01-12 17:20:16','2026-01-12 17:20:16','5145b011-3353-4911-8ae2-8e1babed5970'),
(23247,82,7561,NULL,479,1,'2026-01-12 17:20:16','2026-01-12 17:20:16','0521f16c-7de6-4c8b-81f1-5e1294d4d18a'),
(23248,46,7561,NULL,7381,1,'2026-01-12 17:20:16','2026-01-12 17:20:16','0126b740-be5b-4686-9ad8-cecc41443ad2'),
(23249,57,7561,NULL,5185,1,'2026-01-12 17:20:16','2026-01-12 17:20:16','4cd275c2-e59b-419c-bbd3-ce7b9d02601c'),
(23250,57,7561,NULL,5186,2,'2026-01-12 17:20:16','2026-01-12 17:20:16','3846c5a6-a925-4425-9eb1-7ba17891edaa'),
(23251,57,7561,NULL,5187,3,'2026-01-12 17:20:16','2026-01-12 17:20:16','08697a71-975e-407c-87c4-da754700436f'),
(23252,57,7561,NULL,5188,4,'2026-01-12 17:20:16','2026-01-12 17:20:16','a7f798dd-b0b5-415d-8f14-ea6bc9e16378'),
(23253,57,7561,NULL,5189,5,'2026-01-12 17:20:16','2026-01-12 17:20:16','1ad5f950-806a-4440-8fd7-e2bb7e4a50b8'),
(23254,57,7561,NULL,5190,6,'2026-01-12 17:20:16','2026-01-12 17:20:16','2313f48d-1c85-4dda-9893-5e4e97fc73f7'),
(23264,32,1395,NULL,2610,1,'2026-01-12 17:22:25','2026-01-12 17:22:25','16af5152-149e-45c5-85b7-5a03e4705ddb'),
(23265,32,1395,NULL,2598,2,'2026-01-12 17:22:25','2026-01-12 17:22:25','44d90a0b-2c00-42e5-9856-5f28fe67ea83'),
(23266,32,1395,NULL,2600,3,'2026-01-12 17:22:25','2026-01-12 17:22:25','2a8a5c21-4926-4791-94f6-246420d47f25'),
(23267,32,1395,NULL,2604,4,'2026-01-12 17:22:25','2026-01-12 17:22:25','93711e84-bf11-4e28-8db2-6121fe1ab873'),
(23268,82,1395,NULL,469,1,'2026-01-12 17:22:25','2026-01-12 17:22:25','00793f96-1ca2-4b75-b5cd-724ab855df19'),
(23269,82,1395,NULL,475,2,'2026-01-12 17:22:25','2026-01-12 17:22:25','8e305c6a-46a6-4400-81a1-69b5037917de'),
(23270,82,1395,NULL,479,3,'2026-01-12 17:22:25','2026-01-12 17:22:25','1c65ea10-8d59-4674-b5ce-4271e10f9149'),
(23271,82,1395,NULL,491,4,'2026-01-12 17:22:25','2026-01-12 17:22:25','760dd17e-d25c-43cd-8369-a3be191fe1d3'),
(23272,32,7563,NULL,2610,1,'2026-01-12 17:22:26','2026-01-12 17:22:26','f86161ba-4c67-4368-8b59-34d5a9721e1d'),
(23273,32,7563,NULL,2598,2,'2026-01-12 17:22:26','2026-01-12 17:22:26','ba7e7bc2-7a02-4bc2-8eff-1b2a2428f3eb'),
(23274,32,7563,NULL,2600,3,'2026-01-12 17:22:26','2026-01-12 17:22:26','f1229ae1-0ea1-43d6-b54d-7e6346997ef5'),
(23275,32,7563,NULL,2604,4,'2026-01-12 17:22:26','2026-01-12 17:22:26','1ce16cdd-aa24-4274-a46a-fbb7c413b2e8'),
(23276,82,7563,NULL,469,1,'2026-01-12 17:22:26','2026-01-12 17:22:26','efc71a6f-6aa6-46a4-85a4-d04d54dce8aa'),
(23277,82,7563,NULL,475,2,'2026-01-12 17:22:26','2026-01-12 17:22:26','3c7fe843-a771-4b93-b489-2d0ec8f1621c'),
(23278,82,7563,NULL,479,3,'2026-01-12 17:22:26','2026-01-12 17:22:26','516f2c2b-7d98-44b0-bd43-24717e0836bf'),
(23279,82,7563,NULL,491,4,'2026-01-12 17:22:26','2026-01-12 17:22:26','5ebffbbf-c6de-45d3-898d-5954ffb877bf'),
(23288,32,1401,NULL,2610,1,'2026-01-12 17:24:06','2026-01-12 17:24:06','184422ef-27a7-4f26-8260-03ddba8d2382'),
(23289,32,1401,NULL,2598,2,'2026-01-12 17:24:06','2026-01-12 17:24:06','336a9bdc-f720-4ed2-b454-96659f9b353a'),
(23290,32,1401,NULL,2600,3,'2026-01-12 17:24:06','2026-01-12 17:24:06','ee1c1fec-7a6f-43c6-ada2-22e45e30dc0f'),
(23291,32,1401,NULL,2604,4,'2026-01-12 17:24:06','2026-01-12 17:24:06','e567b1a0-1b4a-4385-ab83-7056b3eecc4e'),
(23292,82,1401,NULL,469,1,'2026-01-12 17:24:06','2026-01-12 17:24:06','1db34f6c-7aba-4fdc-a49c-562d470d7597'),
(23293,82,1401,NULL,475,2,'2026-01-12 17:24:06','2026-01-12 17:24:06','58707adc-ec7b-4ea5-808b-0bf98dc322d8'),
(23294,82,1401,NULL,479,3,'2026-01-12 17:24:06','2026-01-12 17:24:06','e769e817-4291-4573-a1a9-9374b10bafb0'),
(23295,82,1401,NULL,491,4,'2026-01-12 17:24:06','2026-01-12 17:24:06','0be02aba-1bd5-44da-a384-17923cc16ae4'),
(23296,32,7564,NULL,2610,1,'2026-01-12 17:24:06','2026-01-12 17:24:06','a2597c91-9b68-476b-8f67-41c35aa2fa31'),
(23297,32,7564,NULL,2598,2,'2026-01-12 17:24:06','2026-01-12 17:24:06','806cf963-f597-4481-9cc5-3a656ca95604'),
(23298,32,7564,NULL,2600,3,'2026-01-12 17:24:06','2026-01-12 17:24:06','6383adf0-689b-418b-8777-4a2c42530b50'),
(23299,32,7564,NULL,2604,4,'2026-01-12 17:24:06','2026-01-12 17:24:06','280520fe-a349-408d-b49b-5224eb4cdab2'),
(23300,82,7564,NULL,469,1,'2026-01-12 17:24:06','2026-01-12 17:24:06','4b1d1bc4-2625-40c0-9c2a-44c5cdc97b44'),
(23301,82,7564,NULL,475,2,'2026-01-12 17:24:06','2026-01-12 17:24:06','c6a51280-f753-4bdc-b48a-a307c06b6f71'),
(23302,82,7564,NULL,479,3,'2026-01-12 17:24:06','2026-01-12 17:24:06','e665ad1b-8d76-460f-9248-193917822cce'),
(23303,82,7564,NULL,491,4,'2026-01-12 17:24:06','2026-01-12 17:24:06','7ca57307-c8d8-4e8f-a250-44c309e33950'),
(23314,32,1419,NULL,2610,1,'2026-01-12 17:26:39','2026-01-12 17:26:39','b35d8b2f-c3f8-4683-997b-c1ec92d1533d'),
(23315,32,1419,NULL,2598,2,'2026-01-12 17:26:39','2026-01-12 17:26:39','4af7358f-1fa6-4021-83c9-66394a7d394f'),
(23316,32,1419,NULL,2608,3,'2026-01-12 17:26:39','2026-01-12 17:26:39','2d8ce277-f631-411d-a412-2dbdb37763a7'),
(23317,32,1419,NULL,2600,4,'2026-01-12 17:26:39','2026-01-12 17:26:39','98abc57d-77a5-4e11-a24a-e19602b4da25'),
(23318,32,1419,NULL,2596,5,'2026-01-12 17:26:39','2026-01-12 17:26:39','d39f2481-8689-45dc-9671-7b8605d0f81f'),
(23319,32,1419,NULL,2602,6,'2026-01-12 17:26:39','2026-01-12 17:26:39','1a994224-0660-438a-a3ac-cebeac2bb1c2'),
(23320,32,1419,NULL,2606,7,'2026-01-12 17:26:39','2026-01-12 17:26:39','765d9377-74c8-4c63-9e49-e4024af69996'),
(23321,32,1419,NULL,2612,8,'2026-01-12 17:26:39','2026-01-12 17:26:39','c90f6617-d51c-41e8-8d9b-c3aff9e74580'),
(23322,32,1419,NULL,2604,9,'2026-01-12 17:26:39','2026-01-12 17:26:39','5d234321-3527-4892-9113-bf8a71e3d252'),
(23323,82,1419,NULL,491,1,'2026-01-12 17:26:39','2026-01-12 17:26:39','e6aef9d0-c0ac-40f5-a479-7c89d29f3622'),
(23324,32,7565,NULL,2610,1,'2026-01-12 17:26:39','2026-01-12 17:26:39','11ccdbe6-f5e2-4441-a37d-7e6e1e8bb5ea'),
(23325,32,7565,NULL,2598,2,'2026-01-12 17:26:39','2026-01-12 17:26:39','45ad60f1-0c07-4976-9ae8-ae1f0bfc8586'),
(23326,32,7565,NULL,2608,3,'2026-01-12 17:26:39','2026-01-12 17:26:39','d324bc79-1240-46a5-981d-cbc584e4f058'),
(23327,32,7565,NULL,2600,4,'2026-01-12 17:26:39','2026-01-12 17:26:39','921b535e-a664-496e-bd79-83a715e12dd8'),
(23328,32,7565,NULL,2596,5,'2026-01-12 17:26:39','2026-01-12 17:26:39','a58865ad-eb7c-4fc9-82d5-61665a811341'),
(23329,32,7565,NULL,2602,6,'2026-01-12 17:26:39','2026-01-12 17:26:39','ac08047d-325e-455f-94e9-b27ac5f48979'),
(23330,32,7565,NULL,2606,7,'2026-01-12 17:26:39','2026-01-12 17:26:39','e22b0bc2-7a60-4bc3-8182-0eded752468d'),
(23331,32,7565,NULL,2612,8,'2026-01-12 17:26:39','2026-01-12 17:26:39','8a5b8003-92aa-4a98-a85a-ee75255906bf'),
(23332,32,7565,NULL,2604,9,'2026-01-12 17:26:39','2026-01-12 17:26:39','bd38c699-1e00-42f8-bedc-585f5e298eba'),
(23333,82,7565,NULL,491,1,'2026-01-12 17:26:39','2026-01-12 17:26:39','68c7474e-b835-4f07-b562-e436ffe28f18'),
(23345,32,1425,NULL,2610,1,'2026-01-12 17:27:46','2026-01-12 17:27:46','71921f55-32dc-4c59-bcd7-a29432c8b922'),
(23346,32,1425,NULL,2598,2,'2026-01-12 17:27:46','2026-01-12 17:27:46','cdbe1d27-dcdb-4c61-84ac-e98885b37371'),
(23347,32,1425,NULL,2608,3,'2026-01-12 17:27:46','2026-01-12 17:27:46','8df4e92f-702a-4891-ab90-1c5a326bb919'),
(23348,32,1425,NULL,2600,4,'2026-01-12 17:27:46','2026-01-12 17:27:46','040e49a9-2361-4a22-8c4b-b3d5fb66989b'),
(23349,32,1425,NULL,2596,5,'2026-01-12 17:27:46','2026-01-12 17:27:46','2cb9025c-a46c-490a-b764-c772bd235428'),
(23350,32,1425,NULL,2602,6,'2026-01-12 17:27:46','2026-01-12 17:27:46','07ed1aa9-f02f-40d8-bab3-1c9f57828494'),
(23351,32,1425,NULL,2606,7,'2026-01-12 17:27:46','2026-01-12 17:27:46','fb2c0a1c-6f48-42e4-8637-d895b10269e9'),
(23352,32,1425,NULL,2612,8,'2026-01-12 17:27:46','2026-01-12 17:27:46','d10dc1a9-89d8-448d-8ab3-002478f07245'),
(23353,32,1425,NULL,2604,9,'2026-01-12 17:27:46','2026-01-12 17:27:46','f912ccb4-0ca3-4b69-9b40-23b003748ccc'),
(23354,82,1425,NULL,491,1,'2026-01-12 17:27:46','2026-01-12 17:27:46','4229f7a4-dffb-4f1a-98e6-bb33c6b3679e'),
(23355,46,1425,NULL,7369,1,'2026-01-12 17:27:46','2026-01-12 17:27:46','c0753cbe-fdbd-4d52-96c8-d5f893761445'),
(23356,32,7566,NULL,2610,1,'2026-01-12 17:27:46','2026-01-12 17:27:46','26181920-4588-4d44-8e38-fc0d69329eba'),
(23357,32,7566,NULL,2598,2,'2026-01-12 17:27:46','2026-01-12 17:27:46','417d6bd4-72f7-4cf1-998f-61c3c6db517f'),
(23358,32,7566,NULL,2608,3,'2026-01-12 17:27:46','2026-01-12 17:27:46','151b35e1-b800-4a9f-974d-1ca21f5cc7b5'),
(23359,32,7566,NULL,2600,4,'2026-01-12 17:27:46','2026-01-12 17:27:46','903c1214-f26d-4819-9c1d-c25e0e295ef3'),
(23360,32,7566,NULL,2596,5,'2026-01-12 17:27:46','2026-01-12 17:27:46','bfab9d5f-ed1c-449b-a687-52eb460123b2'),
(23361,32,7566,NULL,2602,6,'2026-01-12 17:27:46','2026-01-12 17:27:46','016349ee-317b-4ab1-ad4a-ba29b0d6ba85'),
(23362,32,7566,NULL,2606,7,'2026-01-12 17:27:46','2026-01-12 17:27:46','94b09843-33c3-40fe-b785-83a47da7caba'),
(23363,32,7566,NULL,2612,8,'2026-01-12 17:27:46','2026-01-12 17:27:46','715f0c5a-4a1d-42f8-92ac-a99f38773ce0'),
(23364,32,7566,NULL,2604,9,'2026-01-12 17:27:46','2026-01-12 17:27:46','8e1115c4-7551-4b85-9d8c-2492c3db67ef'),
(23365,82,7566,NULL,491,1,'2026-01-12 17:27:46','2026-01-12 17:27:46','72081718-f652-4bfb-8580-3c8054eb3a37'),
(23366,46,7566,NULL,7369,1,'2026-01-12 17:27:46','2026-01-12 17:27:46','07243e5e-1e34-4fcb-b72d-32b93e7540b8'),
(23393,32,7568,NULL,2614,1,'2026-01-12 17:28:46','2026-01-12 17:28:46','48b24503-e092-4e7a-bd64-ba6f21bdb941'),
(23394,32,7568,NULL,2610,2,'2026-01-12 17:28:46','2026-01-12 17:28:46','b699cffc-78fc-42dc-8535-6c79dfc6b25d'),
(23395,32,7568,NULL,2598,3,'2026-01-12 17:28:46','2026-01-12 17:28:46','48a4b4bc-df92-4e79-9609-2f143a8ff29d'),
(23396,32,7568,NULL,2608,4,'2026-01-12 17:28:46','2026-01-12 17:28:46','0b23a18e-a5c6-40f3-b68e-ea1ff4e0b0f5'),
(23397,32,7568,NULL,2600,5,'2026-01-12 17:28:46','2026-01-12 17:28:46','dacc286f-06ce-48ad-814a-a614666b5a9b'),
(23398,32,7568,NULL,2596,6,'2026-01-12 17:28:46','2026-01-12 17:28:46','8e9f2a4b-df46-44ca-b6ef-e8fae9449ae4'),
(23399,32,7568,NULL,2602,7,'2026-01-12 17:28:46','2026-01-12 17:28:46','3cd99f99-cf43-4029-8bc3-01206fd2af10'),
(23400,32,7568,NULL,2606,8,'2026-01-12 17:28:46','2026-01-12 17:28:46','1d9b8cf3-a4b2-456b-994a-22daf09bcd3c'),
(23401,32,7568,NULL,2612,9,'2026-01-12 17:28:46','2026-01-12 17:28:46','4a4e0a72-f1af-47ec-9261-c6a092ddfcd9'),
(23402,32,7568,NULL,2604,10,'2026-01-12 17:28:46','2026-01-12 17:28:46','9b8154da-7ab7-48d4-8325-c3ec160a5bc5'),
(23403,16,7568,NULL,6659,1,'2026-01-12 17:28:46','2026-01-12 17:28:46','51d5250c-4e71-4949-81fb-3a86d91fac57'),
(23404,7,7568,NULL,601,1,'2026-01-12 17:28:46','2026-01-12 17:28:46','9409a10e-8a54-4f75-bb0c-43fa6f7e93b6'),
(23405,7,7568,NULL,6547,2,'2026-01-12 17:28:46','2026-01-12 17:28:46','adffb443-5534-4512-81b9-8bb2a21b60be'),
(23406,7,7568,NULL,2972,3,'2026-01-12 17:28:46','2026-01-12 17:28:46','ddeb314c-2bdf-47f1-8782-8e5a2a70d9b9'),
(23407,7,7568,NULL,2974,4,'2026-01-12 17:28:46','2026-01-12 17:28:46','4e3f01a6-4400-4e90-807c-13d2465cf155'),
(23408,7,7568,NULL,617,5,'2026-01-12 17:28:46','2026-01-12 17:28:46','fe2f21f1-14a6-4e62-8598-340b0bfb5aaa'),
(23409,7,7568,NULL,605,6,'2026-01-12 17:28:46','2026-01-12 17:28:46','78db46b6-e9cf-47bd-8050-66586ce6b4af'),
(23410,46,7568,NULL,7381,1,'2026-01-12 17:28:46','2026-01-12 17:28:46','aa5fab58-b737-424a-9aaf-8fa1f47f28ff'),
(23411,57,7568,NULL,6680,1,'2026-01-12 17:28:46','2026-01-12 17:28:46','961ae1b1-97fa-43c9-95f2-35085c707f81'),
(23412,57,7568,NULL,6681,2,'2026-01-12 17:28:46','2026-01-12 17:28:46','264bf398-deae-481c-a218-40ccf18ed30f'),
(23413,57,7568,NULL,6682,3,'2026-01-12 17:28:46','2026-01-12 17:28:46','a75b4a63-736c-4718-91f5-42b710dacd55'),
(23414,57,7568,NULL,6683,4,'2026-01-12 17:28:46','2026-01-12 17:28:46','470f5ac8-ce3d-4c02-a776-22d53921c53e'),
(23415,57,7568,NULL,6684,5,'2026-01-12 17:28:46','2026-01-12 17:28:46','82d65ac9-7351-4dd2-8fc7-21f5099e294e'),
(23427,32,1443,NULL,2610,1,'2026-01-12 17:29:41','2026-01-12 17:29:41','97565ce1-20e5-41f9-998c-b5e50261f5b1'),
(23428,32,1443,NULL,2598,2,'2026-01-12 17:29:41','2026-01-12 17:29:41','dfcb9fdb-b89d-44b0-a2eb-13ec9b5412c7'),
(23429,32,1443,NULL,2608,3,'2026-01-12 17:29:41','2026-01-12 17:29:41','a498115a-9bdb-49e7-8372-7ed5f56c2f47'),
(23430,32,1443,NULL,2600,4,'2026-01-12 17:29:41','2026-01-12 17:29:41','d9e900e4-0ca7-49c4-96ba-33a3ea4d4048'),
(23431,32,1443,NULL,2596,5,'2026-01-12 17:29:41','2026-01-12 17:29:41','870b1063-7b69-4498-b43e-8720c5683613'),
(23432,32,1443,NULL,2602,6,'2026-01-12 17:29:41','2026-01-12 17:29:41','9f26193f-ca4d-46ef-a329-7fdf33e5b7e2'),
(23433,32,1443,NULL,2606,7,'2026-01-12 17:29:41','2026-01-12 17:29:41','9877e094-5252-4125-8877-bf61ae295c95'),
(23434,32,1443,NULL,2612,8,'2026-01-12 17:29:41','2026-01-12 17:29:41','2332eb43-1e90-412f-95c5-7e036178adac'),
(23435,32,1443,NULL,2604,9,'2026-01-12 17:29:41','2026-01-12 17:29:41','03b3e05d-419a-4f15-9850-eb137e91ec3a'),
(23436,82,1443,NULL,491,1,'2026-01-12 17:29:41','2026-01-12 17:29:41','c9374a40-033c-4234-9f2e-2a845a6531b4'),
(23437,32,7571,NULL,2610,1,'2026-01-12 17:29:41','2026-01-12 17:29:41','b9ea72ca-6814-47eb-8652-54c7a0f2503d'),
(23438,32,7571,NULL,2598,2,'2026-01-12 17:29:41','2026-01-12 17:29:41','b3195219-b6a3-4faf-b34a-4c7cfd3d4602'),
(23439,32,7571,NULL,2608,3,'2026-01-12 17:29:41','2026-01-12 17:29:41','64bd79e0-44a5-46e7-8202-c30d677c2e5f'),
(23440,32,7571,NULL,2600,4,'2026-01-12 17:29:41','2026-01-12 17:29:41','11513582-b5b0-4c34-9665-1e3e3cbdc013'),
(23441,32,7571,NULL,2596,5,'2026-01-12 17:29:41','2026-01-12 17:29:41','b60eac33-727f-48f3-8a29-ee8f2986bf1c'),
(23442,32,7571,NULL,2602,6,'2026-01-12 17:29:41','2026-01-12 17:29:41','0e14ca49-7aab-4f38-a4af-e547be0b4da8'),
(23443,32,7571,NULL,2606,7,'2026-01-12 17:29:41','2026-01-12 17:29:41','d060dc8b-c159-44fc-9337-b24756e80d3c'),
(23444,32,7571,NULL,2612,8,'2026-01-12 17:29:41','2026-01-12 17:29:41','467ca99a-7262-4f1f-a4f5-d9ddaf8be389'),
(23445,32,7571,NULL,2604,9,'2026-01-12 17:29:41','2026-01-12 17:29:41','4f514b8a-b962-4a34-8580-062cb71f1269'),
(23446,82,7571,NULL,491,1,'2026-01-12 17:29:41','2026-01-12 17:29:41','b2f8ecac-2b07-4fc6-9b34-df31940632ee'),
(23458,32,1449,NULL,2614,1,'2026-01-12 17:30:33','2026-01-12 17:30:33','811d736f-7571-47dd-9eae-ff6bd9661865'),
(23459,32,1449,NULL,2610,2,'2026-01-12 17:30:33','2026-01-12 17:30:33','1024cd58-b1dc-47c9-b0c1-324bbffeece7'),
(23460,32,1449,NULL,2598,3,'2026-01-12 17:30:33','2026-01-12 17:30:33','c094e431-7333-4aee-8ae9-aa114f4d689a'),
(23461,32,1449,NULL,2608,4,'2026-01-12 17:30:33','2026-01-12 17:30:33','ad94bb5a-29b6-4204-bb87-01232e99b070'),
(23462,32,1449,NULL,2600,5,'2026-01-12 17:30:33','2026-01-12 17:30:33','38612237-61db-4cf1-935d-e1d3bb36cc92'),
(23463,32,1449,NULL,2596,6,'2026-01-12 17:30:33','2026-01-12 17:30:33','45a86167-3f3b-451d-83a0-ec0d469b9119'),
(23464,32,1449,NULL,2602,7,'2026-01-12 17:30:33','2026-01-12 17:30:33','1f951bf5-a3fb-41a2-b61f-46837e2a92c4'),
(23465,32,1449,NULL,2606,8,'2026-01-12 17:30:33','2026-01-12 17:30:33','2ad24c8e-5a7f-4967-9557-5a0970b2e5d8'),
(23466,32,1449,NULL,2612,9,'2026-01-12 17:30:33','2026-01-12 17:30:33','9c123201-303f-4ec4-86d4-f01316c509e9'),
(23467,32,1449,NULL,2604,10,'2026-01-12 17:30:33','2026-01-12 17:30:33','df57b622-c1b5-428e-984d-e339719c5045'),
(23469,32,7573,NULL,2614,1,'2026-01-12 17:30:34','2026-01-12 17:30:34','acd77429-69a7-4d73-8fb6-1d9a99de83fa'),
(23470,32,7573,NULL,2610,2,'2026-01-12 17:30:34','2026-01-12 17:30:34','bcf7ecad-d53b-4e4f-a877-3f0896c496b6'),
(23471,32,7573,NULL,2598,3,'2026-01-12 17:30:34','2026-01-12 17:30:34','d98c221b-82e0-4ad8-b001-4080f72899b8'),
(23472,32,7573,NULL,2608,4,'2026-01-12 17:30:34','2026-01-12 17:30:34','96208d5a-5468-4965-9c74-ecd15315b9ad'),
(23473,32,7573,NULL,2600,5,'2026-01-12 17:30:34','2026-01-12 17:30:34','a1e1f610-6672-439c-81c8-4a610cd74823'),
(23474,32,7573,NULL,2596,6,'2026-01-12 17:30:34','2026-01-12 17:30:34','f40716fa-e810-4264-897c-c1cd9801aca7'),
(23475,32,7573,NULL,2602,7,'2026-01-12 17:30:34','2026-01-12 17:30:34','4794c37c-8e8d-4a12-8b65-e0261711954a'),
(23476,32,7573,NULL,2606,8,'2026-01-12 17:30:34','2026-01-12 17:30:34','3c38eefd-ba5d-48db-a1c2-09648521aeea'),
(23477,32,7573,NULL,2612,9,'2026-01-12 17:30:34','2026-01-12 17:30:34','78caf0c4-5f44-4b23-9963-250016bd4d58'),
(23478,32,7573,NULL,2604,10,'2026-01-12 17:30:34','2026-01-12 17:30:34','75000f69-10f2-4d7d-8519-0e15d3f282c3'),
(23479,46,7573,NULL,7381,1,'2026-01-12 17:30:34','2026-01-12 17:30:34','0eeaba98-a034-4005-92c9-9afd13071d02'),
(23492,32,1455,NULL,2610,1,'2026-01-12 17:31:29','2026-01-12 17:31:29','db7b8479-7744-4736-ab0a-350cfae5a18f'),
(23493,32,1455,NULL,2598,2,'2026-01-12 17:31:29','2026-01-12 17:31:29','2d5668f9-8b17-4b08-a490-e730b4cb9918'),
(23494,32,1455,NULL,2608,3,'2026-01-12 17:31:29','2026-01-12 17:31:29','72fe265e-a3a1-46e7-b121-bf1687e6d97e'),
(23495,32,1455,NULL,2624,4,'2026-01-12 17:31:29','2026-01-12 17:31:29','1809b580-0c82-4ef8-be78-5b7481442d75'),
(23496,32,1455,NULL,2600,5,'2026-01-12 17:31:29','2026-01-12 17:31:29','e4616cc9-722a-422c-bbd9-65a5f8707dc3'),
(23497,32,1455,NULL,2596,6,'2026-01-12 17:31:29','2026-01-12 17:31:29','70cf9a94-c05f-4f51-b78e-dbf01ac7f38f'),
(23498,32,1455,NULL,2602,7,'2026-01-12 17:31:29','2026-01-12 17:31:29','ef01f504-6a7c-44a2-98c2-12dc6398df36'),
(23499,32,1455,NULL,2606,8,'2026-01-12 17:31:29','2026-01-12 17:31:29','bbd43450-6090-47a4-92f6-b7ba80e49372'),
(23500,32,1455,NULL,2612,9,'2026-01-12 17:31:29','2026-01-12 17:31:29','7f100068-23d3-4637-93c4-ab8c2f34e1e0'),
(23501,32,1455,NULL,2604,10,'2026-01-12 17:31:29','2026-01-12 17:31:29','26988f34-fb9e-48dc-a0fc-7cf93e4ad394'),
(23502,82,1455,NULL,491,1,'2026-01-12 17:31:29','2026-01-12 17:31:29','1a9b5933-bcbd-42ae-b1be-d3d71e72ae34'),
(23503,46,1455,NULL,2891,1,'2026-01-12 17:31:29','2026-01-12 17:31:29','6da9b5bf-aadd-4cd6-88c6-2feb1d07331f'),
(23504,32,7575,NULL,2610,1,'2026-01-12 17:31:29','2026-01-12 17:31:29','21fe2bf7-a360-4188-8d05-6488330fb122'),
(23505,32,7575,NULL,2598,2,'2026-01-12 17:31:29','2026-01-12 17:31:29','0724317c-87c5-40a9-bcfe-954d10a9541a'),
(23506,32,7575,NULL,2608,3,'2026-01-12 17:31:29','2026-01-12 17:31:29','c5c8a724-1b74-4bfb-880f-7ed52346ba24'),
(23507,32,7575,NULL,2624,4,'2026-01-12 17:31:29','2026-01-12 17:31:29','2f428fff-0684-4bac-b90e-0b30c7a76836'),
(23508,32,7575,NULL,2600,5,'2026-01-12 17:31:29','2026-01-12 17:31:29','ac03d713-14de-48cd-af60-88a04b533f84'),
(23509,32,7575,NULL,2596,6,'2026-01-12 17:31:29','2026-01-12 17:31:29','735162ca-c602-438c-8b6d-04dd818fc9fd'),
(23510,32,7575,NULL,2602,7,'2026-01-12 17:31:29','2026-01-12 17:31:29','3d3447b1-fbd2-416f-a787-dfe73d9ef2b4'),
(23511,32,7575,NULL,2606,8,'2026-01-12 17:31:29','2026-01-12 17:31:29','4527587a-e7eb-47cf-8063-ed8cad86b2e3'),
(23512,32,7575,NULL,2612,9,'2026-01-12 17:31:29','2026-01-12 17:31:29','2da2b296-851d-4c67-aef2-599a7c4bd942'),
(23513,32,7575,NULL,2604,10,'2026-01-12 17:31:29','2026-01-12 17:31:29','309c86fa-4f2e-4dfc-aedf-3805c1cb9f29'),
(23514,82,7575,NULL,491,1,'2026-01-12 17:31:29','2026-01-12 17:31:29','58bcea83-0be2-4637-ae93-c52294b8e164'),
(23515,46,7575,NULL,2891,1,'2026-01-12 17:31:29','2026-01-12 17:31:29','db265191-614a-44a0-b9af-fe682c116039'),
(23528,32,1461,NULL,2610,1,'2026-01-12 17:32:33','2026-01-12 17:32:33','debe1fde-580d-488c-974e-dbcb5d18d9a6'),
(23529,32,1461,NULL,2598,2,'2026-01-12 17:32:33','2026-01-12 17:32:33','82a9dbbb-b0a1-4cc1-9700-99857a5b0191'),
(23530,32,1461,NULL,2608,3,'2026-01-12 17:32:33','2026-01-12 17:32:33','f49d082b-4b7f-44c4-a151-68822a9e857b'),
(23531,32,1461,NULL,2600,4,'2026-01-12 17:32:33','2026-01-12 17:32:33','8bc71349-53f4-440a-a59f-43884d266e92'),
(23532,32,1461,NULL,2596,5,'2026-01-12 17:32:33','2026-01-12 17:32:33','b96e215b-98a9-4ec2-80c3-edf8f6c79071'),
(23533,32,1461,NULL,2602,6,'2026-01-12 17:32:33','2026-01-12 17:32:33','54be92de-1a73-458c-9707-ba96de41b252'),
(23534,32,1461,NULL,2606,7,'2026-01-12 17:32:33','2026-01-12 17:32:33','a2a88f06-876e-4b8d-9466-1a5eefe584cf'),
(23535,32,1461,NULL,2612,8,'2026-01-12 17:32:33','2026-01-12 17:32:33','970ff0d1-f7d6-44be-a572-23fdf11e166d'),
(23536,32,1461,NULL,2604,9,'2026-01-12 17:32:33','2026-01-12 17:32:33','6520e147-8089-4f80-8a42-986e721b77b5'),
(23537,82,1461,NULL,491,1,'2026-01-12 17:32:33','2026-01-12 17:32:33','8bcae01a-4c44-4a5b-8c3e-5b20fc620822'),
(23538,46,1461,NULL,7369,1,'2026-01-12 17:32:33','2026-01-12 17:32:33','d45e67c4-df5c-4354-b83f-4fe20736fef7'),
(23539,32,7576,NULL,2610,1,'2026-01-12 17:32:33','2026-01-12 17:32:33','2e5b6a29-6b9e-49be-be0b-3a2dccaf7271'),
(23540,32,7576,NULL,2598,2,'2026-01-12 17:32:33','2026-01-12 17:32:33','b1ba05fa-9160-456b-934b-90c8813b6459'),
(23541,32,7576,NULL,2608,3,'2026-01-12 17:32:33','2026-01-12 17:32:33','b763ae3b-f4ce-46e8-bee7-4b3d0c79316f'),
(23542,32,7576,NULL,2600,4,'2026-01-12 17:32:33','2026-01-12 17:32:33','1eed3e5c-d869-4bcb-b9d4-879974613cf3'),
(23543,32,7576,NULL,2596,5,'2026-01-12 17:32:33','2026-01-12 17:32:33','dc3727fa-51d3-4c70-bbf4-4de674f68d27'),
(23544,32,7576,NULL,2602,6,'2026-01-12 17:32:33','2026-01-12 17:32:33','3afc0857-4b33-4655-a280-18749180840a'),
(23545,32,7576,NULL,2606,7,'2026-01-12 17:32:33','2026-01-12 17:32:33','f310f55b-f833-4be8-8b56-042935dec4af'),
(23546,32,7576,NULL,2612,8,'2026-01-12 17:32:33','2026-01-12 17:32:33','53f5322b-adf4-4584-b52a-4e871b1364da'),
(23547,32,7576,NULL,2604,9,'2026-01-12 17:32:33','2026-01-12 17:32:33','a149187a-4128-48b4-bd0b-746716c2a0d2'),
(23548,16,7576,NULL,6422,1,'2026-01-12 17:32:33','2026-01-12 17:32:33','c5d9537f-f9e9-4d7b-b3c7-6ec7307bb84a'),
(23549,7,7576,NULL,601,1,'2026-01-12 17:32:33','2026-01-12 17:32:33','1c325825-0bcc-4d5d-b952-ab8f6fb18880'),
(23550,7,7576,NULL,617,2,'2026-01-12 17:32:33','2026-01-12 17:32:33','5e4420da-d92d-4a28-8083-b6b329e6a18e'),
(23551,7,7576,NULL,605,3,'2026-01-12 17:32:33','2026-01-12 17:32:33','d0d8e626-5994-4660-83db-50bf845eb09b'),
(23552,82,7576,NULL,491,1,'2026-01-12 17:32:33','2026-01-12 17:32:33','d2a2d382-523c-4db9-9d02-97138ebe5604'),
(23553,46,7576,NULL,7369,1,'2026-01-12 17:32:33','2026-01-12 17:32:33','2d0c0480-79c3-411f-8480-c373301b75a3'),
(23554,13,7576,NULL,6844,1,'2026-01-12 17:32:33','2026-01-12 17:32:33','8118e0f2-9b94-4588-b44d-6084763699bb'),
(23566,32,1467,NULL,2610,1,'2026-01-12 17:33:24','2026-01-12 17:33:24','9c79263f-c6ff-4d13-b2e7-a9be77ae6f5c'),
(23567,32,1467,NULL,2598,2,'2026-01-12 17:33:24','2026-01-12 17:33:24','2e3c97a7-a572-4e01-b183-a9cd82bf52ce'),
(23568,32,1467,NULL,2608,3,'2026-01-12 17:33:24','2026-01-12 17:33:24','1f97cde9-e6bd-4690-a67e-995af82af25f'),
(23569,32,1467,NULL,2600,4,'2026-01-12 17:33:24','2026-01-12 17:33:24','5354f11a-db35-46f0-a30e-ca8c1ed11cc3'),
(23570,32,1467,NULL,2596,5,'2026-01-12 17:33:24','2026-01-12 17:33:24','97b0c96c-a8bb-4627-a38c-a4362ae762b3'),
(23571,32,1467,NULL,2602,6,'2026-01-12 17:33:24','2026-01-12 17:33:24','05629455-fb5c-4a7c-aeb1-f1e5eb828fa0'),
(23572,32,1467,NULL,2606,7,'2026-01-12 17:33:24','2026-01-12 17:33:24','16775e5c-7758-452d-9d9f-a2c32e934fad'),
(23573,32,1467,NULL,2612,8,'2026-01-12 17:33:24','2026-01-12 17:33:24','4c6fe98d-1694-4e2e-8d83-b81127d1d28f'),
(23574,32,1467,NULL,2604,9,'2026-01-12 17:33:24','2026-01-12 17:33:24','670a2755-bb4c-431f-832d-ef8915b2d841'),
(23575,82,1467,NULL,491,1,'2026-01-12 17:33:24','2026-01-12 17:33:24','a4e22a02-e1cb-41ca-a07f-000e61561a46'),
(23576,46,1467,NULL,7369,1,'2026-01-12 17:33:24','2026-01-12 17:33:24','fc044cf7-bcf0-443f-8d0f-744e5d11de15'),
(23577,32,7577,NULL,2610,1,'2026-01-12 17:33:24','2026-01-12 17:33:24','a823d787-5c55-42f4-ac48-ffe7a0a3c1b0'),
(23578,32,7577,NULL,2598,2,'2026-01-12 17:33:24','2026-01-12 17:33:24','dab32610-20c2-4ced-9056-f40679535e6e'),
(23579,32,7577,NULL,2608,3,'2026-01-12 17:33:24','2026-01-12 17:33:24','7e6ff88e-e7bd-497f-bc54-5e4b4a9949cf'),
(23580,32,7577,NULL,2600,4,'2026-01-12 17:33:24','2026-01-12 17:33:24','ed821f41-6730-456b-8760-0b9b0817257c'),
(23581,32,7577,NULL,2596,5,'2026-01-12 17:33:24','2026-01-12 17:33:24','2e606366-4238-438e-afb0-fc264e9715f7'),
(23582,32,7577,NULL,2602,6,'2026-01-12 17:33:24','2026-01-12 17:33:24','164dc794-b007-46a3-9a8d-6442dd5679af'),
(23583,32,7577,NULL,2606,7,'2026-01-12 17:33:24','2026-01-12 17:33:24','222c58db-1627-46c8-a885-34eb9a4fcc32'),
(23584,32,7577,NULL,2612,8,'2026-01-12 17:33:24','2026-01-12 17:33:24','65219450-78b8-4d04-94ce-80e0312a7e5c'),
(23585,32,7577,NULL,2604,9,'2026-01-12 17:33:24','2026-01-12 17:33:24','c106df7c-3bbe-413e-8adc-fc94844e3196'),
(23586,82,7577,NULL,491,1,'2026-01-12 17:33:24','2026-01-12 17:33:24','0b0acf03-9403-4580-b0aa-46be93b2d7dc'),
(23587,46,7577,NULL,7369,1,'2026-01-12 17:33:24','2026-01-12 17:33:24','89e29163-4d8e-4e02-ac1a-a3d33bcf3e06'),
(23591,32,1473,NULL,2610,8,'2026-01-12 17:34:10','2026-01-12 17:34:10','9f9cea13-4975-4146-84ff-ddd40cf5e335'),
(23592,32,1473,NULL,2612,9,'2026-01-12 17:34:10','2026-01-12 17:34:10','6646e606-14db-4663-8cc3-43098cfeab70'),
(23593,32,7578,NULL,2598,1,'2026-01-12 17:34:10','2026-01-12 17:34:10','af7307be-d01f-4b79-b96a-4e5520b87742'),
(23594,32,7578,NULL,2608,2,'2026-01-12 17:34:10','2026-01-12 17:34:10','f8b0141b-cfdf-4bc6-9712-371a35de5856'),
(23595,32,7578,NULL,2600,3,'2026-01-12 17:34:10','2026-01-12 17:34:10','72d92443-b3ff-4916-8cc2-6001a65ee77e'),
(23596,32,7578,NULL,2596,4,'2026-01-12 17:34:10','2026-01-12 17:34:10','31c7a2d1-178f-48b6-84da-71af80202ac2'),
(23597,32,7578,NULL,2602,5,'2026-01-12 17:34:10','2026-01-12 17:34:10','602d9587-cffa-464a-b859-a4990559eb07'),
(23598,32,7578,NULL,2606,6,'2026-01-12 17:34:10','2026-01-12 17:34:10','04743398-ac20-4940-b2a9-5023cc51a8ed'),
(23599,32,7578,NULL,2604,7,'2026-01-12 17:34:10','2026-01-12 17:34:10','6beca4be-5e7f-4e61-b960-aae5477cda1e'),
(23600,32,7578,NULL,2610,8,'2026-01-12 17:34:10','2026-01-12 17:34:10','9d181c22-d0b2-4d64-a978-69ec41e7d103'),
(23601,32,7578,NULL,2612,9,'2026-01-12 17:34:10','2026-01-12 17:34:10','1fbf56aa-2416-4228-9eb0-ce6b1931c674'),
(23602,7,7578,NULL,617,1,'2026-01-12 17:34:10','2026-01-12 17:34:10','082cd922-17ae-4bc0-9540-1834b54441eb'),
(23603,7,7578,NULL,605,2,'2026-01-12 17:34:10','2026-01-12 17:34:10','06f33d52-e76d-44b7-97d4-56ec4358a75a'),
(23604,82,7578,NULL,491,1,'2026-01-12 17:34:10','2026-01-12 17:34:10','9d7dface-8290-4c39-9e71-c9edc84fce9c'),
(23605,13,7578,NULL,6557,1,'2026-01-12 17:34:10','2026-01-12 17:34:10','d25e415d-fd7c-4dd7-bc45-c2fd48c6bbf8'),
(23621,32,1477,NULL,2602,9,'2026-01-12 17:34:53','2026-01-12 17:34:53','bd06f3a6-ef41-4286-820b-5dba79167fda'),
(23622,32,1477,NULL,2612,10,'2026-01-12 17:34:53','2026-01-12 17:34:53','77a75681-53e6-408d-9bfb-9b2e66ff1b18'),
(23623,32,7580,NULL,2610,1,'2026-01-12 17:34:53','2026-01-12 17:34:53','834fc744-16f2-4957-9930-63cdf0a05617'),
(23624,32,7580,NULL,2598,2,'2026-01-12 17:34:53','2026-01-12 17:34:53','6ae0ba0e-3c79-4cce-abdf-8dd027b14c3a'),
(23625,32,7580,NULL,2608,3,'2026-01-12 17:34:53','2026-01-12 17:34:53','4756b1a5-e87c-4e80-a93d-9f40ea73bb13'),
(23626,32,7580,NULL,2624,4,'2026-01-12 17:34:53','2026-01-12 17:34:53','b7185cf7-6341-41a6-b252-05415277909c'),
(23627,32,7580,NULL,2600,5,'2026-01-12 17:34:53','2026-01-12 17:34:53','1431d86b-9681-4b42-83cc-51d91059448d'),
(23628,32,7580,NULL,2596,6,'2026-01-12 17:34:53','2026-01-12 17:34:53','91031c83-c7d0-4908-985d-3098a2099a7c'),
(23629,32,7580,NULL,2606,7,'2026-01-12 17:34:53','2026-01-12 17:34:53','65d4ddff-44e0-4772-bb38-d94bb0a47e5c'),
(23630,32,7580,NULL,2604,8,'2026-01-12 17:34:53','2026-01-12 17:34:53','72b99b34-ce00-4b4c-935e-250949c4f3ea'),
(23631,32,7580,NULL,2602,9,'2026-01-12 17:34:53','2026-01-12 17:34:53','153ee84d-68cd-422c-8c8a-32307559ec4a'),
(23632,32,7580,NULL,2612,10,'2026-01-12 17:34:53','2026-01-12 17:34:53','2e0ad3cc-c808-4248-89f9-d60e89ee00a5'),
(23633,7,7580,NULL,617,1,'2026-01-12 17:34:53','2026-01-12 17:34:53','2673d8ab-f43b-4d3b-b7fa-f90e3d5246c4'),
(23634,7,7580,NULL,605,2,'2026-01-12 17:34:53','2026-01-12 17:34:53','f7656b75-a898-4a71-bcd9-75000887279d'),
(23635,82,7580,NULL,491,1,'2026-01-12 17:34:53','2026-01-12 17:34:53','5db63b85-6734-4687-aa33-bee6af1ed997'),
(23636,46,7580,NULL,2891,1,'2026-01-12 17:34:53','2026-01-12 17:34:53','5a58aa1b-8b19-4a1e-ae9e-69bcb9275c69'),
(23640,32,1481,NULL,2610,8,'2026-01-12 17:35:32','2026-01-12 17:35:32','b4cd8612-75fa-4106-8100-5cabf4b7c43b'),
(23641,32,1481,NULL,2612,9,'2026-01-12 17:35:32','2026-01-12 17:35:32','9776ad6d-0578-4d5c-b63e-b01e6a2081c0'),
(23642,32,7581,NULL,2598,1,'2026-01-12 17:35:33','2026-01-12 17:35:33','a23048a1-5884-46ff-9f93-d31da0e0f49d'),
(23643,32,7581,NULL,2608,2,'2026-01-12 17:35:33','2026-01-12 17:35:33','ae744216-e3f5-4cd1-93b8-cd5503a10a18'),
(23644,32,7581,NULL,2600,3,'2026-01-12 17:35:33','2026-01-12 17:35:33','394c561d-7242-4cd2-babe-b7695022e795'),
(23645,32,7581,NULL,2596,4,'2026-01-12 17:35:33','2026-01-12 17:35:33','e77fff63-99a3-4cdc-93c4-0d6e2737b0dd'),
(23646,32,7581,NULL,2602,5,'2026-01-12 17:35:33','2026-01-12 17:35:33','1e16bc9c-522f-458e-a860-eb6cd12667f5'),
(23647,32,7581,NULL,2606,6,'2026-01-12 17:35:33','2026-01-12 17:35:33','1b077376-a98a-49ab-b1c2-c99ca0a8c2d2'),
(23648,32,7581,NULL,2604,7,'2026-01-12 17:35:33','2026-01-12 17:35:33','99b7ba9f-8584-4f97-b607-b3a9a7a05b66'),
(23649,32,7581,NULL,2610,8,'2026-01-12 17:35:33','2026-01-12 17:35:33','88fb1639-a0e4-4ddb-bcb7-24e19ed57b1e'),
(23650,32,7581,NULL,2612,9,'2026-01-12 17:35:33','2026-01-12 17:35:33','a75d5a6d-35d9-4063-8ad0-30cf89ea2cd1'),
(23651,7,7581,NULL,617,1,'2026-01-12 17:35:33','2026-01-12 17:35:33','4c0a70e2-10c9-4024-86a9-53e2e51dbc09'),
(23652,7,7581,NULL,605,2,'2026-01-12 17:35:33','2026-01-12 17:35:33','8bf10d20-bfbf-403f-849c-f2073746279a'),
(23653,82,7581,NULL,491,1,'2026-01-12 17:35:33','2026-01-12 17:35:33','f2fb2fb3-0020-4a23-ac40-274914a7bc35'),
(23680,78,7584,NULL,465,1,'2026-01-12 18:07:00','2026-01-12 18:07:00','66341f86-8138-463b-ac25-30711ad60c1e'),
(23681,78,7584,NULL,487,2,'2026-01-12 18:07:00','2026-01-12 18:07:00','7f88e9de-df59-474c-a13b-376faacda943'),
(23682,32,7585,NULL,2614,1,'2026-01-12 18:07:00','2026-01-12 18:07:00','3f83b863-c175-47cd-a260-f0d96605fdf2'),
(23683,32,7585,NULL,2610,2,'2026-01-12 18:07:00','2026-01-12 18:07:00','a7bd0eaa-563e-47f5-adeb-5c8798e2f030'),
(23684,32,7585,NULL,2598,3,'2026-01-12 18:07:00','2026-01-12 18:07:00','b57a39bc-332a-42cd-86ec-232fc6757aa5'),
(23685,32,7585,NULL,2608,4,'2026-01-12 18:07:00','2026-01-12 18:07:00','19aee337-e647-42b2-ade9-c3d2cac41128'),
(23686,32,7585,NULL,2600,5,'2026-01-12 18:07:00','2026-01-12 18:07:00','46225092-cd68-4455-b0df-7d9bdf78aecd'),
(23687,32,7585,NULL,2596,6,'2026-01-12 18:07:00','2026-01-12 18:07:00','ecd2cfea-ce66-4684-99c3-c701d33d267f'),
(23688,32,7585,NULL,2602,7,'2026-01-12 18:07:00','2026-01-12 18:07:00','0985a553-cf81-40a1-8d2f-d2fb58f677c3'),
(23689,32,7585,NULL,2606,8,'2026-01-12 18:07:00','2026-01-12 18:07:00','487c4cd0-7f83-4b16-b58c-601cf522fb32'),
(23690,32,7585,NULL,2612,9,'2026-01-12 18:07:00','2026-01-12 18:07:00','8e5b2365-84fd-44ff-aa15-0ec461ad2511'),
(23691,32,7585,NULL,2604,10,'2026-01-12 18:07:00','2026-01-12 18:07:00','b4cf9352-f51d-4305-a397-35fa299591c8'),
(23692,16,7585,NULL,6659,1,'2026-01-12 18:07:00','2026-01-12 18:07:00','fc8a5a40-66a4-4ac9-8426-e6dea7ea50ff'),
(23693,7,7585,NULL,601,1,'2026-01-12 18:07:00','2026-01-12 18:07:00','f11c8e9b-0dd5-441d-820e-68a77183215d'),
(23694,7,7585,NULL,6547,2,'2026-01-12 18:07:00','2026-01-12 18:07:00','038e6282-8b8c-4b4e-95f6-9e1067baa0e4'),
(23695,7,7585,NULL,2972,3,'2026-01-12 18:07:00','2026-01-12 18:07:00','55a29fe7-d85b-4fd3-969a-2aa4ab60325f'),
(23696,7,7585,NULL,2974,4,'2026-01-12 18:07:00','2026-01-12 18:07:00','378f244f-e167-4a1c-ae00-4d865a9b2015'),
(23697,7,7585,NULL,617,5,'2026-01-12 18:07:00','2026-01-12 18:07:00','5591e415-9535-43c0-b419-a6ce9aa3feaa'),
(23698,7,7585,NULL,605,6,'2026-01-12 18:07:00','2026-01-12 18:07:00','305296f8-8d51-49e9-97f5-19f6c1a17716'),
(23699,46,7585,NULL,7381,1,'2026-01-12 18:07:00','2026-01-12 18:07:00','b9ee2ed7-3f01-4dc0-b881-59603d381b98'),
(23700,57,7585,NULL,6680,1,'2026-01-12 18:07:00','2026-01-12 18:07:00','885eb5a8-bc95-4488-aebb-a22a68347859'),
(23701,57,7585,NULL,6681,2,'2026-01-12 18:07:00','2026-01-12 18:07:00','f28185de-f55e-491d-8492-cf3b2c01d3d4'),
(23702,57,7585,NULL,6682,3,'2026-01-12 18:07:00','2026-01-12 18:07:00','4670e229-6b86-46f8-9770-4c6cb5dbc928'),
(23703,57,7585,NULL,6683,4,'2026-01-12 18:07:00','2026-01-12 18:07:00','236e9281-0bc1-4723-a06e-1a2db5036522'),
(23704,57,7585,NULL,6684,5,'2026-01-12 18:07:00','2026-01-12 18:07:00','fe117e60-f4a6-4366-99ff-2a52d3afc7cf'),
(23706,78,7586,NULL,465,1,'2026-01-12 18:07:00','2026-01-12 18:07:00','546bec5b-fc8d-462b-942a-c7aa593c4dd7'),
(23707,78,7586,NULL,487,2,'2026-01-12 18:07:00','2026-01-12 18:07:00','f6f9e700-55f6-4adb-ada7-e59313dda980'),
(23732,32,7588,NULL,2614,1,'2026-01-12 18:07:38','2026-01-12 18:07:38','5a5000e3-a66c-4623-8638-dcb81f4723fb'),
(23733,32,7588,NULL,2610,2,'2026-01-12 18:07:38','2026-01-12 18:07:38','55073150-253d-4edc-864a-abfb3eac408c'),
(23734,32,7588,NULL,2598,3,'2026-01-12 18:07:38','2026-01-12 18:07:38','ab98ec31-f356-4018-b401-1838e9e737fa'),
(23735,32,7588,NULL,2608,4,'2026-01-12 18:07:38','2026-01-12 18:07:38','129582f4-a9ab-4955-9d32-17de16ff37e7'),
(23736,32,7588,NULL,2600,5,'2026-01-12 18:07:38','2026-01-12 18:07:38','29c672c3-9765-4bd5-ae34-825919d8af80'),
(23737,32,7588,NULL,2596,6,'2026-01-12 18:07:38','2026-01-12 18:07:38','d8651462-ccc9-4ff2-8364-86c6a132707c'),
(23738,32,7588,NULL,2602,7,'2026-01-12 18:07:38','2026-01-12 18:07:38','56a11451-73b2-4025-8f6e-ac7053e46016'),
(23739,32,7588,NULL,2606,8,'2026-01-12 18:07:38','2026-01-12 18:07:38','6e150731-ca24-403d-a660-49e5bdfa774e'),
(23740,32,7588,NULL,2612,9,'2026-01-12 18:07:38','2026-01-12 18:07:38','d6b2d687-e865-4f04-9bb3-8cf1625d54ae'),
(23741,32,7588,NULL,2604,10,'2026-01-12 18:07:38','2026-01-12 18:07:38','5f0747fa-f13e-44b4-bfdb-d0551e246e13'),
(23742,16,7588,NULL,6659,1,'2026-01-12 18:07:38','2026-01-12 18:07:38','634a8e0e-5a6f-4829-88ef-f474a9fee92c'),
(23743,7,7588,NULL,601,1,'2026-01-12 18:07:38','2026-01-12 18:07:38','e25ed226-d44d-480a-9650-0f67e0d39ce6'),
(23744,7,7588,NULL,6547,2,'2026-01-12 18:07:38','2026-01-12 18:07:38','be74ccea-39d0-4192-97ac-45989946c50e'),
(23745,7,7588,NULL,2972,3,'2026-01-12 18:07:38','2026-01-12 18:07:38','9e926a1e-405f-4a84-b4e5-76f3f8c22167'),
(23746,7,7588,NULL,2974,4,'2026-01-12 18:07:38','2026-01-12 18:07:38','fb33592f-6c2c-4714-97d1-efa2be00bf0a'),
(23747,7,7588,NULL,617,5,'2026-01-12 18:07:38','2026-01-12 18:07:38','1dfd3265-64d6-44e9-aa52-e77044f9de65'),
(23748,7,7588,NULL,605,6,'2026-01-12 18:07:38','2026-01-12 18:07:38','c813fa79-3324-4f32-8855-94150548c468'),
(23749,46,7588,NULL,7381,1,'2026-01-12 18:07:38','2026-01-12 18:07:38','e653fe6d-58dc-4a4d-8de1-6d9d18a43948'),
(23750,57,7588,NULL,6680,1,'2026-01-12 18:07:38','2026-01-12 18:07:38','d4b85090-aa02-4dff-a021-ac44e305e999'),
(23751,57,7588,NULL,6681,2,'2026-01-12 18:07:38','2026-01-12 18:07:38','87c985a4-30ed-4292-8cf1-3d523dccf50c'),
(23752,57,7588,NULL,6682,3,'2026-01-12 18:07:38','2026-01-12 18:07:38','1e799cda-afde-4439-bc7e-1cdcaef19308'),
(23753,57,7588,NULL,6683,4,'2026-01-12 18:07:38','2026-01-12 18:07:38','41d90cb3-76a8-4155-80ba-b73ae247989c'),
(23754,57,7588,NULL,6684,5,'2026-01-12 18:07:38','2026-01-12 18:07:38','872a9e83-0d21-4dbe-baf4-567683121223'),
(23780,32,7590,NULL,2614,1,'2026-01-12 18:12:30','2026-01-12 18:12:30','bbc1dd4d-fcfd-4fd1-8140-79b3f6244bbd'),
(23781,32,7590,NULL,2610,2,'2026-01-12 18:12:30','2026-01-12 18:12:30','d73e5e58-c5a1-4676-b8a9-6f7d7e16b3f4'),
(23782,32,7590,NULL,2598,3,'2026-01-12 18:12:30','2026-01-12 18:12:30','b91df4ce-e663-40d8-96da-41e64e741d2c'),
(23783,32,7590,NULL,2608,4,'2026-01-12 18:12:30','2026-01-12 18:12:30','c3683bc2-f7da-4c57-870c-b534e2023ea0'),
(23784,32,7590,NULL,2600,5,'2026-01-12 18:12:30','2026-01-12 18:12:30','57d9134f-bf8b-4d0f-8c62-89e6fec3d157'),
(23785,32,7590,NULL,2596,6,'2026-01-12 18:12:30','2026-01-12 18:12:30','bad7476d-1b9e-42b7-b42e-f826a4b447e0'),
(23786,32,7590,NULL,2602,7,'2026-01-12 18:12:30','2026-01-12 18:12:30','9624f5eb-5975-4f91-8e9a-ec24755d7e18'),
(23787,32,7590,NULL,2606,8,'2026-01-12 18:12:30','2026-01-12 18:12:30','fbdb214c-8d7a-4652-8f06-92b30ac33408'),
(23788,32,7590,NULL,2612,9,'2026-01-12 18:12:30','2026-01-12 18:12:30','6b6c9e87-92e2-4c00-8e8b-456d087a369c'),
(23789,32,7590,NULL,2604,10,'2026-01-12 18:12:30','2026-01-12 18:12:30','de6fa616-aa5b-4d7a-8e0a-abd1af7ae399'),
(23790,16,7590,NULL,6659,1,'2026-01-12 18:12:30','2026-01-12 18:12:30','5d9481e4-c688-4b4b-b8bc-d06129dc57be'),
(23791,7,7590,NULL,601,1,'2026-01-12 18:12:30','2026-01-12 18:12:30','00fdde5b-4d85-48b9-b6ac-670175312f6b'),
(23792,7,7590,NULL,6547,2,'2026-01-12 18:12:30','2026-01-12 18:12:30','e128a784-7105-4af2-91e7-b04bb962002a'),
(23793,7,7590,NULL,2972,3,'2026-01-12 18:12:30','2026-01-12 18:12:30','29ba40e3-6ba3-40ff-b47e-3cfce90643d4'),
(23794,7,7590,NULL,2974,4,'2026-01-12 18:12:30','2026-01-12 18:12:30','1ee2e610-f324-4255-a93b-b12ea797c179'),
(23795,7,7590,NULL,617,5,'2026-01-12 18:12:30','2026-01-12 18:12:30','b736a225-ee7c-4e35-a60b-9f5c62fd2dc7'),
(23796,7,7590,NULL,605,6,'2026-01-12 18:12:30','2026-01-12 18:12:30','f993e09d-fdc6-4b9b-ae4f-214913aff11d'),
(23797,46,7590,NULL,7381,1,'2026-01-12 18:12:30','2026-01-12 18:12:30','d294875a-67c2-4d74-b286-6ed61ef97871'),
(23798,57,7590,NULL,6680,1,'2026-01-12 18:12:30','2026-01-12 18:12:30','cc54b49c-ff44-4a19-b500-b55200ffd7cd'),
(23799,57,7590,NULL,6681,2,'2026-01-12 18:12:30','2026-01-12 18:12:30','9e61abf3-803f-47cd-ab04-aa9dcdaa270f'),
(23800,57,7590,NULL,6682,3,'2026-01-12 18:12:30','2026-01-12 18:12:30','26465ffd-2e6a-482a-bbb8-62c41f2033d8'),
(23801,57,7590,NULL,6683,4,'2026-01-12 18:12:30','2026-01-12 18:12:30','91931b2d-1999-4c84-ac2a-ef00bef9ca7d'),
(23802,57,7590,NULL,6684,5,'2026-01-12 18:12:30','2026-01-12 18:12:30','431aaf2d-6756-491d-904f-ac8e0c2d8c7f'),
(23843,32,7593,NULL,2610,1,'2026-01-12 18:14:27','2026-01-12 18:14:27','f1b2c923-bd77-4987-8042-68769fb35e36'),
(23844,32,7593,NULL,2598,2,'2026-01-12 18:14:27','2026-01-12 18:14:27','b7ab3cc7-15a4-433c-909a-32632948178a'),
(23845,32,7593,NULL,2600,3,'2026-01-12 18:14:27','2026-01-12 18:14:27','f3bf8220-993d-42e7-8295-dff0af5e5ad1'),
(23846,32,7593,NULL,2604,4,'2026-01-12 18:14:27','2026-01-12 18:14:27','6a5616fc-86e1-4729-9559-1da3b4813ec6'),
(23847,32,7593,NULL,2608,5,'2026-01-12 18:14:27','2026-01-12 18:14:27','e5158784-5ad6-40a6-83d9-512bd96c7386'),
(23848,32,7593,NULL,2602,6,'2026-01-12 18:14:27','2026-01-12 18:14:27','545c02d0-a2b6-453d-b665-61344075cc92'),
(23849,16,7593,NULL,4554,1,'2026-01-12 18:14:27','2026-01-12 18:14:27','a1881b5d-813d-4f69-a853-2a9a9711acd0'),
(23850,7,7593,NULL,617,1,'2026-01-12 18:14:27','2026-01-12 18:14:27','c9c400b6-33df-4cc2-bed5-297ead26c875'),
(23851,7,7593,NULL,605,2,'2026-01-12 18:14:27','2026-01-12 18:14:27','8aee8bbf-cef1-403a-80c5-a342a99aaeeb'),
(23852,82,7593,NULL,469,1,'2026-01-12 18:14:27','2026-01-12 18:14:27','e243a154-466e-4b31-a1b1-8848761094c8'),
(23853,82,7593,NULL,479,2,'2026-01-12 18:14:27','2026-01-12 18:14:27','f2ec69f3-afec-4a9f-bd69-01eb44f12892'),
(23854,82,7593,NULL,491,3,'2026-01-12 18:14:27','2026-01-12 18:14:27','ff6373de-9c9f-457e-8848-6722a50413d4'),
(23855,82,7593,NULL,481,4,'2026-01-12 18:14:27','2026-01-12 18:14:27','726e52e5-c22b-4fb6-887f-52dd8ac36d89'),
(23875,32,7595,NULL,2610,1,'2026-01-12 18:14:47','2026-01-12 18:14:47','7eaf6753-5c0b-413c-908f-21e651541078'),
(23876,32,7595,NULL,2622,2,'2026-01-12 18:14:47','2026-01-12 18:14:47','a3e9c4ad-4c53-4af9-95a7-1bea18e637f2'),
(23877,32,7595,NULL,2598,3,'2026-01-12 18:14:47','2026-01-12 18:14:47','06257ee8-d955-47b4-bc85-1e84479d67b1'),
(23878,32,7595,NULL,2600,4,'2026-01-12 18:14:47','2026-01-12 18:14:47','84c28471-17f0-42f0-b0be-8ad40e006538'),
(23879,32,7595,NULL,2604,5,'2026-01-12 18:14:47','2026-01-12 18:14:47','b35450fd-d041-4f3d-a116-cd7da28ada3c'),
(23880,32,7595,NULL,2608,6,'2026-01-12 18:14:47','2026-01-12 18:14:47','087f186b-9a41-4fc9-b74c-8a692eb614e4'),
(23881,32,7595,NULL,2602,7,'2026-01-12 18:14:47','2026-01-12 18:14:47','d0059d46-b1ad-4c48-9c08-413ea778515b'),
(23882,16,7595,NULL,4385,1,'2026-01-12 18:14:47','2026-01-12 18:14:47','656abd28-4e98-48ba-914a-4b05530b984e'),
(23883,7,7595,NULL,2969,1,'2026-01-12 18:14:47','2026-01-12 18:14:47','395e8272-0e05-44b4-8ffb-5a51a26eca05'),
(23884,7,7595,NULL,617,2,'2026-01-12 18:14:47','2026-01-12 18:14:47','8159346f-6bcd-4e57-9638-027aecc31660'),
(23885,7,7595,NULL,605,3,'2026-01-12 18:14:47','2026-01-12 18:14:47','6e834349-1a53-4780-9d5d-7d4050de872f'),
(23886,82,7595,NULL,469,1,'2026-01-12 18:14:47','2026-01-12 18:14:47','dcbf7b5c-a044-4c3e-b3d5-6b35ac654672'),
(23887,82,7595,NULL,479,2,'2026-01-12 18:14:47','2026-01-12 18:14:47','2de46c13-34b1-442e-b7f6-2d053410b053'),
(23888,82,7595,NULL,491,3,'2026-01-12 18:14:47','2026-01-12 18:14:47','e84b4395-f3b1-4259-b42b-873efdda3a15'),
(23889,82,7595,NULL,481,4,'2026-01-12 18:14:47','2026-01-12 18:14:47','3467b5c1-e546-4822-80e6-1f37fe1b5c65'),
(23890,46,7595,NULL,4403,1,'2026-01-12 18:14:47','2026-01-12 18:14:47','b1ff06f2-ef8b-45f6-bdb3-78e0d46e3fd4'),
(23910,32,7597,NULL,2610,1,'2026-01-12 18:15:11','2026-01-12 18:15:11','647351de-8e75-438b-979a-7ea22392c834'),
(23911,32,7597,NULL,2598,2,'2026-01-12 18:15:11','2026-01-12 18:15:11','b86a5540-30b1-4a58-b0c9-6f617f512e0e'),
(23912,32,7597,NULL,2600,3,'2026-01-12 18:15:11','2026-01-12 18:15:11','a335df8b-c4cf-410f-a3f1-cfa780bb6995'),
(23913,32,7597,NULL,2602,4,'2026-01-12 18:15:11','2026-01-12 18:15:11','e929f409-d39c-497f-b4ac-20c3bd035bc9'),
(23914,32,7597,NULL,2612,5,'2026-01-12 18:15:11','2026-01-12 18:15:11','e85dd049-0c0a-4f5f-b5e1-7d18836665de'),
(23915,32,7597,NULL,2618,6,'2026-01-12 18:15:11','2026-01-12 18:15:11','e1ee8902-e288-4860-b5db-3fc09648f39c'),
(23916,32,7597,NULL,2604,7,'2026-01-12 18:15:11','2026-01-12 18:15:11','6068da86-1dda-407d-b6b2-cfb37022730d'),
(23917,32,7597,NULL,2608,8,'2026-01-12 18:15:11','2026-01-12 18:15:11','8f07ae72-12c9-4c82-b557-7c3faade422a'),
(23918,16,7597,NULL,4414,1,'2026-01-12 18:15:11','2026-01-12 18:15:11','7117ba3d-445e-4df7-a983-fb70c5c744f2'),
(23920,7,7597,NULL,617,2,'2026-01-12 18:15:11','2026-01-12 18:15:11','9f850e80-a853-4149-88d3-311568a4f48d'),
(23921,7,7597,NULL,605,3,'2026-01-12 18:15:11','2026-01-12 18:15:11','c397d56c-7bd9-467e-9428-3b18915d38fe'),
(23922,82,7597,NULL,469,1,'2026-01-12 18:15:11','2026-01-12 18:15:11','34b7ad74-aab9-4928-a806-c7d1f9ec0400'),
(23923,82,7597,NULL,479,2,'2026-01-12 18:15:11','2026-01-12 18:15:11','f70877c8-4e3a-4408-93ff-1dd23a9c53f6'),
(23924,82,7597,NULL,491,3,'2026-01-12 18:15:11','2026-01-12 18:15:11','3e20573e-bfe1-4532-84d8-ad457c4de2c1'),
(23925,82,7597,NULL,481,4,'2026-01-12 18:15:11','2026-01-12 18:15:11','4c1caef2-3957-4096-acdd-a98db275e0f1'),
(23926,46,7597,NULL,3697,1,'2026-01-12 18:15:11','2026-01-12 18:15:11','d0368085-7bb6-4fe4-a773-cdb72ad7099f'),
(23942,32,7599,NULL,2610,1,'2026-01-12 18:15:30','2026-01-12 18:15:30','10957ac8-cfea-47e0-a876-d11d936b152b'),
(23943,32,7599,NULL,2598,2,'2026-01-12 18:15:30','2026-01-12 18:15:30','7b849c24-06de-4d9e-a0ae-56de7b49cb76'),
(23944,32,7599,NULL,2600,3,'2026-01-12 18:15:30','2026-01-12 18:15:30','14a30363-0d7e-41f3-bb02-c570f9efa4c8'),
(23945,32,7599,NULL,2604,4,'2026-01-12 18:15:30','2026-01-12 18:15:30','4bb89381-5a4f-487f-a02e-ff004b8bdd03'),
(23946,32,7599,NULL,2608,5,'2026-01-12 18:15:30','2026-01-12 18:15:30','5a639eb7-8f8a-4c2c-8753-ea43c3fffec8'),
(23947,32,7599,NULL,2602,6,'2026-01-12 18:15:30','2026-01-12 18:15:30','bae8b0f5-850e-48a7-b7bb-8c960244fa6c'),
(23948,16,7599,NULL,4322,1,'2026-01-12 18:15:30','2026-01-12 18:15:30','fc3bb9b4-19b8-4c75-ab22-c0f82a10ddb5'),
(23949,7,7599,NULL,2969,1,'2026-01-12 18:15:30','2026-01-12 18:15:30','e27bc82b-a5bf-4159-95f2-c25a1895785b'),
(23950,7,7599,NULL,617,2,'2026-01-12 18:15:30','2026-01-12 18:15:30','6eae7730-d4ff-4709-9b4c-75cf5af97814'),
(23951,7,7599,NULL,605,3,'2026-01-12 18:15:30','2026-01-12 18:15:30','7640a4b7-94b3-4acc-a0e5-f42b8c51de41'),
(23952,82,7599,NULL,469,1,'2026-01-12 18:15:30','2026-01-12 18:15:30','0f923311-59d1-4073-ba02-abf3108ab36c'),
(23953,82,7599,NULL,479,2,'2026-01-12 18:15:30','2026-01-12 18:15:30','8c2d646f-111a-4da0-a08a-c790b61af090'),
(23954,82,7599,NULL,491,3,'2026-01-12 18:15:30','2026-01-12 18:15:30','5cec3ed7-13ab-4c72-9bc4-9f44ab32d12d'),
(23955,82,7599,NULL,481,4,'2026-01-12 18:15:30','2026-01-12 18:15:30','eabd4570-39fb-495e-bcef-d9fb6759d754'),
(23979,32,7601,NULL,2614,1,'2026-01-12 18:15:41','2026-01-12 18:15:41','eb127ff3-c6d8-49f1-bef7-bb6d75833859'),
(23980,32,7601,NULL,2610,2,'2026-01-12 18:15:41','2026-01-12 18:15:41','0eaa96e2-5de6-4c7c-9569-ae510c09c60c'),
(23981,32,7601,NULL,2598,3,'2026-01-12 18:15:41','2026-01-12 18:15:41','134a21e7-0828-4a7a-bab9-bb5a9203dd60'),
(23982,32,7601,NULL,2600,4,'2026-01-12 18:15:41','2026-01-12 18:15:41','a8180a19-a3b9-41b3-962a-1d9b35a29d92'),
(23983,32,7601,NULL,2604,5,'2026-01-12 18:15:41','2026-01-12 18:15:41','3a1c1a0b-cb3c-4f06-8cd0-6c9f7f251343'),
(23984,32,7601,NULL,2608,6,'2026-01-12 18:15:41','2026-01-12 18:15:41','eb7f5d1a-48a8-4882-b802-027d51e6ecf6'),
(23985,32,7601,NULL,2596,7,'2026-01-12 18:15:41','2026-01-12 18:15:41','4cfbb28d-1e8f-41e8-bcf8-1b283f43d923'),
(23986,32,7601,NULL,2602,8,'2026-01-12 18:15:41','2026-01-12 18:15:41','1cacf5a8-ccbf-40c0-acd8-1bf73edd86c3'),
(23987,16,7601,NULL,4223,1,'2026-01-12 18:15:41','2026-01-12 18:15:41','5d62ceab-f234-44ec-99d3-4f76cc2fb711'),
(23989,7,7601,NULL,2974,2,'2026-01-12 18:15:41','2026-01-12 18:15:41','188318dc-d4cf-4b05-896e-4014e9a52b93'),
(23990,7,7601,NULL,2972,3,'2026-01-12 18:15:41','2026-01-12 18:15:41','7e4c7d9c-8378-4d84-a546-6203c1ced848'),
(23991,7,7601,NULL,617,4,'2026-01-12 18:15:41','2026-01-12 18:15:41','5f5c6c2a-fce2-4a7c-9a8b-ce7f616a6820'),
(23992,7,7601,NULL,605,5,'2026-01-12 18:15:41','2026-01-12 18:15:41','b5f70f05-b76a-4d87-9a84-3b343df86407'),
(23993,82,7601,NULL,479,1,'2026-01-12 18:15:41','2026-01-12 18:15:41','2ba4d5b7-e169-4a91-8edb-9f8369a1eef5'),
(23994,82,7601,NULL,481,2,'2026-01-12 18:15:41','2026-01-12 18:15:41','8834b964-dda2-49fd-a060-aa378f80947c'),
(23995,46,7601,NULL,7381,1,'2026-01-12 18:15:41','2026-01-12 18:15:41','36b4e91e-1c4c-4a63-9da3-fb42a467aa17'),
(23996,57,7601,NULL,4821,1,'2026-01-12 18:15:41','2026-01-12 18:15:41','26d0ea37-f8cf-49cd-912a-fb06afcaf1f0'),
(23997,57,7601,NULL,4822,2,'2026-01-12 18:15:41','2026-01-12 18:15:41','66847805-7871-455e-8b1f-c7db9be5406f'),
(23998,57,7601,NULL,4823,3,'2026-01-12 18:15:41','2026-01-12 18:15:41','2c5bfbc1-9020-4772-b092-d2520adbf070'),
(23999,57,7601,NULL,4824,4,'2026-01-12 18:15:41','2026-01-12 18:15:41','6baf4d2a-ac21-4a97-94ba-12e9b86953df'),
(24000,13,7601,NULL,6620,1,'2026-01-12 18:15:41','2026-01-12 18:15:41','72413902-3555-4b79-bb99-8a4888c27dc0'),
(24024,32,7603,NULL,2610,1,'2026-01-12 18:16:03','2026-01-12 18:16:03','995fec4a-a668-4483-8536-e0935072b8a3'),
(24025,32,7603,NULL,2598,2,'2026-01-12 18:16:03','2026-01-12 18:16:03','c8eaf088-8967-4350-999e-8bfe26df4b1d'),
(24026,32,7603,NULL,2600,3,'2026-01-12 18:16:03','2026-01-12 18:16:03','4eafc3ce-55f3-4a95-b378-1d67b2509168'),
(24027,32,7603,NULL,2604,4,'2026-01-12 18:16:03','2026-01-12 18:16:03','4fc96f2f-bc1d-42f6-83a7-6e8ba514ed01'),
(24028,32,7603,NULL,2608,5,'2026-01-12 18:16:03','2026-01-12 18:16:03','fc1de456-51b6-4517-954c-3c55c4fc1e63'),
(24029,32,7603,NULL,2596,6,'2026-01-12 18:16:03','2026-01-12 18:16:03','93d34faa-9c6a-4328-a5f3-332fa931e35a'),
(24030,32,7603,NULL,2602,7,'2026-01-12 18:16:03','2026-01-12 18:16:03','f38d1caa-d837-47b2-a513-84fcbdfb399d'),
(24031,16,7603,NULL,4142,1,'2026-01-12 18:16:03','2026-01-12 18:16:03','83ea437d-8d13-4344-8f4b-3460d40f23cf'),
(24032,7,7603,NULL,601,1,'2026-01-12 18:16:03','2026-01-12 18:16:03','89ed9ff7-8d65-41be-b01c-2d097d52510a'),
(24033,7,7603,NULL,3468,2,'2026-01-12 18:16:03','2026-01-12 18:16:03','a76c1592-5cbb-495c-b243-82142433ab3b'),
(24034,7,7603,NULL,2972,3,'2026-01-12 18:16:03','2026-01-12 18:16:03','f7b4a394-9afa-481d-a440-4677ba3b00c6'),
(24036,7,7603,NULL,617,5,'2026-01-12 18:16:03','2026-01-12 18:16:03','76d3ba5e-38a8-43c9-8d69-700168d303bc'),
(24037,7,7603,NULL,605,6,'2026-01-12 18:16:03','2026-01-12 18:16:03','dd07b90b-ce8c-4939-9774-12a8b34be53f'),
(24038,82,7603,NULL,479,1,'2026-01-12 18:16:03','2026-01-12 18:16:03','5c605a9a-cadd-4a63-8c69-3f259bfce58e'),
(24039,82,7603,NULL,491,2,'2026-01-12 18:16:03','2026-01-12 18:16:03','27dbec85-7137-475e-b8a1-ad6d261ee1ee'),
(24040,82,7603,NULL,485,3,'2026-01-12 18:16:03','2026-01-12 18:16:03','867d028e-d235-4884-867d-22653c46030b'),
(24041,82,7603,NULL,481,4,'2026-01-12 18:16:03','2026-01-12 18:16:03','e0ff1bfe-8e43-4c94-83a1-4f4ecc3344bb'),
(24042,57,7603,NULL,4955,1,'2026-01-12 18:16:03','2026-01-12 18:16:03','18534b99-7411-476b-9d1e-1f5ce0b7a751'),
(24043,57,7603,NULL,4956,2,'2026-01-12 18:16:03','2026-01-12 18:16:03','bc96fd05-38ff-4bbb-9fad-1445da11cbcf'),
(24044,57,7603,NULL,4957,3,'2026-01-12 18:16:03','2026-01-12 18:16:03','6700fccb-cf35-4c7f-85ab-a44445c9dd31'),
(24068,32,7605,NULL,2610,1,'2026-01-12 18:16:11','2026-01-12 18:16:11','1699d396-1898-488e-8690-e06e552cd1b2'),
(24069,32,7605,NULL,2598,2,'2026-01-12 18:16:11','2026-01-12 18:16:11','461fd745-aaa5-4643-a29f-9affa23651f7'),
(24070,32,7605,NULL,2600,3,'2026-01-12 18:16:11','2026-01-12 18:16:11','e689465e-dae1-425c-8667-009625167b8e'),
(24071,32,7605,NULL,2604,4,'2026-01-12 18:16:11','2026-01-12 18:16:11','944cb842-7908-40de-a195-e96cae1133b1'),
(24072,32,7605,NULL,2608,5,'2026-01-12 18:16:11','2026-01-12 18:16:11','748f8df0-e50a-4ebf-a5f6-ad45bbadbc93'),
(24073,32,7605,NULL,2596,6,'2026-01-12 18:16:11','2026-01-12 18:16:11','69be3514-51ae-4220-898a-dd7a7f47ec4f'),
(24074,32,7605,NULL,2602,7,'2026-01-12 18:16:11','2026-01-12 18:16:11','76ac3291-ba5a-4e39-8ef1-153541a508ab'),
(24075,16,7605,NULL,4142,1,'2026-01-12 18:16:11','2026-01-12 18:16:11','74e965f7-df21-4fd0-bc5a-eda294eef326'),
(24076,7,7605,NULL,601,1,'2026-01-12 18:16:11','2026-01-12 18:16:11','33afb27a-7d47-4149-a105-064e78366190'),
(24077,7,7605,NULL,3468,2,'2026-01-12 18:16:11','2026-01-12 18:16:11','fb390e36-0c0c-4d58-8710-f4bdf7d02a53'),
(24078,7,7605,NULL,2972,3,'2026-01-12 18:16:11','2026-01-12 18:16:11','e68a6506-b6d0-4e13-b847-c9519eb44144'),
(24080,7,7605,NULL,617,5,'2026-01-12 18:16:11','2026-01-12 18:16:11','75b39b62-4ad7-4428-b2ae-30647d9608e7'),
(24081,7,7605,NULL,605,6,'2026-01-12 18:16:11','2026-01-12 18:16:11','249282de-92e5-4657-bcac-23b779ef1c57'),
(24082,82,7605,NULL,479,1,'2026-01-12 18:16:11','2026-01-12 18:16:11','b0b1dbab-5d17-4e18-bb25-79bb825987db'),
(24083,82,7605,NULL,491,2,'2026-01-12 18:16:11','2026-01-12 18:16:11','c6880c96-fd00-47f1-9354-ee023fa72d72'),
(24084,82,7605,NULL,485,3,'2026-01-12 18:16:11','2026-01-12 18:16:11','13ecb906-5aec-4d08-8413-8aa19a51e6fd'),
(24085,82,7605,NULL,481,4,'2026-01-12 18:16:11','2026-01-12 18:16:11','729bd18f-d8a4-4dec-8b45-34051bc33318'),
(24086,57,7605,NULL,4955,1,'2026-01-12 18:16:11','2026-01-12 18:16:11','905f1591-49ea-49f9-9329-bc5bb049fa7a'),
(24087,57,7605,NULL,4956,2,'2026-01-12 18:16:11','2026-01-12 18:16:11','e931c009-5681-4754-925c-9de7f1c85356'),
(24088,57,7605,NULL,4957,3,'2026-01-12 18:16:11','2026-01-12 18:16:11','787c4fab-e72a-479c-9894-ab39efe4c4e5'),
(24102,32,7607,NULL,2610,1,'2026-01-12 18:16:25','2026-01-12 18:16:25','28dc4108-1cfe-448a-89f6-70eaf886b16f'),
(24103,32,7607,NULL,2598,2,'2026-01-12 18:16:25','2026-01-12 18:16:25','70f10e11-fd65-4e5e-9f76-69f62691137a'),
(24104,32,7607,NULL,2608,3,'2026-01-12 18:16:25','2026-01-12 18:16:25','5c324d8c-a4f2-4113-9f4c-c1da3aa19271'),
(24105,32,7607,NULL,2600,4,'2026-01-12 18:16:25','2026-01-12 18:16:25','23b4d4e7-e312-4582-a279-2ed3abc358a0'),
(24106,32,7607,NULL,2596,5,'2026-01-12 18:16:25','2026-01-12 18:16:25','00b420a3-a809-44f2-a1a5-f849fddb9560'),
(24107,32,7607,NULL,2602,6,'2026-01-12 18:16:25','2026-01-12 18:16:25','69062b2a-db0c-4d74-9298-5ad1886c6346'),
(24108,32,7607,NULL,2604,7,'2026-01-12 18:16:25','2026-01-12 18:16:25','034abd24-befb-4e69-ac25-58549ab012fd'),
(24109,82,7607,NULL,479,1,'2026-01-12 18:16:25','2026-01-12 18:16:25','3607d527-830a-4eef-99ab-b989e92b3ae7'),
(24110,82,7607,NULL,491,2,'2026-01-12 18:16:25','2026-01-12 18:16:25','356176d1-227a-4e87-a00a-5bf77b645e52'),
(24111,82,7607,NULL,485,3,'2026-01-12 18:16:25','2026-01-12 18:16:25','c68e3246-e50f-48c8-8632-82d6cd39184d'),
(24112,82,7607,NULL,481,4,'2026-01-12 18:16:25','2026-01-12 18:16:25','34466a83-4815-4317-9ede-4a28adc2d4de'),
(24129,32,7609,NULL,2610,1,'2026-01-12 18:16:43','2026-01-12 18:16:43','0202c64f-3b8f-4c2d-8b41-49247851284a'),
(24130,32,7609,NULL,2598,2,'2026-01-12 18:16:43','2026-01-12 18:16:43','fbdf3102-a32c-4f28-bf4c-5b350f949155'),
(24131,32,7609,NULL,2600,3,'2026-01-12 18:16:43','2026-01-12 18:16:43','6d151062-1f12-4186-b7c3-a51a3f8070af'),
(24132,32,7609,NULL,2604,4,'2026-01-12 18:16:43','2026-01-12 18:16:43','d059e080-1a3a-4b7a-9249-e66ee3403176'),
(24133,32,7609,NULL,2614,5,'2026-01-12 18:16:43','2026-01-12 18:16:43','8215de95-ae71-434c-9d28-3defe764ad2d'),
(24134,32,7609,NULL,2608,6,'2026-01-12 18:16:43','2026-01-12 18:16:43','6d293f88-4696-4722-bb30-707b7a8bb087'),
(24135,32,7609,NULL,2596,7,'2026-01-12 18:16:43','2026-01-12 18:16:43','e72e0719-4b73-4e1e-a9b3-7f0ff17e81d1'),
(24136,32,7609,NULL,2602,8,'2026-01-12 18:16:43','2026-01-12 18:16:43','ce2e6e07-8d23-497f-802b-2c4e19340380'),
(24137,16,7609,NULL,4181,1,'2026-01-12 18:16:43','2026-01-12 18:16:43','ba86e365-15aa-45aa-be34-795df664f46f'),
(24139,7,7609,NULL,2972,2,'2026-01-12 18:16:43','2026-01-12 18:16:43','fe6c6355-4929-4503-9b29-be4db525d911'),
(24140,7,7609,NULL,617,3,'2026-01-12 18:16:43','2026-01-12 18:16:43','6e85b501-d3b0-4de6-83b5-e3fec9db9567'),
(24141,7,7609,NULL,605,4,'2026-01-12 18:16:43','2026-01-12 18:16:43','3a1ebf0f-fa71-4afa-bb7b-0da9fd55db45'),
(24142,82,7609,NULL,479,1,'2026-01-12 18:16:43','2026-01-12 18:16:43','89509903-8cc4-4406-a068-4519ab543e2c'),
(24143,82,7609,NULL,481,2,'2026-01-12 18:16:43','2026-01-12 18:16:43','20dc919d-8149-4c96-8ec6-6e640f64af76'),
(24161,32,7611,NULL,2610,1,'2026-01-12 18:22:43','2026-01-12 18:22:43','17a0bd54-1811-4fe0-aa8b-8af9e556c00f'),
(24162,32,7611,NULL,2598,2,'2026-01-12 18:22:43','2026-01-12 18:22:43','76dd19c4-c91e-4550-8416-06061015ce74'),
(24163,32,7611,NULL,2600,3,'2026-01-12 18:22:43','2026-01-12 18:22:43','22ec8978-441c-4dd8-a5b3-331e014eeb50'),
(24164,32,7611,NULL,2604,4,'2026-01-12 18:22:43','2026-01-12 18:22:43','36c63262-27ba-4f50-85c6-e0d2aa37712c'),
(24165,32,7611,NULL,2614,5,'2026-01-12 18:22:43','2026-01-12 18:22:43','6ecdfa24-8560-45a7-821b-118aeb4ac7e4'),
(24166,32,7611,NULL,2608,6,'2026-01-12 18:22:43','2026-01-12 18:22:43','024cfc82-8299-4d51-a42d-a858f6155699'),
(24167,32,7611,NULL,2596,7,'2026-01-12 18:22:43','2026-01-12 18:22:43','76a2dd8b-cb7f-41db-826b-147cbfe01d65'),
(24168,32,7611,NULL,2602,8,'2026-01-12 18:22:43','2026-01-12 18:22:43','31b75f00-0db7-4289-86b7-7aa6c0bffecb'),
(24169,16,7611,NULL,4150,1,'2026-01-12 18:22:43','2026-01-12 18:22:43','639f4efb-8b9a-435c-b8dc-bdbc34346b74'),
(24170,7,7611,NULL,601,1,'2026-01-12 18:22:43','2026-01-12 18:22:43','9468cd10-740b-44ba-acda-4e1d668e621b'),
(24171,7,7611,NULL,3468,2,'2026-01-12 18:22:43','2026-01-12 18:22:43','59dba93d-a044-42af-b4c7-3eb12549b52c'),
(24172,7,7611,NULL,2972,3,'2026-01-12 18:22:43','2026-01-12 18:22:43','2413b88d-8bed-4e1f-8f96-7ede87f65857'),
(24174,7,7611,NULL,617,5,'2026-01-12 18:22:43','2026-01-12 18:22:43','1eef9082-cc97-40d6-91de-367b985bb352'),
(24175,7,7611,NULL,605,6,'2026-01-12 18:22:43','2026-01-12 18:22:43','fa930ab9-4b15-416a-b6b6-94fd9c8cf5f8'),
(24176,82,7611,NULL,479,1,'2026-01-12 18:22:43','2026-01-12 18:22:43','194559b9-c80f-4965-b948-23fab704f43a'),
(24191,32,7613,NULL,2610,1,'2026-01-12 18:23:10','2026-01-12 18:23:10','9e4d8029-3a15-49f5-b2db-118f37ab9c05'),
(24192,32,7613,NULL,2598,2,'2026-01-12 18:23:10','2026-01-12 18:23:10','da41c2af-38b4-458d-88ed-2b9707b5e9ef'),
(24193,32,7613,NULL,2600,3,'2026-01-12 18:23:10','2026-01-12 18:23:10','e37d8bed-fc77-42cb-9e71-8186d90451d2'),
(24194,32,7613,NULL,2604,4,'2026-01-12 18:23:10','2026-01-12 18:23:10','f4c0ebae-571c-48b6-8e50-a2bcf7103fe7'),
(24195,32,7613,NULL,2608,5,'2026-01-12 18:23:10','2026-01-12 18:23:10','253c4988-a97f-441c-b9c6-6cca5ed36e89'),
(24196,32,7613,NULL,2602,6,'2026-01-12 18:23:10','2026-01-12 18:23:10','b26c3ee9-2148-42a0-b78d-2fedd85fd578'),
(24197,16,7613,NULL,4554,1,'2026-01-12 18:23:10','2026-01-12 18:23:10','be9e086c-a7ce-4576-bb96-0ae3d148b674'),
(24198,7,7613,NULL,617,1,'2026-01-12 18:23:10','2026-01-12 18:23:10','d85592e2-0987-46b3-9804-e63e2b223ce6'),
(24199,7,7613,NULL,605,2,'2026-01-12 18:23:10','2026-01-12 18:23:10','ee928c5a-2e5a-4ca4-8d38-4b218af678a7'),
(24200,82,7613,NULL,469,1,'2026-01-12 18:23:10','2026-01-12 18:23:10','cce6fdab-7b6d-4ff9-bcba-dad78b4fb554'),
(24201,82,7613,NULL,479,2,'2026-01-12 18:23:10','2026-01-12 18:23:10','78220515-4955-44dd-b580-ed52951e24a4'),
(24202,82,7613,NULL,491,3,'2026-01-12 18:23:10','2026-01-12 18:23:10','ba1f26ce-274e-4add-9be8-064384f8c2f0'),
(24221,32,7615,NULL,2610,1,'2026-01-12 18:23:29','2026-01-12 18:23:29','02520c14-0b61-464a-94b2-45018c315256'),
(24222,32,7615,NULL,2622,2,'2026-01-12 18:23:29','2026-01-12 18:23:29','7ec712c5-16a6-4923-bcd4-a6378576abad'),
(24223,32,7615,NULL,2598,3,'2026-01-12 18:23:29','2026-01-12 18:23:29','7d60e827-87a7-430e-90b0-a7fcd1e2f7ff'),
(24224,32,7615,NULL,2600,4,'2026-01-12 18:23:29','2026-01-12 18:23:29','5dbf579a-f579-4d14-b35e-a169b207eefa'),
(24225,32,7615,NULL,2604,5,'2026-01-12 18:23:29','2026-01-12 18:23:29','13b8098a-f3fa-4962-9889-a01590a1949b'),
(24226,32,7615,NULL,2608,6,'2026-01-12 18:23:29','2026-01-12 18:23:29','b093a14f-85f8-4e87-b61b-5b4c114a47e9'),
(24227,32,7615,NULL,2602,7,'2026-01-12 18:23:29','2026-01-12 18:23:29','d49bc541-de7f-4273-bab1-f36b5bb846ac'),
(24228,16,7615,NULL,4385,1,'2026-01-12 18:23:29','2026-01-12 18:23:29','1a744688-d938-43ee-9ea8-e328295b2739'),
(24229,7,7615,NULL,2969,1,'2026-01-12 18:23:29','2026-01-12 18:23:29','addcec5d-4172-4523-9c79-201b999d29dc'),
(24230,7,7615,NULL,617,2,'2026-01-12 18:23:29','2026-01-12 18:23:29','2aedbf93-7122-423a-9201-e3519b9d044a'),
(24231,7,7615,NULL,605,3,'2026-01-12 18:23:29','2026-01-12 18:23:29','625bd802-b4e0-4e27-91ff-2e713e1bc305'),
(24232,82,7615,NULL,469,1,'2026-01-12 18:23:29','2026-01-12 18:23:29','137cc162-b0b8-4be6-b876-c079dc0daf19'),
(24233,82,7615,NULL,479,2,'2026-01-12 18:23:29','2026-01-12 18:23:29','5fe5811a-a918-4136-8d22-1d069a03d177'),
(24234,82,7615,NULL,491,3,'2026-01-12 18:23:29','2026-01-12 18:23:29','75732357-8ce2-48c0-9c00-d99aa1a3257f'),
(24235,46,7615,NULL,4403,1,'2026-01-12 18:23:29','2026-01-12 18:23:29','9318b050-4910-4bd9-8a24-9d0ad77920b6'),
(24254,32,7617,NULL,2610,1,'2026-01-12 18:23:41','2026-01-12 18:23:41','540bc1b9-6561-4036-89b5-89a1bb79f641'),
(24255,32,7617,NULL,2598,2,'2026-01-12 18:23:41','2026-01-12 18:23:41','60b2ccea-0252-49d1-a7ab-26bec99305be'),
(24256,32,7617,NULL,2600,3,'2026-01-12 18:23:41','2026-01-12 18:23:41','4bff1a98-8038-42a9-add1-da979e684101'),
(24257,32,7617,NULL,2602,4,'2026-01-12 18:23:41','2026-01-12 18:23:41','1b1eb7a2-3e90-4d3b-941e-8b0dc53df784'),
(24258,32,7617,NULL,2612,5,'2026-01-12 18:23:41','2026-01-12 18:23:41','9e9a8e6b-fa33-45eb-a03d-db3bef795057'),
(24259,32,7617,NULL,2618,6,'2026-01-12 18:23:41','2026-01-12 18:23:41','144e4b74-d3ab-45cf-94bb-238c877817b5'),
(24260,32,7617,NULL,2604,7,'2026-01-12 18:23:41','2026-01-12 18:23:41','ca925a13-238f-4d87-a38e-2cd016189998'),
(24261,32,7617,NULL,2608,8,'2026-01-12 18:23:41','2026-01-12 18:23:41','9a8d417c-f978-49b3-b13e-dff5e6350d7e'),
(24262,16,7617,NULL,4414,1,'2026-01-12 18:23:41','2026-01-12 18:23:41','9c600e97-e2af-4517-94f5-3a3045c40d32'),
(24264,7,7617,NULL,617,2,'2026-01-12 18:23:41','2026-01-12 18:23:41','61cb3eda-2548-4817-9e9b-0bd93a4d862e'),
(24265,7,7617,NULL,605,3,'2026-01-12 18:23:41','2026-01-12 18:23:41','42ad7e56-6b81-4285-8161-5e9177e567e2'),
(24266,82,7617,NULL,469,1,'2026-01-12 18:23:41','2026-01-12 18:23:41','fdb9b41d-77b4-4f51-8bf1-0fb9d831f0d6'),
(24267,82,7617,NULL,479,2,'2026-01-12 18:23:41','2026-01-12 18:23:41','d4eba95e-4506-4809-a554-4f5d34eff9ba'),
(24268,82,7617,NULL,491,3,'2026-01-12 18:23:41','2026-01-12 18:23:41','b024fe46-7978-4c09-8d81-4fa35a416d45'),
(24269,46,7617,NULL,3697,1,'2026-01-12 18:23:41','2026-01-12 18:23:41','cbc350ba-c9d5-406c-a986-a55ee0161959'),
(24284,32,7619,NULL,2610,1,'2026-01-12 18:23:53','2026-01-12 18:23:53','8d08c817-7be9-49c6-bd33-cbe1b42894ab'),
(24285,32,7619,NULL,2598,2,'2026-01-12 18:23:53','2026-01-12 18:23:53','6f740e33-b4f1-4d79-9fc5-8af9491991dc'),
(24286,32,7619,NULL,2600,3,'2026-01-12 18:23:53','2026-01-12 18:23:53','65c17474-d3e8-4756-89f1-4539adc6616c'),
(24287,32,7619,NULL,2604,4,'2026-01-12 18:23:53','2026-01-12 18:23:53','5bc56fbe-0a9d-4781-ae7d-4315b9090d09'),
(24288,32,7619,NULL,2608,5,'2026-01-12 18:23:53','2026-01-12 18:23:53','b9c1316e-286e-469f-bfd7-2f2df8f53094'),
(24289,32,7619,NULL,2602,6,'2026-01-12 18:23:53','2026-01-12 18:23:53','5b8ed0b6-be5d-48a0-83c8-7c971335d662'),
(24290,16,7619,NULL,4322,1,'2026-01-12 18:23:53','2026-01-12 18:23:53','6d523cc1-b527-4059-812c-9ae9ece57d0a'),
(24291,7,7619,NULL,2969,1,'2026-01-12 18:23:53','2026-01-12 18:23:53','1ce46fcc-4528-4bf7-8d35-1bb14358bef7'),
(24292,7,7619,NULL,617,2,'2026-01-12 18:23:53','2026-01-12 18:23:53','21b7b99c-9f2a-47bc-8753-8394f21bbfa8'),
(24293,7,7619,NULL,605,3,'2026-01-12 18:23:53','2026-01-12 18:23:53','51cb808f-edd1-4705-9b37-3d57d02b1234'),
(24294,82,7619,NULL,469,1,'2026-01-12 18:23:53','2026-01-12 18:23:53','9437c931-a9f4-4b03-975c-bc4f6300dc4f'),
(24295,82,7619,NULL,479,2,'2026-01-12 18:23:53','2026-01-12 18:23:53','be317a69-6a66-49f8-9db5-f52912b80101'),
(24296,82,7619,NULL,491,3,'2026-01-12 18:23:53','2026-01-12 18:23:53','3be3c798-85bf-4994-bc79-62ba30100be1'),
(24319,32,7621,NULL,2614,1,'2026-01-12 18:24:01','2026-01-12 18:24:01','90ddc49d-b594-4087-96bc-f34d4bcf4c33'),
(24320,32,7621,NULL,2610,2,'2026-01-12 18:24:01','2026-01-12 18:24:01','751330bc-48eb-4977-8e68-50f7872af73a'),
(24321,32,7621,NULL,2598,3,'2026-01-12 18:24:01','2026-01-12 18:24:01','70d5180b-e896-40ab-b7ae-45a16afca861'),
(24322,32,7621,NULL,2600,4,'2026-01-12 18:24:01','2026-01-12 18:24:01','151d4191-9463-4491-aee7-acfb42849700'),
(24323,32,7621,NULL,2604,5,'2026-01-12 18:24:01','2026-01-12 18:24:01','c068952a-397a-4618-9fe1-f1cfdfffb764'),
(24324,32,7621,NULL,2608,6,'2026-01-12 18:24:01','2026-01-12 18:24:01','8aaa99ec-25bf-4fbd-9cad-9b4e2728a261'),
(24325,32,7621,NULL,2596,7,'2026-01-12 18:24:01','2026-01-12 18:24:01','bd16da70-28b2-4584-8e97-caf52f380d7e'),
(24326,32,7621,NULL,2602,8,'2026-01-12 18:24:01','2026-01-12 18:24:01','943c2ce5-3880-4f9a-b3d8-ac9a4e4e46b1'),
(24327,16,7621,NULL,4223,1,'2026-01-12 18:24:01','2026-01-12 18:24:01','5b51507a-8bb7-4989-bd5c-ec90e70b1122'),
(24329,7,7621,NULL,2974,2,'2026-01-12 18:24:01','2026-01-12 18:24:01','77071da4-0847-41b8-a33c-b6e0adf37434'),
(24330,7,7621,NULL,2972,3,'2026-01-12 18:24:01','2026-01-12 18:24:01','269e3458-c1ad-47d2-9e60-f9925f410d4c'),
(24331,7,7621,NULL,617,4,'2026-01-12 18:24:01','2026-01-12 18:24:01','ae447d33-a792-483f-805b-2d6cfce10859'),
(24332,7,7621,NULL,605,5,'2026-01-12 18:24:01','2026-01-12 18:24:01','9eb043d4-0fc7-41ac-beeb-eca9b2f75a8b'),
(24333,82,7621,NULL,479,1,'2026-01-12 18:24:01','2026-01-12 18:24:01','c6c98d79-be1e-4c43-9eeb-92696bc20f89'),
(24334,46,7621,NULL,7381,1,'2026-01-12 18:24:01','2026-01-12 18:24:01','8bdfebb2-a7f1-4f11-9e5e-a131c0709124'),
(24335,57,7621,NULL,4821,1,'2026-01-12 18:24:01','2026-01-12 18:24:01','1a1dc0e4-1711-4125-9897-d19c541e0ead'),
(24336,57,7621,NULL,4822,2,'2026-01-12 18:24:01','2026-01-12 18:24:01','cce46309-ae07-4245-af69-6a220251361d'),
(24337,57,7621,NULL,4823,3,'2026-01-12 18:24:01','2026-01-12 18:24:01','9a22ae2b-afac-4116-90d8-115b5de3c034'),
(24338,57,7621,NULL,4824,4,'2026-01-12 18:24:01','2026-01-12 18:24:01','2c5e807a-01c2-4e82-8c15-a3d5238affbb'),
(24339,13,7621,NULL,6620,1,'2026-01-12 18:24:01','2026-01-12 18:24:01','46b85e24-127b-436e-8aba-fba7d4deedd2'),
(24362,32,7623,NULL,2610,1,'2026-01-12 18:24:18','2026-01-12 18:24:18','f4144c1b-ac51-49a1-9e7b-6b518cc7eab2'),
(24363,32,7623,NULL,2598,2,'2026-01-12 18:24:18','2026-01-12 18:24:18','26c492d8-9497-4398-82a0-2d4af58fbbd1'),
(24364,32,7623,NULL,2600,3,'2026-01-12 18:24:18','2026-01-12 18:24:18','de63bbe4-1eee-44b6-b4b7-432816105b0a'),
(24365,32,7623,NULL,2604,4,'2026-01-12 18:24:18','2026-01-12 18:24:18','9de6ffb5-d562-40f3-af84-d52d4300b88e'),
(24366,32,7623,NULL,2608,5,'2026-01-12 18:24:18','2026-01-12 18:24:18','b0124255-2912-47cf-b8d9-6bac2ff13ea3'),
(24367,32,7623,NULL,2596,6,'2026-01-12 18:24:18','2026-01-12 18:24:18','149e88f9-8358-4204-bfc2-69b4eed414d1'),
(24368,32,7623,NULL,2602,7,'2026-01-12 18:24:18','2026-01-12 18:24:18','30990c33-c51a-4242-a011-2dfcdad7e82a'),
(24369,16,7623,NULL,4142,1,'2026-01-12 18:24:18','2026-01-12 18:24:18','dd6312b0-1d39-410e-9ff7-2a523eefff04'),
(24370,7,7623,NULL,601,1,'2026-01-12 18:24:18','2026-01-12 18:24:18','8ab7469b-c3d6-4a13-9203-6a2022b0fe39'),
(24371,7,7623,NULL,3468,2,'2026-01-12 18:24:18','2026-01-12 18:24:18','a91a9a24-8534-450c-8103-196f29bee9a2'),
(24372,7,7623,NULL,2972,3,'2026-01-12 18:24:18','2026-01-12 18:24:18','23348b30-fb55-4346-a8b6-1dae52b646e5'),
(24374,7,7623,NULL,617,5,'2026-01-12 18:24:18','2026-01-12 18:24:18','fc704bf4-d94f-43b8-85af-dea3b2733e80'),
(24375,7,7623,NULL,605,6,'2026-01-12 18:24:18','2026-01-12 18:24:18','2f950562-d90e-4a5d-bd22-9eedf76f422d'),
(24376,82,7623,NULL,479,1,'2026-01-12 18:24:18','2026-01-12 18:24:18','f622d64b-6331-42fd-8fa6-9790dabf7811'),
(24377,82,7623,NULL,491,2,'2026-01-12 18:24:18','2026-01-12 18:24:18','b9e6e084-58fd-417f-ab2e-77f3cd959d50'),
(24378,57,7623,NULL,4955,1,'2026-01-12 18:24:18','2026-01-12 18:24:18','94dddefa-05fd-4b11-b50a-1597285aece8'),
(24379,57,7623,NULL,4956,2,'2026-01-12 18:24:18','2026-01-12 18:24:18','16dbd31f-326e-40b2-a9cd-b3421b4869de'),
(24380,57,7623,NULL,4957,3,'2026-01-12 18:24:18','2026-01-12 18:24:18','81945da3-e5b4-49a4-aec6-4367f7e69b5e'),
(24393,32,7625,NULL,2610,1,'2026-01-12 18:24:34','2026-01-12 18:24:34','6d76d4c2-4605-4e31-9bc2-f22da8d26e09'),
(24394,32,7625,NULL,2598,2,'2026-01-12 18:24:34','2026-01-12 18:24:34','fb0daa3e-9ee4-45d2-8008-84ba25edfd13'),
(24395,32,7625,NULL,2608,3,'2026-01-12 18:24:34','2026-01-12 18:24:34','b2cf0917-c764-4659-b9c7-b78180353832'),
(24396,32,7625,NULL,2600,4,'2026-01-12 18:24:34','2026-01-12 18:24:34','add49176-c5ae-4493-94fe-fed968bc6567'),
(24397,32,7625,NULL,2596,5,'2026-01-12 18:24:34','2026-01-12 18:24:34','1a158b14-1dd9-402c-a50f-ed5f81c5dbbf'),
(24398,32,7625,NULL,2602,6,'2026-01-12 18:24:34','2026-01-12 18:24:34','4119a566-167a-4ba3-9672-cb907fb9f5f5'),
(24399,32,7625,NULL,2604,7,'2026-01-12 18:24:34','2026-01-12 18:24:34','a77a60e0-1179-49e8-80a9-497d1849ba6e'),
(24400,82,7625,NULL,479,1,'2026-01-12 18:24:34','2026-01-12 18:24:34','45437fb9-e9bf-4bec-84c8-e0a2cae37741'),
(24401,82,7625,NULL,491,2,'2026-01-12 18:24:34','2026-01-12 18:24:34','2c39e106-f99e-4132-b5ec-8f1f0e987654'),
(24417,32,7627,NULL,2610,1,'2026-01-12 18:24:44','2026-01-12 18:24:44','e7858a2b-6eca-4f19-9676-e4f35ad56f5c'),
(24418,32,7627,NULL,2598,2,'2026-01-12 18:24:44','2026-01-12 18:24:44','ce7c5329-9c6d-4aad-a139-1c2adc83756d'),
(24419,32,7627,NULL,2600,3,'2026-01-12 18:24:44','2026-01-12 18:24:44','9e23136f-09d7-4213-9a24-df59df8ed164'),
(24420,32,7627,NULL,2604,4,'2026-01-12 18:24:44','2026-01-12 18:24:44','042eb84d-f531-472f-84d4-fa3c1af43cf1'),
(24421,32,7627,NULL,2614,5,'2026-01-12 18:24:44','2026-01-12 18:24:44','82403754-38ec-4349-8528-393c4949456b'),
(24422,32,7627,NULL,2608,6,'2026-01-12 18:24:44','2026-01-12 18:24:44','dd37e91a-57d9-4d12-b7cd-d45a19e0e2a3'),
(24423,32,7627,NULL,2596,7,'2026-01-12 18:24:44','2026-01-12 18:24:44','f27ccef8-c594-4016-9dce-7864fdde8d16'),
(24424,32,7627,NULL,2602,8,'2026-01-12 18:24:44','2026-01-12 18:24:44','9c099e29-576e-4f81-9257-a77bf426dd16'),
(24425,16,7627,NULL,4181,1,'2026-01-12 18:24:44','2026-01-12 18:24:44','4470f92d-f987-4bf4-ae8c-b863f27af6a4'),
(24427,7,7627,NULL,2972,2,'2026-01-12 18:24:44','2026-01-12 18:24:44','cd5831c9-8d6b-4813-904f-6ad915f3abff'),
(24428,7,7627,NULL,617,3,'2026-01-12 18:24:44','2026-01-12 18:24:44','cd09f432-bd85-469e-a5fe-bd19ee2c842c'),
(24429,7,7627,NULL,605,4,'2026-01-12 18:24:44','2026-01-12 18:24:44','da650bab-d949-4162-9255-96e26a54004b'),
(24430,82,7627,NULL,479,1,'2026-01-12 18:24:44','2026-01-12 18:24:44','5986cd68-a2f2-4b5b-a29e-a016ae7763cf'),
(24447,32,7629,NULL,2610,1,'2026-01-12 18:24:51','2026-01-12 18:24:51','d2378065-bf5f-4f6e-a93b-d07646433224'),
(24448,32,7629,NULL,2598,2,'2026-01-12 18:24:51','2026-01-12 18:24:51','4600fc23-9e16-41ce-9906-bcc7f9d9faca'),
(24449,32,7629,NULL,2600,3,'2026-01-12 18:24:51','2026-01-12 18:24:51','f9a52c50-ec4e-4deb-90c1-82e5537b033a'),
(24450,32,7629,NULL,2604,4,'2026-01-12 18:24:51','2026-01-12 18:24:51','465d765e-00f4-481f-841b-b6348f44f8d0'),
(24451,32,7629,NULL,2614,5,'2026-01-12 18:24:51','2026-01-12 18:24:51','0431e620-01bd-438b-98a8-1bd9f7ba6ca4'),
(24452,32,7629,NULL,2608,6,'2026-01-12 18:24:51','2026-01-12 18:24:51','e3d11eb5-0e30-4ca1-ab80-c53ec4e19082'),
(24453,32,7629,NULL,2596,7,'2026-01-12 18:24:51','2026-01-12 18:24:51','818fe0cb-941d-4646-bf23-3cfbe1a70f04'),
(24454,32,7629,NULL,2602,8,'2026-01-12 18:24:51','2026-01-12 18:24:51','55a909d3-2c01-4a72-80ac-d8efba30c5a5'),
(24455,16,7629,NULL,4150,1,'2026-01-12 18:24:51','2026-01-12 18:24:51','f3ea6c98-8ebc-47b7-aed5-35331f1b7b4f'),
(24456,7,7629,NULL,601,1,'2026-01-12 18:24:51','2026-01-12 18:24:51','83a3385a-e975-48fe-8dd3-8155c8f9e63e'),
(24457,7,7629,NULL,3468,2,'2026-01-12 18:24:51','2026-01-12 18:24:51','4ec8c287-1c3a-4ad3-80e6-3b3a9c4f9cfb'),
(24458,7,7629,NULL,2972,3,'2026-01-12 18:24:51','2026-01-12 18:24:51','0d5ca350-a0f5-40ce-b583-792ed0bc114b'),
(24460,7,7629,NULL,617,5,'2026-01-12 18:24:51','2026-01-12 18:24:51','366ee76d-a150-49da-b3ec-17d4feb13507'),
(24461,7,7629,NULL,605,6,'2026-01-12 18:24:51','2026-01-12 18:24:51','b0b10813-c293-4193-a504-ce6d5687244c'),
(24462,82,7629,NULL,479,1,'2026-01-12 18:24:51','2026-01-12 18:24:51','5252a966-e257-4f04-b10a-70ed0e6bc69a'),
(24486,32,7631,NULL,2610,1,'2026-01-12 18:25:57','2026-01-12 18:25:57','313645ea-ce1f-4375-b09a-5918132859d1'),
(24487,32,7631,NULL,2598,2,'2026-01-12 18:25:57','2026-01-12 18:25:57','12e368a8-1c68-4c94-ae42-a299a6a390d2'),
(24488,32,7631,NULL,2600,3,'2026-01-12 18:25:57','2026-01-12 18:25:57','5a37fa2f-0eb1-4162-afd8-f3d33ed5d1a1'),
(24489,32,7631,NULL,2602,4,'2026-01-12 18:25:57','2026-01-12 18:25:57','ec63e738-c182-49c7-b41c-d38542ce05e8'),
(24490,32,7631,NULL,2612,5,'2026-01-12 18:25:57','2026-01-12 18:25:57','e55a3040-e147-4342-8b10-04f89181874a'),
(24491,32,7631,NULL,2618,6,'2026-01-12 18:25:57','2026-01-12 18:25:57','4c22875b-0073-479c-998d-7cb0f300df1e'),
(24492,32,7631,NULL,2604,7,'2026-01-12 18:25:57','2026-01-12 18:25:57','424a17c4-8227-43c7-97ad-6bfeb920eb6b'),
(24493,32,7631,NULL,2608,8,'2026-01-12 18:25:57','2026-01-12 18:25:57','2ab968fc-9e77-4268-8b31-76acadaf7c33'),
(24494,32,7631,NULL,2596,9,'2026-01-12 18:25:57','2026-01-12 18:25:57','12c24f41-c218-41d4-adb5-03f17e814565'),
(24495,16,7631,NULL,3689,1,'2026-01-12 18:25:57','2026-01-12 18:25:57','38245e44-2822-489f-98c4-b35ecd7ac6b9'),
(24496,7,7631,NULL,601,1,'2026-01-12 18:25:57','2026-01-12 18:25:57','99340b88-a072-4824-a9f7-a7759d3add54'),
(24497,7,7631,NULL,3468,2,'2026-01-12 18:25:57','2026-01-12 18:25:57','ba4e6ddd-228c-4356-9fbc-b430dfd09c72'),
(24498,7,7631,NULL,617,3,'2026-01-12 18:25:57','2026-01-12 18:25:57','7db04cf8-8207-4af3-ad5d-9f7c7ecb4573'),
(24499,7,7631,NULL,605,4,'2026-01-12 18:25:57','2026-01-12 18:25:57','904d5849-fb4b-473a-8137-6a12bf2ffacb'),
(24500,82,7631,NULL,479,1,'2026-01-12 18:25:57','2026-01-12 18:25:57','26ca9344-4919-4dd5-a0bd-8fd0f714de71'),
(24501,82,7631,NULL,491,2,'2026-01-12 18:25:57','2026-01-12 18:25:57','de87112a-fff1-4f50-928c-dec24c4e8bee'),
(24502,46,7631,NULL,3697,1,'2026-01-12 18:25:57','2026-01-12 18:25:57','11f9f4ac-f3ff-436e-9e05-a645359e479e'),
(24503,57,7631,NULL,4829,1,'2026-01-12 18:25:57','2026-01-12 18:25:57','fa3a83f2-5b06-404e-98a1-e56430fc4923'),
(24504,57,7631,NULL,4826,2,'2026-01-12 18:25:57','2026-01-12 18:25:57','0dac65a9-c9d3-441c-abfa-3292c04eaa80'),
(24505,57,7631,NULL,4828,3,'2026-01-12 18:25:57','2026-01-12 18:25:57','877d4b5c-cd2a-4003-ae9d-e194da354f93'),
(24506,57,7631,NULL,4827,4,'2026-01-12 18:25:57','2026-01-12 18:25:57','ebe8deac-667f-4c43-95cb-0aaa59f35d3b'),
(24525,32,7633,NULL,2610,1,'2026-01-12 18:26:20','2026-01-12 18:26:20','249a6a5d-c2cd-4ec2-a68c-0426cf15dad3'),
(24526,32,7633,NULL,2598,2,'2026-01-12 18:26:20','2026-01-12 18:26:20','6b02df33-bd14-4c1b-9bc1-8736cf476b4c'),
(24527,32,7633,NULL,2600,3,'2026-01-12 18:26:20','2026-01-12 18:26:20','01d32fe6-8baa-4de3-9d97-85df2987eb12'),
(24528,32,7633,NULL,2604,4,'2026-01-12 18:26:20','2026-01-12 18:26:20','42b3e46c-4cb9-4d59-afe9-8ebd8b8cfd5f'),
(24529,32,7633,NULL,2608,5,'2026-01-12 18:26:20','2026-01-12 18:26:20','66d13bb9-16dc-43b9-afee-319a07e5e6f6'),
(24530,32,7633,NULL,2596,6,'2026-01-12 18:26:20','2026-01-12 18:26:20','bf8f707f-1616-4906-b45c-ca810f9dcead'),
(24531,32,7633,NULL,2602,7,'2026-01-12 18:26:20','2026-01-12 18:26:20','c0bece77-db13-4cb4-a0bd-c50daff2f203'),
(24532,16,7633,NULL,3865,1,'2026-01-12 18:26:20','2026-01-12 18:26:20','a4e8d976-8d97-43c0-b8d2-1dc3014780d7'),
(24533,7,7633,NULL,601,1,'2026-01-12 18:26:20','2026-01-12 18:26:20','f9b324c8-0714-4978-aa77-5e593df12ece'),
(24534,7,7633,NULL,3468,2,'2026-01-12 18:26:20','2026-01-12 18:26:20','5a8146b8-0366-4c78-b084-a305b603075b'),
(24535,7,7633,NULL,3093,3,'2026-01-12 18:26:20','2026-01-12 18:26:20','f2945949-9fd8-446b-8fdb-502528f31179'),
(24536,7,7633,NULL,617,4,'2026-01-12 18:26:20','2026-01-12 18:26:20','08d74ba6-440d-4fad-ac8f-ea2ada003660'),
(24537,7,7633,NULL,605,5,'2026-01-12 18:26:20','2026-01-12 18:26:20','ab53c2b7-7e41-4cff-8d73-598749c4a9b7'),
(24538,82,7633,NULL,479,1,'2026-01-12 18:26:20','2026-01-12 18:26:20','5110e3be-2e6d-4070-bb99-43be68e977f9'),
(24539,82,7633,NULL,491,2,'2026-01-12 18:26:20','2026-01-12 18:26:20','f6e2c832-14b3-4dde-9fd1-c15fda7f18c5'),
(24557,32,7635,NULL,2610,1,'2026-01-12 18:26:32','2026-01-12 18:26:32','25fcc391-fc13-4e92-a34a-1a673ff8c95a'),
(24558,32,7635,NULL,2598,2,'2026-01-12 18:26:32','2026-01-12 18:26:32','5b0ae5c6-7993-48e5-b8cf-47d7689fedac'),
(24559,32,7635,NULL,2600,3,'2026-01-12 18:26:32','2026-01-12 18:26:32','8f428c25-965e-4ba9-bd3c-414f8eb9f56e'),
(24560,32,7635,NULL,2606,4,'2026-01-12 18:26:32','2026-01-12 18:26:32','a4ed2535-f6e9-44ac-babd-fb0f38040ce2'),
(24561,32,7635,NULL,2604,5,'2026-01-12 18:26:32','2026-01-12 18:26:32','fa19a5a9-8f93-40a0-ad31-9ded7e04bb66'),
(24562,32,7635,NULL,2614,6,'2026-01-12 18:26:32','2026-01-12 18:26:32','b6e9eaf1-7f4e-4768-9118-283dca475d0f'),
(24563,32,7635,NULL,2608,7,'2026-01-12 18:26:32','2026-01-12 18:26:32','95a1c815-5a08-4467-8461-6871121e77d6'),
(24564,32,7635,NULL,2596,8,'2026-01-12 18:26:32','2026-01-12 18:26:32','b30fd0db-6e49-442f-9c3c-71abc5603187'),
(24565,32,7635,NULL,2602,9,'2026-01-12 18:26:32','2026-01-12 18:26:32','9fd852bd-b7c7-4a7a-b4ad-8d9ed094a406'),
(24566,16,7635,NULL,3927,1,'2026-01-12 18:26:32','2026-01-12 18:26:32','8dba7907-36a7-4b62-82d1-96f0da9c1c0e'),
(24567,7,7635,NULL,601,1,'2026-01-12 18:26:32','2026-01-12 18:26:32','695c9895-b0a0-4908-8687-e0b57719c429'),
(24568,7,7635,NULL,3468,2,'2026-01-12 18:26:32','2026-01-12 18:26:32','1565dca7-54a0-4eb4-8188-28cd704f1071'),
(24569,7,7635,NULL,617,3,'2026-01-12 18:26:32','2026-01-12 18:26:32','fa20d59b-2477-4647-8e0a-22f00cf98bd6'),
(24570,7,7635,NULL,605,4,'2026-01-12 18:26:32','2026-01-12 18:26:32','d48bf7e0-0545-4208-b760-dc9eee36f455'),
(24586,32,7637,NULL,2610,1,'2026-01-12 18:26:40','2026-01-12 18:26:40','54d3c963-aec7-478f-9e0e-5c8bbfe2c87f'),
(24587,32,7637,NULL,2598,2,'2026-01-12 18:26:40','2026-01-12 18:26:40','d0ad8874-1088-4b9e-a6c6-03edbdd45556'),
(24588,32,7637,NULL,2600,3,'2026-01-12 18:26:40','2026-01-12 18:26:40','e31eef14-5608-46f3-8dac-8a169011c69d'),
(24589,32,7637,NULL,2604,4,'2026-01-12 18:26:40','2026-01-12 18:26:40','52c7477b-1e6e-4278-8f91-1ade1b31efce'),
(24590,32,7637,NULL,2608,5,'2026-01-12 18:26:40','2026-01-12 18:26:40','47d6d172-1cba-4306-a79c-55a3edfe0d6b'),
(24591,32,7637,NULL,2596,6,'2026-01-12 18:26:40','2026-01-12 18:26:40','7e86ba6d-9428-4a9e-a712-25c6b0ef556f'),
(24592,32,7637,NULL,2602,7,'2026-01-12 18:26:40','2026-01-12 18:26:40','56178696-b7bc-418b-b03c-887483024dd8'),
(24593,16,7637,NULL,3959,1,'2026-01-12 18:26:40','2026-01-12 18:26:40','cdc16d81-f195-454c-9003-ce259474233d'),
(24595,7,7637,NULL,617,2,'2026-01-12 18:26:40','2026-01-12 18:26:40','8c91f225-1e4c-4b6b-a422-926434e1fb8e'),
(24596,7,7637,NULL,605,3,'2026-01-12 18:26:40','2026-01-12 18:26:40','db5a6320-8919-4611-b0e6-4f1f6ddd4434'),
(24597,82,7637,NULL,479,1,'2026-01-12 18:26:40','2026-01-12 18:26:40','df88dc4d-bd7d-44bb-9af2-435b915975f2'),
(24598,82,7637,NULL,491,2,'2026-01-12 18:26:40','2026-01-12 18:26:40','1d84e2cd-1e3a-414e-9b72-f066ff30a452'),
(24619,32,7639,NULL,2614,1,'2026-01-12 18:26:53','2026-01-12 18:26:53','32fdc659-f96d-430d-ac28-46d521cf599e'),
(24620,32,7639,NULL,2610,2,'2026-01-12 18:26:53','2026-01-12 18:26:53','96b1c6b0-48b6-49cf-9d1b-3b207874db0d'),
(24621,32,7639,NULL,2598,3,'2026-01-12 18:26:53','2026-01-12 18:26:53','95a0c67d-6062-4649-9eec-66cce387cada'),
(24622,32,7639,NULL,2600,4,'2026-01-12 18:26:53','2026-01-12 18:26:53','e296205c-8adf-49ca-982b-8284290605ea'),
(24623,32,7639,NULL,2602,5,'2026-01-12 18:26:53','2026-01-12 18:26:53','f1f33e28-bd6c-430c-aa29-886dadc3fe24'),
(24624,32,7639,NULL,2612,6,'2026-01-12 18:26:53','2026-01-12 18:26:53','fa3d2241-ffc9-40aa-9529-e0b1994d0112'),
(24625,32,7639,NULL,2604,7,'2026-01-12 18:26:53','2026-01-12 18:26:53','4c377449-4bab-4fc5-9091-c94c3c461f20'),
(24626,32,7639,NULL,2608,8,'2026-01-12 18:26:53','2026-01-12 18:26:53','f2e19ba4-d9b9-49e5-85f0-fb15c3198e17'),
(24627,32,7639,NULL,2596,9,'2026-01-12 18:26:53','2026-01-12 18:26:53','ed6c6579-04bf-4300-bb64-0192b13638ef'),
(24628,16,7639,NULL,4083,1,'2026-01-12 18:26:53','2026-01-12 18:26:53','4fee93c9-fb26-4d5c-95e8-8c86a727ef20'),
(24629,7,7639,NULL,601,1,'2026-01-12 18:26:53','2026-01-12 18:26:53','8ab8da03-2a72-4dba-9260-755ef7a237da'),
(24630,7,7639,NULL,617,2,'2026-01-12 18:26:53','2026-01-12 18:26:53','14e7d403-b93f-4385-a4b4-5d7ae3a89bfb'),
(24631,7,7639,NULL,605,3,'2026-01-12 18:26:53','2026-01-12 18:26:53','c20a3020-6290-4abf-992f-02578cec57dc'),
(24632,82,7639,NULL,479,1,'2026-01-12 18:26:53','2026-01-12 18:26:53','7c4b92f0-ce09-4839-b52d-54098435e980'),
(24633,57,7639,NULL,5055,1,'2026-01-12 18:26:53','2026-01-12 18:26:53','b7236895-2ae5-40a8-829c-623c14efe20a'),
(24634,57,7639,NULL,5056,2,'2026-01-12 18:26:53','2026-01-12 18:26:53','05618395-27a8-4510-9534-adb5b3e57319'),
(24635,57,7639,NULL,5057,3,'2026-01-12 18:26:53','2026-01-12 18:26:53','aaa2a4f6-0bfc-49dd-b03c-db95f56f3427'),
(24636,57,7639,NULL,5058,4,'2026-01-12 18:26:53','2026-01-12 18:26:53','8bfdebde-84ef-4a23-9676-3a4937557522'),
(24647,32,7641,NULL,2610,1,'2026-01-12 18:27:00','2026-01-12 18:27:00','0e289483-f300-401e-be8c-b2fe7cfe18cf'),
(24648,32,7641,NULL,2598,2,'2026-01-12 18:27:00','2026-01-12 18:27:00','ec10175e-5f20-44a7-bc7d-3bb8285d8289'),
(24649,32,7641,NULL,2608,3,'2026-01-12 18:27:00','2026-01-12 18:27:00','147ef54a-6226-4464-8876-5912201c687f'),
(24650,32,7641,NULL,2600,4,'2026-01-12 18:27:00','2026-01-12 18:27:00','96d7f452-3b31-49d0-b4af-5e4519c5ea0a'),
(24651,32,7641,NULL,2596,5,'2026-01-12 18:27:00','2026-01-12 18:27:00','284f0afd-d64b-4ce4-974e-93ad9dab062d'),
(24652,32,7641,NULL,2602,6,'2026-01-12 18:27:00','2026-01-12 18:27:00','7465411d-47ab-4143-a21e-a87385f85644'),
(24653,32,7641,NULL,2604,7,'2026-01-12 18:27:00','2026-01-12 18:27:00','a3000c5f-88c5-4ae6-b312-1d297d8c1862'),
(24654,82,7641,NULL,479,1,'2026-01-12 18:27:00','2026-01-12 18:27:00','07befd93-4a4e-4462-a13c-bd69f99b4bb8'),
(24655,82,7641,NULL,491,2,'2026-01-12 18:27:00','2026-01-12 18:27:00','6cb8eab0-da8d-4d72-80e6-dd86f2053689'),
(24676,32,7643,NULL,2610,1,'2026-01-12 18:27:11','2026-01-12 18:27:11','6aa3181d-d94c-4abd-b51c-05c635883d75'),
(24677,32,7643,NULL,2598,2,'2026-01-12 18:27:11','2026-01-12 18:27:11','5f4d994b-f97a-4dc7-8219-a22520bee89b'),
(24678,32,7643,NULL,2600,3,'2026-01-12 18:27:11','2026-01-12 18:27:11','0ff55f9e-285a-48cd-a021-187a2ea792a2'),
(24679,32,7643,NULL,2604,4,'2026-01-12 18:27:11','2026-01-12 18:27:11','384a751e-d486-4c90-af1e-5f0a0f77f0e7'),
(24680,32,7643,NULL,2608,5,'2026-01-12 18:27:11','2026-01-12 18:27:11','b0ad314b-453d-4395-ab03-d4bfe7f290dc'),
(24681,32,7643,NULL,2596,6,'2026-01-12 18:27:11','2026-01-12 18:27:11','2456cd1d-7399-46f0-af5b-f4ea8b064514'),
(24682,32,7643,NULL,2602,7,'2026-01-12 18:27:11','2026-01-12 18:27:11','37ed893d-0940-4f47-9c21-d2a361a8430a'),
(24683,16,7643,NULL,4142,1,'2026-01-12 18:27:11','2026-01-12 18:27:11','7afef66d-3712-4d80-8830-a08aae20249f'),
(24684,7,7643,NULL,601,1,'2026-01-12 18:27:11','2026-01-12 18:27:11','dbe5a4e1-124a-4c16-817d-1b089b039d51'),
(24685,7,7643,NULL,3468,2,'2026-01-12 18:27:11','2026-01-12 18:27:11','6299b61f-8a11-4b48-9ede-40d04fe741cd'),
(24686,7,7643,NULL,2972,3,'2026-01-12 18:27:11','2026-01-12 18:27:11','8a4cedf7-ed41-44a0-8fe3-dc52d347c195'),
(24688,7,7643,NULL,617,5,'2026-01-12 18:27:11','2026-01-12 18:27:11','f9eee626-5ebd-4e2a-90c7-597565d2674e'),
(24689,7,7643,NULL,605,6,'2026-01-12 18:27:11','2026-01-12 18:27:11','cdf7bbd6-592c-45e1-a1bf-e02722e42bc9'),
(24690,82,7643,NULL,479,1,'2026-01-12 18:27:11','2026-01-12 18:27:11','03f6b734-78a0-4659-a6b0-ccfe4eee5dcd'),
(24691,82,7643,NULL,491,2,'2026-01-12 18:27:11','2026-01-12 18:27:11','53096fb5-4ce7-401a-87ce-23a953ebff83'),
(24692,57,7643,NULL,4955,1,'2026-01-12 18:27:11','2026-01-12 18:27:11','785de9db-1761-4dd2-bbb9-4f0acc173851'),
(24693,57,7643,NULL,4956,2,'2026-01-12 18:27:11','2026-01-12 18:27:11','9110e649-7851-4951-a678-6980749c074c'),
(24694,57,7643,NULL,4957,3,'2026-01-12 18:27:11','2026-01-12 18:27:11','510dad47-7de5-42f7-8555-39f0cba415f0'),
(24771,83,7650,NULL,945,1,'2026-01-12 18:51:22','2026-01-12 18:51:22','bfcd20a4-efd4-4f91-ad1b-9ffa20b79022'),
(24772,16,7650,NULL,2968,1,'2026-01-12 18:51:22','2026-01-12 18:51:22','3281375d-8511-46b1-af30-a7781b24fc1b'),
(24773,57,7650,NULL,3246,1,'2026-01-12 18:51:22','2026-01-12 18:51:22','cb6e0415-d172-4153-9a05-f6665bddfbae'),
(24774,57,7650,NULL,3254,2,'2026-01-12 18:51:22','2026-01-12 18:51:22','45641264-8076-474f-80f2-122a142a9d76'),
(24775,57,7650,NULL,3253,3,'2026-01-12 18:51:22','2026-01-12 18:51:22','afe0b9ab-62fd-4686-a5f4-f9dc31f152b4'),
(24776,57,7650,NULL,3251,4,'2026-01-12 18:51:22','2026-01-12 18:51:22','d1c199ac-a814-4e5f-b9a7-bdec5f1d217a'),
(24777,57,7650,NULL,3245,5,'2026-01-12 18:51:22','2026-01-12 18:51:22','dbcb5cab-161e-4805-802f-6e576b033c19'),
(24778,57,7650,NULL,3248,6,'2026-01-12 18:51:22','2026-01-12 18:51:22','15172675-f919-42a4-8225-ca12f5f73420'),
(24779,72,7650,NULL,548,1,'2026-01-12 18:51:22','2026-01-12 18:51:22','d20b88d8-ac0f-4bb4-a21d-176bf6a251bc'),
(24804,32,7653,NULL,2610,1,'2026-01-12 18:51:43','2026-01-12 18:51:43','91b4511f-6fd7-4c40-8c1f-fb2bea3cb4e1'),
(24805,32,7653,NULL,2598,2,'2026-01-12 18:51:43','2026-01-12 18:51:43','8d62a921-9e1b-4d55-8a95-17e75656342e'),
(24806,32,7653,NULL,2608,3,'2026-01-12 18:51:43','2026-01-12 18:51:43','e278ed14-7bc4-4472-8adf-a25f1b7daed6'),
(24807,32,7653,NULL,2600,4,'2026-01-12 18:51:43','2026-01-12 18:51:43','8576082a-909a-4c79-9980-6157065c3866'),
(24808,32,7653,NULL,2596,5,'2026-01-12 18:51:43','2026-01-12 18:51:43','9ce7175e-fcdd-4398-b032-3f53cf6cb9a8'),
(24809,32,7653,NULL,2602,6,'2026-01-12 18:51:43','2026-01-12 18:51:43','21ab4d32-784b-4a25-b42e-af61ce37e7f9'),
(24810,32,7653,NULL,2604,7,'2026-01-12 18:51:43','2026-01-12 18:51:43','18490787-cfa5-4862-b209-073ce26dd4d2'),
(24811,16,7653,NULL,3011,1,'2026-01-12 18:51:43','2026-01-12 18:51:43','acb32f09-d91c-4aa4-b0eb-2f40087c022a'),
(24812,7,7653,NULL,601,1,'2026-01-12 18:51:43','2026-01-12 18:51:43','ed9c0904-6ddc-4635-ad4c-d9b78b1be868'),
(24814,7,7653,NULL,3027,3,'2026-01-12 18:51:43','2026-01-12 18:51:43','b967027b-7bc3-4966-86f4-ef2194d06817'),
(24815,7,7653,NULL,617,4,'2026-01-12 18:51:43','2026-01-12 18:51:43','5abb4922-68fa-4013-8ba5-26d04bda3814'),
(24816,7,7653,NULL,605,5,'2026-01-12 18:51:43','2026-01-12 18:51:43','b854acfd-f085-4270-afeb-d957418442fd'),
(24817,82,7653,NULL,479,1,'2026-01-12 18:51:43','2026-01-12 18:51:43','9daca2a6-f973-4a32-9bb4-53abc29f41d5'),
(24818,82,7653,NULL,491,2,'2026-01-12 18:51:43','2026-01-12 18:51:43','60b8a982-4615-445a-a2b0-f2e1a267b174'),
(24819,46,7653,NULL,7369,1,'2026-01-12 18:51:43','2026-01-12 18:51:43','86eb9875-6545-4e85-9c0d-09b79599adbb'),
(24820,57,7653,NULL,4920,1,'2026-01-12 18:51:43','2026-01-12 18:51:43','0e40d722-f3c2-4f8e-9e9a-4e2ebecd7084'),
(24821,57,7653,NULL,4921,2,'2026-01-12 18:51:43','2026-01-12 18:51:43','7a8cc0db-49f0-4be5-a06e-3fc95b38f18c'),
(24822,57,7653,NULL,4922,3,'2026-01-12 18:51:43','2026-01-12 18:51:43','22150649-857e-443c-82a9-ba08e0b751f3'),
(24823,57,7653,NULL,4923,4,'2026-01-12 18:51:43','2026-01-12 18:51:43','999e128f-486f-4b58-9eeb-2f0c3e294e3b'),
(24824,57,7653,NULL,4924,5,'2026-01-12 18:51:43','2026-01-12 18:51:43','94d89a9b-0c35-4276-a01b-a9ac1f18dfdf'),
(24895,32,7659,NULL,2610,1,'2026-01-12 18:52:19','2026-01-12 18:52:19','59ae119d-13ec-455e-a184-4719b0f65688'),
(24896,32,7659,NULL,2598,2,'2026-01-12 18:52:19','2026-01-12 18:52:19','4d0ca288-e3ed-4c15-8c98-922f35997050'),
(24897,32,7659,NULL,2600,3,'2026-01-12 18:52:19','2026-01-12 18:52:19','e5e3d374-2d36-4ae1-aaf0-19679618d95c'),
(24898,32,7659,NULL,2596,4,'2026-01-12 18:52:19','2026-01-12 18:52:19','7ac4ed23-bf02-469c-8ee0-669fba44cd1f'),
(24899,32,7659,NULL,2602,5,'2026-01-12 18:52:19','2026-01-12 18:52:19','e26ddefc-bc01-40a3-a89b-7c047a10b3d6'),
(24900,32,7659,NULL,2604,6,'2026-01-12 18:52:19','2026-01-12 18:52:19','8b103e07-772c-4fe7-90fa-0516c1f81fdc'),
(24901,32,7659,NULL,2608,7,'2026-01-12 18:52:19','2026-01-12 18:52:19','502b9dbc-c777-4ac1-9d8e-9d2e663c01e9'),
(24902,16,7659,NULL,3090,1,'2026-01-12 18:52:19','2026-01-12 18:52:19','1e396662-003b-4a6a-a406-298247ce5fbf'),
(24904,7,7659,NULL,3093,2,'2026-01-12 18:52:19','2026-01-12 18:52:19','20a38044-01a6-422a-8237-15f8ca717235'),
(24905,7,7659,NULL,617,3,'2026-01-12 18:52:19','2026-01-12 18:52:19','68f2c6c2-5ca1-41cf-b44e-ca0d96c8417f'),
(24906,7,7659,NULL,605,4,'2026-01-12 18:52:19','2026-01-12 18:52:19','35f0f504-af6f-4dc1-b416-9c0b58fe87b3'),
(24907,82,7659,NULL,479,1,'2026-01-12 18:52:19','2026-01-12 18:52:19','02b5ca3a-b123-4bb8-a932-275a9cd5aa72'),
(24908,82,7659,NULL,491,2,'2026-01-12 18:52:19','2026-01-12 18:52:19','0bea7844-8130-41d3-80c0-f7e9e46acbda'),
(24928,32,7662,NULL,2614,1,'2026-01-12 18:52:39','2026-01-12 18:52:39','31746554-eff5-48f6-b2ef-4ae2a7785222'),
(24929,32,7662,NULL,2610,2,'2026-01-12 18:52:39','2026-01-12 18:52:39','a0d72cfb-bd9e-4854-b38f-c530e3c1b5ee'),
(24930,32,7662,NULL,2598,3,'2026-01-12 18:52:39','2026-01-12 18:52:39','44f434c0-64c2-470c-87f6-8ab443ceb906'),
(24931,32,7662,NULL,2608,4,'2026-01-12 18:52:39','2026-01-12 18:52:39','7316d252-36ca-451b-b020-333b5858e33d'),
(24932,32,7662,NULL,2600,5,'2026-01-12 18:52:39','2026-01-12 18:52:39','ef19ac22-052c-4512-914e-54960127f994'),
(24933,32,7662,NULL,2596,6,'2026-01-12 18:52:39','2026-01-12 18:52:39','9d5b8ec6-208e-48c0-b7a0-8a1667dcb121'),
(24934,32,7662,NULL,2602,7,'2026-01-12 18:52:39','2026-01-12 18:52:39','16d77c9a-cb0a-4cfc-a1c9-f0e3269c3edb'),
(24935,32,7662,NULL,2604,8,'2026-01-12 18:52:39','2026-01-12 18:52:39','d4123e62-f419-4805-ae85-4660b7ee531e'),
(24936,16,7662,NULL,3122,1,'2026-01-12 18:52:39','2026-01-12 18:52:39','a40a664d-4853-4598-a7f3-7fb986f8696e'),
(24939,7,7662,NULL,2972,3,'2026-01-12 18:52:39','2026-01-12 18:52:39','f9964774-edcb-4446-a379-f97843b8c3b4'),
(24940,7,7662,NULL,2974,4,'2026-01-12 18:52:39','2026-01-12 18:52:39','387d9453-a9c7-493e-ac86-228ca92cca11'),
(24941,7,7662,NULL,617,5,'2026-01-12 18:52:39','2026-01-12 18:52:39','510d9a4d-8f76-4f89-8ebb-c41a0d0e90a8'),
(24942,7,7662,NULL,605,6,'2026-01-12 18:52:39','2026-01-12 18:52:39','f4f86fa0-db68-4918-be21-242da52873e8'),
(24943,82,7662,NULL,479,1,'2026-01-12 18:52:39','2026-01-12 18:52:39','7ec57495-87a0-4603-9e7d-a4c0c5863b18'),
(24961,32,7665,NULL,2614,1,'2026-01-12 18:53:00','2026-01-12 18:53:00','03eaf056-38ed-476a-b5a2-57294756062f'),
(24962,32,7665,NULL,2610,2,'2026-01-12 18:53:00','2026-01-12 18:53:00','a3b02047-ba35-461b-a0e9-f121f8182ee2'),
(24963,32,7665,NULL,2598,3,'2026-01-12 18:53:00','2026-01-12 18:53:00','0fb1af53-fae2-471b-aa2b-8eb78dfb3611'),
(24964,32,7665,NULL,2608,4,'2026-01-12 18:53:00','2026-01-12 18:53:00','c97112c1-38d3-44ec-89b3-1daf5bea4daa'),
(24965,32,7665,NULL,2600,5,'2026-01-12 18:53:00','2026-01-12 18:53:00','910ca96a-0f92-4f14-8ebd-469d00e598d8'),
(24966,32,7665,NULL,2596,6,'2026-01-12 18:53:00','2026-01-12 18:53:00','acf861b4-755b-44f0-b89c-31bc6b7fe242'),
(24967,32,7665,NULL,2602,7,'2026-01-12 18:53:00','2026-01-12 18:53:00','0d7bf6a2-1355-4576-b1bd-71751294fd4b'),
(24968,32,7665,NULL,2604,8,'2026-01-12 18:53:00','2026-01-12 18:53:00','7a834ddc-6c5a-49a4-98fe-b49922945ca0'),
(24969,16,7665,NULL,3158,1,'2026-01-12 18:53:00','2026-01-12 18:53:00','688bda58-5fc9-470a-8d9f-721a901247c7'),
(24970,7,7665,NULL,2969,1,'2026-01-12 18:53:00','2026-01-12 18:53:00','350c4a6e-fd22-4371-b4bf-19905f6c7905'),
(24971,7,7665,NULL,2974,2,'2026-01-12 18:53:00','2026-01-12 18:53:00','d7f0e2f8-77e1-4c0f-8647-604c51ab62fa'),
(24972,7,7665,NULL,617,3,'2026-01-12 18:53:00','2026-01-12 18:53:00','e106aa01-4e5b-4a65-8a8f-276b3aae3073'),
(24973,7,7665,NULL,605,4,'2026-01-12 18:53:00','2026-01-12 18:53:00','07598ad1-00af-45ff-8e45-95f3a9bde478'),
(24974,82,7665,NULL,479,1,'2026-01-12 18:53:00','2026-01-12 18:53:00','529775bb-60c2-467f-a12e-f7f8c948303a'),
(24991,32,7668,NULL,2610,1,'2026-01-12 18:53:23','2026-01-12 18:53:23','5a94b768-0c80-4d11-9304-3434e65b462b'),
(24992,32,7668,NULL,2598,2,'2026-01-12 18:53:23','2026-01-12 18:53:23','16150de6-0292-40a0-80bf-49e2ad9a46ed'),
(24993,32,7668,NULL,2600,3,'2026-01-12 18:53:23','2026-01-12 18:53:23','27726fd9-529d-45f0-8018-5db590b69c50'),
(24994,32,7668,NULL,2596,4,'2026-01-12 18:53:23','2026-01-12 18:53:23','ba373544-d8e4-4512-a56d-b71005ea94b5'),
(24995,32,7668,NULL,2602,5,'2026-01-12 18:53:23','2026-01-12 18:53:23','61cd1fed-6236-476b-8675-50c0931ba22f'),
(24996,32,7668,NULL,2604,6,'2026-01-12 18:53:23','2026-01-12 18:53:23','a738a926-4a0f-4636-b605-90849e1b49ed'),
(24997,32,7668,NULL,2608,7,'2026-01-12 18:53:23','2026-01-12 18:53:23','730ee448-8d0c-45a8-a09e-512ee028dab3'),
(24998,16,7668,NULL,3377,1,'2026-01-12 18:53:23','2026-01-12 18:53:23','fe41a37f-0c09-4e54-a71a-d2e820576619'),
(24999,7,7668,NULL,2969,1,'2026-01-12 18:53:23','2026-01-12 18:53:23','e9e79551-8a7e-44a7-91ad-d479ce77cc88'),
(25000,7,7668,NULL,617,2,'2026-01-12 18:53:23','2026-01-12 18:53:23','a5d55009-3a76-4e5d-a305-ad51631358ac'),
(25001,7,7668,NULL,605,3,'2026-01-12 18:53:23','2026-01-12 18:53:23','2878b0da-dbfc-4503-b1a2-b6f6ee581961'),
(25002,82,7668,NULL,479,1,'2026-01-12 18:53:23','2026-01-12 18:53:23','c566b57a-1b8d-4a70-9912-ddd75d306abc'),
(25003,82,7668,NULL,491,2,'2026-01-12 18:53:23','2026-01-12 18:53:23','4c1f33fb-0ee2-4513-9d1b-40d34a2b2877'),
(25021,32,7671,NULL,2614,1,'2026-01-12 18:53:46','2026-01-12 18:53:46','1890d37f-8ac9-4846-b0f0-d04db9ee3ece'),
(25022,32,7671,NULL,2610,2,'2026-01-12 18:53:46','2026-01-12 18:53:46','660a178e-e1b6-46f8-a981-ec76d0c1501e'),
(25023,32,7671,NULL,2598,3,'2026-01-12 18:53:46','2026-01-12 18:53:46','ce3e3bf0-4caa-40ce-8983-c7d895f41757'),
(25024,32,7671,NULL,2600,4,'2026-01-12 18:53:46','2026-01-12 18:53:46','ad075686-dd7e-4a8a-9055-8ca2bbd832d5'),
(25025,32,7671,NULL,2596,5,'2026-01-12 18:53:46','2026-01-12 18:53:46','92888bb6-bdba-4f37-b7ca-68f2860a8c38'),
(25026,32,7671,NULL,2602,6,'2026-01-12 18:53:46','2026-01-12 18:53:46','532c60a9-4eb4-4ff7-bafc-ba6049a85bdd'),
(25027,32,7671,NULL,2606,7,'2026-01-12 18:53:46','2026-01-12 18:53:46','20f261db-f420-4edb-a90b-2bba61ab0b8a'),
(25028,32,7671,NULL,2604,8,'2026-01-12 18:53:46','2026-01-12 18:53:46','a31e45d3-ab2a-4b4c-ae67-4d2756023472'),
(25029,32,7671,NULL,2608,9,'2026-01-12 18:53:46','2026-01-12 18:53:46','90f2a4c8-5857-440e-9586-f2488ce9151f'),
(25030,16,7671,NULL,3425,1,'2026-01-12 18:53:46','2026-01-12 18:53:46','8b467b85-f1f4-48e8-9559-0cc4cae06dfa'),
(25031,7,7671,NULL,601,1,'2026-01-12 18:53:46','2026-01-12 18:53:46','59e5d7d9-d429-4116-97aa-b1810baa9faf'),
(25032,7,7671,NULL,617,2,'2026-01-12 18:53:46','2026-01-12 18:53:46','db1d2a47-a901-4f52-af8f-3c6f4a61cf74'),
(25033,7,7671,NULL,605,3,'2026-01-12 18:53:46','2026-01-12 18:53:46','bcf0ae38-bcba-4339-ad6b-f42fee0db07f'),
(25034,46,7671,NULL,7381,1,'2026-01-12 18:53:46','2026-01-12 18:53:46','04075d38-3ffd-4d04-8691-134f9c508582'),
(25071,32,7675,NULL,2610,1,'2026-01-12 19:17:23','2026-01-12 19:17:23','896840b4-47be-49f8-b12c-f194c0425145'),
(25072,32,7675,NULL,2598,2,'2026-01-12 19:17:23','2026-01-12 19:17:23','b67bb18f-88d5-441e-a508-a9b0e11fb98a'),
(25073,32,7675,NULL,2608,3,'2026-01-12 19:17:23','2026-01-12 19:17:23','d9c9bb1b-130e-4a9f-91c8-5d2526979ed5'),
(25074,32,7675,NULL,2600,4,'2026-01-12 19:17:23','2026-01-12 19:17:23','b93f2892-771b-4523-aeb9-a24b73ee49d1'),
(25075,32,7675,NULL,2596,5,'2026-01-12 19:17:23','2026-01-12 19:17:23','51ae8488-b646-45a9-9e75-3ac3005d9460'),
(25076,32,7675,NULL,2602,6,'2026-01-12 19:17:23','2026-01-12 19:17:23','6cae85e6-dbbe-4921-b018-7fdde153269c'),
(25077,32,7675,NULL,2612,7,'2026-01-12 19:17:23','2026-01-12 19:17:23','799033d8-7f64-473c-a7b7-0b3891627195'),
(25078,32,7675,NULL,2604,8,'2026-01-12 19:17:23','2026-01-12 19:17:23','53582103-98c1-4681-a09a-a830a801fa77'),
(25079,16,7675,NULL,3498,1,'2026-01-12 19:17:23','2026-01-12 19:17:23','2982f0c0-b325-459b-b06b-7a26a7e55bec'),
(25080,7,7675,NULL,601,1,'2026-01-12 19:17:23','2026-01-12 19:17:23','c45bfd63-8c23-4461-bf5d-07700696e4d8'),
(25081,7,7675,NULL,605,2,'2026-01-12 19:17:23','2026-01-12 19:17:23','b04cbcac-93fb-4c00-b342-5fcbe17c23b8'),
(25082,7,7675,NULL,617,3,'2026-01-12 19:17:23','2026-01-12 19:17:23','6c77dd98-143e-4059-9378-7e295a3b2bc8'),
(25083,7,7675,NULL,2974,4,'2026-01-12 19:17:23','2026-01-12 19:17:23','edf47c66-9078-4d6c-b02b-9c2162214129'),
(25084,82,7675,NULL,479,1,'2026-01-12 19:17:23','2026-01-12 19:17:23','abc59568-af6a-4a54-90db-73845ede8103'),
(25085,82,7675,NULL,491,2,'2026-01-12 19:17:23','2026-01-12 19:17:23','a8c9c626-269a-4eb0-8d44-b2a3da5e8ccb'),
(25104,32,7678,NULL,2610,1,'2026-01-12 19:17:42','2026-01-12 19:17:42','91ef7a02-69e1-456f-8827-ab8211825686'),
(25105,32,7678,NULL,2598,2,'2026-01-12 19:17:42','2026-01-12 19:17:42','dca6141b-577b-470a-a964-3bca57c7307d'),
(25106,32,7678,NULL,2608,3,'2026-01-12 19:17:42','2026-01-12 19:17:42','69e4c601-0448-4b56-b97e-2597a596a0b1'),
(25107,32,7678,NULL,2600,4,'2026-01-12 19:17:42','2026-01-12 19:17:42','dfba9694-cbb0-4e4f-998e-122ed44619a1'),
(25108,32,7678,NULL,2596,5,'2026-01-12 19:17:42','2026-01-12 19:17:42','31981134-c777-4d0f-a7dc-581729f08ea4'),
(25109,32,7678,NULL,2602,6,'2026-01-12 19:17:42','2026-01-12 19:17:42','87edd137-cb74-4df5-be36-1e2e9f14ce26'),
(25110,32,7678,NULL,2604,7,'2026-01-12 19:17:42','2026-01-12 19:17:42','28f90291-429f-48f5-bbd9-f19fab5eadad'),
(25111,16,7678,NULL,3530,1,'2026-01-12 19:17:42','2026-01-12 19:17:42','8c4f074e-d3f2-4d61-b2cd-11a22c2a07e3'),
(25112,7,7678,NULL,2969,1,'2026-01-12 19:17:42','2026-01-12 19:17:42','52ea0e23-7147-4d4b-a566-61b04f9bcd73'),
(25114,7,7678,NULL,2974,3,'2026-01-12 19:17:42','2026-01-12 19:17:42','7e6812d7-f807-43f0-b510-fb89ac4d5962'),
(25115,7,7678,NULL,617,4,'2026-01-12 19:17:42','2026-01-12 19:17:42','4f6c2ab7-d9fb-4ec3-a66c-824756743ad8'),
(25116,7,7678,NULL,605,5,'2026-01-12 19:17:42','2026-01-12 19:17:42','89929493-b764-48dd-a1c4-74741a34d693'),
(25117,82,7678,NULL,479,1,'2026-01-12 19:17:42','2026-01-12 19:17:42','4b960b31-9407-4d1c-a696-61798b4f0f4e'),
(25118,82,7678,NULL,491,2,'2026-01-12 19:17:42','2026-01-12 19:17:42','f33a40da-4ca7-4100-a552-6627cbc55b8f'),
(25136,32,7681,NULL,2614,1,'2026-01-12 19:18:14','2026-01-12 19:18:14','491b2e6a-9203-42a9-8647-88a2422c95d2'),
(25137,32,7681,NULL,2610,2,'2026-01-12 19:18:14','2026-01-12 19:18:14','08111e9a-7f34-4950-9919-a91ee211647b'),
(25138,32,7681,NULL,2598,3,'2026-01-12 19:18:14','2026-01-12 19:18:14','743402e2-fdae-44d2-aecd-d40ba772ba36'),
(25139,32,7681,NULL,2600,4,'2026-01-12 19:18:14','2026-01-12 19:18:14','c514467c-0971-426d-aa22-fa53d83bccd0'),
(25140,32,7681,NULL,2596,5,'2026-01-12 19:18:14','2026-01-12 19:18:14','e00f1d94-fc9b-4936-afbe-5839b6b07860'),
(25141,32,7681,NULL,2602,6,'2026-01-12 19:18:14','2026-01-12 19:18:14','c95395d1-f06f-48c4-8ab0-4888aff5fbb1'),
(25142,32,7681,NULL,2604,7,'2026-01-12 19:18:14','2026-01-12 19:18:14','7b16cf46-a5a0-4093-9caf-951250afee8b'),
(25143,32,7681,NULL,2608,8,'2026-01-12 19:18:14','2026-01-12 19:18:14','2a65e570-bff1-41b2-8fa5-010b98d430cb'),
(25144,16,7681,NULL,3564,1,'2026-01-12 19:18:14','2026-01-12 19:18:14','c538ada8-6ce7-490e-b50b-03b65e417e72'),
(25145,7,7681,NULL,601,1,'2026-01-12 19:18:14','2026-01-12 19:18:14','83bb7f3b-e274-4f55-97ce-3a4a57010f3a'),
(25146,7,7681,NULL,617,2,'2026-01-12 19:18:14','2026-01-12 19:18:14','47558de3-1874-4ea3-a47c-4d07902f7cc0'),
(25147,7,7681,NULL,605,3,'2026-01-12 19:18:14','2026-01-12 19:18:14','3c30b3cf-43db-4ca0-93b2-2955433b0372'),
(25148,82,7681,NULL,479,1,'2026-01-12 19:18:14','2026-01-12 19:18:14','9690221c-9afa-49ab-bca9-a3a2a7385d24'),
(25149,46,7681,NULL,7381,1,'2026-01-12 19:18:14','2026-01-12 19:18:14','89b0a2c1-aecc-44bb-aed7-50fc4de3161d'),
(25172,32,7684,NULL,2610,1,'2026-01-12 19:18:38','2026-01-12 19:18:38','90d9e82d-09f9-4318-976b-98df962a6631'),
(25173,32,7684,NULL,2598,2,'2026-01-12 19:18:38','2026-01-12 19:18:38','b0c0288b-7dc5-4ba9-8112-dc1843e8cc8e'),
(25174,32,7684,NULL,2600,3,'2026-01-12 19:18:38','2026-01-12 19:18:38','67deeebf-8ff4-4e24-b677-1a6a6e951a5c'),
(25175,32,7684,NULL,2596,4,'2026-01-12 19:18:38','2026-01-12 19:18:38','13730b71-c38d-4877-8c6e-01e7f2478959'),
(25176,32,7684,NULL,2602,5,'2026-01-12 19:18:38','2026-01-12 19:18:38','fd762eea-77e0-48ae-bd72-333a5600cbc5'),
(25177,32,7684,NULL,2604,6,'2026-01-12 19:18:38','2026-01-12 19:18:38','8f7d7c1d-2b1a-4af6-bed9-a3b46d7cf915'),
(25178,32,7684,NULL,2608,7,'2026-01-12 19:18:38','2026-01-12 19:18:38','c3db72e6-0689-4615-97b8-78bd62c80e8a'),
(25179,16,7684,NULL,5253,1,'2026-01-12 19:18:38','2026-01-12 19:18:38','7c9f103b-3337-4ab3-9aa9-31a4cf2acf91'),
(25180,7,7684,NULL,601,1,'2026-01-12 19:18:38','2026-01-12 19:18:38','5c36b5b9-7e27-4acd-a109-b05764010bf8'),
(25182,7,7684,NULL,617,3,'2026-01-12 19:18:38','2026-01-12 19:18:38','46ed4f54-69de-4eda-bd8e-a85cd9576010'),
(25183,7,7684,NULL,605,4,'2026-01-12 19:18:38','2026-01-12 19:18:38','7bd8e601-2b3a-4044-b61d-e73f80efd74b'),
(25184,82,7684,NULL,479,1,'2026-01-12 19:18:38','2026-01-12 19:18:38','e7b401ce-7ff1-4c2b-b2b1-609f677840c4'),
(25185,82,7684,NULL,491,2,'2026-01-12 19:18:38','2026-01-12 19:18:38','f04dd227-0d5e-4c49-a8a3-2a645efc50cd'),
(25186,57,7684,NULL,5254,1,'2026-01-12 19:18:38','2026-01-12 19:18:38','a785f336-294c-49f5-9209-ffea35691e4d'),
(25187,57,7684,NULL,5255,2,'2026-01-12 19:18:38','2026-01-12 19:18:38','8081c02e-dbdb-46cd-8323-49822dbde7ff'),
(25188,57,7684,NULL,5256,3,'2026-01-12 19:18:38','2026-01-12 19:18:38','f0998fc3-3895-4d19-9b4f-f059e2c45ae5'),
(25189,57,7684,NULL,5257,4,'2026-01-12 19:18:38','2026-01-12 19:18:38','ce2186ad-6466-45d9-8b14-5429a596fecc'),
(25190,57,7684,NULL,5258,5,'2026-01-12 19:18:38','2026-01-12 19:18:38','366bf59b-31cf-4971-a597-a2f030b55158'),
(25219,32,7690,NULL,2614,1,'2026-01-12 19:19:37','2026-01-12 19:19:37','b7c767f1-0d7a-4161-86bb-d11fb3030604'),
(25220,32,7690,NULL,2610,2,'2026-01-12 19:19:37','2026-01-12 19:19:37','dc0025b4-9ecf-442a-bb75-3701639d4c3d'),
(25221,32,7690,NULL,2598,3,'2026-01-12 19:19:37','2026-01-12 19:19:37','393a2378-2acd-4320-9c19-b63336820b35'),
(25222,32,7690,NULL,2600,4,'2026-01-12 19:19:37','2026-01-12 19:19:37','462f0956-22b5-422b-b8be-e31ff9fd8966'),
(25223,32,7690,NULL,2596,5,'2026-01-12 19:19:37','2026-01-12 19:19:37','031fdb0a-7463-4437-8118-776ef77e9ebf'),
(25224,32,7690,NULL,2602,6,'2026-01-12 19:19:37','2026-01-12 19:19:37','97ee8a4a-1343-4791-a42e-fa0b483f612b'),
(25225,32,7690,NULL,2612,7,'2026-01-12 19:19:37','2026-01-12 19:19:37','a92034e8-3ccb-4245-acab-3dfe50a1889e'),
(25226,32,7690,NULL,2604,8,'2026-01-12 19:19:37','2026-01-12 19:19:37','183bd1d7-cdd4-4fc4-9ead-9b96db2abda9'),
(25227,32,7690,NULL,2608,9,'2026-01-12 19:19:37','2026-01-12 19:19:37','f2335107-fa81-4255-ba71-cfe363b1e37f'),
(25228,16,7690,NULL,3623,1,'2026-01-12 19:19:37','2026-01-12 19:19:37','0dd9f07e-ead0-4551-8c29-47165f3423f7'),
(25229,7,7690,NULL,601,1,'2026-01-12 19:19:37','2026-01-12 19:19:37','6b035d3a-75e2-48a7-8643-02aeb4540f05'),
(25230,7,7690,NULL,617,2,'2026-01-12 19:19:37','2026-01-12 19:19:37','532717b5-5be5-443d-9848-081ac109e792'),
(25231,7,7690,NULL,605,3,'2026-01-12 19:19:37','2026-01-12 19:19:37','a01ba3a7-ff39-4a6e-93dd-694fdeeff71d'),
(25232,82,7690,NULL,479,1,'2026-01-12 19:19:37','2026-01-12 19:19:37','946b8e19-0920-473d-80c3-4b8b0ac37b2f'),
(25233,57,7690,NULL,5105,1,'2026-01-12 19:19:37','2026-01-12 19:19:37','1aafa660-e022-46c9-87ad-371004be7b21'),
(25234,57,7690,NULL,5106,2,'2026-01-12 19:19:37','2026-01-12 19:19:37','7fd791fd-7a6b-4d2c-9281-7ca2eda4b0bb'),
(25235,57,7690,NULL,5107,3,'2026-01-12 19:19:37','2026-01-12 19:19:37','5afc88f2-8771-404d-84ed-38f9f682702c'),
(25236,57,7690,NULL,5108,4,'2026-01-12 19:19:37','2026-01-12 19:19:37','76c910df-bd46-403a-9920-f5d3afb27255'),
(25237,57,7690,NULL,5109,5,'2026-01-12 19:19:37','2026-01-12 19:19:37','e8b81ed9-8e6b-4311-a357-4f81bbd57f66'),
(25238,57,7690,NULL,5110,6,'2026-01-12 19:19:37','2026-01-12 19:19:37','47bb9f19-40c8-469e-9a4e-8688c211d1d3'),
(25239,57,7690,NULL,5111,7,'2026-01-12 19:19:37','2026-01-12 19:19:37','6dd53e30-2a82-45dc-a6b2-6960315bfe80'),
(25240,57,7690,NULL,5112,8,'2026-01-12 19:19:37','2026-01-12 19:19:37','6874ed20-6afe-4eed-807e-ed1fc8ea70d1'),
(25262,32,7693,NULL,2610,1,'2026-01-12 19:19:50','2026-01-12 19:19:50','69ab99d4-5961-4173-a1a4-18e0bb6556b9'),
(25263,32,7693,NULL,2598,2,'2026-01-12 19:19:50','2026-01-12 19:19:50','decd7395-9a27-4239-8789-6ceb340a7229'),
(25264,32,7693,NULL,2608,3,'2026-01-12 19:19:50','2026-01-12 19:19:50','2a4dcc6b-2d50-4d19-8d3a-0f2745ae068c'),
(25265,32,7693,NULL,2600,4,'2026-01-12 19:19:50','2026-01-12 19:19:50','85a94d0f-f801-4d5a-b657-29982e424af4'),
(25266,32,7693,NULL,2596,5,'2026-01-12 19:19:50','2026-01-12 19:19:50','1553de60-dd91-40a7-af53-1c9d7c0b463f'),
(25267,32,7693,NULL,2602,6,'2026-01-12 19:19:50','2026-01-12 19:19:50','23db77e3-732e-452d-b527-26c98685ac2f'),
(25268,32,7693,NULL,2604,7,'2026-01-12 19:19:50','2026-01-12 19:19:50','8383c53b-6422-4917-940e-268c0d5fc037'),
(25271,7,7693,NULL,2974,3,'2026-01-12 19:19:50','2026-01-12 19:19:50','dd4a161f-c9bc-424f-b388-7c1af43eb3c8'),
(25272,7,7693,NULL,617,4,'2026-01-12 19:19:50','2026-01-12 19:19:50','e0b16c35-a6b4-49b7-8dc4-4ccda781d2a6'),
(25273,7,7693,NULL,605,5,'2026-01-12 19:19:50','2026-01-12 19:19:50','d9d69e1a-0256-4b2b-8d98-68cb50fd5583'),
(25274,82,7693,NULL,479,1,'2026-01-12 19:19:50','2026-01-12 19:19:50','473afa42-cf3c-4466-88fd-8331ef9191c0'),
(25275,82,7693,NULL,491,2,'2026-01-12 19:19:50','2026-01-12 19:19:50','1659985d-caf0-4f5d-917f-5cdbe7a411bf'),
(25276,57,7693,NULL,5095,1,'2026-01-12 19:19:50','2026-01-12 19:19:50','942334d8-9b1b-4f34-a294-ce1730207762'),
(25277,57,7693,NULL,5096,2,'2026-01-12 19:19:50','2026-01-12 19:19:50','37cebcc3-1b21-4c0a-afee-4af962de913b'),
(25278,57,7693,NULL,5097,3,'2026-01-12 19:19:50','2026-01-12 19:19:50','faf22df8-865a-4332-bbfc-a719fba83e45'),
(25279,57,7693,NULL,5098,4,'2026-01-12 19:19:50','2026-01-12 19:19:50','9a6effc4-ad72-48bb-a205-df4b366bf56f'),
(25281,32,7694,NULL,2610,1,'2026-01-12 19:43:54','2026-01-12 19:43:54','ecf8a627-70eb-4cb7-8a5f-2217c1f1d6e8'),
(25282,32,7694,NULL,2598,2,'2026-01-12 19:43:54','2026-01-12 19:43:54','ccd95316-70fe-4f2d-b037-966fefdcb968'),
(25283,32,7694,NULL,2608,3,'2026-01-12 19:43:54','2026-01-12 19:43:54','f8c14394-8294-4c66-b31e-b63a13a1f938'),
(25284,32,7694,NULL,2600,4,'2026-01-12 19:43:54','2026-01-12 19:43:54','6bf9180a-b539-4925-a0ca-972852e68698'),
(25285,32,7694,NULL,2596,5,'2026-01-12 19:43:54','2026-01-12 19:43:54','9e04309a-dae3-4991-8594-b52af9004663'),
(25286,32,7694,NULL,2602,6,'2026-01-12 19:43:54','2026-01-12 19:43:54','4a2fa729-0475-49e4-82f8-9cef374380a9'),
(25287,32,7694,NULL,2604,7,'2026-01-12 19:43:54','2026-01-12 19:43:54','76ba9b51-b278-48a8-bd23-ee0e76b11b69'),
(25288,16,7694,NULL,545,1,'2026-01-12 19:43:54','2026-01-12 19:43:54','19e3b0d2-1402-4bdc-b454-9d0d665266ba'),
(25289,7,7694,NULL,601,1,'2026-01-12 19:43:54','2026-01-12 19:43:54','1f3c12ff-c816-4a88-8b80-f0dbf9564c09'),
(25290,7,7694,NULL,617,2,'2026-01-12 19:43:54','2026-01-12 19:43:54','58c3380e-daec-415c-a9fd-d266c73d472c'),
(25291,7,7694,NULL,605,3,'2026-01-12 19:43:54','2026-01-12 19:43:54','b4d14baf-7be7-4763-bbc5-9e08af694223'),
(25292,82,7694,NULL,479,1,'2026-01-12 19:43:54','2026-01-12 19:43:54','22c932be-89ef-454a-83ec-86bb96d4af73'),
(25293,82,7694,NULL,491,2,'2026-01-12 19:43:54','2026-01-12 19:43:54','5ffc57dc-5dc7-4edf-9b1f-2ec241fbfeb6'),
(25294,57,7694,NULL,545,1,'2026-01-12 19:43:54','2026-01-12 19:43:54','5f3fa7c4-35ab-4375-ac70-067089bdc94f'),
(25295,57,7694,NULL,137,2,'2026-01-12 19:43:54','2026-01-12 19:43:54','fac94dc6-13bf-4fe8-a4cd-dac9f09f5d89'),
(25296,57,7694,NULL,138,3,'2026-01-12 19:43:54','2026-01-12 19:43:54','2de14184-9583-4fbf-a974-c2c37f612f97'),
(25297,57,7694,NULL,136,4,'2026-01-12 19:43:54','2026-01-12 19:43:54','b1baf11e-3598-4fe7-aa41-43c19bc9b3fa'),
(25299,12,7694,NULL,548,1,'2026-01-12 19:43:54','2026-01-12 19:43:54','47df99b1-962b-4142-acd6-731ff4a64a43'),
(25319,32,7696,NULL,2610,1,'2026-01-12 19:44:19','2026-01-12 19:44:19','c94977e5-410c-47a0-9cb7-c3f6f0884b0f'),
(25320,32,7696,NULL,2598,2,'2026-01-12 19:44:19','2026-01-12 19:44:19','80228424-ac10-4dc0-836c-d5ed3b925d61'),
(25321,32,7696,NULL,2608,3,'2026-01-12 19:44:19','2026-01-12 19:44:19','9517da72-ef6f-45dc-a7cb-5c4539bc3924'),
(25322,32,7696,NULL,2600,4,'2026-01-12 19:44:19','2026-01-12 19:44:19','7ac4f9ea-88a1-43a6-bc78-c49c37803af6'),
(25323,32,7696,NULL,2596,5,'2026-01-12 19:44:19','2026-01-12 19:44:19','995f023d-72b7-42ca-bf5b-6a376a44c7bf'),
(25324,32,7696,NULL,2602,6,'2026-01-12 19:44:19','2026-01-12 19:44:19','b04e2d7b-86a4-4d8b-a14d-05b0e396e2bb'),
(25325,32,7696,NULL,2604,7,'2026-01-12 19:44:19','2026-01-12 19:44:19','b8f556a5-49c5-4ac3-b5f4-d257dba71901'),
(25326,16,7696,NULL,545,1,'2026-01-12 19:44:19','2026-01-12 19:44:19','9a47aa76-aa53-43b4-bf63-fb4d7fce6ad7'),
(25327,7,7696,NULL,601,1,'2026-01-12 19:44:19','2026-01-12 19:44:19','29d78ade-daa6-469c-b1b6-d0e9b9218575'),
(25328,7,7696,NULL,617,2,'2026-01-12 19:44:19','2026-01-12 19:44:19','2c4e27f6-17b2-4831-8133-263fa72d21ff'),
(25329,7,7696,NULL,605,3,'2026-01-12 19:44:19','2026-01-12 19:44:19','6f1cb3ab-909d-4b2e-8fe6-a4e4384efa26'),
(25330,82,7696,NULL,479,1,'2026-01-12 19:44:19','2026-01-12 19:44:19','693c5f76-97c5-4cec-99b8-32959ca60abd'),
(25331,82,7696,NULL,491,2,'2026-01-12 19:44:19','2026-01-12 19:44:19','9697c2eb-0888-4069-b089-26f0f181d111'),
(25332,57,7696,NULL,545,1,'2026-01-12 19:44:19','2026-01-12 19:44:19','192a9c8e-c2c2-48ff-bd90-f48429fc2676'),
(25333,57,7696,NULL,137,2,'2026-01-12 19:44:19','2026-01-12 19:44:19','5344507c-a4e4-4015-85db-980a8797dfe9'),
(25334,57,7696,NULL,138,3,'2026-01-12 19:44:19','2026-01-12 19:44:19','ac1fdae0-fb18-49f8-a70e-cb77fd4a6fc9'),
(25335,57,7696,NULL,136,4,'2026-01-12 19:44:19','2026-01-12 19:44:19','404033eb-0b92-42ab-bd17-9c7e2553e3f0'),
(25337,12,7696,NULL,548,1,'2026-01-12 19:44:19','2026-01-12 19:44:19','a75db3df-fbe4-411a-b5cd-7ac4fce6b94e'),
(25357,32,7698,NULL,2610,1,'2026-01-12 19:45:05','2026-01-12 19:45:05','92db76b8-7aea-418d-a8bd-c0f482335655'),
(25358,32,7698,NULL,2598,2,'2026-01-12 19:45:05','2026-01-12 19:45:05','c791f6d5-5305-4735-a458-e86ea7ade0f3'),
(25359,32,7698,NULL,2608,3,'2026-01-12 19:45:05','2026-01-12 19:45:05','c2fb1417-9f9a-4d21-bbd8-374e21f78dff'),
(25360,32,7698,NULL,2600,4,'2026-01-12 19:45:05','2026-01-12 19:45:05','b51cbb0d-0c61-4337-85cf-3fda0d544fee'),
(25361,32,7698,NULL,2596,5,'2026-01-12 19:45:05','2026-01-12 19:45:05','e656b118-e16a-4bb1-a427-f11327ac526c'),
(25362,32,7698,NULL,2602,6,'2026-01-12 19:45:05','2026-01-12 19:45:05','8e27a71f-296a-409c-99e0-5bc0784b0630'),
(25363,32,7698,NULL,2604,7,'2026-01-12 19:45:05','2026-01-12 19:45:05','f56e6cd1-b747-465b-823c-2528d54dc694'),
(25364,16,7698,NULL,545,1,'2026-01-12 19:45:05','2026-01-12 19:45:05','9af46d02-3523-4755-8cb0-c773d12fb5fb'),
(25365,7,7698,NULL,601,1,'2026-01-12 19:45:05','2026-01-12 19:45:05','56ac2da0-fbbb-4c00-9be1-bc6824aee373'),
(25366,7,7698,NULL,617,2,'2026-01-12 19:45:05','2026-01-12 19:45:05','d33701d2-6d53-48d0-888b-e3e74509e88f'),
(25367,7,7698,NULL,605,3,'2026-01-12 19:45:05','2026-01-12 19:45:05','42346c54-a32e-454b-8140-c0bfa308366f'),
(25368,82,7698,NULL,479,1,'2026-01-12 19:45:05','2026-01-12 19:45:05','25e27561-9f8a-469e-be7f-2013a2b591f1'),
(25369,82,7698,NULL,491,2,'2026-01-12 19:45:05','2026-01-12 19:45:05','d2a50fc3-4219-48a2-8a5f-f4666405e846'),
(25370,57,7698,NULL,545,1,'2026-01-12 19:45:05','2026-01-12 19:45:05','730a71b7-5d57-4311-92cf-d6824b09f649'),
(25371,57,7698,NULL,137,2,'2026-01-12 19:45:05','2026-01-12 19:45:05','fdefc91d-23ec-464e-87a0-4863ddf8327e'),
(25372,57,7698,NULL,138,3,'2026-01-12 19:45:05','2026-01-12 19:45:05','a4f4fd24-cfae-4ba7-adf6-e3183d352c70'),
(25373,57,7698,NULL,136,4,'2026-01-12 19:45:05','2026-01-12 19:45:05','2a9dcc8a-d76b-4a09-9d11-6e209691dfd7'),
(25375,12,7698,NULL,548,1,'2026-01-12 19:45:05','2026-01-12 19:45:05','bac132ca-4cb3-49e3-ab94-b00ab3cb7253'),
(25533,16,957,NULL,7707,1,'2026-01-12 19:52:53','2026-01-12 19:52:53','ac0d8d23-06c1-4569-a93f-4d83219096be'),
(25534,32,7708,NULL,2610,1,'2026-01-12 19:52:53','2026-01-12 19:52:53','f2b58906-d340-4487-8564-0c5294eaf46e'),
(25535,32,7708,NULL,2598,2,'2026-01-12 19:52:53','2026-01-12 19:52:53','70a118a0-d0ae-469a-9e5f-1fae3e18c730'),
(25536,32,7708,NULL,2608,3,'2026-01-12 19:52:53','2026-01-12 19:52:53','84fa2b36-237f-4fcf-b6b6-a58a7fdbbdf1'),
(25537,32,7708,NULL,2600,4,'2026-01-12 19:52:53','2026-01-12 19:52:53','fe1106e5-659d-4a73-883e-2496110d2473'),
(25538,32,7708,NULL,2596,5,'2026-01-12 19:52:53','2026-01-12 19:52:53','6eae4053-553d-40f8-a1e6-486baca56277'),
(25539,32,7708,NULL,2602,6,'2026-01-12 19:52:53','2026-01-12 19:52:53','554a546c-31c2-4b06-9abe-3488b5721647'),
(25540,32,7708,NULL,2604,7,'2026-01-12 19:52:53','2026-01-12 19:52:53','c29f15f2-7fe2-4dfb-9ffd-f83dfa23a617'),
(25541,16,7708,NULL,7707,1,'2026-01-12 19:52:53','2026-01-12 19:52:53','30a3a14d-c23a-41b2-a15c-f1ad3417a54f'),
(25542,7,7708,NULL,601,1,'2026-01-12 19:52:53','2026-01-12 19:52:53','b6a6c664-55fe-4ced-b0a2-1c7555fed006'),
(25544,7,7708,NULL,3027,3,'2026-01-12 19:52:53','2026-01-12 19:52:53','ec1ca79b-faa5-46a5-9b95-c3493fc46ca4'),
(25545,7,7708,NULL,617,4,'2026-01-12 19:52:53','2026-01-12 19:52:53','a86a86af-b863-48c2-92db-f666e1515168'),
(25546,7,7708,NULL,605,5,'2026-01-12 19:52:53','2026-01-12 19:52:53','44aa871c-68a6-4c7a-8934-8df0ed3d4c4f'),
(25547,82,7708,NULL,479,1,'2026-01-12 19:52:53','2026-01-12 19:52:53','a13a80f7-1a0a-4273-ba72-b104dfda8679'),
(25548,82,7708,NULL,491,2,'2026-01-12 19:52:53','2026-01-12 19:52:53','b980d156-2816-4611-8ff3-0572151b370b'),
(25549,46,7708,NULL,7369,1,'2026-01-12 19:52:53','2026-01-12 19:52:53','5a728ca5-1c14-4df2-9785-dc29103be045'),
(25550,57,7708,NULL,4920,1,'2026-01-12 19:52:53','2026-01-12 19:52:53','5d9444c8-b023-4fd1-93eb-2a97101db755'),
(25551,57,7708,NULL,4921,2,'2026-01-12 19:52:53','2026-01-12 19:52:53','3454c407-8594-4dee-a043-97b72ba5f845'),
(25552,57,7708,NULL,4922,3,'2026-01-12 19:52:53','2026-01-12 19:52:53','a79cfbc7-25d9-456f-8f2d-2ae4debe116d'),
(25553,57,7708,NULL,4923,4,'2026-01-12 19:52:53','2026-01-12 19:52:53','e48896cb-3f07-4bc0-adbd-49f763dcfad9'),
(25554,57,7708,NULL,4924,5,'2026-01-12 19:52:53','2026-01-12 19:52:53','a71c6a0a-7925-44c8-884e-6b1539a65c73'),
(25578,32,7710,NULL,2610,1,'2026-01-12 19:53:28','2026-01-12 19:53:28','e20cb065-2e29-4e2d-bdb5-633ebccf8b42'),
(25579,32,7710,NULL,2598,2,'2026-01-12 19:53:28','2026-01-12 19:53:28','7c1e4753-d054-425a-8a23-2729ffa7e922'),
(25580,32,7710,NULL,2608,3,'2026-01-12 19:53:28','2026-01-12 19:53:28','f690ae86-9630-4be7-8a78-5f845ae7931e'),
(25581,32,7710,NULL,2600,4,'2026-01-12 19:53:28','2026-01-12 19:53:28','fd850f48-5ae3-4b27-bfd2-c6a10c207423'),
(25582,32,7710,NULL,2596,5,'2026-01-12 19:53:28','2026-01-12 19:53:28','5013819a-c306-42b7-b714-2c588e232ce1'),
(25583,32,7710,NULL,2602,6,'2026-01-12 19:53:28','2026-01-12 19:53:28','f7b51c3e-fe94-4c94-b2f8-8e49aec9877c'),
(25584,32,7710,NULL,2604,7,'2026-01-12 19:53:28','2026-01-12 19:53:28','65b330c4-32b7-4030-aaaa-b05d1f63cb61'),
(25585,16,7710,NULL,7707,1,'2026-01-12 19:53:28','2026-01-12 19:53:28','fe54f32d-d770-4e1b-8716-c38b919f6100'),
(25586,7,7710,NULL,601,1,'2026-01-12 19:53:28','2026-01-12 19:53:28','e89c3a38-aac1-4a44-8b89-750470fc1172'),
(25588,7,7710,NULL,3027,3,'2026-01-12 19:53:28','2026-01-12 19:53:28','3dddcc8a-40e5-4e5b-b765-c8187cfc4b89'),
(25589,7,7710,NULL,617,4,'2026-01-12 19:53:28','2026-01-12 19:53:28','7ba67721-c172-4940-89da-49b012195acb'),
(25590,7,7710,NULL,605,5,'2026-01-12 19:53:28','2026-01-12 19:53:28','ee6ad821-c6b2-4b29-bd28-27b44b353ef8'),
(25591,82,7710,NULL,479,1,'2026-01-12 19:53:28','2026-01-12 19:53:28','159c3181-717f-4b5a-af98-7d8b74faa660'),
(25592,82,7710,NULL,491,2,'2026-01-12 19:53:28','2026-01-12 19:53:28','32c4b81a-8349-4f7e-88a6-327a7155e240'),
(25593,46,7710,NULL,7369,1,'2026-01-12 19:53:28','2026-01-12 19:53:28','bcbdec32-aa35-45d7-aa29-dec423293f7c'),
(25594,57,7710,NULL,4920,1,'2026-01-12 19:53:28','2026-01-12 19:53:28','df21f8e3-d272-4984-95bd-bc3e2f832ee3'),
(25595,57,7710,NULL,4921,2,'2026-01-12 19:53:28','2026-01-12 19:53:28','b34214cf-4c7c-42ca-95cb-3930ded7e21e'),
(25596,57,7710,NULL,4922,3,'2026-01-12 19:53:28','2026-01-12 19:53:28','89103ef1-67a2-4955-afea-55ec264a1cfb'),
(25597,57,7710,NULL,4923,4,'2026-01-12 19:53:28','2026-01-12 19:53:28','ef46c3ca-8710-469e-9e95-83f4ef177862'),
(25598,57,7710,NULL,4924,5,'2026-01-12 19:53:28','2026-01-12 19:53:28','ad649387-2a2d-4516-9362-5f816d5129c6'),
(25622,32,7712,NULL,2610,1,'2026-01-12 19:53:49','2026-01-12 19:53:49','082b4999-b271-4280-a851-8ce333ac17cb'),
(25623,32,7712,NULL,2598,2,'2026-01-12 19:53:49','2026-01-12 19:53:49','ed8e32d7-7d65-42b7-9c08-ae36ad8e9094'),
(25624,32,7712,NULL,2608,3,'2026-01-12 19:53:49','2026-01-12 19:53:49','bf2936aa-6e3f-47a3-9edf-ec9e0e0792ce'),
(25625,32,7712,NULL,2600,4,'2026-01-12 19:53:49','2026-01-12 19:53:49','4913233f-d0f4-49aa-8a4c-cb96f1ff9ef9'),
(25626,32,7712,NULL,2596,5,'2026-01-12 19:53:49','2026-01-12 19:53:49','e15cefdf-4889-4016-954f-c8da2ee0ddf6'),
(25627,32,7712,NULL,2602,6,'2026-01-12 19:53:49','2026-01-12 19:53:49','1084a53d-3d6b-443f-8df5-6bc6f1b0c112'),
(25628,32,7712,NULL,2604,7,'2026-01-12 19:53:49','2026-01-12 19:53:49','198f7da6-71e9-49f0-8570-7630b8783507'),
(25629,16,7712,NULL,7707,1,'2026-01-12 19:53:49','2026-01-12 19:53:49','99c8aa5c-0441-481d-ba5a-950c0cd39c8f'),
(25630,7,7712,NULL,601,1,'2026-01-12 19:53:49','2026-01-12 19:53:49','10c7c8f5-0ad1-4976-849a-eba8c7ce7743'),
(25632,7,7712,NULL,3027,3,'2026-01-12 19:53:49','2026-01-12 19:53:49','4dcc04d9-4055-40d4-a7e5-2cef6d4f2813'),
(25633,7,7712,NULL,617,4,'2026-01-12 19:53:49','2026-01-12 19:53:49','d4d3f088-2faa-440f-bf26-dc36e56ba3b4'),
(25634,7,7712,NULL,605,5,'2026-01-12 19:53:49','2026-01-12 19:53:49','08332956-217b-4c34-9583-335c8fd3511c'),
(25635,82,7712,NULL,479,1,'2026-01-12 19:53:49','2026-01-12 19:53:49','5200b0a3-1fb3-4f22-9de8-dfafa896bfee'),
(25636,82,7712,NULL,491,2,'2026-01-12 19:53:49','2026-01-12 19:53:49','48615c61-c2a2-442a-acfb-a68786acfd6b'),
(25637,46,7712,NULL,7369,1,'2026-01-12 19:53:49','2026-01-12 19:53:49','eec3e10f-4ccb-4b48-ac05-9edb15284901'),
(25638,57,7712,NULL,4920,1,'2026-01-12 19:53:49','2026-01-12 19:53:49','853e3631-dd13-4b6e-9a2d-c31068746836'),
(25639,57,7712,NULL,4921,2,'2026-01-12 19:53:49','2026-01-12 19:53:49','2304ef84-73fd-4ec1-a867-cf6db51e7559'),
(25640,57,7712,NULL,4922,3,'2026-01-12 19:53:49','2026-01-12 19:53:49','9b917ff6-0468-4e35-8012-5e95e8be7a1b'),
(25641,57,7712,NULL,4923,4,'2026-01-12 19:53:49','2026-01-12 19:53:49','c3152c67-c0cb-4eb5-8526-da30aff13f95'),
(25642,57,7712,NULL,4924,5,'2026-01-12 19:53:49','2026-01-12 19:53:49','1384d98c-8cd2-4e78-b87e-aa5c1a37216a'),
(25666,32,7714,NULL,2610,1,'2026-01-12 19:55:33','2026-01-12 19:55:33','61a9a7b6-b977-4c7d-87e8-d2fe623ea7c8'),
(25667,32,7714,NULL,2598,2,'2026-01-12 19:55:33','2026-01-12 19:55:33','b461787f-d937-4059-a2ad-1d00e54d4378'),
(25668,32,7714,NULL,2608,3,'2026-01-12 19:55:33','2026-01-12 19:55:33','c3fae5f2-287e-45f0-8793-e85cde5d10e4'),
(25669,32,7714,NULL,2600,4,'2026-01-12 19:55:33','2026-01-12 19:55:33','c32e0342-86eb-4db6-a307-fd8cd5a0aec1'),
(25670,32,7714,NULL,2596,5,'2026-01-12 19:55:33','2026-01-12 19:55:33','827064cf-65be-42e1-95e5-7e6aea99afb5'),
(25671,32,7714,NULL,2602,6,'2026-01-12 19:55:33','2026-01-12 19:55:33','fe3ce391-63df-4716-b490-330b5f9ce3da'),
(25672,32,7714,NULL,2604,7,'2026-01-12 19:55:33','2026-01-12 19:55:33','b193b584-7b70-478d-a4ad-fde5ccef62c8'),
(25673,16,7714,NULL,7707,1,'2026-01-12 19:55:33','2026-01-12 19:55:33','b3b9ff1a-7473-439e-97f3-b7a9ccd69d79'),
(25674,7,7714,NULL,601,1,'2026-01-12 19:55:33','2026-01-12 19:55:33','8f896125-221c-4ad6-8795-73bfcec35f63'),
(25676,7,7714,NULL,3027,3,'2026-01-12 19:55:33','2026-01-12 19:55:33','c00744cd-0ea3-4c08-a371-37dd2554a8e2'),
(25677,7,7714,NULL,617,4,'2026-01-12 19:55:33','2026-01-12 19:55:33','062f56f8-00c7-447f-9fef-63eb430ddc0a'),
(25678,7,7714,NULL,605,5,'2026-01-12 19:55:33','2026-01-12 19:55:33','dc923759-b6aa-434b-8f59-319efefde1e0'),
(25679,82,7714,NULL,479,1,'2026-01-12 19:55:33','2026-01-12 19:55:33','a02cbea6-be2c-4c50-8873-fbbbcdf01da4'),
(25680,82,7714,NULL,491,2,'2026-01-12 19:55:33','2026-01-12 19:55:33','85bb4ba5-79db-4c45-881f-1a2e1e2ffba6'),
(25681,46,7714,NULL,7369,1,'2026-01-12 19:55:33','2026-01-12 19:55:33','a326cee3-c62e-436c-b046-4235f692deee'),
(25682,57,7714,NULL,4921,1,'2026-01-12 19:55:33','2026-01-12 19:55:33','8587d021-efc4-41c0-8133-70b028a4a720'),
(25683,57,7714,NULL,4920,2,'2026-01-12 19:55:33','2026-01-12 19:55:33','214fd511-4c35-422f-81a3-923d89ded511'),
(25684,57,7714,NULL,4922,3,'2026-01-12 19:55:33','2026-01-12 19:55:33','ce0bb8d7-6a5c-41aa-ac8d-1baf9201a108'),
(25685,57,7714,NULL,4923,4,'2026-01-12 19:55:33','2026-01-12 19:55:33','2cce838f-c28d-4b85-a0c9-d698595e7047'),
(25686,57,7714,NULL,4924,5,'2026-01-12 19:55:33','2026-01-12 19:55:33','b9e7d14b-0a06-4a80-b626-11d75d4908ad'),
(25710,32,7716,NULL,2610,1,'2026-01-12 19:56:08','2026-01-12 19:56:08','309d84ac-9d52-45bd-9a69-07116584a2f2'),
(25711,32,7716,NULL,2598,2,'2026-01-12 19:56:08','2026-01-12 19:56:08','4e904edc-2d9e-4778-86eb-c014d4e19094'),
(25712,32,7716,NULL,2608,3,'2026-01-12 19:56:08','2026-01-12 19:56:08','5ca40a89-ed00-4dc9-bce7-c6af7d78f6ed'),
(25713,32,7716,NULL,2600,4,'2026-01-12 19:56:08','2026-01-12 19:56:08','8cd6778e-0f67-4614-9e7f-525d75266293'),
(25714,32,7716,NULL,2596,5,'2026-01-12 19:56:08','2026-01-12 19:56:08','b6f9e5d8-dd51-41b8-9c85-3290985e0bb0'),
(25715,32,7716,NULL,2602,6,'2026-01-12 19:56:08','2026-01-12 19:56:08','3592b20c-c9a7-4595-bc82-989a88ec3cd5'),
(25716,32,7716,NULL,2604,7,'2026-01-12 19:56:08','2026-01-12 19:56:08','b508b0f2-cace-44c8-a239-285734d5a35d'),
(25717,16,7716,NULL,7707,1,'2026-01-12 19:56:08','2026-01-12 19:56:08','6ed77399-ba74-48ea-b07c-aa666f6be252'),
(25718,7,7716,NULL,601,1,'2026-01-12 19:56:08','2026-01-12 19:56:08','c09a0d34-c2f4-4439-8322-597095988272'),
(25720,7,7716,NULL,3027,3,'2026-01-12 19:56:08','2026-01-12 19:56:08','0075dcfe-c5cb-4ce8-9b48-8b99d1352fcd'),
(25721,7,7716,NULL,617,4,'2026-01-12 19:56:08','2026-01-12 19:56:08','23c80538-8b2a-4af9-bb6a-f07e1391fab1'),
(25722,7,7716,NULL,605,5,'2026-01-12 19:56:08','2026-01-12 19:56:08','6913e5f2-e342-47d6-9df1-daee460d5c2c'),
(25723,82,7716,NULL,479,1,'2026-01-12 19:56:08','2026-01-12 19:56:08','5ae5b436-4124-4c4f-8287-7a2b395da4ad'),
(25724,82,7716,NULL,491,2,'2026-01-12 19:56:08','2026-01-12 19:56:08','fe4353b1-f7b9-4ddc-b518-eeb3177ec630'),
(25725,46,7716,NULL,7369,1,'2026-01-12 19:56:08','2026-01-12 19:56:08','13a118b9-dd62-43d4-9525-d6185b3cb5ff'),
(25726,57,7716,NULL,4923,1,'2026-01-12 19:56:08','2026-01-12 19:56:08','4614465e-4fad-42b5-9efd-fb851ae942e1'),
(25727,57,7716,NULL,4920,2,'2026-01-12 19:56:08','2026-01-12 19:56:08','f98a25a2-e39e-4447-91b6-71ecd6d6adaf'),
(25728,57,7716,NULL,4922,3,'2026-01-12 19:56:08','2026-01-12 19:56:08','968d6eb4-f06e-4f8c-a107-bcecd8c202dd'),
(25729,57,7716,NULL,4921,4,'2026-01-12 19:56:08','2026-01-12 19:56:08','729c0743-c8cf-40a8-95a7-7c024b9c4350'),
(25730,57,7716,NULL,4924,5,'2026-01-12 19:56:08','2026-01-12 19:56:08','b5c096bd-b8b1-460c-b247-52612473e530'),
(25754,32,7718,NULL,2610,1,'2026-01-12 19:56:23','2026-01-12 19:56:23','5898aab6-3985-400e-bd13-db81a8084937'),
(25755,32,7718,NULL,2598,2,'2026-01-12 19:56:23','2026-01-12 19:56:23','c3c891db-98ff-453e-8ea0-938ece11c8b4'),
(25756,32,7718,NULL,2608,3,'2026-01-12 19:56:23','2026-01-12 19:56:23','8f90fc13-4421-4b46-880b-95eece4219c0'),
(25757,32,7718,NULL,2600,4,'2026-01-12 19:56:23','2026-01-12 19:56:23','176d994d-8026-4d83-a895-b77677deae08'),
(25758,32,7718,NULL,2596,5,'2026-01-12 19:56:23','2026-01-12 19:56:23','39186e28-9c90-47d8-b7a0-99bab617ca1f'),
(25759,32,7718,NULL,2602,6,'2026-01-12 19:56:23','2026-01-12 19:56:23','87355d01-0428-4b92-8bb0-a35e99f4fc14'),
(25760,32,7718,NULL,2604,7,'2026-01-12 19:56:23','2026-01-12 19:56:23','d0cefe6a-8b61-4e37-b39e-5de5756b3c46'),
(25761,16,7718,NULL,7707,1,'2026-01-12 19:56:23','2026-01-12 19:56:23','0134bd8a-1643-44c1-a4eb-08193da1737c'),
(25762,7,7718,NULL,601,1,'2026-01-12 19:56:23','2026-01-12 19:56:23','056f7025-ee6f-4c37-9006-97326aec4882'),
(25764,7,7718,NULL,3027,3,'2026-01-12 19:56:23','2026-01-12 19:56:23','1338e3ea-8283-4f9e-8ea1-72aeeb1a30e1'),
(25765,7,7718,NULL,617,4,'2026-01-12 19:56:23','2026-01-12 19:56:23','acf7b974-5c00-45b6-871c-abcb88e7a0b7'),
(25766,7,7718,NULL,605,5,'2026-01-12 19:56:23','2026-01-12 19:56:23','da2c5e6d-1095-4d37-8059-034dc064c83c'),
(25767,82,7718,NULL,479,1,'2026-01-12 19:56:23','2026-01-12 19:56:23','cd53b24b-530e-4fab-afe6-d22bcc688acf'),
(25768,82,7718,NULL,491,2,'2026-01-12 19:56:23','2026-01-12 19:56:23','c2e48676-9027-45f1-ba31-e6650a9104e7'),
(25769,46,7718,NULL,7369,1,'2026-01-12 19:56:23','2026-01-12 19:56:23','52036241-037b-417c-8a62-6c143df42189'),
(25770,57,7718,NULL,4923,1,'2026-01-12 19:56:23','2026-01-12 19:56:23','d0c834e2-760c-40f3-a01e-66fd5d73aceb'),
(25771,57,7718,NULL,4922,2,'2026-01-12 19:56:23','2026-01-12 19:56:23','5c59727e-8c15-49a3-a48c-dea185154939'),
(25772,57,7718,NULL,4920,3,'2026-01-12 19:56:23','2026-01-12 19:56:23','5268d549-dc05-42f5-8c81-923369a1a038'),
(25773,57,7718,NULL,4921,4,'2026-01-12 19:56:23','2026-01-12 19:56:23','9c64e6dd-36ca-43c4-9e25-dc2cdf11aa8b'),
(25774,57,7718,NULL,4924,5,'2026-01-12 19:56:23','2026-01-12 19:56:23','8281eeb7-4a6d-4c33-9703-c063acd28527'),
(25798,32,7720,NULL,2610,1,'2026-01-12 19:56:34','2026-01-12 19:56:34','d0be6687-4df3-4402-8947-a07bdacef151'),
(25799,32,7720,NULL,2598,2,'2026-01-12 19:56:34','2026-01-12 19:56:34','1aecd730-e069-4567-a4d5-bd9b0d6edc09'),
(25800,32,7720,NULL,2608,3,'2026-01-12 19:56:34','2026-01-12 19:56:34','02168fe9-b865-4127-923e-e790fe778e72'),
(25801,32,7720,NULL,2600,4,'2026-01-12 19:56:34','2026-01-12 19:56:34','5d81c24e-bd84-464f-91ba-90427892e9f0'),
(25802,32,7720,NULL,2596,5,'2026-01-12 19:56:34','2026-01-12 19:56:34','506ad806-af72-4d8c-8861-b3acc9b56d88'),
(25803,32,7720,NULL,2602,6,'2026-01-12 19:56:34','2026-01-12 19:56:34','97821b61-0299-42cd-9b12-2e729cf89f2a'),
(25804,32,7720,NULL,2604,7,'2026-01-12 19:56:34','2026-01-12 19:56:34','07235b78-c379-41d9-bb7a-755f3ccd41a2'),
(25805,16,7720,NULL,7707,1,'2026-01-12 19:56:34','2026-01-12 19:56:34','2cbf87b4-4702-44bb-9ef2-94e458bf7652'),
(25806,7,7720,NULL,601,1,'2026-01-12 19:56:34','2026-01-12 19:56:34','bec8e9b1-711a-4c34-a637-0d66b01b9b34'),
(25808,7,7720,NULL,3027,3,'2026-01-12 19:56:34','2026-01-12 19:56:34','411a0b9c-137e-4f7e-b449-9fe5d8daeefc'),
(25809,7,7720,NULL,617,4,'2026-01-12 19:56:34','2026-01-12 19:56:34','77c3647a-5167-4b04-a1b1-dbca02d9c7bd'),
(25810,7,7720,NULL,605,5,'2026-01-12 19:56:34','2026-01-12 19:56:34','5848f7bf-8b49-4cfd-8167-b36ccc6c0ec9'),
(25811,82,7720,NULL,479,1,'2026-01-12 19:56:34','2026-01-12 19:56:34','8061201c-290e-451c-8ecb-c860dd0a0acf'),
(25812,82,7720,NULL,491,2,'2026-01-12 19:56:34','2026-01-12 19:56:34','29a4a6ab-642d-4547-bf94-24030a8227a6'),
(25813,46,7720,NULL,7369,1,'2026-01-12 19:56:34','2026-01-12 19:56:34','6a824080-7de9-4865-8d06-3c74b2acc62d'),
(25814,57,7720,NULL,4923,1,'2026-01-12 19:56:34','2026-01-12 19:56:34','869eca7e-706f-441a-8f1f-315054ae1c33'),
(25815,57,7720,NULL,4920,2,'2026-01-12 19:56:34','2026-01-12 19:56:34','22968b45-4d18-4787-87b2-9efab518ee71'),
(25816,57,7720,NULL,4921,3,'2026-01-12 19:56:34','2026-01-12 19:56:34','d4f2fe4c-d3de-4cad-8e24-8b419ed3d7ae'),
(25817,57,7720,NULL,4922,4,'2026-01-12 19:56:34','2026-01-12 19:56:34','5b753e82-84f2-4e6e-a707-6279609bd9fc'),
(25818,57,7720,NULL,4924,5,'2026-01-12 19:56:34','2026-01-12 19:56:34','1201cd84-3de5-4fda-bdb6-8982af5492bb'),
(25843,57,957,NULL,7722,6,'2026-01-12 19:57:40','2026-01-12 19:58:01','32525b01-2e6e-4013-8c03-2f221a9a5e5b'),
(25844,32,7723,NULL,2610,1,'2026-01-12 19:57:40','2026-01-12 19:57:40','06a90be7-48e8-4fb9-9f23-ca60c4cdf077'),
(25845,32,7723,NULL,2598,2,'2026-01-12 19:57:40','2026-01-12 19:57:40','a30ed5a1-f0bd-4ba4-aa24-5668c0bf8f90'),
(25846,32,7723,NULL,2608,3,'2026-01-12 19:57:40','2026-01-12 19:57:40','36dc483a-d5b7-4bff-abb4-590581cd219b'),
(25847,32,7723,NULL,2600,4,'2026-01-12 19:57:40','2026-01-12 19:57:40','4c8a63aa-c0b3-46bc-8757-c4ecfd6ba884'),
(25848,32,7723,NULL,2596,5,'2026-01-12 19:57:40','2026-01-12 19:57:40','3575cfce-e8c3-45b4-af13-cd23a49ee39c'),
(25849,32,7723,NULL,2602,6,'2026-01-12 19:57:40','2026-01-12 19:57:40','707cc6ab-3aa4-4fba-b223-ddd0e63099e7'),
(25850,32,7723,NULL,2604,7,'2026-01-12 19:57:40','2026-01-12 19:57:40','155ed96c-68fe-4b82-8f6b-778f8b4d8405'),
(25851,16,7723,NULL,7707,1,'2026-01-12 19:57:40','2026-01-12 19:57:40','78a8c2d0-93c7-4734-9eea-330b4d37c35a'),
(25852,7,7723,NULL,601,1,'2026-01-12 19:57:40','2026-01-12 19:57:40','776bcce6-fd75-43b1-9cf9-1fbf905fd954'),
(25854,7,7723,NULL,3027,3,'2026-01-12 19:57:40','2026-01-12 19:57:40','d7209716-cabf-41ee-8a95-b459284962be'),
(25855,7,7723,NULL,617,4,'2026-01-12 19:57:40','2026-01-12 19:57:40','0f4a80cf-3120-4d74-af0a-12a6fd1a867a'),
(25856,7,7723,NULL,605,5,'2026-01-12 19:57:40','2026-01-12 19:57:40','995502a3-938b-4b4f-b602-91c875bd61b2'),
(25857,82,7723,NULL,479,1,'2026-01-12 19:57:40','2026-01-12 19:57:40','d89efac0-b42a-4ec1-bef8-5f16c233114d'),
(25858,82,7723,NULL,491,2,'2026-01-12 19:57:40','2026-01-12 19:57:40','78283b23-9bab-4576-9eaf-bc68ad2af955'),
(25859,46,7723,NULL,7369,1,'2026-01-12 19:57:40','2026-01-12 19:57:40','9206e5a9-fafb-463e-b19d-9c444c8c9736'),
(25860,57,7723,NULL,4923,1,'2026-01-12 19:57:40','2026-01-12 19:57:40','36e0cebb-4bd8-4690-b09d-b7058ad4fb07'),
(25861,57,7723,NULL,7722,2,'2026-01-12 19:57:40','2026-01-12 19:57:40','958649bf-7e47-4356-80b9-19ef137366d8'),
(25862,57,7723,NULL,4920,3,'2026-01-12 19:57:40','2026-01-12 19:57:40','c4667287-1ceb-4053-bebb-3e676f2f11df'),
(25863,57,7723,NULL,4921,4,'2026-01-12 19:57:40','2026-01-12 19:57:40','7158160e-206b-4ce9-83e1-226e5ac5c67d'),
(25864,57,7723,NULL,4922,5,'2026-01-12 19:57:40','2026-01-12 19:57:40','f6309bb6-d4c7-46aa-8aeb-87d0efa9158c'),
(25865,57,7723,NULL,4924,6,'2026-01-12 19:57:40','2026-01-12 19:57:40','989e6d5c-02c6-47dc-9e8c-636584ead7e1'),
(25890,32,7725,NULL,2610,1,'2026-01-12 19:58:01','2026-01-12 19:58:01','6223310d-c774-4056-a5f6-51ffa0853b26'),
(25891,32,7725,NULL,2598,2,'2026-01-12 19:58:01','2026-01-12 19:58:01','5733cc4d-665f-4f39-8bc3-d9cd7865d68c'),
(25892,32,7725,NULL,2608,3,'2026-01-12 19:58:01','2026-01-12 19:58:01','5c9b170c-af20-4b97-89b1-1c074d83f688'),
(25893,32,7725,NULL,2600,4,'2026-01-12 19:58:01','2026-01-12 19:58:01','efd13441-53dc-487a-aefe-e6abe074974c'),
(25894,32,7725,NULL,2596,5,'2026-01-12 19:58:01','2026-01-12 19:58:01','dc900263-233e-4914-9bcb-a51e76bb838d'),
(25895,32,7725,NULL,2602,6,'2026-01-12 19:58:01','2026-01-12 19:58:01','c65533fb-b843-4515-8ac4-5261731a2640'),
(25896,32,7725,NULL,2604,7,'2026-01-12 19:58:01','2026-01-12 19:58:01','c27c6c4e-5e9f-4c7b-a4c7-ff56025a0530'),
(25897,16,7725,NULL,7707,1,'2026-01-12 19:58:01','2026-01-12 19:58:01','82359237-442a-4029-9eb6-0a6421e9fa0a'),
(25898,7,7725,NULL,601,1,'2026-01-12 19:58:01','2026-01-12 19:58:01','c593542c-13fe-4d14-96da-404498378e9c'),
(25900,7,7725,NULL,3027,3,'2026-01-12 19:58:01','2026-01-12 19:58:01','1cd5882d-5e1f-43f3-b3b7-2c26962725aa'),
(25901,7,7725,NULL,617,4,'2026-01-12 19:58:01','2026-01-12 19:58:01','9b9b1833-e4e4-4866-8643-2e3374011803'),
(25902,7,7725,NULL,605,5,'2026-01-12 19:58:01','2026-01-12 19:58:01','aa5825b9-f914-4830-8dc2-3d199f078f82'),
(25903,82,7725,NULL,479,1,'2026-01-12 19:58:01','2026-01-12 19:58:01','7eb12e5d-370d-417c-bc9c-404a5a1f4054'),
(25904,82,7725,NULL,491,2,'2026-01-12 19:58:01','2026-01-12 19:58:01','0131b629-2093-499a-9550-aa706523564c'),
(25905,46,7725,NULL,7369,1,'2026-01-12 19:58:01','2026-01-12 19:58:01','cf68fd68-d6e1-461c-9272-dda114d46433'),
(25906,57,7725,NULL,4923,1,'2026-01-12 19:58:01','2026-01-12 19:58:01','f2a2c740-dc8c-4301-965c-b1d2da867b75'),
(25907,57,7725,NULL,4920,2,'2026-01-12 19:58:01','2026-01-12 19:58:01','4348e043-5ff4-43da-adf5-eb3dd66109f4'),
(25908,57,7725,NULL,4921,3,'2026-01-12 19:58:01','2026-01-12 19:58:01','7f5be534-fbd9-4728-924f-de57b3b91bcc'),
(25909,57,7725,NULL,4922,4,'2026-01-12 19:58:01','2026-01-12 19:58:01','27b17e5b-fc00-4441-b14d-e8452a26d394'),
(25910,57,7725,NULL,4924,5,'2026-01-12 19:58:01','2026-01-12 19:58:01','e7b38294-15c4-4b89-b563-8994098d2885'),
(25911,57,7725,NULL,7722,6,'2026-01-12 19:58:01','2026-01-12 19:58:01','ac711f15-3af0-4fb5-aa0e-ca4279295a24'),
(25936,32,7727,NULL,2610,1,'2026-01-12 20:04:29','2026-01-12 20:04:29','f24f6d3e-83a9-49bb-8b96-f32e8d637c78'),
(25937,32,7727,NULL,2598,2,'2026-01-12 20:04:29','2026-01-12 20:04:29','c0162e79-e341-4fc8-9881-cddad9fbae5c'),
(25938,32,7727,NULL,2608,3,'2026-01-12 20:04:29','2026-01-12 20:04:29','24ee1b42-f0c5-49a8-b2d2-ec14211712f3'),
(25939,32,7727,NULL,2600,4,'2026-01-12 20:04:29','2026-01-12 20:04:29','65a0b388-013e-4460-9c6f-9485e875debb'),
(25940,32,7727,NULL,2596,5,'2026-01-12 20:04:29','2026-01-12 20:04:29','7643d031-68b9-4da4-bc16-560bc045ca02'),
(25941,32,7727,NULL,2602,6,'2026-01-12 20:04:29','2026-01-12 20:04:29','bb86aa1a-9e36-4452-91a0-ee97a56eb381'),
(25942,32,7727,NULL,2604,7,'2026-01-12 20:04:29','2026-01-12 20:04:29','bd40afb0-bc49-4f62-adea-7eab512a550c'),
(25943,16,7727,NULL,7707,1,'2026-01-12 20:04:29','2026-01-12 20:04:29','6cc2f9ab-09af-4533-bd59-c435f942cbeb'),
(25944,7,7727,NULL,601,1,'2026-01-12 20:04:29','2026-01-12 20:04:29','42714b1b-a6da-4e0e-a48f-cb20575de68d'),
(25946,7,7727,NULL,3027,3,'2026-01-12 20:04:29','2026-01-12 20:04:29','41fd43ae-1733-4701-b625-05814a614afa'),
(25947,7,7727,NULL,617,4,'2026-01-12 20:04:29','2026-01-12 20:04:29','94a9d7c3-bc1e-4952-8ab4-f726f6d1ccd8'),
(25948,7,7727,NULL,605,5,'2026-01-12 20:04:29','2026-01-12 20:04:29','3be0fb30-7001-47dc-ab5d-639e9172b1cd'),
(25949,82,7727,NULL,479,1,'2026-01-12 20:04:29','2026-01-12 20:04:29','a7ad8ae9-f2c0-4552-b0b9-0720e9d92010'),
(25950,82,7727,NULL,491,2,'2026-01-12 20:04:29','2026-01-12 20:04:29','8f8ac415-0058-4eba-b388-749a89de9a2b'),
(25951,46,7727,NULL,7369,1,'2026-01-12 20:04:29','2026-01-12 20:04:29','8e49bf45-c73f-4b5a-8b49-a3f26a95aa43'),
(25952,57,7727,NULL,4923,1,'2026-01-12 20:04:29','2026-01-12 20:04:29','7ec1266d-c905-4a5d-aeab-40751ec95dcf'),
(25953,57,7727,NULL,4920,2,'2026-01-12 20:04:29','2026-01-12 20:04:29','dc9fc0ad-0b9b-485c-a944-558942932781'),
(25954,57,7727,NULL,4921,3,'2026-01-12 20:04:29','2026-01-12 20:04:29','c9964957-2443-46f0-b2aa-a42a0fc5b48e'),
(25955,57,7727,NULL,4922,4,'2026-01-12 20:04:29','2026-01-12 20:04:29','6c4c24ec-0564-4a3a-9f69-4172a09025cc'),
(25956,57,7727,NULL,4924,5,'2026-01-12 20:04:29','2026-01-12 20:04:29','4fd9ab34-80a4-4be8-87c1-9895b1334c41'),
(25957,57,7727,NULL,7722,6,'2026-01-12 20:04:29','2026-01-12 20:04:29','11533709-46ed-4717-a656-c48ec3d2b7b2'),
(26030,13,1401,NULL,7732,1,'2026-01-12 20:13:50','2026-01-12 20:13:50','82644376-e90f-4414-bc0e-3e9d1845b8d8'),
(26031,32,7733,NULL,2610,1,'2026-01-12 20:13:50','2026-01-12 20:13:50','306b44ff-0e46-4dde-a7ff-dce9168e0571'),
(26032,32,7733,NULL,2598,2,'2026-01-12 20:13:50','2026-01-12 20:13:50','cebce458-7650-4cb7-9a35-f0b28dd80b55'),
(26033,32,7733,NULL,2600,3,'2026-01-12 20:13:50','2026-01-12 20:13:50','046f66c2-e409-4e51-99f3-6232b9b4b150'),
(26034,32,7733,NULL,2604,4,'2026-01-12 20:13:50','2026-01-12 20:13:50','baeba893-56e3-4cd6-90da-03a8ac89944f'),
(26035,82,7733,NULL,469,1,'2026-01-12 20:13:50','2026-01-12 20:13:50','987906f4-6534-4c1c-b0b7-d24e05c5d35e'),
(26036,82,7733,NULL,475,2,'2026-01-12 20:13:50','2026-01-12 20:13:50','68c21005-36fd-4274-aea8-c9d143052c93'),
(26037,82,7733,NULL,479,3,'2026-01-12 20:13:50','2026-01-12 20:13:50','9ed3a8ff-f4b4-40e8-923a-b40e8eda1de3'),
(26038,82,7733,NULL,491,4,'2026-01-12 20:13:50','2026-01-12 20:13:50','d33558d1-1613-4326-8b30-94e0662f2ea0'),
(26039,13,7733,NULL,7732,1,'2026-01-12 20:13:50','2026-01-12 20:13:50','cbaad954-8b2b-473a-b627-42334c148614'),
(26085,32,7736,NULL,2610,1,'2026-01-12 20:48:05','2026-01-12 20:48:05','8afa2e22-7c81-462f-bc7d-9c8587d031a2'),
(26086,32,7736,NULL,2598,2,'2026-01-12 20:48:05','2026-01-12 20:48:05','58a7ed04-14fa-4f52-905c-46ac7c259dfc'),
(26087,32,7736,NULL,2608,3,'2026-01-12 20:48:05','2026-01-12 20:48:05','c42e9460-9f31-4f32-bb30-7ba28429d84c'),
(26088,32,7736,NULL,2600,4,'2026-01-12 20:48:05','2026-01-12 20:48:05','9393bcf0-8562-4dee-b68c-ef200b119a8d'),
(26089,32,7736,NULL,2596,5,'2026-01-12 20:48:05','2026-01-12 20:48:05','75a9c339-e3d1-48d3-a424-7dfb23482910'),
(26090,32,7736,NULL,2602,6,'2026-01-12 20:48:05','2026-01-12 20:48:05','5044c213-bf9e-493d-9736-392e6aad1c0f'),
(26091,32,7736,NULL,2604,7,'2026-01-12 20:48:05','2026-01-12 20:48:05','27baa9ae-8222-441d-891b-3a10943a2538'),
(26092,16,7736,NULL,7707,1,'2026-01-12 20:48:05','2026-01-12 20:48:05','43538471-2515-4296-8206-a74437933cda'),
(26093,7,7736,NULL,601,1,'2026-01-12 20:48:05','2026-01-12 20:48:05','6f498665-3d23-4331-b977-958095b9799e'),
(26095,7,7736,NULL,3027,3,'2026-01-12 20:48:05','2026-01-12 20:48:05','3eb165b1-d800-4a6e-912d-86350cb9067b'),
(26096,7,7736,NULL,617,4,'2026-01-12 20:48:05','2026-01-12 20:48:05','3f32bdcb-14e3-4651-a5d9-b04a9ef18283'),
(26097,7,7736,NULL,605,5,'2026-01-12 20:48:05','2026-01-12 20:48:05','27cfe7e4-501d-49ba-9118-4c4a231d8561'),
(26098,82,7736,NULL,479,1,'2026-01-12 20:48:05','2026-01-12 20:48:05','738047f5-6e17-46f7-9a4b-3ee1681b02fb'),
(26099,82,7736,NULL,491,2,'2026-01-12 20:48:05','2026-01-12 20:48:05','146d67e6-4d9e-4b7f-96fc-de2b91d46746'),
(26100,46,7736,NULL,7369,1,'2026-01-12 20:48:05','2026-01-12 20:48:05','53db38e6-8dc8-4d07-be4e-6ba1286582ad'),
(26101,57,7736,NULL,4923,1,'2026-01-12 20:48:05','2026-01-12 20:48:05','68b0d2c4-17d4-41e2-9b24-cc9bc4640fea'),
(26102,57,7736,NULL,4920,2,'2026-01-12 20:48:05','2026-01-12 20:48:05','f12a26a6-5189-45de-befb-901e514fb221'),
(26103,57,7736,NULL,4921,3,'2026-01-12 20:48:05','2026-01-12 20:48:05','cc8c0e6c-0064-4fcd-ba22-1925ad47c0fa'),
(26104,57,7736,NULL,4922,4,'2026-01-12 20:48:05','2026-01-12 20:48:05','04a04c78-b9cb-4482-9e55-f661f15a2214'),
(26105,57,7736,NULL,4924,5,'2026-01-12 20:48:05','2026-01-12 20:48:05','2b7a2007-341c-4782-83f2-d97c26caa89e'),
(26106,57,7736,NULL,7722,6,'2026-01-12 20:48:05','2026-01-12 20:48:05','e694b939-a87c-4b39-8296-75dd79d0ff3c'),
(26159,57,963,NULL,7739,9,'2026-01-12 20:52:40','2026-01-12 21:01:02','8444a370-a9b6-4832-9bde-294663381dd5'),
(26160,57,963,NULL,7740,10,'2026-01-12 20:52:40','2026-01-12 21:01:02','c4af1b48-da5a-498b-81d1-119a6c35d078'),
(26161,57,963,NULL,7741,11,'2026-01-12 20:52:40','2026-01-12 21:01:02','5438b4fe-e9f0-4d37-a508-da38a4ff82fc'),
(26479,57,963,NULL,4931,3,'2026-01-12 21:00:10','2026-01-12 21:01:02','e3de023a-320c-455e-9e70-7012841f0998'),
(26536,32,7756,NULL,2610,1,'2026-01-12 21:01:02','2026-01-12 21:01:02','0ebe234c-ca0d-4382-8a05-38ba3e37a072'),
(26537,32,7756,NULL,2598,2,'2026-01-12 21:01:02','2026-01-12 21:01:02','0c92f013-55ea-448f-9ee2-83abcb45f362'),
(26538,32,7756,NULL,2624,3,'2026-01-12 21:01:02','2026-01-12 21:01:02','468efd9c-9b7c-4f41-83a0-fcb3945345be'),
(26539,32,7756,NULL,2600,4,'2026-01-12 21:01:02','2026-01-12 21:01:02','16573653-af27-4a63-bef0-836d8476bd7b'),
(26540,32,7756,NULL,2596,5,'2026-01-12 21:01:02','2026-01-12 21:01:02','adc307a6-756b-4989-b849-c9f1e52c08c3'),
(26541,32,7756,NULL,2602,6,'2026-01-12 21:01:02','2026-01-12 21:01:02','140a38e3-812d-447f-bbba-5e231ffe41d4'),
(26542,32,7756,NULL,2606,7,'2026-01-12 21:01:02','2026-01-12 21:01:02','2bd9c57e-ca06-4b22-82a0-ea053bee548b'),
(26543,32,7756,NULL,2612,8,'2026-01-12 21:01:02','2026-01-12 21:01:02','a9ffbc5a-cf23-4600-9635-c50ac5231d09'),
(26544,32,7756,NULL,2604,9,'2026-01-12 21:01:02','2026-01-12 21:01:02','1e000b64-37a7-4fc1-bd43-59b733458df4'),
(26545,32,7756,NULL,2608,10,'2026-01-12 21:01:02','2026-01-12 21:01:02','e28439c2-3b21-4166-b692-abd72f5010a4'),
(26546,16,7756,NULL,3058,1,'2026-01-12 21:01:02','2026-01-12 21:01:02','fb134cd6-8474-4143-96f5-165a429f251c'),
(26547,7,7756,NULL,2969,1,'2026-01-12 21:01:02','2026-01-12 21:01:02','67cfa0c5-8d93-4f44-8829-0aea2d8e09a5'),
(26548,7,7756,NULL,617,2,'2026-01-12 21:01:02','2026-01-12 21:01:02','a7d564b1-7858-495a-8d23-4965dc60c0ab'),
(26549,7,7756,NULL,605,3,'2026-01-12 21:01:02','2026-01-12 21:01:02','d92e2204-ce1e-4264-a718-9fc1abefed3f'),
(26550,82,7756,NULL,491,1,'2026-01-12 21:01:02','2026-01-12 21:01:02','5da604b0-30e2-4fbe-ac36-3e74b44ad554'),
(26551,46,7756,NULL,2891,1,'2026-01-12 21:01:02','2026-01-12 21:01:02','8243e3ae-87e3-4064-876e-8b753c755db3'),
(26552,57,7756,NULL,4927,1,'2026-01-12 21:01:02','2026-01-12 21:01:02','202a25be-f4e8-44a5-ab77-1c86bd1ebf3c'),
(26554,57,7756,NULL,4931,3,'2026-01-12 21:01:02','2026-01-12 21:01:02','a0942618-13c4-49d7-92a6-59a126f7227f'),
(26555,57,7756,NULL,4930,4,'2026-01-12 21:01:02','2026-01-12 21:01:02','38b284e8-92a9-4724-8efb-3edcfa69aa0d'),
(26556,57,7756,NULL,4932,5,'2026-01-12 21:01:02','2026-01-12 21:01:02','2b664c6d-6a07-4a3c-a35f-e70252a38c24'),
(26557,57,7756,NULL,4933,6,'2026-01-12 21:01:02','2026-01-12 21:01:02','924bc942-b79b-40e7-9bb3-b16c0e3073a2'),
(26558,57,7756,NULL,4934,7,'2026-01-12 21:01:02','2026-01-12 21:01:02','c6ddb3fc-2295-458b-a7af-ad30fcc4494f'),
(26559,57,7756,NULL,4935,8,'2026-01-12 21:01:02','2026-01-12 21:01:02','78f3daad-1b63-4159-9709-0e21dc4feb77'),
(26560,57,7756,NULL,7739,9,'2026-01-12 21:01:02','2026-01-12 21:01:02','a89ee89f-51a2-44fe-931c-6e9f7fb38956'),
(26561,57,7756,NULL,7740,10,'2026-01-12 21:01:02','2026-01-12 21:01:02','32e2b7d1-b307-4e41-b075-3efc2cde3c3b'),
(26562,57,7756,NULL,7741,11,'2026-01-12 21:01:02','2026-01-12 21:01:02','397227b6-9a47-47ea-b7a8-a59bc2a31093'),
(26620,32,7760,NULL,2610,1,'2026-01-12 21:11:23','2026-01-12 21:11:23','a034d21a-d462-484b-9102-35aff10210e5'),
(26621,32,7760,NULL,2598,2,'2026-01-12 21:11:23','2026-01-12 21:11:23','bf2483f3-0eb8-43e2-a966-18bb8c8dde87'),
(26622,32,7760,NULL,2600,3,'2026-01-12 21:11:23','2026-01-12 21:11:23','eae67030-ed83-4e99-999d-a860e787f107'),
(26623,32,7760,NULL,2604,4,'2026-01-12 21:11:23','2026-01-12 21:11:23','21c43dfd-e391-4874-9196-30cdc3df9f0f'),
(26624,16,7760,NULL,4282,1,'2026-01-12 21:11:23','2026-01-12 21:11:23','b1bed4fa-ac0e-410f-a4b5-99b8e2dae0c0'),
(26625,7,7760,NULL,2969,1,'2026-01-12 21:11:23','2026-01-12 21:11:23','5230ea78-750f-48b7-82ac-1de586d0bcfd'),
(26626,7,7760,NULL,617,2,'2026-01-12 21:11:23','2026-01-12 21:11:23','5e28e3ff-8f57-445f-8f2f-726829a15a04'),
(26627,7,7760,NULL,605,3,'2026-01-12 21:11:23','2026-01-12 21:11:23','2453c415-eaf9-4df9-9308-1267037f5d25'),
(26628,82,7760,NULL,469,1,'2026-01-12 21:11:23','2026-01-12 21:11:23','02ad7a6f-b07d-4d72-8137-5a014674bad8'),
(26629,82,7760,NULL,479,2,'2026-01-12 21:11:23','2026-01-12 21:11:23','e453fd5c-9384-4a2d-8907-d16608ca58c9'),
(26630,82,7760,NULL,491,3,'2026-01-12 21:11:23','2026-01-12 21:11:23','9ad13184-26ff-4b79-b470-5914b7badc8e'),
(26631,57,7760,NULL,4909,1,'2026-01-12 21:11:23','2026-01-12 21:11:23','9354b97b-b35f-4561-ab9f-798907b44405'),
(26632,57,7760,NULL,4910,2,'2026-01-12 21:11:23','2026-01-12 21:11:23','89033b94-9cf7-4514-8957-61f4c2b079da'),
(26633,57,7760,NULL,4911,3,'2026-01-12 21:11:23','2026-01-12 21:11:23','b5828304-adf8-4029-b31e-58bde93f9e91'),
(26655,46,1023,NULL,7379,1,'2026-01-12 21:24:09','2026-01-12 21:24:09','20dd7ef5-cc74-423a-abfd-5f7f10036b8e'),
(26656,32,7762,NULL,2610,1,'2026-01-12 21:24:09','2026-01-12 21:24:09','5d664e9e-12f0-426e-9d57-a1b22fe28671'),
(26657,32,7762,NULL,2598,2,'2026-01-12 21:24:09','2026-01-12 21:24:09','ad8949f3-7c1f-4132-a0df-f3586582dd3e'),
(26658,32,7762,NULL,2600,3,'2026-01-12 21:24:09','2026-01-12 21:24:09','510a7696-4ae3-4620-9c16-787cfb7ead3d'),
(26659,32,7762,NULL,2596,4,'2026-01-12 21:24:09','2026-01-12 21:24:09','ede3f76a-104b-4226-80fd-09c955e25d14'),
(26660,32,7762,NULL,2602,5,'2026-01-12 21:24:09','2026-01-12 21:24:09','b23c1052-7050-44f7-84c9-d41bcdad31ce'),
(26661,32,7762,NULL,2604,6,'2026-01-12 21:24:09','2026-01-12 21:24:09','b8003f4a-7f5f-4cc0-9a72-7fa5e3f3c1a3'),
(26662,32,7762,NULL,2608,7,'2026-01-12 21:24:09','2026-01-12 21:24:09','153c48fb-03ee-4b54-bedc-ba6f2e63feae'),
(26663,16,7762,NULL,5253,1,'2026-01-12 21:24:09','2026-01-12 21:24:09','2afaf558-ae5b-4695-8e8c-1b1b62cf7f6f'),
(26664,7,7762,NULL,601,1,'2026-01-12 21:24:09','2026-01-12 21:24:09','8e4c4925-e942-4130-8eb6-0cc8fd9f1590'),
(26666,7,7762,NULL,617,3,'2026-01-12 21:24:09','2026-01-12 21:24:09','2642dd50-b602-4cdf-8681-1daf24bf95b0'),
(26667,7,7762,NULL,605,4,'2026-01-12 21:24:09','2026-01-12 21:24:09','cdb3bdb8-b6aa-4c27-8d9b-2238c3d36a1f'),
(26668,82,7762,NULL,479,1,'2026-01-12 21:24:09','2026-01-12 21:24:09','e7ce1894-acf9-42be-950f-0129760fc7e3'),
(26669,82,7762,NULL,491,2,'2026-01-12 21:24:09','2026-01-12 21:24:09','2df3a271-9638-49ab-9edb-e15100e457bb'),
(26670,46,7762,NULL,7379,1,'2026-01-12 21:24:09','2026-01-12 21:24:09','9a8c0fe0-f69b-4d26-af7d-6566294762b2'),
(26671,57,7762,NULL,5254,1,'2026-01-12 21:24:09','2026-01-12 21:24:09','82fee815-b8ea-4365-98fe-3a701198f37a'),
(26672,57,7762,NULL,5255,2,'2026-01-12 21:24:09','2026-01-12 21:24:09','370c6ce1-215f-4044-84fc-fabe1a8b853e'),
(26673,57,7762,NULL,5256,3,'2026-01-12 21:24:09','2026-01-12 21:24:09','3ddbfdee-7fd3-45a5-acb0-8a5807aa70b5'),
(26674,57,7762,NULL,5257,4,'2026-01-12 21:24:09','2026-01-12 21:24:09','c92262ee-893d-49fc-ac93-b34aaa4187c3'),
(26675,57,7762,NULL,5258,5,'2026-01-12 21:24:09','2026-01-12 21:24:09','6f09643a-3fa1-42f6-a875-51815d5e99a8'),
(26677,32,7767,NULL,2610,1,'2026-01-13 15:01:41','2026-01-13 15:01:41','44ae11bb-0816-4d98-9dad-2a45f8e02b3b'),
(26678,32,7767,NULL,2598,2,'2026-01-13 15:01:41','2026-01-13 15:01:41','fad99c76-b4cf-4a2d-875b-a2398361be0b'),
(26679,32,7767,NULL,2624,3,'2026-01-13 15:01:41','2026-01-13 15:01:41','aa23ac0f-030f-49d4-91d1-c841ece82f09'),
(26680,32,7767,NULL,2600,4,'2026-01-13 15:01:41','2026-01-13 15:01:41','ed002301-25f0-4c07-82f3-89ab72b4f273'),
(26681,32,7767,NULL,2596,5,'2026-01-13 15:01:41','2026-01-13 15:01:41','0b866d3b-24c4-4e89-ab8d-4a36e812b1a8'),
(26682,32,7767,NULL,2602,6,'2026-01-13 15:01:41','2026-01-13 15:01:41','e8c5f43f-e78b-4a4f-8f3e-d1e6f9000c3b'),
(26683,32,7767,NULL,2606,7,'2026-01-13 15:01:41','2026-01-13 15:01:41','76df4cca-a843-462e-b4b5-5a460c04b16a'),
(26684,32,7767,NULL,2612,8,'2026-01-13 15:01:41','2026-01-13 15:01:41','6bec8597-d157-4d57-a5e9-3cf7e8b5e5d6'),
(26685,32,7767,NULL,2604,9,'2026-01-13 15:01:41','2026-01-13 15:01:41','7994cdc6-a975-455c-8024-79453e64ddd8'),
(26686,32,7767,NULL,2608,10,'2026-01-13 15:01:41','2026-01-13 15:01:41','e34efd50-8ec2-40eb-b2d8-5574e5e5f761'),
(26687,16,7767,NULL,3058,1,'2026-01-13 15:01:41','2026-01-13 15:01:41','9a6b3ec8-1721-4d3a-86db-206b65666ef4'),
(26688,7,7767,NULL,2969,1,'2026-01-13 15:01:41','2026-01-13 15:01:41','14b9ce83-1dfc-4ceb-b92b-22f9e4fccc66'),
(26689,7,7767,NULL,617,2,'2026-01-13 15:01:41','2026-01-13 15:01:41','5bc8a8fc-10b6-4bd5-a569-bf449b0df3e2'),
(26690,7,7767,NULL,605,3,'2026-01-13 15:01:41','2026-01-13 15:01:41','4db38b06-8d48-41f4-8f20-ea2e369bb01f'),
(26691,82,7767,NULL,491,1,'2026-01-13 15:01:41','2026-01-13 15:01:41','3c5935eb-8f94-4188-ad2e-fbc02d0d27c8'),
(26692,46,7767,NULL,2891,1,'2026-01-13 15:01:41','2026-01-13 15:01:41','e7dcbdbe-cb3e-4a8a-b447-5a3db9d58992'),
(26693,57,7767,NULL,4927,1,'2026-01-13 15:01:41','2026-01-13 15:01:41','61eb4c29-3f3f-4ff8-b277-c486988823aa'),
(26695,57,7767,NULL,4931,3,'2026-01-13 15:01:41','2026-01-13 15:01:41','05ad9104-3783-4826-b9df-c7bed77fe1f6'),
(26696,57,7767,NULL,4930,4,'2026-01-13 15:01:41','2026-01-13 15:01:41','ddc86a51-e49e-4c8a-b812-023b2947f05c'),
(26697,57,7767,NULL,4932,5,'2026-01-13 15:01:41','2026-01-13 15:01:41','7935c841-77fc-443f-93c9-959e1cae6403'),
(26698,57,7767,NULL,4933,6,'2026-01-13 15:01:41','2026-01-13 15:01:41','a0131a17-2290-4684-b7ae-65a6b2e3f154'),
(26699,57,7767,NULL,4934,7,'2026-01-13 15:01:41','2026-01-13 15:01:41','79038db2-9d9c-4e3d-ba79-f51682dadacc'),
(26700,57,7767,NULL,4935,8,'2026-01-13 15:01:41','2026-01-13 15:01:41','90886f90-ea5a-4c64-9b60-70c3043877f8'),
(26701,57,7767,NULL,7739,9,'2026-01-13 15:01:41','2026-01-13 15:01:41','dcf7caba-210c-492e-9cdf-4c6781e3a585'),
(26702,57,7767,NULL,7740,10,'2026-01-13 15:01:41','2026-01-13 15:01:41','8f7d781f-08db-4925-ad16-7d7ca5a2c665'),
(26703,57,7767,NULL,7741,11,'2026-01-13 15:01:41','2026-01-13 15:01:41','ee179726-c2eb-4c54-a01d-ef3c0e946a63'),
(26733,32,7769,NULL,2610,1,'2026-01-13 15:01:43','2026-01-13 15:01:43','38b6aac5-3122-4acb-94a8-a752d96a7c2f'),
(26734,32,7769,NULL,2598,2,'2026-01-13 15:01:43','2026-01-13 15:01:43','6888f13e-bde7-4bc8-a108-f687a930f7e3'),
(26735,32,7769,NULL,2624,3,'2026-01-13 15:01:43','2026-01-13 15:01:43','a657a583-6b9c-4a50-9f34-5e754577c6dd'),
(26736,32,7769,NULL,2600,4,'2026-01-13 15:01:43','2026-01-13 15:01:43','399b495c-ff78-40ea-bdc7-e07cfed2c839'),
(26737,32,7769,NULL,2596,5,'2026-01-13 15:01:43','2026-01-13 15:01:43','45d895d1-8b1b-471f-a1dc-52e0c6a62acd'),
(26738,32,7769,NULL,2602,6,'2026-01-13 15:01:43','2026-01-13 15:01:43','747ce545-7cb9-4066-8b68-bc4eb572b67c'),
(26739,32,7769,NULL,2606,7,'2026-01-13 15:01:43','2026-01-13 15:01:43','b3ce12fb-c00d-4a15-bfd4-0e72f9c6ffec'),
(26740,32,7769,NULL,2612,8,'2026-01-13 15:01:43','2026-01-13 15:01:43','cd7bed8e-8a83-4f0b-a2ea-daabda4a89ea'),
(26741,32,7769,NULL,2604,9,'2026-01-13 15:01:43','2026-01-13 15:01:43','7718205a-0f7d-4443-a101-3710c711ceb7'),
(26742,32,7769,NULL,2608,10,'2026-01-13 15:01:43','2026-01-13 15:01:43','4846558b-3ba3-477c-8014-d90cf2ab3061'),
(26743,16,7769,NULL,3058,1,'2026-01-13 15:01:43','2026-01-13 15:01:43','8703e258-bfdb-40e6-bc1a-532b544055db'),
(26744,7,7769,NULL,2969,1,'2026-01-13 15:01:43','2026-01-13 15:01:43','1c8a663c-8660-4813-b246-74d6e00fca47'),
(26745,7,7769,NULL,617,2,'2026-01-13 15:01:43','2026-01-13 15:01:43','172c3a52-1a61-4970-b2c6-9964f1729c83'),
(26746,7,7769,NULL,605,3,'2026-01-13 15:01:43','2026-01-13 15:01:43','a8456616-31c4-4245-99cb-133bb78a430b'),
(26747,82,7769,NULL,491,1,'2026-01-13 15:01:43','2026-01-13 15:01:43','bb386b23-2116-4c8a-a0a0-d2aeec2463db'),
(26748,46,7769,NULL,2891,1,'2026-01-13 15:01:43','2026-01-13 15:01:43','23c51d9c-9e81-4610-96d8-2b20bc22c3a9'),
(26749,57,7769,NULL,4927,1,'2026-01-13 15:01:43','2026-01-13 15:01:43','702f39dc-f37f-4fb4-ae9c-546cfe11f79d'),
(26751,57,7769,NULL,4931,3,'2026-01-13 15:01:43','2026-01-13 15:01:43','8f089b69-8927-444d-9445-20cf453bea26'),
(26752,57,7769,NULL,4930,4,'2026-01-13 15:01:43','2026-01-13 15:01:43','dec30609-1678-4045-8df4-22e6623a3b5b'),
(26753,57,7769,NULL,4932,5,'2026-01-13 15:01:43','2026-01-13 15:01:43','5ca9645a-4dac-4f0d-ba62-65b7369b90c8'),
(26754,57,7769,NULL,4933,6,'2026-01-13 15:01:43','2026-01-13 15:01:43','a40c2fc9-08d6-4523-b51e-62757dc42229'),
(26755,57,7769,NULL,4934,7,'2026-01-13 15:01:43','2026-01-13 15:01:43','db2d3fe2-53e1-4dde-a853-30ba9313c539'),
(26756,57,7769,NULL,4935,8,'2026-01-13 15:01:43','2026-01-13 15:01:43','918d2f46-4ee8-4dea-a5ad-885184a289b8'),
(26757,57,7769,NULL,7739,9,'2026-01-13 15:01:43','2026-01-13 15:01:43','ece94240-5ed6-413f-923c-2329821636a7'),
(26758,57,7769,NULL,7740,10,'2026-01-13 15:01:43','2026-01-13 15:01:43','ae380dcf-1264-4326-87d8-08105811ff9c'),
(26759,57,7769,NULL,7741,11,'2026-01-13 15:01:43','2026-01-13 15:01:43','9adb34d3-5ec7-44ea-be9e-6ddb7ad007a1'),
(26807,57,963,NULL,7772,2,'2026-01-13 16:00:26','2026-01-13 16:00:26','81923971-3af8-4018-8070-40e48f022d36'),
(26808,32,7773,NULL,2610,1,'2026-01-13 16:00:26','2026-01-13 16:00:26','27a3dbe5-aa6d-4050-975b-d05b54387947'),
(26809,32,7773,NULL,2598,2,'2026-01-13 16:00:26','2026-01-13 16:00:26','8363c81e-6619-4892-b9cd-d57c62beebbe'),
(26810,32,7773,NULL,2624,3,'2026-01-13 16:00:26','2026-01-13 16:00:26','4f19f4eb-69af-4a33-88bd-06e11ab0e03c'),
(26811,32,7773,NULL,2600,4,'2026-01-13 16:00:26','2026-01-13 16:00:26','c4d4ef46-9da6-47cc-8d20-a2d629c9147f'),
(26812,32,7773,NULL,2596,5,'2026-01-13 16:00:26','2026-01-13 16:00:26','3ee23533-cca3-4fef-ae70-507494919c87'),
(26813,32,7773,NULL,2602,6,'2026-01-13 16:00:26','2026-01-13 16:00:26','d38b3ea6-affc-4d00-8e57-92ed0c2bfa3e'),
(26814,32,7773,NULL,2606,7,'2026-01-13 16:00:26','2026-01-13 16:00:26','6f9c205e-5389-40c6-95b0-16735ee86630'),
(26815,32,7773,NULL,2612,8,'2026-01-13 16:00:26','2026-01-13 16:00:26','dfdc4e42-e9e5-4945-ba6c-2a8c8b726f7e'),
(26816,32,7773,NULL,2604,9,'2026-01-13 16:00:26','2026-01-13 16:00:26','4659ebeb-5a4c-458e-a964-2b93b2f6ca0e'),
(26817,32,7773,NULL,2608,10,'2026-01-13 16:00:26','2026-01-13 16:00:26','e5ced74c-2240-4433-813c-6d2e437bc0c0'),
(26818,16,7773,NULL,3058,1,'2026-01-13 16:00:26','2026-01-13 16:00:26','f336bca3-786d-4e2b-b873-ea81d1445281'),
(26819,7,7773,NULL,2969,1,'2026-01-13 16:00:26','2026-01-13 16:00:26','2b44a5a9-648c-4ede-a9a9-37921221d1e4'),
(26820,7,7773,NULL,617,2,'2026-01-13 16:00:26','2026-01-13 16:00:26','1cfe2b42-63d1-46b1-8503-86741b3875e3'),
(26821,7,7773,NULL,605,3,'2026-01-13 16:00:26','2026-01-13 16:00:26','fbb24255-50fc-4086-9bda-616dbc85a6cc'),
(26822,82,7773,NULL,491,1,'2026-01-13 16:00:26','2026-01-13 16:00:26','2effc4b7-630b-474a-b94d-29b1950eba5d'),
(26823,46,7773,NULL,2891,1,'2026-01-13 16:00:26','2026-01-13 16:00:26','439cbb6e-7e64-4ee2-b290-0dda4a467ccd'),
(26824,57,7773,NULL,4927,1,'2026-01-13 16:00:26','2026-01-13 16:00:26','8e4b7684-bd40-4bf3-87b6-dea1c8d1d5c4'),
(26825,57,7773,NULL,7772,2,'2026-01-13 16:00:26','2026-01-13 16:00:26','97b6c802-af29-4b90-baac-6d5728d6222f'),
(26826,57,7773,NULL,4931,3,'2026-01-13 16:00:26','2026-01-13 16:00:26','459f3a6f-28f8-45bf-9f9e-b54c3b989ae1'),
(26827,57,7773,NULL,4930,4,'2026-01-13 16:00:26','2026-01-13 16:00:26','d50eeef3-8621-49c7-82da-ab6e35cef327'),
(26828,57,7773,NULL,4932,5,'2026-01-13 16:00:26','2026-01-13 16:00:26','172d5526-92cf-43f9-a6eb-0452a6ed6de6'),
(26829,57,7773,NULL,4933,6,'2026-01-13 16:00:26','2026-01-13 16:00:26','459bcdc1-3b2c-4588-a9af-ea6caa95c6ae'),
(26830,57,7773,NULL,4934,7,'2026-01-13 16:00:26','2026-01-13 16:00:26','e29f40aa-a073-4be7-a8df-2975b8857e30'),
(26831,57,7773,NULL,4935,8,'2026-01-13 16:00:26','2026-01-13 16:00:26','0e5cd8a5-87b1-47ce-88a4-aca763482bb0'),
(26832,57,7773,NULL,7739,9,'2026-01-13 16:00:26','2026-01-13 16:00:26','c1dd3b9a-8119-4eed-8890-bc29fe6d9036'),
(26833,57,7773,NULL,7740,10,'2026-01-13 16:00:26','2026-01-13 16:00:26','3318ff69-014b-4453-baa3-48a209013448'),
(26834,57,7773,NULL,7741,11,'2026-01-13 16:00:26','2026-01-13 16:00:26','90bf82f0-29cb-4133-bdfc-54197ca98d13'),
(26864,32,7775,NULL,2610,1,'2026-01-13 16:00:34','2026-01-13 16:00:34','8d1b3050-03ea-4553-9dff-05f167721339'),
(26865,32,7775,NULL,2598,2,'2026-01-13 16:00:34','2026-01-13 16:00:34','2aa81f77-d040-48e4-a754-62f571a69c67'),
(26866,32,7775,NULL,2624,3,'2026-01-13 16:00:34','2026-01-13 16:00:34','ec65930a-cd03-4b53-96ab-e707434c5b84'),
(26867,32,7775,NULL,2600,4,'2026-01-13 16:00:34','2026-01-13 16:00:34','15310544-90d0-4ea6-a6a7-63052d7294cc'),
(26868,32,7775,NULL,2596,5,'2026-01-13 16:00:34','2026-01-13 16:00:34','e218e32d-3133-4715-86aa-8cd2861a55e7'),
(26869,32,7775,NULL,2602,6,'2026-01-13 16:00:34','2026-01-13 16:00:34','b62328bc-699d-431a-8630-6bcf8303edc7'),
(26870,32,7775,NULL,2606,7,'2026-01-13 16:00:34','2026-01-13 16:00:34','16a98c14-8941-4fb2-91d5-f6a9502a6778'),
(26871,32,7775,NULL,2612,8,'2026-01-13 16:00:34','2026-01-13 16:00:34','4a472b77-3323-4076-8c98-eb26f727ba48'),
(26872,32,7775,NULL,2604,9,'2026-01-13 16:00:34','2026-01-13 16:00:34','c2860608-f491-4b42-96de-1015f4c91b01'),
(26873,32,7775,NULL,2608,10,'2026-01-13 16:00:34','2026-01-13 16:00:34','144c70c5-7f55-4624-bc5c-53ab4d9341c2'),
(26874,16,7775,NULL,3058,1,'2026-01-13 16:00:34','2026-01-13 16:00:34','f45b7e11-1397-49e8-8e56-1cdbba781224'),
(26875,7,7775,NULL,2969,1,'2026-01-13 16:00:34','2026-01-13 16:00:34','4da884b0-3524-4c55-aa78-9854bd70b458'),
(26876,7,7775,NULL,617,2,'2026-01-13 16:00:34','2026-01-13 16:00:34','171b4fa5-7c4d-4b5f-bf4a-6c5436dacf59'),
(26877,7,7775,NULL,605,3,'2026-01-13 16:00:34','2026-01-13 16:00:34','94698d89-44fb-42e5-8fb6-152ff8229ccf'),
(26878,82,7775,NULL,491,1,'2026-01-13 16:00:34','2026-01-13 16:00:34','273dc662-51c6-4c11-b9ac-e2526de25cb8'),
(26879,46,7775,NULL,2891,1,'2026-01-13 16:00:34','2026-01-13 16:00:34','948476b4-475f-43a6-b195-a8e99d8573f9'),
(26880,57,7775,NULL,4927,1,'2026-01-13 16:00:34','2026-01-13 16:00:34','54b602de-ad46-4689-9834-07293e80ddc3'),
(26881,57,7775,NULL,7772,2,'2026-01-13 16:00:34','2026-01-13 16:00:34','96be3600-7120-4357-ac78-7efa81b581d1'),
(26882,57,7775,NULL,4931,3,'2026-01-13 16:00:34','2026-01-13 16:00:34','b01b90df-9252-4ef7-8ffb-31d115764fa2'),
(26883,57,7775,NULL,4930,4,'2026-01-13 16:00:34','2026-01-13 16:00:34','146281ff-01f9-4589-9494-639038f679e8'),
(26884,57,7775,NULL,4932,5,'2026-01-13 16:00:34','2026-01-13 16:00:34','d72cbe73-8dbc-43ec-a977-85cf6b2efc09'),
(26885,57,7775,NULL,4933,6,'2026-01-13 16:00:34','2026-01-13 16:00:34','5edc6870-8146-4738-8754-24a6d59633b0'),
(26886,57,7775,NULL,4934,7,'2026-01-13 16:00:34','2026-01-13 16:00:34','5620b93a-0d2f-4329-98e4-efaa8a759f41'),
(26887,57,7775,NULL,4935,8,'2026-01-13 16:00:34','2026-01-13 16:00:34','5da36b4a-afa4-4373-8a00-f84d86415e49'),
(26888,57,7775,NULL,7739,9,'2026-01-13 16:00:34','2026-01-13 16:00:34','b6b41ca1-20b6-48b7-abae-7ce31d43ca04'),
(26889,57,7775,NULL,7740,10,'2026-01-13 16:00:34','2026-01-13 16:00:34','9d591371-5207-496e-8dee-5a16cdf5443f'),
(26890,57,7775,NULL,7741,11,'2026-01-13 16:00:34','2026-01-13 16:00:34','42674d28-6346-4b4c-bc0a-d46d5948996b'),
(26892,32,7776,NULL,2610,1,'2026-01-13 16:04:21','2026-01-13 16:04:21','bf822d19-6a0c-4c62-8927-011c805b3fe2'),
(26893,32,7776,NULL,2598,2,'2026-01-13 16:04:21','2026-01-13 16:04:21','9a7e010c-c73c-4b4b-af92-9d47c553a5fb'),
(26894,32,7776,NULL,2624,3,'2026-01-13 16:04:21','2026-01-13 16:04:21','3da3a843-2067-4bc5-a544-b081521765c1'),
(26895,32,7776,NULL,2600,4,'2026-01-13 16:04:21','2026-01-13 16:04:21','6219b5c0-b6fa-4410-bb61-ef12c40790bb'),
(26896,32,7776,NULL,2596,5,'2026-01-13 16:04:21','2026-01-13 16:04:21','5049a526-168c-4839-9e44-7608d4031ef1'),
(26897,32,7776,NULL,2602,6,'2026-01-13 16:04:21','2026-01-13 16:04:21','c5e79076-da20-4d6e-a584-29ca1e3c6c7a'),
(26898,32,7776,NULL,2606,7,'2026-01-13 16:04:21','2026-01-13 16:04:21','924eef98-b8ae-44d0-b9d6-7c7f19a31488'),
(26899,32,7776,NULL,2612,8,'2026-01-13 16:04:21','2026-01-13 16:04:21','51a366ce-7d98-4c58-a6ae-5b0a0e79552e'),
(26900,32,7776,NULL,2604,9,'2026-01-13 16:04:21','2026-01-13 16:04:21','69a5297d-b978-428d-9f96-9c6737d9e4b0'),
(26901,32,7776,NULL,2608,10,'2026-01-13 16:04:21','2026-01-13 16:04:21','173e2005-25a9-4509-bff0-2637db009d36'),
(26902,16,7776,NULL,3058,1,'2026-01-13 16:04:21','2026-01-13 16:04:21','87db50db-da2d-4ffb-8969-e6a2c0217b8d'),
(26903,7,7776,NULL,2969,1,'2026-01-13 16:04:21','2026-01-13 16:04:21','a3840546-e1a0-44cd-b958-fa165049e747'),
(26904,7,7776,NULL,617,2,'2026-01-13 16:04:21','2026-01-13 16:04:21','60be6635-42a2-499a-9795-a8abe72eb2ef'),
(26905,7,7776,NULL,605,3,'2026-01-13 16:04:21','2026-01-13 16:04:21','271ba2e1-c902-418e-9385-4966d8a72ee9'),
(26906,82,7776,NULL,491,1,'2026-01-13 16:04:21','2026-01-13 16:04:21','3fc76d25-8d7f-4836-800f-53cb8f9d3694'),
(26907,46,7776,NULL,2891,1,'2026-01-13 16:04:21','2026-01-13 16:04:21','a5c311af-dce5-48b1-95b0-1d3b5445aeed'),
(26908,57,7776,NULL,4927,1,'2026-01-13 16:04:21','2026-01-13 16:04:21','b5f40472-fdff-4448-a5de-ee44866a878c'),
(26909,57,7776,NULL,7772,2,'2026-01-13 16:04:21','2026-01-13 16:04:21','deacbd31-f3f0-46d8-8d59-920d7523ecbe'),
(26910,57,7776,NULL,4931,3,'2026-01-13 16:04:21','2026-01-13 16:04:21','f4f51437-d928-4949-9b02-9924a5d99a0b'),
(26911,57,7776,NULL,4930,4,'2026-01-13 16:04:21','2026-01-13 16:04:21','f81282c7-c056-46e6-b37f-74844951baf3'),
(26912,57,7776,NULL,4932,5,'2026-01-13 16:04:21','2026-01-13 16:04:21','7fb776ca-c776-4da0-802a-b8f8d5299029'),
(26913,57,7776,NULL,4933,6,'2026-01-13 16:04:21','2026-01-13 16:04:21','ad61e4e4-3874-406b-a2ec-0f12a48ccb7e'),
(26914,57,7776,NULL,4934,7,'2026-01-13 16:04:21','2026-01-13 16:04:21','4f7e32e1-164f-44e1-af6a-fa2b23b904b7'),
(26915,57,7776,NULL,4935,8,'2026-01-13 16:04:21','2026-01-13 16:04:21','8ef70c93-b241-48e9-b6f4-e4bcf12b1bd5'),
(26916,57,7776,NULL,7739,9,'2026-01-13 16:04:21','2026-01-13 16:04:21','e6c82501-079f-4afc-93fa-dd7101009a0c'),
(26917,57,7776,NULL,7740,10,'2026-01-13 16:04:21','2026-01-13 16:04:21','06ebbb9b-80d4-4c77-84dd-ae5cd0a64469'),
(26918,57,7776,NULL,7741,11,'2026-01-13 16:04:21','2026-01-13 16:04:21','78c5c730-8693-49ba-8abc-76dbe1580125'),
(26943,57,969,NULL,7778,1,'2026-01-13 16:08:07','2026-01-13 16:08:07','9ce2060f-c26c-4253-b05d-0a0ff10456a8'),
(26944,57,969,NULL,7779,2,'2026-01-13 16:08:07','2026-01-13 16:08:07','80355c5e-a1bf-42b0-8e08-d2c20d7e3a6c'),
(26945,57,969,NULL,7780,3,'2026-01-13 16:08:07','2026-01-13 16:08:07','ff576517-9c9e-447e-9229-97591a764b59'),
(26946,57,969,NULL,7781,4,'2026-01-13 16:08:07','2026-01-13 16:08:07','0cda317c-7a2c-47d9-b85b-c01baea30d68'),
(26948,57,969,NULL,7783,5,'2026-01-13 16:08:07','2026-01-13 16:08:38','fa2b0fbe-33d9-4914-8a19-4b9460f8e625'),
(26949,57,969,NULL,7784,6,'2026-01-13 16:08:07','2026-01-13 16:08:38','a0848f6e-c34f-4ed5-ade4-277507cb6ec8'),
(26950,57,969,NULL,7785,7,'2026-01-13 16:08:07','2026-01-13 16:08:38','cb7e073c-b04b-4275-84f2-26b03538c3dc'),
(26951,32,7786,NULL,2610,1,'2026-01-13 16:08:07','2026-01-13 16:08:07','d8017bbd-7395-4f00-878f-d6983e8ac93d'),
(26952,32,7786,NULL,2598,2,'2026-01-13 16:08:07','2026-01-13 16:08:07','385a71f7-9008-4402-9a00-006a5815a353'),
(26953,32,7786,NULL,2600,3,'2026-01-13 16:08:07','2026-01-13 16:08:07','8a69ac78-951a-450d-a89d-e0ed6f891170'),
(26954,32,7786,NULL,2596,4,'2026-01-13 16:08:07','2026-01-13 16:08:07','3a73f515-b640-4831-a7e8-717c4e282e54'),
(26955,32,7786,NULL,2602,5,'2026-01-13 16:08:07','2026-01-13 16:08:07','3e96b5bc-b7cf-4c90-a035-3f1d499f5c71'),
(26956,32,7786,NULL,2604,6,'2026-01-13 16:08:07','2026-01-13 16:08:07','4b8b0d5c-fbf0-459e-98f3-6c0a05244e09'),
(26957,32,7786,NULL,2608,7,'2026-01-13 16:08:07','2026-01-13 16:08:07','64d1f4eb-9793-4b63-9b00-84158303938e'),
(26958,16,7786,NULL,3090,1,'2026-01-13 16:08:07','2026-01-13 16:08:07','62481bb9-c790-4a18-8ce9-e88553d719b8'),
(26960,7,7786,NULL,3093,2,'2026-01-13 16:08:07','2026-01-13 16:08:07','95f8066c-7d1c-41c4-81d6-55e80aabd241'),
(26961,7,7786,NULL,617,3,'2026-01-13 16:08:07','2026-01-13 16:08:07','f44c0d92-500a-430d-bf65-27545e1f51db'),
(26962,7,7786,NULL,605,4,'2026-01-13 16:08:07','2026-01-13 16:08:07','ec2d2fd2-0767-4b97-bdde-2c7b2df1d86c'),
(26963,82,7786,NULL,479,1,'2026-01-13 16:08:07','2026-01-13 16:08:07','cb0df814-b54c-4ace-9db2-84c2507378a4'),
(26964,82,7786,NULL,491,2,'2026-01-13 16:08:07','2026-01-13 16:08:07','4b65719b-7d69-4d10-ba18-a99332d752df'),
(26965,57,7786,NULL,7778,1,'2026-01-13 16:08:07','2026-01-13 16:08:07','e3756076-51c6-496c-8afc-e483ffdf8bea'),
(26966,57,7786,NULL,7779,2,'2026-01-13 16:08:07','2026-01-13 16:08:07','b86d3cf0-6e4f-4405-89f2-59caff1f4195'),
(26967,57,7786,NULL,7780,3,'2026-01-13 16:08:07','2026-01-13 16:08:07','610b97cb-f7c0-48a2-a4ac-78a22374d93d'),
(26968,57,7786,NULL,7781,4,'2026-01-13 16:08:07','2026-01-13 16:08:07','08f41316-49d5-48aa-a05e-158531faeb23'),
(26969,57,7786,NULL,7782,5,'2026-01-13 16:08:07','2026-01-13 16:08:07','88df0e93-8630-4e8d-aa68-234cf4ef5d5b'),
(26970,57,7786,NULL,7783,6,'2026-01-13 16:08:07','2026-01-13 16:08:07','e6afba55-198c-49c5-99fb-071a4f99ddf1'),
(26971,57,7786,NULL,7784,7,'2026-01-13 16:08:07','2026-01-13 16:08:07','8d92eb73-4c90-4551-840c-fa41943732ee'),
(26972,57,7786,NULL,7785,8,'2026-01-13 16:08:07','2026-01-13 16:08:07','146a23c8-722b-4a9b-8216-a4ac32270b12'),
(26997,32,7788,NULL,2610,1,'2026-01-13 16:08:39','2026-01-13 16:08:39','43838485-9e1c-478c-9c9f-1de437666b4b'),
(26998,32,7788,NULL,2598,2,'2026-01-13 16:08:39','2026-01-13 16:08:39','8d3f0f3f-9a1e-4b81-9617-36d726d7f673'),
(26999,32,7788,NULL,2600,3,'2026-01-13 16:08:39','2026-01-13 16:08:39','6c92daff-faa9-4320-963c-025fdb0d37d9'),
(27000,32,7788,NULL,2596,4,'2026-01-13 16:08:39','2026-01-13 16:08:39','8366bfe5-4876-4e1b-a819-4ec7b6ed75cc'),
(27001,32,7788,NULL,2602,5,'2026-01-13 16:08:39','2026-01-13 16:08:39','df74a9d5-9152-4e1b-84a5-eeec69196241'),
(27002,32,7788,NULL,2604,6,'2026-01-13 16:08:39','2026-01-13 16:08:39','7f98177b-3be4-4af2-a57c-05487e5ece39'),
(27003,32,7788,NULL,2608,7,'2026-01-13 16:08:39','2026-01-13 16:08:39','b75d8ec9-8559-4bec-bbe3-7e1d02e5d3e9'),
(27004,16,7788,NULL,3090,1,'2026-01-13 16:08:39','2026-01-13 16:08:39','c9ab3e48-24a6-472e-bae7-6faddf8d834d'),
(27006,7,7788,NULL,3093,2,'2026-01-13 16:08:39','2026-01-13 16:08:39','21bd8d1f-0771-4b5d-ace0-99a36ef6345b'),
(27007,7,7788,NULL,617,3,'2026-01-13 16:08:39','2026-01-13 16:08:39','e3819836-8a0b-40aa-ad18-5eb3a38fc4c9'),
(27008,7,7788,NULL,605,4,'2026-01-13 16:08:39','2026-01-13 16:08:39','471d7985-ce64-40a9-95fa-d1e5e671ec51'),
(27009,82,7788,NULL,479,1,'2026-01-13 16:08:39','2026-01-13 16:08:39','1202fa7d-d4e5-44e2-9535-838d8357847d'),
(27010,82,7788,NULL,491,2,'2026-01-13 16:08:39','2026-01-13 16:08:39','073e4bac-95c0-4f66-a088-bd5beb9a778b'),
(27011,57,7788,NULL,7778,1,'2026-01-13 16:08:39','2026-01-13 16:08:39','d04914fb-9860-4efe-9655-42faa9327245'),
(27012,57,7788,NULL,7779,2,'2026-01-13 16:08:39','2026-01-13 16:08:39','eaebc069-9e8a-485a-9d41-78bae3500efb'),
(27013,57,7788,NULL,7780,3,'2026-01-13 16:08:39','2026-01-13 16:08:39','fb058c33-adac-44fa-ae21-a6a4675eebb8'),
(27014,57,7788,NULL,7781,4,'2026-01-13 16:08:39','2026-01-13 16:08:39','c581bc9c-e652-4dec-a6bb-8fdedc292ce1'),
(27015,57,7788,NULL,7783,5,'2026-01-13 16:08:39','2026-01-13 16:08:39','3a722450-98f2-4f20-beaa-36f4dde453ad'),
(27016,57,7788,NULL,7784,6,'2026-01-13 16:08:39','2026-01-13 16:08:39','c5ef7ee7-5298-49b7-b6f1-540c4bad7dc0'),
(27017,57,7788,NULL,7785,7,'2026-01-13 16:08:39','2026-01-13 16:08:39','d689c268-6a73-47af-98d6-67e99406be41'),
(27041,32,7790,NULL,2610,1,'2026-01-13 16:09:02','2026-01-13 16:09:02','c196db50-fc22-4ba3-9089-796500c0d054'),
(27042,32,7790,NULL,2598,2,'2026-01-13 16:09:02','2026-01-13 16:09:02','86bb334d-0501-4926-8ec5-8b26f4264146'),
(27043,32,7790,NULL,2600,3,'2026-01-13 16:09:02','2026-01-13 16:09:02','6a0dfb29-1865-4f3b-a50b-f0ca2810f2a1'),
(27044,32,7790,NULL,2596,4,'2026-01-13 16:09:02','2026-01-13 16:09:02','44974d51-9650-4635-8969-62c6ee7976aa'),
(27045,32,7790,NULL,2602,5,'2026-01-13 16:09:02','2026-01-13 16:09:02','558e77f9-2b3e-4030-8445-2f07298fc8ca'),
(27046,32,7790,NULL,2604,6,'2026-01-13 16:09:02','2026-01-13 16:09:02','fcab3810-5d16-4f71-b222-22ca1b32b9cf'),
(27047,32,7790,NULL,2608,7,'2026-01-13 16:09:02','2026-01-13 16:09:02','384fec9a-5c88-4c00-a509-97e01cacf81a'),
(27048,16,7790,NULL,3090,1,'2026-01-13 16:09:02','2026-01-13 16:09:02','0557aa33-f2a5-42b0-bb07-1018541b6d9f'),
(27050,7,7790,NULL,3093,2,'2026-01-13 16:09:02','2026-01-13 16:09:02','990ba974-efaf-4f6e-9bf2-1777c4c2d8c1'),
(27051,7,7790,NULL,617,3,'2026-01-13 16:09:02','2026-01-13 16:09:02','b9d55e08-06bc-4cef-98e3-ac7f482e0b1c'),
(27052,7,7790,NULL,605,4,'2026-01-13 16:09:02','2026-01-13 16:09:02','b24d9f7e-6061-4203-95c3-8f3d46f3fd52'),
(27053,82,7790,NULL,479,1,'2026-01-13 16:09:02','2026-01-13 16:09:02','044a50b2-47f5-4868-b15e-f83cac7dde36'),
(27054,82,7790,NULL,491,2,'2026-01-13 16:09:02','2026-01-13 16:09:02','f678b82b-089f-46f6-95ef-f5be68033178'),
(27055,57,7790,NULL,7778,1,'2026-01-13 16:09:02','2026-01-13 16:09:02','d026204b-e5e8-47cd-a453-3dc66576fd47'),
(27056,57,7790,NULL,7779,2,'2026-01-13 16:09:02','2026-01-13 16:09:02','fc0434cc-b39f-4ae9-a8fd-b82efdee8df8'),
(27057,57,7790,NULL,7780,3,'2026-01-13 16:09:02','2026-01-13 16:09:02','0098166f-91ac-4af9-97b4-6eba62e09f52'),
(27058,57,7790,NULL,7781,4,'2026-01-13 16:09:02','2026-01-13 16:09:02','ea267170-1b08-4820-aa23-b53c7f1ce086'),
(27059,57,7790,NULL,7783,5,'2026-01-13 16:09:02','2026-01-13 16:09:02','297d9b03-df29-4661-b700-b2c51d114833'),
(27060,57,7790,NULL,7784,6,'2026-01-13 16:09:02','2026-01-13 16:09:02','499e9914-4c8c-4cd1-a2ab-11d7343eb0c8'),
(27061,57,7790,NULL,7785,7,'2026-01-13 16:09:02','2026-01-13 16:09:02','78f829a1-c58f-4c6c-9ca8-7f0dd5189fc9'),
(27064,16,975,NULL,7791,1,'2026-01-13 16:11:45','2026-01-13 16:11:45','6a35f89d-920b-4eac-b6ed-2f38c66128bf'),
(27065,32,7792,NULL,2614,1,'2026-01-13 16:11:45','2026-01-13 16:11:45','abc78fc5-ec35-4491-b74c-b1c64f3845c6'),
(27066,32,7792,NULL,2610,2,'2026-01-13 16:11:45','2026-01-13 16:11:45','4a7af7fe-747a-4645-951b-895591be1923'),
(27067,32,7792,NULL,2598,3,'2026-01-13 16:11:45','2026-01-13 16:11:45','93690482-3edb-488b-a9ae-adb86f3f362c'),
(27068,32,7792,NULL,2608,4,'2026-01-13 16:11:45','2026-01-13 16:11:45','cbb07118-6f5b-43a4-9c8b-8e01fdea312a'),
(27069,32,7792,NULL,2600,5,'2026-01-13 16:11:45','2026-01-13 16:11:45','8e93f153-7acd-4415-b27c-04da72df3875'),
(27070,32,7792,NULL,2596,6,'2026-01-13 16:11:45','2026-01-13 16:11:45','17023971-51a2-41f9-93f6-78a7ecee4f2b'),
(27071,32,7792,NULL,2602,7,'2026-01-13 16:11:45','2026-01-13 16:11:45','2190bbd1-83b2-428a-bff3-6fdf836b39ff'),
(27072,32,7792,NULL,2604,8,'2026-01-13 16:11:45','2026-01-13 16:11:45','fa572b51-fc45-44b4-8d13-51b9699f5b70'),
(27073,16,7792,NULL,7791,1,'2026-01-13 16:11:45','2026-01-13 16:11:45','2ea28020-9e60-4fc9-a1d2-d1ecafe173cd'),
(27076,7,7792,NULL,2972,3,'2026-01-13 16:11:45','2026-01-13 16:11:45','39f3573e-d451-42b4-9b84-1afcaac4d0a3'),
(27077,7,7792,NULL,2974,4,'2026-01-13 16:11:45','2026-01-13 16:11:45','9830bcb9-3090-4f27-af36-a67425f934da'),
(27078,7,7792,NULL,617,5,'2026-01-13 16:11:45','2026-01-13 16:11:45','1f62ce37-357a-46bc-a289-74a7f40cb27f'),
(27079,7,7792,NULL,605,6,'2026-01-13 16:11:45','2026-01-13 16:11:45','ada9429d-ab6b-43cd-af7c-d3a71d0371a2'),
(27080,82,7792,NULL,479,1,'2026-01-13 16:11:45','2026-01-13 16:11:45','f8f84220-6cd2-4b06-9dc2-2f9e049fd21e'),
(27120,32,7795,NULL,2614,1,'2026-01-13 17:47:53','2026-01-13 17:47:53','67d9f33f-621e-411c-a890-450376c42b09'),
(27121,32,7795,NULL,2610,2,'2026-01-13 17:47:53','2026-01-13 17:47:53','14cb5166-10d7-449d-b267-a2da7caf9964'),
(27122,32,7795,NULL,2598,3,'2026-01-13 17:47:53','2026-01-13 17:47:53','24876387-5476-40a5-88eb-da74a3565b93'),
(27123,32,7795,NULL,2600,4,'2026-01-13 17:47:53','2026-01-13 17:47:53','290869f8-8f9b-4b7c-b848-042160792bd6'),
(27124,32,7795,NULL,2604,5,'2026-01-13 17:47:53','2026-01-13 17:47:53','9b153da6-13f7-4717-8e43-946f5f31c27f'),
(27125,32,7795,NULL,2608,6,'2026-01-13 17:47:53','2026-01-13 17:47:53','f72928b0-f83b-435d-b553-b264b63c5522'),
(27126,32,7795,NULL,2596,7,'2026-01-13 17:47:53','2026-01-13 17:47:53','017c404b-4b09-4f69-ba72-7a03c571236e'),
(27127,32,7795,NULL,2602,8,'2026-01-13 17:47:53','2026-01-13 17:47:53','860f7710-79de-4702-a6a2-a78dc8bc78eb'),
(27128,16,7795,NULL,4223,1,'2026-01-13 17:47:53','2026-01-13 17:47:53','7e23b4b1-899c-4a44-b4f4-4dd6dd9ebb44'),
(27130,7,7795,NULL,2974,2,'2026-01-13 17:47:53','2026-01-13 17:47:53','066cd9b3-85d0-48a3-adc1-0e7ca7ff9cb7'),
(27131,7,7795,NULL,2972,3,'2026-01-13 17:47:53','2026-01-13 17:47:53','5e751425-0b49-42c5-8737-b0b1110452b1'),
(27132,7,7795,NULL,617,4,'2026-01-13 17:47:53','2026-01-13 17:47:53','a3c47830-89ee-43ff-8326-fe8da900693e'),
(27133,7,7795,NULL,605,5,'2026-01-13 17:47:53','2026-01-13 17:47:53','223d54e0-8c1c-4a6f-8e5d-3a4bf61c9c1e'),
(27134,82,7795,NULL,479,1,'2026-01-13 17:47:53','2026-01-13 17:47:53','acc7f3d3-0e19-4468-ad7b-99c53a7a86f6'),
(27135,46,7795,NULL,7381,1,'2026-01-13 17:47:53','2026-01-13 17:47:53','0a99ffae-f9eb-4ced-a763-60df2ec6072a'),
(27136,57,7795,NULL,4821,1,'2026-01-13 17:47:53','2026-01-13 17:47:53','eb7b6d16-431b-4f27-af91-866f353543f3'),
(27137,57,7795,NULL,4822,2,'2026-01-13 17:47:53','2026-01-13 17:47:53','74db1b76-b06c-4603-9c50-fcf46d0ed735'),
(27138,57,7795,NULL,4823,3,'2026-01-13 17:47:53','2026-01-13 17:47:53','7d192eb3-da39-485b-a837-c1e39cf00063'),
(27139,57,7795,NULL,4824,4,'2026-01-13 17:47:53','2026-01-13 17:47:53','01d316f7-a5b8-4084-8633-ccaa33ab0d08'),
(27140,13,7795,NULL,6620,1,'2026-01-13 17:47:53','2026-01-13 17:47:53','822ea739-8130-4bbf-88b9-73e4bf254cbf'),
(27162,32,7797,NULL,2614,1,'2026-01-13 17:48:44','2026-01-13 17:48:44','323b77b1-2fd7-4303-8197-8b5ce975403b'),
(27163,32,7797,NULL,2610,2,'2026-01-13 17:48:44','2026-01-13 17:48:44','193945e6-39f1-46ff-a514-0901b36e3ba3'),
(27164,32,7797,NULL,2598,3,'2026-01-13 17:48:44','2026-01-13 17:48:44','6e42ab1b-725f-457c-beb6-c0d3940df7c9'),
(27165,32,7797,NULL,2600,4,'2026-01-13 17:48:44','2026-01-13 17:48:44','aae9f905-e7bb-4325-9ff9-8ce64bff6603'),
(27166,32,7797,NULL,2604,5,'2026-01-13 17:48:44','2026-01-13 17:48:44','587302d9-471e-4f46-b9de-3d5a2056c88c'),
(27167,32,7797,NULL,2608,6,'2026-01-13 17:48:44','2026-01-13 17:48:44','765dbbdf-b6a1-4c02-8f79-ef22a7cadd36'),
(27168,32,7797,NULL,2596,7,'2026-01-13 17:48:44','2026-01-13 17:48:44','85900947-2155-4dac-9681-f272065e2b04'),
(27169,32,7797,NULL,2602,8,'2026-01-13 17:48:44','2026-01-13 17:48:44','9c05b1b0-c36e-465c-89bd-35bd60c7a8ee'),
(27170,16,7797,NULL,4223,1,'2026-01-13 17:48:44','2026-01-13 17:48:44','cbfe7fb3-e361-40b2-9363-49591e1d5a0d'),
(27172,7,7797,NULL,2974,2,'2026-01-13 17:48:44','2026-01-13 17:48:44','8e23f2d8-476d-4439-9a41-b767eb112c29'),
(27173,7,7797,NULL,2972,3,'2026-01-13 17:48:44','2026-01-13 17:48:44','3af664d6-5f5b-4986-a6fd-58e57471c105'),
(27174,7,7797,NULL,617,4,'2026-01-13 17:48:44','2026-01-13 17:48:44','2b04b4c7-2bc1-4eb6-a4e5-dd98fe9a1d20'),
(27175,7,7797,NULL,605,5,'2026-01-13 17:48:44','2026-01-13 17:48:44','58e4e5e6-23f2-432a-93c2-6eb3f9f545c1'),
(27176,82,7797,NULL,479,1,'2026-01-13 17:48:44','2026-01-13 17:48:44','f42eac3a-9c28-4944-8742-8d48d4817636'),
(27177,46,7797,NULL,7381,1,'2026-01-13 17:48:44','2026-01-13 17:48:44','431c719e-90f3-42ce-9507-04cc909f7e64'),
(27178,57,7797,NULL,4821,1,'2026-01-13 17:48:44','2026-01-13 17:48:44','ee48d91f-e00e-46b7-b0e8-88e09cfab259'),
(27179,57,7797,NULL,4822,2,'2026-01-13 17:48:44','2026-01-13 17:48:44','60648f06-bf33-4c1e-b3a3-35d390b61355'),
(27180,57,7797,NULL,4823,3,'2026-01-13 17:48:44','2026-01-13 17:48:44','b20f3f56-4009-45c2-bace-d5cac930a26c'),
(27181,57,7797,NULL,4824,4,'2026-01-13 17:48:44','2026-01-13 17:48:44','dd8c18c5-1018-4988-8c9b-60d22623b199'),
(27182,13,7797,NULL,6620,1,'2026-01-13 17:48:44','2026-01-13 17:48:44','32bd9a53-6da2-4e59-b8b3-cd8d92301480'),
(27203,32,7799,NULL,2610,1,'2026-01-13 17:51:04','2026-01-13 17:51:04','3f233a85-4327-47d2-8322-570addc82449'),
(27204,32,7799,NULL,2598,2,'2026-01-13 17:51:04','2026-01-13 17:51:04','a1e9af9e-5e6f-4830-9068-ba212456a3cc'),
(27205,32,7799,NULL,2600,3,'2026-01-13 17:51:04','2026-01-13 17:51:04','4a9fb823-b375-4d59-8b74-d079c9db6383'),
(27206,32,7799,NULL,2604,4,'2026-01-13 17:51:04','2026-01-13 17:51:04','50187d74-8507-47c5-a0f5-c6e46a2c85e4'),
(27207,32,7799,NULL,2608,5,'2026-01-13 17:51:04','2026-01-13 17:51:04','b6f85185-de6e-4b60-840c-1f60651ecbf3'),
(27208,32,7799,NULL,2602,6,'2026-01-13 17:51:04','2026-01-13 17:51:04','fe464a28-a18e-4be5-a136-da6b25e1b8d1'),
(27209,16,7799,NULL,4276,1,'2026-01-13 17:51:04','2026-01-13 17:51:04','0e71dcc7-60c7-4d82-b6a4-5f7bb02ea89a'),
(27211,7,7799,NULL,2972,2,'2026-01-13 17:51:04','2026-01-13 17:51:04','b8e73315-4870-4c9b-b04e-7e5aa97d288d'),
(27212,7,7799,NULL,617,3,'2026-01-13 17:51:04','2026-01-13 17:51:04','d86979ec-197e-447f-85c7-5d168669e9bc'),
(27213,7,7799,NULL,605,4,'2026-01-13 17:51:04','2026-01-13 17:51:04','cbcc1e9a-3c54-4ee1-a8ab-ff0fdb92dbf7'),
(27214,82,7799,NULL,469,1,'2026-01-13 17:51:04','2026-01-13 17:51:04','5008756a-3ba3-488c-ae94-20302eff20a8'),
(27215,82,7799,NULL,479,2,'2026-01-13 17:51:04','2026-01-13 17:51:04','8014ba71-d88a-4725-8e8f-e83ce9039ef3'),
(27216,82,7799,NULL,491,3,'2026-01-13 17:51:04','2026-01-13 17:51:04','d9cc8d94-d5ef-4e75-b97d-31e2a666d1ab'),
(27217,57,7799,NULL,4834,1,'2026-01-13 17:51:04','2026-01-13 17:51:04','f4783190-7939-4570-8370-629fa045de42'),
(27218,57,7799,NULL,4835,2,'2026-01-13 17:51:04','2026-01-13 17:51:04','0083fcbc-9834-4906-9cc3-4f0e613065e6'),
(27219,57,7799,NULL,4836,3,'2026-01-13 17:51:04','2026-01-13 17:51:04','58ad4cd4-08d4-4e13-a812-7327410ca4bb'),
(27220,57,7799,NULL,4837,4,'2026-01-13 17:51:04','2026-01-13 17:51:04','564de645-bd3a-47e2-b23c-e4a3959327a1'),
(27221,57,7799,NULL,4838,5,'2026-01-13 17:51:04','2026-01-13 17:51:04','8c14e57a-e6d3-4744-a399-4af06d5b8e57'),
(27243,32,7801,NULL,2610,1,'2026-01-13 17:51:26','2026-01-13 17:51:26','397e1a97-96bf-4d47-b53e-c3299ddb9c2f'),
(27244,32,7801,NULL,2598,2,'2026-01-13 17:51:26','2026-01-13 17:51:26','c8c2ca7a-1d51-449b-a247-25369fb9433f'),
(27245,32,7801,NULL,2600,3,'2026-01-13 17:51:26','2026-01-13 17:51:26','1a4c8523-8769-4916-a1ff-564beef1a8e7'),
(27246,32,7801,NULL,2604,4,'2026-01-13 17:51:26','2026-01-13 17:51:26','3a0909fc-7798-4066-94de-45786105648f'),
(27247,32,7801,NULL,2608,5,'2026-01-13 17:51:26','2026-01-13 17:51:26','1d35e3d8-42db-4804-b811-f2045974f486'),
(27248,32,7801,NULL,2602,6,'2026-01-13 17:51:26','2026-01-13 17:51:26','2c4b9a76-4421-4dec-b28c-941df98ca200'),
(27249,16,7801,NULL,4276,1,'2026-01-13 17:51:26','2026-01-13 17:51:26','ccb6a879-7c93-47fe-9206-513bacd8e5a1'),
(27251,7,7801,NULL,2972,2,'2026-01-13 17:51:26','2026-01-13 17:51:26','04406590-b583-4b28-9854-f93b0099e04c'),
(27252,7,7801,NULL,617,3,'2026-01-13 17:51:26','2026-01-13 17:51:26','88c0e776-c9ce-41ed-9fae-271dd75c3857'),
(27253,7,7801,NULL,605,4,'2026-01-13 17:51:26','2026-01-13 17:51:26','f67f08be-b6fa-42eb-be68-d3fcc475d42e'),
(27254,82,7801,NULL,469,1,'2026-01-13 17:51:26','2026-01-13 17:51:26','ad60f089-f16b-452f-89ea-7337374212eb'),
(27255,82,7801,NULL,479,2,'2026-01-13 17:51:26','2026-01-13 17:51:26','59690c80-f578-4335-8209-ecd0aac67870'),
(27256,82,7801,NULL,491,3,'2026-01-13 17:51:26','2026-01-13 17:51:26','060569bf-d73e-4106-ad44-3dd3035d5f24'),
(27257,57,7801,NULL,4834,1,'2026-01-13 17:51:26','2026-01-13 17:51:26','e80595de-4288-41e0-80be-c93469f459d8'),
(27258,57,7801,NULL,4835,2,'2026-01-13 17:51:26','2026-01-13 17:51:26','ea6ff840-6d5d-4148-b46f-7787199ed911'),
(27259,57,7801,NULL,4836,3,'2026-01-13 17:51:26','2026-01-13 17:51:26','362ba0a1-a197-486c-a341-2a40e2b36f9c'),
(27260,57,7801,NULL,4837,4,'2026-01-13 17:51:26','2026-01-13 17:51:26','d8a3fbbc-ce04-49ca-a527-17600c4ad6f1'),
(27261,57,7801,NULL,4838,5,'2026-01-13 17:51:26','2026-01-13 17:51:26','82974c53-6f8b-4dc7-ad5a-e8075ea7b47d'),
(27284,32,7808,NULL,2614,1,'2026-01-13 18:01:34','2026-01-13 18:01:34','847e73c0-934d-48a4-bd25-4416d79bea3e'),
(27285,32,7808,NULL,2610,2,'2026-01-13 18:01:34','2026-01-13 18:01:34','49aa301f-8547-41ee-80f2-31a0455fc08e'),
(27286,32,7808,NULL,2598,3,'2026-01-13 18:01:34','2026-01-13 18:01:34','4dfd5c37-77c2-47ac-81a2-20e367f2608d'),
(27287,32,7808,NULL,2600,4,'2026-01-13 18:01:34','2026-01-13 18:01:34','051a8f1d-738c-403c-816e-3ee15cb3ee57'),
(27288,32,7808,NULL,2604,5,'2026-01-13 18:01:34','2026-01-13 18:01:34','b8f6e3a2-1e34-4e6c-a5c6-05078fc95df4'),
(27289,32,7808,NULL,2608,6,'2026-01-13 18:01:34','2026-01-13 18:01:34','525beeec-0872-4d74-b83c-e95cbe22a926'),
(27290,32,7808,NULL,2596,7,'2026-01-13 18:01:34','2026-01-13 18:01:34','28dd8c97-84c8-4ce5-83af-ff5b5829e3db'),
(27291,32,7808,NULL,2602,8,'2026-01-13 18:01:34','2026-01-13 18:01:34','88a8b4cf-7b9d-420a-9d15-0188b2f24b3e'),
(27292,16,7808,NULL,4223,1,'2026-01-13 18:01:34','2026-01-13 18:01:34','c1af76b6-3abc-4778-a3d5-56c636d95154'),
(27294,7,7808,NULL,2974,2,'2026-01-13 18:01:34','2026-01-13 18:01:34','5f39d6e4-1b31-4eed-80c2-a75e439e56ce'),
(27295,7,7808,NULL,2972,3,'2026-01-13 18:01:34','2026-01-13 18:01:34','0eb2413c-b4e8-4745-94b4-7cd08c37603a'),
(27296,7,7808,NULL,617,4,'2026-01-13 18:01:34','2026-01-13 18:01:34','9b914bfe-4733-4787-b9c7-3266de6debc6'),
(27297,7,7808,NULL,605,5,'2026-01-13 18:01:34','2026-01-13 18:01:34','19ea5586-13a6-4e1d-ba4c-24581de63f3d'),
(27298,46,7808,NULL,7381,1,'2026-01-13 18:01:34','2026-01-13 18:01:34','d5a4e96c-5147-4d34-93a0-d6eda470c8cc'),
(27299,57,7808,NULL,4821,1,'2026-01-13 18:01:34','2026-01-13 18:01:34','db09035b-2ac7-40f9-8ad7-fdb0206e77e0'),
(27300,57,7808,NULL,4822,2,'2026-01-13 18:01:34','2026-01-13 18:01:34','179a77c5-73bc-4b85-85cd-618f643c0baf'),
(27301,57,7808,NULL,4823,3,'2026-01-13 18:01:34','2026-01-13 18:01:34','4104e459-560c-4545-9a36-61debf63a5e6'),
(27302,57,7808,NULL,4824,4,'2026-01-13 18:01:34','2026-01-13 18:01:34','526a1845-137f-48de-ae16-e65a770ca07c'),
(27303,13,7808,NULL,6620,1,'2026-01-13 18:01:34','2026-01-13 18:01:34','f55acc26-043e-4894-a101-6d416b1412e9'),
(27325,82,1165,NULL,479,1,'2026-01-13 18:02:33','2026-01-13 18:02:33','3095caa3-ffe0-4394-86ea-1b7d7089457d'),
(27326,32,7811,NULL,2614,1,'2026-01-13 18:02:33','2026-01-13 18:02:33','a8f19952-2037-4851-a0c3-fcb66544d0ce'),
(27327,32,7811,NULL,2610,2,'2026-01-13 18:02:33','2026-01-13 18:02:33','0c3f596a-7586-42b9-a92a-1c88c69c3fb7'),
(27328,32,7811,NULL,2598,3,'2026-01-13 18:02:33','2026-01-13 18:02:33','8725f0a2-5539-4bcc-8a2b-014ff58865f3'),
(27329,32,7811,NULL,2600,4,'2026-01-13 18:02:33','2026-01-13 18:02:33','658bb86e-9b19-4d89-9fc6-095a73e4ec89'),
(27330,32,7811,NULL,2604,5,'2026-01-13 18:02:33','2026-01-13 18:02:33','2d8d2e9f-0bb2-4584-b154-d1666a928299'),
(27331,32,7811,NULL,2608,6,'2026-01-13 18:02:33','2026-01-13 18:02:33','3e714d11-42e2-4e3a-a101-3c49d2d26d76'),
(27332,32,7811,NULL,2596,7,'2026-01-13 18:02:33','2026-01-13 18:02:33','c9365bc6-74f4-4b61-a08d-3f435017ad08'),
(27333,32,7811,NULL,2602,8,'2026-01-13 18:02:33','2026-01-13 18:02:33','cc8b8330-6117-4f1a-8322-950ae6948cb5'),
(27334,16,7811,NULL,4223,1,'2026-01-13 18:02:33','2026-01-13 18:02:33','d8fbe39b-b476-4819-a8fb-c9e9119fa165'),
(27336,7,7811,NULL,2974,2,'2026-01-13 18:02:33','2026-01-13 18:02:33','dafaaefa-a33f-4e90-8561-bb043ef4fa96'),
(27337,7,7811,NULL,2972,3,'2026-01-13 18:02:33','2026-01-13 18:02:33','181c1f3b-b02c-416c-b119-30d8e0fb01e5'),
(27338,7,7811,NULL,617,4,'2026-01-13 18:02:33','2026-01-13 18:02:33','78aec7d5-c436-45f1-9d10-adc2d5f5cd52'),
(27339,7,7811,NULL,605,5,'2026-01-13 18:02:33','2026-01-13 18:02:33','2d7ebcc2-65a2-469b-94b5-76eb6f25a000'),
(27340,82,7811,NULL,479,1,'2026-01-13 18:02:33','2026-01-13 18:02:33','504a6bce-273c-402d-88b7-f902de9441b7'),
(27341,46,7811,NULL,7381,1,'2026-01-13 18:02:33','2026-01-13 18:02:33','5435e6be-f1f6-4e05-968b-5a0970009158'),
(27342,57,7811,NULL,4821,1,'2026-01-13 18:02:33','2026-01-13 18:02:33','bc514405-319d-43ad-a3fa-480a2b383f84'),
(27343,57,7811,NULL,4822,2,'2026-01-13 18:02:33','2026-01-13 18:02:33','9163f516-101c-422e-9202-dd91e8096406'),
(27344,57,7811,NULL,4823,3,'2026-01-13 18:02:33','2026-01-13 18:02:33','45210ee8-07e4-49fd-99a3-b798baba0956'),
(27345,57,7811,NULL,4824,4,'2026-01-13 18:02:33','2026-01-13 18:02:33','525f5cbf-2586-4245-9277-9a64817b5d3d'),
(27346,13,7811,NULL,6620,1,'2026-01-13 18:02:33','2026-01-13 18:02:33','cb17d285-37ce-4bd2-8f67-ea51fb8e839a'),
(27368,32,7813,NULL,2614,1,'2026-01-13 18:06:00','2026-01-13 18:06:00','2cfccad1-2be2-48c0-9f76-d8ce58f68466'),
(27369,32,7813,NULL,2610,2,'2026-01-13 18:06:00','2026-01-13 18:06:00','d8861f5a-360e-4da0-be31-9ce85e804a93'),
(27370,32,7813,NULL,2598,3,'2026-01-13 18:06:00','2026-01-13 18:06:00','dc9a5623-6ef9-49a9-a937-ef5f623fe17a'),
(27371,32,7813,NULL,2600,4,'2026-01-13 18:06:00','2026-01-13 18:06:00','f22b2e14-cd18-47b3-972a-52227a4ae72e'),
(27372,32,7813,NULL,2604,5,'2026-01-13 18:06:00','2026-01-13 18:06:00','8e835cb8-df05-4908-be37-6a94f7cf7ed8'),
(27373,32,7813,NULL,2608,6,'2026-01-13 18:06:00','2026-01-13 18:06:00','24071db1-a202-422e-b059-604e54d7d17f'),
(27374,32,7813,NULL,2596,7,'2026-01-13 18:06:00','2026-01-13 18:06:00','23800410-1f44-45ac-9f8d-6f83865477d4'),
(27375,32,7813,NULL,2602,8,'2026-01-13 18:06:00','2026-01-13 18:06:00','bd19f76b-5135-46b0-92b3-473eafa86968'),
(27376,16,7813,NULL,4223,1,'2026-01-13 18:06:00','2026-01-13 18:06:00','93cca043-e086-4b9c-8631-718d3c5e1ad0'),
(27378,7,7813,NULL,2974,2,'2026-01-13 18:06:00','2026-01-13 18:06:00','f5e0ceba-86fa-4848-bfbf-a64d0affc973'),
(27379,7,7813,NULL,2972,3,'2026-01-13 18:06:00','2026-01-13 18:06:00','9b2ac090-d693-4fa8-9864-7b8c6e084056'),
(27380,7,7813,NULL,617,4,'2026-01-13 18:06:00','2026-01-13 18:06:00','66e71db5-a4a0-4326-983e-89a61c08107a'),
(27381,7,7813,NULL,605,5,'2026-01-13 18:06:00','2026-01-13 18:06:00','7927b57f-4d34-456e-9fc7-35a6b59821c4'),
(27382,82,7813,NULL,479,1,'2026-01-13 18:06:00','2026-01-13 18:06:00','8b3d9bec-f33c-4f62-9185-ee2fe9d25a55'),
(27383,46,7813,NULL,7381,1,'2026-01-13 18:06:00','2026-01-13 18:06:00','9865b8ac-5e6a-4610-9aa1-907e35e8a5f3'),
(27384,57,7813,NULL,4821,1,'2026-01-13 18:06:00','2026-01-13 18:06:00','e31199d0-9aa4-49c7-ad56-b08f7877aeb0'),
(27385,57,7813,NULL,4822,2,'2026-01-13 18:06:00','2026-01-13 18:06:00','773bad93-146e-41a8-9aa7-913e4f724f22'),
(27386,57,7813,NULL,4823,3,'2026-01-13 18:06:00','2026-01-13 18:06:00','88530914-e294-4e81-af40-2fcb2828f944'),
(27387,57,7813,NULL,4824,4,'2026-01-13 18:06:00','2026-01-13 18:06:00','ac492634-3c62-44c9-843e-7f4868ed8211'),
(27388,13,7813,NULL,6620,1,'2026-01-13 18:06:00','2026-01-13 18:06:00','da2f85ab-6b0b-43c6-928a-09516b73b18e'),
(27403,32,7815,NULL,2610,1,'2026-01-13 18:13:24','2026-01-13 18:13:24','93524d8b-7a56-4c02-a0c8-72b4183d619f'),
(27404,32,7815,NULL,2598,2,'2026-01-13 18:13:24','2026-01-13 18:13:24','a9a601c2-9352-486a-b49d-2282f06c3a99'),
(27405,32,7815,NULL,2600,3,'2026-01-13 18:13:24','2026-01-13 18:13:24','ff1e33b5-2ec8-4953-805c-60f7c000ffd8'),
(27406,32,7815,NULL,2604,4,'2026-01-13 18:13:24','2026-01-13 18:13:24','feb197f4-38b2-4ac5-b65b-e1c7850dfc63'),
(27407,16,7815,NULL,4282,1,'2026-01-13 18:13:24','2026-01-13 18:13:24','4d7db5b5-369d-459d-bf0b-7d07221e8b3a'),
(27408,7,7815,NULL,2969,1,'2026-01-13 18:13:24','2026-01-13 18:13:24','55352766-cace-429a-8ae4-7b14e883ec13'),
(27409,7,7815,NULL,617,2,'2026-01-13 18:13:24','2026-01-13 18:13:24','d3f5c9f1-0694-4242-8daa-7e55620c2210'),
(27410,7,7815,NULL,605,3,'2026-01-13 18:13:24','2026-01-13 18:13:24','9a52ab77-63fa-488b-9f46-007ce196ba25'),
(27411,82,7815,NULL,469,1,'2026-01-13 18:13:24','2026-01-13 18:13:24','c735414b-bbab-4c44-b839-1f744debb960'),
(27412,82,7815,NULL,479,2,'2026-01-13 18:13:24','2026-01-13 18:13:24','943a26a8-4e0e-4e09-88ab-fbf7a5ce2775'),
(27413,82,7815,NULL,491,3,'2026-01-13 18:13:24','2026-01-13 18:13:24','8863af95-fb29-4786-864b-536517777357'),
(27414,57,7815,NULL,4909,1,'2026-01-13 18:13:24','2026-01-13 18:13:24','f155c208-f8db-44b5-8109-48172c4c2cd5'),
(27415,57,7815,NULL,4910,2,'2026-01-13 18:13:24','2026-01-13 18:13:24','8680a5fa-cd16-432f-bf22-85407f99ed6f'),
(27416,57,7815,NULL,4911,3,'2026-01-13 18:13:24','2026-01-13 18:13:24','7d353690-0985-4555-843c-0f824b82cb6c'),
(27432,69,6722,NULL,7818,1,'2026-01-13 19:03:20','2026-01-13 19:03:20','ce82dd90-79de-40a1-8c1e-d8b1cb1103d9'),
(27433,69,7819,NULL,7818,1,'2026-01-13 19:03:20','2026-01-13 19:03:20','85fd7cfd-9f68-4093-84ba-94792c6eccfa'),
(27436,78,7822,NULL,6722,1,'2026-01-13 19:03:38','2026-01-13 19:03:38','efb677cf-a445-4913-9318-5f182447a6ab'),
(27437,32,7823,NULL,2610,1,'2026-01-13 19:03:39','2026-01-13 19:03:39','2e19926f-9bf5-4c37-a2ca-f7de0685b724'),
(27438,32,7823,NULL,2598,2,'2026-01-13 19:03:39','2026-01-13 19:03:39','59ef2d32-4f12-4aaf-867d-05e1eb30f6cd'),
(27439,32,7823,NULL,2600,3,'2026-01-13 19:03:39','2026-01-13 19:03:39','e4707cc9-0f3a-4c9a-8a33-8ba2edb7e16b'),
(27440,32,7823,NULL,2604,4,'2026-01-13 19:03:39','2026-01-13 19:03:39','8211cf57-d79b-437b-9a07-ad0e6cc3e513'),
(27441,16,7823,NULL,4282,1,'2026-01-13 19:03:39','2026-01-13 19:03:39','2a45a292-11af-4f4e-a7f6-402fd871b76a'),
(27442,7,7823,NULL,2969,1,'2026-01-13 19:03:39','2026-01-13 19:03:39','d10dc279-568f-442f-8a90-7480b2101b86'),
(27443,7,7823,NULL,617,2,'2026-01-13 19:03:39','2026-01-13 19:03:39','e9cc85b3-1e93-4811-8bfb-e1e73044aa51'),
(27444,7,7823,NULL,605,3,'2026-01-13 19:03:39','2026-01-13 19:03:39','4c6a3b8a-c4f5-4508-bd52-f48e2d859249'),
(27445,82,7823,NULL,469,1,'2026-01-13 19:03:39','2026-01-13 19:03:39','e7e08d70-104a-44f6-9708-cb160a8af6c8'),
(27446,82,7823,NULL,479,2,'2026-01-13 19:03:39','2026-01-13 19:03:39','31d4664e-4c4d-4f58-a4ac-5a6b9cb35fd1'),
(27447,82,7823,NULL,491,3,'2026-01-13 19:03:39','2026-01-13 19:03:39','f2c4a539-16f3-4ec4-88be-85646264033f'),
(27448,57,7823,NULL,4909,1,'2026-01-13 19:03:39','2026-01-13 19:03:39','dc306b69-f3cf-4743-b74a-2354a1a021c7'),
(27449,57,7823,NULL,4910,2,'2026-01-13 19:03:39','2026-01-13 19:03:39','70527f27-4450-4c5d-afe5-cf16f3a8be6a'),
(27450,57,7823,NULL,4911,3,'2026-01-13 19:03:39','2026-01-13 19:03:39','66df7f1a-93b6-40f3-85bf-6456de44f0a4'),
(27451,78,7824,NULL,6722,1,'2026-01-13 19:03:39','2026-01-13 19:03:39','f0bea92e-d51a-41e6-96ba-4b1706817601'),
(27474,57,975,NULL,7829,1,'2026-01-13 20:03:08','2026-01-13 20:03:08','634ac784-52b7-4a6f-8f06-bf659f34edb9'),
(27475,57,975,NULL,7830,2,'2026-01-13 20:03:08','2026-01-13 20:03:08','fcc2fba8-af4a-4315-b995-0ad22612fea2'),
(27476,57,975,NULL,7833,3,'2026-01-13 20:03:08','2026-01-13 20:03:08','0f063728-f05c-437c-bb2c-22f18fe6c3b9'),
(27477,57,975,NULL,7831,4,'2026-01-13 20:03:08','2026-01-13 20:03:08','b8c4191d-bc91-49ce-9219-9b286878ab60'),
(27478,57,975,NULL,7826,5,'2026-01-13 20:03:08','2026-01-13 20:03:08','a2998ed6-7e73-4b88-8ce3-49bceb64bcc3'),
(27479,57,975,NULL,7828,6,'2026-01-13 20:03:08','2026-01-13 20:03:08','0e034e7c-1c11-47a3-ab30-8d899fe8717a'),
(27480,57,975,NULL,7827,7,'2026-01-13 20:03:08','2026-01-13 20:03:08','c5dbc191-7eb0-49ed-aafc-f3885c35c2aa'),
(27481,57,975,NULL,7832,8,'2026-01-13 20:03:08','2026-01-13 20:03:08','86fb5414-c746-429a-bd49-c1af1196402e'),
(27482,32,7834,NULL,2614,1,'2026-01-13 20:03:08','2026-01-13 20:03:08','2edd2c23-72b4-42d4-8e9c-f90892437441'),
(27483,32,7834,NULL,2610,2,'2026-01-13 20:03:08','2026-01-13 20:03:08','5131c34b-f741-401f-a28e-ac271d654846'),
(27484,32,7834,NULL,2598,3,'2026-01-13 20:03:08','2026-01-13 20:03:08','1be20946-3317-434d-90d9-2799b98cbc7f'),
(27485,32,7834,NULL,2608,4,'2026-01-13 20:03:08','2026-01-13 20:03:08','0e256824-8c86-48c9-8345-1729a496b84b'),
(27486,32,7834,NULL,2600,5,'2026-01-13 20:03:08','2026-01-13 20:03:08','d27afa3f-91b6-46ff-98dc-282efef73482'),
(27487,32,7834,NULL,2596,6,'2026-01-13 20:03:08','2026-01-13 20:03:08','8b81b2ae-9c57-4ba6-a8fa-bca89cf5f58e'),
(27488,32,7834,NULL,2602,7,'2026-01-13 20:03:08','2026-01-13 20:03:08','5b7ab9d3-d808-4d18-8248-25179ad5ed14'),
(27489,32,7834,NULL,2604,8,'2026-01-13 20:03:08','2026-01-13 20:03:08','1d6dfa12-fa95-46c2-804e-107a05392bf3'),
(27490,16,7834,NULL,7791,1,'2026-01-13 20:03:08','2026-01-13 20:03:08','4fc3e99f-440c-4634-9afe-6494a4191821'),
(27493,7,7834,NULL,2972,3,'2026-01-13 20:03:08','2026-01-13 20:03:08','7e9daaef-b378-48ff-a072-902cc48f2880'),
(27494,7,7834,NULL,2974,4,'2026-01-13 20:03:08','2026-01-13 20:03:08','5067f1eb-0ea2-42c2-8095-10ae051b822f'),
(27495,7,7834,NULL,617,5,'2026-01-13 20:03:08','2026-01-13 20:03:08','d25dd26e-2957-4b25-b9ca-e9f6a1ef8973'),
(27496,7,7834,NULL,605,6,'2026-01-13 20:03:08','2026-01-13 20:03:08','f0d77803-d08a-403e-9588-6af234220693'),
(27497,82,7834,NULL,479,1,'2026-01-13 20:03:08','2026-01-13 20:03:08','38da1c80-049e-42fb-ad68-5b98716b6ee0'),
(27498,57,7834,NULL,7829,1,'2026-01-13 20:03:08','2026-01-13 20:03:08','f267822f-0356-4c5c-a61e-60f662c2eff1'),
(27499,57,7834,NULL,7830,2,'2026-01-13 20:03:08','2026-01-13 20:03:08','ea2c937f-fe3e-4508-860f-0956c41a8cb1'),
(27500,57,7834,NULL,7833,3,'2026-01-13 20:03:08','2026-01-13 20:03:08','efcad3fe-1b26-4fee-ab4d-f15b11ec70ea'),
(27501,57,7834,NULL,7831,4,'2026-01-13 20:03:08','2026-01-13 20:03:08','ceac5e4c-04a2-474d-a4c6-c80e4c755801'),
(27502,57,7834,NULL,7826,5,'2026-01-13 20:03:08','2026-01-13 20:03:08','e39a5d2e-3994-4cd3-a0c9-1c870d216865'),
(27503,57,7834,NULL,7828,6,'2026-01-13 20:03:08','2026-01-13 20:03:08','8b7dcef4-6551-40a5-9038-caa97bf010cb'),
(27504,57,7834,NULL,7827,7,'2026-01-13 20:03:08','2026-01-13 20:03:08','244c1596-f640-4a78-8895-3238e4cb3b45'),
(27505,57,7834,NULL,7832,8,'2026-01-13 20:03:08','2026-01-13 20:03:08','81e7cfce-465a-429e-ac47-475f6867fc60'),
(27532,32,7836,NULL,2614,1,'2026-01-13 20:03:33','2026-01-13 20:03:33','569bcabf-7967-4e2a-88d0-0c1707d334ba'),
(27533,32,7836,NULL,2610,2,'2026-01-13 20:03:33','2026-01-13 20:03:33','dcc4d982-fa1d-43dc-8154-4e96989c8344'),
(27534,32,7836,NULL,2598,3,'2026-01-13 20:03:33','2026-01-13 20:03:33','51e81ec6-b26c-4327-8069-f053acb73c1f'),
(27535,32,7836,NULL,2608,4,'2026-01-13 20:03:33','2026-01-13 20:03:33','9c42b02a-8549-4d37-97ee-41eca92eb204'),
(27536,32,7836,NULL,2600,5,'2026-01-13 20:03:33','2026-01-13 20:03:33','d61bd49c-c76f-45fc-b5da-562c1ce168bd'),
(27537,32,7836,NULL,2596,6,'2026-01-13 20:03:33','2026-01-13 20:03:33','65823775-d7bc-4a9f-85ff-5d477d7fa0dc'),
(27538,32,7836,NULL,2602,7,'2026-01-13 20:03:33','2026-01-13 20:03:33','406cf3b0-4a82-45af-9c4a-efdc869c76d7'),
(27539,32,7836,NULL,2604,8,'2026-01-13 20:03:33','2026-01-13 20:03:33','8008efcf-4dac-4c66-a815-93ce27639af3'),
(27540,16,7836,NULL,7791,1,'2026-01-13 20:03:33','2026-01-13 20:03:33','ba5d2276-8bb9-4463-bb13-4ff50f285fbe'),
(27543,7,7836,NULL,2972,3,'2026-01-13 20:03:33','2026-01-13 20:03:33','a41cfdbd-dabd-46c3-8a29-738ee02995a1'),
(27544,7,7836,NULL,2974,4,'2026-01-13 20:03:33','2026-01-13 20:03:33','ae5b2d10-7fdb-4c15-858c-2cc60c88ff20'),
(27545,7,7836,NULL,617,5,'2026-01-13 20:03:33','2026-01-13 20:03:33','1e307694-08d6-4491-bded-18d6c2e1d269'),
(27546,7,7836,NULL,605,6,'2026-01-13 20:03:33','2026-01-13 20:03:33','12e95482-bb8c-4e3a-b547-80d7b31c0f38'),
(27547,82,7836,NULL,479,1,'2026-01-13 20:03:33','2026-01-13 20:03:33','57036e3a-53df-4922-b654-4164fb63805d'),
(27548,57,7836,NULL,7829,1,'2026-01-13 20:03:33','2026-01-13 20:03:33','95faf5e6-ee4b-4b07-bd38-ee4ce6bdc00d'),
(27549,57,7836,NULL,7830,2,'2026-01-13 20:03:33','2026-01-13 20:03:33','31ed85e0-ef01-4724-8f6a-39ff00b9fd2a'),
(27550,57,7836,NULL,7833,3,'2026-01-13 20:03:33','2026-01-13 20:03:33','81c7bdf0-8d02-4507-a210-ad43108708fd'),
(27551,57,7836,NULL,7831,4,'2026-01-13 20:03:33','2026-01-13 20:03:33','9b37a534-8241-4d29-84cc-0972864fe333'),
(27552,57,7836,NULL,7826,5,'2026-01-13 20:03:33','2026-01-13 20:03:33','a2ab1079-099c-4262-b640-b3086b21c0c1'),
(27553,57,7836,NULL,7828,6,'2026-01-13 20:03:33','2026-01-13 20:03:33','a0153b45-564f-4736-902d-4b19fa1eb9e5'),
(27554,57,7836,NULL,7827,7,'2026-01-13 20:03:33','2026-01-13 20:03:33','3e541caa-ad36-4a9d-9d33-85e5fdcdf3aa'),
(27555,57,7836,NULL,7832,8,'2026-01-13 20:03:33','2026-01-13 20:03:33','ec84baf8-a85e-4a2e-9d0b-dfba502bd1c3'),
(27577,57,981,NULL,7838,1,'2026-01-13 20:13:01','2026-01-13 20:13:01','03de159f-0d01-447a-9c61-f510b2552042'),
(27578,57,981,NULL,7840,2,'2026-01-13 20:13:01','2026-01-13 20:13:01','9a2eeb2d-e09e-4f5e-a3a1-dd45fdc536f1'),
(27579,57,981,NULL,7839,3,'2026-01-13 20:13:01','2026-01-13 20:13:01','f50e6539-45b2-45c3-8ef4-b81aed87ab81'),
(27580,57,981,NULL,7841,4,'2026-01-13 20:13:01','2026-01-13 20:13:01','d8860eb5-38a8-49aa-b398-edfc4d81e822'),
(27581,57,981,NULL,7842,5,'2026-01-13 20:13:01','2026-01-13 20:13:01','a8276921-2d8c-4546-b705-a9498cddfb75'),
(27582,32,7843,NULL,2614,1,'2026-01-13 20:13:01','2026-01-13 20:13:01','a879f43d-c751-445e-9fad-b07d4a50f624'),
(27583,32,7843,NULL,2610,2,'2026-01-13 20:13:01','2026-01-13 20:13:01','8d062f61-f449-43d3-bd05-e40d0de570a2'),
(27584,32,7843,NULL,2598,3,'2026-01-13 20:13:01','2026-01-13 20:13:01','b3e37887-0b0b-42e8-9fd9-d0440c6bc074'),
(27585,32,7843,NULL,2608,4,'2026-01-13 20:13:01','2026-01-13 20:13:01','4cab5dc9-3f0e-4a3f-8d3e-abd045d19190'),
(27586,32,7843,NULL,2600,5,'2026-01-13 20:13:01','2026-01-13 20:13:01','781f0ce2-f0f8-4306-9d05-b0955c1d5af2'),
(27587,32,7843,NULL,2596,6,'2026-01-13 20:13:01','2026-01-13 20:13:01','fc7188e0-fecf-446a-b71c-b9fc06378d13'),
(27588,32,7843,NULL,2602,7,'2026-01-13 20:13:01','2026-01-13 20:13:01','e614a5cd-67ba-4026-a6b4-228324849d9e'),
(27589,32,7843,NULL,2604,8,'2026-01-13 20:13:01','2026-01-13 20:13:01','a56539de-7e43-493c-9ccf-f04df257d060'),
(27590,16,7843,NULL,3158,1,'2026-01-13 20:13:01','2026-01-13 20:13:01','5ccc585c-bd08-4d6b-9a7a-b22eef35e368'),
(27591,7,7843,NULL,2969,1,'2026-01-13 20:13:01','2026-01-13 20:13:01','6194ad2f-c988-4182-883b-b239e23d8f48'),
(27592,7,7843,NULL,2974,2,'2026-01-13 20:13:01','2026-01-13 20:13:01','bc2f9b4d-fe89-4bd2-b384-835087c9586a'),
(27593,7,7843,NULL,617,3,'2026-01-13 20:13:01','2026-01-13 20:13:01','2c9def12-a4c2-4a99-a06a-4d8ac02740fa'),
(27594,7,7843,NULL,605,4,'2026-01-13 20:13:01','2026-01-13 20:13:01','f8c14a56-8399-419d-a20a-ecce4a53af92'),
(27595,82,7843,NULL,479,1,'2026-01-13 20:13:01','2026-01-13 20:13:01','102eb861-9267-483a-af4a-0650cac061a0'),
(27596,57,7843,NULL,7838,1,'2026-01-13 20:13:01','2026-01-13 20:13:01','d4bece83-c98c-4f8f-bf0f-a8ee0976c286'),
(27597,57,7843,NULL,7840,2,'2026-01-13 20:13:01','2026-01-13 20:13:01','07d35139-ecb8-4e1f-bb55-632442b92912'),
(27598,57,7843,NULL,7839,3,'2026-01-13 20:13:01','2026-01-13 20:13:01','d5ea73ba-6eae-402f-ac12-967f5443ea3c'),
(27599,57,7843,NULL,7841,4,'2026-01-13 20:13:01','2026-01-13 20:13:01','7f4684d6-2bbf-4438-9fb6-9417565850a6'),
(27600,57,7843,NULL,7842,5,'2026-01-13 20:13:01','2026-01-13 20:13:01','dc0eadaa-8709-48de-92b4-c15c30dfb781'),
(27622,32,7845,NULL,2614,1,'2026-01-13 20:13:32','2026-01-13 20:13:32','e7e09a65-5b58-425c-bd6c-04ed177d3d59'),
(27623,32,7845,NULL,2610,2,'2026-01-13 20:13:32','2026-01-13 20:13:32','da3f172d-7e74-41b9-b273-ec581a933788'),
(27624,32,7845,NULL,2598,3,'2026-01-13 20:13:32','2026-01-13 20:13:32','a405927d-1c90-45aa-b925-15eaee818d0a'),
(27625,32,7845,NULL,2608,4,'2026-01-13 20:13:32','2026-01-13 20:13:32','3c3389f8-d472-4f69-afd8-5058a1024256'),
(27626,32,7845,NULL,2600,5,'2026-01-13 20:13:32','2026-01-13 20:13:32','dac5628b-e8c2-4e43-ace6-fc48bce90076'),
(27627,32,7845,NULL,2596,6,'2026-01-13 20:13:32','2026-01-13 20:13:32','b70849de-2860-417a-9fa6-cafa6cd905e3'),
(27628,32,7845,NULL,2602,7,'2026-01-13 20:13:32','2026-01-13 20:13:32','7df1b871-ae7e-4a1e-99fb-858f33e851b9'),
(27629,32,7845,NULL,2604,8,'2026-01-13 20:13:32','2026-01-13 20:13:32','f2e639e7-5c7b-462a-8509-5b4daa256d51'),
(27630,16,7845,NULL,3158,1,'2026-01-13 20:13:32','2026-01-13 20:13:32','d3042bd0-c0bb-46d4-8498-f924a6c19f03'),
(27631,7,7845,NULL,2969,1,'2026-01-13 20:13:32','2026-01-13 20:13:32','62d0a725-df7e-455b-bbc4-038e006278d9'),
(27632,7,7845,NULL,2974,2,'2026-01-13 20:13:32','2026-01-13 20:13:32','a1165bdc-4c70-40e8-8949-74050d86c683'),
(27633,7,7845,NULL,617,3,'2026-01-13 20:13:32','2026-01-13 20:13:32','64c6d4a4-9427-487f-bc82-0011767229b8'),
(27634,7,7845,NULL,605,4,'2026-01-13 20:13:32','2026-01-13 20:13:32','900b77ab-a759-41c8-979e-53e2ff4e30ff'),
(27635,82,7845,NULL,479,1,'2026-01-13 20:13:32','2026-01-13 20:13:32','c3e20a10-4071-430e-9e27-116ce9ffcfb3'),
(27636,57,7845,NULL,7838,1,'2026-01-13 20:13:32','2026-01-13 20:13:32','b72cc9ec-296f-48b0-a0de-38e46de0cfc2'),
(27637,57,7845,NULL,7840,2,'2026-01-13 20:13:32','2026-01-13 20:13:32','f814c19c-32a1-4ec7-b644-abbecc04ad2f'),
(27638,57,7845,NULL,7839,3,'2026-01-13 20:13:32','2026-01-13 20:13:32','e0fadf2a-5947-436a-a230-b3b38a5eadc6'),
(27639,57,7845,NULL,7841,4,'2026-01-13 20:13:32','2026-01-13 20:13:32','e5d664d1-e8d9-47ad-9320-97c51cb5e861'),
(27640,57,7845,NULL,7842,5,'2026-01-13 20:13:32','2026-01-13 20:13:32','5a4aebcf-6c53-4025-8291-7daee2f56ecd'),
(27658,32,7848,NULL,2610,1,'2026-01-13 20:22:01','2026-01-13 20:22:01','30b33f35-b8df-4400-9a3e-d8a6ffdf7f23'),
(27659,32,7848,NULL,2598,2,'2026-01-13 20:22:01','2026-01-13 20:22:01','ce6896dc-18e8-4122-8f1c-3fbc4eacf63a'),
(27660,32,7848,NULL,2600,3,'2026-01-13 20:22:01','2026-01-13 20:22:01','45df7e3e-b5cc-469f-8fec-161b1f1db4ea'),
(27661,32,7848,NULL,2596,4,'2026-01-13 20:22:01','2026-01-13 20:22:01','b849f358-5498-4e8e-abc2-10ec85751d4b'),
(27662,32,7848,NULL,2602,5,'2026-01-13 20:22:01','2026-01-13 20:22:01','c1aad5f7-93b6-48a5-a953-8aafb7ddbe87'),
(27663,32,7848,NULL,2604,6,'2026-01-13 20:22:01','2026-01-13 20:22:01','66f85180-2b83-434a-8862-2ea8636ebc05'),
(27664,32,7848,NULL,2608,7,'2026-01-13 20:22:01','2026-01-13 20:22:01','1b586e08-ba68-4abe-b6eb-70a3a034c0ca'),
(27665,16,7848,NULL,7847,1,'2026-01-13 20:22:01','2026-01-13 20:22:01','45ae0508-80b3-4b47-be67-bff7946d57f3'),
(27666,7,7848,NULL,2969,1,'2026-01-13 20:22:01','2026-01-13 20:22:01','d9564bac-fecc-4769-a4be-ad541c157999'),
(27667,7,7848,NULL,617,2,'2026-01-13 20:22:01','2026-01-13 20:22:01','47f44f94-8c1e-41ba-a2b2-3a7d937a52fb'),
(27668,7,7848,NULL,605,3,'2026-01-13 20:22:01','2026-01-13 20:22:01','4b0ea18a-bb2b-490d-b448-4e61650dd8e4'),
(27669,82,7848,NULL,479,1,'2026-01-13 20:22:01','2026-01-13 20:22:01','a27d1532-1c77-4e95-ad22-9eb07f7e8d21'),
(27670,82,7848,NULL,491,2,'2026-01-13 20:22:01','2026-01-13 20:22:01','b44b3057-e06d-4754-8529-67e91995da76'),
(27692,16,989,NULL,7850,1,'2026-01-13 20:25:30','2026-01-13 20:25:30','1b773c1a-2786-4988-a03f-932f29a4a3b6'),
(27694,57,989,NULL,7851,1,'2026-01-13 20:25:30','2026-01-13 20:29:14','229af936-c6ea-465a-949d-1c7dc8dd9a3d'),
(27695,57,989,NULL,7853,2,'2026-01-13 20:25:30','2026-01-13 20:29:14','def5362f-7f5d-4d31-a281-f485ffd6194f'),
(27696,57,989,NULL,7852,3,'2026-01-13 20:25:30','2026-01-13 20:29:14','7770bde2-b28e-4a69-927f-ce6e0d071156'),
(27697,32,7854,NULL,2610,1,'2026-01-13 20:25:30','2026-01-13 20:25:30','1c6299bf-58df-4de9-98f1-f6773f1d5b49'),
(27698,32,7854,NULL,2598,2,'2026-01-13 20:25:30','2026-01-13 20:25:30','f8befc3e-2d22-4168-96f1-05a67ed28dd9'),
(27699,32,7854,NULL,2600,3,'2026-01-13 20:25:30','2026-01-13 20:25:30','a2b44323-cd71-4ca8-ba74-021ba8c46dd1'),
(27700,32,7854,NULL,2596,4,'2026-01-13 20:25:30','2026-01-13 20:25:30','87f7ae0a-fe4e-431b-bdd0-9e8457aed4d1'),
(27701,32,7854,NULL,2602,5,'2026-01-13 20:25:30','2026-01-13 20:25:30','e6846b9e-6d88-49c7-b25f-661fd86aa99e'),
(27702,32,7854,NULL,2604,6,'2026-01-13 20:25:30','2026-01-13 20:25:30','73bf084d-c31a-48d5-bf5d-6238d0571405'),
(27703,32,7854,NULL,2608,7,'2026-01-13 20:25:30','2026-01-13 20:25:30','fcf7c539-6f90-4c9a-8f39-63c2b08e04af'),
(27704,16,7854,NULL,7850,1,'2026-01-13 20:25:30','2026-01-13 20:25:30','20676a68-a60f-4672-9cf3-cdc855172260'),
(27705,7,7854,NULL,2969,1,'2026-01-13 20:25:30','2026-01-13 20:25:30','dc348c1a-24f6-408a-9292-d44f23445bb8'),
(27706,7,7854,NULL,617,2,'2026-01-13 20:25:30','2026-01-13 20:25:30','ae2e5dc2-93dc-4231-9951-8c8edd91532e'),
(27707,7,7854,NULL,605,3,'2026-01-13 20:25:30','2026-01-13 20:25:30','4e5cc65b-8e0e-45ea-9a9d-94657cfa390f'),
(27708,82,7854,NULL,479,1,'2026-01-13 20:25:30','2026-01-13 20:25:30','dc383e01-ca5b-44a1-96a0-38fd3712940c'),
(27709,82,7854,NULL,491,2,'2026-01-13 20:25:30','2026-01-13 20:25:30','f26c73e9-47c3-4e4d-9ddf-64a540847c20'),
(27710,57,7854,NULL,7850,1,'2026-01-13 20:25:30','2026-01-13 20:25:30','33a26cff-5f41-4a99-be1f-9dca6c5230cb'),
(27711,57,7854,NULL,7851,2,'2026-01-13 20:25:30','2026-01-13 20:25:30','78e03e16-55b2-42d0-b641-2a71e4287464'),
(27712,57,7854,NULL,7853,3,'2026-01-13 20:25:30','2026-01-13 20:25:30','1b19b8d4-7ca6-4310-83a9-0c40465f9df6'),
(27713,57,7854,NULL,7852,4,'2026-01-13 20:25:30','2026-01-13 20:25:30','a35a1036-580a-4365-844e-3ccd6b851fb1'),
(27734,57,989,NULL,3377,4,'2026-01-13 20:29:14','2026-01-13 20:29:14','55b4ec92-f193-4ef5-bc31-d9251d28214b'),
(27735,32,7856,NULL,2610,1,'2026-01-13 20:29:14','2026-01-13 20:29:14','51ce3db9-5050-4a1d-8390-d9d0c3876a0c'),
(27736,32,7856,NULL,2598,2,'2026-01-13 20:29:14','2026-01-13 20:29:14','555742c8-11de-4e2c-a1fa-c71386bda297'),
(27737,32,7856,NULL,2600,3,'2026-01-13 20:29:14','2026-01-13 20:29:14','2a9eef5d-65ac-4f8e-bfb0-f6781a034da7'),
(27738,32,7856,NULL,2596,4,'2026-01-13 20:29:14','2026-01-13 20:29:14','c2c0c3d1-4492-4ea3-a93a-ff4cd45479f1'),
(27739,32,7856,NULL,2602,5,'2026-01-13 20:29:14','2026-01-13 20:29:14','8cd53785-0114-4db6-b55e-45351b4c66f7'),
(27740,32,7856,NULL,2604,6,'2026-01-13 20:29:14','2026-01-13 20:29:14','4de369e3-daee-4c9f-b3f7-5195f88aa48f'),
(27741,32,7856,NULL,2608,7,'2026-01-13 20:29:14','2026-01-13 20:29:14','7d577a17-eb97-493e-b8c9-68cd5614cf82'),
(27742,16,7856,NULL,7850,1,'2026-01-13 20:29:14','2026-01-13 20:29:14','27c1bf81-816c-485c-9699-1b981f2474b1'),
(27743,7,7856,NULL,2969,1,'2026-01-13 20:29:14','2026-01-13 20:29:14','20d84af9-e2f9-4570-b891-55aa2c06626e'),
(27744,7,7856,NULL,617,2,'2026-01-13 20:29:14','2026-01-13 20:29:14','77255cbf-18e0-4cde-beb7-cc69a58bd876'),
(27745,7,7856,NULL,605,3,'2026-01-13 20:29:14','2026-01-13 20:29:14','9f6a03a3-4a87-47de-bb47-35e0f3c2d50f'),
(27746,82,7856,NULL,479,1,'2026-01-13 20:29:14','2026-01-13 20:29:14','ffc9e9c6-2197-4549-bb0f-3297fa5910d0'),
(27747,82,7856,NULL,491,2,'2026-01-13 20:29:14','2026-01-13 20:29:14','30345e2f-d4f1-44aa-b122-7060ba79734d'),
(27748,57,7856,NULL,7851,1,'2026-01-13 20:29:14','2026-01-13 20:29:14','f51c033e-de5e-433b-b70d-b7e5a74351d5'),
(27749,57,7856,NULL,7853,2,'2026-01-13 20:29:14','2026-01-13 20:29:14','774c23ab-d825-472b-b040-a342f7c3779b'),
(27750,57,7856,NULL,7852,3,'2026-01-13 20:29:14','2026-01-13 20:29:14','abbdeb56-0f86-466b-92d1-2e268343b150'),
(27751,57,7856,NULL,3377,4,'2026-01-13 20:29:14','2026-01-13 20:29:14','076fc895-7cb0-4838-8dea-1b85de51d2ac'),
(27775,57,995,NULL,7862,1,'2026-01-13 20:41:59','2026-01-13 20:41:59','393d37b6-f180-41fc-bc48-2942851a2df1'),
(27776,57,995,NULL,7858,2,'2026-01-13 20:41:59','2026-01-13 20:41:59','4cb8783d-6785-4074-b4a7-f6d46907c4f5'),
(27777,57,995,NULL,7864,3,'2026-01-13 20:41:59','2026-01-13 20:41:59','bc52fb2c-c0c2-4487-995c-238f400ecd28'),
(27778,57,995,NULL,7859,4,'2026-01-13 20:41:59','2026-01-13 20:41:59','c9581e3e-4b2d-4a6f-9edf-43ee98b06e29'),
(27779,57,995,NULL,7861,5,'2026-01-13 20:41:59','2026-01-13 20:41:59','892b6fad-c45c-4341-9fe3-3820370711e4'),
(27780,57,995,NULL,7863,6,'2026-01-13 20:41:59','2026-01-13 20:41:59','44e0d6cb-fa87-4c0e-8d68-4a3957a5429e'),
(27781,57,995,NULL,7860,7,'2026-01-13 20:41:59','2026-01-13 20:41:59','c1c57294-599f-4343-b62c-5b2f590f0ba3'),
(27782,32,7865,NULL,2614,1,'2026-01-13 20:41:59','2026-01-13 20:41:59','4b9e4e6c-984e-43e8-9541-3678f386df65'),
(27783,32,7865,NULL,2610,2,'2026-01-13 20:41:59','2026-01-13 20:41:59','7db25906-9dff-4b57-b9c8-da0358869c0a'),
(27784,32,7865,NULL,2598,3,'2026-01-13 20:41:59','2026-01-13 20:41:59','316a4f67-abb7-4946-b35c-2c975ebade5a'),
(27785,32,7865,NULL,2600,4,'2026-01-13 20:41:59','2026-01-13 20:41:59','0173c66f-74f2-4178-b608-7103f1773521'),
(27786,32,7865,NULL,2596,5,'2026-01-13 20:41:59','2026-01-13 20:41:59','72cf3ad0-706c-433e-9a67-549cfcdc8bfa'),
(27787,32,7865,NULL,2602,6,'2026-01-13 20:41:59','2026-01-13 20:41:59','ce5ee284-1441-499b-963c-fad5813b0dff'),
(27788,32,7865,NULL,2606,7,'2026-01-13 20:41:59','2026-01-13 20:41:59','71dc5d15-1eac-41df-8c88-ad1a4dcdd3f0'),
(27789,32,7865,NULL,2604,8,'2026-01-13 20:41:59','2026-01-13 20:41:59','548c3706-e2cf-42d2-88c1-e3fc643abdf8'),
(27790,32,7865,NULL,2608,9,'2026-01-13 20:41:59','2026-01-13 20:41:59','03997e24-fef1-4835-95b2-0d99d8248907'),
(27791,16,7865,NULL,3425,1,'2026-01-13 20:41:59','2026-01-13 20:41:59','784cb0eb-b05e-4c49-a440-f3f29805a2ea'),
(27792,7,7865,NULL,601,1,'2026-01-13 20:41:59','2026-01-13 20:41:59','c010c561-3aa8-400f-8d4d-a4bd9d2d7e7c'),
(27793,7,7865,NULL,617,2,'2026-01-13 20:41:59','2026-01-13 20:41:59','b8496407-16e9-494e-9668-e324c8b2eb69'),
(27794,7,7865,NULL,605,3,'2026-01-13 20:41:59','2026-01-13 20:41:59','f745050a-929f-4c3c-b91e-8ed10a4b8e05'),
(27795,46,7865,NULL,7381,1,'2026-01-13 20:41:59','2026-01-13 20:41:59','76372587-100a-4816-9ff8-4671e56ac891'),
(27796,57,7865,NULL,7862,1,'2026-01-13 20:41:59','2026-01-13 20:41:59','b4cfb3f1-af09-49d3-b1ba-9a25fd3bc4b0'),
(27797,57,7865,NULL,7858,2,'2026-01-13 20:41:59','2026-01-13 20:41:59','3609eabf-f0f7-4295-92fb-595e68134709'),
(27798,57,7865,NULL,7864,3,'2026-01-13 20:41:59','2026-01-13 20:41:59','e48abb4a-95f4-4863-a986-b8876dbf086f'),
(27799,57,7865,NULL,7859,4,'2026-01-13 20:41:59','2026-01-13 20:41:59','ff0a2359-2505-4add-8e04-d05abaf5b0b5'),
(27800,57,7865,NULL,7861,5,'2026-01-13 20:41:59','2026-01-13 20:41:59','58db9c9d-63a9-4517-8530-a16d531cdd59'),
(27801,57,7865,NULL,7863,6,'2026-01-13 20:41:59','2026-01-13 20:41:59','1984b1e4-6207-488c-a82a-a5489f76312b'),
(27802,57,7865,NULL,7860,7,'2026-01-13 20:41:59','2026-01-13 20:41:59','4688b870-59be-4a97-9d7c-4eb18704bfa2'),
(27826,32,7867,NULL,2614,1,'2026-01-13 20:42:43','2026-01-13 20:42:43','169536e7-4f39-42fe-87f2-c978e03a1cd2'),
(27827,32,7867,NULL,2610,2,'2026-01-13 20:42:43','2026-01-13 20:42:43','3d17632e-655a-44a0-a1bf-471732b1db4f'),
(27828,32,7867,NULL,2598,3,'2026-01-13 20:42:43','2026-01-13 20:42:43','e5b37ed6-4c33-469e-8256-d11541719489'),
(27829,32,7867,NULL,2600,4,'2026-01-13 20:42:43','2026-01-13 20:42:43','6d02ed09-9384-4e61-97e1-104d73ee33d6'),
(27830,32,7867,NULL,2596,5,'2026-01-13 20:42:43','2026-01-13 20:42:43','1a85e17c-1303-4341-b924-8f1420425202'),
(27831,32,7867,NULL,2602,6,'2026-01-13 20:42:43','2026-01-13 20:42:43','679af32a-1347-4d5c-bb05-1fa73d931c96'),
(27832,32,7867,NULL,2606,7,'2026-01-13 20:42:43','2026-01-13 20:42:43','68f04a8e-d55b-429d-a37f-867b80317393'),
(27833,32,7867,NULL,2604,8,'2026-01-13 20:42:43','2026-01-13 20:42:43','c3ccab11-ccf9-4364-9150-05036385ced6'),
(27834,32,7867,NULL,2608,9,'2026-01-13 20:42:43','2026-01-13 20:42:43','dcb91dc3-4e3f-4a07-b404-8dd36ca4384e'),
(27835,16,7867,NULL,3425,1,'2026-01-13 20:42:43','2026-01-13 20:42:43','c2a895c3-798d-4211-8868-cd606787515b'),
(27836,7,7867,NULL,601,1,'2026-01-13 20:42:43','2026-01-13 20:42:43','2b6a57e5-01ff-45dd-9b99-df510c3f095d'),
(27837,7,7867,NULL,617,2,'2026-01-13 20:42:43','2026-01-13 20:42:43','9650639f-e2dd-423f-a3ec-d6a174e7647b'),
(27838,7,7867,NULL,605,3,'2026-01-13 20:42:43','2026-01-13 20:42:43','4f63913c-55de-48d0-94a4-07483bb5063b'),
(27839,46,7867,NULL,7381,1,'2026-01-13 20:42:43','2026-01-13 20:42:43','32968478-4904-4f89-a523-6672760652f4'),
(27840,57,7867,NULL,7862,1,'2026-01-13 20:42:43','2026-01-13 20:42:43','c0efb86c-9925-48f5-bb4b-5c630d3353e1'),
(27841,57,7867,NULL,7858,2,'2026-01-13 20:42:43','2026-01-13 20:42:43','df230467-1afc-4902-afbf-1a289cfb4e71'),
(27842,57,7867,NULL,7864,3,'2026-01-13 20:42:43','2026-01-13 20:42:43','3471c736-8d49-4d53-8d6c-6af5adde0bbf'),
(27843,57,7867,NULL,7859,4,'2026-01-13 20:42:43','2026-01-13 20:42:43','99a58c9c-bd1f-4c6e-b72b-8fe532383d07'),
(27844,57,7867,NULL,7861,5,'2026-01-13 20:42:43','2026-01-13 20:42:43','1e9e3c1a-3fa0-4f75-871e-f8e4fe82dda3'),
(27845,57,7867,NULL,7863,6,'2026-01-13 20:42:43','2026-01-13 20:42:43','8932db92-bb58-40b1-9e25-c7ba84465bc1'),
(27846,57,7867,NULL,7860,7,'2026-01-13 20:42:43','2026-01-13 20:42:43','59609fef-c5b6-4e99-a13d-914915c1389f'),
(27857,16,999,NULL,7871,1,'2026-01-13 20:50:35','2026-01-13 20:50:35','dec066f4-6e80-4702-bf26-07233426e50d'),
(27858,57,999,NULL,7868,3,'2026-01-13 20:50:35','2026-01-13 20:52:02','4c1de6dd-8ae7-4d1d-949e-f65a2ffb6002'),
(27859,57,999,NULL,7869,2,'2026-01-13 20:50:35','2026-01-13 20:50:35','e2cd7e00-3dca-4a4c-8ec4-6733190dd6b8'),
(27860,57,999,NULL,7870,1,'2026-01-13 20:50:35','2026-01-13 20:52:02','af9b1873-788e-4772-b628-aa53c69d73b5'),
(27862,57,999,NULL,7872,7,'2026-01-13 20:50:35','2026-01-13 20:52:02','3f139181-83c3-4288-a773-1b5f8a80d7fa'),
(27863,57,999,NULL,7873,5,'2026-01-13 20:50:35','2026-01-13 20:52:02','e0875b33-a2a2-424f-bcca-024a0dd72a81'),
(27864,57,999,NULL,7874,4,'2026-01-13 20:50:35','2026-01-13 20:52:02','f13ccc22-8fbb-4c33-82b4-5b466ddee698'),
(27865,57,999,NULL,3467,6,'2026-01-13 20:50:35','2026-01-13 20:52:02','2e69c56b-8acf-4600-ac7a-2bf484e467ee'),
(27866,32,7875,NULL,2610,1,'2026-01-13 20:50:35','2026-01-13 20:50:35','91dd18b6-e830-450e-b67c-390622c52714'),
(27867,32,7875,NULL,2598,2,'2026-01-13 20:50:35','2026-01-13 20:50:35','cf082430-822e-4dda-a332-d082122a0683'),
(27868,32,7875,NULL,2600,3,'2026-01-13 20:50:35','2026-01-13 20:50:35','b6e2cec7-dc3b-4113-9e5a-69228e5aaddf'),
(27869,32,7875,NULL,2596,4,'2026-01-13 20:50:35','2026-01-13 20:50:35','973b6b3f-6302-4e6d-8eb9-e1c1387be469'),
(27870,32,7875,NULL,2602,5,'2026-01-13 20:50:35','2026-01-13 20:50:35','63c71861-cf3d-494c-9aab-7f5f2b31e089'),
(27871,32,7875,NULL,2604,6,'2026-01-13 20:50:35','2026-01-13 20:50:35','feed7886-7ab0-43f8-bc09-4ac9f65d7658'),
(27872,32,7875,NULL,2608,7,'2026-01-13 20:50:35','2026-01-13 20:50:35','9b636b35-2109-4e62-8497-50d25d1fba00'),
(27873,16,7875,NULL,7871,1,'2026-01-13 20:50:35','2026-01-13 20:50:35','dcf30f2f-0d19-4209-90d1-09982d3f3300'),
(27874,7,7875,NULL,601,1,'2026-01-13 20:50:35','2026-01-13 20:50:35','c8c02bc7-ffd4-438c-9dc6-8ea590ff0e69'),
(27875,7,7875,NULL,3468,2,'2026-01-13 20:50:35','2026-01-13 20:50:35','a71d7759-5683-4b94-beff-567787372d64'),
(27877,7,7875,NULL,2972,4,'2026-01-13 20:50:35','2026-01-13 20:50:35','41da8a19-6d3c-4a91-bd3b-cba9b40e1324'),
(27878,7,7875,NULL,2974,5,'2026-01-13 20:50:35','2026-01-13 20:50:35','fcf581ff-0bd1-420e-b759-87be8cb32ff0'),
(27879,7,7875,NULL,617,6,'2026-01-13 20:50:35','2026-01-13 20:50:35','af5dff9c-c3eb-4357-8539-1f91370942da'),
(27880,7,7875,NULL,605,7,'2026-01-13 20:50:35','2026-01-13 20:50:35','26037995-c8e6-4b2b-8a0b-100376c5ce7c'),
(27881,82,7875,NULL,479,1,'2026-01-13 20:50:35','2026-01-13 20:50:35','13247dbd-8c53-41e1-be6e-eaf2aef44ae6'),
(27882,82,7875,NULL,491,2,'2026-01-13 20:50:35','2026-01-13 20:50:35','bb4be13c-1f37-43f3-8d48-cfafe2cb713e'),
(27883,46,7875,NULL,7369,1,'2026-01-13 20:50:35','2026-01-13 20:50:35','2435d875-2d57-4969-9fc4-91bae12969cb'),
(27884,57,7875,NULL,7868,1,'2026-01-13 20:50:35','2026-01-13 20:50:35','2cc13de5-6895-4041-b7a8-efe465c54700'),
(27885,57,7875,NULL,7869,2,'2026-01-13 20:50:35','2026-01-13 20:50:35','12b837a1-281f-4ee6-96ad-b351e09a36bd'),
(27886,57,7875,NULL,7870,3,'2026-01-13 20:50:35','2026-01-13 20:50:35','768f4445-dd96-40c1-b25b-6bd1876ae72f'),
(27887,57,7875,NULL,7871,4,'2026-01-13 20:50:35','2026-01-13 20:50:35','6504f0c8-00c1-4ff6-b0c3-3f084e148105'),
(27888,57,7875,NULL,7872,5,'2026-01-13 20:50:35','2026-01-13 20:50:35','15dc02c1-5ffa-4789-8c09-e4503b49af09'),
(27889,57,7875,NULL,7873,6,'2026-01-13 20:50:35','2026-01-13 20:50:35','71e72411-083c-40f8-904b-e7117e752e6b'),
(27890,57,7875,NULL,7874,7,'2026-01-13 20:50:35','2026-01-13 20:50:35','fc98fc55-c693-405a-9539-d6f0dbbaa44d'),
(27891,57,7875,NULL,3467,8,'2026-01-13 20:50:35','2026-01-13 20:50:35','39c53839-6994-4f35-9b3b-96e937cbd66c'),
(27918,32,7877,NULL,2610,1,'2026-01-13 20:52:02','2026-01-13 20:52:02','1e3ac71a-21d3-490d-9c88-4e528a31d85b'),
(27919,32,7877,NULL,2598,2,'2026-01-13 20:52:02','2026-01-13 20:52:02','1af0d920-5fdb-4eb7-aeac-25deaa1c4952'),
(27920,32,7877,NULL,2600,3,'2026-01-13 20:52:02','2026-01-13 20:52:02','7e580a69-11aa-4200-a6dd-9fcb1ed0aecf'),
(27921,32,7877,NULL,2596,4,'2026-01-13 20:52:02','2026-01-13 20:52:02','3aef46ef-357b-45f4-9149-7ff661a9c639'),
(27922,32,7877,NULL,2602,5,'2026-01-13 20:52:02','2026-01-13 20:52:02','dd261fb7-dd31-4d22-9e2d-1a576ab147f3'),
(27923,32,7877,NULL,2604,6,'2026-01-13 20:52:02','2026-01-13 20:52:02','37459758-b7b5-4571-986c-42a45b72a5f0'),
(27924,32,7877,NULL,2608,7,'2026-01-13 20:52:02','2026-01-13 20:52:02','530bca12-558e-4a96-8c75-6d7176084036'),
(27925,16,7877,NULL,7871,1,'2026-01-13 20:52:02','2026-01-13 20:52:02','eb79fefc-0f25-47ca-b6cb-3dcca6caec73'),
(27926,7,7877,NULL,601,1,'2026-01-13 20:52:02','2026-01-13 20:52:02','e1f67d84-d9cc-485f-897c-036982f0c6a1'),
(27927,7,7877,NULL,3468,2,'2026-01-13 20:52:02','2026-01-13 20:52:02','0864a3ed-04fc-4583-a0fb-bfc44b0c0676'),
(27929,7,7877,NULL,2972,4,'2026-01-13 20:52:02','2026-01-13 20:52:02','31361132-6d8c-4d60-b605-1ad2533fcf95'),
(27930,7,7877,NULL,2974,5,'2026-01-13 20:52:02','2026-01-13 20:52:02','71ab8720-e64e-48e0-af67-141c491beaff'),
(27931,7,7877,NULL,617,6,'2026-01-13 20:52:02','2026-01-13 20:52:02','99c74ef6-507c-4088-a6b4-08968fc2e1a9'),
(27932,7,7877,NULL,605,7,'2026-01-13 20:52:02','2026-01-13 20:52:02','9994bedb-2695-43e8-927a-ddee661aa17c'),
(27933,82,7877,NULL,479,1,'2026-01-13 20:52:02','2026-01-13 20:52:02','d1333c7f-e0d0-440e-8200-6a509715427c'),
(27934,82,7877,NULL,491,2,'2026-01-13 20:52:02','2026-01-13 20:52:02','b1ece60b-f1ea-49a8-9c73-d36fb6d70b2a'),
(27935,46,7877,NULL,7369,1,'2026-01-13 20:52:02','2026-01-13 20:52:02','06c89f0a-6310-4455-8153-f3d3f7cdf998'),
(27936,57,7877,NULL,7870,1,'2026-01-13 20:52:02','2026-01-13 20:52:02','42044662-a9cd-4623-a92e-4e417335c490'),
(27937,57,7877,NULL,7869,2,'2026-01-13 20:52:02','2026-01-13 20:52:02','73c1296c-ae0a-4522-971f-941183ee2878'),
(27938,57,7877,NULL,7868,3,'2026-01-13 20:52:02','2026-01-13 20:52:02','1b56e4c2-6925-4554-8d7e-97e8694bd9a0'),
(27939,57,7877,NULL,7874,4,'2026-01-13 20:52:02','2026-01-13 20:52:02','5e74b8dc-9b48-4572-a296-e93b585a1335'),
(27940,57,7877,NULL,7873,5,'2026-01-13 20:52:02','2026-01-13 20:52:02','7e2e0447-d805-4eed-9ac8-01b02609e1aa'),
(27941,57,7877,NULL,3467,6,'2026-01-13 20:52:02','2026-01-13 20:52:02','910f46af-5cb9-48f0-b87f-8ea677bda28a'),
(27942,57,7877,NULL,7872,7,'2026-01-13 20:52:02','2026-01-13 20:52:02','db5ee4ff-4ecf-4180-ab9f-3ed5c62192a1'),
(27968,32,7879,NULL,2610,1,'2026-01-13 20:52:28','2026-01-13 20:52:28','5d4099e1-2c93-4c26-8e80-003384ef041d'),
(27969,32,7879,NULL,2598,2,'2026-01-13 20:52:28','2026-01-13 20:52:28','09b9df39-1f11-4249-9e93-1c9e0f2725dd'),
(27970,32,7879,NULL,2600,3,'2026-01-13 20:52:28','2026-01-13 20:52:28','00c14257-9d50-4ba2-b65b-3358fa789c4a'),
(27971,32,7879,NULL,2596,4,'2026-01-13 20:52:28','2026-01-13 20:52:28','a3207b27-8c61-4002-b7dc-fcb2915b40ab'),
(27972,32,7879,NULL,2602,5,'2026-01-13 20:52:28','2026-01-13 20:52:28','1433b890-a2a5-4b9a-b760-d595f5796c99'),
(27973,32,7879,NULL,2604,6,'2026-01-13 20:52:28','2026-01-13 20:52:28','96252a35-13f4-4dc6-836b-d788ef7e5a25'),
(27974,32,7879,NULL,2608,7,'2026-01-13 20:52:28','2026-01-13 20:52:28','adf858d2-8ede-4784-8a1c-96fe976ddf31'),
(27975,16,7879,NULL,7871,1,'2026-01-13 20:52:28','2026-01-13 20:52:28','a6583e93-1006-4832-8631-e211f78cafb3'),
(27976,7,7879,NULL,601,1,'2026-01-13 20:52:28','2026-01-13 20:52:28','cb5c5192-012c-4fd9-80f2-330c9bb6c419'),
(27977,7,7879,NULL,3468,2,'2026-01-13 20:52:28','2026-01-13 20:52:28','95825dc7-4b67-421b-a378-0b4dbdde96ab'),
(27979,7,7879,NULL,2972,4,'2026-01-13 20:52:28','2026-01-13 20:52:28','6746b19e-eeea-4db3-82c1-5bcce0a9b777'),
(27980,7,7879,NULL,2974,5,'2026-01-13 20:52:28','2026-01-13 20:52:28','b5de61c1-beb5-4ce6-8820-a8a9720330f7'),
(27981,7,7879,NULL,617,6,'2026-01-13 20:52:28','2026-01-13 20:52:28','c248cf5a-d191-49c1-ac23-5e64a9e192d0'),
(27982,7,7879,NULL,605,7,'2026-01-13 20:52:28','2026-01-13 20:52:28','4c01ba99-c4e4-465f-bc9d-2f1236aebfe9'),
(27983,82,7879,NULL,479,1,'2026-01-13 20:52:28','2026-01-13 20:52:28','2a74e233-d1d9-4f28-a11c-60dd7fb73498'),
(27984,82,7879,NULL,491,2,'2026-01-13 20:52:28','2026-01-13 20:52:28','a33669b0-2ecc-4827-807b-a871da2c877f'),
(27985,46,7879,NULL,7369,1,'2026-01-13 20:52:28','2026-01-13 20:52:28','d8a34e95-f04a-428d-91e5-ee16e1fda573'),
(27986,57,7879,NULL,7870,1,'2026-01-13 20:52:28','2026-01-13 20:52:28','1c9b96e5-fb15-42f8-91de-630e4d22a6ab'),
(27987,57,7879,NULL,7869,2,'2026-01-13 20:52:28','2026-01-13 20:52:28','dbde1948-19fc-4378-9b0b-0cefb59d8410'),
(27988,57,7879,NULL,7868,3,'2026-01-13 20:52:28','2026-01-13 20:52:28','711ea7e5-b0d6-490b-85cf-f94a771c8294'),
(27989,57,7879,NULL,7874,4,'2026-01-13 20:52:28','2026-01-13 20:52:28','91b50d6d-751c-41ee-9f7f-629fb75cc121'),
(27990,57,7879,NULL,7873,5,'2026-01-13 20:52:28','2026-01-13 20:52:28','60cf98a1-2598-4156-9916-27910e49f192'),
(27991,57,7879,NULL,3467,6,'2026-01-13 20:52:28','2026-01-13 20:52:28','4c9acd6a-0726-4a5b-9a68-15f163765803'),
(27992,57,7879,NULL,7872,7,'2026-01-13 20:52:28','2026-01-13 20:52:28','d2537c8c-3afd-4715-97f3-50c3f374651a'),
(28015,16,1005,NULL,7881,1,'2026-01-13 21:03:56','2026-01-13 21:03:56','e9d170f3-2799-4aa7-a5d9-045566cd69ee'),
(28016,57,1005,NULL,7883,1,'2026-01-13 21:03:56','2026-01-13 21:03:56','8ed70eb2-65c5-43ef-80e0-d4c25bb17750'),
(28017,57,1005,NULL,7886,2,'2026-01-13 21:03:56','2026-01-13 21:03:56','894dcc2b-b6d1-4bfa-9918-d7a3adf3d9e8'),
(28018,57,1005,NULL,7885,3,'2026-01-13 21:03:56','2026-01-13 21:03:56','7a26d307-6dc7-4682-889b-1856ae7fb8c0'),
(28019,57,1005,NULL,7882,4,'2026-01-13 21:03:56','2026-01-13 21:03:56','5d744f61-eecc-4901-b4d1-714d1c4906a1'),
(28020,57,1005,NULL,7884,5,'2026-01-13 21:03:56','2026-01-13 21:03:56','527169b7-e0ae-4bed-ad14-09fee4b63d77'),
(28021,32,7887,NULL,2610,1,'2026-01-13 21:03:56','2026-01-13 21:03:56','73bf2306-f69e-46dc-a976-c670f879ec53'),
(28022,32,7887,NULL,2598,2,'2026-01-13 21:03:56','2026-01-13 21:03:56','c7559031-b820-4315-907a-c957956430d3'),
(28023,32,7887,NULL,2608,3,'2026-01-13 21:03:56','2026-01-13 21:03:56','dd8f1249-62f7-4049-be83-a2e69b543bc5'),
(28024,32,7887,NULL,2600,4,'2026-01-13 21:03:56','2026-01-13 21:03:56','3a23d35b-8c18-49eb-9444-4299c3772e2b'),
(28025,32,7887,NULL,2596,5,'2026-01-13 21:03:56','2026-01-13 21:03:56','aa6e128d-d764-4184-869f-499865184ad9'),
(28026,32,7887,NULL,2602,6,'2026-01-13 21:03:56','2026-01-13 21:03:56','1a16ad87-2b8a-42ad-8c76-7a96cf9661fc'),
(28027,32,7887,NULL,2612,7,'2026-01-13 21:03:56','2026-01-13 21:03:56','b90bfe44-1adf-4610-a7d0-fd5f9af45564'),
(28028,32,7887,NULL,2604,8,'2026-01-13 21:03:56','2026-01-13 21:03:56','b791be3d-ebaa-421a-a374-aafe8f7c2d3f'),
(28029,16,7887,NULL,7881,1,'2026-01-13 21:03:56','2026-01-13 21:03:56','d8d5baf5-b31c-4118-be78-c79c6afb9996'),
(28030,7,7887,NULL,601,1,'2026-01-13 21:03:56','2026-01-13 21:03:56','169bc6fb-7146-428d-8853-238963972d1c'),
(28031,7,7887,NULL,605,2,'2026-01-13 21:03:56','2026-01-13 21:03:56','0225bdcb-89ff-4e0d-9ea0-f4f4be2f518c'),
(28032,7,7887,NULL,617,3,'2026-01-13 21:03:56','2026-01-13 21:03:56','11d13778-c70c-4ac2-b99f-118d4a42e65e'),
(28033,7,7887,NULL,2974,4,'2026-01-13 21:03:56','2026-01-13 21:03:56','4664ef01-d2cf-478d-a518-a32f59c08662'),
(28034,82,7887,NULL,479,1,'2026-01-13 21:03:56','2026-01-13 21:03:56','d7d88d5a-1b8a-479c-9bfb-529ab79fe574'),
(28035,82,7887,NULL,491,2,'2026-01-13 21:03:56','2026-01-13 21:03:56','4d5421d6-0a95-4f4f-bf36-73d53ccb52e7'),
(28036,57,7887,NULL,7883,1,'2026-01-13 21:03:56','2026-01-13 21:03:56','91e647c2-1223-4602-8458-f44793a9f126'),
(28037,57,7887,NULL,7886,2,'2026-01-13 21:03:56','2026-01-13 21:03:56','c12a5cf5-32eb-4e97-bef0-06759cb70511'),
(28038,57,7887,NULL,7885,3,'2026-01-13 21:03:56','2026-01-13 21:03:56','2c797bf6-d8cd-46be-8076-a03c49a1ad87'),
(28039,57,7887,NULL,7882,4,'2026-01-13 21:03:56','2026-01-13 21:03:56','1a5df8d5-79dc-4e6d-9f46-7fd6552b6b84'),
(28040,57,7887,NULL,7884,5,'2026-01-13 21:03:56','2026-01-13 21:03:56','52b6df44-7400-4026-ac50-f19a10507a75'),
(28063,32,7889,NULL,2610,1,'2026-01-13 21:04:49','2026-01-13 21:04:49','eaa7cfe3-b18a-4862-bc2c-320ecaab212d'),
(28064,32,7889,NULL,2598,2,'2026-01-13 21:04:49','2026-01-13 21:04:49','8597f5c1-a1b3-4fb6-8a80-641154bb25bb'),
(28065,32,7889,NULL,2608,3,'2026-01-13 21:04:49','2026-01-13 21:04:49','8202d372-775d-4b44-8fea-8b887334ee04'),
(28066,32,7889,NULL,2600,4,'2026-01-13 21:04:49','2026-01-13 21:04:49','9e651657-43f3-4ea8-b14f-5914258ef00e'),
(28067,32,7889,NULL,2596,5,'2026-01-13 21:04:49','2026-01-13 21:04:49','03257811-4ffd-4c23-8041-d64726dfb7f4'),
(28068,32,7889,NULL,2602,6,'2026-01-13 21:04:49','2026-01-13 21:04:49','f23e0f7e-5bfa-464f-b4af-ab66c0f974e5'),
(28069,32,7889,NULL,2612,7,'2026-01-13 21:04:49','2026-01-13 21:04:49','975d4062-5a3b-4721-b8be-45ff2ccca0fd'),
(28070,32,7889,NULL,2604,8,'2026-01-13 21:04:49','2026-01-13 21:04:49','d4083e9e-0aff-4489-9d96-6121d639efd1'),
(28071,16,7889,NULL,7881,1,'2026-01-13 21:04:49','2026-01-13 21:04:49','8c400e22-1f96-4792-8412-9a74a3341814'),
(28072,7,7889,NULL,601,1,'2026-01-13 21:04:49','2026-01-13 21:04:49','808f9178-f427-4579-b94d-4f72da231e7f'),
(28073,7,7889,NULL,605,2,'2026-01-13 21:04:49','2026-01-13 21:04:49','c454cd36-15dc-4123-a11d-be271abefc8c'),
(28074,7,7889,NULL,617,3,'2026-01-13 21:04:49','2026-01-13 21:04:49','9fae7922-20b8-40bd-971d-46bd4ba1d53d'),
(28075,7,7889,NULL,2974,4,'2026-01-13 21:04:49','2026-01-13 21:04:49','7b8f591c-4e9e-4aaf-9dfd-1f2b063b8815'),
(28076,82,7889,NULL,479,1,'2026-01-13 21:04:49','2026-01-13 21:04:49','aea44191-7c80-4639-86e1-b965ccc5f8d3'),
(28077,82,7889,NULL,491,2,'2026-01-13 21:04:49','2026-01-13 21:04:49','2f11f8df-463b-48dd-870d-9615603b8024'),
(28078,57,7889,NULL,7883,1,'2026-01-13 21:04:49','2026-01-13 21:04:49','be884611-0c81-4c16-8672-a8bfd57e3011'),
(28079,57,7889,NULL,7886,2,'2026-01-13 21:04:49','2026-01-13 21:04:49','d615a4b2-a8ec-4b3a-a6cb-3099570e4df4'),
(28080,57,7889,NULL,7885,3,'2026-01-13 21:04:49','2026-01-13 21:04:49','a07c95c2-88b6-45e8-96ab-8c7a4730940e'),
(28081,57,7889,NULL,7882,4,'2026-01-13 21:04:49','2026-01-13 21:04:49','5607d6fd-3f8f-4ca3-870c-26d6d4de863a'),
(28082,57,7889,NULL,7884,5,'2026-01-13 21:04:49','2026-01-13 21:04:49','0c950cbd-9ec0-4d61-b928-081c680053ac'),
(28104,16,1011,NULL,7891,1,'2026-01-13 21:14:34','2026-01-13 21:14:34','03ef17ef-797d-4527-803a-b758bafebca8'),
(28105,57,1011,NULL,7893,1,'2026-01-13 21:14:34','2026-01-13 21:19:14','b3d74cd7-fd02-4116-b72a-4c8a5f230a06'),
(28106,57,1011,NULL,7892,2,'2026-01-13 21:14:34','2026-01-13 21:19:14','17396249-0f02-4cd3-bd39-772519d925e8'),
(28107,57,1011,NULL,7894,3,'2026-01-13 21:14:34','2026-01-13 21:14:34','d48e8b61-db32-40a4-a50b-58e0b661cd25'),
(28108,32,7895,NULL,2610,1,'2026-01-13 21:14:34','2026-01-13 21:14:34','31e924ba-590c-4618-b652-761ef2b9cbca'),
(28109,32,7895,NULL,2598,2,'2026-01-13 21:14:34','2026-01-13 21:14:34','80d27dfe-9771-4922-b8b1-cb1f6fe9aa4c'),
(28110,32,7895,NULL,2608,3,'2026-01-13 21:14:34','2026-01-13 21:14:34','eb0ee6a0-1bae-4f6d-8aff-5b6a0bac2521'),
(28111,32,7895,NULL,2600,4,'2026-01-13 21:14:34','2026-01-13 21:14:34','6dca1690-2217-4991-94bc-3cb19fe4c309'),
(28112,32,7895,NULL,2596,5,'2026-01-13 21:14:34','2026-01-13 21:14:34','6c1414ac-7a97-4fed-9b4b-a11cb38d654e'),
(28113,32,7895,NULL,2602,6,'2026-01-13 21:14:34','2026-01-13 21:14:34','806f9c1a-57ea-4bf7-8159-7be373f2d9a3'),
(28114,32,7895,NULL,2604,7,'2026-01-13 21:14:34','2026-01-13 21:14:34','80b19bde-314b-4a85-8772-7a073357978b'),
(28115,16,7895,NULL,7891,1,'2026-01-13 21:14:34','2026-01-13 21:14:34','5d1bac1c-87c6-40cf-b7cd-c0cfdd86a080'),
(28116,7,7895,NULL,2969,1,'2026-01-13 21:14:34','2026-01-13 21:14:34','feeb6e29-4558-46f5-89c3-848889611881'),
(28118,7,7895,NULL,2974,3,'2026-01-13 21:14:34','2026-01-13 21:14:34','d1d5856d-4673-41a3-90a0-561f1899b3bc'),
(28119,7,7895,NULL,617,4,'2026-01-13 21:14:34','2026-01-13 21:14:34','54feca7a-e020-483b-9a98-d3d93a6cd171'),
(28120,7,7895,NULL,605,5,'2026-01-13 21:14:34','2026-01-13 21:14:34','f2e14323-6636-4ee5-803c-f27371ffdcef'),
(28121,82,7895,NULL,479,1,'2026-01-13 21:14:34','2026-01-13 21:14:34','e49d571b-a54c-494c-8c39-ca9ead68aeb2'),
(28122,82,7895,NULL,491,2,'2026-01-13 21:14:34','2026-01-13 21:14:34','bee42885-8654-447a-a88d-c710887bd3ac'),
(28123,57,7895,NULL,7893,1,'2026-01-13 21:14:34','2026-01-13 21:14:34','1a875b26-5d65-4440-ac9b-772489b7fb3a'),
(28124,57,7895,NULL,7892,2,'2026-01-13 21:14:34','2026-01-13 21:14:34','712feb9d-9dda-4725-a396-7a2f4a594eb1'),
(28125,57,7895,NULL,7894,3,'2026-01-13 21:14:34','2026-01-13 21:14:34','66373ea8-8c63-47ea-bd4c-51a829b19642'),
(28146,32,7897,NULL,2610,1,'2026-01-13 21:14:56','2026-01-13 21:14:56','25bb2322-6f95-4aa1-a312-ce61fdc33092'),
(28147,32,7897,NULL,2598,2,'2026-01-13 21:14:56','2026-01-13 21:14:56','8a070d67-1392-4149-9588-0bed545d195b'),
(28148,32,7897,NULL,2608,3,'2026-01-13 21:14:56','2026-01-13 21:14:56','849b49e9-efaf-4b16-bc78-c8b6177ad510'),
(28149,32,7897,NULL,2600,4,'2026-01-13 21:14:56','2026-01-13 21:14:56','2ab5655c-0d08-407c-81e5-7479bcf20301'),
(28150,32,7897,NULL,2596,5,'2026-01-13 21:14:56','2026-01-13 21:14:56','73974f98-fb4e-44bd-a036-be3eca356514'),
(28151,32,7897,NULL,2602,6,'2026-01-13 21:14:56','2026-01-13 21:14:56','2645c49e-6cfc-43be-9da3-d8e1f7bafa3d'),
(28152,32,7897,NULL,2604,7,'2026-01-13 21:14:56','2026-01-13 21:14:56','4936ef89-ac80-44c2-b876-e73b97e3bccd'),
(28153,16,7897,NULL,7891,1,'2026-01-13 21:14:56','2026-01-13 21:14:56','9d343e7f-bb6a-4faa-94a9-7d7fdc27ebbc'),
(28154,7,7897,NULL,2969,1,'2026-01-13 21:14:56','2026-01-13 21:14:56','1c7a8d11-036b-409f-ae4e-713534b9fb37'),
(28156,7,7897,NULL,2974,3,'2026-01-13 21:14:56','2026-01-13 21:14:56','879128d8-fc05-43d1-b5ab-e92c35882247'),
(28157,7,7897,NULL,617,4,'2026-01-13 21:14:56','2026-01-13 21:14:56','98fa2543-3c4b-47ec-98c8-5d5055b30cab'),
(28158,7,7897,NULL,605,5,'2026-01-13 21:14:56','2026-01-13 21:14:56','c46f02a4-53e9-46b7-ade4-5efdaa3c956c'),
(28159,82,7897,NULL,479,1,'2026-01-13 21:14:56','2026-01-13 21:14:56','8d6f8b65-1d69-4194-89d8-31e0a1b47d66'),
(28160,82,7897,NULL,491,2,'2026-01-13 21:14:56','2026-01-13 21:14:56','8dd53ac2-bad5-480e-bc94-ec065a3ffd13'),
(28161,57,7897,NULL,7893,1,'2026-01-13 21:14:56','2026-01-13 21:14:56','2602eec4-f829-4920-9982-8b63bf86373e'),
(28162,57,7897,NULL,7892,2,'2026-01-13 21:14:56','2026-01-13 21:14:56','a7d05814-7c63-4ec8-9725-aefd6b44d3ef'),
(28163,57,7897,NULL,7894,3,'2026-01-13 21:14:56','2026-01-13 21:14:56','b9bc925c-44cb-4b50-ad0c-f892ac0b7eb1'),
(28184,32,7899,NULL,2610,1,'2026-01-13 21:15:56','2026-01-13 21:15:56','f461f6d4-b285-4dab-9a70-64190573755f'),
(28185,32,7899,NULL,2598,2,'2026-01-13 21:15:56','2026-01-13 21:15:56','f7f8c429-869a-4030-8ef0-62e6bd5c3da6'),
(28186,32,7899,NULL,2608,3,'2026-01-13 21:15:56','2026-01-13 21:15:56','2421458b-c7b0-486d-9682-da3c95bfec9f'),
(28187,32,7899,NULL,2600,4,'2026-01-13 21:15:56','2026-01-13 21:15:56','55a4ec79-5d9f-4748-afbb-c9a21c03f18f'),
(28188,32,7899,NULL,2596,5,'2026-01-13 21:15:56','2026-01-13 21:15:56','fdf14714-8071-4567-bb77-bcffcafdabe5'),
(28189,32,7899,NULL,2602,6,'2026-01-13 21:15:56','2026-01-13 21:15:56','b83d6124-fce1-4b4f-a132-f6d48b8c8292'),
(28190,32,7899,NULL,2604,7,'2026-01-13 21:15:56','2026-01-13 21:15:56','e900814c-a60a-42fb-b8fe-960a92dac8a0'),
(28191,16,7899,NULL,7891,1,'2026-01-13 21:15:56','2026-01-13 21:15:56','d79cf709-6633-48e0-975d-e8c09fd9a76a'),
(28192,7,7899,NULL,2969,1,'2026-01-13 21:15:56','2026-01-13 21:15:56','835c5114-2180-475f-8458-8fe3486e26c9'),
(28194,7,7899,NULL,2974,3,'2026-01-13 21:15:56','2026-01-13 21:15:56','409eb42f-0a38-49fe-9166-27367d19a431'),
(28195,7,7899,NULL,617,4,'2026-01-13 21:15:56','2026-01-13 21:15:56','f2e46522-5704-4624-9709-127542333745'),
(28196,7,7899,NULL,605,5,'2026-01-13 21:15:56','2026-01-13 21:15:56','dd4850fc-4335-442c-8df7-497b2505b495'),
(28197,82,7899,NULL,479,1,'2026-01-13 21:15:56','2026-01-13 21:15:56','7c138dfd-5bdb-42c3-ad81-25180bd6dc0c'),
(28198,82,7899,NULL,491,2,'2026-01-13 21:15:56','2026-01-13 21:15:56','d4372333-0ebd-420d-aa01-5b319a1c831b'),
(28199,57,7899,NULL,7893,1,'2026-01-13 21:15:56','2026-01-13 21:15:56','b233a423-b9e1-42c5-a02a-e3f2cd9eea32'),
(28200,57,7899,NULL,7892,2,'2026-01-13 21:15:56','2026-01-13 21:15:56','22186a32-f820-4c19-92d9-9d79bc837f17'),
(28201,57,7899,NULL,7894,3,'2026-01-13 21:15:56','2026-01-13 21:15:56','e7da2527-2d22-4c09-81ae-710ed7601c19'),
(28223,57,1011,NULL,7901,4,'2026-01-13 21:17:45','2026-01-13 21:17:45','912b648f-1b62-41c6-8333-348d7cd5abf8'),
(28224,32,7902,NULL,2610,1,'2026-01-13 21:17:45','2026-01-13 21:17:45','b84a2f93-8411-488f-beaf-fac37863250e'),
(28225,32,7902,NULL,2598,2,'2026-01-13 21:17:45','2026-01-13 21:17:45','ce1fc169-b8ef-465a-abe2-5df33ae9e1e2'),
(28226,32,7902,NULL,2608,3,'2026-01-13 21:17:45','2026-01-13 21:17:45','555ea810-cad7-4ab8-84f7-f982d0579480'),
(28227,32,7902,NULL,2600,4,'2026-01-13 21:17:45','2026-01-13 21:17:45','637d5d41-6a37-4e12-9591-c85c0f8acc85'),
(28228,32,7902,NULL,2596,5,'2026-01-13 21:17:45','2026-01-13 21:17:45','73f8b8b1-572b-4053-bff7-9f2cb46e6951'),
(28229,32,7902,NULL,2602,6,'2026-01-13 21:17:45','2026-01-13 21:17:45','98dae3c4-5b69-4996-8a2c-4b11086af9bf'),
(28230,32,7902,NULL,2604,7,'2026-01-13 21:17:45','2026-01-13 21:17:45','1dbf2204-f7cc-454c-a718-dc30150d6ded'),
(28231,16,7902,NULL,7891,1,'2026-01-13 21:17:45','2026-01-13 21:17:45','b9f08f9a-1293-4823-975e-c400317b1ed6'),
(28232,7,7902,NULL,2969,1,'2026-01-13 21:17:45','2026-01-13 21:17:45','f5fc4bc5-c9a4-4346-9398-784291b34cb6'),
(28234,7,7902,NULL,2974,3,'2026-01-13 21:17:45','2026-01-13 21:17:45','83729a20-7bfa-48a5-96dd-6e2d51b0883e'),
(28235,7,7902,NULL,617,4,'2026-01-13 21:17:45','2026-01-13 21:17:45','ecd198ba-a34e-4826-950f-bfaade4370cb'),
(28236,7,7902,NULL,605,5,'2026-01-13 21:17:45','2026-01-13 21:17:45','029a1d4b-c509-418f-babf-a258eec7411d'),
(28237,82,7902,NULL,479,1,'2026-01-13 21:17:45','2026-01-13 21:17:45','e839c497-932f-47a1-ab18-efaddfb1acad'),
(28238,82,7902,NULL,491,2,'2026-01-13 21:17:45','2026-01-13 21:17:45','2075e11e-5a36-4fae-b981-b0a0203e08a8'),
(28239,57,7902,NULL,7892,1,'2026-01-13 21:17:45','2026-01-13 21:17:45','3383d2b8-8363-4231-8095-ff562b26c2db'),
(28240,57,7902,NULL,7893,2,'2026-01-13 21:17:45','2026-01-13 21:17:45','95ae2c28-dcc3-4309-9262-25ca851dfef7'),
(28241,57,7902,NULL,7894,3,'2026-01-13 21:17:45','2026-01-13 21:17:45','b99a8013-7cfa-4a16-a855-85fdfbf0cc35'),
(28242,57,7902,NULL,7901,4,'2026-01-13 21:17:45','2026-01-13 21:17:45','6011cb44-7f12-410b-be3e-5243ea7fcc9e'),
(28264,32,7904,NULL,2610,1,'2026-01-13 21:19:14','2026-01-13 21:19:14','e2719460-1392-4f12-80da-6d36bb522752'),
(28265,32,7904,NULL,2598,2,'2026-01-13 21:19:14','2026-01-13 21:19:14','75bcea79-ef6b-4cbd-886c-77b523ae9ad8'),
(28266,32,7904,NULL,2608,3,'2026-01-13 21:19:14','2026-01-13 21:19:14','d7a837ff-1cc2-4f0c-a203-8ccbbae3d0fc'),
(28267,32,7904,NULL,2600,4,'2026-01-13 21:19:14','2026-01-13 21:19:14','32a47e32-e531-4cf6-b8b3-982006aa29a3'),
(28268,32,7904,NULL,2596,5,'2026-01-13 21:19:14','2026-01-13 21:19:14','3dffb324-d040-40a3-a640-f20e63413003'),
(28269,32,7904,NULL,2602,6,'2026-01-13 21:19:14','2026-01-13 21:19:14','9d04ae76-9128-426f-84c5-f6b54c39d360'),
(28270,32,7904,NULL,2604,7,'2026-01-13 21:19:14','2026-01-13 21:19:14','71209d5c-c780-469b-967c-c56aaa4e2ccf'),
(28271,16,7904,NULL,7891,1,'2026-01-13 21:19:14','2026-01-13 21:19:14','af526f42-0b1a-42f8-bf54-4f4f9fa92555'),
(28272,7,7904,NULL,2969,1,'2026-01-13 21:19:14','2026-01-13 21:19:14','661db507-5b7d-4fad-80d4-881b8bf6f492'),
(28274,7,7904,NULL,2974,3,'2026-01-13 21:19:14','2026-01-13 21:19:14','e4958421-b906-4928-a34c-1ad49b0257f4'),
(28275,7,7904,NULL,617,4,'2026-01-13 21:19:14','2026-01-13 21:19:14','3d1ba976-0fab-426d-ae5d-aa7dcff0cf8e'),
(28276,7,7904,NULL,605,5,'2026-01-13 21:19:14','2026-01-13 21:19:14','828f5e86-082c-4521-9c89-45d6c8a0bb54'),
(28277,82,7904,NULL,479,1,'2026-01-13 21:19:14','2026-01-13 21:19:14','adb6561e-6f18-4fe6-ab14-da3587341aae'),
(28278,82,7904,NULL,491,2,'2026-01-13 21:19:14','2026-01-13 21:19:14','27be269d-6e46-47bd-ad7f-4d5cdd87e81b'),
(28279,57,7904,NULL,7893,1,'2026-01-13 21:19:14','2026-01-13 21:19:14','68489b8e-1966-41ad-b4e3-7b7540b1a235'),
(28280,57,7904,NULL,7892,2,'2026-01-13 21:19:14','2026-01-13 21:19:14','5b1a3a94-4211-4e43-af0c-ead7bc48bca0'),
(28281,57,7904,NULL,7894,3,'2026-01-13 21:19:14','2026-01-13 21:19:14','4724a5c6-c102-44d6-87f7-ffd0e3f72fcb'),
(28282,57,7904,NULL,7901,4,'2026-01-13 21:19:14','2026-01-13 21:19:14','2993e30a-1b29-4228-bc28-1eb8f2116db6'),
(28304,32,7906,NULL,2610,1,'2026-01-13 21:19:32','2026-01-13 21:19:32','3626d2c4-0041-4c35-84d3-ff1b6a05b748'),
(28305,32,7906,NULL,2598,2,'2026-01-13 21:19:32','2026-01-13 21:19:32','90d5c2ce-10c2-4d45-b13b-2359606b4e5f'),
(28306,32,7906,NULL,2608,3,'2026-01-13 21:19:32','2026-01-13 21:19:32','4d58ac56-9d85-4206-97e9-1dc3ad57dc9c'),
(28307,32,7906,NULL,2600,4,'2026-01-13 21:19:32','2026-01-13 21:19:32','fdab1466-4b6a-4531-88ac-4edd9f011867'),
(28308,32,7906,NULL,2596,5,'2026-01-13 21:19:32','2026-01-13 21:19:32','c3328ac3-cb70-4336-a8d5-17c2f3dfafd1'),
(28309,32,7906,NULL,2602,6,'2026-01-13 21:19:32','2026-01-13 21:19:32','511fa465-6acd-4d77-b10e-39c409bf11ae'),
(28310,32,7906,NULL,2604,7,'2026-01-13 21:19:32','2026-01-13 21:19:32','1f2ad532-12a2-408d-9ccf-ee4b87f48933'),
(28311,16,7906,NULL,7891,1,'2026-01-13 21:19:32','2026-01-13 21:19:32','c71941c7-18b8-4f9c-81fe-5638d84418da'),
(28312,7,7906,NULL,2969,1,'2026-01-13 21:19:32','2026-01-13 21:19:32','de8c40bd-31ce-4225-848b-4085a0071276'),
(28314,7,7906,NULL,2974,3,'2026-01-13 21:19:32','2026-01-13 21:19:32','968124ed-6992-431d-add8-175e8c67b52e'),
(28315,7,7906,NULL,617,4,'2026-01-13 21:19:32','2026-01-13 21:19:32','d33907e7-b033-40b6-80f9-55db4aa5c4e8'),
(28316,7,7906,NULL,605,5,'2026-01-13 21:19:32','2026-01-13 21:19:32','9ca4b555-5747-4186-85a8-707c3c6f5b97'),
(28317,82,7906,NULL,479,1,'2026-01-13 21:19:32','2026-01-13 21:19:32','7675f343-0c98-4efb-9993-7dae702a3ca0'),
(28318,82,7906,NULL,491,2,'2026-01-13 21:19:32','2026-01-13 21:19:32','5ac6b9e6-8a17-4886-8786-7d2efa3f4fe8'),
(28319,57,7906,NULL,7893,1,'2026-01-13 21:19:32','2026-01-13 21:19:32','1aef3dcd-990d-4daa-bc26-1b4f11648e03'),
(28320,57,7906,NULL,7892,2,'2026-01-13 21:19:32','2026-01-13 21:19:32','242d6f75-2372-4ad6-ab65-4bc57d730953'),
(28321,57,7906,NULL,7894,3,'2026-01-13 21:19:32','2026-01-13 21:19:32','a28fea73-ef6e-44d3-8c45-042f6ad7ffe9'),
(28322,57,7906,NULL,7901,4,'2026-01-13 21:19:32','2026-01-13 21:19:32','a518ba86-12f3-4b7c-8a33-a4c15a4b129e'),
(28343,57,1017,NULL,7908,1,'2026-01-13 21:24:06','2026-01-13 21:24:06','15b15fd5-35c9-4212-977e-ad1ef6c0bc0f'),
(28344,57,1017,NULL,7910,2,'2026-01-13 21:24:06','2026-01-13 21:24:06','5723fd62-b3e7-4ebc-96d0-f6bdb8239dcf'),
(28345,57,1017,NULL,7911,3,'2026-01-13 21:24:06','2026-01-13 21:24:06','6a4fea67-9f79-4b3e-a089-5b3e34399167'),
(28346,57,1017,NULL,7909,4,'2026-01-13 21:24:06','2026-01-13 21:24:06','f014144b-d393-48cc-8436-54168a38b321'),
(28347,32,7912,NULL,2614,1,'2026-01-13 21:24:06','2026-01-13 21:24:06','c1fb6da4-a061-4fe9-b6a6-73a5bee87d2f'),
(28348,32,7912,NULL,2610,2,'2026-01-13 21:24:06','2026-01-13 21:24:06','352b7f0c-1ba2-4546-bf78-de5488f48a49'),
(28349,32,7912,NULL,2598,3,'2026-01-13 21:24:06','2026-01-13 21:24:06','d841dd4a-4884-4436-b7d9-42740993ae4a'),
(28350,32,7912,NULL,2600,4,'2026-01-13 21:24:06','2026-01-13 21:24:06','1e7aa000-3ff4-4404-b79f-593d74de8152'),
(28351,32,7912,NULL,2596,5,'2026-01-13 21:24:06','2026-01-13 21:24:06','98d68dc1-23de-489e-8b35-aa4c52bb0023'),
(28352,32,7912,NULL,2602,6,'2026-01-13 21:24:06','2026-01-13 21:24:06','a37c09be-19ce-4c26-b996-7a847d0a31fe'),
(28353,32,7912,NULL,2604,7,'2026-01-13 21:24:06','2026-01-13 21:24:06','1593a7bd-7ff9-4611-96f0-4f155e83e3c3'),
(28354,32,7912,NULL,2608,8,'2026-01-13 21:24:06','2026-01-13 21:24:06','51816946-c4f2-4561-a10e-ce8d417634cc'),
(28355,16,7912,NULL,3564,1,'2026-01-13 21:24:06','2026-01-13 21:24:06','49405230-da32-433d-b51b-ea71ff3e63b8'),
(28356,7,7912,NULL,601,1,'2026-01-13 21:24:06','2026-01-13 21:24:06','8b52c8f6-fc0a-4f86-b349-97105bf603b9'),
(28357,7,7912,NULL,617,2,'2026-01-13 21:24:06','2026-01-13 21:24:06','12dbbb8d-5539-4e9c-ad3c-a86a338df278'),
(28358,7,7912,NULL,605,3,'2026-01-13 21:24:06','2026-01-13 21:24:06','1afefbdb-07e1-4a30-8e31-963e7a697274'),
(28359,82,7912,NULL,479,1,'2026-01-13 21:24:06','2026-01-13 21:24:06','aa5708dc-e911-4aeb-98b7-a8930ffbbe95'),
(28360,46,7912,NULL,7381,1,'2026-01-13 21:24:06','2026-01-13 21:24:06','371f8ee4-4c0a-4fcd-853a-8c8cbf5419bd'),
(28361,57,7912,NULL,7908,1,'2026-01-13 21:24:06','2026-01-13 21:24:06','40b095b0-b0a7-408f-98d1-940f4b2e8961'),
(28362,57,7912,NULL,7910,2,'2026-01-13 21:24:06','2026-01-13 21:24:06','29a899fc-178f-4830-b8e9-86d34d014bc9'),
(28363,57,7912,NULL,7911,3,'2026-01-13 21:24:06','2026-01-13 21:24:06','3bb8c687-6176-4dbe-96c6-bdc26e5ef361'),
(28364,57,7912,NULL,7909,4,'2026-01-13 21:24:06','2026-01-13 21:24:06','6cb933db-a8e0-4fca-a1bc-a2b2c208aae9'),
(28385,32,7914,NULL,2614,1,'2026-01-13 21:24:56','2026-01-13 21:24:56','b128bc3e-54a6-457b-8c63-9f4b25da2a0d'),
(28386,32,7914,NULL,2610,2,'2026-01-13 21:24:56','2026-01-13 21:24:56','5952e6f6-7bf1-4c4d-8055-caff028755eb'),
(28387,32,7914,NULL,2598,3,'2026-01-13 21:24:56','2026-01-13 21:24:56','199b66f9-9393-47e7-9459-00e34856dd3b'),
(28388,32,7914,NULL,2600,4,'2026-01-13 21:24:56','2026-01-13 21:24:56','89a1eb75-98e1-4e03-a8ac-86b00b2ac272'),
(28389,32,7914,NULL,2596,5,'2026-01-13 21:24:56','2026-01-13 21:24:56','948a8af0-06d2-4336-bc24-659033cf609b'),
(28390,32,7914,NULL,2602,6,'2026-01-13 21:24:56','2026-01-13 21:24:56','940643c1-d8ec-4318-b9f0-0bf968bacdab'),
(28391,32,7914,NULL,2604,7,'2026-01-13 21:24:56','2026-01-13 21:24:56','1f5dc924-5d3e-4db7-906e-e60303bb4f19'),
(28392,32,7914,NULL,2608,8,'2026-01-13 21:24:56','2026-01-13 21:24:56','1c73c187-3a80-47eb-ba35-627535002d0e'),
(28393,16,7914,NULL,3564,1,'2026-01-13 21:24:56','2026-01-13 21:24:56','6ac99f1b-f4a2-453a-83b1-056ac8587e2b'),
(28394,7,7914,NULL,601,1,'2026-01-13 21:24:56','2026-01-13 21:24:56','cb7fbe72-e7d7-49a8-829d-e90c43d990b3'),
(28395,7,7914,NULL,617,2,'2026-01-13 21:24:56','2026-01-13 21:24:56','675e286d-8131-46a5-8b07-819242992a4d'),
(28396,7,7914,NULL,605,3,'2026-01-13 21:24:56','2026-01-13 21:24:56','c7bacc79-7665-4d51-a656-01a1c77ae1cd'),
(28397,82,7914,NULL,479,1,'2026-01-13 21:24:56','2026-01-13 21:24:56','4aa13a9f-505d-48f7-bac2-94bd9007ae8e'),
(28398,46,7914,NULL,7381,1,'2026-01-13 21:24:56','2026-01-13 21:24:56','b0adf644-4e8a-470b-9c8f-28e6f945b7e7'),
(28399,57,7914,NULL,7908,1,'2026-01-13 21:24:56','2026-01-13 21:24:56','eff2d67d-f3f5-442b-8663-1b26aa3a1fc1'),
(28400,57,7914,NULL,7910,2,'2026-01-13 21:24:56','2026-01-13 21:24:56','2f008624-2cef-41fd-ae10-44bba1dada7b'),
(28401,57,7914,NULL,7911,3,'2026-01-13 21:24:56','2026-01-13 21:24:56','9248bbe7-08d2-4615-bd19-034338806f6a'),
(28402,57,7914,NULL,7909,4,'2026-01-13 21:24:56','2026-01-13 21:24:56','7dd48bb9-335c-41ef-b065-a50258e050a8'),
(28423,32,7916,NULL,2614,1,'2026-01-13 21:25:53','2026-01-13 21:25:53','b524a577-2915-46b8-b81d-58bd442771b6'),
(28424,32,7916,NULL,2610,2,'2026-01-13 21:25:53','2026-01-13 21:25:53','ff0b81f5-d87e-4e3d-9ad5-7c79f5558799'),
(28425,32,7916,NULL,2598,3,'2026-01-13 21:25:53','2026-01-13 21:25:53','f8924b9f-52bc-416b-b9ef-6ca9b26de6f0'),
(28426,32,7916,NULL,2600,4,'2026-01-13 21:25:53','2026-01-13 21:25:53','56138d6b-bd27-49d7-babf-ebc719d64e80'),
(28427,32,7916,NULL,2596,5,'2026-01-13 21:25:53','2026-01-13 21:25:53','5bc583ab-ffcc-4642-beb0-1c015265ecbd'),
(28428,32,7916,NULL,2602,6,'2026-01-13 21:25:53','2026-01-13 21:25:53','c2c9876e-fe6f-4798-b65c-6eb13421191d'),
(28429,32,7916,NULL,2604,7,'2026-01-13 21:25:53','2026-01-13 21:25:53','f2a5cec5-8c10-4c5a-bb13-b922cee903af'),
(28430,32,7916,NULL,2608,8,'2026-01-13 21:25:53','2026-01-13 21:25:53','ca811631-412d-4a66-a564-e56d0c7d8899'),
(28431,16,7916,NULL,3564,1,'2026-01-13 21:25:53','2026-01-13 21:25:53','c6dc6416-d63b-4a72-a752-86024c387ea5'),
(28432,7,7916,NULL,601,1,'2026-01-13 21:25:53','2026-01-13 21:25:53','aace9d26-02bb-48d3-81e3-bf07345f6a27'),
(28433,7,7916,NULL,617,2,'2026-01-13 21:25:53','2026-01-13 21:25:53','408be38d-5eaf-4a64-85c1-48dec2d8f007'),
(28434,7,7916,NULL,605,3,'2026-01-13 21:25:53','2026-01-13 21:25:53','477bcf6f-91f3-41a9-b8c7-86f74d856bdc'),
(28435,82,7916,NULL,479,1,'2026-01-13 21:25:53','2026-01-13 21:25:53','1e193215-91e3-4a11-b9d6-3ffc1afc4aca'),
(28436,46,7916,NULL,7381,1,'2026-01-13 21:25:53','2026-01-13 21:25:53','979c923c-b3db-4e47-b70b-f40c346c7da5'),
(28437,57,7916,NULL,7908,1,'2026-01-13 21:25:53','2026-01-13 21:25:53','9eb69a52-be9a-456e-8bb8-49ccde7ddc12'),
(28438,57,7916,NULL,7910,2,'2026-01-13 21:25:53','2026-01-13 21:25:53','6ebafb0d-fbcc-405e-937d-b282e17115ac'),
(28439,57,7916,NULL,7911,3,'2026-01-13 21:25:53','2026-01-13 21:25:53','b3568895-ae52-44d8-930f-d9d4c8a205c9'),
(28440,57,7916,NULL,7909,4,'2026-01-13 21:25:53','2026-01-13 21:25:53','ac55a410-7dcd-4d4a-8411-5dacd524e91e'),
(28461,32,7918,NULL,2614,1,'2026-01-13 21:26:24','2026-01-13 21:26:24','53838426-067f-45b8-8df9-c80d8cd285a1'),
(28462,32,7918,NULL,2610,2,'2026-01-13 21:26:24','2026-01-13 21:26:24','0127ebab-dc4d-4756-a551-bea997ca7857'),
(28463,32,7918,NULL,2598,3,'2026-01-13 21:26:24','2026-01-13 21:26:24','97cc4321-9c98-4d6b-bafa-eca5a536f046'),
(28464,32,7918,NULL,2600,4,'2026-01-13 21:26:24','2026-01-13 21:26:24','3d5d8dff-117b-4b3c-9395-7204a490468e'),
(28465,32,7918,NULL,2596,5,'2026-01-13 21:26:24','2026-01-13 21:26:24','7f34a3f1-0401-4b40-bc9c-5a640e0519c9'),
(28466,32,7918,NULL,2602,6,'2026-01-13 21:26:24','2026-01-13 21:26:24','b4f02c72-a963-4ae9-8422-919f5778d0ec'),
(28467,32,7918,NULL,2604,7,'2026-01-13 21:26:24','2026-01-13 21:26:24','de2d38da-ff6f-4147-a903-5d15e592e1f1'),
(28468,32,7918,NULL,2608,8,'2026-01-13 21:26:24','2026-01-13 21:26:24','b82b2b65-475e-454d-9c02-08bfc9aba6bf'),
(28469,16,7918,NULL,3564,1,'2026-01-13 21:26:24','2026-01-13 21:26:24','40a4f29b-6ee4-4d52-b00f-cf6d27d5c5fd'),
(28470,7,7918,NULL,601,1,'2026-01-13 21:26:24','2026-01-13 21:26:24','b7d49e8d-1dd7-45ad-82b1-f5553e7a5591'),
(28471,7,7918,NULL,617,2,'2026-01-13 21:26:24','2026-01-13 21:26:24','d2bdd87b-b36e-4a09-bcb8-ea767929d998'),
(28472,7,7918,NULL,605,3,'2026-01-13 21:26:24','2026-01-13 21:26:24','cc5e0cdc-a8dc-48a7-b0b9-0db2adb4ae2d'),
(28473,82,7918,NULL,479,1,'2026-01-13 21:26:24','2026-01-13 21:26:24','73d3fcde-02ca-4fda-b2b1-ecf7585c8fa8'),
(28474,46,7918,NULL,7381,1,'2026-01-13 21:26:24','2026-01-13 21:26:24','9fc8c339-9826-46ac-81f7-03867f973a30'),
(28475,57,7918,NULL,7908,1,'2026-01-13 21:26:24','2026-01-13 21:26:24','9ee9192c-ba6d-4988-8d70-d35f876afcf5'),
(28476,57,7918,NULL,7910,2,'2026-01-13 21:26:24','2026-01-13 21:26:24','41d3066c-f898-491a-a11b-55cf57949e4c'),
(28477,57,7918,NULL,7911,3,'2026-01-13 21:26:24','2026-01-13 21:26:24','a7eb2a18-db50-4321-be48-ba774581e993'),
(28478,57,7918,NULL,7909,4,'2026-01-13 21:26:24','2026-01-13 21:26:24','b488644a-de92-4dc5-a7f8-6ac41aff1c16'),
(28510,57,1023,NULL,7920,7,'2026-01-13 21:49:39','2026-01-17 14:39:49','fac96e86-a785-4f88-9e5e-5ed16cf6887e'),
(28511,57,1023,NULL,7921,9,'2026-01-13 21:49:39','2026-01-17 14:39:49','6238553a-2130-4c3d-8a56-8d3c2976710d'),
(28512,57,1023,NULL,7922,8,'2026-01-13 21:49:39','2026-01-17 14:39:49','109b0acb-2080-4f28-a69d-52cfccbd7846'),
(28513,57,1023,NULL,7923,6,'2026-01-13 21:49:39','2026-01-17 14:39:49','bf489b4d-46c9-4e9c-9f41-62089ce56f0e'),
(28514,57,1023,NULL,7924,4,'2026-01-13 21:49:39','2026-01-17 14:39:49','290e7469-80c7-4891-a7fc-777eac1723e5'),
(28515,57,1023,NULL,7925,5,'2026-01-13 21:49:39','2026-01-17 14:39:49','59d51a60-78ca-4291-b6fe-acaab6fe8de5'),
(28516,57,1023,NULL,7926,1,'2026-01-13 21:49:39','2026-01-17 14:39:49','da5cb16b-3dcf-4d7c-ab99-e51d77d52f0f'),
(28517,57,1023,NULL,7927,3,'2026-01-13 21:49:39','2026-01-17 14:39:49','dba7b5f3-33e3-4362-9904-833bda560adb'),
(28518,57,1023,NULL,7928,2,'2026-01-13 21:49:39','2026-01-17 14:39:49','b8e23106-13cc-4f8d-b918-a17c869a6ced'),
(28519,32,7929,NULL,2610,1,'2026-01-13 21:49:39','2026-01-13 21:49:39','ebafdf0d-4eea-41ab-b915-c850ce7bb4fd'),
(28520,32,7929,NULL,2598,2,'2026-01-13 21:49:39','2026-01-13 21:49:39','a3667789-b9c5-4d8d-adc3-6515c7c881aa'),
(28521,32,7929,NULL,2600,3,'2026-01-13 21:49:39','2026-01-13 21:49:39','e24cebaf-056c-434c-a474-417fc629990c'),
(28522,32,7929,NULL,2596,4,'2026-01-13 21:49:39','2026-01-13 21:49:39','33fd2f3e-4a37-4e8a-a141-a24ed6e69d05'),
(28523,32,7929,NULL,2602,5,'2026-01-13 21:49:39','2026-01-13 21:49:39','5a719eee-a933-49f2-8771-87c352d6be94'),
(28524,32,7929,NULL,2604,6,'2026-01-13 21:49:39','2026-01-13 21:49:39','8cde738b-dd90-4f1f-8bbf-920c15ac4e1d'),
(28525,32,7929,NULL,2608,7,'2026-01-13 21:49:39','2026-01-13 21:49:39','f289bd90-250e-4880-ac39-5f1306aaedec'),
(28526,16,7929,NULL,5253,1,'2026-01-13 21:49:39','2026-01-13 21:49:39','3f450f77-7dab-4eb0-af2a-4273f5abc24c'),
(28527,7,7929,NULL,601,1,'2026-01-13 21:49:39','2026-01-13 21:49:39','17067b5e-c5c8-4b13-bbce-db016da9faf8'),
(28529,7,7929,NULL,617,3,'2026-01-13 21:49:39','2026-01-13 21:49:39','d8033498-765b-4bc4-a517-de94836b053d'),
(28530,7,7929,NULL,605,4,'2026-01-13 21:49:39','2026-01-13 21:49:39','6d4f2123-1142-43b1-b17f-e905702d72b6'),
(28531,82,7929,NULL,479,1,'2026-01-13 21:49:39','2026-01-13 21:49:39','e633bc2b-b8d1-4a66-bad8-be24368cf4d5'),
(28532,82,7929,NULL,491,2,'2026-01-13 21:49:39','2026-01-13 21:49:39','6067da89-bf13-4fae-bd19-aecb0a005d38'),
(28533,46,7929,NULL,7379,1,'2026-01-13 21:49:39','2026-01-13 21:49:39','3fee9fde-4db9-4afa-9058-bd47dc0aa4ad'),
(28534,57,7929,NULL,7920,1,'2026-01-13 21:49:39','2026-01-13 21:49:39','a5db19fb-39fb-4af3-b80c-a7791ab7ae1b'),
(28535,57,7929,NULL,7921,2,'2026-01-13 21:49:39','2026-01-13 21:49:39','d5ca2aa2-79ab-46cf-9ca8-e93074ab7778'),
(28536,57,7929,NULL,7922,3,'2026-01-13 21:49:39','2026-01-13 21:49:39','07668c70-3178-4681-9a8d-d0a687952769'),
(28537,57,7929,NULL,7923,4,'2026-01-13 21:49:39','2026-01-13 21:49:39','5e00adfb-df9f-4896-8202-123c8bc47e0f'),
(28538,57,7929,NULL,7924,5,'2026-01-13 21:49:39','2026-01-13 21:49:39','6fea10cf-1ee8-45db-adff-ee68f020605f'),
(28539,57,7929,NULL,7925,6,'2026-01-13 21:49:39','2026-01-13 21:49:39','62b0ae31-55b1-4a95-8cca-48d3a7ef2802'),
(28540,57,7929,NULL,7926,7,'2026-01-13 21:49:39','2026-01-13 21:49:39','769e4d02-2fee-42fa-9838-e804325d471c'),
(28541,57,7929,NULL,7927,8,'2026-01-13 21:49:39','2026-01-13 21:49:39','b50ee7c2-d68a-48a0-b7c6-612cf5058937'),
(28542,57,7929,NULL,7928,9,'2026-01-13 21:49:39','2026-01-13 21:49:39','06770fbe-6e67-4e36-a484-19bdfe8cfb2e'),
(28569,32,7931,NULL,2610,1,'2026-01-13 21:50:04','2026-01-13 21:50:04','99986d13-fc3b-412a-8ea2-306cd8ad88b3'),
(28570,32,7931,NULL,2598,2,'2026-01-13 21:50:04','2026-01-13 21:50:04','265ad19b-0beb-4b16-92e6-c26575539ffa'),
(28571,32,7931,NULL,2600,3,'2026-01-13 21:50:04','2026-01-13 21:50:04','48c1c6c5-3f99-4366-ad4c-d6f9dd59be11'),
(28572,32,7931,NULL,2596,4,'2026-01-13 21:50:04','2026-01-13 21:50:04','f3a38dab-35d0-4b70-92fd-dc97766567da'),
(28573,32,7931,NULL,2602,5,'2026-01-13 21:50:04','2026-01-13 21:50:04','d8286855-e1fb-4137-ba47-9b4401eee503'),
(28574,32,7931,NULL,2604,6,'2026-01-13 21:50:04','2026-01-13 21:50:04','88d058c5-8828-4744-944a-f54c83f8ed30'),
(28575,32,7931,NULL,2608,7,'2026-01-13 21:50:04','2026-01-13 21:50:04','7e0eb9d1-9b37-4faa-bccd-e3a7c2178369'),
(28576,16,7931,NULL,5253,1,'2026-01-13 21:50:04','2026-01-13 21:50:04','814a2bdc-144c-4f0b-812c-f369b454fd87'),
(28577,7,7931,NULL,601,1,'2026-01-13 21:50:04','2026-01-13 21:50:04','2d58f164-73ab-43ed-a949-506baeaa5717'),
(28579,7,7931,NULL,617,3,'2026-01-13 21:50:04','2026-01-13 21:50:04','fb420d41-729e-476f-964d-288b29889c87'),
(28580,7,7931,NULL,605,4,'2026-01-13 21:50:04','2026-01-13 21:50:04','948dbce4-b028-42c5-83ad-7dae9e9240f5'),
(28581,82,7931,NULL,479,1,'2026-01-13 21:50:04','2026-01-13 21:50:04','334d8a83-053e-41aa-8eff-89dfda2fb6ad'),
(28582,82,7931,NULL,491,2,'2026-01-13 21:50:04','2026-01-13 21:50:04','7b3c88aa-28be-4e97-81e9-ed417c22ea01'),
(28583,46,7931,NULL,7379,1,'2026-01-13 21:50:04','2026-01-13 21:50:04','56e2d92a-01dd-494e-ba9e-5a7466f4886d'),
(28584,57,7931,NULL,7920,1,'2026-01-13 21:50:04','2026-01-13 21:50:04','d52ed7c0-f339-489e-a46f-92faf23c2c5e'),
(28585,57,7931,NULL,7922,2,'2026-01-13 21:50:04','2026-01-13 21:50:04','471083f9-0924-4c27-84cd-d8c175615f7e'),
(28586,57,7931,NULL,7921,3,'2026-01-13 21:50:04','2026-01-13 21:50:04','483276af-e044-4241-aefb-d77683a614e1'),
(28587,57,7931,NULL,7923,4,'2026-01-13 21:50:04','2026-01-13 21:50:04','1b82944f-13b5-4c4f-8502-4174ca4c328d'),
(28588,57,7931,NULL,7926,5,'2026-01-13 21:50:04','2026-01-13 21:50:04','2079ef27-fd71-4451-b240-6759938a7ddb'),
(28589,57,7931,NULL,7924,6,'2026-01-13 21:50:04','2026-01-13 21:50:04','d99acf91-7e9f-43c5-a7b2-cf81e149c9fa'),
(28590,57,7931,NULL,7927,7,'2026-01-13 21:50:04','2026-01-13 21:50:04','2177790b-4470-4c49-866c-b56475124946'),
(28591,57,7931,NULL,7925,8,'2026-01-13 21:50:04','2026-01-13 21:50:04','d45fe410-406e-416f-b97b-c9b614f31729'),
(28592,57,7931,NULL,7928,9,'2026-01-13 21:50:04','2026-01-13 21:50:04','2de401da-1fd8-4f3a-9a60-9072c825525e'),
(28619,32,7933,NULL,2610,1,'2026-01-13 21:50:42','2026-01-13 21:50:42','f552433c-47f8-4a38-ab3f-83e289c01c1e'),
(28620,32,7933,NULL,2598,2,'2026-01-13 21:50:42','2026-01-13 21:50:42','72137166-3458-47ac-af03-5e9158af89a4'),
(28621,32,7933,NULL,2600,3,'2026-01-13 21:50:42','2026-01-13 21:50:42','a34bc928-fc34-4770-b661-21781fd8bd80'),
(28622,32,7933,NULL,2596,4,'2026-01-13 21:50:42','2026-01-13 21:50:42','8f34850e-6605-4d26-8a28-507788110669'),
(28623,32,7933,NULL,2602,5,'2026-01-13 21:50:42','2026-01-13 21:50:42','06b716d7-c683-4721-b485-1f933e5f1af9'),
(28624,32,7933,NULL,2604,6,'2026-01-13 21:50:42','2026-01-13 21:50:42','9026ee10-5a24-4305-af38-e2166dea91f3'),
(28625,32,7933,NULL,2608,7,'2026-01-13 21:50:42','2026-01-13 21:50:42','4d06191c-7382-4643-9b7c-813d1f81ed82'),
(28626,16,7933,NULL,5253,1,'2026-01-13 21:50:42','2026-01-13 21:50:42','30c8aa6f-5559-4df5-828b-acf20a22a859'),
(28627,7,7933,NULL,601,1,'2026-01-13 21:50:42','2026-01-13 21:50:42','135818a8-1e29-4e4d-bd60-9af9ac819ac3'),
(28629,7,7933,NULL,617,3,'2026-01-13 21:50:42','2026-01-13 21:50:42','dd86ffc0-6c4f-4f64-b272-1a0c0caafd40'),
(28630,7,7933,NULL,605,4,'2026-01-13 21:50:42','2026-01-13 21:50:42','7fe08f39-455d-462a-a9eb-8f69e2256356'),
(28631,82,7933,NULL,479,1,'2026-01-13 21:50:42','2026-01-13 21:50:42','f87473b5-d0dc-453b-aade-c970bee0773c'),
(28632,82,7933,NULL,491,2,'2026-01-13 21:50:42','2026-01-13 21:50:42','a18356e0-ecae-4db9-a5b6-fb59342e013a'),
(28633,46,7933,NULL,7379,1,'2026-01-13 21:50:42','2026-01-13 21:50:42','e5ada228-1393-4dbc-958b-5856d452e9d7'),
(28634,57,7933,NULL,7920,1,'2026-01-13 21:50:42','2026-01-13 21:50:42','c48904e7-6c97-4631-ba6d-c9fbc734a42b'),
(28635,57,7933,NULL,7922,2,'2026-01-13 21:50:42','2026-01-13 21:50:42','981bca8c-1dd3-4853-8bf8-4d351615034d'),
(28636,57,7933,NULL,7921,3,'2026-01-13 21:50:42','2026-01-13 21:50:42','6d5e516a-421d-4461-b7a8-d5439fecd5ef'),
(28637,57,7933,NULL,7923,4,'2026-01-13 21:50:42','2026-01-13 21:50:42','5f881088-f035-48a5-adfe-eee8cb0f29b1'),
(28638,57,7933,NULL,7926,5,'2026-01-13 21:50:42','2026-01-13 21:50:42','fe89d461-5120-49bf-bfd9-6e575180ff10'),
(28639,57,7933,NULL,7924,6,'2026-01-13 21:50:42','2026-01-13 21:50:42','66abba32-0d26-43f5-ad8d-11717c3eabd2'),
(28640,57,7933,NULL,7927,7,'2026-01-13 21:50:42','2026-01-13 21:50:42','c84640e1-c7b5-4d93-8ad3-cf09cbfcc799'),
(28641,57,7933,NULL,7925,8,'2026-01-13 21:50:42','2026-01-13 21:50:42','351838aa-9e41-42c1-b8b1-cba268d04910'),
(28642,57,7933,NULL,7928,9,'2026-01-13 21:50:42','2026-01-13 21:50:42','3aa69f08-3e46-4f37-8e90-0f899999c64e'),
(28669,32,7935,NULL,2610,1,'2026-01-13 21:51:20','2026-01-13 21:51:20','df412d73-85a2-4754-9a03-12668a28a24f'),
(28670,32,7935,NULL,2598,2,'2026-01-13 21:51:20','2026-01-13 21:51:20','8b19cace-7832-4f65-985e-d3e8a8415df7'),
(28671,32,7935,NULL,2600,3,'2026-01-13 21:51:20','2026-01-13 21:51:20','3b854414-e519-4b1a-8638-50ee897a3de7'),
(28672,32,7935,NULL,2596,4,'2026-01-13 21:51:20','2026-01-13 21:51:20','4ff15726-d2e3-4ecf-bd09-7a1c95fe53b3'),
(28673,32,7935,NULL,2602,5,'2026-01-13 21:51:20','2026-01-13 21:51:20','f04e68b6-3fcd-4f0d-890a-338f6b23d51b'),
(28674,32,7935,NULL,2604,6,'2026-01-13 21:51:20','2026-01-13 21:51:20','396d7cfe-1967-4483-a543-4a5add5b5808'),
(28675,32,7935,NULL,2608,7,'2026-01-13 21:51:20','2026-01-13 21:51:20','ec198e05-a604-4936-821d-5508a4eb0476'),
(28676,16,7935,NULL,5253,1,'2026-01-13 21:51:20','2026-01-13 21:51:20','fa2aaaf6-a452-4285-a041-c7dd181adc94'),
(28677,7,7935,NULL,601,1,'2026-01-13 21:51:20','2026-01-13 21:51:20','b87981b4-4e56-4cb5-a918-a8aef9b644d6'),
(28679,7,7935,NULL,617,3,'2026-01-13 21:51:20','2026-01-13 21:51:20','1354e0a2-f1c2-4e4b-bd9d-5e9f7c5c6497'),
(28680,7,7935,NULL,605,4,'2026-01-13 21:51:20','2026-01-13 21:51:20','edf7b463-b08e-4dd3-9c09-5ab83315e2da'),
(28681,82,7935,NULL,479,1,'2026-01-13 21:51:20','2026-01-13 21:51:20','5bbc460e-b4e3-4886-9d90-b4a70b2d3d11'),
(28682,82,7935,NULL,491,2,'2026-01-13 21:51:20','2026-01-13 21:51:20','722272ba-8992-49a6-8c72-46194223c83c'),
(28683,46,7935,NULL,7379,1,'2026-01-13 21:51:20','2026-01-13 21:51:20','414e940e-951e-4bc6-a895-0d5270fbd83c'),
(28684,57,7935,NULL,7920,1,'2026-01-13 21:51:20','2026-01-13 21:51:20','55b2bde3-2013-4096-bf1a-a90531e458b4'),
(28685,57,7935,NULL,7922,2,'2026-01-13 21:51:20','2026-01-13 21:51:20','b2c18eca-40cf-419a-be85-327fd1d4c2f7'),
(28686,57,7935,NULL,7921,3,'2026-01-13 21:51:20','2026-01-13 21:51:20','ecb2d3b1-ba7a-42ae-907c-fc0af4e44d6a'),
(28687,57,7935,NULL,7923,4,'2026-01-13 21:51:20','2026-01-13 21:51:20','e564ab74-a374-494f-9a43-746c60c0eca2'),
(28688,57,7935,NULL,7926,5,'2026-01-13 21:51:20','2026-01-13 21:51:20','908367cf-6438-412d-9a11-c7b36d9b6ca2'),
(28689,57,7935,NULL,7924,6,'2026-01-13 21:51:20','2026-01-13 21:51:20','38774c2d-1f45-42b6-ad0e-2c57580d3746'),
(28690,57,7935,NULL,7927,7,'2026-01-13 21:51:20','2026-01-13 21:51:20','bef4d81d-bb8d-4f6a-b0e8-7e3df2d09dc3'),
(28691,57,7935,NULL,7925,8,'2026-01-13 21:51:20','2026-01-13 21:51:20','9bea5833-7d14-4ea1-9c66-ec0b36805fb7'),
(28692,57,7935,NULL,7928,9,'2026-01-13 21:51:20','2026-01-13 21:51:20','725f9196-820f-45c4-ad3e-6f19f9b33558'),
(28700,16,1031,NULL,7937,1,'2026-01-13 21:57:41','2026-01-13 21:57:41','6729c78c-5612-43dc-9520-64cc2ded4e73'),
(28701,57,1031,NULL,7939,1,'2026-01-13 21:57:41','2026-01-13 21:57:41','784d6535-acb4-4d98-b456-db0787fc75c5'),
(28702,57,1031,NULL,7941,2,'2026-01-13 21:57:41','2026-01-13 21:57:41','28540bc2-bb2a-4ad8-b22f-bfa8355c92bc'),
(28703,57,1031,NULL,7940,3,'2026-01-13 21:57:41','2026-01-13 21:57:41','8ffc7f80-608a-4f22-a387-c0f14e35f273'),
(28704,57,1031,NULL,7938,4,'2026-01-13 21:57:41','2026-01-13 21:57:41','41e87e53-0951-47b3-9e1d-691836453ec2'),
(28705,16,7942,NULL,7937,1,'2026-01-13 21:57:41','2026-01-13 21:57:41','4b817e28-23d4-4d1c-acec-095de8aa7bef'),
(28706,57,7942,NULL,7939,1,'2026-01-13 21:57:41','2026-01-13 21:57:41','0dd3dd19-8904-4bd1-be8d-c637fab05fd2'),
(28707,57,7942,NULL,7941,2,'2026-01-13 21:57:41','2026-01-13 21:57:41','2abd0a2f-5b00-4b69-8079-97fa2a649291'),
(28708,57,7942,NULL,7940,3,'2026-01-13 21:57:41','2026-01-13 21:57:41','25edb85b-2470-4a3e-a385-abef3f518c14'),
(28709,57,7942,NULL,7938,4,'2026-01-13 21:57:41','2026-01-13 21:57:41','7ee05f76-17a4-4cf2-b312-98f30318a94e'),
(28717,16,7944,NULL,7937,1,'2026-01-13 21:58:21','2026-01-13 21:58:21','effdd1b6-f98c-41cb-9302-726362986e9e'),
(28718,57,7944,NULL,7939,1,'2026-01-13 21:58:21','2026-01-13 21:58:21','3009ddbc-ce78-4986-9fe0-d0f6aa5dd130'),
(28719,57,7944,NULL,7941,2,'2026-01-13 21:58:21','2026-01-13 21:58:21','f7f3a3ff-f066-4b7c-b11c-1ea0164b8e80'),
(28720,57,7944,NULL,7940,3,'2026-01-13 21:58:21','2026-01-13 21:58:21','58d317de-80a0-4f6c-be99-4eccc4c2d339'),
(28721,57,7944,NULL,7938,4,'2026-01-13 21:58:21','2026-01-13 21:58:21','0805dc49-eff4-44ff-bfd7-9a715090697e'),
(28729,16,7946,NULL,7937,1,'2026-01-13 21:58:47','2026-01-13 21:58:47','cbbd8886-6282-429b-827e-76e6b1a0d5b7'),
(28730,57,7946,NULL,7939,1,'2026-01-13 21:58:47','2026-01-13 21:58:47','2753892c-4aa8-41b3-ba3d-aff2010eb655'),
(28731,57,7946,NULL,7941,2,'2026-01-13 21:58:47','2026-01-13 21:58:47','8c6abd69-83f0-4a79-a963-cfbaf587de7d'),
(28732,57,7946,NULL,7940,3,'2026-01-13 21:58:47','2026-01-13 21:58:47','2d9be216-fee7-46f7-b2d9-5b87231ae9c4'),
(28733,57,7946,NULL,7938,4,'2026-01-13 21:58:47','2026-01-13 21:58:47','96e3e3da-3904-43ee-90be-8bfb1a606799'),
(28741,16,7948,NULL,7937,1,'2026-01-13 21:59:09','2026-01-13 21:59:09','b42e4dbf-fd26-414c-a86d-98bf2ebde23c'),
(28742,57,7948,NULL,7939,1,'2026-01-13 21:59:09','2026-01-13 21:59:09','40ca5c4a-3b84-48c8-89cd-8da986a9410e'),
(28743,57,7948,NULL,7941,2,'2026-01-13 21:59:09','2026-01-13 21:59:09','cb1c714e-7bec-4306-888b-bed7a9fe958c'),
(28744,57,7948,NULL,7940,3,'2026-01-13 21:59:09','2026-01-13 21:59:09','4446f449-55f7-4ea8-b266-8c65a677f053'),
(28745,57,7948,NULL,7938,4,'2026-01-13 21:59:09','2026-01-13 21:59:09','11ef0503-55d7-4142-9567-84d7d224ed41'),
(28778,57,1035,NULL,7950,1,'2026-01-13 22:05:03','2026-01-13 22:05:03','b7deff10-b22b-45ba-a48d-a5bdf1817098'),
(28779,57,1035,NULL,7952,2,'2026-01-13 22:05:03','2026-01-13 22:05:03','f487ac6a-4809-40a3-afd4-1e78ded61df0'),
(28780,57,1035,NULL,7956,3,'2026-01-13 22:05:03','2026-01-13 22:05:03','2ffd59a4-c8de-4762-9e82-9f70dc848be4'),
(28781,57,1035,NULL,7955,4,'2026-01-13 22:05:03','2026-01-13 22:05:03','26c9d06b-bad4-4b8f-bff3-72d24d9b006e'),
(28782,57,1035,NULL,7951,5,'2026-01-13 22:05:03','2026-01-13 22:05:03','5ab63e53-45af-45f9-b57a-9fe96b3162ca'),
(28783,57,1035,NULL,7954,6,'2026-01-13 22:05:03','2026-01-13 22:05:03','d0db84e7-3c69-4ad8-b32f-bb8a64e15e6c'),
(28784,57,1035,NULL,7953,7,'2026-01-13 22:05:03','2026-01-13 22:05:03','e114c139-e3f4-4b58-afeb-b436113655e3'),
(28785,57,1035,NULL,7957,8,'2026-01-13 22:05:03','2026-01-13 22:05:03','62c037e6-65d4-4ff9-86d2-1e8cb293a75b'),
(28786,32,7958,NULL,2614,1,'2026-01-13 22:05:03','2026-01-13 22:05:03','2bdf3b12-90cf-4d00-b6f4-fb1a0f568baa'),
(28787,32,7958,NULL,2610,2,'2026-01-13 22:05:03','2026-01-13 22:05:03','781beb71-52cd-471d-8701-e71029b0a322'),
(28788,32,7958,NULL,2598,3,'2026-01-13 22:05:03','2026-01-13 22:05:03','450cfd8d-37fa-406e-9f65-d5dd2c653518'),
(28789,32,7958,NULL,2600,4,'2026-01-13 22:05:03','2026-01-13 22:05:03','c99b1200-f422-4224-9ce3-8747b1deec2a'),
(28790,32,7958,NULL,2596,5,'2026-01-13 22:05:03','2026-01-13 22:05:03','1c13573f-8211-4782-b8f1-f092053d366c'),
(28791,32,7958,NULL,2602,6,'2026-01-13 22:05:03','2026-01-13 22:05:03','41c5ba2c-a75e-4885-a0fc-ac5749d9a5e8'),
(28792,32,7958,NULL,2612,7,'2026-01-13 22:05:03','2026-01-13 22:05:03','770e9a0c-e86b-4c58-9b5d-6a2b79880647'),
(28793,32,7958,NULL,2604,8,'2026-01-13 22:05:03','2026-01-13 22:05:03','3222431a-3a5f-48df-a59a-037a7fe18e8a'),
(28794,32,7958,NULL,2608,9,'2026-01-13 22:05:03','2026-01-13 22:05:03','f28b5942-57a7-4b18-aa70-67925ab6f469'),
(28795,16,7958,NULL,3623,1,'2026-01-13 22:05:03','2026-01-13 22:05:03','b936451d-5802-47cd-81fe-1e45967076fb'),
(28796,7,7958,NULL,601,1,'2026-01-13 22:05:03','2026-01-13 22:05:03','1a05dad2-0fb5-479f-91aa-c3d789da647d'),
(28797,7,7958,NULL,617,2,'2026-01-13 22:05:03','2026-01-13 22:05:03','c44441dc-9658-43d2-a39c-3c11abb7bb0f'),
(28798,7,7958,NULL,605,3,'2026-01-13 22:05:03','2026-01-13 22:05:03','3189a62d-e7f6-458b-b386-0fa6082161f0'),
(28799,82,7958,NULL,479,1,'2026-01-13 22:05:03','2026-01-13 22:05:03','e3460865-ad20-4415-bf1d-adddf1f6666e'),
(28800,57,7958,NULL,7950,1,'2026-01-13 22:05:03','2026-01-13 22:05:03','595a24ce-9e53-4956-baef-798bd2960fbe'),
(28801,57,7958,NULL,7952,2,'2026-01-13 22:05:03','2026-01-13 22:05:03','19b09627-94fe-4fab-8d09-540cbb28239a'),
(28802,57,7958,NULL,7956,3,'2026-01-13 22:05:03','2026-01-13 22:05:03','1385503f-da74-4952-bae6-2d45f3bc76f1'),
(28803,57,7958,NULL,7955,4,'2026-01-13 22:05:03','2026-01-13 22:05:03','50aeb333-d387-4873-93da-a1441992ad44'),
(28804,57,7958,NULL,7951,5,'2026-01-13 22:05:03','2026-01-13 22:05:03','13994fbd-c71e-4651-8bbb-76ed414b1ea5'),
(28805,57,7958,NULL,7954,6,'2026-01-13 22:05:03','2026-01-13 22:05:03','8743f0e7-1875-4b98-b907-8b86b3f4acdf'),
(28806,57,7958,NULL,7953,7,'2026-01-13 22:05:03','2026-01-13 22:05:03','2f427b82-ca98-4e67-8e0e-e3d1c9f62319'),
(28807,57,7958,NULL,7957,8,'2026-01-13 22:05:03','2026-01-13 22:05:03','7ecd25df-9ef4-4bcd-94dd-b9909c5dd7db'),
(28832,32,7960,NULL,2614,1,'2026-01-13 22:05:29','2026-01-13 22:05:29','5a29f7e1-3735-458e-8cc0-e3b37ad99703'),
(28833,32,7960,NULL,2610,2,'2026-01-13 22:05:29','2026-01-13 22:05:29','224d9906-8143-4f55-86ff-9b3913c62d1c'),
(28834,32,7960,NULL,2598,3,'2026-01-13 22:05:29','2026-01-13 22:05:29','a5ff8dc5-aa4f-4326-8f4a-da967716349c'),
(28835,32,7960,NULL,2600,4,'2026-01-13 22:05:29','2026-01-13 22:05:29','adadbe41-a3fa-4109-ac7e-7a5959bf1500'),
(28836,32,7960,NULL,2596,5,'2026-01-13 22:05:29','2026-01-13 22:05:29','6a567802-9066-4165-8c5c-695b21fe7ee2'),
(28837,32,7960,NULL,2602,6,'2026-01-13 22:05:29','2026-01-13 22:05:29','d6a830fa-778b-42a3-827e-0284cd723aa1'),
(28838,32,7960,NULL,2612,7,'2026-01-13 22:05:29','2026-01-13 22:05:29','2edef508-fe7e-4b75-94c1-20e12754a87d'),
(28839,32,7960,NULL,2604,8,'2026-01-13 22:05:29','2026-01-13 22:05:29','9636685e-38b7-4319-bb72-8c6c90e48406'),
(28840,32,7960,NULL,2608,9,'2026-01-13 22:05:29','2026-01-13 22:05:29','25155f30-27ce-4375-9d2c-bef1bad8af27'),
(28841,16,7960,NULL,3623,1,'2026-01-13 22:05:29','2026-01-13 22:05:29','f0e01dfa-607c-478a-b654-49d8f2d83138'),
(28842,7,7960,NULL,601,1,'2026-01-13 22:05:29','2026-01-13 22:05:29','8fcdcca3-4e4c-4103-9f7b-437277f2688c'),
(28843,7,7960,NULL,617,2,'2026-01-13 22:05:29','2026-01-13 22:05:29','0451c7fb-34e7-4e17-9716-02374e0b06c9'),
(28844,7,7960,NULL,605,3,'2026-01-13 22:05:29','2026-01-13 22:05:29','525dd209-f4dd-415d-8a25-ba09598c35e7'),
(28845,82,7960,NULL,479,1,'2026-01-13 22:05:29','2026-01-13 22:05:29','730b3a18-dd20-4308-97ec-7326c13f3399'),
(28846,57,7960,NULL,7950,1,'2026-01-13 22:05:29','2026-01-13 22:05:29','8e627b14-274f-40a0-a069-34c21886536e'),
(28847,57,7960,NULL,7952,2,'2026-01-13 22:05:29','2026-01-13 22:05:29','71ac50db-2f43-490f-bec3-9cf27203bc91'),
(28848,57,7960,NULL,7956,3,'2026-01-13 22:05:29','2026-01-13 22:05:29','e17abc6e-bb7b-4d06-bd8d-7af857c12b45'),
(28849,57,7960,NULL,7955,4,'2026-01-13 22:05:29','2026-01-13 22:05:29','5c123ab2-15bb-486b-9608-b23dc75ede48'),
(28850,57,7960,NULL,7951,5,'2026-01-13 22:05:29','2026-01-13 22:05:29','780a618a-3e57-4f95-a4fc-dd7f39f14a09'),
(28851,57,7960,NULL,7954,6,'2026-01-13 22:05:29','2026-01-13 22:05:29','3fc3f771-7a0d-4ab6-8ba8-63b14f13f887'),
(28852,57,7960,NULL,7953,7,'2026-01-13 22:05:29','2026-01-13 22:05:29','626ff0b7-b787-4044-aa14-1e63f413ac42'),
(28853,57,7960,NULL,7957,8,'2026-01-13 22:05:29','2026-01-13 22:05:29','c0dd9db2-49de-4079-a026-e0364ac8d471'),
(28874,32,7962,NULL,2610,1,'2026-01-13 22:12:38','2026-01-13 22:12:38','ec9a8875-1c3e-41b7-a9be-8ad562eb18ad'),
(28875,32,7962,NULL,2598,2,'2026-01-13 22:12:38','2026-01-13 22:12:38','fd560fed-c652-47d4-8f45-4201391dc3d8'),
(28876,32,7962,NULL,2600,3,'2026-01-13 22:12:38','2026-01-13 22:12:38','1ee602a1-6dd3-49f9-a1d3-5884340207bf'),
(28877,32,7962,NULL,2604,4,'2026-01-13 22:12:38','2026-01-13 22:12:38','b4ca7b01-0490-4772-a587-079e5d2ed8c2'),
(28878,16,7962,NULL,4282,1,'2026-01-13 22:12:38','2026-01-13 22:12:38','63b161c5-08f2-439d-92c3-9b16d5394e85'),
(28879,7,7962,NULL,2969,1,'2026-01-13 22:12:38','2026-01-13 22:12:38','d15e92bd-ea0d-4602-bff5-999731c4726f'),
(28880,7,7962,NULL,617,2,'2026-01-13 22:12:38','2026-01-13 22:12:38','af8e2c1b-d10f-4d94-9002-222c0233998f'),
(28881,7,7962,NULL,605,3,'2026-01-13 22:12:38','2026-01-13 22:12:38','8d11d704-b8a0-4529-900e-2bca90f89691'),
(28882,82,7962,NULL,469,1,'2026-01-13 22:12:38','2026-01-13 22:12:38','e90d286b-c78b-4829-b773-ed1b9dc11e2a'),
(28883,82,7962,NULL,479,2,'2026-01-13 22:12:38','2026-01-13 22:12:38','f31eb616-c956-4da2-bf41-3c99d8deaad0'),
(28884,82,7962,NULL,491,3,'2026-01-13 22:12:38','2026-01-13 22:12:38','aa0aba09-d8e0-4684-afd7-029cb5c5bb37'),
(28885,57,7962,NULL,4909,1,'2026-01-13 22:12:38','2026-01-13 22:12:38','2501c501-6650-4750-8dcb-26e08d4e0b6c'),
(28886,57,7962,NULL,4910,2,'2026-01-13 22:12:38','2026-01-13 22:12:38','e6c02bf2-4960-4bf5-b14d-f7a0269731d3'),
(28887,57,7962,NULL,4911,3,'2026-01-13 22:12:38','2026-01-13 22:12:38','e84837d9-ab89-4e3a-8e49-d771440a50aa'),
(28888,32,7963,NULL,2610,1,'2026-01-13 22:14:47','2026-01-13 22:14:47','399f55a3-beb2-432c-b5dc-2297633667e6'),
(28889,32,7963,NULL,2598,2,'2026-01-13 22:14:47','2026-01-13 22:14:47','5434bbf4-b23e-46ae-9d47-fc40902d87ad'),
(28890,32,7963,NULL,2608,3,'2026-01-13 22:14:47','2026-01-13 22:14:47','c7fc4b11-6aec-462e-815c-bc575721081b'),
(28891,32,7963,NULL,2600,4,'2026-01-13 22:14:47','2026-01-13 22:14:47','68afeabd-b237-41af-9e0b-8526b9426c0f'),
(28892,32,7963,NULL,2596,5,'2026-01-13 22:14:47','2026-01-13 22:14:47','54c0c513-0a35-4a85-b587-da688e786b8b'),
(28893,32,7963,NULL,2602,6,'2026-01-13 22:14:47','2026-01-13 22:14:47','aed8854b-5164-4077-9736-c1b8bc65296c'),
(28894,32,7963,NULL,2604,7,'2026-01-13 22:14:47','2026-01-13 22:14:47','59228704-a09d-44f9-91ad-5e90b10ef351'),
(28897,7,7963,NULL,2974,3,'2026-01-13 22:14:47','2026-01-13 22:14:47','639fa3b0-1501-4952-8582-3dea5f469583'),
(28898,7,7963,NULL,617,4,'2026-01-13 22:14:47','2026-01-13 22:14:47','f1e0f5a1-8db7-4b2f-bb9f-b223e0f3ab9f'),
(28899,7,7963,NULL,605,5,'2026-01-13 22:14:47','2026-01-13 22:14:47','2da7308b-5502-4702-834d-b9557585d83b'),
(28900,82,7963,NULL,479,1,'2026-01-13 22:14:47','2026-01-13 22:14:47','de4f2701-5820-473e-b7ef-38c2b11c8883'),
(28901,82,7963,NULL,491,2,'2026-01-13 22:14:47','2026-01-13 22:14:47','c87e6442-cd8b-4f24-aa13-538b80e15aa2'),
(28917,32,7965,NULL,2610,1,'2026-01-13 22:20:29','2026-01-13 22:20:29','fc93ed35-0a0a-42dc-b6ef-de09ba302afb'),
(28918,32,7965,NULL,2598,2,'2026-01-13 22:20:29','2026-01-13 22:20:29','ccb4bfe5-3ff2-4e44-96a4-cc43acd266bb'),
(28919,32,7965,NULL,2600,3,'2026-01-13 22:20:29','2026-01-13 22:20:29','76a160c9-6534-4bec-b637-72d7ef818765'),
(28920,32,7965,NULL,2604,4,'2026-01-13 22:20:29','2026-01-13 22:20:29','b64101a6-a589-4f61-ac09-0569d831d1fc'),
(28921,16,7965,NULL,4282,1,'2026-01-13 22:20:29','2026-01-13 22:20:29','3b21da22-97bf-4a81-a237-87a861676e99'),
(28922,7,7965,NULL,2969,1,'2026-01-13 22:20:29','2026-01-13 22:20:29','7f6107f6-79b7-4c3a-8302-4e29df04356b'),
(28923,7,7965,NULL,617,2,'2026-01-13 22:20:29','2026-01-13 22:20:29','127f3e65-93b0-4878-b266-2aa7f3c59265'),
(28924,7,7965,NULL,605,3,'2026-01-13 22:20:29','2026-01-13 22:20:29','79b07dfe-cbe8-49be-bd69-d0ad2474e6dd'),
(28925,82,7965,NULL,469,1,'2026-01-13 22:20:29','2026-01-13 22:20:29','25541cd6-bd83-4803-932c-37a908dd12ad'),
(28926,82,7965,NULL,479,2,'2026-01-13 22:20:29','2026-01-13 22:20:29','be017f16-8a18-487c-b075-c0f99b9c907f'),
(28927,82,7965,NULL,491,3,'2026-01-13 22:20:29','2026-01-13 22:20:29','9cfe1f88-d876-4b55-aa69-062f28d5ef50'),
(28928,57,7965,NULL,4909,1,'2026-01-13 22:20:29','2026-01-13 22:20:29','ec76fc3e-d6da-4d55-bb58-8e6b15bc08f2'),
(28929,57,7965,NULL,4910,2,'2026-01-13 22:20:29','2026-01-13 22:20:29','fb2fcbd5-8e14-4e52-9b23-1c685dbd3bd3'),
(28930,57,7965,NULL,4911,3,'2026-01-13 22:20:29','2026-01-13 22:20:29','573bbaa3-e203-4852-b136-27ef59addd76'),
(28931,16,7968,NULL,6598,1,'2026-01-14 15:18:41','2026-01-14 15:18:41','34b19dc3-3077-4d4a-8247-5c839d749da7'),
(28932,57,7968,NULL,6600,1,'2026-01-14 15:18:41','2026-01-14 15:18:41','30cbcfe7-9cb0-44e7-b3b7-ccf8e1077697'),
(28933,57,7968,NULL,6601,2,'2026-01-14 15:18:41','2026-01-14 15:18:41','13d5e7c1-6e0a-49ad-8d10-1effd042cb5e'),
(28956,32,7970,NULL,2614,1,'2026-01-14 15:23:35','2026-01-14 15:23:35','c71b7d77-bdce-489d-a7f5-631a26abe4aa'),
(28957,32,7970,NULL,2610,2,'2026-01-14 15:23:35','2026-01-14 15:23:35','1202df29-2379-4d40-a7af-e56d916da71a'),
(28958,32,7970,NULL,2598,3,'2026-01-14 15:23:35','2026-01-14 15:23:35','5aa1a988-89dd-444b-9b46-9d4d884eb0be'),
(28959,32,7970,NULL,2600,4,'2026-01-14 15:23:35','2026-01-14 15:23:35','500ae127-8ad4-4936-b168-c25c7aea7924'),
(28960,32,7970,NULL,2604,5,'2026-01-14 15:23:35','2026-01-14 15:23:35','e8137cdf-ec84-4812-9f56-b277312ff0d5'),
(28961,32,7970,NULL,2608,6,'2026-01-14 15:23:35','2026-01-14 15:23:35','76ec6b14-3a1f-41a4-a018-9134b7e92856'),
(28962,32,7970,NULL,2596,7,'2026-01-14 15:23:35','2026-01-14 15:23:35','393cb4d0-f036-436a-867d-19ced3618e3a'),
(28963,32,7970,NULL,2602,8,'2026-01-14 15:23:35','2026-01-14 15:23:35','30d14d16-b0e3-4f12-957c-57bf09171f4a'),
(28964,16,7970,NULL,4223,1,'2026-01-14 15:23:35','2026-01-14 15:23:35','58a6d2f6-1f68-4716-bdd0-61f9cf48fcbb'),
(28966,7,7970,NULL,2974,2,'2026-01-14 15:23:35','2026-01-14 15:23:35','85336fc3-141a-4c36-abdf-b5fbd51c1e41'),
(28967,7,7970,NULL,2972,3,'2026-01-14 15:23:35','2026-01-14 15:23:35','bcb45312-8c6e-4a0e-818e-e2722d06e918'),
(28968,7,7970,NULL,617,4,'2026-01-14 15:23:35','2026-01-14 15:23:35','de1bb4e7-13b2-4c04-92e3-f7a251205447'),
(28969,7,7970,NULL,605,5,'2026-01-14 15:23:35','2026-01-14 15:23:35','b3ff55a2-4406-448d-bf25-ac08ab73f9f4'),
(28970,82,7970,NULL,479,1,'2026-01-14 15:23:35','2026-01-14 15:23:35','dad3a26e-8153-413e-a71b-22cb5b735856'),
(28971,46,7970,NULL,7381,1,'2026-01-14 15:23:35','2026-01-14 15:23:35','4aa0c80d-fe43-4ce8-9d6f-be2b9182d67e'),
(28972,57,7970,NULL,4821,1,'2026-01-14 15:23:35','2026-01-14 15:23:35','24360a41-6d59-45cc-8cec-889518536498'),
(28973,57,7970,NULL,4822,2,'2026-01-14 15:23:35','2026-01-14 15:23:35','11c24a95-5c59-4a7b-aa05-aa744a4e6949'),
(28974,57,7970,NULL,4823,3,'2026-01-14 15:23:35','2026-01-14 15:23:35','8d3b8e16-1ad9-4903-a64d-0e25fbb9b7ab'),
(28975,57,7970,NULL,4824,4,'2026-01-14 15:23:35','2026-01-14 15:23:35','9082b136-8bdb-4a5b-926b-db7d32ea2d53'),
(28976,13,7970,NULL,6620,1,'2026-01-14 15:23:35','2026-01-14 15:23:35','c15f4875-3e57-474d-8d76-a0dd6fbf33d6'),
(28998,32,7972,NULL,2614,1,'2026-01-14 15:52:05','2026-01-14 15:52:05','85468a09-fe94-4d9e-bb2c-0cc7fb35366d'),
(28999,32,7972,NULL,2610,2,'2026-01-14 15:52:05','2026-01-14 15:52:05','ec048250-39d8-4098-974b-1dfd38eacdb5'),
(29000,32,7972,NULL,2598,3,'2026-01-14 15:52:05','2026-01-14 15:52:05','eae2e646-4ea5-42de-818b-53074749b196'),
(29001,32,7972,NULL,2600,4,'2026-01-14 15:52:05','2026-01-14 15:52:05','a14103f2-2de5-462f-a4cd-dac734ed2b6b'),
(29002,32,7972,NULL,2604,5,'2026-01-14 15:52:05','2026-01-14 15:52:05','21655216-bbab-46a0-9c6d-33b8f4db2b95'),
(29003,32,7972,NULL,2608,6,'2026-01-14 15:52:05','2026-01-14 15:52:05','5456bb33-2d4e-4d2e-af26-967e584661d3'),
(29004,32,7972,NULL,2596,7,'2026-01-14 15:52:05','2026-01-14 15:52:05','99beb34b-b13a-40d5-832b-3411896c5ed2'),
(29005,32,7972,NULL,2602,8,'2026-01-14 15:52:05','2026-01-14 15:52:05','182e97a7-9799-4d7a-b840-e108cd9f23c5'),
(29006,16,7972,NULL,4223,1,'2026-01-14 15:52:05','2026-01-14 15:52:05','3f886ed0-547e-4193-9919-84308b05c5ef'),
(29008,7,7972,NULL,2974,2,'2026-01-14 15:52:05','2026-01-14 15:52:05','efd3caae-10f0-4fa2-a488-fb42f9eb56b4'),
(29009,7,7972,NULL,2972,3,'2026-01-14 15:52:05','2026-01-14 15:52:05','8e5f7273-d2dc-485c-a71e-c604bfc78967'),
(29010,7,7972,NULL,617,4,'2026-01-14 15:52:05','2026-01-14 15:52:05','f7c27145-d025-4cbb-8649-637ba418e18f'),
(29011,7,7972,NULL,605,5,'2026-01-14 15:52:05','2026-01-14 15:52:05','cd7215fa-2f66-4a7e-8b04-24232d1f9888'),
(29012,82,7972,NULL,479,1,'2026-01-14 15:52:05','2026-01-14 15:52:05','ca14f075-10f7-4106-9046-b4457cdc95a0'),
(29013,46,7972,NULL,7381,1,'2026-01-14 15:52:05','2026-01-14 15:52:05','d30ad82b-3208-458b-ab97-09b6f24279b1'),
(29014,57,7972,NULL,4821,1,'2026-01-14 15:52:05','2026-01-14 15:52:05','bb6fbf60-7ecf-463e-9d64-b58eea793744'),
(29015,57,7972,NULL,4822,2,'2026-01-14 15:52:05','2026-01-14 15:52:05','a61fb01f-44f6-4dc7-b588-dddbd74e16ce'),
(29016,57,7972,NULL,4823,3,'2026-01-14 15:52:05','2026-01-14 15:52:05','2c42400b-4b27-4114-a43e-67fdbf150ed9'),
(29017,57,7972,NULL,4824,4,'2026-01-14 15:52:05','2026-01-14 15:52:05','186ca874-c6fa-40ea-9376-6f503745d77a'),
(29018,13,7972,NULL,6620,1,'2026-01-14 15:52:05','2026-01-14 15:52:05','d4d0b711-6afe-4f38-bc9f-a4b4eaa6bf9f'),
(29039,32,7974,NULL,2610,1,'2026-01-14 15:54:14','2026-01-14 15:54:14','22df7af7-e403-4fd3-aaa5-0b35478f81f7'),
(29040,32,7974,NULL,2598,2,'2026-01-14 15:54:14','2026-01-14 15:54:14','61f00ae4-857b-443c-acb7-7df5a2543c4e'),
(29041,32,7974,NULL,2600,3,'2026-01-14 15:54:14','2026-01-14 15:54:14','353b76b0-c6a9-4c03-8d11-60b703155acd'),
(29042,32,7974,NULL,2604,4,'2026-01-14 15:54:14','2026-01-14 15:54:14','fcab889f-ed60-433a-a908-c1efee9cc694'),
(29043,32,7974,NULL,2608,5,'2026-01-14 15:54:14','2026-01-14 15:54:14','dab0a070-6093-49ec-89ed-5767d538fbe7'),
(29044,32,7974,NULL,2602,6,'2026-01-14 15:54:14','2026-01-14 15:54:14','a54b8ca1-fd56-49ed-8d8c-85d4539d06bb'),
(29045,16,7974,NULL,4276,1,'2026-01-14 15:54:14','2026-01-14 15:54:14','bc1f3d7e-46f6-4e7a-81b9-a08da8c78712'),
(29047,7,7974,NULL,2972,2,'2026-01-14 15:54:14','2026-01-14 15:54:14','54402cdc-6a1c-41a9-95d7-c300ee22ad42'),
(29048,7,7974,NULL,617,3,'2026-01-14 15:54:14','2026-01-14 15:54:14','abaec954-d9a6-4b38-bb27-d146c3bad660'),
(29049,7,7974,NULL,605,4,'2026-01-14 15:54:14','2026-01-14 15:54:14','1fd3722e-4afc-48a5-8d6b-3a6653478aae'),
(29050,82,7974,NULL,469,1,'2026-01-14 15:54:14','2026-01-14 15:54:14','15965ab1-c352-4713-aba6-8e0ace200e50'),
(29051,82,7974,NULL,479,2,'2026-01-14 15:54:14','2026-01-14 15:54:14','70b16c5e-8623-408a-be7c-54298163667c'),
(29052,82,7974,NULL,491,3,'2026-01-14 15:54:14','2026-01-14 15:54:14','e3bb9165-f4b2-4459-aa95-4af527b42587'),
(29053,57,7974,NULL,4834,1,'2026-01-14 15:54:14','2026-01-14 15:54:14','df23457f-46c7-4fc8-87ba-86a879df92c1'),
(29054,57,7974,NULL,4835,2,'2026-01-14 15:54:14','2026-01-14 15:54:14','477819d1-60d8-449e-9ecd-bfddebe69ad8'),
(29055,57,7974,NULL,4836,3,'2026-01-14 15:54:14','2026-01-14 15:54:14','9a95fc7f-7239-42fd-97e0-758af515bfeb'),
(29056,57,7974,NULL,4837,4,'2026-01-14 15:54:14','2026-01-14 15:54:14','75b8b874-c39e-482f-8af7-73b93156defe'),
(29057,57,7974,NULL,4838,5,'2026-01-14 15:54:14','2026-01-14 15:54:14','350a718d-08ae-49a5-b818-f704683a7573'),
(29073,32,7976,NULL,2610,1,'2026-01-14 16:00:01','2026-01-14 16:00:01','9151ae85-d8b2-4273-8297-b22f6a331956'),
(29074,32,7976,NULL,2598,2,'2026-01-14 16:00:01','2026-01-14 16:00:01','36df4a09-388a-47ab-b34a-8ef8d453388a'),
(29075,32,7976,NULL,2600,3,'2026-01-14 16:00:01','2026-01-14 16:00:01','d67e3233-cc04-4ab1-85d9-7e347c6fb267'),
(29076,32,7976,NULL,2604,4,'2026-01-14 16:00:01','2026-01-14 16:00:01','c615d67e-03cf-414b-9849-2e24870e615f'),
(29077,16,7976,NULL,4282,1,'2026-01-14 16:00:01','2026-01-14 16:00:01','6da0e9d1-57c1-499c-998f-1adb3b301c5d'),
(29078,7,7976,NULL,2969,1,'2026-01-14 16:00:01','2026-01-14 16:00:01','9cc362be-9fba-42dc-8637-9548477180df'),
(29079,7,7976,NULL,617,2,'2026-01-14 16:00:01','2026-01-14 16:00:01','99527284-8964-42f4-a2e3-b79329e73686'),
(29080,7,7976,NULL,605,3,'2026-01-14 16:00:01','2026-01-14 16:00:01','2aebcf19-b6c9-475b-aa3c-aa5c640eba28'),
(29081,82,7976,NULL,469,1,'2026-01-14 16:00:01','2026-01-14 16:00:01','536532c3-9de4-4b47-9515-4698d6878386'),
(29082,82,7976,NULL,479,2,'2026-01-14 16:00:01','2026-01-14 16:00:01','50a56390-6f93-412b-ad79-44e8a712d25f'),
(29083,82,7976,NULL,491,3,'2026-01-14 16:00:01','2026-01-14 16:00:01','0d2601bd-05a2-446d-aa31-16bf7f7ea786'),
(29084,57,7976,NULL,4909,1,'2026-01-14 16:00:01','2026-01-14 16:00:01','662f6b19-dbdc-4422-aac8-c69e0f05ab62'),
(29085,57,7976,NULL,4910,2,'2026-01-14 16:00:01','2026-01-14 16:00:01','6d5b0a74-b070-4868-bc5f-635493eee682'),
(29086,57,7976,NULL,4911,3,'2026-01-14 16:00:01','2026-01-14 16:00:01','2c8b0dd5-6bcf-4219-8427-518eaab621c8'),
(29100,32,7978,NULL,2610,1,'2026-01-14 16:04:02','2026-01-14 16:04:02','1e05919e-61df-43e7-b589-76c07b5cabbd'),
(29101,32,7978,NULL,2598,2,'2026-01-14 16:04:02','2026-01-14 16:04:02','066370ec-dd6a-4766-8059-6b6e555c6346'),
(29102,32,7978,NULL,2600,3,'2026-01-14 16:04:02','2026-01-14 16:04:02','00db8542-4603-422b-b532-432be3437654'),
(29103,32,7978,NULL,2604,4,'2026-01-14 16:04:02','2026-01-14 16:04:02','e5b47c8e-dfb9-450e-b19e-2a16178f0766'),
(29104,32,7978,NULL,2608,5,'2026-01-14 16:04:02','2026-01-14 16:04:02','1ecfb589-b5ab-47f7-bdac-243d472222bf'),
(29105,32,7978,NULL,2602,6,'2026-01-14 16:04:02','2026-01-14 16:04:02','0389a3be-4867-43b5-9462-5c9751a97132'),
(29106,16,7978,NULL,4322,1,'2026-01-14 16:04:02','2026-01-14 16:04:02','513a79de-c070-46f8-9adc-b687504ddad8'),
(29107,7,7978,NULL,2969,1,'2026-01-14 16:04:02','2026-01-14 16:04:02','ccc6a67b-fcc8-48ee-9571-e29e969c7f83'),
(29108,7,7978,NULL,617,2,'2026-01-14 16:04:02','2026-01-14 16:04:02','3943de3a-4948-47d5-af6b-7572aa48795f'),
(29109,7,7978,NULL,605,3,'2026-01-14 16:04:02','2026-01-14 16:04:02','e7dba789-5269-4a2e-a86c-539290225f53'),
(29110,82,7978,NULL,469,1,'2026-01-14 16:04:02','2026-01-14 16:04:02','27495497-9d0a-4590-9628-3a3de2df31fb'),
(29111,82,7978,NULL,479,2,'2026-01-14 16:04:02','2026-01-14 16:04:02','eed54e43-f339-45ab-bc81-b7fa7b100f68'),
(29112,82,7978,NULL,491,3,'2026-01-14 16:04:02','2026-01-14 16:04:02','341ef2b5-4865-4b50-98d4-59f4039d4614'),
(29134,32,7980,NULL,2614,1,'2026-01-14 16:06:36','2026-01-14 16:06:36','82ff2ee9-241d-41af-8d71-c732ba7da5a9'),
(29135,32,7980,NULL,2610,2,'2026-01-14 16:06:36','2026-01-14 16:06:36','87e50be7-1594-4ab0-8c23-b40a65ed120a'),
(29136,32,7980,NULL,2598,3,'2026-01-14 16:06:36','2026-01-14 16:06:36','88336d0e-c5df-4fb1-9163-9875dc5aae03'),
(29137,32,7980,NULL,2600,4,'2026-01-14 16:06:36','2026-01-14 16:06:36','e208449b-cad6-400e-bef0-755d80313777'),
(29138,32,7980,NULL,2604,5,'2026-01-14 16:06:36','2026-01-14 16:06:36','2662a323-d826-4e76-82ec-780cd913935a'),
(29139,32,7980,NULL,2608,6,'2026-01-14 16:06:36','2026-01-14 16:06:36','271f070e-d81e-4905-aa26-32b545c4469a'),
(29140,32,7980,NULL,2596,7,'2026-01-14 16:06:36','2026-01-14 16:06:36','bdb9894d-8934-4b25-86bc-f981c097ca12'),
(29141,32,7980,NULL,2602,8,'2026-01-14 16:06:36','2026-01-14 16:06:36','a9b5d923-aa02-4bde-bdc6-668baf5a84c3'),
(29142,16,7980,NULL,4223,1,'2026-01-14 16:06:36','2026-01-14 16:06:36','bc5cf43d-c03a-4eab-9348-261f79525871'),
(29144,7,7980,NULL,2974,2,'2026-01-14 16:06:36','2026-01-14 16:06:36','79882b37-0d28-48ef-84ec-e5480a577473'),
(29145,7,7980,NULL,2972,3,'2026-01-14 16:06:36','2026-01-14 16:06:36','f466a55c-f8bd-4bf1-88f6-c8d818326c95'),
(29146,7,7980,NULL,617,4,'2026-01-14 16:06:36','2026-01-14 16:06:36','54404f50-5060-450b-8fa6-62d72810e906'),
(29147,7,7980,NULL,605,5,'2026-01-14 16:06:36','2026-01-14 16:06:36','4917f1c4-6950-46e7-b7f2-28850f05c31f'),
(29148,82,7980,NULL,479,1,'2026-01-14 16:06:36','2026-01-14 16:06:36','aca46785-9de7-4ddd-9480-cb87890969ef'),
(29149,46,7980,NULL,7381,1,'2026-01-14 16:06:36','2026-01-14 16:06:36','f1198c35-74dc-432c-9de6-e6c018c0cebb'),
(29150,57,7980,NULL,4821,1,'2026-01-14 16:06:36','2026-01-14 16:06:36','e336c05c-0388-4a6a-a7b6-1d4e7498598a'),
(29151,57,7980,NULL,4822,2,'2026-01-14 16:06:36','2026-01-14 16:06:36','36ab9304-f8cd-47be-90b3-61cb04620a26'),
(29152,57,7980,NULL,4823,3,'2026-01-14 16:06:36','2026-01-14 16:06:36','7cd041dc-ad5a-459f-bb77-1110e357b592'),
(29153,57,7980,NULL,4824,4,'2026-01-14 16:06:36','2026-01-14 16:06:36','99e74abd-4ed8-4ae3-9947-0e92cedea1a3'),
(29154,13,7980,NULL,6620,1,'2026-01-14 16:06:36','2026-01-14 16:06:36','00b924e4-aa1a-45a3-a8e3-67800ca4dd06'),
(29168,32,7982,NULL,2610,1,'2026-01-14 16:11:10','2026-01-14 16:11:10','6435a4e6-a1d1-40fc-b6be-49cf13953d78'),
(29169,32,7982,NULL,2598,2,'2026-01-14 16:11:10','2026-01-14 16:11:10','66df8885-28c5-495e-aa30-af6f67c70ade'),
(29170,32,7982,NULL,2600,3,'2026-01-14 16:11:10','2026-01-14 16:11:10','111afe65-fff4-4901-a76a-70291ae56ff8'),
(29171,32,7982,NULL,2604,4,'2026-01-14 16:11:10','2026-01-14 16:11:10','b7215ee6-779c-4dac-919a-ba9d092aead7'),
(29172,32,7982,NULL,2608,5,'2026-01-14 16:11:10','2026-01-14 16:11:10','70c52d32-26b2-4106-b7e2-fbb99b69457f'),
(29173,32,7982,NULL,2602,6,'2026-01-14 16:11:10','2026-01-14 16:11:10','5cdb6b0c-05de-47bd-8fc2-b4d436433fc2'),
(29174,16,7982,NULL,4358,1,'2026-01-14 16:11:10','2026-01-14 16:11:10','8dbdb49b-3a57-4d45-b86d-60acf2143c11'),
(29175,7,7982,NULL,617,1,'2026-01-14 16:11:10','2026-01-14 16:11:10','233782e3-0ca6-4beb-a2e3-4c27bff6cd8c'),
(29176,7,7982,NULL,605,2,'2026-01-14 16:11:10','2026-01-14 16:11:10','98a3df13-5a58-4834-9686-7196b1fbfb59'),
(29177,82,7982,NULL,469,1,'2026-01-14 16:11:10','2026-01-14 16:11:10','5dd3d538-4787-42fe-90f2-f25b2fdbd113'),
(29178,82,7982,NULL,479,2,'2026-01-14 16:11:10','2026-01-14 16:11:10','3e129b95-e3da-4016-804b-f900c94bd049'),
(29179,82,7982,NULL,491,3,'2026-01-14 16:11:10','2026-01-14 16:11:10','b0a0a95e-91c6-4286-82a0-222b5904bd14'),
(29194,32,7984,NULL,2610,1,'2026-01-14 16:11:18','2026-01-14 16:11:18','a9397c9e-7863-4a5f-9713-27876b1c45ce'),
(29195,32,7984,NULL,2598,2,'2026-01-14 16:11:18','2026-01-14 16:11:18','310cfc27-0fb5-44ff-a923-58a03be56179'),
(29196,32,7984,NULL,2600,3,'2026-01-14 16:11:18','2026-01-14 16:11:18','1aeb40a9-7e23-4cbf-870c-fb79b52c2f1d'),
(29197,32,7984,NULL,2604,4,'2026-01-14 16:11:18','2026-01-14 16:11:18','5dcc1d62-3388-45fe-8887-92d25cf238af'),
(29198,32,7984,NULL,2608,5,'2026-01-14 16:11:18','2026-01-14 16:11:18','9155a0ce-fe10-4762-9ce8-cf2b74a1daec'),
(29199,32,7984,NULL,2602,6,'2026-01-14 16:11:18','2026-01-14 16:11:18','40f6392f-eff9-4b59-96ef-3620287f048c'),
(29200,16,7984,NULL,4358,1,'2026-01-14 16:11:18','2026-01-14 16:11:18','977e1529-ce44-418e-bde4-9109e7d4883c'),
(29201,7,7984,NULL,617,1,'2026-01-14 16:11:18','2026-01-14 16:11:18','20066bd2-d95e-4fa8-82ce-e792eceb9f38'),
(29202,7,7984,NULL,605,2,'2026-01-14 16:11:18','2026-01-14 16:11:18','5cba46c4-f98e-4d24-ad74-71eeb076fb15'),
(29203,82,7984,NULL,469,1,'2026-01-14 16:11:18','2026-01-14 16:11:18','e8732a59-5fe5-41f6-970a-e3fd8aae061d'),
(29204,82,7984,NULL,479,2,'2026-01-14 16:11:18','2026-01-14 16:11:18','6c0a4229-4a31-43ad-866a-b5abcf9c8e82'),
(29205,82,7984,NULL,491,3,'2026-01-14 16:11:18','2026-01-14 16:11:18','83e335ca-9547-4337-aaa1-83b19829b384'),
(29229,32,7986,NULL,2610,1,'2026-01-14 16:18:02','2026-01-14 16:18:02','a53ac03e-fd98-49c9-ad90-e81fb1547c34'),
(29230,32,7986,NULL,2598,2,'2026-01-14 16:18:02','2026-01-14 16:18:02','76efeb1b-d7dc-4d24-928f-4328ecb0d089'),
(29231,32,7986,NULL,2600,3,'2026-01-14 16:18:02','2026-01-14 16:18:02','741be99e-ab0d-4558-98a8-469f663b4821'),
(29232,32,7986,NULL,2602,4,'2026-01-14 16:18:02','2026-01-14 16:18:02','d2b4bcd3-3456-4c8d-b151-99b85a73c7d6'),
(29233,32,7986,NULL,2612,5,'2026-01-14 16:18:02','2026-01-14 16:18:02','beb8a0df-5572-43c9-afc9-fb3ab89b7c20'),
(29234,32,7986,NULL,2618,6,'2026-01-14 16:18:02','2026-01-14 16:18:02','2fb3ef9e-74fb-433c-bfa3-5d974f4a6fab'),
(29235,32,7986,NULL,2604,7,'2026-01-14 16:18:02','2026-01-14 16:18:02','302e1d35-2be6-4f99-8bc4-bf863973eb2b'),
(29236,32,7986,NULL,2608,8,'2026-01-14 16:18:02','2026-01-14 16:18:02','9f446657-edf9-485d-a22f-25cd7a351d10'),
(29237,32,7986,NULL,2596,9,'2026-01-14 16:18:02','2026-01-14 16:18:02','7858631e-0f90-48d3-a717-110d62a93dbf'),
(29238,16,7986,NULL,3689,1,'2026-01-14 16:18:02','2026-01-14 16:18:02','549e7ceb-ee2f-4b8f-9513-2bac30c0ed55'),
(29239,7,7986,NULL,601,1,'2026-01-14 16:18:02','2026-01-14 16:18:02','fd3c6b3d-e430-41b9-bbc3-d4c59cf1a079'),
(29240,7,7986,NULL,3468,2,'2026-01-14 16:18:02','2026-01-14 16:18:02','1a0cfb3c-5c75-485b-983b-0852dcdcf921'),
(29241,7,7986,NULL,617,3,'2026-01-14 16:18:02','2026-01-14 16:18:02','7e664967-e537-471a-87dc-a8f4785b001f'),
(29242,7,7986,NULL,605,4,'2026-01-14 16:18:02','2026-01-14 16:18:02','358ae413-a63b-4da1-8f7d-c4c4802311e0'),
(29243,82,7986,NULL,479,1,'2026-01-14 16:18:02','2026-01-14 16:18:02','16e4fbf9-a775-40ef-a28c-c7b686b21b1d'),
(29244,82,7986,NULL,491,2,'2026-01-14 16:18:02','2026-01-14 16:18:02','a508360e-10b8-48a4-b398-6103055b9669'),
(29245,46,7986,NULL,3697,1,'2026-01-14 16:18:02','2026-01-14 16:18:02','3593bdb3-fc0a-438d-be45-73cb40ba058d'),
(29246,57,7986,NULL,4829,1,'2026-01-14 16:18:02','2026-01-14 16:18:02','7edb1ee2-881b-45ba-8774-1b3c25561dd9'),
(29247,57,7986,NULL,4826,2,'2026-01-14 16:18:02','2026-01-14 16:18:02','2cf51548-936b-49fe-a674-8d73de4ad0bc'),
(29248,57,7986,NULL,4828,3,'2026-01-14 16:18:02','2026-01-14 16:18:02','ead2f919-53a4-4071-adfc-a624924ea095'),
(29249,57,7986,NULL,4827,4,'2026-01-14 16:18:02','2026-01-14 16:18:02','f432318c-258e-4132-98b2-6821e20399d2'),
(29273,32,7988,NULL,2610,1,'2026-01-14 16:18:37','2026-01-14 16:18:37','460f6139-fa67-49c4-9e03-d361792a47fe'),
(29274,32,7988,NULL,2598,2,'2026-01-14 16:18:37','2026-01-14 16:18:37','e3660e63-65e9-4e38-945f-2a642bb58035'),
(29275,32,7988,NULL,2600,3,'2026-01-14 16:18:37','2026-01-14 16:18:37','6a29e533-85df-41bd-b1d7-bfd9360e1bf3'),
(29276,32,7988,NULL,2602,4,'2026-01-14 16:18:37','2026-01-14 16:18:37','8c2292a7-6357-4050-96d3-2bb42650bc1c'),
(29277,32,7988,NULL,2612,5,'2026-01-14 16:18:37','2026-01-14 16:18:37','1cf05dc7-d9b3-4edc-ba80-e0b4426ca611'),
(29278,32,7988,NULL,2618,6,'2026-01-14 16:18:37','2026-01-14 16:18:37','33b84119-be81-4855-bc39-8c77b9d00fc6'),
(29279,32,7988,NULL,2604,7,'2026-01-14 16:18:37','2026-01-14 16:18:37','f4393bcc-3ad0-4d10-8e25-7cfabcd938df'),
(29280,32,7988,NULL,2608,8,'2026-01-14 16:18:37','2026-01-14 16:18:37','fe433932-9800-4c58-b0cf-642c8ea93a67'),
(29281,32,7988,NULL,2596,9,'2026-01-14 16:18:37','2026-01-14 16:18:37','9617f85b-a0f1-42a0-a6b3-b7620829a259'),
(29282,16,7988,NULL,3689,1,'2026-01-14 16:18:37','2026-01-14 16:18:37','1cfe8d23-5681-48db-9896-0b5136abe503'),
(29283,7,7988,NULL,601,1,'2026-01-14 16:18:37','2026-01-14 16:18:37','47ca718d-5437-43cd-aee4-aebcebb13174'),
(29284,7,7988,NULL,3468,2,'2026-01-14 16:18:37','2026-01-14 16:18:37','63933e4d-722e-406a-a2d0-062a805c7229'),
(29285,7,7988,NULL,617,3,'2026-01-14 16:18:37','2026-01-14 16:18:37','2ffd59d8-44f4-4ec5-8bac-bfe326b39d3b'),
(29286,7,7988,NULL,605,4,'2026-01-14 16:18:37','2026-01-14 16:18:37','0bbe08fe-8c88-4b53-8703-5928c3d3a635'),
(29287,82,7988,NULL,479,1,'2026-01-14 16:18:37','2026-01-14 16:18:37','47254e7e-ee3e-4402-8d40-cc2ab3bceaea'),
(29288,82,7988,NULL,491,2,'2026-01-14 16:18:37','2026-01-14 16:18:37','251d25fd-ba3c-47c3-9b28-4050e2526190'),
(29289,46,7988,NULL,3697,1,'2026-01-14 16:18:37','2026-01-14 16:18:37','4ca1a7ad-8a84-4c6d-9d07-355c34af86da'),
(29290,57,7988,NULL,4829,1,'2026-01-14 16:18:37','2026-01-14 16:18:37','bfb9ad4c-3d44-4037-b1e7-6605a11debb5'),
(29291,57,7988,NULL,4826,2,'2026-01-14 16:18:37','2026-01-14 16:18:37','6b129258-a214-4217-86be-fbf9310ba006'),
(29292,57,7988,NULL,4828,3,'2026-01-14 16:18:37','2026-01-14 16:18:37','4615a41f-99ae-49d8-bfbc-75a9990f4aac'),
(29293,57,7988,NULL,4827,4,'2026-01-14 16:18:37','2026-01-14 16:18:37','ad4fe0d2-2ae3-4fcf-8a3c-af07ed5773e3'),
(29317,32,7990,NULL,2610,1,'2026-01-14 16:18:48','2026-01-14 16:18:48','2aa309d3-ea5d-4442-883c-acccf56d59b3'),
(29318,32,7990,NULL,2598,2,'2026-01-14 16:18:48','2026-01-14 16:18:48','c8b8b36e-d180-44a4-924c-b46c13223078'),
(29319,32,7990,NULL,2600,3,'2026-01-14 16:18:48','2026-01-14 16:18:48','da285d56-4b40-410d-95f6-48463e44695e'),
(29320,32,7990,NULL,2602,4,'2026-01-14 16:18:48','2026-01-14 16:18:48','4c1148a1-4b3f-4ef8-9c0e-4c3e04a3a3e0'),
(29321,32,7990,NULL,2612,5,'2026-01-14 16:18:48','2026-01-14 16:18:48','c8e7eb1b-3122-431c-abfc-0d3005830af6'),
(29322,32,7990,NULL,2618,6,'2026-01-14 16:18:48','2026-01-14 16:18:48','1c12247e-8390-4fa2-b95f-7305bc18a0f3'),
(29323,32,7990,NULL,2604,7,'2026-01-14 16:18:48','2026-01-14 16:18:48','12266426-20bc-44e3-a339-d30ef3c29591'),
(29324,32,7990,NULL,2608,8,'2026-01-14 16:18:48','2026-01-14 16:18:48','e21dccc8-c8ca-44c0-af11-072fab654327'),
(29325,32,7990,NULL,2596,9,'2026-01-14 16:18:48','2026-01-14 16:18:48','44de0e3d-833b-487d-9965-a4b81ac710da'),
(29326,16,7990,NULL,3689,1,'2026-01-14 16:18:48','2026-01-14 16:18:48','31114019-9adf-4890-9ebd-89caeff900ba'),
(29327,7,7990,NULL,601,1,'2026-01-14 16:18:48','2026-01-14 16:18:48','3d7401cc-577e-4f7f-9056-6b1af0e2cff3'),
(29328,7,7990,NULL,3468,2,'2026-01-14 16:18:48','2026-01-14 16:18:48','b7a4d180-6008-4dbf-92a0-7feaad94a73e'),
(29329,7,7990,NULL,617,3,'2026-01-14 16:18:48','2026-01-14 16:18:48','df16e1e2-6f9d-4d18-aab4-f8c774fc2b12'),
(29330,7,7990,NULL,605,4,'2026-01-14 16:18:48','2026-01-14 16:18:48','45940596-39f5-48e4-b052-72214c2a5776'),
(29331,82,7990,NULL,479,1,'2026-01-14 16:18:48','2026-01-14 16:18:48','27218c33-cba5-45b1-b6f4-47c77d324052'),
(29332,82,7990,NULL,491,2,'2026-01-14 16:18:48','2026-01-14 16:18:48','7fb99260-c311-4a91-8adc-280f4c87330e'),
(29333,46,7990,NULL,3697,1,'2026-01-14 16:18:48','2026-01-14 16:18:48','b04e2af4-1d03-4810-b657-0f8eb6505704'),
(29334,57,7990,NULL,4829,1,'2026-01-14 16:18:48','2026-01-14 16:18:48','5a8a46a1-4acc-4136-b88d-04c22bc0453e'),
(29335,57,7990,NULL,4826,2,'2026-01-14 16:18:48','2026-01-14 16:18:48','ba8428c8-2e3e-4fb3-9aed-04289b28f02e'),
(29336,57,7990,NULL,4828,3,'2026-01-14 16:18:48','2026-01-14 16:18:48','0b3785c3-ca9a-4add-9711-86bdd18e65e7'),
(29337,57,7990,NULL,4827,4,'2026-01-14 16:18:48','2026-01-14 16:18:48','d6c0d6d2-5f6d-4ce9-90fb-721f59a5c904'),
(29363,32,7992,NULL,2610,1,'2026-01-14 16:19:20','2026-01-14 16:19:20','59b89c9d-f3a6-4cd9-ad8c-d3596ccc11f5'),
(29364,32,7992,NULL,2598,2,'2026-01-14 16:19:20','2026-01-14 16:19:20','91dbfb83-386a-4e00-8550-29fb3444d661'),
(29365,32,7992,NULL,2600,3,'2026-01-14 16:19:20','2026-01-14 16:19:20','454ce721-9e4a-4e16-a275-86f729aab362'),
(29366,32,7992,NULL,2602,4,'2026-01-14 16:19:20','2026-01-14 16:19:20','b266bb27-cfa6-4141-94ae-98b0873b75ab'),
(29367,32,7992,NULL,2612,5,'2026-01-14 16:19:20','2026-01-14 16:19:20','6a2c0305-e9e0-4bde-8e2c-096acc7fd486'),
(29368,32,7992,NULL,2618,6,'2026-01-14 16:19:20','2026-01-14 16:19:20','f8510386-bc3b-406a-9f76-4494b6d4b808'),
(29369,32,7992,NULL,2604,7,'2026-01-14 16:19:20','2026-01-14 16:19:20','5124e848-5a59-4d5b-bbae-d9c92adbb008'),
(29370,32,7992,NULL,2608,8,'2026-01-14 16:19:20','2026-01-14 16:19:20','44d87358-4577-44d7-973c-9bc513085369'),
(29371,32,7992,NULL,2596,9,'2026-01-14 16:19:20','2026-01-14 16:19:20','35492cda-aa67-4110-b600-6305ff6d0d8f'),
(29372,16,7992,NULL,4829,1,'2026-01-14 16:19:20','2026-01-14 16:19:20','495e7011-b9af-47f5-8866-8c62591b8423'),
(29373,7,7992,NULL,601,1,'2026-01-14 16:19:20','2026-01-14 16:19:20','7cfb1f2b-4343-432d-a007-095957817f5e'),
(29374,7,7992,NULL,3468,2,'2026-01-14 16:19:20','2026-01-14 16:19:20','c956f400-a7fd-4a96-a7f8-1c62037e24a2'),
(29375,7,7992,NULL,617,3,'2026-01-14 16:19:20','2026-01-14 16:19:20','2cc2b814-b900-4869-9bba-21a0299442ba'),
(29376,7,7992,NULL,605,4,'2026-01-14 16:19:20','2026-01-14 16:19:20','67774fa7-5251-43b6-b500-7ec6fc5d370e'),
(29377,82,7992,NULL,479,1,'2026-01-14 16:19:20','2026-01-14 16:19:20','5c238a72-a512-4648-ad92-3fc95f8128b4'),
(29378,82,7992,NULL,491,2,'2026-01-14 16:19:20','2026-01-14 16:19:20','780027d4-728c-436f-a87b-70c8a2ce07c9'),
(29379,46,7992,NULL,3697,1,'2026-01-14 16:19:20','2026-01-14 16:19:20','3faed1f6-6a9c-4efd-808e-72b15f9e2fe3'),
(29380,57,7992,NULL,4829,1,'2026-01-14 16:19:20','2026-01-14 16:19:20','db8b2c2d-6dee-4ade-bed2-ef1bf4cb6d32'),
(29381,57,7992,NULL,4826,2,'2026-01-14 16:19:20','2026-01-14 16:19:20','b2f9a1f5-84fd-433e-9e4d-afe478febb7d'),
(29382,57,7992,NULL,4828,3,'2026-01-14 16:19:20','2026-01-14 16:19:20','cbff9c35-94f8-476f-8b4b-bbfcdf45ef97'),
(29383,57,7992,NULL,4827,4,'2026-01-14 16:19:20','2026-01-14 16:19:20','89bfdb49-b092-4b9a-80df-bb54c8cc1a7e'),
(29407,32,7994,NULL,2610,1,'2026-01-14 16:19:44','2026-01-14 16:19:44','4b62c2ab-b935-4435-9917-f255d562e2fa'),
(29408,32,7994,NULL,2598,2,'2026-01-14 16:19:44','2026-01-14 16:19:44','1a86eee9-73e2-4709-82c8-147a8cb764e2'),
(29409,32,7994,NULL,2600,3,'2026-01-14 16:19:44','2026-01-14 16:19:44','90a77f87-4f61-43e7-a2dc-b350c781ea23'),
(29410,32,7994,NULL,2602,4,'2026-01-14 16:19:44','2026-01-14 16:19:44','6b5b4cb7-f0ec-482c-9701-4ad95ecbb3f6'),
(29411,32,7994,NULL,2612,5,'2026-01-14 16:19:44','2026-01-14 16:19:44','a401337b-6310-45ae-82dc-95899e7fdeda'),
(29412,32,7994,NULL,2618,6,'2026-01-14 16:19:44','2026-01-14 16:19:44','014af539-3f44-44cf-a0da-27e7c544b035'),
(29413,32,7994,NULL,2604,7,'2026-01-14 16:19:44','2026-01-14 16:19:44','aff817f2-9260-4873-bf55-ee9b72cf44d5'),
(29414,32,7994,NULL,2608,8,'2026-01-14 16:19:44','2026-01-14 16:19:44','f068febc-f9e7-4c20-afec-781f56f13743'),
(29415,32,7994,NULL,2596,9,'2026-01-14 16:19:44','2026-01-14 16:19:44','4ef0d9cf-4585-43ba-b2de-dc882447d6a1'),
(29416,16,7994,NULL,4829,1,'2026-01-14 16:19:44','2026-01-14 16:19:44','e641cfa5-bef3-4922-86b4-a4bee8f629ec'),
(29417,7,7994,NULL,601,1,'2026-01-14 16:19:44','2026-01-14 16:19:44','4116fdf9-7550-4dde-99d2-c7db5ce2d164'),
(29418,7,7994,NULL,3468,2,'2026-01-14 16:19:44','2026-01-14 16:19:44','95f27b8d-ce1a-4ac5-ab5c-ee9281ddaa6f'),
(29419,7,7994,NULL,617,3,'2026-01-14 16:19:44','2026-01-14 16:19:44','858fe0b5-3494-469c-bfa2-99d0334dd69c'),
(29420,7,7994,NULL,605,4,'2026-01-14 16:19:44','2026-01-14 16:19:44','6361f075-ce32-490c-a664-e959dc99daa4'),
(29421,82,7994,NULL,479,1,'2026-01-14 16:19:44','2026-01-14 16:19:44','bab331e0-82a1-4781-8457-6b97661b4f33'),
(29422,82,7994,NULL,491,2,'2026-01-14 16:19:44','2026-01-14 16:19:44','38d3a320-31b0-4ca8-ae9e-115e4492e76c'),
(29423,46,7994,NULL,3697,1,'2026-01-14 16:19:44','2026-01-14 16:19:44','d96da43c-fbcb-4bf3-b73e-5302227a7f69'),
(29424,57,7994,NULL,4829,1,'2026-01-14 16:19:44','2026-01-14 16:19:44','1f8b78c1-8aa8-4f69-a633-7c554b45b601'),
(29425,57,7994,NULL,4826,2,'2026-01-14 16:19:44','2026-01-14 16:19:44','4c22becb-4872-40ed-b2fd-01a1d084a84c'),
(29426,57,7994,NULL,4828,3,'2026-01-14 16:19:44','2026-01-14 16:19:44','245fac61-7c73-40e8-834b-449435f3895a'),
(29427,57,7994,NULL,4827,4,'2026-01-14 16:19:44','2026-01-14 16:19:44','29b8893e-b06c-4afa-aca6-d79323cc2d85'),
(29451,32,7996,NULL,2610,1,'2026-01-14 16:19:55','2026-01-14 16:19:55','dcf193a3-2a46-4dd1-9e6a-7a2064243384'),
(29452,32,7996,NULL,2598,2,'2026-01-14 16:19:55','2026-01-14 16:19:55','a8acd94d-ae0e-4aa8-b7f2-dd711f4d7ac8'),
(29453,32,7996,NULL,2600,3,'2026-01-14 16:19:55','2026-01-14 16:19:55','b30f1561-2d8a-4264-bbce-c9e69a52e7a5'),
(29454,32,7996,NULL,2602,4,'2026-01-14 16:19:55','2026-01-14 16:19:55','b6eb239e-ee50-4192-89b8-5f892830966c'),
(29455,32,7996,NULL,2612,5,'2026-01-14 16:19:55','2026-01-14 16:19:55','6b5db547-8c63-46d3-8562-227ff0480900'),
(29456,32,7996,NULL,2618,6,'2026-01-14 16:19:55','2026-01-14 16:19:55','677021e5-bbce-4e0d-9233-ecfe82bc683a'),
(29457,32,7996,NULL,2604,7,'2026-01-14 16:19:55','2026-01-14 16:19:55','03e266e6-ec5a-43ce-92e8-eff5b3dd1520'),
(29458,32,7996,NULL,2608,8,'2026-01-14 16:19:55','2026-01-14 16:19:55','2ec1ce30-0064-47a8-a847-0d0545e67dfb'),
(29459,32,7996,NULL,2596,9,'2026-01-14 16:19:55','2026-01-14 16:19:55','09c2645a-f671-458c-8a5f-1aca5bb61082'),
(29460,16,7996,NULL,4829,1,'2026-01-14 16:19:55','2026-01-14 16:19:55','d5323c16-f066-48cb-8f92-2bc31f174083'),
(29461,7,7996,NULL,601,1,'2026-01-14 16:19:55','2026-01-14 16:19:55','5420576f-8569-4095-8f74-0a721b26b5e0'),
(29462,7,7996,NULL,3468,2,'2026-01-14 16:19:55','2026-01-14 16:19:55','2eee11e9-f65f-4d4f-a1a0-2c12b7d87a1d'),
(29463,7,7996,NULL,617,3,'2026-01-14 16:19:55','2026-01-14 16:19:55','e1addcec-fbdf-4b4c-ab98-8107dd673b71'),
(29464,7,7996,NULL,605,4,'2026-01-14 16:19:55','2026-01-14 16:19:55','73492838-0ba0-492f-ace1-82f39426549b'),
(29465,82,7996,NULL,479,1,'2026-01-14 16:19:55','2026-01-14 16:19:55','ab44c4c4-f3a0-4ec1-ba2a-dbd6ac23413e'),
(29466,82,7996,NULL,491,2,'2026-01-14 16:19:55','2026-01-14 16:19:55','0ee01217-18cc-4fc0-85f6-dbb395af53ba'),
(29467,46,7996,NULL,3697,1,'2026-01-14 16:19:55','2026-01-14 16:19:55','7da28097-f4db-4aab-963c-756a6aac9624'),
(29468,57,7996,NULL,4829,1,'2026-01-14 16:19:55','2026-01-14 16:19:55','3dec5310-1374-4c62-b03e-7c471622cf1c'),
(29469,57,7996,NULL,4826,2,'2026-01-14 16:19:55','2026-01-14 16:19:55','15906bf9-4012-4084-ba64-6fac54518df5'),
(29470,57,7996,NULL,4828,3,'2026-01-14 16:19:55','2026-01-14 16:19:55','536f6185-000c-45c7-863a-1ae37caf0d65'),
(29471,57,7996,NULL,4827,4,'2026-01-14 16:19:55','2026-01-14 16:19:55','2cbc244f-4f93-41ee-874d-4c0b64654191'),
(29497,32,7999,NULL,2610,1,'2026-01-14 16:21:33','2026-01-14 16:21:33','51db023a-cfca-4d1f-802a-79e4b08ec0f5'),
(29498,32,7999,NULL,2598,2,'2026-01-14 16:21:33','2026-01-14 16:21:33','f1ed9bfd-b119-47a5-8c60-06bb962e143d'),
(29499,32,7999,NULL,2600,3,'2026-01-14 16:21:33','2026-01-14 16:21:33','dd35fe3c-821e-492e-8a4f-c17260ac31f4'),
(29500,32,7999,NULL,2602,4,'2026-01-14 16:21:33','2026-01-14 16:21:33','a2abd720-c89f-4320-b584-ab91cde7ab68'),
(29501,32,7999,NULL,2612,5,'2026-01-14 16:21:33','2026-01-14 16:21:33','80094549-cf65-4176-8342-ace6586ecec4'),
(29502,32,7999,NULL,2618,6,'2026-01-14 16:21:33','2026-01-14 16:21:33','055fd5ef-06b5-4317-9371-4d06e7e60163'),
(29503,32,7999,NULL,2604,7,'2026-01-14 16:21:33','2026-01-14 16:21:33','6100b27d-fdc0-46f9-9da4-be261abaaaf5'),
(29504,32,7999,NULL,2608,8,'2026-01-14 16:21:33','2026-01-14 16:21:33','ce595ee7-b820-42f3-b87f-5a34e02cd7d8'),
(29505,32,7999,NULL,2596,9,'2026-01-14 16:21:33','2026-01-14 16:21:33','bb70b66a-86a2-4ce4-bd08-2e1ef6c149fc'),
(29506,16,7999,NULL,7998,1,'2026-01-14 16:21:33','2026-01-14 16:21:33','ad22291b-3549-4213-abb8-99167f72028d'),
(29507,7,7999,NULL,601,1,'2026-01-14 16:21:33','2026-01-14 16:21:33','dd7e73c0-a4a1-434b-9948-2be37ff58b32'),
(29508,7,7999,NULL,3468,2,'2026-01-14 16:21:33','2026-01-14 16:21:33','c1df908f-a3f7-47e2-87c7-b1544b251273'),
(29509,7,7999,NULL,617,3,'2026-01-14 16:21:33','2026-01-14 16:21:33','7bea696c-2590-4f14-80d4-dfedd7a0b17a'),
(29510,7,7999,NULL,605,4,'2026-01-14 16:21:33','2026-01-14 16:21:33','1e571efd-65d0-4639-93ca-f3933a1dd0f5'),
(29511,82,7999,NULL,479,1,'2026-01-14 16:21:33','2026-01-14 16:21:33','e5dc9a14-0b28-4449-8116-7d574ac48dd7'),
(29512,82,7999,NULL,491,2,'2026-01-14 16:21:33','2026-01-14 16:21:33','3516b16f-ade9-4016-bc36-2bf378f7a873'),
(29513,46,7999,NULL,3697,1,'2026-01-14 16:21:33','2026-01-14 16:21:33','621fdea0-fbd3-44a6-9bb8-629a6ec1c9c7'),
(29514,57,7999,NULL,4829,1,'2026-01-14 16:21:33','2026-01-14 16:21:33','45eb3bce-af99-4b52-ab58-4df0f7f4aafb'),
(29515,57,7999,NULL,4826,2,'2026-01-14 16:21:33','2026-01-14 16:21:33','a0927142-d980-472e-91e9-10329b8e7692'),
(29516,57,7999,NULL,4828,3,'2026-01-14 16:21:33','2026-01-14 16:21:33','4f46ad74-5d3d-4337-b14c-ce2efb5ba75f'),
(29517,57,7999,NULL,4827,4,'2026-01-14 16:21:33','2026-01-14 16:21:33','badd367b-b6fe-45a3-b17b-94c12aac7aea'),
(29541,32,8001,NULL,2610,1,'2026-01-14 16:21:59','2026-01-14 16:21:59','9845f61f-64ca-4ec6-bb2e-97a78a370935'),
(29542,32,8001,NULL,2598,2,'2026-01-14 16:21:59','2026-01-14 16:21:59','83db7c23-7d3f-41ce-b45d-18f8976301cb'),
(29543,32,8001,NULL,2600,3,'2026-01-14 16:21:59','2026-01-14 16:21:59','c0a27307-6a72-4365-a2f6-ffeb5ca1128b'),
(29544,32,8001,NULL,2602,4,'2026-01-14 16:21:59','2026-01-14 16:21:59','f58e1944-bcdd-4ff1-9e50-ee81014d4c74'),
(29545,32,8001,NULL,2612,5,'2026-01-14 16:21:59','2026-01-14 16:21:59','57c9b3ec-4dbb-4b2a-99d7-3a74bd601b4a'),
(29546,32,8001,NULL,2618,6,'2026-01-14 16:21:59','2026-01-14 16:21:59','7bc38030-79a1-4cea-9ba0-46fb64c3bf4c'),
(29547,32,8001,NULL,2604,7,'2026-01-14 16:21:59','2026-01-14 16:21:59','7bfdee10-78bb-4e81-92f0-b6e926930850'),
(29548,32,8001,NULL,2608,8,'2026-01-14 16:21:59','2026-01-14 16:21:59','e7c3daff-86cf-47aa-b483-32806d497b54'),
(29549,32,8001,NULL,2596,9,'2026-01-14 16:21:59','2026-01-14 16:21:59','ad0ad2dd-e967-4801-8b36-a03efe6508c8'),
(29550,16,8001,NULL,7998,1,'2026-01-14 16:21:59','2026-01-14 16:21:59','2a4e318e-0e99-4f1a-ac29-76ca9c4d2db8'),
(29551,7,8001,NULL,601,1,'2026-01-14 16:21:59','2026-01-14 16:21:59','cf51a393-2da5-4250-a77b-cc954bbe703f'),
(29552,7,8001,NULL,3468,2,'2026-01-14 16:21:59','2026-01-14 16:21:59','847e1a89-e21a-438b-a7eb-ab394f13ba00'),
(29553,7,8001,NULL,617,3,'2026-01-14 16:21:59','2026-01-14 16:21:59','03894c55-cd23-4af6-a2b5-c6402375bcbb'),
(29554,7,8001,NULL,605,4,'2026-01-14 16:21:59','2026-01-14 16:21:59','692d4743-cbb3-4c13-b2f7-1a587643b72b'),
(29555,82,8001,NULL,479,1,'2026-01-14 16:21:59','2026-01-14 16:21:59','da0445ac-c555-4423-80c9-eed6a5831c94'),
(29556,82,8001,NULL,491,2,'2026-01-14 16:21:59','2026-01-14 16:21:59','f75a6a19-89cb-4177-83b5-04443466c91a'),
(29557,46,8001,NULL,3697,1,'2026-01-14 16:21:59','2026-01-14 16:21:59','f9e4c8d5-f533-435e-a72e-8d29d58f9c4a'),
(29558,57,8001,NULL,4829,1,'2026-01-14 16:21:59','2026-01-14 16:21:59','353e1aa0-88dd-4ddc-ac0b-5a9f1b5e771c'),
(29559,57,8001,NULL,4826,2,'2026-01-14 16:21:59','2026-01-14 16:21:59','c6d6500b-1a61-42f4-855d-b3fd39af15ab'),
(29560,57,8001,NULL,4828,3,'2026-01-14 16:21:59','2026-01-14 16:21:59','53c27fde-1448-4851-82af-0bc341015818'),
(29561,57,8001,NULL,4827,4,'2026-01-14 16:21:59','2026-01-14 16:21:59','54d1a096-c3eb-4818-8d14-158292b0468f'),
(29585,32,8003,NULL,2610,1,'2026-01-14 16:22:22','2026-01-14 16:22:22','e72b704c-e848-4f82-a3d7-fcc33a662f7c'),
(29586,32,8003,NULL,2598,2,'2026-01-14 16:22:22','2026-01-14 16:22:22','08351c8a-ac3d-4daa-a507-639dc7243ee4'),
(29587,32,8003,NULL,2600,3,'2026-01-14 16:22:22','2026-01-14 16:22:22','f8be12d2-cbe2-4f5d-97dc-1e99b10ab057'),
(29588,32,8003,NULL,2602,4,'2026-01-14 16:22:22','2026-01-14 16:22:22','5b481d62-39cb-4c9e-98ba-0ea7ba20457b'),
(29589,32,8003,NULL,2612,5,'2026-01-14 16:22:22','2026-01-14 16:22:22','7a6887dd-4b0c-49a0-899f-262b3a5691a4'),
(29590,32,8003,NULL,2618,6,'2026-01-14 16:22:22','2026-01-14 16:22:22','3efc3494-e532-449d-8636-a8d9c4ced3e6'),
(29591,32,8003,NULL,2604,7,'2026-01-14 16:22:22','2026-01-14 16:22:22','1689100d-c1c0-4ffd-983a-ff3e52e04082'),
(29592,32,8003,NULL,2608,8,'2026-01-14 16:22:22','2026-01-14 16:22:22','180a53f7-30fd-4a8c-a77f-6fa416693572'),
(29593,32,8003,NULL,2596,9,'2026-01-14 16:22:22','2026-01-14 16:22:22','5cbab5d2-e515-4c00-a2e1-21338edac933'),
(29594,16,8003,NULL,7998,1,'2026-01-14 16:22:22','2026-01-14 16:22:22','60f65281-16a1-4fa6-9bd3-1e5a7d6497bd'),
(29595,7,8003,NULL,601,1,'2026-01-14 16:22:22','2026-01-14 16:22:22','ea2da87e-1b30-4514-a6ea-d4ad41b8d402'),
(29596,7,8003,NULL,3468,2,'2026-01-14 16:22:22','2026-01-14 16:22:22','e05adff9-1401-4393-ad77-712a708ec907'),
(29597,7,8003,NULL,617,3,'2026-01-14 16:22:22','2026-01-14 16:22:22','e4b65b0a-a2f1-4a96-a972-b8548e69c7b9'),
(29598,7,8003,NULL,605,4,'2026-01-14 16:22:22','2026-01-14 16:22:22','2444050c-2668-42ca-bf87-ceaa140c5f52'),
(29599,82,8003,NULL,479,1,'2026-01-14 16:22:22','2026-01-14 16:22:22','8bce0342-4a55-4765-a76e-58bd114f6b30'),
(29600,82,8003,NULL,491,2,'2026-01-14 16:22:22','2026-01-14 16:22:22','dc3654df-b4d7-4bc2-a0ac-2be8bda441e0'),
(29601,46,8003,NULL,3697,1,'2026-01-14 16:22:22','2026-01-14 16:22:22','5846cd56-6cac-42cf-b921-8cfad1c003e8'),
(29602,57,8003,NULL,4829,1,'2026-01-14 16:22:22','2026-01-14 16:22:22','da66658f-f658-437d-964a-9485a1fc4f59'),
(29603,57,8003,NULL,4826,2,'2026-01-14 16:22:22','2026-01-14 16:22:22','44502122-e1c3-40c2-9fa4-71f3be3ceaf3'),
(29604,57,8003,NULL,4828,3,'2026-01-14 16:22:22','2026-01-14 16:22:22','5edccc22-6376-4bd7-94fc-63bb90657ade'),
(29605,57,8003,NULL,4827,4,'2026-01-14 16:22:22','2026-01-14 16:22:22','4ff48e68-a58a-44d8-8675-a6b03a94d6af'),
(29647,57,1045,NULL,3689,2,'2026-01-14 16:23:11','2026-01-14 16:23:11','eb78f95b-9fdc-450a-bbcf-20a00f47a772'),
(29648,32,8006,NULL,2610,1,'2026-01-14 16:23:12','2026-01-14 16:23:12','5f0598b1-9e92-4d25-b841-1b44e24645a3'),
(29649,32,8006,NULL,2598,2,'2026-01-14 16:23:12','2026-01-14 16:23:12','a25e923f-f509-4889-96d9-5b651a5f674d'),
(29650,32,8006,NULL,2600,3,'2026-01-14 16:23:12','2026-01-14 16:23:12','f350005f-6475-4627-80e2-c36034bb15c3'),
(29651,32,8006,NULL,2602,4,'2026-01-14 16:23:12','2026-01-14 16:23:12','7f5764a8-a55e-4e50-8c3f-7720d964e4bc'),
(29652,32,8006,NULL,2612,5,'2026-01-14 16:23:12','2026-01-14 16:23:12','a313b683-74b7-4f98-b1be-e752119c6c46'),
(29653,32,8006,NULL,2618,6,'2026-01-14 16:23:12','2026-01-14 16:23:12','2b5d8c40-2f69-4703-a4f8-5bf5618f0518'),
(29654,32,8006,NULL,2604,7,'2026-01-14 16:23:12','2026-01-14 16:23:12','1956f65c-6e82-435a-96cd-05183f85051c'),
(29655,32,8006,NULL,2608,8,'2026-01-14 16:23:12','2026-01-14 16:23:12','6147036b-f22f-4927-8a39-10b615c8d502'),
(29656,32,8006,NULL,2596,9,'2026-01-14 16:23:12','2026-01-14 16:23:12','46aa2334-f8fd-44b3-bd80-dfac27d3488c'),
(29657,16,8006,NULL,7998,1,'2026-01-14 16:23:12','2026-01-14 16:23:12','67abd0f0-499d-4bf7-858d-0a400acbd376'),
(29658,7,8006,NULL,601,1,'2026-01-14 16:23:12','2026-01-14 16:23:12','f38d8a0d-18fe-4d0a-a06b-e11d872dda52'),
(29659,7,8006,NULL,3468,2,'2026-01-14 16:23:12','2026-01-14 16:23:12','fdef6476-5cb5-4d9c-9a9b-733b995dcda4'),
(29660,7,8006,NULL,617,3,'2026-01-14 16:23:12','2026-01-14 16:23:12','ba428580-a017-42d8-986d-cb8fc0a5f68e'),
(29661,7,8006,NULL,605,4,'2026-01-14 16:23:12','2026-01-14 16:23:12','d6de6151-83ce-41a1-86c1-77208d58f61e'),
(29662,82,8006,NULL,479,1,'2026-01-14 16:23:12','2026-01-14 16:23:12','ce623545-6725-43f1-a92d-1756e66ac54e'),
(29663,82,8006,NULL,491,2,'2026-01-14 16:23:12','2026-01-14 16:23:12','d95e2257-3ac4-4e56-8488-f6ae7002497e'),
(29664,46,8006,NULL,3697,1,'2026-01-14 16:23:12','2026-01-14 16:23:12','ea36b053-0adb-433a-b175-82cd72d8ae1c'),
(29665,57,8006,NULL,4829,1,'2026-01-14 16:23:12','2026-01-14 16:23:12','5d4e3587-05d9-4caa-a37e-62a979131a43'),
(29666,57,8006,NULL,3689,2,'2026-01-14 16:23:12','2026-01-14 16:23:12','e9199f8d-5f62-4ff4-abee-fa201e5e6e57'),
(29667,57,8006,NULL,4826,3,'2026-01-14 16:23:12','2026-01-14 16:23:12','da0a2445-b60c-4fe9-923a-3fb6f8eaa766'),
(29668,57,8006,NULL,4828,4,'2026-01-14 16:23:12','2026-01-14 16:23:12','aea67a04-861d-48ed-aca7-38bae2209139'),
(29669,57,8006,NULL,4827,5,'2026-01-14 16:23:12','2026-01-14 16:23:12','c97199e0-5473-4cfc-a50b-f463654bebad'),
(29671,32,8007,NULL,2614,1,'2026-01-14 16:24:04','2026-01-14 16:24:04','a49e4a6c-a8e6-4963-9ab3-762299f4e113'),
(29672,32,8007,NULL,2610,2,'2026-01-14 16:24:04','2026-01-14 16:24:04','d002b36a-3960-4b0e-8545-07c312f873ed'),
(29673,32,8007,NULL,2598,3,'2026-01-14 16:24:04','2026-01-14 16:24:04','90bb7451-1987-4cb8-b711-e01a98074ab6'),
(29674,32,8007,NULL,2600,4,'2026-01-14 16:24:04','2026-01-14 16:24:04','d133f53d-6624-4ec1-8137-1fb9edcbb821'),
(29675,32,8007,NULL,2612,5,'2026-01-14 16:24:04','2026-01-14 16:24:04','12f9a3ae-20a1-4863-acb5-b5f8ea823083'),
(29676,32,8007,NULL,2604,6,'2026-01-14 16:24:04','2026-01-14 16:24:04','cdcdd2d1-3149-4927-a073-394472a884fc'),
(29677,32,8007,NULL,2608,7,'2026-01-14 16:24:04','2026-01-14 16:24:04','269d2dfc-e702-471a-af3f-8d878cc01818'),
(29678,32,8007,NULL,2596,8,'2026-01-14 16:24:04','2026-01-14 16:24:04','fc95833d-c567-40f1-9202-6b8bd2990d0f'),
(29679,32,8007,NULL,2602,9,'2026-01-14 16:24:04','2026-01-14 16:24:04','a8d52786-92b8-4495-a557-32d9d1dbd319'),
(29680,16,8007,NULL,3722,1,'2026-01-14 16:24:04','2026-01-14 16:24:04','64abcf95-98e8-46df-b194-740c6b655dd2'),
(29681,7,8007,NULL,601,1,'2026-01-14 16:24:04','2026-01-14 16:24:04','863a5290-3070-4f63-9a40-0633045aac2d'),
(29682,7,8007,NULL,3468,2,'2026-01-14 16:24:04','2026-01-14 16:24:04','ff56b3d5-656b-4eb0-844b-1f71dce500d6'),
(29683,7,8007,NULL,2972,3,'2026-01-14 16:24:04','2026-01-14 16:24:04','fea129ae-06b2-4a6a-91aa-5bf79f8647df'),
(29684,7,8007,NULL,617,4,'2026-01-14 16:24:04','2026-01-14 16:24:04','d46e626c-b769-4174-8d4d-abd9696d0d60'),
(29685,7,8007,NULL,605,5,'2026-01-14 16:24:04','2026-01-14 16:24:04','d92718ff-130f-4dc4-aea1-ab47ca438574'),
(29686,82,8007,NULL,479,1,'2026-01-14 16:24:04','2026-01-14 16:24:04','e68af340-b110-4e68-952b-dcea20a628b7'),
(29705,32,8009,NULL,2614,1,'2026-01-14 16:24:34','2026-01-14 16:24:34','b04a4c64-dff5-46c0-9f17-b129ef4bae32'),
(29706,32,8009,NULL,2610,2,'2026-01-14 16:24:34','2026-01-14 16:24:34','6e8b010b-cc7c-470a-b073-ea0a7f6b50a3'),
(29707,32,8009,NULL,2598,3,'2026-01-14 16:24:34','2026-01-14 16:24:34','37d349cd-cb4a-4ddb-89e2-31bff926b70a'),
(29708,32,8009,NULL,2600,4,'2026-01-14 16:24:34','2026-01-14 16:24:34','12c776c8-0a86-460a-a0f5-686c82f250a0'),
(29709,32,8009,NULL,2612,5,'2026-01-14 16:24:34','2026-01-14 16:24:34','86d29646-e616-4368-8e06-49b936604b4f'),
(29710,32,8009,NULL,2604,6,'2026-01-14 16:24:34','2026-01-14 16:24:34','377d0709-3128-450a-b8e7-7c36d7ab25d3'),
(29711,32,8009,NULL,2608,7,'2026-01-14 16:24:34','2026-01-14 16:24:34','3451340a-f92b-43a5-8a05-f3f553f260e4'),
(29712,32,8009,NULL,2596,8,'2026-01-14 16:24:34','2026-01-14 16:24:34','48a82b03-607c-45bb-af0e-86094c449122'),
(29713,32,8009,NULL,2602,9,'2026-01-14 16:24:34','2026-01-14 16:24:34','5f7e3fa0-afd8-4250-8190-ba180fe56ef2'),
(29714,16,8009,NULL,3722,1,'2026-01-14 16:24:34','2026-01-14 16:24:34','a36f6762-dc41-4fad-8491-c63060b4b25d'),
(29715,7,8009,NULL,601,1,'2026-01-14 16:24:34','2026-01-14 16:24:34','3a729a43-160d-4b9e-b53b-96c24b5f37d4'),
(29716,7,8009,NULL,3468,2,'2026-01-14 16:24:34','2026-01-14 16:24:34','0eefac54-7fdc-49d0-a1b0-ac38b9349082'),
(29717,7,8009,NULL,2972,3,'2026-01-14 16:24:34','2026-01-14 16:24:34','dc241903-b7b1-480f-bcc5-bec574d57d68'),
(29718,7,8009,NULL,617,4,'2026-01-14 16:24:34','2026-01-14 16:24:34','428a5839-8423-4778-9431-fc1deba6d071'),
(29719,7,8009,NULL,605,5,'2026-01-14 16:24:34','2026-01-14 16:24:34','e72827fc-7c79-497f-98d9-9787d428cec2'),
(29720,82,8009,NULL,479,1,'2026-01-14 16:24:34','2026-01-14 16:24:34','ff77f2c0-b2d4-42f0-80d9-8592a75959fc'),
(29739,32,8011,NULL,2614,1,'2026-01-14 16:25:26','2026-01-14 16:25:26','e3a095e2-474b-4ee7-8e95-ca8ba4e716f8'),
(29740,32,8011,NULL,2610,2,'2026-01-14 16:25:26','2026-01-14 16:25:26','7ae1f768-385c-40a5-acb4-eeabef95e424'),
(29741,32,8011,NULL,2598,3,'2026-01-14 16:25:26','2026-01-14 16:25:26','ea277685-2f51-442b-b9e5-2c7ca599e390'),
(29742,32,8011,NULL,2600,4,'2026-01-14 16:25:26','2026-01-14 16:25:26','889e613b-5d24-4263-bbb8-3cff08be1aff'),
(29743,32,8011,NULL,2612,5,'2026-01-14 16:25:26','2026-01-14 16:25:26','dcf203c9-7ff4-48b6-b6bd-8f44dd95ca3c'),
(29744,32,8011,NULL,2604,6,'2026-01-14 16:25:26','2026-01-14 16:25:26','1c7da498-b5ea-4f91-b3e8-8339bf889f3e'),
(29745,32,8011,NULL,2608,7,'2026-01-14 16:25:26','2026-01-14 16:25:26','65c18467-3aeb-4805-b316-4d8980eb758d'),
(29746,32,8011,NULL,2596,8,'2026-01-14 16:25:26','2026-01-14 16:25:26','d8b2b41f-6962-4c95-9bc7-9bd74e59861a'),
(29747,32,8011,NULL,2602,9,'2026-01-14 16:25:26','2026-01-14 16:25:26','e1a60b31-ddec-4269-bfab-95751e1e7fef'),
(29748,16,8011,NULL,3722,1,'2026-01-14 16:25:26','2026-01-14 16:25:26','008bba22-bd4f-4346-a275-c020ca62d1db'),
(29749,7,8011,NULL,601,1,'2026-01-14 16:25:26','2026-01-14 16:25:26','afe458eb-3037-4fad-b3c1-87eac0475f1f'),
(29750,7,8011,NULL,3468,2,'2026-01-14 16:25:26','2026-01-14 16:25:26','aedde091-9305-475b-8b92-0cc52cbc5f0f'),
(29751,7,8011,NULL,2972,3,'2026-01-14 16:25:26','2026-01-14 16:25:26','1f8ad467-67ad-4c47-ac9e-be11769e9319'),
(29752,7,8011,NULL,617,4,'2026-01-14 16:25:26','2026-01-14 16:25:26','23c7f929-d2f8-4fc1-bee8-d2ed71b25de3'),
(29753,7,8011,NULL,605,5,'2026-01-14 16:25:26','2026-01-14 16:25:26','5360d62f-c943-451f-a67c-59363ba82920'),
(29754,82,8011,NULL,479,1,'2026-01-14 16:25:26','2026-01-14 16:25:26','6a10972e-373e-45b8-bc5c-5a2877686a39'),
(29773,32,8013,NULL,2614,1,'2026-01-14 16:25:59','2026-01-14 16:25:59','8be5dda0-4215-4a1d-a32d-b9950d707e63'),
(29774,32,8013,NULL,2610,2,'2026-01-14 16:25:59','2026-01-14 16:25:59','212fd3a8-8733-401d-80d6-35545d65b1ff'),
(29775,32,8013,NULL,2598,3,'2026-01-14 16:25:59','2026-01-14 16:25:59','d5c61da7-00cb-46e4-8ac3-845939579967'),
(29776,32,8013,NULL,2600,4,'2026-01-14 16:25:59','2026-01-14 16:25:59','2f66da2f-e286-4b00-bcd7-2bd0d04717ab'),
(29777,32,8013,NULL,2612,5,'2026-01-14 16:25:59','2026-01-14 16:25:59','c2368ec9-65a2-4df5-a56e-61c097f6a535'),
(29778,32,8013,NULL,2604,6,'2026-01-14 16:25:59','2026-01-14 16:25:59','2cca8b6b-684b-4c18-a24d-ee1246908741'),
(29779,32,8013,NULL,2608,7,'2026-01-14 16:25:59','2026-01-14 16:25:59','de51afbb-aca0-4aa0-8dc4-d563c952df1a'),
(29780,32,8013,NULL,2596,8,'2026-01-14 16:25:59','2026-01-14 16:25:59','9dfb3fc4-e1fc-4dcd-bf08-d700d5dbca88'),
(29781,32,8013,NULL,2602,9,'2026-01-14 16:25:59','2026-01-14 16:25:59','42e42828-cc0f-45d7-a585-94d2db915646'),
(29782,16,8013,NULL,3722,1,'2026-01-14 16:25:59','2026-01-14 16:25:59','e4922275-5e67-4623-ae7e-796ff4e31145'),
(29783,7,8013,NULL,601,1,'2026-01-14 16:25:59','2026-01-14 16:25:59','97d65f39-2d0f-4863-8055-0129ddbd7cac'),
(29784,7,8013,NULL,3468,2,'2026-01-14 16:25:59','2026-01-14 16:25:59','cf6710c0-8205-424c-8dd1-4a4b7569c60b'),
(29785,7,8013,NULL,2972,3,'2026-01-14 16:25:59','2026-01-14 16:25:59','5d9ece0a-1afd-49df-bd49-ac15e0bbbf59'),
(29786,7,8013,NULL,617,4,'2026-01-14 16:25:59','2026-01-14 16:25:59','d50bcd95-1f41-4ea3-9fd8-1599d105be49'),
(29787,7,8013,NULL,605,5,'2026-01-14 16:25:59','2026-01-14 16:25:59','13966baa-f871-4cd9-a713-444fb752edf2'),
(29788,82,8013,NULL,479,1,'2026-01-14 16:25:59','2026-01-14 16:25:59','8403b52d-dd00-4a46-b332-310567143cbe'),
(29807,32,8015,NULL,2614,1,'2026-01-14 16:26:25','2026-01-14 16:26:25','d7fb087b-b05c-4c6f-bec7-1cb9831461ff'),
(29808,32,8015,NULL,2610,2,'2026-01-14 16:26:25','2026-01-14 16:26:25','c89594d1-576e-40d2-b01b-265c1c3a5581'),
(29809,32,8015,NULL,2598,3,'2026-01-14 16:26:25','2026-01-14 16:26:25','811d43a9-0bbb-4e20-a56a-94c5f0399d44'),
(29810,32,8015,NULL,2600,4,'2026-01-14 16:26:25','2026-01-14 16:26:25','5396ff99-0be2-4033-a8e3-ba3b3be94ce0'),
(29811,32,8015,NULL,2612,5,'2026-01-14 16:26:25','2026-01-14 16:26:25','5e360c4f-0e95-4999-9ee6-729bda57a41d'),
(29812,32,8015,NULL,2604,6,'2026-01-14 16:26:25','2026-01-14 16:26:25','ac43a352-15d2-4498-9b0e-6baaf0bd8f96'),
(29813,32,8015,NULL,2608,7,'2026-01-14 16:26:25','2026-01-14 16:26:25','b5068118-2097-4a3f-a80e-4742e235c5b7'),
(29814,32,8015,NULL,2596,8,'2026-01-14 16:26:25','2026-01-14 16:26:25','4b753491-da1c-4191-bc99-4485fc621cde'),
(29815,32,8015,NULL,2602,9,'2026-01-14 16:26:25','2026-01-14 16:26:25','1385fbb5-46e7-4fb5-a658-ccca9f5016b4'),
(29816,16,8015,NULL,3722,1,'2026-01-14 16:26:25','2026-01-14 16:26:25','adc63930-e3db-4c76-a7ca-17b5049a9e9a'),
(29817,7,8015,NULL,601,1,'2026-01-14 16:26:25','2026-01-14 16:26:25','a59834a9-6031-4287-8b08-07cb202ce5fb'),
(29818,7,8015,NULL,3468,2,'2026-01-14 16:26:25','2026-01-14 16:26:25','7daaf1ce-7cc9-4bff-aead-02ed3e587d5a'),
(29819,7,8015,NULL,2972,3,'2026-01-14 16:26:25','2026-01-14 16:26:25','f4936639-5072-4a3c-8320-6d3d9987fd1f'),
(29820,7,8015,NULL,617,4,'2026-01-14 16:26:25','2026-01-14 16:26:25','7380e84d-7755-4e72-9b95-23846fd116b2'),
(29821,7,8015,NULL,605,5,'2026-01-14 16:26:25','2026-01-14 16:26:25','40d2af33-1924-40dc-ace0-8b39a15f2b04'),
(29822,82,8015,NULL,479,1,'2026-01-14 16:26:25','2026-01-14 16:26:25','09ccf812-e3c8-4739-a318-d05227d70589'),
(29843,32,8018,NULL,2614,1,'2026-01-14 16:27:59','2026-01-14 16:27:59','95f9180b-4b91-441e-b707-0f61391b08f4'),
(29844,32,8018,NULL,2610,2,'2026-01-14 16:27:59','2026-01-14 16:27:59','c506bdc8-7602-4875-8dd1-82e99154022b'),
(29845,32,8018,NULL,2598,3,'2026-01-14 16:27:59','2026-01-14 16:27:59','c34c65a9-2f1d-4ac4-9020-9025ef1a336d'),
(29846,32,8018,NULL,2600,4,'2026-01-14 16:27:59','2026-01-14 16:27:59','478af434-66c1-48a7-a80f-3791b8ed6220'),
(29847,32,8018,NULL,2612,5,'2026-01-14 16:27:59','2026-01-14 16:27:59','a9415234-494f-455e-a30c-daab810917fe'),
(29848,32,8018,NULL,2604,6,'2026-01-14 16:27:59','2026-01-14 16:27:59','4abfafaf-3411-4e23-a731-5e25f0255870'),
(29849,32,8018,NULL,2608,7,'2026-01-14 16:27:59','2026-01-14 16:27:59','8962aa15-3387-44ce-8dfe-6fd11c1d524b'),
(29850,32,8018,NULL,2596,8,'2026-01-14 16:27:59','2026-01-14 16:27:59','eda053af-c1b3-4bf9-bd28-41cd3e3f66dc'),
(29851,32,8018,NULL,2602,9,'2026-01-14 16:27:59','2026-01-14 16:27:59','e88f6eac-30c8-48d2-9027-404bb39fc8f8'),
(29852,16,8018,NULL,8017,1,'2026-01-14 16:27:59','2026-01-14 16:27:59','67ecfd23-4c8c-4d2c-8b3d-40d894b5b2d3'),
(29853,7,8018,NULL,601,1,'2026-01-14 16:27:59','2026-01-14 16:27:59','458d0395-d0ff-4650-baa1-56c878b0e88b'),
(29854,7,8018,NULL,3468,2,'2026-01-14 16:27:59','2026-01-14 16:27:59','a9b95016-1ae3-430a-b4a1-59f2627cc8e1'),
(29855,7,8018,NULL,2972,3,'2026-01-14 16:27:59','2026-01-14 16:27:59','03733a33-c9ff-4547-b064-d6f5ce490c24'),
(29856,7,8018,NULL,617,4,'2026-01-14 16:27:59','2026-01-14 16:27:59','2463ba55-6f49-45d6-8505-db3c7dc2deff'),
(29857,7,8018,NULL,605,5,'2026-01-14 16:27:59','2026-01-14 16:27:59','c833697d-4b5b-4058-9b8d-1f786f390ddc'),
(29858,82,8018,NULL,479,1,'2026-01-14 16:27:59','2026-01-14 16:27:59','3c32eb81-b3f2-4616-b501-f57520d6f96f'),
(29877,32,8020,NULL,2614,1,'2026-01-14 16:28:30','2026-01-14 16:28:30','2e4cb2df-b532-4a44-a2f0-f1608c5ab7e1'),
(29878,32,8020,NULL,2610,2,'2026-01-14 16:28:30','2026-01-14 16:28:30','08a55211-1819-45c5-b98a-51ca6ba4125a'),
(29879,32,8020,NULL,2598,3,'2026-01-14 16:28:30','2026-01-14 16:28:30','ce7a1443-6a14-4264-b75a-5154f733a089'),
(29880,32,8020,NULL,2600,4,'2026-01-14 16:28:30','2026-01-14 16:28:30','574c64a7-00c0-4872-9671-8c8d0634bdea'),
(29881,32,8020,NULL,2612,5,'2026-01-14 16:28:30','2026-01-14 16:28:30','32e2b35f-5f9c-4e11-99ee-e4ef07f56e12'),
(29882,32,8020,NULL,2604,6,'2026-01-14 16:28:30','2026-01-14 16:28:30','6a5ce55b-e9fd-4cf2-906d-329f8c39927f'),
(29883,32,8020,NULL,2608,7,'2026-01-14 16:28:30','2026-01-14 16:28:30','200387ff-98ca-4bdd-84ff-d6901e99859a'),
(29884,32,8020,NULL,2596,8,'2026-01-14 16:28:30','2026-01-14 16:28:30','fb84afb8-288d-47c8-ade7-531062727ecd'),
(29885,32,8020,NULL,2602,9,'2026-01-14 16:28:30','2026-01-14 16:28:30','cabc1bd0-cc62-44b3-931f-d2314c3622c5'),
(29886,16,8020,NULL,8017,1,'2026-01-14 16:28:30','2026-01-14 16:28:30','6f563485-bbd1-4eb0-9f9e-4607cc79baf4'),
(29887,7,8020,NULL,601,1,'2026-01-14 16:28:30','2026-01-14 16:28:30','1208201a-fa21-4d8b-aa7f-44cc3e51ebe2'),
(29888,7,8020,NULL,3468,2,'2026-01-14 16:28:30','2026-01-14 16:28:30','e8ceed6b-32ac-40cf-a0dc-7f9254adf809'),
(29889,7,8020,NULL,2972,3,'2026-01-14 16:28:30','2026-01-14 16:28:30','554c1483-a1a1-4a89-8e75-0a790096838d'),
(29890,7,8020,NULL,617,4,'2026-01-14 16:28:30','2026-01-14 16:28:30','dddc8580-fd43-4a78-a420-1ec95255893b'),
(29891,7,8020,NULL,605,5,'2026-01-14 16:28:30','2026-01-14 16:28:30','7655e920-75b6-4a8f-94b1-3342d8d7430c'),
(29892,82,8020,NULL,479,1,'2026-01-14 16:28:30','2026-01-14 16:28:30','7981a1af-0aa3-4b59-bcf8-0a5acd1a0395'),
(29912,16,1051,NULL,3722,1,'2026-01-14 16:28:57','2026-01-14 16:28:57','c1da5cc2-8d1c-4f32-a812-5fc49a96c03e'),
(29913,32,8022,NULL,2614,1,'2026-01-14 16:28:57','2026-01-14 16:28:57','d734149d-d1f6-483e-8507-f05183fad77e'),
(29914,32,8022,NULL,2610,2,'2026-01-14 16:28:57','2026-01-14 16:28:57','604b8fa4-561e-4700-a028-eada9c2cdf3b'),
(29915,32,8022,NULL,2598,3,'2026-01-14 16:28:57','2026-01-14 16:28:57','21de154c-ada2-4bdf-b23a-502a55e489b2'),
(29916,32,8022,NULL,2600,4,'2026-01-14 16:28:57','2026-01-14 16:28:57','d52fc300-bea1-4e58-a597-6a7ea7f5ff16'),
(29917,32,8022,NULL,2612,5,'2026-01-14 16:28:57','2026-01-14 16:28:57','6071f727-1d2b-4837-bb6c-ee41e53f1039'),
(29918,32,8022,NULL,2604,6,'2026-01-14 16:28:57','2026-01-14 16:28:57','b0527a64-da5e-4c00-8c0e-33e5a9f3a796'),
(29919,32,8022,NULL,2608,7,'2026-01-14 16:28:57','2026-01-14 16:28:57','d25ddad4-352b-475f-99ac-6d07181f8564'),
(29920,32,8022,NULL,2596,8,'2026-01-14 16:28:57','2026-01-14 16:28:57','5e770444-90f7-4cd1-b621-65cbce6fb3b0'),
(29921,32,8022,NULL,2602,9,'2026-01-14 16:28:57','2026-01-14 16:28:57','9e68e4fa-c0f8-4534-b512-9293c3b9f037'),
(29922,16,8022,NULL,3722,1,'2026-01-14 16:28:57','2026-01-14 16:28:57','df9cd7e6-2366-4cec-a8fd-f70fce66f5dc'),
(29923,7,8022,NULL,601,1,'2026-01-14 16:28:57','2026-01-14 16:28:57','676649d9-b6b9-4462-9f3c-958ad52746ce'),
(29924,7,8022,NULL,3468,2,'2026-01-14 16:28:57','2026-01-14 16:28:57','eb85722a-e18f-4cdb-867d-aa4bb5827a25'),
(29925,7,8022,NULL,2972,3,'2026-01-14 16:28:57','2026-01-14 16:28:57','cf65dd01-858e-49ef-93b6-5b55eefb73b9'),
(29926,7,8022,NULL,617,4,'2026-01-14 16:28:57','2026-01-14 16:28:57','ee47783b-1292-4c08-a557-916c42fdd13c'),
(29927,7,8022,NULL,605,5,'2026-01-14 16:28:57','2026-01-14 16:28:57','e193745b-60fa-42f7-a832-a44b5fb3edbd'),
(29928,82,8022,NULL,479,1,'2026-01-14 16:28:57','2026-01-14 16:28:57','7f724faf-ab73-4beb-b1c8-b052eba45ce4'),
(29951,57,1051,NULL,8024,1,'2026-01-14 16:32:12','2026-01-14 16:32:12','6a53abe6-357c-4c6f-9348-3bf90d490fda'),
(29952,57,1051,NULL,8025,2,'2026-01-14 16:32:12','2026-01-14 16:32:12','f914bccf-244a-4cc1-8f51-cfe8d1b10079'),
(29953,57,1051,NULL,8026,4,'2026-01-14 16:32:12','2026-01-14 16:32:25','ee182cbc-f08a-4105-ad5a-d9126ceab4f9'),
(29954,57,1051,NULL,8027,3,'2026-01-14 16:32:12','2026-01-14 16:32:25','0f7b66fb-946b-4bba-82f1-ca19f2e06aa3'),
(29955,32,8028,NULL,2614,1,'2026-01-14 16:32:12','2026-01-14 16:32:12','c65bbd91-62de-42dd-b435-e935a165c46d'),
(29956,32,8028,NULL,2610,2,'2026-01-14 16:32:12','2026-01-14 16:32:12','082f5b89-1b0b-4f38-a82b-9acd5288804d'),
(29957,32,8028,NULL,2598,3,'2026-01-14 16:32:12','2026-01-14 16:32:12','95fa85a6-ca2c-4607-929b-991915d14c7d'),
(29958,32,8028,NULL,2600,4,'2026-01-14 16:32:12','2026-01-14 16:32:12','69515804-7330-4fe5-83b6-47295fd54ca7'),
(29959,32,8028,NULL,2612,5,'2026-01-14 16:32:12','2026-01-14 16:32:12','754d9a6d-5677-4c0d-a066-0f4028ee33bc'),
(29960,32,8028,NULL,2604,6,'2026-01-14 16:32:12','2026-01-14 16:32:12','fc7619cb-02e0-4da3-a109-f13722e35972'),
(29961,32,8028,NULL,2608,7,'2026-01-14 16:32:12','2026-01-14 16:32:12','68e2519c-db60-45db-8ca2-b9d2f88abe36'),
(29962,32,8028,NULL,2596,8,'2026-01-14 16:32:12','2026-01-14 16:32:12','1345781f-d182-4b1b-8c01-494f581bea67'),
(29963,32,8028,NULL,2602,9,'2026-01-14 16:32:12','2026-01-14 16:32:12','19765f12-08bc-4810-b13a-6b6dec024666'),
(29964,16,8028,NULL,3722,1,'2026-01-14 16:32:12','2026-01-14 16:32:12','0b10b71a-87cc-445b-852c-19506dba3621'),
(29965,7,8028,NULL,601,1,'2026-01-14 16:32:12','2026-01-14 16:32:12','fbc35c48-8dca-4038-aca2-9045cce04c01'),
(29966,7,8028,NULL,3468,2,'2026-01-14 16:32:12','2026-01-14 16:32:12','7c1e287a-b1b4-4d19-8789-0becd065996a'),
(29967,7,8028,NULL,2972,3,'2026-01-14 16:32:12','2026-01-14 16:32:12','48f5f99e-5176-433a-b75e-ab3a03bff012'),
(29968,7,8028,NULL,617,4,'2026-01-14 16:32:12','2026-01-14 16:32:12','9ec73116-e774-43b2-a510-3e8987ae8b30'),
(29969,7,8028,NULL,605,5,'2026-01-14 16:32:12','2026-01-14 16:32:12','cbfe44d7-15ab-4706-831f-1884da5eb4b6'),
(29970,82,8028,NULL,479,1,'2026-01-14 16:32:12','2026-01-14 16:32:12','c1a2730c-e831-4a01-bde0-ab862950116e'),
(29971,57,8028,NULL,8024,1,'2026-01-14 16:32:12','2026-01-14 16:32:12','2b6b42e7-3317-4fd1-a0eb-5a7a30dde760'),
(29972,57,8028,NULL,8025,2,'2026-01-14 16:32:12','2026-01-14 16:32:12','bf4e2611-998b-4865-9c60-5c1036a6e905'),
(29973,57,8028,NULL,8026,3,'2026-01-14 16:32:12','2026-01-14 16:32:12','f22f5659-f85d-4913-96a7-d6aa31542a3c'),
(29974,57,8028,NULL,8027,4,'2026-01-14 16:32:12','2026-01-14 16:32:12','3e96b9f3-7558-4b45-8604-65477479c21d'),
(29997,32,8030,NULL,2614,1,'2026-01-14 16:32:25','2026-01-14 16:32:25','6fb4f23a-9df2-4a51-98ed-ded5ec2b757a'),
(29998,32,8030,NULL,2610,2,'2026-01-14 16:32:25','2026-01-14 16:32:25','ecff6dfb-d84b-4c58-9632-8b57e8de903b'),
(29999,32,8030,NULL,2598,3,'2026-01-14 16:32:25','2026-01-14 16:32:25','1e3999c3-33a8-46ce-a602-1269ba35c86e'),
(30000,32,8030,NULL,2600,4,'2026-01-14 16:32:25','2026-01-14 16:32:25','2d51c566-6969-4070-ba83-d05b4c768434'),
(30001,32,8030,NULL,2612,5,'2026-01-14 16:32:25','2026-01-14 16:32:25','9411bdf6-51eb-4cef-84e1-0b7ccfcc3654'),
(30002,32,8030,NULL,2604,6,'2026-01-14 16:32:25','2026-01-14 16:32:25','2a4ad553-21dc-4bc0-a7d9-49d2baede4d7'),
(30003,32,8030,NULL,2608,7,'2026-01-14 16:32:25','2026-01-14 16:32:25','ac752fb4-08f9-4e83-8f16-379e3e66584f'),
(30004,32,8030,NULL,2596,8,'2026-01-14 16:32:25','2026-01-14 16:32:25','be05aee4-4601-4f43-97e3-3d7334ee7526'),
(30005,32,8030,NULL,2602,9,'2026-01-14 16:32:25','2026-01-14 16:32:25','63f2ae27-9499-44e1-9739-f476c0c6e8d2'),
(30006,16,8030,NULL,3722,1,'2026-01-14 16:32:25','2026-01-14 16:32:25','34236327-149e-407d-bf53-e60e6f32c37c'),
(30007,7,8030,NULL,601,1,'2026-01-14 16:32:25','2026-01-14 16:32:25','18c0ba61-7e7d-4bc2-b030-c46324e9afe9'),
(30008,7,8030,NULL,3468,2,'2026-01-14 16:32:25','2026-01-14 16:32:25','50591143-c37c-4624-b43c-b2948b237ba9'),
(30009,7,8030,NULL,2972,3,'2026-01-14 16:32:25','2026-01-14 16:32:25','b04e57af-8410-411e-9790-005269517cf4'),
(30010,7,8030,NULL,617,4,'2026-01-14 16:32:25','2026-01-14 16:32:25','9be6aa8d-5100-4ec9-af3a-29160e6807a2'),
(30011,7,8030,NULL,605,5,'2026-01-14 16:32:25','2026-01-14 16:32:25','34459481-35fd-4785-a2f8-8a99a0ab6dc5'),
(30012,82,8030,NULL,479,1,'2026-01-14 16:32:25','2026-01-14 16:32:25','3e6cd1f3-6493-496a-af79-80183adbfd97'),
(30013,57,8030,NULL,8024,1,'2026-01-14 16:32:25','2026-01-14 16:32:25','8b2facf3-3cbd-4f58-8303-ea6a8db833d3'),
(30014,57,8030,NULL,8025,2,'2026-01-14 16:32:25','2026-01-14 16:32:25','35f21e52-847b-4b72-8475-ddb69ba823d1'),
(30015,57,8030,NULL,8027,3,'2026-01-14 16:32:25','2026-01-14 16:32:25','f8bde818-19de-4d38-bda4-0140684018cc'),
(30016,57,8030,NULL,8026,4,'2026-01-14 16:32:25','2026-01-14 16:32:25','55a2cc69-ac66-47ad-b354-2319d5f158c7'),
(30043,16,1059,NULL,8034,1,'2026-01-14 16:41:23','2026-01-14 16:41:23','564762ee-3761-48b0-bc29-745c8cdd6ffb'),
(30044,57,1059,NULL,8032,2,'2026-01-14 16:41:23','2026-01-14 16:43:10','2c8f10be-5bf2-4954-bc09-f719759e6614'),
(30045,57,1059,NULL,8033,1,'2026-01-14 16:41:23','2026-01-14 16:43:10','4680d2d1-0455-4f92-b262-ecfceb4b66d2'),
(30047,57,1059,NULL,8035,4,'2026-01-14 16:41:23','2026-01-14 16:41:23','fc142348-51ec-4ee0-9eea-255549bd46a6'),
(30048,57,1059,NULL,8036,3,'2026-01-14 16:41:23','2026-01-14 16:43:10','e6f4e29b-8350-47f3-847d-e7ae8f2aefae'),
(30049,32,8037,NULL,2610,1,'2026-01-14 16:41:23','2026-01-14 16:41:23','748d90fd-d0bf-41c5-af46-d14e1adf1aa7'),
(30050,32,8037,NULL,2598,2,'2026-01-14 16:41:23','2026-01-14 16:41:23','c585d70a-ce8a-4727-aa4f-db5386af8ea0'),
(30051,32,8037,NULL,2600,3,'2026-01-14 16:41:23','2026-01-14 16:41:23','0a72f26d-1a30-46b9-9db0-789e6faa7360'),
(30052,32,8037,NULL,2602,4,'2026-01-14 16:41:23','2026-01-14 16:41:23','6c53acde-9a29-48bc-bfde-d9bd7de305bd'),
(30053,32,8037,NULL,2612,5,'2026-01-14 16:41:23','2026-01-14 16:41:23','60ee7987-9c98-43a2-a20f-b30c0aae08bf'),
(30054,32,8037,NULL,2618,6,'2026-01-14 16:41:23','2026-01-14 16:41:23','cdc6f70c-e05c-4d5f-8461-752dc3c80de9'),
(30055,32,8037,NULL,2604,7,'2026-01-14 16:41:23','2026-01-14 16:41:23','f2de9a3a-b2e9-4d16-b879-1773beab9cbe'),
(30056,32,8037,NULL,2608,8,'2026-01-14 16:41:23','2026-01-14 16:41:23','3d3aa044-91f6-44f6-9a88-e129c8da62b3'),
(30057,32,8037,NULL,2596,9,'2026-01-14 16:41:23','2026-01-14 16:41:23','041665d8-3efd-4b2a-8185-b4280f89ed61'),
(30058,16,8037,NULL,8034,1,'2026-01-14 16:41:23','2026-01-14 16:41:23','568e8cc2-aa65-44e5-b9ae-99a18d73c6d2'),
(30061,7,8037,NULL,2974,3,'2026-01-14 16:41:23','2026-01-14 16:41:23','166c45d4-4dff-4232-921c-70f0d6304469'),
(30062,7,8037,NULL,617,4,'2026-01-14 16:41:23','2026-01-14 16:41:23','912314ec-eb50-46af-9049-dc403162e10d'),
(30063,7,8037,NULL,605,5,'2026-01-14 16:41:23','2026-01-14 16:41:23','88c2b7c7-ae87-4330-bebd-1e594d18a829'),
(30064,82,8037,NULL,479,1,'2026-01-14 16:41:23','2026-01-14 16:41:23','ec359cee-2eb3-4c2d-9681-47bca85fa524'),
(30065,82,8037,NULL,491,2,'2026-01-14 16:41:23','2026-01-14 16:41:23','c8f47ee2-acaa-4f0d-83ce-e4f56ad0cdd6'),
(30066,46,8037,NULL,3697,1,'2026-01-14 16:41:23','2026-01-14 16:41:23','882868be-dae6-437d-beb0-e50aa5343b9e'),
(30067,57,8037,NULL,8032,1,'2026-01-14 16:41:23','2026-01-14 16:41:23','646b0429-08b0-40f5-b824-8b3620c901b3'),
(30068,57,8037,NULL,8033,2,'2026-01-14 16:41:23','2026-01-14 16:41:23','7a3e7731-0df3-424b-9f12-b019a4e11cc3'),
(30069,57,8037,NULL,8034,3,'2026-01-14 16:41:23','2026-01-14 16:41:23','9fff2b4c-a728-4eda-ae6c-3b9f31ab12af'),
(30070,57,8037,NULL,8035,4,'2026-01-14 16:41:23','2026-01-14 16:41:23','bb9402d3-22be-4d8d-adcc-17a4becc0d43'),
(30071,57,8037,NULL,8036,5,'2026-01-14 16:41:23','2026-01-14 16:41:23','e9c4422b-9817-4185-bdf5-b3e2f0aa1fd7'),
(30097,32,8039,NULL,2610,1,'2026-01-14 16:41:50','2026-01-14 16:41:50','2b317c7a-b36d-4eed-952a-dafa364e0531'),
(30098,32,8039,NULL,2598,2,'2026-01-14 16:41:50','2026-01-14 16:41:50','8995ad5e-b8f9-41a5-8773-817944cb1b2b'),
(30099,32,8039,NULL,2600,3,'2026-01-14 16:41:50','2026-01-14 16:41:50','4a288b9e-8869-415a-803c-243e8e736b50'),
(30100,32,8039,NULL,2602,4,'2026-01-14 16:41:50','2026-01-14 16:41:50','49e5b823-100b-45f3-8bda-d04620ea7ce4'),
(30101,32,8039,NULL,2612,5,'2026-01-14 16:41:50','2026-01-14 16:41:50','aba37089-6554-4113-88f3-f5775055ea00'),
(30102,32,8039,NULL,2618,6,'2026-01-14 16:41:50','2026-01-14 16:41:50','fbd0baef-c19d-4795-86a2-0635ad19c04c'),
(30103,32,8039,NULL,2604,7,'2026-01-14 16:41:50','2026-01-14 16:41:50','8ecbb9f5-4e21-4c2e-a890-3f747eccedc0'),
(30104,32,8039,NULL,2608,8,'2026-01-14 16:41:50','2026-01-14 16:41:50','e828cab5-6bad-4d0c-885f-a622cae8dff6'),
(30105,32,8039,NULL,2596,9,'2026-01-14 16:41:50','2026-01-14 16:41:50','aa0d587a-43aa-4e56-b390-efb76bd10908'),
(30106,16,8039,NULL,8034,1,'2026-01-14 16:41:50','2026-01-14 16:41:50','1a7dd93a-d03e-4aec-8748-f771b80d13a2'),
(30109,7,8039,NULL,2974,3,'2026-01-14 16:41:50','2026-01-14 16:41:50','fae7a540-3dd9-464a-b6de-34e400117418'),
(30110,7,8039,NULL,617,4,'2026-01-14 16:41:50','2026-01-14 16:41:50','a333c7ef-b682-474c-957f-becf82378ff0'),
(30111,7,8039,NULL,605,5,'2026-01-14 16:41:50','2026-01-14 16:41:50','1973ee77-5e83-4d4a-86c9-e52f1593f175'),
(30112,82,8039,NULL,479,1,'2026-01-14 16:41:50','2026-01-14 16:41:50','256d1081-1777-4c49-ae3a-4e3013f22d9f'),
(30113,82,8039,NULL,491,2,'2026-01-14 16:41:50','2026-01-14 16:41:50','03ab8bd1-3e94-4167-8981-7a0a37e7a2a0'),
(30114,46,8039,NULL,3697,1,'2026-01-14 16:41:50','2026-01-14 16:41:50','9e0e7ed2-25d2-42ba-8899-162b90c72ded'),
(30115,57,8039,NULL,8032,1,'2026-01-14 16:41:50','2026-01-14 16:41:50','dd51e077-df45-44e7-804b-5f4dcbbb523f'),
(30116,57,8039,NULL,8033,2,'2026-01-14 16:41:50','2026-01-14 16:41:50','091866fe-4327-4fbf-86d4-b62920956a29'),
(30117,57,8039,NULL,8034,3,'2026-01-14 16:41:50','2026-01-14 16:41:50','345556ee-97d2-4ae8-9bfa-fde6cbf1403c'),
(30118,57,8039,NULL,8035,4,'2026-01-14 16:41:50','2026-01-14 16:41:50','cc3be933-4f24-4256-9727-8dfef6a2fca1'),
(30119,57,8039,NULL,8036,5,'2026-01-14 16:41:50','2026-01-14 16:41:50','eaddedf2-9fdb-4e9b-b259-29b30c465647'),
(30145,32,8041,NULL,2610,1,'2026-01-14 16:42:30','2026-01-14 16:42:30','4ca206c9-5065-4488-bc23-6716a2bffc71'),
(30146,32,8041,NULL,2598,2,'2026-01-14 16:42:30','2026-01-14 16:42:30','267a72b4-ad7b-440c-b998-468c1e2dd399'),
(30147,32,8041,NULL,2600,3,'2026-01-14 16:42:30','2026-01-14 16:42:30','f25e70b3-b666-4193-83ec-7d7140453b7a'),
(30148,32,8041,NULL,2602,4,'2026-01-14 16:42:30','2026-01-14 16:42:30','9770e702-186a-42cf-98a7-a362e23135d6'),
(30149,32,8041,NULL,2612,5,'2026-01-14 16:42:30','2026-01-14 16:42:30','49fea075-77c3-45ed-b92f-6801ceab4d86'),
(30150,32,8041,NULL,2618,6,'2026-01-14 16:42:30','2026-01-14 16:42:30','3197cea9-f833-4b12-b453-9df7d851787e'),
(30151,32,8041,NULL,2604,7,'2026-01-14 16:42:30','2026-01-14 16:42:30','a01dd75e-6f62-4ef8-99cc-33064a46ce02'),
(30152,32,8041,NULL,2608,8,'2026-01-14 16:42:30','2026-01-14 16:42:30','066501b4-841a-41c7-8152-3cf23b64ad54'),
(30153,32,8041,NULL,2596,9,'2026-01-14 16:42:30','2026-01-14 16:42:30','34871225-6355-4905-bcfa-402b85664851'),
(30154,16,8041,NULL,8034,1,'2026-01-14 16:42:30','2026-01-14 16:42:30','8250e39d-a033-458c-97bd-a30eb96c59ae'),
(30157,7,8041,NULL,2974,3,'2026-01-14 16:42:30','2026-01-14 16:42:30','de44ade3-334d-4434-aa72-96e4892d6c14'),
(30158,7,8041,NULL,617,4,'2026-01-14 16:42:30','2026-01-14 16:42:30','8d737afd-126b-4bd7-bbd0-ad4d27ef55e7'),
(30159,7,8041,NULL,605,5,'2026-01-14 16:42:30','2026-01-14 16:42:30','a49e32dd-7d05-4095-b8f9-7e916888f677'),
(30160,82,8041,NULL,479,1,'2026-01-14 16:42:30','2026-01-14 16:42:30','16e29932-13fe-4ee2-9cc1-897008fccc24'),
(30161,82,8041,NULL,491,2,'2026-01-14 16:42:30','2026-01-14 16:42:30','ad839780-a5e8-4788-b4a9-8854e229e7e6'),
(30162,46,8041,NULL,3697,1,'2026-01-14 16:42:30','2026-01-14 16:42:30','2500fc85-b656-4e38-b521-606737c29ad1'),
(30163,57,8041,NULL,8032,1,'2026-01-14 16:42:30','2026-01-14 16:42:30','16af56e4-a03f-482f-9814-1004f94aba2d'),
(30164,57,8041,NULL,8033,2,'2026-01-14 16:42:30','2026-01-14 16:42:30','47e1770d-8edd-4db6-8596-e2f6ff73c096'),
(30165,57,8041,NULL,8034,3,'2026-01-14 16:42:30','2026-01-14 16:42:30','57878c79-efb4-4d1e-bf5c-726b86a9eb62'),
(30166,57,8041,NULL,8035,4,'2026-01-14 16:42:30','2026-01-14 16:42:30','bcc62c59-bb97-41f5-8e14-7a4b37491dad'),
(30167,57,8041,NULL,8036,5,'2026-01-14 16:42:30','2026-01-14 16:42:30','e70f6a01-ba02-471f-b318-3f0c4c973620'),
(30193,32,8043,NULL,2610,1,'2026-01-14 16:42:52','2026-01-14 16:42:52','350a79d0-4168-4711-bff3-7bd6ebfc9ba4'),
(30194,32,8043,NULL,2598,2,'2026-01-14 16:42:52','2026-01-14 16:42:52','d727e867-d4b3-4b06-9cb5-4a22f5cc164c'),
(30195,32,8043,NULL,2600,3,'2026-01-14 16:42:52','2026-01-14 16:42:52','bf0259c6-b813-4588-b744-3b886ba5cd8c'),
(30196,32,8043,NULL,2602,4,'2026-01-14 16:42:52','2026-01-14 16:42:52','00f0c433-11e8-44e4-87fb-ea018599e3b4'),
(30197,32,8043,NULL,2612,5,'2026-01-14 16:42:52','2026-01-14 16:42:52','b019ee32-f272-4f7b-9549-ae03ea2adf76'),
(30198,32,8043,NULL,2618,6,'2026-01-14 16:42:52','2026-01-14 16:42:52','38f342e6-091a-4bcc-bd83-fba1547829a1'),
(30199,32,8043,NULL,2604,7,'2026-01-14 16:42:52','2026-01-14 16:42:52','722ca38d-ffc1-464f-be14-1191d050c42d'),
(30200,32,8043,NULL,2608,8,'2026-01-14 16:42:52','2026-01-14 16:42:52','789c3b83-ffa1-4798-a900-86d1f4a7bf13'),
(30201,32,8043,NULL,2596,9,'2026-01-14 16:42:52','2026-01-14 16:42:52','2d0a5c2e-6d0d-4be6-9eea-8c5734e2e0a4'),
(30202,16,8043,NULL,8034,1,'2026-01-14 16:42:52','2026-01-14 16:42:52','560ad6bc-a4c6-4155-aefa-a94c4929ff04'),
(30205,7,8043,NULL,2974,3,'2026-01-14 16:42:52','2026-01-14 16:42:52','53429e95-2cdf-48bc-803a-48aaad36d66d'),
(30206,7,8043,NULL,617,4,'2026-01-14 16:42:52','2026-01-14 16:42:52','38e2a37e-6178-4b61-a153-04e79a448e5f'),
(30207,7,8043,NULL,605,5,'2026-01-14 16:42:52','2026-01-14 16:42:52','6ee6f62d-11f7-4882-8d72-8a2e92faef32'),
(30208,82,8043,NULL,479,1,'2026-01-14 16:42:52','2026-01-14 16:42:52','79bd6bb9-f188-4a6d-aeae-e8908ef7ba17'),
(30209,82,8043,NULL,491,2,'2026-01-14 16:42:52','2026-01-14 16:42:52','0e194a88-fdbc-4231-bfbf-9f268ef9dde8'),
(30210,46,8043,NULL,3697,1,'2026-01-14 16:42:52','2026-01-14 16:42:52','6063ba0f-90b2-4c3e-9eee-025cff531ed9'),
(30211,57,8043,NULL,8032,1,'2026-01-14 16:42:52','2026-01-14 16:42:52','5adcc1aa-04b3-468f-8fe8-b7eff53cec14'),
(30212,57,8043,NULL,8033,2,'2026-01-14 16:42:52','2026-01-14 16:42:52','3aff3f39-39ea-4acc-856e-c6c793d44c9e'),
(30213,57,8043,NULL,8034,3,'2026-01-14 16:42:52','2026-01-14 16:42:52','6a72b608-b9f3-40c9-82bd-ac79e41308e6'),
(30214,57,8043,NULL,8035,4,'2026-01-14 16:42:52','2026-01-14 16:42:52','2dc9aa91-f5cd-4230-800a-eb24b7e15d30'),
(30215,57,8043,NULL,8036,5,'2026-01-14 16:42:52','2026-01-14 16:42:52','771c991c-8348-41ca-985b-612f59879ff9'),
(30241,32,8045,NULL,2610,1,'2026-01-14 16:43:10','2026-01-14 16:43:10','44ab7764-c333-442c-a0bb-1eea3cd804e5'),
(30242,32,8045,NULL,2598,2,'2026-01-14 16:43:10','2026-01-14 16:43:10','8a590a07-ba20-455e-a837-bd93a1a44d8a'),
(30243,32,8045,NULL,2600,3,'2026-01-14 16:43:10','2026-01-14 16:43:10','22d0ab5c-fde4-494d-826b-ffbf3d5077bf'),
(30244,32,8045,NULL,2602,4,'2026-01-14 16:43:10','2026-01-14 16:43:10','426fe907-1b96-40d8-a892-b5282f223d90'),
(30245,32,8045,NULL,2612,5,'2026-01-14 16:43:10','2026-01-14 16:43:10','998752c4-054e-4e61-9ab0-228479da946b'),
(30246,32,8045,NULL,2618,6,'2026-01-14 16:43:10','2026-01-14 16:43:10','3ba0f805-69f8-46f7-90db-a2373976f1a5'),
(30247,32,8045,NULL,2604,7,'2026-01-14 16:43:10','2026-01-14 16:43:10','ffd4c97f-6038-42ee-b837-2ad9807e0ef0'),
(30248,32,8045,NULL,2608,8,'2026-01-14 16:43:10','2026-01-14 16:43:10','7b5cc383-e08e-44be-94f0-fa1ce71eb373'),
(30249,32,8045,NULL,2596,9,'2026-01-14 16:43:10','2026-01-14 16:43:10','938fef01-8aac-4c2c-8032-1e13a464934e'),
(30250,16,8045,NULL,8034,1,'2026-01-14 16:43:10','2026-01-14 16:43:10','a74f7a83-7db9-46a9-8eee-4dad383fd484'),
(30253,7,8045,NULL,2974,3,'2026-01-14 16:43:10','2026-01-14 16:43:10','0f32b7c9-805d-43e7-9df9-d579607c5045'),
(30254,7,8045,NULL,617,4,'2026-01-14 16:43:10','2026-01-14 16:43:10','01e9ec9e-bf43-48fa-b31d-d05d1364af13'),
(30255,7,8045,NULL,605,5,'2026-01-14 16:43:10','2026-01-14 16:43:10','3abf243a-25bc-4067-b3f4-ecc773d4200a'),
(30256,82,8045,NULL,479,1,'2026-01-14 16:43:10','2026-01-14 16:43:10','d0bf232e-0a2f-434a-a3bb-84f34d8dea06'),
(30257,82,8045,NULL,491,2,'2026-01-14 16:43:10','2026-01-14 16:43:10','4935c6ca-ec71-42b6-bf84-d224a44414dd'),
(30258,46,8045,NULL,3697,1,'2026-01-14 16:43:10','2026-01-14 16:43:10','89fa4113-0285-41b1-966e-1c8279e13131'),
(30259,57,8045,NULL,8033,1,'2026-01-14 16:43:10','2026-01-14 16:43:10','e0436a5e-d6cf-414a-bafe-dc7c559180c1'),
(30260,57,8045,NULL,8032,2,'2026-01-14 16:43:10','2026-01-14 16:43:10','5d91cac4-ca5a-465d-8544-2d9c0a35a8b1'),
(30261,57,8045,NULL,8036,3,'2026-01-14 16:43:10','2026-01-14 16:43:10','78f8b797-6537-44f7-a470-48cd829a0601'),
(30262,57,8045,NULL,8035,4,'2026-01-14 16:43:10','2026-01-14 16:43:10','ec8f7b65-350c-44a7-aeb8-aa52fd744322'),
(30287,32,8047,NULL,2610,1,'2026-01-14 16:43:29','2026-01-14 16:43:29','267c369f-f009-4ab1-9d67-01af59f1e73d'),
(30288,32,8047,NULL,2598,2,'2026-01-14 16:43:29','2026-01-14 16:43:29','dd394c7c-2d7f-45c0-85d3-1a098639edbd'),
(30289,32,8047,NULL,2600,3,'2026-01-14 16:43:29','2026-01-14 16:43:29','e1e29b53-eb34-469c-86e0-b718db60248e'),
(30290,32,8047,NULL,2602,4,'2026-01-14 16:43:29','2026-01-14 16:43:29','2721262a-00e8-4da8-9390-17cb734c57b0'),
(30291,32,8047,NULL,2612,5,'2026-01-14 16:43:29','2026-01-14 16:43:29','dc6aad90-754c-4aa2-be97-0c0695885f65'),
(30292,32,8047,NULL,2618,6,'2026-01-14 16:43:29','2026-01-14 16:43:29','eecb388c-68b4-4fa5-9c95-c2aace046caa'),
(30293,32,8047,NULL,2604,7,'2026-01-14 16:43:29','2026-01-14 16:43:29','533bb172-3ee1-41ca-8d07-510c6f298877'),
(30294,32,8047,NULL,2608,8,'2026-01-14 16:43:29','2026-01-14 16:43:29','45ff15c7-e4e0-4912-8763-2363544e2386'),
(30295,32,8047,NULL,2596,9,'2026-01-14 16:43:29','2026-01-14 16:43:29','e5980c2b-cb82-466f-b931-fbb1039a4ee4'),
(30296,16,8047,NULL,8034,1,'2026-01-14 16:43:29','2026-01-14 16:43:29','7c0b94b3-e427-45bc-807c-483fec129073'),
(30299,7,8047,NULL,2974,3,'2026-01-14 16:43:29','2026-01-14 16:43:29','38b82add-b512-43c7-a8fe-5583b8d7daad'),
(30300,7,8047,NULL,617,4,'2026-01-14 16:43:29','2026-01-14 16:43:29','520d3ea3-7901-430f-92d2-506186afbf2e'),
(30301,7,8047,NULL,605,5,'2026-01-14 16:43:29','2026-01-14 16:43:29','5cc9ddba-9bec-42dd-8f44-a0de8d05f3dd'),
(30302,82,8047,NULL,479,1,'2026-01-14 16:43:29','2026-01-14 16:43:29','41f98ba2-7917-4c9d-8368-fd4775beef55'),
(30303,82,8047,NULL,491,2,'2026-01-14 16:43:29','2026-01-14 16:43:29','f7793c9f-c891-42b5-aa25-f80e268d07f8'),
(30304,46,8047,NULL,3697,1,'2026-01-14 16:43:29','2026-01-14 16:43:29','3671761a-9e7b-4448-a037-811aec415d86'),
(30305,57,8047,NULL,8033,1,'2026-01-14 16:43:29','2026-01-14 16:43:29','68fa37b0-52c3-4682-8f10-68fc91c0cb34'),
(30306,57,8047,NULL,8032,2,'2026-01-14 16:43:29','2026-01-14 16:43:29','7582ddee-82e2-416f-b48f-84bddd29d985'),
(30307,57,8047,NULL,8036,3,'2026-01-14 16:43:29','2026-01-14 16:43:29','d2f00973-ac0c-4c25-bd20-62c0c8f8d62c'),
(30308,57,8047,NULL,8035,4,'2026-01-14 16:43:29','2026-01-14 16:43:29','ae08cee6-476b-4e1f-8f64-13cba6e84100'),
(30326,32,8049,NULL,2614,1,'2026-01-14 16:44:24','2026-01-14 16:44:24','9c24a9dd-f232-494a-8313-bce37df6c316'),
(30327,32,8049,NULL,2610,2,'2026-01-14 16:44:24','2026-01-14 16:44:24','42f41c4f-25f8-4741-9841-dfc85bf1e69c'),
(30328,32,8049,NULL,2598,3,'2026-01-14 16:44:24','2026-01-14 16:44:24','cfd902ff-90a5-4d08-897b-0c623b4c4dad'),
(30329,32,8049,NULL,2600,4,'2026-01-14 16:44:24','2026-01-14 16:44:24','8e5e7d04-e0db-45e1-9b74-e8dc2149d717'),
(30330,32,8049,NULL,2602,5,'2026-01-14 16:44:24','2026-01-14 16:44:24','fc95ce44-4c29-484e-bef0-b051bbf0eba3'),
(30331,32,8049,NULL,2604,6,'2026-01-14 16:44:24','2026-01-14 16:44:24','f7140b5d-ce17-4bac-890b-7cb5b0c520f5'),
(30332,32,8049,NULL,2608,7,'2026-01-14 16:44:24','2026-01-14 16:44:24','7c3e56f1-f3f8-4080-bc9a-b48cae74125a'),
(30333,32,8049,NULL,2596,8,'2026-01-14 16:44:24','2026-01-14 16:44:24','e5bcdc7f-a8ca-4025-a2c3-ddd1fb2f326c'),
(30334,16,8049,NULL,3808,1,'2026-01-14 16:44:24','2026-01-14 16:44:24','591b0183-ae53-4551-b7a0-ae37550d529f'),
(30335,7,8049,NULL,601,1,'2026-01-14 16:44:24','2026-01-14 16:44:24','c825958c-a466-452b-8ae7-fa87839335be'),
(30336,7,8049,NULL,3468,2,'2026-01-14 16:44:24','2026-01-14 16:44:24','5dc7c866-9b61-4caf-bf15-acc9c8ed5c89'),
(30337,7,8049,NULL,2972,3,'2026-01-14 16:44:24','2026-01-14 16:44:24','6ac2814c-fac9-41a9-9ced-c936a6d3fc0e'),
(30338,7,8049,NULL,2974,4,'2026-01-14 16:44:24','2026-01-14 16:44:24','797dc8a7-250f-4231-942c-c686c97be0f7'),
(30339,7,8049,NULL,617,5,'2026-01-14 16:44:24','2026-01-14 16:44:24','4346d38c-7170-43d0-a955-f401d15aa265'),
(30340,7,8049,NULL,605,6,'2026-01-14 16:44:24','2026-01-14 16:44:24','ce092a53-1695-4486-ab24-9dca0672ee0d'),
(30341,82,8049,NULL,479,1,'2026-01-14 16:44:24','2026-01-14 16:44:24','86464a4b-1fac-44d6-98e6-b4c4ec74cf4c'),
(30362,57,1067,NULL,8052,1,'2026-01-14 16:48:14','2026-01-14 16:48:14','3859586c-200e-4232-ab35-01170fae87a6'),
(30363,57,1067,NULL,8054,2,'2026-01-14 16:48:14','2026-01-14 16:48:14','8a237039-3afa-4cdb-9413-c7220ebb8fb4'),
(30364,57,1067,NULL,8053,3,'2026-01-14 16:48:14','2026-01-14 16:48:14','43574a19-8f5b-4260-a440-587783a92217'),
(30365,57,1067,NULL,8051,4,'2026-01-14 16:48:14','2026-01-14 16:48:14','7499b7c5-19e0-413c-81ad-af84cc43bd0f'),
(30366,32,8055,NULL,2614,1,'2026-01-14 16:48:14','2026-01-14 16:48:14','d9cf93b9-a0f9-4d46-b744-b17c33cb2c07'),
(30367,32,8055,NULL,2610,2,'2026-01-14 16:48:14','2026-01-14 16:48:14','ef91970b-1172-4821-ad92-f55e092a7bf8'),
(30368,32,8055,NULL,2598,3,'2026-01-14 16:48:14','2026-01-14 16:48:14','b6c8fb96-3f92-44ef-b188-422c27a09a65'),
(30369,32,8055,NULL,2600,4,'2026-01-14 16:48:14','2026-01-14 16:48:14','ffa2609f-0cc5-48eb-9383-1c483045ad2f'),
(30370,32,8055,NULL,2602,5,'2026-01-14 16:48:14','2026-01-14 16:48:14','971b715b-e8d9-483f-8ec0-f270a1f545ab'),
(30371,32,8055,NULL,2604,6,'2026-01-14 16:48:14','2026-01-14 16:48:14','aecd842c-9686-4d6b-98c8-82a031f7fa8f'),
(30372,32,8055,NULL,2608,7,'2026-01-14 16:48:14','2026-01-14 16:48:14','6f352ccd-b732-4ff0-956e-98e31875791b'),
(30373,32,8055,NULL,2596,8,'2026-01-14 16:48:14','2026-01-14 16:48:14','af680048-28ee-43d0-a6db-d3fbeb0e9b02'),
(30374,16,8055,NULL,3808,1,'2026-01-14 16:48:14','2026-01-14 16:48:14','f43b62fd-98a2-45d2-8c65-1cdb3da3fc04'),
(30375,7,8055,NULL,601,1,'2026-01-14 16:48:14','2026-01-14 16:48:14','74990cc6-ff43-4be8-9d7d-a6254c7317be'),
(30376,7,8055,NULL,3468,2,'2026-01-14 16:48:14','2026-01-14 16:48:14','e366dcee-69a7-42bd-9abf-7138027a589d'),
(30377,7,8055,NULL,2972,3,'2026-01-14 16:48:14','2026-01-14 16:48:14','08b9bf87-352e-41c8-9054-4da42c910b0f'),
(30378,7,8055,NULL,2974,4,'2026-01-14 16:48:14','2026-01-14 16:48:14','d9abc403-1a18-420c-a39b-d5d5c8d665fa'),
(30379,7,8055,NULL,617,5,'2026-01-14 16:48:14','2026-01-14 16:48:14','5e5cdbe3-b1ea-4d1c-8a86-a536d8072149'),
(30380,7,8055,NULL,605,6,'2026-01-14 16:48:14','2026-01-14 16:48:14','0f5113d8-9657-4ba3-a41e-c6a1d15df99b'),
(30381,82,8055,NULL,479,1,'2026-01-14 16:48:14','2026-01-14 16:48:14','69835084-fb87-49d5-892b-60c91d227509'),
(30382,57,8055,NULL,8052,1,'2026-01-14 16:48:14','2026-01-14 16:48:14','1189c9e5-9220-460e-b61c-a7582b0362ff'),
(30383,57,8055,NULL,8054,2,'2026-01-14 16:48:14','2026-01-14 16:48:14','238ee981-f58c-440e-af59-f153bbf547c0'),
(30384,57,8055,NULL,8053,3,'2026-01-14 16:48:14','2026-01-14 16:48:14','fae63990-f3db-4033-964c-b2ce5d980eb4'),
(30385,57,8055,NULL,8051,4,'2026-01-14 16:48:14','2026-01-14 16:48:14','e28003e0-4a4d-4f9b-aa6c-018d25224159'),
(30406,32,8057,NULL,2614,1,'2026-01-14 16:48:42','2026-01-14 16:48:42','9eed887f-4d26-43ec-9034-64e86d26372e'),
(30407,32,8057,NULL,2610,2,'2026-01-14 16:48:42','2026-01-14 16:48:42','0bb82cc2-1e56-436b-8171-4e66692d44e5'),
(30408,32,8057,NULL,2598,3,'2026-01-14 16:48:42','2026-01-14 16:48:42','2de94938-a437-47e3-8422-3aa4b3022572'),
(30409,32,8057,NULL,2600,4,'2026-01-14 16:48:42','2026-01-14 16:48:42','becc3639-6a14-40e4-889d-6849d7702b14'),
(30410,32,8057,NULL,2602,5,'2026-01-14 16:48:42','2026-01-14 16:48:42','0dd24deb-c7dd-4893-9eb4-2651d53728b1'),
(30411,32,8057,NULL,2604,6,'2026-01-14 16:48:42','2026-01-14 16:48:42','6f5f7ed0-a8b0-4941-b07e-244b545a2ded'),
(30412,32,8057,NULL,2608,7,'2026-01-14 16:48:42','2026-01-14 16:48:42','03a2313c-8bd0-49f4-9e1d-52d3d631f749'),
(30413,32,8057,NULL,2596,8,'2026-01-14 16:48:42','2026-01-14 16:48:42','f124ea83-c192-4154-aa40-3e94c01f9aea'),
(30414,16,8057,NULL,3808,1,'2026-01-14 16:48:42','2026-01-14 16:48:42','5bd54e42-257c-4c42-9ebb-4f9fe1f986f4'),
(30415,7,8057,NULL,601,1,'2026-01-14 16:48:42','2026-01-14 16:48:42','5b2e6d17-284c-4a19-baf0-e16e6acdf191'),
(30416,7,8057,NULL,3468,2,'2026-01-14 16:48:42','2026-01-14 16:48:42','e74f34c9-6784-4365-83b0-13aa69c94f11'),
(30417,7,8057,NULL,2972,3,'2026-01-14 16:48:42','2026-01-14 16:48:42','67efd542-97e8-4328-8289-a4a60f1de4e6'),
(30418,7,8057,NULL,2974,4,'2026-01-14 16:48:42','2026-01-14 16:48:42','9d5d9212-6387-4945-9007-779516d6715d'),
(30419,7,8057,NULL,617,5,'2026-01-14 16:48:42','2026-01-14 16:48:42','b570019e-11b8-4e66-b9b4-7567d68d9222'),
(30420,7,8057,NULL,605,6,'2026-01-14 16:48:42','2026-01-14 16:48:42','faf94a48-e87d-41dd-a874-dccccc8b4585'),
(30421,82,8057,NULL,479,1,'2026-01-14 16:48:42','2026-01-14 16:48:42','3cff7128-fa9c-4056-8121-9035a47dab30'),
(30422,57,8057,NULL,8052,1,'2026-01-14 16:48:42','2026-01-14 16:48:42','737aed82-c10b-412a-8ab0-ccf4b01567ba'),
(30423,57,8057,NULL,8054,2,'2026-01-14 16:48:42','2026-01-14 16:48:42','1610c3c0-a305-4b81-99d2-2e2d169443ea'),
(30424,57,8057,NULL,8053,3,'2026-01-14 16:48:42','2026-01-14 16:48:42','dee99f47-825a-49eb-b2a3-e84c322fb2ac'),
(30425,57,8057,NULL,8051,4,'2026-01-14 16:48:42','2026-01-14 16:48:42','578b0846-406a-47ad-9485-b7e416157ed6'),
(30426,16,8058,NULL,6530,1,'2026-01-14 16:53:12','2026-01-14 16:53:12','3e6aa5ad-9232-4732-858c-4f3a80be22b0'),
(30427,57,8058,NULL,6527,1,'2026-01-14 16:53:12','2026-01-14 16:53:12','769aa7e9-b254-467a-8cef-777f2b663412'),
(30428,57,8058,NULL,6528,2,'2026-01-14 16:53:12','2026-01-14 16:53:12','664eb22d-a1a9-42c7-b96c-661cd4a6a595'),
(30429,57,8058,NULL,6529,3,'2026-01-14 16:53:12','2026-01-14 16:53:12','07ad7287-8ea1-43d7-8ac9-ae6546fcacc4'),
(30430,57,8058,NULL,6533,4,'2026-01-14 16:53:12','2026-01-14 16:53:12','3961fe2f-9870-45d7-a1fd-fd032b66b2a5'),
(30431,74,8058,NULL,6525,1,'2026-01-14 16:53:12','2026-01-14 16:53:12','b7b3493a-9eb0-45ed-8081-45df68dd7378'),
(30445,57,1073,NULL,8064,1,'2026-01-14 16:54:34','2026-01-14 16:54:34','b3500eef-c034-42bc-8f25-0e6eddad3b50'),
(30446,57,1073,NULL,8061,2,'2026-01-14 16:54:34','2026-01-14 16:54:34','f43cd8ab-4120-4c6a-a637-e765f0b39213'),
(30447,57,1073,NULL,8060,3,'2026-01-14 16:54:34','2026-01-14 16:54:34','29fa605b-cc5f-4b00-97e8-00d40527d5b6'),
(30448,57,1073,NULL,8063,4,'2026-01-14 16:54:34','2026-01-14 16:54:34','de0e5e1d-b035-4b4c-99c3-81b8bb60baf0'),
(30449,57,1073,NULL,8062,5,'2026-01-14 16:54:34','2026-01-14 16:54:34','0f3c8abc-e5b7-486c-85a6-62b5a3873b14'),
(30450,16,8065,NULL,6530,1,'2026-01-14 16:54:34','2026-01-14 16:54:34','30517d35-975e-4212-abb7-09fd940699a9'),
(30451,57,8065,NULL,8064,1,'2026-01-14 16:54:34','2026-01-14 16:54:34','005ebf0b-7653-4246-9b41-c9d77fff9b20'),
(30452,57,8065,NULL,8061,2,'2026-01-14 16:54:34','2026-01-14 16:54:34','f365ed87-a9f6-45c5-bcd1-55de31126bc1'),
(30453,57,8065,NULL,8060,3,'2026-01-14 16:54:34','2026-01-14 16:54:34','543d1075-b786-4c93-9769-ee593ccef75a'),
(30454,57,8065,NULL,8063,4,'2026-01-14 16:54:34','2026-01-14 16:54:34','5dc83f0c-7ee7-4d9d-afc7-7231c3694d0e'),
(30455,57,8065,NULL,8062,5,'2026-01-14 16:54:34','2026-01-14 16:54:34','5cc18ce4-860d-475a-987d-3cc7008d155a'),
(30456,74,8065,NULL,6525,1,'2026-01-14 16:54:34','2026-01-14 16:54:34','8987d22f-dcab-48f5-8b76-c72ae891d155'),
(30466,16,8067,NULL,6530,1,'2026-01-14 16:55:51','2026-01-14 16:55:51','515712fe-c80e-4c8e-a2be-7cbf730c66d2'),
(30467,57,8067,NULL,8064,1,'2026-01-14 16:55:51','2026-01-14 16:55:51','69374167-cc2b-4e1c-8578-832f849075e0'),
(30468,57,8067,NULL,8061,2,'2026-01-14 16:55:51','2026-01-14 16:55:51','6471a860-8914-4095-8898-090df3a5f637'),
(30469,57,8067,NULL,8060,3,'2026-01-14 16:55:51','2026-01-14 16:55:51','3ce9664c-863e-41ab-a6ac-5d7b45ff4d53'),
(30470,57,8067,NULL,8063,4,'2026-01-14 16:55:51','2026-01-14 16:55:51','257aa3d0-e00b-4d04-b216-ed138c1a1f74'),
(30471,57,8067,NULL,8062,5,'2026-01-14 16:55:51','2026-01-14 16:55:51','32fe1cb4-32b3-4ed9-8c51-c831340a4206'),
(30472,74,8067,NULL,6525,1,'2026-01-14 16:55:51','2026-01-14 16:55:51','8a550e73-f73d-461d-8a8e-f666271cffb0'),
(30482,16,8069,NULL,6530,1,'2026-01-14 16:56:05','2026-01-14 16:56:05','872aec33-0b4c-4e06-8708-6bbc78539678'),
(30483,57,8069,NULL,8064,1,'2026-01-14 16:56:05','2026-01-14 16:56:05','1f5c5d39-1807-4411-957e-b2ebb78a6010'),
(30484,57,8069,NULL,8061,2,'2026-01-14 16:56:05','2026-01-14 16:56:05','20ba2a8b-b457-41b4-818f-4fff4b4e22cd'),
(30485,57,8069,NULL,8060,3,'2026-01-14 16:56:05','2026-01-14 16:56:05','4fb2c502-cd8f-4fa7-be64-6fdedc16a7c3'),
(30486,57,8069,NULL,8063,4,'2026-01-14 16:56:05','2026-01-14 16:56:05','60a99ca7-9ddc-4135-9a3f-63bd8a1d7e7d'),
(30487,57,8069,NULL,8062,5,'2026-01-14 16:56:05','2026-01-14 16:56:05','41b7b4a3-2ba0-4069-abd7-afe099cd8c13'),
(30488,74,8069,NULL,6525,1,'2026-01-14 16:56:05','2026-01-14 16:56:05','f0ceab46-8bdd-44bf-a8e3-d636ac98f6ba'),
(30498,16,8071,NULL,6530,1,'2026-01-14 16:56:24','2026-01-14 16:56:24','f56af3b1-3fb2-469c-859c-81accb483824'),
(30499,57,8071,NULL,8064,1,'2026-01-14 16:56:24','2026-01-14 16:56:24','e80d6bdc-0f8e-4bae-b5ca-0db3853acaaa'),
(30500,57,8071,NULL,8061,2,'2026-01-14 16:56:24','2026-01-14 16:56:24','e0930dcb-9e19-4c4b-9dad-aad05997602c'),
(30501,57,8071,NULL,8060,3,'2026-01-14 16:56:24','2026-01-14 16:56:24','74242781-2d1c-47b5-b8bc-ad7f698e5d19'),
(30502,57,8071,NULL,8063,4,'2026-01-14 16:56:24','2026-01-14 16:56:24','fb93bad8-bd52-45cc-b98f-b309fc4cf3a0'),
(30503,57,8071,NULL,8062,5,'2026-01-14 16:56:24','2026-01-14 16:56:24','98b55480-20ee-4e05-823b-d548f3855a3d'),
(30504,74,8071,NULL,6525,1,'2026-01-14 16:56:24','2026-01-14 16:56:24','be2efe7b-7fb8-4332-9d19-3a8693b85f64'),
(30514,16,8073,NULL,6530,1,'2026-01-14 16:56:59','2026-01-14 16:56:59','70cb4811-18c6-4bfd-9cf4-3f56d47d3f03'),
(30515,57,8073,NULL,8064,1,'2026-01-14 16:56:59','2026-01-14 16:56:59','4bdbcb09-22fd-4afe-96ee-862c5e2b0ee6'),
(30516,57,8073,NULL,8061,2,'2026-01-14 16:56:59','2026-01-14 16:56:59','5e30010a-4676-4c2a-b4ab-9e938dcfd144'),
(30517,57,8073,NULL,8060,3,'2026-01-14 16:56:59','2026-01-14 16:56:59','800ae69b-a0e5-4414-ad27-193d8c39730c'),
(30518,57,8073,NULL,8063,4,'2026-01-14 16:56:59','2026-01-14 16:56:59','21035a89-6de2-45f9-a6fc-2749e93b2b0b'),
(30519,57,8073,NULL,8062,5,'2026-01-14 16:56:59','2026-01-14 16:56:59','aecffe41-3576-4d79-b6b5-013f24cf97e4'),
(30520,74,8073,NULL,6525,1,'2026-01-14 16:56:59','2026-01-14 16:56:59','f42adc5b-47b6-4135-81ba-2b43d670ad4f'),
(30530,16,8075,NULL,6530,1,'2026-01-14 16:57:17','2026-01-14 16:57:17','fe96a041-cf0c-4428-badc-312498dfdae4'),
(30531,57,8075,NULL,8064,1,'2026-01-14 16:57:17','2026-01-14 16:57:17','ff7c5425-c385-499f-a3db-4c131d8da9ab'),
(30532,57,8075,NULL,8061,2,'2026-01-14 16:57:17','2026-01-14 16:57:17','54c18a22-6020-4d1d-b3b9-6bb21b954361'),
(30533,57,8075,NULL,8060,3,'2026-01-14 16:57:17','2026-01-14 16:57:17','cd0cb2d2-a55e-4158-be4e-cc4d5c9a4200'),
(30534,57,8075,NULL,8063,4,'2026-01-14 16:57:17','2026-01-14 16:57:17','519f8d1c-12ed-4cf7-96d9-a081b95b8bbe'),
(30535,57,8075,NULL,8062,5,'2026-01-14 16:57:17','2026-01-14 16:57:17','1c78b9c6-62b0-46ac-987e-825ecab7cb33'),
(30536,74,8075,NULL,6525,1,'2026-01-14 16:57:17','2026-01-14 16:57:17','45ae81a5-b423-466d-a545-62b1aeeb2f4f'),
(30546,16,8077,NULL,6530,1,'2026-01-14 16:57:40','2026-01-14 16:57:40','2fa7482b-5ae7-4593-8eab-8572c52d423f'),
(30547,57,8077,NULL,8064,1,'2026-01-14 16:57:40','2026-01-14 16:57:40','918aa262-4063-474e-8597-01f2cf8e0bf0'),
(30548,57,8077,NULL,8061,2,'2026-01-14 16:57:40','2026-01-14 16:57:40','920c4777-4b67-4f26-829e-40599773d4d3'),
(30549,57,8077,NULL,8060,3,'2026-01-14 16:57:40','2026-01-14 16:57:40','31ebe18d-dd5e-49c2-b73a-fc2d00d5a7af'),
(30550,57,8077,NULL,8063,4,'2026-01-14 16:57:40','2026-01-14 16:57:40','7b4dd30c-d458-4f02-9f1f-ae6257a5208f'),
(30551,57,8077,NULL,8062,5,'2026-01-14 16:57:40','2026-01-14 16:57:40','5283a1d4-accb-47b2-8afd-19d69238341f'),
(30552,74,8077,NULL,6525,1,'2026-01-14 16:57:40','2026-01-14 16:57:40','f0f478f0-40a4-424d-ac83-2160391e3e3b'),
(30582,16,1079,NULL,8081,1,'2026-01-14 17:04:15','2026-01-14 17:04:15','13141a72-ee44-40d3-8be1-2371cd70bf08'),
(30583,32,8083,NULL,2614,1,'2026-01-14 17:04:15','2026-01-14 17:04:15','885507a3-85e4-484e-8b82-3ae830ddfc6b'),
(30584,32,8083,NULL,2610,2,'2026-01-14 17:04:15','2026-01-14 17:04:15','f8800ad4-d85a-4e51-880b-d125b9561dd5'),
(30585,32,8083,NULL,2598,3,'2026-01-14 17:04:15','2026-01-14 17:04:15','fa08e56b-c3bd-4423-b36d-5cfdd650b859'),
(30586,32,8083,NULL,2608,4,'2026-01-14 17:04:15','2026-01-14 17:04:15','6031e21c-5ea0-4373-af93-6b72dee1f94e'),
(30587,32,8083,NULL,2600,5,'2026-01-14 17:04:15','2026-01-14 17:04:15','adab3917-25c8-4a9c-9c92-fe6b1ee05d60'),
(30588,32,8083,NULL,2596,6,'2026-01-14 17:04:15','2026-01-14 17:04:15','ed85342f-96b9-49f3-aeb3-47a1b9333c7c'),
(30589,32,8083,NULL,2602,7,'2026-01-14 17:04:15','2026-01-14 17:04:15','c74dd8af-493a-43fd-b8d6-6ebbc5e07642'),
(30590,32,8083,NULL,2606,8,'2026-01-14 17:04:15','2026-01-14 17:04:15','4923541a-251e-4fd6-ac9d-5369e3e6811d'),
(30591,32,8083,NULL,2604,9,'2026-01-14 17:04:15','2026-01-14 17:04:15','dc7f2819-e912-44b9-8486-383eca3fb9b3'),
(30592,16,8083,NULL,8081,1,'2026-01-14 17:04:15','2026-01-14 17:04:15','754c88c2-b07e-4a96-aa2e-d71ffd894059'),
(30593,7,8083,NULL,601,1,'2026-01-14 17:04:15','2026-01-14 17:04:15','db197773-04c3-4eee-a5ab-92fefd1a8d98'),
(30594,7,8083,NULL,3468,2,'2026-01-14 17:04:15','2026-01-14 17:04:15','752cb03d-7c86-437e-ad0f-53bbe0937e59'),
(30595,7,8083,NULL,2972,3,'2026-01-14 17:04:15','2026-01-14 17:04:15','56c6774b-bd13-42d4-a39e-b6853e278e2b'),
(30596,7,8083,NULL,2974,4,'2026-01-14 17:04:15','2026-01-14 17:04:15','2c64eafb-1284-4cae-8936-4336e3cace69'),
(30597,7,8083,NULL,617,5,'2026-01-14 17:04:15','2026-01-14 17:04:15','ada3848d-d29a-413d-80ee-3540486fd57e'),
(30598,7,8083,NULL,605,6,'2026-01-14 17:04:15','2026-01-14 17:04:15','d87feccc-1d2e-430a-a411-01fefaf5b2ef'),
(30599,46,8083,NULL,2891,1,'2026-01-14 17:04:15','2026-01-14 17:04:15','9b245dd6-f41c-4046-b9e3-ff40c87d8770'),
(30600,13,8083,NULL,6814,1,'2026-01-14 17:04:15','2026-01-14 17:04:15','c46ae0e1-fd56-468d-ad69-c8d0018590ba'),
(30623,57,1079,NULL,8082,1,'2026-01-14 17:05:11','2026-01-14 17:05:11','8bd0ce7c-d76a-4d57-a475-464078e523ca'),
(30624,57,1079,NULL,8085,2,'2026-01-14 17:05:11','2026-01-14 17:05:11','e63eedbc-b278-4c78-bc01-49394192d41b'),
(30625,57,1079,NULL,8086,3,'2026-01-14 17:05:11','2026-01-14 17:05:11','30eff625-60cb-4fa5-b0b0-043f0648736f'),
(30626,57,1079,NULL,8087,4,'2026-01-14 17:05:11','2026-01-14 17:05:11','eebdfc3f-da57-40be-ae87-63bdf5d1656b'),
(30627,32,8088,NULL,2614,1,'2026-01-14 17:05:11','2026-01-14 17:05:11','1b6df307-583b-46b2-8c83-e1582667eecf'),
(30628,32,8088,NULL,2610,2,'2026-01-14 17:05:11','2026-01-14 17:05:11','e465ebdf-ea9e-44b7-9f44-44b85998f848'),
(30629,32,8088,NULL,2598,3,'2026-01-14 17:05:11','2026-01-14 17:05:11','56c6fe73-4169-4b15-9899-9518fd03de3f'),
(30630,32,8088,NULL,2608,4,'2026-01-14 17:05:11','2026-01-14 17:05:11','74072abb-beaf-4bfd-8d29-3ca900139138'),
(30631,32,8088,NULL,2600,5,'2026-01-14 17:05:11','2026-01-14 17:05:11','e33598f3-b502-4b4d-b052-7419ce634fe9'),
(30632,32,8088,NULL,2596,6,'2026-01-14 17:05:11','2026-01-14 17:05:11','e1833f8e-6849-4115-9d7c-0b6365d20f12'),
(30633,32,8088,NULL,2602,7,'2026-01-14 17:05:11','2026-01-14 17:05:11','1d09a751-0e2a-487b-b3d1-9ccc62a57f69'),
(30634,32,8088,NULL,2606,8,'2026-01-14 17:05:11','2026-01-14 17:05:11','9f6df553-5289-4c81-a601-7ef9e63363e9'),
(30635,32,8088,NULL,2604,9,'2026-01-14 17:05:11','2026-01-14 17:05:11','4df04748-5620-4f09-b5c7-488284b717d7'),
(30636,16,8088,NULL,8081,1,'2026-01-14 17:05:11','2026-01-14 17:05:11','3d192e6d-10cd-4718-9e1f-46e547f6c052'),
(30637,7,8088,NULL,601,1,'2026-01-14 17:05:11','2026-01-14 17:05:11','9d0d4e87-25f0-45d1-b383-75ea6674cd90'),
(30638,7,8088,NULL,3468,2,'2026-01-14 17:05:11','2026-01-14 17:05:11','85c4a1e0-094d-400f-9fbe-cf58be50a15b'),
(30639,7,8088,NULL,2972,3,'2026-01-14 17:05:11','2026-01-14 17:05:11','cc58ccac-a24e-48ef-add8-143d5c1972dd'),
(30640,7,8088,NULL,2974,4,'2026-01-14 17:05:11','2026-01-14 17:05:11','1a462f36-d6a9-42f2-842d-16aadfc3be97'),
(30641,7,8088,NULL,617,5,'2026-01-14 17:05:11','2026-01-14 17:05:11','e9a47eb7-14f8-44fb-9441-dd305025225f'),
(30642,7,8088,NULL,605,6,'2026-01-14 17:05:11','2026-01-14 17:05:11','436cb521-6d12-4670-95b1-e0c722e454bc'),
(30643,46,8088,NULL,2891,1,'2026-01-14 17:05:11','2026-01-14 17:05:11','0dc5e425-1e24-459b-9b7a-49034c6082fe'),
(30644,57,8088,NULL,8082,1,'2026-01-14 17:05:11','2026-01-14 17:05:11','a559ba56-7476-4f30-bbeb-f72177779209'),
(30645,57,8088,NULL,8085,2,'2026-01-14 17:05:11','2026-01-14 17:05:11','9d17094a-84a0-408e-bd04-4e3bb078c623'),
(30646,57,8088,NULL,8086,3,'2026-01-14 17:05:11','2026-01-14 17:05:11','a10176fa-7ef1-4c44-a348-c73c0dd3aafb'),
(30647,57,8088,NULL,8087,4,'2026-01-14 17:05:11','2026-01-14 17:05:11','fabbd7f8-1e7a-4a48-8696-b79ea9dc8e02'),
(30648,13,8088,NULL,6814,1,'2026-01-14 17:05:11','2026-01-14 17:05:11','58ad16fb-a926-4ef1-a2fb-9099f40e78cc'),
(30671,32,8090,NULL,2614,1,'2026-01-14 17:05:33','2026-01-14 17:05:33','de3ac43a-4359-4afa-865c-24974f4d6f7f'),
(30672,32,8090,NULL,2610,2,'2026-01-14 17:05:33','2026-01-14 17:05:33','c3532bc1-2271-4a94-a07e-934a886600a8'),
(30673,32,8090,NULL,2598,3,'2026-01-14 17:05:33','2026-01-14 17:05:33','9876a7a0-b456-4336-a498-bd7b26abb259'),
(30674,32,8090,NULL,2608,4,'2026-01-14 17:05:33','2026-01-14 17:05:33','742c136a-fbf5-4067-ac3f-c520146944be'),
(30675,32,8090,NULL,2600,5,'2026-01-14 17:05:33','2026-01-14 17:05:33','e7262835-6a23-419b-9c54-985c1ac7cd32'),
(30676,32,8090,NULL,2596,6,'2026-01-14 17:05:33','2026-01-14 17:05:33','b5b24b49-102d-4b34-822c-a53848590ef8'),
(30677,32,8090,NULL,2602,7,'2026-01-14 17:05:33','2026-01-14 17:05:33','e1722870-9dbd-4483-b29b-536718c9473d'),
(30678,32,8090,NULL,2606,8,'2026-01-14 17:05:33','2026-01-14 17:05:33','839452d1-e28c-42f4-b342-54d87321a7ca'),
(30679,32,8090,NULL,2604,9,'2026-01-14 17:05:33','2026-01-14 17:05:33','73250947-6fc3-4e48-8d2d-24770869fdb8'),
(30680,16,8090,NULL,8081,1,'2026-01-14 17:05:33','2026-01-14 17:05:33','26aa4112-9f22-4b02-b4dc-205c56885f74'),
(30681,7,8090,NULL,601,1,'2026-01-14 17:05:33','2026-01-14 17:05:33','8482dc6a-bfaf-44ea-9ea0-3295c57d579e'),
(30682,7,8090,NULL,3468,2,'2026-01-14 17:05:33','2026-01-14 17:05:33','f513a0cc-0863-4cfa-9940-25ca3e950bab'),
(30683,7,8090,NULL,2972,3,'2026-01-14 17:05:33','2026-01-14 17:05:33','ade36e7c-8eb0-4fd1-b4cd-cc3ef7c02ee9'),
(30684,7,8090,NULL,2974,4,'2026-01-14 17:05:33','2026-01-14 17:05:33','896a175d-6dea-4613-83ac-a373f1013a3a'),
(30685,7,8090,NULL,617,5,'2026-01-14 17:05:33','2026-01-14 17:05:33','3e66671f-ae5a-47c2-9320-13217edcd341'),
(30686,7,8090,NULL,605,6,'2026-01-14 17:05:33','2026-01-14 17:05:33','1dfd1ea9-9445-4c4e-aaee-37bf16c37d7c'),
(30687,46,8090,NULL,2891,1,'2026-01-14 17:05:33','2026-01-14 17:05:33','0a9211ff-99ee-486d-8dd4-cd0399678c6e'),
(30688,57,8090,NULL,8082,1,'2026-01-14 17:05:33','2026-01-14 17:05:33','7a636a44-2742-4b48-852a-c96643364eb6'),
(30689,57,8090,NULL,8085,2,'2026-01-14 17:05:33','2026-01-14 17:05:33','c65ba1f9-cef5-4c01-9061-c8d643c0b7e7'),
(30690,57,8090,NULL,8086,3,'2026-01-14 17:05:33','2026-01-14 17:05:33','08bc6540-d014-47b2-9a2b-cf941f7b25d4'),
(30691,57,8090,NULL,8087,4,'2026-01-14 17:05:33','2026-01-14 17:05:33','a250d533-540c-4f0b-b7c3-83ab3419b240'),
(30692,13,8090,NULL,6814,1,'2026-01-14 17:05:33','2026-01-14 17:05:33','fbc2282a-1c3a-4bd0-95b7-badefb57eacf'),
(30713,57,1085,NULL,8094,1,'2026-01-14 17:12:01','2026-01-14 17:12:01','f874dcc7-fcc4-4e79-bec7-0355909e1292'),
(30714,57,1085,NULL,8093,2,'2026-01-14 17:12:01','2026-01-14 17:12:01','adf87f19-306a-48a9-b354-8912dc395eb8'),
(30715,57,1085,NULL,8095,3,'2026-01-14 17:12:01','2026-01-14 17:12:01','90708ff5-1456-4268-8453-81b3714e5bcb'),
(30716,57,1085,NULL,8092,4,'2026-01-14 17:12:01','2026-01-14 17:12:01','b7d5e648-5217-4db8-b2c8-32df0626b02b'),
(30717,32,8096,NULL,2610,1,'2026-01-14 17:12:01','2026-01-14 17:12:01','de652ead-a1a4-4337-a744-d4b2ed49e5ea'),
(30718,32,8096,NULL,2598,2,'2026-01-14 17:12:01','2026-01-14 17:12:01','9901f5b7-3c3d-42b9-b20d-ce0e428874fc'),
(30719,32,8096,NULL,2600,3,'2026-01-14 17:12:01','2026-01-14 17:12:01','a7c52147-a656-4792-81d9-b4f09fee55e1'),
(30720,32,8096,NULL,2604,4,'2026-01-14 17:12:01','2026-01-14 17:12:01','50cb9d45-5656-48f1-b8d6-e935a9e1d6fa'),
(30721,32,8096,NULL,2608,5,'2026-01-14 17:12:01','2026-01-14 17:12:01','08a3f6c9-f214-4d9a-be67-161b2b8279ea'),
(30722,32,8096,NULL,2596,6,'2026-01-14 17:12:01','2026-01-14 17:12:01','c2161020-84ee-4426-a3ad-69045f5297df'),
(30723,32,8096,NULL,2602,7,'2026-01-14 17:12:01','2026-01-14 17:12:01','d037000f-1d83-4ebe-a379-09456d1b395f'),
(30724,16,8096,NULL,3865,1,'2026-01-14 17:12:01','2026-01-14 17:12:01','0ce8050f-eae2-459d-98a4-a810354957d2'),
(30725,7,8096,NULL,601,1,'2026-01-14 17:12:01','2026-01-14 17:12:01','e88f6193-2991-4c10-8dd7-b2c9b4b5241c'),
(30726,7,8096,NULL,3468,2,'2026-01-14 17:12:01','2026-01-14 17:12:01','91bc5c88-5173-45cb-a5a4-225ecf20d076'),
(30727,7,8096,NULL,3093,3,'2026-01-14 17:12:01','2026-01-14 17:12:01','fe6014e4-54b7-4210-b56e-686b67aeabbe'),
(30728,7,8096,NULL,617,4,'2026-01-14 17:12:01','2026-01-14 17:12:01','4a3e0baa-e2b4-4c71-b86d-7a54f0881608'),
(30729,7,8096,NULL,605,5,'2026-01-14 17:12:01','2026-01-14 17:12:01','fa5c6ca1-4f22-42db-9df3-6e6c63b9aa2e'),
(30730,82,8096,NULL,479,1,'2026-01-14 17:12:01','2026-01-14 17:12:01','85cbc0db-977b-45ef-9b07-da0d2f367028'),
(30731,82,8096,NULL,491,2,'2026-01-14 17:12:01','2026-01-14 17:12:01','bc354b49-3f07-4f59-ab3c-65b7ec82afb0'),
(30732,57,8096,NULL,8094,1,'2026-01-14 17:12:01','2026-01-14 17:12:01','b31934b7-5dec-427e-a79c-a4eea7ede525'),
(30733,57,8096,NULL,8093,2,'2026-01-14 17:12:01','2026-01-14 17:12:01','57be5db3-4450-4585-8f19-beae578eec36'),
(30734,57,8096,NULL,8095,3,'2026-01-14 17:12:01','2026-01-14 17:12:01','1df36fc7-a49d-4318-b578-5d70b89a5d76'),
(30735,57,8096,NULL,8092,4,'2026-01-14 17:12:01','2026-01-14 17:12:01','ecc1fe4f-2787-4c0c-90a2-ee42b792eaee'),
(30757,32,8098,NULL,2610,1,'2026-01-14 17:12:26','2026-01-14 17:12:26','af8765d7-3034-488c-b7d9-9c3ba5c45d39'),
(30758,32,8098,NULL,2598,2,'2026-01-14 17:12:26','2026-01-14 17:12:26','db4f2140-45e2-4554-9557-a4eab29e9ee8'),
(30759,32,8098,NULL,2600,3,'2026-01-14 17:12:26','2026-01-14 17:12:26','3f550fbc-2eaf-4a72-9298-e81bba01311c'),
(30760,32,8098,NULL,2604,4,'2026-01-14 17:12:26','2026-01-14 17:12:26','e862cb7a-bf5b-4197-a998-7cec3f50ec0c'),
(30761,32,8098,NULL,2608,5,'2026-01-14 17:12:26','2026-01-14 17:12:26','ca640fc9-e7d1-4208-8d6a-691f4bf43879'),
(30762,32,8098,NULL,2596,6,'2026-01-14 17:12:26','2026-01-14 17:12:26','ae2499b9-d23f-4360-83ed-7c40fb8b4c47'),
(30763,32,8098,NULL,2602,7,'2026-01-14 17:12:26','2026-01-14 17:12:26','59a000bf-842d-4e6d-9442-67e43c9cdfda'),
(30764,16,8098,NULL,3865,1,'2026-01-14 17:12:26','2026-01-14 17:12:26','c32c4a67-9080-4004-996a-9662b932ba40'),
(30765,7,8098,NULL,601,1,'2026-01-14 17:12:26','2026-01-14 17:12:26','838d8f4a-006b-4890-979e-6b7dcd9e418d'),
(30766,7,8098,NULL,3468,2,'2026-01-14 17:12:26','2026-01-14 17:12:26','ac1c22ac-3f6b-4ded-af89-543587c54598'),
(30767,7,8098,NULL,3093,3,'2026-01-14 17:12:26','2026-01-14 17:12:26','01f3dfc1-a699-4545-80dc-e0c5a456fde8'),
(30768,7,8098,NULL,617,4,'2026-01-14 17:12:26','2026-01-14 17:12:26','151a2855-6e20-45d7-9d56-fe8bdce58d66'),
(30769,7,8098,NULL,605,5,'2026-01-14 17:12:26','2026-01-14 17:12:26','9bcb7917-7579-4cab-a970-1ee88bf37854'),
(30770,82,8098,NULL,479,1,'2026-01-14 17:12:26','2026-01-14 17:12:26','7356c0d6-5c17-4003-94ae-3b0d97806fc1'),
(30771,82,8098,NULL,491,2,'2026-01-14 17:12:26','2026-01-14 17:12:26','9c2c702b-f2b5-47e9-912a-65a0de456d89'),
(30772,57,8098,NULL,8094,1,'2026-01-14 17:12:26','2026-01-14 17:12:26','3a57c584-067a-4697-b030-d8d16afdbc62'),
(30773,57,8098,NULL,8093,2,'2026-01-14 17:12:26','2026-01-14 17:12:26','b4c6eeed-9f81-4962-aa87-583e2ceaecb4'),
(30774,57,8098,NULL,8095,3,'2026-01-14 17:12:26','2026-01-14 17:12:26','faa82ba7-917c-44fa-8f26-dc90f8b3b166'),
(30775,57,8098,NULL,8092,4,'2026-01-14 17:12:26','2026-01-14 17:12:26','2f9b7493-09c7-47f0-8004-2dc064a8e25d'),
(30797,32,8100,NULL,2610,1,'2026-01-14 17:15:47','2026-01-14 17:15:47','5aaba1f4-8276-4cc0-b753-c08e023b1ca2'),
(30798,32,8100,NULL,2598,2,'2026-01-14 17:15:47','2026-01-14 17:15:47','d06d1f95-3a11-44ed-a83d-9e932983ca85'),
(30799,32,8100,NULL,2600,3,'2026-01-14 17:15:47','2026-01-14 17:15:47','af24ed16-df9a-4e15-933f-bb6cac059e05'),
(30800,32,8100,NULL,2604,4,'2026-01-14 17:15:47','2026-01-14 17:15:47','a33b644a-3f7e-46ce-8ff4-dbe4c31ed64a'),
(30801,32,8100,NULL,2608,5,'2026-01-14 17:15:47','2026-01-14 17:15:47','29c731dc-44f6-49bf-94fc-36e4e8e37979'),
(30802,32,8100,NULL,2596,6,'2026-01-14 17:15:47','2026-01-14 17:15:47','218afad0-5a97-4532-b89a-95ff0e2a650f'),
(30803,32,8100,NULL,2602,7,'2026-01-14 17:15:47','2026-01-14 17:15:47','452bce8d-bdd1-40e4-b9ec-efdbc921c478'),
(30804,16,8100,NULL,3865,1,'2026-01-14 17:15:47','2026-01-14 17:15:47','99140de4-d42b-4c03-a50c-97bd0abe5442'),
(30805,7,8100,NULL,601,1,'2026-01-14 17:15:47','2026-01-14 17:15:47','2078472c-9dd3-4f5b-8490-64fc9d4cddff'),
(30806,7,8100,NULL,3468,2,'2026-01-14 17:15:47','2026-01-14 17:15:47','444ead68-747c-4f00-b96e-7aa9d6df2956'),
(30807,7,8100,NULL,3093,3,'2026-01-14 17:15:47','2026-01-14 17:15:47','9cfe920a-e8c4-4a61-9675-bfd5a2d25e31'),
(30808,7,8100,NULL,617,4,'2026-01-14 17:15:47','2026-01-14 17:15:47','4625e3df-5ac3-4e70-bdde-534e3b8c7305'),
(30809,7,8100,NULL,605,5,'2026-01-14 17:15:47','2026-01-14 17:15:47','d594b220-b9b7-40f0-94de-8abbe04409a1'),
(30810,82,8100,NULL,479,1,'2026-01-14 17:15:47','2026-01-14 17:15:47','bfd85140-e06a-4844-b0f0-286d6c858445'),
(30811,82,8100,NULL,491,2,'2026-01-14 17:15:47','2026-01-14 17:15:47','787d176b-3a6d-4b4a-9930-d4721c2c534a'),
(30812,57,8100,NULL,8094,1,'2026-01-14 17:15:47','2026-01-14 17:15:47','63fcd892-4d87-4f02-b6cc-888e096991b9'),
(30813,57,8100,NULL,8093,2,'2026-01-14 17:15:47','2026-01-14 17:15:47','d23a9a58-0d57-4379-9a2b-a4443cdf7aff'),
(30814,57,8100,NULL,8095,3,'2026-01-14 17:15:47','2026-01-14 17:15:47','fd76c912-322d-4944-8dbe-19a971cb7665'),
(30815,57,8100,NULL,8092,4,'2026-01-14 17:15:47','2026-01-14 17:15:47','03036c7d-e424-4055-8318-28f52ce7ad7f'),
(30837,32,8102,NULL,2610,1,'2026-01-14 17:16:33','2026-01-14 17:16:33','2bf8aaea-cffa-4128-9699-d8e748a91281'),
(30838,32,8102,NULL,2598,2,'2026-01-14 17:16:33','2026-01-14 17:16:33','4dbed243-0b09-4c9a-a90d-dbd19c08e8af'),
(30839,32,8102,NULL,2600,3,'2026-01-14 17:16:33','2026-01-14 17:16:33','24697b7a-3b1f-4903-b791-9d6a487829e5'),
(30840,32,8102,NULL,2604,4,'2026-01-14 17:16:33','2026-01-14 17:16:33','c6a1109d-6f52-4eb6-bf48-b74212a96fea'),
(30841,32,8102,NULL,2608,5,'2026-01-14 17:16:33','2026-01-14 17:16:33','12777790-aac9-428a-bdf4-7298575612fb'),
(30842,32,8102,NULL,2596,6,'2026-01-14 17:16:33','2026-01-14 17:16:33','735eb2fc-6002-401b-b603-184a9c72aafe'),
(30843,32,8102,NULL,2602,7,'2026-01-14 17:16:33','2026-01-14 17:16:33','53b86724-56f7-4ee0-8cfe-365399ef2819'),
(30844,16,8102,NULL,3865,1,'2026-01-14 17:16:33','2026-01-14 17:16:33','46a0a8fb-de4c-4e6c-99db-2f74c78fc85a'),
(30845,7,8102,NULL,601,1,'2026-01-14 17:16:33','2026-01-14 17:16:33','9b198ca7-a687-4b04-a4ba-12486aa41630'),
(30846,7,8102,NULL,3468,2,'2026-01-14 17:16:33','2026-01-14 17:16:33','2206aab4-be17-462f-960a-b47af9de8f4f'),
(30847,7,8102,NULL,3093,3,'2026-01-14 17:16:33','2026-01-14 17:16:33','2fab0b94-5fda-4760-9556-868496b6f244'),
(30848,7,8102,NULL,617,4,'2026-01-14 17:16:33','2026-01-14 17:16:33','e4b7f80c-117d-4fce-8743-e80ae4bc9c48'),
(30849,7,8102,NULL,605,5,'2026-01-14 17:16:33','2026-01-14 17:16:33','e68cf621-bf06-4a71-b7f9-7487658321f4'),
(30850,82,8102,NULL,479,1,'2026-01-14 17:16:33','2026-01-14 17:16:33','31f394fd-7f21-45c3-bd25-a93c292a66ae'),
(30851,82,8102,NULL,491,2,'2026-01-14 17:16:33','2026-01-14 17:16:33','1bc2b444-285f-41a5-9d6b-d30834db055a'),
(30852,57,8102,NULL,8094,1,'2026-01-14 17:16:33','2026-01-14 17:16:33','3552ff38-f9d4-4a84-8fa0-2fbe9b7a3dce'),
(30853,57,8102,NULL,8093,2,'2026-01-14 17:16:33','2026-01-14 17:16:33','3bde0da3-3af9-4ee9-92cf-44b6d2421d3c'),
(30854,57,8102,NULL,8095,3,'2026-01-14 17:16:33','2026-01-14 17:16:33','e2d9b47c-b0e1-49bd-8037-00740fc64aaa'),
(30855,57,8102,NULL,8092,4,'2026-01-14 17:16:33','2026-01-14 17:16:33','b390da15-5a9a-47f7-8336-034872711651'),
(30880,16,1091,NULL,8104,1,'2026-01-14 17:40:32','2026-01-14 17:40:32','df467d11-96d8-49c4-98e3-2fb583008ac7'),
(30881,57,1091,NULL,8108,1,'2026-01-14 17:40:32','2026-01-14 17:40:32','692776c3-d49f-475a-ba24-7b24afd43407'),
(30882,57,1091,NULL,8107,2,'2026-01-14 17:40:32','2026-01-14 17:40:32','11351a2e-ec85-4025-926b-87230614f572'),
(30883,57,1091,NULL,8106,3,'2026-01-14 17:40:32','2026-01-14 17:40:32','61d7f702-c46a-47e1-a415-30e238541452'),
(30884,57,1091,NULL,8105,4,'2026-01-14 17:40:32','2026-01-14 17:40:32','f4af8f43-eea7-40ba-87fa-48cfbe8fcc82'),
(30885,32,8109,NULL,2610,1,'2026-01-14 17:40:32','2026-01-14 17:40:32','167e7899-004b-4d4f-8fda-1fce07cd8a98'),
(30886,32,8109,NULL,2598,2,'2026-01-14 17:40:32','2026-01-14 17:40:32','4e633765-2a89-43a1-805c-f76febe5e759'),
(30887,32,8109,NULL,2600,3,'2026-01-14 17:40:32','2026-01-14 17:40:32','e331e1bf-232e-4848-962f-ea28a9e419bc'),
(30888,32,8109,NULL,2602,4,'2026-01-14 17:40:32','2026-01-14 17:40:32','d890ebc1-b942-4932-881b-ea1140e48229'),
(30889,32,8109,NULL,2612,5,'2026-01-14 17:40:32','2026-01-14 17:40:32','7e4ba0f6-019d-4de4-980b-107c515efc27'),
(30890,32,8109,NULL,2618,6,'2026-01-14 17:40:32','2026-01-14 17:40:32','9ee9544d-a25c-4be2-9d3f-eaacc85c0d4c'),
(30891,32,8109,NULL,2604,7,'2026-01-14 17:40:32','2026-01-14 17:40:32','aba51e80-e407-4fe9-81c8-fc532e0fc9b1'),
(30892,32,8109,NULL,2614,8,'2026-01-14 17:40:32','2026-01-14 17:40:32','1f723ddc-0aa8-4ffd-9cdb-1e531453359a'),
(30893,32,8109,NULL,2608,9,'2026-01-14 17:40:32','2026-01-14 17:40:32','33b68960-08d1-40a1-886e-d5807eb6d9b4'),
(30894,32,8109,NULL,2596,10,'2026-01-14 17:40:32','2026-01-14 17:40:32','1cdaa0fa-c94b-4f7a-8c2e-4276251a29db'),
(30895,16,8109,NULL,8104,1,'2026-01-14 17:40:32','2026-01-14 17:40:32','c0de8d79-1cc2-47a9-938e-9054cd6e6dcf'),
(30897,7,8109,NULL,2974,2,'2026-01-14 17:40:32','2026-01-14 17:40:32','9129cc51-794f-437c-b3e4-3a9974f7082f'),
(30898,7,8109,NULL,617,3,'2026-01-14 17:40:32','2026-01-14 17:40:32','d6f82e9c-2c0e-48fb-ac63-c95bd0bba093'),
(30899,7,8109,NULL,605,4,'2026-01-14 17:40:32','2026-01-14 17:40:32','70eaa918-755b-4e92-9707-2a257f504974'),
(30900,82,8109,NULL,479,1,'2026-01-14 17:40:32','2026-01-14 17:40:32','57248ae0-f66a-488f-adea-5ac2d23be0bd'),
(30901,46,8109,NULL,3697,1,'2026-01-14 17:40:32','2026-01-14 17:40:32','d535851a-49fa-4e36-b6a1-46322e62b258'),
(30902,57,8109,NULL,8108,1,'2026-01-14 17:40:32','2026-01-14 17:40:32','af86ce23-6c22-4877-9a0d-24e0c5682b9d'),
(30903,57,8109,NULL,8107,2,'2026-01-14 17:40:32','2026-01-14 17:40:32','9e514ece-0640-42f0-bfd3-85357478865d'),
(30904,57,8109,NULL,8106,3,'2026-01-14 17:40:32','2026-01-14 17:40:32','d39bcc5b-daa2-43a9-9703-9cbcbf69ad49'),
(30905,57,8109,NULL,8105,4,'2026-01-14 17:40:32','2026-01-14 17:40:32','95dc86d4-ab1b-492f-b741-d769b4862aa1'),
(30906,13,8109,NULL,6820,1,'2026-01-14 17:40:32','2026-01-14 17:40:32','0e4241bd-9b6a-4324-9bad-c25aa544de26'),
(30929,32,8111,NULL,2610,1,'2026-01-14 17:41:30','2026-01-14 17:41:30','c73a8b55-0eae-4a44-a2dc-bbbaf3c30b37'),
(30930,32,8111,NULL,2598,2,'2026-01-14 17:41:30','2026-01-14 17:41:30','ea6e17cc-79f7-4559-b410-fb7e748a4a59'),
(30931,32,8111,NULL,2600,3,'2026-01-14 17:41:30','2026-01-14 17:41:30','8f12cf07-96ea-4002-b768-e82460f1b2ba'),
(30932,32,8111,NULL,2602,4,'2026-01-14 17:41:30','2026-01-14 17:41:30','7c25f854-dcd3-4272-b72e-2c61e69fb066'),
(30933,32,8111,NULL,2612,5,'2026-01-14 17:41:30','2026-01-14 17:41:30','011cadfd-3bce-4d63-af6b-4dde59bc53e2'),
(30934,32,8111,NULL,2618,6,'2026-01-14 17:41:30','2026-01-14 17:41:30','30252e04-b044-48e8-bd9f-7871daa693fc'),
(30935,32,8111,NULL,2604,7,'2026-01-14 17:41:30','2026-01-14 17:41:30','ad193cf7-9f67-4f35-a42c-635159c792f2'),
(30936,32,8111,NULL,2614,8,'2026-01-14 17:41:30','2026-01-14 17:41:30','ac830247-b14c-4504-9091-ff18aaba2cbd'),
(30937,32,8111,NULL,2608,9,'2026-01-14 17:41:30','2026-01-14 17:41:30','c998963b-6928-43ce-bbf3-b78bc7b20644'),
(30938,32,8111,NULL,2596,10,'2026-01-14 17:41:30','2026-01-14 17:41:30','8441f0e8-6ba7-46d0-a77c-2b3bcc3133f1'),
(30939,16,8111,NULL,8104,1,'2026-01-14 17:41:30','2026-01-14 17:41:30','9ed0ab45-d6c7-4e33-bf6a-036f4b3250bf'),
(30941,7,8111,NULL,2974,2,'2026-01-14 17:41:30','2026-01-14 17:41:30','f7c9456b-62ca-4209-901d-3ee0dc152f41'),
(30942,7,8111,NULL,617,3,'2026-01-14 17:41:30','2026-01-14 17:41:30','0c50befe-f111-41b7-acbf-2bb02b292d9f'),
(30943,7,8111,NULL,605,4,'2026-01-14 17:41:30','2026-01-14 17:41:30','2bb4d553-7005-4547-89f5-fd79e0164e65'),
(30944,82,8111,NULL,479,1,'2026-01-14 17:41:30','2026-01-14 17:41:30','68f61a51-f0a7-43f6-bdd2-d72a301cb577'),
(30945,46,8111,NULL,3697,1,'2026-01-14 17:41:30','2026-01-14 17:41:30','0b344151-a4db-45d2-ae6b-495e3e7e242e'),
(30946,57,8111,NULL,8108,1,'2026-01-14 17:41:30','2026-01-14 17:41:30','e7249680-cebb-403e-8598-f54e3a36fe37'),
(30947,57,8111,NULL,8107,2,'2026-01-14 17:41:30','2026-01-14 17:41:30','0a3a6a2e-44e5-4b87-8470-ef4fc508cc9f'),
(30948,57,8111,NULL,8106,3,'2026-01-14 17:41:30','2026-01-14 17:41:30','9c4a33a8-dd63-4e1f-8469-e8d3268f483b'),
(30949,57,8111,NULL,8105,4,'2026-01-14 17:41:30','2026-01-14 17:41:30','27e8b513-aeea-484d-b37f-dd4799880139'),
(30950,13,8111,NULL,6820,1,'2026-01-14 17:41:30','2026-01-14 17:41:30','5e6c30de-1d58-4535-bfc8-6df234cad04e'),
(30973,32,8113,NULL,2610,1,'2026-01-14 17:41:54','2026-01-14 17:41:54','882f1501-e02a-44e8-976c-5803339f15a8'),
(30974,32,8113,NULL,2598,2,'2026-01-14 17:41:54','2026-01-14 17:41:54','3968f6e9-0d38-4cae-9ab0-315b2e21ff61'),
(30975,32,8113,NULL,2600,3,'2026-01-14 17:41:54','2026-01-14 17:41:54','72373d98-bcd6-41d0-ad7c-67569580ced1'),
(30976,32,8113,NULL,2602,4,'2026-01-14 17:41:54','2026-01-14 17:41:54','9071e5f2-bf14-454d-9094-4a991527b6ae'),
(30977,32,8113,NULL,2612,5,'2026-01-14 17:41:54','2026-01-14 17:41:54','3076d543-b3d8-4d71-a407-1216d291f303'),
(30978,32,8113,NULL,2618,6,'2026-01-14 17:41:54','2026-01-14 17:41:54','a1842099-0fd1-47a3-9d30-20f49a18aeaa'),
(30979,32,8113,NULL,2604,7,'2026-01-14 17:41:54','2026-01-14 17:41:54','15ed1a41-a268-4d69-af2f-0805042304e3'),
(30980,32,8113,NULL,2614,8,'2026-01-14 17:41:54','2026-01-14 17:41:54','36af93f0-3136-406e-b6b6-263173e55a91'),
(30981,32,8113,NULL,2608,9,'2026-01-14 17:41:54','2026-01-14 17:41:54','42f373a8-045e-46cf-9f57-630907c8af46'),
(30982,32,8113,NULL,2596,10,'2026-01-14 17:41:54','2026-01-14 17:41:54','da60e253-37f4-46a8-8271-7606a5bdf944'),
(30983,16,8113,NULL,8104,1,'2026-01-14 17:41:54','2026-01-14 17:41:54','3ec87a53-5522-4775-9940-be6b39a848a5'),
(30985,7,8113,NULL,2974,2,'2026-01-14 17:41:54','2026-01-14 17:41:54','8124a436-0edd-4d8e-a54d-e269de3cbb5a'),
(30986,7,8113,NULL,617,3,'2026-01-14 17:41:54','2026-01-14 17:41:54','6b9ae334-1c3f-4610-8269-f5a137113e5d'),
(30987,7,8113,NULL,605,4,'2026-01-14 17:41:54','2026-01-14 17:41:54','307ed8b7-f498-4c56-914e-8be9bc3ecd93'),
(30988,82,8113,NULL,479,1,'2026-01-14 17:41:54','2026-01-14 17:41:54','87a38f20-ba97-4ec1-b03b-ac0fd0acccbe'),
(30989,46,8113,NULL,3697,1,'2026-01-14 17:41:54','2026-01-14 17:41:54','66e53151-c242-481a-a595-df916c2f3b21'),
(30990,57,8113,NULL,8108,1,'2026-01-14 17:41:54','2026-01-14 17:41:54','6c781873-5560-4ebf-a02c-2014766183e9'),
(30991,57,8113,NULL,8107,2,'2026-01-14 17:41:54','2026-01-14 17:41:54','75805973-64a4-4e1f-91ff-659258ac1a92'),
(30992,57,8113,NULL,8106,3,'2026-01-14 17:41:54','2026-01-14 17:41:54','776edf97-629c-41bb-8adf-de9aad96ac55'),
(30993,57,8113,NULL,8105,4,'2026-01-14 17:41:54','2026-01-14 17:41:54','ee6c1a6e-dde9-418d-9c53-715616de6fba'),
(30994,13,8113,NULL,6820,1,'2026-01-14 17:41:54','2026-01-14 17:41:54','260a20f3-6541-425c-8e6e-15199ad86892'),
(31017,32,8115,NULL,2610,1,'2026-01-14 17:41:59','2026-01-14 17:41:59','c28e7638-e2fb-4b65-933f-d1fcf88690ff'),
(31018,32,8115,NULL,2598,2,'2026-01-14 17:41:59','2026-01-14 17:41:59','d79c1043-9223-4e64-86e6-c5db738f532d'),
(31019,32,8115,NULL,2600,3,'2026-01-14 17:41:59','2026-01-14 17:41:59','c66a30ac-4dbe-4738-9b1a-f3dc0cca6af0'),
(31020,32,8115,NULL,2602,4,'2026-01-14 17:41:59','2026-01-14 17:41:59','e6133897-2d35-4470-9caa-82cd6bb33cbf'),
(31021,32,8115,NULL,2612,5,'2026-01-14 17:41:59','2026-01-14 17:41:59','a941840a-d9cd-478b-a749-22c4cf828d03'),
(31022,32,8115,NULL,2618,6,'2026-01-14 17:41:59','2026-01-14 17:41:59','d2924031-f654-4af1-9dc1-cb31a2eab008'),
(31023,32,8115,NULL,2604,7,'2026-01-14 17:41:59','2026-01-14 17:41:59','c56e86f3-881b-4c4f-a7c9-bf437337afc5'),
(31024,32,8115,NULL,2614,8,'2026-01-14 17:41:59','2026-01-14 17:41:59','331e4fd4-08be-4033-84c2-eae07ecd88f2'),
(31025,32,8115,NULL,2608,9,'2026-01-14 17:41:59','2026-01-14 17:41:59','26693709-94ed-4fdd-8420-4572831d8d46'),
(31026,32,8115,NULL,2596,10,'2026-01-14 17:41:59','2026-01-14 17:41:59','41d31594-477d-4802-8919-72ab381d632c'),
(31027,16,8115,NULL,8104,1,'2026-01-14 17:41:59','2026-01-14 17:41:59','d2640d4d-6c17-4c55-896a-64cefc1b7097'),
(31029,7,8115,NULL,2974,2,'2026-01-14 17:41:59','2026-01-14 17:41:59','9cf70902-527f-445a-9d1d-570566c45a4e'),
(31030,7,8115,NULL,617,3,'2026-01-14 17:41:59','2026-01-14 17:41:59','8e2a77de-a9f6-4db6-9a03-bd45c3c1cea8'),
(31031,7,8115,NULL,605,4,'2026-01-14 17:41:59','2026-01-14 17:41:59','a6af76e5-21ae-41f2-be02-1d872db1c19b'),
(31032,82,8115,NULL,479,1,'2026-01-14 17:41:59','2026-01-14 17:41:59','fd73eb0c-1118-4c50-b954-2e63421c0436'),
(31033,46,8115,NULL,3697,1,'2026-01-14 17:41:59','2026-01-14 17:41:59','e05b3994-c5c9-4325-8080-6e238eb68f72'),
(31034,57,8115,NULL,8108,1,'2026-01-14 17:41:59','2026-01-14 17:41:59','62b92a2b-d957-4559-ae77-5dd8101c5fd7'),
(31035,57,8115,NULL,8107,2,'2026-01-14 17:41:59','2026-01-14 17:41:59','af4bb124-5dc6-4ee2-b08c-ead6eee2dac7'),
(31036,57,8115,NULL,8106,3,'2026-01-14 17:41:59','2026-01-14 17:41:59','c0194c6e-fd1c-435a-a0f7-fa42e41f4557'),
(31037,57,8115,NULL,8105,4,'2026-01-14 17:41:59','2026-01-14 17:41:59','0b7773c3-9fe4-45cd-8c66-1570f7768778'),
(31038,13,8115,NULL,6820,1,'2026-01-14 17:41:59','2026-01-14 17:41:59','ff4d5a34-8b4f-4c2a-b8a4-569079a86469'),
(31060,57,1097,NULL,8117,2,'2026-01-14 17:50:32','2026-01-14 17:52:31','ce9da25d-f8a0-4476-bcda-d438c6bbe084'),
(31062,57,1097,NULL,8119,3,'2026-01-14 17:50:32','2026-01-14 17:50:32','0b13648a-fa4a-4dca-9dc9-271a64a2df14'),
(31063,57,1097,NULL,8120,4,'2026-01-14 17:50:32','2026-01-14 17:50:32','d39e68ae-b160-4688-b0af-ac541d612ff1'),
(31064,32,8121,NULL,2610,1,'2026-01-14 17:50:32','2026-01-14 17:50:32','77f7db50-6e45-485d-8934-e57edcfc47c1'),
(31065,32,8121,NULL,2598,2,'2026-01-14 17:50:32','2026-01-14 17:50:32','e37911db-9992-4da8-b15e-471156ed5bd4'),
(31066,32,8121,NULL,2600,3,'2026-01-14 17:50:32','2026-01-14 17:50:32','7a64cba9-fd91-4ee8-9938-a817a07074d1'),
(31067,32,8121,NULL,2606,4,'2026-01-14 17:50:32','2026-01-14 17:50:32','45b66ceb-c184-4dba-a68b-4268736eb1da'),
(31068,32,8121,NULL,2604,5,'2026-01-14 17:50:32','2026-01-14 17:50:32','529c2b87-e3f1-45cc-88a5-9e531f8b3b5b'),
(31069,32,8121,NULL,2614,6,'2026-01-14 17:50:32','2026-01-14 17:50:32','8b3d7d43-1eb2-4487-a693-35801809f15b'),
(31070,32,8121,NULL,2608,7,'2026-01-14 17:50:32','2026-01-14 17:50:32','be2e35b5-51b8-4d4f-af52-79442ac767c2'),
(31071,32,8121,NULL,2596,8,'2026-01-14 17:50:32','2026-01-14 17:50:32','7370f390-c3a5-4b00-a9d3-e27f101be952'),
(31072,32,8121,NULL,2602,9,'2026-01-14 17:50:32','2026-01-14 17:50:32','6f9a6ed8-a2d8-4b0b-a72b-e332baccfe8f'),
(31073,16,8121,NULL,8118,1,'2026-01-14 17:50:32','2026-01-14 17:50:32','6c61698d-e4a6-474a-baa7-381294257ffa'),
(31074,7,8121,NULL,601,1,'2026-01-14 17:50:32','2026-01-14 17:50:32','b58395a8-a034-4d4f-b0ee-255a604978b5'),
(31075,7,8121,NULL,3468,2,'2026-01-14 17:50:32','2026-01-14 17:50:32','6acce535-9ced-4320-affc-155efb0940eb'),
(31076,7,8121,NULL,617,3,'2026-01-14 17:50:32','2026-01-14 17:50:32','c842da20-c5af-4a45-baba-a789cae761bc'),
(31077,7,8121,NULL,605,4,'2026-01-14 17:50:32','2026-01-14 17:50:32','7d6f5ea9-4f6e-4e98-a021-896728401207'),
(31078,57,8121,NULL,8117,1,'2026-01-14 17:50:32','2026-01-14 17:50:32','9d1176c8-8d85-486a-b287-e826950ecbdd'),
(31079,57,8121,NULL,8118,2,'2026-01-14 17:50:32','2026-01-14 17:50:32','06c00dbd-a806-4f56-8eb1-0118769d784f'),
(31080,57,8121,NULL,8119,3,'2026-01-14 17:50:32','2026-01-14 17:50:32','ea259aaf-022c-4476-a489-10fea1efea9a'),
(31081,57,8121,NULL,8120,4,'2026-01-14 17:50:32','2026-01-14 17:50:32','13991da1-aa2c-47f7-8f32-6a6b75099999'),
(31102,32,8123,NULL,2610,1,'2026-01-14 17:50:53','2026-01-14 17:50:53','a7070551-a85e-4db3-b8cb-85a640df131f'),
(31103,32,8123,NULL,2598,2,'2026-01-14 17:50:53','2026-01-14 17:50:53','d74be99c-af71-466b-9699-44e4cce7727f'),
(31104,32,8123,NULL,2600,3,'2026-01-14 17:50:53','2026-01-14 17:50:53','fc1017ec-4cbb-41b2-abf4-e810b0f0d885'),
(31105,32,8123,NULL,2606,4,'2026-01-14 17:50:53','2026-01-14 17:50:53','08433dc7-d6aa-49c8-8c6e-25620b779eac'),
(31106,32,8123,NULL,2604,5,'2026-01-14 17:50:53','2026-01-14 17:50:53','6680ccf8-1ccf-4836-9f79-63d04c33c1f8'),
(31107,32,8123,NULL,2614,6,'2026-01-14 17:50:53','2026-01-14 17:50:53','6fd31dd8-e032-4493-babb-70654d9b86a5'),
(31108,32,8123,NULL,2608,7,'2026-01-14 17:50:53','2026-01-14 17:50:53','e9097c7b-c028-4eb9-a444-dc70c9b7e1e7'),
(31109,32,8123,NULL,2596,8,'2026-01-14 17:50:53','2026-01-14 17:50:53','5bf61436-8290-4814-9e1c-3c4cfc9e07f3'),
(31110,32,8123,NULL,2602,9,'2026-01-14 17:50:53','2026-01-14 17:50:53','e27bdbd4-cd55-46d7-9c32-003337c3ecdd'),
(31111,16,8123,NULL,8118,1,'2026-01-14 17:50:53','2026-01-14 17:50:53','a9f5a42e-45fc-42b8-a0fa-3448e3e198b4'),
(31112,7,8123,NULL,601,1,'2026-01-14 17:50:53','2026-01-14 17:50:53','6c006589-5109-45b0-a809-16e6924bfe57'),
(31113,7,8123,NULL,3468,2,'2026-01-14 17:50:53','2026-01-14 17:50:53','10e0533b-7f96-4b93-becd-60de4852b5ea'),
(31114,7,8123,NULL,617,3,'2026-01-14 17:50:53','2026-01-14 17:50:53','31c24706-cc2e-4a91-889f-916602e4a677'),
(31115,7,8123,NULL,605,4,'2026-01-14 17:50:53','2026-01-14 17:50:53','26952a0f-dba0-4d25-870a-1c97d8069420'),
(31116,57,8123,NULL,8117,1,'2026-01-14 17:50:53','2026-01-14 17:50:53','4380fefd-be62-4a51-93d3-8f7442da1335'),
(31117,57,8123,NULL,8118,2,'2026-01-14 17:50:53','2026-01-14 17:50:53','b5438852-4ab2-449c-92ef-3ee6f87563e8'),
(31118,57,8123,NULL,8119,3,'2026-01-14 17:50:53','2026-01-14 17:50:53','cdb61b36-08ed-490c-bf1e-efbe0c6d9c21'),
(31119,57,8123,NULL,8120,4,'2026-01-14 17:50:53','2026-01-14 17:50:53','00cb6843-a6c6-4963-8232-72c6d3ec2eba'),
(31140,32,8125,NULL,2610,1,'2026-01-14 17:51:11','2026-01-14 17:51:11','999fcce4-4db5-434c-ae8e-f4cd5a6e992a'),
(31141,32,8125,NULL,2598,2,'2026-01-14 17:51:11','2026-01-14 17:51:11','041cd07c-bbce-4c6b-a446-ed42f43d8112'),
(31142,32,8125,NULL,2600,3,'2026-01-14 17:51:11','2026-01-14 17:51:11','5c51f329-02bc-4984-9c77-9ffd3c844930'),
(31143,32,8125,NULL,2606,4,'2026-01-14 17:51:11','2026-01-14 17:51:11','5f48306e-5f62-41b5-9a1d-85f77922b48d'),
(31144,32,8125,NULL,2604,5,'2026-01-14 17:51:11','2026-01-14 17:51:11','7456ffcb-0846-4c01-a223-15389b911077'),
(31145,32,8125,NULL,2614,6,'2026-01-14 17:51:11','2026-01-14 17:51:11','9818059f-e0a2-4ee0-9061-d40f2cfe7bc5'),
(31146,32,8125,NULL,2608,7,'2026-01-14 17:51:11','2026-01-14 17:51:11','2f198ab3-3068-4f74-bddc-e13d00aa8352'),
(31147,32,8125,NULL,2596,8,'2026-01-14 17:51:11','2026-01-14 17:51:11','2e20b6a0-1f26-4f27-a6b5-562de6fd9139'),
(31148,32,8125,NULL,2602,9,'2026-01-14 17:51:11','2026-01-14 17:51:11','5424a8ef-4299-46c5-90a9-d5dc7934a158'),
(31149,16,8125,NULL,8118,1,'2026-01-14 17:51:11','2026-01-14 17:51:11','4c646910-c1c8-47a7-9089-c2feef4254b1'),
(31150,7,8125,NULL,601,1,'2026-01-14 17:51:11','2026-01-14 17:51:11','4bf6813e-9435-4b0e-8e8a-c08040b24ce6'),
(31151,7,8125,NULL,3468,2,'2026-01-14 17:51:11','2026-01-14 17:51:11','c35b0811-6b0c-4834-8d39-3677d9ffdfca'),
(31152,7,8125,NULL,617,3,'2026-01-14 17:51:11','2026-01-14 17:51:11','53b106de-27ab-4436-8f25-9289fac3599f'),
(31153,7,8125,NULL,605,4,'2026-01-14 17:51:11','2026-01-14 17:51:11','ac57e5db-e46b-430c-8f6f-ab4080b71a78'),
(31154,57,8125,NULL,8117,1,'2026-01-14 17:51:11','2026-01-14 17:51:11','a3c609c9-a66a-4525-94d3-116c3746cdda'),
(31155,57,8125,NULL,8118,2,'2026-01-14 17:51:11','2026-01-14 17:51:11','70143c68-07bf-4f16-9932-03b53f9c44a6'),
(31156,57,8125,NULL,8119,3,'2026-01-14 17:51:11','2026-01-14 17:51:11','18597015-4048-46e9-8a70-60640538ee6b'),
(31157,57,8125,NULL,8120,4,'2026-01-14 17:51:11','2026-01-14 17:51:11','1869aab2-9e20-4716-a415-d6987bc0c438'),
(31178,32,8127,NULL,2610,1,'2026-01-14 17:51:41','2026-01-14 17:51:41','b412a852-5f8b-4f37-b4f6-92c82bf8871e'),
(31179,32,8127,NULL,2598,2,'2026-01-14 17:51:41','2026-01-14 17:51:41','88483997-111a-404f-a939-17f0340f3a2b'),
(31180,32,8127,NULL,2600,3,'2026-01-14 17:51:41','2026-01-14 17:51:41','34253748-c5b6-4681-b70c-7bbaf2ff4805'),
(31181,32,8127,NULL,2606,4,'2026-01-14 17:51:41','2026-01-14 17:51:41','3a849e12-81b7-4ff9-87b9-b1c220ab7e8d'),
(31182,32,8127,NULL,2604,5,'2026-01-14 17:51:41','2026-01-14 17:51:41','98efb0d0-ac0c-46d6-842d-1b014f01372e'),
(31183,32,8127,NULL,2614,6,'2026-01-14 17:51:41','2026-01-14 17:51:41','5472806a-0227-409b-8338-9c7040111c50'),
(31184,32,8127,NULL,2608,7,'2026-01-14 17:51:41','2026-01-14 17:51:41','075f7383-258e-456c-be5b-d16e15259c72'),
(31185,32,8127,NULL,2596,8,'2026-01-14 17:51:41','2026-01-14 17:51:41','704bcf7d-abfa-4d75-8c1e-68559ffac669'),
(31186,32,8127,NULL,2602,9,'2026-01-14 17:51:41','2026-01-14 17:51:41','6da6c49f-aee8-4c88-8180-6c9fe6f58621'),
(31187,16,8127,NULL,8118,1,'2026-01-14 17:51:41','2026-01-14 17:51:41','6b077167-6309-4d23-84e0-c342b39b7fa1'),
(31188,7,8127,NULL,601,1,'2026-01-14 17:51:41','2026-01-14 17:51:41','5db5b313-7aac-46f3-bdc3-2e1d4cddc8c6'),
(31189,7,8127,NULL,3468,2,'2026-01-14 17:51:41','2026-01-14 17:51:41','343cbfe6-e041-46cb-840b-72bfd24f54e2'),
(31190,7,8127,NULL,617,3,'2026-01-14 17:51:41','2026-01-14 17:51:41','c1d4f223-3b4c-4e9a-8935-ed1a555f773f'),
(31191,7,8127,NULL,605,4,'2026-01-14 17:51:41','2026-01-14 17:51:41','f3bea55b-3e3e-43df-bea3-5b3801a431f1'),
(31192,57,8127,NULL,8117,1,'2026-01-14 17:51:41','2026-01-14 17:51:41','a3a43c2a-df5a-41af-a92a-86e038e405a0'),
(31193,57,8127,NULL,8118,2,'2026-01-14 17:51:41','2026-01-14 17:51:41','65937131-a47b-4eaa-8d66-95a8ad81fb58'),
(31194,57,8127,NULL,8119,3,'2026-01-14 17:51:41','2026-01-14 17:51:41','ec50ff97-46cb-4e5e-a1dd-a34758d6b4ab'),
(31195,57,8127,NULL,8120,4,'2026-01-14 17:51:41','2026-01-14 17:51:41','fcff9cbb-2af5-4458-8984-2fabb35752ab'),
(31217,57,1097,NULL,3927,1,'2026-01-14 17:52:31','2026-01-14 17:52:31','0c3a1488-b92d-48a7-af7b-4a34e9bf6d10'),
(31218,32,8129,NULL,2610,1,'2026-01-14 17:52:31','2026-01-14 17:52:31','66664d7b-cccd-49d2-946d-fab09b791d87'),
(31219,32,8129,NULL,2598,2,'2026-01-14 17:52:31','2026-01-14 17:52:31','df9ce744-cba7-433c-b25d-2b05b2319aad'),
(31220,32,8129,NULL,2600,3,'2026-01-14 17:52:31','2026-01-14 17:52:31','ba9a606d-4101-4601-94bd-78372dbe77dd'),
(31221,32,8129,NULL,2606,4,'2026-01-14 17:52:31','2026-01-14 17:52:31','48154a44-10cc-434e-8897-81c633e63fa5'),
(31222,32,8129,NULL,2604,5,'2026-01-14 17:52:31','2026-01-14 17:52:31','36de6dec-9bc2-4e70-8c96-95de50a65d16'),
(31223,32,8129,NULL,2614,6,'2026-01-14 17:52:31','2026-01-14 17:52:31','12316266-3cdb-49c9-9c11-7f14c55a2ba9'),
(31224,32,8129,NULL,2608,7,'2026-01-14 17:52:31','2026-01-14 17:52:31','fd8ef459-0401-4d69-b792-d0f5d3b8f2ed'),
(31225,32,8129,NULL,2596,8,'2026-01-14 17:52:31','2026-01-14 17:52:31','2c1fd806-c396-4cb8-a4c5-097242ce867a'),
(31226,32,8129,NULL,2602,9,'2026-01-14 17:52:31','2026-01-14 17:52:31','49a2e665-aa9c-4a60-9a1c-43e6e0dc8dd5'),
(31227,16,8129,NULL,8118,1,'2026-01-14 17:52:31','2026-01-14 17:52:31','85e3b7aa-4c47-44cb-886e-08d982e1e940'),
(31228,7,8129,NULL,601,1,'2026-01-14 17:52:31','2026-01-14 17:52:31','4fcb5f32-ba2e-4a77-ae11-0fc994fa24ef'),
(31229,7,8129,NULL,3468,2,'2026-01-14 17:52:31','2026-01-14 17:52:31','8bf63687-01a4-4a90-a3c4-207c0f687af4'),
(31230,7,8129,NULL,617,3,'2026-01-14 17:52:31','2026-01-14 17:52:31','a027c2e1-f5dd-40a6-b53f-e632fb76f984'),
(31231,7,8129,NULL,605,4,'2026-01-14 17:52:31','2026-01-14 17:52:31','4e6e27f4-862c-42a9-a03c-a523bc5979be'),
(31232,57,8129,NULL,3927,1,'2026-01-14 17:52:31','2026-01-14 17:52:31','855eeb2b-9fe6-4b42-98fb-4ceebbd76df5'),
(31233,57,8129,NULL,8117,2,'2026-01-14 17:52:31','2026-01-14 17:52:31','fcd7f0e3-0b24-4146-a496-dc66626b1e0c'),
(31234,57,8129,NULL,8119,3,'2026-01-14 17:52:31','2026-01-14 17:52:31','7f40216c-98f0-4f32-a1f4-b0a47a92dbb5'),
(31235,57,8129,NULL,8120,4,'2026-01-14 17:52:31','2026-01-14 17:52:31','84ca8cff-51db-4bb3-a6ec-e9f5f48b0506'),
(31256,57,1103,NULL,8132,1,'2026-01-14 18:51:51','2026-01-14 18:51:51','99d45003-fcef-429d-aaea-4230cad302e0'),
(31257,57,1103,NULL,8136,2,'2026-01-14 18:51:51','2026-01-14 18:51:51','4c2ce3d6-f8b1-4ec8-aecb-f45b2904b043'),
(31258,57,1103,NULL,8131,3,'2026-01-14 18:51:51','2026-01-14 18:51:51','2d7d56ab-1278-4778-8782-dff9b73e8f50'),
(31259,57,1103,NULL,8134,4,'2026-01-14 18:51:51','2026-01-14 18:51:51','e554a01d-f76c-4d8e-8894-040fc8e78145'),
(31260,57,1103,NULL,8135,5,'2026-01-14 18:51:51','2026-01-14 18:51:51','66e6ec8b-c9fb-4cb8-8b84-7343f60f6754'),
(31262,32,8137,NULL,2610,1,'2026-01-14 18:51:51','2026-01-14 18:51:51','8c35f2e9-812d-4df5-988e-8faff0815b05'),
(31263,32,8137,NULL,2598,2,'2026-01-14 18:51:51','2026-01-14 18:51:51','a09ff8bc-16de-4c1f-af8b-c9d57005fdc6'),
(31264,32,8137,NULL,2600,3,'2026-01-14 18:51:51','2026-01-14 18:51:51','a7927c6b-5d61-421b-8948-9eb8ee396a73'),
(31265,32,8137,NULL,2604,4,'2026-01-14 18:51:51','2026-01-14 18:51:51','2b050aa1-3202-4e3b-becc-fb82aa5d12d1'),
(31266,32,8137,NULL,2608,5,'2026-01-14 18:51:51','2026-01-14 18:51:51','edbd4cf6-7c76-440f-a90a-358cc40636d0'),
(31267,32,8137,NULL,2596,6,'2026-01-14 18:51:51','2026-01-14 18:51:51','73aaace6-9b88-418a-944e-e3655243695d'),
(31268,32,8137,NULL,2602,7,'2026-01-14 18:51:51','2026-01-14 18:51:51','8fc2cc9c-5afa-42f9-b198-f3393d93c00d'),
(31269,16,8137,NULL,3959,1,'2026-01-14 18:51:51','2026-01-14 18:51:51','47aca294-c07b-4e78-bfc4-f5feac91e81f'),
(31271,7,8137,NULL,617,2,'2026-01-14 18:51:51','2026-01-14 18:51:51','4802b84c-ed47-4f7b-884e-d78f9d9fdc37'),
(31272,7,8137,NULL,605,3,'2026-01-14 18:51:51','2026-01-14 18:51:51','0c5bf3f5-c307-4830-9888-8f47260a8b4c'),
(31273,82,8137,NULL,479,1,'2026-01-14 18:51:51','2026-01-14 18:51:51','9947812d-0425-48f6-8d1d-ff263c92b1f4'),
(31274,82,8137,NULL,491,2,'2026-01-14 18:51:51','2026-01-14 18:51:51','25ea7186-da47-44bd-8067-8eda2a28b82f'),
(31275,57,8137,NULL,8132,1,'2026-01-14 18:51:51','2026-01-14 18:51:51','f7165cd5-3f41-435a-9b56-dd3f8cdd5c95'),
(31276,57,8137,NULL,8136,2,'2026-01-14 18:51:51','2026-01-14 18:51:51','950c923c-f79e-40fa-a27a-66638619d584'),
(31277,57,8137,NULL,8131,3,'2026-01-14 18:51:51','2026-01-14 18:51:51','92018aa3-6f24-4738-b8f1-cf31377dd898'),
(31278,57,8137,NULL,8134,4,'2026-01-14 18:51:51','2026-01-14 18:51:51','5c492b09-659d-4640-9b48-0f0ad96a910b'),
(31279,57,8137,NULL,8135,5,'2026-01-14 18:51:51','2026-01-14 18:51:51','3caedbc1-b67c-4db2-a84e-df2f06d21450'),
(31280,57,8137,NULL,8133,6,'2026-01-14 18:51:51','2026-01-14 18:51:51','ba9dedde-4958-4e29-a400-9f3ab4e5e138'),
(31300,32,8139,NULL,2610,1,'2026-01-14 18:53:34','2026-01-14 18:53:34','6a31f789-2bef-4196-8211-2ac336ca9510'),
(31301,32,8139,NULL,2598,2,'2026-01-14 18:53:34','2026-01-14 18:53:34','e6999fbe-4553-460c-ae00-22d3be3a546e'),
(31302,32,8139,NULL,2600,3,'2026-01-14 18:53:34','2026-01-14 18:53:34','e00c2c81-2922-4bdb-8710-34ec83957436'),
(31303,32,8139,NULL,2604,4,'2026-01-14 18:53:34','2026-01-14 18:53:34','fef5487b-4de7-4f10-a1cb-2990f97428a9'),
(31304,32,8139,NULL,2608,5,'2026-01-14 18:53:34','2026-01-14 18:53:34','bc020786-5dc3-4477-ba88-41e86ae89572'),
(31305,32,8139,NULL,2596,6,'2026-01-14 18:53:34','2026-01-14 18:53:34','552e7fc7-988a-4270-b9a7-7f035a154641'),
(31306,32,8139,NULL,2602,7,'2026-01-14 18:53:34','2026-01-14 18:53:34','a7faa9e1-0aaa-45d0-8f7d-78914089eeda'),
(31307,16,8139,NULL,3959,1,'2026-01-14 18:53:34','2026-01-14 18:53:34','c3c4b52c-eaaf-4286-b317-2fdcad8911b8'),
(31309,7,8139,NULL,617,2,'2026-01-14 18:53:34','2026-01-14 18:53:34','8b3fd5b2-f266-47d8-9d41-fd3168a992fa'),
(31310,7,8139,NULL,605,3,'2026-01-14 18:53:34','2026-01-14 18:53:34','778ba0a1-b40d-4152-9f95-95a20c36a8f4'),
(31311,82,8139,NULL,479,1,'2026-01-14 18:53:34','2026-01-14 18:53:34','1e0ba57e-23cf-4d79-993b-380c6ed66549'),
(31312,82,8139,NULL,491,2,'2026-01-14 18:53:34','2026-01-14 18:53:34','00e94d96-c979-437e-9b5b-299456885f40'),
(31313,57,8139,NULL,8132,1,'2026-01-14 18:53:34','2026-01-14 18:53:34','6b645be1-d6fa-4537-841d-cc8e8baa4e09'),
(31314,57,8139,NULL,8136,2,'2026-01-14 18:53:34','2026-01-14 18:53:34','fceb2a6b-92a3-4d4b-b4c5-f26047d1528a'),
(31315,57,8139,NULL,8131,3,'2026-01-14 18:53:34','2026-01-14 18:53:34','ef5955d7-50f1-4b1e-8c7d-7f4f7f154256'),
(31316,57,8139,NULL,8134,4,'2026-01-14 18:53:34','2026-01-14 18:53:34','efea288e-d8d0-44a0-879a-d631807ef556'),
(31317,57,8139,NULL,8135,5,'2026-01-14 18:53:34','2026-01-14 18:53:34','401bffc8-0d34-48cf-b395-64a475a4d042'),
(31339,57,1109,NULL,8141,1,'2026-01-14 19:06:05','2026-01-14 19:06:05','4a031c82-5531-4314-804f-18f34a0fa9a1'),
(31340,57,1109,NULL,8142,4,'2026-01-14 19:06:05','2026-01-14 19:06:05','4aae094f-9ae6-469c-8653-af2c9e1baa2a'),
(31341,32,8143,NULL,2610,1,'2026-01-14 19:06:05','2026-01-14 19:06:05','0dafac44-fac2-44c2-aeab-a048218bfc84'),
(31342,32,8143,NULL,2598,2,'2026-01-14 19:06:05','2026-01-14 19:06:05','cae2f34e-c33b-4d21-91a5-3c4ccb6e8b5b'),
(31343,32,8143,NULL,2600,3,'2026-01-14 19:06:05','2026-01-14 19:06:05','ebd60aa4-b6bb-47a1-9fb5-31a27a878355'),
(31344,32,8143,NULL,2604,4,'2026-01-14 19:06:05','2026-01-14 19:06:05','2077968b-0707-446e-b327-0cc07f9c01e1'),
(31345,32,8143,NULL,2608,5,'2026-01-14 19:06:05','2026-01-14 19:06:05','0a7614fa-b395-4942-b2c5-c400190ed71f'),
(31346,32,8143,NULL,2596,6,'2026-01-14 19:06:05','2026-01-14 19:06:05','087689aa-6dea-4cd8-8851-8e195f3a4f5b'),
(31347,32,8143,NULL,2602,7,'2026-01-14 19:06:05','2026-01-14 19:06:05','ffd26155-35ad-4e55-ba98-086ba173dd92'),
(31348,16,8143,NULL,3986,1,'2026-01-14 19:06:05','2026-01-14 19:06:05','1c3562bf-da99-44f5-b31b-f6bfc69d3b31'),
(31349,7,8143,NULL,601,1,'2026-01-14 19:06:05','2026-01-14 19:06:05','b4222b8c-bd00-4d6a-88af-21d15d5dc0b6'),
(31350,7,8143,NULL,3468,2,'2026-01-14 19:06:05','2026-01-14 19:06:05','c470e49e-1c5e-4ffd-b8f3-ff2d101350d8'),
(31351,7,8143,NULL,617,3,'2026-01-14 19:06:05','2026-01-14 19:06:05','2978b629-ecf7-4dec-86bf-b74ae5d3e20c'),
(31352,7,8143,NULL,605,4,'2026-01-14 19:06:05','2026-01-14 19:06:05','157f7e20-e682-476f-bec8-400784e4398c'),
(31353,82,8143,NULL,479,1,'2026-01-14 19:06:05','2026-01-14 19:06:05','b714f576-22f3-4e45-9e99-3d088d69b279'),
(31354,82,8143,NULL,491,2,'2026-01-14 19:06:05','2026-01-14 19:06:05','ccbeebc7-7fb0-43ee-9bd1-bbe7adce795d'),
(31355,57,8143,NULL,8141,1,'2026-01-14 19:06:05','2026-01-14 19:06:05','1529ef82-cf95-4298-a4dd-3d3ff55d3cac'),
(31356,57,8143,NULL,5129,2,'2026-01-14 19:06:05','2026-01-14 19:06:05','3e2e964d-c873-471e-8ec2-7a6a8750ff3d'),
(31357,57,8143,NULL,5127,3,'2026-01-14 19:06:05','2026-01-14 19:06:05','18619027-d9da-4547-9239-68f2a45ccea3'),
(31358,57,8143,NULL,8142,4,'2026-01-14 19:06:05','2026-01-14 19:06:05','023d5aeb-d301-4dd6-9a7c-a686b77c1a47'),
(31377,32,8145,NULL,2610,1,'2026-01-14 19:06:24','2026-01-14 19:06:24','bb54fa00-a02a-49f3-88e5-ad72aaef1ae3'),
(31378,32,8145,NULL,2598,2,'2026-01-14 19:06:24','2026-01-14 19:06:24','850d41d0-3092-4d23-b1ab-3ffba549cba9'),
(31379,32,8145,NULL,2600,3,'2026-01-14 19:06:24','2026-01-14 19:06:24','035e8b28-6a22-4d1a-9f4a-e97a8b330236'),
(31380,32,8145,NULL,2604,4,'2026-01-14 19:06:24','2026-01-14 19:06:24','5d55e7a4-ba56-4a03-830c-a3ea866b7710'),
(31381,32,8145,NULL,2608,5,'2026-01-14 19:06:24','2026-01-14 19:06:24','e3809653-507f-4568-acb2-0e7aad0a8a41'),
(31382,32,8145,NULL,2596,6,'2026-01-14 19:06:24','2026-01-14 19:06:24','e18a17a4-4125-4105-a23a-bd5a9369e7b2'),
(31383,32,8145,NULL,2602,7,'2026-01-14 19:06:24','2026-01-14 19:06:24','c80c3938-923f-49bc-a8c1-718283cddaba'),
(31384,16,8145,NULL,3986,1,'2026-01-14 19:06:24','2026-01-14 19:06:24','505550c0-209b-453d-8f41-207af3902a8c'),
(31385,7,8145,NULL,601,1,'2026-01-14 19:06:24','2026-01-14 19:06:24','5fe9a4c6-2817-43b5-b5b0-1656fbfc9d79'),
(31386,7,8145,NULL,3468,2,'2026-01-14 19:06:24','2026-01-14 19:06:24','4bb9f0d0-e3d6-4a32-b946-bd568359a25e'),
(31387,7,8145,NULL,617,3,'2026-01-14 19:06:24','2026-01-14 19:06:24','a5cb4aac-5502-4300-bdc6-4a05971e5f4e'),
(31388,7,8145,NULL,605,4,'2026-01-14 19:06:24','2026-01-14 19:06:24','72c0f2f2-1470-42eb-99a4-67fed0ba7667'),
(31389,82,8145,NULL,479,1,'2026-01-14 19:06:24','2026-01-14 19:06:24','5439a5c1-ffde-47a7-b76f-603d385ed23e'),
(31390,82,8145,NULL,491,2,'2026-01-14 19:06:24','2026-01-14 19:06:24','05a19ed5-2007-4a24-b17f-a8e707174c7c'),
(31391,57,8145,NULL,8141,1,'2026-01-14 19:06:24','2026-01-14 19:06:24','7ce9f45b-8d39-4362-b726-a387c7a1421c'),
(31392,57,8145,NULL,5129,2,'2026-01-14 19:06:24','2026-01-14 19:06:24','99be9fe8-e3ab-499d-90a7-c53038509e9d'),
(31393,57,8145,NULL,5127,3,'2026-01-14 19:06:24','2026-01-14 19:06:24','90a9eac6-f6f5-487e-9a07-29fc9e17e376'),
(31394,57,8145,NULL,8142,4,'2026-01-14 19:06:24','2026-01-14 19:06:24','35d6008a-86bf-4170-9332-7ece9682f3f2'),
(31413,32,8147,NULL,2610,1,'2026-01-14 19:07:16','2026-01-14 19:07:16','48a20512-3847-460b-b901-7639316f677b'),
(31414,32,8147,NULL,2598,2,'2026-01-14 19:07:16','2026-01-14 19:07:16','995f178d-281a-489b-8081-312080bead4a'),
(31415,32,8147,NULL,2600,3,'2026-01-14 19:07:16','2026-01-14 19:07:16','29210dd3-90d9-43c0-a5cf-0e429e5878ed'),
(31416,32,8147,NULL,2604,4,'2026-01-14 19:07:16','2026-01-14 19:07:16','edaf35f9-305f-45d8-823c-a7492f982b8b'),
(31417,32,8147,NULL,2608,5,'2026-01-14 19:07:16','2026-01-14 19:07:16','9cc1d7fe-7539-47df-85c9-8af85d4e8ea2'),
(31418,32,8147,NULL,2596,6,'2026-01-14 19:07:16','2026-01-14 19:07:16','9b04cfcc-536e-4685-8ace-ce510b4d2f49'),
(31419,32,8147,NULL,2602,7,'2026-01-14 19:07:16','2026-01-14 19:07:16','591f3ec5-a348-491c-9fc3-c4ce1cd20c8e'),
(31420,16,8147,NULL,3986,1,'2026-01-14 19:07:16','2026-01-14 19:07:16','f0c1f871-c07d-44c3-8371-074ea3f2e751'),
(31421,7,8147,NULL,601,1,'2026-01-14 19:07:16','2026-01-14 19:07:16','323081c2-0bea-4780-b676-ab3d2b2dcac5'),
(31422,7,8147,NULL,3468,2,'2026-01-14 19:07:16','2026-01-14 19:07:16','be32be99-b2e8-4800-93a6-454d08debbc5'),
(31423,7,8147,NULL,617,3,'2026-01-14 19:07:16','2026-01-14 19:07:16','eb35aa55-0afd-4d86-8c39-8b46b0b609d4'),
(31424,7,8147,NULL,605,4,'2026-01-14 19:07:16','2026-01-14 19:07:16','527461b2-5a74-4e3c-8784-a36c50027baa'),
(31425,82,8147,NULL,479,1,'2026-01-14 19:07:16','2026-01-14 19:07:16','3d3a23a5-062c-4590-950f-9166549c22ca'),
(31426,82,8147,NULL,491,2,'2026-01-14 19:07:16','2026-01-14 19:07:16','144d7997-5a47-44d7-bd4b-dc3d6fb9d4de'),
(31427,57,8147,NULL,8141,1,'2026-01-14 19:07:16','2026-01-14 19:07:16','de1e2f98-32c3-43c2-a6fb-23fb52f6b25d'),
(31428,57,8147,NULL,5129,2,'2026-01-14 19:07:16','2026-01-14 19:07:16','49277ab6-258c-4ea6-9b05-ab4d94f180f8'),
(31429,57,8147,NULL,5127,3,'2026-01-14 19:07:16','2026-01-14 19:07:16','a8269c8d-21bb-47c8-a6a8-c3ef2eb55eab'),
(31430,57,8147,NULL,8142,4,'2026-01-14 19:07:16','2026-01-14 19:07:16','0e6e4ab4-1fd2-4a77-b2fd-96649dbe3ba7'),
(31449,32,8149,NULL,2610,1,'2026-01-14 19:07:50','2026-01-14 19:07:50','cd4c5b52-3fea-4f87-a226-f4510de6989a'),
(31450,32,8149,NULL,2598,2,'2026-01-14 19:07:50','2026-01-14 19:07:50','371d5889-f741-4ca1-99cf-88f48ee9d9b7'),
(31451,32,8149,NULL,2600,3,'2026-01-14 19:07:50','2026-01-14 19:07:50','207e9254-a4a0-4de2-9f79-119769e08feb'),
(31452,32,8149,NULL,2604,4,'2026-01-14 19:07:50','2026-01-14 19:07:50','c057dfc3-fefb-4de3-8ffc-350d8f3431f4'),
(31453,32,8149,NULL,2608,5,'2026-01-14 19:07:50','2026-01-14 19:07:50','b6a01a41-c89e-4273-8520-1c37879916e1'),
(31454,32,8149,NULL,2596,6,'2026-01-14 19:07:50','2026-01-14 19:07:50','6a06fb6e-d317-4a6d-83a2-7e6188ff9f43'),
(31455,32,8149,NULL,2602,7,'2026-01-14 19:07:50','2026-01-14 19:07:50','4e3ad4df-4c88-47b9-90be-053b7fbd5e16'),
(31456,16,8149,NULL,3986,1,'2026-01-14 19:07:50','2026-01-14 19:07:50','8274e7fc-c4df-4c58-9299-b15e02fe9931'),
(31457,7,8149,NULL,601,1,'2026-01-14 19:07:50','2026-01-14 19:07:50','a3884764-70e9-4234-859c-b4e2cbeeb40c'),
(31458,7,8149,NULL,3468,2,'2026-01-14 19:07:50','2026-01-14 19:07:50','6b3ceb44-4bb7-4781-809a-f53bbc333cdd'),
(31459,7,8149,NULL,617,3,'2026-01-14 19:07:50','2026-01-14 19:07:50','b5521490-ecbc-4195-ac4b-3e1207f53a2f'),
(31460,7,8149,NULL,605,4,'2026-01-14 19:07:50','2026-01-14 19:07:50','6890d492-aa7e-48f2-8a89-1d35687fe735'),
(31461,82,8149,NULL,479,1,'2026-01-14 19:07:50','2026-01-14 19:07:50','affb8c68-9bd7-4b27-be3b-5c2b4e5a2d60'),
(31462,82,8149,NULL,491,2,'2026-01-14 19:07:50','2026-01-14 19:07:50','16fdba67-dafb-4c2b-851b-c38577cdfa7f'),
(31463,57,8149,NULL,8141,1,'2026-01-14 19:07:50','2026-01-14 19:07:50','e8259c4e-2fa6-4245-94c5-0eb099d1ba6e'),
(31464,57,8149,NULL,5129,2,'2026-01-14 19:07:50','2026-01-14 19:07:50','86fb20ae-4082-46e4-ba2f-140df777ec1b'),
(31465,57,8149,NULL,5127,3,'2026-01-14 19:07:50','2026-01-14 19:07:50','02c32084-dc13-4bc3-99d0-c8a5cee5c698'),
(31466,57,8149,NULL,8142,4,'2026-01-14 19:07:50','2026-01-14 19:07:50','22978b63-7504-40ce-a105-36a6495f305c'),
(31485,32,8151,NULL,2610,1,'2026-01-14 19:08:02','2026-01-14 19:08:02','89265bfa-3a3e-4e10-b194-1480a3488ad1'),
(31486,32,8151,NULL,2598,2,'2026-01-14 19:08:02','2026-01-14 19:08:02','ab1d0449-d452-4224-a321-e33eb5afa271'),
(31487,32,8151,NULL,2600,3,'2026-01-14 19:08:02','2026-01-14 19:08:02','b7bc7392-6eec-4465-96b6-bb8984ab3ce7'),
(31488,32,8151,NULL,2604,4,'2026-01-14 19:08:02','2026-01-14 19:08:02','e9281901-fe30-46ef-9313-f713a6c2c806'),
(31489,32,8151,NULL,2608,5,'2026-01-14 19:08:02','2026-01-14 19:08:02','34cdcf6b-32b1-45d2-8432-6baadbba25ec'),
(31490,32,8151,NULL,2596,6,'2026-01-14 19:08:02','2026-01-14 19:08:02','c157d124-1a5d-439c-8e4f-e91ad10d755c'),
(31491,32,8151,NULL,2602,7,'2026-01-14 19:08:02','2026-01-14 19:08:02','53d63e10-f08f-496f-bbfc-ade5f342f53d'),
(31492,16,8151,NULL,3986,1,'2026-01-14 19:08:02','2026-01-14 19:08:02','fb5bf021-e960-4e33-9a85-1c6ec78289d3'),
(31493,7,8151,NULL,601,1,'2026-01-14 19:08:02','2026-01-14 19:08:02','92c039cf-e3de-4154-8afb-99d7efa9ecb0'),
(31494,7,8151,NULL,3468,2,'2026-01-14 19:08:02','2026-01-14 19:08:02','461eb697-9121-4809-9069-2e4092269060'),
(31495,7,8151,NULL,617,3,'2026-01-14 19:08:02','2026-01-14 19:08:02','adb49b26-d84d-4187-8756-0bf73a6aa690'),
(31496,7,8151,NULL,605,4,'2026-01-14 19:08:02','2026-01-14 19:08:02','b4d8d5cb-6cb6-4632-9c30-7b1f80f2ef49'),
(31497,82,8151,NULL,479,1,'2026-01-14 19:08:02','2026-01-14 19:08:02','e54116a0-6a49-4a01-becd-aa94a3be768e'),
(31498,82,8151,NULL,491,2,'2026-01-14 19:08:02','2026-01-14 19:08:02','f74e71cd-3962-46ac-98eb-3025777f85b9'),
(31499,57,8151,NULL,8141,1,'2026-01-14 19:08:02','2026-01-14 19:08:02','3d10c77c-b7ef-4266-8056-15ffd3308b44'),
(31500,57,8151,NULL,5129,2,'2026-01-14 19:08:02','2026-01-14 19:08:02','044105ca-eb98-4aae-87dd-27b5828e041e'),
(31501,57,8151,NULL,5127,3,'2026-01-14 19:08:02','2026-01-14 19:08:02','33d38bfb-e51f-4673-a35f-d6dfe44305d5'),
(31502,57,8151,NULL,8142,4,'2026-01-14 19:08:02','2026-01-14 19:08:02','82ab875e-d456-4442-9ad8-9796c1e382ad'),
(31523,32,8154,NULL,2610,1,'2026-01-14 19:13:57','2026-01-14 19:13:57','2a5c7263-4114-4a8a-b541-ad92d5989f86'),
(31524,32,8154,NULL,2598,2,'2026-01-14 19:13:57','2026-01-14 19:13:57','a59cd57a-10d6-41a5-8bcf-fd86f9079425'),
(31525,32,8154,NULL,2600,3,'2026-01-14 19:13:57','2026-01-14 19:13:57','4a088172-825e-49be-8404-ec251709776b'),
(31526,32,8154,NULL,2604,4,'2026-01-14 19:13:57','2026-01-14 19:13:57','e7770d25-7d31-486a-b9e5-25d5047d5310'),
(31527,32,8154,NULL,2614,5,'2026-01-14 19:13:57','2026-01-14 19:13:57','8f84174f-f02b-4f5f-9cf2-3ec373ed1e65'),
(31528,32,8154,NULL,2608,6,'2026-01-14 19:13:57','2026-01-14 19:13:57','dd851fd4-38f1-42ec-ae3d-28807b60ba41'),
(31529,32,8154,NULL,2596,7,'2026-01-14 19:13:57','2026-01-14 19:13:57','d3bbe7f0-c767-4587-a636-ce5a4ff4449b'),
(31530,32,8154,NULL,2602,8,'2026-01-14 19:13:57','2026-01-14 19:13:57','af6cb28d-1973-4f4f-a72d-952d629b0999'),
(31531,16,8154,NULL,4017,1,'2026-01-14 19:13:57','2026-01-14 19:13:57','2c109f31-5c75-4de1-b6d7-41098cd202e2'),
(31532,7,8154,NULL,601,1,'2026-01-14 19:13:57','2026-01-14 19:13:57','19085566-21bf-460b-bd80-ea2047202534'),
(31534,7,8154,NULL,2972,3,'2026-01-14 19:13:57','2026-01-14 19:13:57','5c5b645c-3235-4300-a4b5-be437514e57c'),
(31535,7,8154,NULL,617,4,'2026-01-14 19:13:57','2026-01-14 19:13:57','2d051f57-4b9c-446a-ab0d-845564bed2ae'),
(31536,7,8154,NULL,605,5,'2026-01-14 19:13:57','2026-01-14 19:13:57','6dd62f8c-43da-4313-aa48-8ff1226f085e'),
(31537,82,8154,NULL,479,1,'2026-01-14 19:13:57','2026-01-14 19:13:57','4ed9d3fa-119e-4e8c-bd7c-c59780544343'),
(31553,32,8156,NULL,2610,1,'2026-01-14 19:14:12','2026-01-14 19:14:12','06cb62f1-4bad-4a03-b83b-f1b6fa323219'),
(31554,32,8156,NULL,2598,2,'2026-01-14 19:14:12','2026-01-14 19:14:12','64ea8de6-dd5a-410b-b3f0-82407d18353c'),
(31555,32,8156,NULL,2600,3,'2026-01-14 19:14:12','2026-01-14 19:14:12','cd337e67-646e-4188-8828-f6e2795e102b'),
(31556,32,8156,NULL,2604,4,'2026-01-14 19:14:12','2026-01-14 19:14:12','11769593-fbc6-4273-a5c3-72d5ee0f2315'),
(31557,32,8156,NULL,2614,5,'2026-01-14 19:14:12','2026-01-14 19:14:12','02a92ca5-50fa-4b93-b637-2fa0031c9e58'),
(31558,32,8156,NULL,2608,6,'2026-01-14 19:14:12','2026-01-14 19:14:12','c5d8c248-0694-4fd6-b05c-cab91d403183'),
(31559,32,8156,NULL,2596,7,'2026-01-14 19:14:12','2026-01-14 19:14:12','9695fa69-349d-4e7f-a065-86579448c9e0'),
(31560,32,8156,NULL,2602,8,'2026-01-14 19:14:12','2026-01-14 19:14:12','dad12cff-53c9-4fb4-bac3-f64f0fcee0cf'),
(31561,16,8156,NULL,4017,1,'2026-01-14 19:14:12','2026-01-14 19:14:12','75e2eb52-c6c1-4bef-9fa6-ce3107243db8'),
(31562,7,8156,NULL,601,1,'2026-01-14 19:14:12','2026-01-14 19:14:12','7ce42455-3292-472f-81b7-245afadda843'),
(31564,7,8156,NULL,2972,3,'2026-01-14 19:14:12','2026-01-14 19:14:12','f82c5e9d-aca5-4069-9874-b86043b7de1c'),
(31565,7,8156,NULL,617,4,'2026-01-14 19:14:12','2026-01-14 19:14:12','d00c8aa2-0734-42f5-b67d-0ed02998eccc'),
(31566,7,8156,NULL,605,5,'2026-01-14 19:14:12','2026-01-14 19:14:12','4649221a-764d-428b-9b83-1952af26a77f'),
(31567,82,8156,NULL,479,1,'2026-01-14 19:14:12','2026-01-14 19:14:12','2918ce36-a647-476c-bc05-36260cd04eae'),
(31583,32,8158,NULL,2610,1,'2026-01-14 19:17:10','2026-01-14 19:17:10','6db00367-153d-4a7d-9e40-71250480c8e2'),
(31584,32,8158,NULL,2598,2,'2026-01-14 19:17:10','2026-01-14 19:17:10','e288ecdc-bccc-49d2-bf70-c26c28b4b2d5'),
(31585,32,8158,NULL,2600,3,'2026-01-14 19:17:10','2026-01-14 19:17:10','090d3e95-6dbb-4c15-8324-874e227098a4'),
(31586,32,8158,NULL,2604,4,'2026-01-14 19:17:10','2026-01-14 19:17:10','bab30904-e62e-493f-a4cc-db47c3b87d42'),
(31587,32,8158,NULL,2614,5,'2026-01-14 19:17:10','2026-01-14 19:17:10','27f107fb-cff3-409d-8a24-8f214c5581e2'),
(31588,32,8158,NULL,2608,6,'2026-01-14 19:17:10','2026-01-14 19:17:10','2260e340-9c64-470c-add1-32dec223d1cb'),
(31589,32,8158,NULL,2596,7,'2026-01-14 19:17:10','2026-01-14 19:17:10','1f3bebd6-e96c-4f16-a8ef-e273cfa00eae'),
(31590,32,8158,NULL,2602,8,'2026-01-14 19:17:10','2026-01-14 19:17:10','bc8579ea-d76d-48b8-8ed8-2fc842382745'),
(31591,16,8158,NULL,4017,1,'2026-01-14 19:17:10','2026-01-14 19:17:10','a98b5323-ad03-49ee-8af2-84178a4ca3c3'),
(31592,7,8158,NULL,601,1,'2026-01-14 19:17:10','2026-01-14 19:17:10','e3e22470-5825-41de-9b4b-5fe2186d95b2'),
(31594,7,8158,NULL,2972,3,'2026-01-14 19:17:10','2026-01-14 19:17:10','5f9a5c3a-7df2-4082-aea5-507b1da2fb6f'),
(31595,7,8158,NULL,617,4,'2026-01-14 19:17:10','2026-01-14 19:17:10','af9797f1-0eaf-4666-b2c2-7116a7e6bf02'),
(31596,7,8158,NULL,605,5,'2026-01-14 19:17:10','2026-01-14 19:17:10','04ad7e44-d943-47de-bb85-a5866f927e18'),
(31597,82,8158,NULL,479,1,'2026-01-14 19:17:10','2026-01-14 19:17:10','0be893b0-340e-46f1-bc3d-f0417fc7b563'),
(31613,32,8160,NULL,2610,1,'2026-01-14 19:17:32','2026-01-14 19:17:32','8d1d690c-7c49-4e6e-aa93-44c4692207c4'),
(31614,32,8160,NULL,2598,2,'2026-01-14 19:17:32','2026-01-14 19:17:32','3938b1ca-e420-42ce-b335-98788243f4b7'),
(31615,32,8160,NULL,2600,3,'2026-01-14 19:17:32','2026-01-14 19:17:32','4db0d247-8b9a-4509-a7a3-46a925807fcf'),
(31616,32,8160,NULL,2604,4,'2026-01-14 19:17:32','2026-01-14 19:17:32','1bc01bfa-c59e-4d05-978f-a40f774961ab'),
(31617,32,8160,NULL,2614,5,'2026-01-14 19:17:32','2026-01-14 19:17:32','8256df0e-9cef-4847-945f-e01bf728d11a'),
(31618,32,8160,NULL,2608,6,'2026-01-14 19:17:32','2026-01-14 19:17:32','885cea5d-f94a-4523-ae16-45f4aaef39eb'),
(31619,32,8160,NULL,2596,7,'2026-01-14 19:17:32','2026-01-14 19:17:32','7f809eb4-6b4b-4679-80a4-8595e7a23cf6'),
(31620,32,8160,NULL,2602,8,'2026-01-14 19:17:32','2026-01-14 19:17:32','8c2e438b-ecfb-4f27-b722-45bf25fb2edf'),
(31621,16,8160,NULL,4017,1,'2026-01-14 19:17:32','2026-01-14 19:17:32','c589a4e7-2bf3-44ed-87be-bcf3e23f3259'),
(31622,7,8160,NULL,601,1,'2026-01-14 19:17:32','2026-01-14 19:17:32','ccc4ee65-10fe-48ed-9454-49ccf8089ee4'),
(31624,7,8160,NULL,2972,3,'2026-01-14 19:17:32','2026-01-14 19:17:32','02baa2ec-979c-42e2-9e36-ce3dbe36f7ca'),
(31625,7,8160,NULL,617,4,'2026-01-14 19:17:32','2026-01-14 19:17:32','fef30fc6-2b4d-4b85-a47c-79b59fe9a647'),
(31626,7,8160,NULL,605,5,'2026-01-14 19:17:32','2026-01-14 19:17:32','a0bfd672-fc1b-46e9-a820-d97baf8baa1c'),
(31627,82,8160,NULL,479,1,'2026-01-14 19:17:32','2026-01-14 19:17:32','c4bd6c72-0539-4ce7-ae7c-669daf797250'),
(31647,57,1117,NULL,8163,1,'2026-01-14 19:22:58','2026-01-14 19:22:58','88529160-19a1-4e11-9121-fe96e17e3013'),
(31648,57,1117,NULL,8162,2,'2026-01-14 19:22:58','2026-01-14 19:22:58','ac41ab88-8b79-4f9e-9977-6636d03299dc'),
(31649,57,1117,NULL,8164,3,'2026-01-14 19:22:58','2026-01-14 19:22:58','56e0e686-30da-43bd-ba64-2a30cbda5172'),
(31650,57,1117,NULL,8165,4,'2026-01-14 19:22:58','2026-01-14 19:22:58','16335971-7db9-43fc-8a52-51f3de542781'),
(31651,32,8166,NULL,2610,1,'2026-01-14 19:22:58','2026-01-14 19:22:58','6dfd4253-3c69-4280-8204-7bf30bf46940'),
(31652,32,8166,NULL,2598,2,'2026-01-14 19:22:58','2026-01-14 19:22:58','1628cf09-e05c-44ab-ba23-b323186b771f'),
(31653,32,8166,NULL,2600,3,'2026-01-14 19:22:58','2026-01-14 19:22:58','ac258bfb-0691-4d09-8f77-bbf13069002b'),
(31654,32,8166,NULL,2604,4,'2026-01-14 19:22:58','2026-01-14 19:22:58','2183dfd5-b263-4dc7-b412-2b29b31f9985'),
(31655,32,8166,NULL,2614,5,'2026-01-14 19:22:58','2026-01-14 19:22:58','ebdf2165-cba9-4e03-b03c-c15e2f12ef3b'),
(31656,32,8166,NULL,2608,6,'2026-01-14 19:22:58','2026-01-14 19:22:58','ddd5f9cc-9079-42c5-9720-03a552b27bbb'),
(31657,32,8166,NULL,2596,7,'2026-01-14 19:22:58','2026-01-14 19:22:58','85cd16f4-593d-42b1-8af7-f73576145018'),
(31658,32,8166,NULL,2602,8,'2026-01-14 19:22:58','2026-01-14 19:22:58','cfae835f-c48b-4d5b-8234-428ea3851fae'),
(31659,16,8166,NULL,4017,1,'2026-01-14 19:22:58','2026-01-14 19:22:58','f05a2e49-a330-4e78-b4d4-7b7d3047e13d'),
(31660,7,8166,NULL,601,1,'2026-01-14 19:22:58','2026-01-14 19:22:58','01d1ec80-bd48-48f9-a643-7104b561be89'),
(31662,7,8166,NULL,2972,3,'2026-01-14 19:22:58','2026-01-14 19:22:58','6c03ee5b-499f-43d9-9e5a-ab9cf2db6dab'),
(31663,7,8166,NULL,617,4,'2026-01-14 19:22:58','2026-01-14 19:22:58','025bb9af-285a-45be-8700-aa77e1e3aa67'),
(31664,7,8166,NULL,605,5,'2026-01-14 19:22:58','2026-01-14 19:22:58','475a1555-c827-4ac2-a841-881921b7d268'),
(31665,82,8166,NULL,479,1,'2026-01-14 19:22:58','2026-01-14 19:22:58','dc4b3242-157c-4a46-b8fc-78fc1552cf34'),
(31666,57,8166,NULL,8163,1,'2026-01-14 19:22:58','2026-01-14 19:22:58','23e53a41-68cf-4f41-8650-9d516125d06e'),
(31667,57,8166,NULL,8162,2,'2026-01-14 19:22:58','2026-01-14 19:22:58','fe12bba3-ce41-471c-9ffd-f9f7de946919'),
(31668,57,8166,NULL,8164,3,'2026-01-14 19:22:58','2026-01-14 19:22:58','c8e8f40e-aca6-480b-aea0-7a90d294ba53'),
(31669,57,8166,NULL,8165,4,'2026-01-14 19:22:58','2026-01-14 19:22:58','27ca9707-bb05-4017-b7cc-ac78072b70d5'),
(31689,32,8168,NULL,2610,1,'2026-01-14 19:23:06','2026-01-14 19:23:06','c0fffdf3-95ea-46b5-9270-c28af342bd3b'),
(31690,32,8168,NULL,2598,2,'2026-01-14 19:23:06','2026-01-14 19:23:06','f52b9ffc-7db8-48b8-92fb-c2e411786ed6'),
(31691,32,8168,NULL,2600,3,'2026-01-14 19:23:06','2026-01-14 19:23:06','2576be9f-113b-432b-bad7-efac00c18207'),
(31692,32,8168,NULL,2604,4,'2026-01-14 19:23:06','2026-01-14 19:23:06','bc202ea5-0966-4f56-aa99-e84bd42fe6ab'),
(31693,32,8168,NULL,2614,5,'2026-01-14 19:23:06','2026-01-14 19:23:06','58d032bf-7cd3-4944-b0fb-03208c5d47f1'),
(31694,32,8168,NULL,2608,6,'2026-01-14 19:23:06','2026-01-14 19:23:06','1f49624c-d967-4c8b-b0ab-3c9ccb982103'),
(31695,32,8168,NULL,2596,7,'2026-01-14 19:23:06','2026-01-14 19:23:06','d11b5ec5-ccbb-46c2-b604-abc07209129b'),
(31696,32,8168,NULL,2602,8,'2026-01-14 19:23:06','2026-01-14 19:23:06','3204662f-68dc-4079-a811-d7c19c645500'),
(31697,16,8168,NULL,4017,1,'2026-01-14 19:23:06','2026-01-14 19:23:06','a89221c5-e8a4-4419-b6df-30b9dd64c54e'),
(31698,7,8168,NULL,601,1,'2026-01-14 19:23:06','2026-01-14 19:23:06','615eeba1-a7fd-41fa-8856-9112734f6dff'),
(31700,7,8168,NULL,2972,3,'2026-01-14 19:23:06','2026-01-14 19:23:06','5f4d5ec7-382c-4820-bddc-8af3f6c20c7d'),
(31701,7,8168,NULL,617,4,'2026-01-14 19:23:06','2026-01-14 19:23:06','f2bdd417-4caa-4366-9fe0-605c0a1fc10b'),
(31702,7,8168,NULL,605,5,'2026-01-14 19:23:06','2026-01-14 19:23:06','14a7aa54-2b20-4aef-a382-73c2ea0ce2e5'),
(31703,82,8168,NULL,479,1,'2026-01-14 19:23:06','2026-01-14 19:23:06','5d9777c4-f3f0-4ad6-867d-a774a3cd64af'),
(31704,57,8168,NULL,8163,1,'2026-01-14 19:23:06','2026-01-14 19:23:06','cc9e0af0-ac55-4829-a6c0-519a8bc56a60'),
(31705,57,8168,NULL,8162,2,'2026-01-14 19:23:06','2026-01-14 19:23:06','894b059d-514e-4746-8090-62ee5173153c'),
(31706,57,8168,NULL,8164,3,'2026-01-14 19:23:06','2026-01-14 19:23:06','17e77690-02c5-4cd8-a787-1d4dbecd3f55'),
(31707,57,8168,NULL,8165,4,'2026-01-14 19:23:06','2026-01-14 19:23:06','4cfa5544-f4e9-42c8-9f44-a2759297735d'),
(31727,32,8170,NULL,2610,1,'2026-01-14 19:23:37','2026-01-14 19:23:37','58d82afa-4c21-436e-a21f-66e6f8076bab'),
(31728,32,8170,NULL,2598,2,'2026-01-14 19:23:37','2026-01-14 19:23:37','ab027c6a-162e-4f99-8b57-016f7e4d6029'),
(31729,32,8170,NULL,2600,3,'2026-01-14 19:23:37','2026-01-14 19:23:37','00b4949c-f85d-4674-8bfc-97e1cb7a959f'),
(31730,32,8170,NULL,2604,4,'2026-01-14 19:23:37','2026-01-14 19:23:37','1a73cb1f-b08d-4bdf-9ad0-07991344bf60'),
(31731,32,8170,NULL,2614,5,'2026-01-14 19:23:37','2026-01-14 19:23:37','59747862-dc7f-4502-8164-a336aefcb9c7'),
(31732,32,8170,NULL,2608,6,'2026-01-14 19:23:37','2026-01-14 19:23:37','eddb069e-eb2f-46d5-b39e-610f85fb509c'),
(31733,32,8170,NULL,2596,7,'2026-01-14 19:23:37','2026-01-14 19:23:37','771ba2ae-6f52-438f-a2c9-545a49f6da42'),
(31734,32,8170,NULL,2602,8,'2026-01-14 19:23:37','2026-01-14 19:23:37','b5732c6a-c918-4cb5-b344-37697f3c33b0'),
(31735,16,8170,NULL,4017,1,'2026-01-14 19:23:37','2026-01-14 19:23:37','0a3a4c7a-a2a7-4888-9e06-e8946da149fc'),
(31736,7,8170,NULL,601,1,'2026-01-14 19:23:37','2026-01-14 19:23:37','f80d5298-7d32-4502-b626-b9c40b25d15b'),
(31738,7,8170,NULL,2972,3,'2026-01-14 19:23:37','2026-01-14 19:23:37','08df4027-1362-41a6-975c-0041eb49db0b'),
(31739,7,8170,NULL,617,4,'2026-01-14 19:23:37','2026-01-14 19:23:37','c0a12f5e-30f1-4f42-a30b-41531da7a315'),
(31740,7,8170,NULL,605,5,'2026-01-14 19:23:37','2026-01-14 19:23:37','962cf04e-ceae-4ab0-a15f-155cf53d07a0'),
(31741,82,8170,NULL,479,1,'2026-01-14 19:23:37','2026-01-14 19:23:37','58381476-ab8b-4b3f-8aa4-74a85518c72b'),
(31742,57,8170,NULL,8163,1,'2026-01-14 19:23:37','2026-01-14 19:23:37','0925e070-5f79-4eae-ae71-f6030420cea4'),
(31743,57,8170,NULL,8162,2,'2026-01-14 19:23:37','2026-01-14 19:23:37','50474634-73ee-4ba7-9634-31549f26f611'),
(31744,57,8170,NULL,8164,3,'2026-01-14 19:23:37','2026-01-14 19:23:37','622f01ec-1a84-404b-ba81-83d3d3cfdf5f'),
(31745,57,8170,NULL,8165,4,'2026-01-14 19:23:37','2026-01-14 19:23:37','d42af445-c353-42bc-ad1a-c1ea8feb141c'),
(31767,32,8172,NULL,2610,1,'2026-01-14 19:24:32','2026-01-14 19:24:32','befcfe5c-2aa8-4c4f-9527-a63989e36c1c'),
(31768,32,8172,NULL,2598,2,'2026-01-14 19:24:32','2026-01-14 19:24:32','57c7673a-2636-4fab-b2dd-2d4bc2204c31'),
(31769,32,8172,NULL,2600,3,'2026-01-14 19:24:32','2026-01-14 19:24:32','26c386a3-5340-4373-bed6-d0e6be130e31'),
(31770,32,8172,NULL,2602,4,'2026-01-14 19:24:32','2026-01-14 19:24:32','53786fc2-a735-4952-b3ec-806695f9bb25'),
(31771,32,8172,NULL,2604,5,'2026-01-14 19:24:32','2026-01-14 19:24:32','ee5c98d2-230f-4427-909b-9873f1c6df17'),
(31772,32,8172,NULL,2608,6,'2026-01-14 19:24:32','2026-01-14 19:24:32','6adb76b6-8666-429e-b642-b760ac2fa618'),
(31773,32,8172,NULL,2596,7,'2026-01-14 19:24:32','2026-01-14 19:24:32','51bb19ec-40fb-4341-9c52-00fb27fc040a'),
(31774,16,8172,NULL,4080,1,'2026-01-14 19:24:32','2026-01-14 19:24:32','82f64ca1-6d47-4925-99fe-4ff2b8067140'),
(31775,7,8172,NULL,601,1,'2026-01-14 19:24:32','2026-01-14 19:24:32','ebc5eea7-d717-4085-a459-483514d048f5'),
(31776,7,8172,NULL,3468,2,'2026-01-14 19:24:32','2026-01-14 19:24:32','8e27bc0f-b2ae-46dd-9e22-913e129c686c'),
(31778,7,8172,NULL,2972,4,'2026-01-14 19:24:32','2026-01-14 19:24:32','0a7e65f3-43ef-4581-bd37-31bc9ad156f2'),
(31779,7,8172,NULL,2974,5,'2026-01-14 19:24:32','2026-01-14 19:24:32','5074b81c-51d4-4402-ad9a-0a3da52636c8'),
(31780,7,8172,NULL,617,6,'2026-01-14 19:24:32','2026-01-14 19:24:32','45951f3f-96d1-4420-9778-d8ab871f3c28'),
(31781,7,8172,NULL,605,7,'2026-01-14 19:24:32','2026-01-14 19:24:32','0c68a9b1-65b7-438b-b2a1-030146023e1c'),
(31782,82,8172,NULL,479,1,'2026-01-14 19:24:32','2026-01-14 19:24:32','865276ac-c5d1-4ded-845d-6d6ac9da4c67'),
(31783,82,8172,NULL,491,2,'2026-01-14 19:24:32','2026-01-14 19:24:32','b9057d83-f7d9-408f-8362-28d014136e64'),
(31784,57,8172,NULL,5067,1,'2026-01-14 19:24:32','2026-01-14 19:24:32','24d1e5dd-6503-4108-8e2b-2de2a1bc6bf0'),
(31785,57,8172,NULL,5068,2,'2026-01-14 19:24:32','2026-01-14 19:24:32','2177897c-6752-48e3-8aae-d38e4053e5b2'),
(31786,57,8172,NULL,5069,3,'2026-01-14 19:24:32','2026-01-14 19:24:32','7225d3d8-5418-4df9-9738-94eb7e4b19fe'),
(31814,16,1123,NULL,8178,1,'2026-01-14 19:30:50','2026-01-14 19:30:50','35d81b88-3f90-4fc7-a2ee-97a32ffc0d6e'),
(31815,57,1123,NULL,8174,3,'2026-01-14 19:30:50','2026-01-14 19:34:59','e02b30fe-2991-4ca4-b65e-432a4af4cb58'),
(31816,57,1123,NULL,8175,1,'2026-01-14 19:30:50','2026-01-14 19:34:59','0485d824-4784-476e-80eb-9c1b76b9f7e9'),
(31818,57,1123,NULL,8177,4,'2026-01-14 19:30:50','2026-01-14 19:34:59','488daa41-70bd-44f4-b166-ced7e5d8b215'),
(31819,32,8179,NULL,2610,1,'2026-01-14 19:30:50','2026-01-14 19:30:50','997978d9-e255-410a-bc19-9d12927c04b9'),
(31820,32,8179,NULL,2598,2,'2026-01-14 19:30:50','2026-01-14 19:30:50','9ac8211a-c871-4e37-b499-1ed450ebb980'),
(31821,32,8179,NULL,2600,3,'2026-01-14 19:30:50','2026-01-14 19:30:50','499409bc-39a1-4ce5-ac36-fde25f775fdc'),
(31822,32,8179,NULL,2602,4,'2026-01-14 19:30:50','2026-01-14 19:30:50','fd79843d-f1a2-4c69-9eaa-aba07729a3c4'),
(31823,32,8179,NULL,2604,5,'2026-01-14 19:30:50','2026-01-14 19:30:50','49d07459-e07a-4aa0-87b8-ee7c0e199945'),
(31824,32,8179,NULL,2608,6,'2026-01-14 19:30:50','2026-01-14 19:30:50','13a867e3-0ecd-4344-a95e-d4c961320ebd'),
(31825,32,8179,NULL,2596,7,'2026-01-14 19:30:50','2026-01-14 19:30:50','ec1419b6-2e74-4ecf-a9bb-4566b4c47050'),
(31826,16,8179,NULL,8178,1,'2026-01-14 19:30:50','2026-01-14 19:30:50','2586a58a-19de-45bf-8386-d1358c831ddc'),
(31827,7,8179,NULL,601,1,'2026-01-14 19:30:50','2026-01-14 19:30:50','fb7c477d-9e00-456c-8748-44ee4233b3e4'),
(31828,7,8179,NULL,3468,2,'2026-01-14 19:30:50','2026-01-14 19:30:50','34907d82-dbda-451a-a2f8-ed0f9b43491e'),
(31830,7,8179,NULL,2972,4,'2026-01-14 19:30:50','2026-01-14 19:30:50','bf5b9d87-af1d-46db-a4db-717185e3ff09'),
(31831,7,8179,NULL,2974,5,'2026-01-14 19:30:50','2026-01-14 19:30:50','d3669473-e613-4c82-b25e-d79450ce4bb6'),
(31832,7,8179,NULL,617,6,'2026-01-14 19:30:50','2026-01-14 19:30:50','c6d7a068-6222-44cd-9356-5dc26c27e987'),
(31833,7,8179,NULL,605,7,'2026-01-14 19:30:50','2026-01-14 19:30:50','a7f7ea23-3798-4f5f-8136-eafab16a56ed'),
(31834,82,8179,NULL,479,1,'2026-01-14 19:30:50','2026-01-14 19:30:50','76349be1-9ddb-4a21-8294-fcf24efb1e11'),
(31835,82,8179,NULL,491,2,'2026-01-14 19:30:50','2026-01-14 19:30:50','8d624f05-56ce-45a7-bd10-c987ce545d0b'),
(31836,57,8179,NULL,8174,1,'2026-01-14 19:30:50','2026-01-14 19:30:50','627b02c4-b022-4c7a-8223-132015792878'),
(31837,57,8179,NULL,8175,2,'2026-01-14 19:30:50','2026-01-14 19:30:50','3e8eda09-c535-4d71-9b53-def5dc74a4dd'),
(31838,57,8179,NULL,8176,3,'2026-01-14 19:30:50','2026-01-14 19:30:50','f4077dbe-8d82-4880-aa97-86ed8b538430'),
(31839,57,8179,NULL,8177,4,'2026-01-14 19:30:50','2026-01-14 19:30:50','117f0fb2-6268-4edb-bce1-550e38d922fc'),
(31863,32,8181,NULL,2610,1,'2026-01-14 19:31:05','2026-01-14 19:31:05','3804c6fb-126a-4631-81e7-948f4821e730'),
(31864,32,8181,NULL,2598,2,'2026-01-14 19:31:05','2026-01-14 19:31:05','d7d6d9ae-8b4c-4c00-9346-cf34eff8d146'),
(31865,32,8181,NULL,2600,3,'2026-01-14 19:31:05','2026-01-14 19:31:05','7d2e9844-84bf-4b92-98ce-47cdd42e8a06'),
(31866,32,8181,NULL,2602,4,'2026-01-14 19:31:05','2026-01-14 19:31:05','9f940129-edfb-4f80-b9ea-d5212d92a487'),
(31867,32,8181,NULL,2604,5,'2026-01-14 19:31:05','2026-01-14 19:31:05','7e2ad9ad-6d95-4a4c-a711-ab76f62e9c73'),
(31868,32,8181,NULL,2608,6,'2026-01-14 19:31:05','2026-01-14 19:31:05','2923458b-d994-4733-ab53-ae3b845b47fc'),
(31869,32,8181,NULL,2596,7,'2026-01-14 19:31:05','2026-01-14 19:31:05','01ec48c1-a90c-45be-b061-fd2bc0a7c25b'),
(31870,16,8181,NULL,8178,1,'2026-01-14 19:31:05','2026-01-14 19:31:05','e21073e4-1156-4c33-8fbd-37166eaaee8c'),
(31871,7,8181,NULL,601,1,'2026-01-14 19:31:05','2026-01-14 19:31:05','e6a3198d-99ea-44b5-aebf-5bc95de8afcb'),
(31872,7,8181,NULL,3468,2,'2026-01-14 19:31:05','2026-01-14 19:31:05','a62891bb-8b53-424e-96d9-9db57638d9e2'),
(31874,7,8181,NULL,2972,4,'2026-01-14 19:31:05','2026-01-14 19:31:05','877e9ab6-8bbb-4061-bda0-a10dab6c7554'),
(31875,7,8181,NULL,2974,5,'2026-01-14 19:31:05','2026-01-14 19:31:05','fcdd400e-29a9-4a9d-ada5-f4e39e45098a'),
(31876,7,8181,NULL,617,6,'2026-01-14 19:31:05','2026-01-14 19:31:05','1bf586dc-b3dd-4a50-99e0-2a68ef9004fd'),
(31877,7,8181,NULL,605,7,'2026-01-14 19:31:05','2026-01-14 19:31:05','f53a37fa-20b3-4d0d-b419-dbb592b8a2a9'),
(31878,82,8181,NULL,479,1,'2026-01-14 19:31:05','2026-01-14 19:31:05','564dc27d-cfc4-4743-bac3-467fc3a306a7'),
(31879,82,8181,NULL,491,2,'2026-01-14 19:31:05','2026-01-14 19:31:05','3c6bd4ba-9596-4d75-b9ff-0dbeb063b032'),
(31880,57,8181,NULL,8177,1,'2026-01-14 19:31:05','2026-01-14 19:31:05','1169e705-e811-4b47-8303-8cafcd4629a2'),
(31881,57,8181,NULL,8176,2,'2026-01-14 19:31:05','2026-01-14 19:31:05','3c3c0a9c-ea24-486a-910b-f33adbd9cd20'),
(31882,57,8181,NULL,8175,3,'2026-01-14 19:31:05','2026-01-14 19:31:05','0661cf8c-732d-4a6d-a119-139c9d36ea09'),
(31883,57,8181,NULL,8174,4,'2026-01-14 19:31:05','2026-01-14 19:31:05','7ef04d74-3fa8-4343-94ef-a7c55f183e73'),
(31907,32,8183,NULL,2610,1,'2026-01-14 19:31:49','2026-01-14 19:31:49','445d3dc8-15d1-405a-a026-bfcbc20ec033'),
(31908,32,8183,NULL,2598,2,'2026-01-14 19:31:49','2026-01-14 19:31:49','efc51402-89cd-4ca4-827e-06186bce16b6'),
(31909,32,8183,NULL,2600,3,'2026-01-14 19:31:49','2026-01-14 19:31:49','338b0d99-1739-47e2-8432-1376e2840fb9'),
(31910,32,8183,NULL,2602,4,'2026-01-14 19:31:49','2026-01-14 19:31:49','563216ce-1a8f-42e6-a167-e4a541907d7c'),
(31911,32,8183,NULL,2604,5,'2026-01-14 19:31:49','2026-01-14 19:31:49','e202f025-aabc-45bc-9d77-a6da2de76f29'),
(31912,32,8183,NULL,2608,6,'2026-01-14 19:31:49','2026-01-14 19:31:49','927af09e-dddb-4207-80e1-87685e7ccc6a'),
(31913,32,8183,NULL,2596,7,'2026-01-14 19:31:49','2026-01-14 19:31:49','9c797be0-8092-47d9-a2b9-08fa536e282c'),
(31914,16,8183,NULL,8178,1,'2026-01-14 19:31:49','2026-01-14 19:31:49','0a088803-96cf-4495-8035-67f087b5335c'),
(31915,7,8183,NULL,601,1,'2026-01-14 19:31:49','2026-01-14 19:31:49','35df6fc5-2b0c-4864-aec4-c2f55f8400ac'),
(31916,7,8183,NULL,3468,2,'2026-01-14 19:31:49','2026-01-14 19:31:49','52b1a469-c207-4ad2-984f-750adc24def8'),
(31918,7,8183,NULL,2972,4,'2026-01-14 19:31:49','2026-01-14 19:31:49','0bf34008-c548-42bf-8575-8186ef7cf695'),
(31919,7,8183,NULL,2974,5,'2026-01-14 19:31:49','2026-01-14 19:31:49','0a5281ac-772a-4699-bb62-e0b4f4342a7b'),
(31920,7,8183,NULL,617,6,'2026-01-14 19:31:49','2026-01-14 19:31:49','062d7672-082b-4847-ab0b-d79d55912c39'),
(31921,7,8183,NULL,605,7,'2026-01-14 19:31:49','2026-01-14 19:31:49','1f186e5c-ff96-43de-9c8a-fb2a9a5d0f4d'),
(31922,82,8183,NULL,479,1,'2026-01-14 19:31:49','2026-01-14 19:31:49','50e422ae-cd8e-458b-bdab-1a57b91eeb30'),
(31923,82,8183,NULL,491,2,'2026-01-14 19:31:49','2026-01-14 19:31:49','0822ddb9-e6f3-4d30-9f5d-77b533bffdc9'),
(31924,57,8183,NULL,8177,1,'2026-01-14 19:31:49','2026-01-14 19:31:49','6aa8bb7b-6cce-48a2-af7b-4a93283e50b6'),
(31925,57,8183,NULL,8176,2,'2026-01-14 19:31:49','2026-01-14 19:31:49','4f8fd061-9444-4762-8032-4d6f4ca0f4c2'),
(31926,57,8183,NULL,8175,3,'2026-01-14 19:31:49','2026-01-14 19:31:49','f41994d7-fbea-4141-bcb2-a662671e25a8'),
(31927,57,8183,NULL,8174,4,'2026-01-14 19:31:49','2026-01-14 19:31:49','e3f7df8e-313c-4b1c-bc47-e787cdd15d7f'),
(31951,32,8185,NULL,2610,1,'2026-01-14 19:32:10','2026-01-14 19:32:10','0224894e-b5f0-4388-b345-32c79ec5d0d1'),
(31952,32,8185,NULL,2598,2,'2026-01-14 19:32:10','2026-01-14 19:32:10','9b008f11-2e7c-4202-89e3-587c27421934'),
(31953,32,8185,NULL,2600,3,'2026-01-14 19:32:10','2026-01-14 19:32:10','060e103b-16ea-4db7-afa1-952e909a84dd'),
(31954,32,8185,NULL,2602,4,'2026-01-14 19:32:10','2026-01-14 19:32:10','d9a972fc-4cbd-4826-b157-4ef38654a01d'),
(31955,32,8185,NULL,2604,5,'2026-01-14 19:32:10','2026-01-14 19:32:10','0826526d-45df-41e2-8609-4157f5f270fd'),
(31956,32,8185,NULL,2608,6,'2026-01-14 19:32:10','2026-01-14 19:32:10','8de317eb-58d4-419e-adac-622f2d4152d4'),
(31957,32,8185,NULL,2596,7,'2026-01-14 19:32:10','2026-01-14 19:32:10','0616056f-56de-4ffc-93fc-4dd30e8f7ffd'),
(31958,16,8185,NULL,8178,1,'2026-01-14 19:32:10','2026-01-14 19:32:10','ef966ea9-8641-42f3-b308-24b114659586'),
(31959,7,8185,NULL,601,1,'2026-01-14 19:32:10','2026-01-14 19:32:10','d3188135-912b-4cb4-a55f-c330cca40131'),
(31960,7,8185,NULL,3468,2,'2026-01-14 19:32:10','2026-01-14 19:32:10','e9a0de38-87e3-4734-aeaa-deb406456080'),
(31962,7,8185,NULL,2972,4,'2026-01-14 19:32:10','2026-01-14 19:32:10','e75be314-4beb-49f6-95d4-1d33c9259475'),
(31963,7,8185,NULL,2974,5,'2026-01-14 19:32:10','2026-01-14 19:32:10','e6d1a84c-8872-4626-a188-c2bc53d0b636'),
(31964,7,8185,NULL,617,6,'2026-01-14 19:32:10','2026-01-14 19:32:10','0a472699-c8f5-4c6d-990d-f76f857c13ab'),
(31965,7,8185,NULL,605,7,'2026-01-14 19:32:10','2026-01-14 19:32:10','32cfb8f9-7e9b-4474-af47-1599086b14ae'),
(31966,82,8185,NULL,479,1,'2026-01-14 19:32:10','2026-01-14 19:32:10','78060280-ee59-4fab-8c51-056c88d98e49'),
(31967,82,8185,NULL,491,2,'2026-01-14 19:32:10','2026-01-14 19:32:10','93a7442c-6664-4b83-90d5-baf97880ad0a'),
(31968,57,8185,NULL,8177,1,'2026-01-14 19:32:10','2026-01-14 19:32:10','91857ae8-ab56-4ee6-aae0-07a50cf2f353'),
(31969,57,8185,NULL,8176,2,'2026-01-14 19:32:10','2026-01-14 19:32:10','1cd92644-d9e9-471e-af5d-370274d79a9b'),
(31970,57,8185,NULL,8175,3,'2026-01-14 19:32:10','2026-01-14 19:32:10','8e0de0d0-4a8f-4c1c-9324-98ef4845ff80'),
(31971,57,8185,NULL,8174,4,'2026-01-14 19:32:10','2026-01-14 19:32:10','b69b4257-2725-4a9f-ac48-da0520d1ea18'),
(31973,32,8186,NULL,2610,1,'2026-01-14 19:32:33','2026-01-14 19:32:33','f065bf99-0cf1-4db3-86fe-98b1f63e0deb'),
(31974,32,8186,NULL,2598,2,'2026-01-14 19:32:33','2026-01-14 19:32:33','f8cf72f7-a2f1-4ae2-ac1a-7313f73e82bb'),
(31975,32,8186,NULL,2600,3,'2026-01-14 19:32:33','2026-01-14 19:32:33','d9dc1734-d797-42b6-b608-3fb64ee00cd5'),
(31976,32,8186,NULL,2602,4,'2026-01-14 19:32:33','2026-01-14 19:32:33','797f8f63-acb2-4990-b3a9-63a291143689'),
(31977,32,8186,NULL,2604,5,'2026-01-14 19:32:33','2026-01-14 19:32:33','08ce9872-c400-4bd6-85ee-a97170800593'),
(31978,32,8186,NULL,2608,6,'2026-01-14 19:32:33','2026-01-14 19:32:33','1e7037b6-dfa6-480d-b772-754b3d9d53ce'),
(31979,32,8186,NULL,2596,7,'2026-01-14 19:32:33','2026-01-14 19:32:33','031146e0-4d7a-4a78-b8ef-31523e77f095'),
(31980,16,8186,NULL,8178,1,'2026-01-14 19:32:33','2026-01-14 19:32:33','5a408293-684a-4d1a-b74a-98e6018481a5'),
(31981,7,8186,NULL,601,1,'2026-01-14 19:32:33','2026-01-14 19:32:33','cdbc6acf-2d49-4170-85ee-6b6bf8855832'),
(31982,7,8186,NULL,3468,2,'2026-01-14 19:32:33','2026-01-14 19:32:33','ee1157d8-c891-466b-908b-bed9e2c42188'),
(31984,7,8186,NULL,2972,4,'2026-01-14 19:32:33','2026-01-14 19:32:33','a27413d8-0c18-4e06-a618-3b26206b777e'),
(31985,7,8186,NULL,2974,5,'2026-01-14 19:32:33','2026-01-14 19:32:33','9a6124e0-8a4d-42dd-86c6-a5cfb390b671'),
(31986,7,8186,NULL,617,6,'2026-01-14 19:32:33','2026-01-14 19:32:33','6c13d991-2ee5-4948-9807-a595fe2770b0'),
(31987,7,8186,NULL,605,7,'2026-01-14 19:32:33','2026-01-14 19:32:33','0d40dc98-35ac-4fb9-8369-7becdcd10a8c'),
(31988,82,8186,NULL,479,1,'2026-01-14 19:32:33','2026-01-14 19:32:33','332c08c4-8324-45f0-a56b-b564aa1b6e39'),
(31989,82,8186,NULL,491,2,'2026-01-14 19:32:33','2026-01-14 19:32:33','a4ae443e-8261-4fbd-b900-7779512de82d'),
(31990,57,8186,NULL,8177,1,'2026-01-14 19:32:33','2026-01-14 19:32:33','31bba1cd-cde3-4fe1-81c9-c1ee28851062'),
(31991,57,8186,NULL,8176,2,'2026-01-14 19:32:33','2026-01-14 19:32:33','9728d8fa-365f-432e-98a6-dc51a928a36e'),
(31992,57,8186,NULL,8175,3,'2026-01-14 19:32:33','2026-01-14 19:32:33','4835fb8a-2b87-4254-bc02-ca58f74d2e31'),
(31993,57,8186,NULL,8174,4,'2026-01-14 19:32:33','2026-01-14 19:32:33','59cf0b05-4d4a-4eb9-bb68-2c737fb8d010'),
(32017,32,8188,NULL,2610,1,'2026-01-14 19:32:49','2026-01-14 19:32:49','bf45580a-3888-4f17-8897-3ac452d2afd6'),
(32018,32,8188,NULL,2598,2,'2026-01-14 19:32:49','2026-01-14 19:32:49','9164eea7-038b-4eb8-b128-434f4b08b026'),
(32019,32,8188,NULL,2600,3,'2026-01-14 19:32:49','2026-01-14 19:32:49','a1a88ecd-a33b-4042-b9e8-f7b4826273aa'),
(32020,32,8188,NULL,2602,4,'2026-01-14 19:32:49','2026-01-14 19:32:49','b308822c-41cb-4a0c-8ef5-1ef5249bcfbc'),
(32021,32,8188,NULL,2604,5,'2026-01-14 19:32:49','2026-01-14 19:32:49','f7d04b1c-8f58-49ad-b3d0-4fb3185ccd1a'),
(32022,32,8188,NULL,2608,6,'2026-01-14 19:32:49','2026-01-14 19:32:49','59627b02-ab76-41b1-bc9b-e2c6596ea827'),
(32023,32,8188,NULL,2596,7,'2026-01-14 19:32:49','2026-01-14 19:32:49','e49f088c-c644-46c5-9886-abaabf1b7f35'),
(32024,16,8188,NULL,8178,1,'2026-01-14 19:32:49','2026-01-14 19:32:49','0a58aff1-68b6-4535-a9e5-dbc7c5b95ab8'),
(32025,7,8188,NULL,601,1,'2026-01-14 19:32:49','2026-01-14 19:32:49','923c5547-542d-4aa8-b990-dad85fcdf50f'),
(32026,7,8188,NULL,3468,2,'2026-01-14 19:32:49','2026-01-14 19:32:49','d3d1e496-3e4a-40d5-b964-2e88af569264'),
(32028,7,8188,NULL,2972,4,'2026-01-14 19:32:49','2026-01-14 19:32:49','9f01cf06-4c73-4344-a9d3-43f249867834'),
(32029,7,8188,NULL,2974,5,'2026-01-14 19:32:49','2026-01-14 19:32:49','571f19d8-747c-4c9b-be1f-e3e1b7963952'),
(32030,7,8188,NULL,617,6,'2026-01-14 19:32:49','2026-01-14 19:32:49','5b7c447b-bb83-4a21-9033-9d784563e6a4'),
(32031,7,8188,NULL,605,7,'2026-01-14 19:32:49','2026-01-14 19:32:49','511e1a6c-f7ae-4e71-99de-76a0ce3f7ccc'),
(32032,82,8188,NULL,479,1,'2026-01-14 19:32:49','2026-01-14 19:32:49','445ca56a-d3f3-42bd-acc6-cbdbd4f0c451'),
(32033,82,8188,NULL,491,2,'2026-01-14 19:32:49','2026-01-14 19:32:49','febe00bc-da98-416e-a44a-8e85ea214392'),
(32034,57,8188,NULL,8177,1,'2026-01-14 19:32:49','2026-01-14 19:32:49','35d8933d-db08-43b7-b0ac-e2c62db50df7'),
(32035,57,8188,NULL,8176,2,'2026-01-14 19:32:49','2026-01-14 19:32:49','96bb13be-472e-408e-8997-6bc581bdd958'),
(32036,57,8188,NULL,8175,3,'2026-01-14 19:32:49','2026-01-14 19:32:49','aba13055-b3ae-4b60-b1ff-63d92063f426'),
(32037,57,8188,NULL,8174,4,'2026-01-14 19:32:49','2026-01-14 19:32:49','076db7e3-49ec-473d-aac3-b182d5389272'),
(32061,32,8190,NULL,2610,1,'2026-01-14 19:33:11','2026-01-14 19:33:11','b4dadd43-7159-4574-a678-c7d171bcea0e'),
(32062,32,8190,NULL,2598,2,'2026-01-14 19:33:11','2026-01-14 19:33:11','e7973824-d5f7-40a0-a53f-8628bcd22aec'),
(32063,32,8190,NULL,2600,3,'2026-01-14 19:33:11','2026-01-14 19:33:11','6b2938be-f1ee-4b0a-8725-fc679fec8f61'),
(32064,32,8190,NULL,2602,4,'2026-01-14 19:33:11','2026-01-14 19:33:11','c573abd1-be7c-40f1-829b-2685fbcb8bed'),
(32065,32,8190,NULL,2604,5,'2026-01-14 19:33:11','2026-01-14 19:33:11','c6246735-0af2-4bad-ba67-ecbeebc22ef1'),
(32066,32,8190,NULL,2608,6,'2026-01-14 19:33:11','2026-01-14 19:33:11','c4995542-45f5-4796-a6d6-4b2107b3e0d9'),
(32067,32,8190,NULL,2596,7,'2026-01-14 19:33:11','2026-01-14 19:33:11','b96cb198-8bd5-4f55-8163-658e19e4bf7d'),
(32068,16,8190,NULL,8178,1,'2026-01-14 19:33:11','2026-01-14 19:33:11','ac79c2c6-c4f5-4a6e-af6d-285bcda989f4'),
(32069,7,8190,NULL,601,1,'2026-01-14 19:33:11','2026-01-14 19:33:11','088061b5-3688-49c0-8cc6-64d9215b4b52'),
(32070,7,8190,NULL,3468,2,'2026-01-14 19:33:11','2026-01-14 19:33:11','8f9968bb-10b8-4ff1-8efa-94c12b485d1b'),
(32072,7,8190,NULL,2972,4,'2026-01-14 19:33:11','2026-01-14 19:33:11','5b577fe6-f912-4e0b-8fb5-6b11612b6623'),
(32073,7,8190,NULL,2974,5,'2026-01-14 19:33:11','2026-01-14 19:33:11','1ca798a4-9615-412c-a78b-3b1c57c6dcff'),
(32074,7,8190,NULL,617,6,'2026-01-14 19:33:11','2026-01-14 19:33:11','07db207b-7248-401e-a59c-d140686a5bf4'),
(32075,7,8190,NULL,605,7,'2026-01-14 19:33:11','2026-01-14 19:33:11','65ac0ad8-4a85-41d1-942b-102cad576c13'),
(32076,82,8190,NULL,479,1,'2026-01-14 19:33:11','2026-01-14 19:33:11','65b70cd3-7356-4073-af96-8bf94201e4ac'),
(32077,82,8190,NULL,491,2,'2026-01-14 19:33:11','2026-01-14 19:33:11','9d32fe51-87fe-4600-9a71-ce879008c655'),
(32078,57,8190,NULL,8177,1,'2026-01-14 19:33:11','2026-01-14 19:33:11','60164184-4e0a-485f-b5e1-3c35eb2f7ee1'),
(32079,57,8190,NULL,8176,2,'2026-01-14 19:33:11','2026-01-14 19:33:11','e3af3200-c765-446d-92cc-8248a3db6159'),
(32080,57,8190,NULL,8175,3,'2026-01-14 19:33:11','2026-01-14 19:33:11','4a6bc8cf-1640-49ca-b3ea-fbbbaf6636ef'),
(32081,57,8190,NULL,8174,4,'2026-01-14 19:33:11','2026-01-14 19:33:11','6c0839fd-18ac-47de-8e54-0b60f744b377'),
(32105,32,8192,NULL,2610,1,'2026-01-14 19:33:25','2026-01-14 19:33:25','9399d8c3-a2c6-4cd3-b7a0-b42bb17684ac'),
(32106,32,8192,NULL,2598,2,'2026-01-14 19:33:25','2026-01-14 19:33:25','19600f58-d2f4-4699-bba7-06a8f323c13c'),
(32107,32,8192,NULL,2600,3,'2026-01-14 19:33:25','2026-01-14 19:33:25','5ca3b0ac-3250-483f-98d0-c5217192dd4e'),
(32108,32,8192,NULL,2602,4,'2026-01-14 19:33:25','2026-01-14 19:33:25','41800da5-180b-464c-8f40-2a5266b70a57'),
(32109,32,8192,NULL,2604,5,'2026-01-14 19:33:25','2026-01-14 19:33:25','e68107f6-aca1-401c-b798-02da6696b098'),
(32110,32,8192,NULL,2608,6,'2026-01-14 19:33:25','2026-01-14 19:33:25','9d4911f8-e4d2-4125-8e15-b75e554769ad'),
(32111,32,8192,NULL,2596,7,'2026-01-14 19:33:25','2026-01-14 19:33:25','ef306491-17fd-470e-b1b1-d6ee6ae481df'),
(32112,16,8192,NULL,8178,1,'2026-01-14 19:33:25','2026-01-14 19:33:25','d85e4d2c-c0d9-494e-babd-ac91fcbb2b8f'),
(32113,7,8192,NULL,601,1,'2026-01-14 19:33:25','2026-01-14 19:33:25','41689c2b-2b9b-4600-9c22-9b892275972b'),
(32114,7,8192,NULL,3468,2,'2026-01-14 19:33:25','2026-01-14 19:33:25','7c8d62bd-016b-4a06-9163-26b6aac2b800'),
(32116,7,8192,NULL,2972,4,'2026-01-14 19:33:25','2026-01-14 19:33:25','8367dd3e-861d-4907-a422-ea674883783d'),
(32117,7,8192,NULL,2974,5,'2026-01-14 19:33:25','2026-01-14 19:33:25','a21bf619-17e2-4acc-be1b-328a550412be'),
(32118,7,8192,NULL,617,6,'2026-01-14 19:33:25','2026-01-14 19:33:25','6efe16da-c1ca-479d-bc50-02a75a43d612'),
(32119,7,8192,NULL,605,7,'2026-01-14 19:33:25','2026-01-14 19:33:25','9b4201b8-fac9-4ad9-b5b8-30881ea2ac2b'),
(32120,82,8192,NULL,479,1,'2026-01-14 19:33:25','2026-01-14 19:33:25','e9614781-4297-434c-9fd7-6ae3624b0837'),
(32121,82,8192,NULL,491,2,'2026-01-14 19:33:25','2026-01-14 19:33:25','4e16c267-dcc4-4ad8-83be-7dec01abae28'),
(32122,57,8192,NULL,8177,1,'2026-01-14 19:33:25','2026-01-14 19:33:25','964d0522-c1c7-414c-a325-4bde1cc5785e'),
(32123,57,8192,NULL,8176,2,'2026-01-14 19:33:25','2026-01-14 19:33:25','c6fae08a-7306-4d96-abcc-b4bc548272d0'),
(32124,57,8192,NULL,8175,3,'2026-01-14 19:33:25','2026-01-14 19:33:25','9b4d2d2b-ec7e-4063-b9a6-94d87fcffbf5'),
(32125,57,8192,NULL,8174,4,'2026-01-14 19:33:25','2026-01-14 19:33:25','dab1216b-c60c-4e42-9728-3c954636fddf'),
(32150,57,1123,NULL,8194,2,'2026-01-14 19:34:38','2026-01-14 19:34:38','76601c65-3bd3-401e-947e-3bfc6f46f2b5'),
(32151,32,8195,NULL,2610,1,'2026-01-14 19:34:38','2026-01-14 19:34:38','18a44484-b0e0-4074-8c1e-3d734d4a8f9b'),
(32152,32,8195,NULL,2598,2,'2026-01-14 19:34:38','2026-01-14 19:34:38','dc57801a-ba7f-49be-ab18-cc92d29041b2'),
(32153,32,8195,NULL,2600,3,'2026-01-14 19:34:38','2026-01-14 19:34:38','e251f8f4-fcec-4540-acb1-af3e50211366'),
(32154,32,8195,NULL,2602,4,'2026-01-14 19:34:38','2026-01-14 19:34:38','1b24e686-4b8f-436d-9b9f-c50aa8b138d2'),
(32155,32,8195,NULL,2604,5,'2026-01-14 19:34:38','2026-01-14 19:34:38','ab13a1a5-196c-4101-b937-4fcb8a3cc655'),
(32156,32,8195,NULL,2608,6,'2026-01-14 19:34:38','2026-01-14 19:34:38','890fd763-497f-4ac0-ae9d-79b7d8a0bfec'),
(32157,32,8195,NULL,2596,7,'2026-01-14 19:34:38','2026-01-14 19:34:38','1aecf4d0-4397-4844-8307-af1311ef38f5'),
(32158,16,8195,NULL,8178,1,'2026-01-14 19:34:38','2026-01-14 19:34:38','2d811fd4-af92-4cac-8cfe-732f1cfde3ea'),
(32159,7,8195,NULL,601,1,'2026-01-14 19:34:38','2026-01-14 19:34:38','262936f5-84a0-4a6d-8ab4-820650304240'),
(32160,7,8195,NULL,3468,2,'2026-01-14 19:34:38','2026-01-14 19:34:38','ab72f07e-c543-4b88-952e-68ff7a69a6d8'),
(32162,7,8195,NULL,2972,4,'2026-01-14 19:34:38','2026-01-14 19:34:38','70f44b84-6487-40a1-b462-87908faae839'),
(32163,7,8195,NULL,2974,5,'2026-01-14 19:34:38','2026-01-14 19:34:38','5a172e56-b19e-43e5-ad5d-8f28e9555963'),
(32164,7,8195,NULL,617,6,'2026-01-14 19:34:38','2026-01-14 19:34:38','eaf3be18-37f5-4a24-9d36-982205a39f30'),
(32165,7,8195,NULL,605,7,'2026-01-14 19:34:38','2026-01-14 19:34:38','74888f3e-5917-4bdb-83df-4862d650a550'),
(32166,82,8195,NULL,479,1,'2026-01-14 19:34:38','2026-01-14 19:34:38','46dc1102-1352-40ff-8ac2-0314adc7f645'),
(32167,82,8195,NULL,491,2,'2026-01-14 19:34:38','2026-01-14 19:34:38','28e12ae0-a051-4007-bfa4-841317b465a4'),
(32168,57,8195,NULL,8177,1,'2026-01-14 19:34:38','2026-01-14 19:34:38','cc180692-fae9-44ae-9ac6-da6cdb734576'),
(32169,57,8195,NULL,8194,2,'2026-01-14 19:34:38','2026-01-14 19:34:38','d0c11a51-d9c0-470c-b241-b0a20385e760'),
(32170,57,8195,NULL,8175,3,'2026-01-14 19:34:38','2026-01-14 19:34:38','f007a154-2a44-4bf3-a30e-3385e455717b'),
(32171,57,8195,NULL,8174,4,'2026-01-14 19:34:38','2026-01-14 19:34:38','a85eb66d-75d4-4a20-a7a2-a174de86c072'),
(32195,32,8197,NULL,2610,1,'2026-01-14 19:34:59','2026-01-14 19:34:59','72676b6a-ee65-418b-92d6-ccc2f86c9357'),
(32196,32,8197,NULL,2598,2,'2026-01-14 19:34:59','2026-01-14 19:34:59','08495454-97d5-43e7-8181-ef545bf5e085'),
(32197,32,8197,NULL,2600,3,'2026-01-14 19:34:59','2026-01-14 19:34:59','631a173c-8922-4ee4-a0ff-4db0ca82777d'),
(32198,32,8197,NULL,2602,4,'2026-01-14 19:34:59','2026-01-14 19:34:59','4cf6826f-b7f6-4ad1-b70b-7bf6d3163519'),
(32199,32,8197,NULL,2604,5,'2026-01-14 19:34:59','2026-01-14 19:34:59','c61fbd28-5126-447e-972a-dfd63c95bcf7'),
(32200,32,8197,NULL,2608,6,'2026-01-14 19:34:59','2026-01-14 19:34:59','d227885a-ce51-49a6-b15d-6c38bf313e25'),
(32201,32,8197,NULL,2596,7,'2026-01-14 19:34:59','2026-01-14 19:34:59','321e5bb2-0ff7-450c-9840-60fa34187a6d'),
(32202,16,8197,NULL,8178,1,'2026-01-14 19:34:59','2026-01-14 19:34:59','5cfc86bf-733b-444f-bf18-8c35f3500d98'),
(32203,7,8197,NULL,601,1,'2026-01-14 19:34:59','2026-01-14 19:34:59','30012e3a-4529-4e8c-9a24-a95b092b2d07'),
(32204,7,8197,NULL,3468,2,'2026-01-14 19:34:59','2026-01-14 19:34:59','aa290b83-1e0b-4228-95f2-13769928b6bf'),
(32206,7,8197,NULL,2972,4,'2026-01-14 19:34:59','2026-01-14 19:34:59','d6dadd33-5bfa-4b7e-b01d-ab201c26b01e'),
(32207,7,8197,NULL,2974,5,'2026-01-14 19:34:59','2026-01-14 19:34:59','b4657d17-3c7e-44d3-a31f-be242ef19f9e'),
(32208,7,8197,NULL,617,6,'2026-01-14 19:34:59','2026-01-14 19:34:59','b9f2976b-4147-4df4-b87a-7ab609fb6663'),
(32209,7,8197,NULL,605,7,'2026-01-14 19:34:59','2026-01-14 19:34:59','e67cbf99-c8cb-450e-8c01-0d90d7a453b7'),
(32210,82,8197,NULL,479,1,'2026-01-14 19:34:59','2026-01-14 19:34:59','f82379a0-b8fe-4fb0-acbb-8c87177fb98c'),
(32211,82,8197,NULL,491,2,'2026-01-14 19:34:59','2026-01-14 19:34:59','dc67f200-5d08-45ab-8ab1-a69c77413b3f'),
(32212,57,8197,NULL,8175,1,'2026-01-14 19:34:59','2026-01-14 19:34:59','9a1427bd-568d-400b-b7f4-433ca2ed2cac'),
(32213,57,8197,NULL,8194,2,'2026-01-14 19:34:59','2026-01-14 19:34:59','2cd09fc6-c373-4ef4-b66b-352e3f1b4084'),
(32214,57,8197,NULL,8174,3,'2026-01-14 19:34:59','2026-01-14 19:34:59','b3b4431c-0e2b-44e2-94e4-b6d3d69dde4d'),
(32215,57,8197,NULL,8177,4,'2026-01-14 19:34:59','2026-01-14 19:34:59','84187142-b36d-49fa-8a31-41bdad6cffda'),
(32239,32,8199,NULL,2610,1,'2026-01-14 19:35:02','2026-01-14 19:35:02','092f6af2-8fea-4ba2-bfae-698bf1e69ec6'),
(32240,32,8199,NULL,2598,2,'2026-01-14 19:35:02','2026-01-14 19:35:02','ea6f5dbf-cac8-407f-8fc7-9d1398aa7888'),
(32241,32,8199,NULL,2600,3,'2026-01-14 19:35:02','2026-01-14 19:35:02','f611a383-283c-4851-81a0-dc110a9e0f7f'),
(32242,32,8199,NULL,2602,4,'2026-01-14 19:35:02','2026-01-14 19:35:02','f5b30e5d-52c6-4785-a5e8-8dbb9fd4bdfa'),
(32243,32,8199,NULL,2604,5,'2026-01-14 19:35:02','2026-01-14 19:35:02','74557357-8b2e-4ccf-b91d-69209c8b95b4'),
(32244,32,8199,NULL,2608,6,'2026-01-14 19:35:02','2026-01-14 19:35:02','d6cdd9db-f2f3-4873-b3a8-0fd7404a7354'),
(32245,32,8199,NULL,2596,7,'2026-01-14 19:35:02','2026-01-14 19:35:02','c7c2d234-1871-48f2-b868-2905c4235f2a'),
(32246,16,8199,NULL,8178,1,'2026-01-14 19:35:02','2026-01-14 19:35:02','647e307a-3997-4c23-8058-b7d534ba6438'),
(32247,7,8199,NULL,601,1,'2026-01-14 19:35:02','2026-01-14 19:35:02','9fed247d-d5e5-44f6-a932-899b5ca8669f'),
(32248,7,8199,NULL,3468,2,'2026-01-14 19:35:02','2026-01-14 19:35:02','d2bbf6d0-b31c-47ca-9cba-f8ceb96bbcbc'),
(32250,7,8199,NULL,2972,4,'2026-01-14 19:35:02','2026-01-14 19:35:02','1aa47ec0-5d45-4c30-bb7c-ff8dbc07f046'),
(32251,7,8199,NULL,2974,5,'2026-01-14 19:35:02','2026-01-14 19:35:02','49bc6957-6fba-4503-aef1-7c7d5a1c6623'),
(32252,7,8199,NULL,617,6,'2026-01-14 19:35:02','2026-01-14 19:35:02','f0872e11-ae08-425a-816f-187bae6ad5ed'),
(32253,7,8199,NULL,605,7,'2026-01-14 19:35:02','2026-01-14 19:35:02','bfddbfd2-81fa-4501-8f41-38833f0f4881'),
(32254,82,8199,NULL,479,1,'2026-01-14 19:35:02','2026-01-14 19:35:02','fe25f76f-c8d4-44bf-aab0-bb29cfc20ee0'),
(32255,82,8199,NULL,491,2,'2026-01-14 19:35:02','2026-01-14 19:35:02','ea07f7ae-1227-48ab-b2f2-46f9e68d5d57'),
(32256,57,8199,NULL,8175,1,'2026-01-14 19:35:02','2026-01-14 19:35:02','9de4dd42-5e7a-40fc-a4fc-8434756e1838'),
(32257,57,8199,NULL,8194,2,'2026-01-14 19:35:02','2026-01-14 19:35:02','c3b08605-bdc5-49a9-afa3-9b0dbb24c742'),
(32258,57,8199,NULL,8174,3,'2026-01-14 19:35:02','2026-01-14 19:35:02','7b1dd3b0-85da-4972-a42a-cc6cc2d63aad'),
(32259,57,8199,NULL,8177,4,'2026-01-14 19:35:02','2026-01-14 19:35:02','987d0f5d-db3a-47d8-b2ad-09fd89635d46'),
(32282,32,8201,NULL,2614,1,'2026-01-14 19:43:43','2026-01-14 19:43:43','36d7b83e-a473-4e79-9c1f-08954223d4ee'),
(32283,32,8201,NULL,2610,2,'2026-01-14 19:43:43','2026-01-14 19:43:43','b386f527-2eda-42c7-906f-85366e8ecbd3'),
(32284,32,8201,NULL,2598,3,'2026-01-14 19:43:43','2026-01-14 19:43:43','552073bd-8775-45c4-9fba-00624c6f3710'),
(32285,32,8201,NULL,2600,4,'2026-01-14 19:43:43','2026-01-14 19:43:43','5090f2d9-c659-4452-8632-f54b7476d979'),
(32286,32,8201,NULL,2602,5,'2026-01-14 19:43:43','2026-01-14 19:43:43','92b2a033-6fb7-4dec-a1e2-ef42a45225c3'),
(32287,32,8201,NULL,2612,6,'2026-01-14 19:43:43','2026-01-14 19:43:43','db7b5e22-e0f4-42f4-8d41-fc6da498c9ca'),
(32288,32,8201,NULL,2604,7,'2026-01-14 19:43:43','2026-01-14 19:43:43','64045f40-d341-4445-b283-311d1e7da4b0'),
(32289,32,8201,NULL,2608,8,'2026-01-14 19:43:43','2026-01-14 19:43:43','55b03d64-f7d5-4288-8a5c-13b6da65c591'),
(32290,32,8201,NULL,2596,9,'2026-01-14 19:43:43','2026-01-14 19:43:43','fe30bb8f-f0c6-4212-b189-3b0179deb484'),
(32291,16,8201,NULL,5056,1,'2026-01-14 19:43:43','2026-01-14 19:43:43','dfdc94ce-ff52-41c3-a2c3-aff1255274c5'),
(32292,7,8201,NULL,601,1,'2026-01-14 19:43:43','2026-01-14 19:43:43','4e84903c-5aff-47f6-8501-67cb70f94721'),
(32293,7,8201,NULL,617,2,'2026-01-14 19:43:43','2026-01-14 19:43:43','09dc38e9-3da3-44fd-a2fa-09caaeedec6d'),
(32294,7,8201,NULL,605,3,'2026-01-14 19:43:43','2026-01-14 19:43:43','3818e97e-919b-403c-889d-7d395d695a58'),
(32295,82,8201,NULL,479,1,'2026-01-14 19:43:43','2026-01-14 19:43:43','a991f654-cc66-4d3a-9238-d67618f89e37'),
(32296,57,8201,NULL,5055,1,'2026-01-14 19:43:43','2026-01-14 19:43:43','bfa50f7f-18bc-4e53-b857-2c63fa5a2f7a'),
(32297,57,8201,NULL,5056,2,'2026-01-14 19:43:43','2026-01-14 19:43:43','6582aede-e53b-4d10-a4a7-56fbe313ded4'),
(32298,57,8201,NULL,5057,3,'2026-01-14 19:43:43','2026-01-14 19:43:43','01f92536-5370-4429-a100-d333e5f86f95'),
(32299,57,8201,NULL,5058,4,'2026-01-14 19:43:43','2026-01-14 19:43:43','eead1b04-1098-4514-9f5f-0c540d431dd7'),
(32321,16,1129,NULL,4083,1,'2026-01-14 19:44:13','2026-01-14 19:44:13','f7955e4b-9317-4723-ab16-27bcf1fdd4ae'),
(32322,32,8203,NULL,2614,1,'2026-01-14 19:44:13','2026-01-14 19:44:13','e7de4a08-a657-4a8c-a678-385e06fe9bee'),
(32323,32,8203,NULL,2610,2,'2026-01-14 19:44:13','2026-01-14 19:44:13','59a03336-3f47-48c7-a044-f43cf15a5ee6'),
(32324,32,8203,NULL,2598,3,'2026-01-14 19:44:13','2026-01-14 19:44:13','3a17242f-907e-499f-b057-5eff74b99926'),
(32325,32,8203,NULL,2600,4,'2026-01-14 19:44:13','2026-01-14 19:44:13','4f18d08f-290f-4d6d-95da-e73e03ccf1c9'),
(32326,32,8203,NULL,2602,5,'2026-01-14 19:44:13','2026-01-14 19:44:13','f95a6215-e515-4af5-9397-f97a998a0754'),
(32327,32,8203,NULL,2612,6,'2026-01-14 19:44:13','2026-01-14 19:44:13','b75a13bf-4264-44c1-9538-da13d95169db'),
(32328,32,8203,NULL,2604,7,'2026-01-14 19:44:13','2026-01-14 19:44:13','13e645ac-8f36-4a8f-9e2e-f623cf0c320d'),
(32329,32,8203,NULL,2608,8,'2026-01-14 19:44:13','2026-01-14 19:44:13','52c6973b-b141-4745-a7a9-156174e55294'),
(32330,32,8203,NULL,2596,9,'2026-01-14 19:44:13','2026-01-14 19:44:13','eff9b859-a0d0-4a25-b240-b06e32c3e191'),
(32331,16,8203,NULL,4083,1,'2026-01-14 19:44:13','2026-01-14 19:44:13','cb10c533-5647-445a-89e1-d40756e7081b'),
(32332,7,8203,NULL,601,1,'2026-01-14 19:44:13','2026-01-14 19:44:13','3a798fbb-c99c-4acc-9e05-d2e277384a7a'),
(32333,7,8203,NULL,617,2,'2026-01-14 19:44:13','2026-01-14 19:44:13','6d49b609-baed-4e1b-9424-10c548fadeab'),
(32334,7,8203,NULL,605,3,'2026-01-14 19:44:13','2026-01-14 19:44:13','d0f73333-5fca-48cd-949f-6ae183ef1392'),
(32335,82,8203,NULL,479,1,'2026-01-14 19:44:13','2026-01-14 19:44:13','8fa42871-97e4-4b4c-a628-b91ea1e9b1d0'),
(32336,57,8203,NULL,5055,1,'2026-01-14 19:44:13','2026-01-14 19:44:13','5965976c-9ebc-4e94-bcbb-2fe8f3a21313'),
(32337,57,8203,NULL,5056,2,'2026-01-14 19:44:13','2026-01-14 19:44:13','0abc3a67-9881-4ed9-937d-fbbc91d33603'),
(32338,57,8203,NULL,5057,3,'2026-01-14 19:44:13','2026-01-14 19:44:13','fc8c3eef-ac7d-4041-88b2-2107b36e3507'),
(32339,57,8203,NULL,5058,4,'2026-01-14 19:44:13','2026-01-14 19:44:13','577d44c2-d9bb-418f-8b8d-ed1265106a20'),
(32360,32,8205,NULL,2614,1,'2026-01-14 19:44:57','2026-01-14 19:44:57','31071069-3de6-4d72-a273-ca9298d5e204'),
(32361,32,8205,NULL,2610,2,'2026-01-14 19:44:57','2026-01-14 19:44:57','726984ab-02f4-4135-9c4e-70d95072d0b8'),
(32362,32,8205,NULL,2598,3,'2026-01-14 19:44:57','2026-01-14 19:44:57','3edfdd39-bedd-43ab-aba0-e6fd98a17e0d'),
(32363,32,8205,NULL,2600,4,'2026-01-14 19:44:57','2026-01-14 19:44:57','2c81cb13-40a8-4568-91ed-007cac2db997'),
(32364,32,8205,NULL,2602,5,'2026-01-14 19:44:57','2026-01-14 19:44:57','c27f57b7-fe57-4035-b41b-4123aaf23dce'),
(32365,32,8205,NULL,2612,6,'2026-01-14 19:44:57','2026-01-14 19:44:57','4faa6e1c-14b8-4193-bb29-3ac1adcd1f31'),
(32366,32,8205,NULL,2604,7,'2026-01-14 19:44:57','2026-01-14 19:44:57','8845f986-a6dd-47a1-8060-3faa4f852a1c'),
(32367,32,8205,NULL,2608,8,'2026-01-14 19:44:57','2026-01-14 19:44:57','28281ca2-cbff-40f2-9f18-43a42684542c'),
(32368,32,8205,NULL,2596,9,'2026-01-14 19:44:57','2026-01-14 19:44:57','c445398d-671a-4daf-9352-5c945376c94b'),
(32369,16,8205,NULL,4083,1,'2026-01-14 19:44:57','2026-01-14 19:44:57','22165fb7-5c7f-45aa-a9cb-3ef652632ea2'),
(32370,7,8205,NULL,601,1,'2026-01-14 19:44:57','2026-01-14 19:44:57','c19ac24e-93d4-4ede-90ae-381f9e55f728'),
(32371,7,8205,NULL,617,2,'2026-01-14 19:44:57','2026-01-14 19:44:57','320c109d-e317-425f-9967-52241f185802'),
(32372,7,8205,NULL,605,3,'2026-01-14 19:44:57','2026-01-14 19:44:57','c6329459-585a-493b-b180-e801cccd514f'),
(32373,82,8205,NULL,479,1,'2026-01-14 19:44:57','2026-01-14 19:44:57','5e2f5f4d-95a9-482a-a577-4fca4241b7eb'),
(32374,57,8205,NULL,5056,1,'2026-01-14 19:44:57','2026-01-14 19:44:57','c6400c97-6ef4-40b9-be63-b695726c384c'),
(32375,57,8205,NULL,5055,2,'2026-01-14 19:44:57','2026-01-14 19:44:57','889526b7-a478-4054-ab64-f4e2906904c2'),
(32376,57,8205,NULL,5057,3,'2026-01-14 19:44:57','2026-01-14 19:44:57','094779e5-82e6-4776-9097-807bdc0cf23b'),
(32377,57,8205,NULL,5058,4,'2026-01-14 19:44:57','2026-01-14 19:44:57','9c5140ba-87b9-4e74-a532-00a5c53decf5'),
(32398,32,8207,NULL,2614,1,'2026-01-14 19:45:20','2026-01-14 19:45:20','e71edfc4-e3c3-4df5-ad35-3854da20ad5b'),
(32399,32,8207,NULL,2610,2,'2026-01-14 19:45:20','2026-01-14 19:45:20','a77384e6-c83b-4e25-bcd8-49f88382e11f'),
(32400,32,8207,NULL,2598,3,'2026-01-14 19:45:20','2026-01-14 19:45:20','bfe3c41a-bc5d-46a2-80ac-595b94fc7a92'),
(32401,32,8207,NULL,2600,4,'2026-01-14 19:45:20','2026-01-14 19:45:20','d322e047-eb73-4e94-a30e-5c497fc54fdc'),
(32402,32,8207,NULL,2602,5,'2026-01-14 19:45:20','2026-01-14 19:45:20','3cbaecca-cd6e-43de-bd01-2e63c397d955'),
(32403,32,8207,NULL,2612,6,'2026-01-14 19:45:20','2026-01-14 19:45:20','c9389e10-af32-4f22-8357-192d76ff0b71'),
(32404,32,8207,NULL,2604,7,'2026-01-14 19:45:20','2026-01-14 19:45:20','7cde6259-034a-4ee8-8c66-41caecdb1bd4'),
(32405,32,8207,NULL,2608,8,'2026-01-14 19:45:20','2026-01-14 19:45:20','b08a3c5b-a974-4d73-b9f1-5bf8aeb454c8'),
(32406,32,8207,NULL,2596,9,'2026-01-14 19:45:20','2026-01-14 19:45:20','a6d92565-1c87-474d-b542-ca8541dee303'),
(32407,16,8207,NULL,4083,1,'2026-01-14 19:45:20','2026-01-14 19:45:20','f5fb7cad-d3c2-4b2d-ad0c-24b564d102bf'),
(32408,7,8207,NULL,601,1,'2026-01-14 19:45:20','2026-01-14 19:45:20','ae50d4f1-f7a1-433c-bf22-7875ee55616b'),
(32409,7,8207,NULL,617,2,'2026-01-14 19:45:20','2026-01-14 19:45:20','6c222dca-fa8b-4918-9ad7-63b0cd67e8ae'),
(32410,7,8207,NULL,605,3,'2026-01-14 19:45:20','2026-01-14 19:45:20','a23fb6f6-4dcc-4593-9c9c-7be53abf0d5c'),
(32411,82,8207,NULL,479,1,'2026-01-14 19:45:20','2026-01-14 19:45:20','63418ac8-3eb8-40c7-a518-fc4f818b0e6a'),
(32412,57,8207,NULL,5056,1,'2026-01-14 19:45:20','2026-01-14 19:45:20','78fd36f4-a580-4556-a69e-32a169e5dfbe'),
(32413,57,8207,NULL,5055,2,'2026-01-14 19:45:20','2026-01-14 19:45:20','b7f410dd-bff5-4757-83e6-8aae02249dde'),
(32414,57,8207,NULL,5057,3,'2026-01-14 19:45:20','2026-01-14 19:45:20','d1d49569-f101-489d-9768-3206f7524386'),
(32415,57,8207,NULL,5058,4,'2026-01-14 19:45:20','2026-01-14 19:45:20','e001b5e2-a2f2-4a7b-aaf1-fe13080b8f8d'),
(32418,16,1135,NULL,8208,1,'2026-01-14 20:02:59','2026-01-14 20:02:59','ab0546bf-30d0-4f38-ac54-2a9cd783632e'),
(32419,16,8209,NULL,8208,1,'2026-01-14 20:02:59','2026-01-14 20:02:59','36652d42-4a7f-46b4-ae7a-315cd849aea4'),
(32430,57,1135,NULL,8211,3,'2026-01-14 20:04:38','2026-01-14 20:08:06','de0d147d-63d0-4a14-8dd8-f83ebdb3d441'),
(32431,57,1135,NULL,8214,4,'2026-01-14 20:04:38','2026-01-14 20:08:06','84bc1dd6-f27f-4c44-a5ad-0ff7e95c98ba'),
(32432,57,1135,NULL,8213,5,'2026-01-14 20:04:38','2026-01-14 20:08:06','aeea52f0-5cf2-4b7a-ac42-983f3e8b664e'),
(32433,57,1135,NULL,8212,6,'2026-01-14 20:04:38','2026-01-14 20:08:06','ddd55393-29c2-45a2-9359-d27e700df27e'),
(32434,57,1135,NULL,8215,7,'2026-01-14 20:04:38','2026-01-14 20:08:06','757e5651-9d16-4ea1-86e5-543b05fa7a09'),
(32435,57,1135,NULL,8218,1,'2026-01-14 20:04:38','2026-01-14 20:08:06','2047649e-20ad-4b13-ae17-8f33f8175310'),
(32436,57,1135,NULL,8217,2,'2026-01-14 20:04:38','2026-01-14 20:08:06','e9b853cc-6ab6-42a8-a8e2-6841f0387cda'),
(32437,16,8219,NULL,8208,1,'2026-01-14 20:04:38','2026-01-14 20:04:38','6ff8d15f-1c95-4ef2-9bcb-c92e661f3e2e'),
(32438,57,8219,NULL,8216,1,'2026-01-14 20:04:38','2026-01-14 20:04:38','1ed4689e-1eb8-4245-8560-e3d95572122d'),
(32439,57,8219,NULL,8211,2,'2026-01-14 20:04:38','2026-01-14 20:04:38','f54a1975-0ee4-46fe-95e1-d048559b13d3'),
(32440,57,8219,NULL,8214,3,'2026-01-14 20:04:38','2026-01-14 20:04:38','74fd1bd5-ea81-4cea-9df8-4b0931ad06bf'),
(32441,57,8219,NULL,8213,4,'2026-01-14 20:04:38','2026-01-14 20:04:38','79818906-e6c2-4fe4-b081-cbc38f952130'),
(32442,57,8219,NULL,8212,5,'2026-01-14 20:04:38','2026-01-14 20:04:38','f5be17a8-d893-49d1-bf4a-f8a8b26f3055'),
(32443,57,8219,NULL,8215,6,'2026-01-14 20:04:38','2026-01-14 20:04:38','3e9e258f-68e7-4847-b35b-6b5ca06ee119'),
(32444,57,8219,NULL,8218,7,'2026-01-14 20:04:38','2026-01-14 20:04:38','3fe530f3-fced-48f6-976c-e2e58aba24aa'),
(32445,57,8219,NULL,8217,8,'2026-01-14 20:04:38','2026-01-14 20:04:38','23253c6b-3f5c-4cc6-a956-6e4e87633710'),
(32455,16,8221,NULL,8208,1,'2026-01-14 20:07:10','2026-01-14 20:07:10','3a5a86a0-2ddf-41e0-9ce6-71d9f7f2e325'),
(32456,57,8221,NULL,8211,1,'2026-01-14 20:07:10','2026-01-14 20:07:10','1e2c3260-e5ce-4c49-bb98-dde525f43f2e'),
(32457,57,8221,NULL,8214,2,'2026-01-14 20:07:10','2026-01-14 20:07:10','44c1ac1f-8886-4e64-a9cf-0141abbb6ab9'),
(32458,57,8221,NULL,8213,3,'2026-01-14 20:07:10','2026-01-14 20:07:10','b7c601a5-79db-4423-93a5-9d5d8bec7785'),
(32459,57,8221,NULL,8212,4,'2026-01-14 20:07:10','2026-01-14 20:07:10','c39d0fb1-6bcc-4867-8898-32d05aca7a0a'),
(32460,57,8221,NULL,8215,5,'2026-01-14 20:07:10','2026-01-14 20:07:10','26976138-746d-48ae-9755-a82decd1bb68'),
(32461,57,8221,NULL,8218,6,'2026-01-14 20:07:10','2026-01-14 20:07:10','f9347e82-7ff7-4a6a-a497-b0699a755320'),
(32462,57,8221,NULL,8217,7,'2026-01-14 20:07:10','2026-01-14 20:07:10','e93351d3-acb1-4ac5-9504-01996c1fd825'),
(32471,16,8223,NULL,8208,1,'2026-01-14 20:08:06','2026-01-14 20:08:06','ebabd4ec-7e87-4de2-b1cd-0196fc8ba89c'),
(32472,57,8223,NULL,8218,1,'2026-01-14 20:08:06','2026-01-14 20:08:06','0b4abf67-75d7-49e2-a7ba-9e02280fe1a3'),
(32473,57,8223,NULL,8217,2,'2026-01-14 20:08:06','2026-01-14 20:08:06','94071f9a-8359-4f8b-b777-702a02dae1d0'),
(32474,57,8223,NULL,8211,3,'2026-01-14 20:08:06','2026-01-14 20:08:06','f5510079-a1e4-48e3-ac91-58a198a022ac'),
(32475,57,8223,NULL,8214,4,'2026-01-14 20:08:06','2026-01-14 20:08:06','d4642f74-897d-4fe3-8a4d-f106fca0de15'),
(32476,57,8223,NULL,8213,5,'2026-01-14 20:08:06','2026-01-14 20:08:06','6ea28374-4dd3-44c1-b1eb-6c610f09b8c7'),
(32477,57,8223,NULL,8212,6,'2026-01-14 20:08:06','2026-01-14 20:08:06','259a1c83-de95-405a-afaa-b4d84176b969'),
(32478,57,8223,NULL,8215,7,'2026-01-14 20:08:06','2026-01-14 20:08:06','27945339-df2c-4fc7-97df-7df9c526da5d'),
(32487,16,8225,NULL,8208,1,'2026-01-14 20:08:36','2026-01-14 20:08:36','2244221d-c9d9-489b-a8af-21c864a192a4'),
(32488,57,8225,NULL,8218,1,'2026-01-14 20:08:36','2026-01-14 20:08:36','f88b0624-fe8e-44ea-a0e7-73c075482323'),
(32489,57,8225,NULL,8217,2,'2026-01-14 20:08:36','2026-01-14 20:08:36','a73eaf65-2956-496c-bcd1-c81376b465cb'),
(32490,57,8225,NULL,8211,3,'2026-01-14 20:08:36','2026-01-14 20:08:36','a7187b1a-b766-4211-9159-f2c86d1585c8'),
(32491,57,8225,NULL,8214,4,'2026-01-14 20:08:36','2026-01-14 20:08:36','5e417e0e-5c15-43da-be3b-6d83ca488117'),
(32492,57,8225,NULL,8213,5,'2026-01-14 20:08:36','2026-01-14 20:08:36','af61abf7-cb2d-4583-a796-9dc23e8e06e7'),
(32493,57,8225,NULL,8212,6,'2026-01-14 20:08:36','2026-01-14 20:08:36','9ad7e93d-9acc-445c-9921-2dccb21b0b69'),
(32494,57,8225,NULL,8215,7,'2026-01-14 20:08:36','2026-01-14 20:08:36','d543dd0b-3f2d-44a5-ba39-7be5759c9296'),
(32517,57,1143,NULL,8227,4,'2026-01-14 20:10:56','2026-01-14 20:10:56','9e1b6e32-7e45-4498-bce1-13f3f1506924'),
(32518,32,8228,NULL,2610,1,'2026-01-14 20:10:56','2026-01-14 20:10:56','11a4facc-b25d-4c52-93d6-cb602e1f3eb6'),
(32519,32,8228,NULL,2598,2,'2026-01-14 20:10:56','2026-01-14 20:10:56','cd20e009-98ab-40b0-a42c-f5ba1c6bf866'),
(32520,32,8228,NULL,2600,3,'2026-01-14 20:10:56','2026-01-14 20:10:56','9f5686bf-4724-43cc-93e7-7f40f938b81e'),
(32521,32,8228,NULL,2604,4,'2026-01-14 20:10:56','2026-01-14 20:10:56','64bf1b7c-3009-4dbf-aa69-4d2064881152'),
(32522,32,8228,NULL,2608,5,'2026-01-14 20:10:56','2026-01-14 20:10:56','42cee507-d117-46b1-947d-18cef00efff0'),
(32523,32,8228,NULL,2596,6,'2026-01-14 20:10:56','2026-01-14 20:10:56','c6874503-78c5-4202-a22c-9da52bd477f0'),
(32524,32,8228,NULL,2602,7,'2026-01-14 20:10:56','2026-01-14 20:10:56','902cc7d8-05c7-465e-950d-d3fb6a98b9bf'),
(32525,16,8228,NULL,4142,1,'2026-01-14 20:10:56','2026-01-14 20:10:56','2e1e7868-8d1c-43f8-96fa-a679b2334297'),
(32526,7,8228,NULL,601,1,'2026-01-14 20:10:56','2026-01-14 20:10:56','8cf56cb2-af96-421f-8461-35db9bcd26b7'),
(32527,7,8228,NULL,3468,2,'2026-01-14 20:10:56','2026-01-14 20:10:56','d41a5f76-f3ad-447f-ac93-a15e0182efbf'),
(32528,7,8228,NULL,2972,3,'2026-01-14 20:10:56','2026-01-14 20:10:56','b61d8272-7439-4f49-9cec-d161dffdb450'),
(32530,7,8228,NULL,617,5,'2026-01-14 20:10:56','2026-01-14 20:10:56','08d6f780-271e-4a2c-ad9a-17cd9b77fe37'),
(32531,7,8228,NULL,605,6,'2026-01-14 20:10:56','2026-01-14 20:10:56','868db972-37f6-4a9a-b27f-5a9a79f0191c'),
(32532,82,8228,NULL,479,1,'2026-01-14 20:10:56','2026-01-14 20:10:56','2cc09373-07fc-4d45-b33a-104d1dba38f9'),
(32533,82,8228,NULL,491,2,'2026-01-14 20:10:56','2026-01-14 20:10:56','fad5f0c2-0c47-4a04-a6bb-7b484263234e'),
(32534,57,8228,NULL,4955,1,'2026-01-14 20:10:56','2026-01-14 20:10:56','45e10e75-f5d5-4bdb-bcc0-fdeaa0067874'),
(32535,57,8228,NULL,4956,2,'2026-01-14 20:10:56','2026-01-14 20:10:56','5ffc56dc-d786-4692-b9d0-9bc2cb3cb61d'),
(32536,57,8228,NULL,4957,3,'2026-01-14 20:10:56','2026-01-14 20:10:56','8640b6fc-c5f0-4786-849a-b33d35a21e98'),
(32537,57,8228,NULL,8227,4,'2026-01-14 20:10:56','2026-01-14 20:10:56','4ece7b11-6ece-47a9-88a4-302e53087fbf'),
(32562,32,8230,NULL,2610,1,'2026-01-14 20:11:26','2026-01-14 20:11:26','abc27db6-fb66-4a36-a413-a18ac50ec289'),
(32563,32,8230,NULL,2598,2,'2026-01-14 20:11:26','2026-01-14 20:11:26','418a657d-b764-41b7-99f6-c7753a3c0215'),
(32564,32,8230,NULL,2600,3,'2026-01-14 20:11:26','2026-01-14 20:11:26','c810a7d6-fbc0-4713-98ac-74baf5600fc0'),
(32565,32,8230,NULL,2604,4,'2026-01-14 20:11:26','2026-01-14 20:11:26','fbaeef8b-4c27-40fa-bf6a-5cb3933856fc'),
(32566,32,8230,NULL,2608,5,'2026-01-14 20:11:26','2026-01-14 20:11:26','eb2485bc-9709-404b-b802-a027d370998e'),
(32567,32,8230,NULL,2596,6,'2026-01-14 20:11:26','2026-01-14 20:11:26','35919350-284e-401e-b354-c590b07bbcf9'),
(32568,32,8230,NULL,2602,7,'2026-01-14 20:11:26','2026-01-14 20:11:26','a5bb200e-50ae-4718-a5cb-f66353d38e85'),
(32569,16,8230,NULL,8227,1,'2026-01-14 20:11:26','2026-01-14 20:11:26','44dbdf0a-33b7-4767-b605-21806ff09e78'),
(32570,7,8230,NULL,601,1,'2026-01-14 20:11:26','2026-01-14 20:11:26','b983e298-da53-49c0-8046-37a3cea9b148'),
(32571,7,8230,NULL,3468,2,'2026-01-14 20:11:26','2026-01-14 20:11:26','a37405e7-2267-4b70-8545-65b0b1772ac9'),
(32572,7,8230,NULL,2972,3,'2026-01-14 20:11:26','2026-01-14 20:11:26','546ad2d2-f196-43c2-81a0-4fd354a5370a'),
(32574,7,8230,NULL,617,5,'2026-01-14 20:11:26','2026-01-14 20:11:26','0c908fc0-717d-4339-a3c4-11299ec2c081'),
(32575,7,8230,NULL,605,6,'2026-01-14 20:11:26','2026-01-14 20:11:26','a90d2886-265c-48cd-91d0-764438c7a061'),
(32576,82,8230,NULL,479,1,'2026-01-14 20:11:26','2026-01-14 20:11:26','f62f0fc8-8caa-4251-82a0-d50a76b65d98'),
(32577,82,8230,NULL,491,2,'2026-01-14 20:11:26','2026-01-14 20:11:26','a0f47a38-3723-46e8-9df0-414d325605d4'),
(32578,57,8230,NULL,4955,1,'2026-01-14 20:11:26','2026-01-14 20:11:26','f425acce-28b1-4143-921d-b2c5eb16596e'),
(32579,57,8230,NULL,4956,2,'2026-01-14 20:11:26','2026-01-14 20:11:26','466fe72a-7d0d-4305-b0cb-b36f5e37cbbf'),
(32580,57,8230,NULL,4957,3,'2026-01-14 20:11:26','2026-01-14 20:11:26','34b07625-6aa5-40dd-b623-14cd0c347bdb'),
(32581,57,8230,NULL,8227,4,'2026-01-14 20:11:26','2026-01-14 20:11:26','d16b2610-9b87-4234-b0fb-ba8f85668472'),
(32606,16,1143,NULL,4142,1,'2026-01-14 20:12:18','2026-01-14 20:12:18','68ab14c5-6bbc-4c5f-9661-d2a6c790d137'),
(32607,32,8232,NULL,2610,1,'2026-01-14 20:12:18','2026-01-14 20:12:18','cfb0e37b-eb76-434e-b8e4-be655036f374'),
(32608,32,8232,NULL,2598,2,'2026-01-14 20:12:18','2026-01-14 20:12:18','507430ce-7979-463f-91d2-764ab336b77e'),
(32609,32,8232,NULL,2600,3,'2026-01-14 20:12:18','2026-01-14 20:12:18','19ed33dc-09bb-4946-bbf8-3e626c693319'),
(32610,32,8232,NULL,2604,4,'2026-01-14 20:12:18','2026-01-14 20:12:18','929df8d5-3a27-414f-b2b6-bb6201e3742e'),
(32611,32,8232,NULL,2608,5,'2026-01-14 20:12:18','2026-01-14 20:12:18','4c6fcc3e-06c3-4c2a-b729-32bec70d4b00'),
(32612,32,8232,NULL,2596,6,'2026-01-14 20:12:18','2026-01-14 20:12:18','404a3175-c62a-4736-8bce-68e5f1c5cdc4'),
(32613,32,8232,NULL,2602,7,'2026-01-14 20:12:18','2026-01-14 20:12:18','519ac1be-693f-4ef6-9c1a-4dd603bf0eec'),
(32614,16,8232,NULL,4142,1,'2026-01-14 20:12:18','2026-01-14 20:12:18','dde95f0f-06cc-424d-9d63-1d487f087a13'),
(32615,7,8232,NULL,601,1,'2026-01-14 20:12:18','2026-01-14 20:12:18','c44c1c7d-d0fb-4abc-8e6e-56af96359f82'),
(32616,7,8232,NULL,3468,2,'2026-01-14 20:12:18','2026-01-14 20:12:18','1cc9c652-26a9-4999-b712-d6c98509b4d9'),
(32617,7,8232,NULL,2972,3,'2026-01-14 20:12:18','2026-01-14 20:12:18','9cedaa49-7e80-4459-ad1e-38dfd8c5ed50'),
(32619,7,8232,NULL,617,5,'2026-01-14 20:12:18','2026-01-14 20:12:18','4fd21abf-6303-4c9b-bb85-f89154088a2c'),
(32620,7,8232,NULL,605,6,'2026-01-14 20:12:18','2026-01-14 20:12:18','4694b094-8369-41e4-97de-5282940a6242'),
(32621,82,8232,NULL,479,1,'2026-01-14 20:12:18','2026-01-14 20:12:18','e8578d80-c642-4e8f-9180-3e93a3b0d5c7'),
(32622,82,8232,NULL,491,2,'2026-01-14 20:12:18','2026-01-14 20:12:18','6422764a-02c7-4b54-9f3a-a1963bc498df'),
(32623,57,8232,NULL,4955,1,'2026-01-14 20:12:18','2026-01-14 20:12:18','7fe83a9e-35e1-484f-ab8c-bc9b45ca6bf9'),
(32624,57,8232,NULL,4956,2,'2026-01-14 20:12:18','2026-01-14 20:12:18','4d2264b1-94e2-436f-be08-270222364f53'),
(32625,57,8232,NULL,4957,3,'2026-01-14 20:12:18','2026-01-14 20:12:18','d07b9866-55da-40a6-9d57-e8e97e2d5660'),
(32626,57,8232,NULL,8227,4,'2026-01-14 20:12:18','2026-01-14 20:12:18','854019e1-bb38-4d84-a872-ffedfb831f44'),
(32649,32,8234,NULL,2610,1,'2026-01-14 20:13:52','2026-01-14 20:13:52','363513bc-da07-45da-8bca-227b9c77a07d'),
(32650,32,8234,NULL,2598,2,'2026-01-14 20:13:52','2026-01-14 20:13:52','f886c147-b247-4aaf-93c1-d2e6b9561fa3'),
(32651,32,8234,NULL,2600,3,'2026-01-14 20:13:52','2026-01-14 20:13:52','4061ae11-72ab-4b67-a966-01f95e947fe3'),
(32652,32,8234,NULL,2604,4,'2026-01-14 20:13:52','2026-01-14 20:13:52','3ece965e-262a-4a38-b441-bc8f55e7ff0a'),
(32653,32,8234,NULL,2608,5,'2026-01-14 20:13:52','2026-01-14 20:13:52','95294729-8b5c-40c8-86c7-1f732b0bd4ba'),
(32654,32,8234,NULL,2596,6,'2026-01-14 20:13:52','2026-01-14 20:13:52','9fe855b5-d864-4b50-a0ee-8b6c2e65f9e0'),
(32655,32,8234,NULL,2602,7,'2026-01-14 20:13:52','2026-01-14 20:13:52','4ee9e1c5-9e1b-4b30-8643-98984ba26ee3'),
(32656,16,8234,NULL,4142,1,'2026-01-14 20:13:52','2026-01-14 20:13:52','20de5589-7d23-4f36-8e9e-0dbe97941d47'),
(32657,7,8234,NULL,601,1,'2026-01-14 20:13:52','2026-01-14 20:13:52','5b98fd53-bd62-45bc-ac6d-03842ad60227'),
(32658,7,8234,NULL,3468,2,'2026-01-14 20:13:52','2026-01-14 20:13:52','a44e533b-bda1-4aee-afed-1e59aa095f20'),
(32659,7,8234,NULL,2972,3,'2026-01-14 20:13:52','2026-01-14 20:13:52','ea30ea74-545b-4538-b7a7-7e89e45628e3'),
(32661,7,8234,NULL,617,5,'2026-01-14 20:13:52','2026-01-14 20:13:52','ec7a93df-94d2-4727-a936-34e104b324bf'),
(32662,7,8234,NULL,605,6,'2026-01-14 20:13:52','2026-01-14 20:13:52','8a076844-7c89-4483-925c-8cfae07cafdb'),
(32663,82,8234,NULL,479,1,'2026-01-14 20:13:52','2026-01-14 20:13:52','8cc20467-4a44-4e75-bf5e-3f929a469897'),
(32664,82,8234,NULL,491,2,'2026-01-14 20:13:52','2026-01-14 20:13:52','fc802a72-1f42-42b4-9941-afb2cf9604f1'),
(32665,57,8234,NULL,4955,1,'2026-01-14 20:13:52','2026-01-14 20:13:52','dafb1278-f822-47c2-af36-3214f86c4bf1'),
(32666,57,8234,NULL,4956,2,'2026-01-14 20:13:52','2026-01-14 20:13:52','8c8cb266-4345-4ad9-93cd-666d7059311a'),
(32667,57,8234,NULL,4957,3,'2026-01-14 20:13:52','2026-01-14 20:13:52','e4163988-a404-4de3-9433-8d0dcf2ca309'),
(32668,57,8234,NULL,8227,4,'2026-01-14 20:13:52','2026-01-14 20:13:52','52bd2ba6-08b0-4ee0-8961-02d2dd2ef5c3'),
(32683,32,8236,NULL,2610,1,'2026-01-14 20:20:04','2026-01-14 20:20:04','5469d242-4543-4398-9885-0cccdcbedbcc'),
(32684,32,8236,NULL,2598,2,'2026-01-14 20:20:04','2026-01-14 20:20:04','b5ae6ca2-f348-469f-8088-2fa8539e2696'),
(32685,32,8236,NULL,2600,3,'2026-01-14 20:20:04','2026-01-14 20:20:04','23830cf8-55aa-46df-bc1e-9899e9c5a68b'),
(32686,32,8236,NULL,2604,4,'2026-01-14 20:20:04','2026-01-14 20:20:04','7e26d86d-b9cb-49b7-a513-97978022caad'),
(32687,32,8236,NULL,2608,5,'2026-01-14 20:20:04','2026-01-14 20:20:04','dd7dd8d3-bff9-4709-b364-677a633270df'),
(32688,32,8236,NULL,2602,6,'2026-01-14 20:20:04','2026-01-14 20:20:04','92f6d131-2aeb-446c-9983-4fd1b64ae02e'),
(32689,16,8236,NULL,4358,1,'2026-01-14 20:20:04','2026-01-14 20:20:04','4e6e683a-6e6d-46ee-8cb8-ed49a8fb6dea'),
(32690,7,8236,NULL,617,1,'2026-01-14 20:20:04','2026-01-14 20:20:04','1a114709-ee35-40d9-a9a8-adbeadec9cf4'),
(32691,7,8236,NULL,605,2,'2026-01-14 20:20:04','2026-01-14 20:20:04','3c73afa9-f2b4-4dd0-8219-c1dbdd800686'),
(32692,82,8236,NULL,469,1,'2026-01-14 20:20:04','2026-01-14 20:20:04','807ce5dc-f475-4abc-91df-78ea4be016e3'),
(32693,82,8236,NULL,479,2,'2026-01-14 20:20:04','2026-01-14 20:20:04','b8b24931-7ce6-43c5-ad8b-0af06309d67e'),
(32694,82,8236,NULL,491,3,'2026-01-14 20:20:04','2026-01-14 20:20:04','6b9fc742-6b87-4321-98f5-10a1db1d7c15'),
(32712,32,8238,NULL,2610,1,'2026-01-14 20:23:07','2026-01-14 20:23:07','afd6ee5c-3e90-489c-8e3d-2b44f2421728'),
(32713,32,8238,NULL,2622,2,'2026-01-14 20:23:07','2026-01-14 20:23:07','efd70045-442f-49c9-ba55-4301497ec525'),
(32714,32,8238,NULL,2598,3,'2026-01-14 20:23:07','2026-01-14 20:23:07','4e3c2974-8dd6-48f3-845e-bef7f77aebcc'),
(32715,32,8238,NULL,2600,4,'2026-01-14 20:23:07','2026-01-14 20:23:07','ea35ebba-6fe8-4a78-997e-6076311dadf1'),
(32716,32,8238,NULL,2604,5,'2026-01-14 20:23:07','2026-01-14 20:23:07','4a91ea40-bb0c-4c2e-8ae7-65e7d34cd10b'),
(32717,32,8238,NULL,2608,6,'2026-01-14 20:23:07','2026-01-14 20:23:07','8bf3ec38-47d5-4bf5-818e-85a56493888a'),
(32718,32,8238,NULL,2602,7,'2026-01-14 20:23:07','2026-01-14 20:23:07','da6681b4-7ed7-4c05-9c02-be5828175ef9'),
(32719,16,8238,NULL,4385,1,'2026-01-14 20:23:07','2026-01-14 20:23:07','5ffbda88-e058-4413-b253-4d82d045fe74'),
(32720,7,8238,NULL,2969,1,'2026-01-14 20:23:07','2026-01-14 20:23:07','80fea0dc-87c3-4bbd-80f6-c4b268c58449'),
(32721,7,8238,NULL,617,2,'2026-01-14 20:23:07','2026-01-14 20:23:07','677ee123-994a-4af8-ba91-f545b84c7aff'),
(32722,7,8238,NULL,605,3,'2026-01-14 20:23:07','2026-01-14 20:23:07','edc62797-fbda-46f0-aa75-2d3724b53836'),
(32723,82,8238,NULL,469,1,'2026-01-14 20:23:07','2026-01-14 20:23:07','de232458-c9ee-4df5-af3f-4408b0757163'),
(32724,82,8238,NULL,479,2,'2026-01-14 20:23:07','2026-01-14 20:23:07','74969495-92d4-4ddd-aa8f-17de90e26d7c'),
(32725,82,8238,NULL,491,3,'2026-01-14 20:23:07','2026-01-14 20:23:07','4a74c36e-9bd6-4de6-8806-9a1fa38715fc'),
(32726,46,8238,NULL,4403,1,'2026-01-14 20:23:07','2026-01-14 20:23:07','ac55bf61-4391-4cd5-8ebd-2251cc8e4550'),
(32744,32,8240,NULL,2610,1,'2026-01-14 20:26:00','2026-01-14 20:26:00','7215c8a7-48bc-4147-bb8c-855f1cc43ccf'),
(32745,32,8240,NULL,2598,2,'2026-01-14 20:26:00','2026-01-14 20:26:00','389b8117-3933-493b-a25e-89754f6e349e'),
(32746,32,8240,NULL,2600,3,'2026-01-14 20:26:00','2026-01-14 20:26:00','10a7fcd0-05a5-4e0b-8629-b1905310c4e6'),
(32747,32,8240,NULL,2602,4,'2026-01-14 20:26:00','2026-01-14 20:26:00','61a47dc5-7738-4053-9d3e-5d5aa9961014'),
(32748,32,8240,NULL,2612,5,'2026-01-14 20:26:00','2026-01-14 20:26:00','2c34efd6-7a90-4872-9d5b-faee10e0c04b'),
(32749,32,8240,NULL,2618,6,'2026-01-14 20:26:00','2026-01-14 20:26:00','6c8d51d8-4ef5-4621-bb0f-02eb48398606'),
(32750,32,8240,NULL,2604,7,'2026-01-14 20:26:00','2026-01-14 20:26:00','07f11a62-0a6d-4195-b3df-daee21b157be'),
(32751,32,8240,NULL,2608,8,'2026-01-14 20:26:00','2026-01-14 20:26:00','2a6144d1-463c-41fb-8cfc-efbe1d5c6f5f'),
(32752,16,8240,NULL,4414,1,'2026-01-14 20:26:00','2026-01-14 20:26:00','ce7fd5d4-def3-4287-9cf3-e9e5f84f9aef'),
(32754,7,8240,NULL,617,2,'2026-01-14 20:26:00','2026-01-14 20:26:00','195935fe-ae5a-4b19-b450-0155bb287bb4'),
(32755,7,8240,NULL,605,3,'2026-01-14 20:26:00','2026-01-14 20:26:00','b3ba53bf-4fac-4807-9422-9405c3236238'),
(32756,82,8240,NULL,469,1,'2026-01-14 20:26:00','2026-01-14 20:26:00','058ee741-7d21-40ad-a399-6bc3e5c1cdb2'),
(32757,82,8240,NULL,479,2,'2026-01-14 20:26:00','2026-01-14 20:26:00','da37cdb0-ad98-416a-8aa4-ae9b6ebe25f2'),
(32758,82,8240,NULL,491,3,'2026-01-14 20:26:00','2026-01-14 20:26:00','45239108-8f06-4d53-b956-3656dbab3026'),
(32759,46,8240,NULL,3697,1,'2026-01-14 20:26:00','2026-01-14 20:26:00','9248d76e-80be-49f1-b765-85a5e9593715'),
(32775,32,8242,NULL,2610,1,'2026-01-14 20:30:29','2026-01-14 20:30:29','5fe54081-16ae-4fe9-96e5-10dda98f3894'),
(32776,32,8242,NULL,2598,2,'2026-01-14 20:30:29','2026-01-14 20:30:29','600a1321-90e1-4c6e-8b4e-2edf5465e19f'),
(32777,32,8242,NULL,2624,3,'2026-01-14 20:30:29','2026-01-14 20:30:29','0fa46e62-9d77-4e4c-9151-bc1ec41588b0'),
(32778,32,8242,NULL,2600,4,'2026-01-14 20:30:29','2026-01-14 20:30:29','ba9205cb-151a-407f-9bad-4ac0a194134a'),
(32779,32,8242,NULL,2606,5,'2026-01-14 20:30:29','2026-01-14 20:30:29','5d85c2e4-a54b-4569-9dc3-1ed52c253b6e'),
(32780,32,8242,NULL,2604,6,'2026-01-14 20:30:29','2026-01-14 20:30:29','bcf1c9c3-03c5-4544-ad6d-f71496ff7c25'),
(32781,32,8242,NULL,2608,7,'2026-01-14 20:30:29','2026-01-14 20:30:29','587e692b-ae8b-4a7d-b624-2bc6d9fdba1a'),
(32782,32,8242,NULL,2602,8,'2026-01-14 20:30:29','2026-01-14 20:30:29','5f7b6fb6-a9d1-4500-8be7-3e783005812d'),
(32783,16,8242,NULL,4440,1,'2026-01-14 20:30:29','2026-01-14 20:30:29','3b3ad226-4138-488f-8de0-15ce37784df8'),
(32784,7,8242,NULL,617,1,'2026-01-14 20:30:29','2026-01-14 20:30:29','f5e847e6-1696-44a7-9420-23ffd05b084e'),
(32785,7,8242,NULL,605,2,'2026-01-14 20:30:29','2026-01-14 20:30:29','16c9dc0f-76bb-455b-b7c7-779e86dd1625'),
(32786,82,8242,NULL,469,1,'2026-01-14 20:30:29','2026-01-14 20:30:29','64b389c3-1b10-4ec0-9c50-09cb4e21178b'),
(32787,82,8242,NULL,491,2,'2026-01-14 20:30:29','2026-01-14 20:30:29','88d99e2f-22a7-4bda-944c-32239291e3b7'),
(32788,46,8242,NULL,2891,1,'2026-01-14 20:30:29','2026-01-14 20:30:29','4629ff9e-1a06-4a68-badc-023b3266a2e5'),
(32805,32,8244,NULL,2610,1,'2026-01-14 20:31:36','2026-01-14 20:31:36','30ef3fef-000d-4460-a05a-d461bf47ecc7'),
(32806,32,8244,NULL,2598,2,'2026-01-14 20:31:36','2026-01-14 20:31:36','05f86706-7195-475f-959a-e0df394f3ddf'),
(32807,32,8244,NULL,2624,3,'2026-01-14 20:31:36','2026-01-14 20:31:36','1c4033bc-0cdb-477e-8d75-5d03e74e633e'),
(32808,32,8244,NULL,2600,4,'2026-01-14 20:31:36','2026-01-14 20:31:36','a53521d1-58bd-4ae1-8a06-f8eeef5b2225'),
(32809,32,8244,NULL,2606,5,'2026-01-14 20:31:36','2026-01-14 20:31:36','c18cfe81-af07-419f-8def-b1db2f90580e'),
(32810,32,8244,NULL,2604,6,'2026-01-14 20:31:36','2026-01-14 20:31:36','1ce9e3c0-152f-46ed-9250-c5423b6a98cb'),
(32811,32,8244,NULL,2608,7,'2026-01-14 20:31:36','2026-01-14 20:31:36','4c892dda-5f21-4fab-9ef0-776d6f608549'),
(32812,32,8244,NULL,2602,8,'2026-01-14 20:31:36','2026-01-14 20:31:36','c1243064-9f78-43f5-a4f2-fc44971e9bb6'),
(32813,16,8244,NULL,4440,1,'2026-01-14 20:31:36','2026-01-14 20:31:36','6d4a299c-ac55-4c80-acc9-cb6ef12617c6'),
(32814,7,8244,NULL,617,1,'2026-01-14 20:31:36','2026-01-14 20:31:36','453f9a01-a7fb-4ab2-a6b3-39327d2a0ff4'),
(32815,7,8244,NULL,605,2,'2026-01-14 20:31:36','2026-01-14 20:31:36','92e7cf01-4654-4bed-9b62-0a4758f1998c'),
(32816,82,8244,NULL,469,1,'2026-01-14 20:31:36','2026-01-14 20:31:36','c6228574-87df-41f9-a7e4-7f58e869e538'),
(32817,82,8244,NULL,491,2,'2026-01-14 20:31:36','2026-01-14 20:31:36','06eb7432-37ed-4ab8-ac74-f5523e5014d9'),
(32818,46,8244,NULL,2891,1,'2026-01-14 20:31:36','2026-01-14 20:31:36','2cf81d4e-75ba-4121-ae0a-e617112373c2'),
(32855,32,8247,NULL,2610,1,'2026-01-14 20:35:39','2026-01-14 20:35:39','5473c2bd-5bd1-4dca-93d1-39ef8b59e654'),
(32856,32,8247,NULL,2598,2,'2026-01-14 20:35:39','2026-01-14 20:35:39','bdbd8893-a500-47c9-a432-7e969c390e47'),
(32857,32,8247,NULL,2600,3,'2026-01-14 20:35:39','2026-01-14 20:35:39','9b06352b-a14a-4f00-94e7-ac655f01dbc0'),
(32858,32,8247,NULL,2604,4,'2026-01-14 20:35:39','2026-01-14 20:35:39','ed2d3aa9-eb8f-4c31-bd82-0d241a69be44'),
(32859,32,8247,NULL,2608,5,'2026-01-14 20:35:39','2026-01-14 20:35:39','9efcf505-5c10-48d6-b8c1-d4084fce562e'),
(32860,32,8247,NULL,2602,6,'2026-01-14 20:35:39','2026-01-14 20:35:39','4f836a6c-e43e-4053-ae69-ac3242a99562'),
(32861,16,8247,NULL,4466,1,'2026-01-14 20:35:39','2026-01-14 20:35:39','9a943952-891a-4154-8b28-6ccd7e486234'),
(32862,7,8247,NULL,2969,1,'2026-01-14 20:35:39','2026-01-14 20:35:39','11859706-c42c-4a0a-986e-e1aeb8289418'),
(32863,7,8247,NULL,617,2,'2026-01-14 20:35:39','2026-01-14 20:35:39','4fe0b63b-d9df-47da-9644-5d6690e84a61'),
(32864,7,8247,NULL,605,3,'2026-01-14 20:35:39','2026-01-14 20:35:39','8f39d213-ebf4-4834-b478-61c00f846f15'),
(32865,82,8247,NULL,469,1,'2026-01-14 20:35:39','2026-01-14 20:35:39','7e452432-440a-4261-b234-d8d71cfbbdb8'),
(32866,82,8247,NULL,479,2,'2026-01-14 20:35:39','2026-01-14 20:35:39','512977b2-3026-4df7-9ca7-b005adaa9d62'),
(32867,82,8247,NULL,491,3,'2026-01-14 20:35:39','2026-01-14 20:35:39','3b9dc81d-ab3c-40a5-9934-da26713d51f0'),
(32883,32,8249,NULL,2610,1,'2026-01-14 20:38:32','2026-01-14 20:38:32','c74d675e-4b53-4cc3-8d3a-41ee6a72b934'),
(32884,32,8249,NULL,2598,2,'2026-01-14 20:38:32','2026-01-14 20:38:32','4f3bc037-7785-4348-a8c2-664ef3528e3b'),
(32885,32,8249,NULL,2600,3,'2026-01-14 20:38:32','2026-01-14 20:38:32','a32106bb-f509-421e-9fa7-1c970689fd56'),
(32886,32,8249,NULL,2604,4,'2026-01-14 20:38:32','2026-01-14 20:38:32','8622ef59-4b51-4bf2-860d-cf091a8b834b'),
(32887,32,8249,NULL,2608,5,'2026-01-14 20:38:32','2026-01-14 20:38:32','b986391b-5cc8-45e7-805f-c031275bf2dc'),
(32888,32,8249,NULL,2602,6,'2026-01-14 20:38:32','2026-01-14 20:38:32','f5866835-9380-47d7-8d97-114b6ac749f0'),
(32889,16,8249,NULL,4466,1,'2026-01-14 20:38:32','2026-01-14 20:38:32','01b36ae8-2c8e-4c72-8ec8-392a93f03514'),
(32890,7,8249,NULL,2969,1,'2026-01-14 20:38:32','2026-01-14 20:38:32','6936bcaa-22b0-4d29-9b95-045456114f63'),
(32891,7,8249,NULL,617,2,'2026-01-14 20:38:32','2026-01-14 20:38:32','069012ba-a043-4aba-bac9-cacf9e9d9f14'),
(32892,7,8249,NULL,605,3,'2026-01-14 20:38:32','2026-01-14 20:38:32','f14f5165-b5f3-4ed7-bb2b-1847b55f4aef'),
(32893,82,8249,NULL,469,1,'2026-01-14 20:38:32','2026-01-14 20:38:32','2089d7aa-0085-4570-97df-2415f056e7c1'),
(32894,82,8249,NULL,479,2,'2026-01-14 20:38:32','2026-01-14 20:38:32','4e85dfa6-9128-4a7a-b2e0-8e60cdd6355f'),
(32895,82,8249,NULL,491,3,'2026-01-14 20:38:32','2026-01-14 20:38:32','24fef16a-7211-4245-b14a-6286824cf4ab'),
(32911,32,8251,NULL,2610,1,'2026-01-14 20:42:02','2026-01-14 20:42:02','e6ff6ae5-430e-4a9e-baa6-39df36dd8b6a'),
(32912,32,8251,NULL,2598,2,'2026-01-14 20:42:02','2026-01-14 20:42:02','09b08944-1004-4fea-9502-38d91325ab9d'),
(32913,32,8251,NULL,2600,3,'2026-01-14 20:42:02','2026-01-14 20:42:02','80ef228e-1b6a-4300-a80d-4acef9034d28'),
(32914,32,8251,NULL,2604,4,'2026-01-14 20:42:02','2026-01-14 20:42:02','3d815536-790a-4059-8b5a-17fb9ea76133'),
(32915,32,8251,NULL,2608,5,'2026-01-14 20:42:02','2026-01-14 20:42:02','f2e41de8-3e31-4555-9404-2e6270f2fe94'),
(32916,32,8251,NULL,2602,6,'2026-01-14 20:42:02','2026-01-14 20:42:02','dd337184-e19f-42eb-846a-0543c4f8fa43'),
(32917,16,8251,NULL,4466,1,'2026-01-14 20:42:02','2026-01-14 20:42:02','9bcef57c-161d-4244-9a00-581c6553af19'),
(32918,7,8251,NULL,2969,1,'2026-01-14 20:42:02','2026-01-14 20:42:02','a2edf29a-23f4-4428-a983-a63a3340e116'),
(32919,7,8251,NULL,617,2,'2026-01-14 20:42:02','2026-01-14 20:42:02','d80de13e-fdc7-4632-afdb-4718625886d5'),
(32920,7,8251,NULL,605,3,'2026-01-14 20:42:02','2026-01-14 20:42:02','3b758b53-b905-4743-8394-1ec4546bc7b7'),
(32921,82,8251,NULL,469,1,'2026-01-14 20:42:02','2026-01-14 20:42:02','d6b3d07b-276e-49e1-8aff-580eedf7a788'),
(32922,82,8251,NULL,479,2,'2026-01-14 20:42:02','2026-01-14 20:42:02','587f0905-7fc2-45ac-96bf-93bfde2418e6'),
(32923,82,8251,NULL,491,3,'2026-01-14 20:42:02','2026-01-14 20:42:02','0d360b1e-f2ab-41d1-917b-ebf76aead5ac'),
(32940,32,8253,NULL,2610,1,'2026-01-14 20:43:18','2026-01-14 20:43:18','916c7444-f077-4bed-8b25-20c1721ace18'),
(32941,32,8253,NULL,2598,2,'2026-01-14 20:43:18','2026-01-14 20:43:18','0f252122-9f26-4f01-83a1-8c8e6a4feb43'),
(32942,32,8253,NULL,2600,3,'2026-01-14 20:43:18','2026-01-14 20:43:18','83d39d6c-8ca3-44fb-99c4-e2fdfc031b9c'),
(32943,32,8253,NULL,2604,4,'2026-01-14 20:43:18','2026-01-14 20:43:18','6e2a2806-9fa5-461f-b9e9-3e05413336c8'),
(32944,32,8253,NULL,2608,5,'2026-01-14 20:43:18','2026-01-14 20:43:18','21bae09b-8fe9-4fd3-a4e1-0258e684e748'),
(32945,32,8253,NULL,2602,6,'2026-01-14 20:43:18','2026-01-14 20:43:18','c588aa0b-efb9-4c7a-9ce6-e3f897422e23'),
(32946,16,8253,NULL,4497,1,'2026-01-14 20:43:18','2026-01-14 20:43:18','cb741f51-3f53-4d16-89d2-e8af0258412f'),
(32948,7,8253,NULL,2972,2,'2026-01-14 20:43:18','2026-01-14 20:43:18','a086e6e8-52ce-4746-b088-1e988d7e2226'),
(32949,7,8253,NULL,617,3,'2026-01-14 20:43:18','2026-01-14 20:43:18','506001f7-9c04-4549-9226-274bed0d65bf'),
(32950,7,8253,NULL,605,4,'2026-01-14 20:43:18','2026-01-14 20:43:18','c3bedd01-ed80-45b8-a25d-fab18585539e'),
(32951,82,8253,NULL,469,1,'2026-01-14 20:43:18','2026-01-14 20:43:18','f0ccd34f-f2bf-4cf9-b8f0-efd8558c760e'),
(32952,82,8253,NULL,479,2,'2026-01-14 20:43:18','2026-01-14 20:43:18','6f718173-1574-466a-9d30-fcdee48f56af'),
(32953,82,8253,NULL,491,3,'2026-01-14 20:43:18','2026-01-14 20:43:18','1969d8fa-679e-4ebb-bcc1-c3a52906d0f5'),
(32970,32,8255,NULL,2610,1,'2026-01-14 20:45:26','2026-01-14 20:45:26','e472b214-2c62-4d4e-a23e-68a3aaa6f42d'),
(32971,32,8255,NULL,2598,2,'2026-01-14 20:45:26','2026-01-14 20:45:26','6a9d2e95-d13a-469a-881d-cd766f0e4458'),
(32972,32,8255,NULL,2600,3,'2026-01-14 20:45:26','2026-01-14 20:45:26','9b6ca4fe-1275-43a3-8c76-5c37df645cbe'),
(32973,32,8255,NULL,2604,4,'2026-01-14 20:45:26','2026-01-14 20:45:26','bfc894e1-762a-4808-889e-8343e828957f'),
(32974,32,8255,NULL,2608,5,'2026-01-14 20:45:26','2026-01-14 20:45:26','b280baf6-9d82-4937-8e60-4af82a721724'),
(32975,32,8255,NULL,2602,6,'2026-01-14 20:45:26','2026-01-14 20:45:26','9cdcd020-b6e3-447b-b09e-a9e2a0f31199'),
(32976,16,8255,NULL,4497,1,'2026-01-14 20:45:26','2026-01-14 20:45:26','1ac7f813-3018-4ae4-acda-016883ab081a'),
(32978,7,8255,NULL,2972,2,'2026-01-14 20:45:26','2026-01-14 20:45:26','c469630b-e323-4b67-baea-d2a9aa115532'),
(32979,7,8255,NULL,617,3,'2026-01-14 20:45:26','2026-01-14 20:45:26','1ea85d8b-62ee-42ec-8abc-e55fb1000909'),
(32980,7,8255,NULL,605,4,'2026-01-14 20:45:26','2026-01-14 20:45:26','b9e5b22f-5404-446a-93db-f9779958ea17'),
(32981,82,8255,NULL,469,1,'2026-01-14 20:45:26','2026-01-14 20:45:26','3b04b7fc-60fd-4be5-a596-702facd21a73'),
(32982,82,8255,NULL,479,2,'2026-01-14 20:45:26','2026-01-14 20:45:26','a22472c5-6610-4914-b0a2-ae39ddc9e670'),
(32983,82,8255,NULL,491,3,'2026-01-14 20:45:26','2026-01-14 20:45:26','3a11b845-c7ef-469c-a40c-dc00c2ab9a92'),
(33020,32,8258,NULL,2610,1,'2026-01-14 20:47:47','2026-01-14 20:47:47','72602fa1-be60-4771-840a-e3ffaafd4a9a'),
(33021,32,8258,NULL,2598,2,'2026-01-14 20:47:47','2026-01-14 20:47:47','ad812a77-a08a-43ba-b0c9-d94a3b98f833'),
(33022,32,8258,NULL,2600,3,'2026-01-14 20:47:47','2026-01-14 20:47:47','ac01d105-cf15-4831-9c61-b25d078e2c06'),
(33023,32,8258,NULL,2604,4,'2026-01-14 20:47:47','2026-01-14 20:47:47','21cebc14-cf64-4b92-837c-2d857551701d'),
(33024,32,8258,NULL,2608,5,'2026-01-14 20:47:47','2026-01-14 20:47:47','67447f95-c8e4-4a26-9438-b2a02ca29d02'),
(33025,32,8258,NULL,2602,6,'2026-01-14 20:47:47','2026-01-14 20:47:47','2893f9ee-e4ff-49db-9a4f-fcd943901147'),
(33026,16,8258,NULL,4276,1,'2026-01-14 20:47:47','2026-01-14 20:47:47','83cc838d-047c-4feb-a05c-f04284b74dd5'),
(33028,7,8258,NULL,2972,2,'2026-01-14 20:47:47','2026-01-14 20:47:47','d714b9d8-900c-4ed1-8c08-062621f975d0'),
(33029,7,8258,NULL,617,3,'2026-01-14 20:47:47','2026-01-14 20:47:47','56c996c7-f3bd-47b8-90e3-8dee567d2f2d'),
(33030,7,8258,NULL,605,4,'2026-01-14 20:47:47','2026-01-14 20:47:47','b728bfc9-83ac-4adc-b340-349a0096c0c4'),
(33031,82,8258,NULL,469,1,'2026-01-14 20:47:47','2026-01-14 20:47:47','7bb705af-65c8-4145-82d1-1e59bb5b5a88'),
(33032,82,8258,NULL,479,2,'2026-01-14 20:47:47','2026-01-14 20:47:47','af0fab3b-dd81-496a-aae9-481b49a36f6e'),
(33033,82,8258,NULL,491,3,'2026-01-14 20:47:47','2026-01-14 20:47:47','a124b685-3a28-4def-b458-532e27f0cce1'),
(33034,57,8258,NULL,4834,1,'2026-01-14 20:47:47','2026-01-14 20:47:47','dc1527e8-d713-4fb0-8b74-4e6110e080e6'),
(33035,57,8258,NULL,4835,2,'2026-01-14 20:47:47','2026-01-14 20:47:47','1d6bac5f-b7e5-4400-9cd7-f3d06f90cef3'),
(33036,57,8258,NULL,4836,3,'2026-01-14 20:47:47','2026-01-14 20:47:47','61dc4db4-5966-41f4-ae66-ca5794d3e70d'),
(33037,57,8258,NULL,4837,4,'2026-01-14 20:47:47','2026-01-14 20:47:47','a0311f9f-3ef3-4309-9f85-0824daabdb0a'),
(33038,57,8258,NULL,4838,5,'2026-01-14 20:47:47','2026-01-14 20:47:47','8f14b0e9-4bb4-446f-b770-b72c2a38549e'),
(33060,32,8260,NULL,2610,1,'2026-01-14 20:48:50','2026-01-14 20:48:50','b5412ef2-3c84-4f5e-a600-1dea1e2ee6e9'),
(33061,32,8260,NULL,2598,2,'2026-01-14 20:48:50','2026-01-14 20:48:50','07b3d7f6-6954-438d-a039-116c7b60b39a'),
(33062,32,8260,NULL,2600,3,'2026-01-14 20:48:50','2026-01-14 20:48:50','02c6f8ca-04d4-41e8-a22f-2817ca9d908b'),
(33063,32,8260,NULL,2604,4,'2026-01-14 20:48:50','2026-01-14 20:48:50','5c88c92e-7926-495e-9730-e7d52e1c3bf8'),
(33064,32,8260,NULL,2608,5,'2026-01-14 20:48:50','2026-01-14 20:48:50','3b360344-9242-412b-9a68-cd4f99385916'),
(33065,32,8260,NULL,2602,6,'2026-01-14 20:48:50','2026-01-14 20:48:50','180ac2bb-5e37-480d-9faa-9acec147bcbf'),
(33066,16,8260,NULL,4526,1,'2026-01-14 20:48:50','2026-01-14 20:48:50','3d367999-be47-46b9-baa2-6f6e6255808b'),
(33067,7,8260,NULL,2969,1,'2026-01-14 20:48:50','2026-01-14 20:48:50','eac61398-a208-46ea-bf43-53e62752ba32'),
(33068,7,8260,NULL,2974,2,'2026-01-14 20:48:50','2026-01-14 20:48:50','cac24641-bf5b-4e03-860f-c4d67bbb4054'),
(33069,7,8260,NULL,617,3,'2026-01-14 20:48:50','2026-01-14 20:48:50','fa9a243a-15ab-47be-8e2e-bae6caa3290a'),
(33070,7,8260,NULL,605,4,'2026-01-14 20:48:50','2026-01-14 20:48:50','cd56c907-d794-4b4b-b95c-eb5100a71f20'),
(33071,82,8260,NULL,469,1,'2026-01-14 20:48:50','2026-01-14 20:48:50','8ded020f-b7f6-479a-bec9-28924085a11f'),
(33072,82,8260,NULL,479,2,'2026-01-14 20:48:50','2026-01-14 20:48:50','fc8c7b8c-7e9b-4693-89e3-4a7a5446244c'),
(33073,82,8260,NULL,491,3,'2026-01-14 20:48:50','2026-01-14 20:48:50','53a3a65f-072d-4c02-aa0e-75a466926cc5'),
(33090,32,8262,NULL,2610,1,'2026-01-14 20:49:16','2026-01-14 20:49:16','b97273c8-93e1-4fc1-aa3c-d8d4dd90eb87'),
(33091,32,8262,NULL,2598,2,'2026-01-14 20:49:16','2026-01-14 20:49:16','4e0b4b35-c66c-4851-af8b-1bf2ec20ff6f'),
(33092,32,8262,NULL,2600,3,'2026-01-14 20:49:16','2026-01-14 20:49:16','2e337133-0d10-4103-bfc8-91059f4d6afd'),
(33093,32,8262,NULL,2604,4,'2026-01-14 20:49:16','2026-01-14 20:49:16','26352942-6f2f-4a53-9df1-6a1b5bc649f4'),
(33094,32,8262,NULL,2608,5,'2026-01-14 20:49:16','2026-01-14 20:49:16','8655703c-78dc-43ff-b2bb-fd49c12e548c'),
(33095,32,8262,NULL,2602,6,'2026-01-14 20:49:16','2026-01-14 20:49:16','1bd8a09a-7909-4eba-8989-84cdab6cd20d'),
(33096,16,8262,NULL,4526,1,'2026-01-14 20:49:16','2026-01-14 20:49:16','3c28c7ef-bb2b-46a7-9902-7013ce7f9525'),
(33097,7,8262,NULL,2969,1,'2026-01-14 20:49:16','2026-01-14 20:49:16','dc728c4b-a141-4ecc-8b8d-5be51dccb0e5'),
(33098,7,8262,NULL,2974,2,'2026-01-14 20:49:16','2026-01-14 20:49:16','c83f935f-072a-49e9-8b77-a856ec56546f'),
(33099,7,8262,NULL,617,3,'2026-01-14 20:49:16','2026-01-14 20:49:16','43527f5f-b66f-4776-ac94-b1959996f6ee'),
(33100,7,8262,NULL,605,4,'2026-01-14 20:49:16','2026-01-14 20:49:16','615b5ac2-c7fd-4a7c-804a-bc15fb4dc80f'),
(33101,82,8262,NULL,469,1,'2026-01-14 20:49:16','2026-01-14 20:49:16','14666301-37e6-4c82-8cf3-333a696c962c'),
(33102,82,8262,NULL,479,2,'2026-01-14 20:49:16','2026-01-14 20:49:16','1444ff7d-8792-4197-b200-1e197def4865'),
(33103,82,8262,NULL,491,3,'2026-01-14 20:49:16','2026-01-14 20:49:16','9faf7b01-5e3e-4153-a48b-ea67dab23c28'),
(33120,32,8264,NULL,2610,1,'2026-01-14 20:49:51','2026-01-14 20:49:51','24e33764-5099-4a26-8d49-57ac31042619'),
(33121,32,8264,NULL,2598,2,'2026-01-14 20:49:51','2026-01-14 20:49:51','5d714fdf-22ee-43e6-b408-5754e13d3518'),
(33122,32,8264,NULL,2600,3,'2026-01-14 20:49:51','2026-01-14 20:49:51','231f5911-75d3-4615-b7ea-0da99e7037dc'),
(33123,32,8264,NULL,2604,4,'2026-01-14 20:49:51','2026-01-14 20:49:51','6327eeae-cebf-4783-9f99-46a71d4d8246'),
(33124,32,8264,NULL,2608,5,'2026-01-14 20:49:51','2026-01-14 20:49:51','25c55d4e-9b6e-42ee-b142-8f7adf98f78e'),
(33125,32,8264,NULL,2602,6,'2026-01-14 20:49:51','2026-01-14 20:49:51','b1ff81e0-ede6-43a9-b34e-0cae9a185d9e'),
(33126,16,8264,NULL,4526,1,'2026-01-14 20:49:51','2026-01-14 20:49:51','bb1e9e7e-0b38-44bb-8044-d7142a2b94f3'),
(33127,7,8264,NULL,2969,1,'2026-01-14 20:49:51','2026-01-14 20:49:51','eb92cc68-f5be-4c99-9f3f-f7250ce02160'),
(33128,7,8264,NULL,2974,2,'2026-01-14 20:49:51','2026-01-14 20:49:51','dadc03b5-a8bb-4806-8f10-d50a90b409f6'),
(33129,7,8264,NULL,617,3,'2026-01-14 20:49:51','2026-01-14 20:49:51','3a533d74-0483-437d-87ad-c5813e605ad0'),
(33130,7,8264,NULL,605,4,'2026-01-14 20:49:51','2026-01-14 20:49:51','c6f1023e-c4ca-4c41-9ab7-dbf27810be9a'),
(33131,82,8264,NULL,469,1,'2026-01-14 20:49:51','2026-01-14 20:49:51','db629bc7-8e67-466b-8ce4-572386299e3b'),
(33132,82,8264,NULL,479,2,'2026-01-14 20:49:51','2026-01-14 20:49:51','0a7ef34c-cb65-4f95-a1a2-8b89740b1135'),
(33133,82,8264,NULL,491,3,'2026-01-14 20:49:51','2026-01-14 20:49:51','7e72d4f1-7698-4e8d-94de-e4159022a9dc'),
(33150,32,8266,NULL,2610,1,'2026-01-14 20:50:07','2026-01-14 20:50:07','89d3f664-9f82-4115-b355-0ae98f86853a'),
(33151,32,8266,NULL,2598,2,'2026-01-14 20:50:07','2026-01-14 20:50:07','ba7ec885-5851-4a4d-b4c5-6f2e92f63e90'),
(33152,32,8266,NULL,2600,3,'2026-01-14 20:50:07','2026-01-14 20:50:07','985deacf-d5df-4575-8454-d0251ff56309'),
(33153,32,8266,NULL,2604,4,'2026-01-14 20:50:07','2026-01-14 20:50:07','ab62ef64-6d6d-490d-8926-e3f1e588d5c1'),
(33154,32,8266,NULL,2608,5,'2026-01-14 20:50:07','2026-01-14 20:50:07','11e53595-dd40-4aff-9423-bb2dfbc00671'),
(33155,32,8266,NULL,2602,6,'2026-01-14 20:50:07','2026-01-14 20:50:07','22dc7dae-79dc-43d1-8485-083829ec6008'),
(33156,16,8266,NULL,4526,1,'2026-01-14 20:50:07','2026-01-14 20:50:07','d4eff0e3-a0ce-4680-a78f-5380e20d5e2d'),
(33157,7,8266,NULL,2969,1,'2026-01-14 20:50:07','2026-01-14 20:50:07','83e21138-f685-49b1-aaf4-1aa6f4ecf8a4'),
(33158,7,8266,NULL,2974,2,'2026-01-14 20:50:07','2026-01-14 20:50:07','25009006-31d1-47ed-aa57-c0552d664329'),
(33159,7,8266,NULL,617,3,'2026-01-14 20:50:07','2026-01-14 20:50:07','efeae42d-0f7c-4939-aa19-41d9a8c317a0'),
(33160,7,8266,NULL,605,4,'2026-01-14 20:50:07','2026-01-14 20:50:07','fa70f5e4-5b06-4cef-9a04-afc26a256e0e'),
(33161,82,8266,NULL,469,1,'2026-01-14 20:50:07','2026-01-14 20:50:07','19d31f2f-adc8-4421-87bf-20bcc2eb20ce'),
(33162,82,8266,NULL,479,2,'2026-01-14 20:50:07','2026-01-14 20:50:07','d6f5c9fc-6e70-4fc1-8d07-a5a39fd68197'),
(33163,82,8266,NULL,491,3,'2026-01-14 20:50:07','2026-01-14 20:50:07','6b4347cc-3d1c-43b5-8132-34fcbd92767d'),
(33178,32,8268,NULL,2610,1,'2026-01-14 20:58:41','2026-01-14 20:58:41','64cf9c65-a6aa-41cf-91d5-5d5675745928'),
(33179,32,8268,NULL,2598,2,'2026-01-14 20:58:41','2026-01-14 20:58:41','af0520df-c517-4b3d-9695-7b0e9c37ce85'),
(33180,32,8268,NULL,2600,3,'2026-01-14 20:58:41','2026-01-14 20:58:41','b7d44a3e-a4ac-485a-98dd-a66f5759d461'),
(33181,32,8268,NULL,2604,4,'2026-01-14 20:58:41','2026-01-14 20:58:41','c6bd0428-83eb-42f9-a3bf-37b51f852d48'),
(33182,32,8268,NULL,2608,5,'2026-01-14 20:58:41','2026-01-14 20:58:41','89a6e21a-4c54-4120-8aee-c3b2ed441ba3'),
(33183,32,8268,NULL,2602,6,'2026-01-14 20:58:41','2026-01-14 20:58:41','36b8398f-4a5b-405a-82b0-3a055a82cab0'),
(33184,16,8268,NULL,4554,1,'2026-01-14 20:58:41','2026-01-14 20:58:41','99afe072-9c28-4a67-abde-322702f98066'),
(33185,7,8268,NULL,617,1,'2026-01-14 20:58:41','2026-01-14 20:58:41','df93011d-81a2-4391-b398-f27387ac026e'),
(33186,7,8268,NULL,605,2,'2026-01-14 20:58:41','2026-01-14 20:58:41','2816ab76-c8e1-43ff-9433-a92240ae4a62'),
(33187,82,8268,NULL,469,1,'2026-01-14 20:58:41','2026-01-14 20:58:41','53965224-a980-4176-863b-10255fd52d6c'),
(33188,82,8268,NULL,479,2,'2026-01-14 20:58:41','2026-01-14 20:58:41','ebaffbb7-c2d3-42b6-8c1d-d65731b3462c'),
(33189,82,8268,NULL,491,3,'2026-01-14 20:58:41','2026-01-14 20:58:41','73a8257a-a00b-4d65-b478-266509081973'),
(33204,32,8270,NULL,2610,1,'2026-01-14 20:59:14','2026-01-14 20:59:14','17155b3e-3d26-4ff1-9582-f516ee1c8ae0'),
(33205,32,8270,NULL,2598,2,'2026-01-14 20:59:14','2026-01-14 20:59:14','3fbd3977-6ad2-4288-a984-299963ae721c'),
(33206,32,8270,NULL,2600,3,'2026-01-14 20:59:14','2026-01-14 20:59:14','4462180e-910d-4ab5-b371-5be4c858071f'),
(33207,32,8270,NULL,2604,4,'2026-01-14 20:59:14','2026-01-14 20:59:14','029b0a53-6cc8-4c81-8d46-268dada8fa2b'),
(33208,32,8270,NULL,2608,5,'2026-01-14 20:59:14','2026-01-14 20:59:14','5798488a-9532-45d6-96fb-45025c314d69'),
(33209,32,8270,NULL,2602,6,'2026-01-14 20:59:14','2026-01-14 20:59:14','a45137ad-4ced-49cb-8553-091be3e9ce58'),
(33210,16,8270,NULL,4554,1,'2026-01-14 20:59:14','2026-01-14 20:59:14','28550da9-38cb-476d-ad0d-6a25113c98cf'),
(33211,7,8270,NULL,617,1,'2026-01-14 20:59:14','2026-01-14 20:59:14','b9e16e26-8f96-4f8e-a326-afa2dc7f984e'),
(33212,7,8270,NULL,605,2,'2026-01-14 20:59:14','2026-01-14 20:59:14','b0776d18-3b8a-44b2-8149-f62bf9025f8e'),
(33213,82,8270,NULL,469,1,'2026-01-14 20:59:14','2026-01-14 20:59:14','17463046-b004-4505-971e-16e51b26c808'),
(33214,82,8270,NULL,479,2,'2026-01-14 20:59:14','2026-01-14 20:59:14','b12e613a-37d2-4e09-8f35-9be7e297d2d3'),
(33215,82,8270,NULL,491,3,'2026-01-14 20:59:14','2026-01-14 20:59:14','93c62b82-0cd8-4509-b000-f74562a8887b'),
(33231,32,8272,NULL,2610,1,'2026-01-14 21:02:26','2026-01-14 21:02:26','f951c70b-db78-41e1-a9b6-51261b5f37c9'),
(33232,32,8272,NULL,2598,2,'2026-01-14 21:02:26','2026-01-14 21:02:26','5e78ac57-02f1-461c-bf18-d6ae0687fc04'),
(33233,32,8272,NULL,2600,3,'2026-01-14 21:02:26','2026-01-14 21:02:26','88636e5a-bf87-49eb-8131-73cc029c6f65'),
(33234,32,8272,NULL,2602,4,'2026-01-14 21:02:26','2026-01-14 21:02:26','4edc4a4a-62a2-4027-98a9-971073e3a2d8'),
(33235,32,8272,NULL,2604,5,'2026-01-14 21:02:26','2026-01-14 21:02:26','e7588818-e5da-4061-8ff4-4609abac65be'),
(33236,32,8272,NULL,2608,6,'2026-01-14 21:02:26','2026-01-14 21:02:26','c20b71b6-100e-462d-9cbc-28a82dbcc8c6'),
(33237,32,8272,NULL,2596,7,'2026-01-14 21:02:26','2026-01-14 21:02:26','4e0ab49e-e6a1-4631-bae3-b1be432ae19c'),
(33238,16,8272,NULL,4579,1,'2026-01-14 21:02:26','2026-01-14 21:02:26','f2f20e65-31df-4b87-b49d-03b0eaea5c82'),
(33239,7,8272,NULL,2969,1,'2026-01-14 21:02:26','2026-01-14 21:02:26','2c066065-f19e-41e0-8e1e-fc8f2939b1ea'),
(33241,7,8272,NULL,617,3,'2026-01-14 21:02:26','2026-01-14 21:02:26','c36787bb-715a-410d-8853-89555d2af632'),
(33242,7,8272,NULL,605,4,'2026-01-14 21:02:26','2026-01-14 21:02:26','6b290201-4d88-4463-bbda-e71896b31713'),
(33243,82,8272,NULL,479,1,'2026-01-14 21:02:26','2026-01-14 21:02:26','4f78b6c6-4351-4d81-9bba-5c2c21965f0c'),
(33244,82,8272,NULL,491,2,'2026-01-14 21:02:26','2026-01-14 21:02:26','cd2939c2-8c31-4fd1-95cc-e7aaf6110169'),
(33259,32,8274,NULL,2610,1,'2026-01-14 21:04:28','2026-01-14 21:04:28','f888d3da-47f3-4e22-accd-1444362a1c28'),
(33260,32,8274,NULL,2598,2,'2026-01-14 21:04:28','2026-01-14 21:04:28','76bf1ab5-a8d7-4ba0-9f08-f808cf0edc7d'),
(33261,32,8274,NULL,2600,3,'2026-01-14 21:04:28','2026-01-14 21:04:28','8d25b659-6ad3-4e83-b096-58557b37b101'),
(33262,32,8274,NULL,2602,4,'2026-01-14 21:04:28','2026-01-14 21:04:28','b85aa8c8-9f9a-472c-928b-319fb4c1806d'),
(33263,32,8274,NULL,2604,5,'2026-01-14 21:04:28','2026-01-14 21:04:28','39adcec4-1872-40a9-9ed4-dff792da0b55'),
(33264,32,8274,NULL,2608,6,'2026-01-14 21:04:28','2026-01-14 21:04:28','0472c7f0-2b8c-48bd-87ed-56c419a14975'),
(33265,32,8274,NULL,2596,7,'2026-01-14 21:04:28','2026-01-14 21:04:28','f843d069-39a4-4310-ae3f-65d6264515c6'),
(33266,16,8274,NULL,4579,1,'2026-01-14 21:04:28','2026-01-14 21:04:28','8eaa8d8c-b0bc-4748-a7b2-b688250f6063'),
(33267,7,8274,NULL,2969,1,'2026-01-14 21:04:28','2026-01-14 21:04:28','5d42e011-1fa6-4e7c-8552-6e89c927094a'),
(33269,7,8274,NULL,617,3,'2026-01-14 21:04:28','2026-01-14 21:04:28','d6db55ad-0128-4b21-86ab-5fc2c600ae15'),
(33270,7,8274,NULL,605,4,'2026-01-14 21:04:28','2026-01-14 21:04:28','6e10f2c7-6042-47bf-a50a-0704d882d1f6'),
(33271,82,8274,NULL,479,1,'2026-01-14 21:04:28','2026-01-14 21:04:28','d1925973-7421-482f-89c9-eeaa1de6901b'),
(33272,82,8274,NULL,491,2,'2026-01-14 21:04:28','2026-01-14 21:04:28','066854e1-038b-481b-be43-ed2e2c9e7052'),
(33287,32,8276,NULL,2610,1,'2026-01-14 21:04:37','2026-01-14 21:04:37','7e482096-d439-497c-bd7f-5fe8dc42d255'),
(33288,32,8276,NULL,2598,2,'2026-01-14 21:04:37','2026-01-14 21:04:37','33182c5d-cbe1-4f76-8214-32a167668971'),
(33289,32,8276,NULL,2600,3,'2026-01-14 21:04:37','2026-01-14 21:04:37','e9c88797-e8a4-4ffb-8243-35aab5bec3bd'),
(33290,32,8276,NULL,2602,4,'2026-01-14 21:04:37','2026-01-14 21:04:37','9e3d2255-d2b6-439d-89d5-79115bd3251f'),
(33291,32,8276,NULL,2604,5,'2026-01-14 21:04:37','2026-01-14 21:04:37','88352931-273a-4a83-a17a-1c4d6e399feb'),
(33292,32,8276,NULL,2608,6,'2026-01-14 21:04:37','2026-01-14 21:04:37','04337672-d029-416a-b66d-dc1ed29e0a9d'),
(33293,32,8276,NULL,2596,7,'2026-01-14 21:04:37','2026-01-14 21:04:37','e2354f8f-2582-416b-b809-040fead72b51'),
(33294,16,8276,NULL,4579,1,'2026-01-14 21:04:37','2026-01-14 21:04:37','65612552-72b7-41bb-afbc-4a25b58e520b'),
(33295,7,8276,NULL,2969,1,'2026-01-14 21:04:37','2026-01-14 21:04:37','25227b09-5701-4f3c-886f-3c803ea90a45'),
(33297,7,8276,NULL,617,3,'2026-01-14 21:04:37','2026-01-14 21:04:37','392eafa5-a0cb-4db8-a3c3-15de805e9b18'),
(33298,7,8276,NULL,605,4,'2026-01-14 21:04:37','2026-01-14 21:04:37','5ebc76c7-4a58-4e9e-be11-feb3451ee829'),
(33299,82,8276,NULL,479,1,'2026-01-14 21:04:37','2026-01-14 21:04:37','9afd7f03-5056-4720-8065-dd0c4d5c418c'),
(33300,82,8276,NULL,491,2,'2026-01-14 21:04:37','2026-01-14 21:04:37','f74a6714-517d-41bd-ab0e-917033a972f4'),
(33318,32,8278,NULL,2610,1,'2026-01-14 21:05:38','2026-01-14 21:05:38','db07ee26-6760-49fd-abc5-fa2cfcbf34ab'),
(33319,32,8278,NULL,2598,2,'2026-01-14 21:05:38','2026-01-14 21:05:38','685f0da3-9db6-4e7b-a653-4eaf8fc6f524'),
(33320,32,8278,NULL,2600,3,'2026-01-14 21:05:38','2026-01-14 21:05:38','03ec63eb-e456-45fc-8d9a-ee81cac11c68'),
(33321,32,8278,NULL,2604,4,'2026-01-14 21:05:38','2026-01-14 21:05:38','49e1e681-a01a-48fb-8b12-c003eb86b3c1'),
(33322,32,8278,NULL,2608,5,'2026-01-14 21:05:38','2026-01-14 21:05:38','2500aff8-353d-4321-91e0-6b971d2a6c9d'),
(33323,32,8278,NULL,2624,6,'2026-01-14 21:05:38','2026-01-14 21:05:38','6ce62d8c-e3c4-4df5-b260-a92ebb8e5539'),
(33324,32,8278,NULL,2596,7,'2026-01-14 21:05:38','2026-01-14 21:05:38','ac79b8a4-7049-4a1e-99a4-21ac9439057c'),
(33325,32,8278,NULL,2602,8,'2026-01-14 21:05:38','2026-01-14 21:05:38','0ebafe1c-97f8-4ee7-8384-0673fb46931e'),
(33326,32,8278,NULL,2606,9,'2026-01-14 21:05:38','2026-01-14 21:05:38','166d7b84-b009-461c-8b11-f43a35929f0b'),
(33327,16,8278,NULL,4610,1,'2026-01-14 21:05:38','2026-01-14 21:05:38','1dad79fb-80af-4879-87aa-52890273dee8'),
(33328,7,8278,NULL,601,1,'2026-01-14 21:05:38','2026-01-14 21:05:38','fb86d0a4-7dbc-47ca-8007-e5df284302a3'),
(33329,7,8278,NULL,2972,2,'2026-01-14 21:05:38','2026-01-14 21:05:38','f2128359-5fe7-4426-ab14-1256ba462f31'),
(33330,7,8278,NULL,2974,3,'2026-01-14 21:05:38','2026-01-14 21:05:38','b390fc80-f627-4f23-ae27-42589afd7b5a'),
(33331,7,8278,NULL,617,4,'2026-01-14 21:05:38','2026-01-14 21:05:38','9ac2d3ea-6405-4597-95ba-933f8a1e0626'),
(33332,7,8278,NULL,605,5,'2026-01-14 21:05:38','2026-01-14 21:05:38','8631cda4-dfb0-4775-bb4e-eeced2e36953'),
(33333,82,8278,NULL,491,1,'2026-01-14 21:05:38','2026-01-14 21:05:38','4b0cfbde-6465-44b8-a98f-e932396fadf4'),
(33334,46,8278,NULL,2891,1,'2026-01-14 21:05:38','2026-01-14 21:05:38','1ea68e0a-b12f-4a94-a2ae-0958dcfcf0ba'),
(33357,32,8280,NULL,2610,1,'2026-01-14 21:08:37','2026-01-14 21:08:37','40aed4a1-66de-4d37-ad67-df5549218228'),
(33358,32,8280,NULL,2598,2,'2026-01-14 21:08:37','2026-01-14 21:08:37','cc4bb17f-883d-4446-99ac-7d5d46bc4c1d'),
(33359,32,8280,NULL,2600,3,'2026-01-14 21:08:37','2026-01-14 21:08:37','34c4d2fa-82eb-4356-a17f-57353096afe1'),
(33360,32,8280,NULL,2602,4,'2026-01-14 21:08:37','2026-01-14 21:08:37','7281ab68-425b-43b9-800b-d9f29dea25c7'),
(33361,32,8280,NULL,2612,5,'2026-01-14 21:08:37','2026-01-14 21:08:37','7c2a1e3f-e4e1-43fe-9215-296ea196c8ad'),
(33362,32,8280,NULL,2618,6,'2026-01-14 21:08:37','2026-01-14 21:08:37','84d17774-c772-4b32-a43b-0dee2f6e8ebf'),
(33363,32,8280,NULL,2604,7,'2026-01-14 21:08:37','2026-01-14 21:08:37','fe1d67bb-ef37-4f03-a684-1ed2bd293d1a'),
(33364,32,8280,NULL,2608,8,'2026-01-14 21:08:37','2026-01-14 21:08:37','7df35755-0705-4ab8-a478-080ea740323d'),
(33365,32,8280,NULL,2596,9,'2026-01-14 21:08:37','2026-01-14 21:08:37','34be5619-48d5-48a2-a3be-74bdaa3cb06e'),
(33366,16,8280,NULL,4639,1,'2026-01-14 21:08:37','2026-01-14 21:08:37','c522c20d-b3cb-42e0-b193-39cb661eb87f'),
(33367,7,8280,NULL,2974,1,'2026-01-14 21:08:37','2026-01-14 21:08:37','f2456e71-cb29-4382-bef0-f9b81b3cd358'),
(33368,7,8280,NULL,617,2,'2026-01-14 21:08:37','2026-01-14 21:08:37','1e847e48-49dd-4285-beef-7ea78e7e30cd'),
(33369,7,8280,NULL,605,3,'2026-01-14 21:08:37','2026-01-14 21:08:37','6ae058b1-f4e2-401e-b47e-422e02078663'),
(33370,82,8280,NULL,479,1,'2026-01-14 21:08:37','2026-01-14 21:08:37','04079c37-57ab-4ebc-bc67-34adeea2d160'),
(33371,82,8280,NULL,491,2,'2026-01-14 21:08:37','2026-01-14 21:08:37','b5f50f65-c190-4f41-a589-54a94219da59'),
(33372,46,8280,NULL,3697,1,'2026-01-14 21:08:37','2026-01-14 21:08:37','48c43e29-92ee-458f-9533-93275be13012'),
(33373,57,8280,NULL,5084,1,'2026-01-14 21:08:37','2026-01-14 21:08:37','882003ab-2642-43c9-8a3e-cdfcde72dc0e'),
(33374,57,8280,NULL,5085,2,'2026-01-14 21:08:37','2026-01-14 21:08:37','fb3ba896-622a-44d6-9d22-5dd606feacaf'),
(33375,57,8280,NULL,5086,3,'2026-01-14 21:08:37','2026-01-14 21:08:37','7454a79e-f0d3-4ef3-8ea6-e99dfb631864'),
(33376,57,8280,NULL,5087,4,'2026-01-14 21:08:37','2026-01-14 21:08:37','c161f42f-c213-4ebf-80f5-f333defc3e27'),
(33377,57,8280,NULL,5088,5,'2026-01-14 21:08:37','2026-01-14 21:08:37','44f272f4-ece6-47c3-8551-0b98d3141c76'),
(33403,32,8282,NULL,2610,1,'2026-01-14 21:25:07','2026-01-14 21:25:07','cf2489e2-a32d-4d80-8b3c-464605d90c48'),
(33404,32,8282,NULL,2598,2,'2026-01-14 21:25:07','2026-01-14 21:25:07','35940565-85cf-4cfe-858c-608e2690bb18'),
(33405,32,8282,NULL,2608,3,'2026-01-14 21:25:07','2026-01-14 21:25:07','e98fffee-67cb-4d66-9a46-ff76727e51b7'),
(33406,32,8282,NULL,2624,4,'2026-01-14 21:25:07','2026-01-14 21:25:07','b4ff7b33-eac9-4f9d-b49f-6791dc461191'),
(33407,32,8282,NULL,2600,5,'2026-01-14 21:25:07','2026-01-14 21:25:07','33aac48f-e3f7-4630-9752-e74c0b0e21ef'),
(33408,32,8282,NULL,2596,6,'2026-01-14 21:25:07','2026-01-14 21:25:07','b346c17b-9eab-4868-b3f7-00b639163abd'),
(33409,32,8282,NULL,2602,7,'2026-01-14 21:25:07','2026-01-14 21:25:07','49b58e54-88b1-4a29-97a7-5e76b8de6778'),
(33410,32,8282,NULL,2606,8,'2026-01-14 21:25:07','2026-01-14 21:25:07','177c7ac8-22f4-4beb-9dd7-c02ac80f999c'),
(33411,32,8282,NULL,2612,9,'2026-01-14 21:25:07','2026-01-14 21:25:07','60d56f39-3e72-4046-a3ad-8453cb7d9064'),
(33412,32,8282,NULL,2604,10,'2026-01-14 21:25:07','2026-01-14 21:25:07','7ece5005-a7c0-4138-a146-1f58d0d93820'),
(33413,16,8282,NULL,4786,1,'2026-01-14 21:25:07','2026-01-14 21:25:07','c6332841-bd7e-4a9e-9492-fb96a90ffa9f'),
(33414,7,8282,NULL,601,1,'2026-01-14 21:25:07','2026-01-14 21:25:07','ddd7b7ef-e98b-4090-9727-e51e74c47806'),
(33415,7,8282,NULL,6547,2,'2026-01-14 21:25:07','2026-01-14 21:25:07','d26a2907-4d8e-46ee-8769-73e50cc9572d'),
(33416,7,8282,NULL,617,3,'2026-01-14 21:25:07','2026-01-14 21:25:07','7e33507e-09b8-4041-b699-e059e035996c'),
(33417,7,8282,NULL,605,4,'2026-01-14 21:25:07','2026-01-14 21:25:07','2228f42d-0ab5-4237-9bb5-ae1c72f8e83b'),
(33418,82,8282,NULL,491,1,'2026-01-14 21:25:07','2026-01-14 21:25:07','71a718e9-c55c-42ba-82e5-1cec23587e5e'),
(33419,46,8282,NULL,2891,1,'2026-01-14 21:25:07','2026-01-14 21:25:07','468b80f0-79ff-47f4-9af0-2b03c01577dc'),
(33420,57,8282,NULL,4806,1,'2026-01-14 21:25:07','2026-01-14 21:25:07','b1fd0d2f-52bd-4e80-9a41-e238ab6f5c21'),
(33421,57,8282,NULL,4807,2,'2026-01-14 21:25:07','2026-01-14 21:25:07','1fbcc032-db20-481d-933d-aeb5dafb1cdf'),
(33422,57,8282,NULL,4808,3,'2026-01-14 21:25:07','2026-01-14 21:25:07','9f23d1eb-3be5-46ea-9738-41586d52edbc'),
(33423,57,8282,NULL,4809,4,'2026-01-14 21:25:07','2026-01-14 21:25:07','5e574341-155c-476c-86b4-b5c14b2bb8d0'),
(33424,57,8282,NULL,4810,5,'2026-01-14 21:25:07','2026-01-14 21:25:07','f8aac91a-d22f-4d74-a3bc-88cc67d6cb4b'),
(33425,57,8282,NULL,4811,6,'2026-01-14 21:25:07','2026-01-14 21:25:07','fb078c93-a45f-471a-b060-cadcaf359a40'),
(33426,13,8282,NULL,6542,1,'2026-01-14 21:25:07','2026-01-14 21:25:07','99f90001-8b1a-4303-9dee-3ae633a1ed25'),
(33454,32,8284,NULL,2622,1,'2026-01-14 21:25:44','2026-01-14 21:25:44','0fa67948-57bd-462d-8f73-fc200f84a5f7'),
(33455,32,8284,NULL,2598,2,'2026-01-14 21:25:44','2026-01-14 21:25:44','7df955e0-4605-418f-b456-d5ac73882ded'),
(33456,32,8284,NULL,2608,3,'2026-01-14 21:25:44','2026-01-14 21:25:44','ffe97750-1582-4bd4-808c-cb523a7b2889'),
(33457,32,8284,NULL,2600,4,'2026-01-14 21:25:44','2026-01-14 21:25:44','ae321bdc-b507-444b-9570-624afa9c28d1'),
(33458,32,8284,NULL,2602,5,'2026-01-14 21:25:44','2026-01-14 21:25:44','e07e2791-61fc-4b5a-b31f-874e34872a68'),
(33459,32,8284,NULL,2612,6,'2026-01-14 21:25:44','2026-01-14 21:25:44','b8d09313-21b7-4f41-b0cc-7ca09723fb49'),
(33460,32,8284,NULL,2604,7,'2026-01-14 21:25:44','2026-01-14 21:25:44','19270002-7d16-46e3-b1f7-e8d2a3377391'),
(33461,32,8284,NULL,2610,8,'2026-01-14 21:25:44','2026-01-14 21:25:44','66502589-50b4-4d53-a2ee-1804e94fa10b'),
(33462,16,8284,NULL,4861,1,'2026-01-14 21:25:44','2026-01-14 21:25:44','524b4f37-665c-4450-8c32-2194bd39be8c'),
(33463,7,8284,NULL,601,1,'2026-01-14 21:25:44','2026-01-14 21:25:44','58bedaa6-82fa-4149-afe4-7daccaf946e3'),
(33464,7,8284,NULL,3468,2,'2026-01-14 21:25:44','2026-01-14 21:25:44','060c72c5-df39-42b1-8d0f-2c066629d31a'),
(33465,7,8284,NULL,617,3,'2026-01-14 21:25:44','2026-01-14 21:25:44','8e479f6a-080b-4c12-b85b-15eae94f76f1'),
(33466,7,8284,NULL,605,4,'2026-01-14 21:25:44','2026-01-14 21:25:44','86d0ca8d-a9d9-49fb-9c85-9fa98fdb01ed'),
(33467,82,8284,NULL,479,1,'2026-01-14 21:25:44','2026-01-14 21:25:44','f3d3f19b-4176-4420-97e3-dbbca8183423'),
(33468,82,8284,NULL,491,2,'2026-01-14 21:25:44','2026-01-14 21:25:44','afdf0ecf-8179-4bcb-81d3-174229ead76f'),
(33469,82,8284,NULL,469,3,'2026-01-14 21:25:44','2026-01-14 21:25:44','9d18bb6d-3d90-4666-8379-146a32dbc50c'),
(33470,57,8284,NULL,4879,1,'2026-01-14 21:25:44','2026-01-14 21:25:44','0a7da41b-3367-4cbb-b172-adb4988d3972'),
(33471,57,8284,NULL,4880,2,'2026-01-14 21:25:44','2026-01-14 21:25:44','5b1263d8-b15d-4d96-a449-583486d77766'),
(33472,57,8284,NULL,4881,3,'2026-01-14 21:25:44','2026-01-14 21:25:44','71f7940e-df99-449c-8296-545231eba383'),
(33473,57,8284,NULL,4882,4,'2026-01-14 21:25:44','2026-01-14 21:25:44','38c2edab-a638-414d-86ea-c9a02bbe64ad'),
(33474,57,8284,NULL,4883,5,'2026-01-14 21:25:44','2026-01-14 21:25:44','2ab0c7ab-50f8-4eef-bb75-438fd85d6937'),
(33475,57,8284,NULL,4884,6,'2026-01-14 21:25:44','2026-01-14 21:25:44','f44cc136-4d88-4c3e-85f5-97048a52a2c3'),
(33476,57,8284,NULL,4885,7,'2026-01-14 21:25:44','2026-01-14 21:25:44','0dcf919d-6427-4d65-9e49-3f7d2693d5b3'),
(33477,57,8284,NULL,4886,8,'2026-01-14 21:25:44','2026-01-14 21:25:44','2dc15c71-bd24-4118-9bf3-cf9ef75cc753'),
(33478,57,8284,NULL,4887,9,'2026-01-14 21:25:44','2026-01-14 21:25:44','df607d01-7d47-411e-b41b-2b49f58f9540'),
(33479,57,8284,NULL,4888,10,'2026-01-14 21:25:44','2026-01-14 21:25:44','a00d8b9f-0052-40d9-a0b8-e0d4e10bd608'),
(33504,32,8286,NULL,2614,1,'2026-01-14 21:26:24','2026-01-14 21:26:24','089b7cf2-a9f0-41bc-adf0-a9d3145eff95'),
(33505,32,8286,NULL,2610,2,'2026-01-14 21:26:24','2026-01-14 21:26:24','f5a5982a-6d76-48fe-bc36-2f736733cb28'),
(33506,32,8286,NULL,2598,3,'2026-01-14 21:26:24','2026-01-14 21:26:24','ecd37f29-9cb8-45b5-98a0-59a5cb9e37af'),
(33507,32,8286,NULL,2608,4,'2026-01-14 21:26:24','2026-01-14 21:26:24','691a067d-422c-433a-92cf-c26ee068ebcb'),
(33508,32,8286,NULL,2600,5,'2026-01-14 21:26:24','2026-01-14 21:26:24','169179ca-1e55-42cc-824f-53588f63ac95'),
(33509,32,8286,NULL,2596,6,'2026-01-14 21:26:24','2026-01-14 21:26:24','b16e36f2-b11d-4ade-9c05-f56476bf1b9c'),
(33510,32,8286,NULL,2602,7,'2026-01-14 21:26:24','2026-01-14 21:26:24','dfc3164b-22bc-4e05-9f79-0e037dca8f43'),
(33511,32,8286,NULL,2606,8,'2026-01-14 21:26:24','2026-01-14 21:26:24','fe88f4e9-e181-4bd0-a207-e5ced5aa00ee'),
(33512,32,8286,NULL,2612,9,'2026-01-14 21:26:24','2026-01-14 21:26:24','bfe17a93-92f8-447e-967c-41f6316f4894'),
(33513,32,8286,NULL,2604,10,'2026-01-14 21:26:24','2026-01-14 21:26:24','8a6b9030-50cf-4d2b-8e23-06e301c801b5'),
(33514,16,8286,NULL,6741,1,'2026-01-14 21:26:24','2026-01-14 21:26:24','3abef8b7-09b9-4c53-9bd3-20a46fc386b3'),
(33515,7,8286,NULL,605,1,'2026-01-14 21:26:24','2026-01-14 21:26:24','41684786-efd5-46e8-b0f2-e1f958ce5ed2'),
(33516,7,8286,NULL,617,2,'2026-01-14 21:26:24','2026-01-14 21:26:24','331493a9-a5e4-4bbe-b3ea-8d86a26ee887'),
(33517,46,8286,NULL,7381,1,'2026-01-14 21:26:24','2026-01-14 21:26:24','fc2afb4c-6124-4baf-bcb7-53309bf6acc5'),
(33518,57,8286,NULL,6759,1,'2026-01-14 21:26:24','2026-01-14 21:26:24','95e426e1-4b26-493c-b69f-1dba20d5a94e'),
(33519,57,8286,NULL,6760,2,'2026-01-14 21:26:24','2026-01-14 21:26:24','5f6f3c53-2f1a-43c6-8685-ef2144da6d64'),
(33520,57,8286,NULL,6761,3,'2026-01-14 21:26:24','2026-01-14 21:26:24','6d2f182d-b089-4c33-8a9c-b85dcbbf63d5'),
(33521,57,8286,NULL,6762,4,'2026-01-14 21:26:24','2026-01-14 21:26:24','c32cbc3c-7926-4a46-8599-b08acd9f27d7'),
(33522,57,8286,NULL,6763,5,'2026-01-14 21:26:24','2026-01-14 21:26:24','6d67aafb-84bb-4e46-af39-65c3c12d2493'),
(33523,57,8286,NULL,6764,6,'2026-01-14 21:26:24','2026-01-14 21:26:24','7e324006-ad66-4fc3-9adf-5ba4ba697851'),
(33524,57,8286,NULL,6765,7,'2026-01-14 21:26:24','2026-01-14 21:26:24','744ccca9-8398-4105-a009-7552bf8b67dc'),
(33525,57,8286,NULL,6766,8,'2026-01-14 21:26:24','2026-01-14 21:26:24','e146fd9c-31e1-457f-8903-374e87c28da5'),
(33526,13,8286,NULL,6767,1,'2026-01-14 21:26:24','2026-01-14 21:26:24','fd2e9d51-0aa9-46eb-94ad-dc11159f5418'),
(33540,32,8288,NULL,2610,1,'2026-01-14 21:27:55','2026-01-14 21:27:55','c9fe3a54-b0d8-4353-97fa-06752ab8401c'),
(33541,32,8288,NULL,2598,2,'2026-01-14 21:27:55','2026-01-14 21:27:55','d6c9b8a9-9ba1-4881-8f46-114f0bf21a7d'),
(33542,32,8288,NULL,2608,3,'2026-01-14 21:27:55','2026-01-14 21:27:55','8b782ffd-2c12-4921-ae20-dd85b7d00621'),
(33543,32,8288,NULL,2600,4,'2026-01-14 21:27:55','2026-01-14 21:27:55','62a343bb-96b4-41cf-ad34-e84cb51d18f5'),
(33544,32,8288,NULL,2596,5,'2026-01-14 21:27:55','2026-01-14 21:27:55','19407993-70de-43d4-bdf0-af9982c46119'),
(33545,32,8288,NULL,2602,6,'2026-01-14 21:27:55','2026-01-14 21:27:55','fb4dfca5-70e6-45e2-afcc-3ad2f99b2dc1'),
(33546,32,8288,NULL,2612,7,'2026-01-14 21:27:55','2026-01-14 21:27:55','c7e49240-b8ef-4ee6-b57f-e8578cf161e9'),
(33547,32,8288,NULL,2618,8,'2026-01-14 21:27:55','2026-01-14 21:27:55','a5cc6261-7620-460f-90ed-4e64dc508da8'),
(33548,32,8288,NULL,2604,9,'2026-01-14 21:27:55','2026-01-14 21:27:55','e86c9668-f204-43bc-abdf-176eaccc0b7d'),
(33549,82,8288,NULL,479,1,'2026-01-14 21:27:55','2026-01-14 21:27:55','9af2eaaa-39c2-4397-9f43-60367352498d'),
(33550,82,8288,NULL,491,2,'2026-01-14 21:27:55','2026-01-14 21:27:55','0a09af45-e154-4ac5-b6bf-c9accf04def2'),
(33551,46,8288,NULL,3697,1,'2026-01-14 21:27:55','2026-01-14 21:27:55','b49e3efa-2fd0-4331-8b95-9994ff1e5a5f'),
(33566,32,8290,NULL,2610,1,'2026-01-14 21:29:05','2026-01-14 21:29:05','312c50c5-d3a0-40c4-8e3b-1af663663e75'),
(33567,32,8290,NULL,2598,2,'2026-01-14 21:29:05','2026-01-14 21:29:05','ad3a8a8c-1db2-4450-8c4d-928e648a24eb'),
(33568,32,8290,NULL,2608,3,'2026-01-14 21:29:05','2026-01-14 21:29:05','386b35e9-9349-4f40-bccf-32f251cf635b'),
(33569,32,8290,NULL,2600,4,'2026-01-14 21:29:05','2026-01-14 21:29:05','96aa84be-5170-4338-864e-0ef761eea529'),
(33570,32,8290,NULL,2596,5,'2026-01-14 21:29:05','2026-01-14 21:29:05','b40daa3b-98fb-4923-981f-3fe0ed382cf1'),
(33571,32,8290,NULL,2602,6,'2026-01-14 21:29:05','2026-01-14 21:29:05','c0c8a4d8-1cc0-4a57-a531-6375520d5219'),
(33572,32,8290,NULL,2612,7,'2026-01-14 21:29:05','2026-01-14 21:29:05','7e58c926-b579-4d92-8881-14a06ceedc0f'),
(33573,32,8290,NULL,2618,8,'2026-01-14 21:29:05','2026-01-14 21:29:05','a84fd902-3c42-49b9-bd31-d8b5ed655969'),
(33574,32,8290,NULL,2604,9,'2026-01-14 21:29:05','2026-01-14 21:29:05','9ccd1705-d60b-4656-9dce-f205c7dc3923'),
(33575,82,8290,NULL,479,1,'2026-01-14 21:29:05','2026-01-14 21:29:05','6cddf3b6-54e7-4681-b10f-1b717050db3a'),
(33576,82,8290,NULL,491,2,'2026-01-14 21:29:05','2026-01-14 21:29:05','f10773d5-b31d-42e3-aa83-868c10935744'),
(33577,46,8290,NULL,3697,1,'2026-01-14 21:29:05','2026-01-14 21:29:05','7decf6f0-4085-44f6-bcba-88b050ab485c'),
(33592,32,8292,NULL,2610,1,'2026-01-14 21:29:12','2026-01-14 21:29:12','60eb541c-b8ba-416c-8e62-9124b5cb55db'),
(33593,32,8292,NULL,2598,2,'2026-01-14 21:29:12','2026-01-14 21:29:12','5844d58e-f2d5-4a5a-a4e9-b2efd1f3600d'),
(33594,32,8292,NULL,2608,3,'2026-01-14 21:29:12','2026-01-14 21:29:12','ec5a058d-fd0c-44be-ae2e-3c7656b31932'),
(33595,32,8292,NULL,2600,4,'2026-01-14 21:29:12','2026-01-14 21:29:12','67264cc7-3f66-4a3c-b180-702811d206c5'),
(33596,32,8292,NULL,2596,5,'2026-01-14 21:29:12','2026-01-14 21:29:12','15e57298-ac68-4d74-9368-572056a1f1b4'),
(33597,32,8292,NULL,2602,6,'2026-01-14 21:29:12','2026-01-14 21:29:12','a8f92164-06d2-4993-8cb0-63a4645a9c19'),
(33598,32,8292,NULL,2612,7,'2026-01-14 21:29:12','2026-01-14 21:29:12','40d1d93f-b227-4010-956e-bff27a7b166e'),
(33599,32,8292,NULL,2618,8,'2026-01-14 21:29:12','2026-01-14 21:29:12','18bf9eaa-0c21-4a2f-b346-a896c1bee534'),
(33600,32,8292,NULL,2604,9,'2026-01-14 21:29:12','2026-01-14 21:29:12','09802816-d541-4112-b48c-d2cdfc30fa87'),
(33601,82,8292,NULL,479,1,'2026-01-14 21:29:12','2026-01-14 21:29:12','282dfbda-b463-458c-90e9-e631889e49d6'),
(33602,82,8292,NULL,491,2,'2026-01-14 21:29:12','2026-01-14 21:29:12','20f3bd50-811f-4f2e-abc0-22dd5df97cd4'),
(33603,46,8292,NULL,3697,1,'2026-01-14 21:29:12','2026-01-14 21:29:12','3aecd95d-fe4d-416d-92b0-25e0355b10fa'),
(33618,32,8294,NULL,2610,1,'2026-01-14 21:29:33','2026-01-14 21:29:33','67ecaa3e-f7cd-40dd-8887-1abd59cf02ae'),
(33619,32,8294,NULL,2598,2,'2026-01-14 21:29:33','2026-01-14 21:29:33','f561cd81-d98f-4cd4-9715-e85a783171bb'),
(33620,32,8294,NULL,2608,3,'2026-01-14 21:29:33','2026-01-14 21:29:33','054bb7c9-745e-4759-8caa-93601e651eda'),
(33621,32,8294,NULL,2600,4,'2026-01-14 21:29:33','2026-01-14 21:29:33','ddbbc5ec-5ac0-431d-bc52-34e207a03a28'),
(33622,32,8294,NULL,2596,5,'2026-01-14 21:29:33','2026-01-14 21:29:33','fe861a76-d794-4d7e-8bf4-651f1f375087'),
(33623,32,8294,NULL,2602,6,'2026-01-14 21:29:33','2026-01-14 21:29:33','00bbe74f-9a97-4267-a57c-b5edc6f8b5af'),
(33624,32,8294,NULL,2612,7,'2026-01-14 21:29:33','2026-01-14 21:29:33','c8c20527-b143-4442-8a5f-99ddd40aca28'),
(33625,32,8294,NULL,2618,8,'2026-01-14 21:29:33','2026-01-14 21:29:33','b3a4265c-8b0d-48e4-8dd8-57fb31c4ec96'),
(33626,32,8294,NULL,2604,9,'2026-01-14 21:29:33','2026-01-14 21:29:33','d7218874-1356-4376-a40c-749b8e6e5291'),
(33627,82,8294,NULL,479,1,'2026-01-14 21:29:33','2026-01-14 21:29:33','41d93beb-0e9e-47b6-be75-ba54b9b145aa'),
(33628,82,8294,NULL,491,2,'2026-01-14 21:29:33','2026-01-14 21:29:33','12b65eeb-479f-46d9-8591-7f55cacb4bc1'),
(33629,46,8294,NULL,3697,1,'2026-01-14 21:29:33','2026-01-14 21:29:33','3d44b7e5-0c55-4790-84ae-0b956938ace8'),
(33641,32,8296,NULL,2610,1,'2026-01-14 21:34:16','2026-01-14 21:34:16','c1669b8f-cd42-4ecf-ba57-edb84a902c2a'),
(33642,32,8296,NULL,2598,2,'2026-01-14 21:34:16','2026-01-14 21:34:16','04721cc7-cc46-4a48-8825-d5f93bb95cdf'),
(33643,32,8296,NULL,2608,3,'2026-01-14 21:34:16','2026-01-14 21:34:16','65ca766f-38a9-44d6-98fe-1dc488953cfd'),
(33644,32,8296,NULL,2600,4,'2026-01-14 21:34:16','2026-01-14 21:34:16','3fff26e6-06cd-450e-bb79-adc5378df534'),
(33645,32,8296,NULL,2596,5,'2026-01-14 21:34:16','2026-01-14 21:34:16','d8bd773b-c129-4634-a1ab-11dbfd75accc'),
(33646,32,8296,NULL,2602,6,'2026-01-14 21:34:16','2026-01-14 21:34:16','870ffd51-1bcc-44b0-9a84-44fa058616f3'),
(33647,32,8296,NULL,2612,7,'2026-01-14 21:34:16','2026-01-14 21:34:16','018cdc46-3474-4979-950e-3a65b67337f6'),
(33648,32,8296,NULL,2604,8,'2026-01-14 21:34:16','2026-01-14 21:34:16','168e3aaa-b0c1-4ae0-9fb6-8cecdab7cd29'),
(33649,82,8296,NULL,479,1,'2026-01-14 21:34:16','2026-01-14 21:34:16','ded0054c-feab-4f14-976d-a15190290599'),
(33650,82,8296,NULL,491,2,'2026-01-14 21:34:16','2026-01-14 21:34:16','ec70a2b5-51a3-4a85-a68f-4051642cf822'),
(33661,32,8298,NULL,2610,1,'2026-01-14 21:35:02','2026-01-14 21:35:02','3a93dafe-da23-4bd1-9974-1633c4030c31'),
(33662,32,8298,NULL,2598,2,'2026-01-14 21:35:02','2026-01-14 21:35:02','1c4a8ede-4da0-4a44-9fc9-1d445d4547b7'),
(33663,32,8298,NULL,2608,3,'2026-01-14 21:35:02','2026-01-14 21:35:02','a5e806d7-927e-4ade-9595-608c9af96be5'),
(33664,32,8298,NULL,2600,4,'2026-01-14 21:35:02','2026-01-14 21:35:02','95c2203b-5d54-486b-8930-afd9f49e3ff5'),
(33665,32,8298,NULL,2596,5,'2026-01-14 21:35:02','2026-01-14 21:35:02','d0f7bd60-9dc3-4502-b9b9-9dadb5753ab1'),
(33666,32,8298,NULL,2602,6,'2026-01-14 21:35:02','2026-01-14 21:35:02','8579253c-ebfe-4bce-856a-8b23b39132bf'),
(33667,32,8298,NULL,2612,7,'2026-01-14 21:35:02','2026-01-14 21:35:02','823503b1-3c1d-4825-a1f6-517a5232a617'),
(33668,32,8298,NULL,2604,8,'2026-01-14 21:35:02','2026-01-14 21:35:02','286601db-3d34-4083-8ca1-5f4bbe7e8d42'),
(33669,82,8298,NULL,479,1,'2026-01-14 21:35:02','2026-01-14 21:35:02','338e5a79-24e8-41a2-b7b3-0ef8f585d69f'),
(33670,82,8298,NULL,491,2,'2026-01-14 21:35:02','2026-01-14 21:35:02','413d6aff-1b55-4cfc-a41b-5279823ad33c'),
(33681,32,8300,NULL,2610,1,'2026-01-14 21:35:05','2026-01-14 21:35:05','390d9182-0986-4029-814d-06fcec46c021'),
(33682,32,8300,NULL,2598,2,'2026-01-14 21:35:05','2026-01-14 21:35:05','a716f39d-a1f1-47ab-b992-c9c2c7ee64c0'),
(33683,32,8300,NULL,2608,3,'2026-01-14 21:35:05','2026-01-14 21:35:05','749060fa-78f0-4f66-a496-920a9bb3cbe3'),
(33684,32,8300,NULL,2600,4,'2026-01-14 21:35:05','2026-01-14 21:35:05','daf97258-80fc-4810-ad60-dab0d6cb5429'),
(33685,32,8300,NULL,2596,5,'2026-01-14 21:35:05','2026-01-14 21:35:05','5e9f2257-d754-4de0-905b-5f80d861fb50'),
(33686,32,8300,NULL,2602,6,'2026-01-14 21:35:05','2026-01-14 21:35:05','5a03d4e5-edde-4eac-957a-4593a84c06b2'),
(33687,32,8300,NULL,2612,7,'2026-01-14 21:35:05','2026-01-14 21:35:05','4089600f-3a44-4294-8b76-08478945bd12'),
(33688,32,8300,NULL,2604,8,'2026-01-14 21:35:05','2026-01-14 21:35:05','0a08547f-ddf8-4078-a127-15d5666b86f8'),
(33689,82,8300,NULL,479,1,'2026-01-14 21:35:05','2026-01-14 21:35:05','95094ac3-d95e-4788-a4a3-ae92f657f1d4'),
(33690,82,8300,NULL,491,2,'2026-01-14 21:35:05','2026-01-14 21:35:05','3847382f-d729-40ca-97fd-19e026b111e2'),
(33704,32,8302,NULL,2610,1,'2026-01-14 21:35:28','2026-01-14 21:35:28','ae9b4cc7-4e33-4ec7-865f-837b31a52f73'),
(33705,32,8302,NULL,2598,2,'2026-01-14 21:35:28','2026-01-14 21:35:28','1ee6d90b-e91a-4d5d-b7cf-e94b30b54fa7'),
(33706,32,8302,NULL,2608,3,'2026-01-14 21:35:28','2026-01-14 21:35:28','d1414106-577b-4319-b796-3c73128ee859'),
(33707,32,8302,NULL,2624,4,'2026-01-14 21:35:28','2026-01-14 21:35:28','9db7ecbb-cdd9-439b-9bc1-31176ed52c14'),
(33708,32,8302,NULL,2600,5,'2026-01-14 21:35:28','2026-01-14 21:35:28','80480738-4dab-4492-8480-a89e2ae9948d'),
(33709,32,8302,NULL,2596,6,'2026-01-14 21:35:28','2026-01-14 21:35:28','4d2d1412-6910-4f45-8636-f3d2f754042f'),
(33710,32,8302,NULL,2602,7,'2026-01-14 21:35:28','2026-01-14 21:35:28','afe510a9-3ddb-423e-a7f9-3b8b228a95bb'),
(33711,32,8302,NULL,2606,8,'2026-01-14 21:35:28','2026-01-14 21:35:28','9bb797d9-61f3-4413-a257-55ececcd2645'),
(33712,32,8302,NULL,2612,9,'2026-01-14 21:35:28','2026-01-14 21:35:28','0ff2a5b8-8878-45d2-a86c-04ad22660b0a'),
(33713,32,8302,NULL,2604,10,'2026-01-14 21:35:28','2026-01-14 21:35:28','49fe0bdb-6c2e-42da-a649-04b27b2f19a7'),
(33714,82,8302,NULL,491,1,'2026-01-14 21:35:28','2026-01-14 21:35:28','a2d4159d-2bbf-4f5c-b6dc-eebacbd684c7'),
(33715,46,8302,NULL,2891,1,'2026-01-14 21:35:28','2026-01-14 21:35:28','ea36612f-3a85-416b-9965-81b37e89b5f9'),
(33716,13,8302,NULL,6860,1,'2026-01-14 21:35:28','2026-01-14 21:35:28','839c3874-186b-47fb-92ff-aa2d97a3b407'),
(33734,32,8304,NULL,2614,1,'2026-01-14 21:37:57','2026-01-14 21:37:57','a114ec21-3cbb-42da-a0d1-5ce5e9dc0e5b'),
(33735,32,8304,NULL,2610,2,'2026-01-14 21:37:57','2026-01-14 21:37:57','22b3cfe3-8373-4e4c-9b28-75d177c5fe35'),
(33736,32,8304,NULL,2622,3,'2026-01-14 21:37:57','2026-01-14 21:37:57','f0281a67-dc46-4539-9a08-466909ea14a0'),
(33737,32,8304,NULL,2598,4,'2026-01-14 21:37:57','2026-01-14 21:37:57','e2c0d317-ea94-47a0-a0b8-3a1224bc4632'),
(33738,32,8304,NULL,2608,5,'2026-01-14 21:37:57','2026-01-14 21:37:57','c4e4117a-236a-46ca-9eb6-5e27faf93baa'),
(33739,32,8304,NULL,2624,6,'2026-01-14 21:37:57','2026-01-14 21:37:57','d7f54784-93cd-406f-87cd-3a26478df23b'),
(33740,32,8304,NULL,2600,7,'2026-01-14 21:37:57','2026-01-14 21:37:57','73f2b427-e8cc-48e7-84ac-8e0820572abf'),
(33741,32,8304,NULL,2596,8,'2026-01-14 21:37:57','2026-01-14 21:37:57','691bdf04-8eac-4ef0-8c75-49d9dc3a85c6'),
(33742,32,8304,NULL,2602,9,'2026-01-14 21:37:57','2026-01-14 21:37:57','7ea59812-9359-4651-bd8e-058d7be66d7d'),
(33743,32,8304,NULL,2606,10,'2026-01-14 21:37:57','2026-01-14 21:37:57','e68eb70e-2d88-4dd9-8fcd-a55b3f88b1a1'),
(33744,32,8304,NULL,2612,11,'2026-01-14 21:37:57','2026-01-14 21:37:57','9381c14f-2a33-4d9c-a6f7-370a6890d765'),
(33745,32,8304,NULL,2618,12,'2026-01-14 21:37:57','2026-01-14 21:37:57','3cc4945c-3fb9-4adc-b5ac-0e4451a4c0bd'),
(33746,32,8304,NULL,2604,13,'2026-01-14 21:37:57','2026-01-14 21:37:57','1548b246-86fb-4fad-aecb-6f8fdc4efeb3'),
(33747,46,8304,NULL,2891,1,'2026-01-14 21:37:57','2026-01-14 21:37:57','e3732896-a6e4-4477-978a-3dc86f770c51'),
(33748,46,8304,NULL,3697,2,'2026-01-14 21:37:57','2026-01-14 21:37:57','f67c970d-2c95-438c-a54c-d4b31fd7ed9e'),
(33749,46,8304,NULL,4403,3,'2026-01-14 21:37:57','2026-01-14 21:37:57','06ba1a5b-26c7-4edc-9b33-fe75f01ec806'),
(33768,32,8306,NULL,2614,1,'2026-01-14 21:38:01','2026-01-14 21:38:01','dc8d2763-9fe9-4af8-916a-7b22fcf8bc9b'),
(33769,32,8306,NULL,2610,2,'2026-01-14 21:38:01','2026-01-14 21:38:01','c8fab274-623c-42df-a820-6a8ea12117bc'),
(33770,32,8306,NULL,2622,3,'2026-01-14 21:38:01','2026-01-14 21:38:01','01b3fbec-9259-44e5-a571-e20eedc77815'),
(33771,32,8306,NULL,2598,4,'2026-01-14 21:38:01','2026-01-14 21:38:01','35f81b2b-ee17-4171-83cd-8f49f10befbf'),
(33772,32,8306,NULL,2608,5,'2026-01-14 21:38:01','2026-01-14 21:38:01','e95a1965-df90-484c-8c02-2890be570b2b'),
(33773,32,8306,NULL,2624,6,'2026-01-14 21:38:01','2026-01-14 21:38:01','5a683adf-5586-4c51-b32e-cd6887f9db0e'),
(33774,32,8306,NULL,2600,7,'2026-01-14 21:38:01','2026-01-14 21:38:01','4c5b08c3-7cfe-483a-a382-7c892f1fc2f5'),
(33775,32,8306,NULL,2596,8,'2026-01-14 21:38:01','2026-01-14 21:38:01','7dbff610-1060-40a9-8a40-6580018679f3'),
(33776,32,8306,NULL,2602,9,'2026-01-14 21:38:01','2026-01-14 21:38:01','b290ef8c-4486-49f7-886e-3aaeb8614155'),
(33777,32,8306,NULL,2606,10,'2026-01-14 21:38:01','2026-01-14 21:38:01','924f76aa-a9d4-419b-a83d-dc7105658845'),
(33778,32,8306,NULL,2612,11,'2026-01-14 21:38:01','2026-01-14 21:38:01','2399044b-e05d-4940-bf65-2f2b35420075'),
(33779,32,8306,NULL,2618,12,'2026-01-14 21:38:01','2026-01-14 21:38:01','b0691d1e-2054-4231-8270-c8232e7c8b62'),
(33780,32,8306,NULL,2604,13,'2026-01-14 21:38:01','2026-01-14 21:38:01','1c69220e-0254-42d2-8a74-b2f9edddda67'),
(33781,46,8306,NULL,2891,1,'2026-01-14 21:38:01','2026-01-14 21:38:01','bceafa4d-0415-48f4-a379-ed8889438a85'),
(33782,46,8306,NULL,3697,2,'2026-01-14 21:38:01','2026-01-14 21:38:01','e411d11a-36e0-4b05-8262-8abddc787efb'),
(33783,46,8306,NULL,4403,3,'2026-01-14 21:38:01','2026-01-14 21:38:01','a35eb6e0-390f-4712-a250-8e9dc6969d28'),
(33802,32,8308,NULL,2614,1,'2026-01-14 21:40:51','2026-01-14 21:40:51','6d3b9368-178f-4eaa-8646-02e020b04ad1'),
(33803,32,8308,NULL,2610,2,'2026-01-14 21:40:51','2026-01-14 21:40:51','562049f4-d587-4549-8837-1548647143c5'),
(33804,32,8308,NULL,2622,3,'2026-01-14 21:40:51','2026-01-14 21:40:51','143aba45-2138-4d90-b4df-6d3f4acb206e'),
(33805,32,8308,NULL,2598,4,'2026-01-14 21:40:51','2026-01-14 21:40:51','ace56495-5c61-40bd-b41b-f44746e2db8c'),
(33806,32,8308,NULL,2608,5,'2026-01-14 21:40:51','2026-01-14 21:40:51','0934b0d4-c6ab-4328-ad7d-539e988a7812'),
(33807,32,8308,NULL,2624,6,'2026-01-14 21:40:51','2026-01-14 21:40:51','868c3207-306c-4407-aab7-cc734f010090'),
(33808,32,8308,NULL,2600,7,'2026-01-14 21:40:51','2026-01-14 21:40:51','63fdc2ee-fb94-4aad-a58f-de564b5c12e5'),
(33809,32,8308,NULL,2596,8,'2026-01-14 21:40:51','2026-01-14 21:40:51','bd3d82d2-1520-4d3a-97ab-50bd8b6bad8d'),
(33810,32,8308,NULL,2602,9,'2026-01-14 21:40:51','2026-01-14 21:40:51','544d3332-6d80-4f4b-8fe7-84a54e2eae94'),
(33811,32,8308,NULL,2606,10,'2026-01-14 21:40:51','2026-01-14 21:40:51','a458d5e0-562e-4fbf-a7dc-c6500070e405'),
(33812,32,8308,NULL,2612,11,'2026-01-14 21:40:51','2026-01-14 21:40:51','86de3541-8192-452e-a8a1-5dc5f6b2b91b'),
(33813,32,8308,NULL,2618,12,'2026-01-14 21:40:51','2026-01-14 21:40:51','9d5e0044-bafe-48b7-8ee8-17ead6ba38c1'),
(33814,32,8308,NULL,2604,13,'2026-01-14 21:40:51','2026-01-14 21:40:51','cbd9c111-366c-4cbf-9cfc-eb3781ced730'),
(33815,46,8308,NULL,2891,1,'2026-01-14 21:40:51','2026-01-14 21:40:51','f5efe071-d9dd-410e-9452-3dfadd56af5f'),
(33816,46,8308,NULL,3697,2,'2026-01-14 21:40:51','2026-01-14 21:40:51','fa098558-51cf-4469-86da-fe363c293784'),
(33817,46,8308,NULL,4403,3,'2026-01-14 21:40:51','2026-01-14 21:40:51','b7c99b8f-da52-49c5-89b8-4c1b3ba092ac'),
(33836,32,8310,NULL,2614,1,'2026-01-14 21:43:39','2026-01-14 21:43:39','68d996af-39e0-40b6-aa54-f48e6c53c0a4'),
(33837,32,8310,NULL,2610,2,'2026-01-14 21:43:39','2026-01-14 21:43:39','cb1b12a0-eab2-42eb-8870-8b9137002ef2'),
(33838,32,8310,NULL,2622,3,'2026-01-14 21:43:39','2026-01-14 21:43:39','349ab6dc-5600-4499-a633-c38df522b1ac'),
(33839,32,8310,NULL,2598,4,'2026-01-14 21:43:39','2026-01-14 21:43:39','5c19c9f1-4b5b-46eb-81f0-b02f0b3bdbf3'),
(33840,32,8310,NULL,2608,5,'2026-01-14 21:43:39','2026-01-14 21:43:39','75ef8cc5-ecbd-4a2d-92db-651d7514bcad'),
(33841,32,8310,NULL,2624,6,'2026-01-14 21:43:39','2026-01-14 21:43:39','c29caa18-615f-45f8-afbe-68251f941204'),
(33842,32,8310,NULL,2600,7,'2026-01-14 21:43:39','2026-01-14 21:43:39','8b2e0f36-8c0b-4498-8b64-756038cbe94a'),
(33843,32,8310,NULL,2596,8,'2026-01-14 21:43:39','2026-01-14 21:43:39','e1bb9984-1a52-457a-96a9-d2f1ab3ca57b'),
(33844,32,8310,NULL,2602,9,'2026-01-14 21:43:39','2026-01-14 21:43:39','48f9ad4d-9a40-425d-b92d-57d5d13779e7'),
(33845,32,8310,NULL,2606,10,'2026-01-14 21:43:39','2026-01-14 21:43:39','123856d2-b7d8-4374-8004-a733c9d8ea29'),
(33846,32,8310,NULL,2612,11,'2026-01-14 21:43:39','2026-01-14 21:43:39','75c0ea7f-2737-4083-9832-433b75c72782'),
(33847,32,8310,NULL,2618,12,'2026-01-14 21:43:39','2026-01-14 21:43:39','7e9168b5-21b9-4171-b03c-02fedb8f9d7e'),
(33848,32,8310,NULL,2604,13,'2026-01-14 21:43:39','2026-01-14 21:43:39','ff6335ef-bfde-407b-8486-e95b3c4dc737'),
(33849,46,8310,NULL,2891,1,'2026-01-14 21:43:39','2026-01-14 21:43:39','fc88aa62-94c7-41a7-a0fd-87d85ff3bafc'),
(33850,46,8310,NULL,3697,2,'2026-01-14 21:43:39','2026-01-14 21:43:39','cca0d236-f915-4c3b-a54f-3461fe69d4c2'),
(33851,46,8310,NULL,4403,3,'2026-01-14 21:43:39','2026-01-14 21:43:39','0a53788c-ae8f-4c53-b364-356b384a0b89'),
(33870,32,8312,NULL,2614,1,'2026-01-14 21:43:52','2026-01-14 21:43:52','ae3bb588-7bd8-47aa-90e4-2c7ceb9ca0cb'),
(33871,32,8312,NULL,2610,2,'2026-01-14 21:43:52','2026-01-14 21:43:52','da0f67c0-4915-4f82-8e11-e60b90cfcad8'),
(33872,32,8312,NULL,2622,3,'2026-01-14 21:43:52','2026-01-14 21:43:52','35caa0d7-7216-4442-ad1e-fb17b5716668'),
(33873,32,8312,NULL,2598,4,'2026-01-14 21:43:52','2026-01-14 21:43:52','dd3fc553-be72-48e2-8e20-0897ff1410b8'),
(33874,32,8312,NULL,2608,5,'2026-01-14 21:43:52','2026-01-14 21:43:52','4691f0b7-0881-4b0a-8ebd-8c52505ebb8e'),
(33875,32,8312,NULL,2624,6,'2026-01-14 21:43:52','2026-01-14 21:43:52','9edcccb7-522f-4c64-be7c-f7b3aa1050ff'),
(33876,32,8312,NULL,2600,7,'2026-01-14 21:43:52','2026-01-14 21:43:52','d0e834f0-47c9-428a-af13-d0b2ec1366be'),
(33877,32,8312,NULL,2596,8,'2026-01-14 21:43:52','2026-01-14 21:43:52','8a10c6e8-4fa3-4cbf-9b1b-d954626ca330'),
(33878,32,8312,NULL,2602,9,'2026-01-14 21:43:52','2026-01-14 21:43:52','24630483-edee-4026-9ea1-4fdeb2bf08ab'),
(33879,32,8312,NULL,2606,10,'2026-01-14 21:43:52','2026-01-14 21:43:52','1b62e398-4771-4b46-a024-8294b1a5db06'),
(33880,32,8312,NULL,2612,11,'2026-01-14 21:43:52','2026-01-14 21:43:52','adb5bc3c-e402-48c6-86e7-0ad39637e475'),
(33881,32,8312,NULL,2618,12,'2026-01-14 21:43:52','2026-01-14 21:43:52','e7443cbf-177f-41c1-9a0a-ec15442eced9'),
(33882,32,8312,NULL,2604,13,'2026-01-14 21:43:52','2026-01-14 21:43:52','ce6eada1-d83b-46b8-bce2-c0ca3334ccc0'),
(33883,46,8312,NULL,2891,1,'2026-01-14 21:43:52','2026-01-14 21:43:52','22602353-4c5b-43bd-ac06-300beb350012'),
(33884,46,8312,NULL,3697,2,'2026-01-14 21:43:52','2026-01-14 21:43:52','c0aed767-2c7f-4826-9058-17a4e2b5d747'),
(33885,46,8312,NULL,4403,3,'2026-01-14 21:43:52','2026-01-14 21:43:52','923b7ec5-631a-48cc-b001-dbf490db3bea'),
(33900,32,8314,NULL,2610,1,'2026-01-14 21:44:11','2026-01-14 21:44:11','6c6224a9-62d5-4099-9f43-d9a4b469726f'),
(33901,32,8314,NULL,2598,2,'2026-01-14 21:44:11','2026-01-14 21:44:11','82a3d156-62e8-4a61-ad33-ca845137e3dc'),
(33902,32,8314,NULL,2608,3,'2026-01-14 21:44:11','2026-01-14 21:44:11','f4caf7dc-c509-4832-b7b8-6b63c4eae4b5'),
(33903,32,8314,NULL,2600,4,'2026-01-14 21:44:11','2026-01-14 21:44:11','a153f12b-5645-4eca-a1d8-75150cb1a833'),
(33904,32,8314,NULL,2596,5,'2026-01-14 21:44:11','2026-01-14 21:44:11','9298fd39-f391-436f-abdc-ff33e033aecf'),
(33905,32,8314,NULL,2602,6,'2026-01-14 21:44:11','2026-01-14 21:44:11','4b19f092-de70-4452-aaf3-e8f1e6807a66'),
(33906,32,8314,NULL,2612,7,'2026-01-14 21:44:11','2026-01-14 21:44:11','313dafec-8544-46f5-bc9d-d8a43c450760'),
(33907,32,8314,NULL,2618,8,'2026-01-14 21:44:11','2026-01-14 21:44:11','74d500f0-f525-47fa-bed6-d4d6d5848ece'),
(33908,32,8314,NULL,2604,9,'2026-01-14 21:44:11','2026-01-14 21:44:11','ed2a2077-8892-4e5f-ba35-2ae2aa564d4a'),
(33909,82,8314,NULL,479,1,'2026-01-14 21:44:11','2026-01-14 21:44:11','d684d577-64e9-4117-a182-5d15f7ba3a3c'),
(33910,82,8314,NULL,491,2,'2026-01-14 21:44:11','2026-01-14 21:44:11','da1342dc-48da-4165-bdaf-f276151b60d2'),
(33911,46,8314,NULL,3697,1,'2026-01-14 21:44:11','2026-01-14 21:44:11','d4555beb-ba42-4728-ba9a-2abf6567a2e2'),
(33912,13,8314,NULL,6872,1,'2026-01-14 21:44:11','2026-01-14 21:44:11','6f299253-c10b-4f74-8b6d-582ad6ffc130'),
(33924,32,8316,NULL,2610,1,'2026-01-14 21:44:43','2026-01-14 21:44:43','cba2fcca-d213-4859-8a88-6f2ca5567c09'),
(33925,32,8316,NULL,2598,2,'2026-01-14 21:44:43','2026-01-14 21:44:43','14ed427b-cf1e-4f2a-9ea6-662f2c97163f'),
(33926,32,8316,NULL,2608,3,'2026-01-14 21:44:43','2026-01-14 21:44:43','7a1877b4-58df-42f4-ace1-c7acb89d7198'),
(33927,32,8316,NULL,2600,4,'2026-01-14 21:44:43','2026-01-14 21:44:43','7ed1aaba-8895-420e-9fc2-b9cf8ddf58d8'),
(33928,32,8316,NULL,2596,5,'2026-01-14 21:44:43','2026-01-14 21:44:43','8dc8f2f8-23ab-4de4-ab4e-cc2aad87e4c7'),
(33929,32,8316,NULL,2602,6,'2026-01-14 21:44:43','2026-01-14 21:44:43','746fbf6e-28f1-4b9b-b4bf-f27c84050de5'),
(33930,32,8316,NULL,2612,7,'2026-01-14 21:44:43','2026-01-14 21:44:43','bb115c8e-d78e-42b8-890f-2fb33d7af9bf'),
(33931,32,8316,NULL,2604,8,'2026-01-14 21:44:43','2026-01-14 21:44:43','b8ffdd79-7870-4c23-a63b-64a57b48fc7c'),
(33932,82,8316,NULL,479,1,'2026-01-14 21:44:43','2026-01-14 21:44:43','b303a97c-63b9-4aa7-83e8-b891e774ea1e'),
(33933,82,8316,NULL,491,2,'2026-01-14 21:44:43','2026-01-14 21:44:43','3f8e302d-6b2a-481b-a56b-30dc27e32e72'),
(33946,32,8318,NULL,2610,1,'2026-01-14 21:45:23','2026-01-14 21:45:23','6474bb50-6851-43dd-ac37-0d4cb846aea9'),
(33947,32,8318,NULL,2598,2,'2026-01-14 21:45:23','2026-01-14 21:45:23','ed5c5f37-e211-4378-b7e8-04c9bc9eaa21'),
(33948,32,8318,NULL,2608,3,'2026-01-14 21:45:23','2026-01-14 21:45:23','f4c0de88-69c5-400d-8ff5-db1340fcc7df'),
(33949,32,8318,NULL,2600,4,'2026-01-14 21:45:23','2026-01-14 21:45:23','4bd7b390-ee6e-4f0d-a031-0d7dfa61f392'),
(33950,32,8318,NULL,2596,5,'2026-01-14 21:45:23','2026-01-14 21:45:23','7f034185-faff-4792-b857-b3a43d3c6b5a'),
(33951,32,8318,NULL,2602,6,'2026-01-14 21:45:23','2026-01-14 21:45:23','0c769b65-820d-475a-952d-b86173a66707'),
(33952,32,8318,NULL,2612,7,'2026-01-14 21:45:23','2026-01-14 21:45:23','b9b3a829-3de2-47a9-bc60-29c594679be4'),
(33953,32,8318,NULL,2604,8,'2026-01-14 21:45:23','2026-01-14 21:45:23','c5dba904-30db-44ba-b7a3-b49c4aa07ded'),
(33954,82,8318,NULL,479,1,'2026-01-14 21:45:23','2026-01-14 21:45:23','de430b27-7753-45a1-ba30-cd2ff6fc913d'),
(33955,82,8318,NULL,491,2,'2026-01-14 21:45:23','2026-01-14 21:45:23','ca977fa0-13c7-43b5-979f-b66f5a44c4ec'),
(33968,32,8320,NULL,2610,1,'2026-01-14 21:45:27','2026-01-14 21:45:27','5950a18b-c1c4-470d-9ef2-048a1fec7522'),
(33969,32,8320,NULL,2598,2,'2026-01-14 21:45:27','2026-01-14 21:45:27','7c4bb433-40f9-49eb-8255-1e620bfa1708'),
(33970,32,8320,NULL,2608,3,'2026-01-14 21:45:27','2026-01-14 21:45:27','df31013b-6ce2-4ae4-b976-e948c87055ba'),
(33971,32,8320,NULL,2600,4,'2026-01-14 21:45:27','2026-01-14 21:45:27','3f68e731-55c4-49f4-bd72-cf39e496962f'),
(33972,32,8320,NULL,2596,5,'2026-01-14 21:45:27','2026-01-14 21:45:27','87952863-a108-463e-b7ed-cac1a293ad2a'),
(33973,32,8320,NULL,2602,6,'2026-01-14 21:45:27','2026-01-14 21:45:27','47b2cdca-8cce-455b-8cc1-0ff8e60491c0'),
(33974,32,8320,NULL,2612,7,'2026-01-14 21:45:27','2026-01-14 21:45:27','188fcd53-dda8-4bcd-a5b0-4de4ccacf730'),
(33975,32,8320,NULL,2604,8,'2026-01-14 21:45:27','2026-01-14 21:45:27','16300b79-9e29-4f84-a486-b9f150896993'),
(33976,82,8320,NULL,479,1,'2026-01-14 21:45:27','2026-01-14 21:45:27','ad4b5bf2-1fe4-4d14-bab8-4bbd4e1ea507'),
(33977,82,8320,NULL,491,2,'2026-01-14 21:45:27','2026-01-14 21:45:27','e9c0601b-826c-465c-8eaa-119cc3b7bb71'),
(33992,32,8322,NULL,2610,1,'2026-01-14 21:46:01','2026-01-14 21:46:01','3a5c6bda-3377-49e7-b251-d9062a29b39c'),
(33993,32,8322,NULL,2598,2,'2026-01-14 21:46:01','2026-01-14 21:46:01','04c2893a-cc7a-4cfe-9835-370cd30ed0fe'),
(33994,32,8322,NULL,2608,3,'2026-01-14 21:46:01','2026-01-14 21:46:01','b88dbacd-4a42-4724-99bd-8b2beee4ddd6'),
(33995,32,8322,NULL,2600,4,'2026-01-14 21:46:01','2026-01-14 21:46:01','cd124433-c191-4cb1-81b9-1f4896a114a6'),
(33996,32,8322,NULL,2596,5,'2026-01-14 21:46:01','2026-01-14 21:46:01','f25df9fa-4d74-4632-ab42-8a031f147023'),
(33997,32,8322,NULL,2602,6,'2026-01-14 21:46:01','2026-01-14 21:46:01','4f737c3e-84ec-410f-a3b7-c38fdf4edcd8'),
(33998,32,8322,NULL,2612,7,'2026-01-14 21:46:01','2026-01-14 21:46:01','9d41f582-089c-45c9-b4e0-9cd9e7e4bb78'),
(33999,32,8322,NULL,2618,8,'2026-01-14 21:46:01','2026-01-14 21:46:01','627d23fd-fd18-4e20-b6bc-5655a48c4ef6'),
(34000,32,8322,NULL,2604,9,'2026-01-14 21:46:01','2026-01-14 21:46:01','d7229834-3722-4582-a3a2-ab8cebdb658b'),
(34001,82,8322,NULL,479,1,'2026-01-14 21:46:01','2026-01-14 21:46:01','559c7634-e811-4e96-8152-0b3835361702'),
(34002,82,8322,NULL,491,2,'2026-01-14 21:46:01','2026-01-14 21:46:01','9c49502a-a2de-4b92-8317-60f0d64b8f5e'),
(34003,46,8322,NULL,3697,1,'2026-01-14 21:46:01','2026-01-14 21:46:01','2f466616-d697-42be-972f-34b45d46579f'),
(34004,13,8322,NULL,6872,1,'2026-01-14 21:46:01','2026-01-14 21:46:01','eb165232-97a5-4894-9de4-e8aca0ee16e3'),
(34018,32,8324,NULL,2610,1,'2026-01-14 21:46:09','2026-01-14 21:46:09','c9f09c63-03fc-4c59-bf8e-61ac031535ce'),
(34019,32,8324,NULL,2598,2,'2026-01-14 21:46:09','2026-01-14 21:46:09','5d64e8ed-cba4-4c30-8e60-ecfed9de0287'),
(34020,32,8324,NULL,2608,3,'2026-01-14 21:46:09','2026-01-14 21:46:09','a8a97216-1374-4075-b97d-ac5ea83ad389'),
(34021,32,8324,NULL,2600,4,'2026-01-14 21:46:09','2026-01-14 21:46:09','ca93df42-f185-490c-bb76-74d10c71ad1f'),
(34022,32,8324,NULL,2596,5,'2026-01-14 21:46:09','2026-01-14 21:46:09','c5720098-2747-49a7-9951-4ecbae703857'),
(34023,32,8324,NULL,2602,6,'2026-01-14 21:46:09','2026-01-14 21:46:09','38a75feb-a8b4-4400-98d3-f1c36a4c9367'),
(34024,32,8324,NULL,2612,7,'2026-01-14 21:46:09','2026-01-14 21:46:09','9fe5e951-4703-40e8-b5e7-3cc8f0b08d8c'),
(34025,32,8324,NULL,2618,8,'2026-01-14 21:46:09','2026-01-14 21:46:09','b5c83938-1a57-4a2f-95ce-239d9e2a081d'),
(34026,32,8324,NULL,2604,9,'2026-01-14 21:46:09','2026-01-14 21:46:09','c4ed454e-d2be-421f-9bcb-57364327d126'),
(34027,82,8324,NULL,479,1,'2026-01-14 21:46:09','2026-01-14 21:46:09','6e8d17d1-93eb-42b8-beb7-4a344a9f362c'),
(34028,82,8324,NULL,491,2,'2026-01-14 21:46:09','2026-01-14 21:46:09','6f104a49-0bcc-46c8-9ed6-5b8e3d06ca01'),
(34029,46,8324,NULL,3697,1,'2026-01-14 21:46:09','2026-01-14 21:46:09','254e389f-c9a9-4d45-b46e-ddc5e50b203c'),
(34030,13,8324,NULL,6872,1,'2026-01-14 21:46:09','2026-01-14 21:46:09','679d0cf4-7add-4a6c-9f5e-f1d2878ae9aa'),
(34043,32,8326,NULL,2614,1,'2026-01-14 21:47:03','2026-01-14 21:47:03','2b72aead-9dce-4b3e-b85e-ac1ca5d6d182'),
(34044,32,8326,NULL,2610,2,'2026-01-14 21:47:03','2026-01-14 21:47:03','5843eb5a-cbbd-42e6-8799-126f13391848'),
(34045,32,8326,NULL,2598,3,'2026-01-14 21:47:03','2026-01-14 21:47:03','09842ff6-f026-4e4b-9455-899f95d2f238'),
(34046,32,8326,NULL,2608,4,'2026-01-14 21:47:03','2026-01-14 21:47:03','115a3b71-fbac-4587-856b-a6774adb5b05'),
(34047,32,8326,NULL,2600,5,'2026-01-14 21:47:03','2026-01-14 21:47:03','f2ac0fee-7f59-47bf-aa63-4e6dc5da376f'),
(34048,32,8326,NULL,2596,6,'2026-01-14 21:47:03','2026-01-14 21:47:03','e1a53580-4b4d-46a6-87c1-9c3fb6e26b54'),
(34049,32,8326,NULL,2602,7,'2026-01-14 21:47:03','2026-01-14 21:47:03','819c1928-4c9b-48c3-981c-abb94c2942ec'),
(34050,32,8326,NULL,2612,8,'2026-01-14 21:47:03','2026-01-14 21:47:03','c3c86082-1a91-4ab1-9412-7872666583ac'),
(34051,32,8326,NULL,2604,9,'2026-01-14 21:47:03','2026-01-14 21:47:03','2bdfbfd4-9177-4291-a400-6738709565cb'),
(34052,82,8326,NULL,479,1,'2026-01-14 21:47:03','2026-01-14 21:47:03','93827968-ac64-4fda-9f3d-7a86d17ac3fc'),
(34053,46,8326,NULL,7381,1,'2026-01-14 21:47:03','2026-01-14 21:47:03','d3fd9d74-ed70-4c64-84cf-9c3963892821'),
(34067,32,8328,NULL,2614,1,'2026-01-14 21:47:27','2026-01-14 21:47:27','68246527-9469-4fcd-a5a5-738df2b822ca'),
(34068,32,8328,NULL,2610,2,'2026-01-14 21:47:27','2026-01-14 21:47:27','2586012b-cd7c-443f-a7ac-bab16346e9ca'),
(34069,32,8328,NULL,2598,3,'2026-01-14 21:47:27','2026-01-14 21:47:27','24d64f90-a74a-452f-83bd-f9f2d8fb4064'),
(34070,32,8328,NULL,2608,4,'2026-01-14 21:47:27','2026-01-14 21:47:27','3fc8f890-b6ee-4946-8e4e-cd4c8a212297'),
(34071,32,8328,NULL,2600,5,'2026-01-14 21:47:27','2026-01-14 21:47:27','5e26d59f-40a2-4472-8f88-5091611d6a7b'),
(34072,32,8328,NULL,2596,6,'2026-01-14 21:47:27','2026-01-14 21:47:27','3c4eacb5-0f5e-42ff-8f0e-6949a5f98b17'),
(34073,32,8328,NULL,2602,7,'2026-01-14 21:47:27','2026-01-14 21:47:27','4e9a8b57-8e80-49f7-8eea-15a185aa4772'),
(34074,32,8328,NULL,2612,8,'2026-01-14 21:47:27','2026-01-14 21:47:27','0b580a05-f18e-4768-90a0-7622100ea244'),
(34075,32,8328,NULL,2604,9,'2026-01-14 21:47:27','2026-01-14 21:47:27','21d56ed3-2626-4bf7-8813-5095d517044b'),
(34076,82,8328,NULL,479,1,'2026-01-14 21:47:27','2026-01-14 21:47:27','569a6745-e107-46f9-bdeb-077bb4773f0a'),
(34077,46,8328,NULL,7381,1,'2026-01-14 21:47:27','2026-01-14 21:47:27','413df443-01dd-42e2-be28-fc869f7c3a99'),
(34091,32,8330,NULL,2614,1,'2026-01-14 21:48:09','2026-01-14 21:48:09','60542a3e-7033-48f4-b30c-c1d838f0bd93'),
(34092,32,8330,NULL,2610,2,'2026-01-14 21:48:09','2026-01-14 21:48:09','58ef3524-bf4a-442c-8f11-1ceb036a94db'),
(34093,32,8330,NULL,2598,3,'2026-01-14 21:48:09','2026-01-14 21:48:09','33563423-900d-4195-862d-53b3af2fdcec'),
(34094,32,8330,NULL,2608,4,'2026-01-14 21:48:09','2026-01-14 21:48:09','8ab4dfbf-116b-4552-8488-39dac4fbaa53'),
(34095,32,8330,NULL,2600,5,'2026-01-14 21:48:09','2026-01-14 21:48:09','92eb356b-b9d3-480e-a77a-d2e4cde4ecf5'),
(34096,32,8330,NULL,2596,6,'2026-01-14 21:48:09','2026-01-14 21:48:09','89f24949-ea4a-4cf3-9463-9f59af1da489'),
(34097,32,8330,NULL,2602,7,'2026-01-14 21:48:09','2026-01-14 21:48:09','7fc01d9d-17d0-46ba-b7b1-e61d244fc5d9'),
(34098,32,8330,NULL,2612,8,'2026-01-14 21:48:09','2026-01-14 21:48:09','b6dbd7ef-c862-4deb-ac70-45123601a32c'),
(34099,32,8330,NULL,2604,9,'2026-01-14 21:48:09','2026-01-14 21:48:09','78d5ebc9-9de0-4e3b-acbb-7f38fe4d7a5b'),
(34100,82,8330,NULL,479,1,'2026-01-14 21:48:09','2026-01-14 21:48:09','de62b716-7645-4180-806c-b816ca169012'),
(34101,46,8330,NULL,7381,1,'2026-01-14 21:48:09','2026-01-14 21:48:09','3b3f80a3-10ae-4280-bed5-40eec258fdc3'),
(34115,32,8332,NULL,2614,1,'2026-01-14 21:48:13','2026-01-14 21:48:13','970f3c68-4852-4d02-8449-0d69f975c611'),
(34116,32,8332,NULL,2610,2,'2026-01-14 21:48:13','2026-01-14 21:48:13','3e43a896-1b77-490a-95a0-1a22bc22935f'),
(34117,32,8332,NULL,2598,3,'2026-01-14 21:48:13','2026-01-14 21:48:13','c84f8881-68ba-429b-8a86-a75c00e8d2d5'),
(34118,32,8332,NULL,2608,4,'2026-01-14 21:48:13','2026-01-14 21:48:13','f2cb257c-31d5-4079-ac73-d07fe76307c0'),
(34119,32,8332,NULL,2600,5,'2026-01-14 21:48:13','2026-01-14 21:48:13','bcf3beb8-420f-483c-9537-9675ea66420b'),
(34120,32,8332,NULL,2596,6,'2026-01-14 21:48:13','2026-01-14 21:48:13','4acb0292-cee1-41df-931e-e1af94552259'),
(34121,32,8332,NULL,2602,7,'2026-01-14 21:48:13','2026-01-14 21:48:13','e05da05a-3ee7-43b5-828a-a9c3b7a1ad15'),
(34122,32,8332,NULL,2612,8,'2026-01-14 21:48:13','2026-01-14 21:48:13','1c905d41-40a0-448a-a896-05e6789d2724'),
(34123,32,8332,NULL,2604,9,'2026-01-14 21:48:13','2026-01-14 21:48:13','93c2f532-c20b-4512-835c-dc446a19ea46'),
(34124,82,8332,NULL,479,1,'2026-01-14 21:48:13','2026-01-14 21:48:13','bef5e2e9-fb20-4d6f-9f7e-5a9c4ea53f62'),
(34125,46,8332,NULL,7381,1,'2026-01-14 21:48:13','2026-01-14 21:48:13','89f1573f-1e85-4358-baf0-726a09a98b2b'),
(34150,32,8334,NULL,2614,1,'2026-01-14 21:49:11','2026-01-14 21:49:11','2561c24c-4a1c-4d61-8342-2b1ad5353c10'),
(34151,32,8334,NULL,2610,2,'2026-01-14 21:49:11','2026-01-14 21:49:11','dfc19c62-c74e-4123-8639-c5a74274fd88'),
(34152,32,8334,NULL,2598,3,'2026-01-14 21:49:11','2026-01-14 21:49:11','f5a37e2b-f27d-44f7-b370-0eb727ec571a'),
(34153,32,8334,NULL,2608,4,'2026-01-14 21:49:11','2026-01-14 21:49:11','0923928f-a94c-4e0f-aa8b-02e1ce86686b'),
(34154,32,8334,NULL,2600,5,'2026-01-14 21:49:11','2026-01-14 21:49:11','1c99a095-6a87-47bf-9dd2-7e75c178833e'),
(34155,32,8334,NULL,2596,6,'2026-01-14 21:49:11','2026-01-14 21:49:11','5487152e-7dee-4919-9f8c-b3f45b63cf69'),
(34156,32,8334,NULL,2602,7,'2026-01-14 21:49:11','2026-01-14 21:49:11','63ce1701-2557-4eea-b100-f61872347627'),
(34157,32,8334,NULL,2606,8,'2026-01-14 21:49:11','2026-01-14 21:49:11','1a36c899-f092-4f89-9262-27eae4c0953d'),
(34158,32,8334,NULL,2612,9,'2026-01-14 21:49:11','2026-01-14 21:49:11','7ad9ad6a-6779-4dce-8d1a-8d0682d6acc1'),
(34159,32,8334,NULL,2604,10,'2026-01-14 21:49:11','2026-01-14 21:49:11','14b9d5cf-5a20-4a47-8814-d015f77c42bb'),
(34160,16,8334,NULL,5013,1,'2026-01-14 21:49:11','2026-01-14 21:49:11','7d4af9e0-7f75-4d09-871d-94b96969d6f5'),
(34161,7,8334,NULL,2969,1,'2026-01-14 21:49:11','2026-01-14 21:49:11','3b7ee20d-16f5-497f-8f8e-8f05fe87dd22'),
(34162,7,8334,NULL,617,2,'2026-01-14 21:49:11','2026-01-14 21:49:11','b922ef0e-73fe-4f89-b008-ef4c4de6fe3c'),
(34163,7,8334,NULL,605,3,'2026-01-14 21:49:11','2026-01-14 21:49:11','164992b6-9b86-47b9-a9f7-07d8633e06ec'),
(34164,46,8334,NULL,7381,1,'2026-01-14 21:49:11','2026-01-14 21:49:11','cd0328f9-d235-4eda-92b4-e98597728bca'),
(34165,57,8334,NULL,5033,1,'2026-01-14 21:49:11','2026-01-14 21:49:11','9acd0235-e666-4a81-832e-0662b3f8eeaa'),
(34166,57,8334,NULL,5034,2,'2026-01-14 21:49:11','2026-01-14 21:49:11','06d08906-109a-4243-8f74-c8a4e66c42b7'),
(34167,57,8334,NULL,5035,3,'2026-01-14 21:49:11','2026-01-14 21:49:11','86126a69-56c1-430e-8bf9-9ab405b9d270'),
(34168,57,8334,NULL,5036,4,'2026-01-14 21:49:11','2026-01-14 21:49:11','9696c290-8652-4335-ac5a-7ce7be45ad28'),
(34169,57,8334,NULL,5037,5,'2026-01-14 21:49:11','2026-01-14 21:49:11','9bb646a4-b5f7-4183-9bb7-452ecbef9196'),
(34170,57,8334,NULL,5038,6,'2026-01-14 21:49:11','2026-01-14 21:49:11','91b7696b-7f0e-4d13-9c3f-6a0e082146da'),
(34171,57,8334,NULL,5039,7,'2026-01-14 21:49:11','2026-01-14 21:49:11','01dff26a-2bfa-4f8e-bde7-7ac33d98456f'),
(34172,57,8334,NULL,5040,8,'2026-01-14 21:49:11','2026-01-14 21:49:11','591e0266-91b9-4b2e-ae85-86c05086a026'),
(34196,32,8336,NULL,2614,1,'2026-01-14 21:49:13','2026-01-14 21:49:13','372cf6ea-acbd-47d3-b4d0-1ea1ecb32694'),
(34197,32,8336,NULL,2610,2,'2026-01-14 21:49:13','2026-01-14 21:49:13','03f23dde-77db-44f9-a094-ac343ede23cc'),
(34198,32,8336,NULL,2598,3,'2026-01-14 21:49:13','2026-01-14 21:49:13','20c03a18-1ffd-4b88-b61a-81af58c4f9c1'),
(34199,32,8336,NULL,2608,4,'2026-01-14 21:49:13','2026-01-14 21:49:13','dd73fea1-64ba-4d1d-88ae-249be62d4689'),
(34200,32,8336,NULL,2600,5,'2026-01-14 21:49:13','2026-01-14 21:49:13','bd562b26-e2fd-4d27-a30d-193a7ecb74f3'),
(34201,32,8336,NULL,2596,6,'2026-01-14 21:49:13','2026-01-14 21:49:13','d3616077-0bea-45e0-b907-9bf8130340de'),
(34202,32,8336,NULL,2602,7,'2026-01-14 21:49:13','2026-01-14 21:49:13','9d173af7-3ca2-47f8-95c1-b65d1d393c4c'),
(34203,32,8336,NULL,2606,8,'2026-01-14 21:49:13','2026-01-14 21:49:13','ab5902d0-e701-44fc-b67b-127a8733cbb0'),
(34204,32,8336,NULL,2612,9,'2026-01-14 21:49:13','2026-01-14 21:49:13','71e0bfaf-0a10-406c-b804-48d6788d6be3'),
(34205,32,8336,NULL,2604,10,'2026-01-14 21:49:13','2026-01-14 21:49:13','c8c3d438-86c3-4f53-bd42-0d46a68105b0'),
(34206,16,8336,NULL,5013,1,'2026-01-14 21:49:13','2026-01-14 21:49:13','cb49a47a-38dc-4558-b42d-cdd12c6e02e0'),
(34207,7,8336,NULL,2969,1,'2026-01-14 21:49:13','2026-01-14 21:49:13','c3247b4d-2b7e-4af1-97ff-c1bcf856ac65'),
(34208,7,8336,NULL,617,2,'2026-01-14 21:49:13','2026-01-14 21:49:13','5f9927ea-be4d-4f8e-b9b8-a4c9f745c08c'),
(34209,7,8336,NULL,605,3,'2026-01-14 21:49:13','2026-01-14 21:49:13','0807913d-a3ce-4ebd-ae60-5f820a27e6fa'),
(34210,46,8336,NULL,7381,1,'2026-01-14 21:49:13','2026-01-14 21:49:13','1ce3456a-040d-4349-b7b9-b4a4a9994564'),
(34211,57,8336,NULL,5033,1,'2026-01-14 21:49:13','2026-01-14 21:49:13','8e59b1ba-e379-4cc1-9383-2cbff48cfcdc'),
(34212,57,8336,NULL,5034,2,'2026-01-14 21:49:13','2026-01-14 21:49:13','9db1e072-23cb-4df5-acc3-34bccf1d209d'),
(34213,57,8336,NULL,5035,3,'2026-01-14 21:49:13','2026-01-14 21:49:13','6f3bd6c0-5685-4b49-963e-ced319c628b0'),
(34214,57,8336,NULL,5036,4,'2026-01-14 21:49:13','2026-01-14 21:49:13','11dd7cdf-460f-4378-aa15-755be23dcf59'),
(34215,57,8336,NULL,5037,5,'2026-01-14 21:49:13','2026-01-14 21:49:13','07840977-2c40-4d4e-92d5-193cc507c6ac'),
(34216,57,8336,NULL,5038,6,'2026-01-14 21:49:13','2026-01-14 21:49:13','0db5b2b4-e85b-4905-9c87-f07b7767c972'),
(34217,57,8336,NULL,5039,7,'2026-01-14 21:49:13','2026-01-14 21:49:13','998f8742-5b06-4e0a-8c07-094256b4dc1a'),
(34218,57,8336,NULL,5040,8,'2026-01-14 21:49:13','2026-01-14 21:49:13','648b8485-78c1-4535-bef4-9a2bbbf2265e'),
(34233,32,8338,NULL,2614,1,'2026-01-14 21:54:14','2026-01-14 21:54:14','b91208e4-1184-461f-922d-1c34de1285ec'),
(34234,32,8338,NULL,2610,2,'2026-01-14 21:54:14','2026-01-14 21:54:14','02d0cee9-fd60-42ef-a9dd-80c8e608573c'),
(34235,32,8338,NULL,2598,3,'2026-01-14 21:54:14','2026-01-14 21:54:14','e81ea570-776f-435a-a768-7fcd311ff569'),
(34236,32,8338,NULL,2608,4,'2026-01-14 21:54:14','2026-01-14 21:54:14','7138cb85-0d5e-4987-9b24-ca552491636e'),
(34237,32,8338,NULL,2624,5,'2026-01-14 21:54:14','2026-01-14 21:54:14','89a80abe-e77e-4131-870f-1aea559bb5b4'),
(34238,32,8338,NULL,2600,6,'2026-01-14 21:54:14','2026-01-14 21:54:14','cd56d469-1bd8-4c88-a05c-0a5684fc68e1'),
(34239,32,8338,NULL,2596,7,'2026-01-14 21:54:14','2026-01-14 21:54:14','d51664d5-e55a-4c51-ab53-b8b59d60a01d'),
(34240,32,8338,NULL,2602,8,'2026-01-14 21:54:14','2026-01-14 21:54:14','ec0bcf1e-9bba-45d9-aac1-fcbe0b91e67e'),
(34241,32,8338,NULL,2606,9,'2026-01-14 21:54:14','2026-01-14 21:54:14','ac9c5dec-f6a0-4f81-ace8-076fee7c89ef'),
(34242,32,8338,NULL,2612,10,'2026-01-14 21:54:14','2026-01-14 21:54:14','1d349155-215c-411b-9279-23108e01d667'),
(34243,32,8338,NULL,2604,11,'2026-01-14 21:54:14','2026-01-14 21:54:14','1b9c18d1-65aa-4d7c-848b-7050b273b403'),
(34244,46,8338,NULL,2891,1,'2026-01-14 21:54:14','2026-01-14 21:54:14','7501a8bb-5a56-45a3-b99a-81b5c85195e0'),
(34245,46,8338,NULL,7381,2,'2026-01-14 21:54:14','2026-01-14 21:54:14','beb4963a-dc41-485d-aa81-f4be9db30f90'),
(34246,13,8338,NULL,6922,1,'2026-01-14 21:54:14','2026-01-14 21:54:14','a487e803-9bfe-470a-955e-9b13e76ff947'),
(34261,32,8340,NULL,2614,1,'2026-01-14 21:55:00','2026-01-14 21:55:00','7155fe24-80eb-45cc-bb49-28e453d31b8e'),
(34262,32,8340,NULL,2610,2,'2026-01-14 21:55:00','2026-01-14 21:55:00','9d5710ff-a5b6-4b81-9f45-94a7efc0c3a7'),
(34263,32,8340,NULL,2598,3,'2026-01-14 21:55:00','2026-01-14 21:55:00','a1925cb4-a8bf-4c40-8d49-06c2870398d2'),
(34264,32,8340,NULL,2608,4,'2026-01-14 21:55:00','2026-01-14 21:55:00','f9d7ab1d-61c4-422b-9e62-3943eacf9444'),
(34265,32,8340,NULL,2624,5,'2026-01-14 21:55:00','2026-01-14 21:55:00','e51c9c33-5188-4d2d-acd1-5fda65354600'),
(34266,32,8340,NULL,2600,6,'2026-01-14 21:55:00','2026-01-14 21:55:00','15b8ccab-0ed8-4505-b0f4-0e0904a19fd3'),
(34267,32,8340,NULL,2596,7,'2026-01-14 21:55:00','2026-01-14 21:55:00','a8d15584-d415-4fef-82ae-51fe9a397b55'),
(34268,32,8340,NULL,2602,8,'2026-01-14 21:55:00','2026-01-14 21:55:00','83f4607d-759f-4505-b4cb-30a33b3eea4c'),
(34269,32,8340,NULL,2606,9,'2026-01-14 21:55:00','2026-01-14 21:55:00','a98cb07f-8623-41a6-bae4-b53cd7358c12'),
(34270,32,8340,NULL,2612,10,'2026-01-14 21:55:00','2026-01-14 21:55:00','df2fc7fa-e0e8-4d37-b7d5-d74e1bad606a'),
(34271,32,8340,NULL,2604,11,'2026-01-14 21:55:00','2026-01-14 21:55:00','578f1d85-5a64-4c84-a4fe-ee552ba968cb'),
(34272,46,8340,NULL,2891,1,'2026-01-14 21:55:00','2026-01-14 21:55:00','45d1c633-5a20-4d9b-b92f-3c8afd40047b'),
(34273,46,8340,NULL,7381,2,'2026-01-14 21:55:00','2026-01-14 21:55:00','e6413926-3840-4e63-a8c5-c5a598dd1039'),
(34274,13,8340,NULL,6922,1,'2026-01-14 21:55:00','2026-01-14 21:55:00','1008f151-2b00-47c9-a4e0-9ead3ab95ddc'),
(34289,32,8342,NULL,2614,1,'2026-01-14 21:55:13','2026-01-14 21:55:13','90e0822b-5728-4b26-a9cc-4c88f4c14e88'),
(34290,32,8342,NULL,2610,2,'2026-01-14 21:55:13','2026-01-14 21:55:13','4582862c-098f-4d6b-af48-dd4322f9958e'),
(34291,32,8342,NULL,2598,3,'2026-01-14 21:55:13','2026-01-14 21:55:13','b6c8a6c0-89aa-40d1-8a51-d31e372af349'),
(34292,32,8342,NULL,2608,4,'2026-01-14 21:55:13','2026-01-14 21:55:13','cb97eea6-3b48-40b1-a1cb-28146d5d5541'),
(34293,32,8342,NULL,2624,5,'2026-01-14 21:55:13','2026-01-14 21:55:13','dcf83b36-23b0-41d8-b5a3-cd94be51ae53'),
(34294,32,8342,NULL,2600,6,'2026-01-14 21:55:13','2026-01-14 21:55:13','ac613acf-d999-4482-9874-a32eeffa0f8c'),
(34295,32,8342,NULL,2596,7,'2026-01-14 21:55:13','2026-01-14 21:55:13','ad7da5e3-6939-405e-b9e6-addfb3158d11'),
(34296,32,8342,NULL,2602,8,'2026-01-14 21:55:13','2026-01-14 21:55:13','c9d7dc8d-9749-4bd3-8ed4-a9497563fdcb'),
(34297,32,8342,NULL,2606,9,'2026-01-14 21:55:13','2026-01-14 21:55:13','49ec6b2c-c584-4dfb-b78a-20d78223be21'),
(34298,32,8342,NULL,2612,10,'2026-01-14 21:55:13','2026-01-14 21:55:13','844574b0-ba44-4193-a390-b5b08af72032'),
(34299,32,8342,NULL,2604,11,'2026-01-14 21:55:13','2026-01-14 21:55:13','8fa80bb6-c1c8-456e-b43f-a944ef04ece1'),
(34300,46,8342,NULL,2891,1,'2026-01-14 21:55:13','2026-01-14 21:55:13','a48ba675-71d6-4392-822c-ea778dcc1348'),
(34301,46,8342,NULL,7381,2,'2026-01-14 21:55:13','2026-01-14 21:55:13','bf279b8a-1984-458a-b30b-6808382cefea'),
(34302,13,8342,NULL,6922,1,'2026-01-14 21:55:13','2026-01-14 21:55:13','3b0104e1-1b80-4c9c-a2d7-c1d4406c78c4'),
(34314,32,8344,NULL,2614,1,'2026-01-14 21:55:59','2026-01-14 21:55:59','55054c96-308b-4ec8-8298-2643ec6d8705'),
(34315,32,8344,NULL,2610,2,'2026-01-14 21:55:59','2026-01-14 21:55:59','6f25636b-1145-4c9a-90c3-344acdbe3662'),
(34316,32,8344,NULL,2598,3,'2026-01-14 21:55:59','2026-01-14 21:55:59','d481ea5e-6117-4dc0-bb67-0d80d60f2964'),
(34317,32,8344,NULL,2608,4,'2026-01-14 21:55:59','2026-01-14 21:55:59','f616f199-1a21-4c52-a6f1-64b8342ffb75'),
(34318,32,8344,NULL,2600,5,'2026-01-14 21:55:59','2026-01-14 21:55:59','3f46b494-ed32-4cb9-94d0-036a4e436431'),
(34319,32,8344,NULL,2596,6,'2026-01-14 21:55:59','2026-01-14 21:55:59','63acc481-7445-4900-b9bd-868842771ce2'),
(34320,32,8344,NULL,2602,7,'2026-01-14 21:55:59','2026-01-14 21:55:59','51289e0c-5ebb-4c71-8632-08a4bd3e23c7'),
(34321,32,8344,NULL,2612,8,'2026-01-14 21:55:59','2026-01-14 21:55:59','64f8999e-115b-4b47-8423-e952ee4f5be0'),
(34322,32,8344,NULL,2604,9,'2026-01-14 21:55:59','2026-01-14 21:55:59','a0ca761a-177c-43a0-be17-4af27cdf77b2'),
(34323,82,8344,NULL,479,1,'2026-01-14 21:55:59','2026-01-14 21:55:59','89d410a6-b59c-414f-a438-6fe707f51fff'),
(34324,46,8344,NULL,7381,1,'2026-01-14 21:55:59','2026-01-14 21:55:59','2864754e-e24f-4547-b267-b315e8a4d8e2'),
(34336,32,8346,NULL,2614,1,'2026-01-14 21:56:11','2026-01-14 21:56:11','3ce66ed3-d546-42f1-8f26-e660e4071ab4'),
(34337,32,8346,NULL,2610,2,'2026-01-14 21:56:11','2026-01-14 21:56:11','0d1bd4bd-94d2-49ff-bd4c-90315fadf1b5'),
(34338,32,8346,NULL,2598,3,'2026-01-14 21:56:11','2026-01-14 21:56:11','33d83696-ac39-43e9-9110-62676e07a460'),
(34339,32,8346,NULL,2608,4,'2026-01-14 21:56:11','2026-01-14 21:56:11','a25a9432-0d99-49a1-bfcb-e38c56ef2588'),
(34340,32,8346,NULL,2600,5,'2026-01-14 21:56:11','2026-01-14 21:56:11','b3c120f1-f4f0-4920-add3-471555e01e4a'),
(34341,32,8346,NULL,2596,6,'2026-01-14 21:56:11','2026-01-14 21:56:11','a2a89a82-686d-48b1-861d-7f8150222901'),
(34342,32,8346,NULL,2602,7,'2026-01-14 21:56:11','2026-01-14 21:56:11','f260d62b-df3b-4825-94e0-fb4cb82768e0'),
(34343,32,8346,NULL,2612,8,'2026-01-14 21:56:11','2026-01-14 21:56:11','25088a25-b522-4c10-8eb6-0662b41b0313'),
(34344,32,8346,NULL,2604,9,'2026-01-14 21:56:11','2026-01-14 21:56:11','e2f033fc-cd86-4c2d-ac35-b88937b42f22'),
(34345,82,8346,NULL,479,1,'2026-01-14 21:56:11','2026-01-14 21:56:11','be8c3b1e-e0e8-44ba-909d-d583e0c49e3b'),
(34346,46,8346,NULL,7381,1,'2026-01-14 21:56:11','2026-01-14 21:56:11','3668bff0-c837-4563-8a47-f7b2a810b5ac'),
(34360,32,8348,NULL,2614,1,'2026-01-14 21:57:09','2026-01-14 21:57:09','cd2498ab-d214-4ef3-98a2-a7c8dc30ab7e'),
(34361,32,8348,NULL,2610,2,'2026-01-14 21:57:09','2026-01-14 21:57:09','2895debb-22b9-4262-98f3-2a851d633fbd'),
(34362,32,8348,NULL,2598,3,'2026-01-14 21:57:09','2026-01-14 21:57:09','d1287f41-a709-4273-951e-31adb276deda'),
(34363,32,8348,NULL,2608,4,'2026-01-14 21:57:09','2026-01-14 21:57:09','c156a136-90c3-4ba2-9c44-b3de62d0bba5'),
(34364,32,8348,NULL,2624,5,'2026-01-14 21:57:09','2026-01-14 21:57:09','acdff597-489f-4860-b55d-a01a53011438'),
(34365,32,8348,NULL,2600,6,'2026-01-14 21:57:09','2026-01-14 21:57:09','1d573f0a-ae17-4391-81c6-1ba2b8e0c7e5'),
(34366,32,8348,NULL,2596,7,'2026-01-14 21:57:09','2026-01-14 21:57:09','b5d530f1-4517-4232-9b6c-4c264f9c5bf6'),
(34367,32,8348,NULL,2602,8,'2026-01-14 21:57:09','2026-01-14 21:57:09','4d63d634-4e74-42f5-b04a-0ddd36d31d9a'),
(34368,32,8348,NULL,2606,9,'2026-01-14 21:57:09','2026-01-14 21:57:09','ed724991-dcaf-474f-9b2c-b1537b9671e6'),
(34369,32,8348,NULL,2612,10,'2026-01-14 21:57:09','2026-01-14 21:57:09','1a2b3cdd-31d4-4e32-8cec-58a1f4381f1c'),
(34370,32,8348,NULL,2604,11,'2026-01-14 21:57:09','2026-01-14 21:57:09','2f500bbc-b2b1-4bf7-a5d3-82a222d17d5c'),
(34371,46,8348,NULL,2891,1,'2026-01-14 21:57:09','2026-01-14 21:57:09','feeff639-c572-48bf-b0b5-03781180b697'),
(34372,13,8348,NULL,6927,1,'2026-01-14 21:57:09','2026-01-14 21:57:09','8c7b2f10-a67d-4770-aa98-3cc3d64cb9fe'),
(34386,32,8350,NULL,2614,1,'2026-01-14 21:58:00','2026-01-14 21:58:00','5d9a18a9-5715-4c56-858b-466bde4de610'),
(34387,32,8350,NULL,2610,2,'2026-01-14 21:58:00','2026-01-14 21:58:00','76b9b864-0796-450b-bc96-ca82323a640b'),
(34388,32,8350,NULL,2598,3,'2026-01-14 21:58:00','2026-01-14 21:58:00','c4461642-3cc6-468c-9350-4f297f823ba5'),
(34389,32,8350,NULL,2608,4,'2026-01-14 21:58:00','2026-01-14 21:58:00','01afd399-6f5e-4f7d-b411-bfea419f4fba'),
(34390,32,8350,NULL,2624,5,'2026-01-14 21:58:00','2026-01-14 21:58:00','3e4a5a63-b65e-493b-ac45-9ad54c8f34c7'),
(34391,32,8350,NULL,2600,6,'2026-01-14 21:58:00','2026-01-14 21:58:00','4a29ab85-3899-4511-b500-05592c0bf602'),
(34392,32,8350,NULL,2596,7,'2026-01-14 21:58:00','2026-01-14 21:58:00','bca58193-9937-4d51-8eaa-1465de55c750'),
(34393,32,8350,NULL,2602,8,'2026-01-14 21:58:00','2026-01-14 21:58:00','91c2dad1-86cc-40d7-88b4-6191c320bdd8'),
(34394,32,8350,NULL,2606,9,'2026-01-14 21:58:00','2026-01-14 21:58:00','ca335905-20ff-442c-96c3-72d220cfe097'),
(34395,32,8350,NULL,2612,10,'2026-01-14 21:58:00','2026-01-14 21:58:00','77aaa5d3-8b26-486e-95fc-1b97b7d19d4d'),
(34396,32,8350,NULL,2604,11,'2026-01-14 21:58:00','2026-01-14 21:58:00','9120f401-043c-4434-a4f9-805490393e1d'),
(34397,46,8350,NULL,2891,1,'2026-01-14 21:58:00','2026-01-14 21:58:00','bd33771f-4191-47f5-ba82-aee1b531ab6b'),
(34398,13,8350,NULL,6927,1,'2026-01-14 21:58:00','2026-01-14 21:58:00','9285e3e2-f579-444b-ab70-391a8fdfaf18'),
(34426,32,8354,NULL,2610,1,'2026-01-14 22:10:23','2026-01-14 22:10:23','f89a5db8-fc73-43bc-9fbe-f67cd71fd680'),
(34427,32,8354,NULL,2598,2,'2026-01-14 22:10:23','2026-01-14 22:10:23','8fd1a20c-a620-4827-9ba2-8a0aab9de86f'),
(34428,32,8354,NULL,2600,3,'2026-01-14 22:10:23','2026-01-14 22:10:23','3a0dd3eb-2ccd-4613-8f37-cda7f4d58be0'),
(34429,32,8354,NULL,2604,4,'2026-01-14 22:10:23','2026-01-14 22:10:23','041b0a09-93c3-45d1-8e35-b598e84a39ff'),
(34430,16,8354,NULL,3374,1,'2026-01-14 22:10:23','2026-01-14 22:10:23','05ee47f7-793b-41cb-94c1-758970b9c975'),
(34431,7,8354,NULL,2969,1,'2026-01-14 22:10:23','2026-01-14 22:10:23','ddea0499-a163-4a60-a7b7-c6d07f0e2306'),
(34433,7,8354,NULL,617,3,'2026-01-14 22:10:23','2026-01-14 22:10:23','a1c822c8-0578-449c-9299-cc27b1822dd4'),
(34434,7,8354,NULL,605,4,'2026-01-14 22:10:23','2026-01-14 22:10:23','a1fea33e-0ae1-4a19-933e-262f0dccd8b0'),
(34435,82,8354,NULL,469,1,'2026-01-14 22:10:23','2026-01-14 22:10:23','8953bf3c-2685-40dc-a204-c0cc487baba3'),
(34436,82,8354,NULL,475,2,'2026-01-14 22:10:23','2026-01-14 22:10:23','b00393c6-b39b-4ac6-8411-bd987394fed9'),
(34437,82,8354,NULL,479,3,'2026-01-14 22:10:23','2026-01-14 22:10:23','21197f00-98f3-46e7-8b6d-f86755ea8772'),
(34438,82,8354,NULL,491,4,'2026-01-14 22:10:23','2026-01-14 22:10:23','3fe6a2ae-970a-4ddb-aeee-01da518bc895'),
(34439,57,8354,NULL,3362,1,'2026-01-14 22:10:23','2026-01-14 22:10:23','37d4df5a-4c58-40a4-928e-381422481565'),
(34440,57,8354,NULL,3363,2,'2026-01-14 22:10:23','2026-01-14 22:10:23','0f4a0de8-5812-43c0-b9e9-b0622d6ec83d'),
(34441,57,8354,NULL,3364,3,'2026-01-14 22:10:23','2026-01-14 22:10:23','4038464f-7197-41f9-aa3e-f6e7aaa397f8'),
(34442,57,8354,NULL,3365,4,'2026-01-14 22:10:23','2026-01-14 22:10:23','4dbf5668-8073-4008-ba31-2842cee20c2a'),
(34443,57,8354,NULL,3366,5,'2026-01-14 22:10:23','2026-01-14 22:10:23','f8474147-117c-43cd-8204-fad5f9204f88'),
(34444,57,8354,NULL,3367,6,'2026-01-14 22:10:23','2026-01-14 22:10:23','c5f33642-a8d3-41f5-ac31-cb15bafb79e6'),
(34445,57,8354,NULL,3368,7,'2026-01-14 22:10:23','2026-01-14 22:10:23','74831227-3772-427c-8f57-a5fe8cfd033b'),
(34446,57,8354,NULL,3369,8,'2026-01-14 22:10:23','2026-01-14 22:10:23','2f4a3ec1-b810-435c-85e5-02413701b8d1'),
(34447,57,8354,NULL,3370,9,'2026-01-14 22:10:23','2026-01-14 22:10:23','cff0c0fe-1b26-45b6-b51b-c91e355567fa'),
(34448,57,8354,NULL,3371,10,'2026-01-14 22:10:23','2026-01-14 22:10:23','2290b273-b46a-4ce3-bf76-53605e5ee6d0'),
(34449,57,8354,NULL,3372,11,'2026-01-14 22:10:23','2026-01-14 22:10:23','95de30be-4200-4fee-b424-304aff2c7539'),
(34450,57,8354,NULL,3373,12,'2026-01-14 22:10:23','2026-01-14 22:10:23','697520e9-7c10-4b72-b46a-fee1dafe00d9'),
(34451,57,8354,NULL,3374,13,'2026-01-14 22:10:23','2026-01-14 22:10:23','74eb96b9-4a39-4d67-b55a-ef3d1186c950'),
(34452,72,8354,NULL,548,1,'2026-01-14 22:10:23','2026-01-14 22:10:23','daaf9c6e-ddc0-417b-a180-2880d3b2b3df'),
(34464,32,8358,NULL,2614,1,'2026-01-14 22:11:02','2026-01-14 22:11:02','bc4ac41c-5553-4d96-a3d1-132779364916'),
(34465,32,8358,NULL,2610,2,'2026-01-14 22:11:02','2026-01-14 22:11:02','23d224b4-0695-4d6f-9820-2182a9a0fc04'),
(34466,32,8358,NULL,2598,3,'2026-01-14 22:11:02','2026-01-14 22:11:02','04dfdb80-2598-40b9-be29-d88c79a3c19e'),
(34467,32,8358,NULL,2608,4,'2026-01-14 22:11:02','2026-01-14 22:11:02','fb6bf8bf-86b0-432e-b818-01da5e8f97dd'),
(34468,32,8358,NULL,2600,5,'2026-01-14 22:11:02','2026-01-14 22:11:02','e7581fbf-5f8f-45cc-a533-5d1aed35f0e6'),
(34469,32,8358,NULL,2596,6,'2026-01-14 22:11:02','2026-01-14 22:11:02','44f2b2c7-ea82-45bb-bb18-2fa96a7603f8'),
(34470,32,8358,NULL,2602,7,'2026-01-14 22:11:02','2026-01-14 22:11:02','b42f3770-4a3b-4fad-a565-16484739a18f'),
(34471,32,8358,NULL,2606,8,'2026-01-14 22:11:02','2026-01-14 22:11:02','b2a6d8e7-676b-4983-a074-e67b91fc4f0a'),
(34472,32,8358,NULL,2612,9,'2026-01-14 22:11:02','2026-01-14 22:11:02','1c16d6e0-88c7-4704-aa4c-56b4bb980f20'),
(34473,32,8358,NULL,2604,10,'2026-01-14 22:11:02','2026-01-14 22:11:02','ca482b5c-457a-485e-ad6c-b21411ee8126'),
(34474,13,8358,NULL,6931,1,'2026-01-14 22:11:02','2026-01-14 22:11:02','8ea9a917-0349-4d86-ad71-6bbc664a3bd4'),
(34486,32,8360,NULL,2614,1,'2026-01-14 22:12:46','2026-01-14 22:12:46','231c64fd-ea55-4fa1-993d-2b7b478d33dd'),
(34487,32,8360,NULL,2610,2,'2026-01-14 22:12:46','2026-01-14 22:12:46','48d23587-02ca-472c-bb77-1e7b36874f9a'),
(34488,32,8360,NULL,2598,3,'2026-01-14 22:12:46','2026-01-14 22:12:46','868f457e-3212-4ab2-84f8-3f0b00c8787c'),
(34489,32,8360,NULL,2608,4,'2026-01-14 22:12:46','2026-01-14 22:12:46','93ee3c8f-1ed1-4fb8-91cf-b782dbfb60a6'),
(34490,32,8360,NULL,2600,5,'2026-01-14 22:12:46','2026-01-14 22:12:46','d547abe5-a388-4457-af3a-7486f96de7e4'),
(34491,32,8360,NULL,2596,6,'2026-01-14 22:12:46','2026-01-14 22:12:46','490bf4f7-285b-41ba-b47f-9a2992aaa3c2'),
(34492,32,8360,NULL,2602,7,'2026-01-14 22:12:46','2026-01-14 22:12:46','f72ed925-a061-467d-aea4-2440c65e297e'),
(34493,32,8360,NULL,2606,8,'2026-01-14 22:12:46','2026-01-14 22:12:46','3380ed6c-5a8e-4966-a427-c06146d1698a'),
(34494,32,8360,NULL,2612,9,'2026-01-14 22:12:46','2026-01-14 22:12:46','899195cd-893b-4d73-9d0b-07616cef6e99'),
(34495,32,8360,NULL,2604,10,'2026-01-14 22:12:46','2026-01-14 22:12:46','a37568b9-1e7c-49ef-9e32-bf9adb04081b'),
(34496,13,8360,NULL,6931,1,'2026-01-14 22:12:46','2026-01-14 22:12:46','5a11784f-84d2-4840-8d85-3873100f05eb'),
(34508,32,8362,NULL,2614,1,'2026-01-14 22:13:07','2026-01-14 22:13:07','3aa25408-af06-43f3-8df9-2498c95251f5'),
(34509,32,8362,NULL,2610,2,'2026-01-14 22:13:07','2026-01-14 22:13:07','c8337813-edf0-4457-95ab-6e64d545b5e4'),
(34510,32,8362,NULL,2598,3,'2026-01-14 22:13:07','2026-01-14 22:13:07','bcc460b0-b810-4a6c-a9b3-211021c2ebc9'),
(34511,32,8362,NULL,2608,4,'2026-01-14 22:13:07','2026-01-14 22:13:07','d4ef4958-bf96-4ce1-9cec-b47725705fa2'),
(34512,32,8362,NULL,2600,5,'2026-01-14 22:13:07','2026-01-14 22:13:07','7b1aa071-f85c-48c3-ab8d-06cbef83b062'),
(34513,32,8362,NULL,2596,6,'2026-01-14 22:13:07','2026-01-14 22:13:07','bc625a14-fabf-4f13-920c-3793db3c8688'),
(34514,32,8362,NULL,2602,7,'2026-01-14 22:13:07','2026-01-14 22:13:07','97b9e089-d640-4ba1-ab50-99c31c091d79'),
(34515,32,8362,NULL,2606,8,'2026-01-14 22:13:07','2026-01-14 22:13:07','9ef9c065-829b-4f6c-9936-b516e2c35851'),
(34516,32,8362,NULL,2612,9,'2026-01-14 22:13:07','2026-01-14 22:13:07','37652280-8394-46c8-bc13-5fcf37b54fdd'),
(34517,32,8362,NULL,2604,10,'2026-01-14 22:13:07','2026-01-14 22:13:07','a6234839-7719-4ed2-8d83-385b322f954f'),
(34518,13,8362,NULL,6931,1,'2026-01-14 22:13:07','2026-01-14 22:13:07','8e296721-6eaa-49f3-b04d-c9ea79a77ddd'),
(34529,32,8364,NULL,2614,1,'2026-01-14 22:13:38','2026-01-14 22:13:38','636fe9af-8e90-4836-a79b-d1c3702da427'),
(34530,32,8364,NULL,2610,2,'2026-01-14 22:13:38','2026-01-14 22:13:38','a7d4386f-34e6-4c6b-b3ae-331fac386283'),
(34531,32,8364,NULL,2598,3,'2026-01-14 22:13:38','2026-01-14 22:13:38','efdc417e-0555-46f1-a734-cf5895234609'),
(34532,32,8364,NULL,2608,4,'2026-01-14 22:13:38','2026-01-14 22:13:38','7fb6508a-38f4-44b2-abfc-017a96a7ec22'),
(34533,32,8364,NULL,2600,5,'2026-01-14 22:13:38','2026-01-14 22:13:38','16de4e4b-4472-40e8-a9c2-1cdd68d50b19'),
(34534,32,8364,NULL,2596,6,'2026-01-14 22:13:38','2026-01-14 22:13:38','531a305a-1a68-4c11-bb2a-72901cdb4422'),
(34535,32,8364,NULL,2602,7,'2026-01-14 22:13:38','2026-01-14 22:13:38','40707a4d-1c09-4026-9cab-d037067c7217'),
(34536,32,8364,NULL,2612,8,'2026-01-14 22:13:38','2026-01-14 22:13:38','b8020725-c262-4b14-b304-77f6946d84bd'),
(34537,32,8364,NULL,2604,9,'2026-01-14 22:13:38','2026-01-14 22:13:38','79a21bdf-56b2-4b94-bb62-6419c48ec6bd'),
(34538,82,8364,NULL,479,1,'2026-01-14 22:13:38','2026-01-14 22:13:38','d47e816a-e40f-45d8-839b-5ae318bc4555'),
(34549,32,8366,NULL,2614,1,'2026-01-14 22:14:11','2026-01-14 22:14:11','bf3a624e-3dea-410a-a138-b19fc9b9ce47'),
(34550,32,8366,NULL,2610,2,'2026-01-14 22:14:11','2026-01-14 22:14:11','d8016426-06c6-44f5-b480-fa537704b051'),
(34551,32,8366,NULL,2598,3,'2026-01-14 22:14:11','2026-01-14 22:14:11','d256af57-532c-4da7-8390-e3a02557e859'),
(34552,32,8366,NULL,2608,4,'2026-01-14 22:14:11','2026-01-14 22:14:11','4a0eb65a-a711-4bb0-8a20-62e112fbb9c0'),
(34553,32,8366,NULL,2600,5,'2026-01-14 22:14:11','2026-01-14 22:14:11','a0521ca3-57c0-47e9-bd11-567795222f17'),
(34554,32,8366,NULL,2596,6,'2026-01-14 22:14:11','2026-01-14 22:14:11','f80db679-2c9e-45bb-a216-dcf46be23d73'),
(34555,32,8366,NULL,2602,7,'2026-01-14 22:14:11','2026-01-14 22:14:11','00d2f721-d2ee-48bb-a553-794fb6d8990a'),
(34556,32,8366,NULL,2612,8,'2026-01-14 22:14:11','2026-01-14 22:14:11','862bab6f-34f0-4673-9d56-f88c9531e5a4'),
(34557,32,8366,NULL,2604,9,'2026-01-14 22:14:11','2026-01-14 22:14:11','0485f4be-a2f7-468f-a996-43ab351bbdc3'),
(34558,82,8366,NULL,479,1,'2026-01-14 22:14:11','2026-01-14 22:14:11','2cf25070-459f-418e-bcea-f600c0d3d6a8'),
(34571,32,8368,NULL,2614,1,'2026-01-14 22:14:40','2026-01-14 22:14:40','bc5d778d-46c2-4ca1-8ee0-8c82251da2c4'),
(34572,32,8368,NULL,2610,2,'2026-01-14 22:14:40','2026-01-14 22:14:40','02faa1fc-afa5-470c-b9f8-a6c16349b773'),
(34573,32,8368,NULL,2598,3,'2026-01-14 22:14:40','2026-01-14 22:14:40','58cbdb21-e09a-42ad-9138-8107ef2f132d'),
(34574,32,8368,NULL,2608,4,'2026-01-14 22:14:40','2026-01-14 22:14:40','eb8f6d98-0b04-4b07-97ea-f9c7d4b7f99c'),
(34575,32,8368,NULL,2624,5,'2026-01-14 22:14:40','2026-01-14 22:14:40','fd62ec48-e909-4274-bc67-aa9cda1f799a'),
(34576,32,8368,NULL,2600,6,'2026-01-14 22:14:40','2026-01-14 22:14:40','22d7af67-9784-4830-afda-20d697d5ee59'),
(34577,32,8368,NULL,2596,7,'2026-01-14 22:14:40','2026-01-14 22:14:40','440cba84-6218-4fe1-ba55-310c5e435367'),
(34578,32,8368,NULL,2602,8,'2026-01-14 22:14:40','2026-01-14 22:14:40','73fc368e-6d67-4941-a285-df6637e374c2'),
(34579,32,8368,NULL,2606,9,'2026-01-14 22:14:40','2026-01-14 22:14:40','d264499d-7f82-4954-932a-4be55d75c812'),
(34580,32,8368,NULL,2612,10,'2026-01-14 22:14:40','2026-01-14 22:14:40','43e7fd49-fa9e-42fc-84cc-d0bc0714c8bf'),
(34581,32,8368,NULL,2604,11,'2026-01-14 22:14:40','2026-01-14 22:14:40','5b911902-7478-43f0-bb13-4008dae2d16d'),
(34582,46,8368,NULL,2891,1,'2026-01-14 22:14:40','2026-01-14 22:14:40','375c47bc-2fd2-46c3-85f6-563daa2165d7'),
(34595,32,8370,NULL,2614,1,'2026-01-14 22:15:19','2026-01-14 22:15:19','9b590ad0-b24f-4289-a79f-3d636d866a0a'),
(34596,32,8370,NULL,2610,2,'2026-01-14 22:15:19','2026-01-14 22:15:19','34af9e58-3b00-456b-94ae-a56a781aea63'),
(34597,32,8370,NULL,2598,3,'2026-01-14 22:15:19','2026-01-14 22:15:19','b9905d8f-3de4-4270-b26f-7505a0f059a8'),
(34598,32,8370,NULL,2608,4,'2026-01-14 22:15:19','2026-01-14 22:15:19','5d52ae17-858a-448a-9594-a2f7b2f8f39b'),
(34599,32,8370,NULL,2624,5,'2026-01-14 22:15:19','2026-01-14 22:15:19','7f81b2bf-4a4b-421e-b8b8-362d74b66b9d'),
(34600,32,8370,NULL,2600,6,'2026-01-14 22:15:19','2026-01-14 22:15:19','25093ca9-8fbf-4774-b14e-e144f8b65c3e'),
(34601,32,8370,NULL,2596,7,'2026-01-14 22:15:19','2026-01-14 22:15:19','f7c9d798-3a2f-446a-b535-0cf2a4eac0d7'),
(34602,32,8370,NULL,2602,8,'2026-01-14 22:15:19','2026-01-14 22:15:19','d6675864-e410-49e6-b3d8-e11c0411dedf'),
(34603,32,8370,NULL,2606,9,'2026-01-14 22:15:19','2026-01-14 22:15:19','c3c162f5-32c3-498e-9a0c-46dfcfb42ef0'),
(34604,32,8370,NULL,2612,10,'2026-01-14 22:15:19','2026-01-14 22:15:19','d0c79042-3427-450a-8028-06370a20c73b'),
(34605,32,8370,NULL,2604,11,'2026-01-14 22:15:19','2026-01-14 22:15:19','374ddebc-9ff6-4670-864c-31cfce23de6c'),
(34606,46,8370,NULL,2891,1,'2026-01-14 22:15:19','2026-01-14 22:15:19','f69a876c-d744-4749-8b42-f5f0bd205b0e'),
(34618,32,8372,NULL,2614,1,'2026-01-14 22:15:34','2026-01-14 22:15:34','adc591b2-85bd-45d3-ad8d-5b6faf31f178'),
(34619,32,8372,NULL,2610,2,'2026-01-14 22:15:34','2026-01-14 22:15:34','239674b5-c041-4878-8aae-51e1b806bb0d'),
(34620,32,8372,NULL,2598,3,'2026-01-14 22:15:34','2026-01-14 22:15:34','5ccb9e90-90a8-4359-9b1d-96d4a7a2c62a'),
(34621,32,8372,NULL,2608,4,'2026-01-14 22:15:34','2026-01-14 22:15:34','00badf9b-81e7-402f-85eb-bf4c2df09fdb'),
(34622,32,8372,NULL,2600,5,'2026-01-14 22:15:34','2026-01-14 22:15:34','a60d539e-0c9c-4c65-a105-0ca54ab7dc5e'),
(34623,32,8372,NULL,2596,6,'2026-01-14 22:15:34','2026-01-14 22:15:34','8be015d3-50c6-45d5-901b-de03f43ee8e9'),
(34624,32,8372,NULL,2602,7,'2026-01-14 22:15:34','2026-01-14 22:15:34','d6ad0867-49df-4bb6-926e-5649232800c2'),
(34625,32,8372,NULL,2612,8,'2026-01-14 22:15:34','2026-01-14 22:15:34','157628fc-11d6-4d60-8b0d-5c33a2c31fcd'),
(34626,32,8372,NULL,2604,9,'2026-01-14 22:15:34','2026-01-14 22:15:34','d4f0b193-e809-4729-a8f5-27dd45c9fd82'),
(34627,82,8372,NULL,479,1,'2026-01-14 22:15:34','2026-01-14 22:15:34','006fffc8-8b3c-4fe2-829a-5c85b7767152'),
(34628,46,8372,NULL,7381,1,'2026-01-14 22:15:34','2026-01-14 22:15:34','43b0ed78-87db-40ad-9154-36a2b14fecca'),
(34640,32,8374,NULL,2614,1,'2026-01-14 22:15:42','2026-01-14 22:15:42','aea7d850-bf53-40e1-9b4e-981d38cda940'),
(34641,32,8374,NULL,2610,2,'2026-01-14 22:15:42','2026-01-14 22:15:42','643ffe4d-cc5d-47bd-9438-68fe1db32733'),
(34642,32,8374,NULL,2598,3,'2026-01-14 22:15:42','2026-01-14 22:15:42','d0da1035-db3f-4653-a062-630d25153d43'),
(34643,32,8374,NULL,2608,4,'2026-01-14 22:15:42','2026-01-14 22:15:42','f6c44d89-3f85-46af-b24f-8026a87b5d35'),
(34644,32,8374,NULL,2600,5,'2026-01-14 22:15:42','2026-01-14 22:15:42','f54be9b9-2940-4690-ab21-f64e7f39bbc2'),
(34645,32,8374,NULL,2596,6,'2026-01-14 22:15:42','2026-01-14 22:15:42','eb77c547-bdfa-4eaf-89f2-61d84172d67b'),
(34646,32,8374,NULL,2602,7,'2026-01-14 22:15:42','2026-01-14 22:15:42','7f21c857-36be-42b7-9ba8-f2071d2c2ac6'),
(34647,32,8374,NULL,2612,8,'2026-01-14 22:15:42','2026-01-14 22:15:42','71cb9b3d-5309-4f9f-abf5-9b628f6c235a'),
(34648,32,8374,NULL,2604,9,'2026-01-14 22:15:42','2026-01-14 22:15:42','11a4cb82-1819-435f-b147-293cef9449de'),
(34649,82,8374,NULL,479,1,'2026-01-14 22:15:42','2026-01-14 22:15:42','67096b31-f5af-4622-90d3-d47ce79ecd4f'),
(34650,46,8374,NULL,7381,1,'2026-01-14 22:15:42','2026-01-14 22:15:42','6cd28f15-eb57-46b6-b9bd-fc152d65fd76'),
(34670,32,8376,NULL,2610,1,'2026-01-15 14:55:50','2026-01-15 14:55:50','65cfd504-2fc3-4653-aa6e-e42996f49a40'),
(34671,32,8376,NULL,2598,2,'2026-01-15 14:55:50','2026-01-15 14:55:50','ecf72f0c-b85a-4e02-a6d1-18c5ead69bba'),
(34672,32,8376,NULL,2608,3,'2026-01-15 14:55:50','2026-01-15 14:55:50','25cbfe96-c07d-4236-b2e7-6a73a68b3dc4'),
(34673,32,8376,NULL,2600,4,'2026-01-15 14:55:50','2026-01-15 14:55:50','5799d24a-adfb-458b-9513-44b5c23605d5'),
(34674,32,8376,NULL,2596,5,'2026-01-15 14:55:50','2026-01-15 14:55:50','51833e1a-ba9c-4dfe-ac76-40746a139621'),
(34675,32,8376,NULL,2602,6,'2026-01-15 14:55:50','2026-01-15 14:55:50','3239a8dd-a000-4d9e-bb07-dd424c42a659'),
(34676,32,8376,NULL,2604,7,'2026-01-15 14:55:50','2026-01-15 14:55:50','6a4239b1-b4e1-4655-ada5-7d83a9c9e4de'),
(34677,16,8376,NULL,545,1,'2026-01-15 14:55:50','2026-01-15 14:55:50','b623cfda-6744-4928-ba15-d425cfd14708'),
(34678,7,8376,NULL,601,1,'2026-01-15 14:55:50','2026-01-15 14:55:50','14e3e556-8362-4f6e-be9f-b93de4b034ec'),
(34679,7,8376,NULL,617,2,'2026-01-15 14:55:50','2026-01-15 14:55:50','cd75d71a-6477-4ca9-9876-8a590fdec866'),
(34680,7,8376,NULL,605,3,'2026-01-15 14:55:50','2026-01-15 14:55:50','51902fc8-7d84-4089-be0b-88ea02ead14e'),
(34681,82,8376,NULL,479,1,'2026-01-15 14:55:50','2026-01-15 14:55:50','32c3d608-e4a1-4fa6-b27a-b9855be243f8'),
(34682,82,8376,NULL,491,2,'2026-01-15 14:55:50','2026-01-15 14:55:50','2b2db959-616a-4247-98b3-90dc577b938d'),
(34683,57,8376,NULL,545,1,'2026-01-15 14:55:50','2026-01-15 14:55:50','fb606403-088e-468b-b0fa-bcdab4cfafeb'),
(34684,57,8376,NULL,137,2,'2026-01-15 14:55:50','2026-01-15 14:55:50','d28ea81a-77ff-4091-a04e-e0da02728fc9'),
(34685,57,8376,NULL,138,3,'2026-01-15 14:55:50','2026-01-15 14:55:50','6ee2f378-4360-41d5-be6d-b79c25921a63'),
(34686,57,8376,NULL,136,4,'2026-01-15 14:55:50','2026-01-15 14:55:50','b7482ade-ac04-448d-8204-975c38501c23'),
(34688,12,8376,NULL,548,1,'2026-01-15 14:55:50','2026-01-15 14:55:50','0c5ffaad-0285-4cb9-9e65-15ec19059dca'),
(34733,83,8379,NULL,945,1,'2026-01-15 15:05:53','2026-01-15 15:05:53','4196740a-854e-4690-8281-c191f39a036a'),
(34734,16,8379,NULL,2968,1,'2026-01-15 15:05:53','2026-01-15 15:05:53','33040d5c-4307-4f0f-891d-f3fa3fdcb410'),
(34735,57,8379,NULL,3246,1,'2026-01-15 15:05:53','2026-01-15 15:05:53','fdb7fad5-a053-4d90-af3c-c04d51665062'),
(34736,57,8379,NULL,3254,2,'2026-01-15 15:05:53','2026-01-15 15:05:53','8ca32ef1-a02f-4a40-bdf6-32b3582dad28'),
(34737,57,8379,NULL,3253,3,'2026-01-15 15:05:53','2026-01-15 15:05:53','6e9fb0b4-c8ab-4cc8-acfa-7f24d71b14c8'),
(34738,57,8379,NULL,3251,4,'2026-01-15 15:05:53','2026-01-15 15:05:53','4c7c0a6a-975f-42bc-b2d1-07315edfab32'),
(34739,57,8379,NULL,3245,5,'2026-01-15 15:05:53','2026-01-15 15:05:53','8207f526-d93b-400c-8209-133cf77e60be'),
(34740,57,8379,NULL,3248,6,'2026-01-15 15:05:53','2026-01-15 15:05:53','a7c81f5f-3963-49c3-b1c9-52ff04debabf'),
(34741,72,8379,NULL,548,1,'2026-01-15 15:05:53','2026-01-15 15:05:53','6022eb7b-bd07-4d00-a468-e530a9cf8be9'),
(34753,83,8381,NULL,945,1,'2026-01-15 15:06:05','2026-01-15 15:06:05','18c76690-9482-4afe-9e67-d7a570e99bc9'),
(34754,16,8381,NULL,2968,1,'2026-01-15 15:06:05','2026-01-15 15:06:05','4ff131b8-8cf3-4a9d-9c01-292f1198c522'),
(34755,57,8381,NULL,3246,1,'2026-01-15 15:06:05','2026-01-15 15:06:05','9a4c0de9-1a51-4d33-8e26-beeaebe51fca'),
(34756,57,8381,NULL,3254,2,'2026-01-15 15:06:05','2026-01-15 15:06:05','16d4329f-3739-40c9-abd1-2c53acb54e57'),
(34757,57,8381,NULL,3253,3,'2026-01-15 15:06:05','2026-01-15 15:06:05','88c578d4-8b94-495c-ac1c-8b10a002fdf4'),
(34758,57,8381,NULL,3251,4,'2026-01-15 15:06:05','2026-01-15 15:06:05','27119ef4-6f3e-4791-8072-7870da4f25c9'),
(34759,57,8381,NULL,3245,5,'2026-01-15 15:06:05','2026-01-15 15:06:05','26a53a81-886e-44f7-8f1e-c267617a8086'),
(34760,57,8381,NULL,3248,6,'2026-01-15 15:06:05','2026-01-15 15:06:05','6c0722bd-9ee1-4c71-b831-ead42174d700'),
(34761,72,8381,NULL,548,1,'2026-01-15 15:06:05','2026-01-15 15:06:05','a5495844-990f-4723-9cda-635e22e1ac94'),
(34785,32,8383,NULL,2610,1,'2026-01-15 15:07:27','2026-01-15 15:07:27','3b3c86d4-24a8-46af-bcb1-74061b2b99bf'),
(34786,32,8383,NULL,2598,2,'2026-01-15 15:07:27','2026-01-15 15:07:27','be2162d3-a784-4609-9496-7f141ec06643'),
(34787,32,8383,NULL,2600,3,'2026-01-15 15:07:27','2026-01-15 15:07:27','f121612c-40db-48b5-8dd9-ec9a91fbc662'),
(34788,32,8383,NULL,2596,4,'2026-01-15 15:07:27','2026-01-15 15:07:27','352b9451-5360-440e-80d9-ef8d2e00ef63'),
(34789,32,8383,NULL,2602,5,'2026-01-15 15:07:27','2026-01-15 15:07:27','c91919dc-8beb-4297-aaa9-a1f7c8d0e540'),
(34790,32,8383,NULL,2604,6,'2026-01-15 15:07:27','2026-01-15 15:07:27','95440de0-6b36-4f83-bb95-a6eb9d4dcb53'),
(34791,32,8383,NULL,2608,7,'2026-01-15 15:07:27','2026-01-15 15:07:27','950a4401-2cea-4094-9f12-abd9071e78ed'),
(34792,16,8383,NULL,3090,1,'2026-01-15 15:07:27','2026-01-15 15:07:27','32178c97-953d-4154-89d7-40cf8d8dd376'),
(34794,7,8383,NULL,3093,2,'2026-01-15 15:07:27','2026-01-15 15:07:27','b3c813d3-0387-4bc6-898f-e7887511041e'),
(34795,7,8383,NULL,617,3,'2026-01-15 15:07:27','2026-01-15 15:07:27','e73632f6-4a4f-420c-bbab-ccb0476a975c'),
(34796,7,8383,NULL,605,4,'2026-01-15 15:07:27','2026-01-15 15:07:27','efefcada-25e0-4067-b889-fdfbdd26927b'),
(34797,82,8383,NULL,479,1,'2026-01-15 15:07:27','2026-01-15 15:07:27','179e1312-0d4e-460e-83ab-a9ae5d5128c5'),
(34798,82,8383,NULL,491,2,'2026-01-15 15:07:27','2026-01-15 15:07:27','f5f763c9-6516-4572-8c94-49ad6db5644b'),
(34799,57,8383,NULL,7778,1,'2026-01-15 15:07:27','2026-01-15 15:07:27','23e3e8b3-907b-49c4-bf0e-11e4a7466b8e'),
(34800,57,8383,NULL,7779,2,'2026-01-15 15:07:27','2026-01-15 15:07:27','0b47d71d-7e8e-42a7-b707-03bf2438d0b4'),
(34801,57,8383,NULL,7780,3,'2026-01-15 15:07:27','2026-01-15 15:07:27','4fb5f87f-493c-4986-a5f1-85f588c87bf7'),
(34802,57,8383,NULL,7781,4,'2026-01-15 15:07:27','2026-01-15 15:07:27','d0b38a73-d19a-4934-aa50-7bebeb5c0684'),
(34803,57,8383,NULL,7783,5,'2026-01-15 15:07:27','2026-01-15 15:07:27','cfeac6e1-a57d-47f6-9fe1-27b39c54d25b'),
(34804,57,8383,NULL,7784,6,'2026-01-15 15:07:27','2026-01-15 15:07:27','44e70e0e-f8ea-44fb-9130-bb4dedf187b8'),
(34805,57,8383,NULL,7785,7,'2026-01-15 15:07:27','2026-01-15 15:07:27','d5f1b82a-8842-40f3-bb5d-581f78628d31'),
(34832,32,8385,NULL,2614,1,'2026-01-15 15:09:34','2026-01-15 15:09:34','c517409b-ad4a-4bb8-9a2a-1cd1fd246b99'),
(34833,32,8385,NULL,2610,2,'2026-01-15 15:09:34','2026-01-15 15:09:34','fd345959-aa24-4c46-b2e0-700ea5032723'),
(34834,32,8385,NULL,2598,3,'2026-01-15 15:09:34','2026-01-15 15:09:34','654b4934-7b80-4bc3-a26b-838ba3420d8e'),
(34835,32,8385,NULL,2608,4,'2026-01-15 15:09:34','2026-01-15 15:09:34','49198e38-4554-4275-ada9-a6034543e585'),
(34836,32,8385,NULL,2600,5,'2026-01-15 15:09:34','2026-01-15 15:09:34','7a425dba-0af8-43f3-b0d4-a068097df443'),
(34837,32,8385,NULL,2596,6,'2026-01-15 15:09:34','2026-01-15 15:09:34','c9d07640-7887-440f-9784-f5bc01c838d1'),
(34838,32,8385,NULL,2602,7,'2026-01-15 15:09:34','2026-01-15 15:09:34','8715c04f-e32f-4928-9bad-69a9937614a6'),
(34839,32,8385,NULL,2604,8,'2026-01-15 15:09:34','2026-01-15 15:09:34','39cf0867-c85e-4ee5-86d2-809723eae652'),
(34840,16,8385,NULL,7791,1,'2026-01-15 15:09:34','2026-01-15 15:09:34','3382b4db-181e-4dfd-b388-4504eb3fb517'),
(34843,7,8385,NULL,2972,3,'2026-01-15 15:09:34','2026-01-15 15:09:34','a58e6bac-56ea-4059-9f09-96bbbbeeb509'),
(34844,7,8385,NULL,2974,4,'2026-01-15 15:09:34','2026-01-15 15:09:34','0aaef143-8d61-48a7-bc23-23daac1a1c76'),
(34845,7,8385,NULL,617,5,'2026-01-15 15:09:34','2026-01-15 15:09:34','d7389946-8435-48e1-96f6-5d78932b286a'),
(34846,7,8385,NULL,605,6,'2026-01-15 15:09:34','2026-01-15 15:09:34','d133c40e-d110-42c9-b40b-94e37a48ad19'),
(34847,82,8385,NULL,479,1,'2026-01-15 15:09:34','2026-01-15 15:09:34','803a8415-cd84-4e87-807a-ee979906bd22'),
(34848,57,8385,NULL,7829,1,'2026-01-15 15:09:34','2026-01-15 15:09:34','c5ba7fe0-1c18-401b-b932-78fa18c26e01'),
(34849,57,8385,NULL,7830,2,'2026-01-15 15:09:34','2026-01-15 15:09:34','9a6cbd9e-d6ed-4194-8636-b6a0c34ff6da'),
(34850,57,8385,NULL,7833,3,'2026-01-15 15:09:34','2026-01-15 15:09:34','805aede8-5642-48ea-b188-2fc6bab8e489'),
(34851,57,8385,NULL,7831,4,'2026-01-15 15:09:34','2026-01-15 15:09:34','7d81e482-1f17-48be-b886-4d58f2072cf5'),
(34852,57,8385,NULL,7826,5,'2026-01-15 15:09:34','2026-01-15 15:09:34','b2785f1f-068d-41f5-ae12-707f0a1108ce'),
(34853,57,8385,NULL,7828,6,'2026-01-15 15:09:34','2026-01-15 15:09:34','919a0397-fa2a-4dfd-8f4d-3f3b710648b4'),
(34854,57,8385,NULL,7827,7,'2026-01-15 15:09:34','2026-01-15 15:09:34','7c4afacf-9361-4aaa-91b2-15bd0ab57008'),
(34855,57,8385,NULL,7832,8,'2026-01-15 15:09:34','2026-01-15 15:09:34','af6a9d8e-bb8c-4a29-a12c-03c20e94facf'),
(34882,32,8387,NULL,2614,1,'2026-01-15 15:09:43','2026-01-15 15:09:43','f19e20b1-80b4-40c1-89ac-606e0e1ae18a'),
(34883,32,8387,NULL,2610,2,'2026-01-15 15:09:43','2026-01-15 15:09:43','0678b930-d960-4f24-ab85-e0d1c18a1e96'),
(34884,32,8387,NULL,2598,3,'2026-01-15 15:09:43','2026-01-15 15:09:43','8ca743d5-f987-4a19-b98c-7301e7e785f0'),
(34885,32,8387,NULL,2608,4,'2026-01-15 15:09:43','2026-01-15 15:09:43','a327225e-aae6-4c39-b8cf-bb9223ff9a06'),
(34886,32,8387,NULL,2600,5,'2026-01-15 15:09:43','2026-01-15 15:09:43','9b37f8c9-754f-4c10-a8cc-5e3a4bd86009'),
(34887,32,8387,NULL,2596,6,'2026-01-15 15:09:43','2026-01-15 15:09:43','79e31112-e8c7-4fd3-9448-c677e1a86cbe'),
(34888,32,8387,NULL,2602,7,'2026-01-15 15:09:43','2026-01-15 15:09:43','1c89e397-5ef5-4d74-973b-85052af93584'),
(34889,32,8387,NULL,2604,8,'2026-01-15 15:09:43','2026-01-15 15:09:43','b9f2030c-ee55-4b65-8f9a-9222e4cdedee'),
(34890,16,8387,NULL,7791,1,'2026-01-15 15:09:43','2026-01-15 15:09:43','58e7384b-400c-4f8f-8ae3-7a6db900b4ed'),
(34893,7,8387,NULL,2972,3,'2026-01-15 15:09:43','2026-01-15 15:09:43','c8c36e09-1f54-49d4-bb89-cbc4b575a678'),
(34894,7,8387,NULL,2974,4,'2026-01-15 15:09:43','2026-01-15 15:09:43','b25ae940-6a71-43f4-b2c7-e1f32dab2159'),
(34895,7,8387,NULL,617,5,'2026-01-15 15:09:43','2026-01-15 15:09:43','de775648-ebcd-41a5-a753-a486e5859037'),
(34896,7,8387,NULL,605,6,'2026-01-15 15:09:43','2026-01-15 15:09:43','369394e0-4c40-4905-ac92-575656daf6e9'),
(34897,82,8387,NULL,479,1,'2026-01-15 15:09:43','2026-01-15 15:09:43','b56360d3-8456-4957-b89e-e8e8a8b5a35f'),
(34898,57,8387,NULL,7829,1,'2026-01-15 15:09:43','2026-01-15 15:09:43','1b58991f-f4e5-464a-9356-88f3bde94a6a'),
(34899,57,8387,NULL,7830,2,'2026-01-15 15:09:43','2026-01-15 15:09:43','83ca3f18-39a5-445c-90d3-5425c2be99cc'),
(34900,57,8387,NULL,7833,3,'2026-01-15 15:09:43','2026-01-15 15:09:43','044c6355-64b7-4d2e-8eed-7c09fa8c9fca'),
(34901,57,8387,NULL,7831,4,'2026-01-15 15:09:43','2026-01-15 15:09:43','3b452e6b-562a-4a5d-886e-955837fa28c8'),
(34902,57,8387,NULL,7826,5,'2026-01-15 15:09:43','2026-01-15 15:09:43','de180c9b-f4fd-4ae2-82ba-73aa753d8387'),
(34903,57,8387,NULL,7828,6,'2026-01-15 15:09:43','2026-01-15 15:09:43','fef3a8e2-abe8-41ca-a0b4-be3ece887742'),
(34904,57,8387,NULL,7827,7,'2026-01-15 15:09:43','2026-01-15 15:09:43','a57cf642-6d60-4dbc-a09b-7eff790e9fc1'),
(34905,57,8387,NULL,7832,8,'2026-01-15 15:09:43','2026-01-15 15:09:43','af4bb72d-a954-438b-8324-ac72151ef038'),
(34925,32,8389,NULL,2610,1,'2026-01-15 15:12:19','2026-01-15 15:12:19','1c3d259e-78d4-4189-a708-70c724504029'),
(34926,32,8389,NULL,2598,2,'2026-01-15 15:12:19','2026-01-15 15:12:19','fa3fd6d8-5daf-409c-943f-d3c4f4259c5f'),
(34927,32,8389,NULL,2600,3,'2026-01-15 15:12:19','2026-01-15 15:12:19','1595a4e0-c7be-4c35-bd3d-dd3fff8de31d'),
(34928,32,8389,NULL,2596,4,'2026-01-15 15:12:19','2026-01-15 15:12:19','a412eac5-b7ee-4183-acee-ce1ea69cd2b1'),
(34929,32,8389,NULL,2602,5,'2026-01-15 15:12:19','2026-01-15 15:12:19','b3a47596-2fe5-47d0-918a-b16b1a7cd98b'),
(34930,32,8389,NULL,2604,6,'2026-01-15 15:12:19','2026-01-15 15:12:19','86990a9a-2d08-4dbb-88eb-874de3c32693'),
(34931,32,8389,NULL,2608,7,'2026-01-15 15:12:19','2026-01-15 15:12:19','091ddfaa-0250-4988-bf18-1a808331c2e7'),
(34932,16,8389,NULL,7850,1,'2026-01-15 15:12:19','2026-01-15 15:12:19','cda7c074-3250-4a4e-b0ec-85b07a76315b'),
(34933,7,8389,NULL,2969,1,'2026-01-15 15:12:19','2026-01-15 15:12:19','f1da90b3-79d6-4636-84c5-6f8becea093f'),
(34934,7,8389,NULL,617,2,'2026-01-15 15:12:19','2026-01-15 15:12:19','6e48f9a8-b40d-43df-b869-2bb48795d192'),
(34935,7,8389,NULL,605,3,'2026-01-15 15:12:19','2026-01-15 15:12:19','4b170f23-1406-4338-97fa-bac2912655c0'),
(34936,82,8389,NULL,479,1,'2026-01-15 15:12:19','2026-01-15 15:12:19','19606057-3559-4b86-8e41-dc7a2da50e70'),
(34937,82,8389,NULL,491,2,'2026-01-15 15:12:19','2026-01-15 15:12:19','a2e9d253-dd24-4c96-afea-18a14347601a'),
(34938,57,8389,NULL,7851,1,'2026-01-15 15:12:19','2026-01-15 15:12:19','ff50e4c3-fc2b-4efc-a544-0a768aa72ca8'),
(34939,57,8389,NULL,7853,2,'2026-01-15 15:12:19','2026-01-15 15:12:19','81f7735f-30d9-4b6d-a9f6-627aba2bf3e6'),
(34940,57,8389,NULL,7852,3,'2026-01-15 15:12:19','2026-01-15 15:12:19','fd168a9b-81cf-4d94-9991-8fd2ef22ad72'),
(34941,57,8389,NULL,3377,4,'2026-01-15 15:12:19','2026-01-15 15:12:19','2c59190d-d5f7-4a95-90a6-a33ceca8e240'),
(34961,32,8391,NULL,2610,1,'2026-01-15 15:12:34','2026-01-15 15:12:34','b56b39a2-5ec9-44b7-be39-e43f9af8c266'),
(34962,32,8391,NULL,2598,2,'2026-01-15 15:12:34','2026-01-15 15:12:34','7509b555-5989-420d-b4cd-64771a8d6314'),
(34963,32,8391,NULL,2600,3,'2026-01-15 15:12:34','2026-01-15 15:12:34','8c4f68cd-3912-458c-a6ba-aa5b3fda7450'),
(34964,32,8391,NULL,2596,4,'2026-01-15 15:12:34','2026-01-15 15:12:34','a62145ba-1330-4e5a-b3c8-30c6d0bba13d'),
(34965,32,8391,NULL,2602,5,'2026-01-15 15:12:34','2026-01-15 15:12:34','9dff1035-ec54-4c73-93e9-b3e42ba02287'),
(34966,32,8391,NULL,2604,6,'2026-01-15 15:12:34','2026-01-15 15:12:34','7e5054b4-4d77-4b1b-a9c3-667630643390'),
(34967,32,8391,NULL,2608,7,'2026-01-15 15:12:34','2026-01-15 15:12:34','8b33de80-4e15-4f02-952d-9914de1d5530'),
(34968,16,8391,NULL,7850,1,'2026-01-15 15:12:34','2026-01-15 15:12:34','e30712ae-4650-4427-be71-852ebeef2731'),
(34969,7,8391,NULL,2969,1,'2026-01-15 15:12:34','2026-01-15 15:12:34','07be14da-027c-46bf-9081-4704b1b3297c'),
(34970,7,8391,NULL,617,2,'2026-01-15 15:12:34','2026-01-15 15:12:34','42b79e53-b73e-49ac-aa3d-d605507b977f'),
(34971,7,8391,NULL,605,3,'2026-01-15 15:12:34','2026-01-15 15:12:34','25d78fb1-d585-499d-bbaf-f3e7495c93b7'),
(34972,82,8391,NULL,479,1,'2026-01-15 15:12:34','2026-01-15 15:12:34','f54a5d86-268c-42b3-ba44-b99a0edbc13d'),
(34973,82,8391,NULL,491,2,'2026-01-15 15:12:34','2026-01-15 15:12:34','2f42df2c-2d1d-4872-9864-177edad85ebe'),
(34974,57,8391,NULL,7851,1,'2026-01-15 15:12:34','2026-01-15 15:12:34','ba2a99a5-bfce-49a4-a89d-267f554a9029'),
(34975,57,8391,NULL,7853,2,'2026-01-15 15:12:34','2026-01-15 15:12:34','fd7e3c6c-5c79-444d-bfc1-9424d368473b'),
(34976,57,8391,NULL,7852,3,'2026-01-15 15:12:34','2026-01-15 15:12:34','a943dae1-906b-48c6-9a5b-a04f5737ce8c'),
(34977,57,8391,NULL,3377,4,'2026-01-15 15:12:34','2026-01-15 15:12:34','4b1646e6-cf90-444b-958f-5751983c0fc4'),
(34997,32,8393,NULL,2610,1,'2026-01-15 15:12:53','2026-01-15 15:12:53','e5c3d566-8be0-4f99-9646-c74e18e214b6'),
(34998,32,8393,NULL,2598,2,'2026-01-15 15:12:53','2026-01-15 15:12:53','1400e79e-ed6c-425a-9c4a-ee11e7415b7f'),
(34999,32,8393,NULL,2600,3,'2026-01-15 15:12:53','2026-01-15 15:12:53','449865f4-dfdb-49a1-a443-1e5249ab5c4b'),
(35000,32,8393,NULL,2596,4,'2026-01-15 15:12:53','2026-01-15 15:12:53','b8180c4e-41aa-4331-95df-1e9b4828b410'),
(35001,32,8393,NULL,2602,5,'2026-01-15 15:12:53','2026-01-15 15:12:53','cede87ef-fd82-4daa-8c4c-cc97d64247d0'),
(35002,32,8393,NULL,2604,6,'2026-01-15 15:12:53','2026-01-15 15:12:53','62661ca2-10b2-494f-be81-89aef5fc9d6a'),
(35003,32,8393,NULL,2608,7,'2026-01-15 15:12:53','2026-01-15 15:12:53','2cef0bdc-3d33-41b9-9d03-6827d664a99e'),
(35004,16,8393,NULL,7850,1,'2026-01-15 15:12:53','2026-01-15 15:12:53','6335f0e2-e244-4285-b961-008cce19c7a8'),
(35005,7,8393,NULL,2969,1,'2026-01-15 15:12:53','2026-01-15 15:12:53','ef91df94-20bc-4477-a14d-96f8e5dca3ad'),
(35006,7,8393,NULL,617,2,'2026-01-15 15:12:53','2026-01-15 15:12:53','764bccd9-ef1f-47ec-b540-9f550216213e'),
(35007,7,8393,NULL,605,3,'2026-01-15 15:12:53','2026-01-15 15:12:53','4bf4559f-d2dc-4bfc-963c-e871de3095fa'),
(35008,82,8393,NULL,479,1,'2026-01-15 15:12:53','2026-01-15 15:12:53','d7096edc-a677-40b4-a27e-64b6760c622f'),
(35009,82,8393,NULL,491,2,'2026-01-15 15:12:53','2026-01-15 15:12:53','d08bee17-0b3e-40b4-8cfb-d74eb649db20'),
(35010,57,8393,NULL,7851,1,'2026-01-15 15:12:53','2026-01-15 15:12:53','df82cd3f-c2a9-4d64-9724-d9548be856e4'),
(35011,57,8393,NULL,7853,2,'2026-01-15 15:12:53','2026-01-15 15:12:53','b7036baf-f0b9-48cc-99c6-72e4b1ef8c45'),
(35012,57,8393,NULL,7852,3,'2026-01-15 15:12:53','2026-01-15 15:12:53','523c3c8b-808a-41ff-a712-55f0b23687ce'),
(35013,57,8393,NULL,3377,4,'2026-01-15 15:12:53','2026-01-15 15:12:53','a579b3f7-5264-4bf3-b039-7a1b9f8587d4'),
(35040,32,8395,NULL,2610,1,'2026-01-15 15:14:27','2026-01-15 15:14:27','3a4ab501-e5a9-40a4-bff6-d93fe9c6b609'),
(35041,32,8395,NULL,2598,2,'2026-01-15 15:14:27','2026-01-15 15:14:27','d4eae468-2509-42ed-b84a-c7eb8e2aa4a6'),
(35042,32,8395,NULL,2600,3,'2026-01-15 15:14:27','2026-01-15 15:14:27','1cfe42a9-8f7d-4d46-924f-56929584a2c9'),
(35043,32,8395,NULL,2596,4,'2026-01-15 15:14:27','2026-01-15 15:14:27','ad7025c2-9bf9-4d1d-9809-35cd2fafeb65'),
(35044,32,8395,NULL,2602,5,'2026-01-15 15:14:27','2026-01-15 15:14:27','74292b03-047b-4a41-97b9-9c6c5ef02d83'),
(35045,32,8395,NULL,2604,6,'2026-01-15 15:14:27','2026-01-15 15:14:27','336ad51d-da0b-435a-ad84-e3a9c50d7008'),
(35046,32,8395,NULL,2608,7,'2026-01-15 15:14:27','2026-01-15 15:14:27','cda3d43d-5114-4209-a5c5-f4ac2c7e015a'),
(35047,16,8395,NULL,7871,1,'2026-01-15 15:14:27','2026-01-15 15:14:27','a9f2dc39-fcce-43b5-8d36-31c9ba530464'),
(35048,7,8395,NULL,601,1,'2026-01-15 15:14:27','2026-01-15 15:14:27','9bd33329-76f6-4a8c-ae2f-5d81d2364419'),
(35049,7,8395,NULL,3468,2,'2026-01-15 15:14:27','2026-01-15 15:14:27','8f6d3d22-caad-497b-bc46-7d5e75926470'),
(35051,7,8395,NULL,2972,4,'2026-01-15 15:14:27','2026-01-15 15:14:27','6fee354f-8cf8-441f-9cb8-fd6b156263ef'),
(35052,7,8395,NULL,2974,5,'2026-01-15 15:14:27','2026-01-15 15:14:27','ff58e0ff-7c8f-4b78-be58-0f7b349f87b7'),
(35053,7,8395,NULL,617,6,'2026-01-15 15:14:27','2026-01-15 15:14:27','b7d1aa84-a1fc-4fd0-87c7-71e4aa223602'),
(35054,7,8395,NULL,605,7,'2026-01-15 15:14:27','2026-01-15 15:14:27','b4251e7b-20d4-4d07-b03a-c6b2d98d7797'),
(35055,82,8395,NULL,479,1,'2026-01-15 15:14:27','2026-01-15 15:14:27','d92bcda1-e4d1-4d6f-835b-54429a9ce88a'),
(35056,82,8395,NULL,491,2,'2026-01-15 15:14:27','2026-01-15 15:14:27','c6b7a007-10e5-4d9c-ae9e-6715e2132ccf'),
(35057,46,8395,NULL,7369,1,'2026-01-15 15:14:27','2026-01-15 15:14:27','f8199928-9c92-404f-a322-ae8f4589c062'),
(35058,57,8395,NULL,7870,1,'2026-01-15 15:14:27','2026-01-15 15:14:27','2f2ecfa1-ebc3-4f59-a8da-d82bc52ed661'),
(35059,57,8395,NULL,7869,2,'2026-01-15 15:14:27','2026-01-15 15:14:27','39ffb8cc-1998-46a8-b4f1-c77f47d34494'),
(35060,57,8395,NULL,7868,3,'2026-01-15 15:14:27','2026-01-15 15:14:27','0dd3d1b8-af58-4235-ab4f-84f51070da00'),
(35061,57,8395,NULL,7874,4,'2026-01-15 15:14:27','2026-01-15 15:14:27','0adf6345-f233-49d6-82b2-b8e800496be4'),
(35062,57,8395,NULL,7873,5,'2026-01-15 15:14:27','2026-01-15 15:14:27','6ba4a9f5-a202-4268-83bc-d1bc98a090d4'),
(35063,57,8395,NULL,3467,6,'2026-01-15 15:14:27','2026-01-15 15:14:27','31f43bfd-9465-432f-8026-b08f2dbf809a'),
(35064,57,8395,NULL,7872,7,'2026-01-15 15:14:27','2026-01-15 15:14:27','ce4d440c-6deb-4cf1-b2dd-81996067bd02'),
(35090,32,8397,NULL,2610,1,'2026-01-15 15:14:38','2026-01-15 15:14:38','26298536-35a7-42a8-b211-bccc4a6fe1d3'),
(35091,32,8397,NULL,2598,2,'2026-01-15 15:14:38','2026-01-15 15:14:38','1518bc22-fb1f-4708-b080-0cee3c834cc2'),
(35092,32,8397,NULL,2600,3,'2026-01-15 15:14:38','2026-01-15 15:14:38','d806d42f-2cd2-4957-bfad-2b34da674284'),
(35093,32,8397,NULL,2596,4,'2026-01-15 15:14:38','2026-01-15 15:14:38','8a17f289-7195-4c16-9c39-21b50555ce0e'),
(35094,32,8397,NULL,2602,5,'2026-01-15 15:14:38','2026-01-15 15:14:38','6cb71d77-5154-4379-b7eb-72305d4ef015'),
(35095,32,8397,NULL,2604,6,'2026-01-15 15:14:38','2026-01-15 15:14:38','2d5e6bd1-2860-42c3-b3cf-8659f33185e7'),
(35096,32,8397,NULL,2608,7,'2026-01-15 15:14:38','2026-01-15 15:14:38','aa1d5b39-3d8e-4252-b551-0c4c673a8d2c'),
(35097,16,8397,NULL,7871,1,'2026-01-15 15:14:38','2026-01-15 15:14:38','3b9c8d8f-c901-4b5d-8b19-6d7ff6189fca'),
(35098,7,8397,NULL,601,1,'2026-01-15 15:14:38','2026-01-15 15:14:38','b4a59a9c-e5dd-436e-8cd5-8c24bae103c3'),
(35099,7,8397,NULL,3468,2,'2026-01-15 15:14:38','2026-01-15 15:14:38','f3374f27-d34c-4da0-948b-7023b8f7c7ca'),
(35101,7,8397,NULL,2972,4,'2026-01-15 15:14:38','2026-01-15 15:14:38','e0614df9-74a4-49fe-b378-a7cedccac7f4'),
(35102,7,8397,NULL,2974,5,'2026-01-15 15:14:38','2026-01-15 15:14:38','98020aa3-9d37-49c0-9fb3-30416841af8f'),
(35103,7,8397,NULL,617,6,'2026-01-15 15:14:38','2026-01-15 15:14:38','eec44210-0981-4798-b5ee-f088e31ba726'),
(35104,7,8397,NULL,605,7,'2026-01-15 15:14:38','2026-01-15 15:14:38','062316b0-c194-40c5-8294-87eee0e3d689'),
(35105,82,8397,NULL,479,1,'2026-01-15 15:14:38','2026-01-15 15:14:38','150cf98c-5e49-4130-abf2-3e7b2687a968'),
(35106,82,8397,NULL,491,2,'2026-01-15 15:14:38','2026-01-15 15:14:38','95eba97f-84d0-41bb-90d6-ab40592aac68'),
(35107,46,8397,NULL,7369,1,'2026-01-15 15:14:38','2026-01-15 15:14:38','9181c2a8-2558-49d4-ad41-4af82ad2cbe0'),
(35108,57,8397,NULL,7870,1,'2026-01-15 15:14:38','2026-01-15 15:14:38','1c9200bb-9aca-4efe-aca2-f023c8ecc56f'),
(35109,57,8397,NULL,7869,2,'2026-01-15 15:14:38','2026-01-15 15:14:38','4d259764-d1cb-4957-9e7f-ef3796fc3a8c'),
(35110,57,8397,NULL,7868,3,'2026-01-15 15:14:38','2026-01-15 15:14:38','14c322e7-4edd-4acc-8475-026987ee7a64'),
(35111,57,8397,NULL,7874,4,'2026-01-15 15:14:38','2026-01-15 15:14:38','2dc91f5c-e751-4aa8-b8e6-70c2ef121526'),
(35112,57,8397,NULL,7873,5,'2026-01-15 15:14:38','2026-01-15 15:14:38','c5a6b975-c755-4c24-863c-ec7ea43f33d2'),
(35113,57,8397,NULL,3467,6,'2026-01-15 15:14:38','2026-01-15 15:14:38','ec445933-b6eb-4238-aab1-186b27ab441d'),
(35114,57,8397,NULL,7872,7,'2026-01-15 15:14:38','2026-01-15 15:14:38','67bf048f-40d8-4e26-8ff5-bbdc44391880'),
(35136,32,8399,NULL,2610,1,'2026-01-15 15:15:34','2026-01-15 15:15:34','af376caa-f6ce-4320-8e6f-35144596084a'),
(35137,32,8399,NULL,2598,2,'2026-01-15 15:15:34','2026-01-15 15:15:34','6cab0671-548e-488f-ac6e-99a858659c85'),
(35138,32,8399,NULL,2608,3,'2026-01-15 15:15:34','2026-01-15 15:15:34','d3835d0f-42e7-4d96-b115-eca3ed3eafed'),
(35139,32,8399,NULL,2600,4,'2026-01-15 15:15:34','2026-01-15 15:15:34','017a555e-5640-4cbb-a799-752d598bd928'),
(35140,32,8399,NULL,2596,5,'2026-01-15 15:15:34','2026-01-15 15:15:34','4e426faf-168c-46a5-90c2-b656c6ac4d7d'),
(35141,32,8399,NULL,2602,6,'2026-01-15 15:15:34','2026-01-15 15:15:34','ecc2f4bb-c090-4def-a5a7-9bb2038e3af5'),
(35142,32,8399,NULL,2612,7,'2026-01-15 15:15:34','2026-01-15 15:15:34','3b881102-4b90-4d8c-be5d-1de2dae7d815'),
(35143,32,8399,NULL,2604,8,'2026-01-15 15:15:34','2026-01-15 15:15:34','2ea7b99a-0b7a-45cc-8a4c-1756bffc2e43'),
(35144,16,8399,NULL,7881,1,'2026-01-15 15:15:34','2026-01-15 15:15:34','95bbe8ed-cc3c-4994-ae3b-a71d8b126b06'),
(35145,7,8399,NULL,601,1,'2026-01-15 15:15:34','2026-01-15 15:15:34','0ba33242-1281-410e-94ba-adfc57c1e97a'),
(35146,7,8399,NULL,605,2,'2026-01-15 15:15:34','2026-01-15 15:15:34','f9203594-6ba0-41c0-b0f3-bd082bb2888f'),
(35147,7,8399,NULL,617,3,'2026-01-15 15:15:34','2026-01-15 15:15:34','b1fb079e-c2b7-4921-9004-fe3a18ca55a8'),
(35148,7,8399,NULL,2974,4,'2026-01-15 15:15:34','2026-01-15 15:15:34','6b2d2cd2-e939-4c92-8119-d3c9dd847ced'),
(35149,82,8399,NULL,479,1,'2026-01-15 15:15:34','2026-01-15 15:15:34','685caf2c-cc85-4b67-bc99-6d2cf17fcce5'),
(35150,82,8399,NULL,491,2,'2026-01-15 15:15:34','2026-01-15 15:15:34','d6eeb79b-c3ad-4464-abd2-2403a212204f'),
(35151,57,8399,NULL,7883,1,'2026-01-15 15:15:34','2026-01-15 15:15:34','f4049847-50c5-4d6b-87bd-91d8f7b764e5'),
(35152,57,8399,NULL,7886,2,'2026-01-15 15:15:34','2026-01-15 15:15:34','53344355-713d-432f-b4ff-7c37d6a6dd72'),
(35153,57,8399,NULL,7885,3,'2026-01-15 15:15:34','2026-01-15 15:15:34','1976d549-f403-42c7-a09f-2e60e198dd57'),
(35154,57,8399,NULL,7882,4,'2026-01-15 15:15:34','2026-01-15 15:15:34','a2aa90a7-5905-4344-b86d-6d4877f9561b'),
(35155,57,8399,NULL,7884,5,'2026-01-15 15:15:34','2026-01-15 15:15:34','9c0e5056-c1a8-4142-8f20-8c45bfdd3b35'),
(35177,32,8401,NULL,2610,1,'2026-01-15 15:17:57','2026-01-15 15:17:57','6198486d-c5b6-4490-bdff-f16ea837bfa6'),
(35178,32,8401,NULL,2598,2,'2026-01-15 15:17:57','2026-01-15 15:17:57','b3b8b18d-9d7f-4c2b-a0b5-31cf6533160d'),
(35179,32,8401,NULL,2608,3,'2026-01-15 15:17:57','2026-01-15 15:17:57','44dd6827-ed5d-4e21-a19d-df6f3c702a9f'),
(35180,32,8401,NULL,2600,4,'2026-01-15 15:17:57','2026-01-15 15:17:57','8fc0b104-03db-4890-9c2f-d2b9d8759da4'),
(35181,32,8401,NULL,2596,5,'2026-01-15 15:17:57','2026-01-15 15:17:57','5e6d3b28-1f3f-4ac8-98e8-01497aba0984'),
(35182,32,8401,NULL,2602,6,'2026-01-15 15:17:57','2026-01-15 15:17:57','d095cec6-5861-415f-95fd-cd40ee43d1f3'),
(35183,32,8401,NULL,2604,7,'2026-01-15 15:17:57','2026-01-15 15:17:57','a166dbf0-b51e-4b1a-b62e-6b018fd23d61'),
(35184,16,8401,NULL,7891,1,'2026-01-15 15:17:57','2026-01-15 15:17:57','b93fa8c4-a60d-425e-9b88-dd1b53659154'),
(35185,7,8401,NULL,2969,1,'2026-01-15 15:17:57','2026-01-15 15:17:57','45793ba9-f019-4e49-a219-d2cf96deb149'),
(35187,7,8401,NULL,2974,3,'2026-01-15 15:17:57','2026-01-15 15:17:57','297d8edc-e9d2-49e5-9ca0-cb77e102e33c'),
(35188,7,8401,NULL,617,4,'2026-01-15 15:17:57','2026-01-15 15:17:57','8e756020-360c-4573-a353-2e51860c3464'),
(35189,7,8401,NULL,605,5,'2026-01-15 15:17:57','2026-01-15 15:17:57','dbee90e4-07ae-43fe-b345-242a45dc7470'),
(35190,82,8401,NULL,479,1,'2026-01-15 15:17:57','2026-01-15 15:17:57','0eeb0e75-1102-422b-9e59-cfd33712ff3f'),
(35191,82,8401,NULL,491,2,'2026-01-15 15:17:57','2026-01-15 15:17:57','a9bb843b-4b0a-4105-b085-2681031b114e'),
(35192,57,8401,NULL,7893,1,'2026-01-15 15:17:57','2026-01-15 15:17:57','d1830d71-293b-4520-a0a4-a4804903510f'),
(35193,57,8401,NULL,7892,2,'2026-01-15 15:17:57','2026-01-15 15:17:57','9168d0c0-0605-46d1-ad7e-61890086841b'),
(35194,57,8401,NULL,7894,3,'2026-01-15 15:17:57','2026-01-15 15:17:57','aef7e1c8-9417-48f3-b3e8-65905149de32'),
(35195,57,8401,NULL,7901,4,'2026-01-15 15:17:57','2026-01-15 15:17:57','b30a38a3-49e1-4ea1-bc2e-d7b045bce376'),
(35217,32,8403,NULL,2610,1,'2026-01-15 15:19:19','2026-01-15 15:19:19','66bc13d9-d0a8-4c59-8658-e65a90e20262'),
(35218,32,8403,NULL,2598,2,'2026-01-15 15:19:19','2026-01-15 15:19:19','e14cdaa0-2697-4a13-adf6-bdbf0881f906'),
(35219,32,8403,NULL,2608,3,'2026-01-15 15:19:19','2026-01-15 15:19:19','cada0f32-e1f7-4627-a443-e38d1ef4b043'),
(35220,32,8403,NULL,2600,4,'2026-01-15 15:19:19','2026-01-15 15:19:19','684ca4ff-a2e3-4610-94f5-1abffc032801'),
(35221,32,8403,NULL,2596,5,'2026-01-15 15:19:19','2026-01-15 15:19:19','30c5383a-bd8f-4ba7-bc62-8fde04795b70'),
(35222,32,8403,NULL,2602,6,'2026-01-15 15:19:19','2026-01-15 15:19:19','e00a5ce8-8191-4fb9-a26b-d0df0d077b16'),
(35223,32,8403,NULL,2604,7,'2026-01-15 15:19:19','2026-01-15 15:19:19','dd4cfa57-f0ac-4c0f-a3f2-79cddb8d0943'),
(35224,16,8403,NULL,7891,1,'2026-01-15 15:19:19','2026-01-15 15:19:19','184913e4-e108-4dfe-ab3c-ea9f5de9a596'),
(35225,7,8403,NULL,2969,1,'2026-01-15 15:19:19','2026-01-15 15:19:19','dec9bbd0-8f39-4354-bf37-9ad76651808e'),
(35227,7,8403,NULL,2974,3,'2026-01-15 15:19:19','2026-01-15 15:19:19','1b8853fb-09fb-4529-ae7a-79d232697023'),
(35228,7,8403,NULL,617,4,'2026-01-15 15:19:19','2026-01-15 15:19:19','0413f7fe-8e8d-4c08-ae1f-079ec92346f7'),
(35229,7,8403,NULL,605,5,'2026-01-15 15:19:19','2026-01-15 15:19:19','fccf68f8-3c74-49c6-b537-fb25bfd2738a'),
(35230,82,8403,NULL,479,1,'2026-01-15 15:19:19','2026-01-15 15:19:19','f45f8c1e-8460-4441-9d02-1b7264d291dc'),
(35231,82,8403,NULL,491,2,'2026-01-15 15:19:19','2026-01-15 15:19:19','2d14df6a-4320-45c1-aa90-c49f2548d56b'),
(35232,57,8403,NULL,7893,1,'2026-01-15 15:19:19','2026-01-15 15:19:19','7612861d-502c-4da8-a697-63f1015b0b21'),
(35233,57,8403,NULL,7892,2,'2026-01-15 15:19:19','2026-01-15 15:19:19','d2a3528a-a0ab-4b61-8dfa-cea94834e5f0'),
(35234,57,8403,NULL,7894,3,'2026-01-15 15:19:19','2026-01-15 15:19:19','d7782093-80c5-46b8-b8d8-bf8c34276272'),
(35235,57,8403,NULL,7901,4,'2026-01-15 15:19:19','2026-01-15 15:19:19','54c1a3dc-5738-4fea-b51a-215ce9b5b055'),
(35257,32,8405,NULL,2610,1,'2026-01-15 15:20:02','2026-01-15 15:20:02','0e2d74e9-1deb-4ef8-aa8e-0a8df54300c8'),
(35258,32,8405,NULL,2598,2,'2026-01-15 15:20:02','2026-01-15 15:20:02','94c158e6-d21a-4eb3-ab4a-425c1b5b63bf'),
(35259,32,8405,NULL,2608,3,'2026-01-15 15:20:02','2026-01-15 15:20:02','896c2591-aaa9-4449-b1b2-eae1ce89f937'),
(35260,32,8405,NULL,2600,4,'2026-01-15 15:20:02','2026-01-15 15:20:02','98799790-ba14-46f1-81ab-3b96a320db12'),
(35261,32,8405,NULL,2596,5,'2026-01-15 15:20:02','2026-01-15 15:20:02','99bbcbb6-fc05-4657-8812-fa5695d42d83'),
(35262,32,8405,NULL,2602,6,'2026-01-15 15:20:02','2026-01-15 15:20:02','d1429772-6d11-487f-aa0f-2acbc95794f0'),
(35263,32,8405,NULL,2604,7,'2026-01-15 15:20:02','2026-01-15 15:20:02','cf2571e4-6f2b-4796-80c7-ffbd89208f3d'),
(35264,16,8405,NULL,7891,1,'2026-01-15 15:20:02','2026-01-15 15:20:02','545f5c7c-4f6e-4670-8af0-0f9bd092a7ea'),
(35265,7,8405,NULL,2969,1,'2026-01-15 15:20:02','2026-01-15 15:20:02','2fec4048-77de-470a-9561-77ad11384992'),
(35267,7,8405,NULL,2974,3,'2026-01-15 15:20:02','2026-01-15 15:20:02','22c544e9-1fd3-44bd-b16e-fee3e6a7c899'),
(35268,7,8405,NULL,617,4,'2026-01-15 15:20:02','2026-01-15 15:20:02','d5a5de66-6fe2-4546-968b-bf1e19508844'),
(35269,7,8405,NULL,605,5,'2026-01-15 15:20:02','2026-01-15 15:20:02','7e91fa3d-ef18-478c-9121-b01096a7977e'),
(35270,82,8405,NULL,479,1,'2026-01-15 15:20:02','2026-01-15 15:20:02','7be02191-0796-4aff-9b39-a366703e5d28'),
(35271,82,8405,NULL,491,2,'2026-01-15 15:20:02','2026-01-15 15:20:02','a2422c74-37ec-4379-b480-2b35a2ed7436'),
(35272,57,8405,NULL,7893,1,'2026-01-15 15:20:02','2026-01-15 15:20:02','c2267557-2018-4643-802b-cec27f474c0f'),
(35273,57,8405,NULL,7892,2,'2026-01-15 15:20:02','2026-01-15 15:20:02','464b5a41-9d0b-4e07-97e0-a48f59f2e11d'),
(35274,57,8405,NULL,7894,3,'2026-01-15 15:20:02','2026-01-15 15:20:02','cfbb720e-235a-47be-8d26-6fbdbbf486d0'),
(35275,57,8405,NULL,7901,4,'2026-01-15 15:20:02','2026-01-15 15:20:02','4d2886dd-36ec-4c43-a09c-29f03df5395a'),
(35297,32,8407,NULL,2610,1,'2026-01-15 15:20:07','2026-01-15 15:20:07','525ca492-2806-42da-b46d-c39efe609785'),
(35298,32,8407,NULL,2598,2,'2026-01-15 15:20:07','2026-01-15 15:20:07','7a5cff84-c21f-4d7e-9348-0ae4256c0fb7'),
(35299,32,8407,NULL,2608,3,'2026-01-15 15:20:07','2026-01-15 15:20:07','c466d28e-0e90-4946-afde-52ad45dafae9'),
(35300,32,8407,NULL,2600,4,'2026-01-15 15:20:07','2026-01-15 15:20:07','d6688504-671d-4443-82f5-9700f0220186'),
(35301,32,8407,NULL,2596,5,'2026-01-15 15:20:07','2026-01-15 15:20:07','5e69bb52-cd5e-4140-9cf2-bc644d15bc7d'),
(35302,32,8407,NULL,2602,6,'2026-01-15 15:20:07','2026-01-15 15:20:07','4326032d-e32d-4bb9-aec3-fef4710031fc'),
(35303,32,8407,NULL,2604,7,'2026-01-15 15:20:07','2026-01-15 15:20:07','6259c096-2551-4614-aac7-c59e9569d307'),
(35304,16,8407,NULL,7891,1,'2026-01-15 15:20:07','2026-01-15 15:20:07','bba6d20f-a4df-4c96-ac43-ff0e54bc5f31'),
(35305,7,8407,NULL,2969,1,'2026-01-15 15:20:07','2026-01-15 15:20:07','18c76fb0-e0ac-4ffa-9267-4c79461c0661'),
(35307,7,8407,NULL,2974,3,'2026-01-15 15:20:07','2026-01-15 15:20:07','426b64f7-4a11-436a-896b-9d5f89419d50'),
(35308,7,8407,NULL,617,4,'2026-01-15 15:20:07','2026-01-15 15:20:07','16050fda-a882-427d-acf1-f10f240925d4'),
(35309,7,8407,NULL,605,5,'2026-01-15 15:20:07','2026-01-15 15:20:07','20c6a05e-28a7-4e80-8cb4-ad4d85976bf5'),
(35310,82,8407,NULL,479,1,'2026-01-15 15:20:07','2026-01-15 15:20:07','f06576e2-503e-48d3-b24c-e861fb4c567f'),
(35311,82,8407,NULL,491,2,'2026-01-15 15:20:07','2026-01-15 15:20:07','86fd65a4-bbef-4476-99bd-ee188719b793'),
(35312,57,8407,NULL,7893,1,'2026-01-15 15:20:07','2026-01-15 15:20:07','443dd73e-ad2b-436a-9e9e-5412ca64c45f'),
(35313,57,8407,NULL,7892,2,'2026-01-15 15:20:07','2026-01-15 15:20:07','b982d005-bbda-407a-ba17-c09b285e1c39'),
(35314,57,8407,NULL,7894,3,'2026-01-15 15:20:07','2026-01-15 15:20:07','d243ee6b-c605-4ade-bb57-ca8fbcecc5c3'),
(35315,57,8407,NULL,7901,4,'2026-01-15 15:20:07','2026-01-15 15:20:07','4799a45f-69bc-4bfe-a67b-de4098e12e98'),
(35342,32,8409,NULL,2610,1,'2026-01-15 15:22:19','2026-01-15 15:22:19','be036ccf-b885-4588-bebd-c7f9019817a3'),
(35343,32,8409,NULL,2598,2,'2026-01-15 15:22:19','2026-01-15 15:22:19','1cbb2399-931a-47bf-9b5f-3883f89dd58a'),
(35344,32,8409,NULL,2600,3,'2026-01-15 15:22:19','2026-01-15 15:22:19','7ac2dfa9-d428-4fa7-a50f-0444ace00529'),
(35345,32,8409,NULL,2596,4,'2026-01-15 15:22:19','2026-01-15 15:22:19','af7499b2-ff29-4b1b-a463-86b18a6a1e98'),
(35346,32,8409,NULL,2602,5,'2026-01-15 15:22:19','2026-01-15 15:22:19','ee72f880-4b37-4729-ab59-4bba6a6b8407'),
(35347,32,8409,NULL,2604,6,'2026-01-15 15:22:19','2026-01-15 15:22:19','c9bb7f82-48d2-4f3e-b7c8-ac26a4945655'),
(35348,32,8409,NULL,2608,7,'2026-01-15 15:22:19','2026-01-15 15:22:19','95b7b395-4697-445a-8f4d-5645c56e57ce'),
(35349,16,8409,NULL,5253,1,'2026-01-15 15:22:19','2026-01-15 15:22:19','21940f97-9bba-40fa-aba3-10876270fb4a'),
(35350,7,8409,NULL,601,1,'2026-01-15 15:22:19','2026-01-15 15:22:19','e54ba626-2601-4c7c-89a7-1e608de60316'),
(35352,7,8409,NULL,617,3,'2026-01-15 15:22:19','2026-01-15 15:22:19','4eb89e22-0c56-4017-9cd7-99e094121614'),
(35353,7,8409,NULL,605,4,'2026-01-15 15:22:19','2026-01-15 15:22:19','b0fd5923-179e-4b75-9750-a7d9c3e3fd1d'),
(35354,82,8409,NULL,479,1,'2026-01-15 15:22:19','2026-01-15 15:22:19','4f467f77-f85c-4f3c-bb09-bd3d4aca29c4'),
(35355,82,8409,NULL,491,2,'2026-01-15 15:22:19','2026-01-15 15:22:19','7b32d839-4edc-4a43-85ad-a63c337aaff4'),
(35356,46,8409,NULL,7379,1,'2026-01-15 15:22:19','2026-01-15 15:22:19','f6fb07ed-96f9-4cd0-832a-624ae04b09c0'),
(35357,57,8409,NULL,7920,1,'2026-01-15 15:22:19','2026-01-15 15:22:19','8e756c7d-f7d4-4071-86e8-89744a7a3c7c'),
(35358,57,8409,NULL,7922,2,'2026-01-15 15:22:19','2026-01-15 15:22:19','bacd8314-75bc-401a-a774-6f253998ee54'),
(35359,57,8409,NULL,7921,3,'2026-01-15 15:22:19','2026-01-15 15:22:19','87d104b5-0634-4e09-a868-7c990af13bc6'),
(35360,57,8409,NULL,7923,4,'2026-01-15 15:22:19','2026-01-15 15:22:19','e72039d6-f0c2-4e11-a1d6-d5de204aa8bc'),
(35361,57,8409,NULL,7926,5,'2026-01-15 15:22:19','2026-01-15 15:22:19','c8098e39-73bc-4fe5-a965-1f8a9f204127'),
(35362,57,8409,NULL,7924,6,'2026-01-15 15:22:19','2026-01-15 15:22:19','1cdde166-a436-41ce-8641-b01602e20136'),
(35363,57,8409,NULL,7927,7,'2026-01-15 15:22:19','2026-01-15 15:22:19','62dc78b6-9607-4a90-8128-b78713f69d41'),
(35364,57,8409,NULL,7925,8,'2026-01-15 15:22:19','2026-01-15 15:22:19','eb5ccfdb-f268-441b-a9be-0835ff434962'),
(35365,57,8409,NULL,7928,9,'2026-01-15 15:22:19','2026-01-15 15:22:19','152db34e-7487-40fd-b64c-c5e0916fdab6'),
(35392,32,8411,NULL,2610,1,'2026-01-15 15:22:29','2026-01-15 15:22:29','3fe54e29-e7fb-4d99-8796-be6e7b2835ea'),
(35393,32,8411,NULL,2598,2,'2026-01-15 15:22:29','2026-01-15 15:22:29','8bcf754e-d0c3-40a2-94a3-b26861291433'),
(35394,32,8411,NULL,2600,3,'2026-01-15 15:22:29','2026-01-15 15:22:29','73d6a516-e444-438d-8c77-419d80b19571'),
(35395,32,8411,NULL,2596,4,'2026-01-15 15:22:29','2026-01-15 15:22:29','3df556a8-7512-4446-b141-dd45c23c82cd'),
(35396,32,8411,NULL,2602,5,'2026-01-15 15:22:29','2026-01-15 15:22:29','652e1635-1719-4593-9ece-f547a7fc1ad0'),
(35397,32,8411,NULL,2604,6,'2026-01-15 15:22:29','2026-01-15 15:22:29','434ba3ac-350e-417c-9b9d-d58a7612523b'),
(35398,32,8411,NULL,2608,7,'2026-01-15 15:22:29','2026-01-15 15:22:29','5ee86a8a-fd84-4ed8-9726-dbe5cb7f70ea'),
(35399,16,8411,NULL,5253,1,'2026-01-15 15:22:29','2026-01-15 15:22:29','a9144ca2-5493-4f0e-987d-740c18139a88'),
(35400,7,8411,NULL,601,1,'2026-01-15 15:22:29','2026-01-15 15:22:29','467c28cf-1a41-4632-8888-72647e9ed219'),
(35402,7,8411,NULL,617,3,'2026-01-15 15:22:29','2026-01-15 15:22:29','8b20f03c-e513-4740-8947-952e6f042d64'),
(35403,7,8411,NULL,605,4,'2026-01-15 15:22:29','2026-01-15 15:22:29','cfd4c2f8-65e8-4508-a986-cbf198333759'),
(35404,82,8411,NULL,479,1,'2026-01-15 15:22:29','2026-01-15 15:22:29','728c1146-2452-4261-9225-381bd4b41847'),
(35405,82,8411,NULL,491,2,'2026-01-15 15:22:29','2026-01-15 15:22:29','7c99892b-8d34-4327-826f-3022d55640c5'),
(35406,46,8411,NULL,7379,1,'2026-01-15 15:22:29','2026-01-15 15:22:29','8b0ad36e-c60b-4997-bfd7-9645203c35cd'),
(35407,57,8411,NULL,7920,1,'2026-01-15 15:22:29','2026-01-15 15:22:29','12ecc741-39cb-4b5a-9a31-fd0872e8c0fd'),
(35408,57,8411,NULL,7922,2,'2026-01-15 15:22:29','2026-01-15 15:22:29','a6ae04aa-6ad9-4b8a-82f3-00629eaca815'),
(35409,57,8411,NULL,7921,3,'2026-01-15 15:22:29','2026-01-15 15:22:29','eeb9e370-75ad-4f6e-967f-f60df1c1af26'),
(35410,57,8411,NULL,7923,4,'2026-01-15 15:22:29','2026-01-15 15:22:29','d934a4fb-845a-41d6-8004-2a9f7893f398'),
(35411,57,8411,NULL,7926,5,'2026-01-15 15:22:29','2026-01-15 15:22:29','9f540e9d-8eea-4fea-b173-99c31a673f80'),
(35412,57,8411,NULL,7924,6,'2026-01-15 15:22:29','2026-01-15 15:22:29','138576d9-ed7d-463a-b13b-6a06984798ad'),
(35413,57,8411,NULL,7927,7,'2026-01-15 15:22:29','2026-01-15 15:22:29','00157bea-7694-450b-a33b-5b7b423f5682'),
(35414,57,8411,NULL,7925,8,'2026-01-15 15:22:29','2026-01-15 15:22:29','621a5688-1da6-4be2-9568-7296183e7b84'),
(35415,57,8411,NULL,7928,9,'2026-01-15 15:22:29','2026-01-15 15:22:29','fb02a593-ca59-4d0d-a97a-b4e51f48803d'),
(35423,16,8413,NULL,7937,1,'2026-01-15 15:27:32','2026-01-15 15:27:32','fa00c937-5a09-4451-86bf-9dc36b624dbf'),
(35424,57,8413,NULL,7939,1,'2026-01-15 15:27:32','2026-01-15 15:27:32','85f4b84a-5db8-42a7-bc58-f49b82cb81d1'),
(35425,57,8413,NULL,7941,2,'2026-01-15 15:27:32','2026-01-15 15:27:32','48c55559-ac66-40c7-a0fe-4b398cdaedf5'),
(35426,57,8413,NULL,7940,3,'2026-01-15 15:27:32','2026-01-15 15:27:32','3b0632c6-cb04-47e9-9ced-bde5b5da659e'),
(35427,57,8413,NULL,7938,4,'2026-01-15 15:27:32','2026-01-15 15:27:32','dfbe7a62-f7af-4a57-a8cd-f295227b9013'),
(35452,32,8415,NULL,2614,1,'2026-01-15 15:28:22','2026-01-15 15:28:22','7ad1a70e-c2bf-479a-a932-cdbd45ed2ed0'),
(35453,32,8415,NULL,2610,2,'2026-01-15 15:28:22','2026-01-15 15:28:22','ea11151e-a101-4747-bb76-4e4dd9b569c4'),
(35454,32,8415,NULL,2598,3,'2026-01-15 15:28:22','2026-01-15 15:28:22','d09a3b6d-72f1-4ff4-9695-f595e126d1d1'),
(35455,32,8415,NULL,2600,4,'2026-01-15 15:28:22','2026-01-15 15:28:22','d9101c47-a2c7-4e8f-9c4d-2f5e8270ab64'),
(35456,32,8415,NULL,2596,5,'2026-01-15 15:28:22','2026-01-15 15:28:22','33c88b2c-a5d9-48d9-9c4c-697ed2219075'),
(35457,32,8415,NULL,2602,6,'2026-01-15 15:28:22','2026-01-15 15:28:22','5a34a1de-eb96-4baf-9f38-cea28401e30c'),
(35458,32,8415,NULL,2612,7,'2026-01-15 15:28:22','2026-01-15 15:28:22','a145e71e-5445-4320-ba24-dc391bcb5c83'),
(35459,32,8415,NULL,2604,8,'2026-01-15 15:28:22','2026-01-15 15:28:22','896f12fe-9df9-43a8-83b3-a02c2d8bf956'),
(35460,32,8415,NULL,2608,9,'2026-01-15 15:28:22','2026-01-15 15:28:22','3f8abdb8-9544-4f9b-8bfb-098cfa432868'),
(35461,16,8415,NULL,3623,1,'2026-01-15 15:28:22','2026-01-15 15:28:22','6e04c6ea-cb6e-4dd2-bb5b-ff486276c3a2'),
(35462,7,8415,NULL,601,1,'2026-01-15 15:28:22','2026-01-15 15:28:22','eff824d0-f8a1-4495-afe2-85949485ae9f'),
(35463,7,8415,NULL,617,2,'2026-01-15 15:28:22','2026-01-15 15:28:22','7d767ec5-3430-4736-a9ba-ea5be6cd5d02'),
(35464,7,8415,NULL,605,3,'2026-01-15 15:28:22','2026-01-15 15:28:22','b479a7e3-2621-4c1f-8cb7-7c9bc125c7de'),
(35465,82,8415,NULL,479,1,'2026-01-15 15:28:22','2026-01-15 15:28:22','a41a8bee-482e-4404-b95f-65367d98fd57'),
(35466,57,8415,NULL,7950,1,'2026-01-15 15:28:22','2026-01-15 15:28:22','c60d8331-914c-4052-9477-9a4e670f9369'),
(35467,57,8415,NULL,7952,2,'2026-01-15 15:28:22','2026-01-15 15:28:22','4ef50cbe-7f93-4382-b3e8-d5ebaebfdc05'),
(35468,57,8415,NULL,7956,3,'2026-01-15 15:28:22','2026-01-15 15:28:22','2dd876a6-8d20-42df-aae9-0a69691cdb73'),
(35469,57,8415,NULL,7955,4,'2026-01-15 15:28:22','2026-01-15 15:28:22','8362b6bd-d424-48b2-8d54-44fb4c16ac03'),
(35470,57,8415,NULL,7951,5,'2026-01-15 15:28:22','2026-01-15 15:28:22','83a9efb5-0901-4ba1-b6e0-7266b52e7c59'),
(35471,57,8415,NULL,7954,6,'2026-01-15 15:28:22','2026-01-15 15:28:22','756600de-51c5-4944-a4f3-3f757931a603'),
(35472,57,8415,NULL,7953,7,'2026-01-15 15:28:22','2026-01-15 15:28:22','97a652a0-b32d-4c25-a4f0-43926efbece2'),
(35473,57,8415,NULL,7957,8,'2026-01-15 15:28:22','2026-01-15 15:28:22','1145afed-b8c9-4adc-8282-ec214c6ba17a'),
(35498,32,8417,NULL,2614,1,'2026-01-15 15:31:26','2026-01-15 15:31:26','84c33e02-2170-4816-a6e7-433d9c59b07c'),
(35499,32,8417,NULL,2610,2,'2026-01-15 15:31:26','2026-01-15 15:31:26','4915746a-7074-4536-b4af-e23d82b23708'),
(35500,32,8417,NULL,2598,3,'2026-01-15 15:31:26','2026-01-15 15:31:26','1d23850e-310a-4bfd-b085-e196ae8181f2'),
(35501,32,8417,NULL,2600,4,'2026-01-15 15:31:26','2026-01-15 15:31:26','e555afd7-92be-4b5e-959e-e9e396d06ebf'),
(35502,32,8417,NULL,2596,5,'2026-01-15 15:31:26','2026-01-15 15:31:26','c016496c-eede-4974-8ef3-7e06422e49d7'),
(35503,32,8417,NULL,2602,6,'2026-01-15 15:31:26','2026-01-15 15:31:26','1faaaade-cfce-4411-b44e-dc4f2c81d129'),
(35504,32,8417,NULL,2612,7,'2026-01-15 15:31:26','2026-01-15 15:31:26','fdd06f20-125c-487f-ae67-de6db5bfc3dc'),
(35505,32,8417,NULL,2604,8,'2026-01-15 15:31:26','2026-01-15 15:31:26','7a63ce84-6768-4840-b58a-d68f594e13c7'),
(35506,32,8417,NULL,2608,9,'2026-01-15 15:31:26','2026-01-15 15:31:26','4718faa3-64e6-4ef8-99c9-fcc70a360e13'),
(35507,16,8417,NULL,3623,1,'2026-01-15 15:31:26','2026-01-15 15:31:26','318e7417-9acb-44f6-b2de-a8bbf97d91f8'),
(35508,7,8417,NULL,601,1,'2026-01-15 15:31:26','2026-01-15 15:31:26','b5a87b16-6ef7-434a-a57d-c1141d4123cb'),
(35509,7,8417,NULL,617,2,'2026-01-15 15:31:26','2026-01-15 15:31:26','0dfcb1d4-8cff-472e-a007-8ce1f611720c'),
(35510,7,8417,NULL,605,3,'2026-01-15 15:31:26','2026-01-15 15:31:26','18239171-5eb4-4cf0-9648-e6c4aac74e82'),
(35511,82,8417,NULL,479,1,'2026-01-15 15:31:26','2026-01-15 15:31:26','b0510d3c-5a81-4f40-bd51-eb5eb6d45897'),
(35512,57,8417,NULL,7950,1,'2026-01-15 15:31:26','2026-01-15 15:31:26','42688d66-0909-4c1a-a17d-4377b8c1f83f'),
(35513,57,8417,NULL,7952,2,'2026-01-15 15:31:26','2026-01-15 15:31:26','8156f20f-95a5-46ad-b0cb-2701cf494d72'),
(35514,57,8417,NULL,7956,3,'2026-01-15 15:31:26','2026-01-15 15:31:26','54a995b2-80af-4688-9ae8-82cce4e314fd'),
(35515,57,8417,NULL,7955,4,'2026-01-15 15:31:26','2026-01-15 15:31:26','9ad76faa-36e9-4480-9971-7ed0b843d9c4'),
(35516,57,8417,NULL,7951,5,'2026-01-15 15:31:26','2026-01-15 15:31:26','6e06d78c-b63a-4298-afd9-fcc9cdcc1f5f'),
(35517,57,8417,NULL,7954,6,'2026-01-15 15:31:26','2026-01-15 15:31:26','1dc80881-3633-4df2-ba51-48c1c73956a2'),
(35518,57,8417,NULL,7953,7,'2026-01-15 15:31:26','2026-01-15 15:31:26','c5a3d312-488a-4f02-a8b1-1bdd478d50c2'),
(35519,57,8417,NULL,7957,8,'2026-01-15 15:31:26','2026-01-15 15:31:26','2f9d76ee-20a5-4449-b556-7e4f3411fba0'),
(35521,32,8418,NULL,2610,1,'2026-01-15 15:32:26','2026-01-15 15:32:26','b10bb5d9-fcce-49b9-9028-d91240d604e1'),
(35522,32,8418,NULL,2598,2,'2026-01-15 15:32:26','2026-01-15 15:32:26','741f1c7c-c3e7-44a2-853d-9c9556ed5622'),
(35523,32,8418,NULL,2608,3,'2026-01-15 15:32:26','2026-01-15 15:32:26','7af43d72-8af0-403a-acd4-80993579c8ab'),
(35524,32,8418,NULL,2600,4,'2026-01-15 15:32:26','2026-01-15 15:32:26','b463f9ef-bca1-432a-a6b6-da32d19f861c'),
(35525,32,8418,NULL,2596,5,'2026-01-15 15:32:26','2026-01-15 15:32:26','b05063a9-33b5-49f5-a6e7-c9207261ee21'),
(35526,32,8418,NULL,2602,6,'2026-01-15 15:32:26','2026-01-15 15:32:26','65147ba5-a6db-45c7-a58b-558c92c43186'),
(35527,32,8418,NULL,2604,7,'2026-01-15 15:32:26','2026-01-15 15:32:26','c87f2913-8aed-4468-9573-5cb85ad4a4a9'),
(35530,7,8418,NULL,2974,3,'2026-01-15 15:32:26','2026-01-15 15:32:26','79b24503-4104-45c2-a7c1-cd726ef37da8'),
(35531,7,8418,NULL,617,4,'2026-01-15 15:32:26','2026-01-15 15:32:26','0675fde7-8a24-4f2f-9e54-a041419b9562'),
(35532,7,8418,NULL,605,5,'2026-01-15 15:32:26','2026-01-15 15:32:26','aa36587e-96b2-49d0-8031-b38b0497078c'),
(35533,82,8418,NULL,479,1,'2026-01-15 15:32:26','2026-01-15 15:32:26','4e51e8b5-9bab-4463-a4ba-2949d36870d7'),
(35534,82,8418,NULL,491,2,'2026-01-15 15:32:26','2026-01-15 15:32:26','a2de76cf-62cc-4955-82b8-b332f2b399a1'),
(35559,32,8420,NULL,2610,1,'2026-01-15 15:44:13','2026-01-15 15:44:13','668693ba-c63e-474d-afd2-8981d8617f5a'),
(35560,32,8420,NULL,2598,2,'2026-01-15 15:44:13','2026-01-15 15:44:13','c978def3-f568-478b-8070-561b3dff1b06'),
(35561,32,8420,NULL,2600,3,'2026-01-15 15:44:13','2026-01-15 15:44:13','5e81c164-4fab-446b-926a-b25079320304'),
(35562,32,8420,NULL,2602,4,'2026-01-15 15:44:13','2026-01-15 15:44:13','cc3c97e8-9cf7-40ce-8880-c95bfa24cbfb'),
(35563,32,8420,NULL,2612,5,'2026-01-15 15:44:13','2026-01-15 15:44:13','9247fb23-b74e-43c1-8cae-a01fdf5455e4'),
(35564,32,8420,NULL,2618,6,'2026-01-15 15:44:13','2026-01-15 15:44:13','0ce63077-cc01-475e-84bc-59bfbc9bd611'),
(35565,32,8420,NULL,2604,7,'2026-01-15 15:44:13','2026-01-15 15:44:13','3fcbecbb-0712-4c18-a16f-a070a3945a99'),
(35566,32,8420,NULL,2608,8,'2026-01-15 15:44:13','2026-01-15 15:44:13','edb3cc0b-dd4f-42c4-ae9d-30347dbc5e8c'),
(35567,32,8420,NULL,2596,9,'2026-01-15 15:44:13','2026-01-15 15:44:13','3ffce479-c073-4f2a-83c6-3a444a011f96'),
(35568,16,8420,NULL,7998,1,'2026-01-15 15:44:13','2026-01-15 15:44:13','444a8bce-9d49-4d65-b143-475b73def0d6'),
(35569,7,8420,NULL,601,1,'2026-01-15 15:44:13','2026-01-15 15:44:13','afe8d489-6650-4395-8eeb-98e37fe84716'),
(35570,7,8420,NULL,3468,2,'2026-01-15 15:44:13','2026-01-15 15:44:13','63d551d5-e797-4166-8554-d28617d95d59'),
(35571,7,8420,NULL,617,3,'2026-01-15 15:44:13','2026-01-15 15:44:13','ae08e12e-fac8-4b1e-8890-803c0c0c6404'),
(35572,7,8420,NULL,605,4,'2026-01-15 15:44:13','2026-01-15 15:44:13','ce65e515-1774-4314-a2f3-4a000ad27e85'),
(35573,82,8420,NULL,479,1,'2026-01-15 15:44:13','2026-01-15 15:44:13','08c56c64-61e1-40cf-9f7c-6970eaa06455'),
(35574,82,8420,NULL,491,2,'2026-01-15 15:44:13','2026-01-15 15:44:13','ee64985a-7ec4-4888-8209-66c165021074'),
(35575,46,8420,NULL,3697,1,'2026-01-15 15:44:13','2026-01-15 15:44:13','d8532ff2-f89b-4dd8-aded-3efa57f73041'),
(35576,57,8420,NULL,4829,1,'2026-01-15 15:44:13','2026-01-15 15:44:13','0364cc7b-6cab-4ee9-87af-1ff1121d1164'),
(35577,57,8420,NULL,3689,2,'2026-01-15 15:44:13','2026-01-15 15:44:13','7b531074-611b-4266-9c0e-cb4fb35e3613'),
(35578,57,8420,NULL,4826,3,'2026-01-15 15:44:13','2026-01-15 15:44:13','11788239-94d2-4f6c-a8d6-2696ec9e47ee'),
(35579,57,8420,NULL,4828,4,'2026-01-15 15:44:13','2026-01-15 15:44:13','ed297dbc-865e-4038-834b-574c59c73e79'),
(35580,57,8420,NULL,4827,5,'2026-01-15 15:44:13','2026-01-15 15:44:13','99820f7e-eea1-4de0-9fc9-133e8d4c757e'),
(35603,32,8422,NULL,2614,1,'2026-01-15 15:45:45','2026-01-15 15:45:45','e4042205-b9dc-4923-8781-250e61b3ec49'),
(35604,32,8422,NULL,2610,2,'2026-01-15 15:45:45','2026-01-15 15:45:45','c06128f4-e855-4cff-aac2-0ac035438d1e'),
(35605,32,8422,NULL,2598,3,'2026-01-15 15:45:45','2026-01-15 15:45:45','395047b6-2f67-46ba-b56a-1863a284add9'),
(35606,32,8422,NULL,2600,4,'2026-01-15 15:45:45','2026-01-15 15:45:45','916daf72-131e-4009-8238-82f181748b4b'),
(35607,32,8422,NULL,2612,5,'2026-01-15 15:45:45','2026-01-15 15:45:45','d6df1962-02e5-41ee-bc48-d2173f047fca'),
(35608,32,8422,NULL,2604,6,'2026-01-15 15:45:45','2026-01-15 15:45:45','6525fefc-1e49-4dde-b65a-24f2e5108052'),
(35609,32,8422,NULL,2608,7,'2026-01-15 15:45:45','2026-01-15 15:45:45','9c41367e-43e8-49c9-a07d-a0c21d98a5eb'),
(35610,32,8422,NULL,2596,8,'2026-01-15 15:45:45','2026-01-15 15:45:45','b9103ccb-8411-467b-be8e-e9cea17171fa'),
(35611,32,8422,NULL,2602,9,'2026-01-15 15:45:45','2026-01-15 15:45:45','45d7bbf4-0ead-47c1-a32b-e26a7f095fa4'),
(35612,16,8422,NULL,3722,1,'2026-01-15 15:45:45','2026-01-15 15:45:45','9e258f6d-d02a-4fc1-866e-e9b5e3e93ad6'),
(35613,7,8422,NULL,601,1,'2026-01-15 15:45:45','2026-01-15 15:45:45','7a0bee39-2c15-4c28-9eec-1708c5a5c69f'),
(35614,7,8422,NULL,3468,2,'2026-01-15 15:45:45','2026-01-15 15:45:45','bc22f0a1-7f3c-4067-86bd-37f93d6b4949'),
(35615,7,8422,NULL,2972,3,'2026-01-15 15:45:45','2026-01-15 15:45:45','08cfe7e3-9ca7-4fdb-ba28-9a418645e081'),
(35616,7,8422,NULL,617,4,'2026-01-15 15:45:45','2026-01-15 15:45:45','8cd2d0fb-b3ff-4120-ab93-a9874b49ac3f'),
(35617,7,8422,NULL,605,5,'2026-01-15 15:45:45','2026-01-15 15:45:45','59117edf-8399-4d42-a3a3-5286443b44d9'),
(35618,82,8422,NULL,479,1,'2026-01-15 15:45:45','2026-01-15 15:45:45','fec4339b-8e1e-4782-837b-7b2f38f019b6'),
(35619,57,8422,NULL,8024,1,'2026-01-15 15:45:45','2026-01-15 15:45:45','270f1137-062a-4027-91ee-376061ea4ff2'),
(35620,57,8422,NULL,8025,2,'2026-01-15 15:45:45','2026-01-15 15:45:45','c5f73397-3e7e-409d-86fe-eaf15b822216'),
(35621,57,8422,NULL,8027,3,'2026-01-15 15:45:45','2026-01-15 15:45:45','0e0695a0-cddf-4229-9824-8b5029b6dadf'),
(35622,57,8422,NULL,8026,4,'2026-01-15 15:45:45','2026-01-15 15:45:45','2759d4ca-c994-4dc7-a4c1-0aabddc918e1'),
(35645,32,8424,NULL,2614,1,'2026-01-15 15:46:00','2026-01-15 15:46:00','485670d0-1971-432a-87a5-264a4130202f'),
(35646,32,8424,NULL,2610,2,'2026-01-15 15:46:00','2026-01-15 15:46:00','b9087990-cbcc-41ef-a818-9c3742e58656'),
(35647,32,8424,NULL,2598,3,'2026-01-15 15:46:00','2026-01-15 15:46:00','d2b539a6-0cc6-4aa0-9abd-03375aa9f6b7'),
(35648,32,8424,NULL,2600,4,'2026-01-15 15:46:00','2026-01-15 15:46:00','ff6fd06e-7d95-4f31-b086-ae4771a750ff'),
(35649,32,8424,NULL,2612,5,'2026-01-15 15:46:00','2026-01-15 15:46:00','de651643-0a7c-4386-b884-1dadd626ad11'),
(35650,32,8424,NULL,2604,6,'2026-01-15 15:46:00','2026-01-15 15:46:00','d2a5f6f7-919a-4a22-85d7-f07e10ea654f'),
(35651,32,8424,NULL,2608,7,'2026-01-15 15:46:00','2026-01-15 15:46:00','9f5044e4-b083-497e-b66b-e16d9ebfef1f'),
(35652,32,8424,NULL,2596,8,'2026-01-15 15:46:00','2026-01-15 15:46:00','35908f40-dae0-45dc-afd7-114b7d311360'),
(35653,32,8424,NULL,2602,9,'2026-01-15 15:46:00','2026-01-15 15:46:00','f482bbe7-056c-41a6-a6a5-ae74893c20fb'),
(35654,16,8424,NULL,3722,1,'2026-01-15 15:46:00','2026-01-15 15:46:00','f2e7d8ad-ea93-4eb2-9c72-0efc6edec185'),
(35655,7,8424,NULL,601,1,'2026-01-15 15:46:00','2026-01-15 15:46:00','3fb22fda-b1d1-4106-a1fc-2dbf47e361f8'),
(35656,7,8424,NULL,3468,2,'2026-01-15 15:46:00','2026-01-15 15:46:00','7d835813-f5b4-4709-a7ed-860952d237fe'),
(35657,7,8424,NULL,2972,3,'2026-01-15 15:46:00','2026-01-15 15:46:00','fed14b89-bed5-4ab8-97ef-38274ecea766'),
(35658,7,8424,NULL,617,4,'2026-01-15 15:46:00','2026-01-15 15:46:00','d9d2670f-dbf4-4bdb-b596-30970ea0e044'),
(35659,7,8424,NULL,605,5,'2026-01-15 15:46:00','2026-01-15 15:46:00','d9b6305c-a836-418d-ac34-91c478d90293'),
(35660,82,8424,NULL,479,1,'2026-01-15 15:46:00','2026-01-15 15:46:00','e0bcf351-738d-4be6-9af2-4f0372ebcec5'),
(35661,57,8424,NULL,8024,1,'2026-01-15 15:46:00','2026-01-15 15:46:00','43439463-c4fe-4cd1-ba36-e2f76b447dbe'),
(35662,57,8424,NULL,8025,2,'2026-01-15 15:46:00','2026-01-15 15:46:00','889633d7-01b7-4479-a326-1364de372942'),
(35663,57,8424,NULL,8027,3,'2026-01-15 15:46:00','2026-01-15 15:46:00','b39eed60-3281-489c-8aec-f44ecbd66da2'),
(35664,57,8424,NULL,8026,4,'2026-01-15 15:46:00','2026-01-15 15:46:00','fe53eeaf-4328-4b2e-8b71-b92bd4e04ff5'),
(35689,32,8426,NULL,2610,1,'2026-01-15 15:46:52','2026-01-15 15:46:52','939ac932-83ad-4033-b0d8-a14b9424b6a5'),
(35690,32,8426,NULL,2598,2,'2026-01-15 15:46:52','2026-01-15 15:46:52','1734f511-1c33-45d9-b431-ee41ffec9bab'),
(35691,32,8426,NULL,2600,3,'2026-01-15 15:46:52','2026-01-15 15:46:52','f52d58e1-515b-4511-99e9-157a96c3ecbe'),
(35692,32,8426,NULL,2602,4,'2026-01-15 15:46:52','2026-01-15 15:46:52','c4557ba0-206c-4107-841b-e74c9458caf9'),
(35693,32,8426,NULL,2612,5,'2026-01-15 15:46:52','2026-01-15 15:46:52','42779808-b95e-481e-ba99-e627b67130f9'),
(35694,32,8426,NULL,2618,6,'2026-01-15 15:46:52','2026-01-15 15:46:52','48fb23e5-fba2-48f1-b3d3-8f1ccafa5025'),
(35695,32,8426,NULL,2604,7,'2026-01-15 15:46:52','2026-01-15 15:46:52','2cae8bad-d1ab-4aae-9097-5a2fed01383a'),
(35696,32,8426,NULL,2608,8,'2026-01-15 15:46:52','2026-01-15 15:46:52','3b913a99-290e-40f1-b03a-a7a93d58d2e8'),
(35697,32,8426,NULL,2596,9,'2026-01-15 15:46:52','2026-01-15 15:46:52','ecc63e40-2586-4c7a-b343-6583313eb584'),
(35698,16,8426,NULL,8034,1,'2026-01-15 15:46:52','2026-01-15 15:46:52','0b4989f5-5698-4480-b582-f898de8ea320'),
(35701,7,8426,NULL,2974,3,'2026-01-15 15:46:52','2026-01-15 15:46:52','13068415-969e-4347-b7a0-6a17ecc60735'),
(35702,7,8426,NULL,617,4,'2026-01-15 15:46:52','2026-01-15 15:46:52','24c6702d-04c3-4103-a698-74ab20fb8b68'),
(35703,7,8426,NULL,605,5,'2026-01-15 15:46:52','2026-01-15 15:46:52','931627d8-7a3a-49ed-98dd-09de5c6464f9'),
(35704,82,8426,NULL,479,1,'2026-01-15 15:46:52','2026-01-15 15:46:52','ba1a1c54-b3f1-42f9-ba91-841951b42f5a'),
(35705,82,8426,NULL,491,2,'2026-01-15 15:46:52','2026-01-15 15:46:52','9e50a1f2-33c5-4b3e-b0ef-a69b2027f2bf'),
(35706,46,8426,NULL,3697,1,'2026-01-15 15:46:52','2026-01-15 15:46:52','c5a93f49-a6ae-4e42-af08-2f2b9d98f402'),
(35707,57,8426,NULL,8033,1,'2026-01-15 15:46:52','2026-01-15 15:46:52','e4e0f879-b49d-4775-a32f-efc667a6d552'),
(35708,57,8426,NULL,8032,2,'2026-01-15 15:46:52','2026-01-15 15:46:52','8d63f429-1a02-49d5-858d-ca91dc301760'),
(35709,57,8426,NULL,8036,3,'2026-01-15 15:46:52','2026-01-15 15:46:52','02105120-2a26-4f5c-a827-a86e246ffa72'),
(35710,57,8426,NULL,8035,4,'2026-01-15 15:46:52','2026-01-15 15:46:52','b2a6220d-0255-41ce-95a3-c9fee47ddef0'),
(35735,32,8428,NULL,2610,1,'2026-01-15 15:47:10','2026-01-15 15:47:10','3f1b5700-2eac-43a1-bf70-937dcf894244'),
(35736,32,8428,NULL,2598,2,'2026-01-15 15:47:10','2026-01-15 15:47:10','1d2d6395-ba8f-49e4-84af-cbbc03360ab1'),
(35737,32,8428,NULL,2600,3,'2026-01-15 15:47:10','2026-01-15 15:47:10','02ff2e14-04f4-4a3f-a480-56c0e1cd0149'),
(35738,32,8428,NULL,2602,4,'2026-01-15 15:47:10','2026-01-15 15:47:10','7a4873f7-184c-488f-90cf-9e3c1a65ff3a'),
(35739,32,8428,NULL,2612,5,'2026-01-15 15:47:10','2026-01-15 15:47:10','599fd2dd-a363-4fcf-b8be-9ae2d1bb08f5'),
(35740,32,8428,NULL,2618,6,'2026-01-15 15:47:10','2026-01-15 15:47:10','c6d1083d-f979-49c8-91cb-e0d6fbef6b71'),
(35741,32,8428,NULL,2604,7,'2026-01-15 15:47:10','2026-01-15 15:47:10','7ee94381-f450-4063-a253-b1ac3a9b7223'),
(35742,32,8428,NULL,2608,8,'2026-01-15 15:47:10','2026-01-15 15:47:10','f0a7fb6e-3f5f-46ba-b299-d8e2f75f899c'),
(35743,32,8428,NULL,2596,9,'2026-01-15 15:47:10','2026-01-15 15:47:10','5cb68a63-d9c7-47a1-819d-dcb805ac6442'),
(35744,16,8428,NULL,8034,1,'2026-01-15 15:47:10','2026-01-15 15:47:10','af3677f0-7a7b-4498-ada4-bb568dfa11e5'),
(35747,7,8428,NULL,2974,3,'2026-01-15 15:47:10','2026-01-15 15:47:10','106b44b5-75bd-43e3-8528-7598b29ea831'),
(35748,7,8428,NULL,617,4,'2026-01-15 15:47:10','2026-01-15 15:47:10','4adfaffb-3e84-4b97-93cf-d39438ff843f'),
(35749,7,8428,NULL,605,5,'2026-01-15 15:47:10','2026-01-15 15:47:10','62236214-e486-4c35-9212-ec89d894471f'),
(35750,82,8428,NULL,479,1,'2026-01-15 15:47:10','2026-01-15 15:47:10','01f32962-b9b3-46dc-aeb6-33ab64de8b3c'),
(35751,82,8428,NULL,491,2,'2026-01-15 15:47:10','2026-01-15 15:47:10','51f6ce20-6e84-4e06-a93b-068175ade049'),
(35752,46,8428,NULL,3697,1,'2026-01-15 15:47:10','2026-01-15 15:47:10','4ac4a60e-9c88-4b54-88e4-4e7e5e3dc120'),
(35753,57,8428,NULL,8033,1,'2026-01-15 15:47:10','2026-01-15 15:47:10','aa6c165c-6f1f-4280-9a80-0d8294cecbb4'),
(35754,57,8428,NULL,8032,2,'2026-01-15 15:47:10','2026-01-15 15:47:10','26e005f5-a32e-4eec-b631-a3314602a740'),
(35755,57,8428,NULL,8036,3,'2026-01-15 15:47:10','2026-01-15 15:47:10','2ecd1ea7-f022-426e-bd65-27466df1c700'),
(35756,57,8428,NULL,8035,4,'2026-01-15 15:47:10','2026-01-15 15:47:10','7e15f4ac-7ffd-4b13-97f8-d016d15a00e0'),
(35781,32,8430,NULL,2610,1,'2026-01-15 15:47:22','2026-01-15 15:47:22','da0963e0-00b0-4e3e-af5a-c0e4e6285f19'),
(35782,32,8430,NULL,2598,2,'2026-01-15 15:47:22','2026-01-15 15:47:22','76f0799f-f22e-4d95-899b-acd4213787e9'),
(35783,32,8430,NULL,2600,3,'2026-01-15 15:47:22','2026-01-15 15:47:22','eeb551d7-6c36-4965-9081-83d66e8e9f58'),
(35784,32,8430,NULL,2602,4,'2026-01-15 15:47:22','2026-01-15 15:47:22','e9ceb8c7-9513-4aa0-9e8e-87f287211e2d'),
(35785,32,8430,NULL,2612,5,'2026-01-15 15:47:22','2026-01-15 15:47:22','4f566fc8-625e-4d44-9d98-ae92a643124e'),
(35786,32,8430,NULL,2618,6,'2026-01-15 15:47:22','2026-01-15 15:47:22','8f10ece0-2ff1-4623-bb5d-1d5134f96756'),
(35787,32,8430,NULL,2604,7,'2026-01-15 15:47:22','2026-01-15 15:47:22','a36a3a66-6ee5-4952-bba7-68c8e8dd82c0'),
(35788,32,8430,NULL,2608,8,'2026-01-15 15:47:22','2026-01-15 15:47:22','e32795f6-8fef-4a8b-8dcd-4201ac8b9bbd'),
(35789,32,8430,NULL,2596,9,'2026-01-15 15:47:22','2026-01-15 15:47:22','0210ae2e-2279-4f25-a190-3a2e6a13d2fa'),
(35790,16,8430,NULL,8034,1,'2026-01-15 15:47:22','2026-01-15 15:47:22','f3085930-a972-4c9c-a5d0-d3d3017d87cf'),
(35793,7,8430,NULL,2974,3,'2026-01-15 15:47:22','2026-01-15 15:47:22','fb08b1c8-8e80-44f7-837e-5834c3eb9175'),
(35794,7,8430,NULL,617,4,'2026-01-15 15:47:22','2026-01-15 15:47:22','8aeaa912-37db-45d1-9a3c-03317e94e3e0'),
(35795,7,8430,NULL,605,5,'2026-01-15 15:47:22','2026-01-15 15:47:22','04cbcc93-eacd-46c2-98d7-ce2a677c47f1'),
(35796,82,8430,NULL,479,1,'2026-01-15 15:47:22','2026-01-15 15:47:22','c8e4a980-2e9a-457b-8d27-19412d9a84a3'),
(35797,82,8430,NULL,491,2,'2026-01-15 15:47:22','2026-01-15 15:47:22','3d987951-bc1a-407f-b946-2dc18722ba5b'),
(35798,46,8430,NULL,3697,1,'2026-01-15 15:47:22','2026-01-15 15:47:22','678abd4e-f112-4294-8708-4280f3e84685'),
(35799,57,8430,NULL,8033,1,'2026-01-15 15:47:22','2026-01-15 15:47:22','fabbe6f7-6a35-4de6-8dc5-f3fc15cd2980'),
(35800,57,8430,NULL,8032,2,'2026-01-15 15:47:22','2026-01-15 15:47:22','22850eaf-89f2-480b-8eea-8ffbca2436d3'),
(35801,57,8430,NULL,8036,3,'2026-01-15 15:47:22','2026-01-15 15:47:22','7c22786f-05eb-4ead-9bf2-1b437e16990d'),
(35802,57,8430,NULL,8035,4,'2026-01-15 15:47:22','2026-01-15 15:47:22','1b67b3d5-daf2-4cae-bf48-12389b38dc3b'),
(35812,16,8432,NULL,6530,1,'2026-01-15 15:59:16','2026-01-15 15:59:16','eb687652-38bc-4562-b961-4e25773c3953'),
(35813,57,8432,NULL,8064,1,'2026-01-15 15:59:16','2026-01-15 15:59:16','271685b5-644c-4e99-84b6-922d218e202e'),
(35814,57,8432,NULL,8061,2,'2026-01-15 15:59:16','2026-01-15 15:59:16','be931757-5700-4480-ac29-0a1c200e43ed'),
(35815,57,8432,NULL,8060,3,'2026-01-15 15:59:16','2026-01-15 15:59:16','6678ffce-5d63-49ca-9c85-6c9b8af2ccc7'),
(35816,57,8432,NULL,8063,4,'2026-01-15 15:59:16','2026-01-15 15:59:16','9ca8520a-8573-4869-b0bf-7cf68c2a94ed'),
(35817,57,8432,NULL,8062,5,'2026-01-15 15:59:16','2026-01-15 15:59:16','83465cd2-f366-4726-bcce-a40a24c59a4e'),
(35818,74,8432,NULL,6525,1,'2026-01-15 15:59:16','2026-01-15 15:59:16','709beba0-0427-4fb4-9a0a-331721c47b0a'),
(35842,32,8434,NULL,2614,1,'2026-01-15 16:00:29','2026-01-15 16:00:29','29b8122a-4d9e-45ff-aa5b-52506514ea8c'),
(35843,32,8434,NULL,2610,2,'2026-01-15 16:00:29','2026-01-15 16:00:29','824cd3b4-57d5-4de2-8eb6-20ec68bdbc46'),
(35844,32,8434,NULL,2598,3,'2026-01-15 16:00:29','2026-01-15 16:00:29','244ff6d6-b262-4727-b7c9-58016a0ff6a4'),
(35845,32,8434,NULL,2608,4,'2026-01-15 16:00:29','2026-01-15 16:00:29','db54dea6-8279-4340-bd94-474c47d64a30'),
(35846,32,8434,NULL,2600,5,'2026-01-15 16:00:29','2026-01-15 16:00:29','baad56d7-c68c-4746-8a7f-f53ab4c09435'),
(35847,32,8434,NULL,2596,6,'2026-01-15 16:00:29','2026-01-15 16:00:29','ec9efaa1-0baa-4f8c-9cf1-8a2a26930a7d'),
(35848,32,8434,NULL,2602,7,'2026-01-15 16:00:29','2026-01-15 16:00:29','a34507b6-7c74-480e-8a23-b9cbf31892dc'),
(35849,32,8434,NULL,2606,8,'2026-01-15 16:00:29','2026-01-15 16:00:29','b1363b75-87ed-4a46-8af5-c8186a1ef601'),
(35850,32,8434,NULL,2604,9,'2026-01-15 16:00:29','2026-01-15 16:00:29','811443b1-d77f-4109-8589-76b5458f7b03'),
(35851,16,8434,NULL,8081,1,'2026-01-15 16:00:29','2026-01-15 16:00:29','5fb82ee6-4c62-4ab7-bf70-b977026feb24'),
(35852,7,8434,NULL,601,1,'2026-01-15 16:00:29','2026-01-15 16:00:29','6f8f6d4d-ef9e-4e38-ad0e-e8dc9cf93f42'),
(35853,7,8434,NULL,3468,2,'2026-01-15 16:00:29','2026-01-15 16:00:29','f37a9a29-6273-41d7-b684-8da4d3ec0660'),
(35854,7,8434,NULL,2972,3,'2026-01-15 16:00:29','2026-01-15 16:00:29','cdfebe07-b610-4178-927e-bcf7fab2a5cb'),
(35855,7,8434,NULL,2974,4,'2026-01-15 16:00:29','2026-01-15 16:00:29','25b850a1-8bfe-42e9-8e03-80e3f4f169c4'),
(35856,7,8434,NULL,617,5,'2026-01-15 16:00:29','2026-01-15 16:00:29','3ec6b845-952a-40dc-afcf-d396eced6d5a'),
(35857,7,8434,NULL,605,6,'2026-01-15 16:00:29','2026-01-15 16:00:29','f13559f8-11ca-4e22-8b20-96894cc455b9'),
(35858,46,8434,NULL,2891,1,'2026-01-15 16:00:29','2026-01-15 16:00:29','dc8d801e-f0c7-4945-b434-4820f0e27c48'),
(35859,57,8434,NULL,8082,1,'2026-01-15 16:00:29','2026-01-15 16:00:29','2bb62569-91df-4186-9183-8bcb5b82d831'),
(35860,57,8434,NULL,8085,2,'2026-01-15 16:00:29','2026-01-15 16:00:29','c88a3aa7-19d4-4cf2-bb89-2206566a2870'),
(35861,57,8434,NULL,8086,3,'2026-01-15 16:00:29','2026-01-15 16:00:29','22eed335-9bd5-48f1-a02e-09c33b6d2a2e'),
(35862,57,8434,NULL,8087,4,'2026-01-15 16:00:29','2026-01-15 16:00:29','3c0f60b8-9a68-4ccb-b6fe-7d129ef4288d'),
(35863,13,8434,NULL,6814,1,'2026-01-15 16:00:29','2026-01-15 16:00:29','aa2291e3-12db-47a0-a4b4-c095f915d516'),
(35884,32,8436,NULL,2610,1,'2026-01-15 16:00:41','2026-01-15 16:00:41','84d857d9-fc7f-4e8c-b3c9-59881cc75865'),
(35885,32,8436,NULL,2598,2,'2026-01-15 16:00:41','2026-01-15 16:00:41','15cd4dfc-4ee1-4633-836d-d6cb0d3b44b6'),
(35886,32,8436,NULL,2600,3,'2026-01-15 16:00:41','2026-01-15 16:00:41','2f5ca5a5-0e45-4027-8366-b0863ca783b4'),
(35887,32,8436,NULL,2604,4,'2026-01-15 16:00:41','2026-01-15 16:00:41','e8593546-a8c6-4134-a7a4-abd2a962256e'),
(35888,32,8436,NULL,2608,5,'2026-01-15 16:00:41','2026-01-15 16:00:41','85da8aeb-0173-49cc-87fe-a7e6e426df31'),
(35889,32,8436,NULL,2596,6,'2026-01-15 16:00:41','2026-01-15 16:00:41','ac2d459f-34a7-49c8-b5d8-4001bba08507'),
(35890,32,8436,NULL,2602,7,'2026-01-15 16:00:41','2026-01-15 16:00:41','c7a9f7f6-b943-48a6-826b-c2fd744b7c11'),
(35891,16,8436,NULL,3865,1,'2026-01-15 16:00:41','2026-01-15 16:00:41','815e68d6-ea4a-4511-81e5-527281219f06'),
(35892,7,8436,NULL,601,1,'2026-01-15 16:00:41','2026-01-15 16:00:41','e7172793-0214-4403-9472-4e248197e6d3'),
(35893,7,8436,NULL,3468,2,'2026-01-15 16:00:41','2026-01-15 16:00:41','2163370a-d8de-47b5-a2f1-9ca00c9d3cd2'),
(35894,7,8436,NULL,3093,3,'2026-01-15 16:00:41','2026-01-15 16:00:41','e3439955-5eb5-42e7-97cd-8dd24ef9efb3'),
(35895,7,8436,NULL,617,4,'2026-01-15 16:00:41','2026-01-15 16:00:41','83749732-3596-4a32-a5f9-18efa6bed85d'),
(35896,7,8436,NULL,605,5,'2026-01-15 16:00:41','2026-01-15 16:00:41','ba3bba13-cdb1-420e-96c0-dcb14ee5c288'),
(35897,82,8436,NULL,479,1,'2026-01-15 16:00:41','2026-01-15 16:00:41','e355534e-69bc-4b03-b8c3-79e7f11d2b59'),
(35898,82,8436,NULL,491,2,'2026-01-15 16:00:41','2026-01-15 16:00:41','b5747789-b545-4b36-bbaa-860cc43e13b1'),
(35899,57,8436,NULL,8094,1,'2026-01-15 16:00:41','2026-01-15 16:00:41','c18e3241-8f23-4b81-866c-4e8a4fc28a34'),
(35900,57,8436,NULL,8093,2,'2026-01-15 16:00:41','2026-01-15 16:00:41','d240507b-9b23-4f39-a9fd-0c08477c7258'),
(35901,57,8436,NULL,8095,3,'2026-01-15 16:00:41','2026-01-15 16:00:41','715fd8b0-0a7d-4374-b90b-e679ef8eb8c3'),
(35902,57,8436,NULL,8092,4,'2026-01-15 16:00:41','2026-01-15 16:00:41','6052d529-8e54-4fea-b940-84c8b16d9e3e'),
(35922,32,8438,NULL,2610,1,'2026-01-15 16:02:04','2026-01-15 16:02:04','7d91a5c2-7cac-4f0e-b156-698e6f35d7d9'),
(35923,32,8438,NULL,2598,2,'2026-01-15 16:02:04','2026-01-15 16:02:04','740ebe84-2b57-4249-a9db-519918aeab75'),
(35924,32,8438,NULL,2600,3,'2026-01-15 16:02:04','2026-01-15 16:02:04','113e9e6b-de79-4e3f-a83f-63725e87b36b'),
(35925,32,8438,NULL,2604,4,'2026-01-15 16:02:04','2026-01-15 16:02:04','0a9421ce-b520-4c6d-a21a-4e8143cd9afe'),
(35926,32,8438,NULL,2608,5,'2026-01-15 16:02:04','2026-01-15 16:02:04','d317545e-e079-4b8a-aa0b-5dd2cd4515b2'),
(35927,32,8438,NULL,2596,6,'2026-01-15 16:02:04','2026-01-15 16:02:04','91867d93-3b46-4079-ae68-70da2a3733b2'),
(35928,32,8438,NULL,2602,7,'2026-01-15 16:02:04','2026-01-15 16:02:04','d18d4cfa-c6c3-47d1-9275-5aaa2d540e36'),
(35929,16,8438,NULL,3959,1,'2026-01-15 16:02:04','2026-01-15 16:02:04','35cbdb41-014e-4c59-a772-e0fc3ee118a5'),
(35931,7,8438,NULL,617,2,'2026-01-15 16:02:04','2026-01-15 16:02:04','4689ef72-3011-45e8-8b45-489aaf9ab2be'),
(35932,7,8438,NULL,605,3,'2026-01-15 16:02:04','2026-01-15 16:02:04','fa9b1452-f494-40ec-9632-c3106501485d'),
(35933,82,8438,NULL,479,1,'2026-01-15 16:02:04','2026-01-15 16:02:04','808e98bb-e6dc-4759-8fbc-a1f9a6461bd3'),
(35934,82,8438,NULL,491,2,'2026-01-15 16:02:04','2026-01-15 16:02:04','2455965d-24cb-4e02-b056-7a8373d1eb49'),
(35935,57,8438,NULL,8132,1,'2026-01-15 16:02:04','2026-01-15 16:02:04','6100efc8-9ef4-4685-a8e4-b925e91920df'),
(35936,57,8438,NULL,8136,2,'2026-01-15 16:02:04','2026-01-15 16:02:04','9c446987-1d4e-4e87-9b37-3236bb816e0e'),
(35937,57,8438,NULL,8131,3,'2026-01-15 16:02:04','2026-01-15 16:02:04','c8466619-3b64-4929-a0ba-05c5577dba49'),
(35938,57,8438,NULL,8134,4,'2026-01-15 16:02:04','2026-01-15 16:02:04','c9270354-597e-4ece-8c49-c51bb544634e'),
(35939,57,8438,NULL,8135,5,'2026-01-15 16:02:04','2026-01-15 16:02:04','fe720c1a-3619-4d8f-9781-ecf1ab3755b0'),
(35958,32,8440,NULL,2610,1,'2026-01-15 16:08:31','2026-01-15 16:08:31','0130bc7d-b019-4ac0-b5f6-9bfd52e4921c'),
(35959,32,8440,NULL,2598,2,'2026-01-15 16:08:31','2026-01-15 16:08:31','b603f247-be67-407a-9936-bbb4b31c6459'),
(35960,32,8440,NULL,2600,3,'2026-01-15 16:08:31','2026-01-15 16:08:31','cd97d204-e42c-4f4c-8ff0-083990751f53'),
(35961,32,8440,NULL,2604,4,'2026-01-15 16:08:31','2026-01-15 16:08:31','05554ab2-8463-412e-beab-07b9edda419a'),
(35962,32,8440,NULL,2608,5,'2026-01-15 16:08:31','2026-01-15 16:08:31','ecab62d4-1ea7-4697-bb1b-ef3fac34bae5'),
(35963,32,8440,NULL,2596,6,'2026-01-15 16:08:31','2026-01-15 16:08:31','d2fd777a-cdaa-4455-80fd-0eaa0f4b69dd'),
(35964,32,8440,NULL,2602,7,'2026-01-15 16:08:31','2026-01-15 16:08:31','b178fe70-e66f-40eb-9f42-2140716903df'),
(35965,16,8440,NULL,3959,1,'2026-01-15 16:08:31','2026-01-15 16:08:31','0423a752-8ae5-4cae-8662-16c52697a51c'),
(35967,7,8440,NULL,617,2,'2026-01-15 16:08:31','2026-01-15 16:08:31','f2b46c03-d714-4aa5-88b4-9e26a4751867'),
(35968,7,8440,NULL,605,3,'2026-01-15 16:08:31','2026-01-15 16:08:31','93d1e4a2-f182-4b80-9d9e-b458defb9633'),
(35969,82,8440,NULL,479,1,'2026-01-15 16:08:31','2026-01-15 16:08:31','114452df-d026-4f04-93c2-ac6c970dc570'),
(35970,82,8440,NULL,491,2,'2026-01-15 16:08:31','2026-01-15 16:08:31','c167b29c-b6e1-411d-b21f-025f5da77b6d'),
(35971,57,8440,NULL,8132,1,'2026-01-15 16:08:31','2026-01-15 16:08:31','c9ed34e1-ac1f-4b89-9c81-2e8742511433'),
(35972,57,8440,NULL,8136,2,'2026-01-15 16:08:31','2026-01-15 16:08:31','ff180214-ef69-4de6-9312-3bf9e1cded85'),
(35973,57,8440,NULL,8131,3,'2026-01-15 16:08:31','2026-01-15 16:08:31','c3ac42c2-d407-4062-bf1f-1ca898940c0f'),
(35974,57,8440,NULL,8134,4,'2026-01-15 16:08:31','2026-01-15 16:08:31','ebcd023e-317f-4b70-bac3-6f83093a640d'),
(35975,57,8440,NULL,8135,5,'2026-01-15 16:08:31','2026-01-15 16:08:31','d8e55d10-4508-49ec-9ea7-d87d3161cdc7'),
(35994,32,8442,NULL,2610,1,'2026-01-15 16:11:23','2026-01-15 16:11:23','7056fa9e-af12-4615-a268-3b291ec42107'),
(35995,32,8442,NULL,2598,2,'2026-01-15 16:11:23','2026-01-15 16:11:23','6d08cb81-9f59-4466-a27f-9f1c4102f138'),
(35996,32,8442,NULL,2600,3,'2026-01-15 16:11:23','2026-01-15 16:11:23','f2412278-79ae-49e2-a65e-a7c8ebb15b39'),
(35997,32,8442,NULL,2604,4,'2026-01-15 16:11:23','2026-01-15 16:11:23','f3ea92c9-2905-4145-82ad-7b40cc076d5f'),
(35998,32,8442,NULL,2608,5,'2026-01-15 16:11:23','2026-01-15 16:11:23','5a1dd253-38fc-431d-8ca5-cf02c9720a0d'),
(35999,32,8442,NULL,2596,6,'2026-01-15 16:11:23','2026-01-15 16:11:23','5892f3ec-12ec-4b30-80f5-bc1dbf34cfd1'),
(36000,32,8442,NULL,2602,7,'2026-01-15 16:11:23','2026-01-15 16:11:23','c51ef101-1c66-499a-88e1-bbe40fd18abd'),
(36001,16,8442,NULL,3986,1,'2026-01-15 16:11:23','2026-01-15 16:11:23','8e37ad3a-5684-487e-aff8-95dda5a1dd04'),
(36002,7,8442,NULL,601,1,'2026-01-15 16:11:23','2026-01-15 16:11:23','f2e68c3b-fb37-4d88-a8fe-05754c3dd2c9'),
(36003,7,8442,NULL,3468,2,'2026-01-15 16:11:23','2026-01-15 16:11:23','e24e39ae-d521-4f7a-9217-4a1cd1cae955'),
(36004,7,8442,NULL,617,3,'2026-01-15 16:11:23','2026-01-15 16:11:23','e308f3b1-3d63-4300-9f33-d56aeda2f0e2'),
(36005,7,8442,NULL,605,4,'2026-01-15 16:11:23','2026-01-15 16:11:23','fc6e58b2-824b-4ff2-ba1b-b26794ac9e57'),
(36006,82,8442,NULL,479,1,'2026-01-15 16:11:23','2026-01-15 16:11:23','ab3bac1c-8217-4818-a7b9-7953d05e15b5'),
(36007,82,8442,NULL,491,2,'2026-01-15 16:11:23','2026-01-15 16:11:23','248ceb84-8b45-4c28-a04a-c7a721a3baa8'),
(36008,57,8442,NULL,8141,1,'2026-01-15 16:11:23','2026-01-15 16:11:23','3145d231-dbeb-4e53-83ea-86bb4f52d62b'),
(36009,57,8442,NULL,5129,2,'2026-01-15 16:11:23','2026-01-15 16:11:23','83062800-cd5e-4e95-8eb9-2b6809f6a996'),
(36010,57,8442,NULL,5127,3,'2026-01-15 16:11:23','2026-01-15 16:11:23','88bb8ba7-a933-44bb-b4da-7c177dfdcd22'),
(36011,57,8442,NULL,8142,4,'2026-01-15 16:11:23','2026-01-15 16:11:23','378b69e5-bc86-479b-8412-bcfa08de9a05'),
(36031,32,8444,NULL,2610,1,'2026-01-15 16:11:45','2026-01-15 16:11:45','b4590cbd-b766-4b1e-b11e-8baab8cefce8'),
(36032,32,8444,NULL,2598,2,'2026-01-15 16:11:45','2026-01-15 16:11:45','15a9acf0-9388-4dbd-8dd4-3aa24fc03854'),
(36033,32,8444,NULL,2600,3,'2026-01-15 16:11:45','2026-01-15 16:11:45','bb765c37-51cd-41d6-bb93-7af19ba9b1f3'),
(36034,32,8444,NULL,2604,4,'2026-01-15 16:11:45','2026-01-15 16:11:45','11c9aea8-6e7a-4e09-9cb5-0b27d67c4e84'),
(36035,32,8444,NULL,2614,5,'2026-01-15 16:11:45','2026-01-15 16:11:45','e2cb20cb-870c-4f84-aaa9-b0c4af6dcab8'),
(36036,32,8444,NULL,2608,6,'2026-01-15 16:11:45','2026-01-15 16:11:45','ce28e42b-1b68-4fc5-b837-04aa196887f3'),
(36037,32,8444,NULL,2596,7,'2026-01-15 16:11:45','2026-01-15 16:11:45','bd1842ba-3e7c-421c-b838-c5b0712efddd'),
(36038,32,8444,NULL,2602,8,'2026-01-15 16:11:45','2026-01-15 16:11:45','fbf5b965-9527-492a-bc81-23c181061ec9'),
(36039,16,8444,NULL,4017,1,'2026-01-15 16:11:45','2026-01-15 16:11:45','45d68d97-5995-4050-b904-0056ed30200c'),
(36040,7,8444,NULL,601,1,'2026-01-15 16:11:45','2026-01-15 16:11:45','efb5a46d-7df7-48ac-b3c5-2445e7a1d12e'),
(36042,7,8444,NULL,2972,3,'2026-01-15 16:11:45','2026-01-15 16:11:45','19252032-632c-43fb-8fc8-6e6825b34419'),
(36043,7,8444,NULL,617,4,'2026-01-15 16:11:45','2026-01-15 16:11:45','909646bd-8564-4260-b33f-f7c2cb3bfb70'),
(36044,7,8444,NULL,605,5,'2026-01-15 16:11:45','2026-01-15 16:11:45','a6a54e1c-7cd3-40a8-b6ea-ff347437a834'),
(36045,82,8444,NULL,479,1,'2026-01-15 16:11:45','2026-01-15 16:11:45','0afcbcb4-12bf-4568-926c-2aafc368e31c'),
(36046,57,8444,NULL,8163,1,'2026-01-15 16:11:45','2026-01-15 16:11:45','4fdfa55f-ac30-4241-9eca-5c23e3bb15b8'),
(36047,57,8444,NULL,8162,2,'2026-01-15 16:11:45','2026-01-15 16:11:45','e8f69c95-20bf-4524-8244-aa43c57b5f1e'),
(36048,57,8444,NULL,8164,3,'2026-01-15 16:11:45','2026-01-15 16:11:45','2ae3fa13-8b1d-4783-b8fe-2d09db7493c5'),
(36049,57,8444,NULL,8165,4,'2026-01-15 16:11:45','2026-01-15 16:11:45','bc9a3223-9e02-4b7f-bb57-c607ce915add'),
(36072,32,8446,NULL,2610,1,'2026-01-15 16:13:42','2026-01-15 16:13:42','cd3756ce-f30e-41d9-a704-cec6a839b901'),
(36073,32,8446,NULL,2598,2,'2026-01-15 16:13:42','2026-01-15 16:13:42','0016f9e6-d755-4aae-90e6-124acc4313da'),
(36074,32,8446,NULL,2600,3,'2026-01-15 16:13:42','2026-01-15 16:13:42','293794ce-81f2-4d29-98a9-199fcdf3ef5c'),
(36075,32,8446,NULL,2602,4,'2026-01-15 16:13:42','2026-01-15 16:13:42','3be5230b-8d5b-45a9-88fa-aa6b1c13f574'),
(36076,32,8446,NULL,2604,5,'2026-01-15 16:13:42','2026-01-15 16:13:42','6da87ef3-3114-490d-ae2f-fe1d7afd8765'),
(36077,32,8446,NULL,2608,6,'2026-01-15 16:13:42','2026-01-15 16:13:42','c18ec4b1-5343-4e60-a3f2-d7c947d99593'),
(36078,32,8446,NULL,2596,7,'2026-01-15 16:13:42','2026-01-15 16:13:42','4d561f6a-e449-4725-8ed1-fe415f1929c9'),
(36079,16,8446,NULL,8178,1,'2026-01-15 16:13:42','2026-01-15 16:13:42','94f0a381-1f23-4d7c-a459-41d14168c9d8'),
(36080,7,8446,NULL,601,1,'2026-01-15 16:13:42','2026-01-15 16:13:42','7eeba936-7b15-464b-85c8-b6432eae0b11'),
(36081,7,8446,NULL,3468,2,'2026-01-15 16:13:42','2026-01-15 16:13:42','5e131e42-a91f-432e-9d9d-f2da6380dbcd'),
(36083,7,8446,NULL,2972,4,'2026-01-15 16:13:42','2026-01-15 16:13:42','d5aacb80-7558-4f7a-bcfb-535e13decfb4'),
(36084,7,8446,NULL,2974,5,'2026-01-15 16:13:42','2026-01-15 16:13:42','29c94594-ab7e-4056-b82e-fc00b6bddaad'),
(36085,7,8446,NULL,617,6,'2026-01-15 16:13:42','2026-01-15 16:13:42','27af6360-a916-49ed-b1db-8facf2dada97'),
(36086,7,8446,NULL,605,7,'2026-01-15 16:13:42','2026-01-15 16:13:42','076c717b-ee50-4dec-9454-3c21adb82c7a'),
(36087,82,8446,NULL,479,1,'2026-01-15 16:13:42','2026-01-15 16:13:42','967d6cd5-8d67-43d0-9617-c2f08c06dd03'),
(36088,82,8446,NULL,491,2,'2026-01-15 16:13:42','2026-01-15 16:13:42','2f4d8fce-3bf0-4b86-9010-e33986b47dd8'),
(36089,57,8446,NULL,8175,1,'2026-01-15 16:13:42','2026-01-15 16:13:42','da24a1d2-f5b8-45c3-b3de-9a7571ef028f'),
(36090,57,8446,NULL,8194,2,'2026-01-15 16:13:42','2026-01-15 16:13:42','3350d101-897a-4ddd-9d72-aea8326b65fb'),
(36091,57,8446,NULL,8174,3,'2026-01-15 16:13:42','2026-01-15 16:13:42','269d484f-fcd9-4c62-b58e-42c205d0d7c9'),
(36092,57,8446,NULL,8177,4,'2026-01-15 16:13:42','2026-01-15 16:13:42','2f205e19-2ab8-4de2-a430-f3c5439afce2'),
(36113,32,8448,NULL,2614,1,'2026-01-15 16:14:06','2026-01-15 16:14:06','ca6e7c6d-e245-45e0-8fdd-93fb4e6e6532'),
(36114,32,8448,NULL,2610,2,'2026-01-15 16:14:06','2026-01-15 16:14:06','09a24f71-b1b3-4679-b118-bd147a1dd962'),
(36115,32,8448,NULL,2598,3,'2026-01-15 16:14:06','2026-01-15 16:14:06','50da059e-30e9-43bc-b6a0-f1a21f1ff96a'),
(36116,32,8448,NULL,2600,4,'2026-01-15 16:14:06','2026-01-15 16:14:06','f0d84c8f-8568-47bf-bbbe-d8b353b2e96d'),
(36117,32,8448,NULL,2602,5,'2026-01-15 16:14:06','2026-01-15 16:14:06','22dd77c1-cf39-4fda-af8f-7026eec71992'),
(36118,32,8448,NULL,2612,6,'2026-01-15 16:14:06','2026-01-15 16:14:06','923c68a0-8dea-421d-ba36-f095e13181e0'),
(36119,32,8448,NULL,2604,7,'2026-01-15 16:14:06','2026-01-15 16:14:06','43fc2daa-1811-4b73-b0d4-63a285e2df19'),
(36120,32,8448,NULL,2608,8,'2026-01-15 16:14:06','2026-01-15 16:14:06','34ef8f74-9d9c-495c-8caf-682ed6d4977b'),
(36121,32,8448,NULL,2596,9,'2026-01-15 16:14:06','2026-01-15 16:14:06','800af344-d097-4fed-9963-75bb851c6c42'),
(36122,16,8448,NULL,4083,1,'2026-01-15 16:14:06','2026-01-15 16:14:06','e10d2362-ab39-4b6c-8ab9-1c75ac0fc646'),
(36123,7,8448,NULL,601,1,'2026-01-15 16:14:06','2026-01-15 16:14:06','27c91c05-f599-4026-900a-4bf0762d3b73'),
(36124,7,8448,NULL,617,2,'2026-01-15 16:14:06','2026-01-15 16:14:06','a657c2e4-fcaa-417d-87ac-2f51356144da'),
(36125,7,8448,NULL,605,3,'2026-01-15 16:14:06','2026-01-15 16:14:06','54b8a24f-225a-445d-8fcc-fe3a99ca037d'),
(36126,82,8448,NULL,479,1,'2026-01-15 16:14:06','2026-01-15 16:14:06','2f8a28f0-b61b-4beb-ae13-06337f20941f'),
(36127,57,8448,NULL,5056,1,'2026-01-15 16:14:06','2026-01-15 16:14:06','b8a3e0d8-7b4f-4ac3-94fa-5e050f4ddc72'),
(36128,57,8448,NULL,5055,2,'2026-01-15 16:14:06','2026-01-15 16:14:06','138089ec-ca78-4c70-a29c-fb69df02260d'),
(36129,57,8448,NULL,5057,3,'2026-01-15 16:14:06','2026-01-15 16:14:06','ad70fec7-cf38-49d9-a247-9a8208b70ce2'),
(36130,57,8448,NULL,5058,4,'2026-01-15 16:14:06','2026-01-15 16:14:06','bd81bc2a-1ca6-495d-ae21-a4c82a467ec3'),
(36140,16,8450,NULL,8208,1,'2026-01-15 16:32:55','2026-01-15 16:32:55','edcff3cd-93c0-4d5c-aced-26441f6523ab'),
(36141,57,8450,NULL,8218,1,'2026-01-15 16:32:55','2026-01-15 16:32:55','28ff3b83-ecae-4af3-835e-fe9fdfc30755'),
(36142,57,8450,NULL,8217,2,'2026-01-15 16:32:55','2026-01-15 16:32:55','60bcb06a-a058-443b-8a1e-e3d517dfd41d'),
(36143,57,8450,NULL,8211,3,'2026-01-15 16:32:55','2026-01-15 16:32:55','9969725d-d512-440e-ba54-636631713789'),
(36144,57,8450,NULL,8214,4,'2026-01-15 16:32:55','2026-01-15 16:32:55','5a9839f2-36a7-4562-b7c4-c7e57ecf140a'),
(36145,57,8450,NULL,8213,5,'2026-01-15 16:32:55','2026-01-15 16:32:55','68a3f53b-ed5e-4a44-b84b-6e5e01277fa2'),
(36146,57,8450,NULL,8212,6,'2026-01-15 16:32:55','2026-01-15 16:32:55','366a521a-cdd8-4284-b37c-972b25955380'),
(36147,57,8450,NULL,8215,7,'2026-01-15 16:32:55','2026-01-15 16:32:55','f6b108d4-59a1-481c-8022-8b5a3aaef6c9'),
(36169,32,8452,NULL,2610,1,'2026-01-15 16:34:44','2026-01-15 16:34:44','f8d61a99-2986-4e14-97cc-76bb3f327217'),
(36170,32,8452,NULL,2598,2,'2026-01-15 16:34:44','2026-01-15 16:34:44','72797cf3-4602-4af8-a4df-74a43ceafa63'),
(36171,32,8452,NULL,2600,3,'2026-01-15 16:34:44','2026-01-15 16:34:44','2573a0f4-117b-4949-9dc4-9b95011aced1'),
(36172,32,8452,NULL,2604,4,'2026-01-15 16:34:44','2026-01-15 16:34:44','46a7eb39-560d-4689-9fcf-92e7bdaf60e0'),
(36173,32,8452,NULL,2608,5,'2026-01-15 16:34:44','2026-01-15 16:34:44','744a09bc-9d10-4884-a6fb-31ec72fd39f5'),
(36174,32,8452,NULL,2596,6,'2026-01-15 16:34:44','2026-01-15 16:34:44','b250aee8-ad6a-470f-8f15-92881ed0eb2f'),
(36175,32,8452,NULL,2602,7,'2026-01-15 16:34:44','2026-01-15 16:34:44','0f12ed8f-f6f4-4eea-b0cf-272c276acc5b'),
(36176,16,8452,NULL,4142,1,'2026-01-15 16:34:44','2026-01-15 16:34:44','b391bc5c-f4e0-44a6-9ee1-af2ea166331f'),
(36177,7,8452,NULL,601,1,'2026-01-15 16:34:44','2026-01-15 16:34:44','d27d36cc-c9ff-49c4-80d4-9648e332ff46'),
(36178,7,8452,NULL,3468,2,'2026-01-15 16:34:44','2026-01-15 16:34:44','f6fde958-b617-4b6a-b12a-4bf4c22319d0'),
(36179,7,8452,NULL,2972,3,'2026-01-15 16:34:44','2026-01-15 16:34:44','e7627e1b-667e-4bcd-a126-417b739dfd38'),
(36181,7,8452,NULL,617,5,'2026-01-15 16:34:44','2026-01-15 16:34:44','c383b3bf-a628-4186-9db8-5c168f220ec4'),
(36182,7,8452,NULL,605,6,'2026-01-15 16:34:44','2026-01-15 16:34:44','a69380d5-dc72-4136-a8e0-d6f85905ab12'),
(36183,82,8452,NULL,479,1,'2026-01-15 16:34:44','2026-01-15 16:34:44','4f5374f2-5ccf-4189-a092-3ecc08acf5e5'),
(36184,82,8452,NULL,491,2,'2026-01-15 16:34:44','2026-01-15 16:34:44','f0b1f7e0-0c26-42aa-af23-3dbc9cf58fa7'),
(36185,57,8452,NULL,4955,1,'2026-01-15 16:34:44','2026-01-15 16:34:44','b851844a-705c-4ce7-9d7e-e7d0454127e1'),
(36186,57,8452,NULL,4956,2,'2026-01-15 16:34:44','2026-01-15 16:34:44','22ce267e-e614-430b-982e-4b04078882c6'),
(36187,57,8452,NULL,4957,3,'2026-01-15 16:34:44','2026-01-15 16:34:44','888bb82c-1690-4576-8148-c1ca2fc8dca4'),
(36188,57,8452,NULL,8227,4,'2026-01-15 16:34:44','2026-01-15 16:34:44','a67dbca5-46c8-4066-a050-08bcc6cf4e21'),
(36190,32,8453,NULL,2614,1,'2026-01-15 16:43:48','2026-01-15 16:43:48','ff8803c0-0eec-4524-8cc7-7726d3611f87'),
(36191,32,8453,NULL,2610,2,'2026-01-15 16:43:48','2026-01-15 16:43:48','65651453-1d4d-47c8-8b17-c90e106deb8e'),
(36192,32,8453,NULL,2598,3,'2026-01-15 16:43:48','2026-01-15 16:43:48','f4cf4b20-f327-4ff9-a459-edf358ac7adb'),
(36193,32,8453,NULL,2608,4,'2026-01-15 16:43:48','2026-01-15 16:43:48','6282c280-816b-47fe-9939-70349adafbd1'),
(36194,32,8453,NULL,2600,5,'2026-01-15 16:43:48','2026-01-15 16:43:48','0c224c76-0dae-4c3b-ba28-8178ce234ae7'),
(36195,32,8453,NULL,2596,6,'2026-01-15 16:43:48','2026-01-15 16:43:48','2736a859-916a-4cff-a6f5-ecd6e980d6f9'),
(36196,32,8453,NULL,2602,7,'2026-01-15 16:43:48','2026-01-15 16:43:48','0b9927f9-597a-4af8-adde-0df3412b5924'),
(36197,32,8453,NULL,2606,8,'2026-01-15 16:43:48','2026-01-15 16:43:48','b0ac898e-6007-41c1-aa01-6006e49042cc'),
(36198,32,8453,NULL,2612,9,'2026-01-15 16:43:48','2026-01-15 16:43:48','f3ad8f4e-ac48-4aa0-9b7b-0ec09076372d'),
(36199,32,8453,NULL,2604,10,'2026-01-15 16:43:48','2026-01-15 16:43:48','69de5f9c-68ca-4c72-8386-b1585afecb50'),
(36200,16,8453,NULL,6659,1,'2026-01-15 16:43:48','2026-01-15 16:43:48','b7bb8e81-7857-4f16-9496-2aca48019a27'),
(36201,7,8453,NULL,601,1,'2026-01-15 16:43:48','2026-01-15 16:43:48','79f28b50-b3a5-406e-9522-a7264c4e82d0'),
(36202,7,8453,NULL,6547,2,'2026-01-15 16:43:48','2026-01-15 16:43:48','6fcc191b-b910-4191-be98-4a097b16bc60'),
(36203,7,8453,NULL,2972,3,'2026-01-15 16:43:48','2026-01-15 16:43:48','3675101f-bafb-4aff-b6d6-204489af2d19'),
(36204,7,8453,NULL,2974,4,'2026-01-15 16:43:48','2026-01-15 16:43:48','09050018-6ace-4633-81d5-6612aa953739'),
(36205,7,8453,NULL,617,5,'2026-01-15 16:43:48','2026-01-15 16:43:48','40e94db0-0e00-48fd-87fc-3523dfd2131f'),
(36206,7,8453,NULL,605,6,'2026-01-15 16:43:48','2026-01-15 16:43:48','a0c68cd4-1722-4177-8e94-d8b03d096527'),
(36207,46,8453,NULL,7381,1,'2026-01-15 16:43:48','2026-01-15 16:43:48','b95f71eb-72b4-468b-a393-7651aad5d522'),
(36208,57,8453,NULL,6680,1,'2026-01-15 16:43:48','2026-01-15 16:43:48','5c6fc042-7f8b-48d3-a5bd-0500b8c3ccf7'),
(36209,57,8453,NULL,6681,2,'2026-01-15 16:43:48','2026-01-15 16:43:48','12eecd4a-e919-4a3e-a219-dacf5ee3bebb'),
(36210,57,8453,NULL,6682,3,'2026-01-15 16:43:48','2026-01-15 16:43:48','5b3fc916-ad9a-49d8-afcf-58eca2ce132b'),
(36211,57,8453,NULL,6683,4,'2026-01-15 16:43:48','2026-01-15 16:43:48','28bee218-715f-4f86-95c9-e3a004295f5a'),
(36212,57,8453,NULL,6684,5,'2026-01-15 16:43:48','2026-01-15 16:43:48','160d04ff-bf1c-4352-832a-2a267f2e844b'),
(36222,16,8455,NULL,6640,1,'2026-01-15 16:46:39','2026-01-15 16:46:39','869dad56-94e6-48da-a4dc-4874f5f45c2a'),
(36223,57,8455,NULL,6635,1,'2026-01-15 16:46:39','2026-01-15 16:46:39','816bd6ec-f2c4-459a-94a3-19dc7144739e'),
(36224,57,8455,NULL,6636,2,'2026-01-15 16:46:39','2026-01-15 16:46:39','dcbf9492-939e-4a75-bfad-9a17e2fe78a3'),
(36225,57,8455,NULL,6637,3,'2026-01-15 16:46:39','2026-01-15 16:46:39','b2ad1db9-e7bf-4947-9433-341c5d9f6135'),
(36226,57,8455,NULL,6638,4,'2026-01-15 16:46:39','2026-01-15 16:46:39','c36f97be-dcd4-43d7-9423-bae69ceb5ef1'),
(36227,57,8455,NULL,6639,5,'2026-01-15 16:46:39','2026-01-15 16:46:39','f0582763-1e49-46c1-b750-5345d58cd009'),
(36228,57,8455,NULL,6640,6,'2026-01-15 16:46:39','2026-01-15 16:46:39','81477856-5945-429c-9ae0-57792b434c59'),
(36238,16,8457,NULL,6640,1,'2026-01-15 16:47:41','2026-01-15 16:47:41','9c8b743c-59ba-497d-9f8a-040f579acf6e'),
(36239,57,8457,NULL,6635,1,'2026-01-15 16:47:41','2026-01-15 16:47:41','f11e5c4e-b5a2-4ff5-9530-8c9dffb4792b'),
(36240,57,8457,NULL,6636,2,'2026-01-15 16:47:41','2026-01-15 16:47:41','24cc6e8a-8829-4cb4-b328-7fdd23442e3e'),
(36241,57,8457,NULL,6637,3,'2026-01-15 16:47:41','2026-01-15 16:47:41','af7acc41-0f4f-4195-8442-97d097417fe0'),
(36242,57,8457,NULL,6638,4,'2026-01-15 16:47:41','2026-01-15 16:47:41','0925a44a-ba95-410d-8a0f-256844557c37'),
(36243,57,8457,NULL,6639,5,'2026-01-15 16:47:41','2026-01-15 16:47:41','dde8d44c-0e00-4c1f-9593-ee634c04ff39'),
(36244,57,8457,NULL,6640,6,'2026-01-15 16:47:41','2026-01-15 16:47:41','4e00b189-1457-4319-b906-af58436a1ec9'),
(36258,32,8459,NULL,2614,1,'2026-01-15 16:49:17','2026-01-15 16:49:17','05e882b7-8f5a-4c8d-8d16-950e55f99e30'),
(36259,32,8459,NULL,2610,2,'2026-01-15 16:49:17','2026-01-15 16:49:17','b723a7aa-f1c5-4d1c-a2ee-2f6f668038ad'),
(36260,32,8459,NULL,2598,3,'2026-01-15 16:49:17','2026-01-15 16:49:17','3868bb71-1c13-4b27-ba35-9028d6630835'),
(36261,32,8459,NULL,2608,4,'2026-01-15 16:49:17','2026-01-15 16:49:17','2aecc285-7360-4513-a0b4-54a3d9061201'),
(36262,32,8459,NULL,2624,5,'2026-01-15 16:49:17','2026-01-15 16:49:17','54a933c8-e517-4bab-b15d-505b038cec32'),
(36263,32,8459,NULL,2600,6,'2026-01-15 16:49:17','2026-01-15 16:49:17','725aee82-3e97-4446-bed5-612d7496a991'),
(36264,32,8459,NULL,2596,7,'2026-01-15 16:49:17','2026-01-15 16:49:17','c320907f-a10e-4c5e-b405-5b807f1d0251'),
(36265,32,8459,NULL,2602,8,'2026-01-15 16:49:17','2026-01-15 16:49:17','cce1e490-eb87-4c86-95d2-b7f751993283'),
(36266,32,8459,NULL,2606,9,'2026-01-15 16:49:17','2026-01-15 16:49:17','175c8b72-a375-46d5-a5a9-36884fafc798'),
(36267,32,8459,NULL,2612,10,'2026-01-15 16:49:17','2026-01-15 16:49:17','4ccfb2cc-422f-4dd7-b98f-35a60ee0231e'),
(36268,32,8459,NULL,2604,11,'2026-01-15 16:49:17','2026-01-15 16:49:17','f05f56fc-a058-4185-80c1-1c1bbde23f7e'),
(36269,46,8459,NULL,2891,1,'2026-01-15 16:49:17','2026-01-15 16:49:17','c2d8f1b3-c616-42f3-84ba-413d2b4fa40a'),
(36278,16,8461,NULL,6640,1,'2026-01-15 16:49:36','2026-01-15 16:49:36','2cdf445a-aa04-4d4f-b204-976a845a4a2f'),
(36279,57,8461,NULL,6635,1,'2026-01-15 16:49:36','2026-01-15 16:49:36','c0398519-98d6-436d-8205-6491df1c6e4e'),
(36280,57,8461,NULL,6636,2,'2026-01-15 16:49:36','2026-01-15 16:49:36','e9534562-8eea-4948-b74d-c56ad9149835'),
(36281,57,8461,NULL,6637,3,'2026-01-15 16:49:36','2026-01-15 16:49:36','23518e0b-f6ec-44ab-8978-643bafed4459'),
(36282,57,8461,NULL,6638,4,'2026-01-15 16:49:36','2026-01-15 16:49:36','f3ef10fa-13ad-4144-b72b-f4aa8b1d2d2b'),
(36283,57,8461,NULL,6639,5,'2026-01-15 16:49:36','2026-01-15 16:49:36','790243cf-5291-411c-a0cf-7d4821a3a194'),
(36284,57,8461,NULL,6640,6,'2026-01-15 16:49:36','2026-01-15 16:49:36','ec88baa2-7909-4e25-8edd-0465de37453a'),
(36299,32,8463,NULL,2610,1,'2026-01-15 16:49:52','2026-01-15 16:49:52','0d24fc86-c515-4f8c-82c9-2bb9626b03ee'),
(36300,32,8463,NULL,2598,2,'2026-01-15 16:49:52','2026-01-15 16:49:52','541669f6-02ee-4be8-88ae-ce4897786982'),
(36301,32,8463,NULL,2608,3,'2026-01-15 16:49:52','2026-01-15 16:49:52','98b9c651-ae31-4e08-a95c-587ce34046c6'),
(36302,32,8463,NULL,2600,4,'2026-01-15 16:49:52','2026-01-15 16:49:52','7265ca01-13e4-405e-bd82-5d6c4add28d8'),
(36303,32,8463,NULL,2596,5,'2026-01-15 16:49:52','2026-01-15 16:49:52','e020e0db-dddc-4cfe-be43-f410f423f20f'),
(36304,32,8463,NULL,2602,6,'2026-01-15 16:49:52','2026-01-15 16:49:52','4caf7931-9c84-40c9-9b7a-93a016e9f6ff'),
(36305,32,8463,NULL,2612,7,'2026-01-15 16:49:52','2026-01-15 16:49:52','5c3faf52-d4f2-4d70-aee8-babd140242d9'),
(36306,32,8463,NULL,2618,8,'2026-01-15 16:49:52','2026-01-15 16:49:52','10f266ff-2034-49a3-8d4f-b5e31331d83d'),
(36307,32,8463,NULL,2604,9,'2026-01-15 16:49:52','2026-01-15 16:49:52','0f534a60-8bdd-416e-9035-6aeb208e84d8'),
(36308,82,8463,NULL,479,1,'2026-01-15 16:49:52','2026-01-15 16:49:52','2a0f9899-7ac9-43c8-9ac8-2aae149bb35b'),
(36309,82,8463,NULL,491,2,'2026-01-15 16:49:52','2026-01-15 16:49:52','fc7a5c30-b92e-43c8-a138-a9f6d8b0d705'),
(36310,46,8463,NULL,3697,1,'2026-01-15 16:49:52','2026-01-15 16:49:52','04e7cd57-bca8-4d82-98d5-c9e852214669'),
(36340,32,8465,NULL,2610,1,'2026-01-15 16:50:18','2026-01-15 16:50:18','ece58c03-c2a3-4f91-af3d-db45cccf567a'),
(36341,32,8465,NULL,2598,2,'2026-01-15 16:50:18','2026-01-15 16:50:18','db880409-a94d-4e15-a4ae-0ebc51e1b61f'),
(36342,32,8465,NULL,2624,3,'2026-01-15 16:50:18','2026-01-15 16:50:18','e32a23c8-3a9e-413a-8563-d06168c08037'),
(36343,32,8465,NULL,2600,4,'2026-01-15 16:50:18','2026-01-15 16:50:18','6d6e5c4e-bd36-406c-8b55-e470449280be'),
(36344,32,8465,NULL,2596,5,'2026-01-15 16:50:18','2026-01-15 16:50:18','f6b8e6a5-e867-4a6a-9f87-da1f3588c6d9'),
(36345,32,8465,NULL,2602,6,'2026-01-15 16:50:18','2026-01-15 16:50:18','971b9cc3-dfc2-4c41-bb6b-13dba89a062b'),
(36346,32,8465,NULL,2606,7,'2026-01-15 16:50:18','2026-01-15 16:50:18','656ebed3-130a-49b7-95c2-6c7de0493f1d'),
(36347,32,8465,NULL,2612,8,'2026-01-15 16:50:18','2026-01-15 16:50:18','836f92e0-6ec7-42e2-8f0c-7fe36e382c82'),
(36348,32,8465,NULL,2604,9,'2026-01-15 16:50:18','2026-01-15 16:50:18','341ee98e-3d6a-444c-91ba-7a9cf7733b19'),
(36349,32,8465,NULL,2608,10,'2026-01-15 16:50:18','2026-01-15 16:50:18','28ea1bac-4e31-482e-80ec-4518275dcc89'),
(36350,16,8465,NULL,3058,1,'2026-01-15 16:50:18','2026-01-15 16:50:18','59bcf7e2-3ef7-4dfb-b6d6-253877479ad6'),
(36351,7,8465,NULL,2969,1,'2026-01-15 16:50:18','2026-01-15 16:50:18','34ecd4ed-c686-4e22-8a96-e29ef95e8d74'),
(36352,7,8465,NULL,617,2,'2026-01-15 16:50:18','2026-01-15 16:50:18','1f6d0a84-ed6e-4d7d-98b1-af618d24cb3b'),
(36353,7,8465,NULL,605,3,'2026-01-15 16:50:18','2026-01-15 16:50:18','870c0ded-d292-441a-8e58-2f44649ef25a'),
(36354,82,8465,NULL,491,1,'2026-01-15 16:50:18','2026-01-15 16:50:18','3d97fc56-147b-4f52-886f-158d91f92a45'),
(36355,46,8465,NULL,2891,1,'2026-01-15 16:50:18','2026-01-15 16:50:18','be1a6676-ba64-456c-910e-d25f16f0525a'),
(36356,57,8465,NULL,4927,1,'2026-01-15 16:50:18','2026-01-15 16:50:18','20b6630c-1f82-48e6-abb2-81a9b043a452'),
(36357,57,8465,NULL,7772,2,'2026-01-15 16:50:18','2026-01-15 16:50:18','2120e6af-6b05-4f20-b4ca-adecdcbaff4c'),
(36358,57,8465,NULL,4931,3,'2026-01-15 16:50:18','2026-01-15 16:50:18','05cd0640-edd3-42bb-a917-40f6991112a0'),
(36359,57,8465,NULL,4930,4,'2026-01-15 16:50:18','2026-01-15 16:50:18','9cfa6793-70b2-476d-ad7c-32f826b90f64'),
(36360,57,8465,NULL,4932,5,'2026-01-15 16:50:18','2026-01-15 16:50:18','e393aef9-0aab-4a70-a791-3367a9b364a5'),
(36361,57,8465,NULL,4933,6,'2026-01-15 16:50:18','2026-01-15 16:50:18','04382082-14f9-49b8-b735-f964b984d4cd'),
(36362,57,8465,NULL,4934,7,'2026-01-15 16:50:18','2026-01-15 16:50:18','afc22368-a4e4-44c0-8177-65f4a5e8ebfc'),
(36363,57,8465,NULL,4935,8,'2026-01-15 16:50:18','2026-01-15 16:50:18','fa38ef98-d74f-4d8e-a5c8-34ee68d8d219'),
(36364,57,8465,NULL,7739,9,'2026-01-15 16:50:18','2026-01-15 16:50:18','95ff83b4-cc6b-4b8e-86dd-fecdc5843675'),
(36365,57,8465,NULL,7740,10,'2026-01-15 16:50:18','2026-01-15 16:50:18','7b704b21-a5f7-4bcf-8aa3-25fc0b67b1b0'),
(36366,57,8465,NULL,7741,11,'2026-01-15 16:50:18','2026-01-15 16:50:18','46e79139-aee5-4659-90ab-eb2e4207d845'),
(36390,32,8467,NULL,2610,1,'2026-01-15 16:50:31','2026-01-15 16:50:31','62ae67df-5424-4a0a-854e-3f959f464b38'),
(36391,32,8467,NULL,2598,2,'2026-01-15 16:50:31','2026-01-15 16:50:31','ba9f4feb-1129-473b-9512-2d83cd96a1d5'),
(36392,32,8467,NULL,2600,3,'2026-01-15 16:50:31','2026-01-15 16:50:31','74d38662-54e3-4758-b761-160b29f69ee2'),
(36393,32,8467,NULL,2602,4,'2026-01-15 16:50:31','2026-01-15 16:50:31','cebebf36-72f3-4b87-8ada-a509c7a9008f'),
(36394,32,8467,NULL,2612,5,'2026-01-15 16:50:31','2026-01-15 16:50:31','ab1a7141-9603-40f0-9602-3fac199abfb4'),
(36395,32,8467,NULL,2618,6,'2026-01-15 16:50:31','2026-01-15 16:50:31','a3200ba8-55d5-4264-8c57-7c4850b511d8'),
(36396,32,8467,NULL,2604,7,'2026-01-15 16:50:31','2026-01-15 16:50:31','50f33503-9753-4b29-9d20-d2540664c42c'),
(36397,32,8467,NULL,2608,8,'2026-01-15 16:50:31','2026-01-15 16:50:31','afd75eba-13f1-41ca-acf2-36f0c73ca601'),
(36398,32,8467,NULL,2596,9,'2026-01-15 16:50:31','2026-01-15 16:50:31','93b6a084-7abd-47a1-b1dd-e7687966c614'),
(36399,16,8467,NULL,4639,1,'2026-01-15 16:50:31','2026-01-15 16:50:31','ee701318-3dd6-447a-86e3-83f95a247ac7'),
(36400,7,8467,NULL,2974,1,'2026-01-15 16:50:31','2026-01-15 16:50:31','80b2ce61-fb7e-41d8-acad-669348ec2e8c'),
(36401,7,8467,NULL,617,2,'2026-01-15 16:50:31','2026-01-15 16:50:31','52b69da1-5833-490d-bd24-95f23633b9d9'),
(36402,7,8467,NULL,605,3,'2026-01-15 16:50:31','2026-01-15 16:50:31','7a76de3d-dcbc-4c1b-8e80-e152c82bb2bc'),
(36403,82,8467,NULL,479,1,'2026-01-15 16:50:31','2026-01-15 16:50:31','fe94b1ab-353d-4a5d-9536-6ba3eefdcc71'),
(36404,82,8467,NULL,491,2,'2026-01-15 16:50:31','2026-01-15 16:50:31','a25164f5-6b3e-4aa7-93d8-c61fb632be6f'),
(36405,46,8467,NULL,3697,1,'2026-01-15 16:50:31','2026-01-15 16:50:31','01c12e1c-3444-4a14-b3e2-2de058951db3'),
(36406,57,8467,NULL,5084,1,'2026-01-15 16:50:31','2026-01-15 16:50:31','3a7b7a87-6186-495a-9d63-0cc68311d08d'),
(36407,57,8467,NULL,5085,2,'2026-01-15 16:50:31','2026-01-15 16:50:31','552802ec-0627-44aa-bb00-f873e3e405b4'),
(36408,57,8467,NULL,5086,3,'2026-01-15 16:50:31','2026-01-15 16:50:31','6c36a32e-14e9-4a16-b800-789d34a661c5'),
(36409,57,8467,NULL,5087,4,'2026-01-15 16:50:31','2026-01-15 16:50:31','76b95ac2-d360-4ea1-9064-a0f2b8571910'),
(36410,57,8467,NULL,5088,5,'2026-01-15 16:50:31','2026-01-15 16:50:31','a9037b0a-83a7-40b0-9439-2dd61a733cd3'),
(36421,83,1437,NULL,1431,1,'2026-01-15 18:04:18','2026-01-15 18:04:18','17624f89-3e62-4e79-9ff4-fd467cfad397'),
(36422,83,8469,NULL,1431,1,'2026-01-15 18:04:18','2026-01-15 18:04:18','6ea57926-40a7-435e-9e7f-0149aea1c40a'),
(36423,16,8469,NULL,6640,1,'2026-01-15 18:04:18','2026-01-15 18:04:18','508aa73a-9d3f-47b6-a3dc-3a2c8c69e884'),
(36424,57,8469,NULL,6635,1,'2026-01-15 18:04:18','2026-01-15 18:04:18','49238d34-00fd-4273-ab7f-abf8b482715f'),
(36425,57,8469,NULL,6636,2,'2026-01-15 18:04:18','2026-01-15 18:04:18','f6c56483-fabb-4077-baff-75b89348a1f5'),
(36426,57,8469,NULL,6637,3,'2026-01-15 18:04:18','2026-01-15 18:04:18','861f34cb-9fe5-4acb-9948-052e29a8e1c7'),
(36427,57,8469,NULL,6638,4,'2026-01-15 18:04:18','2026-01-15 18:04:18','d1f60e76-d0f2-4343-bdfe-1bcd55b67129'),
(36428,57,8469,NULL,6639,5,'2026-01-15 18:04:18','2026-01-15 18:04:18','f0cef34a-2b79-4fca-a904-faf83a52e7df'),
(36429,57,8469,NULL,6640,6,'2026-01-15 18:04:18','2026-01-15 18:04:18','61137033-38ef-4dd2-8fed-d872af03a31c'),
(36440,83,8471,NULL,1431,1,'2026-01-15 18:04:21','2026-01-15 18:04:21','90819a0b-3512-4436-9f1f-fcd7a2dd716b'),
(36441,16,8471,NULL,6640,1,'2026-01-15 18:04:21','2026-01-15 18:04:21','55a11e18-45e0-4aa7-bca9-726637b69d68'),
(36442,57,8471,NULL,6635,1,'2026-01-15 18:04:21','2026-01-15 18:04:21','94cb90f8-b081-40c5-9259-9452707694b7'),
(36443,57,8471,NULL,6636,2,'2026-01-15 18:04:21','2026-01-15 18:04:21','ee661670-2cdb-4d4f-bac0-497893a4bada'),
(36444,57,8471,NULL,6637,3,'2026-01-15 18:04:21','2026-01-15 18:04:21','69c25084-46d2-40be-b25c-39b8371874b8'),
(36445,57,8471,NULL,6638,4,'2026-01-15 18:04:21','2026-01-15 18:04:21','33d9142a-ae94-4e48-9939-e5c3d4043373'),
(36446,57,8471,NULL,6639,5,'2026-01-15 18:04:21','2026-01-15 18:04:21','fd1dc472-fc5f-4541-a894-e25a5dccaf84'),
(36447,57,8471,NULL,6640,6,'2026-01-15 18:04:21','2026-01-15 18:04:21','ddc669eb-83b0-4953-9fbe-ed46640c595d'),
(36459,32,8473,NULL,2610,1,'2026-01-15 18:05:05','2026-01-15 18:05:05','4a9fe3fa-6c4c-44a2-a43f-8ef528a1415a'),
(36460,32,8473,NULL,2598,2,'2026-01-15 18:05:05','2026-01-15 18:05:05','b6b676a5-59ff-49ef-a02f-137fc08c9569'),
(36461,32,8473,NULL,2608,3,'2026-01-15 18:05:05','2026-01-15 18:05:05','7916e5c5-fa04-4e90-9443-4fcbb6071e48'),
(36462,32,8473,NULL,2600,4,'2026-01-15 18:05:05','2026-01-15 18:05:05','10975e81-2483-4f98-bd1c-91a069862d3f'),
(36463,32,8473,NULL,2596,5,'2026-01-15 18:05:05','2026-01-15 18:05:05','5e9ffa53-4a96-4676-a327-372f941e2410'),
(36464,32,8473,NULL,2602,6,'2026-01-15 18:05:05','2026-01-15 18:05:05','8e842874-b9db-440d-a9c6-5d772b071dc4'),
(36465,32,8473,NULL,2606,7,'2026-01-15 18:05:05','2026-01-15 18:05:05','1e559c82-350c-4640-a3b3-4057c1df813e'),
(36466,32,8473,NULL,2612,8,'2026-01-15 18:05:05','2026-01-15 18:05:05','dd742df6-4646-423b-8fb7-12d588ad56f6'),
(36467,32,8473,NULL,2604,9,'2026-01-15 18:05:05','2026-01-15 18:05:05','7c4d3872-4337-4f09-8f5f-459e200c8f47'),
(36468,82,8473,NULL,491,1,'2026-01-15 18:05:05','2026-01-15 18:05:05','6f6bf42f-5fe6-4f7a-98c6-52a0e6699649'),
(36480,32,8475,NULL,2614,1,'2026-01-15 18:06:18','2026-01-15 18:06:18','f748167c-59c3-4952-8f97-a18d47a58a54'),
(36481,32,8475,NULL,2610,2,'2026-01-15 18:06:18','2026-01-15 18:06:18','60a459c4-3935-4a4d-b0c5-74999b4b6575'),
(36482,32,8475,NULL,2598,3,'2026-01-15 18:06:18','2026-01-15 18:06:18','99587672-ca52-45e8-b0b5-c0895553398c'),
(36483,32,8475,NULL,2608,4,'2026-01-15 18:06:18','2026-01-15 18:06:18','1a68a0ad-26d6-4f6f-a359-ab14d2d43917'),
(36484,32,8475,NULL,2600,5,'2026-01-15 18:06:18','2026-01-15 18:06:18','5268c773-0416-4cab-ad36-64df380f6a96'),
(36485,32,8475,NULL,2596,6,'2026-01-15 18:06:18','2026-01-15 18:06:18','b3a94fd9-f7f7-4de1-a055-69b3055454df'),
(36486,32,8475,NULL,2602,7,'2026-01-15 18:06:18','2026-01-15 18:06:18','fc1a6d6e-80bc-417c-b483-3269b924a195'),
(36487,32,8475,NULL,2606,8,'2026-01-15 18:06:18','2026-01-15 18:06:18','a1c0d925-5002-4ff4-bf3b-5757bf29d995'),
(36488,32,8475,NULL,2612,9,'2026-01-15 18:06:18','2026-01-15 18:06:18','72a74c74-9f05-41b4-9900-22144734976c'),
(36489,32,8475,NULL,2604,10,'2026-01-15 18:06:18','2026-01-15 18:06:18','ed2e7e06-3a29-4bc3-b29d-2aecce6243cd'),
(36490,46,8475,NULL,7381,1,'2026-01-15 18:06:18','2026-01-15 18:06:18','5617c15f-0ee8-42a2-bb90-dc3c3b29b530'),
(36502,32,8477,NULL,2614,1,'2026-01-15 18:06:35','2026-01-15 18:06:35','2409a8c2-58d2-4fa1-9c2b-9f0e88cba7cd'),
(36503,32,8477,NULL,2610,2,'2026-01-15 18:06:35','2026-01-15 18:06:35','dae08589-3a97-4ac9-aad9-ca0c3b89b79a'),
(36504,32,8477,NULL,2598,3,'2026-01-15 18:06:35','2026-01-15 18:06:35','e4cb8061-b2ef-457d-902c-296affef114f'),
(36505,32,8477,NULL,2608,4,'2026-01-15 18:06:35','2026-01-15 18:06:35','577cf11d-0201-4b58-bd7b-ba3643939dbd'),
(36506,32,8477,NULL,2600,5,'2026-01-15 18:06:35','2026-01-15 18:06:35','ce239e5a-ec14-417c-a8d4-97cd2b7911c1'),
(36507,32,8477,NULL,2596,6,'2026-01-15 18:06:35','2026-01-15 18:06:35','7fe9b371-1b27-4ab8-94d2-4ad09dce8b13'),
(36508,32,8477,NULL,2602,7,'2026-01-15 18:06:35','2026-01-15 18:06:35','7eb5b9e5-7b08-49d4-865d-ced6ab605ff7'),
(36509,32,8477,NULL,2606,8,'2026-01-15 18:06:35','2026-01-15 18:06:35','9fed736b-9abd-4d44-b4c0-105dcc740958'),
(36510,32,8477,NULL,2612,9,'2026-01-15 18:06:35','2026-01-15 18:06:35','6e60bcd9-4240-4298-b8f1-dbd54c412cd7'),
(36511,32,8477,NULL,2604,10,'2026-01-15 18:06:35','2026-01-15 18:06:35','286fbd48-af6b-481f-99a9-80e7a310baac'),
(36512,46,8477,NULL,7381,1,'2026-01-15 18:06:35','2026-01-15 18:06:35','8e61552b-eacb-44c7-9d7d-1be9424edd5c'),
(36529,32,8479,NULL,2610,1,'2026-01-15 18:07:18','2026-01-15 18:07:18','9ceaf646-8c93-4c98-8187-a929ce971c17'),
(36530,32,8479,NULL,2598,2,'2026-01-15 18:07:18','2026-01-15 18:07:18','672ad5b9-d6c0-49ae-b669-a3e1d36072f7'),
(36531,32,8479,NULL,2608,3,'2026-01-15 18:07:18','2026-01-15 18:07:18','4b5b29de-b198-4ab0-8afc-49adf7d1c0f9'),
(36532,32,8479,NULL,2600,4,'2026-01-15 18:07:18','2026-01-15 18:07:18','5eca6e8a-1d1b-464d-9abb-cb41993148b5'),
(36533,32,8479,NULL,2596,5,'2026-01-15 18:07:18','2026-01-15 18:07:18','760e2065-6609-4bd9-9f9f-25b3e56c49c0'),
(36534,32,8479,NULL,2602,6,'2026-01-15 18:07:18','2026-01-15 18:07:18','d988df97-4749-4f7b-8aff-664870f84c2f'),
(36535,32,8479,NULL,2606,7,'2026-01-15 18:07:18','2026-01-15 18:07:18','ed99b137-260c-4d04-acd0-47ef46f28ec8'),
(36536,32,8479,NULL,2612,8,'2026-01-15 18:07:18','2026-01-15 18:07:18','6f06db38-f3af-4981-9bd8-3ba09d92f9b0'),
(36537,32,8479,NULL,2604,9,'2026-01-15 18:07:18','2026-01-15 18:07:18','5a5a75a8-2dea-4341-bd17-b5b96098f069'),
(36538,16,8479,NULL,6422,1,'2026-01-15 18:07:18','2026-01-15 18:07:18','4c3f72da-a9a1-449d-81a8-52d229255e10'),
(36539,7,8479,NULL,601,1,'2026-01-15 18:07:18','2026-01-15 18:07:18','e561b2b6-43bb-47c1-9052-379925596ccd'),
(36540,7,8479,NULL,617,2,'2026-01-15 18:07:18','2026-01-15 18:07:18','5217c164-e0fe-4a4c-8905-7c67b2ab108e'),
(36541,7,8479,NULL,605,3,'2026-01-15 18:07:18','2026-01-15 18:07:18','e38ca27c-cce0-4340-ab09-076b253b3fb6'),
(36542,82,8479,NULL,491,1,'2026-01-15 18:07:18','2026-01-15 18:07:18','4a07b816-f702-4790-93df-c193289227d5'),
(36543,46,8479,NULL,7369,1,'2026-01-15 18:07:18','2026-01-15 18:07:18','e6c5f9fa-35e4-417d-8396-786ab6450cf4'),
(36544,13,8479,NULL,6844,1,'2026-01-15 18:07:18','2026-01-15 18:07:18','cd2e8079-813e-4d4e-87c4-02e1a3f82c07'),
(36557,32,8481,NULL,2610,1,'2026-01-15 18:07:42','2026-01-15 18:07:42','1cb6c81a-d4e5-4f9c-a1d4-384f87846196'),
(36558,32,8481,NULL,2598,2,'2026-01-15 18:07:42','2026-01-15 18:07:42','fb903c95-14dd-4ed3-a114-73abd12613c5'),
(36559,32,8481,NULL,2608,3,'2026-01-15 18:07:42','2026-01-15 18:07:42','0d841f4d-56a9-49d8-9be1-386cfdafd6d3'),
(36560,32,8481,NULL,2600,4,'2026-01-15 18:07:42','2026-01-15 18:07:42','6f2c8340-8e8f-40cd-a385-2583aa64615e'),
(36561,32,8481,NULL,2596,5,'2026-01-15 18:07:42','2026-01-15 18:07:42','9338322c-c801-4b0b-9a15-d2effab02348'),
(36562,32,8481,NULL,2602,6,'2026-01-15 18:07:42','2026-01-15 18:07:42','5825c064-52de-4213-b801-239ea84652b7'),
(36563,32,8481,NULL,2606,7,'2026-01-15 18:07:42','2026-01-15 18:07:42','e5638afd-9169-4051-b553-3b841c890b37'),
(36564,32,8481,NULL,2612,8,'2026-01-15 18:07:42','2026-01-15 18:07:42','48982988-04ec-478b-afd5-6e51968813e6'),
(36565,32,8481,NULL,2604,9,'2026-01-15 18:07:42','2026-01-15 18:07:42','a01e9649-664c-499f-87be-c7afb17c92be'),
(36566,82,8481,NULL,491,1,'2026-01-15 18:07:42','2026-01-15 18:07:42','31148876-2636-4f65-981f-5e8f43fd9e3a'),
(36567,46,8481,NULL,7369,1,'2026-01-15 18:07:42','2026-01-15 18:07:42','78dd46ce-7b66-48ec-b8b2-f9c53200a5e0'),
(36579,32,8483,NULL,2610,1,'2026-01-15 18:10:10','2026-01-15 18:10:10','f34b07cf-57ee-4512-8382-7b5ef6081bf6'),
(36580,32,8483,NULL,2598,2,'2026-01-15 18:10:10','2026-01-15 18:10:10','0310751e-1dc2-44f9-b25a-8ff9ff804e2c'),
(36581,32,8483,NULL,2608,3,'2026-01-15 18:10:10','2026-01-15 18:10:10','426b2e53-6c77-4d7e-9ab9-dd4c5e892cc1'),
(36582,32,8483,NULL,2600,4,'2026-01-15 18:10:10','2026-01-15 18:10:10','cd3b9f9c-a185-4628-9ee5-1bfe86cc9bb7'),
(36583,32,8483,NULL,2596,5,'2026-01-15 18:10:10','2026-01-15 18:10:10','1b02a169-60d6-437a-8473-3c00669586a8'),
(36584,32,8483,NULL,2602,6,'2026-01-15 18:10:10','2026-01-15 18:10:10','01e63099-e503-4c1b-93be-a8d927067edf'),
(36585,32,8483,NULL,2606,7,'2026-01-15 18:10:10','2026-01-15 18:10:10','461272d1-4ef5-4368-96eb-60adcc1dc94e'),
(36586,32,8483,NULL,2612,8,'2026-01-15 18:10:10','2026-01-15 18:10:10','29bad4dc-9dc2-4a0b-8eb7-67d580174a65'),
(36587,32,8483,NULL,2604,9,'2026-01-15 18:10:10','2026-01-15 18:10:10','2ccacb95-821b-4f12-afd8-d3a11b3f6046'),
(36588,82,8483,NULL,491,1,'2026-01-15 18:10:10','2026-01-15 18:10:10','c5aad0b2-2b6a-49ec-9fbb-7d9e15584998'),
(36601,32,8485,NULL,2610,1,'2026-01-15 18:10:31','2026-01-15 18:10:31','4a6f7fd9-60eb-4df3-90f1-eff71137041c'),
(36602,32,8485,NULL,2598,2,'2026-01-15 18:10:31','2026-01-15 18:10:31','99e87b93-0ad1-4f92-bec5-94e36faf2b22'),
(36603,32,8485,NULL,2608,3,'2026-01-15 18:10:31','2026-01-15 18:10:31','19076885-4712-49ac-a2f9-b13118a12488'),
(36604,32,8485,NULL,2600,4,'2026-01-15 18:10:31','2026-01-15 18:10:31','a36f3f6f-5c99-469d-afb6-4ac556519911'),
(36605,32,8485,NULL,2596,5,'2026-01-15 18:10:31','2026-01-15 18:10:31','e623aaec-d865-4a25-a5d6-2c5ca56e6526'),
(36606,32,8485,NULL,2602,6,'2026-01-15 18:10:31','2026-01-15 18:10:31','9d135f88-6217-4824-816f-3d0a41cc0c15'),
(36607,32,8485,NULL,2606,7,'2026-01-15 18:10:31','2026-01-15 18:10:31','4d145e8e-75c9-4970-94f9-125c4345eac8'),
(36608,32,8485,NULL,2612,8,'2026-01-15 18:10:31','2026-01-15 18:10:31','43873580-31ac-47fe-87b7-a586c20a8e13'),
(36609,32,8485,NULL,2604,9,'2026-01-15 18:10:31','2026-01-15 18:10:31','0067e6e9-ef68-40a5-b3ac-09d27701fba9'),
(36610,82,8485,NULL,491,1,'2026-01-15 18:10:31','2026-01-15 18:10:31','b02837c7-8539-4cb0-8992-08d8929dcd86'),
(36611,46,8485,NULL,7369,1,'2026-01-15 18:10:31','2026-01-15 18:10:31','0658c20d-f932-4ed4-b33e-d465ae90e24c'),
(36637,32,8487,NULL,2614,1,'2026-01-15 18:10:49','2026-01-15 18:10:49','3823c52d-f695-4702-affb-ac7b73595268'),
(36638,32,8487,NULL,2610,2,'2026-01-15 18:10:49','2026-01-15 18:10:49','59135057-1482-40af-98ad-932cd96b8677'),
(36639,32,8487,NULL,2598,3,'2026-01-15 18:10:49','2026-01-15 18:10:49','7796abca-6bdb-4c6a-963d-1a4f05d4c19d'),
(36640,32,8487,NULL,2608,4,'2026-01-15 18:10:49','2026-01-15 18:10:49','8d51a7c6-27d6-46cc-b49d-a988edb8fe65'),
(36641,32,8487,NULL,2600,5,'2026-01-15 18:10:49','2026-01-15 18:10:49','6a0a6322-636e-4d8b-a402-04276a8c883e'),
(36642,32,8487,NULL,2596,6,'2026-01-15 18:10:49','2026-01-15 18:10:49','00fe8d49-355c-43e1-b76a-c095a88e169c'),
(36643,32,8487,NULL,2602,7,'2026-01-15 18:10:49','2026-01-15 18:10:49','299491d4-b329-498e-acdf-fbe1c9409229'),
(36644,32,8487,NULL,2606,8,'2026-01-15 18:10:49','2026-01-15 18:10:49','390d5dd4-ac7d-47ef-ac5b-39da15473ce5'),
(36645,32,8487,NULL,2612,9,'2026-01-15 18:10:49','2026-01-15 18:10:49','ac28e47b-a447-4e00-bcc2-656f9556b318'),
(36646,32,8487,NULL,2604,10,'2026-01-15 18:10:49','2026-01-15 18:10:49','8ce9106a-9e34-4082-b7a3-fd806043d422'),
(36647,16,8487,NULL,6659,1,'2026-01-15 18:10:49','2026-01-15 18:10:49','3903db2d-1ec7-4f8b-9e4f-ea7cd70eb32a'),
(36648,7,8487,NULL,601,1,'2026-01-15 18:10:49','2026-01-15 18:10:49','059a75ca-7490-4779-9706-acc340c549dc'),
(36649,7,8487,NULL,6547,2,'2026-01-15 18:10:49','2026-01-15 18:10:49','a77dd4f7-ad3b-44ef-b443-648d0cd201d4'),
(36650,7,8487,NULL,2972,3,'2026-01-15 18:10:49','2026-01-15 18:10:49','b6dadc9d-84f0-4f5c-85da-196755cf4662'),
(36651,7,8487,NULL,2974,4,'2026-01-15 18:10:49','2026-01-15 18:10:49','ec7873df-6893-4b74-8d55-a3b21c1e9681'),
(36652,7,8487,NULL,617,5,'2026-01-15 18:10:49','2026-01-15 18:10:49','ec60e9d0-0e9a-4abf-be19-a8f641226aa2'),
(36653,7,8487,NULL,605,6,'2026-01-15 18:10:49','2026-01-15 18:10:49','184c17b9-1fc0-4050-bbb6-a1d807554da0'),
(36654,46,8487,NULL,7381,1,'2026-01-15 18:10:49','2026-01-15 18:10:49','e07759c8-a9e9-4028-9fda-76c0f555dccc'),
(36655,57,8487,NULL,6680,1,'2026-01-15 18:10:49','2026-01-15 18:10:49','25a5e9e9-5297-42f3-88d5-0f43b40fa33d'),
(36656,57,8487,NULL,6681,2,'2026-01-15 18:10:49','2026-01-15 18:10:49','20dbd26e-f234-432d-8aad-4e45b393e1df'),
(36657,57,8487,NULL,6682,3,'2026-01-15 18:10:49','2026-01-15 18:10:49','f5640810-462e-4aa2-bd09-8e7f3e8348e9'),
(36658,57,8487,NULL,6683,4,'2026-01-15 18:10:49','2026-01-15 18:10:49','f61cb51e-a34f-4a87-a295-752e49f68c43'),
(36659,57,8487,NULL,6684,5,'2026-01-15 18:10:49','2026-01-15 18:10:49','a58c1b3e-906b-4fc3-a4d1-e599751de45e'),
(36670,83,8489,NULL,1431,1,'2026-01-15 18:11:04','2026-01-15 18:11:04','17042ad2-ec73-4afa-a6b2-a36df52f3ef9'),
(36671,16,8489,NULL,6640,1,'2026-01-15 18:11:04','2026-01-15 18:11:04','4431be0f-0dac-4e95-bc64-06e4bf401c7e'),
(36672,57,8489,NULL,6635,1,'2026-01-15 18:11:04','2026-01-15 18:11:04','8d196d49-ba77-442b-8740-1552a29c44f1'),
(36673,57,8489,NULL,6636,2,'2026-01-15 18:11:04','2026-01-15 18:11:04','cddf0b2b-b66c-4c37-b884-57bf00bbc7e3'),
(36674,57,8489,NULL,6637,3,'2026-01-15 18:11:04','2026-01-15 18:11:04','2f4de02f-7139-4989-bd0c-06cf2be35460'),
(36675,57,8489,NULL,6638,4,'2026-01-15 18:11:04','2026-01-15 18:11:04','08cda252-1889-422a-8881-e26ab2d15980'),
(36676,57,8489,NULL,6639,5,'2026-01-15 18:11:04','2026-01-15 18:11:04','33b8414b-8e33-4108-9562-02e8a4ccec8d'),
(36677,57,8489,NULL,6640,6,'2026-01-15 18:11:04','2026-01-15 18:11:04','17590c18-1ba6-4359-a261-c3fb797a4344'),
(36689,32,8491,NULL,2610,1,'2026-01-15 18:11:14','2026-01-15 18:11:14','2316ff4e-0311-49cd-ab49-c58110051de6'),
(36690,32,8491,NULL,2598,2,'2026-01-15 18:11:14','2026-01-15 18:11:14','e7e0d847-e29b-4959-b450-68c0d0150561'),
(36691,32,8491,NULL,2608,3,'2026-01-15 18:11:14','2026-01-15 18:11:14','1cd12ac9-889b-4e89-82f5-fcf6e5401b3c'),
(36692,32,8491,NULL,2600,4,'2026-01-15 18:11:14','2026-01-15 18:11:14','22ce0d27-e084-42e2-9cbd-32fe1cb25cd0'),
(36693,32,8491,NULL,2596,5,'2026-01-15 18:11:14','2026-01-15 18:11:14','3cf799bb-31e3-4ea4-81be-631160b5c54c'),
(36694,32,8491,NULL,2602,6,'2026-01-15 18:11:14','2026-01-15 18:11:14','f7e70034-6f34-48db-bba5-65f0682dd8cc'),
(36695,32,8491,NULL,2606,7,'2026-01-15 18:11:14','2026-01-15 18:11:14','7bd563b8-b84d-45cb-84f2-53249ca9cab6'),
(36696,32,8491,NULL,2612,8,'2026-01-15 18:11:14','2026-01-15 18:11:14','93dff631-b4d6-4990-a366-c373a8cd1cc7'),
(36697,32,8491,NULL,2604,9,'2026-01-15 18:11:14','2026-01-15 18:11:14','72a00098-c670-4946-b248-d38cdfdcb591'),
(36698,82,8491,NULL,491,1,'2026-01-15 18:11:14','2026-01-15 18:11:14','8ea09531-df0b-4dd2-8b8e-edc43c6a662d'),
(36710,32,8493,NULL,2614,1,'2026-01-15 18:11:28','2026-01-15 18:11:28','553b2f73-911b-411a-883a-492c63be16eb'),
(36711,32,8493,NULL,2610,2,'2026-01-15 18:11:28','2026-01-15 18:11:28','74e5323e-314e-4d02-a2ef-b7ea6c27e92c'),
(36712,32,8493,NULL,2598,3,'2026-01-15 18:11:28','2026-01-15 18:11:28','ae7bd111-5a41-40ae-8ba2-52de013bf3cc'),
(36713,32,8493,NULL,2608,4,'2026-01-15 18:11:28','2026-01-15 18:11:28','e565eef3-010b-4f2b-820c-c3604f20d540'),
(36714,32,8493,NULL,2600,5,'2026-01-15 18:11:28','2026-01-15 18:11:28','92e2d0e3-916f-4050-9d44-94ca97dedcc9'),
(36715,32,8493,NULL,2596,6,'2026-01-15 18:11:28','2026-01-15 18:11:28','e8fb263e-af2c-433b-8c9d-69a20112d904'),
(36716,32,8493,NULL,2602,7,'2026-01-15 18:11:28','2026-01-15 18:11:28','c8e89fe3-13fc-449e-82ba-e8923eeb331d'),
(36717,32,8493,NULL,2606,8,'2026-01-15 18:11:28','2026-01-15 18:11:28','ce2eb59f-e50a-4634-84c3-1676def7e53c'),
(36718,32,8493,NULL,2612,9,'2026-01-15 18:11:28','2026-01-15 18:11:28','833e2fed-db08-45e2-b218-4c2ec03ca466'),
(36719,32,8493,NULL,2604,10,'2026-01-15 18:11:28','2026-01-15 18:11:28','f2acff25-7a2c-435c-9f08-6849879e92d7'),
(36720,46,8493,NULL,7381,1,'2026-01-15 18:11:28','2026-01-15 18:11:28','25b40c7d-aade-483b-a361-335a56cff8eb'),
(36733,32,8495,NULL,2610,1,'2026-01-15 18:11:38','2026-01-15 18:11:38','ef63d410-e7fb-437c-ad71-0baafe2b84eb'),
(36734,32,8495,NULL,2598,2,'2026-01-15 18:11:38','2026-01-15 18:11:38','d434d55a-0c2a-4431-a38e-e91e653718dd'),
(36735,32,8495,NULL,2608,3,'2026-01-15 18:11:38','2026-01-15 18:11:38','57cc1134-b5f1-47c9-afd7-7cb7e4ca56e3'),
(36736,32,8495,NULL,2624,4,'2026-01-15 18:11:38','2026-01-15 18:11:38','560ba29e-10cb-4df8-a090-fe062cf20fb1'),
(36737,32,8495,NULL,2600,5,'2026-01-15 18:11:38','2026-01-15 18:11:38','cd9fe9b8-e759-49c4-b551-e74b67fa4fe4'),
(36738,32,8495,NULL,2596,6,'2026-01-15 18:11:38','2026-01-15 18:11:38','05629493-c2f7-452a-8af0-b3008b3d830c'),
(36739,32,8495,NULL,2602,7,'2026-01-15 18:11:38','2026-01-15 18:11:38','a4ea2f6c-fac7-4aed-9400-e426a75d174f'),
(36740,32,8495,NULL,2606,8,'2026-01-15 18:11:38','2026-01-15 18:11:38','647437b9-a819-4700-bdc2-b159ff2a5dc8'),
(36741,32,8495,NULL,2612,9,'2026-01-15 18:11:38','2026-01-15 18:11:38','cba5bb41-fab5-4176-9db4-1266c219895e'),
(36742,32,8495,NULL,2604,10,'2026-01-15 18:11:38','2026-01-15 18:11:38','b3c7f49e-135d-4a01-baff-8c7595a685a8'),
(36743,82,8495,NULL,491,1,'2026-01-15 18:11:38','2026-01-15 18:11:38','ad52c270-8293-4db1-9ebc-03c49e7cbc23'),
(36744,46,8495,NULL,2891,1,'2026-01-15 18:11:38','2026-01-15 18:11:38','742923f0-6765-4b1e-9329-0bcde82603be'),
(36761,32,8497,NULL,2610,1,'2026-01-15 18:11:48','2026-01-15 18:11:48','52d31358-3184-483b-90c7-eaacc1e8d02e'),
(36762,32,8497,NULL,2598,2,'2026-01-15 18:11:48','2026-01-15 18:11:48','19b74bf7-56d8-454a-8d5b-f54fc0fddf1b'),
(36763,32,8497,NULL,2608,3,'2026-01-15 18:11:48','2026-01-15 18:11:48','f00fd001-80d3-4b25-9ee1-3233112dfc39'),
(36764,32,8497,NULL,2600,4,'2026-01-15 18:11:48','2026-01-15 18:11:48','c2a1a234-78f4-49de-86f1-9c3e397eb23f'),
(36765,32,8497,NULL,2596,5,'2026-01-15 18:11:48','2026-01-15 18:11:48','3f741389-68f2-4a50-82d8-c06664d8db4e'),
(36766,32,8497,NULL,2602,6,'2026-01-15 18:11:48','2026-01-15 18:11:48','bb374179-6d6f-4162-863a-bc5e998f310e'),
(36767,32,8497,NULL,2606,7,'2026-01-15 18:11:48','2026-01-15 18:11:48','3e46e354-99c8-4745-9d63-cbed2f0e5b5b'),
(36768,32,8497,NULL,2612,8,'2026-01-15 18:11:48','2026-01-15 18:11:48','b2734472-cba0-4eb8-ba30-ee7d937af573'),
(36769,32,8497,NULL,2604,9,'2026-01-15 18:11:48','2026-01-15 18:11:48','d44d1ec0-20c0-4daa-bf01-df74ff973fc3'),
(36770,16,8497,NULL,6422,1,'2026-01-15 18:11:48','2026-01-15 18:11:48','9f851553-5791-42fb-bb51-24e70bba90d7'),
(36771,7,8497,NULL,601,1,'2026-01-15 18:11:48','2026-01-15 18:11:48','a6709572-a38b-4948-80bb-1147daa466fd'),
(36772,7,8497,NULL,617,2,'2026-01-15 18:11:48','2026-01-15 18:11:48','92326f83-f2cd-4e93-8f7f-b6c47dbd69db'),
(36773,7,8497,NULL,605,3,'2026-01-15 18:11:48','2026-01-15 18:11:48','27133f6b-89bd-4eac-8e31-b460c391a4e6'),
(36774,82,8497,NULL,491,1,'2026-01-15 18:11:48','2026-01-15 18:11:48','5671d5b4-94be-4a01-8a1a-c40850ca7230'),
(36775,46,8497,NULL,7369,1,'2026-01-15 18:11:48','2026-01-15 18:11:48','df36f834-f0ba-49a4-9ed6-77af523ce3ef'),
(36776,13,8497,NULL,6844,1,'2026-01-15 18:11:48','2026-01-15 18:11:48','32e82eb5-f1f8-4e50-bd01-6418145b7157'),
(36789,32,8499,NULL,2610,1,'2026-01-15 18:12:00','2026-01-15 18:12:00','3ff9585e-ee0f-41ab-989b-71739e5d42d0'),
(36790,32,8499,NULL,2598,2,'2026-01-15 18:12:00','2026-01-15 18:12:00','de51fec4-d14e-4fd9-86c5-ec768a938dc6'),
(36791,32,8499,NULL,2608,3,'2026-01-15 18:12:00','2026-01-15 18:12:00','f150f312-bb6a-4e54-beaf-ebcc5d6d6471'),
(36792,32,8499,NULL,2600,4,'2026-01-15 18:12:00','2026-01-15 18:12:00','bcaf6a07-cc2b-45fe-92bd-d0896f129d87'),
(36793,32,8499,NULL,2596,5,'2026-01-15 18:12:00','2026-01-15 18:12:00','0d53eb24-c4a4-4108-ab89-2120174060ff'),
(36794,32,8499,NULL,2602,6,'2026-01-15 18:12:00','2026-01-15 18:12:00','ca6ca429-fb80-41d0-ba0d-984157d0fe6f'),
(36795,32,8499,NULL,2606,7,'2026-01-15 18:12:00','2026-01-15 18:12:00','84d279f0-d441-4951-af19-2bcda7e69875'),
(36796,32,8499,NULL,2612,8,'2026-01-15 18:12:00','2026-01-15 18:12:00','7fe73d0f-1610-4341-abd2-890af8e4f255'),
(36797,32,8499,NULL,2604,9,'2026-01-15 18:12:00','2026-01-15 18:12:00','0b9d66f9-254d-4d16-b4ca-b85069d32950'),
(36798,82,8499,NULL,491,1,'2026-01-15 18:12:00','2026-01-15 18:12:00','ea732efc-33f7-4c70-ada3-6c98b9fd17d7'),
(36799,46,8499,NULL,7369,1,'2026-01-15 18:12:00','2026-01-15 18:12:00','3c78d072-f800-455b-b5da-174da57c3fb4'),
(36814,32,8501,NULL,2598,1,'2026-01-15 18:33:45','2026-01-15 18:33:45','7a457745-c43d-40a9-a908-478c5f3e683c'),
(36815,32,8501,NULL,2608,2,'2026-01-15 18:33:45','2026-01-15 18:33:45','5dca4541-8f5e-4afe-941c-175ad6d44e11'),
(36816,32,8501,NULL,2600,3,'2026-01-15 18:33:45','2026-01-15 18:33:45','b38c0f8c-5e5b-47f6-8d5b-a00c32bfd834'),
(36817,32,8501,NULL,2596,4,'2026-01-15 18:33:45','2026-01-15 18:33:45','2cb7b634-4ed6-4eec-8b1a-4c6ee477f1fc'),
(36818,32,8501,NULL,2602,5,'2026-01-15 18:33:45','2026-01-15 18:33:45','a0881f32-1f5b-4fbe-8c81-30d09a690cfc'),
(36819,32,8501,NULL,2606,6,'2026-01-15 18:33:45','2026-01-15 18:33:45','84771308-b95b-4168-afd4-3834c8c74301'),
(36820,32,8501,NULL,2604,7,'2026-01-15 18:33:45','2026-01-15 18:33:45','d1fe56d8-4343-4d81-ad25-2b78c93c7222'),
(36821,32,8501,NULL,2610,8,'2026-01-15 18:33:45','2026-01-15 18:33:45','e90ab4a5-027f-4119-ab1a-dabef6c28f79'),
(36822,32,8501,NULL,2612,9,'2026-01-15 18:33:45','2026-01-15 18:33:45','459b5641-5363-458f-873f-bcf985d1521b'),
(36823,7,8501,NULL,617,1,'2026-01-15 18:33:45','2026-01-15 18:33:45','8d7fdf5e-509c-410d-b09f-d78ab60b41b9'),
(36824,7,8501,NULL,605,2,'2026-01-15 18:33:45','2026-01-15 18:33:45','28f8c653-c5ae-4e10-9127-1877aa7e6889'),
(36825,82,8501,NULL,491,1,'2026-01-15 18:33:45','2026-01-15 18:33:45','290734f5-86a6-42bc-bae5-c3ec95affc9a'),
(36826,13,8501,NULL,6557,1,'2026-01-15 18:33:45','2026-01-15 18:33:45','191e56a7-7dde-48d4-be05-7e8e8fef4b2f'),
(36840,32,8503,NULL,2598,1,'2026-01-15 18:34:15','2026-01-15 18:34:15','a1e6adc7-a82a-4a01-bf8e-3373c569c741'),
(36841,32,8503,NULL,2608,2,'2026-01-15 18:34:15','2026-01-15 18:34:15','4d592e7f-6491-47eb-9967-74ccda07fbae'),
(36842,32,8503,NULL,2600,3,'2026-01-15 18:34:15','2026-01-15 18:34:15','1e4a2b77-8562-47b2-9640-c74e4e483888'),
(36843,32,8503,NULL,2596,4,'2026-01-15 18:34:15','2026-01-15 18:34:15','b7977401-aa89-45cb-bb23-50ad36afaec9'),
(36844,32,8503,NULL,2602,5,'2026-01-15 18:34:15','2026-01-15 18:34:15','f25a3d1d-3f33-4249-b0cd-3263cd1c2934'),
(36845,32,8503,NULL,2606,6,'2026-01-15 18:34:15','2026-01-15 18:34:15','313ac7de-855b-4282-b4f4-6faa2f512b0f'),
(36846,32,8503,NULL,2604,7,'2026-01-15 18:34:15','2026-01-15 18:34:15','5797d290-8580-4cec-aea5-82a240d24dbe'),
(36847,32,8503,NULL,2610,8,'2026-01-15 18:34:15','2026-01-15 18:34:15','51a477e5-863a-4024-b27a-6a4db8bcbdcc'),
(36848,32,8503,NULL,2612,9,'2026-01-15 18:34:15','2026-01-15 18:34:15','b375b4fb-02ea-4759-856a-ae7996499d73'),
(36849,7,8503,NULL,617,1,'2026-01-15 18:34:15','2026-01-15 18:34:15','8027da15-abc7-4601-bf2e-71f7a5f6a42b'),
(36850,7,8503,NULL,605,2,'2026-01-15 18:34:15','2026-01-15 18:34:15','20c71847-243f-4bb3-af8d-a036dc509157'),
(36851,82,8503,NULL,491,1,'2026-01-15 18:34:15','2026-01-15 18:34:15','1c069d8f-8902-46cb-b681-190d6debcb11'),
(36852,13,8503,NULL,6557,1,'2026-01-15 18:34:15','2026-01-15 18:34:15','46564e1e-3e0f-45c0-9a0f-87d7e8874ba6'),
(36868,32,8505,NULL,2610,1,'2026-01-15 18:34:40','2026-01-15 18:34:40','bf696c6f-0bfb-42ae-bb20-8e241ad063ac'),
(36869,32,8505,NULL,2598,2,'2026-01-15 18:34:40','2026-01-15 18:34:40','fbcb7dc3-e147-4bdf-a873-2c91a5e17a07'),
(36870,32,8505,NULL,2608,3,'2026-01-15 18:34:40','2026-01-15 18:34:40','2b1b00d0-6071-49ba-9e36-a98868a551fb'),
(36871,32,8505,NULL,2624,4,'2026-01-15 18:34:40','2026-01-15 18:34:40','2a5e27fb-8351-4d9a-9d74-99a5f5d55033'),
(36872,32,8505,NULL,2600,5,'2026-01-15 18:34:40','2026-01-15 18:34:40','f326ac0f-19b4-4d56-87cf-61207a57d8d5'),
(36873,32,8505,NULL,2596,6,'2026-01-15 18:34:40','2026-01-15 18:34:40','ab4dcb70-374d-4a33-a4d3-8aae33b6abad'),
(36874,32,8505,NULL,2606,7,'2026-01-15 18:34:40','2026-01-15 18:34:40','d10c26fb-ec10-4399-859b-cc45d7bdb403'),
(36875,32,8505,NULL,2604,8,'2026-01-15 18:34:40','2026-01-15 18:34:40','18df23ab-cd20-4c21-bca4-06231e0447b7'),
(36876,32,8505,NULL,2602,9,'2026-01-15 18:34:40','2026-01-15 18:34:40','619d68ab-40db-4cb6-b9f9-cb48fcb26d6e'),
(36877,32,8505,NULL,2612,10,'2026-01-15 18:34:40','2026-01-15 18:34:40','f87f49c9-ea2b-4a0a-95c5-862e01f1063f'),
(36878,7,8505,NULL,617,1,'2026-01-15 18:34:40','2026-01-15 18:34:40','841b5afa-6480-4b27-a464-e9ad605ae5a6'),
(36879,7,8505,NULL,605,2,'2026-01-15 18:34:40','2026-01-15 18:34:40','664abd19-0fb3-4b0b-8d3a-f360df2f2f4a'),
(36880,82,8505,NULL,491,1,'2026-01-15 18:34:40','2026-01-15 18:34:40','1de75833-f31f-4261-b890-e2b08724a0b7'),
(36881,46,8505,NULL,2891,1,'2026-01-15 18:34:40','2026-01-15 18:34:40','358b27cd-993a-4c79-9e40-9c0bc62c2cfb'),
(36898,32,8507,NULL,2610,1,'2026-01-15 18:35:03','2026-01-15 18:35:03','3c0c1204-1889-41da-8ac8-9fcba73ce348'),
(36899,32,8507,NULL,2598,2,'2026-01-15 18:35:03','2026-01-15 18:35:03','179ef6db-addb-446b-a9ec-215ad294dda2'),
(36900,32,8507,NULL,2608,3,'2026-01-15 18:35:03','2026-01-15 18:35:03','784fa96e-9207-4500-a02a-446000c26f93'),
(36901,32,8507,NULL,2624,4,'2026-01-15 18:35:03','2026-01-15 18:35:03','04c1b7e9-b755-4700-b799-26df3763b4a2'),
(36902,32,8507,NULL,2600,5,'2026-01-15 18:35:03','2026-01-15 18:35:03','42b29e39-5512-4078-a1f6-ead09a1560e6'),
(36903,32,8507,NULL,2596,6,'2026-01-15 18:35:03','2026-01-15 18:35:03','328f6334-b7b2-4838-8f41-e044848d8a24'),
(36904,32,8507,NULL,2606,7,'2026-01-15 18:35:03','2026-01-15 18:35:03','17965088-159e-4a53-9f74-5829a93ac22e'),
(36905,32,8507,NULL,2604,8,'2026-01-15 18:35:03','2026-01-15 18:35:03','2efe6a6a-95b5-4987-8902-292e504e2eb5'),
(36906,32,8507,NULL,2602,9,'2026-01-15 18:35:03','2026-01-15 18:35:03','44531d8d-2b1e-4e7b-a978-f2822b75d5b8'),
(36907,32,8507,NULL,2612,10,'2026-01-15 18:35:03','2026-01-15 18:35:03','5b7e804d-4282-456d-9aed-eaadc5181bac'),
(36908,7,8507,NULL,617,1,'2026-01-15 18:35:03','2026-01-15 18:35:03','f4db802c-3943-4584-b85d-3915c63147ea'),
(36909,7,8507,NULL,605,2,'2026-01-15 18:35:03','2026-01-15 18:35:03','ef6c4b9a-1018-44ec-8c18-91754d4b4dff'),
(36910,82,8507,NULL,491,1,'2026-01-15 18:35:03','2026-01-15 18:35:03','193955f5-e487-4018-bdf3-046ca7ae54ad'),
(36911,46,8507,NULL,2891,1,'2026-01-15 18:35:03','2026-01-15 18:35:03','2da6b7b1-ea70-4413-be39-5443430d589e'),
(36928,32,8509,NULL,2610,1,'2026-01-15 18:35:13','2026-01-15 18:35:13','aaa34b3e-0cd7-498b-9e43-52256123658a'),
(36929,32,8509,NULL,2598,2,'2026-01-15 18:35:13','2026-01-15 18:35:13','27b9f7fb-b970-42b5-ae60-a62b1c955518'),
(36930,32,8509,NULL,2608,3,'2026-01-15 18:35:13','2026-01-15 18:35:13','0971cb5c-b65c-487c-b031-e7c613805b7d'),
(36931,32,8509,NULL,2624,4,'2026-01-15 18:35:13','2026-01-15 18:35:13','61033872-00a5-4738-86d8-7504fed3abc8'),
(36932,32,8509,NULL,2600,5,'2026-01-15 18:35:13','2026-01-15 18:35:13','4d13c972-4d15-4cf0-89a6-186ad912446c'),
(36933,32,8509,NULL,2596,6,'2026-01-15 18:35:13','2026-01-15 18:35:13','e809710b-60fd-4a7e-9fb6-866d3ea89b74'),
(36934,32,8509,NULL,2606,7,'2026-01-15 18:35:13','2026-01-15 18:35:13','aca7d99d-70e4-42e4-87cc-0503cef93526'),
(36935,32,8509,NULL,2604,8,'2026-01-15 18:35:13','2026-01-15 18:35:13','b4341adc-5a7b-4f55-bf21-121470d9fffb'),
(36936,32,8509,NULL,2602,9,'2026-01-15 18:35:13','2026-01-15 18:35:13','b7a43507-302b-4fb8-92e8-38deb7949a1b'),
(36937,32,8509,NULL,2612,10,'2026-01-15 18:35:13','2026-01-15 18:35:13','f2a62a87-7351-4e6f-a9cd-51cba5c553cd'),
(36938,7,8509,NULL,617,1,'2026-01-15 18:35:13','2026-01-15 18:35:13','3ec45807-7e51-4931-a5d1-52aa66f12c7e'),
(36939,7,8509,NULL,605,2,'2026-01-15 18:35:13','2026-01-15 18:35:13','308ae4a5-b943-4501-8f1b-28f95bc3e3d3'),
(36940,82,8509,NULL,491,1,'2026-01-15 18:35:13','2026-01-15 18:35:13','792213ae-501a-45ed-b458-3a62921b1d2a'),
(36941,46,8509,NULL,2891,1,'2026-01-15 18:35:13','2026-01-15 18:35:13','879621b6-fa68-4e54-a23b-d2171c479608'),
(36955,32,8511,NULL,2598,1,'2026-01-15 18:35:33','2026-01-15 18:35:33','1e76b48a-e1a5-4c04-a500-4c4096ede848'),
(36956,32,8511,NULL,2608,2,'2026-01-15 18:35:33','2026-01-15 18:35:33','c2e7d18f-307d-4cbd-b57d-472a9623336f'),
(36957,32,8511,NULL,2600,3,'2026-01-15 18:35:33','2026-01-15 18:35:33','4d36a85e-7f5a-4ee8-b9e7-482f40c985f7'),
(36958,32,8511,NULL,2596,4,'2026-01-15 18:35:33','2026-01-15 18:35:33','ccb866a4-2e17-4d15-afaa-cc3b0c5e976e'),
(36959,32,8511,NULL,2602,5,'2026-01-15 18:35:33','2026-01-15 18:35:33','5127eef0-af11-46a1-84d8-c1753e0e4d07'),
(36960,32,8511,NULL,2606,6,'2026-01-15 18:35:33','2026-01-15 18:35:33','ba4b875e-c287-4fca-b06c-9d7dd91e20b2'),
(36961,32,8511,NULL,2604,7,'2026-01-15 18:35:33','2026-01-15 18:35:33','f7bc18a5-e4fc-4503-b577-6892868b1e78'),
(36962,32,8511,NULL,2610,8,'2026-01-15 18:35:33','2026-01-15 18:35:33','8d3da0eb-a825-4a45-bcc5-3c7d166687b7'),
(36963,32,8511,NULL,2612,9,'2026-01-15 18:35:33','2026-01-15 18:35:33','e4308dcd-44c9-459f-98bd-e98e4250ecf2'),
(36964,7,8511,NULL,617,1,'2026-01-15 18:35:33','2026-01-15 18:35:33','f8f207e6-0d44-4af8-a696-ea640abe27c5'),
(36965,7,8511,NULL,605,2,'2026-01-15 18:35:33','2026-01-15 18:35:33','5262ce8e-0794-4147-945d-698278b03212'),
(36966,82,8511,NULL,491,1,'2026-01-15 18:35:33','2026-01-15 18:35:33','ab0b3224-31d7-45a2-8735-df97d0bbfd4c'),
(36979,32,8513,NULL,2598,1,'2026-01-15 18:46:24','2026-01-15 18:46:24','5409d4fc-7261-403b-9acb-23bcf861faff'),
(36980,32,8513,NULL,2608,2,'2026-01-15 18:46:24','2026-01-15 18:46:24','4e024552-3868-4ed1-813e-4ad23bc21319'),
(36981,32,8513,NULL,2600,3,'2026-01-15 18:46:24','2026-01-15 18:46:24','b3d1a2be-4135-41a9-9318-7eaa42c775c7'),
(36982,32,8513,NULL,2596,4,'2026-01-15 18:46:24','2026-01-15 18:46:24','c320dcd4-9a7c-4c1f-aa92-7f421021987a'),
(36983,32,8513,NULL,2602,5,'2026-01-15 18:46:24','2026-01-15 18:46:24','c7679ba0-68f7-410c-a01d-f09cbd76f453'),
(36984,32,8513,NULL,2606,6,'2026-01-15 18:46:24','2026-01-15 18:46:24','b5c80c1d-00a4-473c-b816-76581c16f758'),
(36985,32,8513,NULL,2604,7,'2026-01-15 18:46:24','2026-01-15 18:46:24','6b979f70-0b2a-416d-b4a8-5eed92d4e649'),
(36986,32,8513,NULL,2610,8,'2026-01-15 18:46:24','2026-01-15 18:46:24','e3f18c59-2a86-44c1-80c7-c88266a7f413'),
(36987,32,8513,NULL,2612,9,'2026-01-15 18:46:24','2026-01-15 18:46:24','0f351aac-b62b-45ed-8eb0-45c57c5faa34'),
(36988,7,8513,NULL,617,1,'2026-01-15 18:46:24','2026-01-15 18:46:24','ae20f13f-c903-4530-a81f-84a68f8af209'),
(36989,7,8513,NULL,605,2,'2026-01-15 18:46:24','2026-01-15 18:46:24','61757b17-2d8a-46c4-a982-1f553f91cd9d'),
(36990,82,8513,NULL,491,1,'2026-01-15 18:46:24','2026-01-15 18:46:24','6d2ae127-413a-423c-9800-e33217b3a110'),
(37037,32,8519,NULL,2610,1,'2026-01-15 19:58:24','2026-01-15 19:58:24','39a37a5b-4dc1-4f25-83cb-a4342289d7d1'),
(37038,32,8519,NULL,2598,2,'2026-01-15 19:58:24','2026-01-15 19:58:24','b6b4066d-54f9-44be-b597-6e0ecbcb762b'),
(37039,32,8519,NULL,2600,3,'2026-01-15 19:58:24','2026-01-15 19:58:24','f98386e6-7f4d-482a-9c08-ec6e066e878d'),
(37040,32,8519,NULL,2604,4,'2026-01-15 19:58:24','2026-01-15 19:58:24','0a9c57e4-e515-4c9c-977c-287ba7db74b1'),
(37041,16,8519,NULL,3374,1,'2026-01-15 19:58:24','2026-01-15 19:58:24','5d0f910e-c8c9-4757-9810-2d9f90892203'),
(37042,7,8519,NULL,2969,1,'2026-01-15 19:58:24','2026-01-15 19:58:24','b1d758e7-5661-4bfe-90c5-671c9f16901e'),
(37044,7,8519,NULL,617,3,'2026-01-15 19:58:24','2026-01-15 19:58:24','d5974b53-8226-4d69-be6a-1ca1968ac83e'),
(37045,7,8519,NULL,605,4,'2026-01-15 19:58:24','2026-01-15 19:58:24','ff099aca-6252-4490-a55a-6c14cdf03fbd'),
(37046,82,8519,NULL,469,1,'2026-01-15 19:58:24','2026-01-15 19:58:24','277de109-2008-4ab8-a9e8-c7f55d4ed27b'),
(37047,82,8519,NULL,475,2,'2026-01-15 19:58:24','2026-01-15 19:58:24','c737e4d8-1efc-4fc4-8e2a-75e15bbdb501'),
(37048,82,8519,NULL,479,3,'2026-01-15 19:58:24','2026-01-15 19:58:24','0cb94b9e-a0e8-48ab-88f8-4a121dfee4a2'),
(37049,82,8519,NULL,491,4,'2026-01-15 19:58:24','2026-01-15 19:58:24','7a6c0e16-863b-4c4a-a2e8-74692eb5c3ff'),
(37050,57,8519,NULL,3362,1,'2026-01-15 19:58:24','2026-01-15 19:58:24','500d8665-7089-4b1e-bad2-c28e3ad3f1ec'),
(37051,57,8519,NULL,3363,2,'2026-01-15 19:58:24','2026-01-15 19:58:24','4dd149b8-31bf-4a42-93a8-210d1fbd886b'),
(37052,57,8519,NULL,3364,3,'2026-01-15 19:58:24','2026-01-15 19:58:24','1a2820d6-3164-4ec7-a4d0-bf120ee36173'),
(37053,57,8519,NULL,3365,4,'2026-01-15 19:58:24','2026-01-15 19:58:24','8773cc7b-a774-45f4-94b3-47e169094978'),
(37054,57,8519,NULL,3366,5,'2026-01-15 19:58:24','2026-01-15 19:58:24','5bc8b5cb-338f-46cf-a5d9-1187ea436877'),
(37055,57,8519,NULL,3367,6,'2026-01-15 19:58:24','2026-01-15 19:58:24','9251e4f2-775e-4950-a2d0-02fb238bac7b'),
(37056,57,8519,NULL,3368,7,'2026-01-15 19:58:24','2026-01-15 19:58:24','b7faf485-1d81-4fec-a2a6-afdddd8442b6'),
(37057,57,8519,NULL,3369,8,'2026-01-15 19:58:24','2026-01-15 19:58:24','59212727-ceee-4b97-8eb1-33ae59bb44d1'),
(37058,57,8519,NULL,3370,9,'2026-01-15 19:58:24','2026-01-15 19:58:24','73a5677c-6cdf-49c7-93be-e3e208733b18'),
(37059,57,8519,NULL,3371,10,'2026-01-15 19:58:24','2026-01-15 19:58:24','01dff27b-80af-40ec-9793-7aa90df73455'),
(37060,57,8519,NULL,3372,11,'2026-01-15 19:58:24','2026-01-15 19:58:24','0e73a270-0c72-4490-9654-2d033b6a7a75'),
(37061,57,8519,NULL,3373,12,'2026-01-15 19:58:24','2026-01-15 19:58:24','04daf615-1840-4263-9ece-70b69ecb56bb'),
(37062,57,8519,NULL,3374,13,'2026-01-15 19:58:24','2026-01-15 19:58:24','7dd6c783-b2cc-4269-a2c7-6ca2c23fc025'),
(37063,72,8519,NULL,548,1,'2026-01-15 19:58:24','2026-01-15 19:58:24','3aefebd7-09d4-4f88-a64d-0e38bc3cf774'),
(37091,32,8523,NULL,2610,1,'2026-01-15 19:58:33','2026-01-15 19:58:33','3fbbddc6-8b3f-4bc1-9f6b-03b170e7e3b4'),
(37092,32,8523,NULL,2598,2,'2026-01-15 19:58:33','2026-01-15 19:58:33','0ce65f22-a85f-496e-8079-b7dc84103bb7'),
(37093,32,8523,NULL,2600,3,'2026-01-15 19:58:33','2026-01-15 19:58:33','1dc22b0f-ca85-4d6e-9181-94f2787185eb'),
(37094,32,8523,NULL,2604,4,'2026-01-15 19:58:33','2026-01-15 19:58:33','9ff28a6f-c97f-44eb-b2a7-421bb2c83533'),
(37095,16,8523,NULL,3374,1,'2026-01-15 19:58:33','2026-01-15 19:58:33','a5e4980e-9681-4aed-b7a5-477039263007'),
(37096,7,8523,NULL,2969,1,'2026-01-15 19:58:33','2026-01-15 19:58:33','2dee7c12-3aa1-4e24-9419-29feb3481902'),
(37098,7,8523,NULL,617,3,'2026-01-15 19:58:33','2026-01-15 19:58:33','f2a266df-8eca-4cdd-8b0b-0819529bd4ff'),
(37099,7,8523,NULL,605,4,'2026-01-15 19:58:33','2026-01-15 19:58:33','21540fd6-0618-4383-8d3b-6f13067f2e28'),
(37100,82,8523,NULL,469,1,'2026-01-15 19:58:33','2026-01-15 19:58:33','a86a9b2e-48c8-4837-9b35-4b22133357a7'),
(37101,82,8523,NULL,475,2,'2026-01-15 19:58:33','2026-01-15 19:58:33','43cbb10b-7c38-481a-864f-1244bbfc2834'),
(37102,82,8523,NULL,479,3,'2026-01-15 19:58:33','2026-01-15 19:58:33','c38a6c2e-4f5e-4c06-ac34-edc13b39d0f0'),
(37103,82,8523,NULL,491,4,'2026-01-15 19:58:33','2026-01-15 19:58:33','0a513383-9efd-4130-9e1b-0837df670c16'),
(37104,57,8523,NULL,3362,1,'2026-01-15 19:58:33','2026-01-15 19:58:33','df89e75d-de2d-4822-a399-0b248cc44d49'),
(37105,57,8523,NULL,3363,2,'2026-01-15 19:58:33','2026-01-15 19:58:33','286af278-29aa-47b3-83b3-f1c4831dd762'),
(37106,57,8523,NULL,3364,3,'2026-01-15 19:58:33','2026-01-15 19:58:33','9a0a018a-961c-49c1-92d6-bd6027945624'),
(37107,57,8523,NULL,3365,4,'2026-01-15 19:58:33','2026-01-15 19:58:33','eb15563b-32b7-43f5-8437-c48d25361b6a'),
(37108,57,8523,NULL,3366,5,'2026-01-15 19:58:33','2026-01-15 19:58:33','8d55fda2-6e7b-4ac8-a571-be3955088fc2'),
(37109,57,8523,NULL,3367,6,'2026-01-15 19:58:33','2026-01-15 19:58:33','0f263ed1-69ef-4fe6-bf55-8cacad6fa154'),
(37110,57,8523,NULL,3368,7,'2026-01-15 19:58:33','2026-01-15 19:58:33','d5b40fde-3c17-4b58-b7d1-d11630e2d0fc'),
(37111,57,8523,NULL,3369,8,'2026-01-15 19:58:33','2026-01-15 19:58:33','07756c2f-0d5c-4a87-9c2a-36f0ba53709f'),
(37112,57,8523,NULL,3370,9,'2026-01-15 19:58:33','2026-01-15 19:58:33','d52d95bf-ea0e-4864-9cb1-6a13b34c1ccb'),
(37113,57,8523,NULL,3371,10,'2026-01-15 19:58:33','2026-01-15 19:58:33','3599cf76-68ca-4f9f-9180-7d4c866d1b3d'),
(37114,57,8523,NULL,3372,11,'2026-01-15 19:58:33','2026-01-15 19:58:33','e31c9b9b-2fed-4539-9e56-2401b389b4da'),
(37115,57,8523,NULL,3373,12,'2026-01-15 19:58:33','2026-01-15 19:58:33','ce5f5264-e91c-4db7-9f72-b0f1d3a90d97'),
(37116,57,8523,NULL,3374,13,'2026-01-15 19:58:33','2026-01-15 19:58:33','5be0a531-bdba-4142-92f3-6fe0e58ca50f'),
(37117,72,8523,NULL,548,1,'2026-01-15 19:58:33','2026-01-15 19:58:33','c14e51ac-ed90-48ee-adaa-52eee493e7d1'),
(37145,32,8528,NULL,2610,1,'2026-01-15 19:59:47','2026-01-15 19:59:47','aa486305-40f0-4211-81bd-678b73e7ddff'),
(37146,32,8528,NULL,2598,2,'2026-01-15 19:59:47','2026-01-15 19:59:47','37d245bd-bfba-44d3-ae43-3eb507b261f1'),
(37147,32,8528,NULL,2600,3,'2026-01-15 19:59:47','2026-01-15 19:59:47','7f7fc798-5770-47af-a3df-12df93ec4ddf'),
(37148,32,8528,NULL,2604,4,'2026-01-15 19:59:47','2026-01-15 19:59:47','61ee3ca0-8bbb-4c7f-b26d-3d7c36f1ae5a'),
(37149,16,8528,NULL,3374,1,'2026-01-15 19:59:47','2026-01-15 19:59:47','f393c4e1-8727-4a37-a7dd-6d88716d56fe'),
(37150,7,8528,NULL,2969,1,'2026-01-15 19:59:47','2026-01-15 19:59:47','e0149397-941e-4772-8031-f0405f71f828'),
(37152,7,8528,NULL,617,3,'2026-01-15 19:59:47','2026-01-15 19:59:47','3de2a5a7-20e9-442b-961f-1b9581356f0f'),
(37153,7,8528,NULL,605,4,'2026-01-15 19:59:47','2026-01-15 19:59:47','fe8b912d-cb57-48fc-8b6f-446f1cae2a26'),
(37154,82,8528,NULL,469,1,'2026-01-15 19:59:47','2026-01-15 19:59:47','814db740-3f89-4949-906e-7f9bc6d32d40'),
(37155,82,8528,NULL,475,2,'2026-01-15 19:59:47','2026-01-15 19:59:47','493b71e2-a60d-4a48-bd14-6f31040cc153'),
(37156,82,8528,NULL,479,3,'2026-01-15 19:59:47','2026-01-15 19:59:47','904f7b41-6455-42ff-8192-51771db25bd4'),
(37157,82,8528,NULL,491,4,'2026-01-15 19:59:47','2026-01-15 19:59:47','ecdfdae5-8e91-4f24-84ba-929365de8aa8'),
(37158,57,8528,NULL,3362,1,'2026-01-15 19:59:47','2026-01-15 19:59:47','3750324a-84a9-4704-8c45-38001ba2dcb6'),
(37159,57,8528,NULL,3363,2,'2026-01-15 19:59:47','2026-01-15 19:59:47','b08eddae-8c05-44c1-b64c-9a215aeaf2ec'),
(37160,57,8528,NULL,3364,3,'2026-01-15 19:59:47','2026-01-15 19:59:47','3c53a1d5-42ba-4fc2-bd33-21f325226e31'),
(37161,57,8528,NULL,3365,4,'2026-01-15 19:59:47','2026-01-15 19:59:47','7a0f42e0-4164-4cc8-822c-279f896b35e5'),
(37162,57,8528,NULL,3366,5,'2026-01-15 19:59:47','2026-01-15 19:59:47','ff1bb24e-81b2-476f-9c0e-b6d1e0313ead'),
(37163,57,8528,NULL,3367,6,'2026-01-15 19:59:47','2026-01-15 19:59:47','ab56acfa-c136-45b4-bef2-5e1b915af045'),
(37164,57,8528,NULL,3368,7,'2026-01-15 19:59:47','2026-01-15 19:59:47','d3e563c6-a71d-4e52-87f2-8bf562dcaa3c'),
(37165,57,8528,NULL,3369,8,'2026-01-15 19:59:47','2026-01-15 19:59:47','782d3505-7642-45ca-ae49-eea3013945b1'),
(37166,57,8528,NULL,3370,9,'2026-01-15 19:59:47','2026-01-15 19:59:47','f9080700-06bc-4f02-92de-9aa1b372c4f2'),
(37167,57,8528,NULL,3371,10,'2026-01-15 19:59:47','2026-01-15 19:59:47','4c4aaccc-20cb-4fe5-ba99-57119a45de7a'),
(37168,57,8528,NULL,3372,11,'2026-01-15 19:59:47','2026-01-15 19:59:47','88dd2da6-e992-4138-99b1-6a156d35f5e0'),
(37169,57,8528,NULL,3373,12,'2026-01-15 19:59:47','2026-01-15 19:59:47','20fa42a4-6477-48c2-aa72-d7a75fa73656'),
(37170,57,8528,NULL,3374,13,'2026-01-15 19:59:47','2026-01-15 19:59:47','96b93ab9-e433-4b68-8e66-a6187c393b6a'),
(37171,72,8528,NULL,548,1,'2026-01-15 19:59:47','2026-01-15 19:59:47','60b3a237-c79e-4cd8-b57f-c468c00b9d16'),
(37180,32,8537,NULL,2610,1,'2026-01-15 20:12:12','2026-01-15 20:12:12','0fa8de03-f62e-4fcb-867a-341b36d5d155'),
(37181,32,8537,NULL,2598,2,'2026-01-15 20:12:12','2026-01-15 20:12:12','2177a392-429c-4014-a070-8d6120c93704'),
(37182,32,8537,NULL,2600,3,'2026-01-15 20:12:12','2026-01-15 20:12:12','4156819f-fdd9-496b-902b-40dc0d77e122'),
(37183,32,8537,NULL,2604,4,'2026-01-15 20:12:12','2026-01-15 20:12:12','ddc6559a-4de3-45e9-9799-e9a58f941eed'),
(37184,82,8537,NULL,469,1,'2026-01-15 20:12:12','2026-01-15 20:12:12','466f8cff-3793-4891-9b49-a54526aea6b7'),
(37185,82,8537,NULL,475,2,'2026-01-15 20:12:12','2026-01-15 20:12:12','26efbc6e-c0e8-4930-9a89-63c8c511b456'),
(37186,82,8537,NULL,479,3,'2026-01-15 20:12:12','2026-01-15 20:12:12','5159a079-f47f-4734-b242-9a472853e38b'),
(37187,82,8537,NULL,491,4,'2026-01-15 20:12:12','2026-01-15 20:12:12','1106ade1-7a9f-4bc1-804b-1d785e22a994'),
(37243,32,8543,NULL,2610,1,'2026-01-15 20:20:56','2026-01-15 20:20:56','6c1df04a-a29f-4863-ba8b-b1f118c09098'),
(37244,32,8543,NULL,2598,2,'2026-01-15 20:20:56','2026-01-15 20:20:56','d37ab8c1-78c9-44f4-8572-a95719ec3a56'),
(37245,32,8543,NULL,2624,3,'2026-01-15 20:20:56','2026-01-15 20:20:56','8223b25f-59e8-476b-8ae4-d48c943e2037'),
(37246,32,8543,NULL,2600,4,'2026-01-15 20:20:56','2026-01-15 20:20:56','550eca35-6f6a-4833-a92c-8fc2221ab63d'),
(37247,32,8543,NULL,2596,5,'2026-01-15 20:20:56','2026-01-15 20:20:56','7329d6fa-b36e-4190-80af-2dd7ee86ad42'),
(37248,32,8543,NULL,2602,6,'2026-01-15 20:20:56','2026-01-15 20:20:56','8d40d7de-ba39-4d6e-b5e5-95211d7f1f41'),
(37249,32,8543,NULL,2606,7,'2026-01-15 20:20:56','2026-01-15 20:20:56','ce61ab25-7c3a-4a6a-aae0-5704287d98d2'),
(37250,32,8543,NULL,2612,8,'2026-01-15 20:20:56','2026-01-15 20:20:56','e29fbb75-057c-4172-b3d4-8784362a9275'),
(37251,32,8543,NULL,2604,9,'2026-01-15 20:20:56','2026-01-15 20:20:56','62badb89-2e46-4f41-b6a1-0acc4d4e7285'),
(37252,32,8543,NULL,2608,10,'2026-01-15 20:20:56','2026-01-15 20:20:56','d0874fd9-5e16-4a5f-b29a-2df9149e86a7'),
(37253,16,8543,NULL,3058,1,'2026-01-15 20:20:56','2026-01-15 20:20:56','90db7d98-e0f2-4a6e-84bd-3a60d6c021b0'),
(37254,7,8543,NULL,2969,1,'2026-01-15 20:20:56','2026-01-15 20:20:56','9cfcd5b5-081e-4973-bb19-a6d82c5372a3'),
(37255,7,8543,NULL,617,2,'2026-01-15 20:20:56','2026-01-15 20:20:56','19bebe56-902c-4908-bed6-2a66ce70802c'),
(37256,7,8543,NULL,605,3,'2026-01-15 20:20:56','2026-01-15 20:20:56','0a4e0479-c11c-4550-bbfe-01633edf15f9'),
(37257,82,8543,NULL,491,1,'2026-01-15 20:20:56','2026-01-15 20:20:56','023dc7e2-40da-4995-927c-35ced912b504'),
(37258,46,8543,NULL,2891,1,'2026-01-15 20:20:56','2026-01-15 20:20:56','ece111fc-d1ef-4d4e-b186-6e5bfc184029'),
(37259,57,8543,NULL,4927,1,'2026-01-15 20:20:56','2026-01-15 20:20:56','932645e8-4734-4341-b1dc-7a11d5f8cd8e'),
(37260,57,8543,NULL,7772,2,'2026-01-15 20:20:56','2026-01-15 20:20:56','76be7fa0-0809-4eae-a737-00ce7bfc28c3'),
(37261,57,8543,NULL,4931,3,'2026-01-15 20:20:56','2026-01-15 20:20:56','9994d329-7b44-468d-a002-11f04ff19538'),
(37262,57,8543,NULL,4930,4,'2026-01-15 20:20:56','2026-01-15 20:20:56','ff665aee-522c-4087-8d04-9617aff78e9d'),
(37263,57,8543,NULL,4932,5,'2026-01-15 20:20:56','2026-01-15 20:20:56','b0459a01-8ef6-4b2a-818c-f3c39f8c5a58'),
(37264,57,8543,NULL,4933,6,'2026-01-15 20:20:56','2026-01-15 20:20:56','c9f98ec6-6ca5-4148-a6fb-c626f6157ee0'),
(37265,57,8543,NULL,4934,7,'2026-01-15 20:20:56','2026-01-15 20:20:56','6dcb1f37-729c-4f5f-8cca-10b79ff966ed'),
(37266,57,8543,NULL,4935,8,'2026-01-15 20:20:56','2026-01-15 20:20:56','c03a9221-16c9-49a0-b93a-b33e7464e4ec'),
(37267,57,8543,NULL,7739,9,'2026-01-15 20:20:56','2026-01-15 20:20:56','6c26f914-db81-41c6-b26b-2246bcc08327'),
(37268,57,8543,NULL,7740,10,'2026-01-15 20:20:56','2026-01-15 20:20:56','ff802813-6c5c-4a22-9ff6-f7f7f72baac3'),
(37269,57,8543,NULL,7741,11,'2026-01-15 20:20:56','2026-01-15 20:20:56','fb8d83d4-5cb7-449b-85b2-8af73943ec69'),
(37295,32,8545,NULL,2610,1,'2026-01-15 20:23:17','2026-01-15 20:23:17','3423924b-58d9-4230-8d27-1a66ed65c67d'),
(37296,32,8545,NULL,2598,2,'2026-01-15 20:23:17','2026-01-15 20:23:17','111d825a-eef0-4f02-931f-e3deae3dad04'),
(37297,32,8545,NULL,2608,3,'2026-01-15 20:23:17','2026-01-15 20:23:17','fb319b7a-a95d-42f3-96e0-6d45eb7ecaa8'),
(37298,32,8545,NULL,2624,4,'2026-01-15 20:23:17','2026-01-15 20:23:17','e4faa80e-7cf0-41e0-95c8-f9a0b4c634ba'),
(37299,32,8545,NULL,2600,5,'2026-01-15 20:23:17','2026-01-15 20:23:17','02060d39-d642-4e44-9b77-f5d68bdb53ec'),
(37300,32,8545,NULL,2596,6,'2026-01-15 20:23:17','2026-01-15 20:23:17','20cc19ed-a22c-4a0a-a0ab-33abf743f41d'),
(37301,32,8545,NULL,2602,7,'2026-01-15 20:23:17','2026-01-15 20:23:17','7f022c69-aaf3-49df-a28b-6d922ea1da8b'),
(37302,32,8545,NULL,2606,8,'2026-01-15 20:23:17','2026-01-15 20:23:17','2017599d-cc43-4d02-8dc5-3eefaef7f761'),
(37303,32,8545,NULL,2612,9,'2026-01-15 20:23:17','2026-01-15 20:23:17','491b6099-51be-4b2c-a140-268ee644b0ed'),
(37304,32,8545,NULL,2604,10,'2026-01-15 20:23:17','2026-01-15 20:23:17','f7a9ca21-1eac-4c3c-a2c4-449eac2dd22b'),
(37305,16,8545,NULL,4786,1,'2026-01-15 20:23:17','2026-01-15 20:23:17','ce82b40a-e3b3-4ecd-8f2e-1e6f1fcdf619'),
(37306,7,8545,NULL,601,1,'2026-01-15 20:23:17','2026-01-15 20:23:17','62a91b9e-3be6-4d38-83a9-b6ac45591ce9'),
(37307,7,8545,NULL,6547,2,'2026-01-15 20:23:17','2026-01-15 20:23:17','65b92f66-65fe-4de3-8f83-ae6b980ce323'),
(37308,7,8545,NULL,617,3,'2026-01-15 20:23:17','2026-01-15 20:23:17','67d7dc58-5780-4ee7-b8f6-29e13dd719e0'),
(37309,7,8545,NULL,605,4,'2026-01-15 20:23:17','2026-01-15 20:23:17','8079d7c0-9bea-4590-b7cd-abe9aabcb69d'),
(37310,82,8545,NULL,491,1,'2026-01-15 20:23:17','2026-01-15 20:23:17','391608eb-7381-4893-a849-93126c5c41fd'),
(37311,46,8545,NULL,2891,1,'2026-01-15 20:23:17','2026-01-15 20:23:17','07da81b7-8a91-4e52-9733-9313347e730f'),
(37312,57,8545,NULL,4806,1,'2026-01-15 20:23:17','2026-01-15 20:23:17','5a45a2d0-0348-45ea-ba9e-80b64400499d'),
(37313,57,8545,NULL,4807,2,'2026-01-15 20:23:17','2026-01-15 20:23:17','0ae3084f-2af7-4690-8ee4-8262f06dbb5d'),
(37314,57,8545,NULL,4808,3,'2026-01-15 20:23:17','2026-01-15 20:23:17','b5bcbcef-75bb-45f8-91f6-37d2a993754c'),
(37315,57,8545,NULL,4809,4,'2026-01-15 20:23:17','2026-01-15 20:23:17','aeae573e-6e0b-4602-838f-003b1b726fa4'),
(37316,57,8545,NULL,4810,5,'2026-01-15 20:23:17','2026-01-15 20:23:17','52869f65-f8be-47db-a611-e12ef2a637b5'),
(37317,57,8545,NULL,4811,6,'2026-01-15 20:23:17','2026-01-15 20:23:17','6af6c4f1-da6e-42e3-b6ac-611048d8c95e'),
(37318,13,8545,NULL,6542,1,'2026-01-15 20:23:17','2026-01-15 20:23:17','5ab67e1c-f6fd-4aed-95a9-5daa65acd396'),
(37319,32,8546,NULL,2610,1,'2026-01-15 20:23:27','2026-01-15 20:23:27','5b1894d3-4e4f-4209-9d95-4200b2507fec'),
(37320,32,8546,NULL,2598,2,'2026-01-15 20:23:27','2026-01-15 20:23:27','84ae3701-a7b6-48bb-b4d9-a340c161ba69'),
(37321,32,8546,NULL,2608,3,'2026-01-15 20:23:27','2026-01-15 20:23:27','03068e34-cf86-4c5c-a21a-0e8441334990'),
(37322,32,8546,NULL,2600,4,'2026-01-15 20:23:27','2026-01-15 20:23:27','209bb58e-6890-4d4b-b4e1-d671a8ad7f06'),
(37323,32,8546,NULL,2596,5,'2026-01-15 20:23:27','2026-01-15 20:23:27','02e17126-e733-4602-a8e9-f9d69b0b0d75'),
(37324,32,8546,NULL,2602,6,'2026-01-15 20:23:27','2026-01-15 20:23:27','68c9730c-5ab2-4937-a635-b85fb95af4d8'),
(37325,32,8546,NULL,2604,7,'2026-01-15 20:23:27','2026-01-15 20:23:27','de4589e7-3242-41e3-bdbc-31d3057227f7'),
(37326,16,8546,NULL,545,1,'2026-01-15 20:23:27','2026-01-15 20:23:27','520676c0-1e67-4fbe-9349-26d64d82d5cf'),
(37327,7,8546,NULL,601,1,'2026-01-15 20:23:27','2026-01-15 20:23:27','e0fb26a9-d96e-4a1a-9a2c-ec36dcf5d354'),
(37328,7,8546,NULL,617,2,'2026-01-15 20:23:27','2026-01-15 20:23:27','17fc95c1-2832-4e93-9b72-189a418f68a8'),
(37329,7,8546,NULL,605,3,'2026-01-15 20:23:27','2026-01-15 20:23:27','fd06bd3b-c29c-4ed3-b9d1-30ebe165c7db'),
(37330,82,8546,NULL,479,1,'2026-01-15 20:23:27','2026-01-15 20:23:27','f3e4aa7e-3a83-407f-a42e-ecb8c2dac2c6'),
(37331,82,8546,NULL,491,2,'2026-01-15 20:23:27','2026-01-15 20:23:27','32f7f4c2-e7d0-4062-9565-8a5819bb72e2'),
(37332,57,8546,NULL,545,1,'2026-01-15 20:23:27','2026-01-15 20:23:27','3ebdd8ba-6895-4d64-8ecc-ab72921f902e'),
(37333,57,8546,NULL,137,2,'2026-01-15 20:23:27','2026-01-15 20:23:27','9f1f6485-5491-457e-909f-cc672f98cb94'),
(37334,57,8546,NULL,138,3,'2026-01-15 20:23:27','2026-01-15 20:23:27','81613aa0-edd7-4812-a5b1-f2b90bcb0bfd'),
(37335,57,8546,NULL,136,4,'2026-01-15 20:23:27','2026-01-15 20:23:27','e8eefc0e-1893-41d4-a864-01e616583e4d'),
(37337,12,8546,NULL,548,1,'2026-01-15 20:23:27','2026-01-15 20:23:27','32f85c8f-d82d-4afc-aee2-f84b510499f6'),
(37338,32,8547,NULL,2610,1,'2026-01-15 20:23:32','2026-01-15 20:23:32','70cc8b7d-465e-4b91-b29d-1e2c6364f1f6'),
(37339,32,8547,NULL,2598,2,'2026-01-15 20:23:32','2026-01-15 20:23:32','61e89c1d-2a5a-4395-acf3-7a68e7eb8d5a'),
(37340,32,8547,NULL,2600,3,'2026-01-15 20:23:32','2026-01-15 20:23:32','e1d05810-ae6b-492b-8b3e-473492f72b9a'),
(37341,32,8547,NULL,2604,4,'2026-01-15 20:23:32','2026-01-15 20:23:32','a51ea1ef-184c-4616-a62c-91e1c7da8b4a'),
(37342,16,8547,NULL,3374,1,'2026-01-15 20:23:32','2026-01-15 20:23:32','114715e2-931c-4875-9bb6-9da0e53ff2c9'),
(37343,7,8547,NULL,2969,1,'2026-01-15 20:23:32','2026-01-15 20:23:32','7f524e27-e28e-44ba-94e8-3e4a5c03d439'),
(37345,7,8547,NULL,617,3,'2026-01-15 20:23:32','2026-01-15 20:23:32','59b0d385-2392-4a62-a318-831862909703'),
(37346,7,8547,NULL,605,4,'2026-01-15 20:23:32','2026-01-15 20:23:32','5b10a4b1-e576-43cf-a14a-19b15899e62c'),
(37347,82,8547,NULL,469,1,'2026-01-15 20:23:32','2026-01-15 20:23:32','3253e123-64a1-4026-b79e-46acae7ec78d'),
(37348,82,8547,NULL,475,2,'2026-01-15 20:23:32','2026-01-15 20:23:32','2a8ebc77-13ef-4571-b3e7-4761103bf9cc'),
(37349,82,8547,NULL,479,3,'2026-01-15 20:23:32','2026-01-15 20:23:32','3439f282-e2b6-467a-ba44-986af5f101df'),
(37350,82,8547,NULL,491,4,'2026-01-15 20:23:32','2026-01-15 20:23:32','098e5f96-7666-4c0c-8427-95dfd76fa9d6'),
(37351,57,8547,NULL,3362,1,'2026-01-15 20:23:32','2026-01-15 20:23:32','ecf4b50b-f80d-4e2f-a711-cb32ccea61c2'),
(37352,57,8547,NULL,3363,2,'2026-01-15 20:23:32','2026-01-15 20:23:32','ef4d6237-3d5c-4bf8-8515-1f8e67fe1c66'),
(37353,57,8547,NULL,3364,3,'2026-01-15 20:23:32','2026-01-15 20:23:32','95f5de73-f8f7-4859-8cea-388104dd909f'),
(37354,57,8547,NULL,3365,4,'2026-01-15 20:23:32','2026-01-15 20:23:32','57eb5bfb-c827-4043-9640-5aaadbba5a69'),
(37355,57,8547,NULL,3366,5,'2026-01-15 20:23:32','2026-01-15 20:23:32','5a154be6-7d82-47dd-a427-9d4bd758e185'),
(37356,57,8547,NULL,3367,6,'2026-01-15 20:23:32','2026-01-15 20:23:32','ba090743-5398-4d71-9411-0e8d33b7972e'),
(37357,57,8547,NULL,3368,7,'2026-01-15 20:23:32','2026-01-15 20:23:32','9c7241f0-0d8d-4e99-a36f-a8d2e0e37794'),
(37358,57,8547,NULL,3369,8,'2026-01-15 20:23:32','2026-01-15 20:23:32','4f20ed01-aad8-4623-926f-5f9c2beb6fd5'),
(37359,57,8547,NULL,3370,9,'2026-01-15 20:23:32','2026-01-15 20:23:32','031225d1-3c6d-4b7e-a34a-c5acefc4a870'),
(37360,57,8547,NULL,3371,10,'2026-01-15 20:23:32','2026-01-15 20:23:32','61f69912-4f1a-4ead-a55e-889c357a50ec'),
(37361,57,8547,NULL,3372,11,'2026-01-15 20:23:32','2026-01-15 20:23:32','d5fabc8f-e8a1-46c6-b3f9-e4d85119577f'),
(37362,57,8547,NULL,3373,12,'2026-01-15 20:23:32','2026-01-15 20:23:32','8ed79bb1-1ddc-4b4e-aeb0-c3bf232a30f0'),
(37363,57,8547,NULL,3374,13,'2026-01-15 20:23:32','2026-01-15 20:23:32','4ecda2fc-f9d4-4539-a4ba-b175fd67b423'),
(37364,72,8547,NULL,548,1,'2026-01-15 20:23:32','2026-01-15 20:23:32','3dae9c81-1e36-4ea2-a2c4-bced2f8847a1'),
(37365,32,8551,NULL,2614,1,'2026-01-15 20:40:02','2026-01-15 20:40:02','e342e4e7-281b-49a5-b961-3d9a7bdbd11e'),
(37366,32,8551,NULL,2610,2,'2026-01-15 20:40:02','2026-01-15 20:40:02','0bcd10df-2a10-4695-a911-e653ee2281be'),
(37367,32,8551,NULL,2598,3,'2026-01-15 20:40:02','2026-01-15 20:40:02','50ff0d9f-2ae9-4a12-a069-add0acd103bd'),
(37368,32,8551,NULL,2600,4,'2026-01-15 20:40:02','2026-01-15 20:40:02','7fcfa4d8-e98a-480f-8046-3744364c40e6'),
(37369,32,8551,NULL,2604,5,'2026-01-15 20:40:02','2026-01-15 20:40:02','5a59d653-c1ef-4480-9586-d3775eeb9386'),
(37370,32,8551,NULL,2608,6,'2026-01-15 20:40:02','2026-01-15 20:40:02','1fba6918-71a9-4f5f-a821-2d9ddbc7144f'),
(37371,32,8551,NULL,2596,7,'2026-01-15 20:40:02','2026-01-15 20:40:02','c5b77ac5-111c-49d4-844f-c835cc77c9db'),
(37372,32,8551,NULL,2602,8,'2026-01-15 20:40:02','2026-01-15 20:40:02','7d5ff933-b686-413a-b595-87d879d5d57e'),
(37373,16,8551,NULL,4223,1,'2026-01-15 20:40:02','2026-01-15 20:40:02','34862ff9-8b59-4d18-b293-977010736a02'),
(37375,7,8551,NULL,2974,2,'2026-01-15 20:40:02','2026-01-15 20:40:02','cad33503-fc38-4630-b70f-a908c578c466'),
(37376,7,8551,NULL,2972,3,'2026-01-15 20:40:02','2026-01-15 20:40:02','dc8df8e3-934c-4f1e-929c-a16ce776d393'),
(37377,7,8551,NULL,617,4,'2026-01-15 20:40:02','2026-01-15 20:40:02','0960dabb-a2ab-4b42-8ce8-600151e1963e'),
(37378,7,8551,NULL,605,5,'2026-01-15 20:40:02','2026-01-15 20:40:02','b2dd4ee6-949f-47aa-829e-57a684207378'),
(37379,82,8551,NULL,479,1,'2026-01-15 20:40:02','2026-01-15 20:40:02','bb43f567-3908-4a95-af56-d1e95785df90'),
(37380,46,8551,NULL,7381,1,'2026-01-15 20:40:02','2026-01-15 20:40:02','0648928e-056d-44a4-828f-87903d57d22a'),
(37381,57,8551,NULL,4821,1,'2026-01-15 20:40:02','2026-01-15 20:40:02','8202172f-c6c0-4763-b29a-8a324e3b8abc'),
(37382,57,8551,NULL,4822,2,'2026-01-15 20:40:02','2026-01-15 20:40:02','bde4006d-d747-4801-8b7a-53d27a004cf8'),
(37383,57,8551,NULL,4823,3,'2026-01-15 20:40:02','2026-01-15 20:40:02','5c9feb12-a8cc-4a32-a3ed-3469cd39335d'),
(37384,57,8551,NULL,4824,4,'2026-01-15 20:40:02','2026-01-15 20:40:02','8495149d-a32e-4f50-8815-143ce3c21708'),
(37385,13,8551,NULL,6620,1,'2026-01-15 20:40:02','2026-01-15 20:40:02','632633e7-0c68-4e54-b8da-5e297acc77a1'),
(37409,32,8553,NULL,2610,1,'2026-01-15 20:40:11','2026-01-15 20:40:11','1012ad1d-9a4b-42cc-a38b-91af6df6c6c7'),
(37410,32,8553,NULL,2598,2,'2026-01-15 20:40:11','2026-01-15 20:40:11','a5f422d4-c0a3-4bc7-ac5f-b71f87c1d26c'),
(37411,32,8553,NULL,2600,3,'2026-01-15 20:40:11','2026-01-15 20:40:11','4b40606b-4597-4bed-b4fd-8ab63589544a'),
(37412,32,8553,NULL,2602,4,'2026-01-15 20:40:11','2026-01-15 20:40:11','43c703b7-f4b6-418b-adc8-2aa06b3e4ddb'),
(37413,32,8553,NULL,2612,5,'2026-01-15 20:40:11','2026-01-15 20:40:11','46619490-72de-4bfb-a684-af00d2f54a0c'),
(37414,32,8553,NULL,2618,6,'2026-01-15 20:40:11','2026-01-15 20:40:11','fcbd44ed-6d59-4085-b3f9-da3d2fda5ffc'),
(37415,32,8553,NULL,2604,7,'2026-01-15 20:40:11','2026-01-15 20:40:11','b9e450b1-b2ed-4ae1-a713-d21688cc3806'),
(37416,32,8553,NULL,2608,8,'2026-01-15 20:40:11','2026-01-15 20:40:11','fc568920-cd47-473b-9fba-fc1bab68ae41'),
(37417,32,8553,NULL,2596,9,'2026-01-15 20:40:11','2026-01-15 20:40:11','8780bf0d-eadc-4a56-8c6a-44e581bccff4'),
(37418,16,8553,NULL,7998,1,'2026-01-15 20:40:11','2026-01-15 20:40:11','7f497871-e080-4838-bb9c-2e09e19f7a4a'),
(37419,7,8553,NULL,601,1,'2026-01-15 20:40:11','2026-01-15 20:40:11','fa500fc9-81d4-474c-a35a-7782324d3bc1'),
(37420,7,8553,NULL,3468,2,'2026-01-15 20:40:11','2026-01-15 20:40:11','a0c3a88a-d74c-4c62-b8fc-0ca03457b964'),
(37421,7,8553,NULL,617,3,'2026-01-15 20:40:11','2026-01-15 20:40:11','68da2d07-ed8f-46df-8ed7-718dfff9fffd'),
(37422,7,8553,NULL,605,4,'2026-01-15 20:40:11','2026-01-15 20:40:11','c432dd02-0fd8-4ee3-8297-ffc49c991d2a'),
(37423,82,8553,NULL,479,1,'2026-01-15 20:40:11','2026-01-15 20:40:11','ad276aff-6d68-4bee-b28e-2a76ec05bb30'),
(37424,82,8553,NULL,491,2,'2026-01-15 20:40:11','2026-01-15 20:40:11','6a7397eb-d09e-404c-a5ec-a20d3b03dbf0'),
(37425,46,8553,NULL,3697,1,'2026-01-15 20:40:11','2026-01-15 20:40:11','1da79887-1f50-4025-955e-72c98d5e51ff'),
(37426,57,8553,NULL,4829,1,'2026-01-15 20:40:11','2026-01-15 20:40:11','b9686274-cd74-4f5f-934b-026528f27a0c'),
(37427,57,8553,NULL,3689,2,'2026-01-15 20:40:11','2026-01-15 20:40:11','30ea856a-6b98-479c-bed8-06290d7fe4d9'),
(37428,57,8553,NULL,4826,3,'2026-01-15 20:40:11','2026-01-15 20:40:11','c219d46d-451b-4f04-a597-fbd8259d9825'),
(37429,57,8553,NULL,4828,4,'2026-01-15 20:40:11','2026-01-15 20:40:11','a09210d3-0745-49e4-9cdd-feb86c63b89f'),
(37430,57,8553,NULL,4827,5,'2026-01-15 20:40:11','2026-01-15 20:40:11','f1488564-85e8-4558-bd24-da16da23c397'),
(37515,32,8558,NULL,2610,1,'2026-01-15 20:41:18','2026-01-15 20:41:18','a15ccfd9-8120-4b2d-b7a4-84c7330d001b'),
(37516,32,8558,NULL,2598,2,'2026-01-15 20:41:18','2026-01-15 20:41:18','90a62ea9-c9ce-4a59-bdb1-8abbf47371b5'),
(37517,32,8558,NULL,2624,3,'2026-01-15 20:41:18','2026-01-15 20:41:18','9dcc16e6-fa56-47de-9788-677282b0b73e'),
(37518,32,8558,NULL,2600,4,'2026-01-15 20:41:18','2026-01-15 20:41:18','7faef26f-82f3-4acb-86fe-868eed421035'),
(37519,32,8558,NULL,2596,5,'2026-01-15 20:41:18','2026-01-15 20:41:18','efd48f1c-1b3a-4e91-b5af-8bb0916778af'),
(37520,32,8558,NULL,2602,6,'2026-01-15 20:41:18','2026-01-15 20:41:18','d94c4d29-395d-438e-9638-06d21ac2d8db'),
(37521,32,8558,NULL,2606,7,'2026-01-15 20:41:18','2026-01-15 20:41:18','59109b15-3dd1-4a74-8868-665653bb391f'),
(37522,32,8558,NULL,2612,8,'2026-01-15 20:41:18','2026-01-15 20:41:18','3b632fd7-dce0-44ef-9e29-e4c09a921b09'),
(37523,32,8558,NULL,2604,9,'2026-01-15 20:41:18','2026-01-15 20:41:18','d0f5bb09-7c82-46ea-8a6d-7d682809287c'),
(37524,32,8558,NULL,2608,10,'2026-01-15 20:41:18','2026-01-15 20:41:18','02cfd72b-a4b4-4dee-908d-e97b95547a02'),
(37525,16,8558,NULL,3058,1,'2026-01-15 20:41:18','2026-01-15 20:41:18','5c1d9d75-1720-4858-8700-18bb89dbde2e'),
(37526,7,8558,NULL,2969,1,'2026-01-15 20:41:18','2026-01-15 20:41:18','7600c407-b7a6-4708-8fbc-867b7fb7993c'),
(37527,7,8558,NULL,617,2,'2026-01-15 20:41:18','2026-01-15 20:41:18','bbefc188-f8df-436e-8e00-f63a273f072c'),
(37528,7,8558,NULL,605,3,'2026-01-15 20:41:18','2026-01-15 20:41:18','aae794c1-9f11-495d-9426-9f14fe158ad6'),
(37529,82,8558,NULL,491,1,'2026-01-15 20:41:18','2026-01-15 20:41:18','4572cb1b-2337-4fb0-bc78-92d95fb008f1'),
(37530,46,8558,NULL,2891,1,'2026-01-15 20:41:18','2026-01-15 20:41:18','444e7be7-e426-424c-ad52-92403703eca4'),
(37531,57,8558,NULL,4927,1,'2026-01-15 20:41:18','2026-01-15 20:41:18','79648e6d-0394-484c-b9c7-a79f4e3098a1'),
(37532,57,8558,NULL,7772,2,'2026-01-15 20:41:18','2026-01-15 20:41:18','8204e29a-3255-4a23-acc6-5630d66c8bd0'),
(37533,57,8558,NULL,4931,3,'2026-01-15 20:41:18','2026-01-15 20:41:18','b1090157-4c8d-4871-a113-014522e10e77'),
(37534,57,8558,NULL,4930,4,'2026-01-15 20:41:18','2026-01-15 20:41:18','08814e4a-141b-4a78-8c2b-804739544af8'),
(37535,57,8558,NULL,4932,5,'2026-01-15 20:41:18','2026-01-15 20:41:18','c308997d-5349-4e03-ae8a-1acaad307468'),
(37536,57,8558,NULL,4933,6,'2026-01-15 20:41:18','2026-01-15 20:41:18','d9e2ae76-a50e-415f-88ad-394ed4781720'),
(37537,57,8558,NULL,4934,7,'2026-01-15 20:41:18','2026-01-15 20:41:18','796d8ab7-6604-47b6-8047-6ca8d277faf5'),
(37538,57,8558,NULL,4935,8,'2026-01-15 20:41:18','2026-01-15 20:41:18','e37469dc-840c-4429-bd15-0bf09aeb78e9'),
(37539,57,8558,NULL,7739,9,'2026-01-15 20:41:18','2026-01-15 20:41:18','669e322d-d428-47e2-9567-b7b25f5aa867'),
(37540,57,8558,NULL,7740,10,'2026-01-15 20:41:18','2026-01-15 20:41:18','7c863d9e-6249-454c-88e1-223096670745'),
(37541,57,8558,NULL,7741,11,'2026-01-15 20:41:18','2026-01-15 20:41:18','da1167a0-47a1-432b-82ae-967181f91580'),
(38141,32,8594,NULL,2610,1,'2026-01-15 21:13:35','2026-01-15 21:13:35','15201709-7132-4346-8784-dc0b276eaf7f'),
(38142,32,8594,NULL,2598,2,'2026-01-15 21:13:35','2026-01-15 21:13:35','6984c5cd-6597-4841-b07e-ddaa499c60f2'),
(38143,32,8594,NULL,2600,3,'2026-01-15 21:13:35','2026-01-15 21:13:35','469e7b23-bfc2-4b01-9d2c-5b076a8e8c11'),
(38144,32,8594,NULL,2604,4,'2026-01-15 21:13:35','2026-01-15 21:13:35','27d6f655-9350-45ad-8d85-19dd0f5f1df6'),
(38145,16,8594,NULL,3374,1,'2026-01-15 21:13:35','2026-01-15 21:13:35','69ad3228-a31f-4087-aca4-787710d6299e'),
(38146,7,8594,NULL,2969,1,'2026-01-15 21:13:35','2026-01-15 21:13:35','300c4597-6be8-4079-ac65-b09b1724224f'),
(38148,7,8594,NULL,617,3,'2026-01-15 21:13:35','2026-01-15 21:13:35','34e74178-c586-4aea-b117-b1fab7712eaa'),
(38149,7,8594,NULL,605,4,'2026-01-15 21:13:35','2026-01-15 21:13:35','f61ccc76-aa75-4e1e-ab18-c97be5b20749'),
(38150,82,8594,NULL,469,1,'2026-01-15 21:13:35','2026-01-15 21:13:35','11dc68c7-6f37-43db-8eef-1501914d91bb'),
(38151,82,8594,NULL,475,2,'2026-01-15 21:13:35','2026-01-15 21:13:35','2442cf41-9b8e-4917-ba23-6c2d6b319afd'),
(38152,82,8594,NULL,479,3,'2026-01-15 21:13:35','2026-01-15 21:13:35','e170494f-8d18-45c5-9d5b-4f8ac41957b8'),
(38153,82,8594,NULL,491,4,'2026-01-15 21:13:35','2026-01-15 21:13:35','22d518d5-c096-4064-81e5-39dbe00eaf12'),
(38154,57,8594,NULL,3362,1,'2026-01-15 21:13:35','2026-01-15 21:13:35','aaa8ecb4-14b6-417a-a89d-87c5e7684f48'),
(38155,57,8594,NULL,3363,2,'2026-01-15 21:13:35','2026-01-15 21:13:35','05d1fe27-134d-4b86-ac73-61a947f285ab'),
(38156,57,8594,NULL,3364,3,'2026-01-15 21:13:35','2026-01-15 21:13:35','40b78403-496d-4df3-8c87-cc2ccd3d6fb7'),
(38157,57,8594,NULL,3365,4,'2026-01-15 21:13:35','2026-01-15 21:13:35','fd7e5f83-1668-46ac-96dd-d8f369ae3795'),
(38158,57,8594,NULL,3366,5,'2026-01-15 21:13:35','2026-01-15 21:13:35','0abc0138-0640-4d1e-bfbd-87e4be14c6e0'),
(38159,57,8594,NULL,3367,6,'2026-01-15 21:13:35','2026-01-15 21:13:35','c7fe2c74-5678-4a59-b32b-4bd2407e903b'),
(38160,57,8594,NULL,3368,7,'2026-01-15 21:13:35','2026-01-15 21:13:35','b1d62c17-5bc5-4df5-8539-6a4708d3e682'),
(38161,57,8594,NULL,3369,8,'2026-01-15 21:13:35','2026-01-15 21:13:35','ba2049f8-a992-476c-8369-34df6395ab46'),
(38162,57,8594,NULL,3370,9,'2026-01-15 21:13:35','2026-01-15 21:13:35','6dda517f-b66e-492f-b762-fecf8eca9e79'),
(38163,57,8594,NULL,3371,10,'2026-01-15 21:13:35','2026-01-15 21:13:35','7a9d8904-3531-4955-ac54-312e8f200b27'),
(38164,57,8594,NULL,3372,11,'2026-01-15 21:13:35','2026-01-15 21:13:35','6776705f-2758-4b35-a486-7fb39f6cc679'),
(38165,57,8594,NULL,3373,12,'2026-01-15 21:13:35','2026-01-15 21:13:35','3adb51a9-46c8-47e5-8231-b1eea9e16861'),
(38166,57,8594,NULL,3374,13,'2026-01-15 21:13:35','2026-01-15 21:13:35','3d4cf177-aa0d-4506-b1f8-f4c0d795295d'),
(38167,72,8594,NULL,548,1,'2026-01-15 21:13:35','2026-01-15 21:13:35','e9cfb522-33f3-4bf8-a26f-4d3224ba54e9'),
(38242,57,1303,NULL,8601,1,'2026-01-16 01:13:42','2026-01-16 01:13:42','ec7c591f-2123-457f-a6f4-492ce934b746'),
(38243,57,1303,NULL,8600,2,'2026-01-16 01:13:42','2026-01-16 01:13:42','c0a83eea-c3ad-452c-a0c2-86538f491dd5'),
(38244,57,1303,NULL,8602,3,'2026-01-16 01:13:42','2026-01-16 01:13:42','cccb3372-2f6d-430f-be9e-97ddf37224c6'),
(38245,57,1303,NULL,8603,4,'2026-01-16 01:13:42','2026-01-16 01:13:42','486df716-ee9f-41ae-890f-9e4413a6727d'),
(38246,57,1303,NULL,8604,5,'2026-01-16 01:13:42','2026-01-16 01:13:42','8b347b0b-6039-44b2-811c-3e1d13e536f5'),
(38247,57,1303,NULL,8605,6,'2026-01-16 01:13:42','2026-01-16 01:13:42','8a4d0301-5a78-4de9-8cbc-395f606aca7c'),
(38248,32,8606,NULL,2614,1,'2026-01-16 01:13:42','2026-01-16 01:13:42','317b7c48-e651-4e4c-ab55-175854dcd73c'),
(38249,32,8606,NULL,2610,2,'2026-01-16 01:13:42','2026-01-16 01:13:42','df3c0000-54f5-4feb-bf5e-92e5ae6a9a00'),
(38250,32,8606,NULL,2622,3,'2026-01-16 01:13:42','2026-01-16 01:13:42','148542ba-3336-4136-be3e-360673b4e728'),
(38251,32,8606,NULL,2598,4,'2026-01-16 01:13:42','2026-01-16 01:13:42','bd738a27-cf7c-4a0c-8b31-e6bac6a6a7bb'),
(38252,32,8606,NULL,2608,5,'2026-01-16 01:13:42','2026-01-16 01:13:42','e7ce8b23-d1c2-43cc-9825-099ac2b99cff'),
(38253,32,8606,NULL,2624,6,'2026-01-16 01:13:42','2026-01-16 01:13:42','7cbad2d4-4f25-4241-a8ee-b403f26808ee'),
(38254,32,8606,NULL,2600,7,'2026-01-16 01:13:42','2026-01-16 01:13:42','e909c6cc-e9e9-4d5d-91aa-ea51a74164f0'),
(38255,32,8606,NULL,2596,8,'2026-01-16 01:13:42','2026-01-16 01:13:42','575d3370-9d8d-46ae-8ee6-4160456b255a'),
(38256,32,8606,NULL,2602,9,'2026-01-16 01:13:42','2026-01-16 01:13:42','64d7ac53-eebc-49c6-b878-51fdcdf4a5d0'),
(38257,32,8606,NULL,2606,10,'2026-01-16 01:13:42','2026-01-16 01:13:42','95456bc4-eeba-4f32-aa01-d64953d83bdc'),
(38258,32,8606,NULL,2612,11,'2026-01-16 01:13:42','2026-01-16 01:13:42','eb4f2697-dd5f-4214-8ffa-2b9b9a1924ed'),
(38259,32,8606,NULL,2618,12,'2026-01-16 01:13:42','2026-01-16 01:13:42','44a998dd-b1e7-4654-b400-14b0f45ae2a3'),
(38260,32,8606,NULL,2604,13,'2026-01-16 01:13:42','2026-01-16 01:13:42','80ffe9c4-7f45-4ec6-b016-f86a6e670500'),
(38261,46,8606,NULL,2891,1,'2026-01-16 01:13:42','2026-01-16 01:13:42','c9695261-1e34-42a2-b854-56e05678ff05'),
(38262,46,8606,NULL,3697,2,'2026-01-16 01:13:42','2026-01-16 01:13:42','9ef9a03d-53f8-4b4a-9380-81b84e7a37a8'),
(38263,46,8606,NULL,4403,3,'2026-01-16 01:13:42','2026-01-16 01:13:42','3c610fbf-97bf-4957-92bd-ec7f7b4fb3ba'),
(38264,57,8606,NULL,8601,1,'2026-01-16 01:13:42','2026-01-16 01:13:42','24fd104e-a962-4c4a-ac99-a6b111a5f139'),
(38265,57,8606,NULL,8600,2,'2026-01-16 01:13:42','2026-01-16 01:13:42','20f55a54-f610-4e0d-b4de-c64062806977'),
(38266,57,8606,NULL,8602,3,'2026-01-16 01:13:42','2026-01-16 01:13:42','d0f8b380-79c0-44ac-b720-84b22af82c63'),
(38267,57,8606,NULL,8603,4,'2026-01-16 01:13:42','2026-01-16 01:13:42','bda75910-947e-4dc2-9868-ee0718c8b887'),
(38268,57,8606,NULL,8604,5,'2026-01-16 01:13:42','2026-01-16 01:13:42','b5225ac6-a07a-4206-af8b-d9ac5c5eff1d'),
(38269,57,8606,NULL,8605,6,'2026-01-16 01:13:42','2026-01-16 01:13:42','7291be0c-b160-41c4-8872-34161ebde342'),
(38294,32,8608,NULL,2614,1,'2026-01-16 01:14:26','2026-01-16 01:14:26','d6c695b4-db3f-4557-b4c3-90d29e0cfea2'),
(38295,32,8608,NULL,2610,2,'2026-01-16 01:14:26','2026-01-16 01:14:26','80fee299-9c53-4d83-8026-3fe3d3833b3a'),
(38296,32,8608,NULL,2622,3,'2026-01-16 01:14:26','2026-01-16 01:14:26','a8f673f8-b4b8-4b01-a63f-f2cb62031b2d'),
(38297,32,8608,NULL,2598,4,'2026-01-16 01:14:26','2026-01-16 01:14:26','45f9c7e5-4209-4503-8c24-51046b896f02'),
(38298,32,8608,NULL,2608,5,'2026-01-16 01:14:26','2026-01-16 01:14:26','03047874-c639-44ce-ac07-87bcf54a0675'),
(38299,32,8608,NULL,2624,6,'2026-01-16 01:14:26','2026-01-16 01:14:26','b290aba0-4de3-4e74-bc7f-eb43e6c1a01c'),
(38300,32,8608,NULL,2600,7,'2026-01-16 01:14:26','2026-01-16 01:14:26','1dfb9f47-c947-4c29-9f27-821b1b22e9de'),
(38301,32,8608,NULL,2596,8,'2026-01-16 01:14:26','2026-01-16 01:14:26','b1472a77-b19a-4e58-9654-2657b1fd45c5'),
(38302,32,8608,NULL,2602,9,'2026-01-16 01:14:26','2026-01-16 01:14:26','fefbcad1-4fb4-433b-9b07-0442cd128908'),
(38303,32,8608,NULL,2606,10,'2026-01-16 01:14:26','2026-01-16 01:14:26','56dfd87c-8fae-49b1-a98f-b6e5d92e4b0c'),
(38304,32,8608,NULL,2612,11,'2026-01-16 01:14:26','2026-01-16 01:14:26','097a698d-bcbf-46e5-82df-5774a0e862ff'),
(38305,32,8608,NULL,2618,12,'2026-01-16 01:14:26','2026-01-16 01:14:26','6f1e64fe-635b-4757-be4e-1b78da862493'),
(38306,32,8608,NULL,2604,13,'2026-01-16 01:14:26','2026-01-16 01:14:26','1854e890-cc64-4e7b-a2c9-f8481c5a26af'),
(38307,46,8608,NULL,2891,1,'2026-01-16 01:14:26','2026-01-16 01:14:26','7a18fa98-d70b-43b0-8560-f04b3efbd3e7'),
(38308,46,8608,NULL,3697,2,'2026-01-16 01:14:26','2026-01-16 01:14:26','da544743-d6f6-4c55-8665-8c2a3c8a3252'),
(38309,46,8608,NULL,4403,3,'2026-01-16 01:14:26','2026-01-16 01:14:26','88b2201d-93a4-497d-928c-b36410d3b098'),
(38310,57,8608,NULL,8601,1,'2026-01-16 01:14:26','2026-01-16 01:14:26','6a3192b2-1670-4865-ba20-91ec5863d54b'),
(38311,57,8608,NULL,8600,2,'2026-01-16 01:14:26','2026-01-16 01:14:26','46c6eba3-2141-445f-adca-40fd542b8c5a'),
(38312,57,8608,NULL,8602,3,'2026-01-16 01:14:26','2026-01-16 01:14:26','8842af3e-d5bc-4cb1-8cd0-0bfd5ad4be4d'),
(38313,57,8608,NULL,8603,4,'2026-01-16 01:14:26','2026-01-16 01:14:26','6a3ff8e2-50b9-4732-9b7c-ae742165ede5'),
(38314,57,8608,NULL,8604,5,'2026-01-16 01:14:26','2026-01-16 01:14:26','90be72cb-253b-4f41-8523-d9e111749d4f'),
(38315,57,8608,NULL,8605,6,'2026-01-16 01:14:26','2026-01-16 01:14:26','2267e3c7-3437-4e6b-a872-560b037ce031'),
(38357,32,8612,NULL,2610,1,'2026-01-16 01:21:26','2026-01-16 01:21:26','c9abb572-9b8b-4136-b891-2450b3ab6e7e'),
(38358,32,8612,NULL,2598,2,'2026-01-16 01:21:26','2026-01-16 01:21:26','90f3c52a-39f6-44f5-a007-9995784eaf99'),
(38359,32,8612,NULL,2608,3,'2026-01-16 01:21:26','2026-01-16 01:21:26','f032eccb-930b-437f-9cac-b5d9b5d00554'),
(38360,32,8612,NULL,2600,4,'2026-01-16 01:21:26','2026-01-16 01:21:26','cfee6b75-9d3a-4c66-8f16-9be4ba900288'),
(38361,32,8612,NULL,2596,5,'2026-01-16 01:21:26','2026-01-16 01:21:26','6c12f7a8-530a-4e06-84e3-296fae738e82'),
(38362,32,8612,NULL,2602,6,'2026-01-16 01:21:26','2026-01-16 01:21:26','c7c3050a-10fa-4d43-8fdb-2f68b3a7929d'),
(38363,32,8612,NULL,2606,7,'2026-01-16 01:21:26','2026-01-16 01:21:26','fb1bca31-bbcd-4c55-bdca-2a3a1b8c3fc2'),
(38364,32,8612,NULL,2612,8,'2026-01-16 01:21:26','2026-01-16 01:21:26','1b3499c0-5a20-4ee0-bcd2-0ef2ce7473e4'),
(38365,32,8612,NULL,2604,9,'2026-01-16 01:21:26','2026-01-16 01:21:26','51edf02d-d67e-4c11-aa44-a1aa698e4318'),
(38366,82,8612,NULL,491,1,'2026-01-16 01:21:26','2026-01-16 01:21:26','dcafea62-8087-4770-b4dd-21a8c6959c3a'),
(38367,32,8613,NULL,2610,1,'2026-01-16 01:22:04','2026-01-16 01:22:04','8f062ed9-5cf7-42a4-a7e2-aa945dbeae57'),
(38368,32,8613,NULL,2598,2,'2026-01-16 01:22:04','2026-01-16 01:22:04','a98a8848-c0e0-4712-a195-1f7908b701e9'),
(38369,32,8613,NULL,2608,3,'2026-01-16 01:22:04','2026-01-16 01:22:04','b609b7ab-1a87-4741-bd7e-60a2e4a46eb8'),
(38370,32,8613,NULL,2600,4,'2026-01-16 01:22:04','2026-01-16 01:22:04','cb252fa6-934f-4e34-9df2-d17929e7f893'),
(38371,32,8613,NULL,2596,5,'2026-01-16 01:22:04','2026-01-16 01:22:04','52104943-2c89-4145-a542-d277b25b0b97'),
(38372,32,8613,NULL,2602,6,'2026-01-16 01:22:04','2026-01-16 01:22:04','fda15a2e-995d-4f2a-8e54-2fcc90bd5d7a'),
(38373,32,8613,NULL,2604,7,'2026-01-16 01:22:04','2026-01-16 01:22:04','fb3f57f2-5452-43c9-be26-d55db2d74d86'),
(38374,16,8613,NULL,545,1,'2026-01-16 01:22:04','2026-01-16 01:22:04','853a912c-fa24-46a3-bfe1-76072ccf5139'),
(38375,7,8613,NULL,601,1,'2026-01-16 01:22:04','2026-01-16 01:22:04','97977ecd-5abe-48b1-8a7d-e85d22783928'),
(38376,7,8613,NULL,617,2,'2026-01-16 01:22:04','2026-01-16 01:22:04','bceedce2-6aa4-41f4-98f9-e97b1d44f895'),
(38377,7,8613,NULL,605,3,'2026-01-16 01:22:04','2026-01-16 01:22:04','48eeff69-40fb-4d18-a799-5236850f11e1'),
(38378,82,8613,NULL,479,1,'2026-01-16 01:22:04','2026-01-16 01:22:04','5566b443-1d54-4221-a5c4-9c69dee10793'),
(38379,82,8613,NULL,491,2,'2026-01-16 01:22:04','2026-01-16 01:22:04','f1665567-d671-4a68-b187-6636f71b64ce'),
(38380,57,8613,NULL,545,1,'2026-01-16 01:22:04','2026-01-16 01:22:04','31d8ec12-d899-4d84-824e-c14db25fc5e5'),
(38381,57,8613,NULL,137,2,'2026-01-16 01:22:04','2026-01-16 01:22:04','3a112a20-ab2f-4042-bf54-1c6eb0753138'),
(38382,57,8613,NULL,138,3,'2026-01-16 01:22:04','2026-01-16 01:22:04','95b3039f-534a-46e6-b6c2-2f398417139e'),
(38383,57,8613,NULL,136,4,'2026-01-16 01:22:04','2026-01-16 01:22:04','2f6836f0-4543-4409-a6ef-c93657f2aa3e'),
(38385,12,8613,NULL,548,1,'2026-01-16 01:22:04','2026-01-16 01:22:04','f7982a98-14f8-4f7d-855b-0e31d7ebdd36'),
(38409,32,8615,NULL,2610,1,'2026-01-16 01:25:51','2026-01-16 01:25:51','09a0382d-8146-4cac-ad5d-c19b26c9dd74'),
(38410,32,8615,NULL,2598,2,'2026-01-16 01:25:51','2026-01-16 01:25:51','2775e4b5-c91d-474b-a8c1-d5b1c6358151'),
(38411,32,8615,NULL,2600,3,'2026-01-16 01:25:51','2026-01-16 01:25:51','9ea8e2f1-a6c2-49a4-b71c-c5e8ead82e99'),
(38412,32,8615,NULL,2602,4,'2026-01-16 01:25:51','2026-01-16 01:25:51','cdbeffed-3754-47c1-afd2-000f1a79bb50'),
(38413,32,8615,NULL,2612,5,'2026-01-16 01:25:51','2026-01-16 01:25:51','c0c0126f-5244-42a6-bf39-2a4972ac6271'),
(38414,32,8615,NULL,2618,6,'2026-01-16 01:25:51','2026-01-16 01:25:51','e6d0ee53-d965-4b73-8d17-ff847dd4a961'),
(38415,32,8615,NULL,2604,7,'2026-01-16 01:25:51','2026-01-16 01:25:51','db6ff3ac-85f2-4520-b3cd-bd6b3cbe96ce'),
(38416,32,8615,NULL,2608,8,'2026-01-16 01:25:51','2026-01-16 01:25:51','4d3b1ed9-b781-430e-a72e-e7e39a27890a'),
(38417,32,8615,NULL,2596,9,'2026-01-16 01:25:51','2026-01-16 01:25:51','fb0a66d3-9ffa-4673-abb9-169864eef5d4'),
(38418,16,8615,NULL,8034,1,'2026-01-16 01:25:51','2026-01-16 01:25:51','5108cb05-bf7e-4dbe-93c4-f89cee1f65ba'),
(38421,7,8615,NULL,2974,3,'2026-01-16 01:25:51','2026-01-16 01:25:51','4fb9b34d-dde8-4f63-a25b-b546a29995b2'),
(38422,7,8615,NULL,617,4,'2026-01-16 01:25:51','2026-01-16 01:25:51','91223f43-ed81-4e73-8911-40cd59aa2fa8'),
(38423,7,8615,NULL,605,5,'2026-01-16 01:25:51','2026-01-16 01:25:51','54d81cbd-f7e8-48a0-ab2f-a239fabee0cc'),
(38424,82,8615,NULL,479,1,'2026-01-16 01:25:51','2026-01-16 01:25:51','b2179693-cc94-4d98-b242-328341c716c3'),
(38425,82,8615,NULL,491,2,'2026-01-16 01:25:51','2026-01-16 01:25:51','9a41576f-d0b6-4840-893f-e1146041befe'),
(38426,46,8615,NULL,3697,1,'2026-01-16 01:25:51','2026-01-16 01:25:51','f120de19-85b7-4ba7-9afc-6b92be8b2605'),
(38427,57,8615,NULL,8033,1,'2026-01-16 01:25:51','2026-01-16 01:25:51','9c0306b0-78c9-482a-a700-32cf0128c041'),
(38428,57,8615,NULL,8032,2,'2026-01-16 01:25:51','2026-01-16 01:25:51','3f7e94a0-b017-4176-934d-0d33baaaa378'),
(38429,57,8615,NULL,8036,3,'2026-01-16 01:25:51','2026-01-16 01:25:51','5aa666ad-865a-4adb-ae31-7c75e8da0ea5'),
(38430,57,8615,NULL,8035,4,'2026-01-16 01:25:51','2026-01-16 01:25:51','2d396652-b376-469a-ad99-97f2a6f964d2'),
(38455,32,8617,NULL,2610,1,'2026-01-16 01:26:50','2026-01-16 01:26:50','f6d751d7-ed87-4af2-a194-175f79ff7fd3'),
(38456,32,8617,NULL,2598,2,'2026-01-16 01:26:50','2026-01-16 01:26:50','dfc3e402-3710-4915-b735-d6ec9fad246d'),
(38457,32,8617,NULL,2600,3,'2026-01-16 01:26:50','2026-01-16 01:26:50','5ed3927e-070b-471b-ba73-522a47187226'),
(38458,32,8617,NULL,2602,4,'2026-01-16 01:26:50','2026-01-16 01:26:50','cca52afd-b19a-4428-ab29-22133f192e76'),
(38459,32,8617,NULL,2612,5,'2026-01-16 01:26:50','2026-01-16 01:26:50','cc325f08-b9c0-4427-9d7d-532b65deb452'),
(38460,32,8617,NULL,2618,6,'2026-01-16 01:26:50','2026-01-16 01:26:50','6b52525c-8518-4bb2-9913-d70198e7a800'),
(38461,32,8617,NULL,2604,7,'2026-01-16 01:26:50','2026-01-16 01:26:50','a879e3da-6ff3-4082-a934-b9fa31affcf6'),
(38462,32,8617,NULL,2608,8,'2026-01-16 01:26:50','2026-01-16 01:26:50','03dd21cf-1f19-44ca-9055-4a6d8fac8d2d'),
(38463,32,8617,NULL,2596,9,'2026-01-16 01:26:50','2026-01-16 01:26:50','6cbcd951-9922-42a7-9e67-4a81fbefcf7e'),
(38464,16,8617,NULL,8034,1,'2026-01-16 01:26:50','2026-01-16 01:26:50','9681fc8b-cc98-4444-a335-e6bce011f285'),
(38467,7,8617,NULL,2974,3,'2026-01-16 01:26:50','2026-01-16 01:26:50','9f0dec6c-e289-4557-a9d8-9aab41fc6590'),
(38468,7,8617,NULL,617,4,'2026-01-16 01:26:50','2026-01-16 01:26:50','364976af-2a25-4e75-8aa6-525dc59b8db9'),
(38469,7,8617,NULL,605,5,'2026-01-16 01:26:50','2026-01-16 01:26:50','fdf42d43-b062-4b7b-8d08-a789d1686a4e'),
(38470,82,8617,NULL,479,1,'2026-01-16 01:26:50','2026-01-16 01:26:50','23a2c89f-c907-4128-80a9-56bf3bd3bf7b'),
(38471,82,8617,NULL,491,2,'2026-01-16 01:26:50','2026-01-16 01:26:50','00516402-eeb1-4ace-a324-7ab87fb6c7fd'),
(38472,46,8617,NULL,3697,1,'2026-01-16 01:26:50','2026-01-16 01:26:50','30cd4fa0-743f-4de7-bc5f-f09415f305ad'),
(38473,57,8617,NULL,8033,1,'2026-01-16 01:26:50','2026-01-16 01:26:50','9e6084e7-4775-4c89-9d5c-8c5be64fbd87'),
(38474,57,8617,NULL,8032,2,'2026-01-16 01:26:50','2026-01-16 01:26:50','bb7ace33-b238-403d-be4a-ae4ce2a2b267'),
(38475,57,8617,NULL,8036,3,'2026-01-16 01:26:50','2026-01-16 01:26:50','3259e439-af65-4744-849f-25ffcca951c8'),
(38476,57,8617,NULL,8035,4,'2026-01-16 01:26:50','2026-01-16 01:26:50','3caa5bfd-cec5-4f35-ab3d-be1fcdf39464'),
(38497,32,8619,NULL,2610,1,'2026-01-16 01:33:19','2026-01-16 01:33:19','2bdb1496-9a92-4148-984d-84472ae6ce92'),
(38498,32,8619,NULL,2598,2,'2026-01-16 01:33:19','2026-01-16 01:33:19','80972f48-1b1c-46ac-8bba-8a0c838427f8'),
(38499,32,8619,NULL,2608,3,'2026-01-16 01:33:19','2026-01-16 01:33:19','37fe1663-c8e1-4eca-9789-a2a73e01bffb'),
(38500,32,8619,NULL,2600,4,'2026-01-16 01:33:19','2026-01-16 01:33:19','fe74ea26-b18a-440c-8f39-04bcb3ecacfc'),
(38501,32,8619,NULL,2596,5,'2026-01-16 01:33:19','2026-01-16 01:33:19','dd3d411f-8264-449a-b181-56697505eb6d'),
(38502,32,8619,NULL,2602,6,'2026-01-16 01:33:19','2026-01-16 01:33:19','00c7463c-3d7d-4e56-a04b-d7e04a0d8241'),
(38503,32,8619,NULL,2604,7,'2026-01-16 01:33:19','2026-01-16 01:33:19','17b2a680-aa4f-4992-b6f0-ae786cba0c02'),
(38504,16,8619,NULL,545,1,'2026-01-16 01:33:19','2026-01-16 01:33:19','4ae6216b-062e-4d1c-99c5-a4c601fbc716'),
(38505,7,8619,NULL,601,1,'2026-01-16 01:33:19','2026-01-16 01:33:19','0575563d-4afb-44b6-b924-42e2b694ca55'),
(38506,7,8619,NULL,617,2,'2026-01-16 01:33:19','2026-01-16 01:33:19','a053b64e-e7bd-4953-aa2f-b1fc600ffc21'),
(38507,7,8619,NULL,605,3,'2026-01-16 01:33:19','2026-01-16 01:33:19','5ecd83c5-c701-4596-8042-e9f2e38f6df1'),
(38508,82,8619,NULL,479,1,'2026-01-16 01:33:19','2026-01-16 01:33:19','7d1d45a4-6611-4e36-9233-6210927026d2'),
(38509,82,8619,NULL,491,2,'2026-01-16 01:33:19','2026-01-16 01:33:19','f45e721f-76d3-4502-9dc7-3a0ced11d20d'),
(38510,57,8619,NULL,545,1,'2026-01-16 01:33:19','2026-01-16 01:33:19','af5006a4-c147-4c35-ae03-31825dbf65f8'),
(38511,57,8619,NULL,137,2,'2026-01-16 01:33:19','2026-01-16 01:33:19','d141a64b-6a2e-41fe-a9f6-bdfb4b3b911d'),
(38512,57,8619,NULL,138,3,'2026-01-16 01:33:19','2026-01-16 01:33:19','d40281c2-443d-41a1-ace7-b6439e5c4a27'),
(38513,57,8619,NULL,136,4,'2026-01-16 01:33:19','2026-01-16 01:33:19','55ca0450-f622-4b40-aac3-fed2d24b093e'),
(38515,12,8619,NULL,548,1,'2026-01-16 01:33:19','2026-01-16 01:33:19','6288adb0-4882-4a1a-a349-51049fadd3e2'),
(38535,32,8621,NULL,2610,1,'2026-01-16 01:34:08','2026-01-16 01:34:08','d9b4dd7d-0c13-47ed-8614-ba15d33b2f24'),
(38536,32,8621,NULL,2598,2,'2026-01-16 01:34:08','2026-01-16 01:34:08','4cfdde75-da21-4f55-a0ac-1c4d19265d58'),
(38537,32,8621,NULL,2608,3,'2026-01-16 01:34:08','2026-01-16 01:34:08','c8cca106-ea56-4e9d-8585-bfe6f9439cc9'),
(38538,32,8621,NULL,2600,4,'2026-01-16 01:34:08','2026-01-16 01:34:08','bcac4a2f-5603-4862-afa6-58a81d2a9905'),
(38539,32,8621,NULL,2596,5,'2026-01-16 01:34:08','2026-01-16 01:34:08','44fd5013-cd48-4bd1-8263-486afc2e8f10'),
(38540,32,8621,NULL,2602,6,'2026-01-16 01:34:08','2026-01-16 01:34:08','2b617988-9365-40c0-a836-874f94d5a8e7'),
(38541,32,8621,NULL,2604,7,'2026-01-16 01:34:08','2026-01-16 01:34:08','190ecff5-033d-453d-9414-a8f64c57030b'),
(38542,16,8621,NULL,545,1,'2026-01-16 01:34:08','2026-01-16 01:34:08','00a1f215-cec0-4907-83ed-821576e01923'),
(38543,7,8621,NULL,601,1,'2026-01-16 01:34:08','2026-01-16 01:34:08','1957c00d-894c-4ef7-896a-8a1bc0dccab9'),
(38544,7,8621,NULL,617,2,'2026-01-16 01:34:08','2026-01-16 01:34:08','f751d072-ac3c-426d-9173-7225cdf047ea'),
(38545,7,8621,NULL,605,3,'2026-01-16 01:34:08','2026-01-16 01:34:08','3b452d8b-f252-4aba-9ba7-8e8930cae993'),
(38546,82,8621,NULL,479,1,'2026-01-16 01:34:08','2026-01-16 01:34:08','20756226-4bde-4c2e-8598-84d87e1056c3'),
(38547,82,8621,NULL,491,2,'2026-01-16 01:34:08','2026-01-16 01:34:08','da500061-c72b-42b1-9d1e-9bc63b675777'),
(38548,57,8621,NULL,545,1,'2026-01-16 01:34:08','2026-01-16 01:34:08','49fb05fc-e012-41ba-a529-7945a6abb6f6'),
(38549,57,8621,NULL,137,2,'2026-01-16 01:34:08','2026-01-16 01:34:08','2093c2c7-f6b4-42e9-bb2c-8effd591eda1'),
(38550,57,8621,NULL,138,3,'2026-01-16 01:34:08','2026-01-16 01:34:08','3b8c20b2-cf9a-4c90-a939-e44287aa853d'),
(38551,57,8621,NULL,136,4,'2026-01-16 01:34:08','2026-01-16 01:34:08','05bb6eb2-87c1-4b30-86bf-2170afd89258'),
(38553,12,8621,NULL,548,1,'2026-01-16 01:34:08','2026-01-16 01:34:08','627ab0ab-6a72-4fd7-9df3-a7f55f6b23c4'),
(38575,22,1500,NULL,8623,1,'2026-01-16 12:39:10','2026-01-16 12:39:10','cc9266af-5c56-4587-9640-b92119503ccb'),
(38576,83,8627,NULL,945,1,'2026-01-16 12:39:10','2026-01-16 12:39:10','7c82f9de-a729-481e-83d3-e904722a009e'),
(38577,16,8627,NULL,2968,1,'2026-01-16 12:39:10','2026-01-16 12:39:10','8fe9398f-0049-43a6-91a8-a7b882e88f45'),
(38578,57,8627,NULL,3246,1,'2026-01-16 12:39:10','2026-01-16 12:39:10','5e732454-577c-4057-8601-7b26816b4ae2'),
(38579,57,8627,NULL,3254,2,'2026-01-16 12:39:10','2026-01-16 12:39:10','2e015836-eeeb-4532-a49e-3c8694fb9c17'),
(38580,57,8627,NULL,3253,3,'2026-01-16 12:39:10','2026-01-16 12:39:10','e8792abb-85d2-44d6-bb8d-ab2f469c812e'),
(38581,57,8627,NULL,3251,4,'2026-01-16 12:39:10','2026-01-16 12:39:10','d545db98-0574-436d-bbf6-5c7c14ac162b'),
(38582,57,8627,NULL,3245,5,'2026-01-16 12:39:10','2026-01-16 12:39:10','8b1f8dd3-0c91-4f37-94a3-489e33a4a805'),
(38583,57,8627,NULL,3248,6,'2026-01-16 12:39:10','2026-01-16 12:39:10','4a26ec5c-b0c9-4d6d-b5e1-0f972b877320'),
(38585,22,8628,NULL,8623,1,'2026-01-16 12:39:10','2026-01-16 12:39:10','ef1cef41-d0bd-41b8-abc8-3448466cede0'),
(38586,66,8630,NULL,5680,1,'2026-01-16 12:39:10','2026-01-16 12:39:10','54305791-c554-44d9-bd43-4a06ee626a9a'),
(38596,83,8637,NULL,945,1,'2026-01-16 15:09:33','2026-01-16 15:09:33','9a46eda3-48ea-48b3-9879-e1fefe422b38'),
(38597,16,8637,NULL,2968,1,'2026-01-16 15:09:33','2026-01-16 15:09:33','86aacc6f-6b4a-4f06-976b-866061d652ff'),
(38598,57,8637,NULL,3246,1,'2026-01-16 15:09:33','2026-01-16 15:09:33','0f035c09-ce08-448d-8290-72ea1f7d2535'),
(38599,57,8637,NULL,3254,2,'2026-01-16 15:09:33','2026-01-16 15:09:33','27587f3d-0336-4152-bc9e-7008f1476e2c'),
(38600,57,8637,NULL,3253,3,'2026-01-16 15:09:33','2026-01-16 15:09:33','73e828bc-9ce3-4633-a82b-c50df02b5dba'),
(38601,57,8637,NULL,3251,4,'2026-01-16 15:09:33','2026-01-16 15:09:33','a8ae5901-ef07-4262-bdfc-ae2dcd77ecfa'),
(38602,57,8637,NULL,3245,5,'2026-01-16 15:09:33','2026-01-16 15:09:33','2bac55f3-a0dd-4a70-aade-c183b3816c21'),
(38603,57,8637,NULL,3248,6,'2026-01-16 15:09:33','2026-01-16 15:09:33','ce56987e-cd31-4475-b7a2-965e1bfeaf8b'),
(38636,83,8651,NULL,945,1,'2026-01-16 15:16:13','2026-01-16 15:16:13','45509bc0-3238-4c8e-93cf-a5d1d03f5b57'),
(38637,16,8651,NULL,2968,1,'2026-01-16 15:16:13','2026-01-16 15:16:13','d6ecfe89-ad53-4abf-9666-60c1d654aad7'),
(38638,57,8651,NULL,3246,1,'2026-01-16 15:16:13','2026-01-16 15:16:13','71af6ccd-695e-4867-91e0-d6efbf1f7fee'),
(38639,57,8651,NULL,3254,2,'2026-01-16 15:16:13','2026-01-16 15:16:13','d69add6b-e016-402a-97a2-259da0556ee4'),
(38640,57,8651,NULL,3253,3,'2026-01-16 15:16:13','2026-01-16 15:16:13','15601b5f-2534-45f1-81a9-98ee04050634'),
(38641,57,8651,NULL,3251,4,'2026-01-16 15:16:13','2026-01-16 15:16:13','a7e00af6-bf04-454f-b410-e5b05d54dc03'),
(38642,57,8651,NULL,3245,5,'2026-01-16 15:16:13','2026-01-16 15:16:13','c206fd73-8c90-4c88-ad6a-53704d015545'),
(38643,57,8651,NULL,3248,6,'2026-01-16 15:16:13','2026-01-16 15:16:13','7f2d806b-e8cd-4c43-b27c-2bf2bb1dd315'),
(38645,83,8656,NULL,945,1,'2026-01-16 15:17:14','2026-01-16 15:17:14','67544da1-8fa2-476f-94c1-47acaad35e73'),
(38646,16,8656,NULL,2968,1,'2026-01-16 15:17:14','2026-01-16 15:17:14','ab1317e9-9ca1-4a12-8473-534791fcad41'),
(38647,57,8656,NULL,3246,1,'2026-01-16 15:17:14','2026-01-16 15:17:14','72f7a1a2-918d-43fc-8905-d83adbce869f'),
(38648,57,8656,NULL,3254,2,'2026-01-16 15:17:14','2026-01-16 15:17:14','412cbd46-bb42-403a-8751-df4ff0ba3493'),
(38649,57,8656,NULL,3253,3,'2026-01-16 15:17:14','2026-01-16 15:17:14','90cbfd89-dd7e-489a-930a-3eeba1163a70'),
(38650,57,8656,NULL,3251,4,'2026-01-16 15:17:14','2026-01-16 15:17:14','ec33102f-5f97-478d-8a60-a92277bdad64'),
(38651,57,8656,NULL,3245,5,'2026-01-16 15:17:14','2026-01-16 15:17:14','45794204-da9e-48e8-a807-a2e3429dc553'),
(38652,57,8656,NULL,3248,6,'2026-01-16 15:17:14','2026-01-16 15:17:14','84433a67-080c-474b-8095-0f27d140df19'),
(38655,83,1161,NULL,1185,1,'2026-01-16 15:18:24','2026-01-16 15:18:24','fab0ea77-8db4-4fb7-9a03-74fd6445cddf'),
(38656,83,8657,NULL,1185,1,'2026-01-16 15:18:24','2026-01-16 15:18:24','bd511331-e9d8-4ba9-bd7c-47cb3bfe986b'),
(38657,16,8657,NULL,6598,1,'2026-01-16 15:18:24','2026-01-16 15:18:24','33ef3be9-8160-4fd7-9629-26dbd7a03280'),
(38658,57,8657,NULL,6600,1,'2026-01-16 15:18:24','2026-01-16 15:18:24','5a895da4-c04b-440e-8d60-5d5c0ddf1a09'),
(38659,57,8657,NULL,6601,2,'2026-01-16 15:18:24','2026-01-16 15:18:24','54eb01c4-a4ee-4882-a378-1bec2ef5fd2c'),
(38666,83,8661,NULL,1185,1,'2026-01-16 15:22:57','2026-01-16 15:22:57','fa4cb646-af3d-4e44-a0b5-89398e50b507'),
(38667,16,8661,NULL,6598,1,'2026-01-16 15:22:57','2026-01-16 15:22:57','b4487bbd-e0c5-4703-98e0-9f08ac52b6b7'),
(38668,57,8661,NULL,6600,1,'2026-01-16 15:22:57','2026-01-16 15:22:57','a8b87228-9d44-487d-a07d-3dbc925d7692'),
(38669,57,8661,NULL,6601,2,'2026-01-16 15:22:57','2026-01-16 15:22:57','900d2535-e218-4626-b7ca-9cafe9cfd74f'),
(38676,83,8671,NULL,1185,1,'2026-01-16 16:05:51','2026-01-16 16:05:51','b388e81c-9dcd-4bf6-aa99-fb46528e633c'),
(38677,16,8671,NULL,6598,1,'2026-01-16 16:05:51','2026-01-16 16:05:51','ecede8bb-10bb-4b28-805b-46a5ea082645'),
(38678,57,8671,NULL,6600,1,'2026-01-16 16:05:51','2026-01-16 16:05:51','550283fc-ec28-4403-a309-4d40907cd0b3'),
(38679,57,8671,NULL,6601,2,'2026-01-16 16:05:51','2026-01-16 16:05:51','8b9a0e68-046a-42ce-a205-8a6c33df6b09'),
(38690,83,8679,NULL,1185,1,'2026-01-16 16:15:26','2026-01-16 16:15:26','fb70f99b-c01b-4693-aa5c-45df034c59a7'),
(38691,16,8679,NULL,6598,1,'2026-01-16 16:15:26','2026-01-16 16:15:26','ff81b2dd-4c6b-43b6-bd68-30546c0e1e70'),
(38692,57,8679,NULL,8676,1,'2026-01-16 16:15:26','2026-01-16 16:15:26','645faec5-4d6a-4ff5-958b-57f5b21865ce'),
(38693,57,8679,NULL,6600,2,'2026-01-16 16:15:26','2026-01-16 16:15:26','7546677a-ba19-4d76-b106-4fd1b3fa751a'),
(38694,57,8679,NULL,6601,3,'2026-01-16 16:15:26','2026-01-16 16:15:26','bfe215f8-9d90-45ca-9070-3b102bfe3ac6'),
(38695,57,8679,NULL,8677,4,'2026-01-16 16:15:26','2026-01-16 16:15:26','83cc99d7-f4e4-49ad-a421-85bf1ab288a2'),
(38704,83,8681,NULL,1185,1,'2026-01-16 16:16:10','2026-01-16 16:16:10','78e8cd71-9ab3-46d7-9030-e85738f2e010'),
(38705,16,8681,NULL,6598,1,'2026-01-16 16:16:10','2026-01-16 16:16:10','5d2cb0fc-e47d-4ad3-851e-637318df2a26'),
(38706,57,8681,NULL,8676,1,'2026-01-16 16:16:10','2026-01-16 16:16:10','c04c774c-8165-496e-bdc2-91cee76dc4d5'),
(38707,57,8681,NULL,6600,2,'2026-01-16 16:16:10','2026-01-16 16:16:10','81ae5c33-d51f-4135-8ee7-2a494a63f24f'),
(38708,57,8681,NULL,6601,3,'2026-01-16 16:16:10','2026-01-16 16:16:10','41ccaee8-83ca-4ce2-bf96-999376afc549'),
(38709,57,8681,NULL,8677,4,'2026-01-16 16:16:10','2026-01-16 16:16:10','9fac26fe-c882-440f-b7ec-498c57fb5fac'),
(38718,83,8683,NULL,1185,1,'2026-01-16 16:23:31','2026-01-16 16:23:31','27d30b13-a7e4-4325-babc-5dc6ccc11278'),
(38719,16,8683,NULL,6598,1,'2026-01-16 16:23:31','2026-01-16 16:23:31','62559776-9d03-4a72-93b8-97c757d909cb'),
(38720,57,8683,NULL,8676,1,'2026-01-16 16:23:31','2026-01-16 16:23:31','312ac711-0474-4bf9-ba66-dafe183538ba'),
(38721,57,8683,NULL,6600,2,'2026-01-16 16:23:31','2026-01-16 16:23:31','0229f274-4046-4f26-8a8b-9987ca66066f'),
(38722,57,8683,NULL,6601,3,'2026-01-16 16:23:31','2026-01-16 16:23:31','4a830562-11c0-44ca-bbd8-06468559d024'),
(38723,57,8683,NULL,8677,4,'2026-01-16 16:23:31','2026-01-16 16:23:31','b65cee17-7af7-456b-8f70-383a721fd0e5'),
(38732,83,8693,NULL,1185,1,'2026-01-16 16:27:18','2026-01-16 16:27:18','a984f321-95b6-4d4c-8339-23ea6383cd6b'),
(38733,16,8693,NULL,6598,1,'2026-01-16 16:27:18','2026-01-16 16:27:18','bd44b659-9828-4f30-84c7-f893a81a3d97'),
(38734,57,8693,NULL,8676,1,'2026-01-16 16:27:18','2026-01-16 16:27:18','b371120d-8fcc-4b6f-b48f-d88e43118efb'),
(38735,57,8693,NULL,6600,2,'2026-01-16 16:27:18','2026-01-16 16:27:18','b532c41b-6b78-40b9-85be-ab909253d285'),
(38736,57,8693,NULL,6601,3,'2026-01-16 16:27:18','2026-01-16 16:27:18','3731f416-c1bd-4eeb-bd4f-f9d2e7d72de9'),
(38737,57,8693,NULL,8677,4,'2026-01-16 16:27:18','2026-01-16 16:27:18','9c943141-b238-4cc8-805a-ad6e0acfd6af'),
(38739,83,8698,NULL,1185,1,'2026-01-16 16:27:46','2026-01-16 16:27:46','9dc9b8ad-b2c1-4db0-843b-6ad2fc0eb2f3'),
(38740,16,8698,NULL,6598,1,'2026-01-16 16:27:46','2026-01-16 16:27:46','0542fd1a-c574-43ef-933a-9790cfa73f86'),
(38741,57,8698,NULL,8676,1,'2026-01-16 16:27:46','2026-01-16 16:27:46','79b55a79-b809-4497-baf5-a6873c1067a0'),
(38742,57,8698,NULL,6600,2,'2026-01-16 16:27:46','2026-01-16 16:27:46','4bfc595a-ce8b-4189-ad0f-846490dd38c4'),
(38743,57,8698,NULL,6601,3,'2026-01-16 16:27:46','2026-01-16 16:27:46','346e5235-2332-470d-b1a3-986a4719d4c8'),
(38744,57,8698,NULL,8677,4,'2026-01-16 16:27:46','2026-01-16 16:27:46','87346c7d-52ec-47cc-ac1c-53adeaeafcf7'),
(38755,57,1161,NULL,4322,3,'2026-01-16 16:31:31','2026-01-16 16:31:31','0c6ea1dc-f649-4176-82f9-31df9fc8e6eb'),
(38756,83,8700,NULL,1185,1,'2026-01-16 16:31:31','2026-01-16 16:31:31','df233e10-f211-4fd0-b050-26d3c721f812'),
(38757,16,8700,NULL,6598,1,'2026-01-16 16:31:31','2026-01-16 16:31:31','3264610f-e416-4142-a2f5-03da34aea6c5'),
(38758,57,8700,NULL,6600,1,'2026-01-16 16:31:31','2026-01-16 16:31:31','09f8c16a-3fc4-47dc-9ba0-8e75ddafa592'),
(38759,57,8700,NULL,6601,2,'2026-01-16 16:31:31','2026-01-16 16:31:31','fca43d9a-a2c6-481d-bc4d-c26a98f395d9'),
(38760,57,8700,NULL,4322,3,'2026-01-16 16:31:31','2026-01-16 16:31:31','fec26836-de3e-40fa-9568-ec8b7530d126'),
(38761,57,8700,NULL,8676,4,'2026-01-16 16:31:31','2026-01-16 16:31:31','99170333-fa89-4f20-93d7-b191db61b21c'),
(38763,83,8701,NULL,1185,1,'2026-01-16 16:33:03','2026-01-16 16:33:03','be7069ce-ca52-4423-9486-c8df399aeb79'),
(38764,16,8701,NULL,6598,1,'2026-01-16 16:33:03','2026-01-16 16:33:03','a63d4dca-b7d2-4095-97f4-397ee008a532'),
(38765,57,8701,NULL,6600,1,'2026-01-16 16:33:03','2026-01-16 16:33:03','16a7e822-4892-493b-b69f-0ff4234325af'),
(38766,57,8701,NULL,6601,2,'2026-01-16 16:33:03','2026-01-16 16:33:03','9fad4c32-fefc-4c26-bb22-44d174b2d7fe'),
(38767,57,8701,NULL,4322,3,'2026-01-16 16:33:03','2026-01-16 16:33:03','e1bfbc14-2068-458b-9633-56f58038c128'),
(38768,57,8701,NULL,8676,4,'2026-01-16 16:33:03','2026-01-16 16:33:03','4b5df203-0e1e-4259-84cd-2e6883180464'),
(38778,22,8706,NULL,8704,1,'2026-01-16 16:40:40','2026-01-16 16:40:40','83d0ec15-b5ac-467a-97ac-0e0e5bd85b24'),
(38779,83,8708,NULL,1185,1,'2026-01-16 16:40:40','2026-01-16 16:40:40','7d99d7c6-44f4-4383-9efa-aa64f84a61e8'),
(38780,16,8708,NULL,6598,1,'2026-01-16 16:40:40','2026-01-16 16:40:40','b65f3b20-a01c-4fe3-bff8-df92f77d4e34'),
(38781,57,8708,NULL,6600,1,'2026-01-16 16:40:40','2026-01-16 16:40:40','8469a15c-96e8-46d0-b356-26d71abec522'),
(38782,57,8708,NULL,6601,2,'2026-01-16 16:40:40','2026-01-16 16:40:40','cc2be4e6-647f-4876-8a32-63572acbc914'),
(38783,57,8708,NULL,4322,3,'2026-01-16 16:40:40','2026-01-16 16:40:40','807c9fc9-6ad4-4c0a-aadc-6abb59247757'),
(38784,57,8708,NULL,8676,4,'2026-01-16 16:40:40','2026-01-16 16:40:40','1159b055-a449-49cf-b0e0-1533f2734ad0'),
(38786,22,8709,NULL,6608,1,'2026-01-16 16:40:40','2026-01-16 16:40:40','7810d7fa-0b08-430f-a4ee-76e47fc63836'),
(38787,22,8710,NULL,8704,1,'2026-01-16 16:40:40','2026-01-16 16:40:40','ed5c35b7-ff45-43a8-85cd-a5ffa2ef286f'),
(38788,83,8712,NULL,1185,1,'2026-01-16 16:41:19','2026-01-16 16:41:19','936d8707-dd3f-4c5e-b92c-3833ef82cb2b'),
(38789,16,8712,NULL,6598,1,'2026-01-16 16:41:19','2026-01-16 16:41:19','a00b8bbe-c93c-4ebf-9224-ca26aa229efa'),
(38790,57,8712,NULL,6600,1,'2026-01-16 16:41:19','2026-01-16 16:41:19','eadf681e-2f41-42e7-983c-c81f0165a7ed'),
(38791,57,8712,NULL,6601,2,'2026-01-16 16:41:19','2026-01-16 16:41:19','efb6a5af-f40a-4040-b2a8-de7e520912e2'),
(38792,57,8712,NULL,4322,3,'2026-01-16 16:41:19','2026-01-16 16:41:19','7217effe-788e-4ad4-af59-9c23256307b5'),
(38793,57,8712,NULL,8676,4,'2026-01-16 16:41:19','2026-01-16 16:41:19','900bd52c-81ea-4595-9b09-dd370c8ca571'),
(38795,83,8713,NULL,1185,1,'2026-01-16 16:43:52','2026-01-16 16:43:52','cb4b892a-8fc4-43de-8b0a-33031646a526'),
(38796,16,8713,NULL,6598,1,'2026-01-16 16:43:52','2026-01-16 16:43:52','d356fc45-db77-4baf-a35e-45c3fb61ce03'),
(38797,57,8713,NULL,6600,1,'2026-01-16 16:43:52','2026-01-16 16:43:52','d268a082-72be-4030-8c63-5f298ed1d2f1'),
(38798,57,8713,NULL,6601,2,'2026-01-16 16:43:52','2026-01-16 16:43:52','8f1eed31-a4e5-4407-9384-5c6c2c4168a8'),
(38799,57,8713,NULL,4322,3,'2026-01-16 16:43:52','2026-01-16 16:43:52','44a24121-0d7e-4755-ac12-59c0e44b625c'),
(38800,57,8713,NULL,8676,4,'2026-01-16 16:43:52','2026-01-16 16:43:52','1d972d9a-533d-42dc-8445-6a904717b453'),
(38803,32,8715,NULL,2614,1,'2026-01-16 17:03:39','2026-01-16 17:03:39','09e19421-6e33-44ad-835e-c49d91431436'),
(38804,32,8715,NULL,2610,2,'2026-01-16 17:03:39','2026-01-16 17:03:39','1d3b2374-ae3c-4781-823d-aeafb618dca1'),
(38805,32,8715,NULL,2598,3,'2026-01-16 17:03:39','2026-01-16 17:03:39','6b650da1-1036-4f9a-ab76-6bca20083f38'),
(38806,32,8715,NULL,2608,4,'2026-01-16 17:03:39','2026-01-16 17:03:39','1de25a5f-fcda-4937-aaaa-ac5e55b1d5ac'),
(38807,32,8715,NULL,2600,5,'2026-01-16 17:03:39','2026-01-16 17:03:39','ee929919-039f-4c3d-b5bc-687c2b77c601'),
(38808,32,8715,NULL,2596,6,'2026-01-16 17:03:39','2026-01-16 17:03:39','e9360e4a-b814-4ac0-a606-11c19701a4d3'),
(38809,32,8715,NULL,2602,7,'2026-01-16 17:03:39','2026-01-16 17:03:39','1c1cec94-f2de-4d5c-9d0e-6baac313e2f2'),
(38810,32,8715,NULL,2604,8,'2026-01-16 17:03:39','2026-01-16 17:03:39','d49ff544-c375-40b8-824e-ee3f2d0a848f'),
(38811,16,8715,NULL,3158,1,'2026-01-16 17:03:39','2026-01-16 17:03:39','02be4e26-4ef4-453a-bbda-39e233be9482'),
(38812,7,8715,NULL,2969,1,'2026-01-16 17:03:39','2026-01-16 17:03:39','ca92aeaa-a5a2-4e7c-bb44-7500228aae6d'),
(38813,7,8715,NULL,2974,2,'2026-01-16 17:03:39','2026-01-16 17:03:39','76415489-2b75-4730-9953-a289e189bbb2'),
(38814,7,8715,NULL,617,3,'2026-01-16 17:03:39','2026-01-16 17:03:39','6c825599-1afb-4e11-838a-1b25a7bf762b'),
(38815,7,8715,NULL,605,4,'2026-01-16 17:03:39','2026-01-16 17:03:39','165ad8e3-8499-453c-af66-c136831feb3f'),
(38816,82,8715,NULL,479,1,'2026-01-16 17:03:39','2026-01-16 17:03:39','2f6eafbe-e227-4af8-935e-93acc5f8e21c'),
(38817,57,8715,NULL,7838,1,'2026-01-16 17:03:39','2026-01-16 17:03:39','68fbb9cc-cebd-433a-a53c-70a2eb3fedf9'),
(38818,57,8715,NULL,7840,2,'2026-01-16 17:03:39','2026-01-16 17:03:39','6259946e-3676-43ec-86ee-90f39d7b1c68'),
(38819,57,8715,NULL,7839,3,'2026-01-16 17:03:39','2026-01-16 17:03:39','e867dd3e-0894-4207-b363-734026be65ad'),
(38820,57,8715,NULL,7841,4,'2026-01-16 17:03:39','2026-01-16 17:03:39','6f4c38f8-e26d-4da1-a8fe-459cc2253395'),
(38821,57,8715,NULL,7842,5,'2026-01-16 17:03:39','2026-01-16 17:03:39','5e56a998-5611-4c93-ae65-5edbfc9eb2be'),
(38824,32,8718,NULL,2610,1,'2026-01-16 17:07:35','2026-01-16 17:07:35','a0a66651-1c1b-411e-a011-ca8c93b93cc7'),
(38825,32,8718,NULL,2598,2,'2026-01-16 17:07:35','2026-01-16 17:07:35','0028480c-afb0-4ba0-8462-87fec31a9107'),
(38826,32,8718,NULL,2608,3,'2026-01-16 17:07:35','2026-01-16 17:07:35','ca576d8d-5036-40f3-860d-4e00168e9727'),
(38827,32,8718,NULL,2600,4,'2026-01-16 17:07:35','2026-01-16 17:07:35','ce4179e5-eb0a-4a1c-9754-27b8ba86e732'),
(38828,32,8718,NULL,2596,5,'2026-01-16 17:07:35','2026-01-16 17:07:35','2d8e2376-81fa-417e-a9be-3e455121e611'),
(38829,32,8718,NULL,2602,6,'2026-01-16 17:07:35','2026-01-16 17:07:35','597f914d-898c-4570-8481-1fca7dcaf9df'),
(38830,32,8718,NULL,2604,7,'2026-01-16 17:07:35','2026-01-16 17:07:35','67cb96f7-7c54-42c3-83e8-9524dab3dfac'),
(38831,16,8718,NULL,545,1,'2026-01-16 17:07:35','2026-01-16 17:07:35','9ea84362-6bd7-4a8f-8d60-db7bc227079a'),
(38832,7,8718,NULL,601,1,'2026-01-16 17:07:35','2026-01-16 17:07:35','ca7fa6a9-e9b6-4bd7-bb1e-2be63d670003'),
(38833,7,8718,NULL,617,2,'2026-01-16 17:07:35','2026-01-16 17:07:35','3adfaaf0-72ee-4c2d-b380-2ac1d0b5c3d0'),
(38834,7,8718,NULL,605,3,'2026-01-16 17:07:35','2026-01-16 17:07:35','7f999654-8d6b-44c4-aae7-2e94b1bdfeba'),
(38835,82,8718,NULL,479,1,'2026-01-16 17:07:35','2026-01-16 17:07:35','b17cfc6b-fd9e-4eb0-bed0-905d19cbecd5'),
(38836,82,8718,NULL,491,2,'2026-01-16 17:07:35','2026-01-16 17:07:35','11a3e5bf-9ffc-4e61-bfc4-16bcec33b00c'),
(38837,57,8718,NULL,545,1,'2026-01-16 17:07:35','2026-01-16 17:07:35','d818b1e3-546f-41aa-9bbd-bcfd6f8b58b8'),
(38838,57,8718,NULL,137,2,'2026-01-16 17:07:35','2026-01-16 17:07:35','c0bfa004-5834-4b5a-a709-1922e758c714'),
(38839,57,8718,NULL,138,3,'2026-01-16 17:07:35','2026-01-16 17:07:35','2c943119-5191-47f9-8d87-83597211facd'),
(38840,57,8718,NULL,136,4,'2026-01-16 17:07:35','2026-01-16 17:07:35','119b3a46-8f45-40ca-ad01-1e087a3f7f17'),
(38842,12,8718,NULL,548,1,'2026-01-16 17:07:35','2026-01-16 17:07:35','468eaa05-3a19-4b28-b894-30c6ef420d06'),
(38866,22,1495,NULL,8623,1,'2026-01-16 17:08:17','2026-01-16 17:08:17','3e1cb52e-b551-4c44-9451-d33673abf143'),
(38889,22,8723,NULL,8623,1,'2026-01-16 17:08:17','2026-01-16 17:08:17','9b35326c-152f-49d7-9fe9-797faff307cf'),
(38890,32,8725,NULL,2610,1,'2026-01-16 17:10:51','2026-01-16 17:10:51','85900328-3bf2-4a59-8e8c-82eb366a4724'),
(38891,32,8725,NULL,2598,2,'2026-01-16 17:10:51','2026-01-16 17:10:51','50753482-fa25-4323-b209-909c9076e8e1'),
(38892,32,8725,NULL,2608,3,'2026-01-16 17:10:51','2026-01-16 17:10:51','a8f4c83f-bbe2-414f-ab45-eb5d469c66e1'),
(38893,32,8725,NULL,2600,4,'2026-01-16 17:10:51','2026-01-16 17:10:51','ee093e7d-9e69-4d42-9840-adf6478d58ad'),
(38894,32,8725,NULL,2596,5,'2026-01-16 17:10:51','2026-01-16 17:10:51','1f935cf8-8355-4375-9c05-76189f4d992d'),
(38895,32,8725,NULL,2602,6,'2026-01-16 17:10:51','2026-01-16 17:10:51','31e8ea46-e3bd-465b-9663-47ef701a43a2'),
(38896,32,8725,NULL,2604,7,'2026-01-16 17:10:51','2026-01-16 17:10:51','8d0294d5-3352-41b1-a84f-d43cc04d6e4b'),
(38897,16,8725,NULL,7707,1,'2026-01-16 17:10:51','2026-01-16 17:10:51','11465364-6c18-4daa-aaa3-168141edab9a'),
(38898,7,8725,NULL,601,1,'2026-01-16 17:10:51','2026-01-16 17:10:51','e27dbe19-0154-4693-8d53-a14644c06119'),
(38900,7,8725,NULL,3027,3,'2026-01-16 17:10:51','2026-01-16 17:10:51','d2021c13-0dc7-4f60-8ed5-c03df1f78c4a'),
(38901,7,8725,NULL,617,4,'2026-01-16 17:10:51','2026-01-16 17:10:51','40b0eb15-c3d5-4515-a616-d39b68eb5a31'),
(38902,7,8725,NULL,605,5,'2026-01-16 17:10:51','2026-01-16 17:10:51','df16f442-65a8-4027-bbd6-f0ac8590cd45'),
(38903,82,8725,NULL,479,1,'2026-01-16 17:10:51','2026-01-16 17:10:51','20f61ba2-43f0-455a-a115-211053af635c'),
(38904,82,8725,NULL,491,2,'2026-01-16 17:10:51','2026-01-16 17:10:51','5d648066-9872-4df5-8573-7b3d5ae34daf'),
(38905,46,8725,NULL,7369,1,'2026-01-16 17:10:51','2026-01-16 17:10:51','6115617c-49eb-4755-9dec-e4903544db68'),
(38906,57,8725,NULL,4923,1,'2026-01-16 17:10:51','2026-01-16 17:10:51','bcef6c54-4d13-408d-93c9-cee2853bb3d8'),
(38907,57,8725,NULL,4920,2,'2026-01-16 17:10:51','2026-01-16 17:10:51','fb51682e-04c3-46e8-82a8-0fdc05c47f21'),
(38908,57,8725,NULL,4921,3,'2026-01-16 17:10:51','2026-01-16 17:10:51','fe9fcecb-61ca-4d80-9c0b-44c60136e747'),
(38909,57,8725,NULL,4922,4,'2026-01-16 17:10:51','2026-01-16 17:10:51','2795de6e-54e5-4448-aba9-e12cc8d5d5a9'),
(38910,57,8725,NULL,4924,5,'2026-01-16 17:10:51','2026-01-16 17:10:51','88f813f6-8812-4430-9440-a132bd8cb7fd'),
(38911,57,8725,NULL,7722,6,'2026-01-16 17:10:51','2026-01-16 17:10:51','b9809ae7-c203-439d-8bd5-5a2ab352f1c3'),
(38913,83,8727,NULL,1185,1,'2026-01-16 20:31:47','2026-01-16 20:31:47','4eb23a55-9e76-4ac1-9de1-27634c50e172'),
(38914,16,8727,NULL,6598,1,'2026-01-16 20:31:47','2026-01-16 20:31:47','1ad82f03-ab7d-4be5-bce0-371a3a817d18'),
(38915,57,8727,NULL,6600,1,'2026-01-16 20:31:47','2026-01-16 20:31:47','422c2e6d-cea3-4c29-80d4-5412f8ed1c13'),
(38916,57,8727,NULL,6601,2,'2026-01-16 20:31:47','2026-01-16 20:31:47','dd6e57b8-fb46-473e-805f-744313f3a4de'),
(38917,57,8727,NULL,4322,3,'2026-01-16 20:31:47','2026-01-16 20:31:47','ad8f9623-8f8b-43d0-b14d-c32bbc37f7b9'),
(38918,57,8727,NULL,8676,4,'2026-01-16 20:31:47','2026-01-16 20:31:47','ad7400eb-50d3-4735-8dd2-be7d850273e1'),
(38920,32,8728,NULL,2610,1,'2026-01-16 20:32:57','2026-01-16 20:32:57','d0f6574a-791b-4f49-9ad7-4e176e43e0b3'),
(38921,32,8728,NULL,2598,2,'2026-01-16 20:32:57','2026-01-16 20:32:57','8db044e3-21fc-4a41-b557-9c958d1a9dd5'),
(38922,32,8728,NULL,2600,3,'2026-01-16 20:32:57','2026-01-16 20:32:57','3ccdcc7f-69e5-4cdf-aa75-6cc2099c068f'),
(38923,32,8728,NULL,2604,4,'2026-01-16 20:32:57','2026-01-16 20:32:57','939f6429-6f72-4fbc-b7f9-96633d1c0e5e'),
(38924,32,8728,NULL,2608,5,'2026-01-16 20:32:57','2026-01-16 20:32:57','4c7969a0-abc9-4bbc-b1ed-968d2b45760c'),
(38925,32,8728,NULL,2602,6,'2026-01-16 20:32:57','2026-01-16 20:32:57','197ee9a3-e5eb-4f6c-a441-034e2edd74aa'),
(38926,16,8728,NULL,4276,1,'2026-01-16 20:32:57','2026-01-16 20:32:57','6f3e00f0-19e7-4c83-bb18-cab5812e0da6'),
(38928,7,8728,NULL,2972,2,'2026-01-16 20:32:57','2026-01-16 20:32:57','d2f7a12c-3514-4e49-a7f3-6853e22de059'),
(38929,7,8728,NULL,617,3,'2026-01-16 20:32:57','2026-01-16 20:32:57','95fb688c-63b3-4b49-be49-89673caf9d4f'),
(38930,7,8728,NULL,605,4,'2026-01-16 20:32:57','2026-01-16 20:32:57','f51aa026-8ba8-4f54-8048-77de2db48954'),
(38931,82,8728,NULL,469,1,'2026-01-16 20:32:57','2026-01-16 20:32:57','4837690d-1a37-4fb3-961e-952983083d38'),
(38932,82,8728,NULL,479,2,'2026-01-16 20:32:57','2026-01-16 20:32:57','47fa8247-c758-4fd7-815e-d4d710b9e7e6'),
(38933,82,8728,NULL,491,3,'2026-01-16 20:32:57','2026-01-16 20:32:57','0b9e791e-4818-4036-bee7-64033a8b2444'),
(38934,57,8728,NULL,4834,1,'2026-01-16 20:32:57','2026-01-16 20:32:57','2b0970e0-4e72-453c-a9a6-52c1c2f59bd9'),
(38935,57,8728,NULL,4835,2,'2026-01-16 20:32:57','2026-01-16 20:32:57','6b02f02f-f3fb-4be5-9096-1d470b8dabba'),
(38936,57,8728,NULL,4836,3,'2026-01-16 20:32:57','2026-01-16 20:32:57','cea9c09c-cc21-457d-a8a7-065a8c96b795'),
(38937,57,8728,NULL,4837,4,'2026-01-16 20:32:57','2026-01-16 20:32:57','28dd2ece-8b58-4188-a5ed-cada83826d2d'),
(38938,57,8728,NULL,4838,5,'2026-01-16 20:32:57','2026-01-16 20:32:57','7c83b53f-3772-4418-a40c-092e361af00d'),
(38960,32,8730,NULL,2610,1,'2026-01-16 20:33:19','2026-01-16 20:33:19','23f50a66-7c37-45e2-aecf-bbd0baa778b6'),
(38961,32,8730,NULL,2598,2,'2026-01-16 20:33:19','2026-01-16 20:33:19','5714ac6b-099c-4788-a0b5-b9da3556f4fb'),
(38962,32,8730,NULL,2600,3,'2026-01-16 20:33:19','2026-01-16 20:33:19','f1b30005-c11b-4c21-9b6c-e4020733ec7d'),
(38963,32,8730,NULL,2604,4,'2026-01-16 20:33:19','2026-01-16 20:33:19','4701ed2b-649c-4966-a1fe-8385b849d56a'),
(38964,32,8730,NULL,2608,5,'2026-01-16 20:33:19','2026-01-16 20:33:19','cfc72997-cfca-455e-b9a4-0874a4e1e154'),
(38965,32,8730,NULL,2602,6,'2026-01-16 20:33:19','2026-01-16 20:33:19','c3c0b388-b32f-4bbd-be40-98e65a96a742'),
(38966,16,8730,NULL,4276,1,'2026-01-16 20:33:19','2026-01-16 20:33:19','2607e83a-d94e-4f55-a9c2-2995c9af41d6'),
(38968,7,8730,NULL,2972,2,'2026-01-16 20:33:19','2026-01-16 20:33:19','d63526f7-dca9-45a3-87df-49c276e5fb17'),
(38969,7,8730,NULL,617,3,'2026-01-16 20:33:19','2026-01-16 20:33:19','ee739a96-795c-4eb3-8ead-3b067e0b77c4'),
(38970,7,8730,NULL,605,4,'2026-01-16 20:33:19','2026-01-16 20:33:19','488f8c38-70e2-43fe-8dcd-b55e96f54f2b'),
(38971,82,8730,NULL,469,1,'2026-01-16 20:33:19','2026-01-16 20:33:19','f6170eb3-4a2c-4cf9-9fca-4ab103ff6cea'),
(38972,82,8730,NULL,479,2,'2026-01-16 20:33:19','2026-01-16 20:33:19','cde1a953-152f-4adb-b400-b933d1a6ad62'),
(38973,82,8730,NULL,491,3,'2026-01-16 20:33:19','2026-01-16 20:33:19','a2220076-8d79-401a-af08-e6c5484755a4'),
(38974,57,8730,NULL,4834,1,'2026-01-16 20:33:19','2026-01-16 20:33:19','1784d0a1-d426-476a-bc94-a9ec9c71250e'),
(38975,57,8730,NULL,4835,2,'2026-01-16 20:33:19','2026-01-16 20:33:19','882bb132-d0f8-41df-ab97-348c9a1bb587'),
(38976,57,8730,NULL,4836,3,'2026-01-16 20:33:19','2026-01-16 20:33:19','685903d1-6891-4be6-81bc-9853b3ad76de'),
(38977,57,8730,NULL,4837,4,'2026-01-16 20:33:19','2026-01-16 20:33:19','2ee1b823-6d5c-4ca7-8492-8c34c727fce9'),
(38978,57,8730,NULL,4838,5,'2026-01-16 20:33:19','2026-01-16 20:33:19','e56c261c-c4ab-420b-a356-f6e4226fce18'),
(39002,32,8734,NULL,2610,1,'2026-01-16 20:44:54','2026-01-16 20:44:54','895ec0ea-2eab-4744-93ef-d2aa99622b0a'),
(39003,32,8734,NULL,2598,2,'2026-01-16 20:44:54','2026-01-16 20:44:54','9a9f9202-a61b-4a68-b930-4048e0e68b58'),
(39004,32,8734,NULL,2600,3,'2026-01-16 20:44:54','2026-01-16 20:44:54','ed9507b0-bd97-457c-ba0d-44f2b0685d25'),
(39005,32,8734,NULL,2604,4,'2026-01-16 20:44:54','2026-01-16 20:44:54','f5255d53-7ea1-47a4-acbb-0109b30a35ab'),
(39006,32,8734,NULL,2608,5,'2026-01-16 20:44:54','2026-01-16 20:44:54','03369a88-92d1-4156-a99f-e1bf1b85cd23'),
(39007,32,8734,NULL,2602,6,'2026-01-16 20:44:54','2026-01-16 20:44:54','13f25af2-eb42-4f05-9eae-97b3d68b9d3c'),
(39008,16,8734,NULL,4276,1,'2026-01-16 20:44:54','2026-01-16 20:44:54','87ea6005-c917-46ef-a9e5-3c718c71def2'),
(39010,7,8734,NULL,2972,2,'2026-01-16 20:44:54','2026-01-16 20:44:54','19742cfc-b279-4918-84ae-236a4fef4c14'),
(39011,7,8734,NULL,617,3,'2026-01-16 20:44:54','2026-01-16 20:44:54','dbb35862-1a29-4a71-b600-47f8c8407f60'),
(39012,7,8734,NULL,605,4,'2026-01-16 20:44:54','2026-01-16 20:44:54','0010dbc2-7d9b-402d-99f1-79814af23069'),
(39013,82,8734,NULL,469,1,'2026-01-16 20:44:54','2026-01-16 20:44:54','60e69c93-7491-4294-b964-39c330a4d39f'),
(39014,82,8734,NULL,479,2,'2026-01-16 20:44:54','2026-01-16 20:44:54','6ec4e26f-33bb-4ab8-a356-7ee6084ad9fd'),
(39015,82,8734,NULL,491,3,'2026-01-16 20:44:54','2026-01-16 20:44:54','23fd0d1b-0179-4ef5-81fa-cb120e3ade7e'),
(39016,57,8734,NULL,4838,1,'2026-01-16 20:44:54','2026-01-16 20:44:54','abdd1c75-d908-4c8a-b868-160e453aece1'),
(39017,57,8734,NULL,4836,2,'2026-01-16 20:44:54','2026-01-16 20:44:54','0e068927-b119-40e7-8b3e-00b686bf701f'),
(39018,57,8734,NULL,4834,3,'2026-01-16 20:44:54','2026-01-16 20:44:54','7a73b401-8d91-4800-8183-cafa2be6897d'),
(39019,57,8734,NULL,4837,4,'2026-01-16 20:44:54','2026-01-16 20:44:54','dbd2c7b9-0393-4d04-a9cd-f3e3e3381035'),
(39021,22,8735,NULL,8733,1,'2026-01-16 20:44:54','2026-01-16 20:44:54','d03e1a85-cc33-47dc-86f3-55c4086c5721'),
(39041,32,8737,NULL,2610,1,'2026-01-16 20:44:57','2026-01-16 20:44:57','f895284f-51ba-48e2-b68f-d5fe778f7a7d'),
(39042,32,8737,NULL,2598,2,'2026-01-16 20:44:57','2026-01-16 20:44:57','dd02e537-7ddc-41e1-b41a-4d3223c9e810'),
(39043,32,8737,NULL,2600,3,'2026-01-16 20:44:57','2026-01-16 20:44:57','c8c0d0b3-c0bf-4156-925e-2f1409a898c2'),
(39044,32,8737,NULL,2604,4,'2026-01-16 20:44:57','2026-01-16 20:44:57','af4fea5c-9c9f-4bfd-bfcb-78c6f3df293a'),
(39045,32,8737,NULL,2608,5,'2026-01-16 20:44:57','2026-01-16 20:44:57','ae9583d0-0355-414a-827f-03e52ea7d1e0'),
(39046,32,8737,NULL,2602,6,'2026-01-16 20:44:57','2026-01-16 20:44:57','d0e43d96-1b52-4fc9-aa50-fb8189811da4'),
(39047,16,8737,NULL,4276,1,'2026-01-16 20:44:57','2026-01-16 20:44:57','2ddbe329-d9d9-49d1-8556-7d3b1b62ed61'),
(39049,7,8737,NULL,2972,2,'2026-01-16 20:44:57','2026-01-16 20:44:57','cea07b50-e343-4b35-8164-d500b783bd61'),
(39050,7,8737,NULL,617,3,'2026-01-16 20:44:57','2026-01-16 20:44:57','e327aeaa-d8ff-4200-be10-6b333556cc3c'),
(39051,7,8737,NULL,605,4,'2026-01-16 20:44:57','2026-01-16 20:44:57','1680faf6-31f5-416d-b030-448076d52170'),
(39052,82,8737,NULL,469,1,'2026-01-16 20:44:57','2026-01-16 20:44:57','b74f2cae-6ba0-4a20-8e7b-893e04c901f6'),
(39053,82,8737,NULL,479,2,'2026-01-16 20:44:57','2026-01-16 20:44:57','0caf9a33-cf1f-4cd1-a1ff-7bf011009965'),
(39054,82,8737,NULL,491,3,'2026-01-16 20:44:57','2026-01-16 20:44:57','8fa974cd-8a9f-4f90-b095-fe35755d123e'),
(39055,57,8737,NULL,4838,1,'2026-01-16 20:44:57','2026-01-16 20:44:57','6a54a49f-e0d6-42a6-ad77-79e10ae02880'),
(39056,57,8737,NULL,4836,2,'2026-01-16 20:44:57','2026-01-16 20:44:57','336dd0c6-49b7-4267-adf9-984c6b9eb2bf'),
(39057,57,8737,NULL,4834,3,'2026-01-16 20:44:57','2026-01-16 20:44:57','06025c7f-efe3-47c5-b631-c355f543a451'),
(39058,57,8737,NULL,4837,4,'2026-01-16 20:44:57','2026-01-16 20:44:57','0c27dae0-c514-46d1-9382-4a004709c237'),
(39060,32,8738,NULL,2610,1,'2026-01-16 20:47:17','2026-01-16 20:47:17','870bfd7f-2d86-48d6-8e60-a3ea1d59e211'),
(39061,32,8738,NULL,2598,2,'2026-01-16 20:47:17','2026-01-16 20:47:17','0bf86720-7ff4-4b96-9e2f-3ca0e01397a8'),
(39062,32,8738,NULL,2600,3,'2026-01-16 20:47:17','2026-01-16 20:47:17','f7cfe68c-10d6-4e74-8951-230575d56e35'),
(39063,32,8738,NULL,2604,4,'2026-01-16 20:47:17','2026-01-16 20:47:17','bc2bb8b3-5809-4a81-95fd-0b6b3abf96a7'),
(39064,16,8738,NULL,4282,1,'2026-01-16 20:47:17','2026-01-16 20:47:17','576dcba6-c087-449f-a1ab-aade5fa68f85'),
(39065,7,8738,NULL,2969,1,'2026-01-16 20:47:17','2026-01-16 20:47:17','aec99e9b-6fe0-44fa-b7a6-0265e9cd40a8'),
(39066,7,8738,NULL,617,2,'2026-01-16 20:47:17','2026-01-16 20:47:17','484e21a8-3cd1-494f-a625-f95dc06ed7d4'),
(39067,7,8738,NULL,605,3,'2026-01-16 20:47:17','2026-01-16 20:47:17','81284faf-de73-4c88-8339-55d0be8696d6'),
(39068,82,8738,NULL,469,1,'2026-01-16 20:47:17','2026-01-16 20:47:17','db1c580d-1773-48fc-bac5-df3e59e07493'),
(39069,82,8738,NULL,479,2,'2026-01-16 20:47:17','2026-01-16 20:47:17','1093a250-3a66-4643-93db-23eb25f5784f'),
(39070,82,8738,NULL,491,3,'2026-01-16 20:47:17','2026-01-16 20:47:17','49db2fee-7004-47d8-9cda-de06697ccdd7'),
(39071,57,8738,NULL,4911,1,'2026-01-16 20:47:17','2026-01-16 20:47:17','18e0d5b2-bc12-40ac-b906-b9e7d6379e32'),
(39072,57,8738,NULL,4909,2,'2026-01-16 20:47:17','2026-01-16 20:47:17','f3f3fc68-3ca5-4f0b-9b98-037522e1914e'),
(39073,57,8738,NULL,4910,3,'2026-01-16 20:47:17','2026-01-16 20:47:17','866b3941-8864-439a-b8d2-b8907d859279'),
(39089,57,1177,NULL,8740,1,'2026-01-16 20:47:40','2026-01-16 20:47:40','eb8967b6-acd1-45a6-9ba6-139bfc3d7d2f'),
(39090,32,8741,NULL,2610,1,'2026-01-16 20:47:40','2026-01-16 20:47:40','d098709d-cfe6-4c78-8b31-be1216dbf289'),
(39091,32,8741,NULL,2598,2,'2026-01-16 20:47:40','2026-01-16 20:47:40','a2fa7ec7-8205-4440-8c09-314117bb6dfe'),
(39092,32,8741,NULL,2600,3,'2026-01-16 20:47:40','2026-01-16 20:47:40','62d9da25-be6f-4af0-9b85-67d8a0cdda93'),
(39093,32,8741,NULL,2604,4,'2026-01-16 20:47:40','2026-01-16 20:47:40','c15ac99d-2946-437e-b08d-963d4e64fb57'),
(39094,16,8741,NULL,4282,1,'2026-01-16 20:47:40','2026-01-16 20:47:40','98522471-8b23-46eb-a099-ecc5c67014aa'),
(39095,7,8741,NULL,2969,1,'2026-01-16 20:47:40','2026-01-16 20:47:40','efd6b5ac-34c9-4062-9256-527709e98c0d'),
(39096,7,8741,NULL,617,2,'2026-01-16 20:47:40','2026-01-16 20:47:40','8dc8908b-41c9-4795-b533-443d62d8bfa0'),
(39097,7,8741,NULL,605,3,'2026-01-16 20:47:40','2026-01-16 20:47:40','12a880cc-a640-4df3-8553-e0b811de5db4'),
(39098,82,8741,NULL,469,1,'2026-01-16 20:47:40','2026-01-16 20:47:40','2f78f2f1-3612-4aba-99cc-325caead708e'),
(39099,82,8741,NULL,479,2,'2026-01-16 20:47:40','2026-01-16 20:47:40','bc490cbb-21ee-4bca-a458-e4bef63a1dcc'),
(39100,82,8741,NULL,491,3,'2026-01-16 20:47:40','2026-01-16 20:47:40','62a1ea8d-fcef-4ef2-919f-7120ab514c2d'),
(39101,57,8741,NULL,8740,1,'2026-01-16 20:47:40','2026-01-16 20:47:40','563b76b9-e2c7-46df-8278-600b757d8688'),
(39102,57,8741,NULL,4911,2,'2026-01-16 20:47:40','2026-01-16 20:47:40','055a5703-80d2-47b9-ac98-34ca138c91c3'),
(39103,57,8741,NULL,4909,3,'2026-01-16 20:47:40','2026-01-16 20:47:40','2e5c0d55-79fc-48dc-850d-0cb0c2f60d81'),
(39104,57,8741,NULL,4910,4,'2026-01-16 20:47:40','2026-01-16 20:47:40','03c0ec19-02c5-4917-9814-0c3e7e550ee7'),
(39120,32,8743,NULL,2610,1,'2026-01-16 20:48:03','2026-01-16 20:48:03','9f3d9035-922d-445a-9479-c12db09490bb'),
(39121,32,8743,NULL,2598,2,'2026-01-16 20:48:03','2026-01-16 20:48:03','a58c2110-90b6-47cc-8085-2d6f6c430277'),
(39122,32,8743,NULL,2600,3,'2026-01-16 20:48:03','2026-01-16 20:48:03','874f3c74-859d-41ee-9d55-4648ac50a195'),
(39123,32,8743,NULL,2604,4,'2026-01-16 20:48:03','2026-01-16 20:48:03','a3b91c60-9bf6-4010-ac19-ce9f3477f728'),
(39124,16,8743,NULL,4282,1,'2026-01-16 20:48:03','2026-01-16 20:48:03','7c9d8d0a-42e5-4832-915d-b55059593796'),
(39125,7,8743,NULL,2969,1,'2026-01-16 20:48:03','2026-01-16 20:48:03','5832fb06-0b8a-4d3d-8072-1685de69c12e'),
(39126,7,8743,NULL,617,2,'2026-01-16 20:48:03','2026-01-16 20:48:03','d8867b8d-9421-4305-ba25-da32c1266d94'),
(39127,7,8743,NULL,605,3,'2026-01-16 20:48:03','2026-01-16 20:48:03','e4f9efa9-8d67-4b1d-9da8-9cfc0b36327f'),
(39128,82,8743,NULL,469,1,'2026-01-16 20:48:03','2026-01-16 20:48:03','6f145692-fc07-4c4a-941c-1d49ed988804'),
(39129,82,8743,NULL,479,2,'2026-01-16 20:48:03','2026-01-16 20:48:03','9ad6bb4c-4b8c-40f4-970c-0482cb1a7dcf'),
(39130,82,8743,NULL,491,3,'2026-01-16 20:48:03','2026-01-16 20:48:03','56b5d4f8-58c9-4d98-b822-aef20a4a7d23'),
(39131,57,8743,NULL,8740,1,'2026-01-16 20:48:03','2026-01-16 20:48:03','78771c5e-8bef-4eae-8703-beefa5db594a'),
(39132,57,8743,NULL,4911,2,'2026-01-16 20:48:03','2026-01-16 20:48:03','4e666132-6ea3-4759-be9a-950d50004949'),
(39133,57,8743,NULL,4909,3,'2026-01-16 20:48:03','2026-01-16 20:48:03','e76a70b3-3fe0-4469-a526-79994837f062'),
(39134,57,8743,NULL,4910,4,'2026-01-16 20:48:03','2026-01-16 20:48:03','50ed7b4a-da63-4b68-9c1e-20a9f6254f68'),
(39146,57,1185,NULL,8747,1,'2026-01-16 20:56:59','2026-01-16 20:56:59','c567c916-b334-487d-81a3-5989e735a320'),
(39147,57,1185,NULL,8750,2,'2026-01-16 20:56:59','2026-01-16 20:56:59','afe23aec-b72a-4221-9235-f76018b8a6f7'),
(39148,57,1185,NULL,8751,3,'2026-01-16 20:56:59','2026-01-16 20:56:59','b4fcc941-bb6c-4efe-9f1c-0b4d8b3b0625'),
(39149,57,1185,NULL,8746,4,'2026-01-16 20:56:59','2026-01-16 20:56:59','23d3dc81-df2b-49f7-9228-89bfc80ec9a5'),
(39150,57,1185,NULL,8753,5,'2026-01-16 20:56:59','2026-01-16 20:56:59','2dfa55e0-9c72-4cc6-a64f-999b321465b2'),
(39151,57,1185,NULL,8754,6,'2026-01-16 20:56:59','2026-01-16 20:56:59','9adebf1e-a21f-48e3-93a8-4ddb530b963b'),
(39152,57,1185,NULL,8749,7,'2026-01-16 20:56:59','2026-01-16 20:56:59','fd4aaa52-aa9a-41b5-9b1d-9172c85d67d9'),
(39153,57,1185,NULL,8744,8,'2026-01-16 20:56:59','2026-01-16 20:56:59','2ad6d334-bc46-4af8-a243-ca68985997bc'),
(39154,57,1185,NULL,8745,9,'2026-01-16 20:56:59','2026-01-16 20:56:59','198d79b3-fc53-44bf-b813-3d2ea75327c5'),
(39156,32,8755,NULL,2610,1,'2026-01-16 20:56:59','2026-01-16 20:56:59','8e685b1d-25e0-4f94-8df2-e79d3dbfa823'),
(39157,32,8755,NULL,2598,2,'2026-01-16 20:56:59','2026-01-16 20:56:59','9d567f03-56a7-4902-b042-d09dde6c06b9'),
(39158,32,8755,NULL,2600,3,'2026-01-16 20:56:59','2026-01-16 20:56:59','c0edffa7-e3f0-448c-8eec-8eb74e5a843f'),
(39159,32,8755,NULL,2604,4,'2026-01-16 20:56:59','2026-01-16 20:56:59','9780f643-9a15-4c96-bffd-e9aee874f54b'),
(39160,32,8755,NULL,2608,5,'2026-01-16 20:56:59','2026-01-16 20:56:59','d7c96256-613e-4b41-a520-83366e82d17c'),
(39161,32,8755,NULL,2602,6,'2026-01-16 20:56:59','2026-01-16 20:56:59','06b20e18-51fa-490f-b476-df8a921acf45'),
(39162,16,8755,NULL,4322,1,'2026-01-16 20:56:59','2026-01-16 20:56:59','f069d6eb-093e-4bf5-8610-50a9b129486b'),
(39163,7,8755,NULL,2969,1,'2026-01-16 20:56:59','2026-01-16 20:56:59','ea0433ff-dada-4eb1-83e4-333791d3a063'),
(39164,7,8755,NULL,617,2,'2026-01-16 20:56:59','2026-01-16 20:56:59','cdd1a473-ebec-4a5a-a7db-d4ada1144df0'),
(39165,7,8755,NULL,605,3,'2026-01-16 20:56:59','2026-01-16 20:56:59','42386396-4f14-4854-87fe-f8cfc7ee536b'),
(39166,82,8755,NULL,469,1,'2026-01-16 20:56:59','2026-01-16 20:56:59','dce23e9c-78a9-48dd-9031-7be8a1d8b96f'),
(39167,82,8755,NULL,479,2,'2026-01-16 20:56:59','2026-01-16 20:56:59','c247fd7f-a425-475c-8042-088e4de0256b'),
(39168,82,8755,NULL,491,3,'2026-01-16 20:56:59','2026-01-16 20:56:59','c4667180-7dee-4345-bf34-013fa630c893'),
(39169,57,8755,NULL,8747,1,'2026-01-16 20:56:59','2026-01-16 20:56:59','127a4467-90d3-4195-ba49-37c0e3b9472b'),
(39170,57,8755,NULL,8750,2,'2026-01-16 20:56:59','2026-01-16 20:56:59','f14e1cc4-5c0e-4e4b-b2eb-7e51b04c6471'),
(39171,57,8755,NULL,8751,3,'2026-01-16 20:56:59','2026-01-16 20:56:59','2ad3709c-cf86-47ee-affb-2be8f6219028'),
(39172,57,8755,NULL,8746,4,'2026-01-16 20:56:59','2026-01-16 20:56:59','be2fa65c-122b-4475-a2e8-7887d1378ad2'),
(39173,57,8755,NULL,8753,5,'2026-01-16 20:56:59','2026-01-16 20:56:59','82f5e254-2680-4925-b8eb-409880f6606b'),
(39174,57,8755,NULL,8754,6,'2026-01-16 20:56:59','2026-01-16 20:56:59','f62d03de-c2ef-45f3-b8c3-d0158fedc1e2'),
(39175,57,8755,NULL,8749,7,'2026-01-16 20:56:59','2026-01-16 20:56:59','2db750a7-72e3-4418-8c2a-7fa24e18499d'),
(39176,57,8755,NULL,8744,8,'2026-01-16 20:56:59','2026-01-16 20:56:59','7a1b156f-490d-4882-89ed-a49fac8bd085'),
(39177,57,8755,NULL,8745,9,'2026-01-16 20:56:59','2026-01-16 20:56:59','a7fb8697-7967-4ed9-902d-2bba6705bff6'),
(39178,57,8755,NULL,8748,10,'2026-01-16 20:56:59','2026-01-16 20:56:59','a9b117a7-e514-45d3-916d-8c00110a15d7'),
(39202,32,8757,NULL,2610,1,'2026-01-16 20:58:27','2026-01-16 20:58:27','f703c059-f559-4ffa-a866-115f14e23d10'),
(39203,32,8757,NULL,2598,2,'2026-01-16 20:58:27','2026-01-16 20:58:27','c1c73f0c-3297-4d88-b631-784f9bd1df02'),
(39204,32,8757,NULL,2600,3,'2026-01-16 20:58:27','2026-01-16 20:58:27','a733d3b4-6add-436f-8258-3d68f6601db5'),
(39205,32,8757,NULL,2604,4,'2026-01-16 20:58:27','2026-01-16 20:58:27','2d5e2a42-bed4-4f03-ad2d-9923b4e08578'),
(39206,32,8757,NULL,2608,5,'2026-01-16 20:58:27','2026-01-16 20:58:27','afdd675d-cec4-4d7c-8226-d1c2efa401ce'),
(39207,32,8757,NULL,2602,6,'2026-01-16 20:58:27','2026-01-16 20:58:27','6d5e7bf3-c9e1-4f08-809d-867025500b54'),
(39208,16,8757,NULL,4322,1,'2026-01-16 20:58:27','2026-01-16 20:58:27','f3a70b4e-ec1e-437c-b8a3-c477eb0674e7'),
(39209,7,8757,NULL,2969,1,'2026-01-16 20:58:27','2026-01-16 20:58:27','63671a80-7ccc-442b-bc7f-82c354a88fc2'),
(39210,7,8757,NULL,617,2,'2026-01-16 20:58:27','2026-01-16 20:58:27','d5610dd5-a4b2-4fb2-abd5-1cc0c09610c8'),
(39211,7,8757,NULL,605,3,'2026-01-16 20:58:27','2026-01-16 20:58:27','eb705ed0-191e-4e06-a5fa-19c36955d8d9'),
(39212,82,8757,NULL,469,1,'2026-01-16 20:58:27','2026-01-16 20:58:27','eb132a78-009e-4e46-9c55-1e77849af5cf'),
(39213,82,8757,NULL,479,2,'2026-01-16 20:58:27','2026-01-16 20:58:27','86f4efbf-851a-4bb3-acf2-9c41b9ba24e9'),
(39214,82,8757,NULL,491,3,'2026-01-16 20:58:27','2026-01-16 20:58:27','9037c145-34cf-49a2-9612-71e8ae9898d4'),
(39215,57,8757,NULL,8747,1,'2026-01-16 20:58:27','2026-01-16 20:58:27','6a4a4ea3-92cf-4318-9516-e1cebcecdb1d'),
(39216,57,8757,NULL,8750,2,'2026-01-16 20:58:27','2026-01-16 20:58:27','5f824498-361a-4a58-a6f6-67ef995d08b3'),
(39217,57,8757,NULL,8751,3,'2026-01-16 20:58:27','2026-01-16 20:58:27','20103f12-d491-4fcd-92ba-d4919b2efaaa'),
(39218,57,8757,NULL,8746,4,'2026-01-16 20:58:27','2026-01-16 20:58:27','22c74c2a-51a1-4108-a591-b8837a8a069a'),
(39219,57,8757,NULL,8753,5,'2026-01-16 20:58:27','2026-01-16 20:58:27','8f254534-4233-46c6-89fb-73db06c93e12'),
(39220,57,8757,NULL,8754,6,'2026-01-16 20:58:27','2026-01-16 20:58:27','d2eed86f-0b22-4438-b46e-53b024c6b32b'),
(39221,57,8757,NULL,8749,7,'2026-01-16 20:58:27','2026-01-16 20:58:27','b6e89241-c7ce-4b93-b412-d20cab9cac20'),
(39222,57,8757,NULL,8744,8,'2026-01-16 20:58:27','2026-01-16 20:58:27','8b799cdc-ae54-4c4a-aaf0-737c2aabb1f3'),
(39223,57,8757,NULL,8745,9,'2026-01-16 20:58:27','2026-01-16 20:58:27','6df93f3f-d7c9-4d1f-801a-a325dea85ae3'),
(39247,22,1695,NULL,8759,1,'2026-01-16 21:29:27','2026-01-16 21:29:27','ea7ad267-e017-43ea-8a5a-4285d4735187'),
(39248,32,8761,NULL,2610,1,'2026-01-16 21:29:27','2026-01-16 21:29:27','003f4029-401e-454e-9bb3-b05ef193292e'),
(39249,32,8761,NULL,2598,2,'2026-01-16 21:29:27','2026-01-16 21:29:27','d4dde0c7-6d20-4e83-b5a5-192a8bff4413'),
(39250,32,8761,NULL,2600,3,'2026-01-16 21:29:27','2026-01-16 21:29:27','ce78f5ff-383c-4c7d-99c3-b46e2989c066'),
(39251,32,8761,NULL,2604,4,'2026-01-16 21:29:27','2026-01-16 21:29:27','17dcd3a6-c325-41e9-8dde-4429fd7dbce3'),
(39252,32,8761,NULL,2608,5,'2026-01-16 21:29:27','2026-01-16 21:29:27','1940bb7f-e171-4bb5-9286-7b208fccc114'),
(39253,32,8761,NULL,2602,6,'2026-01-16 21:29:27','2026-01-16 21:29:27','2727ffa4-3082-4081-97bb-c3897ad80be4'),
(39254,16,8761,NULL,4322,1,'2026-01-16 21:29:27','2026-01-16 21:29:27','120bb3c9-9eb1-4559-8e36-e7d4aa1be3f5'),
(39255,7,8761,NULL,2969,1,'2026-01-16 21:29:27','2026-01-16 21:29:27','61ed9b81-36ba-4234-a172-a7e077f6e9e0'),
(39256,7,8761,NULL,617,2,'2026-01-16 21:29:27','2026-01-16 21:29:27','5d865742-0867-4512-b6b6-cb674fafbe4c'),
(39257,7,8761,NULL,605,3,'2026-01-16 21:29:27','2026-01-16 21:29:27','f99049d5-3e82-4dde-84ce-8708a23be2f7'),
(39258,82,8761,NULL,469,1,'2026-01-16 21:29:27','2026-01-16 21:29:27','12a64512-b9ae-4cc2-bfa7-7f535e00d6d8'),
(39259,82,8761,NULL,479,2,'2026-01-16 21:29:27','2026-01-16 21:29:27','9e230975-8681-477f-977e-a3798ed4d4c8'),
(39260,82,8761,NULL,491,3,'2026-01-16 21:29:27','2026-01-16 21:29:27','a41955b4-47ac-4733-9ef1-7fe8be36314e'),
(39261,57,8761,NULL,8747,1,'2026-01-16 21:29:27','2026-01-16 21:29:27','0da9084b-67e3-46ea-a046-d9fdcac3fd4b'),
(39262,57,8761,NULL,8750,2,'2026-01-16 21:29:27','2026-01-16 21:29:27','02f4ef90-ca62-4572-b5f1-2d5aaccd2295'),
(39263,57,8761,NULL,8751,3,'2026-01-16 21:29:27','2026-01-16 21:29:27','4a29d3c3-0d34-4d6a-8194-f71d00441aad'),
(39264,57,8761,NULL,8746,4,'2026-01-16 21:29:27','2026-01-16 21:29:27','b22da611-3689-4207-9733-99e238f6a0f5'),
(39265,57,8761,NULL,8753,5,'2026-01-16 21:29:27','2026-01-16 21:29:27','5ae18a11-df42-4d5a-a375-c0de133cbeb1'),
(39266,57,8761,NULL,8754,6,'2026-01-16 21:29:27','2026-01-16 21:29:27','a515a53a-a85f-4ab8-81a4-357c41b3d645'),
(39267,57,8761,NULL,8749,7,'2026-01-16 21:29:27','2026-01-16 21:29:27','6c7237ac-5642-40d8-b9a2-ca0fa16918a7'),
(39268,57,8761,NULL,8744,8,'2026-01-16 21:29:27','2026-01-16 21:29:27','a11f6688-b503-49d1-90ae-3e58ddff312d'),
(39269,57,8761,NULL,8745,9,'2026-01-16 21:29:27','2026-01-16 21:29:27','7c5d18ce-f490-495e-ba40-edb075dc9358'),
(39270,22,8762,NULL,8759,1,'2026-01-16 21:29:27','2026-01-16 21:29:27','dec246fd-abab-423a-93c6-05c6abb19cfe'),
(39280,22,1674,NULL,8764,1,'2026-01-16 21:29:59','2026-01-16 21:29:59','1918f37d-4123-473e-85ca-9198d6f340bf'),
(39281,83,8766,NULL,1185,1,'2026-01-16 21:29:59','2026-01-16 21:29:59','563caff3-8670-4c62-9f7f-fb790cbcf8f1'),
(39282,16,8766,NULL,6598,1,'2026-01-16 21:29:59','2026-01-16 21:29:59','90424ea6-dc37-42f5-a9a3-9b81d4c34194'),
(39283,57,8766,NULL,6600,1,'2026-01-16 21:29:59','2026-01-16 21:29:59','d3b94274-4185-414e-883d-e76b45443c79'),
(39284,57,8766,NULL,6601,2,'2026-01-16 21:29:59','2026-01-16 21:29:59','da9b4e33-9870-4833-9de7-0e35f46322ed'),
(39285,57,8766,NULL,4322,3,'2026-01-16 21:29:59','2026-01-16 21:29:59','2297ba19-6c72-4267-aed6-375bf33c4c5f'),
(39286,57,8766,NULL,8676,4,'2026-01-16 21:29:59','2026-01-16 21:29:59','1bc2464b-4c66-4c64-b31e-a5313fbf8f79'),
(39288,22,8767,NULL,8764,1,'2026-01-16 21:29:59','2026-01-16 21:29:59','11b0b342-1977-423a-8ee2-62047cc7a550'),
(39312,22,1694,NULL,8769,1,'2026-01-16 21:31:57','2026-01-16 21:31:57','7abbadbe-6f42-4a40-ac7c-08ea41d676ad'),
(39313,32,8771,NULL,2610,1,'2026-01-16 21:31:57','2026-01-16 21:31:57','4d6277b6-d18a-4f6f-bcc9-fdbe7ed67296'),
(39314,32,8771,NULL,2598,2,'2026-01-16 21:31:57','2026-01-16 21:31:57','4d65b06f-49d0-4a41-aa18-6b3c011161c8'),
(39315,32,8771,NULL,2600,3,'2026-01-16 21:31:57','2026-01-16 21:31:57','c03a873e-016a-4f8e-acc9-ca828f4a6a14'),
(39316,32,8771,NULL,2604,4,'2026-01-16 21:31:57','2026-01-16 21:31:57','377ef17a-dcb7-4e6c-b292-601a09506fe0'),
(39317,32,8771,NULL,2608,5,'2026-01-16 21:31:57','2026-01-16 21:31:57','851bd180-fa54-4b5e-957d-689af15ad74e'),
(39318,32,8771,NULL,2602,6,'2026-01-16 21:31:57','2026-01-16 21:31:57','983830ef-546e-4cdf-a96b-7e8543994814'),
(39319,16,8771,NULL,4322,1,'2026-01-16 21:31:57','2026-01-16 21:31:57','927c3eb7-703a-48af-8891-0b1917d09c78'),
(39320,7,8771,NULL,2969,1,'2026-01-16 21:31:57','2026-01-16 21:31:57','d7aaaaed-c5db-430b-87de-e3f7e8c013b7'),
(39321,7,8771,NULL,617,2,'2026-01-16 21:31:57','2026-01-16 21:31:57','7d9c0026-0660-4284-9b12-bf2f9279d339'),
(39322,7,8771,NULL,605,3,'2026-01-16 21:31:57','2026-01-16 21:31:57','b5d64bfc-92f4-4c83-9af7-ead2a94b8821'),
(39323,82,8771,NULL,469,1,'2026-01-16 21:31:57','2026-01-16 21:31:57','0d526dc9-2a2d-41a4-aa9a-d8c316c77cf4'),
(39324,82,8771,NULL,479,2,'2026-01-16 21:31:57','2026-01-16 21:31:57','b5c2cbed-c7cc-4f6c-b222-cc803e21a98b'),
(39325,82,8771,NULL,491,3,'2026-01-16 21:31:57','2026-01-16 21:31:57','7b4798d2-4491-4172-bbf2-f8ff86c19aeb'),
(39326,57,8771,NULL,8747,1,'2026-01-16 21:31:57','2026-01-16 21:31:57','51d65c62-e59e-4347-8b67-3b8f54445fbf'),
(39327,57,8771,NULL,8750,2,'2026-01-16 21:31:57','2026-01-16 21:31:57','4fbc8991-86af-46d5-80b1-1ae59336118e'),
(39328,57,8771,NULL,8751,3,'2026-01-16 21:31:57','2026-01-16 21:31:57','acb856e0-4e03-42d6-9f31-75cb5bdd6e6a'),
(39329,57,8771,NULL,8746,4,'2026-01-16 21:31:57','2026-01-16 21:31:57','97640d74-2397-4a65-813d-ad2333e51808'),
(39330,57,8771,NULL,8753,5,'2026-01-16 21:31:57','2026-01-16 21:31:57','9e9e6607-dbf1-45bc-bf89-81549c12a3b2'),
(39331,57,8771,NULL,8754,6,'2026-01-16 21:31:57','2026-01-16 21:31:57','eb359c77-dd16-4565-800a-ec3c1f50ff2d'),
(39332,57,8771,NULL,8749,7,'2026-01-16 21:31:57','2026-01-16 21:31:57','6d48f225-5cd3-4fc4-bd08-2b27865c1391'),
(39333,57,8771,NULL,8744,8,'2026-01-16 21:31:57','2026-01-16 21:31:57','bfac7df0-eea0-4c62-9231-1c48bba0eaac'),
(39334,57,8771,NULL,8745,9,'2026-01-16 21:31:57','2026-01-16 21:31:57','6ee034ed-1197-4b7c-9817-3c20e9086a31'),
(39335,22,8772,NULL,8769,1,'2026-01-16 21:31:57','2026-01-16 21:31:57','2d78464c-2acf-49a6-bf9f-cd8efed1ded7'),
(39344,57,1161,NULL,8774,4,'2026-01-16 21:35:24','2026-01-16 21:35:24','52775812-93c0-4aea-aa41-fbe822e1449a'),
(39345,83,8775,NULL,1185,1,'2026-01-16 21:35:24','2026-01-16 21:35:24','5c61411b-4392-4906-9c09-a7852a5e5801'),
(39346,16,8775,NULL,6598,1,'2026-01-16 21:35:24','2026-01-16 21:35:24','70b10af0-4812-4713-b30f-0d6e4fdd2643'),
(39347,57,8775,NULL,6600,1,'2026-01-16 21:35:24','2026-01-16 21:35:24','128f8038-a327-46f7-abdc-3b24de64e4ec'),
(39348,57,8775,NULL,6601,2,'2026-01-16 21:35:24','2026-01-16 21:35:24','5ef27f80-b530-432e-acff-570ff167e2da'),
(39349,57,8775,NULL,4322,3,'2026-01-16 21:35:24','2026-01-16 21:35:24','22432ae0-3423-4e4c-9243-e8862b64cece'),
(39350,57,8775,NULL,8774,4,'2026-01-16 21:35:24','2026-01-16 21:35:24','06e81290-a1e0-41c3-b605-f79b8b0748a2'),
(39359,83,8777,NULL,1185,1,'2026-01-16 21:35:49','2026-01-16 21:35:49','ca02e969-2531-4a99-8e44-e0d9738c95fc'),
(39360,16,8777,NULL,6598,1,'2026-01-16 21:35:49','2026-01-16 21:35:49','99bb4e11-35b5-4362-a457-d7d9670adbeb'),
(39361,57,8777,NULL,6600,1,'2026-01-16 21:35:49','2026-01-16 21:35:49','116cd737-a852-403b-ab70-6d1c418ac78c'),
(39362,57,8777,NULL,6601,2,'2026-01-16 21:35:49','2026-01-16 21:35:49','8fb6d416-3216-4d42-84b6-4d731056737e'),
(39363,57,8777,NULL,4322,3,'2026-01-16 21:35:49','2026-01-16 21:35:49','9b9baf95-7af1-4788-93b1-590a95e28cde'),
(39364,57,8777,NULL,8774,4,'2026-01-16 21:35:49','2026-01-16 21:35:49','c297b656-7491-48c3-9be6-554b1ac3a8b6'),
(39387,57,1191,NULL,8779,7,'2026-01-17 00:13:48','2026-01-17 00:14:38','8439e911-baa0-4e32-a5db-02a0da40e460'),
(39388,57,1191,NULL,8780,8,'2026-01-17 00:13:48','2026-01-17 00:14:38','6dd546b1-3431-42aa-8bf0-878a6d57e57a'),
(39389,57,1191,NULL,8781,1,'2026-01-17 00:13:48','2026-01-17 00:14:38','77b4b904-a101-43cf-a976-f53bd9aa7130'),
(39390,57,1191,NULL,8782,2,'2026-01-17 00:13:48','2026-01-17 00:14:38','fe61d0ce-920c-460b-b085-36f45634bcae'),
(39391,57,1191,NULL,8783,3,'2026-01-17 00:13:48','2026-01-17 00:14:38','4ea16d43-4f15-45ec-a35f-a2fb5b71d608'),
(39392,57,1191,NULL,8784,4,'2026-01-17 00:13:48','2026-01-17 00:14:38','04399dfb-c985-44c1-b4d2-a736dd3a4002'),
(39393,57,1191,NULL,8785,5,'2026-01-17 00:13:48','2026-01-17 00:14:38','8efb2e91-c477-4c09-bf4a-216cb6a5a65b'),
(39394,57,1191,NULL,8786,6,'2026-01-17 00:13:48','2026-01-17 00:14:38','5cfd24b1-490d-445f-b22d-ed10f5e48fae'),
(39395,32,8787,NULL,2610,1,'2026-01-17 00:13:48','2026-01-17 00:13:48','3f1ca920-b069-40b9-8590-264307774571'),
(39396,32,8787,NULL,2598,2,'2026-01-17 00:13:48','2026-01-17 00:13:48','3f9ab1a9-bbec-418c-9339-ebcb7763b48a'),
(39397,32,8787,NULL,2600,3,'2026-01-17 00:13:48','2026-01-17 00:13:48','f5b65da2-bc35-4cad-a52a-6962a2c429b6'),
(39398,32,8787,NULL,2604,4,'2026-01-17 00:13:48','2026-01-17 00:13:48','56ce007e-7340-48f4-a1f6-e22b38a43bde'),
(39399,32,8787,NULL,2608,5,'2026-01-17 00:13:48','2026-01-17 00:13:48','2803c4be-e775-4853-b242-cfd80fa67e60'),
(39400,32,8787,NULL,2602,6,'2026-01-17 00:13:48','2026-01-17 00:13:48','ac93d143-a6b4-430a-a3e3-fb584eb1d74e'),
(39401,16,8787,NULL,4358,1,'2026-01-17 00:13:48','2026-01-17 00:13:48','a1a4956f-614c-4ad8-ac53-aa2f214c5245'),
(39402,7,8787,NULL,617,1,'2026-01-17 00:13:48','2026-01-17 00:13:48','4562f0bc-73ce-45c0-bf26-9d0dd4216a74'),
(39403,7,8787,NULL,605,2,'2026-01-17 00:13:48','2026-01-17 00:13:48','8f937bc9-43d1-432a-8669-a0200163906d'),
(39404,82,8787,NULL,469,1,'2026-01-17 00:13:48','2026-01-17 00:13:48','2766ffe7-ef3a-4813-9be5-d9d60e0fdc63'),
(39405,82,8787,NULL,479,2,'2026-01-17 00:13:48','2026-01-17 00:13:48','d06272b2-7ce1-47f8-ae40-d8cc986b913e'),
(39406,82,8787,NULL,491,3,'2026-01-17 00:13:48','2026-01-17 00:13:48','ca610dd3-bfff-41f5-bf31-776caf349819'),
(39407,57,8787,NULL,8779,1,'2026-01-17 00:13:48','2026-01-17 00:13:48','b0d3ce2b-af68-4e3e-99eb-6359381acc56'),
(39408,57,8787,NULL,8780,2,'2026-01-17 00:13:48','2026-01-17 00:13:48','3bdaad28-106d-417d-8c36-cc7e1ec89ba8'),
(39409,57,8787,NULL,8781,3,'2026-01-17 00:13:48','2026-01-17 00:13:48','f76af14b-ba8f-493d-afe9-72d0afda0777'),
(39410,57,8787,NULL,8782,4,'2026-01-17 00:13:48','2026-01-17 00:13:48','2fb14dd9-081c-4a44-96c3-4371b708dd45'),
(39411,57,8787,NULL,8783,5,'2026-01-17 00:13:48','2026-01-17 00:13:48','007076e9-f546-4632-a4ff-793def2deb53'),
(39412,57,8787,NULL,8784,6,'2026-01-17 00:13:48','2026-01-17 00:13:48','0f67b1ec-7922-4447-9b5c-28d8f2b3222f'),
(39413,57,8787,NULL,8785,7,'2026-01-17 00:13:48','2026-01-17 00:13:48','ac7f2759-7702-496c-80f5-18a9d811d73b'),
(39414,57,8787,NULL,8786,8,'2026-01-17 00:13:48','2026-01-17 00:13:48','24341edc-01de-4421-886c-7f4eb0c258b6'),
(39437,32,8789,NULL,2610,1,'2026-01-17 00:14:38','2026-01-17 00:14:38','1a15ad78-740e-4d13-a07d-c63019fada0f'),
(39438,32,8789,NULL,2598,2,'2026-01-17 00:14:38','2026-01-17 00:14:38','745a38c4-d09d-41df-8a55-536250f68abe'),
(39439,32,8789,NULL,2600,3,'2026-01-17 00:14:38','2026-01-17 00:14:38','0c817f09-a477-4cc5-9cef-fb2e5147cab9'),
(39440,32,8789,NULL,2604,4,'2026-01-17 00:14:38','2026-01-17 00:14:38','2787a073-dd3f-4a56-93e5-6c9dafdb8aea'),
(39441,32,8789,NULL,2608,5,'2026-01-17 00:14:38','2026-01-17 00:14:38','70fc9925-e904-4f96-b793-f0d7fc0b30e6'),
(39442,32,8789,NULL,2602,6,'2026-01-17 00:14:38','2026-01-17 00:14:38','700776ca-8f09-48be-bcd8-445964b74cc4'),
(39443,16,8789,NULL,4358,1,'2026-01-17 00:14:38','2026-01-17 00:14:38','55d612a5-1895-4d1b-b051-85beee739aa9'),
(39444,7,8789,NULL,617,1,'2026-01-17 00:14:38','2026-01-17 00:14:38','059e470c-86b7-4727-b62a-18c4f9db153a'),
(39445,7,8789,NULL,605,2,'2026-01-17 00:14:38','2026-01-17 00:14:38','ff32e6bb-f68e-41cb-b993-4c7e08906b8f'),
(39446,82,8789,NULL,469,1,'2026-01-17 00:14:38','2026-01-17 00:14:38','c2430d0a-03f5-4cf3-ab13-552bbeaa0d03'),
(39447,82,8789,NULL,479,2,'2026-01-17 00:14:38','2026-01-17 00:14:38','8d1aace7-376f-4591-b71c-7a74531a3fa9'),
(39448,82,8789,NULL,491,3,'2026-01-17 00:14:38','2026-01-17 00:14:38','2b1bb2be-19c2-4ebb-9d67-90f581a21551'),
(39449,57,8789,NULL,8781,1,'2026-01-17 00:14:38','2026-01-17 00:14:38','8228d4a2-a00b-4d37-b946-918f0993c2b9'),
(39450,57,8789,NULL,8782,2,'2026-01-17 00:14:38','2026-01-17 00:14:38','86c836b2-c83b-469c-8d21-999831f93cc5'),
(39451,57,8789,NULL,8783,3,'2026-01-17 00:14:38','2026-01-17 00:14:38','7bbdbb1c-c766-4c69-92fb-f82d670bdc30'),
(39452,57,8789,NULL,8784,4,'2026-01-17 00:14:38','2026-01-17 00:14:38','7514152d-e6bc-4a23-a9cc-e683073160f6'),
(39453,57,8789,NULL,8785,5,'2026-01-17 00:14:38','2026-01-17 00:14:38','cb6b4924-b117-40ff-9c6d-649884a4095e'),
(39454,57,8789,NULL,8786,6,'2026-01-17 00:14:38','2026-01-17 00:14:38','5229efc6-d5f2-48fe-98e7-265a33d32d18'),
(39455,57,8789,NULL,8779,7,'2026-01-17 00:14:38','2026-01-17 00:14:38','69f0eaf1-7065-49b0-b22a-33643ce6e6d7'),
(39456,57,8789,NULL,8780,8,'2026-01-17 00:14:38','2026-01-17 00:14:38','71b549cf-43e1-4602-962b-3183a5e79af3'),
(39479,32,8792,NULL,2610,1,'2026-01-17 00:15:34','2026-01-17 00:15:34','e2e70971-677c-4ebf-8937-ca32df0d5f3b'),
(39480,32,8792,NULL,2598,2,'2026-01-17 00:15:34','2026-01-17 00:15:34','ef4dc9f7-0130-44d8-b483-83aa2e90f170'),
(39481,32,8792,NULL,2600,3,'2026-01-17 00:15:34','2026-01-17 00:15:34','400ebfdc-f6b2-4fc9-b3c2-072f99e9b792'),
(39482,32,8792,NULL,2604,4,'2026-01-17 00:15:34','2026-01-17 00:15:34','17234fa2-f188-4fcc-92c6-99401f22da39'),
(39483,32,8792,NULL,2608,5,'2026-01-17 00:15:34','2026-01-17 00:15:34','7de9b873-4497-44d8-8e76-37f62f537347'),
(39484,32,8792,NULL,2602,6,'2026-01-17 00:15:34','2026-01-17 00:15:34','c3046085-6ef6-44fc-a3fc-d56883bbab5d'),
(39485,16,8792,NULL,4358,1,'2026-01-17 00:15:34','2026-01-17 00:15:34','e78e5969-23fa-46ff-8876-d96756735115'),
(39486,7,8792,NULL,617,1,'2026-01-17 00:15:34','2026-01-17 00:15:34','8c7971ab-74cd-4695-aed1-92c994a92cc8'),
(39487,7,8792,NULL,605,2,'2026-01-17 00:15:34','2026-01-17 00:15:34','0bf3d5fd-0c1a-4bed-b78c-bf21c2e935d6'),
(39488,82,8792,NULL,469,1,'2026-01-17 00:15:34','2026-01-17 00:15:34','1df8ce47-8551-4129-baed-2019a9173c88'),
(39489,82,8792,NULL,479,2,'2026-01-17 00:15:34','2026-01-17 00:15:34','ecc6cd9e-eb95-4752-9efb-c4adb1fb09b7'),
(39490,82,8792,NULL,491,3,'2026-01-17 00:15:34','2026-01-17 00:15:34','9c6c36b7-e1f9-48e3-aa79-0d8075c430f5'),
(39491,57,8792,NULL,8781,1,'2026-01-17 00:15:34','2026-01-17 00:15:34','c9e1b1a9-4452-4028-98fd-62145596759d'),
(39492,57,8792,NULL,8782,2,'2026-01-17 00:15:34','2026-01-17 00:15:34','ec23a64f-1824-4e42-8074-7929de2384ff'),
(39493,57,8792,NULL,8783,3,'2026-01-17 00:15:34','2026-01-17 00:15:34','73af3821-5563-4162-9f33-9c92d1f78f8b'),
(39494,57,8792,NULL,8784,4,'2026-01-17 00:15:34','2026-01-17 00:15:34','c5996f7a-ad21-4309-8dbe-439ea699452b'),
(39495,57,8792,NULL,8785,5,'2026-01-17 00:15:34','2026-01-17 00:15:34','c267cd18-58ee-44c9-b516-6f46659afc3b'),
(39496,57,8792,NULL,8786,6,'2026-01-17 00:15:34','2026-01-17 00:15:34','ca5e27e2-109b-44c1-8265-cb0c01d42466'),
(39497,57,8792,NULL,8779,7,'2026-01-17 00:15:34','2026-01-17 00:15:34','befbddcb-7426-4442-ba56-a59fd88836a7'),
(39498,57,8792,NULL,8780,8,'2026-01-17 00:15:34','2026-01-17 00:15:34','d518158e-2870-4722-b62b-3f0692856ab5'),
(39550,57,1197,NULL,8806,1,'2026-01-17 00:21:22','2026-01-17 00:21:22','a19a62d8-9de4-4322-9143-3f4ce62e6b4b'),
(39551,57,1197,NULL,8808,2,'2026-01-17 00:21:22','2026-01-17 00:21:22','da45a113-8661-42c3-afe6-cb3bd3411380'),
(39552,57,1197,NULL,8810,3,'2026-01-17 00:21:22','2026-01-17 00:21:22','e4f83a7b-98fc-45a9-9a44-073c66d4f689'),
(39553,57,1197,NULL,8803,4,'2026-01-17 00:21:22','2026-01-17 00:21:22','f48c65a6-df89-44fa-be0e-b259a56a1443'),
(39554,57,1197,NULL,8804,5,'2026-01-17 00:21:22','2026-01-17 00:21:22','016890a3-16e8-4be0-b465-09efdd7ba2dd'),
(39555,57,1197,NULL,8805,6,'2026-01-17 00:21:22','2026-01-17 00:21:22','8970961f-6d59-451c-8543-085ab2029609'),
(39556,57,1197,NULL,8807,7,'2026-01-17 00:21:22','2026-01-17 00:21:22','f7dbe619-c047-4acc-ade6-3cf092100309'),
(39557,32,8813,NULL,2610,1,'2026-01-17 00:21:22','2026-01-17 00:21:22','2688085a-c9ef-4261-9040-3e709dcdf8c4'),
(39558,32,8813,NULL,2622,2,'2026-01-17 00:21:22','2026-01-17 00:21:22','10c35e78-4714-4499-9510-7b48ca3c52e8'),
(39559,32,8813,NULL,2598,3,'2026-01-17 00:21:22','2026-01-17 00:21:22','fdcc840d-6cb0-409f-89aa-b63d114f85e2'),
(39560,32,8813,NULL,2600,4,'2026-01-17 00:21:22','2026-01-17 00:21:22','f38770d5-7c21-4b0b-91d2-b7a78ede7841'),
(39561,32,8813,NULL,2604,5,'2026-01-17 00:21:22','2026-01-17 00:21:22','c68cd08a-aba6-4a04-b5af-31af5c770b01'),
(39562,32,8813,NULL,2608,6,'2026-01-17 00:21:22','2026-01-17 00:21:22','dec69d5f-e997-4b75-be5f-bf1d1cb3b990'),
(39563,32,8813,NULL,2602,7,'2026-01-17 00:21:22','2026-01-17 00:21:22','5aab4ead-929f-4897-9ae7-91baad189187'),
(39564,16,8813,NULL,4385,1,'2026-01-17 00:21:22','2026-01-17 00:21:22','e9b8e64f-03e4-4760-831e-7621751ebd69'),
(39565,7,8813,NULL,2969,1,'2026-01-17 00:21:22','2026-01-17 00:21:22','9bd21ec1-71f0-428c-8408-5b32017c5895'),
(39566,7,8813,NULL,617,2,'2026-01-17 00:21:22','2026-01-17 00:21:22','98bde668-8ff5-423c-b7ec-7542a2acd1be'),
(39567,7,8813,NULL,605,3,'2026-01-17 00:21:22','2026-01-17 00:21:22','2055d792-cd6d-4814-bac9-63dc043b1f5f'),
(39568,82,8813,NULL,469,1,'2026-01-17 00:21:22','2026-01-17 00:21:22','442c0efd-023c-4ac5-b9ef-981ea08b360e'),
(39569,82,8813,NULL,479,2,'2026-01-17 00:21:22','2026-01-17 00:21:22','9dd682e9-eadd-4e11-a0e6-606872f2f22e'),
(39570,82,8813,NULL,491,3,'2026-01-17 00:21:22','2026-01-17 00:21:22','16966280-a5dd-47ba-967b-1322aaf0caa0'),
(39571,46,8813,NULL,4403,1,'2026-01-17 00:21:22','2026-01-17 00:21:22','e42c9206-d19e-4ce1-a51d-ce1157f587a9'),
(39572,57,8813,NULL,8806,1,'2026-01-17 00:21:22','2026-01-17 00:21:22','09fa55ba-944c-4484-b644-fd9b928ba1a1'),
(39573,57,8813,NULL,8808,2,'2026-01-17 00:21:22','2026-01-17 00:21:22','deef2666-0c53-4000-91c6-3bde3a4255dc'),
(39574,57,8813,NULL,8810,3,'2026-01-17 00:21:22','2026-01-17 00:21:22','64fcb847-a6a9-4021-b3e8-c2741973beed'),
(39575,57,8813,NULL,8803,4,'2026-01-17 00:21:22','2026-01-17 00:21:22','ffbaee88-7026-43e3-846a-c334c1c34603'),
(39576,57,8813,NULL,8804,5,'2026-01-17 00:21:22','2026-01-17 00:21:22','5788de4c-744f-4328-a005-df099d381279'),
(39577,57,8813,NULL,8805,6,'2026-01-17 00:21:22','2026-01-17 00:21:22','84d72dc4-2ad5-4819-9fb1-9b0de5b345d0'),
(39578,57,8813,NULL,8807,7,'2026-01-17 00:21:22','2026-01-17 00:21:22','fb9bd33e-6c7c-42d1-bd2a-74e23a64019a'),
(39630,32,8819,NULL,2610,1,'2026-01-17 00:23:10','2026-01-17 00:23:10','daa76d71-345d-47c9-b50d-6cdaacc8f434'),
(39631,32,8819,NULL,2598,2,'2026-01-17 00:23:10','2026-01-17 00:23:10','836892d7-a182-4a15-8302-e26e27992c92'),
(39632,32,8819,NULL,2608,3,'2026-01-17 00:23:10','2026-01-17 00:23:10','42d31c8e-9341-44c2-91c5-ac151091593b'),
(39633,32,8819,NULL,2624,4,'2026-01-17 00:23:10','2026-01-17 00:23:10','3fe9ff69-705d-42d2-9db9-b94c21291b5c'),
(39634,32,8819,NULL,2600,5,'2026-01-17 00:23:10','2026-01-17 00:23:10','1085a84b-5f9a-48fd-8dd2-22dedba61d07'),
(39635,32,8819,NULL,2596,6,'2026-01-17 00:23:10','2026-01-17 00:23:10','73e25ec1-8f53-41df-a832-2201721e5c40'),
(39636,32,8819,NULL,2602,7,'2026-01-17 00:23:10','2026-01-17 00:23:10','6af7e323-9300-4f7e-b479-11bbc02f6225'),
(39637,32,8819,NULL,2606,8,'2026-01-17 00:23:10','2026-01-17 00:23:10','8a56003d-ed22-47cd-9f92-71776cdbea6c'),
(39638,32,8819,NULL,2612,9,'2026-01-17 00:23:10','2026-01-17 00:23:10','7bde1941-8a38-4d4d-9cae-6d3f5b3046b9'),
(39639,32,8819,NULL,2604,10,'2026-01-17 00:23:10','2026-01-17 00:23:10','77c01a5f-03e1-428b-bef2-6555b98b6100'),
(39640,16,8819,NULL,4786,1,'2026-01-17 00:23:10','2026-01-17 00:23:10','dc79fe3a-2907-481b-b457-64d7820a0811'),
(39641,7,8819,NULL,601,1,'2026-01-17 00:23:10','2026-01-17 00:23:10','9b8da99b-b48e-4414-ad04-ee8bcc0a76d1'),
(39642,7,8819,NULL,6547,2,'2026-01-17 00:23:10','2026-01-17 00:23:10','75f7c347-5feb-42c3-b8f1-e5dc7aa8ede8'),
(39643,7,8819,NULL,617,3,'2026-01-17 00:23:10','2026-01-17 00:23:10','57523387-a44a-4b4c-88ff-2d3b6a8ad7a0'),
(39644,7,8819,NULL,605,4,'2026-01-17 00:23:10','2026-01-17 00:23:10','17cec93c-8649-46eb-825b-ae372fb1e26c'),
(39645,82,8819,NULL,491,1,'2026-01-17 00:23:10','2026-01-17 00:23:10','957db248-10ee-46a8-965c-46ad1acad92c'),
(39646,46,8819,NULL,2891,1,'2026-01-17 00:23:10','2026-01-17 00:23:10','6b419dc0-3ef4-48ba-888d-3e0212c652fa'),
(39647,57,8819,NULL,4806,1,'2026-01-17 00:23:10','2026-01-17 00:23:10','a304249d-6e2d-4f30-8992-729b22b1be68'),
(39648,57,8819,NULL,4807,2,'2026-01-17 00:23:10','2026-01-17 00:23:10','35c78f65-3ddf-4f50-9f29-9c318544ff97'),
(39649,57,8819,NULL,4808,3,'2026-01-17 00:23:10','2026-01-17 00:23:10','845ab885-73a6-4f83-afb7-31cdc7b31595'),
(39650,57,8819,NULL,4809,4,'2026-01-17 00:23:10','2026-01-17 00:23:10','f936213a-8a07-41fe-a474-f8d4710896b6'),
(39651,57,8819,NULL,4810,5,'2026-01-17 00:23:10','2026-01-17 00:23:10','b3db5f24-e2f6-4e9f-b0f9-5e2bf6114d14'),
(39652,57,8819,NULL,4811,6,'2026-01-17 00:23:10','2026-01-17 00:23:10','159169aa-1ef5-4180-a186-e8b063032b52'),
(39653,13,8819,NULL,6542,1,'2026-01-17 00:23:10','2026-01-17 00:23:10','fe6ca456-79a3-4001-b5bd-9e672506604d'),
(39681,32,8822,NULL,2610,1,'2026-01-17 00:23:22','2026-01-17 00:23:22','46dd4b0d-0715-4c9d-a41a-5b012180be93'),
(39682,32,8822,NULL,2622,2,'2026-01-17 00:23:22','2026-01-17 00:23:22','5cdb52c2-567e-4f23-8da4-e6d8783139ec'),
(39683,32,8822,NULL,2598,3,'2026-01-17 00:23:22','2026-01-17 00:23:22','f1448b63-7e8c-4f0c-816d-80df7e11c1ac'),
(39684,32,8822,NULL,2600,4,'2026-01-17 00:23:22','2026-01-17 00:23:22','3b1afa49-c2e3-4597-872f-7399e0c99367'),
(39685,32,8822,NULL,2604,5,'2026-01-17 00:23:22','2026-01-17 00:23:22','e94778ea-c98f-493b-93fa-55638517359c'),
(39686,32,8822,NULL,2608,6,'2026-01-17 00:23:22','2026-01-17 00:23:22','ce1ee8ee-beaf-425b-aee6-433da400cc77'),
(39687,32,8822,NULL,2602,7,'2026-01-17 00:23:22','2026-01-17 00:23:22','d937b68e-27a1-4553-aefe-3c482bf5bba6'),
(39688,16,8822,NULL,4385,1,'2026-01-17 00:23:22','2026-01-17 00:23:22','f4ef31ee-dad5-4095-b503-8d9bd238f706'),
(39689,7,8822,NULL,2969,1,'2026-01-17 00:23:22','2026-01-17 00:23:22','c797898e-4044-40c0-a831-b99cd6e36fc6'),
(39690,7,8822,NULL,617,2,'2026-01-17 00:23:22','2026-01-17 00:23:22','78677271-5db9-45f2-a03b-71eaf0d9ba10'),
(39691,7,8822,NULL,605,3,'2026-01-17 00:23:22','2026-01-17 00:23:22','50b7b682-3fe9-470c-8687-8a3211c29b25'),
(39692,82,8822,NULL,469,1,'2026-01-17 00:23:22','2026-01-17 00:23:22','e15cda98-4261-473c-abda-b4eebd67722d'),
(39693,82,8822,NULL,479,2,'2026-01-17 00:23:22','2026-01-17 00:23:22','e36f5f0c-967c-4ccb-abb9-50de017de786'),
(39694,82,8822,NULL,491,3,'2026-01-17 00:23:22','2026-01-17 00:23:22','c227730f-0baf-4d09-92ce-a63c77129f9a'),
(39695,46,8822,NULL,4403,1,'2026-01-17 00:23:22','2026-01-17 00:23:22','7919171e-319c-4c76-a9ba-3bc58dfc9181'),
(39696,57,8822,NULL,8806,1,'2026-01-17 00:23:22','2026-01-17 00:23:22','3a331a44-bf1c-4433-86b7-d6c3029bc3e2'),
(39697,57,8822,NULL,8808,2,'2026-01-17 00:23:22','2026-01-17 00:23:22','fa710b5d-ff03-4f81-be94-b14766dcf040'),
(39698,57,8822,NULL,8810,3,'2026-01-17 00:23:22','2026-01-17 00:23:22','44ab6bac-aab1-4850-acde-1ec398cb17f1'),
(39699,57,8822,NULL,8803,4,'2026-01-17 00:23:22','2026-01-17 00:23:22','f68bb73f-a834-46c1-a719-79c855d2f955'),
(39700,57,8822,NULL,8804,5,'2026-01-17 00:23:22','2026-01-17 00:23:22','36959771-470c-41ed-92ef-d6ca032dad2a'),
(39701,57,8822,NULL,8805,6,'2026-01-17 00:23:22','2026-01-17 00:23:22','e53e06fa-aa1b-49f0-8bca-a4dd7acd8620'),
(39702,57,8822,NULL,8807,7,'2026-01-17 00:23:22','2026-01-17 00:23:22','eafa5cb4-64bc-41e8-83ba-cd9b7325f378'),
(39720,32,8824,NULL,2622,1,'2026-01-17 00:23:33','2026-01-17 00:23:33','3e60f014-5eed-4d6e-bcfc-3e2991e5eda7'),
(39721,32,8824,NULL,2598,2,'2026-01-17 00:23:33','2026-01-17 00:23:33','c2003610-6a3c-4343-bf0a-95e1b384fea2'),
(39722,32,8824,NULL,2608,3,'2026-01-17 00:23:33','2026-01-17 00:23:33','26c5caaf-c2a2-424b-bf66-f3c70c796032'),
(39723,32,8824,NULL,2600,4,'2026-01-17 00:23:33','2026-01-17 00:23:33','40d02956-41c0-4774-b4d7-d1f419d65091'),
(39724,32,8824,NULL,2602,5,'2026-01-17 00:23:33','2026-01-17 00:23:33','6020a91b-ee94-4703-859a-65dd9106dbf9'),
(39725,32,8824,NULL,2612,6,'2026-01-17 00:23:33','2026-01-17 00:23:33','73f47d75-7ec4-47e5-8c1a-68bb47a4df3e'),
(39726,32,8824,NULL,2604,7,'2026-01-17 00:23:33','2026-01-17 00:23:33','a5f5b5c7-9735-49b4-afde-54ae5d9a6e06'),
(39727,32,8824,NULL,2610,8,'2026-01-17 00:23:33','2026-01-17 00:23:33','ba95cb54-6090-43f9-9bf9-00348d732736'),
(39728,16,8824,NULL,4861,1,'2026-01-17 00:23:33','2026-01-17 00:23:33','0a3609b7-41f4-426b-89a1-de4fb91be7a9'),
(39729,7,8824,NULL,601,1,'2026-01-17 00:23:33','2026-01-17 00:23:33','045ecacf-3a31-44f3-89cb-c077de8fa322'),
(39730,7,8824,NULL,3468,2,'2026-01-17 00:23:33','2026-01-17 00:23:33','a57352fc-f971-4db3-b56f-aa2977df7c85'),
(39731,7,8824,NULL,617,3,'2026-01-17 00:23:33','2026-01-17 00:23:33','1f01cda0-073f-4aee-a5c2-6bdfe1c1fb28'),
(39732,7,8824,NULL,605,4,'2026-01-17 00:23:33','2026-01-17 00:23:33','649749ab-edb0-4c32-b84f-df4c0283b97b'),
(39733,82,8824,NULL,479,1,'2026-01-17 00:23:33','2026-01-17 00:23:33','24a63065-4c9d-438a-a0fe-643ea5a5bcb0'),
(39734,82,8824,NULL,491,2,'2026-01-17 00:23:33','2026-01-17 00:23:33','36b4e790-c3e2-4623-a8de-e6f0b5a67f61'),
(39735,82,8824,NULL,469,3,'2026-01-17 00:23:33','2026-01-17 00:23:33','8e8e3c62-0ae0-4549-ab54-e5e598e0686d'),
(39736,57,8824,NULL,4879,1,'2026-01-17 00:23:33','2026-01-17 00:23:33','77a12d12-17e7-4d30-8fd6-613073148fc5'),
(39737,57,8824,NULL,4880,2,'2026-01-17 00:23:33','2026-01-17 00:23:33','395d3254-5084-4dcf-a364-978e5f71a098'),
(39738,57,8824,NULL,4881,3,'2026-01-17 00:23:33','2026-01-17 00:23:33','db33ccf6-6ac1-4bb0-9339-c65bbd3cec67'),
(39739,57,8824,NULL,4882,4,'2026-01-17 00:23:33','2026-01-17 00:23:33','e95c9505-b0e5-48c6-b7a0-1bc89033aeac'),
(39740,57,8824,NULL,4883,5,'2026-01-17 00:23:33','2026-01-17 00:23:33','1f16a41f-6f70-4f45-b616-174b146ac308'),
(39741,57,8824,NULL,4884,6,'2026-01-17 00:23:33','2026-01-17 00:23:33','e20c76ea-80e0-47c0-bdef-0063c41a3b60'),
(39742,57,8824,NULL,4885,7,'2026-01-17 00:23:33','2026-01-17 00:23:33','e5ae9c17-cb90-4385-abf6-5ab7d2d41cce'),
(39743,57,8824,NULL,4886,8,'2026-01-17 00:23:33','2026-01-17 00:23:33','d9074bcd-e87b-4250-8db2-b9d3d3eb8cfa'),
(39744,57,8824,NULL,4887,9,'2026-01-17 00:23:33','2026-01-17 00:23:33','9dcdb6ef-bd1e-4f17-b189-fb172ab1845b'),
(39745,57,8824,NULL,4888,10,'2026-01-17 00:23:33','2026-01-17 00:23:33','844d55bb-bd08-4eff-b8b0-afa707f9d5fa'),
(39770,32,8826,NULL,2614,1,'2026-01-17 00:23:53','2026-01-17 00:23:53','352a61e6-b378-4100-9b41-0142fc685841'),
(39771,32,8826,NULL,2610,2,'2026-01-17 00:23:53','2026-01-17 00:23:53','62f16f90-13fa-4fe9-8936-4cbf95d77698'),
(39772,32,8826,NULL,2598,3,'2026-01-17 00:23:53','2026-01-17 00:23:53','b2284652-c869-469a-a59e-e166a91e71a6'),
(39773,32,8826,NULL,2608,4,'2026-01-17 00:23:53','2026-01-17 00:23:53','fdf0a0be-df44-45eb-8324-562f301d695b'),
(39774,32,8826,NULL,2600,5,'2026-01-17 00:23:53','2026-01-17 00:23:53','2d7ea628-bb70-4672-935a-3bd6a213ac5c'),
(39775,32,8826,NULL,2596,6,'2026-01-17 00:23:53','2026-01-17 00:23:53','1a7dc001-23db-415f-93bb-18185e57fa32'),
(39776,32,8826,NULL,2602,7,'2026-01-17 00:23:53','2026-01-17 00:23:53','99a49e20-7818-4808-a268-58390e2f994f'),
(39777,32,8826,NULL,2606,8,'2026-01-17 00:23:53','2026-01-17 00:23:53','8b476a58-a7c2-4914-86a5-f89af66f4721'),
(39778,32,8826,NULL,2612,9,'2026-01-17 00:23:53','2026-01-17 00:23:53','1497514b-286b-4201-9f4b-d0241d1921b6'),
(39779,32,8826,NULL,2604,10,'2026-01-17 00:23:53','2026-01-17 00:23:53','05ebce55-9efc-4d14-ba42-161512ff01fc'),
(39780,16,8826,NULL,6741,1,'2026-01-17 00:23:53','2026-01-17 00:23:53','e211c20e-09ed-4830-aa4a-523958437aad'),
(39781,7,8826,NULL,605,1,'2026-01-17 00:23:53','2026-01-17 00:23:53','45797077-642d-4dab-a84e-9a481a23da86'),
(39782,7,8826,NULL,617,2,'2026-01-17 00:23:53','2026-01-17 00:23:53','faa91f84-9639-44b3-9095-637c3d7a5cef'),
(39783,46,8826,NULL,7381,1,'2026-01-17 00:23:53','2026-01-17 00:23:53','5d69408f-6381-4780-b4fd-88406f511c3c'),
(39784,57,8826,NULL,6759,1,'2026-01-17 00:23:53','2026-01-17 00:23:53','79bef246-765a-47c6-9a86-7daad5a286f9'),
(39785,57,8826,NULL,6760,2,'2026-01-17 00:23:53','2026-01-17 00:23:53','6cc17c0f-56f6-4390-9b48-851b4009c718'),
(39786,57,8826,NULL,6761,3,'2026-01-17 00:23:53','2026-01-17 00:23:53','b42b7ac9-2faa-4904-ac94-4c10b80b0d52'),
(39787,57,8826,NULL,6762,4,'2026-01-17 00:23:53','2026-01-17 00:23:53','75b54938-5f93-41f2-9820-320d961d9b58'),
(39788,57,8826,NULL,6763,5,'2026-01-17 00:23:53','2026-01-17 00:23:53','cde9d242-6d0e-4433-9af0-3ff0f9fb873d'),
(39789,57,8826,NULL,6764,6,'2026-01-17 00:23:53','2026-01-17 00:23:53','0165c4ee-f25d-49ad-8fb8-98fa917d57ab'),
(39790,57,8826,NULL,6765,7,'2026-01-17 00:23:53','2026-01-17 00:23:53','d9ccb6df-063e-4c19-a769-7d36bc17a770'),
(39791,57,8826,NULL,6766,8,'2026-01-17 00:23:53','2026-01-17 00:23:53','482d8381-07ee-4e4a-8af8-db7d9766c5f7'),
(39792,13,8826,NULL,6767,1,'2026-01-17 00:23:53','2026-01-17 00:23:53','c9dfed73-3c86-4d57-aa7a-a5e397bddc38'),
(39812,32,8828,NULL,2610,1,'2026-01-17 00:24:03','2026-01-17 00:24:03','43ee2a2c-6e06-4d35-b222-7343b7229b4e'),
(39813,32,8828,NULL,2598,2,'2026-01-17 00:24:03','2026-01-17 00:24:03','a4f32e50-8bb6-4259-a58b-a7c4629920a4'),
(39814,32,8828,NULL,2608,3,'2026-01-17 00:24:03','2026-01-17 00:24:03','86ccd369-6ee5-4026-a142-a747bab0a05a'),
(39815,32,8828,NULL,2600,4,'2026-01-17 00:24:03','2026-01-17 00:24:03','4f5beb71-d390-4809-bc38-2b337325a918'),
(39816,32,8828,NULL,2602,5,'2026-01-17 00:24:03','2026-01-17 00:24:03','730fd773-bda3-4520-b1a1-810d18148a70'),
(39817,32,8828,NULL,2612,6,'2026-01-17 00:24:03','2026-01-17 00:24:03','6d073de9-795b-4b5e-9281-d318370bf929'),
(39818,32,8828,NULL,2604,7,'2026-01-17 00:24:03','2026-01-17 00:24:03','975e6857-1009-48e9-9803-c15758826871'),
(39819,16,8828,NULL,6772,1,'2026-01-17 00:24:03','2026-01-17 00:24:03','0113c666-665f-4e05-81ad-046e21b1ef01'),
(39820,7,8828,NULL,605,1,'2026-01-17 00:24:03','2026-01-17 00:24:03','0b727fa7-4bbd-4d67-a0ec-2c08554e159c'),
(39821,7,8828,NULL,617,2,'2026-01-17 00:24:03','2026-01-17 00:24:03','d9f5a3bc-7bdd-4994-b4bf-92ba311aa12f'),
(39822,82,8828,NULL,479,1,'2026-01-17 00:24:03','2026-01-17 00:24:03','d21e6179-7816-4bc0-b79e-a6f1dbf05515'),
(39823,82,8828,NULL,491,2,'2026-01-17 00:24:03','2026-01-17 00:24:03','947accb3-3376-4115-ba34-4c101cd4b929'),
(39824,82,8828,NULL,469,3,'2026-01-17 00:24:03','2026-01-17 00:24:03','47c48209-8d42-43e4-bcf8-d8bb6f2ae402'),
(39825,57,8828,NULL,6792,1,'2026-01-17 00:24:03','2026-01-17 00:24:03','9ee9f0d8-5069-4ab1-a052-499a2e1b8f25'),
(39826,57,8828,NULL,6793,2,'2026-01-17 00:24:03','2026-01-17 00:24:03','f53f355d-d4ac-4a43-a840-9a2bb168e065'),
(39827,57,8828,NULL,6794,3,'2026-01-17 00:24:03','2026-01-17 00:24:03','9caea591-fd02-428a-ad6e-02203029877b'),
(39828,57,8828,NULL,6795,4,'2026-01-17 00:24:03','2026-01-17 00:24:03','60af4bea-e7ab-4485-b8ec-0b2556cf3476'),
(39829,57,8828,NULL,6796,5,'2026-01-17 00:24:03','2026-01-17 00:24:03','c615d9ed-c6be-4212-b430-a3fe13793832'),
(39830,13,8828,NULL,6852,1,'2026-01-17 00:24:03','2026-01-17 00:24:03','c846bad9-4620-4f86-90df-9995066538a3'),
(39854,57,1201,NULL,8831,1,'2026-01-17 00:24:53','2026-01-17 00:24:53','8a874ccd-fe5e-4ec5-be1c-a6210f18ff5b'),
(39855,57,1201,NULL,8837,2,'2026-01-17 00:24:53','2026-01-17 00:24:53','5c225127-47b7-474e-913e-cd90da31ce0a'),
(39856,57,1201,NULL,8835,3,'2026-01-17 00:24:53','2026-01-17 00:24:53','d3020ca5-5d6e-4fbd-8adc-2c751fa0f767'),
(39857,57,1201,NULL,8832,4,'2026-01-17 00:24:53','2026-01-17 00:24:53','1c3f6b1c-18b0-48b3-bd85-bada0d7fb6a9'),
(39858,57,1201,NULL,8833,5,'2026-01-17 00:24:53','2026-01-17 00:24:53','33500aa6-3e3b-4983-adb8-f2cc3fef625c'),
(39859,57,1201,NULL,8834,6,'2026-01-17 00:24:53','2026-01-17 00:24:53','65b2a5c5-afa0-4b76-aa4c-fc8683ebee37'),
(39860,57,1201,NULL,8836,7,'2026-01-17 00:24:53','2026-01-17 00:24:53','9be9316c-080d-433d-be61-282201cd3395'),
(39861,57,1201,NULL,8830,8,'2026-01-17 00:24:53','2026-01-17 00:24:53','efe9ce03-7af5-4ec7-937b-c40e48188bf4'),
(39862,57,1201,NULL,8829,9,'2026-01-17 00:24:53','2026-01-17 00:24:53','8674bd98-d41f-4dae-9de2-8af8be850b2a'),
(39863,32,8840,NULL,2610,1,'2026-01-17 00:24:53','2026-01-17 00:24:53','149465e8-b8b4-4a61-8307-9163ef482a23'),
(39864,32,8840,NULL,2598,2,'2026-01-17 00:24:53','2026-01-17 00:24:53','7d62cff6-20ef-4b0f-a64f-fc0677c68c79'),
(39865,32,8840,NULL,2600,3,'2026-01-17 00:24:53','2026-01-17 00:24:53','bbaf3dc6-c1e8-44b4-abce-137713e63ee5'),
(39866,32,8840,NULL,2602,4,'2026-01-17 00:24:53','2026-01-17 00:24:53','68b9ab07-1359-4cca-8688-f6a05a8a64cf'),
(39867,32,8840,NULL,2612,5,'2026-01-17 00:24:53','2026-01-17 00:24:53','c3d6d69a-df25-42dd-910e-2beb8febe381'),
(39868,32,8840,NULL,2618,6,'2026-01-17 00:24:53','2026-01-17 00:24:53','50727fa1-0ddd-4fae-a001-60d5ed8ed1f5'),
(39869,32,8840,NULL,2604,7,'2026-01-17 00:24:53','2026-01-17 00:24:53','3bb13239-a131-4831-8fc0-00d0fe414bd9'),
(39870,32,8840,NULL,2608,8,'2026-01-17 00:24:53','2026-01-17 00:24:53','1088e8a8-0c94-43cf-924e-af829f1bac9a'),
(39871,16,8840,NULL,4414,1,'2026-01-17 00:24:53','2026-01-17 00:24:53','a7ec1721-093c-4c7f-80b8-87d5ca483d5a'),
(39873,7,8840,NULL,617,2,'2026-01-17 00:24:53','2026-01-17 00:24:53','e6cd8f5d-5a40-4b30-a8f1-d67da363c14c'),
(39874,7,8840,NULL,605,3,'2026-01-17 00:24:53','2026-01-17 00:24:53','9681624e-b26b-4df2-9fe6-7e3509360308'),
(39875,82,8840,NULL,469,1,'2026-01-17 00:24:53','2026-01-17 00:24:53','9a9df0fe-20e7-47fc-9abf-63730117c4ea'),
(39876,82,8840,NULL,479,2,'2026-01-17 00:24:53','2026-01-17 00:24:53','7946270d-04b1-409e-b37f-5d4c2bcf48e1'),
(39877,82,8840,NULL,491,3,'2026-01-17 00:24:53','2026-01-17 00:24:53','01ad7e51-8cc0-4a7a-84d4-3f151c25b977'),
(39878,46,8840,NULL,3697,1,'2026-01-17 00:24:53','2026-01-17 00:24:53','eac7a48c-ebda-4df6-84fa-f0b2fb19f4fb'),
(39879,57,8840,NULL,8831,1,'2026-01-17 00:24:53','2026-01-17 00:24:53','de52e15b-ad61-4389-9364-64b5c1e57380'),
(39880,57,8840,NULL,8837,2,'2026-01-17 00:24:53','2026-01-17 00:24:53','cd740725-c02e-40c3-bde9-b5de25b40c03'),
(39881,57,8840,NULL,8835,3,'2026-01-17 00:24:53','2026-01-17 00:24:53','c8c9fe1e-763c-4afe-b271-a1e287bb3c6f'),
(39882,57,8840,NULL,8832,4,'2026-01-17 00:24:53','2026-01-17 00:24:53','b94b05aa-a1b0-48b9-b29e-e86bc3d0a641'),
(39883,57,8840,NULL,8833,5,'2026-01-17 00:24:53','2026-01-17 00:24:53','10244685-a284-469f-ac9a-16c3bf5b68d5'),
(39884,57,8840,NULL,8834,6,'2026-01-17 00:24:53','2026-01-17 00:24:53','9805ed95-fa17-456a-8e46-11390c7fe319'),
(39885,57,8840,NULL,8836,7,'2026-01-17 00:24:53','2026-01-17 00:24:53','4c6268cd-a9a2-4a7e-b0bd-5ae9c983eea1'),
(39886,57,8840,NULL,8830,8,'2026-01-17 00:24:53','2026-01-17 00:24:53','6d9ca34c-fc55-4513-8626-1fe175f15a7c'),
(39887,57,8840,NULL,8829,9,'2026-01-17 00:24:53','2026-01-17 00:24:53','376fd081-d49f-4a99-b586-b62ec3527fd9'),
(39888,32,8841,NULL,2610,1,'2026-01-17 00:25:00','2026-01-17 00:25:00','50bec69f-780d-477a-8e14-d57e849db69d'),
(39889,32,8841,NULL,2598,2,'2026-01-17 00:25:00','2026-01-17 00:25:00','108402b2-4248-44af-88a7-bf3f6bcdcbca'),
(39890,32,8841,NULL,2608,3,'2026-01-17 00:25:00','2026-01-17 00:25:00','b1e077c5-a2bf-4ada-8b1d-8d015b80849d'),
(39891,32,8841,NULL,2600,4,'2026-01-17 00:25:00','2026-01-17 00:25:00','39405966-8573-4839-b417-a30c9cb9ff78'),
(39892,32,8841,NULL,2596,5,'2026-01-17 00:25:00','2026-01-17 00:25:00','6f00b275-fe58-4ae0-bde9-7669ac309e2e'),
(39893,32,8841,NULL,2602,6,'2026-01-17 00:25:00','2026-01-17 00:25:00','6a6275b9-0fe9-4373-8994-123f08a8d221'),
(39894,32,8841,NULL,2612,7,'2026-01-17 00:25:00','2026-01-17 00:25:00','2773c4b7-5416-46a0-8bdd-1e7794e611f7'),
(39895,32,8841,NULL,2618,8,'2026-01-17 00:25:00','2026-01-17 00:25:00','a0812991-5dbc-49e6-9195-96b87f4da3a5'),
(39896,32,8841,NULL,2604,9,'2026-01-17 00:25:00','2026-01-17 00:25:00','8e239577-5c8a-42ed-96cc-c8389fbac4ca'),
(39897,82,8841,NULL,479,1,'2026-01-17 00:25:00','2026-01-17 00:25:00','6e37a828-c4cc-44d6-a584-a31994ced1ae'),
(39898,82,8841,NULL,491,2,'2026-01-17 00:25:00','2026-01-17 00:25:00','200e3f68-11b5-42a1-b784-fe7e9c839e5d'),
(39899,46,8841,NULL,3697,1,'2026-01-17 00:25:00','2026-01-17 00:25:00','a4e778b6-2afb-4e5b-be81-a5a47d783bc9'),
(39936,32,8844,NULL,2610,1,'2026-01-17 00:25:25','2026-01-17 00:25:25','68a37d5c-ac44-48c2-a588-3ba68daf00d5'),
(39937,32,8844,NULL,2598,2,'2026-01-17 00:25:25','2026-01-17 00:25:25','c488ecc9-655e-4510-b46d-6a4aa94ce9d4'),
(39938,32,8844,NULL,2608,3,'2026-01-17 00:25:25','2026-01-17 00:25:25','b0a62513-a7d2-4c52-8979-000ee7734dd4'),
(39939,32,8844,NULL,2600,4,'2026-01-17 00:25:25','2026-01-17 00:25:25','e9b076ad-cd63-4750-9ce9-2d8b8e824831'),
(39940,32,8844,NULL,2596,5,'2026-01-17 00:25:25','2026-01-17 00:25:25','55432b0a-accd-499e-bb3a-6efcf4d07e2b'),
(39941,32,8844,NULL,2602,6,'2026-01-17 00:25:25','2026-01-17 00:25:25','e1ffbbf4-1df0-440a-9d1e-f8211fea2c7a'),
(39942,32,8844,NULL,2612,7,'2026-01-17 00:25:25','2026-01-17 00:25:25','5a0a2849-6198-4fd4-92f0-09b653ebf120'),
(39943,32,8844,NULL,2604,8,'2026-01-17 00:25:25','2026-01-17 00:25:25','9d9716f1-a88f-46e7-87ae-336dca6aef54'),
(39944,82,8844,NULL,479,1,'2026-01-17 00:25:25','2026-01-17 00:25:25','550a39cc-e314-4b26-ada1-00db00c723b8'),
(39945,82,8844,NULL,491,2,'2026-01-17 00:25:25','2026-01-17 00:25:25','7d17cde7-dc69-4b76-92be-9480fa4b7128'),
(39959,32,8846,NULL,2610,1,'2026-01-17 00:25:43','2026-01-17 00:25:43','0e20436c-dc88-433d-8ae3-574ec4a53378'),
(39960,32,8846,NULL,2598,2,'2026-01-17 00:25:43','2026-01-17 00:25:43','f6922964-a431-4824-aa69-04da598c9819'),
(39961,32,8846,NULL,2600,3,'2026-01-17 00:25:43','2026-01-17 00:25:43','2f85ed85-ab3f-4e15-bede-35aa828072bb'),
(39962,32,8846,NULL,2602,4,'2026-01-17 00:25:43','2026-01-17 00:25:43','aacacccc-a2c6-4d66-9c46-a392628bb3a8'),
(39963,32,8846,NULL,2612,5,'2026-01-17 00:25:43','2026-01-17 00:25:43','fe44113d-39d5-45ad-9bb6-ee3643c2eb8c'),
(39964,32,8846,NULL,2618,6,'2026-01-17 00:25:43','2026-01-17 00:25:43','edd784fa-b697-46f7-9942-093cf161f2ca'),
(39965,32,8846,NULL,2604,7,'2026-01-17 00:25:43','2026-01-17 00:25:43','7963f5ad-234e-4a40-9085-ad7b1d2ba0a5'),
(39966,32,8846,NULL,2608,8,'2026-01-17 00:25:43','2026-01-17 00:25:43','16b9a6f6-a4e4-4eb8-b60c-cf9ab2390ed1'),
(39967,16,8846,NULL,4414,1,'2026-01-17 00:25:43','2026-01-17 00:25:43','2ba2fa03-6042-4b8d-ae2d-c7d593f7cace'),
(39969,7,8846,NULL,617,2,'2026-01-17 00:25:43','2026-01-17 00:25:43','f23b5f6d-ebb2-4ec5-b9d6-f2262f0e566c'),
(39970,7,8846,NULL,605,3,'2026-01-17 00:25:43','2026-01-17 00:25:43','b83df658-5a53-48b2-ade7-48a6fa57ff6c'),
(39971,82,8846,NULL,469,1,'2026-01-17 00:25:43','2026-01-17 00:25:43','ba28c64c-9f97-47c2-b697-06d63a720ff9'),
(39972,82,8846,NULL,479,2,'2026-01-17 00:25:43','2026-01-17 00:25:43','a5ac47bf-f978-458f-803b-00e606788ce4'),
(39973,82,8846,NULL,491,3,'2026-01-17 00:25:43','2026-01-17 00:25:43','2c60423b-53bf-41cf-ba5e-a7952efff4ee'),
(39974,46,8846,NULL,3697,1,'2026-01-17 00:25:43','2026-01-17 00:25:43','6111b30c-da3f-49e0-8944-895c245f7db0'),
(39975,57,8846,NULL,8831,1,'2026-01-17 00:25:43','2026-01-17 00:25:43','250ed5af-1c11-45a2-92bd-8436a7131755'),
(39976,57,8846,NULL,8837,2,'2026-01-17 00:25:43','2026-01-17 00:25:43','ceb9e8d0-8dcd-435e-9cb7-e0a9d3750e86'),
(39977,57,8846,NULL,8835,3,'2026-01-17 00:25:43','2026-01-17 00:25:43','69487454-1d94-480a-96aa-6446cf78b3dd'),
(39978,57,8846,NULL,8832,4,'2026-01-17 00:25:43','2026-01-17 00:25:43','46490f88-c7d6-4698-98c4-6514846724ed'),
(39979,57,8846,NULL,8833,5,'2026-01-17 00:25:43','2026-01-17 00:25:43','60c2e0e8-61e1-4fbb-a853-474db2bbb69c'),
(39980,57,8846,NULL,8834,6,'2026-01-17 00:25:43','2026-01-17 00:25:43','fda92b08-ae1d-4508-8551-98512c6c3550'),
(39981,57,8846,NULL,8836,7,'2026-01-17 00:25:43','2026-01-17 00:25:43','ef2f957a-5d78-4771-bda0-d51f7b4f7f5e'),
(39982,57,8846,NULL,8830,8,'2026-01-17 00:25:43','2026-01-17 00:25:43','2ec32f42-dbe7-4f27-996a-80b7017de684'),
(39983,57,8846,NULL,8829,9,'2026-01-17 00:25:43','2026-01-17 00:25:43','8f95d7fe-989c-41c7-bf03-ee9dece86121'),
(39984,32,8847,NULL,2610,1,'2026-01-17 00:25:52','2026-01-17 00:25:52','69dbfc81-8941-4c65-8858-e9db6265c06f'),
(39985,32,8847,NULL,2598,2,'2026-01-17 00:25:52','2026-01-17 00:25:52','e3723fd0-5d24-4c57-96d5-4a9104cc9f4d'),
(39986,32,8847,NULL,2608,3,'2026-01-17 00:25:52','2026-01-17 00:25:52','4fb5cd5d-be7d-4565-bbec-8b75a6215a8a'),
(39987,32,8847,NULL,2624,4,'2026-01-17 00:25:52','2026-01-17 00:25:52','9499e13a-2d21-492b-9a82-187ad21a500b'),
(39988,32,8847,NULL,2600,5,'2026-01-17 00:25:52','2026-01-17 00:25:52','aad11781-4a48-4892-ab6c-f8388fcc047a'),
(39989,32,8847,NULL,2596,6,'2026-01-17 00:25:52','2026-01-17 00:25:52','01483f98-cc70-42d8-9b42-68bd6f979728'),
(39990,32,8847,NULL,2602,7,'2026-01-17 00:25:52','2026-01-17 00:25:52','45f34a92-e210-46df-ac3a-51f7e97a3f4b'),
(39991,32,8847,NULL,2606,8,'2026-01-17 00:25:52','2026-01-17 00:25:52','6d16f5e5-17db-46bc-a77e-cb2827d56112'),
(39992,32,8847,NULL,2612,9,'2026-01-17 00:25:52','2026-01-17 00:25:52','a79c7dde-5d2c-4c21-a5be-4bd8a02747a9'),
(39993,32,8847,NULL,2604,10,'2026-01-17 00:25:52','2026-01-17 00:25:52','a083e923-8fcd-4b3b-9b2d-806ce1137bc2'),
(39994,82,8847,NULL,491,1,'2026-01-17 00:25:52','2026-01-17 00:25:52','49f81a08-3c3d-468d-962d-2477947fbf2a'),
(39995,46,8847,NULL,2891,1,'2026-01-17 00:25:52','2026-01-17 00:25:52','b368d634-9cd4-48a8-9aba-9b3d91600cdc'),
(39996,13,8847,NULL,6860,1,'2026-01-17 00:25:52','2026-01-17 00:25:52','37cff20e-9861-4fdc-822f-48adfde6b547'),
(40020,32,8849,NULL,2614,1,'2026-01-17 00:26:06','2026-01-17 00:26:06','66b2c7c4-b708-4f82-b401-c7d1e078c8a1'),
(40021,32,8849,NULL,2610,2,'2026-01-17 00:26:06','2026-01-17 00:26:06','91c41c1a-d6b9-4fd0-b99d-b63992885717'),
(40022,32,8849,NULL,2622,3,'2026-01-17 00:26:06','2026-01-17 00:26:06','538d7c34-cc9e-453d-a330-b41755d4fb7f'),
(40023,32,8849,NULL,2598,4,'2026-01-17 00:26:06','2026-01-17 00:26:06','97597621-1f4d-45fb-aaf4-6a82c5d45af7'),
(40024,32,8849,NULL,2608,5,'2026-01-17 00:26:06','2026-01-17 00:26:06','3b3583e3-911e-42a0-af09-21bdba7cf405'),
(40025,32,8849,NULL,2624,6,'2026-01-17 00:26:06','2026-01-17 00:26:06','cba6fee0-a7f2-4d8d-b802-6a464048ad67'),
(40026,32,8849,NULL,2600,7,'2026-01-17 00:26:06','2026-01-17 00:26:06','c409b6c1-841d-4e83-8445-8399d627ac84'),
(40027,32,8849,NULL,2596,8,'2026-01-17 00:26:06','2026-01-17 00:26:06','82e12901-54b8-4bb0-a761-1b3516174fca'),
(40028,32,8849,NULL,2602,9,'2026-01-17 00:26:06','2026-01-17 00:26:06','93ed7d20-9d05-4e56-afa1-fcb843ba9877'),
(40029,32,8849,NULL,2606,10,'2026-01-17 00:26:06','2026-01-17 00:26:06','3f24c812-569d-4316-b5ee-871b4c1bbdcb'),
(40030,32,8849,NULL,2612,11,'2026-01-17 00:26:06','2026-01-17 00:26:06','1e1f9abd-5be9-4068-a81a-6154efe5be67'),
(40031,32,8849,NULL,2618,12,'2026-01-17 00:26:06','2026-01-17 00:26:06','b5d16e66-56f2-4d3e-89e3-ba57e89c9bb1'),
(40032,32,8849,NULL,2604,13,'2026-01-17 00:26:06','2026-01-17 00:26:06','76d11447-c29f-47bd-b7e9-263c2536a52b'),
(40033,46,8849,NULL,2891,1,'2026-01-17 00:26:06','2026-01-17 00:26:06','90e179d6-7e37-4f56-952a-01ca84d06b6c'),
(40034,46,8849,NULL,3697,2,'2026-01-17 00:26:06','2026-01-17 00:26:06','99e131c6-fe42-4a83-9609-ccee86f69667'),
(40035,46,8849,NULL,4403,3,'2026-01-17 00:26:06','2026-01-17 00:26:06','7b7599c7-d6d4-47f7-b8b6-6a524853deaf'),
(40036,57,8849,NULL,8601,1,'2026-01-17 00:26:06','2026-01-17 00:26:06','1ac9ab6c-3465-47a2-a14e-1db80fa35f4c'),
(40037,57,8849,NULL,8600,2,'2026-01-17 00:26:06','2026-01-17 00:26:06','eea52eac-46c8-4468-85e0-b8353d32fea2'),
(40038,57,8849,NULL,8602,3,'2026-01-17 00:26:06','2026-01-17 00:26:06','b5de425b-8a1a-47a5-af8c-3405be5a57f6'),
(40039,57,8849,NULL,8603,4,'2026-01-17 00:26:06','2026-01-17 00:26:06','cdc89bd7-7825-4fec-add7-2283f35125a4'),
(40040,57,8849,NULL,8604,5,'2026-01-17 00:26:06','2026-01-17 00:26:06','5adbdd0e-8a87-44cd-be36-9cfd4c4ace72'),
(40041,57,8849,NULL,8605,6,'2026-01-17 00:26:06','2026-01-17 00:26:06','74cc605a-6fbf-47db-bf4d-b5f0302f7c97'),
(40054,32,8854,NULL,2610,1,'2026-01-17 00:27:21','2026-01-17 00:27:21','158d03ab-abb1-4ebb-bd9f-f474d90ab021'),
(40055,32,8854,NULL,2598,2,'2026-01-17 00:27:21','2026-01-17 00:27:21','f6a326df-6173-48b4-a3d2-cbaa93d65ce4'),
(40056,32,8854,NULL,2608,3,'2026-01-17 00:27:21','2026-01-17 00:27:21','54dcddbe-15d5-4132-b164-eefc6fea1b33'),
(40057,32,8854,NULL,2600,4,'2026-01-17 00:27:21','2026-01-17 00:27:21','d94ac7cb-4d2f-4d99-b61e-c25d475a2d87'),
(40058,32,8854,NULL,2596,5,'2026-01-17 00:27:21','2026-01-17 00:27:21','6db583b5-7143-48c7-b4ee-b774db8e7fa6'),
(40059,32,8854,NULL,2602,6,'2026-01-17 00:27:21','2026-01-17 00:27:21','46a06228-426f-4b9f-a425-ea9c831c6c31'),
(40060,32,8854,NULL,2612,7,'2026-01-17 00:27:21','2026-01-17 00:27:21','a22bca55-bb8e-4892-987c-96900a169321'),
(40061,32,8854,NULL,2604,8,'2026-01-17 00:27:21','2026-01-17 00:27:21','cbbfa31a-aeb4-4ed6-ac8a-8b55836ea5a3'),
(40062,82,8854,NULL,479,1,'2026-01-17 00:27:21','2026-01-17 00:27:21','9650e593-47c0-4fb7-97a1-1f40696c1f48'),
(40063,82,8854,NULL,491,2,'2026-01-17 00:27:21','2026-01-17 00:27:21','60f0df7d-c5b1-435e-bf47-307577d053e3'),
(40064,13,8854,NULL,6867,1,'2026-01-17 00:27:21','2026-01-17 00:27:21','fea05073-9824-4c90-a270-ef0669392a36'),
(40078,32,8857,NULL,2610,1,'2026-01-17 00:27:47','2026-01-17 00:27:47','28a955e6-e69d-4d9f-8893-4b26dc9e0e14'),
(40079,32,8857,NULL,2598,2,'2026-01-17 00:27:47','2026-01-17 00:27:47','965aea74-6d22-4e57-8bc4-2e42b2520449'),
(40080,32,8857,NULL,2608,3,'2026-01-17 00:27:47','2026-01-17 00:27:47','7967a8c2-5cca-484b-8e8d-186820c87daa'),
(40081,32,8857,NULL,2600,4,'2026-01-17 00:27:47','2026-01-17 00:27:47','a831319d-2ed1-4a65-9ad3-a5331d6ccfaa'),
(40082,32,8857,NULL,2596,5,'2026-01-17 00:27:47','2026-01-17 00:27:47','cddc80f3-9782-4a33-b992-9d5c30db6fa9'),
(40083,32,8857,NULL,2602,6,'2026-01-17 00:27:47','2026-01-17 00:27:47','d3825477-adb1-48f5-a43b-83fcb176d9a0'),
(40084,32,8857,NULL,2612,7,'2026-01-17 00:27:47','2026-01-17 00:27:47','4ac7d3cb-3066-4d3e-8da2-6b6ad9d31089'),
(40085,32,8857,NULL,2618,8,'2026-01-17 00:27:47','2026-01-17 00:27:47','251ee26f-7f5b-4a96-b49e-ae5c5e2d8c50'),
(40086,32,8857,NULL,2604,9,'2026-01-17 00:27:47','2026-01-17 00:27:47','196b4fd3-96df-4c84-b474-a134be893eeb'),
(40087,82,8857,NULL,479,1,'2026-01-17 00:27:47','2026-01-17 00:27:47','9f62403d-464e-4646-af26-ef201dddb7f1'),
(40088,82,8857,NULL,491,2,'2026-01-17 00:27:47','2026-01-17 00:27:47','14f399ee-e3b7-472f-aa23-0f1f4c0bdaea'),
(40089,46,8857,NULL,3697,1,'2026-01-17 00:27:47','2026-01-17 00:27:47','364977e4-3113-4c99-8d10-435608bf3f3d'),
(40090,13,8857,NULL,6872,1,'2026-01-17 00:27:47','2026-01-17 00:27:47','7b64b7bb-62ed-47e1-8920-bdd5446a9e32'),
(40102,32,8859,NULL,2610,1,'2026-01-17 00:28:48','2026-01-17 00:28:48','e48fa9f8-224c-44e4-9848-26619d942c40'),
(40103,32,8859,NULL,2598,2,'2026-01-17 00:28:48','2026-01-17 00:28:48','801c90e1-ff57-428b-b8b2-8573ecf10ecd'),
(40104,32,8859,NULL,2608,3,'2026-01-17 00:28:48','2026-01-17 00:28:48','05f931f4-1ddc-4972-9103-5401dbce9d25'),
(40105,32,8859,NULL,2600,4,'2026-01-17 00:28:48','2026-01-17 00:28:48','7f9374ff-4d6c-4d04-aaaf-5c61e3623e1b'),
(40106,32,8859,NULL,2596,5,'2026-01-17 00:28:48','2026-01-17 00:28:48','f6465547-8d3b-4d53-9a67-32943a81472d'),
(40107,32,8859,NULL,2602,6,'2026-01-17 00:28:48','2026-01-17 00:28:48','27d7e22e-977c-4680-b8db-7b2085cacabf'),
(40108,32,8859,NULL,2612,7,'2026-01-17 00:28:48','2026-01-17 00:28:48','01e1be62-c05e-4b9b-99ea-e46300adc110'),
(40109,32,8859,NULL,2604,8,'2026-01-17 00:28:48','2026-01-17 00:28:48','e3a43d5f-cb70-4633-8c6e-16433713d06c'),
(40110,82,8859,NULL,479,1,'2026-01-17 00:28:48','2026-01-17 00:28:48','02f22345-7c30-4840-980e-beed179a644e'),
(40111,82,8859,NULL,491,2,'2026-01-17 00:28:48','2026-01-17 00:28:48','550567ba-e1eb-4a3d-99fd-869312a45f7d'),
(40149,32,8873,NULL,2614,1,'2026-01-17 00:29:50','2026-01-17 00:29:50','5ad8f58d-1939-4bb0-aa0d-ecd8682de996'),
(40150,32,8873,NULL,2610,2,'2026-01-17 00:29:50','2026-01-17 00:29:50','02e4be16-104b-47cc-89e6-a2aceda47e4f'),
(40151,32,8873,NULL,2598,3,'2026-01-17 00:29:50','2026-01-17 00:29:50','2d07b336-eb34-4746-893b-e0bcd37319ff'),
(40152,32,8873,NULL,2608,4,'2026-01-17 00:29:50','2026-01-17 00:29:50','9f73a8e6-74bb-44fd-9570-150f04eb4ece'),
(40153,32,8873,NULL,2600,5,'2026-01-17 00:29:50','2026-01-17 00:29:50','dc19d6ca-f0d7-465d-95f7-024324045f9c'),
(40154,32,8873,NULL,2596,6,'2026-01-17 00:29:50','2026-01-17 00:29:50','1e367927-1a87-416d-abb8-8cc18c37e4d8'),
(40155,32,8873,NULL,2602,7,'2026-01-17 00:29:50','2026-01-17 00:29:50','67dba99c-7376-4142-9a2b-a1fd8b55d4ec'),
(40156,32,8873,NULL,2612,8,'2026-01-17 00:29:50','2026-01-17 00:29:50','82347e53-557c-4467-b334-ee541e4414ba'),
(40157,32,8873,NULL,2604,9,'2026-01-17 00:29:50','2026-01-17 00:29:50','bd332528-5407-41fe-85a4-75a3a0160a8f'),
(40158,82,8873,NULL,479,1,'2026-01-17 00:29:50','2026-01-17 00:29:50','0b75c5d3-2f53-4358-af6b-88322649019a'),
(40159,46,8873,NULL,7381,1,'2026-01-17 00:29:50','2026-01-17 00:29:50','49b65ec5-adfe-48c7-bb7e-e35cd7052b1a'),
(40161,57,1209,NULL,8867,1,'2026-01-17 00:30:07','2026-01-17 00:30:07','6fe8c304-0092-4ceb-91fd-eea09af4d53a'),
(40163,57,1209,NULL,8864,2,'2026-01-17 00:30:07','2026-02-06 19:37:18','2722e61a-cf0a-46ce-8ed5-aa264a041bad'),
(40164,57,1209,NULL,8869,3,'2026-01-17 00:30:07','2026-02-06 19:37:18','b71e6964-81a8-437f-8df8-df644ffcf22e'),
(40167,57,1209,NULL,8866,4,'2026-01-17 00:30:07','2026-02-06 19:41:09','ea86aec2-fc8c-4923-ae38-dc764d9f0fda'),
(40168,57,1209,NULL,8865,5,'2026-01-17 00:30:07','2026-02-06 19:41:09','a07c06f8-bf26-409f-a16f-4c920137171d'),
(40169,32,8876,NULL,2610,1,'2026-01-17 00:30:07','2026-01-17 00:30:07','f5f8d5ec-3595-44fb-afc1-4311fa54fe0e'),
(40170,32,8876,NULL,2598,2,'2026-01-17 00:30:07','2026-01-17 00:30:07','ec155cc8-9479-4dab-b191-88ca13eda101'),
(40171,32,8876,NULL,2624,3,'2026-01-17 00:30:07','2026-01-17 00:30:07','93ec9108-a29d-4e5e-baf6-4f357e975315'),
(40172,32,8876,NULL,2600,4,'2026-01-17 00:30:07','2026-01-17 00:30:07','46481780-f498-41da-9dd8-51396cce5497'),
(40173,32,8876,NULL,2606,5,'2026-01-17 00:30:07','2026-01-17 00:30:07','47a126e0-49d8-4551-a7e6-b8654729a5c1'),
(40174,32,8876,NULL,2604,6,'2026-01-17 00:30:07','2026-01-17 00:30:07','34c01104-186d-49a0-b656-8e2ab76aa618'),
(40175,32,8876,NULL,2608,7,'2026-01-17 00:30:07','2026-01-17 00:30:07','aef7179d-420d-4a65-9503-1fb9660d0f3f'),
(40176,32,8876,NULL,2602,8,'2026-01-17 00:30:07','2026-01-17 00:30:07','d096a660-6f0c-416d-859e-f8d14aa544fc'),
(40177,16,8876,NULL,4440,1,'2026-01-17 00:30:07','2026-01-17 00:30:07','98d4c8a1-f49f-4cef-bd1c-1887bad09659'),
(40178,7,8876,NULL,617,1,'2026-01-17 00:30:07','2026-01-17 00:30:07','d6e8b966-dca7-422b-b675-d2a72305f5d2'),
(40179,7,8876,NULL,605,2,'2026-01-17 00:30:07','2026-01-17 00:30:07','8b11bd74-1ec7-4ec0-99a0-0a92487df14b'),
(40180,82,8876,NULL,469,1,'2026-01-17 00:30:07','2026-01-17 00:30:07','dd4ce585-bc2c-4b2d-bd48-2ed7f10fa18f'),
(40181,82,8876,NULL,491,2,'2026-01-17 00:30:07','2026-01-17 00:30:07','493bfe3f-baef-4327-9a79-9d5c70562a72'),
(40182,46,8876,NULL,2891,1,'2026-01-17 00:30:07','2026-01-17 00:30:07','ad3db9d3-3731-4f46-ab57-4dff91d57db5'),
(40183,57,8876,NULL,8867,1,'2026-01-17 00:30:07','2026-01-17 00:30:07','f0b84ff5-6764-48e0-94b2-ab4de71453ff'),
(40184,57,8876,NULL,8868,2,'2026-01-17 00:30:07','2026-01-17 00:30:07','400ad8c6-c6c0-4fd3-a511-785397b3adef'),
(40185,57,8876,NULL,8864,3,'2026-01-17 00:30:07','2026-01-17 00:30:07','3517457f-0f3f-4e32-afab-891cbedb9b4f'),
(40186,57,8876,NULL,8869,4,'2026-01-17 00:30:07','2026-01-17 00:30:07','2d855b8d-d5f4-45cd-8342-ea596b93f5d5'),
(40187,57,8876,NULL,8871,5,'2026-01-17 00:30:07','2026-01-17 00:30:07','2ab2d7f7-a68e-4a2f-a915-1a70352bddff'),
(40188,57,8876,NULL,8862,6,'2026-01-17 00:30:07','2026-01-17 00:30:07','c0c3f669-69f3-41d5-ba37-3aff328f540a'),
(40189,57,8876,NULL,8866,7,'2026-01-17 00:30:07','2026-01-17 00:30:07','05475909-fb06-4e87-a3e5-545831fe765c'),
(40190,57,8876,NULL,8865,8,'2026-01-17 00:30:07','2026-01-17 00:30:07','bfaa266d-7f93-4a39-9e95-d23f39b5abf6'),
(40204,32,8878,NULL,2614,1,'2026-01-17 00:30:18','2026-01-17 00:30:18','cfcef14e-692c-45c2-b568-1a699b6d9ba3'),
(40205,32,8878,NULL,2610,2,'2026-01-17 00:30:18','2026-01-17 00:30:18','bab94a23-602a-4864-a0e5-859b4ce3e632'),
(40206,32,8878,NULL,2598,3,'2026-01-17 00:30:18','2026-01-17 00:30:18','587b9d0c-5e50-4341-b0c1-771ac8525e2b'),
(40207,32,8878,NULL,2608,4,'2026-01-17 00:30:18','2026-01-17 00:30:18','af224bdc-0db9-49f5-a3a1-4cd7a4e9bff1'),
(40208,32,8878,NULL,2600,5,'2026-01-17 00:30:18','2026-01-17 00:30:18','a492b16c-5ec5-4ffb-8a6a-1185cb319992'),
(40209,32,8878,NULL,2596,6,'2026-01-17 00:30:18','2026-01-17 00:30:18','7fc66966-a874-477e-aba0-d47de0df1840'),
(40210,32,8878,NULL,2602,7,'2026-01-17 00:30:18','2026-01-17 00:30:18','48369885-0fb1-46b2-b26f-d3f4979817d7'),
(40211,32,8878,NULL,2612,8,'2026-01-17 00:30:18','2026-01-17 00:30:18','7929fac7-ce55-4f8f-99c4-eea8cfc4d5c6'),
(40212,32,8878,NULL,2604,9,'2026-01-17 00:30:18','2026-01-17 00:30:18','0eb8986b-0ee4-40ac-a0a7-e0fcb6763918'),
(40213,82,8878,NULL,479,1,'2026-01-17 00:30:18','2026-01-17 00:30:18','8006580e-24cc-44bc-9af1-62d9d1bdb6a0'),
(40214,46,8878,NULL,7381,1,'2026-01-17 00:30:18','2026-01-17 00:30:18','58470c67-990b-4ae5-9dec-2f75acba4347'),
(40260,32,8881,NULL,2610,1,'2026-01-17 00:30:38','2026-01-17 00:30:38','cb7eb871-0a92-4874-a47d-012fe4cb001e'),
(40261,32,8881,NULL,2598,2,'2026-01-17 00:30:38','2026-01-17 00:30:38','7899272a-a8f2-42f1-b920-1bcff4c1985f'),
(40262,32,8881,NULL,2624,3,'2026-01-17 00:30:38','2026-01-17 00:30:38','b866acf8-54d5-4578-a4af-d5e3f3ac9229'),
(40263,32,8881,NULL,2600,4,'2026-01-17 00:30:38','2026-01-17 00:30:38','65b2ceed-5d2a-47c6-9410-dfab2b8807f8'),
(40264,32,8881,NULL,2606,5,'2026-01-17 00:30:38','2026-01-17 00:30:38','fe270387-99bb-426d-ae3a-0fe5a2680710'),
(40265,32,8881,NULL,2604,6,'2026-01-17 00:30:38','2026-01-17 00:30:38','d164fa16-9b1b-411b-bcd7-41df8f4c2cfd'),
(40266,32,8881,NULL,2608,7,'2026-01-17 00:30:38','2026-01-17 00:30:38','091939be-f1a9-46a7-a111-e5078a91cabd'),
(40267,32,8881,NULL,2602,8,'2026-01-17 00:30:38','2026-01-17 00:30:38','4d0b2d1c-a055-4cea-9f5d-27da2be79388'),
(40268,16,8881,NULL,4440,1,'2026-01-17 00:30:38','2026-01-17 00:30:38','909ec5da-e6a9-486b-ac00-d72d770c105c'),
(40269,7,8881,NULL,617,1,'2026-01-17 00:30:38','2026-01-17 00:30:38','4a181fc9-1564-4746-89a9-0915be3d990c'),
(40270,7,8881,NULL,605,2,'2026-01-17 00:30:38','2026-01-17 00:30:38','67fbb8b0-8f8f-41c5-a2f7-6249949f9672'),
(40271,82,8881,NULL,469,1,'2026-01-17 00:30:38','2026-01-17 00:30:38','3b21d1b5-68ec-47ea-ac5c-c1430f15d174'),
(40272,82,8881,NULL,491,2,'2026-01-17 00:30:38','2026-01-17 00:30:38','cde5f241-e59d-438c-9dd9-5f39c8a2b1f0'),
(40273,46,8881,NULL,2891,1,'2026-01-17 00:30:38','2026-01-17 00:30:38','b989a4c6-4369-4e5e-9387-16bb07a89416'),
(40274,57,8881,NULL,8867,1,'2026-01-17 00:30:38','2026-01-17 00:30:38','041f4d08-ba41-47b1-8a1f-67117cfb32c0'),
(40275,57,8881,NULL,8868,2,'2026-01-17 00:30:38','2026-01-17 00:30:38','dc51d0e2-5fb3-4acc-b4fe-095f4a6ca6cf'),
(40276,57,8881,NULL,8864,3,'2026-01-17 00:30:38','2026-01-17 00:30:38','8cd26d25-51a8-4533-963a-a9d482096cf3'),
(40277,57,8881,NULL,8869,4,'2026-01-17 00:30:38','2026-01-17 00:30:38','fbd700c7-68e1-4a53-9a9e-f49b95b03428'),
(40278,57,8881,NULL,8871,5,'2026-01-17 00:30:38','2026-01-17 00:30:38','fe8fbaae-da47-45fc-947d-88aadaa7e747'),
(40279,57,8881,NULL,8862,6,'2026-01-17 00:30:38','2026-01-17 00:30:38','e0d86079-e694-4cde-9204-0a7cb24fed94'),
(40280,57,8881,NULL,8866,7,'2026-01-17 00:30:38','2026-01-17 00:30:38','8e931cc2-8635-424d-b106-c35eed2d0a8c'),
(40281,57,8881,NULL,8865,8,'2026-01-17 00:30:38','2026-01-17 00:30:38','5e2b7b84-2bd0-405c-be7d-a0c8cd274388'),
(40285,32,8883,NULL,2610,1,'2026-01-17 00:31:21','2026-01-17 00:31:21','e46cfc58-e323-451a-8e16-c47c4f61aae1'),
(40286,32,8883,NULL,2598,2,'2026-01-17 00:31:21','2026-01-17 00:31:21','bc6fe766-691c-4a3c-a0e4-09bfc61b9dae'),
(40287,32,8883,NULL,2608,3,'2026-01-17 00:31:21','2026-01-17 00:31:21','60e15eb4-0ba5-4e33-aad7-db9da45b52a7'),
(40288,32,8883,NULL,2600,4,'2026-01-17 00:31:21','2026-01-17 00:31:21','2a97e974-318c-4b04-9fc5-7f6833b78512'),
(40289,32,8883,NULL,2602,5,'2026-01-17 00:31:21','2026-01-17 00:31:21','ac36e230-68ef-4cb5-b5af-870d561c39ed'),
(40290,32,8883,NULL,2612,6,'2026-01-17 00:31:21','2026-01-17 00:31:21','e4a7cbff-a9c9-47de-ad81-4257a345cf83'),
(40291,32,8883,NULL,2604,7,'2026-01-17 00:31:21','2026-01-17 00:31:21','bcd86cb5-1df4-4940-a7c7-a30bd046d7ad'),
(40292,32,8883,NULL,2596,8,'2026-01-17 00:31:21','2026-01-17 00:31:21','8a6f0769-7486-4e97-9f14-6bc25678260b'),
(40293,16,8883,NULL,5213,1,'2026-01-17 00:31:21','2026-01-17 00:31:21','8b3e9227-e511-464c-a8d0-0925dd13b14c'),
(40294,7,8883,NULL,2969,1,'2026-01-17 00:31:21','2026-01-17 00:31:21','7bccfcce-5a52-4f35-adc8-e104f96f4649'),
(40295,7,8883,NULL,617,2,'2026-01-17 00:31:21','2026-01-17 00:31:21','0932481c-d14c-433c-b61e-f8027b64feb8'),
(40296,7,8883,NULL,605,3,'2026-01-17 00:31:21','2026-01-17 00:31:21','24af5baf-1490-4877-90f5-cb2549fcc90c'),
(40297,82,8883,NULL,479,1,'2026-01-17 00:31:21','2026-01-17 00:31:21','7581ec84-9e8c-4332-9aee-a1b12d7af5e6'),
(40298,82,8883,NULL,491,2,'2026-01-17 00:31:21','2026-01-17 00:31:21','570a08dc-3a11-4f66-a94e-e60d84af8b5d'),
(40299,57,8883,NULL,5233,1,'2026-01-17 00:31:21','2026-01-17 00:31:21','49391536-6119-4f8d-b288-db9256128098'),
(40300,57,8883,NULL,5234,2,'2026-01-17 00:31:21','2026-01-17 00:31:21','0f802f3e-8947-42a1-a51c-1e0a61733f69'),
(40301,57,8883,NULL,5235,3,'2026-01-17 00:31:21','2026-01-17 00:31:21','14bed066-f141-4692-a34e-56ac8cfa9b74'),
(40302,57,8883,NULL,5236,4,'2026-01-17 00:31:21','2026-01-17 00:31:21','61a26b83-5807-4121-bae8-a11e12ec8c56'),
(40303,57,8883,NULL,5237,5,'2026-01-17 00:31:21','2026-01-17 00:31:21','a4270131-01af-46fb-8622-af574c52f5ab'),
(40304,57,8883,NULL,5238,6,'2026-01-17 00:31:21','2026-01-17 00:31:21','6cad95bc-f197-4be0-ba9b-b3349ef7d7f5'),
(40305,57,8883,NULL,5239,7,'2026-01-17 00:31:21','2026-01-17 00:31:21','94467c70-1a74-4f90-8616-0bea9d486631'),
(40332,32,8885,NULL,2610,1,'2026-01-17 00:31:38','2026-01-17 00:31:38','a936cb2f-8e82-4b8d-ad7b-6b87a925ebd0'),
(40333,32,8885,NULL,2598,2,'2026-01-17 00:31:38','2026-01-17 00:31:38','d57bffab-b199-45dc-b8be-adf90654be44'),
(40334,32,8885,NULL,2608,3,'2026-01-17 00:31:38','2026-01-17 00:31:38','ca3776d1-b3dd-47ad-b8ed-e3321963e592'),
(40335,32,8885,NULL,2624,4,'2026-01-17 00:31:38','2026-01-17 00:31:38','b1ddd04e-7ff7-4222-aee0-e0442ef8fb10'),
(40336,32,8885,NULL,2600,5,'2026-01-17 00:31:38','2026-01-17 00:31:38','0c1aeaf7-34f3-429a-a87b-a8e36f86ba95'),
(40337,32,8885,NULL,2596,6,'2026-01-17 00:31:38','2026-01-17 00:31:38','73f3fa67-1689-46d9-9893-a8e895317c7c'),
(40338,32,8885,NULL,2602,7,'2026-01-17 00:31:38','2026-01-17 00:31:38','e5589896-2aaf-4307-8dca-89b84d69515b'),
(40339,32,8885,NULL,2606,8,'2026-01-17 00:31:38','2026-01-17 00:31:38','ad32428a-47b2-469b-8d86-158b6ed1cff2'),
(40340,32,8885,NULL,2612,9,'2026-01-17 00:31:38','2026-01-17 00:31:38','f212caee-1a14-4617-801d-71d785c6441e'),
(40341,32,8885,NULL,2604,10,'2026-01-17 00:31:38','2026-01-17 00:31:38','64dae411-32d4-4506-be8c-a36cfd090f83'),
(40342,16,8885,NULL,5140,1,'2026-01-17 00:31:38','2026-01-17 00:31:38','b92f48c3-f1dc-4d9f-9235-cfb82c8738c6'),
(40344,7,8885,NULL,617,2,'2026-01-17 00:31:38','2026-01-17 00:31:38','68930344-a54f-4874-b318-1ab7f714dcc8'),
(40345,7,8885,NULL,605,3,'2026-01-17 00:31:38','2026-01-17 00:31:38','5a26f166-dda8-4c85-a20a-9fe4af8c0726'),
(40346,82,8885,NULL,491,1,'2026-01-17 00:31:38','2026-01-17 00:31:38','8e0ceed9-46cc-4569-b981-5b1a02060447'),
(40347,46,8885,NULL,2891,1,'2026-01-17 00:31:38','2026-01-17 00:31:38','b9c5a4d4-588a-4eae-a5bd-87f244d0d0bf'),
(40348,57,8885,NULL,5146,1,'2026-01-17 00:31:38','2026-01-17 00:31:38','0194e404-28be-465c-98d8-8e84f6ff9a8f'),
(40349,57,8885,NULL,5147,2,'2026-01-17 00:31:38','2026-01-17 00:31:38','e47a8a50-0822-4828-9d6f-dae468618773'),
(40350,57,8885,NULL,5148,3,'2026-01-17 00:31:38','2026-01-17 00:31:38','39039079-9bc3-4e7c-a27e-48f770c9397d'),
(40351,57,8885,NULL,5149,4,'2026-01-17 00:31:38','2026-01-17 00:31:38','3fa8ac7f-f4dd-4de4-b1ec-88faf51da718'),
(40352,57,8885,NULL,5150,5,'2026-01-17 00:31:38','2026-01-17 00:31:38','c9ba5b9f-cdc5-4024-8aab-7ce564e376c5'),
(40353,57,8885,NULL,5151,6,'2026-01-17 00:31:38','2026-01-17 00:31:38','8d82c0c6-8994-44b4-a016-4c7dfc5e0546'),
(40354,57,8885,NULL,5152,7,'2026-01-17 00:31:38','2026-01-17 00:31:38','29cbdcf7-cc98-44ee-9085-0cbd2c2245ca'),
(40355,57,8885,NULL,5153,8,'2026-01-17 00:31:38','2026-01-17 00:31:38','292e6dca-dd2d-4814-9f07-785f176a68c6'),
(40356,13,8885,NULL,6882,1,'2026-01-17 00:31:38','2026-01-17 00:31:38','69b20c91-ae71-4fd1-8e44-eefeca8505d1'),
(40396,32,8890,NULL,2614,1,'2026-01-17 00:33:33','2026-01-17 00:33:33','7ec4515e-63fb-429f-be74-c8e6ea5390fe'),
(40397,32,8890,NULL,2610,2,'2026-01-17 00:33:33','2026-01-17 00:33:33','373e50c5-c747-4a06-bcf8-c50b0ebcc912'),
(40398,32,8890,NULL,2598,3,'2026-01-17 00:33:33','2026-01-17 00:33:33','f765508e-a871-4333-a85f-d6177974353b'),
(40399,32,8890,NULL,2608,4,'2026-01-17 00:33:33','2026-01-17 00:33:33','17accc17-1da8-4637-9dc5-99c6a402462a'),
(40400,32,8890,NULL,2600,5,'2026-01-17 00:33:33','2026-01-17 00:33:33','d1abf288-f1ad-49d7-886f-7b9a3608cad5'),
(40401,32,8890,NULL,2596,6,'2026-01-17 00:33:33','2026-01-17 00:33:33','428c656d-bd57-46ec-a31b-a82b84263760'),
(40402,32,8890,NULL,2602,7,'2026-01-17 00:33:33','2026-01-17 00:33:33','9f315a75-a40b-4252-a92e-5c58d52431b2'),
(40403,32,8890,NULL,2606,8,'2026-01-17 00:33:33','2026-01-17 00:33:33','21fd895e-a19d-4a40-95d4-1c1b00c84e1e'),
(40404,32,8890,NULL,2612,9,'2026-01-17 00:33:33','2026-01-17 00:33:33','9ecbb959-3994-4bbc-a3ed-010869e8ceea'),
(40405,32,8890,NULL,2604,10,'2026-01-17 00:33:33','2026-01-17 00:33:33','9be1486d-9b1f-4a20-be98-3f19ded81cd8'),
(40406,16,8890,NULL,5013,1,'2026-01-17 00:33:33','2026-01-17 00:33:33','fae65435-9103-4176-b54b-e749f7e5648b'),
(40407,7,8890,NULL,2969,1,'2026-01-17 00:33:33','2026-01-17 00:33:33','92b7405f-8fa3-49f7-a1eb-fbda4ce22b17'),
(40408,7,8890,NULL,617,2,'2026-01-17 00:33:33','2026-01-17 00:33:33','c756e8d9-45bf-425a-87cd-e22b880c59e2'),
(40409,7,8890,NULL,605,3,'2026-01-17 00:33:33','2026-01-17 00:33:33','8c7d582e-07b7-4ef2-8952-d9029e045735'),
(40410,46,8890,NULL,7381,1,'2026-01-17 00:33:33','2026-01-17 00:33:33','d7b1fec2-2131-4531-9aae-012c3fcb67a8'),
(40411,57,8890,NULL,5033,1,'2026-01-17 00:33:33','2026-01-17 00:33:33','a1b023f8-9ee4-40e5-b0db-9df5ad754e65'),
(40412,57,8890,NULL,5034,2,'2026-01-17 00:33:33','2026-01-17 00:33:33','29e5a0b2-d61c-4282-8ea0-b7b5cd0402ec'),
(40413,57,8890,NULL,5035,3,'2026-01-17 00:33:33','2026-01-17 00:33:33','29fc6702-6024-411e-a85b-601c241e4f01'),
(40414,57,8890,NULL,5036,4,'2026-01-17 00:33:33','2026-01-17 00:33:33','02bbbd13-cb65-426f-b669-0c75bf66ceee'),
(40415,57,8890,NULL,5037,5,'2026-01-17 00:33:33','2026-01-17 00:33:33','3b3bf01d-5fd2-4de9-8d0c-5b602e8fb796'),
(40416,57,8890,NULL,5038,6,'2026-01-17 00:33:33','2026-01-17 00:33:33','d3858dc6-f127-4816-a023-171b38a4bde1'),
(40417,57,8890,NULL,5039,7,'2026-01-17 00:33:33','2026-01-17 00:33:33','adf7e6bf-1dad-45fd-87af-64530c1920e6'),
(40418,57,8890,NULL,5040,8,'2026-01-17 00:33:33','2026-01-17 00:33:33','a164959e-b148-4f4f-87b6-4a369c370a42'),
(40429,57,1215,NULL,8888,1,'2026-01-17 00:34:02','2026-01-17 00:34:02','6793e9a5-36a6-4c30-9333-3a217121ce58'),
(40430,57,1215,NULL,8889,2,'2026-01-17 00:34:02','2026-01-17 00:34:02','9932076f-7a2c-4549-81c7-14fc9db5fb17'),
(40431,32,8895,NULL,2610,1,'2026-01-17 00:34:02','2026-01-17 00:34:02','aa2fc159-2095-413b-9f2c-063e071dcfed'),
(40432,32,8895,NULL,2598,2,'2026-01-17 00:34:02','2026-01-17 00:34:02','b358582a-37b0-43bb-8a6c-fd8b945d4bdb'),
(40433,32,8895,NULL,2600,3,'2026-01-17 00:34:02','2026-01-17 00:34:02','eb3cb2c8-f435-475f-8594-c57fc79b0a23'),
(40434,32,8895,NULL,2604,4,'2026-01-17 00:34:02','2026-01-17 00:34:02','293a500a-fb73-4a5c-9f26-71b58bf62577'),
(40435,32,8895,NULL,2608,5,'2026-01-17 00:34:02','2026-01-17 00:34:02','9113a277-2db1-4456-b4eb-db5099f7d01c'),
(40436,32,8895,NULL,2602,6,'2026-01-17 00:34:02','2026-01-17 00:34:02','ee162e50-0e26-4ebd-bf0e-14955a4e00f1'),
(40437,16,8895,NULL,4466,1,'2026-01-17 00:34:02','2026-01-17 00:34:02','3b4cc26f-5fe7-498c-908c-2eb2e0e1c7fc'),
(40438,7,8895,NULL,2969,1,'2026-01-17 00:34:02','2026-01-17 00:34:02','2868efff-e647-4fd0-b819-f5229903847f'),
(40439,7,8895,NULL,617,2,'2026-01-17 00:34:02','2026-01-17 00:34:02','0b0f14ef-a5b1-488c-998b-651d871ff4d2'),
(40440,7,8895,NULL,605,3,'2026-01-17 00:34:02','2026-01-17 00:34:02','5ed21031-4a2b-4f39-bad4-0337095fce2c'),
(40441,82,8895,NULL,469,1,'2026-01-17 00:34:02','2026-01-17 00:34:02','c89983c1-bf64-4ab1-95bc-838ecb050a3f'),
(40442,82,8895,NULL,479,2,'2026-01-17 00:34:02','2026-01-17 00:34:02','93b3e608-9c32-4820-9d8b-3322d622b112'),
(40443,82,8895,NULL,491,3,'2026-01-17 00:34:02','2026-01-17 00:34:02','7c8eeb9e-68cb-4db1-a2e2-521213e43a98'),
(40444,57,8895,NULL,8888,1,'2026-01-17 00:34:02','2026-01-17 00:34:02','280a6c1b-b97f-4cbc-856b-c913d1642a95'),
(40445,57,8895,NULL,8889,2,'2026-01-17 00:34:02','2026-01-17 00:34:02','e55ea2ca-650f-46b1-811c-ab336d7a92a7'),
(40447,32,8898,NULL,2614,1,'2026-01-17 00:34:08','2026-01-17 00:34:08','46625fa5-2772-4a72-9b53-998faeebc52c'),
(40448,32,8898,NULL,2598,2,'2026-01-17 00:34:08','2026-01-17 00:34:08','a72e2942-9cd6-47de-b221-2b7e36602138'),
(40449,32,8898,NULL,2608,3,'2026-01-17 00:34:08','2026-01-17 00:34:08','bf4c63f9-76d7-42b1-95fe-4e40a5fac411'),
(40450,32,8898,NULL,2600,4,'2026-01-17 00:34:08','2026-01-17 00:34:08','c5eff915-5054-4342-accf-8390d144d1cd'),
(40451,32,8898,NULL,2596,5,'2026-01-17 00:34:08','2026-01-17 00:34:08','9a2b2075-8281-422f-a174-cc8d7608c97d'),
(40452,32,8898,NULL,2602,6,'2026-01-17 00:34:08','2026-01-17 00:34:08','cb349721-792c-4c22-bc56-2e42f7acee93'),
(40453,32,8898,NULL,2612,7,'2026-01-17 00:34:08','2026-01-17 00:34:08','eeca58d1-199d-410a-8e95-ab050e79817b'),
(40454,32,8898,NULL,2604,8,'2026-01-17 00:34:08','2026-01-17 00:34:08','8bc8ab6d-fdab-465a-97e2-56e57f906ae3'),
(40455,82,8898,NULL,479,1,'2026-01-17 00:34:08','2026-01-17 00:34:08','f7c39524-e522-473f-92a3-4825f247d3fc'),
(40456,82,8898,NULL,483,2,'2026-01-17 00:34:08','2026-01-17 00:34:08','81979aa3-b06c-4471-82c0-9012d093a09a'),
(40473,32,8902,NULL,2610,1,'2026-01-17 00:34:34','2026-01-17 00:34:34','a7828d5d-402d-4dc8-a2e7-c062a5dabd33'),
(40474,32,8902,NULL,2598,2,'2026-01-17 00:34:34','2026-01-17 00:34:34','0edf208e-2010-48d9-8e83-06c0955e840f'),
(40475,32,8902,NULL,2600,3,'2026-01-17 00:34:34','2026-01-17 00:34:34','74600c26-6525-4c6d-a145-b40d050f33d4'),
(40476,32,8902,NULL,2604,4,'2026-01-17 00:34:34','2026-01-17 00:34:34','a805e2b1-074d-4444-95c3-9e7f83d504d4'),
(40477,16,8902,NULL,3374,1,'2026-01-17 00:34:34','2026-01-17 00:34:34','3c29372f-c85e-4de3-96ce-e866d6e6c72c'),
(40478,7,8902,NULL,2969,1,'2026-01-17 00:34:34','2026-01-17 00:34:34','ba6f48b6-15c4-4039-bae5-deb51b60553c'),
(40480,7,8902,NULL,617,3,'2026-01-17 00:34:34','2026-01-17 00:34:34','8235de80-a507-433a-a32f-6921859c5dbc'),
(40481,7,8902,NULL,605,4,'2026-01-17 00:34:34','2026-01-17 00:34:34','200b4c83-9608-48ff-8bf6-694571696d62'),
(40482,82,8902,NULL,469,1,'2026-01-17 00:34:34','2026-01-17 00:34:34','c524250c-08a9-48b2-892b-9e3acad4b8a3'),
(40483,82,8902,NULL,475,2,'2026-01-17 00:34:34','2026-01-17 00:34:34','929f423d-6f66-49b9-bf58-5b86fe25a7fd'),
(40484,82,8902,NULL,479,3,'2026-01-17 00:34:34','2026-01-17 00:34:34','801e5788-5e21-4447-a333-7ef2abf2a64b'),
(40485,82,8902,NULL,491,4,'2026-01-17 00:34:34','2026-01-17 00:34:34','c415b889-0388-4f7e-b6c8-31e5b6e4981d'),
(40486,57,8902,NULL,3362,1,'2026-01-17 00:34:34','2026-01-17 00:34:34','50003e51-2ee6-4fad-8861-7137fc5932f6'),
(40487,57,8902,NULL,3363,2,'2026-01-17 00:34:34','2026-01-17 00:34:34','888b4def-222f-42cd-a788-0da590f236d2'),
(40488,57,8902,NULL,3364,3,'2026-01-17 00:34:34','2026-01-17 00:34:34','ea90cf42-6733-4177-a283-aa67e711e9bf'),
(40489,57,8902,NULL,3365,4,'2026-01-17 00:34:34','2026-01-17 00:34:34','f6a3fff1-1c40-4468-bd5c-fe1968b9056b'),
(40490,57,8902,NULL,3366,5,'2026-01-17 00:34:34','2026-01-17 00:34:34','0cdcac59-ccd8-4e4c-9406-08db61a0e1f6'),
(40491,57,8902,NULL,3367,6,'2026-01-17 00:34:34','2026-01-17 00:34:34','eb5a8ee9-17c7-4940-98a2-bfed318b97d9'),
(40492,57,8902,NULL,3368,7,'2026-01-17 00:34:34','2026-01-17 00:34:34','d8038425-628c-4cd2-bc27-5627b10836c1'),
(40493,57,8902,NULL,3369,8,'2026-01-17 00:34:34','2026-01-17 00:34:34','cf1b497a-db5e-4a78-a7a6-d13531551c8d'),
(40494,57,8902,NULL,3370,9,'2026-01-17 00:34:34','2026-01-17 00:34:34','47f6a426-a70a-44b5-b170-9f548995bddb'),
(40495,57,8902,NULL,3371,10,'2026-01-17 00:34:34','2026-01-17 00:34:34','9d09a5c0-d848-4e3e-a0bd-757c02ceaec1'),
(40496,57,8902,NULL,3372,11,'2026-01-17 00:34:34','2026-01-17 00:34:34','91976147-62a7-4bc6-814f-21cf381b3574'),
(40497,57,8902,NULL,3373,12,'2026-01-17 00:34:34','2026-01-17 00:34:34','8eecfd94-be23-4dce-9e62-4f4bb10ff015'),
(40498,57,8902,NULL,3374,13,'2026-01-17 00:34:34','2026-01-17 00:34:34','462c34de-9a43-45e4-a069-8088ef7a983b'),
(40499,72,8902,NULL,548,1,'2026-01-17 00:34:34','2026-01-17 00:34:34','0af1edeb-c36d-4090-a382-55a1b187424a'),
(40514,32,8906,NULL,2614,1,'2026-01-17 00:35:08','2026-01-17 00:35:08','1ec3704a-7de0-44dd-9a9a-225a6de625e9'),
(40515,32,8906,NULL,2610,2,'2026-01-17 00:35:08','2026-01-17 00:35:08','98e78172-7add-4be8-9224-1d99130d0d57'),
(40516,32,8906,NULL,2598,3,'2026-01-17 00:35:08','2026-01-17 00:35:08','eec91962-d001-43fa-854d-617e753b471b'),
(40517,32,8906,NULL,2608,4,'2026-01-17 00:35:08','2026-01-17 00:35:08','a61d6115-c23c-48e3-bbd2-ece70cc4f9d9'),
(40518,32,8906,NULL,2624,5,'2026-01-17 00:35:08','2026-01-17 00:35:08','5da1f3df-7c53-423f-9763-7d748b759764'),
(40519,32,8906,NULL,2600,6,'2026-01-17 00:35:08','2026-01-17 00:35:08','b179400b-3552-4b33-835a-c38b63927b35'),
(40520,32,8906,NULL,2596,7,'2026-01-17 00:35:08','2026-01-17 00:35:08','5f9e4b92-0e3c-4285-b3dd-59c080b5a133'),
(40521,32,8906,NULL,2602,8,'2026-01-17 00:35:08','2026-01-17 00:35:08','6c332195-366d-49d4-948b-40d0e40c819e'),
(40522,32,8906,NULL,2606,9,'2026-01-17 00:35:08','2026-01-17 00:35:08','6c92e4a2-4b6e-489f-a4d1-e678ca2f9f3a'),
(40523,32,8906,NULL,2612,10,'2026-01-17 00:35:08','2026-01-17 00:35:08','85d7e784-3f61-4e44-840b-05f7f1be8e92'),
(40524,32,8906,NULL,2604,11,'2026-01-17 00:35:08','2026-01-17 00:35:08','884c5307-30b1-458d-b326-b3e3e1a9989f'),
(40525,46,8906,NULL,2891,1,'2026-01-17 00:35:08','2026-01-17 00:35:08','e5987af7-69a6-4cf8-bd33-636025c4075a'),
(40526,46,8906,NULL,7381,2,'2026-01-17 00:35:08','2026-01-17 00:35:08','3c17c611-0b77-4073-8ca5-88547e07f5c1'),
(40527,13,8906,NULL,6922,1,'2026-01-17 00:35:08','2026-01-17 00:35:08','06ee0c6d-e370-4fba-8ea1-84b4c7bbf616'),
(40528,32,8908,NULL,2614,1,'2026-01-17 00:35:29','2026-01-17 00:35:29','b45df3ab-8c65-42ac-a6f5-14208bd32782'),
(40529,32,8908,NULL,2610,2,'2026-01-17 00:35:29','2026-01-17 00:35:29','bc762998-161c-4ad6-84cd-f3e8c7939918'),
(40530,32,8908,NULL,2598,3,'2026-01-17 00:35:29','2026-01-17 00:35:29','74b20e10-9e0f-406f-b237-a60917e92776'),
(40531,32,8908,NULL,2608,4,'2026-01-17 00:35:29','2026-01-17 00:35:29','55b3bdb9-a6e8-4a12-8e36-32e974127ca3'),
(40532,32,8908,NULL,2600,5,'2026-01-17 00:35:29','2026-01-17 00:35:29','ede09519-8499-4b90-b298-4052c720cf53'),
(40533,32,8908,NULL,2596,6,'2026-01-17 00:35:29','2026-01-17 00:35:29','ea9fa8d0-d97d-4314-b6c6-a075dabe2402'),
(40534,32,8908,NULL,2602,7,'2026-01-17 00:35:29','2026-01-17 00:35:29','49809919-1c0e-4f5a-99a2-8cbe42b6a096'),
(40535,32,8908,NULL,2612,8,'2026-01-17 00:35:29','2026-01-17 00:35:29','6d0c2177-e8cd-4361-9482-fa97062ef853'),
(40536,32,8908,NULL,2604,9,'2026-01-17 00:35:29','2026-01-17 00:35:29','790f4139-0b5e-4918-9720-365bc0bd84b6'),
(40537,82,8908,NULL,479,1,'2026-01-17 00:35:29','2026-01-17 00:35:29','cd2b0273-98b6-41e3-9106-f8c3e1b45e88'),
(40538,46,8908,NULL,7381,1,'2026-01-17 00:35:29','2026-01-17 00:35:29','2e502073-a31c-4c8b-9a0b-4b5ee7f393f3'),
(40551,32,8912,NULL,2614,1,'2026-01-17 00:36:10','2026-01-17 00:36:10','b13a77ff-31f6-42a2-8ea0-131c4eaaff3a'),
(40552,32,8912,NULL,2610,2,'2026-01-17 00:36:10','2026-01-17 00:36:10','b4ae6cef-bab2-474b-ab5a-7729bb79d2a3'),
(40553,32,8912,NULL,2598,3,'2026-01-17 00:36:10','2026-01-17 00:36:10','b038a686-4835-4cdd-9859-ad45ea8106de'),
(40554,32,8912,NULL,2608,4,'2026-01-17 00:36:10','2026-01-17 00:36:10','3cf90bf1-e35a-4d33-b6d6-ea4d6b4ca10d'),
(40555,32,8912,NULL,2600,5,'2026-01-17 00:36:10','2026-01-17 00:36:10','cbce1e0c-d0e2-41ef-a473-eb7d6bea2c2e'),
(40556,32,8912,NULL,2596,6,'2026-01-17 00:36:10','2026-01-17 00:36:10','aa0b2b41-3c2a-4e45-a36d-62b40fce698d'),
(40557,32,8912,NULL,2602,7,'2026-01-17 00:36:10','2026-01-17 00:36:10','2d28bdb1-a87e-4b7f-a4ac-0a70e6b57743'),
(40558,32,8912,NULL,2612,8,'2026-01-17 00:36:10','2026-01-17 00:36:10','0d1bf032-8e48-4283-94a9-5f3357c5e17f'),
(40559,82,8912,NULL,477,1,'2026-01-17 00:36:10','2026-01-17 00:36:10','d6300415-d0a7-4f4f-9f6b-323bb688cfb4'),
(40560,82,8912,NULL,479,2,'2026-01-17 00:36:10','2026-01-17 00:36:10','06bcc592-5eca-4aca-9e51-d1ae6da47174'),
(40561,46,8912,NULL,7381,1,'2026-01-17 00:36:10','2026-01-17 00:36:10','ec802aec-42a0-46ed-a290-50f5cd48a7e3'),
(40562,13,8912,NULL,6925,1,'2026-01-17 00:36:10','2026-01-17 00:36:10','b31deb55-75d2-4d2b-a339-c7028a023b1e'),
(40563,32,8914,NULL,2610,1,'2026-01-17 00:36:18','2026-01-17 00:36:18','b8733e3f-5761-49e7-a171-83a739ce243c'),
(40564,32,8914,NULL,2598,2,'2026-01-17 00:36:18','2026-01-17 00:36:18','dedba468-f7fb-4d43-ba6f-beb590318da6'),
(40565,32,8914,NULL,2600,3,'2026-01-17 00:36:18','2026-01-17 00:36:18','aabebd52-0868-4933-a58a-8ffb66357944'),
(40566,32,8914,NULL,2604,4,'2026-01-17 00:36:18','2026-01-17 00:36:18','ef42f335-73a6-4142-a27a-091ab7cc5e48'),
(40567,32,8914,NULL,2608,5,'2026-01-17 00:36:18','2026-01-17 00:36:18','53a0ccea-5e10-49a7-b8ad-b8186bca000a'),
(40568,32,8914,NULL,2602,6,'2026-01-17 00:36:18','2026-01-17 00:36:18','ddd36339-6d8d-4a12-8991-12f19aada5ff'),
(40569,16,8914,NULL,4466,1,'2026-01-17 00:36:18','2026-01-17 00:36:18','d72647f3-5816-4c6b-8314-58129ae96743'),
(40570,7,8914,NULL,2969,1,'2026-01-17 00:36:18','2026-01-17 00:36:18','83e0770a-14f9-4fec-9db9-823b6ba6b36b'),
(40571,7,8914,NULL,617,2,'2026-01-17 00:36:18','2026-01-17 00:36:18','57de6333-0228-44be-8b95-beec0680841a'),
(40572,7,8914,NULL,605,3,'2026-01-17 00:36:18','2026-01-17 00:36:18','ed2b8321-8bbd-4afd-a431-b20cd80d8cc6'),
(40573,82,8914,NULL,469,1,'2026-01-17 00:36:18','2026-01-17 00:36:18','572cc7ee-6af3-443a-bc00-f3394bea35f5'),
(40574,82,8914,NULL,479,2,'2026-01-17 00:36:18','2026-01-17 00:36:18','1f7af619-ba72-4d8b-907a-f0b941aa4804'),
(40575,82,8914,NULL,491,3,'2026-01-17 00:36:18','2026-01-17 00:36:18','1c3839a9-d0af-4789-8c75-097b4da205ef'),
(40576,57,8914,NULL,8888,1,'2026-01-17 00:36:18','2026-01-17 00:36:18','f52776b6-e595-4306-87d5-5c2fd0554a90'),
(40577,57,8914,NULL,8889,2,'2026-01-17 00:36:18','2026-01-17 00:36:18','6076818b-e6ec-44fd-a226-7fdb3a06f463'),
(40609,32,8921,NULL,2614,1,'2026-01-17 00:37:49','2026-01-17 00:37:49','1160d7fc-668c-497c-99d3-c786915bade3'),
(40610,32,8921,NULL,2610,2,'2026-01-17 00:37:49','2026-01-17 00:37:49','5e864b66-34fe-4d37-91dc-64ee118e6bff'),
(40611,32,8921,NULL,2598,3,'2026-01-17 00:37:49','2026-01-17 00:37:49','31cff975-45b5-402f-8e19-3f97dd9a7c99'),
(40612,32,8921,NULL,2608,4,'2026-01-17 00:37:49','2026-01-17 00:37:49','483955d5-872c-48be-802e-6c3cd58082ca'),
(40613,32,8921,NULL,2624,5,'2026-01-17 00:37:49','2026-01-17 00:37:49','bd704445-85dd-4b5b-b9c6-581e983d6b25'),
(40614,32,8921,NULL,2600,6,'2026-01-17 00:37:49','2026-01-17 00:37:49','d326f985-29cc-4302-ab77-12d179699ec8'),
(40615,32,8921,NULL,2596,7,'2026-01-17 00:37:49','2026-01-17 00:37:49','ea068c0d-dbb5-4fa7-9002-ffbfbbc44dd6'),
(40616,32,8921,NULL,2602,8,'2026-01-17 00:37:49','2026-01-17 00:37:49','bc0d97a3-9e16-4ef7-a0a0-cd8ee985106c'),
(40617,32,8921,NULL,2606,9,'2026-01-17 00:37:49','2026-01-17 00:37:49','f7f1e37b-b0ef-4ba4-be37-ffa14d7f6185'),
(40618,32,8921,NULL,2612,10,'2026-01-17 00:37:49','2026-01-17 00:37:49','c212b836-ec86-4a58-ada1-74851efac966'),
(40619,32,8921,NULL,2604,11,'2026-01-17 00:37:49','2026-01-17 00:37:49','66b3cbad-8577-4eef-910b-bc6bc4da852f'),
(40620,46,8921,NULL,2891,1,'2026-01-17 00:37:49','2026-01-17 00:37:49','3aeb2cd1-db0f-49ee-82d6-e8f455fde2b1'),
(40621,13,8921,NULL,6927,1,'2026-01-17 00:37:49','2026-01-17 00:37:49','5fd71d93-3e54-4702-bb27-506c81d863da'),
(40648,32,8940,NULL,2614,1,'2026-01-17 00:39:39','2026-01-17 00:39:39','ff6344e1-9da9-4808-99c4-e7d30b96f897'),
(40649,32,8940,NULL,2610,2,'2026-01-17 00:39:39','2026-01-17 00:39:39','e73da57c-7c80-4beb-a5ed-d43df38fa80b'),
(40650,32,8940,NULL,2598,3,'2026-01-17 00:39:39','2026-01-17 00:39:39','b115c951-4255-4e36-8480-fed9e0a7c1cc'),
(40651,32,8940,NULL,2608,4,'2026-01-17 00:39:39','2026-01-17 00:39:39','825e7524-5c34-45d7-bc00-aae55368d89f'),
(40652,32,8940,NULL,2600,5,'2026-01-17 00:39:39','2026-01-17 00:39:39','d1baeeb4-ede3-492a-9089-9aced47c50bc'),
(40653,32,8940,NULL,2596,6,'2026-01-17 00:39:39','2026-01-17 00:39:39','26eac215-f567-4213-b7bd-f918b4091c13'),
(40654,32,8940,NULL,2602,7,'2026-01-17 00:39:39','2026-01-17 00:39:39','8566d7fe-0ef4-4d19-81a2-65e130dcee5b'),
(40655,32,8940,NULL,2606,8,'2026-01-17 00:39:39','2026-01-17 00:39:39','6fd13736-1923-4c9d-a3f1-c6e1146b7a04'),
(40656,32,8940,NULL,2612,9,'2026-01-17 00:39:39','2026-01-17 00:39:39','100fe0c5-c973-48ce-82e7-e707af4bf831'),
(40657,32,8940,NULL,2604,10,'2026-01-17 00:39:39','2026-01-17 00:39:39','08d7fbe6-7d8d-4e39-9969-75003760c840'),
(40658,13,8940,NULL,6931,1,'2026-01-17 00:39:39','2026-01-17 00:39:39','cd2d38f7-b58a-4a0a-a8d1-137ecd7ab431'),
(40669,57,1219,NULL,8923,1,'2026-01-17 00:40:06','2026-01-17 00:40:06','ea2bf8d6-65f6-40c4-8f0c-76df871f566a'),
(40670,57,1219,NULL,8936,2,'2026-01-17 00:40:06','2026-01-17 00:40:06','4ca61767-74ce-4afd-a59f-105607dfcf76'),
(40671,57,1219,NULL,8934,3,'2026-01-17 00:40:06','2026-01-17 00:40:06','9b46836f-6d3f-48b0-983b-c01587de4006'),
(40672,57,1219,NULL,8935,4,'2026-01-17 00:40:06','2026-01-17 00:40:06','835e38d2-a5ab-49c6-8eab-7434e36c65f2'),
(40673,57,1219,NULL,8931,5,'2026-01-17 00:40:06','2026-01-17 00:40:06','f8cf36a0-abb7-4f7c-b509-05a0e790fad2'),
(40674,57,1219,NULL,8928,6,'2026-01-17 00:40:06','2026-01-17 00:40:06','f5b7aea0-787c-48ef-82b7-6cbd03574fc8'),
(40675,57,1219,NULL,8929,7,'2026-01-17 00:40:06','2026-01-17 00:40:06','2c9844be-08f0-4cf6-be43-bcbff78ee0c1'),
(40676,57,1219,NULL,8930,8,'2026-01-17 00:40:06','2026-01-17 00:40:06','d2a4574d-7fa5-44a8-9df0-9d16f4b2706b'),
(40677,57,1219,NULL,8920,9,'2026-01-17 00:40:06','2026-01-17 00:40:06','8656cf5f-112f-4163-9767-2d41be92c8d1'),
(40678,57,1219,NULL,8918,10,'2026-01-17 00:40:06','2026-01-17 00:40:06','0e162adb-9f25-43b8-94b2-56baf9889e19'),
(40679,57,1219,NULL,8919,11,'2026-01-17 00:40:06','2026-01-17 00:40:06','43c877ee-3bbb-46d2-9390-18c5d25d2c3e'),
(40680,57,1219,NULL,8924,12,'2026-01-17 00:40:06','2026-01-17 00:40:06','9c25ba4f-d7cb-47bd-853b-1696f98fcc7e'),
(40681,57,1219,NULL,8925,13,'2026-01-17 00:40:06','2026-01-17 00:40:06','dfed2860-f7e0-4331-9d70-a80cec3453e9'),
(40682,57,1219,NULL,8926,14,'2026-01-17 00:40:06','2026-01-17 00:40:06','5a86a97e-6f1d-4243-b7f3-b6b8f9c3d1c1'),
(40683,57,1219,NULL,8927,15,'2026-01-17 00:40:06','2026-01-17 00:40:06','06e96a50-e6cc-4c6a-b8fa-d5e1ac4bfdb0'),
(40684,57,1219,NULL,8932,16,'2026-01-17 00:40:06','2026-01-17 00:40:06','ac37cff8-a324-417b-a08a-5a469b4b0604'),
(40685,57,1219,NULL,8933,17,'2026-01-17 00:40:06','2026-01-17 00:40:06','af1b91ff-c4a5-4074-b7f9-679ffedb60a9'),
(40686,32,8945,NULL,2610,1,'2026-01-17 00:40:06','2026-01-17 00:40:06','a68228cf-92e8-467f-863b-ad57abb01490'),
(40687,32,8945,NULL,2598,2,'2026-01-17 00:40:06','2026-01-17 00:40:06','45052f8d-128a-4995-a85f-a02a1f33ca4f'),
(40688,32,8945,NULL,2600,3,'2026-01-17 00:40:06','2026-01-17 00:40:06','18dfe394-c206-4302-829a-21d46ca61659'),
(40689,32,8945,NULL,2604,4,'2026-01-17 00:40:06','2026-01-17 00:40:06','95d93825-0c74-43dd-9798-2641519d6cd9'),
(40690,32,8945,NULL,2608,5,'2026-01-17 00:40:06','2026-01-17 00:40:06','df90b375-d73b-4b85-82b1-1671f6d336a5'),
(40691,32,8945,NULL,2602,6,'2026-01-17 00:40:06','2026-01-17 00:40:06','a7832fc7-d930-47be-aad8-bdfc45732f4e'),
(40692,16,8945,NULL,4497,1,'2026-01-17 00:40:06','2026-01-17 00:40:06','48eb9ef3-ff6c-45c4-b4d9-5621bc3068f9'),
(40694,7,8945,NULL,2972,2,'2026-01-17 00:40:06','2026-01-17 00:40:06','92b69ae8-afe4-4a31-ade2-80da02095993'),
(40695,7,8945,NULL,617,3,'2026-01-17 00:40:06','2026-01-17 00:40:06','8eac3984-0642-4e57-b58a-1ee847411000'),
(40696,7,8945,NULL,605,4,'2026-01-17 00:40:06','2026-01-17 00:40:06','567abb13-c425-4e81-a290-0fe27161fc65'),
(40697,82,8945,NULL,469,1,'2026-01-17 00:40:06','2026-01-17 00:40:06','ba44be76-0e1e-4fc5-b143-03ad20a443e5'),
(40698,82,8945,NULL,479,2,'2026-01-17 00:40:06','2026-01-17 00:40:06','454f108a-d6f5-4f0e-8484-d69bbf1b896d'),
(40699,82,8945,NULL,491,3,'2026-01-17 00:40:06','2026-01-17 00:40:06','444201d6-922a-43e0-9287-d9658966849c'),
(40700,57,8945,NULL,8923,1,'2026-01-17 00:40:06','2026-01-17 00:40:06','4325574b-fae0-428d-82ff-6da92c20565b'),
(40701,57,8945,NULL,8936,2,'2026-01-17 00:40:06','2026-01-17 00:40:06','1012c3d4-8e8f-4ac0-887a-c474b8426328'),
(40702,57,8945,NULL,8934,3,'2026-01-17 00:40:06','2026-01-17 00:40:06','7dfdaca3-3ff3-4427-ba1b-f7141ef2d9a0'),
(40703,57,8945,NULL,8935,4,'2026-01-17 00:40:06','2026-01-17 00:40:06','57798c51-18ef-4c55-9a43-ac9c6f297d78'),
(40704,57,8945,NULL,8931,5,'2026-01-17 00:40:06','2026-01-17 00:40:06','33d82e9e-bd46-4271-a630-6ff824366424'),
(40705,57,8945,NULL,8928,6,'2026-01-17 00:40:06','2026-01-17 00:40:06','768b6ce1-dd24-4ba4-a3e1-664601a703e0'),
(40706,57,8945,NULL,8929,7,'2026-01-17 00:40:06','2026-01-17 00:40:06','13330feb-ec6a-4d81-a676-99dd9b1d1c53'),
(40707,57,8945,NULL,8930,8,'2026-01-17 00:40:06','2026-01-17 00:40:06','13314198-cecc-41a5-91f4-6274790380b3'),
(40708,57,8945,NULL,8920,9,'2026-01-17 00:40:06','2026-01-17 00:40:06','9448bfc8-8e49-4286-abb9-3336c5e258f9'),
(40709,57,8945,NULL,8918,10,'2026-01-17 00:40:06','2026-01-17 00:40:06','3817556e-80ed-49f9-851e-2e810ed46566'),
(40710,57,8945,NULL,8919,11,'2026-01-17 00:40:06','2026-01-17 00:40:06','8105a80e-4748-449d-9ae6-55c264b8c0fd'),
(40711,57,8945,NULL,8924,12,'2026-01-17 00:40:06','2026-01-17 00:40:06','84cf822f-a3e9-4cf8-98b8-a4192bd552a4'),
(40712,57,8945,NULL,8925,13,'2026-01-17 00:40:06','2026-01-17 00:40:06','cccbd77a-5369-44f9-9772-84acab4ddf22'),
(40713,57,8945,NULL,8926,14,'2026-01-17 00:40:06','2026-01-17 00:40:06','eae938b4-8d7c-4350-a743-873fc6ea5f50'),
(40714,57,8945,NULL,8927,15,'2026-01-17 00:40:06','2026-01-17 00:40:06','9635df4f-e917-4fb3-a937-0cff648c982a'),
(40715,57,8945,NULL,8932,16,'2026-01-17 00:40:06','2026-01-17 00:40:06','c18851d6-30c4-4a7e-a531-a00b58bb606d'),
(40716,57,8945,NULL,8933,17,'2026-01-17 00:40:06','2026-01-17 00:40:06','311a0c10-7494-4fc5-a64c-f61308542297'),
(40750,32,8947,NULL,2614,1,'2026-01-17 00:40:18','2026-01-17 00:40:18','b230e878-cbe6-4b8c-9cef-c65e855b05c1'),
(40751,32,8947,NULL,2610,2,'2026-01-17 00:40:18','2026-01-17 00:40:18','b823b4f6-f883-4c0e-9c7b-c305c36a28f6'),
(40752,32,8947,NULL,2598,3,'2026-01-17 00:40:18','2026-01-17 00:40:18','d56800a6-d037-4ff2-8bc7-818ca498fc4c'),
(40753,32,8947,NULL,2608,4,'2026-01-17 00:40:18','2026-01-17 00:40:18','250475f3-e1c8-45f1-9155-6ef9ce552676'),
(40754,32,8947,NULL,2600,5,'2026-01-17 00:40:18','2026-01-17 00:40:18','f94411f5-a4e7-40a7-83a5-4b0dec862005'),
(40755,32,8947,NULL,2596,6,'2026-01-17 00:40:18','2026-01-17 00:40:18','79fa54a4-f2cb-4435-8992-4778098bc7ef'),
(40756,32,8947,NULL,2602,7,'2026-01-17 00:40:18','2026-01-17 00:40:18','14096121-809e-4407-8096-b0015751e2ad'),
(40757,32,8947,NULL,2612,8,'2026-01-17 00:40:18','2026-01-17 00:40:18','f322a307-b687-40e3-b862-08d2f98f697c'),
(40758,32,8947,NULL,2604,9,'2026-01-17 00:40:18','2026-01-17 00:40:18','48907a54-380a-44fa-9708-cceae79f61d2'),
(40759,82,8947,NULL,479,1,'2026-01-17 00:40:18','2026-01-17 00:40:18','074f8d19-d89e-4e24-923d-8b803f3b374a'),
(40772,32,8950,NULL,2614,1,'2026-01-17 00:40:34','2026-01-17 00:40:34','900d4eb8-5b77-49de-8f91-e3acca72502c'),
(40773,32,8950,NULL,2610,2,'2026-01-17 00:40:34','2026-01-17 00:40:34','26ae5d3e-f26d-4f43-8f5e-2d693f9dfb69'),
(40774,32,8950,NULL,2598,3,'2026-01-17 00:40:34','2026-01-17 00:40:34','c52ef92a-b33f-40be-9dff-66cd7d5f7284'),
(40775,32,8950,NULL,2608,4,'2026-01-17 00:40:34','2026-01-17 00:40:34','31de4d29-f7f7-4790-8f28-2189cad29925'),
(40776,32,8950,NULL,2624,5,'2026-01-17 00:40:34','2026-01-17 00:40:34','5d036d37-d481-4e93-8f44-f065cd4690d0'),
(40777,32,8950,NULL,2600,6,'2026-01-17 00:40:34','2026-01-17 00:40:34','50efda5b-f5f9-48ca-b779-a66e362b725a'),
(40778,32,8950,NULL,2596,7,'2026-01-17 00:40:34','2026-01-17 00:40:34','443853eb-d98e-4100-8eb8-2b5042204178'),
(40779,32,8950,NULL,2602,8,'2026-01-17 00:40:34','2026-01-17 00:40:34','9cbc2d20-2cda-4c74-bfd7-e0fdc503ca00'),
(40780,32,8950,NULL,2606,9,'2026-01-17 00:40:34','2026-01-17 00:40:34','9c2b1166-b455-41dc-abc7-739549ee6b23'),
(40781,32,8950,NULL,2612,10,'2026-01-17 00:40:34','2026-01-17 00:40:34','893ef5bf-c462-4ab0-9a88-3b73126fad22'),
(40782,32,8950,NULL,2604,11,'2026-01-17 00:40:34','2026-01-17 00:40:34','99d263a8-263f-4684-b7d0-581dbd005cfe'),
(40783,46,8950,NULL,2891,1,'2026-01-17 00:40:34','2026-01-17 00:40:34','a88f9dab-0b0a-4a51-a84e-e6562c13b423'),
(40814,57,1225,NULL,8955,1,'2026-01-17 00:42:54','2026-01-17 00:42:54','9746d77d-12c4-459a-aa82-be7e57f09b62'),
(40815,57,1225,NULL,8956,2,'2026-01-17 00:42:54','2026-01-17 00:42:54','114c9b4b-d96d-4a2e-956a-3b5a01108385'),
(40816,57,1225,NULL,8957,3,'2026-01-17 00:42:54','2026-01-17 00:42:54','c7123b80-10d5-43d2-98db-fd29f7139336'),
(40817,57,1225,NULL,8958,4,'2026-01-17 00:42:54','2026-01-17 00:42:54','c919c5aa-e014-4f72-8390-d3f3f6b85439'),
(40818,57,1225,NULL,8953,5,'2026-01-17 00:42:54','2026-01-17 00:42:54','1be48b5b-75bf-45da-b99a-af5802dd97c8'),
(40819,57,1225,NULL,8954,6,'2026-01-17 00:42:54','2026-01-17 00:42:54','c9e7af33-32e2-403b-9166-f379a0967ac3'),
(40820,57,1225,NULL,8959,8,'2026-01-17 00:42:54','2026-01-17 16:54:58','9a06a367-e9f7-4bf0-9b62-189a8c23ac25'),
(40821,32,8960,NULL,2610,1,'2026-01-17 00:42:54','2026-01-17 00:42:54','e5a78567-567f-42b2-b271-aae006175495'),
(40822,32,8960,NULL,2598,2,'2026-01-17 00:42:54','2026-01-17 00:42:54','77686066-6105-4f64-9131-29539d04b73c'),
(40823,32,8960,NULL,2600,3,'2026-01-17 00:42:54','2026-01-17 00:42:54','6cd71c6f-83ce-49eb-87a9-fa4ed8d868ff'),
(40824,32,8960,NULL,2604,4,'2026-01-17 00:42:54','2026-01-17 00:42:54','0441668b-671e-4c92-b873-2612cb3fcebb'),
(40825,32,8960,NULL,2608,5,'2026-01-17 00:42:54','2026-01-17 00:42:54','e2729326-1dfd-4765-93f8-dc3753ee560d'),
(40826,32,8960,NULL,2602,6,'2026-01-17 00:42:54','2026-01-17 00:42:54','ae721cf0-bfd2-4e57-99a6-769f03462527'),
(40827,16,8960,NULL,4526,1,'2026-01-17 00:42:54','2026-01-17 00:42:54','95618b4a-36ee-4451-b9a9-3dddda324150'),
(40828,7,8960,NULL,2969,1,'2026-01-17 00:42:54','2026-01-17 00:42:54','43926852-7be0-40fc-bcdf-156133b08ef8'),
(40829,7,8960,NULL,2974,2,'2026-01-17 00:42:54','2026-01-17 00:42:54','7662e4c9-cb82-4ef3-b326-9112c81250a6'),
(40830,7,8960,NULL,617,3,'2026-01-17 00:42:54','2026-01-17 00:42:54','5299ab8c-358e-4f06-a5a4-a7c076b5f1be'),
(40831,7,8960,NULL,605,4,'2026-01-17 00:42:54','2026-01-17 00:42:54','dbc615af-5a81-434d-b950-0a3879f9c8a2'),
(40832,82,8960,NULL,469,1,'2026-01-17 00:42:54','2026-01-17 00:42:54','f070fc0f-2491-4ddb-ba78-7d279cbbde31'),
(40833,82,8960,NULL,479,2,'2026-01-17 00:42:54','2026-01-17 00:42:54','f98030a5-e1af-4bba-9253-b33af34dd7a9'),
(40834,82,8960,NULL,491,3,'2026-01-17 00:42:54','2026-01-17 00:42:54','36a9dd54-345c-4e0c-8fde-8b86bcad8796'),
(40835,57,8960,NULL,8955,1,'2026-01-17 00:42:54','2026-01-17 00:42:54','361b8938-9ef2-4ae0-832c-74974539e2a9'),
(40836,57,8960,NULL,8956,2,'2026-01-17 00:42:54','2026-01-17 00:42:54','0b657544-678e-44c1-bd54-9ded0475c155'),
(40837,57,8960,NULL,8957,3,'2026-01-17 00:42:54','2026-01-17 00:42:54','e8ef72fa-b15e-4aed-b363-d4533d95c290'),
(40838,57,8960,NULL,8958,4,'2026-01-17 00:42:54','2026-01-17 00:42:54','21b5e55c-580f-4fed-8ed4-a9c22fb9192d'),
(40839,57,8960,NULL,8953,5,'2026-01-17 00:42:54','2026-01-17 00:42:54','5c5d2763-3043-4693-8ce7-36d39a785e50'),
(40840,57,8960,NULL,8954,6,'2026-01-17 00:42:54','2026-01-17 00:42:54','2051439f-8953-4073-a15c-b312e127f49b'),
(40841,57,8960,NULL,8959,7,'2026-01-17 00:42:54','2026-01-17 00:42:54','1d6ba964-0ece-4363-a6ef-51e207529f5d'),
(40865,32,8962,NULL,2610,1,'2026-01-17 00:44:22','2026-01-17 00:44:22','98b46224-56db-4bbb-9ea2-6f346712247c'),
(40866,32,8962,NULL,2598,2,'2026-01-17 00:44:22','2026-01-17 00:44:22','a1d7bfea-b3e4-46c6-94ac-5eef7bce3031'),
(40867,32,8962,NULL,2600,3,'2026-01-17 00:44:22','2026-01-17 00:44:22','5d278e07-7226-4d8b-a5e9-55df4909d096'),
(40868,32,8962,NULL,2604,4,'2026-01-17 00:44:22','2026-01-17 00:44:22','dfc80dc2-7211-4994-99a1-769967b14a27'),
(40869,32,8962,NULL,2608,5,'2026-01-17 00:44:22','2026-01-17 00:44:22','1bc52bac-40f2-47f7-b99f-3e40c7d6a962'),
(40870,32,8962,NULL,2602,6,'2026-01-17 00:44:22','2026-01-17 00:44:22','7101d974-bf86-41de-9181-19cfe64ee033'),
(40871,16,8962,NULL,4526,1,'2026-01-17 00:44:22','2026-01-17 00:44:22','fd29c29a-c739-4f87-b9cb-56094a2ac4f2'),
(40872,7,8962,NULL,2969,1,'2026-01-17 00:44:22','2026-01-17 00:44:22','455b2c47-28f9-4e71-9c53-c0c8def07891'),
(40873,7,8962,NULL,2974,2,'2026-01-17 00:44:22','2026-01-17 00:44:22','076c87c4-904d-407f-9ef8-86e190bbe3bb'),
(40874,7,8962,NULL,617,3,'2026-01-17 00:44:22','2026-01-17 00:44:22','db4cf869-8a5e-48af-a957-59309816e086'),
(40875,7,8962,NULL,605,4,'2026-01-17 00:44:22','2026-01-17 00:44:22','475a1609-7da0-4a89-979d-f27205873519'),
(40876,82,8962,NULL,469,1,'2026-01-17 00:44:22','2026-01-17 00:44:22','fbdbef40-8f8a-42b6-b8a1-1a638bbc5ac6'),
(40877,82,8962,NULL,479,2,'2026-01-17 00:44:22','2026-01-17 00:44:22','6af39971-0cb6-45dd-80b1-8bd2becbaee2'),
(40878,82,8962,NULL,491,3,'2026-01-17 00:44:22','2026-01-17 00:44:22','801f6d48-499a-42e9-afae-8bc3bcdd06c8'),
(40879,57,8962,NULL,8955,1,'2026-01-17 00:44:22','2026-01-17 00:44:22','dcf8d9da-0022-4864-9b90-322ee36413f3'),
(40880,57,8962,NULL,8956,2,'2026-01-17 00:44:22','2026-01-17 00:44:22','4a13cc16-b7b8-4882-b933-3b4a834e6796'),
(40881,57,8962,NULL,8957,3,'2026-01-17 00:44:22','2026-01-17 00:44:22','c535f016-1c04-451d-b341-ac6bb20edef3'),
(40882,57,8962,NULL,8958,4,'2026-01-17 00:44:22','2026-01-17 00:44:22','598f1b65-4544-4294-8bba-08baec8f4d1e'),
(40883,57,8962,NULL,8953,5,'2026-01-17 00:44:22','2026-01-17 00:44:22','6d2047b5-f811-45d8-b632-f4a517dc545f'),
(40884,57,8962,NULL,8954,6,'2026-01-17 00:44:22','2026-01-17 00:44:22','1b0644d3-88f5-46b6-96f4-d8bde3517d67'),
(40885,57,8962,NULL,8959,7,'2026-01-17 00:44:22','2026-01-17 00:44:22','e2f5ea48-3f17-49ff-b79b-057f784352de'),
(40900,32,8965,NULL,2610,1,'2026-01-17 00:46:46','2026-01-17 00:46:46','d107c7cc-bd3c-4e14-92c3-95392e828f07'),
(40901,32,8965,NULL,2598,2,'2026-01-17 00:46:46','2026-01-17 00:46:46','f85cd7c7-1735-4641-8323-6f20066ac3c7'),
(40902,32,8965,NULL,2600,3,'2026-01-17 00:46:46','2026-01-17 00:46:46','3c703d49-40bd-4ef1-bfbb-bf6e66552f34'),
(40903,32,8965,NULL,2604,4,'2026-01-17 00:46:46','2026-01-17 00:46:46','e2b21299-e19e-48a3-a580-6dc5bd1c9336'),
(40904,32,8965,NULL,2608,5,'2026-01-17 00:46:46','2026-01-17 00:46:46','6f00c71f-d968-4a33-bb82-f81ff9b39ed6'),
(40905,32,8965,NULL,2602,6,'2026-01-17 00:46:46','2026-01-17 00:46:46','03d265a4-1a4b-4957-aa87-12cd848513ac'),
(40906,16,8965,NULL,4554,1,'2026-01-17 00:46:46','2026-01-17 00:46:46','58ab22b1-7106-4747-bf82-169cff7c0388'),
(40907,7,8965,NULL,617,1,'2026-01-17 00:46:46','2026-01-17 00:46:46','3f77dde1-ae95-4e87-8ced-de9ce9931f61'),
(40908,7,8965,NULL,605,2,'2026-01-17 00:46:46','2026-01-17 00:46:46','273f193c-aed2-44c7-81af-0c2e11f70e05'),
(40909,82,8965,NULL,469,1,'2026-01-17 00:46:46','2026-01-17 00:46:46','554d0dee-4516-40ea-8c56-20cc63ccb81d'),
(40910,82,8965,NULL,479,2,'2026-01-17 00:46:46','2026-01-17 00:46:46','b5278d37-f962-4787-870e-11e2ed099bb9'),
(40911,82,8965,NULL,491,3,'2026-01-17 00:46:46','2026-01-17 00:46:46','20c6270f-e746-4893-8a4e-ea03ad51ff30'),
(40933,57,1231,NULL,8968,1,'2026-01-17 00:48:26','2026-01-17 00:48:26','9d41d5c1-4c5b-4006-94cd-933cc3dc1fc8'),
(40934,57,1231,NULL,8970,2,'2026-01-17 00:48:26','2026-01-17 00:48:26','f3303478-f043-4162-8467-03a3bfa788f7'),
(40935,57,1231,NULL,8971,3,'2026-01-17 00:48:26','2026-01-17 00:48:26','58bfdf5b-9ee2-45d5-a933-0da781daa552'),
(40936,57,1231,NULL,8972,4,'2026-01-17 00:48:26','2026-01-17 00:48:26','49d8c622-4a97-4951-9ac6-26e9cc4a3db7'),
(40937,57,1231,NULL,8973,5,'2026-01-17 00:48:26','2026-01-17 00:48:26','a1a48454-b01e-458b-8a32-dd6922fbec89'),
(40938,57,1231,NULL,8969,6,'2026-01-17 00:48:26','2026-01-17 00:48:26','6d9f4e3c-249a-4008-8445-e9d51e325f91'),
(40939,57,1231,NULL,8974,7,'2026-01-17 00:48:26','2026-01-17 00:48:26','94f2762c-df59-4b97-b261-d87e542f926c'),
(40940,32,8975,NULL,2610,1,'2026-01-17 00:48:26','2026-01-17 00:48:26','3e63d7dd-2211-4512-88bc-d02ac1003314'),
(40941,32,8975,NULL,2598,2,'2026-01-17 00:48:26','2026-01-17 00:48:26','9e1edde0-8bf5-496c-aec6-c21af2239ccb'),
(40942,32,8975,NULL,2600,3,'2026-01-17 00:48:26','2026-01-17 00:48:26','bc05dc76-1784-488b-860f-d7d63c12195d'),
(40943,32,8975,NULL,2604,4,'2026-01-17 00:48:26','2026-01-17 00:48:26','739e37c0-398a-43bc-93bf-b52f768f7df4'),
(40944,32,8975,NULL,2608,5,'2026-01-17 00:48:26','2026-01-17 00:48:26','b3331318-32c5-4107-8963-2e658390ba2c'),
(40945,32,8975,NULL,2602,6,'2026-01-17 00:48:26','2026-01-17 00:48:26','cdb7f01b-474b-4193-b50b-b656965bab4f'),
(40946,16,8975,NULL,4554,1,'2026-01-17 00:48:26','2026-01-17 00:48:26','526249f8-e7a9-491e-888b-eb8a656cd88f'),
(40947,7,8975,NULL,617,1,'2026-01-17 00:48:26','2026-01-17 00:48:26','bf5f3bd3-4b4e-4090-ab25-15faa3da96df'),
(40948,7,8975,NULL,605,2,'2026-01-17 00:48:26','2026-01-17 00:48:26','cf984cde-8a45-4ecb-9047-4ebf92f9b618'),
(40949,82,8975,NULL,469,1,'2026-01-17 00:48:26','2026-01-17 00:48:26','bd030aff-6622-467f-b965-70f48a12e202'),
(40950,82,8975,NULL,479,2,'2026-01-17 00:48:26','2026-01-17 00:48:26','78b7db19-ccad-4890-9be2-9b469453da43'),
(40951,82,8975,NULL,491,3,'2026-01-17 00:48:26','2026-01-17 00:48:26','0d88cfb2-8b17-4c3b-b259-915245d085d3'),
(40952,57,8975,NULL,8968,1,'2026-01-17 00:48:26','2026-01-17 00:48:26','7a90d6ca-6f5e-45ef-aa6f-22d0dab10b8f'),
(40953,57,8975,NULL,8970,2,'2026-01-17 00:48:26','2026-01-17 00:48:26','ec90e267-5e5f-4c61-91aa-769e3a4108a1'),
(40954,57,8975,NULL,8971,3,'2026-01-17 00:48:26','2026-01-17 00:48:26','1816352e-95d1-40c6-9a55-83d54bc4c0c9'),
(40955,57,8975,NULL,8972,4,'2026-01-17 00:48:26','2026-01-17 00:48:26','29208d34-882c-40ac-80a9-595c56dda83d'),
(40956,57,8975,NULL,8973,5,'2026-01-17 00:48:26','2026-01-17 00:48:26','d976af45-afa8-400d-9af0-e4850fc54b65'),
(40957,57,8975,NULL,8969,6,'2026-01-17 00:48:26','2026-01-17 00:48:26','89d183b1-b7d7-406a-8bc5-3b7c13e688b2'),
(40958,57,8975,NULL,8974,7,'2026-01-17 00:48:26','2026-01-17 00:48:26','d9ed9071-c039-4a22-8b5f-66810f2c04ab'),
(40980,32,8977,NULL,2610,1,'2026-01-17 00:48:54','2026-01-17 00:48:54','e57dc78d-6ff2-4f46-91fb-cab40af86fd0'),
(40981,32,8977,NULL,2598,2,'2026-01-17 00:48:54','2026-01-17 00:48:54','923bc945-503c-4886-9822-2c6ad3a53d35'),
(40982,32,8977,NULL,2600,3,'2026-01-17 00:48:54','2026-01-17 00:48:54','1c5a0817-3a1c-4851-9f14-2e2c922aba18'),
(40983,32,8977,NULL,2604,4,'2026-01-17 00:48:54','2026-01-17 00:48:54','3eafc1a5-1e43-4445-9718-f1419fca2030'),
(40984,32,8977,NULL,2608,5,'2026-01-17 00:48:54','2026-01-17 00:48:54','e9d89e5a-7275-4d8e-b017-fa9738de9165'),
(40985,32,8977,NULL,2602,6,'2026-01-17 00:48:54','2026-01-17 00:48:54','e7bd1bc8-74c4-4b1e-93cb-1afce81cb273'),
(40986,16,8977,NULL,4554,1,'2026-01-17 00:48:54','2026-01-17 00:48:54','9372525b-8aff-4408-b2fe-db6c3b0f96a2'),
(40987,7,8977,NULL,617,1,'2026-01-17 00:48:54','2026-01-17 00:48:54','d5ec2fbe-f8c9-43b8-9b2b-103bd26f83f8'),
(40988,7,8977,NULL,605,2,'2026-01-17 00:48:54','2026-01-17 00:48:54','9a0bc856-7042-492d-9107-745d7d072683'),
(40989,82,8977,NULL,469,1,'2026-01-17 00:48:54','2026-01-17 00:48:54','4f4d6504-38a4-41ce-a3f3-a5f2f14466dc'),
(40990,82,8977,NULL,479,2,'2026-01-17 00:48:54','2026-01-17 00:48:54','d997ba70-3960-45ec-9c49-992fb9c53868'),
(40991,82,8977,NULL,491,3,'2026-01-17 00:48:54','2026-01-17 00:48:54','212bdd0c-5285-4c56-a1fc-1a05236a3270'),
(40992,57,8977,NULL,8968,1,'2026-01-17 00:48:54','2026-01-17 00:48:54','f254258e-ce6c-4724-a9d7-fcc9440cb5f5'),
(40993,57,8977,NULL,8970,2,'2026-01-17 00:48:54','2026-01-17 00:48:54','bf89eafb-d15b-473b-81e2-7b327e14df56'),
(40994,57,8977,NULL,8971,3,'2026-01-17 00:48:54','2026-01-17 00:48:54','29457dae-973d-4701-8a92-addff560c38a'),
(40995,57,8977,NULL,8972,4,'2026-01-17 00:48:54','2026-01-17 00:48:54','01d4b1af-3c44-4864-8bd3-d3ded64e457b'),
(40996,57,8977,NULL,8973,5,'2026-01-17 00:48:54','2026-01-17 00:48:54','7a1f899e-4d64-4f7c-990e-d34f68a67fa1'),
(40997,57,8977,NULL,8969,6,'2026-01-17 00:48:54','2026-01-17 00:48:54','388901e7-8c14-4c66-bde8-afa691fc5e42'),
(40998,57,8977,NULL,8974,7,'2026-01-17 00:48:54','2026-01-17 00:48:54','bbed68da-0e50-4132-bb93-59ebc19f59c8'),
(41019,57,1237,NULL,8984,1,'2026-01-17 00:51:35','2026-01-17 00:51:35','c5a71ade-2392-4d20-97c0-bc348a758816'),
(41020,57,1237,NULL,8982,2,'2026-01-17 00:51:35','2026-01-17 00:51:35','e3b1f913-f500-46fe-938d-c37477d6da0a'),
(41021,57,1237,NULL,8981,3,'2026-01-17 00:51:35','2026-01-17 00:51:35','0505f3a7-6dbc-4073-b48a-0292803e4068'),
(41022,57,1237,NULL,8983,4,'2026-01-17 00:51:35','2026-01-17 00:51:35','de0e423d-a401-48c4-83ad-717355d8387b'),
(41023,57,1237,NULL,8980,5,'2026-01-17 00:51:35','2026-01-17 00:51:35','d7c1bc4e-7661-423f-a42e-d6716165ef63'),
(41024,32,8985,NULL,2610,1,'2026-01-17 00:51:35','2026-01-17 00:51:35','e3c0b4e8-56eb-4e78-8728-c9764f6cb1e1'),
(41025,32,8985,NULL,2598,2,'2026-01-17 00:51:35','2026-01-17 00:51:35','a2a3c2c6-b54e-422b-a6a5-b405549aa951'),
(41026,32,8985,NULL,2600,3,'2026-01-17 00:51:35','2026-01-17 00:51:35','6ff4550a-3c39-4158-b6ca-32afc9c2887c'),
(41027,32,8985,NULL,2602,4,'2026-01-17 00:51:35','2026-01-17 00:51:35','034684e8-854f-4f10-8f13-0a75524548cc'),
(41028,32,8985,NULL,2604,5,'2026-01-17 00:51:35','2026-01-17 00:51:35','b9414021-ce67-4646-b91d-e8c7f3834855'),
(41029,32,8985,NULL,2608,6,'2026-01-17 00:51:35','2026-01-17 00:51:35','37f1723e-5159-40cd-a7e7-3805d87cf388'),
(41030,32,8985,NULL,2596,7,'2026-01-17 00:51:35','2026-01-17 00:51:35','3fa466ea-ceda-46dc-8206-694c4074f950'),
(41031,16,8985,NULL,4579,1,'2026-01-17 00:51:35','2026-01-17 00:51:35','2d88337e-2b7a-48a5-b658-85971964817e'),
(41032,7,8985,NULL,2969,1,'2026-01-17 00:51:35','2026-01-17 00:51:35','d4d1e79a-204c-4c36-8e43-90c2ee9db9a4'),
(41034,7,8985,NULL,617,3,'2026-01-17 00:51:35','2026-01-17 00:51:35','bba2e4f2-4342-4492-962a-f9b3246738d3'),
(41035,7,8985,NULL,605,4,'2026-01-17 00:51:35','2026-01-17 00:51:35','fc01ab04-8de9-4764-8e95-a340fa462b4d'),
(41036,82,8985,NULL,479,1,'2026-01-17 00:51:35','2026-01-17 00:51:35','3e2c33d3-72eb-49bb-9e8b-30e13790f5cf'),
(41037,82,8985,NULL,491,2,'2026-01-17 00:51:35','2026-01-17 00:51:35','f3d39757-09a7-4ef0-8f91-fea71c148c1e'),
(41038,57,8985,NULL,8984,1,'2026-01-17 00:51:35','2026-01-17 00:51:35','451fe5f6-00eb-4ece-958c-57d3610527ff'),
(41039,57,8985,NULL,8982,2,'2026-01-17 00:51:35','2026-01-17 00:51:35','165e2dae-a0ee-4f3a-ac0b-fbb6ce6086b6'),
(41040,57,8985,NULL,8981,3,'2026-01-17 00:51:35','2026-01-17 00:51:35','5187f562-50d2-4feb-acd4-28f135211d12'),
(41041,57,8985,NULL,8983,4,'2026-01-17 00:51:35','2026-01-17 00:51:35','d1b5ff89-07bd-4866-918d-e7a8186066e6'),
(41042,57,8985,NULL,8980,5,'2026-01-17 00:51:35','2026-01-17 00:51:35','d8c10686-70f3-4ee2-9fa6-e45994e30b88'),
(41062,32,8988,NULL,2610,1,'2026-01-17 00:51:52','2026-01-17 00:51:52','97953318-192c-4c10-aa03-8678582d8b45'),
(41063,32,8988,NULL,2598,2,'2026-01-17 00:51:52','2026-01-17 00:51:52','b0eb9bd4-5add-485b-af21-aeeabc6d6acb'),
(41064,32,8988,NULL,2600,3,'2026-01-17 00:51:52','2026-01-17 00:51:52','4efaedb2-1806-4b42-b1c8-3e49e2c399fc'),
(41065,32,8988,NULL,2602,4,'2026-01-17 00:51:52','2026-01-17 00:51:52','2d723e49-6bef-4312-93e4-1bc6fe3f264b'),
(41066,32,8988,NULL,2604,5,'2026-01-17 00:51:52','2026-01-17 00:51:52','ee65abf9-dfc5-441b-813c-e9fd0a831147'),
(41067,32,8988,NULL,2608,6,'2026-01-17 00:51:52','2026-01-17 00:51:52','413add59-62b8-4879-b16a-a7593d9cf5c6'),
(41068,32,8988,NULL,2596,7,'2026-01-17 00:51:52','2026-01-17 00:51:52','f5c5b448-99a6-42a3-a9ef-452e0598600b'),
(41069,16,8988,NULL,4579,1,'2026-01-17 00:51:52','2026-01-17 00:51:52','4df252a8-1ab3-4f21-93c0-a4b27d43a8db'),
(41070,7,8988,NULL,2969,1,'2026-01-17 00:51:52','2026-01-17 00:51:52','d60e13cf-d2b9-4988-8c5f-0764c89de04f'),
(41072,7,8988,NULL,617,3,'2026-01-17 00:51:52','2026-01-17 00:51:52','2bf768d8-4de8-4312-9cda-78b31f159e86'),
(41073,7,8988,NULL,605,4,'2026-01-17 00:51:52','2026-01-17 00:51:52','8773d153-2d0c-4323-8bc8-8f6f5d53da48'),
(41074,82,8988,NULL,479,1,'2026-01-17 00:51:52','2026-01-17 00:51:52','9289ad1c-eee1-4b96-bda4-3f928be4bf1d'),
(41075,82,8988,NULL,491,2,'2026-01-17 00:51:52','2026-01-17 00:51:52','af11aa3a-8059-4b0e-b2ce-52c1ea575576'),
(41076,57,8988,NULL,8984,1,'2026-01-17 00:51:52','2026-01-17 00:51:52','54c6723a-ad73-4cec-85db-bdcc13e0b67f'),
(41077,57,8988,NULL,8982,2,'2026-01-17 00:51:52','2026-01-17 00:51:52','b4ee2bf5-7175-46af-9dc9-5dc45e2021b7'),
(41078,57,8988,NULL,8981,3,'2026-01-17 00:51:52','2026-01-17 00:51:52','5751d322-5b37-4a45-b8e3-2a2fbd97a85f'),
(41079,57,8988,NULL,8983,4,'2026-01-17 00:51:52','2026-01-17 00:51:52','91b23727-148a-45b2-9ab1-23affb17c128'),
(41080,57,8988,NULL,8980,5,'2026-01-17 00:51:52','2026-01-17 00:51:52','b7569376-d4b4-4c4a-97c9-e9f2bc2f56dc'),
(41098,32,8990,NULL,2610,1,'2026-01-17 00:54:16','2026-01-17 00:54:16','aae2bfcd-a291-493f-8366-ad72872f2ea2'),
(41099,32,8990,NULL,2598,2,'2026-01-17 00:54:16','2026-01-17 00:54:16','231afced-d7cf-4870-9200-6ca289535d87'),
(41100,32,8990,NULL,2600,3,'2026-01-17 00:54:16','2026-01-17 00:54:16','53e7bf11-727c-46c5-9150-66cd746927a1'),
(41101,32,8990,NULL,2604,4,'2026-01-17 00:54:16','2026-01-17 00:54:16','43fb2c8d-79a0-43e6-85ea-8c34fdc9e42f'),
(41102,32,8990,NULL,2608,5,'2026-01-17 00:54:16','2026-01-17 00:54:16','d7a4cbb8-c4d5-4af8-b18e-13e38c33111b'),
(41103,32,8990,NULL,2624,6,'2026-01-17 00:54:16','2026-01-17 00:54:16','58543cf9-4da9-49a1-8160-7cf74fa0a2e1'),
(41104,32,8990,NULL,2596,7,'2026-01-17 00:54:16','2026-01-17 00:54:16','88b4161d-a96d-49d6-ac39-7f1b7f14ac55'),
(41105,32,8990,NULL,2602,8,'2026-01-17 00:54:16','2026-01-17 00:54:16','955d9c26-66e9-4d40-9ddc-96283599852a'),
(41106,32,8990,NULL,2606,9,'2026-01-17 00:54:16','2026-01-17 00:54:16','1bba3867-aff9-4a6f-92aa-8e8a9f39f286'),
(41107,16,8990,NULL,4610,1,'2026-01-17 00:54:16','2026-01-17 00:54:16','3e8f5ea3-e50a-4ec7-b1e5-f5acf20ea42a'),
(41108,7,8990,NULL,601,1,'2026-01-17 00:54:16','2026-01-17 00:54:16','46650d9f-e234-484e-b15d-3ceec03ce21e'),
(41109,7,8990,NULL,2972,2,'2026-01-17 00:54:16','2026-01-17 00:54:16','51c04781-0038-49ce-834c-33c8cfe1e655'),
(41110,7,8990,NULL,2974,3,'2026-01-17 00:54:16','2026-01-17 00:54:16','f092a232-0ffe-4276-b778-6758f3378a92'),
(41111,7,8990,NULL,617,4,'2026-01-17 00:54:16','2026-01-17 00:54:16','b6ff8dda-c5e1-4e60-afb1-f772a67bf5f6'),
(41112,7,8990,NULL,605,5,'2026-01-17 00:54:16','2026-01-17 00:54:16','679267f4-a720-4b0a-9bcc-a1c92d719b03'),
(41113,82,8990,NULL,491,1,'2026-01-17 00:54:16','2026-01-17 00:54:16','7c49ae79-feca-4b67-8f61-1eb0d30774a1'),
(41114,46,8990,NULL,2891,1,'2026-01-17 00:54:16','2026-01-17 00:54:16','7044cb11-52c0-453f-9ba3-290899defbe7'),
(41137,32,8993,NULL,2610,1,'2026-01-17 00:56:24','2026-01-17 00:56:24','a2914fae-a00f-40c6-a3b3-965099c9d289'),
(41138,32,8993,NULL,2598,2,'2026-01-17 00:56:24','2026-01-17 00:56:24','e356b1cc-5d4c-40f3-8777-281a95c25c22'),
(41139,32,8993,NULL,2600,3,'2026-01-17 00:56:24','2026-01-17 00:56:24','c1588c53-457e-4f37-ac32-cf22cffd68ab'),
(41140,32,8993,NULL,2602,4,'2026-01-17 00:56:24','2026-01-17 00:56:24','39346368-1de2-4aa5-9eef-29e506293c41'),
(41141,32,8993,NULL,2612,5,'2026-01-17 00:56:24','2026-01-17 00:56:24','e8b9d864-3d8f-4843-9a12-5debe91805f7'),
(41142,32,8993,NULL,2618,6,'2026-01-17 00:56:24','2026-01-17 00:56:24','bbf64600-85b6-42a9-840d-da2ae040558e'),
(41143,32,8993,NULL,2604,7,'2026-01-17 00:56:24','2026-01-17 00:56:24','75e894a0-b1b5-4a74-961f-e2e276b72516'),
(41144,32,8993,NULL,2608,8,'2026-01-17 00:56:24','2026-01-17 00:56:24','4a0ea26e-692c-491d-a3e3-25bff667e7c9'),
(41145,32,8993,NULL,2596,9,'2026-01-17 00:56:24','2026-01-17 00:56:24','5711f884-e65c-4ee7-9104-ad5e01e66b3d'),
(41146,16,8993,NULL,4639,1,'2026-01-17 00:56:24','2026-01-17 00:56:24','04e8a93c-e3a2-4e5b-b8bc-66dfdc0f08da'),
(41147,7,8993,NULL,2974,1,'2026-01-17 00:56:24','2026-01-17 00:56:24','578c3eee-74c2-4528-981d-cbb4f7478b61'),
(41148,7,8993,NULL,617,2,'2026-01-17 00:56:24','2026-01-17 00:56:24','b9748574-2d87-4200-9395-8eab030693b7'),
(41149,7,8993,NULL,605,3,'2026-01-17 00:56:24','2026-01-17 00:56:24','cd86e4ec-0fc0-4c3c-8331-11a4524e5ff1'),
(41150,82,8993,NULL,479,1,'2026-01-17 00:56:24','2026-01-17 00:56:24','f8265c46-4cf9-4f70-ac0c-dde1e1e79de6'),
(41151,82,8993,NULL,491,2,'2026-01-17 00:56:24','2026-01-17 00:56:24','f01195f9-5ed3-4993-981b-58df98776c14'),
(41152,46,8993,NULL,3697,1,'2026-01-17 00:56:24','2026-01-17 00:56:24','4b5c6427-7d15-421b-91b0-7ea3ececd23d'),
(41153,57,8993,NULL,5084,1,'2026-01-17 00:56:24','2026-01-17 00:56:24','d1bf1881-723c-49f7-a7b1-895a256073b2'),
(41154,57,8993,NULL,5085,2,'2026-01-17 00:56:24','2026-01-17 00:56:24','4c9b0c69-c850-42bb-b9f0-f49533947317'),
(41155,57,8993,NULL,5086,3,'2026-01-17 00:56:24','2026-01-17 00:56:24','629373b3-605a-427c-9d6e-7862b6fc3620'),
(41156,57,8993,NULL,5087,4,'2026-01-17 00:56:24','2026-01-17 00:56:24','d60ec247-4eb0-401c-9049-0e9c7db74ef5'),
(41157,57,8993,NULL,5088,5,'2026-01-17 00:56:24','2026-01-17 00:56:24','3ca543c4-a671-4e9c-81e0-fed250999e99'),
(41181,32,8996,NULL,2610,1,'2026-01-17 00:57:41','2026-01-17 00:57:41','120f252d-6ff0-413c-83a8-c40a44c15332'),
(41182,32,8996,NULL,2598,2,'2026-01-17 00:57:41','2026-01-17 00:57:41','f3c0b169-2278-4a79-969d-b9d8f837646c'),
(41183,32,8996,NULL,2600,3,'2026-01-17 00:57:41','2026-01-17 00:57:41','00272e0f-204d-4fd4-b24a-ed7ad201581c'),
(41184,32,8996,NULL,2602,4,'2026-01-17 00:57:41','2026-01-17 00:57:41','e6c8d79e-d52f-48fd-bc99-5271875c23a8'),
(41185,32,8996,NULL,2612,5,'2026-01-17 00:57:41','2026-01-17 00:57:41','835f4142-7f6a-48c9-8e39-a9628618505f'),
(41186,32,8996,NULL,2618,6,'2026-01-17 00:57:41','2026-01-17 00:57:41','b94c88a3-df0e-4bc4-83fc-b29b04ff48a3'),
(41187,32,8996,NULL,2604,7,'2026-01-17 00:57:41','2026-01-17 00:57:41','c90c4aaf-b9dc-45c2-b387-3d0c07822656'),
(41188,32,8996,NULL,2608,8,'2026-01-17 00:57:41','2026-01-17 00:57:41','00da559a-96e3-4669-a019-555368723ede'),
(41189,32,8996,NULL,2596,9,'2026-01-17 00:57:41','2026-01-17 00:57:41','57233d21-05a6-4349-af9f-54d94f1a8ac4'),
(41190,16,8996,NULL,4639,1,'2026-01-17 00:57:41','2026-01-17 00:57:41','6795ca3c-3ffa-426b-aa3a-3275c5510604'),
(41191,7,8996,NULL,2974,1,'2026-01-17 00:57:41','2026-01-17 00:57:41','164e37c1-9a44-4ddf-9e70-331aeedc62a6'),
(41192,7,8996,NULL,617,2,'2026-01-17 00:57:41','2026-01-17 00:57:41','0b6b9d77-cce4-48d1-bc9f-48c813346747'),
(41193,7,8996,NULL,605,3,'2026-01-17 00:57:41','2026-01-17 00:57:41','497cad42-7597-471e-9872-b0fd82fa4648'),
(41194,82,8996,NULL,479,1,'2026-01-17 00:57:41','2026-01-17 00:57:41','b0d7fa8c-6825-4ecd-9145-033f0052763a'),
(41195,82,8996,NULL,491,2,'2026-01-17 00:57:41','2026-01-17 00:57:41','f54f36ff-e475-43af-8a69-2307dc77530f'),
(41196,46,8996,NULL,3697,1,'2026-01-17 00:57:41','2026-01-17 00:57:41','908ade08-528f-486d-87f5-22a768571260'),
(41197,57,8996,NULL,5084,1,'2026-01-17 00:57:41','2026-01-17 00:57:41','33b2b60c-1626-4c64-969f-b3fc86e8625f'),
(41198,57,8996,NULL,5085,2,'2026-01-17 00:57:41','2026-01-17 00:57:41','4dd4a1af-ff3e-4924-85f9-1630a5887878'),
(41199,57,8996,NULL,5086,3,'2026-01-17 00:57:41','2026-01-17 00:57:41','1dc865da-387b-49ff-88d9-0a39c35fff4e'),
(41200,57,8996,NULL,5087,4,'2026-01-17 00:57:41','2026-01-17 00:57:41','ad5df0f7-9f33-4be8-8672-b3b28b405a55'),
(41201,57,8996,NULL,5088,5,'2026-01-17 00:57:41','2026-01-17 00:57:41','4c80baae-7ee7-4e8c-9568-7da16f14b0f4'),
(41227,32,8998,NULL,2610,1,'2026-01-17 00:59:00','2026-01-17 00:59:00','b58b2e73-a9d6-4c17-870d-082cba7c19d1'),
(41228,32,8998,NULL,2598,2,'2026-01-17 00:59:00','2026-01-17 00:59:00','c0f676e1-0fc4-446e-8a8d-2198e14cee52'),
(41229,32,8998,NULL,2608,3,'2026-01-17 00:59:00','2026-01-17 00:59:00','2930d036-6b24-4d72-8e7e-b851b40bc91d'),
(41230,32,8998,NULL,2624,4,'2026-01-17 00:59:00','2026-01-17 00:59:00','d493e16f-bfd3-4a2a-b6b0-dd66048eec3f'),
(41231,32,8998,NULL,2600,5,'2026-01-17 00:59:00','2026-01-17 00:59:00','bfa6fca9-ad53-4a51-98be-625b6fee25c1'),
(41232,32,8998,NULL,2596,6,'2026-01-17 00:59:00','2026-01-17 00:59:00','0f921820-3c63-4c04-8605-b7d41017313b'),
(41233,32,8998,NULL,2602,7,'2026-01-17 00:59:00','2026-01-17 00:59:00','e4e6dc13-bd6e-41e1-ab5e-6f30c302a70b'),
(41234,32,8998,NULL,2606,8,'2026-01-17 00:59:00','2026-01-17 00:59:00','19c02130-480c-4f66-885e-be571b80c7b2'),
(41235,32,8998,NULL,2612,9,'2026-01-17 00:59:00','2026-01-17 00:59:00','37b7d45f-3bd7-408d-9730-2bf0c5c50c29'),
(41236,32,8998,NULL,2604,10,'2026-01-17 00:59:00','2026-01-17 00:59:00','c09ef8fb-acfa-4e3f-b940-abc4bceb0b4b'),
(41237,16,8998,NULL,4786,1,'2026-01-17 00:59:00','2026-01-17 00:59:00','55cbb194-bbcd-4a92-b4cd-df8b46595c62'),
(41238,7,8998,NULL,601,1,'2026-01-17 00:59:00','2026-01-17 00:59:00','520ad81d-f322-4bb9-9f65-cc3400039fdc'),
(41239,7,8998,NULL,6547,2,'2026-01-17 00:59:00','2026-01-17 00:59:00','3fa1f3fc-8c15-433b-a2dc-06eebfa99501'),
(41240,7,8998,NULL,617,3,'2026-01-17 00:59:00','2026-01-17 00:59:00','7014da03-ca85-4038-8cb8-753514def22c'),
(41241,7,8998,NULL,605,4,'2026-01-17 00:59:00','2026-01-17 00:59:00','417d2e03-39b6-4abc-89bb-b27d288cbf78'),
(41242,82,8998,NULL,491,1,'2026-01-17 00:59:00','2026-01-17 00:59:00','5b77c0ee-7c0f-4cd7-b9ef-4966b7dca3f7'),
(41243,46,8998,NULL,2891,1,'2026-01-17 00:59:00','2026-01-17 00:59:00','3fe7f39d-6db0-470d-aa0d-153e26a2e775'),
(41244,57,8998,NULL,4806,1,'2026-01-17 00:59:00','2026-01-17 00:59:00','2cd60ac5-5aea-43e1-9c0d-8a7c7eeff5c9'),
(41245,57,8998,NULL,4807,2,'2026-01-17 00:59:00','2026-01-17 00:59:00','116334f9-f34b-4387-b11f-b9c588e31a6f'),
(41246,57,8998,NULL,4808,3,'2026-01-17 00:59:00','2026-01-17 00:59:00','006ffb3f-917b-46b8-ab70-3ae50f05f546'),
(41247,57,8998,NULL,4809,4,'2026-01-17 00:59:00','2026-01-17 00:59:00','6e7f5411-3ff2-4cde-9614-6c17d31713b9'),
(41248,57,8998,NULL,4810,5,'2026-01-17 00:59:00','2026-01-17 00:59:00','c58ba94e-a18c-4254-8f99-062b0d4d92ce'),
(41249,57,8998,NULL,4811,6,'2026-01-17 00:59:00','2026-01-17 00:59:00','9840cfa6-f609-4ff1-92e7-5bf435b84430'),
(41250,13,8998,NULL,6542,1,'2026-01-17 00:59:00','2026-01-17 00:59:00','df0b1cc4-190d-4dca-8733-f8f7e5124ae2'),
(41278,32,9000,NULL,2622,1,'2026-01-17 01:03:18','2026-01-17 01:03:18','962c9f5c-f3c0-4c8d-98bc-aa10e18d0b2e'),
(41279,32,9000,NULL,2598,2,'2026-01-17 01:03:18','2026-01-17 01:03:18','850755c9-9f51-4286-ac2a-e0811b314caf'),
(41280,32,9000,NULL,2608,3,'2026-01-17 01:03:18','2026-01-17 01:03:18','350e0f19-016b-4b2e-8a6f-5fd6a7825a75'),
(41281,32,9000,NULL,2600,4,'2026-01-17 01:03:18','2026-01-17 01:03:18','9c4960dc-7926-41c3-834c-ccb2094295a5'),
(41282,32,9000,NULL,2602,5,'2026-01-17 01:03:18','2026-01-17 01:03:18','85016c04-cb82-4cbe-86a3-e31e6a2dfe71'),
(41283,32,9000,NULL,2612,6,'2026-01-17 01:03:18','2026-01-17 01:03:18','f2c1469c-06c7-41f2-a0bc-f09fde8883e3'),
(41284,32,9000,NULL,2604,7,'2026-01-17 01:03:18','2026-01-17 01:03:18','3a9f1859-07c9-4698-85a3-7615d4848ebf'),
(41285,32,9000,NULL,2610,8,'2026-01-17 01:03:18','2026-01-17 01:03:18','84ada1b1-6044-42de-9723-1d3101b45a50'),
(41286,16,9000,NULL,4861,1,'2026-01-17 01:03:18','2026-01-17 01:03:18','a3f11f73-5f87-40a7-a223-1c0ddca6283e'),
(41287,7,9000,NULL,601,1,'2026-01-17 01:03:18','2026-01-17 01:03:18','73ad7c39-50df-472f-9b07-ea0e810e6039'),
(41288,7,9000,NULL,3468,2,'2026-01-17 01:03:18','2026-01-17 01:03:18','88756967-662f-42cf-8cec-e2b71d1abd27'),
(41289,7,9000,NULL,617,3,'2026-01-17 01:03:18','2026-01-17 01:03:18','56ad8bb2-0d01-4097-92e8-2bace2672fcc'),
(41290,7,9000,NULL,605,4,'2026-01-17 01:03:18','2026-01-17 01:03:18','ab2ead12-3bd9-4fa5-8606-a7f95d876719'),
(41291,82,9000,NULL,479,1,'2026-01-17 01:03:18','2026-01-17 01:03:18','30245484-ef4e-422f-abf5-19c8b9cc4107'),
(41292,82,9000,NULL,491,2,'2026-01-17 01:03:18','2026-01-17 01:03:18','cc826b21-12c6-4cb9-9cd2-cfa7198ebcd4'),
(41293,82,9000,NULL,469,3,'2026-01-17 01:03:18','2026-01-17 01:03:18','48dd41a0-2d34-42f6-b063-ded2925c5c0d'),
(41294,57,9000,NULL,4886,1,'2026-01-17 01:03:18','2026-01-17 01:03:18','c3671281-b665-49a0-8168-820a727fc492'),
(41295,57,9000,NULL,4880,2,'2026-01-17 01:03:18','2026-01-17 01:03:18','50adf0db-5fe4-4145-baa9-1f422fadf5b5'),
(41296,57,9000,NULL,4888,3,'2026-01-17 01:03:18','2026-01-17 01:03:18','25a6bec1-7802-44cc-ba0e-b3c8bfc384d6'),
(41297,57,9000,NULL,4882,4,'2026-01-17 01:03:18','2026-01-17 01:03:18','4ab3817e-b6f6-4a33-b19e-075576bd3cab'),
(41298,57,9000,NULL,4879,5,'2026-01-17 01:03:18','2026-01-17 01:03:18','e23302ed-45ce-40b2-8610-da9220f77e9a'),
(41299,57,9000,NULL,4881,6,'2026-01-17 01:03:18','2026-01-17 01:03:18','0674c8a9-fe60-42b6-a6d2-8505c1a97ed6'),
(41300,57,9000,NULL,4887,7,'2026-01-17 01:03:18','2026-01-17 01:03:18','d36e8965-908e-4f1c-8d6b-9b95c6f727ad'),
(41301,57,9000,NULL,4883,8,'2026-01-17 01:03:18','2026-01-17 01:03:18','9cfe48b0-b336-492e-b1ec-39f792504414'),
(41302,57,9000,NULL,4884,9,'2026-01-17 01:03:18','2026-01-17 01:03:18','51822f4d-4039-4045-b000-9fac2a8c4096'),
(41303,57,9000,NULL,4885,10,'2026-01-17 01:03:18','2026-01-17 01:03:18','3549854e-5c6a-48e1-aa49-75c28cbb5ec9'),
(41328,32,9002,NULL,2614,1,'2026-01-17 01:06:13','2026-01-17 01:06:13','119eaf6d-0969-4ffa-83fa-7a280c626cc2'),
(41329,32,9002,NULL,2610,2,'2026-01-17 01:06:13','2026-01-17 01:06:13','240cfc5e-4581-4988-9693-30d283350c37'),
(41330,32,9002,NULL,2598,3,'2026-01-17 01:06:13','2026-01-17 01:06:13','07989ee5-9980-47b7-88e7-38c28fcaf86e'),
(41331,32,9002,NULL,2608,4,'2026-01-17 01:06:13','2026-01-17 01:06:13','08c0add5-9d87-46dc-ab51-6e95eb48b10d'),
(41332,32,9002,NULL,2600,5,'2026-01-17 01:06:13','2026-01-17 01:06:13','f860291d-f0fe-4c73-9386-78a6e8539253'),
(41333,32,9002,NULL,2596,6,'2026-01-17 01:06:13','2026-01-17 01:06:13','a22d526e-0e23-4aaa-980c-5030fc9f892c'),
(41334,32,9002,NULL,2602,7,'2026-01-17 01:06:13','2026-01-17 01:06:13','68c0ee09-eb84-49c9-b54a-47d2bfa4331e'),
(41335,32,9002,NULL,2606,8,'2026-01-17 01:06:13','2026-01-17 01:06:13','c75972ea-4760-4767-80b7-85257e6dea1f'),
(41336,32,9002,NULL,2612,9,'2026-01-17 01:06:13','2026-01-17 01:06:13','2bc517cf-8b16-4009-a2db-12476db642af'),
(41337,32,9002,NULL,2604,10,'2026-01-17 01:06:13','2026-01-17 01:06:13','2f641b97-44c2-4a47-9333-9608d2cb7aab'),
(41338,16,9002,NULL,6741,1,'2026-01-17 01:06:13','2026-01-17 01:06:13','770f2e27-2f66-45b2-8bc1-8eafc046bc15'),
(41339,7,9002,NULL,605,1,'2026-01-17 01:06:13','2026-01-17 01:06:13','6e13dd54-daf8-4ffd-b484-3fd882d558ff'),
(41340,7,9002,NULL,617,2,'2026-01-17 01:06:13','2026-01-17 01:06:13','0f296eba-d632-4e04-acee-fa4cf73756ec'),
(41341,57,9002,NULL,6759,1,'2026-01-17 01:06:13','2026-01-17 01:06:13','b8674d71-baf9-45a7-be70-39dbc4288012'),
(41342,57,9002,NULL,6760,2,'2026-01-17 01:06:13','2026-01-17 01:06:13','191fc185-c96b-4f35-af7e-73c6e0e81838'),
(41343,57,9002,NULL,6761,3,'2026-01-17 01:06:13','2026-01-17 01:06:13','c26917df-f067-4a01-888a-31bf9d07db9f'),
(41344,57,9002,NULL,6762,4,'2026-01-17 01:06:13','2026-01-17 01:06:13','addb224d-4130-4744-8e75-a3bf9613244c'),
(41345,57,9002,NULL,6763,5,'2026-01-17 01:06:13','2026-01-17 01:06:13','568019db-9359-483b-a674-9b6a26197b7b'),
(41346,57,9002,NULL,6764,6,'2026-01-17 01:06:13','2026-01-17 01:06:13','abdca6d0-528f-4bf5-9479-56a6001c2374'),
(41347,57,9002,NULL,6765,7,'2026-01-17 01:06:13','2026-01-17 01:06:13','cb4e3dfc-82c3-4019-8f50-fdb3ad545a07'),
(41348,57,9002,NULL,6766,8,'2026-01-17 01:06:13','2026-01-17 01:06:13','5f1239df-3bf7-4caa-8191-3dcfccfb5766'),
(41349,13,9002,NULL,6767,1,'2026-01-17 01:06:13','2026-01-17 01:06:13','95f43e72-de1d-4739-83a8-5b48fa546688'),
(41372,32,9004,NULL,2614,1,'2026-01-17 01:06:31','2026-01-17 01:06:31','f1f2a2ee-c3f5-4061-8887-66ddc0866af5'),
(41373,32,9004,NULL,2610,2,'2026-01-17 01:06:31','2026-01-17 01:06:31','19dfdc8d-b200-417d-ba04-ea94554b713b'),
(41374,32,9004,NULL,2598,3,'2026-01-17 01:06:31','2026-01-17 01:06:31','923f3771-7c36-459d-bc16-ccd958b38c98'),
(41375,32,9004,NULL,2608,4,'2026-01-17 01:06:31','2026-01-17 01:06:31','cda0a5e7-0f6d-48aa-8493-4706c1d0b691'),
(41376,32,9004,NULL,2600,5,'2026-01-17 01:06:31','2026-01-17 01:06:31','d229ade0-4337-49ef-97fe-a7a98ce90b38'),
(41377,32,9004,NULL,2596,6,'2026-01-17 01:06:31','2026-01-17 01:06:31','c5362e80-a313-43a3-8b6f-5280c8f666ed'),
(41378,32,9004,NULL,2602,7,'2026-01-17 01:06:31','2026-01-17 01:06:31','332319b9-0ec9-4e39-bf6c-bed426c1c661'),
(41379,32,9004,NULL,2606,8,'2026-01-17 01:06:31','2026-01-17 01:06:31','7489cc8b-897c-41b7-8c11-a8cad4f3b00e'),
(41380,32,9004,NULL,2612,9,'2026-01-17 01:06:31','2026-01-17 01:06:31','9c830ca8-b5e8-4f2e-84f6-c7febefdc028'),
(41381,32,9004,NULL,2604,10,'2026-01-17 01:06:31','2026-01-17 01:06:31','6aa5af6e-9c8e-4771-b188-d844cd36edce'),
(41382,16,9004,NULL,6741,1,'2026-01-17 01:06:31','2026-01-17 01:06:31','fcccd685-b432-43ea-9399-f9288c1ec7d6'),
(41383,7,9004,NULL,605,1,'2026-01-17 01:06:31','2026-01-17 01:06:31','352c511c-12c1-4145-ab3a-f8438babcda7'),
(41384,7,9004,NULL,617,2,'2026-01-17 01:06:31','2026-01-17 01:06:31','3a90a406-f239-4f61-94ec-b9bad7b0b4ca'),
(41385,57,9004,NULL,6759,1,'2026-01-17 01:06:31','2026-01-17 01:06:31','aa6e10fc-429d-4189-baf7-19381c27106f'),
(41386,57,9004,NULL,6760,2,'2026-01-17 01:06:31','2026-01-17 01:06:31','a65296de-1659-4040-8a17-deed677b35ae'),
(41387,57,9004,NULL,6761,3,'2026-01-17 01:06:31','2026-01-17 01:06:31','a1f3d61b-d9e5-40a8-be4d-5c2af2e7b198'),
(41388,57,9004,NULL,6762,4,'2026-01-17 01:06:31','2026-01-17 01:06:31','f12d04ea-6c85-410f-add5-2d77ba28a2a6'),
(41389,57,9004,NULL,6763,5,'2026-01-17 01:06:31','2026-01-17 01:06:31','e97e5e37-a7ab-4828-b71a-f08d3d696ad3'),
(41390,57,9004,NULL,6764,6,'2026-01-17 01:06:31','2026-01-17 01:06:31','98622fc3-6719-4d2f-9348-5943bfb99d64'),
(41391,57,9004,NULL,6765,7,'2026-01-17 01:06:31','2026-01-17 01:06:31','d1ef3bf7-96a6-4b0e-8d79-0c9ea292002e'),
(41392,57,9004,NULL,6766,8,'2026-01-17 01:06:31','2026-01-17 01:06:31','d1e9156e-2c29-4607-993d-15853d369c2e'),
(41393,13,9004,NULL,6767,1,'2026-01-17 01:06:31','2026-01-17 01:06:31','a8d7355a-68e5-4858-9672-366929cb6fa2'),
(41413,32,9006,NULL,2610,1,'2026-01-17 01:07:40','2026-01-17 01:07:40','91ec6adc-4eda-4b28-9b88-d1713b991cf0'),
(41414,32,9006,NULL,2598,2,'2026-01-17 01:07:40','2026-01-17 01:07:40','f4091d75-0460-492a-9667-5df0caa8d7b0'),
(41415,32,9006,NULL,2608,3,'2026-01-17 01:07:40','2026-01-17 01:07:40','39b9191f-6b25-4582-8f1e-90a037572cc7'),
(41416,32,9006,NULL,2600,4,'2026-01-17 01:07:40','2026-01-17 01:07:40','62d858bd-baf5-4dfe-b7ea-1f89f32ccd52'),
(41417,32,9006,NULL,2602,5,'2026-01-17 01:07:40','2026-01-17 01:07:40','553afb1d-5285-4eb8-bbc8-6e371fd128b9'),
(41418,32,9006,NULL,2612,6,'2026-01-17 01:07:40','2026-01-17 01:07:40','93e3c65c-7478-4d55-a0ac-5fb3ae54f310'),
(41419,32,9006,NULL,2604,7,'2026-01-17 01:07:40','2026-01-17 01:07:40','526eb6a1-d2c2-43da-8336-e31f1550ebcc'),
(41420,16,9006,NULL,6772,1,'2026-01-17 01:07:40','2026-01-17 01:07:40','8a25e27f-452b-4b3c-98d3-8a7e23217bec'),
(41421,7,9006,NULL,605,1,'2026-01-17 01:07:40','2026-01-17 01:07:40','f2f196c3-c914-40db-a211-fe83f5a7347b'),
(41422,7,9006,NULL,617,2,'2026-01-17 01:07:40','2026-01-17 01:07:40','fb94ff4b-3f4b-42aa-a1fb-9eb35b0cb26f'),
(41423,82,9006,NULL,479,1,'2026-01-17 01:07:40','2026-01-17 01:07:40','1c0efbb7-8ecb-496a-848c-7988d1b3a156'),
(41424,82,9006,NULL,491,2,'2026-01-17 01:07:40','2026-01-17 01:07:40','06d9e198-c418-4283-b9bf-2a26b13de147'),
(41425,82,9006,NULL,469,3,'2026-01-17 01:07:40','2026-01-17 01:07:40','ebd4b659-f414-4092-9cff-7b83f50fce47'),
(41426,57,9006,NULL,6792,1,'2026-01-17 01:07:40','2026-01-17 01:07:40','5737122a-c4cd-40e2-b344-a86409a32533'),
(41427,57,9006,NULL,6793,2,'2026-01-17 01:07:40','2026-01-17 01:07:40','30b3f4a3-7725-4144-a30f-1e8bb54f001f'),
(41428,57,9006,NULL,6794,3,'2026-01-17 01:07:40','2026-01-17 01:07:40','00777042-5e27-479e-a82d-eb05bc00721f'),
(41429,57,9006,NULL,6795,4,'2026-01-17 01:07:40','2026-01-17 01:07:40','bcff6abc-cb80-44bb-9e26-286566c9cf88'),
(41430,57,9006,NULL,6796,5,'2026-01-17 01:07:40','2026-01-17 01:07:40','7405d454-3e71-48e2-a734-1f2a84b80c6a'),
(41431,13,9006,NULL,6852,1,'2026-01-17 01:07:40','2026-01-17 01:07:40','ce0ac1b6-97c4-4952-8007-2a75845b554d'),
(41448,16,1283,NULL,9008,1,'2026-01-17 01:11:13','2026-01-17 01:11:13','1f01c407-c601-40c6-8c8f-058fb1598e8a'),
(41449,7,1283,NULL,605,1,'2026-01-17 01:11:13','2026-01-17 01:11:13','0bb21d28-c6b7-46db-b7f5-69b527b04cbd'),
(41450,7,1283,NULL,617,2,'2026-01-17 01:11:13','2026-01-17 01:11:13','774c1fce-49f6-4232-95e0-585b57a643a8'),
(41451,32,9009,NULL,2610,1,'2026-01-17 01:11:13','2026-01-17 01:11:13','39cbdbb1-8b4d-4d5e-a9a2-cb2b1055b6f6'),
(41452,32,9009,NULL,2598,2,'2026-01-17 01:11:13','2026-01-17 01:11:13','0df5a5f1-0d83-480c-86fe-81ddc10d7910'),
(41453,32,9009,NULL,2608,3,'2026-01-17 01:11:13','2026-01-17 01:11:13','414f546b-a4e4-4aee-b9fe-12b248891560'),
(41454,32,9009,NULL,2600,4,'2026-01-17 01:11:13','2026-01-17 01:11:13','7a1ea754-f979-43d0-8986-4af65768255b'),
(41455,32,9009,NULL,2596,5,'2026-01-17 01:11:13','2026-01-17 01:11:13','c0a9cfc6-c31c-483b-9cdd-ceb44ebdf7c9'),
(41456,32,9009,NULL,2602,6,'2026-01-17 01:11:13','2026-01-17 01:11:13','99b33454-57f0-4e42-9898-b0556cdeeef4'),
(41457,32,9009,NULL,2612,7,'2026-01-17 01:11:13','2026-01-17 01:11:13','5e095b5d-6cad-4322-886d-528bcda761c9'),
(41458,32,9009,NULL,2618,8,'2026-01-17 01:11:13','2026-01-17 01:11:13','36c19759-bb30-437e-8cb2-a4e3f0b932ef'),
(41459,32,9009,NULL,2604,9,'2026-01-17 01:11:13','2026-01-17 01:11:13','c66b4c9f-bd07-4a66-9478-58b41efa7e9e'),
(41460,16,9009,NULL,9008,1,'2026-01-17 01:11:13','2026-01-17 01:11:13','951493b6-0df0-43bb-8cf8-20b4b063b450'),
(41461,7,9009,NULL,605,1,'2026-01-17 01:11:13','2026-01-17 01:11:13','fd938cfd-7f87-4ed0-aab7-dee1d2f94489'),
(41462,7,9009,NULL,617,2,'2026-01-17 01:11:13','2026-01-17 01:11:13','d3e72396-73c8-42d2-9f0c-fdaccf391dc8'),
(41463,82,9009,NULL,479,1,'2026-01-17 01:11:13','2026-01-17 01:11:13','4829f1a6-11bb-4ef4-88fd-367630007484'),
(41464,82,9009,NULL,491,2,'2026-01-17 01:11:13','2026-01-17 01:11:13','24932158-97fe-4b90-bee8-96d28fe65cc1'),
(41465,46,9009,NULL,3697,1,'2026-01-17 01:11:13','2026-01-17 01:11:13','4ccf58cc-7175-492d-880a-e97a39b0e97c'),
(41491,57,1283,NULL,9011,1,'2026-01-17 01:12:21','2026-01-17 01:12:21','8eeb8fe9-9984-46a6-a64f-f050878c9899'),
(41492,57,1283,NULL,9017,2,'2026-01-17 01:12:21','2026-01-17 01:12:21','63c3a084-5354-4932-b007-93eef8863c62'),
(41493,57,1283,NULL,9015,3,'2026-01-17 01:12:21','2026-01-17 01:12:21','a8278da1-953d-40b6-9024-923b872f837c'),
(41494,57,1283,NULL,9016,4,'2026-01-17 01:12:21','2026-01-17 01:12:21','ed774a3c-1450-4105-aa0a-cbcfeb95cba4'),
(41495,57,1283,NULL,9013,5,'2026-01-17 01:12:21','2026-01-17 01:12:21','6a44cd5c-9861-4555-ad05-ac12b3ada7da'),
(41496,57,1283,NULL,9014,6,'2026-01-17 01:12:21','2026-01-17 01:12:21','c37ba588-8e13-4d90-b84f-79fa0fbae872'),
(41497,57,1283,NULL,9012,7,'2026-01-17 01:12:21','2026-01-17 01:12:21','5a21f065-cd86-4188-8e2c-72f3b5735918'),
(41498,57,1283,NULL,9018,8,'2026-01-17 01:12:21','2026-01-17 01:12:21','6075c818-1bdf-4e42-8747-25c4cf9b7ff8'),
(41499,32,9019,NULL,2610,1,'2026-01-17 01:12:21','2026-01-17 01:12:21','ea3aa2ec-865a-4a73-98a5-722dcf80f51f'),
(41500,32,9019,NULL,2598,2,'2026-01-17 01:12:21','2026-01-17 01:12:21','e03a9e3a-be71-4414-994f-721e93d319a5'),
(41501,32,9019,NULL,2608,3,'2026-01-17 01:12:21','2026-01-17 01:12:21','91f2629e-914c-49da-b6dd-e3fd0ea29422'),
(41502,32,9019,NULL,2600,4,'2026-01-17 01:12:21','2026-01-17 01:12:21','3b2cd2d3-4eba-4bfa-9ee3-afb5cc8c8f9b'),
(41503,32,9019,NULL,2596,5,'2026-01-17 01:12:21','2026-01-17 01:12:21','88f33985-0dab-4e65-a54d-59a3cba7bbcb'),
(41504,32,9019,NULL,2602,6,'2026-01-17 01:12:21','2026-01-17 01:12:21','fefde61c-0213-4baf-876e-e252e6e2201a'),
(41505,32,9019,NULL,2612,7,'2026-01-17 01:12:21','2026-01-17 01:12:21','0b705fab-712b-4131-a2ba-56c8604813e5'),
(41506,32,9019,NULL,2618,8,'2026-01-17 01:12:21','2026-01-17 01:12:21','8364be99-1f95-4c18-951e-84e285860e7b'),
(41507,32,9019,NULL,2604,9,'2026-01-17 01:12:21','2026-01-17 01:12:21','8973abe1-1068-4cbe-b08d-6b1837948169'),
(41508,16,9019,NULL,9008,1,'2026-01-17 01:12:21','2026-01-17 01:12:21','d58b3c78-4001-4d10-9f34-f6ec41c8eb17'),
(41509,7,9019,NULL,605,1,'2026-01-17 01:12:21','2026-01-17 01:12:21','b66f1d41-bc4a-431d-a0fb-11bb400270ae'),
(41510,7,9019,NULL,617,2,'2026-01-17 01:12:21','2026-01-17 01:12:21','cde1f4b1-1da2-4046-976a-eb11426ef13b'),
(41511,82,9019,NULL,479,1,'2026-01-17 01:12:21','2026-01-17 01:12:21','05cd0155-ff5c-4d84-bdb4-25f9d4d87526'),
(41512,82,9019,NULL,491,2,'2026-01-17 01:12:21','2026-01-17 01:12:21','9aa63531-d85e-4f7d-a8ee-c81c7447132c'),
(41513,46,9019,NULL,3697,1,'2026-01-17 01:12:21','2026-01-17 01:12:21','1eca6cfa-5477-4114-9f55-9bdb6022426a'),
(41514,57,9019,NULL,9011,1,'2026-01-17 01:12:21','2026-01-17 01:12:21','4ef7494a-1a68-40d7-adf3-29bd026f9b33'),
(41515,57,9019,NULL,9017,2,'2026-01-17 01:12:21','2026-01-17 01:12:21','6ca7cfb2-7f4b-4fad-a71d-c54dc48c1140'),
(41516,57,9019,NULL,9015,3,'2026-01-17 01:12:21','2026-01-17 01:12:21','12e8cdca-f194-489c-8025-6430c9b98352'),
(41517,57,9019,NULL,9016,4,'2026-01-17 01:12:21','2026-01-17 01:12:21','271783ba-054f-41e3-a9e5-1bf78f778204'),
(41518,57,9019,NULL,9013,5,'2026-01-17 01:12:21','2026-01-17 01:12:21','3ea289c2-54e6-4904-aef2-903e6765399c'),
(41519,57,9019,NULL,9014,6,'2026-01-17 01:12:21','2026-01-17 01:12:21','43b6f6fb-96c1-462d-865c-feb9a2ceec25'),
(41520,57,9019,NULL,9012,7,'2026-01-17 01:12:21','2026-01-17 01:12:21','78d58d07-6602-40b8-9bcd-6079af3b25f2'),
(41521,57,9019,NULL,9018,8,'2026-01-17 01:12:21','2026-01-17 01:12:21','6bbd2de4-a88f-4cfe-959c-9a751079c324'),
(41547,32,9021,NULL,2610,1,'2026-01-17 01:13:17','2026-01-17 01:13:17','f23bc05a-8a5c-41dd-8b6f-c5f41d81453e'),
(41548,32,9021,NULL,2598,2,'2026-01-17 01:13:17','2026-01-17 01:13:17','7a9a440e-f989-459a-b08f-f9a458bf5f73'),
(41549,32,9021,NULL,2608,3,'2026-01-17 01:13:17','2026-01-17 01:13:17','b03c47cb-45c8-4bbc-9c23-51e674e20761'),
(41550,32,9021,NULL,2600,4,'2026-01-17 01:13:17','2026-01-17 01:13:17','13e1d744-643b-49e5-9e08-fe2092b3fb09'),
(41551,32,9021,NULL,2596,5,'2026-01-17 01:13:17','2026-01-17 01:13:17','d316ac08-1ae9-44f8-ab2e-5c2f64a6adb9'),
(41552,32,9021,NULL,2602,6,'2026-01-17 01:13:17','2026-01-17 01:13:17','bf67ddcb-dfde-4eb4-89b0-42c8483e6fc5'),
(41553,32,9021,NULL,2612,7,'2026-01-17 01:13:17','2026-01-17 01:13:17','f50ca1b5-d768-4d25-8a99-1f38c4670216'),
(41554,32,9021,NULL,2618,8,'2026-01-17 01:13:17','2026-01-17 01:13:17','c8bb17e0-8108-4de1-bd20-cef8d6fbd07a'),
(41555,32,9021,NULL,2604,9,'2026-01-17 01:13:17','2026-01-17 01:13:17','c89c44a1-c0a7-430a-8eea-d687fc016663'),
(41556,16,9021,NULL,9008,1,'2026-01-17 01:13:17','2026-01-17 01:13:17','6818952c-cb45-4818-a150-ff9f573ac897'),
(41557,7,9021,NULL,605,1,'2026-01-17 01:13:17','2026-01-17 01:13:17','e1814a9f-cf6b-4bb7-a3ad-ece6b7cf9a5a'),
(41558,7,9021,NULL,617,2,'2026-01-17 01:13:17','2026-01-17 01:13:17','f636d5cf-9c07-4347-998a-52be9541d802'),
(41559,82,9021,NULL,479,1,'2026-01-17 01:13:17','2026-01-17 01:13:17','8be793aa-212d-4cac-a888-0f05bb279470'),
(41560,82,9021,NULL,491,2,'2026-01-17 01:13:17','2026-01-17 01:13:17','fc67d8ea-eb62-4433-8f6c-9578729d15e5'),
(41561,46,9021,NULL,3697,1,'2026-01-17 01:13:17','2026-01-17 01:13:17','95543096-5dce-4d39-8a07-e40200f41467'),
(41562,57,9021,NULL,9011,1,'2026-01-17 01:13:17','2026-01-17 01:13:17','94ecc4db-683e-4184-800a-2a589183a402'),
(41563,57,9021,NULL,9017,2,'2026-01-17 01:13:17','2026-01-17 01:13:17','c47fb3e7-c0f3-4f45-8b6c-0646d48da76c'),
(41564,57,9021,NULL,9015,3,'2026-01-17 01:13:17','2026-01-17 01:13:17','003ed964-8353-43f4-bb5a-fd6f12c1074b'),
(41565,57,9021,NULL,9016,4,'2026-01-17 01:13:17','2026-01-17 01:13:17','3ccaefb1-e3a5-47e5-b710-3ea806833317'),
(41566,57,9021,NULL,9013,5,'2026-01-17 01:13:17','2026-01-17 01:13:17','175b7e87-01ff-4d99-bb4a-56c28afd56b6'),
(41567,57,9021,NULL,9014,6,'2026-01-17 01:13:17','2026-01-17 01:13:17','b636f4ec-8321-42d9-bb78-fd08c20d1efe'),
(41568,57,9021,NULL,9012,7,'2026-01-17 01:13:17','2026-01-17 01:13:17','f90708fe-c9dc-4fef-977f-f021a887f03b'),
(41569,57,9021,NULL,9018,8,'2026-01-17 01:13:17','2026-01-17 01:13:17','44e25e2c-4299-4cdc-9b43-f85abe1588bf'),
(41605,32,9024,NULL,2610,1,'2026-01-17 01:15:17','2026-01-17 01:15:17','d202b022-03f7-4296-a902-c23a3891a348'),
(41606,32,9024,NULL,2598,2,'2026-01-17 01:15:17','2026-01-17 01:15:17','f5635677-3097-4b71-8fd6-6b913b5c058a'),
(41607,32,9024,NULL,2608,3,'2026-01-17 01:15:17','2026-01-17 01:15:17','b79a9bc0-84f5-4c00-9d86-748db2f07c67'),
(41608,32,9024,NULL,2600,4,'2026-01-17 01:15:17','2026-01-17 01:15:17','e65c7300-ece1-49b8-bac8-459a221feec5'),
(41609,32,9024,NULL,2596,5,'2026-01-17 01:15:17','2026-01-17 01:15:17','ff2b44d3-d562-4543-b43e-ac74e67d7ce5'),
(41610,32,9024,NULL,2602,6,'2026-01-17 01:15:17','2026-01-17 01:15:17','6315d3eb-e364-4559-a402-3eb32517b73d'),
(41611,32,9024,NULL,2612,7,'2026-01-17 01:15:17','2026-01-17 01:15:17','3a9e03ad-a394-47b6-8208-8b5ddf1fba93'),
(41612,32,9024,NULL,2618,8,'2026-01-17 01:15:17','2026-01-17 01:15:17','8c3e26de-91c1-4e9f-be56-10128f68b37d'),
(41613,32,9024,NULL,2604,9,'2026-01-17 01:15:17','2026-01-17 01:15:17','5ef3f026-2be8-49c9-a17c-7996076f0203'),
(41614,16,9024,NULL,9008,1,'2026-01-17 01:15:17','2026-01-17 01:15:17','342ee8d7-fd74-4d60-95f4-4f11d3e4db4d'),
(41615,7,9024,NULL,605,1,'2026-01-17 01:15:17','2026-01-17 01:15:17','d1661353-0f80-4f2d-b929-09133c0c8168'),
(41616,7,9024,NULL,617,2,'2026-01-17 01:15:17','2026-01-17 01:15:17','44c04a70-f625-4932-a4c0-d482f57cf421'),
(41617,82,9024,NULL,479,1,'2026-01-17 01:15:17','2026-01-17 01:15:17','c85ef904-c2e6-4bc1-ac95-7b29fcce3f01'),
(41618,82,9024,NULL,491,2,'2026-01-17 01:15:17','2026-01-17 01:15:17','0c41c959-f73a-4a0b-8b2a-2537e1204fcc'),
(41619,46,9024,NULL,3697,1,'2026-01-17 01:15:17','2026-01-17 01:15:17','0e6b61a4-4a20-451f-a2c9-b184f6a0bc4a'),
(41620,57,9024,NULL,9011,1,'2026-01-17 01:15:17','2026-01-17 01:15:17','1ed95124-dd60-4ff6-b5cc-5960b188c8c6'),
(41621,57,9024,NULL,9017,2,'2026-01-17 01:15:17','2026-01-17 01:15:17','bf96a603-9f46-4d8c-9194-6c2efd449315'),
(41622,57,9024,NULL,9015,3,'2026-01-17 01:15:17','2026-01-17 01:15:17','ceaf8b61-3b72-4dd3-8c1e-eb506a11b5b9'),
(41623,57,9024,NULL,9016,4,'2026-01-17 01:15:17','2026-01-17 01:15:17','fd7e626c-9cc6-43dd-a458-bcbdfef0db69'),
(41624,57,9024,NULL,9013,5,'2026-01-17 01:15:17','2026-01-17 01:15:17','74fdd99a-4335-47c0-a4ad-7e5a5cd883e6'),
(41625,57,9024,NULL,9014,6,'2026-01-17 01:15:17','2026-01-17 01:15:17','9edfc460-745f-4d56-9dd1-86100e3c713a'),
(41626,57,9024,NULL,9012,7,'2026-01-17 01:15:17','2026-01-17 01:15:17','d4585b77-a3ad-4aae-a032-46f286a66823'),
(41627,57,9024,NULL,9018,8,'2026-01-17 01:15:17','2026-01-17 01:15:17','29e963dd-04a0-44a9-a179-f2b95cb8dbfe'),
(41633,16,1289,NULL,9025,1,'2026-01-17 01:17:22','2026-01-17 01:17:22','193f7d43-d7d3-4db7-aecc-f54db061f510'),
(41634,7,1289,NULL,601,1,'2026-01-17 01:17:22','2026-01-17 01:17:22','3b1b0236-23d2-41fe-b985-180a4f0b7510'),
(41635,7,1289,NULL,605,2,'2026-01-17 01:17:22','2026-01-17 01:17:22','ea33b5de-4a6e-41c9-8e53-1ecfc76c0252'),
(41636,7,1289,NULL,617,3,'2026-01-17 01:17:22','2026-01-17 01:17:22','0c67eccd-aa7d-435c-bcea-f3d84e71f6b3'),
(41637,32,9026,NULL,2610,1,'2026-01-17 01:17:22','2026-01-17 01:17:22','bae35541-7412-4b4f-9edd-8d5a75e04d1e'),
(41638,32,9026,NULL,2598,2,'2026-01-17 01:17:22','2026-01-17 01:17:22','7308343e-9008-4e41-a290-55f64c57aa47'),
(41639,32,9026,NULL,2608,3,'2026-01-17 01:17:22','2026-01-17 01:17:22','616d0436-a1b1-416c-9cee-ae525eaaca1d'),
(41640,32,9026,NULL,2600,4,'2026-01-17 01:17:22','2026-01-17 01:17:22','83b18cfc-a2ef-45a2-8740-e86ed52b8c3d'),
(41641,32,9026,NULL,2596,5,'2026-01-17 01:17:22','2026-01-17 01:17:22','898d9514-d047-46d3-92ee-44ebc3c550e7'),
(41642,32,9026,NULL,2602,6,'2026-01-17 01:17:22','2026-01-17 01:17:22','c172e2ad-ffc6-4af1-a746-ae99a775c455'),
(41643,32,9026,NULL,2612,7,'2026-01-17 01:17:22','2026-01-17 01:17:22','38bc584d-b347-4232-8e60-5c33f24ab61a'),
(41644,32,9026,NULL,2604,8,'2026-01-17 01:17:22','2026-01-17 01:17:22','9d7c676d-cec7-4dcd-9149-5885d1ba2d4b'),
(41645,16,9026,NULL,9025,1,'2026-01-17 01:17:22','2026-01-17 01:17:22','dff91788-0154-4dbf-a089-6729f5bee4c2'),
(41646,7,9026,NULL,601,1,'2026-01-17 01:17:22','2026-01-17 01:17:22','5f7cc54b-2fff-46c5-ad0a-b931b46d2320'),
(41647,7,9026,NULL,605,2,'2026-01-17 01:17:22','2026-01-17 01:17:22','728c5710-ad0a-490d-b6a6-fcab66014c79'),
(41648,7,9026,NULL,617,3,'2026-01-17 01:17:22','2026-01-17 01:17:22','b65b52e9-8f1e-4144-b2f2-8d283db9c3cb'),
(41649,82,9026,NULL,479,1,'2026-01-17 01:17:22','2026-01-17 01:17:22','af5a6d46-b86d-4847-87f9-e2d4343b1dc7'),
(41650,82,9026,NULL,491,2,'2026-01-17 01:17:22','2026-01-17 01:17:22','636e064a-1e35-4e63-8955-7189e42ddca7'),
(41671,57,1289,NULL,9030,1,'2026-01-17 01:18:02','2026-01-17 01:18:02','1459c7de-da90-4979-9d09-9c9831e0e1c7'),
(41672,57,1289,NULL,9031,2,'2026-01-17 01:18:02','2026-01-17 01:18:02','aea396bf-5095-4369-b5ee-94bcc9f0cfb4'),
(41673,57,1289,NULL,9032,3,'2026-01-17 01:18:02','2026-01-17 01:18:02','b1a68305-c865-418e-bbb5-522562e34812'),
(41674,57,1289,NULL,9033,4,'2026-01-17 01:18:02','2026-01-17 01:18:02','2abf15f5-86d6-492f-94d1-e14536feb937'),
(41675,57,1289,NULL,9029,5,'2026-01-17 01:18:02','2026-01-17 01:18:02','2be9eab4-37fa-40ae-a453-01b1f5b42559'),
(41676,57,1289,NULL,9028,6,'2026-01-17 01:18:02','2026-01-17 01:18:02','32e6c05e-f71b-48f8-ac53-564b5cf67263'),
(41677,32,9034,NULL,2610,1,'2026-01-17 01:18:02','2026-01-17 01:18:02','2b744a9f-3df6-4e3c-af09-2196d11b5c83'),
(41678,32,9034,NULL,2598,2,'2026-01-17 01:18:02','2026-01-17 01:18:02','9d458756-fcd3-4c96-b932-0fa0c1cf34d0'),
(41679,32,9034,NULL,2608,3,'2026-01-17 01:18:02','2026-01-17 01:18:02','60c280ca-c38d-4cc8-a037-464ef419c477'),
(41680,32,9034,NULL,2600,4,'2026-01-17 01:18:02','2026-01-17 01:18:02','9c973884-8585-4f6a-82c1-e11967abadfc'),
(41681,32,9034,NULL,2596,5,'2026-01-17 01:18:02','2026-01-17 01:18:02','f1d9c7e9-cd9b-4d5b-9a50-eaf46ca88915'),
(41682,32,9034,NULL,2602,6,'2026-01-17 01:18:02','2026-01-17 01:18:02','3f5eec3e-c8dc-481a-8a0a-1913cc46b8a5'),
(41683,32,9034,NULL,2612,7,'2026-01-17 01:18:02','2026-01-17 01:18:02','5c5f93bd-f07f-4fd5-9745-1e8fcea41c58'),
(41684,32,9034,NULL,2604,8,'2026-01-17 01:18:02','2026-01-17 01:18:02','cd952325-f3ad-481d-8152-0ca9fe5b2214'),
(41685,16,9034,NULL,9025,1,'2026-01-17 01:18:02','2026-01-17 01:18:02','4e915fde-7f69-4332-961c-e3631c663bda'),
(41686,7,9034,NULL,601,1,'2026-01-17 01:18:02','2026-01-17 01:18:02','b0709e55-9ac0-4226-a796-0ffcb38c6060'),
(41687,7,9034,NULL,605,2,'2026-01-17 01:18:02','2026-01-17 01:18:02','a1a07fa4-f31c-4e92-bb60-1e1da6bfaecd'),
(41688,7,9034,NULL,617,3,'2026-01-17 01:18:02','2026-01-17 01:18:02','fbb21a57-23d9-41da-891a-6221e771b0a5'),
(41689,82,9034,NULL,479,1,'2026-01-17 01:18:02','2026-01-17 01:18:02','11c8ce80-851c-41e9-9467-9aaea24efa23'),
(41690,82,9034,NULL,491,2,'2026-01-17 01:18:02','2026-01-17 01:18:02','eebaad79-af7d-41e7-929c-d4d53a8a481a'),
(41691,57,9034,NULL,9030,1,'2026-01-17 01:18:02','2026-01-17 01:18:02','8bb64e99-bd1a-4d29-9f6b-78dade0ca328'),
(41692,57,9034,NULL,9031,2,'2026-01-17 01:18:02','2026-01-17 01:18:02','029870c5-eced-450d-bdd7-a510068a5659'),
(41693,57,9034,NULL,9032,3,'2026-01-17 01:18:02','2026-01-17 01:18:02','5e49aa35-0868-464d-9140-8f56931d9805'),
(41694,57,9034,NULL,9033,4,'2026-01-17 01:18:02','2026-01-17 01:18:02','8fee4815-ba3c-4f76-a966-b88f8b8a86e9'),
(41695,57,9034,NULL,9029,5,'2026-01-17 01:18:02','2026-01-17 01:18:02','40b97692-c684-49ac-abfe-130137771a84'),
(41696,57,9034,NULL,9028,6,'2026-01-17 01:18:02','2026-01-17 01:18:02','229d0b92-5afb-4a8b-924f-7b2ccb552ac5'),
(41717,32,9036,NULL,2610,1,'2026-01-17 01:18:22','2026-01-17 01:18:22','3eff9aff-bc45-4d7a-b989-f5ceec283461'),
(41718,32,9036,NULL,2598,2,'2026-01-17 01:18:22','2026-01-17 01:18:22','7c00f393-b5bb-468c-a6b0-c398a1160f5e'),
(41719,32,9036,NULL,2608,3,'2026-01-17 01:18:22','2026-01-17 01:18:22','9c20e8d2-e00c-4278-a520-564c8a76a837'),
(41720,32,9036,NULL,2600,4,'2026-01-17 01:18:22','2026-01-17 01:18:22','3fc2b636-3a04-4476-a2c2-1b407f313a75'),
(41721,32,9036,NULL,2596,5,'2026-01-17 01:18:22','2026-01-17 01:18:22','6fa91877-5827-4cfd-a845-b6d789dc6b92'),
(41722,32,9036,NULL,2602,6,'2026-01-17 01:18:22','2026-01-17 01:18:22','fd4bcaef-f12e-4c7b-a757-b4913eeb0cd2'),
(41723,32,9036,NULL,2612,7,'2026-01-17 01:18:22','2026-01-17 01:18:22','a4cf42ed-cfa6-4311-ae5b-735217ecd0d7'),
(41724,32,9036,NULL,2604,8,'2026-01-17 01:18:22','2026-01-17 01:18:22','fccb2e21-0a79-4d4d-bcc5-57b20dbc329c'),
(41725,16,9036,NULL,9025,1,'2026-01-17 01:18:22','2026-01-17 01:18:22','a8e59bbf-3b6f-4926-b072-5f15ae510500'),
(41726,7,9036,NULL,601,1,'2026-01-17 01:18:22','2026-01-17 01:18:22','90fde514-a536-4741-b6ec-f5919066587e'),
(41727,7,9036,NULL,605,2,'2026-01-17 01:18:22','2026-01-17 01:18:22','65ceccec-8e0a-4b38-b3ce-c8c3110443e2'),
(41728,7,9036,NULL,617,3,'2026-01-17 01:18:22','2026-01-17 01:18:22','08a23a08-af70-4bba-846b-b1d8565d6122'),
(41729,82,9036,NULL,479,1,'2026-01-17 01:18:22','2026-01-17 01:18:22','d8ea2ef7-40be-4a9e-811f-02a5d9f7ee3a'),
(41730,82,9036,NULL,491,2,'2026-01-17 01:18:22','2026-01-17 01:18:22','3fdc8d82-c1a5-418b-995a-4e6de79b6927'),
(41731,57,9036,NULL,9030,1,'2026-01-17 01:18:22','2026-01-17 01:18:22','5476a771-69c7-4962-91c9-6df344bf41bc'),
(41732,57,9036,NULL,9031,2,'2026-01-17 01:18:22','2026-01-17 01:18:22','ee486496-2fa5-497a-83a2-aef6531b4caa'),
(41733,57,9036,NULL,9032,3,'2026-01-17 01:18:22','2026-01-17 01:18:22','9637b4cb-ff43-412c-b28f-589c743ab846'),
(41734,57,9036,NULL,9033,4,'2026-01-17 01:18:22','2026-01-17 01:18:22','147bac48-5be8-4ffd-971c-b9c60d81bbbe'),
(41735,57,9036,NULL,9029,5,'2026-01-17 01:18:22','2026-01-17 01:18:22','48ae8ff6-5f09-4eda-a5ae-53a847dbfba2'),
(41736,57,9036,NULL,9028,6,'2026-01-17 01:18:22','2026-01-17 01:18:22','fa51d948-bd78-47d2-abdc-b8f36d4ba343'),
(41756,16,1297,NULL,9038,1,'2026-01-17 01:21:09','2026-01-17 01:21:09','db798a15-87a7-4ce8-b719-481de773403f'),
(41757,7,1297,NULL,601,1,'2026-01-17 01:21:09','2026-01-17 01:21:09','d9edd2c6-6c0b-44b1-b41d-588314567970'),
(41758,7,1297,NULL,2974,3,'2026-01-17 01:21:09','2026-01-17 20:10:11','bcae2b23-634c-4c20-9557-db90233e507e'),
(41759,7,1297,NULL,3468,2,'2026-01-17 01:21:09','2026-01-17 20:10:11','44ec87eb-2553-4fff-9daa-9c1753574c14'),
(41760,7,1297,NULL,605,5,'2026-01-17 01:21:09','2026-02-13 16:47:43','f498f945-4c92-4149-a597-d4aa22537734'),
(41761,7,1297,NULL,617,6,'2026-01-17 01:21:09','2026-02-13 16:47:43','e38c1cff-7e6c-4f0c-917a-6a1aaa5728b9'),
(41762,32,9039,NULL,2610,1,'2026-01-17 01:21:09','2026-01-17 01:21:09','2abb7cfa-79a6-4437-a843-3761af0a8b28'),
(41763,32,9039,NULL,2598,2,'2026-01-17 01:21:09','2026-01-17 01:21:09','6a93ed8f-169a-4aaa-91cb-b5980afa2420'),
(41764,32,9039,NULL,2608,3,'2026-01-17 01:21:09','2026-01-17 01:21:09','c5092f93-a539-4c96-a7be-714bd727cdf0'),
(41765,32,9039,NULL,2624,4,'2026-01-17 01:21:09','2026-01-17 01:21:09','c4e5cd10-ed78-40b3-88a3-17714ea6bf88'),
(41766,32,9039,NULL,2600,5,'2026-01-17 01:21:09','2026-01-17 01:21:09','c01ee047-87e4-433a-b514-1308e9844697'),
(41767,32,9039,NULL,2596,6,'2026-01-17 01:21:09','2026-01-17 01:21:09','4062dc8a-e05f-4927-a575-136cb6c15e05'),
(41768,32,9039,NULL,2602,7,'2026-01-17 01:21:09','2026-01-17 01:21:09','cc902206-4223-41f6-aa5b-3d7e0e177767'),
(41769,32,9039,NULL,2606,8,'2026-01-17 01:21:09','2026-01-17 01:21:09','abd0ed09-892c-490a-9e4f-6926a88ff621'),
(41770,32,9039,NULL,2612,9,'2026-01-17 01:21:09','2026-01-17 01:21:09','52c4f1d6-ce8a-4151-a839-81046cfb5faf'),
(41771,32,9039,NULL,2604,10,'2026-01-17 01:21:09','2026-01-17 01:21:09','ae013932-8dd7-4caf-b5c1-bb237355abd6'),
(41772,16,9039,NULL,9038,1,'2026-01-17 01:21:09','2026-01-17 01:21:09','886c62a0-50f8-4657-ac91-a87f5353b7f1'),
(41773,7,9039,NULL,601,1,'2026-01-17 01:21:09','2026-01-17 01:21:09','27803abc-c15a-407c-b8c0-dbcc003a1495'),
(41774,7,9039,NULL,2974,2,'2026-01-17 01:21:09','2026-01-17 01:21:09','3bbf3360-ddce-4a8a-98c8-e20b7dc7985e'),
(41775,7,9039,NULL,3468,3,'2026-01-17 01:21:09','2026-01-17 01:21:09','72f75a5d-f743-483a-b547-56fd38e8055e'),
(41776,7,9039,NULL,605,4,'2026-01-17 01:21:09','2026-01-17 01:21:09','c37dd595-2d79-42e6-9203-ad653baa826e'),
(41777,7,9039,NULL,617,5,'2026-01-17 01:21:09','2026-01-17 01:21:09','0b793433-032e-461d-9041-e6e6fd1c0f17'),
(41778,82,9039,NULL,491,1,'2026-01-17 01:21:09','2026-01-17 01:21:09','905263b6-4c1c-4b93-868f-7716ad32734d'),
(41779,46,9039,NULL,2891,1,'2026-01-17 01:21:09','2026-01-17 01:21:09','0dbe1e16-af15-415f-a668-cae0611364ad'),
(41780,13,9039,NULL,6860,1,'2026-01-17 01:21:09','2026-01-17 01:21:09','71a79319-e67c-4e69-b8fd-ad5eba0fd11c'),
(41806,57,1297,NULL,9045,1,'2026-01-17 01:21:56','2026-01-17 01:21:56','eb0a6265-6d56-479f-bfb8-fdf7e1bf21d0'),
(41807,57,1297,NULL,9046,2,'2026-01-17 01:21:56','2026-01-17 01:21:56','35954ad8-ef6f-495f-9a43-d68b9dae3afd'),
(41808,57,1297,NULL,9042,3,'2026-01-17 01:21:56','2026-01-17 01:21:56','eaae473b-f808-4eae-aca1-1f3403992ea0'),
(41809,57,1297,NULL,9043,4,'2026-01-17 01:21:56','2026-01-17 01:21:56','d07cda14-8e19-450c-ba85-feabe41a155b'),
(41810,57,1297,NULL,9044,5,'2026-01-17 01:21:56','2026-01-17 01:21:56','794c2793-1587-4b0d-b11b-6736097ca247'),
(41811,57,1297,NULL,9041,6,'2026-01-17 01:21:56','2026-01-17 01:21:56','98cce4c2-2252-4d71-9995-36cf967db6c3'),
(41812,32,9047,NULL,2610,1,'2026-01-17 01:21:56','2026-01-17 01:21:56','1ddcecea-0d6b-4dd5-bfee-3f149d99704e'),
(41813,32,9047,NULL,2598,2,'2026-01-17 01:21:56','2026-01-17 01:21:56','5e921334-0116-4443-b509-6445452b3fc0'),
(41814,32,9047,NULL,2608,3,'2026-01-17 01:21:56','2026-01-17 01:21:56','427fb807-17c6-4e0e-8fcf-0ba87bd16d87'),
(41815,32,9047,NULL,2624,4,'2026-01-17 01:21:56','2026-01-17 01:21:56','de11bb76-db26-4a93-8166-bd8ca03962b9'),
(41816,32,9047,NULL,2600,5,'2026-01-17 01:21:56','2026-01-17 01:21:56','af6665fa-4338-4c79-bcca-55fe7d05f454'),
(41817,32,9047,NULL,2596,6,'2026-01-17 01:21:56','2026-01-17 01:21:56','16d032da-6514-4e5e-a79e-5ba9347e5c9e'),
(41818,32,9047,NULL,2602,7,'2026-01-17 01:21:56','2026-01-17 01:21:56','6cc35ec2-2fed-4472-a4db-db528819a794'),
(41819,32,9047,NULL,2606,8,'2026-01-17 01:21:56','2026-01-17 01:21:56','82c1c0eb-96d0-4f15-99e0-5110f8465549'),
(41820,32,9047,NULL,2612,9,'2026-01-17 01:21:56','2026-01-17 01:21:56','aabe7239-a574-4518-9f15-62738bd861f8'),
(41821,32,9047,NULL,2604,10,'2026-01-17 01:21:56','2026-01-17 01:21:56','2a4ef5d0-6257-4a1e-a70f-5ac255121033'),
(41822,16,9047,NULL,9038,1,'2026-01-17 01:21:56','2026-01-17 01:21:56','5a0ea93b-0bb9-4af0-8c57-11203d7904cd'),
(41823,7,9047,NULL,601,1,'2026-01-17 01:21:56','2026-01-17 01:21:56','b2ad13a0-3720-475d-ad78-1fb632db6be6'),
(41824,7,9047,NULL,2974,2,'2026-01-17 01:21:56','2026-01-17 01:21:56','a0b63b5b-83dd-45bd-9903-69bfdfd2dc43'),
(41825,7,9047,NULL,3468,3,'2026-01-17 01:21:56','2026-01-17 01:21:56','7cfb00f8-6c96-47da-a190-20cf942fecd8'),
(41826,7,9047,NULL,605,4,'2026-01-17 01:21:56','2026-01-17 01:21:56','3b5a126a-179e-45cb-affa-be459213e770'),
(41827,7,9047,NULL,617,5,'2026-01-17 01:21:56','2026-01-17 01:21:56','f292192a-b0dc-45b7-a45f-c0e3f3638007'),
(41828,82,9047,NULL,491,1,'2026-01-17 01:21:56','2026-01-17 01:21:56','261bfff2-81f0-48c9-8181-e2f210e630b5'),
(41829,46,9047,NULL,2891,1,'2026-01-17 01:21:56','2026-01-17 01:21:56','faaa54b7-d1a2-4908-8dc2-ff1cad9a5dbc'),
(41830,57,9047,NULL,9045,1,'2026-01-17 01:21:56','2026-01-17 01:21:56','644d34d0-f1e8-4a40-82df-03c49a024631'),
(41831,57,9047,NULL,9046,2,'2026-01-17 01:21:56','2026-01-17 01:21:56','28623d5c-a37e-4bb7-aee0-f4ae3f565671'),
(41832,57,9047,NULL,9042,3,'2026-01-17 01:21:56','2026-01-17 01:21:56','69e10b0e-c247-4d6e-bc39-97599e5e2597'),
(41833,57,9047,NULL,9043,4,'2026-01-17 01:21:56','2026-01-17 01:21:56','32eacf3d-9cda-42be-8f0e-c02b042ba0a5'),
(41834,57,9047,NULL,9044,5,'2026-01-17 01:21:56','2026-01-17 01:21:56','bc4fc25d-4a8c-4a9b-9a48-7d4e623562e8'),
(41835,57,9047,NULL,9041,6,'2026-01-17 01:21:56','2026-01-17 01:21:56','6c66e2fa-feda-4930-b4f2-d384b69eacc9'),
(41836,13,9047,NULL,6860,1,'2026-01-17 01:21:56','2026-01-17 01:21:56','a67fea83-e4cf-40f7-88bf-ee85b80e3b38'),
(41862,32,9049,NULL,2610,1,'2026-01-17 01:22:20','2026-01-17 01:22:20','aeee1656-e69a-434e-b98b-3f8c7091cffb'),
(41863,32,9049,NULL,2598,2,'2026-01-17 01:22:20','2026-01-17 01:22:20','8e016269-18ea-44bd-a908-fb0ab35e772c'),
(41864,32,9049,NULL,2608,3,'2026-01-17 01:22:20','2026-01-17 01:22:20','d9c2a709-2906-4f56-bd37-73edc65c02ab'),
(41865,32,9049,NULL,2624,4,'2026-01-17 01:22:20','2026-01-17 01:22:20','51036703-8051-4e10-864f-d1800e9208bd'),
(41866,32,9049,NULL,2600,5,'2026-01-17 01:22:20','2026-01-17 01:22:20','58ade1c5-c6f7-45e8-ad2b-8701db1bdea2'),
(41867,32,9049,NULL,2596,6,'2026-01-17 01:22:20','2026-01-17 01:22:20','a3f4e9c7-0aea-4c36-988f-1d4a6011019a'),
(41868,32,9049,NULL,2602,7,'2026-01-17 01:22:20','2026-01-17 01:22:20','4dafd933-3d97-4507-93ff-5dfc20ae8f40'),
(41869,32,9049,NULL,2606,8,'2026-01-17 01:22:20','2026-01-17 01:22:20','a2c0cc79-b5c0-4c45-a10b-59881fbc6e4d'),
(41870,32,9049,NULL,2612,9,'2026-01-17 01:22:20','2026-01-17 01:22:20','4cae0255-e52a-427f-bb9a-92795164a97f'),
(41871,32,9049,NULL,2604,10,'2026-01-17 01:22:20','2026-01-17 01:22:20','a756bf6d-9f21-49a6-85da-e8456257eb28'),
(41872,16,9049,NULL,9038,1,'2026-01-17 01:22:20','2026-01-17 01:22:20','4c9ac16e-9556-4707-8215-6d7fd2bcd886'),
(41873,7,9049,NULL,601,1,'2026-01-17 01:22:20','2026-01-17 01:22:20','847bbf32-253b-40bf-931d-49fc2fddafa6'),
(41874,7,9049,NULL,2974,2,'2026-01-17 01:22:20','2026-01-17 01:22:20','b68b2ded-2e2a-406d-bbb0-d57cd2297f8b'),
(41875,7,9049,NULL,3468,3,'2026-01-17 01:22:20','2026-01-17 01:22:20','7c5df002-adf8-4337-9419-bb44e3a23e55'),
(41876,7,9049,NULL,605,4,'2026-01-17 01:22:20','2026-01-17 01:22:20','04ff9f8e-a795-4552-9d11-3434f15475d2'),
(41877,7,9049,NULL,617,5,'2026-01-17 01:22:20','2026-01-17 01:22:20','da8d1bd1-14e7-4da7-8eb0-609db7a93d62'),
(41878,82,9049,NULL,491,1,'2026-01-17 01:22:20','2026-01-17 01:22:20','feda0f3e-750a-4e33-bb2d-4776fbed84d1'),
(41879,46,9049,NULL,2891,1,'2026-01-17 01:22:20','2026-01-17 01:22:20','3e3c9f06-1181-44f7-a516-6e8eb593d475'),
(41880,57,9049,NULL,9045,1,'2026-01-17 01:22:20','2026-01-17 01:22:20','6697eff8-de29-4f5e-9846-f52919344ed0'),
(41881,57,9049,NULL,9046,2,'2026-01-17 01:22:20','2026-01-17 01:22:20','a52ba840-aaec-4cbb-b124-912572f226f9'),
(41882,57,9049,NULL,9042,3,'2026-01-17 01:22:20','2026-01-17 01:22:20','468bad25-089d-4ea8-a349-227327d1c09e'),
(41883,57,9049,NULL,9043,4,'2026-01-17 01:22:20','2026-01-17 01:22:20','2d8c9976-3dc0-4c66-bbb8-9309238ef9da'),
(41884,57,9049,NULL,9044,5,'2026-01-17 01:22:20','2026-01-17 01:22:20','afad0402-98b5-4215-a83e-b5adbdaf2ba7'),
(41885,57,9049,NULL,9041,6,'2026-01-17 01:22:20','2026-01-17 01:22:20','ba97ad8a-3d4b-445a-b597-3919438244fd'),
(41886,13,9049,NULL,6860,1,'2026-01-17 01:22:20','2026-01-17 01:22:20','3a1167fa-3827-44d4-89be-7547a724129b'),
(41914,16,1303,NULL,9051,1,'2026-01-17 01:24:06','2026-01-17 01:24:06','e581ade8-a96d-4f0a-bc33-7f54463a7a96'),
(41915,7,1303,NULL,601,1,'2026-01-17 01:24:06','2026-01-17 01:24:06','1197dbeb-6859-4106-9639-e65c01486315'),
(41916,7,1303,NULL,605,2,'2026-01-17 01:24:06','2026-01-17 01:24:06','6a2203df-218e-484a-ad70-9b4c4cc05fd7'),
(41917,7,1303,NULL,617,3,'2026-01-17 01:24:06','2026-01-17 01:24:06','0c8e3ac4-0d6b-43ce-9650-5e6cb9810753'),
(41918,32,9052,NULL,2614,1,'2026-01-17 01:24:06','2026-01-17 01:24:06','00eb54d2-7891-446e-b5ec-5a2a33e11a2a'),
(41919,32,9052,NULL,2610,2,'2026-01-17 01:24:06','2026-01-17 01:24:06','ad470f60-b1ef-4d73-8045-b18cabaa4572'),
(41920,32,9052,NULL,2622,3,'2026-01-17 01:24:06','2026-01-17 01:24:06','bc97e79b-28c8-43f6-a58d-92cc37b43838'),
(41921,32,9052,NULL,2598,4,'2026-01-17 01:24:06','2026-01-17 01:24:06','59ff3df3-3373-4e58-8e58-cfce99795e0e'),
(41922,32,9052,NULL,2608,5,'2026-01-17 01:24:06','2026-01-17 01:24:06','35a36d46-043c-4641-911b-3082823aaefd'),
(41923,32,9052,NULL,2624,6,'2026-01-17 01:24:06','2026-01-17 01:24:06','64e599ec-96c8-49cd-afe6-d3f51ec0ff2e'),
(41924,32,9052,NULL,2600,7,'2026-01-17 01:24:06','2026-01-17 01:24:06','aa343f47-ea26-4bfa-b4de-a1f67792d9bf'),
(41925,32,9052,NULL,2596,8,'2026-01-17 01:24:06','2026-01-17 01:24:06','6b51b7fd-07ff-4459-b955-b43c67a71b7c'),
(41926,32,9052,NULL,2602,9,'2026-01-17 01:24:06','2026-01-17 01:24:06','361e0fe0-6363-4839-9c9f-7a7482e77665'),
(41927,32,9052,NULL,2606,10,'2026-01-17 01:24:06','2026-01-17 01:24:06','f3a49d21-a3ba-4e32-9b48-7e435979ce1a'),
(41928,32,9052,NULL,2612,11,'2026-01-17 01:24:06','2026-01-17 01:24:06','7ca9e42b-118c-44ce-ab60-8ec26266f199'),
(41929,32,9052,NULL,2618,12,'2026-01-17 01:24:06','2026-01-17 01:24:06','2b76fe09-880a-4446-97e5-325faf4498ed'),
(41930,32,9052,NULL,2604,13,'2026-01-17 01:24:06','2026-01-17 01:24:06','be4721fa-622e-43c4-8a05-0700cceeba17'),
(41931,16,9052,NULL,9051,1,'2026-01-17 01:24:06','2026-01-17 01:24:06','187fe0c6-0e5f-48f2-b412-5e0be2f00acd'),
(41932,7,9052,NULL,601,1,'2026-01-17 01:24:06','2026-01-17 01:24:06','7cd74ffa-b255-42eb-bdd5-64ce1b1c0d98'),
(41933,7,9052,NULL,605,2,'2026-01-17 01:24:06','2026-01-17 01:24:06','d85713ee-2561-4e29-9407-7908ec32b3ba'),
(41934,7,9052,NULL,617,3,'2026-01-17 01:24:06','2026-01-17 01:24:06','2e2ca101-e229-45d5-837e-0681160bce0c'),
(41935,46,9052,NULL,2891,1,'2026-01-17 01:24:06','2026-01-17 01:24:06','1a21255d-04be-44ac-a1d9-2574f7444f90'),
(41936,46,9052,NULL,3697,2,'2026-01-17 01:24:06','2026-01-17 01:24:06','2639846e-7489-4bc9-b82b-f9bad49ba687'),
(41937,46,9052,NULL,4403,3,'2026-01-17 01:24:06','2026-01-17 01:24:06','498eb3f2-4783-4d2c-861e-4b1be636d29b'),
(41938,57,9052,NULL,8601,1,'2026-01-17 01:24:06','2026-01-17 01:24:06','7b3516bf-458b-48d1-9de5-76053b2d264a'),
(41939,57,9052,NULL,8600,2,'2026-01-17 01:24:06','2026-01-17 01:24:06','f8d27d8c-342a-46b9-85ae-85a5bceed8da'),
(41940,57,9052,NULL,8602,3,'2026-01-17 01:24:06','2026-01-17 01:24:06','cfcbe3f2-fc2c-4e32-8ab7-72153e144f6d'),
(41941,57,9052,NULL,8603,4,'2026-01-17 01:24:06','2026-01-17 01:24:06','f861b8b4-e6fc-44dc-88d4-d237393942dc'),
(41942,57,9052,NULL,8604,5,'2026-01-17 01:24:06','2026-01-17 01:24:06','2cf7127e-4e03-4f67-b79d-e95e3679324d'),
(41943,57,9052,NULL,8605,6,'2026-01-17 01:24:06','2026-01-17 01:24:06','62966b05-0a00-43c2-bddb-c39fdfd7af3a'),
(41972,32,9054,NULL,2614,1,'2026-01-17 01:25:03','2026-01-17 01:25:03','c687c991-755b-4328-afe1-c44711be71ae'),
(41973,32,9054,NULL,2610,2,'2026-01-17 01:25:03','2026-01-17 01:25:03','5a9f232f-8f2e-4aa6-87f4-244de2b6ee06'),
(41974,32,9054,NULL,2622,3,'2026-01-17 01:25:03','2026-01-17 01:25:03','462ed45f-63c2-4653-b0aa-330bfbb68f4a'),
(41975,32,9054,NULL,2598,4,'2026-01-17 01:25:03','2026-01-17 01:25:03','deedf463-fd8a-4db3-a77e-6e15c1ef5140'),
(41976,32,9054,NULL,2608,5,'2026-01-17 01:25:03','2026-01-17 01:25:03','ba02d319-509f-435e-b920-4e84b655a3bc'),
(41977,32,9054,NULL,2624,6,'2026-01-17 01:25:03','2026-01-17 01:25:03','9578493b-a218-4409-95f5-3747ace809a2'),
(41978,32,9054,NULL,2600,7,'2026-01-17 01:25:03','2026-01-17 01:25:03','c0373866-8ec2-46c1-84fe-e242d27e3a0d'),
(41979,32,9054,NULL,2596,8,'2026-01-17 01:25:03','2026-01-17 01:25:03','cc2adbbf-1b0c-490d-b0c7-717aab65c73b'),
(41980,32,9054,NULL,2602,9,'2026-01-17 01:25:03','2026-01-17 01:25:03','30570991-7766-487c-b517-577fd0729f2a'),
(41981,32,9054,NULL,2606,10,'2026-01-17 01:25:03','2026-01-17 01:25:03','93a578b5-1948-493c-ace0-5314d65a8310'),
(41982,32,9054,NULL,2612,11,'2026-01-17 01:25:03','2026-01-17 01:25:03','ad774982-7614-406d-b43e-9d273df2acea'),
(41983,32,9054,NULL,2618,12,'2026-01-17 01:25:03','2026-01-17 01:25:03','9c8949b5-8140-4ecd-93ca-13a8c6fc318e'),
(41984,32,9054,NULL,2604,13,'2026-01-17 01:25:03','2026-01-17 01:25:03','f86145ac-abcc-4c9c-bd70-0210603d0127'),
(41985,16,9054,NULL,9051,1,'2026-01-17 01:25:03','2026-01-17 01:25:03','a6824c68-c7a3-47e0-a754-1024ff75f6bd'),
(41986,7,9054,NULL,601,1,'2026-01-17 01:25:03','2026-01-17 01:25:03','564dc9df-3172-49be-9137-348edc08942f'),
(41987,7,9054,NULL,605,2,'2026-01-17 01:25:03','2026-01-17 01:25:03','b6eaee37-5c10-4829-b3d9-6c05f619fad9'),
(41988,7,9054,NULL,617,3,'2026-01-17 01:25:03','2026-01-17 01:25:03','5ac6007c-dadf-4260-b8ca-057e8480a93a'),
(41989,46,9054,NULL,2891,1,'2026-01-17 01:25:03','2026-01-17 01:25:03','55c998f4-d259-4ee5-9a20-9e9faca2dd70'),
(41990,46,9054,NULL,3697,2,'2026-01-17 01:25:03','2026-01-17 01:25:03','13bfc617-1bee-4d32-9ba3-821178a44bb0'),
(41991,46,9054,NULL,4403,3,'2026-01-17 01:25:03','2026-01-17 01:25:03','8a24e242-65f8-4940-a23a-c614b6c2c7b7'),
(41992,57,9054,NULL,8601,1,'2026-01-17 01:25:03','2026-01-17 01:25:03','b5890a70-2839-4f1d-bcc1-e0eb20a566f5'),
(41993,57,9054,NULL,8600,2,'2026-01-17 01:25:03','2026-01-17 01:25:03','c66573cf-2885-4571-9488-b953b04f4028'),
(41994,57,9054,NULL,8602,3,'2026-01-17 01:25:03','2026-01-17 01:25:03','be8d1ae3-4ad5-4a14-aaf9-606b2da58ec1'),
(41995,57,9054,NULL,8603,4,'2026-01-17 01:25:03','2026-01-17 01:25:03','783a9913-ba0d-4a4f-96bc-9702fed3b26d'),
(41996,57,9054,NULL,8604,5,'2026-01-17 01:25:03','2026-01-17 01:25:03','cadabc91-c4fb-4296-8039-9ccb84ba1daa'),
(41997,57,9054,NULL,8605,6,'2026-01-17 01:25:03','2026-01-17 01:25:03','8b946afe-9ae0-4ff6-8f83-bc12df8acd06'),
(42014,16,1309,NULL,9056,1,'2026-01-17 01:27:02','2026-01-17 01:27:02','854d4ebc-7c1b-4c82-877c-15e266741566'),
(42015,7,1309,NULL,601,1,'2026-01-17 01:27:02','2026-01-17 01:27:02','8da5b61e-d68c-43e5-9eda-aa54bd791a37'),
(42016,7,1309,NULL,605,2,'2026-01-17 01:27:02','2026-01-17 01:27:02','6fefb452-1cf7-481e-a879-dbaa6e075ed2'),
(42017,7,1309,NULL,617,3,'2026-01-17 01:27:02','2026-01-17 01:27:02','d3006678-4faa-4b4e-bcec-efc586c32774'),
(42018,32,9057,NULL,2610,1,'2026-01-17 01:27:02','2026-01-17 01:27:02','0a2e9fcb-a598-4de8-adf5-0b3e5d4599f1'),
(42019,32,9057,NULL,2598,2,'2026-01-17 01:27:02','2026-01-17 01:27:02','f2268d29-99cd-4d4e-82d2-0f89031f7e65'),
(42020,32,9057,NULL,2608,3,'2026-01-17 01:27:02','2026-01-17 01:27:02','38b48556-8273-452c-9698-2c48f9d04f67'),
(42021,32,9057,NULL,2600,4,'2026-01-17 01:27:02','2026-01-17 01:27:02','1a81f361-8300-465e-a085-4e3af187fd16'),
(42022,32,9057,NULL,2596,5,'2026-01-17 01:27:02','2026-01-17 01:27:02','201cce0d-04c4-497f-92f6-956134ece4b1'),
(42023,32,9057,NULL,2602,6,'2026-01-17 01:27:02','2026-01-17 01:27:02','1bf1b746-b8b9-4b51-932f-f248e5c032ce'),
(42024,32,9057,NULL,2612,7,'2026-01-17 01:27:02','2026-01-17 01:27:02','eeb0b233-afa9-4ec3-a4f5-ddc38eb967d6'),
(42025,32,9057,NULL,2604,8,'2026-01-17 01:27:02','2026-01-17 01:27:02','90ddb8c6-8eb2-4ec8-ae40-c017d1bc2670'),
(42026,16,9057,NULL,9056,1,'2026-01-17 01:27:02','2026-01-17 01:27:02','d343a446-f347-48fd-9781-a5d726e74969'),
(42027,7,9057,NULL,601,1,'2026-01-17 01:27:02','2026-01-17 01:27:02','0cffcf3a-219d-4bac-8e48-d18486c8a4bf'),
(42028,7,9057,NULL,605,2,'2026-01-17 01:27:02','2026-01-17 01:27:02','ec820dc9-933d-4ef9-b316-3ff2a17380ec'),
(42029,7,9057,NULL,617,3,'2026-01-17 01:27:02','2026-01-17 01:27:02','20e607bd-bec6-462a-ac2b-44c6dc5e2b27'),
(42030,82,9057,NULL,479,1,'2026-01-17 01:27:02','2026-01-17 01:27:02','c9452962-0545-4b10-afbe-6ca5d344b452'),
(42031,82,9057,NULL,491,2,'2026-01-17 01:27:02','2026-01-17 01:27:02','99b4bfd9-305f-401e-a995-be8eefb83a2d'),
(42032,13,9057,NULL,6867,1,'2026-01-17 01:27:02','2026-01-17 01:27:02','91570fc9-b510-4543-972f-b3827b722ec3'),
(42053,57,1309,NULL,9061,1,'2026-01-17 01:27:38','2026-01-17 01:27:38','2557cc03-b97d-4a85-a93f-11b1c6cceec4'),
(42054,57,1309,NULL,9062,2,'2026-01-17 01:27:38','2026-01-17 01:27:38','cd5e2341-9469-4331-8aec-596f7d48b9ce'),
(42055,57,1309,NULL,9063,3,'2026-01-17 01:27:38','2026-01-17 01:27:38','e82a20f0-6ddf-4771-8c49-ca22d57e096c'),
(42056,57,1309,NULL,9060,4,'2026-01-17 01:27:38','2026-01-17 01:27:38','0163cd42-a3ae-4f14-8ddb-2de5d412e865'),
(42057,57,1309,NULL,9059,5,'2026-01-17 01:27:38','2026-01-17 01:27:38','4dccf86f-0820-4aa9-8985-a3cd2eeb3693'),
(42058,32,9064,NULL,2610,1,'2026-01-17 01:27:38','2026-01-17 01:27:38','d9bc132a-1d08-4976-ad07-a10ddde41497'),
(42059,32,9064,NULL,2598,2,'2026-01-17 01:27:38','2026-01-17 01:27:38','5fd47e46-e7ea-48eb-8471-0dce0b2cf080'),
(42060,32,9064,NULL,2608,3,'2026-01-17 01:27:38','2026-01-17 01:27:38','9c80b3cd-3cfa-42d2-b54b-20340d672561'),
(42061,32,9064,NULL,2600,4,'2026-01-17 01:27:38','2026-01-17 01:27:38','df4c44ed-d154-4a0b-a8ce-15ec739a1e2b'),
(42062,32,9064,NULL,2596,5,'2026-01-17 01:27:38','2026-01-17 01:27:38','182abdea-f53e-4ae1-a6b7-b466862f0174'),
(42063,32,9064,NULL,2602,6,'2026-01-17 01:27:38','2026-01-17 01:27:38','c4b7cc78-5b91-4f1f-8b2f-1d9ad531e527'),
(42064,32,9064,NULL,2612,7,'2026-01-17 01:27:38','2026-01-17 01:27:38','c7cc3a49-adab-403f-8b15-653edfbb84d7'),
(42065,32,9064,NULL,2604,8,'2026-01-17 01:27:38','2026-01-17 01:27:38','7260a9f6-d8d6-4d86-88ed-254ff3f1cdb9'),
(42066,16,9064,NULL,9056,1,'2026-01-17 01:27:38','2026-01-17 01:27:38','8e7511e1-f8b1-477c-b92d-6e3d28bb6a3d'),
(42067,7,9064,NULL,601,1,'2026-01-17 01:27:38','2026-01-17 01:27:38','0eccef33-1f6c-4952-98d0-81dab8319cb4'),
(42068,7,9064,NULL,605,2,'2026-01-17 01:27:38','2026-01-17 01:27:38','e0acf3f2-5c41-4f21-93e0-5c3e5e571fef'),
(42069,7,9064,NULL,617,3,'2026-01-17 01:27:38','2026-01-17 01:27:38','81859448-78a4-459f-88bd-7aaa721a612c'),
(42070,82,9064,NULL,479,1,'2026-01-17 01:27:38','2026-01-17 01:27:38','6c692b55-a4e7-4d9f-ac7b-c55951f8a5d4'),
(42071,82,9064,NULL,491,2,'2026-01-17 01:27:38','2026-01-17 01:27:38','aeeff557-07bd-4e84-ac2b-a595bdf5015e'),
(42072,57,9064,NULL,9061,1,'2026-01-17 01:27:38','2026-01-17 01:27:38','db9a4be3-bb71-46a1-8f13-3fb6f82b09d5'),
(42073,57,9064,NULL,9062,2,'2026-01-17 01:27:38','2026-01-17 01:27:38','ba1635de-9be6-4d09-9d9f-156764a962da'),
(42074,57,9064,NULL,9063,3,'2026-01-17 01:27:38','2026-01-17 01:27:38','933edf49-26d9-4487-b2c4-598668805116'),
(42075,57,9064,NULL,9060,4,'2026-01-17 01:27:38','2026-01-17 01:27:38','e6e88a0b-89a0-479c-a133-3895875c4034'),
(42076,57,9064,NULL,9059,5,'2026-01-17 01:27:38','2026-01-17 01:27:38','8866fcfc-ce4d-4320-acb4-a754f5e37056'),
(42077,13,9064,NULL,6867,1,'2026-01-17 01:27:38','2026-01-17 01:27:38','e2e9a86b-8730-482a-a132-a4f7fb66e92a'),
(42098,32,9066,NULL,2610,1,'2026-01-17 01:28:31','2026-01-17 01:28:31','c4d6ab51-c07b-4606-a228-fee0f781dfc6'),
(42099,32,9066,NULL,2598,2,'2026-01-17 01:28:31','2026-01-17 01:28:31','5c92f5e6-5b6f-4e39-840b-f6083e4f7013'),
(42100,32,9066,NULL,2608,3,'2026-01-17 01:28:31','2026-01-17 01:28:31','5c295b6e-3630-4bbd-8034-eb2e50d51b09'),
(42101,32,9066,NULL,2600,4,'2026-01-17 01:28:31','2026-01-17 01:28:31','34026666-85ca-4e0d-8002-65e448f8b536'),
(42102,32,9066,NULL,2596,5,'2026-01-17 01:28:31','2026-01-17 01:28:31','b8897762-857c-4547-b119-1ecc99401952'),
(42103,32,9066,NULL,2602,6,'2026-01-17 01:28:31','2026-01-17 01:28:31','de0c0e82-43eb-4aad-8a9d-875a52d35682'),
(42104,32,9066,NULL,2612,7,'2026-01-17 01:28:31','2026-01-17 01:28:31','16629d6d-8cc5-40f9-b6ab-46fc142d8f46'),
(42105,32,9066,NULL,2604,8,'2026-01-17 01:28:31','2026-01-17 01:28:31','89c3f52d-1f75-4dbf-8e80-85ddc3b83f3c'),
(42106,16,9066,NULL,9056,1,'2026-01-17 01:28:31','2026-01-17 01:28:31','c58a7a9c-677d-4ed6-8069-0d006a4d6e56'),
(42107,7,9066,NULL,601,1,'2026-01-17 01:28:31','2026-01-17 01:28:31','9806011f-074c-4543-b928-db3b1c27b3a0'),
(42108,7,9066,NULL,605,2,'2026-01-17 01:28:31','2026-01-17 01:28:31','6574c212-cc90-41c7-a51d-8db38c0f34cb'),
(42109,7,9066,NULL,617,3,'2026-01-17 01:28:31','2026-01-17 01:28:31','800ca26a-578c-459b-9bd4-2560b56a0874'),
(42110,82,9066,NULL,479,1,'2026-01-17 01:28:31','2026-01-17 01:28:31','81895aaa-a8bd-4d33-9071-e4da157673cc'),
(42111,82,9066,NULL,491,2,'2026-01-17 01:28:31','2026-01-17 01:28:31','5ceeb9be-1cb3-454c-a466-64e58a1b2efb'),
(42112,57,9066,NULL,9061,1,'2026-01-17 01:28:31','2026-01-17 01:28:31','e5f54f15-6a80-45bc-a4ae-991096b3b92d'),
(42113,57,9066,NULL,9062,2,'2026-01-17 01:28:31','2026-01-17 01:28:31','24db0434-5905-4069-bb4c-2cd050bcf8cb'),
(42114,57,9066,NULL,9063,3,'2026-01-17 01:28:31','2026-01-17 01:28:31','15806a74-9ca4-429d-badc-346e965aec26'),
(42115,57,9066,NULL,9060,4,'2026-01-17 01:28:31','2026-01-17 01:28:31','39de65c8-dec4-4dc3-a732-9d87d616e9bd'),
(42116,57,9066,NULL,9059,5,'2026-01-17 01:28:31','2026-01-17 01:28:31','cc67d053-970f-4089-a6ad-342ca4fc4b94'),
(42117,13,9066,NULL,6867,1,'2026-01-17 01:28:31','2026-01-17 01:28:31','8b6b62b1-43bc-4ccf-9908-f4fa49e0c7db'),
(42137,16,1315,NULL,9068,1,'2026-01-17 01:31:33','2026-01-17 01:31:33','b4ebf1d0-081a-4860-9106-82de3e75b2cf'),
(42138,7,1315,NULL,605,8,'2026-01-17 01:31:33','2026-01-17 20:12:46','fc3a9ed8-04df-4815-9551-a0592d375da5'),
(42139,7,1315,NULL,617,3,'2026-01-17 01:31:33','2026-01-17 20:12:46','33265daf-1282-4c90-a3a7-a38ebb446855'),
(42140,7,1315,NULL,2972,6,'2026-01-17 01:31:33','2026-01-17 20:12:46','42d9aac3-7d8a-48ce-a0af-09d85913c2a5'),
(42143,32,9069,NULL,2610,1,'2026-01-17 01:31:33','2026-01-17 01:31:33','0fb27bfe-d1a1-4be3-8a5b-02e48c3abaae'),
(42144,32,9069,NULL,2598,2,'2026-01-17 01:31:33','2026-01-17 01:31:33','751aa3de-154e-4c3c-b797-4b0ee991eb9f'),
(42145,32,9069,NULL,2608,3,'2026-01-17 01:31:33','2026-01-17 01:31:33','bd8c66ea-6396-4f60-93e3-54ba7cfcc510'),
(42146,32,9069,NULL,2600,4,'2026-01-17 01:31:33','2026-01-17 01:31:33','5246835f-dd88-4c4c-86c4-53d9ec9e1e70'),
(42147,32,9069,NULL,2596,5,'2026-01-17 01:31:33','2026-01-17 01:31:33','da452e8a-af01-4aef-94d8-733fd12636d5'),
(42148,32,9069,NULL,2602,6,'2026-01-17 01:31:33','2026-01-17 01:31:33','74ea18df-9b6b-43a8-ab0b-31daa9c4795f'),
(42149,32,9069,NULL,2612,7,'2026-01-17 01:31:33','2026-01-17 01:31:33','2875dae5-5160-47ac-ae1f-9296233a6eaf'),
(42150,32,9069,NULL,2618,8,'2026-01-17 01:31:33','2026-01-17 01:31:33','020bbad3-9fc6-4098-955c-1ef6240f2776'),
(42151,32,9069,NULL,2604,9,'2026-01-17 01:31:33','2026-01-17 01:31:33','5ae4ec27-4902-4dfa-b600-1fe7a384b3aa'),
(42152,16,9069,NULL,9068,1,'2026-01-17 01:31:33','2026-01-17 01:31:33','0a3ddbb4-7223-4ae4-be69-e667d57b3525'),
(42153,7,9069,NULL,605,1,'2026-01-17 01:31:33','2026-01-17 01:31:33','f01c15c0-8ee8-4565-9a46-656eefef2753'),
(42154,7,9069,NULL,617,2,'2026-01-17 01:31:33','2026-01-17 01:31:33','b4c53c1a-34a0-4dd7-9446-d5914764afba'),
(42155,7,9069,NULL,2972,3,'2026-01-17 01:31:33','2026-01-17 01:31:33','95770710-86dd-4473-8562-0b5c690df4c0'),
(42158,82,9069,NULL,479,1,'2026-01-17 01:31:33','2026-01-17 01:31:33','8cf8c2e8-0801-4000-9f61-92a373343af3'),
(42159,82,9069,NULL,491,2,'2026-01-17 01:31:33','2026-01-17 01:31:33','795b8427-13f7-4948-b25b-2c3b10c471b6'),
(42160,46,9069,NULL,3697,1,'2026-01-17 01:31:33','2026-01-17 01:31:33','4eddb6c6-5915-42af-a88b-d02d79d8bad1'),
(42161,13,9069,NULL,6872,1,'2026-01-17 01:31:33','2026-01-17 01:31:33','ebe72be6-1981-492f-9235-5902ee69cb04'),
(42186,57,1315,NULL,9071,1,'2026-01-17 01:31:58','2026-01-17 01:31:58','45a59863-0190-466f-958e-76727bf239be'),
(42187,57,1315,NULL,9072,2,'2026-01-17 01:31:58','2026-01-17 01:31:58','882de7bd-fcae-455a-b137-13af331f158b'),
(42188,57,1315,NULL,9073,3,'2026-01-17 01:31:58','2026-01-17 01:31:58','7f904586-e157-4076-b014-9bcb2bf68a60'),
(42189,57,1315,NULL,9074,4,'2026-01-17 01:31:58','2026-01-17 01:31:58','4fbb9841-9115-4672-8f81-e74f1d2a5ac8'),
(42190,57,1315,NULL,9075,5,'2026-01-17 01:31:58','2026-01-17 01:31:58','42ecccb9-e875-4116-8a8c-0f774548709c'),
(42191,32,9076,NULL,2610,1,'2026-01-17 01:31:58','2026-01-17 01:31:58','d6e5cf2d-d1fe-47ed-a082-8a9fe73ee972'),
(42192,32,9076,NULL,2598,2,'2026-01-17 01:31:58','2026-01-17 01:31:58','f93fe25f-2b28-447a-b130-e970c6d2e88c'),
(42193,32,9076,NULL,2608,3,'2026-01-17 01:31:58','2026-01-17 01:31:58','6282b3de-c041-4da4-9901-edaf1c3e259b'),
(42194,32,9076,NULL,2600,4,'2026-01-17 01:31:58','2026-01-17 01:31:58','0a06ccbe-5808-49ca-a274-7dc67d5f826e'),
(42195,32,9076,NULL,2596,5,'2026-01-17 01:31:58','2026-01-17 01:31:58','8a498d08-7ddc-479f-ba42-aa629b469935'),
(42196,32,9076,NULL,2602,6,'2026-01-17 01:31:58','2026-01-17 01:31:58','58763f6d-7a61-410d-980c-e0a1ef17ea1b'),
(42197,32,9076,NULL,2612,7,'2026-01-17 01:31:58','2026-01-17 01:31:58','dafd4236-151f-4701-98e5-73c17cda903d'),
(42198,32,9076,NULL,2618,8,'2026-01-17 01:31:58','2026-01-17 01:31:58','b59f146f-a583-46ce-8735-3b4b198a0eeb'),
(42199,32,9076,NULL,2604,9,'2026-01-17 01:31:58','2026-01-17 01:31:58','edda0403-da5d-4d94-89e0-7716b3e0dae1'),
(42200,16,9076,NULL,9068,1,'2026-01-17 01:31:58','2026-01-17 01:31:58','4e901c42-2bdc-4c9c-8fa2-90251f9f9992'),
(42201,7,9076,NULL,605,1,'2026-01-17 01:31:58','2026-01-17 01:31:58','36134cec-3825-4187-a6b0-a45f9b492347'),
(42202,7,9076,NULL,617,2,'2026-01-17 01:31:58','2026-01-17 01:31:58','73720a30-995d-423c-a5fb-44538b409390'),
(42203,7,9076,NULL,2972,3,'2026-01-17 01:31:58','2026-01-17 01:31:58','0faa68d1-f3e7-4110-8b86-5082391300c0'),
(42206,82,9076,NULL,479,1,'2026-01-17 01:31:58','2026-01-17 01:31:58','44fe6f14-384d-4c67-badb-c6c7bd8a7728'),
(42207,82,9076,NULL,491,2,'2026-01-17 01:31:58','2026-01-17 01:31:58','2c6b6fa4-7242-46fc-99e8-337980fef61d'),
(42208,46,9076,NULL,3697,1,'2026-01-17 01:31:58','2026-01-17 01:31:58','c515cf5a-9dee-4aab-ad40-e6273f3cb537'),
(42209,57,9076,NULL,9071,1,'2026-01-17 01:31:58','2026-01-17 01:31:58','f46509e2-892d-46b4-a320-9cb471437fa8'),
(42210,57,9076,NULL,9072,2,'2026-01-17 01:31:58','2026-01-17 01:31:58','fe146e4c-039c-41c7-81e9-44c607a14590'),
(42211,57,9076,NULL,9073,3,'2026-01-17 01:31:58','2026-01-17 01:31:58','de57435b-e0ed-45cb-bb10-30bd18b5eceb'),
(42212,57,9076,NULL,9074,4,'2026-01-17 01:31:58','2026-01-17 01:31:58','76e8db8d-5027-4f4c-8b2f-f0a79d8f9c9c'),
(42213,57,9076,NULL,9075,5,'2026-01-17 01:31:58','2026-01-17 01:31:58','c6b926fd-f84f-4ccc-884a-09eea69a4bce'),
(42214,13,9076,NULL,6872,1,'2026-01-17 01:31:58','2026-01-17 01:31:58','c658a659-51a1-4405-a409-8e4a56cdf2a7'),
(42239,32,9078,NULL,2610,1,'2026-01-17 01:32:31','2026-01-17 01:32:31','c926394f-3a24-40e0-8c6b-0e755e20bbd8'),
(42240,32,9078,NULL,2598,2,'2026-01-17 01:32:31','2026-01-17 01:32:31','84a4dc64-e855-4426-b49f-55a6b7fc5e6a'),
(42241,32,9078,NULL,2608,3,'2026-01-17 01:32:31','2026-01-17 01:32:31','6e6c223a-9da1-4953-8744-e9374a75f1c2'),
(42242,32,9078,NULL,2600,4,'2026-01-17 01:32:31','2026-01-17 01:32:31','18f00990-3fc6-4a3c-90a7-85479fc9c74f'),
(42243,32,9078,NULL,2596,5,'2026-01-17 01:32:31','2026-01-17 01:32:31','89af8f81-ab46-4319-b256-dc51a664a212'),
(42244,32,9078,NULL,2602,6,'2026-01-17 01:32:31','2026-01-17 01:32:31','b44d2c2c-5731-4a86-8344-ccdacffce982'),
(42245,32,9078,NULL,2612,7,'2026-01-17 01:32:31','2026-01-17 01:32:31','7a394ba7-e71c-438f-994a-e546c77b244a'),
(42246,32,9078,NULL,2618,8,'2026-01-17 01:32:31','2026-01-17 01:32:31','8158f9bf-2378-4f97-ade1-8ca9dc32b3e4'),
(42247,32,9078,NULL,2604,9,'2026-01-17 01:32:31','2026-01-17 01:32:31','4897a21b-16e5-4f56-bba8-588967c24e9c'),
(42248,16,9078,NULL,9068,1,'2026-01-17 01:32:31','2026-01-17 01:32:31','0e56fcbb-8eea-488f-8410-455fca9f374c'),
(42249,7,9078,NULL,605,1,'2026-01-17 01:32:31','2026-01-17 01:32:31','70d02319-e3db-4551-a6f6-7db0a4891c05'),
(42250,7,9078,NULL,617,2,'2026-01-17 01:32:31','2026-01-17 01:32:31','efb9d95b-09ac-4adf-b275-996f3b1067f4'),
(42251,7,9078,NULL,2972,3,'2026-01-17 01:32:31','2026-01-17 01:32:31','17492e40-be64-4fe9-8a81-8c225aa3228d'),
(42254,82,9078,NULL,479,1,'2026-01-17 01:32:31','2026-01-17 01:32:31','09cc5b48-035b-4127-af85-6280058cd7bc'),
(42255,82,9078,NULL,491,2,'2026-01-17 01:32:31','2026-01-17 01:32:31','50fe6de0-3d8e-4437-af76-78b23773283c'),
(42256,46,9078,NULL,3697,1,'2026-01-17 01:32:31','2026-01-17 01:32:31','69c5454c-5cf9-48bb-9b8b-8f495a464cb2'),
(42257,57,9078,NULL,9071,1,'2026-01-17 01:32:31','2026-01-17 01:32:31','2967a62a-41f2-4fa5-93e4-642007131efd'),
(42258,57,9078,NULL,9072,2,'2026-01-17 01:32:31','2026-01-17 01:32:31','dbd9212a-4d2e-4fc4-9f48-737bc4362b20'),
(42259,57,9078,NULL,9073,3,'2026-01-17 01:32:31','2026-01-17 01:32:31','51eb3882-dea7-46d7-8bcf-bea53ace9e8a'),
(42260,57,9078,NULL,9074,4,'2026-01-17 01:32:31','2026-01-17 01:32:31','9ff64edc-3aa6-44bd-a754-6065dcd14e3e'),
(42261,57,9078,NULL,9075,5,'2026-01-17 01:32:31','2026-01-17 01:32:31','608ed0e6-5cd4-42d4-92cc-15604505a746'),
(42262,13,9078,NULL,6872,1,'2026-01-17 01:32:31','2026-01-17 01:32:31','ac370d14-318e-449a-bd8d-8f38686f72e9'),
(42277,16,1323,NULL,9080,1,'2026-01-17 01:35:22','2026-01-17 01:35:22','59dee2c7-4427-48e4-a4a3-8a70d932d9ab'),
(42278,7,1323,NULL,605,1,'2026-01-17 01:35:22','2026-01-17 01:35:22','eba8444e-5f49-4b32-9767-9c1edb88369e'),
(42279,7,1323,NULL,617,2,'2026-01-17 01:35:22','2026-01-17 01:35:22','b6914b7c-4dc7-4766-8e3f-45d750f797db'),
(42280,32,9081,NULL,2610,1,'2026-01-17 01:35:22','2026-01-17 01:35:22','c1220e02-5be8-4629-a0f9-5330dc4a02f5'),
(42281,32,9081,NULL,2598,2,'2026-01-17 01:35:22','2026-01-17 01:35:22','9a790bad-736e-4bec-b6d6-ddbb56895e6f'),
(42282,32,9081,NULL,2608,3,'2026-01-17 01:35:22','2026-01-17 01:35:22','d05ae872-48c1-4db3-aed8-3ac6c5d3f404'),
(42283,32,9081,NULL,2600,4,'2026-01-17 01:35:22','2026-01-17 01:35:22','fc3fd74e-9543-4b2e-acd1-400398d57541'),
(42284,32,9081,NULL,2596,5,'2026-01-17 01:35:22','2026-01-17 01:35:22','c64021a1-e608-4a74-980c-a3f91db87694'),
(42285,32,9081,NULL,2602,6,'2026-01-17 01:35:22','2026-01-17 01:35:22','45e9c592-e4cc-4afe-81eb-092042b3d6e1'),
(42286,32,9081,NULL,2612,7,'2026-01-17 01:35:22','2026-01-17 01:35:22','0822348f-bc8b-4b56-96e0-c7f5e86f9d4d'),
(42287,32,9081,NULL,2604,8,'2026-01-17 01:35:22','2026-01-17 01:35:22','f0a6d25a-6f27-4d3f-b4b1-e78246ccb509'),
(42288,16,9081,NULL,9080,1,'2026-01-17 01:35:22','2026-01-17 01:35:22','114e9c1f-0dbd-4190-b2f9-2581f81271ce'),
(42289,7,9081,NULL,605,1,'2026-01-17 01:35:22','2026-01-17 01:35:22','75225d35-2552-4dc1-9359-b0a52080cfda'),
(42290,7,9081,NULL,617,2,'2026-01-17 01:35:22','2026-01-17 01:35:22','a38ea899-cea2-44e3-ae43-386df0a61b0f'),
(42291,82,9081,NULL,479,1,'2026-01-17 01:35:22','2026-01-17 01:35:22','c74dc984-b673-4428-9348-7782523b5f76'),
(42292,82,9081,NULL,491,2,'2026-01-17 01:35:22','2026-01-17 01:35:22','3fb59e86-8205-40d6-ab74-fb450f3e4e14'),
(42314,57,1323,NULL,9087,1,'2026-01-17 01:36:01','2026-01-17 01:36:01','88e3b48f-164f-4877-8334-c24c35c78eb6'),
(42315,57,1323,NULL,9088,2,'2026-01-17 01:36:01','2026-01-17 01:36:01','6d47e199-20fe-4670-b879-5eb6031178a5'),
(42316,57,1323,NULL,9086,3,'2026-01-17 01:36:01','2026-01-17 01:36:01','73e33c9e-7c70-4d5f-89a4-1b7e73e1d940'),
(42317,57,1323,NULL,9083,4,'2026-01-17 01:36:01','2026-01-17 01:36:01','fb3c9ef0-05d2-4ec0-9923-d06361ed7f63'),
(42318,57,1323,NULL,9085,5,'2026-01-17 01:36:01','2026-01-17 01:36:01','8882a505-df47-44fc-9fb1-af5bec81ed17'),
(42319,57,1323,NULL,9084,6,'2026-01-17 01:36:01','2026-01-17 01:36:01','e27cc504-e923-4b1b-a3b1-374b1432fd85'),
(42320,32,9089,NULL,2610,1,'2026-01-17 01:36:01','2026-01-17 01:36:01','b26d0043-e1f8-4ab2-882f-450654c091bf'),
(42321,32,9089,NULL,2598,2,'2026-01-17 01:36:01','2026-01-17 01:36:01','17304766-6f5f-4e82-b613-1600c99f5fa2'),
(42322,32,9089,NULL,2608,3,'2026-01-17 01:36:01','2026-01-17 01:36:01','e52e00b6-c96c-4b35-b88a-dcecbf5df0f8'),
(42323,32,9089,NULL,2600,4,'2026-01-17 01:36:01','2026-01-17 01:36:01','a177084b-6fb2-4ffa-8d2f-6172d80ee566'),
(42324,32,9089,NULL,2596,5,'2026-01-17 01:36:01','2026-01-17 01:36:01','c43348d7-91bf-4bb6-82d0-3c0336a1498d'),
(42325,32,9089,NULL,2602,6,'2026-01-17 01:36:01','2026-01-17 01:36:01','31ec24c7-a22f-4641-b0f5-04ea902423db'),
(42326,32,9089,NULL,2612,7,'2026-01-17 01:36:01','2026-01-17 01:36:01','f6fa10e9-e1c8-4348-97a1-34b0e30aac61'),
(42327,32,9089,NULL,2604,8,'2026-01-17 01:36:01','2026-01-17 01:36:01','86506f02-9a7d-4178-a577-d6b89245dd47'),
(42328,16,9089,NULL,9080,1,'2026-01-17 01:36:01','2026-01-17 01:36:01','e4fe8a74-cf00-4246-8271-19e89bdac471'),
(42329,7,9089,NULL,605,1,'2026-01-17 01:36:01','2026-01-17 01:36:01','931edc6d-9352-4e34-92ef-97eddef93e5c'),
(42330,7,9089,NULL,617,2,'2026-01-17 01:36:01','2026-01-17 01:36:01','1d383171-920b-4ae3-81e0-394ac2e8c642'),
(42331,82,9089,NULL,479,1,'2026-01-17 01:36:01','2026-01-17 01:36:01','e8200f5b-ce89-4c98-9e92-acfeb4836e6e'),
(42332,82,9089,NULL,491,2,'2026-01-17 01:36:01','2026-01-17 01:36:01','40058268-2637-4b3f-be56-f050f4236ac4'),
(42333,57,9089,NULL,9087,1,'2026-01-17 01:36:01','2026-01-17 01:36:01','a3880827-40a4-4e1e-93d5-df807037babb'),
(42334,57,9089,NULL,9088,2,'2026-01-17 01:36:01','2026-01-17 01:36:01','9fbb1ab9-b427-4107-a28d-0ab24db3409b'),
(42335,57,9089,NULL,9086,3,'2026-01-17 01:36:01','2026-01-17 01:36:01','0ad475a0-4b24-4b3a-be26-d985b735f068'),
(42336,57,9089,NULL,9083,4,'2026-01-17 01:36:01','2026-01-17 01:36:01','7c6e3ca3-a9c7-4909-b93b-e7d66a54d452'),
(42337,57,9089,NULL,9085,5,'2026-01-17 01:36:01','2026-01-17 01:36:01','6a54e626-018e-4e49-9b61-687646b56286'),
(42338,57,9089,NULL,9084,6,'2026-01-17 01:36:01','2026-01-17 01:36:01','d35192d2-c22e-427e-9b84-501c3067c30c'),
(42361,32,9092,NULL,2610,1,'2026-01-17 01:37:11','2026-01-17 01:37:11','26f0606d-bd71-4d4a-b429-b7dbfee5e043'),
(42362,32,9092,NULL,2598,2,'2026-01-17 01:37:11','2026-01-17 01:37:11','ab53ecd7-b48b-437a-bca2-2714d98077a4'),
(42363,32,9092,NULL,2608,3,'2026-01-17 01:37:11','2026-01-17 01:37:11','2ccc37af-0484-4362-a453-7dd630414da8'),
(42364,32,9092,NULL,2600,4,'2026-01-17 01:37:11','2026-01-17 01:37:11','34807677-74c8-4381-9a05-52792993f1d8'),
(42365,32,9092,NULL,2596,5,'2026-01-17 01:37:11','2026-01-17 01:37:11','0c8f07d0-b14f-4ec7-a076-72fac18cfd7f'),
(42366,32,9092,NULL,2602,6,'2026-01-17 01:37:11','2026-01-17 01:37:11','c0220073-e966-4560-85f8-52bc22faa8d6'),
(42367,32,9092,NULL,2612,7,'2026-01-17 01:37:11','2026-01-17 01:37:11','f3a109a8-679c-4501-9d00-126fd7787dff'),
(42368,32,9092,NULL,2604,8,'2026-01-17 01:37:11','2026-01-17 01:37:11','4510dcc9-191c-4586-96af-d3d2cec69f1b'),
(42369,16,9092,NULL,9080,1,'2026-01-17 01:37:11','2026-01-17 01:37:11','68a24201-296b-4f2e-9fea-b37facae81e9'),
(42370,7,9092,NULL,605,1,'2026-01-17 01:37:11','2026-01-17 01:37:11','8f824177-60bd-428a-b781-fa1c22bef56a'),
(42371,7,9092,NULL,617,2,'2026-01-17 01:37:11','2026-01-17 01:37:11','c5b8cc83-d4ab-4f11-89bc-83cac5e3b4c2'),
(42372,82,9092,NULL,479,1,'2026-01-17 01:37:11','2026-01-17 01:37:11','7d6a5167-9858-435b-98f0-d1b7ad8073aa'),
(42373,82,9092,NULL,491,2,'2026-01-17 01:37:11','2026-01-17 01:37:11','e146726d-e4cc-4bcc-9578-efc736ed2811'),
(42374,57,9092,NULL,9087,1,'2026-01-17 01:37:11','2026-01-17 01:37:11','bdfd8b84-346d-4232-ba3a-6564cf5b57ca'),
(42375,57,9092,NULL,9088,2,'2026-01-17 01:37:11','2026-01-17 01:37:11','c0240ca5-7705-4e58-8f05-cd141a5eb666'),
(42376,57,9092,NULL,9086,3,'2026-01-17 01:37:11','2026-01-17 01:37:11','4878b17e-a61c-4de5-b027-43d3f2e52317'),
(42377,57,9092,NULL,9083,4,'2026-01-17 01:37:11','2026-01-17 01:37:11','dd5f86b3-6ec5-4d94-9f4d-fdd0162d18bb'),
(42378,57,9092,NULL,9085,5,'2026-01-17 01:37:11','2026-01-17 01:37:11','78d2e6bd-3da5-4b5a-a510-b38de02636fc'),
(42379,57,9092,NULL,9084,6,'2026-01-17 01:37:11','2026-01-17 01:37:11','875cb223-0e0c-488b-9738-5abc91a30874'),
(42396,16,1329,NULL,9095,1,'2026-01-17 01:39:45','2026-01-17 01:39:45','d579a889-bdb8-4076-8db8-152f9788659c'),
(42397,7,1329,NULL,605,3,'2026-01-17 01:39:45','2026-01-17 20:14:11','5fd41c53-e3b4-4ac4-a3ed-650afdf0454e'),
(42398,7,1329,NULL,617,2,'2026-01-17 01:39:45','2026-01-17 01:39:45','72343299-be37-4f0d-8bba-2df71bf500e9'),
(42399,32,9096,NULL,2614,1,'2026-01-17 01:39:45','2026-01-17 01:39:45','cf090628-37d2-458d-9250-c07058db8b69'),
(42400,32,9096,NULL,2610,2,'2026-01-17 01:39:45','2026-01-17 01:39:45','13e93873-1dab-4850-a8dd-ad8f82a6a69c'),
(42401,32,9096,NULL,2598,3,'2026-01-17 01:39:45','2026-01-17 01:39:45','343fbbae-633a-492e-b1ad-143fc9847466'),
(42402,32,9096,NULL,2608,4,'2026-01-17 01:39:45','2026-01-17 01:39:45','b1b8e963-f691-4395-9502-9008df9e7373'),
(42403,32,9096,NULL,2600,5,'2026-01-17 01:39:45','2026-01-17 01:39:45','bd734b45-5dff-41af-9b9e-f7e625efa3b9'),
(42404,32,9096,NULL,2596,6,'2026-01-17 01:39:45','2026-01-17 01:39:45','45da8623-3288-4d10-b179-d0e7aaf03a83'),
(42405,32,9096,NULL,2602,7,'2026-01-17 01:39:45','2026-01-17 01:39:45','6fcd28a8-ccb2-4948-89e1-4fe5ff147754'),
(42406,32,9096,NULL,2612,8,'2026-01-17 01:39:45','2026-01-17 01:39:45','839ebad7-77ff-4081-849b-e93147f524c5'),
(42407,32,9096,NULL,2604,9,'2026-01-17 01:39:45','2026-01-17 01:39:45','7ba42fe0-7839-46e6-81c2-a6266785584c'),
(42408,16,9096,NULL,9095,1,'2026-01-17 01:39:45','2026-01-17 01:39:45','11b659a7-7c19-4548-9d9b-aee1bb1584b5'),
(42409,7,9096,NULL,605,1,'2026-01-17 01:39:45','2026-01-17 01:39:45','be73d3b0-7b14-4842-a981-3c267b80dec5'),
(42410,7,9096,NULL,617,2,'2026-01-17 01:39:45','2026-01-17 01:39:45','da09b766-8331-44c5-9c0b-451e7e006c62'),
(42411,82,9096,NULL,479,1,'2026-01-17 01:39:45','2026-01-17 01:39:45','f323dabf-58ce-4258-96be-2b1bfd2fec80'),
(42412,46,9096,NULL,7381,1,'2026-01-17 01:39:45','2026-01-17 01:39:45','6f7c2e32-465a-43e9-bcb2-1cf58151fc26'),
(42429,32,9098,NULL,2614,1,'2026-01-17 01:39:57','2026-01-17 01:39:57','65eb48dd-fb25-431a-ae3d-bfc4e05e0698'),
(42430,32,9098,NULL,2610,2,'2026-01-17 01:39:57','2026-01-17 01:39:57','6728d5d3-19a2-4849-b847-78e8e4b5a659'),
(42431,32,9098,NULL,2598,3,'2026-01-17 01:39:57','2026-01-17 01:39:57','d15df543-3575-4dfb-a949-fc44bfed7974'),
(42432,32,9098,NULL,2608,4,'2026-01-17 01:39:57','2026-01-17 01:39:57','f9442260-5305-4c8d-80cd-8cb80f4c5f26'),
(42433,32,9098,NULL,2600,5,'2026-01-17 01:39:57','2026-01-17 01:39:57','fa174b3d-3e78-4df9-a85e-2d28f3d0cc8c'),
(42434,32,9098,NULL,2596,6,'2026-01-17 01:39:57','2026-01-17 01:39:57','08629ed9-2be1-4b6a-8c0b-8f8a7d3f2968'),
(42435,32,9098,NULL,2602,7,'2026-01-17 01:39:57','2026-01-17 01:39:57','243cbd89-e54f-4f76-b69e-ccf16c398950'),
(42436,32,9098,NULL,2612,8,'2026-01-17 01:39:57','2026-01-17 01:39:57','35af4ffe-fe51-4d88-b959-c77f1583223e'),
(42437,32,9098,NULL,2604,9,'2026-01-17 01:39:57','2026-01-17 01:39:57','4cb9bf46-39b6-41da-87de-58249ee1e4e5'),
(42438,16,9098,NULL,9095,1,'2026-01-17 01:39:57','2026-01-17 01:39:57','263ce552-48ed-4a3f-a3be-a78fc39aa41c'),
(42439,7,9098,NULL,605,1,'2026-01-17 01:39:57','2026-01-17 01:39:57','809b6684-a8ed-4e35-81b3-264282722025'),
(42440,7,9098,NULL,617,2,'2026-01-17 01:39:57','2026-01-17 01:39:57','4230fe31-7c93-4566-a0f5-e91ab083cee5'),
(42441,82,9098,NULL,479,1,'2026-01-17 01:39:57','2026-01-17 01:39:57','1f8abb92-b19e-4e90-b2be-7ab1057d7d53'),
(42463,57,1329,NULL,9100,1,'2026-01-17 01:40:39','2026-01-17 01:40:39','e463d2d8-07cc-45cd-89c5-5fe2b68b6b09'),
(42464,57,1329,NULL,9102,2,'2026-01-17 01:40:39','2026-01-17 01:40:39','f9d591e4-380e-4d14-8cd2-1d9f17cf2323'),
(42465,57,1329,NULL,9103,3,'2026-01-17 01:40:39','2026-01-17 01:40:39','3311cfc0-0908-4fcd-bfda-4d305a1a1085'),
(42466,57,1329,NULL,9104,4,'2026-01-17 01:40:39','2026-01-17 01:40:39','fef712b1-4a2a-4ca9-a8cd-7401fe382243'),
(42467,57,1329,NULL,9101,5,'2026-01-17 01:40:39','2026-01-17 01:40:39','eb790f92-0223-484a-ad8d-7d80512c47ce'),
(42468,57,1329,NULL,9105,6,'2026-01-17 01:40:39','2026-01-17 01:40:39','47425a39-7c1c-48dc-81fe-e5478dcb7123'),
(42469,32,9106,NULL,2614,1,'2026-01-17 01:40:39','2026-01-17 01:40:39','3c751242-654d-4856-945f-1163f4da4df1'),
(42470,32,9106,NULL,2610,2,'2026-01-17 01:40:39','2026-01-17 01:40:39','475ae7f8-3ec3-4075-bd2e-b345fe21a7fa'),
(42471,32,9106,NULL,2598,3,'2026-01-17 01:40:39','2026-01-17 01:40:39','0f80d072-ae48-4a3a-a460-8a8e998b5988'),
(42472,32,9106,NULL,2608,4,'2026-01-17 01:40:39','2026-01-17 01:40:39','deda9677-158d-45a2-bf28-a2b1fd405cb2'),
(42473,32,9106,NULL,2600,5,'2026-01-17 01:40:39','2026-01-17 01:40:39','9bb75866-ee04-4d5d-8bad-a18527a2deed'),
(42474,32,9106,NULL,2596,6,'2026-01-17 01:40:39','2026-01-17 01:40:39','cb82e15e-10d2-46f7-b7be-47bf21f0aba7'),
(42475,32,9106,NULL,2602,7,'2026-01-17 01:40:39','2026-01-17 01:40:39','b18f3fc4-6ba2-42a9-9859-dd07b98257cd'),
(42476,32,9106,NULL,2612,8,'2026-01-17 01:40:39','2026-01-17 01:40:39','5f15b8fa-8b78-4b88-bc71-487c3b46bb93'),
(42477,32,9106,NULL,2604,9,'2026-01-17 01:40:39','2026-01-17 01:40:39','276fd5bc-f8e6-4ae8-9190-c69f8b9b7bde'),
(42478,16,9106,NULL,9095,1,'2026-01-17 01:40:39','2026-01-17 01:40:39','5de66bd7-836b-4d7d-a702-45d9a473bd31'),
(42479,7,9106,NULL,605,1,'2026-01-17 01:40:39','2026-01-17 01:40:39','cfd38ed9-e86e-4809-9974-cffb7eb734c4'),
(42480,7,9106,NULL,617,2,'2026-01-17 01:40:39','2026-01-17 01:40:39','9cd86432-c4fb-44a6-b756-07355c080a38'),
(42481,82,9106,NULL,479,1,'2026-01-17 01:40:39','2026-01-17 01:40:39','daa36c1e-b136-43b8-9264-1b6d563d9fad'),
(42482,57,9106,NULL,9100,1,'2026-01-17 01:40:39','2026-01-17 01:40:39','44d9d2a6-0e70-4bc8-aed5-2bfb7e3c08e6'),
(42483,57,9106,NULL,9102,2,'2026-01-17 01:40:39','2026-01-17 01:40:39','7b2920b6-628c-4c8c-9658-b0eff71eb1f1'),
(42484,57,9106,NULL,9103,3,'2026-01-17 01:40:39','2026-01-17 01:40:39','fca80898-fa6d-4363-8087-cd55d2badb36'),
(42485,57,9106,NULL,9104,4,'2026-01-17 01:40:39','2026-01-17 01:40:39','ec3aa9ef-e024-4261-8122-9ccbaee1cf02'),
(42486,57,9106,NULL,9101,5,'2026-01-17 01:40:39','2026-01-17 01:40:39','6f3a16d2-1a17-4634-90c9-aa2a52b60f66'),
(42487,57,9106,NULL,9105,6,'2026-01-17 01:40:39','2026-01-17 01:40:39','aafcb40e-f4a5-4a02-b71f-57eeef495da1'),
(42509,32,9108,NULL,2614,1,'2026-01-17 01:41:37','2026-01-17 01:41:37','b7863504-121d-45ce-9e43-c1990f5eec98'),
(42510,32,9108,NULL,2610,2,'2026-01-17 01:41:37','2026-01-17 01:41:37','75983304-6866-4de0-8adb-c40a1dccc0e4'),
(42511,32,9108,NULL,2598,3,'2026-01-17 01:41:37','2026-01-17 01:41:37','19aafdb1-394e-4016-bdc9-1f1ca7e5b3c8'),
(42512,32,9108,NULL,2608,4,'2026-01-17 01:41:37','2026-01-17 01:41:37','c19d2a2f-aa77-4e05-97bf-f70dde628380'),
(42513,32,9108,NULL,2600,5,'2026-01-17 01:41:37','2026-01-17 01:41:37','87badb87-c94d-4db9-b75c-525d47d04c41'),
(42514,32,9108,NULL,2596,6,'2026-01-17 01:41:37','2026-01-17 01:41:37','6b86ba38-1d56-4a4b-a04c-3497727bf7ea'),
(42515,32,9108,NULL,2602,7,'2026-01-17 01:41:37','2026-01-17 01:41:37','1bbf0194-ed9f-42ba-a346-a928baa7242e'),
(42516,32,9108,NULL,2612,8,'2026-01-17 01:41:37','2026-01-17 01:41:37','942df0d0-9e06-4ddf-8139-9374a3e4b71b'),
(42517,32,9108,NULL,2604,9,'2026-01-17 01:41:37','2026-01-17 01:41:37','88cdf471-b57e-4ca8-b198-deb0159648e7'),
(42518,16,9108,NULL,9095,1,'2026-01-17 01:41:37','2026-01-17 01:41:37','273fb935-992b-48f8-b354-0579e75d8713'),
(42519,7,9108,NULL,605,1,'2026-01-17 01:41:37','2026-01-17 01:41:37','356fd5cd-ecaf-4b5f-9f4f-32a079b0cccc'),
(42520,7,9108,NULL,617,2,'2026-01-17 01:41:37','2026-01-17 01:41:37','ea2c139e-d245-43c6-a894-3330b83ed648'),
(42521,82,9108,NULL,479,1,'2026-01-17 01:41:37','2026-01-17 01:41:37','60b75c00-36f8-421d-87c8-53c8a937bf04'),
(42522,57,9108,NULL,9100,1,'2026-01-17 01:41:37','2026-01-17 01:41:37','070180f0-92c1-43a8-b35c-4e2de0266000'),
(42523,57,9108,NULL,9102,2,'2026-01-17 01:41:37','2026-01-17 01:41:37','050b0fc8-1468-4fd1-a31b-c99b3c66c122'),
(42524,57,9108,NULL,9103,3,'2026-01-17 01:41:37','2026-01-17 01:41:37','1e469310-2cba-4f4b-ac99-86f1fc10f2d8'),
(42525,57,9108,NULL,9104,4,'2026-01-17 01:41:37','2026-01-17 01:41:37','2540d575-4d1f-42a9-924a-20e31687b557'),
(42526,57,9108,NULL,9101,5,'2026-01-17 01:41:37','2026-01-17 01:41:37','ae47b164-53ed-4cb6-9a23-21a236f8ef90'),
(42527,57,9108,NULL,9105,6,'2026-01-17 01:41:37','2026-01-17 01:41:37','e7bfae45-9f35-48ac-beb4-0a3c75924a00'),
(42549,32,9110,NULL,2614,1,'2026-01-17 01:41:59','2026-01-17 01:41:59','ae35de3c-616f-4636-a973-f3ec23c2c6f6'),
(42550,32,9110,NULL,2610,2,'2026-01-17 01:41:59','2026-01-17 01:41:59','5867204e-0b74-4aba-bc3b-aecf8294194b'),
(42551,32,9110,NULL,2598,3,'2026-01-17 01:41:59','2026-01-17 01:41:59','facfd76c-8927-4172-9ed3-9a463e6d0b69'),
(42552,32,9110,NULL,2608,4,'2026-01-17 01:41:59','2026-01-17 01:41:59','0c0a1ff2-cb1e-4adb-9108-f35b8a91bcfa'),
(42553,32,9110,NULL,2600,5,'2026-01-17 01:41:59','2026-01-17 01:41:59','8118a817-b9d4-4551-ab29-27d0289370db'),
(42554,32,9110,NULL,2596,6,'2026-01-17 01:41:59','2026-01-17 01:41:59','aabda308-b35f-4d9e-a9d6-f3117b34b1ef'),
(42555,32,9110,NULL,2602,7,'2026-01-17 01:41:59','2026-01-17 01:41:59','2f53b19c-65e8-4363-98a6-8096d6f0f7e9'),
(42556,32,9110,NULL,2612,8,'2026-01-17 01:41:59','2026-01-17 01:41:59','328c513c-36bc-49a6-b639-5d5641863478'),
(42557,32,9110,NULL,2604,9,'2026-01-17 01:41:59','2026-01-17 01:41:59','6b08b654-e5f4-4af2-93c2-5577a7c2846c'),
(42558,16,9110,NULL,9095,1,'2026-01-17 01:41:59','2026-01-17 01:41:59','22566621-b342-4f5c-9213-d86a7a67f72d'),
(42559,7,9110,NULL,605,1,'2026-01-17 01:41:59','2026-01-17 01:41:59','eeb93907-3eb5-4eee-8115-34122e39ef85'),
(42560,7,9110,NULL,617,2,'2026-01-17 01:41:59','2026-01-17 01:41:59','e72854f0-29d5-45de-9549-c9a02c3fa259'),
(42561,82,9110,NULL,479,1,'2026-01-17 01:41:59','2026-01-17 01:41:59','70a962a0-081b-4472-86bd-bbf389e81a76'),
(42562,57,9110,NULL,9100,1,'2026-01-17 01:41:59','2026-01-17 01:41:59','b14b0871-79ab-4a31-bf1b-d1de0bb5536e'),
(42563,57,9110,NULL,9102,2,'2026-01-17 01:41:59','2026-01-17 01:41:59','3d645934-8e45-4aa3-9365-e4f1d8a8b0d9'),
(42564,57,9110,NULL,9103,3,'2026-01-17 01:41:59','2026-01-17 01:41:59','7d37ba3c-49ad-46b4-8725-c9a41610c40f'),
(42565,57,9110,NULL,9104,4,'2026-01-17 01:41:59','2026-01-17 01:41:59','f71d9da6-b799-4616-98b3-7d7946822597'),
(42566,57,9110,NULL,9101,5,'2026-01-17 01:41:59','2026-01-17 01:41:59','b077e84b-1399-4436-b358-2df56b1a799e'),
(42567,57,9110,NULL,9105,6,'2026-01-17 01:41:59','2026-01-17 01:41:59','ef095d06-d985-4b28-8975-baf0d40ae827'),
(42594,32,9112,NULL,2610,1,'2026-01-17 01:42:48','2026-01-17 01:42:48','9bd578f1-d7e9-4744-9ed2-dc07b6e22322'),
(42595,32,9112,NULL,2598,2,'2026-01-17 01:42:48','2026-01-17 01:42:48','48d22eb2-81e0-4afd-bf25-0b9d3491a1b2'),
(42596,32,9112,NULL,2608,3,'2026-01-17 01:42:48','2026-01-17 01:42:48','84872480-3931-46ab-b1fb-5da920569aa9'),
(42597,32,9112,NULL,2624,4,'2026-01-17 01:42:48','2026-01-17 01:42:48','6dde0d77-557a-43ae-b3c5-6657e6ca9673'),
(42598,32,9112,NULL,2600,5,'2026-01-17 01:42:48','2026-01-17 01:42:48','df583ee6-cc3f-436f-861c-7fb918669c78'),
(42599,32,9112,NULL,2596,6,'2026-01-17 01:42:48','2026-01-17 01:42:48','21d2e07c-afc1-44b9-aabe-bd789a27e1d6'),
(42600,32,9112,NULL,2602,7,'2026-01-17 01:42:48','2026-01-17 01:42:48','71424957-e99c-4d46-b116-96ab72f89389'),
(42601,32,9112,NULL,2606,8,'2026-01-17 01:42:48','2026-01-17 01:42:48','5361b47b-2f40-496e-917f-1573e17620ba'),
(42602,32,9112,NULL,2612,9,'2026-01-17 01:42:48','2026-01-17 01:42:48','e5d19e1e-672a-4562-a5aa-061afc05b49b'),
(42603,32,9112,NULL,2604,10,'2026-01-17 01:42:48','2026-01-17 01:42:48','ffac792d-055d-4a23-863e-68d17afb199d'),
(42604,16,9112,NULL,5140,1,'2026-01-17 01:42:48','2026-01-17 01:42:48','8d6bef8e-e842-4d26-a9ef-7b6dda94ee69'),
(42606,7,9112,NULL,617,2,'2026-01-17 01:42:48','2026-01-17 01:42:48','09b0003a-7221-4de0-abb6-98d9c2049b8e'),
(42607,7,9112,NULL,605,3,'2026-01-17 01:42:48','2026-01-17 01:42:48','3c26edd7-435e-4627-874c-f314f2e78a86'),
(42608,82,9112,NULL,491,1,'2026-01-17 01:42:48','2026-01-17 01:42:48','a8e2bf2f-ac52-4c65-a60c-4e772e622457'),
(42609,46,9112,NULL,2891,1,'2026-01-17 01:42:48','2026-01-17 01:42:48','f6f31330-16c6-495a-91c2-4745c6490464'),
(42610,57,9112,NULL,5146,1,'2026-01-17 01:42:48','2026-01-17 01:42:48','1d7032ce-fe12-4010-980d-8702b1c4263e'),
(42611,57,9112,NULL,5147,2,'2026-01-17 01:42:48','2026-01-17 01:42:48','208f3f78-99e1-4346-a2b7-66a1ced8c0b5'),
(42612,57,9112,NULL,5148,3,'2026-01-17 01:42:48','2026-01-17 01:42:48','eb5e7671-2b51-4c92-ae41-fbabdffd7037'),
(42613,57,9112,NULL,5149,4,'2026-01-17 01:42:48','2026-01-17 01:42:48','6d10a896-db71-4cfc-ac43-455cfdf0ab51'),
(42614,57,9112,NULL,5150,5,'2026-01-17 01:42:48','2026-01-17 01:42:48','e95ef054-17f3-4636-8636-8f33c8da142c'),
(42615,57,9112,NULL,5151,6,'2026-01-17 01:42:48','2026-01-17 01:42:48','539380b9-d86a-447b-baeb-1dbffe71fbfd'),
(42616,57,9112,NULL,5152,7,'2026-01-17 01:42:48','2026-01-17 01:42:48','9bf325ee-d7dc-4667-8057-5e1812807706'),
(42617,57,9112,NULL,5153,8,'2026-01-17 01:42:48','2026-01-17 01:42:48','9a4e4e82-9741-4a45-86a4-a84f3977de4a'),
(42618,13,9112,NULL,6882,1,'2026-01-17 01:42:48','2026-01-17 01:42:48','f1be0120-dede-414b-a14d-0b735fc11b4e'),
(42644,32,9114,NULL,2610,1,'2026-01-17 01:43:48','2026-01-17 01:43:48','6a65b447-1567-4c6e-896e-b828e2e9e938'),
(42645,32,9114,NULL,2598,2,'2026-01-17 01:43:48','2026-01-17 01:43:48','88d792b2-b935-462d-a6cf-061e0ba0e694'),
(42646,32,9114,NULL,2608,3,'2026-01-17 01:43:48','2026-01-17 01:43:48','867c8f29-8b92-411a-8075-df549ac18aec'),
(42647,32,9114,NULL,2624,4,'2026-01-17 01:43:48','2026-01-17 01:43:48','abb7b350-c2aa-49df-bf00-450533fb5a7c'),
(42648,32,9114,NULL,2600,5,'2026-01-17 01:43:48','2026-01-17 01:43:48','76a05383-c123-4769-acc8-2659d2e7b7f9'),
(42649,32,9114,NULL,2596,6,'2026-01-17 01:43:48','2026-01-17 01:43:48','256e17e5-39e1-4e91-bf83-7757ee521a0e'),
(42650,32,9114,NULL,2602,7,'2026-01-17 01:43:48','2026-01-17 01:43:48','fb4ef771-82f1-4c4f-b73f-6079c9e07f6d'),
(42651,32,9114,NULL,2606,8,'2026-01-17 01:43:48','2026-01-17 01:43:48','0aef2383-cb86-48eb-897f-01e3fff67064'),
(42652,32,9114,NULL,2612,9,'2026-01-17 01:43:48','2026-01-17 01:43:48','d95b4cd7-2d2c-4476-99dd-2ed2268c8a87'),
(42653,32,9114,NULL,2604,10,'2026-01-17 01:43:48','2026-01-17 01:43:48','93b5449d-e08c-42af-9dac-df9092f42032'),
(42654,16,9114,NULL,5140,1,'2026-01-17 01:43:48','2026-01-17 01:43:48','c5a02aed-e5ef-48b8-9c2e-d4bb4764a0de'),
(42656,7,9114,NULL,617,2,'2026-01-17 01:43:48','2026-01-17 01:43:48','8682d064-177f-4943-8eaf-a322c93ae006'),
(42657,7,9114,NULL,605,3,'2026-01-17 01:43:48','2026-01-17 01:43:48','ffdf7542-2b4f-4865-96a6-0a033aa13980'),
(42658,82,9114,NULL,491,1,'2026-01-17 01:43:48','2026-01-17 01:43:48','9d811324-bc09-49cf-ab75-944e4724e4ea'),
(42659,46,9114,NULL,2891,1,'2026-01-17 01:43:48','2026-01-17 01:43:48','2e653a36-46c9-4926-bc4c-7fb90f2763c6'),
(42660,57,9114,NULL,5146,1,'2026-01-17 01:43:48','2026-01-17 01:43:48','4de0b19e-77ad-4984-98f5-c45b2a28eef6'),
(42661,57,9114,NULL,5147,2,'2026-01-17 01:43:48','2026-01-17 01:43:48','f969a85f-fd96-44a5-b121-4261e2070d87'),
(42662,57,9114,NULL,5148,3,'2026-01-17 01:43:48','2026-01-17 01:43:48','fc716ce5-a457-4344-8ed7-4b0fa46d497c'),
(42663,57,9114,NULL,5149,4,'2026-01-17 01:43:48','2026-01-17 01:43:48','0fa4ff6d-85d3-47c5-80d0-08860b6a03d4'),
(42664,57,9114,NULL,5150,5,'2026-01-17 01:43:48','2026-01-17 01:43:48','f95548aa-68dc-4a66-86d5-f9d73c023199'),
(42665,57,9114,NULL,5151,6,'2026-01-17 01:43:48','2026-01-17 01:43:48','6897a8cd-2061-497f-9cf2-1fb0b4d06107'),
(42666,57,9114,NULL,5152,7,'2026-01-17 01:43:48','2026-01-17 01:43:48','59b979cd-9c53-482e-8914-31d56f6097e8'),
(42667,57,9114,NULL,5153,8,'2026-01-17 01:43:48','2026-01-17 01:43:48','cb829626-1bb4-4ca7-b6fc-c4d5a134c54b'),
(42668,13,9114,NULL,6882,1,'2026-01-17 01:43:48','2026-01-17 01:43:48','d61e62df-b36b-4d1d-b86c-e0a8db40f0fc'),
(42691,32,9116,NULL,2610,1,'2026-01-17 01:44:47','2026-01-17 01:44:47','fdeeef1b-1ba8-4063-a1a6-1e9038ffb382'),
(42692,32,9116,NULL,2598,2,'2026-01-17 01:44:47','2026-01-17 01:44:47','e98d408d-07ab-4a9b-8967-12a8439bdaba'),
(42693,32,9116,NULL,2608,3,'2026-01-17 01:44:47','2026-01-17 01:44:47','4881938c-0cad-4900-8622-bcd91f91ccf2'),
(42694,32,9116,NULL,2600,4,'2026-01-17 01:44:47','2026-01-17 01:44:47','69540a48-f33d-401c-98ea-9f5a2cebc346'),
(42695,32,9116,NULL,2602,5,'2026-01-17 01:44:47','2026-01-17 01:44:47','1668bd51-80ec-4bc9-9cdc-f9ddbd2b9416'),
(42696,32,9116,NULL,2612,6,'2026-01-17 01:44:47','2026-01-17 01:44:47','b4c977eb-5b51-4930-89eb-f6d41d1a48a1'),
(42697,32,9116,NULL,2604,7,'2026-01-17 01:44:47','2026-01-17 01:44:47','712631cb-7690-448f-9f83-29eb267adb88'),
(42698,32,9116,NULL,2596,8,'2026-01-17 01:44:47','2026-01-17 01:44:47','d92d544d-f220-417a-992c-9af40c2c84c8'),
(42699,16,9116,NULL,5213,1,'2026-01-17 01:44:47','2026-01-17 01:44:47','33528c9b-916b-4e0b-8440-2acbeb310320'),
(42700,7,9116,NULL,2969,1,'2026-01-17 01:44:47','2026-01-17 01:44:47','6495e1cf-5ebb-41f3-9cd6-897da93770a8'),
(42701,7,9116,NULL,617,2,'2026-01-17 01:44:47','2026-01-17 01:44:47','9e0bbc52-0530-4b10-afe1-1bbc529df683'),
(42702,7,9116,NULL,605,3,'2026-01-17 01:44:47','2026-01-17 01:44:47','95c5681d-587c-4278-baaf-b418d767bbcb'),
(42703,82,9116,NULL,479,1,'2026-01-17 01:44:47','2026-01-17 01:44:47','bbe58532-8767-4bbe-aeb5-18bbb50626af'),
(42704,82,9116,NULL,491,2,'2026-01-17 01:44:47','2026-01-17 01:44:47','92688fef-a9ba-4bed-a1e2-8aab383ab1a2'),
(42705,57,9116,NULL,5233,1,'2026-01-17 01:44:47','2026-01-17 01:44:47','11b2e7d6-1a43-405b-8332-9c482a09afef'),
(42706,57,9116,NULL,5234,2,'2026-01-17 01:44:47','2026-01-17 01:44:47','10562a8c-1fb9-4f3b-bf39-fb14160f9e3d'),
(42707,57,9116,NULL,5235,3,'2026-01-17 01:44:47','2026-01-17 01:44:47','b8010e22-bc54-4bf0-9e18-ef544c117724'),
(42708,57,9116,NULL,5236,4,'2026-01-17 01:44:47','2026-01-17 01:44:47','95b5afe0-2638-43be-bc23-e090cf6ad7b3'),
(42709,57,9116,NULL,5237,5,'2026-01-17 01:44:47','2026-01-17 01:44:47','6dd7a959-e955-499d-9f3d-f1d6e8587c86'),
(42710,57,9116,NULL,5238,6,'2026-01-17 01:44:47','2026-01-17 01:44:47','3f3ba2c3-538c-4716-aee2-5296f5f6c2c8'),
(42711,57,9116,NULL,5239,7,'2026-01-17 01:44:47','2026-01-17 01:44:47','1502f307-ed21-443f-8ded-b7a0bcd947db'),
(42736,32,9118,NULL,2614,1,'2026-01-17 01:45:09','2026-01-17 01:45:09','d7e678b8-cdb3-4cc2-b87d-70accc8ebd20'),
(42737,32,9118,NULL,2610,2,'2026-01-17 01:45:09','2026-01-17 01:45:09','bc85e86f-6b7f-42cb-a98e-dd2f67336241'),
(42738,32,9118,NULL,2598,3,'2026-01-17 01:45:09','2026-01-17 01:45:09','b7a75f44-b7f8-4651-89d8-cf7fdecec8ef'),
(42739,32,9118,NULL,2608,4,'2026-01-17 01:45:09','2026-01-17 01:45:09','04850ef3-709a-4b02-9925-04224a8d4de6'),
(42740,32,9118,NULL,2600,5,'2026-01-17 01:45:09','2026-01-17 01:45:09','f7780393-16dc-468e-bc9c-09865462eb13'),
(42741,32,9118,NULL,2596,6,'2026-01-17 01:45:09','2026-01-17 01:45:09','b2a690b7-1c46-419c-b4c9-68d40493b806'),
(42742,32,9118,NULL,2602,7,'2026-01-17 01:45:09','2026-01-17 01:45:09','ab002078-384f-465c-9906-34dd833dd2c6'),
(42743,32,9118,NULL,2606,8,'2026-01-17 01:45:09','2026-01-17 01:45:09','2e4fea26-a9f8-465c-a307-f8459af781a4'),
(42744,32,9118,NULL,2612,9,'2026-01-17 01:45:09','2026-01-17 01:45:09','b0ad7f99-3ce0-4437-88e6-103bd2bd2ab2'),
(42745,32,9118,NULL,2604,10,'2026-01-17 01:45:09','2026-01-17 01:45:09','1ff130ff-7d7e-4716-a918-6eb35a9bbf8b'),
(42746,16,9118,NULL,5013,1,'2026-01-17 01:45:09','2026-01-17 01:45:09','6964cd35-c148-4654-a4e0-e504aa74d1f2'),
(42747,7,9118,NULL,2969,1,'2026-01-17 01:45:09','2026-01-17 01:45:09','f25fc194-de44-47a7-8f61-186578f79bf3'),
(42748,7,9118,NULL,617,2,'2026-01-17 01:45:09','2026-01-17 01:45:09','324e6efb-ce1e-4695-9a7c-049ef41c28ab'),
(42749,7,9118,NULL,605,3,'2026-01-17 01:45:09','2026-01-17 01:45:09','80d2a9a7-8290-48e3-bd81-77cd6eaaf6e3'),
(42750,57,9118,NULL,5033,1,'2026-01-17 01:45:09','2026-01-17 01:45:09','36fdf1f2-f5de-43be-aa00-afb5a0e75390'),
(42751,57,9118,NULL,5034,2,'2026-01-17 01:45:09','2026-01-17 01:45:09','5b74ec17-84fe-4e1a-933b-5c03c97fbbcc'),
(42752,57,9118,NULL,5035,3,'2026-01-17 01:45:09','2026-01-17 01:45:09','0bba73d3-bd94-4438-95f4-99f2ca797f9b'),
(42753,57,9118,NULL,5036,4,'2026-01-17 01:45:09','2026-01-17 01:45:09','7053da58-cb06-476c-af63-d6dd65fa4284'),
(42754,57,9118,NULL,5037,5,'2026-01-17 01:45:09','2026-01-17 01:45:09','b49fa507-d281-4240-b291-efedf4e08661'),
(42755,57,9118,NULL,5038,6,'2026-01-17 01:45:09','2026-01-17 01:45:09','7891e39c-835f-4bed-9a3a-6fce5e6665dc'),
(42756,57,9118,NULL,5039,7,'2026-01-17 01:45:09','2026-01-17 01:45:09','0cbd88a5-fb4b-4ecb-958a-a207e37cadde'),
(42757,57,9118,NULL,5040,8,'2026-01-17 01:45:09','2026-01-17 01:45:09','e3915adf-c4e5-463a-8b71-1aebb1a2c540'),
(42780,32,9122,NULL,2614,1,'2026-01-17 01:45:41','2026-01-17 01:45:41','1bcd757a-af8d-43bd-81bb-17cbaf673d36'),
(42781,32,9122,NULL,2610,2,'2026-01-17 01:45:41','2026-01-17 01:45:41','031e664d-3cf3-4b33-9a82-fb208fa81976'),
(42782,32,9122,NULL,2598,3,'2026-01-17 01:45:41','2026-01-17 01:45:41','e817a938-08b7-4284-b220-aeeab62c6e46'),
(42783,32,9122,NULL,2608,4,'2026-01-17 01:45:41','2026-01-17 01:45:41','ebadabe2-d456-486d-8386-c741e2b841e9'),
(42784,32,9122,NULL,2600,5,'2026-01-17 01:45:41','2026-01-17 01:45:41','e217e99a-345a-4f4d-a523-b5406d8504f9'),
(42785,32,9122,NULL,2596,6,'2026-01-17 01:45:41','2026-01-17 01:45:41','09c29f9b-b7c4-4185-be3a-f0ab8d03eea9'),
(42786,32,9122,NULL,2602,7,'2026-01-17 01:45:41','2026-01-17 01:45:41','e6fb18ba-6c08-4c5a-b50b-1d3bc4c6c3b4'),
(42787,32,9122,NULL,2606,8,'2026-01-17 01:45:41','2026-01-17 01:45:41','ab3ba2bf-c0fb-4186-b400-c4d485e88930'),
(42788,32,9122,NULL,2612,9,'2026-01-17 01:45:41','2026-01-17 01:45:41','0ceaca0e-e610-467f-9b73-3a8e1d3ffb73'),
(42789,32,9122,NULL,2604,10,'2026-01-17 01:45:41','2026-01-17 01:45:41','978deb30-df0f-4e24-b8cf-a8cd97483eb0'),
(42790,16,9122,NULL,5013,1,'2026-01-17 01:45:41','2026-01-17 01:45:41','e3ef44b2-b6ca-4469-b226-4d4d472eea76'),
(42791,7,9122,NULL,2969,1,'2026-01-17 01:45:41','2026-01-17 01:45:41','350b650b-e3c6-43bc-bcea-91109ca09d26'),
(42792,7,9122,NULL,617,2,'2026-01-17 01:45:41','2026-01-17 01:45:41','6c9ea4ac-4a2a-4563-9ec4-359abff9c692'),
(42793,7,9122,NULL,605,3,'2026-01-17 01:45:41','2026-01-17 01:45:41','8d2fa1a3-3d40-43d3-9ceb-0c7021e34965'),
(42794,57,9122,NULL,5033,1,'2026-01-17 01:45:41','2026-01-17 01:45:41','e3858ce5-0159-4bbf-b786-75c50ce4012c'),
(42795,57,9122,NULL,5034,2,'2026-01-17 01:45:41','2026-01-17 01:45:41','cedde11c-2b84-4c9e-9525-f5f31f0439bd'),
(42796,57,9122,NULL,5035,3,'2026-01-17 01:45:41','2026-01-17 01:45:41','15efdc3a-e1c7-42c4-93be-19211a6bd9df'),
(42797,57,9122,NULL,5036,4,'2026-01-17 01:45:41','2026-01-17 01:45:41','27ea4b14-738f-4769-b970-67155c83c7e4'),
(42798,57,9122,NULL,5037,5,'2026-01-17 01:45:41','2026-01-17 01:45:41','2c66f733-085a-4db5-8afc-9e37e7866eda'),
(42799,57,9122,NULL,5038,6,'2026-01-17 01:45:41','2026-01-17 01:45:41','8ef10d20-0048-4935-8e92-9f0fe4605484'),
(42800,57,9122,NULL,5039,7,'2026-01-17 01:45:41','2026-01-17 01:45:41','2f0677d8-2cbe-4349-acf8-6eb79c7ed2b7'),
(42801,57,9122,NULL,5040,8,'2026-01-17 01:45:41','2026-01-17 01:45:41','93638f47-dd93-4406-bf84-201d6ffc91c7'),
(42824,32,9125,NULL,2614,1,'2026-01-17 01:46:11','2026-01-17 01:46:11','0242ab62-5727-48d7-87a2-31711191ae7d'),
(42825,32,9125,NULL,2610,2,'2026-01-17 01:46:11','2026-01-17 01:46:11','88c228db-ea38-452c-b43b-94b7bf477e72'),
(42826,32,9125,NULL,2598,3,'2026-01-17 01:46:11','2026-01-17 01:46:11','de0edc9b-72f5-4e0a-bb06-438d1566cb59'),
(42827,32,9125,NULL,2608,4,'2026-01-17 01:46:11','2026-01-17 01:46:11','44efa92b-408d-4891-bc88-73d0056fb6c0'),
(42828,32,9125,NULL,2600,5,'2026-01-17 01:46:11','2026-01-17 01:46:11','3ddcdde1-9083-4bdc-b912-fa8d58f17c04'),
(42829,32,9125,NULL,2596,6,'2026-01-17 01:46:11','2026-01-17 01:46:11','f77c5175-a302-49bc-8374-ce89b7c2c99a'),
(42830,32,9125,NULL,2602,7,'2026-01-17 01:46:11','2026-01-17 01:46:11','28d2e4a8-87c6-4bad-a862-e96286731601'),
(42831,32,9125,NULL,2606,8,'2026-01-17 01:46:11','2026-01-17 01:46:11','4499d87c-3460-401b-95f6-36f86149c872'),
(42832,32,9125,NULL,2612,9,'2026-01-17 01:46:11','2026-01-17 01:46:11','5599dab4-17d1-42c4-93d9-73571f6f1af1'),
(42833,32,9125,NULL,2604,10,'2026-01-17 01:46:11','2026-01-17 01:46:11','2661c013-f010-47c9-a8b6-6d63eeedf778'),
(42834,16,9125,NULL,5013,1,'2026-01-17 01:46:11','2026-01-17 01:46:11','f45bed27-6ae7-4219-bae3-d47ea47adc79'),
(42835,7,9125,NULL,2969,1,'2026-01-17 01:46:11','2026-01-17 01:46:11','6f78ba42-c13b-4fee-bc89-c3bc27717451'),
(42836,7,9125,NULL,617,2,'2026-01-17 01:46:11','2026-01-17 01:46:11','7ad356cd-2b4f-4ef6-8c96-85426b7b91e3'),
(42837,7,9125,NULL,605,3,'2026-01-17 01:46:11','2026-01-17 01:46:11','c6a4f917-8762-425a-bdaf-7bffd2c4ffda'),
(42838,57,9125,NULL,5033,1,'2026-01-17 01:46:11','2026-01-17 01:46:11','df82ca3e-936a-4800-add2-274671ddd3c6'),
(42839,57,9125,NULL,5034,2,'2026-01-17 01:46:11','2026-01-17 01:46:11','1961eb93-5696-4020-a8a4-42ad06c86aac'),
(42840,57,9125,NULL,5035,3,'2026-01-17 01:46:11','2026-01-17 01:46:11','f397cf92-2035-4b93-968b-e528f49f9503'),
(42841,57,9125,NULL,5036,4,'2026-01-17 01:46:11','2026-01-17 01:46:11','656b908e-b5f9-4ce4-9ca3-dd606a0c488f'),
(42842,57,9125,NULL,5037,5,'2026-01-17 01:46:11','2026-01-17 01:46:11','42922eda-13c0-4ea8-909f-644b13a617b4'),
(42843,57,9125,NULL,5038,6,'2026-01-17 01:46:11','2026-01-17 01:46:11','b500b4cd-340b-417b-be4b-0f5b9b71f751'),
(42844,57,9125,NULL,5039,7,'2026-01-17 01:46:11','2026-01-17 01:46:11','85182b2f-528c-43c8-994e-7f6a2b7262fa'),
(42845,57,9125,NULL,5040,8,'2026-01-17 01:46:11','2026-01-17 01:46:11','929229bc-e1a4-4480-9718-0c695bb94331'),
(42859,7,2720,NULL,605,3,'2026-01-17 01:49:30','2026-01-17 20:27:17','8e585873-1712-4b12-a274-57454a3c8215'),
(42860,7,2720,NULL,617,2,'2026-01-17 01:49:30','2026-01-17 01:49:30','abb83acd-a54d-40c0-ba55-94393164e007'),
(42862,32,9127,NULL,2614,1,'2026-01-17 01:49:31','2026-01-17 01:49:31','e1c7a356-d7ba-43ad-9bd0-0580ba1071f4'),
(42863,32,9127,NULL,2598,2,'2026-01-17 01:49:31','2026-01-17 01:49:31','d3321ab2-b8a1-4060-8a5e-75f648233822'),
(42864,32,9127,NULL,2608,3,'2026-01-17 01:49:31','2026-01-17 01:49:31','79375aad-97c2-49fa-8763-b00abc1e8c13'),
(42865,32,9127,NULL,2600,4,'2026-01-17 01:49:31','2026-01-17 01:49:31','05c99347-cc33-4293-8173-32accf2cb585'),
(42866,32,9127,NULL,2596,5,'2026-01-17 01:49:31','2026-01-17 01:49:31','9077da5c-5e5e-49dc-9433-410b2b4539f7'),
(42867,32,9127,NULL,2602,6,'2026-01-17 01:49:31','2026-01-17 01:49:31','4b11dc4d-ef99-4b89-ba7d-1e0a83d56111'),
(42868,32,9127,NULL,2612,7,'2026-01-17 01:49:31','2026-01-17 01:49:31','aad508ab-0a8d-4bfb-b4a3-41c189438325'),
(42869,32,9127,NULL,2604,8,'2026-01-17 01:49:31','2026-01-17 01:49:31','46a1a2fa-1cae-4a8f-bd73-1196ce448e59'),
(42870,7,9127,NULL,605,1,'2026-01-17 01:49:31','2026-01-17 01:49:31','b7962e50-2d69-4d24-b213-cd5583f8d3c8'),
(42871,7,9127,NULL,617,2,'2026-01-17 01:49:31','2026-01-17 01:49:31','ae370f6e-a839-4b77-a476-90625d347682'),
(42873,82,9127,NULL,479,1,'2026-01-17 01:49:31','2026-01-17 01:49:31','a5c22ae5-6433-4091-874c-47ecd12eab9d'),
(42874,82,9127,NULL,483,2,'2026-01-17 01:49:31','2026-01-17 01:49:31','76362a1f-ad4e-4a31-954a-a9594dd1dcd2'),
(42888,32,9129,NULL,2614,1,'2026-01-17 01:50:14','2026-01-17 01:50:14','be2c5612-85f6-4e8d-af35-71150020f9ff'),
(42889,32,9129,NULL,2598,2,'2026-01-17 01:50:14','2026-01-17 01:50:14','b17d6a8e-3ebd-419e-a768-cdc55862abb1'),
(42890,32,9129,NULL,2608,3,'2026-01-17 01:50:14','2026-01-17 01:50:14','8a527b2b-63da-47a9-9af1-e65cd5154fae'),
(42891,32,9129,NULL,2600,4,'2026-01-17 01:50:14','2026-01-17 01:50:14','b3533237-1abb-44c1-b1d3-638aae4451a1'),
(42892,32,9129,NULL,2596,5,'2026-01-17 01:50:14','2026-01-17 01:50:14','767d01ba-da0a-4d52-97f5-881bae71ecb5'),
(42893,32,9129,NULL,2602,6,'2026-01-17 01:50:14','2026-01-17 01:50:14','59ad2645-794c-40f3-af43-9a3ac85875fe'),
(42894,32,9129,NULL,2612,7,'2026-01-17 01:50:14','2026-01-17 01:50:14','a58ac56b-4563-4cd4-9a1a-67302dbdba1f'),
(42895,32,9129,NULL,2604,8,'2026-01-17 01:50:14','2026-01-17 01:50:14','4fad4614-7f15-4b24-948c-407f9ebd6549'),
(42896,7,9129,NULL,605,1,'2026-01-17 01:50:14','2026-01-17 01:50:14','fde585ab-d0bd-463d-bb2c-9f99c8170948'),
(42897,7,9129,NULL,617,2,'2026-01-17 01:50:14','2026-01-17 01:50:14','0f565250-b57c-423d-8ec3-aec2e7876f62'),
(42899,82,9129,NULL,479,1,'2026-01-17 01:50:14','2026-01-17 01:50:14','0447b854-9820-463b-8b23-dabac353dae0'),
(42900,82,9129,NULL,483,2,'2026-01-17 01:50:14','2026-01-17 01:50:14','484537fa-669d-4687-b2e2-d09f63a4c3b3'),
(42914,32,9131,NULL,2614,1,'2026-01-17 01:50:29','2026-01-17 01:50:29','372ce42d-eb3f-4d51-820f-0da9ca126216'),
(42915,32,9131,NULL,2598,2,'2026-01-17 01:50:29','2026-01-17 01:50:29','cd9961d9-0fec-423b-bce8-6596207b8d4d'),
(42916,32,9131,NULL,2608,3,'2026-01-17 01:50:29','2026-01-17 01:50:29','304067e2-3bee-4747-9f0f-a0e1ef024f78'),
(42917,32,9131,NULL,2600,4,'2026-01-17 01:50:29','2026-01-17 01:50:29','58ea0085-0eec-43ea-b0c2-63d6aba210b5'),
(42918,32,9131,NULL,2596,5,'2026-01-17 01:50:29','2026-01-17 01:50:29','55096c7b-1071-4c31-b8c6-79caf5896727'),
(42919,32,9131,NULL,2602,6,'2026-01-17 01:50:29','2026-01-17 01:50:29','31a112a2-d581-47bd-80d6-6eab160cf416'),
(42920,32,9131,NULL,2612,7,'2026-01-17 01:50:29','2026-01-17 01:50:29','327aef55-2a1a-44f2-85c5-13606312d275'),
(42921,32,9131,NULL,2604,8,'2026-01-17 01:50:29','2026-01-17 01:50:29','d8348e2a-c180-4c72-9c60-d336953e7975'),
(42922,7,9131,NULL,605,1,'2026-01-17 01:50:29','2026-01-17 01:50:29','e68f67e2-e677-41a4-b22e-aafbeaa54af3'),
(42923,7,9131,NULL,617,2,'2026-01-17 01:50:29','2026-01-17 01:50:29','1e01807a-28df-4849-b87f-b29a01166755'),
(42925,82,9131,NULL,479,1,'2026-01-17 01:50:29','2026-01-17 01:50:29','41cc8207-41d7-4c57-a1c5-335d3e6a0251'),
(42926,82,9131,NULL,483,2,'2026-01-17 01:50:29','2026-01-17 01:50:29','06f79afc-651b-4c60-bddc-5c1d1ae8d023'),
(42954,32,9133,NULL,2610,1,'2026-01-17 01:51:24','2026-01-17 01:51:24','e4da7b89-4fc4-4041-84b8-2f780d395d89'),
(42955,32,9133,NULL,2598,2,'2026-01-17 01:51:24','2026-01-17 01:51:24','8558d851-ef53-4cb0-8f9f-85e784a8ec52'),
(42956,32,9133,NULL,2600,3,'2026-01-17 01:51:24','2026-01-17 01:51:24','45720c91-1560-4191-9434-437f70514b3b'),
(42957,32,9133,NULL,2604,4,'2026-01-17 01:51:24','2026-01-17 01:51:24','567b4c5a-c364-4745-abdd-8427055c6f16'),
(42958,16,9133,NULL,3374,1,'2026-01-17 01:51:24','2026-01-17 01:51:24','922c2eaa-d01f-4ece-832f-645fe0d5058b'),
(42959,7,9133,NULL,2969,1,'2026-01-17 01:51:24','2026-01-17 01:51:24','12f69029-c6c0-449c-b8bc-0152dea7a6aa'),
(42961,7,9133,NULL,617,3,'2026-01-17 01:51:24','2026-01-17 01:51:24','316e9b60-8571-4ed8-be24-5a3f063e1565'),
(42962,7,9133,NULL,605,4,'2026-01-17 01:51:24','2026-01-17 01:51:24','6144acda-7dfb-4f3d-8392-5ef2e8ce4902'),
(42963,82,9133,NULL,469,1,'2026-01-17 01:51:24','2026-01-17 01:51:24','cbb014e6-117e-4754-9b07-51160a0db354'),
(42964,82,9133,NULL,475,2,'2026-01-17 01:51:24','2026-01-17 01:51:24','988b2bdd-e443-4fc1-b52c-08c99c28e1e1'),
(42965,82,9133,NULL,479,3,'2026-01-17 01:51:24','2026-01-17 01:51:24','95f4af0b-6697-4e5d-a5ea-1e11d86b1cf9'),
(42966,82,9133,NULL,491,4,'2026-01-17 01:51:24','2026-01-17 01:51:24','dd245f1d-5748-4be2-aea0-3813c6642dbf'),
(42967,57,9133,NULL,3362,1,'2026-01-17 01:51:24','2026-01-17 01:51:24','d0216774-f057-46cd-aa7d-b61da10eb3e1'),
(42968,57,9133,NULL,3363,2,'2026-01-17 01:51:24','2026-01-17 01:51:24','317e8db4-5ca3-4914-8aac-f0140962a3a0'),
(42969,57,9133,NULL,3364,3,'2026-01-17 01:51:24','2026-01-17 01:51:24','7325241e-2556-478e-a6fb-43ce95d14553'),
(42970,57,9133,NULL,3365,4,'2026-01-17 01:51:24','2026-01-17 01:51:24','c4410021-5a63-4cb7-aab0-93e5c435ba96'),
(42971,57,9133,NULL,3366,5,'2026-01-17 01:51:24','2026-01-17 01:51:24','a180c3ef-48fc-433d-acf1-8af039d67996'),
(42972,57,9133,NULL,3367,6,'2026-01-17 01:51:24','2026-01-17 01:51:24','4d533f2a-5b8a-4f13-9b71-a7f03c007765'),
(42973,57,9133,NULL,3368,7,'2026-01-17 01:51:24','2026-01-17 01:51:24','55b542be-fac2-4b26-8d40-07f3a36cd460'),
(42974,57,9133,NULL,3369,8,'2026-01-17 01:51:24','2026-01-17 01:51:24','1584ae3b-7ece-479c-8d22-113f2949ee38'),
(42975,57,9133,NULL,3370,9,'2026-01-17 01:51:24','2026-01-17 01:51:24','65562505-40ae-4207-920b-8e978ddfe67b'),
(42976,57,9133,NULL,3371,10,'2026-01-17 01:51:24','2026-01-17 01:51:24','96fbae7a-e3e3-491f-8253-e058f7423e1d'),
(42977,57,9133,NULL,3372,11,'2026-01-17 01:51:24','2026-01-17 01:51:24','3d97f1ee-724c-437f-833c-a76878285684'),
(42978,57,9133,NULL,3373,12,'2026-01-17 01:51:24','2026-01-17 01:51:24','85b3da6d-6116-4374-a58a-90bfd9372b95'),
(42979,57,9133,NULL,3374,13,'2026-01-17 01:51:24','2026-01-17 01:51:24','a4d0f051-47e7-44ba-9927-5e7c3d9d7b52'),
(42980,72,9133,NULL,548,1,'2026-01-17 01:51:24','2026-01-17 01:51:24','dff5ff7e-34b6-4426-9ab4-960f9ecc699f'),
(42996,32,9136,NULL,2614,1,'2026-01-17 01:52:58','2026-01-17 01:52:58','cee062e5-af28-46bf-a368-37eb5ddaf612'),
(42997,32,9136,NULL,2610,2,'2026-01-17 01:52:58','2026-01-17 01:52:58','68c51eca-2708-4f54-8f57-5e49be3809e9'),
(42998,32,9136,NULL,2598,3,'2026-01-17 01:52:58','2026-01-17 01:52:58','a55d533e-d645-45c4-ac76-2b3e45214535'),
(42999,32,9136,NULL,2608,4,'2026-01-17 01:52:58','2026-01-17 01:52:58','8ba92178-c9d4-44c5-b3a7-915dea170912'),
(43000,32,9136,NULL,2624,5,'2026-01-17 01:52:58','2026-01-17 01:52:58','079061b4-54b3-41d6-8348-0caea8e8cfef'),
(43001,32,9136,NULL,2600,6,'2026-01-17 01:52:58','2026-01-17 01:52:58','029b6e72-f888-4b3e-883b-49645c8011c5'),
(43002,32,9136,NULL,2596,7,'2026-01-17 01:52:58','2026-01-17 01:52:58','2c22b1d1-18ea-4e01-a2bc-5621f9ab0f48'),
(43003,32,9136,NULL,2602,8,'2026-01-17 01:52:58','2026-01-17 01:52:58','5de506a2-674a-4af3-8f5c-cc7e77e8d33f'),
(43004,32,9136,NULL,2606,9,'2026-01-17 01:52:58','2026-01-17 01:52:58','190d27e8-db81-432f-80c6-7ba3ed3cf2a1'),
(43005,32,9136,NULL,2612,10,'2026-01-17 01:52:58','2026-01-17 01:52:58','51b3399c-6ea0-43bf-a5af-131ac1b4f54a'),
(43006,32,9136,NULL,2604,11,'2026-01-17 01:52:58','2026-01-17 01:52:58','8254671b-5cfa-4ecc-813e-0a5e9cc609df'),
(43007,46,9136,NULL,2891,1,'2026-01-17 01:52:58','2026-01-17 01:52:58','1b043ccd-d325-4a41-a84e-5adc64da01fb'),
(43008,46,9136,NULL,7381,2,'2026-01-17 01:52:58','2026-01-17 01:52:58','6334535a-79b1-4510-94e2-14ee1b424ffb'),
(43009,13,9136,NULL,6922,1,'2026-01-17 01:52:58','2026-01-17 01:52:58','c0c4215a-fd9d-4664-9a85-1742dfc84295'),
(43028,7,1359,NULL,605,3,'2026-01-17 01:54:40','2026-01-17 20:30:59','b805371e-8c69-4c7f-a511-d5f6bb38c6b5'),
(43029,7,1359,NULL,617,2,'2026-01-17 01:54:40','2026-01-17 01:54:40','670ccaa5-a639-4347-ae15-8c92824faf2c'),
(43030,32,9140,NULL,2614,1,'2026-01-17 01:54:40','2026-01-17 01:54:40','88c30725-5f5c-41f3-bcee-ee16fa6816a6'),
(43031,32,9140,NULL,2610,2,'2026-01-17 01:54:40','2026-01-17 01:54:40','7e876cfc-0249-4bc9-83a1-d9ef9c9ad091'),
(43032,32,9140,NULL,2598,3,'2026-01-17 01:54:40','2026-01-17 01:54:40','c85b2d1e-838a-44bb-b24f-35eab211578c'),
(43033,32,9140,NULL,2608,4,'2026-01-17 01:54:40','2026-01-17 01:54:40','183cacf7-10d5-4560-9cf2-8ad7f06b2c80'),
(43034,32,9140,NULL,2624,5,'2026-01-17 01:54:40','2026-01-17 01:54:40','3a92a94f-749e-47b3-b132-fdaaa960f1c8'),
(43035,32,9140,NULL,2600,6,'2026-01-17 01:54:40','2026-01-17 01:54:40','4aec08b8-2213-43f1-9e51-c683781d7440'),
(43036,32,9140,NULL,2596,7,'2026-01-17 01:54:40','2026-01-17 01:54:40','75584470-88a0-4cff-96c5-9bd663b25609'),
(43037,32,9140,NULL,2602,8,'2026-01-17 01:54:40','2026-01-17 01:54:40','f2a5347c-f2c5-4a67-ab7a-fc39eca3ff41'),
(43038,32,9140,NULL,2606,9,'2026-01-17 01:54:40','2026-01-17 01:54:40','e0af52e5-fa65-4cf4-bff6-2fa476867c81'),
(43039,32,9140,NULL,2612,10,'2026-01-17 01:54:40','2026-01-17 01:54:40','342a4f50-a949-436c-81cf-8b5f853368ad'),
(43040,32,9140,NULL,2604,11,'2026-01-17 01:54:40','2026-01-17 01:54:40','4f7342cf-b9f4-4161-88f9-883ccc38d5a0'),
(43041,16,9140,NULL,9139,1,'2026-01-17 01:54:40','2026-01-17 01:54:40','4ad5fd0d-dc22-4df3-bc97-0aaa0dbcb3b2'),
(43042,7,9140,NULL,605,1,'2026-01-17 01:54:40','2026-01-17 01:54:40','03d5ceff-ea0d-4fae-87d4-6cd9e4e0501f'),
(43043,7,9140,NULL,617,2,'2026-01-17 01:54:40','2026-01-17 01:54:40','6cdb6506-9283-48b9-8d8f-98f2cdf90c15'),
(43044,46,9140,NULL,2891,1,'2026-01-17 01:54:40','2026-01-17 01:54:40','dce88a8a-6720-40b9-b17f-1f7a36006cbf'),
(43045,46,9140,NULL,7381,2,'2026-01-17 01:54:40','2026-01-17 01:54:40','2ec872ee-2369-4555-8c4a-5c2cab28dead'),
(43046,13,9140,NULL,6922,1,'2026-01-17 01:54:40','2026-01-17 01:54:40','0360ad37-e9b0-4009-aecc-bf8262b03cdf'),
(43064,32,9142,NULL,2614,1,'2026-01-17 01:54:50','2026-01-17 01:54:50','b65539ed-f41d-4d29-aca1-6d462792eeed'),
(43065,32,9142,NULL,2610,2,'2026-01-17 01:54:50','2026-01-17 01:54:50','db92be59-181f-415e-bfd4-9041375edb05'),
(43066,32,9142,NULL,2598,3,'2026-01-17 01:54:50','2026-01-17 01:54:50','33660d1b-e664-4845-90be-67d801368483'),
(43067,32,9142,NULL,2608,4,'2026-01-17 01:54:50','2026-01-17 01:54:50','cb8c9689-6b63-46d3-8c96-a40cd2b4504b'),
(43068,32,9142,NULL,2624,5,'2026-01-17 01:54:50','2026-01-17 01:54:50','b118b226-cbdc-4af4-9ec1-6f4c70d1e1c8'),
(43069,32,9142,NULL,2600,6,'2026-01-17 01:54:50','2026-01-17 01:54:50','5df9c73f-d9b2-4302-9fef-1b6c31c9949e'),
(43070,32,9142,NULL,2596,7,'2026-01-17 01:54:50','2026-01-17 01:54:50','b5e08298-c337-4bfd-ba42-06fd240b1311'),
(43071,32,9142,NULL,2602,8,'2026-01-17 01:54:50','2026-01-17 01:54:50','d517f5e0-b3c1-4ca8-861a-8b599400de3f'),
(43072,32,9142,NULL,2606,9,'2026-01-17 01:54:50','2026-01-17 01:54:50','98de28ac-81da-49a5-8552-304122384663'),
(43073,32,9142,NULL,2612,10,'2026-01-17 01:54:50','2026-01-17 01:54:50','3da039a5-e7cd-4d52-9832-4d2d368227ff'),
(43074,32,9142,NULL,2604,11,'2026-01-17 01:54:50','2026-01-17 01:54:50','04e1acc5-ec0a-4fc8-8071-99c20167848d'),
(43075,16,9142,NULL,9139,1,'2026-01-17 01:54:50','2026-01-17 01:54:50','857774a9-531c-4800-b04a-0c011ea45078'),
(43076,7,9142,NULL,605,1,'2026-01-17 01:54:50','2026-01-17 01:54:50','df255841-0198-4899-96fc-e076362055fe'),
(43077,7,9142,NULL,617,2,'2026-01-17 01:54:50','2026-01-17 01:54:50','0b768701-7f36-40c4-865b-c40290979d2c'),
(43078,46,9142,NULL,2891,1,'2026-01-17 01:54:50','2026-01-17 01:54:50','c9e6b199-726d-48e3-ab4d-58bc09501f5a'),
(43079,13,9142,NULL,6922,1,'2026-01-17 01:54:50','2026-01-17 01:54:50','c2dac5e2-a8be-4450-816c-cb1efa3fd113'),
(43103,57,1359,NULL,9148,1,'2026-01-17 01:56:05','2026-01-17 01:56:05','48f73943-8550-4465-a6f0-bfb6bdbf9200'),
(43104,57,1359,NULL,9145,2,'2026-01-17 01:56:05','2026-01-17 01:56:05','d48c994b-e620-4a46-b22f-31993081ce65'),
(43105,57,1359,NULL,9149,3,'2026-01-17 01:56:05','2026-01-17 01:56:05','309c7eb2-1b0d-4237-8026-54eb1bb55f50'),
(43106,57,1359,NULL,9150,4,'2026-01-17 01:56:05','2026-01-17 01:56:05','642b868b-101e-4709-a9c2-7081a663419b'),
(43107,57,1359,NULL,9144,5,'2026-01-17 01:56:05','2026-01-17 01:56:05','00f6d169-6df1-48c1-a829-3b25e9797437'),
(43108,57,1359,NULL,9146,6,'2026-01-17 01:56:05','2026-01-17 01:56:05','dfcaa206-8a51-4fab-a6f0-2b716f037035'),
(43109,57,1359,NULL,9147,7,'2026-01-17 01:56:05','2026-01-17 01:56:05','9c06264a-d554-45a3-82a2-1cd9cee67d1f'),
(43110,32,9151,NULL,2614,1,'2026-01-17 01:56:05','2026-01-17 01:56:05','fc34b73e-45bf-44a3-83a2-039d0cf9cec9'),
(43111,32,9151,NULL,2610,2,'2026-01-17 01:56:05','2026-01-17 01:56:05','2aaa1a77-fba1-4bf9-ac0a-39ee63c1fbca'),
(43112,32,9151,NULL,2598,3,'2026-01-17 01:56:05','2026-01-17 01:56:05','d0d8f5cf-39a7-4c53-8cfa-ebff921caff4'),
(43113,32,9151,NULL,2608,4,'2026-01-17 01:56:05','2026-01-17 01:56:05','5b568ed7-6c73-4d53-b373-f6e8ed3d7ba3'),
(43114,32,9151,NULL,2624,5,'2026-01-17 01:56:05','2026-01-17 01:56:05','98e9373d-b251-4ce7-a008-7313165456b1'),
(43115,32,9151,NULL,2600,6,'2026-01-17 01:56:05','2026-01-17 01:56:05','51ecdf3f-a2be-4165-834c-d8fcb9fd9669'),
(43116,32,9151,NULL,2596,7,'2026-01-17 01:56:05','2026-01-17 01:56:05','4be975c6-40f1-4a4c-af4a-2e3c5b4162f9'),
(43117,32,9151,NULL,2602,8,'2026-01-17 01:56:05','2026-01-17 01:56:05','99e93e24-a507-45dc-b0bc-3a5ccad218b3'),
(43118,32,9151,NULL,2606,9,'2026-01-17 01:56:05','2026-01-17 01:56:05','4ef7039d-d25c-46bd-a644-a633a34dc1f5'),
(43119,32,9151,NULL,2612,10,'2026-01-17 01:56:05','2026-01-17 01:56:05','b6e58d39-b21a-4747-b37f-10ef54236d67'),
(43120,32,9151,NULL,2604,11,'2026-01-17 01:56:05','2026-01-17 01:56:05','50047397-6a83-4af7-8503-1d7025a4c951'),
(43121,16,9151,NULL,9139,1,'2026-01-17 01:56:05','2026-01-17 01:56:05','2a9f2ee3-767b-488f-96ff-323ffb4c6270'),
(43122,7,9151,NULL,605,1,'2026-01-17 01:56:05','2026-01-17 01:56:05','937e866b-1b31-4656-863e-a251457b1d93'),
(43123,7,9151,NULL,617,2,'2026-01-17 01:56:05','2026-01-17 01:56:05','ac919d1b-890f-4cfd-bafd-3d0ee5e85d4a'),
(43124,46,9151,NULL,2891,1,'2026-01-17 01:56:05','2026-01-17 01:56:05','3c39b294-0e0d-48ea-a168-79fbce8df5ff'),
(43125,57,9151,NULL,9148,1,'2026-01-17 01:56:05','2026-01-17 01:56:05','108e932f-fcaa-4fec-918d-714662f3065d'),
(43126,57,9151,NULL,9145,2,'2026-01-17 01:56:05','2026-01-17 01:56:05','4284a87e-da52-454f-ba25-2ce31a3ee706'),
(43127,57,9151,NULL,9149,3,'2026-01-17 01:56:05','2026-01-17 01:56:05','e9307521-a509-40b8-82ba-d41bfe48ec61'),
(43128,57,9151,NULL,9150,4,'2026-01-17 01:56:05','2026-01-17 01:56:05','3bc18c0d-008c-4507-8ee8-ac855543ecc3'),
(43129,57,9151,NULL,9144,5,'2026-01-17 01:56:05','2026-01-17 01:56:05','70ab3fb3-0fc6-4507-a668-5dc6b423baf0'),
(43130,57,9151,NULL,9146,6,'2026-01-17 01:56:05','2026-01-17 01:56:05','38113ef9-aaf0-4505-acbe-9d6cce3ca51e'),
(43131,57,9151,NULL,9147,7,'2026-01-17 01:56:05','2026-01-17 01:56:05','f0cc9687-4b7c-490f-8dd6-8647f0d4f4a7'),
(43132,13,9151,NULL,6922,1,'2026-01-17 01:56:05','2026-01-17 01:56:05','cc68f868-c2ff-425e-a1ff-d9b8c04d1515'),
(43156,32,9153,NULL,2614,1,'2026-01-17 01:56:32','2026-01-17 01:56:32','efe99f34-f382-4247-af2d-e3dd25edc615'),
(43157,32,9153,NULL,2610,2,'2026-01-17 01:56:32','2026-01-17 01:56:32','4492922a-ee6e-420c-80d3-26e2f61579b5'),
(43158,32,9153,NULL,2598,3,'2026-01-17 01:56:32','2026-01-17 01:56:32','24d24090-cf3a-4f13-a39b-821df6768fa7'),
(43159,32,9153,NULL,2608,4,'2026-01-17 01:56:32','2026-01-17 01:56:32','a576790d-e39b-4fe3-b513-f332578e6cb9'),
(43160,32,9153,NULL,2624,5,'2026-01-17 01:56:32','2026-01-17 01:56:32','229f45a6-8126-4f00-881a-d03d86916ff5'),
(43161,32,9153,NULL,2600,6,'2026-01-17 01:56:32','2026-01-17 01:56:32','9dc0c6e3-30e8-4cfb-9bab-dbb979328810'),
(43162,32,9153,NULL,2596,7,'2026-01-17 01:56:32','2026-01-17 01:56:32','8f6bcd79-a827-45c5-8308-dc5c290b62da'),
(43163,32,9153,NULL,2602,8,'2026-01-17 01:56:32','2026-01-17 01:56:32','6f1bed20-e5df-4f7b-a5db-e150105b3527'),
(43164,32,9153,NULL,2606,9,'2026-01-17 01:56:32','2026-01-17 01:56:32','301e719a-aa92-4234-9bed-48076dd1097d'),
(43165,32,9153,NULL,2612,10,'2026-01-17 01:56:32','2026-01-17 01:56:32','ebc09e20-2fa5-4a62-a1eb-c9b34a883585'),
(43166,32,9153,NULL,2604,11,'2026-01-17 01:56:32','2026-01-17 01:56:32','02e4e251-7eaa-4574-a66f-f25f0d9d8863'),
(43167,16,9153,NULL,9139,1,'2026-01-17 01:56:32','2026-01-17 01:56:32','e8daa5f5-d95d-415b-8d61-291cd8342d27'),
(43168,7,9153,NULL,605,1,'2026-01-17 01:56:32','2026-01-17 01:56:32','f189ff6c-f91f-4989-8acb-87a695269326'),
(43169,7,9153,NULL,617,2,'2026-01-17 01:56:32','2026-01-17 01:56:32','e2709555-8416-4243-bc0a-95ca8eaa4f1e'),
(43170,46,9153,NULL,2891,1,'2026-01-17 01:56:32','2026-01-17 01:56:32','27c2ee9f-5bf3-44b5-ac8e-036cca48e21f'),
(43171,57,9153,NULL,9148,1,'2026-01-17 01:56:32','2026-01-17 01:56:32','9bb42a30-41f5-4ee6-a9ba-3ec035acfbad'),
(43172,57,9153,NULL,9145,2,'2026-01-17 01:56:32','2026-01-17 01:56:32','96949b09-b5f4-4180-803c-b1d9a734caef'),
(43173,57,9153,NULL,9149,3,'2026-01-17 01:56:32','2026-01-17 01:56:32','0f2a10a3-e66a-4581-a143-ac4b7f162d5f'),
(43174,57,9153,NULL,9150,4,'2026-01-17 01:56:32','2026-01-17 01:56:32','cc46e3f6-5feb-4c1d-8e23-4959a45a30aa'),
(43175,57,9153,NULL,9144,5,'2026-01-17 01:56:32','2026-01-17 01:56:32','ddc8b55b-9fed-4202-8c9a-5b05ac70a8db'),
(43176,57,9153,NULL,9146,6,'2026-01-17 01:56:32','2026-01-17 01:56:32','acf3ddb3-690a-4cf9-8e80-9a12823c4aab'),
(43177,57,9153,NULL,9147,7,'2026-01-17 01:56:32','2026-01-17 01:56:32','6e90cddd-0108-4ecf-a313-91e2225e886b'),
(43178,13,9153,NULL,6922,1,'2026-01-17 01:56:32','2026-01-17 01:56:32','e8dcbab7-3082-4990-ad2b-e93aa77d813e'),
(43194,16,1365,NULL,9155,1,'2026-01-17 01:59:14','2026-01-17 01:59:14','8b342258-bed6-46f4-99d6-1f98fe34af25'),
(43195,7,1365,NULL,605,1,'2026-01-17 01:59:14','2026-01-17 01:59:14','307a2324-90b6-44ee-9394-de71f68c420a'),
(43196,7,1365,NULL,617,2,'2026-01-17 01:59:14','2026-01-17 01:59:14','8417347c-0513-4726-aa81-73f6b0148041'),
(43198,32,9156,NULL,2614,1,'2026-01-17 01:59:14','2026-01-17 01:59:14','94989455-6c7f-4668-b948-a019745a6679'),
(43199,32,9156,NULL,2610,2,'2026-01-17 01:59:14','2026-01-17 01:59:14','50be1a88-3112-423c-b6f3-838371c49aff'),
(43200,32,9156,NULL,2598,3,'2026-01-17 01:59:14','2026-01-17 01:59:14','5f6a9100-1777-48f7-9d15-8bbf7cfdb6b2'),
(43201,32,9156,NULL,2608,4,'2026-01-17 01:59:14','2026-01-17 01:59:14','ccd6fdf2-f00e-41a0-97c5-3a350f8db0c0'),
(43202,32,9156,NULL,2600,5,'2026-01-17 01:59:14','2026-01-17 01:59:14','951daaf9-e178-4f5e-b619-1cfcfe3baf84'),
(43203,32,9156,NULL,2596,6,'2026-01-17 01:59:14','2026-01-17 01:59:14','64d51139-460d-42d5-bf8b-2e5329aea040'),
(43204,32,9156,NULL,2602,7,'2026-01-17 01:59:14','2026-01-17 01:59:14','779dd1b8-16c6-4701-bdea-d6da7f2e4427'),
(43205,32,9156,NULL,2612,8,'2026-01-17 01:59:14','2026-01-17 01:59:14','99da869c-4c4b-4b63-bef1-9a9ad1800278'),
(43206,32,9156,NULL,2604,9,'2026-01-17 01:59:14','2026-01-17 01:59:14','49ec8a08-9df7-4270-b089-67c03a3bfd5f'),
(43207,16,9156,NULL,9155,1,'2026-01-17 01:59:14','2026-01-17 01:59:14','985e0dd3-bed5-4fdc-ba76-e72c72a4ea58'),
(43208,7,9156,NULL,605,1,'2026-01-17 01:59:14','2026-01-17 01:59:14','91cc8d14-1d20-4b31-b991-352b71e581cf'),
(43209,7,9156,NULL,617,2,'2026-01-17 01:59:14','2026-01-17 01:59:14','216e88a2-31af-44f4-97a1-bdd40cbe1be9'),
(43210,7,9156,NULL,2969,3,'2026-01-17 01:59:14','2026-01-17 01:59:14','1f741684-ccd0-4b2d-bbda-c3e60c7b62ed'),
(43211,82,9156,NULL,479,1,'2026-01-17 01:59:14','2026-01-17 01:59:14','c6ce229b-6a0e-4618-8138-fcd5da4d3732'),
(43212,46,9156,NULL,7381,1,'2026-01-17 01:59:14','2026-01-17 01:59:14','2498e779-480d-420d-9210-9db5a54a48e1'),
(43228,32,9158,NULL,2614,1,'2026-01-17 01:59:23','2026-01-17 01:59:23','481d4d3b-14da-4b7a-aefa-9efd15ef8824'),
(43229,32,9158,NULL,2610,2,'2026-01-17 01:59:23','2026-01-17 01:59:23','3c4668e7-1373-452d-8935-c4706a423bc2'),
(43230,32,9158,NULL,2598,3,'2026-01-17 01:59:23','2026-01-17 01:59:23','83fc58b6-c273-499f-a751-96084e6aa7aa'),
(43231,32,9158,NULL,2608,4,'2026-01-17 01:59:23','2026-01-17 01:59:23','0e5b2fec-93af-490b-9e86-ff76f2c9ab2d'),
(43232,32,9158,NULL,2600,5,'2026-01-17 01:59:23','2026-01-17 01:59:23','e40e1c6b-6aa4-4e67-a63c-c8fa733c02a8'),
(43233,32,9158,NULL,2596,6,'2026-01-17 01:59:23','2026-01-17 01:59:23','59f168cb-88a2-4270-bffc-a9126664a70c'),
(43234,32,9158,NULL,2602,7,'2026-01-17 01:59:23','2026-01-17 01:59:23','00d1405c-ec99-42a9-867a-b4a7577bfe2d'),
(43235,32,9158,NULL,2612,8,'2026-01-17 01:59:23','2026-01-17 01:59:23','72500132-6ff8-4421-9f50-bd3c527514a5'),
(43236,32,9158,NULL,2604,9,'2026-01-17 01:59:23','2026-01-17 01:59:23','982b697c-4721-4c8d-88da-8c86e9ae4c58'),
(43237,16,9158,NULL,9155,1,'2026-01-17 01:59:23','2026-01-17 01:59:23','5ea307a8-a86c-4852-b96d-0101291056e4'),
(43238,7,9158,NULL,605,1,'2026-01-17 01:59:23','2026-01-17 01:59:23','4c1ed1f9-5696-4242-b5fd-226fad72729c'),
(43239,7,9158,NULL,617,2,'2026-01-17 01:59:23','2026-01-17 01:59:23','aca9da40-6e62-4c92-83fe-2d804efe7959'),
(43240,7,9158,NULL,2969,3,'2026-01-17 01:59:23','2026-01-17 01:59:23','b0e61f40-87dd-4dd2-b050-dffc288c0e31'),
(43241,82,9158,NULL,479,1,'2026-01-17 01:59:23','2026-01-17 01:59:23','12bbdd37-ecc3-4def-9cd4-1eaa284c7c13'),
(43262,57,1365,NULL,9160,1,'2026-01-17 02:00:30','2026-01-17 02:00:30','1575f1bf-53e6-48da-aaf6-9dc0ec526cfd'),
(43263,57,1365,NULL,9162,2,'2026-01-17 02:00:30','2026-01-17 02:00:30','7501019d-af03-4b3a-a812-99226deb5675'),
(43264,57,1365,NULL,9164,3,'2026-01-17 02:00:30','2026-01-17 02:00:30','f17a18b9-6b4d-4ab8-9469-a36767b1fde8'),
(43265,57,1365,NULL,9163,4,'2026-01-17 02:00:30','2026-01-17 02:00:30','b0fa2283-c4ca-47c1-80cf-18b2e3e1eacf'),
(43266,57,1365,NULL,9161,5,'2026-01-17 02:00:30','2026-01-17 02:00:30','efcb17f7-cd1e-4b5e-909b-7b5d9ef13c76'),
(43267,57,1365,NULL,9165,6,'2026-01-17 02:00:30','2026-01-17 02:00:30','c4082247-05e1-455a-a5b4-3f0e0ba3feab'),
(43268,32,9166,NULL,2614,1,'2026-01-17 02:00:30','2026-01-17 02:00:30','169c2c99-0270-419b-be0a-e308cb59aa06'),
(43269,32,9166,NULL,2610,2,'2026-01-17 02:00:30','2026-01-17 02:00:30','f7096d32-c716-41a7-b996-372b80f5a2d5'),
(43270,32,9166,NULL,2598,3,'2026-01-17 02:00:30','2026-01-17 02:00:30','362efae8-1804-4bbd-ba90-9d73dd779e9a'),
(43271,32,9166,NULL,2608,4,'2026-01-17 02:00:30','2026-01-17 02:00:30','10ce1d99-cbec-4e1f-bbda-dfdeef76458b'),
(43272,32,9166,NULL,2600,5,'2026-01-17 02:00:30','2026-01-17 02:00:30','3d3558fd-5740-417b-a339-a52dd5097113'),
(43273,32,9166,NULL,2596,6,'2026-01-17 02:00:30','2026-01-17 02:00:30','7a7d3d17-0a0b-430f-a267-f7aadf56c744'),
(43274,32,9166,NULL,2602,7,'2026-01-17 02:00:30','2026-01-17 02:00:30','bf0d4d9b-1061-4c93-84bb-efba9963c692'),
(43275,32,9166,NULL,2612,8,'2026-01-17 02:00:30','2026-01-17 02:00:30','44371045-f711-410c-93d7-267722a4d338'),
(43276,32,9166,NULL,2604,9,'2026-01-17 02:00:30','2026-01-17 02:00:30','999b56da-cc9d-4d4e-9917-79d7ae929c57'),
(43277,16,9166,NULL,9155,1,'2026-01-17 02:00:30','2026-01-17 02:00:30','3f482db1-2089-438f-b8db-733b8a8219c8'),
(43278,7,9166,NULL,605,1,'2026-01-17 02:00:30','2026-01-17 02:00:30','106550e0-6691-47df-941d-0332b1d86c62'),
(43279,7,9166,NULL,617,2,'2026-01-17 02:00:30','2026-01-17 02:00:30','0b0fbe37-cd26-4b7a-acc9-7c83ca5ebc71'),
(43280,7,9166,NULL,2969,3,'2026-01-17 02:00:30','2026-01-17 02:00:30','9e989a52-1f94-4f86-a013-1f03eff612f3'),
(43281,82,9166,NULL,479,1,'2026-01-17 02:00:30','2026-01-17 02:00:30','2a4fc405-381e-4de6-85a4-1ac2c15d14f2'),
(43282,57,9166,NULL,9160,1,'2026-01-17 02:00:30','2026-01-17 02:00:30','e7409d1e-5260-4559-bf66-4329377af546'),
(43283,57,9166,NULL,9162,2,'2026-01-17 02:00:30','2026-01-17 02:00:30','13ae10ef-2d99-4cc5-8a76-ab2c94d336f0'),
(43284,57,9166,NULL,9164,3,'2026-01-17 02:00:30','2026-01-17 02:00:30','824419fa-0379-42dc-b44c-07cc3469b540'),
(43285,57,9166,NULL,9163,4,'2026-01-17 02:00:30','2026-01-17 02:00:30','ec5eb0e0-1d9f-41e9-bde4-d3c9fa7ced42'),
(43286,57,9166,NULL,9161,5,'2026-01-17 02:00:30','2026-01-17 02:00:30','6f40bc31-a4b4-4ee1-84b8-4be122de81ba'),
(43287,57,9166,NULL,9165,6,'2026-01-17 02:00:30','2026-01-17 02:00:30','04f61030-ce9d-4aa3-974b-4767fd24c226'),
(43308,32,9168,NULL,2614,1,'2026-01-17 02:01:06','2026-01-17 02:01:06','57d3606e-ecf4-4f18-ae7d-035ea1c74709'),
(43309,32,9168,NULL,2610,2,'2026-01-17 02:01:06','2026-01-17 02:01:06','11095f2c-9a5c-4b5c-8c36-0af6bebbde47'),
(43310,32,9168,NULL,2598,3,'2026-01-17 02:01:06','2026-01-17 02:01:06','ebd09310-fcdb-4ee6-b50e-65dddc221606'),
(43311,32,9168,NULL,2608,4,'2026-01-17 02:01:06','2026-01-17 02:01:06','a1e98830-c5d3-4d05-abe9-4891e1db6218'),
(43312,32,9168,NULL,2600,5,'2026-01-17 02:01:06','2026-01-17 02:01:06','21b4b969-a250-431d-bf14-c74275949f21'),
(43313,32,9168,NULL,2596,6,'2026-01-17 02:01:06','2026-01-17 02:01:06','d2bf8031-abf1-4d3e-a79c-466f182dd710'),
(43314,32,9168,NULL,2602,7,'2026-01-17 02:01:06','2026-01-17 02:01:06','698e0fe3-be78-4673-9f77-964b472b86b9'),
(43315,32,9168,NULL,2612,8,'2026-01-17 02:01:06','2026-01-17 02:01:06','e0661c52-2e5c-41d8-ae4e-55a7a0b882c9'),
(43316,32,9168,NULL,2604,9,'2026-01-17 02:01:06','2026-01-17 02:01:06','f2fa998f-48b5-46ba-8da3-7154413c23ac'),
(43317,16,9168,NULL,9155,1,'2026-01-17 02:01:06','2026-01-17 02:01:06','b5c8a18b-2f31-4d7d-9d4e-f2365a21c3a1'),
(43318,7,9168,NULL,605,1,'2026-01-17 02:01:06','2026-01-17 02:01:06','ecd8b11d-a560-4857-8b99-4a07acbc8b52'),
(43319,7,9168,NULL,617,2,'2026-01-17 02:01:06','2026-01-17 02:01:06','b20c101a-0a5e-422d-ae68-6b7d49e32147'),
(43320,7,9168,NULL,2969,3,'2026-01-17 02:01:06','2026-01-17 02:01:06','f3409da5-2097-42fc-94e9-e1e92ab1c915'),
(43321,82,9168,NULL,479,1,'2026-01-17 02:01:06','2026-01-17 02:01:06','bb2e2395-4e38-4e4b-89e7-7f90c2d0a22a'),
(43322,57,9168,NULL,9160,1,'2026-01-17 02:01:06','2026-01-17 02:01:06','8c95a9af-a977-48f2-9afb-77b809c35331'),
(43323,57,9168,NULL,9162,2,'2026-01-17 02:01:06','2026-01-17 02:01:06','b1121a46-d482-49c5-9479-e4af9cb8c0e3'),
(43324,57,9168,NULL,9164,3,'2026-01-17 02:01:06','2026-01-17 02:01:06','f3e1380c-9e8f-426d-a1a6-4eb00e9a266d'),
(43325,57,9168,NULL,9163,4,'2026-01-17 02:01:06','2026-01-17 02:01:06','43a9f6cf-be10-4cc5-ba74-c209ba4c7431'),
(43326,57,9168,NULL,9161,5,'2026-01-17 02:01:06','2026-01-17 02:01:06','0d9e6d49-36e9-4ece-b8cc-31b01cc62ae8'),
(43327,57,9168,NULL,9165,6,'2026-01-17 02:01:06','2026-01-17 02:01:06','0b860fc8-c006-46a3-b358-9b1e11a77140'),
(43348,7,2712,NULL,605,6,'2026-01-17 02:03:53','2026-01-17 20:32:40','875e48fd-d14d-4c31-b9da-66fe3cb95f9c'),
(43349,7,2712,NULL,617,5,'2026-01-17 02:03:53','2026-01-17 20:32:40','24bb7cf2-7e2c-429d-8442-78bdc505c926'),
(43354,32,9170,NULL,2614,1,'2026-01-17 02:03:53','2026-01-17 02:03:53','9ebd1464-caa4-4b95-a51f-37597f1ea6ea'),
(43355,32,9170,NULL,2610,2,'2026-01-17 02:03:53','2026-01-17 02:03:53','a7c1873f-e3ec-4169-b7af-de4c5c40cb17'),
(43356,32,9170,NULL,2598,3,'2026-01-17 02:03:53','2026-01-17 02:03:53','2a18b686-3e18-46af-bbd8-835393dbf6e0'),
(43357,32,9170,NULL,2608,4,'2026-01-17 02:03:53','2026-01-17 02:03:53','df086045-a88d-44dd-96f3-4f57266c3409'),
(43358,32,9170,NULL,2600,5,'2026-01-17 02:03:53','2026-01-17 02:03:53','ed21f8ab-84ea-4c94-92d4-4ff1057227af'),
(43359,32,9170,NULL,2596,6,'2026-01-17 02:03:53','2026-01-17 02:03:53','589018b2-393c-4f9a-8159-46eeb48428bb'),
(43360,32,9170,NULL,2602,7,'2026-01-17 02:03:53','2026-01-17 02:03:53','8c1d914a-bea7-473f-9cc1-16af6010e9af'),
(43361,32,9170,NULL,2612,8,'2026-01-17 02:03:53','2026-01-17 02:03:53','392b9219-732b-4531-b43f-84287338419b'),
(43362,7,9170,NULL,601,1,'2026-01-17 02:03:53','2026-01-17 02:03:53','f30595e4-5130-48f1-9089-e41d2c7c315a'),
(43363,7,9170,NULL,605,2,'2026-01-17 02:03:53','2026-01-17 02:03:53','5432a302-f705-4cdd-ad12-8c0b33f46a90'),
(43364,7,9170,NULL,617,3,'2026-01-17 02:03:53','2026-01-17 02:03:53','f8e160c2-9473-4d00-97e2-c744c1e66d32'),
(43365,7,9170,NULL,2969,4,'2026-01-17 02:03:53','2026-01-17 02:03:53','30b4ea36-16f0-455a-94b2-bcfec5bae92c'),
(43367,7,9170,NULL,2972,6,'2026-01-17 02:03:53','2026-01-17 02:03:53','abad46c3-173e-4cf4-a4c2-0b1628fb6a65'),
(43369,82,9170,NULL,477,1,'2026-01-17 02:03:53','2026-01-17 02:03:53','5c1ca6b5-99a9-4770-9e1f-d2042a5cf8c7'),
(43370,82,9170,NULL,479,2,'2026-01-17 02:03:53','2026-01-17 02:03:53','3870cfa0-af1e-404c-86b5-293c775de59e'),
(43371,46,9170,NULL,7381,1,'2026-01-17 02:03:53','2026-01-17 02:03:53','734a8c20-1d84-4ac2-88b1-5606d34dbb1f'),
(43372,13,9170,NULL,6925,1,'2026-01-17 02:03:53','2026-01-17 02:03:53','41b959de-c450-452e-ad4c-715a31875b31'),
(43394,32,9173,NULL,2614,1,'2026-01-17 02:04:54','2026-01-17 02:04:54','052135c4-9397-4c50-a77e-3c8bf6c2ca38'),
(43395,32,9173,NULL,2610,2,'2026-01-17 02:04:54','2026-01-17 02:04:54','ef81a965-1470-4cad-b711-741265b600cc'),
(43396,32,9173,NULL,2598,3,'2026-01-17 02:04:54','2026-01-17 02:04:54','2ab9ca74-2cdf-44cc-8706-7176cec1060d'),
(43397,32,9173,NULL,2608,4,'2026-01-17 02:04:54','2026-01-17 02:04:54','4a5bd71a-a0cd-4c4b-8dde-4546379287ba'),
(43398,32,9173,NULL,2600,5,'2026-01-17 02:04:54','2026-01-17 02:04:54','b97039bf-bcd0-4fa0-a7d0-96ef60b9448c'),
(43399,32,9173,NULL,2596,6,'2026-01-17 02:04:54','2026-01-17 02:04:54','df393ff8-bfb7-45a3-8998-5871babf8de2'),
(43400,32,9173,NULL,2602,7,'2026-01-17 02:04:54','2026-01-17 02:04:54','b44c93b6-7e9d-44c4-975e-a8c27e736e6b'),
(43401,32,9173,NULL,2612,8,'2026-01-17 02:04:54','2026-01-17 02:04:54','94dd83eb-db3a-49c1-b5a0-4a950488ae8c'),
(43402,7,9173,NULL,601,1,'2026-01-17 02:04:54','2026-01-17 02:04:54','14e8390d-52f9-410f-8b68-5a79e68f9cff'),
(43403,7,9173,NULL,605,2,'2026-01-17 02:04:54','2026-01-17 02:04:54','d8736f44-aef1-43f2-b8b9-683a6e9a958f'),
(43404,7,9173,NULL,617,3,'2026-01-17 02:04:54','2026-01-17 02:04:54','3f9f6da8-a624-4907-aace-ceb49362593b'),
(43405,7,9173,NULL,2969,4,'2026-01-17 02:04:54','2026-01-17 02:04:54','ab36c116-0fb8-4fce-b321-7a2bf0e920d1'),
(43407,7,9173,NULL,2972,6,'2026-01-17 02:04:54','2026-01-17 02:04:54','8285837e-1623-43b9-b7b3-4fad187beff2'),
(43409,82,9173,NULL,477,1,'2026-01-17 02:04:54','2026-01-17 02:04:54','d47e43ef-cf1f-4373-aa44-4ca714cedff0'),
(43410,82,9173,NULL,479,2,'2026-01-17 02:04:54','2026-01-17 02:04:54','ff44a1fd-dd57-4c5b-96dd-d88e14369f67'),
(43411,57,9173,NULL,9172,1,'2026-01-17 02:04:54','2026-01-17 02:04:54','4e50ab70-cfe4-44a6-bcce-6acdf6869816'),
(43412,13,9173,NULL,6925,1,'2026-01-17 02:04:54','2026-01-17 02:04:54','c8af3332-d3e1-43db-8cee-aad42ccd9ede'),
(43432,32,9175,NULL,2614,1,'2026-01-17 02:05:44','2026-01-17 02:05:44','de2b2802-748d-4b79-9065-b4c0c50dec3f'),
(43433,32,9175,NULL,2610,2,'2026-01-17 02:05:44','2026-01-17 02:05:44','f8b281bf-a400-429a-85c9-d03df45b28ef'),
(43434,32,9175,NULL,2598,3,'2026-01-17 02:05:44','2026-01-17 02:05:44','49b8b39e-4796-455d-bf96-d02ab22cd7ab'),
(43435,32,9175,NULL,2608,4,'2026-01-17 02:05:44','2026-01-17 02:05:44','60ac1f22-ca55-4f94-9b57-f33953b84ea4'),
(43436,32,9175,NULL,2600,5,'2026-01-17 02:05:44','2026-01-17 02:05:44','e98dd029-77c5-4024-aa3f-55638332b233'),
(43437,32,9175,NULL,2596,6,'2026-01-17 02:05:44','2026-01-17 02:05:44','37384387-a39b-44f0-bf16-0fb6d205df67'),
(43438,32,9175,NULL,2602,7,'2026-01-17 02:05:44','2026-01-17 02:05:44','02d51be6-117d-479e-b7b1-844c6b5637ba'),
(43439,32,9175,NULL,2612,8,'2026-01-17 02:05:44','2026-01-17 02:05:44','b6d0302e-fbc7-48bd-99cd-abcaae94bc8f'),
(43440,7,9175,NULL,601,1,'2026-01-17 02:05:44','2026-01-17 02:05:44','f9d845ed-7529-4c8a-9669-7f16d471208c'),
(43441,7,9175,NULL,605,2,'2026-01-17 02:05:44','2026-01-17 02:05:44','0179914e-8532-4e27-a45a-bebb5ddac3ce'),
(43442,7,9175,NULL,617,3,'2026-01-17 02:05:44','2026-01-17 02:05:44','7380fd5a-f49c-469a-b1c4-bc0fe910ac60'),
(43443,7,9175,NULL,2969,4,'2026-01-17 02:05:44','2026-01-17 02:05:44','85d2806f-26b3-41c5-8bbf-ad2d2f09c5c3'),
(43445,7,9175,NULL,2972,6,'2026-01-17 02:05:44','2026-01-17 02:05:44','a9a87ead-2189-4911-ab27-3b148e9cd29f'),
(43447,82,9175,NULL,477,1,'2026-01-17 02:05:44','2026-01-17 02:05:44','215b2cfe-3d5b-408a-8a54-e36d21d1ffcb'),
(43448,82,9175,NULL,479,2,'2026-01-17 02:05:44','2026-01-17 02:05:44','8ea57081-c2bc-4dab-b3e1-cdd59b744bc5'),
(43449,57,9175,NULL,9172,1,'2026-01-17 02:05:44','2026-01-17 02:05:44','917e58f5-e151-488b-8842-fd5e537fcfbf'),
(43450,13,9175,NULL,6925,1,'2026-01-17 02:05:44','2026-01-17 02:05:44','b2c4e7a4-0263-44af-8870-5c13e1dce433'),
(43466,7,1371,NULL,605,1,'2026-01-17 02:08:51','2026-01-17 02:08:51','a76a1b78-69e0-447f-a573-ba43855ca006'),
(43467,7,1371,NULL,617,2,'2026-01-17 02:08:51','2026-01-17 02:08:51','dfa51e01-4d9a-41a6-a7f2-76971b4c84f2'),
(43468,32,9177,NULL,2614,1,'2026-01-17 02:08:51','2026-01-17 02:08:51','64f02dee-ef70-4df9-9494-856be820a675'),
(43469,32,9177,NULL,2610,2,'2026-01-17 02:08:51','2026-01-17 02:08:51','72c02ae1-3758-43d8-b68d-f862cc4e15c8'),
(43470,32,9177,NULL,2598,3,'2026-01-17 02:08:51','2026-01-17 02:08:51','45c6eb3c-1d6f-4bf1-bf3f-4fba9967e8f1'),
(43471,32,9177,NULL,2608,4,'2026-01-17 02:08:51','2026-01-17 02:08:51','a80d6acb-7de5-42cb-9e4b-3b15616f8cb4'),
(43472,32,9177,NULL,2624,5,'2026-01-17 02:08:51','2026-01-17 02:08:51','0b45cdfe-9bdf-4363-a915-9d0ad9b91bd1'),
(43473,32,9177,NULL,2600,6,'2026-01-17 02:08:51','2026-01-17 02:08:51','5161d5e7-49d1-4516-8355-ee2be8c8d035'),
(43474,32,9177,NULL,2596,7,'2026-01-17 02:08:51','2026-01-17 02:08:51','a608aabd-18c6-4a0f-827a-372cc7dce57b'),
(43475,32,9177,NULL,2602,8,'2026-01-17 02:08:51','2026-01-17 02:08:51','a181728d-ebc5-40b8-8a1a-899c0fbcb8e7'),
(43476,32,9177,NULL,2606,9,'2026-01-17 02:08:51','2026-01-17 02:08:51','44907921-fba4-4063-b330-d22ac2d9a9c7'),
(43477,32,9177,NULL,2612,10,'2026-01-17 02:08:51','2026-01-17 02:08:51','57b91111-e8ed-4424-8a0b-c572a92bb846'),
(43478,32,9177,NULL,2604,11,'2026-01-17 02:08:51','2026-01-17 02:08:51','a4425703-57ee-4017-8e22-9c780337950e'),
(43479,7,9177,NULL,605,1,'2026-01-17 02:08:51','2026-01-17 02:08:51','de6cef43-33c2-45f4-b97b-9dd6cd4be60f'),
(43480,7,9177,NULL,617,2,'2026-01-17 02:08:51','2026-01-17 02:08:51','7440d641-e249-4622-bc6b-be1b82d2a30a'),
(43481,46,9177,NULL,2891,1,'2026-01-17 02:08:51','2026-01-17 02:08:51','4083b804-b382-4c22-90e7-bcf1604a1a74'),
(43482,13,9177,NULL,6927,1,'2026-01-17 02:08:51','2026-01-17 02:08:51','027954e1-d81f-4c25-9173-010249aa6364'),
(43498,32,9179,NULL,2614,1,'2026-01-17 02:09:41','2026-01-17 02:09:41','12608cae-cdd9-4471-abb4-61a8935948cd'),
(43499,32,9179,NULL,2610,2,'2026-01-17 02:09:41','2026-01-17 02:09:41','915bfe00-51a6-4c6c-b3ec-b553fd022980'),
(43500,32,9179,NULL,2598,3,'2026-01-17 02:09:41','2026-01-17 02:09:41','820512a2-f44d-4d2e-8db4-e5e388da3644'),
(43501,32,9179,NULL,2608,4,'2026-01-17 02:09:41','2026-01-17 02:09:41','1de1396f-7a0d-4b67-8962-56ee60e914e2'),
(43502,32,9179,NULL,2624,5,'2026-01-17 02:09:41','2026-01-17 02:09:41','d45a7d0c-ad2a-46fd-ae85-bb2acc1550c6'),
(43503,32,9179,NULL,2600,6,'2026-01-17 02:09:41','2026-01-17 02:09:41','09d453cd-8f1a-41ed-a17b-13ca9da21e9e'),
(43504,32,9179,NULL,2596,7,'2026-01-17 02:09:41','2026-01-17 02:09:41','765235d7-6720-41cf-9e85-6e2a843a19d5'),
(43505,32,9179,NULL,2602,8,'2026-01-17 02:09:41','2026-01-17 02:09:41','bfec7e78-6189-4638-8b7e-3b38caae805b'),
(43506,32,9179,NULL,2606,9,'2026-01-17 02:09:41','2026-01-17 02:09:41','195d300f-19bc-4ab8-adde-d9c4bb3480a6'),
(43507,32,9179,NULL,2612,10,'2026-01-17 02:09:41','2026-01-17 02:09:41','7bb018d7-6afe-448a-ae8d-1cf24a0e6d29'),
(43508,32,9179,NULL,2604,11,'2026-01-17 02:09:41','2026-01-17 02:09:41','e8bb1b65-3d4a-4361-b409-cd638f3d4f00'),
(43509,7,9179,NULL,605,1,'2026-01-17 02:09:41','2026-01-17 02:09:41','07f7aa89-0f88-481b-8e5d-e2beba737f13'),
(43510,7,9179,NULL,617,2,'2026-01-17 02:09:41','2026-01-17 02:09:41','38ff57cf-9b58-4404-8cb2-c1540254346e'),
(43511,46,9179,NULL,2891,1,'2026-01-17 02:09:41','2026-01-17 02:09:41','0d5e5857-bdd2-4ec0-961f-f368c050e84b'),
(43512,13,9179,NULL,6927,1,'2026-01-17 02:09:41','2026-01-17 02:09:41','4b3ccd2a-e1ad-4b5d-b677-365ab00232c5'),
(43528,16,1377,NULL,9181,1,'2026-01-17 02:12:37','2026-01-17 02:12:37','df33bdde-edb7-4488-aade-d95cbd69827e'),
(43529,7,1377,NULL,605,2,'2026-01-17 02:12:37','2026-01-17 20:33:51','67f94399-50a6-449e-8159-6194032f6d5d'),
(43530,7,1377,NULL,617,3,'2026-01-17 02:12:37','2026-01-17 20:33:51','f6b49272-cccc-460e-a127-a4fe82f64071'),
(43531,7,1377,NULL,2969,1,'2026-01-17 02:12:37','2026-01-17 20:33:51','ee6ca80b-7d3d-4afb-ac61-fa8b8748ca8b'),
(43532,32,9182,NULL,2614,1,'2026-01-17 02:12:37','2026-01-17 02:12:37','9d5fddb6-f90c-4b2a-aee5-6873211118a2'),
(43533,32,9182,NULL,2610,2,'2026-01-17 02:12:37','2026-01-17 02:12:37','cdebf50a-6585-4ca0-a297-273f642c75d9'),
(43534,32,9182,NULL,2598,3,'2026-01-17 02:12:37','2026-01-17 02:12:37','cc4b1448-0a83-4df7-8f2b-c4a1c2b8ba8f'),
(43535,32,9182,NULL,2608,4,'2026-01-17 02:12:37','2026-01-17 02:12:37','60136f63-d278-4d84-b592-87f19e0e365a'),
(43536,32,9182,NULL,2600,5,'2026-01-17 02:12:37','2026-01-17 02:12:37','a8d33150-d6ac-497c-86e4-16159e6b540c'),
(43537,32,9182,NULL,2596,6,'2026-01-17 02:12:37','2026-01-17 02:12:37','b6039938-8032-4b4b-8daa-505d856adb54'),
(43538,32,9182,NULL,2602,7,'2026-01-17 02:12:37','2026-01-17 02:12:37','e005ec0d-d3b6-49cc-af33-15509191ef68'),
(43539,32,9182,NULL,2606,8,'2026-01-17 02:12:37','2026-01-17 02:12:37','86f1b6ce-db36-4ffa-b689-3d618eeaf791'),
(43540,32,9182,NULL,2612,9,'2026-01-17 02:12:37','2026-01-17 02:12:37','8dc9cdf9-7c46-4d7f-96b5-6fdd684d04e5'),
(43541,32,9182,NULL,2604,10,'2026-01-17 02:12:37','2026-01-17 02:12:37','9769b13c-8c7a-46b3-a8c8-044b1aaf34a1'),
(43542,16,9182,NULL,9181,1,'2026-01-17 02:12:37','2026-01-17 02:12:37','7cea2769-dd7e-4562-9b54-7b3dd0740e81'),
(43543,7,9182,NULL,605,1,'2026-01-17 02:12:37','2026-01-17 02:12:37','0a58bbe3-0b76-4c41-93d9-48ecf8a13a0c'),
(43544,7,9182,NULL,617,2,'2026-01-17 02:12:37','2026-01-17 02:12:37','b0a92ce3-1372-4a04-805a-dde7a16de4e5'),
(43545,7,9182,NULL,2969,3,'2026-01-17 02:12:37','2026-01-17 02:12:37','da4fcc06-5c77-42c6-80ed-4df3951964ff'),
(43546,13,9182,NULL,6931,1,'2026-01-17 02:12:37','2026-01-17 02:12:37','f0d2b542-e7db-44d4-86bd-d53ccb53f6ae'),
(43572,57,1377,NULL,9184,1,'2026-01-17 02:13:27','2026-01-17 02:13:27','2342f45a-ec3f-456b-935b-61b5f60a2a6c'),
(43573,57,1377,NULL,9185,2,'2026-01-17 02:13:27','2026-01-17 02:13:27','9f446dc2-2f8b-4aa3-af99-09aea0ffa357'),
(43574,57,1377,NULL,9186,3,'2026-01-17 02:13:27','2026-01-17 02:13:27','82bf4f54-c344-448a-9550-c82d1ffed1a6'),
(43575,57,1377,NULL,9187,4,'2026-01-17 02:13:27','2026-01-17 02:13:27','151d4a66-77ed-44b7-8f81-13c9c45d79b9'),
(43576,57,1377,NULL,9188,5,'2026-01-17 02:13:27','2026-01-17 02:13:27','7b865e4c-15fb-474b-a234-a702d1b2967f'),
(43577,57,1377,NULL,9189,6,'2026-01-17 02:13:27','2026-01-17 02:13:27','83e44537-4829-4501-8ac7-994988f977f0'),
(43578,57,1377,NULL,9190,7,'2026-01-17 02:13:27','2026-01-17 02:13:27','3db09443-7b7e-4a66-8b17-95d317570763'),
(43579,57,1377,NULL,9191,8,'2026-01-17 02:13:27','2026-01-17 02:13:27','dd16e63a-f600-4b34-968f-5a17fb34ff30'),
(43580,57,1377,NULL,9192,9,'2026-01-17 02:13:27','2026-01-17 02:13:27','166bbaa5-7bfe-4682-9814-26b4aa124135'),
(43581,57,1377,NULL,9193,10,'2026-01-17 02:13:27','2026-01-17 02:13:27','a1b6b1b8-4c84-4da6-9df2-249d179e665f'),
(43582,32,9194,NULL,2614,1,'2026-01-17 02:13:27','2026-01-17 02:13:27','c5e8daae-d76f-4d99-aa76-0253a3f1635b'),
(43583,32,9194,NULL,2610,2,'2026-01-17 02:13:27','2026-01-17 02:13:27','7d2856f3-68b1-4eb3-91e5-69ce53cc654d'),
(43584,32,9194,NULL,2598,3,'2026-01-17 02:13:27','2026-01-17 02:13:27','a05361dc-9494-43f2-8a89-065554bf4394'),
(43585,32,9194,NULL,2608,4,'2026-01-17 02:13:27','2026-01-17 02:13:27','ec304edd-5578-4a3c-9cd1-b2bb6866dbfc'),
(43586,32,9194,NULL,2600,5,'2026-01-17 02:13:27','2026-01-17 02:13:27','43b98ab1-e28e-4f46-9819-5186bda7daa6'),
(43587,32,9194,NULL,2596,6,'2026-01-17 02:13:27','2026-01-17 02:13:27','a23b7f28-ba52-4cb4-94db-dad6d76812d0'),
(43588,32,9194,NULL,2602,7,'2026-01-17 02:13:27','2026-01-17 02:13:27','1831821d-08a5-4ec1-9f55-14f7715aa719'),
(43589,32,9194,NULL,2606,8,'2026-01-17 02:13:27','2026-01-17 02:13:27','94d6def1-8977-4760-b4b0-2939c7b92c6d'),
(43590,32,9194,NULL,2612,9,'2026-01-17 02:13:27','2026-01-17 02:13:27','95564001-d228-4009-adbe-69a72b1799f7'),
(43591,32,9194,NULL,2604,10,'2026-01-17 02:13:27','2026-01-17 02:13:27','8d131572-a19a-468d-ae16-e328ad0ec440'),
(43592,16,9194,NULL,9181,1,'2026-01-17 02:13:27','2026-01-17 02:13:27','381a18a9-cc76-40f5-8cf2-b91c21308893'),
(43593,7,9194,NULL,605,1,'2026-01-17 02:13:27','2026-01-17 02:13:27','ad7fe5e7-98c2-4d6b-bf59-9045c29366ba'),
(43594,7,9194,NULL,617,2,'2026-01-17 02:13:27','2026-01-17 02:13:27','a3c825ab-b22f-4c01-8626-f29fa04b9275'),
(43595,7,9194,NULL,2969,3,'2026-01-17 02:13:27','2026-01-17 02:13:27','f097eecf-2f0c-4b48-b54b-bd12413218f7'),
(43596,57,9194,NULL,9184,1,'2026-01-17 02:13:27','2026-01-17 02:13:27','27bd8f6d-4505-4e82-9722-effee4d937f9'),
(43597,57,9194,NULL,9185,2,'2026-01-17 02:13:27','2026-01-17 02:13:27','7191d767-70b1-4a6a-aba3-48b6cf484740'),
(43598,57,9194,NULL,9186,3,'2026-01-17 02:13:27','2026-01-17 02:13:27','e11143c4-d03d-43c4-9e96-779a1560646d'),
(43599,57,9194,NULL,9187,4,'2026-01-17 02:13:27','2026-01-17 02:13:27','ab104ed1-aab3-47f7-a5a2-2217dfc488a0'),
(43600,57,9194,NULL,9188,5,'2026-01-17 02:13:27','2026-01-17 02:13:27','a1714274-d3d7-4028-bfc0-a44a319c74e2'),
(43601,57,9194,NULL,9189,6,'2026-01-17 02:13:27','2026-01-17 02:13:27','911f2e05-ae80-477e-9c4a-7c6d8c84ce74'),
(43602,57,9194,NULL,9190,7,'2026-01-17 02:13:27','2026-01-17 02:13:27','8a0eecaa-2e7e-4600-b117-926140143a36'),
(43603,57,9194,NULL,9191,8,'2026-01-17 02:13:27','2026-01-17 02:13:27','60b6f1a9-ff87-402a-8fec-037c7784c498'),
(43604,57,9194,NULL,9192,9,'2026-01-17 02:13:27','2026-01-17 02:13:27','aa2e6324-d653-465d-ae27-8a2f5290f120'),
(43605,57,9194,NULL,9193,10,'2026-01-17 02:13:27','2026-01-17 02:13:27','09f29166-8981-4659-94b1-5cef9349723a'),
(43606,13,9194,NULL,6931,1,'2026-01-17 02:13:27','2026-01-17 02:13:27','52df87ed-c273-4c74-af04-b80f4ee5a296'),
(43632,32,9196,NULL,2614,1,'2026-01-17 02:13:35','2026-01-17 02:13:35','fda47ffd-000a-4e7b-84bd-8daf7c81bcce'),
(43633,32,9196,NULL,2610,2,'2026-01-17 02:13:35','2026-01-17 02:13:35','76e87f0d-f532-4e0f-ba8e-b276337f3b29'),
(43634,32,9196,NULL,2598,3,'2026-01-17 02:13:35','2026-01-17 02:13:35','855dbd97-f413-4258-9237-8b3774f014d8'),
(43635,32,9196,NULL,2608,4,'2026-01-17 02:13:35','2026-01-17 02:13:35','a4fabbed-4fa6-48ec-a30b-ece776b5e575'),
(43636,32,9196,NULL,2600,5,'2026-01-17 02:13:35','2026-01-17 02:13:35','a00bad41-cd02-4f49-99a9-35eb148c1428'),
(43637,32,9196,NULL,2596,6,'2026-01-17 02:13:35','2026-01-17 02:13:35','9fe91610-b197-4377-a48f-4a70f110cb79'),
(43638,32,9196,NULL,2602,7,'2026-01-17 02:13:35','2026-01-17 02:13:35','1a94b2b4-adfd-4d21-af41-0d5a3e88bf0a'),
(43639,32,9196,NULL,2606,8,'2026-01-17 02:13:35','2026-01-17 02:13:35','13572e26-f086-401e-948b-9322206e2c95'),
(43640,32,9196,NULL,2612,9,'2026-01-17 02:13:35','2026-01-17 02:13:35','2756fe69-4199-4834-a5b4-3f018b71c555'),
(43641,32,9196,NULL,2604,10,'2026-01-17 02:13:35','2026-01-17 02:13:35','1e45de75-9869-4b7a-a07c-95034348b2e4'),
(43642,16,9196,NULL,9181,1,'2026-01-17 02:13:35','2026-01-17 02:13:35','d0e3c170-274c-407d-a342-f97c5ddd1c8c'),
(43643,7,9196,NULL,605,1,'2026-01-17 02:13:35','2026-01-17 02:13:35','f6923243-349c-46cd-8768-37065a0c1bf1'),
(43644,7,9196,NULL,617,2,'2026-01-17 02:13:35','2026-01-17 02:13:35','226622f5-5d08-43d6-a5b7-80255c65f016'),
(43645,7,9196,NULL,2969,3,'2026-01-17 02:13:35','2026-01-17 02:13:35','836da95a-8cef-4545-8ad7-edad42fc2703'),
(43646,57,9196,NULL,9184,1,'2026-01-17 02:13:35','2026-01-17 02:13:35','dd2aff92-e89c-4e46-8b7f-2ee3c5208968'),
(43647,57,9196,NULL,9185,2,'2026-01-17 02:13:35','2026-01-17 02:13:35','762afd6c-ace6-4fe4-b543-0b04c7a9096c'),
(43648,57,9196,NULL,9186,3,'2026-01-17 02:13:35','2026-01-17 02:13:35','af8f4390-74f7-4ac7-b38f-154d56a7a8d5'),
(43649,57,9196,NULL,9187,4,'2026-01-17 02:13:35','2026-01-17 02:13:35','de0b86ae-dade-43a3-80e1-a12deb2057d6'),
(43650,57,9196,NULL,9188,5,'2026-01-17 02:13:35','2026-01-17 02:13:35','13df63a5-1759-4cbc-ade7-b5cad9276395'),
(43651,57,9196,NULL,9189,6,'2026-01-17 02:13:35','2026-01-17 02:13:35','4678dd90-0fd3-4150-a1a5-85ba6002165a'),
(43652,57,9196,NULL,9190,7,'2026-01-17 02:13:35','2026-01-17 02:13:35','843effaa-821a-4e5d-a5a8-963d8aa401a6'),
(43653,57,9196,NULL,9191,8,'2026-01-17 02:13:35','2026-01-17 02:13:35','7d8f7e88-cd35-4b55-a86a-3c972040cbc4'),
(43654,57,9196,NULL,9192,9,'2026-01-17 02:13:35','2026-01-17 02:13:35','f2c191c1-4a6d-45af-bef1-299ae8e319ed'),
(43655,57,9196,NULL,9193,10,'2026-01-17 02:13:35','2026-01-17 02:13:35','ff4f19be-760a-470b-acfe-96a844788fc5'),
(43656,13,9196,NULL,6931,1,'2026-01-17 02:13:35','2026-01-17 02:13:35','db8bee7a-6e5c-4086-84ab-0c7841a4e268'),
(43682,32,9198,NULL,2614,1,'2026-01-17 02:13:55','2026-01-17 02:13:55','3f3af303-f3fa-418d-a1e9-c971c8d0d6a4'),
(43683,32,9198,NULL,2610,2,'2026-01-17 02:13:55','2026-01-17 02:13:55','5c0077ec-9330-4751-90ed-141984c17f72'),
(43684,32,9198,NULL,2598,3,'2026-01-17 02:13:55','2026-01-17 02:13:55','d3fd3aaf-7b9b-4644-b2ea-34ec538ae25d'),
(43685,32,9198,NULL,2608,4,'2026-01-17 02:13:55','2026-01-17 02:13:55','691f1bb2-40e7-4bee-a78e-fa643d4e908a'),
(43686,32,9198,NULL,2600,5,'2026-01-17 02:13:55','2026-01-17 02:13:55','37ba23ac-9d60-430d-8de0-67d9242b0253'),
(43687,32,9198,NULL,2596,6,'2026-01-17 02:13:55','2026-01-17 02:13:55','27a2e4b1-878f-43b4-8da3-ab898e6c0402'),
(43688,32,9198,NULL,2602,7,'2026-01-17 02:13:55','2026-01-17 02:13:55','edf9cf4b-2a65-40f3-9d74-884f04ad621a'),
(43689,32,9198,NULL,2606,8,'2026-01-17 02:13:55','2026-01-17 02:13:55','972a79b0-e585-4296-8de6-ccd494fab127'),
(43690,32,9198,NULL,2612,9,'2026-01-17 02:13:55','2026-01-17 02:13:55','314fbbd8-f82e-42f0-99af-74f85c1c2b1a'),
(43691,32,9198,NULL,2604,10,'2026-01-17 02:13:55','2026-01-17 02:13:55','6a5e8348-6eb4-4efa-8dc2-8b191ed0294d'),
(43692,16,9198,NULL,9181,1,'2026-01-17 02:13:55','2026-01-17 02:13:55','09007b8d-e283-4eb2-b60d-64cf19812f75'),
(43693,7,9198,NULL,605,1,'2026-01-17 02:13:55','2026-01-17 02:13:55','294f55b8-cbfd-47d5-a842-314c6d13e623'),
(43694,7,9198,NULL,617,2,'2026-01-17 02:13:55','2026-01-17 02:13:55','21b26111-d283-4d09-883c-540e47f2243a'),
(43695,7,9198,NULL,2969,3,'2026-01-17 02:13:55','2026-01-17 02:13:55','2f24672b-264a-4c93-bd7c-e9c207441e5e'),
(43696,57,9198,NULL,9184,1,'2026-01-17 02:13:55','2026-01-17 02:13:55','67eed66c-c607-4453-aa89-54f96db3ca5d'),
(43697,57,9198,NULL,9185,2,'2026-01-17 02:13:55','2026-01-17 02:13:55','8de2eb9a-fed1-4c0e-9e78-d821d0351921'),
(43698,57,9198,NULL,9186,3,'2026-01-17 02:13:55','2026-01-17 02:13:55','37f30494-d431-4410-8cbe-ae1c3a354f59'),
(43699,57,9198,NULL,9187,4,'2026-01-17 02:13:55','2026-01-17 02:13:55','975fa00e-983c-4f08-90ad-e97f6cb55c0b'),
(43700,57,9198,NULL,9188,5,'2026-01-17 02:13:55','2026-01-17 02:13:55','81afc9c0-3548-415d-91a1-932254f84e66'),
(43701,57,9198,NULL,9189,6,'2026-01-17 02:13:55','2026-01-17 02:13:55','a0aa6650-5304-4d65-8feb-cc4cb1ffde8b'),
(43702,57,9198,NULL,9190,7,'2026-01-17 02:13:55','2026-01-17 02:13:55','826bcb1f-d660-4809-92e3-0101a79c344a'),
(43703,57,9198,NULL,9191,8,'2026-01-17 02:13:55','2026-01-17 02:13:55','4b5cbcec-864f-4c5d-bb98-f08ab9687f26'),
(43704,57,9198,NULL,9192,9,'2026-01-17 02:13:55','2026-01-17 02:13:55','54e78272-0a81-4665-b69e-eb4a76e1373d'),
(43705,57,9198,NULL,9193,10,'2026-01-17 02:13:55','2026-01-17 02:13:55','a16310a4-5216-40ba-b065-9f98c7305ab8'),
(43706,13,9198,NULL,6931,1,'2026-01-17 02:13:55','2026-01-17 02:13:55','8eb937e4-c1ce-4d45-b137-74affca1d7e9'),
(43717,32,9200,NULL,2614,1,'2026-01-17 02:17:02','2026-01-17 02:17:02','829745dd-185d-48bf-bf73-0d687b812d91'),
(43718,32,9200,NULL,2610,2,'2026-01-17 02:17:02','2026-01-17 02:17:02','b3e0d998-fd39-434a-ba96-0656ba1e52aa'),
(43719,32,9200,NULL,2598,3,'2026-01-17 02:17:02','2026-01-17 02:17:02','074967dc-709d-4931-920b-50b341a1a45e'),
(43720,32,9200,NULL,2608,4,'2026-01-17 02:17:02','2026-01-17 02:17:02','e3886866-7ecc-4edd-a726-132fe93f6ea7'),
(43721,32,9200,NULL,2600,5,'2026-01-17 02:17:02','2026-01-17 02:17:02','26dfbda0-c733-48c9-81ae-b0daefc750eb'),
(43722,32,9200,NULL,2596,6,'2026-01-17 02:17:02','2026-01-17 02:17:02','79c889f2-f185-477c-98fe-5b781eb5e7ea'),
(43723,32,9200,NULL,2602,7,'2026-01-17 02:17:02','2026-01-17 02:17:02','62284566-2c87-4ea9-a175-621a66ba2226'),
(43724,32,9200,NULL,2612,8,'2026-01-17 02:17:02','2026-01-17 02:17:02','1319de95-049c-4ad0-88d9-851070eefabd'),
(43725,32,9200,NULL,2604,9,'2026-01-17 02:17:02','2026-01-17 02:17:02','0a819227-e18c-49e0-b6ff-eb3d02cefdac'),
(43726,82,9200,NULL,479,1,'2026-01-17 02:17:02','2026-01-17 02:17:02','3572085c-0257-4f4b-b060-b881917711ee'),
(43739,7,1383,NULL,605,1,'2026-01-17 02:17:21','2026-01-17 02:17:21','d56eb30d-9b2c-4eb8-8d4c-f13bf14145dd'),
(43740,7,1383,NULL,617,2,'2026-01-17 02:17:21','2026-01-17 02:17:21','efbdcb9f-cd8a-4190-846e-a60abce2de7a'),
(43741,32,9202,NULL,2614,1,'2026-01-17 02:17:21','2026-01-17 02:17:21','55ce2325-076d-4dde-9372-62a25862bf5e'),
(43742,32,9202,NULL,2610,2,'2026-01-17 02:17:21','2026-01-17 02:17:21','a0db1884-aca6-4bef-8376-e255bec74032'),
(43743,32,9202,NULL,2598,3,'2026-01-17 02:17:21','2026-01-17 02:17:21','011f5342-ce13-4c3b-b9e8-9da26dc3675f'),
(43744,32,9202,NULL,2608,4,'2026-01-17 02:17:21','2026-01-17 02:17:21','3cf2928e-872b-466d-98a9-595b6e34b35d'),
(43745,32,9202,NULL,2600,5,'2026-01-17 02:17:21','2026-01-17 02:17:21','91bf4bfb-1ac7-42af-a2bd-2506f60f4510'),
(43746,32,9202,NULL,2596,6,'2026-01-17 02:17:21','2026-01-17 02:17:21','cd24ffc7-657f-453a-8ae3-a3089ce2e021'),
(43747,32,9202,NULL,2602,7,'2026-01-17 02:17:21','2026-01-17 02:17:21','872c859d-653e-4da3-acad-b8bb0df3843d'),
(43748,32,9202,NULL,2612,8,'2026-01-17 02:17:21','2026-01-17 02:17:21','5065c1f7-d942-430f-85f0-a2a4ac6cf346'),
(43749,32,9202,NULL,2604,9,'2026-01-17 02:17:21','2026-01-17 02:17:21','adb451ef-c12c-4de3-9a2b-84cce3439648'),
(43750,7,9202,NULL,605,1,'2026-01-17 02:17:21','2026-01-17 02:17:21','7005cde2-1ee5-4a02-89a4-89ffd8f61bd4'),
(43751,7,9202,NULL,617,2,'2026-01-17 02:17:21','2026-01-17 02:17:21','0f892caa-c44e-4a75-bcbb-daf0ef18167b'),
(43752,82,9202,NULL,479,1,'2026-01-17 02:17:21','2026-01-17 02:17:21','1c314524-c5ae-4f20-a347-31f2bb52aa13'),
(43768,16,1389,NULL,9204,1,'2026-01-17 02:19:51','2026-01-17 02:19:51','ee9c623e-3fdd-41d6-ad61-b499796cee4d'),
(43769,7,1389,NULL,605,3,'2026-01-17 02:19:51','2026-01-17 20:34:40','50f3f9d4-c3c8-4ec5-a7fe-fa5ffd55c6cd'),
(43770,7,1389,NULL,617,2,'2026-01-17 02:19:51','2026-01-17 02:19:51','e2fff505-2a2f-446b-b285-64f9c788f5cb'),
(43771,32,9205,NULL,2614,1,'2026-01-17 02:19:52','2026-01-17 02:19:52','999fe8ae-6840-4578-a778-a594a041f033'),
(43772,32,9205,NULL,2610,2,'2026-01-17 02:19:52','2026-01-17 02:19:52','0ed0e1bd-de0b-47b0-815c-12bc02d6b30c'),
(43773,32,9205,NULL,2598,3,'2026-01-17 02:19:52','2026-01-17 02:19:52','3234d228-43e2-4ef7-a6d0-82764b5d5c73'),
(43774,32,9205,NULL,2608,4,'2026-01-17 02:19:52','2026-01-17 02:19:52','fc81d4f1-6c2e-4848-b937-6c366df71795'),
(43775,32,9205,NULL,2624,5,'2026-01-17 02:19:52','2026-01-17 02:19:52','ac12dd71-f18c-472c-9d11-33a8c0233191'),
(43776,32,9205,NULL,2600,6,'2026-01-17 02:19:52','2026-01-17 02:19:52','9ebdb2ec-89bf-4e87-8be7-f139620c246f');
INSERT INTO `relations` VALUES
(43777,32,9205,NULL,2596,7,'2026-01-17 02:19:52','2026-01-17 02:19:52','820667d0-296d-41c4-b7c0-8cea2604d505'),
(43778,32,9205,NULL,2602,8,'2026-01-17 02:19:52','2026-01-17 02:19:52','4f0ab0ab-1658-432c-994e-af4088da068e'),
(43779,32,9205,NULL,2606,9,'2026-01-17 02:19:52','2026-01-17 02:19:52','f29ae59a-c0a7-4b2b-af33-d94f5d9ba4f0'),
(43780,32,9205,NULL,2612,10,'2026-01-17 02:19:52','2026-01-17 02:19:52','1077ac1a-6c6e-4170-bca0-8902a5046f34'),
(43781,32,9205,NULL,2604,11,'2026-01-17 02:19:52','2026-01-17 02:19:52','89d23ad1-9bfe-43c9-9703-9c74e3f3a68d'),
(43782,16,9205,NULL,9204,1,'2026-01-17 02:19:52','2026-01-17 02:19:52','19f0a2f9-c95b-44e2-b358-551346a28f26'),
(43783,7,9205,NULL,605,1,'2026-01-17 02:19:52','2026-01-17 02:19:52','c7fc4688-bbfc-4159-a887-3074aa03dc93'),
(43784,7,9205,NULL,617,2,'2026-01-17 02:19:52','2026-01-17 02:19:52','03dff24f-f5cf-4774-b23f-7904b3ebe3c5'),
(43785,46,9205,NULL,2891,1,'2026-01-17 02:19:52','2026-01-17 02:19:52','bf7f82ca-4cfa-4257-8331-0cb1dfb91c7c'),
(43808,57,1389,NULL,9211,1,'2026-01-17 02:20:36','2026-01-17 02:20:36','4613889f-077c-49b2-8e09-9d9fd0ee0fca'),
(43809,57,1389,NULL,9210,2,'2026-01-17 02:20:36','2026-01-17 02:20:36','eba39ace-a00e-476d-a8df-19987b721a7b'),
(43810,57,1389,NULL,9213,3,'2026-01-17 02:20:36','2026-01-17 02:20:36','5c3204c4-302a-4f56-8273-1e8028378306'),
(43811,57,1389,NULL,9212,4,'2026-01-17 02:20:36','2026-01-17 02:20:36','e0b81f1e-bdf1-4e31-a3fa-5fb0a6f401f4'),
(43812,57,1389,NULL,9209,5,'2026-01-17 02:20:36','2026-01-17 02:20:36','890acfa3-94cc-4903-801f-ad60f3b5cfd8'),
(43813,57,1389,NULL,9207,6,'2026-01-17 02:20:36','2026-01-17 02:20:36','4c8b23b5-ebf2-4946-80cb-3b96ba793e0c'),
(43814,57,1389,NULL,9208,7,'2026-01-17 02:20:36','2026-01-17 02:20:36','efbbb29c-2fc4-43ec-9499-937466770a4c'),
(43815,32,9214,NULL,2614,1,'2026-01-17 02:20:36','2026-01-17 02:20:36','21909b1a-b867-4d61-8769-338d9d4791fb'),
(43816,32,9214,NULL,2610,2,'2026-01-17 02:20:36','2026-01-17 02:20:36','9358f329-28ef-4b66-be93-971385703137'),
(43817,32,9214,NULL,2598,3,'2026-01-17 02:20:36','2026-01-17 02:20:36','e303578e-2e34-49f3-b235-56efd65ebc61'),
(43818,32,9214,NULL,2608,4,'2026-01-17 02:20:36','2026-01-17 02:20:36','1cef36d8-73d8-4472-9496-97a86c2ba924'),
(43819,32,9214,NULL,2624,5,'2026-01-17 02:20:36','2026-01-17 02:20:36','ac3cbe84-577e-4f5a-a4da-0e481eb6ce70'),
(43820,32,9214,NULL,2600,6,'2026-01-17 02:20:36','2026-01-17 02:20:36','926c3fb3-5462-49d0-b1ac-b16318d4e0aa'),
(43821,32,9214,NULL,2596,7,'2026-01-17 02:20:36','2026-01-17 02:20:36','c4781e58-1910-470b-b90c-10ca7858a963'),
(43822,32,9214,NULL,2602,8,'2026-01-17 02:20:36','2026-01-17 02:20:36','a7b937d5-0443-4c47-b32d-054c19c1c403'),
(43823,32,9214,NULL,2606,9,'2026-01-17 02:20:36','2026-01-17 02:20:36','29c775d4-ca78-4d0f-a344-a9f8e4529e46'),
(43824,32,9214,NULL,2612,10,'2026-01-17 02:20:36','2026-01-17 02:20:36','9dc1294f-a5af-49e2-b7a7-02a971571519'),
(43825,32,9214,NULL,2604,11,'2026-01-17 02:20:36','2026-01-17 02:20:36','5fbbcef5-c798-409e-a31d-6bebd2249d73'),
(43826,16,9214,NULL,9204,1,'2026-01-17 02:20:36','2026-01-17 02:20:36','365e7c5f-d14c-4846-b816-935c23693e29'),
(43827,7,9214,NULL,605,1,'2026-01-17 02:20:36','2026-01-17 02:20:36','061489db-4276-4536-9d4f-f4aed42443d4'),
(43828,7,9214,NULL,617,2,'2026-01-17 02:20:36','2026-01-17 02:20:36','24e080d5-6c34-43a7-967c-9423002afd68'),
(43829,46,9214,NULL,2891,1,'2026-01-17 02:20:36','2026-01-17 02:20:36','9d1961d8-14a5-49f7-b3f5-9d943da9e93b'),
(43830,57,9214,NULL,9211,1,'2026-01-17 02:20:36','2026-01-17 02:20:36','b2e962cc-8112-418e-bdad-5772a4ed1346'),
(43831,57,9214,NULL,9210,2,'2026-01-17 02:20:36','2026-01-17 02:20:36','11006b60-c30b-4d62-88b6-5737e99c966a'),
(43832,57,9214,NULL,9213,3,'2026-01-17 02:20:36','2026-01-17 02:20:36','d2ed6f4f-6d4c-409d-a498-2cc775cefdf0'),
(43833,57,9214,NULL,9212,4,'2026-01-17 02:20:36','2026-01-17 02:20:36','aa3854c3-57c3-4fab-bb9d-2b9deec9b69a'),
(43834,57,9214,NULL,9209,5,'2026-01-17 02:20:36','2026-01-17 02:20:36','43fc5d41-a607-4c82-a986-7d40f3acc02e'),
(43835,57,9214,NULL,9207,6,'2026-01-17 02:20:36','2026-01-17 02:20:36','d4ed6a28-8ec6-4df2-863c-a6b285bb64fc'),
(43836,57,9214,NULL,9208,7,'2026-01-17 02:20:36','2026-01-17 02:20:36','03f68073-d654-4727-b550-cb69061a8919'),
(43859,32,9216,NULL,2614,1,'2026-01-17 02:24:29','2026-01-17 02:24:29','285e55ea-3bde-4e86-9de8-a1ea85cd2c02'),
(43860,32,9216,NULL,2610,2,'2026-01-17 02:24:29','2026-01-17 02:24:29','8934bf3e-d4a0-4f86-a93a-68dc000eb4cd'),
(43861,32,9216,NULL,2598,3,'2026-01-17 02:24:29','2026-01-17 02:24:29','5df93c1b-315e-428d-9bc3-e3995ac212d9'),
(43862,32,9216,NULL,2608,4,'2026-01-17 02:24:29','2026-01-17 02:24:29','91537edc-2caa-4874-a0f0-1f523c3814b4'),
(43863,32,9216,NULL,2624,5,'2026-01-17 02:24:29','2026-01-17 02:24:29','cddf9fd4-f558-4e95-a0bd-5e8d395df158'),
(43864,32,9216,NULL,2600,6,'2026-01-17 02:24:29','2026-01-17 02:24:29','c6eb0e0b-a2c6-43d8-8a3e-91b10fae5e18'),
(43865,32,9216,NULL,2596,7,'2026-01-17 02:24:29','2026-01-17 02:24:29','2e3d9288-9054-4a3d-810b-4b932e32f27f'),
(43866,32,9216,NULL,2602,8,'2026-01-17 02:24:29','2026-01-17 02:24:29','7c67e3b2-31fa-4796-a5f1-45b15ddf900d'),
(43867,32,9216,NULL,2606,9,'2026-01-17 02:24:29','2026-01-17 02:24:29','730f1288-af8b-4abe-9bb1-55507369966c'),
(43868,32,9216,NULL,2612,10,'2026-01-17 02:24:29','2026-01-17 02:24:29','cda724a2-0065-4341-b54a-3efbd365d811'),
(43869,32,9216,NULL,2604,11,'2026-01-17 02:24:29','2026-01-17 02:24:29','1aaa7f54-bed5-42e1-af7e-1b33ce8bd88a'),
(43870,16,9216,NULL,9204,1,'2026-01-17 02:24:29','2026-01-17 02:24:29','640f33eb-31d5-42cd-ba85-2b241cacd8e8'),
(43871,7,9216,NULL,605,1,'2026-01-17 02:24:29','2026-01-17 02:24:29','c77c5701-c4d0-4b41-a343-cee62ce7a0e5'),
(43872,7,9216,NULL,617,2,'2026-01-17 02:24:29','2026-01-17 02:24:29','b63c3b32-64da-44af-9ea1-a7147feb6083'),
(43873,46,9216,NULL,2891,1,'2026-01-17 02:24:29','2026-01-17 02:24:29','aee996a6-38b4-4369-bce7-c4afb83a005a'),
(43874,57,9216,NULL,9211,1,'2026-01-17 02:24:29','2026-01-17 02:24:29','22894b2b-d694-4877-a9aa-2d129e9378db'),
(43875,57,9216,NULL,9210,2,'2026-01-17 02:24:29','2026-01-17 02:24:29','24c49a33-0a2d-42af-b7e3-1f649b292f41'),
(43876,57,9216,NULL,9213,3,'2026-01-17 02:24:29','2026-01-17 02:24:29','c727e30f-2d51-4575-b3f8-25e34ed8e7e4'),
(43877,57,9216,NULL,9212,4,'2026-01-17 02:24:29','2026-01-17 02:24:29','049fdbea-382c-4c01-9d74-f330548e85ad'),
(43878,57,9216,NULL,9209,5,'2026-01-17 02:24:29','2026-01-17 02:24:29','afa8c572-46af-4971-8ae1-a9ecde08a3c0'),
(43879,57,9216,NULL,9207,6,'2026-01-17 02:24:29','2026-01-17 02:24:29','fdfab153-e45a-4e5c-8708-c445d15711e2'),
(43880,57,9216,NULL,9208,7,'2026-01-17 02:24:29','2026-01-17 02:24:29','2f5190d0-334a-45c4-ad79-26d469873472'),
(43903,32,9218,NULL,2614,1,'2026-01-17 02:24:49','2026-01-17 02:24:49','71d42c84-3b65-4004-9cc2-4a7c3c41e6f9'),
(43904,32,9218,NULL,2610,2,'2026-01-17 02:24:49','2026-01-17 02:24:49','e067bd3d-a8ec-4f4d-bf8a-ff2a8a8cf7a9'),
(43905,32,9218,NULL,2598,3,'2026-01-17 02:24:49','2026-01-17 02:24:49','be4d02c5-2818-4640-8ff5-5d0863d5ed25'),
(43906,32,9218,NULL,2608,4,'2026-01-17 02:24:49','2026-01-17 02:24:49','12f0c95d-2d01-448e-998b-a84efc3e9960'),
(43907,32,9218,NULL,2624,5,'2026-01-17 02:24:49','2026-01-17 02:24:49','cd247afd-8481-4e0b-945e-1bde8f08ffc2'),
(43908,32,9218,NULL,2600,6,'2026-01-17 02:24:49','2026-01-17 02:24:49','8e95baa0-3d58-468b-bedd-04ee23ca2dee'),
(43909,32,9218,NULL,2596,7,'2026-01-17 02:24:49','2026-01-17 02:24:49','27ae651f-422f-42d0-9571-98d49fdcf181'),
(43910,32,9218,NULL,2602,8,'2026-01-17 02:24:49','2026-01-17 02:24:49','72996e38-dbfa-4e58-9ae4-cef459348385'),
(43911,32,9218,NULL,2606,9,'2026-01-17 02:24:49','2026-01-17 02:24:49','66087a93-2b89-4944-98ed-2ec91b6d2648'),
(43912,32,9218,NULL,2612,10,'2026-01-17 02:24:49','2026-01-17 02:24:49','d30171e8-61ae-4242-a75a-aed92bcd6f72'),
(43913,32,9218,NULL,2604,11,'2026-01-17 02:24:49','2026-01-17 02:24:49','3adb7dc9-499f-4085-b783-4fa2c77cd904'),
(43914,16,9218,NULL,9204,1,'2026-01-17 02:24:49','2026-01-17 02:24:49','6b859843-5a5d-4b72-8bb8-118586d59db0'),
(43915,7,9218,NULL,605,1,'2026-01-17 02:24:49','2026-01-17 02:24:49','ddfb6d69-6db2-4521-b6a5-d57c4ad22c9a'),
(43916,7,9218,NULL,617,2,'2026-01-17 02:24:49','2026-01-17 02:24:49','818519ef-a39e-4484-8349-991bc5092e80'),
(43917,46,9218,NULL,2891,1,'2026-01-17 02:24:49','2026-01-17 02:24:49','b915f21f-a965-4752-acf9-9f76c76d4e48'),
(43918,57,9218,NULL,9211,1,'2026-01-17 02:24:49','2026-01-17 02:24:49','a95e65aa-d8b0-495a-a674-db3520948842'),
(43919,57,9218,NULL,9210,2,'2026-01-17 02:24:49','2026-01-17 02:24:49','178366cf-dbf9-473a-9996-958fbdf9417f'),
(43920,57,9218,NULL,9213,3,'2026-01-17 02:24:49','2026-01-17 02:24:49','4a4a16ed-a9aa-4901-b3f9-174a5d020ebd'),
(43921,57,9218,NULL,9212,4,'2026-01-17 02:24:49','2026-01-17 02:24:49','6aa8a7d2-5c70-4c56-998b-34bcd0f3162f'),
(43922,57,9218,NULL,9209,5,'2026-01-17 02:24:49','2026-01-17 02:24:49','1d2a5834-37d0-4c70-a408-87264e376af5'),
(43923,57,9218,NULL,9207,6,'2026-01-17 02:24:49','2026-01-17 02:24:49','d3b9b5aa-6e85-4cea-9041-7b8754c67375'),
(43924,57,9218,NULL,9208,7,'2026-01-17 02:24:49','2026-01-17 02:24:49','997c80de-e131-42b2-8615-bcfc59221330'),
(43929,16,1395,NULL,9219,1,'2026-01-17 02:27:00','2026-01-17 02:27:00','97a9b47b-fbbc-49f2-8d9d-e8bf23abc3c2'),
(43930,7,1395,NULL,601,1,'2026-01-17 02:27:00','2026-01-17 02:27:00','ab7d250f-fa45-4146-833b-41b6598c9fdf'),
(43931,7,1395,NULL,605,2,'2026-01-17 02:27:00','2026-01-17 02:27:00','73d65885-90f1-4629-be96-408d672a398b'),
(43932,7,1395,NULL,617,3,'2026-01-17 02:27:00','2026-01-17 02:27:00','a0ef3df0-6979-4e0f-b4e1-143697da22c4'),
(43933,32,9220,NULL,2610,1,'2026-01-17 02:27:00','2026-01-17 02:27:00','67e6769f-11af-4428-8476-af7a8cadc532'),
(43934,32,9220,NULL,2598,2,'2026-01-17 02:27:00','2026-01-17 02:27:00','68d59ed9-e730-4b56-8fd5-67fa55779183'),
(43935,32,9220,NULL,2600,3,'2026-01-17 02:27:00','2026-01-17 02:27:00','e9aa6800-c430-4086-a200-69ca046a5b1e'),
(43936,32,9220,NULL,2604,4,'2026-01-17 02:27:00','2026-01-17 02:27:00','2fb8aeb8-1b5c-44e8-bf30-1cc0ce9fc19d'),
(43937,16,9220,NULL,9219,1,'2026-01-17 02:27:00','2026-01-17 02:27:00','cfa33b2c-8814-435f-b74e-090a73213b45'),
(43938,7,9220,NULL,601,1,'2026-01-17 02:27:00','2026-01-17 02:27:00','bbb2528e-1d2d-4735-9c0e-afea83174e41'),
(43939,7,9220,NULL,605,2,'2026-01-17 02:27:00','2026-01-17 02:27:00','e7e929af-6a38-4cad-8be0-7698d086bd3e'),
(43940,7,9220,NULL,617,3,'2026-01-17 02:27:00','2026-01-17 02:27:00','c2f5ac6a-623d-42dd-a98a-efe7cd991d81'),
(43941,82,9220,NULL,469,1,'2026-01-17 02:27:00','2026-01-17 02:27:00','42103083-d8e0-4f09-9943-8c7e6a224f3c'),
(43942,82,9220,NULL,475,2,'2026-01-17 02:27:00','2026-01-17 02:27:00','93de61bd-c3f5-49eb-8747-07d37f8ce707'),
(43943,82,9220,NULL,479,3,'2026-01-17 02:27:00','2026-01-17 02:27:00','fcc911d5-becd-4906-a6ca-a5f4a59c3996'),
(43944,82,9220,NULL,491,4,'2026-01-17 02:27:00','2026-01-17 02:27:00','4cbc08a4-91b5-4b87-ab8c-81676e404aa9'),
(43962,57,1395,NULL,9222,1,'2026-01-17 02:29:24','2026-01-17 02:29:24','09538681-c256-4a94-a603-1b8b702bd60d'),
(43963,57,1395,NULL,9223,2,'2026-01-17 02:29:24','2026-01-17 02:29:24','733730b2-f547-44e6-b645-78e11f7a561c'),
(43964,57,1395,NULL,9224,3,'2026-01-17 02:29:24','2026-01-17 02:29:24','bd25c662-88ea-4210-a378-71e84a881039'),
(43965,57,1395,NULL,9225,4,'2026-01-17 02:29:24','2026-01-17 02:29:24','ebc2e562-9376-48f1-bce9-c13e85377528'),
(43966,57,1395,NULL,9226,5,'2026-01-17 02:29:24','2026-01-17 02:29:24','0fce6905-3f51-4175-8993-83d5cac9a043'),
(43967,32,9227,NULL,2610,1,'2026-01-17 02:29:24','2026-01-17 02:29:24','83fe5fff-0cc2-4a8d-92a3-e12967e49086'),
(43968,32,9227,NULL,2598,2,'2026-01-17 02:29:24','2026-01-17 02:29:24','4dc2edeb-b269-4500-88c3-cc779d1858d3'),
(43969,32,9227,NULL,2600,3,'2026-01-17 02:29:24','2026-01-17 02:29:24','d1364cc3-1571-4e84-8d37-70287bfde273'),
(43970,32,9227,NULL,2604,4,'2026-01-17 02:29:24','2026-01-17 02:29:24','e0fa753a-bc85-4d24-bfdb-dc6df9b03963'),
(43971,16,9227,NULL,9219,1,'2026-01-17 02:29:24','2026-01-17 02:29:24','2e2b32a0-38f6-4dc4-916c-b47b90683fcf'),
(43972,7,9227,NULL,601,1,'2026-01-17 02:29:24','2026-01-17 02:29:24','30c06e1f-f218-46e9-9ba5-cc91e9a6b89a'),
(43973,7,9227,NULL,605,2,'2026-01-17 02:29:24','2026-01-17 02:29:24','fa8521f8-419b-4031-8ff6-3f9389b4dc1e'),
(43974,7,9227,NULL,617,3,'2026-01-17 02:29:24','2026-01-17 02:29:24','34302a68-8b12-404a-acd9-b848599885fa'),
(43975,82,9227,NULL,469,1,'2026-01-17 02:29:24','2026-01-17 02:29:24','fbecc427-0e92-4f36-8674-2875f74f4d1e'),
(43976,82,9227,NULL,475,2,'2026-01-17 02:29:24','2026-01-17 02:29:24','03aa2349-de52-4905-b6c4-fab0b713aefe'),
(43977,82,9227,NULL,479,3,'2026-01-17 02:29:24','2026-01-17 02:29:24','8f8ac5d4-de6f-4f81-b151-b35db39afde4'),
(43978,82,9227,NULL,491,4,'2026-01-17 02:29:24','2026-01-17 02:29:24','782199a9-5f7f-4ffe-87c0-09d7340e809f'),
(43979,57,9227,NULL,9222,1,'2026-01-17 02:29:24','2026-01-17 02:29:24','c76c3dfa-e999-46a4-83e2-0d6e9863304a'),
(43980,57,9227,NULL,9223,2,'2026-01-17 02:29:24','2026-01-17 02:29:24','5685fc75-b0a6-42ea-b942-407a95c528d4'),
(43981,57,9227,NULL,9224,3,'2026-01-17 02:29:24','2026-01-17 02:29:24','35d2179b-03c8-4173-91cc-ca327b680d2a'),
(43982,57,9227,NULL,9225,4,'2026-01-17 02:29:24','2026-01-17 02:29:24','036ec9f5-a6dd-4fe3-9815-2c8c8f7cdba2'),
(43983,57,9227,NULL,9226,5,'2026-01-17 02:29:24','2026-01-17 02:29:24','47ba2737-ff2d-455f-aff8-17e6d43b7223'),
(44001,32,9229,NULL,2610,1,'2026-01-17 02:30:01','2026-01-17 02:30:01','7eba73fe-287d-4e52-a2f9-fc3a2ec884f6'),
(44002,32,9229,NULL,2598,2,'2026-01-17 02:30:01','2026-01-17 02:30:01','670c5224-14b6-4e58-82b4-7224b4e5d815'),
(44003,32,9229,NULL,2600,3,'2026-01-17 02:30:01','2026-01-17 02:30:01','e6533fbb-2822-48bb-8268-378d4f78fa93'),
(44004,32,9229,NULL,2604,4,'2026-01-17 02:30:01','2026-01-17 02:30:01','a47382b8-2621-4147-a295-0eaac855c0b9'),
(44005,16,9229,NULL,9219,1,'2026-01-17 02:30:01','2026-01-17 02:30:01','df1ea499-850b-48f1-9db4-05aef793ec41'),
(44006,7,9229,NULL,601,1,'2026-01-17 02:30:01','2026-01-17 02:30:01','ba9c9fc3-7128-4c73-8eaf-b39dffdde1d5'),
(44007,7,9229,NULL,605,2,'2026-01-17 02:30:01','2026-01-17 02:30:01','28cdbcbc-4d5d-4557-a6c5-d5ec637624bb'),
(44008,7,9229,NULL,617,3,'2026-01-17 02:30:01','2026-01-17 02:30:01','3d733722-6e5f-4363-90ad-6591bd6dd775'),
(44009,82,9229,NULL,469,1,'2026-01-17 02:30:01','2026-01-17 02:30:01','a32a49d5-a5b4-4bf9-9f01-2e357e3f3fbd'),
(44010,82,9229,NULL,475,2,'2026-01-17 02:30:01','2026-01-17 02:30:01','1aa13709-2fd5-4f55-9d68-377a3e9822a4'),
(44011,82,9229,NULL,479,3,'2026-01-17 02:30:01','2026-01-17 02:30:01','66900249-f2b7-405d-8ae4-bf7ec5882715'),
(44012,82,9229,NULL,491,4,'2026-01-17 02:30:01','2026-01-17 02:30:01','7f6f47d7-34b4-4ab8-9eac-a98171135332'),
(44013,57,9229,NULL,9222,1,'2026-01-17 02:30:01','2026-01-17 02:30:01','2f35e9c2-1ef5-4fc8-8973-f71cf3b6d06f'),
(44014,57,9229,NULL,9223,2,'2026-01-17 02:30:01','2026-01-17 02:30:01','a51ba3dd-146e-40a2-ab92-cbd82398318e'),
(44015,57,9229,NULL,9224,3,'2026-01-17 02:30:01','2026-01-17 02:30:01','0499c042-32e2-43bb-80dd-5f01ab0d5d3d'),
(44016,57,9229,NULL,9225,4,'2026-01-17 02:30:01','2026-01-17 02:30:01','2c35517a-9f3d-4d25-a873-d4350a7ff7a0'),
(44017,57,9229,NULL,9226,5,'2026-01-17 02:30:01','2026-01-17 02:30:01','da98a516-775a-4d1c-8e2f-b5b6a02ecd91'),
(44029,7,1401,NULL,605,1,'2026-01-17 02:32:56','2026-01-17 02:32:56','6771eced-45f2-4cc6-bbe5-50baecdefe20'),
(44030,7,1401,NULL,617,2,'2026-01-17 02:32:56','2026-01-17 02:32:56','7f6c6e8a-83ef-448a-969d-05702e7028af'),
(44031,32,9231,NULL,2610,1,'2026-01-17 02:32:56','2026-01-17 02:32:56','cefb22f2-afa2-463a-b621-34a1882b996f'),
(44032,32,9231,NULL,2598,2,'2026-01-17 02:32:56','2026-01-17 02:32:56','e7bc8721-3547-4c6a-b965-e4513d4c06da'),
(44033,32,9231,NULL,2600,3,'2026-01-17 02:32:56','2026-01-17 02:32:56','8909cf25-3c35-42bc-bdc3-d27dfb268beb'),
(44034,32,9231,NULL,2604,4,'2026-01-17 02:32:56','2026-01-17 02:32:56','1515b5c8-471b-4c9e-86ad-f240f0ea3d70'),
(44035,7,9231,NULL,605,1,'2026-01-17 02:32:56','2026-01-17 02:32:56','1c4101fa-f717-4599-8860-e8746238a57b'),
(44036,7,9231,NULL,617,2,'2026-01-17 02:32:56','2026-01-17 02:32:56','67593099-2a95-475e-86e8-a19533be3e78'),
(44037,82,9231,NULL,469,1,'2026-01-17 02:32:56','2026-01-17 02:32:56','8b031a6c-a196-42be-b856-6d1c5cb092e5'),
(44038,82,9231,NULL,475,2,'2026-01-17 02:32:56','2026-01-17 02:32:56','4c40c9c6-99ac-4f78-983f-b20c4bea2672'),
(44039,82,9231,NULL,479,3,'2026-01-17 02:32:56','2026-01-17 02:32:56','72f1c0ac-0972-416d-9606-89d964836e8a'),
(44040,82,9231,NULL,491,4,'2026-01-17 02:32:56','2026-01-17 02:32:56','9aac2859-139f-495f-b2b4-06d121586941'),
(44041,13,9231,NULL,7732,1,'2026-01-17 02:32:56','2026-01-17 02:32:56','c4d4bf34-2ece-412c-ba9d-eda2dcf665ce'),
(44053,32,9233,NULL,2610,1,'2026-01-17 02:33:00','2026-01-17 02:33:00','fbf55d81-9701-4ebe-a76e-534edfc898fd'),
(44054,32,9233,NULL,2598,2,'2026-01-17 02:33:00','2026-01-17 02:33:00','1b915837-783b-408b-9fd4-2352b042f598'),
(44055,32,9233,NULL,2600,3,'2026-01-17 02:33:00','2026-01-17 02:33:00','408bee13-8ca5-4893-8548-f3d6074e65a3'),
(44056,32,9233,NULL,2604,4,'2026-01-17 02:33:00','2026-01-17 02:33:00','2b2595ed-1f2e-44cf-806c-b33a610b3dc9'),
(44057,7,9233,NULL,605,1,'2026-01-17 02:33:00','2026-01-17 02:33:00','ff966457-f73e-4717-984f-fe7d85f69ee1'),
(44058,7,9233,NULL,617,2,'2026-01-17 02:33:00','2026-01-17 02:33:00','a88bd446-af63-4776-a91f-ab1b0beecc04'),
(44059,82,9233,NULL,469,1,'2026-01-17 02:33:00','2026-01-17 02:33:00','82c0a66f-0c89-4617-a24a-39db774989a0'),
(44060,82,9233,NULL,475,2,'2026-01-17 02:33:00','2026-01-17 02:33:00','5c92edec-0251-459e-934d-0d9cbff216bd'),
(44061,82,9233,NULL,479,3,'2026-01-17 02:33:00','2026-01-17 02:33:00','7a71a54e-b210-4d4d-91d5-f178f5651844'),
(44062,82,9233,NULL,491,4,'2026-01-17 02:33:00','2026-01-17 02:33:00','e28444bd-44d2-4d61-b5a1-351975dc4bc4'),
(44063,13,9233,NULL,7732,1,'2026-01-17 02:33:00','2026-01-17 02:33:00','dc307039-3e76-43a6-bef7-94bb7cffb910'),
(44089,32,9235,NULL,2610,1,'2026-01-17 02:34:16','2026-01-17 02:34:16','c028ad13-1e52-432e-81de-59a45a48ce65'),
(44090,32,9235,NULL,2598,2,'2026-01-17 02:34:16','2026-01-17 02:34:16','f94b7266-d323-4ac1-ab5c-805903f901b4'),
(44091,32,9235,NULL,2624,3,'2026-01-17 02:34:16','2026-01-17 02:34:16','5e6eaad7-26dd-4bb5-8297-83718c59057b'),
(44092,32,9235,NULL,2600,4,'2026-01-17 02:34:16','2026-01-17 02:34:16','dae16e58-5ca2-409d-b1ee-03fbdbcc471d'),
(44093,32,9235,NULL,2606,5,'2026-01-17 02:34:16','2026-01-17 02:34:16','ae015f56-4ed1-4c78-bfb7-ef11ecd0aaab'),
(44094,32,9235,NULL,2604,6,'2026-01-17 02:34:16','2026-01-17 02:34:16','ab04aae3-857d-4148-a2d1-9af5275204a9'),
(44095,32,9235,NULL,2614,7,'2026-01-17 02:34:16','2026-01-17 02:34:16','c630f8fd-d983-403d-9c25-5144200f6586'),
(44096,32,9235,NULL,2608,8,'2026-01-17 02:34:16','2026-01-17 02:34:16','c04e2c1f-bdaf-47fa-89b8-7fe83c9aaaf5'),
(44097,32,9235,NULL,2596,9,'2026-01-17 02:34:16','2026-01-17 02:34:16','734a8fdb-ada3-415c-a7d5-fe0351a4dbe7'),
(44098,32,9235,NULL,2602,10,'2026-01-17 02:34:16','2026-01-17 02:34:16','4536f958-718e-418e-aac8-c159e52c9d1c'),
(44099,32,9235,NULL,2612,11,'2026-01-17 02:34:16','2026-01-17 02:34:16','3fd524de-5a78-4419-a53d-33597852796a'),
(44100,16,9235,NULL,5191,1,'2026-01-17 02:34:16','2026-01-17 02:34:16','323343d9-d103-4f40-bb85-43660168848b'),
(44101,7,9235,NULL,601,1,'2026-01-17 02:34:16','2026-01-17 02:34:16','5c0fc49f-2d38-47d2-87e7-eaf33b50571e'),
(44102,7,9235,NULL,3468,2,'2026-01-17 02:34:16','2026-01-17 02:34:16','40223d8e-9662-4a74-b077-0e2ef8059832'),
(44103,7,9235,NULL,617,3,'2026-01-17 02:34:16','2026-01-17 02:34:16','2d35b85a-ca81-4398-a19b-712389b10386'),
(44104,7,9235,NULL,605,4,'2026-01-17 02:34:16','2026-01-17 02:34:16','8c14e69d-7b72-4805-9070-525ca1831bc0'),
(44105,82,9235,NULL,479,1,'2026-01-17 02:34:16','2026-01-17 02:34:16','905060aa-fb95-4f5e-bc42-4197acc03cad'),
(44106,57,9235,NULL,5185,1,'2026-01-17 02:34:16','2026-01-17 02:34:16','51c1ec38-fdeb-457c-b4d2-0867cd554e02'),
(44107,57,9235,NULL,5186,2,'2026-01-17 02:34:16','2026-01-17 02:34:16','f379ed6f-6e44-4f00-aeb5-a1419f2dee9b'),
(44108,57,9235,NULL,5187,3,'2026-01-17 02:34:16','2026-01-17 02:34:16','68ae4519-37d0-4ceb-b08f-25c7cd0de969'),
(44109,57,9235,NULL,5188,4,'2026-01-17 02:34:16','2026-01-17 02:34:16','81ab8720-5df1-4403-996a-f9d17d4cf3f5'),
(44110,57,9235,NULL,5189,5,'2026-01-17 02:34:16','2026-01-17 02:34:16','a86eee29-288a-4e97-96f8-b8a298626ae1'),
(44111,57,9235,NULL,5190,6,'2026-01-17 02:34:16','2026-01-17 02:34:16','b440dc44-6490-4d89-a406-4a18d473381c'),
(44137,32,9237,NULL,2610,1,'2026-01-17 02:34:58','2026-01-17 02:34:58','92e8e12f-2ca3-4dc2-97c6-fb3fe6f20678'),
(44138,32,9237,NULL,2598,2,'2026-01-17 02:34:58','2026-01-17 02:34:58','766f3bd9-6680-4f9e-b29c-251d112583e5'),
(44139,32,9237,NULL,2624,3,'2026-01-17 02:34:58','2026-01-17 02:34:58','2542a1fa-f5e1-4d91-b1c4-8d6586fbdb2e'),
(44140,32,9237,NULL,2600,4,'2026-01-17 02:34:58','2026-01-17 02:34:58','302992d8-6800-4e15-b39b-1602bad5cf0a'),
(44141,32,9237,NULL,2606,5,'2026-01-17 02:34:58','2026-01-17 02:34:58','d1ffabe3-0354-4ede-8e26-2539dee0125c'),
(44142,32,9237,NULL,2604,6,'2026-01-17 02:34:58','2026-01-17 02:34:58','6d4a76ea-c409-4f5b-94d5-b5057f563481'),
(44143,32,9237,NULL,2614,7,'2026-01-17 02:34:58','2026-01-17 02:34:58','11411835-b83a-4e47-92d7-9d14c848b2ae'),
(44144,32,9237,NULL,2608,8,'2026-01-17 02:34:58','2026-01-17 02:34:58','092e0291-3ffc-47f5-86b5-f0a805f1f04d'),
(44145,32,9237,NULL,2596,9,'2026-01-17 02:34:58','2026-01-17 02:34:58','e2b786e5-faf4-4735-b538-dc0f711bf02f'),
(44146,32,9237,NULL,2602,10,'2026-01-17 02:34:58','2026-01-17 02:34:58','7e4d9020-3b06-4cda-853e-3868caa0ea0c'),
(44147,32,9237,NULL,2612,11,'2026-01-17 02:34:58','2026-01-17 02:34:58','1d976b40-afed-4392-b6a1-8c9bdf0344f2'),
(44148,16,9237,NULL,5191,1,'2026-01-17 02:34:58','2026-01-17 02:34:58','ce2a601b-a4cb-43e9-9f77-fca469749942'),
(44149,7,9237,NULL,601,1,'2026-01-17 02:34:58','2026-01-17 02:34:58','b11e4d7c-ff52-45dc-ae7e-d6b4562e059a'),
(44150,7,9237,NULL,3468,2,'2026-01-17 02:34:58','2026-01-17 02:34:58','fa9cdb3b-588a-4156-b3ad-408a8c4ec001'),
(44151,7,9237,NULL,617,3,'2026-01-17 02:34:58','2026-01-17 02:34:58','ecfb25e7-7dda-4c24-9c9f-b55b3d0fd2be'),
(44152,7,9237,NULL,605,4,'2026-01-17 02:34:58','2026-01-17 02:34:58','d30c11c8-6e7e-4bd5-88c6-3064f7b9831a'),
(44153,82,9237,NULL,479,1,'2026-01-17 02:34:58','2026-01-17 02:34:58','8c202016-f684-4519-bf03-2ab9cde8a3c0'),
(44154,57,9237,NULL,5185,1,'2026-01-17 02:34:58','2026-01-17 02:34:58','d503b29d-4c19-473f-8826-11a1deaed452'),
(44155,57,9237,NULL,5186,2,'2026-01-17 02:34:58','2026-01-17 02:34:58','31a50c51-9255-446e-8add-126438fdad73'),
(44156,57,9237,NULL,5187,3,'2026-01-17 02:34:58','2026-01-17 02:34:58','957e6924-366d-4b9d-9d54-785813400a33'),
(44157,57,9237,NULL,5188,4,'2026-01-17 02:34:58','2026-01-17 02:34:58','c3b3d2f8-fd9c-49e0-8280-469500cb1469'),
(44158,57,9237,NULL,5189,5,'2026-01-17 02:34:58','2026-01-17 02:34:58','4e6e7684-355a-474d-8639-07f194de7e50'),
(44159,57,9237,NULL,5190,6,'2026-01-17 02:34:58','2026-01-17 02:34:58','7e876e71-989d-48ec-a9fc-d337638cd98a'),
(44175,16,1413,NULL,9238,1,'2026-01-17 02:37:03','2026-01-17 02:37:03','c366248a-7138-46ae-857c-01965da23cff'),
(44176,7,1413,NULL,605,5,'2026-01-17 02:37:03','2026-01-17 20:36:48','94dccbbd-b3d9-4b52-a130-9c29b866cf58'),
(44177,7,1413,NULL,617,3,'2026-01-17 02:37:03','2026-01-17 20:36:48','05d616a9-c208-4e29-9321-8262430f78a1'),
(44178,32,9240,NULL,2614,1,'2026-01-17 02:37:03','2026-01-17 02:37:03','9bef60e7-fc76-4f73-9d31-c5b582033bc8'),
(44179,32,9240,NULL,2610,2,'2026-01-17 02:37:03','2026-01-17 02:37:03','fe935fcf-20a9-4e10-b655-75875ecfd0cd'),
(44180,32,9240,NULL,2598,3,'2026-01-17 02:37:03','2026-01-17 02:37:03','14f2d7f3-d96f-4bfd-8a5b-78085062657e'),
(44181,32,9240,NULL,2608,4,'2026-01-17 02:37:03','2026-01-17 02:37:03','e3dc164d-8a2f-44e5-9f7c-ea6ea2e55d5d'),
(44182,32,9240,NULL,2600,5,'2026-01-17 02:37:03','2026-01-17 02:37:03','498d04e9-ba1b-4fb2-8bd5-e2df8ff46467'),
(44183,32,9240,NULL,2596,6,'2026-01-17 02:37:03','2026-01-17 02:37:03','e31e3d29-8e64-4f01-a351-300557fea9f2'),
(44184,32,9240,NULL,2602,7,'2026-01-17 02:37:03','2026-01-17 02:37:03','29d81d23-376d-4e4d-a2d3-54154839344c'),
(44185,32,9240,NULL,2612,8,'2026-01-17 02:37:03','2026-01-17 02:37:03','9f92e009-d91e-48e0-9532-4b1dd5d55814'),
(44186,32,9240,NULL,2604,9,'2026-01-17 02:37:03','2026-01-17 02:37:03','9b352f76-07f9-41ae-bb69-c6b9231c52e3'),
(44187,16,9240,NULL,9238,1,'2026-01-17 02:37:03','2026-01-17 02:37:03','ceab8952-5cc1-46d4-a59c-72caaab25104'),
(44188,7,9240,NULL,605,1,'2026-01-17 02:37:03','2026-01-17 02:37:03','c6aa84ca-4ffc-47ed-b330-e19633f64753'),
(44189,7,9240,NULL,617,2,'2026-01-17 02:37:03','2026-01-17 02:37:03','de14ce41-0f67-474a-bb9a-dccb0c382ed6'),
(44190,82,9240,NULL,479,1,'2026-01-17 02:37:03','2026-01-17 02:37:03','2cbd86e6-a2e4-45bb-b411-aaf916201ec8'),
(44191,46,9240,NULL,7381,1,'2026-01-17 02:37:03','2026-01-17 02:37:03','3cab06ae-e164-4609-831b-dc464a16401f'),
(44206,32,9242,NULL,2614,1,'2026-01-17 02:37:18','2026-01-17 02:37:18','7da3ce72-29ce-4881-8deb-ebe27e1dc320'),
(44207,32,9242,NULL,2610,2,'2026-01-17 02:37:18','2026-01-17 02:37:18','3653c02a-d5d0-41d0-96ad-e191e54d41d1'),
(44208,32,9242,NULL,2598,3,'2026-01-17 02:37:18','2026-01-17 02:37:18','b2478c8a-dfe9-4717-b3b7-7a9e343679ef'),
(44209,32,9242,NULL,2608,4,'2026-01-17 02:37:18','2026-01-17 02:37:18','b6a4bd98-1e33-4125-b749-cb3eceb1a76c'),
(44210,32,9242,NULL,2600,5,'2026-01-17 02:37:18','2026-01-17 02:37:18','b4019c19-7b6e-4036-89b6-4c57d78872fa'),
(44211,32,9242,NULL,2596,6,'2026-01-17 02:37:18','2026-01-17 02:37:18','63960bf5-8a79-4a6d-abab-4a8a83f93717'),
(44212,32,9242,NULL,2602,7,'2026-01-17 02:37:18','2026-01-17 02:37:18','abb67500-fbbc-4a87-8b2e-30176308f080'),
(44213,32,9242,NULL,2612,8,'2026-01-17 02:37:18','2026-01-17 02:37:18','e34b22d8-a564-4bf8-a4fd-c40876bd3817'),
(44214,32,9242,NULL,2604,9,'2026-01-17 02:37:18','2026-01-17 02:37:18','6d67cd3d-6204-4dfb-9eb9-d3c87a712511'),
(44215,16,9242,NULL,9238,1,'2026-01-17 02:37:18','2026-01-17 02:37:18','801fdb99-7fa6-4acd-8acd-714b69724ead'),
(44216,7,9242,NULL,605,1,'2026-01-17 02:37:18','2026-01-17 02:37:18','ce5031cf-5774-49f1-88cd-0ff59430c473'),
(44217,7,9242,NULL,617,2,'2026-01-17 02:37:18','2026-01-17 02:37:18','c1d19368-b593-4187-b7b0-21c312e04f5e'),
(44218,82,9242,NULL,479,1,'2026-01-17 02:37:18','2026-01-17 02:37:18','65371920-3130-4b27-b177-fe3952b494ee'),
(44239,57,1413,NULL,9244,1,'2026-01-17 02:37:55','2026-01-17 02:37:55','7f888380-ad12-4dd7-9b80-61783016c1ea'),
(44240,57,1413,NULL,9250,2,'2026-01-17 02:37:55','2026-01-17 02:37:55','0c31c93a-5d22-471e-9f60-1089b778c78b'),
(44241,57,1413,NULL,9245,3,'2026-01-17 02:37:55','2026-01-17 02:37:55','b6030b40-7740-4ab5-8b9d-81fcb381574b'),
(44242,57,1413,NULL,9246,4,'2026-01-17 02:37:55','2026-01-17 02:37:55','b17a570e-2d49-4423-86c8-ab9777b002b4'),
(44243,57,1413,NULL,9247,5,'2026-01-17 02:37:55','2026-01-17 02:37:55','bce3ef3c-bf0a-43de-928c-d826be7684a1'),
(44244,57,1413,NULL,9248,6,'2026-01-17 02:37:55','2026-01-17 02:37:55','670fa97f-d049-48f3-89e2-f8f5c13653a8'),
(44245,57,1413,NULL,9249,7,'2026-01-17 02:37:55','2026-01-17 02:37:55','ffa5c97e-76e3-4e6c-ab4c-24ac047432e2'),
(44246,32,9251,NULL,2614,1,'2026-01-17 02:37:55','2026-01-17 02:37:55','6b356765-79bc-4b33-be5c-4218aebc7a66'),
(44247,32,9251,NULL,2610,2,'2026-01-17 02:37:55','2026-01-17 02:37:55','28f631f6-021c-4ba3-a85f-7b1a2cd937e0'),
(44248,32,9251,NULL,2598,3,'2026-01-17 02:37:55','2026-01-17 02:37:55','a29f0088-f176-429a-9e78-90e0e365022a'),
(44249,32,9251,NULL,2608,4,'2026-01-17 02:37:55','2026-01-17 02:37:55','4a0c77c8-4a10-4f8b-8044-05b6136b3327'),
(44250,32,9251,NULL,2600,5,'2026-01-17 02:37:55','2026-01-17 02:37:55','a74be639-5174-4038-84d4-b9d7a7a3fb26'),
(44251,32,9251,NULL,2596,6,'2026-01-17 02:37:55','2026-01-17 02:37:55','786f89d7-cf1e-46e7-8566-dba066dff2bb'),
(44252,32,9251,NULL,2602,7,'2026-01-17 02:37:55','2026-01-17 02:37:55','fc4295f2-64e9-40af-97f2-30c252087d7f'),
(44253,32,9251,NULL,2612,8,'2026-01-17 02:37:55','2026-01-17 02:37:55','d3a0c449-4348-4fdf-8f13-3ac584a1e2c2'),
(44254,32,9251,NULL,2604,9,'2026-01-17 02:37:55','2026-01-17 02:37:55','f0520384-6947-4b7f-ac20-4bdc8ebefe5b'),
(44255,16,9251,NULL,9238,1,'2026-01-17 02:37:55','2026-01-17 02:37:55','e74f6c0d-4ad7-4872-85c2-1c5b5d382639'),
(44256,7,9251,NULL,605,1,'2026-01-17 02:37:55','2026-01-17 02:37:55','0d2d03bc-340a-43f0-9271-08cb31687f9f'),
(44257,7,9251,NULL,617,2,'2026-01-17 02:37:55','2026-01-17 02:37:55','c26a0e58-a829-444a-a72c-2317d9862edf'),
(44258,82,9251,NULL,479,1,'2026-01-17 02:37:55','2026-01-17 02:37:55','bd6ee2c2-5cd2-4c2a-baae-0dde06dd7fc7'),
(44259,57,9251,NULL,9244,1,'2026-01-17 02:37:55','2026-01-17 02:37:55','a6916ea3-03ba-474c-a53d-b2989445edd3'),
(44260,57,9251,NULL,9250,2,'2026-01-17 02:37:55','2026-01-17 02:37:55','44aaf85a-ef09-4717-9547-ddff87c3d93f'),
(44261,57,9251,NULL,9245,3,'2026-01-17 02:37:55','2026-01-17 02:37:55','64caf3f6-1cc2-4f0c-8620-0bd7082f1f45'),
(44262,57,9251,NULL,9246,4,'2026-01-17 02:37:55','2026-01-17 02:37:55','19230ee9-4334-4711-8a7c-d8227ca7feda'),
(44263,57,9251,NULL,9247,5,'2026-01-17 02:37:55','2026-01-17 02:37:55','e90f8f90-f7d1-433a-b67e-f88ecdb24235'),
(44264,57,9251,NULL,9248,6,'2026-01-17 02:37:55','2026-01-17 02:37:55','7a993444-0d10-4962-894f-2207dda3f664'),
(44265,57,9251,NULL,9249,7,'2026-01-17 02:37:55','2026-01-17 02:37:55','df11404f-3235-4a8c-b3fd-8cecea97e48a'),
(44286,32,9253,NULL,2614,1,'2026-01-17 02:39:41','2026-01-17 02:39:41','6ec5c358-fc8d-4726-a22a-c3a6257765d2'),
(44287,32,9253,NULL,2610,2,'2026-01-17 02:39:41','2026-01-17 02:39:41','ba47746b-9eec-403c-a631-006a8a2ef78e'),
(44288,32,9253,NULL,2598,3,'2026-01-17 02:39:41','2026-01-17 02:39:41','4d164b9e-3d8d-43bb-bacf-719c4f074564'),
(44289,32,9253,NULL,2608,4,'2026-01-17 02:39:41','2026-01-17 02:39:41','7ca35a75-3901-476e-b423-a22fbfcc2124'),
(44290,32,9253,NULL,2600,5,'2026-01-17 02:39:41','2026-01-17 02:39:41','93744f62-f30f-4b3a-8855-39e2ca59a6c1'),
(44291,32,9253,NULL,2596,6,'2026-01-17 02:39:41','2026-01-17 02:39:41','ce4dbbea-146c-4257-8744-9a3b0155d48c'),
(44292,32,9253,NULL,2602,7,'2026-01-17 02:39:41','2026-01-17 02:39:41','556de683-dbf8-4b99-bb4d-651b55e852fb'),
(44293,32,9253,NULL,2612,8,'2026-01-17 02:39:41','2026-01-17 02:39:41','d694ce5c-6348-4885-9f5f-072918aee593'),
(44294,32,9253,NULL,2604,9,'2026-01-17 02:39:41','2026-01-17 02:39:41','3035f4f3-67dc-4b77-87b7-c52d619e4f6c'),
(44295,16,9253,NULL,9238,1,'2026-01-17 02:39:41','2026-01-17 02:39:41','1197afe8-da14-4e2a-9dfe-152bbfa77789'),
(44296,7,9253,NULL,605,1,'2026-01-17 02:39:41','2026-01-17 02:39:41','749d6216-7193-4a2e-a5a7-da234195260d'),
(44297,7,9253,NULL,617,2,'2026-01-17 02:39:41','2026-01-17 02:39:41','bd382dbf-13b6-44a3-bd78-239dc122490a'),
(44298,82,9253,NULL,479,1,'2026-01-17 02:39:41','2026-01-17 02:39:41','d2858065-95ac-44ca-a172-d1309524f548'),
(44299,57,9253,NULL,9244,1,'2026-01-17 02:39:41','2026-01-17 02:39:41','989c0c00-992e-4de8-a049-c7db06c84fd7'),
(44300,57,9253,NULL,9250,2,'2026-01-17 02:39:41','2026-01-17 02:39:41','3798308b-6342-469d-9670-4575c402a635'),
(44301,57,9253,NULL,9245,3,'2026-01-17 02:39:41','2026-01-17 02:39:41','ef8af090-201b-49d9-892e-7a2041144377'),
(44302,57,9253,NULL,9246,4,'2026-01-17 02:39:41','2026-01-17 02:39:41','f45a8fc5-6977-4077-92f4-623823a337fe'),
(44303,57,9253,NULL,9247,5,'2026-01-17 02:39:41','2026-01-17 02:39:41','af34808e-0eac-473e-836f-d8e3f3f62fee'),
(44304,57,9253,NULL,9248,6,'2026-01-17 02:39:41','2026-01-17 02:39:41','523dcb1f-1ba5-490b-bae0-783df5ae4f88'),
(44305,57,9253,NULL,9249,7,'2026-01-17 02:39:41','2026-01-17 02:39:41','e12513c0-98aa-4852-aef6-d0ca3dab03f2'),
(44320,16,1419,NULL,9255,1,'2026-01-17 02:41:11','2026-01-17 02:41:11','85477ad9-e33b-4cc8-aecd-e24dc1ec050a'),
(44321,7,1419,NULL,601,1,'2026-01-17 02:41:11','2026-01-17 02:41:11','89db642a-501d-4e1e-a4e4-aba4c7e67672'),
(44322,7,1419,NULL,605,2,'2026-01-17 02:41:11','2026-01-17 02:41:11','9b56ba6a-ce08-41a6-8362-77a1ec679ad1'),
(44323,7,1419,NULL,617,3,'2026-01-17 02:41:11','2026-01-17 02:41:11','b71bc4fa-67b1-4b98-8d64-f6e522c007e1'),
(44324,32,9256,NULL,2610,1,'2026-01-17 02:41:11','2026-01-17 02:41:11','af3bd1db-8af4-43c5-a46f-3378b77e4c15'),
(44325,32,9256,NULL,2598,2,'2026-01-17 02:41:11','2026-01-17 02:41:11','3168d53c-a04b-46fc-83ee-ee7a7c9809d8'),
(44326,32,9256,NULL,2608,3,'2026-01-17 02:41:11','2026-01-17 02:41:11','18006494-3ecc-441c-9378-9e7dc955ffa6'),
(44327,32,9256,NULL,2600,4,'2026-01-17 02:41:11','2026-01-17 02:41:11','a79dd6de-b044-4148-8a79-5e8ee32f0cc9'),
(44328,32,9256,NULL,2596,5,'2026-01-17 02:41:11','2026-01-17 02:41:11','3556c3f4-49b9-4ad0-929c-26782e4b7960'),
(44329,32,9256,NULL,2602,6,'2026-01-17 02:41:11','2026-01-17 02:41:11','283fab4f-5c46-4dc6-aa69-00d60220f14b'),
(44330,32,9256,NULL,2606,7,'2026-01-17 02:41:11','2026-01-17 02:41:11','cb33a7fb-42d5-4bbf-b864-6eae4934d689'),
(44331,32,9256,NULL,2612,8,'2026-01-17 02:41:11','2026-01-17 02:41:11','886a5b25-2e48-427f-b4ba-63968295db45'),
(44332,32,9256,NULL,2604,9,'2026-01-17 02:41:11','2026-01-17 02:41:11','799bba64-86a9-42e5-afdb-c29993d7a5c6'),
(44333,16,9256,NULL,9255,1,'2026-01-17 02:41:11','2026-01-17 02:41:11','5d8d0d53-0297-4d46-9b1f-9062e37a7848'),
(44334,7,9256,NULL,601,1,'2026-01-17 02:41:11','2026-01-17 02:41:11','67ea9b93-0e05-49bf-b6c5-10826d41e2a3'),
(44335,7,9256,NULL,605,2,'2026-01-17 02:41:11','2026-01-17 02:41:11','5ef022b2-dae8-4879-b540-27f2406ada80'),
(44336,7,9256,NULL,617,3,'2026-01-17 02:41:11','2026-01-17 02:41:11','7951f972-ea79-4b6e-a91d-450ccf91c062'),
(44337,82,9256,NULL,491,1,'2026-01-17 02:41:11','2026-01-17 02:41:11','6283779a-2976-4ae1-905d-2eba681a8aa2'),
(44356,57,1419,NULL,9260,1,'2026-01-17 02:41:45','2026-01-17 02:41:45','82889083-0220-4238-836f-68d7d50cbac5'),
(44357,57,1419,NULL,9261,2,'2026-01-17 02:41:45','2026-01-17 02:41:45','73d9c24e-3098-49b4-9ab9-d48c02daec8e'),
(44358,57,1419,NULL,9258,3,'2026-01-17 02:41:45','2026-01-17 02:41:45','fd72c96a-bf26-402b-ae76-1175b43270ab'),
(44359,57,1419,NULL,9259,4,'2026-01-17 02:41:45','2026-01-17 02:41:45','c4ec6c22-068e-4b40-be26-652769e78170'),
(44360,32,9262,NULL,2610,1,'2026-01-17 02:41:45','2026-01-17 02:41:45','c5b10000-f7d4-452a-8262-b242335a1342'),
(44361,32,9262,NULL,2598,2,'2026-01-17 02:41:45','2026-01-17 02:41:45','2553cacf-bf85-40b4-b53d-233692b301cc'),
(44362,32,9262,NULL,2608,3,'2026-01-17 02:41:45','2026-01-17 02:41:45','f1a01ed1-781f-414b-a477-0e6e28ac1b06'),
(44363,32,9262,NULL,2600,4,'2026-01-17 02:41:45','2026-01-17 02:41:45','ac9b258a-fec3-441d-b07f-28d74955b1d0'),
(44364,32,9262,NULL,2596,5,'2026-01-17 02:41:45','2026-01-17 02:41:45','5a9e8584-8eb0-4317-8843-42ecfee19d8b'),
(44365,32,9262,NULL,2602,6,'2026-01-17 02:41:45','2026-01-17 02:41:45','2bd30979-9b1c-4c21-9858-98ac665b7370'),
(44366,32,9262,NULL,2606,7,'2026-01-17 02:41:45','2026-01-17 02:41:45','e771cbed-d36d-4bc3-babb-6daa15bf26de'),
(44367,32,9262,NULL,2612,8,'2026-01-17 02:41:45','2026-01-17 02:41:45','3986b150-6ab2-4988-acdb-9a45c116bc70'),
(44368,32,9262,NULL,2604,9,'2026-01-17 02:41:45','2026-01-17 02:41:45','47c1bf59-f541-4e00-9afd-2075e4d25604'),
(44369,16,9262,NULL,9255,1,'2026-01-17 02:41:45','2026-01-17 02:41:45','34194895-dbf8-40d1-87b1-f06f9d9dcb19'),
(44370,7,9262,NULL,601,1,'2026-01-17 02:41:45','2026-01-17 02:41:45','fc420bc7-6da7-47a0-be7d-dc9351a4457b'),
(44371,7,9262,NULL,605,2,'2026-01-17 02:41:45','2026-01-17 02:41:45','56fc21da-296c-43f6-8881-9f795cae429f'),
(44372,7,9262,NULL,617,3,'2026-01-17 02:41:45','2026-01-17 02:41:45','877ab516-0109-470d-b741-4705cdd73a0b'),
(44373,82,9262,NULL,491,1,'2026-01-17 02:41:45','2026-01-17 02:41:45','ea858a2d-571d-4510-a85f-a6362c7bf8f5'),
(44374,57,9262,NULL,9260,1,'2026-01-17 02:41:45','2026-01-17 02:41:45','daaf4bc0-6208-4633-87ed-3d35e4bcdb9b'),
(44375,57,9262,NULL,9261,2,'2026-01-17 02:41:45','2026-01-17 02:41:45','5337f267-ed8a-407b-8f34-b095409ac5fc'),
(44376,57,9262,NULL,9258,3,'2026-01-17 02:41:45','2026-01-17 02:41:45','8304f81c-a63d-46c3-bfcd-3552d2a06dd3'),
(44377,57,9262,NULL,9259,4,'2026-01-17 02:41:45','2026-01-17 02:41:45','15126cbb-6796-41b2-9761-73185a532387'),
(44396,32,9264,NULL,2610,1,'2026-01-17 02:42:07','2026-01-17 02:42:07','671bb421-505f-4e00-84bd-307a8ee524f3'),
(44397,32,9264,NULL,2598,2,'2026-01-17 02:42:07','2026-01-17 02:42:07','5e0bf6ff-7f61-4326-966f-d74ad6bb26f6'),
(44398,32,9264,NULL,2608,3,'2026-01-17 02:42:07','2026-01-17 02:42:07','6e168564-7b7a-428d-8a4e-dc1dda4a6721'),
(44399,32,9264,NULL,2600,4,'2026-01-17 02:42:07','2026-01-17 02:42:07','531b57c7-cd8a-4be4-a5f6-84e7d34ba6a9'),
(44400,32,9264,NULL,2596,5,'2026-01-17 02:42:07','2026-01-17 02:42:07','8a8049f5-bba9-49e5-a04c-62c1ca4f57c9'),
(44401,32,9264,NULL,2602,6,'2026-01-17 02:42:07','2026-01-17 02:42:07','9f6933aa-9250-42a4-94ff-f04838064fdd'),
(44402,32,9264,NULL,2606,7,'2026-01-17 02:42:07','2026-01-17 02:42:07','5ab187b8-7331-4c72-b530-dc9306e2b353'),
(44403,32,9264,NULL,2612,8,'2026-01-17 02:42:07','2026-01-17 02:42:07','fb166cf5-0eab-4796-946b-8512d0926c2e'),
(44404,32,9264,NULL,2604,9,'2026-01-17 02:42:07','2026-01-17 02:42:07','71210df4-a490-44a1-9744-5d0c0b6209d9'),
(44405,16,9264,NULL,9255,1,'2026-01-17 02:42:07','2026-01-17 02:42:07','29452e19-b2bf-4b0b-a3c6-9491c773b805'),
(44406,7,9264,NULL,601,1,'2026-01-17 02:42:07','2026-01-17 02:42:07','dfb98d1b-7e3a-4afe-9a18-57a1262bfc91'),
(44407,7,9264,NULL,605,2,'2026-01-17 02:42:07','2026-01-17 02:42:07','f96eea72-b1b5-41be-8049-e32b2aff65e9'),
(44408,7,9264,NULL,617,3,'2026-01-17 02:42:07','2026-01-17 02:42:07','71a90782-3832-4b39-9202-f8d834e3b2f9'),
(44409,82,9264,NULL,491,1,'2026-01-17 02:42:07','2026-01-17 02:42:07','ec4c3b5f-4c61-428c-8afe-e574b702cf4d'),
(44410,57,9264,NULL,9260,1,'2026-01-17 02:42:07','2026-01-17 02:42:07','da4320d4-d0ca-4fb2-98f5-b6dbddead7ba'),
(44411,57,9264,NULL,9261,2,'2026-01-17 02:42:07','2026-01-17 02:42:07','bbd9d85c-fb8f-43ed-b3a1-39761178495a'),
(44412,57,9264,NULL,9258,3,'2026-01-17 02:42:07','2026-01-17 02:42:07','4af6b78f-42ff-42e1-bfd2-02599c52d194'),
(44413,57,9264,NULL,9259,4,'2026-01-17 02:42:07','2026-01-17 02:42:07','dd91c7e6-4813-4b2f-b47b-b1c4f8d2ae23'),
(44430,7,1425,NULL,601,2,'2026-01-17 02:45:00','2026-01-17 20:21:06','f5483355-9f00-476d-aac1-3b7e59652906'),
(44431,7,1425,NULL,605,4,'2026-01-17 02:45:00','2026-01-17 20:21:06','ee8f23f1-bebf-4164-bf2b-2aa76f452c15'),
(44432,7,1425,NULL,3468,1,'2026-01-17 02:45:00','2026-01-17 20:21:06','3ada6fe0-d828-44ff-9bd1-c589d175c305'),
(44433,7,1425,NULL,617,3,'2026-01-17 02:45:00','2026-01-17 20:21:06','7be13456-e261-4e18-b30d-7f9f2a083b30'),
(44434,32,9266,NULL,2610,1,'2026-01-17 02:45:00','2026-01-17 02:45:00','e06329ac-4373-4123-835a-c960352990e8'),
(44435,32,9266,NULL,2598,2,'2026-01-17 02:45:00','2026-01-17 02:45:00','c02e4a30-5045-48ef-aa9d-5c29c6869035'),
(44436,32,9266,NULL,2608,3,'2026-01-17 02:45:00','2026-01-17 02:45:00','65f3841f-e5b2-45ab-b18c-ce555c1fe369'),
(44437,32,9266,NULL,2600,4,'2026-01-17 02:45:00','2026-01-17 02:45:00','3effd501-342e-46d9-80b5-13761c7c780e'),
(44438,32,9266,NULL,2596,5,'2026-01-17 02:45:00','2026-01-17 02:45:00','acd608b5-88b7-40da-b057-8cfe57df7558'),
(44439,32,9266,NULL,2602,6,'2026-01-17 02:45:00','2026-01-17 02:45:00','099236f0-0896-4d26-9774-1bf99d2097d6'),
(44440,32,9266,NULL,2606,7,'2026-01-17 02:45:00','2026-01-17 02:45:00','4301b8b7-b444-46b6-a6f9-93dc11d9f992'),
(44441,32,9266,NULL,2612,8,'2026-01-17 02:45:00','2026-01-17 02:45:00','c15cff41-0186-45d6-9703-b50760d42891'),
(44442,32,9266,NULL,2604,9,'2026-01-17 02:45:00','2026-01-17 02:45:00','caf1e3b9-043d-414a-9527-8a7ca4aa7c98'),
(44443,7,9266,NULL,601,1,'2026-01-17 02:45:00','2026-01-17 02:45:00','c7306f90-c104-48f4-bd50-66ecd8c3b16f'),
(44444,7,9266,NULL,605,2,'2026-01-17 02:45:00','2026-01-17 02:45:00','50051074-1d49-4aed-9901-ed580a449e99'),
(44445,7,9266,NULL,3468,3,'2026-01-17 02:45:00','2026-01-17 02:45:00','a52ff3d1-9115-4500-a90f-88eee254a24e'),
(44446,7,9266,NULL,617,4,'2026-01-17 02:45:00','2026-01-17 02:45:00','5d4db8e6-e62f-4716-98bc-dd3399b61ba5'),
(44447,82,9266,NULL,491,1,'2026-01-17 02:45:00','2026-01-17 02:45:00','75968d48-38bf-44bd-84d3-ce320291734e'),
(44448,46,9266,NULL,7369,1,'2026-01-17 02:45:00','2026-01-17 02:45:00','cbfddb0f-c22c-472d-871b-3173bf3265bb'),
(44466,32,9268,NULL,2610,1,'2026-01-17 02:45:10','2026-01-17 02:45:10','c18805f7-da44-48a4-8dbc-f2923a9169f0'),
(44467,32,9268,NULL,2598,2,'2026-01-17 02:45:10','2026-01-17 02:45:10','d23c3a4c-3fb0-41ef-a3d8-eae616389367'),
(44468,32,9268,NULL,2608,3,'2026-01-17 02:45:10','2026-01-17 02:45:10','953d162e-ea97-4c8d-a721-ab223d6aa36a'),
(44469,32,9268,NULL,2600,4,'2026-01-17 02:45:10','2026-01-17 02:45:10','c67e483f-c7ec-4c5b-92cd-74632b1b943f'),
(44470,32,9268,NULL,2596,5,'2026-01-17 02:45:10','2026-01-17 02:45:10','3c4c9fbc-c748-4506-81a6-d990f83f676d'),
(44471,32,9268,NULL,2602,6,'2026-01-17 02:45:10','2026-01-17 02:45:10','54fd8871-0e53-48e0-baf3-d3d579f84c1c'),
(44472,32,9268,NULL,2606,7,'2026-01-17 02:45:10','2026-01-17 02:45:10','76135bac-a074-4de1-acf9-ab7278384f17'),
(44473,32,9268,NULL,2612,8,'2026-01-17 02:45:10','2026-01-17 02:45:10','db6e9789-bff5-4d0a-85cc-d0eb34a9f5ea'),
(44474,32,9268,NULL,2604,9,'2026-01-17 02:45:10','2026-01-17 02:45:10','945e68c8-7608-4869-833b-d188fad6a29b'),
(44475,7,9268,NULL,601,1,'2026-01-17 02:45:10','2026-01-17 02:45:10','7dd35aa4-e02b-40e0-9192-fce85014604b'),
(44476,7,9268,NULL,605,2,'2026-01-17 02:45:10','2026-01-17 02:45:10','aaa4a999-a6db-4409-ab99-ef76480de478'),
(44477,7,9268,NULL,3468,3,'2026-01-17 02:45:10','2026-01-17 02:45:10','5e5e9533-f1f7-46af-b9e3-3e8f487db347'),
(44478,7,9268,NULL,617,4,'2026-01-17 02:45:10','2026-01-17 02:45:10','4c6e56d8-44dc-4d70-8bf2-970f16d7d997'),
(44479,82,9268,NULL,491,1,'2026-01-17 02:45:10','2026-01-17 02:45:10','d2af6809-68fa-4905-a4e4-d307254e0b08'),
(44480,46,9268,NULL,7369,1,'2026-01-17 02:45:10','2026-01-17 02:45:10','f0d3894d-fbe4-4480-b074-5e1d5fc9e4fa'),
(44506,32,9270,NULL,2614,1,'2026-01-17 13:54:25','2026-01-17 13:54:25','e3aded43-ec9f-4025-b1c4-79912d19ade9'),
(44507,32,9270,NULL,2610,2,'2026-01-17 13:54:25','2026-01-17 13:54:25','2e146f07-cbe6-4f24-8caa-b2c280c55a6b'),
(44508,32,9270,NULL,2598,3,'2026-01-17 13:54:25','2026-01-17 13:54:25','d6271fc3-732b-4ee7-aad6-9404d619beca'),
(44509,32,9270,NULL,2608,4,'2026-01-17 13:54:25','2026-01-17 13:54:25','25970fbb-ae16-4d88-800c-42cb92f28cf7'),
(44510,32,9270,NULL,2600,5,'2026-01-17 13:54:25','2026-01-17 13:54:25','ec413d94-7318-4e22-a7ce-39f22ec8764c'),
(44511,32,9270,NULL,2596,6,'2026-01-17 13:54:25','2026-01-17 13:54:25','4f9e910d-781f-441a-9431-d7a6fb5139ad'),
(44512,32,9270,NULL,2602,7,'2026-01-17 13:54:25','2026-01-17 13:54:25','26fee6b1-ab9d-4993-a93b-3a275706be0d'),
(44513,32,9270,NULL,2606,8,'2026-01-17 13:54:25','2026-01-17 13:54:25','dfe70e46-e8db-4099-ad0d-9aebd74dce13'),
(44514,32,9270,NULL,2612,9,'2026-01-17 13:54:25','2026-01-17 13:54:25','c27b5aa6-9960-4fb4-b5b5-d1368a8b5c20'),
(44515,32,9270,NULL,2604,10,'2026-01-17 13:54:25','2026-01-17 13:54:25','18f619ef-e331-41a1-b99b-a2860d0b6368'),
(44516,16,9270,NULL,6659,1,'2026-01-17 13:54:25','2026-01-17 13:54:25','3199232d-8e74-42f8-a231-db0b1f8a0107'),
(44517,7,9270,NULL,601,1,'2026-01-17 13:54:25','2026-01-17 13:54:25','aef94452-c89c-4aea-8fdf-6f8a668c8d4e'),
(44518,7,9270,NULL,6547,2,'2026-01-17 13:54:25','2026-01-17 13:54:25','3d730ce9-b40c-4a15-8ccc-640f978558c2'),
(44519,7,9270,NULL,2972,3,'2026-01-17 13:54:25','2026-01-17 13:54:25','ae84d905-2a21-4796-88aa-f59c0d2dc877'),
(44520,7,9270,NULL,2974,4,'2026-01-17 13:54:25','2026-01-17 13:54:25','cbabadc7-1f26-40b0-859a-4bcf245fc642'),
(44521,7,9270,NULL,617,5,'2026-01-17 13:54:25','2026-01-17 13:54:25','189bd370-a526-4f67-86df-1d4b424b2d3a'),
(44522,7,9270,NULL,605,6,'2026-01-17 13:54:25','2026-01-17 13:54:25','1b3f1167-d41e-4426-862a-6b9d874ed99d'),
(44523,57,9270,NULL,6680,1,'2026-01-17 13:54:25','2026-01-17 13:54:25','cc2ffd86-2cc2-4abc-9f14-450cda09785f'),
(44524,57,9270,NULL,6681,2,'2026-01-17 13:54:25','2026-01-17 13:54:25','175947a5-f543-491b-a19f-ffc7d6de116a'),
(44525,57,9270,NULL,6682,3,'2026-01-17 13:54:25','2026-01-17 13:54:25','a6ed62fd-c8a9-4fb1-9ffc-effa8d029762'),
(44526,57,9270,NULL,6683,4,'2026-01-17 13:54:25','2026-01-17 13:54:25','3c595cdc-ae83-4eac-b967-03a5a3b08c39'),
(44527,57,9270,NULL,6684,5,'2026-01-17 13:54:25','2026-01-17 13:54:25','e7a2f3e3-ac8c-4ec4-866e-becaabb8992d'),
(44553,32,9273,NULL,2614,1,'2026-01-17 13:55:07','2026-01-17 13:55:07','53dfde63-63c2-44e2-a2f7-4bbddac38e0f'),
(44554,32,9273,NULL,2610,2,'2026-01-17 13:55:07','2026-01-17 13:55:07','28f9e042-d269-48fc-9c43-1d365d20a378'),
(44555,32,9273,NULL,2598,3,'2026-01-17 13:55:07','2026-01-17 13:55:07','510acc8a-ef55-4f72-8266-beba4e3c34d7'),
(44556,32,9273,NULL,2608,4,'2026-01-17 13:55:07','2026-01-17 13:55:07','aa839a6c-96b1-4667-b862-050f18960e80'),
(44557,32,9273,NULL,2600,5,'2026-01-17 13:55:07','2026-01-17 13:55:07','e9468b38-be80-4255-9574-41d75911b0ce'),
(44558,32,9273,NULL,2596,6,'2026-01-17 13:55:07','2026-01-17 13:55:07','8e905906-adcb-40e6-8956-56a5c1d9229b'),
(44559,32,9273,NULL,2602,7,'2026-01-17 13:55:07','2026-01-17 13:55:07','aae90651-e68d-4d1b-a85a-6a4949cc34a2'),
(44560,32,9273,NULL,2606,8,'2026-01-17 13:55:07','2026-01-17 13:55:07','0b5d4e9a-f7f0-4595-8ff8-c58955009cdc'),
(44561,32,9273,NULL,2612,9,'2026-01-17 13:55:07','2026-01-17 13:55:07','0d0aeeb5-15ec-4cdd-8e8c-2a04f2270956'),
(44562,32,9273,NULL,2604,10,'2026-01-17 13:55:07','2026-01-17 13:55:07','1acd8c04-c6fd-460e-abe4-f51d8053f1af'),
(44563,16,9273,NULL,6659,1,'2026-01-17 13:55:07','2026-01-17 13:55:07','4a8f4c08-876f-46cf-a2c3-8382ce6ebafe'),
(44564,7,9273,NULL,601,1,'2026-01-17 13:55:07','2026-01-17 13:55:07','507dbcbd-0e16-4a5b-ae25-e485df426e63'),
(44565,7,9273,NULL,6547,2,'2026-01-17 13:55:07','2026-01-17 13:55:07','a6767606-99f1-4b80-b51e-8172a8d4cae9'),
(44566,7,9273,NULL,2972,3,'2026-01-17 13:55:07','2026-01-17 13:55:07','999594df-5bb9-4c1a-b614-c54e8dfd2766'),
(44567,7,9273,NULL,2974,4,'2026-01-17 13:55:07','2026-01-17 13:55:07','fa22ab78-97f4-4c75-ba9c-3c161b2eb181'),
(44568,7,9273,NULL,617,5,'2026-01-17 13:55:07','2026-01-17 13:55:07','acd4e753-ed36-42b1-88d9-d0493a19dd14'),
(44569,7,9273,NULL,605,6,'2026-01-17 13:55:07','2026-01-17 13:55:07','58cd7a13-85aa-401a-96bf-0b6209a4c743'),
(44570,57,9273,NULL,6680,1,'2026-01-17 13:55:07','2026-01-17 13:55:07','3750f531-8fc8-4e1c-897b-b0f53808aa35'),
(44571,57,9273,NULL,6681,2,'2026-01-17 13:55:07','2026-01-17 13:55:07','896cff54-db9e-4b6c-a88c-963b12d611f6'),
(44572,57,9273,NULL,6682,3,'2026-01-17 13:55:07','2026-01-17 13:55:07','34d3b6d8-833f-4720-9add-a67d3d833abf'),
(44573,57,9273,NULL,6683,4,'2026-01-17 13:55:07','2026-01-17 13:55:07','d5451df9-c723-4a8b-92a6-dd6c48c66c50'),
(44574,57,9273,NULL,6684,5,'2026-01-17 13:55:07','2026-01-17 13:55:07','849db685-96b8-46b1-bb58-3ec1c08393a1'),
(44599,32,9277,NULL,2614,1,'2026-01-17 13:57:34','2026-01-17 13:57:34','a7e2662e-78a2-4df0-917f-845c7f1b7126'),
(44600,32,9277,NULL,2610,2,'2026-01-17 13:57:34','2026-01-17 13:57:34','4846187e-6f7a-4ecd-a5cb-802a006c9c18'),
(44601,32,9277,NULL,2598,3,'2026-01-17 13:57:34','2026-01-17 13:57:34','306863bb-9481-4506-aa91-ebfec9f0d7d6'),
(44602,32,9277,NULL,2608,4,'2026-01-17 13:57:34','2026-01-17 13:57:34','f076528b-38d4-44a8-b4a9-d2a226d34b72'),
(44603,32,9277,NULL,2600,5,'2026-01-17 13:57:34','2026-01-17 13:57:34','a9c9ab5c-6e96-483d-89a4-a580a62574ba'),
(44604,32,9277,NULL,2596,6,'2026-01-17 13:57:34','2026-01-17 13:57:34','53e7af1a-4b88-4c93-8031-9e60f62b6265'),
(44605,32,9277,NULL,2602,7,'2026-01-17 13:57:34','2026-01-17 13:57:34','07e514cb-d8a2-45a4-a0fc-53c81da36064'),
(44606,32,9277,NULL,2606,8,'2026-01-17 13:57:34','2026-01-17 13:57:34','dd106e65-4d86-4aee-af07-ed294e41b056'),
(44607,32,9277,NULL,2612,9,'2026-01-17 13:57:34','2026-01-17 13:57:34','ad6df484-c1bf-4fe7-bdea-0d09f759c870'),
(44608,32,9277,NULL,2604,10,'2026-01-17 13:57:34','2026-01-17 13:57:34','b23efdc2-3ea7-42e9-a644-f328b2e01d2e'),
(44609,16,9277,NULL,6659,1,'2026-01-17 13:57:34','2026-01-17 13:57:34','d265daf0-1b7b-43eb-980d-2cdda975dcf2'),
(44610,7,9277,NULL,601,1,'2026-01-17 13:57:34','2026-01-17 13:57:34','8eed6359-8813-4f0d-a35d-debad672251d'),
(44611,7,9277,NULL,6547,2,'2026-01-17 13:57:34','2026-01-17 13:57:34','0199b91c-5635-4b5f-aade-017effdf1eb7'),
(44612,7,9277,NULL,2972,3,'2026-01-17 13:57:34','2026-01-17 13:57:34','7b819d3e-462d-4787-b108-b770a6db8d1b'),
(44613,7,9277,NULL,2974,4,'2026-01-17 13:57:34','2026-01-17 13:57:34','cabe9192-ca9b-40c1-9da4-a2b56599bae4'),
(44614,7,9277,NULL,617,5,'2026-01-17 13:57:34','2026-01-17 13:57:34','11d8e8e7-ad0c-45b5-957d-f11ed01b5db4'),
(44615,7,9277,NULL,605,6,'2026-01-17 13:57:34','2026-01-17 13:57:34','b363fb82-ebb3-44ba-a7c6-d308166f636b'),
(44616,57,9277,NULL,6680,1,'2026-01-17 13:57:34','2026-01-17 13:57:34','71450bf5-45dc-46f4-b23e-17033811067a'),
(44617,57,9277,NULL,6681,2,'2026-01-17 13:57:34','2026-01-17 13:57:34','9a7859ae-196f-4d3f-91b6-b166906cb795'),
(44618,57,9277,NULL,6682,3,'2026-01-17 13:57:34','2026-01-17 13:57:34','843cc8e1-1a8b-4c72-9eed-03f7ab948aae'),
(44619,57,9277,NULL,6683,4,'2026-01-17 13:57:34','2026-01-17 13:57:34','f4e17526-c31b-4f2b-89c7-71fb2d172243'),
(44620,57,9277,NULL,6684,5,'2026-01-17 13:57:34','2026-01-17 13:57:34','faadc9bb-67f6-4c68-8957-93ac09ea4865'),
(44645,32,9280,NULL,2614,1,'2026-01-17 13:57:48','2026-01-17 13:57:48','54e68548-9b3a-4f7c-8008-dc11f4e98433'),
(44646,32,9280,NULL,2610,2,'2026-01-17 13:57:48','2026-01-17 13:57:48','a8cfd773-2524-42b5-a74c-caf47df7e059'),
(44647,32,9280,NULL,2598,3,'2026-01-17 13:57:48','2026-01-17 13:57:48','0f5999c3-c070-4dbf-9993-838350bfc479'),
(44648,32,9280,NULL,2608,4,'2026-01-17 13:57:48','2026-01-17 13:57:48','605c7c5d-427f-44e1-98cf-f79442248b3e'),
(44649,32,9280,NULL,2600,5,'2026-01-17 13:57:48','2026-01-17 13:57:48','9822be14-9d88-45d1-b871-ec09b289b9bd'),
(44650,32,9280,NULL,2596,6,'2026-01-17 13:57:48','2026-01-17 13:57:48','2c615c52-38bf-40e0-b139-1d869f8d9048'),
(44651,32,9280,NULL,2602,7,'2026-01-17 13:57:48','2026-01-17 13:57:48','669734c0-49a2-4408-a481-875305323be5'),
(44652,32,9280,NULL,2606,8,'2026-01-17 13:57:48','2026-01-17 13:57:48','25a5712c-05e8-4498-9ea6-bb978c2938a7'),
(44653,32,9280,NULL,2612,9,'2026-01-17 13:57:48','2026-01-17 13:57:48','60c92ec7-1108-440d-bf6b-bdef66f8069b'),
(44654,32,9280,NULL,2604,10,'2026-01-17 13:57:48','2026-01-17 13:57:48','308e584b-21dd-4e8b-b6b6-ad9bfb1c68a3'),
(44655,16,9280,NULL,6659,1,'2026-01-17 13:57:48','2026-01-17 13:57:48','ec609bb2-ba76-485d-b9d8-0c62fc8020fe'),
(44656,7,9280,NULL,601,1,'2026-01-17 13:57:48','2026-01-17 13:57:48','86ea064b-729c-4dc6-b51c-85cb768efe8b'),
(44657,7,9280,NULL,6547,2,'2026-01-17 13:57:48','2026-01-17 13:57:48','64d5b605-f6d0-4fa4-a584-a4c96e3a619c'),
(44658,7,9280,NULL,2972,3,'2026-01-17 13:57:48','2026-01-17 13:57:48','5b285413-069c-4e33-ac19-b32b75d8e25d'),
(44659,7,9280,NULL,2974,4,'2026-01-17 13:57:48','2026-01-17 13:57:48','52ae495d-5846-4130-966f-4989c9ab6a8a'),
(44660,7,9280,NULL,617,5,'2026-01-17 13:57:48','2026-01-17 13:57:48','386df51b-393f-4965-8f05-014c19402703'),
(44661,7,9280,NULL,605,6,'2026-01-17 13:57:48','2026-01-17 13:57:48','37f96896-4c93-4b71-bf01-c620e4e6e00f'),
(44662,57,9280,NULL,6680,1,'2026-01-17 13:57:48','2026-01-17 13:57:48','bde9d610-fdd0-40d8-a374-306218e1b547'),
(44663,57,9280,NULL,6681,2,'2026-01-17 13:57:48','2026-01-17 13:57:48','8e972e15-2191-40fc-8ba5-98f765ce29ef'),
(44664,57,9280,NULL,6682,3,'2026-01-17 13:57:48','2026-01-17 13:57:48','67e4bdc3-c574-4f98-9398-540ccf5a6865'),
(44665,57,9280,NULL,6683,4,'2026-01-17 13:57:48','2026-01-17 13:57:48','c14d4cac-760f-44be-b956-b3999bd6ec2a'),
(44666,57,9280,NULL,6684,5,'2026-01-17 13:57:48','2026-01-17 13:57:48','eda8428b-9ec5-45b8-98f1-c5c48411d85d'),
(44686,32,9282,NULL,2610,1,'2026-01-17 13:58:36','2026-01-17 13:58:36','2b4d2c81-695d-4811-8db6-ce1d4b3bec1b'),
(44687,32,9282,NULL,2598,2,'2026-01-17 13:58:36','2026-01-17 13:58:36','5c9c5acf-a70f-461f-b03c-069628658502'),
(44688,32,9282,NULL,2608,3,'2026-01-17 13:58:36','2026-01-17 13:58:36','c5540d22-4b42-47a8-8e30-3e3ba2c8b187'),
(44689,32,9282,NULL,2600,4,'2026-01-17 13:58:36','2026-01-17 13:58:36','1a6d7024-7203-46ae-880a-897b588dc272'),
(44690,32,9282,NULL,2596,5,'2026-01-17 13:58:36','2026-01-17 13:58:36','822a59db-67c6-486a-a9ac-ac63f252c367'),
(44691,32,9282,NULL,2602,6,'2026-01-17 13:58:36','2026-01-17 13:58:36','48e13c8d-58a9-453d-8a66-6f61757e5500'),
(44692,32,9282,NULL,2606,7,'2026-01-17 13:58:36','2026-01-17 13:58:36','8f8c5ce8-dc04-4b43-9d5e-d0bf3b6cb485'),
(44693,32,9282,NULL,2612,8,'2026-01-17 13:58:36','2026-01-17 13:58:36','a541be1f-0b3d-44ae-b53a-e3305ec8d5eb'),
(44694,32,9282,NULL,2604,9,'2026-01-17 13:58:36','2026-01-17 13:58:36','f0105f3a-b152-47d1-a8bc-d7a2de1f114e'),
(44695,16,9282,NULL,9255,1,'2026-01-17 13:58:36','2026-01-17 13:58:36','67ed7c17-1b90-4934-86ec-48e60bad5896'),
(44696,7,9282,NULL,601,1,'2026-01-17 13:58:36','2026-01-17 13:58:36','73df689e-1b8d-4291-a0b5-037730de5489'),
(44697,7,9282,NULL,605,2,'2026-01-17 13:58:36','2026-01-17 13:58:36','758fc83f-ee6a-4893-bec1-2cbe768f7bc1'),
(44698,7,9282,NULL,617,3,'2026-01-17 13:58:36','2026-01-17 13:58:36','90c50d39-06c8-4f9c-840a-04df0c26a4a6'),
(44699,82,9282,NULL,491,1,'2026-01-17 13:58:36','2026-01-17 13:58:36','e1aa9672-f70e-418c-9a13-f9351d83101d'),
(44700,57,9282,NULL,9260,1,'2026-01-17 13:58:36','2026-01-17 13:58:36','a25abe64-9730-48c3-ad6e-3b08685c714c'),
(44701,57,9282,NULL,9261,2,'2026-01-17 13:58:36','2026-01-17 13:58:36','7b3ed19d-93cf-4d47-aae5-bbb8bf8acddc'),
(44702,57,9282,NULL,9258,3,'2026-01-17 13:58:36','2026-01-17 13:58:36','f98a3c74-ea0d-47eb-8bfa-ebeea36f272b'),
(44703,57,9282,NULL,9259,4,'2026-01-17 13:58:36','2026-01-17 13:58:36','8684e139-7ea6-4c35-80af-16005bc0add3'),
(44713,83,9284,NULL,1431,1,'2026-01-17 13:59:33','2026-01-17 13:59:33','3614962c-0555-4938-94d4-ae2e8de46efe'),
(44714,16,9284,NULL,6640,1,'2026-01-17 13:59:33','2026-01-17 13:59:33','78a6dee6-278f-4c0a-b1d0-d64c221aaf5e'),
(44715,57,9284,NULL,6635,1,'2026-01-17 13:59:33','2026-01-17 13:59:33','50f55ea5-9ae4-485f-87a0-66b04c1ce614'),
(44716,57,9284,NULL,6636,2,'2026-01-17 13:59:33','2026-01-17 13:59:33','7925147d-f949-4c7b-b4b8-02f88a2b4cb2'),
(44717,57,9284,NULL,6637,3,'2026-01-17 13:59:33','2026-01-17 13:59:33','075545cf-01f8-413a-a1c9-b37535493bd3'),
(44718,57,9284,NULL,6638,4,'2026-01-17 13:59:33','2026-01-17 13:59:33','66dccb9d-9111-40e0-ba92-3f1398b86dfb'),
(44719,57,9284,NULL,6639,5,'2026-01-17 13:59:33','2026-01-17 13:59:33','f70d625e-c24e-4930-9b86-76984239cf5e'),
(44720,57,9284,NULL,6640,6,'2026-01-17 13:59:33','2026-01-17 13:59:33','0842d056-4940-4a03-afbb-9ca71a35e2cc'),
(44737,16,1443,NULL,9286,1,'2026-01-17 14:02:36','2026-01-17 14:02:36','3d80020f-12f1-4c3b-8444-0c60c947ed02'),
(44738,7,1443,NULL,605,4,'2026-01-17 14:02:36','2026-03-04 15:08:57','285e0510-5a3c-4088-866e-1d50b44d2d78'),
(44740,7,1443,NULL,617,2,'2026-01-17 14:02:36','2026-03-04 15:08:57','376558ce-2696-41af-a7a9-3c414fb86070'),
(44742,32,9287,NULL,2610,1,'2026-01-17 14:02:36','2026-01-17 14:02:36','4508b459-6091-4fa6-b6c0-6777b2647dfb'),
(44743,32,9287,NULL,2598,2,'2026-01-17 14:02:36','2026-01-17 14:02:36','9d53fec4-c074-43bc-adb9-9a61b0b84dc9'),
(44744,32,9287,NULL,2608,3,'2026-01-17 14:02:36','2026-01-17 14:02:36','b6f7681d-30ea-494e-84cf-657eb858aa75'),
(44745,32,9287,NULL,2600,4,'2026-01-17 14:02:36','2026-01-17 14:02:36','c0344173-20e5-4032-9fca-972b8d061e6c'),
(44746,32,9287,NULL,2596,5,'2026-01-17 14:02:36','2026-01-17 14:02:36','8cc56d17-5ceb-4ba0-83ba-84200d24a013'),
(44747,32,9287,NULL,2602,6,'2026-01-17 14:02:36','2026-01-17 14:02:36','e9bd0c3c-a62f-4525-8acc-3a016452270c'),
(44748,32,9287,NULL,2606,7,'2026-01-17 14:02:36','2026-01-17 14:02:36','0009bd61-5264-4ddb-84f8-fd4f6151b81e'),
(44749,32,9287,NULL,2612,8,'2026-01-17 14:02:36','2026-01-17 14:02:36','20778df0-32f9-4dec-ae31-b5b57388801c'),
(44750,32,9287,NULL,2604,9,'2026-01-17 14:02:36','2026-01-17 14:02:36','74c22f49-f787-4a52-8304-fbc9b116e116'),
(44751,16,9287,NULL,9286,1,'2026-01-17 14:02:36','2026-01-17 14:02:36','24c1b9b4-acf2-4085-a56d-46807f315556'),
(44752,7,9287,NULL,605,1,'2026-01-17 14:02:36','2026-01-17 14:02:36','fbabadbe-0075-42c5-a585-9862e1cc3487'),
(44753,7,9287,NULL,6547,2,'2026-01-17 14:02:36','2026-01-17 14:02:36','07d59fd8-0c2e-4c31-87d3-cdca488744c1'),
(44754,7,9287,NULL,617,3,'2026-01-17 14:02:36','2026-01-17 14:02:36','4fad395e-5ec4-4475-a8f5-4fcd06345fc2'),
(44755,7,9287,NULL,2969,4,'2026-01-17 14:02:36','2026-01-17 14:02:36','f84ab345-99e2-475a-b0d8-78671d2536f9'),
(44756,82,9287,NULL,491,1,'2026-01-17 14:02:36','2026-01-17 14:02:36','36831003-52de-4a20-a1b9-08f05e6822db'),
(44778,57,1443,NULL,9293,1,'2026-01-17 14:03:30','2026-01-17 14:03:30','a03d85d0-ac3d-4e6c-8fc8-de2273004503'),
(44779,57,1443,NULL,9290,2,'2026-01-17 14:03:30','2026-01-17 14:03:30','9d72ed22-50ae-425f-843a-38c730e730f2'),
(44780,57,1443,NULL,9289,3,'2026-01-17 14:03:30','2026-01-17 14:03:30','7a314a7c-5366-43a1-aea5-663dbcfcaacb'),
(44781,57,1443,NULL,9294,4,'2026-01-17 14:03:30','2026-01-17 14:03:30','0d8da00f-8bf4-456d-81ac-46f5d5dae632'),
(44782,57,1443,NULL,9291,5,'2026-01-17 14:03:30','2026-01-17 14:03:30','073148dd-d8ac-47cf-b40c-b9cade30ae6c'),
(44783,57,1443,NULL,9292,6,'2026-01-17 14:03:30','2026-01-17 14:03:30','76041ed9-223a-4d73-ac94-bb7e73844a6e'),
(44784,32,9295,NULL,2610,1,'2026-01-17 14:03:30','2026-01-17 14:03:30','9741b9d5-b684-47e0-abd3-ede988b8ead3'),
(44785,32,9295,NULL,2598,2,'2026-01-17 14:03:30','2026-01-17 14:03:30','d6014439-12ff-4ec3-9de9-b7fef5e3f9bd'),
(44786,32,9295,NULL,2608,3,'2026-01-17 14:03:30','2026-01-17 14:03:30','a75873af-213b-4e8f-9b6a-b625e0a5f408'),
(44787,32,9295,NULL,2600,4,'2026-01-17 14:03:30','2026-01-17 14:03:30','56b0da3f-80e5-4c65-b583-2db22fcacca3'),
(44788,32,9295,NULL,2596,5,'2026-01-17 14:03:30','2026-01-17 14:03:30','997b79bb-4db8-48fd-a452-1fbd480bcc0d'),
(44789,32,9295,NULL,2602,6,'2026-01-17 14:03:30','2026-01-17 14:03:30','15e01629-b383-46c4-9669-e40141804925'),
(44790,32,9295,NULL,2606,7,'2026-01-17 14:03:30','2026-01-17 14:03:30','cd895116-3622-41b5-bea9-22fe9ebc7301'),
(44791,32,9295,NULL,2612,8,'2026-01-17 14:03:30','2026-01-17 14:03:30','827d52d0-5734-4c5d-8e28-698b0b08d7b2'),
(44792,32,9295,NULL,2604,9,'2026-01-17 14:03:30','2026-01-17 14:03:30','38fbf7d7-f46d-4dd1-ad5e-a38c0d93caed'),
(44793,16,9295,NULL,9286,1,'2026-01-17 14:03:30','2026-01-17 14:03:30','42729e07-d848-4c50-bde9-2679d727072f'),
(44794,7,9295,NULL,605,1,'2026-01-17 14:03:30','2026-01-17 14:03:30','c63760be-cb9b-49a0-8f03-f1e94ed506b0'),
(44795,7,9295,NULL,6547,2,'2026-01-17 14:03:30','2026-01-17 14:03:30','43a6e6c9-0070-4c7d-ba67-5dd5dcc78ac5'),
(44796,7,9295,NULL,617,3,'2026-01-17 14:03:30','2026-01-17 14:03:30','b9187ea9-eb6c-4974-b451-dc933f8aff7e'),
(44797,7,9295,NULL,2969,4,'2026-01-17 14:03:30','2026-01-17 14:03:30','e8831a97-159b-4730-88eb-0ccd615e63eb'),
(44798,82,9295,NULL,491,1,'2026-01-17 14:03:30','2026-01-17 14:03:30','c8548baf-63ad-4922-aaaa-6a7480dcbfcd'),
(44799,57,9295,NULL,9293,1,'2026-01-17 14:03:30','2026-01-17 14:03:30','d03e2b25-45ae-4362-8681-2036ef26132c'),
(44800,57,9295,NULL,9290,2,'2026-01-17 14:03:30','2026-01-17 14:03:30','dfa4ce76-faf3-40a0-87e2-64466403541c'),
(44801,57,9295,NULL,9289,3,'2026-01-17 14:03:30','2026-01-17 14:03:30','1e151a52-37c0-4989-b13c-521a144287da'),
(44802,57,9295,NULL,9294,4,'2026-01-17 14:03:30','2026-01-17 14:03:30','a2bb6b77-3509-41be-a785-c1c355d8a33f'),
(44803,57,9295,NULL,9291,5,'2026-01-17 14:03:30','2026-01-17 14:03:30','25fa8226-2122-4f6e-839d-3bff6556e325'),
(44804,57,9295,NULL,9292,6,'2026-01-17 14:03:30','2026-01-17 14:03:30','437276e7-3765-4a24-ab97-06a583456f9f'),
(44826,32,9297,NULL,2610,1,'2026-01-17 14:04:12','2026-01-17 14:04:12','5ec1bbd5-c042-4f05-8574-b5a45668b0a9'),
(44827,32,9297,NULL,2598,2,'2026-01-17 14:04:12','2026-01-17 14:04:12','f0831dc2-ea38-43c9-bca5-09e0d785ba67'),
(44828,32,9297,NULL,2608,3,'2026-01-17 14:04:12','2026-01-17 14:04:12','c73b688f-09bf-4e4b-9c2c-c0528e5b4c68'),
(44829,32,9297,NULL,2600,4,'2026-01-17 14:04:12','2026-01-17 14:04:12','3b746d95-8b6a-4544-9782-e29d277635c3'),
(44830,32,9297,NULL,2596,5,'2026-01-17 14:04:12','2026-01-17 14:04:12','5861b840-0482-43d3-b056-201db2888d8c'),
(44831,32,9297,NULL,2602,6,'2026-01-17 14:04:12','2026-01-17 14:04:12','42d8a2f6-49a9-41b6-b0c4-b84eeac46f14'),
(44832,32,9297,NULL,2606,7,'2026-01-17 14:04:12','2026-01-17 14:04:12','a5ec6d4b-b47d-48a5-bfb6-62356656d301'),
(44833,32,9297,NULL,2612,8,'2026-01-17 14:04:12','2026-01-17 14:04:12','677f6c6d-de34-4476-a046-a3ca9390efad'),
(44834,32,9297,NULL,2604,9,'2026-01-17 14:04:12','2026-01-17 14:04:12','b57090d2-cc88-400c-b3b8-44a1ddd72d64'),
(44835,16,9297,NULL,9286,1,'2026-01-17 14:04:12','2026-01-17 14:04:12','489d94fa-3819-4815-b9a7-4420ebd850ae'),
(44836,7,9297,NULL,605,1,'2026-01-17 14:04:12','2026-01-17 14:04:12','42ef9a44-3304-4be3-a716-734abb937d30'),
(44837,7,9297,NULL,6547,2,'2026-01-17 14:04:12','2026-01-17 14:04:12','9ad687e2-151c-4ab0-9277-fc6a75b2c579'),
(44838,7,9297,NULL,617,3,'2026-01-17 14:04:12','2026-01-17 14:04:12','e9785ce1-0b1e-445c-b352-be2e94038290'),
(44839,7,9297,NULL,2969,4,'2026-01-17 14:04:12','2026-01-17 14:04:12','e5224d2b-4742-422e-93a2-fa738c17e60c'),
(44840,82,9297,NULL,491,1,'2026-01-17 14:04:12','2026-01-17 14:04:12','95c65eaf-03a4-4dab-8c18-6c15f02f63fd'),
(44841,57,9297,NULL,9293,1,'2026-01-17 14:04:12','2026-01-17 14:04:12','cef971c4-825b-44d7-97fc-d1ac7bc24497'),
(44842,57,9297,NULL,9290,2,'2026-01-17 14:04:12','2026-01-17 14:04:12','e8596176-02a3-4078-901b-2c69584ed816'),
(44843,57,9297,NULL,9289,3,'2026-01-17 14:04:12','2026-01-17 14:04:12','84ff3362-851d-4690-b2c9-2d1097352f08'),
(44844,57,9297,NULL,9294,4,'2026-01-17 14:04:12','2026-01-17 14:04:12','bd2f6ab0-6408-413f-8334-327fced18f6f'),
(44845,57,9297,NULL,9291,5,'2026-01-17 14:04:12','2026-01-17 14:04:12','7e2a1553-5b12-4bd6-a616-e2b8d30ec74d'),
(44846,57,9297,NULL,9292,6,'2026-01-17 14:04:12','2026-01-17 14:04:12','93897af2-8c53-4a99-8e3b-2d7986a29ce2'),
(44858,32,9300,NULL,2614,1,'2026-01-17 14:05:55','2026-01-17 14:05:55','7f69d2d2-6223-4c48-9be8-eee268479974'),
(44859,32,9300,NULL,2610,2,'2026-01-17 14:05:55','2026-01-17 14:05:55','9940711d-646e-46fc-8651-6d62693c401d'),
(44860,32,9300,NULL,2598,3,'2026-01-17 14:05:55','2026-01-17 14:05:55','8dd5bfee-0755-4c29-8d0a-e6da33215612'),
(44861,32,9300,NULL,2608,4,'2026-01-17 14:05:55','2026-01-17 14:05:55','c15262e0-0e83-4c9e-8ed6-ce7497708d36'),
(44862,32,9300,NULL,2600,5,'2026-01-17 14:05:55','2026-01-17 14:05:55','68fdc7b8-ac38-46b2-b0de-5fe7c5d09472'),
(44863,32,9300,NULL,2596,6,'2026-01-17 14:05:55','2026-01-17 14:05:55','875e729d-e7b8-4e99-862b-207c851f232c'),
(44864,32,9300,NULL,2602,7,'2026-01-17 14:05:55','2026-01-17 14:05:55','d7e03400-9b3f-4885-98fd-d7149a6ea63b'),
(44865,32,9300,NULL,2606,8,'2026-01-17 14:05:55','2026-01-17 14:05:55','5a0e54ce-c6f2-4563-a7e2-8f806e742857'),
(44866,32,9300,NULL,2612,9,'2026-01-17 14:05:55','2026-01-17 14:05:55','2e6a8803-835b-42e0-9a6d-4cd09c84be94'),
(44867,32,9300,NULL,2604,10,'2026-01-17 14:05:55','2026-01-17 14:05:55','aa5ad985-29bb-4ce8-beba-68c4b40d4574'),
(44868,46,9300,NULL,7381,1,'2026-01-17 14:05:55','2026-01-17 14:05:55','534c1d28-019f-4478-9a53-2d782a7ec721'),
(44883,7,1449,NULL,601,1,'2026-01-17 14:08:54','2026-01-17 14:08:54','49a2fb54-c1c1-4be0-a61e-e89dee1fecda'),
(44884,7,1449,NULL,605,4,'2026-01-17 14:08:54','2026-01-17 20:24:19','ad51f682-d3fd-40c9-86b5-c19fd9670edc'),
(44885,7,1449,NULL,617,2,'2026-01-17 14:08:54','2026-01-17 20:24:19','0af56721-1a28-4de2-b594-416dc77291f9'),
(44886,32,9303,NULL,2614,1,'2026-01-17 14:08:54','2026-01-17 14:08:54','a748c64f-526e-4e0d-97d3-30ea4060f9fd'),
(44887,32,9303,NULL,2610,2,'2026-01-17 14:08:54','2026-01-17 14:08:54','9f208abe-34a5-4aae-a2bc-ea6c98abda5c'),
(44888,32,9303,NULL,2598,3,'2026-01-17 14:08:54','2026-01-17 14:08:54','e17139b0-cded-4817-bbc5-d14330aae5fe'),
(44889,32,9303,NULL,2608,4,'2026-01-17 14:08:54','2026-01-17 14:08:54','8ace7dd6-1ca8-47d4-ac17-99c60fc55d20'),
(44890,32,9303,NULL,2600,5,'2026-01-17 14:08:54','2026-01-17 14:08:54','ee1fbd9a-2fbc-4060-8578-43efa97cd97d'),
(44891,32,9303,NULL,2596,6,'2026-01-17 14:08:54','2026-01-17 14:08:54','b4b75001-3013-47af-8ebb-f3d338e1edcb'),
(44892,32,9303,NULL,2602,7,'2026-01-17 14:08:54','2026-01-17 14:08:54','ddbb6351-3715-40f8-a508-eb351d7067e8'),
(44893,32,9303,NULL,2606,8,'2026-01-17 14:08:54','2026-01-17 14:08:54','08277815-80f1-4e15-a427-ecc9571fcf19'),
(44894,32,9303,NULL,2612,9,'2026-01-17 14:08:54','2026-01-17 14:08:54','a68afa1f-05a2-4ef7-91ed-3e5794572304'),
(44895,32,9303,NULL,2604,10,'2026-01-17 14:08:54','2026-01-17 14:08:54','d338959e-bfe7-4f27-992b-8bfefd761f76'),
(44896,7,9303,NULL,601,1,'2026-01-17 14:08:54','2026-01-17 14:08:54','45667008-4ed1-4a3b-9c4f-bf1664d80b7f'),
(44897,7,9303,NULL,605,2,'2026-01-17 14:08:54','2026-01-17 14:08:54','a9665ee4-a611-48a5-89f2-00d407a49c05'),
(44898,7,9303,NULL,617,3,'2026-01-17 14:08:54','2026-01-17 14:08:54','fe9a49da-1fb6-42a3-8eed-90d29ef51f19'),
(44899,46,9303,NULL,7381,1,'2026-01-17 14:08:54','2026-01-17 14:08:54','e1d52eec-bc48-4e0c-ad5b-841a21bc1dd6'),
(44914,32,9305,NULL,2614,1,'2026-01-17 14:09:10','2026-01-17 14:09:10','5109b9f6-782d-41d5-9e46-ebdd69bd7ae8'),
(44915,32,9305,NULL,2610,2,'2026-01-17 14:09:10','2026-01-17 14:09:10','239a4bcd-ee71-43a6-aeb8-bcefb1a3ada4'),
(44916,32,9305,NULL,2598,3,'2026-01-17 14:09:10','2026-01-17 14:09:10','e004f782-544e-42d7-9f28-5c6645472d4d'),
(44917,32,9305,NULL,2608,4,'2026-01-17 14:09:10','2026-01-17 14:09:10','0d5e9a64-6f45-428d-8a3d-457a61139813'),
(44918,32,9305,NULL,2600,5,'2026-01-17 14:09:10','2026-01-17 14:09:10','729d4dca-8f0e-40f8-ade1-60dc9c385616'),
(44919,32,9305,NULL,2596,6,'2026-01-17 14:09:10','2026-01-17 14:09:10','42b36057-a19c-405d-89ee-c800cd6ee3b6'),
(44920,32,9305,NULL,2602,7,'2026-01-17 14:09:10','2026-01-17 14:09:10','76aa41e1-943d-4cdc-a0ed-696424fc7ad6'),
(44921,32,9305,NULL,2606,8,'2026-01-17 14:09:10','2026-01-17 14:09:10','a3727244-a196-4eee-965b-7476366700aa'),
(44922,32,9305,NULL,2612,9,'2026-01-17 14:09:10','2026-01-17 14:09:10','129acdba-af94-48dd-85fb-3d9847127d14'),
(44923,32,9305,NULL,2604,10,'2026-01-17 14:09:10','2026-01-17 14:09:10','1953ef68-7886-4b68-948c-23d0146e6a47'),
(44924,7,9305,NULL,601,1,'2026-01-17 14:09:10','2026-01-17 14:09:10','e05f4d90-5ca5-4beb-927a-d08c31476bf0'),
(44925,7,9305,NULL,605,2,'2026-01-17 14:09:10','2026-01-17 14:09:10','10399769-f7dc-42a0-9e3a-d1c024602629'),
(44926,7,9305,NULL,617,3,'2026-01-17 14:09:10','2026-01-17 14:09:10','05fd36ed-f5c9-401c-a572-4b736740a8ff'),
(44940,32,9307,NULL,2614,1,'2026-01-17 14:09:18','2026-01-17 14:09:18','3ac8289d-6084-4775-867b-f8a343da434c'),
(44941,32,9307,NULL,2610,2,'2026-01-17 14:09:18','2026-01-17 14:09:18','0c544eee-1fd2-41e5-98cc-7b6b998ccdab'),
(44942,32,9307,NULL,2598,3,'2026-01-17 14:09:18','2026-01-17 14:09:18','6e779733-f6bd-4c12-9f4f-1bafa5e96789'),
(44943,32,9307,NULL,2608,4,'2026-01-17 14:09:18','2026-01-17 14:09:18','e1af3915-33e6-4ea1-b99f-889a0fc952f4'),
(44944,32,9307,NULL,2600,5,'2026-01-17 14:09:18','2026-01-17 14:09:18','bd19fa23-3a70-4dc5-863c-08fec999d870'),
(44945,32,9307,NULL,2596,6,'2026-01-17 14:09:18','2026-01-17 14:09:18','97e3d557-6370-445b-ad70-d042e8e631c4'),
(44946,32,9307,NULL,2602,7,'2026-01-17 14:09:18','2026-01-17 14:09:18','56f65821-b736-419b-afb8-6d3f90bb0369'),
(44947,32,9307,NULL,2606,8,'2026-01-17 14:09:18','2026-01-17 14:09:18','3f6b6adb-42e7-426d-a409-d3bc03f91050'),
(44948,32,9307,NULL,2612,9,'2026-01-17 14:09:18','2026-01-17 14:09:18','f0fb96de-2061-478b-be9e-7366315fe57f'),
(44949,32,9307,NULL,2604,10,'2026-01-17 14:09:18','2026-01-17 14:09:18','6afb3266-f6b9-4b85-a8b0-35a338dc0968'),
(44950,7,9307,NULL,601,1,'2026-01-17 14:09:18','2026-01-17 14:09:18','dcd41eaa-4eb4-44de-ab6c-4715ffd06db9'),
(44951,7,9307,NULL,605,2,'2026-01-17 14:09:18','2026-01-17 14:09:18','1dcb5e33-0c6a-49bf-a076-8dadb63da6ac'),
(44952,7,9307,NULL,617,3,'2026-01-17 14:09:18','2026-01-17 14:09:18','e81b3d31-81ab-4245-af73-109922219dea'),
(44971,7,1455,NULL,601,1,'2026-01-17 14:12:28','2026-01-17 14:12:28','e14413f4-3867-40ac-8153-d8280516e532'),
(44972,7,1455,NULL,605,2,'2026-01-17 14:12:28','2026-01-17 14:12:28','c5d28e3a-2d9e-407b-a9b9-f75e8aa4bda5'),
(44973,7,1455,NULL,617,3,'2026-01-17 14:12:28','2026-01-17 14:12:28','04dddbe2-cb61-4569-b38f-6c23a40693fb'),
(44974,7,1455,NULL,2972,4,'2026-01-17 14:12:28','2026-01-17 14:12:28','897d4cde-912e-4c4f-9bc7-c741bf61e62f'),
(44975,32,9310,NULL,2610,1,'2026-01-17 14:12:28','2026-01-17 14:12:28','a1a87e33-6f73-4b41-8ee0-6bae2a10f249'),
(44976,32,9310,NULL,2598,2,'2026-01-17 14:12:28','2026-01-17 14:12:28','9f80b987-6445-41b7-9cc3-eac15234f831'),
(44977,32,9310,NULL,2608,3,'2026-01-17 14:12:28','2026-01-17 14:12:28','e1149300-e572-4ff5-8976-8553706e33ff'),
(44978,32,9310,NULL,2624,4,'2026-01-17 14:12:28','2026-01-17 14:12:28','8f74c504-3108-41e5-b245-72fd11045ff3'),
(44979,32,9310,NULL,2600,5,'2026-01-17 14:12:28','2026-01-17 14:12:28','4f055d47-624e-4e57-a0b2-44f04f677e64'),
(44980,32,9310,NULL,2596,6,'2026-01-17 14:12:28','2026-01-17 14:12:28','3f18d246-bc44-4676-923c-36f061596a67'),
(44981,32,9310,NULL,2602,7,'2026-01-17 14:12:28','2026-01-17 14:12:28','93eed752-790d-466a-bcc1-3520dcbed321'),
(44982,32,9310,NULL,2606,8,'2026-01-17 14:12:28','2026-01-17 14:12:28','fe94979c-07d1-4141-b29b-e790e6edda9c'),
(44983,32,9310,NULL,2612,9,'2026-01-17 14:12:28','2026-01-17 14:12:28','44f37ef7-87bf-4af1-bb40-afa2b76f945b'),
(44984,32,9310,NULL,2604,10,'2026-01-17 14:12:28','2026-01-17 14:12:28','11c7b5af-89df-41db-96b7-74fd44c1fb6d'),
(44985,16,9310,NULL,9309,1,'2026-01-17 14:12:28','2026-01-17 14:12:28','2325818c-5f02-493a-a959-49bdfc1b1cbb'),
(44986,7,9310,NULL,601,1,'2026-01-17 14:12:28','2026-01-17 14:12:28','853c057d-b330-4d40-9cc1-f2469647e7d8'),
(44987,7,9310,NULL,605,2,'2026-01-17 14:12:28','2026-01-17 14:12:28','06d4251e-ae53-4410-90bd-4d7862010833'),
(44988,7,9310,NULL,617,3,'2026-01-17 14:12:28','2026-01-17 14:12:28','d1914b27-79c7-4abb-ae65-b630fedbf65c'),
(44989,7,9310,NULL,2972,4,'2026-01-17 14:12:28','2026-01-17 14:12:28','fe45e2f0-353a-43af-a7d7-f17f6658b961'),
(44990,82,9310,NULL,491,1,'2026-01-17 14:12:28','2026-01-17 14:12:28','4b860842-5228-42a2-bc87-bbe20a619807'),
(44991,46,9310,NULL,2891,1,'2026-01-17 14:12:28','2026-01-17 14:12:28','00d4f565-caa4-4ea6-803e-f7be3c543703'),
(45015,32,9315,NULL,2610,1,'2026-01-17 14:12:58','2026-01-17 14:12:58','b82c5738-2e30-4937-bceb-e89d8c1eee49'),
(45016,32,9315,NULL,2598,2,'2026-01-17 14:12:58','2026-01-17 14:12:58','cd16484d-41eb-463c-be7e-74061b6c6fd2'),
(45017,32,9315,NULL,2608,3,'2026-01-17 14:12:58','2026-01-17 14:12:58','4a67c92d-21ef-46b1-bbbd-3515e97ff4c6'),
(45018,32,9315,NULL,2624,4,'2026-01-17 14:12:58','2026-01-17 14:12:58','c63de2cc-6bba-4376-b540-03c0d805d703'),
(45019,32,9315,NULL,2600,5,'2026-01-17 14:12:58','2026-01-17 14:12:58','97d920bd-9446-4466-a9fc-ba616bf3b2ef'),
(45020,32,9315,NULL,2596,6,'2026-01-17 14:12:58','2026-01-17 14:12:58','23de3fa7-6378-4fc6-ba88-a601464824e9'),
(45021,32,9315,NULL,2602,7,'2026-01-17 14:12:58','2026-01-17 14:12:58','02c09d45-edb4-4a4b-b667-cf438c3354ca'),
(45022,32,9315,NULL,2606,8,'2026-01-17 14:12:58','2026-01-17 14:12:58','3dffdc77-18cb-4dce-88f2-14cb328a7a0b'),
(45023,32,9315,NULL,2612,9,'2026-01-17 14:12:58','2026-01-17 14:12:58','50ce6b7c-3d69-48e1-b24f-dd5ad55fd89f'),
(45024,32,9315,NULL,2604,10,'2026-01-17 14:12:58','2026-01-17 14:12:58','1655f473-d4eb-4518-bc79-32a3df5fd6d3'),
(45025,16,9315,NULL,9309,1,'2026-01-17 14:12:58','2026-01-17 14:12:58','961ac51f-94c1-444f-9c51-1e64ff3c0880'),
(45026,7,9315,NULL,601,1,'2026-01-17 14:12:58','2026-01-17 14:12:58','62b1248b-a051-48fd-a778-7b9eac6ca2e0'),
(45027,7,9315,NULL,605,2,'2026-01-17 14:12:58','2026-01-17 14:12:58','e942956e-aaa0-4bda-b65c-7105bc1c01de'),
(45028,7,9315,NULL,617,3,'2026-01-17 14:12:58','2026-01-17 14:12:58','30d84c51-e4a6-4a6f-9a2c-de6a6d2bde7b'),
(45029,7,9315,NULL,2972,4,'2026-01-17 14:12:58','2026-01-17 14:12:58','f113020b-897e-41bf-96e3-b7f846fe146e'),
(45030,82,9315,NULL,491,1,'2026-01-17 14:12:58','2026-01-17 14:12:58','4e415311-41cc-47fb-a517-36f45d4589b8'),
(45031,46,9315,NULL,2891,1,'2026-01-17 14:12:58','2026-01-17 14:12:58','2533d91e-093f-4104-84de-bca2f873748f'),
(45032,57,9315,NULL,9312,1,'2026-01-17 14:12:58','2026-01-17 14:12:58','fcbd4ab8-eccd-4f9f-afe5-9991156b67f1'),
(45033,57,9315,NULL,9313,2,'2026-01-17 14:12:58','2026-01-17 14:12:58','107e555f-1ded-48e4-a637-48d59202831a'),
(45034,57,9315,NULL,9314,3,'2026-01-17 14:12:58','2026-01-17 14:12:58','873d2744-69c9-4a28-a78c-fb1a8550ba95'),
(45055,32,9317,NULL,2610,1,'2026-01-17 14:14:20','2026-01-17 14:14:20','d363c91a-fa5a-416d-8a67-d0b9421f5b7e'),
(45056,32,9317,NULL,2598,2,'2026-01-17 14:14:20','2026-01-17 14:14:20','f6a1bd8e-28ec-47f1-a7f7-52d97e98e78e'),
(45057,32,9317,NULL,2608,3,'2026-01-17 14:14:20','2026-01-17 14:14:20','6b746a85-c280-4d25-9fb9-4a30a9e2b104'),
(45058,32,9317,NULL,2624,4,'2026-01-17 14:14:20','2026-01-17 14:14:20','5f2cecbc-2a33-4678-9544-0660153b213e'),
(45059,32,9317,NULL,2600,5,'2026-01-17 14:14:20','2026-01-17 14:14:20','6a01c558-ec9c-4d5d-b7f1-5c94b4b93f6f'),
(45060,32,9317,NULL,2596,6,'2026-01-17 14:14:20','2026-01-17 14:14:20','869af11b-72d1-4532-9452-702f8167ed41'),
(45061,32,9317,NULL,2602,7,'2026-01-17 14:14:20','2026-01-17 14:14:20','0077f7b0-3e9f-440b-b1b2-2c0db606936e'),
(45062,32,9317,NULL,2606,8,'2026-01-17 14:14:20','2026-01-17 14:14:20','680a4c4f-3c6c-4a9f-8299-20c624fbe2e7'),
(45063,32,9317,NULL,2612,9,'2026-01-17 14:14:20','2026-01-17 14:14:20','89d00183-f8c8-45b6-a4e3-d375cfb96a8a'),
(45064,32,9317,NULL,2604,10,'2026-01-17 14:14:20','2026-01-17 14:14:20','8a72c8d1-a2ad-4312-a63e-8907b5cc9ebe'),
(45065,16,9317,NULL,9309,1,'2026-01-17 14:14:20','2026-01-17 14:14:20','ac82a25d-4c36-44df-b550-74b29039027e'),
(45066,7,9317,NULL,601,1,'2026-01-17 14:14:20','2026-01-17 14:14:20','70598515-147a-4c00-a222-9addf666b96f'),
(45067,7,9317,NULL,605,2,'2026-01-17 14:14:20','2026-01-17 14:14:20','246cf842-e8bc-4af6-aa68-3fc55180d060'),
(45068,7,9317,NULL,617,3,'2026-01-17 14:14:20','2026-01-17 14:14:20','d5700ec7-cc5b-452f-b85e-dca2a128f0c4'),
(45069,7,9317,NULL,2972,4,'2026-01-17 14:14:20','2026-01-17 14:14:20','16330ffb-8b13-4d70-a0bf-d3427c76d743'),
(45070,82,9317,NULL,491,1,'2026-01-17 14:14:20','2026-01-17 14:14:20','73f667fa-c03e-446e-b1c5-d12a326d38ff'),
(45071,46,9317,NULL,2891,1,'2026-01-17 14:14:20','2026-01-17 14:14:20','bbd29f7e-b605-4e67-901a-9faff39970fe'),
(45072,57,9317,NULL,9312,1,'2026-01-17 14:14:20','2026-01-17 14:14:20','0d66c98d-d39c-4e13-a4f0-6bc173cab320'),
(45073,57,9317,NULL,9313,2,'2026-01-17 14:14:20','2026-01-17 14:14:20','230f8c51-5baf-48cd-b44e-a36d34a6e009'),
(45074,57,9317,NULL,9314,3,'2026-01-17 14:14:20','2026-01-17 14:14:20','37d8ca2d-bfce-4d94-af18-becb64392806'),
(45096,57,1461,NULL,9319,1,'2026-01-17 14:15:56','2026-01-17 14:15:56','af12fc6d-3b90-467f-9c41-8582b3a299d7'),
(45097,57,1461,NULL,9320,2,'2026-01-17 14:15:56','2026-01-17 14:15:56','6e6b59c6-4223-480d-8fe8-e5688b5dc37c'),
(45098,57,1461,NULL,9321,3,'2026-01-17 14:15:56','2026-01-17 14:15:56','7f8279de-58d2-402b-bf30-825f71c7487e'),
(45099,57,1461,NULL,9322,4,'2026-01-17 14:15:56','2026-01-17 14:15:56','dec344ea-d547-434c-8676-d3b583769cb4'),
(45100,57,1461,NULL,9323,6,'2026-01-17 14:15:56','2026-01-17 21:37:07','97e25029-f796-47e0-aeac-a7416b2ba7b4'),
(45101,32,9324,NULL,2610,1,'2026-01-17 14:15:56','2026-01-17 14:15:56','89f2c71c-e68c-4d3e-8bb5-618936a93116'),
(45102,32,9324,NULL,2598,2,'2026-01-17 14:15:56','2026-01-17 14:15:56','9dccd072-4e02-4725-9270-bed424edf66f'),
(45103,32,9324,NULL,2608,3,'2026-01-17 14:15:56','2026-01-17 14:15:56','0b6e1190-29cb-4721-be51-475c557a5828'),
(45104,32,9324,NULL,2600,4,'2026-01-17 14:15:56','2026-01-17 14:15:56','3f43eaa2-76a3-40fd-82c0-9ac50afb8681'),
(45105,32,9324,NULL,2596,5,'2026-01-17 14:15:56','2026-01-17 14:15:56','f531e8a1-7c0c-493a-8f54-6915b7669a77'),
(45106,32,9324,NULL,2602,6,'2026-01-17 14:15:56','2026-01-17 14:15:56','3daf06ba-742f-4ca6-ad3a-dd7edbd6aeca'),
(45107,32,9324,NULL,2606,7,'2026-01-17 14:15:56','2026-01-17 14:15:56','a867ef03-bd01-4d8f-8382-f873b68cb062'),
(45108,32,9324,NULL,2612,8,'2026-01-17 14:15:56','2026-01-17 14:15:56','0a9e5790-92d0-4942-9a9f-07f2b2eb8d4e'),
(45109,32,9324,NULL,2604,9,'2026-01-17 14:15:56','2026-01-17 14:15:56','4afa6458-b200-4cf2-a84f-0ea5ee719771'),
(45110,16,9324,NULL,6422,1,'2026-01-17 14:15:56','2026-01-17 14:15:56','114f5752-a75c-42c6-82c2-c5523cc60245'),
(45111,7,9324,NULL,601,1,'2026-01-17 14:15:56','2026-01-17 14:15:56','63279b8e-e16b-468a-96cc-0051bdb1c23b'),
(45112,7,9324,NULL,617,2,'2026-01-17 14:15:56','2026-01-17 14:15:56','0246c10c-c4de-494a-a1d0-f396baaa02ce'),
(45113,7,9324,NULL,605,3,'2026-01-17 14:15:56','2026-01-17 14:15:56','a4bbb37d-f142-4e50-b706-7ca922f751c0'),
(45114,82,9324,NULL,491,1,'2026-01-17 14:15:56','2026-01-17 14:15:56','0df02ca2-8844-4527-a0cb-16105f2d46d6'),
(45115,46,9324,NULL,7369,1,'2026-01-17 14:15:56','2026-01-17 14:15:56','45f7887e-241e-4bea-b2e5-eb325ca789bd'),
(45116,57,9324,NULL,9319,1,'2026-01-17 14:15:56','2026-01-17 14:15:56','cd8af640-959e-4764-8967-c784d4eab32d'),
(45117,57,9324,NULL,9320,2,'2026-01-17 14:15:56','2026-01-17 14:15:56','6b13eb8f-9bb2-4b9a-9c47-c419ce528ecf'),
(45118,57,9324,NULL,9321,3,'2026-01-17 14:15:56','2026-01-17 14:15:56','bf024264-fa75-4bf0-bc01-f024741c7b42'),
(45119,57,9324,NULL,9322,4,'2026-01-17 14:15:56','2026-01-17 14:15:56','7faa8ca9-4f26-4f53-9caa-f7a5850dde06'),
(45120,57,9324,NULL,9323,5,'2026-01-17 14:15:56','2026-01-17 14:15:56','531d387e-31ab-4595-bfc8-33419ef125cc'),
(45121,13,9324,NULL,6844,1,'2026-01-17 14:15:56','2026-01-17 14:15:56','aa2074d5-18a4-43df-8bc5-387e2a88bdf9'),
(45143,32,9326,NULL,2610,1,'2026-01-17 14:16:36','2026-01-17 14:16:36','f612884e-8ef9-4c73-90bf-cdc6418dde63'),
(45144,32,9326,NULL,2598,2,'2026-01-17 14:16:36','2026-01-17 14:16:36','5f172f96-a968-4579-a6a9-d150bd8f45ea'),
(45145,32,9326,NULL,2608,3,'2026-01-17 14:16:36','2026-01-17 14:16:36','faa2de4c-98e1-40d7-9a04-7aacbc2c2a99'),
(45146,32,9326,NULL,2600,4,'2026-01-17 14:16:36','2026-01-17 14:16:36','6bc2573f-81eb-4f21-8970-3e79bcedc17f'),
(45147,32,9326,NULL,2596,5,'2026-01-17 14:16:36','2026-01-17 14:16:36','2da8fec1-076e-40da-ac53-8e2fc2f92e90'),
(45148,32,9326,NULL,2602,6,'2026-01-17 14:16:36','2026-01-17 14:16:36','2e74a4db-5fb5-45f4-b65e-c42112e746ba'),
(45149,32,9326,NULL,2606,7,'2026-01-17 14:16:36','2026-01-17 14:16:36','82d3988f-d820-48fb-9a74-e003f59e2747'),
(45150,32,9326,NULL,2612,8,'2026-01-17 14:16:36','2026-01-17 14:16:36','becaaaf7-8993-48d5-a96e-beb7743852a8'),
(45151,32,9326,NULL,2604,9,'2026-01-17 14:16:36','2026-01-17 14:16:36','81fc0f7b-234d-4f96-9aae-c51038922a51'),
(45152,16,9326,NULL,6422,1,'2026-01-17 14:16:36','2026-01-17 14:16:36','d02f3391-28d6-4759-bbaa-ce8be0175341'),
(45153,7,9326,NULL,601,1,'2026-01-17 14:16:36','2026-01-17 14:16:36','f6377ea5-0a68-4c1d-9ee5-465e88872cf1'),
(45154,7,9326,NULL,617,2,'2026-01-17 14:16:36','2026-01-17 14:16:36','f882336d-e72f-4df3-933a-74a74ccb09f6'),
(45155,7,9326,NULL,605,3,'2026-01-17 14:16:36','2026-01-17 14:16:36','3a403579-9bed-4c95-95e4-a9d9783c8ca5'),
(45156,82,9326,NULL,491,1,'2026-01-17 14:16:36','2026-01-17 14:16:36','fc94fc8a-8c1d-4d14-94fc-56ebacca4d84'),
(45157,46,9326,NULL,7369,1,'2026-01-17 14:16:36','2026-01-17 14:16:36','1291487b-5a5d-4dc8-821a-4b84fe16de05'),
(45158,57,9326,NULL,9319,1,'2026-01-17 14:16:36','2026-01-17 14:16:36','ede377e8-ddb0-4bbd-8cca-5f2f06288f5f'),
(45159,57,9326,NULL,9320,2,'2026-01-17 14:16:36','2026-01-17 14:16:36','94270c3e-6cd8-473f-ad29-2f76f63f20de'),
(45160,57,9326,NULL,9321,3,'2026-01-17 14:16:36','2026-01-17 14:16:36','7fea298e-e3ba-4874-8683-246d2e1bef41'),
(45161,57,9326,NULL,9322,4,'2026-01-17 14:16:36','2026-01-17 14:16:36','216ea246-ee5f-4087-8aab-8ca2c27830be'),
(45162,57,9326,NULL,9323,5,'2026-01-17 14:16:36','2026-01-17 14:16:36','c3b9e8e3-d2dc-4a4d-9002-8ad9b37fe4f2'),
(45163,13,9326,NULL,6844,1,'2026-01-17 14:16:36','2026-01-17 14:16:36','09b8dc53-e795-4e43-bebd-bf3058940243'),
(45182,7,1467,NULL,605,6,'2026-01-17 14:18:55','2026-02-13 16:47:22','1eaba512-c221-4c26-bfb7-06c704ab7f7f'),
(45183,7,1467,NULL,617,5,'2026-01-17 14:18:55','2026-02-13 16:47:22','42cc791a-5a26-4501-95ed-90c637caa44c'),
(45184,7,1467,NULL,2974,3,'2026-01-17 14:18:55','2026-02-13 16:47:22','ee2d707d-6828-4a18-9f52-a8ee34b2218b'),
(45186,32,9329,NULL,2610,1,'2026-01-17 14:18:55','2026-01-17 14:18:55','8612fc34-6b25-46bc-9123-f6ceb3457ad0'),
(45187,32,9329,NULL,2598,2,'2026-01-17 14:18:55','2026-01-17 14:18:55','e9b1f409-206a-4491-99c5-39af50b47418'),
(45188,32,9329,NULL,2608,3,'2026-01-17 14:18:55','2026-01-17 14:18:55','6112fe9c-453c-4697-af43-331af8faad2d'),
(45189,32,9329,NULL,2600,4,'2026-01-17 14:18:55','2026-01-17 14:18:55','f0a51b4a-d7b2-4d85-949c-cf1238648144'),
(45190,32,9329,NULL,2596,5,'2026-01-17 14:18:55','2026-01-17 14:18:55','91024791-fed2-4eed-aef1-b9fe7689249a'),
(45191,32,9329,NULL,2602,6,'2026-01-17 14:18:55','2026-01-17 14:18:55','47a391e5-f8f9-4701-96ac-4233a3571674'),
(45192,32,9329,NULL,2606,7,'2026-01-17 14:18:55','2026-01-17 14:18:55','7416843c-bfb7-4d6a-8d5e-0c48c06533c5'),
(45193,32,9329,NULL,2612,8,'2026-01-17 14:18:55','2026-01-17 14:18:55','68063881-3da8-4a86-a1a5-956d4d39aa70'),
(45194,32,9329,NULL,2604,9,'2026-01-17 14:18:55','2026-01-17 14:18:55','b5053da5-b8e8-41ec-aa1d-1eac0bd7a8da'),
(45195,16,9329,NULL,9328,1,'2026-01-17 14:18:55','2026-01-17 14:18:55','49ba2a24-5225-4939-bc8e-d0904a50420f'),
(45196,7,9329,NULL,605,1,'2026-01-17 14:18:55','2026-01-17 14:18:55','f33916f3-ec6b-4471-983d-dec5b6b9a83b'),
(45197,7,9329,NULL,617,2,'2026-01-17 14:18:55','2026-01-17 14:18:55','d082f077-426e-43f2-9125-35ea1705fc64'),
(45198,7,9329,NULL,2974,3,'2026-01-17 14:18:55','2026-01-17 14:18:55','2ffe5673-4581-4da6-bef4-2c8f58445645'),
(45200,82,9329,NULL,491,1,'2026-01-17 14:18:55','2026-01-17 14:18:55','fb4a95e8-3440-4dcb-ae02-221406f98c7e'),
(45201,46,9329,NULL,7369,1,'2026-01-17 14:18:55','2026-01-17 14:18:55','5fb2f28d-f1de-4625-82ca-b9137d9f7206'),
(45226,57,1467,NULL,9331,3,'2026-01-17 14:20:16','2026-01-18 19:32:43','ad2ee508-e458-4531-942c-85669d50086b'),
(45227,57,1467,NULL,9332,5,'2026-01-17 14:20:16','2026-01-18 19:32:43','f7a34f29-8278-4f3e-bbac-03360cc0618b'),
(45228,57,1467,NULL,9333,7,'2026-01-17 14:20:16','2026-01-18 19:32:43','2199ffde-9125-4c4d-bb43-37721ab77726'),
(45229,57,1467,NULL,9334,8,'2026-01-17 14:20:16','2026-01-18 19:32:43','35bbf447-c6cb-4ecb-a238-1c7f37608251'),
(45230,57,1467,NULL,9335,9,'2026-01-17 14:20:16','2026-01-18 19:32:43','79eb7c2d-f059-4c4f-93cf-b77247e7dd68'),
(45231,57,1467,NULL,9336,4,'2026-01-17 14:20:16','2026-01-18 19:32:43','725410c2-b66f-4743-be14-29bb6636d7ee'),
(45232,32,9337,NULL,2610,1,'2026-01-17 14:20:17','2026-01-17 14:20:17','80120146-7503-4871-add0-f235bbd085cf'),
(45233,32,9337,NULL,2598,2,'2026-01-17 14:20:17','2026-01-17 14:20:17','546834d2-b2a8-492a-a781-08f7b19c1a73'),
(45234,32,9337,NULL,2608,3,'2026-01-17 14:20:17','2026-01-17 14:20:17','1eb7d972-29d9-4421-9d77-e91fc2f6264d'),
(45235,32,9337,NULL,2600,4,'2026-01-17 14:20:17','2026-01-17 14:20:17','952ec833-e98a-4a82-9ac6-d0af89a94aea'),
(45236,32,9337,NULL,2596,5,'2026-01-17 14:20:17','2026-01-17 14:20:17','0d080c79-0ae8-430d-9d64-718bf6b7c0f9'),
(45237,32,9337,NULL,2602,6,'2026-01-17 14:20:17','2026-01-17 14:20:17','69038476-15ad-4ceb-bc07-457d8dca6c5d'),
(45238,32,9337,NULL,2606,7,'2026-01-17 14:20:17','2026-01-17 14:20:17','2d34a31e-7576-4b8d-aa98-d6546692cf52'),
(45239,32,9337,NULL,2612,8,'2026-01-17 14:20:17','2026-01-17 14:20:17','c41085ac-be03-4776-87ce-d2d77e6a0327'),
(45240,32,9337,NULL,2604,9,'2026-01-17 14:20:17','2026-01-17 14:20:17','7cadddcb-ee44-4202-8a2d-bd6192715e46'),
(45241,16,9337,NULL,9328,1,'2026-01-17 14:20:17','2026-01-17 14:20:17','4c07bf1c-8e34-477f-a707-a0990403e707'),
(45242,7,9337,NULL,605,1,'2026-01-17 14:20:17','2026-01-17 14:20:17','318c7e43-d0ee-4996-8850-9960cb2a41d0'),
(45243,7,9337,NULL,617,2,'2026-01-17 14:20:17','2026-01-17 14:20:17','24cf8332-cf21-44b0-a227-c409ce89f53b'),
(45244,7,9337,NULL,2974,3,'2026-01-17 14:20:17','2026-01-17 14:20:17','59d2ac70-a510-4839-9a08-6403bceca31b'),
(45246,82,9337,NULL,491,1,'2026-01-17 14:20:17','2026-01-17 14:20:17','ecdf277d-b003-4387-bc26-2a6da1484ac2'),
(45247,46,9337,NULL,7369,1,'2026-01-17 14:20:17','2026-01-17 14:20:17','82c0a605-eb2a-4149-bc98-3591a319dffc'),
(45248,57,9337,NULL,9331,1,'2026-01-17 14:20:17','2026-01-17 14:20:17','4ffbe194-400f-4ffc-ae5b-528e273b897b'),
(45249,57,9337,NULL,9332,2,'2026-01-17 14:20:17','2026-01-17 14:20:17','9c4c0fc8-ea47-4559-98aa-bce87bdc28ad'),
(45250,57,9337,NULL,9333,3,'2026-01-17 14:20:17','2026-01-17 14:20:17','125ab605-0ce2-479e-bd74-c82d1858a83b'),
(45251,57,9337,NULL,9334,4,'2026-01-17 14:20:17','2026-01-17 14:20:17','8cfbabc4-e4ce-43b8-8b59-35830ad157f3'),
(45252,57,9337,NULL,9335,5,'2026-01-17 14:20:17','2026-01-17 14:20:17','5359dd8e-b772-4d79-8884-1780435ed451'),
(45253,57,9337,NULL,9336,6,'2026-01-17 14:20:17','2026-01-17 14:20:17','4c3072f1-8a28-4db0-bd47-82e3d64b638d'),
(45278,32,9339,NULL,2610,1,'2026-01-17 14:20:24','2026-01-17 14:20:24','384fa545-a654-44cd-8a9b-852d783f7b8e'),
(45279,32,9339,NULL,2598,2,'2026-01-17 14:20:24','2026-01-17 14:20:24','b5bbd330-8dd6-4884-8c76-527ea2050403'),
(45280,32,9339,NULL,2608,3,'2026-01-17 14:20:24','2026-01-17 14:20:24','649bbbf7-40f6-495a-990b-64797f80a137'),
(45281,32,9339,NULL,2600,4,'2026-01-17 14:20:24','2026-01-17 14:20:24','9dc29c07-4952-4397-9e08-b8d84c81b19b'),
(45282,32,9339,NULL,2596,5,'2026-01-17 14:20:24','2026-01-17 14:20:24','1f4eb7d2-ffb2-4002-af12-a28165e6d3dc'),
(45283,32,9339,NULL,2602,6,'2026-01-17 14:20:24','2026-01-17 14:20:24','8f259548-7c06-4e82-889a-0b3cc57be760'),
(45284,32,9339,NULL,2606,7,'2026-01-17 14:20:24','2026-01-17 14:20:24','fc43fc5a-2741-4070-900c-7db86138b9c7'),
(45285,32,9339,NULL,2612,8,'2026-01-17 14:20:24','2026-01-17 14:20:24','b678040c-e462-4e01-a41c-7413e1a9b287'),
(45286,32,9339,NULL,2604,9,'2026-01-17 14:20:24','2026-01-17 14:20:24','9f1b2779-f626-4e76-9038-453514fc8e8d'),
(45287,16,9339,NULL,9328,1,'2026-01-17 14:20:24','2026-01-17 14:20:24','a175d922-0022-4b93-9a4e-26884ef04331'),
(45288,7,9339,NULL,605,1,'2026-01-17 14:20:24','2026-01-17 14:20:24','5384eacd-995d-4436-8bdb-c8d8f2c900ca'),
(45289,7,9339,NULL,617,2,'2026-01-17 14:20:24','2026-01-17 14:20:24','7ac94eb5-b43e-45c4-9087-c86470d9b4b2'),
(45290,7,9339,NULL,2974,3,'2026-01-17 14:20:24','2026-01-17 14:20:24','62e5dfe2-f6eb-4912-b13b-56f799fdd36d'),
(45292,82,9339,NULL,491,1,'2026-01-17 14:20:24','2026-01-17 14:20:24','0ba65320-8e69-4025-847b-031a69205b5c'),
(45293,46,9339,NULL,7369,1,'2026-01-17 14:20:24','2026-01-17 14:20:24','a81c26c2-eecc-4f49-8ac7-07337354247d'),
(45294,57,9339,NULL,9331,1,'2026-01-17 14:20:24','2026-01-17 14:20:24','9586a223-e789-46c5-bdb6-0a2e7f4ba444'),
(45295,57,9339,NULL,9332,2,'2026-01-17 14:20:24','2026-01-17 14:20:24','e4b643c0-6e63-46fd-ae34-10941393f51f'),
(45296,57,9339,NULL,9333,3,'2026-01-17 14:20:24','2026-01-17 14:20:24','52fc1edd-8ab6-40fb-9584-6b00b5d8bc79'),
(45297,57,9339,NULL,9334,4,'2026-01-17 14:20:24','2026-01-17 14:20:24','1b0d1acd-0e54-4990-9bdb-c8a3200bde59'),
(45298,57,9339,NULL,9335,5,'2026-01-17 14:20:24','2026-01-17 14:20:24','d575c412-77bb-44c4-9024-7cc23fc862c8'),
(45299,57,9339,NULL,9336,6,'2026-01-17 14:20:24','2026-01-17 14:20:24','3caa7ecf-0d51-4ccc-94f3-6f64f3291493'),
(45301,32,9341,NULL,2610,1,'2026-01-17 14:23:49','2026-01-17 14:23:49','2f81e945-e59f-4232-beb7-6276f980b7bd'),
(45302,32,9341,NULL,2598,2,'2026-01-17 14:23:49','2026-01-17 14:23:49','bf6f037b-2e21-4877-b3c7-94c66adbc478'),
(45303,32,9341,NULL,2608,3,'2026-01-17 14:23:49','2026-01-17 14:23:49','cee94112-d92f-40a9-a2a5-8a91c104a01c'),
(45304,32,9341,NULL,2600,4,'2026-01-17 14:23:49','2026-01-17 14:23:49','6c350d28-6791-48d2-b9b3-590c243a970e'),
(45305,32,9341,NULL,2596,5,'2026-01-17 14:23:49','2026-01-17 14:23:49','cbdce281-0907-4cc7-b438-db3590487959'),
(45306,32,9341,NULL,2602,6,'2026-01-17 14:23:49','2026-01-17 14:23:49','7e0ad444-b6da-4340-86d6-1c7440af7032'),
(45307,32,9341,NULL,2604,7,'2026-01-17 14:23:49','2026-01-17 14:23:49','da356237-7d7f-49bd-9d93-a7e800d7561d'),
(45308,16,9341,NULL,545,1,'2026-01-17 14:23:49','2026-01-17 14:23:49','a219482f-e094-4f5d-b367-cda8c39ee34a'),
(45309,7,9341,NULL,601,1,'2026-01-17 14:23:49','2026-01-17 14:23:49','88940512-0c06-4651-a450-59c101354133'),
(45310,7,9341,NULL,617,2,'2026-01-17 14:23:49','2026-01-17 14:23:49','192a4da8-551d-49ca-8066-76b35db24dc0'),
(45311,7,9341,NULL,605,3,'2026-01-17 14:23:49','2026-01-17 14:23:49','1e533d4c-d3e0-4004-8493-726b5878fd63'),
(45312,82,9341,NULL,479,1,'2026-01-17 14:23:49','2026-01-17 14:23:49','531fff36-95bd-4a85-9d11-816b1a8a1c43'),
(45313,82,9341,NULL,491,2,'2026-01-17 14:23:49','2026-01-17 14:23:49','538af57b-0a26-4a16-804d-0ede261c6870'),
(45314,57,9341,NULL,545,1,'2026-01-17 14:23:49','2026-01-17 14:23:49','0ee182b1-3645-4244-8d9c-b222cebbcfb0'),
(45315,57,9341,NULL,137,2,'2026-01-17 14:23:49','2026-01-17 14:23:49','6fbbbb66-9d2b-400e-a27f-ec8096a49fbf'),
(45316,57,9341,NULL,138,3,'2026-01-17 14:23:49','2026-01-17 14:23:49','aeb6bf4e-8fe8-46d6-8bd3-27ba76fc7cb7'),
(45317,57,9341,NULL,136,4,'2026-01-17 14:23:49','2026-01-17 14:23:49','d8182faa-6035-4462-be33-6d63ad9f36fd'),
(45319,12,9341,NULL,548,1,'2026-01-17 14:23:49','2026-01-17 14:23:49','65ae098b-07f8-4771-b854-7fb9828a2156'),
(45339,32,9344,NULL,2610,1,'2026-01-17 14:23:57','2026-01-17 14:23:57','39f8753f-4bc6-4e44-b2d2-6491504cd48a'),
(45340,32,9344,NULL,2598,2,'2026-01-17 14:23:57','2026-01-17 14:23:57','22feb1db-0e7c-4123-82cf-21c8d71cda92'),
(45341,32,9344,NULL,2608,3,'2026-01-17 14:23:57','2026-01-17 14:23:57','28686899-d34d-40ce-9b00-ff3857924eb1'),
(45342,32,9344,NULL,2600,4,'2026-01-17 14:23:57','2026-01-17 14:23:57','317081a2-4825-4392-b499-3baa281c7eb8'),
(45343,32,9344,NULL,2596,5,'2026-01-17 14:23:57','2026-01-17 14:23:57','82775678-3791-4b5c-ad41-78988a675bb7'),
(45344,32,9344,NULL,2602,6,'2026-01-17 14:23:57','2026-01-17 14:23:57','2f4e773e-89d3-4612-b466-98abd7df0d61'),
(45345,32,9344,NULL,2604,7,'2026-01-17 14:23:57','2026-01-17 14:23:57','778fb445-13ab-46c7-8b14-cbb2f738c44d'),
(45346,16,9344,NULL,545,1,'2026-01-17 14:23:57','2026-01-17 14:23:57','eab8045a-523c-49dc-b2d4-6c200295afa8'),
(45347,7,9344,NULL,601,1,'2026-01-17 14:23:57','2026-01-17 14:23:57','fed74b00-dfb6-4512-8534-d6a36eb17707'),
(45348,7,9344,NULL,617,2,'2026-01-17 14:23:57','2026-01-17 14:23:57','f2538506-9e7a-4717-b7ec-359cd5092864'),
(45349,7,9344,NULL,605,3,'2026-01-17 14:23:57','2026-01-17 14:23:57','c82a131c-9ecd-4555-b4e1-73e7aaaec1a8'),
(45350,82,9344,NULL,479,1,'2026-01-17 14:23:57','2026-01-17 14:23:57','ec01c07a-f31b-4e0e-bc1f-a42211b6fe5f'),
(45351,82,9344,NULL,491,2,'2026-01-17 14:23:57','2026-01-17 14:23:57','26f23420-a6d0-493a-9012-3fb1f73744e7'),
(45352,57,9344,NULL,545,1,'2026-01-17 14:23:57','2026-01-17 14:23:57','5a7e3d2e-db31-46d1-8043-dc6707a08a63'),
(45353,57,9344,NULL,137,2,'2026-01-17 14:23:57','2026-01-17 14:23:57','9bc6c3a8-9367-4048-aa48-88b216db415c'),
(45354,57,9344,NULL,138,3,'2026-01-17 14:23:57','2026-01-17 14:23:57','1c82a679-1bd8-49e2-99f4-0b55cc54b821'),
(45355,57,9344,NULL,136,4,'2026-01-17 14:23:57','2026-01-17 14:23:57','fbcbbf76-808c-418e-b7f2-d7eec2d0f86a'),
(45357,12,9344,NULL,548,1,'2026-01-17 14:23:57','2026-01-17 14:23:57','166d0cd5-bd87-432e-a0a3-4b7bca597483'),
(45411,83,9348,NULL,945,1,'2026-01-17 14:25:25','2026-01-17 14:25:25','2127866b-3ffc-4a5b-8553-77cf554d3efe'),
(45412,16,9348,NULL,2968,1,'2026-01-17 14:25:25','2026-01-17 14:25:25','98a5673c-cb98-4738-83ed-c109ad57cb6b'),
(45413,57,9348,NULL,3246,1,'2026-01-17 14:25:25','2026-01-17 14:25:25','876ee128-e0b4-4790-830e-9f43f486ebd7'),
(45414,57,9348,NULL,3254,2,'2026-01-17 14:25:25','2026-01-17 14:25:25','8cf01c27-a607-4ff3-a776-369e1de77680'),
(45415,57,9348,NULL,3253,3,'2026-01-17 14:25:25','2026-01-17 14:25:25','2841b7d4-7127-4a20-8c77-52fd0e86556c'),
(45416,57,9348,NULL,3251,4,'2026-01-17 14:25:25','2026-01-17 14:25:25','52e97d42-a15b-4d65-8451-dfee4c8c4380'),
(45417,57,9348,NULL,3245,5,'2026-01-17 14:25:25','2026-01-17 14:25:25','38083979-406d-488b-8a9b-549c611a0af4'),
(45418,57,9348,NULL,3248,6,'2026-01-17 14:25:25','2026-01-17 14:25:25','4527a95a-d49a-4ade-a15d-446ce3ba9dec'),
(45443,32,9350,NULL,2610,1,'2026-01-17 14:26:13','2026-01-17 14:26:13','eb49f209-7026-4eaf-aa08-ef8f6f7687a2'),
(45444,32,9350,NULL,2598,2,'2026-01-17 14:26:13','2026-01-17 14:26:13','7b48a05f-5f55-46a7-9884-1c82496eb145'),
(45445,32,9350,NULL,2608,3,'2026-01-17 14:26:13','2026-01-17 14:26:13','edf2bb37-1c10-4a10-a249-b44843c6e6bb'),
(45446,32,9350,NULL,2600,4,'2026-01-17 14:26:13','2026-01-17 14:26:13','2ed20182-db72-4c12-9182-3430fa16ecca'),
(45447,32,9350,NULL,2596,5,'2026-01-17 14:26:13','2026-01-17 14:26:13','2af24494-9966-4d6d-aba0-6fc59ac1b513'),
(45448,32,9350,NULL,2602,6,'2026-01-17 14:26:13','2026-01-17 14:26:13','67c56185-6499-435b-8c73-4592670e4c7f'),
(45449,32,9350,NULL,2604,7,'2026-01-17 14:26:13','2026-01-17 14:26:13','43200941-27f3-4076-8a75-ae026ba4b1fa'),
(45450,16,9350,NULL,7707,1,'2026-01-17 14:26:13','2026-01-17 14:26:13','1e278d87-e40a-4e39-8ba4-ac4a5b425718'),
(45451,7,9350,NULL,601,1,'2026-01-17 14:26:13','2026-01-17 14:26:13','4a47d558-167b-4781-ba5b-ef3ba67d1cfd'),
(45453,7,9350,NULL,3027,3,'2026-01-17 14:26:13','2026-01-17 14:26:13','bbfe8a47-7b39-45ce-9313-0fddd97275a1'),
(45454,7,9350,NULL,617,4,'2026-01-17 14:26:13','2026-01-17 14:26:13','3cee1e34-82ec-4899-b9c9-b94255d23c44'),
(45455,7,9350,NULL,605,5,'2026-01-17 14:26:13','2026-01-17 14:26:13','3182cb0a-de98-453b-a0aa-fe3e13092de7'),
(45456,82,9350,NULL,479,1,'2026-01-17 14:26:13','2026-01-17 14:26:13','eb00592c-0421-4a42-bf60-c3a1c60eb622'),
(45457,82,9350,NULL,491,2,'2026-01-17 14:26:13','2026-01-17 14:26:13','9ba80bd8-4cb2-4f8c-9524-73e51d4a1e51'),
(45458,46,9350,NULL,7369,1,'2026-01-17 14:26:13','2026-01-17 14:26:13','00d3e235-d20c-4d1e-ae7e-062b06867b5e'),
(45459,57,9350,NULL,4923,1,'2026-01-17 14:26:13','2026-01-17 14:26:13','58714318-2e4d-4744-9485-8871829fa18d'),
(45460,57,9350,NULL,4920,2,'2026-01-17 14:26:13','2026-01-17 14:26:13','5c53e49f-495d-4d4b-a98d-46a4a9390a9d'),
(45461,57,9350,NULL,4921,3,'2026-01-17 14:26:13','2026-01-17 14:26:13','0628b8ff-c971-4cc9-8664-9750ac8a1b46'),
(45462,57,9350,NULL,4922,4,'2026-01-17 14:26:13','2026-01-17 14:26:13','a2e7458b-02e6-457b-82bf-53c978e2bd8b'),
(45463,57,9350,NULL,4924,5,'2026-01-17 14:26:13','2026-01-17 14:26:13','f5c8a5e3-314e-4981-844c-fb73a3ee6f5f'),
(45464,57,9350,NULL,7722,6,'2026-01-17 14:26:13','2026-01-17 14:26:13','5185ef2d-8c7e-48e2-8779-bb6bd4415ab4'),
(45494,32,9352,NULL,2610,1,'2026-01-17 14:26:57','2026-01-17 14:26:57','e3112bee-f6a2-4e3f-a488-664f380da8bf'),
(45495,32,9352,NULL,2598,2,'2026-01-17 14:26:57','2026-01-17 14:26:57','40ba8b41-e600-455b-a25a-39142c349814'),
(45496,32,9352,NULL,2624,3,'2026-01-17 14:26:57','2026-01-17 14:26:57','53ed1446-d375-4ef0-bb34-b7e6a6f0c4d6'),
(45497,32,9352,NULL,2600,4,'2026-01-17 14:26:57','2026-01-17 14:26:57','966f6db3-11d2-4550-93e9-af1977842254'),
(45498,32,9352,NULL,2596,5,'2026-01-17 14:26:57','2026-01-17 14:26:57','20b893fb-7e6c-4dd8-8383-cb89140da99d'),
(45499,32,9352,NULL,2602,6,'2026-01-17 14:26:57','2026-01-17 14:26:57','57e83c4e-d2ed-4a6d-9862-0cd0d109be1e'),
(45500,32,9352,NULL,2606,7,'2026-01-17 14:26:57','2026-01-17 14:26:57','f8689fb6-6d1c-4b80-b240-12ac8de10de7'),
(45501,32,9352,NULL,2612,8,'2026-01-17 14:26:57','2026-01-17 14:26:57','ffba65de-f86e-4f73-8822-7a675ffc902d'),
(45502,32,9352,NULL,2604,9,'2026-01-17 14:26:57','2026-01-17 14:26:57','84a61fe8-25f7-4e99-8e3f-07ea9058b98d'),
(45503,32,9352,NULL,2608,10,'2026-01-17 14:26:57','2026-01-17 14:26:57','5900bd8c-ea9b-4384-95f1-ff6941335df4'),
(45504,16,9352,NULL,3058,1,'2026-01-17 14:26:57','2026-01-17 14:26:57','051b933c-f640-4830-bea8-55a7fb5a7b33'),
(45505,7,9352,NULL,2969,1,'2026-01-17 14:26:57','2026-01-17 14:26:57','7c81998e-c843-4b97-923d-ec749806a17e'),
(45506,7,9352,NULL,617,2,'2026-01-17 14:26:57','2026-01-17 14:26:57','406e59fc-110f-4473-982d-2aa351515033'),
(45507,7,9352,NULL,605,3,'2026-01-17 14:26:57','2026-01-17 14:26:57','246dd9c2-8851-4bcb-8991-375c16ba7d8c'),
(45508,82,9352,NULL,491,1,'2026-01-17 14:26:57','2026-01-17 14:26:57','2df7bfd7-7716-448a-bc3f-bea7a92c68fb'),
(45509,46,9352,NULL,2891,1,'2026-01-17 14:26:57','2026-01-17 14:26:57','9b9cacce-aba6-402b-aab4-67e922f07d9f'),
(45510,57,9352,NULL,4927,1,'2026-01-17 14:26:57','2026-01-17 14:26:57','55f25715-254c-4fc7-915d-deb7a38e5109'),
(45511,57,9352,NULL,7772,2,'2026-01-17 14:26:57','2026-01-17 14:26:57','6b3ede17-17c1-4a95-b16e-b7cbadcc5f89'),
(45512,57,9352,NULL,4931,3,'2026-01-17 14:26:57','2026-01-17 14:26:57','2e114024-ee16-45d7-a88d-393f4236aeef'),
(45513,57,9352,NULL,4930,4,'2026-01-17 14:26:57','2026-01-17 14:26:57','3e3e685f-0555-4cef-97ee-3ed3b399e0c7'),
(45514,57,9352,NULL,4932,5,'2026-01-17 14:26:57','2026-01-17 14:26:57','9c8f87a2-08a0-4fd3-8447-763e381259c5'),
(45515,57,9352,NULL,4933,6,'2026-01-17 14:26:57','2026-01-17 14:26:57','1384ad06-cb30-4237-bd42-3440ae4e851f'),
(45516,57,9352,NULL,4934,7,'2026-01-17 14:26:57','2026-01-17 14:26:57','4bfd136a-0aaf-4931-bd77-8d06c2d9fbfc'),
(45517,57,9352,NULL,4935,8,'2026-01-17 14:26:57','2026-01-17 14:26:57','5318bb76-4627-4707-9cab-aa61b3212127'),
(45518,57,9352,NULL,7739,9,'2026-01-17 14:26:57','2026-01-17 14:26:57','31eddf6c-c27a-4591-9f2a-5082ada29d8a'),
(45519,57,9352,NULL,7740,10,'2026-01-17 14:26:57','2026-01-17 14:26:57','cceaae73-4433-46cd-b0a6-dd0e20e2de61'),
(45520,57,9352,NULL,7741,11,'2026-01-17 14:26:57','2026-01-17 14:26:57','d4c009b6-5be0-45ed-8aef-24ad692c2ff9'),
(45523,16,969,NULL,9354,1,'2026-01-17 14:28:37','2026-01-17 14:28:37','054eab47-9c44-4fb5-b780-d3da18bb7ed8'),
(45524,32,9355,NULL,2610,1,'2026-01-17 14:28:38','2026-01-17 14:28:38','f7a443de-672b-4172-8daf-973606881ba4'),
(45525,32,9355,NULL,2598,2,'2026-01-17 14:28:38','2026-01-17 14:28:38','436cf93a-c556-471f-9510-3c9097a60a63'),
(45526,32,9355,NULL,2600,3,'2026-01-17 14:28:38','2026-01-17 14:28:38','4efd6529-47c7-4c18-a566-a55a79f93131'),
(45527,32,9355,NULL,2596,4,'2026-01-17 14:28:38','2026-01-17 14:28:38','7dfd7def-c8b4-464b-8179-01273231c1e6'),
(45528,32,9355,NULL,2602,5,'2026-01-17 14:28:38','2026-01-17 14:28:38','9bff66cd-1273-4ce7-ad6f-5503ea9905ab'),
(45529,32,9355,NULL,2604,6,'2026-01-17 14:28:38','2026-01-17 14:28:38','efede40d-ce68-4bbe-8b1e-7961c29d36d2'),
(45530,32,9355,NULL,2608,7,'2026-01-17 14:28:38','2026-01-17 14:28:38','df8a2426-6a0f-4db6-a347-5c1685ad50c1'),
(45531,16,9355,NULL,9354,1,'2026-01-17 14:28:38','2026-01-17 14:28:38','c86de725-e3ce-4bc6-ad5b-fd0e39c8c191'),
(45533,7,9355,NULL,3093,2,'2026-01-17 14:28:38','2026-01-17 14:28:38','685f6186-ac66-4214-8b7b-c06de7a42f81'),
(45534,7,9355,NULL,617,3,'2026-01-17 14:28:38','2026-01-17 14:28:38','cf993084-8b0e-45d3-81c8-753e4ad74cad'),
(45535,7,9355,NULL,605,4,'2026-01-17 14:28:38','2026-01-17 14:28:38','605ec805-3760-4f9b-ace1-98588eb0b3da'),
(45536,82,9355,NULL,479,1,'2026-01-17 14:28:38','2026-01-17 14:28:38','11703944-7d9e-4a60-ac9c-bbbff400b5c3'),
(45537,82,9355,NULL,491,2,'2026-01-17 14:28:38','2026-01-17 14:28:38','9cbf013f-6a12-459b-893d-6e40a71105d0'),
(45538,57,9355,NULL,7778,1,'2026-01-17 14:28:38','2026-01-17 14:28:38','7d71a9f2-2a56-4bf0-99bd-fc38ff7658b6'),
(45539,57,9355,NULL,7779,2,'2026-01-17 14:28:38','2026-01-17 14:28:38','d17c546a-4596-433e-b413-ec3df40117fd'),
(45540,57,9355,NULL,7780,3,'2026-01-17 14:28:38','2026-01-17 14:28:38','fdc2a748-b458-4a81-94a3-505f91d59a0e'),
(45541,57,9355,NULL,7781,4,'2026-01-17 14:28:38','2026-01-17 14:28:38','295cb1f9-ceff-4dea-a6b4-0f02234d2ffa'),
(45542,57,9355,NULL,7783,5,'2026-01-17 14:28:38','2026-01-17 14:28:38','1a4d4648-8162-47c1-add4-5b1576626fae'),
(45543,57,9355,NULL,7784,6,'2026-01-17 14:28:38','2026-01-17 14:28:38','53de5caf-80c6-46d5-8771-05538f180596'),
(45544,57,9355,NULL,7785,7,'2026-01-17 14:28:38','2026-01-17 14:28:38','544dfb72-db18-4d77-a915-ff34403593d0'),
(45568,32,9357,NULL,2610,1,'2026-01-17 14:29:08','2026-01-17 14:29:08','55a756cc-c61c-4865-83ac-edf547da8a38'),
(45569,32,9357,NULL,2598,2,'2026-01-17 14:29:08','2026-01-17 14:29:08','ee4a89ff-1247-4005-af3a-cedf3c44d6fe'),
(45570,32,9357,NULL,2600,3,'2026-01-17 14:29:08','2026-01-17 14:29:08','3130fd43-b6d2-4b58-a494-39e14ae961c6'),
(45571,32,9357,NULL,2596,4,'2026-01-17 14:29:08','2026-01-17 14:29:08','020be2aa-4594-49af-b50a-a5128d37f842'),
(45572,32,9357,NULL,2602,5,'2026-01-17 14:29:08','2026-01-17 14:29:08','84dfa10d-6d9f-43ad-ad83-c5190f95f1f4'),
(45573,32,9357,NULL,2604,6,'2026-01-17 14:29:08','2026-01-17 14:29:08','07070c63-534c-4d56-bb89-f5fcc5e0b29c'),
(45574,32,9357,NULL,2608,7,'2026-01-17 14:29:08','2026-01-17 14:29:08','0189d552-302a-49ad-a99e-633964d35928'),
(45575,16,9357,NULL,9354,1,'2026-01-17 14:29:08','2026-01-17 14:29:08','8d442710-5281-4586-abd0-09324e77c164'),
(45577,7,9357,NULL,3093,2,'2026-01-17 14:29:08','2026-01-17 14:29:08','6b2ff932-de80-4f2f-9ee9-dfcc44060447'),
(45578,7,9357,NULL,617,3,'2026-01-17 14:29:08','2026-01-17 14:29:08','db9d8d1d-f5c1-4ef3-8544-aee0e54f1a0a'),
(45579,7,9357,NULL,605,4,'2026-01-17 14:29:08','2026-01-17 14:29:08','26daae93-040f-44db-81af-e11c98f4a8ef'),
(45580,82,9357,NULL,479,1,'2026-01-17 14:29:08','2026-01-17 14:29:08','102b5b7c-8210-4893-bd81-2f00b4a333ff'),
(45581,82,9357,NULL,491,2,'2026-01-17 14:29:08','2026-01-17 14:29:08','e7af5cda-4ab1-46f4-83bb-334e868d5c86'),
(45582,57,9357,NULL,7778,1,'2026-01-17 14:29:08','2026-01-17 14:29:08','75b5c963-aca4-41a8-8b65-89fcb8a63699'),
(45583,57,9357,NULL,7779,2,'2026-01-17 14:29:08','2026-01-17 14:29:08','52d9061a-a478-4564-8b66-4cdad8c325a3'),
(45584,57,9357,NULL,7780,3,'2026-01-17 14:29:08','2026-01-17 14:29:08','a4fcc516-9186-4552-8dd5-b0fd95c291bf'),
(45585,57,9357,NULL,7781,4,'2026-01-17 14:29:08','2026-01-17 14:29:08','e76aea91-aeea-4ba6-9f75-1765bec60700'),
(45586,57,9357,NULL,7783,5,'2026-01-17 14:29:08','2026-01-17 14:29:08','cb280497-01ef-461d-93d6-dd77daa62fad'),
(45587,57,9357,NULL,7784,6,'2026-01-17 14:29:08','2026-01-17 14:29:08','4e0e9807-637c-4528-8769-73e3f5472782'),
(45588,57,9357,NULL,7785,7,'2026-01-17 14:29:08','2026-01-17 14:29:08','f631fd5f-5d78-4192-a606-e661f54062fa'),
(45591,32,9359,NULL,2614,1,'2026-01-17 14:30:13','2026-01-17 14:30:13','beb13233-1676-4d3a-b290-ac854370ff5f'),
(45592,32,9359,NULL,2610,2,'2026-01-17 14:30:13','2026-01-17 14:30:13','09978072-2ccf-416f-9a74-8c4df623bc0e'),
(45593,32,9359,NULL,2598,3,'2026-01-17 14:30:13','2026-01-17 14:30:13','e7985909-8ff0-4ae6-bc99-42d894410ce0'),
(45594,32,9359,NULL,2608,4,'2026-01-17 14:30:13','2026-01-17 14:30:13','9452eb7f-874d-4a1e-b5e1-f82a0fd41b68'),
(45595,32,9359,NULL,2600,5,'2026-01-17 14:30:13','2026-01-17 14:30:13','76632727-7d40-4fe5-9a4d-2502379d9aa1'),
(45596,32,9359,NULL,2596,6,'2026-01-17 14:30:13','2026-01-17 14:30:13','30e05cbc-9f97-4bc6-ae11-785f710f7aaa'),
(45597,32,9359,NULL,2602,7,'2026-01-17 14:30:13','2026-01-17 14:30:13','97bbbecb-b8c9-4e99-9ad9-e17e57549dea'),
(45598,32,9359,NULL,2604,8,'2026-01-17 14:30:13','2026-01-17 14:30:13','7fe91dc0-4219-4839-9da4-fcf03d63d8a0'),
(45599,16,9359,NULL,7791,1,'2026-01-17 14:30:13','2026-01-17 14:30:13','d9341ca6-1b5e-40b5-b338-e985406a0192'),
(45602,7,9359,NULL,2972,3,'2026-01-17 14:30:13','2026-01-17 14:30:13','3a5febbe-8a6a-4f01-b398-b7fba4799327'),
(45603,7,9359,NULL,2974,4,'2026-01-17 14:30:13','2026-01-17 14:30:13','58d2c790-1759-4134-a6ef-a63580619758'),
(45604,7,9359,NULL,617,5,'2026-01-17 14:30:13','2026-01-17 14:30:13','47c7ebcd-5cf7-4454-bd07-65fe6c62baff'),
(45605,7,9359,NULL,605,6,'2026-01-17 14:30:13','2026-01-17 14:30:13','bc23b49a-4e6e-406a-8a6e-41defffaf26d'),
(45606,82,9359,NULL,479,1,'2026-01-17 14:30:13','2026-01-17 14:30:13','4edf8a46-10f1-4c20-9c8d-81081097c8f8'),
(45607,57,9359,NULL,7829,1,'2026-01-17 14:30:13','2026-01-17 14:30:13','756b0312-2e9d-4b09-aa56-59cb3150926a'),
(45608,57,9359,NULL,7830,2,'2026-01-17 14:30:13','2026-01-17 14:30:13','7f80ab6b-93f3-47d5-8b5b-de368abac929'),
(45609,57,9359,NULL,7833,3,'2026-01-17 14:30:13','2026-01-17 14:30:13','3991b94e-5e51-4d9f-b482-412df4535533'),
(45610,57,9359,NULL,7831,4,'2026-01-17 14:30:13','2026-01-17 14:30:13','f00b4bf1-ce71-459d-b4e3-b143bf7d1cf9'),
(45611,57,9359,NULL,7826,5,'2026-01-17 14:30:13','2026-01-17 14:30:13','8862ac45-14d7-4852-bbba-b85516e47790'),
(45612,57,9359,NULL,7828,6,'2026-01-17 14:30:13','2026-01-17 14:30:13','35f92d23-69d1-4703-9e72-5cbacbffbfd7'),
(45613,57,9359,NULL,7827,7,'2026-01-17 14:30:13','2026-01-17 14:30:13','7094122d-a2c5-4547-9af9-10e31e2d9d8d'),
(45614,57,9359,NULL,7832,8,'2026-01-17 14:30:13','2026-01-17 14:30:13','b0933cd5-e7c6-48d3-b306-851d138f7065'),
(45641,32,9362,NULL,2614,1,'2026-01-17 14:30:51','2026-01-17 14:30:51','d22da9ea-c98b-450a-ba53-bb03b12b0e9a'),
(45642,32,9362,NULL,2610,2,'2026-01-17 14:30:51','2026-01-17 14:30:51','71e84be1-f0aa-4cf7-b079-f3bd7a54fe36'),
(45643,32,9362,NULL,2598,3,'2026-01-17 14:30:51','2026-01-17 14:30:51','14a0fef3-a4e3-43a9-9b06-70d92496a5c5'),
(45644,32,9362,NULL,2608,4,'2026-01-17 14:30:51','2026-01-17 14:30:51','cc44afd7-cd15-425a-ab24-cad2fe6355e5'),
(45645,32,9362,NULL,2600,5,'2026-01-17 14:30:51','2026-01-17 14:30:51','2422adc1-9cd4-40cd-920f-f28c10cf3b7c'),
(45646,32,9362,NULL,2596,6,'2026-01-17 14:30:51','2026-01-17 14:30:51','00c7346f-db97-451b-a9cc-0bccb28485e0'),
(45647,32,9362,NULL,2602,7,'2026-01-17 14:30:51','2026-01-17 14:30:51','b2108460-d529-4459-821b-7d00976117fd'),
(45648,32,9362,NULL,2604,8,'2026-01-17 14:30:51','2026-01-17 14:30:51','cc472c20-9584-4912-9657-ef22b3a01ad4'),
(45649,16,9362,NULL,7791,1,'2026-01-17 14:30:51','2026-01-17 14:30:51','310e6cb9-0b6e-4a44-b794-70c22a694ddb'),
(45652,7,9362,NULL,2972,3,'2026-01-17 14:30:51','2026-01-17 14:30:51','c59be9f5-699b-42eb-bac9-7b841f6d975f'),
(45653,7,9362,NULL,2974,4,'2026-01-17 14:30:51','2026-01-17 14:30:51','98dd2265-270e-4ca6-bf09-568c1f25a680'),
(45654,7,9362,NULL,617,5,'2026-01-17 14:30:51','2026-01-17 14:30:51','f157834a-c95c-4ed7-8894-5602b10af3aa'),
(45655,7,9362,NULL,605,6,'2026-01-17 14:30:51','2026-01-17 14:30:51','a9ee863c-cd5d-404c-9b8f-ce0ab491da9e'),
(45656,82,9362,NULL,479,1,'2026-01-17 14:30:51','2026-01-17 14:30:51','6b555fa2-9c2e-4caf-a9a1-a234898ab8b6'),
(45657,57,9362,NULL,7829,1,'2026-01-17 14:30:51','2026-01-17 14:30:51','85baf3cf-9f77-4031-aa6d-17123efefdc7'),
(45658,57,9362,NULL,7830,2,'2026-01-17 14:30:51','2026-01-17 14:30:51','66b37e46-e758-4f26-a23b-04ccdd50b702'),
(45659,57,9362,NULL,7833,3,'2026-01-17 14:30:51','2026-01-17 14:30:51','a931b43a-5ff5-4fa2-a472-4c5663dc19fa'),
(45660,57,9362,NULL,7831,4,'2026-01-17 14:30:51','2026-01-17 14:30:51','1f62969d-1eec-482d-a5d0-445ab7cb8ed8'),
(45661,57,9362,NULL,7826,5,'2026-01-17 14:30:51','2026-01-17 14:30:51','da1a8469-a923-4465-bfc3-9e4a4d2d2330'),
(45662,57,9362,NULL,7828,6,'2026-01-17 14:30:51','2026-01-17 14:30:51','a762edfc-5108-4e19-9ec0-d6d8e006fadf'),
(45663,57,9362,NULL,7827,7,'2026-01-17 14:30:51','2026-01-17 14:30:51','eb491fa8-968e-40a0-9009-c055c19b62e2'),
(45664,57,9362,NULL,7832,8,'2026-01-17 14:30:51','2026-01-17 14:30:51','d976fdc1-d912-4083-8721-3ac3659d37c5'),
(45686,32,9364,NULL,2614,1,'2026-01-17 14:31:20','2026-01-17 14:31:20','b2e6fe1d-945c-4860-89dc-710d9d438e86'),
(45687,32,9364,NULL,2610,2,'2026-01-17 14:31:20','2026-01-17 14:31:20','9e2e820b-f984-45dd-85de-7aeaff4b8188'),
(45688,32,9364,NULL,2598,3,'2026-01-17 14:31:20','2026-01-17 14:31:20','f1b3b628-b907-4bc8-b1e4-c8f23dc8d477'),
(45689,32,9364,NULL,2608,4,'2026-01-17 14:31:20','2026-01-17 14:31:20','1c7aa4d4-1512-4eed-a515-6adf80b53b06'),
(45690,32,9364,NULL,2600,5,'2026-01-17 14:31:20','2026-01-17 14:31:20','7703c624-2ca2-49b8-b942-ca1a014540b9'),
(45691,32,9364,NULL,2596,6,'2026-01-17 14:31:20','2026-01-17 14:31:20','95a593cb-ed99-4739-9355-d257aa6ac3a2'),
(45692,32,9364,NULL,2602,7,'2026-01-17 14:31:20','2026-01-17 14:31:20','66a736ab-8784-4260-927b-f911e8bf615b'),
(45693,32,9364,NULL,2604,8,'2026-01-17 14:31:20','2026-01-17 14:31:20','1a957090-eeb8-4e7f-ae8e-dc68b386bcd1'),
(45694,16,9364,NULL,3158,1,'2026-01-17 14:31:20','2026-01-17 14:31:20','9ab3a4a6-5912-44d0-aa14-5c99bcf0c0fc'),
(45695,7,9364,NULL,2969,1,'2026-01-17 14:31:20','2026-01-17 14:31:20','18f4a5b9-df1b-4552-9e58-4c8ea19fc64a'),
(45696,7,9364,NULL,2974,2,'2026-01-17 14:31:20','2026-01-17 14:31:20','6b68d6f7-f820-42e9-9327-3654cf1c4588'),
(45697,7,9364,NULL,617,3,'2026-01-17 14:31:20','2026-01-17 14:31:20','4aad7ed3-2c1f-4b3d-a62c-1df6b012b034'),
(45698,7,9364,NULL,605,4,'2026-01-17 14:31:20','2026-01-17 14:31:20','93438a62-4f6e-4591-bd0b-b35bc0cbe061'),
(45699,82,9364,NULL,479,1,'2026-01-17 14:31:20','2026-01-17 14:31:20','4a925bcf-1d5b-4a22-bdbc-c076ef5cd5fa'),
(45700,57,9364,NULL,7838,1,'2026-01-17 14:31:20','2026-01-17 14:31:20','bba67dbc-a033-470c-bc0f-773d74a49e56'),
(45701,57,9364,NULL,7840,2,'2026-01-17 14:31:20','2026-01-17 14:31:20','f5e0b831-f4b7-44d4-963d-357a9993cf58'),
(45702,57,9364,NULL,7839,3,'2026-01-17 14:31:20','2026-01-17 14:31:20','8a26a602-a759-4a54-b734-2fdb792fde66'),
(45703,57,9364,NULL,7841,4,'2026-01-17 14:31:20','2026-01-17 14:31:20','007f60fb-2756-4029-9df3-30869ede582a'),
(45704,57,9364,NULL,7842,5,'2026-01-17 14:31:20','2026-01-17 14:31:20','8a2a8660-4b57-455c-bc9f-255736cb1897'),
(45706,32,9365,NULL,2610,1,'2026-01-17 14:31:58','2026-01-17 14:31:58','de5b4f3c-474f-427a-9188-bb93433668db'),
(45707,32,9365,NULL,2598,2,'2026-01-17 14:31:58','2026-01-17 14:31:58','e5e65d50-37af-4ced-8f3b-4f3eca9f1508'),
(45708,32,9365,NULL,2600,3,'2026-01-17 14:31:58','2026-01-17 14:31:58','d4b6993a-89ca-46d1-afd3-83db45b3511f'),
(45709,32,9365,NULL,2596,4,'2026-01-17 14:31:58','2026-01-17 14:31:58','82adf655-2666-4c6d-93f3-1ad9ce13214d'),
(45710,32,9365,NULL,2602,5,'2026-01-17 14:31:58','2026-01-17 14:31:58','51eccc74-0bc0-4bf0-a57c-79748ec3acd9'),
(45711,32,9365,NULL,2604,6,'2026-01-17 14:31:58','2026-01-17 14:31:58','2d96d36f-22dd-47f5-9290-4dae3e3bc244'),
(45712,32,9365,NULL,2608,7,'2026-01-17 14:31:58','2026-01-17 14:31:58','1ed8dafa-e554-4fa3-a5bd-a0b7c097ecdf'),
(45713,16,9365,NULL,7850,1,'2026-01-17 14:31:58','2026-01-17 14:31:58','f8aa1a80-325f-4d2d-bab0-c64032a2a4aa'),
(45714,7,9365,NULL,2969,1,'2026-01-17 14:31:58','2026-01-17 14:31:58','c5961a51-a0e0-47d6-ab11-99601ae948a9'),
(45715,7,9365,NULL,617,2,'2026-01-17 14:31:58','2026-01-17 14:31:58','0d2f3f01-8896-480d-a809-deed06903746'),
(45716,7,9365,NULL,605,3,'2026-01-17 14:31:58','2026-01-17 14:31:58','ca0cccca-bda5-4aac-a8c3-24ad93db95b6'),
(45717,82,9365,NULL,479,1,'2026-01-17 14:31:58','2026-01-17 14:31:58','103ba3ac-7c44-4f9f-86be-b69772b2b38f'),
(45718,82,9365,NULL,491,2,'2026-01-17 14:31:58','2026-01-17 14:31:58','547f81dc-8e19-4d6c-9ac1-64517fbbb36f'),
(45719,57,9365,NULL,7851,1,'2026-01-17 14:31:58','2026-01-17 14:31:58','e56dd1d1-f833-4fc7-92d1-88e61d999bbc'),
(45720,57,9365,NULL,7853,2,'2026-01-17 14:31:58','2026-01-17 14:31:58','2e9ff26e-ebdd-4afe-985d-88d18a75ebb2'),
(45721,57,9365,NULL,7852,3,'2026-01-17 14:31:58','2026-01-17 14:31:58','de83dbc3-d236-424f-9110-ac8b949ad9ed'),
(45722,57,9365,NULL,3377,4,'2026-01-17 14:31:58','2026-01-17 14:31:58','a9313801-bd91-4b80-8965-15860320d40b'),
(45724,32,9368,NULL,2614,1,'2026-01-17 14:32:34','2026-01-17 14:32:34','214f1dea-98c3-42f5-9f9d-8d3662dfeb17'),
(45725,32,9368,NULL,2610,2,'2026-01-17 14:32:34','2026-01-17 14:32:34','20012ff7-3bf9-4c86-8084-ebfe2bd83809'),
(45726,32,9368,NULL,2598,3,'2026-01-17 14:32:34','2026-01-17 14:32:34','7e1c0056-1bd1-44f6-a7aa-8e4741e4c5de'),
(45727,32,9368,NULL,2600,4,'2026-01-17 14:32:34','2026-01-17 14:32:34','8e41cc51-bdd0-478e-88ec-9c815a862e89'),
(45728,32,9368,NULL,2596,5,'2026-01-17 14:32:34','2026-01-17 14:32:34','42e2ca12-f79a-4ea9-99e6-699b7a65608c'),
(45729,32,9368,NULL,2602,6,'2026-01-17 14:32:34','2026-01-17 14:32:34','cbde45f6-f1bd-479a-abd6-73d4d6b0f745'),
(45730,32,9368,NULL,2606,7,'2026-01-17 14:32:34','2026-01-17 14:32:34','9abc162f-878f-49a1-bfa9-0d493ad8a406'),
(45731,32,9368,NULL,2604,8,'2026-01-17 14:32:34','2026-01-17 14:32:34','c72927f7-c662-4548-bf54-020c199cfc11'),
(45732,32,9368,NULL,2608,9,'2026-01-17 14:32:34','2026-01-17 14:32:34','f6c7f577-1347-45fa-8c12-1abe91e1e361'),
(45733,16,9368,NULL,3425,1,'2026-01-17 14:32:34','2026-01-17 14:32:34','479680bb-f453-4e64-ab09-2b44041e9a25'),
(45734,7,9368,NULL,601,1,'2026-01-17 14:32:34','2026-01-17 14:32:34','a3a126e6-444a-4bb9-979d-3dc9b1e76a87'),
(45735,7,9368,NULL,617,2,'2026-01-17 14:32:34','2026-01-17 14:32:34','462e0b52-5b51-4082-887e-0a5d18f08762'),
(45736,7,9368,NULL,605,3,'2026-01-17 14:32:34','2026-01-17 14:32:34','a667be30-b0d0-424a-9ec1-c9e3952062c7'),
(45737,46,9368,NULL,7381,1,'2026-01-17 14:32:34','2026-01-17 14:32:34','bac679fd-a6ba-4969-8e77-45e26c2d3e90'),
(45738,57,9368,NULL,7862,1,'2026-01-17 14:32:34','2026-01-17 14:32:34','78e3f33b-ec73-473e-8195-1613884e2bfc'),
(45739,57,9368,NULL,7858,2,'2026-01-17 14:32:34','2026-01-17 14:32:34','3968d5bb-7327-475e-add6-a37b420d4dd6'),
(45740,57,9368,NULL,7864,3,'2026-01-17 14:32:34','2026-01-17 14:32:34','c6a74ab9-d9f0-465f-bf74-1ae24378d6d5'),
(45741,57,9368,NULL,7859,4,'2026-01-17 14:32:34','2026-01-17 14:32:34','a2204df7-c496-4d64-b0df-f311fc571899'),
(45742,57,9368,NULL,7861,5,'2026-01-17 14:32:34','2026-01-17 14:32:34','a8cd4d9d-4245-4dda-9618-c295ba9f7ecb'),
(45743,57,9368,NULL,7863,6,'2026-01-17 14:32:34','2026-01-17 14:32:34','c24d8a06-fe87-424d-91c6-2c1efff60a89'),
(45744,57,9368,NULL,7860,7,'2026-01-17 14:32:34','2026-01-17 14:32:34','24eb7455-928b-4406-a94f-745dfb3e5c7a'),
(45768,32,9371,NULL,2614,1,'2026-01-17 14:33:09','2026-01-17 14:33:09','fd6ae5da-dbef-4156-a392-2f48dcc05239'),
(45769,32,9371,NULL,2610,2,'2026-01-17 14:33:09','2026-01-17 14:33:09','c77fcbfa-5df6-416f-926f-e7a8449e1a3b'),
(45770,32,9371,NULL,2598,3,'2026-01-17 14:33:09','2026-01-17 14:33:09','5e4b70e4-0fd5-4e10-ae9e-8dac1dbd07fd'),
(45771,32,9371,NULL,2600,4,'2026-01-17 14:33:09','2026-01-17 14:33:09','f8264338-e721-40d6-8369-0ddee1ed6414'),
(45772,32,9371,NULL,2596,5,'2026-01-17 14:33:09','2026-01-17 14:33:09','6fd7ef91-971b-4098-9b9e-a24afb4fd4a4'),
(45773,32,9371,NULL,2602,6,'2026-01-17 14:33:09','2026-01-17 14:33:09','8acdc74e-187a-407e-b664-aad83f397bd3'),
(45774,32,9371,NULL,2606,7,'2026-01-17 14:33:09','2026-01-17 14:33:09','ab34c9e1-1920-474d-b1fb-2871e804a2c0'),
(45775,32,9371,NULL,2604,8,'2026-01-17 14:33:09','2026-01-17 14:33:09','09a6a6df-2377-40b9-a966-551196021738'),
(45776,32,9371,NULL,2608,9,'2026-01-17 14:33:09','2026-01-17 14:33:09','443265d9-23a2-4a3c-aee8-8211ffbdd575'),
(45777,16,9371,NULL,3425,1,'2026-01-17 14:33:09','2026-01-17 14:33:09','8cdcaccf-ebbc-40ab-9cee-c1c0329d4f6a'),
(45778,7,9371,NULL,601,1,'2026-01-17 14:33:09','2026-01-17 14:33:09','844564da-d0a1-4036-8be3-228f27c74c45'),
(45779,7,9371,NULL,617,2,'2026-01-17 14:33:09','2026-01-17 14:33:09','cf200753-fedf-4d90-9a4f-78c404107334'),
(45780,7,9371,NULL,605,3,'2026-01-17 14:33:09','2026-01-17 14:33:09','90b51e32-b023-4497-8312-9e3c4ee05ca7'),
(45781,46,9371,NULL,7381,1,'2026-01-17 14:33:09','2026-01-17 14:33:09','7973aa49-66b9-46f6-9f9a-7b1f4bf529ad'),
(45782,57,9371,NULL,7862,1,'2026-01-17 14:33:09','2026-01-17 14:33:09','01ef5676-04c8-489a-b0a7-801fc05a1b8d'),
(45783,57,9371,NULL,7858,2,'2026-01-17 14:33:09','2026-01-17 14:33:09','32829a1a-9ad5-4b18-9352-fbf7f597b235'),
(45784,57,9371,NULL,7864,3,'2026-01-17 14:33:09','2026-01-17 14:33:09','f2143980-b4af-4f67-b1f1-88c91307cafe'),
(45785,57,9371,NULL,7859,4,'2026-01-17 14:33:09','2026-01-17 14:33:09','d4c16f28-a7b8-4dc1-9894-55d79c802c30'),
(45786,57,9371,NULL,7861,5,'2026-01-17 14:33:09','2026-01-17 14:33:09','bb4958fe-5b8c-4793-9c9e-52b589650107'),
(45787,57,9371,NULL,7863,6,'2026-01-17 14:33:09','2026-01-17 14:33:09','63e8bc3a-c4a4-4dd0-b3ba-eb379e990664'),
(45788,57,9371,NULL,7860,7,'2026-01-17 14:33:09','2026-01-17 14:33:09','020d742c-0d80-4063-9ae6-a7946144c159'),
(45790,32,9373,NULL,2610,1,'2026-01-17 14:36:42','2026-01-17 14:36:42','8f14c7c8-c6e2-4471-b0e2-94475ee36d29'),
(45791,32,9373,NULL,2598,2,'2026-01-17 14:36:42','2026-01-17 14:36:42','45c76fd5-2548-42f3-9e0d-18cd22f7d957'),
(45792,32,9373,NULL,2608,3,'2026-01-17 14:36:42','2026-01-17 14:36:42','7899eed4-1235-4111-a912-c882fe24dce2'),
(45793,32,9373,NULL,2600,4,'2026-01-17 14:36:42','2026-01-17 14:36:42','ab9194ce-db50-4fb4-9169-1ccde7d8e7c6'),
(45794,32,9373,NULL,2596,5,'2026-01-17 14:36:42','2026-01-17 14:36:42','b7bd5a44-d94c-432f-9c3a-4ae5f20d1714'),
(45795,32,9373,NULL,2602,6,'2026-01-17 14:36:42','2026-01-17 14:36:42','68d996bb-4951-44bd-8f8f-cccf48ea7d02'),
(45796,32,9373,NULL,2612,7,'2026-01-17 14:36:42','2026-01-17 14:36:42','a3da71ee-b3fa-4223-9c10-9768cca7ae33'),
(45797,32,9373,NULL,2604,8,'2026-01-17 14:36:42','2026-01-17 14:36:42','f5219015-1ec0-42d5-abde-2a49bd82d0e6'),
(45798,16,9373,NULL,7881,1,'2026-01-17 14:36:42','2026-01-17 14:36:42','f2b06ebc-90a7-40ec-b7aa-fab44b8df2a5'),
(45799,7,9373,NULL,601,1,'2026-01-17 14:36:42','2026-01-17 14:36:42','e5f0fe6e-e7b5-4f31-aaf0-b768eacb7a64'),
(45800,7,9373,NULL,605,2,'2026-01-17 14:36:42','2026-01-17 14:36:42','9d97cebf-d46c-4438-8475-fb4a895ff387'),
(45801,7,9373,NULL,617,3,'2026-01-17 14:36:42','2026-01-17 14:36:42','2a370a34-3aaa-450d-a72c-b53d876b24ce'),
(45802,7,9373,NULL,2974,4,'2026-01-17 14:36:42','2026-01-17 14:36:42','6060c3d0-ba54-4471-8224-0eb2dac84573'),
(45803,82,9373,NULL,479,1,'2026-01-17 14:36:42','2026-01-17 14:36:42','68cf6d9e-dc4b-4eb4-af9b-e84b104bdb1b'),
(45804,82,9373,NULL,491,2,'2026-01-17 14:36:42','2026-01-17 14:36:42','34178638-f435-44f7-a703-494afd19c9a7'),
(45805,57,9373,NULL,7883,1,'2026-01-17 14:36:42','2026-01-17 14:36:42','3c129abb-d41c-46ba-b053-4b6ca79ae939'),
(45806,57,9373,NULL,7886,2,'2026-01-17 14:36:42','2026-01-17 14:36:42','488a5a7e-8305-453a-be6c-8119561d5d44'),
(45807,57,9373,NULL,7885,3,'2026-01-17 14:36:42','2026-01-17 14:36:42','f1b9dae9-a311-4dec-8061-2ec691cdb3e5'),
(45808,57,9373,NULL,7882,4,'2026-01-17 14:36:42','2026-01-17 14:36:42','0b03abe8-eda9-4a5e-b832-c207ea870ec0'),
(45809,57,9373,NULL,7884,5,'2026-01-17 14:36:42','2026-01-17 14:36:42','7f860f73-5331-4138-943e-69e262fce6fa'),
(45832,32,9376,NULL,2610,1,'2026-01-17 14:36:55','2026-01-17 14:36:55','3dd5e4ab-5c69-422d-9c55-19eed8ea1bf5'),
(45833,32,9376,NULL,2598,2,'2026-01-17 14:36:55','2026-01-17 14:36:55','67a518db-674e-45b3-8713-7802642fa652'),
(45834,32,9376,NULL,2608,3,'2026-01-17 14:36:55','2026-01-17 14:36:55','6e7609c1-ab16-435c-ae26-b211768c3bf0'),
(45835,32,9376,NULL,2600,4,'2026-01-17 14:36:55','2026-01-17 14:36:55','58db393b-c9e2-4fa8-a4de-f81161fdab29'),
(45836,32,9376,NULL,2596,5,'2026-01-17 14:36:55','2026-01-17 14:36:55','819c5b59-2ecf-4fbb-8229-41ee9e77ea9a'),
(45837,32,9376,NULL,2602,6,'2026-01-17 14:36:55','2026-01-17 14:36:55','335ec3c2-3fd4-4413-9e47-bbf988d75f95'),
(45838,32,9376,NULL,2612,7,'2026-01-17 14:36:55','2026-01-17 14:36:55','daaa5db6-c0b7-425e-bc36-a9e7c7f2a558'),
(45839,32,9376,NULL,2604,8,'2026-01-17 14:36:55','2026-01-17 14:36:55','96f116b8-dc68-427a-b9a2-bedab56192b0'),
(45840,16,9376,NULL,7881,1,'2026-01-17 14:36:55','2026-01-17 14:36:55','40437a0d-fca7-4a3e-8e55-0776b5a2b09a'),
(45841,7,9376,NULL,601,1,'2026-01-17 14:36:55','2026-01-17 14:36:55','ee2407fd-9188-4f69-be97-b855b7e9ad0f'),
(45842,7,9376,NULL,605,2,'2026-01-17 14:36:55','2026-01-17 14:36:55','afee5598-fc00-4171-96bb-36260a38a8b5'),
(45843,7,9376,NULL,617,3,'2026-01-17 14:36:55','2026-01-17 14:36:55','94afd254-370b-4e2b-96f1-5f8e62729ea8'),
(45844,7,9376,NULL,2974,4,'2026-01-17 14:36:55','2026-01-17 14:36:55','84d29478-aa42-49f0-8224-ec780908d0c2'),
(45845,82,9376,NULL,479,1,'2026-01-17 14:36:55','2026-01-17 14:36:55','bc3316f7-896c-44a7-bde7-6a1367bee698'),
(45846,82,9376,NULL,491,2,'2026-01-17 14:36:55','2026-01-17 14:36:55','815fb6b7-d7fa-4870-a51a-10956863b319'),
(45847,57,9376,NULL,7883,1,'2026-01-17 14:36:55','2026-01-17 14:36:55','a3cf0228-a28c-4fe8-ad44-7aadf626949a'),
(45848,57,9376,NULL,7886,2,'2026-01-17 14:36:55','2026-01-17 14:36:55','540a4e83-10f2-4644-9895-f4a0715a2b22'),
(45849,57,9376,NULL,7885,3,'2026-01-17 14:36:55','2026-01-17 14:36:55','18b12b2c-0fd6-4e11-a9f4-18be9615b5fb'),
(45850,57,9376,NULL,7882,4,'2026-01-17 14:36:55','2026-01-17 14:36:55','1923987e-6fbf-486d-bc84-62d14f0128e3'),
(45851,57,9376,NULL,7884,5,'2026-01-17 14:36:55','2026-01-17 14:36:55','2d07b0ea-bfe0-49e4-87c2-d02f1c76986c'),
(45853,32,9379,NULL,2610,1,'2026-01-17 14:37:46','2026-01-17 14:37:46','e18e9d4e-973d-438d-88ab-163275115957'),
(45854,32,9379,NULL,2598,2,'2026-01-17 14:37:46','2026-01-17 14:37:46','c785167e-ce7a-47d8-8b56-393a21123155'),
(45855,32,9379,NULL,2608,3,'2026-01-17 14:37:46','2026-01-17 14:37:46','724752e1-a83b-4abf-9e61-8477af3e6553'),
(45856,32,9379,NULL,2600,4,'2026-01-17 14:37:46','2026-01-17 14:37:46','14403bdc-53c8-4117-8ae8-28bf33a24a95'),
(45857,32,9379,NULL,2596,5,'2026-01-17 14:37:46','2026-01-17 14:37:46','a14917ca-6b37-49ba-ae0e-23887677470f'),
(45858,32,9379,NULL,2602,6,'2026-01-17 14:37:46','2026-01-17 14:37:46','c59ab0b4-9f17-4ed3-9718-f09953aba843'),
(45859,32,9379,NULL,2604,7,'2026-01-17 14:37:46','2026-01-17 14:37:46','e783cf32-f27f-4a2e-8659-2f0bba2ddeb2'),
(45860,16,9379,NULL,7891,1,'2026-01-17 14:37:46','2026-01-17 14:37:46','242f4656-973b-409e-a0f9-d5fcbd6b8821'),
(45861,7,9379,NULL,2969,1,'2026-01-17 14:37:46','2026-01-17 14:37:46','842e8bb4-4b6d-407f-8f7e-490a6d04fe63'),
(45863,7,9379,NULL,2974,3,'2026-01-17 14:37:46','2026-01-17 14:37:46','f4be62eb-9e97-4616-a94d-1e56960e0da4'),
(45864,7,9379,NULL,617,4,'2026-01-17 14:37:46','2026-01-17 14:37:46','e1db2aea-b759-491d-a2d7-e341edd4c2ad'),
(45865,7,9379,NULL,605,5,'2026-01-17 14:37:46','2026-01-17 14:37:46','38ff3015-483e-4e82-9145-5d9daeb3fb97'),
(45866,82,9379,NULL,479,1,'2026-01-17 14:37:46','2026-01-17 14:37:46','fba70c6d-3074-4112-b592-0ecdc5096ba4'),
(45867,82,9379,NULL,491,2,'2026-01-17 14:37:46','2026-01-17 14:37:46','a9b17696-d133-4685-9abc-a813328e8eba'),
(45868,57,9379,NULL,7893,1,'2026-01-17 14:37:46','2026-01-17 14:37:46','49b064a5-c51f-4ae6-8d3b-5a5b6ef2984a'),
(45869,57,9379,NULL,7892,2,'2026-01-17 14:37:46','2026-01-17 14:37:46','c7ce67e3-a401-48f1-9928-d2e2bdb01c72'),
(45870,57,9379,NULL,7894,3,'2026-01-17 14:37:46','2026-01-17 14:37:46','69ee948e-9930-4aa5-bb69-75547227d82c'),
(45871,57,9379,NULL,7901,4,'2026-01-17 14:37:46','2026-01-17 14:37:46','6d4ce24d-e385-481f-a441-a1de7c896c0b'),
(45893,32,9382,NULL,2610,1,'2026-01-17 14:37:50','2026-01-17 14:37:50','304cb8d7-10a3-48d1-b818-c8e969bacb48'),
(45894,32,9382,NULL,2598,2,'2026-01-17 14:37:50','2026-01-17 14:37:50','0af6df60-efd7-42dc-8669-bdd929c84d56'),
(45895,32,9382,NULL,2608,3,'2026-01-17 14:37:50','2026-01-17 14:37:50','39ec8fa9-f051-45c5-9f8a-e856d5a457e2'),
(45896,32,9382,NULL,2600,4,'2026-01-17 14:37:50','2026-01-17 14:37:50','801ce67c-8f2e-45c7-ba6b-cfbc9e6ff4e2'),
(45897,32,9382,NULL,2596,5,'2026-01-17 14:37:50','2026-01-17 14:37:50','2dc2e142-4a89-49f0-826f-c308edf92ae2'),
(45898,32,9382,NULL,2602,6,'2026-01-17 14:37:50','2026-01-17 14:37:50','f1ae7517-a808-45b4-854f-747bbf59ebab'),
(45899,32,9382,NULL,2604,7,'2026-01-17 14:37:50','2026-01-17 14:37:50','7494b1d6-12a7-43ae-8ef5-f382330b3ac0'),
(45900,16,9382,NULL,7891,1,'2026-01-17 14:37:50','2026-01-17 14:37:50','680c2806-de28-40ff-96c3-c1a08fb4647b'),
(45901,7,9382,NULL,2969,1,'2026-01-17 14:37:50','2026-01-17 14:37:50','c102d6d5-85fc-4775-afe6-2b6833f7d987'),
(45903,7,9382,NULL,2974,3,'2026-01-17 14:37:50','2026-01-17 14:37:50','d402f1f1-d447-4f7b-b7c1-b8c43b92907c'),
(45904,7,9382,NULL,617,4,'2026-01-17 14:37:50','2026-01-17 14:37:50','ee666e51-99b8-4ca1-9a05-561a451987da'),
(45905,7,9382,NULL,605,5,'2026-01-17 14:37:50','2026-01-17 14:37:50','196275cb-a56a-41fc-8341-600085c00e92'),
(45906,82,9382,NULL,479,1,'2026-01-17 14:37:50','2026-01-17 14:37:50','bc30a316-7349-489b-a7f4-d7833fc8cf8c'),
(45907,82,9382,NULL,491,2,'2026-01-17 14:37:50','2026-01-17 14:37:50','b69cdd0f-1614-4242-a318-54943b10bb35'),
(45908,57,9382,NULL,7893,1,'2026-01-17 14:37:50','2026-01-17 14:37:50','3b5d3118-eb07-488a-b151-e7db6f4c04a1'),
(45909,57,9382,NULL,7892,2,'2026-01-17 14:37:50','2026-01-17 14:37:50','2dab5341-1f0b-4361-9986-c6eae2f5f49c'),
(45910,57,9382,NULL,7894,3,'2026-01-17 14:37:50','2026-01-17 14:37:50','d4578b1f-bc74-4ab5-9445-3845cc65d3a2'),
(45911,57,9382,NULL,7901,4,'2026-01-17 14:37:50','2026-01-17 14:37:50','4d5ed54d-954c-49d2-9186-45e9be4a4d09'),
(45913,32,9383,NULL,2614,1,'2026-01-17 14:38:30','2026-01-17 14:38:30','b78fc0d8-dafb-46d5-9ce6-438222944763'),
(45914,32,9383,NULL,2610,2,'2026-01-17 14:38:30','2026-01-17 14:38:30','af8676ed-b003-4582-8936-54f2917dca58'),
(45915,32,9383,NULL,2598,3,'2026-01-17 14:38:30','2026-01-17 14:38:30','680328cb-8c11-42bf-9672-8001c1fbef32'),
(45916,32,9383,NULL,2600,4,'2026-01-17 14:38:30','2026-01-17 14:38:30','859e0fd4-d1e6-46a4-88c5-a2aaa5a94f4b'),
(45917,32,9383,NULL,2596,5,'2026-01-17 14:38:30','2026-01-17 14:38:30','207b60cc-8964-4740-a224-bdaddcd3bbee'),
(45918,32,9383,NULL,2602,6,'2026-01-17 14:38:30','2026-01-17 14:38:30','bcd56fdf-d383-43ab-a2d4-912aef1fb8ba'),
(45919,32,9383,NULL,2604,7,'2026-01-17 14:38:30','2026-01-17 14:38:30','615d689c-4a13-48a5-8001-da12287c8d4b'),
(45920,32,9383,NULL,2608,8,'2026-01-17 14:38:30','2026-01-17 14:38:30','952d23ee-d23c-4b88-946a-54c35bc87488'),
(45921,16,9383,NULL,3564,1,'2026-01-17 14:38:30','2026-01-17 14:38:30','e291091c-18c4-4b74-8b75-05fa23a25210'),
(45922,7,9383,NULL,601,1,'2026-01-17 14:38:30','2026-01-17 14:38:30','22465c3a-a7bf-46d6-a5be-2f2b0ac25d20'),
(45923,7,9383,NULL,617,2,'2026-01-17 14:38:30','2026-01-17 14:38:30','91c7a9f2-6304-4935-a3ce-fada20836b1c'),
(45924,7,9383,NULL,605,3,'2026-01-17 14:38:30','2026-01-17 14:38:30','1b301c26-49e5-4843-995d-d0d880484bd2'),
(45925,82,9383,NULL,479,1,'2026-01-17 14:38:30','2026-01-17 14:38:30','2b26dfce-09af-4dc1-a099-03a4c22b9bd2'),
(45926,57,9383,NULL,7908,1,'2026-01-17 14:38:30','2026-01-17 14:38:30','69cf9779-09c4-4af7-9884-1e8541829073'),
(45927,57,9383,NULL,7910,2,'2026-01-17 14:38:30','2026-01-17 14:38:30','755a4b55-fa29-4c72-a547-d202d4ef9e48'),
(45928,57,9383,NULL,7911,3,'2026-01-17 14:38:30','2026-01-17 14:38:30','eb04f972-5ee3-4054-9bd8-b834e6aa13c9'),
(45929,57,9383,NULL,7909,4,'2026-01-17 14:38:30','2026-01-17 14:38:30','180e8165-0061-41ff-9545-3c32268bd719'),
(45949,32,9385,NULL,2614,1,'2026-01-17 14:38:33','2026-01-17 14:38:33','8cb6776d-297b-4934-a6b6-8162dd4fe880'),
(45950,32,9385,NULL,2610,2,'2026-01-17 14:38:33','2026-01-17 14:38:33','0ccea792-cd33-4dd2-a50d-77621cb22b89'),
(45951,32,9385,NULL,2598,3,'2026-01-17 14:38:33','2026-01-17 14:38:33','cc92ea19-8f88-4349-af26-ef18dbe9ef49'),
(45952,32,9385,NULL,2600,4,'2026-01-17 14:38:33','2026-01-17 14:38:33','d7984b27-7d66-4d9b-8efe-32633bdaeb1a'),
(45953,32,9385,NULL,2596,5,'2026-01-17 14:38:33','2026-01-17 14:38:33','458b4b5a-ec14-4983-9e42-03586d038aca'),
(45954,32,9385,NULL,2602,6,'2026-01-17 14:38:33','2026-01-17 14:38:33','6f2efd35-7372-420f-b833-d688f9bc81b1'),
(45955,32,9385,NULL,2604,7,'2026-01-17 14:38:33','2026-01-17 14:38:33','b58b30d2-1e0c-422a-b6e4-2a3475f3691e'),
(45956,32,9385,NULL,2608,8,'2026-01-17 14:38:33','2026-01-17 14:38:33','0b4c9643-3af3-4bd9-8d50-9da4dced7e02'),
(45957,16,9385,NULL,3564,1,'2026-01-17 14:38:33','2026-01-17 14:38:33','3c1f10d1-f70d-404b-8906-f10abd26283f'),
(45958,7,9385,NULL,601,1,'2026-01-17 14:38:33','2026-01-17 14:38:33','79b7de40-7929-4fc0-b2c1-928bff27f387'),
(45959,7,9385,NULL,617,2,'2026-01-17 14:38:33','2026-01-17 14:38:33','5fddc654-6d09-4125-9be1-ac068b6d7cb4'),
(45960,7,9385,NULL,605,3,'2026-01-17 14:38:33','2026-01-17 14:38:33','6d738c6e-e1d5-4145-9bbd-2a3d41a5f14b'),
(45961,82,9385,NULL,479,1,'2026-01-17 14:38:33','2026-01-17 14:38:33','6c2928d1-a24e-4576-b595-f1f4735e810a'),
(45962,57,9385,NULL,7908,1,'2026-01-17 14:38:33','2026-01-17 14:38:33','6882400a-66c7-4636-ae9c-5e74a9adea67'),
(45963,57,9385,NULL,7910,2,'2026-01-17 14:38:33','2026-01-17 14:38:33','d671f895-2afe-446b-a84a-7c339a17890c'),
(45964,57,9385,NULL,7911,3,'2026-01-17 14:38:33','2026-01-17 14:38:33','ffb978d9-53a4-4e46-b9aa-d2aec64c3f2f'),
(45965,57,9385,NULL,7909,4,'2026-01-17 14:38:33','2026-01-17 14:38:33','e4f27f54-659f-4254-86c5-47927b4f1dbf'),
(45985,32,9387,NULL,2614,1,'2026-01-17 14:38:37','2026-01-17 14:38:37','01dc0ded-f033-462c-8001-3cbfe57cd02a'),
(45986,32,9387,NULL,2610,2,'2026-01-17 14:38:37','2026-01-17 14:38:37','3157bf6f-7789-4e34-a3eb-d1239a98a0db'),
(45987,32,9387,NULL,2598,3,'2026-01-17 14:38:37','2026-01-17 14:38:37','bb6b42aa-c273-4010-9362-78f71bec0d15'),
(45988,32,9387,NULL,2600,4,'2026-01-17 14:38:37','2026-01-17 14:38:37','bcf8a4ff-8e91-4370-8fc3-54de303c0f8b'),
(45989,32,9387,NULL,2596,5,'2026-01-17 14:38:37','2026-01-17 14:38:37','5704f6e6-bef7-4084-8e37-0394278e786c'),
(45990,32,9387,NULL,2602,6,'2026-01-17 14:38:37','2026-01-17 14:38:37','f246b6a0-70eb-4a52-a902-29510dae0385'),
(45991,32,9387,NULL,2604,7,'2026-01-17 14:38:37','2026-01-17 14:38:37','7d9e818a-2203-4189-80d3-8ee96b01ef95'),
(45992,32,9387,NULL,2608,8,'2026-01-17 14:38:37','2026-01-17 14:38:37','e454805e-562d-40c5-9588-7d2ad3cd90b5'),
(45993,16,9387,NULL,3564,1,'2026-01-17 14:38:37','2026-01-17 14:38:37','c1e87cc5-4186-4af1-a460-2ec2e34d7fd9'),
(45994,7,9387,NULL,601,1,'2026-01-17 14:38:37','2026-01-17 14:38:37','40d9527d-c687-4ef8-be34-2c603ac71a99'),
(45995,7,9387,NULL,617,2,'2026-01-17 14:38:37','2026-01-17 14:38:37','9959dd94-69e8-4b31-aadd-3f4e8bc8200e'),
(45996,7,9387,NULL,605,3,'2026-01-17 14:38:37','2026-01-17 14:38:37','b10f4866-07ba-4269-a270-2f12c6d611a7'),
(45997,82,9387,NULL,479,1,'2026-01-17 14:38:37','2026-01-17 14:38:37','aa90d98f-e669-4ae9-abba-93e852a935b0'),
(45998,57,9387,NULL,7908,1,'2026-01-17 14:38:37','2026-01-17 14:38:37','e7207065-a0a5-49be-ade3-bf7d4c6c32ae'),
(45999,57,9387,NULL,7910,2,'2026-01-17 14:38:37','2026-01-17 14:38:37','fa1da078-3f03-430c-9bb2-044fcfbfcc1e'),
(46000,57,9387,NULL,7911,3,'2026-01-17 14:38:37','2026-01-17 14:38:37','d5052d5c-1582-4967-b47d-5c092d908af5'),
(46001,57,9387,NULL,7909,4,'2026-01-17 14:38:37','2026-01-17 14:38:37','36632ab0-20a5-4e1d-970b-01940a5122d6'),
(46028,32,9389,NULL,2610,1,'2026-01-17 14:39:49','2026-01-17 14:39:49','a9291245-569c-43f0-b243-ca88ab0b6010'),
(46029,32,9389,NULL,2598,2,'2026-01-17 14:39:49','2026-01-17 14:39:49','014469e1-dab3-4930-bcf9-e2665fc1bbe6'),
(46030,32,9389,NULL,2600,3,'2026-01-17 14:39:49','2026-01-17 14:39:49','f82b9e9a-586b-40a7-96b0-23068948b018'),
(46031,32,9389,NULL,2596,4,'2026-01-17 14:39:49','2026-01-17 14:39:49','2617eef7-a590-4f74-a179-82e5a7bae768'),
(46032,32,9389,NULL,2602,5,'2026-01-17 14:39:49','2026-01-17 14:39:49','0635d962-4dce-4541-8541-073a4ee5b157'),
(46033,32,9389,NULL,2604,6,'2026-01-17 14:39:49','2026-01-17 14:39:49','bfa6ac75-b446-4cae-b54b-39687fd1785d'),
(46034,32,9389,NULL,2608,7,'2026-01-17 14:39:49','2026-01-17 14:39:49','588d11bf-a11d-47a7-a96c-e29af2d9fbf7'),
(46035,16,9389,NULL,5253,1,'2026-01-17 14:39:49','2026-01-17 14:39:49','9c10ab55-00e6-4dd8-86cd-43882f674580'),
(46036,7,9389,NULL,601,1,'2026-01-17 14:39:49','2026-01-17 14:39:49','c972762e-a496-48c3-98bd-30892e2dc06c'),
(46038,7,9389,NULL,617,3,'2026-01-17 14:39:49','2026-01-17 14:39:49','8943f532-274d-4a74-ae64-4fc128e3c642'),
(46039,7,9389,NULL,605,4,'2026-01-17 14:39:49','2026-01-17 14:39:49','0f0d16d8-f899-4a6d-a72d-b1eb4ed6fc94'),
(46040,82,9389,NULL,479,1,'2026-01-17 14:39:49','2026-01-17 14:39:49','271d1cc1-4577-4b37-b68a-c79c45238350'),
(46041,82,9389,NULL,491,2,'2026-01-17 14:39:49','2026-01-17 14:39:49','4b06a732-2353-4b31-b491-1fc995fa72d5'),
(46042,46,9389,NULL,7379,1,'2026-01-17 14:39:49','2026-01-17 14:39:49','17a9e9af-877d-496b-b5d4-3a29f8748b02'),
(46043,57,9389,NULL,7926,1,'2026-01-17 14:39:49','2026-01-17 14:39:49','8f057f06-f1f6-4303-98c4-191832bf695c'),
(46044,57,9389,NULL,7928,2,'2026-01-17 14:39:49','2026-01-17 14:39:49','123d4108-32d6-450a-9507-2b0ef1184df3'),
(46045,57,9389,NULL,7927,3,'2026-01-17 14:39:49','2026-01-17 14:39:49','62b31d94-0b5c-4057-8196-b26dce4c569f'),
(46046,57,9389,NULL,7924,4,'2026-01-17 14:39:49','2026-01-17 14:39:49','957d6575-3aa1-4b0d-b5ec-79a776a8c3ad'),
(46047,57,9389,NULL,7925,5,'2026-01-17 14:39:49','2026-01-17 14:39:49','6fc4d920-f98c-46c6-855e-d36758e81178'),
(46048,57,9389,NULL,7923,6,'2026-01-17 14:39:49','2026-01-17 14:39:49','1902133b-c4c2-490f-b331-d611d0e6056f'),
(46049,57,9389,NULL,7920,7,'2026-01-17 14:39:49','2026-01-17 14:39:49','6823c074-b873-4040-a4f4-2a76c1d77472'),
(46050,57,9389,NULL,7922,8,'2026-01-17 14:39:49','2026-01-17 14:39:49','3a5e80bd-7b4b-4d31-b4e4-4939b7329d2d'),
(46051,57,9389,NULL,7921,9,'2026-01-17 14:39:49','2026-01-17 14:39:49','c70e8de0-ca93-49e9-8082-735428f3340e'),
(46078,32,9391,NULL,2610,1,'2026-01-17 14:40:30','2026-01-17 14:40:30','e2150c3d-dcd5-4dfa-8490-4ad14ad31d62'),
(46079,32,9391,NULL,2598,2,'2026-01-17 14:40:30','2026-01-17 14:40:30','0c620e95-c0e2-4a6a-a1c3-ae602a36319b'),
(46080,32,9391,NULL,2600,3,'2026-01-17 14:40:30','2026-01-17 14:40:30','d57c2530-3033-432c-8776-db16858285bf'),
(46081,32,9391,NULL,2596,4,'2026-01-17 14:40:30','2026-01-17 14:40:30','33fe5807-ea78-4a6a-ada6-ad9273c49d29'),
(46082,32,9391,NULL,2602,5,'2026-01-17 14:40:30','2026-01-17 14:40:30','77b4616b-5102-4803-a5ce-835716b95593'),
(46083,32,9391,NULL,2604,6,'2026-01-17 14:40:30','2026-01-17 14:40:30','000ba1ec-6730-4489-b01a-f4ec815e5e98'),
(46084,32,9391,NULL,2608,7,'2026-01-17 14:40:30','2026-01-17 14:40:30','cf7812cb-fde5-4139-b05e-7c15dc4ff755'),
(46085,16,9391,NULL,5253,1,'2026-01-17 14:40:30','2026-01-17 14:40:30','ed250920-e51a-4b8a-a0cd-46ee8e6de456'),
(46086,7,9391,NULL,601,1,'2026-01-17 14:40:30','2026-01-17 14:40:30','24a67768-e74a-484a-a053-b45a78053c94'),
(46088,7,9391,NULL,617,3,'2026-01-17 14:40:30','2026-01-17 14:40:30','78bf1d3d-74ce-4e3e-beb1-afa5fe066b36'),
(46089,7,9391,NULL,605,4,'2026-01-17 14:40:30','2026-01-17 14:40:30','8be679f6-b015-4e59-9b2d-6ca39000830c'),
(46090,82,9391,NULL,479,1,'2026-01-17 14:40:30','2026-01-17 14:40:30','957fa273-bab9-42ab-90a3-04f2c9979d87'),
(46091,82,9391,NULL,491,2,'2026-01-17 14:40:30','2026-01-17 14:40:30','4117e2d8-ffc3-4a73-a537-c74d6184e3cb'),
(46092,46,9391,NULL,7379,1,'2026-01-17 14:40:30','2026-01-17 14:40:30','48cf7976-4ecc-423b-95a6-f7a9caeb2b07'),
(46093,57,9391,NULL,7926,1,'2026-01-17 14:40:30','2026-01-17 14:40:30','159543d1-ca77-4f4a-bf22-b4a312cb6ea2'),
(46094,57,9391,NULL,7928,2,'2026-01-17 14:40:30','2026-01-17 14:40:30','f6f2fda7-7b81-4d0d-b68c-f4dc6302e1d9'),
(46095,57,9391,NULL,7927,3,'2026-01-17 14:40:30','2026-01-17 14:40:30','e7ca0758-0047-4fa4-8e72-1fd7a3fe3320'),
(46096,57,9391,NULL,7924,4,'2026-01-17 14:40:30','2026-01-17 14:40:30','05ca6b18-0369-4a8e-8d13-a5d277795686'),
(46097,57,9391,NULL,7925,5,'2026-01-17 14:40:30','2026-01-17 14:40:30','484c4a07-fb27-460b-94de-b9f053f89cda'),
(46098,57,9391,NULL,7923,6,'2026-01-17 14:40:30','2026-01-17 14:40:30','3876a704-88ef-4728-87c4-ace093870534'),
(46099,57,9391,NULL,7920,7,'2026-01-17 14:40:30','2026-01-17 14:40:30','cea97177-10f4-4618-bd14-aeec40696e30'),
(46100,57,9391,NULL,7922,8,'2026-01-17 14:40:30','2026-01-17 14:40:30','92b3f4e2-cc40-4d72-8e64-f2e33d2b42f4'),
(46101,57,9391,NULL,7921,9,'2026-01-17 14:40:30','2026-01-17 14:40:30','95e3da95-eb7f-419b-93cd-6148a7e073d1'),
(46103,16,9394,NULL,7937,1,'2026-01-17 14:42:35','2026-01-17 14:42:35','a1efa515-1536-442a-b0b3-d219c0b52f86'),
(46104,57,9394,NULL,7939,1,'2026-01-17 14:42:35','2026-01-17 14:42:35','e69638ff-3773-4b5b-9a18-1ddf56c13ef6'),
(46105,57,9394,NULL,7941,2,'2026-01-17 14:42:35','2026-01-17 14:42:35','bbeec793-3f58-417d-b46b-f51a4a4266ea'),
(46106,57,9394,NULL,7940,3,'2026-01-17 14:42:35','2026-01-17 14:42:35','3f898335-6810-4170-a578-4f66f3721486'),
(46107,57,9394,NULL,7938,4,'2026-01-17 14:42:35','2026-01-17 14:42:35','641292aa-f8dc-4962-85c1-35b2708289ab'),
(46115,16,9397,NULL,7937,1,'2026-01-17 14:42:44','2026-01-17 14:42:44','7d1d1f1e-c526-4a10-9f94-648c9c293ac0'),
(46116,57,9397,NULL,7939,1,'2026-01-17 14:42:44','2026-01-17 14:42:44','ef8bf267-716d-4dd4-a586-6419632c661f'),
(46117,57,9397,NULL,7941,2,'2026-01-17 14:42:44','2026-01-17 14:42:44','45aaa7be-a743-43c8-ab98-9df5c269faf4'),
(46118,57,9397,NULL,7940,3,'2026-01-17 14:42:44','2026-01-17 14:42:44','ea5aae64-aa4b-4eed-af83-74a79d148472'),
(46119,57,9397,NULL,7938,4,'2026-01-17 14:42:44','2026-01-17 14:42:44','c44bd092-c51c-4939-8c25-3c06d49b9f99'),
(46121,32,9398,NULL,2614,1,'2026-01-17 14:43:31','2026-01-17 14:43:31','d5d1f47a-a562-45d5-8a4e-d3bceabbb47d'),
(46122,32,9398,NULL,2610,2,'2026-01-17 14:43:31','2026-01-17 14:43:31','90c3a29f-2290-4413-a06b-35901dbe3871'),
(46123,32,9398,NULL,2598,3,'2026-01-17 14:43:31','2026-01-17 14:43:31','526794b5-3d5e-4f54-b173-606d9ad49929'),
(46124,32,9398,NULL,2600,4,'2026-01-17 14:43:31','2026-01-17 14:43:31','e93c5d21-ee98-424d-86fd-2afb77784444'),
(46125,32,9398,NULL,2596,5,'2026-01-17 14:43:31','2026-01-17 14:43:31','53383fcc-8e94-4fbc-8250-8df8a6026114'),
(46126,32,9398,NULL,2602,6,'2026-01-17 14:43:31','2026-01-17 14:43:31','5183ec4e-4e9c-4c94-a7c9-392f52a5f6af'),
(46127,32,9398,NULL,2612,7,'2026-01-17 14:43:31','2026-01-17 14:43:31','320bf732-2bae-42e4-acb9-dad8b507582a'),
(46128,32,9398,NULL,2604,8,'2026-01-17 14:43:31','2026-01-17 14:43:31','77ba5f4a-d4f0-4711-b679-49f97c4c2e83'),
(46129,32,9398,NULL,2608,9,'2026-01-17 14:43:31','2026-01-17 14:43:31','077aeb91-9d89-4839-949f-b9e2be6ec049'),
(46130,16,9398,NULL,3623,1,'2026-01-17 14:43:31','2026-01-17 14:43:31','4fc696d2-8b14-49cf-9b03-0f25dafa039f'),
(46131,7,9398,NULL,601,1,'2026-01-17 14:43:31','2026-01-17 14:43:31','6a5bbeb5-9716-428f-9fb4-84217b20ebaf'),
(46132,7,9398,NULL,617,2,'2026-01-17 14:43:31','2026-01-17 14:43:31','4cea1226-d3cd-4a1f-b81f-19029d333d36'),
(46133,7,9398,NULL,605,3,'2026-01-17 14:43:31','2026-01-17 14:43:31','adbaadb5-f60f-4923-be0e-06e2d8228e3e'),
(46134,82,9398,NULL,479,1,'2026-01-17 14:43:31','2026-01-17 14:43:31','b66cad8b-92c1-435b-9d03-66bbcc73d7fb'),
(46135,57,9398,NULL,7950,1,'2026-01-17 14:43:31','2026-01-17 14:43:31','041d10e0-d15a-471a-b77d-af5ccc3b8a17'),
(46136,57,9398,NULL,7952,2,'2026-01-17 14:43:31','2026-01-17 14:43:31','49a6cf4c-f9cc-4c93-aec7-2636f70eac1d'),
(46137,57,9398,NULL,7956,3,'2026-01-17 14:43:31','2026-01-17 14:43:31','2a8bee70-435b-46ac-a533-746d03d9e4c0'),
(46138,57,9398,NULL,7955,4,'2026-01-17 14:43:31','2026-01-17 14:43:31','d233b264-6ad0-47a6-8b23-cea1bf71dbfc'),
(46139,57,9398,NULL,7951,5,'2026-01-17 14:43:31','2026-01-17 14:43:31','32bb3be1-c744-489b-8ce8-485cc492794b'),
(46140,57,9398,NULL,7954,6,'2026-01-17 14:43:31','2026-01-17 14:43:31','67253773-9e2c-404b-820e-bd229e79cb31'),
(46141,57,9398,NULL,7953,7,'2026-01-17 14:43:31','2026-01-17 14:43:31','809c86de-bbcf-47d6-ba40-04bcd6c0cf5d'),
(46142,57,9398,NULL,7957,8,'2026-01-17 14:43:31','2026-01-17 14:43:31','25caaf3f-1ed6-4211-9298-405459acbb08'),
(46144,32,9401,NULL,2610,1,'2026-01-17 14:44:11','2026-01-17 14:44:11','6db6df60-e02a-4de9-bca8-37ecdee0442a'),
(46145,32,9401,NULL,2598,2,'2026-01-17 14:44:11','2026-01-17 14:44:11','760fff38-28f1-49a4-b631-de918bc93265'),
(46146,32,9401,NULL,2608,3,'2026-01-17 14:44:11','2026-01-17 14:44:11','53a8a269-7f13-46f2-8e92-835fb80fbd94'),
(46147,32,9401,NULL,2600,4,'2026-01-17 14:44:11','2026-01-17 14:44:11','f4d4afcc-8ae7-47f1-adfb-b36c3b4334eb'),
(46148,32,9401,NULL,2596,5,'2026-01-17 14:44:11','2026-01-17 14:44:11','cec8d93b-021f-44a0-8bff-f64e1baeff20'),
(46149,32,9401,NULL,2602,6,'2026-01-17 14:44:11','2026-01-17 14:44:11','dd410540-1471-4f9c-8aa9-5a54d96d60c9'),
(46150,32,9401,NULL,2604,7,'2026-01-17 14:44:11','2026-01-17 14:44:11','960d69d2-ed19-4ea7-b89a-436efbaac91e'),
(46153,7,9401,NULL,2974,3,'2026-01-17 14:44:11','2026-01-17 14:44:11','1ccc1df8-2eb7-4243-9bf0-63554d534341'),
(46154,7,9401,NULL,617,4,'2026-01-17 14:44:11','2026-01-17 14:44:11','f2d271f2-05fa-4764-abbd-69d2e4e7f312'),
(46155,7,9401,NULL,605,5,'2026-01-17 14:44:11','2026-01-17 14:44:11','7d385a7f-c0a2-4ba5-8acd-b9432537539b'),
(46156,82,9401,NULL,479,1,'2026-01-17 14:44:11','2026-01-17 14:44:11','0cffa410-de29-43ab-a143-6c1ed967baae'),
(46157,82,9401,NULL,491,2,'2026-01-17 14:44:11','2026-01-17 14:44:11','809941f6-fc57-49bc-a7c8-3bfde2e0f0b5'),
(46174,32,9404,NULL,2610,1,'2026-01-17 14:46:38','2026-01-17 14:46:38','da89f3ad-2589-4d0d-9e33-e1d812f24f08'),
(46175,32,9404,NULL,2598,2,'2026-01-17 14:46:38','2026-01-17 14:46:38','e16749a9-fb92-4c9a-ab8f-61350a0d145a'),
(46176,32,9404,NULL,2608,3,'2026-01-17 14:46:38','2026-01-17 14:46:38','f68b5d75-3744-4f58-af7b-1b5ef4fd77a3'),
(46177,32,9404,NULL,2600,4,'2026-01-17 14:46:38','2026-01-17 14:46:38','1dd22a93-55d3-4ec6-a09a-5ff63b0d151d'),
(46178,32,9404,NULL,2596,5,'2026-01-17 14:46:38','2026-01-17 14:46:38','82eaf8d3-3714-42d3-8fad-ff28d9ed85fc'),
(46179,32,9404,NULL,2602,6,'2026-01-17 14:46:38','2026-01-17 14:46:38','8e5344b7-f147-44c8-9533-a41838c168ee'),
(46180,32,9404,NULL,2604,7,'2026-01-17 14:46:38','2026-01-17 14:46:38','a9c94458-6099-40ba-a6c1-918fbe9d38b7'),
(46183,7,9404,NULL,2974,3,'2026-01-17 14:46:38','2026-01-17 14:46:38','a95fc671-b7b5-424a-a162-582823a56c04'),
(46184,7,9404,NULL,617,4,'2026-01-17 14:46:38','2026-01-17 14:46:38','e45a4a6e-2610-40fa-b26c-248965b009c2'),
(46185,7,9404,NULL,605,5,'2026-01-17 14:46:38','2026-01-17 14:46:38','231db0b0-ebb2-44a0-9c2c-376cfa049ff2'),
(46186,82,9404,NULL,479,1,'2026-01-17 14:46:38','2026-01-17 14:46:38','42ca823f-e6ba-404c-af9c-8cec9e15a03f'),
(46187,82,9404,NULL,491,2,'2026-01-17 14:46:38','2026-01-17 14:46:38','70ef0bae-80a9-4950-bf8a-789108bf1eb4'),
(46189,32,9405,NULL,2610,1,'2026-01-17 14:48:51','2026-01-17 14:48:51','101d360a-be32-49e8-b322-ba8cc5d9a5d8'),
(46190,32,9405,NULL,2598,2,'2026-01-17 14:48:51','2026-01-17 14:48:51','8bcd1f71-c45e-4aa1-ae23-426e41c1ce61'),
(46191,32,9405,NULL,2600,3,'2026-01-17 14:48:51','2026-01-17 14:48:51','d3f148b4-ff8b-472d-afa8-ba9aa8cbb0dd'),
(46192,32,9405,NULL,2602,4,'2026-01-17 14:48:51','2026-01-17 14:48:51','6e9bfabb-8912-4b77-b8eb-cd94cdc936bb'),
(46193,32,9405,NULL,2612,5,'2026-01-17 14:48:51','2026-01-17 14:48:51','ecd13480-6b06-4d27-93b4-20623cff7fea'),
(46194,32,9405,NULL,2618,6,'2026-01-17 14:48:51','2026-01-17 14:48:51','c706c631-43bc-4dc3-8ac3-fa4b5e4871bc'),
(46195,32,9405,NULL,2604,7,'2026-01-17 14:48:51','2026-01-17 14:48:51','3edce7d5-e42a-439d-8e5b-8890b6b253c1'),
(46196,32,9405,NULL,2608,8,'2026-01-17 14:48:51','2026-01-17 14:48:51','fd28393b-0879-43a1-8810-3b428e19f828'),
(46197,32,9405,NULL,2596,9,'2026-01-17 14:48:51','2026-01-17 14:48:51','619684c6-e43a-40ef-9430-c49cc7124a25'),
(46198,7,9405,NULL,601,1,'2026-01-17 14:48:51','2026-01-17 14:48:51','46a2fc96-4e8f-485c-a375-124dc6bf9ca6'),
(46199,7,9405,NULL,3468,2,'2026-01-17 14:48:51','2026-01-17 14:48:51','374b49b4-defe-42e2-b512-b09a47a8f340'),
(46200,7,9405,NULL,617,3,'2026-01-17 14:48:51','2026-01-17 14:48:51','10511fe6-121c-41db-a96d-5ff13cc4e8bf'),
(46201,7,9405,NULL,605,4,'2026-01-17 14:48:51','2026-01-17 14:48:51','6be5c536-4d19-48da-aa02-e08d37360d82'),
(46202,82,9405,NULL,479,1,'2026-01-17 14:48:51','2026-01-17 14:48:51','c000ba2e-bbd9-4cdb-9bea-00fba547d122'),
(46203,82,9405,NULL,491,2,'2026-01-17 14:48:51','2026-01-17 14:48:51','6b95e57f-732c-499b-9ff9-831457f652a4'),
(46204,46,9405,NULL,3697,1,'2026-01-17 14:48:51','2026-01-17 14:48:51','f72f39ee-f5fe-4240-a1f2-f3615713e721'),
(46205,57,9405,NULL,4829,1,'2026-01-17 14:48:51','2026-01-17 14:48:51','17279d55-7dfc-4d87-a463-8cdfdfb16d89'),
(46206,57,9405,NULL,3689,2,'2026-01-17 14:48:51','2026-01-17 14:48:51','221eab97-00ef-44aa-8f04-ebc97838a73b'),
(46207,57,9405,NULL,4826,3,'2026-01-17 14:48:51','2026-01-17 14:48:51','7a88c26c-e149-40f1-a5c2-7f55fb337749'),
(46208,57,9405,NULL,4828,4,'2026-01-17 14:48:51','2026-01-17 14:48:51','57361555-27fb-42d1-ab04-d03bdcfcdec3'),
(46209,57,9405,NULL,4827,5,'2026-01-17 14:48:51','2026-01-17 14:48:51','14b92f5d-84a0-4d3d-9de9-dcc5d158a289'),
(46211,32,9406,NULL,2614,1,'2026-01-17 14:49:07','2026-01-17 14:49:07','c7f375a7-37f1-43e2-9ca7-32c383460a55'),
(46212,32,9406,NULL,2610,2,'2026-01-17 14:49:07','2026-01-17 14:49:07','6abf04ca-4fcf-43b3-9057-3c3f69620645'),
(46213,32,9406,NULL,2598,3,'2026-01-17 14:49:07','2026-01-17 14:49:07','8134fbf6-be3a-40f2-966e-a692b868cf25'),
(46214,32,9406,NULL,2600,4,'2026-01-17 14:49:07','2026-01-17 14:49:07','b29f42e3-f439-48c3-be85-4d3bbeedf53e'),
(46215,32,9406,NULL,2612,5,'2026-01-17 14:49:07','2026-01-17 14:49:07','50f9636c-a0ac-4971-ab39-9a36867ac117'),
(46216,32,9406,NULL,2604,6,'2026-01-17 14:49:07','2026-01-17 14:49:07','f6c7bb5b-1d6b-4491-986a-8a830d36812a'),
(46217,32,9406,NULL,2608,7,'2026-01-17 14:49:07','2026-01-17 14:49:07','375d89a6-dce6-4b6c-8f22-5a14df61f074'),
(46218,32,9406,NULL,2596,8,'2026-01-17 14:49:07','2026-01-17 14:49:07','de558d06-d130-466c-a42e-1f8ed4413754'),
(46219,32,9406,NULL,2602,9,'2026-01-17 14:49:07','2026-01-17 14:49:07','0039fba4-f512-4d0d-91d4-7ca6fe2c7dce'),
(46220,16,9406,NULL,3722,1,'2026-01-17 14:49:07','2026-01-17 14:49:07','55c704ff-91ce-41c9-8288-948694c645b0'),
(46221,7,9406,NULL,601,1,'2026-01-17 14:49:07','2026-01-17 14:49:07','adaaba01-1f81-4f74-bf6e-fe38bcd46022'),
(46222,7,9406,NULL,3468,2,'2026-01-17 14:49:07','2026-01-17 14:49:07','8370db58-ba84-4528-aff2-464d2a13101a'),
(46223,7,9406,NULL,2972,3,'2026-01-17 14:49:07','2026-01-17 14:49:07','5f2311e4-65dc-4ff5-93a4-de3bb308e194'),
(46224,7,9406,NULL,617,4,'2026-01-17 14:49:07','2026-01-17 14:49:07','e0ba1c7b-ab31-4a0c-984b-fd26ac47bd33'),
(46225,7,9406,NULL,605,5,'2026-01-17 14:49:07','2026-01-17 14:49:07','51b7d4b1-79d7-418b-8a08-80125ad9a509'),
(46226,82,9406,NULL,479,1,'2026-01-17 14:49:07','2026-01-17 14:49:07','013ecad2-bd7b-404d-bf20-93c305c49692'),
(46227,57,9406,NULL,8024,1,'2026-01-17 14:49:07','2026-01-17 14:49:07','92eb3d01-ade1-4dd9-8f5d-f00ed613f6aa'),
(46228,57,9406,NULL,8025,2,'2026-01-17 14:49:07','2026-01-17 14:49:07','ed700fba-1309-4c0d-825a-ff47d9935f4d'),
(46229,57,9406,NULL,8027,3,'2026-01-17 14:49:07','2026-01-17 14:49:07','6a95c8ac-eda5-4f39-aeb1-a6a13fd5c5fd'),
(46230,57,9406,NULL,8026,4,'2026-01-17 14:49:07','2026-01-17 14:49:07','4ae15f42-931c-4142-b3e6-2b8279e1d4d0'),
(46255,32,9408,NULL,2610,1,'2026-01-17 14:49:45','2026-01-17 14:49:45','b265904a-5fa1-4d71-9bf9-c433e64133be'),
(46256,32,9408,NULL,2598,2,'2026-01-17 14:49:45','2026-01-17 14:49:45','402a7069-ff8e-44f7-ad1d-03e166e9884a'),
(46257,32,9408,NULL,2600,3,'2026-01-17 14:49:45','2026-01-17 14:49:45','b2113cba-81b2-4206-8bd1-19078cc7a08d'),
(46258,32,9408,NULL,2602,4,'2026-01-17 14:49:45','2026-01-17 14:49:45','9cccf70f-e5c6-4c84-936d-7ddb7d369cff'),
(46259,32,9408,NULL,2612,5,'2026-01-17 14:49:45','2026-01-17 14:49:45','b8d7b2e3-e96e-4d09-a18d-07be2b958b87'),
(46260,32,9408,NULL,2618,6,'2026-01-17 14:49:45','2026-01-17 14:49:45','dac191cb-d0c5-4c82-900f-3abd99e826a7'),
(46261,32,9408,NULL,2604,7,'2026-01-17 14:49:45','2026-01-17 14:49:45','93a07499-c5ad-4bb5-bdd0-53b258f3105f'),
(46262,32,9408,NULL,2608,8,'2026-01-17 14:49:45','2026-01-17 14:49:45','829d1274-aec3-4f48-afc4-e7efeffb90bc'),
(46263,32,9408,NULL,2596,9,'2026-01-17 14:49:45','2026-01-17 14:49:45','f28418c8-04e3-4916-af69-32559e5cee45'),
(46264,16,9408,NULL,8034,1,'2026-01-17 14:49:45','2026-01-17 14:49:45','f54e9927-cea1-4ced-ba08-3ef51c8a44be'),
(46267,7,9408,NULL,2974,3,'2026-01-17 14:49:45','2026-01-17 14:49:45','b789643b-659a-406f-9690-c2a48368d649'),
(46268,7,9408,NULL,617,4,'2026-01-17 14:49:45','2026-01-17 14:49:45','5eb0e154-81ad-46a2-955b-636da084e658'),
(46269,7,9408,NULL,605,5,'2026-01-17 14:49:45','2026-01-17 14:49:45','686383e3-9dd3-4af1-9921-2c6682f1fbc1'),
(46270,82,9408,NULL,479,1,'2026-01-17 14:49:45','2026-01-17 14:49:45','d577099a-6575-4c4f-be0e-d2bf4a952772'),
(46271,82,9408,NULL,491,2,'2026-01-17 14:49:45','2026-01-17 14:49:45','1ae79ad4-4496-4d51-a33f-098e54928da3'),
(46272,46,9408,NULL,3697,1,'2026-01-17 14:49:45','2026-01-17 14:49:45','ab3eea75-75a8-4d16-a3ec-25ddd3228ced'),
(46273,57,9408,NULL,8033,1,'2026-01-17 14:49:45','2026-01-17 14:49:45','34f077c5-384f-4beb-9496-973ebee99867'),
(46274,57,9408,NULL,8032,2,'2026-01-17 14:49:45','2026-01-17 14:49:45','1c441ac6-4958-48f3-bfbe-603093373ee4'),
(46275,57,9408,NULL,8036,3,'2026-01-17 14:49:45','2026-01-17 14:49:45','fb5ffbdd-9442-44f6-b90d-ec856a234efe'),
(46276,57,9408,NULL,8035,4,'2026-01-17 14:49:45','2026-01-17 14:49:45','78fcbcf1-e5f1-48a3-8e8f-3f5206abf8f1'),
(46279,32,9410,NULL,2614,1,'2026-01-17 14:50:50','2026-01-17 14:50:50','cf9b2a8d-dbbc-46e1-b284-44b7a03084c0'),
(46280,32,9410,NULL,2610,2,'2026-01-17 14:50:50','2026-01-17 14:50:50','1e48ee0c-57ca-4ca7-ac35-b92a8545f52a'),
(46281,32,9410,NULL,2598,3,'2026-01-17 14:50:50','2026-01-17 14:50:50','20eea33b-8773-4243-8791-8148f139feac'),
(46282,32,9410,NULL,2600,4,'2026-01-17 14:50:50','2026-01-17 14:50:50','37e0ffc5-9f03-4ba7-9ab4-2a9ba90535ce'),
(46283,32,9410,NULL,2602,5,'2026-01-17 14:50:50','2026-01-17 14:50:50','da73421a-3e85-4797-8d31-a9b64e35f414'),
(46284,32,9410,NULL,2604,6,'2026-01-17 14:50:50','2026-01-17 14:50:50','405c18b7-cca7-4d76-a8fe-7671cb6d2cba'),
(46285,32,9410,NULL,2608,7,'2026-01-17 14:50:50','2026-01-17 14:50:50','2db800e5-4cad-4a17-9bb7-54ad4391483f'),
(46286,32,9410,NULL,2596,8,'2026-01-17 14:50:50','2026-01-17 14:50:50','682ee153-3b28-4ad7-9489-86f7fdd3c6e6'),
(46287,16,9410,NULL,3808,1,'2026-01-17 14:50:50','2026-01-17 14:50:50','0170ec72-055b-4cd5-957f-721a7a8dacce'),
(46288,7,9410,NULL,601,1,'2026-01-17 14:50:50','2026-01-17 14:50:50','897c211b-f7a1-4146-a974-1f5e58ef460f'),
(46289,7,9410,NULL,3468,2,'2026-01-17 14:50:50','2026-01-17 14:50:50','62a114f4-7f83-44d5-bab3-31b403e9f542'),
(46290,7,9410,NULL,2972,3,'2026-01-17 14:50:50','2026-01-17 14:50:50','afd41fdf-959c-4246-b8d1-9081a1931da5'),
(46291,7,9410,NULL,2974,4,'2026-01-17 14:50:50','2026-01-17 14:50:50','c181deb3-c159-47eb-a2a4-520f616b11dc'),
(46292,7,9410,NULL,617,5,'2026-01-17 14:50:50','2026-01-17 14:50:50','c2e2a5d1-8e1e-4ee0-a76d-9b438d59c34b'),
(46293,7,9410,NULL,605,6,'2026-01-17 14:50:50','2026-01-17 14:50:50','2ffb75e0-ec7a-476f-9a87-4aba25a3d1f8'),
(46294,82,9410,NULL,479,1,'2026-01-17 14:50:50','2026-01-17 14:50:50','80e7372a-eeaa-448f-a431-67f7a36afd3b'),
(46295,57,9410,NULL,8052,1,'2026-01-17 14:50:50','2026-01-17 14:50:50','050b1547-e613-4663-b24e-0c3d16206281'),
(46296,57,9410,NULL,8054,2,'2026-01-17 14:50:50','2026-01-17 14:50:50','ad60dfe9-26b7-4e0c-81f8-3b80df75e2ba'),
(46297,57,9410,NULL,8053,3,'2026-01-17 14:50:50','2026-01-17 14:50:50','f736694d-e188-470a-88b7-832f8e1c0385'),
(46298,57,9410,NULL,8051,4,'2026-01-17 14:50:50','2026-01-17 14:50:50','0b12facb-e92e-4e1c-b7b1-07c343fa1c2c'),
(46299,22,9411,NULL,3802,1,'2026-01-17 14:50:50','2026-01-17 14:50:50','a96479be-2672-4e2a-b7c5-da813da8f762'),
(46320,32,9413,NULL,2614,1,'2026-01-17 14:50:54','2026-01-17 14:50:54','cb1f2c15-396a-41fc-bd70-30bf4c940b24'),
(46321,32,9413,NULL,2610,2,'2026-01-17 14:50:54','2026-01-17 14:50:54','f725a201-a0a0-4973-99b2-ad3fc080e0f4'),
(46322,32,9413,NULL,2598,3,'2026-01-17 14:50:54','2026-01-17 14:50:54','73b9bb2a-8979-4313-9ee7-fbbd7755ad17'),
(46323,32,9413,NULL,2600,4,'2026-01-17 14:50:54','2026-01-17 14:50:54','8ba837f4-e63d-496f-80f7-ba93ee594b3c'),
(46324,32,9413,NULL,2602,5,'2026-01-17 14:50:54','2026-01-17 14:50:54','ad89c34c-439e-4c24-b045-5d4348eb690e'),
(46325,32,9413,NULL,2604,6,'2026-01-17 14:50:54','2026-01-17 14:50:54','f5615498-a9b3-4e3b-9563-2ffcf7194c63'),
(46326,32,9413,NULL,2608,7,'2026-01-17 14:50:54','2026-01-17 14:50:54','de35bef3-02d8-46da-9570-f2dcd2518ead'),
(46327,32,9413,NULL,2596,8,'2026-01-17 14:50:54','2026-01-17 14:50:54','fb9f416a-85ff-4862-9dcf-ad08a685cdf7'),
(46328,16,9413,NULL,3808,1,'2026-01-17 14:50:54','2026-01-17 14:50:54','08116e6a-9a67-411c-b92c-cb2e39891fc6'),
(46329,7,9413,NULL,601,1,'2026-01-17 14:50:54','2026-01-17 14:50:54','eca5e63d-c961-4d7f-8213-b3f65fe40bdf'),
(46330,7,9413,NULL,3468,2,'2026-01-17 14:50:54','2026-01-17 14:50:54','47b76fe7-49fc-4a39-a4c2-c35af54baef6'),
(46331,7,9413,NULL,2972,3,'2026-01-17 14:50:54','2026-01-17 14:50:54','05324f5e-79e2-4345-8807-aa9dd868bb3d'),
(46332,7,9413,NULL,2974,4,'2026-01-17 14:50:54','2026-01-17 14:50:54','fe81f3ef-ce38-427b-b79a-07fe6fe20a55'),
(46333,7,9413,NULL,617,5,'2026-01-17 14:50:54','2026-01-17 14:50:54','273491ec-6d51-48db-92c0-2ebfa2e5b34e'),
(46334,7,9413,NULL,605,6,'2026-01-17 14:50:54','2026-01-17 14:50:54','1098df9f-259f-4738-9cf1-bcae5abdd63f'),
(46335,82,9413,NULL,479,1,'2026-01-17 14:50:54','2026-01-17 14:50:54','e6cfb0c3-daa0-42ef-83b8-a8b04eba9cd2'),
(46336,57,9413,NULL,8052,1,'2026-01-17 14:50:54','2026-01-17 14:50:54','72196c2d-72a4-4e86-bc18-ecd0ded312f6'),
(46337,57,9413,NULL,8054,2,'2026-01-17 14:50:54','2026-01-17 14:50:54','29a0b428-b3e1-484c-a813-690162cfb085'),
(46338,57,9413,NULL,8053,3,'2026-01-17 14:50:54','2026-01-17 14:50:54','e0cc2eeb-ebb0-4d42-8d3b-9d4624a907c8'),
(46339,57,9413,NULL,8051,4,'2026-01-17 14:50:54','2026-01-17 14:50:54','8ec8847c-da46-4c45-9808-c2c8e4cbfb9a'),
(46340,32,9414,NULL,2610,1,'2026-01-17 14:53:04','2026-01-17 14:53:04','ea7b2634-8763-4c14-93c4-66ad73bb5ee3'),
(46341,32,9414,NULL,2598,2,'2026-01-17 14:53:04','2026-01-17 14:53:04','5108d0b6-7731-4c0b-9aef-86c4bf89ed25'),
(46342,32,9414,NULL,2600,3,'2026-01-17 14:53:04','2026-01-17 14:53:04','f2f4999f-3613-4532-a2ca-ab210e8d2c7f'),
(46343,32,9414,NULL,2602,4,'2026-01-17 14:53:04','2026-01-17 14:53:04','640f6e2e-daf8-437b-9fe3-cdc9659bc773'),
(46344,32,9414,NULL,2612,5,'2026-01-17 14:53:04','2026-01-17 14:53:04','6753e14d-9135-404a-a36e-549717f7649d'),
(46345,32,9414,NULL,2618,6,'2026-01-17 14:53:04','2026-01-17 14:53:04','5e32f361-0381-479f-97ad-ebf70479bdb2'),
(46346,32,9414,NULL,2604,7,'2026-01-17 14:53:04','2026-01-17 14:53:04','f6e9b915-007d-4624-ac94-9049fa61ce3c'),
(46347,32,9414,NULL,2614,8,'2026-01-17 14:53:04','2026-01-17 14:53:04','1f1ee30a-ed42-4e91-94a6-38dd57ed58fe'),
(46348,32,9414,NULL,2608,9,'2026-01-17 14:53:04','2026-01-17 14:53:04','e627e24a-e863-4023-815e-25615cf11120'),
(46349,32,9414,NULL,2596,10,'2026-01-17 14:53:04','2026-01-17 14:53:04','35ce5e07-a349-45d1-afd4-ee0ea96e465c'),
(46350,16,9414,NULL,8104,1,'2026-01-17 14:53:04','2026-01-17 14:53:04','bd866ed3-e72f-4ba6-85c9-408eb6d73670'),
(46352,7,9414,NULL,2974,2,'2026-01-17 14:53:04','2026-01-17 14:53:04','d8e9588c-f789-4f55-8259-dfc53190fa12'),
(46353,7,9414,NULL,617,3,'2026-01-17 14:53:04','2026-01-17 14:53:04','20303081-dda9-465e-84ab-dfbd943648ed'),
(46354,7,9414,NULL,605,4,'2026-01-17 14:53:04','2026-01-17 14:53:04','52938c92-8a75-4ded-8a81-aa3617dcf148'),
(46355,82,9414,NULL,479,1,'2026-01-17 14:53:04','2026-01-17 14:53:04','debf91b7-58a5-4559-9f8f-b49dc2ebe68a'),
(46356,46,9414,NULL,3697,1,'2026-01-17 14:53:04','2026-01-17 14:53:04','24280274-c9ef-4db7-97b2-f0f86b68e47c'),
(46357,57,9414,NULL,8108,1,'2026-01-17 14:53:04','2026-01-17 14:53:04','c49348a9-a2f3-4e90-a44b-adf7df84ad61'),
(46358,57,9414,NULL,8107,2,'2026-01-17 14:53:04','2026-01-17 14:53:04','2810fdcb-a028-469a-a5aa-f60d829b6cfd'),
(46359,57,9414,NULL,8106,3,'2026-01-17 14:53:04','2026-01-17 14:53:04','c55fd5c2-ef1b-4926-8728-89a75f8165ce'),
(46360,57,9414,NULL,8105,4,'2026-01-17 14:53:04','2026-01-17 14:53:04','199d1b9c-fa8c-40f6-befc-ce1f4b7568e1'),
(46361,13,9414,NULL,6820,1,'2026-01-17 14:53:04','2026-01-17 14:53:04','4c4e2d4c-002c-4c07-b5f8-bdc038126afa'),
(46363,16,1097,NULL,9415,1,'2026-01-17 14:54:56','2026-01-17 14:54:56','16fd7f0c-30b6-4053-9034-ecbdb889755e'),
(46364,32,9416,NULL,2610,1,'2026-01-17 14:54:56','2026-01-17 14:54:56','29b7ea2e-f777-4839-9012-c52992539f14'),
(46365,32,9416,NULL,2598,2,'2026-01-17 14:54:56','2026-01-17 14:54:56','467511ec-01a4-4e28-8280-05043d7dca2c'),
(46366,32,9416,NULL,2600,3,'2026-01-17 14:54:56','2026-01-17 14:54:56','e2768a96-f77d-4565-90a7-ace9e8499f2c'),
(46367,32,9416,NULL,2606,4,'2026-01-17 14:54:56','2026-01-17 14:54:56','43be8c9b-6292-4680-9be2-2daa7eb5fe58'),
(46368,32,9416,NULL,2604,5,'2026-01-17 14:54:56','2026-01-17 14:54:56','5a13586a-2d83-4e21-a8c8-7501c454f7c2'),
(46369,32,9416,NULL,2614,6,'2026-01-17 14:54:56','2026-01-17 14:54:56','fbbaf6d2-4e04-48e0-b671-e15527acd792'),
(46370,32,9416,NULL,2608,7,'2026-01-17 14:54:56','2026-01-17 14:54:56','3f58a92c-c20f-4806-85b0-8fbfbcd859f6'),
(46371,32,9416,NULL,2596,8,'2026-01-17 14:54:56','2026-01-17 14:54:56','d7d479d0-9b3f-4dca-a1ca-1022208ab098'),
(46372,32,9416,NULL,2602,9,'2026-01-17 14:54:56','2026-01-17 14:54:56','7baf2aee-b5a7-424b-b926-741b4c4da16f'),
(46373,16,9416,NULL,9415,1,'2026-01-17 14:54:56','2026-01-17 14:54:56','6c7717c2-8921-492a-afd2-5221f4955144'),
(46374,7,9416,NULL,601,1,'2026-01-17 14:54:56','2026-01-17 14:54:56','92edea05-d376-48c0-9416-40a1370e8c42'),
(46375,7,9416,NULL,3468,2,'2026-01-17 14:54:56','2026-01-17 14:54:56','e9d5afd7-73e2-4f0c-bae5-16f1c1f33b28'),
(46376,7,9416,NULL,617,3,'2026-01-17 14:54:56','2026-01-17 14:54:56','65cdce85-1452-4477-90d6-627a06120ab2'),
(46377,7,9416,NULL,605,4,'2026-01-17 14:54:56','2026-01-17 14:54:56','03772f7f-d285-463d-995e-b4694eee3e83'),
(46378,57,9416,NULL,3927,1,'2026-01-17 14:54:56','2026-01-17 14:54:56','49af2219-9d83-4b58-8e06-4a85eaccb726'),
(46379,57,9416,NULL,8117,2,'2026-01-17 14:54:56','2026-01-17 14:54:56','cc17d66c-e607-426b-b81b-72ea047b6021'),
(46380,57,9416,NULL,8119,3,'2026-01-17 14:54:56','2026-01-17 14:54:56','54516815-fc1b-4505-9345-03eb18e2ff2d'),
(46381,57,9416,NULL,8120,4,'2026-01-17 14:54:56','2026-01-17 14:54:56','10d1b91f-a463-44dc-b5f2-f5b05952b678'),
(46402,32,9418,NULL,2610,1,'2026-01-17 14:55:40','2026-01-17 14:55:40','a034bc5b-6edc-4b2f-8f88-e0cbba779327'),
(46403,32,9418,NULL,2598,2,'2026-01-17 14:55:40','2026-01-17 14:55:40','aef478ba-91b8-4d13-8421-b4403df3de4e'),
(46404,32,9418,NULL,2600,3,'2026-01-17 14:55:40','2026-01-17 14:55:40','122141dd-f2b7-4194-b293-33e926bcd7c8'),
(46405,32,9418,NULL,2606,4,'2026-01-17 14:55:40','2026-01-17 14:55:40','6051be46-6fd7-4018-af7e-c25e0b497606'),
(46406,32,9418,NULL,2604,5,'2026-01-17 14:55:40','2026-01-17 14:55:40','b595a518-9372-4adc-bec1-b4797fa2b990'),
(46407,32,9418,NULL,2614,6,'2026-01-17 14:55:40','2026-01-17 14:55:40','58bd09c2-4c3f-49ba-b5d5-551c28a23828'),
(46408,32,9418,NULL,2608,7,'2026-01-17 14:55:40','2026-01-17 14:55:40','907f08fa-7a3b-4892-8e86-75a9d07c3f96'),
(46409,32,9418,NULL,2596,8,'2026-01-17 14:55:40','2026-01-17 14:55:40','bb7d58fe-2b95-4ec0-858b-4b7d50bfde1d'),
(46410,32,9418,NULL,2602,9,'2026-01-17 14:55:40','2026-01-17 14:55:40','fc8df231-6d0f-4f35-8003-8b869fbe9dc6'),
(46411,16,9418,NULL,9415,1,'2026-01-17 14:55:40','2026-01-17 14:55:40','bef65b03-4e97-48b1-80b2-f1be8882f79a'),
(46412,7,9418,NULL,601,1,'2026-01-17 14:55:40','2026-01-17 14:55:40','85675d9b-a671-4268-8760-eba1f2b84691'),
(46413,7,9418,NULL,3468,2,'2026-01-17 14:55:40','2026-01-17 14:55:40','847a01e8-194f-4513-ab5f-a0fdcbc383be'),
(46414,7,9418,NULL,617,3,'2026-01-17 14:55:40','2026-01-17 14:55:40','3432b6ef-cd03-45fe-bf3b-41db73aba339'),
(46415,7,9418,NULL,605,4,'2026-01-17 14:55:40','2026-01-17 14:55:40','e8a06aaa-8049-46fd-a97e-705e79d35ca7'),
(46416,57,9418,NULL,3927,1,'2026-01-17 14:55:40','2026-01-17 14:55:40','8b9893a8-3c4c-4b6b-b005-a74cf277d4ea'),
(46417,57,9418,NULL,8117,2,'2026-01-17 14:55:40','2026-01-17 14:55:40','81626bce-bb11-4cc1-9790-ccac55b4d137'),
(46418,57,9418,NULL,8119,3,'2026-01-17 14:55:40','2026-01-17 14:55:40','d0c7bf7e-885d-452f-9d4b-ab4a2a859fbd'),
(46419,57,9418,NULL,8120,4,'2026-01-17 14:55:40','2026-01-17 14:55:40','2ac0d2d6-50d2-4cf4-91d1-83dc1b79fcd4'),
(46421,32,9419,NULL,2610,1,'2026-01-17 14:56:44','2026-01-17 14:56:44','f8c5e24c-7105-4312-bb97-f7fef321f43b'),
(46422,32,9419,NULL,2598,2,'2026-01-17 14:56:44','2026-01-17 14:56:44','c8d7f11b-ecae-42bc-b8db-eb7f670464e9'),
(46423,32,9419,NULL,2600,3,'2026-01-17 14:56:44','2026-01-17 14:56:44','a302716a-1eaa-4a56-92d7-2ff1c9ba17b1'),
(46424,32,9419,NULL,2604,4,'2026-01-17 14:56:44','2026-01-17 14:56:44','2212dded-11cc-4872-9345-a643552d7892'),
(46425,32,9419,NULL,2608,5,'2026-01-17 14:56:44','2026-01-17 14:56:44','f68f645a-57ad-422b-ae15-4503853a07fd'),
(46426,32,9419,NULL,2596,6,'2026-01-17 14:56:44','2026-01-17 14:56:44','8f3a3e80-fbb8-4b26-81a7-66bd2f1c885a'),
(46427,32,9419,NULL,2602,7,'2026-01-17 14:56:44','2026-01-17 14:56:44','bacdc4a8-a774-42e1-81ee-c27392530cdd'),
(46428,16,9419,NULL,3959,1,'2026-01-17 14:56:44','2026-01-17 14:56:44','5898c9f8-8d5d-4f02-82b4-1df5ffd8eae8'),
(46430,7,9419,NULL,617,2,'2026-01-17 14:56:44','2026-01-17 14:56:44','bb7b7706-3229-4b89-b5ec-77cc45cec0c6'),
(46431,7,9419,NULL,605,3,'2026-01-17 14:56:44','2026-01-17 14:56:44','887e1140-ec72-433a-a0da-6db6d0cc0452'),
(46432,82,9419,NULL,479,1,'2026-01-17 14:56:44','2026-01-17 14:56:44','c913a562-c55f-4571-aa56-caf821e3d199'),
(46433,82,9419,NULL,491,2,'2026-01-17 14:56:44','2026-01-17 14:56:44','d2972ee3-6daf-4f1f-8340-51613732399e'),
(46434,57,9419,NULL,8132,1,'2026-01-17 14:56:44','2026-01-17 14:56:44','8115a3f1-d08b-4be5-83be-e7d6723e6d03'),
(46435,57,9419,NULL,8136,2,'2026-01-17 14:56:44','2026-01-17 14:56:44','e54c66f5-a52b-4cf6-a3cc-983e074b0b0e'),
(46436,57,9419,NULL,8131,3,'2026-01-17 14:56:44','2026-01-17 14:56:44','6976c449-e43d-4db9-9ba6-bc73d0aaf689'),
(46437,57,9419,NULL,8134,4,'2026-01-17 14:56:44','2026-01-17 14:56:44','9141085c-a19d-46b2-9ea1-6aad2aadf6c9'),
(46438,57,9419,NULL,8135,5,'2026-01-17 14:56:44','2026-01-17 14:56:44','ff569b20-36b8-4447-978a-95d9c87caebf'),
(46440,16,1109,NULL,9420,1,'2026-01-17 14:59:32','2026-01-17 14:59:32','fda5b345-a9fd-47e4-87cd-51fd13571bf9'),
(46441,32,9421,NULL,2610,1,'2026-01-17 14:59:32','2026-01-17 14:59:32','61ae2776-e223-4107-ab53-f10adb934ae8'),
(46442,32,9421,NULL,2598,2,'2026-01-17 14:59:32','2026-01-17 14:59:32','a1455e4c-79e2-4281-944b-9d998c5090c5'),
(46443,32,9421,NULL,2600,3,'2026-01-17 14:59:32','2026-01-17 14:59:32','c4585a0d-dfd9-46c8-80c1-ccea29413f35'),
(46444,32,9421,NULL,2604,4,'2026-01-17 14:59:32','2026-01-17 14:59:32','0531ae53-19ea-43a0-a66d-5a4733c2b260'),
(46445,32,9421,NULL,2608,5,'2026-01-17 14:59:32','2026-01-17 14:59:32','d89b74b1-d8d8-4bd8-8aaf-44a82a5f112e'),
(46446,32,9421,NULL,2596,6,'2026-01-17 14:59:32','2026-01-17 14:59:32','04177af6-b2bb-4953-a47a-a245f10a2636'),
(46447,32,9421,NULL,2602,7,'2026-01-17 14:59:32','2026-01-17 14:59:32','5524e004-a7dc-4e2f-8c65-c98804540503'),
(46448,16,9421,NULL,9420,1,'2026-01-17 14:59:32','2026-01-17 14:59:32','9f4f98fb-38be-4035-b2d3-bc52b76b2894'),
(46449,7,9421,NULL,601,1,'2026-01-17 14:59:32','2026-01-17 14:59:32','50e565ea-747f-403f-907b-5a90d7553b87'),
(46450,7,9421,NULL,3468,2,'2026-01-17 14:59:32','2026-01-17 14:59:32','ce7af1f6-29e4-40f7-89ce-f0ec47e72afc'),
(46451,7,9421,NULL,617,3,'2026-01-17 14:59:32','2026-01-17 14:59:32','72824d65-e0ed-451d-a223-2fd4215080ed'),
(46452,7,9421,NULL,605,4,'2026-01-17 14:59:32','2026-01-17 14:59:32','0421040b-f392-40dc-a5b3-07df600dd18f'),
(46453,82,9421,NULL,479,1,'2026-01-17 14:59:32','2026-01-17 14:59:32','dee6e7f0-818e-4b66-b058-64aecabd6719'),
(46454,82,9421,NULL,491,2,'2026-01-17 14:59:32','2026-01-17 14:59:32','d9633da6-590a-495a-ba4f-97cede887128'),
(46455,57,9421,NULL,8141,1,'2026-01-17 14:59:32','2026-01-17 14:59:32','44650f86-ffee-42dc-9391-c25618108acb'),
(46456,57,9421,NULL,5129,2,'2026-01-17 14:59:32','2026-01-17 14:59:32','6013917f-a80e-4e61-bb5b-53f56cac860d'),
(46457,57,9421,NULL,5127,3,'2026-01-17 14:59:32','2026-01-17 14:59:32','731ba01a-ae5f-4a64-8563-b4f98fb32a87'),
(46458,57,9421,NULL,8142,4,'2026-01-17 14:59:32','2026-01-17 14:59:32','3c3561aa-e6e9-4aa4-93e1-15197dc4e9b9'),
(46482,57,1109,NULL,9423,5,'2026-01-17 15:00:13','2026-01-17 15:00:13','c2ae7255-2b8b-444f-928f-3bbcdc697255'),
(46483,57,1109,NULL,9424,6,'2026-01-17 15:00:13','2026-01-17 15:00:13','8a526e68-c229-4d05-bdf3-cb19f5a1ad65'),
(46484,57,1109,NULL,9425,7,'2026-01-17 15:00:13','2026-01-17 15:00:13','00eb5fef-903f-4342-832f-b9653bc5246f'),
(46485,57,1109,NULL,9426,8,'2026-01-17 15:00:13','2026-01-17 15:00:13','325a9265-8f9c-47f6-85f3-5e7fa8cdc973'),
(46486,57,1109,NULL,9427,9,'2026-01-17 15:00:13','2026-01-17 15:00:13','8c942a2d-52ef-45d1-86ad-afa9535282d0'),
(46487,32,9428,NULL,2610,1,'2026-01-17 15:00:13','2026-01-17 15:00:13','fdd91cc4-32be-475a-8ae8-dc921cdcbe6a'),
(46488,32,9428,NULL,2598,2,'2026-01-17 15:00:13','2026-01-17 15:00:13','4a076d72-a42e-4e10-9ccd-25bd7685885b'),
(46489,32,9428,NULL,2600,3,'2026-01-17 15:00:13','2026-01-17 15:00:13','6e919650-bb71-4acf-a7de-cb56d92979a3'),
(46490,32,9428,NULL,2604,4,'2026-01-17 15:00:13','2026-01-17 15:00:13','d91fc8db-27ea-4fc7-9687-b12e22a135d9'),
(46491,32,9428,NULL,2608,5,'2026-01-17 15:00:13','2026-01-17 15:00:13','def54c42-23f8-479a-88ba-b23f862b81e9'),
(46492,32,9428,NULL,2596,6,'2026-01-17 15:00:13','2026-01-17 15:00:13','4377cab5-8f01-4042-bf87-f28d790e9d54'),
(46493,32,9428,NULL,2602,7,'2026-01-17 15:00:13','2026-01-17 15:00:13','a7b93545-709c-4786-9791-56e840362da5'),
(46494,16,9428,NULL,9420,1,'2026-01-17 15:00:13','2026-01-17 15:00:13','3f80937a-e08b-44d0-98e6-ff3710a3120e'),
(46495,7,9428,NULL,601,1,'2026-01-17 15:00:13','2026-01-17 15:00:13','f3608720-fd9c-456a-8a86-27e1efcd3d15'),
(46496,7,9428,NULL,3468,2,'2026-01-17 15:00:13','2026-01-17 15:00:13','fcce74ed-7ffe-41b3-a84d-ce0d21fa4949'),
(46497,7,9428,NULL,617,3,'2026-01-17 15:00:13','2026-01-17 15:00:13','71cb99d9-3ffe-471d-9e9c-6b981b93ec4a'),
(46498,7,9428,NULL,605,4,'2026-01-17 15:00:13','2026-01-17 15:00:13','446a7395-a2b5-4a14-be27-24e6cd299f70'),
(46499,82,9428,NULL,479,1,'2026-01-17 15:00:13','2026-01-17 15:00:13','d608d9d4-27ae-4899-a706-bc6cdcd6a3d8'),
(46500,82,9428,NULL,491,2,'2026-01-17 15:00:13','2026-01-17 15:00:13','4134d202-dfcb-4dbf-b195-4ced79059e09'),
(46501,57,9428,NULL,8141,1,'2026-01-17 15:00:13','2026-01-17 15:00:13','d3653a48-e015-4831-a92a-7c6b97a7f8bc'),
(46502,57,9428,NULL,5129,2,'2026-01-17 15:00:13','2026-01-17 15:00:13','dc49d832-01b7-46f7-8a92-7a82072b6aee'),
(46503,57,9428,NULL,5127,3,'2026-01-17 15:00:13','2026-01-17 15:00:13','a0657bcc-ea9f-43e7-834f-a8f2472c3930'),
(46504,57,9428,NULL,8142,4,'2026-01-17 15:00:13','2026-01-17 15:00:13','ce620f77-a4d9-4198-9691-092fc4cd7d75'),
(46505,57,9428,NULL,9423,5,'2026-01-17 15:00:13','2026-01-17 15:00:13','55afe4c0-4262-4281-9434-730041379fe5'),
(46506,57,9428,NULL,9424,6,'2026-01-17 15:00:13','2026-01-17 15:00:13','cd05a956-e912-4282-9675-32fec6d13d25'),
(46507,57,9428,NULL,9425,7,'2026-01-17 15:00:13','2026-01-17 15:00:13','97ed03b8-79c6-48b0-ad98-ed44f02ff2a0'),
(46508,57,9428,NULL,9426,8,'2026-01-17 15:00:13','2026-01-17 15:00:13','090e9952-9ad4-49f3-a056-71e2b8d3da5a'),
(46509,57,9428,NULL,9427,9,'2026-01-17 15:00:13','2026-01-17 15:00:13','31536da8-cea5-4d49-904a-64b6d29dc979'),
(46533,32,9430,NULL,2610,1,'2026-01-17 15:00:17','2026-01-17 15:00:17','2c85d490-8bc1-4a3c-b715-6301d5a93192'),
(46534,32,9430,NULL,2598,2,'2026-01-17 15:00:17','2026-01-17 15:00:17','69f85636-9f83-454c-9fbc-e073ce762437'),
(46535,32,9430,NULL,2600,3,'2026-01-17 15:00:17','2026-01-17 15:00:17','08ef5c52-b4ae-40af-964c-3b609b2d45da'),
(46536,32,9430,NULL,2604,4,'2026-01-17 15:00:17','2026-01-17 15:00:17','caec8c49-70e4-48a6-9496-493e17606271'),
(46537,32,9430,NULL,2608,5,'2026-01-17 15:00:17','2026-01-17 15:00:17','abcb8489-67e8-4c7c-83d8-c2fdf2ff120e'),
(46538,32,9430,NULL,2596,6,'2026-01-17 15:00:17','2026-01-17 15:00:17','3daef17a-a300-4584-8473-d85a29a93a47'),
(46539,32,9430,NULL,2602,7,'2026-01-17 15:00:17','2026-01-17 15:00:17','8d69c64d-980d-4c78-b64f-cd5cabe20114'),
(46540,16,9430,NULL,9420,1,'2026-01-17 15:00:17','2026-01-17 15:00:17','bff8d02e-ceac-4dc0-ab97-10a24102de9f'),
(46541,7,9430,NULL,601,1,'2026-01-17 15:00:17','2026-01-17 15:00:17','8aedd96c-65b9-4b38-8a4c-46f0c039dcf5'),
(46542,7,9430,NULL,3468,2,'2026-01-17 15:00:17','2026-01-17 15:00:17','8aa6d4d5-2981-4703-be47-246c9abe2291'),
(46543,7,9430,NULL,617,3,'2026-01-17 15:00:17','2026-01-17 15:00:17','d07de95b-b611-494e-8b83-37b8e9c24713'),
(46544,7,9430,NULL,605,4,'2026-01-17 15:00:17','2026-01-17 15:00:17','2f7ef931-e28b-4664-9cfd-7c5031308e49'),
(46545,82,9430,NULL,479,1,'2026-01-17 15:00:17','2026-01-17 15:00:17','bf6cfe8d-17df-4dc3-a1e9-1fc3a4843124'),
(46546,82,9430,NULL,491,2,'2026-01-17 15:00:17','2026-01-17 15:00:17','798b126c-5d63-4db7-91e2-cc08d00057bb'),
(46547,57,9430,NULL,8141,1,'2026-01-17 15:00:17','2026-01-17 15:00:17','8c0c8f70-a87c-4a7a-aaeb-0653b6c612d2'),
(46548,57,9430,NULL,5129,2,'2026-01-17 15:00:17','2026-01-17 15:00:17','b8c20cbe-dec4-49f4-9fd4-f93f03120961'),
(46549,57,9430,NULL,5127,3,'2026-01-17 15:00:17','2026-01-17 15:00:17','ca70c7bd-0adc-4865-84bb-8fd9f2e40e94'),
(46550,57,9430,NULL,8142,4,'2026-01-17 15:00:17','2026-01-17 15:00:17','ca7f7ae3-6218-4d90-b2c5-3d859a808434'),
(46551,57,9430,NULL,9423,5,'2026-01-17 15:00:17','2026-01-17 15:00:17','651cec1a-856a-4b5e-aac8-b6565395ccd8'),
(46552,57,9430,NULL,9424,6,'2026-01-17 15:00:17','2026-01-17 15:00:17','1a36881e-5a54-46b3-a836-cc74fba27af4'),
(46553,57,9430,NULL,9425,7,'2026-01-17 15:00:17','2026-01-17 15:00:17','451a06ba-8462-4f04-842a-5bcd3478f7cd'),
(46554,57,9430,NULL,9426,8,'2026-01-17 15:00:17','2026-01-17 15:00:17','4c2aa5d8-8907-4eda-bd63-5432ed84c397'),
(46555,57,9430,NULL,9427,9,'2026-01-17 15:00:17','2026-01-17 15:00:17','619bfcc1-98e0-4ecd-b0e4-2620b77eb8f1'),
(46557,32,9432,NULL,2610,1,'2026-01-17 15:01:04','2026-01-17 15:01:04','5276571b-d618-4d64-b9ce-80dd0d6b342b'),
(46558,32,9432,NULL,2598,2,'2026-01-17 15:01:04','2026-01-17 15:01:04','a7187fc0-8cfb-42ef-b0e0-4f9a97aab772'),
(46559,32,9432,NULL,2600,3,'2026-01-17 15:01:04','2026-01-17 15:01:04','52c0b34a-30d2-4be7-abd8-2203c22cbf04'),
(46560,32,9432,NULL,2604,4,'2026-01-17 15:01:04','2026-01-17 15:01:04','1d45436c-4a45-45a5-b803-69a5613654f0'),
(46561,32,9432,NULL,2614,5,'2026-01-17 15:01:04','2026-01-17 15:01:04','1e545513-0ead-407c-bfd1-8584d69ee1df'),
(46562,32,9432,NULL,2608,6,'2026-01-17 15:01:04','2026-01-17 15:01:04','a293c61c-22c0-48cd-ae5e-dbadd8a59d4e'),
(46563,32,9432,NULL,2596,7,'2026-01-17 15:01:04','2026-01-17 15:01:04','60f72c96-4c02-4ad1-9853-55a15d52c71a'),
(46564,32,9432,NULL,2602,8,'2026-01-17 15:01:04','2026-01-17 15:01:04','dc5a90b7-156b-4314-914d-d4d348355447'),
(46565,16,9432,NULL,4017,1,'2026-01-17 15:01:04','2026-01-17 15:01:04','d7ac66b8-0786-4d9c-925d-3e7c4c782873'),
(46566,7,9432,NULL,601,1,'2026-01-17 15:01:04','2026-01-17 15:01:04','f41e7e40-4754-419e-8195-7cafcf98ee58'),
(46568,7,9432,NULL,2972,3,'2026-01-17 15:01:04','2026-01-17 15:01:04','f48182a7-e981-49a2-923d-9ce7e4bff5b3'),
(46569,7,9432,NULL,617,4,'2026-01-17 15:01:04','2026-01-17 15:01:04','a588cc73-5915-40bc-91f7-8edf5f93320e'),
(46570,7,9432,NULL,605,5,'2026-01-17 15:01:04','2026-01-17 15:01:04','850d0204-3f39-4b71-bb66-158f9d8699f7'),
(46571,82,9432,NULL,479,1,'2026-01-17 15:01:04','2026-01-17 15:01:04','13313602-0309-49cf-adda-f2cfa9341942'),
(46572,57,9432,NULL,8163,1,'2026-01-17 15:01:04','2026-01-17 15:01:04','d7b67e66-7d15-4e95-a0c1-143b1e28ca10'),
(46573,57,9432,NULL,8162,2,'2026-01-17 15:01:04','2026-01-17 15:01:04','286b1071-a4b5-40c9-9334-20fc15379ed9'),
(46574,57,9432,NULL,8164,3,'2026-01-17 15:01:04','2026-01-17 15:01:04','e97fe3bb-70fd-447f-a937-081c9f201898'),
(46575,57,9432,NULL,8165,4,'2026-01-17 15:01:04','2026-01-17 15:01:04','79c3b96b-758c-4575-94a8-74b4da66805c'),
(46595,32,9435,NULL,2610,1,'2026-01-17 15:01:11','2026-01-17 15:01:11','7d7f8ff9-c71f-422f-b41a-d52f1e166c13'),
(46596,32,9435,NULL,2598,2,'2026-01-17 15:01:11','2026-01-17 15:01:11','b4dc3d96-7a96-47c8-a5d8-eeea3d16b204'),
(46597,32,9435,NULL,2600,3,'2026-01-17 15:01:11','2026-01-17 15:01:11','2dcec009-40b0-4168-ac86-5ea51229273e'),
(46598,32,9435,NULL,2604,4,'2026-01-17 15:01:11','2026-01-17 15:01:11','2f1efebd-bad5-428b-b2ec-86e7b3e7c0ac'),
(46599,32,9435,NULL,2614,5,'2026-01-17 15:01:11','2026-01-17 15:01:11','3ee1f1c9-7343-4be6-828f-0a75bb1c7a4c'),
(46600,32,9435,NULL,2608,6,'2026-01-17 15:01:11','2026-01-17 15:01:11','6e2374db-42e8-454a-b1de-6b9d98a53ac5'),
(46601,32,9435,NULL,2596,7,'2026-01-17 15:01:11','2026-01-17 15:01:11','dff7d3b8-3596-4211-923d-2d416417a3e0'),
(46602,32,9435,NULL,2602,8,'2026-01-17 15:01:11','2026-01-17 15:01:11','001b07de-4620-455e-9485-e9dd208ecec8'),
(46603,16,9435,NULL,4017,1,'2026-01-17 15:01:11','2026-01-17 15:01:11','2b59fe8e-2f1c-45e4-9e31-be1323cd5cf5'),
(46604,7,9435,NULL,601,1,'2026-01-17 15:01:11','2026-01-17 15:01:11','65ce2ff8-caac-418a-9c03-118ad2d30478'),
(46606,7,9435,NULL,2972,3,'2026-01-17 15:01:11','2026-01-17 15:01:11','3bc1631b-9a15-4da0-803d-cf62397888ee'),
(46607,7,9435,NULL,617,4,'2026-01-17 15:01:11','2026-01-17 15:01:11','751cce15-0114-4a88-a943-2c03379cd71e'),
(46608,7,9435,NULL,605,5,'2026-01-17 15:01:11','2026-01-17 15:01:11','d2929ea3-1093-4077-b006-82f49e73011c'),
(46609,82,9435,NULL,479,1,'2026-01-17 15:01:11','2026-01-17 15:01:11','b2bf6916-2af1-48f1-9214-7c63f9b44374'),
(46610,57,9435,NULL,8163,1,'2026-01-17 15:01:11','2026-01-17 15:01:11','15aba417-362a-41b4-a853-bf62c07cf40b'),
(46611,57,9435,NULL,8162,2,'2026-01-17 15:01:11','2026-01-17 15:01:11','5f73bc5e-9d52-4217-b563-b9acd6a48776'),
(46612,57,9435,NULL,8164,3,'2026-01-17 15:01:11','2026-01-17 15:01:11','c210b76d-e0c0-482b-a45c-9d81ff130814'),
(46613,57,9435,NULL,8165,4,'2026-01-17 15:01:11','2026-01-17 15:01:11','f1273fc7-8994-4f9f-9377-a318ddc2b733'),
(46637,32,9438,NULL,2610,1,'2026-01-17 15:02:07','2026-01-17 15:02:07','5bd2aa56-2d64-4266-8a26-41202c85b461'),
(46638,32,9438,NULL,2598,2,'2026-01-17 15:02:07','2026-01-17 15:02:07','55246b8c-e826-4b45-bfef-7ef602a4dbee'),
(46639,32,9438,NULL,2600,3,'2026-01-17 15:02:07','2026-01-17 15:02:07','5aa70022-27cc-4635-bdda-50ebdf36a2b8'),
(46640,32,9438,NULL,2602,4,'2026-01-17 15:02:07','2026-01-17 15:02:07','c238548c-80cd-465c-82f6-62fbb8144907'),
(46641,32,9438,NULL,2604,5,'2026-01-17 15:02:07','2026-01-17 15:02:07','1adf9c0b-d98e-429a-949e-dff2f9fea681'),
(46642,32,9438,NULL,2608,6,'2026-01-17 15:02:07','2026-01-17 15:02:07','44b2e79d-3d28-4b4a-84bf-98f5a06233c3'),
(46643,32,9438,NULL,2596,7,'2026-01-17 15:02:07','2026-01-17 15:02:07','1a03a526-fb11-41ad-88d6-b64ef220a529'),
(46644,16,9438,NULL,8178,1,'2026-01-17 15:02:07','2026-01-17 15:02:07','31ae75da-d3ff-49d1-92cc-fc1f0ac03443'),
(46645,7,9438,NULL,601,1,'2026-01-17 15:02:07','2026-01-17 15:02:07','a140f74e-b5ca-44a2-937a-fdeee102a015'),
(46646,7,9438,NULL,3468,2,'2026-01-17 15:02:07','2026-01-17 15:02:07','e09cb406-eadc-4260-9245-fc48bcc8456b'),
(46648,7,9438,NULL,2972,4,'2026-01-17 15:02:07','2026-01-17 15:02:07','635460df-d00c-4307-a402-606ea6a663b6'),
(46649,7,9438,NULL,2974,5,'2026-01-17 15:02:07','2026-01-17 15:02:07','faf5ae45-a617-4099-8a9c-fb6eb294cb33'),
(46650,7,9438,NULL,617,6,'2026-01-17 15:02:07','2026-01-17 15:02:07','e777d008-9cb0-4baf-a3de-986e1daec8bc'),
(46651,7,9438,NULL,605,7,'2026-01-17 15:02:07','2026-01-17 15:02:07','77ebcd09-c4d9-4aab-a62e-2634804d9464'),
(46652,82,9438,NULL,479,1,'2026-01-17 15:02:07','2026-01-17 15:02:07','c6ca6a54-9355-47f0-92c5-527d98eb081a'),
(46653,82,9438,NULL,491,2,'2026-01-17 15:02:07','2026-01-17 15:02:07','f7e61d43-6cf1-467f-b558-fadb7299c25d'),
(46654,57,9438,NULL,8175,1,'2026-01-17 15:02:07','2026-01-17 15:02:07','6781669d-40f5-4099-b196-b3f65e99c71b'),
(46655,57,9438,NULL,8194,2,'2026-01-17 15:02:07','2026-01-17 15:02:07','5cd2c363-5a5f-47e8-ac48-092fb9ad184e'),
(46656,57,9438,NULL,8174,3,'2026-01-17 15:02:07','2026-01-17 15:02:07','0a02e656-f80c-43a9-94fe-6f8ba16f6855'),
(46657,57,9438,NULL,8177,4,'2026-01-17 15:02:07','2026-01-17 15:02:07','84dd9ae1-1529-4434-99e2-534bce38778b'),
(46681,32,9441,NULL,2610,1,'2026-01-17 15:02:11','2026-01-17 15:02:11','1db4b774-7da2-41d4-b145-430b6d2f918b'),
(46682,32,9441,NULL,2598,2,'2026-01-17 15:02:11','2026-01-17 15:02:11','fadf57fd-1207-415f-ba35-84c4d347fe09'),
(46683,32,9441,NULL,2600,3,'2026-01-17 15:02:11','2026-01-17 15:02:11','03585c3a-e925-4a2a-89ac-c5a302662db2'),
(46684,32,9441,NULL,2602,4,'2026-01-17 15:02:11','2026-01-17 15:02:11','1bbedec9-af1e-4042-b280-1f0692fa2906'),
(46685,32,9441,NULL,2604,5,'2026-01-17 15:02:11','2026-01-17 15:02:11','90f1dcfb-2326-4b11-ac07-c0d602f3ccaa'),
(46686,32,9441,NULL,2608,6,'2026-01-17 15:02:11','2026-01-17 15:02:11','9b8f887b-b617-4e77-97c8-67124668cbc7'),
(46687,32,9441,NULL,2596,7,'2026-01-17 15:02:11','2026-01-17 15:02:11','320174ba-0e02-42f2-a238-9f80b4fda62b'),
(46688,16,9441,NULL,8178,1,'2026-01-17 15:02:11','2026-01-17 15:02:11','eb5b7677-c383-4e78-8ec5-feef95fd9a04'),
(46689,7,9441,NULL,601,1,'2026-01-17 15:02:11','2026-01-17 15:02:11','0ac83bd1-d788-4693-a709-c6abf1c22b45'),
(46690,7,9441,NULL,3468,2,'2026-01-17 15:02:11','2026-01-17 15:02:11','4189f1b6-7230-4b58-8f82-a1b3b083f9b9'),
(46692,7,9441,NULL,2972,4,'2026-01-17 15:02:11','2026-01-17 15:02:11','3be307b7-43f6-45cd-9e50-e1c078bab037'),
(46693,7,9441,NULL,2974,5,'2026-01-17 15:02:11','2026-01-17 15:02:11','ad00d783-3e1d-4828-87c1-68aacb3bebd5'),
(46694,7,9441,NULL,617,6,'2026-01-17 15:02:11','2026-01-17 15:02:11','eee2a5fc-901e-407e-847f-5f0bc5e41178'),
(46695,7,9441,NULL,605,7,'2026-01-17 15:02:11','2026-01-17 15:02:11','c65d1ca6-1e6d-4583-8fc8-29dd60746265'),
(46696,82,9441,NULL,479,1,'2026-01-17 15:02:11','2026-01-17 15:02:11','573d7f0a-b281-4138-a337-daebfee4ab83'),
(46697,82,9441,NULL,491,2,'2026-01-17 15:02:11','2026-01-17 15:02:11','bf5b3a47-293a-49c1-96fc-30706d223c3c'),
(46698,57,9441,NULL,8175,1,'2026-01-17 15:02:11','2026-01-17 15:02:11','ab84971d-ddbf-4c6f-b3c2-c5663dc3ef7e'),
(46699,57,9441,NULL,8194,2,'2026-01-17 15:02:11','2026-01-17 15:02:11','b7ac8141-84ba-41e0-962b-b618975adaf3'),
(46700,57,9441,NULL,8174,3,'2026-01-17 15:02:11','2026-01-17 15:02:11','62d969e8-4584-4fb2-b56b-a401c32c0a10'),
(46701,57,9441,NULL,8177,4,'2026-01-17 15:02:11','2026-01-17 15:02:11','591573a7-865b-44c7-a77a-9a4b904c460d'),
(46703,32,9443,NULL,2614,1,'2026-01-17 15:03:55','2026-01-17 15:03:55','8ae290f3-a5cf-44b1-85a0-d69fff4837f1'),
(46704,32,9443,NULL,2610,2,'2026-01-17 15:03:55','2026-01-17 15:03:55','6749a2e0-d523-40d9-a939-7a30dfac7a82'),
(46705,32,9443,NULL,2598,3,'2026-01-17 15:03:55','2026-01-17 15:03:55','b80dd18e-612f-4877-8437-a8bf8a6765db'),
(46706,32,9443,NULL,2600,4,'2026-01-17 15:03:55','2026-01-17 15:03:55','32db3a2f-be1a-4341-a740-84bf6469db89'),
(46707,32,9443,NULL,2602,5,'2026-01-17 15:03:55','2026-01-17 15:03:55','d173a672-d40f-4c1a-8b49-6c2a8c99dee0'),
(46708,32,9443,NULL,2612,6,'2026-01-17 15:03:55','2026-01-17 15:03:55','7b225cc0-59ad-430f-b0cb-048e2658549f'),
(46709,32,9443,NULL,2604,7,'2026-01-17 15:03:55','2026-01-17 15:03:55','adcf664c-2b89-4908-a164-25bbe76b6b8c'),
(46710,32,9443,NULL,2608,8,'2026-01-17 15:03:55','2026-01-17 15:03:55','878c67d6-9077-4b49-b45a-45caf01591e1'),
(46711,32,9443,NULL,2596,9,'2026-01-17 15:03:55','2026-01-17 15:03:55','627672d4-c665-442a-9d7a-36f918bb6b99'),
(46712,16,9443,NULL,4083,1,'2026-01-17 15:03:55','2026-01-17 15:03:55','d193373d-752c-404d-b494-5c207f096434'),
(46713,7,9443,NULL,601,1,'2026-01-17 15:03:55','2026-01-17 15:03:55','10070897-99a1-4ec5-893f-85732fb4b709'),
(46714,7,9443,NULL,617,2,'2026-01-17 15:03:55','2026-01-17 15:03:55','5861e21f-dd48-4a96-9364-7ad5cee401d1'),
(46715,7,9443,NULL,605,3,'2026-01-17 15:03:55','2026-01-17 15:03:55','0e6ff997-53df-4fa3-97dc-38db5f10dbde'),
(46716,82,9443,NULL,479,1,'2026-01-17 15:03:55','2026-01-17 15:03:55','11e8334f-e7ec-47dc-8506-a46afdc5c90e'),
(46717,57,9443,NULL,5056,1,'2026-01-17 15:03:55','2026-01-17 15:03:55','6026ea82-ef4e-4a28-a125-7f3be1af5ac1'),
(46718,57,9443,NULL,5055,2,'2026-01-17 15:03:55','2026-01-17 15:03:55','b0d465e8-ad24-4ced-8bb7-7f18489e5a80'),
(46719,57,9443,NULL,5057,3,'2026-01-17 15:03:55','2026-01-17 15:03:55','bf1255b7-6308-4303-a866-6d6ef54fb319'),
(46720,57,9443,NULL,5058,4,'2026-01-17 15:03:55','2026-01-17 15:03:55','e6eab7bf-34ce-4636-acee-a5685dd5d2b9'),
(46741,32,9446,NULL,2614,1,'2026-01-17 15:04:00','2026-01-17 15:04:00','9de1b61c-ac15-40f4-bf02-0d858bd925d1'),
(46742,32,9446,NULL,2610,2,'2026-01-17 15:04:00','2026-01-17 15:04:00','e446beca-e04d-47c8-be12-34722a859a49'),
(46743,32,9446,NULL,2598,3,'2026-01-17 15:04:00','2026-01-17 15:04:00','5d972579-27c8-4808-8566-f8913b0dae06'),
(46744,32,9446,NULL,2600,4,'2026-01-17 15:04:00','2026-01-17 15:04:00','956b6b86-d75d-4cdb-a242-98d3fce9e4ab'),
(46745,32,9446,NULL,2602,5,'2026-01-17 15:04:00','2026-01-17 15:04:00','4fa5d55e-a1e9-4027-9733-840de1b8e6a1'),
(46746,32,9446,NULL,2612,6,'2026-01-17 15:04:00','2026-01-17 15:04:00','eeedb298-7be8-4b6b-857d-036040db00df'),
(46747,32,9446,NULL,2604,7,'2026-01-17 15:04:00','2026-01-17 15:04:00','d0192797-14a2-4232-9d2b-d170db564466'),
(46748,32,9446,NULL,2608,8,'2026-01-17 15:04:00','2026-01-17 15:04:00','5482bb71-3af6-4eaf-a70e-d51f66dd66e6'),
(46749,32,9446,NULL,2596,9,'2026-01-17 15:04:00','2026-01-17 15:04:00','ca87a59f-5149-4dc5-a428-e4f7b846cf2b'),
(46750,16,9446,NULL,4083,1,'2026-01-17 15:04:00','2026-01-17 15:04:00','62b0198f-30c1-4a09-80d4-a9760b135f18'),
(46751,7,9446,NULL,601,1,'2026-01-17 15:04:00','2026-01-17 15:04:00','93914b79-5007-4aec-9ef5-2b5b845b3218'),
(46752,7,9446,NULL,617,2,'2026-01-17 15:04:00','2026-01-17 15:04:00','ec0afb27-c6f1-4409-b644-c8df2923d320'),
(46753,7,9446,NULL,605,3,'2026-01-17 15:04:00','2026-01-17 15:04:00','4d83a84b-731e-44c7-94a7-311ee407d9d5'),
(46754,82,9446,NULL,479,1,'2026-01-17 15:04:00','2026-01-17 15:04:00','6dbce062-1d4a-494b-956b-c90776e5ef74'),
(46755,57,9446,NULL,5056,1,'2026-01-17 15:04:00','2026-01-17 15:04:00','6f9d7c5c-7097-4f2c-b3cd-71b07c0fc849'),
(46756,57,9446,NULL,5055,2,'2026-01-17 15:04:00','2026-01-17 15:04:00','26d86aae-b2c1-4a89-98be-5419b459b9f9'),
(46757,57,9446,NULL,5057,3,'2026-01-17 15:04:00','2026-01-17 15:04:00','dfc385b5-e34f-4c07-85e8-d283451df105'),
(46758,57,9446,NULL,5058,4,'2026-01-17 15:04:00','2026-01-17 15:04:00','5b708245-cbed-41c8-b9b1-069a537267dc'),
(46760,16,9448,NULL,8208,1,'2026-01-17 15:05:50','2026-01-17 15:05:50','01b0c077-2098-4a56-84e8-1e6039ffec34'),
(46761,57,9448,NULL,8218,1,'2026-01-17 15:05:50','2026-01-17 15:05:50','36ee7c49-e7ee-43bc-9a0a-33e078e99449'),
(46762,57,9448,NULL,8217,2,'2026-01-17 15:05:50','2026-01-17 15:05:50','34606781-9711-435a-bf34-b1ef33550ac0'),
(46763,57,9448,NULL,8211,3,'2026-01-17 15:05:50','2026-01-17 15:05:50','834a217d-5fb6-4ab0-8dad-964de6854271'),
(46764,57,9448,NULL,8214,4,'2026-01-17 15:05:50','2026-01-17 15:05:50','53d834e1-ba36-469a-838d-6768a58e1d4e'),
(46765,57,9448,NULL,8213,5,'2026-01-17 15:05:50','2026-01-17 15:05:50','36e33f98-24b9-4efe-8cc5-8a4da58ad64f'),
(46766,57,9448,NULL,8212,6,'2026-01-17 15:05:50','2026-01-17 15:05:50','64c715cc-1ccd-4e6b-818b-09fa46f88a22'),
(46767,57,9448,NULL,8215,7,'2026-01-17 15:05:50','2026-01-17 15:05:50','718b344d-c069-475d-b326-0f2999c3d16d'),
(46776,16,9451,NULL,8208,1,'2026-01-17 15:08:48','2026-01-17 15:08:48','52f4e957-a66c-40b9-bf1b-faa5c35419c4'),
(46777,57,9451,NULL,8218,1,'2026-01-17 15:08:48','2026-01-17 15:08:48','b5e9b762-3bb8-4500-b799-5bec0d386fe9'),
(46778,57,9451,NULL,8217,2,'2026-01-17 15:08:48','2026-01-17 15:08:48','f6d6a8ff-7b69-4f4e-b091-9b607908f190'),
(46779,57,9451,NULL,8211,3,'2026-01-17 15:08:48','2026-01-17 15:08:48','409e50e7-340f-4cf9-b85a-9bcbca9f4d6d'),
(46780,57,9451,NULL,8214,4,'2026-01-17 15:08:48','2026-01-17 15:08:48','65177c87-42b9-4057-982d-3b45e58ab572'),
(46781,57,9451,NULL,8213,5,'2026-01-17 15:08:48','2026-01-17 15:08:48','f1f4e09f-97ad-4ccb-ac0b-115a4504d26a'),
(46782,57,9451,NULL,8212,6,'2026-01-17 15:08:48','2026-01-17 15:08:48','d32384ff-32db-4b67-9c9b-9de9836c8137'),
(46783,57,9451,NULL,8215,7,'2026-01-17 15:08:48','2026-01-17 15:08:48','5d72b743-3743-4bdf-b90f-3fde93d2a2ce'),
(46793,74,1135,NULL,9453,1,'2026-01-17 15:10:48','2026-01-17 15:10:48','36bd1372-0abe-4588-8771-3fa2be0ee1c9'),
(46794,16,9454,NULL,8208,1,'2026-01-17 15:10:48','2026-01-17 15:10:48','27fc346e-d51c-4746-8002-c2e62bc9a4cf'),
(46795,57,9454,NULL,8218,1,'2026-01-17 15:10:48','2026-01-17 15:10:48','a5978bd6-2965-43d7-9766-3398234aae0d'),
(46796,57,9454,NULL,8217,2,'2026-01-17 15:10:48','2026-01-17 15:10:48','4ee041f2-e946-41cf-99c3-d3d4896ea346'),
(46797,57,9454,NULL,8211,3,'2026-01-17 15:10:48','2026-01-17 15:10:48','ca309598-051d-49ad-9444-7c460c470672'),
(46798,57,9454,NULL,8214,4,'2026-01-17 15:10:48','2026-01-17 15:10:48','d2549371-5c61-454e-b865-f1683a70f962'),
(46799,57,9454,NULL,8213,5,'2026-01-17 15:10:48','2026-01-17 15:10:48','aa4c501f-15ad-43b8-b143-f4c08be2d097'),
(46800,57,9454,NULL,8212,6,'2026-01-17 15:10:48','2026-01-17 15:10:48','6a2202af-fe09-4f3c-b7d8-00f8684680ef'),
(46801,57,9454,NULL,8215,7,'2026-01-17 15:10:48','2026-01-17 15:10:48','0c313bcb-e2f3-46ac-b499-32ccd4248c8b'),
(46802,74,9454,NULL,9453,1,'2026-01-17 15:10:48','2026-01-17 15:10:48','985123d2-ba94-41e1-a6c3-1941b363a249'),
(46812,16,9456,NULL,8208,1,'2026-01-17 15:11:26','2026-01-17 15:11:26','2f283a43-8737-4410-ac3b-a56f363f5fd0'),
(46813,57,9456,NULL,8218,1,'2026-01-17 15:11:26','2026-01-17 15:11:26','7c47c164-8cac-48b1-b8b9-810505038ad9'),
(46814,57,9456,NULL,8217,2,'2026-01-17 15:11:26','2026-01-17 15:11:26','e371ee12-8bf8-4fc4-ae94-b5d4dfd39499'),
(46815,57,9456,NULL,8211,3,'2026-01-17 15:11:26','2026-01-17 15:11:26','2085b08f-80a5-45de-9a57-07b853390396'),
(46816,57,9456,NULL,8214,4,'2026-01-17 15:11:26','2026-01-17 15:11:26','532a44ae-421d-4cf9-baf4-029522fad32b'),
(46817,57,9456,NULL,8213,5,'2026-01-17 15:11:26','2026-01-17 15:11:26','d3a97440-cd6a-47cb-bcbf-45d014ab662e'),
(46818,57,9456,NULL,8212,6,'2026-01-17 15:11:26','2026-01-17 15:11:26','0537869b-80b5-44b7-a676-bdeae1d984f7'),
(46819,57,9456,NULL,8215,7,'2026-01-17 15:11:26','2026-01-17 15:11:26','1c01a6b2-417d-4b7d-a3d5-0d8a20dcd542'),
(46820,74,9456,NULL,9453,1,'2026-01-17 15:11:26','2026-01-17 15:11:26','d68c0c7d-f000-4314-b535-1cfc4bbcb45c'),
(46836,32,9458,NULL,2610,1,'2026-01-17 15:15:11','2026-01-17 15:15:11','0defc48b-27fd-42ed-90f1-16bce2605e9d'),
(46837,32,9458,NULL,2598,2,'2026-01-17 15:15:11','2026-01-17 15:15:11','e67a5110-1c07-44ad-883f-c40a90dcc387'),
(46838,32,9458,NULL,2608,3,'2026-01-17 15:15:11','2026-01-17 15:15:11','23dd829e-4447-40b8-a16f-5e00a877349e'),
(46839,32,9458,NULL,2600,4,'2026-01-17 15:15:11','2026-01-17 15:15:11','8ccc8e1b-6cd8-4492-87d5-f19202f1c7ab'),
(46840,32,9458,NULL,2596,5,'2026-01-17 15:15:11','2026-01-17 15:15:11','72564482-4f34-4e64-adf2-3f4b5f1e26a1'),
(46841,32,9458,NULL,2602,6,'2026-01-17 15:15:11','2026-01-17 15:15:11','2470654e-dfe9-4b75-9983-b2c6e65851d5'),
(46842,32,9458,NULL,2604,7,'2026-01-17 15:15:11','2026-01-17 15:15:11','32013955-6741-44ab-9231-6a2f77e93c13'),
(46845,7,9458,NULL,2974,3,'2026-01-17 15:15:11','2026-01-17 15:15:11','cf01116b-9d56-42ad-a14e-dc7bd7b17c8c'),
(46846,7,9458,NULL,617,4,'2026-01-17 15:15:11','2026-01-17 15:15:11','036cfbc9-b38c-42a7-aab4-6272f7a6e09d'),
(46847,7,9458,NULL,605,5,'2026-01-17 15:15:11','2026-01-17 15:15:11','6829e291-90ed-4268-91d0-c7a643bea62e'),
(46848,82,9458,NULL,479,1,'2026-01-17 15:15:11','2026-01-17 15:15:11','e169f5ed-6738-498b-8394-2a370058238f'),
(46849,82,9458,NULL,491,2,'2026-01-17 15:15:11','2026-01-17 15:15:11','9af3f076-d191-4616-bf38-8318bbf2b07c'),
(46876,32,9460,NULL,2614,1,'2026-01-17 15:22:12','2026-01-17 15:22:12','d9511eae-6ad7-4a9a-9626-a92bd348d5bc'),
(46877,32,9460,NULL,2610,2,'2026-01-17 15:22:12','2026-01-17 15:22:12','15906589-95a0-4122-9f12-ac2370100471'),
(46878,32,9460,NULL,2598,3,'2026-01-17 15:22:12','2026-01-17 15:22:12','15e85ff2-cd5b-48a8-8f52-ae4bd1f12089'),
(46879,32,9460,NULL,2608,4,'2026-01-17 15:22:12','2026-01-17 15:22:12','fa4b47e6-1dba-4ebc-bfa0-e68d71c3593b'),
(46880,32,9460,NULL,2600,5,'2026-01-17 15:22:12','2026-01-17 15:22:12','8bea428d-350b-4621-91f5-110e4ce5e608'),
(46881,32,9460,NULL,2596,6,'2026-01-17 15:22:12','2026-01-17 15:22:12','899ec4d7-2ecc-480c-87eb-715ea4e7e108'),
(46882,32,9460,NULL,2602,7,'2026-01-17 15:22:12','2026-01-17 15:22:12','6d38cf5c-17ef-4ed1-8f0f-8e057ff4f242'),
(46883,32,9460,NULL,2606,8,'2026-01-17 15:22:12','2026-01-17 15:22:12','7db56836-0ba1-4592-a8ba-73811b09f8cf'),
(46884,32,9460,NULL,2612,9,'2026-01-17 15:22:12','2026-01-17 15:22:12','2173a150-d3f8-41cf-ae9b-74c8c8950fd7'),
(46885,32,9460,NULL,2604,10,'2026-01-17 15:22:12','2026-01-17 15:22:12','c97b8c5c-f21d-4775-862b-01e24bbbb81a'),
(46886,16,9460,NULL,6659,1,'2026-01-17 15:22:12','2026-01-17 15:22:12','0c6f3570-264c-46c5-9376-a4d6cfe5ec9b'),
(46887,7,9460,NULL,601,1,'2026-01-17 15:22:12','2026-01-17 15:22:12','49c12e9a-50c7-4e56-b7cb-606f7137e1ec'),
(46888,7,9460,NULL,6547,2,'2026-01-17 15:22:12','2026-01-17 15:22:12','08e5f4f9-970a-4c8c-b1bc-d1328327e252'),
(46889,7,9460,NULL,2972,3,'2026-01-17 15:22:12','2026-01-17 15:22:12','0b6e036a-9874-4f4b-a4b4-20c6ef8f99c3'),
(46890,7,9460,NULL,2974,4,'2026-01-17 15:22:12','2026-01-17 15:22:12','6ad2512c-6ab7-48bf-a458-502ada3568a3'),
(46891,7,9460,NULL,617,5,'2026-01-17 15:22:12','2026-01-17 15:22:12','c02dd7ca-e975-4a6a-9ca7-3fa6643ef57d'),
(46892,7,9460,NULL,605,6,'2026-01-17 15:22:12','2026-01-17 15:22:12','3cf402f0-5144-466c-8ff2-723028a32b7b'),
(46894,57,9460,NULL,6680,1,'2026-01-17 15:22:12','2026-01-17 15:22:12','b561e56b-5ee8-416d-a45f-f31cb9a52b3d'),
(46895,57,9460,NULL,6681,2,'2026-01-17 15:22:12','2026-01-17 15:22:12','9f8d1d5a-247a-4688-8dd6-1cb871f6d55a'),
(46896,57,9460,NULL,6682,3,'2026-01-17 15:22:12','2026-01-17 15:22:12','d08f37db-eaa5-495a-b79e-a07f7eb5e629'),
(46897,57,9460,NULL,6683,4,'2026-01-17 15:22:12','2026-01-17 15:22:12','f789fce9-d0d6-4ebf-ba92-2173694f5e99'),
(46898,57,9460,NULL,6684,5,'2026-01-17 15:22:12','2026-01-17 15:22:12','a90c4c4b-49ad-4bc5-910d-4bac19e5415b'),
(46924,32,9462,NULL,2614,1,'2026-01-17 15:23:06','2026-01-17 15:23:06','4ceab38f-0059-4f24-b34d-6dcf6f5b9c13'),
(46925,32,9462,NULL,2610,2,'2026-01-17 15:23:06','2026-01-17 15:23:06','ed8c31df-f27f-4599-a54a-4103c632be59'),
(46926,32,9462,NULL,2598,3,'2026-01-17 15:23:06','2026-01-17 15:23:06','be696a42-44f1-48fd-bdf8-c94c370b1a3f'),
(46927,32,9462,NULL,2608,4,'2026-01-17 15:23:06','2026-01-17 15:23:06','1d605e9b-81cd-4411-bcd0-d804d7ab9567'),
(46928,32,9462,NULL,2600,5,'2026-01-17 15:23:06','2026-01-17 15:23:06','f8473175-1bd6-43df-83eb-6dab3d5458dc'),
(46929,32,9462,NULL,2596,6,'2026-01-17 15:23:06','2026-01-17 15:23:06','5474d075-15e1-4445-b153-5ac35456bf10'),
(46930,32,9462,NULL,2602,7,'2026-01-17 15:23:06','2026-01-17 15:23:06','3a92d1b6-fb70-47b2-8236-0921fd188ef5'),
(46931,32,9462,NULL,2606,8,'2026-01-17 15:23:06','2026-01-17 15:23:06','4924e65f-e326-4a3b-9ee0-6febdd7f424b'),
(46932,32,9462,NULL,2612,9,'2026-01-17 15:23:06','2026-01-17 15:23:06','b0330853-ea09-43c1-89ec-187b04afb0a8'),
(46933,32,9462,NULL,2604,10,'2026-01-17 15:23:06','2026-01-17 15:23:06','2c6e3661-23b4-4aaf-a9c9-376c1fe882ad'),
(46934,16,9462,NULL,6659,1,'2026-01-17 15:23:06','2026-01-17 15:23:06','9eed6852-bf3a-42ba-a598-eee6c441575a'),
(46935,7,9462,NULL,601,1,'2026-01-17 15:23:06','2026-01-17 15:23:06','a7a44908-ff7e-4dcb-9a07-77832bb4d436'),
(46936,7,9462,NULL,6547,2,'2026-01-17 15:23:06','2026-01-17 15:23:06','1fd4e526-79d5-4b13-8ad0-82d00d34fcb6'),
(46937,7,9462,NULL,2972,3,'2026-01-17 15:23:06','2026-01-17 15:23:06','9fa5e8e4-cefa-467e-ab35-9e862cd51430'),
(46938,7,9462,NULL,2974,4,'2026-01-17 15:23:06','2026-01-17 15:23:06','612dedbc-271e-4398-9bf0-0fc7d59a0bdd'),
(46939,7,9462,NULL,617,5,'2026-01-17 15:23:06','2026-01-17 15:23:06','f361f84f-27d0-48f5-a862-cd62bd9e1b8f'),
(46940,7,9462,NULL,605,6,'2026-01-17 15:23:06','2026-01-17 15:23:06','0818564d-c012-4544-9fb6-3de4de9dc8b1'),
(46941,57,9462,NULL,6680,1,'2026-01-17 15:23:06','2026-01-17 15:23:06','0239d7da-af6f-40da-945b-0285128e7386'),
(46942,57,9462,NULL,6681,2,'2026-01-17 15:23:06','2026-01-17 15:23:06','c6b38b76-986f-45f3-b2a3-7a23d40e97f0'),
(46943,57,9462,NULL,6682,3,'2026-01-17 15:23:06','2026-01-17 15:23:06','a37741e9-6e44-4ff6-a488-6a6a7160bcd7'),
(46944,57,9462,NULL,6683,4,'2026-01-17 15:23:06','2026-01-17 15:23:06','73e7107b-6ed3-4825-8155-4004c00a1c68'),
(46945,57,9462,NULL,6684,5,'2026-01-17 15:23:06','2026-01-17 15:23:06','b8dc1304-ecf9-40b9-b73f-12b9737445fa'),
(46970,32,9464,NULL,2614,1,'2026-01-17 15:34:09','2026-01-17 15:34:09','32a983df-1b4b-4fc9-ba6b-5a23379efc32'),
(46971,32,9464,NULL,2610,2,'2026-01-17 15:34:09','2026-01-17 15:34:09','731277b5-b3ea-4231-840d-965d76338c12'),
(46972,32,9464,NULL,2598,3,'2026-01-17 15:34:09','2026-01-17 15:34:09','19455689-9ed0-4b5c-afd0-3ad628c178db'),
(46973,32,9464,NULL,2608,4,'2026-01-17 15:34:09','2026-01-17 15:34:09','9831fe19-00e4-4a21-837b-02ac94698ffa'),
(46974,32,9464,NULL,2600,5,'2026-01-17 15:34:09','2026-01-17 15:34:09','e977027a-dbd5-4e3a-a066-53c4e53cd580'),
(46975,32,9464,NULL,2596,6,'2026-01-17 15:34:09','2026-01-17 15:34:09','c52812ac-7c8f-48bd-a0af-2133a9c5ade2'),
(46976,32,9464,NULL,2602,7,'2026-01-17 15:34:09','2026-01-17 15:34:09','4c311ece-e189-4bc0-9423-d5a7b8c9f789'),
(46977,32,9464,NULL,2606,8,'2026-01-17 15:34:09','2026-01-17 15:34:09','1d3167ca-5ad3-45b5-a91e-317636154998'),
(46978,32,9464,NULL,2612,9,'2026-01-17 15:34:09','2026-01-17 15:34:09','5f6e9778-3e92-4ced-bae3-217a68106134'),
(46979,32,9464,NULL,2604,10,'2026-01-17 15:34:09','2026-01-17 15:34:09','7d4bc114-8364-4617-8dbe-877b1da3fb9f'),
(46980,16,9464,NULL,6659,1,'2026-01-17 15:34:09','2026-01-17 15:34:09','31947482-c0e9-410f-ae0e-106dcde9dea8'),
(46981,7,9464,NULL,601,1,'2026-01-17 15:34:09','2026-01-17 15:34:09','06314aa0-45d9-4ce3-ad04-bcda3a520a13'),
(46982,7,9464,NULL,6547,2,'2026-01-17 15:34:09','2026-01-17 15:34:09','13e40c23-4921-462a-95be-aa53b66631bf'),
(46983,7,9464,NULL,2972,3,'2026-01-17 15:34:09','2026-01-17 15:34:09','8b3585a6-3391-4967-a738-daeacaafc5a8'),
(46984,7,9464,NULL,2974,4,'2026-01-17 15:34:09','2026-01-17 15:34:09','ecd5e378-0dac-4cca-ba9b-fb1f2a0eecba'),
(46985,7,9464,NULL,617,5,'2026-01-17 15:34:09','2026-01-17 15:34:09','52a5e80d-e709-421e-a7b3-52c40b89bbf8'),
(46986,7,9464,NULL,605,6,'2026-01-17 15:34:09','2026-01-17 15:34:09','922902f4-7b5c-4f7e-9e48-94c71c20497d'),
(46987,57,9464,NULL,6680,1,'2026-01-17 15:34:09','2026-01-17 15:34:09','4fbd4890-3c5a-4c41-875b-cfb9bd389a92'),
(46988,57,9464,NULL,6681,2,'2026-01-17 15:34:09','2026-01-17 15:34:09','2a8dc41c-2cb5-4a3a-8e02-694ce61b55a1'),
(46989,57,9464,NULL,6682,3,'2026-01-17 15:34:09','2026-01-17 15:34:09','70af5cd2-265c-4457-a00b-ebe353625e57'),
(46990,57,9464,NULL,6683,4,'2026-01-17 15:34:09','2026-01-17 15:34:09','6ecb00f1-b84c-4a30-b560-87969ab09e49'),
(46991,57,9464,NULL,6684,5,'2026-01-17 15:34:09','2026-01-17 15:34:09','00765be5-3f35-4881-8ae1-d3664c0eaffc'),
(47008,32,9467,NULL,2598,1,'2026-01-17 15:35:35','2026-01-17 15:35:35','5c69ff66-24a3-427c-bb05-808a7f3a6544'),
(47009,32,9467,NULL,2608,2,'2026-01-17 15:35:35','2026-01-17 15:35:35','3f04feef-a3de-481b-a4b5-1beb5bc7d44a'),
(47010,32,9467,NULL,2600,3,'2026-01-17 15:35:35','2026-01-17 15:35:35','70cb15c5-8e1b-490d-ab23-3f03a02105cc'),
(47011,32,9467,NULL,2596,4,'2026-01-17 15:35:35','2026-01-17 15:35:35','4a98acef-b616-4d6b-9aa1-f379b6c4fbb7'),
(47012,32,9467,NULL,2602,5,'2026-01-17 15:35:35','2026-01-17 15:35:35','e56d3747-a94e-4ae5-a1d7-722bbf84967e'),
(47013,32,9467,NULL,2606,6,'2026-01-17 15:35:35','2026-01-17 15:35:35','ed5b7fb5-3498-4625-9b73-3e5b83aa83b1'),
(47014,32,9467,NULL,2604,7,'2026-01-17 15:35:35','2026-01-17 15:35:35','a091a66d-caef-458f-948f-80fead659eb4'),
(47015,32,9467,NULL,2610,8,'2026-01-17 15:35:35','2026-01-17 15:35:35','d217f52a-b634-4ee3-a933-95550a430c86'),
(47016,32,9467,NULL,2612,9,'2026-01-17 15:35:35','2026-01-17 15:35:35','cdf56088-bf8c-48f6-a7fb-5c738826e9a3'),
(47017,16,9467,NULL,9466,1,'2026-01-17 15:35:35','2026-01-17 15:35:35','c3007eb5-211b-4cbb-8746-e6b734087010'),
(47018,7,9467,NULL,617,1,'2026-01-17 15:35:35','2026-01-17 15:35:35','351bf65d-0d52-4f8d-abd7-36d4ecd5e9ee'),
(47019,7,9467,NULL,605,2,'2026-01-17 15:35:35','2026-01-17 15:35:35','56624df6-765c-4b6d-97c4-03f2ed8b7e58'),
(47020,82,9467,NULL,491,1,'2026-01-17 15:35:35','2026-01-17 15:35:35','9f7bfb9f-7278-4eb0-ae63-8067f760732f'),
(47021,13,9467,NULL,6557,1,'2026-01-17 15:35:35','2026-01-17 15:35:35','b702d406-7fd9-466f-b814-8ca0af8146c5'),
(47039,57,1473,NULL,9469,1,'2026-01-17 15:35:59','2026-01-17 15:35:59','6d955586-70cc-4afa-898f-01e59de5e4b0'),
(47040,57,1473,NULL,9470,2,'2026-01-17 15:35:59','2026-01-17 15:35:59','4374390a-8b68-4596-8f12-b5dc1aae462e'),
(47041,57,1473,NULL,9471,3,'2026-01-17 15:35:59','2026-01-17 15:35:59','7f17bee0-120d-4ee7-ba53-a689816bf5c9'),
(47042,32,9472,NULL,2598,1,'2026-01-17 15:36:00','2026-01-17 15:36:00','e23448ac-655b-4af1-8e5a-e37eb42dcb76'),
(47043,32,9472,NULL,2608,2,'2026-01-17 15:36:00','2026-01-17 15:36:00','75c8619c-0511-4550-b4d7-5122662c64aa'),
(47044,32,9472,NULL,2600,3,'2026-01-17 15:36:00','2026-01-17 15:36:00','262c0896-df54-45fb-9d8a-5d1413deda5c'),
(47045,32,9472,NULL,2596,4,'2026-01-17 15:36:00','2026-01-17 15:36:00','59f8f61d-3467-4dc8-ab00-409e91455f9f'),
(47046,32,9472,NULL,2602,5,'2026-01-17 15:36:00','2026-01-17 15:36:00','7f166ecc-7fb2-4838-872e-68e636dd33f1'),
(47047,32,9472,NULL,2606,6,'2026-01-17 15:36:00','2026-01-17 15:36:00','7d0a9b90-065f-49f3-b478-6228dd9b632e'),
(47048,32,9472,NULL,2604,7,'2026-01-17 15:36:00','2026-01-17 15:36:00','62c0f989-7cd1-4160-8fb6-45f4c69b0f3a'),
(47049,32,9472,NULL,2610,8,'2026-01-17 15:36:00','2026-01-17 15:36:00','e425bbfb-a301-4cd2-9740-9f656a8155e1'),
(47050,32,9472,NULL,2612,9,'2026-01-17 15:36:00','2026-01-17 15:36:00','fc81dc17-28d2-4c5f-b68c-07586894e310'),
(47051,16,9472,NULL,9466,1,'2026-01-17 15:36:00','2026-01-17 15:36:00','331bdca7-9820-433b-a6ef-bfd75083e036'),
(47052,7,9472,NULL,617,1,'2026-01-17 15:36:00','2026-01-17 15:36:00','1fd257b3-498e-488c-8925-db4b69aba16a'),
(47053,7,9472,NULL,605,2,'2026-01-17 15:36:00','2026-01-17 15:36:00','b3b2fba8-d56b-4505-828e-2c3938e32586'),
(47054,82,9472,NULL,491,1,'2026-01-17 15:36:00','2026-01-17 15:36:00','22a67463-e134-46b4-af1c-1e1feefe4eaa'),
(47055,57,9472,NULL,9469,1,'2026-01-17 15:36:00','2026-01-17 15:36:00','debe71cd-e990-4d68-9489-bb1b6a1e547b'),
(47056,57,9472,NULL,9470,2,'2026-01-17 15:36:00','2026-01-17 15:36:00','c9834a66-6795-4735-a10a-78a64ea6e60a'),
(47057,57,9472,NULL,9471,3,'2026-01-17 15:36:00','2026-01-17 15:36:00','b04b1973-dc7a-4229-8252-c4a7d67f9581'),
(47058,13,9472,NULL,6557,1,'2026-01-17 15:36:00','2026-01-17 15:36:00','bb651bd7-5f3d-4b8a-992f-95436b5d63bb'),
(47076,32,9474,NULL,2598,1,'2026-01-17 15:36:35','2026-01-17 15:36:35','d68675ab-cb1e-4d50-a62e-532aff0509a5'),
(47077,32,9474,NULL,2608,2,'2026-01-17 15:36:35','2026-01-17 15:36:35','aa8fa91b-9058-4379-97c5-1afca7281c27'),
(47078,32,9474,NULL,2600,3,'2026-01-17 15:36:35','2026-01-17 15:36:35','b271f47e-e8f8-4743-9ca9-0a8c8f7288f8'),
(47079,32,9474,NULL,2596,4,'2026-01-17 15:36:35','2026-01-17 15:36:35','0add2a2c-ac99-42e2-9bd5-ae4b136a3357'),
(47080,32,9474,NULL,2602,5,'2026-01-17 15:36:35','2026-01-17 15:36:35','8fbde53e-f0f4-4321-9170-1b2c5a62e89e'),
(47081,32,9474,NULL,2606,6,'2026-01-17 15:36:35','2026-01-17 15:36:35','34712440-1349-4589-9a59-a93f11db31bf'),
(47082,32,9474,NULL,2604,7,'2026-01-17 15:36:35','2026-01-17 15:36:35','f1594339-4224-4a5f-8386-e42ad6ec7566'),
(47083,32,9474,NULL,2610,8,'2026-01-17 15:36:35','2026-01-17 15:36:35','1a4f153c-9add-4574-9f59-dfef6cbef4ab'),
(47084,32,9474,NULL,2612,9,'2026-01-17 15:36:35','2026-01-17 15:36:35','4d9d6535-1d22-44f9-a84c-7ec15c7839a4'),
(47085,16,9474,NULL,9466,1,'2026-01-17 15:36:35','2026-01-17 15:36:35','2df592b7-eb15-4f31-a9ad-6a1eb7f1bca8'),
(47086,7,9474,NULL,617,1,'2026-01-17 15:36:35','2026-01-17 15:36:35','aa19c149-b5cd-4bc7-be66-44bd95e4b119'),
(47087,7,9474,NULL,605,2,'2026-01-17 15:36:35','2026-01-17 15:36:35','bf57ea53-44a4-48dc-97e5-6b08101ce2a5'),
(47088,82,9474,NULL,491,1,'2026-01-17 15:36:35','2026-01-17 15:36:35','89d40fa2-7e0f-48a2-a039-78f7e54d728b'),
(47089,57,9474,NULL,9469,1,'2026-01-17 15:36:35','2026-01-17 15:36:35','ee91fa6b-1431-4e5c-a735-faa5fc796ce2'),
(47090,57,9474,NULL,9470,2,'2026-01-17 15:36:35','2026-01-17 15:36:35','9e51d640-1107-4871-ad0a-b6b423762a64'),
(47091,57,9474,NULL,9471,3,'2026-01-17 15:36:35','2026-01-17 15:36:35','b2ab99fb-f856-4f57-9989-e909e06f1b94'),
(47092,13,9474,NULL,6557,1,'2026-01-17 15:36:35','2026-01-17 15:36:35','1b5ce225-b647-44a4-8bc6-2cc4dcdfc286'),
(47110,32,9476,NULL,2598,1,'2026-01-17 15:37:23','2026-01-17 15:37:23','2b5e69f9-6608-4f92-907b-07f0add6bdf5'),
(47111,32,9476,NULL,2608,2,'2026-01-17 15:37:23','2026-01-17 15:37:23','3cf42482-d29d-4154-ab15-efc9fa7b82af'),
(47112,32,9476,NULL,2600,3,'2026-01-17 15:37:23','2026-01-17 15:37:23','e884d27a-52c6-4def-88b2-72e67ec27410'),
(47113,32,9476,NULL,2596,4,'2026-01-17 15:37:23','2026-01-17 15:37:23','4f42f787-ce1b-4cff-9dad-d159cd4fd038'),
(47114,32,9476,NULL,2602,5,'2026-01-17 15:37:23','2026-01-17 15:37:23','b2bd30e0-128d-4f35-a699-d1cc041e30b2'),
(47115,32,9476,NULL,2606,6,'2026-01-17 15:37:23','2026-01-17 15:37:23','c4da4120-7af3-48a1-b2f9-1136a2b1b37a'),
(47116,32,9476,NULL,2604,7,'2026-01-17 15:37:23','2026-01-17 15:37:23','d8b3f27e-863a-43f6-89e8-06fddf4a6ade'),
(47117,32,9476,NULL,2610,8,'2026-01-17 15:37:23','2026-01-17 15:37:23','d5175428-3f7c-466b-9e65-9765dac89e03'),
(47118,32,9476,NULL,2612,9,'2026-01-17 15:37:23','2026-01-17 15:37:23','78bb13fe-66a9-4de6-85e1-916292c3de38'),
(47119,16,9476,NULL,9466,1,'2026-01-17 15:37:23','2026-01-17 15:37:23','6ac7aa53-1583-4ec2-b439-30d86163799a'),
(47120,7,9476,NULL,617,1,'2026-01-17 15:37:23','2026-01-17 15:37:23','dc75d758-cef4-4cbd-b430-fc331c6c1992'),
(47121,7,9476,NULL,605,2,'2026-01-17 15:37:23','2026-01-17 15:37:23','a5cf52ca-ddf5-4c0d-a249-c4cb13663070'),
(47122,82,9476,NULL,491,1,'2026-01-17 15:37:23','2026-01-17 15:37:23','d382d026-5d79-4556-9fbb-bda8b1cf7ec9'),
(47123,57,9476,NULL,9469,1,'2026-01-17 15:37:23','2026-01-17 15:37:23','ecc1e2b7-035b-4fc2-85d2-f15c5ec8abe1'),
(47124,57,9476,NULL,9470,2,'2026-01-17 15:37:23','2026-01-17 15:37:23','9580abec-f278-479e-8974-1e2ff1296317'),
(47125,57,9476,NULL,9471,3,'2026-01-17 15:37:23','2026-01-17 15:37:23','cb2cb8ac-823a-4058-b8af-78a923b969d5'),
(47126,13,9476,NULL,6557,1,'2026-01-17 15:37:23','2026-01-17 15:37:23','124fdda4-ec6b-485f-af26-444eec257d68'),
(47127,32,9477,NULL,2610,1,'2026-01-17 15:45:13','2026-01-17 15:45:13','4458cf5d-133d-4967-aa1d-f715ea284b4a'),
(47128,32,9477,NULL,2598,2,'2026-01-17 15:45:13','2026-01-17 15:45:13','a2d59309-8e82-45c8-be00-59c41013f6af'),
(47129,32,9477,NULL,2600,3,'2026-01-17 15:45:13','2026-01-17 15:45:13','a9b94364-10bb-4649-9c6c-55ea7b37e8b4'),
(47130,32,9477,NULL,2604,4,'2026-01-17 15:45:13','2026-01-17 15:45:13','f82e2769-97bb-4281-921f-5e79f819c705'),
(47131,32,9477,NULL,2608,5,'2026-01-17 15:45:13','2026-01-17 15:45:13','2a26c27e-26ab-4029-9d64-a8679b252270'),
(47132,32,9477,NULL,2596,6,'2026-01-17 15:45:13','2026-01-17 15:45:13','19d9f57b-3801-4bbd-b4ee-b75000f27fc7'),
(47133,32,9477,NULL,2602,7,'2026-01-17 15:45:13','2026-01-17 15:45:13','9b710473-41c6-49fb-9529-aff3443d81cf'),
(47134,16,9477,NULL,4142,1,'2026-01-17 15:45:13','2026-01-17 15:45:13','e14dd02c-d2d1-43ca-ba0f-b29b38391f82'),
(47135,7,9477,NULL,601,1,'2026-01-17 15:45:13','2026-01-17 15:45:13','3441a2af-1b38-4013-b4ab-eb6fbe72c27b'),
(47136,7,9477,NULL,3468,2,'2026-01-17 15:45:13','2026-01-17 15:45:13','e08f3bdc-e79b-4f35-92e1-681262bbf3b6'),
(47137,7,9477,NULL,2972,3,'2026-01-17 15:45:13','2026-01-17 15:45:13','536b77b4-12a8-4865-94bb-f41acb01fa87'),
(47139,7,9477,NULL,617,5,'2026-01-17 15:45:13','2026-01-17 15:45:13','d0ff0b73-c8d4-4a17-823b-77775669e001'),
(47140,7,9477,NULL,605,6,'2026-01-17 15:45:13','2026-01-17 15:45:13','c03b0db8-8503-4870-87fd-42495d098517'),
(47141,82,9477,NULL,479,1,'2026-01-17 15:45:13','2026-01-17 15:45:13','bfc229cd-0fc3-4d4f-896c-0482a45c5ddf'),
(47142,82,9477,NULL,491,2,'2026-01-17 15:45:13','2026-01-17 15:45:13','ed5c09f0-71f3-47cb-90f8-ec4e00811da7'),
(47143,57,9477,NULL,4955,1,'2026-01-17 15:45:13','2026-01-17 15:45:13','04366311-e9aa-4d38-91ec-bed198a68f1c'),
(47144,57,9477,NULL,4956,2,'2026-01-17 15:45:13','2026-01-17 15:45:13','ef0a6d7d-e042-4688-aa4e-59a77fce46ed'),
(47145,57,9477,NULL,4957,3,'2026-01-17 15:45:13','2026-01-17 15:45:13','6e69474b-d896-4cc5-99c6-d93a826cf3ea'),
(47146,57,9477,NULL,8227,4,'2026-01-17 15:45:13','2026-01-17 15:45:13','5efe1545-f493-4b11-942a-cf8d6de78085'),
(47155,83,9479,NULL,1185,1,'2026-01-17 15:48:02','2026-01-17 15:48:02','a3b31e7c-3cec-4b67-be6e-2c111302402b'),
(47156,16,9479,NULL,6598,1,'2026-01-17 15:48:02','2026-01-17 15:48:02','01083a8f-3148-4dbc-a21e-59c72fbdb417'),
(47157,57,9479,NULL,6600,1,'2026-01-17 15:48:02','2026-01-17 15:48:02','c2189d44-be4b-4e4b-8c27-28a616415167'),
(47158,57,9479,NULL,6601,2,'2026-01-17 15:48:02','2026-01-17 15:48:02','47c50b35-8bdf-4461-851f-27d4314286ef'),
(47159,57,9479,NULL,4322,3,'2026-01-17 15:48:02','2026-01-17 15:48:02','ff1b2a11-6e1a-48ca-89d5-e617b19528c2'),
(47160,57,9479,NULL,8774,4,'2026-01-17 15:48:02','2026-01-17 15:48:02','74aa9500-b216-4594-8d46-db31fd20c068'),
(47162,32,9480,NULL,2614,1,'2026-01-17 15:49:23','2026-01-17 15:49:23','8ea40b9c-4f8d-4769-8752-a1a517a8bf48'),
(47163,32,9480,NULL,2610,2,'2026-01-17 15:49:23','2026-01-17 15:49:23','3d21a42e-eb09-48a7-b9c5-5a9ed344d3c8'),
(47164,32,9480,NULL,2598,3,'2026-01-17 15:49:23','2026-01-17 15:49:23','5e4193f0-f2c6-4207-b438-0a0f2fc22e3a'),
(47165,32,9480,NULL,2600,4,'2026-01-17 15:49:23','2026-01-17 15:49:23','bce8cba2-5fe8-410a-b1b6-b48b598f6aa9'),
(47166,32,9480,NULL,2604,5,'2026-01-17 15:49:23','2026-01-17 15:49:23','84e97e20-d3bd-4fad-8a3e-5ac9ebcae6d0'),
(47167,32,9480,NULL,2608,6,'2026-01-17 15:49:23','2026-01-17 15:49:23','ac448f21-6362-4be0-bc50-97b69d9f0660'),
(47168,32,9480,NULL,2596,7,'2026-01-17 15:49:23','2026-01-17 15:49:23','6e7a1aae-f5bd-42d8-b074-4db693fe167d'),
(47169,32,9480,NULL,2602,8,'2026-01-17 15:49:23','2026-01-17 15:49:23','2813a1fb-3915-4be6-b998-bcf52795d265'),
(47170,16,9480,NULL,4223,1,'2026-01-17 15:49:23','2026-01-17 15:49:23','5838e263-2927-436d-a987-8c62fc94d5c6'),
(47172,7,9480,NULL,2974,2,'2026-01-17 15:49:23','2026-01-17 15:49:23','7b45d0e6-53fe-45d8-a43c-b572f086b744'),
(47173,7,9480,NULL,2972,3,'2026-01-17 15:49:23','2026-01-17 15:49:23','c46b5ef4-90ee-4477-9c52-dd34a2afd6ce'),
(47174,7,9480,NULL,617,4,'2026-01-17 15:49:23','2026-01-17 15:49:23','7a669707-16f5-46d7-90c5-258bedc8a825'),
(47175,7,9480,NULL,605,5,'2026-01-17 15:49:23','2026-01-17 15:49:23','266ed6df-b97c-4bbc-87ca-99c7d87df13f'),
(47176,82,9480,NULL,479,1,'2026-01-17 15:49:23','2026-01-17 15:49:23','3d7802cf-6e5c-47a1-bc9a-1f09b5b7e3a1'),
(47177,57,9480,NULL,4821,1,'2026-01-17 15:49:23','2026-01-17 15:49:23','d19d6720-07b6-4c46-b020-bc248b05ed79'),
(47178,57,9480,NULL,4822,2,'2026-01-17 15:49:23','2026-01-17 15:49:23','c197777f-6ea8-44f3-ba90-7097617cd120'),
(47179,57,9480,NULL,4823,3,'2026-01-17 15:49:23','2026-01-17 15:49:23','1522bccc-cb79-4be7-ad23-371e22b82848'),
(47180,57,9480,NULL,4824,4,'2026-01-17 15:49:23','2026-01-17 15:49:23','9a6f5eeb-8810-4b88-bf47-a32dbe7e54bb'),
(47181,13,9480,NULL,6620,1,'2026-01-17 15:49:23','2026-01-17 15:49:23','4505e479-1bc2-42d7-82da-5593dc83b56b'),
(47202,32,9482,NULL,2614,1,'2026-01-17 15:49:27','2026-01-17 15:49:27','c8f32cee-d72c-4d71-a905-498fdf4c0596'),
(47203,32,9482,NULL,2610,2,'2026-01-17 15:49:27','2026-01-17 15:49:27','fee00176-48fd-4ac4-9ed0-63fe321b60ea'),
(47204,32,9482,NULL,2598,3,'2026-01-17 15:49:27','2026-01-17 15:49:27','82f3f019-1808-460b-b94a-593d96104a54'),
(47205,32,9482,NULL,2600,4,'2026-01-17 15:49:27','2026-01-17 15:49:27','cd2a3197-274c-4036-b199-f0c7fc8e66b7'),
(47206,32,9482,NULL,2604,5,'2026-01-17 15:49:27','2026-01-17 15:49:27','ac3cc970-aad7-4348-a71f-ff5cc33afe48'),
(47207,32,9482,NULL,2608,6,'2026-01-17 15:49:27','2026-01-17 15:49:27','91b508de-b054-42e0-ba6d-ae3ff9b8bcb8'),
(47208,32,9482,NULL,2596,7,'2026-01-17 15:49:27','2026-01-17 15:49:27','237021d7-d393-4df6-a217-836f665a6638'),
(47209,32,9482,NULL,2602,8,'2026-01-17 15:49:27','2026-01-17 15:49:27','71c03fe1-866e-4a3f-8b06-9d59f70a2aeb'),
(47210,16,9482,NULL,4223,1,'2026-01-17 15:49:27','2026-01-17 15:49:27','a6a9df65-10aa-4c0a-a92e-9c301cdf5b6a'),
(47212,7,9482,NULL,2974,2,'2026-01-17 15:49:27','2026-01-17 15:49:27','22dd9433-1022-4b11-a2a3-6a04e988a750'),
(47213,7,9482,NULL,2972,3,'2026-01-17 15:49:27','2026-01-17 15:49:27','19d45574-3606-457e-84ca-cacbcfb6a09c'),
(47214,7,9482,NULL,617,4,'2026-01-17 15:49:27','2026-01-17 15:49:27','c9fa4789-9f65-4a4d-bdce-01c5dbd9d0eb'),
(47215,7,9482,NULL,605,5,'2026-01-17 15:49:27','2026-01-17 15:49:27','5fc952fd-aebb-4189-aaf0-fe3de688e191'),
(47216,82,9482,NULL,479,1,'2026-01-17 15:49:27','2026-01-17 15:49:27','ebeda9d3-3637-45c3-96de-1b03c87b0418'),
(47217,57,9482,NULL,4821,1,'2026-01-17 15:49:27','2026-01-17 15:49:27','e646c889-baf2-4b2d-972f-128b93436916'),
(47218,57,9482,NULL,4822,2,'2026-01-17 15:49:27','2026-01-17 15:49:27','88aa4d6f-e957-48c1-b541-0a844847f565'),
(47219,57,9482,NULL,4823,3,'2026-01-17 15:49:27','2026-01-17 15:49:27','573ce94a-9777-4730-825b-a69f7060a46f'),
(47220,57,9482,NULL,4824,4,'2026-01-17 15:49:27','2026-01-17 15:49:27','9056c5b6-df05-47da-bacf-3ff3dbaa7383'),
(47221,13,9482,NULL,6620,1,'2026-01-17 15:49:27','2026-01-17 15:49:27','b68f9189-0de6-4f74-92a7-b4c20d68ad6a'),
(47241,32,9484,NULL,2610,1,'2026-01-17 15:50:21','2026-01-17 15:50:21','02bc3052-2c8b-4202-ba74-3bb5c5333198'),
(47242,32,9484,NULL,2598,2,'2026-01-17 15:50:21','2026-01-17 15:50:21','863b1d5c-eb56-4595-87df-3cea3cfc920b'),
(47243,32,9484,NULL,2600,3,'2026-01-17 15:50:21','2026-01-17 15:50:21','bc6e216b-e790-4e94-aed6-9aafa2883533'),
(47244,32,9484,NULL,2604,4,'2026-01-17 15:50:21','2026-01-17 15:50:21','1fc4d2f5-12ac-484c-a2a2-726aaf8d3feb'),
(47245,32,9484,NULL,2608,5,'2026-01-17 15:50:21','2026-01-17 15:50:21','8b93656f-8235-446e-8e49-372561cd6da8'),
(47246,32,9484,NULL,2602,6,'2026-01-17 15:50:21','2026-01-17 15:50:21','2dbad617-f7aa-4300-ac3f-c5e14c3a63e5'),
(47247,16,9484,NULL,4276,1,'2026-01-17 15:50:21','2026-01-17 15:50:21','db131fab-186e-4089-9419-0ccfb31140cf'),
(47249,7,9484,NULL,2972,2,'2026-01-17 15:50:21','2026-01-17 15:50:21','d9f14c7d-1f42-4095-95a8-b32762263ab9'),
(47250,7,9484,NULL,617,3,'2026-01-17 15:50:21','2026-01-17 15:50:21','6cb44d63-efe5-4973-a17c-1ae42105f7e7'),
(47251,7,9484,NULL,605,4,'2026-01-17 15:50:21','2026-01-17 15:50:21','fecbe5ff-f6b4-4e8d-a907-577d8523b783'),
(47252,82,9484,NULL,469,1,'2026-01-17 15:50:21','2026-01-17 15:50:21','41373ce1-836e-4735-9717-20dc33058f7d'),
(47253,82,9484,NULL,479,2,'2026-01-17 15:50:21','2026-01-17 15:50:21','99410d96-5eb7-4293-9227-dc7717bc5355'),
(47254,82,9484,NULL,491,3,'2026-01-17 15:50:21','2026-01-17 15:50:21','8d5acd8c-26bf-476e-9988-0f78504ed87b'),
(47255,57,9484,NULL,4838,1,'2026-01-17 15:50:21','2026-01-17 15:50:21','16100eaa-0bdd-47e3-bcd3-ed1e758df78a'),
(47256,57,9484,NULL,4836,2,'2026-01-17 15:50:21','2026-01-17 15:50:21','293291b2-44e7-4b96-93d5-4047dc510550'),
(47257,57,9484,NULL,4834,3,'2026-01-17 15:50:21','2026-01-17 15:50:21','dd354fe1-8d58-4710-b68b-f86ab2511126'),
(47258,57,9484,NULL,4837,4,'2026-01-17 15:50:21','2026-01-17 15:50:21','d2941afd-714b-49a4-9da4-ce9355d90126'),
(47276,32,9487,NULL,2610,1,'2026-01-17 15:54:30','2026-01-17 15:54:30','bd7c63c6-8903-484e-9249-0f15eba98c59'),
(47277,32,9487,NULL,2598,2,'2026-01-17 15:54:30','2026-01-17 15:54:30','c9c89a67-1df7-4fb5-9008-1308610c42fa'),
(47278,32,9487,NULL,2600,3,'2026-01-17 15:54:30','2026-01-17 15:54:30','a0b05d5e-c8f6-405c-bdac-0252d8fee0f4'),
(47279,32,9487,NULL,2604,4,'2026-01-17 15:54:30','2026-01-17 15:54:30','dc4e5e05-53b1-4127-8724-d67e8816650f'),
(47280,16,9487,NULL,4282,1,'2026-01-17 15:54:30','2026-01-17 15:54:30','a02d9756-0ac5-4be8-b70c-08075e813f4e'),
(47281,7,9487,NULL,2969,1,'2026-01-17 15:54:30','2026-01-17 15:54:30','fd0588c1-faef-4685-9f10-7502a337aac2'),
(47282,7,9487,NULL,617,2,'2026-01-17 15:54:30','2026-01-17 15:54:30','547bf0b2-0c2d-4568-a9f6-68d5d53b23e7'),
(47283,7,9487,NULL,605,3,'2026-01-17 15:54:30','2026-01-17 15:54:30','ff92a897-b043-4763-b5da-8d89b92e8d4a'),
(47284,82,9487,NULL,469,1,'2026-01-17 15:54:30','2026-01-17 15:54:30','5b1826e5-f153-461f-bef7-e499f147dfec'),
(47285,82,9487,NULL,479,2,'2026-01-17 15:54:30','2026-01-17 15:54:30','28c79537-832f-45e2-b169-2b7bcd693610'),
(47286,82,9487,NULL,491,3,'2026-01-17 15:54:30','2026-01-17 15:54:30','dda6443e-762b-493e-8117-96745466e8ca'),
(47287,57,9487,NULL,8740,1,'2026-01-17 15:54:30','2026-01-17 15:54:30','b84547e1-84fa-45f9-a071-b2f953e8bc84'),
(47288,57,9487,NULL,4911,2,'2026-01-17 15:54:30','2026-01-17 15:54:30','928559c7-d156-4246-982c-fe9535ce9cd7'),
(47289,57,9487,NULL,4909,3,'2026-01-17 15:54:30','2026-01-17 15:54:30','b96fd499-88b9-4912-bb2a-e71fa60ef8c6'),
(47290,57,9487,NULL,4910,4,'2026-01-17 15:54:30','2026-01-17 15:54:30','3e00ec41-b5bf-454a-ab49-98ba2864afe4'),
(47291,78,9488,NULL,6722,1,'2026-01-17 15:54:30','2026-01-17 15:54:30','eaa17313-d511-42ae-a9a9-eb07cc2aa7a5'),
(47308,32,9491,NULL,2610,1,'2026-01-17 15:56:27','2026-01-17 15:56:27','d3804495-7ed8-4227-a88c-e511cac9b8b5'),
(47309,32,9491,NULL,2598,2,'2026-01-17 15:56:27','2026-01-17 15:56:27','7069e8aa-d8ad-455b-9c6d-0ce871827965'),
(47310,32,9491,NULL,2600,3,'2026-01-17 15:56:27','2026-01-17 15:56:27','f0297506-f3a7-4e98-9afd-098a2d290b2e'),
(47311,32,9491,NULL,2604,4,'2026-01-17 15:56:27','2026-01-17 15:56:27','2b74d1e8-e091-4e26-9a73-bb8f87b67811'),
(47312,16,9491,NULL,4282,1,'2026-01-17 15:56:27','2026-01-17 15:56:27','56d6d379-68fd-4c2c-8a18-420e6be30106'),
(47313,7,9491,NULL,2969,1,'2026-01-17 15:56:27','2026-01-17 15:56:27','82698f67-6fb1-4cc2-9aec-6b49d46c57d5'),
(47314,7,9491,NULL,617,2,'2026-01-17 15:56:27','2026-01-17 15:56:27','a31880c4-a06e-4b35-86af-799d224026e9'),
(47315,7,9491,NULL,605,3,'2026-01-17 15:56:27','2026-01-17 15:56:27','b3c0b959-16b7-41f4-87fc-4d7468aa508e'),
(47316,82,9491,NULL,469,1,'2026-01-17 15:56:27','2026-01-17 15:56:27','db38663b-6516-4d39-b6bb-40fc8f60ff35'),
(47317,82,9491,NULL,479,2,'2026-01-17 15:56:27','2026-01-17 15:56:27','e3fff0f1-ddde-40e2-8e16-8ef15968dae3'),
(47318,82,9491,NULL,491,3,'2026-01-17 15:56:27','2026-01-17 15:56:27','7211540f-3bd9-4bfb-8b90-fa5bcbc9dd11'),
(47319,57,9491,NULL,8740,1,'2026-01-17 15:56:27','2026-01-17 15:56:27','01885870-c459-43f7-a3ec-ac50aeb5a565'),
(47320,57,9491,NULL,4911,2,'2026-01-17 15:56:27','2026-01-17 15:56:27','61234d56-a2f4-4bd9-9564-489e3f9585a5'),
(47321,57,9491,NULL,4909,3,'2026-01-17 15:56:27','2026-01-17 15:56:27','03fea472-9380-4f18-a9cd-cb2286d66a1f'),
(47322,57,9491,NULL,4910,4,'2026-01-17 15:56:27','2026-01-17 15:56:27','7c6216b4-4f66-4d43-bb0e-d0b429239f22'),
(47323,78,9492,NULL,6722,1,'2026-01-17 15:56:27','2026-01-17 15:56:27','61ed61f4-5c09-4164-8e88-3fac91ee5467'),
(47339,32,9494,NULL,2610,1,'2026-01-17 15:57:06','2026-01-17 15:57:06','7031afe9-c842-4e60-862f-312525a1125f'),
(47340,32,9494,NULL,2598,2,'2026-01-17 15:57:06','2026-01-17 15:57:06','6d9d6b57-9acd-4ee1-9151-5dcecae6c91c'),
(47341,32,9494,NULL,2600,3,'2026-01-17 15:57:06','2026-01-17 15:57:06','7e7d7adf-b78e-48ce-ba3e-dd205c2e95dc'),
(47342,32,9494,NULL,2604,4,'2026-01-17 15:57:06','2026-01-17 15:57:06','ee091c9e-7a63-47da-ab26-6ad443d61701'),
(47343,16,9494,NULL,4282,1,'2026-01-17 15:57:06','2026-01-17 15:57:06','5f97e621-4a65-451e-9e20-2241b7e6d8bb'),
(47344,7,9494,NULL,2969,1,'2026-01-17 15:57:06','2026-01-17 15:57:06','78aee8a3-250e-406b-ae9b-20fb26ebc4d4'),
(47345,7,9494,NULL,617,2,'2026-01-17 15:57:06','2026-01-17 15:57:06','8bba8a28-9239-46f0-915d-7e2c751079b7'),
(47346,7,9494,NULL,605,3,'2026-01-17 15:57:06','2026-01-17 15:57:06','fd7a2718-188f-4620-89f0-1df38decfbba'),
(47347,82,9494,NULL,469,1,'2026-01-17 15:57:06','2026-01-17 15:57:06','3a30a697-b263-4c81-b331-42762cf35f35'),
(47348,82,9494,NULL,479,2,'2026-01-17 15:57:06','2026-01-17 15:57:06','404447ca-2492-40a1-a86f-897e7a32821c'),
(47349,82,9494,NULL,491,3,'2026-01-17 15:57:06','2026-01-17 15:57:06','14ed7c68-04f3-4e7b-ba93-2ea2d121b670'),
(47350,57,9494,NULL,8740,1,'2026-01-17 15:57:06','2026-01-17 15:57:06','ed5c68af-a80f-492f-bf62-c4eb64c473aa'),
(47351,57,9494,NULL,4911,2,'2026-01-17 15:57:06','2026-01-17 15:57:06','0299539c-38ed-42f3-846e-7bb05eb972e2'),
(47352,57,9494,NULL,4909,3,'2026-01-17 15:57:06','2026-01-17 15:57:06','2eabb663-b6cf-4d09-a75f-ed17ed229871'),
(47353,57,9494,NULL,4910,4,'2026-01-17 15:57:06','2026-01-17 15:57:06','c2d0cbc1-1af3-43ee-93cd-b78a87776057'),
(47369,32,9496,NULL,2610,1,'2026-01-17 15:59:26','2026-01-17 15:59:26','1c0c744c-24a9-470d-9252-1e669b40d742'),
(47370,32,9496,NULL,2598,2,'2026-01-17 15:59:26','2026-01-17 15:59:26','016e3162-ffdf-4ccc-9769-b4288f7b6033'),
(47371,32,9496,NULL,2600,3,'2026-01-17 15:59:26','2026-01-17 15:59:26','a9088226-289b-4d85-9731-1a86607e7165'),
(47372,32,9496,NULL,2604,4,'2026-01-17 15:59:26','2026-01-17 15:59:26','4785c174-9d14-4f63-b8dc-ab4d16cc2051'),
(47373,16,9496,NULL,4282,1,'2026-01-17 15:59:26','2026-01-17 15:59:26','23b811ab-cc9e-493b-b08d-5709d9ef8e99'),
(47374,7,9496,NULL,2969,1,'2026-01-17 15:59:26','2026-01-17 15:59:26','2b986237-3371-42b4-87fe-3d6f195b5056'),
(47375,7,9496,NULL,617,2,'2026-01-17 15:59:26','2026-01-17 15:59:26','ea88c448-653b-4057-83bc-1fc96c181db3'),
(47376,7,9496,NULL,605,3,'2026-01-17 15:59:26','2026-01-17 15:59:26','26a69620-0fd8-4f34-8983-5f355c446f20'),
(47377,82,9496,NULL,469,1,'2026-01-17 15:59:26','2026-01-17 15:59:26','48fbe3cc-83b8-4584-ae6f-250fc948182c'),
(47378,82,9496,NULL,479,2,'2026-01-17 15:59:26','2026-01-17 15:59:26','40da84e4-5ab4-48dc-9483-da48737d5604'),
(47379,82,9496,NULL,491,3,'2026-01-17 15:59:26','2026-01-17 15:59:26','e0fceb66-4194-4a08-aa70-31e67b256f3c'),
(47380,57,9496,NULL,8740,1,'2026-01-17 15:59:26','2026-01-17 15:59:26','f64c46b6-0550-415e-9461-307974faced9'),
(47381,57,9496,NULL,4911,2,'2026-01-17 15:59:26','2026-01-17 15:59:26','c06dd394-b3db-4082-979a-54d3f174d5a4'),
(47382,57,9496,NULL,4909,3,'2026-01-17 15:59:26','2026-01-17 15:59:26','ddc4e4ce-f2b9-4c7d-976f-c4f76f55487b'),
(47383,57,9496,NULL,4910,4,'2026-01-17 15:59:26','2026-01-17 15:59:26','d239d6a2-0f6f-47d4-b8ae-8c4ee17350df'),
(47384,16,9497,NULL,3279,1,'2026-01-17 16:02:21','2026-01-17 16:02:21','0cc42c90-579c-4346-be2d-89dba4a45155'),
(47385,57,9497,NULL,3276,1,'2026-01-17 16:02:21','2026-01-17 16:02:21','8f9a442b-ca3d-4c4f-be48-ded10fe82901'),
(47386,57,9497,NULL,3278,2,'2026-01-17 16:02:21','2026-01-17 16:02:21','faf4b7d5-7796-44e1-a56d-45a5b2b9fa14'),
(47387,57,9497,NULL,3279,3,'2026-01-17 16:02:21','2026-01-17 16:02:21','b1c26a43-9983-46c5-9065-ea1164565968'),
(47392,16,9499,NULL,3279,1,'2026-01-17 16:02:39','2026-01-17 16:02:39','9dca7cd1-1673-4f61-80f9-b2f7e12ff8c9'),
(47393,57,9499,NULL,3276,1,'2026-01-17 16:02:39','2026-01-17 16:02:39','0cc3718a-65f6-4d34-8f53-39c39cb3e054'),
(47394,57,9499,NULL,3278,2,'2026-01-17 16:02:39','2026-01-17 16:02:39','f5bd2a6a-c05a-45d6-ae8d-301394b94034'),
(47395,57,9499,NULL,3279,3,'2026-01-17 16:02:39','2026-01-17 16:02:39','ff51c882-faa9-455c-bc98-2a896ebf8387'),
(47418,32,9503,NULL,2610,1,'2026-01-17 16:05:23','2026-01-17 16:05:23','d5752b32-3fdf-45f3-b746-ec1dc62b76e4'),
(47419,32,9503,NULL,2598,2,'2026-01-17 16:05:23','2026-01-17 16:05:23','542c5e58-c264-4f73-86ba-f7a6f4bc7d20'),
(47420,32,9503,NULL,2600,3,'2026-01-17 16:05:23','2026-01-17 16:05:23','0c5124fb-c019-4a4e-9cd7-a30b1c6ba37a'),
(47421,32,9503,NULL,2604,4,'2026-01-17 16:05:23','2026-01-17 16:05:23','6d73f840-5e8d-409a-8fa5-a6a398cb0ddc'),
(47422,32,9503,NULL,2608,5,'2026-01-17 16:05:23','2026-01-17 16:05:23','b2acd074-1c70-4425-b9e5-95aaed91cb5b'),
(47423,32,9503,NULL,2602,6,'2026-01-17 16:05:23','2026-01-17 16:05:23','2bc2cecd-ad64-4ac5-a482-1288fff73f52'),
(47424,16,9503,NULL,4322,1,'2026-01-17 16:05:23','2026-01-17 16:05:23','1c0860f6-370a-47bb-b5ab-c51159c05ade'),
(47425,7,9503,NULL,2969,1,'2026-01-17 16:05:23','2026-01-17 16:05:23','8c26c33b-b1ff-4b72-9961-ffb9e51ac52d'),
(47426,7,9503,NULL,617,2,'2026-01-17 16:05:23','2026-01-17 16:05:23','64f470a7-7f19-4865-b3e9-8a97bfcb167d'),
(47427,7,9503,NULL,605,3,'2026-01-17 16:05:23','2026-01-17 16:05:23','30ee1b27-9269-413b-a2b7-23532c91a90c'),
(47428,82,9503,NULL,469,1,'2026-01-17 16:05:23','2026-01-17 16:05:23','74a638a3-93e8-48ce-ade7-f74b5b4e40b0'),
(47429,82,9503,NULL,479,2,'2026-01-17 16:05:23','2026-01-17 16:05:23','1ea0dae4-8b3d-4c12-8861-969721015782'),
(47430,82,9503,NULL,491,3,'2026-01-17 16:05:23','2026-01-17 16:05:23','ac874c1f-66fd-4a2c-83fb-007e91a9edad'),
(47431,57,9503,NULL,8747,1,'2026-01-17 16:05:23','2026-01-17 16:05:23','3e676948-3a46-43f9-89e5-2aaeac3fcc3d'),
(47432,57,9503,NULL,8750,2,'2026-01-17 16:05:23','2026-01-17 16:05:23','00f0e277-071b-4340-90b5-e55d79acd454'),
(47433,57,9503,NULL,8751,3,'2026-01-17 16:05:23','2026-01-17 16:05:23','a3cd04b9-c1f4-4068-8ad1-8e8e5892e54e'),
(47434,57,9503,NULL,8746,4,'2026-01-17 16:05:23','2026-01-17 16:05:23','87a413f0-76f5-4f82-90c8-6e3dfbbbf7cd'),
(47435,57,9503,NULL,8753,5,'2026-01-17 16:05:23','2026-01-17 16:05:23','ee4bac52-089c-4b9d-b017-2aac94d1d729'),
(47436,57,9503,NULL,8754,6,'2026-01-17 16:05:23','2026-01-17 16:05:23','e4b41634-e7e9-4021-91b6-6a4ad5985c98'),
(47437,57,9503,NULL,8749,7,'2026-01-17 16:05:23','2026-01-17 16:05:23','02d0a73d-97b0-455d-a9e1-b38ec1705404'),
(47438,57,9503,NULL,8744,8,'2026-01-17 16:05:23','2026-01-17 16:05:23','0c733fca-bf68-4497-9f8d-b0b49134cbcf'),
(47439,57,9503,NULL,8745,9,'2026-01-17 16:05:23','2026-01-17 16:05:23','6621b3b4-a715-47a2-afef-f2476db7bcfd'),
(47462,32,9506,NULL,2610,1,'2026-01-17 16:06:20','2026-01-17 16:06:20','cd36a992-0faa-4d52-bb91-dbb7c10dda14'),
(47463,32,9506,NULL,2598,2,'2026-01-17 16:06:20','2026-01-17 16:06:20','615ad52d-6205-493d-a32e-2d5d73335fd4'),
(47464,32,9506,NULL,2600,3,'2026-01-17 16:06:20','2026-01-17 16:06:20','253122ee-d2ae-41dc-a4db-bdbbf0503200'),
(47465,32,9506,NULL,2604,4,'2026-01-17 16:06:20','2026-01-17 16:06:20','250956c5-37b0-4c5f-819b-7ea480e032a8'),
(47466,32,9506,NULL,2608,5,'2026-01-17 16:06:20','2026-01-17 16:06:20','497df170-b602-4746-b985-e5647bd4eb20'),
(47467,32,9506,NULL,2602,6,'2026-01-17 16:06:20','2026-01-17 16:06:20','eb5bf5a1-0608-4073-ae1f-5637ce05f5a7'),
(47468,16,9506,NULL,4322,1,'2026-01-17 16:06:20','2026-01-17 16:06:20','fea9faf3-4398-4920-bc68-83df7b89f7b2'),
(47469,7,9506,NULL,2969,1,'2026-01-17 16:06:20','2026-01-17 16:06:20','302303a3-81c1-4e92-b58a-542e1285bcde'),
(47470,7,9506,NULL,617,2,'2026-01-17 16:06:20','2026-01-17 16:06:20','d29390e0-9fc8-4261-a3ed-804dd279217a'),
(47471,7,9506,NULL,605,3,'2026-01-17 16:06:20','2026-01-17 16:06:20','c843443a-5d3a-4fb5-9f81-e7bcdb82dbbe'),
(47472,82,9506,NULL,469,1,'2026-01-17 16:06:20','2026-01-17 16:06:20','20e16a4e-fc79-4fb9-8108-f1fa117c0a49'),
(47473,82,9506,NULL,479,2,'2026-01-17 16:06:20','2026-01-17 16:06:20','9c0b5db0-a364-4ea8-89cf-c9370e07248e'),
(47474,82,9506,NULL,491,3,'2026-01-17 16:06:20','2026-01-17 16:06:20','9fe60c50-4163-43d9-928d-4112d61c11bd'),
(47475,57,9506,NULL,8747,1,'2026-01-17 16:06:20','2026-01-17 16:06:20','2c0c86db-11c4-4a4d-bd3c-a8fa0fbca9b6'),
(47476,57,9506,NULL,8750,2,'2026-01-17 16:06:20','2026-01-17 16:06:20','3f95942a-b077-4782-8edd-ae5bff065da1'),
(47477,57,9506,NULL,8751,3,'2026-01-17 16:06:20','2026-01-17 16:06:20','559e5f71-5eed-47c9-a0e0-7ff9a90c63c2'),
(47478,57,9506,NULL,8746,4,'2026-01-17 16:06:20','2026-01-17 16:06:20','915c0da4-3d76-40f3-a46f-899b7da0aa39'),
(47479,57,9506,NULL,8753,5,'2026-01-17 16:06:20','2026-01-17 16:06:20','bcbca473-d10a-48da-abe3-1d8eeab20fc6'),
(47480,57,9506,NULL,8754,6,'2026-01-17 16:06:20','2026-01-17 16:06:20','96656daf-7b9d-4083-b32b-9935722b9da2'),
(47481,57,9506,NULL,8749,7,'2026-01-17 16:06:20','2026-01-17 16:06:20','0c8f6f47-ab40-41ba-9021-e0a17249f74c'),
(47482,57,9506,NULL,8744,8,'2026-01-17 16:06:20','2026-01-17 16:06:20','74464ed2-c4c3-4f44-b0d2-d5159bd13d5e'),
(47483,57,9506,NULL,8745,9,'2026-01-17 16:06:20','2026-01-17 16:06:20','5fcc8263-15c8-41db-b77c-35d5ddbfdd84'),
(47505,32,9508,NULL,2610,1,'2026-01-17 16:07:22','2026-01-17 16:07:22','575db039-3ce3-4b21-8793-e49df68f7b48'),
(47506,32,9508,NULL,2598,2,'2026-01-17 16:07:22','2026-01-17 16:07:22','c16cc406-8412-48d1-8903-ed1dc35d7a98'),
(47507,32,9508,NULL,2600,3,'2026-01-17 16:07:22','2026-01-17 16:07:22','f0c9998d-7f6a-48ca-b5e7-6305388d9b93'),
(47508,32,9508,NULL,2604,4,'2026-01-17 16:07:22','2026-01-17 16:07:22','e9f8b02f-d8d8-46d0-beb6-5d61dd7f6383'),
(47509,32,9508,NULL,2608,5,'2026-01-17 16:07:22','2026-01-17 16:07:22','d0c3081d-b75c-4f90-8cb3-3a695d5949f0'),
(47510,32,9508,NULL,2602,6,'2026-01-17 16:07:22','2026-01-17 16:07:22','c810267b-007c-4838-8d55-471afe075fe2'),
(47511,16,9508,NULL,4358,1,'2026-01-17 16:07:22','2026-01-17 16:07:22','ff2dcfe4-6143-47ed-9f28-8815a4f4c6c2'),
(47512,7,9508,NULL,617,1,'2026-01-17 16:07:22','2026-01-17 16:07:22','35fd19a0-713f-47e0-8ce3-00d9be957c64'),
(47513,7,9508,NULL,605,2,'2026-01-17 16:07:22','2026-01-17 16:07:22','af4143df-a448-4b8e-babf-cc423728d6aa'),
(47514,82,9508,NULL,469,1,'2026-01-17 16:07:22','2026-01-17 16:07:22','d5efba1c-e0bb-4af2-abc6-bf2ec0342a59'),
(47515,82,9508,NULL,479,2,'2026-01-17 16:07:22','2026-01-17 16:07:22','a32024fc-1f24-46f3-b113-6f3c3b1e41b4'),
(47516,82,9508,NULL,491,3,'2026-01-17 16:07:22','2026-01-17 16:07:22','e88d6456-4370-4eae-a289-2698776c91af'),
(47517,57,9508,NULL,8781,1,'2026-01-17 16:07:22','2026-01-17 16:07:22','f987d4b8-65fa-4baa-a798-095ef857076e'),
(47518,57,9508,NULL,8782,2,'2026-01-17 16:07:22','2026-01-17 16:07:22','062afdcc-8360-46f3-b409-80f9198fc49f'),
(47519,57,9508,NULL,8783,3,'2026-01-17 16:07:22','2026-01-17 16:07:22','f887fce6-c523-410d-a12a-bfa804371c57'),
(47520,57,9508,NULL,8784,4,'2026-01-17 16:07:22','2026-01-17 16:07:22','d46925c4-8a9a-43ce-82ff-1ce603bf2d07'),
(47521,57,9508,NULL,8785,5,'2026-01-17 16:07:22','2026-01-17 16:07:22','942b6aef-1924-4e9a-a21d-8b5431fa43ab'),
(47522,57,9508,NULL,8786,6,'2026-01-17 16:07:22','2026-01-17 16:07:22','9982fd11-eb17-4f4f-882a-ceffb83f943a'),
(47523,57,9508,NULL,8779,7,'2026-01-17 16:07:22','2026-01-17 16:07:22','72757501-5fad-4a5e-904b-018d430caccb'),
(47524,57,9508,NULL,8780,8,'2026-01-17 16:07:22','2026-01-17 16:07:22','1089778f-6313-4bcb-b9fa-64f274226c98'),
(47547,32,9510,NULL,2610,1,'2026-01-17 16:07:41','2026-01-17 16:07:41','c5b8f581-ef1c-4a8e-b652-9efdd2cbbc0c'),
(47548,32,9510,NULL,2598,2,'2026-01-17 16:07:41','2026-01-17 16:07:41','8e66aa97-c5e7-4263-8d38-f56db53261af'),
(47549,32,9510,NULL,2600,3,'2026-01-17 16:07:41','2026-01-17 16:07:41','47581e44-42cd-431d-8af9-1b65eb32bfb7'),
(47550,32,9510,NULL,2604,4,'2026-01-17 16:07:41','2026-01-17 16:07:41','de76ae39-edd9-46e9-b6bc-69b7fccd671a'),
(47551,32,9510,NULL,2608,5,'2026-01-17 16:07:41','2026-01-17 16:07:41','8943270a-f849-40c5-856a-7cf3a095b389'),
(47552,32,9510,NULL,2602,6,'2026-01-17 16:07:41','2026-01-17 16:07:41','cd35ab75-9bdf-4782-be21-520d15c8fedc'),
(47553,16,9510,NULL,4358,1,'2026-01-17 16:07:41','2026-01-17 16:07:41','5fcf054e-5ebc-4cd3-88c0-70cd931b5e52'),
(47554,7,9510,NULL,617,1,'2026-01-17 16:07:41','2026-01-17 16:07:41','c045c93d-ac7a-4d5a-8357-38be06e9c5a3'),
(47555,7,9510,NULL,605,2,'2026-01-17 16:07:41','2026-01-17 16:07:41','bb94e9c6-3568-4ed4-8c6c-f44c66cbedbf'),
(47556,82,9510,NULL,469,1,'2026-01-17 16:07:41','2026-01-17 16:07:41','95596936-661a-4a87-b761-e95b574c3596'),
(47557,82,9510,NULL,479,2,'2026-01-17 16:07:41','2026-01-17 16:07:41','c5a6cf9a-04e4-4957-8565-6eb0cdfb9e2e'),
(47558,82,9510,NULL,491,3,'2026-01-17 16:07:41','2026-01-17 16:07:41','402d42d1-3dd1-43e1-a3af-03b11742ae35'),
(47559,57,9510,NULL,8781,1,'2026-01-17 16:07:41','2026-01-17 16:07:41','a3c98da5-a395-4666-8a90-6bdad6d8a23b'),
(47560,57,9510,NULL,8782,2,'2026-01-17 16:07:41','2026-01-17 16:07:41','093ecbb2-b996-4f3b-ab1a-6c9228c528d6'),
(47561,57,9510,NULL,8783,3,'2026-01-17 16:07:41','2026-01-17 16:07:41','5026d8c8-b60f-4f7e-8025-06a211adea5f'),
(47562,57,9510,NULL,8784,4,'2026-01-17 16:07:41','2026-01-17 16:07:41','cbc2f346-a576-4601-b64c-39635e6d515c'),
(47563,57,9510,NULL,8785,5,'2026-01-17 16:07:41','2026-01-17 16:07:41','e5a81d78-3355-4f1e-8b1c-102cabe94362'),
(47564,57,9510,NULL,8786,6,'2026-01-17 16:07:41','2026-01-17 16:07:41','4a144ada-f0eb-4b55-93c4-42298753bdf0'),
(47565,57,9510,NULL,8779,7,'2026-01-17 16:07:41','2026-01-17 16:07:41','848c37e4-098c-49d3-8ff2-d3c8daba02a3'),
(47566,57,9510,NULL,8780,8,'2026-01-17 16:07:41','2026-01-17 16:07:41','f8671432-4c2e-49c3-b305-707a6e1833f8'),
(47589,32,9512,NULL,2610,1,'2026-01-17 16:08:01','2026-01-17 16:08:01','4d0fda21-f3ca-4918-ac1c-ffa026eebc9f'),
(47590,32,9512,NULL,2598,2,'2026-01-17 16:08:01','2026-01-17 16:08:01','28a6bcb5-4bff-49f0-9add-d81f83ce7ef4'),
(47591,32,9512,NULL,2600,3,'2026-01-17 16:08:01','2026-01-17 16:08:01','a5c35602-2569-4005-8e38-d10a991dace5'),
(47592,32,9512,NULL,2604,4,'2026-01-17 16:08:01','2026-01-17 16:08:01','00e04b66-56a7-473b-8c79-192fbadca87c'),
(47593,32,9512,NULL,2608,5,'2026-01-17 16:08:01','2026-01-17 16:08:01','7382a814-4d05-493b-8c5d-838a7f300ca0'),
(47594,32,9512,NULL,2602,6,'2026-01-17 16:08:01','2026-01-17 16:08:01','45f1db25-5d8c-40ab-b62b-fa607d131b05'),
(47595,16,9512,NULL,4358,1,'2026-01-17 16:08:01','2026-01-17 16:08:01','1de74390-bd0e-4e04-9ae9-7b60fc4b8fc1'),
(47596,7,9512,NULL,617,1,'2026-01-17 16:08:01','2026-01-17 16:08:01','eacc1578-a7dc-4c0b-9f92-2c7a0923a93d'),
(47597,7,9512,NULL,605,2,'2026-01-17 16:08:01','2026-01-17 16:08:01','f62bb6ef-2d79-4f96-8497-dfea8a141c07'),
(47598,82,9512,NULL,469,1,'2026-01-17 16:08:01','2026-01-17 16:08:01','97a7fceb-902c-403a-9088-0559b0f0f1fd'),
(47599,82,9512,NULL,479,2,'2026-01-17 16:08:01','2026-01-17 16:08:01','6f06f3d9-ff9f-4f38-91d7-40c7013239f9'),
(47600,82,9512,NULL,491,3,'2026-01-17 16:08:01','2026-01-17 16:08:01','1da3345a-5ee4-4781-b0b2-4978061506ad'),
(47601,57,9512,NULL,8781,1,'2026-01-17 16:08:01','2026-01-17 16:08:01','da39b0fd-177d-413f-ba1d-1be40c04d6ef'),
(47602,57,9512,NULL,8782,2,'2026-01-17 16:08:01','2026-01-17 16:08:01','b0f2f7c7-399c-4501-a482-b60cab203c72'),
(47603,57,9512,NULL,8783,3,'2026-01-17 16:08:01','2026-01-17 16:08:01','a214ee1e-85f5-436a-8e5a-47fb89258f31'),
(47604,57,9512,NULL,8784,4,'2026-01-17 16:08:01','2026-01-17 16:08:01','f4226d34-4d78-46fc-b07c-0aa9f5aa4272'),
(47605,57,9512,NULL,8785,5,'2026-01-17 16:08:01','2026-01-17 16:08:01','0cab279d-193e-42ad-9480-07de4603a4f7'),
(47606,57,9512,NULL,8786,6,'2026-01-17 16:08:01','2026-01-17 16:08:01','c3164b02-1587-4123-9d62-87f71b688f53'),
(47607,57,9512,NULL,8779,7,'2026-01-17 16:08:01','2026-01-17 16:08:01','cc9bb8e8-01e3-4639-bb1b-20998ad06872'),
(47608,57,9512,NULL,8780,8,'2026-01-17 16:08:01','2026-01-17 16:08:01','39a4cca5-b190-4d01-9df8-83cbde25091c'),
(47610,32,9514,NULL,2610,1,'2026-01-17 16:10:02','2026-01-17 16:10:02','f19bc38d-482f-41c2-9d1e-ff4219f85a0a'),
(47611,32,9514,NULL,2598,2,'2026-01-17 16:10:02','2026-01-17 16:10:02','7116359c-b4df-42a6-a5aa-f2ff53a73afd'),
(47612,32,9514,NULL,2600,3,'2026-01-17 16:10:02','2026-01-17 16:10:02','d5e28862-9995-4c8f-9ce2-c7fdd1330244'),
(47613,32,9514,NULL,2604,4,'2026-01-17 16:10:02','2026-01-17 16:10:02','b1f3030d-9a83-497f-9590-389f260c5ada'),
(47614,32,9514,NULL,2614,5,'2026-01-17 16:10:02','2026-01-17 16:10:02','3bad417c-ba8d-496e-a9a5-1bd7dbff4d7b'),
(47615,32,9514,NULL,2608,6,'2026-01-17 16:10:02','2026-01-17 16:10:02','430e8ade-4668-4f0c-93fc-b990707704bf'),
(47616,32,9514,NULL,2596,7,'2026-01-17 16:10:02','2026-01-17 16:10:02','4dab4df2-1d73-4c3d-97d6-dd754bbd2be4'),
(47617,32,9514,NULL,2602,8,'2026-01-17 16:10:02','2026-01-17 16:10:02','2bd3a639-eca0-443f-95ef-a9f12c545291'),
(47618,16,9514,NULL,4150,1,'2026-01-17 16:10:02','2026-01-17 16:10:02','23731338-6170-42c6-b48d-7f67c169036d'),
(47619,7,9514,NULL,601,1,'2026-01-17 16:10:02','2026-01-17 16:10:02','1123486b-dfed-40f0-85fa-c034a9374906'),
(47620,7,9514,NULL,3468,2,'2026-01-17 16:10:02','2026-01-17 16:10:02','2236cd48-b321-4093-93c6-383870d02a1b'),
(47621,7,9514,NULL,2972,3,'2026-01-17 16:10:02','2026-01-17 16:10:02','a15c989e-35e9-4cfe-8e0e-099b3b1795af'),
(47623,7,9514,NULL,617,5,'2026-01-17 16:10:02','2026-01-17 16:10:02','da3296e5-65ce-4e8c-90f1-c36c4d6f81a4'),
(47624,7,9514,NULL,605,6,'2026-01-17 16:10:02','2026-01-17 16:10:02','f5955a45-7d4e-4055-86b4-cc047ffd51ba'),
(47625,82,9514,NULL,479,1,'2026-01-17 16:10:02','2026-01-17 16:10:02','b4d4bc82-0cd5-4e0c-8700-5fe825fba058'),
(47642,32,9517,NULL,2610,1,'2026-01-17 16:10:35','2026-01-17 16:10:35','f83ce15e-2712-46b6-ad9f-a91957253228'),
(47643,32,9517,NULL,2598,2,'2026-01-17 16:10:35','2026-01-17 16:10:35','ec436786-fd94-4259-9944-8e9075724468'),
(47644,32,9517,NULL,2600,3,'2026-01-17 16:10:35','2026-01-17 16:10:35','77ecc440-b132-4b37-bde2-7c73b0100b86'),
(47645,32,9517,NULL,2604,4,'2026-01-17 16:10:35','2026-01-17 16:10:35','957be3aa-de2d-4d47-8caf-ee6d94d45403'),
(47646,32,9517,NULL,2614,5,'2026-01-17 16:10:35','2026-01-17 16:10:35','3a270f27-caef-436c-853a-08380a93eee3'),
(47647,32,9517,NULL,2608,6,'2026-01-17 16:10:35','2026-01-17 16:10:35','6e0b5f6f-4c57-4dff-b323-4f80b42ffa53'),
(47648,32,9517,NULL,2596,7,'2026-01-17 16:10:35','2026-01-17 16:10:35','f160b551-5c03-4b1e-9105-bcd8a02fb1ae'),
(47649,32,9517,NULL,2602,8,'2026-01-17 16:10:35','2026-01-17 16:10:35','9dec67dc-cc40-41e4-9358-efb6b2608409'),
(47650,16,9517,NULL,4150,1,'2026-01-17 16:10:35','2026-01-17 16:10:35','40be0ad6-e377-41af-8764-342397403d79'),
(47651,7,9517,NULL,601,1,'2026-01-17 16:10:35','2026-01-17 16:10:35','6f949f00-e724-4d6c-810a-45e7be04d654'),
(47652,7,9517,NULL,3468,2,'2026-01-17 16:10:35','2026-01-17 16:10:35','f537aaae-cff8-439b-beb5-3619967acc14'),
(47653,7,9517,NULL,2972,3,'2026-01-17 16:10:35','2026-01-17 16:10:35','02caf217-b9a7-45d4-be53-a9d4504d7226'),
(47655,7,9517,NULL,617,5,'2026-01-17 16:10:35','2026-01-17 16:10:35','2adc5951-5c9a-4fea-9d33-7639027b2d8c'),
(47656,7,9517,NULL,605,6,'2026-01-17 16:10:35','2026-01-17 16:10:35','b3853010-7f2d-4b22-876e-5087ad49a1f2'),
(47657,82,9517,NULL,479,1,'2026-01-17 16:10:35','2026-01-17 16:10:35','183e2d52-f646-4c21-aebd-0e6cc3897ddd'),
(47661,57,1155,NULL,9518,1,'2026-01-17 16:12:54','2026-01-17 16:12:54','93a58b1a-5332-4da4-a274-d8c44e886b9e'),
(47662,57,1155,NULL,9519,2,'2026-01-17 16:12:54','2026-01-17 16:12:54','42dea11a-0747-406b-88d0-868ee4e1f5c5'),
(47663,57,1155,NULL,9520,3,'2026-01-17 16:12:54','2026-01-17 16:12:54','2e06775e-0321-4300-b2a0-b2c4ef2afb69'),
(47664,32,9521,NULL,2610,1,'2026-01-17 16:12:54','2026-01-17 16:12:54','17a63422-01a0-4772-9f1a-b3c3ca9cd533'),
(47665,32,9521,NULL,2598,2,'2026-01-17 16:12:54','2026-01-17 16:12:54','25eb8f13-11ef-485b-9c54-33cb4bcb4002'),
(47666,32,9521,NULL,2600,3,'2026-01-17 16:12:54','2026-01-17 16:12:54','e2dce728-c770-46a5-b7d8-9e67bb7559ea'),
(47667,32,9521,NULL,2604,4,'2026-01-17 16:12:54','2026-01-17 16:12:54','46cf7043-202f-4892-ad95-6307a541351b'),
(47668,32,9521,NULL,2614,5,'2026-01-17 16:12:54','2026-01-17 16:12:54','124700d4-d897-4cbd-a5ca-38ed55748bce'),
(47669,32,9521,NULL,2608,6,'2026-01-17 16:12:54','2026-01-17 16:12:54','bcf4e0c4-0940-4590-a07c-36deea10a866'),
(47670,32,9521,NULL,2596,7,'2026-01-17 16:12:54','2026-01-17 16:12:54','07ac95fa-3c97-453f-806e-4a9034772db1'),
(47671,32,9521,NULL,2602,8,'2026-01-17 16:12:54','2026-01-17 16:12:54','160e1b93-d5ce-42f2-8c0a-ef2053d392b8'),
(47672,16,9521,NULL,4181,1,'2026-01-17 16:12:54','2026-01-17 16:12:54','915e9894-6db1-4f66-be16-f1efbe0bd1d6'),
(47674,7,9521,NULL,2972,2,'2026-01-17 16:12:54','2026-01-17 16:12:54','9fe747bf-d3f8-4351-8eb9-d212a60bbd9e'),
(47675,7,9521,NULL,617,3,'2026-01-17 16:12:54','2026-01-17 16:12:54','46cdd9f9-2b9e-4de3-a7c3-53b79d4c9a6b'),
(47676,7,9521,NULL,605,4,'2026-01-17 16:12:54','2026-01-17 16:12:54','29f5069f-355b-4bab-820f-385985834caf'),
(47677,82,9521,NULL,479,1,'2026-01-17 16:12:54','2026-01-17 16:12:54','258919b9-7942-4025-a3df-ec6b2f2c24ec'),
(47678,57,9521,NULL,9518,1,'2026-01-17 16:12:54','2026-01-17 16:12:54','58027a93-aeff-48ee-b9f5-cad6870c5bf7'),
(47679,57,9521,NULL,9519,2,'2026-01-17 16:12:54','2026-01-17 16:12:54','8c6795f5-661b-45a1-a1f5-8f6e23fbd456'),
(47680,57,9521,NULL,9520,3,'2026-01-17 16:12:54','2026-01-17 16:12:54','db38318c-6d7b-4fa2-9c0e-97fc06f3d7b7'),
(47698,32,9523,NULL,2610,1,'2026-01-17 16:13:00','2026-01-17 16:13:00','2a43b255-1833-44d9-ab79-984e8bfea01c'),
(47699,32,9523,NULL,2598,2,'2026-01-17 16:13:00','2026-01-17 16:13:00','da827fa1-d8ce-4e13-a48c-bcdefc6fcd09'),
(47700,32,9523,NULL,2600,3,'2026-01-17 16:13:00','2026-01-17 16:13:00','9d8c156e-6ca7-4714-a879-2e9bab771f79'),
(47701,32,9523,NULL,2604,4,'2026-01-17 16:13:00','2026-01-17 16:13:00','b72805cb-5c27-428b-8e3e-3e572a5925c8'),
(47702,32,9523,NULL,2614,5,'2026-01-17 16:13:00','2026-01-17 16:13:00','d4501567-3452-4c21-9ffb-8d03c5312d91'),
(47703,32,9523,NULL,2608,6,'2026-01-17 16:13:00','2026-01-17 16:13:00','2a3bdaff-c6e7-4cea-8957-08117ffbb7c4'),
(47704,32,9523,NULL,2596,7,'2026-01-17 16:13:00','2026-01-17 16:13:00','ffc3d6e2-9846-4523-92da-5242c3ae9917'),
(47705,32,9523,NULL,2602,8,'2026-01-17 16:13:00','2026-01-17 16:13:00','126e3526-d467-4b80-99ce-877db04ed611'),
(47706,16,9523,NULL,4181,1,'2026-01-17 16:13:00','2026-01-17 16:13:00','dd84f912-28ee-42d6-ad1a-1e03ccef6ad3'),
(47708,7,9523,NULL,2972,2,'2026-01-17 16:13:00','2026-01-17 16:13:00','ebc96b28-ac76-4e85-be4e-b5fce4224e9d'),
(47709,7,9523,NULL,617,3,'2026-01-17 16:13:00','2026-01-17 16:13:00','7aab0130-0dc2-4931-9f27-a2988e06adf1'),
(47710,7,9523,NULL,605,4,'2026-01-17 16:13:00','2026-01-17 16:13:00','5cafbd7d-7a65-42ed-9994-f0d245cd41dc'),
(47711,82,9523,NULL,479,1,'2026-01-17 16:13:00','2026-01-17 16:13:00','7736b7e6-c67b-4333-b23d-d75764f48a74'),
(47712,57,9523,NULL,9518,1,'2026-01-17 16:13:00','2026-01-17 16:13:00','56faa5d0-bc08-4898-b0fc-165578b3f154'),
(47713,57,9523,NULL,9519,2,'2026-01-17 16:13:00','2026-01-17 16:13:00','0c3d572a-2f6c-4577-b01e-a089a5f6fa1e'),
(47714,57,9523,NULL,9520,3,'2026-01-17 16:13:00','2026-01-17 16:13:00','4935fd8e-1ccc-4346-8c47-450cfaef1467'),
(47716,16,1477,NULL,9524,1,'2026-01-17 16:15:23','2026-01-17 16:15:23','1fe67e39-04e2-449d-9052-2f53c978d091'),
(47717,32,9525,NULL,2610,1,'2026-01-17 16:15:23','2026-01-17 16:15:23','1d07ac4e-c23c-49b9-a03f-bf5b7fdc4e99'),
(47718,32,9525,NULL,2598,2,'2026-01-17 16:15:23','2026-01-17 16:15:23','69aeed96-d83d-4b8a-920b-05fba8e2e4b5'),
(47719,32,9525,NULL,2608,3,'2026-01-17 16:15:23','2026-01-17 16:15:23','f6628475-741b-4c76-a8c3-e39a03d55308'),
(47720,32,9525,NULL,2624,4,'2026-01-17 16:15:23','2026-01-17 16:15:23','f8415980-19aa-4a9e-b27b-7d55db24c3d4'),
(47721,32,9525,NULL,2600,5,'2026-01-17 16:15:23','2026-01-17 16:15:23','ae096775-19ed-4e5b-ba30-e89117635d06'),
(47722,32,9525,NULL,2596,6,'2026-01-17 16:15:23','2026-01-17 16:15:23','b395f982-5262-4395-beda-f619c17ebc58'),
(47723,32,9525,NULL,2606,7,'2026-01-17 16:15:23','2026-01-17 16:15:23','d4091a6b-2e88-4c36-9d8b-0a4951edb900'),
(47724,32,9525,NULL,2604,8,'2026-01-17 16:15:23','2026-01-17 16:15:23','6f844554-68ad-4711-8154-3bc07b11e9e4'),
(47725,32,9525,NULL,2602,9,'2026-01-17 16:15:23','2026-01-17 16:15:23','0ff1f7bf-8fca-4266-aeb0-0bb48feb03a3'),
(47726,32,9525,NULL,2612,10,'2026-01-17 16:15:23','2026-01-17 16:15:23','d2c4027e-0c9e-4522-b3a3-1039e9eb84a3'),
(47727,16,9525,NULL,9524,1,'2026-01-17 16:15:23','2026-01-17 16:15:23','88f93f3a-f6b4-418a-916a-b852cff755dd'),
(47728,7,9525,NULL,617,1,'2026-01-17 16:15:23','2026-01-17 16:15:23','da43a997-8369-4c1e-9d75-a314d80ddf5c'),
(47729,7,9525,NULL,605,2,'2026-01-17 16:15:23','2026-01-17 16:15:23','c86992b7-c129-4b2e-b39e-31537c1461fa'),
(47730,82,9525,NULL,491,1,'2026-01-17 16:15:23','2026-01-17 16:15:23','15ed0c0e-453c-468f-b116-64d014afcc92'),
(47731,46,9525,NULL,2891,1,'2026-01-17 16:15:23','2026-01-17 16:15:23','86625d5c-e7b4-4a5b-983b-8b5a9e97698f'),
(47749,32,9527,NULL,2610,1,'2026-01-17 16:15:58','2026-01-17 16:15:58','32b96277-b795-4a2c-b753-b4c05766ef01'),
(47750,32,9527,NULL,2598,2,'2026-01-17 16:15:58','2026-01-17 16:15:58','c5c8a6b4-ed86-428b-8a0d-ce87486f332a'),
(47751,32,9527,NULL,2608,3,'2026-01-17 16:15:58','2026-01-17 16:15:58','f2de0a4e-a016-43da-84ae-13eeb924a5c9'),
(47752,32,9527,NULL,2624,4,'2026-01-17 16:15:58','2026-01-17 16:15:58','cdd3008a-5c8c-4dad-b996-ab7dfa1007fa'),
(47753,32,9527,NULL,2600,5,'2026-01-17 16:15:58','2026-01-17 16:15:58','b6eda3ad-0610-419a-8f4b-e3e49cea57a4'),
(47754,32,9527,NULL,2596,6,'2026-01-17 16:15:58','2026-01-17 16:15:58','7a9bd5b8-97b4-4825-9a07-b0bd33f4cd51'),
(47755,32,9527,NULL,2606,7,'2026-01-17 16:15:58','2026-01-17 16:15:58','30686b47-95c6-493d-813b-703eb59bea90'),
(47756,32,9527,NULL,2604,8,'2026-01-17 16:15:58','2026-01-17 16:15:58','7fc5d1b0-687a-43ee-92ba-ecee97ffcd4d'),
(47757,32,9527,NULL,2602,9,'2026-01-17 16:15:58','2026-01-17 16:15:58','994bf8c0-9f39-4ba5-a985-04cadd738e64'),
(47758,32,9527,NULL,2612,10,'2026-01-17 16:15:58','2026-01-17 16:15:58','2101689e-4aa4-47cd-82b4-4f4ebd656eba'),
(47759,16,9527,NULL,9524,1,'2026-01-17 16:15:58','2026-01-17 16:15:58','158db3e2-17c2-4b74-b804-6dd17243df85'),
(47760,7,9527,NULL,617,1,'2026-01-17 16:15:58','2026-01-17 16:15:58','894bb7a2-6188-4bcb-bc04-9f31450366b5'),
(47761,7,9527,NULL,605,2,'2026-01-17 16:15:58','2026-01-17 16:15:58','2f55a5b7-b499-4188-b6c7-cbadf9159607'),
(47762,82,9527,NULL,491,1,'2026-01-17 16:15:58','2026-01-17 16:15:58','ba689aeb-c4e5-4280-9198-27c4da3583e2'),
(47763,46,9527,NULL,2891,1,'2026-01-17 16:15:58','2026-01-17 16:15:58','a7b05a7c-b052-450a-b4a2-77f69156ebf4'),
(47784,57,1477,NULL,9529,1,'2026-01-17 16:16:28','2026-01-17 16:16:28','07c270a1-94b3-455b-8bac-cbff332c61fb'),
(47785,57,1477,NULL,9530,2,'2026-01-17 16:16:28','2026-01-17 16:16:28','dd0320ab-4892-4cff-9f63-dbf5d1d24e17'),
(47786,57,1477,NULL,9531,3,'2026-01-17 16:16:28','2026-01-17 16:16:28','423716f9-6990-447c-bc58-9b50dada3193'),
(47787,32,9532,NULL,2610,1,'2026-01-17 16:16:28','2026-01-17 16:16:28','bfd97868-408e-4d65-b983-8f33007cf8f5'),
(47788,32,9532,NULL,2598,2,'2026-01-17 16:16:28','2026-01-17 16:16:28','b0bd7e06-c3a3-4c83-837e-8b027bc0bb19'),
(47789,32,9532,NULL,2608,3,'2026-01-17 16:16:28','2026-01-17 16:16:28','e49d3fd6-9104-4505-a26e-843b017b95d5'),
(47790,32,9532,NULL,2624,4,'2026-01-17 16:16:28','2026-01-17 16:16:28','cc5d92a5-84b7-42ea-bf26-d20de1edeaf3'),
(47791,32,9532,NULL,2600,5,'2026-01-17 16:16:28','2026-01-17 16:16:28','6fdf2afc-66ec-45ba-8824-0cda00961c65'),
(47792,32,9532,NULL,2596,6,'2026-01-17 16:16:28','2026-01-17 16:16:28','0ff668fc-2a66-49bb-8089-f509526157e5'),
(47793,32,9532,NULL,2606,7,'2026-01-17 16:16:28','2026-01-17 16:16:28','471a6a6d-2bab-4538-ba56-c97eb976d66a'),
(47794,32,9532,NULL,2604,8,'2026-01-17 16:16:28','2026-01-17 16:16:28','39a522ee-ada8-4173-90a8-907be90a258a'),
(47795,32,9532,NULL,2602,9,'2026-01-17 16:16:28','2026-01-17 16:16:28','27a536b4-4005-4575-be44-36faff78b2c4'),
(47796,32,9532,NULL,2612,10,'2026-01-17 16:16:28','2026-01-17 16:16:28','4b6e7eeb-f51b-4a2d-bd4d-430e483794ae'),
(47797,16,9532,NULL,9524,1,'2026-01-17 16:16:28','2026-01-17 16:16:28','8aeb5e16-fb3f-495d-8545-ed08da38b023'),
(47798,7,9532,NULL,617,1,'2026-01-17 16:16:28','2026-01-17 16:16:28','e17ce926-0022-4df8-95e3-d94ff77eef58'),
(47799,7,9532,NULL,605,2,'2026-01-17 16:16:28','2026-01-17 16:16:28','0314bf85-0d0b-4bb2-a8c5-553b383a0bac'),
(47800,82,9532,NULL,491,1,'2026-01-17 16:16:28','2026-01-17 16:16:28','e5cad946-9c35-4a5c-8a9f-b207cfb8babe'),
(47801,46,9532,NULL,2891,1,'2026-01-17 16:16:28','2026-01-17 16:16:28','ead61ea4-0dca-4b27-8ce3-a803abfe5339'),
(47802,57,9532,NULL,9529,1,'2026-01-17 16:16:28','2026-01-17 16:16:28','68b7a91a-bcea-4466-82b1-5e6beab7f2f0'),
(47803,57,9532,NULL,9530,2,'2026-01-17 16:16:28','2026-01-17 16:16:28','36f31fa1-03fe-43d9-9f48-6057fe06c684'),
(47804,57,9532,NULL,9531,3,'2026-01-17 16:16:28','2026-01-17 16:16:28','f9772359-8124-4cf4-8ca5-60fcabf335bf'),
(47825,32,9534,NULL,2610,1,'2026-01-17 16:16:38','2026-01-17 16:16:38','477500b6-68e4-4bbb-b93a-d732e7ec4d3f'),
(47826,32,9534,NULL,2598,2,'2026-01-17 16:16:38','2026-01-17 16:16:38','145dab7f-fd87-4b42-ac7c-3e595058e8ac'),
(47827,32,9534,NULL,2608,3,'2026-01-17 16:16:38','2026-01-17 16:16:38','68c5e786-e29e-48a9-aab7-90187081e59c'),
(47828,32,9534,NULL,2624,4,'2026-01-17 16:16:38','2026-01-17 16:16:38','8569672a-8e1a-4bc1-aa87-aecf48277685'),
(47829,32,9534,NULL,2600,5,'2026-01-17 16:16:38','2026-01-17 16:16:38','fc76432f-21c6-4aec-8eea-1509d7563adf'),
(47830,32,9534,NULL,2596,6,'2026-01-17 16:16:38','2026-01-17 16:16:38','611d8419-8a97-4650-9cc8-02eb73606b6c'),
(47831,32,9534,NULL,2606,7,'2026-01-17 16:16:38','2026-01-17 16:16:38','85d5ea74-8021-4f95-8fee-c603d31097b4'),
(47832,32,9534,NULL,2604,8,'2026-01-17 16:16:38','2026-01-17 16:16:38','e36179be-309f-47b7-b695-87145a6dabf8'),
(47833,32,9534,NULL,2602,9,'2026-01-17 16:16:38','2026-01-17 16:16:38','2c7173dd-f28a-4075-96e6-89fdffa9ae06'),
(47834,32,9534,NULL,2612,10,'2026-01-17 16:16:38','2026-01-17 16:16:38','1325a6b6-1377-45d9-a2b3-99fc76f4f5ce'),
(47835,16,9534,NULL,9524,1,'2026-01-17 16:16:38','2026-01-17 16:16:38','afedf934-fee2-4191-b56e-267640acaf6e'),
(47836,7,9534,NULL,617,1,'2026-01-17 16:16:38','2026-01-17 16:16:38','68137c8e-9eb9-4087-ad2e-a9f4dfb1ea5f'),
(47837,7,9534,NULL,605,2,'2026-01-17 16:16:38','2026-01-17 16:16:38','41513f71-15eb-4bc6-80ec-afbd71285664'),
(47838,82,9534,NULL,491,1,'2026-01-17 16:16:38','2026-01-17 16:16:38','05b60208-33fc-451c-bf88-2a97dfe6a262'),
(47839,46,9534,NULL,2891,1,'2026-01-17 16:16:38','2026-01-17 16:16:38','dfc3f7ba-ab55-4630-bfd7-96c1b05eab04'),
(47840,57,9534,NULL,9529,1,'2026-01-17 16:16:38','2026-01-17 16:16:38','cbddf67b-5da7-482e-aa4a-7960b8626c84'),
(47841,57,9534,NULL,9530,2,'2026-01-17 16:16:38','2026-01-17 16:16:38','def37459-0157-41d7-8cc0-8c7b7966207e'),
(47842,57,9534,NULL,9531,3,'2026-01-17 16:16:38','2026-01-17 16:16:38','7166e4fe-8598-4a62-adf7-d4e465397223'),
(47846,32,9536,NULL,2598,1,'2026-01-17 16:17:59','2026-01-17 16:17:59','a748b269-7b93-48cb-8aa8-1afc419dd818'),
(47847,32,9536,NULL,2608,2,'2026-01-17 16:17:59','2026-01-17 16:17:59','58a98dcd-fdf5-4fe7-a0ad-1a432fb2fbaa'),
(47848,32,9536,NULL,2600,3,'2026-01-17 16:17:59','2026-01-17 16:17:59','dadaf581-65e0-4ac2-819e-6d52f2a59032'),
(47849,32,9536,NULL,2596,4,'2026-01-17 16:17:59','2026-01-17 16:17:59','69db0174-2422-48f8-9953-ed37f5f26824'),
(47850,32,9536,NULL,2602,5,'2026-01-17 16:17:59','2026-01-17 16:17:59','4234974f-75b7-424c-86b1-71d3636f329f'),
(47851,32,9536,NULL,2606,6,'2026-01-17 16:17:59','2026-01-17 16:17:59','6cfb91ca-e60c-4b1b-a0a8-f95e0d81cdd7'),
(47852,32,9536,NULL,2604,7,'2026-01-17 16:17:59','2026-01-17 16:17:59','94ed8573-8245-4113-b335-0a823383d753'),
(47853,32,9536,NULL,2610,8,'2026-01-17 16:17:59','2026-01-17 16:17:59','e44c5300-4e8f-4e4a-b314-3fd593037a24'),
(47854,32,9536,NULL,2612,9,'2026-01-17 16:17:59','2026-01-17 16:17:59','1670632b-73b5-4896-acbc-a50560b45c6d'),
(47855,16,9536,NULL,9535,1,'2026-01-17 16:17:59','2026-01-17 16:17:59','02b0a264-f470-4f4c-b2f7-688a5fd44fb3'),
(47856,7,9536,NULL,617,1,'2026-01-17 16:17:59','2026-01-17 16:17:59','d40dc6ec-5639-4da8-ad4c-958a346a4363'),
(47857,7,9536,NULL,605,2,'2026-01-17 16:17:59','2026-01-17 16:17:59','cb437c67-ef0c-40ad-9af9-2bd181f6d352'),
(47858,82,9536,NULL,491,1,'2026-01-17 16:17:59','2026-01-17 16:17:59','5ecff150-ea77-4450-b7a7-5ebf96179adb'),
(47872,32,9538,NULL,2598,1,'2026-01-17 16:18:59','2026-01-17 16:18:59','c029fa83-0f49-4bff-9156-a34758e0329e'),
(47873,32,9538,NULL,2608,2,'2026-01-17 16:18:59','2026-01-17 16:18:59','23b4c964-b6ca-42c3-b035-653b0bd5c29c'),
(47874,32,9538,NULL,2600,3,'2026-01-17 16:18:59','2026-01-17 16:18:59','d7629731-047e-4de0-ad6e-0d4dcf920fee'),
(47875,32,9538,NULL,2596,4,'2026-01-17 16:18:59','2026-01-17 16:18:59','bef8b3dd-db41-4da0-af0c-ef2e871304d4'),
(47876,32,9538,NULL,2602,5,'2026-01-17 16:18:59','2026-01-17 16:18:59','4d4e1171-394c-4491-8ede-c0642971760f'),
(47877,32,9538,NULL,2606,6,'2026-01-17 16:18:59','2026-01-17 16:18:59','41128096-e4a7-425e-b394-1e2f081ac666'),
(47878,32,9538,NULL,2604,7,'2026-01-17 16:18:59','2026-01-17 16:18:59','441a8df9-b314-4582-8f9d-76a153ae5d44'),
(47879,32,9538,NULL,2610,8,'2026-01-17 16:18:59','2026-01-17 16:18:59','42654bd6-4d3e-42f3-8a5c-8bd7e9d2469d'),
(47880,32,9538,NULL,2612,9,'2026-01-17 16:18:59','2026-01-17 16:18:59','692e27d2-b7d1-4580-bc7e-821d8a4a1396'),
(47881,16,9538,NULL,9535,1,'2026-01-17 16:18:59','2026-01-17 16:18:59','1a885051-2acc-4911-be7f-8972242d3125'),
(47882,7,9538,NULL,617,1,'2026-01-17 16:18:59','2026-01-17 16:18:59','5336e8bd-77d4-425e-ab13-ce0109c46ecb'),
(47883,7,9538,NULL,605,2,'2026-01-17 16:18:59','2026-01-17 16:18:59','73ebf5a9-95af-4c1a-add2-f2253a5c55a2'),
(47884,82,9538,NULL,491,1,'2026-01-17 16:18:59','2026-01-17 16:18:59','388a6193-dd03-4677-847d-5b4b72e9dd02'),
(47904,58,9542,NULL,9540,1,'2026-01-17 16:30:16','2026-01-17 16:30:16','de17f876-7688-4a44-bfe5-10e474abd5fd'),
(47908,58,9545,NULL,9543,1,'2026-01-17 16:31:11','2026-01-17 16:31:11','b6cf0958-d104-4db4-a9b5-5ea8f8dae269'),
(47912,58,9548,NULL,9546,1,'2026-01-17 16:31:40','2026-01-17 16:31:40','600ac943-0212-4b92-95bd-7a92f9c1eb80'),
(47916,58,9554,NULL,9553,1,'2026-01-17 16:32:29','2026-01-17 16:32:29','6481549d-97b9-402a-a1fe-52ea6fda78e8'),
(47918,58,9557,NULL,9556,1,'2026-01-17 16:32:52','2026-01-17 16:32:52','4c623c87-b419-4931-9a03-0135ae65f524'),
(47920,58,9560,NULL,9559,1,'2026-01-17 16:33:14','2026-01-17 16:33:14','37b4780b-326d-4cf2-89a1-d02b86fb0514'),
(47946,7,1255,NULL,9552,5,'2026-01-17 16:33:51','2026-01-17 16:33:51','a42ca41c-1d1a-4753-ad78-b9a8b27683d4'),
(47947,32,9562,NULL,2610,1,'2026-01-17 16:33:51','2026-01-17 16:33:51','7921b723-1559-4c29-804c-01ee469bd344'),
(47948,32,9562,NULL,2598,2,'2026-01-17 16:33:51','2026-01-17 16:33:51','d913edb1-c81f-43d9-9480-e0f1fb66aaf6'),
(47949,32,9562,NULL,2608,3,'2026-01-17 16:33:51','2026-01-17 16:33:51','5815da5b-9fd0-4ed7-a047-09006b30ec0d'),
(47950,32,9562,NULL,2624,4,'2026-01-17 16:33:51','2026-01-17 16:33:51','a524c528-0011-462d-8963-87b4d9c695b7'),
(47951,32,9562,NULL,2600,5,'2026-01-17 16:33:51','2026-01-17 16:33:51','0b8fa94c-0aee-42b9-8be6-cc0b53bb1e8b'),
(47952,32,9562,NULL,2596,6,'2026-01-17 16:33:51','2026-01-17 16:33:51','68337a0f-9755-4c02-98c8-a4db14365cb3'),
(47953,32,9562,NULL,2602,7,'2026-01-17 16:33:51','2026-01-17 16:33:51','ed277f3a-fb03-41f4-be88-45742bcf2a0f'),
(47954,32,9562,NULL,2606,8,'2026-01-17 16:33:51','2026-01-17 16:33:51','f08feb2a-94a5-43c4-9134-654e02b9059f'),
(47955,32,9562,NULL,2612,9,'2026-01-17 16:33:51','2026-01-17 16:33:51','4bfad075-6d13-4454-a375-f8e8e1b427cf'),
(47956,32,9562,NULL,2604,10,'2026-01-17 16:33:51','2026-01-17 16:33:51','0ff8d8e5-a7d2-4826-9978-634e2899d242'),
(47957,16,9562,NULL,4786,1,'2026-01-17 16:33:51','2026-01-17 16:33:51','e5162dd0-8455-48fd-9701-74a3711009df'),
(47958,7,9562,NULL,601,1,'2026-01-17 16:33:51','2026-01-17 16:33:51','b83932c8-7e07-455b-96f1-3d791469f70e'),
(47959,7,9562,NULL,6547,2,'2026-01-17 16:33:51','2026-01-17 16:33:51','4eb334f1-a46d-4182-beac-13039cd484a3'),
(47960,7,9562,NULL,617,3,'2026-01-17 16:33:51','2026-01-17 16:33:51','89b8719c-6dbc-4435-b730-1a42130c1759'),
(47961,7,9562,NULL,605,4,'2026-01-17 16:33:51','2026-01-17 16:33:51','933ad4dd-0479-4702-91eb-364aa8ace883'),
(47962,7,9562,NULL,9552,5,'2026-01-17 16:33:51','2026-01-17 16:33:51','8511f49a-e16a-4524-ac70-f43c1f0715b0'),
(47963,82,9562,NULL,491,1,'2026-01-17 16:33:51','2026-01-17 16:33:51','6e096209-f602-46ee-b171-ebf7cf745910'),
(47964,46,9562,NULL,2891,1,'2026-01-17 16:33:51','2026-01-17 16:33:51','658ae756-4d63-4bde-8aa8-1ccad972101c'),
(47965,57,9562,NULL,4806,1,'2026-01-17 16:33:51','2026-01-17 16:33:51','acdfb315-ced8-4f7e-b5a3-7ffad133e00e'),
(47966,57,9562,NULL,4807,2,'2026-01-17 16:33:51','2026-01-17 16:33:51','570b7c2b-6558-4b96-bf0f-5859ba8712ac'),
(47967,57,9562,NULL,4808,3,'2026-01-17 16:33:51','2026-01-17 16:33:51','404d34aa-bafb-40fa-8e9f-8f3347587c5a'),
(47968,57,9562,NULL,4809,4,'2026-01-17 16:33:51','2026-01-17 16:33:51','52b30446-aa80-4483-8e1a-a5de4354218d'),
(47969,57,9562,NULL,4810,5,'2026-01-17 16:33:51','2026-01-17 16:33:51','2a6ab80c-e284-4ec1-a5de-38f0cc8ad3a0'),
(47970,57,9562,NULL,4811,6,'2026-01-17 16:33:51','2026-01-17 16:33:51','9c8cb3b6-f335-47c5-8521-a2b6b44adffd'),
(47971,13,9562,NULL,6542,1,'2026-01-17 16:33:51','2026-01-17 16:33:51','bb06cd0b-9eae-4b67-a7f9-79349933b860'),
(47997,32,9564,NULL,2610,1,'2026-01-17 16:34:42','2026-01-17 16:34:42','d7bb6f96-e9dd-440f-9e60-81e9e45ad861'),
(47998,32,9564,NULL,2598,2,'2026-01-17 16:34:42','2026-01-17 16:34:42','177efe2b-d2b4-4364-930e-531fe209dc3a'),
(47999,32,9564,NULL,2608,3,'2026-01-17 16:34:42','2026-01-17 16:34:42','3a97bafe-62d7-4751-abf7-28eb189f4284'),
(48000,32,9564,NULL,2624,4,'2026-01-17 16:34:42','2026-01-17 16:34:42','efd24cf5-0637-44be-8e0f-93ee090d26eb'),
(48001,32,9564,NULL,2600,5,'2026-01-17 16:34:42','2026-01-17 16:34:42','239ac49a-ea11-4f1b-bcd1-12505eaf8649'),
(48002,32,9564,NULL,2596,6,'2026-01-17 16:34:42','2026-01-17 16:34:42','4bcbb578-d957-4aa5-91d0-8c0bc19539b1'),
(48003,32,9564,NULL,2602,7,'2026-01-17 16:34:42','2026-01-17 16:34:42','38cb8f52-a0b6-44ad-b650-4df7b18ead0d'),
(48004,32,9564,NULL,2606,8,'2026-01-17 16:34:42','2026-01-17 16:34:42','8ecdf498-9044-4306-acf8-cdc0e3ec59cf'),
(48005,32,9564,NULL,2612,9,'2026-01-17 16:34:42','2026-01-17 16:34:42','d4ca14e0-26e9-49fa-bd17-7bf8ec05a219'),
(48006,32,9564,NULL,2604,10,'2026-01-17 16:34:42','2026-01-17 16:34:42','40812b33-2fb0-4b2f-8852-7b82ababb0d0'),
(48007,16,9564,NULL,4786,1,'2026-01-17 16:34:42','2026-01-17 16:34:42','d0c0dac9-9601-4cb4-95a1-d4dae6c0ee3b'),
(48008,7,9564,NULL,601,1,'2026-01-17 16:34:42','2026-01-17 16:34:42','54ec6303-4f98-45b8-9265-c919753bb274'),
(48009,7,9564,NULL,6547,2,'2026-01-17 16:34:42','2026-01-17 16:34:42','ea39be0d-0ef5-431d-bc7c-8860dd0a5f0c'),
(48010,7,9564,NULL,617,3,'2026-01-17 16:34:42','2026-01-17 16:34:42','7a316c7a-588c-4382-b7a9-74969e2e3ecb'),
(48011,7,9564,NULL,605,4,'2026-01-17 16:34:42','2026-01-17 16:34:42','2c510ce0-f88a-4398-bd9f-f2b7598ce94c'),
(48012,7,9564,NULL,9552,5,'2026-01-17 16:34:42','2026-01-17 16:34:42','06e02b9a-eaf4-4ac0-9f13-525a67a3f111'),
(48013,82,9564,NULL,491,1,'2026-01-17 16:34:42','2026-01-17 16:34:42','5f44b080-bbd2-4879-9bcc-7bded546a620'),
(48014,46,9564,NULL,2891,1,'2026-01-17 16:34:42','2026-01-17 16:34:42','90805afc-7f2a-4050-846f-f2e7ec15c774'),
(48015,57,9564,NULL,4806,1,'2026-01-17 16:34:42','2026-01-17 16:34:42','0d85f2b6-ca22-4f74-9e1f-ba4a212b4e34'),
(48016,57,9564,NULL,4807,2,'2026-01-17 16:34:42','2026-01-17 16:34:42','d3dfb622-ee8e-4578-adb1-44a4e94fbae3'),
(48017,57,9564,NULL,4808,3,'2026-01-17 16:34:42','2026-01-17 16:34:42','43b9160b-9f8b-40e5-a975-a10a706693e9'),
(48018,57,9564,NULL,4809,4,'2026-01-17 16:34:42','2026-01-17 16:34:42','7bda3d96-faf8-4880-ad7f-bddd2aa260ca'),
(48019,57,9564,NULL,4810,5,'2026-01-17 16:34:42','2026-01-17 16:34:42','a731464f-982a-4ea4-a0c3-9b466cba915c'),
(48020,57,9564,NULL,4811,6,'2026-01-17 16:34:42','2026-01-17 16:34:42','8c453989-8bcd-405b-8953-a9cb00c731bd'),
(48021,13,9564,NULL,6542,1,'2026-01-17 16:34:42','2026-01-17 16:34:42','5473eb73-60e4-430e-8db2-24d0b863db61'),
(48047,32,9566,NULL,2610,1,'2026-01-17 16:36:56','2026-01-17 16:36:56','a61e05f2-a970-4661-a06d-dd4407690e1d'),
(48048,32,9566,NULL,2598,2,'2026-01-17 16:36:56','2026-01-17 16:36:56','20def425-49d9-4f81-a2f8-54df966f6218'),
(48049,32,9566,NULL,2608,3,'2026-01-17 16:36:56','2026-01-17 16:36:56','b726b71b-7a77-465f-b0a9-e4988ebbb892'),
(48050,32,9566,NULL,2624,4,'2026-01-17 16:36:56','2026-01-17 16:36:56','a2a12529-ee84-4e40-8964-39e7200097ea'),
(48051,32,9566,NULL,2600,5,'2026-01-17 16:36:56','2026-01-17 16:36:56','0cfd90e2-34f6-4620-b99f-38615a218442'),
(48052,32,9566,NULL,2596,6,'2026-01-17 16:36:56','2026-01-17 16:36:56','d3ffc374-d6fd-485d-9e91-5e829645ef7b'),
(48053,32,9566,NULL,2602,7,'2026-01-17 16:36:56','2026-01-17 16:36:56','445a01e9-1789-47b0-83e3-c41c9b72ac40'),
(48054,32,9566,NULL,2606,8,'2026-01-17 16:36:56','2026-01-17 16:36:56','753e044c-f0df-4861-b85f-0cd013953f35'),
(48055,32,9566,NULL,2612,9,'2026-01-17 16:36:56','2026-01-17 16:36:56','8d25a9a4-3c7e-402f-8568-adf36b290a0e'),
(48056,32,9566,NULL,2604,10,'2026-01-17 16:36:56','2026-01-17 16:36:56','9b181741-876b-4f7a-abbf-dcf2aed17fdf'),
(48057,16,9566,NULL,4786,1,'2026-01-17 16:36:56','2026-01-17 16:36:56','a6d9b869-fd6b-4cfc-9c0d-fc5a096ec18a'),
(48058,7,9566,NULL,601,1,'2026-01-17 16:36:56','2026-01-17 16:36:56','582a1d57-364d-4f6f-a3e9-f60202825e23'),
(48059,7,9566,NULL,6547,2,'2026-01-17 16:36:56','2026-01-17 16:36:56','58b9ae4b-4e74-4bb9-a241-d3475da516a2'),
(48060,7,9566,NULL,617,3,'2026-01-17 16:36:56','2026-01-17 16:36:56','099e9def-392d-42c2-884a-0a59a8a178f6'),
(48061,7,9566,NULL,605,4,'2026-01-17 16:36:56','2026-01-17 16:36:56','6c08df19-c934-4acb-9e09-5a42d074d7d8'),
(48062,7,9566,NULL,9552,5,'2026-01-17 16:36:56','2026-01-17 16:36:56','9671de51-2101-450b-b0fb-22f3698dd720'),
(48063,82,9566,NULL,491,1,'2026-01-17 16:36:56','2026-01-17 16:36:56','0a84a628-2e54-4e76-bed9-3ede2f2f6100'),
(48064,46,9566,NULL,2891,1,'2026-01-17 16:36:56','2026-01-17 16:36:56','390c653c-7d1a-4171-81d5-cdee963d1e9f'),
(48065,57,9566,NULL,4806,1,'2026-01-17 16:36:56','2026-01-17 16:36:56','a36523af-92cf-4396-9177-fb9b62718672'),
(48066,57,9566,NULL,4807,2,'2026-01-17 16:36:56','2026-01-17 16:36:56','1d78d27f-e96f-486e-8787-a0c00e6e6e4e'),
(48067,57,9566,NULL,4808,3,'2026-01-17 16:36:56','2026-01-17 16:36:56','a6095ec0-b1ca-42e5-8a4e-647b2fad530a'),
(48068,57,9566,NULL,4809,4,'2026-01-17 16:36:56','2026-01-17 16:36:56','a4f16a20-fb7f-43ad-abd3-01e4beaab112'),
(48069,57,9566,NULL,4810,5,'2026-01-17 16:36:56','2026-01-17 16:36:56','aad685cb-9a62-4982-aaef-e7b7d91a3aba'),
(48070,57,9566,NULL,4811,6,'2026-01-17 16:36:56','2026-01-17 16:36:56','30351102-32b3-4194-bf66-5bf9a5a1f6b3'),
(48071,13,9566,NULL,6542,1,'2026-01-17 16:36:56','2026-01-17 16:36:56','9111b662-fc25-4abe-92d6-a9fd8aac99be'),
(48100,32,9568,NULL,2610,1,'2026-01-17 16:40:31','2026-01-17 16:40:31','bf1d3343-7c72-40df-813f-74128c3fe232'),
(48101,32,9568,NULL,2598,2,'2026-01-17 16:40:31','2026-01-17 16:40:31','0667ff10-9fa5-4f24-882c-3e554c7e21ee'),
(48102,32,9568,NULL,2624,3,'2026-01-17 16:40:31','2026-01-17 16:40:31','08d2a305-9f18-4d47-9b6f-7a42c1de1dbe'),
(48103,32,9568,NULL,2600,4,'2026-01-17 16:40:31','2026-01-17 16:40:31','b6a62e31-cda7-432b-8b14-6264a6475d68'),
(48104,32,9568,NULL,2596,5,'2026-01-17 16:40:31','2026-01-17 16:40:31','87a7913a-b3fc-4955-b471-ef61f067500a'),
(48105,32,9568,NULL,2602,6,'2026-01-17 16:40:31','2026-01-17 16:40:31','aa2463a2-eaf7-4cb1-8740-87555e42bb6b'),
(48106,32,9568,NULL,2606,7,'2026-01-17 16:40:31','2026-01-17 16:40:31','6cfc5ed7-ac24-4ab2-970f-7df44e502896'),
(48107,32,9568,NULL,2612,8,'2026-01-17 16:40:31','2026-01-17 16:40:31','4e85d7b5-8d58-4b4a-8e5d-8833e3a29170'),
(48108,32,9568,NULL,2604,9,'2026-01-17 16:40:31','2026-01-17 16:40:31','f0015450-abb3-4632-8b83-d353085dca9e'),
(48109,32,9568,NULL,2608,10,'2026-01-17 16:40:31','2026-01-17 16:40:31','36378545-45cc-4cb9-8528-b367bcbd5463'),
(48110,16,9568,NULL,3058,1,'2026-01-17 16:40:31','2026-01-17 16:40:31','78ea31e2-a426-4c39-aa3f-c956d5019a45'),
(48111,7,9568,NULL,2969,1,'2026-01-17 16:40:31','2026-01-17 16:40:31','27d6f1a8-3850-48e0-b1ce-72d0d3a73a66'),
(48112,7,9568,NULL,617,2,'2026-01-17 16:40:31','2026-01-17 16:40:31','38788490-004c-4449-998c-106465df149d'),
(48113,7,9568,NULL,605,3,'2026-01-17 16:40:31','2026-01-17 16:40:31','ece79e11-11f0-4fb2-a956-7010871b0818'),
(48114,82,9568,NULL,491,1,'2026-01-17 16:40:31','2026-01-17 16:40:31','8526a966-644b-4aae-955b-0b5cb8449eb4'),
(48115,46,9568,NULL,2891,1,'2026-01-17 16:40:31','2026-01-17 16:40:31','db8ef20d-dcdc-4045-9d36-98b71a82d6a7'),
(48116,57,9568,NULL,4927,1,'2026-01-17 16:40:31','2026-01-17 16:40:31','46253924-3be2-4982-8711-c4fa670b6eb0'),
(48117,57,9568,NULL,7772,2,'2026-01-17 16:40:31','2026-01-17 16:40:31','77d74b93-e692-4565-915f-965c82f48efd'),
(48118,57,9568,NULL,4931,3,'2026-01-17 16:40:31','2026-01-17 16:40:31','ef8b10eb-2a49-4ce1-ac35-b79dbdaa7352'),
(48119,57,9568,NULL,4930,4,'2026-01-17 16:40:31','2026-01-17 16:40:31','0b6eece1-4626-4b50-bd41-46810bf50a65'),
(48120,57,9568,NULL,4932,5,'2026-01-17 16:40:31','2026-01-17 16:40:31','fb7bb644-3258-4389-add1-ec72aea9fb30'),
(48121,57,9568,NULL,4933,6,'2026-01-17 16:40:31','2026-01-17 16:40:31','941689e9-f8d2-4705-a1e8-8177d07df5a1'),
(48122,57,9568,NULL,4934,7,'2026-01-17 16:40:31','2026-01-17 16:40:31','eeaea134-7cc9-4bb4-bef1-f461322a8da5'),
(48123,57,9568,NULL,4935,8,'2026-01-17 16:40:31','2026-01-17 16:40:31','8fdf1f04-759d-40ab-a747-afc1ded1a9d5'),
(48124,57,9568,NULL,7739,9,'2026-01-17 16:40:31','2026-01-17 16:40:31','525db6a3-50ef-441e-a952-471e26f4c715'),
(48125,57,9568,NULL,7740,10,'2026-01-17 16:40:31','2026-01-17 16:40:31','367abf1d-37a4-42a1-99ac-34f5c638bf0d'),
(48126,57,9568,NULL,7741,11,'2026-01-17 16:40:31','2026-01-17 16:40:31','e7bb29ff-4e73-45fe-aef4-ad61f0acbe34'),
(48128,32,9569,NULL,2614,1,'2026-01-17 16:41:23','2026-01-17 16:41:23','b7fc6e5d-2261-4e04-8745-103ff341e3e8'),
(48129,32,9569,NULL,2610,2,'2026-01-17 16:41:23','2026-01-17 16:41:23','6af945a5-2369-4a36-91e1-42ee6495eb5b'),
(48130,32,9569,NULL,2598,3,'2026-01-17 16:41:23','2026-01-17 16:41:23','2ddb341a-b288-4819-91b8-f63621d77938'),
(48131,32,9569,NULL,2608,4,'2026-01-17 16:41:23','2026-01-17 16:41:23','19490b1b-19ca-4c4c-937c-ffa85e8c86c2'),
(48132,32,9569,NULL,2600,5,'2026-01-17 16:41:23','2026-01-17 16:41:23','8698441f-db99-43bf-a5d5-f8b5cf352074'),
(48133,32,9569,NULL,2596,6,'2026-01-17 16:41:23','2026-01-17 16:41:23','c3e2d272-5be7-4fff-96df-f6ffce13737d'),
(48134,32,9569,NULL,2602,7,'2026-01-17 16:41:23','2026-01-17 16:41:23','d6b30fd2-7db5-4ce5-918a-43dc132b244a'),
(48135,32,9569,NULL,2606,8,'2026-01-17 16:41:23','2026-01-17 16:41:23','2e7b64ca-e657-47ce-9f4b-14a5402561e5'),
(48136,32,9569,NULL,2604,9,'2026-01-17 16:41:23','2026-01-17 16:41:23','81df8844-e20b-4c17-84c4-8beb22ecd05f'),
(48137,16,9569,NULL,8081,1,'2026-01-17 16:41:23','2026-01-17 16:41:23','fc9f160a-1cc5-4a3d-a04a-a006df5d92d1'),
(48138,7,9569,NULL,601,1,'2026-01-17 16:41:23','2026-01-17 16:41:23','d3602ac1-3e8a-4976-8783-e72abb179bb7'),
(48139,7,9569,NULL,3468,2,'2026-01-17 16:41:23','2026-01-17 16:41:23','b3329e71-0175-4a80-8986-2032be7f24bb'),
(48140,7,9569,NULL,2972,3,'2026-01-17 16:41:23','2026-01-17 16:41:23','23d72121-bdcf-495f-ab26-380d3151cbcc'),
(48141,7,9569,NULL,2974,4,'2026-01-17 16:41:23','2026-01-17 16:41:23','0119c588-7983-4a2f-a142-e6177240597d'),
(48142,7,9569,NULL,617,5,'2026-01-17 16:41:23','2026-01-17 16:41:23','16d8776a-a740-49ce-8d93-12b6a6c4f446'),
(48143,7,9569,NULL,605,6,'2026-01-17 16:41:23','2026-01-17 16:41:23','41d3f048-2b02-4956-bf04-ef7009be864c'),
(48144,46,9569,NULL,2891,1,'2026-01-17 16:41:23','2026-01-17 16:41:23','3b03371a-5f8e-4fcf-ae88-345947f38930'),
(48145,57,9569,NULL,8082,1,'2026-01-17 16:41:23','2026-01-17 16:41:23','09faa9ab-9a3c-4fe1-8ae7-7cd5f224ec21'),
(48146,57,9569,NULL,8085,2,'2026-01-17 16:41:23','2026-01-17 16:41:23','fbce231d-d3e3-40de-9b61-c85dee65423a'),
(48147,57,9569,NULL,8086,3,'2026-01-17 16:41:23','2026-01-17 16:41:23','c0263d9a-4891-4aa4-8394-7e97b4107820'),
(48148,57,9569,NULL,8087,4,'2026-01-17 16:41:23','2026-01-17 16:41:23','e3620e82-903a-4219-a757-dc69c85c1fa3'),
(48149,13,9569,NULL,6814,1,'2026-01-17 16:41:23','2026-01-17 16:41:23','65043db9-7a57-4487-8bf5-dfcdeeda6f6c'),
(48172,32,9571,NULL,2614,1,'2026-01-17 16:41:26','2026-01-17 16:41:26','7f1012f4-4a7d-4101-8af8-691598da8c34'),
(48173,32,9571,NULL,2610,2,'2026-01-17 16:41:26','2026-01-17 16:41:26','62f2a47b-98ac-4ffb-b994-ef867cc53213'),
(48174,32,9571,NULL,2598,3,'2026-01-17 16:41:26','2026-01-17 16:41:26','4ba6c6d6-69b8-4c1d-9cec-3f081b65e78a'),
(48175,32,9571,NULL,2608,4,'2026-01-17 16:41:26','2026-01-17 16:41:26','81a66390-d972-4d27-ac1b-54d0c1e96008'),
(48176,32,9571,NULL,2600,5,'2026-01-17 16:41:26','2026-01-17 16:41:26','c4ec729a-d79d-437c-ab5f-6ae6f3b20617'),
(48177,32,9571,NULL,2596,6,'2026-01-17 16:41:26','2026-01-17 16:41:26','7f0bd0da-64ca-4ff8-a262-daefa700585c'),
(48178,32,9571,NULL,2602,7,'2026-01-17 16:41:26','2026-01-17 16:41:26','9e9b0614-48db-428c-a48b-9d739a8cc155'),
(48179,32,9571,NULL,2606,8,'2026-01-17 16:41:26','2026-01-17 16:41:26','135236a8-601e-4d76-81a8-5f7a488e44b0'),
(48180,32,9571,NULL,2604,9,'2026-01-17 16:41:26','2026-01-17 16:41:26','0e793b93-d37d-4694-b5a2-3d29fa254882'),
(48181,16,9571,NULL,8081,1,'2026-01-17 16:41:26','2026-01-17 16:41:26','cdc4df73-37ac-43c5-877e-880e795eb5b6'),
(48182,7,9571,NULL,601,1,'2026-01-17 16:41:26','2026-01-17 16:41:26','fd38755e-79b9-4169-bbc5-0f1f5ffa32e9'),
(48183,7,9571,NULL,3468,2,'2026-01-17 16:41:26','2026-01-17 16:41:26','fcf3933a-20b7-4a55-a8b5-f1b0ab74fce7'),
(48184,7,9571,NULL,2972,3,'2026-01-17 16:41:26','2026-01-17 16:41:26','f1953bba-4ac2-49cc-ba3e-78deca141d32'),
(48185,7,9571,NULL,2974,4,'2026-01-17 16:41:26','2026-01-17 16:41:26','f6d24ee6-bf80-4b99-a47b-e887afbed879'),
(48186,7,9571,NULL,617,5,'2026-01-17 16:41:26','2026-01-17 16:41:26','7cd88fc9-6bea-48b3-9284-c53124892905'),
(48187,7,9571,NULL,605,6,'2026-01-17 16:41:26','2026-01-17 16:41:26','e538d8d9-5c0d-4420-a11d-a0c23745f609'),
(48188,46,9571,NULL,2891,1,'2026-01-17 16:41:26','2026-01-17 16:41:26','f65a4b9e-bd35-4544-a991-ba3a9ee14ab5'),
(48189,57,9571,NULL,8082,1,'2026-01-17 16:41:26','2026-01-17 16:41:26','839ad459-9686-4ec2-ae2a-d8281de77bba'),
(48190,57,9571,NULL,8085,2,'2026-01-17 16:41:26','2026-01-17 16:41:26','cc40f857-b326-4c99-a1f3-f3d89338006e'),
(48191,57,9571,NULL,8086,3,'2026-01-17 16:41:26','2026-01-17 16:41:26','2fd6606d-b945-4440-a091-f356af732e13'),
(48192,57,9571,NULL,8087,4,'2026-01-17 16:41:26','2026-01-17 16:41:26','285d4e74-0220-4f8c-b643-bc7e2bf035c4'),
(48193,13,9571,NULL,6814,1,'2026-01-17 16:41:26','2026-01-17 16:41:26','e1ee90d0-2ebe-4c54-abeb-36da493ad31b'),
(48216,32,9573,NULL,2614,1,'2026-01-17 16:41:46','2026-01-17 16:41:46','77fb4104-ee3a-4b1d-9f3b-ba69a9c8d330'),
(48217,32,9573,NULL,2610,2,'2026-01-17 16:41:46','2026-01-17 16:41:46','7e1b3a20-cd44-41df-b36a-4a9c2c28b322'),
(48218,32,9573,NULL,2598,3,'2026-01-17 16:41:46','2026-01-17 16:41:46','720d65fe-70d5-4af8-9182-97bbc67c4018'),
(48219,32,9573,NULL,2608,4,'2026-01-17 16:41:46','2026-01-17 16:41:46','7c36e330-896d-4f2b-96e6-0e87f9ce9ab5'),
(48220,32,9573,NULL,2600,5,'2026-01-17 16:41:46','2026-01-17 16:41:46','10715d97-28a9-426f-9979-ac47ab29e4f2'),
(48221,32,9573,NULL,2596,6,'2026-01-17 16:41:46','2026-01-17 16:41:46','c00efb51-4395-4d79-bf9d-195f8edf6a9d'),
(48222,32,9573,NULL,2602,7,'2026-01-17 16:41:46','2026-01-17 16:41:46','40b9bd3d-2921-4134-a122-58f7e0e80e05'),
(48223,32,9573,NULL,2606,8,'2026-01-17 16:41:46','2026-01-17 16:41:46','244d26b7-b8ef-4131-b18b-1eca05bdd1af'),
(48224,32,9573,NULL,2604,9,'2026-01-17 16:41:46','2026-01-17 16:41:46','11071bd0-2c59-4504-b63c-4f1c17bf8d03'),
(48225,16,9573,NULL,8081,1,'2026-01-17 16:41:46','2026-01-17 16:41:46','18b00ed1-c031-4d15-b184-c5e755da7380'),
(48226,7,9573,NULL,601,1,'2026-01-17 16:41:46','2026-01-17 16:41:46','a15fe980-b777-4eb5-accf-ad82598617be'),
(48227,7,9573,NULL,3468,2,'2026-01-17 16:41:46','2026-01-17 16:41:46','a9766043-d47f-424d-8a80-6a507fb55e7e'),
(48228,7,9573,NULL,2972,3,'2026-01-17 16:41:46','2026-01-17 16:41:46','1e1c5c11-78c4-4a73-b9ff-01a4340bf726'),
(48229,7,9573,NULL,2974,4,'2026-01-17 16:41:46','2026-01-17 16:41:46','57e12d07-7e45-4b6e-9684-a1a987197f76'),
(48230,7,9573,NULL,617,5,'2026-01-17 16:41:46','2026-01-17 16:41:46','bb2a16c1-85d7-4c26-ae5e-013a5fbcbfa1'),
(48231,7,9573,NULL,605,6,'2026-01-17 16:41:46','2026-01-17 16:41:46','1b81de46-a824-429c-b4a4-a7900ef08f6c'),
(48232,46,9573,NULL,2891,1,'2026-01-17 16:41:46','2026-01-17 16:41:46','f22c7f05-74b2-4786-abe4-657e59733bdf'),
(48233,57,9573,NULL,8082,1,'2026-01-17 16:41:46','2026-01-17 16:41:46','55cb0563-49c1-4016-a1c5-2bbcf781d2a0'),
(48234,57,9573,NULL,8085,2,'2026-01-17 16:41:46','2026-01-17 16:41:46','44877c97-d02e-444c-9603-ae34ca97c224'),
(48235,57,9573,NULL,8086,3,'2026-01-17 16:41:46','2026-01-17 16:41:46','1229eba7-12e2-4d08-ac40-48cafb180777'),
(48236,57,9573,NULL,8087,4,'2026-01-17 16:41:46','2026-01-17 16:41:46','cf38f995-5553-4700-86cf-17c125153832'),
(48237,13,9573,NULL,6814,1,'2026-01-17 16:41:46','2026-01-17 16:41:46','3b945f2a-9cb1-4ecc-a2c8-3cd7e7da5095'),
(48260,32,9575,NULL,2614,1,'2026-01-17 16:43:42','2026-01-17 16:43:42','f8ef61fb-6d87-4365-8049-bc51cb586495'),
(48261,32,9575,NULL,2610,2,'2026-01-17 16:43:42','2026-01-17 16:43:42','0abe9647-d83d-4949-94f0-3f679e51bdb3'),
(48262,32,9575,NULL,2598,3,'2026-01-17 16:43:42','2026-01-17 16:43:42','8c1cc831-2f64-4246-8237-db9f25a796be'),
(48263,32,9575,NULL,2608,4,'2026-01-17 16:43:42','2026-01-17 16:43:42','d0940f25-3c11-40fc-8ea5-1556a03d348a'),
(48264,32,9575,NULL,2624,5,'2026-01-17 16:43:42','2026-01-17 16:43:42','c2042517-1754-41e9-8b0c-3f68bcf9822b'),
(48265,32,9575,NULL,2600,6,'2026-01-17 16:43:42','2026-01-17 16:43:42','3f94fdaf-c4c1-48ee-b277-bfd63a1a52d0'),
(48266,32,9575,NULL,2596,7,'2026-01-17 16:43:42','2026-01-17 16:43:42','e5ccf564-7fb0-4344-9828-0578234b6aa5'),
(48267,32,9575,NULL,2602,8,'2026-01-17 16:43:42','2026-01-17 16:43:42','08316928-040f-41b1-bf9f-31ccd7afebf5'),
(48268,32,9575,NULL,2606,9,'2026-01-17 16:43:42','2026-01-17 16:43:42','cf3fbffd-6e8d-45a3-8201-c78d1d299aef'),
(48269,32,9575,NULL,2612,10,'2026-01-17 16:43:42','2026-01-17 16:43:42','050f99ec-dcdb-43fb-b2f5-1f6861f9888e'),
(48270,32,9575,NULL,2604,11,'2026-01-17 16:43:42','2026-01-17 16:43:42','7d5d3488-d6ee-477f-85e4-8bbda86ce47c'),
(48271,16,9575,NULL,9204,1,'2026-01-17 16:43:42','2026-01-17 16:43:42','208d11d1-f757-4fa9-8a83-d15811147a44'),
(48272,7,9575,NULL,605,1,'2026-01-17 16:43:42','2026-01-17 16:43:42','03528bd6-6440-4906-af02-9fc93438191d'),
(48273,7,9575,NULL,617,2,'2026-01-17 16:43:42','2026-01-17 16:43:42','1261bdfc-c9e4-43d6-9e5f-9c88c2780360'),
(48274,46,9575,NULL,2891,1,'2026-01-17 16:43:42','2026-01-17 16:43:42','6cc22348-ce9e-41fb-9ec8-24043ab5b942'),
(48275,57,9575,NULL,9211,1,'2026-01-17 16:43:42','2026-01-17 16:43:42','d816b7ad-be35-472d-a8ae-dc5d12dd9cd3'),
(48276,57,9575,NULL,9210,2,'2026-01-17 16:43:42','2026-01-17 16:43:42','93024ca4-e0de-4216-8d6e-07a5e0b1f316'),
(48277,57,9575,NULL,9213,3,'2026-01-17 16:43:42','2026-01-17 16:43:42','f4285971-cfe3-4aa2-84a4-4edd7e3843ca'),
(48278,57,9575,NULL,9212,4,'2026-01-17 16:43:42','2026-01-17 16:43:42','80dab5f1-92d0-4e32-9cc1-e02a3c53ec46'),
(48279,57,9575,NULL,9209,5,'2026-01-17 16:43:42','2026-01-17 16:43:42','6dc6f9ee-398e-4d31-a3cb-af401575f644'),
(48280,57,9575,NULL,9207,6,'2026-01-17 16:43:42','2026-01-17 16:43:42','f46a38f6-48b6-447c-aeab-0904c1269fc0'),
(48281,57,9575,NULL,9208,7,'2026-01-17 16:43:42','2026-01-17 16:43:42','2e043d78-c7c7-4d0e-911e-c627e9db5c22'),
(48291,83,9577,NULL,1431,1,'2026-01-17 16:44:17','2026-01-17 16:44:17','90d30843-adb6-48e7-81dd-6839b78a4e83'),
(48292,16,9577,NULL,6640,1,'2026-01-17 16:44:17','2026-01-17 16:44:17','cd05d199-212d-4b60-bf9a-0049f868b70e'),
(48293,57,9577,NULL,6635,1,'2026-01-17 16:44:17','2026-01-17 16:44:17','50986ca7-cab0-40e9-9140-71ae76e1842e'),
(48294,57,9577,NULL,6636,2,'2026-01-17 16:44:17','2026-01-17 16:44:17','90286d59-3834-4944-ac4f-d57f65488a1a'),
(48295,57,9577,NULL,6637,3,'2026-01-17 16:44:17','2026-01-17 16:44:17','09040a0b-c7ee-4a23-b6d5-c7b573b7cadf'),
(48296,57,9577,NULL,6638,4,'2026-01-17 16:44:17','2026-01-17 16:44:17','11889a78-7dbc-4036-b89a-860a6667b0cd'),
(48297,57,9577,NULL,6639,5,'2026-01-17 16:44:17','2026-01-17 16:44:17','df419d6a-3a15-4a5a-ac47-5c933565b1df'),
(48298,57,9577,NULL,6640,6,'2026-01-17 16:44:17','2026-01-17 16:44:17','445c8aa4-4b3d-4dcc-af63-53648e4453a7'),
(48324,32,9579,NULL,2610,1,'2026-01-17 16:44:39','2026-01-17 16:44:39','eec336b4-f977-48ba-9a87-853d40452b91'),
(48325,32,9579,NULL,2598,2,'2026-01-17 16:44:39','2026-01-17 16:44:39','18b0d172-b018-488b-a8b3-103de9d43935'),
(48326,32,9579,NULL,2608,3,'2026-01-17 16:44:39','2026-01-17 16:44:39','c70a57d8-2d4d-4b94-978a-e993dd131440'),
(48327,32,9579,NULL,2600,4,'2026-01-17 16:44:39','2026-01-17 16:44:39','9b2dd2a6-4e2f-4813-8468-c6965f55c16d'),
(48328,32,9579,NULL,2596,5,'2026-01-17 16:44:39','2026-01-17 16:44:39','1f385cf5-0a1b-448d-965a-6604f4d6d7da'),
(48329,32,9579,NULL,2602,6,'2026-01-17 16:44:39','2026-01-17 16:44:39','5d3dbce5-c71f-4518-ae7f-47b82b6e4386'),
(48330,32,9579,NULL,2612,7,'2026-01-17 16:44:39','2026-01-17 16:44:39','01a49e52-6a81-4524-81ec-7f14c31c6b59'),
(48331,32,9579,NULL,2618,8,'2026-01-17 16:44:39','2026-01-17 16:44:39','67016e77-c38e-4435-980e-f69c095482b1'),
(48332,32,9579,NULL,2604,9,'2026-01-17 16:44:39','2026-01-17 16:44:39','b9ca7e74-b067-4df0-a71d-927cd1327332'),
(48333,16,9579,NULL,9008,1,'2026-01-17 16:44:39','2026-01-17 16:44:39','a2f56a6e-c499-477c-90e0-6f1b9b4e639e'),
(48334,7,9579,NULL,605,1,'2026-01-17 16:44:39','2026-01-17 16:44:39','6c25b3cd-0f15-4e10-ba03-84a9ccbd4864'),
(48335,7,9579,NULL,617,2,'2026-01-17 16:44:39','2026-01-17 16:44:39','08f07fe2-f560-48e1-9adb-300e5b163974'),
(48336,82,9579,NULL,479,1,'2026-01-17 16:44:39','2026-01-17 16:44:39','7bb5dc29-8569-46a4-b250-6238a86eb3f4'),
(48337,82,9579,NULL,491,2,'2026-01-17 16:44:39','2026-01-17 16:44:39','be1afc70-79e0-42c0-9a6b-7d8ba4583df4'),
(48338,46,9579,NULL,3697,1,'2026-01-17 16:44:39','2026-01-17 16:44:39','72924cd3-c190-4ec0-b741-4661eaa0ceff'),
(48339,57,9579,NULL,9011,1,'2026-01-17 16:44:39','2026-01-17 16:44:39','d4fe5bfc-1028-4bf0-aa7d-1cd26edd780e'),
(48340,57,9579,NULL,9017,2,'2026-01-17 16:44:39','2026-01-17 16:44:39','481c8a7c-bb77-4787-b1e7-513d54f082cb'),
(48341,57,9579,NULL,9015,3,'2026-01-17 16:44:39','2026-01-17 16:44:39','13030d3b-cda5-4d82-a7b1-7221bd0c6820'),
(48342,57,9579,NULL,9016,4,'2026-01-17 16:44:39','2026-01-17 16:44:39','39e2b82d-12b9-4701-af9c-7f284bf6b419'),
(48343,57,9579,NULL,9013,5,'2026-01-17 16:44:39','2026-01-17 16:44:39','796b4d35-9575-4e7b-875c-473de97c82fe'),
(48344,57,9579,NULL,9014,6,'2026-01-17 16:44:39','2026-01-17 16:44:39','c1f951a1-7ed2-4af5-9240-54ee8d654460'),
(48345,57,9579,NULL,9012,7,'2026-01-17 16:44:39','2026-01-17 16:44:39','010c48ce-7cd6-4089-ae4d-590d9bcee8be'),
(48346,57,9579,NULL,9018,8,'2026-01-17 16:44:39','2026-01-17 16:44:39','2cf844b5-8207-49ec-a382-0a91a514b2c2'),
(48376,32,9582,NULL,2610,1,'2026-01-17 16:45:25','2026-01-17 16:45:25','5dbda302-b9f1-45ca-995c-49bef249a626'),
(48377,32,9582,NULL,2598,2,'2026-01-17 16:45:25','2026-01-17 16:45:25','31228799-ac62-44d2-8686-89edeb6b0ed5'),
(48378,32,9582,NULL,2624,3,'2026-01-17 16:45:25','2026-01-17 16:45:25','90dfb47f-37fa-4e47-99a1-0e6e4b76204a'),
(48379,32,9582,NULL,2600,4,'2026-01-17 16:45:25','2026-01-17 16:45:25','fe3f8f1c-9625-4f58-901d-d565b18c2f54'),
(48380,32,9582,NULL,2596,5,'2026-01-17 16:45:25','2026-01-17 16:45:25','89b65a31-24f3-4809-846b-23d2516e780a'),
(48381,32,9582,NULL,2602,6,'2026-01-17 16:45:25','2026-01-17 16:45:25','7e96fe05-6077-44d9-b3a8-977c4d99c7de'),
(48382,32,9582,NULL,2606,7,'2026-01-17 16:45:25','2026-01-17 16:45:25','9f966bd7-ab97-4be3-8302-4ee9f277c63a'),
(48383,32,9582,NULL,2612,8,'2026-01-17 16:45:25','2026-01-17 16:45:25','81da6ce8-c6c1-477e-9011-46909215b534'),
(48384,32,9582,NULL,2604,9,'2026-01-17 16:45:25','2026-01-17 16:45:25','3500fa27-c070-47e7-94f4-5dd0a4dc12cc'),
(48385,32,9582,NULL,2608,10,'2026-01-17 16:45:25','2026-01-17 16:45:25','ce52e94e-4ddb-4752-9334-e31ec5485a8b'),
(48386,16,9582,NULL,3058,1,'2026-01-17 16:45:25','2026-01-17 16:45:25','bcbcdcf4-9414-493c-b582-7d696d5defec'),
(48387,7,9582,NULL,2969,1,'2026-01-17 16:45:25','2026-01-17 16:45:25','96fd6d00-ed17-4ffe-9a55-fba1f0c532d6'),
(48388,7,9582,NULL,617,2,'2026-01-17 16:45:25','2026-01-17 16:45:25','9a0008f8-a94a-4c00-ade6-76add0752b0f'),
(48389,7,9582,NULL,605,3,'2026-01-17 16:45:25','2026-01-17 16:45:25','105907bb-2ef0-4f94-baf2-761abe64b1a2'),
(48390,82,9582,NULL,491,1,'2026-01-17 16:45:25','2026-01-17 16:45:25','b8ff4ef2-b541-4f4a-974e-3e25c49811d4'),
(48391,46,9582,NULL,2891,1,'2026-01-17 16:45:25','2026-01-17 16:45:25','d0563131-ae8f-4dac-8115-f0dd2c530930'),
(48392,57,9582,NULL,4927,1,'2026-01-17 16:45:25','2026-01-17 16:45:25','abe4db85-250e-46a1-9cb7-de2faa84d8a7'),
(48393,57,9582,NULL,7772,2,'2026-01-17 16:45:25','2026-01-17 16:45:25','ba837662-509c-4bea-a12d-259e1115ae5b'),
(48394,57,9582,NULL,4931,3,'2026-01-17 16:45:25','2026-01-17 16:45:25','8f4b5b38-da0b-439e-9c10-ddaa40081b3b'),
(48395,57,9582,NULL,4930,4,'2026-01-17 16:45:25','2026-01-17 16:45:25','3fad5303-a6f3-493e-8724-b56bfd402f85'),
(48396,57,9582,NULL,4932,5,'2026-01-17 16:45:25','2026-01-17 16:45:25','dc37b9b5-c353-43f3-9532-d8e9871480bb'),
(48397,57,9582,NULL,4933,6,'2026-01-17 16:45:25','2026-01-17 16:45:25','26c16219-7fbe-4992-a2ed-b8c77b087b00'),
(48398,57,9582,NULL,4934,7,'2026-01-17 16:45:25','2026-01-17 16:45:25','c3d6b757-99d1-4c2c-be33-eea12506160a'),
(48399,57,9582,NULL,4935,8,'2026-01-17 16:45:25','2026-01-17 16:45:25','06463275-665e-4614-bd36-8c094519e10c'),
(48400,57,9582,NULL,7739,9,'2026-01-17 16:45:25','2026-01-17 16:45:25','7a7dd9a9-a965-4dbd-83c6-ffc8742c2504'),
(48401,57,9582,NULL,7740,10,'2026-01-17 16:45:25','2026-01-17 16:45:25','a12bf90e-974e-46c2-8818-83d789278a28'),
(48402,57,9582,NULL,7741,11,'2026-01-17 16:45:25','2026-01-17 16:45:25','7d633ea8-9661-42de-b7f6-804173092192'),
(48432,32,9584,NULL,2610,1,'2026-01-17 16:45:28','2026-01-17 16:45:28','e47dec4b-5f76-42a3-ad9c-4d576ce6b1ef'),
(48433,32,9584,NULL,2598,2,'2026-01-17 16:45:28','2026-01-17 16:45:28','33662829-5caa-4be9-b0a2-e0e32bbad793'),
(48434,32,9584,NULL,2624,3,'2026-01-17 16:45:28','2026-01-17 16:45:28','93a92972-83d7-4a05-a514-9b67eab4bf76'),
(48435,32,9584,NULL,2600,4,'2026-01-17 16:45:28','2026-01-17 16:45:28','d1f737f5-f685-4daa-a530-c9ee224763cd'),
(48436,32,9584,NULL,2596,5,'2026-01-17 16:45:28','2026-01-17 16:45:28','82411ecf-4823-470d-ac40-e39d467044fd'),
(48437,32,9584,NULL,2602,6,'2026-01-17 16:45:28','2026-01-17 16:45:28','0fdd9f33-adbf-4a40-b153-82d9c518f5b0'),
(48438,32,9584,NULL,2606,7,'2026-01-17 16:45:28','2026-01-17 16:45:28','7ab66ed6-a606-48c7-ab68-d936aabd7bb1'),
(48439,32,9584,NULL,2612,8,'2026-01-17 16:45:28','2026-01-17 16:45:28','9e742f74-d5c8-4c38-99ea-bb0bef9f232d'),
(48440,32,9584,NULL,2604,9,'2026-01-17 16:45:28','2026-01-17 16:45:28','413709b1-118d-473e-b504-5e3d2a2982a6'),
(48441,32,9584,NULL,2608,10,'2026-01-17 16:45:28','2026-01-17 16:45:28','21952854-8172-49ce-8500-0707d97a9496'),
(48442,16,9584,NULL,3058,1,'2026-01-17 16:45:28','2026-01-17 16:45:28','05a260db-3b6c-4aac-a6dd-6a8b292feb98'),
(48443,7,9584,NULL,2969,1,'2026-01-17 16:45:28','2026-01-17 16:45:28','be0c6c8b-0011-4232-9fc0-da0a185632c2'),
(48444,7,9584,NULL,617,2,'2026-01-17 16:45:28','2026-01-17 16:45:28','01978731-ac83-4c15-9dab-13030f5a49cc'),
(48445,7,9584,NULL,605,3,'2026-01-17 16:45:28','2026-01-17 16:45:28','939d50ce-ec3b-4ae0-a73a-199564429325'),
(48446,82,9584,NULL,491,1,'2026-01-17 16:45:28','2026-01-17 16:45:28','70a82a56-ef4f-48df-bcee-7343429bec2d'),
(48447,46,9584,NULL,2891,1,'2026-01-17 16:45:28','2026-01-17 16:45:28','43e9d41f-4378-4cfc-91a9-4a6996dc2258'),
(48448,57,9584,NULL,4927,1,'2026-01-17 16:45:28','2026-01-17 16:45:28','57ea55fc-6e09-43d0-bfbd-ab17bc89363f'),
(48449,57,9584,NULL,7772,2,'2026-01-17 16:45:28','2026-01-17 16:45:28','cc124242-e916-42cb-bd07-6160348bc4fc'),
(48450,57,9584,NULL,4931,3,'2026-01-17 16:45:28','2026-01-17 16:45:28','ea76fc32-a7f3-4720-a98e-e7b03454c11b'),
(48451,57,9584,NULL,4930,4,'2026-01-17 16:45:28','2026-01-17 16:45:28','46e5d763-85d5-408e-9dbc-5da7d938b4a7'),
(48452,57,9584,NULL,4932,5,'2026-01-17 16:45:28','2026-01-17 16:45:28','6fc7f128-be08-4d5b-a902-9728e1a37e81'),
(48453,57,9584,NULL,4933,6,'2026-01-17 16:45:28','2026-01-17 16:45:28','5cc3cab2-58a1-415e-9306-e9b487b38f41'),
(48454,57,9584,NULL,4934,7,'2026-01-17 16:45:28','2026-01-17 16:45:28','be138c19-739e-4d89-8629-9a62345c925c'),
(48455,57,9584,NULL,4935,8,'2026-01-17 16:45:28','2026-01-17 16:45:28','eeaa24cc-caa7-4ef9-b258-19832db9b031'),
(48456,57,9584,NULL,7739,9,'2026-01-17 16:45:28','2026-01-17 16:45:28','44ec1758-0ccc-4c13-bdbb-a03244efb077'),
(48457,57,9584,NULL,7740,10,'2026-01-17 16:45:28','2026-01-17 16:45:28','7a2c8d6a-aaf2-41cb-a9e3-5e994cb5b04a'),
(48458,57,9584,NULL,7741,11,'2026-01-17 16:45:28','2026-01-17 16:45:28','94158b8b-543f-4575-b38a-4dfa6589ad7c'),
(48488,32,9586,NULL,2610,1,'2026-01-17 16:46:33','2026-01-17 16:46:33','60561194-2849-4b7f-9f41-4cdc6c84be1a'),
(48489,32,9586,NULL,2598,2,'2026-01-17 16:46:33','2026-01-17 16:46:33','cf1501c4-aed4-42f0-92a3-d44f0aa519b7'),
(48490,32,9586,NULL,2624,3,'2026-01-17 16:46:33','2026-01-17 16:46:33','be380f95-ede4-44f3-94e2-020ffeaa1ab8'),
(48491,32,9586,NULL,2600,4,'2026-01-17 16:46:33','2026-01-17 16:46:33','d347b260-d409-442a-ab56-6f93b622e0ac'),
(48492,32,9586,NULL,2596,5,'2026-01-17 16:46:33','2026-01-17 16:46:33','94c92051-85ba-47cd-9d9a-d9bda0a40954'),
(48493,32,9586,NULL,2602,6,'2026-01-17 16:46:33','2026-01-17 16:46:33','3d206fa9-def0-4934-b195-68cf55703e04'),
(48494,32,9586,NULL,2606,7,'2026-01-17 16:46:33','2026-01-17 16:46:33','e08b6c11-ed66-4ff7-acb5-571b826cfaac'),
(48495,32,9586,NULL,2612,8,'2026-01-17 16:46:33','2026-01-17 16:46:33','8bd41404-5879-401f-bb68-51bf78475192'),
(48496,32,9586,NULL,2604,9,'2026-01-17 16:46:33','2026-01-17 16:46:33','7dddf0f3-2bb2-4a1e-9f4f-cb332b21a372'),
(48497,32,9586,NULL,2608,10,'2026-01-17 16:46:33','2026-01-17 16:46:33','27358da0-bb49-4dd0-b50d-668b1b8f8684'),
(48498,16,9586,NULL,3058,1,'2026-01-17 16:46:33','2026-01-17 16:46:33','ce9b6d8c-9dad-45cd-8f39-1a10560f76f4'),
(48499,7,9586,NULL,2969,1,'2026-01-17 16:46:33','2026-01-17 16:46:33','deff26c4-2898-4eec-941c-e7ded5e8df2b'),
(48500,7,9586,NULL,617,2,'2026-01-17 16:46:33','2026-01-17 16:46:33','646809ec-36b8-484f-8918-1c71e620f65d'),
(48501,7,9586,NULL,605,3,'2026-01-17 16:46:33','2026-01-17 16:46:33','3468ebcb-e715-49df-b4fc-1ded37829893'),
(48502,82,9586,NULL,491,1,'2026-01-17 16:46:33','2026-01-17 16:46:33','f92dd290-f23c-4c40-a3c2-454eb9e58678'),
(48503,46,9586,NULL,2891,1,'2026-01-17 16:46:33','2026-01-17 16:46:33','dece92ec-1df1-4cf8-9f3c-fa4ffd8a0afb'),
(48504,57,9586,NULL,4927,1,'2026-01-17 16:46:33','2026-01-17 16:46:33','c38a4cb8-c842-41c6-974a-e84fe3e02d40'),
(48505,57,9586,NULL,7772,2,'2026-01-17 16:46:33','2026-01-17 16:46:33','81d4a36f-cda5-45fc-a45d-ea29c53305c4'),
(48506,57,9586,NULL,4931,3,'2026-01-17 16:46:33','2026-01-17 16:46:33','ff7c4f64-9455-4342-a68d-ddf7d5721f8c'),
(48507,57,9586,NULL,4930,4,'2026-01-17 16:46:33','2026-01-17 16:46:33','bc80b0ba-6027-414f-84fc-14a9d7361d39'),
(48508,57,9586,NULL,4932,5,'2026-01-17 16:46:33','2026-01-17 16:46:33','2ad6fe68-2ecf-4e5c-8f19-fa29dfb0daf2'),
(48509,57,9586,NULL,4933,6,'2026-01-17 16:46:33','2026-01-17 16:46:33','15c281bf-83ac-4d41-b973-ea21277b7df7'),
(48510,57,9586,NULL,4934,7,'2026-01-17 16:46:33','2026-01-17 16:46:33','dda44618-0485-47b2-9723-04eb733df8e3'),
(48511,57,9586,NULL,4935,8,'2026-01-17 16:46:33','2026-01-17 16:46:33','7299cfca-064d-4d4c-9d3e-d706661b4b05'),
(48512,57,9586,NULL,7739,9,'2026-01-17 16:46:33','2026-01-17 16:46:33','251c321c-2d54-4f65-8370-8797f8cefb4d'),
(48513,57,9586,NULL,7740,10,'2026-01-17 16:46:33','2026-01-17 16:46:33','d9fd248f-8f8f-4941-bc93-853843db69b9'),
(48514,57,9586,NULL,7741,11,'2026-01-17 16:46:33','2026-01-17 16:46:33','957a1203-4d13-49f0-96d6-d87df67e1760'),
(48538,32,9588,NULL,2610,1,'2026-01-17 16:46:50','2026-01-17 16:46:50','1e521630-2112-46c5-8d7b-8daf55d442d1'),
(48539,32,9588,NULL,2598,2,'2026-01-17 16:46:50','2026-01-17 16:46:50','9c7d8021-b0bd-4a88-b900-0d5f3db9c705'),
(48540,32,9588,NULL,2600,3,'2026-01-17 16:46:50','2026-01-17 16:46:50','0911636d-b275-493d-9558-4fff8f1d69a9'),
(48541,32,9588,NULL,2602,4,'2026-01-17 16:46:50','2026-01-17 16:46:50','92b507ff-f0a9-4a78-9227-ca1fa9f1b3d7'),
(48542,32,9588,NULL,2612,5,'2026-01-17 16:46:50','2026-01-17 16:46:50','2b6493f2-02e1-4aea-a532-89e728bc4e6d'),
(48543,32,9588,NULL,2618,6,'2026-01-17 16:46:50','2026-01-17 16:46:50','4aeda34e-6bdb-424c-badd-42eb79ffa6b6'),
(48544,32,9588,NULL,2604,7,'2026-01-17 16:46:50','2026-01-17 16:46:50','13f0d222-c3dd-49d4-951f-2512b5e55ca6'),
(48545,32,9588,NULL,2608,8,'2026-01-17 16:46:50','2026-01-17 16:46:50','afcaf7cb-e031-4277-92ee-23baa30d900a'),
(48546,32,9588,NULL,2596,9,'2026-01-17 16:46:50','2026-01-17 16:46:50','e96ef59c-3296-43a9-a5cf-b068bcf5b008'),
(48547,16,9588,NULL,4639,1,'2026-01-17 16:46:50','2026-01-17 16:46:50','8df8c183-cbdc-405c-9607-9a2a531fe9f7'),
(48548,7,9588,NULL,2974,1,'2026-01-17 16:46:50','2026-01-17 16:46:50','40925db2-733a-4715-9e13-46b38f1ce357'),
(48549,7,9588,NULL,617,2,'2026-01-17 16:46:50','2026-01-17 16:46:50','b467fad2-a9be-4476-a987-e8f14ed2bffd'),
(48550,7,9588,NULL,605,3,'2026-01-17 16:46:50','2026-01-17 16:46:50','93a4bba3-b687-422d-9476-59418c25d1e4'),
(48551,82,9588,NULL,479,1,'2026-01-17 16:46:50','2026-01-17 16:46:50','cad376f5-4283-4e3c-a73c-c25b394140af'),
(48552,82,9588,NULL,491,2,'2026-01-17 16:46:50','2026-01-17 16:46:50','5062193b-29fa-4d15-b941-922c8f647080'),
(48553,46,9588,NULL,3697,1,'2026-01-17 16:46:50','2026-01-17 16:46:50','8362089d-8ee5-4e35-8c15-254360a8ed1a'),
(48554,57,9588,NULL,5084,1,'2026-01-17 16:46:50','2026-01-17 16:46:50','d36adfdb-405b-49f9-82ea-d1d9c24304c6'),
(48555,57,9588,NULL,5085,2,'2026-01-17 16:46:50','2026-01-17 16:46:50','85ad4770-df71-41cf-b20d-c124d03757dc'),
(48556,57,9588,NULL,5086,3,'2026-01-17 16:46:50','2026-01-17 16:46:50','38e8f280-7058-49dd-a80a-1f11856acfe2'),
(48557,57,9588,NULL,5087,4,'2026-01-17 16:46:50','2026-01-17 16:46:50','2c60e8a7-c666-4654-a372-25eddadbc403'),
(48558,57,9588,NULL,5088,5,'2026-01-17 16:46:50','2026-01-17 16:46:50','26fffa32-ed52-43c3-aa08-f81d1669bd56'),
(48561,57,1215,NULL,9589,3,'2026-01-17 16:49:11','2026-01-17 16:49:11','4666a760-235c-487e-bd39-e7941d12a63b'),
(48562,32,9590,NULL,2610,1,'2026-01-17 16:49:11','2026-01-17 16:49:11','7905a7de-da26-4680-9ce7-57b406cb013e'),
(48563,32,9590,NULL,2598,2,'2026-01-17 16:49:11','2026-01-17 16:49:11','ef4278a3-3207-40b9-8aa7-f46ccf222f28'),
(48564,32,9590,NULL,2600,3,'2026-01-17 16:49:11','2026-01-17 16:49:11','0f836d90-e199-4dd3-9a50-70f7e7cf9e3d'),
(48565,32,9590,NULL,2604,4,'2026-01-17 16:49:11','2026-01-17 16:49:11','72172d26-b535-4f5b-8b38-2947eda31a3d'),
(48566,32,9590,NULL,2608,5,'2026-01-17 16:49:11','2026-01-17 16:49:11','6c5f4cfa-c95c-4ae3-b314-71118fb9bc06'),
(48567,32,9590,NULL,2602,6,'2026-01-17 16:49:11','2026-01-17 16:49:11','6c936fb3-3ea1-415e-9ad0-8262c845942e'),
(48568,16,9590,NULL,4466,1,'2026-01-17 16:49:11','2026-01-17 16:49:11','11b2361e-80d8-4899-b243-e2a8cbfb8d85'),
(48569,7,9590,NULL,2969,1,'2026-01-17 16:49:11','2026-01-17 16:49:11','9666366a-6572-4337-a539-08a04fa6ac26'),
(48570,7,9590,NULL,617,2,'2026-01-17 16:49:11','2026-01-17 16:49:11','7d2478fd-8289-4cf0-920e-d87833fedce6'),
(48571,7,9590,NULL,605,3,'2026-01-17 16:49:11','2026-01-17 16:49:11','0c4216c2-37ab-4ef4-b56d-dffc3f61c5c2'),
(48572,82,9590,NULL,469,1,'2026-01-17 16:49:11','2026-01-17 16:49:11','68bc981c-74ad-4de2-ae10-f7e4d2251acb'),
(48573,82,9590,NULL,479,2,'2026-01-17 16:49:11','2026-01-17 16:49:11','81852d42-b29f-4b34-9a24-4df866f35835'),
(48574,82,9590,NULL,491,3,'2026-01-17 16:49:11','2026-01-17 16:49:11','e75d0455-ba32-4286-8ee5-a5f04e4e24c9'),
(48575,57,9590,NULL,8888,1,'2026-01-17 16:49:11','2026-01-17 16:49:11','faa948aa-e063-4bd5-8f3d-2e7c56542e0b'),
(48576,57,9590,NULL,8889,2,'2026-01-17 16:49:11','2026-01-17 16:49:11','98dc790a-2d99-4e54-a3ca-b7226e64e7b9'),
(48577,57,9590,NULL,9589,3,'2026-01-17 16:49:11','2026-01-17 16:49:11','8e9a254b-4d3d-45a6-9234-e1197a1c3623'),
(48602,57,1225,NULL,9592,7,'2026-01-17 16:54:58','2026-01-17 16:54:58','7d9f5340-e9f3-44fb-889b-a699c500f1d2'),
(48603,32,9593,NULL,2610,1,'2026-01-17 16:54:58','2026-01-17 16:54:58','b260d726-06e2-4ddb-ab5c-9ade35b6a52a'),
(48604,32,9593,NULL,2598,2,'2026-01-17 16:54:58','2026-01-17 16:54:58','27618615-e4d3-401b-88c9-405001629a19'),
(48605,32,9593,NULL,2600,3,'2026-01-17 16:54:58','2026-01-17 16:54:58','1b10ec74-d88e-482b-acb2-221fdc4b5c31'),
(48606,32,9593,NULL,2604,4,'2026-01-17 16:54:58','2026-01-17 16:54:58','f44562eb-454c-4ac9-90c6-4fba7d2d62e3'),
(48607,32,9593,NULL,2608,5,'2026-01-17 16:54:58','2026-01-17 16:54:58','1365f48e-1f4d-4bd5-9bc3-bef58ffa8d1a'),
(48608,32,9593,NULL,2602,6,'2026-01-17 16:54:58','2026-01-17 16:54:58','7eb827ae-bea5-46c9-be20-6b854e62a198'),
(48609,16,9593,NULL,4526,1,'2026-01-17 16:54:58','2026-01-17 16:54:58','720f6f94-5dc5-4c94-ac47-17bcac3d3a7a'),
(48610,7,9593,NULL,2969,1,'2026-01-17 16:54:58','2026-01-17 16:54:58','479d86a4-16f6-48e2-8973-bd5c9557eafb'),
(48611,7,9593,NULL,2974,2,'2026-01-17 16:54:58','2026-01-17 16:54:58','1a8e328b-beeb-4a2d-b234-b3bb3e5dde8d'),
(48612,7,9593,NULL,617,3,'2026-01-17 16:54:58','2026-01-17 16:54:58','b6e7290b-914a-492f-b459-df6bef7e9bc9'),
(48613,7,9593,NULL,605,4,'2026-01-17 16:54:58','2026-01-17 16:54:58','2d0652d1-e69b-4b39-8146-e2ad9f054835'),
(48614,82,9593,NULL,469,1,'2026-01-17 16:54:58','2026-01-17 16:54:58','a2fdafdb-c30c-4d6a-a157-50b9d01e2ef5'),
(48615,82,9593,NULL,479,2,'2026-01-17 16:54:58','2026-01-17 16:54:58','837d01dd-c5fb-495c-9f76-0f8a233f8681'),
(48616,82,9593,NULL,491,3,'2026-01-17 16:54:58','2026-01-17 16:54:58','e698217b-935a-48dc-97d2-269ed6a19d98'),
(48617,57,9593,NULL,8955,1,'2026-01-17 16:54:58','2026-01-17 16:54:58','457974d9-6ec4-4e42-a036-4d7fd1ba82f9'),
(48618,57,9593,NULL,8956,2,'2026-01-17 16:54:58','2026-01-17 16:54:58','1180847c-0e34-4619-a017-57b14450e30b'),
(48619,57,9593,NULL,8957,3,'2026-01-17 16:54:58','2026-01-17 16:54:58','3a6736c7-fcf2-4c54-9465-e94ba4c3d84b'),
(48620,57,9593,NULL,8958,4,'2026-01-17 16:54:58','2026-01-17 16:54:58','f9828e94-2242-438b-b9b4-5a42bacc7a18'),
(48621,57,9593,NULL,8953,5,'2026-01-17 16:54:58','2026-01-17 16:54:58','986cdbfb-70f4-401c-92a9-1c2aacb5f727'),
(48622,57,9593,NULL,8954,6,'2026-01-17 16:54:58','2026-01-17 16:54:58','49965af8-11ca-4ef6-af37-d701c35de01c'),
(48623,57,9593,NULL,9592,7,'2026-01-17 16:54:58','2026-01-17 16:54:58','b36ce53b-3bac-4cdd-9c36-8efcfe14638d'),
(48624,57,9593,NULL,8959,8,'2026-01-17 16:54:58','2026-01-17 16:54:58','017552a9-641f-4714-a9c0-30af5cb3b433'),
(48661,32,9596,NULL,2610,1,'2026-01-17 16:56:13','2026-01-17 16:56:13','0f45c4e8-cec1-4666-b121-e66487f0703e'),
(48662,32,9596,NULL,2598,2,'2026-01-17 16:56:13','2026-01-17 16:56:13','64ba5066-32b8-40c7-bccf-6fccb569bd1c'),
(48663,32,9596,NULL,2600,3,'2026-01-17 16:56:13','2026-01-17 16:56:13','af87cf37-3a07-4811-a48a-f03ad40353f6'),
(48664,32,9596,NULL,2604,4,'2026-01-17 16:56:13','2026-01-17 16:56:13','96c3654e-4d94-4329-b8fb-a421e22ab066'),
(48665,32,9596,NULL,2608,5,'2026-01-17 16:56:13','2026-01-17 16:56:13','8d8ea2ce-b4bc-4a71-a2b7-0fa7394526ed'),
(48666,32,9596,NULL,2596,6,'2026-01-17 16:56:13','2026-01-17 16:56:13','6b5ad363-29fd-4ab8-894f-e97a916d9156'),
(48667,32,9596,NULL,2602,7,'2026-01-17 16:56:13','2026-01-17 16:56:13','c5248945-2471-4412-94ef-7b56eff42e07'),
(48668,16,9596,NULL,3959,1,'2026-01-17 16:56:13','2026-01-17 16:56:13','6261d75f-ba2f-41c9-b080-836e5e4a9170'),
(48669,7,9596,NULL,617,1,'2026-01-17 16:56:13','2026-01-17 16:56:13','9ffbdc67-c837-43b7-8f85-94ecd53e1210'),
(48670,7,9596,NULL,605,2,'2026-01-17 16:56:13','2026-01-17 16:56:13','ad5e1c6b-e4dd-4bb8-bd7c-1c1bffb95e83'),
(48671,82,9596,NULL,479,1,'2026-01-17 16:56:13','2026-01-17 16:56:13','f788ae6d-b3c2-4509-ba31-ceff537b175f'),
(48672,82,9596,NULL,491,2,'2026-01-17 16:56:13','2026-01-17 16:56:13','3aa499d2-a938-4fae-a061-fcf9ef3970b0'),
(48673,57,9596,NULL,8132,1,'2026-01-17 16:56:13','2026-01-17 16:56:13','8afdb011-1074-41dc-8762-033d7b46590b'),
(48674,57,9596,NULL,8136,2,'2026-01-17 16:56:13','2026-01-17 16:56:13','06d50305-e387-4c65-a882-abf86158c683'),
(48675,57,9596,NULL,8131,3,'2026-01-17 16:56:13','2026-01-17 16:56:13','d64c1e28-3c35-48a3-bf26-1e107392e987'),
(48676,57,9596,NULL,8134,4,'2026-01-17 16:56:13','2026-01-17 16:56:13','7e564596-8b3c-4c5d-8a09-dc7c6dce1a36'),
(48677,57,9596,NULL,8135,5,'2026-01-17 16:56:13','2026-01-17 16:56:13','f20d6b84-daf4-4bf9-847f-26f3135586f4'),
(48695,32,9598,NULL,2610,1,'2026-01-17 16:56:34','2026-01-17 16:56:34','68d4ba16-a475-461c-b6ec-48fe04614a29'),
(48696,32,9598,NULL,2598,2,'2026-01-17 16:56:34','2026-01-17 16:56:34','44c1cdd3-76fe-4a57-9854-61bdd63aa622'),
(48697,32,9598,NULL,2600,3,'2026-01-17 16:56:34','2026-01-17 16:56:34','72af883b-6008-446f-a9f8-3375bd5ad304'),
(48698,32,9598,NULL,2604,4,'2026-01-17 16:56:34','2026-01-17 16:56:34','826badea-9600-4ae6-8c2a-8cb4a72ffd48'),
(48699,32,9598,NULL,2608,5,'2026-01-17 16:56:34','2026-01-17 16:56:34','8d7543c1-715e-4b2d-b9e4-afbbb1062f82'),
(48700,32,9598,NULL,2596,6,'2026-01-17 16:56:34','2026-01-17 16:56:34','a95ce9b9-03a9-47e7-afdf-969bfc4d6c1b'),
(48701,32,9598,NULL,2602,7,'2026-01-17 16:56:34','2026-01-17 16:56:34','95f18b44-851b-4dde-959c-2b66f8f9dc9d'),
(48702,16,9598,NULL,3959,1,'2026-01-17 16:56:34','2026-01-17 16:56:34','d254feee-322d-4322-8ab4-b1b2aba8e8f1'),
(48703,7,9598,NULL,617,1,'2026-01-17 16:56:34','2026-01-17 16:56:34','3901458d-86dd-42b0-bf22-8f5d96a15a6d'),
(48704,7,9598,NULL,605,2,'2026-01-17 16:56:34','2026-01-17 16:56:34','25f66983-965e-4360-9a2b-e253c094968d'),
(48705,82,9598,NULL,479,1,'2026-01-17 16:56:34','2026-01-17 16:56:34','05e0b542-71ec-4b3e-ab5f-b5f6777ba2ff'),
(48706,82,9598,NULL,491,2,'2026-01-17 16:56:34','2026-01-17 16:56:34','5d522188-4d7d-4ff5-9782-a5ea51a2a86d'),
(48707,57,9598,NULL,8132,1,'2026-01-17 16:56:34','2026-01-17 16:56:34','be758b9d-bd3d-4152-aa8a-4a191d402d41'),
(48708,57,9598,NULL,8136,2,'2026-01-17 16:56:34','2026-01-17 16:56:34','fbde1ee7-1c64-4603-b383-759a440d4b24'),
(48709,57,9598,NULL,8131,3,'2026-01-17 16:56:34','2026-01-17 16:56:34','dc33a69e-2c65-4422-8f2f-58556928626a'),
(48710,57,9598,NULL,8134,4,'2026-01-17 16:56:34','2026-01-17 16:56:34','1602b5b1-fadb-4c41-ad00-2eb47d6fa909'),
(48711,57,9598,NULL,8135,5,'2026-01-17 16:56:34','2026-01-17 16:56:34','d9078e35-7f18-4444-9fb7-34a0cfd683bd'),
(48731,32,9600,NULL,2610,1,'2026-01-17 16:58:11','2026-01-17 16:58:11','3d9981a6-8e46-448b-ac17-e1986fc02579'),
(48732,32,9600,NULL,2598,2,'2026-01-17 16:58:11','2026-01-17 16:58:11','b453c309-b4d0-4329-85bc-f3f12e2c7c44'),
(48733,32,9600,NULL,2600,3,'2026-01-17 16:58:11','2026-01-17 16:58:11','84690c6d-d3e5-4bf8-aec0-3e12a53f2a2b'),
(48734,32,9600,NULL,2602,4,'2026-01-17 16:58:11','2026-01-17 16:58:11','268b0f92-ab68-42d7-904d-12a7267fa8ae'),
(48735,32,9600,NULL,2604,5,'2026-01-17 16:58:11','2026-01-17 16:58:11','f0668941-e33f-4118-9911-2dd0d1f169af'),
(48736,32,9600,NULL,2608,6,'2026-01-17 16:58:11','2026-01-17 16:58:11','a6efcfae-42c1-40c6-b645-7472221d8bca'),
(48737,32,9600,NULL,2596,7,'2026-01-17 16:58:11','2026-01-17 16:58:11','77ea0bde-60c5-4168-b27c-97b63bb19406'),
(48738,16,9600,NULL,4579,1,'2026-01-17 16:58:11','2026-01-17 16:58:11','a890c562-2636-4a7f-bdcb-74b3f7e01017'),
(48739,7,9600,NULL,2969,1,'2026-01-17 16:58:11','2026-01-17 16:58:11','cf54e078-b3ae-4a98-b3e2-5d8083414681'),
(48741,7,9600,NULL,617,3,'2026-01-17 16:58:11','2026-01-17 16:58:11','87a4ce12-4133-45cd-afa9-74eb90ef832d'),
(48742,7,9600,NULL,605,4,'2026-01-17 16:58:11','2026-01-17 16:58:11','f1fd647e-47e5-4373-8232-6a9115392110'),
(48743,82,9600,NULL,479,1,'2026-01-17 16:58:11','2026-01-17 16:58:11','fe6e9894-29bb-4472-94f0-49ab2ca4f95b'),
(48744,82,9600,NULL,491,2,'2026-01-17 16:58:11','2026-01-17 16:58:11','8524ddfc-d65a-44cc-ba9f-f9e3a0b99ed4'),
(48745,57,9600,NULL,8984,1,'2026-01-17 16:58:11','2026-01-17 16:58:11','c8c9079a-9fbc-4bcb-ac9b-c8ee0da68e32'),
(48746,57,9600,NULL,8982,2,'2026-01-17 16:58:11','2026-01-17 16:58:11','e16c6a94-7d20-409b-95de-a4c31a4ebfd8'),
(48747,57,9600,NULL,8981,3,'2026-01-17 16:58:11','2026-01-17 16:58:11','4687cf48-6c99-4670-bdf3-6b346dbbad53'),
(48748,57,9600,NULL,8983,4,'2026-01-17 16:58:11','2026-01-17 16:58:11','03a7d92b-230d-4e8c-a404-9e41b78270bc'),
(48749,57,9600,NULL,8980,5,'2026-01-17 16:58:11','2026-01-17 16:58:11','cf73fa17-5c52-43be-9107-5e547bb4baba'),
(48769,32,9602,NULL,2610,1,'2026-01-17 16:58:14','2026-01-17 16:58:14','a66f0808-c870-4e0e-9d21-77da654bdf95'),
(48770,32,9602,NULL,2598,2,'2026-01-17 16:58:14','2026-01-17 16:58:14','8f53a75e-4d19-487e-8631-bb863a640beb'),
(48771,32,9602,NULL,2600,3,'2026-01-17 16:58:14','2026-01-17 16:58:14','8002e336-7326-469b-88eb-78a0ed6d9946'),
(48772,32,9602,NULL,2602,4,'2026-01-17 16:58:14','2026-01-17 16:58:14','319afe3b-dddb-4766-a792-e05909bb1992'),
(48773,32,9602,NULL,2604,5,'2026-01-17 16:58:14','2026-01-17 16:58:14','6d209820-0d8a-46df-9521-b0929d7111db'),
(48774,32,9602,NULL,2608,6,'2026-01-17 16:58:14','2026-01-17 16:58:14','e370d8ab-dc6d-4199-91a4-8c63319d1ae5'),
(48775,32,9602,NULL,2596,7,'2026-01-17 16:58:14','2026-01-17 16:58:14','51190639-e8e7-4937-a912-19021b25ecdf'),
(48776,16,9602,NULL,4579,1,'2026-01-17 16:58:14','2026-01-17 16:58:14','8ee139ec-fbd7-44a2-82a0-426a9892aea3'),
(48777,7,9602,NULL,2969,1,'2026-01-17 16:58:14','2026-01-17 16:58:14','7f130e35-3a75-4cb0-98b3-82710531aa89'),
(48779,7,9602,NULL,617,3,'2026-01-17 16:58:14','2026-01-17 16:58:14','9f158cd4-2165-4b64-b268-15bb287bbc98'),
(48780,7,9602,NULL,605,4,'2026-01-17 16:58:14','2026-01-17 16:58:14','c5b7da36-4476-477f-bbf1-94ccc4cd5f26'),
(48781,82,9602,NULL,479,1,'2026-01-17 16:58:14','2026-01-17 16:58:14','fd862beb-2e81-454a-b473-0b059dc00c1e'),
(48782,82,9602,NULL,491,2,'2026-01-17 16:58:14','2026-01-17 16:58:14','2f81f6f8-6910-443a-b216-fbe495be6be6'),
(48783,57,9602,NULL,8984,1,'2026-01-17 16:58:14','2026-01-17 16:58:14','2f079da7-4d63-4eee-8081-f5b459f820a0'),
(48784,57,9602,NULL,8982,2,'2026-01-17 16:58:14','2026-01-17 16:58:14','2f976c80-7ccb-44dc-8b3c-fe9a8b9c58bb'),
(48785,57,9602,NULL,8981,3,'2026-01-17 16:58:14','2026-01-17 16:58:14','e7c67d42-0f06-4861-ae0b-952dd02652df'),
(48786,57,9602,NULL,8983,4,'2026-01-17 16:58:14','2026-01-17 16:58:14','e74ff0ea-ae99-4bd2-98c2-1fe83ed8b55a'),
(48787,57,9602,NULL,8980,5,'2026-01-17 16:58:14','2026-01-17 16:58:14','b7f374d1-dbbe-49a1-b5f4-8d4ad4fb37a6'),
(48807,32,9604,NULL,2610,1,'2026-01-17 16:58:37','2026-01-17 16:58:37','5deebc55-a6c9-4197-8c81-86e32a57d911'),
(48808,32,9604,NULL,2598,2,'2026-01-17 16:58:37','2026-01-17 16:58:37','d68e8e9a-a4e8-407a-829d-cbae51a8bb5a'),
(48809,32,9604,NULL,2600,3,'2026-01-17 16:58:37','2026-01-17 16:58:37','7629698e-a66a-45b5-b0f1-cc45521c3a86'),
(48810,32,9604,NULL,2602,4,'2026-01-17 16:58:37','2026-01-17 16:58:37','0cde7764-b53e-4435-97ed-f7c9243fd0b3'),
(48811,32,9604,NULL,2604,5,'2026-01-17 16:58:37','2026-01-17 16:58:37','b0383850-9fae-4961-807d-41b2aa074dad'),
(48812,32,9604,NULL,2608,6,'2026-01-17 16:58:37','2026-01-17 16:58:37','5dc96c77-7f62-45c7-9b6c-d8b0f1c8a498'),
(48813,32,9604,NULL,2596,7,'2026-01-17 16:58:37','2026-01-17 16:58:37','5f0f33a2-fee1-4878-a0cd-a6fef413729e'),
(48814,16,9604,NULL,4579,1,'2026-01-17 16:58:37','2026-01-17 16:58:37','ad806025-788b-4ef0-a19c-8e20f4841fa1'),
(48815,7,9604,NULL,2969,1,'2026-01-17 16:58:37','2026-01-17 16:58:37','cfe4e9e4-2552-4aa7-93ef-89976e2c61b8'),
(48817,7,9604,NULL,617,3,'2026-01-17 16:58:37','2026-01-17 16:58:37','30a3a7dc-578e-4360-88d0-790905b90342'),
(48818,7,9604,NULL,605,4,'2026-01-17 16:58:37','2026-01-17 16:58:37','aa0c29fd-76fc-4f32-8ffb-28986b23837b'),
(48819,82,9604,NULL,479,1,'2026-01-17 16:58:37','2026-01-17 16:58:37','7deab5ae-a28e-45d7-aac5-ba0c2bc7069c'),
(48820,82,9604,NULL,491,2,'2026-01-17 16:58:37','2026-01-17 16:58:37','d171be44-200f-48a1-b5da-75383906ebfa'),
(48821,57,9604,NULL,8984,1,'2026-01-17 16:58:37','2026-01-17 16:58:37','6ec891e6-5d01-4811-b7b4-bec59789f008'),
(48822,57,9604,NULL,8982,2,'2026-01-17 16:58:37','2026-01-17 16:58:37','0600a995-3660-4a33-a216-dbe54e7f64d6'),
(48823,57,9604,NULL,8981,3,'2026-01-17 16:58:37','2026-01-17 16:58:37','95f527b1-3bf4-4a78-888c-6a4e04c5a52c'),
(48824,57,9604,NULL,8983,4,'2026-01-17 16:58:37','2026-01-17 16:58:37','56aadb9a-08c2-4a87-87ca-3630bfff5804'),
(48825,57,9604,NULL,8980,5,'2026-01-17 16:58:37','2026-01-17 16:58:37','87da8bb6-1abd-4a44-aad3-42518c43c23d'),
(48851,32,9606,NULL,2610,1,'2026-01-17 16:59:52','2026-01-17 16:59:52','766909e3-a4bd-4f7f-a44d-643d33738c2a'),
(48852,32,9606,NULL,2598,2,'2026-01-17 16:59:52','2026-01-17 16:59:52','97bfd16f-e9b1-4fca-8116-5789571837c5'),
(48853,32,9606,NULL,2600,3,'2026-01-17 16:59:52','2026-01-17 16:59:52','5517a20a-901b-48b2-9bb4-b340d91f40a1'),
(48854,32,9606,NULL,2596,4,'2026-01-17 16:59:52','2026-01-17 16:59:52','dd091cbe-9b6b-49a6-acd7-1e4b5b980a01'),
(48855,32,9606,NULL,2602,5,'2026-01-17 16:59:52','2026-01-17 16:59:52','97c56a2a-876d-42e2-bc73-51e64ba55be9'),
(48856,32,9606,NULL,2604,6,'2026-01-17 16:59:52','2026-01-17 16:59:52','7640a483-f0e4-480e-abee-2d372c3eeb0e'),
(48857,32,9606,NULL,2608,7,'2026-01-17 16:59:52','2026-01-17 16:59:52','10a59c11-7464-452f-abd3-d1b899f0c1d8'),
(48858,16,9606,NULL,5253,1,'2026-01-17 16:59:52','2026-01-17 16:59:52','1cdd26f1-e464-4424-8bb9-e66adb52650a'),
(48859,7,9606,NULL,601,1,'2026-01-17 16:59:52','2026-01-17 16:59:52','e6126fba-bf09-4254-9242-b0f35e6ae509'),
(48861,7,9606,NULL,617,3,'2026-01-17 16:59:52','2026-01-17 16:59:52','e5db5c9e-a9f6-4e7c-92d7-f15776eccd12'),
(48862,7,9606,NULL,605,4,'2026-01-17 16:59:52','2026-01-17 16:59:52','f535bd70-c182-4f3d-874e-2ec936afd20e'),
(48863,82,9606,NULL,479,1,'2026-01-17 16:59:52','2026-01-17 16:59:52','5ea5b53f-b153-40a4-99fd-bbfbc24911aa'),
(48864,82,9606,NULL,491,2,'2026-01-17 16:59:52','2026-01-17 16:59:52','7a024270-ca64-4ccd-8b20-fd9400a5b138'),
(48865,46,9606,NULL,7379,1,'2026-01-17 16:59:52','2026-01-17 16:59:52','a30f45d1-ee94-4b85-9518-c155a6eab080'),
(48866,57,9606,NULL,7926,1,'2026-01-17 16:59:52','2026-01-17 16:59:52','b4f35acf-a05f-4e34-aa56-f43abb5fb80d'),
(48867,57,9606,NULL,7928,2,'2026-01-17 16:59:52','2026-01-17 16:59:52','15f5528c-ef55-481e-abfe-3cdca51f82b4'),
(48868,57,9606,NULL,7927,3,'2026-01-17 16:59:52','2026-01-17 16:59:52','d56654ac-ee4c-4409-b4b7-ae24796b76f9'),
(48869,57,9606,NULL,7924,4,'2026-01-17 16:59:52','2026-01-17 16:59:52','c6e2cec0-0dc5-4dad-ae6f-512fee06593c'),
(48870,57,9606,NULL,7925,5,'2026-01-17 16:59:52','2026-01-17 16:59:52','12cad7dc-02c6-4dc4-9612-b51b1bb9eaa4'),
(48871,57,9606,NULL,7923,6,'2026-01-17 16:59:52','2026-01-17 16:59:52','d0108591-aae8-46a5-aa7c-fd3e73f30743'),
(48872,57,9606,NULL,7920,7,'2026-01-17 16:59:52','2026-01-17 16:59:52','3b7add94-83f8-4fad-a2d1-d17a51b77bec'),
(48873,57,9606,NULL,7922,8,'2026-01-17 16:59:52','2026-01-17 16:59:52','85bd0ce5-7f13-4399-a6a3-beb9c0bd4fe8'),
(48874,57,9606,NULL,7921,9,'2026-01-17 16:59:52','2026-01-17 16:59:52','bc4f078f-12b7-4f39-ad4a-a5c30b70fcc9'),
(48901,32,9608,NULL,2610,1,'2026-01-17 16:59:56','2026-01-17 16:59:56','76f04a27-c24a-4b0a-a365-05b7c7157846'),
(48902,32,9608,NULL,2598,2,'2026-01-17 16:59:56','2026-01-17 16:59:56','3be20570-1100-47ce-b1a8-43211a496d64'),
(48903,32,9608,NULL,2600,3,'2026-01-17 16:59:56','2026-01-17 16:59:56','b9acf870-6361-448c-afef-248973aa3c9c'),
(48904,32,9608,NULL,2596,4,'2026-01-17 16:59:56','2026-01-17 16:59:56','7e3146ab-b318-4be8-a09f-5ff8f47a0d1b'),
(48905,32,9608,NULL,2602,5,'2026-01-17 16:59:56','2026-01-17 16:59:56','19bb9175-f1fd-48f9-a2cc-f84e94d2c6d2'),
(48906,32,9608,NULL,2604,6,'2026-01-17 16:59:56','2026-01-17 16:59:56','776cbd33-d529-4818-83b9-2dd9a6686e28'),
(48907,32,9608,NULL,2608,7,'2026-01-17 16:59:56','2026-01-17 16:59:56','9ad6b378-4295-4646-9c52-fac1fbbf874a'),
(48908,16,9608,NULL,5253,1,'2026-01-17 16:59:56','2026-01-17 16:59:56','7e42d69b-73ef-4a4c-a497-11254c538b91'),
(48909,7,9608,NULL,601,1,'2026-01-17 16:59:56','2026-01-17 16:59:56','dfb8e2e9-c170-4120-a0e9-b0c2ea2a3c4f'),
(48911,7,9608,NULL,617,3,'2026-01-17 16:59:56','2026-01-17 16:59:56','938a9fd5-f25a-4b93-bd61-76101e907cac'),
(48912,7,9608,NULL,605,4,'2026-01-17 16:59:56','2026-01-17 16:59:56','63f006be-42d0-4277-8b85-bdfc893e880c'),
(48913,82,9608,NULL,479,1,'2026-01-17 16:59:56','2026-01-17 16:59:56','8e04e360-5d3e-4cec-a193-5c7fa5ec5825'),
(48914,82,9608,NULL,491,2,'2026-01-17 16:59:56','2026-01-17 16:59:56','d4ec8f2c-0eb9-424c-ad2d-fb83794d5921'),
(48915,46,9608,NULL,7379,1,'2026-01-17 16:59:56','2026-01-17 16:59:56','e4a8f205-e3f0-4b2f-9329-0cb70d771fa8'),
(48916,57,9608,NULL,7926,1,'2026-01-17 16:59:56','2026-01-17 16:59:56','1fec6a18-bbd1-45d3-b4fe-5b3d6b918812'),
(48917,57,9608,NULL,7928,2,'2026-01-17 16:59:56','2026-01-17 16:59:56','af8ce843-0665-4ab7-a3db-bf49fe1edf0d'),
(48918,57,9608,NULL,7927,3,'2026-01-17 16:59:56','2026-01-17 16:59:56','c5e1accb-cad9-4596-8361-ff2594b3836b'),
(48919,57,9608,NULL,7924,4,'2026-01-17 16:59:56','2026-01-17 16:59:56','2cb2e9cc-ab3f-4229-9398-6a05ab6ee2d8'),
(48920,57,9608,NULL,7925,5,'2026-01-17 16:59:56','2026-01-17 16:59:56','0ab6a48c-37ba-4955-979f-787e9dd8ff9b'),
(48921,57,9608,NULL,7923,6,'2026-01-17 16:59:56','2026-01-17 16:59:56','06a91552-32ae-4494-bf32-1cc90c1574fa'),
(48922,57,9608,NULL,7920,7,'2026-01-17 16:59:56','2026-01-17 16:59:56','9f1f7623-a908-454f-aa61-ee22d4118d7a'),
(48923,57,9608,NULL,7922,8,'2026-01-17 16:59:56','2026-01-17 16:59:56','00f5edca-db2e-402b-98d5-6337c09507de'),
(48924,57,9608,NULL,7921,9,'2026-01-17 16:59:56','2026-01-17 16:59:56','598f90dc-01e1-4cc1-96c6-8853a2c46fb2'),
(48951,32,9610,NULL,2610,1,'2026-01-17 17:00:02','2026-01-17 17:00:02','ec2f6175-6732-4e56-81be-7a475df92669'),
(48952,32,9610,NULL,2598,2,'2026-01-17 17:00:02','2026-01-17 17:00:02','e1d1b5e6-8098-4cb3-b51b-fa737a012026'),
(48953,32,9610,NULL,2600,3,'2026-01-17 17:00:02','2026-01-17 17:00:02','aeadc443-c0b0-48e5-b894-a81b71b44d4c'),
(48954,32,9610,NULL,2596,4,'2026-01-17 17:00:02','2026-01-17 17:00:02','44245857-b65e-48e1-a1d3-fae8653a8498'),
(48955,32,9610,NULL,2602,5,'2026-01-17 17:00:02','2026-01-17 17:00:02','9ea99ba2-ac4c-4eac-bb4b-38490204667e'),
(48956,32,9610,NULL,2604,6,'2026-01-17 17:00:02','2026-01-17 17:00:02','75a621dd-ff4a-44cd-a26c-d207b89f4608'),
(48957,32,9610,NULL,2608,7,'2026-01-17 17:00:02','2026-01-17 17:00:02','69de65d3-b9bd-4c46-889b-2000a117a218'),
(48958,16,9610,NULL,5253,1,'2026-01-17 17:00:02','2026-01-17 17:00:02','6b4af0c1-f7ba-42f7-a04d-3acbc0a7ad82'),
(48959,7,9610,NULL,601,1,'2026-01-17 17:00:02','2026-01-17 17:00:02','20d8806d-de03-43cb-a8dc-3b1caf443842'),
(48961,7,9610,NULL,617,3,'2026-01-17 17:00:02','2026-01-17 17:00:02','db3e4088-586d-4f75-b835-dbb08196ae9f'),
(48962,7,9610,NULL,605,4,'2026-01-17 17:00:02','2026-01-17 17:00:02','215601fe-30c8-4711-b698-8ba54f6d6942'),
(48963,82,9610,NULL,479,1,'2026-01-17 17:00:02','2026-01-17 17:00:02','e31af7d7-c5d2-4963-a8af-78a9ccb5020a'),
(48964,82,9610,NULL,491,2,'2026-01-17 17:00:02','2026-01-17 17:00:02','eab3f8ea-c4dc-41cb-acf3-274eb171607f'),
(48965,46,9610,NULL,7379,1,'2026-01-17 17:00:02','2026-01-17 17:00:02','efa2dcce-597a-45a0-b8b5-b79af05207b4'),
(48966,57,9610,NULL,7926,1,'2026-01-17 17:00:02','2026-01-17 17:00:02','51b58a8a-92f9-49b5-8e54-575167880010'),
(48967,57,9610,NULL,7928,2,'2026-01-17 17:00:02','2026-01-17 17:00:02','1efbd6e4-3b2b-4ce6-9614-92f0e500dd38'),
(48968,57,9610,NULL,7927,3,'2026-01-17 17:00:02','2026-01-17 17:00:02','135369f9-9c6f-43bf-b0ea-c505e8a473c8'),
(48969,57,9610,NULL,7924,4,'2026-01-17 17:00:02','2026-01-17 17:00:02','bc769d35-f7a4-49e7-8671-864d50198508'),
(48970,57,9610,NULL,7925,5,'2026-01-17 17:00:02','2026-01-17 17:00:02','a65a79df-cf1c-44f3-aa0f-639ab4161f9c'),
(48971,57,9610,NULL,7923,6,'2026-01-17 17:00:02','2026-01-17 17:00:02','b90a0300-043d-4af4-b5c4-f0515c184ac4'),
(48972,57,9610,NULL,7920,7,'2026-01-17 17:00:02','2026-01-17 17:00:02','c17b48cf-fbef-4add-aef0-46250bae075f'),
(48973,57,9610,NULL,7922,8,'2026-01-17 17:00:02','2026-01-17 17:00:02','398f8dd6-5a3f-4d4a-bccf-26d759f9b306'),
(48974,57,9610,NULL,7921,9,'2026-01-17 17:00:02','2026-01-17 17:00:02','901d817e-bbb6-488d-99c2-3c3690cfcfb7'),
(48976,32,9611,NULL,2610,1,'2026-01-17 17:02:11','2026-01-17 17:02:11','f0ec42e0-6a58-4ff3-91a8-ac885897caf6'),
(48977,32,9611,NULL,2598,2,'2026-01-17 17:02:11','2026-01-17 17:02:11','2b2bd53b-9963-453b-a0a3-265b99d566cd'),
(48978,32,9611,NULL,2600,3,'2026-01-17 17:02:11','2026-01-17 17:02:11','32c3cb52-c764-4cff-b0cd-2641611954df'),
(48979,32,9611,NULL,2604,4,'2026-01-17 17:02:11','2026-01-17 17:02:11','d544bcad-8cbf-416d-9f48-71475f5ac5d6'),
(48980,32,9611,NULL,2608,5,'2026-01-17 17:02:11','2026-01-17 17:02:11','2ebc0da9-be59-4d71-bf23-8197cdb51929'),
(48981,32,9611,NULL,2624,6,'2026-01-17 17:02:11','2026-01-17 17:02:11','b7e5b0dc-92a4-4d98-a114-10764c4cd829'),
(48982,32,9611,NULL,2596,7,'2026-01-17 17:02:11','2026-01-17 17:02:11','ce408f05-3a7d-45f0-a5a6-9f11a72dc7c4'),
(48983,32,9611,NULL,2602,8,'2026-01-17 17:02:11','2026-01-17 17:02:11','c69a28ae-371c-4a74-8795-c05b0d766f00'),
(48984,32,9611,NULL,2606,9,'2026-01-17 17:02:11','2026-01-17 17:02:11','bee49268-2a20-414f-80aa-10f3e9b8774c'),
(48985,16,9611,NULL,4610,1,'2026-01-17 17:02:11','2026-01-17 17:02:11','d599b9e3-ebd4-47e4-9453-76d337bfefa6'),
(48986,7,9611,NULL,601,1,'2026-01-17 17:02:11','2026-01-17 17:02:11','c35b5ef6-b8f1-46aa-9da1-e3940cf50c30'),
(48987,7,9611,NULL,2972,2,'2026-01-17 17:02:11','2026-01-17 17:02:11','06a4efce-061e-4443-bdfa-50b92f04e56c'),
(48988,7,9611,NULL,2974,3,'2026-01-17 17:02:11','2026-01-17 17:02:11','fd1327c1-a16b-4b75-9c6f-e1c01fb8d436'),
(48989,7,9611,NULL,617,4,'2026-01-17 17:02:11','2026-01-17 17:02:11','0ae0fcac-adc1-49be-abb1-5424ed465792'),
(48990,7,9611,NULL,605,5,'2026-01-17 17:02:11','2026-01-17 17:02:11','cbc36757-6d7d-4b14-b28d-8b3454120276'),
(48991,82,9611,NULL,491,1,'2026-01-17 17:02:11','2026-01-17 17:02:11','9bb39b3d-b207-467b-a3af-2a178bbbfa98'),
(48992,46,9611,NULL,2891,1,'2026-01-17 17:02:11','2026-01-17 17:02:11','1027b8ee-29ce-49e2-9e2c-2bfe692705de'),
(49010,32,9613,NULL,2610,1,'2026-01-17 17:02:14','2026-01-17 17:02:14','ba2d6ccd-2756-47a0-9495-1012fbdd72da'),
(49011,32,9613,NULL,2598,2,'2026-01-17 17:02:14','2026-01-17 17:02:14','bd0cb012-89eb-4647-9421-0fe94f614a6f'),
(49012,32,9613,NULL,2600,3,'2026-01-17 17:02:14','2026-01-17 17:02:14','0811e658-b7d7-44f5-80cf-d1bb03420376'),
(49013,32,9613,NULL,2604,4,'2026-01-17 17:02:14','2026-01-17 17:02:14','21ea171e-1ba9-4a94-a013-d043a507be9f'),
(49014,32,9613,NULL,2608,5,'2026-01-17 17:02:14','2026-01-17 17:02:14','d15028f4-209b-40ec-b434-23f131d03517'),
(49015,32,9613,NULL,2624,6,'2026-01-17 17:02:14','2026-01-17 17:02:14','556f9309-5584-4c02-b586-d2fa324411f3'),
(49016,32,9613,NULL,2596,7,'2026-01-17 17:02:14','2026-01-17 17:02:14','45c40e37-12b2-4f9b-9eb0-779caa8d4a8a'),
(49017,32,9613,NULL,2602,8,'2026-01-17 17:02:14','2026-01-17 17:02:14','de645303-fff6-4ba8-986d-ea8232ebfd8c'),
(49018,32,9613,NULL,2606,9,'2026-01-17 17:02:14','2026-01-17 17:02:14','7dc5600d-517b-43d9-bc7f-04fb8440e794'),
(49019,16,9613,NULL,4610,1,'2026-01-17 17:02:14','2026-01-17 17:02:14','a9f9cabb-7668-41e6-8c7b-9421963cb30b'),
(49020,7,9613,NULL,601,1,'2026-01-17 17:02:14','2026-01-17 17:02:14','d8e0ae6f-d323-4fbe-be39-9dad4d474cc6'),
(49021,7,9613,NULL,2972,2,'2026-01-17 17:02:14','2026-01-17 17:02:14','98a63afe-2ea7-4d64-9113-615f565cdb20'),
(49022,7,9613,NULL,2974,3,'2026-01-17 17:02:14','2026-01-17 17:02:14','689f53fa-06ca-4122-8be5-7c9d7b6e795c'),
(49023,7,9613,NULL,617,4,'2026-01-17 17:02:14','2026-01-17 17:02:14','8379699e-c7ee-422f-9dff-196f4c1205a2'),
(49024,7,9613,NULL,605,5,'2026-01-17 17:02:14','2026-01-17 17:02:14','db1fc0fa-7a9f-48da-9500-dbe82ad7d421'),
(49025,82,9613,NULL,491,1,'2026-01-17 17:02:14','2026-01-17 17:02:14','78c3cee6-7c59-4eda-af3d-e96b13a9f2d2'),
(49026,46,9613,NULL,2891,1,'2026-01-17 17:02:14','2026-01-17 17:02:14','989edae3-1499-41f1-b484-31a1dd529189'),
(49044,32,9615,NULL,2610,1,'2026-01-17 17:02:18','2026-01-17 17:02:18','adead401-c622-41e6-b402-e323f51a789d'),
(49045,32,9615,NULL,2598,2,'2026-01-17 17:02:18','2026-01-17 17:02:18','ddf9dbfb-51e9-4ab2-b879-84a066d5234c'),
(49046,32,9615,NULL,2600,3,'2026-01-17 17:02:18','2026-01-17 17:02:18','49e66adc-2679-4899-a3ab-742adc496e0f'),
(49047,32,9615,NULL,2604,4,'2026-01-17 17:02:18','2026-01-17 17:02:18','774c1828-999f-4b5d-8933-3bf585dfefad'),
(49048,32,9615,NULL,2608,5,'2026-01-17 17:02:18','2026-01-17 17:02:18','ef68b0cd-9650-4a28-bf5d-80b512798045'),
(49049,32,9615,NULL,2624,6,'2026-01-17 17:02:18','2026-01-17 17:02:18','8a09c305-e241-4da0-9980-703df1f12955'),
(49050,32,9615,NULL,2596,7,'2026-01-17 17:02:18','2026-01-17 17:02:18','413fe056-544c-4706-a4ad-02a57c7c47a4'),
(49051,32,9615,NULL,2602,8,'2026-01-17 17:02:18','2026-01-17 17:02:18','61838b07-a5ef-49a6-a530-e1d046715d55'),
(49052,32,9615,NULL,2606,9,'2026-01-17 17:02:18','2026-01-17 17:02:18','ac11ec59-a490-4a93-9aa3-70ac6b157bb3'),
(49053,16,9615,NULL,4610,1,'2026-01-17 17:02:18','2026-01-17 17:02:18','9c56f3da-f8ac-4c91-b3e3-0d0a7c02f21a'),
(49054,7,9615,NULL,601,1,'2026-01-17 17:02:18','2026-01-17 17:02:18','ac2d43c2-eb04-49a8-a542-7a47901d6ed3'),
(49055,7,9615,NULL,2972,2,'2026-01-17 17:02:18','2026-01-17 17:02:18','a1ee471a-b6e8-4d90-b127-a6fee68152db'),
(49056,7,9615,NULL,2974,3,'2026-01-17 17:02:18','2026-01-17 17:02:18','62773ee2-fb4a-449f-8817-cd9c25eb0910'),
(49057,7,9615,NULL,617,4,'2026-01-17 17:02:18','2026-01-17 17:02:18','20163f80-43c1-4084-9af0-8d52f52f2c64'),
(49058,7,9615,NULL,605,5,'2026-01-17 17:02:18','2026-01-17 17:02:18','448b6d2f-f8fc-461b-9d4c-ec2488b36d1c'),
(49059,82,9615,NULL,491,1,'2026-01-17 17:02:18','2026-01-17 17:02:18','638b6dee-57f8-4412-9844-cdfb979b5afa'),
(49060,46,9615,NULL,2891,1,'2026-01-17 17:02:18','2026-01-17 17:02:18','39e15245-838b-483f-959a-417b2cac8cf9'),
(49078,32,9617,NULL,2610,1,'2026-01-17 17:03:47','2026-01-17 17:03:47','05517c22-6d6d-48a6-ba98-b9967fcc2737'),
(49079,32,9617,NULL,2598,2,'2026-01-17 17:03:47','2026-01-17 17:03:47','2ed47eac-b676-4abb-9407-9a3111fa7c33'),
(49080,32,9617,NULL,2600,3,'2026-01-17 17:03:47','2026-01-17 17:03:47','f1873a2d-fbaa-493c-a892-8c51eef40342'),
(49081,32,9617,NULL,2604,4,'2026-01-17 17:03:47','2026-01-17 17:03:47','1862f1d9-23c0-45c8-a746-4295a2e76418'),
(49082,32,9617,NULL,2608,5,'2026-01-17 17:03:47','2026-01-17 17:03:47','dcd07eec-6d6a-40f4-a839-22d9b602136a'),
(49083,32,9617,NULL,2602,6,'2026-01-17 17:03:47','2026-01-17 17:03:47','6ff0529d-6043-4c8e-b7f8-cd4ef4112868'),
(49084,16,9617,NULL,4466,1,'2026-01-17 17:03:47','2026-01-17 17:03:47','935260d2-be92-4b91-b89e-2d457bc9a17e'),
(49085,7,9617,NULL,2969,1,'2026-01-17 17:03:47','2026-01-17 17:03:47','3241f025-c8f3-46d7-9abb-8244b5cbd70b'),
(49086,7,9617,NULL,617,2,'2026-01-17 17:03:47','2026-01-17 17:03:47','b0590dbf-c1ce-4df0-a71a-cb31aa74e48c'),
(49087,7,9617,NULL,605,3,'2026-01-17 17:03:47','2026-01-17 17:03:47','0510f580-fe8f-4a98-899d-4d8b7678dae3'),
(49088,82,9617,NULL,469,1,'2026-01-17 17:03:47','2026-01-17 17:03:47','3286a2cd-58f8-41e6-96ef-6fa04d63f86c'),
(49089,82,9617,NULL,479,2,'2026-01-17 17:03:47','2026-01-17 17:03:47','63685749-50ef-443d-ac7f-303797aad78c'),
(49090,82,9617,NULL,491,3,'2026-01-17 17:03:47','2026-01-17 17:03:47','f7e9a6bc-e765-4c50-9d4d-53d3b4eb8f52'),
(49091,57,9617,NULL,8888,1,'2026-01-17 17:03:47','2026-01-17 17:03:47','e95da44f-12ff-497a-829f-ee5ead823553'),
(49092,57,9617,NULL,8889,2,'2026-01-17 17:03:47','2026-01-17 17:03:47','a1d7d10c-b8e0-43a6-b401-75edfe305da4'),
(49093,57,9617,NULL,9589,3,'2026-01-17 17:03:47','2026-01-17 17:03:47','e21b0a65-4d97-4a6d-a085-25a63ba5a004'),
(49112,32,9619,NULL,2610,1,'2026-01-17 17:03:50','2026-01-17 17:03:50','469cd669-1d4f-44ac-9376-627f30de1a0c'),
(49113,32,9619,NULL,2598,2,'2026-01-17 17:03:50','2026-01-17 17:03:50','463cf87e-9e8c-4205-8ed4-84206a32c3ed'),
(49114,32,9619,NULL,2600,3,'2026-01-17 17:03:50','2026-01-17 17:03:50','1fb850b6-069b-4a4e-8621-3d8a6d7963c9'),
(49115,32,9619,NULL,2604,4,'2026-01-17 17:03:50','2026-01-17 17:03:50','c0d97ebb-1e0b-4df3-baa3-83e48d05f3c6'),
(49116,32,9619,NULL,2608,5,'2026-01-17 17:03:50','2026-01-17 17:03:50','f3fab6c5-629f-4296-92d0-2aec4c6c01e7'),
(49117,32,9619,NULL,2602,6,'2026-01-17 17:03:50','2026-01-17 17:03:50','9bb3057b-5841-48b0-96b2-7c39947a7542'),
(49118,16,9619,NULL,4466,1,'2026-01-17 17:03:50','2026-01-17 17:03:50','3d14401a-ee4e-4052-8c79-12b14fe529a7'),
(49119,7,9619,NULL,2969,1,'2026-01-17 17:03:50','2026-01-17 17:03:50','c216dc35-dfcb-4e68-9e13-3da0fe668895'),
(49120,7,9619,NULL,617,2,'2026-01-17 17:03:50','2026-01-17 17:03:50','d594b02a-743d-432b-a76a-a67b3980d33c'),
(49121,7,9619,NULL,605,3,'2026-01-17 17:03:50','2026-01-17 17:03:50','78b1dfaf-69e7-44dc-b971-b37b91309164'),
(49122,82,9619,NULL,469,1,'2026-01-17 17:03:50','2026-01-17 17:03:50','467ee9f7-034f-4994-bbdc-fa62adf80cf2'),
(49123,82,9619,NULL,479,2,'2026-01-17 17:03:50','2026-01-17 17:03:50','da45b45c-d1e0-4d22-a56a-d2a198ddeecd'),
(49124,82,9619,NULL,491,3,'2026-01-17 17:03:50','2026-01-17 17:03:50','05d0ee36-0a32-4cc7-8e46-175ff887d0e9'),
(49125,57,9619,NULL,8888,1,'2026-01-17 17:03:50','2026-01-17 17:03:50','87f12607-d328-49ba-9275-6d6f2f00d404'),
(49126,57,9619,NULL,8889,2,'2026-01-17 17:03:50','2026-01-17 17:03:50','57f4b40c-d42d-4373-986b-8847872be323'),
(49127,57,9619,NULL,9589,3,'2026-01-17 17:03:50','2026-01-17 17:03:50','7f191400-957a-41af-9a26-8622ac9d92b9'),
(49146,32,9621,NULL,2610,1,'2026-01-17 17:03:54','2026-01-17 17:03:54','f282dd77-ac35-446c-adf7-63e7062fbb80'),
(49147,32,9621,NULL,2598,2,'2026-01-17 17:03:54','2026-01-17 17:03:54','93802eff-6178-401c-b5cc-ef9f5c5fdfb6'),
(49148,32,9621,NULL,2600,3,'2026-01-17 17:03:54','2026-01-17 17:03:54','4fa1caea-0ec7-458e-b729-5142b4e434d5'),
(49149,32,9621,NULL,2604,4,'2026-01-17 17:03:54','2026-01-17 17:03:54','121dacbc-bc0d-4821-a6d7-fe695b4c91ed'),
(49150,32,9621,NULL,2608,5,'2026-01-17 17:03:54','2026-01-17 17:03:54','3e615511-f758-4cd7-8f8b-685272c16ccb'),
(49151,32,9621,NULL,2602,6,'2026-01-17 17:03:54','2026-01-17 17:03:54','63474015-d76d-47c6-8b36-90652e4a6eec'),
(49152,16,9621,NULL,4466,1,'2026-01-17 17:03:54','2026-01-17 17:03:54','4c78f44b-b8ef-4aa0-9c4a-c1ea37954b42'),
(49153,7,9621,NULL,2969,1,'2026-01-17 17:03:54','2026-01-17 17:03:54','51353dc3-3c43-4408-9273-21a84dcb9f00'),
(49154,7,9621,NULL,617,2,'2026-01-17 17:03:54','2026-01-17 17:03:54','b5510d8a-9f49-4a19-a7bf-e4eb6317b9a4'),
(49155,7,9621,NULL,605,3,'2026-01-17 17:03:54','2026-01-17 17:03:54','184259a5-ac8b-4919-9500-597d12a4384e'),
(49156,82,9621,NULL,469,1,'2026-01-17 17:03:54','2026-01-17 17:03:54','d609d6ce-8f96-4e6b-a0f9-b62fc74ab230'),
(49157,82,9621,NULL,479,2,'2026-01-17 17:03:54','2026-01-17 17:03:54','1b60c1d3-43f7-40bc-98f6-7bab27a13d0f'),
(49158,82,9621,NULL,491,3,'2026-01-17 17:03:54','2026-01-17 17:03:54','16b22f0f-51f6-4b3c-8f69-262f03f7c154'),
(49159,57,9621,NULL,8888,1,'2026-01-17 17:03:54','2026-01-17 17:03:54','e14b70ee-7ad7-4b8e-8812-2a22e05ac0aa'),
(49160,57,9621,NULL,8889,2,'2026-01-17 17:03:54','2026-01-17 17:03:54','6f10ca66-c7a2-4f64-90b7-71d58e90a50e'),
(49161,57,9621,NULL,9589,3,'2026-01-17 17:03:54','2026-01-17 17:03:54','1a2e0c8c-e4e2-4ddc-a218-a23b49991c57'),
(49192,57,1243,NULL,9633,7,'2026-01-17 17:21:47','2026-01-17 17:24:15','93defe4e-344f-4ced-bce6-575320b78996'),
(49193,57,1243,NULL,9632,6,'2026-01-17 17:21:47','2026-01-17 17:24:15','253ee197-d080-4a03-9b37-2b57daa4f80f'),
(49194,57,1243,NULL,9631,2,'2026-01-17 17:21:47','2026-01-17 17:24:15','aafe0082-8097-4ca1-96eb-2ce9111201c8'),
(49195,57,1243,NULL,9630,3,'2026-01-17 17:21:47','2026-01-17 17:24:15','3cd41e3d-3695-40a6-b8a8-f265f555190e'),
(49196,57,1243,NULL,9629,1,'2026-01-17 17:21:47','2026-01-17 17:24:15','5539ce3d-d699-4aa5-8f2c-487736ad712c'),
(49197,57,1243,NULL,9628,4,'2026-01-17 17:21:47','2026-01-17 17:24:15','bbb02d70-8e05-4efa-aa5d-d68bf0ec56bb'),
(49198,57,1243,NULL,9627,5,'2026-01-17 17:21:47','2026-01-17 17:24:15','403e8d77-3305-424b-9c41-50d1f8856272'),
(49199,57,1243,NULL,9626,9,'2026-01-17 17:21:47','2026-01-17 17:24:15','99e28f25-a482-4a33-8189-6953e6a315e1'),
(49200,57,1243,NULL,9625,8,'2026-01-17 17:21:47','2026-01-17 17:24:15','9cc6cdff-75b6-4477-9df3-3e393ecb334e'),
(49201,57,1243,NULL,9624,10,'2026-01-17 17:21:47','2026-01-17 17:24:15','cf154b04-fa95-4ec1-90e5-dab8c772488a'),
(49202,57,1243,NULL,9623,11,'2026-01-17 17:21:47','2026-01-17 17:24:15','a0d612bc-3072-4ee8-882a-44a157fba55e'),
(49203,57,1243,NULL,9622,12,'2026-01-17 17:21:47','2026-01-17 17:24:15','182728fb-ca47-4c20-97ec-94ec80c03088'),
(49204,32,9635,NULL,2610,1,'2026-01-17 17:21:48','2026-01-17 17:21:48','4065735b-d960-48f4-97b0-59a6fceab315'),
(49205,32,9635,NULL,2598,2,'2026-01-17 17:21:48','2026-01-17 17:21:48','07cd0bf3-c02b-404e-a8d5-ac4cb83e5351'),
(49206,32,9635,NULL,2600,3,'2026-01-17 17:21:48','2026-01-17 17:21:48','c3fe8e6e-c861-4931-b865-2c59249ff6af'),
(49207,32,9635,NULL,2604,4,'2026-01-17 17:21:48','2026-01-17 17:21:48','e8f3ba8e-bda2-46ea-ab11-35b664404752'),
(49208,32,9635,NULL,2608,5,'2026-01-17 17:21:48','2026-01-17 17:21:48','e320cfc3-cdae-453c-92c2-42f7d1583606'),
(49209,32,9635,NULL,2624,6,'2026-01-17 17:21:48','2026-01-17 17:21:48','23fdfd26-4619-4988-bcf7-fb8f3283c9ae'),
(49210,32,9635,NULL,2596,7,'2026-01-17 17:21:48','2026-01-17 17:21:48','66d2532f-0c26-4c19-ba89-bc72ad8b845c'),
(49211,32,9635,NULL,2602,8,'2026-01-17 17:21:48','2026-01-17 17:21:48','7acf3f4e-325e-412c-87ec-0a168cd5da01'),
(49212,32,9635,NULL,2606,9,'2026-01-17 17:21:48','2026-01-17 17:21:48','3e9274eb-d3d9-4505-8544-1a3cb4a9f382'),
(49213,16,9635,NULL,4610,1,'2026-01-17 17:21:48','2026-01-17 17:21:48','0b50528c-c1b3-420c-b21a-6cb7f21092a4'),
(49214,7,9635,NULL,601,1,'2026-01-17 17:21:48','2026-01-17 17:21:48','2b9cc60b-8000-48de-bb90-811ab0af1892'),
(49215,7,9635,NULL,2972,2,'2026-01-17 17:21:48','2026-01-17 17:21:48','105b1e78-8921-46b1-9ea9-0a5d01159e06'),
(49216,7,9635,NULL,2974,3,'2026-01-17 17:21:48','2026-01-17 17:21:48','d576dc48-2ed3-4708-bf01-46f0d59b5f8a'),
(49217,7,9635,NULL,617,4,'2026-01-17 17:21:48','2026-01-17 17:21:48','86de1123-5d24-489d-af82-47c4e9c247c8'),
(49218,7,9635,NULL,605,5,'2026-01-17 17:21:48','2026-01-17 17:21:48','a9e97514-d877-4da8-9aad-ce53b92c4bec'),
(49219,82,9635,NULL,491,1,'2026-01-17 17:21:48','2026-01-17 17:21:48','0f6cb4fe-e5f2-43f5-9312-e58a90ff058c'),
(49220,46,9635,NULL,2891,1,'2026-01-17 17:21:48','2026-01-17 17:21:48','4565727d-704a-4dc5-94df-55585b4e8035'),
(49221,57,9635,NULL,9633,1,'2026-01-17 17:21:48','2026-01-17 17:21:48','d77bb4fb-1a6d-4616-b070-890aa36c5899'),
(49222,57,9635,NULL,9632,2,'2026-01-17 17:21:48','2026-01-17 17:21:48','562ef3c9-7557-4d8a-8704-fb91b56dc11a'),
(49223,57,9635,NULL,9631,3,'2026-01-17 17:21:48','2026-01-17 17:21:48','0a24ea52-d39b-4296-a374-465df7217c8d'),
(49224,57,9635,NULL,9630,4,'2026-01-17 17:21:48','2026-01-17 17:21:48','cf475e23-08a4-43ca-a36c-ec11b5df36a6'),
(49225,57,9635,NULL,9629,5,'2026-01-17 17:21:48','2026-01-17 17:21:48','dcc53520-bac4-46f3-9d38-0af0a0dc5e85'),
(49226,57,9635,NULL,9628,6,'2026-01-17 17:21:48','2026-01-17 17:21:48','37e0aad4-0f65-4af2-a604-99fcf71a6fe8'),
(49227,57,9635,NULL,9627,7,'2026-01-17 17:21:48','2026-01-17 17:21:48','4a227931-8079-4ac2-b002-9ed87ece3baa'),
(49228,57,9635,NULL,9626,8,'2026-01-17 17:21:48','2026-01-17 17:21:48','2b645717-6436-43c6-8921-b2db77b18bf8'),
(49229,57,9635,NULL,9625,9,'2026-01-17 17:21:48','2026-01-17 17:21:48','77f8dcb0-7c97-4ba9-8008-576b1bc53c23'),
(49230,57,9635,NULL,9624,10,'2026-01-17 17:21:48','2026-01-17 17:21:48','96744a70-71bc-4940-948b-49787cb6b799'),
(49231,57,9635,NULL,9623,11,'2026-01-17 17:21:48','2026-01-17 17:21:48','5280f9bf-3055-43c9-9e94-e633f8dde34d'),
(49232,57,9635,NULL,9622,12,'2026-01-17 17:21:48','2026-01-17 17:21:48','57aaba00-36ae-4fc7-8a50-b1f5c145570c'),
(49262,32,9637,NULL,2610,1,'2026-01-17 17:23:48','2026-01-17 17:23:48','d6d71a39-825d-4fb1-9436-c37137da3645'),
(49263,32,9637,NULL,2598,2,'2026-01-17 17:23:48','2026-01-17 17:23:48','0caf9cf3-325b-4f4e-bf03-922e0982990d'),
(49264,32,9637,NULL,2600,3,'2026-01-17 17:23:48','2026-01-17 17:23:48','950cc85e-8f1c-407a-acb1-eb1a0acfca60'),
(49265,32,9637,NULL,2604,4,'2026-01-17 17:23:48','2026-01-17 17:23:48','689de246-d862-4272-b7a1-f04eeec78e7b'),
(49266,32,9637,NULL,2608,5,'2026-01-17 17:23:48','2026-01-17 17:23:48','f48c2cb8-b7a8-432f-8b05-410c71b3ce54'),
(49267,32,9637,NULL,2624,6,'2026-01-17 17:23:48','2026-01-17 17:23:48','d75dd29f-2663-403c-a76d-735a1004b5c5'),
(49268,32,9637,NULL,2596,7,'2026-01-17 17:23:48','2026-01-17 17:23:48','843ee705-b166-40af-8b56-245e266d0a19'),
(49269,32,9637,NULL,2602,8,'2026-01-17 17:23:48','2026-01-17 17:23:48','74056da8-37bf-4187-956b-b90997f7bbed'),
(49270,32,9637,NULL,2606,9,'2026-01-17 17:23:48','2026-01-17 17:23:48','4cce3aa5-c429-4fd1-9555-7c2b8d7a8153'),
(49271,16,9637,NULL,4610,1,'2026-01-17 17:23:48','2026-01-17 17:23:48','9b949a66-fc23-4159-91fb-9ec8940a1ae9'),
(49272,7,9637,NULL,601,1,'2026-01-17 17:23:48','2026-01-17 17:23:48','1ccaf6bd-0707-45f0-bf52-484ce07ac4fa'),
(49273,7,9637,NULL,2972,2,'2026-01-17 17:23:48','2026-01-17 17:23:48','7f9475b1-75f9-487a-8412-3f40f9f81702'),
(49274,7,9637,NULL,2974,3,'2026-01-17 17:23:48','2026-01-17 17:23:48','54c3600c-6b7c-4c4d-ab77-5e7b03b845e4'),
(49275,7,9637,NULL,617,4,'2026-01-17 17:23:48','2026-01-17 17:23:48','7d0c82bd-abfe-4cd2-a49e-94fd2776c969'),
(49276,7,9637,NULL,605,5,'2026-01-17 17:23:48','2026-01-17 17:23:48','f931f546-4dc9-46d4-9153-795eca92e6c1'),
(49277,82,9637,NULL,491,1,'2026-01-17 17:23:48','2026-01-17 17:23:48','9b0cef1c-9a18-48cb-a6db-8ea9653f4db5'),
(49278,46,9637,NULL,2891,1,'2026-01-17 17:23:48','2026-01-17 17:23:48','8424b266-76e1-4d94-a0da-43f8c8bb325b'),
(49279,57,9637,NULL,9631,1,'2026-01-17 17:23:48','2026-01-17 17:23:48','cd94109a-4598-4df0-aca7-b8fd9e98f32b'),
(49280,57,9637,NULL,9630,2,'2026-01-17 17:23:48','2026-01-17 17:23:48','6a167377-792e-469e-a244-a3ac0499f01f'),
(49281,57,9637,NULL,9628,3,'2026-01-17 17:23:48','2026-01-17 17:23:48','015fc987-562b-44da-992d-41382ac1996a'),
(49282,57,9637,NULL,9627,4,'2026-01-17 17:23:48','2026-01-17 17:23:48','f5fe4e1a-4448-4922-9fd7-85249b95309c'),
(49283,57,9637,NULL,9632,5,'2026-01-17 17:23:48','2026-01-17 17:23:48','50f88f6a-4f73-492c-892d-6a651d19b4b5'),
(49284,57,9637,NULL,9633,6,'2026-01-17 17:23:48','2026-01-17 17:23:48','5aaa171f-9adc-41b3-bd3a-b8f1e4c41447'),
(49285,57,9637,NULL,9625,7,'2026-01-17 17:23:48','2026-01-17 17:23:48','d3fcd650-c465-48e3-8c66-6eb60fd36865'),
(49286,57,9637,NULL,9626,8,'2026-01-17 17:23:48','2026-01-17 17:23:48','faf0d6a6-d4cd-4d61-b75d-321b43305fa6'),
(49287,57,9637,NULL,9624,9,'2026-01-17 17:23:48','2026-01-17 17:23:48','cb7c2f5d-09d3-4e71-8192-78000636d886'),
(49288,57,9637,NULL,9623,10,'2026-01-17 17:23:48','2026-01-17 17:23:48','9d654802-d3be-4c6e-acf7-d30cec5df8cb'),
(49289,57,9637,NULL,9622,11,'2026-01-17 17:23:48','2026-01-17 17:23:48','ed41f824-4c4a-48cb-9442-f2ab05ce0551'),
(49290,57,9637,NULL,9629,12,'2026-01-17 17:23:48','2026-01-17 17:23:48','97af7bd7-cb91-4394-ae6f-00a5f24db8a9'),
(49320,32,9639,NULL,2610,1,'2026-01-17 17:24:15','2026-01-17 17:24:15','eac897a3-f0a3-4ee9-aea6-08391f2f616e'),
(49321,32,9639,NULL,2598,2,'2026-01-17 17:24:15','2026-01-17 17:24:15','11e31f87-be55-43d8-b820-fd2b934c8f23'),
(49322,32,9639,NULL,2600,3,'2026-01-17 17:24:15','2026-01-17 17:24:15','bbf60be7-0de3-45c3-a40f-0c70584bf745'),
(49323,32,9639,NULL,2604,4,'2026-01-17 17:24:15','2026-01-17 17:24:15','7d2867b9-8b8b-453c-83eb-a53443172a87'),
(49324,32,9639,NULL,2608,5,'2026-01-17 17:24:15','2026-01-17 17:24:15','db712bf0-d39c-4910-ada3-b5eb68a5a2d8'),
(49325,32,9639,NULL,2624,6,'2026-01-17 17:24:15','2026-01-17 17:24:15','1c4330ff-073c-40d7-9379-867a629f9a3c'),
(49326,32,9639,NULL,2596,7,'2026-01-17 17:24:15','2026-01-17 17:24:15','210fc946-2e27-4241-aefb-cdcf5681c3d1'),
(49327,32,9639,NULL,2602,8,'2026-01-17 17:24:15','2026-01-17 17:24:15','2ce1825d-5e39-45ad-ad7a-0f3e995ef6ea'),
(49328,32,9639,NULL,2606,9,'2026-01-17 17:24:15','2026-01-17 17:24:15','fecad8ca-b6e0-4fac-8121-25e9d515c831'),
(49329,16,9639,NULL,4610,1,'2026-01-17 17:24:15','2026-01-17 17:24:15','f66edb67-4117-4d58-8245-0551b7749fcd'),
(49330,7,9639,NULL,601,1,'2026-01-17 17:24:15','2026-01-17 17:24:15','df04ce47-0a04-4025-b4fc-d79a001f9338'),
(49331,7,9639,NULL,2972,2,'2026-01-17 17:24:15','2026-01-17 17:24:15','15b84272-ad68-416a-83de-d2c778cf6e3d'),
(49332,7,9639,NULL,2974,3,'2026-01-17 17:24:15','2026-01-17 17:24:15','3e8883d0-85fe-468b-8a46-9f9d1574c6f6'),
(49333,7,9639,NULL,617,4,'2026-01-17 17:24:15','2026-01-17 17:24:15','5cfd1a40-c530-453a-9e72-c2ae8929affc'),
(49334,7,9639,NULL,605,5,'2026-01-17 17:24:15','2026-01-17 17:24:15','c3e8449a-4fa5-4720-a38f-6bf40cb57c44'),
(49335,82,9639,NULL,491,1,'2026-01-17 17:24:15','2026-01-17 17:24:15','30e5c312-9e15-45d7-b87a-869d8a297edb'),
(49336,46,9639,NULL,2891,1,'2026-01-17 17:24:15','2026-01-17 17:24:15','8b775ef6-aed0-47cc-b587-122151a771a4'),
(49337,57,9639,NULL,9629,1,'2026-01-17 17:24:15','2026-01-17 17:24:15','d54fd96c-077f-4103-ae48-df386998c543'),
(49338,57,9639,NULL,9631,2,'2026-01-17 17:24:15','2026-01-17 17:24:15','2a1e10d6-0414-44d5-86dd-6c3705006b82'),
(49339,57,9639,NULL,9630,3,'2026-01-17 17:24:15','2026-01-17 17:24:15','184a5693-8d11-45ff-89bc-bddefa51382c'),
(49340,57,9639,NULL,9628,4,'2026-01-17 17:24:15','2026-01-17 17:24:15','892453bf-bf54-4986-ab00-78d5eeff4548'),
(49341,57,9639,NULL,9627,5,'2026-01-17 17:24:15','2026-01-17 17:24:15','551ffd11-ec13-47f4-aeee-17b7454f0aa7'),
(49342,57,9639,NULL,9632,6,'2026-01-17 17:24:15','2026-01-17 17:24:15','785442b0-aa36-4419-8861-1af97fa46f93'),
(49343,57,9639,NULL,9633,7,'2026-01-17 17:24:15','2026-01-17 17:24:15','d59c20b4-301b-4034-abc6-c9d9fd7afd0f'),
(49344,57,9639,NULL,9625,8,'2026-01-17 17:24:15','2026-01-17 17:24:15','b2ba6877-f8af-491d-bf00-baaab1548b07'),
(49345,57,9639,NULL,9626,9,'2026-01-17 17:24:15','2026-01-17 17:24:15','ab40a1c0-aa50-48fb-9223-6ebcdf6ef258'),
(49346,57,9639,NULL,9624,10,'2026-01-17 17:24:15','2026-01-17 17:24:15','35c48321-c394-433a-a575-bdc0545cd3fd'),
(49347,57,9639,NULL,9623,11,'2026-01-17 17:24:15','2026-01-17 17:24:15','24fef5ec-2d7a-41f0-99db-7727c76ac61c'),
(49348,57,9639,NULL,9622,12,'2026-01-17 17:24:15','2026-01-17 17:24:15','ee9b0d21-f50c-42bb-99cb-9dc4eaa61c0a'),
(49349,58,9640,NULL,9641,1,'2026-01-17 18:14:04','2026-01-17 18:14:04','28310826-a129-4ef6-99c5-5ff1de714db9'),
(49350,58,9642,NULL,9641,1,'2026-01-17 18:14:06','2026-01-17 18:14:06','a5b77b0b-7c6b-4492-ab23-faa38ef4f817'),
(49352,58,9644,NULL,2872,1,'2026-01-17 18:14:19','2026-01-17 18:14:19','a80b3adc-6d7f-459e-9b14-1d3ff0c4beaf'),
(49354,58,9646,NULL,9540,1,'2026-01-17 18:15:39','2026-01-17 18:15:39','db2a5d64-57d4-48a2-a64e-d170a68ba4a3'),
(49356,39,9648,NULL,333,1,'2026-01-17 18:26:45','2026-01-17 18:26:45','baa2ac20-803b-4e65-976b-a39bcb69ddf9'),
(49357,39,9649,NULL,333,1,'2026-01-17 18:26:47','2026-01-17 18:26:47','c4fc2721-5b37-481e-ae0f-88449291c271'),
(49358,39,9650,NULL,333,1,'2026-01-17 18:27:20','2026-01-17 18:27:20','918d1133-461f-48c8-9954-b4f3ac6dd65f'),
(49359,39,9651,NULL,333,1,'2026-01-17 18:28:32','2026-01-17 18:28:32','80028c11-d320-4d28-a7c1-345c97ed45fc'),
(49361,39,9652,NULL,337,1,'2026-01-17 18:30:09','2026-01-17 18:30:09','821362c3-f99e-49f4-bdc0-1c37321992a0'),
(49362,39,9653,NULL,337,1,'2026-01-17 18:30:11','2026-01-17 18:30:11','ff31f7f7-0df4-4a3c-98e1-522f052980df'),
(49363,39,9654,NULL,331,1,'2026-01-17 18:32:42','2026-01-17 18:32:42','073c8173-5d8a-4a84-87ff-a2f69da5e422'),
(49364,39,9655,NULL,333,1,'2026-01-17 18:33:12','2026-01-17 18:33:12','9d6f65ff-295f-4362-b449-fafd226fe8dd'),
(49365,39,9656,NULL,333,1,'2026-01-17 18:33:31','2026-01-17 18:33:31','85d71d4d-5789-410c-8829-8b7511243f19'),
(49366,39,9657,NULL,333,1,'2026-01-17 18:35:28','2026-01-17 18:35:28','3a5eb118-94ac-4ae5-9e2a-277aef537b7a'),
(49462,57,2720,NULL,9694,1,'2026-01-17 19:27:11','2026-01-17 19:27:11','6a776409-1727-4921-b439-0c0db1267175'),
(49463,57,2720,NULL,9692,2,'2026-01-17 19:27:11','2026-01-17 19:27:11','893488e2-24dd-430e-8e64-5abca25686fb'),
(49464,57,2720,NULL,9693,3,'2026-01-17 19:27:11','2026-01-17 19:27:11','071688e1-78ed-49c2-b72b-ee931c696ae9'),
(49465,57,2720,NULL,9685,4,'2026-01-17 19:27:11','2026-01-17 19:27:11','d45adc03-bb9f-491f-877f-ce34196926be'),
(49466,57,2720,NULL,9686,5,'2026-01-17 19:27:11','2026-01-17 19:27:11','31168a2c-5e9e-4be5-8116-ba34056c4972'),
(49467,57,2720,NULL,9687,6,'2026-01-17 19:27:11','2026-01-17 19:27:11','56fd671f-f623-4e23-8cea-5bfd8c9a3b22'),
(49468,57,2720,NULL,9688,7,'2026-01-17 19:27:11','2026-01-17 19:27:11','669cae4b-1a56-415e-819e-5dd830a50927'),
(49469,57,2720,NULL,9689,8,'2026-01-17 19:27:11','2026-01-17 19:27:11','e42a9314-064e-4ea7-a86b-11794ddb09df'),
(49470,57,2720,NULL,9690,9,'2026-01-17 19:27:11','2026-01-17 19:27:11','16a7ad12-3e99-485b-8cc5-264298dce098'),
(49471,32,9695,NULL,2614,1,'2026-01-17 19:27:11','2026-01-17 19:27:11','c9d85782-7688-4814-8ad3-0637c067a834'),
(49472,32,9695,NULL,2598,2,'2026-01-17 19:27:11','2026-01-17 19:27:11','e5f2b859-8d29-4f97-95fa-ee38441f8946'),
(49473,32,9695,NULL,2608,3,'2026-01-17 19:27:11','2026-01-17 19:27:11','ae0a88e1-a586-41ef-be32-0b7340e81449'),
(49474,32,9695,NULL,2600,4,'2026-01-17 19:27:11','2026-01-17 19:27:11','fbc3649c-dea4-432a-885c-250abc2d5950'),
(49475,32,9695,NULL,2596,5,'2026-01-17 19:27:11','2026-01-17 19:27:11','d6cc5e25-8270-4642-b6d2-ab2a5941b00d'),
(49476,32,9695,NULL,2602,6,'2026-01-17 19:27:11','2026-01-17 19:27:11','40f721f5-21a5-4d91-95c0-897e049bbdfd'),
(49477,32,9695,NULL,2612,7,'2026-01-17 19:27:11','2026-01-17 19:27:11','b4235875-6e89-4a0b-90a8-7524187b2a02'),
(49478,32,9695,NULL,2604,8,'2026-01-17 19:27:11','2026-01-17 19:27:11','9b882214-f5a3-4124-a1d8-3a4dea013224'),
(49479,7,9695,NULL,605,1,'2026-01-17 19:27:11','2026-01-17 19:27:11','395f3ce4-1cd0-4eb0-9fb2-b412a8302af5'),
(49480,7,9695,NULL,617,2,'2026-01-17 19:27:11','2026-01-17 19:27:11','0b3eb900-d67e-45db-989f-1dc937f71a84'),
(49482,82,9695,NULL,479,1,'2026-01-17 19:27:11','2026-01-17 19:27:11','080286a3-8c29-4f10-b05c-d545ede0da4e'),
(49483,82,9695,NULL,483,2,'2026-01-17 19:27:11','2026-01-17 19:27:11','ce905384-7ce0-461f-8f61-d1d6b551787c'),
(49484,57,9695,NULL,9694,1,'2026-01-17 19:27:11','2026-01-17 19:27:11','7d124587-eff5-4597-b964-7ac069ca576f'),
(49485,57,9695,NULL,9692,2,'2026-01-17 19:27:11','2026-01-17 19:27:11','fa08024b-59aa-45c8-b44f-e5e6fcbdf70b'),
(49486,57,9695,NULL,9693,3,'2026-01-17 19:27:11','2026-01-17 19:27:11','be7a15f6-1143-4363-9d3a-2cccfd93b125'),
(49487,57,9695,NULL,9685,4,'2026-01-17 19:27:11','2026-01-17 19:27:11','f47c0fa0-e18b-4599-bbf8-55b894b1a1ef'),
(49488,57,9695,NULL,9686,5,'2026-01-17 19:27:11','2026-01-17 19:27:11','459df85e-5899-4328-8bc4-a2e4c809142b'),
(49489,57,9695,NULL,9687,6,'2026-01-17 19:27:11','2026-01-17 19:27:11','06b27c57-9c92-4025-838f-ac54bf4afd36'),
(49490,57,9695,NULL,9688,7,'2026-01-17 19:27:11','2026-01-17 19:27:11','60235bea-9b2b-411a-a17d-7eaf5d8446ba'),
(49491,57,9695,NULL,9689,8,'2026-01-17 19:27:11','2026-01-17 19:27:11','cf50c284-efca-4725-a5e2-822894e6e4aa'),
(49492,57,9695,NULL,9690,9,'2026-01-17 19:27:11','2026-01-17 19:27:11','9d50e2a7-cae8-4b2d-b2f3-4c7dce00157d'),
(49514,58,6547,NULL,9698,1,'2026-01-17 19:30:46','2026-01-17 19:30:46','a088de40-b70b-4999-b876-619c2b0b53e9'),
(49515,58,9699,NULL,9698,1,'2026-01-17 19:30:46','2026-01-17 19:30:46','bac34eee-37c9-4e96-87ca-cad2924e0b54'),
(49518,58,601,NULL,9701,1,'2026-01-17 19:31:06','2026-01-17 19:31:06','183e258d-104d-4d7d-bb0c-3027ff24ad3e'),
(49519,58,9702,NULL,9701,1,'2026-01-17 19:31:06','2026-01-17 19:31:06','2fecca22-19ed-4a1e-b90c-8beae256284e'),
(49522,58,3468,NULL,9704,1,'2026-01-17 19:31:25','2026-01-17 19:31:25','4b273f54-4015-42f1-9512-9554b7d9a6c5'),
(49523,58,9705,NULL,9704,1,'2026-01-17 19:31:25','2026-01-17 19:31:25','d81c741c-6c81-4415-b597-0bf9038bcdcf'),
(49526,58,2969,NULL,9707,1,'2026-01-17 19:31:45','2026-01-17 19:31:45','80c74d66-8585-44ac-9ddc-608ca4578574'),
(49527,58,9708,NULL,9707,1,'2026-01-17 19:31:45','2026-01-17 19:31:45','7e2b2f2a-bf5d-4332-9444-f86aefa18baf'),
(49530,58,9552,NULL,9710,1,'2026-01-17 19:32:04','2026-01-17 19:32:04','cde777e0-f8f2-472d-9445-7bfd4e4c8c04'),
(49531,58,9711,NULL,9710,1,'2026-01-17 19:32:04','2026-01-17 19:32:04','ebc71ecd-0985-436b-a79f-65788d6d3c97'),
(49532,58,9712,NULL,2872,1,'2026-01-17 19:32:25','2026-01-17 19:32:25','7c1f9417-1933-4030-b576-1c0ee1b1ce5c'),
(49535,58,9549,NULL,9714,1,'2026-01-17 19:32:50','2026-01-17 19:32:50','ac550fb6-6f4d-41ad-a805-049684941fa4'),
(49536,58,9715,NULL,9714,1,'2026-01-17 19:32:50','2026-01-17 19:32:50','c17eeb1a-dca3-4238-8152-ae26c0255a0a'),
(49539,58,9555,NULL,9717,1,'2026-01-17 19:34:03','2026-01-17 19:34:03','400c1e73-4352-4b51-b7f8-6aabb5209dac'),
(49540,58,9718,NULL,9717,1,'2026-01-17 19:34:03','2026-01-17 19:34:03','7eda2503-8c74-4dad-b061-df73009e7545'),
(49543,58,9558,NULL,9720,1,'2026-01-17 19:34:35','2026-01-17 19:34:35','28291eca-b4b4-4a08-8482-b0a2c2afd8ed'),
(49544,58,9721,NULL,9720,1,'2026-01-17 19:34:35','2026-01-17 19:34:35','9bd4dea7-0970-4d92-b816-97725f2b4d9c'),
(49545,58,9724,NULL,9725,1,'2026-01-17 20:00:16','2026-01-17 20:00:16','ce189e1d-1f86-425b-ae72-5167e5e5eb74'),
(49546,58,9726,NULL,9725,1,'2026-01-17 20:00:19','2026-01-17 20:00:19','81c5074c-5f74-4fbe-959f-bb26f565cbb3'),
(49547,58,9727,NULL,9728,1,'2026-01-17 20:00:48','2026-01-17 20:00:48','1294f780-3bd8-42ad-a7e4-ec1f4099e9c5'),
(49548,58,9729,NULL,9728,1,'2026-01-17 20:01:01','2026-01-17 20:01:01','8704a5ba-654f-4b20-92e4-ed367d20c905'),
(49550,58,9731,NULL,9725,1,'2026-01-17 20:01:11','2026-01-17 20:01:11','04596dc1-6073-4ff9-8334-ab9dadf8c98f'),
(49551,58,9732,NULL,9733,1,'2026-01-17 20:02:33','2026-01-17 20:02:33','0e2656c6-b69e-45fe-ab02-98f4388792d5'),
(49552,58,9734,NULL,9733,1,'2026-01-17 20:02:34','2026-01-17 20:02:34','2b680f73-9032-444f-bfb9-b44381273939'),
(49553,58,9735,NULL,9736,1,'2026-01-17 20:02:50','2026-01-17 20:02:50','944b13f3-8028-429f-9759-3ecbeb3de9aa'),
(49554,58,9737,NULL,9736,1,'2026-01-17 20:02:51','2026-01-17 20:02:51','09ac915f-a560-4db7-85e5-475e26ecec26'),
(49580,32,9739,NULL,2610,1,'2026-01-17 20:05:20','2026-01-17 20:05:20','937e91c1-b42f-45ad-b3e4-2859ad90f144'),
(49581,32,9739,NULL,2598,2,'2026-01-17 20:05:20','2026-01-17 20:05:20','28e3dfe5-8179-4126-a434-e1d7354ae6a5'),
(49582,32,9739,NULL,2608,3,'2026-01-17 20:05:20','2026-01-17 20:05:20','9d12c93d-f9f1-4f53-9e0c-e4d3a57e83d2'),
(49583,32,9739,NULL,2624,4,'2026-01-17 20:05:20','2026-01-17 20:05:20','77520533-0240-456e-9041-b34e44adc40b'),
(49584,32,9739,NULL,2600,5,'2026-01-17 20:05:20','2026-01-17 20:05:20','8090e55f-63d7-4e6f-837a-79d0aa91255e'),
(49585,32,9739,NULL,2596,6,'2026-01-17 20:05:20','2026-01-17 20:05:20','10019e35-9d40-459d-a4c2-b43612027997'),
(49586,32,9739,NULL,2602,7,'2026-01-17 20:05:20','2026-01-17 20:05:20','fcc3b5e7-daf3-42d2-a8e0-dd5cc84c221e'),
(49587,32,9739,NULL,2606,8,'2026-01-17 20:05:20','2026-01-17 20:05:20','0b7f4dc7-f34a-47d3-a00d-6e076d652fe6'),
(49588,32,9739,NULL,2612,9,'2026-01-17 20:05:20','2026-01-17 20:05:20','98014ac8-c4fe-424e-ab6f-589b5559a3ef'),
(49589,32,9739,NULL,2604,10,'2026-01-17 20:05:20','2026-01-17 20:05:20','5487c895-20c1-4083-92bd-53e92fb184fb'),
(49590,16,9739,NULL,4786,1,'2026-01-17 20:05:20','2026-01-17 20:05:20','fe09b9a2-2b33-4998-991e-1a8e22b89b84'),
(49591,7,9739,NULL,6547,1,'2026-01-17 20:05:20','2026-01-17 20:05:20','b660a11e-5a44-43a9-9bba-0ed4716492d9'),
(49592,7,9739,NULL,601,2,'2026-01-17 20:05:20','2026-01-17 20:05:20','84474fa3-94c5-4268-99e4-cd53c1f8e211'),
(49593,7,9739,NULL,617,3,'2026-01-17 20:05:20','2026-01-17 20:05:20','7017da29-2d19-4528-8e8d-1f75e8e90ba1'),
(49594,7,9739,NULL,605,4,'2026-01-17 20:05:20','2026-01-17 20:05:20','73cb69b4-e664-4ab4-a0bb-7ee6e05487f7'),
(49595,7,9739,NULL,9552,5,'2026-01-17 20:05:20','2026-01-17 20:05:20','51887817-12cf-451e-a39f-cdccb8fd2cdc'),
(49596,82,9739,NULL,491,1,'2026-01-17 20:05:20','2026-01-17 20:05:20','aeff183d-80a7-4da1-ae17-7815a4666528'),
(49597,46,9739,NULL,2891,1,'2026-01-17 20:05:20','2026-01-17 20:05:20','75e19634-8807-40c8-92a4-f7c8cf0de0b5'),
(49598,57,9739,NULL,4806,1,'2026-01-17 20:05:20','2026-01-17 20:05:20','5116a107-2162-4211-8391-734afbbbfe22'),
(49599,57,9739,NULL,4807,2,'2026-01-17 20:05:20','2026-01-17 20:05:20','472c7365-4c69-456e-a75c-deb9f0d990be'),
(49600,57,9739,NULL,4808,3,'2026-01-17 20:05:20','2026-01-17 20:05:20','bf7847ff-a782-4cdc-a819-0609b498b2ed'),
(49601,57,9739,NULL,4809,4,'2026-01-17 20:05:20','2026-01-17 20:05:20','f393a723-8e2a-4e18-973f-35acd91f3cf2'),
(49602,57,9739,NULL,4810,5,'2026-01-17 20:05:20','2026-01-17 20:05:20','2c6015d8-21f9-4fb9-bb59-30ea82c0e0cf'),
(49603,57,9739,NULL,4811,6,'2026-01-17 20:05:20','2026-01-17 20:05:20','56826faf-0b88-4615-a29f-b8a7b207555a'),
(49604,13,9739,NULL,6542,1,'2026-01-17 20:05:20','2026-01-17 20:05:20','d54f7d9d-b4af-4cd3-9a7a-70bdc619046a'),
(49630,32,9741,NULL,2610,1,'2026-01-17 20:05:24','2026-01-17 20:05:24','29b0d0dc-5a3d-4c00-98dc-dbc188133b09'),
(49631,32,9741,NULL,2598,2,'2026-01-17 20:05:24','2026-01-17 20:05:24','9dd1d025-d54b-4e4d-8ca4-1776b0d3992c'),
(49632,32,9741,NULL,2608,3,'2026-01-17 20:05:24','2026-01-17 20:05:24','f97d4e05-2e28-4a8e-8a9e-ebeb7b233571'),
(49633,32,9741,NULL,2624,4,'2026-01-17 20:05:24','2026-01-17 20:05:24','b46dc540-9e7b-4003-9bf0-28859c10f581'),
(49634,32,9741,NULL,2600,5,'2026-01-17 20:05:24','2026-01-17 20:05:24','5b91cdbe-312f-4eeb-860f-310736ed9410'),
(49635,32,9741,NULL,2596,6,'2026-01-17 20:05:24','2026-01-17 20:05:24','8ba6ce90-9e57-458d-ba61-847529cd315e'),
(49636,32,9741,NULL,2602,7,'2026-01-17 20:05:24','2026-01-17 20:05:24','c9f5cb8e-e5de-4f1b-b1f1-634c7b7ed157'),
(49637,32,9741,NULL,2606,8,'2026-01-17 20:05:24','2026-01-17 20:05:24','cbff74aa-5829-475a-bd9a-12a34f8f26d1'),
(49638,32,9741,NULL,2612,9,'2026-01-17 20:05:24','2026-01-17 20:05:24','180b0be5-98f7-45c1-b770-d4d72a803a18'),
(49639,32,9741,NULL,2604,10,'2026-01-17 20:05:24','2026-01-17 20:05:24','8e4eccbf-853c-4e4f-a2b5-1228cfba60cb'),
(49640,16,9741,NULL,4786,1,'2026-01-17 20:05:24','2026-01-17 20:05:24','778917e4-37e6-416c-851d-bce7607d5eb7'),
(49641,7,9741,NULL,6547,1,'2026-01-17 20:05:24','2026-01-17 20:05:24','9f79784f-49ac-4f6c-8119-f4d9dc59f61b'),
(49642,7,9741,NULL,601,2,'2026-01-17 20:05:24','2026-01-17 20:05:24','eaf8c120-2616-4de8-8867-cd25de842d97'),
(49643,7,9741,NULL,617,3,'2026-01-17 20:05:24','2026-01-17 20:05:24','34ef1922-75a9-4605-ae20-ae9646bd69f9'),
(49644,7,9741,NULL,605,4,'2026-01-17 20:05:24','2026-01-17 20:05:24','a73e94f6-93ba-4c81-9834-a8927f85c2cb'),
(49645,7,9741,NULL,9552,5,'2026-01-17 20:05:24','2026-01-17 20:05:24','315b8951-8271-4bd6-b081-6b7aa87cb0cc'),
(49646,82,9741,NULL,491,1,'2026-01-17 20:05:24','2026-01-17 20:05:24','ed65f111-116d-4a93-83cc-a61d3951849e'),
(49647,46,9741,NULL,2891,1,'2026-01-17 20:05:24','2026-01-17 20:05:24','bc4e85bf-80ab-4afc-9494-a420e1061a26'),
(49648,57,9741,NULL,4806,1,'2026-01-17 20:05:24','2026-01-17 20:05:24','25e92680-be2c-4b42-89db-175e97ca7916'),
(49649,57,9741,NULL,4807,2,'2026-01-17 20:05:24','2026-01-17 20:05:24','960cf6f0-a7ad-48db-a326-a49e0df633e6'),
(49650,57,9741,NULL,4808,3,'2026-01-17 20:05:24','2026-01-17 20:05:24','237ce33b-8a99-487a-86b7-5c7b8c9877ba'),
(49651,57,9741,NULL,4809,4,'2026-01-17 20:05:24','2026-01-17 20:05:24','c4dce4cd-55fa-4569-887f-3ee828b66834'),
(49652,57,9741,NULL,4810,5,'2026-01-17 20:05:24','2026-01-17 20:05:24','fc9a8fef-0949-4df5-a44a-210a5a3f1c11'),
(49653,57,9741,NULL,4811,6,'2026-01-17 20:05:24','2026-01-17 20:05:24','e3df5eeb-88bf-4139-ad32-7b855a77805e'),
(49654,13,9741,NULL,6542,1,'2026-01-17 20:05:24','2026-01-17 20:05:24','8a633005-413a-4db5-b8d0-d4dc032030f4'),
(49686,7,1261,NULL,6547,1,'2026-01-17 20:06:41','2026-01-17 20:06:41','c40dba03-5508-49bf-b284-d3c6785fbe8b'),
(49687,7,1261,NULL,9732,3,'2026-01-17 20:06:41','2026-01-17 20:06:41','4b955ebc-f95e-4594-88aa-aa1074821823'),
(49688,7,1261,NULL,9735,4,'2026-01-17 20:06:41','2026-01-17 20:06:41','c44f21fe-5ce8-4f5b-9c54-86efed11778e'),
(49689,7,1261,NULL,9552,7,'2026-01-17 20:06:41','2026-01-17 20:06:41','4b0218ca-7a73-4c1f-bc3b-e9855399b85f'),
(49690,32,9743,NULL,2622,1,'2026-01-17 20:06:41','2026-01-17 20:06:41','d090be36-7a72-4ef1-ab51-8da8a4369549'),
(49691,32,9743,NULL,2598,2,'2026-01-17 20:06:41','2026-01-17 20:06:41','12cb2e88-e73d-4c54-8232-953a01afc1f4'),
(49692,32,9743,NULL,2608,3,'2026-01-17 20:06:41','2026-01-17 20:06:41','92d13322-ac9c-4142-a35f-9a35bb6ca759'),
(49693,32,9743,NULL,2600,4,'2026-01-17 20:06:41','2026-01-17 20:06:41','72781acf-1536-4968-b6c5-f071ec0d71fc'),
(49694,32,9743,NULL,2602,5,'2026-01-17 20:06:41','2026-01-17 20:06:41','4581630d-500b-41b7-883d-843f072b0a25'),
(49695,32,9743,NULL,2612,6,'2026-01-17 20:06:41','2026-01-17 20:06:41','3729ad44-22d0-4a9c-9ec5-aa2af1c19200'),
(49696,32,9743,NULL,2604,7,'2026-01-17 20:06:41','2026-01-17 20:06:41','e413cbca-bf64-48b2-9033-280f1b9a2f23'),
(49697,32,9743,NULL,2610,8,'2026-01-17 20:06:41','2026-01-17 20:06:41','a0730797-ae20-47f8-8f0a-03d90034f843'),
(49698,16,9743,NULL,4861,1,'2026-01-17 20:06:41','2026-01-17 20:06:41','d4e8f2e6-8b75-4146-9aba-610a09292503'),
(49699,7,9743,NULL,6547,1,'2026-01-17 20:06:41','2026-01-17 20:06:41','c672092e-a3ee-434f-bcd5-1e5055693707'),
(49700,7,9743,NULL,601,2,'2026-01-17 20:06:41','2026-01-17 20:06:41','dc2a426b-a87c-40fe-bc8f-7866f08546f8'),
(49701,7,9743,NULL,9732,3,'2026-01-17 20:06:41','2026-01-17 20:06:41','6191a58b-4ef1-4f01-be6c-0233e1bb0f25'),
(49702,7,9743,NULL,9735,4,'2026-01-17 20:06:41','2026-01-17 20:06:41','da71a825-f45d-458e-a387-c4cc4e348fdb'),
(49703,7,9743,NULL,617,5,'2026-01-17 20:06:41','2026-01-17 20:06:41','3c92166e-ac83-4fda-bc05-42308bb22f0e'),
(49704,7,9743,NULL,605,6,'2026-01-17 20:06:41','2026-01-17 20:06:41','6b8c308e-3149-4e15-81e9-6d16862f1fc3'),
(49705,7,9743,NULL,9552,7,'2026-01-17 20:06:41','2026-01-17 20:06:41','86546d92-05fc-46ef-86b1-0de7df5df661'),
(49706,82,9743,NULL,479,1,'2026-01-17 20:06:41','2026-01-17 20:06:41','e484e641-2e83-4083-9d03-31f2b8574943'),
(49707,82,9743,NULL,491,2,'2026-01-17 20:06:41','2026-01-17 20:06:41','70f57fff-a4fe-4497-b526-63aa57421c74'),
(49708,82,9743,NULL,469,3,'2026-01-17 20:06:41','2026-01-17 20:06:41','b6eae13c-26bf-41e0-9d76-b5c501a28f4d'),
(49709,57,9743,NULL,4886,1,'2026-01-17 20:06:41','2026-01-17 20:06:41','f97ddd13-73f1-490f-9917-6ce2de53a586'),
(49710,57,9743,NULL,4880,2,'2026-01-17 20:06:41','2026-01-17 20:06:41','f0a296f6-180d-414d-b621-a628490a867b'),
(49711,57,9743,NULL,4888,3,'2026-01-17 20:06:41','2026-01-17 20:06:41','c5a04e8a-08a6-44a5-ab5e-c7f0ab04de39'),
(49712,57,9743,NULL,4882,4,'2026-01-17 20:06:41','2026-01-17 20:06:41','dd36cd70-8a8f-4414-8fe8-41a868b206cd'),
(49713,57,9743,NULL,4879,5,'2026-01-17 20:06:41','2026-01-17 20:06:41','12783ff0-aa02-46ce-9bd7-4fb7a779339a'),
(49714,57,9743,NULL,4881,6,'2026-01-17 20:06:41','2026-01-17 20:06:41','2fca7e71-9ad2-4d81-9f03-b1f4829babc9'),
(49715,57,9743,NULL,4887,7,'2026-01-17 20:06:41','2026-01-17 20:06:41','dd8f3625-5337-4b9c-8395-ad72e12be5a6'),
(49716,57,9743,NULL,4883,8,'2026-01-17 20:06:41','2026-01-17 20:06:41','a40b9525-d8a4-4a2f-9bd6-e22fa27e3ed1'),
(49717,57,9743,NULL,4884,9,'2026-01-17 20:06:41','2026-01-17 20:06:41','250c9ca2-23c6-4d82-b0b0-b1ad93246f8a'),
(49718,57,9743,NULL,4885,10,'2026-01-17 20:06:41','2026-01-17 20:06:41','9a9043ca-c667-403d-a360-bf4b39c28c77'),
(49750,32,9745,NULL,2622,1,'2026-01-17 20:07:09','2026-01-17 20:07:09','157e79eb-f042-47f2-a15e-a5fb7f3df038'),
(49751,32,9745,NULL,2598,2,'2026-01-17 20:07:09','2026-01-17 20:07:09','69453ee4-dc56-474a-b25d-9a138703ded0'),
(49752,32,9745,NULL,2608,3,'2026-01-17 20:07:09','2026-01-17 20:07:09','ff27968e-557e-4933-bd93-7b32f1fc576b'),
(49753,32,9745,NULL,2600,4,'2026-01-17 20:07:09','2026-01-17 20:07:09','e2844eaa-8083-4d01-bfbb-2988c086c127'),
(49754,32,9745,NULL,2602,5,'2026-01-17 20:07:09','2026-01-17 20:07:09','83ecd33c-8d9d-44d5-8736-91e61548f084'),
(49755,32,9745,NULL,2612,6,'2026-01-17 20:07:09','2026-01-17 20:07:09','88ae55e3-3178-44c0-b5d6-b36b0f4cc45e'),
(49756,32,9745,NULL,2604,7,'2026-01-17 20:07:09','2026-01-17 20:07:09','c9368079-2a21-424e-b090-28b5f547093c'),
(49757,32,9745,NULL,2610,8,'2026-01-17 20:07:09','2026-01-17 20:07:09','bb3bc7bc-66a0-4900-ac30-899b0492da2c'),
(49758,16,9745,NULL,4861,1,'2026-01-17 20:07:09','2026-01-17 20:07:09','c078ee7f-a80f-4617-8465-43081b21090d'),
(49759,7,9745,NULL,6547,1,'2026-01-17 20:07:09','2026-01-17 20:07:09','0c884a51-e1c2-47a3-a08d-08250324ba7d'),
(49760,7,9745,NULL,601,2,'2026-01-17 20:07:09','2026-01-17 20:07:09','0887b716-ab1a-4189-a852-495cb6301199'),
(49761,7,9745,NULL,9732,3,'2026-01-17 20:07:09','2026-01-17 20:07:09','9142b1a3-ca4d-4b99-bb99-fa13e9c5246b'),
(49762,7,9745,NULL,9735,4,'2026-01-17 20:07:09','2026-01-17 20:07:09','2642a52b-9c85-4225-ae07-38a0df398bc1'),
(49763,7,9745,NULL,617,5,'2026-01-17 20:07:09','2026-01-17 20:07:09','ac86db6a-0968-4f2f-a1ab-fe9b785bdbc0'),
(49764,7,9745,NULL,605,6,'2026-01-17 20:07:09','2026-01-17 20:07:09','91c70f83-10b1-49e6-b7dd-a345380b5630'),
(49765,7,9745,NULL,9552,7,'2026-01-17 20:07:09','2026-01-17 20:07:09','2b9a56d6-e80e-47ce-91a2-74531f7503d8'),
(49766,82,9745,NULL,479,1,'2026-01-17 20:07:09','2026-01-17 20:07:09','589b70f3-bc80-4b29-90b6-0f3804ff0ecc'),
(49767,82,9745,NULL,491,2,'2026-01-17 20:07:09','2026-01-17 20:07:09','0901e874-f453-45f9-bf3e-ae5a1e87a35e'),
(49768,82,9745,NULL,469,3,'2026-01-17 20:07:09','2026-01-17 20:07:09','6a38a630-da6c-4085-8042-b2b363cc052b'),
(49769,57,9745,NULL,4886,1,'2026-01-17 20:07:09','2026-01-17 20:07:09','300a5fea-4aae-4a2e-948b-d6d04d35ec7d'),
(49770,57,9745,NULL,4880,2,'2026-01-17 20:07:09','2026-01-17 20:07:09','bd1c7d8c-9f62-4ab0-93a7-b2f7f26b6963'),
(49771,57,9745,NULL,4888,3,'2026-01-17 20:07:09','2026-01-17 20:07:09','127af559-6649-4cd4-b8af-643789bb8474'),
(49772,57,9745,NULL,4882,4,'2026-01-17 20:07:09','2026-01-17 20:07:09','c0eadad6-0e0a-4b8c-94f7-8549bd56e0b8'),
(49773,57,9745,NULL,4879,5,'2026-01-17 20:07:09','2026-01-17 20:07:09','470cf3a0-43a0-41b4-99ea-7cbbe5e4a433'),
(49774,57,9745,NULL,4881,6,'2026-01-17 20:07:09','2026-01-17 20:07:09','def0ce50-8105-4524-a8ab-cd0a3c3e4f31'),
(49775,57,9745,NULL,4887,7,'2026-01-17 20:07:09','2026-01-17 20:07:09','4ee9e318-8f4b-44ae-a2de-085fa5528492'),
(49776,57,9745,NULL,4883,8,'2026-01-17 20:07:09','2026-01-17 20:07:09','bece09c5-2f68-4bb0-ba04-eefbc96e8db1'),
(49777,57,9745,NULL,4884,9,'2026-01-17 20:07:09','2026-01-17 20:07:09','f01b6757-b6bc-4560-a39a-036264ef0b24'),
(49778,57,9745,NULL,4885,10,'2026-01-17 20:07:09','2026-01-17 20:07:09','78569d47-9f13-4683-a570-c3032fc4a155'),
(49803,7,1269,NULL,9552,3,'2026-01-17 20:07:42','2026-01-17 20:07:42','f6249038-031c-449d-a9dd-2dacf7048866'),
(49804,32,9747,NULL,2614,1,'2026-01-17 20:07:42','2026-01-17 20:07:42','c83a7a63-25ad-47e7-91b7-7ce58d6dde6e'),
(49805,32,9747,NULL,2610,2,'2026-01-17 20:07:42','2026-01-17 20:07:42','63a75757-d829-4d0c-9a18-a9dc41359469'),
(49806,32,9747,NULL,2598,3,'2026-01-17 20:07:42','2026-01-17 20:07:42','fcc85bcb-8f33-43ff-8d56-0c1ba3e24330'),
(49807,32,9747,NULL,2608,4,'2026-01-17 20:07:42','2026-01-17 20:07:42','e9353821-4e64-4362-b8cb-d309f4e801ca'),
(49808,32,9747,NULL,2600,5,'2026-01-17 20:07:42','2026-01-17 20:07:42','5fe3f884-1a59-4114-b665-050e582ae0fa'),
(49809,32,9747,NULL,2596,6,'2026-01-17 20:07:42','2026-01-17 20:07:42','be1d9317-b1de-4c60-ada4-c77fc05bc8a8'),
(49810,32,9747,NULL,2602,7,'2026-01-17 20:07:42','2026-01-17 20:07:42','2a5cef59-92fe-4ccb-8645-ccc2980d59bf'),
(49811,32,9747,NULL,2606,8,'2026-01-17 20:07:42','2026-01-17 20:07:42','fea1f55f-fc1c-49b5-a70d-a76f4e77ff44'),
(49812,32,9747,NULL,2612,9,'2026-01-17 20:07:42','2026-01-17 20:07:42','1d06fef8-ce9e-46e8-a3e8-ef470d94248f'),
(49813,32,9747,NULL,2604,10,'2026-01-17 20:07:42','2026-01-17 20:07:42','0850fdd7-6451-480a-9a8e-33a114fd5e5b'),
(49814,16,9747,NULL,6741,1,'2026-01-17 20:07:42','2026-01-17 20:07:42','d9d4d0c4-2b3d-47e6-ac1a-021b34db18bc'),
(49815,7,9747,NULL,605,1,'2026-01-17 20:07:42','2026-01-17 20:07:42','8689d85e-753e-47cd-b247-99021012c26b'),
(49816,7,9747,NULL,617,2,'2026-01-17 20:07:42','2026-01-17 20:07:42','2d7bad43-e9f3-45a1-b048-feecd9388b5b'),
(49817,7,9747,NULL,9552,3,'2026-01-17 20:07:42','2026-01-17 20:07:42','1e043e55-fdd8-492f-aef7-fad0a97c187e'),
(49818,57,9747,NULL,6759,1,'2026-01-17 20:07:42','2026-01-17 20:07:42','ae219971-4ae9-4a12-b22e-d86780c7e8fa'),
(49819,57,9747,NULL,6760,2,'2026-01-17 20:07:42','2026-01-17 20:07:42','c0118931-91e2-46cd-831c-2f15fc8dc358'),
(49820,57,9747,NULL,6761,3,'2026-01-17 20:07:42','2026-01-17 20:07:42','25bafa60-807b-42df-a541-f5085e33bfb8'),
(49821,57,9747,NULL,6762,4,'2026-01-17 20:07:42','2026-01-17 20:07:42','d2bffac7-1787-41ea-8125-eea11a449a37'),
(49822,57,9747,NULL,6763,5,'2026-01-17 20:07:42','2026-01-17 20:07:42','3dbdb90e-639b-42be-ba81-5acc30ee2402'),
(49823,57,9747,NULL,6764,6,'2026-01-17 20:07:42','2026-01-17 20:07:42','0b530adb-aed6-43e0-8857-f4710bcee617'),
(49824,57,9747,NULL,6765,7,'2026-01-17 20:07:42','2026-01-17 20:07:42','725b0749-d46d-49e6-bc38-b93f6249aafe'),
(49825,57,9747,NULL,6766,8,'2026-01-17 20:07:42','2026-01-17 20:07:42','a2e68633-9012-4846-90f5-31fd83a3ddce'),
(49826,13,9747,NULL,6767,1,'2026-01-17 20:07:42','2026-01-17 20:07:42','95ec7cf1-5a07-4247-b345-9e2a801835fd'),
(49849,7,1277,NULL,2969,1,'2026-01-17 20:08:14','2026-01-17 20:08:14','0b79cd7e-02ab-487a-b22b-b74c652157b0'),
(49850,7,1277,NULL,9552,4,'2026-01-17 20:08:14','2026-01-17 20:08:14','91bd6a10-c772-49f6-97a7-4d9b24986b60'),
(49851,32,9750,NULL,2610,1,'2026-01-17 20:08:14','2026-01-17 20:08:14','3226c4f9-442a-41ab-a856-8efe34b46aa3'),
(49852,32,9750,NULL,2598,2,'2026-01-17 20:08:14','2026-01-17 20:08:14','96ce07b0-16c5-477a-a44e-dea2e0ec512c'),
(49853,32,9750,NULL,2608,3,'2026-01-17 20:08:14','2026-01-17 20:08:14','1af3cdac-13ef-47ab-9c7a-cfc8482e91be'),
(49854,32,9750,NULL,2600,4,'2026-01-17 20:08:14','2026-01-17 20:08:14','1b3c3e56-f49b-4702-9535-2745e8fbf12a'),
(49855,32,9750,NULL,2602,5,'2026-01-17 20:08:14','2026-01-17 20:08:14','de5b5b5d-b90e-41cd-b848-7580e4504f8e'),
(49856,32,9750,NULL,2612,6,'2026-01-17 20:08:14','2026-01-17 20:08:14','fc083ee6-5d8b-454d-b0db-a32e14023d18'),
(49857,32,9750,NULL,2604,7,'2026-01-17 20:08:14','2026-01-17 20:08:14','4037fb58-a17e-4cb2-a603-331d82729f46'),
(49858,16,9750,NULL,6772,1,'2026-01-17 20:08:14','2026-01-17 20:08:14','492246fe-2e88-45d7-be3b-d7bbe0add753'),
(49859,7,9750,NULL,2969,1,'2026-01-17 20:08:14','2026-01-17 20:08:14','02771b68-60c1-4701-97b5-8181bbb6452f'),
(49860,7,9750,NULL,605,2,'2026-01-17 20:08:14','2026-01-17 20:08:14','7c4768d5-3407-4a73-b716-7f0ba9a5f655'),
(49861,7,9750,NULL,617,3,'2026-01-17 20:08:14','2026-01-17 20:08:14','f3079791-7ca0-4477-80b9-ab88ca4dbd35'),
(49862,7,9750,NULL,9552,4,'2026-01-17 20:08:14','2026-01-17 20:08:14','6b0f5ba5-6c72-4aa9-aa9a-d82014740817'),
(49863,82,9750,NULL,479,1,'2026-01-17 20:08:14','2026-01-17 20:08:14','a49ecf83-4f83-4cf9-bbcb-25c47e58c09a'),
(49864,82,9750,NULL,491,2,'2026-01-17 20:08:14','2026-01-17 20:08:14','51c681bf-8836-430b-854d-4059251c1150'),
(49865,82,9750,NULL,469,3,'2026-01-17 20:08:14','2026-01-17 20:08:14','2ea30c05-8494-4aba-84e9-684692996977'),
(49866,57,9750,NULL,6792,1,'2026-01-17 20:08:14','2026-01-17 20:08:14','76072c58-aecc-4cbc-a697-687d1a243017'),
(49867,57,9750,NULL,6793,2,'2026-01-17 20:08:14','2026-01-17 20:08:14','3e60da8c-e572-495f-ab9c-e62ee9a5e4ad'),
(49868,57,9750,NULL,6794,3,'2026-01-17 20:08:14','2026-01-17 20:08:14','eb26bb5d-6973-4897-a184-6e786be1b26e'),
(49869,57,9750,NULL,6795,4,'2026-01-17 20:08:14','2026-01-17 20:08:14','b81ec0cd-29bd-4089-a478-4e5cab6ffb94'),
(49870,57,9750,NULL,6796,5,'2026-01-17 20:08:14','2026-01-17 20:08:14','fb7d9971-e9b3-45d8-aabc-2f4a01bafa6f'),
(49871,13,9750,NULL,6852,1,'2026-01-17 20:08:14','2026-01-17 20:08:14','5b766e30-cac5-42f5-b183-7d4401f76bbe'),
(49893,32,9752,NULL,2610,1,'2026-01-17 20:08:28','2026-01-17 20:08:28','b4c6b58f-5641-415b-a4f3-7a245b064ad2'),
(49894,32,9752,NULL,2598,2,'2026-01-17 20:08:28','2026-01-17 20:08:28','2fb7ad0c-0fd1-45df-920c-d85dc7cb9079'),
(49895,32,9752,NULL,2608,3,'2026-01-17 20:08:28','2026-01-17 20:08:28','70efeee3-70e4-40a4-861a-307584395a8a'),
(49896,32,9752,NULL,2600,4,'2026-01-17 20:08:28','2026-01-17 20:08:28','4ff9af66-89c3-47a4-a73f-5eb82d7b4f46'),
(49897,32,9752,NULL,2602,5,'2026-01-17 20:08:28','2026-01-17 20:08:28','75e88b72-7158-4721-9966-dd7b03366e64'),
(49898,32,9752,NULL,2612,6,'2026-01-17 20:08:28','2026-01-17 20:08:28','24531ec4-05e1-48da-8f59-128472cd747e'),
(49899,32,9752,NULL,2604,7,'2026-01-17 20:08:28','2026-01-17 20:08:28','76148868-119f-4e16-8f7d-5f3a9a01daa3'),
(49900,16,9752,NULL,6772,1,'2026-01-17 20:08:28','2026-01-17 20:08:28','f19b4874-d14d-41f2-9f77-ae502139a788'),
(49901,7,9752,NULL,2969,1,'2026-01-17 20:08:28','2026-01-17 20:08:28','e0aaa956-989a-4a9b-ac9f-cd8c59367d69'),
(49902,7,9752,NULL,605,2,'2026-01-17 20:08:28','2026-01-17 20:08:28','84f2c32f-dd55-460f-85c0-c25f2fe9e9ae'),
(49903,7,9752,NULL,617,3,'2026-01-17 20:08:28','2026-01-17 20:08:28','310c2983-d1d0-46d3-8113-944b4e432666'),
(49904,7,9752,NULL,9552,4,'2026-01-17 20:08:28','2026-01-17 20:08:28','e2f21b0c-9c7a-4d15-8b04-0cf0cfa8c419'),
(49905,82,9752,NULL,479,1,'2026-01-17 20:08:28','2026-01-17 20:08:28','e2dff9d4-1841-406d-900a-b2bf427be706'),
(49906,82,9752,NULL,491,2,'2026-01-17 20:08:28','2026-01-17 20:08:28','7ec2bbb1-ebf8-48df-9e8c-ac922d9352b0'),
(49907,82,9752,NULL,469,3,'2026-01-17 20:08:28','2026-01-17 20:08:28','2fac8f43-9b1f-4d1b-b7d9-01c1a8e52f75'),
(49908,57,9752,NULL,6792,1,'2026-01-17 20:08:28','2026-01-17 20:08:28','03dca02e-7bcc-4393-9e80-34f9ac57e724'),
(49909,57,9752,NULL,6793,2,'2026-01-17 20:08:28','2026-01-17 20:08:28','7e27c951-d2da-48f0-8c4f-49db9fc39c00'),
(49910,57,9752,NULL,6794,3,'2026-01-17 20:08:28','2026-01-17 20:08:28','5330162b-ff47-407a-bd74-b1db473dfc8b'),
(49911,57,9752,NULL,6795,4,'2026-01-17 20:08:28','2026-01-17 20:08:28','27e4c773-5e04-4053-b721-c42c7d535ff9'),
(49912,57,9752,NULL,6796,5,'2026-01-17 20:08:28','2026-01-17 20:08:28','3f6f1f87-854f-478d-a2de-07070f3e7ba8'),
(49913,13,9752,NULL,6852,1,'2026-01-17 20:08:28','2026-01-17 20:08:28','92d3ca58-7d0a-4461-9d3c-41944d4f8828'),
(49939,7,1283,NULL,9552,3,'2026-01-17 20:08:53','2026-01-17 20:08:53','7ebe4c33-8ee2-4add-a2d0-2c2dbb69afb1'),
(49940,32,9754,NULL,2610,1,'2026-01-17 20:08:53','2026-01-17 20:08:53','9ceec319-244d-404e-86e2-8b3209ddfd27'),
(49941,32,9754,NULL,2598,2,'2026-01-17 20:08:53','2026-01-17 20:08:53','ebf09f19-8b2f-498d-a5e5-96266bcf6d18'),
(49942,32,9754,NULL,2608,3,'2026-01-17 20:08:53','2026-01-17 20:08:53','c6ace6dc-7dea-4658-b6f0-5a08293d6dd8'),
(49943,32,9754,NULL,2600,4,'2026-01-17 20:08:53','2026-01-17 20:08:53','6e04e028-0ed0-4b09-a14c-25674dbe8fd2'),
(49944,32,9754,NULL,2596,5,'2026-01-17 20:08:53','2026-01-17 20:08:53','a5881e85-5b4b-4cef-ae7e-725d3befeda3'),
(49945,32,9754,NULL,2602,6,'2026-01-17 20:08:53','2026-01-17 20:08:53','d2172788-ed31-47d7-b92d-759ff4473062'),
(49946,32,9754,NULL,2612,7,'2026-01-17 20:08:53','2026-01-17 20:08:53','1fc97606-6f33-4468-92b1-0c8840971232'),
(49947,32,9754,NULL,2618,8,'2026-01-17 20:08:53','2026-01-17 20:08:53','fb6c6f03-6ec0-48e2-a265-cba9380fd359'),
(49948,32,9754,NULL,2604,9,'2026-01-17 20:08:53','2026-01-17 20:08:53','d1e2d0cf-f6c8-4d43-935b-fa246d13dade'),
(49949,16,9754,NULL,9008,1,'2026-01-17 20:08:53','2026-01-17 20:08:53','e4d32b49-20b9-457d-ad76-9867b092c234'),
(49950,7,9754,NULL,605,1,'2026-01-17 20:08:53','2026-01-17 20:08:53','104353b4-345e-40ca-a43b-c5eaaac75a9a'),
(49951,7,9754,NULL,617,2,'2026-01-17 20:08:53','2026-01-17 20:08:53','28653095-541e-4309-aa1f-2eb8aa540965'),
(49952,7,9754,NULL,9552,3,'2026-01-17 20:08:53','2026-01-17 20:08:53','49f83cd2-d5db-476c-9725-9b9c4d9b9825'),
(49953,82,9754,NULL,479,1,'2026-01-17 20:08:53','2026-01-17 20:08:53','a1703fb1-c0f1-4c21-b85f-7ab53658adee'),
(49954,82,9754,NULL,491,2,'2026-01-17 20:08:53','2026-01-17 20:08:53','ecde143e-af35-4317-bee6-4085f3430e8f'),
(49955,46,9754,NULL,3697,1,'2026-01-17 20:08:53','2026-01-17 20:08:53','4e22dbb7-65e0-4606-8388-0a5f06deda31'),
(49956,57,9754,NULL,9011,1,'2026-01-17 20:08:53','2026-01-17 20:08:53','33ca1c4d-a4fd-4e3d-8601-8d6477880b9e'),
(49957,57,9754,NULL,9017,2,'2026-01-17 20:08:53','2026-01-17 20:08:53','a87cc39c-b185-489a-8c7d-d222b2b46ef3'),
(49958,57,9754,NULL,9015,3,'2026-01-17 20:08:53','2026-01-17 20:08:53','9ceabe1b-3c92-4e0f-9482-74228dbf02b0'),
(49959,57,9754,NULL,9016,4,'2026-01-17 20:08:53','2026-01-17 20:08:53','fbe6fbed-59e2-4b25-8bcd-ac50077c1453'),
(49960,57,9754,NULL,9013,5,'2026-01-17 20:08:53','2026-01-17 20:08:53','db23018c-6f1e-4f13-9982-ee73b7844883'),
(49961,57,9754,NULL,9014,6,'2026-01-17 20:08:53','2026-01-17 20:08:53','ba1d49ec-a8ae-4dbc-9ffd-4994c1446a9b'),
(49962,57,9754,NULL,9012,7,'2026-01-17 20:08:53','2026-01-17 20:08:53','2784eace-d788-4436-bda1-79ef7eb17263'),
(49963,57,9754,NULL,9018,8,'2026-01-17 20:08:53','2026-01-17 20:08:53','edf987ba-b53c-4df5-bafa-4afc9fa11e32'),
(49986,7,1289,NULL,9552,4,'2026-01-17 20:09:25','2026-01-17 20:09:25','deffa970-15b5-4f4b-9d42-165ddfd81e40'),
(49987,32,9756,NULL,2610,1,'2026-01-17 20:09:25','2026-01-17 20:09:25','19ae574b-97f5-45f9-9b1b-e9edac79e56d'),
(49988,32,9756,NULL,2598,2,'2026-01-17 20:09:25','2026-01-17 20:09:25','a2003c2c-d220-4fac-8bc0-3bbab62a46f0'),
(49989,32,9756,NULL,2608,3,'2026-01-17 20:09:25','2026-01-17 20:09:25','38d9bd32-921b-46dd-b92f-98457f292c12'),
(49990,32,9756,NULL,2600,4,'2026-01-17 20:09:25','2026-01-17 20:09:25','2cd2d4f1-d23d-49e7-abab-20f295383068'),
(49991,32,9756,NULL,2596,5,'2026-01-17 20:09:25','2026-01-17 20:09:25','1a5a21b5-eb7d-46c0-944b-64a7c5505819'),
(49992,32,9756,NULL,2602,6,'2026-01-17 20:09:25','2026-01-17 20:09:25','8c89a3d3-7a8b-4ed6-90af-7b15458b3005'),
(49993,32,9756,NULL,2612,7,'2026-01-17 20:09:25','2026-01-17 20:09:25','774cd1c0-5fb5-45d8-8509-f72b93a7f195'),
(49994,32,9756,NULL,2604,8,'2026-01-17 20:09:25','2026-01-17 20:09:25','53dec5c0-3241-4005-8f64-429b32c81519'),
(49995,16,9756,NULL,9025,1,'2026-01-17 20:09:25','2026-01-17 20:09:25','04b203da-2c69-4857-b915-fe56aafccabd'),
(49996,7,9756,NULL,601,1,'2026-01-17 20:09:25','2026-01-17 20:09:25','55094c34-a236-46c8-92da-a0fb2602097e'),
(49997,7,9756,NULL,605,2,'2026-01-17 20:09:25','2026-01-17 20:09:25','6ba2db3f-9239-461c-954b-7ad40a13bd22'),
(49998,7,9756,NULL,617,3,'2026-01-17 20:09:25','2026-01-17 20:09:25','29424d6e-1a09-47f1-97cb-7bfdf124c4f5'),
(49999,7,9756,NULL,9552,4,'2026-01-17 20:09:25','2026-01-17 20:09:25','dad1c929-d756-40d5-b853-c3d19a9b9f5a'),
(50000,82,9756,NULL,479,1,'2026-01-17 20:09:25','2026-01-17 20:09:25','e307016c-bdc1-4ed4-80ed-988b6f0cd724'),
(50001,82,9756,NULL,491,2,'2026-01-17 20:09:25','2026-01-17 20:09:25','c7b5f6ff-425a-4ba1-97b8-281fe09af51f'),
(50002,57,9756,NULL,9030,1,'2026-01-17 20:09:25','2026-01-17 20:09:25','7de61cb2-e218-4b62-995a-47c96e7f0778'),
(50003,57,9756,NULL,9031,2,'2026-01-17 20:09:25','2026-01-17 20:09:25','c0a8e031-3a87-4ab4-b1c1-4ccd48b8bf5e'),
(50004,57,9756,NULL,9032,3,'2026-01-17 20:09:25','2026-01-17 20:09:25','672ed45a-1717-4ab6-be97-3d1f374eed8c'),
(50005,57,9756,NULL,9033,4,'2026-01-17 20:09:25','2026-01-17 20:09:25','33802815-f15a-4bc1-b1cd-7f297788c8df'),
(50006,57,9756,NULL,9029,5,'2026-01-17 20:09:25','2026-01-17 20:09:25','d0fd4850-ff5c-4623-b3da-0edaf9bb8b3d'),
(50007,57,9756,NULL,9028,6,'2026-01-17 20:09:25','2026-01-17 20:09:25','fcf71416-ae81-4bd3-8b79-16b9248d82ff'),
(50029,32,9758,NULL,2610,1,'2026-01-17 20:09:30','2026-01-17 20:09:30','6eb11349-e398-4d6f-b07f-0a2248897049'),
(50030,32,9758,NULL,2598,2,'2026-01-17 20:09:30','2026-01-17 20:09:30','d8744cf1-50b2-44c2-aa98-1719e94e4557'),
(50031,32,9758,NULL,2608,3,'2026-01-17 20:09:30','2026-01-17 20:09:30','c4193503-fbad-4adc-9626-6e3e1cead7c1'),
(50032,32,9758,NULL,2600,4,'2026-01-17 20:09:30','2026-01-17 20:09:30','ae4df525-a161-48fa-8722-6087f89fc666'),
(50033,32,9758,NULL,2596,5,'2026-01-17 20:09:30','2026-01-17 20:09:30','48749600-f534-4f62-a7c6-8855613408bf'),
(50034,32,9758,NULL,2602,6,'2026-01-17 20:09:30','2026-01-17 20:09:30','629afc4b-9d04-445f-a34e-a0ff4a467d08'),
(50035,32,9758,NULL,2612,7,'2026-01-17 20:09:30','2026-01-17 20:09:30','6a33d0ba-cdb4-4a84-8e28-6e2ae15bd826'),
(50036,32,9758,NULL,2604,8,'2026-01-17 20:09:30','2026-01-17 20:09:30','1d9a490d-55b6-49a0-9211-544d45745ef3'),
(50037,16,9758,NULL,9025,1,'2026-01-17 20:09:30','2026-01-17 20:09:30','5586e4d2-e4ab-4d79-93cb-7913e3bb5087'),
(50038,7,9758,NULL,601,1,'2026-01-17 20:09:30','2026-01-17 20:09:30','61d207ab-225e-4850-8a16-1cdb46ed4046'),
(50039,7,9758,NULL,605,2,'2026-01-17 20:09:30','2026-01-17 20:09:30','1f72aab4-9dc6-4e3f-8e9c-fd6a4539d06a'),
(50040,7,9758,NULL,617,3,'2026-01-17 20:09:30','2026-01-17 20:09:30','0cd44bbd-6aca-49c9-b592-c43bca926776'),
(50041,7,9758,NULL,9552,4,'2026-01-17 20:09:30','2026-01-17 20:09:30','b3308b2d-0407-4459-b8d6-6f7fffb13ee6'),
(50042,82,9758,NULL,479,1,'2026-01-17 20:09:30','2026-01-17 20:09:30','912a0548-ee73-40db-9f55-563e73028e77'),
(50043,82,9758,NULL,491,2,'2026-01-17 20:09:30','2026-01-17 20:09:30','ee1d031e-cf1d-44c5-ab2e-f8d90ea99f66'),
(50044,57,9758,NULL,9030,1,'2026-01-17 20:09:30','2026-01-17 20:09:30','8bd4e941-8ab1-45b5-a520-b634266fc65d'),
(50045,57,9758,NULL,9031,2,'2026-01-17 20:09:30','2026-01-17 20:09:30','5a222ad5-8b03-458d-8960-65eeb92473a8'),
(50046,57,9758,NULL,9032,3,'2026-01-17 20:09:30','2026-01-17 20:09:30','015e6963-9508-41c0-a5e7-3cefc2c6a260'),
(50047,57,9758,NULL,9033,4,'2026-01-17 20:09:30','2026-01-17 20:09:30','394afdd0-2268-420a-95d3-905e5888f0d2'),
(50048,57,9758,NULL,9029,5,'2026-01-17 20:09:30','2026-01-17 20:09:30','d1e98070-015b-4cbb-b39c-bc373c70e354'),
(50049,57,9758,NULL,9028,6,'2026-01-17 20:09:30','2026-01-17 20:09:30','4fb692ae-6300-417f-9f25-7b850b65822b'),
(50076,7,1297,NULL,9552,7,'2026-01-17 20:10:11','2026-02-13 16:47:43','21bc2c52-09c8-49ab-a000-5e7c679ae800'),
(50077,32,9760,NULL,2610,1,'2026-01-17 20:10:11','2026-01-17 20:10:11','d4cdebed-3bc6-422b-a2d9-378c9a3cf1fe'),
(50078,32,9760,NULL,2598,2,'2026-01-17 20:10:11','2026-01-17 20:10:11','10202c87-f8e0-454a-bebb-64b178334038'),
(50079,32,9760,NULL,2608,3,'2026-01-17 20:10:11','2026-01-17 20:10:11','214ee57c-ce23-4961-8c23-14aef9905839'),
(50080,32,9760,NULL,2624,4,'2026-01-17 20:10:11','2026-01-17 20:10:11','409a8743-d914-4897-80c9-5df6beb88829'),
(50081,32,9760,NULL,2600,5,'2026-01-17 20:10:11','2026-01-17 20:10:11','14e97035-400e-47fe-acf3-d6b7a21d861e'),
(50082,32,9760,NULL,2596,6,'2026-01-17 20:10:11','2026-01-17 20:10:11','8a242b86-1123-4e6b-be96-45f332d1c5d0'),
(50083,32,9760,NULL,2602,7,'2026-01-17 20:10:11','2026-01-17 20:10:11','a90c0477-77fc-41ab-9ac8-7fbe27ea75bb'),
(50084,32,9760,NULL,2606,8,'2026-01-17 20:10:11','2026-01-17 20:10:11','7db8f010-1e29-40e6-8f11-922102c96df8'),
(50085,32,9760,NULL,2612,9,'2026-01-17 20:10:11','2026-01-17 20:10:11','cf4f778f-271e-4d5d-b9d5-f873d60b586d'),
(50086,32,9760,NULL,2604,10,'2026-01-17 20:10:11','2026-01-17 20:10:11','101d1504-3f2d-4d31-bfde-161d5fdf19d2'),
(50087,16,9760,NULL,9038,1,'2026-01-17 20:10:11','2026-01-17 20:10:11','f24d32de-11ae-4f4e-be3c-b2103cad16a5'),
(50088,7,9760,NULL,601,1,'2026-01-17 20:10:11','2026-01-17 20:10:11','899d12b4-039b-4af3-97b8-b3c6a7155dd1'),
(50089,7,9760,NULL,3468,2,'2026-01-17 20:10:11','2026-01-17 20:10:11','caabedde-3b01-4641-893c-a1354c09e4e2'),
(50090,7,9760,NULL,2974,3,'2026-01-17 20:10:11','2026-01-17 20:10:11','1cfc5aab-ac8f-4fde-a76d-72dfa612522d'),
(50091,7,9760,NULL,605,4,'2026-01-17 20:10:11','2026-01-17 20:10:11','244621b0-50be-4ece-b7f1-95bf515403f9'),
(50092,7,9760,NULL,617,5,'2026-01-17 20:10:11','2026-01-17 20:10:11','fb3465ac-a0b5-41d7-98b4-e9bd15635035'),
(50093,7,9760,NULL,9552,6,'2026-01-17 20:10:11','2026-01-17 20:10:11','97292f98-5ed8-4e99-bcf1-53f49e76056d'),
(50094,82,9760,NULL,491,1,'2026-01-17 20:10:11','2026-01-17 20:10:11','c4124305-530b-48cd-831b-ce8d2611b188'),
(50095,46,9760,NULL,2891,1,'2026-01-17 20:10:11','2026-01-17 20:10:11','785b4177-7111-4c51-9aec-e37f61eff1ae'),
(50096,57,9760,NULL,9045,1,'2026-01-17 20:10:11','2026-01-17 20:10:11','7ffc9c8b-e531-41d0-ab7f-38652ec1a124'),
(50097,57,9760,NULL,9046,2,'2026-01-17 20:10:11','2026-01-17 20:10:11','39f4a3da-4c45-496a-8f7e-bdba10d15190'),
(50098,57,9760,NULL,9042,3,'2026-01-17 20:10:11','2026-01-17 20:10:11','feee3a47-7af3-4503-a606-64ce98adfd46'),
(50099,57,9760,NULL,9043,4,'2026-01-17 20:10:11','2026-01-17 20:10:11','377aa910-44f6-4a74-b923-7e628f9363f5'),
(50100,57,9760,NULL,9044,5,'2026-01-17 20:10:11','2026-01-17 20:10:11','741086fa-0598-4475-af20-508f5013a0f3'),
(50101,57,9760,NULL,9041,6,'2026-01-17 20:10:11','2026-01-17 20:10:11','9a5aaceb-5122-4795-aecb-ac27314f3514'),
(50102,13,9760,NULL,6860,1,'2026-01-17 20:10:11','2026-01-17 20:10:11','43f118c6-5a92-4c23-a2dc-8e67d5f55ddc'),
(50131,7,1303,NULL,9552,4,'2026-01-17 20:10:36','2026-01-17 20:10:36','367be07f-c5ae-48f7-8906-ded5261a353c'),
(50132,32,9762,NULL,2614,1,'2026-01-17 20:10:37','2026-01-17 20:10:37','02287b84-44e5-49ac-9618-dcef4ad78406'),
(50133,32,9762,NULL,2610,2,'2026-01-17 20:10:37','2026-01-17 20:10:37','5aec3a0a-7129-4e37-bfe1-fc45325cac2f'),
(50134,32,9762,NULL,2622,3,'2026-01-17 20:10:37','2026-01-17 20:10:37','ecd1f8bd-05f8-4777-9f98-d3d5b74e703a'),
(50135,32,9762,NULL,2598,4,'2026-01-17 20:10:37','2026-01-17 20:10:37','ae5f4039-859c-4f34-a46f-34372642433e'),
(50136,32,9762,NULL,2608,5,'2026-01-17 20:10:37','2026-01-17 20:10:37','5a012d5e-9648-4a1d-b046-4959df482993'),
(50137,32,9762,NULL,2624,6,'2026-01-17 20:10:37','2026-01-17 20:10:37','0d2c33dd-dde5-473d-bb6a-3f8db4aeb500'),
(50138,32,9762,NULL,2600,7,'2026-01-17 20:10:37','2026-01-17 20:10:37','19ea12b8-6413-4d37-bd04-0989f97c3960'),
(50139,32,9762,NULL,2596,8,'2026-01-17 20:10:37','2026-01-17 20:10:37','9124d9f4-76b9-46a5-a0b0-9a169358fa19'),
(50140,32,9762,NULL,2602,9,'2026-01-17 20:10:37','2026-01-17 20:10:37','4895c0d8-e883-452a-bc7d-83c9765968d9'),
(50141,32,9762,NULL,2606,10,'2026-01-17 20:10:37','2026-01-17 20:10:37','c2626d1f-3074-419a-a4ce-82bb0f79df6d'),
(50142,32,9762,NULL,2612,11,'2026-01-17 20:10:37','2026-01-17 20:10:37','4a6a24fe-7387-47be-8604-9bdba1b6e753'),
(50143,32,9762,NULL,2618,12,'2026-01-17 20:10:37','2026-01-17 20:10:37','3f3bdbec-7ac8-4709-9f64-d791ffa157b8'),
(50144,32,9762,NULL,2604,13,'2026-01-17 20:10:37','2026-01-17 20:10:37','a9cfb261-31c5-4703-89be-b222d1fe8d58'),
(50145,16,9762,NULL,9051,1,'2026-01-17 20:10:37','2026-01-17 20:10:37','b2d678f5-8688-4e96-a860-d96a5963cd01'),
(50146,7,9762,NULL,601,1,'2026-01-17 20:10:37','2026-01-17 20:10:37','191b5d9e-6a5b-472d-8533-6595555f5a86'),
(50147,7,9762,NULL,605,2,'2026-01-17 20:10:37','2026-01-17 20:10:37','0a17a0b6-2ab1-4eb3-911b-c62ad8fada5d'),
(50148,7,9762,NULL,617,3,'2026-01-17 20:10:37','2026-01-17 20:10:37','38b8dc2f-b8c9-457b-9bdf-921046a8bf94'),
(50149,7,9762,NULL,9552,4,'2026-01-17 20:10:37','2026-01-17 20:10:37','9d8601b6-c301-439f-8e78-2853b0ab2293'),
(50150,46,9762,NULL,2891,1,'2026-01-17 20:10:37','2026-01-17 20:10:37','6611596d-baaa-49e2-83c4-23b803ddb974'),
(50151,46,9762,NULL,3697,2,'2026-01-17 20:10:37','2026-01-17 20:10:37','67d1e9b7-7d8e-4bd6-84e9-b938a4230818'),
(50152,46,9762,NULL,4403,3,'2026-01-17 20:10:37','2026-01-17 20:10:37','1b84f021-3b99-449e-bd27-4f27571662b9'),
(50153,57,9762,NULL,8601,1,'2026-01-17 20:10:37','2026-01-17 20:10:37','1804b6bb-6a57-4973-907d-459e26b8ee8b'),
(50154,57,9762,NULL,8600,2,'2026-01-17 20:10:37','2026-01-17 20:10:37','93774688-20a7-4c91-986a-2fabcaec48cc'),
(50155,57,9762,NULL,8602,3,'2026-01-17 20:10:37','2026-01-17 20:10:37','3ad0792c-9f7c-436b-af03-ea9c40def88c'),
(50156,57,9762,NULL,8603,4,'2026-01-17 20:10:37','2026-01-17 20:10:37','d768cab1-2afb-4b1b-bdb4-03cb05c8ee23'),
(50157,57,9762,NULL,8604,5,'2026-01-17 20:10:37','2026-01-17 20:10:37','acc01481-dd09-4620-949d-3029bb6654e9'),
(50158,57,9762,NULL,8605,6,'2026-01-17 20:10:37','2026-01-17 20:10:37','1537895a-c914-4fd3-8226-bdb583d6fa13'),
(50181,7,1309,NULL,9552,4,'2026-01-17 20:11:05','2026-01-17 20:11:05','179974d3-4af8-44a4-9095-a0345fdb2953'),
(50182,32,9764,NULL,2610,1,'2026-01-17 20:11:05','2026-01-17 20:11:05','011d73f9-0b24-4ecf-9691-1e3dd5d59b13'),
(50183,32,9764,NULL,2598,2,'2026-01-17 20:11:05','2026-01-17 20:11:05','5259881c-fbfd-4329-8645-968af77d5248'),
(50184,32,9764,NULL,2608,3,'2026-01-17 20:11:05','2026-01-17 20:11:05','8df02c53-1273-41f0-bb58-562b4b6a10a5'),
(50185,32,9764,NULL,2600,4,'2026-01-17 20:11:05','2026-01-17 20:11:05','c0e9056c-d816-41b9-84ea-c2211b815c3f'),
(50186,32,9764,NULL,2596,5,'2026-01-17 20:11:05','2026-01-17 20:11:05','a35c8948-f898-4b82-9cdf-6550fb3072b4'),
(50187,32,9764,NULL,2602,6,'2026-01-17 20:11:05','2026-01-17 20:11:05','f8f0d2d4-7252-4f2e-8fc5-52b198a0e0e3'),
(50188,32,9764,NULL,2612,7,'2026-01-17 20:11:05','2026-01-17 20:11:05','8e90cc8d-53b7-4578-a202-b19268a9e6c3'),
(50189,32,9764,NULL,2604,8,'2026-01-17 20:11:05','2026-01-17 20:11:05','48b74e20-f4a2-479c-b85e-2ff6c130ac97'),
(50190,16,9764,NULL,9056,1,'2026-01-17 20:11:05','2026-01-17 20:11:05','1bb76e05-a127-4785-8c00-c802a7662b70'),
(50191,7,9764,NULL,601,1,'2026-01-17 20:11:05','2026-01-17 20:11:05','0f3ece2f-cd87-4914-ac51-439e2a39a82e'),
(50192,7,9764,NULL,605,2,'2026-01-17 20:11:05','2026-01-17 20:11:05','d5c0868d-ccb8-41ce-a4d3-6b9acb122ff8'),
(50193,7,9764,NULL,617,3,'2026-01-17 20:11:05','2026-01-17 20:11:05','5fbfa163-d6ae-497e-b7d4-06ef514c30c6'),
(50194,7,9764,NULL,9552,4,'2026-01-17 20:11:05','2026-01-17 20:11:05','bb7179d9-6587-41f4-8477-c9ed5a03c9f3'),
(50195,82,9764,NULL,479,1,'2026-01-17 20:11:05','2026-01-17 20:11:05','b2dd1bf8-dd18-4d9c-b60e-8b8dff68cab2'),
(50196,82,9764,NULL,491,2,'2026-01-17 20:11:05','2026-01-17 20:11:05','401f68f1-83e0-41fe-aa46-782b5b98c4d2'),
(50197,57,9764,NULL,9061,1,'2026-01-17 20:11:05','2026-01-17 20:11:05','ceeaf5da-946f-44bd-8b6d-1a2ca06135b3'),
(50198,57,9764,NULL,9062,2,'2026-01-17 20:11:05','2026-01-17 20:11:05','c18f7831-24ac-41c4-9ba9-a1678294f668'),
(50199,57,9764,NULL,9063,3,'2026-01-17 20:11:05','2026-01-17 20:11:05','14ac033d-1d5e-4167-8cb9-7636cedf5d0b'),
(50200,57,9764,NULL,9060,4,'2026-01-17 20:11:05','2026-01-17 20:11:05','5c771ba0-16a4-4518-a94d-196e544b0c88'),
(50201,57,9764,NULL,9059,5,'2026-01-17 20:11:05','2026-01-17 20:11:05','b572a953-e0ea-423a-828d-2cf9c7db58bf'),
(50202,13,9764,NULL,6867,1,'2026-01-17 20:11:05','2026-01-17 20:11:05','884b4bb6-16e0-444d-bd36-d7e68727eaa6'),
(50233,7,1315,NULL,6547,1,'2026-01-17 20:12:46','2026-01-17 20:12:46','12ac4121-5414-4329-877a-9aa1a2cfc97c'),
(50234,7,1315,NULL,601,2,'2026-01-17 20:12:46','2026-01-17 20:12:46','315a8021-8063-4e02-ab67-8df6b083600b'),
(50235,7,1315,NULL,9732,4,'2026-01-17 20:12:46','2026-01-17 20:12:46','e052b9a9-b6b9-4df3-975e-42b0deae71d1'),
(50236,7,1315,NULL,9735,5,'2026-01-17 20:12:46','2026-01-17 20:12:46','c94f5945-0db8-4371-9d2f-daedfbcd8d97'),
(50237,7,1315,NULL,9549,7,'2026-01-17 20:12:46','2026-01-17 20:12:46','cfe1abb4-8704-4504-9d84-3e4bc2c8df2f'),
(50238,7,1315,NULL,9552,9,'2026-01-17 20:12:46','2026-01-17 20:12:46','ba9b861f-bb81-4254-b0b5-61242399a3bd'),
(50239,32,9766,NULL,2610,1,'2026-01-17 20:12:46','2026-01-17 20:12:46','7bcd8aae-9782-49d2-bdee-73dc74a1d04b'),
(50240,32,9766,NULL,2598,2,'2026-01-17 20:12:46','2026-01-17 20:12:46','5c8da11b-91ff-435c-bc4d-08f0ec1d86d3'),
(50241,32,9766,NULL,2608,3,'2026-01-17 20:12:46','2026-01-17 20:12:46','29eda47e-6d70-443c-9019-0d8652089fc9'),
(50242,32,9766,NULL,2600,4,'2026-01-17 20:12:46','2026-01-17 20:12:46','edfcb20b-1875-4c61-9478-eea9705480b9'),
(50243,32,9766,NULL,2596,5,'2026-01-17 20:12:46','2026-01-17 20:12:46','6903fc1d-6275-42ea-815e-1936d7c8f059'),
(50244,32,9766,NULL,2602,6,'2026-01-17 20:12:46','2026-01-17 20:12:46','56457a6d-0181-4b60-a015-8d10cdf59511'),
(50245,32,9766,NULL,2612,7,'2026-01-17 20:12:46','2026-01-17 20:12:46','504962f0-5b04-4bd3-aec6-2ffd149b2b8e'),
(50246,32,9766,NULL,2618,8,'2026-01-17 20:12:46','2026-01-17 20:12:46','aa6590e3-4fe2-4930-bced-3504583d28e1'),
(50247,32,9766,NULL,2604,9,'2026-01-17 20:12:46','2026-01-17 20:12:46','64146e05-e75a-423f-9b34-f0dc28df31eb'),
(50248,16,9766,NULL,9068,1,'2026-01-17 20:12:46','2026-01-17 20:12:46','3aeb852b-a3be-4c6d-8370-94f2dd9c1a9e'),
(50249,7,9766,NULL,6547,1,'2026-01-17 20:12:46','2026-01-17 20:12:46','bf9686d3-7e63-4f5d-98f6-f8e0c50ac5f4'),
(50250,7,9766,NULL,601,2,'2026-01-17 20:12:46','2026-01-17 20:12:46','9df5a36c-fa7b-4a13-947d-42662ebbbb5f'),
(50251,7,9766,NULL,617,3,'2026-01-17 20:12:46','2026-01-17 20:12:46','45b2f85e-b13e-4f81-bb22-69c071fa1013'),
(50252,7,9766,NULL,9732,4,'2026-01-17 20:12:46','2026-01-17 20:12:46','97d6ce7b-46a9-415b-85de-691f24e45a9f'),
(50253,7,9766,NULL,9735,5,'2026-01-17 20:12:46','2026-01-17 20:12:46','508f6e31-b681-40e6-9001-f5c4a82d1219'),
(50254,7,9766,NULL,2972,6,'2026-01-17 20:12:46','2026-01-17 20:12:46','08845497-5b58-4c62-b11a-4560de82e4a9'),
(50255,7,9766,NULL,9549,7,'2026-01-17 20:12:46','2026-01-17 20:12:46','7742580f-0cb6-41e7-ba7c-201399165a1b'),
(50256,7,9766,NULL,605,8,'2026-01-17 20:12:46','2026-01-17 20:12:46','aa24e085-fc66-4a65-8800-6df351f94640'),
(50257,7,9766,NULL,9552,9,'2026-01-17 20:12:46','2026-01-17 20:12:46','c02444c6-75f7-43d4-8762-c94b543a6c59'),
(50258,82,9766,NULL,479,1,'2026-01-17 20:12:46','2026-01-17 20:12:46','a13da49b-a25a-4e24-852f-cec33e0eddda'),
(50259,82,9766,NULL,491,2,'2026-01-17 20:12:46','2026-01-17 20:12:46','30cf9603-a7cb-4909-82b7-5f95d3a0f7d5'),
(50260,46,9766,NULL,3697,1,'2026-01-17 20:12:46','2026-01-17 20:12:46','44794d0e-1b6a-48f9-80ee-83602fc3b969'),
(50261,57,9766,NULL,9071,1,'2026-01-17 20:12:46','2026-01-17 20:12:46','5199f9e4-9d8c-40a6-bd9e-3c8ba27d8f60'),
(50262,57,9766,NULL,9072,2,'2026-01-17 20:12:46','2026-01-17 20:12:46','4aa292e6-1b77-4788-811a-38054c3bbbb9'),
(50263,57,9766,NULL,9073,3,'2026-01-17 20:12:46','2026-01-17 20:12:46','84f6377f-1336-4bdf-8c73-67b83f752b5a'),
(50264,57,9766,NULL,9074,4,'2026-01-17 20:12:46','2026-01-17 20:12:46','94da88fd-1c59-4049-bd31-7b04168228e6'),
(50265,57,9766,NULL,9075,5,'2026-01-17 20:12:46','2026-01-17 20:12:46','e1cfd072-15f6-4055-a442-f06e03ae6078'),
(50266,13,9766,NULL,6872,1,'2026-01-17 20:12:46','2026-01-17 20:12:46','9324000d-4d49-41fb-848e-e949efa70024'),
(50295,32,9768,NULL,2610,1,'2026-01-17 20:13:11','2026-01-17 20:13:11','4f6f86c9-efe2-4f2c-922b-fdbada61bc7b'),
(50296,32,9768,NULL,2598,2,'2026-01-17 20:13:11','2026-01-17 20:13:11','71c7f0ba-cc08-4b47-9dcd-933a1d26fad0'),
(50297,32,9768,NULL,2608,3,'2026-01-17 20:13:11','2026-01-17 20:13:11','8151d9b2-b473-4f7f-9db9-8672f443683a'),
(50298,32,9768,NULL,2600,4,'2026-01-17 20:13:11','2026-01-17 20:13:11','0b8a4f15-ec5c-45cc-be72-4bf54c742328'),
(50299,32,9768,NULL,2596,5,'2026-01-17 20:13:11','2026-01-17 20:13:11','446dee3d-4f37-4b03-9624-cda6865a6be0'),
(50300,32,9768,NULL,2602,6,'2026-01-17 20:13:11','2026-01-17 20:13:11','241f764b-220e-488b-a46c-f34065f5fc1e'),
(50301,32,9768,NULL,2612,7,'2026-01-17 20:13:11','2026-01-17 20:13:11','829b04f7-2bbd-4a16-bd84-159c7d6a4780'),
(50302,32,9768,NULL,2618,8,'2026-01-17 20:13:11','2026-01-17 20:13:11','6d0ed63b-6933-499a-8d7b-7a4eea36743a'),
(50303,32,9768,NULL,2604,9,'2026-01-17 20:13:11','2026-01-17 20:13:11','983bed78-0fba-4a63-b2e2-fb8e498c6a76'),
(50304,16,9768,NULL,9068,1,'2026-01-17 20:13:11','2026-01-17 20:13:11','57da76ea-2029-4a9a-89aa-5809effc5e2e'),
(50305,7,9768,NULL,6547,1,'2026-01-17 20:13:11','2026-01-17 20:13:11','44ef347f-5b0d-408e-8975-f4dced85dfbf'),
(50306,7,9768,NULL,601,2,'2026-01-17 20:13:11','2026-01-17 20:13:11','dfdead56-28b9-4122-9637-7f74dd85037d'),
(50307,7,9768,NULL,617,3,'2026-01-17 20:13:11','2026-01-17 20:13:11','087d071d-5087-4e8a-98ca-468398aa871c'),
(50308,7,9768,NULL,9732,4,'2026-01-17 20:13:11','2026-01-17 20:13:11','00090ce7-d0fe-4801-a6d3-258d5c38bf66'),
(50309,7,9768,NULL,9735,5,'2026-01-17 20:13:11','2026-01-17 20:13:11','1ac868cb-501c-4491-b20d-9f62c1f182d7'),
(50310,7,9768,NULL,2972,6,'2026-01-17 20:13:11','2026-01-17 20:13:11','c05ebe5f-7915-47d2-bef1-1798eafda5b6'),
(50311,7,9768,NULL,9549,7,'2026-01-17 20:13:11','2026-01-17 20:13:11','58665a2c-98d3-40d5-a5dd-5a4c6f770629'),
(50312,7,9768,NULL,605,8,'2026-01-17 20:13:11','2026-01-17 20:13:11','68bc11da-0662-4005-9ea5-bbfc821ef3c6'),
(50313,7,9768,NULL,9552,9,'2026-01-17 20:13:11','2026-01-17 20:13:11','c2a4eed8-84c3-4ba0-b05a-3f23f47e59ca'),
(50314,82,9768,NULL,479,1,'2026-01-17 20:13:11','2026-01-17 20:13:11','8fe7ab34-5e59-483a-85f6-f5b8b84baeda'),
(50315,82,9768,NULL,491,2,'2026-01-17 20:13:11','2026-01-17 20:13:11','0904306d-94e6-4cbf-92f2-927b2d149491'),
(50316,46,9768,NULL,3697,1,'2026-01-17 20:13:11','2026-01-17 20:13:11','8c7711fd-78ac-4c96-bc22-3e355b252d9a'),
(50317,57,9768,NULL,9071,1,'2026-01-17 20:13:11','2026-01-17 20:13:11','3b7fd616-db31-48df-afc9-9c9b6490246c'),
(50318,57,9768,NULL,9072,2,'2026-01-17 20:13:11','2026-01-17 20:13:11','8a0552be-d55c-465e-887c-5f3e54508661'),
(50319,57,9768,NULL,9073,3,'2026-01-17 20:13:11','2026-01-17 20:13:11','b0213d31-bc78-4865-ad5c-ce2e6b17bc33'),
(50320,57,9768,NULL,9074,4,'2026-01-17 20:13:11','2026-01-17 20:13:11','cf26afa1-b13d-4b08-ad7a-2fb7b50268ad'),
(50321,57,9768,NULL,9075,5,'2026-01-17 20:13:11','2026-01-17 20:13:11','c97140b6-43d7-4189-a883-8a8bb0db38e3'),
(50322,13,9768,NULL,6872,1,'2026-01-17 20:13:11','2026-01-17 20:13:11','f93be056-69d7-4785-a69b-3ab76aa140f8'),
(50344,7,1323,NULL,9552,3,'2026-01-17 20:13:34','2026-01-17 20:13:34','927746ad-d841-4eb4-ba69-3f8a8de9cf2c'),
(50345,32,9770,NULL,2610,1,'2026-01-17 20:13:34','2026-01-17 20:13:34','604dcf73-5a18-45ce-94de-aa4254dcb2ee'),
(50346,32,9770,NULL,2598,2,'2026-01-17 20:13:34','2026-01-17 20:13:34','c73abaf2-348c-4dae-ae89-a6fb6e3979bf'),
(50347,32,9770,NULL,2608,3,'2026-01-17 20:13:34','2026-01-17 20:13:34','680acc06-73c9-409c-b97e-742e1f832b2d'),
(50348,32,9770,NULL,2600,4,'2026-01-17 20:13:34','2026-01-17 20:13:34','36580cd6-350d-488e-9ed1-6b349a61e962'),
(50349,32,9770,NULL,2596,5,'2026-01-17 20:13:34','2026-01-17 20:13:34','dde021e0-793c-4a68-bc96-f15847f874d6'),
(50350,32,9770,NULL,2602,6,'2026-01-17 20:13:34','2026-01-17 20:13:34','cc04fb68-eb2c-4d58-80b3-2d46244c7529'),
(50351,32,9770,NULL,2612,7,'2026-01-17 20:13:34','2026-01-17 20:13:34','16d8c62a-c6e2-4689-ac7e-7e77fb4989d5'),
(50352,32,9770,NULL,2604,8,'2026-01-17 20:13:34','2026-01-17 20:13:34','80bc47b3-ef3e-40ce-9757-a9349d30c14e'),
(50353,16,9770,NULL,9080,1,'2026-01-17 20:13:34','2026-01-17 20:13:34','051aee45-4fe6-4db8-bacf-a442bde1725c'),
(50354,7,9770,NULL,605,1,'2026-01-17 20:13:34','2026-01-17 20:13:34','9d2187b6-db40-4094-a951-ade29671396b'),
(50355,7,9770,NULL,617,2,'2026-01-17 20:13:34','2026-01-17 20:13:34','5633a639-dff8-4e86-a4f3-be16aa010361'),
(50356,7,9770,NULL,9552,3,'2026-01-17 20:13:34','2026-01-17 20:13:34','65041f47-4616-4c03-a2c9-8c19f1e6bdfa'),
(50357,82,9770,NULL,479,1,'2026-01-17 20:13:34','2026-01-17 20:13:34','c50a0f87-0c46-4004-8bb0-ea50987f784f'),
(50358,82,9770,NULL,491,2,'2026-01-17 20:13:34','2026-01-17 20:13:34','bd087874-3cfa-49c2-93fb-792785dfc2bc'),
(50359,57,9770,NULL,9087,1,'2026-01-17 20:13:34','2026-01-17 20:13:34','6caa0116-917d-4d67-94a6-eb3591fe7c01'),
(50360,57,9770,NULL,9088,2,'2026-01-17 20:13:34','2026-01-17 20:13:34','d46c0d97-120c-4c36-8060-1989bf632225'),
(50361,57,9770,NULL,9086,3,'2026-01-17 20:13:34','2026-01-17 20:13:34','5ed1400a-600f-4938-a98d-2cd8c60c9988'),
(50362,57,9770,NULL,9083,4,'2026-01-17 20:13:34','2026-01-17 20:13:34','7385c492-f641-48d3-bbb3-7c21853ba1c9'),
(50363,57,9770,NULL,9085,5,'2026-01-17 20:13:34','2026-01-17 20:13:34','10953909-613f-4b8c-bc1d-25906d984546'),
(50364,57,9770,NULL,9084,6,'2026-01-17 20:13:34','2026-01-17 20:13:34','bf9588a5-77eb-42ae-93e4-6fa762f4be8f'),
(50388,7,1329,NULL,3468,1,'2026-01-17 20:14:11','2026-01-17 20:14:11','eeadb2e8-793e-46af-8662-468bde60e34c'),
(50389,7,1329,NULL,9552,4,'2026-01-17 20:14:11','2026-01-17 20:14:11','57a3cc9f-cb84-4155-a824-be9ea4bad337'),
(50390,32,9772,NULL,2614,1,'2026-01-17 20:14:11','2026-01-17 20:14:11','88c39ac1-c42d-434d-b5dc-c728c4b47ef5'),
(50391,32,9772,NULL,2610,2,'2026-01-17 20:14:11','2026-01-17 20:14:11','f01bc1e8-fb56-4366-b80b-d52ede9cd656'),
(50392,32,9772,NULL,2598,3,'2026-01-17 20:14:11','2026-01-17 20:14:11','24b62310-d6d9-4667-8c90-b01cb1f8cc6b'),
(50393,32,9772,NULL,2608,4,'2026-01-17 20:14:11','2026-01-17 20:14:11','7caba92a-91fe-4e56-80bf-d6e084e45ce3'),
(50394,32,9772,NULL,2600,5,'2026-01-17 20:14:11','2026-01-17 20:14:11','97f6ccce-74d8-4b77-a569-2568a0abc172'),
(50395,32,9772,NULL,2596,6,'2026-01-17 20:14:11','2026-01-17 20:14:11','02ba5640-2360-4036-a0aa-b70ae11cfdf7'),
(50396,32,9772,NULL,2602,7,'2026-01-17 20:14:11','2026-01-17 20:14:11','9a7ee575-c2ef-42f4-93d9-64284083cb78'),
(50397,32,9772,NULL,2612,8,'2026-01-17 20:14:11','2026-01-17 20:14:11','532eca14-1206-4a2c-95bf-141ddc9cd17f'),
(50398,32,9772,NULL,2604,9,'2026-01-17 20:14:11','2026-01-17 20:14:11','ae7596de-af95-453f-bce9-147bd97f320b'),
(50399,16,9772,NULL,9095,1,'2026-01-17 20:14:11','2026-01-17 20:14:11','42a97405-9029-48e6-b38f-33bedd4477fa'),
(50400,7,9772,NULL,3468,1,'2026-01-17 20:14:11','2026-01-17 20:14:11','ad16d8a3-8ce1-4eb1-a5d6-61d57c79cd27'),
(50401,7,9772,NULL,617,2,'2026-01-17 20:14:11','2026-01-17 20:14:11','93f3dab3-7702-4230-9572-c4a39302f030'),
(50402,7,9772,NULL,605,3,'2026-01-17 20:14:11','2026-01-17 20:14:11','cd47ca9c-7660-4043-9891-20e6046dbf42'),
(50403,7,9772,NULL,9552,4,'2026-01-17 20:14:11','2026-01-17 20:14:11','e27db850-3f19-44c4-91f2-6221b52e1700'),
(50404,82,9772,NULL,479,1,'2026-01-17 20:14:11','2026-01-17 20:14:11','23565bcf-cb52-4aed-b12b-9d18e7fa1e39'),
(50405,57,9772,NULL,9100,1,'2026-01-17 20:14:11','2026-01-17 20:14:11','7e2f7ad0-3ca5-4316-9af3-bf2e9da4908f'),
(50406,57,9772,NULL,9102,2,'2026-01-17 20:14:11','2026-01-17 20:14:11','93e0cd67-180b-4c63-84dc-929839fd847c'),
(50407,57,9772,NULL,9103,3,'2026-01-17 20:14:11','2026-01-17 20:14:11','f8cb6308-1685-4d2f-8d5a-7a9e8482917a'),
(50408,57,9772,NULL,9104,4,'2026-01-17 20:14:11','2026-01-17 20:14:11','3f68b41d-2e87-45e8-b659-c457cfc6a8ea'),
(50409,57,9772,NULL,9101,5,'2026-01-17 20:14:11','2026-01-17 20:14:11','0c111c51-9b0a-4951-8175-3e0b7f92d189'),
(50410,57,9772,NULL,9105,6,'2026-01-17 20:14:11','2026-01-17 20:14:11','372afd9d-64d7-420a-9b39-a882be799a0a'),
(50434,32,9774,NULL,2614,1,'2026-01-17 20:14:15','2026-01-17 20:14:15','907018aa-77a8-486c-a2d1-a599cad9a6f3'),
(50435,32,9774,NULL,2610,2,'2026-01-17 20:14:15','2026-01-17 20:14:15','4fcd794d-8bcf-4dc6-ba17-2e59032cd564'),
(50436,32,9774,NULL,2598,3,'2026-01-17 20:14:15','2026-01-17 20:14:15','cd03fb39-0d90-4bdd-a129-1384550c27b5'),
(50437,32,9774,NULL,2608,4,'2026-01-17 20:14:15','2026-01-17 20:14:15','f54ac199-8459-4d04-ab01-28fdb8de03a2'),
(50438,32,9774,NULL,2600,5,'2026-01-17 20:14:15','2026-01-17 20:14:15','d0f09992-c5ab-4d8d-b568-500555ba791b'),
(50439,32,9774,NULL,2596,6,'2026-01-17 20:14:15','2026-01-17 20:14:15','4da3d13b-f04f-44d8-a151-89e4d28b0e34'),
(50440,32,9774,NULL,2602,7,'2026-01-17 20:14:15','2026-01-17 20:14:15','cf128a9e-e10f-4915-9d0b-a11739ae9412'),
(50441,32,9774,NULL,2612,8,'2026-01-17 20:14:15','2026-01-17 20:14:15','3c436c87-2fb8-492f-a1d0-8ace8ab2c884'),
(50442,32,9774,NULL,2604,9,'2026-01-17 20:14:15','2026-01-17 20:14:15','c6e0097e-673b-4273-968d-090967556f6e'),
(50443,16,9774,NULL,9095,1,'2026-01-17 20:14:15','2026-01-17 20:14:15','77ac75b8-e75d-4280-a3ad-b70ea890c115'),
(50444,7,9774,NULL,3468,1,'2026-01-17 20:14:15','2026-01-17 20:14:15','a4ec4a0c-8424-42fa-bab1-3e7198ce50c5'),
(50445,7,9774,NULL,617,2,'2026-01-17 20:14:15','2026-01-17 20:14:15','37698b4b-828e-408d-8960-e20e093fb18b'),
(50446,7,9774,NULL,605,3,'2026-01-17 20:14:15','2026-01-17 20:14:15','98d1549d-d551-4239-bbde-a2b1e796e7d2'),
(50447,7,9774,NULL,9552,4,'2026-01-17 20:14:15','2026-01-17 20:14:15','59c2471e-788f-4dab-9262-ec414401eca1'),
(50448,82,9774,NULL,479,1,'2026-01-17 20:14:15','2026-01-17 20:14:15','d86fa15e-1e87-45be-8a6b-eda939c2c498'),
(50449,57,9774,NULL,9100,1,'2026-01-17 20:14:15','2026-01-17 20:14:15','8e3bc634-71e8-47c4-951d-0f1634dd7b5f'),
(50450,57,9774,NULL,9102,2,'2026-01-17 20:14:15','2026-01-17 20:14:15','1f3d9885-ecbf-4f22-8abc-0eb1b556399d'),
(50451,57,9774,NULL,9103,3,'2026-01-17 20:14:15','2026-01-17 20:14:15','e029a688-10ca-406a-bbc1-3876808b862e'),
(50452,57,9774,NULL,9104,4,'2026-01-17 20:14:15','2026-01-17 20:14:15','5bc727ef-956d-4f0a-91a7-fa9765168740'),
(50453,57,9774,NULL,9101,5,'2026-01-17 20:14:15','2026-01-17 20:14:15','0b193247-2781-4e94-a944-86b2e0723aab'),
(50454,57,9774,NULL,9105,6,'2026-01-17 20:14:15','2026-01-17 20:14:15','eebbeb9d-385e-40e1-a837-1dcfdb32a14f'),
(50480,7,1337,NULL,601,2,'2026-01-17 20:14:52','2026-01-17 20:15:33','cc51f4cc-fdd4-4e1a-a561-f362061c6af3'),
(50481,7,1337,NULL,9552,5,'2026-01-17 20:14:52','2026-01-17 20:14:52','51f4c063-13e7-405a-8d41-e507cddbaba1'),
(50482,32,9776,NULL,2610,1,'2026-01-17 20:14:52','2026-01-17 20:14:52','1c66e857-c09c-43da-b61f-f559ec8acc14'),
(50483,32,9776,NULL,2598,2,'2026-01-17 20:14:52','2026-01-17 20:14:52','1e491b19-2e2e-47d5-b4e8-951eb08b0297'),
(50484,32,9776,NULL,2608,3,'2026-01-17 20:14:52','2026-01-17 20:14:52','fcc87487-7307-4897-84e1-74c97a7f45ca'),
(50485,32,9776,NULL,2600,4,'2026-01-17 20:14:52','2026-01-17 20:14:52','8f8c277b-8662-4916-883d-02aa8cc10113'),
(50486,32,9776,NULL,2602,5,'2026-01-17 20:14:52','2026-01-17 20:14:52','727b0920-692d-4146-abef-712abde333f3'),
(50487,32,9776,NULL,2612,6,'2026-01-17 20:14:52','2026-01-17 20:14:52','519ac619-b49b-48c3-939b-3d7d7366f96f'),
(50488,32,9776,NULL,2604,7,'2026-01-17 20:14:52','2026-01-17 20:14:52','ff586599-1353-4d77-984c-5c814a1b2ce0'),
(50489,32,9776,NULL,2596,8,'2026-01-17 20:14:52','2026-01-17 20:14:52','24345fc6-2b1d-4640-a5da-9f43410a0c66'),
(50490,16,9776,NULL,5213,1,'2026-01-17 20:14:52','2026-01-17 20:14:52','424e117a-78d0-43ee-9074-d8d8937d1b3a'),
(50491,7,9776,NULL,601,1,'2026-01-17 20:14:52','2026-01-17 20:14:52','4b157415-88a5-4526-8061-e8adb3d0666a'),
(50492,7,9776,NULL,2969,2,'2026-01-17 20:14:52','2026-01-17 20:14:52','56ae03f5-0959-4aaf-becf-ed9f0bc26990'),
(50493,7,9776,NULL,617,3,'2026-01-17 20:14:52','2026-01-17 20:14:52','581d5146-42f6-4fba-b0b0-000c1fd56307'),
(50494,7,9776,NULL,605,4,'2026-01-17 20:14:52','2026-01-17 20:14:52','7be98df5-4ceb-4ae7-88fc-cba13b5bf9d5'),
(50495,7,9776,NULL,9552,5,'2026-01-17 20:14:52','2026-01-17 20:14:52','81f91531-585d-49b3-aff8-16a118a75d37'),
(50496,82,9776,NULL,479,1,'2026-01-17 20:14:52','2026-01-17 20:14:52','528184d5-696b-4406-b3ae-8b71ac20379c'),
(50497,82,9776,NULL,491,2,'2026-01-17 20:14:52','2026-01-17 20:14:52','ebe00c43-ad8c-47e5-a33b-730f4e03d979'),
(50498,57,9776,NULL,5233,1,'2026-01-17 20:14:52','2026-01-17 20:14:52','7705f4e3-9f6d-424f-8f0e-e8eafecf521b'),
(50499,57,9776,NULL,5234,2,'2026-01-17 20:14:52','2026-01-17 20:14:52','515c0a9f-a5a8-4ad8-bd8d-f0ff96dcb035'),
(50500,57,9776,NULL,5235,3,'2026-01-17 20:14:52','2026-01-17 20:14:52','35f31643-fd51-41e2-b1e5-1a063e915475'),
(50501,57,9776,NULL,5236,4,'2026-01-17 20:14:52','2026-01-17 20:14:52','c114c216-777d-4b12-9971-b6bfbfb9b418'),
(50502,57,9776,NULL,5237,5,'2026-01-17 20:14:52','2026-01-17 20:14:52','119771fa-fe46-4c80-a76a-cc9122a8d6d6'),
(50503,57,9776,NULL,5238,6,'2026-01-17 20:14:52','2026-01-17 20:14:52','15e45450-b1cd-4f38-a673-82fe2cf8f7d8'),
(50504,57,9776,NULL,5239,7,'2026-01-17 20:14:52','2026-01-17 20:14:52','294ba082-bec0-4aa7-972d-0edb3f3b7236'),
(50532,7,1337,NULL,3468,1,'2026-01-17 20:15:33','2026-01-17 20:15:33','267bb23f-c397-46ed-809d-047e9d60e7a3'),
(50533,32,9778,NULL,2610,1,'2026-01-17 20:15:33','2026-01-17 20:15:33','46ac7af7-0682-4d07-b578-88744b316cdd'),
(50534,32,9778,NULL,2598,2,'2026-01-17 20:15:33','2026-01-17 20:15:33','7d25467f-0a69-4b02-a6f2-6dd47ff6396a'),
(50535,32,9778,NULL,2608,3,'2026-01-17 20:15:33','2026-01-17 20:15:33','22ea5118-0c58-48ab-bfd6-879236d9fb99'),
(50536,32,9778,NULL,2600,4,'2026-01-17 20:15:33','2026-01-17 20:15:33','085af632-cdbe-4890-9b67-e5f4c9f4d78a'),
(50537,32,9778,NULL,2602,5,'2026-01-17 20:15:33','2026-01-17 20:15:33','f5a26ac7-0ed6-4a30-b941-48e07a6c56a3'),
(50538,32,9778,NULL,2612,6,'2026-01-17 20:15:33','2026-01-17 20:15:33','96ee46fe-95d6-4dff-b292-b0b544452439'),
(50539,32,9778,NULL,2604,7,'2026-01-17 20:15:33','2026-01-17 20:15:33','0f8d0a7d-dce1-466d-84ad-06191a40d530'),
(50540,32,9778,NULL,2596,8,'2026-01-17 20:15:33','2026-01-17 20:15:33','ea21d4c0-b4de-48c1-914f-831c2aabe2fc'),
(50541,16,9778,NULL,5213,1,'2026-01-17 20:15:33','2026-01-17 20:15:33','90be3051-cba0-4b97-90a6-e0db090c48f6'),
(50542,7,9778,NULL,3468,1,'2026-01-17 20:15:33','2026-01-17 20:15:33','da9c31cf-2df8-431c-9754-e5e88e74c339'),
(50543,7,9778,NULL,601,2,'2026-01-17 20:15:33','2026-01-17 20:15:33','d4c45def-0555-40ca-9898-cbf7740afdb8'),
(50544,7,9778,NULL,617,3,'2026-01-17 20:15:33','2026-01-17 20:15:33','aa2b9563-731e-469c-8062-f43de98227a5'),
(50545,7,9778,NULL,605,4,'2026-01-17 20:15:33','2026-01-17 20:15:33','baccdd9c-6f43-4cf4-8d55-73e502da15f8'),
(50546,7,9778,NULL,9552,5,'2026-01-17 20:15:33','2026-01-17 20:15:33','0533d1ef-0c54-4794-a5a1-06216d917335'),
(50547,82,9778,NULL,479,1,'2026-01-17 20:15:33','2026-01-17 20:15:33','622bf38b-eefe-4de8-9e74-3b2145bfb0a9'),
(50548,82,9778,NULL,491,2,'2026-01-17 20:15:33','2026-01-17 20:15:33','550fb964-c9f0-433b-aaf4-f037b02fbdf1'),
(50549,57,9778,NULL,5233,1,'2026-01-17 20:15:33','2026-01-17 20:15:33','12fc6e80-09c4-49b1-9358-479519be82a9'),
(50550,57,9778,NULL,5234,2,'2026-01-17 20:15:33','2026-01-17 20:15:33','0af8c4bf-caf0-445a-9a61-b2997cac4f57'),
(50551,57,9778,NULL,5235,3,'2026-01-17 20:15:33','2026-01-17 20:15:33','40a0d6cd-9bef-4e40-bdf1-84d2b5cbc6c5'),
(50552,57,9778,NULL,5236,4,'2026-01-17 20:15:33','2026-01-17 20:15:33','8d8cd796-7c2d-4731-9852-7685a62a04fc'),
(50553,57,9778,NULL,5237,5,'2026-01-17 20:15:33','2026-01-17 20:15:33','0251f1c5-c2ca-4942-8e42-16363daaf1b9'),
(50554,57,9778,NULL,5238,6,'2026-01-17 20:15:33','2026-01-17 20:15:33','31b585f4-1d00-4eb5-a60d-c17e514b38c1'),
(50555,57,9778,NULL,5239,7,'2026-01-17 20:15:33','2026-01-17 20:15:33','740ab518-964b-41b2-8d12-67ce3b349e2d'),
(50581,32,9780,NULL,2610,1,'2026-01-17 20:15:37','2026-01-17 20:15:37','924bfa15-b6ae-42d3-8d4d-e2f976170c28'),
(50582,32,9780,NULL,2598,2,'2026-01-17 20:15:37','2026-01-17 20:15:37','a20714aa-4c35-4983-b638-824f4f3f928b'),
(50583,32,9780,NULL,2608,3,'2026-01-17 20:15:37','2026-01-17 20:15:37','92559358-c5ba-4a9a-b585-f6a63761e40c'),
(50584,32,9780,NULL,2600,4,'2026-01-17 20:15:37','2026-01-17 20:15:37','229031d9-88b1-45d0-91d8-c72829d77196'),
(50585,32,9780,NULL,2602,5,'2026-01-17 20:15:37','2026-01-17 20:15:37','7ef1db26-e10b-44c0-b9ab-41dd174f41e0'),
(50586,32,9780,NULL,2612,6,'2026-01-17 20:15:37','2026-01-17 20:15:37','40cad4f6-6e20-4e38-8033-ee9d23b819a7'),
(50587,32,9780,NULL,2604,7,'2026-01-17 20:15:37','2026-01-17 20:15:37','3ece5a7d-7fc2-4b7f-8c2b-d5a474cf56c4'),
(50588,32,9780,NULL,2596,8,'2026-01-17 20:15:37','2026-01-17 20:15:37','c1812786-7d32-49a1-93a3-f41c7ec72b2f'),
(50589,16,9780,NULL,5213,1,'2026-01-17 20:15:37','2026-01-17 20:15:37','47c48b36-503f-42e7-a71b-c6c97ddacd95'),
(50590,7,9780,NULL,3468,1,'2026-01-17 20:15:37','2026-01-17 20:15:37','0116ed5b-9b9b-41eb-84ef-a8787dd36dff'),
(50591,7,9780,NULL,601,2,'2026-01-17 20:15:37','2026-01-17 20:15:37','ba2f2fb1-7c30-4fa2-a2a8-19bb3f3a160d'),
(50592,7,9780,NULL,617,3,'2026-01-17 20:15:37','2026-01-17 20:15:37','24909926-04a2-4db9-b157-65a541d8ab79'),
(50593,7,9780,NULL,605,4,'2026-01-17 20:15:37','2026-01-17 20:15:37','aa96d923-f2f6-4abb-8014-09b16e71a7bb'),
(50594,7,9780,NULL,9552,5,'2026-01-17 20:15:37','2026-01-17 20:15:37','f943b2b7-c450-4a11-8048-bd07644e691d'),
(50595,82,9780,NULL,479,1,'2026-01-17 20:15:37','2026-01-17 20:15:37','c062fe6f-05ca-4678-8c06-94b1a81a5ae7'),
(50596,82,9780,NULL,491,2,'2026-01-17 20:15:37','2026-01-17 20:15:37','8a00f02c-dda9-4b8b-beec-b0453f696680'),
(50597,57,9780,NULL,5233,1,'2026-01-17 20:15:37','2026-01-17 20:15:37','fd98bfce-460d-4aeb-a013-896550fd5d83'),
(50598,57,9780,NULL,5234,2,'2026-01-17 20:15:37','2026-01-17 20:15:37','d5d2e556-343d-4c47-9818-bd9193512dad'),
(50599,57,9780,NULL,5235,3,'2026-01-17 20:15:37','2026-01-17 20:15:37','a01dff76-d4a4-42b9-9cca-98c9e016b420'),
(50600,57,9780,NULL,5236,4,'2026-01-17 20:15:37','2026-01-17 20:15:37','b7d4f8ad-e083-42a9-9bdf-46640932e999'),
(50601,57,9780,NULL,5237,5,'2026-01-17 20:15:37','2026-01-17 20:15:37','7f958bad-a2bd-4abd-828d-60438f69f2dd'),
(50602,57,9780,NULL,5238,6,'2026-01-17 20:15:37','2026-01-17 20:15:37','0ec4a850-cbb6-4009-b437-b1cf11888861'),
(50603,57,9780,NULL,5239,7,'2026-01-17 20:15:37','2026-01-17 20:15:37','e019212b-03cb-4612-a809-699bc25ea456'),
(50635,7,1343,NULL,601,1,'2026-01-17 20:16:34','2026-02-26 21:37:40','3c5bc3f3-0aef-4f36-8506-f14fb87d642e'),
(50636,7,1343,NULL,9735,3,'2026-01-17 20:16:34','2026-01-17 20:16:34','53cfbe34-dd6e-42a7-9ba9-abdcfa249950'),
(50637,7,1343,NULL,9552,6,'2026-01-17 20:16:34','2026-01-17 20:16:34','6cf80db2-5e7f-40d6-af5a-210550750eb3'),
(50638,32,9782,NULL,2610,1,'2026-01-17 20:16:34','2026-01-17 20:16:34','10cd7ce2-5e0e-49e7-adc4-1a8018c7d55a'),
(50639,32,9782,NULL,2598,2,'2026-01-17 20:16:34','2026-01-17 20:16:34','a15f7c5a-d66b-4299-9bc2-f9b1a72d4f91'),
(50640,32,9782,NULL,2608,3,'2026-01-17 20:16:34','2026-01-17 20:16:34','42608905-5782-47f2-aaf1-ffd8ffae270a'),
(50641,32,9782,NULL,2624,4,'2026-01-17 20:16:34','2026-01-17 20:16:34','a6532775-ced7-406d-b9e7-320ac73fad14'),
(50642,32,9782,NULL,2600,5,'2026-01-17 20:16:34','2026-01-17 20:16:34','d5c12391-7c8e-4096-ab04-1af752cb814c'),
(50643,32,9782,NULL,2596,6,'2026-01-17 20:16:34','2026-01-17 20:16:34','7953b1b9-4b31-4b72-9c05-abec8b1abd91'),
(50644,32,9782,NULL,2602,7,'2026-01-17 20:16:34','2026-01-17 20:16:34','4f5344b8-7106-4462-999f-44a4e2fb5e5c'),
(50645,32,9782,NULL,2606,8,'2026-01-17 20:16:34','2026-01-17 20:16:34','6e53d9ed-5746-4ca2-ada6-3ed473ede243'),
(50646,32,9782,NULL,2612,9,'2026-01-17 20:16:34','2026-01-17 20:16:34','801facde-d0d7-47ac-ad19-1d90e6915a46'),
(50647,32,9782,NULL,2604,10,'2026-01-17 20:16:34','2026-01-17 20:16:34','31ca0c64-9646-426c-a1fb-0c71b2478866'),
(50648,16,9782,NULL,5140,1,'2026-01-17 20:16:34','2026-01-17 20:16:34','fcb87a55-45e8-4f09-b984-e51b9f46125a'),
(50649,7,9782,NULL,6547,1,'2026-01-17 20:16:34','2026-01-17 20:16:34','6fb94772-30fe-475c-9966-adeed1212519'),
(50650,7,9782,NULL,601,2,'2026-01-17 20:16:34','2026-01-17 20:16:34','0d1908d5-0e77-4846-876d-07d39ee0a016'),
(50651,7,9782,NULL,9735,3,'2026-01-17 20:16:34','2026-01-17 20:16:34','7111452e-9d9c-4264-83e4-ffa2b5176f24'),
(50652,7,9782,NULL,617,4,'2026-01-17 20:16:34','2026-01-17 20:16:34','c083e1e2-5599-4b31-ba0e-f9fd2fe985ce'),
(50653,7,9782,NULL,605,5,'2026-01-17 20:16:34','2026-01-17 20:16:34','575d13b9-ee09-42ca-b597-2c826cf3f0b2'),
(50654,7,9782,NULL,9552,6,'2026-01-17 20:16:34','2026-01-17 20:16:34','5d75cbc9-5da9-411d-8a29-90225f8010a5'),
(50655,82,9782,NULL,491,1,'2026-01-17 20:16:34','2026-01-17 20:16:34','234d2369-28cb-4ee1-a9e2-09fae3f37e3b'),
(50656,46,9782,NULL,2891,1,'2026-01-17 20:16:34','2026-01-17 20:16:34','22f24ef0-eb1c-48b8-8cbc-b51350eff578'),
(50657,57,9782,NULL,5146,1,'2026-01-17 20:16:34','2026-01-17 20:16:34','87411812-b334-4936-b36f-5bee07113fba'),
(50658,57,9782,NULL,5147,2,'2026-01-17 20:16:34','2026-01-17 20:16:34','bb1b19cf-a323-4954-b9e4-1e30328d2d9b'),
(50659,57,9782,NULL,5148,3,'2026-01-17 20:16:34','2026-01-17 20:16:34','9c68478f-f6db-4919-8fa2-8a58baf2ea4d'),
(50660,57,9782,NULL,5149,4,'2026-01-17 20:16:34','2026-01-17 20:16:34','31e290ee-784d-483a-9807-b9090713a1a9'),
(50661,57,9782,NULL,5150,5,'2026-01-17 20:16:34','2026-01-17 20:16:34','b4cff78c-b439-40e0-a293-ae4e0c0acf94'),
(50662,57,9782,NULL,5151,6,'2026-01-17 20:16:34','2026-01-17 20:16:34','6c7b9bbf-2621-432c-a8e0-e1b737149764'),
(50663,57,9782,NULL,5152,7,'2026-01-17 20:16:34','2026-01-17 20:16:34','e22753cf-70e3-4e29-84dd-5e4325460c15'),
(50664,57,9782,NULL,5153,8,'2026-01-17 20:16:34','2026-01-17 20:16:34','d8aa962d-7b68-4aa7-81b0-f7c7382e98b4'),
(50665,13,9782,NULL,6882,1,'2026-01-17 20:16:34','2026-01-17 20:16:34','203ec5d7-36b8-4748-a661-061d432336a3'),
(50694,32,9784,NULL,2610,1,'2026-01-17 20:16:46','2026-01-17 20:16:46','cf9cdc3c-5440-4278-a409-60b938783ca9'),
(50695,32,9784,NULL,2598,2,'2026-01-17 20:16:46','2026-01-17 20:16:46','b7b314d6-3494-462e-b1b9-0a90d6f82752'),
(50696,32,9784,NULL,2608,3,'2026-01-17 20:16:46','2026-01-17 20:16:46','01493567-4431-4d66-835d-b1f74702aad7'),
(50697,32,9784,NULL,2624,4,'2026-01-17 20:16:46','2026-01-17 20:16:46','341aec62-3707-45b3-905d-eb4ba1d98ecb'),
(50698,32,9784,NULL,2600,5,'2026-01-17 20:16:46','2026-01-17 20:16:46','cd7b0a00-e191-4790-af8a-9c496c29db98'),
(50699,32,9784,NULL,2596,6,'2026-01-17 20:16:46','2026-01-17 20:16:46','25cb7b89-9ec1-42f6-a891-99f5a20bf1af'),
(50700,32,9784,NULL,2602,7,'2026-01-17 20:16:46','2026-01-17 20:16:46','4c045292-02fe-4bbd-bbb8-25fa882b5efc'),
(50701,32,9784,NULL,2606,8,'2026-01-17 20:16:46','2026-01-17 20:16:46','ddaa729f-7326-44b0-856d-d00d277922c4'),
(50702,32,9784,NULL,2612,9,'2026-01-17 20:16:46','2026-01-17 20:16:46','c7e79323-a878-429b-a74c-c1b960702f48'),
(50703,32,9784,NULL,2604,10,'2026-01-17 20:16:46','2026-01-17 20:16:46','70f3779f-3794-4158-9274-854658a7d1f9'),
(50704,16,9784,NULL,5140,1,'2026-01-17 20:16:46','2026-01-17 20:16:46','dcf4e10e-e31e-416b-82a8-ddb495730ae2'),
(50705,7,9784,NULL,6547,1,'2026-01-17 20:16:46','2026-01-17 20:16:46','5485ef35-4b3f-4207-a82d-0ab4956b024e'),
(50706,7,9784,NULL,601,2,'2026-01-17 20:16:46','2026-01-17 20:16:46','060af9a7-8d88-42b5-a921-a03f20b63a4c'),
(50707,7,9784,NULL,9735,3,'2026-01-17 20:16:46','2026-01-17 20:16:46','efdc56bc-4be9-4026-a605-a434d31ec37e'),
(50708,7,9784,NULL,617,4,'2026-01-17 20:16:46','2026-01-17 20:16:46','458ba14e-b125-49af-8bff-d405b80ea7ff'),
(50709,7,9784,NULL,605,5,'2026-01-17 20:16:46','2026-01-17 20:16:46','f8d72878-04fe-4b64-92fb-494984e8b4be'),
(50710,7,9784,NULL,9552,6,'2026-01-17 20:16:46','2026-01-17 20:16:46','4b0bad51-aed6-4cee-b557-9d9f81c126c7'),
(50711,82,9784,NULL,491,1,'2026-01-17 20:16:46','2026-01-17 20:16:46','bc6af2a0-dff3-4ffe-9f67-4edbf4dbf466'),
(50712,46,9784,NULL,2891,1,'2026-01-17 20:16:46','2026-01-17 20:16:46','ec0f3bf3-6012-469e-8449-f20968971e9e'),
(50713,57,9784,NULL,5146,1,'2026-01-17 20:16:46','2026-01-17 20:16:46','ff8b4f56-d262-4507-910b-e8cf130263bd'),
(50714,57,9784,NULL,5147,2,'2026-01-17 20:16:46','2026-01-17 20:16:46','77aa99c1-bfd4-4a94-9965-e9e601fe4a89'),
(50715,57,9784,NULL,5148,3,'2026-01-17 20:16:46','2026-01-17 20:16:46','82eb503a-1721-46d1-8eea-fcffe72b9bf5'),
(50716,57,9784,NULL,5149,4,'2026-01-17 20:16:46','2026-01-17 20:16:46','0a553a09-0322-4fd6-a8fe-fa3df9414baf'),
(50717,57,9784,NULL,5150,5,'2026-01-17 20:16:46','2026-01-17 20:16:46','12987d38-f102-4c32-b7e8-2c16542ef38b'),
(50718,57,9784,NULL,5151,6,'2026-01-17 20:16:46','2026-01-17 20:16:46','a47fd297-50cc-4881-8996-07717b490516'),
(50719,57,9784,NULL,5152,7,'2026-01-17 20:16:46','2026-01-17 20:16:46','122349b3-a2de-48ed-aed3-052f1b5caf1d'),
(50720,57,9784,NULL,5153,8,'2026-01-17 20:16:46','2026-01-17 20:16:46','0e0d260a-d1dd-4c73-9345-43bf5fba29a0'),
(50721,13,9784,NULL,6882,1,'2026-01-17 20:16:46','2026-01-17 20:16:46','8605b6c3-b120-49a4-aff3-cd8559ae6852'),
(50746,7,1349,NULL,3468,1,'2026-01-17 20:17:24','2026-01-17 20:17:24','7f38981d-68a8-4262-a4ab-f5235bf6ceb5'),
(50747,7,1349,NULL,9552,4,'2026-01-17 20:17:24','2026-01-17 20:17:24','8f8d518c-aeee-4f41-8ac0-d683adba19d7'),
(50748,32,9786,NULL,2614,1,'2026-01-17 20:17:24','2026-01-17 20:17:24','3330a9d0-646b-4d0a-b73c-f87679b51fbd'),
(50749,32,9786,NULL,2610,2,'2026-01-17 20:17:24','2026-01-17 20:17:24','7f7d091d-ef0b-48ae-8dbc-8a713b9335ac'),
(50750,32,9786,NULL,2598,3,'2026-01-17 20:17:24','2026-01-17 20:17:24','680b7614-6143-4bda-925d-bc5c16977a46'),
(50751,32,9786,NULL,2608,4,'2026-01-17 20:17:24','2026-01-17 20:17:24','55af1b26-8e98-4ff7-9416-d170e1e14cb9'),
(50752,32,9786,NULL,2600,5,'2026-01-17 20:17:24','2026-01-17 20:17:24','7a5f2045-3b32-4cdb-b887-adfffa2ce817'),
(50753,32,9786,NULL,2596,6,'2026-01-17 20:17:24','2026-01-17 20:17:24','7946079e-82a4-4971-9702-21bed5212766'),
(50754,32,9786,NULL,2602,7,'2026-01-17 20:17:24','2026-01-17 20:17:24','68188ff4-33bd-45ae-a942-daef0448a38e'),
(50755,32,9786,NULL,2606,8,'2026-01-17 20:17:24','2026-01-17 20:17:24','4cf6c648-eefe-483a-a689-d823a77e37e1'),
(50756,32,9786,NULL,2612,9,'2026-01-17 20:17:24','2026-01-17 20:17:24','5ad3f02c-682d-468b-9f7c-5328e9e75d27'),
(50757,32,9786,NULL,2604,10,'2026-01-17 20:17:24','2026-01-17 20:17:24','7ffe0c4c-a626-4df9-8ea8-33e18bab2230'),
(50758,16,9786,NULL,5013,1,'2026-01-17 20:17:24','2026-01-17 20:17:24','7afe6421-b51d-48ed-b011-61ded137f2a3'),
(50759,7,9786,NULL,3468,1,'2026-01-17 20:17:24','2026-01-17 20:17:24','0a83b9c6-4c81-4bd4-acf5-96e4d7b82747'),
(50760,7,9786,NULL,617,2,'2026-01-17 20:17:24','2026-01-17 20:17:24','f94cc9ad-dff0-498b-99b0-ec79d55f7b5a'),
(50761,7,9786,NULL,605,3,'2026-01-17 20:17:24','2026-01-17 20:17:24','d60cc33b-9611-48f3-977b-0cca8254c89a'),
(50762,7,9786,NULL,9552,4,'2026-01-17 20:17:24','2026-01-17 20:17:24','1cd03cf7-0dc2-4fc7-be53-09e07d01c97f'),
(50763,57,9786,NULL,5033,1,'2026-01-17 20:17:24','2026-01-17 20:17:24','8613e12f-41cf-441c-be9f-97c3eb79ce51'),
(50764,57,9786,NULL,5034,2,'2026-01-17 20:17:24','2026-01-17 20:17:24','8cb4e9e7-a7db-4d96-900f-cfff30876f7e'),
(50765,57,9786,NULL,5035,3,'2026-01-17 20:17:24','2026-01-17 20:17:24','a815469e-346c-4473-b24a-9b71fcc94cb5'),
(50766,57,9786,NULL,5036,4,'2026-01-17 20:17:24','2026-01-17 20:17:24','e18fc4fe-2e69-4d18-a0c5-508964d6db06'),
(50767,57,9786,NULL,5037,5,'2026-01-17 20:17:24','2026-01-17 20:17:24','0f653f3c-396a-4263-88d2-134f51a00f43'),
(50768,57,9786,NULL,5038,6,'2026-01-17 20:17:24','2026-01-17 20:17:24','fefe656c-9d5a-42ec-b30e-2bc42344ebbc'),
(50769,57,9786,NULL,5039,7,'2026-01-17 20:17:24','2026-01-17 20:17:24','034f334f-e0c2-4c9e-b68a-948d2b08c7c8'),
(50770,57,9786,NULL,5040,8,'2026-01-17 20:17:24','2026-01-17 20:17:24','398e01a8-3e82-492a-bd67-67d9c432649d'),
(50786,7,1481,NULL,2969,1,'2026-01-17 20:18:46','2026-01-17 20:18:46','2dfb0241-0c4c-4864-91be-5d0e1aa78c95'),
(50787,7,1481,NULL,9552,4,'2026-01-17 20:18:46','2026-01-17 20:18:46','1b0355a5-f891-42d8-85e1-6d8479a7a184'),
(50788,32,9788,NULL,2598,1,'2026-01-17 20:18:46','2026-01-17 20:18:46','2acd5af5-8320-4e24-80a3-68dd75dd83bf'),
(50789,32,9788,NULL,2608,2,'2026-01-17 20:18:46','2026-01-17 20:18:46','d8631598-935e-4bdd-9a81-93c3497a9cd5'),
(50790,32,9788,NULL,2600,3,'2026-01-17 20:18:46','2026-01-17 20:18:46','81b4dcf2-4b71-443a-9007-8ee78ccea6d0'),
(50791,32,9788,NULL,2596,4,'2026-01-17 20:18:46','2026-01-17 20:18:46','45408cc5-3e49-4977-abac-fa487f2ad835'),
(50792,32,9788,NULL,2602,5,'2026-01-17 20:18:46','2026-01-17 20:18:46','4addc103-7ccb-4dc1-8a3b-69e5b0183aa0'),
(50793,32,9788,NULL,2606,6,'2026-01-17 20:18:46','2026-01-17 20:18:46','2280e3d5-dd7c-494e-9a74-bedde8f7f011'),
(50794,32,9788,NULL,2604,7,'2026-01-17 20:18:46','2026-01-17 20:18:46','579c7f7e-a772-4db6-9a19-5e35db1551f4'),
(50795,32,9788,NULL,2610,8,'2026-01-17 20:18:46','2026-01-17 20:18:46','4d0e94d4-0864-4eeb-a88d-36a556b893b4'),
(50796,32,9788,NULL,2612,9,'2026-01-17 20:18:46','2026-01-17 20:18:46','aa5d65c2-d6f5-4f5e-b1ff-36fa9bdd170b'),
(50797,16,9788,NULL,9535,1,'2026-01-17 20:18:46','2026-01-17 20:18:46','aa6dfd55-4924-4e87-99e8-1db310158482'),
(50798,7,9788,NULL,2969,1,'2026-01-17 20:18:46','2026-01-17 20:18:46','31af6ad0-dba3-441e-b871-ff7de5adf5c7'),
(50799,7,9788,NULL,617,2,'2026-01-17 20:18:46','2026-01-17 20:18:46','e2ea43f6-9fc7-4f40-bcb2-17ab22b372e8'),
(50800,7,9788,NULL,605,3,'2026-01-17 20:18:46','2026-01-17 20:18:46','b1d287c2-d034-43c7-ab82-d9cc78c86700'),
(50801,7,9788,NULL,9552,4,'2026-01-17 20:18:46','2026-01-17 20:18:46','65a80885-5327-49d3-a32f-a6d576ee451c'),
(50802,82,9788,NULL,491,1,'2026-01-17 20:18:46','2026-01-17 20:18:46','633b2d7e-f3e4-4f30-9ce3-df99db2e2ed9'),
(50818,32,9790,NULL,2598,1,'2026-01-17 20:18:49','2026-01-17 20:18:49','59a84e16-e066-42ca-9b6c-fd4cdfd8247a'),
(50819,32,9790,NULL,2608,2,'2026-01-17 20:18:49','2026-01-17 20:18:49','d7560b68-16f7-4740-b3de-d1fd140726f6'),
(50820,32,9790,NULL,2600,3,'2026-01-17 20:18:49','2026-01-17 20:18:49','fad049f3-24b4-46c6-8658-d7fcf7e10dff'),
(50821,32,9790,NULL,2596,4,'2026-01-17 20:18:49','2026-01-17 20:18:49','050e4471-5050-4d53-bf97-ca3c9194953e'),
(50822,32,9790,NULL,2602,5,'2026-01-17 20:18:49','2026-01-17 20:18:49','9a13ef2e-9882-483c-8365-0af61041e9cb'),
(50823,32,9790,NULL,2606,6,'2026-01-17 20:18:49','2026-01-17 20:18:49','a2a11e7e-2021-4a59-a3c5-492a6e920010'),
(50824,32,9790,NULL,2604,7,'2026-01-17 20:18:49','2026-01-17 20:18:49','3303ec80-aaa6-478f-9e05-7bf9de0230f5'),
(50825,32,9790,NULL,2610,8,'2026-01-17 20:18:49','2026-01-17 20:18:49','8b4b496d-8d8f-4fc3-badc-9ab761904322'),
(50826,32,9790,NULL,2612,9,'2026-01-17 20:18:49','2026-01-17 20:18:49','b7d18d2a-a2f6-436f-86e6-13d3e4d6fc94'),
(50827,16,9790,NULL,9535,1,'2026-01-17 20:18:49','2026-01-17 20:18:49','b2a82b9c-361a-458b-bfbc-2faf1a79c63e'),
(50828,7,9790,NULL,2969,1,'2026-01-17 20:18:49','2026-01-17 20:18:49','91b4506a-0b01-4899-911c-66d8b6358de9'),
(50829,7,9790,NULL,617,2,'2026-01-17 20:18:49','2026-01-17 20:18:49','ecf8607f-b551-4164-93fb-6f6bd4edd527'),
(50830,7,9790,NULL,605,3,'2026-01-17 20:18:49','2026-01-17 20:18:49','d59bc585-52b5-4ca2-aa9f-be30e9b1cd2a'),
(50831,7,9790,NULL,9552,4,'2026-01-17 20:18:49','2026-01-17 20:18:49','60281cdf-63e7-4e69-92a3-ac132fddf176'),
(50832,82,9790,NULL,491,1,'2026-01-17 20:18:49','2026-01-17 20:18:49','a7acab98-6989-4b0e-a2e8-66b55cb260f8'),
(50851,7,1473,NULL,9552,3,'2026-01-17 20:19:05','2026-01-17 20:19:05','717c7b7b-ee69-4ce9-bd07-d146424113c6'),
(50852,32,9792,NULL,2598,1,'2026-01-17 20:19:05','2026-01-17 20:19:05','6a3076e6-2f0a-4c5c-8fc5-1356bb15db18'),
(50853,32,9792,NULL,2608,2,'2026-01-17 20:19:05','2026-01-17 20:19:05','dde77568-4063-4a3d-a353-553b1999c4cc'),
(50854,32,9792,NULL,2600,3,'2026-01-17 20:19:05','2026-01-17 20:19:05','6995bd33-d340-4671-8130-9d223e1944ce'),
(50855,32,9792,NULL,2596,4,'2026-01-17 20:19:05','2026-01-17 20:19:05','9300610a-201b-4848-b0c3-0a4737c472ba'),
(50856,32,9792,NULL,2602,5,'2026-01-17 20:19:05','2026-01-17 20:19:05','e1aee568-9fab-4ef6-bbc5-7a049d847dd3'),
(50857,32,9792,NULL,2606,6,'2026-01-17 20:19:05','2026-01-17 20:19:05','787d31d9-7f94-46b2-a09c-d9c8c81d3333'),
(50858,32,9792,NULL,2604,7,'2026-01-17 20:19:05','2026-01-17 20:19:05','0b8ee0e0-b7b2-47f4-8575-d7fe5a70c170'),
(50859,32,9792,NULL,2610,8,'2026-01-17 20:19:05','2026-01-17 20:19:05','e247f8ec-6ae2-4a66-943c-5910ddab8347'),
(50860,32,9792,NULL,2612,9,'2026-01-17 20:19:05','2026-01-17 20:19:05','52529466-e74b-4ef3-8173-840aef66728f'),
(50861,16,9792,NULL,9466,1,'2026-01-17 20:19:05','2026-01-17 20:19:05','db87f40e-55bc-48db-827e-35faa2bedb66'),
(50862,7,9792,NULL,617,1,'2026-01-17 20:19:05','2026-01-17 20:19:05','6dcced0f-6307-4f50-90e6-1195c9618f8b'),
(50863,7,9792,NULL,605,2,'2026-01-17 20:19:05','2026-01-17 20:19:05','f76f0a3f-ee9d-49ea-bced-1e59fcae268b'),
(50864,7,9792,NULL,9552,3,'2026-01-17 20:19:05','2026-01-17 20:19:05','81b32181-3cb4-4906-be8a-60b9e40804cd'),
(50865,82,9792,NULL,491,1,'2026-01-17 20:19:05','2026-01-17 20:19:05','9f2238ce-a914-47fa-83d8-09c8f61c53a0'),
(50866,57,9792,NULL,9469,1,'2026-01-17 20:19:05','2026-01-17 20:19:05','2f21d042-2249-488a-b092-bfde27a3e2d5'),
(50867,57,9792,NULL,9470,2,'2026-01-17 20:19:05','2026-01-17 20:19:05','bbd4cd7a-38dd-41ea-a62d-0fe131579e12'),
(50868,57,9792,NULL,9471,3,'2026-01-17 20:19:05','2026-01-17 20:19:05','19b3cbc7-22af-4818-96a4-8e866cac9afa'),
(50869,13,9792,NULL,6557,1,'2026-01-17 20:19:05','2026-01-17 20:19:05','b2a22a5d-d5e0-4f60-9f07-8c659eb41046'),
(50890,7,1477,NULL,9552,3,'2026-01-17 20:19:21','2026-01-17 20:19:21','68ce1c17-2335-45a2-8049-632a3a6a6f9c'),
(50891,32,9794,NULL,2610,1,'2026-01-17 20:19:21','2026-01-17 20:19:21','0452e12e-cdb8-4c75-b287-d7aace0de3bd'),
(50892,32,9794,NULL,2598,2,'2026-01-17 20:19:21','2026-01-17 20:19:21','e516205e-8b8c-4043-bfce-321d89463364'),
(50893,32,9794,NULL,2608,3,'2026-01-17 20:19:21','2026-01-17 20:19:21','d3ef840e-94b8-4687-9310-25fc322844dc'),
(50894,32,9794,NULL,2624,4,'2026-01-17 20:19:21','2026-01-17 20:19:21','b3c4d1cb-b091-42ad-8728-30fafd6a7498'),
(50895,32,9794,NULL,2600,5,'2026-01-17 20:19:21','2026-01-17 20:19:21','d6f968ea-011c-45eb-b8c5-ddabef913199'),
(50896,32,9794,NULL,2596,6,'2026-01-17 20:19:21','2026-01-17 20:19:21','9c96cbe7-70b8-41aa-9c21-b8ad775c3d2f'),
(50897,32,9794,NULL,2606,7,'2026-01-17 20:19:21','2026-01-17 20:19:21','dd77c764-e688-40bb-9a71-a98027190d12'),
(50898,32,9794,NULL,2604,8,'2026-01-17 20:19:21','2026-01-17 20:19:21','8840e865-425f-41d8-85c3-c4cf5bd70204'),
(50899,32,9794,NULL,2602,9,'2026-01-17 20:19:21','2026-01-17 20:19:21','44fa1391-ee38-4a0d-a6f6-523a31d101e1'),
(50900,32,9794,NULL,2612,10,'2026-01-17 20:19:21','2026-01-17 20:19:21','d50f84b2-5d07-48c5-a220-a6a9c8ad0362'),
(50901,16,9794,NULL,9524,1,'2026-01-17 20:19:21','2026-01-17 20:19:21','1a33fdab-5f21-49ee-b28e-d40cede3417c'),
(50902,7,9794,NULL,617,1,'2026-01-17 20:19:21','2026-01-17 20:19:21','3dae524a-61ef-4fb6-aca4-9edb681b89d2'),
(50903,7,9794,NULL,605,2,'2026-01-17 20:19:21','2026-01-17 20:19:21','c70394a5-c070-4bb5-8e5d-d459297b5207'),
(50904,7,9794,NULL,9552,3,'2026-01-17 20:19:21','2026-01-17 20:19:21','eac534f9-9503-47c4-ac1f-337fae226524'),
(50905,82,9794,NULL,491,1,'2026-01-17 20:19:21','2026-01-17 20:19:21','50d2e2a1-10dd-4bde-8ff5-7bc7b08a0cd3'),
(50906,46,9794,NULL,2891,1,'2026-01-17 20:19:21','2026-01-17 20:19:21','5328ed2d-044f-4639-95be-ee68d35a3ea2'),
(50907,57,9794,NULL,9529,1,'2026-01-17 20:19:21','2026-01-17 20:19:21','23e36de4-7769-4ef4-827b-e21118fb88cc'),
(50908,57,9794,NULL,9530,2,'2026-01-17 20:19:21','2026-01-17 20:19:21','f1ea4e90-63d0-4e28-9147-1a3e14fdd297'),
(50909,57,9794,NULL,9531,3,'2026-01-17 20:19:21','2026-01-17 20:19:21','a5d00225-1172-4583-b6b5-1c6348bab403'),
(50930,7,1419,NULL,9552,4,'2026-01-17 20:20:19','2026-01-17 20:20:19','04259c84-ab4d-4a1c-9e81-f90a8e31889a'),
(50931,32,9796,NULL,2610,1,'2026-01-17 20:20:19','2026-01-17 20:20:19','5740fc7d-702b-478b-921a-b2334bef8447'),
(50932,32,9796,NULL,2598,2,'2026-01-17 20:20:19','2026-01-17 20:20:19','d850769b-e8cc-4bf7-8881-d53c49dbe5e8'),
(50933,32,9796,NULL,2608,3,'2026-01-17 20:20:19','2026-01-17 20:20:19','e38a5e85-75cd-48f7-a614-5f59bf3f6ba4'),
(50934,32,9796,NULL,2600,4,'2026-01-17 20:20:19','2026-01-17 20:20:19','8167ace8-190e-496c-aff3-f609c2f19fbf'),
(50935,32,9796,NULL,2596,5,'2026-01-17 20:20:19','2026-01-17 20:20:19','ee6fb15f-e3e5-40c3-b429-fc5f7c862703'),
(50936,32,9796,NULL,2602,6,'2026-01-17 20:20:19','2026-01-17 20:20:19','16c8de02-cf17-49a6-ae00-11dbc1d9b3e0'),
(50937,32,9796,NULL,2606,7,'2026-01-17 20:20:19','2026-01-17 20:20:19','b94a7b85-f10a-46b9-8b36-5d90a72a18c7'),
(50938,32,9796,NULL,2612,8,'2026-01-17 20:20:19','2026-01-17 20:20:19','19231eb1-51f8-424b-a9d7-c6c403ae21d6'),
(50939,32,9796,NULL,2604,9,'2026-01-17 20:20:19','2026-01-17 20:20:19','da3b38d7-e44b-448a-b0db-639a220e2256'),
(50940,16,9796,NULL,9255,1,'2026-01-17 20:20:19','2026-01-17 20:20:19','db3fd33c-70e9-49ba-8817-9a3df291174a'),
(50941,7,9796,NULL,601,1,'2026-01-17 20:20:19','2026-01-17 20:20:19','df2625a7-108e-4951-b614-5e789cb8746d'),
(50942,7,9796,NULL,605,2,'2026-01-17 20:20:19','2026-01-17 20:20:19','74b0d267-ae75-4e18-8a06-49d21c40c6fd'),
(50943,7,9796,NULL,617,3,'2026-01-17 20:20:19','2026-01-17 20:20:19','3d28ec41-b705-404c-a3c4-69531f8fc70e'),
(50944,7,9796,NULL,9552,4,'2026-01-17 20:20:19','2026-01-17 20:20:19','7273e2c5-3062-4ee7-a20e-0f4bc843d5fe'),
(50945,82,9796,NULL,491,1,'2026-01-17 20:20:19','2026-01-17 20:20:19','993beaef-bc0e-4f96-bd98-99e3b8a47946'),
(50946,57,9796,NULL,9260,1,'2026-01-17 20:20:19','2026-01-17 20:20:19','0574db34-86ff-4d93-a93d-33846c95b461'),
(50947,57,9796,NULL,9261,2,'2026-01-17 20:20:19','2026-01-17 20:20:19','fb47a75e-7eed-48cd-b19c-3ba83a38b720'),
(50948,57,9796,NULL,9258,3,'2026-01-17 20:20:19','2026-01-17 20:20:19','213eb6a7-cbb9-4ba4-bd50-53542d001678'),
(50949,57,9796,NULL,9259,4,'2026-01-17 20:20:19','2026-01-17 20:20:19','cd3b8875-f49a-48dc-980e-003af5c7490e'),
(50967,7,1425,NULL,9552,5,'2026-01-17 20:21:06','2026-01-17 20:21:06','54c8206f-fef0-44d2-b997-117915cc2ca8'),
(50968,32,9798,NULL,2610,1,'2026-01-17 20:21:06','2026-01-17 20:21:06','d0564152-3ef3-407c-959c-6542a1d04e22'),
(50969,32,9798,NULL,2598,2,'2026-01-17 20:21:06','2026-01-17 20:21:06','421ba7ff-0848-4c6a-a872-ed9a9690bba7'),
(50970,32,9798,NULL,2608,3,'2026-01-17 20:21:06','2026-01-17 20:21:06','88311404-a07d-459e-8ba6-f0e625b93de8'),
(50971,32,9798,NULL,2600,4,'2026-01-17 20:21:06','2026-01-17 20:21:06','872ba360-43b7-4a4f-8c96-0403587aaf9a'),
(50972,32,9798,NULL,2596,5,'2026-01-17 20:21:06','2026-01-17 20:21:06','4b111f51-6a75-47ac-9a1d-53a680c60e12'),
(50973,32,9798,NULL,2602,6,'2026-01-17 20:21:06','2026-01-17 20:21:06','f3299bb0-6079-47e1-b3b9-6763d23c9d67'),
(50974,32,9798,NULL,2606,7,'2026-01-17 20:21:06','2026-01-17 20:21:06','b5dcd826-a906-4e8f-8264-997c8da3f029'),
(50975,32,9798,NULL,2612,8,'2026-01-17 20:21:06','2026-01-17 20:21:06','909a9ed6-63e9-4a8a-9da0-ca853a7faa13'),
(50976,32,9798,NULL,2604,9,'2026-01-17 20:21:06','2026-01-17 20:21:06','11184786-2455-42a3-8425-ea4e761e4ed2'),
(50977,7,9798,NULL,3468,1,'2026-01-17 20:21:06','2026-01-17 20:21:06','e24b3156-5e55-4f49-983c-c17e275d360e'),
(50978,7,9798,NULL,601,2,'2026-01-17 20:21:06','2026-01-17 20:21:06','1aa0c299-0677-4b0b-b627-ecb47519f550'),
(50979,7,9798,NULL,617,3,'2026-01-17 20:21:06','2026-01-17 20:21:06','6cdd6aea-425f-4208-a092-5f088e68d76f'),
(50980,7,9798,NULL,605,4,'2026-01-17 20:21:06','2026-01-17 20:21:06','13babbd3-87b4-4c60-a356-b040033f14ce'),
(50981,7,9798,NULL,9552,5,'2026-01-17 20:21:06','2026-01-17 20:21:06','dd9365b4-0050-4f93-8444-df766591e5c9'),
(50982,82,9798,NULL,491,1,'2026-01-17 20:21:06','2026-01-17 20:21:06','0c18462b-f916-44fd-8514-4c3f2c18e3f6'),
(50983,46,9798,NULL,7369,1,'2026-01-17 20:21:06','2026-01-17 20:21:06','4a2892e2-1468-4bb9-a74f-2540ceab5d0a'),
(51010,7,1431,NULL,9640,4,'2026-01-17 20:21:51','2026-01-17 20:21:51','3d9c6883-74c6-412b-add0-bdde479746a1'),
(51011,7,1431,NULL,9552,7,'2026-01-17 20:21:51','2026-01-18 22:32:20','fae1e0b7-4e19-405f-9698-dd26140bddf1'),
(51012,32,9801,NULL,2614,1,'2026-01-17 20:21:51','2026-01-17 20:21:51','81d7fcf7-f5c9-4ada-8dd2-43e054c38ee6'),
(51013,32,9801,NULL,2610,2,'2026-01-17 20:21:51','2026-01-17 20:21:51','74dd3dcc-8ccc-48ba-a01e-6ebbe8e6c076'),
(51014,32,9801,NULL,2598,3,'2026-01-17 20:21:51','2026-01-17 20:21:51','3463f921-7393-4f55-b200-704ed55cd759'),
(51015,32,9801,NULL,2608,4,'2026-01-17 20:21:51','2026-01-17 20:21:51','0ebca2df-fd15-46ea-93a2-efc2f628fe64'),
(51016,32,9801,NULL,2600,5,'2026-01-17 20:21:51','2026-01-17 20:21:51','dfe749ee-a308-4257-9fdd-520e9bae4ef4'),
(51017,32,9801,NULL,2596,6,'2026-01-17 20:21:51','2026-01-17 20:21:51','f8ea440f-0878-4f08-8666-23e1a9f2d75b'),
(51018,32,9801,NULL,2602,7,'2026-01-17 20:21:51','2026-01-17 20:21:51','48a9dda5-4147-4851-82e9-ac0f478f00f9'),
(51019,32,9801,NULL,2606,8,'2026-01-17 20:21:51','2026-01-17 20:21:51','fe4e1607-8264-4c45-b224-a816e057409e'),
(51020,32,9801,NULL,2612,9,'2026-01-17 20:21:51','2026-01-17 20:21:51','d0a63f4d-1630-42e4-9794-3d2d6a39a5c5'),
(51021,32,9801,NULL,2604,10,'2026-01-17 20:21:51','2026-01-17 20:21:51','5589cc1e-cf0a-43f8-afac-6da382c613dc'),
(51022,16,9801,NULL,6659,1,'2026-01-17 20:21:51','2026-01-17 20:21:51','2d7c19e5-8fed-4bff-9ff1-383599a692fa'),
(51023,7,9801,NULL,6547,1,'2026-01-17 20:21:51','2026-01-17 20:21:51','264e69f3-24d4-4c5e-8a46-5c56dafd5333'),
(51024,7,9801,NULL,601,2,'2026-01-17 20:21:51','2026-01-17 20:21:51','564a7c70-9ae8-4611-9d1c-1a9dd3f16f3c'),
(51025,7,9801,NULL,617,3,'2026-01-17 20:21:51','2026-01-17 20:21:51','38e7e5f5-338e-427a-b40b-3ba20b6343ce'),
(51026,7,9801,NULL,9640,4,'2026-01-17 20:21:51','2026-01-17 20:21:51','247227a7-211a-481e-8201-328c04a86bd1'),
(51027,7,9801,NULL,2972,5,'2026-01-17 20:21:51','2026-01-17 20:21:51','b022b817-7d20-4e97-8ea4-c24880fa1c2d'),
(51028,7,9801,NULL,2974,6,'2026-01-17 20:21:51','2026-01-17 20:21:51','69ab2db3-e8ce-40cd-8e1e-33589786c022'),
(51029,7,9801,NULL,605,7,'2026-01-17 20:21:51','2026-01-17 20:21:51','74cffefb-3aaf-4c97-9704-0f5746732f93'),
(51030,7,9801,NULL,9552,8,'2026-01-17 20:21:51','2026-01-17 20:21:51','f27b0bc0-e8fe-4932-89dd-6253da00ce4c'),
(51031,57,9801,NULL,6680,1,'2026-01-17 20:21:51','2026-01-17 20:21:51','9e33d23c-9077-46c0-8574-2518ce08f88c'),
(51032,57,9801,NULL,6681,2,'2026-01-17 20:21:51','2026-01-17 20:21:51','c021c7a1-5b3d-4852-8800-9aeda3f57435'),
(51033,57,9801,NULL,6682,3,'2026-01-17 20:21:51','2026-01-17 20:21:51','cf4abdd2-5cfb-47a4-b533-f48c5a736463'),
(51034,57,9801,NULL,6683,4,'2026-01-17 20:21:51','2026-01-17 20:21:51','1293660c-2858-4587-9aa2-012ec2869334'),
(51035,57,9801,NULL,6684,5,'2026-01-17 20:21:51','2026-01-17 20:21:51','704039a8-8ecd-422e-b7df-9c2096838699'),
(51070,32,9810,NULL,2614,1,'2026-01-17 20:22:11','2026-01-17 20:22:11','efd801c5-03b8-4319-9908-1ac762f316aa'),
(51071,32,9810,NULL,2610,2,'2026-01-17 20:22:11','2026-01-17 20:22:11','391f66dc-ac0f-4bea-9d3f-b1c277a98e97'),
(51072,32,9810,NULL,2598,3,'2026-01-17 20:22:11','2026-01-17 20:22:11','bdf6cde4-61e9-44ab-8959-20480576b5c3'),
(51073,32,9810,NULL,2608,4,'2026-01-17 20:22:11','2026-01-17 20:22:11','a58d581e-f1cf-4f5f-98ea-2e8447b17a7d'),
(51074,32,9810,NULL,2600,5,'2026-01-17 20:22:11','2026-01-17 20:22:11','e57cf3c5-dcf1-41f0-84d4-fa8cf6a8ad2e'),
(51075,32,9810,NULL,2596,6,'2026-01-17 20:22:11','2026-01-17 20:22:11','cbbd9b66-73f8-4352-b038-5a807a446c0b'),
(51076,32,9810,NULL,2602,7,'2026-01-17 20:22:11','2026-01-17 20:22:11','275344b0-7287-4b9a-9a6f-87829f77ec76'),
(51077,32,9810,NULL,2606,8,'2026-01-17 20:22:11','2026-01-17 20:22:11','cefa8fc4-499a-47a9-b5d4-bdfeb77c2b5f'),
(51078,32,9810,NULL,2612,9,'2026-01-17 20:22:11','2026-01-17 20:22:11','04341527-3819-46b1-905b-05d6a5908496'),
(51079,32,9810,NULL,2604,10,'2026-01-17 20:22:11','2026-01-17 20:22:11','97176113-adf1-4887-acd6-04884e1df927'),
(51080,16,9810,NULL,6659,1,'2026-01-17 20:22:11','2026-01-17 20:22:11','15d0827f-b5c8-42f2-a228-3156d14b0698'),
(51081,7,9810,NULL,6547,1,'2026-01-17 20:22:11','2026-01-17 20:22:11','a35f724b-5b66-4281-8fc8-397f9a392926'),
(51082,7,9810,NULL,601,2,'2026-01-17 20:22:11','2026-01-17 20:22:11','70586827-006c-4c51-a92d-3f3b5cf50a92'),
(51083,7,9810,NULL,617,3,'2026-01-17 20:22:11','2026-01-17 20:22:11','da186a42-a138-4041-92cd-ca821f042121'),
(51084,7,9810,NULL,9640,4,'2026-01-17 20:22:11','2026-01-17 20:22:11','bbb16a5b-2bc0-4e2b-9749-92727f3e712f'),
(51085,7,9810,NULL,2972,5,'2026-01-17 20:22:11','2026-01-17 20:22:11','bcf7478c-4328-47f0-b87b-b6dffc39ba12'),
(51086,7,9810,NULL,2974,6,'2026-01-17 20:22:11','2026-01-17 20:22:11','aba4ee42-0582-43b6-9442-996d7945a861'),
(51087,7,9810,NULL,605,7,'2026-01-17 20:22:11','2026-01-17 20:22:11','7b14df32-e42d-4519-8f9d-f3fd5e02b0f9'),
(51088,7,9810,NULL,9552,8,'2026-01-17 20:22:11','2026-01-17 20:22:11','fcaa3c6d-2acc-4fd2-bcfb-58fc8d4369a4'),
(51089,57,9810,NULL,6680,1,'2026-01-17 20:22:11','2026-01-17 20:22:11','3bbecf90-db4f-41f4-9c14-9fea013df3b9'),
(51090,57,9810,NULL,6681,2,'2026-01-17 20:22:11','2026-01-17 20:22:11','1c445e47-23ad-4ef6-b403-bd4ba3a94204'),
(51091,57,9810,NULL,6682,3,'2026-01-17 20:22:11','2026-01-17 20:22:11','5c127ca5-f708-4bf0-9a05-b37267851309'),
(51092,57,9810,NULL,6683,4,'2026-01-17 20:22:11','2026-01-17 20:22:11','df7e6290-febe-423d-b756-ef5fe5107b21'),
(51093,57,9810,NULL,6684,5,'2026-01-17 20:22:11','2026-01-17 20:22:11','b4266ae7-d5e1-4923-808c-9af2ead56824'),
(51123,7,1443,NULL,601,1,'2026-01-17 20:23:13','2026-03-04 15:08:57','fe3d190f-b232-4715-bc2f-45e103325cfd'),
(51124,7,1443,NULL,9552,3,'2026-01-17 20:23:13','2026-03-04 15:08:57','9674ebc4-9cf6-4627-8e5b-c92be896b953'),
(51125,32,9815,NULL,2610,1,'2026-01-17 20:23:13','2026-01-17 20:23:13','911eda60-d135-49e3-8891-25aaf3c9d80f'),
(51126,32,9815,NULL,2598,2,'2026-01-17 20:23:13','2026-01-17 20:23:13','5f43d288-4d49-403a-b39a-454ce8289b6c'),
(51127,32,9815,NULL,2608,3,'2026-01-17 20:23:13','2026-01-17 20:23:13','faa1e300-d5b3-4551-a923-ca8851f63bf5'),
(51128,32,9815,NULL,2600,4,'2026-01-17 20:23:13','2026-01-17 20:23:13','9166f4c2-97d7-4972-a8d7-d677c2351ae1'),
(51129,32,9815,NULL,2596,5,'2026-01-17 20:23:13','2026-01-17 20:23:13','7eebf7cb-28ea-4aac-9480-c01b83483cce'),
(51130,32,9815,NULL,2602,6,'2026-01-17 20:23:13','2026-01-17 20:23:13','b0855393-0b55-4331-ad81-58f30ddb189f'),
(51131,32,9815,NULL,2606,7,'2026-01-17 20:23:13','2026-01-17 20:23:13','4ebda7f4-ca73-429d-91ae-b8e56660fe61'),
(51132,32,9815,NULL,2612,8,'2026-01-17 20:23:13','2026-01-17 20:23:13','0898057f-fe8c-4057-92f3-c2998e035142'),
(51133,32,9815,NULL,2604,9,'2026-01-17 20:23:13','2026-01-17 20:23:13','dbe5dc1b-2f3f-4aef-84ef-421bf7058eca'),
(51134,16,9815,NULL,9286,1,'2026-01-17 20:23:13','2026-01-17 20:23:13','8c5168cd-8aa8-41e3-9c1e-2bf21dd999fc'),
(51135,7,9815,NULL,3468,1,'2026-01-17 20:23:13','2026-01-17 20:23:13','e39ae6ba-a157-4003-abc5-bf4f17fcb7a6'),
(51136,7,9815,NULL,601,2,'2026-01-17 20:23:13','2026-01-17 20:23:13','d148948f-4e6f-4818-b50e-26c13fdd574b'),
(51137,7,9815,NULL,617,3,'2026-01-17 20:23:13','2026-01-17 20:23:13','c2fb97b9-2a56-4882-8ce9-4c13c80e48af'),
(51138,7,9815,NULL,9552,4,'2026-01-17 20:23:13','2026-01-17 20:23:13','ed20b3db-7d44-499d-85e3-a6410e081f63'),
(51139,7,9815,NULL,605,5,'2026-01-17 20:23:13','2026-01-17 20:23:13','5006f36b-9042-4308-a4db-d9e099cdec43'),
(51140,82,9815,NULL,491,1,'2026-01-17 20:23:13','2026-01-17 20:23:13','9b47ac7f-9d7f-4205-9d4d-c76650af2fa4'),
(51141,57,9815,NULL,9293,1,'2026-01-17 20:23:13','2026-01-17 20:23:13','bd793c0a-533b-476e-a428-fafc972e781f'),
(51142,57,9815,NULL,9290,2,'2026-01-17 20:23:13','2026-01-17 20:23:13','a6126f9c-62a4-4a95-b5c3-052cfabd1594'),
(51143,57,9815,NULL,9289,3,'2026-01-17 20:23:13','2026-01-17 20:23:13','9774def3-4efe-4e8c-8aef-0428a7aec284'),
(51144,57,9815,NULL,9294,4,'2026-01-17 20:23:13','2026-01-17 20:23:13','371d44fc-0e75-468f-a97e-a3153a736f29'),
(51145,57,9815,NULL,9291,5,'2026-01-17 20:23:13','2026-01-17 20:23:13','5c1aeeee-a96f-4889-a760-e826cc77f52d'),
(51146,57,9815,NULL,9292,6,'2026-01-17 20:23:13','2026-01-17 20:23:13','1a54150c-fd0f-41da-ad5a-7d83c27f0fbe'),
(51147,16,2712,NULL,9749,1,'2026-01-17 20:23:18','2026-01-17 20:23:18','5ab780cb-cafd-4779-9e23-c5c50f50d142'),
(51148,57,2712,NULL,9804,1,'2026-01-17 20:23:18','2026-01-17 20:23:18','ae6923f4-2125-4e08-902d-0ad50138e2e0'),
(51149,57,2712,NULL,9811,2,'2026-01-17 20:23:18','2026-01-17 20:23:18','7e230f28-4dd1-4c4c-aa43-db31bb7dcbb1'),
(51150,57,2712,NULL,9805,3,'2026-01-17 20:23:18','2026-01-17 20:23:18','9d9a6cf8-f620-48a6-8fa2-6e3d6720fe6f'),
(51151,57,2712,NULL,9806,4,'2026-01-17 20:23:18','2026-01-17 20:23:18','0bf6a86f-cbc0-4930-919e-a7beb1e1b50d'),
(51152,57,2712,NULL,9807,5,'2026-01-17 20:23:18','2026-01-17 20:23:18','53fe2d8f-27be-4d4f-8980-eef49edb44da'),
(51153,57,2712,NULL,9800,6,'2026-01-17 20:23:18','2026-01-17 20:23:18','dbe2d968-9d64-4ece-9241-b8c78d5a94ed'),
(51154,57,2712,NULL,9808,7,'2026-01-17 20:23:18','2026-01-17 20:23:18','6eac6dd4-0ce2-4894-80d5-50d4e1caed11'),
(51155,57,2712,NULL,9809,8,'2026-01-17 20:23:18','2026-01-17 20:23:18','272715c0-c7e5-40e4-9327-8bacc0c358b8'),
(51156,57,2712,NULL,9812,9,'2026-01-17 20:23:18','2026-01-17 20:23:18','49320927-a269-45ee-a7a7-f3826b7fb3cf'),
(51157,57,2712,NULL,9813,10,'2026-01-17 20:23:18','2026-01-17 20:23:18','ea0e1c21-152b-4a7f-9a97-c43eea16bb06'),
(51158,32,9816,NULL,2614,1,'2026-01-17 20:23:18','2026-01-17 20:23:18','45b0f9df-c213-4f75-92b8-6cf626e34332'),
(51159,32,9816,NULL,2610,2,'2026-01-17 20:23:18','2026-01-17 20:23:18','888eeedf-ea98-439b-a444-48240ed5c1f1'),
(51160,32,9816,NULL,2598,3,'2026-01-17 20:23:18','2026-01-17 20:23:18','b3bab2c5-e940-4b51-beeb-ab75943b4f6c'),
(51161,32,9816,NULL,2608,4,'2026-01-17 20:23:18','2026-01-17 20:23:18','f2a15ece-58ec-4891-b54d-f7e8f9a9fbf6'),
(51162,32,9816,NULL,2600,5,'2026-01-17 20:23:18','2026-01-17 20:23:18','542a54dc-e25d-4e83-b9fb-277bb0d39f8d'),
(51163,32,9816,NULL,2596,6,'2026-01-17 20:23:18','2026-01-17 20:23:18','86ba8cd9-271b-46a8-85eb-366d9ec19a08'),
(51164,32,9816,NULL,2602,7,'2026-01-17 20:23:18','2026-01-17 20:23:18','f5b71ef5-5582-4d49-b0fd-5085781ff136'),
(51165,32,9816,NULL,2612,8,'2026-01-17 20:23:18','2026-01-17 20:23:18','a1a2a6f1-9387-4dc5-b3b4-3b6aba6b320f'),
(51166,16,9816,NULL,9749,1,'2026-01-17 20:23:18','2026-01-17 20:23:18','511af509-9ffd-4d79-8b6e-210de214da18'),
(51167,7,9816,NULL,601,1,'2026-01-17 20:23:18','2026-01-17 20:23:18','056b2f19-3606-432e-8b58-e863c164e836'),
(51168,7,9816,NULL,605,2,'2026-01-17 20:23:18','2026-01-17 20:23:18','d15b94b8-569f-4dc4-8727-07f1e104c43b'),
(51169,7,9816,NULL,617,3,'2026-01-17 20:23:18','2026-01-17 20:23:18','8463c97f-7891-4306-91e4-a227ca823816'),
(51170,7,9816,NULL,2969,4,'2026-01-17 20:23:18','2026-01-17 20:23:18','0eba5c01-e604-4a51-8a3c-554fafbdd669'),
(51172,7,9816,NULL,2972,6,'2026-01-17 20:23:18','2026-01-17 20:23:18','36fe6b3a-f983-41dc-9dd0-0ec62cbde258'),
(51174,82,9816,NULL,477,1,'2026-01-17 20:23:18','2026-01-17 20:23:18','a9eeb0dc-0055-413c-a4b9-05acfc783ab9'),
(51175,82,9816,NULL,479,2,'2026-01-17 20:23:18','2026-01-17 20:23:18','d3236587-5278-434e-8a48-7e6a9d45fdb1'),
(51176,57,9816,NULL,9804,1,'2026-01-17 20:23:18','2026-01-17 20:23:18','a68badf8-53bf-4a53-97fe-6d1af0046328'),
(51177,57,9816,NULL,9811,2,'2026-01-17 20:23:18','2026-01-17 20:23:18','1136e3db-20ee-44f6-992b-ff75a3031f41'),
(51178,57,9816,NULL,9805,3,'2026-01-17 20:23:18','2026-01-17 20:23:18','96661226-99ed-4474-b0be-0c36e2d90913'),
(51179,57,9816,NULL,9806,4,'2026-01-17 20:23:18','2026-01-17 20:23:18','6d1643a7-6610-40a2-943c-2390f7e0270f'),
(51180,57,9816,NULL,9807,5,'2026-01-17 20:23:18','2026-01-17 20:23:18','3d27bf21-4b10-4b43-b9b0-2db646dec1e7'),
(51181,57,9816,NULL,9800,6,'2026-01-17 20:23:18','2026-01-17 20:23:18','8fbe3002-bc20-4600-91f5-f7d00d56b849'),
(51182,57,9816,NULL,9808,7,'2026-01-17 20:23:18','2026-01-17 20:23:18','7b211b87-1cf8-4bb2-ac5d-4f909e651a5e'),
(51183,57,9816,NULL,9809,8,'2026-01-17 20:23:18','2026-01-17 20:23:18','12b2c86d-e219-4648-9611-1a72c899eca0'),
(51184,57,9816,NULL,9812,9,'2026-01-17 20:23:18','2026-01-17 20:23:18','3d52d361-ba92-48c7-b660-e54dc15b03df'),
(51185,57,9816,NULL,9813,10,'2026-01-17 20:23:18','2026-01-17 20:23:18','3b7fc9d2-950b-4786-b4fb-6a05c313f246'),
(51186,13,9816,NULL,6925,1,'2026-01-17 20:23:18','2026-01-17 20:23:18','f14856ca-0713-46d0-8728-60b0fdbc8989'),
(51199,7,1437,NULL,617,1,'2026-01-17 20:23:36','2026-01-17 20:23:36','2b5979ea-2653-4b96-aac1-c7b545a4c0e8'),
(51200,7,1437,NULL,605,2,'2026-01-17 20:23:36','2026-01-17 20:23:36','27c477f4-6331-498e-b159-9a4fa7a03679'),
(51201,7,1437,NULL,9552,3,'2026-01-17 20:23:36','2026-01-17 20:23:36','d629b883-e6c2-4f68-971e-2482b87d6780'),
(51202,83,9818,NULL,1431,1,'2026-01-17 20:23:36','2026-01-17 20:23:36','322aec5d-ee3f-4e43-b14d-101236b6cff8'),
(51203,16,9818,NULL,6640,1,'2026-01-17 20:23:36','2026-01-17 20:23:36','48141b7f-126d-4a25-9f69-c9f7c11edfd0'),
(51204,7,9818,NULL,617,1,'2026-01-17 20:23:36','2026-01-17 20:23:36','610534fa-ccf7-4b68-a970-89ebf83d2a4e'),
(51205,7,9818,NULL,605,2,'2026-01-17 20:23:36','2026-01-17 20:23:36','4136db67-9702-40ed-8d23-423b33c108af'),
(51206,7,9818,NULL,9552,3,'2026-01-17 20:23:36','2026-01-17 20:23:36','b515f90f-c8ff-4a93-9f35-231ccea44889'),
(51207,57,9818,NULL,6635,1,'2026-01-17 20:23:36','2026-01-17 20:23:36','e82202e4-df81-492e-b91e-fed8175046a0'),
(51208,57,9818,NULL,6636,2,'2026-01-17 20:23:36','2026-01-17 20:23:36','bc373f6e-791d-4f02-ba86-9fe562f228b3'),
(51209,57,9818,NULL,6637,3,'2026-01-17 20:23:36','2026-01-17 20:23:36','f836b576-6969-48e8-9d6b-ae9555fe4171'),
(51210,57,9818,NULL,6638,4,'2026-01-17 20:23:36','2026-01-17 20:23:36','3f833bbe-fc7b-40db-8aba-d81b09d0e38b'),
(51211,57,9818,NULL,6639,5,'2026-01-17 20:23:36','2026-01-17 20:23:36','e0ba77c2-9d52-44eb-8151-26c08582fc3b'),
(51212,57,9818,NULL,6640,6,'2026-01-17 20:23:36','2026-01-17 20:23:36','719fc413-57ce-41dd-be6e-8f6973a24aee'),
(51229,7,1449,NULL,9549,3,'2026-01-17 20:24:19','2026-01-17 20:24:19','93f0138e-a058-4dc8-bcdb-55c72727bad0'),
(51230,7,1449,NULL,9552,5,'2026-01-17 20:24:19','2026-01-17 20:24:19','07557269-8dd2-44b1-b70c-8cb3ceff544e'),
(51231,32,9820,NULL,2614,1,'2026-01-17 20:24:19','2026-01-17 20:24:19','52439552-c36d-4186-bc20-738778a44718'),
(51232,32,9820,NULL,2610,2,'2026-01-17 20:24:19','2026-01-17 20:24:19','7755905d-8e1d-4bd5-ab45-7d1805c78a98'),
(51233,32,9820,NULL,2598,3,'2026-01-17 20:24:19','2026-01-17 20:24:19','95f0a19b-375f-401b-b254-5d2e222cb7f6'),
(51234,32,9820,NULL,2608,4,'2026-01-17 20:24:19','2026-01-17 20:24:19','e5b89f15-8e47-4e6e-a5c5-60d4de41bed2'),
(51235,32,9820,NULL,2600,5,'2026-01-17 20:24:19','2026-01-17 20:24:19','f42fa2c0-e09b-44e7-a182-a77db56361a7'),
(51236,32,9820,NULL,2596,6,'2026-01-17 20:24:19','2026-01-17 20:24:19','af4cba25-f7ff-453c-a5ee-38a120ec8b84'),
(51237,32,9820,NULL,2602,7,'2026-01-17 20:24:19','2026-01-17 20:24:19','a8b87917-46f4-4177-a621-33a44398b2cc'),
(51238,32,9820,NULL,2606,8,'2026-01-17 20:24:19','2026-01-17 20:24:19','fa220985-1a3b-4d63-97d1-44ed8c428bcb'),
(51239,32,9820,NULL,2612,9,'2026-01-17 20:24:19','2026-01-17 20:24:19','9e332e38-4c66-48c2-baa3-577fd3a7e372'),
(51240,32,9820,NULL,2604,10,'2026-01-17 20:24:19','2026-01-17 20:24:19','370258ca-0e20-490d-88e0-59a7105cef04'),
(51241,7,9820,NULL,601,1,'2026-01-17 20:24:19','2026-01-17 20:24:19','bffc3547-5896-408e-b054-59767cc2913d'),
(51242,7,9820,NULL,617,2,'2026-01-17 20:24:19','2026-01-17 20:24:19','a41ed3c9-6234-499d-90cb-56d5a922e955'),
(51243,7,9820,NULL,9549,3,'2026-01-17 20:24:19','2026-01-17 20:24:19','4f5cad3a-2cee-4a6b-877a-7e66e71cc03f'),
(51244,7,9820,NULL,605,4,'2026-01-17 20:24:19','2026-01-17 20:24:19','85829a51-78c8-4eac-bda7-7cc10516d0a5'),
(51245,7,9820,NULL,9552,5,'2026-01-17 20:24:19','2026-01-17 20:24:19','c07fbb8e-85fc-4cdb-8643-ac22e4b2d83b'),
(51267,7,1455,NULL,9552,6,'2026-01-17 20:24:47','2026-02-13 16:42:07','45914b38-21f2-4732-be07-aa921a04d4b2'),
(51268,32,9822,NULL,2610,1,'2026-01-17 20:24:47','2026-01-17 20:24:47','980cc248-553d-4799-b4e9-75fd320c82d3'),
(51269,32,9822,NULL,2598,2,'2026-01-17 20:24:47','2026-01-17 20:24:47','f01b8f9c-4552-4273-a15e-e4d0908b35fe'),
(51270,32,9822,NULL,2608,3,'2026-01-17 20:24:47','2026-01-17 20:24:47','eea833c4-fb3d-4364-9131-495c4a7f848e'),
(51271,32,9822,NULL,2624,4,'2026-01-17 20:24:47','2026-01-17 20:24:47','b2bc2788-67e8-4bff-a4ea-8f9146cf6909'),
(51272,32,9822,NULL,2600,5,'2026-01-17 20:24:47','2026-01-17 20:24:47','78ecf772-ba92-4f5f-b5ec-3992127c0811'),
(51273,32,9822,NULL,2596,6,'2026-01-17 20:24:47','2026-01-17 20:24:47','cae1b3c5-b435-4b5b-8155-f4613575a9cf'),
(51274,32,9822,NULL,2602,7,'2026-01-17 20:24:47','2026-01-17 20:24:47','6ee4fdfb-6cec-4c94-8d89-d6d9243747d0'),
(51275,32,9822,NULL,2606,8,'2026-01-17 20:24:47','2026-01-17 20:24:47','fbd04ce1-961f-4583-9527-0b80ed43f19c'),
(51276,32,9822,NULL,2612,9,'2026-01-17 20:24:47','2026-01-17 20:24:47','f62e8287-a169-43c9-b20f-5ff5ec3ae5fd'),
(51277,32,9822,NULL,2604,10,'2026-01-17 20:24:47','2026-01-17 20:24:47','5f5e3002-4a93-40ca-8ded-ff9df24123dc'),
(51278,16,9822,NULL,9309,1,'2026-01-17 20:24:47','2026-01-17 20:24:47','0147489a-9271-4b99-af75-a5ead7e80036'),
(51279,7,9822,NULL,601,1,'2026-01-17 20:24:47','2026-01-17 20:24:47','b2ccf7aa-ed9e-4867-8266-dcf8f6af763c'),
(51280,7,9822,NULL,605,2,'2026-01-17 20:24:47','2026-01-17 20:24:47','2fbd73d9-a33c-4b4d-9bdc-a18212994762'),
(51281,7,9822,NULL,617,3,'2026-01-17 20:24:47','2026-01-17 20:24:47','233784df-b6b3-4e3a-8752-7c14b8a4a50e'),
(51282,7,9822,NULL,2972,4,'2026-01-17 20:24:47','2026-01-17 20:24:47','d2766888-f6f4-4584-b05d-0973cfbc7329'),
(51283,7,9822,NULL,9552,5,'2026-01-17 20:24:47','2026-01-17 20:24:47','74f0251f-3ffe-4cbc-a133-2c0ca191bc24'),
(51284,82,9822,NULL,491,1,'2026-01-17 20:24:47','2026-01-17 20:24:47','481e8861-9c3f-461f-9c0a-40c493e9c03f'),
(51285,46,9822,NULL,2891,1,'2026-01-17 20:24:47','2026-01-17 20:24:47','334c1e39-ba26-4ec6-a33a-25e2fbb57a7d'),
(51286,57,9822,NULL,9312,1,'2026-01-17 20:24:47','2026-01-17 20:24:47','feb3fd84-aac2-4bc1-b2db-3457cac1b06f'),
(51287,57,9822,NULL,9313,2,'2026-01-17 20:24:47','2026-01-17 20:24:47','b3d528f7-b334-4e15-863a-68baaddd11ec'),
(51288,57,9822,NULL,9314,3,'2026-01-17 20:24:47','2026-01-17 20:24:47','15b48280-e3a6-44ee-aaad-1d62398c3b1c'),
(51312,7,1461,NULL,3468,1,'2026-01-17 20:25:17','2026-01-17 20:25:17','16c27777-fd72-4877-b7e1-b32e21dc4a72'),
(51313,7,1461,NULL,9552,5,'2026-01-17 20:25:17','2026-01-17 20:25:17','ba1102dc-eb16-41c5-81a5-54f38957740b'),
(51314,32,9824,NULL,2610,1,'2026-01-17 20:25:17','2026-01-17 20:25:17','1e17fa58-2074-459e-a8b8-8bdc3681152d'),
(51315,32,9824,NULL,2598,2,'2026-01-17 20:25:17','2026-01-17 20:25:17','09128d60-c7b2-46a7-8d87-a049ccbf6d0c'),
(51316,32,9824,NULL,2608,3,'2026-01-17 20:25:17','2026-01-17 20:25:17','ea5dd797-20a8-430a-af26-da7383ff0e96'),
(51317,32,9824,NULL,2600,4,'2026-01-17 20:25:17','2026-01-17 20:25:17','19f3028b-7407-4748-93a4-e614a094af4b'),
(51318,32,9824,NULL,2596,5,'2026-01-17 20:25:17','2026-01-17 20:25:17','06a0e408-75fc-41aa-b5aa-adce27afff69'),
(51319,32,9824,NULL,2602,6,'2026-01-17 20:25:17','2026-01-17 20:25:17','44d71191-4221-4b47-8f02-84622d675ea8'),
(51320,32,9824,NULL,2606,7,'2026-01-17 20:25:17','2026-01-17 20:25:17','d29c9b35-69cf-40e1-912d-8e4208f02f26'),
(51321,32,9824,NULL,2612,8,'2026-01-17 20:25:17','2026-01-17 20:25:17','70b3518e-7bb3-461a-8dec-4e4c6a6a7251'),
(51322,32,9824,NULL,2604,9,'2026-01-17 20:25:17','2026-01-17 20:25:17','c7ad4729-e480-4503-b41a-304d8e445637'),
(51323,16,9824,NULL,6422,1,'2026-01-17 20:25:17','2026-01-17 20:25:17','e1f25486-3208-47b6-b679-bbae62d46995'),
(51324,7,9824,NULL,3468,1,'2026-01-17 20:25:17','2026-01-17 20:25:17','268dba1b-a9a5-4497-b29c-b6c2a5bdf547'),
(51325,7,9824,NULL,601,2,'2026-01-17 20:25:17','2026-01-17 20:25:17','ff5c45aa-4b73-48f5-abcb-f2a0a69815db'),
(51326,7,9824,NULL,617,3,'2026-01-17 20:25:17','2026-01-17 20:25:17','eb0bb271-305f-4e74-8de3-28812fb14606'),
(51327,7,9824,NULL,605,4,'2026-01-17 20:25:17','2026-01-17 20:25:17','c830c560-3d85-4140-9c61-33ebb29635f8'),
(51328,7,9824,NULL,9552,5,'2026-01-17 20:25:17','2026-01-17 20:25:17','10bebf3f-ee5a-4e8f-8b4c-b3422c78497e'),
(51329,82,9824,NULL,491,1,'2026-01-17 20:25:17','2026-01-17 20:25:17','fa5f1fd7-c981-470e-b1e0-e4c806e2c2e8'),
(51330,46,9824,NULL,7369,1,'2026-01-17 20:25:17','2026-01-17 20:25:17','3aba8775-a071-447c-89f1-fba5a75c0bdd'),
(51331,57,9824,NULL,9319,1,'2026-01-17 20:25:17','2026-01-17 20:25:17','87c22a73-e262-4388-b419-937c99b23491'),
(51332,57,9824,NULL,9320,2,'2026-01-17 20:25:17','2026-01-17 20:25:17','ca352b71-297d-4d98-9ac6-898414e36514'),
(51333,57,9824,NULL,9321,3,'2026-01-17 20:25:17','2026-01-17 20:25:17','0e702f3d-c402-4e74-80b6-d3a6e519d24b'),
(51334,57,9824,NULL,9322,4,'2026-01-17 20:25:17','2026-01-17 20:25:17','e8944c25-a115-4e2e-b7a1-9179816f84c5'),
(51335,57,9824,NULL,9323,5,'2026-01-17 20:25:17','2026-01-17 20:25:17','fd9ba107-af3f-46f2-95ce-53315b3d149e'),
(51336,13,9824,NULL,6844,1,'2026-01-17 20:25:17','2026-01-17 20:25:17','ff86ac1c-8e22-4d20-b1e2-9b2cda5edcff'),
(51364,7,1467,NULL,601,1,'2026-01-17 20:25:55','2026-02-26 21:36:31','2ca9de34-3fde-49af-9aa7-8962cbed9e59'),
(51365,7,1467,NULL,9552,7,'2026-01-17 20:25:55','2026-02-13 16:47:22','c2ac0dee-2339-4d30-95c6-89c7f102f0dc'),
(51366,32,9826,NULL,2610,1,'2026-01-17 20:25:56','2026-01-17 20:25:56','bfce37af-7fbc-47ea-9aa5-e84378f4fc35'),
(51367,32,9826,NULL,2598,2,'2026-01-17 20:25:56','2026-01-17 20:25:56','13e50a19-bbe3-4315-abe3-9e7aef400a37'),
(51368,32,9826,NULL,2608,3,'2026-01-17 20:25:56','2026-01-17 20:25:56','e734ef05-5a9c-43a8-b83d-6d16ce5e4aae'),
(51369,32,9826,NULL,2600,4,'2026-01-17 20:25:56','2026-01-17 20:25:56','71e09039-a122-413d-abcd-605c73743bc6'),
(51370,32,9826,NULL,2596,5,'2026-01-17 20:25:56','2026-01-17 20:25:56','2d53e916-5e19-462a-86b1-083403bd1e43'),
(51371,32,9826,NULL,2602,6,'2026-01-17 20:25:56','2026-01-17 20:25:56','22170677-1a22-41eb-9346-1706f321cb33'),
(51372,32,9826,NULL,2606,7,'2026-01-17 20:25:56','2026-01-17 20:25:56','ff03d145-fd2b-48a0-9218-4f4501280236'),
(51373,32,9826,NULL,2612,8,'2026-01-17 20:25:56','2026-01-17 20:25:56','7e551a87-a9cf-4773-ae1e-8dc78bc9ab48'),
(51374,32,9826,NULL,2604,9,'2026-01-17 20:25:56','2026-01-17 20:25:56','b54a19f7-e1c4-4789-be7c-4be00c3984c4'),
(51375,16,9826,NULL,9328,1,'2026-01-17 20:25:56','2026-01-17 20:25:56','12b738a0-10dd-4e83-907a-1e3e15032037'),
(51376,7,9826,NULL,6547,1,'2026-01-17 20:25:56','2026-01-17 20:25:56','3a5b04cb-b5da-4eb0-b274-b09e0c03fe54'),
(51377,7,9826,NULL,601,2,'2026-01-17 20:25:56','2026-01-17 20:25:56','1a4dc173-b693-4d0f-9e94-7a017f28d281'),
(51378,7,9826,NULL,617,3,'2026-01-17 20:25:56','2026-01-17 20:25:56','9db31c08-fa6f-4427-a07c-2557a1b3f485'),
(51379,7,9826,NULL,2974,4,'2026-01-17 20:25:56','2026-01-17 20:25:56','1f264db0-02c0-4898-a8ec-0201b5e52dde'),
(51380,7,9826,NULL,605,5,'2026-01-17 20:25:56','2026-01-17 20:25:56','ad786a71-4a7e-48b2-8745-34ae82311e4e'),
(51381,7,9826,NULL,9552,6,'2026-01-17 20:25:56','2026-01-17 20:25:56','9a2c4859-e20c-45b7-9215-93c4d759b7e9'),
(51382,82,9826,NULL,491,1,'2026-01-17 20:25:56','2026-01-17 20:25:56','d39618bd-c30a-4462-8ff2-464607f2eaea'),
(51383,46,9826,NULL,7369,1,'2026-01-17 20:25:56','2026-01-17 20:25:56','91819904-bf1f-4ce6-9e94-3803b4cd1d10'),
(51384,57,9826,NULL,9331,1,'2026-01-17 20:25:56','2026-01-17 20:25:56','35685d8c-9405-42f4-a521-fa12b0f078d7'),
(51385,57,9826,NULL,9332,2,'2026-01-17 20:25:56','2026-01-17 20:25:56','a15bf09c-964b-42ce-a75d-f4baadca9c80'),
(51386,57,9826,NULL,9333,3,'2026-01-17 20:25:56','2026-01-17 20:25:56','051fd64e-f151-4bf3-bf2c-9960c38c33bf'),
(51387,57,9826,NULL,9334,4,'2026-01-17 20:25:56','2026-01-17 20:25:56','521e249a-3a75-400c-b0b2-b4b2f54a4d20'),
(51388,57,9826,NULL,9335,5,'2026-01-17 20:25:56','2026-01-17 20:25:56','d2c412da-0dad-4e03-8fcb-3c3e01d6202a'),
(51389,57,9826,NULL,9336,6,'2026-01-17 20:25:56','2026-01-17 20:25:56','ce50bfc1-84f6-4b10-821a-6d1fd55d67c2'),
(51415,7,2720,NULL,9732,1,'2026-01-17 20:27:17','2026-01-17 20:27:17','0acc6ac2-b2f7-4ac7-87b5-36bdfb12f25e'),
(51416,7,2720,NULL,9552,4,'2026-01-17 20:27:17','2026-01-17 20:27:17','a1c2c8e5-52c4-46cf-bf1e-bbfc52acbcee'),
(51417,32,9828,NULL,2614,1,'2026-01-17 20:27:17','2026-01-17 20:27:17','df1c6008-0096-43cf-9b0c-f860caf79e0a'),
(51418,32,9828,NULL,2598,2,'2026-01-17 20:27:17','2026-01-17 20:27:17','8b122102-9929-462b-9c38-fc61913869de'),
(51419,32,9828,NULL,2608,3,'2026-01-17 20:27:17','2026-01-17 20:27:17','fedcb33b-afbf-4306-8452-bbb9f9c0ca6d'),
(51420,32,9828,NULL,2600,4,'2026-01-17 20:27:17','2026-01-17 20:27:17','0ee0e6f8-9576-454d-a060-9c43c6c20baf'),
(51421,32,9828,NULL,2596,5,'2026-01-17 20:27:17','2026-01-17 20:27:17','a953ece5-c3c7-434d-8dfb-cfefe84dc0dc'),
(51422,32,9828,NULL,2602,6,'2026-01-17 20:27:17','2026-01-17 20:27:17','1af9809a-6190-48bc-a16f-07a65631cc0b'),
(51423,32,9828,NULL,2612,7,'2026-01-17 20:27:17','2026-01-17 20:27:17','748cec24-0dfa-40ca-ac3f-5af0f69206f6'),
(51424,32,9828,NULL,2604,8,'2026-01-17 20:27:17','2026-01-17 20:27:17','386c259b-03cd-47b7-8ada-63f1270680d3'),
(51425,7,9828,NULL,9732,1,'2026-01-17 20:27:17','2026-01-17 20:27:17','09af68b7-b164-4ca3-825b-4bd6c5909a00'),
(51426,7,9828,NULL,617,2,'2026-01-17 20:27:17','2026-01-17 20:27:17','44be911e-ff4c-4ba4-9889-adbac17901a9'),
(51427,7,9828,NULL,605,3,'2026-01-17 20:27:17','2026-01-17 20:27:17','dc7163af-e44a-4372-bf8d-1b76dc627f0c'),
(51428,7,9828,NULL,9552,4,'2026-01-17 20:27:17','2026-01-17 20:27:17','35bcafcf-0849-4279-80a9-24160090d7e0'),
(51429,82,9828,NULL,479,1,'2026-01-17 20:27:17','2026-01-17 20:27:17','9a10dd86-fd5d-41ea-a1fc-cb87a5ab37ff'),
(51430,82,9828,NULL,483,2,'2026-01-17 20:27:17','2026-01-17 20:27:17','3760a03c-0006-4604-89bd-ca1fa383019d'),
(51431,57,9828,NULL,9694,1,'2026-01-17 20:27:17','2026-01-17 20:27:17','951af4ae-d5eb-442b-8b42-1b47b044c3d6'),
(51432,57,9828,NULL,9692,2,'2026-01-17 20:27:17','2026-01-17 20:27:17','b29683b7-4505-496e-93e4-be7bd33f4454'),
(51433,57,9828,NULL,9693,3,'2026-01-17 20:27:17','2026-01-17 20:27:17','fbe1fae5-bb1f-4c42-b3cf-27908309b2f1'),
(51434,57,9828,NULL,9685,4,'2026-01-17 20:27:17','2026-01-17 20:27:17','d1fdc992-9338-4098-83a0-089b3a5c3980'),
(51435,57,9828,NULL,9686,5,'2026-01-17 20:27:17','2026-01-17 20:27:17','00fd2e59-58dc-471e-9d0b-312692c8faf7'),
(51436,57,9828,NULL,9687,6,'2026-01-17 20:27:17','2026-01-17 20:27:17','e2f6dfcb-a7d2-421d-b6eb-09d7373f6c2c'),
(51437,57,9828,NULL,9688,7,'2026-01-17 20:27:17','2026-01-17 20:27:17','02421552-5c35-44ea-b122-1b5ca14d413a'),
(51438,57,9828,NULL,9689,8,'2026-01-17 20:27:17','2026-01-17 20:27:17','d357faa6-baf7-4712-9676-421a9f6d7106'),
(51439,57,9828,NULL,9690,9,'2026-01-17 20:27:17','2026-01-17 20:27:17','281bc6a6-1716-4c65-8877-cf46c4fd949e'),
(51463,32,9830,NULL,2614,1,'2026-01-17 20:29:05','2026-01-17 20:29:05','a90829c6-21aa-4ecb-a927-fde78cd9873f'),
(51464,32,9830,NULL,2598,2,'2026-01-17 20:29:05','2026-01-17 20:29:05','0ba1c9db-3a57-43ff-927c-a2d92859f61f'),
(51465,32,9830,NULL,2608,3,'2026-01-17 20:29:05','2026-01-17 20:29:05','fecbf03c-9a31-4392-91e6-588095bac9dd'),
(51466,32,9830,NULL,2600,4,'2026-01-17 20:29:05','2026-01-17 20:29:05','a2622171-3234-4e7a-8e37-55dbe741b04e'),
(51467,32,9830,NULL,2596,5,'2026-01-17 20:29:05','2026-01-17 20:29:05','b6425531-0dd2-4a45-8b7d-7ffaf8aded75'),
(51468,32,9830,NULL,2602,6,'2026-01-17 20:29:05','2026-01-17 20:29:05','528f115c-4703-4d75-8e70-706923aaef69'),
(51469,32,9830,NULL,2612,7,'2026-01-17 20:29:05','2026-01-17 20:29:05','c20c5f95-2cf4-4cad-9051-b46de1f85bc7'),
(51470,32,9830,NULL,2604,8,'2026-01-17 20:29:05','2026-01-17 20:29:05','199a6759-7c63-4e0d-9613-06bb3890288f'),
(51471,7,9830,NULL,9732,1,'2026-01-17 20:29:05','2026-01-17 20:29:05','90211054-6929-46eb-a5f0-208830fc0cd5'),
(51472,7,9830,NULL,617,2,'2026-01-17 20:29:05','2026-01-17 20:29:05','795ede80-868d-4be0-be59-22112da5f0c4'),
(51473,7,9830,NULL,605,3,'2026-01-17 20:29:05','2026-01-17 20:29:05','f74ad81d-64f1-4a2f-8a77-b7a5f22e706c'),
(51474,7,9830,NULL,9552,4,'2026-01-17 20:29:05','2026-01-17 20:29:05','812e647f-bc3c-48d2-8d1d-3951a54202e3'),
(51475,82,9830,NULL,479,1,'2026-01-17 20:29:05','2026-01-17 20:29:05','c3c34eef-2f49-444b-9172-6d600e5931dc'),
(51476,82,9830,NULL,483,2,'2026-01-17 20:29:05','2026-01-17 20:29:05','f4011bee-651b-42a3-9223-77567ae457a9'),
(51477,57,9830,NULL,9694,1,'2026-01-17 20:29:05','2026-01-17 20:29:05','b4c1ca60-01b9-4a60-ab59-bfb7b0ea37d7'),
(51478,57,9830,NULL,9692,2,'2026-01-17 20:29:05','2026-01-17 20:29:05','2fc17085-bf5d-4f5f-a35c-90691600d998'),
(51479,57,9830,NULL,9693,3,'2026-01-17 20:29:05','2026-01-17 20:29:05','079e1272-7e25-4c09-8daf-a9d86aab074a'),
(51480,57,9830,NULL,9685,4,'2026-01-17 20:29:05','2026-01-17 20:29:05','cbe5d18b-3da8-43b7-9c86-2878ccf0da94'),
(51481,57,9830,NULL,9686,5,'2026-01-17 20:29:05','2026-01-17 20:29:05','ffce54a2-b2b4-481b-967e-3fe802e13fb8'),
(51482,57,9830,NULL,9687,6,'2026-01-17 20:29:05','2026-01-17 20:29:05','d05ec2d7-77f5-48e1-862b-fc1caf0ee00b'),
(51483,57,9830,NULL,9688,7,'2026-01-17 20:29:05','2026-01-17 20:29:05','3afc521a-7174-462a-a1de-b9a40365f755'),
(51484,57,9830,NULL,9689,8,'2026-01-17 20:29:05','2026-01-17 20:29:05','d6a2b8c3-5fb6-4914-b570-5058e6d59437'),
(51485,57,9830,NULL,9690,9,'2026-01-17 20:29:05','2026-01-17 20:29:05','917f2610-06ee-4476-893e-d7f90d5591aa'),
(51516,7,1353,NULL,3468,1,'2026-01-17 20:30:25','2026-01-17 20:30:25','6b7ec5bb-0168-436a-9fd6-335033932e35'),
(51517,7,1353,NULL,9732,2,'2026-01-17 20:30:25','2026-01-17 20:30:25','d8f001ce-65f8-41ed-97c6-9b970d6b09ee'),
(51518,7,1353,NULL,9552,5,'2026-01-17 20:30:25','2026-01-17 20:30:25','2cc0cb12-d630-405e-ac09-cb06f1d3ff26'),
(51519,32,9832,NULL,2610,1,'2026-01-17 20:30:25','2026-01-17 20:30:25','3d19f683-4520-4474-86c4-375d05f6a97d'),
(51520,32,9832,NULL,2598,2,'2026-01-17 20:30:25','2026-01-17 20:30:25','c85e7af0-64c1-4b2b-9cfe-8f71454bc963'),
(51521,32,9832,NULL,2600,3,'2026-01-17 20:30:25','2026-01-17 20:30:25','a9807014-ca58-417f-adde-9a6fdd7aaf65'),
(51522,32,9832,NULL,2604,4,'2026-01-17 20:30:25','2026-01-17 20:30:25','848a3efb-94eb-42ef-a332-3e57df74b79d'),
(51523,16,9832,NULL,3374,1,'2026-01-17 20:30:25','2026-01-17 20:30:25','ca9abaa2-f9e9-458e-8fed-4bcbf17ee70d'),
(51524,7,9832,NULL,3468,1,'2026-01-17 20:30:25','2026-01-17 20:30:25','79e3c753-5aaa-4415-98d8-c20166219207'),
(51525,7,9832,NULL,9732,2,'2026-01-17 20:30:25','2026-01-17 20:30:25','b0f4766c-93aa-4704-b004-d34ce269b524'),
(51526,7,9832,NULL,617,3,'2026-01-17 20:30:25','2026-01-17 20:30:25','6d53ed55-beeb-477c-a85c-3cd4fe1a709b'),
(51527,7,9832,NULL,605,4,'2026-01-17 20:30:25','2026-01-17 20:30:25','44ba83ec-3ade-42e1-bd81-7ae96a3d0f95'),
(51528,7,9832,NULL,9552,5,'2026-01-17 20:30:25','2026-01-17 20:30:25','15d64214-b3ed-406e-b75d-4bfb31934375'),
(51529,82,9832,NULL,469,1,'2026-01-17 20:30:25','2026-01-17 20:30:25','52d081a4-9901-41c6-923d-8a281276f47e'),
(51530,82,9832,NULL,475,2,'2026-01-17 20:30:25','2026-01-17 20:30:25','f381b7ee-cc5f-4c43-9102-54581304b244'),
(51531,82,9832,NULL,479,3,'2026-01-17 20:30:25','2026-01-17 20:30:25','a44284f2-32e0-4755-832b-47fba9559224'),
(51532,82,9832,NULL,491,4,'2026-01-17 20:30:25','2026-01-17 20:30:25','10539d4d-9102-4cb4-8f57-884073c80c96'),
(51533,57,9832,NULL,3362,1,'2026-01-17 20:30:25','2026-01-17 20:30:25','6ef353bd-b100-4d4b-82a0-0a528f576842'),
(51534,57,9832,NULL,3363,2,'2026-01-17 20:30:25','2026-01-17 20:30:25','56f9e799-068e-4157-a6e5-c0d1a682285d'),
(51535,57,9832,NULL,3364,3,'2026-01-17 20:30:25','2026-01-17 20:30:25','e090a02f-64d2-4cc2-90cf-e23701658e5b'),
(51536,57,9832,NULL,3365,4,'2026-01-17 20:30:25','2026-01-17 20:30:25','828d25b8-0977-4da0-87ef-cbc7ec32b667'),
(51537,57,9832,NULL,3366,5,'2026-01-17 20:30:25','2026-01-17 20:30:25','599068eb-0cea-4742-b486-38d4fa43eb73'),
(51538,57,9832,NULL,3367,6,'2026-01-17 20:30:25','2026-01-17 20:30:25','f8402cf4-e62c-4aa8-8e0d-62015299c616'),
(51539,57,9832,NULL,3368,7,'2026-01-17 20:30:25','2026-01-17 20:30:25','7d68f997-8233-4d80-8324-b05b94e5cbc7'),
(51540,57,9832,NULL,3369,8,'2026-01-17 20:30:25','2026-01-17 20:30:25','70337b8b-982b-45bc-b9e9-ec8cedd70fae'),
(51541,57,9832,NULL,3370,9,'2026-01-17 20:30:25','2026-01-17 20:30:25','6fcaef11-11a0-4cf7-8ceb-d813f619381f'),
(51542,57,9832,NULL,3371,10,'2026-01-17 20:30:25','2026-01-17 20:30:25','3dc3e427-0aac-4849-992d-9776c0ca990b'),
(51543,57,9832,NULL,3372,11,'2026-01-17 20:30:25','2026-01-17 20:30:25','54148494-77f8-40e2-80bb-70df73359aa6'),
(51544,57,9832,NULL,3373,12,'2026-01-17 20:30:25','2026-01-17 20:30:25','92dbfa18-c26d-48f9-936e-72b191e3fda5'),
(51545,57,9832,NULL,3374,13,'2026-01-17 20:30:25','2026-01-17 20:30:25','28676117-ab79-4141-94c7-1b0816970425'),
(51546,72,9832,NULL,548,1,'2026-01-17 20:30:25','2026-01-17 20:30:25','aacc0996-92f3-448a-8e47-adf3bab4b270'),
(51572,7,1359,NULL,2969,1,'2026-01-17 20:30:59','2026-01-17 20:30:59','c2462fd1-1c39-4b4a-b9b2-15aaf4df44ae'),
(51573,7,1359,NULL,9552,4,'2026-01-17 20:30:59','2026-01-17 20:30:59','68621b34-7d3d-4ad4-bfe7-ac8ef265f821'),
(51574,32,9834,NULL,2614,1,'2026-01-17 20:30:59','2026-01-17 20:30:59','3d778829-a186-4108-bdf7-3382407b9ba8'),
(51575,32,9834,NULL,2610,2,'2026-01-17 20:30:59','2026-01-17 20:30:59','a8b386dd-dcbd-4548-9062-1d17851f77ad'),
(51576,32,9834,NULL,2598,3,'2026-01-17 20:30:59','2026-01-17 20:30:59','33cbb3a7-7d43-44d6-8167-f027ca1c1fed'),
(51577,32,9834,NULL,2608,4,'2026-01-17 20:30:59','2026-01-17 20:30:59','386471c7-6fc4-4645-bb31-ec803217efe6'),
(51578,32,9834,NULL,2624,5,'2026-01-17 20:30:59','2026-01-17 20:30:59','ec95ce3f-bab0-4909-b3a7-4102dfdc4050'),
(51579,32,9834,NULL,2600,6,'2026-01-17 20:30:59','2026-01-17 20:30:59','e2928627-e00b-4ac5-a23a-91fb09757e42'),
(51580,32,9834,NULL,2596,7,'2026-01-17 20:30:59','2026-01-17 20:30:59','f4285ebd-f240-4957-acf8-f4e30ac9440d'),
(51581,32,9834,NULL,2602,8,'2026-01-17 20:30:59','2026-01-17 20:30:59','053b3a03-f2e0-4cf7-b38b-b9c2cfd5ca62'),
(51582,32,9834,NULL,2606,9,'2026-01-17 20:30:59','2026-01-17 20:30:59','17e2bf2b-206d-442f-95c6-bf0acdb0a07c'),
(51583,32,9834,NULL,2612,10,'2026-01-17 20:30:59','2026-01-17 20:30:59','a5531c57-08c1-4812-81ef-0feaedbd0388'),
(51584,32,9834,NULL,2604,11,'2026-01-17 20:30:59','2026-01-17 20:30:59','0d57786e-9fc9-4612-a345-345441693546'),
(51585,16,9834,NULL,9139,1,'2026-01-17 20:30:59','2026-01-17 20:30:59','94bd150b-575c-4750-9b67-3c758f0466b4'),
(51586,7,9834,NULL,2969,1,'2026-01-17 20:30:59','2026-01-17 20:30:59','6d24669e-fbe0-44f8-a797-6688d1f8c554'),
(51587,7,9834,NULL,617,2,'2026-01-17 20:30:59','2026-01-17 20:30:59','721ed942-239e-45f9-b2a3-ecf6565af38e'),
(51588,7,9834,NULL,605,3,'2026-01-17 20:30:59','2026-01-17 20:30:59','be234b67-29c1-4685-b119-26cb32486136'),
(51589,7,9834,NULL,9552,4,'2026-01-17 20:30:59','2026-01-17 20:30:59','664a3e65-dbf6-4dc6-ae7a-547b12265da4'),
(51590,46,9834,NULL,2891,1,'2026-01-17 20:30:59','2026-01-17 20:30:59','d2628132-7620-4956-8605-138804f47c2f'),
(51591,57,9834,NULL,9148,1,'2026-01-17 20:30:59','2026-01-17 20:30:59','d109657a-ea12-4c0d-9b77-c6388a775266'),
(51592,57,9834,NULL,9145,2,'2026-01-17 20:30:59','2026-01-17 20:30:59','aebb1f9d-e8a8-44ac-924e-14189cf93330'),
(51593,57,9834,NULL,9149,3,'2026-01-17 20:30:59','2026-01-17 20:30:59','6f8a4839-b5ef-4ed5-9e7f-e12528384c9f'),
(51594,57,9834,NULL,9150,4,'2026-01-17 20:30:59','2026-01-17 20:30:59','76e63b9e-d677-4a29-88e6-ddb7b100bc67'),
(51595,57,9834,NULL,9144,5,'2026-01-17 20:30:59','2026-01-17 20:30:59','238b531c-faca-4465-8350-b3d7f7cc8995'),
(51596,57,9834,NULL,9146,6,'2026-01-17 20:30:59','2026-01-17 20:30:59','2d929274-3d48-4496-b497-667ed9f65cd0'),
(51597,57,9834,NULL,9147,7,'2026-01-17 20:30:59','2026-01-17 20:30:59','41a2a51c-d2b3-4886-a981-743434b19cd2'),
(51598,13,9834,NULL,6922,1,'2026-01-17 20:30:59','2026-01-17 20:30:59','6fdb3dd4-2407-4353-87b5-1ead6a0549c5'),
(51620,7,1365,NULL,9552,3,'2026-01-17 20:31:28','2026-01-17 20:31:28','e716d0c1-5e34-4513-8964-9a0d0bd6dab7'),
(51621,32,9836,NULL,2614,1,'2026-01-17 20:31:28','2026-01-17 20:31:28','6abe7dba-3520-4465-8535-e06297207584'),
(51622,32,9836,NULL,2610,2,'2026-01-17 20:31:28','2026-01-17 20:31:28','b92c82dd-af87-4ef1-94e0-d88b3eb98f24'),
(51623,32,9836,NULL,2598,3,'2026-01-17 20:31:28','2026-01-17 20:31:28','83cdfabf-c60e-4a62-bec2-b7500d3f5720'),
(51624,32,9836,NULL,2608,4,'2026-01-17 20:31:28','2026-01-17 20:31:28','3769fae3-a581-4e97-bfdf-a8ddb30f419c'),
(51625,32,9836,NULL,2600,5,'2026-01-17 20:31:28','2026-01-17 20:31:28','ffd3ff9a-c184-40cc-8b89-bc738ef35501'),
(51626,32,9836,NULL,2596,6,'2026-01-17 20:31:28','2026-01-17 20:31:28','c260b000-9e12-489a-a3a0-db32c7957c90'),
(51627,32,9836,NULL,2602,7,'2026-01-17 20:31:28','2026-01-17 20:31:28','fc6511c7-7f84-4edb-a234-dc3e794f6904'),
(51628,32,9836,NULL,2612,8,'2026-01-17 20:31:28','2026-01-17 20:31:28','8959936f-f5d9-4064-b66d-299eab9e292e'),
(51629,32,9836,NULL,2604,9,'2026-01-17 20:31:28','2026-01-17 20:31:28','80f8755d-f9c6-49b9-8561-45e4d3715206'),
(51630,16,9836,NULL,9155,1,'2026-01-17 20:31:28','2026-01-17 20:31:28','8801d26f-73d9-4d05-afa6-90da08731adf'),
(51631,7,9836,NULL,605,1,'2026-01-17 20:31:28','2026-01-17 20:31:28','44238ed7-6cb8-4a1e-b212-00d3609687fc'),
(51632,7,9836,NULL,617,2,'2026-01-17 20:31:28','2026-01-17 20:31:28','4ecc27a2-671a-46d2-b118-7b0e954babb0'),
(51633,7,9836,NULL,9552,3,'2026-01-17 20:31:28','2026-01-17 20:31:28','d4921cee-8a63-446b-9250-75e4ccd8e6ba'),
(51634,82,9836,NULL,479,1,'2026-01-17 20:31:28','2026-01-17 20:31:28','9a96ee35-f201-49e9-94bf-5753f7b655b3'),
(51635,57,9836,NULL,9160,1,'2026-01-17 20:31:28','2026-01-17 20:31:28','e096f477-a1fb-4fb1-8d7d-212bfaa545ac'),
(51636,57,9836,NULL,9162,2,'2026-01-17 20:31:28','2026-01-17 20:31:28','5d268e08-67ec-4245-846f-014ba155ba85'),
(51637,57,9836,NULL,9164,3,'2026-01-17 20:31:28','2026-01-17 20:31:28','ca195339-b341-47c0-871a-8c7a1019c79c'),
(51638,57,9836,NULL,9163,4,'2026-01-17 20:31:28','2026-01-17 20:31:28','42f7226a-e7dd-4097-9013-ede3550f2813'),
(51639,57,9836,NULL,9161,5,'2026-01-17 20:31:28','2026-01-17 20:31:28','c811399e-04fd-4473-bdb3-8c63621cc811'),
(51640,57,9836,NULL,9165,6,'2026-01-17 20:31:28','2026-01-17 20:31:28','17d4fd67-ca2e-4595-82c1-6e9bc1470613'),
(51689,7,2712,NULL,6547,1,'2026-01-17 20:32:40','2026-01-17 20:32:40','00dc2843-7e9a-4db6-8562-cbe9b6608442'),
(51690,7,2712,NULL,9732,2,'2026-01-17 20:32:40','2026-01-17 20:32:40','bd86291d-07e3-45b3-a515-baa42f2cd288'),
(51691,7,2712,NULL,9735,3,'2026-01-17 20:32:40','2026-01-17 20:32:40','e058760b-4500-43d2-a6d3-c441cbd6f216'),
(51692,7,2712,NULL,9640,4,'2026-01-17 20:32:40','2026-01-17 20:32:40','c0171594-31b1-4a14-9e13-74811a3fea07'),
(51693,7,2712,NULL,9552,7,'2026-01-17 20:32:40','2026-01-17 20:32:40','1dbb9368-1fb9-4067-8ecd-8d70f76a20da'),
(51694,32,9840,NULL,2614,1,'2026-01-17 20:32:40','2026-01-17 20:32:40','ccd8e49b-8703-4e73-933f-f9d0c66522d0'),
(51695,32,9840,NULL,2610,2,'2026-01-17 20:32:40','2026-01-17 20:32:40','27c30561-069f-4e56-9815-1563197eeb86'),
(51696,32,9840,NULL,2598,3,'2026-01-17 20:32:40','2026-01-17 20:32:40','5adf19ce-76e1-4bdb-8471-1f7d5ac55a47'),
(51697,32,9840,NULL,2608,4,'2026-01-17 20:32:40','2026-01-17 20:32:40','46f10d10-70bc-4f46-b960-40db00456904'),
(51698,32,9840,NULL,2600,5,'2026-01-17 20:32:40','2026-01-17 20:32:40','3ffc36c9-b293-4e25-8d9f-d1f807f5724d'),
(51699,32,9840,NULL,2596,6,'2026-01-17 20:32:40','2026-01-17 20:32:40','51cac2de-2872-44ec-9e8b-0dff00aba591'),
(51700,32,9840,NULL,2602,7,'2026-01-17 20:32:40','2026-01-17 20:32:40','6492db85-92a7-46ae-88bf-52ae69700e33'),
(51701,32,9840,NULL,2612,8,'2026-01-17 20:32:40','2026-01-17 20:32:40','c9363143-9582-416e-a9d9-69ded9cadedc'),
(51702,16,9840,NULL,9749,1,'2026-01-17 20:32:40','2026-01-17 20:32:40','d5bc6d1d-8ef1-4c6f-8311-bd7d827abd9a'),
(51703,7,9840,NULL,6547,1,'2026-01-17 20:32:40','2026-01-17 20:32:40','691c39d2-336a-4563-b33c-4187adeafeed'),
(51704,7,9840,NULL,9732,2,'2026-01-17 20:32:40','2026-01-17 20:32:40','1aa99002-b0e8-40f8-90df-7cdaba4269e9'),
(51705,7,9840,NULL,9735,3,'2026-01-17 20:32:40','2026-01-17 20:32:40','d0f078c4-9457-4e6c-a0b2-c12d2828defa'),
(51706,7,9840,NULL,9640,4,'2026-01-17 20:32:40','2026-01-17 20:32:40','b3dcec38-01b3-4744-8b9e-96843faf0743'),
(51707,7,9840,NULL,617,5,'2026-01-17 20:32:40','2026-01-17 20:32:40','dd50fb4f-4761-4345-82b3-614b70832440'),
(51708,7,9840,NULL,605,6,'2026-01-17 20:32:40','2026-01-17 20:32:40','be62ab22-fc88-484b-935b-1663db21c157'),
(51709,7,9840,NULL,9552,7,'2026-01-17 20:32:40','2026-01-17 20:32:40','37e2cf43-c04f-4b2f-a66a-b6d64d5868d1'),
(51710,82,9840,NULL,477,1,'2026-01-17 20:32:40','2026-01-17 20:32:40','5c6e3e2c-47f1-4d03-b9dd-57b802f6d829'),
(51711,82,9840,NULL,479,2,'2026-01-17 20:32:40','2026-01-17 20:32:40','e2669cf2-ae36-491b-8dfd-185cc18aa0f5'),
(51712,57,9840,NULL,9804,1,'2026-01-17 20:32:40','2026-01-17 20:32:40','805f7699-1127-4db5-afbe-2a5e023d7a14'),
(51713,57,9840,NULL,9811,2,'2026-01-17 20:32:40','2026-01-17 20:32:40','4d2067fa-32c3-497c-8eeb-a46fae861345'),
(51714,57,9840,NULL,9805,3,'2026-01-17 20:32:40','2026-01-17 20:32:40','4c6ad0d6-7280-471a-acdb-dd036499969f'),
(51715,57,9840,NULL,9806,4,'2026-01-17 20:32:40','2026-01-17 20:32:40','ba75ffa0-93d1-4f32-8452-5501865f44f6'),
(51716,57,9840,NULL,9807,5,'2026-01-17 20:32:40','2026-01-17 20:32:40','c4b33c71-64c5-4435-a75e-cb7ae8969f76'),
(51717,57,9840,NULL,9800,6,'2026-01-17 20:32:40','2026-01-17 20:32:40','8470ff7a-3edd-485d-9420-7fa3f5f2bbb8'),
(51718,57,9840,NULL,9808,7,'2026-01-17 20:32:40','2026-01-17 20:32:40','8ee0ec3c-0ed0-43af-8ac9-110a83353d13'),
(51719,57,9840,NULL,9809,8,'2026-01-17 20:32:40','2026-01-17 20:32:40','2959f845-eb77-484c-aa3d-db18e2b660a8'),
(51720,57,9840,NULL,9812,9,'2026-01-17 20:32:40','2026-01-17 20:32:40','df61a77c-b3cd-414c-8564-b7b86a611844'),
(51721,57,9840,NULL,9813,10,'2026-01-17 20:32:40','2026-01-17 20:32:40','0daf4b7f-24d9-496b-9e35-30d72066b5c1'),
(51722,13,9840,NULL,6925,1,'2026-01-17 20:32:40','2026-01-17 20:32:40','216e6af9-3bdd-48a6-a5d0-061fedcba616'),
(51752,32,9842,NULL,2614,1,'2026-01-17 20:32:53','2026-01-17 20:32:53','0b527753-b852-401d-8269-11f07448e58b'),
(51753,32,9842,NULL,2610,2,'2026-01-17 20:32:53','2026-01-17 20:32:53','2b23016a-a3ec-4c53-af62-b4704f84536a'),
(51754,32,9842,NULL,2598,3,'2026-01-17 20:32:53','2026-01-17 20:32:53','7d7455ab-3441-4ad5-a408-e6066fef8d5d'),
(51755,32,9842,NULL,2608,4,'2026-01-17 20:32:53','2026-01-17 20:32:53','fc63fe93-9f00-40df-a3f8-96d753b23cfb'),
(51756,32,9842,NULL,2600,5,'2026-01-17 20:32:53','2026-01-17 20:32:53','715e8766-097c-456b-a3ff-9cbb21cbcd62'),
(51757,32,9842,NULL,2596,6,'2026-01-17 20:32:53','2026-01-17 20:32:53','8b9b46a2-dda9-4264-b11b-0f0a40e8ee29'),
(51758,32,9842,NULL,2602,7,'2026-01-17 20:32:53','2026-01-17 20:32:53','ec5428f8-ec27-49a5-9dad-50fa283425a0'),
(51759,32,9842,NULL,2612,8,'2026-01-17 20:32:53','2026-01-17 20:32:53','04d3d91e-dc46-44ee-95f3-84cbca2060e4'),
(51760,16,9842,NULL,9749,1,'2026-01-17 20:32:53','2026-01-17 20:32:53','177ad762-2545-4f74-b36c-31b2c4606aec'),
(51761,7,9842,NULL,6547,1,'2026-01-17 20:32:53','2026-01-17 20:32:53','36ec1346-be20-4742-9560-ae2df3890bbf'),
(51762,7,9842,NULL,9732,2,'2026-01-17 20:32:53','2026-01-17 20:32:53','c1dba820-7ea8-4928-bdd8-600628f4c26d'),
(51763,7,9842,NULL,9735,3,'2026-01-17 20:32:53','2026-01-17 20:32:53','13ee7650-7ce6-41e4-ad57-b12ff12a2a37'),
(51764,7,9842,NULL,9640,4,'2026-01-17 20:32:53','2026-01-17 20:32:53','85366ea2-0238-4e46-ba6c-7cd055b8e330'),
(51765,7,9842,NULL,617,5,'2026-01-17 20:32:53','2026-01-17 20:32:53','9c94ea08-3a30-4da1-9e19-d7a63636a9c4'),
(51766,7,9842,NULL,605,6,'2026-01-17 20:32:53','2026-01-17 20:32:53','f46fd858-24c3-46db-abf3-80fdbbe2d937'),
(51767,7,9842,NULL,9552,7,'2026-01-17 20:32:53','2026-01-17 20:32:53','a76fc5aa-2337-4258-92ab-abcb674c84b1'),
(51768,82,9842,NULL,477,1,'2026-01-17 20:32:53','2026-01-17 20:32:53','87b202b2-8874-4b4d-bf92-c902d914df83'),
(51769,82,9842,NULL,479,2,'2026-01-17 20:32:53','2026-01-17 20:32:53','37cec88a-e4b4-4150-a355-d972463c4eef'),
(51770,57,9842,NULL,9804,1,'2026-01-17 20:32:53','2026-01-17 20:32:53','33bfb855-f9a9-43bb-a796-6a4bfeca1da1'),
(51771,57,9842,NULL,9811,2,'2026-01-17 20:32:53','2026-01-17 20:32:53','eb21ad0b-883b-40c8-b169-fe0433bdb9e8'),
(51772,57,9842,NULL,9805,3,'2026-01-17 20:32:53','2026-01-17 20:32:53','1e1116d0-d7d7-4429-ac88-9b48285f98d8'),
(51773,57,9842,NULL,9806,4,'2026-01-17 20:32:53','2026-01-17 20:32:53','2db5e0ea-2da8-48a8-a8bd-df52b0a29f2e'),
(51774,57,9842,NULL,9807,5,'2026-01-17 20:32:53','2026-01-17 20:32:53','d7e95f64-f415-44c1-9e79-a5b928a573ee'),
(51775,57,9842,NULL,9800,6,'2026-01-17 20:32:53','2026-01-17 20:32:53','f781879a-4d4c-4f83-8211-32703f4a29f3'),
(51776,57,9842,NULL,9808,7,'2026-01-17 20:32:53','2026-01-17 20:32:53','b66b41d6-0b47-4490-a04a-4e0393264741'),
(51777,57,9842,NULL,9809,8,'2026-01-17 20:32:53','2026-01-17 20:32:53','588a3732-3f25-46ed-aba6-6f17f858e4c3'),
(51778,57,9842,NULL,9812,9,'2026-01-17 20:32:53','2026-01-17 20:32:53','576b5970-845f-49f2-ba27-9dac087b2491'),
(51779,57,9842,NULL,9813,10,'2026-01-17 20:32:53','2026-01-17 20:32:53','8fa7c67c-0ae8-469e-a110-2341a151b624'),
(51780,13,9842,NULL,6925,1,'2026-01-17 20:32:53','2026-01-17 20:32:53','035a0aca-c9de-4cd5-9697-aa5c1c8f3924'),
(51783,7,1371,NULL,9552,3,'2026-01-17 20:33:16','2026-01-17 20:33:16','4da6b8ce-9461-4d71-86dd-8067f1fe3490'),
(51784,32,9844,NULL,2614,1,'2026-01-17 20:33:16','2026-01-17 20:33:16','0a19181d-b3d4-4e83-a1c9-9ee86c583402'),
(51785,32,9844,NULL,2610,2,'2026-01-17 20:33:16','2026-01-17 20:33:16','ab0734b6-4690-47f2-aa09-e2381af62086'),
(51786,32,9844,NULL,2598,3,'2026-01-17 20:33:16','2026-01-17 20:33:16','5186a7fa-aa7a-40fa-86c0-3a76c6044769'),
(51787,32,9844,NULL,2608,4,'2026-01-17 20:33:16','2026-01-17 20:33:16','77c0d4c5-db27-4eb7-b36b-9d7e08f2e21f'),
(51788,32,9844,NULL,2624,5,'2026-01-17 20:33:16','2026-01-17 20:33:16','f9fc3410-9a9d-4dc4-8894-45e0576b72d1'),
(51789,32,9844,NULL,2600,6,'2026-01-17 20:33:16','2026-01-17 20:33:16','c0d82763-7304-493a-bcd2-4e636aa1ac76'),
(51790,32,9844,NULL,2596,7,'2026-01-17 20:33:16','2026-01-17 20:33:16','780a90d7-15fa-4eeb-b392-6f6a85951565'),
(51791,32,9844,NULL,2602,8,'2026-01-17 20:33:16','2026-01-17 20:33:16','2ee17a0d-4d63-4aba-bd90-a433ccc1a851'),
(51792,32,9844,NULL,2606,9,'2026-01-17 20:33:16','2026-01-17 20:33:16','8ad87a8a-399a-4d3d-b6c2-6ba5cb6ec073'),
(51793,32,9844,NULL,2612,10,'2026-01-17 20:33:16','2026-01-17 20:33:16','86fd27b3-0a45-414b-8d06-e1ea3e20f4f0'),
(51794,32,9844,NULL,2604,11,'2026-01-17 20:33:16','2026-01-17 20:33:16','e970e4ed-9f5b-4974-a060-5bd096d211a9'),
(51795,16,9844,NULL,9839,1,'2026-01-17 20:33:16','2026-01-17 20:33:16','0421caab-4732-466b-9e4f-2e50bfe13ec3'),
(51796,7,9844,NULL,605,1,'2026-01-17 20:33:16','2026-01-17 20:33:16','ce7a24fe-2628-44a5-a86f-5eda7a0a731b'),
(51797,7,9844,NULL,617,2,'2026-01-17 20:33:16','2026-01-17 20:33:16','589cc00c-20b1-4b94-b9f7-7b95f0a6059e'),
(51798,7,9844,NULL,9552,3,'2026-01-17 20:33:16','2026-01-17 20:33:16','f41c7582-6a8b-44eb-be0c-06fcda22c840'),
(51799,46,9844,NULL,2891,1,'2026-01-17 20:33:16','2026-01-17 20:33:16','8cb566e8-fe57-44a0-b4a3-1b5bf5e4de53'),
(51800,13,9844,NULL,6927,1,'2026-01-17 20:33:16','2026-01-17 20:33:16','53924a8f-49bb-4603-ae02-a7d3f0f0c417'),
(51827,7,1377,NULL,9552,4,'2026-01-17 20:33:51','2026-01-17 20:33:51','593149cd-9240-4458-b4b3-33f8cbb7bef8'),
(51828,32,9847,NULL,2614,1,'2026-01-17 20:33:51','2026-01-17 20:33:51','f34b6fc5-756c-4757-bb45-16f2f007afa8'),
(51829,32,9847,NULL,2610,2,'2026-01-17 20:33:51','2026-01-17 20:33:51','cf900cff-7872-43fb-a9fb-85cb626e159f'),
(51830,32,9847,NULL,2598,3,'2026-01-17 20:33:51','2026-01-17 20:33:51','05c2de3e-8dd0-4da1-bcfe-279fdb830e4e'),
(51831,32,9847,NULL,2608,4,'2026-01-17 20:33:51','2026-01-17 20:33:51','2a83973c-9303-47ce-8f5e-9658de372d46'),
(51832,32,9847,NULL,2600,5,'2026-01-17 20:33:51','2026-01-17 20:33:51','72dfd881-88cc-44c5-a014-fd3de61e8c4d'),
(51833,32,9847,NULL,2596,6,'2026-01-17 20:33:51','2026-01-17 20:33:51','1d2cdb3d-8909-49e3-8b55-1222769852c7'),
(51834,32,9847,NULL,2602,7,'2026-01-17 20:33:51','2026-01-17 20:33:51','bc4acf86-6e6a-4c31-baab-b4df78293f0a'),
(51835,32,9847,NULL,2606,8,'2026-01-17 20:33:51','2026-01-17 20:33:51','a3c17490-fbef-4eb5-b3ca-c32bc3ffa5f5'),
(51836,32,9847,NULL,2612,9,'2026-01-17 20:33:51','2026-01-17 20:33:51','34080b09-1011-4a0c-80f0-c3cf03d735a4'),
(51837,32,9847,NULL,2604,10,'2026-01-17 20:33:51','2026-01-17 20:33:51','fdf5d3a0-8c68-4292-b7f7-f5e7eb8b3c2d'),
(51838,16,9847,NULL,9181,1,'2026-01-17 20:33:51','2026-01-17 20:33:51','9cc45914-e71b-4090-be66-0c4aafc237c4'),
(51839,7,9847,NULL,2969,1,'2026-01-17 20:33:51','2026-01-17 20:33:51','f4002195-2406-468e-a530-c5ee1a114fc0'),
(51840,7,9847,NULL,605,2,'2026-01-17 20:33:51','2026-01-17 20:33:51','fb9252c8-e647-4441-b763-539319d42c77'),
(51841,7,9847,NULL,617,3,'2026-01-17 20:33:51','2026-01-17 20:33:51','61851456-7cb7-446a-9e3a-321c9772da19'),
(51842,7,9847,NULL,9552,4,'2026-01-17 20:33:51','2026-01-17 20:33:51','1f2fa6a0-32b3-4c9a-b19a-373a0a112398'),
(51843,57,9847,NULL,9184,1,'2026-01-17 20:33:51','2026-01-17 20:33:51','4ff621c9-c7ba-4819-8185-09e73b587b94'),
(51844,57,9847,NULL,9185,2,'2026-01-17 20:33:51','2026-01-17 20:33:51','61ec32fc-3c10-4d2d-b3c6-f0dd97292e9b'),
(51845,57,9847,NULL,9186,3,'2026-01-17 20:33:51','2026-01-17 20:33:51','c20f81e6-3204-4ab7-855f-e80cdde5e44c'),
(51846,57,9847,NULL,9187,4,'2026-01-17 20:33:51','2026-01-17 20:33:51','f46f6fa2-744a-40bc-af31-8941a4eeca84'),
(51847,57,9847,NULL,9188,5,'2026-01-17 20:33:51','2026-01-17 20:33:51','1629934a-b77a-41b3-aba0-1588fe165ab9'),
(51848,57,9847,NULL,9189,6,'2026-01-17 20:33:51','2026-01-17 20:33:51','8f696d16-44f2-45f7-a38d-43aa0413a3c2'),
(51849,57,9847,NULL,9190,7,'2026-01-17 20:33:51','2026-01-17 20:33:51','63d67d6b-1781-4ce5-9cb0-7dd5372dbda4'),
(51850,57,9847,NULL,9191,8,'2026-01-17 20:33:51','2026-01-17 20:33:51','3f7ff0ad-2237-47c6-8247-e628f9c5e15f'),
(51851,57,9847,NULL,9192,9,'2026-01-17 20:33:51','2026-01-17 20:33:51','4f52b169-ca38-4ae0-b197-ba34ea269794'),
(51852,57,9847,NULL,9193,10,'2026-01-17 20:33:51','2026-01-17 20:33:51','80754771-83f9-4b8b-a740-5630e26675ea'),
(51853,13,9847,NULL,6931,1,'2026-01-17 20:33:51','2026-01-17 20:33:51','c5e50b1b-2865-4cf9-8cf7-aefc2eb8acbe'),
(51884,7,1383,NULL,9552,3,'2026-01-17 20:34:10','2026-01-17 20:34:10','232ec4d8-254b-428c-9fa1-8903b2fb88ba'),
(51885,32,9850,NULL,2614,1,'2026-01-17 20:34:10','2026-01-17 20:34:10','2c32a21a-0043-4078-9dd8-0663774631de'),
(51886,32,9850,NULL,2610,2,'2026-01-17 20:34:10','2026-01-17 20:34:10','5850126b-be0d-4532-8373-fdd1486528dd'),
(51887,32,9850,NULL,2598,3,'2026-01-17 20:34:10','2026-01-17 20:34:10','bd9d5ff5-de97-4ebe-8319-4e35b13c2feb'),
(51888,32,9850,NULL,2608,4,'2026-01-17 20:34:10','2026-01-17 20:34:10','53100b32-125b-40d4-91fc-59f4243e308b'),
(51889,32,9850,NULL,2600,5,'2026-01-17 20:34:10','2026-01-17 20:34:10','61a55567-63aa-4bd2-a6c7-a9e8081a6092'),
(51890,32,9850,NULL,2596,6,'2026-01-17 20:34:10','2026-01-17 20:34:10','1178d301-7a5d-49dd-83e8-157c3011cf22'),
(51891,32,9850,NULL,2602,7,'2026-01-17 20:34:10','2026-01-17 20:34:10','15b6fbb9-b58d-4e06-981a-2ede7e057e71'),
(51892,32,9850,NULL,2612,8,'2026-01-17 20:34:10','2026-01-17 20:34:10','e561b757-b4d8-4ed4-a35a-a8dc790a32cf'),
(51893,32,9850,NULL,2604,9,'2026-01-17 20:34:10','2026-01-17 20:34:10','d43a0c24-6e40-471a-91f7-1474a04bfb44'),
(51894,7,9850,NULL,605,1,'2026-01-17 20:34:10','2026-01-17 20:34:10','b87b64aa-356d-4fd2-a093-2c2af4e17337'),
(51895,7,9850,NULL,617,2,'2026-01-17 20:34:10','2026-01-17 20:34:10','5ebaf2e6-846f-495c-a585-11e6c1ee9ac0'),
(51896,7,9850,NULL,9552,3,'2026-01-17 20:34:10','2026-01-17 20:34:10','65dbc48e-e042-4e62-acdf-73b89b1b538a'),
(51897,82,9850,NULL,479,1,'2026-01-17 20:34:10','2026-01-17 20:34:10','fc11abf9-23ed-492a-b2f3-eea4a44cb325'),
(51923,16,1371,NULL,9852,1,'2026-01-17 20:34:38','2026-01-17 20:34:38','69744aa5-ed3d-4001-af78-fbce0570ad71'),
(51924,32,9853,NULL,2614,1,'2026-01-17 20:34:38','2026-01-17 20:34:38','994b949d-ee61-4eca-a6c5-e16d0f79e60f'),
(51925,32,9853,NULL,2610,2,'2026-01-17 20:34:38','2026-01-17 20:34:38','2366bc77-e3fa-4eda-a257-e741c6749d2b'),
(51926,32,9853,NULL,2598,3,'2026-01-17 20:34:38','2026-01-17 20:34:38','68ddc5d6-a316-4c48-bc90-8af8055919f8'),
(51927,32,9853,NULL,2608,4,'2026-01-17 20:34:38','2026-01-17 20:34:38','39dc823b-5231-478d-83ce-6e3ac5db163a'),
(51928,32,9853,NULL,2624,5,'2026-01-17 20:34:38','2026-01-17 20:34:38','a349ac58-1a74-492d-824a-8462ac71138e'),
(51929,32,9853,NULL,2600,6,'2026-01-17 20:34:38','2026-01-17 20:34:38','a3c46286-9023-4ab9-9eaa-65d053d8b721'),
(51930,32,9853,NULL,2596,7,'2026-01-17 20:34:38','2026-01-17 20:34:38','fb7e80e1-70fb-4eaa-928e-cb88ccee5b7d'),
(51931,32,9853,NULL,2602,8,'2026-01-17 20:34:38','2026-01-17 20:34:38','e2b95c1d-9b0a-43d3-9afc-b49108fd9a4c'),
(51932,32,9853,NULL,2606,9,'2026-01-17 20:34:38','2026-01-17 20:34:38','ba888cb1-3415-4478-8a9b-7be95e85d3b4'),
(51933,32,9853,NULL,2612,10,'2026-01-17 20:34:38','2026-01-17 20:34:38','bc225399-1c10-41f0-9e85-7540d102ceed'),
(51934,32,9853,NULL,2604,11,'2026-01-17 20:34:38','2026-01-17 20:34:38','311844cd-d255-4da2-b1d5-2676eafe3753'),
(51935,16,9853,NULL,9852,1,'2026-01-17 20:34:38','2026-01-17 20:34:38','b18327ba-2982-491c-8d21-b16e2494948e'),
(51936,7,9853,NULL,605,1,'2026-01-17 20:34:38','2026-01-17 20:34:38','a776366b-db2a-4488-8852-abe9987f3c18'),
(51937,7,9853,NULL,617,2,'2026-01-17 20:34:38','2026-01-17 20:34:38','bb07047d-c0b2-45f5-ae74-0d774dbf7f82'),
(51938,7,9853,NULL,9552,3,'2026-01-17 20:34:38','2026-01-17 20:34:38','ed68b779-3a5c-4554-aa8e-69152921711b'),
(51939,46,9853,NULL,2891,1,'2026-01-17 20:34:38','2026-01-17 20:34:38','4fd5928d-d6ea-43f2-b02a-1c6a3e8cb0a1'),
(51940,13,9853,NULL,6927,1,'2026-01-17 20:34:38','2026-01-17 20:34:38','c38c43ed-e38d-4d15-bcad-4077de7a7846'),
(51941,7,1389,NULL,3468,1,'2026-01-17 20:34:40','2026-01-17 20:34:40','b4f7cbc7-9b5b-45bf-90b4-5feb34169600'),
(51942,7,1389,NULL,9552,4,'2026-01-17 20:34:40','2026-01-17 20:34:40','d31e813e-b99c-4531-b16a-6842168e77f1'),
(51943,32,9854,NULL,2614,1,'2026-01-17 20:34:40','2026-01-17 20:34:40','16721ec0-c4ad-4e99-9588-5fb771e87d7f'),
(51944,32,9854,NULL,2610,2,'2026-01-17 20:34:40','2026-01-17 20:34:40','18b5d4f7-fbda-4696-973c-ee9845a8bb26'),
(51945,32,9854,NULL,2598,3,'2026-01-17 20:34:40','2026-01-17 20:34:40','56ef7a9f-29c1-45bf-9716-8da8ce8ca99f'),
(51946,32,9854,NULL,2608,4,'2026-01-17 20:34:40','2026-01-17 20:34:40','261c403c-05e9-4cf3-9f6d-b8af4f08cd7a'),
(51947,32,9854,NULL,2624,5,'2026-01-17 20:34:40','2026-01-17 20:34:40','067c52d6-631c-41df-ac04-66513a573433'),
(51948,32,9854,NULL,2600,6,'2026-01-17 20:34:40','2026-01-17 20:34:40','6a1450e3-4758-44d8-8e7b-0a4a3f5eff8c'),
(51949,32,9854,NULL,2596,7,'2026-01-17 20:34:40','2026-01-17 20:34:40','2ad9ae7c-94a7-4095-9e52-e2bb2964df8c'),
(51950,32,9854,NULL,2602,8,'2026-01-17 20:34:40','2026-01-17 20:34:40','adaf6592-52c2-48bd-87ca-6c7b40c33819'),
(51951,32,9854,NULL,2606,9,'2026-01-17 20:34:40','2026-01-17 20:34:40','d2014e83-4d5b-43b8-86e1-4dbb361fe061'),
(51952,32,9854,NULL,2612,10,'2026-01-17 20:34:40','2026-01-17 20:34:40','ea7d6d9b-4f52-4278-af42-5828f4fb197d'),
(51953,32,9854,NULL,2604,11,'2026-01-17 20:34:40','2026-01-17 20:34:40','d96a7425-ea25-4c32-93e7-79a9d436af01'),
(51954,16,9854,NULL,9204,1,'2026-01-17 20:34:40','2026-01-17 20:34:40','adb1e1f0-ae23-40e4-81e9-8700001c9482'),
(51955,7,9854,NULL,3468,1,'2026-01-17 20:34:40','2026-01-17 20:34:40','5539d3ef-42f3-468a-8743-e7b30e6299f0'),
(51956,7,9854,NULL,617,2,'2026-01-17 20:34:40','2026-01-17 20:34:40','2ff4754d-0c76-47e0-86b8-25117081922e'),
(51957,7,9854,NULL,605,3,'2026-01-17 20:34:40','2026-01-17 20:34:40','682ef773-ee8f-49c6-ae5e-612295443892'),
(51958,7,9854,NULL,9552,4,'2026-01-17 20:34:40','2026-01-17 20:34:40','01916f73-f700-420f-a2a8-3510056e7457'),
(51959,46,9854,NULL,2891,1,'2026-01-17 20:34:40','2026-01-17 20:34:40','dd625fcd-b0ad-451e-a52a-70e160441c89'),
(51960,57,9854,NULL,9211,1,'2026-01-17 20:34:40','2026-01-17 20:34:40','58fbaf3e-f53a-4fd4-8a37-4cf3e4097fb7'),
(51961,57,9854,NULL,9210,2,'2026-01-17 20:34:40','2026-01-17 20:34:40','ba378e3e-1c0c-48c3-b2e9-f3884785b373'),
(51962,57,9854,NULL,9213,3,'2026-01-17 20:34:40','2026-01-17 20:34:40','614a1c50-fec8-4548-ad7c-1696bbe817f4'),
(51963,57,9854,NULL,9212,4,'2026-01-17 20:34:40','2026-01-17 20:34:40','a31ed83a-3372-4c70-9f13-ecee0214cec7'),
(51964,57,9854,NULL,9209,5,'2026-01-17 20:34:40','2026-01-17 20:34:40','9625f973-0022-4e24-ba87-03b92463e6a1'),
(51965,57,9854,NULL,9207,6,'2026-01-17 20:34:40','2026-01-17 20:34:40','964feaac-894c-4fea-9f65-01aa88d602e0'),
(51966,57,9854,NULL,9208,7,'2026-01-17 20:34:40','2026-01-17 20:34:40','8d79eafc-2dba-4bf3-b506-b982b057e506'),
(52002,7,1395,NULL,9552,4,'2026-01-17 20:35:05','2026-01-17 20:35:05','968aa366-29eb-40eb-ab8b-d78f2dac53a1'),
(52003,32,9857,NULL,2610,1,'2026-01-17 20:35:05','2026-01-17 20:35:05','18a4fadf-91c7-44a0-bd1a-0b2f24323947'),
(52004,32,9857,NULL,2598,2,'2026-01-17 20:35:05','2026-01-17 20:35:05','872097f5-9cdd-4bfd-8e07-7c38a162b755'),
(52005,32,9857,NULL,2600,3,'2026-01-17 20:35:05','2026-01-17 20:35:05','7a8b67c6-f4ac-4101-a038-c09ec9c066df'),
(52006,32,9857,NULL,2604,4,'2026-01-17 20:35:05','2026-01-17 20:35:05','5d2ca2c3-103f-419a-8543-8027a3f18791'),
(52007,16,9857,NULL,9219,1,'2026-01-17 20:35:05','2026-01-17 20:35:05','898edb30-8f36-472b-8feb-3f706b9f2676'),
(52008,7,9857,NULL,601,1,'2026-01-17 20:35:05','2026-01-17 20:35:05','032f322f-e5a2-4f4b-9a73-e879eab9fe3a'),
(52009,7,9857,NULL,605,2,'2026-01-17 20:35:05','2026-01-17 20:35:05','e514ab37-a3ce-472b-8410-46170da6ba18'),
(52010,7,9857,NULL,617,3,'2026-01-17 20:35:05','2026-01-17 20:35:05','033dfbb8-7157-49f3-a4af-e3578dd9e718'),
(52011,7,9857,NULL,9552,4,'2026-01-17 20:35:05','2026-01-17 20:35:05','8dc5b58e-9e40-430c-af62-63d7f156c159'),
(52012,82,9857,NULL,469,1,'2026-01-17 20:35:05','2026-01-17 20:35:05','05aa7578-8923-4101-9c41-e98627bf0eaf'),
(52013,82,9857,NULL,475,2,'2026-01-17 20:35:05','2026-01-17 20:35:05','4b31041d-97db-4991-9d9c-85456255d45f'),
(52014,82,9857,NULL,479,3,'2026-01-17 20:35:05','2026-01-17 20:35:05','ded24ee8-eaf6-40b4-8807-471cea4d1199'),
(52015,82,9857,NULL,491,4,'2026-01-17 20:35:05','2026-01-17 20:35:05','18a58088-dd86-4e16-8c25-54174cfc059f'),
(52016,57,9857,NULL,9222,1,'2026-01-17 20:35:05','2026-01-17 20:35:05','fc2686ed-1e02-453a-b654-39e699ab86d7'),
(52017,57,9857,NULL,9223,2,'2026-01-17 20:35:05','2026-01-17 20:35:05','75c54d60-9241-48a8-be3c-9a374b715503'),
(52018,57,9857,NULL,9224,3,'2026-01-17 20:35:05','2026-01-17 20:35:05','c5b78af6-efc9-48a3-95c5-2cf21108cb79'),
(52019,57,9857,NULL,9225,4,'2026-01-17 20:35:05','2026-01-17 20:35:05','7c01636c-5bd3-4e36-be41-3279cd5ef3ef'),
(52020,57,9857,NULL,9226,5,'2026-01-17 20:35:05','2026-01-17 20:35:05','dbd4d19a-253f-4f14-981b-d35d0668dfb0'),
(52036,7,1401,NULL,9552,3,'2026-01-17 20:35:28','2026-01-17 20:35:28','6f09ae7d-9ebe-4934-a10a-68805887fff2'),
(52037,32,9863,NULL,2610,1,'2026-01-17 20:35:28','2026-01-17 20:35:28','188add24-5696-432a-b551-e99d72eaee6e'),
(52038,32,9863,NULL,2598,2,'2026-01-17 20:35:28','2026-01-17 20:35:28','a15703ff-8d09-442d-90f4-cdccc99a9758'),
(52039,32,9863,NULL,2600,3,'2026-01-17 20:35:28','2026-01-17 20:35:28','df45dd70-544b-4872-aeb6-18ea3f88e4d3'),
(52040,32,9863,NULL,2604,4,'2026-01-17 20:35:28','2026-01-17 20:35:28','6cda3e49-4ab4-4118-9558-74390c044735'),
(52041,7,9863,NULL,605,1,'2026-01-17 20:35:28','2026-01-17 20:35:28','3276b2a4-9416-452b-9a41-4354473faca1'),
(52042,7,9863,NULL,617,2,'2026-01-17 20:35:28','2026-01-17 20:35:28','2c8af91f-ec32-4652-82d1-8592cb0049f2'),
(52043,7,9863,NULL,9552,3,'2026-01-17 20:35:28','2026-01-17 20:35:28','0065264d-ef41-4c1a-afb7-b80cb56f0c61'),
(52044,82,9863,NULL,469,1,'2026-01-17 20:35:28','2026-01-17 20:35:28','ffb6093a-d1ac-4e2d-957c-8bf7f03da212'),
(52045,82,9863,NULL,475,2,'2026-01-17 20:35:28','2026-01-17 20:35:28','49685c63-4777-44d5-a8c1-e94e4846c324'),
(52046,82,9863,NULL,479,3,'2026-01-17 20:35:28','2026-01-17 20:35:28','c99daa45-75c8-4846-8002-f78436ff58f8'),
(52047,82,9863,NULL,491,4,'2026-01-17 20:35:28','2026-01-17 20:35:28','48f6c3fb-6d69-4dce-9ad1-eed68fe4a31a'),
(52048,13,9863,NULL,7732,1,'2026-01-17 20:35:28','2026-01-17 20:35:28','71d20f77-780f-4c62-be39-56a9bc4f1043'),
(52085,7,1407,NULL,2969,1,'2026-01-17 20:36:03','2026-01-17 20:36:03','5a38c704-982e-4c8d-80a2-4eb568d55927'),
(52086,7,1407,NULL,9552,5,'2026-01-17 20:36:03','2026-02-13 16:48:06','a8a81b72-7749-4e0d-946d-95b3d9aadc04'),
(52087,32,9875,NULL,2610,1,'2026-01-17 20:36:04','2026-01-17 20:36:04','45fa8bde-cbb5-40d7-8df7-abff45d19e4a'),
(52088,32,9875,NULL,2598,2,'2026-01-17 20:36:04','2026-01-17 20:36:04','ba86ad61-d83c-47c4-a475-8435d7070989'),
(52089,32,9875,NULL,2624,3,'2026-01-17 20:36:04','2026-01-17 20:36:04','1c39571e-e55e-40d4-bfe6-abdb0d02cd9e'),
(52090,32,9875,NULL,2600,4,'2026-01-17 20:36:04','2026-01-17 20:36:04','1970fbee-c32f-4df5-9627-28cb9b2345a4'),
(52091,32,9875,NULL,2606,5,'2026-01-17 20:36:04','2026-01-17 20:36:04','4dad1a3a-bb1e-4fd0-8060-b955955c48b2'),
(52092,32,9875,NULL,2604,6,'2026-01-17 20:36:04','2026-01-17 20:36:04','6698cdcb-1898-48a6-86d5-c738b0d95cf7'),
(52093,32,9875,NULL,2614,7,'2026-01-17 20:36:04','2026-01-17 20:36:04','8ca41cf3-40c4-4537-af23-7e3ff13c818f'),
(52094,32,9875,NULL,2608,8,'2026-01-17 20:36:04','2026-01-17 20:36:04','f32c6468-b739-4681-8f49-9e818bf13aff'),
(52095,32,9875,NULL,2596,9,'2026-01-17 20:36:04','2026-01-17 20:36:04','05eb5337-6864-452c-b3f2-530f70ad6ca9'),
(52096,32,9875,NULL,2602,10,'2026-01-17 20:36:04','2026-01-17 20:36:04','9c5776a0-b914-40d4-8d13-465b66a59420'),
(52097,32,9875,NULL,2612,11,'2026-01-17 20:36:04','2026-01-17 20:36:04','c7c435ae-52e2-493c-ae64-39683722d923'),
(52098,16,9875,NULL,5191,1,'2026-01-17 20:36:04','2026-01-17 20:36:04','e39b302c-538a-4487-80fb-9ca32d5d3626'),
(52099,7,9875,NULL,2969,1,'2026-01-17 20:36:04','2026-01-17 20:36:04','de02252c-1647-4b9e-9369-ef9553da0c84'),
(52100,7,9875,NULL,617,2,'2026-01-17 20:36:04','2026-01-17 20:36:04','2af5246b-6c5d-4360-8bf3-b8492fb3a31b'),
(52101,7,9875,NULL,605,3,'2026-01-17 20:36:04','2026-01-17 20:36:04','7c81f33c-f69a-406b-b25b-ee36b9ca89be'),
(52102,7,9875,NULL,9552,4,'2026-01-17 20:36:04','2026-01-17 20:36:04','599bd009-834b-4875-b0ca-368bab8dad23'),
(52103,82,9875,NULL,479,1,'2026-01-17 20:36:04','2026-01-17 20:36:04','f1712314-5607-48af-a82b-10e0f26a9547'),
(52104,57,9875,NULL,5185,1,'2026-01-17 20:36:04','2026-01-17 20:36:04','184df8d3-d981-49b9-8a52-cec219e266c9'),
(52105,57,9875,NULL,5186,2,'2026-01-17 20:36:04','2026-01-17 20:36:04','82fea8bf-39b2-43c7-9552-ec87b47f2da6'),
(52106,57,9875,NULL,5187,3,'2026-01-17 20:36:04','2026-01-17 20:36:04','ba84d783-748c-4552-9901-694207e05f96'),
(52107,57,9875,NULL,5188,4,'2026-01-17 20:36:04','2026-01-17 20:36:04','1df3e7d0-d98e-4534-8b99-7ba62ef99df2'),
(52108,57,9875,NULL,5189,5,'2026-01-17 20:36:04','2026-01-17 20:36:04','44b46aad-85ef-4cf1-9292-2ed00220baa8'),
(52109,57,9875,NULL,5190,6,'2026-01-17 20:36:04','2026-01-17 20:36:04','a74126e7-e00b-44ee-9f4f-63aa726b1646'),
(52136,7,1413,NULL,3468,1,'2026-01-17 20:36:48','2026-01-17 20:36:48','b46828d4-c3c5-4def-b1ff-690931638098'),
(52137,7,1413,NULL,601,2,'2026-01-17 20:36:48','2026-01-17 20:36:48','18359c53-62ce-4a71-abdb-ef141dce82bd'),
(52138,7,1413,NULL,9552,4,'2026-01-17 20:36:48','2026-01-17 20:36:48','254a91d6-e466-4965-8054-87d189260d28'),
(52139,32,9878,NULL,2614,1,'2026-01-17 20:36:48','2026-01-17 20:36:48','dda24052-448d-45d0-95b9-5d15c55e8be5'),
(52140,32,9878,NULL,2610,2,'2026-01-17 20:36:48','2026-01-17 20:36:48','ae303065-22e8-4ae7-a941-66242d5087bb'),
(52141,32,9878,NULL,2598,3,'2026-01-17 20:36:48','2026-01-17 20:36:48','fae56ea0-97ac-444e-93f5-e98b603e3610'),
(52142,32,9878,NULL,2608,4,'2026-01-17 20:36:48','2026-01-17 20:36:48','d4aae4d2-b632-4b7b-97c9-d686faa7fa86'),
(52143,32,9878,NULL,2600,5,'2026-01-17 20:36:48','2026-01-17 20:36:48','a0958a56-edfe-449c-a143-16ed6686d5ab'),
(52144,32,9878,NULL,2596,6,'2026-01-17 20:36:48','2026-01-17 20:36:48','f4642900-b5b3-4527-aea2-6b654732bbe7'),
(52145,32,9878,NULL,2602,7,'2026-01-17 20:36:48','2026-01-17 20:36:48','6f165c68-daca-4e09-8228-61c2e6222d28'),
(52146,32,9878,NULL,2612,8,'2026-01-17 20:36:48','2026-01-17 20:36:48','b2944dc3-b027-4dbc-83fb-dfd52aef9e47'),
(52147,32,9878,NULL,2604,9,'2026-01-17 20:36:48','2026-01-17 20:36:48','03555e05-003c-489a-8b9a-cc7ce1e3cb36'),
(52148,16,9878,NULL,9238,1,'2026-01-17 20:36:48','2026-01-17 20:36:48','15c31292-ef8c-4246-851e-22bffc1debe0'),
(52149,7,9878,NULL,3468,1,'2026-01-17 20:36:48','2026-01-17 20:36:48','3057557b-d600-4fef-b64c-deb846797555'),
(52150,7,9878,NULL,601,2,'2026-01-17 20:36:48','2026-01-17 20:36:48','4278776b-2282-4d07-8817-0f2cdef2131a'),
(52151,7,9878,NULL,617,3,'2026-01-17 20:36:48','2026-01-17 20:36:48','9da8e7d8-c4e5-4fb9-af80-454cf6b99583'),
(52152,7,9878,NULL,9552,4,'2026-01-17 20:36:48','2026-01-17 20:36:48','6abf89a7-73dc-4763-87e2-d17f2c8e144e'),
(52153,7,9878,NULL,605,5,'2026-01-17 20:36:48','2026-01-17 20:36:48','bdc78900-f4a0-46bd-ae79-2580ead0ac43'),
(52154,82,9878,NULL,479,1,'2026-01-17 20:36:48','2026-01-17 20:36:48','e29d17a7-ea62-45ce-af69-8e0dd6cc10e5'),
(52155,57,9878,NULL,9244,1,'2026-01-17 20:36:48','2026-01-17 20:36:48','4e787352-85f9-4204-aa0e-ee633cc0fcef'),
(52156,57,9878,NULL,9250,2,'2026-01-17 20:36:48','2026-01-17 20:36:48','f334ceb1-1952-4229-85d5-392f6c62cafb'),
(52157,57,9878,NULL,9245,3,'2026-01-17 20:36:48','2026-01-17 20:36:48','a8139e8e-0479-4a19-bcc2-3755c1f338cc'),
(52158,57,9878,NULL,9246,4,'2026-01-17 20:36:48','2026-01-17 20:36:48','f6a88523-6eb2-4b36-b45d-b7e3e29140b6'),
(52159,57,9878,NULL,9247,5,'2026-01-17 20:36:48','2026-01-17 20:36:48','698d5249-03cb-4f3e-9857-4e4c4f1826fe'),
(52160,57,9878,NULL,9248,6,'2026-01-17 20:36:48','2026-01-17 20:36:48','150a5189-bc1e-4833-8fb2-a623f3dc601f'),
(52161,57,9878,NULL,9249,7,'2026-01-17 20:36:48','2026-01-17 20:36:48','7783203b-3861-4af5-bc74-65b52cdf450a'),
(52162,57,1371,NULL,9861,1,'2026-01-17 20:37:40','2026-01-17 20:37:40','7eef8e54-6a15-42d9-8871-198aaad66fde'),
(52163,57,1371,NULL,9866,2,'2026-01-17 20:37:40','2026-01-17 20:37:40','af794306-16fd-4a72-be03-adb2726f6ebc'),
(52164,57,1371,NULL,9865,3,'2026-01-17 20:37:40','2026-01-17 20:37:40','d25c2d2b-a7eb-4265-9a2b-b79917f822b3'),
(52165,57,1371,NULL,9862,4,'2026-01-17 20:37:40','2026-01-17 20:37:40','8c6e31dd-ee3c-4ed1-bc75-049ad72b0d3e'),
(52166,57,1371,NULL,9859,5,'2026-01-17 20:37:40','2026-01-17 20:37:40','70d181c5-f2f1-4e0d-8e68-d75cfa22fbe0'),
(52167,57,1371,NULL,9864,6,'2026-01-17 20:37:40','2026-01-17 20:37:40','6b5bb5ec-b3f3-49bd-b0e5-ba45ec415659'),
(52168,57,1371,NULL,9868,7,'2026-01-17 20:37:40','2026-01-17 20:37:40','ce675f33-5d96-4dc4-bd3d-f6fe62a7eeec'),
(52169,57,1371,NULL,9869,8,'2026-01-17 20:37:40','2026-01-17 20:37:40','80196e3b-67c5-49e1-9b20-d84629187049'),
(52170,57,1371,NULL,9870,9,'2026-01-17 20:37:40','2026-01-17 20:37:40','6c204395-bb80-46c3-aabd-9bb00697633f'),
(52171,57,1371,NULL,9871,10,'2026-01-17 20:37:40','2026-01-17 20:37:40','bd338260-7fba-4069-93d6-b821aacf3806'),
(52172,57,1371,NULL,9872,11,'2026-01-17 20:37:40','2026-01-17 20:37:40','800b67ea-89d7-4c0a-a29e-962da0701c07'),
(52173,57,1371,NULL,9873,12,'2026-01-17 20:37:40','2026-01-17 20:37:40','32bc39ae-623d-45d3-9cba-5111a0d92745'),
(52174,57,1371,NULL,9874,13,'2026-01-17 20:37:40','2026-01-17 20:37:40','86b4fe01-c111-4c2d-a897-5fdccdd85bfd'),
(52175,57,1371,NULL,9876,14,'2026-01-17 20:37:40','2026-01-17 20:37:40','95bb95ca-8443-4c96-a86b-b443f0d15ab3'),
(52176,32,9879,NULL,2614,1,'2026-01-17 20:37:40','2026-01-17 20:37:40','c874f1b7-5348-4332-a650-9e3de642724b'),
(52177,32,9879,NULL,2610,2,'2026-01-17 20:37:40','2026-01-17 20:37:40','ceeb023f-0f5e-4fea-a449-0a50ab7f84df'),
(52178,32,9879,NULL,2598,3,'2026-01-17 20:37:40','2026-01-17 20:37:40','4db928a6-200b-4b75-a3c6-b446d9160438'),
(52179,32,9879,NULL,2608,4,'2026-01-17 20:37:40','2026-01-17 20:37:40','2c74d692-10c9-41c8-a874-e963a6dd67ac'),
(52180,32,9879,NULL,2624,5,'2026-01-17 20:37:40','2026-01-17 20:37:40','de8289ab-cb0d-4b09-9f9a-3c3b08b337a9'),
(52181,32,9879,NULL,2600,6,'2026-01-17 20:37:40','2026-01-17 20:37:40','40c019cd-a807-4e2d-ace6-9f11b5374dc0'),
(52182,32,9879,NULL,2596,7,'2026-01-17 20:37:40','2026-01-17 20:37:40','d380eee2-5891-4dd7-acb1-b6df12e09dcc'),
(52183,32,9879,NULL,2602,8,'2026-01-17 20:37:40','2026-01-17 20:37:40','a281e600-6228-4e20-accd-35d1f9ec6ce0'),
(52184,32,9879,NULL,2606,9,'2026-01-17 20:37:40','2026-01-17 20:37:40','72944494-24b4-4135-95bf-e6cf7a6e575e'),
(52185,32,9879,NULL,2612,10,'2026-01-17 20:37:40','2026-01-17 20:37:40','ec1b8a42-670a-44d1-a784-158140b939cf'),
(52186,32,9879,NULL,2604,11,'2026-01-17 20:37:40','2026-01-17 20:37:40','2140e4a4-078c-44a0-be83-65be1e39cdd5'),
(52187,16,9879,NULL,9852,1,'2026-01-17 20:37:40','2026-01-17 20:37:40','35b51089-ff8b-4508-9ad7-eb681cf61262'),
(52188,7,9879,NULL,605,1,'2026-01-17 20:37:40','2026-01-17 20:37:40','a2744b6c-734b-4b14-b416-b2020f536a44'),
(52189,7,9879,NULL,617,2,'2026-01-17 20:37:40','2026-01-17 20:37:40','dcf53bca-eaf1-42e0-9238-c15a08f8b762'),
(52190,7,9879,NULL,9552,3,'2026-01-17 20:37:40','2026-01-17 20:37:40','bc92d3d6-ef9f-45e7-8167-33a785ee6259'),
(52191,46,9879,NULL,2891,1,'2026-01-17 20:37:40','2026-01-17 20:37:40','8c5d2daf-fdff-4190-98ba-a5a7f9f18305'),
(52192,57,9879,NULL,9861,1,'2026-01-17 20:37:40','2026-01-17 20:37:40','d0ee922a-d48d-4cf7-9d9d-3a4ad0541f52'),
(52193,57,9879,NULL,9866,2,'2026-01-17 20:37:40','2026-01-17 20:37:40','84df514c-fbd8-4353-8c35-36b4ee201403'),
(52194,57,9879,NULL,9865,3,'2026-01-17 20:37:40','2026-01-17 20:37:40','96c33922-6ace-4895-9165-55b081e908fd'),
(52195,57,9879,NULL,9862,4,'2026-01-17 20:37:40','2026-01-17 20:37:40','6912e312-9f38-4877-ae67-42065e6dff5b'),
(52196,57,9879,NULL,9859,5,'2026-01-17 20:37:40','2026-01-17 20:37:40','6d3e32e7-f0cd-424e-a284-01e98df3345b'),
(52197,57,9879,NULL,9864,6,'2026-01-17 20:37:40','2026-01-17 20:37:40','faf5cb43-3c37-40f2-a4f2-5910def935f0'),
(52198,57,9879,NULL,9868,7,'2026-01-17 20:37:40','2026-01-17 20:37:40','175d85ef-5470-4e92-88f0-b74080f8c8b0'),
(52199,57,9879,NULL,9869,8,'2026-01-17 20:37:40','2026-01-17 20:37:40','d2a8d2f2-4724-4437-b102-f96e1c73ad10'),
(52200,57,9879,NULL,9870,9,'2026-01-17 20:37:40','2026-01-17 20:37:40','ab72c0a7-f489-4a66-8c80-ce003345925b'),
(52201,57,9879,NULL,9871,10,'2026-01-17 20:37:40','2026-01-17 20:37:40','9b5753ad-38f3-49ca-9f21-62b50fdf82d1'),
(52202,57,9879,NULL,9872,11,'2026-01-17 20:37:40','2026-01-17 20:37:40','d003f6ae-380e-4c50-80ac-f54599c71fcc'),
(52203,57,9879,NULL,9873,12,'2026-01-17 20:37:40','2026-01-17 20:37:40','68c2c0aa-5d21-4d6a-aff4-c6e473143d65'),
(52204,57,9879,NULL,9874,13,'2026-01-17 20:37:40','2026-01-17 20:37:40','78ea32ea-23f3-4872-96a1-c46b0826a3f9'),
(52205,57,9879,NULL,9876,14,'2026-01-17 20:37:40','2026-01-17 20:37:40','39f985ff-c159-4982-be83-9e336132e0d0'),
(52206,13,9879,NULL,6927,1,'2026-01-17 20:37:40','2026-01-17 20:37:40','683ad278-4be5-4a44-bae3-4f5a1325a323'),
(52208,7,2,NULL,9552,4,'2026-01-17 20:38:34','2026-01-17 20:38:34','7c71c721-f977-447a-a3b6-3b5cdb50c098'),
(52209,32,9880,NULL,2610,1,'2026-01-17 20:38:34','2026-01-17 20:38:34','113240c6-acc7-44a1-8668-2d54a5b2e98a'),
(52210,32,9880,NULL,2598,2,'2026-01-17 20:38:34','2026-01-17 20:38:34','e42430d7-7c60-427b-b3bc-c4e6f86f65eb'),
(52211,32,9880,NULL,2608,3,'2026-01-17 20:38:34','2026-01-17 20:38:34','2b28e886-002f-45bb-9cdf-d7c2255ccc26'),
(52212,32,9880,NULL,2600,4,'2026-01-17 20:38:34','2026-01-17 20:38:34','267ef388-c23a-4c99-8e0a-027b9a4e16ad'),
(52213,32,9880,NULL,2596,5,'2026-01-17 20:38:34','2026-01-17 20:38:34','e1c77d25-909e-49c8-8329-a32d7c937375'),
(52214,32,9880,NULL,2602,6,'2026-01-17 20:38:34','2026-01-17 20:38:34','70790909-e62c-4029-8a26-27762ae1d3c1'),
(52215,32,9880,NULL,2604,7,'2026-01-17 20:38:34','2026-01-17 20:38:34','17db0d61-4c0b-4248-a627-21310c956c63'),
(52216,16,9880,NULL,545,1,'2026-01-17 20:38:34','2026-01-17 20:38:34','f763d010-2ad6-452c-b5e0-3f88f25dbfc6'),
(52217,7,9880,NULL,601,1,'2026-01-17 20:38:34','2026-01-17 20:38:34','d0f400b6-9d20-48a8-a3e4-92893d237668'),
(52218,7,9880,NULL,617,2,'2026-01-17 20:38:34','2026-01-17 20:38:34','7ba9cea2-c381-467b-98fb-c58a33588a50'),
(52219,7,9880,NULL,605,3,'2026-01-17 20:38:34','2026-01-17 20:38:34','dcdea9f4-6a01-4de0-a1c4-5419b8f26f36'),
(52220,7,9880,NULL,9552,4,'2026-01-17 20:38:34','2026-01-17 20:38:34','ae53f311-c758-49ae-a3aa-320b307b11ee'),
(52221,82,9880,NULL,479,1,'2026-01-17 20:38:34','2026-01-17 20:38:34','d035551f-e85c-4af7-9258-c42db0ab66ae'),
(52222,82,9880,NULL,491,2,'2026-01-17 20:38:34','2026-01-17 20:38:34','7491738a-53ed-4919-b754-8d3ff1e6d1cd'),
(52223,57,9880,NULL,545,1,'2026-01-17 20:38:34','2026-01-17 20:38:34','83811405-9190-4e6d-9976-7f27253b2d35'),
(52224,57,9880,NULL,137,2,'2026-01-17 20:38:34','2026-01-17 20:38:34','f91d4184-294e-4dce-99c7-9bca000bcd17'),
(52225,57,9880,NULL,138,3,'2026-01-17 20:38:34','2026-01-17 20:38:34','718293e0-eede-4810-8827-caf3d3fbb6a6'),
(52226,57,9880,NULL,136,4,'2026-01-17 20:38:34','2026-01-17 20:38:34','6912de7d-568a-4bdb-803c-6fac83ed6058'),
(52228,12,9880,NULL,548,1,'2026-01-17 20:38:34','2026-01-17 20:38:34','2d464a5d-db7c-4e2b-a1f0-18e89e78b812'),
(52253,7,945,NULL,2972,3,'2026-01-17 20:39:18','2026-01-21 21:39:35','4e36eca8-13d4-4cd4-9b38-e8b7234d0fa4'),
(52254,7,945,NULL,9552,7,'2026-01-17 20:39:18','2026-01-21 21:39:35','ef1bbb01-f838-4668-af26-79124d9fa4d6'),
(52255,32,9882,NULL,2610,1,'2026-01-17 20:39:18','2026-01-17 20:39:18','08ed4ebc-59c5-4f80-bc28-8c484124e9e4'),
(52256,32,9882,NULL,2598,2,'2026-01-17 20:39:18','2026-01-17 20:39:18','6699b4ad-8ad0-449d-a7f0-d65b5e1bdc8f'),
(52257,32,9882,NULL,2608,3,'2026-01-17 20:39:18','2026-01-17 20:39:18','0485fc1b-240f-4bb9-8326-6e9d4c13733a'),
(52258,32,9882,NULL,2600,4,'2026-01-17 20:39:18','2026-01-17 20:39:18','fe2f7bd3-593b-4fca-84b1-7fae03161e42'),
(52259,32,9882,NULL,2596,5,'2026-01-17 20:39:18','2026-01-17 20:39:18','90713232-f5bb-4e2a-83c4-f98e99aa115c'),
(52260,32,9882,NULL,2602,6,'2026-01-17 20:39:18','2026-01-17 20:39:18','0cfbf929-eb6c-42a3-8e31-fc64b77cee07'),
(52261,32,9882,NULL,2604,7,'2026-01-17 20:39:18','2026-01-17 20:39:18','8942e143-fff7-4869-9708-a2685a6cc219'),
(52262,83,9882,NULL,951,1,'2026-01-17 20:39:18','2026-01-17 20:39:18','5d33038a-f49f-47df-8037-c63311a49bab'),
(52263,16,9882,NULL,7700,1,'2026-01-17 20:39:18','2026-01-17 20:39:18','48fc2384-93fb-4ab3-b17f-8daaaf1aa710'),
(52264,7,9882,NULL,2969,1,'2026-01-17 20:39:18','2026-01-17 20:39:18','742282a0-369f-4cfe-bd3a-19348f37501a'),
(52265,7,9882,NULL,2972,2,'2026-01-17 20:39:18','2026-01-17 20:39:18','f356136a-f27b-44ea-840f-7e6a3cd4bc27'),
(52266,7,9882,NULL,2974,3,'2026-01-17 20:39:18','2026-01-17 20:39:18','e41290ca-78f3-4e84-b6ec-a42f36135c3f'),
(52267,7,9882,NULL,617,4,'2026-01-17 20:39:18','2026-01-17 20:39:18','6af16bb5-ede5-4065-b45b-8ae8d1c4cbad'),
(52268,7,9882,NULL,605,5,'2026-01-17 20:39:18','2026-01-17 20:39:18','c257daa6-2268-4284-aec1-949a71b4622d'),
(52269,7,9882,NULL,9552,6,'2026-01-17 20:39:18','2026-01-17 20:39:18','2a62639b-6c73-43d9-bf20-368f0e7e9f88'),
(52270,82,9882,NULL,479,1,'2026-01-17 20:39:18','2026-01-17 20:39:18','525f25d8-03be-4168-ab21-5844437510f5'),
(52271,82,9882,NULL,491,2,'2026-01-17 20:39:18','2026-01-17 20:39:18','95a27957-de5c-40fc-9344-8cf0a3631ab8'),
(52272,57,9882,NULL,4842,1,'2026-01-17 20:39:18','2026-01-17 20:39:18','e070116c-c27f-46a8-b589-4730d1eb01c9'),
(52273,57,9882,NULL,4841,2,'2026-01-17 20:39:18','2026-01-17 20:39:18','8f468120-5544-40e5-836d-7e0eac4b45c0'),
(52274,57,9882,NULL,4846,3,'2026-01-17 20:39:18','2026-01-17 20:39:18','ec340c6f-4004-43df-9b97-37573885cedd'),
(52275,57,9882,NULL,4845,4,'2026-01-17 20:39:18','2026-01-17 20:39:18','3987f066-6246-4acd-a44a-a50739918f5f'),
(52276,57,9882,NULL,4844,5,'2026-01-17 20:39:18','2026-01-17 20:39:18','b434e991-754c-41c5-80d6-eefa8735e3a5'),
(52277,57,9882,NULL,4843,6,'2026-01-17 20:39:18','2026-01-17 20:39:18','db9538d6-9d93-4aa7-8fcc-3da5eee0f639'),
(52291,7,951,NULL,605,1,'2026-01-17 20:39:41','2026-01-17 20:39:41','1ac4fbde-b177-4fe8-aaad-30899124eb36'),
(52292,7,951,NULL,617,2,'2026-01-17 20:39:41','2026-01-17 20:39:41','1e770a71-9b4a-4886-a0fd-9ca6aeb1d106'),
(52293,7,951,NULL,9552,3,'2026-01-17 20:39:41','2026-01-17 20:39:41','b2730d53-01a7-41ea-9621-d717e69dc518'),
(52294,83,9884,NULL,945,1,'2026-01-17 20:39:41','2026-01-17 20:39:41','36545e75-3128-4ff5-9fbf-03baf17d7380'),
(52295,16,9884,NULL,2968,1,'2026-01-17 20:39:41','2026-01-17 20:39:41','35465dde-8029-4eb5-8b31-cab94eb69c93'),
(52296,7,9884,NULL,605,1,'2026-01-17 20:39:41','2026-01-17 20:39:41','e8034a96-5421-4b02-9522-c5b1b53e7a40'),
(52297,7,9884,NULL,617,2,'2026-01-17 20:39:41','2026-01-17 20:39:41','6cbb6c46-25f6-4f2d-ade7-706ecbb0d253'),
(52298,7,9884,NULL,9552,3,'2026-01-17 20:39:41','2026-01-17 20:39:41','fc011e64-c725-40f2-a358-c94e8e1a551c'),
(52299,57,9884,NULL,3246,1,'2026-01-17 20:39:41','2026-01-17 20:39:41','d961842e-547c-4867-97f9-c8d559dde2bb'),
(52300,57,9884,NULL,3254,2,'2026-01-17 20:39:41','2026-01-17 20:39:41','c3ecc137-6652-4b2b-beeb-7a8e4d20901e'),
(52301,57,9884,NULL,3253,3,'2026-01-17 20:39:41','2026-01-17 20:39:41','2c76afee-149c-49ce-93ff-9e2074dbc4e3'),
(52302,57,9884,NULL,3251,4,'2026-01-17 20:39:41','2026-01-17 20:39:41','458b6bcc-1f68-4b04-a7d1-9790e455be3f'),
(52303,57,9884,NULL,3245,5,'2026-01-17 20:39:41','2026-01-17 20:39:41','99c41e0f-dfda-4c34-98df-1b91f9534706'),
(52304,57,9884,NULL,3248,6,'2026-01-17 20:39:41','2026-01-17 20:39:41','242926e3-861d-4fe8-9fdc-08a2d34c5c25'),
(52345,7,957,NULL,9727,4,'2026-01-17 20:40:29','2026-03-04 15:00:08','54d80352-fda0-4ffd-9b2e-bb2d1eabf1fa'),
(52346,32,9887,NULL,2610,1,'2026-01-17 20:40:29','2026-01-17 20:40:29','37512ddc-a3a1-42ae-b7ed-8b648e8f76a6'),
(52347,32,9887,NULL,2598,2,'2026-01-17 20:40:29','2026-01-17 20:40:29','4f0cb884-2ebe-4347-b94f-0b810abbd64c'),
(52348,32,9887,NULL,2608,3,'2026-01-17 20:40:29','2026-01-17 20:40:29','425afda0-b38d-4a86-a903-082f0c140338'),
(52349,32,9887,NULL,2600,4,'2026-01-17 20:40:29','2026-01-17 20:40:29','d58690b6-eb25-4707-8e6c-a49a100900b5'),
(52350,32,9887,NULL,2596,5,'2026-01-17 20:40:29','2026-01-17 20:40:29','e5b510ad-e348-4105-ae60-98191fe4fd77'),
(52351,32,9887,NULL,2602,6,'2026-01-17 20:40:29','2026-01-17 20:40:29','8a4cb6bb-f86a-4b7d-ada6-e3ec915a753a'),
(52352,32,9887,NULL,2604,7,'2026-01-17 20:40:29','2026-01-17 20:40:29','a1bc950c-b771-4c51-89ac-63efd379335f'),
(52353,16,9887,NULL,7707,1,'2026-01-17 20:40:29','2026-01-17 20:40:29','3f4c0cbc-a443-4b07-8cd7-1f317917630a'),
(52354,7,9887,NULL,2969,1,'2026-01-17 20:40:29','2026-01-17 20:40:29','aa735d3d-0a27-4261-b550-8a1af55d4aa1'),
(52355,7,9887,NULL,3027,2,'2026-01-17 20:40:29','2026-01-17 20:40:29','c1087dcf-1cd9-452e-85b2-633791c94ba0'),
(52356,7,9887,NULL,9727,3,'2026-01-17 20:40:29','2026-01-17 20:40:29','a43fa755-482a-42d6-96dd-72db0dc69cdc'),
(52357,7,9887,NULL,617,4,'2026-01-17 20:40:29','2026-01-17 20:40:29','1dd445cb-8d1f-4918-b29c-e72029438faa'),
(52358,7,9887,NULL,605,5,'2026-01-17 20:40:29','2026-01-17 20:40:29','dde22873-d0f8-4b7a-b31f-4e428cf9e091'),
(52359,82,9887,NULL,479,1,'2026-01-17 20:40:29','2026-01-17 20:40:29','e6e323ee-57c9-489b-bf15-82a7280a5397'),
(52360,82,9887,NULL,491,2,'2026-01-17 20:40:29','2026-01-17 20:40:29','2f9a5a4b-66ce-4e32-b66d-0a369c4bc8b9'),
(52361,46,9887,NULL,7369,1,'2026-01-17 20:40:29','2026-01-17 20:40:29','2422e6a9-0ad5-4a48-9bba-cdadbcbcf8bc'),
(52362,57,9887,NULL,4923,1,'2026-01-17 20:40:29','2026-01-17 20:40:29','98d85049-0318-4b55-a909-70c7e551188f'),
(52363,57,9887,NULL,4920,2,'2026-01-17 20:40:29','2026-01-17 20:40:29','2d5e62d5-ffcf-4912-ad71-8ea29fe35cf7'),
(52364,57,9887,NULL,4921,3,'2026-01-17 20:40:29','2026-01-17 20:40:29','1a4451d4-2604-4518-b3cd-ed488d0b173b'),
(52365,57,9887,NULL,4922,4,'2026-01-17 20:40:29','2026-01-17 20:40:29','f3dec7e7-14bb-4664-a7e7-7bb11adee800'),
(52366,57,9887,NULL,4924,5,'2026-01-17 20:40:29','2026-01-17 20:40:29','eff9c9b0-7575-4d7c-9a22-9c8165c84d61'),
(52367,57,9887,NULL,7722,6,'2026-01-17 20:40:29','2026-01-17 20:40:29','48d40728-5a3d-4fd2-a90e-0d8da609d21b'),
(52398,7,963,NULL,9552,4,'2026-01-17 20:40:55','2026-01-17 20:40:55','f99c4331-02b1-4e1e-9e89-5876bbf9c418'),
(52399,32,9889,NULL,2610,1,'2026-01-17 20:40:55','2026-01-17 20:40:55','8b615b0c-cf4d-4126-bd37-fc6ba47b45ef'),
(52400,32,9889,NULL,2598,2,'2026-01-17 20:40:55','2026-01-17 20:40:55','e0133956-f875-4c31-a2af-5a45075aae36'),
(52401,32,9889,NULL,2624,3,'2026-01-17 20:40:55','2026-01-17 20:40:55','6d9ec964-eb71-4816-bf5d-1260cca4a5bc'),
(52402,32,9889,NULL,2600,4,'2026-01-17 20:40:55','2026-01-17 20:40:55','b219680d-530c-4185-ad9c-c05a9c19ee7a'),
(52403,32,9889,NULL,2596,5,'2026-01-17 20:40:55','2026-01-17 20:40:55','5ca1419d-8d26-453a-8df0-c59fe7d0f282'),
(52404,32,9889,NULL,2602,6,'2026-01-17 20:40:55','2026-01-17 20:40:55','9ab24fb4-e8f7-452b-b07e-a9d9da28a13f'),
(52405,32,9889,NULL,2606,7,'2026-01-17 20:40:55','2026-01-17 20:40:55','7ff0683d-118d-4489-8a4c-5c2959a97f06'),
(52406,32,9889,NULL,2612,8,'2026-01-17 20:40:55','2026-01-17 20:40:55','651e7203-c7d0-4e75-88ce-a7914d6fb29d'),
(52407,32,9889,NULL,2604,9,'2026-01-17 20:40:55','2026-01-17 20:40:55','72edd8b3-68bd-4908-9deb-7c41d72efaf2'),
(52408,32,9889,NULL,2608,10,'2026-01-17 20:40:55','2026-01-17 20:40:55','a80e6f9a-a0ec-480d-96f2-904a29c92fbb'),
(52409,16,9889,NULL,3058,1,'2026-01-17 20:40:55','2026-01-17 20:40:55','f4445cc0-8d44-4cab-852d-4c47285c9914'),
(52410,7,9889,NULL,2969,1,'2026-01-17 20:40:55','2026-01-17 20:40:55','b2732fd2-8ccb-4bed-979f-cd0d4262c8c6'),
(52411,7,9889,NULL,617,2,'2026-01-17 20:40:55','2026-01-17 20:40:55','57c9074a-ad50-4cb9-b077-ccc8250cf40b'),
(52412,7,9889,NULL,605,3,'2026-01-17 20:40:55','2026-01-17 20:40:55','bf3076bc-d86e-461c-9155-fb4a3e3b0eef'),
(52413,7,9889,NULL,9552,4,'2026-01-17 20:40:55','2026-01-17 20:40:55','c90cef39-0eac-4371-b9b1-116a1b9749a7'),
(52414,82,9889,NULL,491,1,'2026-01-17 20:40:55','2026-01-17 20:40:55','3d8e434a-3f9b-4e0f-8d2b-973083d02d37'),
(52415,46,9889,NULL,2891,1,'2026-01-17 20:40:55','2026-01-17 20:40:55','4a30e4d6-1ebf-4481-936f-485f1fe3e187'),
(52416,57,9889,NULL,4927,1,'2026-01-17 20:40:55','2026-01-17 20:40:55','22b04e22-127a-416e-afbb-97287678643a'),
(52417,57,9889,NULL,7772,2,'2026-01-17 20:40:55','2026-01-17 20:40:55','abd4dbc2-189b-4bc0-b951-869beb4a498d'),
(52418,57,9889,NULL,4931,3,'2026-01-17 20:40:55','2026-01-17 20:40:55','9ae5b558-28d5-4010-aef2-97d66a4d391b'),
(52419,57,9889,NULL,4930,4,'2026-01-17 20:40:55','2026-01-17 20:40:55','e9cc0c58-1a21-4081-8774-b574a6b776bc'),
(52420,57,9889,NULL,4932,5,'2026-01-17 20:40:55','2026-01-17 20:40:55','0c7c0c71-b808-47df-b955-a7768e01e76b'),
(52421,57,9889,NULL,4933,6,'2026-01-17 20:40:55','2026-01-17 20:40:55','42c1b3c4-6abb-4f92-8b05-6e80c2d75ca4'),
(52422,57,9889,NULL,4934,7,'2026-01-17 20:40:55','2026-01-17 20:40:55','8981d52a-8a57-4454-890e-ba0f5d3c6b1a'),
(52423,57,9889,NULL,4935,8,'2026-01-17 20:40:55','2026-01-17 20:40:55','e850df83-b018-4c29-8bd7-168638e3ce91'),
(52424,57,9889,NULL,7739,9,'2026-01-17 20:40:55','2026-01-17 20:40:55','33d5229f-514e-4e5d-bcdb-d246ee2b6bdc'),
(52425,57,9889,NULL,7740,10,'2026-01-17 20:40:55','2026-01-17 20:40:55','0d400bfb-489e-4139-a193-8ba12c73021c'),
(52426,57,9889,NULL,7741,11,'2026-01-17 20:40:55','2026-01-17 20:40:55','fab33eb9-f079-4842-999c-f07cf33c4a15'),
(52453,7,969,NULL,6547,1,'2026-01-17 20:41:27','2026-01-17 20:41:27','f96652bc-0761-4c43-9385-47b185e79d18'),
(52454,7,969,NULL,601,2,'2026-01-17 20:41:27','2026-01-17 20:41:27','0b7e4499-6948-4975-ac19-54c7092d8a21'),
(52455,7,969,NULL,9552,6,'2026-01-17 20:41:27','2026-01-17 20:41:27','1b0d6c63-a1c8-4d37-9a3e-778b0b2c3410'),
(52456,32,9891,NULL,2610,1,'2026-01-17 20:41:27','2026-01-17 20:41:27','d889cded-ee21-4171-9ec1-1f788152c5ef'),
(52457,32,9891,NULL,2598,2,'2026-01-17 20:41:27','2026-01-17 20:41:27','71d4500b-4493-4fac-8ded-2a38cf84cc28'),
(52458,32,9891,NULL,2600,3,'2026-01-17 20:41:27','2026-01-17 20:41:27','6b23c025-a110-474f-b4f1-00e3f5f15828'),
(52459,32,9891,NULL,2596,4,'2026-01-17 20:41:27','2026-01-17 20:41:27','7c10a36e-b62a-49ed-8053-b88ae6dc11f8'),
(52460,32,9891,NULL,2602,5,'2026-01-17 20:41:27','2026-01-17 20:41:27','ce94ae2f-bf3a-49bb-9a01-ce3f065fbf93'),
(52461,32,9891,NULL,2604,6,'2026-01-17 20:41:27','2026-01-17 20:41:27','c376aaf5-f7db-4df4-8f45-8c7f7e250d39'),
(52462,32,9891,NULL,2608,7,'2026-01-17 20:41:27','2026-01-17 20:41:27','3b3ceae7-676a-404f-bfcd-3c01ef138ee8'),
(52463,16,9891,NULL,9354,1,'2026-01-17 20:41:27','2026-01-17 20:41:27','e0fadf86-7654-4eff-9537-26be2400cc32'),
(52464,7,9891,NULL,6547,1,'2026-01-17 20:41:27','2026-01-17 20:41:27','d5b7fc59-cc9d-4bc0-b5f6-c435d4225905'),
(52465,7,9891,NULL,601,2,'2026-01-17 20:41:27','2026-01-17 20:41:27','ffe77c93-bdc6-41b4-b598-933038a48649'),
(52466,7,9891,NULL,3093,3,'2026-01-17 20:41:27','2026-01-17 20:41:27','c5b2ee8a-405e-409e-b9c8-1331a4404637'),
(52467,7,9891,NULL,617,4,'2026-01-17 20:41:27','2026-01-17 20:41:27','8dd91b8c-5a8c-469c-9793-9a152add7fa4'),
(52468,7,9891,NULL,605,5,'2026-01-17 20:41:27','2026-01-17 20:41:27','225c73c9-c4b9-4394-a4b2-41487bc58504'),
(52469,7,9891,NULL,9552,6,'2026-01-17 20:41:27','2026-01-17 20:41:27','4554bb95-b9f7-40b1-abcd-f4c370cd12ae'),
(52470,82,9891,NULL,479,1,'2026-01-17 20:41:27','2026-01-17 20:41:27','72d3f45a-81b7-49fa-bf7d-72aa5c18ada1'),
(52471,82,9891,NULL,491,2,'2026-01-17 20:41:27','2026-01-17 20:41:27','b13a078e-ebd6-4316-933d-f5feaf6eb75f'),
(52472,57,9891,NULL,7778,1,'2026-01-17 20:41:27','2026-01-17 20:41:27','5ba5c15a-7f3e-451b-b810-a559f90caa1a'),
(52473,57,9891,NULL,7779,2,'2026-01-17 20:41:27','2026-01-17 20:41:27','f5e74139-c783-4389-8a9f-3a168f84fc47'),
(52474,57,9891,NULL,7780,3,'2026-01-17 20:41:27','2026-01-17 20:41:27','f41ba359-9bac-4dd3-8653-4b52235e0bfd'),
(52475,57,9891,NULL,7781,4,'2026-01-17 20:41:27','2026-01-17 20:41:27','f077e346-bcf2-4048-aa7f-3f1f462d2f20'),
(52476,57,9891,NULL,7783,5,'2026-01-17 20:41:27','2026-01-17 20:41:27','ffca4030-2468-40eb-9d0b-bc46767fdd0f'),
(52477,57,9891,NULL,7784,6,'2026-01-17 20:41:27','2026-01-17 20:41:27','d59c8c3c-2853-41cd-9d3f-028b7c1942d3'),
(52478,57,9891,NULL,7785,7,'2026-01-17 20:41:27','2026-01-17 20:41:27','4425af0e-c0e3-4a85-88cf-a685032c8a56'),
(52511,7,975,NULL,601,1,'2026-01-17 20:42:48','2026-01-17 20:42:48','3bb6deb5-7bc7-4853-b527-920ffdfa7edf'),
(52512,7,975,NULL,9735,2,'2026-01-17 20:42:48','2026-01-17 20:42:48','a119826b-8576-4390-af17-2d22086589ee'),
(52514,7,975,NULL,9640,4,'2026-01-17 20:42:48','2026-01-18 22:26:48','66660523-50d4-49da-9a7e-8fe94906217a'),
(52515,7,975,NULL,9549,7,'2026-01-17 20:42:48','2026-01-18 22:26:48','614777aa-67ed-4bc5-bab9-9e1eee3e3992'),
(52516,7,975,NULL,9552,8,'2026-01-17 20:42:48','2026-01-18 22:26:48','f808e9c5-620b-43ec-8af4-867197970698'),
(52517,32,9893,NULL,2614,1,'2026-01-17 20:42:48','2026-01-17 20:42:48','56c7b2c2-e62d-44c1-9d60-89b02835fbd9'),
(52518,32,9893,NULL,2610,2,'2026-01-17 20:42:48','2026-01-17 20:42:48','803fbd25-95c9-42c4-ae0c-ff985be3aee7'),
(52519,32,9893,NULL,2598,3,'2026-01-17 20:42:48','2026-01-17 20:42:48','2782d947-7f9c-4b88-a201-c216214f61fc'),
(52520,32,9893,NULL,2608,4,'2026-01-17 20:42:48','2026-01-17 20:42:48','e0626711-cfa6-4406-9f1a-4fc19b926b7a'),
(52521,32,9893,NULL,2600,5,'2026-01-17 20:42:48','2026-01-17 20:42:48','af11577a-e9c0-478e-88bc-972dc82dadec'),
(52522,32,9893,NULL,2596,6,'2026-01-17 20:42:48','2026-01-17 20:42:48','dc7052c4-b6e8-437e-bec1-78cdea6af7a5'),
(52523,32,9893,NULL,2602,7,'2026-01-17 20:42:48','2026-01-17 20:42:48','893e53f9-5fa3-46dc-a858-ff4890618b05'),
(52524,32,9893,NULL,2604,8,'2026-01-17 20:42:48','2026-01-17 20:42:48','a79c0009-9bb1-44ee-a013-6df46688c3a7'),
(52525,16,9893,NULL,7791,1,'2026-01-17 20:42:48','2026-01-17 20:42:48','50b1f321-4c2a-4f09-a89d-9e8adbad5f6e'),
(52526,7,9893,NULL,601,1,'2026-01-17 20:42:48','2026-01-17 20:42:48','eb9c8568-2a11-423a-a272-8f2c538d6b57'),
(52527,7,9893,NULL,9735,2,'2026-01-17 20:42:48','2026-01-17 20:42:48','7c4f2bd6-3b52-4c44-aa9a-057319e0e668'),
(52528,7,9893,NULL,9724,3,'2026-01-17 20:42:48','2026-01-17 20:42:48','a1619688-dd6e-489f-9539-91121040fefc'),
(52529,7,9893,NULL,617,4,'2026-01-17 20:42:48','2026-01-17 20:42:48','0d0427a1-91ee-49aa-8398-a24500450b4e'),
(52530,7,9893,NULL,9640,5,'2026-01-17 20:42:48','2026-01-17 20:42:48','e6da2ae0-8e02-44a9-90f5-c998fa656f90'),
(52531,7,9893,NULL,2972,6,'2026-01-17 20:42:48','2026-01-17 20:42:48','d6cef702-4906-4e84-af24-3203699b339b'),
(52532,7,9893,NULL,2974,7,'2026-01-17 20:42:48','2026-01-17 20:42:48','04cca8d1-9817-4180-b1f7-fb46e6a8048b'),
(52533,7,9893,NULL,605,8,'2026-01-17 20:42:48','2026-01-17 20:42:48','364cdd36-a96f-46ac-9c57-38477b687184'),
(52534,7,9893,NULL,9549,9,'2026-01-17 20:42:48','2026-01-17 20:42:48','7fa6dfa0-8b30-4a26-a1e5-2576e8938f30'),
(52535,7,9893,NULL,9552,10,'2026-01-17 20:42:48','2026-01-17 20:42:48','f762b748-9d83-43fd-aca9-eb55f35f75e9'),
(52536,82,9893,NULL,479,1,'2026-01-17 20:42:48','2026-01-17 20:42:48','54f283ce-6e54-4a4c-96ea-9900ef141a83'),
(52537,57,9893,NULL,7829,1,'2026-01-17 20:42:48','2026-01-17 20:42:48','131c81b2-a897-4815-b85d-05c3aa54ace4'),
(52538,57,9893,NULL,7830,2,'2026-01-17 20:42:48','2026-01-17 20:42:48','09f0bf8f-6d1e-4a58-b67d-c54cad29fe8e'),
(52539,57,9893,NULL,7833,3,'2026-01-17 20:42:48','2026-01-17 20:42:48','7c1a9684-1750-4468-a443-5358c3e3014f'),
(52540,57,9893,NULL,7831,4,'2026-01-17 20:42:48','2026-01-17 20:42:48','23b155a1-c3a7-4487-8859-9df454598f85'),
(52541,57,9893,NULL,7826,5,'2026-01-17 20:42:48','2026-01-17 20:42:48','1c225185-861d-4a06-9423-db8b0dadd273'),
(52542,57,9893,NULL,7828,6,'2026-01-17 20:42:48','2026-01-17 20:42:48','5ac177ca-b1ed-4864-81fa-5a17b9a0a981'),
(52543,57,9893,NULL,7827,7,'2026-01-17 20:42:48','2026-01-17 20:42:48','84cd0085-dd2d-4727-94c3-3b99e7ebd15c'),
(52544,57,9893,NULL,7832,8,'2026-01-17 20:42:48','2026-01-17 20:42:48','12a9b347-dcdf-4b78-99da-4efe9992b036'),
(52575,32,9895,NULL,2614,1,'2026-01-17 20:43:16','2026-01-17 20:43:16','a4b4c9bc-690f-42ad-a61c-6a09d38842ca'),
(52576,32,9895,NULL,2610,2,'2026-01-17 20:43:16','2026-01-17 20:43:16','bcf5c5ec-d06a-46af-afd2-eacd4b849b88'),
(52577,32,9895,NULL,2598,3,'2026-01-17 20:43:16','2026-01-17 20:43:16','a7ad8a61-a2c4-4686-8b98-b508bda6875f'),
(52578,32,9895,NULL,2608,4,'2026-01-17 20:43:16','2026-01-17 20:43:16','593606c5-1921-4197-af86-cb044cdbe7bd'),
(52579,32,9895,NULL,2600,5,'2026-01-17 20:43:16','2026-01-17 20:43:16','24288a0a-276f-46fe-a66c-5f7d33090a83'),
(52580,32,9895,NULL,2596,6,'2026-01-17 20:43:16','2026-01-17 20:43:16','489398b2-e850-41ef-a4b9-0487d3549639'),
(52581,32,9895,NULL,2602,7,'2026-01-17 20:43:16','2026-01-17 20:43:16','9f724f80-64ea-4c05-9053-86d799503781'),
(52582,32,9895,NULL,2604,8,'2026-01-17 20:43:16','2026-01-17 20:43:16','57d893bd-ad4a-4603-be86-c13c1ec58a8c'),
(52583,16,9895,NULL,7791,1,'2026-01-17 20:43:16','2026-01-17 20:43:16','5b8e1943-0319-4075-ba43-6f46e4830c20'),
(52584,7,9895,NULL,601,1,'2026-01-17 20:43:16','2026-01-17 20:43:16','7d4dded8-7b74-4fc2-ae60-4e6c300bf819'),
(52585,7,9895,NULL,9735,2,'2026-01-17 20:43:16','2026-01-17 20:43:16','7ce7cfb3-038c-464d-b7f9-793df5ee1c61'),
(52586,7,9895,NULL,9724,3,'2026-01-17 20:43:16','2026-01-17 20:43:16','902e123e-d38a-4829-b97d-c6d36aa720cf'),
(52587,7,9895,NULL,617,4,'2026-01-17 20:43:16','2026-01-17 20:43:16','aa2e8bb1-e047-4398-aba2-da52bcd8f1b6'),
(52588,7,9895,NULL,9640,5,'2026-01-17 20:43:16','2026-01-17 20:43:16','4d977286-6f19-4e74-8c0f-e0c5993e83f7'),
(52589,7,9895,NULL,2972,6,'2026-01-17 20:43:16','2026-01-17 20:43:16','c54067b1-1760-4e73-85d6-4b22287e4a9d'),
(52590,7,9895,NULL,2974,7,'2026-01-17 20:43:16','2026-01-17 20:43:16','1e189529-152f-47d5-969e-f0b124c829d5'),
(52591,7,9895,NULL,605,8,'2026-01-17 20:43:16','2026-01-17 20:43:16','ed0c6e78-da48-4f34-b732-4d51883bb57d'),
(52592,7,9895,NULL,9549,9,'2026-01-17 20:43:16','2026-01-17 20:43:16','887dbcc9-a5e7-4723-9324-7a73187dd784'),
(52593,7,9895,NULL,9552,10,'2026-01-17 20:43:16','2026-01-17 20:43:16','8007eff2-5bb3-442e-80b2-db8ebf271669'),
(52594,82,9895,NULL,479,1,'2026-01-17 20:43:16','2026-01-17 20:43:16','3a7e9fba-9d70-47ee-b6ae-1fa392c71ccd'),
(52595,57,9895,NULL,7829,1,'2026-01-17 20:43:16','2026-01-17 20:43:16','e9764098-f316-41ea-9dc3-0167a7055954'),
(52596,57,9895,NULL,7830,2,'2026-01-17 20:43:16','2026-01-17 20:43:16','ac9d700f-79d1-4684-868c-862ddb5e818a'),
(52597,57,9895,NULL,7833,3,'2026-01-17 20:43:16','2026-01-17 20:43:16','e34616a6-cdc3-4500-8450-2214524ff29e'),
(52598,57,9895,NULL,7831,4,'2026-01-17 20:43:16','2026-01-17 20:43:16','b8880eeb-de6c-42a3-bbf4-39a22de3186c'),
(52599,57,9895,NULL,7826,5,'2026-01-17 20:43:16','2026-01-17 20:43:16','0ce623e2-10b1-43dc-826a-9d9bee708c8b'),
(52600,57,9895,NULL,7828,6,'2026-01-17 20:43:16','2026-01-17 20:43:16','abd4695e-0d9d-41bd-873b-d2191c39d2c3'),
(52601,57,9895,NULL,7827,7,'2026-01-17 20:43:16','2026-01-17 20:43:16','c1590598-4bf3-4f31-943d-7fecc43957f7'),
(52602,57,9895,NULL,7832,8,'2026-01-17 20:43:16','2026-01-17 20:43:16','0dc0c531-3527-46f1-9a84-0656eec4f5dd'),
(52625,7,981,NULL,9552,5,'2026-01-17 20:43:37','2026-01-17 20:43:37','d67fc7ce-7728-43a7-b554-3b4deffce4cd'),
(52626,32,9897,NULL,2614,1,'2026-01-17 20:43:37','2026-01-17 20:43:37','94a95473-3c34-4fb7-967f-4a532c0dde23'),
(52627,32,9897,NULL,2610,2,'2026-01-17 20:43:37','2026-01-17 20:43:37','9c619de9-8d16-4dd9-bee1-8872215c18a1'),
(52628,32,9897,NULL,2598,3,'2026-01-17 20:43:37','2026-01-17 20:43:37','4ff61c39-af53-4610-989e-15064945cd65'),
(52629,32,9897,NULL,2608,4,'2026-01-17 20:43:37','2026-01-17 20:43:37','aa5447bf-b6cc-449c-a448-fd2b345fe4d1'),
(52630,32,9897,NULL,2600,5,'2026-01-17 20:43:37','2026-01-17 20:43:37','24107d9e-51e2-4e98-9588-257ea7b28b50'),
(52631,32,9897,NULL,2596,6,'2026-01-17 20:43:37','2026-01-17 20:43:37','f4e7e323-4655-4a1b-9047-aaeba1d5199e'),
(52632,32,9897,NULL,2602,7,'2026-01-17 20:43:37','2026-01-17 20:43:37','905630a5-bdfe-4d6f-8838-50fc6ae94c57'),
(52633,32,9897,NULL,2604,8,'2026-01-17 20:43:37','2026-01-17 20:43:37','edae9a64-5c51-41fa-9b82-54cd594c76ff'),
(52634,16,9897,NULL,3158,1,'2026-01-17 20:43:37','2026-01-17 20:43:37','794a4f50-5fcd-4e40-9507-8e07f11edc76'),
(52635,7,9897,NULL,2969,1,'2026-01-17 20:43:37','2026-01-17 20:43:37','427bf050-3927-4859-ae77-b0e70faf2a3f'),
(52636,7,9897,NULL,2974,2,'2026-01-17 20:43:37','2026-01-17 20:43:37','afc5a59c-6734-45a2-8ff2-e5a79089fd9e'),
(52637,7,9897,NULL,617,3,'2026-01-17 20:43:37','2026-01-17 20:43:37','63981450-a91e-4edf-8e7f-e5a7452bb222'),
(52638,7,9897,NULL,605,4,'2026-01-17 20:43:37','2026-01-17 20:43:37','26c74159-377b-4941-ba96-0083742078f7'),
(52639,7,9897,NULL,9552,5,'2026-01-17 20:43:37','2026-01-17 20:43:37','f895e10e-280b-4946-9c13-708542f81cd5'),
(52640,82,9897,NULL,479,1,'2026-01-17 20:43:37','2026-01-17 20:43:37','5d23d30f-3958-41c7-8ee2-550074a64ec6'),
(52641,57,9897,NULL,7838,1,'2026-01-17 20:43:37','2026-01-17 20:43:37','70a28585-27bb-411d-b54c-84936a4b52cf'),
(52642,57,9897,NULL,7840,2,'2026-01-17 20:43:37','2026-01-17 20:43:37','93666d95-e2d5-449b-ac83-17fb86601b53'),
(52643,57,9897,NULL,7839,3,'2026-01-17 20:43:37','2026-01-17 20:43:37','f53eaea6-a275-45e3-ab09-bf4eb8f43faa'),
(52644,57,9897,NULL,7841,4,'2026-01-17 20:43:37','2026-01-17 20:43:37','94551697-f583-41fe-b778-73c7dab68935'),
(52645,57,9897,NULL,7842,5,'2026-01-17 20:43:37','2026-01-17 20:43:37','2be58c74-e71a-45c4-9409-aa9b2a64de69'),
(52667,7,989,NULL,601,1,'2026-01-17 20:44:06','2026-01-17 20:44:06','5d149a27-f111-4efb-ba13-9bf8cc1644f3'),
(52668,7,989,NULL,9552,4,'2026-01-17 20:44:06','2026-01-17 20:44:06','70bbdfac-d4e7-4e9d-afb8-69a49b64302d'),
(52669,32,9899,NULL,2610,1,'2026-01-17 20:44:06','2026-01-17 20:44:06','000a74b5-1528-4da8-a3d6-692de18c9ee2'),
(52670,32,9899,NULL,2598,2,'2026-01-17 20:44:06','2026-01-17 20:44:06','cc07a6a6-8911-48b9-a769-221561268829'),
(52671,32,9899,NULL,2600,3,'2026-01-17 20:44:06','2026-01-17 20:44:06','d51cd183-0969-417e-918e-e4c53e1065b3'),
(52672,32,9899,NULL,2596,4,'2026-01-17 20:44:06','2026-01-17 20:44:06','591f85bd-a87f-4f62-b938-904c502b20f5'),
(52673,32,9899,NULL,2602,5,'2026-01-17 20:44:06','2026-01-17 20:44:06','6081823d-d0f3-4fc8-95e2-ec75b73b5a47'),
(52674,32,9899,NULL,2604,6,'2026-01-17 20:44:06','2026-01-17 20:44:06','08148fdc-387c-4740-a503-36c4b1f996cb'),
(52675,32,9899,NULL,2608,7,'2026-01-17 20:44:06','2026-01-17 20:44:06','338577e0-da38-4e4d-8a09-df1c5d3daaf3'),
(52676,16,9899,NULL,7850,1,'2026-01-17 20:44:06','2026-01-17 20:44:06','e62a0786-7030-4b3a-a251-434fcd63767e'),
(52677,7,9899,NULL,601,1,'2026-01-17 20:44:06','2026-01-17 20:44:06','7ac108e6-02c5-4e6a-85cb-f401e8daa26f'),
(52678,7,9899,NULL,617,2,'2026-01-17 20:44:06','2026-01-17 20:44:06','f4b54c3c-ef8a-4ee4-83ce-25f87a7895a5'),
(52679,7,9899,NULL,605,3,'2026-01-17 20:44:06','2026-01-17 20:44:06','3be6cf5b-8152-423a-94a0-70e7f5ccc79f'),
(52680,7,9899,NULL,9552,4,'2026-01-17 20:44:06','2026-01-17 20:44:06','6d6e1cd7-c8b2-400d-ac07-96f611df5ef6'),
(52681,82,9899,NULL,479,1,'2026-01-17 20:44:06','2026-01-17 20:44:06','b3d91935-c90b-4701-a98d-d7280b558fcc'),
(52682,82,9899,NULL,491,2,'2026-01-17 20:44:06','2026-01-17 20:44:06','95bf08c9-08df-4fb9-835b-e8a3d25d0a30'),
(52683,57,9899,NULL,7851,1,'2026-01-17 20:44:06','2026-01-17 20:44:06','65454f76-182a-4f23-8fa1-8fd1857296f4'),
(52684,57,9899,NULL,7853,2,'2026-01-17 20:44:06','2026-01-17 20:44:06','c37c037b-0669-4b9e-80ce-848345ada538'),
(52685,57,9899,NULL,7852,3,'2026-01-17 20:44:06','2026-01-17 20:44:06','c9caf4c5-9bce-4101-8d7a-7c1ed214c28e'),
(52686,57,9899,NULL,3377,4,'2026-01-17 20:44:06','2026-01-17 20:44:06','3b01f37b-2b19-41bd-9ff6-2472b1067f56'),
(52712,7,995,NULL,9552,4,'2026-01-17 20:44:27','2026-01-17 20:44:27','3f06e5fb-2ec9-4803-ae9b-436b07459cd5'),
(52713,32,9902,NULL,2614,1,'2026-01-17 20:44:27','2026-01-17 20:44:27','1e21cfd8-183e-4114-9b2e-a410af35737f'),
(52714,32,9902,NULL,2610,2,'2026-01-17 20:44:27','2026-01-17 20:44:27','80aa5397-d6de-4d56-9604-577ac430f22a'),
(52715,32,9902,NULL,2598,3,'2026-01-17 20:44:27','2026-01-17 20:44:27','66ddd006-1ce9-4594-ada1-c4f323f7a017'),
(52716,32,9902,NULL,2600,4,'2026-01-17 20:44:27','2026-01-17 20:44:27','7022b08f-42f3-436b-8cbf-17954b6cb508'),
(52717,32,9902,NULL,2596,5,'2026-01-17 20:44:27','2026-01-17 20:44:27','d4af00ae-177c-4cde-a42b-7942987a0d4e'),
(52718,32,9902,NULL,2602,6,'2026-01-17 20:44:27','2026-01-17 20:44:27','ff42befa-29b4-4e60-9e24-8d7ba8185f05'),
(52719,32,9902,NULL,2606,7,'2026-01-17 20:44:27','2026-01-17 20:44:27','3318010c-a94e-4427-9999-95685322b74a'),
(52720,32,9902,NULL,2604,8,'2026-01-17 20:44:27','2026-01-17 20:44:27','f1c6f3a7-0dd9-4d4c-98c2-4dd9bf19c45f'),
(52721,32,9902,NULL,2608,9,'2026-01-17 20:44:27','2026-01-17 20:44:27','6f527aac-a7bb-4c3d-8859-434cfda0fe3e'),
(52722,16,9902,NULL,3425,1,'2026-01-17 20:44:27','2026-01-17 20:44:27','06d41f1f-5075-47c8-b3b6-6989587b4012'),
(52723,7,9902,NULL,601,1,'2026-01-17 20:44:27','2026-01-17 20:44:27','40436320-593f-4927-9db5-b92d1b9bf849'),
(52724,7,9902,NULL,617,2,'2026-01-17 20:44:27','2026-01-17 20:44:27','0f06df36-4917-4a5b-9c94-7bc5dc4c43b3'),
(52725,7,9902,NULL,605,3,'2026-01-17 20:44:27','2026-01-17 20:44:27','c5c6d13c-171b-4ec2-87fd-7c03db863038'),
(52726,7,9902,NULL,9552,4,'2026-01-17 20:44:27','2026-01-17 20:44:27','73d0d493-c5bf-424b-8424-aa673274e958'),
(52727,46,9902,NULL,7381,1,'2026-01-17 20:44:27','2026-01-17 20:44:27','4e374140-bcd9-41f6-887e-6030138d85a3'),
(52728,57,9902,NULL,7862,1,'2026-01-17 20:44:27','2026-01-17 20:44:27','300438d8-f557-4056-a781-7c79e666f8b1'),
(52729,57,9902,NULL,7858,2,'2026-01-17 20:44:27','2026-01-17 20:44:27','823e665b-774f-411c-8750-ebf23075508b'),
(52730,57,9902,NULL,7864,3,'2026-01-17 20:44:27','2026-01-17 20:44:27','3425bb49-b8f8-4db1-bbf3-062b72373c95'),
(52731,57,9902,NULL,7859,4,'2026-01-17 20:44:27','2026-01-17 20:44:27','1819a017-9237-498d-82ce-9f3254009f6d'),
(52732,57,9902,NULL,7861,5,'2026-01-17 20:44:27','2026-01-17 20:44:27','5b86e4d6-d69c-4a1e-b17f-1f50a3654593'),
(52733,57,9902,NULL,7863,6,'2026-01-17 20:44:27','2026-01-17 20:44:27','6d4a4362-80b3-48bb-af68-68e6f3907327'),
(52734,57,9902,NULL,7860,7,'2026-01-17 20:44:27','2026-01-17 20:44:27','455790e2-621b-4afe-884e-9b58ab4d1f01'),
(52753,16,1383,NULL,9901,1,'2026-01-17 20:45:27','2026-01-17 20:45:27','7ca463f4-74af-4c9b-bb9a-0c28320bbf88'),
(52754,57,1383,NULL,9903,1,'2026-01-17 20:45:27','2026-01-17 20:45:27','1d6350ba-2900-49ad-97d8-c0c72ae40575'),
(52755,57,1383,NULL,9904,2,'2026-01-17 20:45:27','2026-01-17 20:45:27','dd248ae6-af01-494e-9112-c32f613a166a'),
(52756,57,1383,NULL,9907,3,'2026-01-17 20:45:27','2026-01-17 20:45:27','7a1f4ad2-1543-49a7-89a1-9a183758f4e9'),
(52757,57,1383,NULL,9908,4,'2026-01-17 20:45:27','2026-01-17 20:45:27','2025e7cc-a380-407b-a7b5-95ecbb41152d'),
(52758,57,1383,NULL,9909,5,'2026-01-17 20:45:27','2026-01-17 20:45:27','37712f9c-243c-442a-acd4-8090844dc210'),
(52759,57,1383,NULL,9910,6,'2026-01-17 20:45:27','2026-01-17 20:45:27','8ea393a6-9aa4-4489-aed0-f13c5820505e'),
(52760,57,1383,NULL,9911,7,'2026-01-17 20:45:27','2026-01-17 20:45:27','67740e11-6467-4cd7-861b-ac6beed10027'),
(52761,57,1383,NULL,9912,8,'2026-01-17 20:45:27','2026-01-17 20:45:27','df01c890-e01b-4388-94ff-90adb97fe0bb'),
(52762,57,1383,NULL,9913,9,'2026-01-17 20:45:27','2026-01-17 20:45:27','2a93b23e-826c-40ce-bd04-c15907d279ce'),
(52763,57,1383,NULL,9914,10,'2026-01-17 20:45:27','2026-01-17 20:45:27','64d031d9-9328-4c96-9343-c55bc4ef82a6'),
(52764,57,1383,NULL,9915,11,'2026-01-17 20:45:27','2026-01-17 20:45:27','c8339c5c-e9ce-44ca-9ca9-3089c4d12f3c'),
(52765,57,1383,NULL,9905,12,'2026-01-17 20:45:27','2026-01-17 20:45:27','a39d9f4e-c660-4b45-90de-92f55f5ca0c6'),
(52766,57,1383,NULL,9906,13,'2026-01-17 20:45:27','2026-01-17 20:45:27','19d1a77a-6a23-41c7-8290-4356193fe94c'),
(52767,32,9916,NULL,2614,1,'2026-01-17 20:45:27','2026-01-17 20:45:27','17de53f9-bd3e-469b-bf2f-d2181da969e6'),
(52768,32,9916,NULL,2610,2,'2026-01-17 20:45:27','2026-01-17 20:45:27','d1d5ef41-3264-4119-a40b-5776beaf7e2d'),
(52769,32,9916,NULL,2598,3,'2026-01-17 20:45:27','2026-01-17 20:45:27','58862efd-f19b-4abf-bde3-6dc4fc29e13b'),
(52770,32,9916,NULL,2608,4,'2026-01-17 20:45:27','2026-01-17 20:45:27','f72454da-f26b-4d7c-8b4a-14bab0de08d7'),
(52771,32,9916,NULL,2600,5,'2026-01-17 20:45:27','2026-01-17 20:45:27','2795eb07-c351-4897-93ee-15635b61b798'),
(52772,32,9916,NULL,2596,6,'2026-01-17 20:45:27','2026-01-17 20:45:27','694309c8-487a-423e-9376-ccfcf49042f9'),
(52773,32,9916,NULL,2602,7,'2026-01-17 20:45:27','2026-01-17 20:45:27','e4f5e14d-dc9c-448e-b51c-c6310bf4f277'),
(52774,32,9916,NULL,2612,8,'2026-01-17 20:45:27','2026-01-17 20:45:27','48fb4306-e650-4fda-8456-470cc849fd21'),
(52775,32,9916,NULL,2604,9,'2026-01-17 20:45:27','2026-01-17 20:45:27','a4276e03-c5f0-45fe-91ee-510d23fbe03c'),
(52776,16,9916,NULL,9901,1,'2026-01-17 20:45:27','2026-01-17 20:45:27','3eb585b8-20d6-43c7-a7d6-e8a26d301317'),
(52777,7,9916,NULL,605,1,'2026-01-17 20:45:27','2026-01-17 20:45:27','c9ea66c4-0452-461a-88cd-b7c67dc507ef'),
(52778,7,9916,NULL,617,2,'2026-01-17 20:45:27','2026-01-17 20:45:27','e4204403-8485-465d-8637-7e9110b4cbe8'),
(52779,7,9916,NULL,9552,3,'2026-01-17 20:45:27','2026-01-17 20:45:27','d6cac4ed-6906-429e-8974-b94ce0ecaa9c'),
(52780,82,9916,NULL,479,1,'2026-01-17 20:45:27','2026-01-17 20:45:27','c12688a8-848b-453a-a533-f0f1c516942c'),
(52781,57,9916,NULL,9903,1,'2026-01-17 20:45:27','2026-01-17 20:45:27','696b17f5-e3de-48d4-9f34-1507037b5aea'),
(52782,57,9916,NULL,9904,2,'2026-01-17 20:45:27','2026-01-17 20:45:27','76dc5584-a2c4-4ccc-adf9-70cdd5c023d7'),
(52783,57,9916,NULL,9907,3,'2026-01-17 20:45:27','2026-01-17 20:45:27','2a25acbb-dd4b-4db7-8062-112af6cdfb6f'),
(52784,57,9916,NULL,9908,4,'2026-01-17 20:45:27','2026-01-17 20:45:27','1404a16b-2af4-4cdb-933b-d8306dc1bb86'),
(52785,57,9916,NULL,9909,5,'2026-01-17 20:45:27','2026-01-17 20:45:27','f51af2af-cde7-45f4-9bbb-eb98a6b63b10'),
(52786,57,9916,NULL,9910,6,'2026-01-17 20:45:27','2026-01-17 20:45:27','1d75a33e-8acd-418b-9f9b-2692f57b165e'),
(52787,57,9916,NULL,9911,7,'2026-01-17 20:45:27','2026-01-17 20:45:27','e7d81b15-3aa1-4113-8f1c-8c6616cdc1fe'),
(52788,57,9916,NULL,9912,8,'2026-01-17 20:45:27','2026-01-17 20:45:27','c469ddf1-69c1-49bc-9ac6-399f7077bf24'),
(52789,57,9916,NULL,9913,9,'2026-01-17 20:45:27','2026-01-17 20:45:27','4ceec4bc-64b7-43bd-9a04-4ec4bd7ce1ff'),
(52790,57,9916,NULL,9914,10,'2026-01-17 20:45:27','2026-01-17 20:45:27','6b182039-aaf4-40ea-b33b-b659c587a403'),
(52791,57,9916,NULL,9915,11,'2026-01-17 20:45:27','2026-01-17 20:45:27','5864c600-5517-4dd7-bc75-9389bd3b5a27'),
(52792,57,9916,NULL,9905,12,'2026-01-17 20:45:27','2026-01-17 20:45:27','6d067fd3-8a09-4b9e-9a19-a2db0fe54138'),
(52793,57,9916,NULL,9906,13,'2026-01-17 20:45:27','2026-01-17 20:45:27','8f72f529-fcc6-4369-a8f1-5e4a9c6914b6'),
(52794,7,999,NULL,6547,1,'2026-01-17 20:45:46','2026-01-17 20:45:46','3b213ef1-5585-49bc-8390-909b0a60d6d1'),
(52795,7,999,NULL,9724,4,'2026-01-17 20:45:46','2026-01-17 20:45:46','2609b71d-d235-43dd-9375-7bf50c007c1a'),
(52796,7,999,NULL,9640,6,'2026-01-17 20:45:46','2026-01-17 20:45:46','e696cc36-1da5-447f-ad1a-0610b29637de'),
(52797,7,999,NULL,9552,9,'2026-01-17 20:45:46','2026-02-13 16:44:35','ff292a75-1697-4083-b36e-a1e8596c636c'),
(52798,32,9917,NULL,2610,1,'2026-01-17 20:45:46','2026-01-17 20:45:46','9adffb78-e8ad-44e4-9037-a07a13702670'),
(52799,32,9917,NULL,2598,2,'2026-01-17 20:45:46','2026-01-17 20:45:46','123e1b4a-ab20-4b9e-a9f6-690694003eef'),
(52800,32,9917,NULL,2600,3,'2026-01-17 20:45:46','2026-01-17 20:45:46','7e7fef17-bab9-474f-990e-0ea3203686be'),
(52801,32,9917,NULL,2596,4,'2026-01-17 20:45:46','2026-01-17 20:45:46','f8056b08-ddbf-483a-b813-5b1183f809c0'),
(52802,32,9917,NULL,2602,5,'2026-01-17 20:45:46','2026-01-17 20:45:46','81910660-302f-41f0-99dc-234cac8b72a7'),
(52803,32,9917,NULL,2604,6,'2026-01-17 20:45:46','2026-01-17 20:45:46','6dba394d-2f30-43d4-8646-b28552d7471e'),
(52804,32,9917,NULL,2608,7,'2026-01-17 20:45:46','2026-01-17 20:45:46','6168e3e9-4dd4-49d3-a924-bb4e079a7c65'),
(52805,16,9917,NULL,7871,1,'2026-01-17 20:45:46','2026-01-17 20:45:46','a87d61d9-c5ac-4f89-a869-a885d30eeedb'),
(52806,7,9917,NULL,6547,1,'2026-01-17 20:45:46','2026-01-17 20:45:46','4dd9a735-4426-4c72-ba49-09ee72b65ea0'),
(52807,7,9917,NULL,601,2,'2026-01-17 20:45:46','2026-01-17 20:45:46','648d7c4b-1be9-49ab-8db7-1ca13b66850c'),
(52808,7,9917,NULL,617,3,'2026-01-17 20:45:46','2026-01-17 20:45:46','ac45c9d8-5bb7-468f-bb75-21b908e0a660'),
(52809,7,9917,NULL,9724,4,'2026-01-17 20:45:46','2026-01-17 20:45:46','c87ee836-e7cc-496e-87fc-e8e886dbe1ce'),
(52810,7,9917,NULL,2974,5,'2026-01-17 20:45:46','2026-01-17 20:45:46','443e8b27-e867-4155-86f7-0c6644413fa7'),
(52811,7,9917,NULL,9640,6,'2026-01-17 20:45:46','2026-01-17 20:45:46','35caef45-05e8-430c-9c48-a10cdd150044'),
(52812,7,9917,NULL,2972,7,'2026-01-17 20:45:46','2026-01-17 20:45:46','03fe4e37-ff4e-42a1-ae66-093d995d94dc'),
(52813,7,9917,NULL,605,8,'2026-01-17 20:45:46','2026-01-17 20:45:46','2ce99c5f-b96b-4f13-a381-3bae326017ee'),
(52814,7,9917,NULL,9552,9,'2026-01-17 20:45:46','2026-01-17 20:45:46','8dbaf746-e403-4605-b619-77ad053321c8'),
(52815,82,9917,NULL,479,1,'2026-01-17 20:45:46','2026-01-17 20:45:46','41919210-a24b-4b09-961c-cb8f83f8d43f'),
(52816,82,9917,NULL,491,2,'2026-01-17 20:45:46','2026-01-17 20:45:46','0e86a292-0643-4030-a559-03daa6cc30bc'),
(52817,46,9917,NULL,7369,1,'2026-01-17 20:45:46','2026-01-17 20:45:46','43157190-03ae-45fe-ad0c-e307f2690b8e'),
(52818,57,9917,NULL,7870,1,'2026-01-17 20:45:46','2026-01-17 20:45:46','341d0ca4-fb38-4ae5-ae50-68dc8cba2052'),
(52819,57,9917,NULL,7869,2,'2026-01-17 20:45:46','2026-01-17 20:45:46','626817ca-4124-487c-a4e0-19d11cdae966'),
(52820,57,9917,NULL,7868,3,'2026-01-17 20:45:46','2026-01-17 20:45:46','e188c7ef-2cd0-4dab-ab79-28afa1e266db'),
(52821,57,9917,NULL,7874,4,'2026-01-17 20:45:46','2026-01-17 20:45:46','73bd5a80-a1a3-4cdd-9228-0ff005ef810a'),
(52822,57,9917,NULL,7873,5,'2026-01-17 20:45:46','2026-01-17 20:45:46','87a31346-9088-4f60-a4b1-69b5ea39be0d'),
(52823,57,9917,NULL,3467,6,'2026-01-17 20:45:46','2026-01-17 20:45:46','017bba5a-3ab9-4fab-b26e-e4b469195507'),
(52824,57,9917,NULL,7872,7,'2026-01-17 20:45:46','2026-01-17 20:45:46','5fd9acdc-5997-4626-8def-d160edc76518'),
(52859,7,1005,NULL,9552,5,'2026-01-17 20:46:07','2026-01-17 20:46:07','2b6bc94d-681c-4159-9cf0-b5f8a9f88f4e'),
(52860,32,9920,NULL,2610,1,'2026-01-17 20:46:07','2026-01-17 20:46:07','65f4c648-079e-43ab-9658-48b32e2b6aa6'),
(52861,32,9920,NULL,2598,2,'2026-01-17 20:46:07','2026-01-17 20:46:07','eff6135f-44c8-40b7-b379-5cf81ece502e'),
(52862,32,9920,NULL,2608,3,'2026-01-17 20:46:07','2026-01-17 20:46:07','345f7432-c626-465b-b260-94b00e09289d'),
(52863,32,9920,NULL,2600,4,'2026-01-17 20:46:07','2026-01-17 20:46:07','c281190e-9588-484b-a441-6057106c2c9d'),
(52864,32,9920,NULL,2596,5,'2026-01-17 20:46:07','2026-01-17 20:46:07','4aa82ae9-427b-4d33-b165-57ad39397798'),
(52865,32,9920,NULL,2602,6,'2026-01-17 20:46:07','2026-01-17 20:46:07','aef5cf2c-bcee-45ed-a709-6a254362657b'),
(52866,32,9920,NULL,2612,7,'2026-01-17 20:46:07','2026-01-17 20:46:07','0eda1ec7-e50d-4d01-8b2d-bc9b04dfac5c'),
(52867,32,9920,NULL,2604,8,'2026-01-17 20:46:07','2026-01-17 20:46:07','c1b61ab0-3cfa-4a29-bd90-3142525de95b'),
(52868,16,9920,NULL,7881,1,'2026-01-17 20:46:07','2026-01-17 20:46:07','71e8e361-e4ec-4dfb-8356-d41ba9252128'),
(52869,7,9920,NULL,601,1,'2026-01-17 20:46:07','2026-01-17 20:46:07','3da19869-cce0-4af4-8d9f-dd8dbff8dced'),
(52870,7,9920,NULL,605,2,'2026-01-17 20:46:07','2026-01-17 20:46:07','af71388d-6493-4e15-8e6f-105c671e7367'),
(52871,7,9920,NULL,617,3,'2026-01-17 20:46:07','2026-01-17 20:46:07','296fa26c-9776-4e9c-8250-cbb0c425d2fc'),
(52872,7,9920,NULL,2974,4,'2026-01-17 20:46:07','2026-01-17 20:46:07','408cac90-a8bb-4fce-97c9-c891f6bc3a87'),
(52873,7,9920,NULL,9552,5,'2026-01-17 20:46:07','2026-01-17 20:46:07','e9857299-003f-45b6-8a7f-f2d7424ed01a'),
(52874,82,9920,NULL,479,1,'2026-01-17 20:46:07','2026-01-17 20:46:07','3bd18042-9902-4d63-94e0-3b0d6b97451f'),
(52875,82,9920,NULL,491,2,'2026-01-17 20:46:07','2026-01-17 20:46:07','5f49759e-f97b-4e92-86c2-48ec4c438dd2'),
(52876,57,9920,NULL,7883,1,'2026-01-17 20:46:07','2026-01-17 20:46:07','47ba38e2-c770-4037-aaa2-428a475e1c1d'),
(52877,57,9920,NULL,7886,2,'2026-01-17 20:46:07','2026-01-17 20:46:07','13b6e8d2-3e61-43af-b5c3-d2554fdaf938'),
(52878,57,9920,NULL,7885,3,'2026-01-17 20:46:07','2026-01-17 20:46:07','134be87a-6b79-4ebd-977e-9200f2d29b90'),
(52879,57,9920,NULL,7882,4,'2026-01-17 20:46:07','2026-01-17 20:46:07','dba2af0e-e9e8-4a91-91f2-2d0ad140ddca'),
(52880,57,9920,NULL,7884,5,'2026-01-17 20:46:07','2026-01-17 20:46:07','38d14e77-92ff-4bd9-b5af-e16e1ef3a9a2'),
(52906,7,1011,NULL,601,1,'2026-01-17 20:46:49','2026-01-17 20:46:49','ec1d2db3-a47a-4878-b2e3-9e6e829db720'),
(52907,7,1011,NULL,9732,4,'2026-01-17 20:46:49','2026-01-17 20:46:49','c97b39b0-40ff-4410-b899-4c36c589817f'),
(52909,7,1011,NULL,9552,6,'2026-01-17 20:46:49','2026-01-18 22:27:36','c2419b4d-66eb-4358-b644-459be41b1c61'),
(52910,32,9922,NULL,2610,1,'2026-01-17 20:46:49','2026-01-17 20:46:49','7f12663a-0103-477b-a0a0-ceefe5b70557'),
(52911,32,9922,NULL,2598,2,'2026-01-17 20:46:49','2026-01-17 20:46:49','9bdf355a-9ea7-49fa-be72-6c6ebeedeee6'),
(52912,32,9922,NULL,2608,3,'2026-01-17 20:46:49','2026-01-17 20:46:49','411bfe7f-b344-441b-b518-f9ac13240d01'),
(52913,32,9922,NULL,2600,4,'2026-01-17 20:46:49','2026-01-17 20:46:49','704fdc55-28f1-4cd0-ac00-df3a613eeb85'),
(52914,32,9922,NULL,2596,5,'2026-01-17 20:46:49','2026-01-17 20:46:49','9cc1052e-1b1e-4597-a9e0-c0f537b89e31'),
(52915,32,9922,NULL,2602,6,'2026-01-17 20:46:49','2026-01-17 20:46:49','12de63aa-9e4a-4c67-8763-b495b850c2a7'),
(52916,32,9922,NULL,2604,7,'2026-01-17 20:46:49','2026-01-17 20:46:49','e445c28c-99fd-4bdc-bbc5-3e35c3239fa7'),
(52917,16,9922,NULL,7891,1,'2026-01-17 20:46:49','2026-01-17 20:46:49','50010e19-7e2a-4b97-90b4-413e1e1c6254'),
(52918,7,9922,NULL,601,1,'2026-01-17 20:46:49','2026-01-17 20:46:49','acaacd3f-c197-4b6c-98d4-9591d9e2f7a8'),
(52919,7,9922,NULL,2974,2,'2026-01-17 20:46:49','2026-01-17 20:46:49','4b8c3412-0939-490e-a6ec-301045943644'),
(52920,7,9922,NULL,617,3,'2026-01-17 20:46:49','2026-01-17 20:46:49','13e02e1d-faaf-49e7-b8ad-5beef73e27cf'),
(52921,7,9922,NULL,9732,4,'2026-01-17 20:46:49','2026-01-17 20:46:49','368300f1-38b8-406a-a538-8d79aacb39b7'),
(52922,7,9922,NULL,9727,5,'2026-01-17 20:46:49','2026-01-17 20:46:49','625d53ff-de9c-4bbc-88bb-9fcb2438dd48'),
(52923,7,9922,NULL,605,6,'2026-01-17 20:46:49','2026-01-17 20:46:49','04d44e0c-1fe2-4948-bb17-3a439588ddc6'),
(52924,7,9922,NULL,9552,7,'2026-01-17 20:46:49','2026-01-17 20:46:49','fcedd6b8-a8c3-4516-be5d-baa2d738954b'),
(52925,82,9922,NULL,479,1,'2026-01-17 20:46:49','2026-01-17 20:46:49','303727a7-9d47-4ac0-9aff-771f2806345e'),
(52926,82,9922,NULL,491,2,'2026-01-17 20:46:49','2026-01-17 20:46:49','fd7f8c40-5ade-41fe-8dfa-b62ab75c0187'),
(52927,57,9922,NULL,7893,1,'2026-01-17 20:46:49','2026-01-17 20:46:49','bb1b73f6-dfcf-4388-b522-b8e339b09118'),
(52928,57,9922,NULL,7892,2,'2026-01-17 20:46:49','2026-01-17 20:46:49','d95d7bde-b182-41bc-8739-8bf6bcc4e453'),
(52929,57,9922,NULL,7894,3,'2026-01-17 20:46:49','2026-01-17 20:46:49','ce1624f1-f665-492c-804e-98f5bf482286'),
(52930,57,9922,NULL,7901,4,'2026-01-17 20:46:49','2026-01-17 20:46:49','a992adf2-7536-4f38-a82d-182a184ed389'),
(52951,7,1017,NULL,9552,4,'2026-01-17 20:47:09','2026-01-17 20:47:09','f01a8d00-ca30-4b3d-8760-a04e89a06057'),
(52952,32,9924,NULL,2614,1,'2026-01-17 20:47:09','2026-01-17 20:47:09','37747b55-4c03-4927-9284-9e1a50b45929'),
(52953,32,9924,NULL,2610,2,'2026-01-17 20:47:09','2026-01-17 20:47:09','a9eb0ea7-d7fd-40fa-bf95-4d9ca5c64b21'),
(52954,32,9924,NULL,2598,3,'2026-01-17 20:47:09','2026-01-17 20:47:09','1d2d669c-006f-4c99-b1d2-488e70fe2b9e'),
(52955,32,9924,NULL,2600,4,'2026-01-17 20:47:09','2026-01-17 20:47:09','2d0c7b59-9732-4324-802d-2731e22c1e18'),
(52956,32,9924,NULL,2596,5,'2026-01-17 20:47:09','2026-01-17 20:47:09','c96efc7c-215b-49dd-96b6-4496b5d64c72'),
(52957,32,9924,NULL,2602,6,'2026-01-17 20:47:09','2026-01-17 20:47:09','a411e2aa-478b-4c90-bb7d-a912cd3e5561'),
(52958,32,9924,NULL,2604,7,'2026-01-17 20:47:09','2026-01-17 20:47:09','f8952907-3b44-426d-8bb0-06cd93e48808'),
(52959,32,9924,NULL,2608,8,'2026-01-17 20:47:09','2026-01-17 20:47:09','c8f63794-d068-4959-ad78-23115d8ce415'),
(52960,16,9924,NULL,3564,1,'2026-01-17 20:47:09','2026-01-17 20:47:09','c6fd0061-7bba-4c1a-870a-aad0cff0eff7'),
(52961,7,9924,NULL,601,1,'2026-01-17 20:47:09','2026-01-17 20:47:09','4a1f50fd-21ad-469e-aaab-0295266a8958'),
(52962,7,9924,NULL,617,2,'2026-01-17 20:47:09','2026-01-17 20:47:09','de02108e-5fe5-41e2-9b21-3eafc95df7ea'),
(52963,7,9924,NULL,605,3,'2026-01-17 20:47:09','2026-01-17 20:47:09','e11cf856-e2ae-432a-909f-d0c9cec2e98f'),
(52964,7,9924,NULL,9552,4,'2026-01-17 20:47:09','2026-01-17 20:47:09','cf49fb1d-2f2e-4b79-bb26-3fb3d8ed2d04'),
(52965,82,9924,NULL,479,1,'2026-01-17 20:47:09','2026-01-17 20:47:09','dd6ae05e-4593-45bb-9b63-551fea10d13e'),
(52966,57,9924,NULL,7908,1,'2026-01-17 20:47:09','2026-01-17 20:47:09','3e5626ab-f6aa-4c6b-aa10-86c0d0be9ffa'),
(52967,57,9924,NULL,7910,2,'2026-01-17 20:47:09','2026-01-17 20:47:09','dff9677c-d395-4528-a5a5-6888173eba96'),
(52968,57,9924,NULL,7911,3,'2026-01-17 20:47:09','2026-01-17 20:47:09','51df3ff2-5025-48e3-9af6-13310063fef9'),
(52969,57,9924,NULL,7909,4,'2026-01-17 20:47:09','2026-01-17 20:47:09','3655fdf8-04ff-41a8-af48-4cb946a8cb50'),
(52998,7,1023,NULL,9727,3,'2026-01-17 20:47:45','2026-01-17 20:47:45','3ca504f1-e1fd-401e-9330-90a5224f0404'),
(52999,7,1023,NULL,9552,4,'2026-01-17 20:47:45','2026-01-17 20:47:45','d46237a0-c553-4fd7-98ac-bd49cf9af1dd'),
(53000,32,9926,NULL,2610,1,'2026-01-17 20:47:45','2026-01-17 20:47:45','019f3334-3d38-4d1f-87f9-f11c5039e08a'),
(53001,32,9926,NULL,2598,2,'2026-01-17 20:47:45','2026-01-17 20:47:45','7098b9ba-3c14-493a-af2b-54a03a399de6'),
(53002,32,9926,NULL,2600,3,'2026-01-17 20:47:45','2026-01-17 20:47:45','e998e654-65ce-4f3e-a8b0-5d070cdb2bd5'),
(53003,32,9926,NULL,2596,4,'2026-01-17 20:47:45','2026-01-17 20:47:45','69f70419-f3a1-429a-a5dc-a04895ed61dd'),
(53004,32,9926,NULL,2602,5,'2026-01-17 20:47:45','2026-01-17 20:47:45','d88d02c8-c82c-42b5-876b-9e915290e7b5'),
(53005,32,9926,NULL,2604,6,'2026-01-17 20:47:45','2026-01-17 20:47:45','c537b459-bca4-4598-94ad-76e743f605ef'),
(53006,32,9926,NULL,2608,7,'2026-01-17 20:47:45','2026-01-17 20:47:45','0c397816-3cd7-43cf-84b3-30686e526cac'),
(53007,16,9926,NULL,5253,1,'2026-01-17 20:47:45','2026-01-17 20:47:45','f402e02c-73f4-4274-9897-8f8d53342656'),
(53008,7,9926,NULL,601,1,'2026-01-17 20:47:45','2026-01-17 20:47:45','b5d35f6d-96e5-4560-8869-267531d02766'),
(53009,7,9926,NULL,617,2,'2026-01-17 20:47:45','2026-01-17 20:47:45','76874a8c-2033-4c0b-92db-335450ecf396'),
(53010,7,9926,NULL,9727,3,'2026-01-17 20:47:45','2026-01-17 20:47:45','c245a7f6-c3df-4793-ae9a-e76195bf7202'),
(53011,7,9926,NULL,9552,4,'2026-01-17 20:47:45','2026-01-17 20:47:45','097e4b58-ae9a-49a9-9ffe-69c298abe11a'),
(53012,7,9926,NULL,605,5,'2026-01-17 20:47:45','2026-01-17 20:47:45','c05e1562-58d8-42f0-a00d-5c23ca47da0a'),
(53013,82,9926,NULL,479,1,'2026-01-17 20:47:45','2026-01-17 20:47:45','ff653265-9d80-479e-8763-ffd18b7b62d8'),
(53014,82,9926,NULL,491,2,'2026-01-17 20:47:45','2026-01-17 20:47:45','1ccc9ae2-cd61-41f9-a775-716f2edea565'),
(53015,46,9926,NULL,7379,1,'2026-01-17 20:47:45','2026-01-17 20:47:45','b71825cc-958d-4de6-bf7d-a6589938e72c'),
(53016,57,9926,NULL,7926,1,'2026-01-17 20:47:45','2026-01-17 20:47:45','8369d6ff-a881-4d76-a4f4-e4cba4464150'),
(53017,57,9926,NULL,7928,2,'2026-01-17 20:47:45','2026-01-17 20:47:45','da09a7e5-9489-4bf5-bbb4-ecf6d543d342'),
(53018,57,9926,NULL,7927,3,'2026-01-17 20:47:45','2026-01-17 20:47:45','056dd9ec-54c5-428a-a1d6-680a27ded4e7'),
(53019,57,9926,NULL,7924,4,'2026-01-17 20:47:45','2026-01-17 20:47:45','b464e602-90e4-4bad-bd75-fc326629fd1d'),
(53020,57,9926,NULL,7925,5,'2026-01-17 20:47:45','2026-01-17 20:47:45','cf82bf8c-125e-4149-97a0-c7a880943f27'),
(53021,57,9926,NULL,7923,6,'2026-01-17 20:47:45','2026-01-17 20:47:45','ab18bfaa-e990-4019-94a3-ea0b711b9778'),
(53022,57,9926,NULL,7920,7,'2026-01-17 20:47:45','2026-01-17 20:47:45','d47f7581-e3aa-4945-8e15-7b9e41d14345'),
(53023,57,9926,NULL,7922,8,'2026-01-17 20:47:45','2026-01-17 20:47:45','5338f0e3-83cf-4eb3-b00b-0eef411ba5f0'),
(53024,57,9926,NULL,7921,9,'2026-01-17 20:47:45','2026-01-17 20:47:45','311fd626-f1fb-4b49-bfe5-e682fccd453d'),
(53035,7,1031,NULL,617,1,'2026-01-17 20:48:08','2026-01-17 20:48:08','7651f1d0-4739-4e46-8335-e292e972fa77'),
(53036,7,1031,NULL,605,2,'2026-01-17 20:48:08','2026-01-17 20:48:08','ef225edb-7eac-46e9-a960-6d985c17342c'),
(53037,7,1031,NULL,9552,3,'2026-01-17 20:48:08','2026-01-17 20:48:08','f693e5b3-5266-4874-8062-e287bbd56fb7'),
(53038,16,9928,NULL,7937,1,'2026-01-17 20:48:08','2026-01-17 20:48:08','836c2670-b64d-4d9d-9317-cfcd75ccdeb2'),
(53039,7,9928,NULL,617,1,'2026-01-17 20:48:08','2026-01-17 20:48:08','413cc4fb-b586-4892-b33a-ba8853ffcce1'),
(53040,7,9928,NULL,605,2,'2026-01-17 20:48:08','2026-01-17 20:48:08','739f2096-7fcc-444d-8f9c-5a047e9bfc14'),
(53041,7,9928,NULL,9552,3,'2026-01-17 20:48:08','2026-01-17 20:48:08','4cea002c-14f5-4062-8357-7be0c6f78520'),
(53042,57,9928,NULL,7939,1,'2026-01-17 20:48:08','2026-01-17 20:48:08','af12b300-7608-44f7-9179-be4cdaf60345'),
(53043,57,9928,NULL,7941,2,'2026-01-17 20:48:08','2026-01-17 20:48:08','0a545c67-d78c-45e6-b4ff-cee09507a1ee'),
(53044,57,9928,NULL,7940,3,'2026-01-17 20:48:08','2026-01-17 20:48:08','6593987c-fc1f-456c-a217-59aba46334e6'),
(53045,57,9928,NULL,7938,4,'2026-01-17 20:48:08','2026-01-17 20:48:08','c6d0f77c-cd6d-435e-8f94-3348889f8bec'),
(53071,7,1035,NULL,9552,4,'2026-01-17 20:48:35','2026-01-17 20:48:35','1332fee9-cbb3-45f4-a5f1-da96869c1b88'),
(53072,32,9930,NULL,2614,1,'2026-01-17 20:48:35','2026-01-17 20:48:35','3513b482-1151-4c5b-b519-73fa890b1446'),
(53073,32,9930,NULL,2610,2,'2026-01-17 20:48:35','2026-01-17 20:48:35','0dfbf0cb-faa4-4bab-8d44-056157346062'),
(53074,32,9930,NULL,2598,3,'2026-01-17 20:48:35','2026-01-17 20:48:35','700c6be9-b583-4374-bbef-4b15ed524971'),
(53075,32,9930,NULL,2600,4,'2026-01-17 20:48:35','2026-01-17 20:48:35','8954cf83-e84b-4a46-8b29-224f879cc962'),
(53076,32,9930,NULL,2596,5,'2026-01-17 20:48:35','2026-01-17 20:48:35','ace669c3-2942-4a18-adcb-11dfb14b7d93'),
(53077,32,9930,NULL,2602,6,'2026-01-17 20:48:35','2026-01-17 20:48:35','1225b375-96aa-4d40-80c0-6b3ce0d81382'),
(53078,32,9930,NULL,2612,7,'2026-01-17 20:48:35','2026-01-17 20:48:35','147f224e-5108-44e0-a19a-39a0450d3730'),
(53079,32,9930,NULL,2604,8,'2026-01-17 20:48:35','2026-01-17 20:48:35','a0af34d9-df73-42fa-b506-87c44d7de132'),
(53080,32,9930,NULL,2608,9,'2026-01-17 20:48:35','2026-01-17 20:48:35','a57dbea2-14bd-42fd-8cde-02976f2829a7'),
(53081,16,9930,NULL,3623,1,'2026-01-17 20:48:35','2026-01-17 20:48:35','99cf1877-8401-4a34-9dc4-9ddbcbc5f494'),
(53082,7,9930,NULL,601,1,'2026-01-17 20:48:35','2026-01-17 20:48:35','32dcc9e9-0f0c-45c1-8d44-b213cb2cb10b'),
(53083,7,9930,NULL,617,2,'2026-01-17 20:48:35','2026-01-17 20:48:35','92ca3016-2864-4e05-b1e6-c223f34ef580'),
(53084,7,9930,NULL,605,3,'2026-01-17 20:48:35','2026-01-17 20:48:35','5d819188-2aad-4799-b051-5fae54ef2f2b'),
(53085,7,9930,NULL,9552,4,'2026-01-17 20:48:35','2026-01-17 20:48:35','7c9b77e6-e774-4dbc-8d89-adb71e55373e'),
(53086,82,9930,NULL,479,1,'2026-01-17 20:48:35','2026-01-17 20:48:35','a6949f01-e6fe-4125-8b67-281f95ac6c54'),
(53087,57,9930,NULL,7950,1,'2026-01-17 20:48:35','2026-01-17 20:48:35','64252bb7-cd98-4f99-bbd7-0118f22b9901'),
(53088,57,9930,NULL,7952,2,'2026-01-17 20:48:35','2026-01-17 20:48:35','138cc28d-44bd-418f-8ce2-ff5bc62c6d8c'),
(53089,57,9930,NULL,7956,3,'2026-01-17 20:48:35','2026-01-17 20:48:35','97d284fc-b412-445d-a6cf-a31b308f4428'),
(53090,57,9930,NULL,7955,4,'2026-01-17 20:48:35','2026-01-17 20:48:35','2bca1c51-4e5e-4d3e-a230-b9eae487aa3c'),
(53091,57,9930,NULL,7951,5,'2026-01-17 20:48:35','2026-01-17 20:48:35','150ef81d-a4b4-4c0a-b30a-a23ada15c0f1'),
(53092,57,9930,NULL,7954,6,'2026-01-17 20:48:35','2026-01-17 20:48:35','f7b2617e-124e-47dc-b9a5-3d1c9420947c'),
(53093,57,9930,NULL,7953,7,'2026-01-17 20:48:35','2026-01-17 20:48:35','03c23cf3-4639-48ab-ab53-4c2fadb0c344'),
(53094,57,9930,NULL,7957,8,'2026-01-17 20:48:35','2026-01-17 20:48:35','e92e2ba0-c215-4b61-93d4-600bd975a81f'),
(53116,7,1041,NULL,601,1,'2026-01-17 20:49:28','2026-01-17 20:49:28','3829bc03-7497-4442-b696-aea33ceb043b'),
(53117,7,1041,NULL,9732,4,'2026-01-17 20:49:28','2026-01-17 20:49:28','80a1ac7e-e9ef-47df-a05e-786f27459aa8'),
(53118,7,1041,NULL,9735,5,'2026-01-17 20:49:28','2026-01-17 20:49:28','60659670-53f5-424b-9747-d73b08aba261'),
(53120,7,1041,NULL,9552,6,'2026-01-17 20:49:28','2026-01-18 22:28:05','fbcf34cc-8c26-4c07-a3c8-50a532657615'),
(53121,32,9932,NULL,2610,1,'2026-01-17 20:49:28','2026-01-17 20:49:28','5a19a55d-c72c-4276-a943-390cbf955746'),
(53122,32,9932,NULL,2598,2,'2026-01-17 20:49:28','2026-01-17 20:49:28','8b4c9b08-7d22-41d1-b182-939a3e75cc93'),
(53123,32,9932,NULL,2608,3,'2026-01-17 20:49:28','2026-01-17 20:49:28','d06fec2f-721d-4132-b15d-8c8d0b675a7e'),
(53124,32,9932,NULL,2600,4,'2026-01-17 20:49:28','2026-01-17 20:49:28','13108b8f-85fb-4a85-b65a-78109cdc74c3'),
(53125,32,9932,NULL,2596,5,'2026-01-17 20:49:28','2026-01-17 20:49:28','8bc08332-8a05-4071-9517-5609c190e171'),
(53126,32,9932,NULL,2602,6,'2026-01-17 20:49:28','2026-01-17 20:49:28','4df19f6b-6e5e-4374-9478-b371d6b94065'),
(53127,32,9932,NULL,2604,7,'2026-01-17 20:49:28','2026-01-17 20:49:28','882d2990-56df-4cac-bbdd-27aede3b44f3'),
(53128,7,9932,NULL,601,1,'2026-01-17 20:49:28','2026-01-17 20:49:28','6967a484-635b-4cc4-8240-96fa6e250494'),
(53129,7,9932,NULL,2974,2,'2026-01-17 20:49:28','2026-01-17 20:49:28','482e24e1-654b-4009-abbc-72ed7a2ec28e'),
(53130,7,9932,NULL,617,3,'2026-01-17 20:49:28','2026-01-17 20:49:28','1a786fb0-2811-4022-9fca-f3cb93d43ff9'),
(53131,7,9932,NULL,9732,4,'2026-01-17 20:49:28','2026-01-17 20:49:28','e84a8db9-d9ed-411b-946a-d195aa3bcce0'),
(53132,7,9932,NULL,9735,5,'2026-01-17 20:49:28','2026-01-17 20:49:28','369ffe9d-e2cf-4a22-a808-fffb8aeaaa99'),
(53133,7,9932,NULL,9727,6,'2026-01-17 20:49:28','2026-01-17 20:49:28','43ec27b7-83c8-44a3-ae7c-c23113cd3939'),
(53134,7,9932,NULL,9552,7,'2026-01-17 20:49:28','2026-01-17 20:49:28','5be18db8-4f90-4895-9d17-4514da276c09'),
(53135,7,9932,NULL,605,8,'2026-01-17 20:49:28','2026-01-17 20:49:28','24281267-6abf-4003-adbb-703393c5d36c'),
(53136,82,9932,NULL,479,1,'2026-01-17 20:49:28','2026-01-17 20:49:28','f707a199-c1d3-4d9a-87ae-e209c3243943'),
(53137,82,9932,NULL,491,2,'2026-01-17 20:49:28','2026-01-17 20:49:28','b3a20bf7-4c65-417c-a77f-ab6f454fb0ed'),
(53162,7,1045,NULL,9552,5,'2026-01-17 20:50:38','2026-01-17 20:50:38','079ea8c8-47fd-499c-9583-fa0f86a75b4a'),
(53163,32,9934,NULL,2610,1,'2026-01-17 20:50:38','2026-01-17 20:50:38','b79553c1-4792-4edf-8b6d-32f5eb5516b7'),
(53164,32,9934,NULL,2598,2,'2026-01-17 20:50:38','2026-01-17 20:50:38','690fdfed-afda-46ac-944a-f075632fcb33'),
(53165,32,9934,NULL,2600,3,'2026-01-17 20:50:38','2026-01-17 20:50:38','612d7061-3972-47c9-947d-eca044b9b7eb'),
(53166,32,9934,NULL,2602,4,'2026-01-17 20:50:38','2026-01-17 20:50:38','8de439a9-1964-43ca-a51d-2ee995418ff2'),
(53167,32,9934,NULL,2612,5,'2026-01-17 20:50:38','2026-01-17 20:50:38','d26dcf88-46a7-437d-9ec2-fff80c0fcfac'),
(53168,32,9934,NULL,2618,6,'2026-01-17 20:50:38','2026-01-17 20:50:38','2e1135bf-17d0-41d0-8c56-cebc694f6187'),
(53169,32,9934,NULL,2604,7,'2026-01-17 20:50:38','2026-01-17 20:50:38','8a1552c1-3ba9-4362-b90f-067631f2eea8'),
(53170,32,9934,NULL,2608,8,'2026-01-17 20:50:38','2026-01-17 20:50:38','0e3c0bf3-ea92-42ca-8123-454386a6d976'),
(53171,32,9934,NULL,2596,9,'2026-01-17 20:50:38','2026-01-17 20:50:38','c3dad2d1-7742-4dab-8a33-e621adf9418e'),
(53172,7,9934,NULL,3468,1,'2026-01-17 20:50:38','2026-01-17 20:50:38','995d7ae7-f4fa-4020-971e-b126f258e71c'),
(53173,7,9934,NULL,601,2,'2026-01-17 20:50:38','2026-01-17 20:50:38','bfb91239-6bcd-4602-974d-9819efda6736'),
(53174,7,9934,NULL,617,3,'2026-01-17 20:50:38','2026-01-17 20:50:38','6966ad21-a708-408a-abf4-5c3cc7ad3f96'),
(53175,7,9934,NULL,605,4,'2026-01-17 20:50:38','2026-01-17 20:50:38','b1f9ef71-57e4-4542-aea0-67eb9e6b4724'),
(53176,7,9934,NULL,9552,5,'2026-01-17 20:50:38','2026-01-17 20:50:38','b0ab5d92-c588-4179-9686-0aa04b0905ab'),
(53177,82,9934,NULL,479,1,'2026-01-17 20:50:38','2026-01-17 20:50:38','ec4d61b5-0cab-4477-8264-d0cd23cb59d4'),
(53178,82,9934,NULL,491,2,'2026-01-17 20:50:38','2026-01-17 20:50:38','860a44dd-4c2a-46ec-a94f-d73ce20d024a'),
(53179,46,9934,NULL,3697,1,'2026-01-17 20:50:38','2026-01-17 20:50:38','d45498ad-96aa-478d-b6ea-c9ab8b24b1ea'),
(53180,57,9934,NULL,4829,1,'2026-01-17 20:50:38','2026-01-17 20:50:38','f7001ba6-29b0-4d90-bcf7-b42d1a692acd'),
(53181,57,9934,NULL,3689,2,'2026-01-17 20:50:38','2026-01-17 20:50:38','11303844-8201-428c-978d-26d93b88c6ec'),
(53182,57,9934,NULL,4826,3,'2026-01-17 20:50:38','2026-01-17 20:50:38','bf71b4ef-e6bb-43d9-b9f6-74818269fd1d'),
(53183,57,9934,NULL,4828,4,'2026-01-17 20:50:38','2026-01-17 20:50:38','d5a2b1a9-bb3c-438c-ad71-c20c31bff75a'),
(53184,57,9934,NULL,4827,5,'2026-01-17 20:50:38','2026-01-17 20:50:38','688206b7-8568-47a0-9a54-8f853294ad24'),
(53209,7,1051,NULL,9640,3,'2026-01-17 20:51:09','2026-01-17 20:51:09','a5f0791d-49d7-4c74-b89c-47c31e088c2b'),
(53210,7,1051,NULL,9552,6,'2026-01-17 20:51:09','2026-01-18 22:28:28','f0b7ddc7-c5ee-4e6e-bb04-de678f458f7a'),
(53211,32,9936,NULL,2614,1,'2026-01-17 20:51:09','2026-01-17 20:51:09','9a023d3b-a08e-4802-b5cb-2bd4a215dba1'),
(53212,32,9936,NULL,2610,2,'2026-01-17 20:51:09','2026-01-17 20:51:09','278ba383-fe21-40c6-887b-8189abb363fe'),
(53213,32,9936,NULL,2598,3,'2026-01-17 20:51:09','2026-01-17 20:51:09','08791e88-c756-4d2b-876b-d2336d8d63e3'),
(53214,32,9936,NULL,2600,4,'2026-01-17 20:51:09','2026-01-17 20:51:09','b4818665-3c1d-4d3e-8afe-2018f148bdbb'),
(53215,32,9936,NULL,2612,5,'2026-01-17 20:51:09','2026-01-17 20:51:09','a6640fd9-4a80-4cff-b209-0d9a59789f6d'),
(53216,32,9936,NULL,2604,6,'2026-01-17 20:51:09','2026-01-17 20:51:09','fd9406d9-39e4-4e88-a80a-2a876120fdc0'),
(53217,32,9936,NULL,2608,7,'2026-01-17 20:51:09','2026-01-17 20:51:09','cee7cb75-1382-4a5b-9d73-b3a8927cb3b7'),
(53218,32,9936,NULL,2596,8,'2026-01-17 20:51:09','2026-01-17 20:51:09','c62ac029-8270-430e-924e-5b9a37bbe8cb'),
(53219,32,9936,NULL,2602,9,'2026-01-17 20:51:09','2026-01-17 20:51:09','e186f656-b242-48c4-b64b-b034108a0b14'),
(53220,16,9936,NULL,3722,1,'2026-01-17 20:51:09','2026-01-17 20:51:09','c3bde218-2bca-4e8c-b2be-eb351edea5eb'),
(53221,7,9936,NULL,3468,1,'2026-01-17 20:51:09','2026-01-17 20:51:09','8b211a25-57e1-4629-8752-32c0da7d0ace'),
(53222,7,9936,NULL,601,2,'2026-01-17 20:51:09','2026-01-17 20:51:09','2bbb787d-1372-45da-ae94-4d0d13e9a955'),
(53223,7,9936,NULL,9640,3,'2026-01-17 20:51:09','2026-01-17 20:51:09','869e4a0c-3f56-4256-83b0-5acb837eb5b3'),
(53224,7,9936,NULL,2972,4,'2026-01-17 20:51:09','2026-01-17 20:51:09','b578f5b0-0783-4e14-81ca-efbfb198a2d3'),
(53225,7,9936,NULL,617,5,'2026-01-17 20:51:09','2026-01-17 20:51:09','e32f32ce-d7a9-4f28-9da6-40090ef1ca57'),
(53226,7,9936,NULL,605,6,'2026-01-17 20:51:09','2026-01-17 20:51:09','0e1db67f-9b6a-4140-8c90-bd800172f7b7'),
(53227,7,9936,NULL,9552,7,'2026-01-17 20:51:09','2026-01-17 20:51:09','73ab1c5f-bca7-46ab-b4c3-d861cb5e0c0a'),
(53228,82,9936,NULL,479,1,'2026-01-17 20:51:09','2026-01-17 20:51:09','6941fe81-8e76-40af-83db-2238fab910b1'),
(53229,57,9936,NULL,8024,1,'2026-01-17 20:51:09','2026-01-17 20:51:09','0902d1d5-7ddd-4ca0-903f-1bc72acfdb38'),
(53230,57,9936,NULL,8025,2,'2026-01-17 20:51:09','2026-01-17 20:51:09','62215c71-fcf8-4053-8241-305a175a71bb'),
(53231,57,9936,NULL,8027,3,'2026-01-17 20:51:09','2026-01-17 20:51:09','1e559e50-0f3c-4740-9734-2fd1181a2e63'),
(53232,57,9936,NULL,8026,4,'2026-01-17 20:51:09','2026-01-17 20:51:09','2d23af8b-8ca0-45f9-9a49-59c453f5b259'),
(53261,7,1059,NULL,6547,1,'2026-01-17 20:52:03','2026-01-17 20:52:03','b6d4db5f-e524-4d4c-ae3b-6b61dae39b84'),
(53262,7,1059,NULL,601,2,'2026-01-17 20:52:03','2026-01-17 20:52:03','9153f7c1-74db-4cec-b3c0-791f9408d1f6'),
(53263,7,1059,NULL,9727,5,'2026-01-17 20:52:03','2026-01-17 20:52:03','50f0eb3c-944b-4d47-91c6-7d94110ad410'),
(53264,7,1059,NULL,9552,7,'2026-01-17 20:52:03','2026-01-17 20:52:03','4fe226bc-b1ce-4615-aee5-991ea18569e1'),
(53265,32,9938,NULL,2610,1,'2026-01-17 20:52:04','2026-01-17 20:52:04','c125bcd2-c12f-467a-8f65-929669329d97'),
(53266,32,9938,NULL,2598,2,'2026-01-17 20:52:04','2026-01-17 20:52:04','82e403ae-e6b5-47ad-80cf-82b4584227e7'),
(53267,32,9938,NULL,2600,3,'2026-01-17 20:52:04','2026-01-17 20:52:04','56123eb7-79d4-4715-a4d3-9330f0435d75'),
(53268,32,9938,NULL,2602,4,'2026-01-17 20:52:04','2026-01-17 20:52:04','90d12929-db91-42e8-9a5c-7f4a0a197b93'),
(53269,32,9938,NULL,2612,5,'2026-01-17 20:52:04','2026-01-17 20:52:04','b43f9aca-da32-492b-9889-08d79bb40315'),
(53270,32,9938,NULL,2618,6,'2026-01-17 20:52:04','2026-01-17 20:52:04','5ca88fd4-469b-4a4b-8404-c09a65fa156c'),
(53271,32,9938,NULL,2604,7,'2026-01-17 20:52:04','2026-01-17 20:52:04','81576b5a-5da4-4075-b723-9b254cc63be7'),
(53272,32,9938,NULL,2608,8,'2026-01-17 20:52:04','2026-01-17 20:52:04','f8e3b8fa-85b3-4f2c-ad99-6ac196385e98'),
(53273,32,9938,NULL,2596,9,'2026-01-17 20:52:04','2026-01-17 20:52:04','eef5d135-21c5-4e85-9b2a-423e46a93fef'),
(53274,16,9938,NULL,8034,1,'2026-01-17 20:52:04','2026-01-17 20:52:04','fe88ba7b-b947-468d-b433-b24b072da21e'),
(53275,7,9938,NULL,6547,1,'2026-01-17 20:52:04','2026-01-17 20:52:04','3b23866a-e47e-4dab-9115-fa21b5ef8095'),
(53276,7,9938,NULL,601,2,'2026-01-17 20:52:04','2026-01-17 20:52:04','2f68d833-59a7-4fe1-b2a8-593c222c0dae'),
(53277,7,9938,NULL,2974,3,'2026-01-17 20:52:04','2026-01-17 20:52:04','6c861085-dbc5-47fd-b790-a69b4986e2a3'),
(53278,7,9938,NULL,617,4,'2026-01-17 20:52:04','2026-01-17 20:52:04','670c74ff-b3b1-4a5a-9e09-e7c78091f3c3'),
(53279,7,9938,NULL,9727,5,'2026-01-17 20:52:04','2026-01-17 20:52:04','cc0f1245-69fe-4ef6-a06d-9472ed9688ee'),
(53280,7,9938,NULL,605,6,'2026-01-17 20:52:04','2026-01-17 20:52:04','90f5a6fe-45ca-466b-b223-adc6c37de54e'),
(53281,7,9938,NULL,9552,7,'2026-01-17 20:52:04','2026-01-17 20:52:04','fccab19e-70a4-4f0a-bcc3-36c6ea458aae'),
(53282,82,9938,NULL,479,1,'2026-01-17 20:52:04','2026-01-17 20:52:04','3c60362d-6b4e-4bbe-9ab2-08c4cbeeb854'),
(53283,82,9938,NULL,491,2,'2026-01-17 20:52:04','2026-01-17 20:52:04','71c79473-65cf-48f4-976e-bcc8f04754ac'),
(53284,46,9938,NULL,3697,1,'2026-01-17 20:52:04','2026-01-17 20:52:04','64a71eb3-0c95-4e99-8a1e-e7fefbc1522e'),
(53285,57,9938,NULL,8033,1,'2026-01-17 20:52:04','2026-01-17 20:52:04','28684252-cc82-40c3-989c-b4431ce641b3'),
(53286,57,9938,NULL,8032,2,'2026-01-17 20:52:04','2026-01-17 20:52:04','734b8a5d-a2a1-43f2-8bff-c07ae23a46e3'),
(53287,57,9938,NULL,8036,3,'2026-01-17 20:52:04','2026-01-17 20:52:04','e1e13c92-cacb-4302-9e5a-126f91281c1b'),
(53288,57,9938,NULL,8035,4,'2026-01-17 20:52:04','2026-01-17 20:52:04','972732d2-3fa5-482d-899f-6ee9d379067c'),
(53314,7,1051,NULL,9549,7,'2026-01-17 20:52:25','2026-01-18 22:28:28','999d591f-e29d-4002-9f4b-20a56b9b9aff'),
(53315,32,9940,NULL,2614,1,'2026-01-17 20:52:25','2026-01-17 20:52:25','142d12eb-86e3-45cd-a7e9-cb5d0bda063a'),
(53316,32,9940,NULL,2610,2,'2026-01-17 20:52:25','2026-01-17 20:52:25','64c13c94-effa-44ef-9199-4c3f45a466d6'),
(53317,32,9940,NULL,2598,3,'2026-01-17 20:52:25','2026-01-17 20:52:25','c77ca7fd-09c4-46ed-83bf-513691de8278'),
(53318,32,9940,NULL,2600,4,'2026-01-17 20:52:25','2026-01-17 20:52:25','979d1c99-ba83-4876-89c6-1f7f7a26111a'),
(53319,32,9940,NULL,2612,5,'2026-01-17 20:52:25','2026-01-17 20:52:25','c187c3b8-cd48-4cf3-9ee7-81329547c316'),
(53320,32,9940,NULL,2604,6,'2026-01-17 20:52:25','2026-01-17 20:52:25','a34e8e12-ffe3-43e8-a3d7-f425ea84001a'),
(53321,32,9940,NULL,2608,7,'2026-01-17 20:52:25','2026-01-17 20:52:25','b919e2d5-dac4-4ed9-86d0-e5407cd2b8dd'),
(53322,32,9940,NULL,2596,8,'2026-01-17 20:52:25','2026-01-17 20:52:25','8feccfe3-a9cc-42bb-819c-b8816ad7604d'),
(53323,32,9940,NULL,2602,9,'2026-01-17 20:52:25','2026-01-17 20:52:25','0c2ef225-6b54-4222-a6f2-771972b541c5'),
(53324,16,9940,NULL,3722,1,'2026-01-17 20:52:25','2026-01-17 20:52:25','4d42a3de-5564-4047-9072-d5cff762b579'),
(53325,7,9940,NULL,3468,1,'2026-01-17 20:52:25','2026-01-17 20:52:25','dcab7f4e-fae4-4b5c-8732-bd2266661617'),
(53326,7,9940,NULL,601,2,'2026-01-17 20:52:25','2026-01-17 20:52:25','9d9125a5-1162-4d82-9dd3-075392420126'),
(53327,7,9940,NULL,9640,3,'2026-01-17 20:52:25','2026-01-17 20:52:25','2cd3ecbb-d7b1-4eee-a167-d89613b554cf'),
(53328,7,9940,NULL,2972,4,'2026-01-17 20:52:25','2026-01-17 20:52:25','9a11e517-8091-46b7-afcf-4fee756a0547'),
(53329,7,9940,NULL,617,5,'2026-01-17 20:52:25','2026-01-17 20:52:25','0b2fec86-0435-41e8-97a5-93b297a30e36'),
(53330,7,9940,NULL,605,6,'2026-01-17 20:52:25','2026-01-17 20:52:25','83d0ca6d-e7d8-42ed-b827-d2b869cd94ae'),
(53331,7,9940,NULL,9552,7,'2026-01-17 20:52:25','2026-01-17 20:52:25','ddf0cc98-0cf4-403c-b902-369a82e3671a'),
(53332,7,9940,NULL,9549,8,'2026-01-17 20:52:25','2026-01-17 20:52:25','0584cbf0-15e8-453f-9f51-42cb99cadad6'),
(53333,82,9940,NULL,479,1,'2026-01-17 20:52:25','2026-01-17 20:52:25','0e5d7ed2-4977-4e52-be04-e60a38017eee'),
(53334,57,9940,NULL,8024,1,'2026-01-17 20:52:25','2026-01-17 20:52:25','6578be26-a7bb-497e-9e2a-e35ae6d67014'),
(53335,57,9940,NULL,8025,2,'2026-01-17 20:52:25','2026-01-17 20:52:25','3e69ef07-3c39-42dd-b629-10c10ae4492b'),
(53336,57,9940,NULL,8027,3,'2026-01-17 20:52:25','2026-01-17 20:52:25','40713911-c47c-4019-a9cb-14918fcb8864'),
(53337,57,9940,NULL,8026,4,'2026-01-17 20:52:25','2026-01-17 20:52:25','7b6f7d48-7148-4f24-be5a-b2a7ab658f97'),
(53360,7,1067,NULL,9552,7,'2026-01-17 20:52:55','2026-01-17 20:52:55','278a1dc0-56d9-4d75-a68b-62fe136bebd3'),
(53361,32,9942,NULL,2614,1,'2026-01-17 20:52:55','2026-01-17 20:52:55','49ea37fe-fc93-4aad-bc8a-b02b585d9000'),
(53362,32,9942,NULL,2610,2,'2026-01-17 20:52:55','2026-01-17 20:52:55','a4d9f2a7-c828-4a8e-a151-729211cfe3e2'),
(53363,32,9942,NULL,2598,3,'2026-01-17 20:52:55','2026-01-17 20:52:55','743f9193-0ebf-480f-90a1-d1d8971f3450'),
(53364,32,9942,NULL,2600,4,'2026-01-17 20:52:55','2026-01-17 20:52:55','84ec35a0-fcf3-4370-96b1-7bdd68edfb00'),
(53365,32,9942,NULL,2602,5,'2026-01-17 20:52:55','2026-01-17 20:52:55','2e7697e7-3483-4466-9d22-ed7cf8e7fd2f'),
(53366,32,9942,NULL,2604,6,'2026-01-17 20:52:55','2026-01-17 20:52:55','a8cfdf84-cbff-4252-a124-4a3aa9b180e9'),
(53367,32,9942,NULL,2608,7,'2026-01-17 20:52:55','2026-01-17 20:52:55','4f64f9e8-40dd-4145-a90e-d0390e176b0a'),
(53368,32,9942,NULL,2596,8,'2026-01-17 20:52:55','2026-01-17 20:52:55','1dea8801-b626-48c4-8832-1a480588c49a'),
(53369,16,9942,NULL,3808,1,'2026-01-17 20:52:55','2026-01-17 20:52:55','969dc4bb-6bfc-46e9-8e3f-767ec69afa86'),
(53370,7,9942,NULL,3468,1,'2026-01-17 20:52:55','2026-01-17 20:52:55','04dc9520-7d41-4b91-a864-86c9970aa96f'),
(53371,7,9942,NULL,601,2,'2026-01-17 20:52:55','2026-01-17 20:52:55','56700955-f35c-4897-b520-c72d86cf5675'),
(53372,7,9942,NULL,2972,3,'2026-01-17 20:52:55','2026-01-17 20:52:55','f6ad03f8-1283-4753-945c-f104ef9354a3'),
(53373,7,9942,NULL,2974,4,'2026-01-17 20:52:55','2026-01-17 20:52:55','96c93685-a1f9-4a13-ad01-35fa93a159d3'),
(53374,7,9942,NULL,617,5,'2026-01-17 20:52:55','2026-01-17 20:52:55','eb159638-8c17-4874-ab18-ef8a0bb7c4e2'),
(53375,7,9942,NULL,605,6,'2026-01-17 20:52:55','2026-01-17 20:52:55','19ef2019-e798-4e93-9fdb-c948c87ea107'),
(53376,7,9942,NULL,9552,7,'2026-01-17 20:52:55','2026-01-17 20:52:55','ab86fc8b-8778-47bf-8dc9-c1de2c0680e6'),
(53377,82,9942,NULL,479,1,'2026-01-17 20:52:55','2026-01-17 20:52:55','3dd7d835-ac38-4450-988c-46059977f976'),
(53378,57,9942,NULL,8052,1,'2026-01-17 20:52:55','2026-01-17 20:52:55','d685d83e-e380-4831-afc7-523a54b50c42'),
(53379,57,9942,NULL,8054,2,'2026-01-17 20:52:55','2026-01-17 20:52:55','058921c0-9137-464e-a575-cdb753a53b40'),
(53380,57,9942,NULL,8053,3,'2026-01-17 20:52:55','2026-01-17 20:52:55','015e4064-d6e1-4447-8d4c-98252a4ed818'),
(53381,57,9942,NULL,8051,4,'2026-01-17 20:52:55','2026-01-17 20:52:55','488944d1-0868-4759-af15-59f1b2fb32ec'),
(53386,7,1073,NULL,617,1,'2026-01-17 20:53:29','2026-01-17 20:53:29','fa41e65e-c2b0-4d3c-bd7f-65aebbec8c9c'),
(53387,7,1073,NULL,9558,2,'2026-01-17 20:53:29','2026-01-17 20:53:29','ce3918d8-eb53-4ee4-8442-b232f1f6f20a'),
(53388,7,1073,NULL,605,3,'2026-01-17 20:53:29','2026-01-17 20:53:29','58156602-f5cd-4a41-9b87-f952e778ba29'),
(53389,7,1073,NULL,9552,4,'2026-01-17 20:53:29','2026-01-17 20:53:29','cf63707a-9d75-4581-a3f9-70e69de6d87b'),
(53390,16,9943,NULL,6530,1,'2026-01-17 20:53:29','2026-01-17 20:53:29','58bdfe97-e657-4ae9-901c-b95c02ba2219'),
(53391,7,9943,NULL,617,1,'2026-01-17 20:53:29','2026-01-17 20:53:29','96c620d8-2fe6-471f-ad88-22b5304d2430'),
(53392,7,9943,NULL,9558,2,'2026-01-17 20:53:29','2026-01-17 20:53:29','8a83d7e0-e119-4beb-9c5c-f8f5ec0d198a'),
(53393,7,9943,NULL,605,3,'2026-01-17 20:53:29','2026-01-17 20:53:29','e1307d26-f9ce-435e-8635-b79d4ac8e0d8'),
(53394,7,9943,NULL,9552,4,'2026-01-17 20:53:29','2026-01-17 20:53:29','3ecaf711-31b4-4cde-95bc-a8519f028d7b'),
(53395,57,9943,NULL,8064,1,'2026-01-17 20:53:29','2026-01-17 20:53:29','11cfd57a-340e-482e-ac1f-c8a9a3a66587'),
(53396,57,9943,NULL,8061,2,'2026-01-17 20:53:29','2026-01-17 20:53:29','4fec1375-8309-43f6-aebe-792bc1e85513'),
(53397,57,9943,NULL,8060,3,'2026-01-17 20:53:29','2026-01-17 20:53:29','ad326e11-d613-48d1-977e-2b780239daf9'),
(53398,57,9943,NULL,8063,4,'2026-01-17 20:53:29','2026-01-17 20:53:29','2123a752-1f11-4e63-9776-d851b5e7ca36'),
(53399,57,9943,NULL,8062,5,'2026-01-17 20:53:29','2026-01-17 20:53:29','dc2f29d1-84cb-4fa5-92df-d080dc6850c9'),
(53400,74,9943,NULL,6525,1,'2026-01-17 20:53:29','2026-01-17 20:53:29','8df1d4eb-0420-4cb3-b866-ffb95f493c3a'),
(53414,16,9945,NULL,6530,1,'2026-01-17 20:54:10','2026-01-17 20:54:10','df535e5c-11a1-4064-9383-1a60e4f19c45'),
(53415,7,9945,NULL,617,1,'2026-01-17 20:54:10','2026-01-17 20:54:10','c4f9a882-968b-4984-b380-5d36de8b309e'),
(53416,7,9945,NULL,9558,2,'2026-01-17 20:54:10','2026-01-17 20:54:10','4b9ede05-ec5a-4142-abbe-a934552a7a78'),
(53417,7,9945,NULL,605,3,'2026-01-17 20:54:10','2026-01-17 20:54:10','01a64637-f544-4537-9652-19848f80ae9a'),
(53418,7,9945,NULL,9552,4,'2026-01-17 20:54:10','2026-01-17 20:54:10','a74beb1b-62c3-462c-b6b0-26d9fd8dc4e6'),
(53419,57,9945,NULL,8064,1,'2026-01-17 20:54:10','2026-01-17 20:54:10','15d61d7e-c5bc-4aab-bd75-dc4d163d9afa'),
(53420,57,9945,NULL,8061,2,'2026-01-17 20:54:10','2026-01-17 20:54:10','2246942f-2617-4ee5-9879-c7825c31c62f'),
(53421,57,9945,NULL,8060,3,'2026-01-17 20:54:10','2026-01-17 20:54:10','7ee09240-fc6d-4437-b958-0895220145d7'),
(53422,57,9945,NULL,8063,4,'2026-01-17 20:54:10','2026-01-17 20:54:10','b35c092c-98c1-4aeb-b69b-e8df70b4cf87'),
(53423,57,9945,NULL,8062,5,'2026-01-17 20:54:10','2026-01-17 20:54:10','e57f5f4b-e705-481e-9be2-e73181613779'),
(53424,74,9945,NULL,6525,1,'2026-01-17 20:54:10','2026-01-17 20:54:10','67693f4e-65cb-421c-825a-52421d01c427'),
(53451,7,1079,NULL,9640,3,'2026-01-17 20:54:38','2026-01-17 20:54:38','b14792ee-222c-41fe-973c-5a4a2a7b433a'),
(53452,7,1079,NULL,9552,7,'2026-01-17 20:54:38','2026-01-18 22:28:58','060d4536-fd83-4812-84ea-726ddced8f99'),
(53453,32,9948,NULL,2614,1,'2026-01-17 20:54:38','2026-01-17 20:54:38','53901f68-5c3c-4c33-b12a-ca8b803c1b01'),
(53454,32,9948,NULL,2610,2,'2026-01-17 20:54:38','2026-01-17 20:54:38','5948b3ae-42ee-4c28-ab67-2189a90a7bed'),
(53455,32,9948,NULL,2598,3,'2026-01-17 20:54:38','2026-01-17 20:54:38','a27227b2-ed13-4e9d-a28b-b62b7ee69ef9'),
(53456,32,9948,NULL,2608,4,'2026-01-17 20:54:38','2026-01-17 20:54:38','96c0aa9b-7820-4794-8441-668c23610729'),
(53457,32,9948,NULL,2600,5,'2026-01-17 20:54:38','2026-01-17 20:54:38','eff10bbd-77c6-4fd9-9e21-b99f793414fa'),
(53458,32,9948,NULL,2596,6,'2026-01-17 20:54:38','2026-01-17 20:54:38','4abcbdfa-0c42-4b26-974f-2196cb9144a1'),
(53459,32,9948,NULL,2602,7,'2026-01-17 20:54:38','2026-01-17 20:54:38','a2380afa-3781-42e9-80ca-02748c03c231'),
(53460,32,9948,NULL,2606,8,'2026-01-17 20:54:38','2026-01-17 20:54:38','e8973401-c6ee-475d-8eb8-4fdeabc2672b'),
(53461,32,9948,NULL,2604,9,'2026-01-17 20:54:38','2026-01-17 20:54:38','d2bb7545-4ade-4956-a405-6320649bb4fa'),
(53462,16,9948,NULL,8081,1,'2026-01-17 20:54:38','2026-01-17 20:54:38','d52e2048-009b-42c0-a49d-3acfd26eb61b'),
(53463,7,9948,NULL,3468,1,'2026-01-17 20:54:38','2026-01-17 20:54:38','2917cefe-cb26-4d68-beae-553f8c848b96'),
(53464,7,9948,NULL,601,2,'2026-01-17 20:54:38','2026-01-17 20:54:38','4c067fe6-7878-4635-895a-5951b59924a0'),
(53465,7,9948,NULL,9640,3,'2026-01-17 20:54:38','2026-01-17 20:54:38','9c1c0aab-5ccd-4f1c-82fd-0bbf681f71b8'),
(53466,7,9948,NULL,2972,4,'2026-01-17 20:54:38','2026-01-17 20:54:38','bc1fc7b5-95ec-4720-a88c-f8a97a5920df'),
(53467,7,9948,NULL,2974,5,'2026-01-17 20:54:38','2026-01-17 20:54:38','384eee59-e1cd-4eb4-ad23-c67d03689d51'),
(53468,7,9948,NULL,617,6,'2026-01-17 20:54:38','2026-01-17 20:54:38','77ad9314-bf38-4702-aa4b-752c4fcccf9e'),
(53469,7,9948,NULL,605,7,'2026-01-17 20:54:38','2026-01-17 20:54:38','41331200-5812-4493-990f-87f0081d1c8f'),
(53470,7,9948,NULL,9552,8,'2026-01-17 20:54:38','2026-01-17 20:54:38','dabd9201-90e4-4ce4-93aa-bccc72f543ac'),
(53471,46,9948,NULL,2891,1,'2026-01-17 20:54:38','2026-01-17 20:54:38','3caa0f17-addb-4dc0-a152-d29d992cf6a2'),
(53472,57,9948,NULL,8082,1,'2026-01-17 20:54:38','2026-01-17 20:54:38','c61fef7b-9d3e-416b-a7ba-c8c13f5888ec'),
(53473,57,9948,NULL,8085,2,'2026-01-17 20:54:38','2026-01-17 20:54:38','76245e1d-4d15-482d-94c3-7876ec737345'),
(53474,57,9948,NULL,8086,3,'2026-01-17 20:54:38','2026-01-17 20:54:38','9a2398f9-aac2-4ff0-afad-ae0779cf8853'),
(53475,57,9948,NULL,8087,4,'2026-01-17 20:54:38','2026-01-17 20:54:38','2b51433c-11a4-429f-b474-1274b6a076e6'),
(53476,13,9948,NULL,6814,1,'2026-01-17 20:54:38','2026-01-17 20:54:38','e4fd0658-f811-4c19-b536-633349044653'),
(53483,7,1085,NULL,9552,6,'2026-01-17 20:55:02','2026-01-17 20:55:02','f80d8937-56d3-413a-a35c-f889c8b9940e'),
(53484,32,9955,NULL,2610,1,'2026-01-17 20:55:02','2026-01-17 20:55:02','b2b70cf4-fd62-4c90-b359-0ad6d2c4c24a'),
(53485,32,9955,NULL,2598,2,'2026-01-17 20:55:02','2026-01-17 20:55:02','9d0fed7d-0e92-4a79-8c89-6a8d6f19b01b'),
(53486,32,9955,NULL,2600,3,'2026-01-17 20:55:02','2026-01-17 20:55:02','57df1cf7-04d3-44b1-9a0d-791ba4b17780'),
(53487,32,9955,NULL,2604,4,'2026-01-17 20:55:02','2026-01-17 20:55:02','2735906b-b3b5-4476-99d1-acf4854490af'),
(53488,32,9955,NULL,2608,5,'2026-01-17 20:55:02','2026-01-17 20:55:02','55fd474d-e426-4de7-9147-636a6b9ce300'),
(53489,32,9955,NULL,2596,6,'2026-01-17 20:55:02','2026-01-17 20:55:02','e9a14e7f-e2b5-4f58-ae05-99b9a0ab361a'),
(53490,32,9955,NULL,2602,7,'2026-01-17 20:55:02','2026-01-17 20:55:02','c3f694a4-0c85-46c3-a8de-4b2c77835e53'),
(53491,16,9955,NULL,3865,1,'2026-01-17 20:55:02','2026-01-17 20:55:02','1b132304-fe9d-4dd3-b93b-cc09f57e1a97'),
(53492,7,9955,NULL,3468,1,'2026-01-17 20:55:02','2026-01-17 20:55:02','5f662d23-e2e3-4b52-a635-01d0fb7d402b'),
(53493,7,9955,NULL,601,2,'2026-01-17 20:55:02','2026-01-17 20:55:02','62c8a37f-8193-4c2e-865c-f4d532885159'),
(53494,7,9955,NULL,3093,3,'2026-01-17 20:55:02','2026-01-17 20:55:02','c4781588-766b-4153-8444-c35bf786dc02'),
(53495,7,9955,NULL,617,4,'2026-01-17 20:55:02','2026-01-17 20:55:02','e13448ed-991f-4820-96c2-3390cb75ec86'),
(53496,7,9955,NULL,605,5,'2026-01-17 20:55:02','2026-01-17 20:55:02','f736667f-6113-4173-8be7-0a69b0495989'),
(53497,7,9955,NULL,9552,6,'2026-01-17 20:55:02','2026-01-17 20:55:02','65d48f33-9cb3-498a-8125-d05057ad2124'),
(53498,82,9955,NULL,479,1,'2026-01-17 20:55:02','2026-01-17 20:55:02','186db2a9-42e6-4384-8025-bd7febdef7cc'),
(53499,82,9955,NULL,491,2,'2026-01-17 20:55:02','2026-01-17 20:55:02','c689ea77-2270-4eff-b0fe-5e4203087727'),
(53500,57,9955,NULL,8094,1,'2026-01-17 20:55:02','2026-01-17 20:55:02','ac99fa0e-c8ad-4db8-a683-4c2c490b2900'),
(53501,57,9955,NULL,8093,2,'2026-01-17 20:55:02','2026-01-17 20:55:02','1e4837ca-620d-4a21-a7a0-286b1f9f692b'),
(53502,57,9955,NULL,8095,3,'2026-01-17 20:55:02','2026-01-17 20:55:02','ca495b35-bcd1-415e-87da-6310bd31994b'),
(53503,57,9955,NULL,8092,4,'2026-01-17 20:55:02','2026-01-17 20:55:02','0572094a-8302-4661-971f-1c9d86043ee5'),
(53536,7,1091,NULL,9724,1,'2026-01-17 20:55:36','2026-01-17 20:55:36','51589e5a-4431-4e57-b85e-1b0ab68e0a2d'),
(53537,7,1091,NULL,9552,6,'2026-01-17 20:55:36','2026-02-23 20:03:13','24edde27-212a-4e56-bf78-75de57a469af'),
(53538,32,9963,NULL,2610,1,'2026-01-17 20:55:36','2026-01-17 20:55:36','9dbac5f3-affe-4924-abdd-b6b11549ec74'),
(53539,32,9963,NULL,2598,2,'2026-01-17 20:55:36','2026-01-17 20:55:36','6ba4ebfc-cdf2-4375-ad2d-3a8c6fa9263e'),
(53540,32,9963,NULL,2600,3,'2026-01-17 20:55:36','2026-01-17 20:55:36','dc658008-2b39-46b6-8917-2f1f056424fd'),
(53541,32,9963,NULL,2602,4,'2026-01-17 20:55:36','2026-01-17 20:55:36','482922c6-bce1-4549-a36f-f5f1ed876de8'),
(53542,32,9963,NULL,2612,5,'2026-01-17 20:55:36','2026-01-17 20:55:36','67c04323-6845-4103-afc2-c35663be5ac1'),
(53543,32,9963,NULL,2618,6,'2026-01-17 20:55:36','2026-01-17 20:55:36','916f693b-96a2-43c4-9890-4ee58e5fc173'),
(53544,32,9963,NULL,2604,7,'2026-01-17 20:55:36','2026-01-17 20:55:36','e6b7bb66-8003-4e36-ada8-71375f383f4e'),
(53545,32,9963,NULL,2614,8,'2026-01-17 20:55:36','2026-01-17 20:55:36','84cf668e-8bf7-4869-88e3-5685e5472a99'),
(53546,32,9963,NULL,2608,9,'2026-01-17 20:55:36','2026-01-17 20:55:36','ed773cac-0122-4fa4-970f-00760a716c55'),
(53547,32,9963,NULL,2596,10,'2026-01-17 20:55:36','2026-01-17 20:55:36','b278bcb5-83a5-484e-9e14-9655aa8128b4'),
(53548,16,9963,NULL,8104,1,'2026-01-17 20:55:36','2026-01-17 20:55:36','56b2d3b5-22ca-4b7f-a72c-3f303a7816ae'),
(53549,7,9963,NULL,9724,1,'2026-01-17 20:55:36','2026-01-17 20:55:36','fc9831f5-d7f1-4a5e-ac8c-36b6326b8b34'),
(53550,7,9963,NULL,2974,2,'2026-01-17 20:55:36','2026-01-17 20:55:36','8a7b4f18-5eed-4db4-aac6-02377ad635b3'),
(53551,7,9963,NULL,617,3,'2026-01-17 20:55:36','2026-01-17 20:55:36','7bf3074a-5f8a-4cd1-a9f9-39659591f7ad'),
(53552,7,9963,NULL,605,4,'2026-01-17 20:55:36','2026-01-17 20:55:36','54d1ba00-a9fe-4911-84ef-60028b67e97f'),
(53553,7,9963,NULL,9552,5,'2026-01-17 20:55:36','2026-01-17 20:55:36','707ad667-3e5e-43fe-9a01-bbff888cd16c'),
(53554,82,9963,NULL,479,1,'2026-01-17 20:55:36','2026-01-17 20:55:36','3e682f19-bd7e-4c11-a63c-dbdb35099396'),
(53555,46,9963,NULL,3697,1,'2026-01-17 20:55:36','2026-01-17 20:55:36','7f6855e6-ccc4-400c-b735-2939c81bbb49'),
(53556,57,9963,NULL,8108,1,'2026-01-17 20:55:36','2026-01-17 20:55:36','2ad14fb6-5c80-4f6f-99df-6b49d645c203'),
(53557,57,9963,NULL,8107,2,'2026-01-17 20:55:36','2026-01-17 20:55:36','6b8826eb-cd8d-49f5-8845-5bf92a9b39cf'),
(53558,57,9963,NULL,8106,3,'2026-01-17 20:55:36','2026-01-17 20:55:36','6e4e563e-71e5-4f40-bf55-34eea6dcbce1'),
(53559,57,9963,NULL,8105,4,'2026-01-17 20:55:36','2026-01-17 20:55:36','21340ff5-b689-4088-af0c-282112ac995b'),
(53560,13,9963,NULL,6820,1,'2026-01-17 20:55:36','2026-01-17 20:55:36','e4021921-fd65-4c05-94dd-3cb5b724f7c8'),
(53582,7,1097,NULL,2969,2,'2026-01-17 20:56:08','2026-01-17 20:56:08','d2b40ffd-1146-4fc9-bdae-21ee5425eecd'),
(53583,7,1097,NULL,9552,5,'2026-01-17 20:56:08','2026-01-17 20:56:08','a1885816-1cc3-41a0-bd02-b7170ade5771'),
(53584,32,9965,NULL,2610,1,'2026-01-17 20:56:08','2026-01-17 20:56:08','080d142d-4ac2-40ca-aa79-a01cbb29af13'),
(53585,32,9965,NULL,2598,2,'2026-01-17 20:56:08','2026-01-17 20:56:08','3500f9cc-6942-4600-a3b4-065894d89a41'),
(53586,32,9965,NULL,2600,3,'2026-01-17 20:56:08','2026-01-17 20:56:08','d3d177b0-8d01-4be4-a7ac-676a26aa110e'),
(53587,32,9965,NULL,2606,4,'2026-01-17 20:56:08','2026-01-17 20:56:08','d34132f6-914c-464f-87e6-177a633a3fab'),
(53588,32,9965,NULL,2604,5,'2026-01-17 20:56:08','2026-01-17 20:56:08','8ac84d94-68bd-4551-b3ec-f3c175fe0083'),
(53589,32,9965,NULL,2614,6,'2026-01-17 20:56:08','2026-01-17 20:56:08','7e60f00d-137d-4f57-8976-723a4991ffb5'),
(53590,32,9965,NULL,2608,7,'2026-01-17 20:56:08','2026-01-17 20:56:08','b79f9705-c4d0-4556-bf86-307a27eb320d'),
(53591,32,9965,NULL,2596,8,'2026-01-17 20:56:08','2026-01-17 20:56:08','823a1384-1a9a-4ef0-a7eb-4a1defea4048'),
(53592,32,9965,NULL,2602,9,'2026-01-17 20:56:08','2026-01-17 20:56:08','45677693-ab9a-4323-b189-9a1bbe93c322'),
(53593,16,9965,NULL,9415,1,'2026-01-17 20:56:08','2026-01-17 20:56:08','79ae1d7c-7c4b-48c6-89c8-ad85afb43fdc'),
(53594,7,9965,NULL,3468,1,'2026-01-17 20:56:08','2026-01-17 20:56:08','68510e73-85f4-44a3-a35b-0ff0e2fd8f72'),
(53595,7,9965,NULL,2969,2,'2026-01-17 20:56:08','2026-01-17 20:56:08','2fa9917c-d85d-41e2-ba50-42c3a3fef093'),
(53596,7,9965,NULL,617,3,'2026-01-17 20:56:08','2026-01-17 20:56:08','32cfa209-fa02-47a5-9489-990f61127bac'),
(53597,7,9965,NULL,605,4,'2026-01-17 20:56:08','2026-01-17 20:56:08','0cc7c6a0-d2ae-4533-8747-b6575a7a0a35'),
(53598,7,9965,NULL,9552,5,'2026-01-17 20:56:08','2026-01-17 20:56:08','46c10e2e-771c-4515-bd9a-05114b0ba025'),
(53599,57,9965,NULL,3927,1,'2026-01-17 20:56:08','2026-01-17 20:56:08','89201e9d-6d96-4989-9d17-72a924299a51'),
(53600,57,9965,NULL,8117,2,'2026-01-17 20:56:08','2026-01-17 20:56:08','4b2d2d50-669c-45bf-b41a-517179bdf927'),
(53601,57,9965,NULL,8119,3,'2026-01-17 20:56:08','2026-01-17 20:56:08','31b69889-10e2-434a-9a4b-f627a108f56a'),
(53602,57,9965,NULL,8120,4,'2026-01-17 20:56:08','2026-01-17 20:56:08','0c4913a7-a941-40be-954a-20dd0ab77c7f'),
(53624,7,1103,NULL,3468,1,'2026-01-17 20:56:47','2026-01-17 20:56:47','7c4bc3c9-1839-4bf0-927f-382ed3e1226e'),
(53625,7,1103,NULL,601,2,'2026-01-17 20:56:47','2026-01-17 20:56:47','8c6cb3c1-0ffd-4920-ba92-7cf564d11b46'),
(53626,7,1103,NULL,9552,4,'2026-01-17 20:56:47','2026-01-17 20:56:47','3a4f7e84-0ea4-4e6c-88a8-6e26adf76d34'),
(53627,32,9967,NULL,2610,1,'2026-01-17 20:56:47','2026-01-17 20:56:47','2028d144-aefa-4a63-95c1-23ff7ed6c8cf'),
(53628,32,9967,NULL,2598,2,'2026-01-17 20:56:47','2026-01-17 20:56:47','9a43ebfe-164d-4dd4-bc51-7f8db4b2a719'),
(53629,32,9967,NULL,2600,3,'2026-01-17 20:56:47','2026-01-17 20:56:47','6b6dde88-2cdc-4e36-a38a-a6b2ee116cae'),
(53630,32,9967,NULL,2604,4,'2026-01-17 20:56:47','2026-01-17 20:56:47','b8d583f3-640d-4b3c-a5ed-c287f10e11a6'),
(53631,32,9967,NULL,2608,5,'2026-01-17 20:56:47','2026-01-17 20:56:47','01d5283d-89da-48e0-9cb8-d5871c0f3989'),
(53632,32,9967,NULL,2596,6,'2026-01-17 20:56:47','2026-01-17 20:56:47','f2be4d3e-63d3-4eb6-9a19-b5d948160886'),
(53633,32,9967,NULL,2602,7,'2026-01-17 20:56:47','2026-01-17 20:56:47','1dda18c0-a13f-4c08-aaf4-5c037c90578d'),
(53634,16,9967,NULL,3959,1,'2026-01-17 20:56:47','2026-01-17 20:56:47','55cdb3dd-e63e-4bfc-b6fc-e0bfe83c77ed'),
(53635,7,9967,NULL,3468,1,'2026-01-17 20:56:47','2026-01-17 20:56:47','a4b56b7d-71b6-4a92-90d1-862bacefa92d'),
(53636,7,9967,NULL,601,2,'2026-01-17 20:56:47','2026-01-17 20:56:47','cd63bff3-4bf6-4b2d-8e94-e38d58fbd757'),
(53637,7,9967,NULL,617,3,'2026-01-17 20:56:47','2026-01-17 20:56:47','26c9b812-223a-48e3-be78-4efe7894072b'),
(53638,7,9967,NULL,9552,4,'2026-01-17 20:56:47','2026-01-17 20:56:47','032ca462-b416-4c46-9e9f-b328d2be88d9'),
(53639,7,9967,NULL,605,5,'2026-01-17 20:56:47','2026-01-17 20:56:47','353eedc8-262e-471c-a537-54f5c8ecc678'),
(53640,82,9967,NULL,479,1,'2026-01-17 20:56:47','2026-01-17 20:56:47','6ba0fbd7-da2c-4a15-a083-5ef5c8dcb776'),
(53641,82,9967,NULL,491,2,'2026-01-17 20:56:47','2026-01-17 20:56:47','310284c9-7b76-4e1d-a4e1-7bb3c9fa055c'),
(53642,57,9967,NULL,8132,1,'2026-01-17 20:56:47','2026-01-17 20:56:47','02315588-4987-438b-ae8b-c6bc3f5c9916'),
(53643,57,9967,NULL,8136,2,'2026-01-17 20:56:47','2026-01-17 20:56:47','840820d5-7234-4676-aae1-ca67972ba494'),
(53644,57,9967,NULL,8131,3,'2026-01-17 20:56:47','2026-01-17 20:56:47','ed843297-9cb9-4154-b030-953186d3f187'),
(53645,57,9967,NULL,8134,4,'2026-01-17 20:56:47','2026-01-17 20:56:47','e852f8de-1bb5-4fbc-9814-d489245aae64'),
(53646,57,9967,NULL,8135,5,'2026-01-17 20:56:47','2026-01-17 20:56:47','c00424be-bfaf-462d-b9e4-2efc54987d05'),
(53672,7,1109,NULL,6547,1,'2026-01-17 20:57:14','2026-01-17 20:57:14','bd00af48-9159-4006-8158-7fdd4fbc204b'),
(53673,7,1109,NULL,9552,6,'2026-01-17 20:57:14','2026-02-13 16:48:25','869d041f-3256-4308-9bbc-cd0d203dac38'),
(53674,32,9969,NULL,2610,1,'2026-01-17 20:57:14','2026-01-17 20:57:14','788632fa-1792-4436-b9ca-c8f0863217cf'),
(53675,32,9969,NULL,2598,2,'2026-01-17 20:57:14','2026-01-17 20:57:14','f7d4f6bf-d92a-49af-884a-d4a6417c867b'),
(53676,32,9969,NULL,2600,3,'2026-01-17 20:57:14','2026-01-17 20:57:14','559723c3-ff10-4e3a-9028-7217b6807c4c'),
(53677,32,9969,NULL,2604,4,'2026-01-17 20:57:14','2026-01-17 20:57:14','561a19e1-f4f7-4a88-a660-8b4699a01d27'),
(53678,32,9969,NULL,2608,5,'2026-01-17 20:57:14','2026-01-17 20:57:14','f21292d4-8c23-4357-beb5-b0afa50f558f'),
(53679,32,9969,NULL,2596,6,'2026-01-17 20:57:14','2026-01-17 20:57:14','909d9af4-4181-4e92-8b42-9d79c8c66a96'),
(53680,32,9969,NULL,2602,7,'2026-01-17 20:57:14','2026-01-17 20:57:14','4ecca9fa-767e-428b-986b-a6086fd6bf7f'),
(53681,16,9969,NULL,9420,1,'2026-01-17 20:57:14','2026-01-17 20:57:14','e24f2702-5364-4c6f-8323-cf4ef688f74e'),
(53682,7,9969,NULL,6547,1,'2026-01-17 20:57:14','2026-01-17 20:57:14','3afc8a14-52ff-4cb3-9920-3772eb9621f5'),
(53683,7,9969,NULL,601,2,'2026-01-17 20:57:14','2026-01-17 20:57:14','61f9d8d3-0341-4927-8949-4239cd539a2d'),
(53684,7,9969,NULL,617,3,'2026-01-17 20:57:14','2026-01-17 20:57:14','02b7092a-2fb4-44a3-87e0-bd2b1e7a488d'),
(53685,7,9969,NULL,605,4,'2026-01-17 20:57:14','2026-01-17 20:57:14','95864212-40ce-4339-bd92-2cf1a63ffa88'),
(53686,7,9969,NULL,9552,5,'2026-01-17 20:57:14','2026-01-17 20:57:14','24b0afce-b1c0-4dc8-bff8-fd04141146ac'),
(53687,82,9969,NULL,479,1,'2026-01-17 20:57:14','2026-01-17 20:57:14','b0563ed6-e604-4a96-9091-cff8850fc300'),
(53688,82,9969,NULL,491,2,'2026-01-17 20:57:14','2026-01-17 20:57:14','7e629a3f-8ae8-4a78-b5d6-62b25497c60f'),
(53689,57,9969,NULL,8141,1,'2026-01-17 20:57:14','2026-01-17 20:57:14','f7d5efa9-52be-423b-a7c8-010001115d0c'),
(53690,57,9969,NULL,5129,2,'2026-01-17 20:57:14','2026-01-17 20:57:14','fb8ae620-0a9e-4372-95d7-cb4f33c1a978'),
(53691,57,9969,NULL,5127,3,'2026-01-17 20:57:14','2026-01-17 20:57:14','c0e853ae-1fc2-4dd8-9dfa-861dc14ac236'),
(53692,57,9969,NULL,8142,4,'2026-01-17 20:57:14','2026-01-17 20:57:14','b3ebe069-119d-469d-84f8-43d6d4202b56'),
(53693,57,9969,NULL,9423,5,'2026-01-17 20:57:14','2026-01-17 20:57:14','94f5d438-7a98-4639-b315-cb7440ec0db5'),
(53694,57,9969,NULL,9424,6,'2026-01-17 20:57:14','2026-01-17 20:57:14','9bad66d0-2831-40c8-8190-cb3c9dcde0be'),
(53695,57,9969,NULL,9425,7,'2026-01-17 20:57:14','2026-01-17 20:57:14','2a2cf6c9-6411-44f2-870e-18443b77b3c9'),
(53696,57,9969,NULL,9426,8,'2026-01-17 20:57:14','2026-01-17 20:57:14','1eb012d7-fb08-44c4-84a2-a35b410f1105'),
(53697,57,9969,NULL,9427,9,'2026-01-17 20:57:14','2026-01-17 20:57:14','a282d650-e5d2-4c83-98ad-763ae3747b57'),
(53723,7,1117,NULL,3468,1,'2026-01-17 20:58:03','2026-01-17 20:58:03','5a94516d-6daa-4972-a0df-f1e7608171d5'),
(53724,7,1117,NULL,2969,2,'2026-01-17 20:58:03','2026-01-17 20:58:03','7d6963a5-2fb8-4568-b196-09b84a39e3db'),
(53725,7,1117,NULL,9724,4,'2026-01-17 20:58:03','2026-01-17 20:58:03','dd9d721a-f38a-4376-b36a-a9517d2e3fce'),
(53726,7,1117,NULL,9552,7,'2026-01-17 20:58:03','2026-01-17 20:58:03','73d22e6b-4514-4772-bcfa-39dca8bba796'),
(53728,32,9974,NULL,2610,1,'2026-01-17 20:58:03','2026-01-17 20:58:03','ae73d070-8bab-4f41-b2b7-50ef808bf705'),
(53729,32,9974,NULL,2598,2,'2026-01-17 20:58:03','2026-01-17 20:58:03','161a0a0d-4dfc-4f71-afe7-a56518801ba2'),
(53730,32,9974,NULL,2600,3,'2026-01-17 20:58:03','2026-01-17 20:58:03','7f1ed0cb-b3db-40e3-980d-3f70b4bfe60a'),
(53731,32,9974,NULL,2604,4,'2026-01-17 20:58:03','2026-01-17 20:58:03','9cdbc8c0-6ca2-4b04-8287-34bca7131e05'),
(53732,32,9974,NULL,2614,5,'2026-01-17 20:58:03','2026-01-17 20:58:03','c51ab1ca-2fb1-4802-83cf-c4baa79e9349'),
(53733,32,9974,NULL,2608,6,'2026-01-17 20:58:03','2026-01-17 20:58:03','f3458cc9-5d7b-441c-8769-83066927de1d'),
(53734,32,9974,NULL,2596,7,'2026-01-17 20:58:03','2026-01-17 20:58:03','6d4ab159-480f-4c08-8aaa-c9f90d6bb419'),
(53735,32,9974,NULL,2602,8,'2026-01-17 20:58:03','2026-01-17 20:58:03','4640e911-86de-4527-a41e-bb6a4aa67309'),
(53736,16,9974,NULL,4017,1,'2026-01-17 20:58:03','2026-01-17 20:58:03','23b77cef-77db-4744-a109-dbe420a98f0b'),
(53737,7,9974,NULL,3468,1,'2026-01-17 20:58:03','2026-01-17 20:58:03','f2421bfc-f31a-4a5d-96e2-8ae02f43d97f'),
(53738,7,9974,NULL,2969,2,'2026-01-17 20:58:03','2026-01-17 20:58:03','cdfa700d-2767-48a6-81a1-391ac420f624'),
(53739,7,9974,NULL,617,3,'2026-01-17 20:58:03','2026-01-17 20:58:03','0b247bca-9572-4bf9-a27d-7be1a222e5f9'),
(53740,7,9974,NULL,9724,4,'2026-01-17 20:58:03','2026-01-17 20:58:03','8e23e892-714f-42f6-83d7-e4b0ae0ed42d'),
(53741,7,9974,NULL,2972,5,'2026-01-17 20:58:03','2026-01-17 20:58:03','ab5ca135-1f32-40eb-9daa-24a371062ea9'),
(53742,7,9974,NULL,605,6,'2026-01-17 20:58:03','2026-01-17 20:58:03','21680212-e6eb-4943-9f57-3601933fcd62'),
(53743,7,9974,NULL,9552,7,'2026-01-17 20:58:03','2026-01-17 20:58:03','1e0481f5-2bad-4c6a-8d5b-aa04b79b8646'),
(53744,82,9974,NULL,479,1,'2026-01-17 20:58:03','2026-01-17 20:58:03','8eaa53c0-3204-4224-8ec0-7b54e0035799'),
(53745,57,9974,NULL,8163,1,'2026-01-17 20:58:03','2026-01-17 20:58:03','bd07b4cc-84df-4c7a-8488-809545734bbe'),
(53746,57,9974,NULL,8162,2,'2026-01-17 20:58:03','2026-01-17 20:58:03','ae7d988c-0f9e-4b29-b3c5-c68eb282ae0e'),
(53747,57,9974,NULL,8164,3,'2026-01-17 20:58:03','2026-01-17 20:58:03','8777997d-e4ce-4b46-97d8-a6de4b8573b0'),
(53748,57,9974,NULL,8165,4,'2026-01-17 20:58:03','2026-01-17 20:58:03','db3bc8eb-da50-400d-bb5e-81dfa9bc25f5'),
(53771,16,1401,NULL,9947,1,'2026-01-17 20:58:39','2026-01-17 20:58:39','06eb404a-29b3-472e-8acd-5b8a24e58c38'),
(53772,57,1401,NULL,9959,1,'2026-01-17 20:58:39','2026-01-17 20:58:39','0460ad9c-9d56-40bf-9e70-74ffcf7ca9dd'),
(53773,57,1401,NULL,9972,2,'2026-01-17 20:58:39','2026-01-17 20:58:39','c3c3b018-4f9f-44a4-95ec-fcab3d93636f'),
(53774,57,1401,NULL,9973,3,'2026-01-17 20:58:39','2026-01-17 20:58:39','e252337b-f421-4a78-b79c-2dcebcc9a149'),
(53775,57,1401,NULL,9957,4,'2026-01-17 20:58:39','2026-01-17 20:58:39','f024e458-fc1f-4833-ab0c-3bea25dafdde'),
(53776,57,1401,NULL,9953,5,'2026-01-17 20:58:39','2026-01-17 20:58:39','8634960d-5a16-4493-abcd-18eab330d0a1'),
(53777,57,1401,NULL,9954,6,'2026-01-17 20:58:39','2026-01-17 20:58:39','6cb8123c-42d9-44c6-b88f-9127614fe903'),
(53778,57,1401,NULL,9956,7,'2026-01-17 20:58:39','2026-01-17 20:58:39','84845e6e-3cf3-4d8e-a780-4987f639c5d2'),
(53779,57,1401,NULL,9949,8,'2026-01-17 20:58:39','2026-01-17 20:58:39','d19152e8-d83e-49ed-af2f-4147c98aea22'),
(53780,57,1401,NULL,9958,9,'2026-01-17 20:58:39','2026-01-17 20:58:39','2f78693c-9354-450b-861f-b685d3b22f76'),
(53781,57,1401,NULL,9960,10,'2026-01-17 20:58:39','2026-01-17 20:58:39','605193d7-3bd1-4b2e-9ea5-ba938a313912'),
(53782,57,1401,NULL,9962,11,'2026-01-17 20:58:39','2026-01-17 20:58:39','51dab0f2-9321-4744-8f1e-60771ea11899'),
(53783,57,1401,NULL,9971,12,'2026-01-17 20:58:39','2026-01-17 20:58:39','afc1d904-4d50-4323-a875-18e20f688a69'),
(53784,32,9976,NULL,2610,1,'2026-01-17 20:58:40','2026-01-17 20:58:40','b015b1e1-caf7-4fbd-bd45-5e8edaa816a9'),
(53785,32,9976,NULL,2598,2,'2026-01-17 20:58:40','2026-01-17 20:58:40','95076358-b3c7-4112-a3f6-e786874170bb'),
(53786,32,9976,NULL,2600,3,'2026-01-17 20:58:40','2026-01-17 20:58:40','0971d903-6beb-49f3-83a4-fb76819e9ac8'),
(53787,32,9976,NULL,2604,4,'2026-01-17 20:58:40','2026-01-17 20:58:40','ca2d7ccf-db9c-4dbd-8d16-2f4c34a4ec31'),
(53788,16,9976,NULL,9947,1,'2026-01-17 20:58:40','2026-01-17 20:58:40','83b5347a-48db-4bfb-8995-7f86d0ab711a'),
(53789,7,9976,NULL,605,1,'2026-01-17 20:58:40','2026-01-17 20:58:40','d5d8e641-89d7-40d9-b8c1-7dfaa502dee6'),
(53790,7,9976,NULL,617,2,'2026-01-17 20:58:40','2026-01-17 20:58:40','cc8d9776-20ef-4844-9c13-79c221430d19'),
(53791,7,9976,NULL,9552,3,'2026-01-17 20:58:40','2026-01-17 20:58:40','a6000fab-c513-48f5-a10d-670aa8e0d8bf'),
(53792,82,9976,NULL,469,1,'2026-01-17 20:58:40','2026-01-17 20:58:40','086dd98f-926b-437f-a5dc-263af0f41508'),
(53793,82,9976,NULL,475,2,'2026-01-17 20:58:40','2026-01-17 20:58:40','81a35f6b-177d-404a-a9bf-4e28303cce55'),
(53794,82,9976,NULL,479,3,'2026-01-17 20:58:40','2026-01-17 20:58:40','3f7807ed-9959-4f85-9c7b-b93b6227395c'),
(53795,82,9976,NULL,491,4,'2026-01-17 20:58:40','2026-01-17 20:58:40','c471a31b-eca9-4e20-869a-a29cd5943e90'),
(53796,57,9976,NULL,9959,1,'2026-01-17 20:58:40','2026-01-17 20:58:40','264609a9-ed8f-412b-939d-2169b5bc7571'),
(53797,57,9976,NULL,9972,2,'2026-01-17 20:58:40','2026-01-17 20:58:40','0f174c51-6e0a-439b-b2af-02a35d1d1c70'),
(53798,57,9976,NULL,9973,3,'2026-01-17 20:58:40','2026-01-17 20:58:40','153a354d-6e9e-48c2-9168-99263e8d5256'),
(53799,57,9976,NULL,9957,4,'2026-01-17 20:58:40','2026-01-17 20:58:40','9581e05c-125a-4174-a247-650b7184f70a'),
(53800,57,9976,NULL,9953,5,'2026-01-17 20:58:40','2026-01-17 20:58:40','afcd4845-a73b-478f-be24-8d29019cc8ae'),
(53801,57,9976,NULL,9954,6,'2026-01-17 20:58:40','2026-01-17 20:58:40','88ba951b-3788-44fc-a557-6bf0731c1557'),
(53802,57,9976,NULL,9956,7,'2026-01-17 20:58:40','2026-01-17 20:58:40','b088764d-6026-49dd-bffe-9db91219ec43'),
(53803,57,9976,NULL,9949,8,'2026-01-17 20:58:40','2026-01-17 20:58:40','87c400bb-fb05-4d5b-8f43-b192c48323d9'),
(53804,57,9976,NULL,9958,9,'2026-01-17 20:58:40','2026-01-17 20:58:40','c78a9be7-7a2f-4ce4-8637-243173c2fe90'),
(53805,57,9976,NULL,9960,10,'2026-01-17 20:58:40','2026-01-17 20:58:40','09629b2e-ea54-470e-9eb2-32723c94de2a'),
(53806,57,9976,NULL,9962,11,'2026-01-17 20:58:40','2026-01-17 20:58:40','90816843-c89a-498a-bc3e-e2268ca35b17'),
(53807,57,9976,NULL,9971,12,'2026-01-17 20:58:40','2026-01-17 20:58:40','4d856c27-cdf1-4627-9cda-b788069a6f2a'),
(53808,13,9976,NULL,7732,1,'2026-01-17 20:58:40','2026-01-17 20:58:40','55f6006a-36e3-4f48-a5f7-3eb0e211c9ba'),
(53812,7,1123,NULL,9640,4,'2026-01-17 20:59:04','2026-01-17 20:59:04','92216046-7473-4827-bca0-62d7cc7d8c95'),
(53813,7,1123,NULL,9724,6,'2026-01-17 20:59:04','2026-01-18 22:29:23','ec64bc99-3dac-4012-a6f9-7ecc1159915f'),
(53814,7,1123,NULL,9552,8,'2026-01-17 20:59:04','2026-01-18 22:29:23','35a2d391-f320-4764-bf37-5cf2278aaab9'),
(53815,32,9977,NULL,2610,1,'2026-01-17 20:59:04','2026-01-17 20:59:04','8cee773f-099e-41fd-8466-92af0b8356f1'),
(53816,32,9977,NULL,2598,2,'2026-01-17 20:59:04','2026-01-17 20:59:04','ccc2ef55-02ec-4cbd-888c-b7ac256c9846'),
(53817,32,9977,NULL,2600,3,'2026-01-17 20:59:04','2026-01-17 20:59:04','16173b5a-220b-440a-b812-8fd89b54393a'),
(53818,32,9977,NULL,2602,4,'2026-01-17 20:59:04','2026-01-17 20:59:04','31e6374f-ba24-48ce-9c32-e2d537d2c4af'),
(53819,32,9977,NULL,2604,5,'2026-01-17 20:59:04','2026-01-17 20:59:04','eb85b278-d545-40b4-aeec-7de84306bc90'),
(53820,32,9977,NULL,2608,6,'2026-01-17 20:59:04','2026-01-17 20:59:04','d583daf6-ce6c-4831-9a4b-27fa06e769f0'),
(53821,32,9977,NULL,2596,7,'2026-01-17 20:59:04','2026-01-17 20:59:04','8970f9cd-79ee-44ee-bb0c-54761ac0e192'),
(53822,16,9977,NULL,8178,1,'2026-01-17 20:59:04','2026-01-17 20:59:04','8a0af48b-6a79-4168-9bfd-42ece949b202'),
(53823,7,9977,NULL,3468,1,'2026-01-17 20:59:04','2026-01-17 20:59:04','7f708a91-fc2c-452c-ab56-b96afa247e65'),
(53824,7,9977,NULL,601,2,'2026-01-17 20:59:04','2026-01-17 20:59:04','58f8868d-4e1d-430a-a172-cbbba7d56365'),
(53825,7,9977,NULL,2974,3,'2026-01-17 20:59:04','2026-01-17 20:59:04','3d3a0e60-6bb0-444e-9574-5fa6c7fe03bc'),
(53826,7,9977,NULL,9640,4,'2026-01-17 20:59:04','2026-01-17 20:59:04','e847edd1-c5fb-4b37-bea1-a82b14ca77af'),
(53827,7,9977,NULL,2972,5,'2026-01-17 20:59:04','2026-01-17 20:59:04','389281e9-5f76-47de-ab83-c24411a1aa31'),
(53828,7,9977,NULL,617,6,'2026-01-17 20:59:04','2026-01-17 20:59:04','59f70de0-64aa-4c93-9ac8-37e19efc302d'),
(53829,7,9977,NULL,9724,7,'2026-01-17 20:59:04','2026-01-17 20:59:04','11e2c67e-0069-427a-9bf5-61e8055c7fd8'),
(53830,7,9977,NULL,605,8,'2026-01-17 20:59:04','2026-01-17 20:59:04','af97013e-0c69-4b3d-a911-dd2ac77ceef8'),
(53831,7,9977,NULL,9552,9,'2026-01-17 20:59:04','2026-01-17 20:59:04','3317abd1-c8ee-4269-a10c-de9bebc19735'),
(53832,82,9977,NULL,479,1,'2026-01-17 20:59:04','2026-01-17 20:59:04','3ea16dbe-6909-4a68-9a4a-ca65ad29587b'),
(53833,82,9977,NULL,491,2,'2026-01-17 20:59:04','2026-01-17 20:59:04','4303f9e7-f46e-41c6-b11c-3464e28ff4e0'),
(53834,57,9977,NULL,8175,1,'2026-01-17 20:59:04','2026-01-17 20:59:04','db268519-2930-4bd5-b765-4b4d438935a6'),
(53835,57,9977,NULL,8194,2,'2026-01-17 20:59:04','2026-01-17 20:59:04','118c145c-df4c-417d-90d4-e76996f7619e'),
(53836,57,9977,NULL,8174,3,'2026-01-17 20:59:04','2026-01-17 20:59:04','493a41ef-ffe4-4b9f-a46d-96da440d5096'),
(53837,57,9977,NULL,8177,4,'2026-01-17 20:59:04','2026-01-17 20:59:04','7539f8a4-38ff-4a11-aeba-bcaa8fa30f96'),
(53876,7,1129,NULL,9552,5,'2026-01-17 20:59:26','2026-03-19 17:06:20','9aa4c63a-aedc-4971-bbe1-8ef815bc9614'),
(53877,32,9980,NULL,2614,1,'2026-01-17 20:59:26','2026-01-17 20:59:26','e35adc19-86aa-4e77-8fd8-5a11eb3fec95'),
(53878,32,9980,NULL,2610,2,'2026-01-17 20:59:26','2026-01-17 20:59:26','b739557d-be8c-4400-a636-362dda3ce8e8'),
(53879,32,9980,NULL,2598,3,'2026-01-17 20:59:26','2026-01-17 20:59:26','29a4db3f-5fb2-485a-914f-ea693eba18d9'),
(53880,32,9980,NULL,2600,4,'2026-01-17 20:59:26','2026-01-17 20:59:26','211cbc85-f1d6-4780-8ebd-ab881746862d'),
(53881,32,9980,NULL,2602,5,'2026-01-17 20:59:26','2026-01-17 20:59:26','b862b064-3b34-46fb-b001-657204fe34e7'),
(53882,32,9980,NULL,2612,6,'2026-01-17 20:59:26','2026-01-17 20:59:26','dcf9198c-1d4c-4234-99b1-a8145a34f7b9'),
(53883,32,9980,NULL,2604,7,'2026-01-17 20:59:26','2026-01-17 20:59:26','a328a0b5-5132-4786-9c4e-428c59e4127e'),
(53884,32,9980,NULL,2608,8,'2026-01-17 20:59:26','2026-01-17 20:59:26','ae739e7d-b9eb-4234-bdf7-b3d3216e1917'),
(53885,32,9980,NULL,2596,9,'2026-01-17 20:59:26','2026-01-17 20:59:26','9389df14-940a-4334-b130-4dcb67182c79'),
(53886,16,9980,NULL,4083,1,'2026-01-17 20:59:26','2026-01-17 20:59:26','d937cbf7-e329-49fd-a152-0c0a5e94b5f4'),
(53887,7,9980,NULL,601,1,'2026-01-17 20:59:26','2026-01-17 20:59:26','38f4241d-078f-4428-a0c7-ca8179f9c977'),
(53888,7,9980,NULL,617,2,'2026-01-17 20:59:26','2026-01-17 20:59:26','2e8c65e6-0a0f-4641-af4c-011e5eb4d48f'),
(53889,7,9980,NULL,605,3,'2026-01-17 20:59:26','2026-01-17 20:59:26','f1a5f95d-d75d-491e-b24f-5d2d75278ec2'),
(53890,7,9980,NULL,9552,4,'2026-01-17 20:59:26','2026-01-17 20:59:26','66181067-ebb6-4924-952a-8bca17894d17'),
(53891,82,9980,NULL,479,1,'2026-01-17 20:59:26','2026-01-17 20:59:26','e3736de7-6c4c-49ce-b815-8668f06cc680'),
(53892,57,9980,NULL,5056,1,'2026-01-17 20:59:26','2026-01-17 20:59:26','c3ac9910-0847-40ad-b71d-24cf622228d3'),
(53893,57,9980,NULL,5055,2,'2026-01-17 20:59:26','2026-01-17 20:59:26','95bd28d7-a2c4-49e8-ba8d-301246611bb7'),
(53894,57,9980,NULL,5057,3,'2026-01-17 20:59:26','2026-01-17 20:59:26','81c1271e-fd49-4ac7-9584-3a5d70993433'),
(53895,57,9980,NULL,5058,4,'2026-01-17 20:59:26','2026-01-17 20:59:26','a5447538-4749-4818-9896-d00f78083e7e'),
(53910,7,1135,NULL,617,1,'2026-01-17 20:59:56','2026-01-17 20:59:56','f474a511-af88-49a9-8d02-64d579c14b8f'),
(53911,7,1135,NULL,9555,2,'2026-01-17 20:59:56','2026-01-17 20:59:56','78e5c83e-ecd5-4fac-a402-215499126787'),
(53912,7,1135,NULL,605,3,'2026-01-17 20:59:56','2026-01-17 20:59:56','492552e2-14a6-4b65-9ca7-f30f983efc15'),
(53913,7,1135,NULL,9552,4,'2026-01-17 20:59:56','2026-01-17 20:59:56','63053c5e-bf37-48b0-b4ee-1b8909362d69'),
(53914,16,9982,NULL,8208,1,'2026-01-17 20:59:56','2026-01-17 20:59:56','c27508ed-2703-4b3c-abb6-f9a9bec500d6'),
(53915,7,9982,NULL,617,1,'2026-01-17 20:59:56','2026-01-17 20:59:56','283d1578-eb8b-4ce3-8b48-4c15bd3f5ff7'),
(53916,7,9982,NULL,9555,2,'2026-01-17 20:59:56','2026-01-17 20:59:56','023c99b3-3197-498a-b0b0-3259b77ca884'),
(53917,7,9982,NULL,605,3,'2026-01-17 20:59:56','2026-01-17 20:59:56','7337df2f-572d-4e57-909e-b08ef5cafa3c'),
(53918,7,9982,NULL,9552,4,'2026-01-17 20:59:56','2026-01-17 20:59:56','dbc329ba-7aca-43f6-8ff9-5e77ec3c11ee'),
(53919,57,9982,NULL,8218,1,'2026-01-17 20:59:56','2026-01-17 20:59:56','49d5612f-b394-4ced-95e1-0712954c4fa6'),
(53920,57,9982,NULL,8217,2,'2026-01-17 20:59:56','2026-01-17 20:59:56','f37fdf31-68fb-4fe8-9861-5f67a16bd0c3'),
(53921,57,9982,NULL,8211,3,'2026-01-17 20:59:56','2026-01-17 20:59:56','7ee00d96-817d-498d-9df1-e1ccf95a54f1'),
(53922,57,9982,NULL,8214,4,'2026-01-17 20:59:56','2026-01-17 20:59:56','1d90628a-c956-4a7c-94b3-855d660d4d32'),
(53923,57,9982,NULL,8213,5,'2026-01-17 20:59:56','2026-01-17 20:59:56','c350d94b-29a8-4941-b8a1-8dff83aed0b1'),
(53924,57,9982,NULL,8212,6,'2026-01-17 20:59:56','2026-01-17 20:59:56','775bbd3a-447c-447c-96cb-7d0dab9178ed'),
(53925,57,9982,NULL,8215,7,'2026-01-17 20:59:56','2026-01-17 20:59:56','1cee6984-d886-436e-8c7b-a486d7732b02'),
(53926,74,9982,NULL,9453,1,'2026-01-17 20:59:56','2026-01-17 20:59:56','fc20030e-82a3-43f0-acf6-314cecfe7d8a'),
(53951,7,1143,NULL,6547,1,'2026-01-17 21:00:49','2026-01-17 21:00:49','49dfd9e1-8df0-4c39-a530-402af430f30b'),
(53952,7,1143,NULL,9724,3,'2026-01-17 21:00:49','2026-01-17 21:00:49','2f2cd7ea-9bdf-495a-b3ef-013bbd0d501c'),
(53953,7,1143,NULL,9552,7,'2026-01-17 21:00:49','2026-01-17 21:00:49','e05f0cbc-8ed7-43d5-948c-4a132e67ba7f'),
(53954,32,9984,NULL,2610,1,'2026-01-17 21:00:49','2026-01-17 21:00:49','440d9ce5-99cd-48a3-b66a-4f9274a2968a'),
(53955,32,9984,NULL,2598,2,'2026-01-17 21:00:49','2026-01-17 21:00:49','5c91e7dd-39a3-496f-b70a-7e83c8b9464b'),
(53956,32,9984,NULL,2600,3,'2026-01-17 21:00:49','2026-01-17 21:00:49','5881cd6f-efbe-4b2e-9a5b-bc165bad50c6'),
(53957,32,9984,NULL,2604,4,'2026-01-17 21:00:49','2026-01-17 21:00:49','d297b232-4ee5-49f1-b242-2935c8efdbdf'),
(53958,32,9984,NULL,2608,5,'2026-01-17 21:00:49','2026-01-17 21:00:49','8f3ae667-6817-4ed6-8be6-bdf0b47dfc6a'),
(53959,32,9984,NULL,2596,6,'2026-01-17 21:00:49','2026-01-17 21:00:49','ed9176c0-7220-47bf-9abe-5df1325a0309'),
(53960,32,9984,NULL,2602,7,'2026-01-17 21:00:49','2026-01-17 21:00:49','674e1474-d909-4413-9ad4-508d6f97d32d'),
(53961,16,9984,NULL,4142,1,'2026-01-17 21:00:49','2026-01-17 21:00:49','0d4a3231-36a3-4d13-830a-7c5d4c54de66'),
(53962,7,9984,NULL,6547,1,'2026-01-17 21:00:49','2026-01-17 21:00:49','e7bfc48f-3050-4539-8a99-1786dc48dff7'),
(53963,7,9984,NULL,601,2,'2026-01-17 21:00:49','2026-01-17 21:00:49','6dc0ff4b-be6d-4bfe-bf87-071d78723f42'),
(53964,7,9984,NULL,9724,3,'2026-01-17 21:00:49','2026-01-17 21:00:49','8d1a94db-0b17-49e6-bf36-dd0adc406b48'),
(53965,7,9984,NULL,2972,4,'2026-01-17 21:00:49','2026-01-17 21:00:49','a24b40c8-09c8-4246-ac2c-cf5a0eaec93d'),
(53966,7,9984,NULL,617,5,'2026-01-17 21:00:49','2026-01-17 21:00:49','095d028a-af07-465a-a45c-cfb3ffa475b5'),
(53967,7,9984,NULL,605,6,'2026-01-17 21:00:49','2026-01-17 21:00:49','f45fddc5-5402-46fe-8427-f4eaa59c5055'),
(53968,7,9984,NULL,9552,7,'2026-01-17 21:00:49','2026-01-17 21:00:49','d29fbd60-fb15-4b85-927a-80582272ca13'),
(53969,82,9984,NULL,479,1,'2026-01-17 21:00:49','2026-01-17 21:00:49','f0b25c98-c2c4-4fae-9c57-8be4d0f5e900'),
(53970,82,9984,NULL,491,2,'2026-01-17 21:00:49','2026-01-17 21:00:49','eff8f565-c44b-4550-be74-e71e161a0e8d'),
(53971,57,9984,NULL,4955,1,'2026-01-17 21:00:49','2026-01-17 21:00:49','a5ccec3e-6f3b-4963-8416-5745c25a56d1'),
(53972,57,9984,NULL,4956,2,'2026-01-17 21:00:49','2026-01-17 21:00:49','44c197b4-76d9-44ae-a93a-2d4eaa60cb4c'),
(53973,57,9984,NULL,4957,3,'2026-01-17 21:00:49','2026-01-17 21:00:49','8a60a349-06b5-4ed0-8bf3-e9d39fa937bf'),
(53974,57,9984,NULL,8227,4,'2026-01-17 21:00:49','2026-01-17 21:00:49','cb7cd5ec-38e3-4226-bf52-aa6f644f61a5'),
(53997,7,1149,NULL,9732,4,'2026-01-17 21:02:16','2026-01-17 21:02:16','5c78c95c-6f30-48c7-849a-d6b29f19e111'),
(53998,7,1149,NULL,9735,5,'2026-01-17 21:02:16','2026-01-17 21:02:16','076b9af1-841c-4424-a8cf-ae2393618f84'),
(54000,7,1149,NULL,9640,6,'2026-01-17 21:02:16','2026-01-18 22:29:53','da70a3f2-2761-42e7-9c89-d86e4e97c065'),
(54001,7,1149,NULL,9552,7,'2026-01-17 21:02:16','2026-01-18 22:29:53','6e08089b-e36e-4400-a887-8b4952c95265'),
(54002,32,9986,NULL,2610,1,'2026-01-17 21:02:16','2026-01-17 21:02:16','45dca558-52bb-4291-8bcd-c6d2afa21b41'),
(54003,32,9986,NULL,2598,2,'2026-01-17 21:02:16','2026-01-17 21:02:16','cca3e169-43e8-440c-964c-bc3ce9dcfd0d'),
(54004,32,9986,NULL,2600,3,'2026-01-17 21:02:16','2026-01-17 21:02:16','e576bc93-4719-43e7-bc63-e5567fc78bf1'),
(54005,32,9986,NULL,2604,4,'2026-01-17 21:02:16','2026-01-17 21:02:16','074fd8e9-4c45-4087-b778-1792c78eb4a3'),
(54006,32,9986,NULL,2614,5,'2026-01-17 21:02:16','2026-01-17 21:02:16','091facfb-420d-4438-843c-5fbed6614d6d'),
(54007,32,9986,NULL,2608,6,'2026-01-17 21:02:16','2026-01-17 21:02:16','0611eeaa-f883-4651-a2c8-a128ff32d970'),
(54008,32,9986,NULL,2596,7,'2026-01-17 21:02:16','2026-01-17 21:02:16','cf5595bf-ff30-4b2b-adca-112341b2596d'),
(54009,32,9986,NULL,2602,8,'2026-01-17 21:02:16','2026-01-17 21:02:16','4751b806-a81c-4ade-a467-0778f42153f1'),
(54010,16,9986,NULL,4150,1,'2026-01-17 21:02:16','2026-01-17 21:02:16','94644f56-7b15-4db5-bfcf-e794af45b918'),
(54011,7,9986,NULL,3468,1,'2026-01-17 21:02:16','2026-01-17 21:02:16','a4953743-f2a2-4a4c-aed2-2d3cff733cc4'),
(54012,7,9986,NULL,601,2,'2026-01-17 21:02:16','2026-01-17 21:02:16','888a085a-dbb1-4d1d-9261-722e5374c3e2'),
(54013,7,9986,NULL,617,3,'2026-01-17 21:02:16','2026-01-17 21:02:16','15989672-edc0-4e4a-a5e3-13b6ed09843a'),
(54014,7,9986,NULL,9732,4,'2026-01-17 21:02:16','2026-01-17 21:02:16','e2062c43-364f-4764-8bfc-011fbf53dca3'),
(54015,7,9986,NULL,9735,5,'2026-01-17 21:02:16','2026-01-17 21:02:16','72f77da9-75d5-4bce-9c2e-b07ae4db3f6b'),
(54016,7,9986,NULL,9727,6,'2026-01-17 21:02:16','2026-01-17 21:02:16','3d8b3933-c105-4a97-a6a2-863a3c23e133'),
(54017,7,9986,NULL,9640,7,'2026-01-17 21:02:16','2026-01-17 21:02:16','08263fba-4e97-4f13-a3e2-13b163afb0bd'),
(54018,7,9986,NULL,9552,8,'2026-01-17 21:02:16','2026-01-17 21:02:16','7d3955a0-aceb-4d98-8c80-3037eee0fe7a'),
(54019,7,9986,NULL,605,9,'2026-01-17 21:02:16','2026-01-17 21:02:16','e0f6c6f1-3c5b-4abc-a794-1aa79c338bae'),
(54020,82,9986,NULL,479,1,'2026-01-17 21:02:16','2026-01-17 21:02:16','5e90f3b1-4319-4598-8063-474ba847c622'),
(54043,7,1155,NULL,6547,1,'2026-01-17 21:03:19','2026-01-17 21:03:19','45ea5c1d-4608-4735-bb5b-790e64761dc6'),
(54044,7,1155,NULL,601,2,'2026-01-17 21:03:19','2026-01-17 21:03:19','c8da1bc8-4348-451d-a65e-411e1e1bed52'),
(54045,7,1155,NULL,9732,4,'2026-01-17 21:03:19','2026-01-17 21:03:19','0a17d1b7-aef7-45e6-bdaf-eb7d2759fa73'),
(54046,7,1155,NULL,9735,5,'2026-01-17 21:03:19','2026-01-17 21:03:19','88b727dd-2d21-45e7-9d28-0846ffada680'),
(54047,7,1155,NULL,9640,6,'2026-01-17 21:03:19','2026-01-17 21:03:19','dbd3c4a8-1cea-43dd-8d6e-3af5539c6bbd'),
(54048,32,9988,NULL,2610,1,'2026-01-17 21:03:19','2026-01-17 21:03:19','a45af71a-71f9-4e50-a5bb-1d0836a90be1'),
(54049,32,9988,NULL,2598,2,'2026-01-17 21:03:19','2026-01-17 21:03:19','91d4f239-853d-41c8-8149-69751ad3e1ee'),
(54050,32,9988,NULL,2600,3,'2026-01-17 21:03:19','2026-01-17 21:03:19','011706e9-726f-4c70-89a3-c0f442b13df5'),
(54051,32,9988,NULL,2604,4,'2026-01-17 21:03:19','2026-01-17 21:03:19','757a82b1-eb96-459e-81e7-66e4f87b3761'),
(54052,32,9988,NULL,2614,5,'2026-01-17 21:03:19','2026-01-17 21:03:19','791b5482-cdb3-4f91-b6c7-61edc668ac3f'),
(54053,32,9988,NULL,2608,6,'2026-01-17 21:03:19','2026-01-17 21:03:19','3a91caaa-09f5-4706-aebf-b452cd3cb6af'),
(54054,32,9988,NULL,2596,7,'2026-01-17 21:03:19','2026-01-17 21:03:19','76c4fc3a-db30-41a0-8d75-cdab89a907b2'),
(54055,32,9988,NULL,2602,8,'2026-01-17 21:03:19','2026-01-17 21:03:19','47895f46-4b35-4a9c-b656-a949225494fd'),
(54056,16,9988,NULL,4181,1,'2026-01-17 21:03:19','2026-01-17 21:03:19','b5bef998-11e9-4c8a-8b0b-1e93fa8bce40'),
(54057,7,9988,NULL,6547,1,'2026-01-17 21:03:19','2026-01-17 21:03:19','3a56b9cc-b0c6-446e-86c6-97d218b64a9c'),
(54058,7,9988,NULL,601,2,'2026-01-17 21:03:19','2026-01-17 21:03:19','89d271bd-5c84-42de-b5ab-71ff03af633d'),
(54059,7,9988,NULL,617,3,'2026-01-17 21:03:19','2026-01-17 21:03:19','c442c5dd-40a1-47f5-940e-7c207e9b2103'),
(54060,7,9988,NULL,9732,4,'2026-01-17 21:03:19','2026-01-17 21:03:19','1a9870c8-32fc-4032-b204-446f7f2a46af'),
(54061,7,9988,NULL,9735,5,'2026-01-17 21:03:19','2026-01-17 21:03:19','abedb52b-3ab4-4fea-9ea0-151e487ead87'),
(54062,7,9988,NULL,9640,6,'2026-01-17 21:03:19','2026-01-17 21:03:19','cb8679aa-af4a-4e03-badf-1931d4bec9ba'),
(54063,7,9988,NULL,605,7,'2026-01-17 21:03:19','2026-01-17 21:03:19','478ed111-8d51-4ca2-9ac7-2c95f3c2f21c'),
(54064,82,9988,NULL,479,1,'2026-01-17 21:03:19','2026-01-17 21:03:19','7dd8cff7-e8b9-4f2e-bf68-548846dbd20a'),
(54065,57,9988,NULL,9518,1,'2026-01-17 21:03:19','2026-01-17 21:03:19','ceef9131-61b6-4366-aeb5-88103c557b24'),
(54066,57,9988,NULL,9519,2,'2026-01-17 21:03:19','2026-01-17 21:03:19','ece2680e-54e5-490d-8590-11e4c5816991'),
(54067,57,9988,NULL,9520,3,'2026-01-17 21:03:19','2026-01-17 21:03:19','5589cfb4-9aab-497b-bb5a-7733423acf59'),
(54093,7,1165,NULL,6547,1,'2026-01-17 21:05:03','2026-01-17 21:05:03','b39ea685-993a-48d3-a827-863f3d61326d'),
(54094,7,1165,NULL,601,2,'2026-01-17 21:05:03','2026-01-17 21:05:03','373f84f9-3456-4139-98ff-78600ba8a48a'),
(54095,7,1165,NULL,9640,4,'2026-01-17 21:05:03','2026-03-19 19:58:41','199bdf4d-23a0-4db8-8f24-f6160ac10662'),
(54096,7,1165,NULL,9552,9,'2026-01-17 21:05:03','2026-03-19 19:58:41','c710c482-5f19-4c6e-960f-78cc26be5895'),
(54097,32,9991,NULL,2614,1,'2026-01-17 21:05:03','2026-01-17 21:05:03','a7ebfc4e-d637-4f48-8304-f568510a62fb'),
(54098,32,9991,NULL,2610,2,'2026-01-17 21:05:03','2026-01-17 21:05:03','46540b23-04d6-4d16-b617-cf105f6a1920'),
(54099,32,9991,NULL,2598,3,'2026-01-17 21:05:03','2026-01-17 21:05:03','ee3bbe44-a48a-4fdf-ae93-8d9df7d8927e'),
(54100,32,9991,NULL,2600,4,'2026-01-17 21:05:03','2026-01-17 21:05:03','abf4f32f-464a-4ad3-b343-622620f05b14'),
(54101,32,9991,NULL,2604,5,'2026-01-17 21:05:03','2026-01-17 21:05:03','d3fe6d74-6e9a-4eac-af4f-d36190b8175f'),
(54102,32,9991,NULL,2608,6,'2026-01-17 21:05:03','2026-01-17 21:05:03','598989a8-5ee0-4454-a42c-9c1a50c20567'),
(54103,32,9991,NULL,2596,7,'2026-01-17 21:05:03','2026-01-17 21:05:03','083c717c-6444-44b1-b2ac-350590746d3e'),
(54104,32,9991,NULL,2602,8,'2026-01-17 21:05:03','2026-01-17 21:05:03','83a334b5-975a-40f1-bf55-dc88932d789a'),
(54105,16,9991,NULL,4223,1,'2026-01-17 21:05:03','2026-01-17 21:05:03','0c074a55-498d-4f67-aad8-bbb772cae322'),
(54106,7,9991,NULL,6547,1,'2026-01-17 21:05:03','2026-01-17 21:05:03','474c7704-4bf9-4ed0-93b4-dc8f6204ae49'),
(54107,7,9991,NULL,601,2,'2026-01-17 21:05:03','2026-01-17 21:05:03','b97c5495-2649-4be6-bb37-ed1cce2655d3'),
(54108,7,9991,NULL,2974,3,'2026-01-17 21:05:03','2026-01-17 21:05:03','73a75d2e-cf4d-4f58-ba8d-0cd7f9a21501'),
(54109,7,9991,NULL,617,4,'2026-01-17 21:05:03','2026-01-17 21:05:03','ef3bdb12-8b53-422b-b02d-daa49aee49c9'),
(54110,7,9991,NULL,9640,5,'2026-01-17 21:05:03','2026-01-17 21:05:03','fad1b597-5f0d-47c8-a503-684fa5749924'),
(54111,7,9991,NULL,605,6,'2026-01-17 21:05:03','2026-01-17 21:05:03','b1828dbe-d946-463d-a48e-4e17926e2b9c'),
(54112,7,9991,NULL,9552,7,'2026-01-17 21:05:03','2026-01-17 21:05:03','421a776e-d67d-40dc-82b2-e8c0bf5cd71f'),
(54113,82,9991,NULL,479,1,'2026-01-17 21:05:03','2026-01-17 21:05:03','15892514-471f-47ee-ab8f-e439017e6db8'),
(54114,57,9991,NULL,4821,1,'2026-01-17 21:05:03','2026-01-17 21:05:03','e68508f7-8eb5-47ff-b382-9643d0a2e1ca'),
(54115,57,9991,NULL,4822,2,'2026-01-17 21:05:03','2026-01-17 21:05:03','4258661d-d568-4be1-9ccc-3f5d9c528f0d'),
(54116,57,9991,NULL,4823,3,'2026-01-17 21:05:03','2026-01-17 21:05:03','6b40cf9f-2aec-4ae3-ba95-0c452d9f6a0d'),
(54117,57,9991,NULL,4824,4,'2026-01-17 21:05:03','2026-01-17 21:05:03','79947610-73e5-4dec-9ab8-535f1e0d6ffc'),
(54118,13,9991,NULL,6620,1,'2026-01-17 21:05:03','2026-01-17 21:05:03','9c19291d-7d8e-48c5-8c54-dffcb47bb788'),
(54141,7,1171,NULL,6547,1,'2026-01-17 21:05:35','2026-01-17 21:05:35','15469ed8-43d8-4a2d-bea8-955ab29faa30'),
(54142,7,1171,NULL,601,2,'2026-01-17 21:05:35','2026-01-17 21:05:35','43e5cfb6-20b0-4b1f-acb9-bea4715e994a'),
(54143,7,1171,NULL,9640,3,'2026-01-17 21:05:35','2026-01-18 22:30:44','5b965d98-3c1c-42b8-8d0e-32f7319e6255'),
(54144,32,9993,NULL,2610,1,'2026-01-17 21:05:35','2026-01-17 21:05:35','e750bcc3-de81-464c-9076-07c0f84ff569'),
(54145,32,9993,NULL,2598,2,'2026-01-17 21:05:35','2026-01-17 21:05:35','2f76f2f4-efcc-4c22-be92-687744b72815'),
(54146,32,9993,NULL,2600,3,'2026-01-17 21:05:35','2026-01-17 21:05:35','45020c70-b1a5-4f34-b7d6-8d06f96b86fc'),
(54147,32,9993,NULL,2604,4,'2026-01-17 21:05:35','2026-01-17 21:05:35','697b5494-794e-4066-a099-1ccd0cac15ec'),
(54148,32,9993,NULL,2608,5,'2026-01-17 21:05:35','2026-01-17 21:05:35','1000136c-0974-4671-8a12-ec1ab330bb11'),
(54149,32,9993,NULL,2602,6,'2026-01-17 21:05:35','2026-01-17 21:05:35','dc1f3084-3e43-4d85-939c-1e6a1003b5e6'),
(54150,16,9993,NULL,4276,1,'2026-01-17 21:05:35','2026-01-17 21:05:35','c2311385-943c-4c9e-a43e-95a2e4eb2f83'),
(54151,7,9993,NULL,6547,1,'2026-01-17 21:05:35','2026-01-17 21:05:35','bb4bdd78-ad8f-4daa-a51f-323ed16751cc'),
(54152,7,9993,NULL,601,2,'2026-01-17 21:05:35','2026-01-17 21:05:35','0d62c73a-f0a8-4ede-baae-998d7757e309'),
(54153,7,9993,NULL,2972,3,'2026-01-17 21:05:35','2026-01-17 21:05:35','4ec56f72-ed73-40eb-bd2d-f5b9086f8808'),
(54154,7,9993,NULL,617,4,'2026-01-17 21:05:35','2026-01-17 21:05:35','b06d9a05-6651-4061-8738-5347a5882585'),
(54155,7,9993,NULL,605,5,'2026-01-17 21:05:35','2026-01-17 21:05:35','ccbf00f8-2ebf-4efd-8733-52541f4982e9'),
(54156,7,9993,NULL,9640,6,'2026-01-17 21:05:35','2026-01-17 21:05:35','9d7c2517-ed2c-4b75-893a-533793994364'),
(54157,82,9993,NULL,469,1,'2026-01-17 21:05:35','2026-01-17 21:05:35','aec68d3a-2c46-469f-bf95-3c391a1c2ff2'),
(54158,82,9993,NULL,479,2,'2026-01-17 21:05:35','2026-01-17 21:05:35','60c07c65-8186-4013-a045-ec57cfcfc589'),
(54159,82,9993,NULL,491,3,'2026-01-17 21:05:35','2026-01-17 21:05:35','59a688e0-49a9-42ea-8e76-4ae1c799a2ad'),
(54160,57,9993,NULL,4838,1,'2026-01-17 21:05:35','2026-01-17 21:05:35','d990ab48-fa52-4698-a68f-c4e85a35fada'),
(54161,57,9993,NULL,4836,2,'2026-01-17 21:05:35','2026-01-17 21:05:35','77b65445-f5c2-4558-b1ab-17417e8ced7a'),
(54162,57,9993,NULL,4834,3,'2026-01-17 21:05:35','2026-01-17 21:05:35','ccd2ba06-8839-4b85-ac53-9fed060e5b05'),
(54163,57,9993,NULL,4837,4,'2026-01-17 21:05:35','2026-01-17 21:05:35','99f32c75-0c18-4530-8ed6-3e0b10f4be79'),
(54182,7,1177,NULL,9552,4,'2026-01-17 21:06:08','2026-01-17 21:06:08','fd1287fa-379f-466a-b45d-e7f47aaef065'),
(54183,32,9996,NULL,2610,1,'2026-01-17 21:06:08','2026-01-17 21:06:08','00b83b22-58e4-4012-aa14-2e5b4519158d'),
(54184,32,9996,NULL,2598,2,'2026-01-17 21:06:08','2026-01-17 21:06:08','e8377b32-cde7-4672-af9b-67a377efb516'),
(54185,32,9996,NULL,2600,3,'2026-01-17 21:06:08','2026-01-17 21:06:08','6bce2a34-7716-44a3-a679-0bc0d202686f'),
(54186,32,9996,NULL,2604,4,'2026-01-17 21:06:08','2026-01-17 21:06:08','79b773ff-ea84-4701-b835-c0cc902d8b9d'),
(54187,16,9996,NULL,4282,1,'2026-01-17 21:06:08','2026-01-17 21:06:08','e60e7965-8631-412b-ba05-29f6bc096ac4'),
(54188,7,9996,NULL,2969,1,'2026-01-17 21:06:08','2026-01-17 21:06:08','7e7acba9-d799-4f16-a7f1-5a169d24a758'),
(54189,7,9996,NULL,617,2,'2026-01-17 21:06:08','2026-01-17 21:06:08','96e144d4-bd75-4bd1-a439-88ec565da038'),
(54190,7,9996,NULL,605,3,'2026-01-17 21:06:08','2026-01-17 21:06:08','28b0e2c4-bfbb-4714-b977-2cc6df6404a2'),
(54191,7,9996,NULL,9552,4,'2026-01-17 21:06:08','2026-01-17 21:06:08','2606f62e-d6a3-4af1-95eb-fc3126a7cf9c'),
(54192,82,9996,NULL,469,1,'2026-01-17 21:06:08','2026-01-17 21:06:08','750ef7f6-5322-4713-a2e9-f4c61939848c'),
(54193,82,9996,NULL,479,2,'2026-01-17 21:06:08','2026-01-17 21:06:08','5c841d12-0210-40d1-b508-12b9274facc6'),
(54194,82,9996,NULL,491,3,'2026-01-17 21:06:08','2026-01-17 21:06:08','22434741-cc53-448e-8848-97e9461e6767'),
(54195,57,9996,NULL,8740,1,'2026-01-17 21:06:08','2026-01-17 21:06:08','7fac598f-e776-44d3-90d6-6a09ab74962e'),
(54196,57,9996,NULL,4911,2,'2026-01-17 21:06:08','2026-01-17 21:06:08','012b5ead-1228-4e12-8dc1-f979ef9649fc'),
(54197,57,9996,NULL,4909,3,'2026-01-17 21:06:08','2026-01-17 21:06:08','2540ab1c-cebe-4730-b9df-c8891e7c42f7'),
(54198,57,9996,NULL,4910,4,'2026-01-17 21:06:08','2026-01-17 21:06:08','8cadc155-f426-4776-9f29-d47a2655fde8'),
(54223,7,1165,NULL,9549,7,'2026-01-17 21:06:26','2026-03-19 19:58:41','ba7fb3c7-5234-4358-afc7-9f1aaef35bd3'),
(54224,32,9999,NULL,2614,1,'2026-01-17 21:06:26','2026-01-17 21:06:26','54db0de9-3a58-4219-b128-e35a6ca26ff6'),
(54225,32,9999,NULL,2610,2,'2026-01-17 21:06:26','2026-01-17 21:06:26','8a7c3171-f56c-45e0-b271-8edf2ac26a12'),
(54226,32,9999,NULL,2598,3,'2026-01-17 21:06:26','2026-01-17 21:06:26','488287bc-885f-43e2-89c2-9844f376f353'),
(54227,32,9999,NULL,2600,4,'2026-01-17 21:06:26','2026-01-17 21:06:26','467f8a70-0b93-4c8b-b6bb-7ff887cf515d'),
(54228,32,9999,NULL,2604,5,'2026-01-17 21:06:26','2026-01-17 21:06:26','b5118d50-d3d1-43cd-8cb9-a03bc3757552'),
(54229,32,9999,NULL,2608,6,'2026-01-17 21:06:26','2026-01-17 21:06:26','48a215da-21ea-457e-bc98-e4f98cbd1fd2'),
(54230,32,9999,NULL,2596,7,'2026-01-17 21:06:26','2026-01-17 21:06:26','13218847-20c8-4597-8fa5-04ad6ac76e78'),
(54231,32,9999,NULL,2602,8,'2026-01-17 21:06:26','2026-01-17 21:06:26','010329cd-56f4-4bbb-a12c-111ab3f65bb7'),
(54232,16,9999,NULL,4223,1,'2026-01-17 21:06:26','2026-01-17 21:06:26','cdb59035-2e9b-4c03-ac47-b391157e7cd0'),
(54233,7,9999,NULL,6547,1,'2026-01-17 21:06:26','2026-01-17 21:06:26','0d98c860-7e78-4045-8347-b3cff7614609'),
(54234,7,9999,NULL,601,2,'2026-01-17 21:06:26','2026-01-17 21:06:26','db1aaed5-4344-48b0-9e22-bafc134f47bc'),
(54235,7,9999,NULL,2974,3,'2026-01-17 21:06:26','2026-01-17 21:06:26','51bc8ff5-66a9-4e4a-900a-ba3513825ae8'),
(54236,7,9999,NULL,617,4,'2026-01-17 21:06:26','2026-01-17 21:06:26','daaadaf9-392b-49f8-a4ea-a45de209c1bb'),
(54237,7,9999,NULL,9640,5,'2026-01-17 21:06:26','2026-01-17 21:06:26','67b6062e-edae-4eb7-8c59-fbf61a5e2890'),
(54238,7,9999,NULL,605,6,'2026-01-17 21:06:26','2026-01-17 21:06:26','f3569516-9a40-45fc-84fa-e065b26f970f'),
(54239,7,9999,NULL,9552,7,'2026-01-17 21:06:26','2026-01-17 21:06:26','cb2612c8-d605-4458-91a9-5cc1b897e32f'),
(54240,7,9999,NULL,9549,8,'2026-01-17 21:06:26','2026-01-17 21:06:26','b272bdf5-8d89-4ac4-bfb7-ed569e0f067b'),
(54241,82,9999,NULL,479,1,'2026-01-17 21:06:26','2026-01-17 21:06:26','460d633c-f4d6-4d3c-91be-230f77151cd7'),
(54242,57,9999,NULL,4821,1,'2026-01-17 21:06:26','2026-01-17 21:06:26','44307484-d026-4170-93cf-502b8fd74500'),
(54243,57,9999,NULL,4822,2,'2026-01-17 21:06:26','2026-01-17 21:06:26','5e7bef21-6477-4889-9a84-1afeb70f2e50'),
(54244,57,9999,NULL,4823,3,'2026-01-17 21:06:26','2026-01-17 21:06:26','8fed8791-1324-48e7-94ef-5312a3943333'),
(54245,57,9999,NULL,4824,4,'2026-01-17 21:06:26','2026-01-17 21:06:26','e8188096-b4d9-4a2a-9356-8d999502cdfc'),
(54246,13,9999,NULL,6620,1,'2026-01-17 21:06:26','2026-01-17 21:06:26','a61ee170-522c-4753-94af-54548cd44ae0'),
(54271,7,1185,NULL,9552,4,'2026-01-17 21:06:48','2026-01-17 21:06:48','bed5f932-290f-4a94-804d-05829a5c8b2b'),
(54272,32,10002,NULL,2610,1,'2026-01-17 21:06:48','2026-01-17 21:06:48','bbef0247-cddf-4288-a97b-06bb33ce367c'),
(54273,32,10002,NULL,2598,2,'2026-01-17 21:06:48','2026-01-17 21:06:48','30cf823f-1b2d-409a-ae60-83619bfa64e1'),
(54274,32,10002,NULL,2600,3,'2026-01-17 21:06:48','2026-01-17 21:06:48','da95881b-0912-465b-9f18-024f109ccdd4'),
(54275,32,10002,NULL,2604,4,'2026-01-17 21:06:48','2026-01-17 21:06:48','f256f3dd-c2a6-4af6-981e-4b71e52d917c'),
(54276,32,10002,NULL,2608,5,'2026-01-17 21:06:48','2026-01-17 21:06:48','a5b3a381-2bdf-4a90-9b1a-7d49bb47494e'),
(54277,32,10002,NULL,2602,6,'2026-01-17 21:06:48','2026-01-17 21:06:48','6153e450-9c99-4fa3-8cb1-43fa17effd0f'),
(54278,16,10002,NULL,4322,1,'2026-01-17 21:06:48','2026-01-17 21:06:48','5e943809-bc9d-4b07-8374-4ce35e5e3348'),
(54279,7,10002,NULL,2969,1,'2026-01-17 21:06:48','2026-01-17 21:06:48','6c8671c3-d904-4bc7-886b-96bacd093336'),
(54280,7,10002,NULL,617,2,'2026-01-17 21:06:48','2026-01-17 21:06:48','43583458-5c7c-4b02-93af-fead49f9723f'),
(54281,7,10002,NULL,605,3,'2026-01-17 21:06:48','2026-01-17 21:06:48','5a6a5bd2-2955-454c-8c89-a16efe4b87ee'),
(54282,7,10002,NULL,9552,4,'2026-01-17 21:06:48','2026-01-17 21:06:48','604cb774-86cc-40ea-9db2-0b4cafbcfe5f'),
(54283,82,10002,NULL,469,1,'2026-01-17 21:06:48','2026-01-17 21:06:48','61d3d395-f163-424e-8534-c39782b9c766'),
(54284,82,10002,NULL,479,2,'2026-01-17 21:06:48','2026-01-17 21:06:48','db2ec101-f72d-4954-ac3c-bd171b5e1589'),
(54285,82,10002,NULL,491,3,'2026-01-17 21:06:48','2026-01-17 21:06:48','def7e764-905e-414b-a364-a03c950d9413'),
(54286,57,10002,NULL,8747,1,'2026-01-17 21:06:48','2026-01-17 21:06:48','7b265db9-43c9-49c0-b781-35f147eeb03d'),
(54287,57,10002,NULL,8750,2,'2026-01-17 21:06:48','2026-01-17 21:06:48','ebc658a2-2a17-4d74-b3e0-81e17c29e289'),
(54288,57,10002,NULL,8751,3,'2026-01-17 21:06:48','2026-01-17 21:06:48','4cabfc26-5df2-49c5-a630-160d67203dd3'),
(54289,57,10002,NULL,8746,4,'2026-01-17 21:06:48','2026-01-17 21:06:48','5a2cb7c5-2737-4774-bbfb-0154f7e609b4'),
(54290,57,10002,NULL,8753,5,'2026-01-17 21:06:48','2026-01-17 21:06:48','f570e017-975f-468a-87f2-f91d9ac82060'),
(54291,57,10002,NULL,8754,6,'2026-01-17 21:06:48','2026-01-17 21:06:48','7ac9a6f7-c0ca-4970-913e-1bb16f885bf6'),
(54292,57,10002,NULL,8749,7,'2026-01-17 21:06:48','2026-01-17 21:06:48','55e850fd-180d-45e4-86ba-84a48c129e98'),
(54293,57,10002,NULL,8744,8,'2026-01-17 21:06:48','2026-01-17 21:06:48','e2e0e5bb-3caa-4438-9345-c2155d643f63'),
(54294,57,10002,NULL,8745,9,'2026-01-17 21:06:48','2026-01-17 21:06:48','5953ac2e-2fe9-47b2-aafe-41ad31b8b95f'),
(54321,7,1191,NULL,2969,1,'2026-01-17 21:07:15','2026-01-17 21:07:15','c4056512-c4c9-407e-8ca7-741a3b3bd205'),
(54322,7,1191,NULL,9552,4,'2026-01-17 21:07:15','2026-01-17 21:07:15','321043c8-8ac5-4a51-bdfb-6ecbcf9a7aff'),
(54323,32,10008,NULL,2610,1,'2026-01-17 21:07:15','2026-01-17 21:07:15','381b29b0-9ae5-45e6-8ea8-e4eb32579acc'),
(54324,32,10008,NULL,2598,2,'2026-01-17 21:07:15','2026-01-17 21:07:15','acb3a8af-15e7-4ee0-999d-c8a0383e4d06'),
(54325,32,10008,NULL,2600,3,'2026-01-17 21:07:15','2026-01-17 21:07:15','d44da0a5-861e-4e1b-bdb7-491dceb480f7'),
(54326,32,10008,NULL,2604,4,'2026-01-17 21:07:15','2026-01-17 21:07:15','07131c5e-44d1-4961-acba-f2666398ffe7'),
(54327,32,10008,NULL,2608,5,'2026-01-17 21:07:15','2026-01-17 21:07:15','a0864336-0fbc-40e6-a796-5281e7f51638'),
(54328,32,10008,NULL,2602,6,'2026-01-17 21:07:15','2026-01-17 21:07:15','9ec2ddb8-f16e-4a77-9c1f-5c44c4255431'),
(54329,16,10008,NULL,4358,1,'2026-01-17 21:07:15','2026-01-17 21:07:15','817157ea-4d21-4529-87f0-642f280d212e'),
(54330,7,10008,NULL,2969,1,'2026-01-17 21:07:15','2026-01-17 21:07:15','78618780-043f-44c7-96f2-ff0c9512775c'),
(54331,7,10008,NULL,617,2,'2026-01-17 21:07:15','2026-01-17 21:07:15','2e3fa548-d311-45fc-8d76-3cc8c74ed726'),
(54332,7,10008,NULL,605,3,'2026-01-17 21:07:15','2026-01-17 21:07:15','827cacdd-f948-4fc5-9931-5be2edb23cd1'),
(54333,7,10008,NULL,9552,4,'2026-01-17 21:07:15','2026-01-17 21:07:15','3deb52fa-c5cd-42ac-a797-9d338f0f9db2'),
(54334,82,10008,NULL,469,1,'2026-01-17 21:07:15','2026-01-17 21:07:15','3ba09cbd-e083-4830-89d9-735bfe6ddce1'),
(54335,82,10008,NULL,479,2,'2026-01-17 21:07:15','2026-01-17 21:07:15','8e1151cf-c966-46e3-8b0b-543b7e9b8691'),
(54336,82,10008,NULL,491,3,'2026-01-17 21:07:15','2026-01-17 21:07:15','07ffab72-d3f6-4b23-be18-69e865197278'),
(54337,57,10008,NULL,8781,1,'2026-01-17 21:07:15','2026-01-17 21:07:15','4ff7c660-6421-4056-86a3-edfbfdd3ba21'),
(54338,57,10008,NULL,8782,2,'2026-01-17 21:07:15','2026-01-17 21:07:15','fa68c2ba-243d-4644-8984-83ce4fca90db'),
(54339,57,10008,NULL,8783,3,'2026-01-17 21:07:15','2026-01-17 21:07:15','94e90c80-ea08-4221-9266-38574daa6536'),
(54340,57,10008,NULL,8784,4,'2026-01-17 21:07:15','2026-01-17 21:07:15','8c385a8f-8b1d-43f5-858c-afa42451036a'),
(54341,57,10008,NULL,8785,5,'2026-01-17 21:07:15','2026-01-17 21:07:15','8f772b37-6b76-491d-a64c-8baa594fdb4c'),
(54342,57,10008,NULL,8786,6,'2026-01-17 21:07:15','2026-01-17 21:07:15','20581a89-4628-4b4f-a63e-11711aab1188'),
(54343,57,10008,NULL,8779,7,'2026-01-17 21:07:15','2026-01-17 21:07:15','da5a1ebb-b851-40a4-9bc5-bd9fa2e1cc86'),
(54344,57,10008,NULL,8780,8,'2026-01-17 21:07:15','2026-01-17 21:07:15','c8f11b1c-0c85-4946-ad66-be18863b382e'),
(54377,7,1197,NULL,9552,3,'2026-01-17 21:07:36','2026-01-17 21:07:36','c9719249-f0fd-486c-b7a9-52a2e71381ad'),
(54378,32,10017,NULL,2610,1,'2026-01-17 21:07:36','2026-01-17 21:07:36','9f0e4401-fe0a-4879-b1d4-743834112a2a'),
(54379,32,10017,NULL,2622,2,'2026-01-17 21:07:36','2026-01-17 21:07:36','4e398ef0-508c-4e74-87c6-df1c22cb85e2'),
(54380,32,10017,NULL,2598,3,'2026-01-17 21:07:36','2026-01-17 21:07:36','28155b2d-fd87-47e5-94dc-68e5d1cc1dca'),
(54381,32,10017,NULL,2600,4,'2026-01-17 21:07:36','2026-01-17 21:07:36','9cf538d4-637b-455e-8bc5-4f4635b6e70a'),
(54382,32,10017,NULL,2604,5,'2026-01-17 21:07:36','2026-01-17 21:07:36','a3d9918b-cb1b-4c84-9751-5754bb1ecc5a'),
(54383,32,10017,NULL,2608,6,'2026-01-17 21:07:36','2026-01-17 21:07:36','c55e2b82-9eb3-43bc-84de-ef761cd48f84'),
(54384,32,10017,NULL,2602,7,'2026-01-17 21:07:36','2026-01-17 21:07:36','06f6e75b-08f7-4bf9-8c5a-97ee459480df'),
(54385,16,10017,NULL,4385,1,'2026-01-17 21:07:36','2026-01-17 21:07:36','d8be3576-4cc5-4d5f-9820-0801bbdd77a3'),
(54386,7,10017,NULL,617,1,'2026-01-17 21:07:36','2026-01-17 21:07:36','e788c8a0-0c49-409c-a633-aed50c80769d'),
(54387,7,10017,NULL,605,2,'2026-01-17 21:07:36','2026-01-17 21:07:36','9b537dbd-da72-4858-ab12-f13be8fd8218'),
(54388,7,10017,NULL,9552,3,'2026-01-17 21:07:36','2026-01-17 21:07:36','61d620bd-d88b-4ee5-ac71-6fce38b69531'),
(54389,82,10017,NULL,469,1,'2026-01-17 21:07:36','2026-01-17 21:07:36','7925a6f4-4985-4f90-87cd-91e972264cb6'),
(54390,82,10017,NULL,479,2,'2026-01-17 21:07:36','2026-01-17 21:07:36','a3a5077a-920b-4ad5-a3a6-59f937acb189'),
(54391,82,10017,NULL,491,3,'2026-01-17 21:07:36','2026-01-17 21:07:36','4beca1e3-6610-4840-a950-eb25ce7cfcf8'),
(54392,46,10017,NULL,4403,1,'2026-01-17 21:07:36','2026-01-17 21:07:36','1bedda1f-d234-47ac-b0e9-d51014711740'),
(54393,57,10017,NULL,8806,1,'2026-01-17 21:07:36','2026-01-17 21:07:36','086995bd-b945-4cbd-92ca-da10e327ddc5'),
(54394,57,10017,NULL,8808,2,'2026-01-17 21:07:36','2026-01-17 21:07:36','d9e83484-1376-42a0-9c4e-3792a2b6013b'),
(54395,57,10017,NULL,8810,3,'2026-01-17 21:07:36','2026-01-17 21:07:36','0942e239-5465-43ce-b144-d6ec9885d366'),
(54396,57,10017,NULL,8803,4,'2026-01-17 21:07:36','2026-01-17 21:07:36','17ea2387-ec04-4258-88d5-bb584a6e11fe'),
(54397,57,10017,NULL,8804,5,'2026-01-17 21:07:36','2026-01-17 21:07:36','454237d3-d7f9-4567-81d7-444f00cec515'),
(54398,57,10017,NULL,8805,6,'2026-01-17 21:07:36','2026-01-17 21:07:36','e7f6f7d1-b977-4281-b61f-e0f44739cde4'),
(54399,57,10017,NULL,8807,7,'2026-01-17 21:07:36','2026-01-17 21:07:36','90304f58-86c0-4def-96ee-f006f0b5afd4'),
(54430,16,1425,NULL,10000,1,'2026-01-17 21:07:55','2026-01-17 21:07:55','d1498215-f9b4-4d79-8e90-46c03208a670'),
(54431,57,1425,NULL,10004,1,'2026-01-17 21:07:55','2026-01-17 21:07:55','788870c4-9ef5-408c-b1c3-6538b30052bc'),
(54432,57,1425,NULL,10005,2,'2026-01-17 21:07:55','2026-01-17 21:07:55','576b9e27-9333-4bca-9838-d1effb29614e'),
(54433,57,1425,NULL,10006,3,'2026-01-17 21:07:55','2026-01-17 21:07:55','12863102-4519-4469-9d0d-73a7a4709954'),
(54434,57,1425,NULL,10007,4,'2026-01-17 21:07:55','2026-01-17 21:07:55','c4596195-099b-44b7-80be-0a40ed91973a'),
(54435,57,1425,NULL,10009,5,'2026-01-17 21:07:55','2026-01-17 21:07:55','a38895d6-e031-4b63-ba71-17161ff26cfb'),
(54436,57,1425,NULL,10010,6,'2026-01-17 21:07:55','2026-01-17 21:07:55','b99d0711-e724-4312-a48a-7cd1b412ce3f'),
(54437,57,1425,NULL,10012,7,'2026-01-17 21:07:55','2026-01-17 21:07:55','8a07185a-9309-4472-b1b7-5a0f3467604e'),
(54438,57,1425,NULL,10013,8,'2026-01-17 21:07:55','2026-01-17 21:07:55','704f6d33-2a1b-4ddd-80f2-ff9300a698f2'),
(54439,57,1425,NULL,10014,9,'2026-01-17 21:07:55','2026-01-17 21:07:55','a2d3ea40-4038-45aa-a13f-b84785b82b04'),
(54440,57,1425,NULL,10015,10,'2026-01-17 21:07:55','2026-01-17 21:07:55','3668239f-461e-48a6-b753-8c4a994adfe1'),
(54441,57,1425,NULL,10016,11,'2026-01-17 21:07:55','2026-01-17 21:07:55','5599c92f-310e-4d84-9558-56c2a3b0bee8'),
(54442,57,1425,NULL,10018,12,'2026-01-17 21:07:55','2026-01-17 21:07:55','72d51211-97b2-4757-b04f-28194d88bf73'),
(54443,57,1425,NULL,10019,13,'2026-01-17 21:07:55','2026-01-17 21:07:55','e6b75ca5-1792-44e0-843c-9789ad8d8f09'),
(54444,57,1425,NULL,10020,14,'2026-01-17 21:07:55','2026-01-17 21:07:55','9e859a25-f40a-4556-aabf-39571b84c548'),
(54445,32,10022,NULL,2610,1,'2026-01-17 21:07:55','2026-01-17 21:07:55','5523174d-1df3-4eee-9640-2e2e673bf480'),
(54446,32,10022,NULL,2598,2,'2026-01-17 21:07:55','2026-01-17 21:07:55','f69774a4-65d5-46f6-a225-e97aa2defc66'),
(54447,32,10022,NULL,2608,3,'2026-01-17 21:07:55','2026-01-17 21:07:55','fe2ac778-08b1-4f70-a302-5b4eec49ec41'),
(54448,32,10022,NULL,2600,4,'2026-01-17 21:07:55','2026-01-17 21:07:55','2e1deac4-a601-4cbd-abc3-213659ef21cd'),
(54449,32,10022,NULL,2596,5,'2026-01-17 21:07:55','2026-01-17 21:07:55','e3580408-cc04-48b3-a74b-15dee29064ba'),
(54450,32,10022,NULL,2602,6,'2026-01-17 21:07:55','2026-01-17 21:07:55','7ef3ccdc-e828-49e1-ba1c-96b3da5db475'),
(54451,32,10022,NULL,2606,7,'2026-01-17 21:07:55','2026-01-17 21:07:55','41cdcebb-410d-48bc-bdda-5798bf75eef6'),
(54452,32,10022,NULL,2612,8,'2026-01-17 21:07:55','2026-01-17 21:07:55','44254682-9303-4e16-b94f-393ecb2eaecc'),
(54453,32,10022,NULL,2604,9,'2026-01-17 21:07:55','2026-01-17 21:07:55','003c99cb-34a3-44d6-8152-aedb3ec70bbe'),
(54454,16,10022,NULL,10000,1,'2026-01-17 21:07:55','2026-01-17 21:07:55','d9bb3d85-098a-4cbc-9ab2-df001e85634f'),
(54455,7,10022,NULL,3468,1,'2026-01-17 21:07:55','2026-01-17 21:07:55','6a0d509a-bf57-4f5d-b167-44ab58d62f5b'),
(54456,7,10022,NULL,601,2,'2026-01-17 21:07:55','2026-01-17 21:07:55','d7994f90-5c36-455f-b26b-8f2ed0898ee4'),
(54457,7,10022,NULL,617,3,'2026-01-17 21:07:55','2026-01-17 21:07:55','a826f5ab-600d-43bb-97a5-08faf29c5e47'),
(54458,7,10022,NULL,605,4,'2026-01-17 21:07:55','2026-01-17 21:07:55','84a4ccf8-453b-4abe-a17b-63e7b9c6bf57'),
(54459,7,10022,NULL,9552,5,'2026-01-17 21:07:55','2026-01-17 21:07:55','d3168a61-b026-4f36-b845-ab50112a0476'),
(54460,82,10022,NULL,491,1,'2026-01-17 21:07:55','2026-01-17 21:07:55','59ba0353-ab05-46cb-a070-d7b1375d9b7e'),
(54461,46,10022,NULL,7369,1,'2026-01-17 21:07:55','2026-01-17 21:07:55','a460119c-bf7f-49fa-81a0-34d9c2b87142'),
(54462,57,10022,NULL,10004,1,'2026-01-17 21:07:55','2026-01-17 21:07:55','f87e7c1b-383c-48cd-9ad3-3ad6c8003021'),
(54463,57,10022,NULL,10005,2,'2026-01-17 21:07:55','2026-01-17 21:07:55','e2f1d319-f6dc-4605-be10-26e34c9a05be'),
(54464,57,10022,NULL,10006,3,'2026-01-17 21:07:55','2026-01-17 21:07:55','5c676d63-c46c-433d-95e9-8c0ad749bd98'),
(54465,57,10022,NULL,10007,4,'2026-01-17 21:07:55','2026-01-17 21:07:55','497c7e66-3769-45f9-9157-d797bd5c4caa'),
(54466,57,10022,NULL,10009,5,'2026-01-17 21:07:55','2026-01-17 21:07:55','677f4f40-3b09-4c65-8a09-aee8b94ac2d5'),
(54467,57,10022,NULL,10010,6,'2026-01-17 21:07:55','2026-01-17 21:07:55','1e52b76c-1eb8-42cc-ba72-1b4e08efb791'),
(54468,57,10022,NULL,10012,7,'2026-01-17 21:07:55','2026-01-17 21:07:55','6f9c7081-39a1-4794-84b9-33f24f42aa69'),
(54469,57,10022,NULL,10013,8,'2026-01-17 21:07:55','2026-01-17 21:07:55','468be894-2a93-4eb3-aec5-cb394c587cb0'),
(54470,57,10022,NULL,10014,9,'2026-01-17 21:07:55','2026-01-17 21:07:55','50e458ac-badd-483b-bf4b-5a8f0611d139'),
(54471,57,10022,NULL,10015,10,'2026-01-17 21:07:55','2026-01-17 21:07:55','ef8e1284-f2a7-48b3-aa11-8cd5b0317787'),
(54472,57,10022,NULL,10016,11,'2026-01-17 21:07:55','2026-01-17 21:07:55','60a0348e-26f1-4f6e-9b97-f0c88c81740e'),
(54473,57,10022,NULL,10018,12,'2026-01-17 21:07:55','2026-01-17 21:07:55','f506e701-108e-4376-8cca-e167311414ee'),
(54474,57,10022,NULL,10019,13,'2026-01-17 21:07:55','2026-01-17 21:07:55','bce3e4cb-5f32-4e5a-84f0-38060049f112'),
(54475,57,10022,NULL,10020,14,'2026-01-17 21:07:55','2026-01-17 21:07:55','4ba4a63b-cb72-40f9-b416-a404640c56aa'),
(54480,7,1201,NULL,6547,1,'2026-01-17 21:08:11','2026-01-17 21:08:11','b21e5927-9bbf-48f7-8296-b7771a429641'),
(54481,7,1201,NULL,601,2,'2026-01-17 21:08:11','2026-01-17 21:08:11','26339b85-a146-4d50-a67c-9d100e89d4ff'),
(54482,7,1201,NULL,9552,5,'2026-01-17 21:08:11','2026-01-17 21:08:11','71f46c0f-8f23-415a-8e50-bc1b3ed581dc'),
(54483,32,10023,NULL,2610,1,'2026-01-17 21:08:11','2026-01-17 21:08:11','4947ee2f-a045-4c1c-b557-7e41a7b607a2'),
(54484,32,10023,NULL,2598,2,'2026-01-17 21:08:11','2026-01-17 21:08:11','50f95c25-4fd2-45dd-b457-5caa3c14eb6e'),
(54485,32,10023,NULL,2600,3,'2026-01-17 21:08:11','2026-01-17 21:08:11','b4081445-be04-4855-ad77-c3504c1fef06'),
(54486,32,10023,NULL,2602,4,'2026-01-17 21:08:11','2026-01-17 21:08:11','a56a8570-a55e-4de1-8711-4a9b7645e3ea'),
(54487,32,10023,NULL,2612,5,'2026-01-17 21:08:11','2026-01-17 21:08:11','d6b2f36b-7de5-49d2-95aa-9c82bbc7354f'),
(54488,32,10023,NULL,2618,6,'2026-01-17 21:08:11','2026-01-17 21:08:11','a8480ed8-e331-4780-b5c8-a46a51092bf6'),
(54489,32,10023,NULL,2604,7,'2026-01-17 21:08:11','2026-01-17 21:08:11','eb1575e1-9735-4299-976e-5056d2bf59cf'),
(54490,32,10023,NULL,2608,8,'2026-01-17 21:08:11','2026-01-17 21:08:11','9120d312-cacb-4056-a3c1-e84f4abd0f31'),
(54491,16,10023,NULL,4414,1,'2026-01-17 21:08:11','2026-01-17 21:08:11','c7f0ffd8-28fc-452e-82d1-6cd5ad2d41aa'),
(54492,7,10023,NULL,6547,1,'2026-01-17 21:08:11','2026-01-17 21:08:11','44a8367d-f51f-49d2-8db2-56c61a223145'),
(54493,7,10023,NULL,601,2,'2026-01-17 21:08:11','2026-01-17 21:08:11','68bdd971-67f4-40d9-85ec-2b98cb15fab7'),
(54494,7,10023,NULL,617,3,'2026-01-17 21:08:11','2026-01-17 21:08:11','f3400caf-32d4-44dd-b605-52ea0c6c16af'),
(54495,7,10023,NULL,605,4,'2026-01-17 21:08:11','2026-01-17 21:08:11','c985e278-a54c-4922-9710-ef154027c0e3'),
(54496,7,10023,NULL,9552,5,'2026-01-17 21:08:11','2026-01-17 21:08:11','1b51cd2a-fda4-44c2-9d5b-b1d53837bae5'),
(54497,82,10023,NULL,469,1,'2026-01-17 21:08:11','2026-01-17 21:08:11','296cfd0f-1099-474a-b1a8-7cc0d453b046'),
(54498,82,10023,NULL,479,2,'2026-01-17 21:08:11','2026-01-17 21:08:11','41d9449f-e70c-4c06-9885-9cd4340c4c67'),
(54499,82,10023,NULL,491,3,'2026-01-17 21:08:11','2026-01-17 21:08:11','c977ceba-61d6-4395-a825-d7ec3e97b8e9'),
(54500,46,10023,NULL,3697,1,'2026-01-17 21:08:11','2026-01-17 21:08:11','b77445f2-89d4-407d-b0e6-677d22783d3e'),
(54501,57,10023,NULL,8831,1,'2026-01-17 21:08:11','2026-01-17 21:08:11','0ad998b5-81d6-43fc-8f74-6039af920a17'),
(54502,57,10023,NULL,8837,2,'2026-01-17 21:08:11','2026-01-17 21:08:11','8a80e94d-9ef3-4ece-9d9b-24c57bc9a15d'),
(54503,57,10023,NULL,8835,3,'2026-01-17 21:08:11','2026-01-17 21:08:11','dcf4b0ec-3e43-499b-9f7f-db50ef500176'),
(54504,57,10023,NULL,8832,4,'2026-01-17 21:08:11','2026-01-17 21:08:11','38745bd6-1ec7-41dc-a880-7c2d522a667c'),
(54505,57,10023,NULL,8833,5,'2026-01-17 21:08:11','2026-01-17 21:08:11','e78fe1ef-bf08-446e-89d9-bbfd3b838c35'),
(54506,57,10023,NULL,8834,6,'2026-01-17 21:08:11','2026-01-17 21:08:11','5b6cc39c-db4b-4783-af0d-9e08bc4bac7b'),
(54507,57,10023,NULL,8836,7,'2026-01-17 21:08:11','2026-01-17 21:08:11','49041da7-ae83-41d9-9b80-50ae5aa2535a'),
(54508,57,10023,NULL,8830,8,'2026-01-17 21:08:11','2026-01-17 21:08:11','30c57f8d-d90a-4702-8268-fb62046c6509'),
(54509,57,10023,NULL,8829,9,'2026-01-17 21:08:11','2026-01-17 21:08:11','03035d9b-e981-414b-a17c-bcf5a0faccc4'),
(54535,7,1209,NULL,2969,1,'2026-01-17 21:08:35','2026-01-17 21:08:35','d5408479-e616-4480-b8b2-1a5b0c8af791'),
(54536,7,1209,NULL,9552,4,'2026-01-17 21:08:35','2026-01-17 21:08:35','cc34e5d5-98ac-47f0-b104-71b3a3b8c9cb'),
(54537,32,10025,NULL,2610,1,'2026-01-17 21:08:35','2026-01-17 21:08:35','9c99c77c-7b34-4ff0-b2a7-42fa02778312'),
(54538,32,10025,NULL,2598,2,'2026-01-17 21:08:35','2026-01-17 21:08:35','579e5caa-6001-4283-9771-972ad9ec3e09'),
(54539,32,10025,NULL,2624,3,'2026-01-17 21:08:35','2026-01-17 21:08:35','0cfca60b-c16f-4a4d-9bac-a1b2f2d7c970'),
(54540,32,10025,NULL,2600,4,'2026-01-17 21:08:35','2026-01-17 21:08:35','e733cdbf-4f12-4aa4-ae7b-4727b3acb88d'),
(54541,32,10025,NULL,2606,5,'2026-01-17 21:08:35','2026-01-17 21:08:35','78166015-55c7-48c3-af2f-cd5a11c87bd5'),
(54542,32,10025,NULL,2604,6,'2026-01-17 21:08:35','2026-01-17 21:08:35','19c5f683-b203-469b-b55a-4a48019b4530'),
(54543,32,10025,NULL,2608,7,'2026-01-17 21:08:35','2026-01-17 21:08:35','3361466a-43ef-4af7-981a-34ba950dfa6b'),
(54544,32,10025,NULL,2602,8,'2026-01-17 21:08:35','2026-01-17 21:08:35','b8b5a6e2-6035-4b95-bb3c-4292a379b8a2'),
(54545,16,10025,NULL,4440,1,'2026-01-17 21:08:35','2026-01-17 21:08:35','b7626854-c4b8-409c-be00-acbdcb501b88'),
(54546,7,10025,NULL,2969,1,'2026-01-17 21:08:35','2026-01-17 21:08:35','325439c6-af81-4128-a768-7751244961b3'),
(54547,7,10025,NULL,617,2,'2026-01-17 21:08:35','2026-01-17 21:08:35','d2c529a8-df45-4df8-a50a-a31e9188c08f'),
(54548,7,10025,NULL,605,3,'2026-01-17 21:08:35','2026-01-17 21:08:35','5efa8cb3-1356-4b7b-9b38-e07b78a8b8c7'),
(54549,7,10025,NULL,9552,4,'2026-01-17 21:08:35','2026-01-17 21:08:35','7ca16049-be6f-46db-96ad-718a288d8159'),
(54550,82,10025,NULL,469,1,'2026-01-17 21:08:35','2026-01-17 21:08:35','2add4a16-c285-4482-a400-cbdc3361aea7'),
(54551,82,10025,NULL,491,2,'2026-01-17 21:08:35','2026-01-17 21:08:35','9a1fe84f-ec96-48a3-a405-67e7282edaba'),
(54552,46,10025,NULL,2891,1,'2026-01-17 21:08:35','2026-01-17 21:08:35','6835cdb8-48e3-4540-ab67-ab45cd11f8db'),
(54553,57,10025,NULL,8867,1,'2026-01-17 21:08:35','2026-01-17 21:08:35','a17d7d14-45a4-4748-983d-a1b983e66906'),
(54554,57,10025,NULL,8868,2,'2026-01-17 21:08:35','2026-01-17 21:08:35','b5ed938f-e6dc-4b46-9cec-abbd0603d2f3'),
(54555,57,10025,NULL,8864,3,'2026-01-17 21:08:35','2026-01-17 21:08:35','fdabf01f-196f-4c70-8a94-f829f2d8496b'),
(54556,57,10025,NULL,8869,4,'2026-01-17 21:08:35','2026-01-17 21:08:35','80686939-cb8c-4ee9-bda9-404068d6075c'),
(54557,57,10025,NULL,8871,5,'2026-01-17 21:08:35','2026-01-17 21:08:35','62fa47fb-f53b-4f5d-a908-ef4f58366a9f'),
(54558,57,10025,NULL,8862,6,'2026-01-17 21:08:35','2026-01-17 21:08:35','721fcb59-5380-4063-bb56-7767a193d67b'),
(54559,57,10025,NULL,8866,7,'2026-01-17 21:08:35','2026-01-17 21:08:35','7934712e-de91-4314-a507-0c3259755c5b'),
(54560,57,10025,NULL,8865,8,'2026-01-17 21:08:35','2026-01-17 21:08:35','38805a49-b026-4bf7-a3e5-d09ffd762c5d'),
(54580,7,1215,NULL,9552,3,'2026-01-17 21:08:57','2026-01-17 21:08:57','919b81b6-1986-483a-aea2-85bc6eedb69f'),
(54581,32,10027,NULL,2610,1,'2026-01-17 21:08:57','2026-01-17 21:08:57','714d07ca-575c-4f07-ac5c-28d9181f4c65'),
(54582,32,10027,NULL,2598,2,'2026-01-17 21:08:57','2026-01-17 21:08:57','8e473f16-30a9-45a2-839f-2d6d831c7d37'),
(54583,32,10027,NULL,2600,3,'2026-01-17 21:08:57','2026-01-17 21:08:57','4c119a19-84b2-4858-950c-9b3646081e9d'),
(54584,32,10027,NULL,2604,4,'2026-01-17 21:08:57','2026-01-17 21:08:57','60d554df-143a-4068-acc4-42d48663871b'),
(54585,32,10027,NULL,2608,5,'2026-01-17 21:08:57','2026-01-17 21:08:57','adec9ac8-d6a1-462b-8910-2a7f1c2a116f'),
(54586,32,10027,NULL,2602,6,'2026-01-17 21:08:57','2026-01-17 21:08:57','3b76d9aa-b47e-431c-9560-3df03e3fd6c6'),
(54587,16,10027,NULL,4466,1,'2026-01-17 21:08:57','2026-01-17 21:08:57','4069746e-d277-434a-b419-4a7d81303c69'),
(54588,7,10027,NULL,617,1,'2026-01-17 21:08:57','2026-01-17 21:08:57','bf7568eb-181d-452e-a991-8760abb7aac5'),
(54589,7,10027,NULL,605,2,'2026-01-17 21:08:57','2026-01-17 21:08:57','346ab1c1-ce92-4072-8ca4-4a1cf2592a1f'),
(54590,7,10027,NULL,9552,3,'2026-01-17 21:08:57','2026-01-17 21:08:57','3511da07-feb6-4d62-8d78-0faa36cfcab9'),
(54591,82,10027,NULL,469,1,'2026-01-17 21:08:57','2026-01-17 21:08:57','45842523-5bc0-4e77-92ed-ac1c0f0a4dbf'),
(54592,82,10027,NULL,479,2,'2026-01-17 21:08:57','2026-01-17 21:08:57','23e78844-6919-4651-8501-670bd5b1b96c'),
(54593,82,10027,NULL,491,3,'2026-01-17 21:08:57','2026-01-17 21:08:57','d1f4f112-eda3-4a38-b82f-ff48416a6e1f'),
(54594,57,10027,NULL,8888,1,'2026-01-17 21:08:57','2026-01-17 21:08:57','fd2f3dfa-bda6-4108-ac3b-d65c86074903'),
(54595,57,10027,NULL,8889,2,'2026-01-17 21:08:57','2026-01-17 21:08:57','7cc806b9-71e2-481c-9d97-bac75ea6ef97'),
(54596,57,10027,NULL,9589,3,'2026-01-17 21:08:57','2026-01-17 21:08:57','28de84ff-c1ed-4b86-8cd0-72b49d242fb7'),
(54618,7,1219,NULL,3468,1,'2026-01-17 21:10:20','2026-01-17 21:10:20','63051c93-3663-4b73-9145-864e8991d1e8'),
(54619,7,1219,NULL,2969,2,'2026-01-17 21:10:20','2026-01-17 21:10:20','c88dd0c7-c371-4ece-b2cb-6a7e9c5691c5'),
(54620,7,1219,NULL,9732,4,'2026-01-17 21:10:20','2026-01-17 21:10:20','c6a5adfb-3744-4e8d-9c4b-681821e71143'),
(54621,7,1219,NULL,9640,5,'2026-01-17 21:10:20','2026-01-17 21:10:20','5a107b12-5451-4fc6-bf1c-9bcd0f74bb13'),
(54622,7,1219,NULL,9552,6,'2026-01-17 21:10:20','2026-01-17 21:10:20','34b16c5f-096a-405f-96d3-27e640da5f73'),
(54623,32,10029,NULL,2610,1,'2026-01-17 21:10:20','2026-01-17 21:10:20','e58a7843-18e5-4135-aa35-02f510c98cb6'),
(54624,32,10029,NULL,2598,2,'2026-01-17 21:10:20','2026-01-17 21:10:20','dda5f39e-e77d-4fe6-aa6b-e0cae9f17a7e'),
(54625,32,10029,NULL,2600,3,'2026-01-17 21:10:20','2026-01-17 21:10:20','f3eae1eb-ae5e-4cb6-af78-9e8604ae01db'),
(54626,32,10029,NULL,2604,4,'2026-01-17 21:10:20','2026-01-17 21:10:20','c0c4a352-073e-4684-a371-7b99ca65fe32'),
(54627,32,10029,NULL,2608,5,'2026-01-17 21:10:20','2026-01-17 21:10:20','7ac917cc-5e25-43f6-9695-774f487f7649'),
(54628,32,10029,NULL,2602,6,'2026-01-17 21:10:20','2026-01-17 21:10:20','d23c94bf-e884-4539-8f2e-108ad097f505'),
(54629,16,10029,NULL,4497,1,'2026-01-17 21:10:20','2026-01-17 21:10:20','d43bd605-8a7b-4c0b-9434-05e241017c28'),
(54630,7,10029,NULL,3468,1,'2026-01-17 21:10:20','2026-01-17 21:10:20','550b3f35-531d-4e05-9784-161decc17dc0'),
(54631,7,10029,NULL,2969,2,'2026-01-17 21:10:20','2026-01-17 21:10:20','b53875da-97a5-40e6-9e5e-da0316f3e854'),
(54632,7,10029,NULL,617,3,'2026-01-17 21:10:20','2026-01-17 21:10:20','b421d219-3e35-46a6-a167-54c4eaa8e4ab'),
(54633,7,10029,NULL,9732,4,'2026-01-17 21:10:20','2026-01-17 21:10:20','0d3fc1a0-4367-47cc-bb0e-0bc50a99d3ac'),
(54634,7,10029,NULL,9640,5,'2026-01-17 21:10:20','2026-01-17 21:10:20','89c377f7-cd60-4100-97d4-e2ef89ee646a'),
(54635,7,10029,NULL,9552,6,'2026-01-17 21:10:20','2026-01-17 21:10:20','4c1460f6-9293-4682-a532-a1cb01584b25'),
(54636,7,10029,NULL,605,7,'2026-01-17 21:10:20','2026-01-17 21:10:20','5497005c-d730-4ce7-aff8-386a7d3330cb'),
(54637,82,10029,NULL,469,1,'2026-01-17 21:10:20','2026-01-17 21:10:20','46a9fd3f-c309-474c-9c97-ed8b1b17b73e'),
(54638,82,10029,NULL,479,2,'2026-01-17 21:10:20','2026-01-17 21:10:20','097c679e-f729-40aa-a8c5-534cd82723b5'),
(54639,82,10029,NULL,491,3,'2026-01-17 21:10:20','2026-01-17 21:10:20','b4577a6f-f3a9-415d-af97-fb78ec701031'),
(54640,57,10029,NULL,8923,1,'2026-01-17 21:10:20','2026-01-17 21:10:20','e5da8997-9ed9-4dc5-b2f6-c95f60860be3'),
(54641,57,10029,NULL,8936,2,'2026-01-17 21:10:20','2026-01-17 21:10:20','73b8188f-1222-45ad-9dd3-d965b34028f9'),
(54642,57,10029,NULL,8934,3,'2026-01-17 21:10:20','2026-01-17 21:10:20','786642fc-ea37-404a-b4a1-976127249e61'),
(54643,57,10029,NULL,8935,4,'2026-01-17 21:10:20','2026-01-17 21:10:20','cb945299-f8aa-4bf7-ab87-fc34a7ea33e2'),
(54644,57,10029,NULL,8931,5,'2026-01-17 21:10:20','2026-01-17 21:10:20','ed78796f-dc06-45eb-9353-03352dfa7de1'),
(54645,57,10029,NULL,8928,6,'2026-01-17 21:10:20','2026-01-17 21:10:20','d7bb3d15-1a59-4789-88a0-1b46aec63fa0'),
(54646,57,10029,NULL,8929,7,'2026-01-17 21:10:20','2026-01-17 21:10:20','359d6735-4d7f-4c78-a06d-1770e7af07a6'),
(54647,57,10029,NULL,8930,8,'2026-01-17 21:10:20','2026-01-17 21:10:20','3133fe05-eacc-4a1b-914d-32a6329ea73d'),
(54648,57,10029,NULL,8920,9,'2026-01-17 21:10:20','2026-01-17 21:10:20','1a0795d1-4ae5-446b-8165-4063ab1a16ff'),
(54649,57,10029,NULL,8918,10,'2026-01-17 21:10:20','2026-01-17 21:10:20','4174ad08-919e-4211-80a1-9e912ed6b360'),
(54650,57,10029,NULL,8919,11,'2026-01-17 21:10:20','2026-01-17 21:10:20','393ca022-87de-40ee-ab0a-0ade6c15d619'),
(54651,57,10029,NULL,8924,12,'2026-01-17 21:10:20','2026-01-17 21:10:20','668a5c53-ea92-4c4a-a95e-f3996bdba11b'),
(54652,57,10029,NULL,8925,13,'2026-01-17 21:10:20','2026-01-17 21:10:20','edadde02-cad9-4e79-a4f6-c14c3c2d226c'),
(54653,57,10029,NULL,8926,14,'2026-01-17 21:10:20','2026-01-17 21:10:20','4c7439d0-b1b7-4b7b-bc4d-4215bf567974'),
(54654,57,10029,NULL,8927,15,'2026-01-17 21:10:20','2026-01-17 21:10:20','1e090e35-7b99-4eba-bbd1-48a35bee6eb4'),
(54655,57,10029,NULL,8932,16,'2026-01-17 21:10:20','2026-01-17 21:10:20','bb1efabc-607e-4da7-8dc2-309fef6161e1'),
(54656,57,10029,NULL,8933,17,'2026-01-17 21:10:20','2026-01-17 21:10:20','0bf7578e-0ff7-4e76-87e4-916d096947eb'),
(54693,32,10031,NULL,2610,1,'2026-01-17 21:10:34','2026-01-17 21:10:34','da754b2e-7eaa-430b-a090-50c1cc1a17a6'),
(54694,32,10031,NULL,2598,2,'2026-01-17 21:10:34','2026-01-17 21:10:34','1b028010-c52d-47b2-b3c8-04fa92b0c1f3'),
(54695,32,10031,NULL,2600,3,'2026-01-17 21:10:34','2026-01-17 21:10:34','7d4b3e66-50d9-4146-ba4e-c21fe7d1b5d9'),
(54696,32,10031,NULL,2604,4,'2026-01-17 21:10:34','2026-01-17 21:10:34','cc23a03e-34d9-47a1-8062-76183ecebff6'),
(54697,32,10031,NULL,2608,5,'2026-01-17 21:10:34','2026-01-17 21:10:34','a7262c34-d9ae-4326-bf1f-bbc2c6721c10'),
(54698,32,10031,NULL,2602,6,'2026-01-17 21:10:34','2026-01-17 21:10:34','1c927007-a263-4d79-89f4-0646d0d87ee6'),
(54699,16,10031,NULL,4497,1,'2026-01-17 21:10:34','2026-01-17 21:10:34','a1babb10-5066-409b-87ee-50c59dfc595d'),
(54700,7,10031,NULL,3468,1,'2026-01-17 21:10:34','2026-01-17 21:10:34','1c4ff0c4-8378-46c7-a341-731a76f607c3'),
(54701,7,10031,NULL,2969,2,'2026-01-17 21:10:34','2026-01-17 21:10:34','a643031f-ec92-4674-8325-1dfe819175e6'),
(54702,7,10031,NULL,617,3,'2026-01-17 21:10:34','2026-01-17 21:10:34','26843ff5-082f-45fa-916b-98c8bd8f4191'),
(54703,7,10031,NULL,9732,4,'2026-01-17 21:10:34','2026-01-17 21:10:34','7ba7a501-6ff8-4d96-abf3-386261072ee9'),
(54704,7,10031,NULL,9640,5,'2026-01-17 21:10:34','2026-01-17 21:10:34','a29feb4c-ddf4-4097-b1c1-1b8b59206472'),
(54705,7,10031,NULL,9552,6,'2026-01-17 21:10:34','2026-01-17 21:10:34','b31b5f05-7b9d-4017-b2b3-6329782cc161'),
(54706,7,10031,NULL,605,7,'2026-01-17 21:10:34','2026-01-17 21:10:34','e94d1b0b-4856-4930-9442-fa80b655a528'),
(54707,82,10031,NULL,469,1,'2026-01-17 21:10:34','2026-01-17 21:10:34','cf7417be-0a4e-44ef-ba84-92d03b71d504'),
(54708,82,10031,NULL,479,2,'2026-01-17 21:10:34','2026-01-17 21:10:34','fc18075a-8d05-4e04-81d3-7b562e7a34c6'),
(54709,82,10031,NULL,491,3,'2026-01-17 21:10:34','2026-01-17 21:10:34','adf4943e-64f0-4187-994c-969554207685'),
(54710,57,10031,NULL,8923,1,'2026-01-17 21:10:34','2026-01-17 21:10:34','64da9079-f14b-4e6f-9ce7-7b0ed9e7f6b9'),
(54711,57,10031,NULL,8936,2,'2026-01-17 21:10:34','2026-01-17 21:10:34','a1fcfa67-d1c6-4b54-af65-ed4687bfe003'),
(54712,57,10031,NULL,8934,3,'2026-01-17 21:10:34','2026-01-17 21:10:34','7ae6f706-f5ad-4c6c-a792-a0e4152ad783'),
(54713,57,10031,NULL,8935,4,'2026-01-17 21:10:34','2026-01-17 21:10:34','222e8644-c4fd-47fb-8e6e-92fecd6e0e50'),
(54714,57,10031,NULL,8931,5,'2026-01-17 21:10:34','2026-01-17 21:10:34','24710382-62be-4375-8341-a3bf9fe2ae59'),
(54715,57,10031,NULL,8928,6,'2026-01-17 21:10:34','2026-01-17 21:10:34','bd567efc-97d9-4270-aaa4-b3b0f9654708'),
(54716,57,10031,NULL,8929,7,'2026-01-17 21:10:34','2026-01-17 21:10:34','be745439-6a00-43b5-bf25-31454916c180'),
(54717,57,10031,NULL,8930,8,'2026-01-17 21:10:34','2026-01-17 21:10:34','3c58dc08-2fcb-411f-a888-22e28d5a50dc'),
(54718,57,10031,NULL,8920,9,'2026-01-17 21:10:34','2026-01-17 21:10:34','7357119a-ba64-401a-ab8e-1f068b656a0f'),
(54719,57,10031,NULL,8918,10,'2026-01-17 21:10:34','2026-01-17 21:10:34','87f50347-c6e9-4d6c-a72a-f6de8478d3ac'),
(54720,57,10031,NULL,8919,11,'2026-01-17 21:10:34','2026-01-17 21:10:34','c535a8e1-36a7-4c64-9573-93791dedf4d8'),
(54721,57,10031,NULL,8924,12,'2026-01-17 21:10:34','2026-01-17 21:10:34','e076d47f-f232-4ee7-b145-02570f116c32'),
(54722,57,10031,NULL,8925,13,'2026-01-17 21:10:34','2026-01-17 21:10:34','b794d2ee-f999-4829-8ecd-084e4c9fd22b'),
(54723,57,10031,NULL,8926,14,'2026-01-17 21:10:34','2026-01-17 21:10:34','17ee237e-d1b5-4523-b7ef-4264ac0af95d'),
(54724,57,10031,NULL,8927,15,'2026-01-17 21:10:34','2026-01-17 21:10:34','81bc7d46-cf7f-48cc-96c6-21b273c2d18a'),
(54725,57,10031,NULL,8932,16,'2026-01-17 21:10:34','2026-01-17 21:10:34','ffe19082-82e3-4ea8-b7f1-61c362f8736e'),
(54726,57,10031,NULL,8933,17,'2026-01-17 21:10:34','2026-01-17 21:10:34','640bb68a-59a5-469c-8351-1348d5a63fae'),
(54752,7,1225,NULL,9552,5,'2026-01-17 21:10:54','2026-01-17 21:10:54','fb40145c-c924-42dc-a4ac-3b9c88c44556'),
(54753,32,10033,NULL,2610,1,'2026-01-17 21:10:54','2026-01-17 21:10:54','e9a16e65-ada0-4e25-94e8-5d3e3a7f889f'),
(54754,32,10033,NULL,2598,2,'2026-01-17 21:10:54','2026-01-17 21:10:54','c89006db-593b-4add-8dcf-46478f3a1083'),
(54755,32,10033,NULL,2600,3,'2026-01-17 21:10:54','2026-01-17 21:10:54','0a8c386f-2fc3-48d1-96cf-07b23779503a'),
(54756,32,10033,NULL,2604,4,'2026-01-17 21:10:54','2026-01-17 21:10:54','6856d23a-f713-4333-a36d-b591c74acdb9'),
(54757,32,10033,NULL,2608,5,'2026-01-17 21:10:54','2026-01-17 21:10:54','bb1a992e-2959-40ba-8b94-bb8839335082'),
(54758,32,10033,NULL,2602,6,'2026-01-17 21:10:54','2026-01-17 21:10:54','d68db24d-4f37-4506-b595-8f9142221141'),
(54759,16,10033,NULL,4526,1,'2026-01-17 21:10:54','2026-01-17 21:10:54','9bf25092-2444-42eb-b803-427a0be50f52'),
(54760,7,10033,NULL,2969,1,'2026-01-17 21:10:54','2026-01-17 21:10:54','3d8dd481-8787-45a7-a3cd-ad284b2ec7b3'),
(54761,7,10033,NULL,2974,2,'2026-01-17 21:10:54','2026-01-17 21:10:54','2845b97b-3962-4ef1-875a-2e4da49a4076'),
(54762,7,10033,NULL,617,3,'2026-01-17 21:10:54','2026-01-17 21:10:54','44817836-c707-4aae-8250-27377318d7b1'),
(54763,7,10033,NULL,605,4,'2026-01-17 21:10:54','2026-01-17 21:10:54','92746f9b-2dd2-485f-9ce5-df4b77a0c62a'),
(54764,7,10033,NULL,9552,5,'2026-01-17 21:10:54','2026-01-17 21:10:54','27f96611-4533-4a83-bb35-fa9a6fb0b03b'),
(54765,82,10033,NULL,469,1,'2026-01-17 21:10:54','2026-01-17 21:10:54','5d89a07a-3e17-4e89-9afb-69929a6d4a7e'),
(54766,82,10033,NULL,479,2,'2026-01-17 21:10:54','2026-01-17 21:10:54','358645cc-62fc-4031-a8aa-fdd6e651217e'),
(54767,82,10033,NULL,491,3,'2026-01-17 21:10:54','2026-01-17 21:10:54','9757a2b5-9601-47a9-bfa2-91453b629778'),
(54768,57,10033,NULL,8955,1,'2026-01-17 21:10:54','2026-01-17 21:10:54','1ad92927-cdde-4f0d-8e88-4317c6a89f81'),
(54769,57,10033,NULL,8956,2,'2026-01-17 21:10:54','2026-01-17 21:10:54','6c498cf2-0dd9-4240-a905-ab35ddd930e0'),
(54770,57,10033,NULL,8957,3,'2026-01-17 21:10:54','2026-01-17 21:10:54','68ab9332-0fb1-4e5a-86ec-4d20ad7cdf7f'),
(54771,57,10033,NULL,8958,4,'2026-01-17 21:10:54','2026-01-17 21:10:54','50511692-234b-4c52-b064-37c578db5f83'),
(54772,57,10033,NULL,8953,5,'2026-01-17 21:10:54','2026-01-17 21:10:54','0cc7ab3f-f6c3-4ab1-b877-aa02834416f4'),
(54773,57,10033,NULL,8954,6,'2026-01-17 21:10:54','2026-01-17 21:10:54','6404c7e2-8965-411b-a1c3-74f391a37341'),
(54774,57,10033,NULL,9592,7,'2026-01-17 21:10:54','2026-01-17 21:10:54','ea209a57-74a1-42b2-8011-065cefcd7977'),
(54775,57,10033,NULL,8959,8,'2026-01-17 21:10:54','2026-01-17 21:10:54','c1e87169-b347-4c6a-9cfe-f9ac7e1773d6'),
(54799,7,1231,NULL,3468,1,'2026-01-17 21:11:24','2026-01-17 21:11:24','3c45f4eb-460e-4efb-9059-81f185f5801b'),
(54800,7,1231,NULL,9552,4,'2026-01-17 21:11:24','2026-01-17 21:11:24','3f8fe21b-1d33-4328-b7af-e0fdb2bdaaeb'),
(54801,32,10035,NULL,2610,1,'2026-01-17 21:11:24','2026-01-17 21:11:24','18f8852e-5267-4bf8-9ee8-643b443b1e53'),
(54802,32,10035,NULL,2598,2,'2026-01-17 21:11:24','2026-01-17 21:11:24','fe5901c6-534a-449d-bd76-b47d423733d7'),
(54803,32,10035,NULL,2600,3,'2026-01-17 21:11:24','2026-01-17 21:11:24','3c01228d-d47a-4b8d-ba94-a7e65cd7fe2e'),
(54804,32,10035,NULL,2604,4,'2026-01-17 21:11:24','2026-01-17 21:11:24','f7e825a9-b207-4a3d-aba6-c0c1e1ec65f9'),
(54805,32,10035,NULL,2608,5,'2026-01-17 21:11:24','2026-01-17 21:11:24','5ee561e3-ee0e-4b6b-b910-51656d6ba5d5'),
(54806,32,10035,NULL,2602,6,'2026-01-17 21:11:24','2026-01-17 21:11:24','20af9437-84c8-4c7e-9348-f015c3240d91'),
(54807,16,10035,NULL,4554,1,'2026-01-17 21:11:24','2026-01-17 21:11:24','78ba4690-e07b-48f8-b98a-cda1abcce747'),
(54808,7,10035,NULL,3468,1,'2026-01-17 21:11:24','2026-01-17 21:11:24','b48a471c-d091-4809-98b7-feb480140465'),
(54809,7,10035,NULL,617,2,'2026-01-17 21:11:24','2026-01-17 21:11:24','37f6493d-41e3-4155-a7f1-333480b7aa0e'),
(54810,7,10035,NULL,605,3,'2026-01-17 21:11:24','2026-01-17 21:11:24','75f2058d-7535-4145-9cce-f25d1c484af9'),
(54811,7,10035,NULL,9552,4,'2026-01-17 21:11:24','2026-01-17 21:11:24','853027a3-d402-4344-9a9c-9c0f8e0eaaa6'),
(54812,82,10035,NULL,469,1,'2026-01-17 21:11:24','2026-01-17 21:11:24','c663dcaf-48cf-466b-9ad2-5cb2921f8936'),
(54813,82,10035,NULL,479,2,'2026-01-17 21:11:24','2026-01-17 21:11:24','7cee8820-42c8-40e5-9077-600eefeffaa5'),
(54814,82,10035,NULL,491,3,'2026-01-17 21:11:24','2026-01-17 21:11:24','053b81ae-a72b-4585-9cc0-9af65d4ec09e'),
(54815,57,10035,NULL,8968,1,'2026-01-17 21:11:24','2026-01-17 21:11:24','540389ad-10f3-4526-9dce-18f6c1614341'),
(54816,57,10035,NULL,8970,2,'2026-01-17 21:11:24','2026-01-17 21:11:24','76f54722-0a21-4279-af0c-9c549e92ec88'),
(54817,57,10035,NULL,8971,3,'2026-01-17 21:11:24','2026-01-17 21:11:24','85e5f51e-ebc7-4b4a-ad70-cd479a6f080f'),
(54818,57,10035,NULL,8972,4,'2026-01-17 21:11:24','2026-01-17 21:11:24','d7bf0cc5-4b52-426f-a9af-121ecb8ce350'),
(54819,57,10035,NULL,8973,5,'2026-01-17 21:11:24','2026-01-17 21:11:24','580ce279-c968-4d5c-82ad-6aefed39c417'),
(54820,57,10035,NULL,8969,6,'2026-01-17 21:11:24','2026-01-17 21:11:24','9079215b-6f98-47a3-9972-786049c60f9c'),
(54821,57,10035,NULL,8974,7,'2026-01-17 21:11:24','2026-01-17 21:11:24','8974649b-6396-4ab2-9baf-c98b8df45722'),
(54844,7,1237,NULL,9727,2,'2026-01-17 21:12:02','2026-01-17 21:12:02','d4a4c151-cf77-494f-b2fe-291ad0e27e70'),
(54845,7,1237,NULL,9552,6,'2026-01-17 21:12:02','2026-03-19 17:24:01','146fc8ac-dd61-4aa6-a8df-ee3650890f28'),
(54846,32,10037,NULL,2610,1,'2026-01-17 21:12:02','2026-01-17 21:12:02','d881af56-7ebd-44cf-911e-b54f7b966768'),
(54847,32,10037,NULL,2598,2,'2026-01-17 21:12:02','2026-01-17 21:12:02','e7a06bdb-0b23-49c3-8563-5ad46dbc773e'),
(54848,32,10037,NULL,2600,3,'2026-01-17 21:12:02','2026-01-17 21:12:02','82fef624-5d41-4387-a45f-9e97e473e0b7'),
(54849,32,10037,NULL,2602,4,'2026-01-17 21:12:02','2026-01-17 21:12:02','ad39dbf8-7502-4932-a728-164b64dc4f73'),
(54850,32,10037,NULL,2604,5,'2026-01-17 21:12:02','2026-01-17 21:12:02','85303ad1-d0df-4080-87b0-eaac6b7de9f4'),
(54851,32,10037,NULL,2608,6,'2026-01-17 21:12:02','2026-01-17 21:12:02','9d9fef87-e9be-448d-aef1-372e9e7040f9'),
(54852,32,10037,NULL,2596,7,'2026-01-17 21:12:02','2026-01-17 21:12:02','fb4dcd30-8875-4328-82b0-ee5a7f2e347b'),
(54853,16,10037,NULL,4579,1,'2026-01-17 21:12:02','2026-01-17 21:12:02','268ec8d7-58d9-4a2e-9b4f-0bd62f2d9a2f'),
(54854,7,10037,NULL,2969,1,'2026-01-17 21:12:02','2026-01-17 21:12:02','f9f0573f-621c-4f0f-ac69-a1dafc9caf1f'),
(54855,7,10037,NULL,9727,2,'2026-01-17 21:12:02','2026-01-17 21:12:02','d97abbb4-4312-4aa5-8168-71784750108e'),
(54856,7,10037,NULL,617,3,'2026-01-17 21:12:02','2026-01-17 21:12:02','6bfdfa95-3d89-48e9-813d-ba76ee8d19bc'),
(54857,7,10037,NULL,605,4,'2026-01-17 21:12:02','2026-01-17 21:12:02','d6e5c1e3-9c55-4b2e-8546-0deeab0800c6'),
(54858,7,10037,NULL,9552,5,'2026-01-17 21:12:02','2026-01-17 21:12:02','15630cc6-e69b-4777-9283-871c41ae1fd9'),
(54859,82,10037,NULL,479,1,'2026-01-17 21:12:02','2026-01-17 21:12:02','a4a4776c-3d84-44ea-bee5-4103a8760e24'),
(54860,82,10037,NULL,491,2,'2026-01-17 21:12:02','2026-01-17 21:12:02','a643266a-50fd-4e46-9915-fa568a162d89'),
(54861,57,10037,NULL,8984,1,'2026-01-17 21:12:02','2026-01-17 21:12:02','1779c763-a9bb-4e54-ac6c-c638be81b1fe'),
(54862,57,10037,NULL,8982,2,'2026-01-17 21:12:02','2026-01-17 21:12:02','e819fc91-f1c7-487d-9d86-d3b1b7172737'),
(54863,57,10037,NULL,8981,3,'2026-01-17 21:12:02','2026-01-17 21:12:02','855009b4-4f92-41d3-819e-ed0d2aa39c48'),
(54864,57,10037,NULL,8983,4,'2026-01-17 21:12:02','2026-01-17 21:12:02','ace55dfe-12fc-4522-8068-a19c543d2723'),
(54865,57,10037,NULL,8980,5,'2026-01-17 21:12:02','2026-01-17 21:12:02','ecdfd5a1-56a9-416c-a8c3-1bce5f299361'),
(54898,7,1243,NULL,2969,1,'2026-01-17 21:12:41','2026-01-17 21:12:41','b18937de-a0cb-4b8f-9ec4-f12eaefd50bf'),
(54899,7,1243,NULL,9640,2,'2026-01-17 21:12:41','2026-01-17 21:12:41','fcd36396-587a-4b41-b6da-6dad48e2653d'),
(54900,7,1243,NULL,9552,7,'2026-01-17 21:12:41','2026-03-19 17:25:00','413776a6-db0a-4ce3-a5b3-0c56858af70e'),
(54901,32,10039,NULL,2610,1,'2026-01-17 21:12:42','2026-01-17 21:12:42','d45a1f11-d23b-4094-8f55-821668c493b9'),
(54902,32,10039,NULL,2598,2,'2026-01-17 21:12:42','2026-01-17 21:12:42','2d11d011-84ae-4957-8d2d-d9e195c3b086'),
(54903,32,10039,NULL,2600,3,'2026-01-17 21:12:42','2026-01-17 21:12:42','c005e3ce-0522-474c-b941-3a07b2cfe601'),
(54904,32,10039,NULL,2604,4,'2026-01-17 21:12:42','2026-01-17 21:12:42','39efbd2a-0fa5-4c40-8500-85c9a7fbb489'),
(54905,32,10039,NULL,2608,5,'2026-01-17 21:12:42','2026-01-17 21:12:42','db0876e8-5ff2-4793-88ea-67599606aceb'),
(54906,32,10039,NULL,2624,6,'2026-01-17 21:12:42','2026-01-17 21:12:42','89253081-8c5e-4c76-bf22-1e1543066f9b'),
(54907,32,10039,NULL,2596,7,'2026-01-17 21:12:42','2026-01-17 21:12:42','fca7b6d2-9cc1-4388-8ab3-6265389a7ca0'),
(54908,32,10039,NULL,2602,8,'2026-01-17 21:12:42','2026-01-17 21:12:42','a22974af-fafc-4b34-934d-fe896ad3af16'),
(54909,32,10039,NULL,2606,9,'2026-01-17 21:12:42','2026-01-17 21:12:42','c1703d4f-b96d-4a44-a865-882fea04eae2'),
(54910,16,10039,NULL,4610,1,'2026-01-17 21:12:42','2026-01-17 21:12:42','f834a6eb-3da8-45d3-b080-c66ddc6d15ba'),
(54911,7,10039,NULL,2969,1,'2026-01-17 21:12:42','2026-01-17 21:12:42','66b822f0-5469-47e0-8e90-2f5d482263e9'),
(54912,7,10039,NULL,9640,2,'2026-01-17 21:12:42','2026-01-17 21:12:42','abc61edc-4262-41b7-a23e-715c423de85c'),
(54913,7,10039,NULL,2972,3,'2026-01-17 21:12:42','2026-01-17 21:12:42','c56885c4-9f62-4898-9e1a-13fe052d9ad4'),
(54914,7,10039,NULL,2974,4,'2026-01-17 21:12:42','2026-01-17 21:12:42','407b8066-853d-4b9d-bdb9-dd18578482de'),
(54915,7,10039,NULL,617,5,'2026-01-17 21:12:42','2026-01-17 21:12:42','09e12796-2432-4b8e-acfc-0b68c7373a34'),
(54916,7,10039,NULL,605,6,'2026-01-17 21:12:42','2026-01-17 21:12:42','78d63608-3631-4899-b4ab-20810199464c'),
(54917,7,10039,NULL,9552,7,'2026-01-17 21:12:42','2026-01-17 21:12:42','3fded1e7-9975-4fd8-a588-e4c4831f0a15'),
(54918,82,10039,NULL,491,1,'2026-01-17 21:12:42','2026-01-17 21:12:42','cf441e5d-106a-4e00-aadd-5246ec8cd0ec'),
(54919,46,10039,NULL,2891,1,'2026-01-17 21:12:42','2026-01-17 21:12:42','a392d338-d8e1-4899-9532-b934a6c9b759'),
(54920,57,10039,NULL,9629,1,'2026-01-17 21:12:42','2026-01-17 21:12:42','34242bd1-2ff9-492c-8acd-a4240874a617'),
(54921,57,10039,NULL,9631,2,'2026-01-17 21:12:42','2026-01-17 21:12:42','083861a9-ac9b-4776-8a20-3962785f2e46'),
(54922,57,10039,NULL,9630,3,'2026-01-17 21:12:42','2026-01-17 21:12:42','4f9089c0-9988-4bc8-998d-2a6272fe2ffe'),
(54923,57,10039,NULL,9628,4,'2026-01-17 21:12:42','2026-01-17 21:12:42','354e8e4e-de15-49e7-8449-9d75b97459c3'),
(54924,57,10039,NULL,9627,5,'2026-01-17 21:12:42','2026-01-17 21:12:42','0ac1f07c-1937-489d-b8cc-d5dcd4e438c1'),
(54925,57,10039,NULL,9632,6,'2026-01-17 21:12:42','2026-01-17 21:12:42','1a2844ae-0cb4-4238-89a2-03fa0817cfc9'),
(54926,57,10039,NULL,9633,7,'2026-01-17 21:12:42','2026-01-17 21:12:42','d17619e7-f572-4238-a6b7-9a29c4aaf001'),
(54927,57,10039,NULL,9625,8,'2026-01-17 21:12:42','2026-01-17 21:12:42','b60f78dd-6a0d-40bd-ba43-f208a2f96187'),
(54928,57,10039,NULL,9626,9,'2026-01-17 21:12:42','2026-01-17 21:12:42','a63e80ac-30ea-417a-b50d-8b2e9dbeb879'),
(54929,57,10039,NULL,9624,10,'2026-01-17 21:12:42','2026-01-17 21:12:42','8b2e93cc-5c94-4aea-912a-57538ce1e242'),
(54930,57,10039,NULL,9623,11,'2026-01-17 21:12:42','2026-01-17 21:12:42','0f93d187-be4a-46cf-9630-a93c013b1641'),
(54931,57,10039,NULL,9622,12,'2026-01-17 21:12:42','2026-01-17 21:12:42','b238e506-ea3b-4474-84ee-cb9006652e3f'),
(54933,7,1249,NULL,9552,4,'2026-01-17 21:13:08','2026-01-17 21:13:08','3dd756db-986e-4a8a-9774-2d06b024677b'),
(54934,32,10040,NULL,2610,1,'2026-01-17 21:13:08','2026-01-17 21:13:08','30f18724-dca4-4e89-acd3-3d559dadeb69'),
(54935,32,10040,NULL,2598,2,'2026-01-17 21:13:08','2026-01-17 21:13:08','1ddd2427-4022-42d1-8775-e2c7ee58d456'),
(54936,32,10040,NULL,2600,3,'2026-01-17 21:13:08','2026-01-17 21:13:08','7f00943c-fee5-48a3-abe7-f6e101c80053'),
(54937,32,10040,NULL,2602,4,'2026-01-17 21:13:08','2026-01-17 21:13:08','d997b002-122f-4be6-97d5-9987f893df55'),
(54938,32,10040,NULL,2612,5,'2026-01-17 21:13:08','2026-01-17 21:13:08','eaa2a4d8-5c0f-40a2-87c6-c604fd076f2c'),
(54939,32,10040,NULL,2618,6,'2026-01-17 21:13:08','2026-01-17 21:13:08','5239e691-9977-4871-9e6d-6710ada3a237'),
(54940,32,10040,NULL,2604,7,'2026-01-17 21:13:08','2026-01-17 21:13:08','afb5d880-0238-4f08-a119-c94825ece687'),
(54941,32,10040,NULL,2608,8,'2026-01-17 21:13:08','2026-01-17 21:13:08','5e95be9f-3271-4119-9df1-34145190c7d5'),
(54942,32,10040,NULL,2596,9,'2026-01-17 21:13:08','2026-01-17 21:13:08','7db64ebf-27b3-428e-992e-dc796ae3948d'),
(54943,16,10040,NULL,4639,1,'2026-01-17 21:13:08','2026-01-17 21:13:08','0b0e938d-bb6b-4996-8ddb-ff3b257b8d4b'),
(54944,7,10040,NULL,2974,1,'2026-01-17 21:13:08','2026-01-17 21:13:08','8d8576c3-a5f9-4eb4-862c-3b48b9a4e6a0'),
(54945,7,10040,NULL,617,2,'2026-01-17 21:13:08','2026-01-17 21:13:08','c4ac3fbf-c820-41e0-84de-3abe49476941'),
(54946,7,10040,NULL,605,3,'2026-01-17 21:13:08','2026-01-17 21:13:08','97815bed-b554-4938-9d4f-4d6688116283'),
(54947,7,10040,NULL,9552,4,'2026-01-17 21:13:08','2026-01-17 21:13:08','426c0c96-bc76-4218-9e1d-fd9631faedde'),
(54948,82,10040,NULL,479,1,'2026-01-17 21:13:08','2026-01-17 21:13:08','8f37ab7b-916c-41dd-8935-9f7b41655989'),
(54949,82,10040,NULL,491,2,'2026-01-17 21:13:08','2026-01-17 21:13:08','8aeed0fb-8693-4842-a736-ef7c90050fab'),
(54950,46,10040,NULL,3697,1,'2026-01-17 21:13:08','2026-01-17 21:13:08','7f38f87e-da7f-4909-8b2f-97e45efdf77b'),
(54951,57,10040,NULL,5084,1,'2026-01-17 21:13:08','2026-01-17 21:13:08','c4049754-d583-4df1-9eac-17ac198fb41a'),
(54952,57,10040,NULL,5085,2,'2026-01-17 21:13:08','2026-01-17 21:13:08','c457cfcd-3178-4d89-993f-742662d69e01'),
(54953,57,10040,NULL,5086,3,'2026-01-17 21:13:08','2026-01-17 21:13:08','8005d979-9aa7-473e-9cda-830b215e5acb'),
(54954,57,10040,NULL,5087,4,'2026-01-17 21:13:08','2026-01-17 21:13:08','8f179d72-6792-4144-8d82-fb9aeeb2e36f'),
(54955,57,10040,NULL,5088,5,'2026-01-17 21:13:08','2026-01-17 21:13:08','59352bea-cc95-4c09-8d58-2bf8edbd5753'),
(54979,71,554,NULL,9698,2,'2026-01-17 21:17:15','2026-01-17 21:17:15','39259e3e-10f8-4485-aa5e-bc4735e6ef12'),
(54980,71,554,NULL,9701,3,'2026-01-17 21:17:15','2026-01-17 21:17:15','c81670ac-19ec-48d7-abdd-a3704e7eeb12'),
(54981,71,554,NULL,9733,6,'2026-01-17 21:17:15','2026-01-17 21:17:15','7921f629-ad5c-4bde-a41f-7340ea60d7a5'),
(54982,71,554,NULL,9728,7,'2026-01-17 21:17:15','2026-01-17 21:17:15','02b7e057-6fc2-44da-a391-a299c5492c10'),
(54983,71,554,NULL,9641,9,'2026-01-17 21:17:15','2026-01-17 21:17:15','fc14f0e4-d322-4ee0-8a53-98ac40d32555'),
(54984,16,1449,NULL,10041,1,'2026-01-17 21:18:15','2026-01-17 21:18:15','e6db6e48-8be0-4d68-91ac-2a094083760c'),
(54985,57,1449,NULL,10057,1,'2026-01-17 21:18:15','2026-01-17 21:18:15','e8ef0390-e5cf-4f99-8e37-d659a6c95820'),
(54986,57,1449,NULL,10049,2,'2026-01-17 21:18:15','2026-01-17 21:18:15','be277c72-95a4-49c7-b7b6-3914c2205da6'),
(54987,57,1449,NULL,10044,3,'2026-01-17 21:18:15','2026-01-17 21:18:15','4f788737-aabd-450e-a332-ebc14f5b3c7b'),
(54988,57,1449,NULL,10045,4,'2026-01-17 21:18:15','2026-01-17 21:18:15','1ba4ccbd-a3cd-4281-99bd-a7a9da8bcd25'),
(54989,57,1449,NULL,10042,5,'2026-01-17 21:18:15','2026-01-17 21:18:15','2273b2d5-d6d9-4d64-ac42-46b8ed895f03'),
(54990,57,1449,NULL,10043,6,'2026-01-17 21:18:15','2026-01-17 21:18:15','cddad9b3-f3b1-4839-ab85-e1ecec910d38'),
(54991,57,1449,NULL,10046,7,'2026-01-17 21:18:15','2026-01-17 21:18:15','23135294-5698-4e3f-a241-a1e02d3b998a'),
(54992,57,1449,NULL,10047,8,'2026-01-17 21:18:15','2026-01-17 21:18:15','3a2bfe66-4509-471d-ac73-c74694bb9bd5'),
(54993,57,1449,NULL,10048,9,'2026-01-17 21:18:15','2026-01-17 21:18:15','5577dce1-4897-4d81-b2f3-fbf75127f566'),
(54994,57,1449,NULL,10051,10,'2026-01-17 21:18:15','2026-01-17 21:18:15','0e046ea6-4ec4-40b9-b810-26a1139c09fe'),
(54995,57,1449,NULL,10052,11,'2026-01-17 21:18:15','2026-01-17 21:18:15','7a3439e1-420e-4057-9db9-314d461707f6'),
(54996,57,1449,NULL,10053,12,'2026-01-17 21:18:15','2026-01-17 21:18:15','af1b57a1-cf4c-4754-8474-ab2e4f534d57'),
(54998,57,1449,NULL,10055,13,'2026-01-17 21:18:15','2026-01-17 21:24:55','76ecf96e-3358-45fe-9a48-2629c1207eb9'),
(54999,57,1449,NULL,10059,14,'2026-01-17 21:18:15','2026-01-17 21:24:55','749b226c-c86b-49b9-9678-8b8a8b8ee495'),
(55000,57,1449,NULL,10060,15,'2026-01-17 21:18:15','2026-01-17 21:24:55','8091f838-077f-4435-96ec-d1f2487f4260'),
(55003,32,10063,NULL,2614,1,'2026-01-17 21:18:15','2026-01-17 21:18:15','a55ce48f-82fd-443b-b8d1-313a2e16fac9'),
(55004,32,10063,NULL,2610,2,'2026-01-17 21:18:15','2026-01-17 21:18:15','79ee6aa3-4854-4370-9d5c-64eadb1cc508'),
(55005,32,10063,NULL,2598,3,'2026-01-17 21:18:15','2026-01-17 21:18:15','dbd6d8e7-28d3-4042-8918-dc728ebf8c4f'),
(55006,32,10063,NULL,2608,4,'2026-01-17 21:18:15','2026-01-17 21:18:15','ac3659af-f8f5-4d03-bb77-31709912bd76'),
(55007,32,10063,NULL,2600,5,'2026-01-17 21:18:15','2026-01-17 21:18:15','793fdf69-ac50-4b0f-97c4-03b646fb95ad'),
(55008,32,10063,NULL,2596,6,'2026-01-17 21:18:15','2026-01-17 21:18:15','a9c70564-062a-4c5a-89bb-e146dc1a6271'),
(55009,32,10063,NULL,2602,7,'2026-01-17 21:18:15','2026-01-17 21:18:15','e9504b8b-6bb9-42b7-bfcf-9d0fdf011e29'),
(55010,32,10063,NULL,2606,8,'2026-01-17 21:18:15','2026-01-17 21:18:15','1a618e19-9533-4aa1-b0ff-5752130680b3'),
(55011,32,10063,NULL,2612,9,'2026-01-17 21:18:15','2026-01-17 21:18:15','0ef2efe1-4499-4e3f-8946-fd2298dcba94'),
(55012,32,10063,NULL,2604,10,'2026-01-17 21:18:15','2026-01-17 21:18:15','feb7f7da-ac65-4fcf-9a21-dbf853d9488e'),
(55013,16,10063,NULL,10041,1,'2026-01-17 21:18:15','2026-01-17 21:18:15','e136e27f-8306-4a45-a0de-bfc4dc5cc88e'),
(55014,7,10063,NULL,601,1,'2026-01-17 21:18:15','2026-01-17 21:18:15','7b6e414b-7a75-4504-b0d0-49bbe6466d07'),
(55015,7,10063,NULL,617,2,'2026-01-17 21:18:15','2026-01-17 21:18:15','09fa3165-0a47-47bf-857b-8ab1fa9834e0'),
(55016,7,10063,NULL,9549,3,'2026-01-17 21:18:15','2026-01-17 21:18:15','f4bd9fd9-c107-4df4-9576-ca43a430e286'),
(55017,7,10063,NULL,605,4,'2026-01-17 21:18:15','2026-01-17 21:18:15','893133bb-30a4-4004-825f-68f0deae6733'),
(55018,7,10063,NULL,9552,5,'2026-01-17 21:18:15','2026-01-17 21:18:15','9f7aaec8-5132-4d55-8813-03f1780861ba'),
(55019,57,10063,NULL,10057,1,'2026-01-17 21:18:15','2026-01-17 21:18:15','cfb66793-10cc-48e3-89c2-8f59e121ccfd'),
(55020,57,10063,NULL,10049,2,'2026-01-17 21:18:15','2026-01-17 21:18:15','b2f42709-bf3e-42cc-8af4-de709282f9da'),
(55021,57,10063,NULL,10044,3,'2026-01-17 21:18:15','2026-01-17 21:18:15','7c31cc67-9cfb-4ea2-b8df-f93b84c512a6'),
(55022,57,10063,NULL,10045,4,'2026-01-17 21:18:15','2026-01-17 21:18:15','cf2c7b73-d504-411b-8dc2-d19106262e3c'),
(55023,57,10063,NULL,10042,5,'2026-01-17 21:18:15','2026-01-17 21:18:15','3f6ae43d-1bab-46cf-a85a-03a87f0fb160'),
(55024,57,10063,NULL,10043,6,'2026-01-17 21:18:15','2026-01-17 21:18:15','1a9ed0fa-fb77-46d6-8435-510d588f7f2e'),
(55025,57,10063,NULL,10046,7,'2026-01-17 21:18:15','2026-01-17 21:18:15','6d9b1858-3586-41ff-9458-79c1262d7bc7'),
(55026,57,10063,NULL,10047,8,'2026-01-17 21:18:15','2026-01-17 21:18:15','46305170-05bb-477e-885b-53bd50b89eb9'),
(55027,57,10063,NULL,10048,9,'2026-01-17 21:18:15','2026-01-17 21:18:15','6e1179e1-3ecf-49fd-9a05-b88efc228578'),
(55028,57,10063,NULL,10051,10,'2026-01-17 21:18:15','2026-01-17 21:18:15','7f4d2bbf-bfaf-4e8f-aea8-f62ed23e743e'),
(55029,57,10063,NULL,10052,11,'2026-01-17 21:18:15','2026-01-17 21:18:15','e3e88888-7292-4167-8c9e-071bf2a02cdf'),
(55030,57,10063,NULL,10053,12,'2026-01-17 21:18:15','2026-01-17 21:18:15','99bee420-3083-4f24-b176-f90d9bbccea8'),
(55031,57,10063,NULL,10054,13,'2026-01-17 21:18:15','2026-01-17 21:18:15','0604f8da-43bd-4385-93db-01523aa24049'),
(55032,57,10063,NULL,10055,14,'2026-01-17 21:18:15','2026-01-17 21:18:15','c43d43ab-bb3d-44e9-847b-23b774b8dcb4'),
(55033,57,10063,NULL,10059,15,'2026-01-17 21:18:15','2026-01-17 21:18:15','bb9dc4e7-033f-4dff-910d-f6ccdf8957bd'),
(55034,57,10063,NULL,10060,16,'2026-01-17 21:18:15','2026-01-17 21:18:15','eaa9cf88-bc27-4c35-941d-7c44219f40cc'),
(55035,57,10063,NULL,10061,17,'2026-01-17 21:18:15','2026-01-17 21:18:15','5bec7611-74bb-43b9-afc9-eb12a4961fda'),
(55036,57,10063,NULL,10062,18,'2026-01-17 21:18:15','2026-01-17 21:18:15','8dc050cb-d6de-4e1b-aaa4-c991d7776728'),
(55071,32,10065,NULL,2614,1,'2026-01-17 21:23:35','2026-01-17 21:23:35','99d24be3-26b2-467e-8aa1-703693b92b29'),
(55072,32,10065,NULL,2610,2,'2026-01-17 21:23:35','2026-01-17 21:23:35','13526eef-e9d9-477c-a757-9ba8331feed4'),
(55073,32,10065,NULL,2598,3,'2026-01-17 21:23:35','2026-01-17 21:23:35','205b7fd4-3bdb-4971-8702-99c19dd72a9b'),
(55074,32,10065,NULL,2608,4,'2026-01-17 21:23:35','2026-01-17 21:23:35','c6375d95-79bf-4321-9146-012944a75ef4'),
(55075,32,10065,NULL,2600,5,'2026-01-17 21:23:35','2026-01-17 21:23:35','69a06cfa-2c5f-419f-9a9a-f9a9914c1b02'),
(55076,32,10065,NULL,2596,6,'2026-01-17 21:23:35','2026-01-17 21:23:35','fa4df501-680d-4904-92ac-352e1cc69c3e'),
(55077,32,10065,NULL,2602,7,'2026-01-17 21:23:35','2026-01-17 21:23:35','15450806-19fc-45ea-88bc-76d73dc29c41'),
(55078,32,10065,NULL,2606,8,'2026-01-17 21:23:35','2026-01-17 21:23:35','d4ace5fd-738b-4188-a566-7ba0be412a5c'),
(55079,32,10065,NULL,2612,9,'2026-01-17 21:23:35','2026-01-17 21:23:35','ee5fd4ad-5c33-4664-9b31-beb64a1f577c'),
(55080,32,10065,NULL,2604,10,'2026-01-17 21:23:35','2026-01-17 21:23:35','b583cb1a-0a88-46c6-8c21-97fe27f2c691'),
(55081,16,10065,NULL,10041,1,'2026-01-17 21:23:35','2026-01-17 21:23:35','14141389-51ae-48d7-8895-ba1021a1ce94'),
(55082,7,10065,NULL,601,1,'2026-01-17 21:23:35','2026-01-17 21:23:35','991d1e10-5538-4e01-a5d4-108b1bd27df4'),
(55083,7,10065,NULL,617,2,'2026-01-17 21:23:35','2026-01-17 21:23:35','99ff7f8b-f7ad-4a00-a66c-23e5b549da18'),
(55084,7,10065,NULL,9549,3,'2026-01-17 21:23:35','2026-01-17 21:23:35','cd75f8b8-48e0-4020-8bb7-e2df6b0a2485'),
(55085,7,10065,NULL,605,4,'2026-01-17 21:23:35','2026-01-17 21:23:35','914e2581-ca48-408a-ac63-e675875c3780'),
(55086,7,10065,NULL,9552,5,'2026-01-17 21:23:35','2026-01-17 21:23:35','7a4b49f5-b792-4829-8c35-8d6985455d67'),
(55087,57,10065,NULL,10057,1,'2026-01-17 21:23:35','2026-01-17 21:23:35','d1755a99-9ac4-4e4a-933e-2ccfe0671dcd'),
(55088,57,10065,NULL,10049,2,'2026-01-17 21:23:35','2026-01-17 21:23:35','750a62c0-6292-49a2-a049-6866feab859d'),
(55089,57,10065,NULL,10044,3,'2026-01-17 21:23:35','2026-01-17 21:23:35','8edbea5e-e1cc-4247-b296-056f61cd7f24'),
(55090,57,10065,NULL,10045,4,'2026-01-17 21:23:35','2026-01-17 21:23:35','77aa20f6-ae9a-4d23-984b-cebfb2201a55'),
(55091,57,10065,NULL,10042,5,'2026-01-17 21:23:35','2026-01-17 21:23:35','758221d8-1792-47c4-b487-25094e459c9b'),
(55092,57,10065,NULL,10043,6,'2026-01-17 21:23:35','2026-01-17 21:23:35','f6cc0cc5-4cd4-4c5d-82dc-ade430e95b07'),
(55093,57,10065,NULL,10046,7,'2026-01-17 21:23:35','2026-01-17 21:23:35','875704c5-c656-4587-9d4b-afe70864a9e9'),
(55094,57,10065,NULL,10047,8,'2026-01-17 21:23:35','2026-01-17 21:23:35','8f04554b-7ea8-4f15-8dcd-4f40d8658941'),
(55095,57,10065,NULL,10048,9,'2026-01-17 21:23:35','2026-01-17 21:23:35','196301dd-7e8d-45e4-b18c-841d8b84e7c3'),
(55096,57,10065,NULL,10051,10,'2026-01-17 21:23:35','2026-01-17 21:23:35','47051ebf-2531-414c-86d5-7435239c6b69'),
(55097,57,10065,NULL,10052,11,'2026-01-17 21:23:35','2026-01-17 21:23:35','a3dad99b-f538-4ce3-aa77-876faa4b7815'),
(55098,57,10065,NULL,10053,12,'2026-01-17 21:23:35','2026-01-17 21:23:35','21fc93ee-5c6a-4e62-b791-a3f89ee17371'),
(55099,57,10065,NULL,10054,13,'2026-01-17 21:23:35','2026-01-17 21:23:35','582b4351-5870-48f6-ae93-6d7a0caaeb21'),
(55100,57,10065,NULL,10055,14,'2026-01-17 21:23:35','2026-01-17 21:23:35','7d7f3e57-90d8-4db6-813b-a09e88425e12'),
(55101,57,10065,NULL,10059,15,'2026-01-17 21:23:35','2026-01-17 21:23:35','d8a75806-8cc8-45e6-baa5-7fb3fe71ed96'),
(55102,57,10065,NULL,10060,16,'2026-01-17 21:23:35','2026-01-17 21:23:35','f469a6bf-72bf-4701-b70b-e58b1a4e38ed'),
(55103,57,10065,NULL,10061,17,'2026-01-17 21:23:35','2026-01-17 21:23:35','745e16a1-0667-4ff6-8713-7e419da5eb4c'),
(55104,57,10065,NULL,10062,18,'2026-01-17 21:23:35','2026-01-17 21:23:35','f9cf7253-3bd4-4366-a036-d7a4f0a5b824'),
(55139,32,10067,NULL,2614,1,'2026-01-17 21:24:55','2026-01-17 21:24:55','c8fa80df-a23b-461f-ba6c-0633782d886a'),
(55140,32,10067,NULL,2610,2,'2026-01-17 21:24:55','2026-01-17 21:24:55','ccb20145-ef9e-40b0-aaaf-613890806e3e'),
(55141,32,10067,NULL,2598,3,'2026-01-17 21:24:55','2026-01-17 21:24:55','ff5a176b-6fcd-4df5-aa84-4e21588c1afa'),
(55142,32,10067,NULL,2608,4,'2026-01-17 21:24:55','2026-01-17 21:24:55','4b3af0bd-fa5c-49ae-9679-2ffddaa23ce5'),
(55143,32,10067,NULL,2600,5,'2026-01-17 21:24:55','2026-01-17 21:24:55','030ee0e2-0737-4662-accd-47ef7cb64d3c'),
(55144,32,10067,NULL,2596,6,'2026-01-17 21:24:55','2026-01-17 21:24:55','2fea2dbf-2f39-46b1-bd90-5cc079bd4078'),
(55145,32,10067,NULL,2602,7,'2026-01-17 21:24:55','2026-01-17 21:24:55','3f358aab-1027-4b0e-88e5-073f98aa1bf7'),
(55146,32,10067,NULL,2606,8,'2026-01-17 21:24:55','2026-01-17 21:24:55','9d011d2f-d1f8-4240-b241-edccf20afa72'),
(55147,32,10067,NULL,2612,9,'2026-01-17 21:24:55','2026-01-17 21:24:55','730f10ee-0fa7-48c6-8472-724ffb9e0f90'),
(55148,32,10067,NULL,2604,10,'2026-01-17 21:24:55','2026-01-17 21:24:55','5e96f8da-8c0f-47c7-b69f-5f87a398cafa'),
(55149,16,10067,NULL,10041,1,'2026-01-17 21:24:55','2026-01-17 21:24:55','e89783a8-0aad-4d31-8795-33a5b641a8e0'),
(55150,7,10067,NULL,601,1,'2026-01-17 21:24:55','2026-01-17 21:24:55','a7dd3ea9-9985-4d07-8a8d-41cddc6107c7'),
(55151,7,10067,NULL,617,2,'2026-01-17 21:24:55','2026-01-17 21:24:55','a1ff368e-c8ab-4e01-9164-8221bfc5de2e'),
(55152,7,10067,NULL,9549,3,'2026-01-17 21:24:55','2026-01-17 21:24:55','3fb958ea-3944-4907-99c0-1f1e6f0dde18'),
(55153,7,10067,NULL,605,4,'2026-01-17 21:24:55','2026-01-17 21:24:55','9d3463f3-8f35-48fc-9a69-f835b4276c08'),
(55154,7,10067,NULL,9552,5,'2026-01-17 21:24:55','2026-01-17 21:24:55','ae6e0b7a-bcce-4ff0-aab6-7d265ac762ad'),
(55155,57,10067,NULL,10057,1,'2026-01-17 21:24:55','2026-01-17 21:24:55','8ef42cb0-5d96-4a87-afbe-dc4edc50c1d8'),
(55156,57,10067,NULL,10049,2,'2026-01-17 21:24:55','2026-01-17 21:24:55','5035df59-c926-41d7-a801-a76cd786883d'),
(55157,57,10067,NULL,10044,3,'2026-01-17 21:24:55','2026-01-17 21:24:55','ca95775a-5dd4-4430-87a1-c7b7a1dd3bf6'),
(55158,57,10067,NULL,10045,4,'2026-01-17 21:24:55','2026-01-17 21:24:55','8ad5e488-f237-4f87-9ff0-c7e3359e6df4'),
(55159,57,10067,NULL,10042,5,'2026-01-17 21:24:55','2026-01-17 21:24:55','b347e84b-8b02-4409-bf44-4878b58926d5'),
(55160,57,10067,NULL,10043,6,'2026-01-17 21:24:55','2026-01-17 21:24:55','41c6636e-c57e-4589-9046-8e4df599a062'),
(55161,57,10067,NULL,10046,7,'2026-01-17 21:24:55','2026-01-17 21:24:55','102153f4-8ecc-4fe5-97b0-598acf262a94'),
(55162,57,10067,NULL,10047,8,'2026-01-17 21:24:55','2026-01-17 21:24:55','8efe67b8-6e6b-4000-ad37-5da422fce141'),
(55163,57,10067,NULL,10048,9,'2026-01-17 21:24:55','2026-01-17 21:24:55','fab50ac6-651a-4b44-9a31-7f8a5e8b15ee'),
(55164,57,10067,NULL,10051,10,'2026-01-17 21:24:55','2026-01-17 21:24:55','2805d70d-4a65-46d8-a1b7-026b9a42bed5'),
(55165,57,10067,NULL,10052,11,'2026-01-17 21:24:55','2026-01-17 21:24:55','b1f2891d-4dc7-4ba3-8ad2-180686c4126d'),
(55166,57,10067,NULL,10053,12,'2026-01-17 21:24:55','2026-01-17 21:24:55','ab8f548c-a299-4969-9adb-2a4976ac64cf'),
(55167,57,10067,NULL,10055,13,'2026-01-17 21:24:55','2026-01-17 21:24:55','f45c3646-fd5b-4a62-92c8-32c0553e14bf'),
(55168,57,10067,NULL,10059,14,'2026-01-17 21:24:55','2026-01-17 21:24:55','42ae6e31-be76-4d47-99fe-fb11d17a5332'),
(55169,57,10067,NULL,10060,15,'2026-01-17 21:24:55','2026-01-17 21:24:55','f3ba2f9e-e76f-4af5-acfb-40c76b2f3a8a'),
(55210,16,1455,NULL,10069,1,'2026-01-17 21:31:06','2026-01-17 21:31:06','ac1766df-3877-4e31-9fbb-1248f70809e0'),
(55211,57,1455,NULL,10072,1,'2026-01-17 21:31:06','2026-01-17 21:31:06','2862213f-5a9a-4e03-a7ce-dd6976ff87ab'),
(55212,57,1455,NULL,10079,2,'2026-01-17 21:31:06','2026-01-17 21:31:06','2ae4434c-498b-4f48-9f33-7f8391f3c129'),
(55213,57,1455,NULL,10074,3,'2026-01-17 21:31:06','2026-01-17 21:31:06','5ea1c122-ecec-467d-a106-0e4f1f1e9650'),
(55214,57,1455,NULL,10076,4,'2026-01-17 21:31:06','2026-01-17 21:31:06','b3c2efe2-8e73-4b4c-a7fb-175719743972'),
(55215,57,1455,NULL,10075,5,'2026-01-17 21:31:06','2026-01-17 21:31:06','ba0614e0-ea4c-4d43-9175-7011c0f0fee4'),
(55216,57,1455,NULL,10080,6,'2026-01-17 21:31:06','2026-01-17 21:31:06','c1169955-c128-4632-a86b-d7a872f6c5bd'),
(55217,57,1455,NULL,10071,7,'2026-01-17 21:31:06','2026-01-17 21:31:06','2c2d939a-c51c-48db-bc50-9e6bd0ce992d'),
(55218,57,1455,NULL,10070,8,'2026-01-17 21:31:06','2026-01-17 21:31:06','42861598-d5cc-4c46-96fb-ff3dad2e2b0b'),
(55219,57,1455,NULL,10077,9,'2026-01-17 21:31:06','2026-01-17 21:31:06','48cc6789-5afe-4c5a-871d-8b42b5c34728'),
(55220,57,1455,NULL,10078,10,'2026-01-17 21:31:06','2026-01-17 21:31:06','64f42485-4227-4e7a-87dd-a252bd762b4c'),
(55221,32,10081,NULL,2610,1,'2026-01-17 21:31:06','2026-01-17 21:31:06','cb9776f4-9aa7-4061-85de-4f8054393a41'),
(55222,32,10081,NULL,2598,2,'2026-01-17 21:31:06','2026-01-17 21:31:06','15f2800b-4830-4790-a7c6-109168f954a8'),
(55223,32,10081,NULL,2608,3,'2026-01-17 21:31:06','2026-01-17 21:31:06','8d921de2-1afd-48c0-ae29-a323440df102'),
(55224,32,10081,NULL,2624,4,'2026-01-17 21:31:06','2026-01-17 21:31:06','697a5447-b685-40d6-83fd-84656833c3e3'),
(55225,32,10081,NULL,2600,5,'2026-01-17 21:31:06','2026-01-17 21:31:06','a55d03fd-0387-4269-8460-5494d47e66d6'),
(55226,32,10081,NULL,2596,6,'2026-01-17 21:31:06','2026-01-17 21:31:06','9594a07d-f901-435e-8a62-bff2095ebdf2'),
(55227,32,10081,NULL,2602,7,'2026-01-17 21:31:06','2026-01-17 21:31:06','b60ec3cc-fe35-4205-834b-509de7f6ceff'),
(55228,32,10081,NULL,2606,8,'2026-01-17 21:31:06','2026-01-17 21:31:06','f20a06d4-87a4-44a9-b195-7ed99e653729'),
(55229,32,10081,NULL,2612,9,'2026-01-17 21:31:06','2026-01-17 21:31:06','83bacd5e-839c-411c-af18-d18f3c2bb3b6'),
(55230,32,10081,NULL,2604,10,'2026-01-17 21:31:06','2026-01-17 21:31:06','60c49f1a-30ee-48a9-8c81-d60af96d2c68'),
(55231,16,10081,NULL,10069,1,'2026-01-17 21:31:06','2026-01-17 21:31:06','e5fb023b-61e4-4f47-80ce-e50b9af6c17f'),
(55232,7,10081,NULL,601,1,'2026-01-17 21:31:06','2026-01-17 21:31:06','7c54f5fe-5a61-49cb-a507-f45a207f7354'),
(55233,7,10081,NULL,605,2,'2026-01-17 21:31:06','2026-01-17 21:31:06','5568652d-5f2d-462a-8a76-f921991e9b29'),
(55234,7,10081,NULL,617,3,'2026-01-17 21:31:06','2026-01-17 21:31:06','2d437bd7-65ec-477b-b617-e3e0dce50bd9'),
(55235,7,10081,NULL,2972,4,'2026-01-17 21:31:06','2026-01-17 21:31:06','6bca1fa7-ee9d-4740-812e-e5dfd07a4283'),
(55236,7,10081,NULL,9552,5,'2026-01-17 21:31:06','2026-01-17 21:31:06','9ff42b23-c650-4688-8d6a-78f517bb8302'),
(55237,82,10081,NULL,491,1,'2026-01-17 21:31:06','2026-01-17 21:31:06','ff616024-313c-421a-9b45-7105b414ab33'),
(55238,46,10081,NULL,2891,1,'2026-01-17 21:31:06','2026-01-17 21:31:06','79692ef3-9c9b-47ca-bbc0-fea152776f5b'),
(55239,57,10081,NULL,10072,1,'2026-01-17 21:31:06','2026-01-17 21:31:06','b4cb773a-9dfb-484e-ab54-bd356f77b1b6'),
(55240,57,10081,NULL,10079,2,'2026-01-17 21:31:06','2026-01-17 21:31:06','468b9574-0e78-4a31-8440-e0c5209e94f8'),
(55241,57,10081,NULL,10074,3,'2026-01-17 21:31:06','2026-01-17 21:31:06','1c6207e8-01a1-40a5-be6e-8dba8c7ba1e1'),
(55242,57,10081,NULL,10076,4,'2026-01-17 21:31:06','2026-01-17 21:31:06','7b6e5036-337e-41f7-9a8e-c4c50ac172de'),
(55243,57,10081,NULL,10075,5,'2026-01-17 21:31:06','2026-01-17 21:31:06','9a193540-7c18-4dbc-b79b-e4240229512e'),
(55244,57,10081,NULL,10080,6,'2026-01-17 21:31:06','2026-01-17 21:31:06','c34692eb-bdf1-4a04-9bab-37c16bee38dc'),
(55245,57,10081,NULL,10071,7,'2026-01-17 21:31:06','2026-01-17 21:31:06','9ca7cc17-f682-496e-96c9-f977b3330d4e'),
(55246,57,10081,NULL,10070,8,'2026-01-17 21:31:06','2026-01-17 21:31:06','6803d739-7a6c-4e9c-8adf-b6749996f124'),
(55247,57,10081,NULL,10077,9,'2026-01-17 21:31:06','2026-01-17 21:31:06','be9e202d-3f41-4c24-af92-0c97bfe4f9ad'),
(55248,57,10081,NULL,10078,10,'2026-01-17 21:31:06','2026-01-17 21:31:06','328fbbf6-a40c-4e75-996e-cb98c7267574'),
(55280,57,1461,NULL,10087,5,'2026-01-17 21:37:07','2026-01-17 21:37:07','45ff90e1-9d66-4387-a5d1-358a59b9a4ef'),
(55281,57,1461,NULL,10084,7,'2026-01-17 21:37:07','2026-01-17 21:37:07','57cb07ce-0276-4dd6-ae74-9c3561a266e1'),
(55282,57,1461,NULL,10085,8,'2026-01-17 21:37:07','2026-01-17 21:37:07','a9bfa080-3e0a-488f-a2f7-2f89752523f4'),
(55283,57,1461,NULL,10088,9,'2026-01-17 21:37:07','2026-01-17 21:37:07','a5c88aed-49d6-4773-9027-e47dec6253fa'),
(55284,57,1461,NULL,10089,10,'2026-01-17 21:37:07','2026-01-17 21:37:07','8d90b6ec-44f5-4f43-b26b-505c259094e2'),
(55285,57,1461,NULL,10083,11,'2026-01-17 21:37:07','2026-01-17 21:37:07','e4d64b6e-4808-4864-91a2-55d9b25dfde7'),
(55286,57,1461,NULL,10090,12,'2026-01-17 21:37:07','2026-01-17 21:37:07','9409e560-fe16-481a-aa1b-c0c25ee8abf4'),
(55287,32,10091,NULL,2610,1,'2026-01-17 21:37:07','2026-01-17 21:37:07','b445d793-0770-44fc-8450-ce05cd167159'),
(55288,32,10091,NULL,2598,2,'2026-01-17 21:37:07','2026-01-17 21:37:07','7e9965f3-9699-4215-b16d-0a089750d8ec'),
(55289,32,10091,NULL,2608,3,'2026-01-17 21:37:07','2026-01-17 21:37:07','3042ae87-9032-4946-bc83-d47583a2c1d8'),
(55290,32,10091,NULL,2600,4,'2026-01-17 21:37:07','2026-01-17 21:37:07','62147630-cc27-405a-9de3-51ba88e29f12'),
(55291,32,10091,NULL,2596,5,'2026-01-17 21:37:07','2026-01-17 21:37:07','f3898f68-5f02-4088-9a49-c98024250938'),
(55292,32,10091,NULL,2602,6,'2026-01-17 21:37:07','2026-01-17 21:37:07','aa464005-d127-4679-b630-cb0579e83772'),
(55293,32,10091,NULL,2606,7,'2026-01-17 21:37:07','2026-01-17 21:37:07','5ed15d46-8262-43a8-9a7d-8b2a3d582de2'),
(55294,32,10091,NULL,2612,8,'2026-01-17 21:37:07','2026-01-17 21:37:07','6ae6b2dc-3b12-4b4f-a0b7-0b219a06421e'),
(55295,32,10091,NULL,2604,9,'2026-01-17 21:37:07','2026-01-17 21:37:07','8f7bc9bb-05cd-4f9b-be50-e92ade7f3e77'),
(55296,16,10091,NULL,6422,1,'2026-01-17 21:37:07','2026-01-17 21:37:07','32de2a03-b763-4430-b6d5-42accaa9c7bf'),
(55297,7,10091,NULL,3468,1,'2026-01-17 21:37:07','2026-01-17 21:37:07','ca9b4658-d53e-4d05-aa0a-d1b043fada06'),
(55298,7,10091,NULL,601,2,'2026-01-17 21:37:07','2026-01-17 21:37:07','e9312ed3-de73-48e4-88a4-8508827ecb31'),
(55299,7,10091,NULL,617,3,'2026-01-17 21:37:07','2026-01-17 21:37:07','cebf8006-b3c1-4968-93ca-05f991174e66'),
(55300,7,10091,NULL,605,4,'2026-01-17 21:37:07','2026-01-17 21:37:07','b80b5b97-eb14-4d64-80f5-d83dff6b0e77'),
(55301,7,10091,NULL,9552,5,'2026-01-17 21:37:07','2026-01-17 21:37:07','b90ef481-51bd-4590-8306-35322e292cf5'),
(55302,82,10091,NULL,491,1,'2026-01-17 21:37:07','2026-01-17 21:37:07','cfba7056-75e4-4f00-9202-60153891d219'),
(55303,46,10091,NULL,7369,1,'2026-01-17 21:37:07','2026-01-17 21:37:07','4f2faf8b-e58b-4478-ab5f-edac972f6828'),
(55304,57,10091,NULL,9319,1,'2026-01-17 21:37:07','2026-01-17 21:37:07','53555021-e7c6-4d18-a6a6-291abe3cf4b4'),
(55305,57,10091,NULL,9320,2,'2026-01-17 21:37:07','2026-01-17 21:37:07','f75e2bee-6780-450c-9738-16d67b7a6ad3'),
(55306,57,10091,NULL,9321,3,'2026-01-17 21:37:07','2026-01-17 21:37:07','7a23a96e-bc3b-44ed-a574-21622d9e0d56'),
(55307,57,10091,NULL,9322,4,'2026-01-17 21:37:07','2026-01-17 21:37:07','b814cbcf-6263-4d9a-b671-072e476948c4'),
(55308,57,10091,NULL,10087,5,'2026-01-17 21:37:07','2026-01-17 21:37:07','577dcad2-87d9-4ec1-9d90-7e65709c6ee2'),
(55309,57,10091,NULL,9323,6,'2026-01-17 21:37:07','2026-01-17 21:37:07','1bdc1e4d-7b26-4ee5-99d6-32c6051e8c07'),
(55310,57,10091,NULL,10084,7,'2026-01-17 21:37:07','2026-01-17 21:37:07','7a11ee48-2bb8-4616-808b-5be74270950e'),
(55311,57,10091,NULL,10085,8,'2026-01-17 21:37:07','2026-01-17 21:37:07','af6a1ed4-dcae-4228-a6e5-f293fb57c748'),
(55312,57,10091,NULL,10088,9,'2026-01-17 21:37:07','2026-01-17 21:37:07','bd5f5ff6-833d-4cf2-96ac-263a08cfa4f4'),
(55313,57,10091,NULL,10089,10,'2026-01-17 21:37:07','2026-01-17 21:37:07','b40b7e38-b364-436d-81ce-64a91d316f27'),
(55314,57,10091,NULL,10083,11,'2026-01-17 21:37:07','2026-01-17 21:37:07','da751093-23a9-433c-b57c-a643aa1bc3b3'),
(55315,57,10091,NULL,10090,12,'2026-01-17 21:37:07','2026-01-17 21:37:07','3b4860a0-3a13-4434-bbfd-412f16f691fe'),
(55316,13,10091,NULL,6844,1,'2026-01-17 21:37:07','2026-01-17 21:37:07','41520634-5a0e-4571-9679-b8d25740d832'),
(55352,32,10095,NULL,2598,1,'2026-01-17 22:02:43','2026-01-17 22:02:43','69963da7-b3d7-40b9-af1f-038894305045'),
(55353,32,10095,NULL,2608,2,'2026-01-17 22:02:43','2026-01-17 22:02:43','5cb9e9d4-bfda-4fb7-a270-3b3cf98531ec'),
(55354,32,10095,NULL,2600,3,'2026-01-17 22:02:43','2026-01-17 22:02:43','769b8f24-6e15-4f61-b4ba-78b035c23c53'),
(55355,32,10095,NULL,2596,4,'2026-01-17 22:02:43','2026-01-17 22:02:43','839ccced-171e-4f92-88c1-5b5324b0ea39'),
(55356,32,10095,NULL,2602,5,'2026-01-17 22:02:43','2026-01-17 22:02:43','d2bcdbbf-8fb7-46d7-93bc-e9052d0d05cb'),
(55357,32,10095,NULL,2606,6,'2026-01-17 22:02:43','2026-01-17 22:02:43','deab0956-6e4d-4cd0-b87d-5c1c5095c8c2'),
(55358,32,10095,NULL,2604,7,'2026-01-17 22:02:43','2026-01-17 22:02:43','1ff98680-2494-4786-8f7f-8bc5c23b4e9d'),
(55359,32,10095,NULL,2610,8,'2026-01-17 22:02:43','2026-01-17 22:02:43','45ea7f29-b008-44c2-a43b-a5f83578d0b2'),
(55360,32,10095,NULL,2612,9,'2026-01-17 22:02:43','2026-01-17 22:02:43','899c55be-cf91-475c-986b-2a2a3be4b3c5'),
(55361,16,10095,NULL,10094,1,'2026-01-17 22:02:43','2026-01-17 22:02:43','a3616d96-bdd9-4e27-99a7-e9d7ee40b5f9'),
(55362,7,10095,NULL,617,1,'2026-01-17 22:02:43','2026-01-17 22:02:43','6cb5db89-fff8-4dfc-bfe0-9558a549a989'),
(55363,7,10095,NULL,605,2,'2026-01-17 22:02:43','2026-01-17 22:02:43','b77f16b8-f0fb-4027-9c88-756edbc839ec'),
(55364,7,10095,NULL,9552,3,'2026-01-17 22:02:43','2026-01-17 22:02:43','8abda3d1-4c49-4673-949c-2fd1a3cc2317'),
(55365,82,10095,NULL,491,1,'2026-01-17 22:02:43','2026-01-17 22:02:43','b246de49-0142-40ab-b80f-f5c6e232d2a6'),
(55366,57,10095,NULL,9469,1,'2026-01-17 22:02:43','2026-01-17 22:02:43','e68d2291-d47c-4d63-9575-32785a3d0478'),
(55367,57,10095,NULL,9470,2,'2026-01-17 22:02:43','2026-01-17 22:02:43','c677bbf4-fa27-4d93-b5a3-7fc627881cf6'),
(55368,57,10095,NULL,9471,3,'2026-01-17 22:02:43','2026-01-17 22:02:43','62595dce-068c-4ff3-ba2a-69e0718b1249'),
(55369,13,10095,NULL,6557,1,'2026-01-17 22:02:43','2026-01-17 22:02:43','7eeb0b05-9a98-40a4-bab8-8831376bf873'),
(55394,57,1473,NULL,10097,4,'2026-01-17 22:05:29','2026-01-17 22:05:29','66811da7-e808-4f6c-a0d0-7b7886e810c8'),
(55395,57,1473,NULL,10098,5,'2026-01-17 22:05:29','2026-01-17 22:05:29','f641b3a8-de3b-4ce3-9407-51e230e72136'),
(55396,57,1473,NULL,10099,6,'2026-01-17 22:05:29','2026-01-17 22:05:29','6b17ca14-b251-498e-84e9-76dccd0c423b'),
(55397,57,1473,NULL,10100,7,'2026-01-17 22:05:29','2026-01-17 22:05:29','00cdff14-9a41-43e9-bed8-3829c397fdb1'),
(55398,57,1473,NULL,10101,8,'2026-01-17 22:05:29','2026-01-17 22:05:29','5e1c07eb-e755-4264-bf0d-158b3553e97b'),
(55399,57,1473,NULL,10102,9,'2026-01-17 22:05:29','2026-01-17 22:05:29','716c98e0-62b6-4f55-9b46-ef46fbce08aa'),
(55400,32,10103,NULL,2598,1,'2026-01-17 22:05:29','2026-01-17 22:05:29','69395bf7-038c-4bb4-bba0-de0cd6d21d4e'),
(55401,32,10103,NULL,2608,2,'2026-01-17 22:05:29','2026-01-17 22:05:29','46a4e93d-aae5-41f4-9527-4ca17b77260f'),
(55402,32,10103,NULL,2600,3,'2026-01-17 22:05:29','2026-01-17 22:05:29','07f88b96-baad-494e-add8-4cb938c7ded5'),
(55403,32,10103,NULL,2596,4,'2026-01-17 22:05:29','2026-01-17 22:05:29','7c4d8365-5599-4ad1-9109-51b7c12d70ae'),
(55404,32,10103,NULL,2602,5,'2026-01-17 22:05:29','2026-01-17 22:05:29','3d84f1f2-09fe-4cf6-bd2a-2fc35e5c6dbc'),
(55405,32,10103,NULL,2606,6,'2026-01-17 22:05:29','2026-01-17 22:05:29','d5a8b280-edb7-47dc-8867-489da1cc4713'),
(55406,32,10103,NULL,2604,7,'2026-01-17 22:05:29','2026-01-17 22:05:29','9d65c1b8-664d-46b3-80d0-df1c48f15e69'),
(55407,32,10103,NULL,2610,8,'2026-01-17 22:05:29','2026-01-17 22:05:29','0005076a-1134-48e0-b951-5844d6f66f82'),
(55408,32,10103,NULL,2612,9,'2026-01-17 22:05:29','2026-01-17 22:05:29','fec81af8-c3ca-47ea-b5b0-6367cf5bd7e9'),
(55409,16,10103,NULL,10094,1,'2026-01-17 22:05:29','2026-01-17 22:05:29','b8b94aa0-d8b0-41f0-a974-b9f56e25593f'),
(55410,7,10103,NULL,617,1,'2026-01-17 22:05:29','2026-01-17 22:05:29','879a83dc-a9c8-4bf9-a7d9-fb0d41f1d19e'),
(55411,7,10103,NULL,605,2,'2026-01-17 22:05:29','2026-01-17 22:05:29','500e1bbb-5bc5-4e46-88c2-942d922ae24e'),
(55412,7,10103,NULL,9552,3,'2026-01-17 22:05:29','2026-01-17 22:05:29','952949f4-2cb0-4477-bfdb-e4fdf8dc538a'),
(55413,82,10103,NULL,491,1,'2026-01-17 22:05:29','2026-01-17 22:05:29','f9a182e2-52cb-4800-9a2a-d1c5ad1b3261'),
(55414,57,10103,NULL,9469,1,'2026-01-17 22:05:29','2026-01-17 22:05:29','480ed950-1529-43f7-8efb-3e2f8bc8de15'),
(55415,57,10103,NULL,9470,2,'2026-01-17 22:05:29','2026-01-17 22:05:29','f983a83a-6804-430d-b689-c9f76bfe1efa'),
(55416,57,10103,NULL,9471,3,'2026-01-17 22:05:29','2026-01-17 22:05:29','75a8f42f-78a4-4b56-a71b-6a5e0710348f'),
(55417,57,10103,NULL,10097,4,'2026-01-17 22:05:29','2026-01-17 22:05:29','0c5da213-a5f4-4f81-bf29-57abf14cf372'),
(55418,57,10103,NULL,10098,5,'2026-01-17 22:05:29','2026-01-17 22:05:29','ebe1502e-abb9-4172-b9ab-daf986255a92'),
(55419,57,10103,NULL,10099,6,'2026-01-17 22:05:29','2026-01-17 22:05:29','c7bf70ea-2a67-4b26-be89-31858d81868c'),
(55420,57,10103,NULL,10100,7,'2026-01-17 22:05:29','2026-01-17 22:05:29','08d73eaf-a457-43e1-afb9-4cdc12bb9433'),
(55421,57,10103,NULL,10101,8,'2026-01-17 22:05:29','2026-01-17 22:05:29','e91be850-fccc-4bd0-b6db-9d4c458e764a'),
(55422,57,10103,NULL,10102,9,'2026-01-17 22:05:29','2026-01-17 22:05:29','df06bcf7-23a4-4c54-8b86-3a7a8dffe58a'),
(55423,13,10103,NULL,6557,1,'2026-01-17 22:05:29','2026-01-17 22:05:29','d7d28ae3-119e-49c9-a790-76968d67e097'),
(55449,32,10115,NULL,2610,1,'2026-01-17 23:01:43','2026-01-17 23:01:43','77cd9565-c6a6-4e26-81e7-74f08259b2dc'),
(55450,32,10115,NULL,2598,2,'2026-01-17 23:01:43','2026-01-17 23:01:43','2bff676e-58d0-4c23-8452-7f718baf505a'),
(55451,32,10115,NULL,2608,3,'2026-01-17 23:01:43','2026-01-17 23:01:43','168e8c19-1f0b-43a4-9db1-e4f9e58b1f33'),
(55452,32,10115,NULL,2600,4,'2026-01-17 23:01:43','2026-01-17 23:01:43','31f36298-ace8-4785-bb55-d1ec399754fb'),
(55453,32,10115,NULL,2596,5,'2026-01-17 23:01:43','2026-01-17 23:01:43','01893358-bcee-475f-92f3-10dc8d55b86c'),
(55454,32,10115,NULL,2602,6,'2026-01-17 23:01:43','2026-01-17 23:01:43','79710250-519b-4b68-b83a-d9007ceee9d4'),
(55455,32,10115,NULL,2612,7,'2026-01-17 23:01:43','2026-01-17 23:01:43','ad6ed66b-b080-4736-9a40-c103e9f17072'),
(55456,32,10115,NULL,2618,8,'2026-01-17 23:01:43','2026-01-17 23:01:43','40c6d66f-89c3-401f-86bc-15ec2beeb9d7'),
(55457,32,10115,NULL,2604,9,'2026-01-17 23:01:43','2026-01-17 23:01:43','fc139804-050e-47d6-8753-71aa264c6356'),
(55458,16,10115,NULL,9008,1,'2026-01-17 23:01:43','2026-01-17 23:01:43','37fda0e1-66a9-4fd0-842c-983c8f59b432'),
(55459,7,10115,NULL,605,1,'2026-01-17 23:01:43','2026-01-17 23:01:43','1b08df54-a78e-45ed-bca4-b62357e145ab'),
(55460,7,10115,NULL,617,2,'2026-01-17 23:01:43','2026-01-17 23:01:43','7f298136-356a-47e9-9e36-5fa33c0d9774'),
(55461,7,10115,NULL,9552,3,'2026-01-17 23:01:43','2026-01-17 23:01:43','f4f98f65-1d17-45d9-be31-b743c26e06ca'),
(55462,82,10115,NULL,479,1,'2026-01-17 23:01:43','2026-01-17 23:01:43','c06b8b3c-8d39-417d-a7d4-79c71103e23b'),
(55463,82,10115,NULL,491,2,'2026-01-17 23:01:43','2026-01-17 23:01:43','8ccd7dbb-9042-4046-9353-ac1fe71209ee'),
(55464,46,10115,NULL,3697,1,'2026-01-17 23:01:43','2026-01-17 23:01:43','9064f5c1-de1f-477f-82a6-f1d24105567b'),
(55465,57,10115,NULL,9011,1,'2026-01-17 23:01:43','2026-01-17 23:01:43','a9fb5991-68a2-472b-91f9-df029d8dea95'),
(55466,57,10115,NULL,9017,2,'2026-01-17 23:01:43','2026-01-17 23:01:43','2e126ff5-4ea0-49ac-baec-6b169f0b9f1a'),
(55467,57,10115,NULL,9015,3,'2026-01-17 23:01:43','2026-01-17 23:01:43','99ff87cb-0508-44c8-8b76-c7a458ad40ec'),
(55468,57,10115,NULL,9016,4,'2026-01-17 23:01:43','2026-01-17 23:01:43','50033377-4a75-4ec2-bfb8-eb979f2d748b'),
(55469,57,10115,NULL,9013,5,'2026-01-17 23:01:43','2026-01-17 23:01:43','495fb7cb-ab8c-4278-aa43-769241702aa1'),
(55470,57,10115,NULL,9014,6,'2026-01-17 23:01:43','2026-01-17 23:01:43','8e371dd3-e462-4cdd-9054-b23013adaa2f'),
(55471,57,10115,NULL,9012,7,'2026-01-17 23:01:43','2026-01-17 23:01:43','8a7b4dff-fa03-4682-957d-428aeaecd1b9'),
(55472,57,10115,NULL,9018,8,'2026-01-17 23:01:43','2026-01-17 23:01:43','25406507-8659-4186-a2b5-019734f52509'),
(55499,32,10122,NULL,2610,1,'2026-01-17 23:01:58','2026-01-17 23:01:58','b49f493d-c814-4c36-9685-0f211df09afd'),
(55500,32,10122,NULL,2598,2,'2026-01-17 23:01:58','2026-01-17 23:01:58','9ab65027-bec4-471e-bac6-62686a91d139'),
(55501,32,10122,NULL,2608,3,'2026-01-17 23:01:58','2026-01-17 23:01:58','bbd17a4f-a6c5-4038-b36f-193d9068fd5f'),
(55502,32,10122,NULL,2600,4,'2026-01-17 23:01:58','2026-01-17 23:01:58','a0e74b63-676d-4221-aa58-6f3fd2d8377d'),
(55503,32,10122,NULL,2596,5,'2026-01-17 23:01:58','2026-01-17 23:01:58','3dcad2b5-2f83-4f56-a79d-80682e4050a4'),
(55504,32,10122,NULL,2602,6,'2026-01-17 23:01:58','2026-01-17 23:01:58','25585abc-0564-43e7-8021-8ff1b61d4e6c'),
(55505,32,10122,NULL,2612,7,'2026-01-17 23:01:58','2026-01-17 23:01:58','c2121ea8-b798-4303-98e5-7f9626c48231'),
(55506,32,10122,NULL,2618,8,'2026-01-17 23:01:58','2026-01-17 23:01:58','67a24057-ae54-4d0e-9260-fdd2f16cf1ba'),
(55507,32,10122,NULL,2604,9,'2026-01-17 23:01:58','2026-01-17 23:01:58','0eac2fe8-d24c-4e80-abee-324a3cf180af'),
(55508,16,10122,NULL,9008,1,'2026-01-17 23:01:58','2026-01-17 23:01:58','4880aaed-7b92-4f31-bc82-83045bab9e0b'),
(55509,7,10122,NULL,605,1,'2026-01-17 23:01:58','2026-01-17 23:01:58','4eb69945-2b0f-412d-9a2c-4123a6bef41e'),
(55510,7,10122,NULL,617,2,'2026-01-17 23:01:58','2026-01-17 23:01:58','a4b3e08d-a1e7-4cfb-95af-8c27eeefdf15'),
(55511,7,10122,NULL,9552,3,'2026-01-17 23:01:58','2026-01-17 23:01:58','73392a0b-edef-4920-8c5b-99bb23c27d8f'),
(55512,82,10122,NULL,479,1,'2026-01-17 23:01:58','2026-01-17 23:01:58','79693f22-cd26-43ae-9823-38a79f2e2766'),
(55513,82,10122,NULL,491,2,'2026-01-17 23:01:58','2026-01-17 23:01:58','817b53f7-c23c-4779-aaae-8b3cac35b5ab'),
(55514,46,10122,NULL,3697,1,'2026-01-17 23:01:58','2026-01-17 23:01:58','e58b3248-1541-43e3-8a9a-617470c8265d'),
(55515,57,10122,NULL,9011,1,'2026-01-17 23:01:58','2026-01-17 23:01:58','0e97fe43-db00-4edb-bea5-9ab2244c90b4'),
(55516,57,10122,NULL,9017,2,'2026-01-17 23:01:58','2026-01-17 23:01:58','dcf260b6-daf6-4bb2-a1c0-7cc5fd784ae0'),
(55517,57,10122,NULL,9015,3,'2026-01-17 23:01:58','2026-01-17 23:01:58','ef257305-608e-4b8c-a4e7-94fc0a6cfe07'),
(55518,57,10122,NULL,9016,4,'2026-01-17 23:01:58','2026-01-17 23:01:58','39aeadc1-42f9-4032-978a-4f06e829f3a9'),
(55519,57,10122,NULL,9013,5,'2026-01-17 23:01:58','2026-01-17 23:01:58','cd210fe3-da42-4b5a-9b47-4a2948d0b2c7'),
(55520,57,10122,NULL,9014,6,'2026-01-17 23:01:58','2026-01-17 23:01:58','9c91ab7b-97cb-4617-88e9-2d8db2924c1d'),
(55521,57,10122,NULL,9012,7,'2026-01-17 23:01:58','2026-01-17 23:01:58','5161e33e-cfe7-4d7f-a630-6e9e03132687'),
(55522,57,10122,NULL,9018,8,'2026-01-17 23:01:58','2026-01-17 23:01:58','14df6597-e062-4929-90ae-55754d51d780'),
(55545,32,10134,NULL,2610,1,'2026-01-17 23:05:05','2026-01-17 23:05:05','80bcc299-2541-4765-907f-d2f1f44ac70c'),
(55546,32,10134,NULL,2598,2,'2026-01-17 23:05:05','2026-01-17 23:05:05','411d3f4b-c658-4505-b011-00bbfc7287c5'),
(55547,32,10134,NULL,2608,3,'2026-01-17 23:05:05','2026-01-17 23:05:05','0c23d6d2-e2ba-41c0-865b-24c037e8c089'),
(55548,32,10134,NULL,2600,4,'2026-01-17 23:05:05','2026-01-17 23:05:05','3881d5d8-02c4-4992-aa39-e824462f3a6f'),
(55549,32,10134,NULL,2596,5,'2026-01-17 23:05:05','2026-01-17 23:05:05','b6d73b9a-7a56-47fd-a227-987f44fcba35'),
(55550,32,10134,NULL,2602,6,'2026-01-17 23:05:05','2026-01-17 23:05:05','0c09b921-1e3d-4992-bd31-52c5ab2ba3e8'),
(55551,32,10134,NULL,2612,7,'2026-01-17 23:05:05','2026-01-17 23:05:05','3146c94b-2a5e-4991-a23a-a66bbba2db98'),
(55552,32,10134,NULL,2604,8,'2026-01-17 23:05:05','2026-01-17 23:05:05','ba55831e-284f-4492-a115-a19e6f550dcc'),
(55553,16,10134,NULL,9025,1,'2026-01-17 23:05:05','2026-01-17 23:05:05','1fa4f198-6dde-493a-9bff-727070bc2d41'),
(55554,7,10134,NULL,601,1,'2026-01-17 23:05:05','2026-01-17 23:05:05','91e954dc-6240-4b16-85d1-fd69d7648505'),
(55555,7,10134,NULL,605,2,'2026-01-17 23:05:05','2026-01-17 23:05:05','5ac71e10-b0c0-407c-ae36-c7628a3c68da'),
(55556,7,10134,NULL,617,3,'2026-01-17 23:05:05','2026-01-17 23:05:05','f234962b-2be5-420a-bbad-f11e4e21b7a6'),
(55557,7,10134,NULL,9552,4,'2026-01-17 23:05:05','2026-01-17 23:05:05','30e1df92-d7a3-4a22-9a68-39d9c8ed8f64'),
(55558,82,10134,NULL,479,1,'2026-01-17 23:05:05','2026-01-17 23:05:05','7f83b1ee-4c9b-47cf-a2b2-6abc604ad0aa'),
(55559,82,10134,NULL,491,2,'2026-01-17 23:05:05','2026-01-17 23:05:05','26a49406-1a92-44b6-b513-d610577c403b'),
(55560,57,10134,NULL,9030,1,'2026-01-17 23:05:05','2026-01-17 23:05:05','16fe989a-a316-4667-884d-ad72a5daa70d'),
(55561,57,10134,NULL,9031,2,'2026-01-17 23:05:05','2026-01-17 23:05:05','7f57a5b3-5c49-47fa-ae2f-92ee65e85c6f'),
(55562,57,10134,NULL,9032,3,'2026-01-17 23:05:05','2026-01-17 23:05:05','e18dc117-8306-4853-ab10-efcc774c406b'),
(55563,57,10134,NULL,9033,4,'2026-01-17 23:05:05','2026-01-17 23:05:05','7bb2b76f-2be8-445b-a09e-0ed2e88a10b7'),
(55564,57,10134,NULL,9029,5,'2026-01-17 23:05:05','2026-01-17 23:05:05','a85b05dc-b99e-4382-a8bb-000c6e5ab349'),
(55565,57,10134,NULL,9028,6,'2026-01-17 23:05:05','2026-01-17 23:05:05','2233e51b-f5eb-4b0e-9e40-c8afe82787cb'),
(55597,32,10141,NULL,2614,1,'2026-01-18 00:29:49','2026-01-18 00:29:49','73686c00-d0cc-497f-818f-70e6d61bc543'),
(55598,32,10141,NULL,2610,2,'2026-01-18 00:29:49','2026-01-18 00:29:49','11907fe7-ebf9-4500-8310-51dc41952bb6'),
(55599,32,10141,NULL,2598,3,'2026-01-18 00:29:49','2026-01-18 00:29:49','df922d40-8807-4c98-a7f9-80c48ec7bb22'),
(55600,32,10141,NULL,2608,4,'2026-01-18 00:29:49','2026-01-18 00:29:49','191edac2-576f-481c-af3a-4c040de2c481'),
(55601,32,10141,NULL,2624,5,'2026-01-18 00:29:49','2026-01-18 00:29:49','44307892-8f23-4265-a817-f576fb2a0e16'),
(55602,32,10141,NULL,2600,6,'2026-01-18 00:29:49','2026-01-18 00:29:49','d485b4cd-45f0-4dd8-b2e2-3a1a5a120181'),
(55603,32,10141,NULL,2596,7,'2026-01-18 00:29:49','2026-01-18 00:29:49','e7f5aa96-9e06-4a1f-9fbf-e6e69ecdaa42'),
(55604,32,10141,NULL,2602,8,'2026-01-18 00:29:49','2026-01-18 00:29:49','a0a83a2f-d9f1-477f-8702-e426cfb1e26a'),
(55605,32,10141,NULL,2606,9,'2026-01-18 00:29:49','2026-01-18 00:29:49','637150e2-bc20-4b81-bfef-19b887d878c9'),
(55606,32,10141,NULL,2612,10,'2026-01-18 00:29:49','2026-01-18 00:29:49','0728f6f0-6cf5-4f42-9e2f-0de35ca03dd5'),
(55607,32,10141,NULL,2604,11,'2026-01-18 00:29:49','2026-01-18 00:29:49','eb9adff4-4afd-42cf-9154-e8d14746df63'),
(55608,16,10141,NULL,9852,1,'2026-01-18 00:29:49','2026-01-18 00:29:49','b40016f5-0ff7-4b97-b12d-c0c7eafeb4de'),
(55609,7,10141,NULL,605,1,'2026-01-18 00:29:49','2026-01-18 00:29:49','8f11742a-b193-4430-9996-fe1d58a0d8ce'),
(55610,7,10141,NULL,617,2,'2026-01-18 00:29:49','2026-01-18 00:29:49','cf9fefec-e802-4ec6-bed7-fa1c3bda06e3'),
(55611,7,10141,NULL,9552,3,'2026-01-18 00:29:49','2026-01-18 00:29:49','807a22c6-d62f-4706-83c2-58d111120f36'),
(55612,46,10141,NULL,2891,1,'2026-01-18 00:29:49','2026-01-18 00:29:49','bc3b1a1b-e665-41f3-bcdf-053294b98acc'),
(55613,57,10141,NULL,9861,1,'2026-01-18 00:29:49','2026-01-18 00:29:49','0710ddbb-a133-444e-abac-5585ec68d13f'),
(55614,57,10141,NULL,9866,2,'2026-01-18 00:29:49','2026-01-18 00:29:49','eae06137-a9ea-4191-b461-468d671882be'),
(55615,57,10141,NULL,9865,3,'2026-01-18 00:29:49','2026-01-18 00:29:49','36661979-f254-46f9-bf2d-93439f851633'),
(55616,57,10141,NULL,9862,4,'2026-01-18 00:29:49','2026-01-18 00:29:49','82a62043-4f3a-4fb8-b3d5-831fadd19d48'),
(55617,57,10141,NULL,9859,5,'2026-01-18 00:29:49','2026-01-18 00:29:49','73c111df-be28-4075-98e9-62292b67683d'),
(55618,57,10141,NULL,9864,6,'2026-01-18 00:29:49','2026-01-18 00:29:49','843e4512-8dcc-4f00-b144-30faa4c084b5'),
(55619,57,10141,NULL,9868,7,'2026-01-18 00:29:49','2026-01-18 00:29:49','e1a21326-1722-4b9b-9d50-ba1317462b26'),
(55620,57,10141,NULL,9869,8,'2026-01-18 00:29:49','2026-01-18 00:29:49','7b1f4f99-e8eb-402e-9c5a-f26d60335ce9'),
(55621,57,10141,NULL,9870,9,'2026-01-18 00:29:49','2026-01-18 00:29:49','8be6870b-6d9a-41fd-a9b0-53a7ab7436c9'),
(55622,57,10141,NULL,9871,10,'2026-01-18 00:29:49','2026-01-18 00:29:49','1ce5bf11-4267-477c-a5ee-6dbaffda274d'),
(55623,57,10141,NULL,9872,11,'2026-01-18 00:29:49','2026-01-18 00:29:49','2180e436-1650-47b5-985a-44759ad016dc'),
(55624,57,10141,NULL,9873,12,'2026-01-18 00:29:49','2026-01-18 00:29:49','c24f25ae-36d8-4680-9602-38a30a062cd8'),
(55625,57,10141,NULL,9874,13,'2026-01-18 00:29:49','2026-01-18 00:29:49','92be6b5a-ffb1-4a90-98d8-789e80546924'),
(55626,57,10141,NULL,9876,14,'2026-01-18 00:29:49','2026-01-18 00:29:49','c0537c09-4abd-4cb4-ae02-e401753c2c66'),
(55627,13,10141,NULL,6927,1,'2026-01-18 00:29:49','2026-01-18 00:29:49','39776116-c936-4ec6-8c81-540ad3831906'),
(55659,32,10143,NULL,2614,1,'2026-01-18 00:29:52','2026-01-18 00:29:52','c8d5749d-8ec2-454f-8a14-2bdf1c903d75'),
(55660,32,10143,NULL,2610,2,'2026-01-18 00:29:52','2026-01-18 00:29:52','2a6a068a-8c80-44a7-8a26-4a7e60945d91'),
(55661,32,10143,NULL,2598,3,'2026-01-18 00:29:52','2026-01-18 00:29:52','618890dd-4838-432b-a426-8f372671e20d'),
(55662,32,10143,NULL,2608,4,'2026-01-18 00:29:52','2026-01-18 00:29:52','3f701713-ebbb-43ff-ab96-9ecc9c54eabd'),
(55663,32,10143,NULL,2624,5,'2026-01-18 00:29:52','2026-01-18 00:29:52','38782fa6-cac0-497e-85ab-5065cb0ceb05'),
(55664,32,10143,NULL,2600,6,'2026-01-18 00:29:52','2026-01-18 00:29:52','90eb7bcf-c93c-42f0-ab64-293894519c5e'),
(55665,32,10143,NULL,2596,7,'2026-01-18 00:29:52','2026-01-18 00:29:52','bc3c55b6-2f8d-4d76-858e-dffe08433825'),
(55666,32,10143,NULL,2602,8,'2026-01-18 00:29:52','2026-01-18 00:29:52','9df36fe6-0874-406b-84bb-224e6fa46b13'),
(55667,32,10143,NULL,2606,9,'2026-01-18 00:29:52','2026-01-18 00:29:52','25c2d66a-28cd-4b83-896f-dd67f62c6f7d'),
(55668,32,10143,NULL,2612,10,'2026-01-18 00:29:52','2026-01-18 00:29:52','d2b05340-8ad5-428f-9a72-c455f14f80ae'),
(55669,32,10143,NULL,2604,11,'2026-01-18 00:29:52','2026-01-18 00:29:52','4a3daeb5-5921-4768-836b-2c65b74fbab9'),
(55670,16,10143,NULL,9852,1,'2026-01-18 00:29:52','2026-01-18 00:29:52','379018be-d52e-425c-b4ec-8abe8a130b64'),
(55671,7,10143,NULL,605,1,'2026-01-18 00:29:52','2026-01-18 00:29:52','ffaa2843-0da3-43fa-b4e3-0df44712f6c6'),
(55672,7,10143,NULL,617,2,'2026-01-18 00:29:52','2026-01-18 00:29:52','ee1cdd90-47db-46c6-a07a-395006f1a5d8'),
(55673,7,10143,NULL,9552,3,'2026-01-18 00:29:52','2026-01-18 00:29:52','a2048bd5-dc0c-4721-8052-f6e137fecf47'),
(55674,46,10143,NULL,2891,1,'2026-01-18 00:29:52','2026-01-18 00:29:52','d3c2b693-4758-441e-846c-1d527374ab65'),
(55675,57,10143,NULL,9861,1,'2026-01-18 00:29:52','2026-01-18 00:29:52','0c966c8d-4946-4cd2-b7df-53e07f9ab27e'),
(55676,57,10143,NULL,9866,2,'2026-01-18 00:29:52','2026-01-18 00:29:52','f5766572-3261-4333-a244-33aaab68fa91'),
(55677,57,10143,NULL,9865,3,'2026-01-18 00:29:52','2026-01-18 00:29:52','40869ff0-9563-410e-989a-ab043948bc4f'),
(55678,57,10143,NULL,9862,4,'2026-01-18 00:29:52','2026-01-18 00:29:52','5f54cae8-3bcd-4293-ab48-1461c0a484d9'),
(55679,57,10143,NULL,9859,5,'2026-01-18 00:29:52','2026-01-18 00:29:52','8b56d7cc-74e8-4058-bb02-3d9f0c0587ad'),
(55680,57,10143,NULL,9864,6,'2026-01-18 00:29:52','2026-01-18 00:29:52','625dcf11-6196-4147-adc6-dbf24703df33'),
(55681,57,10143,NULL,9868,7,'2026-01-18 00:29:52','2026-01-18 00:29:52','9155ee43-33bb-4251-b6bf-a6e6edb72bd6'),
(55682,57,10143,NULL,9869,8,'2026-01-18 00:29:52','2026-01-18 00:29:52','52156822-767d-496a-8d70-7c90bf72c086'),
(55683,57,10143,NULL,9870,9,'2026-01-18 00:29:52','2026-01-18 00:29:52','02235345-5917-4a72-8072-99acf09ea241'),
(55684,57,10143,NULL,9871,10,'2026-01-18 00:29:52','2026-01-18 00:29:52','a4fad3e0-6c54-449a-bd8f-a0f2ca5a7fd1'),
(55685,57,10143,NULL,9872,11,'2026-01-18 00:29:52','2026-01-18 00:29:52','6311df6c-10e4-4046-bcca-8590b8666dd0'),
(55686,57,10143,NULL,9873,12,'2026-01-18 00:29:52','2026-01-18 00:29:52','486fbe5b-76f7-433d-938e-e266663ee029'),
(55687,57,10143,NULL,9874,13,'2026-01-18 00:29:52','2026-01-18 00:29:52','306ffe9a-b4b3-485f-bbeb-19aba6dc122b'),
(55688,57,10143,NULL,9876,14,'2026-01-18 00:29:52','2026-01-18 00:29:52','76af1ce4-11e6-4bb4-8dbb-b774e3472c72'),
(55689,13,10143,NULL,6927,1,'2026-01-18 00:29:52','2026-01-18 00:29:52','c434cf66-67a0-40aa-89f8-d02808fed152'),
(55690,39,10144,NULL,343,1,'2026-01-18 00:35:34','2026-01-18 00:35:34','c8f5a239-8a47-4f93-85ff-5645c7bf4426'),
(55691,39,10146,NULL,343,1,'2026-01-18 00:38:21','2026-01-18 00:38:21','4540ada7-1bc4-43d7-8cd7-49bf3e35cac8'),
(55721,32,10150,NULL,2610,1,'2026-01-18 17:31:18','2026-01-18 17:31:18','c6cc239d-740d-4a4b-952a-5c4390ff9cc6'),
(55722,32,10150,NULL,2598,2,'2026-01-18 17:31:18','2026-01-18 17:31:18','71697327-14cf-47dc-a1b4-9339c7f51eb5'),
(55723,32,10150,NULL,2600,3,'2026-01-18 17:31:18','2026-01-18 17:31:18','9eaab5e2-5991-4ac0-94d1-8f43a06ec4e9'),
(55724,32,10150,NULL,2602,4,'2026-01-18 17:31:18','2026-01-18 17:31:18','35db7979-9639-46c1-b658-db92003af6b0'),
(55725,32,10150,NULL,2612,5,'2026-01-18 17:31:18','2026-01-18 17:31:18','dfbc9302-53df-42a5-ade6-b57a20059a4b'),
(55726,32,10150,NULL,2618,6,'2026-01-18 17:31:18','2026-01-18 17:31:18','87f86a95-ddac-4a9e-b215-2a7aae0097a9'),
(55727,32,10150,NULL,2604,7,'2026-01-18 17:31:18','2026-01-18 17:31:18','714e7b05-e5d2-48c1-a524-e4f24da8b151'),
(55728,32,10150,NULL,2608,8,'2026-01-18 17:31:18','2026-01-18 17:31:18','af62d777-63cf-4f93-b217-076685f9bc1f'),
(55729,16,10150,NULL,4414,1,'2026-01-18 17:31:18','2026-01-18 17:31:18','de20a02f-c663-464b-a87b-9a43009caa2e'),
(55730,7,10150,NULL,6547,1,'2026-01-18 17:31:18','2026-01-18 17:31:18','d533da7c-1c1a-449e-bc6d-fc8ad33929db'),
(55731,7,10150,NULL,601,2,'2026-01-18 17:31:18','2026-01-18 17:31:18','7c475baa-3c35-4682-97a7-0995b184f464'),
(55732,7,10150,NULL,617,3,'2026-01-18 17:31:18','2026-01-18 17:31:18','6b423339-8ba9-4079-b451-7fbe0162c8ed'),
(55733,7,10150,NULL,605,4,'2026-01-18 17:31:18','2026-01-18 17:31:18','b9780c06-91c9-4a71-a59c-246f0de88751'),
(55734,7,10150,NULL,9552,5,'2026-01-18 17:31:18','2026-01-18 17:31:18','fa73ed80-a185-49a5-9496-264f5b878977'),
(55735,82,10150,NULL,469,1,'2026-01-18 17:31:18','2026-01-18 17:31:18','36ab36c6-76c3-4a6f-a194-fc3bd99b6157'),
(55736,82,10150,NULL,479,2,'2026-01-18 17:31:18','2026-01-18 17:31:18','b60848f0-da8d-414f-a84c-ed557eb32ff7'),
(55737,82,10150,NULL,491,3,'2026-01-18 17:31:18','2026-01-18 17:31:18','887513db-8ed1-442d-9e8a-e8db1492f3d0'),
(55738,46,10150,NULL,3697,1,'2026-01-18 17:31:18','2026-01-18 17:31:18','3e0d80d8-4df9-4b5d-9961-8ff7f0451ca7'),
(55739,57,10150,NULL,8831,1,'2026-01-18 17:31:18','2026-01-18 17:31:18','31a05307-dc01-449f-b4cc-6aa8f0aded6d'),
(55740,57,10150,NULL,8837,2,'2026-01-18 17:31:18','2026-01-18 17:31:18','c487988f-a284-4768-a520-fdd33190eb01'),
(55741,57,10150,NULL,8835,3,'2026-01-18 17:31:18','2026-01-18 17:31:18','acd7d7e2-fb3b-460c-8015-785c65606e0c'),
(55742,57,10150,NULL,8832,4,'2026-01-18 17:31:18','2026-01-18 17:31:18','9d951d67-f5a6-46f6-af4d-d03440c0dc5f'),
(55743,57,10150,NULL,8833,5,'2026-01-18 17:31:18','2026-01-18 17:31:18','88a33849-f439-4fa7-8ba4-0ebdb6d1fb27'),
(55744,57,10150,NULL,8834,6,'2026-01-18 17:31:18','2026-01-18 17:31:18','da1b8f90-6f98-4b17-a1fb-6916fdbc2931'),
(55745,57,10150,NULL,8836,7,'2026-01-18 17:31:18','2026-01-18 17:31:18','c4afa967-bc0c-435d-98b8-1e7603048b21'),
(55746,57,10150,NULL,8830,8,'2026-01-18 17:31:18','2026-01-18 17:31:18','9c9b89d0-404d-402e-a603-8fcf907dde4c'),
(55747,57,10150,NULL,8829,9,'2026-01-18 17:31:18','2026-01-18 17:31:18','6d28eee5-2fa3-47bd-9e07-a62cd247aea2'),
(55781,13,1243,NULL,10152,1,'2026-01-18 17:33:01','2026-01-18 17:33:01','18d2ea45-1465-42e5-9d5f-fef7a66016de'),
(55782,32,10153,NULL,2610,1,'2026-01-18 17:33:01','2026-01-18 17:33:01','ba2141d2-12e9-4eae-a644-901b2096ee14'),
(55783,32,10153,NULL,2598,2,'2026-01-18 17:33:01','2026-01-18 17:33:01','5dc5c5ee-7866-4834-9b33-9a13b9d43f02'),
(55784,32,10153,NULL,2600,3,'2026-01-18 17:33:01','2026-01-18 17:33:01','a1e668aa-193a-4acd-ba59-adaba1d7acb9'),
(55785,32,10153,NULL,2604,4,'2026-01-18 17:33:01','2026-01-18 17:33:01','48c7471b-a1e0-4a33-a7d9-42eddffc1a78'),
(55786,32,10153,NULL,2608,5,'2026-01-18 17:33:01','2026-01-18 17:33:01','57143462-be56-4a8c-b15c-a1df57cbd5e5'),
(55787,32,10153,NULL,2624,6,'2026-01-18 17:33:01','2026-01-18 17:33:01','b9bac914-4804-4931-abbc-f58d7e9aa9b0'),
(55788,32,10153,NULL,2596,7,'2026-01-18 17:33:01','2026-01-18 17:33:01','37af6a64-a78c-4fd0-a87e-cde2ea2553ff'),
(55789,32,10153,NULL,2602,8,'2026-01-18 17:33:01','2026-01-18 17:33:01','e73d3461-ac94-47c0-ac1c-fc0f0982c2a9'),
(55790,32,10153,NULL,2606,9,'2026-01-18 17:33:01','2026-01-18 17:33:01','e9f7e479-2c82-4d59-9949-1cf21779c76e'),
(55791,16,10153,NULL,4610,1,'2026-01-18 17:33:01','2026-01-18 17:33:01','ea63576d-9655-4890-8dad-a163327312e4'),
(55792,7,10153,NULL,2969,1,'2026-01-18 17:33:01','2026-01-18 17:33:01','49bb1997-b3b8-4a2c-a1f8-750622ea801c'),
(55793,7,10153,NULL,9640,2,'2026-01-18 17:33:01','2026-01-18 17:33:01','ad33bd13-d8d9-4060-95cd-76a05bd1ddc8'),
(55794,7,10153,NULL,2972,3,'2026-01-18 17:33:01','2026-01-18 17:33:01','5fd79a24-1535-45f5-a793-aebef8fec67b'),
(55795,7,10153,NULL,2974,4,'2026-01-18 17:33:01','2026-01-18 17:33:01','520d72ea-6b47-46e9-bd30-9427b19785aa'),
(55796,7,10153,NULL,617,5,'2026-01-18 17:33:01','2026-01-18 17:33:01','5777ad4c-7f13-4e06-9a53-bd2630552b50'),
(55797,7,10153,NULL,605,6,'2026-01-18 17:33:01','2026-01-18 17:33:01','d91a95ef-393d-48d6-bfd9-39b1fcf60613'),
(55798,7,10153,NULL,9552,7,'2026-01-18 17:33:01','2026-01-18 17:33:01','74a0213f-e7bf-4677-b06e-e48f2acd1955'),
(55799,82,10153,NULL,491,1,'2026-01-18 17:33:01','2026-01-18 17:33:01','bf287e54-119f-4a5a-bb3e-f7021a57a537'),
(55800,46,10153,NULL,2891,1,'2026-01-18 17:33:01','2026-01-18 17:33:01','bc550b46-b4d2-489a-9e9e-e14002076dba'),
(55801,57,10153,NULL,9629,1,'2026-01-18 17:33:01','2026-01-18 17:33:01','e3589482-7765-40e4-9075-64d3928b1230'),
(55802,57,10153,NULL,9631,2,'2026-01-18 17:33:01','2026-01-18 17:33:01','6f4d4349-4afa-488f-9d44-7507d0a55662'),
(55803,57,10153,NULL,9630,3,'2026-01-18 17:33:01','2026-01-18 17:33:01','ce96f262-280f-4ada-a6c6-c7e551123ba5'),
(55804,57,10153,NULL,9628,4,'2026-01-18 17:33:01','2026-01-18 17:33:01','eeacec60-2caa-42aa-84e6-c12c7f5bdbbf'),
(55805,57,10153,NULL,9627,5,'2026-01-18 17:33:01','2026-01-18 17:33:01','21659f2d-22b7-4937-9051-191405fff39b'),
(55806,57,10153,NULL,9632,6,'2026-01-18 17:33:01','2026-01-18 17:33:01','d11041a6-12af-497b-870e-3a450765ca5e'),
(55807,57,10153,NULL,9633,7,'2026-01-18 17:33:01','2026-01-18 17:33:01','f89766d0-8571-4764-8df9-1a4100f4b556'),
(55808,57,10153,NULL,9625,8,'2026-01-18 17:33:01','2026-01-18 17:33:01','d4f712dd-c6f9-413b-b4bf-2ce683f81606'),
(55809,57,10153,NULL,9626,9,'2026-01-18 17:33:01','2026-01-18 17:33:01','32090758-d7d7-4513-b556-48a11118befd'),
(55810,57,10153,NULL,9624,10,'2026-01-18 17:33:01','2026-01-18 17:33:01','98aa6c59-0bc1-45f7-ac60-468e1651f722'),
(55811,57,10153,NULL,9623,11,'2026-01-18 17:33:01','2026-01-18 17:33:01','a511f1dd-40ed-41b7-a97c-5681cdb5b39b'),
(55812,57,10153,NULL,9622,12,'2026-01-18 17:33:01','2026-01-18 17:33:01','b5ee9701-3262-4b4e-8a4e-120f4525550d'),
(55813,13,10153,NULL,10152,1,'2026-01-18 17:33:01','2026-01-18 17:33:01','22262fa2-6405-45fe-85bd-c81497aa5381'),
(55892,32,10159,NULL,2610,1,'2026-01-18 17:47:24','2026-01-18 17:47:24','df712eba-fbaf-4bdc-80b3-6b77c7b8e813'),
(55893,32,10159,NULL,2598,2,'2026-01-18 17:47:24','2026-01-18 17:47:24','30f0b210-f7bc-4b50-aeb8-4086ecebe05d'),
(55894,32,10159,NULL,2608,3,'2026-01-18 17:47:24','2026-01-18 17:47:24','7430790b-4962-41ad-9cfb-8903ebbcecb3'),
(55895,32,10159,NULL,2600,4,'2026-01-18 17:47:24','2026-01-18 17:47:24','3e35dc6e-d96f-4ac7-bf34-6bd2e2961ee4'),
(55896,32,10159,NULL,2596,5,'2026-01-18 17:47:24','2026-01-18 17:47:24','d0790ecf-63fc-4866-a842-e35d8bc591be'),
(55897,32,10159,NULL,2602,6,'2026-01-18 17:47:24','2026-01-18 17:47:24','a4ebd30a-2cb9-4bb4-a32d-a9a6443fe15f'),
(55898,32,10159,NULL,2606,7,'2026-01-18 17:47:24','2026-01-18 17:47:24','12564f6b-6909-4bec-b11a-5d0f1ad4cb15'),
(55899,32,10159,NULL,2612,8,'2026-01-18 17:47:24','2026-01-18 17:47:24','df4525fe-892f-45de-8322-2f6d33639798'),
(55900,32,10159,NULL,2604,9,'2026-01-18 17:47:24','2026-01-18 17:47:24','e041577f-28ec-4ce4-82e0-1879c4e13ef4'),
(55901,16,10159,NULL,9286,1,'2026-01-18 17:47:24','2026-01-18 17:47:24','10c2ab5f-46db-48a8-91f5-2b0ef299aca7'),
(55902,7,10159,NULL,3468,1,'2026-01-18 17:47:24','2026-01-18 17:47:24','e529f8df-4c1a-479f-895b-f4c1537588ca'),
(55903,7,10159,NULL,601,2,'2026-01-18 17:47:24','2026-01-18 17:47:24','97899211-1968-4c16-9e4b-4074759c3f11'),
(55904,7,10159,NULL,617,3,'2026-01-18 17:47:24','2026-01-18 17:47:24','982bbafc-9229-4b62-a7ff-13a138d7e6c7'),
(55905,7,10159,NULL,9552,4,'2026-01-18 17:47:24','2026-01-18 17:47:24','ea8b9be2-5455-4b38-9d2b-97ae1f27f685'),
(55906,7,10159,NULL,605,5,'2026-01-18 17:47:24','2026-01-18 17:47:24','ed6b0b1c-49dd-4b7e-83b8-ab6edcae3bf0'),
(55907,82,10159,NULL,491,1,'2026-01-18 17:47:24','2026-01-18 17:47:24','afd1c1b4-49d3-4696-ad63-8c11928d1cce'),
(55908,57,10159,NULL,9293,1,'2026-01-18 17:47:24','2026-01-18 17:47:24','59636e82-1716-4180-8613-ba69694ea810'),
(55909,57,10159,NULL,9290,2,'2026-01-18 17:47:24','2026-01-18 17:47:24','4f3706b1-a1e1-46bb-a54c-aca5491a8072'),
(55910,57,10159,NULL,9289,3,'2026-01-18 17:47:24','2026-01-18 17:47:24','30aaf729-650f-4a3d-b523-9739acccda5e'),
(55911,57,10159,NULL,9294,4,'2026-01-18 17:47:24','2026-01-18 17:47:24','756ec528-37b9-4f26-8add-d283855d043c'),
(55912,57,10159,NULL,9291,5,'2026-01-18 17:47:24','2026-01-18 17:47:24','6805a028-2f11-4fbd-8b34-e574a8cace98'),
(55913,57,10159,NULL,9292,6,'2026-01-18 17:47:24','2026-01-18 17:47:24','741dbebe-6726-4357-9221-474ff1a92578'),
(55948,32,10162,NULL,2614,1,'2026-01-18 17:47:58','2026-01-18 17:47:58','a9905d99-d10f-4f78-9fa3-41fd46ca7c23'),
(55949,32,10162,NULL,2610,2,'2026-01-18 17:47:58','2026-01-18 17:47:58','360691cf-581c-4f92-98a6-41e298552f15'),
(55950,32,10162,NULL,2598,3,'2026-01-18 17:47:58','2026-01-18 17:47:58','9fdc8850-b134-4394-bfde-8c43f2577d47'),
(55951,32,10162,NULL,2608,4,'2026-01-18 17:47:58','2026-01-18 17:47:58','ff25b319-9b09-40de-925d-06be73c2284f'),
(55952,32,10162,NULL,2600,5,'2026-01-18 17:47:58','2026-01-18 17:47:58','eb3c340c-65b4-428a-9db7-89a574fd064c'),
(55953,32,10162,NULL,2596,6,'2026-01-18 17:47:58','2026-01-18 17:47:58','95de67b7-6b05-4855-8287-12fd2fae0d94'),
(55954,32,10162,NULL,2602,7,'2026-01-18 17:47:58','2026-01-18 17:47:58','45b2d8a0-a0fb-41db-b07a-a79439a4cb73'),
(55955,32,10162,NULL,2606,8,'2026-01-18 17:47:58','2026-01-18 17:47:58','d92c8b47-55b2-4f48-b196-87bb88285082'),
(55956,32,10162,NULL,2612,9,'2026-01-18 17:47:58','2026-01-18 17:47:58','45e68586-35b4-416a-a41a-6da3c2586999'),
(55957,32,10162,NULL,2604,10,'2026-01-18 17:47:58','2026-01-18 17:47:58','d181fe54-6951-466a-a76b-9f535d5b9241'),
(55958,16,10162,NULL,10041,1,'2026-01-18 17:47:58','2026-01-18 17:47:58','bd81bf8a-097d-4ad7-a555-0fc83f31e924'),
(55959,7,10162,NULL,601,1,'2026-01-18 17:47:58','2026-01-18 17:47:58','9f649c0e-ab18-4b3b-95a5-82b11b69c16c'),
(55960,7,10162,NULL,617,2,'2026-01-18 17:47:58','2026-01-18 17:47:58','007eac80-2828-4626-92f7-91e115b32bd4'),
(55961,7,10162,NULL,9549,3,'2026-01-18 17:47:58','2026-01-18 17:47:58','c7ad3924-7811-4dbf-9f99-f0b4acd46a7e'),
(55962,7,10162,NULL,605,4,'2026-01-18 17:47:58','2026-01-18 17:47:58','6a6e903e-6215-4614-9325-eb488964c4fa'),
(55963,7,10162,NULL,9552,5,'2026-01-18 17:47:58','2026-01-18 17:47:58','d2e11f65-fd1b-448c-a297-cd939b3139b1'),
(55964,57,10162,NULL,10057,1,'2026-01-18 17:47:58','2026-01-18 17:47:58','1fe5616d-a10b-47e6-a202-bfdf28beaddc'),
(55965,57,10162,NULL,10049,2,'2026-01-18 17:47:58','2026-01-18 17:47:58','030f0f11-11c9-4518-bd0c-b75b8dec784a'),
(55966,57,10162,NULL,10044,3,'2026-01-18 17:47:58','2026-01-18 17:47:58','70ed7854-9a32-48c2-b6ca-5b6c07af7f13'),
(55967,57,10162,NULL,10045,4,'2026-01-18 17:47:58','2026-01-18 17:47:58','1a598d45-8406-4146-8dcc-006f7db219c6'),
(55968,57,10162,NULL,10042,5,'2026-01-18 17:47:58','2026-01-18 17:47:58','64af0ea1-2af4-495f-90fe-5007ea750eeb'),
(55969,57,10162,NULL,10043,6,'2026-01-18 17:47:58','2026-01-18 17:47:58','ebe6fdf0-90bc-4b61-9493-6ae320a5ef41'),
(55970,57,10162,NULL,10046,7,'2026-01-18 17:47:58','2026-01-18 17:47:58','3fc37e5e-64c0-4b1f-b733-3c8cd19edcaf'),
(55971,57,10162,NULL,10047,8,'2026-01-18 17:47:58','2026-01-18 17:47:58','a810da0c-5d2e-4519-9122-cf949fc7b75b'),
(55972,57,10162,NULL,10048,9,'2026-01-18 17:47:58','2026-01-18 17:47:58','390c0b4b-e93a-4375-a7f4-ab971ee69a80'),
(55973,57,10162,NULL,10051,10,'2026-01-18 17:47:58','2026-01-18 17:47:58','73bc1663-1673-4054-a2f7-c8da598c27a2'),
(55974,57,10162,NULL,10052,11,'2026-01-18 17:47:58','2026-01-18 17:47:58','c9f0035f-9785-4bbc-91e2-a0471449030f'),
(55975,57,10162,NULL,10053,12,'2026-01-18 17:47:58','2026-01-18 17:47:58','a9848e28-08fa-4e33-a726-d9d4cc817f61'),
(55976,57,10162,NULL,10055,13,'2026-01-18 17:47:58','2026-01-18 17:47:58','6fd20cc2-b3ff-4aa2-ab64-7c37cc7292f7'),
(55977,57,10162,NULL,10059,14,'2026-01-18 17:47:58','2026-01-18 17:47:58','d6fbc86c-16da-4a91-af74-2f024dfdeecd'),
(55978,57,10162,NULL,10060,15,'2026-01-18 17:47:58','2026-01-18 17:47:58','d680ba96-cf4d-457c-92e1-b1c3ad880985'),
(56010,32,10165,NULL,2610,1,'2026-01-18 17:48:14','2026-01-18 17:48:14','aa062499-70dd-4666-b766-423b71ffedbd'),
(56011,32,10165,NULL,2598,2,'2026-01-18 17:48:14','2026-01-18 17:48:14','af08e90f-4523-47f5-87ba-d4dbaada8ea5'),
(56012,32,10165,NULL,2608,3,'2026-01-18 17:48:14','2026-01-18 17:48:14','4a2e95ef-4409-4914-95b4-b5da5ff2f1db'),
(56013,32,10165,NULL,2624,4,'2026-01-18 17:48:14','2026-01-18 17:48:14','de57142c-550c-4b91-9d38-1863e9f4c767'),
(56014,32,10165,NULL,2600,5,'2026-01-18 17:48:14','2026-01-18 17:48:14','f8945989-b824-47b0-a89a-e64b5b94d742'),
(56015,32,10165,NULL,2596,6,'2026-01-18 17:48:14','2026-01-18 17:48:14','401e8790-cefb-4d1b-9ccb-c9518f0b4382'),
(56016,32,10165,NULL,2602,7,'2026-01-18 17:48:14','2026-01-18 17:48:14','6a164e2a-1ba4-4340-afa7-b0442467548a'),
(56017,32,10165,NULL,2606,8,'2026-01-18 17:48:14','2026-01-18 17:48:14','7d81d0de-d00a-4639-a5d8-004c158a308f'),
(56018,32,10165,NULL,2612,9,'2026-01-18 17:48:14','2026-01-18 17:48:14','0f88ce6f-21ac-4206-9a45-2529dada5364'),
(56019,32,10165,NULL,2604,10,'2026-01-18 17:48:14','2026-01-18 17:48:14','a77511fe-760d-4653-8e99-9bb67aed8307'),
(56020,16,10165,NULL,10069,1,'2026-01-18 17:48:14','2026-01-18 17:48:14','a4a3b432-2b62-4031-b606-8324f316f109'),
(56021,7,10165,NULL,601,1,'2026-01-18 17:48:14','2026-01-18 17:48:14','f18ce250-2815-4eba-8f56-ec917929c7a5'),
(56022,7,10165,NULL,605,2,'2026-01-18 17:48:14','2026-01-18 17:48:14','7f77532b-b75a-4ee8-83a6-27155d9ff13f'),
(56023,7,10165,NULL,617,3,'2026-01-18 17:48:14','2026-01-18 17:48:14','43988962-fc16-4879-9c2d-942f0fa2edae'),
(56024,7,10165,NULL,2972,4,'2026-01-18 17:48:14','2026-01-18 17:48:14','0631a965-49cd-4c9a-b395-6467cab1241f'),
(56025,7,10165,NULL,9552,5,'2026-01-18 17:48:14','2026-01-18 17:48:14','21e8394e-1072-4454-8d5b-7211553f84a2'),
(56026,82,10165,NULL,491,1,'2026-01-18 17:48:14','2026-01-18 17:48:14','a2186d84-70fe-47d2-94a0-91d22ec9e6c0'),
(56027,46,10165,NULL,2891,1,'2026-01-18 17:48:14','2026-01-18 17:48:14','c72c5b13-0a75-426d-b1a7-7c91a9946427'),
(56028,57,10165,NULL,10072,1,'2026-01-18 17:48:14','2026-01-18 17:48:14','efeb25d0-aba2-44e4-92fb-3d2ca32e7dc0'),
(56029,57,10165,NULL,10079,2,'2026-01-18 17:48:14','2026-01-18 17:48:14','f3b23a7f-3c9d-4ad8-a2c9-de93cdfbb4d1'),
(56030,57,10165,NULL,10074,3,'2026-01-18 17:48:14','2026-01-18 17:48:14','b7eba3de-6190-453b-98e3-39f1809dc6fb'),
(56031,57,10165,NULL,10076,4,'2026-01-18 17:48:14','2026-01-18 17:48:14','a6350872-65da-40ae-af91-5db7b220c38d'),
(56032,57,10165,NULL,10075,5,'2026-01-18 17:48:14','2026-01-18 17:48:14','c5933eae-2d7b-4202-9ffe-97ce50cce9aa'),
(56033,57,10165,NULL,10080,6,'2026-01-18 17:48:14','2026-01-18 17:48:14','4f79cfe9-2bb5-4681-92e6-11b8fa10a1ac'),
(56034,57,10165,NULL,10071,7,'2026-01-18 17:48:14','2026-01-18 17:48:14','d391e07f-4dd6-4cd2-b591-b66d1b74f0db'),
(56035,57,10165,NULL,10070,8,'2026-01-18 17:48:14','2026-01-18 17:48:14','441f41f3-86be-4ae5-b14d-91a535c39442'),
(56036,57,10165,NULL,10077,9,'2026-01-18 17:48:14','2026-01-18 17:48:14','758bdef9-0899-4ed1-8c78-586c844034ae'),
(56037,57,10165,NULL,10078,10,'2026-01-18 17:48:14','2026-01-18 17:48:14','931d893f-8065-4a08-95be-b98b0c7f9915'),
(56065,32,10168,NULL,2598,1,'2026-01-18 17:50:19','2026-01-18 17:50:19','a39814e6-959a-4044-be93-1f0b5a1c243a'),
(56066,32,10168,NULL,2608,2,'2026-01-18 17:50:19','2026-01-18 17:50:19','92b9f4c2-9df3-4941-a388-533e2511b2ba'),
(56067,32,10168,NULL,2600,3,'2026-01-18 17:50:19','2026-01-18 17:50:19','fac13bbf-1ca9-4b5c-9731-e89f29749738'),
(56068,32,10168,NULL,2596,4,'2026-01-18 17:50:19','2026-01-18 17:50:19','01e76f24-3dec-49c8-bdf5-d4ebd3c004ae'),
(56069,32,10168,NULL,2602,5,'2026-01-18 17:50:19','2026-01-18 17:50:19','f783c9b3-ee05-4cf8-ab14-cb2faa44ab1e'),
(56070,32,10168,NULL,2606,6,'2026-01-18 17:50:19','2026-01-18 17:50:19','2744cfe7-c659-46e1-b9a6-a6520d45cd38'),
(56071,32,10168,NULL,2604,7,'2026-01-18 17:50:19','2026-01-18 17:50:19','06d813b1-69b1-49c4-be2b-8ecc11554a7a'),
(56072,32,10168,NULL,2610,8,'2026-01-18 17:50:19','2026-01-18 17:50:19','3fe856f7-c8b2-4553-b2a8-01bf55e4d739'),
(56073,32,10168,NULL,2612,9,'2026-01-18 17:50:19','2026-01-18 17:50:19','1896ce71-7ee8-4f98-91cd-f449b9ce3aab'),
(56074,16,10168,NULL,10094,1,'2026-01-18 17:50:19','2026-01-18 17:50:19','57219e78-4795-4846-bbd6-8223004dc7c6'),
(56075,7,10168,NULL,617,1,'2026-01-18 17:50:19','2026-01-18 17:50:19','313e321d-9b08-44b9-b92e-4b642ecfc6c4'),
(56076,7,10168,NULL,605,2,'2026-01-18 17:50:19','2026-01-18 17:50:19','25a3e37c-5aa2-46c2-8b5b-3a279bc51409'),
(56077,7,10168,NULL,9552,3,'2026-01-18 17:50:19','2026-01-18 17:50:19','3c5bf3c7-9063-4e33-9be7-94c1073b76fe'),
(56078,82,10168,NULL,491,1,'2026-01-18 17:50:19','2026-01-18 17:50:19','9f04d3b1-41fc-4253-b298-888e844fb471'),
(56079,57,10168,NULL,9469,1,'2026-01-18 17:50:19','2026-01-18 17:50:19','d8b4aaf4-f9a4-43d6-96cd-a317737d79ea'),
(56080,57,10168,NULL,9470,2,'2026-01-18 17:50:19','2026-01-18 17:50:19','830102a3-8846-4ad0-b59c-307d6ba96367'),
(56081,57,10168,NULL,9471,3,'2026-01-18 17:50:19','2026-01-18 17:50:19','03ca85ba-6d7e-47c4-ac03-f86cc7b65d22'),
(56082,57,10168,NULL,10097,4,'2026-01-18 17:50:19','2026-01-18 17:50:19','076d7811-fe96-44b5-bf7b-6dc116ce5e25'),
(56083,57,10168,NULL,10098,5,'2026-01-18 17:50:19','2026-01-18 17:50:19','9601bc3e-9bb4-4017-b511-9481053e70fd'),
(56084,57,10168,NULL,10099,6,'2026-01-18 17:50:19','2026-01-18 17:50:19','2ee9eeda-57c5-4c07-8f62-c551bc9b098a'),
(56085,57,10168,NULL,10100,7,'2026-01-18 17:50:19','2026-01-18 17:50:19','52503b68-fd8d-4e85-a2c0-d88d3c5c7843'),
(56086,57,10168,NULL,10101,8,'2026-01-18 17:50:19','2026-01-18 17:50:19','7c0b60c7-52d9-4549-a7b8-1a128070d619'),
(56087,57,10168,NULL,10102,9,'2026-01-18 17:50:19','2026-01-18 17:50:19','cb209a6c-c024-4d14-83c5-64da4b3f2774'),
(56089,32,10170,NULL,2598,1,'2026-01-18 17:52:29','2026-01-18 17:52:29','88eb6274-d3d6-40ef-884a-3c2ea4522580'),
(56090,32,10170,NULL,2608,2,'2026-01-18 17:52:29','2026-01-18 17:52:29','875b9ee1-325f-420c-92cc-14885a262046'),
(56091,32,10170,NULL,2600,3,'2026-01-18 17:52:29','2026-01-18 17:52:29','79adcc93-e20c-45b6-b7bc-f74367298524'),
(56092,32,10170,NULL,2596,4,'2026-01-18 17:52:29','2026-01-18 17:52:29','cf6ab7c8-31d2-4c6f-b9f8-f09432da080d'),
(56093,32,10170,NULL,2602,5,'2026-01-18 17:52:29','2026-01-18 17:52:29','64cd204c-5e19-48df-80c4-d550ddd0d5d1'),
(56094,32,10170,NULL,2606,6,'2026-01-18 17:52:29','2026-01-18 17:52:29','adab3811-957f-4b22-a9d9-2c7317c23925'),
(56095,32,10170,NULL,2604,7,'2026-01-18 17:52:29','2026-01-18 17:52:29','c9f497c8-081c-4cbc-874f-ea114f19b6ca'),
(56096,32,10170,NULL,2610,8,'2026-01-18 17:52:29','2026-01-18 17:52:29','871790a4-abda-4473-81ad-104858366ed9'),
(56097,32,10170,NULL,2612,9,'2026-01-18 17:52:29','2026-01-18 17:52:29','d564ecc0-d871-424a-95a9-3453f0ffb5fd'),
(56098,16,10170,NULL,9535,1,'2026-01-18 17:52:29','2026-01-18 17:52:29','8660365d-7501-4553-b3c6-882729f856d3'),
(56099,7,10170,NULL,2969,1,'2026-01-18 17:52:29','2026-01-18 17:52:29','d7f5d32a-be44-4bb6-acc3-a3f4ce5b9b87'),
(56100,7,10170,NULL,617,2,'2026-01-18 17:52:29','2026-01-18 17:52:29','65c795dc-b487-4702-956d-ee4c4a59940d'),
(56101,7,10170,NULL,605,3,'2026-01-18 17:52:29','2026-01-18 17:52:29','140cf9cf-f83e-4bfb-88f2-4994c7ec24c3'),
(56102,7,10170,NULL,9552,4,'2026-01-18 17:52:29','2026-01-18 17:52:29','b3480655-a8e9-414e-9653-6bf6cbb3f303'),
(56103,82,10170,NULL,491,1,'2026-01-18 17:52:29','2026-01-18 17:52:29','b1e09a20-dcbc-44dd-b3d8-b702b7848706'),
(56130,32,10183,NULL,2610,1,'2026-01-18 18:42:27','2026-01-18 18:42:27','b3f33e7f-e091-4f02-86b3-a767f8ba9793'),
(56131,32,10183,NULL,2598,2,'2026-01-18 18:42:27','2026-01-18 18:42:27','7fb1701b-8dd6-46d9-b502-57d01c780dce'),
(56132,32,10183,NULL,2608,3,'2026-01-18 18:42:27','2026-01-18 18:42:27','3c7684c4-244f-4d14-a46b-be7d7e9f32de'),
(56133,32,10183,NULL,2624,4,'2026-01-18 18:42:27','2026-01-18 18:42:27','1d09e298-7d5a-4445-a37f-f075d7321c31'),
(56134,32,10183,NULL,2600,5,'2026-01-18 18:42:27','2026-01-18 18:42:27','10bf69c2-8f98-402e-900e-92e1d77bbd9d'),
(56135,32,10183,NULL,2596,6,'2026-01-18 18:42:27','2026-01-18 18:42:27','61b6af61-d10b-4bc1-a1a1-5c0ac8dbea8e'),
(56136,32,10183,NULL,2602,7,'2026-01-18 18:42:27','2026-01-18 18:42:27','f2d08007-e556-49cb-b044-f6fe9f70e5bb'),
(56137,32,10183,NULL,2606,8,'2026-01-18 18:42:27','2026-01-18 18:42:27','2bbee9a7-ecb6-4c0a-9745-bae06cc1d2e2'),
(56138,32,10183,NULL,2612,9,'2026-01-18 18:42:27','2026-01-18 18:42:27','fbe24082-644d-4615-890c-01abd75626ca'),
(56139,32,10183,NULL,2604,10,'2026-01-18 18:42:27','2026-01-18 18:42:27','f787a270-2513-45c1-a12a-2420dc4e6981'),
(56140,16,10183,NULL,9038,1,'2026-01-18 18:42:27','2026-01-18 18:42:27','f97c36b2-f530-419a-82ca-b06bff21a82a'),
(56141,7,10183,NULL,601,1,'2026-01-18 18:42:27','2026-01-18 18:42:27','1d4ad763-439b-4dfa-ae25-b6db25a77f70'),
(56142,7,10183,NULL,3468,2,'2026-01-18 18:42:27','2026-01-18 18:42:27','a5bfc698-30fe-4235-9798-a895c32c407b'),
(56143,7,10183,NULL,2974,3,'2026-01-18 18:42:27','2026-01-18 18:42:27','97751a44-e3a9-4c19-b9ad-e2668c821cf1'),
(56144,7,10183,NULL,605,4,'2026-01-18 18:42:27','2026-01-18 18:42:27','5ef61d92-50e1-47af-afc9-1d3a78068eed'),
(56145,7,10183,NULL,617,5,'2026-01-18 18:42:27','2026-01-18 18:42:27','242be096-c4d2-482d-98de-d12c07f64423'),
(56146,7,10183,NULL,9552,6,'2026-01-18 18:42:27','2026-01-18 18:42:27','e13f6fa8-5df7-4979-b727-c7917b944705'),
(56147,82,10183,NULL,491,1,'2026-01-18 18:42:27','2026-01-18 18:42:27','fdda87d0-d049-46bc-92d5-4350f1f8d9fa'),
(56148,46,10183,NULL,2891,1,'2026-01-18 18:42:27','2026-01-18 18:42:27','e87dea4e-59a1-44b7-8f39-c38d479ec94e'),
(56149,57,10183,NULL,9045,1,'2026-01-18 18:42:27','2026-01-18 18:42:27','d1c776f8-25c0-450e-a6a5-baba7cc1072c'),
(56150,57,10183,NULL,9046,2,'2026-01-18 18:42:27','2026-01-18 18:42:27','24646d98-25a0-447d-83dc-9fa80bc08d9f'),
(56151,57,10183,NULL,9042,3,'2026-01-18 18:42:27','2026-01-18 18:42:27','a8046e9c-8c08-438e-a716-352d13ca875d'),
(56152,57,10183,NULL,9043,4,'2026-01-18 18:42:27','2026-01-18 18:42:27','13e2de5a-69e1-49c9-8f50-b4966eb8dfc5'),
(56153,57,10183,NULL,9044,5,'2026-01-18 18:42:27','2026-01-18 18:42:27','437f5033-5efe-4fda-a2f6-07e4e1804be0'),
(56154,57,10183,NULL,9041,6,'2026-01-18 18:42:27','2026-01-18 18:42:27','47def18f-36ef-418e-9fe4-f32ace1008ef'),
(56155,13,10183,NULL,6860,1,'2026-01-18 18:42:27','2026-01-18 18:42:27','b6e2a30e-b42c-42c3-bbd7-6eced8ce4d70'),
(56182,32,10190,NULL,2610,1,'2026-01-18 18:42:31','2026-01-18 18:42:31','068792f1-7d07-4e20-ab22-9c98592d6f28'),
(56183,32,10190,NULL,2598,2,'2026-01-18 18:42:31','2026-01-18 18:42:31','4b7448fd-e282-429e-82cf-15b7110bd751'),
(56184,32,10190,NULL,2608,3,'2026-01-18 18:42:31','2026-01-18 18:42:31','e192c5ab-3ddc-41f8-bf35-c4da188a8360'),
(56185,32,10190,NULL,2624,4,'2026-01-18 18:42:31','2026-01-18 18:42:31','ca4e001f-b6e6-414c-abe2-ea76af881a01'),
(56186,32,10190,NULL,2600,5,'2026-01-18 18:42:31','2026-01-18 18:42:31','06bd4380-0618-42ac-adbd-1abb37714b04'),
(56187,32,10190,NULL,2596,6,'2026-01-18 18:42:31','2026-01-18 18:42:31','0aaddee6-8448-49be-90a0-c6d3635a4252'),
(56188,32,10190,NULL,2602,7,'2026-01-18 18:42:31','2026-01-18 18:42:31','34cfbe74-3d16-4b78-8a71-f79370b80ce2'),
(56189,32,10190,NULL,2606,8,'2026-01-18 18:42:31','2026-01-18 18:42:31','8bfb7fbe-2e30-42b7-bb84-7ccb9c3982dd'),
(56190,32,10190,NULL,2612,9,'2026-01-18 18:42:31','2026-01-18 18:42:31','f2ab704a-23eb-4ed5-a244-1016cb1a03d9'),
(56191,32,10190,NULL,2604,10,'2026-01-18 18:42:31','2026-01-18 18:42:31','b54710f3-4771-4b85-8be1-46d672f5636e'),
(56192,16,10190,NULL,9038,1,'2026-01-18 18:42:31','2026-01-18 18:42:31','e30a9a61-4621-4cca-a160-92f162d5e890'),
(56193,7,10190,NULL,601,1,'2026-01-18 18:42:31','2026-01-18 18:42:31','dec909f8-e356-40ac-ac3a-084cd2f4fcba'),
(56194,7,10190,NULL,3468,2,'2026-01-18 18:42:31','2026-01-18 18:42:31','288f3241-5e51-41a8-880b-cae305363da1'),
(56195,7,10190,NULL,2974,3,'2026-01-18 18:42:31','2026-01-18 18:42:31','b76823dd-021c-49a6-b20e-8ad62c8fad89'),
(56196,7,10190,NULL,605,4,'2026-01-18 18:42:31','2026-01-18 18:42:31','cc09408e-d218-46ab-aa80-ccfe10fc1a8f'),
(56197,7,10190,NULL,617,5,'2026-01-18 18:42:31','2026-01-18 18:42:31','9f9bcac4-b078-45ec-9fea-5af70f275a8a'),
(56198,7,10190,NULL,9552,6,'2026-01-18 18:42:31','2026-01-18 18:42:31','baad38eb-e0a2-4cef-83f9-25e1ec9bd6f1'),
(56199,82,10190,NULL,491,1,'2026-01-18 18:42:31','2026-01-18 18:42:31','a0d46fdb-86e9-4167-bc0c-7d4a278197b5'),
(56200,46,10190,NULL,2891,1,'2026-01-18 18:42:31','2026-01-18 18:42:31','d7381605-d2a3-4ed5-b293-328debe77083'),
(56201,57,10190,NULL,9045,1,'2026-01-18 18:42:31','2026-01-18 18:42:31','813d1329-50b2-4343-8847-b6e50cd48dfa'),
(56202,57,10190,NULL,9046,2,'2026-01-18 18:42:31','2026-01-18 18:42:31','8cc578f7-7cdb-486d-9d2f-812e2ce771ad'),
(56203,57,10190,NULL,9042,3,'2026-01-18 18:42:31','2026-01-18 18:42:31','8a51acef-9d3c-443b-9095-4b667b5cfa1a'),
(56204,57,10190,NULL,9043,4,'2026-01-18 18:42:31','2026-01-18 18:42:31','e024958c-df91-4c63-aa89-7d354f726913'),
(56205,57,10190,NULL,9044,5,'2026-01-18 18:42:31','2026-01-18 18:42:31','84066926-5379-40c3-823d-ddc73996a5b9'),
(56206,57,10190,NULL,9041,6,'2026-01-18 18:42:31','2026-01-18 18:42:31','e8bf950b-944d-4fe6-8f4d-cc7949b5dee9'),
(56207,13,10190,NULL,6860,1,'2026-01-18 18:42:31','2026-01-18 18:42:31','8b99531f-672e-40b2-a65a-68ae43c25f2c'),
(56229,32,10202,NULL,2610,1,'2026-01-18 18:46:32','2026-01-18 18:46:32','c2d81729-cde3-4ce9-850c-44ead5ff14da'),
(56230,32,10202,NULL,2598,2,'2026-01-18 18:46:32','2026-01-18 18:46:32','0685c0fd-096f-499c-b66d-d1b5ec638cad'),
(56231,32,10202,NULL,2608,3,'2026-01-18 18:46:32','2026-01-18 18:46:32','348055f9-785b-4dcf-aaf6-d4b28b156134'),
(56232,32,10202,NULL,2600,4,'2026-01-18 18:46:32','2026-01-18 18:46:32','f0df6f8a-257c-45dc-bc1e-443d8d54f3ca'),
(56233,32,10202,NULL,2596,5,'2026-01-18 18:46:32','2026-01-18 18:46:32','1a2de388-1a29-4bd9-a2f8-c96d2608721f'),
(56234,32,10202,NULL,2602,6,'2026-01-18 18:46:32','2026-01-18 18:46:32','296562ad-fa4f-41ab-8a4b-35e3a7431a68'),
(56235,32,10202,NULL,2612,7,'2026-01-18 18:46:32','2026-01-18 18:46:32','19b4ccbc-a4f0-4253-b2d0-347fd859c941'),
(56236,32,10202,NULL,2604,8,'2026-01-18 18:46:32','2026-01-18 18:46:32','ad5ddbdd-5fbf-4132-b763-5ac8b983ad61'),
(56237,16,10202,NULL,9056,1,'2026-01-18 18:46:32','2026-01-18 18:46:32','a0861b54-28c3-4860-9606-100acb363ad4'),
(56238,7,10202,NULL,601,1,'2026-01-18 18:46:32','2026-01-18 18:46:32','2b5af1d3-c453-4924-97bc-573ee7c22e61'),
(56239,7,10202,NULL,605,2,'2026-01-18 18:46:32','2026-01-18 18:46:32','596f1d48-d760-483f-bff6-b190f355d36b'),
(56240,7,10202,NULL,617,3,'2026-01-18 18:46:32','2026-01-18 18:46:32','a963c11d-d921-491d-b5ce-e2ce64f89bff'),
(56241,7,10202,NULL,9552,4,'2026-01-18 18:46:32','2026-01-18 18:46:32','1ccd6763-1cf3-4089-9925-3778b290cfde'),
(56242,82,10202,NULL,479,1,'2026-01-18 18:46:32','2026-01-18 18:46:32','b11a962a-2327-496a-86c6-102b19e52cf2'),
(56243,82,10202,NULL,491,2,'2026-01-18 18:46:32','2026-01-18 18:46:32','a665c69d-d985-4de5-a43e-0fb1a72d65ac'),
(56244,57,10202,NULL,9061,1,'2026-01-18 18:46:32','2026-01-18 18:46:32','58cd4ae4-0cd5-45ca-aded-5d55c3a9de5c'),
(56245,57,10202,NULL,9062,2,'2026-01-18 18:46:32','2026-01-18 18:46:32','7c79a610-4841-4d91-a1b6-8615c66087e5'),
(56246,57,10202,NULL,9063,3,'2026-01-18 18:46:32','2026-01-18 18:46:32','e8d80aa7-a4fc-4c90-b148-3b5845d9b689'),
(56247,57,10202,NULL,9060,4,'2026-01-18 18:46:32','2026-01-18 18:46:32','8a37ce87-94e2-4e20-98f6-110587df3983'),
(56248,57,10202,NULL,9059,5,'2026-01-18 18:46:32','2026-01-18 18:46:32','5c22b720-7035-4ff5-a0cc-ad38b0cd7db7'),
(56249,13,10202,NULL,6867,1,'2026-01-18 18:46:32','2026-01-18 18:46:32','ef043801-192f-4621-8932-c2ed1015c418'),
(56277,16,1359,NULL,10210,1,'2026-01-18 18:56:03','2026-01-18 18:56:03','c24d2e39-fb6d-45c9-8b61-1e43fcf405a8'),
(56278,32,10211,NULL,2614,1,'2026-01-18 18:56:04','2026-01-18 18:56:04','61f1d5e0-a565-4649-8f1e-a8d2bf32901e'),
(56279,32,10211,NULL,2610,2,'2026-01-18 18:56:04','2026-01-18 18:56:04','eee3bc63-f0f5-4a21-8ed5-31322004a968'),
(56280,32,10211,NULL,2598,3,'2026-01-18 18:56:04','2026-01-18 18:56:04','6c9c1e27-0382-4ffb-bc20-b8a7fca00367'),
(56281,32,10211,NULL,2608,4,'2026-01-18 18:56:04','2026-01-18 18:56:04','97091325-cb8c-4da7-af39-0e2b9cd6d8b7'),
(56282,32,10211,NULL,2624,5,'2026-01-18 18:56:04','2026-01-18 18:56:04','d0bb1149-d4bf-4603-8c3f-cf352f365649'),
(56283,32,10211,NULL,2600,6,'2026-01-18 18:56:04','2026-01-18 18:56:04','2b3cfaff-d2f3-485b-94a8-9ccf83ac2381'),
(56284,32,10211,NULL,2596,7,'2026-01-18 18:56:04','2026-01-18 18:56:04','d67a1713-2100-498e-bd61-a693c43f6051'),
(56285,32,10211,NULL,2602,8,'2026-01-18 18:56:04','2026-01-18 18:56:04','3ee09d54-046b-4d5a-8054-c66d3ee3e431'),
(56286,32,10211,NULL,2606,9,'2026-01-18 18:56:04','2026-01-18 18:56:04','dd924a5d-77bb-4ce4-826d-3702d08f10d1'),
(56287,32,10211,NULL,2612,10,'2026-01-18 18:56:04','2026-01-18 18:56:04','4dd0d8f0-5863-47e1-aa42-3c2237af4049'),
(56288,32,10211,NULL,2604,11,'2026-01-18 18:56:04','2026-01-18 18:56:04','5c146420-c8eb-4fee-84d7-919227025250'),
(56289,16,10211,NULL,10210,1,'2026-01-18 18:56:04','2026-01-18 18:56:04','bad57d48-1544-4c96-9d2c-5dd6c876c7bb'),
(56290,7,10211,NULL,2969,1,'2026-01-18 18:56:04','2026-01-18 18:56:04','fdf57bc5-3491-4033-bb47-62ded76adb35'),
(56291,7,10211,NULL,617,2,'2026-01-18 18:56:04','2026-01-18 18:56:04','c77f2726-a9e3-40ab-b9e1-9fb5a3e9f59d'),
(56292,7,10211,NULL,605,3,'2026-01-18 18:56:04','2026-01-18 18:56:04','dcec7074-e9c9-421c-b09e-3635b0af1aa9'),
(56293,7,10211,NULL,9552,4,'2026-01-18 18:56:04','2026-01-18 18:56:04','31e6d46b-9bbf-4b28-9ff8-2756bb7a64ec'),
(56294,46,10211,NULL,2891,1,'2026-01-18 18:56:04','2026-01-18 18:56:04','22bba0ab-6dc2-4bd2-ac4f-95efb3ec5c4a'),
(56295,57,10211,NULL,9148,1,'2026-01-18 18:56:04','2026-01-18 18:56:04','e9e74324-430b-4420-99fa-958737356ca7'),
(56296,57,10211,NULL,9145,2,'2026-01-18 18:56:04','2026-01-18 18:56:04','8ece06df-3a62-45d6-b098-b9179f29398d'),
(56297,57,10211,NULL,9149,3,'2026-01-18 18:56:04','2026-01-18 18:56:04','e9b710ff-725f-4c62-922e-ccec14e4e9d3'),
(56298,57,10211,NULL,9150,4,'2026-01-18 18:56:04','2026-01-18 18:56:04','9f73e1ff-e0a3-4bc2-93e1-fb1527af1559'),
(56299,57,10211,NULL,9144,5,'2026-01-18 18:56:04','2026-01-18 18:56:04','d930cb04-a196-4591-a3f8-9657d71a9fa7'),
(56300,57,10211,NULL,9146,6,'2026-01-18 18:56:04','2026-01-18 18:56:04','b9853f09-864f-4159-a5eb-0c5161e40c27'),
(56301,57,10211,NULL,9147,7,'2026-01-18 18:56:04','2026-01-18 18:56:04','e5f49794-2e62-43ca-975f-8e499d56bf5b'),
(56302,13,10211,NULL,6922,1,'2026-01-18 18:56:04','2026-01-18 18:56:04','5d10bc88-27f7-40ad-9d78-abdaa7142315'),
(56329,57,1359,NULL,10213,8,'2026-01-18 18:56:49','2026-01-18 18:56:49','d6df73ce-49d7-415f-bca3-cffb4849a686'),
(56330,32,10214,NULL,2614,1,'2026-01-18 18:56:49','2026-01-18 18:56:49','aabc1f00-d94c-4c1e-ac0a-1dff15df2ff7'),
(56331,32,10214,NULL,2610,2,'2026-01-18 18:56:49','2026-01-18 18:56:49','40e88b26-3889-4bc8-9a4b-29efe7770c5f'),
(56332,32,10214,NULL,2598,3,'2026-01-18 18:56:49','2026-01-18 18:56:49','a37a609e-8066-4962-90d2-72ddbe091d8d'),
(56333,32,10214,NULL,2608,4,'2026-01-18 18:56:49','2026-01-18 18:56:49','80fb520a-e9fc-4839-8805-924eca4112f4'),
(56334,32,10214,NULL,2624,5,'2026-01-18 18:56:49','2026-01-18 18:56:49','04eecc1d-4fd7-406a-9fd7-af19c3fdb4a0'),
(56335,32,10214,NULL,2600,6,'2026-01-18 18:56:49','2026-01-18 18:56:49','75f39ce4-b8f7-47c0-b7a4-f9366e5057f7'),
(56336,32,10214,NULL,2596,7,'2026-01-18 18:56:49','2026-01-18 18:56:49','7054f466-ea2c-4387-828f-5b4a0a08b85b'),
(56337,32,10214,NULL,2602,8,'2026-01-18 18:56:49','2026-01-18 18:56:49','bec84d7e-367a-4398-b966-b9c1b5381a87'),
(56338,32,10214,NULL,2606,9,'2026-01-18 18:56:49','2026-01-18 18:56:49','10d4d018-86f1-4702-8805-1ee39f3c7752'),
(56339,32,10214,NULL,2612,10,'2026-01-18 18:56:49','2026-01-18 18:56:49','b98fadb5-35b6-4f91-a433-26520938f0b1'),
(56340,32,10214,NULL,2604,11,'2026-01-18 18:56:49','2026-01-18 18:56:49','1535c380-58cb-4e76-8106-923e53f37a27'),
(56341,16,10214,NULL,10210,1,'2026-01-18 18:56:49','2026-01-18 18:56:49','05e9d3e1-5978-468e-93be-72defd32ed80'),
(56342,7,10214,NULL,2969,1,'2026-01-18 18:56:49','2026-01-18 18:56:49','b934516b-44d2-4f59-8dd4-e5058c7050af'),
(56343,7,10214,NULL,617,2,'2026-01-18 18:56:49','2026-01-18 18:56:49','26ece71c-de23-4a74-9f2d-ec1dd2d0c3a4'),
(56344,7,10214,NULL,605,3,'2026-01-18 18:56:49','2026-01-18 18:56:49','bceec443-03be-4697-907c-4dbaeac7e859'),
(56345,7,10214,NULL,9552,4,'2026-01-18 18:56:49','2026-01-18 18:56:49','60ec78f8-d66e-4bf6-9c71-81abc888b21a'),
(56346,46,10214,NULL,2891,1,'2026-01-18 18:56:49','2026-01-18 18:56:49','a4d777f0-f5d7-465a-b06c-cdd3579d1df7'),
(56347,57,10214,NULL,9148,1,'2026-01-18 18:56:49','2026-01-18 18:56:49','7253d81b-dda7-42cc-adfc-e6581a120296'),
(56348,57,10214,NULL,9145,2,'2026-01-18 18:56:49','2026-01-18 18:56:49','971e821a-2865-4e8a-87c1-7bac35c2c244'),
(56349,57,10214,NULL,9149,3,'2026-01-18 18:56:49','2026-01-18 18:56:49','78ef4cd9-c819-43ce-9837-b004f8636753'),
(56350,57,10214,NULL,9150,4,'2026-01-18 18:56:49','2026-01-18 18:56:49','e53b75b9-cfd1-454d-a79f-4c4c0a3ff7d1'),
(56351,57,10214,NULL,9144,5,'2026-01-18 18:56:49','2026-01-18 18:56:49','cc93397e-ae23-4211-8f92-920c4cbf2443'),
(56352,57,10214,NULL,9146,6,'2026-01-18 18:56:49','2026-01-18 18:56:49','ec639ad9-83e0-41e6-9884-14564d107f69'),
(56353,57,10214,NULL,9147,7,'2026-01-18 18:56:49','2026-01-18 18:56:49','5d5923b9-b836-4b48-b05a-0106e88040af'),
(56354,57,10214,NULL,10213,8,'2026-01-18 18:56:49','2026-01-18 18:56:49','efb5375a-bdaf-4f98-af13-5b9b285395fd'),
(56355,13,10214,NULL,6922,1,'2026-01-18 18:56:49','2026-01-18 18:56:49','4d9bb82c-ed8a-47a8-8a99-a3b2b5bb931e'),
(56380,16,2720,NULL,10216,1,'2026-01-18 18:59:30','2026-01-18 18:59:30','2df28d95-19d3-4a5e-9372-73b7121eb906'),
(56381,32,10217,NULL,2614,1,'2026-01-18 18:59:30','2026-01-18 18:59:30','84a3fb80-ea29-4e9e-b5c3-11ef3c177481'),
(56382,32,10217,NULL,2598,2,'2026-01-18 18:59:30','2026-01-18 18:59:30','458e6c1e-720b-4cff-9342-954dc88ca84c'),
(56383,32,10217,NULL,2608,3,'2026-01-18 18:59:30','2026-01-18 18:59:30','e146593e-58fe-4f8b-92ef-271b35f95e02'),
(56384,32,10217,NULL,2600,4,'2026-01-18 18:59:30','2026-01-18 18:59:30','bb378e93-5ac7-4f02-9f5a-8bd40b4c1a3b'),
(56385,32,10217,NULL,2596,5,'2026-01-18 18:59:30','2026-01-18 18:59:30','f3f4d013-7a6d-498a-8073-89600ceeced0'),
(56386,32,10217,NULL,2602,6,'2026-01-18 18:59:30','2026-01-18 18:59:30','f895b8ce-0754-489b-b78a-59d1b022ffd2'),
(56387,32,10217,NULL,2612,7,'2026-01-18 18:59:30','2026-01-18 18:59:30','b3273bf5-1255-4437-88de-de0af707fb42'),
(56388,32,10217,NULL,2604,8,'2026-01-18 18:59:30','2026-01-18 18:59:30','5ec8f5ee-805b-4259-a47b-c2ed1755707e'),
(56389,16,10217,NULL,10216,1,'2026-01-18 18:59:30','2026-01-18 18:59:30','bb0c60d6-43e5-4d02-851c-4fd62c1bc384'),
(56390,7,10217,NULL,9732,1,'2026-01-18 18:59:30','2026-01-18 18:59:30','b139a52a-ed0f-42d0-a80c-542c192a1106'),
(56391,7,10217,NULL,617,2,'2026-01-18 18:59:30','2026-01-18 18:59:30','89c4e4ae-26c6-49a4-b0b7-47ee23aeb373'),
(56392,7,10217,NULL,605,3,'2026-01-18 18:59:30','2026-01-18 18:59:30','2c0da563-37dd-4f5f-b2f7-cbfcaf44c870'),
(56393,7,10217,NULL,9552,4,'2026-01-18 18:59:30','2026-01-18 18:59:30','ea7840c2-f971-4707-b770-632015f66d30'),
(56394,82,10217,NULL,479,1,'2026-01-18 18:59:30','2026-01-18 18:59:30','bd1637c2-6c6a-4985-9d48-e7b6326f99ee'),
(56395,82,10217,NULL,483,2,'2026-01-18 18:59:30','2026-01-18 18:59:30','a55fe5cf-e961-4b1e-87e6-0719a854fd82'),
(56396,57,10217,NULL,9694,1,'2026-01-18 18:59:30','2026-01-18 18:59:30','62e64d81-3b88-467f-89be-bead612d1ff3'),
(56397,57,10217,NULL,9692,2,'2026-01-18 18:59:30','2026-01-18 18:59:30','59892a3f-438d-492e-bb99-cd40de53685e'),
(56398,57,10217,NULL,9693,3,'2026-01-18 18:59:30','2026-01-18 18:59:30','ea51a16f-ee4a-4ea8-89dd-7d58f2d5f006'),
(56399,57,10217,NULL,9685,4,'2026-01-18 18:59:30','2026-01-18 18:59:30','6fd1fe32-b6bc-4ecd-a3d3-01101fd329fd'),
(56400,57,10217,NULL,9686,5,'2026-01-18 18:59:30','2026-01-18 18:59:30','b7c9072b-722a-4457-adfe-eba29435a1a9'),
(56401,57,10217,NULL,9687,6,'2026-01-18 18:59:30','2026-01-18 18:59:30','5d839cb7-eb64-4ca2-8cef-407133278dd2'),
(56402,57,10217,NULL,9688,7,'2026-01-18 18:59:30','2026-01-18 18:59:30','9c10992d-aaf6-4186-b747-60fd08997e92'),
(56403,57,10217,NULL,9689,8,'2026-01-18 18:59:30','2026-01-18 18:59:30','7a9928ad-6b14-4952-9833-ef5623118085'),
(56404,57,10217,NULL,9690,9,'2026-01-18 18:59:30','2026-01-18 18:59:30','ff261a64-e4f8-471d-b1b5-867ce3783271'),
(56445,16,1041,NULL,10219,1,'2026-01-18 19:19:10','2026-01-18 19:19:10','06ec13e0-fe91-4e66-84fa-b3310b2aa8a2'),
(56446,57,1041,NULL,10220,1,'2026-01-18 19:19:10','2026-01-18 19:19:10','e3049599-9316-4c6b-8865-3bfdfeb512c2'),
(56447,57,1041,NULL,10221,3,'2026-01-18 19:19:10','2026-01-18 19:21:32','4f9ad3e4-c85c-4fc6-b7df-278328bc0644'),
(56448,57,1041,NULL,10222,4,'2026-01-18 19:19:10','2026-01-18 19:21:32','b67819c1-44cb-4178-baa5-3b789afb29df'),
(56450,57,1041,NULL,10224,2,'2026-01-18 19:19:10','2026-01-18 19:21:32','261b1b41-233d-4cdc-9f36-16bb0b05eaeb'),
(56451,57,1041,NULL,10225,5,'2026-01-18 19:19:10','2026-01-18 19:21:32','4a2ae834-c6f1-486c-b4e0-834b887eed8c'),
(56452,57,1041,NULL,10226,6,'2026-01-18 19:19:10','2026-01-18 19:21:32','501c0ea6-f8e2-4771-a09b-e90b8893d750'),
(56454,57,1041,NULL,10228,7,'2026-01-18 19:19:10','2026-01-18 19:21:32','ac53c04d-9bec-487f-b30e-c087a832bd79'),
(56455,57,1041,NULL,10229,8,'2026-01-18 19:19:10','2026-01-18 19:21:32','fd2e0b6a-78b6-498e-8a0d-2b441c673fcf'),
(56458,57,1041,NULL,10232,9,'2026-01-18 19:19:10','2026-01-18 19:21:32','aa502c46-ede2-4c5c-b7e9-5a8981d25816'),
(56459,57,1041,NULL,10233,10,'2026-01-18 19:19:10','2026-01-18 19:21:32','d9b20d35-89be-410c-997a-d17c4c3e36c0'),
(56460,57,1041,NULL,10234,11,'2026-01-18 19:19:10','2026-01-18 19:21:32','dc9f6744-4e0c-458b-b060-28f0e3021bf4'),
(56462,57,1041,NULL,10236,12,'2026-01-18 19:19:10','2026-01-18 19:21:32','2cfd6d2e-e425-40c0-9a94-472c23964291'),
(56463,57,1041,NULL,10237,13,'2026-01-18 19:19:10','2026-01-18 19:21:32','1a6d81a1-82ae-4931-b2ed-59bcf8ea77fc'),
(56464,57,1041,NULL,10238,14,'2026-01-18 19:19:10','2026-01-18 19:21:32','e24e0a0a-7ad4-403c-b07c-635b1ec73c00'),
(56466,57,1041,NULL,10240,15,'2026-01-18 19:19:10','2026-01-18 19:21:32','0b53fe35-3af4-4467-a607-f44197c5dd50'),
(56467,32,10241,NULL,2610,1,'2026-01-18 19:19:10','2026-01-18 19:19:10','2d46e11b-e0af-4d13-8b16-29581f0e6f70'),
(56468,32,10241,NULL,2598,2,'2026-01-18 19:19:10','2026-01-18 19:19:10','18488a2c-75f1-492c-96bd-c01cc09bc7dc'),
(56469,32,10241,NULL,2608,3,'2026-01-18 19:19:10','2026-01-18 19:19:10','d19ce96a-52dd-4415-8eff-5a3c3d953943'),
(56470,32,10241,NULL,2600,4,'2026-01-18 19:19:10','2026-01-18 19:19:10','949fcad9-3651-404b-a3d0-19b34f4fc1eb'),
(56471,32,10241,NULL,2596,5,'2026-01-18 19:19:10','2026-01-18 19:19:10','e051d24a-ba2f-47fe-ac4e-fc52b053b204'),
(56472,32,10241,NULL,2602,6,'2026-01-18 19:19:10','2026-01-18 19:19:10','851ccb9d-abc1-44d8-a27f-3928ebf00e90'),
(56473,32,10241,NULL,2604,7,'2026-01-18 19:19:10','2026-01-18 19:19:10','f81a58ed-2990-4cf7-9ad0-002251b1eab9'),
(56474,16,10241,NULL,10219,1,'2026-01-18 19:19:10','2026-01-18 19:19:10','e8091e1a-17ea-444d-9845-6b2eba952c21'),
(56475,7,10241,NULL,601,1,'2026-01-18 19:19:10','2026-01-18 19:19:10','a4df8136-6e7a-48bb-8c95-c6528a6effc2'),
(56476,7,10241,NULL,2974,2,'2026-01-18 19:19:10','2026-01-18 19:19:10','486df706-b17d-4d82-b185-0e9021750dc8'),
(56477,7,10241,NULL,617,3,'2026-01-18 19:19:10','2026-01-18 19:19:10','ccf6fd7a-2a4e-4fe6-bd1d-1a19c48d7522'),
(56478,7,10241,NULL,9732,4,'2026-01-18 19:19:10','2026-01-18 19:19:10','539b9e07-8599-4d10-b42a-1caac6f6fc51'),
(56479,7,10241,NULL,9735,5,'2026-01-18 19:19:10','2026-01-18 19:19:10','829576a0-16bf-444f-a4dc-c21426ffd789'),
(56480,7,10241,NULL,9727,6,'2026-01-18 19:19:10','2026-01-18 19:19:10','e8e08b99-4d40-497c-919c-b8392081b010'),
(56481,7,10241,NULL,9552,7,'2026-01-18 19:19:10','2026-01-18 19:19:10','bbdfc2b8-809a-47c5-ab89-71306d68ec2c'),
(56482,7,10241,NULL,605,8,'2026-01-18 19:19:10','2026-01-18 19:19:10','463c1f2b-dd67-4d50-8b8b-37c35bb616a9'),
(56483,82,10241,NULL,479,1,'2026-01-18 19:19:10','2026-01-18 19:19:10','8f5c06f6-a416-4889-be25-e38a84a6f0d1'),
(56484,82,10241,NULL,491,2,'2026-01-18 19:19:10','2026-01-18 19:19:10','c8d35d11-625b-4e18-8e9c-736034c562b8'),
(56485,57,10241,NULL,10220,1,'2026-01-18 19:19:10','2026-01-18 19:19:10','a7450147-9d6c-46e2-a57d-5e22b715cece'),
(56486,57,10241,NULL,10221,2,'2026-01-18 19:19:10','2026-01-18 19:19:10','027e2105-817d-4c0f-ae64-166e3eef2ee6'),
(56487,57,10241,NULL,10222,3,'2026-01-18 19:19:10','2026-01-18 19:19:10','b14daaf5-b69e-4a95-aab5-a9aedda35f91'),
(56488,57,10241,NULL,10223,4,'2026-01-18 19:19:10','2026-01-18 19:19:10','b6d3808e-0c1c-4d73-b3cc-9d66df24fab7'),
(56489,57,10241,NULL,10224,5,'2026-01-18 19:19:10','2026-01-18 19:19:10','fb8df20d-1f50-4037-907a-ccd45aad1ea9'),
(56490,57,10241,NULL,10225,6,'2026-01-18 19:19:10','2026-01-18 19:19:10','e34340f8-6704-48b6-ad2c-1b7f09e9acac'),
(56491,57,10241,NULL,10226,7,'2026-01-18 19:19:10','2026-01-18 19:19:10','aa41490b-f632-48ef-b6d1-fb155442fc99'),
(56492,57,10241,NULL,10227,8,'2026-01-18 19:19:10','2026-01-18 19:19:10','dbfacb5f-84e3-46a4-a2a9-f261996e2d7e'),
(56493,57,10241,NULL,10228,9,'2026-01-18 19:19:10','2026-01-18 19:19:10','c41ba96f-1d88-477b-a335-7287f699fb1e'),
(56494,57,10241,NULL,10229,10,'2026-01-18 19:19:10','2026-01-18 19:19:10','14dd48a3-dfb5-49cf-9b45-f81a7edf7c4a'),
(56495,57,10241,NULL,10230,11,'2026-01-18 19:19:10','2026-01-18 19:19:10','ee5e4937-13de-47fd-b717-a70dbe4c5c46'),
(56496,57,10241,NULL,10231,12,'2026-01-18 19:19:10','2026-01-18 19:19:10','3c1f7b9e-825e-4187-8432-9a454a386511'),
(56497,57,10241,NULL,10232,13,'2026-01-18 19:19:10','2026-01-18 19:19:10','f9e6241a-a172-4e84-aab1-509bdb763019'),
(56498,57,10241,NULL,10233,14,'2026-01-18 19:19:10','2026-01-18 19:19:10','b89f6b0a-d571-48ec-aa88-3cf7a7c7d8f8'),
(56499,57,10241,NULL,10234,15,'2026-01-18 19:19:10','2026-01-18 19:19:10','c126c898-e454-41e7-9736-ad9f78834c76'),
(56500,57,10241,NULL,10235,16,'2026-01-18 19:19:10','2026-01-18 19:19:10','f9746410-6c57-402e-8ccc-52390556ca2a'),
(56501,57,10241,NULL,10236,17,'2026-01-18 19:19:10','2026-01-18 19:19:10','1dc452c4-a1e0-46f4-ab2b-387c63cddd38'),
(56502,57,10241,NULL,10237,18,'2026-01-18 19:19:10','2026-01-18 19:19:10','b56797ea-e9ba-4da3-98d4-42d5b502f099'),
(56503,57,10241,NULL,10238,19,'2026-01-18 19:19:10','2026-01-18 19:19:10','b12cbca8-51fe-4087-a1f7-5199ff4bf2dc'),
(56504,57,10241,NULL,10239,20,'2026-01-18 19:19:10','2026-01-18 19:19:10','3a661e2e-4479-488e-aee6-7836bd502036'),
(56505,57,10241,NULL,10240,21,'2026-01-18 19:19:10','2026-01-18 19:19:10','938ff77d-d229-48cd-a135-803c9ad41642'),
(56547,32,10243,NULL,2610,1,'2026-01-18 19:21:33','2026-01-18 19:21:33','8d98aac7-50be-4773-a4cd-594953a86288'),
(56548,32,10243,NULL,2598,2,'2026-01-18 19:21:33','2026-01-18 19:21:33','b56b872e-76af-4df1-92e3-0e025ce2aec1'),
(56549,32,10243,NULL,2608,3,'2026-01-18 19:21:33','2026-01-18 19:21:33','de44d81e-27b8-4290-bcbf-4f9df66bc45a'),
(56550,32,10243,NULL,2600,4,'2026-01-18 19:21:33','2026-01-18 19:21:33','66aa98e8-e6c6-420d-8604-b8d9f4d47223'),
(56551,32,10243,NULL,2596,5,'2026-01-18 19:21:33','2026-01-18 19:21:33','62b3ae21-cb69-4657-8940-b8b2189c9eef'),
(56552,32,10243,NULL,2602,6,'2026-01-18 19:21:33','2026-01-18 19:21:33','f9bdefe4-ba4b-458b-a65d-750507c4b2a2'),
(56553,32,10243,NULL,2604,7,'2026-01-18 19:21:33','2026-01-18 19:21:33','07cd6537-f425-4952-86f2-37aaaa6b7709'),
(56554,16,10243,NULL,10219,1,'2026-01-18 19:21:33','2026-01-18 19:21:33','6515931a-7405-4212-bdbb-1d6f3e07b55b'),
(56555,7,10243,NULL,601,1,'2026-01-18 19:21:33','2026-01-18 19:21:33','35e4fe24-199a-48d8-b207-cc73b9736ba4'),
(56556,7,10243,NULL,2974,2,'2026-01-18 19:21:33','2026-01-18 19:21:33','8a3b745a-baa4-481e-9b33-8666678ad4df'),
(56557,7,10243,NULL,617,3,'2026-01-18 19:21:33','2026-01-18 19:21:33','7fe904ce-b0c9-46d8-8c33-344caf0a4729'),
(56558,7,10243,NULL,9732,4,'2026-01-18 19:21:33','2026-01-18 19:21:33','950b86e5-36a1-4919-9ee3-3e4ffab5918e'),
(56559,7,10243,NULL,9735,5,'2026-01-18 19:21:33','2026-01-18 19:21:33','15921e23-89ca-4d98-ad6a-13f1a9102d80'),
(56560,7,10243,NULL,9727,6,'2026-01-18 19:21:33','2026-01-18 19:21:33','77b86bab-f8f3-43bc-a7f0-889baf4ec653'),
(56561,7,10243,NULL,9552,7,'2026-01-18 19:21:33','2026-01-18 19:21:33','1cbbd69d-f9a0-479c-954b-f2744610ef37'),
(56562,7,10243,NULL,605,8,'2026-01-18 19:21:33','2026-01-18 19:21:33','a6778de4-2161-416b-a320-1261204a9688'),
(56563,82,10243,NULL,479,1,'2026-01-18 19:21:33','2026-01-18 19:21:33','dc002712-6acb-4651-9871-8dc0d28cde0f'),
(56564,82,10243,NULL,491,2,'2026-01-18 19:21:33','2026-01-18 19:21:33','688b6e98-51f4-4ee6-ad78-80cd4886a3b5'),
(56565,57,10243,NULL,10220,1,'2026-01-18 19:21:33','2026-01-18 19:21:33','20a27657-24ea-4666-9d52-579bcc117a4c'),
(56566,57,10243,NULL,10224,2,'2026-01-18 19:21:33','2026-01-18 19:21:33','696e737e-6d9a-44d4-898c-d3ff1010fc74'),
(56567,57,10243,NULL,10221,3,'2026-01-18 19:21:33','2026-01-18 19:21:33','89c9cc08-8e5a-4b67-b2ca-6ccb5d36189c'),
(56568,57,10243,NULL,10222,4,'2026-01-18 19:21:33','2026-01-18 19:21:33','5b37af27-41a2-4a34-9ceb-b98ebdf47e08'),
(56569,57,10243,NULL,10225,5,'2026-01-18 19:21:33','2026-01-18 19:21:33','053bf770-3d3a-4257-ad7e-8595eb39acbc'),
(56570,57,10243,NULL,10226,6,'2026-01-18 19:21:33','2026-01-18 19:21:33','3966822c-b2d5-47e4-b70a-6bc1daf03c67'),
(56571,57,10243,NULL,10228,7,'2026-01-18 19:21:33','2026-01-18 19:21:33','3d027a26-6dc9-4f26-9fc8-3e1c49830a83'),
(56572,57,10243,NULL,10229,8,'2026-01-18 19:21:33','2026-01-18 19:21:33','6ca63602-3b9e-4981-b893-3291d1309fb2'),
(56573,57,10243,NULL,10232,9,'2026-01-18 19:21:33','2026-01-18 19:21:33','7a7e234c-4dde-48de-ab44-838410d10333'),
(56574,57,10243,NULL,10233,10,'2026-01-18 19:21:33','2026-01-18 19:21:33','617b23d1-526b-4c1e-b4c2-de57ddf09aa1'),
(56575,57,10243,NULL,10234,11,'2026-01-18 19:21:33','2026-01-18 19:21:33','377ec6a3-cbb1-420f-8baa-f114ba91e737'),
(56576,57,10243,NULL,10236,12,'2026-01-18 19:21:33','2026-01-18 19:21:33','30f336b6-639e-42f1-953f-a52084e7946a'),
(56577,57,10243,NULL,10237,13,'2026-01-18 19:21:33','2026-01-18 19:21:33','f99e5233-1f6d-4a0a-ac87-3f64ff27c371'),
(56578,57,10243,NULL,10238,14,'2026-01-18 19:21:33','2026-01-18 19:21:33','fe3a5691-df47-4d67-8714-25227a1a4637'),
(56579,57,10243,NULL,10240,15,'2026-01-18 19:21:33','2026-01-18 19:21:33','bff4b862-fd12-4b71-aa7a-5b07b497e4fc'),
(56607,16,1045,NULL,4829,1,'2026-01-18 19:25:46','2026-01-18 19:25:46','0c9394e7-2649-46d2-94ec-4f57061b3ff2'),
(56608,32,10245,NULL,2610,1,'2026-01-18 19:25:46','2026-01-18 19:25:46','e411601a-2bb1-4279-ba1d-23b3f42cd97a'),
(56609,32,10245,NULL,2598,2,'2026-01-18 19:25:46','2026-01-18 19:25:46','f4448bca-dc95-4bb4-aa11-6cfcf6144982'),
(56610,32,10245,NULL,2600,3,'2026-01-18 19:25:46','2026-01-18 19:25:46','b6c494da-823e-4b0e-866c-c464d1ac0907'),
(56611,32,10245,NULL,2602,4,'2026-01-18 19:25:46','2026-01-18 19:25:46','6bc43d10-0edc-41a5-9976-e07803cc526b'),
(56612,32,10245,NULL,2612,5,'2026-01-18 19:25:46','2026-01-18 19:25:46','90d49f7e-036a-4bb9-a38e-7d66ec0fa500'),
(56613,32,10245,NULL,2618,6,'2026-01-18 19:25:46','2026-01-18 19:25:46','68d22178-a5e3-4d66-92db-f1849ec4c229'),
(56614,32,10245,NULL,2604,7,'2026-01-18 19:25:46','2026-01-18 19:25:46','d1edf005-a0eb-4528-8a24-ab220aa6226d'),
(56615,32,10245,NULL,2608,8,'2026-01-18 19:25:46','2026-01-18 19:25:46','e73e79c7-2b85-4597-86d2-2f5147316942'),
(56616,32,10245,NULL,2596,9,'2026-01-18 19:25:46','2026-01-18 19:25:46','b2959207-0e28-4d02-bd1f-d7befde833ba'),
(56617,16,10245,NULL,4829,1,'2026-01-18 19:25:46','2026-01-18 19:25:46','b158ce0b-71f6-42de-972d-7c47bb687be6'),
(56618,7,10245,NULL,3468,1,'2026-01-18 19:25:46','2026-01-18 19:25:46','1e4ab007-dfd2-49d5-b2de-0ec6139ef4a4'),
(56619,7,10245,NULL,601,2,'2026-01-18 19:25:46','2026-01-18 19:25:46','73bdfa8e-4b91-4003-83cb-a28b0936678e'),
(56620,7,10245,NULL,617,3,'2026-01-18 19:25:46','2026-01-18 19:25:46','506b9a81-6114-445a-a456-20dddfbd923e'),
(56621,7,10245,NULL,605,4,'2026-01-18 19:25:46','2026-01-18 19:25:46','d795826f-b640-46cd-a2a7-fe7ca405ac9b'),
(56622,7,10245,NULL,9552,5,'2026-01-18 19:25:46','2026-01-18 19:25:46','119b2e65-cbb7-4311-80cf-fb2dc84d749f'),
(56623,82,10245,NULL,479,1,'2026-01-18 19:25:46','2026-01-18 19:25:46','067273a1-fa31-4199-a783-3a4a553205f5'),
(56624,82,10245,NULL,491,2,'2026-01-18 19:25:46','2026-01-18 19:25:46','b7d086c9-816c-4483-bf24-6a73776a2eff'),
(56625,46,10245,NULL,3697,1,'2026-01-18 19:25:46','2026-01-18 19:25:46','1b55490b-b79f-4ced-91ac-5711239ed960'),
(56626,57,10245,NULL,4829,1,'2026-01-18 19:25:46','2026-01-18 19:25:46','b8b0e383-b4a5-4a49-809d-8ee881b86497'),
(56627,57,10245,NULL,3689,2,'2026-01-18 19:25:46','2026-01-18 19:25:46','facc549f-b15e-4a55-863b-2b0de0640355'),
(56628,57,10245,NULL,4826,3,'2026-01-18 19:25:46','2026-01-18 19:25:46','d73b0ac6-0372-4baf-8aaa-bab877548a9f'),
(56629,57,10245,NULL,4828,4,'2026-01-18 19:25:46','2026-01-18 19:25:46','08856e45-093b-4c4d-a501-cafe22ecee87'),
(56630,57,10245,NULL,4827,5,'2026-01-18 19:25:46','2026-01-18 19:25:46','15d78f3b-0f1b-41b0-a4ca-4fdcaee90c42'),
(56663,16,1467,NULL,10248,1,'2026-01-18 19:32:43','2026-01-18 19:32:43','cbe1b725-cf7c-458c-aec4-ddcc39c1257c'),
(56664,57,1467,NULL,10250,1,'2026-01-18 19:32:43','2026-01-18 19:32:43','aa24c33e-9572-493a-98b6-294c8f11dcaa'),
(56665,57,1467,NULL,10249,2,'2026-01-18 19:32:43','2026-01-18 19:32:43','39bae043-38a8-4a19-b954-2d2ac6ed6de8'),
(56666,57,1467,NULL,10251,6,'2026-01-18 19:32:43','2026-01-18 19:32:43','f77b7a5a-7052-47e8-b40b-84ec5042b257'),
(56667,57,1467,NULL,10252,10,'2026-01-18 19:32:43','2026-01-18 19:32:43','35e0e6de-f169-4d0a-892d-6149bdd63caa'),
(56668,32,10253,NULL,2610,1,'2026-01-18 19:32:43','2026-01-18 19:32:43','92f15688-32b1-4f7d-ad54-b5e30b187b18'),
(56669,32,10253,NULL,2598,2,'2026-01-18 19:32:43','2026-01-18 19:32:43','e4d83466-a9c7-49cd-8d70-0a129175b453'),
(56670,32,10253,NULL,2608,3,'2026-01-18 19:32:43','2026-01-18 19:32:43','b69b273f-3efb-4a61-a294-7f7ef52e8b93'),
(56671,32,10253,NULL,2600,4,'2026-01-18 19:32:43','2026-01-18 19:32:43','b5cd145a-badd-444f-bf89-b03e8a740cb1'),
(56672,32,10253,NULL,2596,5,'2026-01-18 19:32:43','2026-01-18 19:32:43','184eb62b-c5d3-43a6-a9ce-bb3d69ee196a'),
(56673,32,10253,NULL,2602,6,'2026-01-18 19:32:43','2026-01-18 19:32:43','0d4aa12c-61c5-41a0-b99c-e2ad6172caee'),
(56674,32,10253,NULL,2606,7,'2026-01-18 19:32:43','2026-01-18 19:32:43','975cc2fc-b3b5-4a1d-a4f2-771948cd6ff4'),
(56675,32,10253,NULL,2612,8,'2026-01-18 19:32:43','2026-01-18 19:32:43','2c9f2093-5c38-41c5-b68a-82005b784fc6'),
(56676,32,10253,NULL,2604,9,'2026-01-18 19:32:43','2026-01-18 19:32:43','a48ace24-79c8-4a5a-9062-e2cd33ef9362'),
(56677,16,10253,NULL,10248,1,'2026-01-18 19:32:43','2026-01-18 19:32:43','5996377c-85d5-4920-8ee1-ef2102d521cb'),
(56678,7,10253,NULL,6547,1,'2026-01-18 19:32:43','2026-01-18 19:32:43','1b24c899-d254-41a1-8190-9139ddc40364'),
(56679,7,10253,NULL,601,2,'2026-01-18 19:32:43','2026-01-18 19:32:43','d8c0f61d-3c26-4756-b226-a62d0fc1431e'),
(56680,7,10253,NULL,617,3,'2026-01-18 19:32:43','2026-01-18 19:32:43','a34e5a95-f168-4cc3-8f91-8c12955af197'),
(56681,7,10253,NULL,2974,4,'2026-01-18 19:32:43','2026-01-18 19:32:43','5a6dde77-4e44-4a45-9f6b-ded224f43d4c'),
(56682,7,10253,NULL,605,5,'2026-01-18 19:32:43','2026-01-18 19:32:43','326a01f8-d145-473b-81c1-becaa93084af'),
(56683,7,10253,NULL,9552,6,'2026-01-18 19:32:43','2026-01-18 19:32:43','a861b2a6-c996-4a3f-8460-6a27d0ec7f0a'),
(56684,82,10253,NULL,491,1,'2026-01-18 19:32:43','2026-01-18 19:32:43','6a8d280e-b07e-479f-bf3b-2cc2670c5c5d'),
(56685,46,10253,NULL,7369,1,'2026-01-18 19:32:43','2026-01-18 19:32:43','78a7bc72-c6d6-4aed-aa79-336e855c8d46'),
(56686,57,10253,NULL,10250,1,'2026-01-18 19:32:43','2026-01-18 19:32:43','5f493eea-20d5-4972-bff8-2c83ab9767aa'),
(56687,57,10253,NULL,10249,2,'2026-01-18 19:32:43','2026-01-18 19:32:43','f8b4d8e2-7323-47ca-a9ae-7ef0a3f4e672'),
(56688,57,10253,NULL,9331,3,'2026-01-18 19:32:43','2026-01-18 19:32:43','6652f62f-1bbf-4e85-aa4c-1b8ecff56e73'),
(56689,57,10253,NULL,9336,4,'2026-01-18 19:32:43','2026-01-18 19:32:43','0d406bac-31df-43aa-961d-b2c14c13e014'),
(56690,57,10253,NULL,9332,5,'2026-01-18 19:32:43','2026-01-18 19:32:43','bc504a2e-4480-4e08-aff2-68819103c6ce'),
(56691,57,10253,NULL,10251,6,'2026-01-18 19:32:43','2026-01-18 19:32:43','74401be3-4ad5-4456-baae-2913ee856b6c'),
(56692,57,10253,NULL,9333,7,'2026-01-18 19:32:43','2026-01-18 19:32:43','5412639e-36e7-486c-b22a-99a7eb00c0f8'),
(56693,57,10253,NULL,9334,8,'2026-01-18 19:32:43','2026-01-18 19:32:43','0a95b3d8-1272-4a84-8fcc-12d9957937ef'),
(56694,57,10253,NULL,9335,9,'2026-01-18 19:32:43','2026-01-18 19:32:43','e07b3f4d-06ab-4c11-9edb-395789172470'),
(56695,57,10253,NULL,10252,10,'2026-01-18 19:32:43','2026-01-18 19:32:43','162dc15c-3676-49d0-9def-da9a0f7124cd'),
(56725,32,10265,NULL,2610,1,'2026-01-18 22:08:32','2026-01-18 22:08:32','b7cb372f-fd28-4de7-bae5-9634cc4ea9c1'),
(56726,32,10265,NULL,2598,2,'2026-01-18 22:08:32','2026-01-18 22:08:32','6f34d107-b6dd-4363-9390-4b6c9eebe175'),
(56727,32,10265,NULL,2608,3,'2026-01-18 22:08:32','2026-01-18 22:08:32','e29460d4-e9d0-4c1e-aaae-1ec559b433ef'),
(56728,32,10265,NULL,2600,4,'2026-01-18 22:08:32','2026-01-18 22:08:32','cd3cfc0d-80d3-4398-afb2-aa44c69aef25'),
(56729,32,10265,NULL,2596,5,'2026-01-18 22:08:32','2026-01-18 22:08:32','f091494f-609c-4b5b-8fcb-33b52d46fa7c'),
(56730,32,10265,NULL,2602,6,'2026-01-18 22:08:32','2026-01-18 22:08:32','c7e1a1ad-eb30-4bce-a242-6410f503709f'),
(56731,32,10265,NULL,2612,7,'2026-01-18 22:08:32','2026-01-18 22:08:32','3d83670e-2ab0-4c76-8a71-39a4d0c3c969'),
(56732,32,10265,NULL,2618,8,'2026-01-18 22:08:32','2026-01-18 22:08:32','c5dbc9d0-a776-4aac-8894-a17d4d56d332'),
(56733,32,10265,NULL,2604,9,'2026-01-18 22:08:32','2026-01-18 22:08:32','591372fe-0b46-4c18-9b5d-a70512890ffb'),
(56734,16,10265,NULL,9068,1,'2026-01-18 22:08:32','2026-01-18 22:08:32','9eb65024-eb77-45d9-be00-3adeff44e24f'),
(56735,7,10265,NULL,6547,1,'2026-01-18 22:08:32','2026-01-18 22:08:32','9e7dbe5d-18f7-4e67-8a74-b11d8c5eb781'),
(56736,7,10265,NULL,601,2,'2026-01-18 22:08:32','2026-01-18 22:08:32','b4ec69ab-74e8-470c-b53b-cd7f92c6c740'),
(56737,7,10265,NULL,617,3,'2026-01-18 22:08:32','2026-01-18 22:08:32','3fe1266d-fafe-44e7-9928-56594c9c27a4'),
(56738,7,10265,NULL,9732,4,'2026-01-18 22:08:32','2026-01-18 22:08:32','a6e66fd2-0eda-4c26-bd41-4ae2a631ed0e'),
(56739,7,10265,NULL,9735,5,'2026-01-18 22:08:32','2026-01-18 22:08:32','8080486f-9a57-4e0f-b138-b19d7a106800'),
(56740,7,10265,NULL,2972,6,'2026-01-18 22:08:32','2026-01-18 22:08:32','2fa2ede9-ab67-4625-85ff-d92d7f918578'),
(56741,7,10265,NULL,9549,7,'2026-01-18 22:08:32','2026-01-18 22:08:32','a82093a9-678c-4cac-b905-0d498157f40f'),
(56742,7,10265,NULL,605,8,'2026-01-18 22:08:32','2026-01-18 22:08:32','e01e1585-2fee-4ebe-a469-d5ccb6d63a08'),
(56743,7,10265,NULL,9552,9,'2026-01-18 22:08:32','2026-01-18 22:08:32','6105ebe5-e302-4e2f-bc56-344d7bc10e2d'),
(56744,82,10265,NULL,479,1,'2026-01-18 22:08:32','2026-01-18 22:08:32','175dba7f-1f51-4864-8cbb-43e11a844bcc'),
(56745,82,10265,NULL,491,2,'2026-01-18 22:08:32','2026-01-18 22:08:32','502e29b4-4b03-43dc-8321-91de736b6121'),
(56746,46,10265,NULL,3697,1,'2026-01-18 22:08:32','2026-01-18 22:08:32','bd98db0f-56ee-4034-9b96-218c120980dd'),
(56747,57,10265,NULL,9071,1,'2026-01-18 22:08:32','2026-01-18 22:08:32','dbd6e315-232b-44e0-ad1f-3e2e187a1e33'),
(56748,57,10265,NULL,9072,2,'2026-01-18 22:08:32','2026-01-18 22:08:32','ada7b894-8d54-4ec2-9cbe-ce70b8f2f20b'),
(56749,57,10265,NULL,9073,3,'2026-01-18 22:08:32','2026-01-18 22:08:32','c9bbf038-6996-485f-ba1a-2682164bcc03'),
(56750,57,10265,NULL,9074,4,'2026-01-18 22:08:32','2026-01-18 22:08:32','fdeeb3d4-bb5b-47cb-ac3c-9dbf43ec44da'),
(56751,57,10265,NULL,9075,5,'2026-01-18 22:08:32','2026-01-18 22:08:32','befcd50e-c176-448b-8b0e-945fb3092518'),
(56752,13,10265,NULL,6872,1,'2026-01-18 22:08:32','2026-01-18 22:08:32','ab912dcb-292c-4e9b-8782-b80e3f82df01'),
(56774,32,10282,NULL,2610,1,'2026-01-18 22:13:26','2026-01-18 22:13:26','b7d9cd05-1c72-4a55-a69d-9496fc2d147c'),
(56775,32,10282,NULL,2598,2,'2026-01-18 22:13:26','2026-01-18 22:13:26','6bec6c19-124d-4a97-84e9-3840e88cdf23'),
(56776,32,10282,NULL,2608,3,'2026-01-18 22:13:26','2026-01-18 22:13:26','db5a2af4-22d1-43fd-9955-26a541b3fcef'),
(56777,32,10282,NULL,2600,4,'2026-01-18 22:13:26','2026-01-18 22:13:26','789fc836-46e1-4804-ac10-97032ae5a662'),
(56778,32,10282,NULL,2596,5,'2026-01-18 22:13:26','2026-01-18 22:13:26','2e0153ca-6d94-4440-bce0-96649174eb41'),
(56779,32,10282,NULL,2602,6,'2026-01-18 22:13:26','2026-01-18 22:13:26','911e0bab-ef24-4edc-9b2a-e8da528a4dee'),
(56780,32,10282,NULL,2612,7,'2026-01-18 22:13:26','2026-01-18 22:13:26','c1540781-fbd2-4cb6-bae7-bdc0163c96f6'),
(56781,32,10282,NULL,2604,8,'2026-01-18 22:13:26','2026-01-18 22:13:26','605ab1aa-783d-4692-b2fc-38b58d954a06'),
(56782,16,10282,NULL,9080,1,'2026-01-18 22:13:26','2026-01-18 22:13:26','0e3e0d76-4542-4d98-9cad-838457daeb07'),
(56783,7,10282,NULL,605,1,'2026-01-18 22:13:26','2026-01-18 22:13:26','ef78efdb-391a-4b0b-8d4e-1a1f92ab9c31'),
(56784,7,10282,NULL,617,2,'2026-01-18 22:13:26','2026-01-18 22:13:26','f9b0eb12-43ed-4788-8896-551bc9adac9c'),
(56785,7,10282,NULL,9552,3,'2026-01-18 22:13:26','2026-01-18 22:13:26','48d0ab04-0298-4f26-b3f1-ce3ee1ca2ae8'),
(56786,82,10282,NULL,479,1,'2026-01-18 22:13:26','2026-01-18 22:13:26','333517d6-ccf3-44cd-9fc4-0f361a0b59d9'),
(56787,82,10282,NULL,491,2,'2026-01-18 22:13:26','2026-01-18 22:13:26','b1a2cc88-88af-4310-8119-6af7ff89e005'),
(56788,57,10282,NULL,9087,1,'2026-01-18 22:13:26','2026-01-18 22:13:26','d0ebd1a4-c0ab-4924-88fd-348af1bd42e9'),
(56789,57,10282,NULL,9088,2,'2026-01-18 22:13:26','2026-01-18 22:13:26','b83ec824-ec8e-4bdf-8064-134a2b6175c5'),
(56790,57,10282,NULL,9086,3,'2026-01-18 22:13:26','2026-01-18 22:13:26','2f064029-34a4-43ec-aab9-673f3bbf0e8e'),
(56791,57,10282,NULL,9083,4,'2026-01-18 22:13:26','2026-01-18 22:13:26','73bc4331-41b4-4ce8-af6e-ca3e759dd02e'),
(56792,57,10282,NULL,9085,5,'2026-01-18 22:13:26','2026-01-18 22:13:26','5cf530c9-a75c-4f2b-902e-99c9a980cfe9'),
(56793,57,10282,NULL,9084,6,'2026-01-18 22:13:26','2026-01-18 22:13:26','878df472-8a2b-44ca-a82d-1e3c3ece37f9'),
(56817,32,10299,NULL,2614,1,'2026-01-18 22:16:02','2026-01-18 22:16:02','43320940-8ccc-4c2a-bab0-c15c4adf9cc6'),
(56818,32,10299,NULL,2610,2,'2026-01-18 22:16:02','2026-01-18 22:16:02','e8e32e22-7dfa-449c-b67c-7d347a5838e1'),
(56819,32,10299,NULL,2598,3,'2026-01-18 22:16:02','2026-01-18 22:16:02','34292c30-e2c9-4ded-9b49-ed29b8f1b0ca'),
(56820,32,10299,NULL,2608,4,'2026-01-18 22:16:02','2026-01-18 22:16:02','ccd419f5-ce50-4be8-9ee0-0fd9e25b6e19'),
(56821,32,10299,NULL,2600,5,'2026-01-18 22:16:02','2026-01-18 22:16:02','9930cba8-8372-4d62-afb6-a3c7a8b7cc43'),
(56822,32,10299,NULL,2596,6,'2026-01-18 22:16:02','2026-01-18 22:16:02','cb467dda-c0ce-473b-9008-33d334821a90'),
(56823,32,10299,NULL,2602,7,'2026-01-18 22:16:02','2026-01-18 22:16:02','42b92506-fa49-4199-85ea-20f25de1438f'),
(56824,32,10299,NULL,2612,8,'2026-01-18 22:16:02','2026-01-18 22:16:02','eeba2a6c-1496-4f66-ac5f-e909ed8645f0'),
(56825,32,10299,NULL,2604,9,'2026-01-18 22:16:02','2026-01-18 22:16:02','c3a9e40d-f2e4-46eb-a46a-618c59d0847a'),
(56826,16,10299,NULL,9095,1,'2026-01-18 22:16:02','2026-01-18 22:16:02','a3313509-a9af-49bd-8cc9-c6e8e4fa3465'),
(56827,7,10299,NULL,3468,1,'2026-01-18 22:16:02','2026-01-18 22:16:02','720b4143-88b5-4b9c-b431-1093bf6aaf78'),
(56828,7,10299,NULL,617,2,'2026-01-18 22:16:02','2026-01-18 22:16:02','9f5bc8ea-aed3-4a59-8781-5ca398b18421'),
(56829,7,10299,NULL,605,3,'2026-01-18 22:16:02','2026-01-18 22:16:02','d4cf2d14-e9ee-4646-8ef8-60565ec89b84'),
(56830,7,10299,NULL,9552,4,'2026-01-18 22:16:02','2026-01-18 22:16:02','7d53c2a9-0356-4054-9cdf-dfde676c173d'),
(56831,82,10299,NULL,479,1,'2026-01-18 22:16:02','2026-01-18 22:16:02','ff9df76a-67dc-4edf-b442-b1bed759dbe8'),
(56832,57,10299,NULL,9100,1,'2026-01-18 22:16:02','2026-01-18 22:16:02','f91cc362-25cb-4a77-b0f2-4503c0f6196d'),
(56833,57,10299,NULL,9102,2,'2026-01-18 22:16:02','2026-01-18 22:16:02','a0f45010-f9da-45c0-aa05-f37faa480a4c'),
(56834,57,10299,NULL,9103,3,'2026-01-18 22:16:02','2026-01-18 22:16:02','6f7184c4-91d4-4cab-ad14-728baaff9d68'),
(56835,57,10299,NULL,9104,4,'2026-01-18 22:16:02','2026-01-18 22:16:02','1fbff35e-7022-4b5d-91c9-ec2002f37c8c'),
(56836,57,10299,NULL,9101,5,'2026-01-18 22:16:02','2026-01-18 22:16:02','5d35dab9-04aa-4c68-bc31-922b68e95c91'),
(56837,57,10299,NULL,9105,6,'2026-01-18 22:16:02','2026-01-18 22:16:02','c7b43256-82c0-41e3-a664-96d627e3c6e2'),
(56863,32,10314,NULL,2614,1,'2026-01-18 22:19:45','2026-01-18 22:19:45','7d10e8b2-b5b8-468a-aace-339db2b14829'),
(56864,32,10314,NULL,2598,2,'2026-01-18 22:19:45','2026-01-18 22:19:45','3f584289-9a65-44b9-a6e6-08c5abb34afb'),
(56865,32,10314,NULL,2608,3,'2026-01-18 22:19:45','2026-01-18 22:19:45','43db58fd-2658-4629-81c9-f461da821ac6'),
(56866,32,10314,NULL,2600,4,'2026-01-18 22:19:45','2026-01-18 22:19:45','53b5dbb4-f65a-46df-8e90-e2fe77a6ee54'),
(56867,32,10314,NULL,2596,5,'2026-01-18 22:19:45','2026-01-18 22:19:45','c1905530-34f9-4dda-a69a-9875ec936c1b'),
(56868,32,10314,NULL,2602,6,'2026-01-18 22:19:45','2026-01-18 22:19:45','4354365e-b893-4b21-a686-0e25229dba03'),
(56869,32,10314,NULL,2612,7,'2026-01-18 22:19:45','2026-01-18 22:19:45','c1b33805-60d1-4e28-a579-d3985d3154e3'),
(56870,32,10314,NULL,2604,8,'2026-01-18 22:19:45','2026-01-18 22:19:45','1d2f6823-c97a-4269-967f-adb3c7c80311'),
(56871,16,10314,NULL,10216,1,'2026-01-18 22:19:45','2026-01-18 22:19:45','9bb065ab-d5b9-4696-90f5-c94528f2b877'),
(56872,7,10314,NULL,9732,1,'2026-01-18 22:19:45','2026-01-18 22:19:45','7ec3870f-55a6-4ef3-898b-0d15e324d1cc'),
(56873,7,10314,NULL,617,2,'2026-01-18 22:19:45','2026-01-18 22:19:45','455c156d-8a44-4995-a4d2-5fb0133bb898'),
(56874,7,10314,NULL,605,3,'2026-01-18 22:19:45','2026-01-18 22:19:45','a7d8e8bc-5978-430a-8d49-0a0681b09fff'),
(56875,7,10314,NULL,9552,4,'2026-01-18 22:19:45','2026-01-18 22:19:45','1b970235-b3ee-49bf-91ca-5b9582bef148'),
(56876,82,10314,NULL,479,1,'2026-01-18 22:19:45','2026-01-18 22:19:45','542a8531-95dc-42c6-a82b-4220627ccda7'),
(56877,82,10314,NULL,483,2,'2026-01-18 22:19:45','2026-01-18 22:19:45','77311e57-f967-46bb-8afb-4d62575f02e1'),
(56878,57,10314,NULL,9694,1,'2026-01-18 22:19:45','2026-01-18 22:19:45','4df9ca91-93fb-4f3e-9e27-f0ef24aebaa4'),
(56879,57,10314,NULL,9692,2,'2026-01-18 22:19:45','2026-01-18 22:19:45','d6fb305f-334c-47f1-b998-619302dc2fb7'),
(56880,57,10314,NULL,9693,3,'2026-01-18 22:19:45','2026-01-18 22:19:45','c5b1e90f-c77e-4e85-93cc-4bb00a83bdff'),
(56881,57,10314,NULL,9685,4,'2026-01-18 22:19:45','2026-01-18 22:19:45','e071f7d4-e021-4414-93c3-67ddec8bb537'),
(56882,57,10314,NULL,9686,5,'2026-01-18 22:19:45','2026-01-18 22:19:45','693cf08b-0d23-4f76-9e7b-5f8c1d62ed54'),
(56883,57,10314,NULL,9687,6,'2026-01-18 22:19:45','2026-01-18 22:19:45','60bddb6d-2752-482f-a272-44bbc73f3c49'),
(56884,57,10314,NULL,9688,7,'2026-01-18 22:19:45','2026-01-18 22:19:45','a125096f-cab7-4f6f-b72f-ae91ffe9f7b8'),
(56885,57,10314,NULL,9689,8,'2026-01-18 22:19:45','2026-01-18 22:19:45','30155897-ea3d-4b3c-a440-596e35f52e91'),
(56886,57,10314,NULL,9690,9,'2026-01-18 22:19:45','2026-01-18 22:19:45','2c1210b9-75db-45b8-a16c-82c6ed555255'),
(56911,32,10320,NULL,2614,1,'2026-01-18 22:20:06','2026-01-18 22:20:06','ad7f1c89-3490-400a-97be-152e8a19d6db'),
(56912,32,10320,NULL,2598,2,'2026-01-18 22:20:06','2026-01-18 22:20:06','7503a91e-da4f-4cd1-b2ed-e76c0766828b'),
(56913,32,10320,NULL,2608,3,'2026-01-18 22:20:06','2026-01-18 22:20:06','fcfc8347-e226-4e08-a0b6-668db3e0467a'),
(56914,32,10320,NULL,2600,4,'2026-01-18 22:20:06','2026-01-18 22:20:06','29b0c6e5-83ab-42d8-ad77-857365aa528d'),
(56915,32,10320,NULL,2596,5,'2026-01-18 22:20:06','2026-01-18 22:20:06','76b1401c-1a78-4198-ab1e-287988ef9b6e'),
(56916,32,10320,NULL,2602,6,'2026-01-18 22:20:06','2026-01-18 22:20:06','b9057a73-4f7c-4a12-8ff3-72c7131a9cb3'),
(56917,32,10320,NULL,2612,7,'2026-01-18 22:20:06','2026-01-18 22:20:06','d1ff6329-1856-4537-b1f1-6f1c86ae889b'),
(56918,32,10320,NULL,2604,8,'2026-01-18 22:20:06','2026-01-18 22:20:06','53df123e-ee8f-4e2e-beb8-e7c352e52f31'),
(56919,16,10320,NULL,10216,1,'2026-01-18 22:20:06','2026-01-18 22:20:06','50ee55e4-a6d0-4dee-a496-56d3e7f33126'),
(56920,7,10320,NULL,9732,1,'2026-01-18 22:20:06','2026-01-18 22:20:06','191f7a4c-976e-41e0-8cc4-17e88b8b7e6d'),
(56921,7,10320,NULL,617,2,'2026-01-18 22:20:06','2026-01-18 22:20:06','22732b94-b7f0-4212-a016-6acc73d68fbb'),
(56922,7,10320,NULL,605,3,'2026-01-18 22:20:06','2026-01-18 22:20:06','4e5a9d03-508b-4d15-9d28-d04c8cb54c2f'),
(56923,7,10320,NULL,9552,4,'2026-01-18 22:20:06','2026-01-18 22:20:06','01cf16d0-53ad-4ea0-86a9-7f529128a3e7'),
(56924,82,10320,NULL,479,1,'2026-01-18 22:20:06','2026-01-18 22:20:06','aa9a96e8-c7c0-4f89-957c-4d7823a7b8c4'),
(56925,82,10320,NULL,483,2,'2026-01-18 22:20:06','2026-01-18 22:20:06','fb266e57-3b26-4731-85c6-bee79559d824'),
(56926,57,10320,NULL,9694,1,'2026-01-18 22:20:06','2026-01-18 22:20:06','8b84b730-3af6-45ef-a362-f3b29ea169e4'),
(56927,57,10320,NULL,9692,2,'2026-01-18 22:20:06','2026-01-18 22:20:06','cd30399a-7779-4f7b-a89c-057997bfe534'),
(56928,57,10320,NULL,9693,3,'2026-01-18 22:20:06','2026-01-18 22:20:06','dffe167c-766d-4354-82c2-8075e921d01c'),
(56929,57,10320,NULL,9685,4,'2026-01-18 22:20:06','2026-01-18 22:20:06','ef176ee3-ab75-4ebd-a087-64342e51dab7'),
(56930,57,10320,NULL,9686,5,'2026-01-18 22:20:06','2026-01-18 22:20:06','53cd75e7-1ffc-4473-b68e-18f30326ff44'),
(56931,57,10320,NULL,9687,6,'2026-01-18 22:20:06','2026-01-18 22:20:06','40dad150-0fbf-466e-8038-9db3329f0c99'),
(56932,57,10320,NULL,9688,7,'2026-01-18 22:20:06','2026-01-18 22:20:06','c1062aa0-e1c8-4dae-88fd-2ddd7736cb0a'),
(56933,57,10320,NULL,9689,8,'2026-01-18 22:20:06','2026-01-18 22:20:06','83af3d3e-10cc-4b37-9721-cbf80edbb8c4'),
(56934,57,10320,NULL,9690,9,'2026-01-18 22:20:06','2026-01-18 22:20:06','8d45d09f-a873-4e80-955b-8658d280ce53'),
(56961,32,10330,NULL,2614,1,'2026-01-18 22:22:39','2026-01-18 22:22:39','ed8f8727-75ed-4372-b273-e2d5f4ef9cdb'),
(56962,32,10330,NULL,2610,2,'2026-01-18 22:22:39','2026-01-18 22:22:39','df584c12-7409-4b7a-b205-5e57858bf05f'),
(56963,32,10330,NULL,2598,3,'2026-01-18 22:22:39','2026-01-18 22:22:39','dd4877d6-6aff-4f53-a4e8-1b13ad827fe1'),
(56964,32,10330,NULL,2608,4,'2026-01-18 22:22:39','2026-01-18 22:22:39','af9f6af0-b6d1-4e88-bdaa-6d02011a7995'),
(56965,32,10330,NULL,2624,5,'2026-01-18 22:22:39','2026-01-18 22:22:39','9d2747be-f860-40fa-8bbf-324cd50122ee'),
(56966,32,10330,NULL,2600,6,'2026-01-18 22:22:39','2026-01-18 22:22:39','2ba74f16-a6d3-48d3-9dca-5639b0d29c1e'),
(56967,32,10330,NULL,2596,7,'2026-01-18 22:22:39','2026-01-18 22:22:39','497952c5-3594-4caa-9464-9e5289d36fc7'),
(56968,32,10330,NULL,2602,8,'2026-01-18 22:22:39','2026-01-18 22:22:39','e00a000c-362a-4446-9988-82ba88b77886'),
(56969,32,10330,NULL,2606,9,'2026-01-18 22:22:39','2026-01-18 22:22:39','0f5b5216-5957-4d1f-9e6c-be7374fab1d8'),
(56970,32,10330,NULL,2612,10,'2026-01-18 22:22:39','2026-01-18 22:22:39','7459f34f-03a3-4d2a-a706-3d82e9ab6101'),
(56971,32,10330,NULL,2604,11,'2026-01-18 22:22:39','2026-01-18 22:22:39','172972bc-76e0-4e51-bc2c-7cd821918421'),
(56972,16,10330,NULL,10210,1,'2026-01-18 22:22:39','2026-01-18 22:22:39','ec69dd86-adb6-4fe3-bd87-1d4acc43d984'),
(56973,7,10330,NULL,2969,1,'2026-01-18 22:22:39','2026-01-18 22:22:39','0fa0fcf8-4dd8-47a3-9d64-d3c528ae5f53'),
(56974,7,10330,NULL,617,2,'2026-01-18 22:22:39','2026-01-18 22:22:39','694e6bc9-ee9a-49e4-8f9b-290df67726a7'),
(56975,7,10330,NULL,605,3,'2026-01-18 22:22:39','2026-01-18 22:22:39','5546af5d-a447-45e9-899d-bafb7e28bd36'),
(56976,7,10330,NULL,9552,4,'2026-01-18 22:22:39','2026-01-18 22:22:39','799cb16b-97f5-400b-b342-15c942a253a1'),
(56977,46,10330,NULL,2891,1,'2026-01-18 22:22:39','2026-01-18 22:22:39','09660c21-9b9f-48cc-bd26-37560e5f633a'),
(56978,57,10330,NULL,9148,1,'2026-01-18 22:22:39','2026-01-18 22:22:39','57016b65-9ebb-4095-9b13-c14a428df5c1'),
(56979,57,10330,NULL,9145,2,'2026-01-18 22:22:39','2026-01-18 22:22:39','66af34b1-a50e-4f86-b408-fcf9cb9b54f3'),
(56980,57,10330,NULL,9149,3,'2026-01-18 22:22:39','2026-01-18 22:22:39','58246e96-7325-421b-b84c-f889ae853a19'),
(56981,57,10330,NULL,9150,4,'2026-01-18 22:22:39','2026-01-18 22:22:39','0b65dfd8-49e8-4a43-8a91-122036109972'),
(56982,57,10330,NULL,9144,5,'2026-01-18 22:22:39','2026-01-18 22:22:39','375a99b4-da62-4ecf-96d7-ca98dd30402b'),
(56983,57,10330,NULL,9146,6,'2026-01-18 22:22:39','2026-01-18 22:22:39','346293af-2d6f-45b8-84c2-3993fdc70b22'),
(56984,57,10330,NULL,9147,7,'2026-01-18 22:22:39','2026-01-18 22:22:39','a14fcd6c-cc61-4457-b817-15c6dad131ce'),
(56985,57,10330,NULL,10213,8,'2026-01-18 22:22:39','2026-01-18 22:22:39','bce721a1-2d15-453d-8076-34273db0d43c'),
(56986,13,10330,NULL,6922,1,'2026-01-18 22:22:39','2026-01-18 22:22:39','49ae14a1-fcb8-4117-86e5-560cd796b5aa'),
(57007,32,10344,NULL,2614,1,'2026-01-18 22:25:10','2026-01-18 22:25:10','47741136-d2d5-4075-9256-ea7e91739258'),
(57008,32,10344,NULL,2610,2,'2026-01-18 22:25:10','2026-01-18 22:25:10','273de3dd-af1b-41be-aad2-5d29f8bb2c45'),
(57009,32,10344,NULL,2598,3,'2026-01-18 22:25:10','2026-01-18 22:25:10','d5d4223a-afbe-40a7-a679-5273cc32b2da'),
(57010,32,10344,NULL,2608,4,'2026-01-18 22:25:10','2026-01-18 22:25:10','aa80043a-3e13-4f62-95a8-c7bb8bca2321'),
(57011,32,10344,NULL,2600,5,'2026-01-18 22:25:10','2026-01-18 22:25:10','8e7ebff2-031f-45db-8aab-f3028ecf08f0'),
(57012,32,10344,NULL,2596,6,'2026-01-18 22:25:10','2026-01-18 22:25:10','3693eba9-960f-47d5-b29e-2cde0773ebb9'),
(57013,32,10344,NULL,2602,7,'2026-01-18 22:25:10','2026-01-18 22:25:10','42eb0801-25ec-46ba-8f49-b7580289e19c'),
(57014,32,10344,NULL,2612,8,'2026-01-18 22:25:10','2026-01-18 22:25:10','ecb2a022-8faa-47f8-ba93-0a2a1b81ccdd'),
(57015,32,10344,NULL,2604,9,'2026-01-18 22:25:10','2026-01-18 22:25:10','d9a86c87-4b4c-40d0-8fd8-4d53b4cd78fe'),
(57016,16,10344,NULL,9155,1,'2026-01-18 22:25:10','2026-01-18 22:25:10','b5add970-64cd-4d47-9c51-d82099c078e8'),
(57017,7,10344,NULL,605,1,'2026-01-18 22:25:10','2026-01-18 22:25:10','1373fa2b-2d57-4f7f-a8ed-e698b21467b5'),
(57018,7,10344,NULL,617,2,'2026-01-18 22:25:10','2026-01-18 22:25:10','67ca003c-e831-4a11-b8f0-6c643a01bd22'),
(57019,7,10344,NULL,9552,3,'2026-01-18 22:25:10','2026-01-18 22:25:10','dd1261db-8f61-476a-a38f-c1ef5dd0f4b6'),
(57020,82,10344,NULL,479,1,'2026-01-18 22:25:10','2026-01-18 22:25:10','693ee63a-2767-4602-b380-a7f1b07b84af'),
(57021,57,10344,NULL,9160,1,'2026-01-18 22:25:10','2026-01-18 22:25:10','9a9b4b94-60ff-491c-8c2c-8ce79dc1afa2'),
(57022,57,10344,NULL,9162,2,'2026-01-18 22:25:10','2026-01-18 22:25:10','fe52e2ff-2b9e-4fc9-9b86-a4132646a08b'),
(57023,57,10344,NULL,9164,3,'2026-01-18 22:25:10','2026-01-18 22:25:10','ee86b191-6798-4a13-90b6-0cfc3d27aeea'),
(57024,57,10344,NULL,9163,4,'2026-01-18 22:25:10','2026-01-18 22:25:10','91930307-a936-464d-89ad-8e03a983ae34'),
(57025,57,10344,NULL,9161,5,'2026-01-18 22:25:10','2026-01-18 22:25:10','30c34c13-e931-4da5-82fe-f7c9e4443041'),
(57026,57,10344,NULL,9165,6,'2026-01-18 22:25:10','2026-01-18 22:25:10','064f7cbd-8dd1-4565-91aa-74021f3bc1fa'),
(57056,32,10350,NULL,2614,1,'2026-01-18 22:26:48','2026-01-18 22:26:48','04aa7f0c-75a8-4e82-a08c-25a091dfbf75'),
(57057,32,10350,NULL,2610,2,'2026-01-18 22:26:48','2026-01-18 22:26:48','92b0eb1a-4253-4c0a-9916-563fdcb1aa1d'),
(57058,32,10350,NULL,2598,3,'2026-01-18 22:26:48','2026-01-18 22:26:48','0ba380f4-42d8-4089-a8dd-ebd23395e6c5'),
(57059,32,10350,NULL,2608,4,'2026-01-18 22:26:48','2026-01-18 22:26:48','ff190e73-2180-47cb-9405-60fdfec0247d'),
(57060,32,10350,NULL,2600,5,'2026-01-18 22:26:48','2026-01-18 22:26:48','a7161ab4-5a39-44b2-8aab-2b71a715c8d1'),
(57061,32,10350,NULL,2596,6,'2026-01-18 22:26:48','2026-01-18 22:26:48','0d7c85e3-86f3-4225-a1de-ad90d333fe54'),
(57062,32,10350,NULL,2602,7,'2026-01-18 22:26:48','2026-01-18 22:26:48','27518199-f34e-44eb-bc93-868e5a6c7298'),
(57063,32,10350,NULL,2604,8,'2026-01-18 22:26:48','2026-01-18 22:26:48','17f8af2d-8ab2-4d50-a29d-bf1b36d46d4d'),
(57064,16,10350,NULL,7791,1,'2026-01-18 22:26:48','2026-01-18 22:26:48','c59c0b35-7754-4c08-a36b-3f1beb41f47c'),
(57065,7,10350,NULL,601,1,'2026-01-18 22:26:48','2026-01-18 22:26:48','bb0937a1-4da7-4b83-b784-4f9a6f993ad8'),
(57066,7,10350,NULL,9735,2,'2026-01-18 22:26:48','2026-01-18 22:26:48','1bdc4ce2-3f84-4927-b557-3aac1eced79d'),
(57067,7,10350,NULL,617,3,'2026-01-18 22:26:48','2026-01-18 22:26:48','93dbdf9e-af39-4bce-bef8-2ac049639518'),
(57068,7,10350,NULL,9640,4,'2026-01-18 22:26:48','2026-01-18 22:26:48','5657c5e8-7630-443c-953a-a436cda33947'),
(57069,7,10350,NULL,2974,5,'2026-01-18 22:26:48','2026-01-18 22:26:48','b04b0c2e-784f-4c87-b114-2eded35a69eb'),
(57070,7,10350,NULL,605,6,'2026-01-18 22:26:48','2026-01-18 22:26:48','19699e04-b930-47f4-9c3d-9b28d2e28ab7'),
(57071,7,10350,NULL,9549,7,'2026-01-18 22:26:48','2026-01-18 22:26:48','f2b7e629-4118-4d0a-8ab1-77251af0d132'),
(57072,7,10350,NULL,9552,8,'2026-01-18 22:26:48','2026-01-18 22:26:48','a6438389-8dd5-4114-87e9-1264958681b8'),
(57073,82,10350,NULL,479,1,'2026-01-18 22:26:48','2026-01-18 22:26:48','f4076325-4215-409c-853a-6a801ea820c0'),
(57074,57,10350,NULL,7829,1,'2026-01-18 22:26:48','2026-01-18 22:26:48','1ac2ce6e-6c36-45be-ae98-a6909d3d14bd'),
(57075,57,10350,NULL,7830,2,'2026-01-18 22:26:48','2026-01-18 22:26:48','aa8bfff9-96e5-4116-b6e1-43e580ac5f4e'),
(57076,57,10350,NULL,7833,3,'2026-01-18 22:26:48','2026-01-18 22:26:48','8c4a570b-d2df-4867-9a1d-1fbdf678b5df'),
(57077,57,10350,NULL,7831,4,'2026-01-18 22:26:48','2026-01-18 22:26:48','c9cfb726-e28b-48de-8dc8-0a7ebe5a928a'),
(57078,57,10350,NULL,7826,5,'2026-01-18 22:26:48','2026-01-18 22:26:48','54cd97b2-9f85-45de-9f11-6461ac467fa1'),
(57079,57,10350,NULL,7828,6,'2026-01-18 22:26:48','2026-01-18 22:26:48','31ea7040-edc6-4580-b7ed-c195f18b9f75'),
(57080,57,10350,NULL,7827,7,'2026-01-18 22:26:48','2026-01-18 22:26:48','8aeea1f9-b26a-4dcc-a95d-cbad7372a16e'),
(57081,57,10350,NULL,7832,8,'2026-01-18 22:26:48','2026-01-18 22:26:48','79a2fbdf-9734-4269-ab3d-c2aea0ead0ed'),
(57110,32,10352,NULL,2610,1,'2026-01-18 22:27:13','2026-01-18 22:27:13','b2adb06f-70cf-4473-89b8-63bbe82b3c45'),
(57111,32,10352,NULL,2598,2,'2026-01-18 22:27:13','2026-01-18 22:27:13','3498f2a4-db41-4cce-bdda-ae5a87cd36ea'),
(57112,32,10352,NULL,2600,3,'2026-01-18 22:27:13','2026-01-18 22:27:13','36c8e24b-7182-4807-9be9-aa16f33d4e71'),
(57113,32,10352,NULL,2596,4,'2026-01-18 22:27:13','2026-01-18 22:27:13','1c6b7f88-dc5a-42b9-ba39-7f7a38e66917'),
(57114,32,10352,NULL,2602,5,'2026-01-18 22:27:13','2026-01-18 22:27:13','de99b3c3-d276-41f3-b76a-c4ff942b5734'),
(57115,32,10352,NULL,2604,6,'2026-01-18 22:27:13','2026-01-18 22:27:13','9f184e4a-26a7-4ead-9487-a46c31e459b4'),
(57116,32,10352,NULL,2608,7,'2026-01-18 22:27:13','2026-01-18 22:27:13','5442ff07-34c9-4701-b91e-8a9b1148be78'),
(57117,16,10352,NULL,7871,1,'2026-01-18 22:27:13','2026-01-18 22:27:13','0821badf-639d-4c2b-b118-dcf19b5c9d63'),
(57118,7,10352,NULL,6547,1,'2026-01-18 22:27:13','2026-01-18 22:27:13','49044e69-685e-4c60-81fb-937de01c0ff2'),
(57119,7,10352,NULL,601,2,'2026-01-18 22:27:13','2026-01-18 22:27:13','a78226ba-d71b-4289-aa4e-3cb3dfaf8c91'),
(57120,7,10352,NULL,617,3,'2026-01-18 22:27:13','2026-01-18 22:27:13','89dbb21f-3c78-4d27-bc1e-f47f822dad08'),
(57121,7,10352,NULL,9724,4,'2026-01-18 22:27:13','2026-01-18 22:27:13','f3c25e08-c4ae-4c25-bdc0-e77e4863bd0d'),
(57122,7,10352,NULL,2974,5,'2026-01-18 22:27:13','2026-01-18 22:27:13','8fef4e09-d3cc-46d0-b03c-7ad5b1686143'),
(57123,7,10352,NULL,9640,6,'2026-01-18 22:27:13','2026-01-18 22:27:13','9a315f1b-8bb9-45e3-a122-aeb1110e9e1e'),
(57124,7,10352,NULL,605,7,'2026-01-18 22:27:13','2026-01-18 22:27:13','8776d018-d2b0-43ac-baef-6c586e6b2d2b'),
(57125,7,10352,NULL,9552,8,'2026-01-18 22:27:13','2026-01-18 22:27:13','288a7b03-7634-4070-9303-27f7e2fcbb19'),
(57126,82,10352,NULL,479,1,'2026-01-18 22:27:13','2026-01-18 22:27:13','ab659377-a351-42dc-9254-33a7d62abede'),
(57127,82,10352,NULL,491,2,'2026-01-18 22:27:13','2026-01-18 22:27:13','0da5c33d-0224-4b5d-bcbb-3472e3c90413'),
(57128,46,10352,NULL,7369,1,'2026-01-18 22:27:13','2026-01-18 22:27:13','18d2f96c-5b05-4387-817c-e4a44d6739ad'),
(57129,57,10352,NULL,7870,1,'2026-01-18 22:27:13','2026-01-18 22:27:13','1c4b232a-6823-47bb-9681-1095ad9c7f67'),
(57130,57,10352,NULL,7869,2,'2026-01-18 22:27:13','2026-01-18 22:27:13','0fbd08d2-2b55-42ae-a33e-ac5042151e9b'),
(57131,57,10352,NULL,7868,3,'2026-01-18 22:27:13','2026-01-18 22:27:13','43a7d74b-aa32-4acc-a923-a69ed7ed0c9b'),
(57132,57,10352,NULL,7874,4,'2026-01-18 22:27:13','2026-01-18 22:27:13','104ce5a6-62c6-4043-a7f7-bbe161abbef5'),
(57133,57,10352,NULL,7873,5,'2026-01-18 22:27:13','2026-01-18 22:27:13','6ae27bb7-dcea-4983-a4e5-41a86e78d27e'),
(57134,57,10352,NULL,3467,6,'2026-01-18 22:27:13','2026-01-18 22:27:13','16628ee7-5306-413d-9ca9-78efe854360f'),
(57135,57,10352,NULL,7872,7,'2026-01-18 22:27:13','2026-01-18 22:27:13','adcfccae-1058-446b-9594-fb8e59a30a3c'),
(57158,32,10354,NULL,2610,1,'2026-01-18 22:27:37','2026-01-18 22:27:37','f92a7f40-1c94-4841-9973-2c2175d65442'),
(57159,32,10354,NULL,2598,2,'2026-01-18 22:27:37','2026-01-18 22:27:37','ef89ff41-29a0-4fda-89c6-17ce15dea765'),
(57160,32,10354,NULL,2608,3,'2026-01-18 22:27:37','2026-01-18 22:27:37','2e82dbe9-c124-49fe-9cd0-20874d39081c'),
(57161,32,10354,NULL,2600,4,'2026-01-18 22:27:37','2026-01-18 22:27:37','a329b421-913d-4bfe-b9db-9d7742e23d52'),
(57162,32,10354,NULL,2596,5,'2026-01-18 22:27:37','2026-01-18 22:27:37','1bc8d81b-4da4-4dbb-992b-283f92813caf'),
(57163,32,10354,NULL,2602,6,'2026-01-18 22:27:37','2026-01-18 22:27:37','539d1992-ae95-45c4-933c-ce6f6daf2f3e'),
(57164,32,10354,NULL,2604,7,'2026-01-18 22:27:37','2026-01-18 22:27:37','3eb76636-2e93-4af1-82b2-e6832147d31b'),
(57165,16,10354,NULL,7891,1,'2026-01-18 22:27:37','2026-01-18 22:27:37','784fefb0-9da9-47c2-8d3b-56357eb01c28'),
(57166,7,10354,NULL,601,1,'2026-01-18 22:27:37','2026-01-18 22:27:37','c822c186-db36-45ac-95ec-10ce1743182f'),
(57167,7,10354,NULL,2974,2,'2026-01-18 22:27:37','2026-01-18 22:27:37','a62d2ed6-a8fb-496b-893d-f9cd0fc6ef45'),
(57168,7,10354,NULL,617,3,'2026-01-18 22:27:37','2026-01-18 22:27:37','87164db4-191d-42fc-9ec5-a2b0235fdf44'),
(57169,7,10354,NULL,9732,4,'2026-01-18 22:27:37','2026-01-18 22:27:37','b428bc7d-ec6a-4a13-b060-d54e419542d5'),
(57170,7,10354,NULL,605,5,'2026-01-18 22:27:37','2026-01-18 22:27:37','61f9358f-36a0-4758-962b-b9386ef2a4a0'),
(57171,7,10354,NULL,9552,6,'2026-01-18 22:27:37','2026-01-18 22:27:37','8bc99e53-b949-4e6b-a5bf-a84a67b92ae7'),
(57172,82,10354,NULL,479,1,'2026-01-18 22:27:37','2026-01-18 22:27:37','66476de2-1171-491b-a31b-8423fe49e816'),
(57173,82,10354,NULL,491,2,'2026-01-18 22:27:37','2026-01-18 22:27:37','0ccdef6a-a5bb-46a2-9bcb-520c83d7c518'),
(57174,57,10354,NULL,7893,1,'2026-01-18 22:27:37','2026-01-18 22:27:37','bda5565e-cc4e-4837-851b-9318aa9e8d54'),
(57175,57,10354,NULL,7892,2,'2026-01-18 22:27:37','2026-01-18 22:27:37','f3b596cd-ec7b-4a0b-a543-2ebc24015aa1'),
(57176,57,10354,NULL,7894,3,'2026-01-18 22:27:37','2026-01-18 22:27:37','40c083d9-38e4-47b8-aa31-3a75e5b894c5'),
(57177,57,10354,NULL,7901,4,'2026-01-18 22:27:37','2026-01-18 22:27:37','c5c2a932-eb1f-417a-be9d-8ee4ccd8a062'),
(57213,32,10356,NULL,2610,1,'2026-01-18 22:28:05','2026-01-18 22:28:05','30dad589-6370-45e7-a540-4654ef8d4e9f'),
(57214,32,10356,NULL,2598,2,'2026-01-18 22:28:05','2026-01-18 22:28:05','1390a507-9ee4-4a50-815d-49e3259538bc'),
(57215,32,10356,NULL,2608,3,'2026-01-18 22:28:05','2026-01-18 22:28:05','4b042430-a38f-4fb1-8326-011dddbdd5ac'),
(57216,32,10356,NULL,2600,4,'2026-01-18 22:28:05','2026-01-18 22:28:05','687455ee-1f7c-4a21-8b28-55d2588f3b08'),
(57217,32,10356,NULL,2596,5,'2026-01-18 22:28:05','2026-01-18 22:28:05','9c12983c-cc00-4341-adb1-845bdaefc51b'),
(57218,32,10356,NULL,2602,6,'2026-01-18 22:28:05','2026-01-18 22:28:05','9fae8fb8-ce04-4415-bb6c-5f95641251a8'),
(57219,32,10356,NULL,2604,7,'2026-01-18 22:28:05','2026-01-18 22:28:05','98d394f7-cd3e-4a74-b276-dadfc06e418c'),
(57220,16,10356,NULL,10219,1,'2026-01-18 22:28:05','2026-01-18 22:28:05','f2eed36f-65cc-4f46-b84c-ba95f3a46ece'),
(57221,7,10356,NULL,601,1,'2026-01-18 22:28:05','2026-01-18 22:28:05','4355756a-cf03-4dee-a767-4857324b75bd'),
(57222,7,10356,NULL,2974,2,'2026-01-18 22:28:05','2026-01-18 22:28:05','ad1b84cc-628d-41f9-a391-fd572d272683'),
(57223,7,10356,NULL,617,3,'2026-01-18 22:28:05','2026-01-18 22:28:05','e851ecbe-3ac1-4a63-a46f-9c47fabbbc32'),
(57224,7,10356,NULL,9732,4,'2026-01-18 22:28:05','2026-01-18 22:28:05','87b727da-52f7-4164-98b8-946f5cc7013f'),
(57225,7,10356,NULL,9735,5,'2026-01-18 22:28:05','2026-01-18 22:28:05','abf0e576-37d0-464a-8c34-d09f4ae63a8c'),
(57226,7,10356,NULL,9552,6,'2026-01-18 22:28:05','2026-01-18 22:28:05','3714ae14-e49a-4377-a4a9-e2ab135ee903'),
(57227,7,10356,NULL,605,7,'2026-01-18 22:28:05','2026-01-18 22:28:05','12333834-bd17-4600-974e-eb88a9bc7111'),
(57228,82,10356,NULL,479,1,'2026-01-18 22:28:05','2026-01-18 22:28:05','93cc720b-4ee4-46e9-94b6-d2753abf3413'),
(57229,82,10356,NULL,491,2,'2026-01-18 22:28:05','2026-01-18 22:28:05','97af7823-bff0-4b2c-b0e1-1be03613dd81'),
(57230,57,10356,NULL,10220,1,'2026-01-18 22:28:05','2026-01-18 22:28:05','17d72e62-b3d5-48c1-899b-39da12c1f242'),
(57231,57,10356,NULL,10224,2,'2026-01-18 22:28:05','2026-01-18 22:28:05','9d81a992-ae69-41f6-8a8f-6f1c4a6aa396'),
(57232,57,10356,NULL,10221,3,'2026-01-18 22:28:05','2026-01-18 22:28:05','ca0c0d58-fd13-418e-9566-57c82d11a104'),
(57233,57,10356,NULL,10222,4,'2026-01-18 22:28:05','2026-01-18 22:28:05','a820838a-ebab-4168-96fd-2ab988489cd7'),
(57234,57,10356,NULL,10225,5,'2026-01-18 22:28:05','2026-01-18 22:28:05','7c6e06b0-ae74-46a6-bad6-d877556c7c11'),
(57235,57,10356,NULL,10226,6,'2026-01-18 22:28:05','2026-01-18 22:28:05','88f9d702-ccb4-4775-9b5d-d1086f4cf4c0'),
(57236,57,10356,NULL,10228,7,'2026-01-18 22:28:05','2026-01-18 22:28:05','e11db168-f45c-4a90-a9c0-24d4ae73f7fb'),
(57237,57,10356,NULL,10229,8,'2026-01-18 22:28:05','2026-01-18 22:28:05','81290cea-e26a-4929-9ddc-d105f8a0aae5'),
(57238,57,10356,NULL,10232,9,'2026-01-18 22:28:05','2026-01-18 22:28:05','5f7919cd-5261-473a-8477-176a471fa50c'),
(57239,57,10356,NULL,10233,10,'2026-01-18 22:28:05','2026-01-18 22:28:05','d91add21-bcaa-439f-ad2c-7be94deb26e0'),
(57240,57,10356,NULL,10234,11,'2026-01-18 22:28:05','2026-01-18 22:28:05','ceb91c24-358b-48f0-9ec0-9da9a73632f5'),
(57241,57,10356,NULL,10236,12,'2026-01-18 22:28:05','2026-01-18 22:28:05','5bfb3d55-d416-45b7-a0b4-53050f4f3cc5'),
(57242,57,10356,NULL,10237,13,'2026-01-18 22:28:05','2026-01-18 22:28:05','12b7e59b-da42-4577-abb8-15465ffbf3fd'),
(57243,57,10356,NULL,10238,14,'2026-01-18 22:28:05','2026-01-18 22:28:05','fabd8dcc-eff7-4349-b380-de856f8987c5'),
(57244,57,10356,NULL,10240,15,'2026-01-18 22:28:05','2026-01-18 22:28:05','61c4b796-33f8-4bf2-9e1d-a0eaaa9da474'),
(57270,32,10358,NULL,2614,1,'2026-01-18 22:28:28','2026-01-18 22:28:28','fede6421-39db-47ac-a71d-6c77a1c0d63c'),
(57271,32,10358,NULL,2610,2,'2026-01-18 22:28:28','2026-01-18 22:28:28','c4499873-13a4-4c1e-a7c5-5d626698dadd'),
(57272,32,10358,NULL,2598,3,'2026-01-18 22:28:28','2026-01-18 22:28:28','bc6b28e4-89bc-42d7-bd74-9f6d93cad359'),
(57273,32,10358,NULL,2600,4,'2026-01-18 22:28:28','2026-01-18 22:28:28','c932b50b-2b4f-404a-bdb7-463df9064bb2'),
(57274,32,10358,NULL,2612,5,'2026-01-18 22:28:28','2026-01-18 22:28:28','ef762766-1e82-4add-8f5b-a7b0727a11ff'),
(57275,32,10358,NULL,2604,6,'2026-01-18 22:28:28','2026-01-18 22:28:28','a8805224-9f72-4096-811a-a777987a2422'),
(57276,32,10358,NULL,2608,7,'2026-01-18 22:28:28','2026-01-18 22:28:28','c11ca1bd-caac-439d-89f3-d0c03b4a9184'),
(57277,32,10358,NULL,2596,8,'2026-01-18 22:28:28','2026-01-18 22:28:28','4a9bc9ef-81e1-488f-9cb4-218f2eccae2f'),
(57278,32,10358,NULL,2602,9,'2026-01-18 22:28:28','2026-01-18 22:28:28','9b695b28-1c30-43f0-9022-eecaa895a073'),
(57279,16,10358,NULL,3722,1,'2026-01-18 22:28:28','2026-01-18 22:28:28','62a129fe-569d-49af-8b48-7502bb1ab0f1'),
(57280,7,10358,NULL,3468,1,'2026-01-18 22:28:28','2026-01-18 22:28:28','6aed6ce1-478d-4659-b240-a3d50a40927a'),
(57281,7,10358,NULL,601,2,'2026-01-18 22:28:28','2026-01-18 22:28:28','67d3db30-3436-4713-977d-7926cb6736f6'),
(57282,7,10358,NULL,9640,3,'2026-01-18 22:28:28','2026-01-18 22:28:28','8d2a4288-9e77-468a-b576-d3072b135b49'),
(57283,7,10358,NULL,617,4,'2026-01-18 22:28:28','2026-01-18 22:28:28','9e00a8cd-0d61-4fe8-8b87-a22ca41aa137'),
(57284,7,10358,NULL,605,5,'2026-01-18 22:28:28','2026-01-18 22:28:28','7741ef52-177c-4fe0-a024-9fa53defea75'),
(57285,7,10358,NULL,9552,6,'2026-01-18 22:28:28','2026-01-18 22:28:28','ccfe3d2d-c8fc-4673-a0a9-4c1a5afed27a'),
(57286,7,10358,NULL,9549,7,'2026-01-18 22:28:28','2026-01-18 22:28:28','d69755f9-16f6-4359-bcbe-d7db56ab6b0c'),
(57287,82,10358,NULL,479,1,'2026-01-18 22:28:28','2026-01-18 22:28:28','1f9a9fe8-c4fe-4281-afe8-84c71f5aef6d'),
(57288,57,10358,NULL,8024,1,'2026-01-18 22:28:28','2026-01-18 22:28:28','b16d4aab-ea0f-4a9e-812c-bd41d9462168'),
(57289,57,10358,NULL,8025,2,'2026-01-18 22:28:28','2026-01-18 22:28:28','b78925b9-2703-4821-8dee-66fbb3363130'),
(57290,57,10358,NULL,8027,3,'2026-01-18 22:28:28','2026-01-18 22:28:28','feafecdd-640c-4c5b-814c-d43154477610'),
(57291,57,10358,NULL,8026,4,'2026-01-18 22:28:28','2026-01-18 22:28:28','14be049e-251e-4053-a2e6-d00d492c5f60'),
(57317,32,10360,NULL,2614,1,'2026-01-18 22:28:58','2026-01-18 22:28:58','6be4ead7-68e3-4095-9058-5a4b717374d9'),
(57318,32,10360,NULL,2610,2,'2026-01-18 22:28:58','2026-01-18 22:28:58','eaa83806-f1b4-4646-ad81-1c21875dd51c'),
(57319,32,10360,NULL,2598,3,'2026-01-18 22:28:58','2026-01-18 22:28:58','1f70cc8e-4636-41b1-b986-5f92bff48864'),
(57320,32,10360,NULL,2608,4,'2026-01-18 22:28:58','2026-01-18 22:28:58','605ca401-67ec-4e0a-9cde-c623a7b0771e'),
(57321,32,10360,NULL,2600,5,'2026-01-18 22:28:58','2026-01-18 22:28:58','7a0aacc8-68c4-4f5d-9777-9a5d55af0580'),
(57322,32,10360,NULL,2596,6,'2026-01-18 22:28:58','2026-01-18 22:28:58','6ef90a0d-6dd5-44a5-9758-97735a98cef9'),
(57323,32,10360,NULL,2602,7,'2026-01-18 22:28:58','2026-01-18 22:28:58','5c919821-7d66-4fa4-a5d7-c37925f29878'),
(57324,32,10360,NULL,2606,8,'2026-01-18 22:28:58','2026-01-18 22:28:58','3d0cd20d-26de-4423-b2e4-c7fb6d05e67f'),
(57325,32,10360,NULL,2604,9,'2026-01-18 22:28:58','2026-01-18 22:28:58','59c0d668-489b-48db-ab0a-d4e500973d02'),
(57326,16,10360,NULL,8081,1,'2026-01-18 22:28:58','2026-01-18 22:28:58','3755d920-a07e-43f6-bb85-d2516d3496dc'),
(57327,7,10360,NULL,3468,1,'2026-01-18 22:28:58','2026-01-18 22:28:58','caf6e0de-dc82-4d6b-9e82-6ed3095b906c'),
(57328,7,10360,NULL,601,2,'2026-01-18 22:28:58','2026-01-18 22:28:58','a0f5efd5-0d1a-4887-9689-4988785dfacc'),
(57329,7,10360,NULL,9640,3,'2026-01-18 22:28:58','2026-01-18 22:28:58','c94b6e30-c464-4231-8037-f6d9d61eb687'),
(57330,7,10360,NULL,2974,4,'2026-01-18 22:28:58','2026-01-18 22:28:58','5bbf65d4-0820-4939-b670-1d0a3abf580b'),
(57331,7,10360,NULL,617,5,'2026-01-18 22:28:58','2026-01-18 22:28:58','160647c9-3a6b-4411-a6ea-7f74762173bd'),
(57332,7,10360,NULL,605,6,'2026-01-18 22:28:58','2026-01-18 22:28:58','4aeb22ab-55fc-4c17-8601-9c42ea94ea5c'),
(57333,7,10360,NULL,9552,7,'2026-01-18 22:28:58','2026-01-18 22:28:58','d31b0c96-3b72-4630-b23b-175b65ba289d'),
(57334,46,10360,NULL,2891,1,'2026-01-18 22:28:58','2026-01-18 22:28:58','027cbdd6-d011-4354-8f9a-a6fff2f0f816'),
(57335,57,10360,NULL,8082,1,'2026-01-18 22:28:58','2026-01-18 22:28:58','95e92c8b-5061-4122-a56d-37bc6b9365d8'),
(57336,57,10360,NULL,8085,2,'2026-01-18 22:28:58','2026-01-18 22:28:58','43479a3d-bceb-484f-8c6b-7d7108d9a166'),
(57337,57,10360,NULL,8086,3,'2026-01-18 22:28:58','2026-01-18 22:28:58','16d7c54c-3837-4ea0-a485-d68fbe6d84c1'),
(57338,57,10360,NULL,8087,4,'2026-01-18 22:28:58','2026-01-18 22:28:58','d831f164-abc0-4089-937e-b97e919429b4'),
(57339,13,10360,NULL,6814,1,'2026-01-18 22:28:58','2026-01-18 22:28:58','fce77229-9a1c-45a0-88e3-6cea8134a600'),
(57364,32,10362,NULL,2610,1,'2026-01-18 22:29:23','2026-01-18 22:29:23','9eb73700-e654-463a-ae07-1a0fdb81f1a4'),
(57365,32,10362,NULL,2598,2,'2026-01-18 22:29:23','2026-01-18 22:29:23','0745cb5e-f5c6-448e-9b82-642cce98c18d'),
(57366,32,10362,NULL,2600,3,'2026-01-18 22:29:23','2026-01-18 22:29:23','cc2e8093-7961-4563-ab3b-1e6849cfcce0'),
(57367,32,10362,NULL,2602,4,'2026-01-18 22:29:23','2026-01-18 22:29:23','d15a917a-152c-420b-b074-91e9672e4964'),
(57368,32,10362,NULL,2604,5,'2026-01-18 22:29:23','2026-01-18 22:29:23','9fb06df9-174b-4681-a4cf-66ca099835da'),
(57369,32,10362,NULL,2608,6,'2026-01-18 22:29:23','2026-01-18 22:29:23','1c7f2e6c-5752-4ddf-a8ce-b216dcaa704a'),
(57370,32,10362,NULL,2596,7,'2026-01-18 22:29:23','2026-01-18 22:29:23','9c26faf0-234b-4d80-909e-c302aae2200b'),
(57371,16,10362,NULL,8178,1,'2026-01-18 22:29:23','2026-01-18 22:29:23','4b1a9d6e-e743-42ee-a1a3-32dbf9f40076'),
(57372,7,10362,NULL,3468,1,'2026-01-18 22:29:23','2026-01-18 22:29:23','706c5a66-fe2f-4af3-8d50-4fbf68b181ba'),
(57373,7,10362,NULL,601,2,'2026-01-18 22:29:23','2026-01-18 22:29:23','fb1818e9-7695-41c9-a710-7e08f54cb70c'),
(57374,7,10362,NULL,2974,3,'2026-01-18 22:29:23','2026-01-18 22:29:23','fa134063-b19e-4227-89a4-c9eddc5a75b9'),
(57375,7,10362,NULL,9640,4,'2026-01-18 22:29:23','2026-01-18 22:29:23','fd31ba09-90a0-42e1-a438-95c5a8192e5b'),
(57376,7,10362,NULL,617,5,'2026-01-18 22:29:23','2026-01-18 22:29:23','8f3f8947-926c-481c-bb6c-1d21f06c9191'),
(57377,7,10362,NULL,9724,6,'2026-01-18 22:29:23','2026-01-18 22:29:23','f23e126c-df10-4662-9c4a-4617ce286abc'),
(57378,7,10362,NULL,605,7,'2026-01-18 22:29:23','2026-01-18 22:29:23','fc65aef6-5053-4792-b472-cbe83f5bc7eb'),
(57379,7,10362,NULL,9552,8,'2026-01-18 22:29:23','2026-01-18 22:29:23','950679e1-ab42-4511-89a9-cb97f2491bca'),
(57380,82,10362,NULL,479,1,'2026-01-18 22:29:23','2026-01-18 22:29:23','2d613571-363d-4df3-b7c1-85ecd0bdbc3c'),
(57381,82,10362,NULL,491,2,'2026-01-18 22:29:23','2026-01-18 22:29:23','0fed0a25-9a09-476b-9923-28cc69af5cb4'),
(57382,57,10362,NULL,8175,1,'2026-01-18 22:29:23','2026-01-18 22:29:23','3f05feab-8062-4ab5-9f4f-5d408f22cd07'),
(57383,57,10362,NULL,8194,2,'2026-01-18 22:29:23','2026-01-18 22:29:23','fc981ad2-ae31-41de-bc4b-07d2a09d7efc'),
(57384,57,10362,NULL,8174,3,'2026-01-18 22:29:23','2026-01-18 22:29:23','9f2f83a4-34ff-493a-aa74-d56523190a56'),
(57385,57,10362,NULL,8177,4,'2026-01-18 22:29:23','2026-01-18 22:29:23','e1c4f13d-4f03-4a7d-9614-98a77c19643a'),
(57406,32,10364,NULL,2610,1,'2026-01-18 22:29:53','2026-01-18 22:29:53','d2570b98-5cea-44e4-ae02-40af27833157'),
(57407,32,10364,NULL,2598,2,'2026-01-18 22:29:53','2026-01-18 22:29:53','4f96d06a-1edf-4c46-8e61-854ab4a965f6'),
(57408,32,10364,NULL,2600,3,'2026-01-18 22:29:53','2026-01-18 22:29:53','51e3a7da-69d3-4e5b-ad20-4ac70a8635b2'),
(57409,32,10364,NULL,2604,4,'2026-01-18 22:29:53','2026-01-18 22:29:53','925dbf59-0fa9-4152-955a-fd79ba13ad0d'),
(57410,32,10364,NULL,2614,5,'2026-01-18 22:29:53','2026-01-18 22:29:53','7046e384-c025-4a5a-8658-e5ef23d356e4'),
(57411,32,10364,NULL,2608,6,'2026-01-18 22:29:53','2026-01-18 22:29:53','5729457e-d200-46d1-81db-1176f5755331'),
(57412,32,10364,NULL,2596,7,'2026-01-18 22:29:53','2026-01-18 22:29:53','85335072-343f-4c3c-8864-73f1ac78291e'),
(57413,32,10364,NULL,2602,8,'2026-01-18 22:29:53','2026-01-18 22:29:53','49ceb98d-663a-4e95-9dbd-2352499418ac'),
(57414,16,10364,NULL,4150,1,'2026-01-18 22:29:53','2026-01-18 22:29:53','678fb6fc-5ed5-4a44-86c2-248f9e6e6b1f'),
(57415,7,10364,NULL,3468,1,'2026-01-18 22:29:53','2026-01-18 22:29:53','9b0dad66-ec98-4215-8a8c-8f30bcc18e35'),
(57416,7,10364,NULL,601,2,'2026-01-18 22:29:53','2026-01-18 22:29:53','c655a7f5-6f82-49f4-94db-b66fe499bb36'),
(57417,7,10364,NULL,617,3,'2026-01-18 22:29:53','2026-01-18 22:29:53','fa23eb02-8c2a-41da-8b62-1d29b74e7e15'),
(57418,7,10364,NULL,9732,4,'2026-01-18 22:29:53','2026-01-18 22:29:53','fb7dbc30-7e1c-4bd1-9704-5c0b276ed07b'),
(57419,7,10364,NULL,9735,5,'2026-01-18 22:29:53','2026-01-18 22:29:53','b505ba01-156a-40b1-bfca-f9cb45f76339'),
(57420,7,10364,NULL,9640,6,'2026-01-18 22:29:53','2026-01-18 22:29:53','25c533b9-de6b-417f-81cc-258ebd942c70'),
(57421,7,10364,NULL,9552,7,'2026-01-18 22:29:53','2026-01-18 22:29:53','c590429b-a222-46f2-be09-a5097fe1c8a2'),
(57422,7,10364,NULL,605,8,'2026-01-18 22:29:53','2026-01-18 22:29:53','3d3326f9-36a4-42fe-b235-f4c1df61b778'),
(57423,82,10364,NULL,479,1,'2026-01-18 22:29:53','2026-01-18 22:29:53','03cb1380-a0bd-4b32-a41b-ae3bc7645d7d'),
(57444,32,10366,NULL,2610,1,'2026-01-18 22:30:17','2026-01-18 22:30:17','fe174d3d-1271-40c8-8bbb-61d905957dca'),
(57445,32,10366,NULL,2598,2,'2026-01-18 22:30:17','2026-01-18 22:30:17','57beae1f-73b2-44b0-ac0b-4c1a570906cc'),
(57446,32,10366,NULL,2600,3,'2026-01-18 22:30:17','2026-01-18 22:30:17','69e94662-b7c3-4d0d-9495-235e0d4fa2f2'),
(57447,32,10366,NULL,2604,4,'2026-01-18 22:30:17','2026-01-18 22:30:17','7582e580-8d66-46b8-9e33-a18facd0401e'),
(57448,32,10366,NULL,2614,5,'2026-01-18 22:30:17','2026-01-18 22:30:17','3dd8209e-2947-4c33-a87e-55456613662c'),
(57449,32,10366,NULL,2608,6,'2026-01-18 22:30:17','2026-01-18 22:30:17','15f4dcf2-0451-4167-8fb7-ee2d1569f83c'),
(57450,32,10366,NULL,2596,7,'2026-01-18 22:30:17','2026-01-18 22:30:17','23228e27-0463-4d70-88ed-a966269402f1'),
(57451,32,10366,NULL,2602,8,'2026-01-18 22:30:17','2026-01-18 22:30:17','4db92144-65a7-478b-8437-06079384b656'),
(57452,16,10366,NULL,4181,1,'2026-01-18 22:30:17','2026-01-18 22:30:17','ea270262-3229-4f1d-8ee8-c4eac5c61139'),
(57453,7,10366,NULL,6547,1,'2026-01-18 22:30:17','2026-01-18 22:30:17','71767d55-0240-4652-b51f-6f1491377f70'),
(57454,7,10366,NULL,601,2,'2026-01-18 22:30:17','2026-01-18 22:30:17','6cded7ba-e5cc-421c-945d-d942e2090f2b'),
(57455,7,10366,NULL,617,3,'2026-01-18 22:30:17','2026-01-18 22:30:17','bc9bd5e3-25e7-4f53-b83c-a5a06c2cc636'),
(57456,7,10366,NULL,9732,4,'2026-01-18 22:30:17','2026-01-18 22:30:17','58566c9d-424d-4e9d-bf6a-f2ade7345860'),
(57457,7,10366,NULL,9735,5,'2026-01-18 22:30:17','2026-01-18 22:30:17','c0ffd75d-48c9-4c52-a3d7-29a23e76a0dd'),
(57458,7,10366,NULL,9640,6,'2026-01-18 22:30:17','2026-01-18 22:30:17','8c7aed7f-3fda-4d1d-aace-3c5f68de8a61'),
(57459,7,10366,NULL,605,7,'2026-01-18 22:30:17','2026-01-18 22:30:17','b112a548-2c2b-43d4-bf10-891a303d7354'),
(57460,82,10366,NULL,479,1,'2026-01-18 22:30:17','2026-01-18 22:30:17','525213e4-eb94-4861-8578-f748d9a366d8'),
(57461,57,10366,NULL,9518,1,'2026-01-18 22:30:17','2026-01-18 22:30:17','3aec1c84-83c1-45df-a717-cc0fc33eaa11'),
(57462,57,10366,NULL,9519,2,'2026-01-18 22:30:17','2026-01-18 22:30:17','b20809fc-1830-4108-9d57-12443f8bdfda'),
(57463,57,10366,NULL,9520,3,'2026-01-18 22:30:17','2026-01-18 22:30:17','8ff91d2d-00c7-408a-953f-53defeab722c'),
(57485,32,10368,NULL,2610,1,'2026-01-18 22:30:44','2026-01-18 22:30:44','8dea95a9-df77-475a-ab63-f8a492b16aa3'),
(57486,32,10368,NULL,2598,2,'2026-01-18 22:30:44','2026-01-18 22:30:44','9f54572c-3653-4c01-8f89-cf462b54d9d0'),
(57487,32,10368,NULL,2600,3,'2026-01-18 22:30:44','2026-01-18 22:30:44','22833949-e6c0-4487-bd04-111bd9fef0f0'),
(57488,32,10368,NULL,2604,4,'2026-01-18 22:30:44','2026-01-18 22:30:44','faf03e76-a3cc-49a4-954f-f719bc3cb2f0'),
(57489,32,10368,NULL,2608,5,'2026-01-18 22:30:44','2026-01-18 22:30:44','edd0bc15-d104-40e7-b903-b1280fd64bf4'),
(57490,32,10368,NULL,2602,6,'2026-01-18 22:30:44','2026-01-18 22:30:44','8f823f31-bb06-4f19-9d78-16582a9c5326'),
(57491,16,10368,NULL,4276,1,'2026-01-18 22:30:44','2026-01-18 22:30:44','f4562a7c-a93b-4324-83e4-f6fdd422a036'),
(57492,7,10368,NULL,6547,1,'2026-01-18 22:30:44','2026-01-18 22:30:44','9121287c-5661-439f-9dcf-e9e850ff3e30'),
(57493,7,10368,NULL,601,2,'2026-01-18 22:30:44','2026-01-18 22:30:44','97618bab-d8d3-42bd-9451-a56436a1e9ab'),
(57494,7,10368,NULL,9640,3,'2026-01-18 22:30:44','2026-01-18 22:30:44','9a03295a-152e-4cd9-a2e8-38a454d22630'),
(57495,7,10368,NULL,617,4,'2026-01-18 22:30:44','2026-01-18 22:30:44','243a3c98-99ef-4ad8-bb49-4eb97e4d3dbb'),
(57496,7,10368,NULL,605,5,'2026-01-18 22:30:44','2026-01-18 22:30:44','b06f719e-b329-4142-922b-264d0a0fd9b3'),
(57497,82,10368,NULL,469,1,'2026-01-18 22:30:44','2026-01-18 22:30:44','d1bc0c3d-09c8-45f8-81de-034eaf2008ca'),
(57498,82,10368,NULL,479,2,'2026-01-18 22:30:44','2026-01-18 22:30:44','0ab89589-e2a1-482d-ab07-3aee1f1a7bce'),
(57499,82,10368,NULL,491,3,'2026-01-18 22:30:44','2026-01-18 22:30:44','31730642-ea1f-40fe-b7a1-76f4cda3779a'),
(57500,57,10368,NULL,4838,1,'2026-01-18 22:30:44','2026-01-18 22:30:44','9124afd7-3182-4f57-a28d-049d0a4f671a'),
(57501,57,10368,NULL,4836,2,'2026-01-18 22:30:44','2026-01-18 22:30:44','2e6c3213-cb62-4aed-9cd1-d7db2dfc522c'),
(57502,57,10368,NULL,4834,3,'2026-01-18 22:30:44','2026-01-18 22:30:44','6c4718a9-13bc-47f8-8334-9b9e94efa397'),
(57503,57,10368,NULL,4837,4,'2026-01-18 22:30:44','2026-01-18 22:30:44','0d925f2c-7f53-48a3-a7bf-cca6a60d7383'),
(57537,32,10370,NULL,2610,1,'2026-01-18 22:31:10','2026-01-18 22:31:10','e5fe5312-f67f-4d08-9957-06e52db9e372'),
(57538,32,10370,NULL,2598,2,'2026-01-18 22:31:10','2026-01-18 22:31:10','b5ac63ef-c2c9-44ff-8ea3-4bdd4a395ff5'),
(57539,32,10370,NULL,2600,3,'2026-01-18 22:31:10','2026-01-18 22:31:10','8697ea05-0428-4dbf-9a1a-0ce6db201821'),
(57540,32,10370,NULL,2604,4,'2026-01-18 22:31:10','2026-01-18 22:31:10','1aa861aa-260a-4084-8817-7d32a99fe278'),
(57541,32,10370,NULL,2608,5,'2026-01-18 22:31:10','2026-01-18 22:31:10','ae66a5e0-c2d8-4fc2-912e-d041ecbf2ae6'),
(57542,32,10370,NULL,2624,6,'2026-01-18 22:31:10','2026-01-18 22:31:10','9f1e6523-ce1b-4dfd-b93f-eaf56e9cf97d'),
(57543,32,10370,NULL,2596,7,'2026-01-18 22:31:10','2026-01-18 22:31:10','64b2807f-f16d-4d27-8b1a-661dd8442598'),
(57544,32,10370,NULL,2602,8,'2026-01-18 22:31:10','2026-01-18 22:31:10','428e00ad-c7b7-436b-b6c0-6dc9f226eb6c'),
(57545,32,10370,NULL,2606,9,'2026-01-18 22:31:10','2026-01-18 22:31:10','b460dbad-8b74-44a4-9cbf-098f2f5f2226'),
(57546,16,10370,NULL,4610,1,'2026-01-18 22:31:10','2026-01-18 22:31:10','5c11abc2-030e-4c8c-ad0a-1e394ab88d5e'),
(57547,7,10370,NULL,2969,1,'2026-01-18 22:31:10','2026-01-18 22:31:10','5279bd20-23a8-4c71-ae26-44360293ee82'),
(57548,7,10370,NULL,9640,2,'2026-01-18 22:31:10','2026-01-18 22:31:10','7efe912f-92b0-4e7f-b782-778abe2d9c8c'),
(57549,7,10370,NULL,2974,3,'2026-01-18 22:31:10','2026-01-18 22:31:10','2995a04e-b581-4523-bd6a-e136d48074a2'),
(57550,7,10370,NULL,617,4,'2026-01-18 22:31:10','2026-01-18 22:31:10','6a701aba-93b3-4468-811f-30a277ee2f1a'),
(57551,7,10370,NULL,605,5,'2026-01-18 22:31:10','2026-01-18 22:31:10','e24de295-37b7-401a-8c81-9843cce075a2'),
(57552,7,10370,NULL,9552,6,'2026-01-18 22:31:10','2026-01-18 22:31:10','d286fb31-6ef3-43b9-a193-85fb753b950a'),
(57553,82,10370,NULL,491,1,'2026-01-18 22:31:10','2026-01-18 22:31:10','7e9d2748-0f19-496a-ad14-c083add1be25'),
(57554,46,10370,NULL,2891,1,'2026-01-18 22:31:10','2026-01-18 22:31:10','5974cf51-1246-40e6-a767-139074826634'),
(57555,57,10370,NULL,9629,1,'2026-01-18 22:31:10','2026-01-18 22:31:10','8cfe5262-60c3-4ddc-ac52-e2769d669004'),
(57556,57,10370,NULL,9631,2,'2026-01-18 22:31:10','2026-01-18 22:31:10','d02d5a6f-eb7a-4dbd-bb51-d462aa1516ef'),
(57557,57,10370,NULL,9630,3,'2026-01-18 22:31:10','2026-01-18 22:31:10','2f36c06d-103d-4383-a93a-ebbc0c5bfef8'),
(57558,57,10370,NULL,9628,4,'2026-01-18 22:31:10','2026-01-18 22:31:10','65837986-4082-4f1c-a2cc-b85ff5c1e8be'),
(57559,57,10370,NULL,9627,5,'2026-01-18 22:31:10','2026-01-18 22:31:10','10a3af75-e828-430f-8ffa-5db074dbfb51'),
(57560,57,10370,NULL,9632,6,'2026-01-18 22:31:10','2026-01-18 22:31:10','0dcdf4db-5dc3-4c1f-b33a-9dbfb717e3cb'),
(57561,57,10370,NULL,9633,7,'2026-01-18 22:31:10','2026-01-18 22:31:10','1b6ce50e-0ff6-4ccb-8aaf-2ad563182012'),
(57562,57,10370,NULL,9625,8,'2026-01-18 22:31:10','2026-01-18 22:31:10','f85a3508-25e5-48a0-89da-729561db8807'),
(57563,57,10370,NULL,9626,9,'2026-01-18 22:31:10','2026-01-18 22:31:10','feb91eca-02ca-4f71-99b8-5d1d995db614'),
(57564,57,10370,NULL,9624,10,'2026-01-18 22:31:10','2026-01-18 22:31:10','fb9d4ad9-3230-4048-a658-0034ebb73f28'),
(57565,57,10370,NULL,9623,11,'2026-01-18 22:31:10','2026-01-18 22:31:10','ee98b1f9-3a29-4ec3-b776-7a398ac2fbba'),
(57566,57,10370,NULL,9622,12,'2026-01-18 22:31:10','2026-01-18 22:31:10','e8b07c21-3578-4fb2-b222-2d73bf86fe2c'),
(57567,13,10370,NULL,10152,1,'2026-01-18 22:31:10','2026-01-18 22:31:10','a742dc70-5d11-41f8-8c9f-1888319cf8b0'),
(57596,32,10372,NULL,2610,1,'2026-01-18 22:31:53','2026-01-18 22:31:53','326ce9ff-dcb2-46ad-bf9d-53d4b1142f8c'),
(57597,32,10372,NULL,2598,2,'2026-01-18 22:31:53','2026-01-18 22:31:53','6731a8c1-5744-4baa-8d9d-6385cbe50124'),
(57598,32,10372,NULL,2608,3,'2026-01-18 22:31:53','2026-01-18 22:31:53','1f43b552-ea23-4f6b-8fc5-d4f48ae47574'),
(57599,32,10372,NULL,2600,4,'2026-01-18 22:31:53','2026-01-18 22:31:53','d2cf4d77-1e20-41be-b269-af739a9f75e3'),
(57600,32,10372,NULL,2596,5,'2026-01-18 22:31:53','2026-01-18 22:31:53','d53c65e6-680c-4c5c-94b8-2cd97c03775a'),
(57601,32,10372,NULL,2602,6,'2026-01-18 22:31:53','2026-01-18 22:31:53','1bb12b68-a7e9-482b-b047-7c8c592e1fde'),
(57602,32,10372,NULL,2612,7,'2026-01-18 22:31:53','2026-01-18 22:31:53','bf38c4b8-e0f7-4d99-b072-85485b4d2af8'),
(57603,32,10372,NULL,2618,8,'2026-01-18 22:31:53','2026-01-18 22:31:53','85de1e3d-06d0-4fce-8c13-78e1c2259445'),
(57604,32,10372,NULL,2604,9,'2026-01-18 22:31:53','2026-01-18 22:31:53','25df896f-0266-445b-b88d-2c7f94d9793d'),
(57605,16,10372,NULL,9068,1,'2026-01-18 22:31:53','2026-01-18 22:31:53','36990541-5b31-4635-a813-4f2608272bad'),
(57606,7,10372,NULL,6547,1,'2026-01-18 22:31:53','2026-01-18 22:31:53','c758ecd6-0465-422e-b6ea-8ad66a28c8f1'),
(57607,7,10372,NULL,601,2,'2026-01-18 22:31:53','2026-01-18 22:31:53','815a4324-0357-4912-bc55-363ab38d1121'),
(57608,7,10372,NULL,617,3,'2026-01-18 22:31:53','2026-01-18 22:31:53','3214d899-531e-4c81-9187-5c5b91c59185'),
(57609,7,10372,NULL,9732,4,'2026-01-18 22:31:53','2026-01-18 22:31:53','566b7857-a534-44dd-849c-93105998e572'),
(57610,7,10372,NULL,9735,5,'2026-01-18 22:31:53','2026-01-18 22:31:53','6c2a7619-5860-414d-b101-ceb5c23a0594'),
(57611,7,10372,NULL,2972,6,'2026-01-18 22:31:53','2026-01-18 22:31:53','b22ec463-af89-4474-bb7b-05dd75f25b8f'),
(57612,7,10372,NULL,9549,7,'2026-01-18 22:31:53','2026-01-18 22:31:53','2ae75893-d300-4607-84da-7d5cfb375553'),
(57613,7,10372,NULL,605,8,'2026-01-18 22:31:53','2026-01-18 22:31:53','358cc1ae-c4ae-40ec-b7f1-5447a7de94d7'),
(57614,7,10372,NULL,9552,9,'2026-01-18 22:31:53','2026-01-18 22:31:53','e2b320fd-836e-4237-9fea-1e2400a1c609'),
(57615,82,10372,NULL,479,1,'2026-01-18 22:31:53','2026-01-18 22:31:53','56f56425-e980-4f94-a158-29dd2fea43f4'),
(57616,82,10372,NULL,491,2,'2026-01-18 22:31:53','2026-01-18 22:31:53','26dc6c60-4ecc-4c4f-b69e-2bca9a283836'),
(57617,46,10372,NULL,3697,1,'2026-01-18 22:31:53','2026-01-18 22:31:53','6f3829cc-66b8-4cb5-8f82-0765adaa9618'),
(57618,57,10372,NULL,9071,1,'2026-01-18 22:31:53','2026-01-18 22:31:53','6247118e-fad2-4c38-8aa0-a56e76f98fcf'),
(57619,57,10372,NULL,9072,2,'2026-01-18 22:31:53','2026-01-18 22:31:53','6a014c66-3c72-45a0-85ab-91a8e458c771'),
(57620,57,10372,NULL,9073,3,'2026-01-18 22:31:53','2026-01-18 22:31:53','c6e3ee44-5f73-4294-963d-f9f6c6e801cf'),
(57621,57,10372,NULL,9074,4,'2026-01-18 22:31:53','2026-01-18 22:31:53','4237f507-aa53-422e-972a-c0d0eb6fe13f'),
(57622,57,10372,NULL,9075,5,'2026-01-18 22:31:53','2026-01-18 22:31:53','654cafa6-a273-4c8f-91a9-b6b338d3ed2f'),
(57623,13,10372,NULL,6872,1,'2026-01-18 22:31:53','2026-01-18 22:31:53','f7ae92e3-db3f-4c4a-bfa3-60c630a5ade6'),
(57649,32,10374,NULL,2614,1,'2026-01-18 22:32:20','2026-01-18 22:32:20','e731e4eb-9781-40ec-80d9-6e9dd2ee4b58'),
(57650,32,10374,NULL,2610,2,'2026-01-18 22:32:20','2026-01-18 22:32:20','c16b58ef-bf10-4774-8767-3b41bbe70260'),
(57651,32,10374,NULL,2598,3,'2026-01-18 22:32:20','2026-01-18 22:32:20','65ce732e-b8da-4dba-9d0b-3cc54651d747'),
(57652,32,10374,NULL,2608,4,'2026-01-18 22:32:20','2026-01-18 22:32:20','2f22eb2b-0d78-4e2e-b2e8-20005a32099f'),
(57653,32,10374,NULL,2600,5,'2026-01-18 22:32:20','2026-01-18 22:32:20','c0675c40-42be-4fd7-924d-4494afbfec17'),
(57654,32,10374,NULL,2596,6,'2026-01-18 22:32:20','2026-01-18 22:32:20','c4cd0451-414d-4d17-9fb3-88a2f0689114'),
(57655,32,10374,NULL,2602,7,'2026-01-18 22:32:20','2026-01-18 22:32:20','8dba0817-e8fc-421a-9f66-2e2aa5e2a3fb'),
(57656,32,10374,NULL,2606,8,'2026-01-18 22:32:20','2026-01-18 22:32:20','02553e0d-e164-4341-99a8-99c65eb5536e'),
(57657,32,10374,NULL,2612,9,'2026-01-18 22:32:20','2026-01-18 22:32:20','a9c41c76-a8a5-474c-b867-5fe4e5507fb6'),
(57658,32,10374,NULL,2604,10,'2026-01-18 22:32:20','2026-01-18 22:32:20','d8c58bac-64d0-434c-9c7f-9ae96651705f'),
(57659,16,10374,NULL,6659,1,'2026-01-18 22:32:20','2026-01-18 22:32:20','f80303da-532f-4d1e-8932-1d29b025661e'),
(57660,7,10374,NULL,6547,1,'2026-01-18 22:32:20','2026-01-18 22:32:20','95217047-68ad-483b-bed0-c5ef93890bcd'),
(57661,7,10374,NULL,601,2,'2026-01-18 22:32:20','2026-01-18 22:32:20','65bb38e0-dabc-40ca-ab06-0c305a39b948'),
(57662,7,10374,NULL,617,3,'2026-01-18 22:32:20','2026-01-18 22:32:20','7ec7c849-e7c8-453f-bfe8-154007366218'),
(57663,7,10374,NULL,9640,4,'2026-01-18 22:32:20','2026-01-18 22:32:20','3876338f-7857-4440-9613-51d461b7873b'),
(57664,7,10374,NULL,2974,5,'2026-01-18 22:32:20','2026-01-18 22:32:20','6c7762f5-e8d5-4a55-bb75-01602f0493a1'),
(57665,7,10374,NULL,605,6,'2026-01-18 22:32:20','2026-01-18 22:32:20','5d56297d-c900-4a85-8ac3-ad123dcf5a9e'),
(57666,7,10374,NULL,9552,7,'2026-01-18 22:32:20','2026-01-18 22:32:20','14b910cc-5c45-47cf-a0fc-251b833503eb'),
(57667,57,10374,NULL,6680,1,'2026-01-18 22:32:20','2026-01-18 22:32:20','008c9be1-6324-4cf2-833d-a4f93806e3eb'),
(57668,57,10374,NULL,6681,2,'2026-01-18 22:32:20','2026-01-18 22:32:20','fcd52ad2-e50d-4fe2-bc76-b254d108579d'),
(57669,57,10374,NULL,6682,3,'2026-01-18 22:32:20','2026-01-18 22:32:20','42069b9b-617b-467b-9f42-f6e83ade339f'),
(57670,57,10374,NULL,6683,4,'2026-01-18 22:32:20','2026-01-18 22:32:20','d776bd65-a634-4891-8080-9f5f7f8f0477'),
(57671,57,10374,NULL,6684,5,'2026-01-18 22:32:20','2026-01-18 22:32:20','8fcd63b4-658a-4376-9866-3568d01a20f9'),
(57797,32,10396,NULL,2610,1,'2026-01-19 16:18:35','2026-01-19 16:18:35','6e0e1018-5a87-4a4d-ba10-80dcbdb27c38'),
(57798,32,10396,NULL,2598,2,'2026-01-19 16:18:35','2026-01-19 16:18:35','78c477e1-7e3b-4f5f-aecd-09448e341fe8'),
(57799,32,10396,NULL,2608,3,'2026-01-19 16:18:35','2026-01-19 16:18:35','c235d658-5b3e-4c7a-8006-922f8c170798'),
(57800,32,10396,NULL,2624,4,'2026-01-19 16:18:35','2026-01-19 16:18:35','f922132b-4e44-4a6c-a826-32ff4ea74b82'),
(57801,32,10396,NULL,2600,5,'2026-01-19 16:18:35','2026-01-19 16:18:35','f7aacd11-f6e0-4db0-8038-2b5ad8fcb955'),
(57802,32,10396,NULL,2596,6,'2026-01-19 16:18:35','2026-01-19 16:18:35','edf44661-f9f3-42b6-947f-b8dc0e4ee298'),
(57803,32,10396,NULL,2602,7,'2026-01-19 16:18:35','2026-01-19 16:18:35','014e2467-4ed0-460c-8ba6-dc961d97216b'),
(57804,32,10396,NULL,2606,8,'2026-01-19 16:18:35','2026-01-19 16:18:35','1c23835b-cfa1-4c70-a13a-e1b6ca7491c9'),
(57805,32,10396,NULL,2612,9,'2026-01-19 16:18:35','2026-01-19 16:18:35','e9424d71-2955-404b-9d7d-4783b6659e49'),
(57806,32,10396,NULL,2604,10,'2026-01-19 16:18:35','2026-01-19 16:18:35','3ec990bb-e97a-46e8-bc9b-46741de174dd'),
(57807,16,10396,NULL,4786,1,'2026-01-19 16:18:35','2026-01-19 16:18:35','0209018b-a801-4ac9-b1ac-2222894bd912'),
(57808,7,10396,NULL,6547,1,'2026-01-19 16:18:35','2026-01-19 16:18:35','f9d55eff-8e11-4f42-baa7-d6cdac800707'),
(57809,7,10396,NULL,601,2,'2026-01-19 16:18:35','2026-01-19 16:18:35','93cc2eb5-d5d4-421c-b52a-43c2bf969940'),
(57810,7,10396,NULL,617,3,'2026-01-19 16:18:35','2026-01-19 16:18:35','8eecba13-baad-4d84-9865-a8d8804831c2'),
(57811,7,10396,NULL,605,4,'2026-01-19 16:18:35','2026-01-19 16:18:35','bae109fd-a8a1-49ab-94dd-8a1ac0988830'),
(57812,7,10396,NULL,9552,5,'2026-01-19 16:18:35','2026-01-19 16:18:35','ffd44a6e-0290-4ff1-ac48-fc8d0dd822a3'),
(57813,82,10396,NULL,491,1,'2026-01-19 16:18:35','2026-01-19 16:18:35','aecd601e-5452-4e7d-88f4-17754322ba7b'),
(57814,46,10396,NULL,2891,1,'2026-01-19 16:18:35','2026-01-19 16:18:35','b34ff045-3acf-4ae3-b4cc-6ec004f120a7'),
(57815,57,10396,NULL,4806,1,'2026-01-19 16:18:35','2026-01-19 16:18:35','79138258-a58d-488f-9627-be73300df235'),
(57816,57,10396,NULL,4807,2,'2026-01-19 16:18:35','2026-01-19 16:18:35','bb02abc2-7e6d-4c4c-aa36-f3fade56b141'),
(57817,57,10396,NULL,4808,3,'2026-01-19 16:18:35','2026-01-19 16:18:35','4aeca836-a4c7-4270-b8ae-afb883ff656f'),
(57818,57,10396,NULL,4809,4,'2026-01-19 16:18:35','2026-01-19 16:18:35','5759b271-2adc-40f4-971b-571591d3ad85'),
(57819,57,10396,NULL,4810,5,'2026-01-19 16:18:35','2026-01-19 16:18:35','4e11a70f-6728-4c8a-a357-e0613a366688'),
(57820,57,10396,NULL,4811,6,'2026-01-19 16:18:35','2026-01-19 16:18:35','3f3902bf-bee3-4c0d-ab6f-1bcc44478005'),
(57821,13,10396,NULL,6542,1,'2026-01-19 16:18:35','2026-01-19 16:18:35','106e29e2-2e34-4f98-a51f-fc53acb08550'),
(57847,32,10403,NULL,2610,1,'2026-01-19 16:19:29','2026-01-19 16:19:29','a58dad9a-e268-4eae-86d5-456fa146f926'),
(57848,32,10403,NULL,2598,2,'2026-01-19 16:19:29','2026-01-19 16:19:29','e0d26de6-6116-4a09-99b7-cab71136fc41'),
(57849,32,10403,NULL,2608,3,'2026-01-19 16:19:29','2026-01-19 16:19:29','aed1e7f9-b4f8-48b8-b10d-6034711bffd7'),
(57850,32,10403,NULL,2624,4,'2026-01-19 16:19:29','2026-01-19 16:19:29','84867d4e-b517-40d0-8c7c-5fbb64d0137e'),
(57851,32,10403,NULL,2600,5,'2026-01-19 16:19:29','2026-01-19 16:19:29','1fa81afb-d7cf-4794-bf55-5f6d1be73321'),
(57852,32,10403,NULL,2596,6,'2026-01-19 16:19:29','2026-01-19 16:19:29','e2446416-6d4d-45f9-a710-933a4740ec9f'),
(57853,32,10403,NULL,2602,7,'2026-01-19 16:19:29','2026-01-19 16:19:29','4d99de72-ad49-4e00-ab13-146df54274fa'),
(57854,32,10403,NULL,2606,8,'2026-01-19 16:19:29','2026-01-19 16:19:29','6b7a7ac6-6599-42a3-a5ce-dde047c36517'),
(57855,32,10403,NULL,2612,9,'2026-01-19 16:19:29','2026-01-19 16:19:29','9b8b4687-df8f-439b-a64a-99e9ef425469'),
(57856,32,10403,NULL,2604,10,'2026-01-19 16:19:29','2026-01-19 16:19:29','1921de02-7cf0-49d1-a5f4-331f4203550e'),
(57857,16,10403,NULL,4786,1,'2026-01-19 16:19:29','2026-01-19 16:19:29','6a160bcd-1779-43e3-a1ce-5bc4e3767185'),
(57858,7,10403,NULL,6547,1,'2026-01-19 16:19:29','2026-01-19 16:19:29','710dc74f-3f27-4a22-bdf8-e9f1b62d8490'),
(57859,7,10403,NULL,601,2,'2026-01-19 16:19:29','2026-01-19 16:19:29','1a00b85e-968d-4409-bda2-8043582cd700'),
(57860,7,10403,NULL,617,3,'2026-01-19 16:19:29','2026-01-19 16:19:29','3e53199a-bc90-454d-ab1d-ab6f23312fa2'),
(57861,7,10403,NULL,605,4,'2026-01-19 16:19:29','2026-01-19 16:19:29','08019ec4-c441-46de-b17b-9c85eae0c3d8'),
(57862,7,10403,NULL,9552,5,'2026-01-19 16:19:29','2026-01-19 16:19:29','dea3cff7-3ffa-4f77-bf3a-607192cb6ab1'),
(57863,82,10403,NULL,491,1,'2026-01-19 16:19:29','2026-01-19 16:19:29','a4f9c3a2-ceed-4f9b-ade4-17eed2747adb'),
(57864,46,10403,NULL,2891,1,'2026-01-19 16:19:29','2026-01-19 16:19:29','30d9e4eb-5070-4d31-9e9b-dd435643e28b'),
(57865,57,10403,NULL,4806,1,'2026-01-19 16:19:29','2026-01-19 16:19:29','068d55e7-28cf-4d10-ab64-5957d2ea390e'),
(57866,57,10403,NULL,4807,2,'2026-01-19 16:19:29','2026-01-19 16:19:29','058361cf-0ed3-411b-9956-7740d7e5ed7a'),
(57867,57,10403,NULL,4808,3,'2026-01-19 16:19:29','2026-01-19 16:19:29','f2a5e446-b4d3-4748-b3a4-2e0c155343ea'),
(57868,57,10403,NULL,4809,4,'2026-01-19 16:19:29','2026-01-19 16:19:29','a574552d-9233-453e-ae6c-a9773ca5e6ac'),
(57869,57,10403,NULL,4810,5,'2026-01-19 16:19:29','2026-01-19 16:19:29','a12b4b7b-f5d4-41bb-87f2-5e0a730cd4e0'),
(57870,57,10403,NULL,4811,6,'2026-01-19 16:19:29','2026-01-19 16:19:29','338c76d6-9fa5-4662-9f7a-538d61210e54'),
(57871,13,10403,NULL,6542,1,'2026-01-19 16:19:29','2026-01-19 16:19:29','c7d65c5b-946c-47b5-ade2-c1aaacd9260a'),
(57897,32,10408,NULL,2610,1,'2026-01-19 16:21:10','2026-01-19 16:21:10','1f7e288d-b1c2-433c-aa5f-e13e003478cc'),
(57898,32,10408,NULL,2598,2,'2026-01-19 16:21:10','2026-01-19 16:21:10','696874dd-729c-4c7b-ad2b-03ba29cff820'),
(57899,32,10408,NULL,2608,3,'2026-01-19 16:21:10','2026-01-19 16:21:10','353fa5f0-9565-43ef-a22d-948c30686da5'),
(57900,32,10408,NULL,2624,4,'2026-01-19 16:21:10','2026-01-19 16:21:10','0174b407-69ef-49a5-bc43-c4e818f0e138'),
(57901,32,10408,NULL,2600,5,'2026-01-19 16:21:10','2026-01-19 16:21:10','b77bac94-abb9-4f3d-955b-4e292f74afd1'),
(57902,32,10408,NULL,2596,6,'2026-01-19 16:21:10','2026-01-19 16:21:10','04481fa7-2f62-4315-b865-633a848c2ae1'),
(57903,32,10408,NULL,2602,7,'2026-01-19 16:21:10','2026-01-19 16:21:10','8b8b9dcf-8166-4417-83ca-9140716379f9'),
(57904,32,10408,NULL,2606,8,'2026-01-19 16:21:10','2026-01-19 16:21:10','64b91017-9697-4fb8-a51f-7f3c39b33a4e'),
(57905,32,10408,NULL,2612,9,'2026-01-19 16:21:10','2026-01-19 16:21:10','4a73ae71-60fb-48dd-bee9-25e436967d38'),
(57906,32,10408,NULL,2604,10,'2026-01-19 16:21:10','2026-01-19 16:21:10','5a400675-73b5-4d76-acf0-0732349f4b2a'),
(57907,16,10408,NULL,4786,1,'2026-01-19 16:21:10','2026-01-19 16:21:10','ada8b5f0-2377-4f53-9923-7472e4e835dc'),
(57908,7,10408,NULL,6547,1,'2026-01-19 16:21:10','2026-01-19 16:21:10','edca2b24-e53d-4093-a16a-6d8016173556'),
(57909,7,10408,NULL,601,2,'2026-01-19 16:21:10','2026-01-19 16:21:10','91a88cdf-00a2-426b-a8d8-e3d41e8ce515'),
(57910,7,10408,NULL,617,3,'2026-01-19 16:21:10','2026-01-19 16:21:10','523b4b68-35e3-48c9-b7c4-8ef6cc4a275a'),
(57911,7,10408,NULL,605,4,'2026-01-19 16:21:10','2026-01-19 16:21:10','fbda9eca-2cea-497a-9f86-129c535eef77'),
(57912,7,10408,NULL,9552,5,'2026-01-19 16:21:10','2026-01-19 16:21:10','fabdb7b4-3a3f-4478-9a1e-eaa5d600d3b6'),
(57913,82,10408,NULL,491,1,'2026-01-19 16:21:10','2026-01-19 16:21:10','32f4c037-80f2-42f2-aac2-3a724d5dc554'),
(57914,46,10408,NULL,2891,1,'2026-01-19 16:21:10','2026-01-19 16:21:10','4405caa3-bdf9-4ec6-8525-3a9bcc6c2f6a'),
(57915,57,10408,NULL,4806,1,'2026-01-19 16:21:10','2026-01-19 16:21:10','b0424d6a-f98e-45a4-9e1a-7a82031fc991'),
(57916,57,10408,NULL,4807,2,'2026-01-19 16:21:10','2026-01-19 16:21:10','6433e7ae-5a88-4ebe-b034-f3059d9e76b5'),
(57917,57,10408,NULL,4808,3,'2026-01-19 16:21:10','2026-01-19 16:21:10','71dc4684-d6ac-4400-b96c-9ba0361d8ab3'),
(57918,57,10408,NULL,4809,4,'2026-01-19 16:21:10','2026-01-19 16:21:10','04ca6f92-efbd-4e85-8dd0-bba8b80db919'),
(57919,57,10408,NULL,4810,5,'2026-01-19 16:21:10','2026-01-19 16:21:10','6799d4a6-f0fa-449b-99c3-cfce19f67b27'),
(57920,57,10408,NULL,4811,6,'2026-01-19 16:21:10','2026-01-19 16:21:10','c127c623-5971-48c7-9145-a0a92d963584'),
(57921,13,10408,NULL,6542,1,'2026-01-19 16:21:10','2026-01-19 16:21:10','7b037d48-172c-4676-98b8-fe5107a57126'),
(57949,32,10411,NULL,2610,1,'2026-01-19 16:21:51','2026-01-19 16:21:51','0356b8cd-8257-4bf0-8273-2cba45b29b89'),
(57950,32,10411,NULL,2598,2,'2026-01-19 16:21:51','2026-01-19 16:21:51','56bb9a3b-ce05-4184-af03-9e35014f272b'),
(57951,32,10411,NULL,2608,3,'2026-01-19 16:21:51','2026-01-19 16:21:51','1c8b1aa2-4885-4a3e-b15f-0884060890fb'),
(57952,32,10411,NULL,2624,4,'2026-01-19 16:21:51','2026-01-19 16:21:51','f68686f6-1eb6-495b-b397-61612702264a'),
(57953,32,10411,NULL,2600,5,'2026-01-19 16:21:51','2026-01-19 16:21:51','e70dcb2a-7f36-4f25-a389-6d0d4059140e'),
(57954,32,10411,NULL,2596,6,'2026-01-19 16:21:51','2026-01-19 16:21:51','64513875-9144-4da6-af8d-82a2fba6d470'),
(57955,32,10411,NULL,2602,7,'2026-01-19 16:21:51','2026-01-19 16:21:51','e6808769-a422-4489-a950-ae73c862b446'),
(57956,32,10411,NULL,2606,8,'2026-01-19 16:21:51','2026-01-19 16:21:51','bc0ddb86-6305-4fff-8c03-35b7b2815871'),
(57957,32,10411,NULL,2612,9,'2026-01-19 16:21:51','2026-01-19 16:21:51','27aaccfd-1500-4e61-af03-192bf32bfc5d'),
(57958,32,10411,NULL,2604,10,'2026-01-19 16:21:51','2026-01-19 16:21:51','700cccbe-20a7-461d-a3e3-e8632cf0b272'),
(57959,16,10411,NULL,4786,1,'2026-01-19 16:21:51','2026-01-19 16:21:51','8b2a6b5d-c5ab-498d-ba21-9f3662f97935'),
(57960,7,10411,NULL,6547,1,'2026-01-19 16:21:51','2026-01-19 16:21:51','bd086b84-5c5b-4c3f-988c-8225cb152139'),
(57961,7,10411,NULL,601,2,'2026-01-19 16:21:51','2026-01-19 16:21:51','da6a940b-c103-481e-80f2-f5c68ddeb7a4'),
(57962,7,10411,NULL,617,3,'2026-01-19 16:21:51','2026-01-19 16:21:51','c81e089c-278d-4250-868e-24e5f081cba8'),
(57963,7,10411,NULL,605,4,'2026-01-19 16:21:51','2026-01-19 16:21:51','f0006e00-462c-416c-8f7b-64a0c904b069'),
(57964,7,10411,NULL,9552,5,'2026-01-19 16:21:51','2026-01-19 16:21:51','d92cf0d1-9192-45a8-98bf-1504e08ed8cb'),
(57965,82,10411,NULL,491,1,'2026-01-19 16:21:51','2026-01-19 16:21:51','d76b2605-7415-46a2-a83d-7af6cfb508e6'),
(57966,46,10411,NULL,2891,1,'2026-01-19 16:21:51','2026-01-19 16:21:51','c3e1d2d1-40a8-45e4-98ac-8290d2e2fd36'),
(57967,57,10411,NULL,4806,1,'2026-01-19 16:21:51','2026-01-19 16:21:51','11cb0398-a7d4-4cca-b6cc-9a71de4bef86'),
(57968,57,10411,NULL,4807,2,'2026-01-19 16:21:51','2026-01-19 16:21:51','478c0dc1-6ab0-48b6-98ed-74d74751ec5b'),
(57969,57,10411,NULL,4808,3,'2026-01-19 16:21:51','2026-01-19 16:21:51','42e75120-5a40-45cd-9081-21203f470ec1'),
(57970,57,10411,NULL,4809,4,'2026-01-19 16:21:51','2026-01-19 16:21:51','19ad7a55-b3bc-46f1-b79d-e960ee7a5244'),
(57971,57,10411,NULL,4810,5,'2026-01-19 16:21:51','2026-01-19 16:21:51','00eb809a-0aa4-46eb-8777-92630b02233f'),
(57972,57,10411,NULL,4811,6,'2026-01-19 16:21:51','2026-01-19 16:21:51','482c1ca4-645d-4c1a-9fa3-d721ad3fa558'),
(57999,32,10413,NULL,2610,1,'2026-01-19 16:24:19','2026-01-19 16:24:19','0a9fe000-afa9-4985-b6f3-abfb39f1f6d3'),
(58000,32,10413,NULL,2598,2,'2026-01-19 16:24:19','2026-01-19 16:24:19','8207b3d5-0fe5-4b0f-ab3e-ed222a4b1a5b'),
(58001,32,10413,NULL,2608,3,'2026-01-19 16:24:19','2026-01-19 16:24:19','ce2be4f5-6f2b-4b0c-9a3d-9ad01219addd'),
(58002,32,10413,NULL,2624,4,'2026-01-19 16:24:19','2026-01-19 16:24:19','d23d40bd-3780-4742-9336-63069508ee1a'),
(58003,32,10413,NULL,2600,5,'2026-01-19 16:24:19','2026-01-19 16:24:19','e4d24697-0fd8-4a85-bdef-2dc79a5efc5b'),
(58004,32,10413,NULL,2596,6,'2026-01-19 16:24:19','2026-01-19 16:24:19','4c0dad9a-e11d-4025-a888-e65a97305bce'),
(58005,32,10413,NULL,2602,7,'2026-01-19 16:24:19','2026-01-19 16:24:19','42bf9eb3-c093-4302-8c12-1129a29ce816'),
(58006,32,10413,NULL,2606,8,'2026-01-19 16:24:19','2026-01-19 16:24:19','c918c469-a2ab-4d05-b497-5c80d0cca7eb'),
(58007,32,10413,NULL,2612,9,'2026-01-19 16:24:19','2026-01-19 16:24:19','2d5bb0ae-08e1-4f0b-a65f-b25cf7ef0ded'),
(58008,32,10413,NULL,2604,10,'2026-01-19 16:24:19','2026-01-19 16:24:19','1f9c1353-99e2-435e-bcb9-a9d614d4e6ef'),
(58009,16,10413,NULL,4786,1,'2026-01-19 16:24:19','2026-01-19 16:24:19','b1379d35-f2c2-4722-a5fa-78809b15512a'),
(58010,7,10413,NULL,6547,1,'2026-01-19 16:24:19','2026-01-19 16:24:19','5e913212-0a28-4010-b1e3-3263f3d07d75'),
(58011,7,10413,NULL,601,2,'2026-01-19 16:24:19','2026-01-19 16:24:19','50695e87-76c8-487e-8b0d-e3bd24e917d1'),
(58012,7,10413,NULL,617,3,'2026-01-19 16:24:19','2026-01-19 16:24:19','0ecb6f75-44a6-4c37-b437-7387ee7dfa75'),
(58013,7,10413,NULL,605,4,'2026-01-19 16:24:19','2026-01-19 16:24:19','6416af3f-d64d-4e92-b8ac-9dba193d30ab'),
(58014,7,10413,NULL,9552,5,'2026-01-19 16:24:19','2026-01-19 16:24:19','9e0ce776-bd9b-4734-b74b-479c50b62dde'),
(58015,82,10413,NULL,491,1,'2026-01-19 16:24:19','2026-01-19 16:24:19','e9707348-a92f-4dee-9603-96326ac4b693'),
(58016,46,10413,NULL,2891,1,'2026-01-19 16:24:19','2026-01-19 16:24:19','beba5ffc-b641-428d-848a-fbb4892323a1'),
(58017,57,10413,NULL,4806,1,'2026-01-19 16:24:19','2026-01-19 16:24:19','f44c2c0c-4b93-4fcb-aaa5-77ba7970fe94'),
(58018,57,10413,NULL,4807,2,'2026-01-19 16:24:19','2026-01-19 16:24:19','4956f6ef-7721-4dab-b68a-d9a32a78cee4'),
(58019,57,10413,NULL,4811,3,'2026-01-19 16:24:19','2026-01-19 16:24:19','a96097d3-6971-42b9-9945-8ef77363ea0f'),
(58020,57,10413,NULL,4809,4,'2026-01-19 16:24:19','2026-01-19 16:24:19','7b416b1f-5aa2-4fff-a985-6a2f7c17c5dc'),
(58021,57,10413,NULL,4810,5,'2026-01-19 16:24:19','2026-01-19 16:24:19','aa576d60-fc57-4e2e-b61d-a0c478d8479a'),
(58022,57,10413,NULL,4808,6,'2026-01-19 16:24:19','2026-01-19 16:24:19','b2c30f06-f434-40cf-943d-f4590729666e'),
(58049,32,10415,NULL,2610,1,'2026-01-19 16:25:00','2026-01-19 16:25:00','d96a12d8-0564-4725-82dc-2b2b0d7330ac'),
(58050,32,10415,NULL,2598,2,'2026-01-19 16:25:00','2026-01-19 16:25:00','36f28593-f342-4595-97e8-ab296e64ebeb'),
(58051,32,10415,NULL,2608,3,'2026-01-19 16:25:00','2026-01-19 16:25:00','ede06e95-c1e3-4a3b-a9f3-ef875d6fd9b4'),
(58052,32,10415,NULL,2624,4,'2026-01-19 16:25:00','2026-01-19 16:25:00','51ef992c-c2f5-41fd-b38a-a5a8ef2c688f'),
(58053,32,10415,NULL,2600,5,'2026-01-19 16:25:00','2026-01-19 16:25:00','5b3e5595-b028-4f09-b31b-b9151a8e5382'),
(58054,32,10415,NULL,2596,6,'2026-01-19 16:25:00','2026-01-19 16:25:00','fc99ab01-0097-4639-84a7-4f58886c50e4'),
(58055,32,10415,NULL,2602,7,'2026-01-19 16:25:00','2026-01-19 16:25:00','e128e786-7bd5-4e73-ad6e-30e45d575b88'),
(58056,32,10415,NULL,2606,8,'2026-01-19 16:25:00','2026-01-19 16:25:00','320749c9-e264-41ac-bbae-ef5d02551eac'),
(58057,32,10415,NULL,2612,9,'2026-01-19 16:25:00','2026-01-19 16:25:00','2ccbc1ea-b374-4304-8df7-67475572cb32'),
(58058,32,10415,NULL,2604,10,'2026-01-19 16:25:00','2026-01-19 16:25:00','2685c4f9-64be-4aeb-adee-0b60cc72e2c1'),
(58059,16,10415,NULL,4786,1,'2026-01-19 16:25:00','2026-01-19 16:25:00','4a9a3950-c8f5-4335-b5d3-b63796349cc5'),
(58060,7,10415,NULL,6547,1,'2026-01-19 16:25:00','2026-01-19 16:25:00','936e86a0-12aa-46fe-9ba4-47c43b6acf7c'),
(58061,7,10415,NULL,601,2,'2026-01-19 16:25:00','2026-01-19 16:25:00','9a1df6ea-7bcf-4774-b8c3-aa8ec07cae88'),
(58062,7,10415,NULL,617,3,'2026-01-19 16:25:00','2026-01-19 16:25:00','60717635-e45f-4056-bc60-6cac074c06f5'),
(58063,7,10415,NULL,605,4,'2026-01-19 16:25:00','2026-01-19 16:25:00','df4eaea7-0a4a-439f-9605-077d34759279'),
(58064,7,10415,NULL,9552,5,'2026-01-19 16:25:00','2026-01-19 16:25:00','1d6f6a02-8255-40f9-95ff-b4bc3fd0a9d7'),
(58065,82,10415,NULL,491,1,'2026-01-19 16:25:00','2026-01-19 16:25:00','55dde1bd-1d54-41c1-9009-d519d65da6c5'),
(58066,46,10415,NULL,2891,1,'2026-01-19 16:25:00','2026-01-19 16:25:00','915de564-19ef-431c-b15e-807e33bc75bb'),
(58067,57,10415,NULL,4806,1,'2026-01-19 16:25:00','2026-01-19 16:25:00','718bda20-be3b-4f40-b367-35c5489a2989'),
(58068,57,10415,NULL,4811,2,'2026-01-19 16:25:00','2026-01-19 16:25:00','b30b9062-b0f7-447d-a5d0-3944288c0cf8'),
(58069,57,10415,NULL,4809,3,'2026-01-19 16:25:00','2026-01-19 16:25:00','3c1f4272-4568-491e-a1d5-3662f433c9d3'),
(58070,57,10415,NULL,4810,4,'2026-01-19 16:25:00','2026-01-19 16:25:00','8cdda91c-a6aa-4e01-91a6-ce6d08988faa'),
(58071,57,10415,NULL,4808,5,'2026-01-19 16:25:00','2026-01-19 16:25:00','b9c3a519-08c5-47a2-8157-07edbbfabb76'),
(58072,57,10415,NULL,4807,6,'2026-01-19 16:25:00','2026-01-19 16:25:00','fe0b00fd-da58-48d2-abb5-c0acc33a4460'),
(58099,32,10417,NULL,2610,1,'2026-01-19 16:25:25','2026-01-19 16:25:25','44e3ce85-36f2-451d-891f-1e5d17594e77'),
(58100,32,10417,NULL,2598,2,'2026-01-19 16:25:25','2026-01-19 16:25:25','52bcc389-2e55-4a02-a276-5ce8e258d153'),
(58101,32,10417,NULL,2608,3,'2026-01-19 16:25:25','2026-01-19 16:25:25','59d0b185-d58f-47d9-b14a-3292d15ef872'),
(58102,32,10417,NULL,2624,4,'2026-01-19 16:25:25','2026-01-19 16:25:25','08cdbdf0-3b30-4311-91e7-e6d196789de3'),
(58103,32,10417,NULL,2600,5,'2026-01-19 16:25:25','2026-01-19 16:25:25','06fc5c1b-d230-4fba-9b58-8f67c9c45e24'),
(58104,32,10417,NULL,2596,6,'2026-01-19 16:25:25','2026-01-19 16:25:25','1a6fca7d-1796-4218-b70c-b241f26c6766'),
(58105,32,10417,NULL,2602,7,'2026-01-19 16:25:25','2026-01-19 16:25:25','6923028b-e42a-474d-a704-73f103f59eae'),
(58106,32,10417,NULL,2606,8,'2026-01-19 16:25:25','2026-01-19 16:25:25','92ed2855-20da-457f-8992-1c257ae4078c'),
(58107,32,10417,NULL,2612,9,'2026-01-19 16:25:25','2026-01-19 16:25:25','55f35fba-3755-444c-8b3d-b003cd975884'),
(58108,32,10417,NULL,2604,10,'2026-01-19 16:25:25','2026-01-19 16:25:25','58e49bef-4a9b-4b5f-bf5c-16a30c479d8a'),
(58109,16,10417,NULL,4786,1,'2026-01-19 16:25:25','2026-01-19 16:25:25','cc7fa6aa-ab4b-48df-993d-7d61ae63f2f5'),
(58110,7,10417,NULL,6547,1,'2026-01-19 16:25:25','2026-01-19 16:25:25','72a78cae-31b9-4392-ae3b-b53ce70b85f9'),
(58111,7,10417,NULL,601,2,'2026-01-19 16:25:25','2026-01-19 16:25:25','0164f900-46f7-412e-995e-cbd8bd868b19'),
(58112,7,10417,NULL,617,3,'2026-01-19 16:25:25','2026-01-19 16:25:25','14d8353b-b5c8-42d8-98b5-8766acc17b4c'),
(58113,7,10417,NULL,605,4,'2026-01-19 16:25:25','2026-01-19 16:25:25','b1eb2b7d-afc3-4e62-8614-97084f8b571e'),
(58114,7,10417,NULL,9552,5,'2026-01-19 16:25:25','2026-01-19 16:25:25','368e7d8d-364f-47bd-a17f-a53536c314fd'),
(58115,82,10417,NULL,491,1,'2026-01-19 16:25:25','2026-01-19 16:25:25','c48fde42-85c3-4301-b54a-c6cb2fbae774'),
(58116,46,10417,NULL,2891,1,'2026-01-19 16:25:25','2026-01-19 16:25:25','c8839ef9-f2d3-45ba-a0c3-6cd300ee7359'),
(58117,57,10417,NULL,4808,1,'2026-01-19 16:25:25','2026-01-19 16:25:25','3f3752c5-0454-43bf-a9f6-7aec12d34409'),
(58118,57,10417,NULL,4811,2,'2026-01-19 16:25:25','2026-01-19 16:25:25','a47b05f2-a03c-4e33-94c4-a91066bfd7ee'),
(58119,57,10417,NULL,4807,3,'2026-01-19 16:25:25','2026-01-19 16:25:25','ef65936b-76bd-4a2b-b348-570e7507d13b'),
(58120,57,10417,NULL,4806,4,'2026-01-19 16:25:25','2026-01-19 16:25:25','9fc3b3fb-b5d5-4484-9f5d-547460ed4abc'),
(58121,57,10417,NULL,4809,5,'2026-01-19 16:25:25','2026-01-19 16:25:25','a76b2185-8e2e-4da9-8eb1-736408052a45'),
(58122,57,10417,NULL,4810,6,'2026-01-19 16:25:25','2026-01-19 16:25:25','17ff5c9d-7d76-4b16-be45-9f87f95bad4c'),
(58149,32,10419,NULL,2610,1,'2026-01-19 16:25:58','2026-01-19 16:25:58','69ba8f77-7650-45e3-998b-792d936953a6'),
(58150,32,10419,NULL,2598,2,'2026-01-19 16:25:58','2026-01-19 16:25:58','d095ab26-366a-4211-8926-c1c5b12ff4fb'),
(58151,32,10419,NULL,2608,3,'2026-01-19 16:25:58','2026-01-19 16:25:58','db1ae6a3-4521-49d1-8ec1-fd260cee8e24'),
(58152,32,10419,NULL,2624,4,'2026-01-19 16:25:58','2026-01-19 16:25:58','00837b07-b604-46f8-a5a7-a0825485287f'),
(58153,32,10419,NULL,2600,5,'2026-01-19 16:25:58','2026-01-19 16:25:58','a361736a-f028-4431-9185-e9b7e928114a'),
(58154,32,10419,NULL,2596,6,'2026-01-19 16:25:58','2026-01-19 16:25:58','5205f8f2-96fa-464b-b82a-4c6bb9115216'),
(58155,32,10419,NULL,2602,7,'2026-01-19 16:25:58','2026-01-19 16:25:58','58ec6414-6f76-4bbe-b39a-2a39f701466b'),
(58156,32,10419,NULL,2606,8,'2026-01-19 16:25:58','2026-01-19 16:25:58','033cb6ac-e67f-45b2-8a27-c713f7752876'),
(58157,32,10419,NULL,2612,9,'2026-01-19 16:25:58','2026-01-19 16:25:58','6a9a2069-43b5-4936-b6c7-7e1f5270fee5'),
(58158,32,10419,NULL,2604,10,'2026-01-19 16:25:58','2026-01-19 16:25:58','903d2333-6315-43c4-978b-ed54fe66d451'),
(58159,16,10419,NULL,4786,1,'2026-01-19 16:25:58','2026-01-19 16:25:58','abc33ad1-588c-40d8-aa93-223e30527c98'),
(58160,7,10419,NULL,6547,1,'2026-01-19 16:25:58','2026-01-19 16:25:58','ec4d3942-9326-49e9-8b86-b18df19f4e0b'),
(58161,7,10419,NULL,601,2,'2026-01-19 16:25:58','2026-01-19 16:25:58','348912a4-1260-4105-9f6b-d410713f2855'),
(58162,7,10419,NULL,617,3,'2026-01-19 16:25:58','2026-01-19 16:25:58','e0e4a430-2e8f-4eb8-8130-214bb6828e30'),
(58163,7,10419,NULL,605,4,'2026-01-19 16:25:58','2026-01-19 16:25:58','d99c93b2-3d11-45fb-be21-4c4fbddfcbf9'),
(58164,7,10419,NULL,9552,5,'2026-01-19 16:25:58','2026-01-19 16:25:58','a796755b-872d-400b-950e-7824836f327b'),
(58165,82,10419,NULL,491,1,'2026-01-19 16:25:58','2026-01-19 16:25:58','0babe1b8-80b0-4b9c-9c4c-657410c94355'),
(58166,46,10419,NULL,2891,1,'2026-01-19 16:25:58','2026-01-19 16:25:58','be4adc17-cc30-49ee-9a4a-ca1d1704a17a'),
(58167,57,10419,NULL,4808,1,'2026-01-19 16:25:58','2026-01-19 16:25:58','15aca4e0-9f02-4f42-98aa-801b50c3fa09'),
(58168,57,10419,NULL,4811,2,'2026-01-19 16:25:58','2026-01-19 16:25:58','0d55a229-4dd1-428b-893e-19320ecebeb7'),
(58169,57,10419,NULL,4807,3,'2026-01-19 16:25:58','2026-01-19 16:25:58','90d1995c-f76a-46bb-a8eb-ca8ac1512736'),
(58170,57,10419,NULL,4806,4,'2026-01-19 16:25:58','2026-01-19 16:25:58','8fdc7dab-239d-4c83-b964-1f664ea65c94'),
(58171,57,10419,NULL,4809,5,'2026-01-19 16:25:58','2026-01-19 16:25:58','6f3a3ff5-838c-4e4b-a32b-b6d20a4f935d'),
(58172,57,10419,NULL,4810,6,'2026-01-19 16:25:58','2026-01-19 16:25:58','8a4a8ccf-9f40-418b-b7b9-901ab85fbc77'),
(58199,32,10421,NULL,2610,1,'2026-01-19 16:29:01','2026-01-19 16:29:01','60eae01f-ab1a-4892-8c90-c68453e7d536'),
(58200,32,10421,NULL,2598,2,'2026-01-19 16:29:01','2026-01-19 16:29:01','292f3f73-4926-4b70-b1c4-605d3fd93c35'),
(58201,32,10421,NULL,2608,3,'2026-01-19 16:29:01','2026-01-19 16:29:01','b7c091f6-d1b7-4ccd-aea3-2d0c01fc4bb6'),
(58202,32,10421,NULL,2624,4,'2026-01-19 16:29:01','2026-01-19 16:29:01','99e1fc91-09f1-4d00-981a-caab59cbcd69'),
(58203,32,10421,NULL,2600,5,'2026-01-19 16:29:01','2026-01-19 16:29:01','8b4b3866-b5ae-434c-bacb-3a063f397ddc'),
(58204,32,10421,NULL,2596,6,'2026-01-19 16:29:01','2026-01-19 16:29:01','07b66a1e-7025-4e37-98b6-cbe0a6600000'),
(58205,32,10421,NULL,2602,7,'2026-01-19 16:29:01','2026-01-19 16:29:01','4d56d93d-f4eb-4a0f-b570-fc8d7fa11b94'),
(58206,32,10421,NULL,2606,8,'2026-01-19 16:29:01','2026-01-19 16:29:01','f146395a-7c00-4003-957f-8a8bbeae0307'),
(58207,32,10421,NULL,2612,9,'2026-01-19 16:29:01','2026-01-19 16:29:01','4e25c8ab-2ffb-429b-84eb-f129d3a0c122'),
(58208,32,10421,NULL,2604,10,'2026-01-19 16:29:01','2026-01-19 16:29:01','e2fb1328-3167-45d1-a2cc-bd0b2d530c1a'),
(58209,16,10421,NULL,4786,1,'2026-01-19 16:29:01','2026-01-19 16:29:01','4b80a15f-6089-4b26-b0eb-d314a3c7415a'),
(58210,7,10421,NULL,6547,1,'2026-01-19 16:29:01','2026-01-19 16:29:01','bee5fac1-a19e-4a82-8e80-7c61464f3d79'),
(58211,7,10421,NULL,601,2,'2026-01-19 16:29:01','2026-01-19 16:29:01','4f5324d9-3c02-40f6-9109-73aa6be68fbe'),
(58212,7,10421,NULL,617,3,'2026-01-19 16:29:01','2026-01-19 16:29:01','704d31db-87fa-4582-839b-163fcdb53270'),
(58213,7,10421,NULL,605,4,'2026-01-19 16:29:01','2026-01-19 16:29:01','072e018c-a654-424f-b351-2e23fd4a0217'),
(58214,7,10421,NULL,9552,5,'2026-01-19 16:29:01','2026-01-19 16:29:01','9cdfc91c-08f9-4f5a-a901-437103860fb3'),
(58215,82,10421,NULL,491,1,'2026-01-19 16:29:01','2026-01-19 16:29:01','c379aa2c-3312-4aa6-a673-67bcdb530135'),
(58216,46,10421,NULL,2891,1,'2026-01-19 16:29:01','2026-01-19 16:29:01','95afbdef-19f9-4a14-b361-428649c1487d'),
(58217,57,10421,NULL,4808,1,'2026-01-19 16:29:01','2026-01-19 16:29:01','a5c86ee2-d8a4-4d6f-b92e-3e922ceb1c8d'),
(58218,57,10421,NULL,4811,2,'2026-01-19 16:29:01','2026-01-19 16:29:01','45e5e95f-4d27-404f-a3f8-b50ffffbaee2'),
(58219,57,10421,NULL,4807,3,'2026-01-19 16:29:01','2026-01-19 16:29:01','cfeb00d2-9387-4aab-9870-d9e90109e924'),
(58220,57,10421,NULL,4806,4,'2026-01-19 16:29:01','2026-01-19 16:29:01','368c626b-15c6-452a-8510-bca6ddbce166'),
(58221,57,10421,NULL,4809,5,'2026-01-19 16:29:01','2026-01-19 16:29:01','7fd80bd0-b55c-43ed-beff-35233d448749'),
(58222,57,10421,NULL,4810,6,'2026-01-19 16:29:01','2026-01-19 16:29:01','78e0a1c1-a3a6-4067-abf4-d3853a192f56'),
(58224,32,10422,NULL,2610,1,'2026-01-19 16:29:55','2026-01-19 16:29:55','0c61aab9-82b0-470e-9a1c-f6968d2d929d'),
(58225,32,10422,NULL,2598,2,'2026-01-19 16:29:55','2026-01-19 16:29:55','67363124-f8f6-49a5-bd44-fddaf0676498'),
(58226,32,10422,NULL,2608,3,'2026-01-19 16:29:55','2026-01-19 16:29:55','a23f9e3a-c5c4-4528-aaaf-5d83066f9a1f'),
(58227,32,10422,NULL,2600,4,'2026-01-19 16:29:55','2026-01-19 16:29:55','57c33115-79f4-4b17-a308-4192ca58b4bb'),
(58228,32,10422,NULL,2596,5,'2026-01-19 16:29:55','2026-01-19 16:29:55','f378f1b3-36a0-4752-b6c9-44322778d5ce'),
(58229,32,10422,NULL,2602,6,'2026-01-19 16:29:55','2026-01-19 16:29:55','ba12684a-62b6-4852-82b6-a85a752f90f9'),
(58230,32,10422,NULL,2604,7,'2026-01-19 16:29:55','2026-01-19 16:29:55','35bd6b83-a44b-47c5-915b-313182195c0b'),
(58231,16,10422,NULL,545,1,'2026-01-19 16:29:55','2026-01-19 16:29:55','b90f94e8-55bd-4dd0-94c3-584f901eaa5e'),
(58232,7,10422,NULL,601,1,'2026-01-19 16:29:55','2026-01-19 16:29:55','8f0d47ce-914e-4b22-a09a-739ce3635e28'),
(58233,7,10422,NULL,617,2,'2026-01-19 16:29:55','2026-01-19 16:29:55','3b68e914-dff1-4e96-a2bc-c8f6099f2643'),
(58234,7,10422,NULL,605,3,'2026-01-19 16:29:55','2026-01-19 16:29:55','06ae6d0b-560f-49a5-8ea8-28acac577c6e'),
(58235,7,10422,NULL,9552,4,'2026-01-19 16:29:55','2026-01-19 16:29:55','1e5e2f61-0da8-4e07-a168-ecba7a4522c3'),
(58236,82,10422,NULL,479,1,'2026-01-19 16:29:55','2026-01-19 16:29:55','d259d785-49ed-4340-8f6b-17b1688d3f39'),
(58237,82,10422,NULL,491,2,'2026-01-19 16:29:55','2026-01-19 16:29:55','ebf7e02f-d7e8-495f-b3e8-895d83bbe0b8'),
(58238,57,10422,NULL,545,1,'2026-01-19 16:29:55','2026-01-19 16:29:55','4395337c-d70e-4367-9e87-4803fe2655f6'),
(58239,57,10422,NULL,137,2,'2026-01-19 16:29:55','2026-01-19 16:29:55','fecdb8b4-a4c4-43f1-91e2-5e6556cfa3bd'),
(58240,57,10422,NULL,138,3,'2026-01-19 16:29:55','2026-01-19 16:29:55','144d8cf5-780d-4fa9-a35c-e482604e0239'),
(58241,57,10422,NULL,136,4,'2026-01-19 16:29:55','2026-01-19 16:29:55','b577a888-f5c3-4679-9dec-105637dac9b5'),
(58268,32,10424,NULL,2610,1,'2026-01-19 16:30:29','2026-01-19 16:30:29','42697928-bcdc-4512-a5d9-db397973e9be'),
(58269,32,10424,NULL,2598,2,'2026-01-19 16:30:29','2026-01-19 16:30:29','8c37afd0-18a1-4be8-ba16-0ba822f1b30d'),
(58270,32,10424,NULL,2608,3,'2026-01-19 16:30:29','2026-01-19 16:30:29','317eaa9e-9ca0-43a0-aeb7-61ecad04eb73'),
(58271,32,10424,NULL,2624,4,'2026-01-19 16:30:29','2026-01-19 16:30:29','65f8678d-9b5c-4c99-8b3d-482ba9acd059'),
(58272,32,10424,NULL,2600,5,'2026-01-19 16:30:29','2026-01-19 16:30:29','88861844-7ae4-456a-a885-3a0260abc2e6'),
(58273,32,10424,NULL,2596,6,'2026-01-19 16:30:29','2026-01-19 16:30:29','166fc275-7fcb-496c-9f1b-0d0ff4ea28b5'),
(58274,32,10424,NULL,2602,7,'2026-01-19 16:30:29','2026-01-19 16:30:29','e1d78afb-0a46-4e68-b64a-a28df89cd09a'),
(58275,32,10424,NULL,2606,8,'2026-01-19 16:30:29','2026-01-19 16:30:29','06885d68-caee-44cd-8265-32f544c60634'),
(58276,32,10424,NULL,2612,9,'2026-01-19 16:30:29','2026-01-19 16:30:29','68273921-3df2-49a2-804b-e97996d6a267'),
(58277,32,10424,NULL,2604,10,'2026-01-19 16:30:29','2026-01-19 16:30:29','bba35898-5075-457d-88c1-95151f059ffb'),
(58278,16,10424,NULL,4786,1,'2026-01-19 16:30:29','2026-01-19 16:30:29','273a693f-292b-4643-af1c-109f45016197'),
(58279,7,10424,NULL,6547,1,'2026-01-19 16:30:29','2026-01-19 16:30:29','dfa34e22-17fe-4b33-b167-b419213d3a55'),
(58280,7,10424,NULL,601,2,'2026-01-19 16:30:29','2026-01-19 16:30:29','4b730548-38a8-436f-809f-b6e2210e7c66'),
(58281,7,10424,NULL,617,3,'2026-01-19 16:30:29','2026-01-19 16:30:29','f56afb9b-b775-45f0-8d97-3573bb4b8714'),
(58282,7,10424,NULL,605,4,'2026-01-19 16:30:29','2026-01-19 16:30:29','66cd0197-3471-4f74-a403-1b54beda3c31'),
(58283,7,10424,NULL,9552,5,'2026-01-19 16:30:29','2026-01-19 16:30:29','25de595e-ce3c-4760-b39d-8219efa6c92e'),
(58284,82,10424,NULL,491,1,'2026-01-19 16:30:29','2026-01-19 16:30:29','eea24dc5-b266-4fc8-9678-5a2eed1dd782'),
(58285,46,10424,NULL,2891,1,'2026-01-19 16:30:29','2026-01-19 16:30:29','6409efae-faad-42d9-848e-9ff888b19917'),
(58286,57,10424,NULL,4808,1,'2026-01-19 16:30:29','2026-01-19 16:30:29','02e54b77-94d5-40d0-a656-cc929ae7fd80'),
(58287,57,10424,NULL,4811,2,'2026-01-19 16:30:29','2026-01-19 16:30:29','bee78d9b-d948-4909-ba57-07b158b92f7d'),
(58288,57,10424,NULL,4807,3,'2026-01-19 16:30:29','2026-01-19 16:30:29','37e99af0-0c70-4a4f-93e5-aaf95e15e7c5'),
(58289,57,10424,NULL,4806,4,'2026-01-19 16:30:29','2026-01-19 16:30:29','adc47ead-adfa-42db-a352-f5ecbc96b2d5'),
(58290,57,10424,NULL,4809,5,'2026-01-19 16:30:29','2026-01-19 16:30:29','ec0ae0cc-a14f-4278-afb1-39d366771ea5'),
(58291,57,10424,NULL,4810,6,'2026-01-19 16:30:29','2026-01-19 16:30:29','bf03dba2-7679-443c-be19-f477bda832e0'),
(58339,32,10433,NULL,2614,1,'2026-01-19 16:37:33','2026-01-19 16:37:33','29425dff-e179-4309-beef-ad6e81823051'),
(58340,32,10433,NULL,2610,2,'2026-01-19 16:37:33','2026-01-19 16:37:33','5504f47b-1a20-4c3f-a09d-20bbbdaabae1'),
(58341,32,10433,NULL,2598,3,'2026-01-19 16:37:33','2026-01-19 16:37:33','3ac49aa1-ad4d-4f70-9565-e728934d3922'),
(58342,32,10433,NULL,2608,4,'2026-01-19 16:37:33','2026-01-19 16:37:33','4372759c-8c4f-4e56-8ba4-defa8000d438'),
(58343,32,10433,NULL,2600,5,'2026-01-19 16:37:33','2026-01-19 16:37:33','4f1b2161-8be1-49ab-a7e7-5c1891f763d3'),
(58344,32,10433,NULL,2596,6,'2026-01-19 16:37:33','2026-01-19 16:37:33','57df77c0-5bff-4113-bdcf-91b2c5db3daa'),
(58345,32,10433,NULL,2602,7,'2026-01-19 16:37:33','2026-01-19 16:37:33','fb05e234-5cc2-476e-959a-54b542844705'),
(58346,32,10433,NULL,2606,8,'2026-01-19 16:37:33','2026-01-19 16:37:33','03ea34b0-e291-4418-a8d9-2a5e1ab48fff'),
(58347,32,10433,NULL,2612,9,'2026-01-19 16:37:33','2026-01-19 16:37:33','53be6853-c1cc-434d-904e-55a5964dc1aa'),
(58348,32,10433,NULL,2604,10,'2026-01-19 16:37:33','2026-01-19 16:37:33','38ee929c-3b4f-4e59-b461-7314091d71de'),
(58349,16,10433,NULL,5013,1,'2026-01-19 16:37:33','2026-01-19 16:37:33','2ff07ae3-e0d9-4a52-89fb-a69d866e4873'),
(58350,7,10433,NULL,3468,1,'2026-01-19 16:37:33','2026-01-19 16:37:33','afb50e20-2a68-49c2-94c4-456615a20512'),
(58351,7,10433,NULL,617,2,'2026-01-19 16:37:33','2026-01-19 16:37:33','b6284078-be01-4369-9d5b-c7fb352bc7b9'),
(58352,7,10433,NULL,605,3,'2026-01-19 16:37:33','2026-01-19 16:37:33','6307a481-2a23-4979-b710-887afaa32559'),
(58353,7,10433,NULL,9552,4,'2026-01-19 16:37:33','2026-01-19 16:37:33','3ebf4483-f9fc-4feb-a428-7709f46ab7fe'),
(58354,57,10433,NULL,5033,1,'2026-01-19 16:37:33','2026-01-19 16:37:33','c278201b-4683-4d79-a135-d5c5c77ffb59'),
(58355,57,10433,NULL,5034,2,'2026-01-19 16:37:33','2026-01-19 16:37:33','9f83e916-7988-4c92-9b70-66cbacc81599'),
(58356,57,10433,NULL,5035,3,'2026-01-19 16:37:33','2026-01-19 16:37:33','93c7b412-2f23-4265-97a6-3233c39cbfa5'),
(58357,57,10433,NULL,5036,4,'2026-01-19 16:37:33','2026-01-19 16:37:33','29f3fb6e-c244-4e49-9ca2-e919c631118d'),
(58358,57,10433,NULL,5037,5,'2026-01-19 16:37:33','2026-01-19 16:37:33','ea3e3f72-51b8-4665-9581-efb1e205b99a'),
(58359,57,10433,NULL,5038,6,'2026-01-19 16:37:33','2026-01-19 16:37:33','b48a2a5c-929e-4c38-8fe0-9a68c97245c3'),
(58360,57,10433,NULL,5039,7,'2026-01-19 16:37:33','2026-01-19 16:37:33','4dd6d595-d173-4aa7-bc35-dbe987725f63'),
(58361,57,10433,NULL,5040,8,'2026-01-19 16:37:33','2026-01-19 16:37:33','344ae09e-48b2-4443-a48b-6ed08370751c'),
(58363,66,2793,NULL,10426,1,'2026-01-19 16:40:30','2026-01-19 16:40:30','8b775423-6f52-41b4-8cc0-58ac8998423a'),
(58364,32,10434,NULL,2610,1,'2026-01-19 16:40:30','2026-01-19 16:40:30','3edd5862-1db0-4559-9f6a-3df72f030ee2'),
(58365,32,10434,NULL,2598,2,'2026-01-19 16:40:30','2026-01-19 16:40:30','f552496c-83d0-4e9d-ade5-3b1a8221cd87'),
(58366,32,10434,NULL,2608,3,'2026-01-19 16:40:30','2026-01-19 16:40:30','d7752116-502a-4e43-bce6-f395ec1fd0c6'),
(58367,32,10434,NULL,2600,4,'2026-01-19 16:40:30','2026-01-19 16:40:30','6658e3da-1eef-45f3-ba73-ea8af14c3fe6'),
(58368,32,10434,NULL,2596,5,'2026-01-19 16:40:30','2026-01-19 16:40:30','f158a64b-da08-4035-91f1-edebf919fbfd'),
(58369,32,10434,NULL,2602,6,'2026-01-19 16:40:30','2026-01-19 16:40:30','cc8775e0-cfcc-47b5-8204-50ddd02bf0a2'),
(58370,32,10434,NULL,2604,7,'2026-01-19 16:40:30','2026-01-19 16:40:30','2e60de79-2be0-491a-acb3-499847fb6299'),
(58371,16,10434,NULL,545,1,'2026-01-19 16:40:30','2026-01-19 16:40:30','dd1a4e01-f634-4059-8c77-8816edab2022'),
(58372,7,10434,NULL,601,1,'2026-01-19 16:40:30','2026-01-19 16:40:30','4cc5e654-a27a-494a-8ac3-3e77960a939d'),
(58373,7,10434,NULL,617,2,'2026-01-19 16:40:30','2026-01-19 16:40:30','003ea2f6-a67e-4571-806f-ba98c0b399e8'),
(58374,7,10434,NULL,605,3,'2026-01-19 16:40:30','2026-01-19 16:40:30','7e86ebea-e9fa-43a1-818b-190bcd4af612'),
(58375,7,10434,NULL,9552,4,'2026-01-19 16:40:30','2026-01-19 16:40:30','aa4c5f8b-1979-4db3-a792-93a46e48985c'),
(58376,82,10434,NULL,479,1,'2026-01-19 16:40:30','2026-01-19 16:40:30','2a4ab344-458e-4793-a2f8-c9d95ae4a065'),
(58377,82,10434,NULL,491,2,'2026-01-19 16:40:30','2026-01-19 16:40:30','6d51be61-0482-4bb8-8ec2-a71dc9006abf'),
(58378,57,10434,NULL,545,1,'2026-01-19 16:40:30','2026-01-19 16:40:30','24cde6fe-b542-4908-93e4-07f0a6fe5cfd'),
(58379,57,10434,NULL,137,2,'2026-01-19 16:40:30','2026-01-19 16:40:30','50acbeed-faff-4577-b4fc-8aacfd9b0a60'),
(58380,57,10434,NULL,138,3,'2026-01-19 16:40:30','2026-01-19 16:40:30','5ab06b30-7cd4-4081-bbe3-4d6c99545072'),
(58381,57,10434,NULL,136,4,'2026-01-19 16:40:30','2026-01-19 16:40:30','338628a5-72c6-43bd-b58b-dec46d29b496'),
(58383,66,10435,NULL,10426,1,'2026-01-19 16:40:30','2026-01-19 16:40:30','8fb5eeb0-1fab-4b9a-897f-83b2d83f4faa'),
(58405,22,4768,NULL,10437,1,'2026-01-19 17:16:04','2026-01-19 17:16:04','54fa889b-af8c-4935-a6ca-6e3a10808e58'),
(58407,32,10440,NULL,2610,1,'2026-01-19 17:16:04','2026-01-19 17:16:04','b98a4981-3405-4ec1-a820-f4691cd59b9d'),
(58408,32,10440,NULL,2598,2,'2026-01-19 17:16:04','2026-01-19 17:16:04','97d74eb7-e377-4f84-86a9-d8d77b204dfb'),
(58409,32,10440,NULL,2608,3,'2026-01-19 17:16:04','2026-01-19 17:16:04','e85440a7-ca5a-4ec7-8737-b2fe22a330df'),
(58410,32,10440,NULL,2600,4,'2026-01-19 17:16:04','2026-01-19 17:16:04','e286b080-9a93-4150-b826-e68144a97265'),
(58411,32,10440,NULL,2596,5,'2026-01-19 17:16:04','2026-01-19 17:16:04','3fc87151-04bb-4127-b7e4-3ce6cf55f9f6'),
(58412,32,10440,NULL,2602,6,'2026-01-19 17:16:04','2026-01-19 17:16:04','cbe2eb41-a21c-4d82-840e-bea922e8b216'),
(58413,32,10440,NULL,2604,7,'2026-01-19 17:16:04','2026-01-19 17:16:04','ea219a79-d393-433f-b206-2186ea46e00d'),
(58414,16,10440,NULL,545,1,'2026-01-19 17:16:04','2026-01-19 17:16:04','dd76d11f-6731-4b4a-bcee-547c9c89032b'),
(58415,7,10440,NULL,601,1,'2026-01-19 17:16:04','2026-01-19 17:16:04','1da93530-6534-448c-b0bd-51eced2f66ff'),
(58416,7,10440,NULL,617,2,'2026-01-19 17:16:04','2026-01-19 17:16:04','5e751774-ef9c-4232-a2fc-b453c827497b'),
(58417,7,10440,NULL,605,3,'2026-01-19 17:16:04','2026-01-19 17:16:04','6d3a5192-2577-482c-a991-e9e5231a5124'),
(58418,7,10440,NULL,9552,4,'2026-01-19 17:16:04','2026-01-19 17:16:04','ac589788-0b26-4308-a25e-9e580a55c054'),
(58419,82,10440,NULL,479,1,'2026-01-19 17:16:04','2026-01-19 17:16:04','550046c3-5e0d-403c-a108-469478c71a54'),
(58420,82,10440,NULL,491,2,'2026-01-19 17:16:04','2026-01-19 17:16:04','c3b3006a-2705-403b-9046-c422796d6643'),
(58421,57,10440,NULL,545,1,'2026-01-19 17:16:04','2026-01-19 17:16:04','7fed7b04-f8c7-480a-9212-a0267c6b1d94'),
(58422,57,10440,NULL,137,2,'2026-01-19 17:16:04','2026-01-19 17:16:04','21913aca-a832-47ff-bc3d-19300a1c4e8e'),
(58423,57,10440,NULL,138,3,'2026-01-19 17:16:04','2026-01-19 17:16:04','32079b0d-e4b4-4e2c-82dd-f1e4feae5796'),
(58424,57,10440,NULL,136,4,'2026-01-19 17:16:04','2026-01-19 17:16:04','c9ec208c-8c9a-4434-8c99-4fd0431e432c'),
(58426,22,10441,NULL,10437,1,'2026-01-19 17:16:04','2026-01-19 17:16:04','b221bfbf-811b-4691-9a30-41f2e761ed7b'),
(58427,22,10442,NULL,634,1,'2026-01-19 17:16:04','2026-01-19 17:16:04','45e6c8e3-32c0-44ee-b616-cd7481cd409c'),
(58452,32,10450,NULL,2610,1,'2026-01-19 17:33:45','2026-01-19 17:33:45','da109390-ea9f-4de8-8aee-17e43ab8f8ee'),
(58453,32,10450,NULL,2598,2,'2026-01-19 17:33:45','2026-01-19 17:33:45','8a1bc15a-79fb-4580-8eaa-cb2770f2d8c2'),
(58454,32,10450,NULL,2608,3,'2026-01-19 17:33:45','2026-01-19 17:33:45','b81b9464-4cec-4d5e-abc6-82061b38f3be'),
(58455,32,10450,NULL,2600,4,'2026-01-19 17:33:45','2026-01-19 17:33:45','232a8df6-4054-42c9-a393-42e4f354d7b5'),
(58456,32,10450,NULL,2596,5,'2026-01-19 17:33:45','2026-01-19 17:33:45','e4bb6b34-62f2-4c5f-b35f-8c8def958034'),
(58457,32,10450,NULL,2602,6,'2026-01-19 17:33:45','2026-01-19 17:33:45','c8072ae3-4ee2-4f1d-9f62-3ee3a04e7dc0'),
(58458,32,10450,NULL,2604,7,'2026-01-19 17:33:45','2026-01-19 17:33:45','d0d51bef-6f26-4c95-b2f5-003bf0aeb90e'),
(58459,83,10450,NULL,951,1,'2026-01-19 17:33:45','2026-01-19 17:33:45','9d5a163c-a4a1-48e5-afd7-228a3b9afeac'),
(58460,16,10450,NULL,7700,1,'2026-01-19 17:33:45','2026-01-19 17:33:45','e9957cab-a254-471d-8d5a-31e06d9bbfdb'),
(58461,7,10450,NULL,2969,1,'2026-01-19 17:33:45','2026-01-19 17:33:45','47f10481-8672-4f3f-9db8-acc8401d41f3'),
(58462,7,10450,NULL,2972,2,'2026-01-19 17:33:45','2026-01-19 17:33:45','cf809199-2b8d-4be7-92a4-f3d6d1737edc'),
(58463,7,10450,NULL,2974,3,'2026-01-19 17:33:45','2026-01-19 17:33:45','4ff96e96-7ad6-4355-90bf-ad165c3674af'),
(58464,7,10450,NULL,617,4,'2026-01-19 17:33:45','2026-01-19 17:33:45','9e3e35e6-6717-4f0a-a5ff-d5c903fd93b8'),
(58465,7,10450,NULL,605,5,'2026-01-19 17:33:45','2026-01-19 17:33:45','49ee672a-786c-4c8c-a59f-4b18808fa776'),
(58466,7,10450,NULL,9552,6,'2026-01-19 17:33:45','2026-01-19 17:33:45','e0fe6f7e-96ce-4950-8ee9-59d18decb8a9'),
(58467,82,10450,NULL,479,1,'2026-01-19 17:33:45','2026-01-19 17:33:45','0dffcfa7-5873-4abf-a445-3da73e9a165b'),
(58468,82,10450,NULL,491,2,'2026-01-19 17:33:45','2026-01-19 17:33:45','3dc1566e-fb42-4dd3-9b80-715576b5521e'),
(58469,57,10450,NULL,4842,1,'2026-01-19 17:33:45','2026-01-19 17:33:45','97f1c302-62b5-464f-8ca7-0159ac9b134a'),
(58470,57,10450,NULL,4841,2,'2026-01-19 17:33:45','2026-01-19 17:33:45','c4ea938c-ec2f-4b61-8eb1-06739672ec86'),
(58471,57,10450,NULL,4846,3,'2026-01-19 17:33:45','2026-01-19 17:33:45','940c9c45-e909-46b6-a22c-b239d582472d'),
(58472,57,10450,NULL,4845,4,'2026-01-19 17:33:45','2026-01-19 17:33:45','2ea1b6d0-4ed9-4228-bbcd-86f10544c7ea'),
(58473,57,10450,NULL,4844,5,'2026-01-19 17:33:45','2026-01-19 17:33:45','43c629f1-8e5a-4ddb-ab57-593cce97b36e'),
(58474,57,10450,NULL,4843,6,'2026-01-19 17:33:45','2026-01-19 17:33:45','5527945e-962e-4a05-86ac-ac0e397d0a0a'),
(58476,83,10453,NULL,945,1,'2026-01-19 17:35:46','2026-01-19 17:35:46','546e358f-fded-40b6-b662-ba092e58ccb9'),
(58477,16,10453,NULL,2968,1,'2026-01-19 17:35:46','2026-01-19 17:35:46','75d6aa1e-1596-45ec-a74b-05fc736ecd44'),
(58478,7,10453,NULL,605,1,'2026-01-19 17:35:46','2026-01-19 17:35:46','3e8d3566-2cf9-4576-a0b8-d97966f2c505'),
(58479,7,10453,NULL,617,2,'2026-01-19 17:35:46','2026-01-19 17:35:46','2af9e01a-48f0-4355-8568-ea7239eabf7f'),
(58480,7,10453,NULL,9552,3,'2026-01-19 17:35:46','2026-01-19 17:35:46','46f7e93b-72b6-482e-be4b-aa35ab7b8494'),
(58481,57,10453,NULL,3246,1,'2026-01-19 17:35:46','2026-01-19 17:35:46','25812386-d0df-47ac-8686-dc6b91ce290a'),
(58482,57,10453,NULL,3254,2,'2026-01-19 17:35:46','2026-01-19 17:35:46','7eae76a2-d085-4763-9dcc-e3fdcfc94b0d'),
(58483,57,10453,NULL,3253,3,'2026-01-19 17:35:46','2026-01-19 17:35:46','66ebbc2c-009c-480a-af67-c7521f3d05ad'),
(58484,57,10453,NULL,3251,4,'2026-01-19 17:35:46','2026-01-19 17:35:46','7fb073b3-9df6-4711-bccc-4eec1984e77e'),
(58485,57,10453,NULL,3245,5,'2026-01-19 17:35:46','2026-01-19 17:35:46','507ef647-450d-4fc2-9e4c-cf8787c20529'),
(58486,57,10453,NULL,3248,6,'2026-01-19 17:35:46','2026-01-19 17:35:46','4e8985e1-f201-424f-b8f7-710ad659efe5'),
(58500,83,10455,NULL,945,1,'2026-01-19 17:36:22','2026-01-19 17:36:22','1ed0501b-85ae-4dd5-9686-8dc59b89364b'),
(58501,16,10455,NULL,2968,1,'2026-01-19 17:36:22','2026-01-19 17:36:22','d3112cd0-3f69-4a21-ad50-a771e740b636'),
(58502,7,10455,NULL,605,1,'2026-01-19 17:36:22','2026-01-19 17:36:22','80169b89-fa8f-497a-9cbe-454cc849cf54'),
(58503,7,10455,NULL,617,2,'2026-01-19 17:36:22','2026-01-19 17:36:22','3fb9367e-27aa-4e58-ac2c-eaf34f7f319e'),
(58504,7,10455,NULL,9552,3,'2026-01-19 17:36:22','2026-01-19 17:36:22','9185285a-e607-47d6-a109-de5a81637b12'),
(58505,57,10455,NULL,3248,1,'2026-01-19 17:36:22','2026-01-19 17:36:22','e32e1a32-c98c-4f74-8645-fe9960c9c5c3'),
(58506,57,10455,NULL,3246,2,'2026-01-19 17:36:22','2026-01-19 17:36:22','8620932a-209a-4cd4-9ce7-4b9d4e217898'),
(58507,57,10455,NULL,3254,3,'2026-01-19 17:36:22','2026-01-19 17:36:22','d794496f-70f0-49f4-bbfa-c2825187e99c'),
(58508,57,10455,NULL,3253,4,'2026-01-19 17:36:22','2026-01-19 17:36:22','f690c6fa-f94f-4fe7-a768-0a8f02702f2f'),
(58509,57,10455,NULL,3251,5,'2026-01-19 17:36:22','2026-01-19 17:36:22','38396c9e-5acb-4004-8b62-9ef39d580050'),
(58510,57,10455,NULL,3245,6,'2026-01-19 17:36:22','2026-01-19 17:36:22','b1f453a4-362a-4f0d-be34-00b3f9a5105f'),
(58557,47,1477,NULL,10460,1,'2026-01-19 18:51:30','2026-01-19 18:51:30','62996aaf-0432-4f3d-9cdc-cd0e38c2c191'),
(58558,32,10461,NULL,2610,1,'2026-01-19 18:51:30','2026-01-19 18:51:30','636dcf69-1c1b-4fd4-a92d-961ebe751656'),
(58559,32,10461,NULL,2598,2,'2026-01-19 18:51:30','2026-01-19 18:51:30','06f83d07-ff70-46dd-93a1-5320230944f1'),
(58560,32,10461,NULL,2608,3,'2026-01-19 18:51:30','2026-01-19 18:51:30','481bd1d6-b1d4-4862-92ea-52205baa8bb7'),
(58561,32,10461,NULL,2624,4,'2026-01-19 18:51:30','2026-01-19 18:51:30','c0cefed5-9a66-4c65-a6ae-918be1d2b004'),
(58562,32,10461,NULL,2600,5,'2026-01-19 18:51:30','2026-01-19 18:51:30','ca332a28-acb3-4c90-92a8-04b2ef36278f'),
(58563,32,10461,NULL,2596,6,'2026-01-19 18:51:30','2026-01-19 18:51:30','ed52af2c-770f-4e9a-bf40-b76f7481e9a2'),
(58564,32,10461,NULL,2606,7,'2026-01-19 18:51:30','2026-01-19 18:51:30','f826684c-ff2b-4282-9382-e9a1b2694be0'),
(58565,32,10461,NULL,2604,8,'2026-01-19 18:51:30','2026-01-19 18:51:30','07c06d2d-d17e-4b3f-bc93-12b89e06fe27'),
(58566,32,10461,NULL,2602,9,'2026-01-19 18:51:30','2026-01-19 18:51:30','e75e1074-2be4-4828-90e7-8bcc2f90e745'),
(58567,32,10461,NULL,2612,10,'2026-01-19 18:51:30','2026-01-19 18:51:30','cb3becfd-5a8c-4c45-969b-278f98262a94'),
(58568,16,10461,NULL,9524,1,'2026-01-19 18:51:30','2026-01-19 18:51:30','7dd38191-038c-4c10-8c2a-f75df53f9111'),
(58569,7,10461,NULL,617,1,'2026-01-19 18:51:30','2026-01-19 18:51:30','c0f44deb-7d63-4071-8a0c-fafa1f7deda3'),
(58570,7,10461,NULL,605,2,'2026-01-19 18:51:30','2026-01-19 18:51:30','d8b1c776-9115-4be1-bdaf-e5e5d11c5987'),
(58571,7,10461,NULL,9552,3,'2026-01-19 18:51:30','2026-01-19 18:51:30','5dc880eb-9882-4aa9-9911-61bef700e907'),
(58572,82,10461,NULL,491,1,'2026-01-19 18:51:30','2026-01-19 18:51:30','0e79837e-6170-4359-8ebb-edbeb7a37048'),
(58573,46,10461,NULL,2891,1,'2026-01-19 18:51:30','2026-01-19 18:51:30','be25ccd6-d731-4e06-86ad-7c68659857b8'),
(58574,47,10461,NULL,10460,1,'2026-01-19 18:51:30','2026-01-19 18:51:30','461269b8-f1cd-4510-b00d-efb23cb72c00'),
(58575,57,10461,NULL,9529,1,'2026-01-19 18:51:30','2026-01-19 18:51:30','b5bd3814-a8db-4af6-ae83-e6b3a94853c4'),
(58576,57,10461,NULL,9530,2,'2026-01-19 18:51:30','2026-01-19 18:51:30','70841c02-4204-4c0f-9cb1-6c5a31107f3f'),
(58577,57,10461,NULL,9531,3,'2026-01-19 18:51:30','2026-01-19 18:51:30','1d2a55ef-c5b5-4180-b8f9-d35d5915c993'),
(58595,47,1481,NULL,10463,1,'2026-01-19 18:53:24','2026-01-19 18:53:24','80c09574-7c15-40f6-b080-36f80b14f36b'),
(58596,32,10464,NULL,2598,1,'2026-01-19 18:53:24','2026-01-19 18:53:24','adab5ee6-8db7-4858-96f9-5dadf6e40da2'),
(58597,32,10464,NULL,2608,2,'2026-01-19 18:53:24','2026-01-19 18:53:24','2a07e6bd-aa30-4779-8dad-a530c9173807'),
(58598,32,10464,NULL,2600,3,'2026-01-19 18:53:24','2026-01-19 18:53:24','20be51cf-d429-4f8f-a554-868fd6081006'),
(58599,32,10464,NULL,2596,4,'2026-01-19 18:53:24','2026-01-19 18:53:24','c84937a6-1945-49f7-a855-d66be4e73825'),
(58600,32,10464,NULL,2602,5,'2026-01-19 18:53:24','2026-01-19 18:53:24','4f52d130-1ae4-4467-8f07-c07686335b22'),
(58601,32,10464,NULL,2606,6,'2026-01-19 18:53:24','2026-01-19 18:53:24','97a7ed67-44c0-4e2e-bee5-55b8b3161877'),
(58602,32,10464,NULL,2604,7,'2026-01-19 18:53:24','2026-01-19 18:53:24','3a28cc72-5943-4f85-ae9c-6c6212753d9c'),
(58603,32,10464,NULL,2610,8,'2026-01-19 18:53:24','2026-01-19 18:53:24','9fd4d1d9-286b-4d57-b937-1337c07bfc74'),
(58604,32,10464,NULL,2612,9,'2026-01-19 18:53:24','2026-01-19 18:53:24','c6d1c609-1f1d-4087-a857-298ccc20d9a2'),
(58605,16,10464,NULL,9535,1,'2026-01-19 18:53:24','2026-01-19 18:53:24','3e662448-0600-477a-b9b8-fd6204f35f19'),
(58606,7,10464,NULL,2969,1,'2026-01-19 18:53:24','2026-01-19 18:53:24','09413e3d-24f7-4143-8c79-53942b85b961'),
(58607,7,10464,NULL,617,2,'2026-01-19 18:53:24','2026-01-19 18:53:24','3f633ee9-58ee-45d7-aa7b-922209229cd3'),
(58608,7,10464,NULL,605,3,'2026-01-19 18:53:24','2026-01-19 18:53:24','450679e7-66c9-45b1-9c8d-56395eb7bee2'),
(58609,7,10464,NULL,9552,4,'2026-01-19 18:53:24','2026-01-19 18:53:24','62d5e8c5-aee4-4a46-b352-392c8ca8f054'),
(58610,82,10464,NULL,491,1,'2026-01-19 18:53:24','2026-01-19 18:53:24','201b4598-537f-46d6-a2ae-b7802ee5eed5'),
(58611,47,10464,NULL,10463,1,'2026-01-19 18:53:24','2026-01-19 18:53:24','970169fe-f338-4a16-8fbe-ddabdcfbc423'),
(58637,47,1473,NULL,10466,1,'2026-01-19 18:55:06','2026-01-19 18:55:06','db64b262-d677-4491-b5f2-8eb1c858a97a'),
(58638,32,10467,NULL,2598,1,'2026-01-19 18:55:06','2026-01-19 18:55:06','0ef22cae-2cc6-4918-abf1-1b6ab1727006'),
(58639,32,10467,NULL,2608,2,'2026-01-19 18:55:06','2026-01-19 18:55:06','d86413db-0486-49db-8b1a-130f741b96ce'),
(58640,32,10467,NULL,2600,3,'2026-01-19 18:55:06','2026-01-19 18:55:06','01904bfa-1d26-46c4-a5e5-44bda757ddd3'),
(58641,32,10467,NULL,2596,4,'2026-01-19 18:55:06','2026-01-19 18:55:06','448a5112-4644-4278-8ddc-ad0355ff49f8'),
(58642,32,10467,NULL,2602,5,'2026-01-19 18:55:06','2026-01-19 18:55:06','6082ee46-06e6-4d4c-a4fa-01979ca45371'),
(58643,32,10467,NULL,2606,6,'2026-01-19 18:55:06','2026-01-19 18:55:06','fdb1bc23-9e74-4a6d-b1d6-134dd64dc659'),
(58644,32,10467,NULL,2604,7,'2026-01-19 18:55:06','2026-01-19 18:55:06','43f49c97-01ed-48b3-9c4c-ff4aecc24e01'),
(58645,32,10467,NULL,2610,8,'2026-01-19 18:55:06','2026-01-19 18:55:06','5b121b93-34b7-420e-913e-03161d5004d4'),
(58646,32,10467,NULL,2612,9,'2026-01-19 18:55:06','2026-01-19 18:55:06','96b3e888-4240-4060-8d19-05ad92245f9d'),
(58647,16,10467,NULL,10094,1,'2026-01-19 18:55:06','2026-01-19 18:55:06','a53fb0a7-e2dc-4820-8333-b4e57c3e7a9e'),
(58648,7,10467,NULL,617,1,'2026-01-19 18:55:06','2026-01-19 18:55:06','aac9f251-5041-4cca-8490-49f426c96e5d'),
(58649,7,10467,NULL,605,2,'2026-01-19 18:55:06','2026-01-19 18:55:06','5f0e3379-f273-4f08-89c6-562e2b9639a5'),
(58650,7,10467,NULL,9552,3,'2026-01-19 18:55:06','2026-01-19 18:55:06','499450af-b528-4388-88b2-8282b5ce8ad0'),
(58651,82,10467,NULL,491,1,'2026-01-19 18:55:06','2026-01-19 18:55:06','13a2394f-a06d-4692-b95e-c766c9545f2e'),
(58652,47,10467,NULL,10466,1,'2026-01-19 18:55:06','2026-01-19 18:55:06','f1880e9a-a3cc-43ef-8bc3-ded8a617c10b'),
(58653,57,10467,NULL,9469,1,'2026-01-19 18:55:06','2026-01-19 18:55:06','a3012069-6c7f-4b9a-966a-c08985202e8c'),
(58654,57,10467,NULL,9470,2,'2026-01-19 18:55:06','2026-01-19 18:55:06','eb2f9853-7d71-4521-af14-c2c08fb9efad'),
(58655,57,10467,NULL,9471,3,'2026-01-19 18:55:06','2026-01-19 18:55:06','a5255eb6-b960-4346-b9b8-53ae47d1bc15'),
(58656,57,10467,NULL,10097,4,'2026-01-19 18:55:06','2026-01-19 18:55:06','ea8a313c-c0e3-4e49-ba00-c4dcd6bd60f9'),
(58657,57,10467,NULL,10098,5,'2026-01-19 18:55:06','2026-01-19 18:55:06','aefd1d08-42e5-4c30-8cdd-ea85ca7b8474'),
(58658,57,10467,NULL,10099,6,'2026-01-19 18:55:06','2026-01-19 18:55:06','e868e5ac-4918-4cb4-8b66-483bbc19cc66'),
(58659,57,10467,NULL,10100,7,'2026-01-19 18:55:06','2026-01-19 18:55:06','bb2ea190-76a1-4908-934b-9b7d397f6a7b'),
(58660,57,10467,NULL,10101,8,'2026-01-19 18:55:06','2026-01-19 18:55:06','553a4219-4366-4069-931e-2206e9961148'),
(58661,57,10467,NULL,10102,9,'2026-01-19 18:55:06','2026-01-19 18:55:06','9238ccaa-7da7-44f4-ad06-b358dbff9634'),
(58684,47,1171,NULL,10474,1,'2026-01-19 20:42:05','2026-01-19 20:42:05','ac1e6cef-ef1f-4de2-8c0f-2d9b29cbdf65'),
(58685,32,10475,NULL,2610,1,'2026-01-19 20:42:05','2026-01-19 20:42:05','0c03ecb3-a872-4cbc-ac46-3567aeb7e011'),
(58686,32,10475,NULL,2598,2,'2026-01-19 20:42:05','2026-01-19 20:42:05','4a2e2da2-d671-4bd1-bf5d-67bb05f8c928'),
(58687,32,10475,NULL,2600,3,'2026-01-19 20:42:05','2026-01-19 20:42:05','338207bc-b9a4-4702-abf7-1cdede3eef76'),
(58688,32,10475,NULL,2604,4,'2026-01-19 20:42:05','2026-01-19 20:42:05','e0bfc890-d7a9-4d57-92ee-b838ada1813c'),
(58689,32,10475,NULL,2608,5,'2026-01-19 20:42:05','2026-01-19 20:42:05','f1a2abfa-84a3-434b-ae46-4afdcac9035c'),
(58690,32,10475,NULL,2602,6,'2026-01-19 20:42:05','2026-01-19 20:42:05','c9e3f901-49b0-47fa-bd4b-336b20cdeb61'),
(58691,16,10475,NULL,4276,1,'2026-01-19 20:42:05','2026-01-19 20:42:05','fe435ba8-5449-4a20-8d1a-79f6b6a81864'),
(58692,7,10475,NULL,6547,1,'2026-01-19 20:42:05','2026-01-19 20:42:05','afaab3cf-b141-4156-a367-72fd4233301b'),
(58693,7,10475,NULL,601,2,'2026-01-19 20:42:05','2026-01-19 20:42:05','69c7bd7a-23d8-4266-9271-31dfa8efe8f9'),
(58694,7,10475,NULL,9640,3,'2026-01-19 20:42:05','2026-01-19 20:42:05','96bcd53c-d707-4d09-aefd-cf2d0b71d829'),
(58695,7,10475,NULL,617,4,'2026-01-19 20:42:05','2026-01-19 20:42:05','bd05e9f1-3438-498b-be44-38a124a99858'),
(58696,7,10475,NULL,605,5,'2026-01-19 20:42:05','2026-01-19 20:42:05','fe9df56c-8a9e-4f1f-bd16-24cc4446d08d'),
(58697,82,10475,NULL,469,1,'2026-01-19 20:42:05','2026-01-19 20:42:05','c34dfd31-2f11-4025-99fd-129177813fa1'),
(58698,82,10475,NULL,479,2,'2026-01-19 20:42:05','2026-01-19 20:42:05','ef8fc25c-745b-44f2-b264-03f7a856fce0'),
(58699,82,10475,NULL,491,3,'2026-01-19 20:42:05','2026-01-19 20:42:05','7c781f16-69ca-4468-9e2f-ef7a90ace8d9'),
(58700,47,10475,NULL,10474,1,'2026-01-19 20:42:05','2026-01-19 20:42:05','64d39c53-4ab6-40c6-b544-8f8d77cb21e0'),
(58701,57,10475,NULL,4838,1,'2026-01-19 20:42:05','2026-01-19 20:42:05','408e843d-2dc5-44d5-81ce-9ee407bccf54'),
(58702,57,10475,NULL,4836,2,'2026-01-19 20:42:05','2026-01-19 20:42:05','7c31e28d-d8e0-4cab-9c94-889d8aed38e7'),
(58703,57,10475,NULL,4834,3,'2026-01-19 20:42:05','2026-01-19 20:42:05','7f271ce4-5c66-4161-9851-1fa17c493977'),
(58704,57,10475,NULL,4837,4,'2026-01-19 20:42:05','2026-01-19 20:42:05','a8a13352-6a42-4efe-97d2-d122a8c4f918'),
(58724,47,1177,NULL,10478,1,'2026-01-19 20:43:52','2026-01-19 20:43:52','81d304fe-956c-4597-a944-02acf6b3b3b0'),
(58725,32,10479,NULL,2610,1,'2026-01-19 20:43:52','2026-01-19 20:43:52','f3d006fd-e15b-48f5-ad43-b5895408cfa3'),
(58726,32,10479,NULL,2598,2,'2026-01-19 20:43:52','2026-01-19 20:43:52','0798c1a9-ac8e-4640-a085-afb6d8baed59'),
(58727,32,10479,NULL,2600,3,'2026-01-19 20:43:52','2026-01-19 20:43:52','44be2c82-cdbd-42a7-95ad-5d246fc9e1e7'),
(58728,32,10479,NULL,2604,4,'2026-01-19 20:43:52','2026-01-19 20:43:52','081389c2-3fb8-4c6e-b356-ace8d2ca6fa5'),
(58729,16,10479,NULL,4282,1,'2026-01-19 20:43:52','2026-01-19 20:43:52','b3a22385-13ce-4dda-a5c5-dfe177427a95'),
(58730,7,10479,NULL,2969,1,'2026-01-19 20:43:52','2026-01-19 20:43:52','37f41e65-9774-4567-8658-9a169d569800'),
(58731,7,10479,NULL,617,2,'2026-01-19 20:43:52','2026-01-19 20:43:52','3507a996-1941-4dae-92ba-b8ab664428ac'),
(58732,7,10479,NULL,605,3,'2026-01-19 20:43:52','2026-01-19 20:43:52','4cc84230-4ce5-4236-8eed-43a26d3f294f'),
(58733,7,10479,NULL,9552,4,'2026-01-19 20:43:52','2026-01-19 20:43:52','b5c89c74-0ace-49a8-b8f8-81eb25e1d524'),
(58734,82,10479,NULL,469,1,'2026-01-19 20:43:52','2026-01-19 20:43:52','4f3b960a-0605-4045-a0c8-7d6a330a9e1a'),
(58735,82,10479,NULL,479,2,'2026-01-19 20:43:52','2026-01-19 20:43:52','59d756a8-69fe-4611-82f1-cb5c5efde8ff'),
(58736,82,10479,NULL,491,3,'2026-01-19 20:43:52','2026-01-19 20:43:52','d11c0a9e-23ff-4273-80c8-0f3dd7d5d614'),
(58737,47,10479,NULL,10478,1,'2026-01-19 20:43:52','2026-01-19 20:43:52','9e94cd34-96a0-41bb-8da7-5d389cd1bd3f'),
(58738,57,10479,NULL,8740,1,'2026-01-19 20:43:52','2026-01-19 20:43:52','18b77a84-b6c6-4ce0-ad78-13dd9d6fb7d5'),
(58739,57,10479,NULL,4911,2,'2026-01-19 20:43:52','2026-01-19 20:43:52','20ca4780-935e-441d-b17e-34e7724c8d2c'),
(58740,57,10479,NULL,4909,3,'2026-01-19 20:43:52','2026-01-19 20:43:52','6b378812-4520-4c78-a341-4441d56d1990'),
(58741,57,10479,NULL,4910,4,'2026-01-19 20:43:52','2026-01-19 20:43:52','46fcb991-1b95-4717-9ab5-1e0679844459'),
(58743,47,1185,NULL,10480,1,'2026-01-19 20:44:22','2026-01-19 20:44:22','74d59744-6bc2-4b81-a913-b4a2b12d18ff'),
(58744,32,10481,NULL,2610,1,'2026-01-19 20:44:22','2026-01-19 20:44:22','284c524b-f4c7-4902-aeda-b0e851bd7ed3'),
(58745,32,10481,NULL,2598,2,'2026-01-19 20:44:22','2026-01-19 20:44:22','37870983-031e-441b-8629-8c76964fc44e'),
(58746,32,10481,NULL,2600,3,'2026-01-19 20:44:22','2026-01-19 20:44:22','9d123140-b0e8-455a-805c-b1fc5395a87b'),
(58747,32,10481,NULL,2604,4,'2026-01-19 20:44:22','2026-01-19 20:44:22','7d95dec5-082e-4c04-a2a2-98d691fcda23'),
(58748,32,10481,NULL,2608,5,'2026-01-19 20:44:22','2026-01-19 20:44:22','6c032c22-f82c-4e30-a494-445cd0208f36'),
(58749,32,10481,NULL,2602,6,'2026-01-19 20:44:22','2026-01-19 20:44:22','92ea4234-fb01-4dc8-a0f4-bd90562fa38a'),
(58750,16,10481,NULL,4322,1,'2026-01-19 20:44:22','2026-01-19 20:44:22','efb88b92-f80f-462a-9bf2-7f65dc82421f'),
(58751,7,10481,NULL,2969,1,'2026-01-19 20:44:22','2026-01-19 20:44:22','668ccd7b-e268-4492-9f58-3f7b57e40ece'),
(58752,7,10481,NULL,617,2,'2026-01-19 20:44:22','2026-01-19 20:44:22','c47b2ed4-4a8b-4f76-b37e-7a27da66ff2e'),
(58753,7,10481,NULL,605,3,'2026-01-19 20:44:22','2026-01-19 20:44:22','da2ee719-0089-4a8b-a162-bf010e373937'),
(58754,7,10481,NULL,9552,4,'2026-01-19 20:44:22','2026-01-19 20:44:22','f9c2408f-aeed-4391-b915-8af15f2a2c42'),
(58755,82,10481,NULL,469,1,'2026-01-19 20:44:22','2026-01-19 20:44:22','a7d8b43f-a570-438f-a686-b141a7d6661d'),
(58756,82,10481,NULL,479,2,'2026-01-19 20:44:22','2026-01-19 20:44:22','5ecc5ca2-413f-43f2-97cc-28ee226c1b4d'),
(58757,82,10481,NULL,491,3,'2026-01-19 20:44:22','2026-01-19 20:44:22','9caebcf3-f50c-4ae8-a6ad-9b91e5a45e9a'),
(58758,47,10481,NULL,10480,1,'2026-01-19 20:44:22','2026-01-19 20:44:22','a909f51c-9db7-4bd0-aa6e-7a68c017a474'),
(58759,57,10481,NULL,8747,1,'2026-01-19 20:44:22','2026-01-19 20:44:22','0f2d9d64-9b2a-47e4-b2b5-34bf3417d062'),
(58760,57,10481,NULL,8750,2,'2026-01-19 20:44:22','2026-01-19 20:44:22','dc0f5864-cba1-401f-b54f-c006e01b74ea'),
(58761,57,10481,NULL,8751,3,'2026-01-19 20:44:22','2026-01-19 20:44:22','54fb01bd-2107-40c7-9500-23fd6011262d'),
(58762,57,10481,NULL,8746,4,'2026-01-19 20:44:22','2026-01-19 20:44:22','a40926c4-36dc-4d79-b94b-3fc3c527149b'),
(58763,57,10481,NULL,8753,5,'2026-01-19 20:44:22','2026-01-19 20:44:22','7ea9e0e9-87a4-479c-bd6c-74e78ec69fd5'),
(58764,57,10481,NULL,8754,6,'2026-01-19 20:44:22','2026-01-19 20:44:22','0bb3f494-79ea-4584-9aff-8dd6aa2234da'),
(58765,57,10481,NULL,8749,7,'2026-01-19 20:44:22','2026-01-19 20:44:22','e66c1257-344b-4586-a8cb-a4461b5e0ef5'),
(58766,57,10481,NULL,8744,8,'2026-01-19 20:44:22','2026-01-19 20:44:22','f1b89c77-dfac-4de0-97b0-c2c2698d07a6'),
(58767,57,10481,NULL,8745,9,'2026-01-19 20:44:22','2026-01-19 20:44:22','6046f862-6ba3-4158-93f4-feffe5dc1b3e'),
(58792,47,1191,NULL,10483,1,'2026-01-19 20:45:02','2026-01-19 20:45:02','80d0a19d-f78f-42dc-9f72-22dcf49cbe88'),
(58793,32,10484,NULL,2610,1,'2026-01-19 20:45:02','2026-01-19 20:45:02','89f9de6e-fc32-4b4e-b9c6-fa0b1837d04e'),
(58794,32,10484,NULL,2598,2,'2026-01-19 20:45:02','2026-01-19 20:45:02','8cf4f77b-9c23-4f52-bac9-3a50517ead0d'),
(58795,32,10484,NULL,2600,3,'2026-01-19 20:45:02','2026-01-19 20:45:02','82338ae2-e302-4c48-9fa6-c30f5928a5aa'),
(58796,32,10484,NULL,2604,4,'2026-01-19 20:45:02','2026-01-19 20:45:02','c9558d53-d277-44ab-89e9-87d76a315acf'),
(58797,32,10484,NULL,2608,5,'2026-01-19 20:45:02','2026-01-19 20:45:02','0312bd10-d4dc-4da8-aacf-55718199d59b'),
(58798,32,10484,NULL,2602,6,'2026-01-19 20:45:02','2026-01-19 20:45:02','1b33df4e-b905-4b4a-b232-d21947cf7ee6'),
(58799,16,10484,NULL,4358,1,'2026-01-19 20:45:02','2026-01-19 20:45:02','b68e8c24-8d07-49d9-89a3-01e55c329812'),
(58800,7,10484,NULL,2969,1,'2026-01-19 20:45:02','2026-01-19 20:45:02','e93b670c-8e9c-41ee-91ea-88f99ccef1b5'),
(58801,7,10484,NULL,617,2,'2026-01-19 20:45:02','2026-01-19 20:45:02','06a82220-835e-43cb-9a9e-21710ed813bf'),
(58802,7,10484,NULL,605,3,'2026-01-19 20:45:02','2026-01-19 20:45:02','9ff34369-4f4f-4c6b-baea-bb9add1cb912'),
(58803,7,10484,NULL,9552,4,'2026-01-19 20:45:02','2026-01-19 20:45:02','68d06a90-ea3a-4a50-9ab7-7a0e275bd259'),
(58804,82,10484,NULL,469,1,'2026-01-19 20:45:02','2026-01-19 20:45:02','f9cfd86c-ee9c-4e10-b766-058102a391a4'),
(58805,82,10484,NULL,479,2,'2026-01-19 20:45:02','2026-01-19 20:45:02','be835e7f-c4d7-46b9-a1c3-2220ade230b7'),
(58806,82,10484,NULL,491,3,'2026-01-19 20:45:02','2026-01-19 20:45:02','2a5451c0-a94b-4ffe-8f8d-ee8f968af5d2'),
(58807,47,10484,NULL,10483,1,'2026-01-19 20:45:02','2026-01-19 20:45:02','a6d94752-e343-410c-ae28-067796642419'),
(58808,57,10484,NULL,8781,1,'2026-01-19 20:45:02','2026-01-19 20:45:02','a4f02325-f31e-47dc-997e-ea59f963e878'),
(58809,57,10484,NULL,8782,2,'2026-01-19 20:45:02','2026-01-19 20:45:02','62ef72db-680c-4ddd-93e4-4f18c9b2a8a9'),
(58810,57,10484,NULL,8783,3,'2026-01-19 20:45:02','2026-01-19 20:45:02','2c9976d9-775f-48b6-98bb-e0df0ad61243'),
(58811,57,10484,NULL,8784,4,'2026-01-19 20:45:02','2026-01-19 20:45:02','f9e9e2c7-e8e5-4199-854c-397e755e441d'),
(58812,57,10484,NULL,8785,5,'2026-01-19 20:45:02','2026-01-19 20:45:02','7c024cf9-1e80-4833-823f-7285deef8c84'),
(58813,57,10484,NULL,8786,6,'2026-01-19 20:45:02','2026-01-19 20:45:02','bd394c6f-7645-41d6-8bbd-61d1d538e640'),
(58814,57,10484,NULL,8779,7,'2026-01-19 20:45:02','2026-01-19 20:45:02','fdc6309f-ce07-4343-b62a-0e7452371a70'),
(58815,57,10484,NULL,8780,8,'2026-01-19 20:45:02','2026-01-19 20:45:02','275af3aa-2e10-49cb-81b4-cb4245517781'),
(58841,47,1197,NULL,10486,1,'2026-01-19 20:45:33','2026-01-19 20:45:33','473532c2-72f0-492f-9357-5a97f3b4a3cc'),
(58842,32,10487,NULL,2610,1,'2026-01-19 20:45:33','2026-01-19 20:45:33','5d8b58ac-016c-4140-a35b-babac9dcb5aa'),
(58843,32,10487,NULL,2622,2,'2026-01-19 20:45:33','2026-01-19 20:45:33','7c6795fa-a8fc-48d4-8eb6-44f1612c86fc'),
(58844,32,10487,NULL,2598,3,'2026-01-19 20:45:33','2026-01-19 20:45:33','9d3e2303-9970-44bc-a3eb-96f9f52bb6bc'),
(58845,32,10487,NULL,2600,4,'2026-01-19 20:45:33','2026-01-19 20:45:33','f5b6ca71-613b-4017-8e6b-06e815578e98'),
(58846,32,10487,NULL,2604,5,'2026-01-19 20:45:33','2026-01-19 20:45:33','38ee929a-bc75-4458-bf53-d3617106e01f'),
(58847,32,10487,NULL,2608,6,'2026-01-19 20:45:33','2026-01-19 20:45:33','a73c07ea-16e2-44fb-a0be-30052a2a97bc'),
(58848,32,10487,NULL,2602,7,'2026-01-19 20:45:33','2026-01-19 20:45:33','85aae6ce-19a1-4732-a7a8-d0b12f039510'),
(58849,16,10487,NULL,4385,1,'2026-01-19 20:45:33','2026-01-19 20:45:33','60b61d48-ae78-416c-a9dd-b36c72ba25bb'),
(58850,7,10487,NULL,617,1,'2026-01-19 20:45:33','2026-01-19 20:45:33','2c6c5c23-7a7f-42a2-8d22-c949a4477f65'),
(58851,7,10487,NULL,605,2,'2026-01-19 20:45:33','2026-01-19 20:45:33','e481716f-f5a5-4073-a3ad-cf07580dfc3a'),
(58852,7,10487,NULL,9552,3,'2026-01-19 20:45:33','2026-01-19 20:45:33','c9c449e0-9266-46e9-bde8-dc6b4761eed8'),
(58853,82,10487,NULL,469,1,'2026-01-19 20:45:33','2026-01-19 20:45:33','91eaf999-e246-4d08-a563-6eac649d7143'),
(58854,82,10487,NULL,479,2,'2026-01-19 20:45:33','2026-01-19 20:45:33','444a6aaa-aa1b-4c54-a6f3-16b64ca94c51'),
(58855,82,10487,NULL,491,3,'2026-01-19 20:45:33','2026-01-19 20:45:33','56467f89-4273-448b-be44-ba8e73234421'),
(58856,46,10487,NULL,4403,1,'2026-01-19 20:45:33','2026-01-19 20:45:33','3354dba4-2c49-4159-ad90-d6b0fed2b6aa'),
(58857,47,10487,NULL,10486,1,'2026-01-19 20:45:33','2026-01-19 20:45:33','5188c0ab-28d6-4db1-9bd3-54476bca50c0'),
(58858,57,10487,NULL,8806,1,'2026-01-19 20:45:33','2026-01-19 20:45:33','9796a9ce-68a6-4508-a11a-f2805995b404'),
(58859,57,10487,NULL,8808,2,'2026-01-19 20:45:33','2026-01-19 20:45:33','1c86c3d8-2b67-498d-baa4-6dc1f4b0d6eb'),
(58860,57,10487,NULL,8810,3,'2026-01-19 20:45:33','2026-01-19 20:45:33','6954bdfc-a708-409b-9ab7-82cc6449d169'),
(58861,57,10487,NULL,8803,4,'2026-01-19 20:45:33','2026-01-19 20:45:33','222c9d5a-ba47-4523-984f-747ce2b610e8'),
(58862,57,10487,NULL,8804,5,'2026-01-19 20:45:33','2026-01-19 20:45:33','c1fd90c3-7a17-4b78-803c-1ac4a01d452c'),
(58863,57,10487,NULL,8805,6,'2026-01-19 20:45:33','2026-01-19 20:45:33','9ec0430f-0df3-4f65-be4f-e86d8155609a'),
(58864,57,10487,NULL,8807,7,'2026-01-19 20:45:33','2026-01-19 20:45:33','7665dc47-9c97-4e2b-9299-69e764bc58b9'),
(58895,47,1201,NULL,10489,1,'2026-01-19 20:46:03','2026-01-19 20:46:03','391139f3-af24-4338-a49d-97ea93243af2'),
(58896,32,10490,NULL,2610,1,'2026-01-19 20:46:04','2026-01-19 20:46:04','977a472b-7c9d-4680-96da-4ffaa66f70ea'),
(58897,32,10490,NULL,2598,2,'2026-01-19 20:46:04','2026-01-19 20:46:04','e5069ff1-d2c7-4132-b15f-de582290e351'),
(58898,32,10490,NULL,2600,3,'2026-01-19 20:46:04','2026-01-19 20:46:04','e1d6dcbc-b514-4a9d-92a7-294287fc24a4'),
(58899,32,10490,NULL,2602,4,'2026-01-19 20:46:04','2026-01-19 20:46:04','3e0ea4d8-8db6-4d47-b2f0-934761d95487'),
(58900,32,10490,NULL,2612,5,'2026-01-19 20:46:04','2026-01-19 20:46:04','da33aaf8-7147-4558-933d-74cba3a63c38'),
(58901,32,10490,NULL,2618,6,'2026-01-19 20:46:04','2026-01-19 20:46:04','2995500e-13f4-4a76-a9cc-588a41a62cb8'),
(58902,32,10490,NULL,2604,7,'2026-01-19 20:46:04','2026-01-19 20:46:04','7a846f3b-a17f-4e2e-a636-a94d0e183b5b'),
(58903,32,10490,NULL,2608,8,'2026-01-19 20:46:04','2026-01-19 20:46:04','6659f661-73b2-42e0-b275-f7e8ad78f330'),
(58904,16,10490,NULL,4414,1,'2026-01-19 20:46:04','2026-01-19 20:46:04','d4ac8d13-cbc6-4f26-8a20-45113e53d038'),
(58905,7,10490,NULL,6547,1,'2026-01-19 20:46:04','2026-01-19 20:46:04','9c396c0e-0de6-4a76-8850-caddccc18118'),
(58906,7,10490,NULL,601,2,'2026-01-19 20:46:04','2026-01-19 20:46:04','23a749b2-a474-4b19-b6b6-a528cef8d9fe'),
(58907,7,10490,NULL,617,3,'2026-01-19 20:46:04','2026-01-19 20:46:04','eb89479b-3efb-42f6-ab97-e511f02f7812'),
(58908,7,10490,NULL,605,4,'2026-01-19 20:46:04','2026-01-19 20:46:04','2e83707f-47ff-462a-84c4-01b839b766b7'),
(58909,7,10490,NULL,9552,5,'2026-01-19 20:46:04','2026-01-19 20:46:04','3adb99fe-2ab5-4ada-9657-171aa2f4a1f8'),
(58910,82,10490,NULL,469,1,'2026-01-19 20:46:04','2026-01-19 20:46:04','f2bce440-9bfb-4828-9b36-c383ef40208a'),
(58911,82,10490,NULL,479,2,'2026-01-19 20:46:04','2026-01-19 20:46:04','8a15feec-277b-4cc9-b022-c19a8cedaeb7'),
(58912,82,10490,NULL,491,3,'2026-01-19 20:46:04','2026-01-19 20:46:04','f63de204-ebfb-4430-96f0-6f6d3466c291'),
(58913,46,10490,NULL,3697,1,'2026-01-19 20:46:04','2026-01-19 20:46:04','2191f9f3-f3f5-4e91-bf68-7cdaa31fdceb'),
(58914,47,10490,NULL,10489,1,'2026-01-19 20:46:04','2026-01-19 20:46:04','d1adf7e4-69d8-4b0d-833b-161335ddc47e'),
(58915,57,10490,NULL,8831,1,'2026-01-19 20:46:04','2026-01-19 20:46:04','f35a78d1-077d-4e7a-b4bc-e22801f90595'),
(58916,57,10490,NULL,8837,2,'2026-01-19 20:46:04','2026-01-19 20:46:04','8fdd742d-45bc-422c-a239-64fe5577aa4b'),
(58917,57,10490,NULL,8835,3,'2026-01-19 20:46:04','2026-01-19 20:46:04','d4e90bb1-4f89-457b-a20c-7dcca38dec82'),
(58918,57,10490,NULL,8832,4,'2026-01-19 20:46:04','2026-01-19 20:46:04','406e5b32-93ec-46b9-9f37-7f855b044f19'),
(58919,57,10490,NULL,8833,5,'2026-01-19 20:46:04','2026-01-19 20:46:04','24f538eb-e9e5-468b-aab0-2b2ad2044952'),
(58920,57,10490,NULL,8834,6,'2026-01-19 20:46:04','2026-01-19 20:46:04','b39ffc55-f110-4d31-a988-3c119329e3fc'),
(58921,57,10490,NULL,8836,7,'2026-01-19 20:46:04','2026-01-19 20:46:04','3f73882d-7ea0-4c4b-8cb9-a90f3644ed32'),
(58922,57,10490,NULL,8830,8,'2026-01-19 20:46:04','2026-01-19 20:46:04','533584fc-a6a0-4148-b81f-13d5c225f742'),
(58923,57,10490,NULL,8829,9,'2026-01-19 20:46:04','2026-01-19 20:46:04','f07bcd7e-a7a9-4a4d-b99c-7ef1a24bf78a'),
(58951,47,1209,NULL,10492,1,'2026-01-19 20:46:28','2026-01-19 20:46:28','fc71fc9b-d46a-41b6-a259-e481e379a4f7'),
(58952,32,10493,NULL,2610,1,'2026-01-19 20:46:28','2026-01-19 20:46:28','a18f9f6f-0511-4ba1-815f-15f52fb1accb'),
(58953,32,10493,NULL,2598,2,'2026-01-19 20:46:28','2026-01-19 20:46:28','2f97c46d-be93-44b1-bb8a-f3519fb29b59'),
(58954,32,10493,NULL,2624,3,'2026-01-19 20:46:28','2026-01-19 20:46:28','24388fac-cbe0-4faf-ac3e-aef20eb4d42a'),
(58955,32,10493,NULL,2600,4,'2026-01-19 20:46:28','2026-01-19 20:46:28','8cefc7d8-ff47-45ee-8ddc-44f1142fdcad'),
(58956,32,10493,NULL,2606,5,'2026-01-19 20:46:28','2026-01-19 20:46:28','07e2e3e2-8749-4dc0-ac38-b558fa58e822'),
(58957,32,10493,NULL,2604,6,'2026-01-19 20:46:28','2026-01-19 20:46:28','8eb7eeb5-2788-412e-a2a9-79e813a1a669'),
(58958,32,10493,NULL,2608,7,'2026-01-19 20:46:28','2026-01-19 20:46:28','e15ddd50-d211-4fde-871b-27c630b1b389'),
(58959,32,10493,NULL,2602,8,'2026-01-19 20:46:28','2026-01-19 20:46:28','33f26a5d-7dc8-4a2f-b2ce-6344c5e25ae5'),
(58960,16,10493,NULL,4440,1,'2026-01-19 20:46:28','2026-01-19 20:46:28','7909a042-f4d6-482a-b3ad-1f2d836dd7d1'),
(58961,7,10493,NULL,2969,1,'2026-01-19 20:46:28','2026-01-19 20:46:28','751ccb0b-36e8-437b-bce5-b5ca4a9c5516'),
(58962,7,10493,NULL,617,2,'2026-01-19 20:46:28','2026-01-19 20:46:28','cdb0fe45-d04e-4bc1-b498-7d181943bbcc'),
(58963,7,10493,NULL,605,3,'2026-01-19 20:46:28','2026-01-19 20:46:28','897c3cfb-9217-4c52-b9f4-6c16e8292cb2'),
(58964,7,10493,NULL,9552,4,'2026-01-19 20:46:28','2026-01-19 20:46:28','dda82b75-cdd6-421b-acfa-539c0f63dde3'),
(58965,82,10493,NULL,469,1,'2026-01-19 20:46:28','2026-01-19 20:46:28','a42e8cbe-d0af-469d-a07c-bdc0c5e9154a'),
(58966,82,10493,NULL,491,2,'2026-01-19 20:46:28','2026-01-19 20:46:28','200ceb3d-2939-471e-8cee-307393adad57'),
(58967,46,10493,NULL,2891,1,'2026-01-19 20:46:28','2026-01-19 20:46:28','389346a6-791d-4e12-a198-c829236ba5cd'),
(58968,47,10493,NULL,10492,1,'2026-01-19 20:46:28','2026-01-19 20:46:28','4753da18-0d45-4be4-902d-dd5ec553f90c'),
(58969,57,10493,NULL,8867,1,'2026-01-19 20:46:28','2026-01-19 20:46:28','9502f087-8f54-41d2-9863-10f3b56f79c9'),
(58970,57,10493,NULL,8868,2,'2026-01-19 20:46:28','2026-01-19 20:46:28','14423674-18f4-47a4-9343-e5aef42611ec'),
(58971,57,10493,NULL,8864,3,'2026-01-19 20:46:28','2026-01-19 20:46:28','1139adf8-7f16-4f97-ac7a-d5a402e03900'),
(58972,57,10493,NULL,8869,4,'2026-01-19 20:46:28','2026-01-19 20:46:28','fddc9ffc-7000-4253-9ee7-5eb58cca1e3b'),
(58973,57,10493,NULL,8871,5,'2026-01-19 20:46:28','2026-01-19 20:46:28','4310b9fb-aa78-42fe-b549-4fdb8b17104d'),
(58974,57,10493,NULL,8862,6,'2026-01-19 20:46:28','2026-01-19 20:46:28','80767f55-1a7b-4fd4-a1bc-79ba731cefb9'),
(58975,57,10493,NULL,8866,7,'2026-01-19 20:46:28','2026-01-19 20:46:28','929b7000-7ab7-484c-8c42-6456f7774bc7'),
(58976,57,10493,NULL,8865,8,'2026-01-19 20:46:28','2026-01-19 20:46:28','182eebe9-78fb-4949-8ee7-fac62722698f'),
(58996,47,1215,NULL,10495,1,'2026-01-19 20:46:54','2026-01-19 20:46:54','e227e6da-01e8-4d91-867c-45cb1000a304'),
(58997,32,10496,NULL,2610,1,'2026-01-19 20:46:54','2026-01-19 20:46:54','f4a6bfcb-a067-4e82-a3b9-ee0b30428db6'),
(58998,32,10496,NULL,2598,2,'2026-01-19 20:46:54','2026-01-19 20:46:54','6a3f1956-63b3-4272-8dcd-2004480d5f4a'),
(58999,32,10496,NULL,2600,3,'2026-01-19 20:46:54','2026-01-19 20:46:54','390d4f87-515c-4fd8-8a81-efea54b94416'),
(59000,32,10496,NULL,2604,4,'2026-01-19 20:46:54','2026-01-19 20:46:54','2f61b279-cf34-4ca1-a9ea-b1aa820c6a8b'),
(59001,32,10496,NULL,2608,5,'2026-01-19 20:46:54','2026-01-19 20:46:54','484dd248-9ca6-459f-a4b5-8a9be87d4c45'),
(59002,32,10496,NULL,2602,6,'2026-01-19 20:46:54','2026-01-19 20:46:54','3d200b58-9fa4-4c51-bd95-22032cde66ba'),
(59003,16,10496,NULL,4466,1,'2026-01-19 20:46:54','2026-01-19 20:46:54','afbe5e8a-dea4-4bc8-8220-e10e3698d897'),
(59004,7,10496,NULL,617,1,'2026-01-19 20:46:54','2026-01-19 20:46:54','a853f2dc-ccb5-4fd1-a4c6-7e342bc542cf'),
(59005,7,10496,NULL,605,2,'2026-01-19 20:46:54','2026-01-19 20:46:54','bf7d9f68-8f0b-43a6-8d04-8c221ae01ac2'),
(59006,7,10496,NULL,9552,3,'2026-01-19 20:46:54','2026-01-19 20:46:54','108506a4-2354-4d9e-8c0a-d26e3fe456bf'),
(59007,82,10496,NULL,469,1,'2026-01-19 20:46:54','2026-01-19 20:46:54','c597cf67-d9db-4c36-8a87-c3b03595ec23'),
(59008,82,10496,NULL,479,2,'2026-01-19 20:46:54','2026-01-19 20:46:54','ce295029-2db3-4585-852c-f385921b8ca4'),
(59009,82,10496,NULL,491,3,'2026-01-19 20:46:54','2026-01-19 20:46:54','c9476e49-1729-4152-ad6b-e993f3462ebf'),
(59010,47,10496,NULL,10495,1,'2026-01-19 20:46:54','2026-01-19 20:46:54','896ea59c-5447-4367-a4d3-557a5c034159'),
(59011,57,10496,NULL,8888,1,'2026-01-19 20:46:54','2026-01-19 20:46:54','dac169c6-a2fa-4b55-89e6-69d6fd81e84f'),
(59012,57,10496,NULL,8889,2,'2026-01-19 20:46:54','2026-01-19 20:46:54','af30e9d7-85c8-4e5f-b577-d44b900acf94'),
(59013,57,10496,NULL,9589,3,'2026-01-19 20:46:54','2026-01-19 20:46:54','f1bb89d8-16c2-4283-8c41-2beb20d16527'),
(59051,47,1219,NULL,10498,1,'2026-01-19 20:47:18','2026-01-19 20:47:18','c01c60e4-a479-4edd-ae1f-c0065081df1c'),
(59052,32,10499,NULL,2610,1,'2026-01-19 20:47:18','2026-01-19 20:47:18','5ba68561-9e4b-44de-8c40-e47461679635'),
(59053,32,10499,NULL,2598,2,'2026-01-19 20:47:18','2026-01-19 20:47:18','656ffe55-0aab-425e-9f06-44cbf32cdbdf'),
(59054,32,10499,NULL,2600,3,'2026-01-19 20:47:18','2026-01-19 20:47:18','a276ae61-8a23-4620-bf9e-63164411c068'),
(59055,32,10499,NULL,2604,4,'2026-01-19 20:47:18','2026-01-19 20:47:18','52f092f4-fb70-4ee2-8e95-4be375aa967f'),
(59056,32,10499,NULL,2608,5,'2026-01-19 20:47:18','2026-01-19 20:47:18','6f1ef814-8709-454d-8bc8-7abe248f91a7'),
(59057,32,10499,NULL,2602,6,'2026-01-19 20:47:18','2026-01-19 20:47:18','fa500090-5d19-4efa-a33f-c3e70f98e4cd'),
(59058,16,10499,NULL,4497,1,'2026-01-19 20:47:18','2026-01-19 20:47:18','9f7c6946-a641-4e1a-afbe-5824c4015223'),
(59059,7,10499,NULL,3468,1,'2026-01-19 20:47:18','2026-01-19 20:47:18','3661588e-4c48-4d8a-894c-bb2452d35306'),
(59060,7,10499,NULL,2969,2,'2026-01-19 20:47:18','2026-01-19 20:47:18','dbe94e8e-4446-4ed4-8669-c3c672781495'),
(59061,7,10499,NULL,617,3,'2026-01-19 20:47:18','2026-01-19 20:47:18','a90505e1-988e-40f5-b878-1dce30644c60'),
(59062,7,10499,NULL,9732,4,'2026-01-19 20:47:18','2026-01-19 20:47:18','bff366c3-cfc8-4c7a-81f5-78017a793a6f'),
(59063,7,10499,NULL,9640,5,'2026-01-19 20:47:18','2026-01-19 20:47:18','83b567a3-4404-4ec8-b47e-04cb0a78aa27'),
(59064,7,10499,NULL,9552,6,'2026-01-19 20:47:18','2026-01-19 20:47:18','57f87afb-39e9-43b4-ab1b-c7917f5b4ab7'),
(59065,7,10499,NULL,605,7,'2026-01-19 20:47:18','2026-01-19 20:47:18','a7c1795c-93d2-463f-b906-2d34b54ac8ad'),
(59066,82,10499,NULL,469,1,'2026-01-19 20:47:18','2026-01-19 20:47:18','091fc43e-3f9f-40a7-ac1f-25ad15307cfd'),
(59067,82,10499,NULL,479,2,'2026-01-19 20:47:18','2026-01-19 20:47:18','7e8ca194-6835-4563-9ec2-fc1f5d6c37b7'),
(59068,82,10499,NULL,491,3,'2026-01-19 20:47:18','2026-01-19 20:47:18','2da7d923-0945-4e1e-bf4d-51e8d1d2cc73'),
(59069,47,10499,NULL,10498,1,'2026-01-19 20:47:18','2026-01-19 20:47:18','9345a30e-3929-4ed1-8912-c10c3bd1a5cf'),
(59070,57,10499,NULL,8923,1,'2026-01-19 20:47:18','2026-01-19 20:47:18','492b5647-29d1-4a5b-83a8-721bb8683bf2'),
(59071,57,10499,NULL,8936,2,'2026-01-19 20:47:18','2026-01-19 20:47:18','9e611501-42d4-4f37-a267-afd49854c13e'),
(59072,57,10499,NULL,8934,3,'2026-01-19 20:47:18','2026-01-19 20:47:18','524cdfb4-7c09-4104-a0c4-3e388e811a30'),
(59073,57,10499,NULL,8935,4,'2026-01-19 20:47:18','2026-01-19 20:47:18','69bb9de2-c942-4e75-ae5d-81804a55ce3b'),
(59074,57,10499,NULL,8931,5,'2026-01-19 20:47:18','2026-01-19 20:47:18','caeaca5f-b35b-44da-b005-07753bc75c82'),
(59075,57,10499,NULL,8928,6,'2026-01-19 20:47:18','2026-01-19 20:47:18','05f69163-111f-48ed-9c53-5b015060c80f'),
(59076,57,10499,NULL,8929,7,'2026-01-19 20:47:18','2026-01-19 20:47:18','41145bd7-13d4-4772-bc21-21ebaf73caf6'),
(59077,57,10499,NULL,8930,8,'2026-01-19 20:47:18','2026-01-19 20:47:18','617aea2a-de34-45a6-a3f6-6b3c5ea5f179'),
(59078,57,10499,NULL,8920,9,'2026-01-19 20:47:18','2026-01-19 20:47:18','6c469898-3e60-4648-a5af-28b6b482e072'),
(59079,57,10499,NULL,8918,10,'2026-01-19 20:47:18','2026-01-19 20:47:18','72991581-a50b-4a89-84af-dd6ba6f54940'),
(59080,57,10499,NULL,8919,11,'2026-01-19 20:47:18','2026-01-19 20:47:18','01dd7c47-960f-4492-aede-87d4e460dac0'),
(59081,57,10499,NULL,8924,12,'2026-01-19 20:47:18','2026-01-19 20:47:18','115cf684-1e8e-44d6-b0a5-1e631a7ee553'),
(59082,57,10499,NULL,8925,13,'2026-01-19 20:47:18','2026-01-19 20:47:18','6fbda3da-65e9-4841-87eb-dd7ab543b9ae'),
(59083,57,10499,NULL,8926,14,'2026-01-19 20:47:18','2026-01-19 20:47:18','a57dffb4-e966-477c-aff1-660baffff09c'),
(59084,57,10499,NULL,8927,15,'2026-01-19 20:47:18','2026-01-19 20:47:18','b32553b8-b74b-4665-83ee-40e54ce63638'),
(59085,57,10499,NULL,8932,16,'2026-01-19 20:47:18','2026-01-19 20:47:18','ef654afc-f76f-439b-a557-78745101a2ed'),
(59086,57,10499,NULL,8933,17,'2026-01-19 20:47:18','2026-01-19 20:47:18','f56c3069-9795-49f1-9bf0-14dcf41de23d'),
(59113,47,1225,NULL,10501,1,'2026-01-19 20:47:44','2026-01-19 20:47:44','2f7bf2b5-f450-49bc-b90e-f7689314b677'),
(59114,32,10502,NULL,2610,1,'2026-01-19 20:47:44','2026-01-19 20:47:44','c76e9be1-ee78-4d98-91fc-5ed59651fd31'),
(59115,32,10502,NULL,2598,2,'2026-01-19 20:47:44','2026-01-19 20:47:44','5897b4c7-4e20-4fdc-9fe0-4885861d6bee'),
(59116,32,10502,NULL,2600,3,'2026-01-19 20:47:44','2026-01-19 20:47:44','25835598-93dd-41b4-a20e-c5c33af4a2fd'),
(59117,32,10502,NULL,2604,4,'2026-01-19 20:47:44','2026-01-19 20:47:44','fbdd9f88-59ef-4361-a2db-882bca8f7a0a'),
(59118,32,10502,NULL,2608,5,'2026-01-19 20:47:44','2026-01-19 20:47:44','07a63ae5-f13c-4e26-8cdd-ed7552ed3143'),
(59119,32,10502,NULL,2602,6,'2026-01-19 20:47:44','2026-01-19 20:47:44','34ae3263-88b3-40d2-8bef-89babd8855ef'),
(59120,16,10502,NULL,4526,1,'2026-01-19 20:47:44','2026-01-19 20:47:44','f5d77283-4e5c-40c9-886e-04475bf6f359'),
(59121,7,10502,NULL,2969,1,'2026-01-19 20:47:44','2026-01-19 20:47:44','e67db518-c5cf-4bc1-a4e5-7764a3969814'),
(59122,7,10502,NULL,2974,2,'2026-01-19 20:47:44','2026-01-19 20:47:44','7a769463-92b2-4288-a10c-b29d5c713a38'),
(59123,7,10502,NULL,617,3,'2026-01-19 20:47:44','2026-01-19 20:47:44','575f9c8a-3663-4f9c-b34c-53bc65fd0d67'),
(59124,7,10502,NULL,605,4,'2026-01-19 20:47:44','2026-01-19 20:47:44','58d073a3-ebff-4593-9c6c-4dbb8fbf9c04'),
(59125,7,10502,NULL,9552,5,'2026-01-19 20:47:44','2026-01-19 20:47:44','daab0f49-d37e-48c9-890a-ec0bee294d34'),
(59126,82,10502,NULL,469,1,'2026-01-19 20:47:44','2026-01-19 20:47:44','e85adc87-d1e1-4a0c-bfed-aa7d63408e52'),
(59127,82,10502,NULL,479,2,'2026-01-19 20:47:44','2026-01-19 20:47:44','139c33da-d4b3-41db-897f-ed6af0346a01'),
(59128,82,10502,NULL,491,3,'2026-01-19 20:47:44','2026-01-19 20:47:44','3d4a1067-9e6b-4a0c-86f5-9fe641e47a85'),
(59129,47,10502,NULL,10501,1,'2026-01-19 20:47:44','2026-01-19 20:47:44','9065a64e-721d-444a-a672-0d9da509d719'),
(59130,57,10502,NULL,8955,1,'2026-01-19 20:47:44','2026-01-19 20:47:44','7e785b51-4f69-43d7-b2e3-af82b43c25e8'),
(59131,57,10502,NULL,8956,2,'2026-01-19 20:47:44','2026-01-19 20:47:44','ddae1cd6-b0e9-4c9e-9bce-effeaca33f07'),
(59132,57,10502,NULL,8957,3,'2026-01-19 20:47:44','2026-01-19 20:47:44','0e15f164-4faa-4dfb-939d-d159b62226fd'),
(59133,57,10502,NULL,8958,4,'2026-01-19 20:47:44','2026-01-19 20:47:44','ba20b836-8ed2-44de-8ada-fbcf7b74c4d4'),
(59134,57,10502,NULL,8953,5,'2026-01-19 20:47:44','2026-01-19 20:47:44','2125be6d-2c51-4756-b025-04c249db67c5'),
(59135,57,10502,NULL,8954,6,'2026-01-19 20:47:44','2026-01-19 20:47:44','f3b037fc-6123-4b6b-a49b-2e8bc9993198'),
(59136,57,10502,NULL,9592,7,'2026-01-19 20:47:44','2026-01-19 20:47:44','aaf933bb-a3b3-47fe-9081-4be469e505c3'),
(59137,57,10502,NULL,8959,8,'2026-01-19 20:47:44','2026-01-19 20:47:44','f84ba4ba-d9f2-43c6-95e6-ccca66b8bbb5'),
(59162,47,1231,NULL,10504,1,'2026-01-19 20:48:11','2026-01-19 20:48:11','b017091f-01f7-4f58-a20a-fb5c92edcdb7'),
(59163,32,10505,NULL,2610,1,'2026-01-19 20:48:12','2026-01-19 20:48:12','641d0677-155f-4204-a4e4-abba67aa5101'),
(59164,32,10505,NULL,2598,2,'2026-01-19 20:48:12','2026-01-19 20:48:12','09928655-90e8-44c3-8c86-a016be6e5e14'),
(59165,32,10505,NULL,2600,3,'2026-01-19 20:48:12','2026-01-19 20:48:12','4c8a6736-f7a2-42e3-8a3b-ba4f7db7eba5'),
(59166,32,10505,NULL,2604,4,'2026-01-19 20:48:12','2026-01-19 20:48:12','a8df2278-d9dc-499f-bc20-a8e82c19e3c6'),
(59167,32,10505,NULL,2608,5,'2026-01-19 20:48:12','2026-01-19 20:48:12','49c59f69-dc3c-476a-9ea8-7662327e6701'),
(59168,32,10505,NULL,2602,6,'2026-01-19 20:48:12','2026-01-19 20:48:12','8918549a-e9f2-4ba3-9d01-c5873f3a8805'),
(59169,16,10505,NULL,4554,1,'2026-01-19 20:48:12','2026-01-19 20:48:12','c5493226-03e4-4e65-bb39-3e933ea13d95'),
(59170,7,10505,NULL,3468,1,'2026-01-19 20:48:12','2026-01-19 20:48:12','d1887a50-3f58-4f5d-a25c-787d098fda00'),
(59171,7,10505,NULL,617,2,'2026-01-19 20:48:12','2026-01-19 20:48:12','20810815-c881-447f-a0c6-789ed546a1c1'),
(59172,7,10505,NULL,605,3,'2026-01-19 20:48:12','2026-01-19 20:48:12','0768b6a0-afcf-4041-8565-eb6ac3d47895'),
(59173,7,10505,NULL,9552,4,'2026-01-19 20:48:12','2026-01-19 20:48:12','b3f8d7c7-724f-468a-893a-7a1e8f5c38df'),
(59174,82,10505,NULL,469,1,'2026-01-19 20:48:12','2026-01-19 20:48:12','a1f00a0d-4cf1-4baf-a82f-ceef0d09119b'),
(59175,82,10505,NULL,479,2,'2026-01-19 20:48:12','2026-01-19 20:48:12','e07c3393-5f06-42e8-b576-60d6507eb106'),
(59176,82,10505,NULL,491,3,'2026-01-19 20:48:12','2026-01-19 20:48:12','3f930685-308e-472b-81c5-2d75ea7ef16d'),
(59177,47,10505,NULL,10504,1,'2026-01-19 20:48:12','2026-01-19 20:48:12','7aff363e-63d0-4a98-8cef-2831fa3e4300'),
(59178,57,10505,NULL,8968,1,'2026-01-19 20:48:12','2026-01-19 20:48:12','34aca92a-a81f-4ddf-bc4d-c35279c82bea'),
(59179,57,10505,NULL,8970,2,'2026-01-19 20:48:12','2026-01-19 20:48:12','c0627435-bab5-4b94-8028-baaeeb75fb59'),
(59180,57,10505,NULL,8971,3,'2026-01-19 20:48:12','2026-01-19 20:48:12','588c4240-fe73-472f-b35d-0842400ea4d9'),
(59181,57,10505,NULL,8972,4,'2026-01-19 20:48:12','2026-01-19 20:48:12','af66030d-a6d1-4bfd-b518-a273ef6c2e94'),
(59182,57,10505,NULL,8973,5,'2026-01-19 20:48:12','2026-01-19 20:48:12','fe28d174-211c-4346-b259-79dfd92cdcc1'),
(59183,57,10505,NULL,8969,6,'2026-01-19 20:48:12','2026-01-19 20:48:12','64255b49-bb04-499a-8209-58206aabcabe'),
(59184,57,10505,NULL,8974,7,'2026-01-19 20:48:12','2026-01-19 20:48:12','70bd8055-28ca-47c9-b4e3-f7f35e660720'),
(59207,32,10508,NULL,2610,1,'2026-01-19 20:59:09','2026-01-19 20:59:09','28c8e48a-2f98-4ca4-a4f2-11505884218e'),
(59208,32,10508,NULL,2598,2,'2026-01-19 20:59:09','2026-01-19 20:59:09','58db8e7e-6de7-4e97-b98a-fc6673815cf8'),
(59209,32,10508,NULL,2608,3,'2026-01-19 20:59:09','2026-01-19 20:59:09','b36d3937-547f-4971-a5df-4b8086eb62f0'),
(59210,32,10508,NULL,2600,4,'2026-01-19 20:59:09','2026-01-19 20:59:09','58a075f0-3a02-42b6-b713-b5890e06ddfb'),
(59211,32,10508,NULL,2596,5,'2026-01-19 20:59:09','2026-01-19 20:59:09','30af30e0-4f77-473b-83ca-6e5892cf0f99'),
(59212,32,10508,NULL,2602,6,'2026-01-19 20:59:09','2026-01-19 20:59:09','e1812680-243c-4ca7-bf09-659d6f4a1b00'),
(59213,32,10508,NULL,2604,7,'2026-01-19 20:59:09','2026-01-19 20:59:09','6cb6da73-8d2b-40af-87d1-20429ce1af78'),
(59214,16,10508,NULL,545,1,'2026-01-19 20:59:09','2026-01-19 20:59:09','b9a5e38a-4bc2-44fd-82cf-c3731826d47e'),
(59215,7,10508,NULL,601,1,'2026-01-19 20:59:09','2026-01-19 20:59:09','e26e9ebc-a4a2-4892-aac7-fbcbe8dff3f6'),
(59216,7,10508,NULL,617,2,'2026-01-19 20:59:09','2026-01-19 20:59:09','07d6c15c-3504-404a-9c66-4225c83e50ce'),
(59217,7,10508,NULL,605,3,'2026-01-19 20:59:09','2026-01-19 20:59:09','5b1502a1-fd42-4b1d-82e1-75fbd344247c'),
(59218,7,10508,NULL,9552,4,'2026-01-19 20:59:09','2026-01-19 20:59:09','84dfd245-6306-4cb6-a1ba-49789b62d64b'),
(59219,82,10508,NULL,479,1,'2026-01-19 20:59:09','2026-01-19 20:59:09','6bca0382-301f-4012-90a1-092a5aaf3bd1'),
(59220,82,10508,NULL,491,2,'2026-01-19 20:59:09','2026-01-19 20:59:09','6cb7aa59-1b53-4e19-8ee3-406a9c988d2a'),
(59221,47,10508,NULL,10507,1,'2026-01-19 20:59:09','2026-01-19 20:59:09','bd7e514e-46ce-431c-82be-b9978bc7ffa1'),
(59222,57,10508,NULL,545,1,'2026-01-19 20:59:09','2026-01-19 20:59:09','624517bb-1c84-4010-bc88-933e2ab3f658'),
(59223,57,10508,NULL,137,2,'2026-01-19 20:59:09','2026-01-19 20:59:09','ae1d9f42-32f3-4fe4-b56a-5800b4ee6669'),
(59224,57,10508,NULL,138,3,'2026-01-19 20:59:09','2026-01-19 20:59:09','6e639062-2031-4a49-9bc3-ea5d2e677858'),
(59225,57,10508,NULL,136,4,'2026-01-19 20:59:09','2026-01-19 20:59:09','b93caad7-035f-48c6-8d1b-b435c190f6af'),
(59253,32,10511,NULL,2610,1,'2026-01-19 20:59:47','2026-01-19 20:59:47','cee3ab8a-1dcb-4e91-ba2b-7c04e6d51da2'),
(59254,32,10511,NULL,2598,2,'2026-01-19 20:59:47','2026-01-19 20:59:47','2f1e12b7-43c1-4631-8ddb-232f041e250d'),
(59255,32,10511,NULL,2608,3,'2026-01-19 20:59:47','2026-01-19 20:59:47','1ff264ff-f170-41b9-b925-759cd530a28d'),
(59256,32,10511,NULL,2600,4,'2026-01-19 20:59:47','2026-01-19 20:59:47','1e75022d-0b65-4b70-8080-6dd467a0991c'),
(59257,32,10511,NULL,2596,5,'2026-01-19 20:59:47','2026-01-19 20:59:47','9c1e10ad-603b-4140-8df0-5b431b9a6a5c'),
(59258,32,10511,NULL,2602,6,'2026-01-19 20:59:47','2026-01-19 20:59:47','f6490f62-181c-4d7e-ad14-b39f2a1a774d'),
(59259,32,10511,NULL,2604,7,'2026-01-19 20:59:47','2026-01-19 20:59:47','1ef61e03-ca14-4a9f-bb11-16e08cf2152f'),
(59260,83,10511,NULL,951,1,'2026-01-19 20:59:47','2026-01-19 20:59:47','0f6d8e09-161f-4c15-937e-14f9606bac5d'),
(59261,16,10511,NULL,7700,1,'2026-01-19 20:59:47','2026-01-19 20:59:47','5f17b23c-eb2f-4c94-b822-6447879a5f13'),
(59262,7,10511,NULL,2969,1,'2026-01-19 20:59:47','2026-01-19 20:59:47','78645363-4abe-4133-aa51-033a127e445d'),
(59263,7,10511,NULL,2972,2,'2026-01-19 20:59:47','2026-01-19 20:59:47','7f04549f-1885-473e-a257-04396f323856'),
(59264,7,10511,NULL,2974,3,'2026-01-19 20:59:47','2026-01-19 20:59:47','30dbd27a-e2da-45b0-9fc9-a2c10faebb83'),
(59265,7,10511,NULL,617,4,'2026-01-19 20:59:47','2026-01-19 20:59:47','da763041-72ea-45a6-8f1b-e03d7616f0bb'),
(59266,7,10511,NULL,605,5,'2026-01-19 20:59:47','2026-01-19 20:59:47','587fd4ee-2a93-43e0-a2a6-88cfac9906c1'),
(59267,7,10511,NULL,9552,6,'2026-01-19 20:59:47','2026-01-19 20:59:47','63269b72-e26c-4ea9-8ff2-3a2e964b108e'),
(59268,82,10511,NULL,479,1,'2026-01-19 20:59:47','2026-01-19 20:59:47','9940189a-1fb6-42ef-a57d-25da1a74a3ef'),
(59269,82,10511,NULL,491,2,'2026-01-19 20:59:47','2026-01-19 20:59:47','8c5f5eec-92bb-417d-90d1-ca3f232ca3b8'),
(59270,47,10511,NULL,10510,1,'2026-01-19 20:59:47','2026-01-19 20:59:47','9d973aab-e3cd-4b36-b1eb-3beeda9083df'),
(59271,57,10511,NULL,4842,1,'2026-01-19 20:59:47','2026-01-19 20:59:47','a9461b43-5714-48d6-91a2-7d19997c9680'),
(59272,57,10511,NULL,4841,2,'2026-01-19 20:59:47','2026-01-19 20:59:47','221ab88e-5eec-4126-b4a2-f90b26a36796'),
(59273,57,10511,NULL,4846,3,'2026-01-19 20:59:47','2026-01-19 20:59:47','c05f7571-7620-4d3b-8dc7-3b4bb0c58b04'),
(59274,57,10511,NULL,4845,4,'2026-01-19 20:59:47','2026-01-19 20:59:47','677bdd64-eb0b-442a-b43e-a7fd7c962473'),
(59275,57,10511,NULL,4844,5,'2026-01-19 20:59:47','2026-01-19 20:59:47','a62c9e9d-7a82-4150-b321-197554040551'),
(59276,57,10511,NULL,4843,6,'2026-01-19 20:59:47','2026-01-19 20:59:47','6256817e-1893-4aca-9f2b-df6557a23417'),
(59303,32,10514,NULL,2610,1,'2026-01-19 21:01:27','2026-01-19 21:01:27','7eb1d2c7-c76f-4d33-85e9-16a8a1cd817f'),
(59304,32,10514,NULL,2598,2,'2026-01-19 21:01:27','2026-01-19 21:01:27','80bc86b2-2bef-44ef-86b9-fe7cb4285160'),
(59305,32,10514,NULL,2608,3,'2026-01-19 21:01:27','2026-01-19 21:01:27','5742e06c-97bd-4cc3-9676-07d1300d1c61'),
(59306,32,10514,NULL,2600,4,'2026-01-19 21:01:27','2026-01-19 21:01:27','d8459cac-452a-41cb-a6d6-4052ca41c7db'),
(59307,32,10514,NULL,2596,5,'2026-01-19 21:01:27','2026-01-19 21:01:27','8c4b1013-e9b2-472d-8615-e57572234549'),
(59308,32,10514,NULL,2602,6,'2026-01-19 21:01:27','2026-01-19 21:01:27','94cce9c5-35cc-49e7-90f9-540050b616fd'),
(59309,32,10514,NULL,2604,7,'2026-01-19 21:01:27','2026-01-19 21:01:27','500e1d85-693e-4174-8810-537ccc4f72f4'),
(59310,16,10514,NULL,7707,1,'2026-01-19 21:01:27','2026-01-19 21:01:27','f070ebc8-61be-4d19-8059-303c266de9de'),
(59311,7,10514,NULL,2969,1,'2026-01-19 21:01:27','2026-01-19 21:01:27','093be548-771b-4c3a-a245-bfa529ea3ec6'),
(59312,7,10514,NULL,3027,2,'2026-01-19 21:01:27','2026-01-19 21:01:27','7f5823cf-e842-4d6b-a320-5b3b73831657'),
(59313,7,10514,NULL,9727,3,'2026-01-19 21:01:27','2026-01-19 21:01:27','9eaab12f-6436-4491-99a0-ec41d821d3f5'),
(59314,7,10514,NULL,617,4,'2026-01-19 21:01:27','2026-01-19 21:01:27','02704351-5935-44be-aaaf-7342af90078d'),
(59315,7,10514,NULL,605,5,'2026-01-19 21:01:27','2026-01-19 21:01:27','636e6c6c-1a60-42a4-835c-b32dee9950aa'),
(59316,82,10514,NULL,479,1,'2026-01-19 21:01:27','2026-01-19 21:01:27','6b18ccb1-149e-44b0-872b-d70890f01d17'),
(59317,82,10514,NULL,491,2,'2026-01-19 21:01:27','2026-01-19 21:01:27','e876f612-6704-4bd2-853e-c23d5336f99e'),
(59318,46,10514,NULL,7369,1,'2026-01-19 21:01:27','2026-01-19 21:01:27','e5e3801f-3e91-4e40-b08a-7084d12f51ca'),
(59319,47,10514,NULL,10513,1,'2026-01-19 21:01:27','2026-01-19 21:01:27','437119ec-c364-4ede-8c3e-bb67a40be7f3'),
(59320,57,10514,NULL,4923,1,'2026-01-19 21:01:27','2026-01-19 21:01:27','817fade0-56be-459e-8671-6c43eee7f51a'),
(59321,57,10514,NULL,4920,2,'2026-01-19 21:01:27','2026-01-19 21:01:27','72b5800e-5f5d-4621-afd2-0ade69c0d716'),
(59322,57,10514,NULL,4921,3,'2026-01-19 21:01:27','2026-01-19 21:01:27','2bd4934f-3892-441d-b151-d6cc4a3bf452'),
(59323,57,10514,NULL,4922,4,'2026-01-19 21:01:27','2026-01-19 21:01:27','0bfa9421-cd0c-432c-975b-e945b7a40db7'),
(59324,57,10514,NULL,4924,5,'2026-01-19 21:01:27','2026-01-19 21:01:27','aefe4750-1b8a-4ce7-91ff-f861de724076'),
(59325,57,10514,NULL,7722,6,'2026-01-19 21:01:27','2026-01-19 21:01:27','416071c4-75f8-4b39-bd4a-0483368d5a4b'),
(59354,32,10519,NULL,2610,1,'2026-01-19 21:03:40','2026-01-19 21:03:40','8f977cfa-bb81-46c0-a84a-6068c01ed5bf'),
(59355,32,10519,NULL,2598,2,'2026-01-19 21:03:40','2026-01-19 21:03:40','502842ae-f081-48ad-a56c-6d189b50fccf'),
(59356,32,10519,NULL,2608,3,'2026-01-19 21:03:40','2026-01-19 21:03:40','b99458ce-79d0-432e-afc3-94e6b564663f'),
(59357,32,10519,NULL,2600,4,'2026-01-19 21:03:40','2026-01-19 21:03:40','d3685c0f-a5f5-4925-957f-b9807b2bb1f0'),
(59358,32,10519,NULL,2596,5,'2026-01-19 21:03:40','2026-01-19 21:03:40','728ebe35-a1e7-4d0d-b03e-b134a2870d3e'),
(59359,32,10519,NULL,2602,6,'2026-01-19 21:03:40','2026-01-19 21:03:40','fb769468-0d5e-4d36-85ed-8dd6aeeec3d5'),
(59360,32,10519,NULL,2604,7,'2026-01-19 21:03:40','2026-01-19 21:03:40','d642f741-093f-4520-a8ee-37f4ca0da6f6'),
(59361,83,10519,NULL,951,1,'2026-01-19 21:03:40','2026-01-19 21:03:40','52ccd924-86e3-4707-886c-6d481fe6ad77'),
(59362,16,10519,NULL,7700,1,'2026-01-19 21:03:40','2026-01-19 21:03:40','4ed3891b-641e-460d-a880-18a37532d430'),
(59363,7,10519,NULL,2969,1,'2026-01-19 21:03:40','2026-01-19 21:03:40','e7ec2725-ecbe-4d2b-8ebc-5cd2cd027dee'),
(59364,7,10519,NULL,2972,2,'2026-01-19 21:03:40','2026-01-19 21:03:40','34182be3-de00-4cc2-9c01-24adec6d2df4'),
(59365,7,10519,NULL,2974,3,'2026-01-19 21:03:40','2026-01-19 21:03:40','b240f0a0-874b-4a08-b8b0-f984acd4f100'),
(59366,7,10519,NULL,617,4,'2026-01-19 21:03:40','2026-01-19 21:03:40','78d66232-771b-4930-be34-5ccb8f7df8ed'),
(59367,7,10519,NULL,605,5,'2026-01-19 21:03:40','2026-01-19 21:03:40','90323acd-7486-41c9-8f19-302b88d69783'),
(59368,7,10519,NULL,9552,6,'2026-01-19 21:03:40','2026-01-19 21:03:40','206a182c-ef31-4c95-ae47-8e847ac1c1e4'),
(59369,82,10519,NULL,479,1,'2026-01-19 21:03:40','2026-01-19 21:03:40','a7b397a1-1943-4c1d-bb6a-9d82a5ef7b6d'),
(59370,82,10519,NULL,491,2,'2026-01-19 21:03:40','2026-01-19 21:03:40','fdb98791-17a4-4246-a2c6-25a64f3350af'),
(59371,47,10519,NULL,10517,1,'2026-01-19 21:03:40','2026-01-19 21:03:40','2ec18429-ff4d-42ce-8987-e63c6902faab'),
(59372,57,10519,NULL,4842,1,'2026-01-19 21:03:40','2026-01-19 21:03:40','12497428-3c8d-4401-a30c-ed905f2a228d'),
(59373,57,10519,NULL,4841,2,'2026-01-19 21:03:40','2026-01-19 21:03:40','bddb0c8f-952c-4422-8b5a-105c50681a6d'),
(59374,57,10519,NULL,4846,3,'2026-01-19 21:03:40','2026-01-19 21:03:40','9a46a453-ce0f-4355-8d00-86088bea5c90'),
(59375,57,10519,NULL,4845,4,'2026-01-19 21:03:40','2026-01-19 21:03:40','2751dbb2-0503-491a-801f-e272675c0030'),
(59376,57,10519,NULL,4844,5,'2026-01-19 21:03:40','2026-01-19 21:03:40','32ac4f55-563d-4c80-8555-a8b6dee7abb4'),
(59377,57,10519,NULL,4843,6,'2026-01-19 21:03:40','2026-01-19 21:03:40','9c68abd6-89dd-47f3-9342-34f65c178826'),
(59431,32,10524,NULL,2610,1,'2026-01-19 21:10:31','2026-01-19 21:10:31','d8239e27-ac19-41ff-9681-4dcfe9747175'),
(59432,32,10524,NULL,2598,2,'2026-01-19 21:10:31','2026-01-19 21:10:31','3e5b6c77-6c38-4231-85d7-67bd1825eddd'),
(59433,32,10524,NULL,2624,3,'2026-01-19 21:10:31','2026-01-19 21:10:31','9feaefc1-42f1-4b52-8727-40f7789b59c7'),
(59434,32,10524,NULL,2600,4,'2026-01-19 21:10:31','2026-01-19 21:10:31','4b02ab45-9090-4d02-be30-05a84203fbfc'),
(59435,32,10524,NULL,2596,5,'2026-01-19 21:10:31','2026-01-19 21:10:31','2d1d9ed6-ab40-449d-ae58-35b70c92e3c7'),
(59436,32,10524,NULL,2602,6,'2026-01-19 21:10:31','2026-01-19 21:10:31','31634375-b1d7-4feb-bcdd-b3e85332f010'),
(59437,32,10524,NULL,2606,7,'2026-01-19 21:10:31','2026-01-19 21:10:31','385f1c70-d0a0-44e9-8bea-10c18a746a62'),
(59438,32,10524,NULL,2612,8,'2026-01-19 21:10:31','2026-01-19 21:10:31','d34f2fdb-a089-4f6e-ba49-6b77f9d9e882'),
(59439,32,10524,NULL,2604,9,'2026-01-19 21:10:31','2026-01-19 21:10:31','eff98f2c-89f4-4dc9-a0e7-237454e41d97'),
(59440,32,10524,NULL,2608,10,'2026-01-19 21:10:31','2026-01-19 21:10:31','c649a67c-3a4c-49de-8a8e-613e8d1735d4'),
(59441,16,10524,NULL,3058,1,'2026-01-19 21:10:31','2026-01-19 21:10:31','2365848d-b0ab-4281-b333-1e585db12650'),
(59442,7,10524,NULL,2969,1,'2026-01-19 21:10:31','2026-01-19 21:10:31','c29ca688-0b38-4010-948e-689d6d2b59d3'),
(59443,7,10524,NULL,617,2,'2026-01-19 21:10:31','2026-01-19 21:10:31','0e340f44-e9a8-4de2-9f25-167c45fb0511'),
(59444,7,10524,NULL,605,3,'2026-01-19 21:10:31','2026-01-19 21:10:31','7c2cf6f9-b3d1-405f-b6f3-b9113326dc7a'),
(59445,7,10524,NULL,9552,4,'2026-01-19 21:10:31','2026-01-19 21:10:31','fb53241d-b9c9-4843-85ec-e4e577d7b3a5'),
(59446,82,10524,NULL,491,1,'2026-01-19 21:10:31','2026-01-19 21:10:31','bdb8a4b2-1b85-4416-8327-c6edbc3b7720'),
(59447,46,10524,NULL,2891,1,'2026-01-19 21:10:31','2026-01-19 21:10:31','b3d94a5e-6b69-4b85-8e03-68c8eba64c1f'),
(59448,47,10524,NULL,10523,1,'2026-01-19 21:10:31','2026-01-19 21:10:31','c5558bcc-13b1-4e86-bb61-1baf2327bec3'),
(59449,57,10524,NULL,4927,1,'2026-01-19 21:10:31','2026-01-19 21:10:31','ea13f3c1-d33c-4e32-9d30-86bb70494737'),
(59450,57,10524,NULL,7772,2,'2026-01-19 21:10:31','2026-01-19 21:10:31','32d2b19b-8584-441c-8f18-ba6a16e2d466'),
(59451,57,10524,NULL,4931,3,'2026-01-19 21:10:31','2026-01-19 21:10:31','f231a601-9fd2-4c78-9640-a9fde39916cc'),
(59452,57,10524,NULL,4930,4,'2026-01-19 21:10:31','2026-01-19 21:10:31','cb4d06ea-efac-4721-867b-343e71f984fd'),
(59453,57,10524,NULL,4932,5,'2026-01-19 21:10:31','2026-01-19 21:10:31','06f93d34-8d4e-4a0f-8d7f-5bb366e1ecae'),
(59454,57,10524,NULL,4933,6,'2026-01-19 21:10:31','2026-01-19 21:10:31','be62655c-a171-4827-b914-bc9f4d1bdef4'),
(59455,57,10524,NULL,4934,7,'2026-01-19 21:10:31','2026-01-19 21:10:31','d4df5186-f9ce-40a2-81db-65b9f2a9cc6b'),
(59456,57,10524,NULL,4935,8,'2026-01-19 21:10:31','2026-01-19 21:10:31','3c302619-080c-49b0-b640-9cd12b019459'),
(59457,57,10524,NULL,7739,9,'2026-01-19 21:10:31','2026-01-19 21:10:31','dc1dd076-f7e1-4ce1-b52b-81746844eadd'),
(59458,57,10524,NULL,7740,10,'2026-01-19 21:10:31','2026-01-19 21:10:31','cf5bb16b-dabe-48f9-97eb-5fc02c5fe354'),
(59459,57,10524,NULL,7741,11,'2026-01-19 21:10:31','2026-01-19 21:10:31','334db195-b11a-49be-9439-fc07e5c22d04'),
(59487,32,10527,NULL,2610,1,'2026-01-19 21:11:44','2026-01-19 21:11:44','7f164a2c-c75e-40fe-85d6-0588b2115fec'),
(59488,32,10527,NULL,2598,2,'2026-01-19 21:11:44','2026-01-19 21:11:44','f910a1ef-5b1e-469c-abe9-0a211c17badd'),
(59489,32,10527,NULL,2600,3,'2026-01-19 21:11:44','2026-01-19 21:11:44','c3d6a995-1384-4d20-8c75-0a9aa4ad0d34'),
(59490,32,10527,NULL,2596,4,'2026-01-19 21:11:44','2026-01-19 21:11:44','6c30d315-0b82-4598-81a3-b81c6646f562'),
(59491,32,10527,NULL,2602,5,'2026-01-19 21:11:44','2026-01-19 21:11:44','7a3b958d-182d-4a0f-9b94-d71d57f423dd'),
(59492,32,10527,NULL,2604,6,'2026-01-19 21:11:44','2026-01-19 21:11:44','1b054e81-bf4a-4c30-a21b-d8b971a946de'),
(59493,32,10527,NULL,2608,7,'2026-01-19 21:11:44','2026-01-19 21:11:44','a1417730-c9ce-497c-93a5-22a2a20cd26c'),
(59494,16,10527,NULL,9354,1,'2026-01-19 21:11:44','2026-01-19 21:11:44','58a1fa39-4629-49a0-a226-007e51881776'),
(59495,7,10527,NULL,6547,1,'2026-01-19 21:11:44','2026-01-19 21:11:44','083102e6-dc71-4486-b4f6-92963ca1e665'),
(59496,7,10527,NULL,601,2,'2026-01-19 21:11:44','2026-01-19 21:11:44','4f56e97e-0492-4df8-be97-07973bd8ee0f'),
(59497,7,10527,NULL,3093,3,'2026-01-19 21:11:44','2026-01-19 21:11:44','2a70c6eb-e02d-4755-b25f-5f53df95cd0e'),
(59498,7,10527,NULL,617,4,'2026-01-19 21:11:44','2026-01-19 21:11:44','84e2c6bd-d03e-43e4-a123-e26736dd2c45'),
(59499,7,10527,NULL,605,5,'2026-01-19 21:11:44','2026-01-19 21:11:44','2d155f54-65d4-4e4b-83da-50730c50fe1e'),
(59500,7,10527,NULL,9552,6,'2026-01-19 21:11:44','2026-01-19 21:11:44','ca30bcfd-e339-48f8-84ab-7067d55d368d'),
(59501,82,10527,NULL,479,1,'2026-01-19 21:11:44','2026-01-19 21:11:44','dffcf007-3828-4b46-8c38-d36d7c7db80d'),
(59502,82,10527,NULL,491,2,'2026-01-19 21:11:44','2026-01-19 21:11:44','60934d3b-e617-47a7-8196-444d303be3ef'),
(59503,47,10527,NULL,10526,1,'2026-01-19 21:11:44','2026-01-19 21:11:44','66b1d5ea-86a3-4bfc-9149-fd5f5169637f'),
(59504,57,10527,NULL,7778,1,'2026-01-19 21:11:44','2026-01-19 21:11:44','4a782a19-1a7a-47da-94d2-f3c3e1eb45b7'),
(59505,57,10527,NULL,7779,2,'2026-01-19 21:11:44','2026-01-19 21:11:44','7bb7c34c-e166-4503-adf0-604bba1480be'),
(59506,57,10527,NULL,7780,3,'2026-01-19 21:11:44','2026-01-19 21:11:44','a2111e21-c151-4e87-8ec9-6255caeed580'),
(59507,57,10527,NULL,7781,4,'2026-01-19 21:11:44','2026-01-19 21:11:44','6cc0692d-a7f8-4b1a-a45f-166773eb888b'),
(59508,57,10527,NULL,7783,5,'2026-01-19 21:11:44','2026-01-19 21:11:44','82415d64-2133-42ff-88fa-65054c38d1b6'),
(59509,57,10527,NULL,7784,6,'2026-01-19 21:11:44','2026-01-19 21:11:44','e22387e6-2bbb-49bd-b94e-65866415f88f'),
(59510,57,10527,NULL,7785,7,'2026-01-19 21:11:44','2026-01-19 21:11:44','33fc1d55-85d4-4e32-9a0e-5a7551ba1afb'),
(59541,32,10530,NULL,2614,1,'2026-01-19 21:12:21','2026-01-19 21:12:21','345b624f-c553-400e-bf35-dbd85a2acd28'),
(59542,32,10530,NULL,2610,2,'2026-01-19 21:12:21','2026-01-19 21:12:21','eb9dbf76-caf5-4318-8253-68e18924575f'),
(59543,32,10530,NULL,2598,3,'2026-01-19 21:12:21','2026-01-19 21:12:21','47395ce7-6058-4fc9-9fe9-d7129450b952'),
(59544,32,10530,NULL,2608,4,'2026-01-19 21:12:21','2026-01-19 21:12:21','6911450b-59d5-4bc4-8d4b-d51bfa535ba1'),
(59545,32,10530,NULL,2600,5,'2026-01-19 21:12:21','2026-01-19 21:12:21','16dc6436-94ff-441c-9e35-4fae6db28aaa'),
(59546,32,10530,NULL,2596,6,'2026-01-19 21:12:21','2026-01-19 21:12:21','02427796-8a8c-449b-a019-e10cf9752f76'),
(59547,32,10530,NULL,2602,7,'2026-01-19 21:12:21','2026-01-19 21:12:21','25a4bb95-c08a-420f-9d53-b7a90bde56b9'),
(59548,32,10530,NULL,2604,8,'2026-01-19 21:12:21','2026-01-19 21:12:21','4b4afbe2-3f44-4fbc-9474-6b69febda7e0'),
(59549,16,10530,NULL,7791,1,'2026-01-19 21:12:21','2026-01-19 21:12:21','fa91fb87-011b-4582-9f11-458452b4ff33'),
(59550,7,10530,NULL,601,1,'2026-01-19 21:12:21','2026-01-19 21:12:21','d6559bef-b0de-442b-b8ae-65b84600978c'),
(59551,7,10530,NULL,9735,2,'2026-01-19 21:12:21','2026-01-19 21:12:21','81546d60-3545-49a8-bda0-b47a936ad8eb'),
(59552,7,10530,NULL,617,3,'2026-01-19 21:12:21','2026-01-19 21:12:21','f97da27e-d9a4-4250-b6db-78f12b5a33fa'),
(59553,7,10530,NULL,9640,4,'2026-01-19 21:12:21','2026-01-19 21:12:21','08ba1a5f-edeb-4d35-9d7d-dd3c61df26c2'),
(59554,7,10530,NULL,2974,5,'2026-01-19 21:12:21','2026-01-19 21:12:21','04921eee-b44f-4206-8a41-c7f83b24a7fb'),
(59555,7,10530,NULL,605,6,'2026-01-19 21:12:21','2026-01-19 21:12:21','5c8ef644-e7e5-4842-a8d5-39feab6afdde'),
(59556,7,10530,NULL,9549,7,'2026-01-19 21:12:21','2026-01-19 21:12:21','e1f7099a-9cf3-4075-b4fc-3e646ddceaa8'),
(59557,7,10530,NULL,9552,8,'2026-01-19 21:12:21','2026-01-19 21:12:21','3c8a9585-f7ac-4721-821b-6a389d901b67'),
(59558,82,10530,NULL,479,1,'2026-01-19 21:12:21','2026-01-19 21:12:21','3ab132a9-5e28-4abf-98d3-b1b1ec4444ac'),
(59559,47,10530,NULL,10529,1,'2026-01-19 21:12:21','2026-01-19 21:12:21','8bc2630e-3103-4535-bf48-342113823749'),
(59560,57,10530,NULL,7829,1,'2026-01-19 21:12:21','2026-01-19 21:12:21','7fcc43b1-ca24-4839-8de1-c25035efe0da'),
(59561,57,10530,NULL,7830,2,'2026-01-19 21:12:21','2026-01-19 21:12:21','cb7b8743-b0d9-4a78-8663-8a32a8348577'),
(59562,57,10530,NULL,7833,3,'2026-01-19 21:12:21','2026-01-19 21:12:21','bc02940b-6dd1-4cd4-bada-89b0aa7be08e'),
(59563,57,10530,NULL,7831,4,'2026-01-19 21:12:21','2026-01-19 21:12:21','600b8962-b465-4aad-bf18-a604a5bfe3a8'),
(59564,57,10530,NULL,7826,5,'2026-01-19 21:12:21','2026-01-19 21:12:21','db2c73eb-7f5f-418a-933a-941ba0c6c5c3'),
(59565,57,10530,NULL,7828,6,'2026-01-19 21:12:21','2026-01-19 21:12:21','c9feb773-65ea-49a3-a5be-357c6d07e406'),
(59566,57,10530,NULL,7827,7,'2026-01-19 21:12:21','2026-01-19 21:12:21','e5e5a840-204a-4401-890c-2127a5b19d59'),
(59567,57,10530,NULL,7832,8,'2026-01-19 21:12:21','2026-01-19 21:12:21','d5f4f579-4b80-452c-88e0-d92fb67a4b77'),
(59592,32,10533,NULL,2614,1,'2026-01-19 21:12:54','2026-01-19 21:12:54','14528d0a-c24b-4bbb-b184-a223f3c56d5d'),
(59593,32,10533,NULL,2610,2,'2026-01-19 21:12:54','2026-01-19 21:12:54','bd1b5ae9-fde9-456a-8d01-407665bf8eff'),
(59594,32,10533,NULL,2598,3,'2026-01-19 21:12:54','2026-01-19 21:12:54','cb229175-3274-4f47-8431-a1101346a495'),
(59595,32,10533,NULL,2608,4,'2026-01-19 21:12:54','2026-01-19 21:12:54','a1b2f16f-7272-4afc-bde7-d21b4a3f013d'),
(59596,32,10533,NULL,2600,5,'2026-01-19 21:12:54','2026-01-19 21:12:54','7c754bc5-1282-4c6d-b780-4255890ca7c9'),
(59597,32,10533,NULL,2596,6,'2026-01-19 21:12:54','2026-01-19 21:12:54','84bd92fb-323f-4e21-a4ee-d9eb54854786'),
(59598,32,10533,NULL,2602,7,'2026-01-19 21:12:54','2026-01-19 21:12:54','3d30bff6-f698-49fa-9091-0beeaba97d64'),
(59599,32,10533,NULL,2604,8,'2026-01-19 21:12:54','2026-01-19 21:12:54','df94f7ed-d59a-4ef9-b221-e9ebff3170e3'),
(59600,16,10533,NULL,3158,1,'2026-01-19 21:12:54','2026-01-19 21:12:54','7547c8c6-07cc-4ede-b107-8ee6b15e6c88'),
(59601,7,10533,NULL,2969,1,'2026-01-19 21:12:54','2026-01-19 21:12:54','8b0409ec-234f-44a7-97c5-5d603b0a28b0'),
(59602,7,10533,NULL,2974,2,'2026-01-19 21:12:54','2026-01-19 21:12:54','a8d1f6a4-b035-482b-9ed4-cc1f21b35175'),
(59603,7,10533,NULL,617,3,'2026-01-19 21:12:54','2026-01-19 21:12:54','9a755fe1-540e-4410-b604-a49d903e7fcb'),
(59604,7,10533,NULL,605,4,'2026-01-19 21:12:54','2026-01-19 21:12:54','b7b3f725-b504-4944-a850-809cd7d31ac3'),
(59605,7,10533,NULL,9552,5,'2026-01-19 21:12:54','2026-01-19 21:12:54','c927dbd5-64c8-4dda-a345-647752438a98'),
(59606,82,10533,NULL,479,1,'2026-01-19 21:12:54','2026-01-19 21:12:54','7e0b85cd-54db-4605-81fd-03fbde0a46a2'),
(59607,47,10533,NULL,10532,1,'2026-01-19 21:12:54','2026-01-19 21:12:54','e1914fde-81f3-43d2-b09c-5dfde454900b'),
(59608,57,10533,NULL,7838,1,'2026-01-19 21:12:54','2026-01-19 21:12:54','7d1a3741-acca-4ed4-b767-8cb3444a8705'),
(59609,57,10533,NULL,7840,2,'2026-01-19 21:12:54','2026-01-19 21:12:54','b88c9a04-7193-4af8-ac58-4e7e61a2cdd1'),
(59610,57,10533,NULL,7839,3,'2026-01-19 21:12:54','2026-01-19 21:12:54','6ab1aa4a-3660-487a-a29e-3b941ceec802'),
(59611,57,10533,NULL,7841,4,'2026-01-19 21:12:54','2026-01-19 21:12:54','74ceae70-842c-4e6d-98d4-d3c146a2a207'),
(59612,57,10533,NULL,7842,5,'2026-01-19 21:12:54','2026-01-19 21:12:54','442523b3-518c-4ece-9281-69622a364568'),
(59635,32,10536,NULL,2610,1,'2026-01-19 21:13:24','2026-01-19 21:13:24','89c5516d-69be-4246-b58a-bb21f06125f2'),
(59636,32,10536,NULL,2598,2,'2026-01-19 21:13:24','2026-01-19 21:13:24','887c5966-f803-4879-ae6f-0da46813da9c'),
(59637,32,10536,NULL,2600,3,'2026-01-19 21:13:24','2026-01-19 21:13:24','e65729bb-5297-4920-ab16-0affc5c822a6'),
(59638,32,10536,NULL,2596,4,'2026-01-19 21:13:24','2026-01-19 21:13:24','c707167c-a743-42d9-a737-8713ff1648bc'),
(59639,32,10536,NULL,2602,5,'2026-01-19 21:13:24','2026-01-19 21:13:24','9458b1c7-760c-4446-ac0b-202f886883e8'),
(59640,32,10536,NULL,2604,6,'2026-01-19 21:13:24','2026-01-19 21:13:24','3fb23076-423c-4d5e-884b-6befbd01a235'),
(59641,32,10536,NULL,2608,7,'2026-01-19 21:13:24','2026-01-19 21:13:24','46fa742d-e2b2-4948-8244-04cea95f1022'),
(59642,16,10536,NULL,7850,1,'2026-01-19 21:13:24','2026-01-19 21:13:24','52b3f106-3aa3-4b93-bbdf-4785cf259be7'),
(59643,7,10536,NULL,601,1,'2026-01-19 21:13:24','2026-01-19 21:13:24','0192ccb4-a382-407f-ad90-25df64732017'),
(59644,7,10536,NULL,617,2,'2026-01-19 21:13:24','2026-01-19 21:13:24','769271d7-83f5-4f66-8dc3-4b912f3d660b'),
(59645,7,10536,NULL,605,3,'2026-01-19 21:13:24','2026-01-19 21:13:24','0289eadf-3c7e-4813-8132-7ced03a9abe4'),
(59646,7,10536,NULL,9552,4,'2026-01-19 21:13:24','2026-01-19 21:13:24','1757fc1e-162a-43c5-b279-a67869542621'),
(59647,82,10536,NULL,479,1,'2026-01-19 21:13:24','2026-01-19 21:13:24','dc442e8a-4de3-4fd0-8fa6-3142763eb633'),
(59648,82,10536,NULL,491,2,'2026-01-19 21:13:24','2026-01-19 21:13:24','2b5ac62d-0478-43f1-ad6f-94f1597e73d3'),
(59649,47,10536,NULL,10535,1,'2026-01-19 21:13:24','2026-01-19 21:13:24','f9e165e5-c50f-47a5-a4a7-b042c5ab8c63'),
(59650,57,10536,NULL,7851,1,'2026-01-19 21:13:24','2026-01-19 21:13:24','2d8192d5-87b1-4e51-967e-062a2e940c80'),
(59651,57,10536,NULL,7853,2,'2026-01-19 21:13:24','2026-01-19 21:13:24','4acaf40a-b234-4d14-9350-c203b3cbe1b3'),
(59652,57,10536,NULL,7852,3,'2026-01-19 21:13:24','2026-01-19 21:13:24','0cd583b6-6790-4e08-8d50-9f4d3b027615'),
(59653,57,10536,NULL,3377,4,'2026-01-19 21:13:24','2026-01-19 21:13:24','8aab99b4-e6c8-46ae-b9b7-d2d57df2b3de'),
(59680,32,10539,NULL,2614,1,'2026-01-19 21:13:50','2026-01-19 21:13:50','29779362-7aee-429b-8a74-0cc8794ac9e1'),
(59681,32,10539,NULL,2610,2,'2026-01-19 21:13:50','2026-01-19 21:13:50','b0531477-decb-4a8a-abdf-f089e75f6275'),
(59682,32,10539,NULL,2598,3,'2026-01-19 21:13:50','2026-01-19 21:13:50','b098f9e4-a8e4-4b32-970f-c7274f15aee6'),
(59683,32,10539,NULL,2600,4,'2026-01-19 21:13:50','2026-01-19 21:13:50','ac09d680-d516-4ad2-87de-555ca166171c'),
(59684,32,10539,NULL,2596,5,'2026-01-19 21:13:50','2026-01-19 21:13:50','62b600fb-486e-4747-a29a-331ecb11b5e0'),
(59685,32,10539,NULL,2602,6,'2026-01-19 21:13:50','2026-01-19 21:13:50','a0930fce-a0f5-45e5-bf24-28bc06d2ab20'),
(59686,32,10539,NULL,2606,7,'2026-01-19 21:13:50','2026-01-19 21:13:50','e9427292-aa00-44d5-81a6-35bea1df3887'),
(59687,32,10539,NULL,2604,8,'2026-01-19 21:13:50','2026-01-19 21:13:50','3f005d8d-2873-4f4d-9e70-78302a75eac5'),
(59688,32,10539,NULL,2608,9,'2026-01-19 21:13:50','2026-01-19 21:13:50','59932516-c829-4b30-9fe0-4df3b8d82101'),
(59689,16,10539,NULL,3425,1,'2026-01-19 21:13:50','2026-01-19 21:13:50','1673fc2d-35a3-4f9a-8a8e-be9626fbcf55'),
(59690,7,10539,NULL,601,1,'2026-01-19 21:13:50','2026-01-19 21:13:50','1a41c807-ceca-460c-8765-9c2eed8e27bc'),
(59691,7,10539,NULL,617,2,'2026-01-19 21:13:50','2026-01-19 21:13:50','55a5dad5-e000-4733-9e34-ffc403585cad'),
(59692,7,10539,NULL,605,3,'2026-01-19 21:13:50','2026-01-19 21:13:50','0419cebd-1e7e-44cc-bf50-cc6719c97112'),
(59693,7,10539,NULL,9552,4,'2026-01-19 21:13:50','2026-01-19 21:13:50','0b465aed-e027-4115-a068-a5366036f38c'),
(59694,46,10539,NULL,7381,1,'2026-01-19 21:13:50','2026-01-19 21:13:50','b77946d2-c01a-418e-9024-1acd76c6aa75'),
(59695,47,10539,NULL,10538,1,'2026-01-19 21:13:50','2026-01-19 21:13:50','833f7ebc-e836-4a59-97ce-9adf705d09b5'),
(59696,57,10539,NULL,7862,1,'2026-01-19 21:13:50','2026-01-19 21:13:50','e676d944-8180-4b2b-9181-58145a94e9dc'),
(59697,57,10539,NULL,7858,2,'2026-01-19 21:13:50','2026-01-19 21:13:50','1097a2cb-07c6-4bf4-aaba-b469cdb161fc'),
(59698,57,10539,NULL,7864,3,'2026-01-19 21:13:50','2026-01-19 21:13:50','d369ec0c-1ef7-4712-aa61-2ae6dc3da6ae'),
(59699,57,10539,NULL,7859,4,'2026-01-19 21:13:50','2026-01-19 21:13:50','ac17e3b4-7b72-49f0-bd3b-b8993af66188'),
(59700,57,10539,NULL,7861,5,'2026-01-19 21:13:50','2026-01-19 21:13:50','9452825c-4b27-471e-8ec0-3755600d86e8'),
(59701,57,10539,NULL,7863,6,'2026-01-19 21:13:50','2026-01-19 21:13:50','7bfb3d38-86d5-40f4-958f-c134044e3b45'),
(59702,57,10539,NULL,7860,7,'2026-01-19 21:13:50','2026-01-19 21:13:50','5830c01f-bb82-4960-a050-f9a2509d9006'),
(59732,32,10544,NULL,2610,1,'2026-01-19 21:14:38','2026-01-19 21:14:38','b372b45d-fb16-4a83-9c0b-645d2a1ff74b'),
(59733,32,10544,NULL,2598,2,'2026-01-19 21:14:38','2026-01-19 21:14:38','b89b5339-57eb-4d99-85d1-da4a61b143f3'),
(59734,32,10544,NULL,2600,3,'2026-01-19 21:14:38','2026-01-19 21:14:38','ff46df00-4498-4a24-8cf5-e06a6817bc1f'),
(59735,32,10544,NULL,2596,4,'2026-01-19 21:14:38','2026-01-19 21:14:38','488f7e2d-edf3-4e4e-9c4f-598e6f1d6053'),
(59736,32,10544,NULL,2602,5,'2026-01-19 21:14:38','2026-01-19 21:14:38','48fd4cb2-9ffe-4591-9361-41cf16132328'),
(59737,32,10544,NULL,2604,6,'2026-01-19 21:14:38','2026-01-19 21:14:38','b3d37e82-cdad-43a4-acb0-b1a86de0d28d'),
(59738,32,10544,NULL,2608,7,'2026-01-19 21:14:38','2026-01-19 21:14:38','ebb0e69d-d2e3-4938-ad86-a3d4bde262f7'),
(59739,16,10544,NULL,7871,1,'2026-01-19 21:14:38','2026-01-19 21:14:38','6b9a2b92-f4c1-4bf2-bed6-208b21f8b499'),
(59740,7,10544,NULL,6547,1,'2026-01-19 21:14:38','2026-01-19 21:14:38','40c0c25f-95d1-447e-b433-b397b8311098'),
(59741,7,10544,NULL,601,2,'2026-01-19 21:14:38','2026-01-19 21:14:38','70b348fa-1a6d-42c0-b6b6-ce4fa2bcad2a'),
(59742,7,10544,NULL,617,3,'2026-01-19 21:14:38','2026-01-19 21:14:38','5d3f2dba-80c8-4f1d-abf9-e71295e4a3ee'),
(59743,7,10544,NULL,9724,4,'2026-01-19 21:14:38','2026-01-19 21:14:38','02891bed-3c5b-447f-b6fb-7488a0893e64'),
(59744,7,10544,NULL,2974,5,'2026-01-19 21:14:38','2026-01-19 21:14:38','b2638532-4164-483b-969b-06562c5cc1b2'),
(59745,7,10544,NULL,9640,6,'2026-01-19 21:14:38','2026-01-19 21:14:38','8d88d9f3-15d3-4239-8e03-cb8c24638644'),
(59746,7,10544,NULL,605,7,'2026-01-19 21:14:38','2026-01-19 21:14:38','4cd2b243-492a-47ae-ad8a-8034c38f266a'),
(59747,7,10544,NULL,9552,8,'2026-01-19 21:14:38','2026-01-19 21:14:38','a7ff0a88-8530-4d46-8ced-d96ead0d6ee8'),
(59748,82,10544,NULL,479,1,'2026-01-19 21:14:38','2026-01-19 21:14:38','f04cf3d5-7863-44f7-ba7c-aabd110d3573'),
(59749,82,10544,NULL,491,2,'2026-01-19 21:14:38','2026-01-19 21:14:38','785fc743-4e64-44c0-aea1-6d66d68d31f9'),
(59750,46,10544,NULL,7369,1,'2026-01-19 21:14:38','2026-01-19 21:14:38','bd452777-370a-4ac6-90cf-300999d13671'),
(59751,47,10544,NULL,10543,1,'2026-01-19 21:14:38','2026-01-19 21:14:38','58deaaf4-bf1e-4652-8598-5cf859f07d0a'),
(59752,57,10544,NULL,7870,1,'2026-01-19 21:14:38','2026-01-19 21:14:38','684009df-0bde-4ef0-bb66-6d9630ee6bae'),
(59753,57,10544,NULL,7869,2,'2026-01-19 21:14:38','2026-01-19 21:14:38','31e5c576-931a-4f2c-a23a-f61d4ffbbab9'),
(59754,57,10544,NULL,7868,3,'2026-01-19 21:14:38','2026-01-19 21:14:38','ccef1cd0-7dbf-4ea7-86ec-c9fd45d6a572'),
(59755,57,10544,NULL,7874,4,'2026-01-19 21:14:38','2026-01-19 21:14:38','733e14af-1d2f-4d22-b58c-86d1852191e8'),
(59756,57,10544,NULL,7873,5,'2026-01-19 21:14:38','2026-01-19 21:14:38','0683f8f2-f469-4aca-88bd-2e1edd804c35'),
(59757,57,10544,NULL,3467,6,'2026-01-19 21:14:38','2026-01-19 21:14:38','d7ffd0e0-771b-4a56-9dbd-65b22b69a6ca'),
(59758,57,10544,NULL,7872,7,'2026-01-19 21:14:38','2026-01-19 21:14:38','3be71f1c-02ae-4f46-bb49-090a34636191'),
(59783,32,10547,NULL,2610,1,'2026-01-19 21:15:16','2026-01-19 21:15:16','0f82847f-1e31-4648-974d-0729f9ed2360'),
(59784,32,10547,NULL,2598,2,'2026-01-19 21:15:16','2026-01-19 21:15:16','e52d2460-dbd6-4ab2-b12b-e4b547662940'),
(59785,32,10547,NULL,2608,3,'2026-01-19 21:15:16','2026-01-19 21:15:16','d1713230-b39e-4f58-88da-d360848a7567'),
(59786,32,10547,NULL,2600,4,'2026-01-19 21:15:16','2026-01-19 21:15:16','47c7c976-e2dc-48c6-aa90-a02bc8f24acb'),
(59787,32,10547,NULL,2596,5,'2026-01-19 21:15:16','2026-01-19 21:15:16','0e6d45bb-be50-44cd-908b-4cdfaf4e4ace'),
(59788,32,10547,NULL,2602,6,'2026-01-19 21:15:16','2026-01-19 21:15:16','cbe7e79a-2f03-49c1-850f-cc7d69b84d61'),
(59789,32,10547,NULL,2612,7,'2026-01-19 21:15:16','2026-01-19 21:15:16','df3d8c50-de33-4598-9498-a5b15316c8f8'),
(59790,32,10547,NULL,2604,8,'2026-01-19 21:15:16','2026-01-19 21:15:16','d81786e0-f443-4cdc-b6ac-7e5e0396543f'),
(59791,16,10547,NULL,7881,1,'2026-01-19 21:15:16','2026-01-19 21:15:16','85258ed6-f0f5-4d84-922a-193bd54d04bc'),
(59792,7,10547,NULL,601,1,'2026-01-19 21:15:16','2026-01-19 21:15:16','3a75385d-18f7-4972-ae27-6da16c62dc45'),
(59793,7,10547,NULL,605,2,'2026-01-19 21:15:16','2026-01-19 21:15:16','971e3231-d2b4-4468-ba0f-89634bc12572'),
(59794,7,10547,NULL,617,3,'2026-01-19 21:15:16','2026-01-19 21:15:16','274b5256-2ce9-4757-ae94-be0ed33a961e'),
(59795,7,10547,NULL,2974,4,'2026-01-19 21:15:16','2026-01-19 21:15:16','e08103a6-f6f9-4afd-9747-6bbb10659baf'),
(59796,7,10547,NULL,9552,5,'2026-01-19 21:15:16','2026-01-19 21:15:16','cb4da694-616b-47fa-b282-a3bd3bb42d1f'),
(59797,82,10547,NULL,479,1,'2026-01-19 21:15:16','2026-01-19 21:15:16','28eec0a0-a6ed-4fbe-b0f4-83c280f91881'),
(59798,82,10547,NULL,491,2,'2026-01-19 21:15:16','2026-01-19 21:15:16','e561e3e9-a55b-4569-a65e-811251921140'),
(59799,47,10547,NULL,10546,1,'2026-01-19 21:15:16','2026-01-19 21:15:16','b249f1e6-b484-4bb6-929a-a2208585c623'),
(59800,57,10547,NULL,7883,1,'2026-01-19 21:15:16','2026-01-19 21:15:16','86d319cd-42f5-43da-a596-27eb1f7f33fc'),
(59801,57,10547,NULL,7886,2,'2026-01-19 21:15:16','2026-01-19 21:15:16','8a44d6aa-05d2-407f-a80e-6f2386edaca8'),
(59802,57,10547,NULL,7885,3,'2026-01-19 21:15:16','2026-01-19 21:15:16','dbcf4f80-2859-46e8-a1df-89bf80ff96d2'),
(59803,57,10547,NULL,7882,4,'2026-01-19 21:15:16','2026-01-19 21:15:16','98f7b8e4-545b-4579-a74c-924d94fc2fca'),
(59804,57,10547,NULL,7884,5,'2026-01-19 21:15:16','2026-01-19 21:15:16','bd27d983-8c8d-46ad-9cf0-bfbc73abbe14'),
(59829,32,10550,NULL,2610,1,'2026-01-19 21:15:48','2026-01-19 21:15:48','a15bf72d-a6a8-4b76-94cd-1fe9f5c04875'),
(59830,32,10550,NULL,2598,2,'2026-01-19 21:15:48','2026-01-19 21:15:48','3630c1a1-96f1-4126-9c42-bb36934dfbe6'),
(59831,32,10550,NULL,2608,3,'2026-01-19 21:15:48','2026-01-19 21:15:48','4b6d1c8f-ba71-4b67-b9b5-5b763c24884b'),
(59832,32,10550,NULL,2600,4,'2026-01-19 21:15:48','2026-01-19 21:15:48','340ec8df-b15f-4b44-a4ca-987319fdb74f'),
(59833,32,10550,NULL,2596,5,'2026-01-19 21:15:48','2026-01-19 21:15:48','2507dc07-a9ab-4295-a4a8-3a8c72f7b50f'),
(59834,32,10550,NULL,2602,6,'2026-01-19 21:15:48','2026-01-19 21:15:48','f9482c4b-5f2a-4ed1-a2e0-e6a17954d492'),
(59835,32,10550,NULL,2604,7,'2026-01-19 21:15:48','2026-01-19 21:15:48','fb4b0f82-45d1-476a-bddf-d05791c27143'),
(59836,16,10550,NULL,7891,1,'2026-01-19 21:15:48','2026-01-19 21:15:48','37c15259-47e2-457e-b3a3-99d6e0f080b3'),
(59837,7,10550,NULL,601,1,'2026-01-19 21:15:48','2026-01-19 21:15:48','ac646513-a4cf-4abe-87c4-dad5e04999dd'),
(59838,7,10550,NULL,2974,2,'2026-01-19 21:15:48','2026-01-19 21:15:48','011bd882-9ee4-49bb-8dda-854d1f1b3003'),
(59839,7,10550,NULL,617,3,'2026-01-19 21:15:48','2026-01-19 21:15:48','67d94e25-aa4a-403b-aba5-5c2750d07c17'),
(59840,7,10550,NULL,9732,4,'2026-01-19 21:15:48','2026-01-19 21:15:48','16ed2096-9490-4cab-b07a-ab20bc8e6138'),
(59841,7,10550,NULL,605,5,'2026-01-19 21:15:48','2026-01-19 21:15:48','84cb6ab6-2b0a-4db5-b66c-eb139f8b4aa5'),
(59842,7,10550,NULL,9552,6,'2026-01-19 21:15:48','2026-01-19 21:15:48','6b15fe8c-f3fa-4dbf-81b7-1d1ef6810e66'),
(59843,82,10550,NULL,479,1,'2026-01-19 21:15:48','2026-01-19 21:15:48','8a2acd97-4fd6-4725-b320-4232ed9ff2d4'),
(59844,82,10550,NULL,491,2,'2026-01-19 21:15:48','2026-01-19 21:15:48','19cc03d7-dcf4-4145-a50b-42a95992441b'),
(59845,47,10550,NULL,10549,1,'2026-01-19 21:15:48','2026-01-19 21:15:48','45ad3286-deaa-4cf1-97c5-364aa45b3af9'),
(59846,57,10550,NULL,7893,1,'2026-01-19 21:15:48','2026-01-19 21:15:48','10825d3a-1795-4af6-82ac-c02b271c3b26'),
(59847,57,10550,NULL,7892,2,'2026-01-19 21:15:48','2026-01-19 21:15:48','c6e2ce1d-97e9-4c73-9cf0-d30a223f00c2'),
(59848,57,10550,NULL,7894,3,'2026-01-19 21:15:48','2026-01-19 21:15:48','c5326479-2f83-4ffa-bd64-4a173364a084'),
(59849,57,10550,NULL,7901,4,'2026-01-19 21:15:48','2026-01-19 21:15:48','2219bd26-65ce-445f-9da1-21877a4aba0f'),
(59872,32,10555,NULL,2614,1,'2026-01-19 21:16:20','2026-01-19 21:16:20','19337600-285d-4092-9f85-205d8ee5e6ea'),
(59873,32,10555,NULL,2610,2,'2026-01-19 21:16:20','2026-01-19 21:16:20','35b1fcbf-fd1a-4b7f-b1f9-7fcc6b6bf07d'),
(59874,32,10555,NULL,2598,3,'2026-01-19 21:16:20','2026-01-19 21:16:20','1b40ff66-3487-43ec-8c8b-2e71de9cdd99'),
(59875,32,10555,NULL,2600,4,'2026-01-19 21:16:20','2026-01-19 21:16:20','8e59b04f-f22a-4a7b-a058-0b532516721e'),
(59876,32,10555,NULL,2596,5,'2026-01-19 21:16:20','2026-01-19 21:16:20','5ba88086-aef6-4b93-8524-8d531c613185'),
(59877,32,10555,NULL,2602,6,'2026-01-19 21:16:20','2026-01-19 21:16:20','eb998e4a-f38d-4941-9083-9641d2cb9c5a'),
(59878,32,10555,NULL,2604,7,'2026-01-19 21:16:20','2026-01-19 21:16:20','2a53b52d-46d7-452a-a02f-b044e00fc0fb'),
(59879,32,10555,NULL,2608,8,'2026-01-19 21:16:20','2026-01-19 21:16:20','579708b1-5e2a-4d60-93fc-7f03e111d9bc'),
(59880,16,10555,NULL,3564,1,'2026-01-19 21:16:20','2026-01-19 21:16:20','a9ae3ebe-53e3-4785-b2c4-d69f8fd57ed5'),
(59881,7,10555,NULL,601,1,'2026-01-19 21:16:20','2026-01-19 21:16:20','9e9d84ad-61c7-4afb-809a-125535dfe19e'),
(59882,7,10555,NULL,617,2,'2026-01-19 21:16:20','2026-01-19 21:16:20','e2131c91-7cdd-4a92-84bc-e36cc83a018c'),
(59883,7,10555,NULL,605,3,'2026-01-19 21:16:20','2026-01-19 21:16:20','b9237327-cc20-45d3-b53d-492a2ac06fc5'),
(59884,7,10555,NULL,9552,4,'2026-01-19 21:16:20','2026-01-19 21:16:20','5f6c2a5e-bf92-4ec5-87bc-2f072dc8793f'),
(59885,82,10555,NULL,479,1,'2026-01-19 21:16:20','2026-01-19 21:16:20','55a10d7f-b07b-4e6b-aada-0d5bcf2074f0'),
(59886,47,10555,NULL,10553,1,'2026-01-19 21:16:20','2026-01-19 21:16:20','9e7c55c5-f680-4e7b-b993-5b9ecf926b92'),
(59887,57,10555,NULL,7908,1,'2026-01-19 21:16:20','2026-01-19 21:16:20','357401b9-3d99-4f2a-82a6-d26a538cd8ae'),
(59888,57,10555,NULL,7910,2,'2026-01-19 21:16:20','2026-01-19 21:16:20','f4c33acf-2096-4007-8c22-3d7b7de01c99'),
(59889,57,10555,NULL,7911,3,'2026-01-19 21:16:20','2026-01-19 21:16:20','10ff7a6a-79c2-4db0-a661-4b11311e7ff9'),
(59890,57,10555,NULL,7909,4,'2026-01-19 21:16:20','2026-01-19 21:16:20','b001f951-d684-43ca-a0ea-8a62844b16d2'),
(59920,32,10558,NULL,2610,1,'2026-01-19 21:16:57','2026-01-19 21:16:57','d84f8a0a-6f94-4fed-a1e5-ecf207270d3b'),
(59921,32,10558,NULL,2598,2,'2026-01-19 21:16:57','2026-01-19 21:16:57','3f8e30a0-6745-405c-b29e-057f01ecdd87'),
(59922,32,10558,NULL,2600,3,'2026-01-19 21:16:57','2026-01-19 21:16:57','dac3fa53-f4bc-44d6-8ddd-e995b87325b2'),
(59923,32,10558,NULL,2596,4,'2026-01-19 21:16:57','2026-01-19 21:16:57','e146d417-9944-49fd-a799-a6d3487ea25d'),
(59924,32,10558,NULL,2602,5,'2026-01-19 21:16:57','2026-01-19 21:16:57','aa07325b-ff70-41b2-8910-eb47f2075d93'),
(59925,32,10558,NULL,2604,6,'2026-01-19 21:16:57','2026-01-19 21:16:57','383f5ec4-155d-4534-b185-465a9baeee60'),
(59926,32,10558,NULL,2608,7,'2026-01-19 21:16:57','2026-01-19 21:16:57','1c3e8dcb-cbbf-427b-863c-3431ec44713c'),
(59927,16,10558,NULL,5253,1,'2026-01-19 21:16:57','2026-01-19 21:16:57','905dd3b3-2c8f-4332-a53e-355631f55784'),
(59928,7,10558,NULL,601,1,'2026-01-19 21:16:57','2026-01-19 21:16:57','c7e13a27-7922-4a7b-8b80-b84c222165f2'),
(59929,7,10558,NULL,617,2,'2026-01-19 21:16:57','2026-01-19 21:16:57','82b4ba96-d189-4b5f-a2a6-19afeae44994'),
(59930,7,10558,NULL,9727,3,'2026-01-19 21:16:57','2026-01-19 21:16:57','cf95b177-c63e-4666-9339-74fb1fda4975'),
(59931,7,10558,NULL,9552,4,'2026-01-19 21:16:57','2026-01-19 21:16:57','2f9f6b5b-9b25-44a2-b264-d3b0cea9dc32'),
(59932,7,10558,NULL,605,5,'2026-01-19 21:16:57','2026-01-19 21:16:57','445ad377-92ea-4778-8225-cb9d0b5f8d30'),
(59933,82,10558,NULL,479,1,'2026-01-19 21:16:57','2026-01-19 21:16:57','55752f05-5418-42e1-b71e-9388dac7420d'),
(59934,82,10558,NULL,491,2,'2026-01-19 21:16:57','2026-01-19 21:16:57','86a7ea1a-412d-4d46-a144-d41fb7c55d42'),
(59935,46,10558,NULL,7379,1,'2026-01-19 21:16:57','2026-01-19 21:16:57','78049477-d226-4b2b-8516-2a579888fa8e'),
(59936,47,10558,NULL,10557,1,'2026-01-19 21:16:57','2026-01-19 21:16:57','5b73d752-05bb-4a48-8bfc-3b62cd3548ce'),
(59937,57,10558,NULL,7926,1,'2026-01-19 21:16:57','2026-01-19 21:16:57','b15d1c49-2a08-4ee4-b025-1a13c7243d5f'),
(59938,57,10558,NULL,7928,2,'2026-01-19 21:16:57','2026-01-19 21:16:57','b29836a9-857c-44ac-86da-a6e3c7eefb8b'),
(59939,57,10558,NULL,7927,3,'2026-01-19 21:16:57','2026-01-19 21:16:57','12d80130-6ee3-4c5c-b558-2a460ffef83e'),
(59940,57,10558,NULL,7924,4,'2026-01-19 21:16:57','2026-01-19 21:16:57','d5b19f72-97f8-4b8d-a6b6-4b37e13f8a06'),
(59941,57,10558,NULL,7925,5,'2026-01-19 21:16:57','2026-01-19 21:16:57','da53ea4d-0a38-4f41-8428-47c0d5168005'),
(59942,57,10558,NULL,7923,6,'2026-01-19 21:16:57','2026-01-19 21:16:57','ad031738-bdc4-44df-9389-9880148764a0'),
(59943,57,10558,NULL,7920,7,'2026-01-19 21:16:57','2026-01-19 21:16:57','85895fcb-28c3-469f-adab-9487c396bbfa'),
(59944,57,10558,NULL,7922,8,'2026-01-19 21:16:57','2026-01-19 21:16:57','d9d329eb-a1b6-4649-b045-4b1a8439f772'),
(59945,57,10558,NULL,7921,9,'2026-01-19 21:16:57','2026-01-19 21:16:57','85febee9-0456-420a-a4c7-b8bf93d9e6a6'),
(59973,32,10561,NULL,2614,1,'2026-01-19 21:17:43','2026-01-19 21:17:43','d3061420-08e2-4d7a-9b90-4f7bb95bf2d2'),
(59974,32,10561,NULL,2610,2,'2026-01-19 21:17:43','2026-01-19 21:17:43','6392a3d0-559a-4f16-91b0-affb88d17a3e'),
(59975,32,10561,NULL,2598,3,'2026-01-19 21:17:43','2026-01-19 21:17:43','8dc6e34e-2055-44a1-9474-2702339954bb'),
(59976,32,10561,NULL,2600,4,'2026-01-19 21:17:43','2026-01-19 21:17:43','7a63ebf1-0882-4f37-b964-78069971e0e6'),
(59977,32,10561,NULL,2596,5,'2026-01-19 21:17:43','2026-01-19 21:17:43','92526099-0c0b-42c1-88ef-dd6bd3bd6d3f'),
(59978,32,10561,NULL,2602,6,'2026-01-19 21:17:43','2026-01-19 21:17:43','cc53fd77-acc6-4c21-8ba5-148d359776ff'),
(59979,32,10561,NULL,2612,7,'2026-01-19 21:17:43','2026-01-19 21:17:43','b672973d-81c6-4ea2-996d-8804f807b065'),
(59980,32,10561,NULL,2604,8,'2026-01-19 21:17:43','2026-01-19 21:17:43','651330bf-ec57-40ae-a515-65da08c403dd'),
(59981,32,10561,NULL,2608,9,'2026-01-19 21:17:43','2026-01-19 21:17:43','a6d6afef-1f93-4b11-9ed3-0bede0674b52'),
(59982,16,10561,NULL,3623,1,'2026-01-19 21:17:43','2026-01-19 21:17:43','4a2c4b34-5d4a-4ee9-bfb1-25037690ac1d'),
(59983,7,10561,NULL,601,1,'2026-01-19 21:17:43','2026-01-19 21:17:43','6927bf4a-0ed3-4968-9565-c2c514954b72'),
(59984,7,10561,NULL,617,2,'2026-01-19 21:17:43','2026-01-19 21:17:43','34cc851c-a6c5-413f-bda6-06b44af91516'),
(59985,7,10561,NULL,605,3,'2026-01-19 21:17:43','2026-01-19 21:17:43','cc47c939-3ccf-4c31-9834-f6ab79b9644c'),
(59986,7,10561,NULL,9552,4,'2026-01-19 21:17:43','2026-01-19 21:17:43','1819cfb6-d685-4a45-8550-662e76c064fb'),
(59987,82,10561,NULL,479,1,'2026-01-19 21:17:43','2026-01-19 21:17:43','91d5a4f8-4be2-4ac2-bc6d-a95dd2d7aa56'),
(59988,47,10561,NULL,10560,1,'2026-01-19 21:17:43','2026-01-19 21:17:43','131fb155-5e65-4a77-a367-8415ad18e3b2'),
(59989,57,10561,NULL,7950,1,'2026-01-19 21:17:43','2026-01-19 21:17:43','df600136-949d-47da-b961-8dd0a8b030a9'),
(59990,57,10561,NULL,7952,2,'2026-01-19 21:17:43','2026-01-19 21:17:43','4de0ae22-52a6-4573-93e9-1e15ddb92de6'),
(59991,57,10561,NULL,7956,3,'2026-01-19 21:17:43','2026-01-19 21:17:43','d3ffe519-81c0-4196-b7d4-08aefe7fba6b'),
(59992,57,10561,NULL,7955,4,'2026-01-19 21:17:43','2026-01-19 21:17:43','783091c3-b4e8-47f4-a1e4-00adbc3f46a8'),
(59993,57,10561,NULL,7951,5,'2026-01-19 21:17:43','2026-01-19 21:17:43','177575f8-65f3-4c4c-a470-5ba4e81cae12'),
(59994,57,10561,NULL,7954,6,'2026-01-19 21:17:43','2026-01-19 21:17:43','888dd2f9-4ac7-40ee-b437-ba534a0d0850'),
(59995,57,10561,NULL,7953,7,'2026-01-19 21:17:43','2026-01-19 21:17:43','bd15d1ca-2ce3-4d61-9a66-61176879b214'),
(59996,57,10561,NULL,7957,8,'2026-01-19 21:17:43','2026-01-19 21:17:43','a346725d-e09a-4889-89c7-5a3ecdf3d94d'),
(60033,32,10564,NULL,2610,1,'2026-01-19 21:18:12','2026-01-19 21:18:12','d7ae448d-7214-4a52-a0c4-f271ba647f2f'),
(60034,32,10564,NULL,2598,2,'2026-01-19 21:18:12','2026-01-19 21:18:12','5e872d85-7e10-4275-ab2f-13be0f077e98'),
(60035,32,10564,NULL,2608,3,'2026-01-19 21:18:12','2026-01-19 21:18:12','274c3396-8f12-40f9-87de-c207856478a1'),
(60036,32,10564,NULL,2600,4,'2026-01-19 21:18:12','2026-01-19 21:18:12','ebee831f-a02a-40da-a58c-ab91b80e57c0'),
(60037,32,10564,NULL,2596,5,'2026-01-19 21:18:12','2026-01-19 21:18:12','cc1d82ad-712a-4377-893a-5ea0d9f68f56'),
(60038,32,10564,NULL,2602,6,'2026-01-19 21:18:12','2026-01-19 21:18:12','d6a6a346-bc75-460a-96cf-9b87e9a0cf25'),
(60039,32,10564,NULL,2604,7,'2026-01-19 21:18:12','2026-01-19 21:18:12','533b01fe-9e23-4c25-9281-ba8292d6da49'),
(60040,16,10564,NULL,10219,1,'2026-01-19 21:18:12','2026-01-19 21:18:12','0861f1c8-f815-499d-a25a-6121283b66f6'),
(60041,7,10564,NULL,601,1,'2026-01-19 21:18:12','2026-01-19 21:18:12','83346366-cf43-4a53-bc9f-a365586a7a37'),
(60042,7,10564,NULL,2974,2,'2026-01-19 21:18:12','2026-01-19 21:18:12','edc4f266-6bc0-4d39-9314-21e41f05c7d1'),
(60043,7,10564,NULL,617,3,'2026-01-19 21:18:12','2026-01-19 21:18:12','2bd669ab-7bcc-424c-be7b-3db17bdaec25'),
(60044,7,10564,NULL,9732,4,'2026-01-19 21:18:12','2026-01-19 21:18:12','d5890740-6b5c-4bde-858f-74088ec96f34'),
(60045,7,10564,NULL,9735,5,'2026-01-19 21:18:12','2026-01-19 21:18:12','66383c6d-da0c-4466-a145-00a25b94af0b'),
(60046,7,10564,NULL,9552,6,'2026-01-19 21:18:12','2026-01-19 21:18:12','80598c5c-5e33-4c85-93ad-4b5fd152f85f'),
(60047,7,10564,NULL,605,7,'2026-01-19 21:18:12','2026-01-19 21:18:12','3a5c91ec-ca0c-4236-a9d4-0d38df1479ba'),
(60048,82,10564,NULL,479,1,'2026-01-19 21:18:12','2026-01-19 21:18:12','a2060720-256e-4e64-893a-04039e707283'),
(60049,82,10564,NULL,491,2,'2026-01-19 21:18:12','2026-01-19 21:18:12','0c62aef4-c17b-4938-99d0-f02f275f2e95'),
(60050,47,10564,NULL,10563,1,'2026-01-19 21:18:12','2026-01-19 21:18:12','3993e986-09c7-4bdb-af4b-0999876f6411'),
(60051,57,10564,NULL,10220,1,'2026-01-19 21:18:12','2026-01-19 21:18:12','71563cf0-31f7-423e-8e30-1a202af13041'),
(60052,57,10564,NULL,10224,2,'2026-01-19 21:18:12','2026-01-19 21:18:12','11925cfd-d824-46a2-ad2a-e71d148c3c3e'),
(60053,57,10564,NULL,10221,3,'2026-01-19 21:18:12','2026-01-19 21:18:12','233492a7-965c-47a1-bd0e-a59db3a1ec01'),
(60054,57,10564,NULL,10222,4,'2026-01-19 21:18:12','2026-01-19 21:18:12','dfef8de6-217a-4ffa-938a-53998c16b048'),
(60055,57,10564,NULL,10225,5,'2026-01-19 21:18:12','2026-01-19 21:18:12','7e923e82-cde5-4ae6-b544-d8837c278a23'),
(60056,57,10564,NULL,10226,6,'2026-01-19 21:18:12','2026-01-19 21:18:12','719659b7-f97d-4ab4-bbb2-fbcad617482e'),
(60057,57,10564,NULL,10228,7,'2026-01-19 21:18:12','2026-01-19 21:18:12','04b6c627-85b5-4807-99e4-2d705aceef06'),
(60058,57,10564,NULL,10229,8,'2026-01-19 21:18:12','2026-01-19 21:18:12','2ff71ff3-42cf-4f7b-91c0-11776bbd6bb8'),
(60059,57,10564,NULL,10232,9,'2026-01-19 21:18:12','2026-01-19 21:18:12','0075960c-9aff-4694-bf81-eb451c0760cf'),
(60060,57,10564,NULL,10233,10,'2026-01-19 21:18:12','2026-01-19 21:18:12','d2fe6b65-9f4d-4718-bd36-1f46024b24fe'),
(60061,57,10564,NULL,10234,11,'2026-01-19 21:18:12','2026-01-19 21:18:12','8973ca6d-2df5-420b-aa9b-3608bf06a36b'),
(60062,57,10564,NULL,10236,12,'2026-01-19 21:18:12','2026-01-19 21:18:12','4d99068f-8f5e-465e-b5c6-1b19bdad60cc'),
(60063,57,10564,NULL,10237,13,'2026-01-19 21:18:12','2026-01-19 21:18:12','476f94b9-8b03-4521-8853-f1ab1fa35e50'),
(60064,57,10564,NULL,10238,14,'2026-01-19 21:18:12','2026-01-19 21:18:12','d0502a05-e033-4e7d-a717-d410e3c0a2c4'),
(60065,57,10564,NULL,10240,15,'2026-01-19 21:18:12','2026-01-19 21:18:12','cce93f4e-83eb-49fe-8d2c-e02b86670b26'),
(60092,82,995,NULL,491,1,'2026-01-20 14:49:28','2026-01-20 14:49:28','12982e90-4194-4c91-8464-88dc3719b41b'),
(60093,32,10997,NULL,2614,1,'2026-01-20 14:49:29','2026-01-20 14:49:29','9e97cbf6-2814-484f-a4ad-671d9fd70520'),
(60094,32,10997,NULL,2610,2,'2026-01-20 14:49:29','2026-01-20 14:49:29','9b21988d-d975-459c-a971-d7accea0f80c'),
(60095,32,10997,NULL,2598,3,'2026-01-20 14:49:29','2026-01-20 14:49:29','2ad8ea03-8c0a-4280-afc2-dadb1e520bca'),
(60096,32,10997,NULL,2600,4,'2026-01-20 14:49:29','2026-01-20 14:49:29','5210d1cb-07dd-4c23-a75c-6761cb0e8347'),
(60097,32,10997,NULL,2596,5,'2026-01-20 14:49:29','2026-01-20 14:49:29','86a815ab-0617-4eff-9fe8-c50d5ca9fede'),
(60098,32,10997,NULL,2602,6,'2026-01-20 14:49:29','2026-01-20 14:49:29','fe6590c7-b368-4140-a5ae-ee1bc21ec022'),
(60099,32,10997,NULL,2606,7,'2026-01-20 14:49:29','2026-01-20 14:49:29','635efef4-c710-473b-82f9-3730611b7bc5'),
(60100,32,10997,NULL,2604,8,'2026-01-20 14:49:29','2026-01-20 14:49:29','87d03508-35f6-4dc3-846f-02062a0a4cbf'),
(60101,32,10997,NULL,2608,9,'2026-01-20 14:49:29','2026-01-20 14:49:29','a4d07215-61d1-420c-8dab-cc05d264f972'),
(60102,16,10997,NULL,3425,1,'2026-01-20 14:49:29','2026-01-20 14:49:29','f7527ad5-52ae-4a9f-91d0-def21ef5707e'),
(60103,7,10997,NULL,601,1,'2026-01-20 14:49:29','2026-01-20 14:49:29','95d9a2f8-177e-4371-a517-e51522950b4a'),
(60104,7,10997,NULL,617,2,'2026-01-20 14:49:29','2026-01-20 14:49:29','ef6d7647-974e-470e-a009-f353f618c576'),
(60105,7,10997,NULL,605,3,'2026-01-20 14:49:29','2026-01-20 14:49:29','b68a98cd-58a1-4a88-9893-afa65e3d1049'),
(60106,7,10997,NULL,9552,4,'2026-01-20 14:49:29','2026-01-20 14:49:29','44b6672c-5bd3-4a16-a1ec-0fb4289bcc98'),
(60107,82,10997,NULL,491,1,'2026-01-20 14:49:29','2026-01-20 14:49:29','cad2cb98-1c3a-4044-9bc2-6629e881a156'),
(60108,46,10997,NULL,7381,1,'2026-01-20 14:49:29','2026-01-20 14:49:29','78d981c0-1a40-45e9-91ea-6a96f66553ea'),
(60109,47,10997,NULL,10538,1,'2026-01-20 14:49:29','2026-01-20 14:49:29','9499f6fa-b61f-4ceb-b656-2406fcbc87fb'),
(60110,57,10997,NULL,7862,1,'2026-01-20 14:49:29','2026-01-20 14:49:29','254059e1-32c8-4639-93be-7bb49e241d74'),
(60111,57,10997,NULL,7858,2,'2026-01-20 14:49:29','2026-01-20 14:49:29','0559fe57-3b24-4d95-9a69-1da46eb1d12c'),
(60112,57,10997,NULL,7864,3,'2026-01-20 14:49:29','2026-01-20 14:49:29','d434c075-eb6d-4333-be58-ab570fe9db64'),
(60113,57,10997,NULL,7859,4,'2026-01-20 14:49:29','2026-01-20 14:49:29','382b25be-013e-4db4-981f-dc78f5022ebd'),
(60114,57,10997,NULL,7861,5,'2026-01-20 14:49:29','2026-01-20 14:49:29','6d2ad405-22bb-4a70-8ad5-51945d88359a'),
(60115,57,10997,NULL,7863,6,'2026-01-20 14:49:29','2026-01-20 14:49:29','3a0abfcb-55e5-45e6-806b-7e6f04ccff52'),
(60116,57,10997,NULL,7860,7,'2026-01-20 14:49:29','2026-01-20 14:49:29','0cd9133b-e725-4566-9a83-b52892054a77'),
(60145,32,10999,NULL,2610,1,'2026-01-20 14:50:45','2026-01-20 14:50:45','22b9e489-6580-41a8-b45e-148d2d3569f1'),
(60146,32,10999,NULL,2598,2,'2026-01-20 14:50:45','2026-01-20 14:50:45','f1d3b3db-2e7b-4017-835f-c7133afd18a3'),
(60147,32,10999,NULL,2600,3,'2026-01-20 14:50:45','2026-01-20 14:50:45','a7462e90-df32-4dd1-982c-2fb711073510'),
(60148,32,10999,NULL,2596,4,'2026-01-20 14:50:45','2026-01-20 14:50:45','96f14b2a-f09c-4382-b46d-56476a85b3b4'),
(60149,32,10999,NULL,2602,5,'2026-01-20 14:50:45','2026-01-20 14:50:45','aaec9474-e101-4705-b5c0-c658ccf3fece'),
(60150,32,10999,NULL,2604,6,'2026-01-20 14:50:45','2026-01-20 14:50:45','7269da77-0591-4975-931c-49a53610d500'),
(60151,32,10999,NULL,2608,7,'2026-01-20 14:50:45','2026-01-20 14:50:45','3946d0cd-f5b9-4f11-898a-d07021eb960c'),
(60152,16,10999,NULL,5253,1,'2026-01-20 14:50:45','2026-01-20 14:50:45','4ecbb810-c580-4101-b5d1-20eb08c3086e'),
(60153,7,10999,NULL,601,1,'2026-01-20 14:50:45','2026-01-20 14:50:45','2e764a9a-fc04-48f5-a878-57f68011e32d'),
(60154,7,10999,NULL,617,2,'2026-01-20 14:50:45','2026-01-20 14:50:45','5fc6ddc2-c51c-4b4c-8f2e-dcf6cb63582a'),
(60155,7,10999,NULL,9727,3,'2026-01-20 14:50:45','2026-01-20 14:50:45','2caff227-0e30-4f7f-bb81-703e6dd487e7'),
(60156,7,10999,NULL,9552,4,'2026-01-20 14:50:45','2026-01-20 14:50:45','3b87de83-1833-4f8a-94e9-848d36830838'),
(60157,7,10999,NULL,605,5,'2026-01-20 14:50:45','2026-01-20 14:50:45','b823f371-f01d-468f-babf-ae679d4aff44'),
(60158,82,10999,NULL,479,1,'2026-01-20 14:50:45','2026-01-20 14:50:45','bc7a5b73-32ce-4f89-9d19-496d2d217d39'),
(60159,82,10999,NULL,491,2,'2026-01-20 14:50:45','2026-01-20 14:50:45','f8769c30-1025-458c-86e8-d4234e1dbed6'),
(60160,46,10999,NULL,7379,1,'2026-01-20 14:50:45','2026-01-20 14:50:45','a0b7f58c-b439-4af0-99f8-52b061d1b260'),
(60161,47,10999,NULL,10557,1,'2026-01-20 14:50:45','2026-01-20 14:50:45','8d3a4c00-9e69-40d7-861f-289a2e0939a6'),
(60162,57,10999,NULL,7926,1,'2026-01-20 14:50:45','2026-01-20 14:50:45','33a0cb84-d96b-4a67-a786-b2f4c07d9757'),
(60163,57,10999,NULL,7928,2,'2026-01-20 14:50:45','2026-01-20 14:50:45','e3764a69-9e1e-420c-a10e-8e0ec161f215'),
(60164,57,10999,NULL,7927,3,'2026-01-20 14:50:45','2026-01-20 14:50:45','09dbc6b6-09d9-4584-9ca3-1c7a84ecd105'),
(60165,57,10999,NULL,7924,4,'2026-01-20 14:50:45','2026-01-20 14:50:45','edc328df-5af4-4fca-827f-fb8ad98ceb8e'),
(60166,57,10999,NULL,7925,5,'2026-01-20 14:50:45','2026-01-20 14:50:45','c8e38d4e-c910-4980-b911-567efab779b8'),
(60167,57,10999,NULL,7923,6,'2026-01-20 14:50:45','2026-01-20 14:50:45','fd8dd68d-5a59-4291-a2e1-5bfaf400611f'),
(60168,57,10999,NULL,7920,7,'2026-01-20 14:50:45','2026-01-20 14:50:45','eb74fc6f-7fe8-4ce4-b300-c4853c1c4f34'),
(60169,57,10999,NULL,7922,8,'2026-01-20 14:50:45','2026-01-20 14:50:45','540ef545-75da-4530-948f-bc45c64c54d4'),
(60170,57,10999,NULL,7921,9,'2026-01-20 14:50:45','2026-01-20 14:50:45','d284ea02-1292-4737-b3ef-fd10b34df885'),
(60197,83,1185,NULL,1161,1,'2026-01-20 14:51:02','2026-01-20 14:51:02','0b833841-3e18-48e5-9951-258c40b3f2f8'),
(60198,32,11001,NULL,2610,1,'2026-01-20 14:51:03','2026-01-20 14:51:03','3b3c4c82-1999-48a1-8fda-df2c44047ee9'),
(60199,32,11001,NULL,2598,2,'2026-01-20 14:51:03','2026-01-20 14:51:03','bef063b9-9426-4e6c-9aa5-e9bc8823217b'),
(60200,32,11001,NULL,2600,3,'2026-01-20 14:51:03','2026-01-20 14:51:03','70117576-835d-43ae-892a-bd262c1619f4'),
(60201,32,11001,NULL,2604,4,'2026-01-20 14:51:03','2026-01-20 14:51:03','974c231f-a8e4-4b45-a425-3592caf01c0a'),
(60202,32,11001,NULL,2608,5,'2026-01-20 14:51:03','2026-01-20 14:51:03','43a8502a-1815-4178-a420-7d9325165c79'),
(60203,32,11001,NULL,2602,6,'2026-01-20 14:51:03','2026-01-20 14:51:03','0147de3c-12dc-47e8-a044-45dfadf63a37'),
(60204,83,11001,NULL,1161,1,'2026-01-20 14:51:03','2026-01-20 14:51:03','c1d5e299-301d-4e63-b940-4a69d442b04b'),
(60205,16,11001,NULL,4322,1,'2026-01-20 14:51:03','2026-01-20 14:51:03','d7fd1fe8-18a5-4e43-9299-56f1d9a88f59'),
(60206,7,11001,NULL,2969,1,'2026-01-20 14:51:03','2026-01-20 14:51:03','e7de0513-42e9-4512-a6dc-f359764574a7'),
(60207,7,11001,NULL,617,2,'2026-01-20 14:51:03','2026-01-20 14:51:03','c5c508e9-ee90-45bb-b169-16a096f7a17b'),
(60208,7,11001,NULL,605,3,'2026-01-20 14:51:03','2026-01-20 14:51:03','1e1f3ba7-6609-4ec5-abb2-fd7433515a32'),
(60209,7,11001,NULL,9552,4,'2026-01-20 14:51:03','2026-01-20 14:51:03','3b7133ab-a9a4-4031-9936-938557afd18d'),
(60210,82,11001,NULL,469,1,'2026-01-20 14:51:03','2026-01-20 14:51:03','371db6db-bbf7-45b9-a008-534f4c03e6dc'),
(60211,82,11001,NULL,479,2,'2026-01-20 14:51:03','2026-01-20 14:51:03','5a4809c6-ca75-4c1a-ba25-a1bce123b73e'),
(60212,82,11001,NULL,491,3,'2026-01-20 14:51:03','2026-01-20 14:51:03','cdf8ab1e-e5ee-4ee8-9997-e9f453fa08ba'),
(60213,47,11001,NULL,10480,1,'2026-01-20 14:51:03','2026-01-20 14:51:03','7df9723d-dc75-4e2a-8bf1-e6fb3c68950d'),
(60214,57,11001,NULL,8747,1,'2026-01-20 14:51:03','2026-01-20 14:51:03','c6206c50-02c2-40d9-b3f5-bd786d686168'),
(60215,57,11001,NULL,8750,2,'2026-01-20 14:51:03','2026-01-20 14:51:03','5fe8a7f0-2215-4f88-b159-8afc4b02df6b'),
(60216,57,11001,NULL,8751,3,'2026-01-20 14:51:03','2026-01-20 14:51:03','b99025d6-1a6c-4cf0-9382-044dba4f170c'),
(60217,57,11001,NULL,8746,4,'2026-01-20 14:51:03','2026-01-20 14:51:03','0651a94b-3d93-4d83-829c-773dff80577c'),
(60218,57,11001,NULL,8753,5,'2026-01-20 14:51:03','2026-01-20 14:51:03','aae70fdb-d04b-498a-a123-7d375e74f425'),
(60219,57,11001,NULL,8754,6,'2026-01-20 14:51:03','2026-01-20 14:51:03','0d409616-e8a0-474d-b4d2-f0d5f9eda856'),
(60220,57,11001,NULL,8749,7,'2026-01-20 14:51:03','2026-01-20 14:51:03','1535c1bf-b324-49c3-9682-3aa9cef74618'),
(60221,57,11001,NULL,8744,8,'2026-01-20 14:51:03','2026-01-20 14:51:03','56fd1ca1-4b63-4407-a28b-a9216b30a40a'),
(60222,57,11001,NULL,8745,9,'2026-01-20 14:51:03','2026-01-20 14:51:03','1c569164-b973-4fdd-ac90-d7069bca99ce'),
(60229,57,2880,NULL,11003,2,'2026-01-20 14:52:25','2026-01-20 14:52:25','f31b6bb8-025b-44e0-83b2-00e0ad6830b7'),
(60230,57,2880,NULL,11004,3,'2026-01-20 14:52:25','2026-01-20 14:52:25','028663f4-94f7-43f8-a385-6cf9fec0f3b4'),
(60231,16,11005,NULL,3279,1,'2026-01-20 14:52:25','2026-01-20 14:52:25','cdd86607-e22e-4165-b726-86bb547e5d41'),
(60232,57,11005,NULL,3276,1,'2026-01-20 14:52:25','2026-01-20 14:52:25','08207b6d-13cb-4bff-b0a0-aede3878ed51'),
(60233,57,11005,NULL,11003,2,'2026-01-20 14:52:25','2026-01-20 14:52:25','8ba19ab3-19a8-485e-b565-882ef3125fbd'),
(60234,57,11005,NULL,11004,3,'2026-01-20 14:52:25','2026-01-20 14:52:25','e1128ab7-5303-4532-86a8-489aa452b2c1'),
(60235,57,11005,NULL,3278,4,'2026-01-20 14:52:25','2026-01-20 14:52:25','d5031a78-6f77-4b9e-8aba-129663008c6a'),
(60236,57,11005,NULL,3279,5,'2026-01-20 14:52:25','2026-01-20 14:52:25','76c29040-01b6-49a9-b86e-22fca3826137'),
(60262,32,11007,NULL,2610,1,'2026-01-20 14:52:39','2026-01-20 14:52:39','afca976e-c5f5-483e-9809-d8f6fdc79beb'),
(60263,32,11007,NULL,2598,2,'2026-01-20 14:52:39','2026-01-20 14:52:39','1b48847c-f45e-43fa-86fe-cead14809114'),
(60264,32,11007,NULL,2600,3,'2026-01-20 14:52:39','2026-01-20 14:52:39','c0871d7f-6bd6-4c40-8b62-b9755626f959'),
(60265,32,11007,NULL,2604,4,'2026-01-20 14:52:39','2026-01-20 14:52:39','5dd95cbb-42f3-40ba-89dc-4d79813fbbb7'),
(60266,32,11007,NULL,2608,5,'2026-01-20 14:52:39','2026-01-20 14:52:39','6ced8142-3561-402e-b8a6-029d614eff7a'),
(60267,32,11007,NULL,2602,6,'2026-01-20 14:52:39','2026-01-20 14:52:39','d3aaeb1e-8d02-4b20-bc30-3a3a3fe0f883'),
(60268,83,11007,NULL,1161,1,'2026-01-20 14:52:39','2026-01-20 14:52:39','25b8fbcf-8801-4385-b39b-aa9361a2f971'),
(60269,16,11007,NULL,4322,1,'2026-01-20 14:52:39','2026-01-20 14:52:39','5f46fad0-b14e-4496-b9c3-c8b7d71df29b'),
(60270,7,11007,NULL,2969,1,'2026-01-20 14:52:39','2026-01-20 14:52:39','f25e8d76-f378-4d47-9cb5-6669504a2f30'),
(60271,7,11007,NULL,617,2,'2026-01-20 14:52:39','2026-01-20 14:52:39','cc0b1226-af9e-4e72-8fee-29cf418af527'),
(60272,7,11007,NULL,605,3,'2026-01-20 14:52:39','2026-01-20 14:52:39','8d942d27-e3a2-48d9-bab7-f6afb571edc5'),
(60273,7,11007,NULL,9552,4,'2026-01-20 14:52:39','2026-01-20 14:52:39','7312605c-6be5-4b58-84b3-f59975d25bbd'),
(60274,82,11007,NULL,469,1,'2026-01-20 14:52:39','2026-01-20 14:52:39','fca2a183-c2ed-443a-87e0-e7d14b62c743'),
(60275,82,11007,NULL,479,2,'2026-01-20 14:52:39','2026-01-20 14:52:39','6002cef7-611e-4831-bb96-d2695379fa02'),
(60276,82,11007,NULL,491,3,'2026-01-20 14:52:39','2026-01-20 14:52:39','5a4c2fb6-e752-4f97-a24e-64b2d899ce34'),
(60277,47,11007,NULL,10480,1,'2026-01-20 14:52:39','2026-01-20 14:52:39','d0f81b85-aee5-4207-8bf4-2d53d994c17d'),
(60278,57,11007,NULL,8747,1,'2026-01-20 14:52:39','2026-01-20 14:52:39','062a65f7-11c5-402d-a354-06e433c55140'),
(60279,57,11007,NULL,8750,2,'2026-01-20 14:52:39','2026-01-20 14:52:39','a50641a0-fc6a-42f7-b6f5-232d5b6fdd6b'),
(60280,57,11007,NULL,8751,3,'2026-01-20 14:52:39','2026-01-20 14:52:39','eb8d79fd-25a7-4e27-97a1-e3778353b3c0'),
(60281,57,11007,NULL,8746,4,'2026-01-20 14:52:39','2026-01-20 14:52:39','31d72bf4-a4bd-45e6-a111-df953268b911'),
(60282,57,11007,NULL,8753,5,'2026-01-20 14:52:39','2026-01-20 14:52:39','cef82bf1-6a1f-4092-a1aa-9c32b179e2c7'),
(60283,57,11007,NULL,8754,6,'2026-01-20 14:52:39','2026-01-20 14:52:39','b1b29d40-be16-4a58-9dc1-fabfc4d62b3d'),
(60284,57,11007,NULL,8749,7,'2026-01-20 14:52:39','2026-01-20 14:52:39','86e86d40-6d9c-404a-baa5-8b36074b3dec'),
(60285,57,11007,NULL,8744,8,'2026-01-20 14:52:39','2026-01-20 14:52:39','700fe593-242d-4124-b867-fc83809df808'),
(60286,57,11007,NULL,8745,9,'2026-01-20 14:52:39','2026-01-20 14:52:39','f2b6d604-2947-4aa4-b39a-5e6b7a403e10'),
(60287,83,11008,NULL,1185,1,'2026-01-20 14:52:47','2026-01-20 14:52:47','ef9ed2b0-fd2c-4053-bc8a-f6133ffe6b43'),
(60288,16,11008,NULL,6598,1,'2026-01-20 14:52:47','2026-01-20 14:52:47','c5c43d67-d014-4017-a5f0-82adb4e1c473'),
(60289,57,11008,NULL,6600,1,'2026-01-20 14:52:47','2026-01-20 14:52:47','2aff959c-e96d-4178-80c3-2ad7b364a418'),
(60290,57,11008,NULL,6601,2,'2026-01-20 14:52:47','2026-01-20 14:52:47','bf9b87a0-2ef3-41b9-b5bc-f9ced61bd473'),
(60291,57,11008,NULL,4322,3,'2026-01-20 14:52:47','2026-01-20 14:52:47','d8c05c23-d0ef-446b-80b2-1a55fd73e2d7'),
(60292,57,11008,NULL,8774,4,'2026-01-20 14:52:47','2026-01-20 14:52:47','b9967d91-1e4b-46b4-b9e0-83f3f5a24b3b'),
(60319,32,11010,NULL,2610,1,'2026-01-20 14:53:27','2026-01-20 14:53:27','902d846b-17c6-4181-8027-73fad6f57e69'),
(60320,32,11010,NULL,2598,2,'2026-01-20 14:53:27','2026-01-20 14:53:27','c7dc864c-2ecf-4c69-a752-defaeaaec6b4'),
(60321,32,11010,NULL,2608,3,'2026-01-20 14:53:27','2026-01-20 14:53:27','479afd23-0294-4a00-af41-bcdf5e7ef165'),
(60322,32,11010,NULL,2600,4,'2026-01-20 14:53:27','2026-01-20 14:53:27','f1692794-7a97-435c-b125-9dac7861c8bf'),
(60323,32,11010,NULL,2596,5,'2026-01-20 14:53:27','2026-01-20 14:53:27','af302514-6371-4b0d-b908-62c60c649455'),
(60324,32,11010,NULL,2602,6,'2026-01-20 14:53:27','2026-01-20 14:53:27','abb42498-dc8a-433d-a6f3-998a0f46d2f3'),
(60325,32,11010,NULL,2612,7,'2026-01-20 14:53:27','2026-01-20 14:53:27','030cc06f-6e2f-44ac-b205-c1b5c099300e'),
(60326,32,11010,NULL,2618,8,'2026-01-20 14:53:27','2026-01-20 14:53:27','59503f48-3f46-473c-aaaa-715bea244e5b'),
(60327,32,11010,NULL,2604,9,'2026-01-20 14:53:27','2026-01-20 14:53:27','f82310f1-58c5-4b3a-ab31-f12556cda38c'),
(60328,16,11010,NULL,9008,1,'2026-01-20 14:53:27','2026-01-20 14:53:27','30af4c4a-e1ea-4a88-a460-56ec4d05c38f'),
(60329,7,11010,NULL,605,1,'2026-01-20 14:53:27','2026-01-20 14:53:27','44e3f4d8-de63-408c-a0d0-d8a1d3bc4747'),
(60330,7,11010,NULL,617,2,'2026-01-20 14:53:27','2026-01-20 14:53:27','d7acfa26-a496-4269-b669-97bd77e307d4'),
(60331,7,11010,NULL,9552,3,'2026-01-20 14:53:27','2026-01-20 14:53:27','0de17a97-c0fd-4713-b913-b6b052708e92'),
(60332,82,11010,NULL,479,1,'2026-01-20 14:53:27','2026-01-20 14:53:27','4d24674a-5075-4dc8-bf7f-80bb4232d241'),
(60333,82,11010,NULL,491,2,'2026-01-20 14:53:27','2026-01-20 14:53:27','0d0a5826-5a78-4ef4-9daf-5d848b0f8399'),
(60334,46,11010,NULL,3697,1,'2026-01-20 14:53:27','2026-01-20 14:53:27','2d3e9f04-decd-4066-8d50-6a78f95d7dee'),
(60335,57,11010,NULL,9011,1,'2026-01-20 14:53:27','2026-01-20 14:53:27','d6a08946-3007-43f0-8460-d28aad3fd882'),
(60336,57,11010,NULL,9017,2,'2026-01-20 14:53:27','2026-01-20 14:53:27','3ad20d57-1183-4a32-825a-1b23cd50ca89'),
(60337,57,11010,NULL,9015,3,'2026-01-20 14:53:27','2026-01-20 14:53:27','8daed57e-5dd0-48f5-b5c3-432aec772e30'),
(60338,57,11010,NULL,9016,4,'2026-01-20 14:53:27','2026-01-20 14:53:27','2851fe64-ee17-4c35-b5e0-b3ea557b311f'),
(60339,57,11010,NULL,9013,5,'2026-01-20 14:53:27','2026-01-20 14:53:27','ae2f26dc-243f-4322-a073-42e853326cfb'),
(60340,57,11010,NULL,9014,6,'2026-01-20 14:53:27','2026-01-20 14:53:27','e4146726-c54c-4926-a461-69064eae876b'),
(60341,57,11010,NULL,9012,7,'2026-01-20 14:53:27','2026-01-20 14:53:27','c8a4661f-116c-411a-b379-5c4ef927153b'),
(60342,57,11010,NULL,9018,8,'2026-01-20 14:53:27','2026-01-20 14:53:27','a5f53633-414e-4d49-ba5b-715f2515a206'),
(60375,32,11023,NULL,2614,1,'2026-01-20 14:56:24','2026-01-20 14:56:24','776ba109-2ce6-4d60-8c54-c063f379dd1f'),
(60376,32,11023,NULL,2610,2,'2026-01-20 14:56:24','2026-01-20 14:56:24','05e496b9-b8ff-4468-a285-56d2571c4aa8'),
(60377,32,11023,NULL,2598,3,'2026-01-20 14:56:24','2026-01-20 14:56:24','ee345352-6420-427e-9f28-16b60250a5fc'),
(60378,32,11023,NULL,2608,4,'2026-01-20 14:56:24','2026-01-20 14:56:24','bdcd124e-1c7a-4e46-8c3f-85f54883346f'),
(60379,32,11023,NULL,2624,5,'2026-01-20 14:56:24','2026-01-20 14:56:24','0ed077ac-e3d2-49df-8475-1ba078162e77'),
(60380,32,11023,NULL,2600,6,'2026-01-20 14:56:24','2026-01-20 14:56:24','44d54d87-95e9-40e9-bfef-b0a68bd2fc5e'),
(60381,32,11023,NULL,2596,7,'2026-01-20 14:56:24','2026-01-20 14:56:24','e6d9a337-8d47-4a30-904b-73ae30a0fe67'),
(60382,32,11023,NULL,2602,8,'2026-01-20 14:56:24','2026-01-20 14:56:24','5fb0cea2-f80b-4f8b-b708-2ebd27441273'),
(60383,32,11023,NULL,2606,9,'2026-01-20 14:56:24','2026-01-20 14:56:24','03e74d54-da6a-4b36-b73a-a6db3d324e6f'),
(60384,32,11023,NULL,2612,10,'2026-01-20 14:56:24','2026-01-20 14:56:24','2028daef-8017-4232-8480-053972561160'),
(60385,32,11023,NULL,2604,11,'2026-01-20 14:56:24','2026-01-20 14:56:24','3ba1ce1c-881f-4140-a237-1652527d73e7'),
(60386,16,11023,NULL,9852,1,'2026-01-20 14:56:24','2026-01-20 14:56:24','d722940e-cf9f-4edc-b56f-6d8f3e05a529'),
(60387,7,11023,NULL,605,1,'2026-01-20 14:56:24','2026-01-20 14:56:24','d1009f24-d639-4086-8e49-899363baf894'),
(60388,7,11023,NULL,617,2,'2026-01-20 14:56:24','2026-01-20 14:56:24','4e89b54d-eb05-435f-b2b7-417d1f5039ab'),
(60389,7,11023,NULL,9552,3,'2026-01-20 14:56:24','2026-01-20 14:56:24','02c191f4-357a-479d-902d-116fc9d3dfaa'),
(60390,46,11023,NULL,2891,1,'2026-01-20 14:56:24','2026-01-20 14:56:24','9b65c79a-07e5-46eb-b15d-3ce5810b7594'),
(60391,57,11023,NULL,9861,1,'2026-01-20 14:56:24','2026-01-20 14:56:24','a0896d95-a94d-4092-b1d8-732f84b56ab7'),
(60392,57,11023,NULL,9866,2,'2026-01-20 14:56:24','2026-01-20 14:56:24','8d8e5ac2-5e8d-4027-b04e-1f2ff4b479d3'),
(60393,57,11023,NULL,9865,3,'2026-01-20 14:56:24','2026-01-20 14:56:24','4c7ab548-c8cf-40a3-bc26-f6d154de51fe'),
(60394,57,11023,NULL,9862,4,'2026-01-20 14:56:24','2026-01-20 14:56:24','aca627fd-0587-4d2b-af16-4dc8d5664023'),
(60395,57,11023,NULL,9859,5,'2026-01-20 14:56:24','2026-01-20 14:56:24','29fd4f3e-1048-48a0-9f02-4af48ad22aa8'),
(60396,57,11023,NULL,9864,6,'2026-01-20 14:56:24','2026-01-20 14:56:24','ebeef8c0-afaf-41f5-9eb1-0137731e4778'),
(60397,57,11023,NULL,9868,7,'2026-01-20 14:56:24','2026-01-20 14:56:24','997e96fc-2a3c-4891-a357-f4552b12d418'),
(60398,57,11023,NULL,9869,8,'2026-01-20 14:56:24','2026-01-20 14:56:24','184136c3-fd17-4391-a238-b82144e868df'),
(60399,57,11023,NULL,9870,9,'2026-01-20 14:56:24','2026-01-20 14:56:24','454a1908-3914-4d9b-8b8b-c06b81b58a18'),
(60400,57,11023,NULL,9871,10,'2026-01-20 14:56:24','2026-01-20 14:56:24','909cb22e-53a1-4073-a882-1a59a6f4e49f'),
(60401,57,11023,NULL,9872,11,'2026-01-20 14:56:24','2026-01-20 14:56:24','f3ca5473-cd5f-4dbb-8267-5914840cebc3'),
(60402,57,11023,NULL,9873,12,'2026-01-20 14:56:24','2026-01-20 14:56:24','84f694ca-e969-4418-aa5d-b20224c9aa0e'),
(60403,57,11023,NULL,9874,13,'2026-01-20 14:56:24','2026-01-20 14:56:24','f1240c64-d967-4387-83d5-2a207a378020'),
(60404,57,11023,NULL,9876,14,'2026-01-20 14:56:24','2026-01-20 14:56:24','3522d8e4-b863-4689-a3d3-2370e2716a9c'),
(60405,13,11023,NULL,6927,1,'2026-01-20 14:56:24','2026-01-20 14:56:24','7d5c18c4-9c69-4d0b-be62-bc17569fe46e'),
(60432,32,11042,NULL,2614,1,'2026-01-20 14:58:31','2026-01-20 14:58:31','9ebe7431-646c-4be6-a194-debc7d36676b'),
(60433,32,11042,NULL,2610,2,'2026-01-20 14:58:31','2026-01-20 14:58:31','f4a9470c-398f-4a4b-a1e5-1dce4ecbb35c'),
(60434,32,11042,NULL,2598,3,'2026-01-20 14:58:31','2026-01-20 14:58:31','52dc970b-a748-4505-8613-b411fd21d575'),
(60435,32,11042,NULL,2608,4,'2026-01-20 14:58:31','2026-01-20 14:58:31','997b5887-adb8-4d4a-ab10-2bfb77abe29d'),
(60436,32,11042,NULL,2600,5,'2026-01-20 14:58:31','2026-01-20 14:58:31','87708e6b-04d4-4d8b-909a-7d624ac46145'),
(60437,32,11042,NULL,2596,6,'2026-01-20 14:58:31','2026-01-20 14:58:31','27eadd2d-db7e-4726-ae80-149ceb4dbb7a'),
(60438,32,11042,NULL,2602,7,'2026-01-20 14:58:31','2026-01-20 14:58:31','37f85f3d-2b25-49ab-a788-cad5160afd16'),
(60439,32,11042,NULL,2606,8,'2026-01-20 14:58:31','2026-01-20 14:58:31','347ef1f1-ff90-4a2d-8c9c-862b399b5c82'),
(60440,32,11042,NULL,2612,9,'2026-01-20 14:58:31','2026-01-20 14:58:31','b78ba60f-3655-4c10-be23-528334f0a9fc'),
(60441,32,11042,NULL,2604,10,'2026-01-20 14:58:31','2026-01-20 14:58:31','02cff371-6e36-4282-8034-7c1c008b918c'),
(60442,16,11042,NULL,9181,1,'2026-01-20 14:58:31','2026-01-20 14:58:31','77401120-f317-4cee-ab1d-ec2f011ef1c7'),
(60443,7,11042,NULL,2969,1,'2026-01-20 14:58:31','2026-01-20 14:58:31','39fcd686-5443-4608-9cd0-1ba92cb81014'),
(60444,7,11042,NULL,605,2,'2026-01-20 14:58:31','2026-01-20 14:58:31','b1f56512-85d9-4be9-ab67-08e19cade3f9'),
(60445,7,11042,NULL,617,3,'2026-01-20 14:58:31','2026-01-20 14:58:31','36c1a36f-0db6-4066-864f-940704664024'),
(60446,7,11042,NULL,9552,4,'2026-01-20 14:58:31','2026-01-20 14:58:31','af37ce6d-a8b8-4296-9585-bb3405779d65'),
(60447,57,11042,NULL,9184,1,'2026-01-20 14:58:31','2026-01-20 14:58:31','c38b4439-e38b-43f1-be64-410754fbea50'),
(60448,57,11042,NULL,9185,2,'2026-01-20 14:58:31','2026-01-20 14:58:31','4b6bbfad-d44c-44e2-837d-da560f257a15'),
(60449,57,11042,NULL,9186,3,'2026-01-20 14:58:31','2026-01-20 14:58:31','41c3f3fa-0e6f-4ab6-ad33-9d02b49bdeee'),
(60450,57,11042,NULL,9187,4,'2026-01-20 14:58:31','2026-01-20 14:58:31','3cf7d546-2c94-4217-8448-1272a405d357'),
(60451,57,11042,NULL,9188,5,'2026-01-20 14:58:31','2026-01-20 14:58:31','35cb0135-9f99-4d4e-9385-caecd1184f02'),
(60452,57,11042,NULL,9189,6,'2026-01-20 14:58:31','2026-01-20 14:58:31','ddcffb9e-0973-403c-933c-c97d6a3ccc2b'),
(60453,57,11042,NULL,9190,7,'2026-01-20 14:58:31','2026-01-20 14:58:31','97ddcc8d-4416-40fc-a2a7-c0b9fee817f3'),
(60454,57,11042,NULL,9191,8,'2026-01-20 14:58:31','2026-01-20 14:58:31','4fbdef4a-5f7f-4f4d-a64e-5b63743e1c9b'),
(60455,57,11042,NULL,9192,9,'2026-01-20 14:58:31','2026-01-20 14:58:31','60397c1a-d090-4040-bb41-b38a0655d1b7'),
(60456,57,11042,NULL,9193,10,'2026-01-20 14:58:31','2026-01-20 14:58:31','5aca61bf-6430-437c-a8f2-d766cc9c13cb'),
(60457,13,11042,NULL,6931,1,'2026-01-20 14:58:31','2026-01-20 14:58:31','1853f426-dd30-42cc-9393-a2732d318155'),
(60484,32,11050,NULL,2614,1,'2026-01-20 14:58:34','2026-01-20 14:58:34','c9bddf73-242e-4e4b-9477-57745b70a486'),
(60485,32,11050,NULL,2610,2,'2026-01-20 14:58:34','2026-01-20 14:58:34','d0c44257-7a83-4ab8-9387-a501a8309042'),
(60486,32,11050,NULL,2598,3,'2026-01-20 14:58:34','2026-01-20 14:58:34','2611ee9e-fd41-439e-8fac-b1fef761136f'),
(60487,32,11050,NULL,2608,4,'2026-01-20 14:58:34','2026-01-20 14:58:34','660166b6-6f71-411b-bae2-262b95e54b34'),
(60488,32,11050,NULL,2600,5,'2026-01-20 14:58:34','2026-01-20 14:58:34','113684b1-b91c-48ec-87d1-7e4ef76f16c8'),
(60489,32,11050,NULL,2596,6,'2026-01-20 14:58:34','2026-01-20 14:58:34','a1f78a29-ec61-4ee0-992d-b05baef06261'),
(60490,32,11050,NULL,2602,7,'2026-01-20 14:58:34','2026-01-20 14:58:34','a3fe7c60-48d4-4779-b752-e8176bf1f13a'),
(60491,32,11050,NULL,2606,8,'2026-01-20 14:58:34','2026-01-20 14:58:34','61228a80-c662-4429-b0db-0505b2637212'),
(60492,32,11050,NULL,2612,9,'2026-01-20 14:58:34','2026-01-20 14:58:34','5643991e-6b46-4233-967d-abdc7ef11bd6'),
(60493,32,11050,NULL,2604,10,'2026-01-20 14:58:34','2026-01-20 14:58:34','215d7ed7-d638-4bd6-a28e-d6ce74fb2dd6'),
(60494,16,11050,NULL,9181,1,'2026-01-20 14:58:34','2026-01-20 14:58:34','6b0f7b81-3c7e-4475-a0ef-ab9bdba050f8'),
(60495,7,11050,NULL,2969,1,'2026-01-20 14:58:34','2026-01-20 14:58:34','c17d337e-0bf3-4ee2-8b2c-3c8704b92edb'),
(60496,7,11050,NULL,605,2,'2026-01-20 14:58:34','2026-01-20 14:58:34','28550947-00f5-4e82-8ed7-db9bff18b2f8'),
(60497,7,11050,NULL,617,3,'2026-01-20 14:58:34','2026-01-20 14:58:34','cb26cbda-5d71-4711-8f01-ab5b7382005d'),
(60498,7,11050,NULL,9552,4,'2026-01-20 14:58:34','2026-01-20 14:58:34','799a832f-870d-4764-b9dd-605ae8f97997'),
(60499,57,11050,NULL,9184,1,'2026-01-20 14:58:34','2026-01-20 14:58:34','f65fd8d1-fddc-4b39-adda-92aaaa961b80'),
(60500,57,11050,NULL,9185,2,'2026-01-20 14:58:34','2026-01-20 14:58:34','38693bad-5d5b-4ea8-b089-a58a7ae47671'),
(60501,57,11050,NULL,9186,3,'2026-01-20 14:58:34','2026-01-20 14:58:34','7fabd3c7-2fea-4a92-aa5f-09e18b76454b'),
(60502,57,11050,NULL,9187,4,'2026-01-20 14:58:34','2026-01-20 14:58:34','7ba217d7-879f-478f-8a79-b4b596f58377'),
(60503,57,11050,NULL,9188,5,'2026-01-20 14:58:34','2026-01-20 14:58:34','b0147bcc-2ae1-4c32-9ffb-a42dd5dd6f37'),
(60504,57,11050,NULL,9189,6,'2026-01-20 14:58:34','2026-01-20 14:58:34','a0297b80-35cc-4352-b3cd-ae566341e9a0'),
(60505,57,11050,NULL,9190,7,'2026-01-20 14:58:34','2026-01-20 14:58:34','d1145d6c-8d0d-4dd7-9349-42430b5d1dd2'),
(60506,57,11050,NULL,9191,8,'2026-01-20 14:58:34','2026-01-20 14:58:34','4aed2af8-e696-401d-ad53-9cb921068943'),
(60507,57,11050,NULL,9192,9,'2026-01-20 14:58:34','2026-01-20 14:58:34','de8127d7-be5b-43cf-8bc9-f1154dc49a9b'),
(60508,57,11050,NULL,9193,10,'2026-01-20 14:58:34','2026-01-20 14:58:34','d88394e4-7e4b-462f-9af9-86e53bbf35fe'),
(60509,13,11050,NULL,6931,1,'2026-01-20 14:58:34','2026-01-20 14:58:34','bce7b0a1-0782-4e40-b8fe-46fe92012ef6'),
(60537,32,11062,NULL,2614,1,'2026-01-20 15:00:15','2026-01-20 15:00:15','b84adb42-a68e-4ba5-8773-aa0f0962a032'),
(60538,32,11062,NULL,2610,2,'2026-01-20 15:00:15','2026-01-20 15:00:15','18d6175b-6b81-4bd6-8347-b0005afcfe16'),
(60539,32,11062,NULL,2598,3,'2026-01-20 15:00:15','2026-01-20 15:00:15','2cbf0a56-42d3-4f58-b442-b01867adb43e'),
(60540,32,11062,NULL,2608,4,'2026-01-20 15:00:15','2026-01-20 15:00:15','f5e51165-756b-4b9a-ba66-ac8afc7030b0'),
(60541,32,11062,NULL,2600,5,'2026-01-20 15:00:15','2026-01-20 15:00:15','6c6fa794-0c18-4fa1-8a42-dd871d76b47e'),
(60542,32,11062,NULL,2596,6,'2026-01-20 15:00:15','2026-01-20 15:00:15','e153051c-62e1-4a49-8bd0-e503fc047434'),
(60543,32,11062,NULL,2602,7,'2026-01-20 15:00:15','2026-01-20 15:00:15','fe9b459c-2acd-47e7-bfdc-fb23a09ce83f'),
(60544,32,11062,NULL,2612,8,'2026-01-20 15:00:15','2026-01-20 15:00:15','1fa86216-0729-47fc-85c2-8302331a95de'),
(60545,32,11062,NULL,2604,9,'2026-01-20 15:00:15','2026-01-20 15:00:15','b3d1031b-78a3-45de-91df-b9fbb7934672'),
(60546,16,11062,NULL,9901,1,'2026-01-20 15:00:15','2026-01-20 15:00:15','2c703370-af8e-4d5e-84db-fc7027fad9f7'),
(60547,7,11062,NULL,605,1,'2026-01-20 15:00:15','2026-01-20 15:00:15','992d0e2b-a325-45a6-afaf-3c0d6d5cf8d3'),
(60548,7,11062,NULL,617,2,'2026-01-20 15:00:15','2026-01-20 15:00:15','a85bfa12-c85b-487a-a486-d04c4a7f8f44'),
(60549,7,11062,NULL,9552,3,'2026-01-20 15:00:15','2026-01-20 15:00:15','ae4a6546-94b3-46a1-9cfa-1d403afae6d8'),
(60550,82,11062,NULL,479,1,'2026-01-20 15:00:15','2026-01-20 15:00:15','65870e37-c1d1-4dbf-b060-4d2acf470c65'),
(60551,57,11062,NULL,9903,1,'2026-01-20 15:00:15','2026-01-20 15:00:15','c9460116-7438-425c-bd53-9a6917912b11'),
(60552,57,11062,NULL,9904,2,'2026-01-20 15:00:15','2026-01-20 15:00:15','bff3d331-1859-4de2-8594-f25670a258cc'),
(60553,57,11062,NULL,9907,3,'2026-01-20 15:00:15','2026-01-20 15:00:15','a87293f8-fd88-4726-a11b-f4c6aac2347f'),
(60554,57,11062,NULL,9908,4,'2026-01-20 15:00:15','2026-01-20 15:00:15','50fc600c-83a1-4642-be4d-37c654816817'),
(60555,57,11062,NULL,9909,5,'2026-01-20 15:00:15','2026-01-20 15:00:15','26d69926-871a-4b7d-a4de-27988fde8f71'),
(60556,57,11062,NULL,9910,6,'2026-01-20 15:00:15','2026-01-20 15:00:15','354a416c-f0e6-4c7b-a434-df00563e6736'),
(60557,57,11062,NULL,9911,7,'2026-01-20 15:00:15','2026-01-20 15:00:15','d26790d6-2980-49bd-af03-69cd9db1d2ce'),
(60558,57,11062,NULL,9912,8,'2026-01-20 15:00:15','2026-01-20 15:00:15','14e04d11-ecd8-4e66-a17d-ed48baef5c72'),
(60559,57,11062,NULL,9913,9,'2026-01-20 15:00:15','2026-01-20 15:00:15','9585c3c0-18fb-4661-9349-d61765bb0ede'),
(60560,57,11062,NULL,9914,10,'2026-01-20 15:00:15','2026-01-20 15:00:15','e8be0a92-cb6a-452a-8a56-75ff689be67b'),
(60561,57,11062,NULL,9915,11,'2026-01-20 15:00:15','2026-01-20 15:00:15','48666878-7ead-46b0-a7e5-a74b57343480'),
(60562,57,11062,NULL,9905,12,'2026-01-20 15:00:15','2026-01-20 15:00:15','aa2fde6f-f884-49c4-92ff-1ecb9a579e66'),
(60563,57,11062,NULL,9906,13,'2026-01-20 15:00:15','2026-01-20 15:00:15','113bbdbe-db96-4c34-a177-d68150e1ba14'),
(60588,32,11081,NULL,2614,1,'2026-01-20 15:02:05','2026-01-20 15:02:05','7ab99c14-6a9c-4997-af47-13eecb12f38a'),
(60589,32,11081,NULL,2610,2,'2026-01-20 15:02:05','2026-01-20 15:02:05','967b8824-9912-43df-b917-9aa1b5cca7d2'),
(60590,32,11081,NULL,2598,3,'2026-01-20 15:02:05','2026-01-20 15:02:05','be5e978d-deae-472d-957d-5db7576577c2'),
(60591,32,11081,NULL,2608,4,'2026-01-20 15:02:05','2026-01-20 15:02:05','65416fd6-db99-4ea6-90e7-a78cae28c713'),
(60592,32,11081,NULL,2624,5,'2026-01-20 15:02:05','2026-01-20 15:02:05','27c13f2a-39cc-4c6e-83d8-16b238f012ca'),
(60593,32,11081,NULL,2600,6,'2026-01-20 15:02:05','2026-01-20 15:02:05','67e16d50-9355-4b6a-9a1e-687e14ac1c51'),
(60594,32,11081,NULL,2596,7,'2026-01-20 15:02:05','2026-01-20 15:02:05','9ee48f8a-6f56-4e68-b44c-77a9bd0ae4a8'),
(60595,32,11081,NULL,2602,8,'2026-01-20 15:02:05','2026-01-20 15:02:05','ee3aee5c-e5b5-4d0b-9902-bc2a011a117f'),
(60596,32,11081,NULL,2606,9,'2026-01-20 15:02:05','2026-01-20 15:02:05','12136409-f764-4ce8-ae2a-2a20d36e95ca'),
(60597,32,11081,NULL,2612,10,'2026-01-20 15:02:05','2026-01-20 15:02:05','a45d8d21-cd39-43ce-83df-fc2f538f53a9'),
(60598,32,11081,NULL,2604,11,'2026-01-20 15:02:05','2026-01-20 15:02:05','6c8a6aba-413a-462a-a8f8-a90dae99f475'),
(60599,16,11081,NULL,9204,1,'2026-01-20 15:02:05','2026-01-20 15:02:05','23910940-519b-44c1-878a-b7af425f9977'),
(60600,7,11081,NULL,3468,1,'2026-01-20 15:02:05','2026-01-20 15:02:05','bc6d3642-bee6-46be-8e69-198a133adca8'),
(60601,7,11081,NULL,617,2,'2026-01-20 15:02:05','2026-01-20 15:02:05','24fa83b0-ed96-4e96-9aa4-64a6ae1bd55b'),
(60602,7,11081,NULL,605,3,'2026-01-20 15:02:05','2026-01-20 15:02:05','33b7494c-7e55-43fd-b398-42eeed17563b'),
(60603,7,11081,NULL,9552,4,'2026-01-20 15:02:05','2026-01-20 15:02:05','fc4149c4-ad29-45a4-8aa2-4e3069b37ad2'),
(60604,46,11081,NULL,2891,1,'2026-01-20 15:02:05','2026-01-20 15:02:05','e0f64bc7-ccfd-4be6-994e-2abe7ef5709f'),
(60605,57,11081,NULL,9211,1,'2026-01-20 15:02:05','2026-01-20 15:02:05','77c19e81-df77-434a-a46e-fc05e6c4829a'),
(60606,57,11081,NULL,9210,2,'2026-01-20 15:02:05','2026-01-20 15:02:05','c976cd9e-059c-461f-ae1e-cf54f85cc626'),
(60607,57,11081,NULL,9213,3,'2026-01-20 15:02:05','2026-01-20 15:02:05','5afc2a11-89db-4bb2-8b0a-3918e94019d9'),
(60608,57,11081,NULL,9212,4,'2026-01-20 15:02:05','2026-01-20 15:02:05','2d1078ff-bd10-440a-87ae-a2be3cdb6177'),
(60609,57,11081,NULL,9209,5,'2026-01-20 15:02:05','2026-01-20 15:02:05','e0908070-3ec6-457c-9b3b-c8663efd304d'),
(60610,57,11081,NULL,9207,6,'2026-01-20 15:02:05','2026-01-20 15:02:05','4860004d-122d-432f-8049-b4a835cafed0'),
(60611,57,11081,NULL,9208,7,'2026-01-20 15:02:05','2026-01-20 15:02:05','1c565c26-3d6b-482e-8df0-effcd319d92a'),
(60635,32,11102,NULL,2614,1,'2026-01-20 15:04:31','2026-01-20 15:04:31','ecfd158d-a188-42e8-9005-74b01b1def7c'),
(60636,32,11102,NULL,2610,2,'2026-01-20 15:04:31','2026-01-20 15:04:31','5b71f0a9-e7f8-4fea-8b03-e3ede47650a2'),
(60637,32,11102,NULL,2598,3,'2026-01-20 15:04:31','2026-01-20 15:04:31','dde3738b-ef3e-4585-9da4-358b922c58a5'),
(60638,32,11102,NULL,2608,4,'2026-01-20 15:04:31','2026-01-20 15:04:31','8fe957ec-45ba-44b4-bffa-72ec75d5a4e9'),
(60639,32,11102,NULL,2600,5,'2026-01-20 15:04:31','2026-01-20 15:04:31','2fa5a965-1f08-4460-8317-b0f7a0c0b60f'),
(60640,32,11102,NULL,2596,6,'2026-01-20 15:04:31','2026-01-20 15:04:31','f1d19813-13e1-4deb-a1d4-d7347ecc2987'),
(60641,32,11102,NULL,2602,7,'2026-01-20 15:04:31','2026-01-20 15:04:31','5e366313-208e-4be1-a28d-79d817ff0424'),
(60642,32,11102,NULL,2612,8,'2026-01-20 15:04:31','2026-01-20 15:04:31','aaa8d892-8a5d-43ac-93eb-1128b158b787'),
(60643,32,11102,NULL,2604,9,'2026-01-20 15:04:31','2026-01-20 15:04:31','937bacbf-0c98-4777-af37-b95258180ea6'),
(60644,16,11102,NULL,9238,1,'2026-01-20 15:04:31','2026-01-20 15:04:31','ddd13d56-c6a8-46a7-829e-6be30220ce47'),
(60645,7,11102,NULL,3468,1,'2026-01-20 15:04:31','2026-01-20 15:04:31','822efbe4-89fa-4026-9c31-c72d6c565bfe'),
(60646,7,11102,NULL,601,2,'2026-01-20 15:04:31','2026-01-20 15:04:31','18a81b8d-c5e6-4317-ac0d-9dd2dc9b3806'),
(60647,7,11102,NULL,617,3,'2026-01-20 15:04:31','2026-01-20 15:04:31','cdcbf7e1-fd72-4f99-8709-a93027b5ec28'),
(60648,7,11102,NULL,9552,4,'2026-01-20 15:04:31','2026-01-20 15:04:31','3c5bbff7-5baa-477c-8786-0430d768e8e5'),
(60649,7,11102,NULL,605,5,'2026-01-20 15:04:31','2026-01-20 15:04:31','bd60a18a-08f9-488b-94e8-313646d61dd4'),
(60650,82,11102,NULL,479,1,'2026-01-20 15:04:31','2026-01-20 15:04:31','837c20b6-2db1-4ed3-95e0-968a3a82833b'),
(60651,57,11102,NULL,9244,1,'2026-01-20 15:04:31','2026-01-20 15:04:31','0372e37e-73c9-4b8c-b745-8fd9a4f21158'),
(60652,57,11102,NULL,9250,2,'2026-01-20 15:04:31','2026-01-20 15:04:31','8548a5af-4752-4074-b6b7-c4d01e4b6100'),
(60653,57,11102,NULL,9245,3,'2026-01-20 15:04:31','2026-01-20 15:04:31','3bf535b6-cdda-4038-877b-7efca82c6cfc'),
(60654,57,11102,NULL,9246,4,'2026-01-20 15:04:31','2026-01-20 15:04:31','ac55b88a-1252-4f96-8674-fcbcfb3afedb'),
(60655,57,11102,NULL,9247,5,'2026-01-20 15:04:31','2026-01-20 15:04:31','ca42a08c-98f2-4645-b101-af43b69acf60'),
(60656,57,11102,NULL,9248,6,'2026-01-20 15:04:31','2026-01-20 15:04:31','77f8cc05-7111-4bf5-898f-312486afaa46'),
(60657,57,11102,NULL,9249,7,'2026-01-20 15:04:31','2026-01-20 15:04:31','ebbc5b0a-2925-4622-b4d5-9983ee192eaf'),
(60683,32,11113,NULL,2610,1,'2026-01-20 15:05:00','2026-01-20 15:05:00','f69e0f70-6c63-4756-b3ea-2e542cf0c61b'),
(60684,32,11113,NULL,2598,2,'2026-01-20 15:05:00','2026-01-20 15:05:00','52b80fe4-59ef-4c2a-ad31-8d5596033cce'),
(60685,32,11113,NULL,2600,3,'2026-01-20 15:05:00','2026-01-20 15:05:00','e2f9e96b-fa71-4d16-896b-ba78e74b6966'),
(60686,32,11113,NULL,2604,4,'2026-01-20 15:05:00','2026-01-20 15:05:00','b747ecf7-23f8-4c62-b0bc-398cabbc26cf'),
(60687,16,11113,NULL,9947,1,'2026-01-20 15:05:00','2026-01-20 15:05:00','c0372d9b-24b8-4f85-9110-c8391b43da85'),
(60688,7,11113,NULL,605,1,'2026-01-20 15:05:00','2026-01-20 15:05:00','2a378be5-33ad-4b2a-b098-05f8974d55e7'),
(60689,7,11113,NULL,617,2,'2026-01-20 15:05:00','2026-01-20 15:05:00','3d941ec7-947d-44cf-9a4b-cdbcdccae8c7'),
(60690,7,11113,NULL,9552,3,'2026-01-20 15:05:00','2026-01-20 15:05:00','d54b1e52-06f6-4b46-b1c8-c16941883c5b'),
(60691,82,11113,NULL,469,1,'2026-01-20 15:05:00','2026-01-20 15:05:00','234783c6-aa2d-45a3-98cc-c7f42a10a9ea'),
(60692,82,11113,NULL,475,2,'2026-01-20 15:05:00','2026-01-20 15:05:00','901afdc6-94e3-4430-9cc6-1d4916dd7b66'),
(60693,82,11113,NULL,479,3,'2026-01-20 15:05:00','2026-01-20 15:05:00','505f50fa-ab94-4ceb-803b-eb79cd818bce'),
(60694,82,11113,NULL,491,4,'2026-01-20 15:05:00','2026-01-20 15:05:00','892d8f3b-4990-4a3c-b0b7-aae4cf66e91f'),
(60695,57,11113,NULL,9959,1,'2026-01-20 15:05:00','2026-01-20 15:05:00','357aa4c1-d1b1-4aa6-a35f-2cf3da9b6261'),
(60696,57,11113,NULL,9972,2,'2026-01-20 15:05:00','2026-01-20 15:05:00','21840b09-7499-4cc8-aa8c-1cc898e68813'),
(60697,57,11113,NULL,9973,3,'2026-01-20 15:05:00','2026-01-20 15:05:00','f4eec6fc-f0b1-4f9d-9334-0173ab52394d'),
(60698,57,11113,NULL,9957,4,'2026-01-20 15:05:00','2026-01-20 15:05:00','fe561277-3862-4e90-ab22-78551416a5b6'),
(60699,57,11113,NULL,9953,5,'2026-01-20 15:05:00','2026-01-20 15:05:00','48c224c3-8d4f-4fab-8eff-1a1d244312cd'),
(60700,57,11113,NULL,9954,6,'2026-01-20 15:05:00','2026-01-20 15:05:00','382029a6-8552-4ecc-a84c-1e7a4969dcf5'),
(60701,57,11113,NULL,9956,7,'2026-01-20 15:05:00','2026-01-20 15:05:00','31e8bc17-7243-4592-83a7-084c10d3e4c8'),
(60702,57,11113,NULL,9949,8,'2026-01-20 15:05:00','2026-01-20 15:05:00','7df54451-55e8-48e9-8e67-ab175f7a5719'),
(60703,57,11113,NULL,9958,9,'2026-01-20 15:05:00','2026-01-20 15:05:00','46ead930-1e28-43dd-ab0f-5ea351c546ea'),
(60704,57,11113,NULL,9960,10,'2026-01-20 15:05:00','2026-01-20 15:05:00','8b3673a2-fb9e-4a5e-8b29-9cf6c795f09d'),
(60705,57,11113,NULL,9962,11,'2026-01-20 15:05:00','2026-01-20 15:05:00','eaf7dbbd-6437-4aaa-99ba-8da7109f7994'),
(60706,57,11113,NULL,9971,12,'2026-01-20 15:05:00','2026-01-20 15:05:00','d15e89b1-b24a-4852-8916-cbec829257be'),
(60707,13,11113,NULL,7732,1,'2026-01-20 15:05:00','2026-01-20 15:05:00','39b0106b-0f1c-45cd-8deb-4989298380a4'),
(60733,32,11128,NULL,2610,1,'2026-01-20 15:06:16','2026-01-20 15:06:16','87877abf-625d-4097-aefe-96da04a3b6ad'),
(60734,32,11128,NULL,2598,2,'2026-01-20 15:06:16','2026-01-20 15:06:16','8da27331-6e08-4c62-85ae-1eb237810420'),
(60735,32,11128,NULL,2600,3,'2026-01-20 15:06:16','2026-01-20 15:06:16','5c1cc29f-0400-401c-8884-035d76e9070f'),
(60736,32,11128,NULL,2604,4,'2026-01-20 15:06:16','2026-01-20 15:06:16','ff7d4ce1-91cc-4f9d-a1ca-3444265f26be'),
(60737,16,11128,NULL,9947,1,'2026-01-20 15:06:16','2026-01-20 15:06:16','8bede632-ab73-4a8c-bd65-2306a0a9205f'),
(60738,7,11128,NULL,605,1,'2026-01-20 15:06:16','2026-01-20 15:06:16','5e646129-48f2-4566-af8a-a87cf74b10db'),
(60739,7,11128,NULL,617,2,'2026-01-20 15:06:16','2026-01-20 15:06:16','59d0dafa-b8f9-45b3-bd31-aa4b27030784'),
(60740,7,11128,NULL,9552,3,'2026-01-20 15:06:16','2026-01-20 15:06:16','b0d103d7-a035-46b6-bcb8-59e6f82de397'),
(60741,82,11128,NULL,469,1,'2026-01-20 15:06:16','2026-01-20 15:06:16','ca7c577a-606c-466f-92db-a70961617a3d'),
(60742,82,11128,NULL,475,2,'2026-01-20 15:06:16','2026-01-20 15:06:16','e79c40bc-9414-4a18-bc3a-682f1c76024c'),
(60743,82,11128,NULL,479,3,'2026-01-20 15:06:16','2026-01-20 15:06:16','b19e8d0c-9a14-4ffd-8b1a-a89940a1d981'),
(60744,82,11128,NULL,491,4,'2026-01-20 15:06:16','2026-01-20 15:06:16','311e9574-5abf-43de-8bbb-c6c9ea39fb21'),
(60745,57,11128,NULL,9959,1,'2026-01-20 15:06:16','2026-01-20 15:06:16','3bd4901f-1140-427c-96ac-f027ee7758ff'),
(60746,57,11128,NULL,9972,2,'2026-01-20 15:06:16','2026-01-20 15:06:16','7e443308-69f8-4ee8-836c-70db9086464b'),
(60747,57,11128,NULL,9973,3,'2026-01-20 15:06:16','2026-01-20 15:06:16','af1193d9-b745-4d84-82e4-08f52689015a'),
(60748,57,11128,NULL,9957,4,'2026-01-20 15:06:16','2026-01-20 15:06:16','382e899f-96f5-49cf-95bb-9a4a6ac928d5'),
(60749,57,11128,NULL,9953,5,'2026-01-20 15:06:16','2026-01-20 15:06:16','a642a409-b46a-4787-a08a-46c9916c32b1'),
(60750,57,11128,NULL,9954,6,'2026-01-20 15:06:16','2026-01-20 15:06:16','524f9aab-3031-4750-bbdc-9e8b2283af4d'),
(60751,57,11128,NULL,9956,7,'2026-01-20 15:06:16','2026-01-20 15:06:16','92798f59-5309-496d-93b7-993031132f48'),
(60752,57,11128,NULL,9949,8,'2026-01-20 15:06:16','2026-01-20 15:06:16','07dc48b6-a8c4-43e5-9a3f-02d7ca3827af'),
(60753,57,11128,NULL,9958,9,'2026-01-20 15:06:16','2026-01-20 15:06:16','21562fd2-0866-42b8-aeb2-32f5cff9a6da'),
(60754,57,11128,NULL,9960,10,'2026-01-20 15:06:16','2026-01-20 15:06:16','6c2f0f72-457b-482c-8bbb-26f380f2154b'),
(60755,57,11128,NULL,9962,11,'2026-01-20 15:06:16','2026-01-20 15:06:16','1ebdd567-2567-4038-b78a-e787f5f5adad'),
(60756,57,11128,NULL,9971,12,'2026-01-20 15:06:16','2026-01-20 15:06:16','0f196f78-43e4-4525-b838-3cf19c7004cb'),
(60757,13,11128,NULL,7732,1,'2026-01-20 15:06:16','2026-01-20 15:06:16','4244205a-5510-4caa-af5a-fd68c3e4ca5f'),
(60758,32,11152,NULL,2610,1,'2026-01-20 15:10:06','2026-01-20 15:10:06','ea54a60f-8a7d-4bc7-9cee-98cdfb40b374'),
(60759,32,11152,NULL,2598,2,'2026-01-20 15:10:06','2026-01-20 15:10:06','d3238109-6d06-4da4-bb16-e102a0d7eff5'),
(60760,32,11152,NULL,2600,3,'2026-01-20 15:10:06','2026-01-20 15:10:06','79192a82-1096-4210-ac9c-387b0298628a'),
(60761,32,11152,NULL,2604,4,'2026-01-20 15:10:06','2026-01-20 15:10:06','4caf5c77-c2a9-482c-bd0e-4835b77fdf80'),
(60762,16,11152,NULL,9219,1,'2026-01-20 15:10:06','2026-01-20 15:10:06','76577fd3-79a9-4245-9952-e846c080fdd4'),
(60763,7,11152,NULL,601,1,'2026-01-20 15:10:06','2026-01-20 15:10:06','4e55ccea-2d4b-40eb-a3d2-66e8c46bc66b'),
(60764,7,11152,NULL,605,2,'2026-01-20 15:10:06','2026-01-20 15:10:06','1ee748dc-de3a-4e07-893d-151546ea125c'),
(60765,7,11152,NULL,617,3,'2026-01-20 15:10:06','2026-01-20 15:10:06','14bc9bb4-5ae8-4863-aaf1-cbe5201e39dd'),
(60766,7,11152,NULL,9552,4,'2026-01-20 15:10:06','2026-01-20 15:10:06','6a42ea16-615f-4fb2-ba0b-16bf2fa03ccb'),
(60767,82,11152,NULL,469,1,'2026-01-20 15:10:06','2026-01-20 15:10:06','90c37910-1a7d-480f-8c0e-edae2b1bd6a7'),
(60768,82,11152,NULL,475,2,'2026-01-20 15:10:06','2026-01-20 15:10:06','a9cdd0bf-91a4-4379-bb66-e766691e7f87'),
(60769,82,11152,NULL,479,3,'2026-01-20 15:10:06','2026-01-20 15:10:06','ace42f09-d4ed-4724-9087-d93f37213f4a'),
(60770,82,11152,NULL,491,4,'2026-01-20 15:10:06','2026-01-20 15:10:06','748f1ec8-073e-4b57-ad8f-416a9f76b012'),
(60771,57,11152,NULL,9222,1,'2026-01-20 15:10:06','2026-01-20 15:10:06','f34fdbe5-fd27-4966-834b-06ddeb8ba183'),
(60772,57,11152,NULL,9223,2,'2026-01-20 15:10:06','2026-01-20 15:10:06','47441617-0a51-4f74-a832-6fbe8b1ba5e9'),
(60773,57,11152,NULL,9224,3,'2026-01-20 15:10:06','2026-01-20 15:10:06','e3438c8a-fc61-4067-a364-bd47e902ec6c'),
(60774,57,11152,NULL,9225,4,'2026-01-20 15:10:06','2026-01-20 15:10:06','83aabbc3-73fb-499b-bb5f-7fb80476003c'),
(60775,57,11152,NULL,9226,5,'2026-01-20 15:10:06','2026-01-20 15:10:06','5a9adc98-7f05-4ce9-91ef-ab4c2a946940'),
(60805,32,11175,NULL,2614,1,'2026-01-20 15:12:44','2026-01-20 15:12:44','15150b2e-aa19-4e90-8b56-b9eb466f59f5'),
(60806,32,11175,NULL,2610,2,'2026-01-20 15:12:44','2026-01-20 15:12:44','80a5c27c-2d66-453e-a3eb-69a2b65c9dc0'),
(60807,32,11175,NULL,2598,3,'2026-01-20 15:12:44','2026-01-20 15:12:44','5e431bf1-54e1-4295-b4b5-fff9169c776e'),
(60808,32,11175,NULL,2608,4,'2026-01-20 15:12:44','2026-01-20 15:12:44','49326fca-3ef2-4e2e-b92f-5e4c1fc168c3'),
(60809,32,11175,NULL,2600,5,'2026-01-20 15:12:44','2026-01-20 15:12:44','7d0fed5d-c055-486e-a6c9-2e6262b057ec'),
(60810,32,11175,NULL,2596,6,'2026-01-20 15:12:44','2026-01-20 15:12:44','db0568f9-2428-4ed4-9d1e-fa8d7a6591a5'),
(60811,32,11175,NULL,2602,7,'2026-01-20 15:12:44','2026-01-20 15:12:44','7e2d4b28-257c-488e-bafe-876c16b8b522'),
(60812,32,11175,NULL,2612,8,'2026-01-20 15:12:44','2026-01-20 15:12:44','319583a7-a383-41d5-a6b1-8da0e2f3edfb'),
(60813,16,11175,NULL,9749,1,'2026-01-20 15:12:44','2026-01-20 15:12:44','2e008954-0290-468e-a5f4-5b73e796c34f'),
(60814,7,11175,NULL,6547,1,'2026-01-20 15:12:44','2026-01-20 15:12:44','27b983f0-db59-474a-8643-23d08d49b065'),
(60815,7,11175,NULL,9732,2,'2026-01-20 15:12:44','2026-01-20 15:12:44','7d77a804-da74-4d90-92cd-b1f9babc28f6'),
(60816,7,11175,NULL,9735,3,'2026-01-20 15:12:44','2026-01-20 15:12:44','c4bb2cdf-76d9-43f9-a28f-ee32072c4a27'),
(60817,7,11175,NULL,9640,4,'2026-01-20 15:12:44','2026-01-20 15:12:44','1845cc4e-a9fa-4b0d-9d88-f131634e0bbd'),
(60818,7,11175,NULL,617,5,'2026-01-20 15:12:44','2026-01-20 15:12:44','d0403508-7998-4907-95c5-82841a7a144f'),
(60819,7,11175,NULL,605,6,'2026-01-20 15:12:44','2026-01-20 15:12:44','3ed86b6e-d68b-423c-b007-be937b6f2b9d'),
(60820,7,11175,NULL,9552,7,'2026-01-20 15:12:44','2026-01-20 15:12:44','1b744f3e-c402-4f09-acba-abd81d6a8909'),
(60821,82,11175,NULL,477,1,'2026-01-20 15:12:44','2026-01-20 15:12:44','b9e9f15d-b4e6-4e36-8ebb-4aa62d65f34a'),
(60822,82,11175,NULL,479,2,'2026-01-20 15:12:44','2026-01-20 15:12:44','bf1abbfd-a48f-4dcb-9edb-6c9d632c3df1'),
(60823,57,11175,NULL,9804,1,'2026-01-20 15:12:44','2026-01-20 15:12:44','b0609323-3e78-4ab0-b6a0-e1c6b921caea'),
(60824,57,11175,NULL,9811,2,'2026-01-20 15:12:44','2026-01-20 15:12:44','f02cd8f2-d4b3-4523-a883-11f3ec260f9e'),
(60825,57,11175,NULL,9805,3,'2026-01-20 15:12:44','2026-01-20 15:12:44','0e761245-0bda-4cd0-b2d2-b1880cd692df'),
(60826,57,11175,NULL,9806,4,'2026-01-20 15:12:44','2026-01-20 15:12:44','c5a70303-8dee-4c63-b95d-8fcd3399f502'),
(60827,57,11175,NULL,9807,5,'2026-01-20 15:12:44','2026-01-20 15:12:44','f43a1cba-b402-47d5-bc35-31e6d29c7728'),
(60828,57,11175,NULL,9800,6,'2026-01-20 15:12:44','2026-01-20 15:12:44','7bbf73d0-7fae-4d9b-a2e5-9dc261ccb29e'),
(60829,57,11175,NULL,9808,7,'2026-01-20 15:12:44','2026-01-20 15:12:44','5f945368-d5dc-4a45-97c3-b0bbee3474f2'),
(60830,57,11175,NULL,9809,8,'2026-01-20 15:12:44','2026-01-20 15:12:44','16abdd8b-bcb2-415c-811c-6fce50b13902'),
(60831,57,11175,NULL,9812,9,'2026-01-20 15:12:44','2026-01-20 15:12:44','cd5401b6-6494-46c8-87ba-f5fe0137e61a'),
(60832,57,11175,NULL,9813,10,'2026-01-20 15:12:44','2026-01-20 15:12:44','e9bf063d-6d77-4d6b-82f0-c2f16071e7bf'),
(60833,13,11175,NULL,6925,1,'2026-01-20 15:12:44','2026-01-20 15:12:44','5dd68bc0-5010-4eb7-b307-275142757bda'),
(60853,32,11198,NULL,2610,1,'2026-01-20 15:15:56','2026-01-20 15:15:56','53304262-db90-4127-a338-4204d461fbfd'),
(60854,32,11198,NULL,2598,2,'2026-01-20 15:15:56','2026-01-20 15:15:56','ed9a173c-3b65-48fc-996b-0235796240f8'),
(60855,32,11198,NULL,2608,3,'2026-01-20 15:15:56','2026-01-20 15:15:56','567e5317-403c-45b7-9159-2db45b5f68a9'),
(60856,32,11198,NULL,2600,4,'2026-01-20 15:15:56','2026-01-20 15:15:56','a66f6380-62fc-411b-a39d-464f25f684c9'),
(60857,32,11198,NULL,2596,5,'2026-01-20 15:15:56','2026-01-20 15:15:56','377a2d26-8597-4af9-969d-dcec1557c9b8'),
(60858,32,11198,NULL,2602,6,'2026-01-20 15:15:56','2026-01-20 15:15:56','815fdec1-98ac-4f19-b339-7b57fc330b7d'),
(60859,32,11198,NULL,2606,7,'2026-01-20 15:15:56','2026-01-20 15:15:56','409c3a37-5a9b-4051-b794-6ca701cfc5d2'),
(60860,32,11198,NULL,2612,8,'2026-01-20 15:15:56','2026-01-20 15:15:56','9d9a2b89-897d-45ad-a40a-83bc635e4efc'),
(60861,32,11198,NULL,2604,9,'2026-01-20 15:15:56','2026-01-20 15:15:56','1d99390a-0031-4e2a-b77c-d076d432b885'),
(60862,16,11198,NULL,9255,1,'2026-01-20 15:15:56','2026-01-20 15:15:56','1f81f217-5979-4758-b865-c501ed0d7660'),
(60863,7,11198,NULL,601,1,'2026-01-20 15:15:56','2026-01-20 15:15:56','4c295337-f4a6-4588-bb95-bbfc0c97789a'),
(60864,7,11198,NULL,605,2,'2026-01-20 15:15:56','2026-01-20 15:15:56','65157c3c-6e53-445e-8002-1307852b049c'),
(60865,7,11198,NULL,617,3,'2026-01-20 15:15:56','2026-01-20 15:15:56','d3b4a73a-8ee2-4268-a0ba-48d01021ae48'),
(60866,7,11198,NULL,9552,4,'2026-01-20 15:15:56','2026-01-20 15:15:56','e4449041-fd80-4ab3-898e-9bcc9241f326'),
(60867,82,11198,NULL,491,1,'2026-01-20 15:15:56','2026-01-20 15:15:56','e4eb9a1e-5f50-4e55-ab13-36897eed82e3'),
(60868,57,11198,NULL,9260,1,'2026-01-20 15:15:56','2026-01-20 15:15:56','00e46d46-a5e4-4fbe-9ae6-651f08ad78e7'),
(60869,57,11198,NULL,9261,2,'2026-01-20 15:15:56','2026-01-20 15:15:56','0976a599-b90d-4875-b4f4-f1ab1210a533'),
(60870,57,11198,NULL,9258,3,'2026-01-20 15:15:56','2026-01-20 15:15:56','0ccd1472-80a1-4d36-bb7c-cc15b6657cef'),
(60871,57,11198,NULL,9259,4,'2026-01-20 15:15:56','2026-01-20 15:15:56','a3c85858-f803-490a-8704-99e039cc33c9'),
(60904,32,11220,NULL,2610,1,'2026-01-20 15:17:05','2026-01-20 15:17:05','5e2e7290-07c9-492a-afaf-4ff840f769a3'),
(60905,32,11220,NULL,2598,2,'2026-01-20 15:17:05','2026-01-20 15:17:05','37da14c4-e640-4a99-99e7-323902bc86e8'),
(60906,32,11220,NULL,2608,3,'2026-01-20 15:17:05','2026-01-20 15:17:05','dd4dad32-ac4b-431d-8fc2-bae1ed1a5664'),
(60907,32,11220,NULL,2600,4,'2026-01-20 15:17:05','2026-01-20 15:17:05','3e08ea6c-df4d-4503-aa4a-86c67973ccb0'),
(60908,32,11220,NULL,2596,5,'2026-01-20 15:17:05','2026-01-20 15:17:05','f39f5c67-641e-4969-89ac-66d256f7fe04'),
(60909,32,11220,NULL,2602,6,'2026-01-20 15:17:05','2026-01-20 15:17:05','573a4e34-1dc4-4579-a3ab-7a39f56eabd9'),
(60910,32,11220,NULL,2606,7,'2026-01-20 15:17:05','2026-01-20 15:17:05','bce49eaa-9ad1-4e3c-8c31-c91e4a0de03c'),
(60911,32,11220,NULL,2612,8,'2026-01-20 15:17:05','2026-01-20 15:17:05','e1c3f3f6-b0cb-4c3f-b5fc-7e28a044cb97'),
(60912,32,11220,NULL,2604,9,'2026-01-20 15:17:05','2026-01-20 15:17:05','8efd4c40-0ab3-4b18-a31a-46817cefaaf2'),
(60913,16,11220,NULL,10000,1,'2026-01-20 15:17:05','2026-01-20 15:17:05','b6579999-3d5a-49d9-9ae6-296c4b8ecf45'),
(60914,7,11220,NULL,3468,1,'2026-01-20 15:17:05','2026-01-20 15:17:05','34e9f8ca-522b-46dc-842e-7e574ba6e8fa'),
(60915,7,11220,NULL,601,2,'2026-01-20 15:17:05','2026-01-20 15:17:05','aff91324-2045-4c76-9e96-fe52cbea618b'),
(60916,7,11220,NULL,617,3,'2026-01-20 15:17:05','2026-01-20 15:17:05','dea64db4-d3fd-4983-8888-0141b7479706'),
(60917,7,11220,NULL,605,4,'2026-01-20 15:17:05','2026-01-20 15:17:05','36014c55-38f7-4827-ad7e-df189dd89025'),
(60918,7,11220,NULL,9552,5,'2026-01-20 15:17:05','2026-01-20 15:17:05','c7fd07d2-2811-4a9e-96eb-3528d0c0f51e'),
(60919,82,11220,NULL,491,1,'2026-01-20 15:17:05','2026-01-20 15:17:05','09fd9e30-6273-49ae-b6b2-ecfef56996e8'),
(60920,46,11220,NULL,7369,1,'2026-01-20 15:17:05','2026-01-20 15:17:05','fbacaa48-cb16-4597-8db0-c25098d3549b'),
(60921,57,11220,NULL,10004,1,'2026-01-20 15:17:05','2026-01-20 15:17:05','b317f602-4b16-4be6-872b-6a42937b6af8'),
(60922,57,11220,NULL,10005,2,'2026-01-20 15:17:05','2026-01-20 15:17:05','a38f7052-05e3-43df-90f4-cce5fbfa0f12'),
(60923,57,11220,NULL,10006,3,'2026-01-20 15:17:05','2026-01-20 15:17:05','f74b920f-a927-4b6e-a5b5-8d984dfd7523'),
(60924,57,11220,NULL,10007,4,'2026-01-20 15:17:05','2026-01-20 15:17:05','96c8b10a-ece8-4efa-8791-74a2f8ebb94d'),
(60925,57,11220,NULL,10009,5,'2026-01-20 15:17:05','2026-01-20 15:17:05','c9ff91e1-b6eb-45d7-9d6e-3a0fb6c04d0f'),
(60926,57,11220,NULL,10010,6,'2026-01-20 15:17:05','2026-01-20 15:17:05','cd25d427-3af7-4f15-95ae-04162c20ed4d'),
(60927,57,11220,NULL,10012,7,'2026-01-20 15:17:05','2026-01-20 15:17:05','161c2aaa-c72c-4dcd-aa82-6305719b1c22'),
(60928,57,11220,NULL,10013,8,'2026-01-20 15:17:05','2026-01-20 15:17:05','3baedbe9-f68e-4ae9-916a-4ee54d32e3be'),
(60929,57,11220,NULL,10014,9,'2026-01-20 15:17:05','2026-01-20 15:17:05','4e3c5625-5116-4cc5-bfe1-96ce434ff454'),
(60930,57,11220,NULL,10015,10,'2026-01-20 15:17:05','2026-01-20 15:17:05','42c0bfbe-9811-4b9c-af22-dcbb5d2c32d7'),
(60931,57,11220,NULL,10016,11,'2026-01-20 15:17:05','2026-01-20 15:17:05','165ce8c4-ac67-4a74-a21f-1c3e0f0e6874'),
(60932,57,11220,NULL,10018,12,'2026-01-20 15:17:05','2026-01-20 15:17:05','f80b2891-d247-40eb-b593-cb953ce8a561'),
(60933,57,11220,NULL,10019,13,'2026-01-20 15:17:05','2026-01-20 15:17:05','987069ca-11e7-4afb-8543-4d629a2d11d3'),
(60934,57,11220,NULL,10020,14,'2026-01-20 15:17:05','2026-01-20 15:17:05','775e1534-5f17-415e-8306-24ec6107071b'),
(60936,83,11235,NULL,1431,1,'2026-01-20 15:18:57','2026-01-20 15:18:57','65ca7ae4-a754-48ba-a32f-2af8377fc2e3'),
(60937,16,11235,NULL,6640,1,'2026-01-20 15:18:57','2026-01-20 15:18:57','5c7f5d7d-0e1e-428d-9356-b18d818bf93b'),
(60938,7,11235,NULL,617,1,'2026-01-20 15:18:57','2026-01-20 15:18:57','edc54dc3-7981-4f10-93ab-778d69174f09'),
(60939,7,11235,NULL,605,2,'2026-01-20 15:18:57','2026-01-20 15:18:57','349629a3-e992-4c53-ac12-011628bdc603'),
(60940,7,11235,NULL,9552,3,'2026-01-20 15:18:57','2026-01-20 15:18:57','3ae054c3-083a-4ab5-89eb-17a9b6506d94'),
(60941,57,11235,NULL,6635,1,'2026-01-20 15:18:57','2026-01-20 15:18:57','53affb31-2a76-4957-be67-47f2a4543638'),
(60942,57,11235,NULL,6636,2,'2026-01-20 15:18:57','2026-01-20 15:18:57','9d64529f-0ccd-4c9d-ab2c-b6f43c48fc8b'),
(60943,57,11235,NULL,6637,3,'2026-01-20 15:18:57','2026-01-20 15:18:57','114d4482-12e6-4a46-b07c-6467b8258108'),
(60944,57,11235,NULL,6638,4,'2026-01-20 15:18:57','2026-01-20 15:18:57','5aec3b27-5955-489d-9e22-c9d43de084a5'),
(60945,57,11235,NULL,6639,5,'2026-01-20 15:18:57','2026-01-20 15:18:57','2a09157b-3f26-4149-b67d-aa567fb8dae9'),
(60946,57,11235,NULL,6640,6,'2026-01-20 15:18:57','2026-01-20 15:18:57','c9147c61-52ad-4c6a-9663-bdae144cefba'),
(60960,83,11239,NULL,1431,1,'2026-01-20 15:19:03','2026-01-20 15:19:03','f16a0ce0-c5d6-48af-8f81-d2d167a671b1'),
(60961,16,11239,NULL,6640,1,'2026-01-20 15:19:03','2026-01-20 15:19:03','2464a482-4ba8-47d9-a7a2-b21f6f1da18e'),
(60962,7,11239,NULL,617,1,'2026-01-20 15:19:03','2026-01-20 15:19:03','305c289c-9891-47cd-b743-1952d9d8e0f5'),
(60963,7,11239,NULL,605,2,'2026-01-20 15:19:03','2026-01-20 15:19:03','ea85017b-5dcc-4901-8f59-8def1f9aaa63'),
(60964,7,11239,NULL,9552,3,'2026-01-20 15:19:03','2026-01-20 15:19:03','66347ef3-cae8-4dc6-8f86-ed8261879051'),
(60965,57,11239,NULL,6635,1,'2026-01-20 15:19:03','2026-01-20 15:19:03','b1039f05-74bf-4782-a196-fd03c5e7c0ca'),
(60966,57,11239,NULL,6636,2,'2026-01-20 15:19:03','2026-01-20 15:19:03','17bbbb7c-2f0a-47bc-93f6-313ece34835e'),
(60967,57,11239,NULL,6637,3,'2026-01-20 15:19:03','2026-01-20 15:19:03','b78bed2d-3087-4634-92c5-ccf8043d6de2'),
(60968,57,11239,NULL,6638,4,'2026-01-20 15:19:03','2026-01-20 15:19:03','2faafba3-73b1-4cd2-8204-2731c775bf1b'),
(60969,57,11239,NULL,6639,5,'2026-01-20 15:19:03','2026-01-20 15:19:03','c07b0057-5f6b-48cb-a373-736b12a7a1d8'),
(60970,57,11239,NULL,6640,6,'2026-01-20 15:19:03','2026-01-20 15:19:03','96f663fb-627c-4448-938a-a29bbdbac2f9'),
(60996,32,11244,NULL,2614,1,'2026-01-20 15:20:16','2026-01-20 15:20:16','05a583df-4c26-4b6d-88f8-563b9e732904'),
(60997,32,11244,NULL,2610,2,'2026-01-20 15:20:16','2026-01-20 15:20:16','b76ae55d-c277-46e4-b651-c4bcf3313afd'),
(60998,32,11244,NULL,2598,3,'2026-01-20 15:20:16','2026-01-20 15:20:16','5c409786-86b5-4f9d-898a-e8dc5cfeb371'),
(60999,32,11244,NULL,2608,4,'2026-01-20 15:20:16','2026-01-20 15:20:16','da1cebbf-00b0-4e81-bb06-80cf4e0c386d'),
(61000,32,11244,NULL,2600,5,'2026-01-20 15:20:16','2026-01-20 15:20:16','4e68591d-b52e-41c7-b70f-73fed8c1badb'),
(61001,32,11244,NULL,2596,6,'2026-01-20 15:20:16','2026-01-20 15:20:16','d4e78652-1657-4391-a13c-84050eef5ac8'),
(61002,32,11244,NULL,2602,7,'2026-01-20 15:20:16','2026-01-20 15:20:16','dbcd7326-57ab-4264-95d3-664b47330ef5'),
(61003,32,11244,NULL,2606,8,'2026-01-20 15:20:16','2026-01-20 15:20:16','6b7119e1-6cca-42cf-bb15-ff12abe3bd2a'),
(61004,32,11244,NULL,2612,9,'2026-01-20 15:20:16','2026-01-20 15:20:16','4d336816-3c57-42e3-a82b-eb5ab78eb613'),
(61005,32,11244,NULL,2604,10,'2026-01-20 15:20:16','2026-01-20 15:20:16','95a47d6f-887e-4d83-9ae6-65f17b053ad8'),
(61006,16,11244,NULL,6659,1,'2026-01-20 15:20:16','2026-01-20 15:20:16','79476cd9-dab3-4c8d-b2d3-98cf2cac2da0'),
(61007,7,11244,NULL,6547,1,'2026-01-20 15:20:16','2026-01-20 15:20:16','103cd8a5-65b5-4c80-9bb4-de02fa062675'),
(61008,7,11244,NULL,601,2,'2026-01-20 15:20:16','2026-01-20 15:20:16','be7bad4a-d599-4e37-bbef-a84c868779fa'),
(61009,7,11244,NULL,617,3,'2026-01-20 15:20:16','2026-01-20 15:20:16','a1e20f87-1b08-4862-b4e2-46be6643b559'),
(61010,7,11244,NULL,9640,4,'2026-01-20 15:20:16','2026-01-20 15:20:16','65a37831-4376-4f7e-8eef-9ff609f82e8b'),
(61011,7,11244,NULL,2974,5,'2026-01-20 15:20:16','2026-01-20 15:20:16','3582728d-b178-4da2-9b91-75476cf85c45'),
(61012,7,11244,NULL,605,6,'2026-01-20 15:20:16','2026-01-20 15:20:16','43d7d804-52db-4cad-b567-334c7b33f9e1'),
(61013,7,11244,NULL,9552,7,'2026-01-20 15:20:16','2026-01-20 15:20:16','d601103a-87be-4941-be9f-5513a4254f5d'),
(61014,57,11244,NULL,6680,1,'2026-01-20 15:20:16','2026-01-20 15:20:16','65e5021e-4346-40c0-96f6-80523e27e18a'),
(61015,57,11244,NULL,6681,2,'2026-01-20 15:20:16','2026-01-20 15:20:16','c58ef028-1c08-4cb3-b715-6c28e6a4bfad'),
(61016,57,11244,NULL,6682,3,'2026-01-20 15:20:16','2026-01-20 15:20:16','78c4e0ce-603e-47b1-aa98-3943777ee1cd'),
(61017,57,11244,NULL,6683,4,'2026-01-20 15:20:16','2026-01-20 15:20:16','90f3faae-74d3-4f4a-b510-57eba77249d1'),
(61018,57,11244,NULL,6684,5,'2026-01-20 15:20:16','2026-01-20 15:20:16','e016cc06-c6e0-4d4a-8ca5-c627166733df'),
(61032,83,11256,NULL,1431,1,'2026-01-20 15:24:09','2026-01-20 15:24:09','312e9c72-4486-4396-aba2-cb9f799e35ee'),
(61033,16,11256,NULL,6640,1,'2026-01-20 15:24:09','2026-01-20 15:24:09','d94f65a9-25eb-4b2b-93fc-bb25fe3d08f8'),
(61034,7,11256,NULL,617,1,'2026-01-20 15:24:09','2026-01-20 15:24:09','67363ee2-e7fb-41f1-9d14-1e09cbb32772'),
(61035,7,11256,NULL,605,2,'2026-01-20 15:24:09','2026-01-20 15:24:09','b7e386e3-5a96-465e-a3ed-5e3f2475a90f'),
(61036,7,11256,NULL,9552,3,'2026-01-20 15:24:09','2026-01-20 15:24:09','0ecb5905-4371-4d71-90d7-56a4471aa794'),
(61037,57,11256,NULL,6635,1,'2026-01-20 15:24:09','2026-01-20 15:24:09','fd6de476-c274-47e3-a2fe-53edeaece8a1'),
(61038,57,11256,NULL,6636,2,'2026-01-20 15:24:09','2026-01-20 15:24:09','4408b29b-455b-474e-a2b4-be62988358fa'),
(61039,57,11256,NULL,6637,3,'2026-01-20 15:24:09','2026-01-20 15:24:09','d1295036-b176-4969-bf69-fb2d083b578f'),
(61040,57,11256,NULL,6638,4,'2026-01-20 15:24:09','2026-01-20 15:24:09','5f82f2f1-9d8d-4856-bc38-f3c2135b5bf3'),
(61041,57,11256,NULL,6639,5,'2026-01-20 15:24:09','2026-01-20 15:24:09','bec74cde-affd-4391-92b6-fd71fd485c9d'),
(61042,57,11256,NULL,6640,6,'2026-01-20 15:24:09','2026-01-20 15:24:09','efafc22e-2821-458b-afbd-1f39de3909ef'),
(61067,32,11274,NULL,2610,1,'2026-01-20 15:25:43','2026-01-20 15:25:43','06173d29-4be1-4289-9d69-8db4c74f6477'),
(61068,32,11274,NULL,2598,2,'2026-01-20 15:25:43','2026-01-20 15:25:43','36d7e186-5ebd-4189-af19-1cb5991d9371'),
(61069,32,11274,NULL,2608,3,'2026-01-20 15:25:43','2026-01-20 15:25:43','0d16277c-ba3a-47ee-a084-eb31aa3841b8'),
(61070,32,11274,NULL,2600,4,'2026-01-20 15:25:43','2026-01-20 15:25:43','3e67b636-902b-4c11-bda9-7eb7c249d4e8'),
(61071,32,11274,NULL,2596,5,'2026-01-20 15:25:43','2026-01-20 15:25:43','7a3bbbcf-12c9-4b06-9558-9c4a2978cba8'),
(61072,32,11274,NULL,2602,6,'2026-01-20 15:25:43','2026-01-20 15:25:43','fe05caf9-325c-4010-ab8d-53cd6bb90c87'),
(61073,32,11274,NULL,2606,7,'2026-01-20 15:25:43','2026-01-20 15:25:43','c81911fb-492e-4d5c-bd33-220110457a79'),
(61074,32,11274,NULL,2612,8,'2026-01-20 15:25:43','2026-01-20 15:25:43','96a9c901-9a61-449a-89af-0e10cf09279d'),
(61075,32,11274,NULL,2604,9,'2026-01-20 15:25:43','2026-01-20 15:25:43','4f6e94bd-423d-4a01-a5e7-50f3e29c8687'),
(61076,16,11274,NULL,9286,1,'2026-01-20 15:25:43','2026-01-20 15:25:43','7e54e83c-3539-43f1-be34-5d62ae3af50c'),
(61077,7,11274,NULL,3468,1,'2026-01-20 15:25:43','2026-01-20 15:25:43','1c1b4c6c-c523-4389-96e8-50a768f1f480'),
(61078,7,11274,NULL,601,2,'2026-01-20 15:25:43','2026-01-20 15:25:43','0ad2aaf3-5c81-4e43-9811-94de59138468'),
(61079,7,11274,NULL,617,3,'2026-01-20 15:25:43','2026-01-20 15:25:43','f1b38e8d-8d1e-4559-b305-10180cf0010e'),
(61080,7,11274,NULL,9552,4,'2026-01-20 15:25:43','2026-01-20 15:25:43','673cbadd-3f09-4052-a342-155bcc293e60'),
(61081,7,11274,NULL,605,5,'2026-01-20 15:25:43','2026-01-20 15:25:43','ee43f4b1-fc8e-4bd7-869b-cfabae1766e8'),
(61082,82,11274,NULL,491,1,'2026-01-20 15:25:43','2026-01-20 15:25:43','f3c4a426-299a-4b2f-8ad5-453ec8aa831d'),
(61083,57,11274,NULL,9293,1,'2026-01-20 15:25:43','2026-01-20 15:25:43','d7db0e7c-c02d-4f82-a187-5f1bf6ee7b0e'),
(61084,57,11274,NULL,9290,2,'2026-01-20 15:25:43','2026-01-20 15:25:43','2cd17de9-841b-4412-be96-3266b1ee5975'),
(61085,57,11274,NULL,9289,3,'2026-01-20 15:25:43','2026-01-20 15:25:43','4eb3761c-e4dd-48c8-abd3-7eeb64894322'),
(61086,57,11274,NULL,9294,4,'2026-01-20 15:25:43','2026-01-20 15:25:43','68d200dd-f657-489a-91a4-8916abcd14b0'),
(61087,57,11274,NULL,9291,5,'2026-01-20 15:25:43','2026-01-20 15:25:43','6e2e8892-b261-462d-8e7a-be3ede847e6c'),
(61088,57,11274,NULL,9292,6,'2026-01-20 15:25:43','2026-01-20 15:25:43','128e9fd4-799e-48ab-afa6-20e93db6a87d'),
(61122,32,11292,NULL,2614,1,'2026-01-20 15:26:56','2026-01-20 15:26:56','09e7913b-0cf2-47bc-8548-1adbc7439a92'),
(61123,32,11292,NULL,2610,2,'2026-01-20 15:26:56','2026-01-20 15:26:56','b1f2b8ac-844a-4ad5-b686-174a924056b2'),
(61124,32,11292,NULL,2598,3,'2026-01-20 15:26:56','2026-01-20 15:26:56','201635ab-5384-43e7-a108-be38961130b1'),
(61125,32,11292,NULL,2608,4,'2026-01-20 15:26:56','2026-01-20 15:26:56','f39a7e4b-fcac-4b48-8600-5558a9bf04d1'),
(61126,32,11292,NULL,2600,5,'2026-01-20 15:26:56','2026-01-20 15:26:56','9f532497-b008-4678-98c9-56ec747e74fb'),
(61127,32,11292,NULL,2596,6,'2026-01-20 15:26:56','2026-01-20 15:26:56','f298d2fe-39d1-4e9a-9b27-78847e6ea6e8'),
(61128,32,11292,NULL,2602,7,'2026-01-20 15:26:56','2026-01-20 15:26:56','17d62645-1846-4bce-8f5d-99429399d719'),
(61129,32,11292,NULL,2606,8,'2026-01-20 15:26:56','2026-01-20 15:26:56','06e129ff-c98c-4878-87e4-2644f91110cd'),
(61130,32,11292,NULL,2612,9,'2026-01-20 15:26:56','2026-01-20 15:26:56','42bb0337-04b9-4d1c-b451-fb23ad5b9482'),
(61131,32,11292,NULL,2604,10,'2026-01-20 15:26:56','2026-01-20 15:26:56','8824f023-9c6b-4b06-9a1e-50dc35ab98a2'),
(61132,16,11292,NULL,10041,1,'2026-01-20 15:26:56','2026-01-20 15:26:56','e1b5d005-3bc3-4278-a298-ec1572ceb2c1'),
(61133,7,11292,NULL,601,1,'2026-01-20 15:26:56','2026-01-20 15:26:56','cfa0dad7-8ec8-4d03-a577-3982c40bb6f9'),
(61134,7,11292,NULL,617,2,'2026-01-20 15:26:56','2026-01-20 15:26:56','b0b296de-a8e4-4213-b624-1d1a2160bee5'),
(61135,7,11292,NULL,9549,3,'2026-01-20 15:26:56','2026-01-20 15:26:56','42a530fa-0da8-459e-ba6c-31305eb3aec4'),
(61136,7,11292,NULL,605,4,'2026-01-20 15:26:56','2026-01-20 15:26:56','4b76dd3a-6838-4164-a7d4-6e95e69b7966'),
(61137,7,11292,NULL,9552,5,'2026-01-20 15:26:56','2026-01-20 15:26:56','07240e9f-cd03-4f9d-b657-c9776f30ebd5'),
(61138,57,11292,NULL,10057,1,'2026-01-20 15:26:56','2026-01-20 15:26:56','8ba3c258-ab5b-47d3-a7a4-343629471898'),
(61139,57,11292,NULL,10049,2,'2026-01-20 15:26:56','2026-01-20 15:26:56','56ef815a-0e7f-40cd-91ae-f4f28b3a8b56'),
(61140,57,11292,NULL,10044,3,'2026-01-20 15:26:56','2026-01-20 15:26:56','7992530e-82fa-4635-ab02-b93d96d91341'),
(61141,57,11292,NULL,10045,4,'2026-01-20 15:26:56','2026-01-20 15:26:56','93d78dca-d334-4cbd-af79-0edeb97ac4fa'),
(61142,57,11292,NULL,10042,5,'2026-01-20 15:26:56','2026-01-20 15:26:56','870fc321-cde5-417c-8005-7a1604fb5c62'),
(61143,57,11292,NULL,10043,6,'2026-01-20 15:26:56','2026-01-20 15:26:56','c5b9384a-ecb5-4fe8-aa77-8ed3a60d9f03'),
(61144,57,11292,NULL,10046,7,'2026-01-20 15:26:56','2026-01-20 15:26:56','1c21521e-174b-451f-98b9-60bf07236196'),
(61145,57,11292,NULL,10047,8,'2026-01-20 15:26:56','2026-01-20 15:26:56','173a0f2e-e0bb-40d0-91c2-dfb3354d636f'),
(61146,57,11292,NULL,10048,9,'2026-01-20 15:26:56','2026-01-20 15:26:56','d6cd67c4-c9a2-4470-a309-620909a0eca8'),
(61147,57,11292,NULL,10051,10,'2026-01-20 15:26:56','2026-01-20 15:26:56','273ec224-f2cd-4a7c-b4d9-4a94da1c31af'),
(61148,57,11292,NULL,10052,11,'2026-01-20 15:26:56','2026-01-20 15:26:56','87dc2053-7344-4469-9d63-01c542c39c4f'),
(61149,57,11292,NULL,10053,12,'2026-01-20 15:26:56','2026-01-20 15:26:56','d5dcdd7c-aaa1-4064-a8f4-7d1c9de9146e'),
(61150,57,11292,NULL,10055,13,'2026-01-20 15:26:56','2026-01-20 15:26:56','30afe6f9-21e3-4307-a515-7c9f531bdff7'),
(61151,57,11292,NULL,10059,14,'2026-01-20 15:26:56','2026-01-20 15:26:56','f80edb34-cdd9-4ec3-a9a8-cbb644d19e51'),
(61152,57,11292,NULL,10060,15,'2026-01-20 15:26:56','2026-01-20 15:26:56','595b573c-f67f-49e0-a8a8-5a84522fa13b'),
(61183,32,11311,NULL,2610,1,'2026-01-20 15:29:08','2026-01-20 15:29:08','b082a0c2-6c46-4fc3-b18d-1152d4dfbd58'),
(61184,32,11311,NULL,2598,2,'2026-01-20 15:29:08','2026-01-20 15:29:08','16e72204-a37c-460b-b444-0913230a9d3a'),
(61185,32,11311,NULL,2608,3,'2026-01-20 15:29:08','2026-01-20 15:29:08','9f26a0e8-551d-40b4-b31d-179e4b9c0de0'),
(61186,32,11311,NULL,2624,4,'2026-01-20 15:29:08','2026-01-20 15:29:08','eb6f051f-e86f-45c6-8dcf-1e7ab5edde99'),
(61187,32,11311,NULL,2600,5,'2026-01-20 15:29:08','2026-01-20 15:29:08','850d2ec5-3e96-4e86-b67c-5213c7f95604'),
(61188,32,11311,NULL,2596,6,'2026-01-20 15:29:08','2026-01-20 15:29:08','56ddf9f9-731e-4277-8a39-97fee5b98ee4'),
(61189,32,11311,NULL,2602,7,'2026-01-20 15:29:08','2026-01-20 15:29:08','af1c9b75-31a2-409a-af56-a28c9d2999a4'),
(61190,32,11311,NULL,2606,8,'2026-01-20 15:29:08','2026-01-20 15:29:08','5dce2c7c-4596-4c50-adc9-85b132ba5dd9'),
(61191,32,11311,NULL,2612,9,'2026-01-20 15:29:08','2026-01-20 15:29:08','da14e0be-3e27-41cb-8dd4-6af65f244622'),
(61192,32,11311,NULL,2604,10,'2026-01-20 15:29:08','2026-01-20 15:29:08','13ee1f6a-b4c2-4539-afd1-1196e19209fd'),
(61193,16,11311,NULL,10069,1,'2026-01-20 15:29:08','2026-01-20 15:29:08','f0e55824-ceae-4d94-8ae7-bc90c8a54826'),
(61194,7,11311,NULL,601,1,'2026-01-20 15:29:08','2026-01-20 15:29:08','a40d9831-4e63-445e-bc74-e7aa78bcf7a7'),
(61195,7,11311,NULL,605,2,'2026-01-20 15:29:08','2026-01-20 15:29:08','1f665adc-c72a-46cb-b00c-1c68ee629419'),
(61196,7,11311,NULL,617,3,'2026-01-20 15:29:08','2026-01-20 15:29:08','74babaf3-3d2c-44b4-b815-dff0c00eaae1'),
(61197,7,11311,NULL,2972,4,'2026-01-20 15:29:08','2026-01-20 15:29:08','32c4364f-e16b-4596-b585-c54e0ba4bd9d'),
(61198,7,11311,NULL,9552,5,'2026-01-20 15:29:08','2026-01-20 15:29:08','9898a650-0be3-46e9-b946-aa0222319b21'),
(61199,82,11311,NULL,491,1,'2026-01-20 15:29:08','2026-01-20 15:29:08','e83cf228-3182-4f47-ae8c-725f7bfde9cf'),
(61200,46,11311,NULL,2891,1,'2026-01-20 15:29:08','2026-01-20 15:29:08','0d2488c1-208c-451d-b027-76acbd12e129'),
(61201,57,11311,NULL,10072,1,'2026-01-20 15:29:08','2026-01-20 15:29:08','a84039f8-c377-4b0e-accc-9bd2d790bf90'),
(61202,57,11311,NULL,10079,2,'2026-01-20 15:29:08','2026-01-20 15:29:08','600061cb-ddc0-4101-ac85-22ca7ae725cc'),
(61203,57,11311,NULL,10074,3,'2026-01-20 15:29:08','2026-01-20 15:29:08','3fabc0a4-832a-46a4-afb1-c4db82c17b4f'),
(61204,57,11311,NULL,10076,4,'2026-01-20 15:29:08','2026-01-20 15:29:08','7c2fb198-638c-4cc3-9d88-4d8d4581ad99'),
(61205,57,11311,NULL,10075,5,'2026-01-20 15:29:08','2026-01-20 15:29:08','274c8617-a001-4fd9-bf88-772fcbcc47f3'),
(61206,57,11311,NULL,10080,6,'2026-01-20 15:29:08','2026-01-20 15:29:08','f094f5e9-3e28-4375-9736-816e003e45b1'),
(61207,57,11311,NULL,10071,7,'2026-01-20 15:29:08','2026-01-20 15:29:08','96670059-2e9a-48c0-bb32-09faf6c3c924'),
(61208,57,11311,NULL,10070,8,'2026-01-20 15:29:08','2026-01-20 15:29:08','ce2ecb16-dace-41a2-b38d-423d8c468837'),
(61209,57,11311,NULL,10077,9,'2026-01-20 15:29:08','2026-01-20 15:29:08','4703c912-284a-4a0b-a594-33a184d6fcc7'),
(61210,57,11311,NULL,10078,10,'2026-01-20 15:29:08','2026-01-20 15:29:08','4d10b7ca-5ef9-44b9-9486-02272c6eaea5'),
(61242,32,11330,NULL,2610,1,'2026-01-20 15:30:41','2026-01-20 15:30:41','4eec84e8-d50b-47db-81fa-98c095973853'),
(61243,32,11330,NULL,2598,2,'2026-01-20 15:30:41','2026-01-20 15:30:41','4982848c-bbd9-4385-868e-dff0a87e6dc3'),
(61244,32,11330,NULL,2608,3,'2026-01-20 15:30:41','2026-01-20 15:30:41','297c2cce-b5d8-493c-893a-d26f2758ec3c'),
(61245,32,11330,NULL,2600,4,'2026-01-20 15:30:41','2026-01-20 15:30:41','43b459b8-8dae-48f7-9756-c34169592b75'),
(61246,32,11330,NULL,2596,5,'2026-01-20 15:30:41','2026-01-20 15:30:41','07b63ddf-3546-4e64-a1fe-94748c6bea2c'),
(61247,32,11330,NULL,2602,6,'2026-01-20 15:30:41','2026-01-20 15:30:41','3984a5dd-a057-456f-b9dd-165eff44f755'),
(61248,32,11330,NULL,2606,7,'2026-01-20 15:30:41','2026-01-20 15:30:41','3b07f3ba-1f38-4ad7-833f-09302d837579'),
(61249,32,11330,NULL,2612,8,'2026-01-20 15:30:41','2026-01-20 15:30:41','10c4eff2-eaa1-4e9b-bebf-071d22767f0c'),
(61250,32,11330,NULL,2604,9,'2026-01-20 15:30:41','2026-01-20 15:30:41','dceea3bb-1ea2-4d00-9a3f-0c5bb819e59b'),
(61251,16,11330,NULL,6422,1,'2026-01-20 15:30:41','2026-01-20 15:30:41','75057b9d-f708-4ee0-9913-498bb63199a0'),
(61252,7,11330,NULL,3468,1,'2026-01-20 15:30:41','2026-01-20 15:30:41','01d6b986-d649-4bfa-bc22-8ad114ee7de4'),
(61253,7,11330,NULL,601,2,'2026-01-20 15:30:41','2026-01-20 15:30:41','b9c5e790-51f9-444f-8a7f-71ab9d001398'),
(61254,7,11330,NULL,617,3,'2026-01-20 15:30:41','2026-01-20 15:30:41','79d5886a-e615-4e07-85fa-154e78a759fe'),
(61255,7,11330,NULL,605,4,'2026-01-20 15:30:41','2026-01-20 15:30:41','5a3aa5b9-67eb-4a27-b078-d6d15b0789a6'),
(61256,7,11330,NULL,9552,5,'2026-01-20 15:30:41','2026-01-20 15:30:41','3f9375c6-e905-48e3-a3f9-aa2ee17f9449'),
(61257,82,11330,NULL,491,1,'2026-01-20 15:30:41','2026-01-20 15:30:41','d775d591-7d85-44fc-8864-fecf1ae1c16c'),
(61258,46,11330,NULL,7369,1,'2026-01-20 15:30:41','2026-01-20 15:30:41','7861c0bf-72bd-4e68-83ba-688f5f787bc4'),
(61259,57,11330,NULL,9319,1,'2026-01-20 15:30:41','2026-01-20 15:30:41','ae48b2b5-697d-4c0c-a102-eef841b47dd0'),
(61260,57,11330,NULL,9320,2,'2026-01-20 15:30:41','2026-01-20 15:30:41','a769c0ec-5f3d-4012-a1d2-b1ea49907471'),
(61261,57,11330,NULL,9321,3,'2026-01-20 15:30:41','2026-01-20 15:30:41','3e823499-3c9b-4788-8d9f-457079305187'),
(61262,57,11330,NULL,9322,4,'2026-01-20 15:30:41','2026-01-20 15:30:41','4928231c-0292-40ea-b595-1d56c7076782'),
(61263,57,11330,NULL,10087,5,'2026-01-20 15:30:41','2026-01-20 15:30:41','598f6e05-fdac-4ab1-858a-2c4855b14d15'),
(61264,57,11330,NULL,9323,6,'2026-01-20 15:30:41','2026-01-20 15:30:41','0c78d93a-2494-4728-9505-42981f8c2a2c'),
(61265,57,11330,NULL,10084,7,'2026-01-20 15:30:41','2026-01-20 15:30:41','34d9d867-59dc-49dd-b613-9e99b6247849'),
(61266,57,11330,NULL,10085,8,'2026-01-20 15:30:41','2026-01-20 15:30:41','2a200df5-e115-477f-86f4-1bf283d22287'),
(61267,57,11330,NULL,10088,9,'2026-01-20 15:30:41','2026-01-20 15:30:41','ad529f3c-7128-4ec6-b7e5-72cf6714d02b'),
(61268,57,11330,NULL,10089,10,'2026-01-20 15:30:41','2026-01-20 15:30:41','b7ce378d-de12-4fdb-87db-9629132f3889'),
(61269,57,11330,NULL,10083,11,'2026-01-20 15:30:41','2026-01-20 15:30:41','b41240a9-9e97-4aa6-ab9c-e11a1b6ffc32'),
(61270,57,11330,NULL,10090,12,'2026-01-20 15:30:41','2026-01-20 15:30:41','7fb13df7-6fb7-4d81-88d0-5b99b658b406'),
(61271,13,11330,NULL,6844,1,'2026-01-20 15:30:41','2026-01-20 15:30:41','49109ea0-19bf-4a2c-97f1-27ed9dbab362'),
(61301,32,11348,NULL,2610,1,'2026-01-20 15:33:10','2026-01-20 15:33:10','b5a93769-bbe9-4140-83e7-70a8f0226ad4'),
(61302,32,11348,NULL,2598,2,'2026-01-20 15:33:10','2026-01-20 15:33:10','8f46e75d-79a2-4904-8f31-7e36e6411b84'),
(61303,32,11348,NULL,2608,3,'2026-01-20 15:33:10','2026-01-20 15:33:10','24d1d6a7-9ba9-4e23-9d2d-1d4f5d20de6c'),
(61304,32,11348,NULL,2600,4,'2026-01-20 15:33:10','2026-01-20 15:33:10','879af5fe-1c2f-4979-8bd1-25168a9038a3'),
(61305,32,11348,NULL,2596,5,'2026-01-20 15:33:10','2026-01-20 15:33:10','f0c07caa-f27f-4ca9-a107-c5f284cad12d'),
(61306,32,11348,NULL,2602,6,'2026-01-20 15:33:10','2026-01-20 15:33:10','97814e43-4eef-4b85-a9ae-de7c1984c025'),
(61307,32,11348,NULL,2606,7,'2026-01-20 15:33:10','2026-01-20 15:33:10','197a3112-dcba-42f2-aeaa-af787a7a9104'),
(61308,32,11348,NULL,2612,8,'2026-01-20 15:33:10','2026-01-20 15:33:10','191668f0-509b-4ed9-b41c-0ddf52110d92'),
(61309,32,11348,NULL,2604,9,'2026-01-20 15:33:10','2026-01-20 15:33:10','2824bbc5-256f-4113-9e34-99e9a922c07c'),
(61310,16,11348,NULL,10248,1,'2026-01-20 15:33:10','2026-01-20 15:33:10','4e7fe3ac-162c-4a5e-8d27-da379100d3c9'),
(61311,7,11348,NULL,6547,1,'2026-01-20 15:33:10','2026-01-20 15:33:10','e3033897-fc33-42f6-a140-4125d3321e7e'),
(61312,7,11348,NULL,601,2,'2026-01-20 15:33:10','2026-01-20 15:33:10','e10b82e5-a1f5-4433-9884-bcfd52e348bc'),
(61313,7,11348,NULL,617,3,'2026-01-20 15:33:10','2026-01-20 15:33:10','64cb0be2-9f8d-44a1-a278-9e3a3f32a370'),
(61314,7,11348,NULL,2974,4,'2026-01-20 15:33:10','2026-01-20 15:33:10','3d09b883-9b38-45b0-9e5c-598e5129a52c'),
(61315,7,11348,NULL,605,5,'2026-01-20 15:33:10','2026-01-20 15:33:10','08cae003-37db-43d5-88f1-8cd4a070bec7'),
(61316,7,11348,NULL,9552,6,'2026-01-20 15:33:10','2026-01-20 15:33:10','ff233036-57c5-4469-9f82-df991e6c2af3'),
(61317,82,11348,NULL,491,1,'2026-01-20 15:33:10','2026-01-20 15:33:10','da0d5ae1-6fa7-4944-95fe-eb29930c1e88'),
(61318,46,11348,NULL,7369,1,'2026-01-20 15:33:10','2026-01-20 15:33:10','7740fc2f-e88f-4dca-9c94-03412b99e949'),
(61319,57,11348,NULL,10250,1,'2026-01-20 15:33:10','2026-01-20 15:33:10','1f5dc5f1-0bbe-4158-8e8a-d988a539c5d3'),
(61320,57,11348,NULL,10249,2,'2026-01-20 15:33:10','2026-01-20 15:33:10','bf3b6c48-ad37-4206-8a40-8603ac08ef92'),
(61321,57,11348,NULL,9331,3,'2026-01-20 15:33:10','2026-01-20 15:33:10','b6e945a9-7b35-4ebf-8291-beefef3a7a1c'),
(61322,57,11348,NULL,9336,4,'2026-01-20 15:33:10','2026-01-20 15:33:10','54222027-65c4-4cd2-9795-5fc8b65554e3'),
(61323,57,11348,NULL,9332,5,'2026-01-20 15:33:10','2026-01-20 15:33:10','695e853b-e401-4370-a847-512f605bb914'),
(61324,57,11348,NULL,10251,6,'2026-01-20 15:33:10','2026-01-20 15:33:10','55d31a77-6ad1-45ad-b057-ebbfbd6311b6'),
(61325,57,11348,NULL,9333,7,'2026-01-20 15:33:10','2026-01-20 15:33:10','f3a097cf-f8a0-4118-ac31-749fda28fb4e'),
(61326,57,11348,NULL,9334,8,'2026-01-20 15:33:10','2026-01-20 15:33:10','162e25a7-22a0-492a-8f01-f82956f3651c'),
(61327,57,11348,NULL,9335,9,'2026-01-20 15:33:10','2026-01-20 15:33:10','039655b4-b775-4c1d-bf71-cb6826daa08f'),
(61328,57,11348,NULL,10252,10,'2026-01-20 15:33:10','2026-01-20 15:33:10','faa25e84-1c6a-4366-a72f-63530e789e14'),
(61346,32,11358,NULL,2598,1,'2026-01-20 15:33:34','2026-01-20 15:33:34','952fcf9f-ed14-4985-801d-63008f192132'),
(61347,32,11358,NULL,2608,2,'2026-01-20 15:33:34','2026-01-20 15:33:34','9317d20f-fb55-4bfa-9012-9b51582029ea'),
(61348,32,11358,NULL,2600,3,'2026-01-20 15:33:34','2026-01-20 15:33:34','8d0e8c25-03b5-4580-9a14-ebc87f34b9a2'),
(61349,32,11358,NULL,2596,4,'2026-01-20 15:33:34','2026-01-20 15:33:34','b7a310e7-1874-42c7-901f-aae936e68177'),
(61350,32,11358,NULL,2602,5,'2026-01-20 15:33:34','2026-01-20 15:33:34','2f475fda-dff8-46a0-8553-68bfa00cba2b'),
(61351,32,11358,NULL,2606,6,'2026-01-20 15:33:34','2026-01-20 15:33:34','b3d6d852-c201-4ee3-b65f-f041834f82f7'),
(61352,32,11358,NULL,2604,7,'2026-01-20 15:33:34','2026-01-20 15:33:34','72d493fa-bc13-43a0-8f96-a78e2008c8db'),
(61353,32,11358,NULL,2610,8,'2026-01-20 15:33:34','2026-01-20 15:33:34','d57a7e4e-8591-4570-ba16-5e1d9b7756b9'),
(61354,32,11358,NULL,2612,9,'2026-01-20 15:33:34','2026-01-20 15:33:34','9af7cc3e-3ed1-4284-86b7-32cc1c4a96f2'),
(61355,16,11358,NULL,9535,1,'2026-01-20 15:33:34','2026-01-20 15:33:34','433e8786-176a-49e8-8117-ce25e644b9fe'),
(61356,7,11358,NULL,2969,1,'2026-01-20 15:33:34','2026-01-20 15:33:34','5ee9374e-a4a9-42ec-8444-47197baf2b00'),
(61357,7,11358,NULL,617,2,'2026-01-20 15:33:34','2026-01-20 15:33:34','3567febd-5d84-41dc-8970-af6b095c1a1c'),
(61358,7,11358,NULL,605,3,'2026-01-20 15:33:34','2026-01-20 15:33:34','6c12405d-b9a9-4bbb-97cc-f5fee84ed74d'),
(61359,7,11358,NULL,9552,4,'2026-01-20 15:33:34','2026-01-20 15:33:34','38bd28bd-695b-438d-8c8d-0c5b23b7c5c7'),
(61360,82,11358,NULL,491,1,'2026-01-20 15:33:34','2026-01-20 15:33:34','4daaf4ce-87c8-434d-bf38-efb82aad4546'),
(61361,47,11358,NULL,10463,1,'2026-01-20 15:33:34','2026-01-20 15:33:34','c24f9605-1fcb-42c0-9bc6-a1c0ddfc9fab'),
(61378,32,11360,NULL,2598,1,'2026-01-20 15:33:43','2026-01-20 15:33:43','fb09e84a-72f8-4e9c-be48-676536a9a057'),
(61379,32,11360,NULL,2608,2,'2026-01-20 15:33:43','2026-01-20 15:33:43','b17184fe-ff83-4774-a00a-285d540dc583'),
(61380,32,11360,NULL,2600,3,'2026-01-20 15:33:43','2026-01-20 15:33:43','efe3da19-6154-4631-8a25-61477c70ff1c'),
(61381,32,11360,NULL,2596,4,'2026-01-20 15:33:43','2026-01-20 15:33:43','f1dc2753-6c40-4efe-bc67-8a426a329a7f'),
(61382,32,11360,NULL,2602,5,'2026-01-20 15:33:43','2026-01-20 15:33:43','dd46eb3d-d3e0-4adb-bd1f-37494bc0b435'),
(61383,32,11360,NULL,2606,6,'2026-01-20 15:33:43','2026-01-20 15:33:43','d77a0cf0-0fc4-4abe-b3ee-fbdb847280d2'),
(61384,32,11360,NULL,2604,7,'2026-01-20 15:33:43','2026-01-20 15:33:43','e3133074-774b-497e-a618-58dfd6c45bfe'),
(61385,32,11360,NULL,2610,8,'2026-01-20 15:33:43','2026-01-20 15:33:43','65cb93bc-3773-444f-8847-55609074a4b2'),
(61386,32,11360,NULL,2612,9,'2026-01-20 15:33:43','2026-01-20 15:33:43','db1da175-645c-459f-8eef-5cd1c6cdc0a5'),
(61387,16,11360,NULL,9535,1,'2026-01-20 15:33:43','2026-01-20 15:33:43','73bf25ef-4379-4d11-bf34-d0f916d91be2'),
(61388,7,11360,NULL,2969,1,'2026-01-20 15:33:43','2026-01-20 15:33:43','0a09d3b3-36dc-4478-8396-60f551ff990f'),
(61389,7,11360,NULL,617,2,'2026-01-20 15:33:43','2026-01-20 15:33:43','1762dfeb-4828-49d4-8eca-230f2f4e4387'),
(61390,7,11360,NULL,605,3,'2026-01-20 15:33:43','2026-01-20 15:33:43','48f89251-11b6-4dda-9250-718f7e78ca35'),
(61391,7,11360,NULL,9552,4,'2026-01-20 15:33:43','2026-01-20 15:33:43','7e956e21-706b-4d64-a1ac-c6d795d4eb13'),
(61392,82,11360,NULL,491,1,'2026-01-20 15:33:43','2026-01-20 15:33:43','fac40f29-a1f7-4545-ae6e-d3482a93668a'),
(61393,47,11360,NULL,10463,1,'2026-01-20 15:33:43','2026-01-20 15:33:43','07a8a065-ee39-43e9-b0cb-7939ea683714'),
(61490,32,11404,NULL,2610,1,'2026-01-20 16:08:33','2026-01-20 16:08:33','9975e955-7900-4d88-a9d1-01c7f3d8fd4e'),
(61491,32,11404,NULL,2598,2,'2026-01-20 16:08:33','2026-01-20 16:08:33','1647c471-bb9e-4a92-963e-5e291cbdf9e3'),
(61492,32,11404,NULL,2600,3,'2026-01-20 16:08:33','2026-01-20 16:08:33','75efd4b2-17f0-4bd8-be9a-29b682e80ac0'),
(61493,32,11404,NULL,2604,4,'2026-01-20 16:08:33','2026-01-20 16:08:33','47956833-44b8-47e9-aba4-caeec70431d8'),
(61494,32,11404,NULL,2608,5,'2026-01-20 16:08:33','2026-01-20 16:08:33','24582081-dfba-4b26-bffe-c9404852de71'),
(61495,32,11404,NULL,2602,6,'2026-01-20 16:08:33','2026-01-20 16:08:33','a0e6313c-1569-4aee-a207-823f96d68866'),
(61496,16,11404,NULL,4358,1,'2026-01-20 16:08:33','2026-01-20 16:08:33','77549dfd-81a2-4ce9-ac8c-4093adb3ceac'),
(61497,7,11404,NULL,2969,1,'2026-01-20 16:08:33','2026-01-20 16:08:33','b1fccb5f-2325-4dd3-805c-fca6cb82b577'),
(61498,7,11404,NULL,617,2,'2026-01-20 16:08:33','2026-01-20 16:08:33','4b8eaa49-7f5a-4e68-a051-85cc474a4e9a'),
(61499,7,11404,NULL,605,3,'2026-01-20 16:08:33','2026-01-20 16:08:33','10e62c9d-9a1e-4b0e-9500-d7484a5cf6d1'),
(61500,7,11404,NULL,9552,4,'2026-01-20 16:08:33','2026-01-20 16:08:33','ffcd15a3-fb96-4690-8026-39644f3f11fe'),
(61501,82,11404,NULL,469,1,'2026-01-20 16:08:33','2026-01-20 16:08:33','251793c5-264a-45bd-bc36-e4946b874a34'),
(61502,82,11404,NULL,479,2,'2026-01-20 16:08:33','2026-01-20 16:08:33','12c5fce1-8072-4554-8fbc-a6f88532b5dd'),
(61503,82,11404,NULL,491,3,'2026-01-20 16:08:33','2026-01-20 16:08:33','12bdbad1-c037-46c1-9302-9b22dbee22c0'),
(61504,47,11404,NULL,10483,1,'2026-01-20 16:08:33','2026-01-20 16:08:33','a81eb488-9529-401a-922a-eadfb394cdb8'),
(61505,57,11404,NULL,8781,1,'2026-01-20 16:08:33','2026-01-20 16:08:33','b58c5485-8114-4f91-b3d1-4a651238c553'),
(61506,57,11404,NULL,8782,2,'2026-01-20 16:08:33','2026-01-20 16:08:33','6b2812c6-7d91-4968-a1e5-85b9fd844027'),
(61507,57,11404,NULL,8783,3,'2026-01-20 16:08:33','2026-01-20 16:08:33','32b48e19-26c4-4979-9b8d-3310a2706c34'),
(61508,57,11404,NULL,8784,4,'2026-01-20 16:08:33','2026-01-20 16:08:33','d0df36a4-dd09-42da-8f78-f53214119a6b'),
(61509,57,11404,NULL,8785,5,'2026-01-20 16:08:33','2026-01-20 16:08:33','a9fc02d7-7e5b-45a9-a629-b2625c75ef74'),
(61510,57,11404,NULL,8786,6,'2026-01-20 16:08:33','2026-01-20 16:08:33','e3400108-1432-4aaf-b980-e93f26332900'),
(61511,57,11404,NULL,8779,7,'2026-01-20 16:08:33','2026-01-20 16:08:33','33f539d6-3d96-470d-b9a3-16c673dd802b'),
(61512,57,11404,NULL,8780,8,'2026-01-20 16:08:33','2026-01-20 16:08:33','1ae5035d-6d41-4825-8a5e-7e25d4979e7c'),
(61514,16,11405,NULL,3279,1,'2026-01-20 16:08:47','2026-01-20 16:08:47','8b83039b-13b2-469b-be53-673527d8b6ea'),
(61515,57,11405,NULL,3276,1,'2026-01-20 16:08:47','2026-01-20 16:08:47','250b0fb0-e251-4a26-a579-018f774a0fcf'),
(61516,57,11405,NULL,11003,2,'2026-01-20 16:08:47','2026-01-20 16:08:47','51838f9b-811e-4c26-9ee6-50bcaff22d84'),
(61517,57,11405,NULL,11004,3,'2026-01-20 16:08:47','2026-01-20 16:08:47','fbcafe6e-d423-4578-90a2-591fb72098d2'),
(61518,57,11405,NULL,3278,4,'2026-01-20 16:08:47','2026-01-20 16:08:47','b392a5a8-ae78-4c6f-9c92-fdaf205b09f9'),
(61519,57,11405,NULL,3279,5,'2026-01-20 16:08:47','2026-01-20 16:08:47','5066f6c6-a347-4e24-8dea-0ac70e57793e'),
(61543,32,11411,NULL,2610,1,'2026-01-20 16:19:48','2026-01-20 16:19:48','ee272515-a65f-4113-84c6-abdd04b9f3ed'),
(61544,32,11411,NULL,2598,2,'2026-01-20 16:19:48','2026-01-20 16:19:48','a0296dc1-a90b-4552-816e-b876d3f6b5db'),
(61545,32,11411,NULL,2600,3,'2026-01-20 16:19:48','2026-01-20 16:19:48','6b45a96c-ba6d-4427-b8ff-88e7af67d19e'),
(61546,32,11411,NULL,2604,4,'2026-01-20 16:19:48','2026-01-20 16:19:48','dd86453b-c881-40b4-aad1-6c5f5907b0ba'),
(61547,16,11411,NULL,3374,1,'2026-01-20 16:19:48','2026-01-20 16:19:48','2678452b-4666-450e-aee6-eca6b069cdf7'),
(61548,7,11411,NULL,3468,1,'2026-01-20 16:19:48','2026-01-20 16:19:48','3aa9b6ee-7064-4cd5-9acb-c366a1233a19'),
(61549,7,11411,NULL,9732,2,'2026-01-20 16:19:48','2026-01-20 16:19:48','d59c453f-0ada-4f6d-8c54-7cb966ed531c'),
(61550,7,11411,NULL,617,3,'2026-01-20 16:19:48','2026-01-20 16:19:48','f4c7aa0a-70a3-44ba-a44d-0f45a1fe66b4'),
(61551,7,11411,NULL,605,4,'2026-01-20 16:19:48','2026-01-20 16:19:48','2d41ef44-04aa-459f-9363-2a0ea78c8eb0'),
(61552,7,11411,NULL,9552,5,'2026-01-20 16:19:48','2026-01-20 16:19:48','f98c8d23-b81a-4a1b-bbbd-f76bc6875e8a'),
(61553,82,11411,NULL,469,1,'2026-01-20 16:19:48','2026-01-20 16:19:48','0166975d-63a3-4deb-a770-162671c8e8c9'),
(61554,82,11411,NULL,475,2,'2026-01-20 16:19:48','2026-01-20 16:19:48','a18f255e-0024-4b85-8ec8-f1976ab8ed46'),
(61555,82,11411,NULL,479,3,'2026-01-20 16:19:48','2026-01-20 16:19:48','b6fad568-cc11-4c69-b3dc-3a7658f489b9'),
(61556,82,11411,NULL,491,4,'2026-01-20 16:19:48','2026-01-20 16:19:48','c60d23e8-5f16-4c42-9fda-4f491b9247af'),
(61557,57,11411,NULL,3362,1,'2026-01-20 16:19:48','2026-01-20 16:19:48','f31bae71-f9ca-4740-9f1c-6a88383be154'),
(61558,57,11411,NULL,3363,2,'2026-01-20 16:19:48','2026-01-20 16:19:48','d3b431a2-0055-4683-a37e-fe82eb009148'),
(61559,57,11411,NULL,3364,3,'2026-01-20 16:19:48','2026-01-20 16:19:48','601ebd7d-54bd-445a-b658-baf74cae0129'),
(61560,57,11411,NULL,3365,4,'2026-01-20 16:19:48','2026-01-20 16:19:48','e44f0280-6c78-4b25-a567-d7e9a1f172f9'),
(61561,57,11411,NULL,3366,5,'2026-01-20 16:19:48','2026-01-20 16:19:48','ec391320-e4db-44e8-b126-1b5ef26067ea'),
(61562,57,11411,NULL,3367,6,'2026-01-20 16:19:48','2026-01-20 16:19:48','b74d38d9-ceac-458b-857a-0f754066d8f3'),
(61563,57,11411,NULL,3368,7,'2026-01-20 16:19:48','2026-01-20 16:19:48','a3262cd4-79ea-4c04-9678-73f2714f43dc'),
(61564,57,11411,NULL,3369,8,'2026-01-20 16:19:48','2026-01-20 16:19:48','b1ec17a2-3f09-4b26-b882-d0b5fb3d8ec2'),
(61565,57,11411,NULL,3370,9,'2026-01-20 16:19:48','2026-01-20 16:19:48','3052d3c7-c092-4f26-a072-6b8cc4af8946'),
(61566,57,11411,NULL,3371,10,'2026-01-20 16:19:48','2026-01-20 16:19:48','c9de4e97-9aaf-41ba-98f8-40b2ba3bfedb'),
(61567,57,11411,NULL,3372,11,'2026-01-20 16:19:48','2026-01-20 16:19:48','4802c5b2-2066-488e-b038-bd5abcfcb973'),
(61568,57,11411,NULL,3373,12,'2026-01-20 16:19:48','2026-01-20 16:19:48','1f0f5a82-2ae9-42cf-b764-6c9785a262e0'),
(61569,57,11411,NULL,3374,13,'2026-01-20 16:19:48','2026-01-20 16:19:48','39fff5fb-2180-44aa-aa57-cc940d3df8e9'),
(61570,72,11411,NULL,548,1,'2026-01-20 16:19:48','2026-01-20 16:19:48','c05ad330-c3c3-4632-945e-e85b81e3d865'),
(61613,32,11431,NULL,2610,1,'2026-01-20 17:00:17','2026-01-20 17:00:17','e7c14642-ccd4-4959-b17e-ea5f1416f56f'),
(61614,32,11431,NULL,2598,2,'2026-01-20 17:00:17','2026-01-20 17:00:17','03899dfc-fe0a-4e0a-8112-90adc2b1f843'),
(61615,32,11431,NULL,2608,3,'2026-01-20 17:00:17','2026-01-20 17:00:17','a5e782cf-af16-48dd-8a8d-33dfd5eb990d'),
(61616,32,11431,NULL,2600,4,'2026-01-20 17:00:17','2026-01-20 17:00:17','1803e463-7475-48bb-a6cf-57182804d40b'),
(61617,32,11431,NULL,2596,5,'2026-01-20 17:00:17','2026-01-20 17:00:17','9fdd99ed-5949-486d-ae14-bd68e8b0feab'),
(61618,32,11431,NULL,2602,6,'2026-01-20 17:00:17','2026-01-20 17:00:17','0959c9f7-0664-4cb6-bc67-acff9849684d'),
(61619,32,11431,NULL,2604,7,'2026-01-20 17:00:17','2026-01-20 17:00:17','4e2f3c77-0c84-49b2-8d9f-3214b6cd1bdd'),
(61620,16,11431,NULL,545,1,'2026-01-20 17:00:17','2026-01-20 17:00:17','82de71bf-b9e8-4515-aa88-4c07bfa06d4e'),
(61621,7,11431,NULL,601,1,'2026-01-20 17:00:17','2026-01-20 17:00:17','e5924c63-1f01-4bcf-86cd-36e1b9877cab'),
(61622,7,11431,NULL,617,2,'2026-01-20 17:00:17','2026-01-20 17:00:17','ef5c9926-7f6b-42b7-8e72-c9383d2f7098'),
(61623,7,11431,NULL,605,3,'2026-01-20 17:00:17','2026-01-20 17:00:17','5913a358-fbe1-4bfe-b705-8a72636b896d'),
(61624,7,11431,NULL,9552,4,'2026-01-20 17:00:17','2026-01-20 17:00:17','6dc62b45-87bb-4e81-8207-0afcbe77bfc5'),
(61625,82,11431,NULL,479,1,'2026-01-20 17:00:17','2026-01-20 17:00:17','19ff45d7-1912-4f2a-a92f-8cab517c1cc7'),
(61626,82,11431,NULL,491,2,'2026-01-20 17:00:17','2026-01-20 17:00:17','604297a4-374a-4fff-9971-b3fc2f14b6d3'),
(61627,47,11431,NULL,10507,1,'2026-01-20 17:00:17','2026-01-20 17:00:17','6dd06f6d-2446-428d-b1db-27c8ac5e000c'),
(61628,57,11431,NULL,545,1,'2026-01-20 17:00:17','2026-01-20 17:00:17','4c371590-9393-4cba-9fa8-6e1fa77e8aeb'),
(61629,57,11431,NULL,137,2,'2026-01-20 17:00:17','2026-01-20 17:00:17','0196ab8a-cec7-46c9-be62-1a26bfdc08e1'),
(61630,57,11431,NULL,138,3,'2026-01-20 17:00:17','2026-01-20 17:00:17','4275484a-248c-4b06-8eb2-4bdf95be3059'),
(61631,57,11431,NULL,136,4,'2026-01-20 17:00:17','2026-01-20 17:00:17','65845d70-f4db-4ce7-8822-5b6e0a7b4cfb'),
(61657,34,11434,NULL,2559,1,'2026-01-20 17:16:58','2026-01-20 17:16:58','4c03866c-28d1-4699-bcfb-02af4cda5a77'),
(61658,35,11434,NULL,2561,1,'2026-01-20 17:17:06','2026-01-20 17:17:06','a499b2b0-6fe7-4662-ac6a-1c2e17263b6f'),
(61659,35,11434,NULL,2563,2,'2026-01-20 17:17:06','2026-01-20 17:17:06','332ead81-6fcd-4f9e-ae4e-b501554c2337'),
(61660,35,11434,NULL,2565,3,'2026-01-20 17:17:06','2026-01-20 17:17:06','c9052ee2-2ae0-42a6-88aa-f47300adf859'),
(61661,34,11435,NULL,2559,1,'2026-01-20 17:17:13','2026-01-20 17:17:13','b6c44742-0ff8-4e2a-8485-ad0e106c66b0'),
(61662,35,11435,NULL,2561,1,'2026-01-20 17:17:13','2026-01-20 17:17:13','be6bcdce-0543-4aaa-95c3-a59755a41e37'),
(61663,35,11435,NULL,2563,2,'2026-01-20 17:17:13','2026-01-20 17:17:13','cdb0c23a-537f-4065-93e3-754bf23b1b9d'),
(61664,35,11435,NULL,2565,3,'2026-01-20 17:17:13','2026-01-20 17:17:13','247a6475-8d39-415f-ba35-d2399885649e'),
(61669,34,11445,NULL,2559,1,'2026-01-20 17:18:38','2026-01-20 17:18:38','7cddf98a-ae81-4ae0-91ed-b6399014f351'),
(61670,35,11445,NULL,2561,1,'2026-01-20 17:18:38','2026-01-20 17:18:38','9ec28bbc-ec5a-45b6-80f4-98e2afac2351'),
(61671,35,11445,NULL,2563,2,'2026-01-20 17:18:38','2026-01-20 17:18:38','94600cf3-f040-4603-89e8-c59021214beb'),
(61672,35,11445,NULL,2565,3,'2026-01-20 17:18:38','2026-01-20 17:18:38','3f296eb7-c43e-4296-8886-76a0c4c45bd5'),
(61716,37,11476,NULL,11474,1,'2026-01-20 17:37:19','2026-01-20 17:37:19','476b3efb-9f38-4e50-9736-f89c61058f04'),
(61717,34,11476,NULL,2559,1,'2026-01-20 17:37:19','2026-01-20 17:37:19','352c4e5d-43b0-4db8-b9a2-3c3c79dced3c'),
(61718,35,11476,NULL,2561,1,'2026-01-20 17:37:19','2026-01-20 17:37:19','c05a40d7-90d4-481d-a813-4eb1e4909a1c'),
(61719,35,11476,NULL,2563,2,'2026-01-20 17:37:19','2026-01-20 17:37:19','1cbe286f-afb0-436f-bc5e-91230461577e'),
(61720,35,11476,NULL,2565,3,'2026-01-20 17:37:19','2026-01-20 17:37:19','ea46fae2-95b3-4b30-8cf1-37edafc9c418'),
(61721,37,11477,NULL,11474,1,'2026-01-20 17:37:30','2026-01-20 17:37:30','a716bbbd-910b-4230-ace1-96543952473f'),
(61722,34,11477,NULL,2559,1,'2026-01-20 17:37:30','2026-01-20 17:37:30','7a7f269c-c64e-4b49-930e-bcb387a5d2fc'),
(61723,35,11477,NULL,2561,1,'2026-01-20 17:37:30','2026-01-20 17:37:30','cf5db913-f3ff-4a80-81eb-23430dac8cc7'),
(61724,35,11477,NULL,2563,2,'2026-01-20 17:37:30','2026-01-20 17:37:30','c620101f-98aa-4b59-95a6-fd895be95c7c'),
(61725,35,11477,NULL,2565,3,'2026-01-20 17:37:30','2026-01-20 17:37:30','60d563b5-b729-43c0-94e3-cf2b9c64d15d'),
(61733,37,11487,NULL,11484,1,'2026-01-20 17:44:26','2026-01-20 17:44:26','c21a58e3-3633-4ec5-8e9c-488f6c1b296a'),
(61734,34,11487,NULL,2559,1,'2026-01-20 17:44:26','2026-01-20 17:44:26','484ec19d-0e3e-4a87-8108-441631ba9596'),
(61735,35,11487,NULL,2561,1,'2026-01-20 17:44:26','2026-01-20 17:44:26','9223852e-e4fc-4675-8b50-44a6ecc62f4b'),
(61736,35,11487,NULL,2563,2,'2026-01-20 17:44:26','2026-01-20 17:44:26','f3e0fc02-678c-4d5b-b451-220bda690d9e'),
(61737,35,11487,NULL,2565,3,'2026-01-20 17:44:26','2026-01-20 17:44:26','8e1fdb73-8c91-4a99-94c3-62dfba123020'),
(61738,37,11488,NULL,11484,1,'2026-01-20 17:44:49','2026-01-20 17:44:49','d3998847-97a2-4fe4-b892-294a8e9f511b'),
(61739,34,11488,NULL,2559,1,'2026-01-20 17:44:49','2026-01-20 17:44:49','47c39f31-d178-4de1-a129-40aa3147223c'),
(61740,35,11488,NULL,2561,1,'2026-01-20 17:44:49','2026-01-20 17:44:49','428e0265-ad58-465f-8685-46bc6d280f9a'),
(61741,35,11488,NULL,2563,2,'2026-01-20 17:44:49','2026-01-20 17:44:49','369863eb-0d28-47e6-8472-798c534d6fef'),
(61742,35,11488,NULL,2565,3,'2026-01-20 17:44:49','2026-01-20 17:44:49','eb56bfad-9159-4482-a947-8d01c1b5ef7f'),
(61743,37,11489,NULL,11484,1,'2026-01-20 17:45:05','2026-01-20 17:45:05','fd7f06e3-31cf-42d2-acae-de800b6a9f23'),
(61744,34,11489,NULL,2559,1,'2026-01-20 17:45:05','2026-01-20 17:45:05','c84b2539-e2ea-41b5-ba50-8cd01f8e489c'),
(61745,35,11489,NULL,2561,1,'2026-01-20 17:45:05','2026-01-20 17:45:05','fad8fd83-f8ed-49bf-8062-4a7098618f3e'),
(61746,35,11489,NULL,2563,2,'2026-01-20 17:45:05','2026-01-20 17:45:05','03ff1495-e6b0-496d-b07c-89399cd9668b'),
(61747,35,11489,NULL,2565,3,'2026-01-20 17:45:05','2026-01-20 17:45:05','7d114388-8db8-46bc-9b2f-2e39243a9dcc'),
(61748,32,11493,NULL,2598,1,'2026-01-20 17:48:18','2026-01-20 17:48:18','ff4b99ba-b086-4bdd-bbfe-a5256a8ae65b'),
(61749,32,11493,NULL,2608,2,'2026-01-20 17:48:18','2026-01-20 17:48:18','702d14ad-8879-43f3-8cf7-bd434dffd680'),
(61750,32,11493,NULL,2600,3,'2026-01-20 17:48:18','2026-01-20 17:48:18','7fd2e82d-35ce-4f8f-9902-f954f8c2b29a'),
(61751,32,11493,NULL,2596,4,'2026-01-20 17:48:18','2026-01-20 17:48:18','5379d934-90ff-4af8-aaa1-dcac2eee9eb5'),
(61752,32,11493,NULL,2602,5,'2026-01-20 17:48:18','2026-01-20 17:48:18','4d52ecff-2619-4a3b-aef3-9c59258e7e68'),
(61753,32,11493,NULL,2606,6,'2026-01-20 17:48:18','2026-01-20 17:48:18','b9edc295-2134-4f30-a678-355873e11ec9'),
(61754,32,11493,NULL,2604,7,'2026-01-20 17:48:18','2026-01-20 17:48:18','945f295d-691c-4109-932b-3af3b1fbe9d6'),
(61755,32,11493,NULL,2610,8,'2026-01-20 17:48:18','2026-01-20 17:48:18','3a7f870e-eacb-4d56-9b6b-e0c574bf6946'),
(61756,32,11493,NULL,2612,9,'2026-01-20 17:48:18','2026-01-20 17:48:18','e08752e8-a0e2-4cb0-93a2-3edb769aedb9'),
(61757,16,11493,NULL,9535,1,'2026-01-20 17:48:18','2026-01-20 17:48:18','fd2f47d1-a27b-49a6-8565-914d4917b787'),
(61758,7,11493,NULL,2969,1,'2026-01-20 17:48:18','2026-01-20 17:48:18','b98fccc6-9bee-4077-b235-01177ebb4264'),
(61759,7,11493,NULL,617,2,'2026-01-20 17:48:18','2026-01-20 17:48:18','26a1c135-2d3d-4e40-9feb-9d8676ada65a'),
(61760,7,11493,NULL,605,3,'2026-01-20 17:48:18','2026-01-20 17:48:18','01fe999d-99d2-4183-944a-c01ea411a5df'),
(61761,7,11493,NULL,9552,4,'2026-01-20 17:48:18','2026-01-20 17:48:18','c4e286e0-f9f8-4119-936c-6ef2fc690837'),
(61762,82,11493,NULL,491,1,'2026-01-20 17:48:18','2026-01-20 17:48:18','2f725969-7ef0-4689-8dfa-785c7b38ee32'),
(61763,47,11493,NULL,10463,1,'2026-01-20 17:48:18','2026-01-20 17:48:18','12a99b18-13a4-43c8-9a8f-151e180f6fd2'),
(61764,66,11501,NULL,5971,1,'2026-01-20 17:48:18','2026-01-20 17:48:18','96e8776e-54f3-4e37-af2c-e6321b055b1c'),
(61765,32,11502,NULL,2598,1,'2026-01-20 17:48:20','2026-01-20 17:48:20','fcf8fe8f-f869-4176-84d9-5fb1f7d6018d'),
(61766,32,11502,NULL,2608,2,'2026-01-20 17:48:20','2026-01-20 17:48:20','27ac4a7d-65c2-4ef5-b60a-743b86f6c7c3'),
(61767,32,11502,NULL,2600,3,'2026-01-20 17:48:20','2026-01-20 17:48:20','0f665662-dbcf-48e5-b1de-e0d2b84cf00e'),
(61768,32,11502,NULL,2596,4,'2026-01-20 17:48:20','2026-01-20 17:48:20','c62dde47-6686-437f-9966-2d6498d6eb2c'),
(61769,32,11502,NULL,2602,5,'2026-01-20 17:48:20','2026-01-20 17:48:20','974dabf8-13a9-4a63-84ef-34e417f3102b'),
(61770,32,11502,NULL,2606,6,'2026-01-20 17:48:20','2026-01-20 17:48:20','73c72d36-b55c-4894-ad88-469d8fb52ee2'),
(61771,32,11502,NULL,2604,7,'2026-01-20 17:48:20','2026-01-20 17:48:20','b44e8fb3-ddcc-4a7c-9f74-1eceda562504'),
(61772,32,11502,NULL,2610,8,'2026-01-20 17:48:20','2026-01-20 17:48:20','986515bc-a86b-4287-9468-691dd7ee08a0'),
(61773,32,11502,NULL,2612,9,'2026-01-20 17:48:20','2026-01-20 17:48:20','b8c5144f-a7dd-4b83-bbe8-319f83f0670c'),
(61774,7,11502,NULL,2969,1,'2026-01-20 17:48:20','2026-01-20 17:48:20','e473095f-f6c9-45b6-90f3-20238616ba9b'),
(61775,7,11502,NULL,617,2,'2026-01-20 17:48:20','2026-01-20 17:48:20','1fd151ca-6e74-4a1e-bce2-8f947ebfeb44'),
(61776,7,11502,NULL,605,3,'2026-01-20 17:48:20','2026-01-20 17:48:20','0a6beb8f-9bbe-4af9-be6d-369b5a193125'),
(61777,7,11502,NULL,9552,4,'2026-01-20 17:48:20','2026-01-20 17:48:20','d1789e2f-edab-491d-ad05-2e8cd32a92eb'),
(61778,82,11502,NULL,491,1,'2026-01-20 17:48:20','2026-01-20 17:48:20','d3f6b42e-103a-4155-86bf-212a191df60d'),
(61779,47,11502,NULL,10463,1,'2026-01-20 17:48:20','2026-01-20 17:48:20','d23e28be-3bd8-45e9-97bc-c6187007519a'),
(61797,32,11505,NULL,2598,1,'2026-01-20 17:51:16','2026-01-20 17:51:16','6b370083-38d2-49c1-bc57-3d8ed564269e'),
(61798,32,11505,NULL,2608,2,'2026-01-20 17:51:16','2026-01-20 17:51:16','50063df6-fcff-46bb-86f1-59f235b91aa3'),
(61799,32,11505,NULL,2600,3,'2026-01-20 17:51:16','2026-01-20 17:51:16','73396d3b-d720-421f-b290-d0c09e605724'),
(61800,32,11505,NULL,2596,4,'2026-01-20 17:51:16','2026-01-20 17:51:16','eba7991c-9ce4-40e4-b4cc-092806dd3718'),
(61801,32,11505,NULL,2602,5,'2026-01-20 17:51:16','2026-01-20 17:51:16','1d6006aa-68c6-45a0-b586-82ecc60cf3e0'),
(61802,32,11505,NULL,2606,6,'2026-01-20 17:51:16','2026-01-20 17:51:16','7a16fc47-beab-4bda-997f-84219738a542'),
(61803,32,11505,NULL,2604,7,'2026-01-20 17:51:16','2026-01-20 17:51:16','b9887f81-406b-4147-8f2e-01ec666c5183'),
(61804,32,11505,NULL,2610,8,'2026-01-20 17:51:16','2026-01-20 17:51:16','4efc6ad3-bb6a-4080-8855-963ce01f2da3'),
(61805,32,11505,NULL,2612,9,'2026-01-20 17:51:16','2026-01-20 17:51:16','5ae4b3b5-7f05-4bc5-846b-2547bc23391a'),
(61806,16,11505,NULL,11504,1,'2026-01-20 17:51:16','2026-01-20 17:51:16','53c8e3d2-e5dc-48b2-a439-bf1df17ff342'),
(61807,7,11505,NULL,2969,1,'2026-01-20 17:51:16','2026-01-20 17:51:16','b75068c9-6e1f-478f-a5be-bc40a0f5cc1d'),
(61808,7,11505,NULL,617,2,'2026-01-20 17:51:16','2026-01-20 17:51:16','96efccdd-eedc-4dd9-ab06-a2c22ff58a0f'),
(61809,7,11505,NULL,605,3,'2026-01-20 17:51:16','2026-01-20 17:51:16','af7f768e-fdc6-4e82-9dc8-5092c4b2fa60'),
(61810,7,11505,NULL,9552,4,'2026-01-20 17:51:16','2026-01-20 17:51:16','20b289d1-368e-4461-8582-66bd8a427688'),
(61811,82,11505,NULL,491,1,'2026-01-20 17:51:16','2026-01-20 17:51:16','38148177-ecc9-4ee8-bd2d-f9e18f5367e5'),
(61812,47,11505,NULL,10463,1,'2026-01-20 17:51:16','2026-01-20 17:51:16','25e0883d-2373-4fc0-9324-ea2d9c3bc12c'),
(61829,32,11507,NULL,2598,1,'2026-01-20 17:51:34','2026-01-20 17:51:34','3e24d253-f392-404a-a738-437ee9c5bf40'),
(61830,32,11507,NULL,2608,2,'2026-01-20 17:51:34','2026-01-20 17:51:34','db7028cc-1e6d-494f-83fa-4c577d169d90'),
(61831,32,11507,NULL,2600,3,'2026-01-20 17:51:34','2026-01-20 17:51:34','3a35a251-c899-4fba-9f7c-5bd032e5caba'),
(61832,32,11507,NULL,2596,4,'2026-01-20 17:51:34','2026-01-20 17:51:34','42c0d623-c34d-43f6-b840-a045b94803f5'),
(61833,32,11507,NULL,2602,5,'2026-01-20 17:51:34','2026-01-20 17:51:34','eb5bfc6e-6e4d-445f-88b3-dbac9f222b1f'),
(61834,32,11507,NULL,2606,6,'2026-01-20 17:51:34','2026-01-20 17:51:34','ce57aa6b-80d1-4943-a3bb-973d74ff5453'),
(61835,32,11507,NULL,2604,7,'2026-01-20 17:51:34','2026-01-20 17:51:34','50763003-8564-48a7-8679-2bf76d08a471'),
(61836,32,11507,NULL,2610,8,'2026-01-20 17:51:34','2026-01-20 17:51:34','1882ec24-03cd-437f-9225-cabe0fee9c23'),
(61837,32,11507,NULL,2612,9,'2026-01-20 17:51:34','2026-01-20 17:51:34','14d2df49-8aba-48b4-9058-ada8b640a840'),
(61838,16,11507,NULL,11504,1,'2026-01-20 17:51:34','2026-01-20 17:51:34','58b07581-b63a-4696-9ba4-6faff0e6d866'),
(61839,7,11507,NULL,2969,1,'2026-01-20 17:51:34','2026-01-20 17:51:34','a77bdd25-cfd8-4494-96ec-a33123b54198'),
(61840,7,11507,NULL,617,2,'2026-01-20 17:51:34','2026-01-20 17:51:34','f3b03f11-dcaf-4d9e-8c05-cbc5a6720028'),
(61841,7,11507,NULL,605,3,'2026-01-20 17:51:34','2026-01-20 17:51:34','e7f2452d-c95c-438e-9ee8-14802ff09145'),
(61842,7,11507,NULL,9552,4,'2026-01-20 17:51:34','2026-01-20 17:51:34','c65afd10-a5f4-4c0c-bde0-3716556a8eed'),
(61843,82,11507,NULL,491,1,'2026-01-20 17:51:34','2026-01-20 17:51:34','a49b2b0b-8db8-4d74-afe1-6e3bcf40da2e'),
(61844,47,11507,NULL,10463,1,'2026-01-20 17:51:34','2026-01-20 17:51:34','edea1518-a3c2-4c1d-8f3b-d551d2ff4faa'),
(61863,32,11509,NULL,2598,1,'2026-01-20 17:52:15','2026-01-20 17:52:15','79a73ad7-95b6-4d1d-869f-f0306ec9fa3e'),
(61864,32,11509,NULL,2608,2,'2026-01-20 17:52:15','2026-01-20 17:52:15','5ba5b87e-1d7e-45df-b629-5d3bc4ae02d9'),
(61865,32,11509,NULL,2600,3,'2026-01-20 17:52:15','2026-01-20 17:52:15','865d7fb5-5acf-4628-af4d-9fa5a292eeea'),
(61866,32,11509,NULL,2596,4,'2026-01-20 17:52:15','2026-01-20 17:52:15','543803d5-3421-4cf9-a189-cb226342bfc2'),
(61867,32,11509,NULL,2602,5,'2026-01-20 17:52:15','2026-01-20 17:52:15','f499cbef-a786-4ae8-a3c4-cc58f4a01c0a'),
(61868,32,11509,NULL,2606,6,'2026-01-20 17:52:15','2026-01-20 17:52:15','424d36ec-20e0-4790-89d0-2af6494da7f2'),
(61869,32,11509,NULL,2604,7,'2026-01-20 17:52:15','2026-01-20 17:52:15','c7745ea6-8207-40fa-8aad-5c7759316ea1'),
(61870,32,11509,NULL,2610,8,'2026-01-20 17:52:15','2026-01-20 17:52:15','35da3bf4-eb40-4fd9-9570-7c44eb3c8fdf'),
(61871,32,11509,NULL,2612,9,'2026-01-20 17:52:15','2026-01-20 17:52:15','271fc1c4-6327-4ce7-bec8-c63e015df08e'),
(61872,16,11509,NULL,9535,1,'2026-01-20 17:52:15','2026-01-20 17:52:15','466c0c51-aa27-4702-84c4-e48944091df9'),
(61873,7,11509,NULL,2969,1,'2026-01-20 17:52:15','2026-01-20 17:52:15','785b203b-1e08-446c-bcd9-36e9bc5eba5c'),
(61874,7,11509,NULL,617,2,'2026-01-20 17:52:15','2026-01-20 17:52:15','48ab86d8-2ab3-44a8-b54b-283837a31a82'),
(61875,7,11509,NULL,605,3,'2026-01-20 17:52:15','2026-01-20 17:52:15','1641e926-21dd-43b6-a3b8-5370fd56d448'),
(61876,7,11509,NULL,9552,4,'2026-01-20 17:52:15','2026-01-20 17:52:15','32e5ee70-0123-46e7-84de-701dcab5a2ab'),
(61877,82,11509,NULL,491,1,'2026-01-20 17:52:15','2026-01-20 17:52:15','429c49a4-9ac0-4907-a8ec-b31e862f242e'),
(61878,47,11509,NULL,10463,1,'2026-01-20 17:52:15','2026-01-20 17:52:15','3ed621aa-6492-491f-aa65-ad00c571ea36'),
(61885,37,11434,NULL,11512,1,'2026-01-20 17:59:56','2026-01-20 17:59:56','7d48f678-5316-487e-9628-df5fa8ed5dac'),
(61886,37,11514,NULL,11512,1,'2026-01-20 17:59:56','2026-01-20 17:59:56','9d50aa9d-0534-4922-8259-93d4616497a0'),
(61887,34,11514,NULL,2559,1,'2026-01-20 17:59:56','2026-01-20 17:59:56','5dcf6789-ddad-47ed-84ca-97b4b21f4ee1'),
(61888,35,11514,NULL,2561,1,'2026-01-20 17:59:56','2026-01-20 17:59:56','9b324204-2cf3-4323-bbb1-01bd166c7149'),
(61889,35,11514,NULL,2563,2,'2026-01-20 17:59:56','2026-01-20 17:59:56','46ece5b9-025f-470d-b32f-4b8b30f1dd8d'),
(61890,35,11514,NULL,2565,3,'2026-01-20 17:59:56','2026-01-20 17:59:56','9ebbcb18-8e28-402c-8a79-dbb05e0a2880'),
(61891,37,11515,NULL,11512,1,'2026-01-20 18:00:17','2026-01-20 18:00:17','def0ab3f-adb2-46ba-a451-6d1d6899c632'),
(61892,34,11515,NULL,2559,1,'2026-01-20 18:00:17','2026-01-20 18:00:17','d912f145-ad28-4ccb-81f7-a0736cc1843a'),
(61893,35,11515,NULL,2561,1,'2026-01-20 18:00:17','2026-01-20 18:00:17','392c98a0-090a-4ae8-88ae-a22019c8ab65'),
(61894,35,11515,NULL,2563,2,'2026-01-20 18:00:17','2026-01-20 18:00:17','40e7cac8-bdc7-471a-aca3-a0b9ec887ebf'),
(61895,35,11515,NULL,2565,3,'2026-01-20 18:00:17','2026-01-20 18:00:17','7421db52-cd8e-4d1f-a725-a9d628101543'),
(61941,32,11526,NULL,2610,1,'2026-01-20 18:08:46','2026-01-20 18:08:46','69c73965-cfb9-4767-b10b-20faaaf2746f'),
(61942,32,11526,NULL,2598,2,'2026-01-20 18:08:46','2026-01-20 18:08:46','8fa19927-2153-45b4-aa4f-1bc5e891c719'),
(61943,32,11526,NULL,2608,3,'2026-01-20 18:08:46','2026-01-20 18:08:46','1e8f49c9-c959-4b71-81ed-ff36cf96851b'),
(61944,32,11526,NULL,2600,4,'2026-01-20 18:08:46','2026-01-20 18:08:46','a91b5a33-1eed-43d6-9ec7-5fa8089e7c79'),
(61945,32,11526,NULL,2596,5,'2026-01-20 18:08:46','2026-01-20 18:08:46','7e8a80c3-2395-429a-bbab-9a6388a63c8d'),
(61946,32,11526,NULL,2602,6,'2026-01-20 18:08:46','2026-01-20 18:08:46','a52be8e1-e6ab-4118-b47a-fc3561899ee0'),
(61947,32,11526,NULL,2604,7,'2026-01-20 18:08:46','2026-01-20 18:08:46','9cc5c211-e860-4e62-b67f-42548bfb022b'),
(61948,83,11526,NULL,951,1,'2026-01-20 18:08:46','2026-01-20 18:08:46','0685fcd1-658f-48ba-ac44-1b0f89457710'),
(61949,16,11526,NULL,7700,1,'2026-01-20 18:08:46','2026-01-20 18:08:46','df6fc392-147a-4540-ae9a-c15fd6f87e54'),
(61950,7,11526,NULL,2969,1,'2026-01-20 18:08:46','2026-01-20 18:08:46','7642ec0c-ebb0-42d1-9106-b18cf512c3bf'),
(61951,7,11526,NULL,2972,2,'2026-01-20 18:08:46','2026-01-20 18:08:46','08d5b810-be2f-48f3-aa5d-d0940897ecc0'),
(61952,7,11526,NULL,2974,3,'2026-01-20 18:08:46','2026-01-20 18:08:46','fddfcb9f-da04-4a10-8b63-0f16b6948553'),
(61953,7,11526,NULL,617,4,'2026-01-20 18:08:46','2026-01-20 18:08:46','be017e24-4f03-4c4a-a5ef-b9040ef7af55'),
(61954,7,11526,NULL,605,5,'2026-01-20 18:08:46','2026-01-20 18:08:46','a7c4795f-1cb1-48ca-84ee-0f512a8ccfe5'),
(61955,7,11526,NULL,9552,6,'2026-01-20 18:08:46','2026-01-20 18:08:46','48802a3c-87f3-4312-8867-ea5569207348'),
(61956,82,11526,NULL,479,1,'2026-01-20 18:08:46','2026-01-20 18:08:46','a1234375-ff07-4052-b1f5-54a746fe5a30'),
(61957,82,11526,NULL,491,2,'2026-01-20 18:08:46','2026-01-20 18:08:46','4833a0f4-b0fe-4276-abae-ea40deeda042'),
(61958,47,11526,NULL,10517,1,'2026-01-20 18:08:46','2026-01-20 18:08:46','d473dfa4-b3c4-4116-9f85-9eead4e6a6d0'),
(61959,57,11526,NULL,4842,1,'2026-01-20 18:08:46','2026-01-20 18:08:46','63f2fd6a-d0ee-4dcc-ad90-9bdf423118a3'),
(61960,57,11526,NULL,4841,2,'2026-01-20 18:08:46','2026-01-20 18:08:46','151a3098-1ab4-4514-b038-a1a5a0feb0a3'),
(61961,57,11526,NULL,4846,3,'2026-01-20 18:08:46','2026-01-20 18:08:46','b63e409a-37ea-40f7-b978-fd322179b905'),
(61962,57,11526,NULL,4845,4,'2026-01-20 18:08:46','2026-01-20 18:08:46','8c522bec-0cb3-4179-95fa-e9a7efcc1002'),
(61963,57,11526,NULL,4844,5,'2026-01-20 18:08:46','2026-01-20 18:08:46','81d28afb-b67c-43f1-95dc-5702c4b4c8dc'),
(61964,57,11526,NULL,4843,6,'2026-01-20 18:08:46','2026-01-20 18:08:46','bc9e33fd-e48d-484e-9b05-55d184e80078'),
(61966,37,11527,NULL,11512,1,'2026-01-20 18:09:20','2026-01-20 18:09:20','a9c8cc4b-4b67-45c1-a922-1e79177517d8'),
(61967,34,11527,NULL,2559,1,'2026-01-20 18:09:20','2026-01-20 18:09:20','6d425446-aa58-4d32-b949-8d32475c5b60'),
(61968,35,11527,NULL,2561,1,'2026-01-20 18:09:20','2026-01-20 18:09:20','7fb0074e-8ae1-40ea-a781-cd14b8c540c7'),
(61969,35,11527,NULL,2563,2,'2026-01-20 18:09:20','2026-01-20 18:09:20','c1bf09c3-5927-4b79-b050-4225c61e4a1e'),
(61970,35,11527,NULL,2565,3,'2026-01-20 18:09:20','2026-01-20 18:09:20','d8b8ba92-9fc1-4b04-857f-60e39c5c3f1e'),
(61989,32,11530,NULL,2598,1,'2026-01-20 18:09:41','2026-01-20 18:09:41','1bcb044d-a95d-47e6-bb73-df90e75eee40'),
(61990,32,11530,NULL,2608,2,'2026-01-20 18:09:41','2026-01-20 18:09:41','7c7e1d51-4b19-46d6-8a01-19332b8cd10d'),
(61991,32,11530,NULL,2600,3,'2026-01-20 18:09:41','2026-01-20 18:09:41','2c2db05f-126f-4976-a331-41d366b2bb61'),
(61992,32,11530,NULL,2596,4,'2026-01-20 18:09:41','2026-01-20 18:09:41','5a97fd1c-f214-4652-85f3-8d05a667214a'),
(61993,32,11530,NULL,2602,5,'2026-01-20 18:09:41','2026-01-20 18:09:41','86e26d95-854f-4a13-946b-0b887c5eaf73'),
(61994,32,11530,NULL,2606,6,'2026-01-20 18:09:41','2026-01-20 18:09:41','22a9c38e-1bf3-4a5f-893b-8f99b46c186d'),
(61995,32,11530,NULL,2604,7,'2026-01-20 18:09:41','2026-01-20 18:09:41','58cdeb7a-d426-4fe3-bf85-fbcecba06ae3'),
(61996,32,11530,NULL,2610,8,'2026-01-20 18:09:41','2026-01-20 18:09:41','3bc648c6-6079-40d7-a753-75b452b4a5d5'),
(61997,32,11530,NULL,2612,9,'2026-01-20 18:09:41','2026-01-20 18:09:41','2e58001d-a092-4d4b-8272-ef0d7b4441d6'),
(61998,16,11530,NULL,11529,1,'2026-01-20 18:09:41','2026-01-20 18:09:41','574c6490-62fb-4767-8920-06b416c2fe37'),
(61999,7,11530,NULL,2969,1,'2026-01-20 18:09:41','2026-01-20 18:09:41','1c80d46e-4469-4dc4-9c08-0897e9fbac6e'),
(62000,7,11530,NULL,617,2,'2026-01-20 18:09:41','2026-01-20 18:09:41','7455ff71-07b5-4520-85a1-5a45a77a50f7'),
(62001,7,11530,NULL,605,3,'2026-01-20 18:09:41','2026-01-20 18:09:41','31fb2df5-1afb-46f5-a4b3-9d34f0065875'),
(62002,7,11530,NULL,9552,4,'2026-01-20 18:09:41','2026-01-20 18:09:41','a4f7502b-b7be-49f0-87a5-42076fb71f5c'),
(62003,82,11530,NULL,491,1,'2026-01-20 18:09:41','2026-01-20 18:09:41','9d90f6dc-2844-449b-acab-a0ef2d705156'),
(62004,47,11530,NULL,10463,1,'2026-01-20 18:09:41','2026-01-20 18:09:41','c462480d-ccbb-441b-8d04-186229a2d386'),
(62021,32,11532,NULL,2598,1,'2026-01-20 18:10:04','2026-01-20 18:10:04','eed8ff62-0e93-43de-b2bc-6d0f155b1a16'),
(62022,32,11532,NULL,2608,2,'2026-01-20 18:10:04','2026-01-20 18:10:04','38c45f34-167a-4098-9f7a-0043628efafb'),
(62023,32,11532,NULL,2600,3,'2026-01-20 18:10:04','2026-01-20 18:10:04','977bf64e-165c-4b1f-9402-6ec4c29fab33'),
(62024,32,11532,NULL,2596,4,'2026-01-20 18:10:04','2026-01-20 18:10:04','6f166099-e6ec-4aaa-b86c-5f7ecff2e77d'),
(62025,32,11532,NULL,2602,5,'2026-01-20 18:10:04','2026-01-20 18:10:04','3abdf568-0e1b-4683-97c2-f960a245fa55'),
(62026,32,11532,NULL,2606,6,'2026-01-20 18:10:04','2026-01-20 18:10:04','7ae3c8e8-52f2-4841-8a78-ebf97912d838'),
(62027,32,11532,NULL,2604,7,'2026-01-20 18:10:04','2026-01-20 18:10:04','2ad2245f-bf7f-44c4-a985-bb4079adaa9a'),
(62028,32,11532,NULL,2610,8,'2026-01-20 18:10:04','2026-01-20 18:10:04','db074b5a-b6c5-4bd3-8013-0f87482c80ca'),
(62029,32,11532,NULL,2612,9,'2026-01-20 18:10:04','2026-01-20 18:10:04','20a278dc-661e-4460-9235-346265b2acbf'),
(62030,16,11532,NULL,11529,1,'2026-01-20 18:10:04','2026-01-20 18:10:04','1d0bef9e-c039-4222-9f01-809760aef381'),
(62031,7,11532,NULL,2969,1,'2026-01-20 18:10:04','2026-01-20 18:10:04','b3cd689e-9957-4d0d-af84-c3629888ed9c'),
(62032,7,11532,NULL,617,2,'2026-01-20 18:10:04','2026-01-20 18:10:04','009e89e7-ac1c-4222-82ab-3f56f8dbc9c7'),
(62033,7,11532,NULL,605,3,'2026-01-20 18:10:04','2026-01-20 18:10:04','095342be-6a53-4d78-8a1c-81f8a2a63040'),
(62034,7,11532,NULL,9552,4,'2026-01-20 18:10:04','2026-01-20 18:10:04','bae1cf49-9b40-47f7-901c-0bfa44d8edaf'),
(62035,82,11532,NULL,491,1,'2026-01-20 18:10:04','2026-01-20 18:10:04','26317533-4b5e-49c0-98fe-fec3795c6c7c'),
(62036,47,11532,NULL,10463,1,'2026-01-20 18:10:04','2026-01-20 18:10:04','08c691d5-a6eb-4e37-9ca5-d499165d451e'),
(62053,32,11534,NULL,2598,1,'2026-01-20 18:10:19','2026-01-20 18:10:19','d4fc448a-14ce-414c-9cbb-8848955ad1c9'),
(62054,32,11534,NULL,2608,2,'2026-01-20 18:10:19','2026-01-20 18:10:19','36aa82d6-d641-4383-af1a-cc06da70f1e1'),
(62055,32,11534,NULL,2600,3,'2026-01-20 18:10:19','2026-01-20 18:10:19','d4f0046b-1de1-4ded-bdd4-022ca2c0b7a1'),
(62056,32,11534,NULL,2596,4,'2026-01-20 18:10:19','2026-01-20 18:10:19','1b32c796-d3e4-4484-917d-29fe09e0d0fa'),
(62057,32,11534,NULL,2602,5,'2026-01-20 18:10:19','2026-01-20 18:10:19','0adc1d1e-65dc-42cd-a9e1-c6a346a1f70f'),
(62058,32,11534,NULL,2606,6,'2026-01-20 18:10:19','2026-01-20 18:10:19','72c420b0-b9d9-48da-b968-57ab8e0f2047'),
(62059,32,11534,NULL,2604,7,'2026-01-20 18:10:19','2026-01-20 18:10:19','34b14a62-dfae-47ab-a1af-030cabedd109'),
(62060,32,11534,NULL,2610,8,'2026-01-20 18:10:19','2026-01-20 18:10:19','ddb0f899-16c3-45f4-8261-73c2a18bba7d'),
(62061,32,11534,NULL,2612,9,'2026-01-20 18:10:19','2026-01-20 18:10:19','ae15bfee-ac92-42b2-8b0a-3b43c503532a'),
(62062,16,11534,NULL,11529,1,'2026-01-20 18:10:19','2026-01-20 18:10:19','268e8205-95e1-493e-8463-aaa8cea7acaa'),
(62063,7,11534,NULL,2969,1,'2026-01-20 18:10:19','2026-01-20 18:10:19','7eb2a9f0-3bce-419b-81b8-c69292ad3a3f'),
(62064,7,11534,NULL,617,2,'2026-01-20 18:10:19','2026-01-20 18:10:19','ae56cfed-5234-4a00-a1b0-a5a829441dd1'),
(62065,7,11534,NULL,605,3,'2026-01-20 18:10:19','2026-01-20 18:10:19','eb9e3fb1-985c-4d0f-8b43-4b41c4c1517b'),
(62066,7,11534,NULL,9552,4,'2026-01-20 18:10:19','2026-01-20 18:10:19','9ff21c90-0fda-4088-bcd7-ae511b279ba9'),
(62067,82,11534,NULL,491,1,'2026-01-20 18:10:19','2026-01-20 18:10:19','3733ae53-692d-483f-9c62-f10513a6a954'),
(62068,47,11534,NULL,10463,1,'2026-01-20 18:10:19','2026-01-20 18:10:19','59c12ef5-4264-492d-b8a4-c868ff4d3941'),
(62085,32,11536,NULL,2598,1,'2026-01-20 18:10:36','2026-01-20 18:10:36','aae6ba0a-0d37-47ce-bb5d-74506efbbe40'),
(62086,32,11536,NULL,2608,2,'2026-01-20 18:10:36','2026-01-20 18:10:36','efb2302b-a684-4bac-95d2-45d40b91c9d5'),
(62087,32,11536,NULL,2600,3,'2026-01-20 18:10:36','2026-01-20 18:10:36','82e78bd9-a328-47aa-84a4-fd890d88205f'),
(62088,32,11536,NULL,2596,4,'2026-01-20 18:10:36','2026-01-20 18:10:36','abf695ee-996e-4db6-937c-c8be1f959032'),
(62089,32,11536,NULL,2602,5,'2026-01-20 18:10:36','2026-01-20 18:10:36','e05cec91-e49f-4d59-858f-ee8bb6293d8a'),
(62090,32,11536,NULL,2606,6,'2026-01-20 18:10:36','2026-01-20 18:10:36','2d34a914-e209-4e66-96a5-756eae49f681'),
(62091,32,11536,NULL,2604,7,'2026-01-20 18:10:36','2026-01-20 18:10:36','99ff72ce-29ae-4392-ba96-0d7e2019ecd5'),
(62092,32,11536,NULL,2610,8,'2026-01-20 18:10:36','2026-01-20 18:10:36','fc2259e8-5856-4383-be33-06ecebdec8de'),
(62093,32,11536,NULL,2612,9,'2026-01-20 18:10:36','2026-01-20 18:10:36','ab5575b9-c03c-40a8-855b-e1b374be6ebf'),
(62094,16,11536,NULL,11529,1,'2026-01-20 18:10:36','2026-01-20 18:10:36','dc03ecc0-555f-43ab-83a2-5ea7511e9394'),
(62095,7,11536,NULL,2969,1,'2026-01-20 18:10:36','2026-01-20 18:10:36','79afa302-4920-4d26-aa86-6a2f233e5594'),
(62096,7,11536,NULL,617,2,'2026-01-20 18:10:36','2026-01-20 18:10:36','9cafa3d0-fca1-403b-8490-3f6cfa3a8858'),
(62097,7,11536,NULL,605,3,'2026-01-20 18:10:36','2026-01-20 18:10:36','01b4d10f-0b80-42d4-bfeb-c24c41aecf05'),
(62098,7,11536,NULL,9552,4,'2026-01-20 18:10:36','2026-01-20 18:10:36','f3b41d67-3d9a-4596-b7fa-adac7763c905'),
(62099,82,11536,NULL,491,1,'2026-01-20 18:10:36','2026-01-20 18:10:36','4419ae34-8a1b-41c8-8ea7-aeef4b3a2436'),
(62100,47,11536,NULL,10463,1,'2026-01-20 18:10:36','2026-01-20 18:10:36','027fe5e6-17b1-4031-b013-41ba763ae8b2'),
(62117,32,11543,NULL,2610,1,'2026-01-20 18:39:05','2026-01-20 18:39:05','2aaaee6e-3e70-4f15-9768-9a526560eb91'),
(62118,32,11543,NULL,2598,2,'2026-01-20 18:39:05','2026-01-20 18:39:05','59090cb5-231f-4690-bbbe-35a38b12a11f'),
(62119,32,11543,NULL,2600,3,'2026-01-20 18:39:05','2026-01-20 18:39:05','a4f38130-357e-41e1-895d-3257f41479a1'),
(62120,32,11543,NULL,2604,4,'2026-01-20 18:39:05','2026-01-20 18:39:05','ae93fe3f-b831-424c-b491-d3b41b048762'),
(62121,16,11543,NULL,4282,1,'2026-01-20 18:39:05','2026-01-20 18:39:05','5b7b3c97-53e1-47ba-8e9c-17cf468e1337'),
(62122,7,11543,NULL,2969,1,'2026-01-20 18:39:05','2026-01-20 18:39:05','cd64ad7b-ca57-4e69-9d6b-68437251b3f5'),
(62123,7,11543,NULL,617,2,'2026-01-20 18:39:05','2026-01-20 18:39:05','d44f405e-fc38-49af-a5dc-d2105c7911da'),
(62124,7,11543,NULL,605,3,'2026-01-20 18:39:05','2026-01-20 18:39:05','8bea812f-981f-4643-80e3-ba418e3a6c24'),
(62125,7,11543,NULL,9552,4,'2026-01-20 18:39:05','2026-01-20 18:39:05','af6feecf-9590-461b-972d-ae1640bbf13d'),
(62126,82,11543,NULL,469,1,'2026-01-20 18:39:05','2026-01-20 18:39:05','48662c2b-13d4-49ae-bee5-c02c6daae5f2'),
(62127,82,11543,NULL,479,2,'2026-01-20 18:39:05','2026-01-20 18:39:05','bdc4a129-feac-4911-854d-54daca1c23cb'),
(62128,82,11543,NULL,491,3,'2026-01-20 18:39:05','2026-01-20 18:39:05','9640f05d-0385-4e7c-b768-56b9d673c4f8'),
(62129,47,11543,NULL,10478,1,'2026-01-20 18:39:05','2026-01-20 18:39:05','0979f9f6-6be7-457f-a4bd-2a7bb011f21a'),
(62130,57,11543,NULL,8740,1,'2026-01-20 18:39:05','2026-01-20 18:39:05','afdd88f8-a9d2-4a59-b260-d15ac198d643'),
(62131,57,11543,NULL,4911,2,'2026-01-20 18:39:05','2026-01-20 18:39:05','d8c589a1-24fe-4362-954c-85210112e8cd'),
(62132,57,11543,NULL,4909,3,'2026-01-20 18:39:05','2026-01-20 18:39:05','cc22c1f0-a733-4e31-8c19-76cd8a0f86c7'),
(62133,57,11543,NULL,4910,4,'2026-01-20 18:39:05','2026-01-20 18:39:05','3eb51f6b-1e30-4691-9e50-7c1f890e6ad0'),
(62146,83,11546,NULL,945,1,'2026-01-20 18:40:41','2026-01-20 18:40:41','2ca540a9-dba3-4660-aa3c-e8ddfc911fce'),
(62147,16,11546,NULL,2968,1,'2026-01-20 18:40:41','2026-01-20 18:40:41','0d8bac30-99c9-4b38-9d13-daf1a0fa6d30'),
(62148,7,11546,NULL,605,1,'2026-01-20 18:40:41','2026-01-20 18:40:41','13f1cf33-27d3-4576-b028-d3d3ee74b3ec'),
(62149,7,11546,NULL,617,2,'2026-01-20 18:40:41','2026-01-20 18:40:41','7f776609-f7c8-4dd1-890a-128a05257abd'),
(62150,7,11546,NULL,9552,3,'2026-01-20 18:40:41','2026-01-20 18:40:41','a92976cd-3c4e-40a3-8814-453a6641b014'),
(62151,57,11546,NULL,3248,1,'2026-01-20 18:40:41','2026-01-20 18:40:41','f3374843-9a99-493e-a9eb-f0dbfbfad248'),
(62152,57,11546,NULL,3246,2,'2026-01-20 18:40:41','2026-01-20 18:40:41','a2562347-996f-43b2-b77e-3fe4ddd7621e'),
(62153,57,11546,NULL,3254,3,'2026-01-20 18:40:41','2026-01-20 18:40:41','b288e2ae-250d-4ad9-9820-7988f50b315f'),
(62154,57,11546,NULL,3253,4,'2026-01-20 18:40:41','2026-01-20 18:40:41','d112a247-39be-4ca5-a634-afab327c353c'),
(62155,57,11546,NULL,3251,5,'2026-01-20 18:40:41','2026-01-20 18:40:41','817d8f79-ccc3-441c-b644-a1bd2030a91c'),
(62156,57,11546,NULL,3245,6,'2026-01-20 18:40:41','2026-01-20 18:40:41','964fa0ee-2a67-42e3-950a-8c4338b7b95a'),
(62170,83,11548,NULL,945,1,'2026-01-20 18:41:22','2026-01-20 18:41:22','991f7b74-a142-4122-9a68-a426e839bb98'),
(62171,16,11548,NULL,2968,1,'2026-01-20 18:41:22','2026-01-20 18:41:22','a3e6d6f7-1c78-43c2-9aad-283641e638fc'),
(62172,7,11548,NULL,605,1,'2026-01-20 18:41:22','2026-01-20 18:41:22','51015335-8cfa-423c-9d37-b26bd077799c'),
(62173,7,11548,NULL,617,2,'2026-01-20 18:41:22','2026-01-20 18:41:22','f9147e18-f349-4c55-9222-cf924c741433'),
(62174,7,11548,NULL,9552,3,'2026-01-20 18:41:22','2026-01-20 18:41:22','52f2166e-3891-474d-8e03-3676e899fff8'),
(62175,57,11548,NULL,3248,1,'2026-01-20 18:41:22','2026-01-20 18:41:22','193df19d-3030-45dd-a200-076915bc3576'),
(62176,57,11548,NULL,3246,2,'2026-01-20 18:41:22','2026-01-20 18:41:22','042109ea-7f33-45ef-9516-81a7b99fb74b'),
(62177,57,11548,NULL,3254,3,'2026-01-20 18:41:22','2026-01-20 18:41:22','2595521c-c922-48c8-9310-5e1da4acd04e'),
(62178,57,11548,NULL,3253,4,'2026-01-20 18:41:22','2026-01-20 18:41:22','140c8f94-a4ce-4328-bad3-f824fb69f067'),
(62179,57,11548,NULL,3251,5,'2026-01-20 18:41:22','2026-01-20 18:41:22','85ad0e3a-033b-4427-9a7f-9a3f41edfee7'),
(62180,57,11548,NULL,3245,6,'2026-01-20 18:41:22','2026-01-20 18:41:22','e07155aa-72a3-427f-b6c7-63f25cc011c1'),
(62182,16,11549,NULL,7937,1,'2026-01-20 18:43:05','2026-01-20 18:43:05','d11b1f79-b4f2-4e52-b730-de2ecc09619a'),
(62183,7,11549,NULL,617,1,'2026-01-20 18:43:05','2026-01-20 18:43:05','7887c057-81ed-4c22-9a2a-0b9a979d7da4'),
(62184,7,11549,NULL,605,2,'2026-01-20 18:43:05','2026-01-20 18:43:05','af60f1a9-5c77-4f7b-ba17-614a066ed696'),
(62185,7,11549,NULL,9552,3,'2026-01-20 18:43:05','2026-01-20 18:43:05','310dbe58-b98a-40ae-a022-fa770a1e9dab'),
(62186,57,11549,NULL,7939,1,'2026-01-20 18:43:05','2026-01-20 18:43:05','83016cf7-3f93-42ae-9cab-8cc39d5a96fa'),
(62187,57,11549,NULL,7941,2,'2026-01-20 18:43:05','2026-01-20 18:43:05','e9a45a48-6b00-4b6b-b639-4a7f32013e68'),
(62188,57,11549,NULL,7940,3,'2026-01-20 18:43:05','2026-01-20 18:43:05','86a5cd8e-e053-4cd9-b5d2-332212ff01f9'),
(62189,57,11549,NULL,7938,4,'2026-01-20 18:43:05','2026-01-20 18:43:05','17e039f1-1ee2-4c90-9085-12203c3d19fe'),
(62212,16,11552,NULL,6530,1,'2026-01-20 18:44:06','2026-01-20 18:44:06','c2d29c50-1dcb-4d95-935c-2558d160dcb5'),
(62213,7,11552,NULL,617,1,'2026-01-20 18:44:06','2026-01-20 18:44:06','2837e31a-ded7-4294-a1ad-abb4570b159e'),
(62214,7,11552,NULL,9558,2,'2026-01-20 18:44:06','2026-01-20 18:44:06','d1ff8074-16c6-4386-a8ad-1fd9a6cf2b3b'),
(62215,7,11552,NULL,605,3,'2026-01-20 18:44:06','2026-01-20 18:44:06','5812df4f-126c-435f-ae63-d8e1b019c9f1'),
(62216,7,11552,NULL,9552,4,'2026-01-20 18:44:06','2026-01-20 18:44:06','a1b41fe2-3b35-4086-962d-d0bd1b91736d'),
(62217,57,11552,NULL,8064,1,'2026-01-20 18:44:06','2026-01-20 18:44:06','18432d60-afca-4b36-93ef-0eef94893970'),
(62218,57,11552,NULL,8061,2,'2026-01-20 18:44:06','2026-01-20 18:44:06','1e881821-30e4-45be-ba64-f5752aef25d4'),
(62219,57,11552,NULL,8060,3,'2026-01-20 18:44:06','2026-01-20 18:44:06','1868acb8-2dc9-4743-bad4-ee92926c357e'),
(62220,57,11552,NULL,8063,4,'2026-01-20 18:44:06','2026-01-20 18:44:06','694934c2-84ee-4fdd-918c-782a0f2742eb'),
(62221,57,11552,NULL,8062,5,'2026-01-20 18:44:06','2026-01-20 18:44:06','92bef8bb-5620-410b-a705-70e80cef3753'),
(62222,74,11552,NULL,6525,1,'2026-01-20 18:44:06','2026-01-20 18:44:06','fb7f0b39-5c8a-4cd0-bca2-da55330ca1e8'),
(62236,16,11554,NULL,6530,1,'2026-01-20 18:44:24','2026-01-20 18:44:24','d8df28ae-2ad3-465d-85f6-723b73969b45'),
(62237,7,11554,NULL,617,1,'2026-01-20 18:44:24','2026-01-20 18:44:24','7421a750-c648-4bad-8f96-326b301128b0'),
(62238,7,11554,NULL,9558,2,'2026-01-20 18:44:24','2026-01-20 18:44:24','300d0739-dcf9-435a-847e-daf0789f42f7'),
(62239,7,11554,NULL,605,3,'2026-01-20 18:44:24','2026-01-20 18:44:24','263692ad-e99a-44cc-a50e-33bf9fc2f4a7'),
(62240,7,11554,NULL,9552,4,'2026-01-20 18:44:24','2026-01-20 18:44:24','8e778532-d1d6-4216-895f-0757627e5512'),
(62241,57,11554,NULL,8064,1,'2026-01-20 18:44:24','2026-01-20 18:44:24','fe462698-033e-4181-91c3-47c2bab894d7'),
(62242,57,11554,NULL,8061,2,'2026-01-20 18:44:24','2026-01-20 18:44:24','d68749f7-308d-4b86-a5fe-e585328d5f29'),
(62243,57,11554,NULL,8060,3,'2026-01-20 18:44:24','2026-01-20 18:44:24','060abdce-b710-4aee-b4f2-58b901037dab'),
(62244,57,11554,NULL,8063,4,'2026-01-20 18:44:24','2026-01-20 18:44:24','8a35ae8b-4808-4d6a-b33c-cec20d500cfc'),
(62245,57,11554,NULL,8062,5,'2026-01-20 18:44:24','2026-01-20 18:44:24','1d7d8edb-7ba5-4d52-ae42-d0bbc7e649fb'),
(62246,74,11554,NULL,6525,1,'2026-01-20 18:44:24','2026-01-20 18:44:24','6faaa474-ff3f-4587-9cf9-3f8026de1627'),
(62271,32,11556,NULL,2614,1,'2026-01-20 18:45:16','2026-01-20 18:45:16','22e289d2-6a49-4ecc-9698-c34b152a783d'),
(62272,32,11556,NULL,2610,2,'2026-01-20 18:45:16','2026-01-20 18:45:16','ccb98b29-f403-4df2-a5aa-0ddd73196a96'),
(62273,32,11556,NULL,2598,3,'2026-01-20 18:45:16','2026-01-20 18:45:16','b332c175-c553-4990-a43f-481824ae083f'),
(62274,32,11556,NULL,2608,4,'2026-01-20 18:45:16','2026-01-20 18:45:16','7aec6cff-5f71-4b4f-9677-5e1cd309e33f'),
(62275,32,11556,NULL,2600,5,'2026-01-20 18:45:16','2026-01-20 18:45:16','8a00b330-4482-472e-b700-60d2cd4b588f'),
(62276,32,11556,NULL,2596,6,'2026-01-20 18:45:16','2026-01-20 18:45:16','c4354b28-98ae-43ac-a81c-9bfe9cf44d90'),
(62277,32,11556,NULL,2602,7,'2026-01-20 18:45:16','2026-01-20 18:45:16','4fd9b90d-b266-4b5f-bbc5-4aefb8d5219a'),
(62278,32,11556,NULL,2606,8,'2026-01-20 18:45:16','2026-01-20 18:45:16','1b23123c-7aaf-4a9f-a4cf-526f6dcfe63f'),
(62279,32,11556,NULL,2604,9,'2026-01-20 18:45:16','2026-01-20 18:45:16','1d63ad56-2397-405f-b766-2b962d3897c9'),
(62280,16,11556,NULL,8081,1,'2026-01-20 18:45:16','2026-01-20 18:45:16','96743af4-8091-4e03-b3c9-1fd4e2aad9c0'),
(62281,7,11556,NULL,3468,1,'2026-01-20 18:45:16','2026-01-20 18:45:16','e6899fa4-900e-4cee-b0d8-2125d0be4361'),
(62282,7,11556,NULL,601,2,'2026-01-20 18:45:16','2026-01-20 18:45:16','0500e01e-f660-4ba7-9ae6-0603f3e6c489'),
(62283,7,11556,NULL,9640,3,'2026-01-20 18:45:16','2026-01-20 18:45:16','6708bcd0-83fd-41f0-9ffa-5400a486e2be'),
(62284,7,11556,NULL,2974,4,'2026-01-20 18:45:16','2026-01-20 18:45:16','ec249749-7328-42ac-87d8-6f317404d772'),
(62285,7,11556,NULL,617,5,'2026-01-20 18:45:16','2026-01-20 18:45:16','24b3a27d-0454-455a-8489-62b5d8a955db'),
(62286,7,11556,NULL,605,6,'2026-01-20 18:45:16','2026-01-20 18:45:16','a7c8e56f-10ae-4901-ac36-c16049323fbe'),
(62287,7,11556,NULL,9552,7,'2026-01-20 18:45:16','2026-01-20 18:45:16','f809f292-4471-4ea8-9ec2-283dbc32a661'),
(62288,46,11556,NULL,2891,1,'2026-01-20 18:45:16','2026-01-20 18:45:16','fa7339f9-7a21-4dfa-9857-7ffd373b4cd7'),
(62289,57,11556,NULL,8082,1,'2026-01-20 18:45:16','2026-01-20 18:45:16','977104cf-12d3-4d00-8de8-df69458f6676'),
(62290,57,11556,NULL,8085,2,'2026-01-20 18:45:16','2026-01-20 18:45:16','fe494350-ff1c-4a9e-9e82-87f2cbf10bf5'),
(62291,57,11556,NULL,8086,3,'2026-01-20 18:45:16','2026-01-20 18:45:16','0e5f4e3c-9c11-427d-8297-25a266072859'),
(62292,57,11556,NULL,8087,4,'2026-01-20 18:45:16','2026-01-20 18:45:16','b7914c58-7180-4e93-8ee6-e4ed2d0fbfef'),
(62293,13,11556,NULL,6814,1,'2026-01-20 18:45:16','2026-01-20 18:45:16','fe3951db-25f5-4510-ae6f-41928ca28d81'),
(62307,16,11558,NULL,8208,1,'2026-01-20 18:46:11','2026-01-20 18:46:11','5174545e-ab22-4adf-8cab-c0c0195a348b'),
(62308,7,11558,NULL,617,1,'2026-01-20 18:46:11','2026-01-20 18:46:11','3e15d01b-45ce-4801-b1f8-9ce7056ffb94'),
(62309,7,11558,NULL,9555,2,'2026-01-20 18:46:11','2026-01-20 18:46:11','91c11066-68f2-4c1d-bcb9-dcf552e79402'),
(62310,7,11558,NULL,605,3,'2026-01-20 18:46:11','2026-01-20 18:46:11','4ea1dadb-715b-4f38-bc0c-e0a00a37871c'),
(62311,7,11558,NULL,9552,4,'2026-01-20 18:46:11','2026-01-20 18:46:11','d0bd0a70-663e-4bd0-b78b-aee6a9fb6084'),
(62312,57,11558,NULL,8218,1,'2026-01-20 18:46:11','2026-01-20 18:46:11','85907ff8-fb62-4eec-b5d1-a0ecbb7bd06d'),
(62313,57,11558,NULL,8217,2,'2026-01-20 18:46:11','2026-01-20 18:46:11','13f5917d-0e11-42db-9240-b070d24510d8'),
(62314,57,11558,NULL,8211,3,'2026-01-20 18:46:11','2026-01-20 18:46:11','40721c9d-8a16-4bd2-a9d9-903670deb24a'),
(62315,57,11558,NULL,8214,4,'2026-01-20 18:46:11','2026-01-20 18:46:11','ce02aa71-e389-4b86-ab8a-1bdfc1580a8e'),
(62316,57,11558,NULL,8213,5,'2026-01-20 18:46:11','2026-01-20 18:46:11','a35b2336-efe4-4040-8286-501ce6dc8ff0'),
(62317,57,11558,NULL,8212,6,'2026-01-20 18:46:11','2026-01-20 18:46:11','c57ec429-037f-4d31-942a-b5f5a816f03c'),
(62318,57,11558,NULL,8215,7,'2026-01-20 18:46:11','2026-01-20 18:46:11','541dab9a-b14a-4958-aa0f-37735bf21ff0'),
(62319,74,11558,NULL,9453,1,'2026-01-20 18:46:11','2026-01-20 18:46:11','66f21331-9fd0-4db4-ae6c-66386eadbb74'),
(62336,22,11563,NULL,5003,1,'2026-01-20 18:47:29','2026-01-20 18:47:29','01d376c0-5e97-461f-9481-ce9c9a97fbd9'),
(62337,16,11564,NULL,8208,1,'2026-01-20 18:47:29','2026-01-20 18:47:29','bbf05276-ccc0-4bbe-897b-2366b5847a1e'),
(62338,7,11564,NULL,617,1,'2026-01-20 18:47:29','2026-01-20 18:47:29','4a901956-4d12-46e5-9966-40a2317dd11f'),
(62339,7,11564,NULL,9555,2,'2026-01-20 18:47:29','2026-01-20 18:47:29','012a1fdb-d3d3-48d8-b50f-4f1833ef9cd8'),
(62340,7,11564,NULL,605,3,'2026-01-20 18:47:29','2026-01-20 18:47:29','3d15af88-7c2b-4b49-a49b-825544bb8f78'),
(62341,7,11564,NULL,9552,4,'2026-01-20 18:47:29','2026-01-20 18:47:29','4bf79ee0-9b94-475c-ab0a-b57997d7cf57'),
(62342,57,11564,NULL,8218,1,'2026-01-20 18:47:29','2026-01-20 18:47:29','a84e4c3e-401d-4e91-8f89-f81be11e1aec'),
(62343,57,11564,NULL,8217,2,'2026-01-20 18:47:29','2026-01-20 18:47:29','c2d2d84e-4dd7-4930-b923-c583bd92bd0a'),
(62344,57,11564,NULL,8211,3,'2026-01-20 18:47:29','2026-01-20 18:47:29','d51f2bd7-608c-49ff-8e1b-c5c5e67dc5eb'),
(62345,57,11564,NULL,8214,4,'2026-01-20 18:47:29','2026-01-20 18:47:29','61c94c6a-d597-4410-87c6-c9c5b8a1f2f6'),
(62346,57,11564,NULL,8213,5,'2026-01-20 18:47:29','2026-01-20 18:47:29','9881196d-9f01-40e5-9103-c088437485d8'),
(62347,57,11564,NULL,8212,6,'2026-01-20 18:47:29','2026-01-20 18:47:29','94421451-01f6-45ba-b800-1b90793ee18a');
INSERT INTO `relations` VALUES
(62348,57,11564,NULL,8215,7,'2026-01-20 18:47:29','2026-01-20 18:47:29','fa416acd-831f-4810-b30b-a33a2badcde5'),
(62349,74,11564,NULL,9453,1,'2026-01-20 18:47:29','2026-01-20 18:47:29','5d8e1e6b-235a-4c92-89eb-ef5b92ddd12f'),
(62350,22,11565,NULL,5001,1,'2026-01-20 18:47:29','2026-01-20 18:47:29','b3a92d3b-41cf-4d76-9a74-4cc0e2be8cc9'),
(62351,22,11566,NULL,5003,1,'2026-01-20 18:47:29','2026-01-20 18:47:29','1d6454a2-877e-4630-a8e6-84f4679c8bfd'),
(62352,83,11567,NULL,1185,1,'2026-01-20 18:49:06','2026-01-20 18:49:06','b0fdc199-b743-4220-b95d-c857476d645c'),
(62353,16,11567,NULL,6598,1,'2026-01-20 18:49:06','2026-01-20 18:49:06','2ef0ab23-25af-459e-9cf8-fc96592a2a9e'),
(62354,57,11567,NULL,6600,1,'2026-01-20 18:49:06','2026-01-20 18:49:06','549ab2ea-3173-48a7-a34e-aaad210b0ec3'),
(62355,57,11567,NULL,6601,2,'2026-01-20 18:49:06','2026-01-20 18:49:06','88040511-1d30-4469-a429-7c22a95cd52c'),
(62356,57,11567,NULL,4322,3,'2026-01-20 18:49:06','2026-01-20 18:49:06','5f0084a2-339d-48f7-b932-d5081d288849'),
(62357,57,11567,NULL,8774,4,'2026-01-20 18:49:06','2026-01-20 18:49:06','ab4965de-df34-4fda-b7c3-515ddfc6436c'),
(62366,83,11569,NULL,1185,1,'2026-01-20 18:49:17','2026-01-20 18:49:17','9f196e6b-156f-46ab-a164-4cf2d456311c'),
(62367,16,11569,NULL,6598,1,'2026-01-20 18:49:17','2026-01-20 18:49:17','50cb9268-91a7-4c53-b65a-be38b2a26184'),
(62368,57,11569,NULL,6600,1,'2026-01-20 18:49:17','2026-01-20 18:49:17','4c3a5c30-c013-4039-9839-5c1e20382a46'),
(62369,57,11569,NULL,6601,2,'2026-01-20 18:49:17','2026-01-20 18:49:17','a3a9dc6d-af0f-4ab3-b317-1b8b0a3bd70f'),
(62370,57,11569,NULL,4322,3,'2026-01-20 18:49:17','2026-01-20 18:49:17','fd9d940f-b932-4fa0-8127-359ab1a940f0'),
(62371,57,11569,NULL,8774,4,'2026-01-20 18:49:17','2026-01-20 18:49:17','1fac850a-d991-4acb-86cb-b6e2433288ab'),
(62401,32,11577,NULL,2610,1,'2026-01-20 18:51:26','2026-01-20 18:51:26','52502e60-da8d-465a-877c-f2983469aa4c'),
(62402,32,11577,NULL,2598,2,'2026-01-20 18:51:26','2026-01-20 18:51:26','eebcf0cd-b77f-4e08-80f5-7d687ebe3f06'),
(62403,32,11577,NULL,2600,3,'2026-01-20 18:51:26','2026-01-20 18:51:26','c57ce1a7-e3e0-4952-8cc9-64e711b0b273'),
(62404,32,11577,NULL,2604,4,'2026-01-20 18:51:26','2026-01-20 18:51:26','f1254aee-5875-405f-a6aa-86baa12f44fc'),
(62405,16,11577,NULL,3374,1,'2026-01-20 18:51:26','2026-01-20 18:51:26','b87cbe29-b16e-4fcf-8a61-1fdaaf5790cf'),
(62406,7,11577,NULL,3468,1,'2026-01-20 18:51:26','2026-01-20 18:51:26','e3a271ec-b8d7-45e2-8a6f-9f0170dc59c0'),
(62407,7,11577,NULL,9732,2,'2026-01-20 18:51:26','2026-01-20 18:51:26','2fcb4a0e-752f-4286-87ee-81779fe3f68a'),
(62408,7,11577,NULL,617,3,'2026-01-20 18:51:26','2026-01-20 18:51:26','719bbed4-134f-484f-8bc0-4a4f6691a754'),
(62409,7,11577,NULL,605,4,'2026-01-20 18:51:26','2026-01-20 18:51:26','8482bf9f-05e0-41ed-91a7-53866b36b290'),
(62410,7,11577,NULL,9552,5,'2026-01-20 18:51:26','2026-01-20 18:51:26','962134e8-a297-425f-96fe-b0258022d960'),
(62411,82,11577,NULL,469,1,'2026-01-20 18:51:26','2026-01-20 18:51:26','f82ac010-ab37-44ca-8b25-cb5d5e7d98fa'),
(62412,82,11577,NULL,475,2,'2026-01-20 18:51:26','2026-01-20 18:51:26','ae8126f5-58af-4dc9-b9c7-8feed068551f'),
(62413,82,11577,NULL,479,3,'2026-01-20 18:51:26','2026-01-20 18:51:26','f2178334-204d-40c0-a60c-9d7183be730f'),
(62414,82,11577,NULL,491,4,'2026-01-20 18:51:26','2026-01-20 18:51:26','deb37b97-6c19-40e4-b584-7a58f915ae12'),
(62415,57,11577,NULL,3362,1,'2026-01-20 18:51:26','2026-01-20 18:51:26','e3ae46cc-5e1c-4e2d-9f6f-a661d5bdf479'),
(62416,57,11577,NULL,3363,2,'2026-01-20 18:51:26','2026-01-20 18:51:26','71aedc4c-653c-4746-8ba5-26e1cf10ed02'),
(62417,57,11577,NULL,3364,3,'2026-01-20 18:51:26','2026-01-20 18:51:26','0c767512-29d9-4775-bc3d-f158a2676457'),
(62418,57,11577,NULL,3365,4,'2026-01-20 18:51:26','2026-01-20 18:51:26','275401a0-e8be-4a19-8422-bd41976f46f6'),
(62419,57,11577,NULL,3366,5,'2026-01-20 18:51:26','2026-01-20 18:51:26','beda7fc7-3e28-4325-a2ad-91c9e1f0f016'),
(62420,57,11577,NULL,3367,6,'2026-01-20 18:51:26','2026-01-20 18:51:26','24b357b6-ead3-42ab-9bfe-79edebbd03b1'),
(62421,57,11577,NULL,3368,7,'2026-01-20 18:51:26','2026-01-20 18:51:26','1ca63659-ec73-4f11-a86a-d6ae40e30c58'),
(62422,57,11577,NULL,3369,8,'2026-01-20 18:51:26','2026-01-20 18:51:26','3ad8f2cd-a423-4b06-9f33-92d2b3b78080'),
(62423,57,11577,NULL,3370,9,'2026-01-20 18:51:26','2026-01-20 18:51:26','7248dd8a-6914-40ae-a099-a84668945ed2'),
(62424,57,11577,NULL,3371,10,'2026-01-20 18:51:26','2026-01-20 18:51:26','7a96c9b0-73a6-48ac-9672-3623a8de9844'),
(62425,57,11577,NULL,3372,11,'2026-01-20 18:51:26','2026-01-20 18:51:26','9eb68149-016c-407f-9940-e1381d674768'),
(62426,57,11577,NULL,3373,12,'2026-01-20 18:51:26','2026-01-20 18:51:26','8a39aa34-ade4-489b-9b11-8b62050402c2'),
(62427,57,11577,NULL,3374,13,'2026-01-20 18:51:26','2026-01-20 18:51:26','84c533f8-c57c-4ab8-8a8d-89077b887e00'),
(62428,72,11577,NULL,548,1,'2026-01-20 18:51:26','2026-01-20 18:51:26','524ca756-e2cb-4c79-a4b3-76f0ee60e319'),
(62457,32,11581,NULL,2610,1,'2026-01-20 18:51:29','2026-01-20 18:51:29','03dde59d-d55b-4b69-88dc-73c593b48b9c'),
(62458,32,11581,NULL,2598,2,'2026-01-20 18:51:29','2026-01-20 18:51:29','cd6b0c19-eb31-47d3-9d12-7844a295911c'),
(62459,32,11581,NULL,2600,3,'2026-01-20 18:51:29','2026-01-20 18:51:29','bd8f45e3-2442-44ae-8e26-e4aa1025add8'),
(62460,32,11581,NULL,2604,4,'2026-01-20 18:51:29','2026-01-20 18:51:29','019c9e4c-2be2-494c-80ff-5028f2da0722'),
(62461,16,11581,NULL,3374,1,'2026-01-20 18:51:29','2026-01-20 18:51:29','50f48023-60e3-4c2d-a93e-d9676ced5d01'),
(62462,7,11581,NULL,3468,1,'2026-01-20 18:51:29','2026-01-20 18:51:29','95503cd5-dc77-4407-a596-95a5d43c491e'),
(62463,7,11581,NULL,9732,2,'2026-01-20 18:51:29','2026-01-20 18:51:29','9cf2465b-72ac-493f-90c9-3389460e504f'),
(62464,7,11581,NULL,617,3,'2026-01-20 18:51:29','2026-01-20 18:51:29','b6eda6aa-aa02-4b61-9184-398929dad2b2'),
(62465,7,11581,NULL,605,4,'2026-01-20 18:51:29','2026-01-20 18:51:29','489c70a3-fd22-4473-9a79-701415d5e713'),
(62466,7,11581,NULL,9552,5,'2026-01-20 18:51:29','2026-01-20 18:51:29','b4a6a8e2-fc74-4209-b3f6-57b8a7939bfb'),
(62467,82,11581,NULL,469,1,'2026-01-20 18:51:29','2026-01-20 18:51:29','fa471fae-fb04-4b1c-bde2-c05dd815e182'),
(62468,82,11581,NULL,475,2,'2026-01-20 18:51:29','2026-01-20 18:51:29','437616b3-c3eb-498b-9723-5f73f5a729cb'),
(62469,82,11581,NULL,479,3,'2026-01-20 18:51:29','2026-01-20 18:51:29','57aa9329-810d-4550-bf95-0623d44faa91'),
(62470,82,11581,NULL,491,4,'2026-01-20 18:51:29','2026-01-20 18:51:29','213dacc6-a4e4-4380-9a28-86bd14a571aa'),
(62471,57,11581,NULL,3362,1,'2026-01-20 18:51:29','2026-01-20 18:51:29','0dbddb5b-916b-4321-9704-bf18b6a698f1'),
(62472,57,11581,NULL,3363,2,'2026-01-20 18:51:29','2026-01-20 18:51:29','757dfd16-a8c5-4092-b4a7-a8d211a273df'),
(62473,57,11581,NULL,3364,3,'2026-01-20 18:51:29','2026-01-20 18:51:29','f53b459a-f7da-4148-b219-8ee4b0e5cb3e'),
(62474,57,11581,NULL,3365,4,'2026-01-20 18:51:29','2026-01-20 18:51:29','5c874f66-eaa4-416a-b94d-101363bea291'),
(62475,57,11581,NULL,3366,5,'2026-01-20 18:51:29','2026-01-20 18:51:29','be30bc9a-8477-411d-a540-603547eddd5d'),
(62476,57,11581,NULL,3367,6,'2026-01-20 18:51:29','2026-01-20 18:51:29','874a2bc8-7e3d-48c4-8cd9-a78030a61cc7'),
(62477,57,11581,NULL,3368,7,'2026-01-20 18:51:29','2026-01-20 18:51:29','c7bd09e1-c403-4a7c-b51c-033602c22b47'),
(62478,57,11581,NULL,3369,8,'2026-01-20 18:51:29','2026-01-20 18:51:29','34fd9d04-f6ed-4f27-8dcd-c785cb5048c0'),
(62479,57,11581,NULL,3370,9,'2026-01-20 18:51:29','2026-01-20 18:51:29','a8e6a039-c8e2-47fa-96d9-2369b6f5ea58'),
(62480,57,11581,NULL,3371,10,'2026-01-20 18:51:29','2026-01-20 18:51:29','450c6891-e556-4755-96f2-7664f8409cae'),
(62481,57,11581,NULL,3372,11,'2026-01-20 18:51:29','2026-01-20 18:51:29','b2468196-13bb-4264-b471-11aef086c180'),
(62482,57,11581,NULL,3373,12,'2026-01-20 18:51:29','2026-01-20 18:51:29','d795c052-960c-4244-b61d-305309079f8c'),
(62483,57,11581,NULL,3374,13,'2026-01-20 18:51:29','2026-01-20 18:51:29','5eb748e7-948d-4dc3-b013-59a0b44afe84'),
(62484,72,11581,NULL,548,1,'2026-01-20 18:51:29','2026-01-20 18:51:29','444dcfba-4077-4b7d-a14e-b09e03fe6fd5'),
(62503,32,11584,NULL,2610,1,'2026-01-20 18:52:20','2026-01-20 18:52:20','38822fc3-beb1-492c-8e27-a706e35dcced'),
(62504,32,11584,NULL,2598,2,'2026-01-20 18:52:20','2026-01-20 18:52:20','9a1c1025-1ca1-4a8f-8f0e-996fb0eb908f'),
(62505,32,11584,NULL,2600,3,'2026-01-20 18:52:20','2026-01-20 18:52:20','48d349c3-8017-4369-a5f9-db430fba19a3'),
(62506,32,11584,NULL,2604,4,'2026-01-20 18:52:20','2026-01-20 18:52:20','2ae8821f-a289-4f87-9f4e-f8bd77069ee4'),
(62507,16,11584,NULL,9219,1,'2026-01-20 18:52:20','2026-01-20 18:52:20','b116e833-1552-47c6-b4f4-8c0ea9de892d'),
(62508,7,11584,NULL,601,1,'2026-01-20 18:52:20','2026-01-20 18:52:20','6483228b-b6f4-4c24-9f5f-e894a402ad6e'),
(62509,7,11584,NULL,605,2,'2026-01-20 18:52:20','2026-01-20 18:52:20','a880d5da-3d5b-4a29-9c00-668ce7f0aee2'),
(62510,7,11584,NULL,617,3,'2026-01-20 18:52:20','2026-01-20 18:52:20','d2184e42-d2f2-4ff4-8d91-da1894b0e888'),
(62511,7,11584,NULL,9552,4,'2026-01-20 18:52:20','2026-01-20 18:52:20','03f826de-9e38-40b8-a953-2ff51de7804e'),
(62512,82,11584,NULL,469,1,'2026-01-20 18:52:20','2026-01-20 18:52:20','ab7b0f0d-43ef-4113-bdba-fce8e2e14d88'),
(62513,82,11584,NULL,475,2,'2026-01-20 18:52:20','2026-01-20 18:52:20','93fc2320-f6fe-4af9-a05d-d5f29b3835f2'),
(62514,82,11584,NULL,479,3,'2026-01-20 18:52:20','2026-01-20 18:52:20','647bd6fe-352e-4cbd-9896-6a39bd93b079'),
(62515,82,11584,NULL,491,4,'2026-01-20 18:52:20','2026-01-20 18:52:20','1ac27a9c-baae-4094-9878-6b61678371b6'),
(62516,57,11584,NULL,9222,1,'2026-01-20 18:52:20','2026-01-20 18:52:20','5827f2ad-51d0-4246-9f8f-24fdcc0f6b11'),
(62517,57,11584,NULL,9223,2,'2026-01-20 18:52:20','2026-01-20 18:52:20','209f1135-c845-426b-b9d4-7ba0b3ca6e71'),
(62518,57,11584,NULL,9224,3,'2026-01-20 18:52:20','2026-01-20 18:52:20','1c3eddf5-9005-4d86-abab-44284f0f7e48'),
(62519,57,11584,NULL,9225,4,'2026-01-20 18:52:20','2026-01-20 18:52:20','dd78acae-dced-41fa-90a4-a536c28d6a22'),
(62520,57,11584,NULL,9226,5,'2026-01-20 18:52:20','2026-01-20 18:52:20','911220cd-d3c8-4032-ad44-5955a4ee2a0c'),
(62553,32,11588,NULL,2614,1,'2026-01-20 18:53:19','2026-01-20 18:53:19','25fe4de2-421c-4bf2-a7f9-baa808efe178'),
(62554,32,11588,NULL,2610,2,'2026-01-20 18:53:19','2026-01-20 18:53:19','a252c853-e63e-473c-a137-88d7dd783083'),
(62555,32,11588,NULL,2598,3,'2026-01-20 18:53:19','2026-01-20 18:53:19','5d8684dd-9d6c-4e7c-93ea-82acff5e487e'),
(62556,32,11588,NULL,2608,4,'2026-01-20 18:53:19','2026-01-20 18:53:19','dc924f21-62fe-478e-b3d9-9bfa805b13c7'),
(62557,32,11588,NULL,2600,5,'2026-01-20 18:53:19','2026-01-20 18:53:19','ee8d2b84-02c9-43dd-a114-d93dfea8f533'),
(62558,32,11588,NULL,2596,6,'2026-01-20 18:53:19','2026-01-20 18:53:19','c521c8ed-f527-4703-826f-51bc1db76cf7'),
(62559,32,11588,NULL,2602,7,'2026-01-20 18:53:19','2026-01-20 18:53:19','b46ba14f-7a7f-4b06-9add-8a41d4962b41'),
(62560,32,11588,NULL,2606,8,'2026-01-20 18:53:19','2026-01-20 18:53:19','bacafb69-3cdb-4af3-b79c-42250fe814c3'),
(62561,32,11588,NULL,2612,9,'2026-01-20 18:53:19','2026-01-20 18:53:19','82463a6e-eb15-40fb-ae7a-f533c3a46df9'),
(62562,32,11588,NULL,2604,10,'2026-01-20 18:53:19','2026-01-20 18:53:19','4b189695-7182-47e8-bbda-f487fbdb9d5d'),
(62563,16,11588,NULL,10041,1,'2026-01-20 18:53:19','2026-01-20 18:53:19','32c2ed8c-dd10-4e1c-9001-25d405034711'),
(62564,7,11588,NULL,601,1,'2026-01-20 18:53:19','2026-01-20 18:53:19','6bdcacce-3a18-4430-a1bb-1a144315b42b'),
(62565,7,11588,NULL,617,2,'2026-01-20 18:53:19','2026-01-20 18:53:19','aac30278-4076-483c-8406-d9b3fd6aa36d'),
(62566,7,11588,NULL,9549,3,'2026-01-20 18:53:19','2026-01-20 18:53:19','0830a6d1-cfa0-4d7e-879b-f9846106c373'),
(62567,7,11588,NULL,605,4,'2026-01-20 18:53:19','2026-01-20 18:53:19','c8a14905-d510-46bf-ac74-596f9422ac34'),
(62568,7,11588,NULL,9552,5,'2026-01-20 18:53:19','2026-01-20 18:53:19','54f59a46-c91d-464d-a4e6-8ffed105b2d3'),
(62569,57,11588,NULL,10057,1,'2026-01-20 18:53:19','2026-01-20 18:53:19','29081e60-20b2-45da-897a-bb640f385186'),
(62570,57,11588,NULL,10049,2,'2026-01-20 18:53:19','2026-01-20 18:53:19','77c90c29-bb82-47e4-9b36-bd06080542ca'),
(62571,57,11588,NULL,10044,3,'2026-01-20 18:53:19','2026-01-20 18:53:19','3e1b5ad5-f884-4235-885f-ef339888de79'),
(62572,57,11588,NULL,10045,4,'2026-01-20 18:53:19','2026-01-20 18:53:19','240cb726-22d8-46fa-861e-95bf2659d132'),
(62573,57,11588,NULL,10042,5,'2026-01-20 18:53:19','2026-01-20 18:53:19','633abf56-5c57-49c6-87f4-e0a193dd2790'),
(62574,57,11588,NULL,10043,6,'2026-01-20 18:53:19','2026-01-20 18:53:19','60b665be-e8f1-483a-baef-c2791de84fe9'),
(62575,57,11588,NULL,10046,7,'2026-01-20 18:53:19','2026-01-20 18:53:19','c3b3b22e-ce98-44a0-9963-1ec3e443aaa5'),
(62576,57,11588,NULL,10047,8,'2026-01-20 18:53:19','2026-01-20 18:53:19','8ce5e730-70cc-458c-9c38-4ca2fe6111f2'),
(62577,57,11588,NULL,10048,9,'2026-01-20 18:53:19','2026-01-20 18:53:19','71367175-a80d-4e60-9ae7-f1e9b896811f'),
(62578,57,11588,NULL,10051,10,'2026-01-20 18:53:19','2026-01-20 18:53:19','f236b2a4-dfb5-4630-b64e-8d27f54fa7c5'),
(62579,57,11588,NULL,10052,11,'2026-01-20 18:53:19','2026-01-20 18:53:19','54bed15c-0d0c-451b-8ef8-48a32f0d2046'),
(62580,57,11588,NULL,10053,12,'2026-01-20 18:53:19','2026-01-20 18:53:19','463dfa17-14ca-429a-9646-b271004182a1'),
(62581,57,11588,NULL,10055,13,'2026-01-20 18:53:19','2026-01-20 18:53:19','219b3a54-ee97-44e8-a20d-c28c4145bb8c'),
(62582,57,11588,NULL,10059,14,'2026-01-20 18:53:19','2026-01-20 18:53:19','7a79c8b4-ad00-43d4-9b9c-dce2df3373ba'),
(62583,57,11588,NULL,10060,15,'2026-01-20 18:53:19','2026-01-20 18:53:19','06d11a13-f992-4f4a-bc3a-edb813dee810'),
(62610,32,11591,NULL,2610,1,'2026-01-20 18:54:25','2026-01-20 18:54:25','a3418883-154a-4ffd-a392-10774259e5b0'),
(62611,32,11591,NULL,2598,2,'2026-01-20 18:54:25','2026-01-20 18:54:25','ca6b838e-e8e7-4b04-880b-ca21c3f1ece5'),
(62612,32,11591,NULL,2608,3,'2026-01-20 18:54:25','2026-01-20 18:54:25','6caf7ad6-9682-4afb-be38-d0316a9f12ad'),
(62613,32,11591,NULL,2624,4,'2026-01-20 18:54:25','2026-01-20 18:54:25','91642caa-915e-40ba-a73d-9d106e079d5e'),
(62614,32,11591,NULL,2600,5,'2026-01-20 18:54:25','2026-01-20 18:54:25','0e4cbdab-8d48-4aeb-9691-cfb783bf849f'),
(62615,32,11591,NULL,2596,6,'2026-01-20 18:54:25','2026-01-20 18:54:25','0bd509b5-ee05-4272-9dc4-14e32005dd0a'),
(62616,32,11591,NULL,2602,7,'2026-01-20 18:54:25','2026-01-20 18:54:25','28d7527e-c3ed-4ec3-b12c-fc14c67d2d62'),
(62617,32,11591,NULL,2606,8,'2026-01-20 18:54:25','2026-01-20 18:54:25','8cc3f8e6-368d-4114-b942-816e9bd552ac'),
(62618,32,11591,NULL,2612,9,'2026-01-20 18:54:25','2026-01-20 18:54:25','2b3bd8be-0581-4c06-a368-98f818356866'),
(62619,32,11591,NULL,2604,10,'2026-01-20 18:54:25','2026-01-20 18:54:25','437aa76e-9d22-4c40-9095-da73071bf121'),
(62620,16,11591,NULL,4786,1,'2026-01-20 18:54:25','2026-01-20 18:54:25','4d46338d-48b3-4994-b9b2-f7f6235a8698'),
(62621,7,11591,NULL,6547,1,'2026-01-20 18:54:25','2026-01-20 18:54:25','e552692c-8939-4021-88f8-5447116be23f'),
(62622,7,11591,NULL,601,2,'2026-01-20 18:54:25','2026-01-20 18:54:25','66a96606-6214-42fd-ae6d-fa509e2ef3c7'),
(62623,7,11591,NULL,617,3,'2026-01-20 18:54:25','2026-01-20 18:54:25','3096e788-c41f-4710-88e9-abc79fc0bd30'),
(62624,7,11591,NULL,605,4,'2026-01-20 18:54:25','2026-01-20 18:54:25','ec4310e9-792c-45a9-b1cc-bfc89962cd17'),
(62625,7,11591,NULL,9552,5,'2026-01-20 18:54:25','2026-01-20 18:54:25','24b7f935-10fd-4d63-a373-ed4481e722b3'),
(62626,82,11591,NULL,491,1,'2026-01-20 18:54:25','2026-01-20 18:54:25','fb5c913d-e511-4736-bf67-f5b2cf1a00c7'),
(62627,46,11591,NULL,2891,1,'2026-01-20 18:54:25','2026-01-20 18:54:25','96374c26-7cc0-4e89-9782-29b8bd670342'),
(62628,57,11591,NULL,4808,1,'2026-01-20 18:54:25','2026-01-20 18:54:25','4f6eb56c-c1f6-41ed-b7b8-64a47e6b28ce'),
(62629,57,11591,NULL,4811,2,'2026-01-20 18:54:25','2026-01-20 18:54:25','2bf3e956-312c-4219-86b3-a141ec631cc5'),
(62630,57,11591,NULL,4807,3,'2026-01-20 18:54:25','2026-01-20 18:54:25','9266b925-9691-4066-ac35-0db7dbcea61a'),
(62631,57,11591,NULL,4806,4,'2026-01-20 18:54:25','2026-01-20 18:54:25','9b37c635-d63c-4b3a-b6b7-12f2d95d7a01'),
(62632,57,11591,NULL,4809,5,'2026-01-20 18:54:25','2026-01-20 18:54:25','034a326c-96fe-455c-b601-11dd648242d6'),
(62633,57,11591,NULL,4810,6,'2026-01-20 18:54:25','2026-01-20 18:54:25','0f5df953-a80f-4415-b6d6-c4ccb51c1ff5'),
(62635,32,11592,NULL,2610,1,'2026-01-20 18:56:58','2026-01-20 18:56:58','0cab3ed9-b248-49c8-bd4d-7aa30cdb73e4'),
(62636,32,11592,NULL,2598,2,'2026-01-20 18:56:58','2026-01-20 18:56:58','14d0df6c-6df7-42bf-8286-08fb578dea65'),
(62637,32,11592,NULL,2608,3,'2026-01-20 18:56:58','2026-01-20 18:56:58','22bc04b2-566b-4b2a-b80f-9c87b0d857b0'),
(62638,32,11592,NULL,2600,4,'2026-01-20 18:56:58','2026-01-20 18:56:58','27477461-8b55-4c6d-a2e0-2a704a3d5882'),
(62639,32,11592,NULL,2596,5,'2026-01-20 18:56:58','2026-01-20 18:56:58','58105b43-b7dd-4a9d-b006-3ad276d03fb9'),
(62640,32,11592,NULL,2602,6,'2026-01-20 18:56:58','2026-01-20 18:56:58','5c843ca4-06b0-4401-846f-0c4dbc52a052'),
(62641,32,11592,NULL,2604,7,'2026-01-20 18:56:58','2026-01-20 18:56:58','ba21a8d7-65a0-4881-b314-e649d7a7579b'),
(62642,16,11592,NULL,545,1,'2026-01-20 18:56:58','2026-01-20 18:56:58','3334ca56-1093-416e-ae22-901fdd8ec32d'),
(62643,7,11592,NULL,601,1,'2026-01-20 18:56:58','2026-01-20 18:56:58','1ac96658-7420-44d9-aef7-d0e40e750d3a'),
(62644,7,11592,NULL,617,2,'2026-01-20 18:56:58','2026-01-20 18:56:58','4f5fbcfd-555d-4a35-9c32-9285053aa55e'),
(62645,7,11592,NULL,605,3,'2026-01-20 18:56:58','2026-01-20 18:56:58','d4e9b11d-6a34-474a-89d9-a9d3ac07985c'),
(62646,7,11592,NULL,9552,4,'2026-01-20 18:56:58','2026-01-20 18:56:58','d63fb332-07ca-4bc7-997b-f8e96b18d420'),
(62647,82,11592,NULL,479,1,'2026-01-20 18:56:58','2026-01-20 18:56:58','92c6a703-a322-4e90-91b3-8aea71f76375'),
(62648,82,11592,NULL,491,2,'2026-01-20 18:56:58','2026-01-20 18:56:58','06db907e-4c16-4c5c-98c1-ab8e65205f6e'),
(62649,47,11592,NULL,10507,1,'2026-01-20 18:56:58','2026-01-20 18:56:58','72266e75-4793-444c-aeab-bb4cad57b8c2'),
(62650,57,11592,NULL,545,1,'2026-01-20 18:56:58','2026-01-20 18:56:58','7ba09966-12d1-4d79-a305-6cb5c5d630e0'),
(62651,57,11592,NULL,137,2,'2026-01-20 18:56:58','2026-01-20 18:56:58','c8825969-fbbe-4c7e-bbb2-d063c0ab0d26'),
(62652,57,11592,NULL,138,3,'2026-01-20 18:56:58','2026-01-20 18:56:58','e22e3925-e4e2-4b4f-bf10-b3f61b589da2'),
(62653,57,11592,NULL,136,4,'2026-01-20 18:56:58','2026-01-20 18:56:58','76bd1bc1-a7a4-4350-bad5-03b1b5ca689c'),
(62677,32,11595,NULL,2610,1,'2026-01-20 18:57:18','2026-01-20 18:57:18','b285509b-c1e7-4fa0-ab69-45fca6b3fccf'),
(62678,32,11595,NULL,2598,2,'2026-01-20 18:57:18','2026-01-20 18:57:18','f3d7dbbf-465d-49e1-9f7e-4540a2638b55'),
(62679,32,11595,NULL,2600,3,'2026-01-20 18:57:18','2026-01-20 18:57:18','9e1115cb-5132-468e-aea3-ed6316db97be'),
(62680,32,11595,NULL,2604,4,'2026-01-20 18:57:18','2026-01-20 18:57:18','91268cd8-45ca-4db1-add9-12ed85a8c3e5'),
(62681,32,11595,NULL,2614,5,'2026-01-20 18:57:18','2026-01-20 18:57:18','86edb1da-ed98-4610-931b-56552e32c8e4'),
(62682,32,11595,NULL,2608,6,'2026-01-20 18:57:18','2026-01-20 18:57:18','b49fb5be-6402-43f2-b9b4-bae34662e1f3'),
(62683,32,11595,NULL,2596,7,'2026-01-20 18:57:18','2026-01-20 18:57:18','b50ef1fe-68b5-458f-8489-e8ef4d46489c'),
(62684,32,11595,NULL,2602,8,'2026-01-20 18:57:18','2026-01-20 18:57:18','bce06dad-18bb-4161-a611-704f9caa468f'),
(62685,16,11595,NULL,4017,1,'2026-01-20 18:57:18','2026-01-20 18:57:18','5418c599-d417-42ba-b2c6-0e02c1528396'),
(62686,7,11595,NULL,3468,1,'2026-01-20 18:57:18','2026-01-20 18:57:18','bcee2cb3-f005-477d-a950-5ce658642dbd'),
(62687,7,11595,NULL,2969,2,'2026-01-20 18:57:18','2026-01-20 18:57:18','6e7cc995-5f57-4a00-bd04-7cfa3f2e18ce'),
(62688,7,11595,NULL,617,3,'2026-01-20 18:57:18','2026-01-20 18:57:18','2294e778-cb53-4630-ac62-4ce24d7ebc46'),
(62689,7,11595,NULL,9724,4,'2026-01-20 18:57:18','2026-01-20 18:57:18','8d24ea37-2496-4c9d-bb2c-62aaa55ffdcb'),
(62690,7,11595,NULL,2972,5,'2026-01-20 18:57:18','2026-01-20 18:57:18','dc2df5b3-8fc4-4d8c-b340-b245a830c5ce'),
(62691,7,11595,NULL,605,6,'2026-01-20 18:57:18','2026-01-20 18:57:18','f22455dc-5cff-4822-863d-7094b99179c7'),
(62692,7,11595,NULL,9552,7,'2026-01-20 18:57:18','2026-01-20 18:57:18','7e812868-d011-453a-a598-3cfcd19cdda8'),
(62693,82,11595,NULL,479,1,'2026-01-20 18:57:18','2026-01-20 18:57:18','fbc743d2-2ae1-45cd-9a12-01b3223e8140'),
(62694,57,11595,NULL,8163,1,'2026-01-20 18:57:18','2026-01-20 18:57:18','1ce9af83-13d0-45fe-a0ce-a17c96187c55'),
(62695,57,11595,NULL,8162,2,'2026-01-20 18:57:18','2026-01-20 18:57:18','2bd8d337-8bea-4dc0-95bd-dbc788466768'),
(62696,57,11595,NULL,8164,3,'2026-01-20 18:57:18','2026-01-20 18:57:18','53f16c33-43c9-48a8-b339-84dadb29febf'),
(62697,57,11595,NULL,8165,4,'2026-01-20 18:57:18','2026-01-20 18:57:18','aa5b03fb-0cbb-4c35-9b37-28a3b50441ff'),
(62721,32,11600,NULL,2610,1,'2026-01-20 19:01:22','2026-01-20 19:01:22','3f2ef1b6-8b03-4dd4-a1b1-2589a4656adf'),
(62722,32,11600,NULL,2598,2,'2026-01-20 19:01:22','2026-01-20 19:01:22','d85b2ef2-355e-49bb-83b6-eabd4b743784'),
(62723,32,11600,NULL,2608,3,'2026-01-20 19:01:22','2026-01-20 19:01:22','9497d8b4-6882-4de8-9c04-b4b55d3406c2'),
(62724,32,11600,NULL,2600,4,'2026-01-20 19:01:22','2026-01-20 19:01:22','bda67f1b-0ec1-4474-b075-0ccb48517e79'),
(62725,32,11600,NULL,2596,5,'2026-01-20 19:01:22','2026-01-20 19:01:22','b69ab714-096a-4dcf-aa06-ae6247d48f30'),
(62726,32,11600,NULL,2602,6,'2026-01-20 19:01:22','2026-01-20 19:01:22','913c19bb-2fb6-4cb5-8597-056975003a04'),
(62727,32,11600,NULL,2604,7,'2026-01-20 19:01:22','2026-01-20 19:01:22','7a6db12c-ea7c-4def-9804-f69c1ef9d859'),
(62728,16,11600,NULL,545,1,'2026-01-20 19:01:22','2026-01-20 19:01:22','c66c5b0e-b125-437b-aaca-c0c186ac37b8'),
(62729,7,11600,NULL,601,1,'2026-01-20 19:01:22','2026-01-20 19:01:22','9a15ca11-9994-4bc6-8469-ab2897d1f145'),
(62730,7,11600,NULL,617,2,'2026-01-20 19:01:22','2026-01-20 19:01:22','b9487181-ab05-494b-b70b-9161a4079a2e'),
(62731,7,11600,NULL,605,3,'2026-01-20 19:01:22','2026-01-20 19:01:22','c1e57884-26a1-4719-b55e-6ac358a005e5'),
(62732,7,11600,NULL,9552,4,'2026-01-20 19:01:22','2026-01-20 19:01:22','c6abf145-251a-447f-84c5-8d8535cd641c'),
(62733,82,11600,NULL,479,1,'2026-01-20 19:01:22','2026-01-20 19:01:22','e040927d-a336-4da1-aad8-caf432a1caa7'),
(62734,82,11600,NULL,491,2,'2026-01-20 19:01:22','2026-01-20 19:01:22','0f1fae80-a280-48bc-b866-4002167e5a0b'),
(62735,47,11600,NULL,10507,1,'2026-01-20 19:01:22','2026-01-20 19:01:22','a5067df3-bc58-4ff9-9d3d-f6b98ea7c41c'),
(62736,57,11600,NULL,545,1,'2026-01-20 19:01:22','2026-01-20 19:01:22','85e120e9-ad18-4e19-ad5e-b4c8bca20ec5'),
(62737,57,11600,NULL,137,2,'2026-01-20 19:01:22','2026-01-20 19:01:22','bc9fd52f-a4a6-4586-87bf-edd04247cbf5'),
(62738,57,11600,NULL,138,3,'2026-01-20 19:01:22','2026-01-20 19:01:22','ff713080-d58a-4f32-9f8b-036b12c38107'),
(62739,57,11600,NULL,136,4,'2026-01-20 19:01:22','2026-01-20 19:01:22','07173d99-054e-45c2-adb9-4a31a1538611'),
(62741,22,11601,NULL,11598,1,'2026-01-20 19:01:22','2026-01-20 19:01:22','fc621668-d788-40ec-a743-623aca06d42a'),
(62762,32,11603,NULL,2610,1,'2026-01-20 19:01:31','2026-01-20 19:01:31','08ffc283-f345-4d78-b668-dd32403d4b4b'),
(62763,32,11603,NULL,2598,2,'2026-01-20 19:01:31','2026-01-20 19:01:31','de4c0da5-96ae-4187-9f5f-815550cce526'),
(62764,32,11603,NULL,2608,3,'2026-01-20 19:01:31','2026-01-20 19:01:31','fc5e0ea2-af16-41dc-acbc-5c40a398c070'),
(62765,32,11603,NULL,2600,4,'2026-01-20 19:01:31','2026-01-20 19:01:31','9f657006-44d2-4195-8730-f5d13293339f'),
(62766,32,11603,NULL,2596,5,'2026-01-20 19:01:31','2026-01-20 19:01:31','7146a2e1-4560-4f2c-9f53-b96d1b27acc5'),
(62767,32,11603,NULL,2602,6,'2026-01-20 19:01:31','2026-01-20 19:01:31','4ae3113a-8f19-4845-9bf9-870185a2b8c6'),
(62768,32,11603,NULL,2604,7,'2026-01-20 19:01:31','2026-01-20 19:01:31','8f00a8ba-336f-476e-b7e4-a1c7bf856264'),
(62769,16,11603,NULL,545,1,'2026-01-20 19:01:31','2026-01-20 19:01:31','47952e0c-9056-4cb7-8aa8-df8c9c7f09e5'),
(62770,7,11603,NULL,601,1,'2026-01-20 19:01:31','2026-01-20 19:01:31','26442fda-acaf-4e65-9461-81c5bddf0e9f'),
(62771,7,11603,NULL,617,2,'2026-01-20 19:01:31','2026-01-20 19:01:31','81f1550a-e3c2-461b-bfcc-157210f4b84f'),
(62772,7,11603,NULL,605,3,'2026-01-20 19:01:31','2026-01-20 19:01:31','afc00c1a-9b2d-486e-a3df-c89c222b70f2'),
(62773,7,11603,NULL,9552,4,'2026-01-20 19:01:31','2026-01-20 19:01:31','cc72a219-612c-4e83-a259-d3f733361979'),
(62774,82,11603,NULL,479,1,'2026-01-20 19:01:31','2026-01-20 19:01:31','eaea6dfa-b304-4f29-9c9a-8fc2d15e372b'),
(62775,82,11603,NULL,491,2,'2026-01-20 19:01:31','2026-01-20 19:01:31','69c7b8dc-b6d1-416a-9318-e0f04f92943f'),
(62776,47,11603,NULL,10507,1,'2026-01-20 19:01:31','2026-01-20 19:01:31','7b3951e9-34b2-41fa-b0d3-3c96245ed5b7'),
(62777,57,11603,NULL,545,1,'2026-01-20 19:01:31','2026-01-20 19:01:31','7d8770ea-427a-4869-aed8-19447aede08b'),
(62778,57,11603,NULL,137,2,'2026-01-20 19:01:31','2026-01-20 19:01:31','6402215e-9e8b-44c2-b88d-a6743509006d'),
(62779,57,11603,NULL,138,3,'2026-01-20 19:01:31','2026-01-20 19:01:31','7c9cacc7-06f8-475b-b00f-b9dbde0491ce'),
(62780,57,11603,NULL,136,4,'2026-01-20 19:01:31','2026-01-20 19:01:31','43550fb5-ff66-478d-b263-1e583a9879de'),
(62794,83,11609,NULL,945,1,'2026-01-20 19:06:33','2026-01-20 19:06:33','6b519f73-f1a1-452a-a83d-68535f2305ec'),
(62795,16,11609,NULL,2968,1,'2026-01-20 19:06:33','2026-01-20 19:06:33','2b469bdb-eae7-4a12-b5a4-927c66bb3a6c'),
(62796,7,11609,NULL,605,1,'2026-01-20 19:06:33','2026-01-20 19:06:33','635f7725-bc23-4c17-b8cc-cf975435d75e'),
(62797,7,11609,NULL,617,2,'2026-01-20 19:06:33','2026-01-20 19:06:33','a4fddc16-7c79-40ac-a261-947e0fa6d33c'),
(62798,7,11609,NULL,9552,3,'2026-01-20 19:06:33','2026-01-20 19:06:33','3b043f83-7339-46f2-b24b-c4c7318067a3'),
(62799,57,11609,NULL,3248,1,'2026-01-20 19:06:33','2026-01-20 19:06:33','494de6fb-4f46-415e-83e3-7983ff9ddc42'),
(62800,57,11609,NULL,3246,2,'2026-01-20 19:06:33','2026-01-20 19:06:33','e83bbb77-accd-4aaf-98fe-6af90fbef5a7'),
(62801,57,11609,NULL,3254,3,'2026-01-20 19:06:33','2026-01-20 19:06:33','be8a6388-42cb-4538-9e84-e437e4dff785'),
(62802,57,11609,NULL,3253,4,'2026-01-20 19:06:33','2026-01-20 19:06:33','1c5c0011-9a4f-46f5-b146-64f6dc414041'),
(62803,57,11609,NULL,3251,5,'2026-01-20 19:06:33','2026-01-20 19:06:33','580e3b44-25be-40fd-bc2d-905c7be0c159'),
(62804,57,11609,NULL,3245,6,'2026-01-20 19:06:33','2026-01-20 19:06:33','1833d9fb-bf9c-4025-8f87-9e15e54b6550'),
(62831,32,11612,NULL,2610,1,'2026-01-20 19:06:59','2026-01-20 19:06:59','eeef93f6-6a51-4465-a8ca-1c515a09ecfe'),
(62832,32,11612,NULL,2598,2,'2026-01-20 19:06:59','2026-01-20 19:06:59','4d20146a-cc22-4e60-b0e3-595e796bfc62'),
(62833,32,11612,NULL,2608,3,'2026-01-20 19:06:59','2026-01-20 19:06:59','d274096c-efbb-48d6-aeec-157fac97b282'),
(62834,32,11612,NULL,2600,4,'2026-01-20 19:06:59','2026-01-20 19:06:59','7620042e-67fe-4f65-8ac7-7c496ca72b21'),
(62835,32,11612,NULL,2596,5,'2026-01-20 19:06:59','2026-01-20 19:06:59','33d8128b-cb07-4840-b6f4-aba97a4e6d31'),
(62836,32,11612,NULL,2602,6,'2026-01-20 19:06:59','2026-01-20 19:06:59','878bf59e-3131-4f1b-b0e8-5419e715f684'),
(62837,32,11612,NULL,2604,7,'2026-01-20 19:06:59','2026-01-20 19:06:59','bca3c003-06f2-4858-9a69-1c0c90d7f1fb'),
(62838,83,11612,NULL,951,1,'2026-01-20 19:06:59','2026-01-20 19:06:59','9eb57096-42f1-4985-bad5-d6b8f26603a2'),
(62839,16,11612,NULL,7700,1,'2026-01-20 19:06:59','2026-01-20 19:06:59','33ed38b4-f173-41a5-8b00-2266b7f24aad'),
(62840,7,11612,NULL,2969,1,'2026-01-20 19:06:59','2026-01-20 19:06:59','b19a2012-2811-43f1-9744-40ad25a113f4'),
(62841,7,11612,NULL,2972,2,'2026-01-20 19:06:59','2026-01-20 19:06:59','e449d0e7-9096-491d-a852-d7c0125703c0'),
(62842,7,11612,NULL,2974,3,'2026-01-20 19:06:59','2026-01-20 19:06:59','61e54a55-2f9f-49c0-b223-8130923f3def'),
(62843,7,11612,NULL,617,4,'2026-01-20 19:06:59','2026-01-20 19:06:59','b4938fd7-19cd-4ac5-b5c2-c8495f795b59'),
(62844,7,11612,NULL,605,5,'2026-01-20 19:06:59','2026-01-20 19:06:59','a551461c-fc6f-4eab-bff8-7183803ed77e'),
(62845,7,11612,NULL,9552,6,'2026-01-20 19:06:59','2026-01-20 19:06:59','85805399-ec61-4f9f-a954-c9677c4d1c2b'),
(62846,82,11612,NULL,479,1,'2026-01-20 19:06:59','2026-01-20 19:06:59','71293930-2de2-4e31-a156-0c15efdbb037'),
(62847,82,11612,NULL,491,2,'2026-01-20 19:06:59','2026-01-20 19:06:59','dd97ecfa-7f98-408f-905a-d4186a6b6d05'),
(62848,47,11612,NULL,10517,1,'2026-01-20 19:06:59','2026-01-20 19:06:59','99549ce1-8da8-4f44-86da-586bab81c02d'),
(62849,57,11612,NULL,4842,1,'2026-01-20 19:06:59','2026-01-20 19:06:59','3a462d27-5fa0-45d4-8228-4ef0f7795b05'),
(62850,57,11612,NULL,4841,2,'2026-01-20 19:06:59','2026-01-20 19:06:59','a0792d8d-bc64-4e91-bc75-57651208c02f'),
(62851,57,11612,NULL,4846,3,'2026-01-20 19:06:59','2026-01-20 19:06:59','170ceaa0-b7d5-43ee-a16d-3ee03f3e9bda'),
(62852,57,11612,NULL,4845,4,'2026-01-20 19:06:59','2026-01-20 19:06:59','e6af4caa-2c6f-49b4-8468-8c5c8df682c1'),
(62853,57,11612,NULL,4844,5,'2026-01-20 19:06:59','2026-01-20 19:06:59','2af831db-a8ce-4992-a702-6140aac59586'),
(62854,57,11612,NULL,4843,6,'2026-01-20 19:06:59','2026-01-20 19:06:59','b828c106-e073-40ee-8298-271e6bdb4d42'),
(62881,22,1505,NULL,11615,1,'2026-01-20 19:11:58','2026-01-20 19:11:58','6b10e6cf-e928-41fb-985b-8a2b0dfe3789'),
(62882,32,11617,NULL,2610,1,'2026-01-20 19:11:58','2026-01-20 19:11:58','549fa580-8f42-437c-84d0-ebc6a8387993'),
(62883,32,11617,NULL,2598,2,'2026-01-20 19:11:58','2026-01-20 19:11:58','065591b2-3fc8-4e81-a0c1-27b64ddf6783'),
(62884,32,11617,NULL,2608,3,'2026-01-20 19:11:58','2026-01-20 19:11:58','47edd158-1d6b-41ad-bae3-892cc849532b'),
(62885,32,11617,NULL,2600,4,'2026-01-20 19:11:58','2026-01-20 19:11:58','6a10b93e-7e04-40af-a936-54cb477f80a8'),
(62886,32,11617,NULL,2596,5,'2026-01-20 19:11:58','2026-01-20 19:11:58','9ea27d29-3158-44fd-9dbd-638679813217'),
(62887,32,11617,NULL,2602,6,'2026-01-20 19:11:58','2026-01-20 19:11:58','2449f560-ca8f-402f-aa2c-80b8cd2e8f8e'),
(62888,32,11617,NULL,2604,7,'2026-01-20 19:11:58','2026-01-20 19:11:58','cdc54216-2c9a-4ece-8d29-bdd75b08bf84'),
(62889,16,11617,NULL,7707,1,'2026-01-20 19:11:58','2026-01-20 19:11:58','878cef69-7fa3-4f6c-a142-24ccb2fef24b'),
(62890,7,11617,NULL,2969,1,'2026-01-20 19:11:58','2026-01-20 19:11:58','16eccb3a-d9e0-419f-9620-71e883e838bb'),
(62891,7,11617,NULL,3027,2,'2026-01-20 19:11:58','2026-01-20 19:11:58','eb10f8bf-e714-4d14-b241-a60a66a2404e'),
(62892,7,11617,NULL,9727,3,'2026-01-20 19:11:58','2026-01-20 19:11:58','34a7488f-a6d5-4909-a69e-3e4212a55a82'),
(62893,7,11617,NULL,617,4,'2026-01-20 19:11:58','2026-01-20 19:11:58','163441a0-72ad-422c-8c3a-fdbac81bce0d'),
(62894,7,11617,NULL,605,5,'2026-01-20 19:11:58','2026-01-20 19:11:58','b19ef7d6-927d-48a1-93c3-aac895d435ae'),
(62895,82,11617,NULL,479,1,'2026-01-20 19:11:58','2026-01-20 19:11:58','d59c18de-367d-4fc3-9269-2fcec751c55f'),
(62896,82,11617,NULL,491,2,'2026-01-20 19:11:58','2026-01-20 19:11:58','17b346f0-3b7b-4f0f-9b38-65cfc0ca01bd'),
(62897,46,11617,NULL,7369,1,'2026-01-20 19:11:58','2026-01-20 19:11:58','1086e896-d1d0-4cd7-99df-68d298698d67'),
(62898,47,11617,NULL,10513,1,'2026-01-20 19:11:58','2026-01-20 19:11:58','3ecf44bb-b488-4c00-b2db-2fce1af83fc4'),
(62899,57,11617,NULL,4923,1,'2026-01-20 19:11:58','2026-01-20 19:11:58','6585cfe1-6e4e-4b5b-9ccd-75e7f81a05cd'),
(62900,57,11617,NULL,4920,2,'2026-01-20 19:11:58','2026-01-20 19:11:58','e1a0b6e9-0d1e-4b1a-9fc5-7fb8d888aa8f'),
(62901,57,11617,NULL,4921,3,'2026-01-20 19:11:58','2026-01-20 19:11:58','5377df0c-82e2-43e2-a885-894c075338f3'),
(62902,57,11617,NULL,4922,4,'2026-01-20 19:11:58','2026-01-20 19:11:58','af30ce84-29a1-4236-a5ea-016ff71fe5a1'),
(62903,57,11617,NULL,4924,5,'2026-01-20 19:11:58','2026-01-20 19:11:58','05688d2b-51f0-48d8-87be-6d76ee7c0921'),
(62904,57,11617,NULL,7722,6,'2026-01-20 19:11:58','2026-01-20 19:11:58','ac02403b-810b-412d-a29a-401b5533000f'),
(62906,22,11618,NULL,11615,1,'2026-01-20 19:11:58','2026-01-20 19:11:58','3e53f898-a328-4d24-b77f-2c9a1a1d71e5'),
(62931,32,11620,NULL,2610,1,'2026-01-20 19:12:17','2026-01-20 19:12:17','afefe469-aaa2-4895-8bb5-1c942a51bee7'),
(62932,32,11620,NULL,2598,2,'2026-01-20 19:12:17','2026-01-20 19:12:17','7c8565da-c4cc-4e4b-b89b-4a13ab24dde7'),
(62933,32,11620,NULL,2608,3,'2026-01-20 19:12:17','2026-01-20 19:12:17','5e140fc0-5420-4961-bee4-dced3d2d50dc'),
(62934,32,11620,NULL,2600,4,'2026-01-20 19:12:17','2026-01-20 19:12:17','743356c6-1184-4455-a315-86f1c516e8aa'),
(62935,32,11620,NULL,2596,5,'2026-01-20 19:12:17','2026-01-20 19:12:17','38d17d93-18c6-4738-907e-570ca30f6f4d'),
(62936,32,11620,NULL,2602,6,'2026-01-20 19:12:17','2026-01-20 19:12:17','e53f1a65-d032-43ac-90f3-02494e597d0b'),
(62937,32,11620,NULL,2604,7,'2026-01-20 19:12:17','2026-01-20 19:12:17','20d3e004-26bb-4bd2-b9ea-4eb5d75892d2'),
(62938,16,11620,NULL,7707,1,'2026-01-20 19:12:17','2026-01-20 19:12:17','3b27fd21-46f4-4c21-892d-8efb313cfd44'),
(62939,7,11620,NULL,2969,1,'2026-01-20 19:12:17','2026-01-20 19:12:17','2f139498-3fcd-4949-8f4d-f0aac76219fd'),
(62940,7,11620,NULL,3027,2,'2026-01-20 19:12:17','2026-01-20 19:12:17','bc22a97f-94b5-47ae-bc12-0f35cfea838b'),
(62941,7,11620,NULL,9727,3,'2026-01-20 19:12:17','2026-01-20 19:12:17','1394845e-9a4f-4b4a-9617-413834b91d39'),
(62942,7,11620,NULL,617,4,'2026-01-20 19:12:17','2026-01-20 19:12:17','abc6f2d1-7892-4e04-84f9-429ee771b459'),
(62943,7,11620,NULL,605,5,'2026-01-20 19:12:17','2026-01-20 19:12:17','99c56d7a-46b0-4904-829d-653510e2847e'),
(62944,82,11620,NULL,479,1,'2026-01-20 19:12:17','2026-01-20 19:12:17','d8677e91-1d62-4552-9bd8-013f74f36722'),
(62945,82,11620,NULL,491,2,'2026-01-20 19:12:17','2026-01-20 19:12:17','cfcc1bb4-4c3a-4c19-bfd4-46d883701a72'),
(62946,46,11620,NULL,7369,1,'2026-01-20 19:12:17','2026-01-20 19:12:17','7b346632-01c9-4ab9-8701-af07bbeb5558'),
(62947,47,11620,NULL,10513,1,'2026-01-20 19:12:17','2026-01-20 19:12:17','36e14435-04f7-4b6c-b312-0029a90a8c41'),
(62948,57,11620,NULL,4923,1,'2026-01-20 19:12:17','2026-01-20 19:12:17','1ff1b16b-5c3d-4d16-844c-7a33e36b6c40'),
(62949,57,11620,NULL,4920,2,'2026-01-20 19:12:17','2026-01-20 19:12:17','b5fe06b9-075d-4f8e-9c15-d61c5f1f9734'),
(62950,57,11620,NULL,4921,3,'2026-01-20 19:12:17','2026-01-20 19:12:17','cf25b3d3-cfaa-4e3e-b4db-958ea0c0f59e'),
(62951,57,11620,NULL,4922,4,'2026-01-20 19:12:17','2026-01-20 19:12:17','b88bbdcf-c41c-4d6c-961f-186764092211'),
(62952,57,11620,NULL,4924,5,'2026-01-20 19:12:17','2026-01-20 19:12:17','49381d60-2547-4bac-a276-5225f90843e1'),
(62953,57,11620,NULL,7722,6,'2026-01-20 19:12:17','2026-01-20 19:12:17','786b5eb4-f880-4624-9db1-45a9958a2bb3'),
(62957,32,11623,NULL,2610,1,'2026-01-20 19:14:29','2026-01-20 19:14:29','403709d2-3475-4d2c-b4f5-615d5124948a'),
(62958,32,11623,NULL,2598,2,'2026-01-20 19:14:29','2026-01-20 19:14:29','ce434766-8722-4839-b378-fe176073db12'),
(62959,32,11623,NULL,2624,3,'2026-01-20 19:14:29','2026-01-20 19:14:29','ba99d807-32aa-4d9c-ba87-d4fabec81a21'),
(62960,32,11623,NULL,2600,4,'2026-01-20 19:14:29','2026-01-20 19:14:29','8a06cdf6-b62e-4885-a8d7-808aa44785fe'),
(62961,32,11623,NULL,2596,5,'2026-01-20 19:14:29','2026-01-20 19:14:29','b128b42e-e797-4206-b87d-3579439424a7'),
(62962,32,11623,NULL,2602,6,'2026-01-20 19:14:29','2026-01-20 19:14:29','1d9c260b-afa4-4df9-9240-3473dfb1317f'),
(62963,32,11623,NULL,2606,7,'2026-01-20 19:14:29','2026-01-20 19:14:29','261b7b64-f8eb-4a26-870f-4633fa136ca5'),
(62964,32,11623,NULL,2612,8,'2026-01-20 19:14:29','2026-01-20 19:14:29','aefc16cc-2f1d-4b23-9e1c-423c35ba788c'),
(62965,32,11623,NULL,2604,9,'2026-01-20 19:14:29','2026-01-20 19:14:29','02e76df9-cab0-45be-a566-0eb7544c00e7'),
(62966,32,11623,NULL,2608,10,'2026-01-20 19:14:29','2026-01-20 19:14:29','1b51a8f2-e6fb-473d-a8b5-509a5927fb94'),
(62967,16,11623,NULL,3058,1,'2026-01-20 19:14:29','2026-01-20 19:14:29','3d861cdc-173e-40c8-95d2-624e1ddd9980'),
(62968,7,11623,NULL,2969,1,'2026-01-20 19:14:29','2026-01-20 19:14:29','4bd1d3cb-d328-47bc-b86a-ab8e8aae528a'),
(62969,7,11623,NULL,617,2,'2026-01-20 19:14:29','2026-01-20 19:14:29','38e2f96b-da8b-4154-9059-830885a78400'),
(62970,7,11623,NULL,605,3,'2026-01-20 19:14:29','2026-01-20 19:14:29','660795f7-c9b5-4c52-a485-3ed983196f0b'),
(62971,7,11623,NULL,9552,4,'2026-01-20 19:14:29','2026-01-20 19:14:29','221d043f-71bf-46f9-9506-3fa3f17ae343'),
(62972,82,11623,NULL,491,1,'2026-01-20 19:14:29','2026-01-20 19:14:29','30eb0e70-5b47-4c36-af9b-d23baf1195b2'),
(62973,46,11623,NULL,2891,1,'2026-01-20 19:14:29','2026-01-20 19:14:29','abf937b6-32af-4eb3-a1a0-da067876c329'),
(62974,47,11623,NULL,10523,1,'2026-01-20 19:14:29','2026-01-20 19:14:29','b0eaa890-18a6-4415-ba5c-fee22c3bd056'),
(62975,57,11623,NULL,4927,1,'2026-01-20 19:14:29','2026-01-20 19:14:29','0f33c170-2f72-4b3e-a5d1-10fce849b00a'),
(62976,57,11623,NULL,7772,2,'2026-01-20 19:14:29','2026-01-20 19:14:29','4ab9f78a-3d90-421a-9aa9-b725fa9fb735'),
(62977,57,11623,NULL,4931,3,'2026-01-20 19:14:29','2026-01-20 19:14:29','0f3cfbbe-64ed-4085-b93d-65c789b903b3'),
(62978,57,11623,NULL,4930,4,'2026-01-20 19:14:29','2026-01-20 19:14:29','eb185cc9-cedf-4e83-b106-7d20b6193aec'),
(62979,57,11623,NULL,4932,5,'2026-01-20 19:14:29','2026-01-20 19:14:29','8e5a1dee-375d-4f45-bc0e-148c5fe2ab97'),
(62980,57,11623,NULL,4933,6,'2026-01-20 19:14:29','2026-01-20 19:14:29','0eaa7756-9f1b-4afc-9a55-dad0194a2791'),
(62981,57,11623,NULL,4934,7,'2026-01-20 19:14:29','2026-01-20 19:14:29','83feeddc-d48d-4064-8e60-274b8c2d2cff'),
(62982,57,11623,NULL,4935,8,'2026-01-20 19:14:29','2026-01-20 19:14:29','5c43d504-3c6a-4377-94da-e999d9c8ec64'),
(62983,57,11623,NULL,7739,9,'2026-01-20 19:14:29','2026-01-20 19:14:29','3d6ed4da-1679-4c51-8c15-a4c4a590ce86'),
(62984,57,11623,NULL,7740,10,'2026-01-20 19:14:29','2026-01-20 19:14:29','e7796a2e-b479-43ee-b588-6a98bc6fdb57'),
(62985,57,11623,NULL,7741,11,'2026-01-20 19:14:29','2026-01-20 19:14:29','d14380a8-1272-4053-ad8f-5ca99764000f'),
(62987,22,11624,NULL,11621,1,'2026-01-20 19:14:29','2026-01-20 19:14:29','4fa831dc-d5f4-4eaa-8758-8e0b7e5ac361'),
(63018,32,11627,NULL,2610,1,'2026-01-20 19:14:43','2026-01-20 19:14:43','2b13e139-9ca9-4744-a20d-96e379661ab6'),
(63019,32,11627,NULL,2598,2,'2026-01-20 19:14:43','2026-01-20 19:14:43','fb686a6d-3ee6-400f-8226-48ba32e9cfbf'),
(63020,32,11627,NULL,2624,3,'2026-01-20 19:14:43','2026-01-20 19:14:43','6d7abf35-b6fd-4373-b010-4244fd474071'),
(63021,32,11627,NULL,2600,4,'2026-01-20 19:14:43','2026-01-20 19:14:43','e2532be0-5c65-4d90-8d5b-03fb66ffc11c'),
(63022,32,11627,NULL,2596,5,'2026-01-20 19:14:43','2026-01-20 19:14:43','94c7dccc-9d60-404f-91b4-b6c453faa5eb'),
(63023,32,11627,NULL,2602,6,'2026-01-20 19:14:43','2026-01-20 19:14:43','2087e572-b7b4-4a89-98af-794e99536b0b'),
(63024,32,11627,NULL,2606,7,'2026-01-20 19:14:43','2026-01-20 19:14:43','74e2b293-8eac-491a-9434-94abe129d41c'),
(63025,32,11627,NULL,2612,8,'2026-01-20 19:14:43','2026-01-20 19:14:43','0320448e-7df7-4883-aa68-599a315264ae'),
(63026,32,11627,NULL,2604,9,'2026-01-20 19:14:43','2026-01-20 19:14:43','9f7940f9-ca81-4b51-91d8-6f80d6360626'),
(63027,32,11627,NULL,2608,10,'2026-01-20 19:14:43','2026-01-20 19:14:43','5b14ece7-f858-4bc2-8f22-d0615bdc8623'),
(63028,16,11627,NULL,3058,1,'2026-01-20 19:14:43','2026-01-20 19:14:43','54efb306-0be7-459b-98dc-93b9cf333381'),
(63029,7,11627,NULL,2969,1,'2026-01-20 19:14:43','2026-01-20 19:14:43','d4d96451-d75e-42b6-a722-2b3196522a0e'),
(63030,7,11627,NULL,617,2,'2026-01-20 19:14:43','2026-01-20 19:14:43','34e58882-b530-43f0-bc68-95d6df6d25ce'),
(63031,7,11627,NULL,605,3,'2026-01-20 19:14:43','2026-01-20 19:14:43','92ffb22e-05fa-4c41-8441-61a04e1e51f6'),
(63032,7,11627,NULL,9552,4,'2026-01-20 19:14:43','2026-01-20 19:14:43','6577773d-b866-4eda-aaef-d2ca59ed397e'),
(63033,82,11627,NULL,491,1,'2026-01-20 19:14:43','2026-01-20 19:14:43','5bbac80e-e4f3-44d0-9327-099b3316fae8'),
(63034,46,11627,NULL,2891,1,'2026-01-20 19:14:43','2026-01-20 19:14:43','cc4cb530-281a-47ea-8964-f26b81d2ca37'),
(63035,47,11627,NULL,10523,1,'2026-01-20 19:14:43','2026-01-20 19:14:43','91c06fb0-4918-4b95-b230-4cd340ded91b'),
(63036,57,11627,NULL,4927,1,'2026-01-20 19:14:43','2026-01-20 19:14:43','6e82d6b6-603f-4973-b9f7-56bf19cb6155'),
(63037,57,11627,NULL,7772,2,'2026-01-20 19:14:43','2026-01-20 19:14:43','d8ee5cab-55c3-402c-82a0-1f50a5131ac2'),
(63038,57,11627,NULL,4931,3,'2026-01-20 19:14:43','2026-01-20 19:14:43','bfe56db3-15a1-4760-b245-6e4f8be13d04'),
(63039,57,11627,NULL,4930,4,'2026-01-20 19:14:43','2026-01-20 19:14:43','556de28a-6e43-4ce6-86ae-7f8768174b0e'),
(63040,57,11627,NULL,4932,5,'2026-01-20 19:14:43','2026-01-20 19:14:43','49bbc251-2225-4336-97c5-b85b1fca3a55'),
(63041,57,11627,NULL,4933,6,'2026-01-20 19:14:43','2026-01-20 19:14:43','47f736c3-a213-4ff3-9635-6724d17bb51e'),
(63042,57,11627,NULL,4934,7,'2026-01-20 19:14:43','2026-01-20 19:14:43','f6c54774-095c-4b1f-abf9-1b0f910f0166'),
(63043,57,11627,NULL,4935,8,'2026-01-20 19:14:43','2026-01-20 19:14:43','c5e7776c-64bb-4b37-97bc-8a3d163d188b'),
(63044,57,11627,NULL,7739,9,'2026-01-20 19:14:43','2026-01-20 19:14:43','3fd2238a-825e-464e-8265-ad5384c7647b'),
(63045,57,11627,NULL,7740,10,'2026-01-20 19:14:43','2026-01-20 19:14:43','9671055e-a8c8-480f-8f64-ad14b45b7a33'),
(63046,57,11627,NULL,7741,11,'2026-01-20 19:14:43','2026-01-20 19:14:43','9b1267c0-693c-4a24-a29a-ffe9f9cda000'),
(63075,22,1514,NULL,11632,1,'2026-01-20 19:19:03','2026-01-20 19:19:03','3d9ccc4d-9cf5-4e92-9a38-16ee4f9686b5'),
(63076,32,11634,NULL,2610,1,'2026-01-20 19:19:03','2026-01-20 19:19:03','79999a7b-756d-40ac-a9da-ddccc9921f8d'),
(63077,32,11634,NULL,2598,2,'2026-01-20 19:19:03','2026-01-20 19:19:03','0977f8e9-b539-4074-b487-212187ff1b09'),
(63078,32,11634,NULL,2600,3,'2026-01-20 19:19:03','2026-01-20 19:19:03','3ddec800-c8a5-4b7d-8452-5eafd6b452ff'),
(63079,32,11634,NULL,2596,4,'2026-01-20 19:19:03','2026-01-20 19:19:03','15f120c4-f9cc-4e53-83cf-cd35d52b9021'),
(63080,32,11634,NULL,2602,5,'2026-01-20 19:19:03','2026-01-20 19:19:03','3c317b44-0756-49b8-914a-e612dbe0aecc'),
(63081,32,11634,NULL,2604,6,'2026-01-20 19:19:03','2026-01-20 19:19:03','6701075c-53f1-453f-9465-d2a9494b5ad5'),
(63082,32,11634,NULL,2608,7,'2026-01-20 19:19:03','2026-01-20 19:19:03','4e55f3ff-a589-4566-8abf-24954828b6ad'),
(63083,16,11634,NULL,9354,1,'2026-01-20 19:19:03','2026-01-20 19:19:03','f92ffc28-2e5c-4d2e-ab97-eee21cee3459'),
(63084,7,11634,NULL,6547,1,'2026-01-20 19:19:03','2026-01-20 19:19:03','f2498074-3f00-41d4-ae71-e2c253bad8fd'),
(63085,7,11634,NULL,601,2,'2026-01-20 19:19:03','2026-01-20 19:19:03','6f0a0c79-13a2-42e3-866c-55ad31eb4aa9'),
(63086,7,11634,NULL,3093,3,'2026-01-20 19:19:03','2026-01-20 19:19:03','d4829548-1584-4014-9621-41004ef738cf'),
(63087,7,11634,NULL,617,4,'2026-01-20 19:19:03','2026-01-20 19:19:03','84d6a8f4-2e43-4bc2-a765-f687cfed91f8'),
(63088,7,11634,NULL,605,5,'2026-01-20 19:19:03','2026-01-20 19:19:03','a3d1318e-2d3f-4019-8c7c-c15ca6f1461e'),
(63089,7,11634,NULL,9552,6,'2026-01-20 19:19:03','2026-01-20 19:19:03','56077958-c133-4104-bb99-0cbb47e84a01'),
(63090,82,11634,NULL,479,1,'2026-01-20 19:19:03','2026-01-20 19:19:03','aeacba67-7f6c-492d-8432-30e2eee5fe15'),
(63091,82,11634,NULL,491,2,'2026-01-20 19:19:03','2026-01-20 19:19:03','e72dae17-1312-4c48-b9a7-ea89eb76f5e0'),
(63092,47,11634,NULL,10526,1,'2026-01-20 19:19:03','2026-01-20 19:19:03','4175b84f-496a-4b96-85df-85a551dcb1a6'),
(63093,57,11634,NULL,7778,1,'2026-01-20 19:19:03','2026-01-20 19:19:03','2b3867ab-1627-4887-90fc-5fc36b591f4f'),
(63094,57,11634,NULL,7779,2,'2026-01-20 19:19:03','2026-01-20 19:19:03','7ce4774c-b298-4d2b-b2bb-5b9513e3ccc3'),
(63095,57,11634,NULL,7780,3,'2026-01-20 19:19:03','2026-01-20 19:19:03','94a5b0ee-d55a-4bb8-b1f5-6df382eded16'),
(63096,57,11634,NULL,7781,4,'2026-01-20 19:19:03','2026-01-20 19:19:03','929b8b7f-bd03-479a-8749-58e587cb87ea'),
(63097,57,11634,NULL,7783,5,'2026-01-20 19:19:03','2026-01-20 19:19:03','48f2e29a-5dc5-4a2a-8b4e-4e4ee40fef9d'),
(63098,57,11634,NULL,7784,6,'2026-01-20 19:19:03','2026-01-20 19:19:03','a1a7f4ac-6f99-4043-874b-6bb493eb45d8'),
(63099,57,11634,NULL,7785,7,'2026-01-20 19:19:03','2026-01-20 19:19:03','c5a329a8-2e5b-475b-8613-2679dfe99a54'),
(63101,22,11635,NULL,11632,1,'2026-01-20 19:19:03','2026-01-20 19:19:03','a3e9c7fb-86cf-4066-bc8d-96b73d943c2b'),
(63131,22,1520,NULL,11639,1,'2026-01-20 19:23:56','2026-01-20 19:23:56','b24e26fc-ddf6-4f23-bc90-e28abf33e1de'),
(63132,32,11641,NULL,2614,1,'2026-01-20 19:23:56','2026-01-20 19:23:56','052d8614-627e-4a3b-8bf4-7f726779efa9'),
(63133,32,11641,NULL,2610,2,'2026-01-20 19:23:56','2026-01-20 19:23:56','0a28a502-b842-4e63-b7ea-aa4c3438b700'),
(63134,32,11641,NULL,2598,3,'2026-01-20 19:23:56','2026-01-20 19:23:56','e4ae8bdd-896a-477d-b4d4-8a7efa36b5a8'),
(63135,32,11641,NULL,2608,4,'2026-01-20 19:23:56','2026-01-20 19:23:56','09afe195-95ce-4727-ad9b-1452e9432f5d'),
(63136,32,11641,NULL,2600,5,'2026-01-20 19:23:56','2026-01-20 19:23:56','b221f5e6-e3a8-4c25-8c85-c0dfeb68555d'),
(63137,32,11641,NULL,2596,6,'2026-01-20 19:23:56','2026-01-20 19:23:56','f2e8276e-7f5d-4029-8727-ac317bdcdab9'),
(63138,32,11641,NULL,2602,7,'2026-01-20 19:23:56','2026-01-20 19:23:56','23c5cdc5-2401-49c6-adaa-4eb502c06331'),
(63139,32,11641,NULL,2604,8,'2026-01-20 19:23:56','2026-01-20 19:23:56','05f69e63-afb5-405b-8330-8d7f82924b40'),
(63140,16,11641,NULL,7791,1,'2026-01-20 19:23:56','2026-01-20 19:23:56','1a6ffa24-6996-4434-82e5-66ba0837ef39'),
(63141,7,11641,NULL,601,1,'2026-01-20 19:23:56','2026-01-20 19:23:56','4487f1a3-542d-4192-af12-73845d6dae6a'),
(63142,7,11641,NULL,9735,2,'2026-01-20 19:23:56','2026-01-20 19:23:56','542e3746-5b10-4746-b07d-18a0af4e1523'),
(63143,7,11641,NULL,617,3,'2026-01-20 19:23:56','2026-01-20 19:23:56','02a9c051-587e-450b-993f-fdf7957bd6ad'),
(63144,7,11641,NULL,9640,4,'2026-01-20 19:23:56','2026-01-20 19:23:56','7e889873-859d-4a58-b7ed-bc7003d1ed62'),
(63145,7,11641,NULL,2974,5,'2026-01-20 19:23:56','2026-01-20 19:23:56','aa3dca16-31b1-4fd0-b72e-2a4e2703929a'),
(63146,7,11641,NULL,605,6,'2026-01-20 19:23:56','2026-01-20 19:23:56','ebc48b79-8cd9-4d17-b50f-57f3d6eccb7c'),
(63147,7,11641,NULL,9549,7,'2026-01-20 19:23:56','2026-01-20 19:23:56','794874f0-d34c-4486-98b3-41c13abccd3e'),
(63148,7,11641,NULL,9552,8,'2026-01-20 19:23:56','2026-01-20 19:23:56','6903dc81-cdae-4c15-bf1e-172618a6c93c'),
(63149,82,11641,NULL,479,1,'2026-01-20 19:23:56','2026-01-20 19:23:56','19fc7029-586f-4aab-8996-0af5c9720891'),
(63150,47,11641,NULL,10529,1,'2026-01-20 19:23:56','2026-01-20 19:23:56','6601d50e-0be3-4d4e-9b29-6dfeb7b762f1'),
(63151,57,11641,NULL,7829,1,'2026-01-20 19:23:56','2026-01-20 19:23:56','7d6e6ad1-e54a-44a0-80b1-ea3fc53f99c8'),
(63152,57,11641,NULL,7830,2,'2026-01-20 19:23:56','2026-01-20 19:23:56','509dae66-de20-45b1-a8cc-8fe44c286437'),
(63153,57,11641,NULL,7833,3,'2026-01-20 19:23:56','2026-01-20 19:23:56','09d9092f-cc22-4ba8-9531-5e19788d0028'),
(63154,57,11641,NULL,7831,4,'2026-01-20 19:23:56','2026-01-20 19:23:56','4177d19f-0f8e-422f-8860-cc9a182ad371'),
(63155,57,11641,NULL,7826,5,'2026-01-20 19:23:56','2026-01-20 19:23:56','b0a8ddb6-2e5c-4ba9-b9c8-669a62947f57'),
(63156,57,11641,NULL,7828,6,'2026-01-20 19:23:56','2026-01-20 19:23:56','121d4266-c0d4-4128-a174-827594be0251'),
(63157,57,11641,NULL,7827,7,'2026-01-20 19:23:56','2026-01-20 19:23:56','3786b211-c3ef-4028-8ba3-40c4f078060c'),
(63158,57,11641,NULL,7832,8,'2026-01-20 19:23:56','2026-01-20 19:23:56','143cdcf0-68f0-47ca-94cb-b2571f2f7d66'),
(63160,22,11642,NULL,11639,1,'2026-01-20 19:23:56','2026-01-20 19:23:56','ceee69e3-0b67-4b38-a020-453f16b72382'),
(63191,22,1519,NULL,11648,1,'2026-01-20 19:29:55','2026-01-20 19:29:55','9e02eb0f-4bd8-4bd3-9a94-10a3303edd38'),
(63192,32,11650,NULL,2614,1,'2026-01-20 19:29:55','2026-01-20 19:29:55','0d2d405f-e272-42e3-9ff1-bc8a11f28ba0'),
(63193,32,11650,NULL,2610,2,'2026-01-20 19:29:55','2026-01-20 19:29:55','a556d158-dccb-4c3b-a311-54da10c213a3'),
(63194,32,11650,NULL,2598,3,'2026-01-20 19:29:55','2026-01-20 19:29:55','ebf41a81-c318-4279-aa5d-800e510c308c'),
(63195,32,11650,NULL,2608,4,'2026-01-20 19:29:55','2026-01-20 19:29:55','2d73a2eb-ca51-4a5e-aca3-1b7164bd07a7'),
(63196,32,11650,NULL,2600,5,'2026-01-20 19:29:55','2026-01-20 19:29:55','3f1c7f39-89c5-4eac-9d6b-312dcf1844aa'),
(63197,32,11650,NULL,2596,6,'2026-01-20 19:29:55','2026-01-20 19:29:55','6e9d15a0-66b3-4be8-b4f1-d8cf8abfe6f8'),
(63198,32,11650,NULL,2602,7,'2026-01-20 19:29:55','2026-01-20 19:29:55','f03a5ef1-1f6d-44dd-8100-650767aa162f'),
(63199,32,11650,NULL,2604,8,'2026-01-20 19:29:55','2026-01-20 19:29:55','3cb45ea4-a060-46a9-a4be-2f91e623ae6d'),
(63200,16,11650,NULL,7791,1,'2026-01-20 19:29:55','2026-01-20 19:29:55','753d7e0d-4802-4fb4-a630-79441557b0d5'),
(63201,7,11650,NULL,601,1,'2026-01-20 19:29:55','2026-01-20 19:29:55','4bb99a87-3a84-42da-8914-1188cff92dcd'),
(63202,7,11650,NULL,9735,2,'2026-01-20 19:29:55','2026-01-20 19:29:55','021df98c-1fe0-44bf-b038-30976839d779'),
(63203,7,11650,NULL,617,3,'2026-01-20 19:29:55','2026-01-20 19:29:55','8325df2f-ea10-4c6d-a961-ebdb69b48b40'),
(63204,7,11650,NULL,9640,4,'2026-01-20 19:29:55','2026-01-20 19:29:55','50deb734-d03f-493d-8103-936c1295e4b3'),
(63205,7,11650,NULL,2974,5,'2026-01-20 19:29:55','2026-01-20 19:29:55','baf045e7-82aa-4bd6-a14b-ec2197eedf02'),
(63206,7,11650,NULL,605,6,'2026-01-20 19:29:55','2026-01-20 19:29:55','43a29ae8-25f2-4830-973d-316b07a18606'),
(63207,7,11650,NULL,9549,7,'2026-01-20 19:29:55','2026-01-20 19:29:55','8b859a7a-8b93-47fa-af44-6507ce43f7c8'),
(63208,7,11650,NULL,9552,8,'2026-01-20 19:29:55','2026-01-20 19:29:55','8ea2ef47-8687-4275-b570-05a9fcd8316a'),
(63209,82,11650,NULL,479,1,'2026-01-20 19:29:55','2026-01-20 19:29:55','536cc6ec-f42c-4f52-b860-3ec17720489f'),
(63210,47,11650,NULL,10529,1,'2026-01-20 19:29:55','2026-01-20 19:29:55','353c8cac-1caa-4fcb-93b9-e9232c412f98'),
(63211,57,11650,NULL,7829,1,'2026-01-20 19:29:55','2026-01-20 19:29:55','b1791312-c421-41c2-9011-c4300cccc566'),
(63212,57,11650,NULL,7830,2,'2026-01-20 19:29:55','2026-01-20 19:29:55','e97a228c-ada8-4030-a848-e3defeb47e76'),
(63213,57,11650,NULL,7833,3,'2026-01-20 19:29:55','2026-01-20 19:29:55','d47efbd6-44de-46ea-838f-516e879757ea'),
(63214,57,11650,NULL,7831,4,'2026-01-20 19:29:55','2026-01-20 19:29:55','29c58479-fcea-4d51-a57c-f7d9c29d6508'),
(63215,57,11650,NULL,7826,5,'2026-01-20 19:29:55','2026-01-20 19:29:55','55519488-687e-42cb-b236-4f94bceb4173'),
(63216,57,11650,NULL,7828,6,'2026-01-20 19:29:55','2026-01-20 19:29:55','1fe58ee5-66e5-4d3b-acdd-f23c380d3c85'),
(63217,57,11650,NULL,7827,7,'2026-01-20 19:29:55','2026-01-20 19:29:55','6788023b-bc5b-4935-b93a-5d2c9a9b4c53'),
(63218,57,11650,NULL,7832,8,'2026-01-20 19:29:55','2026-01-20 19:29:55','5a5c226b-cf97-4228-8b72-c924886894c6'),
(63220,22,11651,NULL,11648,1,'2026-01-20 19:29:55','2026-01-20 19:29:55','26376bc3-0f13-42dd-9732-07eee8c33261'),
(63249,32,11653,NULL,2614,1,'2026-01-20 19:30:03','2026-01-20 19:30:03','5648f3ec-3465-4bb8-8232-9d0ffe432a5b'),
(63250,32,11653,NULL,2610,2,'2026-01-20 19:30:03','2026-01-20 19:30:03','6ede6b16-b933-4424-84e4-64b349924621'),
(63251,32,11653,NULL,2598,3,'2026-01-20 19:30:03','2026-01-20 19:30:03','4b1b152c-2249-4541-aa90-f8316fb6d8a9'),
(63252,32,11653,NULL,2608,4,'2026-01-20 19:30:03','2026-01-20 19:30:03','fe902f74-8051-434c-84b1-fa53a6d257d5'),
(63253,32,11653,NULL,2600,5,'2026-01-20 19:30:03','2026-01-20 19:30:03','62d0ea0d-f1ea-4794-8e72-e82d6c24610f'),
(63254,32,11653,NULL,2596,6,'2026-01-20 19:30:03','2026-01-20 19:30:03','9fab0ff6-0ffe-4ba5-8896-8b0d9e372b64'),
(63255,32,11653,NULL,2602,7,'2026-01-20 19:30:03','2026-01-20 19:30:03','bdd6a191-c72a-46fd-a9fb-0800261bc20d'),
(63256,32,11653,NULL,2604,8,'2026-01-20 19:30:03','2026-01-20 19:30:03','f9b334c9-aa74-4833-ae11-243c8219ca41'),
(63257,16,11653,NULL,7791,1,'2026-01-20 19:30:03','2026-01-20 19:30:03','93f6b8cb-d150-48ec-912c-bff283dce37e'),
(63258,7,11653,NULL,601,1,'2026-01-20 19:30:03','2026-01-20 19:30:03','1ede1ebd-7980-46f6-9451-0291458a2731'),
(63259,7,11653,NULL,9735,2,'2026-01-20 19:30:03','2026-01-20 19:30:03','f62b9af8-2552-4664-920d-9d7a132db97e'),
(63260,7,11653,NULL,617,3,'2026-01-20 19:30:03','2026-01-20 19:30:03','56111b63-d00e-4535-a6c4-7c2287fa0fcb'),
(63261,7,11653,NULL,9640,4,'2026-01-20 19:30:03','2026-01-20 19:30:03','618a8b68-9229-4e62-add1-5babb69d8185'),
(63262,7,11653,NULL,2974,5,'2026-01-20 19:30:03','2026-01-20 19:30:03','86f0864a-09b1-4491-b545-b516ecad1357'),
(63263,7,11653,NULL,605,6,'2026-01-20 19:30:03','2026-01-20 19:30:03','8e26c58e-add7-4249-826d-ae78787f0072'),
(63264,7,11653,NULL,9549,7,'2026-01-20 19:30:03','2026-01-20 19:30:03','b858e8ed-43b9-4ce4-b7da-705ef192723d'),
(63265,7,11653,NULL,9552,8,'2026-01-20 19:30:03','2026-01-20 19:30:03','f076e65a-00f7-405f-bc2e-cf466e456037'),
(63266,82,11653,NULL,479,1,'2026-01-20 19:30:03','2026-01-20 19:30:03','38cd9aff-f84a-4fac-b7f8-7c8291fa0e5f'),
(63267,47,11653,NULL,10529,1,'2026-01-20 19:30:03','2026-01-20 19:30:03','9bfe0ace-b8e0-48da-b6c6-a7551dca84d9'),
(63268,57,11653,NULL,7829,1,'2026-01-20 19:30:03','2026-01-20 19:30:03','df467898-0a41-44d0-a105-bf68a895bbb3'),
(63269,57,11653,NULL,7830,2,'2026-01-20 19:30:03','2026-01-20 19:30:03','87ab75c8-9f7d-498a-8c26-eb0ac11e4cb0'),
(63270,57,11653,NULL,7833,3,'2026-01-20 19:30:03','2026-01-20 19:30:03','6212ee4e-c0ef-4726-b5ac-c1058e88b66a'),
(63271,57,11653,NULL,7831,4,'2026-01-20 19:30:03','2026-01-20 19:30:03','e73aab46-b38d-4559-904d-13e93bad2d8e'),
(63272,57,11653,NULL,7826,5,'2026-01-20 19:30:03','2026-01-20 19:30:03','7d3bf8d7-9d44-4258-94df-c398052d8acf'),
(63273,57,11653,NULL,7828,6,'2026-01-20 19:30:03','2026-01-20 19:30:03','da797742-205f-45d1-ada5-e8f954915ebd'),
(63274,57,11653,NULL,7827,7,'2026-01-20 19:30:03','2026-01-20 19:30:03','85687e11-0d9c-42d0-9898-b499a40e6a22'),
(63275,57,11653,NULL,7832,8,'2026-01-20 19:30:03','2026-01-20 19:30:03','22049530-2431-408e-9b96-48cab768513b'),
(63301,22,1525,NULL,11655,1,'2026-01-20 19:33:07','2026-01-20 19:33:07','2c206fda-3cd5-4bc5-a2e0-7d58b4ad0d85'),
(63302,32,11657,NULL,2614,1,'2026-01-20 19:33:07','2026-01-20 19:33:07','ff7ed339-deab-4120-93d0-0e4e26d0a11e'),
(63303,32,11657,NULL,2610,2,'2026-01-20 19:33:07','2026-01-20 19:33:07','306a098a-d3a7-4882-b01d-3fcd85c007b3'),
(63304,32,11657,NULL,2598,3,'2026-01-20 19:33:07','2026-01-20 19:33:07','58932bd5-4da6-48fe-98ed-cee86470aa22'),
(63305,32,11657,NULL,2608,4,'2026-01-20 19:33:07','2026-01-20 19:33:07','5b9bf785-bfaf-4d88-8cd4-344a012e72ac'),
(63306,32,11657,NULL,2600,5,'2026-01-20 19:33:07','2026-01-20 19:33:07','930c7ba9-731b-444c-b41d-882853f1f8ab'),
(63307,32,11657,NULL,2596,6,'2026-01-20 19:33:07','2026-01-20 19:33:07','9923c02a-6cbd-42de-84ce-ff6c93d5773c'),
(63308,32,11657,NULL,2602,7,'2026-01-20 19:33:07','2026-01-20 19:33:07','bcf84b85-4469-4981-85bb-988a0007957f'),
(63309,32,11657,NULL,2604,8,'2026-01-20 19:33:07','2026-01-20 19:33:07','00e7a747-1397-425e-b65c-eb8fd8447956'),
(63310,16,11657,NULL,3158,1,'2026-01-20 19:33:07','2026-01-20 19:33:07','e3127758-3d79-4fe3-b457-564c272ca932'),
(63311,7,11657,NULL,2969,1,'2026-01-20 19:33:07','2026-01-20 19:33:07','7ecef946-4cb6-400b-9c3f-6600e3266c74'),
(63312,7,11657,NULL,2974,2,'2026-01-20 19:33:07','2026-01-20 19:33:07','b8420b3a-602a-45b8-aed7-e9a8e07f4c82'),
(63313,7,11657,NULL,617,3,'2026-01-20 19:33:07','2026-01-20 19:33:07','f594a97d-ce4e-4398-9ed0-59e5daa9048a'),
(63314,7,11657,NULL,605,4,'2026-01-20 19:33:07','2026-01-20 19:33:07','59c22dd5-b145-4a9d-bdee-2640a0a89ca7'),
(63315,7,11657,NULL,9552,5,'2026-01-20 19:33:07','2026-01-20 19:33:07','b996921e-321f-4259-b6cd-5640371554e3'),
(63316,82,11657,NULL,479,1,'2026-01-20 19:33:07','2026-01-20 19:33:07','5f5c65d8-f874-4ad4-b047-48e227a2ec87'),
(63317,47,11657,NULL,10532,1,'2026-01-20 19:33:07','2026-01-20 19:33:07','b25d7c8b-0b9a-4387-99cf-5d25a418d1f9'),
(63318,57,11657,NULL,7838,1,'2026-01-20 19:33:07','2026-01-20 19:33:07','6195c08c-35d7-4ff8-b209-17373eb5df0d'),
(63319,57,11657,NULL,7840,2,'2026-01-20 19:33:07','2026-01-20 19:33:07','1915c269-3a2e-4734-bc38-ccaadb4f4de2'),
(63320,57,11657,NULL,7839,3,'2026-01-20 19:33:07','2026-01-20 19:33:07','d39e05cf-79bb-43fe-b8e5-6b5ea3f3902b'),
(63321,57,11657,NULL,7841,4,'2026-01-20 19:33:07','2026-01-20 19:33:07','61b18c63-674d-4523-8e85-31278ab86fc8'),
(63322,57,11657,NULL,7842,5,'2026-01-20 19:33:07','2026-01-20 19:33:07','3b8a395b-8d54-4a4d-9f8e-eeb1e9cb5a8f'),
(63324,22,11658,NULL,11655,1,'2026-01-20 19:33:07','2026-01-20 19:33:07','369b37dd-753e-463f-aba4-5672dcf2edff'),
(63348,22,1526,NULL,11661,1,'2026-01-20 19:43:14','2026-01-20 19:43:14','0c0783ef-cac2-4f14-9431-645707574431'),
(63349,32,11664,NULL,2614,1,'2026-01-20 19:43:14','2026-01-20 19:43:14','4b076d32-e030-4ad8-b59e-86e115615357'),
(63350,32,11664,NULL,2610,2,'2026-01-20 19:43:14','2026-01-20 19:43:14','cf794509-b84e-4b2c-80cc-cbd9970048d5'),
(63351,32,11664,NULL,2598,3,'2026-01-20 19:43:14','2026-01-20 19:43:14','5088f5e2-8a2b-4119-8969-141f70f7df99'),
(63352,32,11664,NULL,2608,4,'2026-01-20 19:43:14','2026-01-20 19:43:14','34401bcb-cc14-49d2-bab3-3d496a551ea8'),
(63353,32,11664,NULL,2600,5,'2026-01-20 19:43:14','2026-01-20 19:43:14','b1f9624e-016e-41e5-b17f-cb40544788c1'),
(63354,32,11664,NULL,2596,6,'2026-01-20 19:43:14','2026-01-20 19:43:14','28b066fd-536e-4100-9352-cf28677a852f'),
(63355,32,11664,NULL,2602,7,'2026-01-20 19:43:14','2026-01-20 19:43:14','835045b9-b9d4-43fc-9d1a-9d7d87ed7597'),
(63356,32,11664,NULL,2604,8,'2026-01-20 19:43:14','2026-01-20 19:43:14','f06f964b-28c2-4a46-8f15-b93a947a015c'),
(63357,16,11664,NULL,3158,1,'2026-01-20 19:43:14','2026-01-20 19:43:14','fa37cd72-5dbc-4933-be2a-f672f633e8e7'),
(63358,7,11664,NULL,2969,1,'2026-01-20 19:43:14','2026-01-20 19:43:14','a51fbf58-5232-4917-80a0-7773c1e38f7c'),
(63359,7,11664,NULL,2974,2,'2026-01-20 19:43:14','2026-01-20 19:43:14','4ce62338-e77a-4685-8007-3415dded6f9b'),
(63360,7,11664,NULL,617,3,'2026-01-20 19:43:14','2026-01-20 19:43:14','5c999d0f-44cf-402e-aeaf-8705f43d8051'),
(63361,7,11664,NULL,605,4,'2026-01-20 19:43:14','2026-01-20 19:43:14','6cb31303-1faa-4340-af02-b6c1e5f66e96'),
(63362,7,11664,NULL,9552,5,'2026-01-20 19:43:14','2026-01-20 19:43:14','09808a05-4058-4b5c-987a-c6d20f2fbb95'),
(63363,82,11664,NULL,479,1,'2026-01-20 19:43:14','2026-01-20 19:43:14','d5027612-c6aa-42b1-adb1-02c524e66418'),
(63364,47,11664,NULL,10532,1,'2026-01-20 19:43:14','2026-01-20 19:43:14','b881b7e4-c126-4dd8-85f4-523eddaa4158'),
(63365,57,11664,NULL,7838,1,'2026-01-20 19:43:14','2026-01-20 19:43:14','08cfe6eb-0d44-48be-bb09-d5cac519a6c5'),
(63366,57,11664,NULL,7840,2,'2026-01-20 19:43:14','2026-01-20 19:43:14','642efaf4-f777-440a-b94d-b4dd657ed946'),
(63367,57,11664,NULL,7839,3,'2026-01-20 19:43:14','2026-01-20 19:43:14','6ac61bca-43e1-4355-8be3-a1e7c0fd5a96'),
(63368,57,11664,NULL,7841,4,'2026-01-20 19:43:14','2026-01-20 19:43:14','0ddf7523-aa43-4b0b-87ff-aadc6fccb6f9'),
(63369,57,11664,NULL,7842,5,'2026-01-20 19:43:14','2026-01-20 19:43:14','658ac9fa-0b0a-4759-9e52-8121f9397edc'),
(63371,22,11665,NULL,11661,1,'2026-01-20 19:43:14','2026-01-20 19:43:14','c734db41-105a-4f2e-add5-1b93fe0e4701'),
(63394,32,11667,NULL,2614,1,'2026-01-20 19:43:41','2026-01-20 19:43:41','c88a2cf6-6c10-45c2-ac65-8bf47e1d6ca7'),
(63395,32,11667,NULL,2610,2,'2026-01-20 19:43:41','2026-01-20 19:43:41','6d5b939e-e76c-4454-9d8c-3595cb62b2f3'),
(63396,32,11667,NULL,2598,3,'2026-01-20 19:43:41','2026-01-20 19:43:41','13d468ed-442b-4af9-8b9c-f2ff8e01db58'),
(63397,32,11667,NULL,2608,4,'2026-01-20 19:43:41','2026-01-20 19:43:41','3408f816-2ab9-43e5-937a-3afc9ef6d119'),
(63398,32,11667,NULL,2600,5,'2026-01-20 19:43:41','2026-01-20 19:43:41','1b4de047-fd03-4686-8fa9-8ba672bb761b'),
(63399,32,11667,NULL,2596,6,'2026-01-20 19:43:41','2026-01-20 19:43:41','63f0fc9d-fd51-46d8-8cf7-34935758bd1b'),
(63400,32,11667,NULL,2602,7,'2026-01-20 19:43:41','2026-01-20 19:43:41','3411f4fa-20bf-478c-847c-4be7506a0d0a'),
(63401,32,11667,NULL,2604,8,'2026-01-20 19:43:41','2026-01-20 19:43:41','3f9c1d13-63e5-48cf-b0da-974eaa6118e6'),
(63402,16,11667,NULL,3158,1,'2026-01-20 19:43:41','2026-01-20 19:43:41','14871066-cb2f-42d7-8f28-95933dbf5ae0'),
(63403,7,11667,NULL,2969,1,'2026-01-20 19:43:41','2026-01-20 19:43:41','11e2f534-adaa-43a3-a1d9-3ae1e7ebf722'),
(63404,7,11667,NULL,2974,2,'2026-01-20 19:43:41','2026-01-20 19:43:41','496e3a1a-64d4-48c3-a3db-8159cc096256'),
(63405,7,11667,NULL,617,3,'2026-01-20 19:43:41','2026-01-20 19:43:41','71aeeab0-0ba9-4c76-8ef6-e7524a608799'),
(63406,7,11667,NULL,605,4,'2026-01-20 19:43:41','2026-01-20 19:43:41','38b1477f-90ba-4b19-8e2b-1979f7f26178'),
(63407,7,11667,NULL,9552,5,'2026-01-20 19:43:41','2026-01-20 19:43:41','1b69fe92-c3c6-42c6-bf6f-3a877bf2ec91'),
(63408,82,11667,NULL,479,1,'2026-01-20 19:43:41','2026-01-20 19:43:41','1f5000fe-c795-4ea0-adbc-262800afede8'),
(63409,47,11667,NULL,10532,1,'2026-01-20 19:43:41','2026-01-20 19:43:41','50d0aa51-7c8f-416a-b45e-7f5244903d09'),
(63410,57,11667,NULL,7838,1,'2026-01-20 19:43:41','2026-01-20 19:43:41','ce6b5c61-6e93-4b44-9604-83947d1b6593'),
(63411,57,11667,NULL,7840,2,'2026-01-20 19:43:41','2026-01-20 19:43:41','7e7ab4f8-ef1e-48a7-abba-eb9d51f65ffb'),
(63412,57,11667,NULL,7839,3,'2026-01-20 19:43:41','2026-01-20 19:43:41','d8e76a20-674c-4291-9059-a98513115be4'),
(63413,57,11667,NULL,7841,4,'2026-01-20 19:43:41','2026-01-20 19:43:41','89eba3ec-7ff2-4b5e-bcd7-18218f954bbb'),
(63414,57,11667,NULL,7842,5,'2026-01-20 19:43:41','2026-01-20 19:43:41','fcc13a11-3826-49bd-b34d-98bb03035f57'),
(63436,32,11669,NULL,2610,1,'2026-01-20 19:44:31','2026-01-20 19:44:31','c2642b03-900e-47a1-b14b-587919edd57d'),
(63437,32,11669,NULL,2598,2,'2026-01-20 19:44:31','2026-01-20 19:44:31','3d4d3986-b9fe-4c84-af25-97a3c8eb5a04'),
(63438,32,11669,NULL,2600,3,'2026-01-20 19:44:31','2026-01-20 19:44:31','34a4fd5b-2ac1-497b-bb7e-19831ce6798d'),
(63439,32,11669,NULL,2596,4,'2026-01-20 19:44:31','2026-01-20 19:44:31','566ae764-95b8-4743-80e3-f8129e40a1e7'),
(63440,32,11669,NULL,2602,5,'2026-01-20 19:44:31','2026-01-20 19:44:31','8ce2ec6a-59e8-45aa-ad9f-30233c80734c'),
(63441,32,11669,NULL,2604,6,'2026-01-20 19:44:31','2026-01-20 19:44:31','5eacabae-6351-474b-a3e2-11eb2c5906a1'),
(63442,32,11669,NULL,2608,7,'2026-01-20 19:44:31','2026-01-20 19:44:31','f122a73d-a832-462d-aabe-21a94096e769'),
(63443,16,11669,NULL,7850,1,'2026-01-20 19:44:31','2026-01-20 19:44:31','cec8f1be-99e8-435b-91ed-36e7e16acafd'),
(63444,7,11669,NULL,601,1,'2026-01-20 19:44:31','2026-01-20 19:44:31','e56af884-e734-439b-90fe-52e8d85f9f17'),
(63445,7,11669,NULL,617,2,'2026-01-20 19:44:31','2026-01-20 19:44:31','72e55591-e1ba-404d-a90a-7b6c8b003abd'),
(63446,7,11669,NULL,605,3,'2026-01-20 19:44:31','2026-01-20 19:44:31','571c082e-78ef-47c3-9b0c-41d1e286c721'),
(63447,7,11669,NULL,9552,4,'2026-01-20 19:44:31','2026-01-20 19:44:31','86a7b6dd-5ed2-4196-95a8-f31892790cba'),
(63448,82,11669,NULL,479,1,'2026-01-20 19:44:31','2026-01-20 19:44:31','258b4acb-3562-4dcc-a1e5-cee74fe39f16'),
(63449,82,11669,NULL,491,2,'2026-01-20 19:44:31','2026-01-20 19:44:31','1cecb5e6-39d8-40ec-8680-bcca81a2a3c1'),
(63450,47,11669,NULL,10535,1,'2026-01-20 19:44:31','2026-01-20 19:44:31','335b85d2-4e66-4b8e-b646-a87816b4c03c'),
(63451,57,11669,NULL,7851,1,'2026-01-20 19:44:31','2026-01-20 19:44:31','6d9f0619-ed92-4869-98f5-7ef8108d30ce'),
(63452,57,11669,NULL,7853,2,'2026-01-20 19:44:31','2026-01-20 19:44:31','b62fe351-1c97-4e87-8e20-7fb7a4337853'),
(63453,57,11669,NULL,7852,3,'2026-01-20 19:44:31','2026-01-20 19:44:31','a0e61292-d922-4f45-94a6-309613fec872'),
(63454,57,11669,NULL,3377,4,'2026-01-20 19:44:31','2026-01-20 19:44:31','6737c12b-ca56-481d-8d02-a57abed164da'),
(63481,32,11671,NULL,2614,1,'2026-01-20 19:52:41','2026-01-20 19:52:41','5ef468c1-33df-4a3d-8dcc-3eac7f00d84f'),
(63482,32,11671,NULL,2610,2,'2026-01-20 19:52:41','2026-01-20 19:52:41','67d988cf-6eae-40f3-b4f7-6e81c4db5d8a'),
(63483,32,11671,NULL,2598,3,'2026-01-20 19:52:41','2026-01-20 19:52:41','ba2917d5-f83d-46b5-ad10-562203b422fb'),
(63484,32,11671,NULL,2600,4,'2026-01-20 19:52:41','2026-01-20 19:52:41','57dd2e8d-9840-473a-96af-f50795a3d59a'),
(63485,32,11671,NULL,2596,5,'2026-01-20 19:52:41','2026-01-20 19:52:41','4122aa0b-84d7-45f7-bbe8-ba386de678b0'),
(63486,32,11671,NULL,2602,6,'2026-01-20 19:52:41','2026-01-20 19:52:41','0389b9f4-4eaa-42ef-b30e-a3a30e4adc65'),
(63487,32,11671,NULL,2606,7,'2026-01-20 19:52:41','2026-01-20 19:52:41','82e64f99-245d-41fb-b15e-21844783ffaa'),
(63488,32,11671,NULL,2604,8,'2026-01-20 19:52:41','2026-01-20 19:52:41','6982ac16-b263-4561-a726-2eaa01ab00d6'),
(63489,32,11671,NULL,2608,9,'2026-01-20 19:52:41','2026-01-20 19:52:41','8c5a6abe-ecb5-4f97-99de-d61804c0ea78'),
(63490,16,11671,NULL,3425,1,'2026-01-20 19:52:41','2026-01-20 19:52:41','0854f4f3-cdeb-46af-85bc-b68495327d34'),
(63491,7,11671,NULL,601,1,'2026-01-20 19:52:41','2026-01-20 19:52:41','e154e1db-5cfc-424b-9680-f1e75bb178b3'),
(63492,7,11671,NULL,617,2,'2026-01-20 19:52:41','2026-01-20 19:52:41','ecf7e77d-591f-4418-b667-3ced8a1f52e4'),
(63493,7,11671,NULL,605,3,'2026-01-20 19:52:41','2026-01-20 19:52:41','1638b1ed-d05b-4f93-b03a-58256f50b8e4'),
(63494,7,11671,NULL,9552,4,'2026-01-20 19:52:41','2026-01-20 19:52:41','e361afa7-4e05-4c75-9827-6590eb2cc868'),
(63495,82,11671,NULL,491,1,'2026-01-20 19:52:41','2026-01-20 19:52:41','adc78fc8-1054-48a7-8307-5c8a89f38dd3'),
(63496,46,11671,NULL,7381,1,'2026-01-20 19:52:41','2026-01-20 19:52:41','6f15c7d9-b3cc-4730-b8d4-9ef4a4227fd2'),
(63497,47,11671,NULL,10538,1,'2026-01-20 19:52:41','2026-01-20 19:52:41','38d46b16-2913-4f94-a5c4-2e62062ec035'),
(63498,57,11671,NULL,7862,1,'2026-01-20 19:52:41','2026-01-20 19:52:41','25aba81a-529f-412f-ad7f-a639de5e66ae'),
(63499,57,11671,NULL,7858,2,'2026-01-20 19:52:41','2026-01-20 19:52:41','59bdfa9f-fbfc-4c06-9699-37435c491478'),
(63500,57,11671,NULL,7864,3,'2026-01-20 19:52:41','2026-01-20 19:52:41','9e53c65f-244e-4ba9-a28e-e9a0e1eabeed'),
(63501,57,11671,NULL,7859,4,'2026-01-20 19:52:41','2026-01-20 19:52:41','b2e36a6b-1c08-47a9-a3cc-310b13f96f9b'),
(63502,57,11671,NULL,7861,5,'2026-01-20 19:52:41','2026-01-20 19:52:41','be93634a-7398-408f-9068-5c3c433b4af0'),
(63503,57,11671,NULL,7863,6,'2026-01-20 19:52:41','2026-01-20 19:52:41','3c1bfc9a-4804-48a5-bce9-5877ec378461'),
(63504,57,11671,NULL,7860,7,'2026-01-20 19:52:41','2026-01-20 19:52:41','93a33bd1-23ac-4006-9d78-99c44b946acf'),
(63537,22,11676,NULL,11674,1,'2026-01-20 19:55:43','2026-01-20 19:55:43','fbef2047-7f47-4d82-a3f6-076b9d46b8ec'),
(63538,32,11677,NULL,2610,1,'2026-01-20 19:55:43','2026-01-20 19:55:43','e3e7aeda-4d39-47a2-8ed5-260cdffb81c3'),
(63539,32,11677,NULL,2598,2,'2026-01-20 19:55:43','2026-01-20 19:55:43','7379ce3d-d458-4014-8b63-2295eb412a96'),
(63540,32,11677,NULL,2600,3,'2026-01-20 19:55:43','2026-01-20 19:55:43','e2c833d3-62b7-41a3-8e53-6ff1b9c5aeb4'),
(63541,32,11677,NULL,2596,4,'2026-01-20 19:55:43','2026-01-20 19:55:43','6efe5736-9ef9-4844-95ec-9b97c42a2fc1'),
(63542,32,11677,NULL,2602,5,'2026-01-20 19:55:43','2026-01-20 19:55:43','541393f9-54b9-43ac-b4f2-6487f3af082d'),
(63543,32,11677,NULL,2604,6,'2026-01-20 19:55:43','2026-01-20 19:55:43','d385a61e-fc2e-48b1-84f4-bf84d7b73a99'),
(63544,32,11677,NULL,2608,7,'2026-01-20 19:55:43','2026-01-20 19:55:43','ee53075c-49ad-4ff2-8216-d3f17f82795e'),
(63545,16,11677,NULL,7871,1,'2026-01-20 19:55:43','2026-01-20 19:55:43','3409a53a-577b-4b56-b7f0-f92e28d8e720'),
(63546,7,11677,NULL,6547,1,'2026-01-20 19:55:43','2026-01-20 19:55:43','2c3c96de-4fbd-4e3a-a5d4-4a8329334592'),
(63547,7,11677,NULL,601,2,'2026-01-20 19:55:43','2026-01-20 19:55:43','17380c85-b5b4-42b8-9412-7832ce9dd446'),
(63548,7,11677,NULL,617,3,'2026-01-20 19:55:43','2026-01-20 19:55:43','21eb0d45-c0c0-4a50-b1a4-be9ccac584bc'),
(63549,7,11677,NULL,9724,4,'2026-01-20 19:55:43','2026-01-20 19:55:43','ff45ac15-4bab-42e0-b6f4-0f67b590089d'),
(63550,7,11677,NULL,2974,5,'2026-01-20 19:55:43','2026-01-20 19:55:43','d5c51d24-d530-4a20-95f6-f701a2cd3a6b'),
(63551,7,11677,NULL,9640,6,'2026-01-20 19:55:43','2026-01-20 19:55:43','d718743b-12b8-404c-8bd7-d45c4c99291e'),
(63552,7,11677,NULL,605,7,'2026-01-20 19:55:43','2026-01-20 19:55:43','42f29e01-0aea-4759-bc86-bd971bfe0d0e'),
(63553,7,11677,NULL,9552,8,'2026-01-20 19:55:43','2026-01-20 19:55:43','09a7fa40-9361-47d1-ad4a-8586f55a2f24'),
(63554,82,11677,NULL,479,1,'2026-01-20 19:55:43','2026-01-20 19:55:43','e2590e1b-f1c8-4518-b719-ac84f7cb481f'),
(63555,82,11677,NULL,491,2,'2026-01-20 19:55:43','2026-01-20 19:55:43','7c63af76-3e15-4250-9c9a-80d80bc1b0ad'),
(63556,46,11677,NULL,7369,1,'2026-01-20 19:55:43','2026-01-20 19:55:43','7a8f4222-1626-4ee8-836c-a61e52cf6ebe'),
(63557,47,11677,NULL,10543,1,'2026-01-20 19:55:43','2026-01-20 19:55:43','396094cd-5ebb-411b-a136-25d95d99f6b1'),
(63558,57,11677,NULL,7870,1,'2026-01-20 19:55:43','2026-01-20 19:55:43','06908f05-a598-40be-9835-22b91c56bc97'),
(63559,57,11677,NULL,7869,2,'2026-01-20 19:55:43','2026-01-20 19:55:43','125da69d-f1fc-42d9-9e5d-d4ea7064016d'),
(63560,57,11677,NULL,7868,3,'2026-01-20 19:55:43','2026-01-20 19:55:43','9ee7a1dc-68a2-42d3-8c43-d0cdae7ee7c4'),
(63561,57,11677,NULL,7874,4,'2026-01-20 19:55:43','2026-01-20 19:55:43','f91812eb-3cd6-41b8-8151-107b53bb5fd2'),
(63562,57,11677,NULL,7873,5,'2026-01-20 19:55:43','2026-01-20 19:55:43','5612fc0a-0bac-4530-a636-dc70648dc6bf'),
(63563,57,11677,NULL,3467,6,'2026-01-20 19:55:43','2026-01-20 19:55:43','72808ba1-05e1-4890-90e6-42e9eb39593f'),
(63564,57,11677,NULL,7872,7,'2026-01-20 19:55:43','2026-01-20 19:55:43','03608371-fdcd-4aac-af3f-cbfa902f1eb9'),
(63565,22,11678,NULL,11674,1,'2026-01-20 19:55:43','2026-01-20 19:55:43','a6467b3f-241c-43e1-9f7b-c91e7f30953b'),
(63593,32,11680,NULL,2610,1,'2026-01-20 19:55:55','2026-01-20 19:55:55','fa0011f9-d767-4043-bc87-d7125c978364'),
(63594,32,11680,NULL,2598,2,'2026-01-20 19:55:55','2026-01-20 19:55:55','e8aaf867-2432-4ccb-b1f8-949c7f0b3602'),
(63595,32,11680,NULL,2600,3,'2026-01-20 19:55:55','2026-01-20 19:55:55','d5c5916d-fc7b-4257-9053-fbd90ab7cac9'),
(63596,32,11680,NULL,2596,4,'2026-01-20 19:55:55','2026-01-20 19:55:55','6d9eac2f-d1d5-4a9a-8b56-f743ef741423'),
(63597,32,11680,NULL,2602,5,'2026-01-20 19:55:55','2026-01-20 19:55:55','7849669a-37dc-44bb-83ac-dd4c7b1af227'),
(63598,32,11680,NULL,2604,6,'2026-01-20 19:55:55','2026-01-20 19:55:55','f699c5a4-2bb6-44dc-afab-ea27aa5694b7'),
(63599,32,11680,NULL,2608,7,'2026-01-20 19:55:55','2026-01-20 19:55:55','dc66b429-7524-4b2d-a857-285d0af21f75'),
(63600,16,11680,NULL,7871,1,'2026-01-20 19:55:55','2026-01-20 19:55:55','d3220a7c-e8fd-4e1f-ad13-d52b2fc12582'),
(63601,7,11680,NULL,6547,1,'2026-01-20 19:55:55','2026-01-20 19:55:55','4a6bbb89-9d30-40d9-a860-5bb7d22b1da9'),
(63602,7,11680,NULL,601,2,'2026-01-20 19:55:55','2026-01-20 19:55:55','a56ebdfd-355d-4dff-9236-4b4ba8cc7848'),
(63603,7,11680,NULL,617,3,'2026-01-20 19:55:55','2026-01-20 19:55:55','f2912a4e-6caf-40bb-9166-e35e704863af'),
(63604,7,11680,NULL,9724,4,'2026-01-20 19:55:55','2026-01-20 19:55:55','8b07fc4f-b569-42b3-bfd3-1ecb71ea9ee2'),
(63605,7,11680,NULL,2974,5,'2026-01-20 19:55:55','2026-01-20 19:55:55','574c3c51-a2c6-4232-b5f0-d895aab565c9'),
(63606,7,11680,NULL,9640,6,'2026-01-20 19:55:55','2026-01-20 19:55:55','0f232779-5c62-466a-81c4-2eb242bb8ebb'),
(63607,7,11680,NULL,605,7,'2026-01-20 19:55:55','2026-01-20 19:55:55','e4521751-037b-44fa-9ec0-14927e01b351'),
(63608,7,11680,NULL,9552,8,'2026-01-20 19:55:55','2026-01-20 19:55:55','118600c7-76b5-40be-bb6b-140c965f1dae'),
(63609,82,11680,NULL,479,1,'2026-01-20 19:55:55','2026-01-20 19:55:55','cfad147c-891c-4d53-a251-b44adccf5fd6'),
(63610,82,11680,NULL,491,2,'2026-01-20 19:55:55','2026-01-20 19:55:55','9dbcd6ce-f671-49cb-8d4c-742e4f066656'),
(63611,46,11680,NULL,7369,1,'2026-01-20 19:55:55','2026-01-20 19:55:55','16b33532-aa23-4675-91ef-76a1cca1351a'),
(63612,47,11680,NULL,10543,1,'2026-01-20 19:55:55','2026-01-20 19:55:55','e33c452a-9fe9-46db-a532-48fb2568700e'),
(63613,57,11680,NULL,7870,1,'2026-01-20 19:55:55','2026-01-20 19:55:55','f0112270-4de8-47fc-88a4-87fed00a4152'),
(63614,57,11680,NULL,7869,2,'2026-01-20 19:55:55','2026-01-20 19:55:55','97e26642-94ad-4c57-b66b-7fd2fdfaf0e2'),
(63615,57,11680,NULL,7868,3,'2026-01-20 19:55:55','2026-01-20 19:55:55','7960311a-396e-4ae6-9c1e-28d0ceb037cc'),
(63616,57,11680,NULL,7874,4,'2026-01-20 19:55:55','2026-01-20 19:55:55','38111584-58f1-4b37-b147-bf45d26ae091'),
(63617,57,11680,NULL,7873,5,'2026-01-20 19:55:55','2026-01-20 19:55:55','7fa4cdf0-fbc0-4bb1-96bd-b9fba6754c1e'),
(63618,57,11680,NULL,3467,6,'2026-01-20 19:55:55','2026-01-20 19:55:55','4e3b8745-c214-4016-aab4-f1b26d2bdd9e'),
(63619,57,11680,NULL,7872,7,'2026-01-20 19:55:55','2026-01-20 19:55:55','e20b381e-34d7-41a4-bdec-20584a98c1a2'),
(63643,32,11682,NULL,2610,1,'2026-01-20 19:57:02','2026-01-20 19:57:02','aef25b2f-d188-4fd7-bfd2-8fa5dc8c5dc3'),
(63644,32,11682,NULL,2598,2,'2026-01-20 19:57:02','2026-01-20 19:57:02','6f7eebeb-00fc-41d0-a768-3911fc41951a'),
(63645,32,11682,NULL,2608,3,'2026-01-20 19:57:02','2026-01-20 19:57:02','e041307d-6125-4351-8306-867eed961a2f'),
(63646,32,11682,NULL,2600,4,'2026-01-20 19:57:02','2026-01-20 19:57:02','744547c3-b37e-4b53-9544-a030c81a5a5b'),
(63647,32,11682,NULL,2596,5,'2026-01-20 19:57:02','2026-01-20 19:57:02','f61fd3e6-f8a2-45b7-962a-c9e45f8c1c3e'),
(63648,32,11682,NULL,2602,6,'2026-01-20 19:57:02','2026-01-20 19:57:02','9b64eb59-cd87-4dc3-b4a7-3b0d12c60090'),
(63649,32,11682,NULL,2612,7,'2026-01-20 19:57:02','2026-01-20 19:57:02','3d6e330a-ca60-444a-b3f9-a7ec70792224'),
(63650,32,11682,NULL,2604,8,'2026-01-20 19:57:02','2026-01-20 19:57:02','2064bac4-73dd-4a8d-a9c5-6027021498d7'),
(63651,16,11682,NULL,7881,1,'2026-01-20 19:57:02','2026-01-20 19:57:02','f71466f3-4d6a-42ea-8951-80269888d476'),
(63652,7,11682,NULL,601,1,'2026-01-20 19:57:02','2026-01-20 19:57:02','1d212c02-b02f-4be9-a602-7e4fdbb4f1a0'),
(63653,7,11682,NULL,605,2,'2026-01-20 19:57:02','2026-01-20 19:57:02','c137545d-a9d2-407e-8e6b-c1568ac5561d'),
(63654,7,11682,NULL,617,3,'2026-01-20 19:57:02','2026-01-20 19:57:02','7f31be5b-88fb-4cda-9548-be839102015e'),
(63655,7,11682,NULL,2974,4,'2026-01-20 19:57:02','2026-01-20 19:57:02','ba2374a0-e380-4b2a-a958-8ec4195b5a7e'),
(63656,7,11682,NULL,9552,5,'2026-01-20 19:57:02','2026-01-20 19:57:02','2bdb32ac-a5a6-4dbb-9377-8953dadbbc06'),
(63657,82,11682,NULL,479,1,'2026-01-20 19:57:02','2026-01-20 19:57:02','751aaab5-7cac-4358-8610-b5f5ab0ee1a2'),
(63658,82,11682,NULL,491,2,'2026-01-20 19:57:02','2026-01-20 19:57:02','8a0312ca-4f4d-4dc0-a671-2c352c32e378'),
(63659,47,11682,NULL,10546,1,'2026-01-20 19:57:02','2026-01-20 19:57:02','3363c02a-aa8a-4a15-8240-04865d588a8f'),
(63660,57,11682,NULL,7883,1,'2026-01-20 19:57:02','2026-01-20 19:57:02','3fc1ffb0-eb95-4912-a93d-edcdb60be3d3'),
(63661,57,11682,NULL,7886,2,'2026-01-20 19:57:02','2026-01-20 19:57:02','e6bc1d90-a68e-40b7-9f61-aa379df847ba'),
(63662,57,11682,NULL,7885,3,'2026-01-20 19:57:02','2026-01-20 19:57:02','ffa6e2ed-2fa6-4ca5-ac05-c860a6c7d4e5'),
(63663,57,11682,NULL,7882,4,'2026-01-20 19:57:02','2026-01-20 19:57:02','e664d99c-11de-4dbc-8a20-5daf19c514f4'),
(63664,57,11682,NULL,7884,5,'2026-01-20 19:57:02','2026-01-20 19:57:02','ad341407-2c81-46cc-95d3-2c9dfcf7a370'),
(63690,32,11686,NULL,2610,1,'2026-01-20 20:00:32','2026-01-20 20:00:32','fdaf5507-1cfd-47a4-8eb7-8b107e3dd381'),
(63691,32,11686,NULL,2598,2,'2026-01-20 20:00:32','2026-01-20 20:00:32','b56e8e1f-022a-4875-b42f-6fff07636920'),
(63692,32,11686,NULL,2608,3,'2026-01-20 20:00:32','2026-01-20 20:00:32','0c8213a8-f8f3-47f8-8c7f-85ae1d0264bc'),
(63693,32,11686,NULL,2600,4,'2026-01-20 20:00:32','2026-01-20 20:00:32','9816532c-acec-437c-985e-73ed14c3c3e8'),
(63694,32,11686,NULL,2596,5,'2026-01-20 20:00:32','2026-01-20 20:00:32','64d69294-54d0-49ce-9d47-5833b3a6d6a1'),
(63695,32,11686,NULL,2602,6,'2026-01-20 20:00:32','2026-01-20 20:00:32','1d446016-b35b-4c8d-8c95-5ed34e897ad3'),
(63696,32,11686,NULL,2604,7,'2026-01-20 20:00:32','2026-01-20 20:00:32','9312ed2b-c58c-44c9-9c12-7acb90d07019'),
(63697,16,11686,NULL,7891,1,'2026-01-20 20:00:32','2026-01-20 20:00:32','ed55f883-c01f-4df7-a98e-f7668c048900'),
(63698,7,11686,NULL,601,1,'2026-01-20 20:00:32','2026-01-20 20:00:32','f80b85c9-8943-4648-8fb7-eb2b26314df1'),
(63699,7,11686,NULL,2974,2,'2026-01-20 20:00:32','2026-01-20 20:00:32','76efaabc-df26-470f-a464-58d0a298193d'),
(63700,7,11686,NULL,617,3,'2026-01-20 20:00:32','2026-01-20 20:00:32','bfd60ae9-701f-4986-b078-18a5f641585a'),
(63701,7,11686,NULL,9732,4,'2026-01-20 20:00:32','2026-01-20 20:00:32','32d9b745-d57c-4a08-b158-dbdda28e5070'),
(63702,7,11686,NULL,605,5,'2026-01-20 20:00:32','2026-01-20 20:00:32','948b3800-e22c-4e33-9a60-7bad518b9b64'),
(63703,7,11686,NULL,9552,6,'2026-01-20 20:00:32','2026-01-20 20:00:32','9d6f674f-2342-402f-9c90-4d4247cc8ad2'),
(63704,82,11686,NULL,479,1,'2026-01-20 20:00:32','2026-01-20 20:00:32','df917556-8ebc-47d2-b8e2-b1e7d0091216'),
(63705,82,11686,NULL,491,2,'2026-01-20 20:00:32','2026-01-20 20:00:32','bffb4c51-7713-4536-a9b5-7ed5f4e0161a'),
(63706,47,11686,NULL,10549,1,'2026-01-20 20:00:32','2026-01-20 20:00:32','86dde220-abe9-478a-938d-388f5ac20fa9'),
(63707,57,11686,NULL,7893,1,'2026-01-20 20:00:32','2026-01-20 20:00:32','03c09a0e-970e-4c61-ac41-470d134bbc63'),
(63708,57,11686,NULL,7892,2,'2026-01-20 20:00:32','2026-01-20 20:00:32','d4f3aa23-0a13-44eb-ac06-04010e152317'),
(63709,57,11686,NULL,7894,3,'2026-01-20 20:00:32','2026-01-20 20:00:32','daa1b4bb-b290-4859-8a3b-50001810015a'),
(63710,57,11686,NULL,7901,4,'2026-01-20 20:00:32','2026-01-20 20:00:32','b6451b11-770f-4c1f-9b3e-78895bf08088'),
(63735,32,11689,NULL,2610,1,'2026-01-20 20:00:47','2026-01-20 20:00:47','0fbfaaa9-052a-445f-a636-0fa13a61bf4b'),
(63736,32,11689,NULL,2598,2,'2026-01-20 20:00:47','2026-01-20 20:00:47','78acf20e-864a-4bd4-8412-1cf2af5a8b3d'),
(63737,32,11689,NULL,2608,3,'2026-01-20 20:00:47','2026-01-20 20:00:47','e941b89f-2107-4351-b9ce-becd6c17c5fb'),
(63738,32,11689,NULL,2600,4,'2026-01-20 20:00:47','2026-01-20 20:00:47','207c9745-e1d9-41a0-8e57-4f91fa1a3d84'),
(63739,32,11689,NULL,2596,5,'2026-01-20 20:00:47','2026-01-20 20:00:47','f452a331-6e6e-4da4-ab76-2d16aed5a583'),
(63740,32,11689,NULL,2602,6,'2026-01-20 20:00:47','2026-01-20 20:00:47','ab68845a-8b37-42b2-814f-9fc6916807ae'),
(63741,32,11689,NULL,2604,7,'2026-01-20 20:00:47','2026-01-20 20:00:47','27cefe00-abcb-474c-9584-2322fcf3ca2b'),
(63742,16,11689,NULL,7891,1,'2026-01-20 20:00:47','2026-01-20 20:00:47','383972ea-b584-4c34-9668-d2e5da48cacc'),
(63743,7,11689,NULL,601,1,'2026-01-20 20:00:47','2026-01-20 20:00:47','f1874eb4-956d-477a-abca-f98b70cc08cd'),
(63744,7,11689,NULL,2974,2,'2026-01-20 20:00:47','2026-01-20 20:00:47','cc300ffb-535e-4652-aec0-220bba963a1b'),
(63745,7,11689,NULL,617,3,'2026-01-20 20:00:47','2026-01-20 20:00:47','33fc96f8-8a73-436d-ab83-6773286646ab'),
(63746,7,11689,NULL,9732,4,'2026-01-20 20:00:47','2026-01-20 20:00:47','0be0b0e3-8850-4406-af51-c4c1ac6137f4'),
(63747,7,11689,NULL,605,5,'2026-01-20 20:00:47','2026-01-20 20:00:47','bd8bfe73-e2d2-4676-a31f-b8eaa2139e53'),
(63748,7,11689,NULL,9552,6,'2026-01-20 20:00:47','2026-01-20 20:00:47','0eb1b93b-d632-4d32-9c01-16efe74039f3'),
(63749,82,11689,NULL,479,1,'2026-01-20 20:00:47','2026-01-20 20:00:47','74326a02-a041-4548-9b9f-ab66e18ac24d'),
(63750,82,11689,NULL,491,2,'2026-01-20 20:00:47','2026-01-20 20:00:47','c40d07ce-919c-44e5-b42e-0a5a08b20aba'),
(63751,47,11689,NULL,10549,1,'2026-01-20 20:00:47','2026-01-20 20:00:47','ee5a2125-e093-4b99-85dc-45791c489327'),
(63752,57,11689,NULL,7893,1,'2026-01-20 20:00:47','2026-01-20 20:00:47','68b2779f-96d8-40a9-ae0b-5585c371ae9f'),
(63753,57,11689,NULL,7892,2,'2026-01-20 20:00:47','2026-01-20 20:00:47','0d18c637-94b0-4aa8-a6f1-ab7f939e8947'),
(63754,57,11689,NULL,7894,3,'2026-01-20 20:00:47','2026-01-20 20:00:47','fcb408ea-8efa-4155-924f-f9b0319cde25'),
(63755,57,11689,NULL,7901,4,'2026-01-20 20:00:47','2026-01-20 20:00:47','820aafe2-937c-494b-8e97-783648a62c1e'),
(63757,32,11690,NULL,2614,1,'2026-01-20 20:02:11','2026-01-20 20:02:11','2d4b933b-2d75-49d7-8cd3-0146899d22b5'),
(63758,32,11690,NULL,2610,2,'2026-01-20 20:02:11','2026-01-20 20:02:11','730b73c7-5d28-4308-84cd-aca8a3331070'),
(63759,32,11690,NULL,2598,3,'2026-01-20 20:02:11','2026-01-20 20:02:11','962877da-367f-418e-a475-6e4dc4865279'),
(63760,32,11690,NULL,2600,4,'2026-01-20 20:02:11','2026-01-20 20:02:11','f77ef61d-804f-4b4f-bffd-29083519d482'),
(63761,32,11690,NULL,2596,5,'2026-01-20 20:02:11','2026-01-20 20:02:11','b482457d-25e0-4c3d-a3dd-95dcd3b7f1ec'),
(63762,32,11690,NULL,2602,6,'2026-01-20 20:02:11','2026-01-20 20:02:11','a2b0aa00-ae6d-4697-a199-2e66e3c1a460'),
(63763,32,11690,NULL,2604,7,'2026-01-20 20:02:11','2026-01-20 20:02:11','fecff810-0a94-4cbf-a631-9d6234069537'),
(63764,32,11690,NULL,2608,8,'2026-01-20 20:02:11','2026-01-20 20:02:11','4d8da58d-c4ed-4ca3-9ef3-a115bd970442'),
(63765,16,11690,NULL,3564,1,'2026-01-20 20:02:11','2026-01-20 20:02:11','f8c0012f-cd19-45c5-b7af-a87eb9257f63'),
(63766,7,11690,NULL,601,1,'2026-01-20 20:02:11','2026-01-20 20:02:11','1282aa4b-01fe-4c6e-810b-05031e4d5803'),
(63767,7,11690,NULL,617,2,'2026-01-20 20:02:11','2026-01-20 20:02:11','b66f491b-42a6-4244-a96b-eb1a21314761'),
(63768,7,11690,NULL,605,3,'2026-01-20 20:02:11','2026-01-20 20:02:11','73294c34-eda9-45b2-942f-43d3120fc90a'),
(63769,7,11690,NULL,9552,4,'2026-01-20 20:02:11','2026-01-20 20:02:11','eb1db5a2-d889-47a3-a1e6-804f5f061b7b'),
(63770,82,11690,NULL,479,1,'2026-01-20 20:02:11','2026-01-20 20:02:11','e275f90b-ca4d-48e0-8e29-7b69783afdfd'),
(63771,47,11690,NULL,10553,1,'2026-01-20 20:02:11','2026-01-20 20:02:11','677ce007-2809-492b-86a6-065028b74250'),
(63772,57,11690,NULL,7908,1,'2026-01-20 20:02:11','2026-01-20 20:02:11','7e2e69d2-532e-4fb0-b674-2d6f69942897'),
(63773,57,11690,NULL,7910,2,'2026-01-20 20:02:11','2026-01-20 20:02:11','7ba62120-7281-428c-aa7e-dfb259d75abf'),
(63774,57,11690,NULL,7911,3,'2026-01-20 20:02:11','2026-01-20 20:02:11','5b611c9d-a3a6-4819-98c3-a544365ce9f2'),
(63775,57,11690,NULL,7909,4,'2026-01-20 20:02:11','2026-01-20 20:02:11','67cfc178-3847-4fa0-a675-1b8059a4ea72'),
(63804,32,11693,NULL,2610,1,'2026-01-20 20:04:51','2026-01-20 20:04:51','45a57654-0146-4016-a568-118213c53430'),
(63805,32,11693,NULL,2598,2,'2026-01-20 20:04:51','2026-01-20 20:04:51','ee295ae4-836c-4b60-8f0b-82c1c7cecf3d'),
(63806,32,11693,NULL,2600,3,'2026-01-20 20:04:51','2026-01-20 20:04:51','dcf27612-80cf-4425-96fb-8934a433e6c0'),
(63807,32,11693,NULL,2596,4,'2026-01-20 20:04:51','2026-01-20 20:04:51','a3d96837-9d80-4aa3-a67b-464498e01fad'),
(63808,32,11693,NULL,2602,5,'2026-01-20 20:04:51','2026-01-20 20:04:51','07f002f0-cefa-4858-9388-0c17da7cff81'),
(63809,32,11693,NULL,2604,6,'2026-01-20 20:04:51','2026-01-20 20:04:51','c4c9dae7-fddd-47ec-84db-c264567c6fdf'),
(63810,32,11693,NULL,2608,7,'2026-01-20 20:04:51','2026-01-20 20:04:51','c0cb35fa-4c57-4e7a-b038-618081d00d68'),
(63811,16,11693,NULL,5253,1,'2026-01-20 20:04:51','2026-01-20 20:04:51','2440e31e-727b-47be-bde4-6f2d333b8657'),
(63812,7,11693,NULL,601,1,'2026-01-20 20:04:51','2026-01-20 20:04:51','a4c849ac-75f7-475a-91c8-00ea0b741244'),
(63813,7,11693,NULL,617,2,'2026-01-20 20:04:51','2026-01-20 20:04:51','e81adee6-854a-4248-81ad-56bdf6cecb3c'),
(63814,7,11693,NULL,9727,3,'2026-01-20 20:04:51','2026-01-20 20:04:51','79cecae0-8fd2-41eb-a022-335eff030cdc'),
(63815,7,11693,NULL,9552,4,'2026-01-20 20:04:51','2026-01-20 20:04:51','fa632f7a-2494-40bb-af12-b9e8c5cc20a8'),
(63816,7,11693,NULL,605,5,'2026-01-20 20:04:51','2026-01-20 20:04:51','66fc3d6c-fbd9-45f2-9f53-4958e1b25732'),
(63817,82,11693,NULL,479,1,'2026-01-20 20:04:51','2026-01-20 20:04:51','231a280d-4fe0-4170-85c1-97e9555c1f48'),
(63818,82,11693,NULL,491,2,'2026-01-20 20:04:51','2026-01-20 20:04:51','5388f4cc-6a8b-48ec-bac1-b1ecddaa8fd4'),
(63819,46,11693,NULL,7379,1,'2026-01-20 20:04:51','2026-01-20 20:04:51','2d353a8d-5795-4a0a-878f-aa4c27f0448e'),
(63820,47,11693,NULL,10557,1,'2026-01-20 20:04:51','2026-01-20 20:04:51','9daf964b-4929-49c6-8bfa-4dfcd265ce30'),
(63821,57,11693,NULL,7926,1,'2026-01-20 20:04:51','2026-01-20 20:04:51','81d6c63b-e568-46ee-98be-b436b93c287b'),
(63822,57,11693,NULL,7928,2,'2026-01-20 20:04:51','2026-01-20 20:04:51','cfa23b3f-8666-4e8c-8d1a-52af20764be9'),
(63823,57,11693,NULL,7927,3,'2026-01-20 20:04:51','2026-01-20 20:04:51','aebfa707-30ca-4def-b69a-1dd44bc099a3'),
(63824,57,11693,NULL,7924,4,'2026-01-20 20:04:51','2026-01-20 20:04:51','419e34c1-d30f-4599-bd7f-41898bdc5c05'),
(63825,57,11693,NULL,7925,5,'2026-01-20 20:04:51','2026-01-20 20:04:51','20351f0f-ca11-4b30-a537-c303ed1fde34'),
(63826,57,11693,NULL,7923,6,'2026-01-20 20:04:51','2026-01-20 20:04:51','d9a8f043-d1a9-423b-be77-3e63e0a6d6cf'),
(63827,57,11693,NULL,7920,7,'2026-01-20 20:04:51','2026-01-20 20:04:51','260149d6-8f46-4484-9972-e915c5f0a0b8'),
(63828,57,11693,NULL,7922,8,'2026-01-20 20:04:51','2026-01-20 20:04:51','b36c2685-08a8-438e-b8ed-2d6a933cb08d'),
(63829,57,11693,NULL,7921,9,'2026-01-20 20:04:51','2026-01-20 20:04:51','0c13af92-436e-48bf-ab16-9c5096410826'),
(63831,16,11696,NULL,7937,1,'2026-01-20 20:06:14','2026-01-20 20:06:14','21cc75d7-f7df-4b7d-aaeb-c2ebf5028f7e'),
(63832,7,11696,NULL,617,1,'2026-01-20 20:06:14','2026-01-20 20:06:14','92976d89-699d-4a70-bd42-34b1ab65fd05'),
(63833,7,11696,NULL,605,2,'2026-01-20 20:06:14','2026-01-20 20:06:14','1427070b-032c-4d82-ab4f-3367525c1c49'),
(63834,7,11696,NULL,9552,3,'2026-01-20 20:06:14','2026-01-20 20:06:14','3e6447ef-447a-4cdb-a82f-31bbf80a0442'),
(63835,57,11696,NULL,7939,1,'2026-01-20 20:06:14','2026-01-20 20:06:14','afeb8f2e-43a9-43e5-9905-03e51bc82de3'),
(63836,57,11696,NULL,7941,2,'2026-01-20 20:06:14','2026-01-20 20:06:14','02e0e457-fab4-4350-895b-aed47fe848fd'),
(63837,57,11696,NULL,7940,3,'2026-01-20 20:06:14','2026-01-20 20:06:14','dcc7ee8e-c1c3-489b-9fe7-fca75ed47a16'),
(63838,57,11696,NULL,7938,4,'2026-01-20 20:06:14','2026-01-20 20:06:14','2ac3b4c1-01d1-4ea6-bd81-3f2eb23b598e'),
(63865,32,11699,NULL,2614,1,'2026-01-20 20:06:47','2026-01-20 20:06:47','c2f01ab4-c0dd-4d34-a596-6ef61b349a7c'),
(63866,32,11699,NULL,2610,2,'2026-01-20 20:06:47','2026-01-20 20:06:47','838cdfe2-2b90-409d-96ec-a5b21ad6ce6c'),
(63867,32,11699,NULL,2598,3,'2026-01-20 20:06:47','2026-01-20 20:06:47','e3bf1f26-e3ea-4e8a-a7e4-054626cba04e'),
(63868,32,11699,NULL,2600,4,'2026-01-20 20:06:47','2026-01-20 20:06:47','9b86122c-e1b3-4b46-bdeb-8ed58a8ecc08'),
(63869,32,11699,NULL,2596,5,'2026-01-20 20:06:47','2026-01-20 20:06:47','6d3195d5-f331-4bc0-a327-5eaa473551a3'),
(63870,32,11699,NULL,2602,6,'2026-01-20 20:06:47','2026-01-20 20:06:47','b3ae8a90-cc29-4a97-ac3b-73485bf162f3'),
(63871,32,11699,NULL,2612,7,'2026-01-20 20:06:47','2026-01-20 20:06:47','94730175-dd0a-40be-aa93-f8e3c4c21d0d'),
(63872,32,11699,NULL,2604,8,'2026-01-20 20:06:47','2026-01-20 20:06:47','6790cce0-85e4-40aa-9958-5b13eb9f7a97'),
(63873,32,11699,NULL,2608,9,'2026-01-20 20:06:47','2026-01-20 20:06:47','9001c568-116b-4555-a759-1c13f91cdfb6'),
(63874,16,11699,NULL,3623,1,'2026-01-20 20:06:47','2026-01-20 20:06:47','78ec6db4-1eb3-47f9-a02e-bc23cc6d003f'),
(63875,7,11699,NULL,601,1,'2026-01-20 20:06:47','2026-01-20 20:06:47','1f22eb1d-a802-4b7f-a7af-23c36e992f14'),
(63876,7,11699,NULL,617,2,'2026-01-20 20:06:47','2026-01-20 20:06:47','f342da00-745b-48e8-9148-0d17d44e0823'),
(63877,7,11699,NULL,605,3,'2026-01-20 20:06:47','2026-01-20 20:06:47','635734ab-db53-46ed-9037-4dfc2bc66f1e'),
(63878,7,11699,NULL,9552,4,'2026-01-20 20:06:47','2026-01-20 20:06:47','902fdfd2-ced0-40c3-82ba-499e7c280e95'),
(63879,82,11699,NULL,479,1,'2026-01-20 20:06:47','2026-01-20 20:06:47','0dbb4a41-ec53-447f-bd24-7d57dbb737a0'),
(63880,47,11699,NULL,10560,1,'2026-01-20 20:06:47','2026-01-20 20:06:47','1e3c62fc-29ee-4639-947a-69ed41ef3ae0'),
(63881,57,11699,NULL,7950,1,'2026-01-20 20:06:47','2026-01-20 20:06:47','bccdb48e-dd5d-4ce1-9803-214a87e287e3'),
(63882,57,11699,NULL,7952,2,'2026-01-20 20:06:47','2026-01-20 20:06:47','772c0b88-8044-48ea-84d2-e2de9da3e20c'),
(63883,57,11699,NULL,7956,3,'2026-01-20 20:06:47','2026-01-20 20:06:47','33c8e938-f9d0-4969-be49-68061376ed82'),
(63884,57,11699,NULL,7955,4,'2026-01-20 20:06:47','2026-01-20 20:06:47','eeeb58ed-837d-44de-a241-265e3e7288dd'),
(63885,57,11699,NULL,7951,5,'2026-01-20 20:06:47','2026-01-20 20:06:47','7976eda2-a03b-4e29-8d56-cbb9cacd1290'),
(63886,57,11699,NULL,7954,6,'2026-01-20 20:06:47','2026-01-20 20:06:47','7828680b-8464-40cb-a350-7a3396048780'),
(63887,57,11699,NULL,7953,7,'2026-01-20 20:06:47','2026-01-20 20:06:47','88c7e95b-e1a1-4f67-915d-8cd9bdd7f1fd'),
(63888,57,11699,NULL,7957,8,'2026-01-20 20:06:47','2026-01-20 20:06:47','4457ed8b-512b-46e3-8f5f-c7eeabed6327'),
(63925,22,9400,NULL,11701,1,'2026-01-20 20:12:12','2026-01-20 20:12:12','75bf1c88-1030-4925-90ce-2b9df1c66c3e'),
(63926,32,11703,NULL,2610,1,'2026-01-20 20:12:12','2026-01-20 20:12:12','5d86e390-0b39-4a12-8dd2-95fb956d9a29'),
(63927,32,11703,NULL,2598,2,'2026-01-20 20:12:12','2026-01-20 20:12:12','0abeb9c3-879a-4275-a25d-e719c49d1e87'),
(63928,32,11703,NULL,2608,3,'2026-01-20 20:12:12','2026-01-20 20:12:12','6e364525-189a-499e-8a07-c692e6349d2c'),
(63929,32,11703,NULL,2600,4,'2026-01-20 20:12:12','2026-01-20 20:12:12','c82416a0-2419-4433-8403-a1c36c3f5b86'),
(63930,32,11703,NULL,2596,5,'2026-01-20 20:12:12','2026-01-20 20:12:12','95abb288-00c0-4e21-9884-cad4d3457a3b'),
(63931,32,11703,NULL,2602,6,'2026-01-20 20:12:12','2026-01-20 20:12:12','e466eb8c-c93e-4474-8908-3b0f85892dc6'),
(63932,32,11703,NULL,2604,7,'2026-01-20 20:12:12','2026-01-20 20:12:12','abe8231a-9892-4158-a1a3-2fedc6e45e8f'),
(63933,16,11703,NULL,10219,1,'2026-01-20 20:12:12','2026-01-20 20:12:12','d32acee9-8579-4b31-9e14-a4037825b503'),
(63934,7,11703,NULL,601,1,'2026-01-20 20:12:12','2026-01-20 20:12:12','c0c4781e-7f7e-4ee2-9ad1-ef3a31462881'),
(63935,7,11703,NULL,2974,2,'2026-01-20 20:12:12','2026-01-20 20:12:12','50e659f3-00fd-466b-8654-f153c8f23312'),
(63936,7,11703,NULL,617,3,'2026-01-20 20:12:12','2026-01-20 20:12:12','6774a4e5-cb6c-4b82-be31-71010444be3c'),
(63937,7,11703,NULL,9732,4,'2026-01-20 20:12:12','2026-01-20 20:12:12','1d52694f-5d55-4926-b2aa-3775b9ad04c9'),
(63938,7,11703,NULL,9735,5,'2026-01-20 20:12:12','2026-01-20 20:12:12','13730176-7a02-4594-a53b-408b937cc5ba'),
(63939,7,11703,NULL,9552,6,'2026-01-20 20:12:12','2026-01-20 20:12:12','fdd7294f-0058-411c-b687-986f17f97d7c'),
(63940,7,11703,NULL,605,7,'2026-01-20 20:12:12','2026-01-20 20:12:12','0e8f2e16-cca2-4ee0-8702-68cd6b79709b'),
(63941,82,11703,NULL,479,1,'2026-01-20 20:12:12','2026-01-20 20:12:12','f0d32809-2275-4c81-a8ef-f299235498bd'),
(63942,82,11703,NULL,491,2,'2026-01-20 20:12:12','2026-01-20 20:12:12','a2f800fb-8cd7-46b5-9e0b-7721f94fa82b'),
(63943,47,11703,NULL,10563,1,'2026-01-20 20:12:12','2026-01-20 20:12:12','73f70ae8-f53a-4738-b873-c3671d07d343'),
(63944,57,11703,NULL,10220,1,'2026-01-20 20:12:12','2026-01-20 20:12:12','56a004d7-c564-49c1-9f6a-7e5ab43c8ec4'),
(63945,57,11703,NULL,10224,2,'2026-01-20 20:12:12','2026-01-20 20:12:12','4faba97b-1e94-4e13-914a-5d44e9b18ec9'),
(63946,57,11703,NULL,10221,3,'2026-01-20 20:12:12','2026-01-20 20:12:12','02b1ce75-b95a-4c54-ba32-390cf1f34091'),
(63947,57,11703,NULL,10222,4,'2026-01-20 20:12:12','2026-01-20 20:12:12','66d7df54-4821-4919-b2d8-8ce46af013a4'),
(63948,57,11703,NULL,10225,5,'2026-01-20 20:12:12','2026-01-20 20:12:12','251c9a47-38d4-4729-a2d3-0bf16e22ac57'),
(63949,57,11703,NULL,10226,6,'2026-01-20 20:12:12','2026-01-20 20:12:12','de5fc699-bc3c-47cd-8d01-b6036ac7f300'),
(63950,57,11703,NULL,10228,7,'2026-01-20 20:12:12','2026-01-20 20:12:12','d660f90e-f548-4d4b-a80b-62e8464c0625'),
(63951,57,11703,NULL,10229,8,'2026-01-20 20:12:12','2026-01-20 20:12:12','8a59e188-07c5-4b6d-a41b-3f6bf483e41f'),
(63952,57,11703,NULL,10232,9,'2026-01-20 20:12:12','2026-01-20 20:12:12','bc42f662-32d0-46c9-b1be-ce8862cd6ec3'),
(63953,57,11703,NULL,10233,10,'2026-01-20 20:12:12','2026-01-20 20:12:12','eaabd99b-cefe-494d-bcb4-66b8b7e21223'),
(63954,57,11703,NULL,10234,11,'2026-01-20 20:12:12','2026-01-20 20:12:12','64abece4-52fb-49c6-822f-747b8d95e8aa'),
(63955,57,11703,NULL,10236,12,'2026-01-20 20:12:12','2026-01-20 20:12:12','8289f3cf-e291-4e1c-8f75-5ac23300bc62'),
(63956,57,11703,NULL,10237,13,'2026-01-20 20:12:12','2026-01-20 20:12:12','3ea4fa2e-1560-4e7e-af55-4f2854659153'),
(63957,57,11703,NULL,10238,14,'2026-01-20 20:12:12','2026-01-20 20:12:12','3a14ee85-57f5-4400-99fa-9c5b9a51fbfa'),
(63958,57,11703,NULL,10240,15,'2026-01-20 20:12:12','2026-01-20 20:12:12','04d53271-9c9e-41cc-913d-9cdbafaab6fc'),
(63960,22,11704,NULL,11701,1,'2026-01-20 20:12:12','2026-01-20 20:12:12','291e532e-07f2-460a-a137-2987b9ee3cda'),
(63995,32,11706,NULL,2610,1,'2026-01-20 20:12:32','2026-01-20 20:12:32','0c347763-39de-48c5-9629-2b9376a522a9'),
(63996,32,11706,NULL,2598,2,'2026-01-20 20:12:32','2026-01-20 20:12:32','c9116ec6-1f3d-4f7f-9e5c-29ed97c09ebe'),
(63997,32,11706,NULL,2608,3,'2026-01-20 20:12:32','2026-01-20 20:12:32','582930f3-1540-473c-8047-a68642fdffd3'),
(63998,32,11706,NULL,2600,4,'2026-01-20 20:12:32','2026-01-20 20:12:32','10c9afb7-c964-4d97-9da3-348a4b4f9c16'),
(63999,32,11706,NULL,2596,5,'2026-01-20 20:12:32','2026-01-20 20:12:32','36ed6bc4-d5a3-4f4b-a4d1-108211d2876c'),
(64000,32,11706,NULL,2602,6,'2026-01-20 20:12:32','2026-01-20 20:12:32','7b7e4bc7-cafe-4ecc-9025-fa82915b4621'),
(64001,32,11706,NULL,2604,7,'2026-01-20 20:12:32','2026-01-20 20:12:32','da7832d8-1137-4d2e-a3a7-7593462a30d2'),
(64002,16,11706,NULL,10219,1,'2026-01-20 20:12:32','2026-01-20 20:12:32','3fc431ba-41fc-42da-81b6-bcd63c368526'),
(64003,7,11706,NULL,601,1,'2026-01-20 20:12:32','2026-01-20 20:12:32','3f079fd8-65d4-483e-8e0e-4fc21ca3794b'),
(64004,7,11706,NULL,2974,2,'2026-01-20 20:12:32','2026-01-20 20:12:32','12d2c7b4-5935-4834-8090-2bab5dae98c3'),
(64005,7,11706,NULL,617,3,'2026-01-20 20:12:32','2026-01-20 20:12:32','4889fdd5-3d78-434e-89f8-ebe8fe1ad683'),
(64006,7,11706,NULL,9732,4,'2026-01-20 20:12:32','2026-01-20 20:12:32','9cb9d4c8-0ec4-44e5-81fa-2d5add0de146'),
(64007,7,11706,NULL,9735,5,'2026-01-20 20:12:32','2026-01-20 20:12:32','52d3ed52-3082-4691-8020-dc6868d908d6'),
(64008,7,11706,NULL,9552,6,'2026-01-20 20:12:32','2026-01-20 20:12:32','04047f85-7f51-4f4b-8c10-1cb3c1ab7b72'),
(64009,7,11706,NULL,605,7,'2026-01-20 20:12:32','2026-01-20 20:12:32','839bc91e-b33a-4c0d-86b6-8866939f7b40'),
(64010,82,11706,NULL,479,1,'2026-01-20 20:12:32','2026-01-20 20:12:32','dbbc8d94-e4a1-4d39-871e-bc253deef7bd'),
(64011,82,11706,NULL,491,2,'2026-01-20 20:12:32','2026-01-20 20:12:32','c3c7a2b2-78ed-4dc5-922a-d7038d107db3'),
(64012,47,11706,NULL,10563,1,'2026-01-20 20:12:32','2026-01-20 20:12:32','c24295de-6491-4a69-8d12-599948874f62'),
(64013,57,11706,NULL,10220,1,'2026-01-20 20:12:32','2026-01-20 20:12:32','eb288985-d90c-46b9-a15b-fd18e05965d5'),
(64014,57,11706,NULL,10224,2,'2026-01-20 20:12:32','2026-01-20 20:12:32','3cfa8c6a-3b9e-4b03-b050-69ff4c57dbe6'),
(64015,57,11706,NULL,10221,3,'2026-01-20 20:12:32','2026-01-20 20:12:32','eaac40ea-0bad-4aac-b9cc-86ced994e515'),
(64016,57,11706,NULL,10222,4,'2026-01-20 20:12:32','2026-01-20 20:12:32','c17220ed-b04a-4d3c-af42-22dce86075f7'),
(64017,57,11706,NULL,10225,5,'2026-01-20 20:12:32','2026-01-20 20:12:32','a66d7b14-291b-41be-af58-fd1c271183ce'),
(64018,57,11706,NULL,10226,6,'2026-01-20 20:12:32','2026-01-20 20:12:32','494f3ff2-28f8-4835-b5fc-dd097480e4ab'),
(64019,57,11706,NULL,10228,7,'2026-01-20 20:12:32','2026-01-20 20:12:32','291ae454-c068-4918-9c07-3b4688dc9ae5'),
(64020,57,11706,NULL,10229,8,'2026-01-20 20:12:32','2026-01-20 20:12:32','03c51ff1-6dc1-45e8-9be0-0661ae4cbddd'),
(64021,57,11706,NULL,10232,9,'2026-01-20 20:12:32','2026-01-20 20:12:32','662c91ba-69d7-4d87-9d6c-9cbbd522b9e4'),
(64022,57,11706,NULL,10233,10,'2026-01-20 20:12:32','2026-01-20 20:12:32','89ffecd9-88f7-484f-9dd4-57013bcaece7'),
(64023,57,11706,NULL,10234,11,'2026-01-20 20:12:32','2026-01-20 20:12:32','e90d9e95-37d7-4902-b6b4-a48a59105472'),
(64024,57,11706,NULL,10236,12,'2026-01-20 20:12:32','2026-01-20 20:12:32','b7e5a95e-69a9-4692-9698-7ea05783a1a8'),
(64025,57,11706,NULL,10237,13,'2026-01-20 20:12:32','2026-01-20 20:12:32','1c5fc7f0-6e67-47a3-8a27-2f7972c786f8'),
(64026,57,11706,NULL,10238,14,'2026-01-20 20:12:32','2026-01-20 20:12:32','8457a1f1-25d4-4af2-b598-948909aa9190'),
(64027,57,11706,NULL,10240,15,'2026-01-20 20:12:32','2026-01-20 20:12:32','e1b18152-9a99-481e-9ee9-b9357e626a4b'),
(64029,32,11707,NULL,2610,1,'2026-01-20 20:12:56','2026-01-20 20:12:56','b00e4405-c2d5-4b27-8067-9c5987ed77da'),
(64030,32,11707,NULL,2598,2,'2026-01-20 20:12:56','2026-01-20 20:12:56','bb5f3bdc-9c52-4b32-bf42-373ea348173e'),
(64031,32,11707,NULL,2600,3,'2026-01-20 20:12:56','2026-01-20 20:12:56','c6475316-2757-4482-b377-ce94616458e0'),
(64032,32,11707,NULL,2602,4,'2026-01-20 20:12:56','2026-01-20 20:12:56','38952f14-4f39-4dd9-a4b2-6da8ecd6efed'),
(64033,32,11707,NULL,2612,5,'2026-01-20 20:12:56','2026-01-20 20:12:56','102aef94-4d2a-42ac-8a9a-f198c81b89c9'),
(64034,32,11707,NULL,2618,6,'2026-01-20 20:12:56','2026-01-20 20:12:56','6a18f2a9-6b7b-4178-8db3-d6eff1f2f666'),
(64035,32,11707,NULL,2604,7,'2026-01-20 20:12:56','2026-01-20 20:12:56','122d139d-fdfe-469b-a648-462edfabeda0'),
(64036,32,11707,NULL,2608,8,'2026-01-20 20:12:56','2026-01-20 20:12:56','d747b00b-d876-4ae5-9775-c705415aa5e3'),
(64037,32,11707,NULL,2596,9,'2026-01-20 20:12:56','2026-01-20 20:12:56','bdbe6a27-0a1b-42bf-9608-c4f88cfe8f14'),
(64038,16,11707,NULL,4829,1,'2026-01-20 20:12:56','2026-01-20 20:12:56','94f07b5c-b769-44b1-b0e4-be0019910288'),
(64039,7,11707,NULL,3468,1,'2026-01-20 20:12:56','2026-01-20 20:12:56','9ea0a050-da08-478a-a103-7ac49784a082'),
(64040,7,11707,NULL,601,2,'2026-01-20 20:12:56','2026-01-20 20:12:56','fd87d2a4-ec88-45d1-b7e6-d5e5b7d55c56'),
(64041,7,11707,NULL,617,3,'2026-01-20 20:12:56','2026-01-20 20:12:56','5ac6bf1a-dd70-4e99-aa25-20f133b9ae69'),
(64042,7,11707,NULL,605,4,'2026-01-20 20:12:56','2026-01-20 20:12:56','184a38d2-bf30-4a7d-83e4-8f1697838edd'),
(64043,7,11707,NULL,9552,5,'2026-01-20 20:12:56','2026-01-20 20:12:56','1860935a-daa6-4595-80f9-905122156317'),
(64044,82,11707,NULL,479,1,'2026-01-20 20:12:56','2026-01-20 20:12:56','a75248da-165b-4e39-af40-a3b3879f72c3'),
(64045,82,11707,NULL,491,2,'2026-01-20 20:12:56','2026-01-20 20:12:56','daae2e76-95cd-4865-9f33-6c478940a334'),
(64046,46,11707,NULL,3697,1,'2026-01-20 20:12:56','2026-01-20 20:12:56','580a69ad-2981-4c45-a335-8f642a33b639'),
(64047,57,11707,NULL,4829,1,'2026-01-20 20:12:56','2026-01-20 20:12:56','b7fd73c1-5c40-435f-a7c6-fd7e5115ca3a'),
(64048,57,11707,NULL,3689,2,'2026-01-20 20:12:56','2026-01-20 20:12:56','caff212e-d7de-498a-85dd-6f37da0e5006'),
(64049,57,11707,NULL,4826,3,'2026-01-20 20:12:56','2026-01-20 20:12:56','5fb2fc11-7369-46f0-a6f4-96ccf51b6011'),
(64050,57,11707,NULL,4828,4,'2026-01-20 20:12:56','2026-01-20 20:12:56','386f66be-10b6-4a92-9242-6e965da99cb4'),
(64051,57,11707,NULL,4827,5,'2026-01-20 20:12:56','2026-01-20 20:12:56','eda34cda-e27a-426d-b54d-1786eb357245'),
(64053,32,11708,NULL,2614,1,'2026-01-20 20:13:15','2026-01-20 20:13:15','ced996f5-e2ce-4545-94d8-5815641b083d'),
(64054,32,11708,NULL,2610,2,'2026-01-20 20:13:15','2026-01-20 20:13:15','eb6ba167-7e55-4d28-ab5d-0739a058df75'),
(64055,32,11708,NULL,2598,3,'2026-01-20 20:13:15','2026-01-20 20:13:15','525bac45-0701-4e3f-af13-6036989493a1'),
(64056,32,11708,NULL,2600,4,'2026-01-20 20:13:15','2026-01-20 20:13:15','3264ec15-4337-44e4-9501-a9641b4036da'),
(64057,32,11708,NULL,2612,5,'2026-01-20 20:13:15','2026-01-20 20:13:15','36be822e-5b4b-4249-bd98-fb7a18ad7d44'),
(64058,32,11708,NULL,2604,6,'2026-01-20 20:13:15','2026-01-20 20:13:15','086f97e5-9065-409a-84ec-c5f67b0ea52e'),
(64059,32,11708,NULL,2608,7,'2026-01-20 20:13:15','2026-01-20 20:13:15','9e5c032b-9096-4274-8aed-4403d8967067'),
(64060,32,11708,NULL,2596,8,'2026-01-20 20:13:15','2026-01-20 20:13:15','4d9b89d5-a332-491f-8341-7f5d3bdb2037'),
(64061,32,11708,NULL,2602,9,'2026-01-20 20:13:15','2026-01-20 20:13:15','57fbd433-cca5-4480-801b-6b3236a97d5a'),
(64062,16,11708,NULL,3722,1,'2026-01-20 20:13:15','2026-01-20 20:13:15','13949295-cfb0-472d-82c1-08f3d12542a7'),
(64063,7,11708,NULL,3468,1,'2026-01-20 20:13:15','2026-01-20 20:13:15','908f4baf-c7d2-4b83-a5cb-0e039b71a7ee'),
(64064,7,11708,NULL,601,2,'2026-01-20 20:13:15','2026-01-20 20:13:15','31872ae6-fcb8-411a-931b-1004e7003d64'),
(64065,7,11708,NULL,9640,3,'2026-01-20 20:13:15','2026-01-20 20:13:15','fc4cb6d2-b59f-471b-825b-3439afb41ab8'),
(64066,7,11708,NULL,617,4,'2026-01-20 20:13:15','2026-01-20 20:13:15','927ccba0-f546-41cb-9142-0db87eb51ae9'),
(64067,7,11708,NULL,605,5,'2026-01-20 20:13:15','2026-01-20 20:13:15','fb863da4-1c15-4314-94e7-b98cecba2976'),
(64068,7,11708,NULL,9552,6,'2026-01-20 20:13:15','2026-01-20 20:13:15','b3e9c9bf-62af-49a4-a41c-a4888403a02a'),
(64069,7,11708,NULL,9549,7,'2026-01-20 20:13:15','2026-01-20 20:13:15','e93f2c90-4655-4066-8e41-a6e086e3799d'),
(64070,82,11708,NULL,479,1,'2026-01-20 20:13:15','2026-01-20 20:13:15','ec8611f8-0ee3-49a4-adb2-70cc0b57fb9a'),
(64071,57,11708,NULL,8024,1,'2026-01-20 20:13:15','2026-01-20 20:13:15','eb7953c3-13bf-4376-a9dc-1ef7c333fb50'),
(64072,57,11708,NULL,8025,2,'2026-01-20 20:13:15','2026-01-20 20:13:15','eff5291a-5535-4e44-a783-59d4c09f8140'),
(64073,57,11708,NULL,8027,3,'2026-01-20 20:13:15','2026-01-20 20:13:15','247c4449-ef63-414c-827f-7e21963b91a3'),
(64074,57,11708,NULL,8026,4,'2026-01-20 20:13:15','2026-01-20 20:13:15','e61f30d5-0269-4d2b-9396-5c59516cb4d4'),
(64131,32,11713,NULL,2610,1,'2026-01-20 20:23:50','2026-01-20 20:23:50','0d7ea6bb-7e76-458d-b90b-c2109db00bc3'),
(64132,32,11713,NULL,2598,2,'2026-01-20 20:23:50','2026-01-20 20:23:50','ef5c821d-335e-4683-8b32-69d8fc2a7f1a'),
(64133,32,11713,NULL,2624,3,'2026-01-20 20:23:50','2026-01-20 20:23:50','4ccc17ae-59b8-4c91-8ef7-f1100e896f66'),
(64134,32,11713,NULL,2600,4,'2026-01-20 20:23:50','2026-01-20 20:23:50','5806e11d-7048-4c21-b7f8-9e383a31c7bb'),
(64135,32,11713,NULL,2596,5,'2026-01-20 20:23:50','2026-01-20 20:23:50','b5d62447-50a5-4adc-9d1d-c2b08d07ae90'),
(64136,32,11713,NULL,2602,6,'2026-01-20 20:23:50','2026-01-20 20:23:50','b1810fa3-65a1-4f79-a7e3-7f3dfca398c4'),
(64137,32,11713,NULL,2606,7,'2026-01-20 20:23:50','2026-01-20 20:23:50','ebe388f8-535c-4720-b6ad-b6f88e96a281'),
(64138,32,11713,NULL,2612,8,'2026-01-20 20:23:50','2026-01-20 20:23:50','96c06337-1405-4872-a489-edce4663ce7a'),
(64139,32,11713,NULL,2604,9,'2026-01-20 20:23:50','2026-01-20 20:23:50','3de70ea7-fbba-45a4-9e97-85c5be283d06'),
(64140,32,11713,NULL,2608,10,'2026-01-20 20:23:50','2026-01-20 20:23:50','a6919564-b866-40da-a64f-245beab40cef'),
(64141,16,11713,NULL,3058,1,'2026-01-20 20:23:50','2026-01-20 20:23:50','0a262fee-986d-4201-88eb-3b35a982ad5b'),
(64142,7,11713,NULL,2969,1,'2026-01-20 20:23:50','2026-01-20 20:23:50','5b5a7a1d-9bf2-4b4e-a277-14219a66cbf4'),
(64143,7,11713,NULL,617,2,'2026-01-20 20:23:50','2026-01-20 20:23:50','f8d77e7f-a3a5-4f27-b0b5-7eb6d59ba927'),
(64144,7,11713,NULL,605,3,'2026-01-20 20:23:50','2026-01-20 20:23:50','3cb53675-0344-42c6-97c9-32e31dad5d38'),
(64145,7,11713,NULL,9552,4,'2026-01-20 20:23:50','2026-01-20 20:23:50','39b0a064-4066-4a1c-b160-3523459566df'),
(64146,82,11713,NULL,491,1,'2026-01-20 20:23:50','2026-01-20 20:23:50','b1372f0b-87da-40c6-92c1-65302187de02'),
(64147,46,11713,NULL,2891,1,'2026-01-20 20:23:50','2026-01-20 20:23:50','8f8f6900-2ca4-4d43-a9b8-2f23e9d116cd'),
(64148,47,11713,NULL,10523,1,'2026-01-20 20:23:50','2026-01-20 20:23:50','50ea3e94-02d9-4c5e-b809-8d41ec8c7039'),
(64149,57,11713,NULL,4927,1,'2026-01-20 20:23:50','2026-01-20 20:23:50','08bc8eda-906a-40fc-8016-fa6329eb1d83'),
(64150,57,11713,NULL,7772,2,'2026-01-20 20:23:50','2026-01-20 20:23:50','661d1340-89fe-4a8b-8367-310380f036f9'),
(64151,57,11713,NULL,4931,3,'2026-01-20 20:23:50','2026-01-20 20:23:50','4a6e4303-ae68-4e5f-ac48-0c6dd21c8979'),
(64152,57,11713,NULL,4930,4,'2026-01-20 20:23:50','2026-01-20 20:23:50','89e4616a-563e-456d-a67f-fcd2863d7871'),
(64153,57,11713,NULL,4932,5,'2026-01-20 20:23:50','2026-01-20 20:23:50','2c6eaef6-eef3-401e-863e-950f2fdc1f46'),
(64154,57,11713,NULL,4933,6,'2026-01-20 20:23:50','2026-01-20 20:23:50','a6e1215c-02f2-43c5-a36d-38cbaebed253'),
(64155,57,11713,NULL,4934,7,'2026-01-20 20:23:50','2026-01-20 20:23:50','d492c9b2-8b33-455a-a096-ad95a1f14c70'),
(64156,57,11713,NULL,4935,8,'2026-01-20 20:23:50','2026-01-20 20:23:50','abada2ee-5fe5-4254-9c42-66fb2856f076'),
(64157,57,11713,NULL,7739,9,'2026-01-20 20:23:50','2026-01-20 20:23:50','3fc325bd-d54b-48c1-95a2-7eb6c12e9c80'),
(64158,57,11713,NULL,7740,10,'2026-01-20 20:23:50','2026-01-20 20:23:50','8bacb466-a704-4277-a6f6-8114f073fe2b'),
(64159,57,11713,NULL,7741,11,'2026-01-20 20:23:50','2026-01-20 20:23:50','df1a8f5e-067b-4f01-a15c-a2dadbc0ec43'),
(64162,22,1591,NULL,11715,1,'2026-01-20 20:26:48','2026-01-20 20:26:48','39bae20d-0438-4266-85b4-474d5a7ef4f2'),
(64163,32,11718,NULL,2610,1,'2026-01-20 20:26:48','2026-01-20 20:26:48','587a58e6-5c7f-4253-a129-5a78b5293794'),
(64164,32,11718,NULL,2598,2,'2026-01-20 20:26:48','2026-01-20 20:26:48','b914c777-4077-48f8-b0c2-ba6f4bc7fb38'),
(64165,32,11718,NULL,2600,3,'2026-01-20 20:26:48','2026-01-20 20:26:48','898ab003-3d38-4b55-ba46-34f016c1022a'),
(64166,32,11718,NULL,2602,4,'2026-01-20 20:26:48','2026-01-20 20:26:48','fd578116-810b-492a-bfc8-051f8448cc1b'),
(64167,32,11718,NULL,2612,5,'2026-01-20 20:26:48','2026-01-20 20:26:48','54df78fd-3a9e-4e1e-b70c-8b4f2d8d11b0'),
(64168,32,11718,NULL,2618,6,'2026-01-20 20:26:48','2026-01-20 20:26:48','2ae375a7-bec4-4091-9a65-77002cff97e8'),
(64169,32,11718,NULL,2604,7,'2026-01-20 20:26:48','2026-01-20 20:26:48','c976a440-5ec4-4221-8b84-a98c96c51ed4'),
(64170,32,11718,NULL,2608,8,'2026-01-20 20:26:48','2026-01-20 20:26:48','964733ce-a08e-4c5c-8586-c3c424ce6d77'),
(64171,32,11718,NULL,2596,9,'2026-01-20 20:26:48','2026-01-20 20:26:48','5d16ecd3-6a6b-489e-8a05-7141cc4e4a49'),
(64172,16,11718,NULL,8034,1,'2026-01-20 20:26:48','2026-01-20 20:26:48','3c089c72-483c-4f05-afe1-200729d3a45f'),
(64173,7,11718,NULL,6547,1,'2026-01-20 20:26:48','2026-01-20 20:26:48','3c9d35a5-49c9-4d68-9474-5a36b8cee10b'),
(64174,7,11718,NULL,601,2,'2026-01-20 20:26:48','2026-01-20 20:26:48','0dd64c48-4edb-4c96-8de9-68adbdbaeaf1'),
(64175,7,11718,NULL,2974,3,'2026-01-20 20:26:48','2026-01-20 20:26:48','e4bfca28-8bb3-45f5-bbda-5918588c33a4'),
(64176,7,11718,NULL,617,4,'2026-01-20 20:26:48','2026-01-20 20:26:48','fb10640c-6838-45c8-9686-87041342952f'),
(64177,7,11718,NULL,9727,5,'2026-01-20 20:26:48','2026-01-20 20:26:48','e19e6a05-f8ba-4736-8ab8-cf11bd8f5b53'),
(64178,7,11718,NULL,605,6,'2026-01-20 20:26:48','2026-01-20 20:26:48','72658570-f07c-4275-8933-d68a1e5518f9'),
(64179,7,11718,NULL,9552,7,'2026-01-20 20:26:48','2026-01-20 20:26:48','498a01d5-972d-477f-a253-73befc5bfac0'),
(64180,82,11718,NULL,479,1,'2026-01-20 20:26:48','2026-01-20 20:26:48','4deb5085-a167-41a3-9c91-c2ed05c89386'),
(64181,82,11718,NULL,491,2,'2026-01-20 20:26:48','2026-01-20 20:26:48','582650f1-c8c5-45d7-bc5e-f6070d6912d6'),
(64182,46,11718,NULL,3697,1,'2026-01-20 20:26:48','2026-01-20 20:26:48','41c230ae-f748-4163-9126-318d82e194b0'),
(64183,57,11718,NULL,8033,1,'2026-01-20 20:26:48','2026-01-20 20:26:48','281357cb-3e25-4f8a-a2c3-71c8c35d2f0d'),
(64184,57,11718,NULL,8032,2,'2026-01-20 20:26:48','2026-01-20 20:26:48','a9d51c30-889b-44ae-bc06-e29ebbd6af1b'),
(64185,57,11718,NULL,8036,3,'2026-01-20 20:26:48','2026-01-20 20:26:48','317d1766-27fc-4406-8499-20bb3a86e09f'),
(64186,57,11718,NULL,8035,4,'2026-01-20 20:26:48','2026-01-20 20:26:48','6aad5af7-8218-40cb-8b1c-2fa0456240e8'),
(64188,22,11719,NULL,11715,1,'2026-01-20 20:26:48','2026-01-20 20:26:48','c3652db5-bb11-4554-8853-c085e265947e'),
(64189,32,11720,NULL,2610,1,'2026-01-20 20:27:09','2026-01-20 20:27:09','ac14dea0-f715-4ae2-bead-568df00b4692'),
(64190,32,11720,NULL,2598,2,'2026-01-20 20:27:09','2026-01-20 20:27:09','6f7f6f15-9fdd-4f10-8776-6adc5c9bd05d'),
(64191,32,11720,NULL,2600,3,'2026-01-20 20:27:09','2026-01-20 20:27:09','58b2b6d7-43de-4730-bc46-604daf24a334'),
(64192,32,11720,NULL,2602,4,'2026-01-20 20:27:09','2026-01-20 20:27:09','082deafc-d063-4c35-a07e-7a69c3afbdb7'),
(64193,32,11720,NULL,2612,5,'2026-01-20 20:27:09','2026-01-20 20:27:09','4b63c633-9c85-4553-828f-7bfba98e6959'),
(64194,32,11720,NULL,2618,6,'2026-01-20 20:27:09','2026-01-20 20:27:09','dec01758-d970-4cc5-a4e0-b70cb1d0534b'),
(64195,32,11720,NULL,2604,7,'2026-01-20 20:27:09','2026-01-20 20:27:09','8d4e8fd8-6360-41b0-8d55-e770f1146d67'),
(64196,32,11720,NULL,2608,8,'2026-01-20 20:27:09','2026-01-20 20:27:09','7d8071aa-1fcd-480b-96c4-1b2ef5695847'),
(64197,32,11720,NULL,2596,9,'2026-01-20 20:27:09','2026-01-20 20:27:09','01ad98b7-0a91-4e66-9207-52c2a0823cad'),
(64198,16,11720,NULL,8034,1,'2026-01-20 20:27:09','2026-01-20 20:27:09','c607fc54-7f0c-4dbf-97ee-1e81350c3df0'),
(64199,7,11720,NULL,6547,1,'2026-01-20 20:27:09','2026-01-20 20:27:09','b579dda3-e4e0-4266-82f0-bab221d4fae3'),
(64200,7,11720,NULL,601,2,'2026-01-20 20:27:09','2026-01-20 20:27:09','eb4c300d-7aa7-4aac-afe6-a533e59ad945'),
(64201,7,11720,NULL,2974,3,'2026-01-20 20:27:09','2026-01-20 20:27:09','02974fe0-ab51-4c33-a31f-a5d12d6a7620'),
(64202,7,11720,NULL,617,4,'2026-01-20 20:27:09','2026-01-20 20:27:09','94719c59-c0b0-4452-a832-4eeabd702ba2'),
(64203,7,11720,NULL,9727,5,'2026-01-20 20:27:09','2026-01-20 20:27:09','cfebc288-42b7-410f-85ed-93b785da5b54'),
(64204,7,11720,NULL,605,6,'2026-01-20 20:27:09','2026-01-20 20:27:09','a26421eb-c81f-4906-8b9c-a20df23508d9'),
(64205,7,11720,NULL,9552,7,'2026-01-20 20:27:09','2026-01-20 20:27:09','daebdabb-af8b-4e24-a732-af823075818d'),
(64206,82,11720,NULL,479,1,'2026-01-20 20:27:09','2026-01-20 20:27:09','522ec07f-b7cb-4dc9-9ba7-64612fd3fe49'),
(64207,82,11720,NULL,491,2,'2026-01-20 20:27:09','2026-01-20 20:27:09','83429f4a-fceb-4e3f-aa31-5baa01ecd627'),
(64208,46,11720,NULL,3697,1,'2026-01-20 20:27:09','2026-01-20 20:27:09','2a94f881-d39f-46d1-877c-50a809a46b2d'),
(64209,57,11720,NULL,8033,1,'2026-01-20 20:27:09','2026-01-20 20:27:09','846d181e-a239-4fcd-8f7b-a1731a878553'),
(64210,57,11720,NULL,8032,2,'2026-01-20 20:27:09','2026-01-20 20:27:09','55d8a9f6-9b9c-47a9-9d28-b51a83facc04'),
(64211,57,11720,NULL,8036,3,'2026-01-20 20:27:09','2026-01-20 20:27:09','97b24ede-eb30-45de-b58b-358e1c2fddcf'),
(64212,57,11720,NULL,8035,4,'2026-01-20 20:27:09','2026-01-20 20:27:09','79e873fc-ea01-4863-9772-24ca15dfa110'),
(64235,32,11722,NULL,2614,1,'2026-01-20 20:27:23','2026-01-20 20:27:23','4b3f3ff9-dc6a-4996-a62d-2a20e48cb81f'),
(64236,32,11722,NULL,2610,2,'2026-01-20 20:27:23','2026-01-20 20:27:23','f9848d1e-3e96-4be9-b46a-baa89643d9aa'),
(64237,32,11722,NULL,2598,3,'2026-01-20 20:27:23','2026-01-20 20:27:23','501b1b57-4367-4bd2-8656-208400aae012'),
(64238,32,11722,NULL,2600,4,'2026-01-20 20:27:23','2026-01-20 20:27:23','8c9f9dc0-6cde-4ea9-8b27-8a159f8cb213'),
(64239,32,11722,NULL,2602,5,'2026-01-20 20:27:23','2026-01-20 20:27:23','93e410df-4c48-4f66-b553-d77e52140d7f'),
(64240,32,11722,NULL,2604,6,'2026-01-20 20:27:23','2026-01-20 20:27:23','4f08c968-b8ba-4b3e-8a33-49a27798b05b'),
(64241,32,11722,NULL,2608,7,'2026-01-20 20:27:23','2026-01-20 20:27:23','9523d030-a273-444b-ab67-70b91d2eb788'),
(64242,32,11722,NULL,2596,8,'2026-01-20 20:27:23','2026-01-20 20:27:23','3f9b2223-0fc7-43fa-9d5f-5c73ab4ccdb4'),
(64243,16,11722,NULL,3808,1,'2026-01-20 20:27:23','2026-01-20 20:27:23','242d698e-d553-4457-9676-8a8e0fb8a265'),
(64244,7,11722,NULL,3468,1,'2026-01-20 20:27:23','2026-01-20 20:27:23','25c824d7-e347-45d6-b3b8-77729cd96249'),
(64245,7,11722,NULL,601,2,'2026-01-20 20:27:23','2026-01-20 20:27:23','977ed3bd-3f53-4eea-9feb-ed9f93ba91be'),
(64246,7,11722,NULL,2972,3,'2026-01-20 20:27:23','2026-01-20 20:27:23','028d8079-38d4-48ce-ab22-dcd0d0a398bf'),
(64247,7,11722,NULL,2974,4,'2026-01-20 20:27:23','2026-01-20 20:27:23','6f25f112-4681-4e74-a27d-129770a09fa7'),
(64248,7,11722,NULL,617,5,'2026-01-20 20:27:23','2026-01-20 20:27:23','6023fa1e-1666-429c-97e8-d53d67b1a21f'),
(64249,7,11722,NULL,605,6,'2026-01-20 20:27:23','2026-01-20 20:27:23','a0ec176d-96ae-42b3-ab10-f95a1b882f22'),
(64250,7,11722,NULL,9552,7,'2026-01-20 20:27:23','2026-01-20 20:27:23','30b2cb7e-ec0e-4e4f-b937-fd450619398d'),
(64251,82,11722,NULL,479,1,'2026-01-20 20:27:23','2026-01-20 20:27:23','a1b2d572-e59d-4683-aff2-bcb49aaef39b'),
(64252,57,11722,NULL,8052,1,'2026-01-20 20:27:23','2026-01-20 20:27:23','2d401c62-5786-499a-9a1f-65723a540665'),
(64253,57,11722,NULL,8054,2,'2026-01-20 20:27:23','2026-01-20 20:27:23','445a2205-5457-4ac3-a13b-c7a227ad7179'),
(64254,57,11722,NULL,8053,3,'2026-01-20 20:27:23','2026-01-20 20:27:23','d8b36c13-607d-41a4-bb4e-937c4be4153e'),
(64255,57,11722,NULL,8051,4,'2026-01-20 20:27:23','2026-01-20 20:27:23','92c5eea0-1b5c-4051-a437-3187ad502e7b'),
(64279,22,1596,NULL,11724,1,'2026-01-20 20:30:21','2026-01-20 20:30:21','861b43cc-09ff-40c6-8da6-fe988b936a33'),
(64280,32,11726,NULL,2614,1,'2026-01-20 20:30:21','2026-01-20 20:30:21','08bb072e-3381-4853-8e1c-ecf5a499f3d9'),
(64281,32,11726,NULL,2610,2,'2026-01-20 20:30:21','2026-01-20 20:30:21','f8bf04b3-3072-44d0-b1aa-404675ffc792'),
(64282,32,11726,NULL,2598,3,'2026-01-20 20:30:21','2026-01-20 20:30:21','62796a61-f6b4-4d75-aad1-71b4fa110062'),
(64283,32,11726,NULL,2600,4,'2026-01-20 20:30:21','2026-01-20 20:30:21','dc20b43c-c58d-42a6-b60e-02afedd35217'),
(64284,32,11726,NULL,2602,5,'2026-01-20 20:30:21','2026-01-20 20:30:21','f75e40fd-d6c5-41f0-a1b7-69f4cb9892b3'),
(64285,32,11726,NULL,2604,6,'2026-01-20 20:30:21','2026-01-20 20:30:21','da9d697a-c8fd-473a-8869-bb26e36ab409'),
(64286,32,11726,NULL,2608,7,'2026-01-20 20:30:21','2026-01-20 20:30:21','84a90423-4784-4f3d-a846-76e22a0e2e09'),
(64287,32,11726,NULL,2596,8,'2026-01-20 20:30:21','2026-01-20 20:30:21','5775b2bf-5605-451f-a6fa-70d58b8f45c9'),
(64288,16,11726,NULL,3808,1,'2026-01-20 20:30:21','2026-01-20 20:30:21','57586965-bb74-467d-9d6e-a849384f0fee'),
(64289,7,11726,NULL,3468,1,'2026-01-20 20:30:21','2026-01-20 20:30:21','78b34667-381f-46de-acc5-d7e86b4a37cf'),
(64290,7,11726,NULL,601,2,'2026-01-20 20:30:21','2026-01-20 20:30:21','e810cb44-15c2-42f2-8515-29c832c41946'),
(64291,7,11726,NULL,2972,3,'2026-01-20 20:30:21','2026-01-20 20:30:21','419937e2-c453-41f1-9cce-c011b3f668a6'),
(64292,7,11726,NULL,2974,4,'2026-01-20 20:30:21','2026-01-20 20:30:21','f6d9c0d6-e3d9-4ba0-95b2-7b4908baea2e'),
(64293,7,11726,NULL,617,5,'2026-01-20 20:30:21','2026-01-20 20:30:21','e856bf81-6154-41f0-b82b-2314b759bd71'),
(64294,7,11726,NULL,605,6,'2026-01-20 20:30:21','2026-01-20 20:30:21','c66e9852-24e8-4ccf-93a1-dfb2a84b7bed'),
(64295,7,11726,NULL,9552,7,'2026-01-20 20:30:21','2026-01-20 20:30:21','0fa2abd7-8724-4b78-9c31-6242c94cbf4d'),
(64296,82,11726,NULL,479,1,'2026-01-20 20:30:21','2026-01-20 20:30:21','7aa7f33c-78df-4558-9996-0c9f8dd8d4eb'),
(64297,57,11726,NULL,8052,1,'2026-01-20 20:30:21','2026-01-20 20:30:21','6cb1cde1-c868-44ff-9554-ad992612b6bd'),
(64298,57,11726,NULL,8054,2,'2026-01-20 20:30:21','2026-01-20 20:30:21','25abc217-0094-409e-94cc-db0fd9d19d86'),
(64299,57,11726,NULL,8053,3,'2026-01-20 20:30:21','2026-01-20 20:30:21','63fe02e5-3487-457d-b441-930e41631a64'),
(64300,57,11726,NULL,8051,4,'2026-01-20 20:30:21','2026-01-20 20:30:21','5a1e82d4-6cd3-4812-b46b-9d54ef85a741'),
(64301,22,11727,NULL,11724,1,'2026-01-20 20:30:21','2026-01-20 20:30:21','7a15e4a7-7d42-4e6a-a5bf-b9e51a971b22'),
(64323,32,11729,NULL,2614,1,'2026-01-20 20:30:31','2026-01-20 20:30:31','bdb6ea1b-8c06-4d2e-9408-988e0c28eb38'),
(64324,32,11729,NULL,2610,2,'2026-01-20 20:30:31','2026-01-20 20:30:31','643c6a6a-2496-479c-b3a2-ca5ac03cad61'),
(64325,32,11729,NULL,2598,3,'2026-01-20 20:30:31','2026-01-20 20:30:31','08872875-8ded-480b-8153-381a3fc6b731'),
(64326,32,11729,NULL,2600,4,'2026-01-20 20:30:31','2026-01-20 20:30:31','0e271234-9baa-456d-ada8-c8426f46a3ea'),
(64327,32,11729,NULL,2602,5,'2026-01-20 20:30:31','2026-01-20 20:30:31','32074821-c696-44c4-9d13-367c36b9ded3'),
(64328,32,11729,NULL,2604,6,'2026-01-20 20:30:31','2026-01-20 20:30:31','1d761ced-bb62-4f86-96f4-5675ab6e9b78'),
(64329,32,11729,NULL,2608,7,'2026-01-20 20:30:31','2026-01-20 20:30:31','d2f236a5-5374-4d4f-b191-df42e90aced6'),
(64330,32,11729,NULL,2596,8,'2026-01-20 20:30:31','2026-01-20 20:30:31','c12645b0-e0cc-4ed0-900f-982b0df178c2'),
(64331,16,11729,NULL,3808,1,'2026-01-20 20:30:31','2026-01-20 20:30:31','a426f7f7-b837-47c5-80d2-6c7b25e7b128'),
(64332,7,11729,NULL,3468,1,'2026-01-20 20:30:31','2026-01-20 20:30:31','033d7704-fff3-40ed-8c31-8bef91850c57'),
(64333,7,11729,NULL,601,2,'2026-01-20 20:30:31','2026-01-20 20:30:31','3cf0b2c0-c2f3-4f0f-8e68-9f94acfc9c37'),
(64334,7,11729,NULL,2972,3,'2026-01-20 20:30:31','2026-01-20 20:30:31','fb6f3d69-a174-4ac4-810f-f71ff3b10e04'),
(64335,7,11729,NULL,2974,4,'2026-01-20 20:30:31','2026-01-20 20:30:31','d35d5eb9-39c9-460b-8651-aa5fed10d525'),
(64336,7,11729,NULL,617,5,'2026-01-20 20:30:31','2026-01-20 20:30:31','e649eee1-d62b-468c-b17d-a6298d2fcf7d'),
(64337,7,11729,NULL,605,6,'2026-01-20 20:30:31','2026-01-20 20:30:31','631e087f-e9a3-4e2e-ad34-e58e53423d77'),
(64338,7,11729,NULL,9552,7,'2026-01-20 20:30:31','2026-01-20 20:30:31','dcd96831-fcd1-4b06-b5f3-ecd0a1d5097f'),
(64339,82,11729,NULL,479,1,'2026-01-20 20:30:31','2026-01-20 20:30:31','588f513f-80ba-4fd7-83dd-7d599e7d590d'),
(64340,57,11729,NULL,8052,1,'2026-01-20 20:30:31','2026-01-20 20:30:31','ff3d6c36-03bf-4ecb-8ce6-47261eb6df2c'),
(64341,57,11729,NULL,8054,2,'2026-01-20 20:30:31','2026-01-20 20:30:31','991c6ac8-c8c7-4ec8-99fb-651076913b0a'),
(64342,57,11729,NULL,8053,3,'2026-01-20 20:30:31','2026-01-20 20:30:31','4b669b4c-e96e-4694-a734-ca022ecc0d36'),
(64343,57,11729,NULL,8051,4,'2026-01-20 20:30:31','2026-01-20 20:30:31','b40a8dca-20c6-4b95-9557-3d4c94f93571'),
(64356,16,11731,NULL,6530,1,'2026-01-20 20:31:07','2026-01-20 20:31:07','a4f8bd3c-554e-420d-ba1f-8eb3bd5ee981'),
(64357,7,11731,NULL,617,1,'2026-01-20 20:31:07','2026-01-20 20:31:07','4dc4f3db-8a6d-40c5-ad3c-fb337a9e9a85'),
(64358,7,11731,NULL,9558,2,'2026-01-20 20:31:07','2026-01-20 20:31:07','11de38bc-1a02-4c3f-8ee1-8a61eba2e4b2'),
(64359,7,11731,NULL,605,3,'2026-01-20 20:31:07','2026-01-20 20:31:07','9af1092f-0326-4b33-9cea-61813b2c7491'),
(64360,7,11731,NULL,9552,4,'2026-01-20 20:31:07','2026-01-20 20:31:07','7d258452-2d88-4b42-a3b9-7d46004dbcd6'),
(64361,57,11731,NULL,8064,1,'2026-01-20 20:31:07','2026-01-20 20:31:07','1de1a9cb-2f95-4692-98b0-0c5934fae5ae'),
(64362,57,11731,NULL,8061,2,'2026-01-20 20:31:07','2026-01-20 20:31:07','bf4c630f-532d-4765-98d5-d50fa167fad7'),
(64363,57,11731,NULL,8060,3,'2026-01-20 20:31:07','2026-01-20 20:31:07','3252f77f-06be-4450-96af-c490666366c5'),
(64364,57,11731,NULL,8063,4,'2026-01-20 20:31:07','2026-01-20 20:31:07','bffed1f5-58d6-4d17-9971-6d94465124c8'),
(64365,57,11731,NULL,8062,5,'2026-01-20 20:31:07','2026-01-20 20:31:07','87c54d98-b860-410a-859d-4c32d25a1e32'),
(64366,74,11731,NULL,6525,1,'2026-01-20 20:31:07','2026-01-20 20:31:07','c99aa940-1000-4682-a7aa-6876b0a55be8'),
(64391,32,11733,NULL,2614,1,'2026-01-20 20:31:46','2026-01-20 20:31:46','e2c604f6-877e-4f2e-868e-871161ca081f'),
(64392,32,11733,NULL,2610,2,'2026-01-20 20:31:46','2026-01-20 20:31:46','a485b207-07ca-4d97-93f4-c5a4a1001c8e'),
(64393,32,11733,NULL,2598,3,'2026-01-20 20:31:46','2026-01-20 20:31:46','8047f872-cee9-466d-9398-4f40ad6f7a0c'),
(64394,32,11733,NULL,2608,4,'2026-01-20 20:31:46','2026-01-20 20:31:46','98ae73ee-775b-4cf2-a85e-d7c48c8ed484'),
(64395,32,11733,NULL,2600,5,'2026-01-20 20:31:46','2026-01-20 20:31:46','287fa590-a7e9-4442-9c34-eaac8b94277e'),
(64396,32,11733,NULL,2596,6,'2026-01-20 20:31:46','2026-01-20 20:31:46','288eb036-976c-43e9-adb7-58cac855b92c'),
(64397,32,11733,NULL,2602,7,'2026-01-20 20:31:46','2026-01-20 20:31:46','17b0e164-337e-48ee-bd75-2f243f16b80f'),
(64398,32,11733,NULL,2606,8,'2026-01-20 20:31:46','2026-01-20 20:31:46','16908f90-d1c9-45b5-815e-eb58ee884b6f'),
(64399,32,11733,NULL,2604,9,'2026-01-20 20:31:46','2026-01-20 20:31:46','1b7c32cf-8d2c-4129-b754-e41f79c46dd3'),
(64400,16,11733,NULL,8081,1,'2026-01-20 20:31:46','2026-01-20 20:31:46','725d34ae-f9ee-404a-812c-39097dad6a5c'),
(64401,7,11733,NULL,3468,1,'2026-01-20 20:31:46','2026-01-20 20:31:46','eeb78599-baff-444f-a8a4-0b3675638c8d'),
(64402,7,11733,NULL,601,2,'2026-01-20 20:31:46','2026-01-20 20:31:46','a22db5b0-8817-4dec-827e-06b21f1f5fd8'),
(64403,7,11733,NULL,9640,3,'2026-01-20 20:31:46','2026-01-20 20:31:46','68c36a55-82a0-41d8-b146-bf7143e990d3'),
(64404,7,11733,NULL,2974,4,'2026-01-20 20:31:46','2026-01-20 20:31:46','8f3f46b8-ce9a-4ffc-bff1-fcff773840b7'),
(64405,7,11733,NULL,617,5,'2026-01-20 20:31:46','2026-01-20 20:31:46','850032c9-781c-4452-83b3-f8fec9579d31'),
(64406,7,11733,NULL,605,6,'2026-01-20 20:31:46','2026-01-20 20:31:46','13802c21-36c7-414f-940d-cc5654b8c984'),
(64407,7,11733,NULL,9552,7,'2026-01-20 20:31:46','2026-01-20 20:31:46','5d60486c-1c72-4549-9476-6e299ec1b592'),
(64408,46,11733,NULL,2891,1,'2026-01-20 20:31:46','2026-01-20 20:31:46','1e859b72-5638-46da-835a-c4e4c7025239'),
(64409,57,11733,NULL,8082,1,'2026-01-20 20:31:46','2026-01-20 20:31:46','8a202452-49ea-43c0-a6c2-1ee2fac1cd6a'),
(64410,57,11733,NULL,8085,2,'2026-01-20 20:31:46','2026-01-20 20:31:46','275b9287-352b-4ac5-8a20-c2b0ebef90a9'),
(64411,57,11733,NULL,8086,3,'2026-01-20 20:31:46','2026-01-20 20:31:46','a6440737-8fbb-43c1-8521-e25e2d6ef918'),
(64412,57,11733,NULL,8087,4,'2026-01-20 20:31:46','2026-01-20 20:31:46','a046f04f-ba14-40e0-9990-a7dc22bfad5b'),
(64413,13,11733,NULL,6814,1,'2026-01-20 20:31:46','2026-01-20 20:31:46','df6311b1-b0f4-475b-8f52-fe7a1d4f107a'),
(64466,22,1611,NULL,11736,1,'2026-01-20 20:34:55','2026-01-20 20:34:55','a018334d-5d73-443e-862c-8e66eacfcace'),
(64467,32,11738,NULL,2610,1,'2026-01-20 20:34:55','2026-01-20 20:34:55','cd27028a-4d9b-46dc-b8ed-7131ab391d9d'),
(64468,32,11738,NULL,2598,2,'2026-01-20 20:34:55','2026-01-20 20:34:55','b5fe2335-50b3-4394-acfa-73a0be9c1fbe'),
(64469,32,11738,NULL,2600,3,'2026-01-20 20:34:55','2026-01-20 20:34:55','a2463d4e-128a-466c-b492-22fcb55b6a90'),
(64470,32,11738,NULL,2604,4,'2026-01-20 20:34:55','2026-01-20 20:34:55','99dcdc4f-ca01-47ab-a7da-ad593558cfc1'),
(64471,32,11738,NULL,2608,5,'2026-01-20 20:34:55','2026-01-20 20:34:55','ba2b6f54-99c2-40f3-b8da-1e168757943f'),
(64472,32,11738,NULL,2596,6,'2026-01-20 20:34:55','2026-01-20 20:34:55','6b67e875-3700-4d50-8832-5947f5e61239'),
(64473,32,11738,NULL,2602,7,'2026-01-20 20:34:55','2026-01-20 20:34:55','868c0545-88a3-427f-8b5e-526f3334570d'),
(64474,16,11738,NULL,3865,1,'2026-01-20 20:34:55','2026-01-20 20:34:55','80c5df0a-d3d5-4927-896c-9efa010018d3'),
(64475,7,11738,NULL,3468,1,'2026-01-20 20:34:55','2026-01-20 20:34:55','4ed1a946-5905-4a5b-b6d3-cfbb2fde2f63'),
(64476,7,11738,NULL,601,2,'2026-01-20 20:34:55','2026-01-20 20:34:55','0a627e77-3b2e-431f-b08b-fde1f1c1c0d8'),
(64477,7,11738,NULL,3093,3,'2026-01-20 20:34:55','2026-01-20 20:34:55','c55155f5-7e31-4e52-9530-97e33dd78a9f'),
(64478,7,11738,NULL,617,4,'2026-01-20 20:34:55','2026-01-20 20:34:55','3e98971d-c9c6-41b8-8548-5ebc7e69a1ae'),
(64479,7,11738,NULL,605,5,'2026-01-20 20:34:55','2026-01-20 20:34:55','acb59472-eb93-4d07-a476-6c665728ccd4'),
(64480,7,11738,NULL,9552,6,'2026-01-20 20:34:55','2026-01-20 20:34:55','8ec66878-b87f-4ccd-917a-cda1d3844e46'),
(64481,82,11738,NULL,479,1,'2026-01-20 20:34:55','2026-01-20 20:34:55','6c94e0ea-b06a-4194-b114-78b725634a4a'),
(64482,82,11738,NULL,491,2,'2026-01-20 20:34:55','2026-01-20 20:34:55','7228681a-2b56-4902-ade2-7a75fee74c88'),
(64483,57,11738,NULL,8094,1,'2026-01-20 20:34:55','2026-01-20 20:34:55','44422500-7529-47a9-865d-adb96db51667'),
(64484,57,11738,NULL,8093,2,'2026-01-20 20:34:55','2026-01-20 20:34:55','836570c5-084a-4962-a499-0873268b7620'),
(64485,57,11738,NULL,8095,3,'2026-01-20 20:34:55','2026-01-20 20:34:55','535a82c9-bd4b-44ee-aeaa-6904fb69a5b4'),
(64486,57,11738,NULL,8092,4,'2026-01-20 20:34:55','2026-01-20 20:34:55','069a7aeb-d02b-4f47-903d-2a899b939fdc'),
(64488,22,11739,NULL,11736,1,'2026-01-20 20:34:55','2026-01-20 20:34:55','abf5397d-c2dc-4157-b48e-bfddf264638f'),
(64489,32,11740,NULL,2610,1,'2026-01-20 20:35:26','2026-01-20 20:35:26','a1d9565b-c833-441c-b1a5-3515c2d1a8a7'),
(64490,32,11740,NULL,2598,2,'2026-01-20 20:35:26','2026-01-20 20:35:26','727ac6d6-f326-4630-852f-6a9abca4f3bc'),
(64491,32,11740,NULL,2624,3,'2026-01-20 20:35:26','2026-01-20 20:35:26','aaa8f24e-3e30-45b8-9de5-c6f9c2c86cf0'),
(64492,32,11740,NULL,2600,4,'2026-01-20 20:35:26','2026-01-20 20:35:26','a55888a4-4dcc-4736-8c71-b40500c3ed9c'),
(64493,32,11740,NULL,2596,5,'2026-01-20 20:35:26','2026-01-20 20:35:26','9a69309e-748f-46d7-a117-88ef1b0b6c57'),
(64494,32,11740,NULL,2602,6,'2026-01-20 20:35:26','2026-01-20 20:35:26','32e39b85-2135-49ac-8c7e-1660dff2fac1'),
(64495,32,11740,NULL,2606,7,'2026-01-20 20:35:26','2026-01-20 20:35:26','482fa088-7f7f-46fe-8303-84952e641b0d'),
(64496,32,11740,NULL,2612,8,'2026-01-20 20:35:26','2026-01-20 20:35:26','30c5e82a-22bb-452b-938e-9e1995b66520'),
(64497,32,11740,NULL,2604,9,'2026-01-20 20:35:26','2026-01-20 20:35:26','f50d81c7-d036-42ad-b600-14ed17dfa672'),
(64498,32,11740,NULL,2608,10,'2026-01-20 20:35:26','2026-01-20 20:35:26','06dd9351-e5a8-47ec-92fc-bbec724e0750'),
(64499,16,11740,NULL,3058,1,'2026-01-20 20:35:26','2026-01-20 20:35:26','25eff49c-51b2-4a96-98c3-bd204beb18ea'),
(64500,7,11740,NULL,2969,1,'2026-01-20 20:35:26','2026-01-20 20:35:26','51f72d8e-3d89-49c2-8673-796e451d0faf'),
(64501,7,11740,NULL,617,2,'2026-01-20 20:35:26','2026-01-20 20:35:26','f0ff2406-b35a-4eb9-8534-cbd92c974c35'),
(64502,7,11740,NULL,605,3,'2026-01-20 20:35:26','2026-01-20 20:35:26','881951cc-3a8e-4112-a382-948d71531496'),
(64503,7,11740,NULL,9552,4,'2026-01-20 20:35:26','2026-01-20 20:35:26','872d8158-77dd-4909-a1fc-1874964a2553'),
(64504,82,11740,NULL,491,1,'2026-01-20 20:35:26','2026-01-20 20:35:26','2f180534-7541-4983-b3a9-917dc0ae79d6'),
(64505,46,11740,NULL,2891,1,'2026-01-20 20:35:26','2026-01-20 20:35:26','a95d1ac5-edca-43a1-8859-2bdf6a8a78f0'),
(64506,47,11740,NULL,10523,1,'2026-01-20 20:35:26','2026-01-20 20:35:26','461712fc-cb12-4dae-a1c2-2fb1d5b4bc85'),
(64507,57,11740,NULL,4927,1,'2026-01-20 20:35:26','2026-01-20 20:35:26','403aeaa6-e7f0-4c90-8174-dc22cf5165db'),
(64508,57,11740,NULL,7772,2,'2026-01-20 20:35:26','2026-01-20 20:35:26','b84595bf-8e77-4cb4-a2fb-1968d59d43c4'),
(64509,57,11740,NULL,4931,3,'2026-01-20 20:35:26','2026-01-20 20:35:26','c43e4542-58e8-42db-bdb5-54da54037b72'),
(64510,57,11740,NULL,4930,4,'2026-01-20 20:35:26','2026-01-20 20:35:26','d023f274-8911-4c48-ad04-07a41e555f0d'),
(64511,57,11740,NULL,4932,5,'2026-01-20 20:35:26','2026-01-20 20:35:26','c91bac89-3b2d-4680-8d35-7ee93c43232b'),
(64512,57,11740,NULL,4933,6,'2026-01-20 20:35:26','2026-01-20 20:35:26','bb7020f5-8b56-4542-a27e-1f2a2a8440af'),
(64513,57,11740,NULL,4934,7,'2026-01-20 20:35:26','2026-01-20 20:35:26','fdd97d09-984c-4b46-8c85-b420b1b082de'),
(64514,57,11740,NULL,4935,8,'2026-01-20 20:35:26','2026-01-20 20:35:26','2ee60d85-750f-4699-bfb4-a8ca6a5e275e'),
(64515,57,11740,NULL,7739,9,'2026-01-20 20:35:26','2026-01-20 20:35:26','a729fba9-55a8-4287-88cf-1410e8a2a9c2'),
(64516,57,11740,NULL,7740,10,'2026-01-20 20:35:26','2026-01-20 20:35:26','7c7c10df-62da-4069-b08d-09f0ff597491'),
(64517,57,11740,NULL,7741,11,'2026-01-20 20:35:26','2026-01-20 20:35:26','087b9336-2c50-4acf-a547-992c226c693f'),
(64544,32,11742,NULL,2610,1,'2026-01-20 20:35:59','2026-01-20 20:35:59','b99df48b-2b12-4dd3-a9ea-b806494214ab'),
(64545,32,11742,NULL,2598,2,'2026-01-20 20:35:59','2026-01-20 20:35:59','cbe9b7a7-f4b3-4139-92b0-b3ae6c44fc1c'),
(64546,32,11742,NULL,2608,3,'2026-01-20 20:35:59','2026-01-20 20:35:59','36112529-ea92-4133-ab88-44fb2db4b20b'),
(64547,32,11742,NULL,2624,4,'2026-01-20 20:35:59','2026-01-20 20:35:59','5cc0ad5d-2b5b-42d1-9965-842f3875095f'),
(64548,32,11742,NULL,2600,5,'2026-01-20 20:35:59','2026-01-20 20:35:59','08fc2bb0-e8b5-4458-91ea-7b54c16b432f'),
(64549,32,11742,NULL,2596,6,'2026-01-20 20:35:59','2026-01-20 20:35:59','8fbeed0b-491f-4308-a20c-fd495e3ba290'),
(64550,32,11742,NULL,2602,7,'2026-01-20 20:35:59','2026-01-20 20:35:59','6bcb8e61-4722-4cfe-9c21-ab724c774d57'),
(64551,32,11742,NULL,2606,8,'2026-01-20 20:35:59','2026-01-20 20:35:59','f3ea6b49-b4a2-43f5-8e7c-b6de17132113'),
(64552,32,11742,NULL,2612,9,'2026-01-20 20:35:59','2026-01-20 20:35:59','860ea447-7ed9-491c-815b-26738375801e'),
(64553,32,11742,NULL,2604,10,'2026-01-20 20:35:59','2026-01-20 20:35:59','255cfe7d-d8e3-4ea0-a87c-9042680da969'),
(64554,16,11742,NULL,4786,1,'2026-01-20 20:35:59','2026-01-20 20:35:59','096a737d-91e5-4932-a4f0-b6d1cfbe884c'),
(64555,7,11742,NULL,6547,1,'2026-01-20 20:35:59','2026-01-20 20:35:59','87439a50-da66-4257-a7d7-b79225b4c986'),
(64556,7,11742,NULL,601,2,'2026-01-20 20:35:59','2026-01-20 20:35:59','e572c89c-a88a-4e09-9dd5-6fbb915c96eb'),
(64557,7,11742,NULL,617,3,'2026-01-20 20:35:59','2026-01-20 20:35:59','10eb510d-3454-447c-99a9-16c25fd29c38'),
(64558,7,11742,NULL,605,4,'2026-01-20 20:35:59','2026-01-20 20:35:59','cc5b96b7-3f56-4d0f-ac2f-86a8e0a76006'),
(64559,7,11742,NULL,9552,5,'2026-01-20 20:35:59','2026-01-20 20:35:59','2c360fdc-3842-4783-9d86-5e58f0d95203'),
(64560,82,11742,NULL,491,1,'2026-01-20 20:35:59','2026-01-20 20:35:59','cf14a1d8-bf97-44e1-898a-34d05555af92'),
(64561,46,11742,NULL,2891,1,'2026-01-20 20:35:59','2026-01-20 20:35:59','647a8530-1a70-441d-b925-29ffb3bbd075'),
(64562,57,11742,NULL,4808,1,'2026-01-20 20:35:59','2026-01-20 20:35:59','18c6fc95-3329-4c73-a5c1-f58ba5b39ae2'),
(64563,57,11742,NULL,4811,2,'2026-01-20 20:35:59','2026-01-20 20:35:59','05b18e21-ceba-4d85-81d8-e07e3bdd8313'),
(64564,57,11742,NULL,4807,3,'2026-01-20 20:35:59','2026-01-20 20:35:59','19353917-098f-46e3-8ada-ce551957a450'),
(64565,57,11742,NULL,4806,4,'2026-01-20 20:35:59','2026-01-20 20:35:59','8f07f5e8-a14c-44b8-b526-772ef783e879'),
(64566,57,11742,NULL,4809,5,'2026-01-20 20:35:59','2026-01-20 20:35:59','0cbd61fe-9391-4a6b-bf32-cbec6d37c882'),
(64567,57,11742,NULL,4810,6,'2026-01-20 20:35:59','2026-01-20 20:35:59','585054c5-26f3-4863-9024-9bf20d5051a5'),
(64594,32,11744,NULL,2610,1,'2026-01-20 20:36:34','2026-01-20 20:36:34','b570be6d-929c-4dff-83e2-651bfa67bf1f'),
(64595,32,11744,NULL,2598,2,'2026-01-20 20:36:34','2026-01-20 20:36:34','a3e3fc47-fc2f-47c2-bfb0-845063373aee'),
(64596,32,11744,NULL,2608,3,'2026-01-20 20:36:34','2026-01-20 20:36:34','0387f260-b3bb-4ddc-a6d9-e9b5d9f3037d'),
(64597,32,11744,NULL,2600,4,'2026-01-20 20:36:34','2026-01-20 20:36:34','ace21e72-039b-4829-94a5-2641cc36bb1d'),
(64598,32,11744,NULL,2596,5,'2026-01-20 20:36:34','2026-01-20 20:36:34','ea4d09b1-b4be-467d-a9d6-d7e7cb377666'),
(64599,32,11744,NULL,2602,6,'2026-01-20 20:36:34','2026-01-20 20:36:34','eb89de2a-4a4b-44d6-9457-b7b1926fd6c7'),
(64600,32,11744,NULL,2604,7,'2026-01-20 20:36:34','2026-01-20 20:36:34','0f0f562b-afa1-4e15-904f-554bd266f0bb'),
(64601,83,11744,NULL,951,1,'2026-01-20 20:36:34','2026-01-20 20:36:34','e6155495-9df2-4d35-9bc4-389078c58153'),
(64602,16,11744,NULL,7700,1,'2026-01-20 20:36:34','2026-01-20 20:36:34','17668b9f-0a6b-4c06-9df7-ba97738aa006'),
(64603,7,11744,NULL,2969,1,'2026-01-20 20:36:34','2026-01-20 20:36:34','0c4fa34b-6f7f-46ab-b4cf-27309bad3e8e'),
(64604,7,11744,NULL,2972,2,'2026-01-20 20:36:34','2026-01-20 20:36:34','74e34467-d734-44f7-b749-94db51637086'),
(64605,7,11744,NULL,2974,3,'2026-01-20 20:36:34','2026-01-20 20:36:34','c0011cce-76f1-47d8-a112-69c1c8e1c615'),
(64606,7,11744,NULL,617,4,'2026-01-20 20:36:34','2026-01-20 20:36:34','a5bce735-6048-41db-a459-548cbf3bc551'),
(64607,7,11744,NULL,605,5,'2026-01-20 20:36:34','2026-01-20 20:36:34','f1a36525-cc64-4d99-a3ff-b722dd438946'),
(64608,7,11744,NULL,9552,6,'2026-01-20 20:36:34','2026-01-20 20:36:34','8707b3f2-5ee0-43b6-8668-29e5a268de90'),
(64609,82,11744,NULL,479,1,'2026-01-20 20:36:34','2026-01-20 20:36:34','dce1289f-2ade-4e6f-b451-ee662fdcccb8'),
(64610,82,11744,NULL,491,2,'2026-01-20 20:36:34','2026-01-20 20:36:34','82a8081b-1ab4-47bc-ba5b-e97dbb456609'),
(64611,47,11744,NULL,10517,1,'2026-01-20 20:36:34','2026-01-20 20:36:34','bea20766-9311-47a8-bb03-4c388bebf64c'),
(64612,57,11744,NULL,4842,1,'2026-01-20 20:36:34','2026-01-20 20:36:34','d084604f-6b03-4f44-9e7f-448044916168'),
(64613,57,11744,NULL,4841,2,'2026-01-20 20:36:34','2026-01-20 20:36:34','33171475-91c0-48fd-92c8-2d25fd17ad30'),
(64614,57,11744,NULL,4846,3,'2026-01-20 20:36:34','2026-01-20 20:36:34','21a26cd2-728e-4dc3-897c-610ffdc40a90'),
(64615,57,11744,NULL,4845,4,'2026-01-20 20:36:34','2026-01-20 20:36:34','8aaac663-9aed-474a-8ba8-463d8680205c'),
(64616,57,11744,NULL,4844,5,'2026-01-20 20:36:34','2026-01-20 20:36:34','33077d74-eb4f-4980-ab42-c408d6f57009'),
(64617,57,11744,NULL,4843,6,'2026-01-20 20:36:34','2026-01-20 20:36:34','5d99ce8c-b181-4a8a-aa04-1cae0f84f6f6'),
(64694,22,1612,NULL,11750,1,'2026-01-20 20:39:17','2026-01-20 20:39:17','ca8ccece-83cc-4dbe-8079-68b84b9d6a21'),
(64695,32,11752,NULL,2610,1,'2026-01-20 20:39:17','2026-01-20 20:39:17','70247130-c508-4622-8987-57a07b505c68'),
(64696,32,11752,NULL,2598,2,'2026-01-20 20:39:17','2026-01-20 20:39:17','8ff94852-4bc1-495a-a7fb-6e49c9bbd680'),
(64697,32,11752,NULL,2600,3,'2026-01-20 20:39:17','2026-01-20 20:39:17','1a39877f-e488-43cf-af1a-a7510642e0f8'),
(64698,32,11752,NULL,2604,4,'2026-01-20 20:39:17','2026-01-20 20:39:17','46b27c57-57a0-432b-85ea-6cba1e15fbce'),
(64699,32,11752,NULL,2608,5,'2026-01-20 20:39:17','2026-01-20 20:39:17','8877acfc-51e1-48ac-9001-ee85570c8e4a'),
(64700,32,11752,NULL,2596,6,'2026-01-20 20:39:17','2026-01-20 20:39:17','bee0618b-6801-481b-ac61-be90e538d68a'),
(64701,32,11752,NULL,2602,7,'2026-01-20 20:39:17','2026-01-20 20:39:17','9a734f95-d465-4f38-be8d-242266f4514b'),
(64702,16,11752,NULL,3865,1,'2026-01-20 20:39:17','2026-01-20 20:39:17','5e90a767-1d45-4b25-8b96-db3bccce352b'),
(64703,7,11752,NULL,3468,1,'2026-01-20 20:39:17','2026-01-20 20:39:17','252cff9d-ecd4-403d-a969-d055d5383f47'),
(64704,7,11752,NULL,601,2,'2026-01-20 20:39:17','2026-01-20 20:39:17','386b6184-d6e3-4d50-8d6e-88d2e38254dc'),
(64705,7,11752,NULL,3093,3,'2026-01-20 20:39:17','2026-01-20 20:39:17','41e61b81-a224-450c-b6d8-344d6c5db18e'),
(64706,7,11752,NULL,617,4,'2026-01-20 20:39:17','2026-01-20 20:39:17','18b6259d-88c9-41cb-8afe-bfdc0ed13890'),
(64707,7,11752,NULL,605,5,'2026-01-20 20:39:17','2026-01-20 20:39:17','db2c87d6-d18a-4800-806f-e9f40ed53922'),
(64708,7,11752,NULL,9552,6,'2026-01-20 20:39:17','2026-01-20 20:39:17','581a2aa5-1461-4564-b045-a2a78be6d92d'),
(64709,82,11752,NULL,479,1,'2026-01-20 20:39:17','2026-01-20 20:39:17','8557a74e-f8f3-4ccf-9adb-dfb6d952cade'),
(64710,82,11752,NULL,491,2,'2026-01-20 20:39:17','2026-01-20 20:39:17','76b24a9e-c5b2-49fa-9b3b-11981758f5d0'),
(64711,57,11752,NULL,8094,1,'2026-01-20 20:39:17','2026-01-20 20:39:17','6172f184-435f-4917-a597-2595afa95107'),
(64712,57,11752,NULL,8093,2,'2026-01-20 20:39:17','2026-01-20 20:39:17','054ffe42-fd58-4e0a-84e1-7bd0f41ce153'),
(64713,57,11752,NULL,8095,3,'2026-01-20 20:39:17','2026-01-20 20:39:17','323b75c6-ca48-4420-878e-a4c598bfbe60'),
(64714,57,11752,NULL,8092,4,'2026-01-20 20:39:17','2026-01-20 20:39:17','fbd16deb-e40e-4fc5-a587-2484c1bf4936'),
(64716,22,11753,NULL,11750,1,'2026-01-20 20:39:17','2026-01-20 20:39:17','1c153e8a-871f-4aab-bab4-49d3d1a081ca'),
(64738,32,11755,NULL,2610,1,'2026-01-20 20:39:35','2026-01-20 20:39:35','cd1e3584-2fe7-446f-b2d8-acbf41e2b1cc'),
(64739,32,11755,NULL,2598,2,'2026-01-20 20:39:35','2026-01-20 20:39:35','c498506f-cdb9-4570-affb-211d2238bc3a'),
(64740,32,11755,NULL,2600,3,'2026-01-20 20:39:35','2026-01-20 20:39:35','f1cc81f4-bc60-413c-ae54-9ad3cb59a7ac'),
(64741,32,11755,NULL,2604,4,'2026-01-20 20:39:35','2026-01-20 20:39:35','4d365180-35d7-43d8-be6e-d783bf3114c2'),
(64742,32,11755,NULL,2608,5,'2026-01-20 20:39:35','2026-01-20 20:39:35','cd9ee945-26d2-4645-8c4b-bfcedf0dce2f'),
(64743,32,11755,NULL,2596,6,'2026-01-20 20:39:35','2026-01-20 20:39:35','d06cfefb-18b1-4b52-92e8-95c81b4c3c3e'),
(64744,32,11755,NULL,2602,7,'2026-01-20 20:39:35','2026-01-20 20:39:35','e9afee9b-0b9f-4d69-9f1c-d3427d7b0ec7'),
(64745,16,11755,NULL,3865,1,'2026-01-20 20:39:35','2026-01-20 20:39:35','19a42c0b-be72-48af-9609-956bc57c0881'),
(64746,7,11755,NULL,3468,1,'2026-01-20 20:39:35','2026-01-20 20:39:35','5f00af02-7848-4c58-99f3-6dfe36cfd35a'),
(64747,7,11755,NULL,601,2,'2026-01-20 20:39:35','2026-01-20 20:39:35','245d3e79-0a49-4950-a329-d941bb6dbc2a'),
(64748,7,11755,NULL,3093,3,'2026-01-20 20:39:35','2026-01-20 20:39:35','f407612b-5091-4ece-add1-ea680894546e'),
(64749,7,11755,NULL,617,4,'2026-01-20 20:39:35','2026-01-20 20:39:35','4959b5b6-055a-4e2a-8c7e-bf7997acdbd9'),
(64750,7,11755,NULL,605,5,'2026-01-20 20:39:35','2026-01-20 20:39:35','9e0fa9ac-d033-4599-9d0c-d4c77485ebc9'),
(64751,7,11755,NULL,9552,6,'2026-01-20 20:39:35','2026-01-20 20:39:35','0258b376-6483-44e6-8688-fa142489fab8'),
(64752,82,11755,NULL,479,1,'2026-01-20 20:39:35','2026-01-20 20:39:35','4628f706-b3dc-4b04-8016-1e55b0869af8'),
(64753,82,11755,NULL,491,2,'2026-01-20 20:39:35','2026-01-20 20:39:35','281f5dee-b916-4528-bb68-605195b4092e'),
(64754,57,11755,NULL,8094,1,'2026-01-20 20:39:35','2026-01-20 20:39:35','73cde0f5-f56c-47f1-9e43-12f65b8131be'),
(64755,57,11755,NULL,8093,2,'2026-01-20 20:39:35','2026-01-20 20:39:35','0323bd3c-dae2-4b45-8bb4-f013cfe01e03'),
(64756,57,11755,NULL,8095,3,'2026-01-20 20:39:35','2026-01-20 20:39:35','5ade5cfd-2b55-4668-92f3-d8183886ba01'),
(64757,57,11755,NULL,8092,4,'2026-01-20 20:39:35','2026-01-20 20:39:35','7d8daed7-d6d0-4cc6-b29d-1e615b1f12b7'),
(64759,32,11756,NULL,2610,1,'2026-01-20 20:39:55','2026-01-20 20:39:55','4daabf1c-2e20-40cb-be5a-6ddca16a5804'),
(64760,32,11756,NULL,2598,2,'2026-01-20 20:39:55','2026-01-20 20:39:55','ec448eb5-a995-43ba-8e51-13fc445b2f95'),
(64761,32,11756,NULL,2624,3,'2026-01-20 20:39:55','2026-01-20 20:39:55','1e2e840f-7d0c-4936-9c5b-54c496b4ec05'),
(64762,32,11756,NULL,2600,4,'2026-01-20 20:39:55','2026-01-20 20:39:55','09651c97-6f05-4d2e-b48b-a626810270b3'),
(64763,32,11756,NULL,2596,5,'2026-01-20 20:39:55','2026-01-20 20:39:55','5c4fc381-92d0-4db7-86b4-1db7c95bd5a4'),
(64764,32,11756,NULL,2602,6,'2026-01-20 20:39:55','2026-01-20 20:39:55','730662dd-ba59-4561-bef3-6f9db35d0057'),
(64765,32,11756,NULL,2606,7,'2026-01-20 20:39:55','2026-01-20 20:39:55','497380cf-539e-4c1f-b0d9-e94bfc7e75ab'),
(64766,32,11756,NULL,2612,8,'2026-01-20 20:39:55','2026-01-20 20:39:55','16e894d8-7f23-419e-8f35-278643cf54f5'),
(64767,32,11756,NULL,2604,9,'2026-01-20 20:39:55','2026-01-20 20:39:55','d422f3f3-5d39-402c-bf5e-7807d636d5d5'),
(64768,32,11756,NULL,2608,10,'2026-01-20 20:39:55','2026-01-20 20:39:55','13fdc87c-51d5-4342-9a1b-20a3fb81443a'),
(64769,16,11756,NULL,3058,1,'2026-01-20 20:39:55','2026-01-20 20:39:55','a713e635-ff1e-430f-a14c-464c38fa0780'),
(64770,7,11756,NULL,2969,1,'2026-01-20 20:39:55','2026-01-20 20:39:55','a39d5d91-9f7a-4344-b992-e83fdd480626'),
(64771,7,11756,NULL,617,2,'2026-01-20 20:39:55','2026-01-20 20:39:55','6a80630d-8e09-461b-bdf7-c220b5109dd8'),
(64772,7,11756,NULL,605,3,'2026-01-20 20:39:55','2026-01-20 20:39:55','3229da66-d13f-419c-8882-51d14140fa2b'),
(64773,7,11756,NULL,9552,4,'2026-01-20 20:39:55','2026-01-20 20:39:55','d75f0a42-344f-4fba-880b-113a4603ec29'),
(64774,82,11756,NULL,491,1,'2026-01-20 20:39:55','2026-01-20 20:39:55','485ab909-db76-42eb-8945-d4ed04ebae08'),
(64775,46,11756,NULL,2891,1,'2026-01-20 20:39:55','2026-01-20 20:39:55','7963f3e0-9d79-4f05-ac66-e93ca2af476d'),
(64776,47,11756,NULL,10523,1,'2026-01-20 20:39:55','2026-01-20 20:39:55','41a17aa3-3082-42ea-a23a-bb4a20c346af'),
(64777,57,11756,NULL,4927,1,'2026-01-20 20:39:55','2026-01-20 20:39:55','41059132-b0b4-4414-9f0c-e4a3605dfc99'),
(64778,57,11756,NULL,7772,2,'2026-01-20 20:39:55','2026-01-20 20:39:55','415c367b-a190-4071-91ce-77502e5cbbee'),
(64779,57,11756,NULL,4931,3,'2026-01-20 20:39:55','2026-01-20 20:39:55','f53eea79-adfa-4de4-a062-8c8b2375676f'),
(64780,57,11756,NULL,4930,4,'2026-01-20 20:39:55','2026-01-20 20:39:55','9c793930-60de-4103-a70e-6e27eb707533'),
(64781,57,11756,NULL,4932,5,'2026-01-20 20:39:55','2026-01-20 20:39:55','eedc6d11-42f5-4708-8ce5-ca9049b1e4a7'),
(64782,57,11756,NULL,4933,6,'2026-01-20 20:39:55','2026-01-20 20:39:55','3ae9a6c5-d8af-41c8-a6a2-bf39ca679fec'),
(64783,57,11756,NULL,4934,7,'2026-01-20 20:39:55','2026-01-20 20:39:55','f9259e5a-9cea-450e-946b-79538529a65d'),
(64784,57,11756,NULL,4935,8,'2026-01-20 20:39:55','2026-01-20 20:39:55','dc126eae-7f26-457a-8458-11391884d35c'),
(64785,57,11756,NULL,7739,9,'2026-01-20 20:39:55','2026-01-20 20:39:55','9e427694-6441-4fa4-804f-e90d88886b53'),
(64786,57,11756,NULL,7740,10,'2026-01-20 20:39:55','2026-01-20 20:39:55','2280ceed-f032-4d8f-837e-551ab99a08d3'),
(64787,57,11756,NULL,7741,11,'2026-01-20 20:39:55','2026-01-20 20:39:55','c1b7a167-3cfa-4dc5-8b41-adb52368da1e'),
(64819,32,11758,NULL,2610,1,'2026-01-20 20:40:23','2026-01-20 20:40:23','b4bb5cce-e915-4919-b62c-4e17b6387151'),
(64820,32,11758,NULL,2598,2,'2026-01-20 20:40:23','2026-01-20 20:40:23','1355292a-99d1-4a02-b854-f8a997bbd5bd'),
(64821,32,11758,NULL,2624,3,'2026-01-20 20:40:23','2026-01-20 20:40:23','4a1b1ccb-1ced-4a2d-8e86-975c64db6072'),
(64822,32,11758,NULL,2600,4,'2026-01-20 20:40:23','2026-01-20 20:40:23','286f55ba-0874-4425-a812-cc1c91b9ef25'),
(64823,32,11758,NULL,2596,5,'2026-01-20 20:40:23','2026-01-20 20:40:23','95dc7514-6607-44bb-9353-6462798358ec'),
(64824,32,11758,NULL,2602,6,'2026-01-20 20:40:23','2026-01-20 20:40:23','8369711f-a672-4cb4-b287-2115892691a2'),
(64825,32,11758,NULL,2606,7,'2026-01-20 20:40:23','2026-01-20 20:40:23','3a85471f-a4d7-4aee-907c-4d9eeedab38d'),
(64826,32,11758,NULL,2612,8,'2026-01-20 20:40:23','2026-01-20 20:40:23','fe93ee3f-b135-43b5-a1c3-8cefce9b9f69'),
(64827,32,11758,NULL,2604,9,'2026-01-20 20:40:23','2026-01-20 20:40:23','0f6343df-5509-4f62-b64a-49462cd5e6b1'),
(64828,32,11758,NULL,2608,10,'2026-01-20 20:40:23','2026-01-20 20:40:23','48d7a2cb-9e62-4e95-bad4-7c7107968f08'),
(64829,16,11758,NULL,3058,1,'2026-01-20 20:40:23','2026-01-20 20:40:23','0a067fb9-00ca-46e7-9b3e-b418810b6c11'),
(64830,7,11758,NULL,2969,1,'2026-01-20 20:40:23','2026-01-20 20:40:23','c1cd4cca-e29b-423e-a195-ae1390f1e1d1'),
(64831,7,11758,NULL,617,2,'2026-01-20 20:40:23','2026-01-20 20:40:23','de0eeefc-2786-42fe-ba37-a1cf983195f8'),
(64832,7,11758,NULL,605,3,'2026-01-20 20:40:23','2026-01-20 20:40:23','ff19c5ec-ef30-4125-99fe-57b7bb3d742e'),
(64833,7,11758,NULL,9552,4,'2026-01-20 20:40:23','2026-01-20 20:40:23','feada5c4-f1bb-4ac1-b19c-eb460d7ca8aa'),
(64834,82,11758,NULL,491,1,'2026-01-20 20:40:23','2026-01-20 20:40:23','b6ff0c79-56be-46c1-8412-cf54151f1369'),
(64835,46,11758,NULL,2891,1,'2026-01-20 20:40:23','2026-01-20 20:40:23','7ee66073-f2dd-489b-be3d-b719b7a11807'),
(64836,47,11758,NULL,10523,1,'2026-01-20 20:40:23','2026-01-20 20:40:23','cbb343ab-fb0d-4913-9ac5-20bf891da3e9'),
(64837,57,11758,NULL,4927,1,'2026-01-20 20:40:23','2026-01-20 20:40:23','7af2a6b9-8b7a-4c57-8eaa-67989dd6ce22'),
(64838,57,11758,NULL,7772,2,'2026-01-20 20:40:23','2026-01-20 20:40:23','34ac96d6-6184-47f7-a551-3fd353100f00'),
(64839,57,11758,NULL,4931,3,'2026-01-20 20:40:23','2026-01-20 20:40:23','17231e89-cabb-4e46-a83a-63502b12a8df'),
(64840,57,11758,NULL,4930,4,'2026-01-20 20:40:23','2026-01-20 20:40:23','9e00b421-713c-4703-8991-f409d93bf6db'),
(64841,57,11758,NULL,4932,5,'2026-01-20 20:40:23','2026-01-20 20:40:23','f17add00-7877-463b-8c5b-7fd38bdff895'),
(64842,57,11758,NULL,4933,6,'2026-01-20 20:40:23','2026-01-20 20:40:23','dabee78c-9e55-49b7-93d6-6d3ba3113334'),
(64843,57,11758,NULL,4934,7,'2026-01-20 20:40:23','2026-01-20 20:40:23','44ab6dc1-27ef-4aa2-9d89-b3b0c3458fe5'),
(64844,57,11758,NULL,4935,8,'2026-01-20 20:40:23','2026-01-20 20:40:23','cadb2c67-e9eb-467e-b62c-e2c2e4f447ba'),
(64845,57,11758,NULL,7739,9,'2026-01-20 20:40:23','2026-01-20 20:40:23','c5aa8f8f-13ef-4823-8d97-7f2b65d4c1be'),
(64846,57,11758,NULL,7740,10,'2026-01-20 20:40:23','2026-01-20 20:40:23','5342ff09-a137-4ded-919b-a634c5268f76'),
(64847,57,11758,NULL,7741,11,'2026-01-20 20:40:23','2026-01-20 20:40:23','529ca850-819a-4007-b6b0-a4134a2912e4'),
(64872,32,11760,NULL,2610,1,'2026-01-20 20:40:47','2026-01-20 20:40:47','683f64a8-b4de-49c3-b8dc-6188da31ea61'),
(64873,32,11760,NULL,2598,2,'2026-01-20 20:40:47','2026-01-20 20:40:47','ddf3c7f8-7dbf-4e58-89ca-f4f0036dbe35'),
(64874,32,11760,NULL,2600,3,'2026-01-20 20:40:47','2026-01-20 20:40:47','03f2538f-f66a-4e24-9ba2-4e7e1029af53'),
(64875,32,11760,NULL,2602,4,'2026-01-20 20:40:47','2026-01-20 20:40:47','e64880d7-362c-40c6-81dd-1d63e3fabc0b'),
(64876,32,11760,NULL,2612,5,'2026-01-20 20:40:47','2026-01-20 20:40:47','2578c83a-6ec9-4096-8de3-64011f1945f8'),
(64877,32,11760,NULL,2618,6,'2026-01-20 20:40:47','2026-01-20 20:40:47','b435f8f3-a9ab-4428-ac48-a311f297bf50'),
(64878,32,11760,NULL,2604,7,'2026-01-20 20:40:47','2026-01-20 20:40:47','82ed249a-4856-4707-9010-3f3306b7896c'),
(64879,32,11760,NULL,2614,8,'2026-01-20 20:40:47','2026-01-20 20:40:47','3819b838-ba03-492d-b55c-3e3a417c0a11'),
(64880,32,11760,NULL,2608,9,'2026-01-20 20:40:47','2026-01-20 20:40:47','a5f9fa78-9d85-4181-a6f1-eae3b08f5f43'),
(64881,32,11760,NULL,2596,10,'2026-01-20 20:40:47','2026-01-20 20:40:47','6e2a3aea-9673-4a13-8dea-cd338e943bf1'),
(64882,16,11760,NULL,8104,1,'2026-01-20 20:40:47','2026-01-20 20:40:47','10a3583a-7698-4136-9161-5b89b3df9c86'),
(64883,7,11760,NULL,9724,1,'2026-01-20 20:40:47','2026-01-20 20:40:47','b646a9a0-931c-40ee-9a59-c2ba5182a884'),
(64884,7,11760,NULL,2974,2,'2026-01-20 20:40:47','2026-01-20 20:40:47','a4337ce6-ee3b-4b10-8c73-c35cdc3ca270'),
(64885,7,11760,NULL,617,3,'2026-01-20 20:40:47','2026-01-20 20:40:47','d478b670-5c34-45bc-b759-63b6f33521fe'),
(64886,7,11760,NULL,605,4,'2026-01-20 20:40:47','2026-01-20 20:40:47','d105c508-ca7e-4c32-99d8-fb49b2609940'),
(64887,7,11760,NULL,9552,5,'2026-01-20 20:40:47','2026-01-20 20:40:47','3f1c9bfb-3aa8-485c-ab08-1f7ae4d228b8'),
(64888,82,11760,NULL,479,1,'2026-01-20 20:40:47','2026-01-20 20:40:47','57a55793-de40-4806-803e-c4dfe1b20d78'),
(64889,46,11760,NULL,3697,1,'2026-01-20 20:40:47','2026-01-20 20:40:47','702fd0bd-715f-4f83-9baf-ec09c2c316f4'),
(64890,57,11760,NULL,8108,1,'2026-01-20 20:40:47','2026-01-20 20:40:47','ab595cdd-314d-49bf-a76a-25603d29d6b1'),
(64891,57,11760,NULL,8107,2,'2026-01-20 20:40:47','2026-01-20 20:40:47','02159c23-3869-42fa-a8ea-eb73a4917857'),
(64892,57,11760,NULL,8106,3,'2026-01-20 20:40:47','2026-01-20 20:40:47','f249a062-5031-4f7c-86a7-739cfa50cfe4'),
(64893,57,11760,NULL,8105,4,'2026-01-20 20:40:47','2026-01-20 20:40:47','74418a9e-2ab0-45c3-b9df-53c4bfd7eba2'),
(64894,13,11760,NULL,6820,1,'2026-01-20 20:40:47','2026-01-20 20:40:47','fcad05e2-7323-4d21-bbc5-9156b0349d80'),
(64915,32,11762,NULL,2610,1,'2026-01-20 20:41:08','2026-01-20 20:41:08','4baa715b-8abf-4a00-af4a-e4069d675210'),
(64916,32,11762,NULL,2598,2,'2026-01-20 20:41:08','2026-01-20 20:41:08','09377874-4176-43da-83bf-39f3e2116c23'),
(64917,32,11762,NULL,2600,3,'2026-01-20 20:41:08','2026-01-20 20:41:08','8dab7609-da67-437b-b8d0-8418b5a920c0'),
(64918,32,11762,NULL,2606,4,'2026-01-20 20:41:08','2026-01-20 20:41:08','e71efd71-4e24-44aa-8fa4-26d050c0bf1e'),
(64919,32,11762,NULL,2604,5,'2026-01-20 20:41:08','2026-01-20 20:41:08','5ee517cf-71a8-4277-a370-43418c4d8f7a'),
(64920,32,11762,NULL,2614,6,'2026-01-20 20:41:08','2026-01-20 20:41:08','87573348-6480-4d2e-afce-4dde396e035c'),
(64921,32,11762,NULL,2608,7,'2026-01-20 20:41:08','2026-01-20 20:41:08','7c79937c-3cbc-4ab4-8555-098a4d746b91'),
(64922,32,11762,NULL,2596,8,'2026-01-20 20:41:08','2026-01-20 20:41:08','ac238b54-511b-49e8-911a-3cc26d00732d'),
(64923,32,11762,NULL,2602,9,'2026-01-20 20:41:08','2026-01-20 20:41:08','895b8fb2-7d4d-4684-83f1-c8fb263d3e42'),
(64924,16,11762,NULL,9415,1,'2026-01-20 20:41:08','2026-01-20 20:41:08','3ae3d308-803c-4f20-b7f7-bdb999c9df9a'),
(64925,7,11762,NULL,3468,1,'2026-01-20 20:41:08','2026-01-20 20:41:08','02c128bb-d6d6-4f9c-867c-dfbfe98664b2'),
(64926,7,11762,NULL,2969,2,'2026-01-20 20:41:08','2026-01-20 20:41:08','efb4298e-20f3-4ca7-a004-772b4222a2ca'),
(64927,7,11762,NULL,617,3,'2026-01-20 20:41:08','2026-01-20 20:41:08','30f8f9b3-0be1-41bf-a123-bd4bdd53871f'),
(64928,7,11762,NULL,605,4,'2026-01-20 20:41:08','2026-01-20 20:41:08','079bece0-0117-4efd-a158-9b59ade8f597'),
(64929,7,11762,NULL,9552,5,'2026-01-20 20:41:08','2026-01-20 20:41:08','a50e9174-26ea-4ddc-864b-3a9f42249870'),
(64930,57,11762,NULL,3927,1,'2026-01-20 20:41:08','2026-01-20 20:41:08','ee9b35d0-2b2c-4e03-97a2-1e2803bb4a80'),
(64931,57,11762,NULL,8117,2,'2026-01-20 20:41:08','2026-01-20 20:41:08','ff82087d-dc28-4ee2-bc4b-e481604cb4ea'),
(64932,57,11762,NULL,8119,3,'2026-01-20 20:41:08','2026-01-20 20:41:08','711a8659-3d17-4bf0-8a71-7a8c10c31925'),
(64933,57,11762,NULL,8120,4,'2026-01-20 20:41:08','2026-01-20 20:41:08','c64ebe8b-11cd-47e1-80af-79ae6950440c'),
(64955,32,11764,NULL,2610,1,'2026-01-20 20:41:36','2026-01-20 20:41:36','988329ec-f7de-4a38-bbbf-88584bf2ac12'),
(64956,32,11764,NULL,2598,2,'2026-01-20 20:41:36','2026-01-20 20:41:36','fae8142f-150c-4105-bd0f-ef55953e1f6a'),
(64957,32,11764,NULL,2600,3,'2026-01-20 20:41:36','2026-01-20 20:41:36','9fc8b1cb-803d-4a69-993f-593e419f6418'),
(64958,32,11764,NULL,2604,4,'2026-01-20 20:41:36','2026-01-20 20:41:36','7b628ed0-15c9-4dde-9a9e-c66815cb6a2d'),
(64959,32,11764,NULL,2608,5,'2026-01-20 20:41:36','2026-01-20 20:41:36','6a2ae7b0-bd92-45bb-b5a4-c0048b84613c'),
(64960,32,11764,NULL,2596,6,'2026-01-20 20:41:36','2026-01-20 20:41:36','2d0967b8-5d9a-4e2d-9e0e-62773ceeeda9'),
(64961,32,11764,NULL,2602,7,'2026-01-20 20:41:36','2026-01-20 20:41:36','0e2fc024-5259-4152-8e51-9bb06f347624'),
(64962,16,11764,NULL,3959,1,'2026-01-20 20:41:36','2026-01-20 20:41:36','30773897-782b-40a7-9bcf-4669676247d9'),
(64963,7,11764,NULL,3468,1,'2026-01-20 20:41:36','2026-01-20 20:41:36','bd581a38-12f7-474c-8b59-5cc04276bb77'),
(64964,7,11764,NULL,601,2,'2026-01-20 20:41:36','2026-01-20 20:41:36','a7357071-a138-405d-9101-05c7edd6f015'),
(64965,7,11764,NULL,617,3,'2026-01-20 20:41:36','2026-01-20 20:41:36','6fb4b95b-d8a0-4942-b7ce-56ee49012871'),
(64966,7,11764,NULL,9552,4,'2026-01-20 20:41:36','2026-01-20 20:41:36','8e49d5e9-8cc7-405b-95d2-ba2b9bf9c64b'),
(64967,7,11764,NULL,605,5,'2026-01-20 20:41:36','2026-01-20 20:41:36','40c72457-9ef6-414b-8a42-aecbe745a3d2'),
(64968,82,11764,NULL,479,1,'2026-01-20 20:41:36','2026-01-20 20:41:36','64f11885-1286-4bf6-99bd-5e66c0bfbcea'),
(64969,82,11764,NULL,491,2,'2026-01-20 20:41:36','2026-01-20 20:41:36','9ec1f212-8fee-4179-b25c-ef47cf946fee'),
(64970,57,11764,NULL,8132,1,'2026-01-20 20:41:36','2026-01-20 20:41:36','d61c9cad-42b4-4e8d-87fc-9b277469eebe'),
(64971,57,11764,NULL,8136,2,'2026-01-20 20:41:36','2026-01-20 20:41:36','630aa92b-8b51-415a-af8d-6c7adae69a57'),
(64972,57,11764,NULL,8131,3,'2026-01-20 20:41:36','2026-01-20 20:41:36','99489782-71a9-4776-9c38-ca0bafbf7f4d'),
(64973,57,11764,NULL,8134,4,'2026-01-20 20:41:36','2026-01-20 20:41:36','e8dfabf1-7a31-4efc-b9ba-76aea1725940'),
(64974,57,11764,NULL,8135,5,'2026-01-20 20:41:36','2026-01-20 20:41:36','14a7e4c5-c669-4bc0-bac5-3495f4339902'),
(65031,22,1632,NULL,11769,1,'2026-01-20 20:44:57','2026-01-20 20:44:57','d1dc1ac2-472b-40da-a94f-be4c27a0d311'),
(65032,32,11771,NULL,2610,1,'2026-01-20 20:44:58','2026-01-20 20:44:58','4fa10338-bfa3-4936-a1b8-b0fd0ee9ba6f'),
(65033,32,11771,NULL,2598,2,'2026-01-20 20:44:58','2026-01-20 20:44:58','d82694f0-bbe9-4c0f-bc19-5589c76cd4b1'),
(65034,32,11771,NULL,2600,3,'2026-01-20 20:44:58','2026-01-20 20:44:58','d0050264-0e30-4d8f-b31c-24e94e919b2f'),
(65035,32,11771,NULL,2604,4,'2026-01-20 20:44:58','2026-01-20 20:44:58','0d15b1d4-4df4-484b-8fdf-ab011559ab87'),
(65036,32,11771,NULL,2608,5,'2026-01-20 20:44:58','2026-01-20 20:44:58','2a4d20f7-7972-4617-81a7-c8df3493eb29'),
(65037,32,11771,NULL,2596,6,'2026-01-20 20:44:58','2026-01-20 20:44:58','0a8dd7b4-51d6-4ba0-b5d6-6f098e14e910'),
(65038,32,11771,NULL,2602,7,'2026-01-20 20:44:58','2026-01-20 20:44:58','8eb93d39-ae13-4448-a1a5-91749edec9c2'),
(65039,16,11771,NULL,9420,1,'2026-01-20 20:44:58','2026-01-20 20:44:58','32f21aef-cc56-47fb-8141-d87eb8f08dd2'),
(65040,7,11771,NULL,6547,1,'2026-01-20 20:44:58','2026-01-20 20:44:58','63da29f0-2469-4b91-944e-dd82244d6505'),
(65041,7,11771,NULL,601,2,'2026-01-20 20:44:58','2026-01-20 20:44:58','69721283-50a8-4bdb-8709-f024dd740702'),
(65042,7,11771,NULL,617,3,'2026-01-20 20:44:58','2026-01-20 20:44:58','59cfd840-baac-42ad-a94f-b050f3dd8c85'),
(65043,7,11771,NULL,605,4,'2026-01-20 20:44:58','2026-01-20 20:44:58','b9034b01-7d7b-458e-8ae7-25decaba5afb'),
(65044,7,11771,NULL,9552,5,'2026-01-20 20:44:58','2026-01-20 20:44:58','be774b47-33ea-44b1-a836-d69f9daf711c'),
(65045,82,11771,NULL,479,1,'2026-01-20 20:44:58','2026-01-20 20:44:58','982e2ab0-9bf4-4633-9d5f-7fb2cb467bb0'),
(65046,82,11771,NULL,491,2,'2026-01-20 20:44:58','2026-01-20 20:44:58','bb5dde32-c95c-4a35-a8cd-0322f459c3f7'),
(65047,57,11771,NULL,8141,1,'2026-01-20 20:44:58','2026-01-20 20:44:58','9f81d5fa-fa37-42be-a6b4-330e8b2e32df'),
(65048,57,11771,NULL,5129,2,'2026-01-20 20:44:58','2026-01-20 20:44:58','5847e262-e992-4f37-a2e6-ce513443b31a'),
(65049,57,11771,NULL,5127,3,'2026-01-20 20:44:58','2026-01-20 20:44:58','96b9b4c4-c2eb-443a-89f5-316e7c6d4f5c'),
(65050,57,11771,NULL,8142,4,'2026-01-20 20:44:58','2026-01-20 20:44:58','b24b3769-978a-44a2-9a46-3d358dd95d0b'),
(65051,57,11771,NULL,9423,5,'2026-01-20 20:44:58','2026-01-20 20:44:58','c8d70171-f6bd-4968-8cd7-932fe44a909f'),
(65052,57,11771,NULL,9424,6,'2026-01-20 20:44:58','2026-01-20 20:44:58','bc15c307-d7a2-465e-97b7-474745a85254'),
(65053,57,11771,NULL,9425,7,'2026-01-20 20:44:58','2026-01-20 20:44:58','023822a6-2e4b-41a3-94ad-26250275adf7'),
(65054,57,11771,NULL,9426,8,'2026-01-20 20:44:58','2026-01-20 20:44:58','aee11a4d-b8b7-4382-b42b-7fce4425940f'),
(65055,57,11771,NULL,9427,9,'2026-01-20 20:44:58','2026-01-20 20:44:58','c6a29d50-7ba9-4511-90ed-f7cd17c3bc99'),
(65056,22,11772,NULL,11769,1,'2026-01-20 20:44:58','2026-01-20 20:44:58','380538ad-fdd1-40b4-befe-09925db8e385'),
(65171,32,11779,NULL,2610,1,'2026-01-20 20:45:24','2026-01-20 20:45:24','9f8468b2-60ff-4b56-a78c-22081f68ce5e'),
(65172,32,11779,NULL,2598,2,'2026-01-20 20:45:24','2026-01-20 20:45:24','54f18608-603c-4906-b6ce-49f4c0bd0b5d'),
(65173,32,11779,NULL,2624,3,'2026-01-20 20:45:24','2026-01-20 20:45:24','9106b4cb-a797-4c38-955a-6f1678956688'),
(65174,32,11779,NULL,2600,4,'2026-01-20 20:45:24','2026-01-20 20:45:24','5bf0e3e7-557c-4c17-8630-866756e0b67a'),
(65175,32,11779,NULL,2596,5,'2026-01-20 20:45:24','2026-01-20 20:45:24','2f1c64c4-ff56-4753-9fde-407d75e7ae70'),
(65176,32,11779,NULL,2602,6,'2026-01-20 20:45:24','2026-01-20 20:45:24','02622da0-aa5a-41e5-bdb1-438494a8ad09'),
(65177,32,11779,NULL,2606,7,'2026-01-20 20:45:24','2026-01-20 20:45:24','2403dba8-5f6c-44b6-a116-da94dc2813c9'),
(65178,32,11779,NULL,2612,8,'2026-01-20 20:45:24','2026-01-20 20:45:24','f887618d-f05b-4b14-8747-cad44ded9c2f'),
(65179,32,11779,NULL,2604,9,'2026-01-20 20:45:24','2026-01-20 20:45:24','00f12e1f-629f-4e8d-81fe-ffc50ad8011c'),
(65180,32,11779,NULL,2608,10,'2026-01-20 20:45:24','2026-01-20 20:45:24','ce4222dc-6637-4a08-8306-d65e30bdcf5a'),
(65181,16,11779,NULL,3058,1,'2026-01-20 20:45:24','2026-01-20 20:45:24','326313ac-e9d8-49d9-b620-167d5dc44f6e'),
(65182,7,11779,NULL,2969,1,'2026-01-20 20:45:24','2026-01-20 20:45:24','eb06102c-3f23-45ac-b4b0-6094ed464445'),
(65183,7,11779,NULL,617,2,'2026-01-20 20:45:24','2026-01-20 20:45:24','9a5c1eb0-466b-44ba-8595-7e7ff3873156'),
(65184,7,11779,NULL,605,3,'2026-01-20 20:45:24','2026-01-20 20:45:24','bcec2a20-8de6-49ac-abc2-865c2e0b33f3'),
(65185,7,11779,NULL,9552,4,'2026-01-20 20:45:24','2026-01-20 20:45:24','7c90faca-5098-4b11-8fe7-4d52c85535df'),
(65186,82,11779,NULL,491,1,'2026-01-20 20:45:24','2026-01-20 20:45:24','5e75ab2a-c6aa-408f-b94c-fc1fbabcd7b2'),
(65187,46,11779,NULL,2891,1,'2026-01-20 20:45:24','2026-01-20 20:45:24','d9f23a7d-067e-4a24-bd87-3ce2cb472eeb'),
(65188,47,11779,NULL,10523,1,'2026-01-20 20:45:24','2026-01-20 20:45:24','837646e3-66f8-4a8a-8c6f-bc0e26946e83'),
(65189,57,11779,NULL,4927,1,'2026-01-20 20:45:24','2026-01-20 20:45:24','a4c797e5-ada2-40f7-b40e-f640e55a7426'),
(65190,57,11779,NULL,7772,2,'2026-01-20 20:45:24','2026-01-20 20:45:24','db480110-97fa-4d3d-bf50-1d5e1d47fe5d'),
(65191,57,11779,NULL,4931,3,'2026-01-20 20:45:24','2026-01-20 20:45:24','6ab083ac-b46e-4fd1-986b-d0426d6d77c7'),
(65192,57,11779,NULL,4930,4,'2026-01-20 20:45:24','2026-01-20 20:45:24','d1cb671c-6570-4318-9bd3-016650959b10'),
(65193,57,11779,NULL,4932,5,'2026-01-20 20:45:24','2026-01-20 20:45:24','557addb0-629e-4623-8209-561327d57d5d'),
(65194,57,11779,NULL,4933,6,'2026-01-20 20:45:24','2026-01-20 20:45:24','e4e994e1-c3b7-42e7-bb67-f2ebc4fef83e'),
(65195,57,11779,NULL,4934,7,'2026-01-20 20:45:24','2026-01-20 20:45:24','9e81d1eb-b4c9-4461-a725-9b71439758f8'),
(65196,57,11779,NULL,4935,8,'2026-01-20 20:45:24','2026-01-20 20:45:24','503e09b6-57b6-4059-8c2e-fb293ce4ac1d'),
(65197,57,11779,NULL,7739,9,'2026-01-20 20:45:24','2026-01-20 20:45:24','a8104bed-ffac-4c1d-93f7-d9159200d9ed'),
(65198,57,11779,NULL,7740,10,'2026-01-20 20:45:24','2026-01-20 20:45:24','2ebb4b30-19c6-43bf-9ae5-7538334159b5'),
(65199,57,11779,NULL,7741,11,'2026-01-20 20:45:24','2026-01-20 20:45:24','61bf83b5-0308-4b08-b3be-578c78f10fa4'),
(65201,32,11780,NULL,2610,1,'2026-01-20 20:45:48','2026-01-20 20:45:48','5fcf7ec4-3825-45ce-a52b-d1a7626ced2d'),
(65202,32,11780,NULL,2598,2,'2026-01-20 20:45:48','2026-01-20 20:45:48','c815e245-8618-4b8b-b87a-ea11a1af1509'),
(65203,32,11780,NULL,2600,3,'2026-01-20 20:45:48','2026-01-20 20:45:48','64f6cde7-fd6c-4d7e-ac25-b22dc6add6ce'),
(65204,32,11780,NULL,2604,4,'2026-01-20 20:45:48','2026-01-20 20:45:48','7782aed3-3205-455c-9aa2-476948964549'),
(65205,32,11780,NULL,2608,5,'2026-01-20 20:45:48','2026-01-20 20:45:48','760e4432-50e5-4b2c-b6ff-2fbf0366b26f'),
(65206,32,11780,NULL,2596,6,'2026-01-20 20:45:48','2026-01-20 20:45:48','d7c23b42-13eb-458b-a49e-57a776196b63'),
(65207,32,11780,NULL,2602,7,'2026-01-20 20:45:48','2026-01-20 20:45:48','040ee5ba-54e7-4614-ad47-a99f51330697'),
(65208,16,11780,NULL,9420,1,'2026-01-20 20:45:48','2026-01-20 20:45:48','5a7087f6-b3e7-47e3-9a74-7df7d454fd84'),
(65209,7,11780,NULL,6547,1,'2026-01-20 20:45:48','2026-01-20 20:45:48','a1e80ba0-aff1-4f78-bd17-394e7fe925b5'),
(65210,7,11780,NULL,601,2,'2026-01-20 20:45:48','2026-01-20 20:45:48','0ec71c27-522e-4664-a24d-12b60638dbc4'),
(65211,7,11780,NULL,617,3,'2026-01-20 20:45:48','2026-01-20 20:45:48','fb6092c9-0d51-4b38-9631-f944fa223219'),
(65212,7,11780,NULL,605,4,'2026-01-20 20:45:48','2026-01-20 20:45:48','ca95ffb0-fa62-4b66-8911-f7b10d43113e'),
(65213,7,11780,NULL,9552,5,'2026-01-20 20:45:48','2026-01-20 20:45:48','21454a81-0d54-452a-973a-fc6a543924f1'),
(65214,82,11780,NULL,479,1,'2026-01-20 20:45:48','2026-01-20 20:45:48','297dc294-6e1c-4234-b74c-088a91064b02'),
(65215,82,11780,NULL,491,2,'2026-01-20 20:45:48','2026-01-20 20:45:48','0435e9f7-3f07-4dee-9848-05cfa4365d5b'),
(65216,57,11780,NULL,8141,1,'2026-01-20 20:45:48','2026-01-20 20:45:48','eac2559d-0417-449f-8b78-f4a16b91c7fc'),
(65217,57,11780,NULL,5129,2,'2026-01-20 20:45:48','2026-01-20 20:45:48','e97d71a6-5817-4d4e-a04c-8b411fb70af8'),
(65218,57,11780,NULL,5127,3,'2026-01-20 20:45:48','2026-01-20 20:45:48','d21fb79d-d16b-42f2-b5e4-fad59919d0f8'),
(65219,57,11780,NULL,8142,4,'2026-01-20 20:45:48','2026-01-20 20:45:48','bb048b56-f00d-4d1d-bf03-091c2765f852'),
(65220,57,11780,NULL,9423,5,'2026-01-20 20:45:48','2026-01-20 20:45:48','99af31b2-1533-478b-828d-efa0b9c426ef'),
(65221,57,11780,NULL,9424,6,'2026-01-20 20:45:48','2026-01-20 20:45:48','c41e3b48-3b7a-4490-a501-34eff13fdc43'),
(65222,57,11780,NULL,9425,7,'2026-01-20 20:45:48','2026-01-20 20:45:48','3a611faf-3c0e-44ff-99c5-da0083f9a65c'),
(65223,57,11780,NULL,9426,8,'2026-01-20 20:45:48','2026-01-20 20:45:48','7849df23-be7c-4767-b662-38bb2361a7f7'),
(65224,57,11780,NULL,9427,9,'2026-01-20 20:45:48','2026-01-20 20:45:48','7594c328-65fe-477b-9b34-bd09305dc5fc'),
(65280,32,11784,NULL,2614,1,'2026-01-20 20:48:45','2026-01-20 20:48:45','9f94c45b-ceb9-4e42-bf4c-274668a80aa6'),
(65281,32,11784,NULL,2610,2,'2026-01-20 20:48:45','2026-01-20 20:48:45','b332eb21-14fe-4b44-99d3-f502e165229a'),
(65282,32,11784,NULL,2598,3,'2026-01-20 20:48:45','2026-01-20 20:48:45','08086126-9ce8-4dad-9f77-5b284643f59e'),
(65283,32,11784,NULL,2600,4,'2026-01-20 20:48:45','2026-01-20 20:48:45','7c64e604-e469-4a2e-9639-14e2a4515544'),
(65284,32,11784,NULL,2596,5,'2026-01-20 20:48:45','2026-01-20 20:48:45','5a61fb5b-9230-45cf-af63-cc2a499f7986'),
(65285,32,11784,NULL,2602,6,'2026-01-20 20:48:45','2026-01-20 20:48:45','0d51cde3-609f-4447-87db-f53c54b9fcc2'),
(65286,32,11784,NULL,2606,7,'2026-01-20 20:48:45','2026-01-20 20:48:45','59720177-0bfd-43cb-b5a9-df014092b7d1'),
(65287,32,11784,NULL,2604,8,'2026-01-20 20:48:45','2026-01-20 20:48:45','9e95b68b-e202-418c-ae4a-fb887119bef8'),
(65288,32,11784,NULL,2608,9,'2026-01-20 20:48:45','2026-01-20 20:48:45','e00698f1-d3d8-4ccb-a4de-da08be712e77'),
(65289,16,11784,NULL,3425,1,'2026-01-20 20:48:45','2026-01-20 20:48:45','65618706-12c1-4faa-a003-0c3a21f523e6'),
(65290,7,11784,NULL,601,1,'2026-01-20 20:48:45','2026-01-20 20:48:45','4314ba18-a911-4bd7-a30f-577c195d7062'),
(65291,7,11784,NULL,617,2,'2026-01-20 20:48:45','2026-01-20 20:48:45','41e53090-92d8-4f89-9063-333c1d2b8f8e'),
(65292,7,11784,NULL,605,3,'2026-01-20 20:48:45','2026-01-20 20:48:45','31c980c9-4c09-43a8-adea-879e5bece79b'),
(65293,7,11784,NULL,9552,4,'2026-01-20 20:48:45','2026-01-20 20:48:45','946d7d07-1728-4ed1-b3b3-4da9b672db8f'),
(65294,82,11784,NULL,491,1,'2026-01-20 20:48:45','2026-01-20 20:48:45','08e0ab48-4aa5-48ea-8b72-4d782e3521b9'),
(65295,46,11784,NULL,7381,1,'2026-01-20 20:48:45','2026-01-20 20:48:45','51a3b7bb-7e3a-4aff-84d0-b2100b442c42'),
(65296,47,11784,NULL,10538,1,'2026-01-20 20:48:45','2026-01-20 20:48:45','c09f6c29-dade-466a-b4ea-edcd07cf9765'),
(65297,57,11784,NULL,7862,1,'2026-01-20 20:48:45','2026-01-20 20:48:45','16576419-9f0c-4e75-9e6b-7c38ba508f2c'),
(65298,57,11784,NULL,7858,2,'2026-01-20 20:48:45','2026-01-20 20:48:45','9101c26d-c7ee-4be2-9d11-bbc92f5ca01f'),
(65299,57,11784,NULL,7864,3,'2026-01-20 20:48:45','2026-01-20 20:48:45','3e6f84e2-fba0-46fa-b0b3-761752aa466d'),
(65300,57,11784,NULL,7859,4,'2026-01-20 20:48:45','2026-01-20 20:48:45','767b8437-874d-4b77-b4ce-d9411674ac55'),
(65301,57,11784,NULL,7861,5,'2026-01-20 20:48:45','2026-01-20 20:48:45','47b9a40b-ba95-479e-bb15-a42c11a1b940'),
(65302,57,11784,NULL,7863,6,'2026-01-20 20:48:45','2026-01-20 20:48:45','bc6a3f06-f7f5-456b-9588-f3668c3ff9ff'),
(65303,57,11784,NULL,7860,7,'2026-01-20 20:48:45','2026-01-20 20:48:45','38297ee9-f2c0-4c96-b95c-dfd5f7d759ad'),
(65325,32,11787,NULL,2610,1,'2026-01-20 20:49:39','2026-01-20 20:49:39','26addfbc-1a87-4d4d-9635-823311a5bed6'),
(65326,32,11787,NULL,2598,2,'2026-01-20 20:49:39','2026-01-20 20:49:39','7b46273d-04b8-4278-8152-093dd54b6008'),
(65327,32,11787,NULL,2600,3,'2026-01-20 20:49:39','2026-01-20 20:49:39','969a42b5-c664-4b03-9a1c-abc5b316a243'),
(65328,32,11787,NULL,2602,4,'2026-01-20 20:49:39','2026-01-20 20:49:39','91551a98-8ff4-4876-b87d-259637b8b5cf'),
(65329,32,11787,NULL,2604,5,'2026-01-20 20:49:39','2026-01-20 20:49:39','a4148877-5cae-4d47-bc0b-83047e94403d'),
(65330,32,11787,NULL,2608,6,'2026-01-20 20:49:39','2026-01-20 20:49:39','24456d3b-7925-4af6-8eb0-bf66acfbde6c'),
(65331,32,11787,NULL,2596,7,'2026-01-20 20:49:39','2026-01-20 20:49:39','5d23c407-d9fb-4c1d-a51f-1d159e42f76a'),
(65332,16,11787,NULL,4579,1,'2026-01-20 20:49:39','2026-01-20 20:49:39','19be68d3-bafd-46e6-9c8f-dde9824141ce'),
(65333,7,11787,NULL,2969,1,'2026-01-20 20:49:39','2026-01-20 20:49:39','462a9bc2-079e-421f-b896-669672d03ef0'),
(65334,7,11787,NULL,9727,2,'2026-01-20 20:49:39','2026-01-20 20:49:39','f6ac01ea-3f35-4e2c-a513-370ca63fdd8a'),
(65335,7,11787,NULL,617,3,'2026-01-20 20:49:39','2026-01-20 20:49:39','cb6c9207-35c2-4be5-8792-a9f9af9a5c4b'),
(65336,7,11787,NULL,605,4,'2026-01-20 20:49:39','2026-01-20 20:49:39','a0431240-fb34-4a47-844c-25dad04c4456'),
(65337,7,11787,NULL,9552,5,'2026-01-20 20:49:39','2026-01-20 20:49:39','01f084e8-d70a-4f29-9adc-e80cc4d40e10'),
(65338,82,11787,NULL,479,1,'2026-01-20 20:49:39','2026-01-20 20:49:39','36d1709c-9df3-401c-9340-a22d57b27279'),
(65339,82,11787,NULL,491,2,'2026-01-20 20:49:39','2026-01-20 20:49:39','d06abd3b-8313-4445-9cfc-1c94a72d9dfb'),
(65340,57,11787,NULL,8984,1,'2026-01-20 20:49:39','2026-01-20 20:49:39','14114c68-5d0e-45d4-a994-5182d2b40a48'),
(65341,57,11787,NULL,8982,2,'2026-01-20 20:49:39','2026-01-20 20:49:39','2c2aca09-c592-4017-abe1-c928c65e740e'),
(65342,57,11787,NULL,8981,3,'2026-01-20 20:49:39','2026-01-20 20:49:39','e0cb1485-2fe1-4a07-bdfc-fdfe544143e6'),
(65343,57,11787,NULL,8983,4,'2026-01-20 20:49:39','2026-01-20 20:49:39','0bd17cc4-a0d2-45a0-8739-ee2ef471cc8a'),
(65344,57,11787,NULL,8980,5,'2026-01-20 20:49:39','2026-01-20 20:49:39','7a5d76e8-9329-459c-b398-3bc7829c26c1'),
(65372,32,11792,NULL,2610,1,'2026-01-20 20:53:29','2026-01-20 20:53:29','c2f5b64b-6b82-465d-9318-6cfb330242e9'),
(65373,32,11792,NULL,2598,2,'2026-01-20 20:53:29','2026-01-20 20:53:29','a1cef113-2390-4c0f-81b1-5a800ff8603f'),
(65374,32,11792,NULL,2600,3,'2026-01-20 20:53:29','2026-01-20 20:53:29','c811664c-939d-4bcf-9fc8-49ede5e781a7'),
(65375,32,11792,NULL,2596,4,'2026-01-20 20:53:29','2026-01-20 20:53:29','b9dfeb19-ed01-49ff-83e6-419de145282b'),
(65376,32,11792,NULL,2602,5,'2026-01-20 20:53:29','2026-01-20 20:53:29','642bde43-a409-42a1-bdd6-59dda1fd3ea4'),
(65377,32,11792,NULL,2604,6,'2026-01-20 20:53:29','2026-01-20 20:53:29','e0164d09-6aea-4440-9ed9-db8987e966b5'),
(65378,32,11792,NULL,2608,7,'2026-01-20 20:53:29','2026-01-20 20:53:29','a84d57f4-b459-4c47-b724-93b104b1b25a'),
(65379,16,11792,NULL,5253,1,'2026-01-20 20:53:29','2026-01-20 20:53:29','c303272d-ea54-47c6-af3c-aec822707814'),
(65380,7,11792,NULL,601,1,'2026-01-20 20:53:29','2026-01-20 20:53:29','b2120e52-600c-43a2-a215-a562802a458a'),
(65381,7,11792,NULL,617,2,'2026-01-20 20:53:29','2026-01-20 20:53:29','6241c279-6e4e-4669-8752-064bd86f8f72'),
(65382,7,11792,NULL,9727,3,'2026-01-20 20:53:29','2026-01-20 20:53:29','f4973275-2750-4f1c-a5cc-18ff80388f10'),
(65383,7,11792,NULL,9552,4,'2026-01-20 20:53:29','2026-01-20 20:53:29','720ba020-372d-415f-9eda-0dab0467951c'),
(65384,7,11792,NULL,605,5,'2026-01-20 20:53:29','2026-01-20 20:53:29','8c7db539-2dc5-4aec-8717-bae07d8f9ae2'),
(65385,82,11792,NULL,479,1,'2026-01-20 20:53:29','2026-01-20 20:53:29','53b27c0e-a7a4-4720-accb-d8bc9037a66c'),
(65386,82,11792,NULL,491,2,'2026-01-20 20:53:29','2026-01-20 20:53:29','2e6f1d77-0055-4947-abb7-693dc94d5ccb'),
(65387,46,11792,NULL,7379,1,'2026-01-20 20:53:29','2026-01-20 20:53:29','f220f602-0443-451d-b9a3-298bc7945d46'),
(65388,47,11792,NULL,10557,1,'2026-01-20 20:53:29','2026-01-20 20:53:29','31d976c3-e9f1-44a4-ba56-ad26402241d4'),
(65389,57,11792,NULL,7926,1,'2026-01-20 20:53:29','2026-01-20 20:53:29','2d15d478-a4d6-45a6-9f80-6803d2136bb1'),
(65390,57,11792,NULL,7928,2,'2026-01-20 20:53:29','2026-01-20 20:53:29','cc871b7d-cfa4-4c8a-a1e2-a4270f8f4a45'),
(65391,57,11792,NULL,7927,3,'2026-01-20 20:53:29','2026-01-20 20:53:29','ecd4aaff-14a7-4f7c-86e7-ea24b8629c1f'),
(65392,57,11792,NULL,7924,4,'2026-01-20 20:53:29','2026-01-20 20:53:29','97bb5001-61d5-4ba9-b9f6-0c5d086710bb'),
(65393,57,11792,NULL,7925,5,'2026-01-20 20:53:29','2026-01-20 20:53:29','f1173c10-d757-41e1-aa41-1a1ba02058ce'),
(65394,57,11792,NULL,7923,6,'2026-01-20 20:53:29','2026-01-20 20:53:29','a4935912-b971-4445-b085-520c0d859fdc'),
(65395,57,11792,NULL,7920,7,'2026-01-20 20:53:29','2026-01-20 20:53:29','33ee8437-1a3d-4c2b-b552-9a6923109b74'),
(65396,57,11792,NULL,7922,8,'2026-01-20 20:53:29','2026-01-20 20:53:29','e2c373b8-cdfc-4bbd-b443-c5fdbd0a74d2'),
(65397,57,11792,NULL,7921,9,'2026-01-20 20:53:29','2026-01-20 20:53:29','97f3a6b0-0956-4983-bb32-4a3a44eb8264'),
(65426,32,11795,NULL,2610,1,'2026-01-20 20:53:56','2026-01-20 20:53:56','c73d9b26-b96c-41b2-8fb1-f80097d6ef20'),
(65427,32,11795,NULL,2598,2,'2026-01-20 20:53:56','2026-01-20 20:53:56','a267bdec-7689-4d82-ade3-905dcd7ff644'),
(65428,32,11795,NULL,2624,3,'2026-01-20 20:53:56','2026-01-20 20:53:56','0c6e4557-39c4-40f8-86ed-72b9dcbc1e8d'),
(65429,32,11795,NULL,2600,4,'2026-01-20 20:53:56','2026-01-20 20:53:56','7e559b6f-0077-4a7a-8088-4b4162c15a06'),
(65430,32,11795,NULL,2596,5,'2026-01-20 20:53:56','2026-01-20 20:53:56','f0512337-8bed-4e28-88b1-88c8eb70d156'),
(65431,32,11795,NULL,2602,6,'2026-01-20 20:53:56','2026-01-20 20:53:56','b7623e4c-61c3-4a76-ae90-50350b4518f5'),
(65432,32,11795,NULL,2606,7,'2026-01-20 20:53:56','2026-01-20 20:53:56','24ecd0f5-720e-4e2b-93e0-e0c7a2c14586'),
(65433,32,11795,NULL,2612,8,'2026-01-20 20:53:56','2026-01-20 20:53:56','e8060efd-d1ea-4efc-a087-c31be98311b4'),
(65434,32,11795,NULL,2604,9,'2026-01-20 20:53:56','2026-01-20 20:53:56','2dfeaf0a-567a-4621-a303-99cc692aadfa'),
(65435,32,11795,NULL,2608,10,'2026-01-20 20:53:56','2026-01-20 20:53:56','b0609a33-92a5-4e3c-8aee-39c746ae7422'),
(65436,16,11795,NULL,3058,1,'2026-01-20 20:53:56','2026-01-20 20:53:56','ce89a7be-bbce-4662-a979-65faf0937293'),
(65437,7,11795,NULL,2969,1,'2026-01-20 20:53:56','2026-01-20 20:53:56','6bf36991-4407-4629-a9ee-9fcb68fd27b9'),
(65438,7,11795,NULL,617,2,'2026-01-20 20:53:56','2026-01-20 20:53:56','8c5e67dd-fbce-48a3-ba88-727c41937a48'),
(65439,7,11795,NULL,605,3,'2026-01-20 20:53:56','2026-01-20 20:53:56','0eda2a85-0ae8-45fc-be2d-fdd347451af0'),
(65440,7,11795,NULL,9552,4,'2026-01-20 20:53:56','2026-01-20 20:53:56','adb067fd-7ad0-4c1d-a5cc-0a7950eb406b'),
(65441,82,11795,NULL,491,1,'2026-01-20 20:53:56','2026-01-20 20:53:56','4ab998ab-5d62-4285-b7a1-683d5ff1f9e1'),
(65442,46,11795,NULL,2891,1,'2026-01-20 20:53:56','2026-01-20 20:53:56','c58eb309-514e-42c4-9b30-999dfc695883'),
(65443,47,11795,NULL,10523,1,'2026-01-20 20:53:56','2026-01-20 20:53:56','65c49d96-efb1-496b-9a04-6d6d48294fe3'),
(65444,57,11795,NULL,4927,1,'2026-01-20 20:53:56','2026-01-20 20:53:56','9fb76ed0-fb31-4510-92e2-e00372176a03'),
(65445,57,11795,NULL,7772,2,'2026-01-20 20:53:56','2026-01-20 20:53:56','368c78b8-cd98-4452-9521-883f8f965972'),
(65446,57,11795,NULL,4931,3,'2026-01-20 20:53:56','2026-01-20 20:53:56','77d6bfab-9ada-41cc-80e5-3c129d32f030'),
(65447,57,11795,NULL,4930,4,'2026-01-20 20:53:56','2026-01-20 20:53:56','340c9abc-c087-4eca-a4cb-6d18e682f5eb'),
(65448,57,11795,NULL,4932,5,'2026-01-20 20:53:56','2026-01-20 20:53:56','5081c1b0-eab4-4dfd-b1a5-de0096824825'),
(65449,57,11795,NULL,4933,6,'2026-01-20 20:53:56','2026-01-20 20:53:56','0f2db5ee-d4af-42fd-b1b7-92e8329ec066'),
(65450,57,11795,NULL,4934,7,'2026-01-20 20:53:56','2026-01-20 20:53:56','578f028f-aa73-4aeb-8278-996842932c18'),
(65451,57,11795,NULL,4935,8,'2026-01-20 20:53:56','2026-01-20 20:53:56','db1b9028-3567-446b-99ad-aef2a884222f'),
(65452,57,11795,NULL,7739,9,'2026-01-20 20:53:56','2026-01-20 20:53:56','7f77c9e7-352f-4a0b-81d1-49dd5a1c60fd'),
(65453,57,11795,NULL,7740,10,'2026-01-20 20:53:56','2026-01-20 20:53:56','2430662c-a5ea-4f95-a67c-946973b0414d'),
(65454,57,11795,NULL,7741,11,'2026-01-20 20:53:56','2026-01-20 20:53:56','4feec595-434d-4000-8791-e9698b76f931'),
(65456,32,11796,NULL,2610,1,'2026-01-20 20:54:30','2026-01-20 20:54:30','2d1ebc08-11cc-463c-9a76-99dace60a306'),
(65457,32,11796,NULL,2598,2,'2026-01-20 20:54:30','2026-01-20 20:54:30','f65e9503-19c3-4ae4-990e-536ede54f344'),
(65458,32,11796,NULL,2600,3,'2026-01-20 20:54:30','2026-01-20 20:54:30','a0bf172d-6d2a-4252-813d-d19f9468bdec'),
(65459,32,11796,NULL,2596,4,'2026-01-20 20:54:30','2026-01-20 20:54:30','60ccfb27-2c10-4efc-a676-143d9c46c13c'),
(65460,32,11796,NULL,2602,5,'2026-01-20 20:54:30','2026-01-20 20:54:30','bdcb352c-4c4a-4bee-8719-6162f274a9f7'),
(65461,32,11796,NULL,2604,6,'2026-01-20 20:54:30','2026-01-20 20:54:30','7207bc75-629c-4a20-b7f8-882c7eff8500'),
(65462,32,11796,NULL,2608,7,'2026-01-20 20:54:30','2026-01-20 20:54:30','5d8be243-87a5-48d2-b9af-fd7934a26d3f'),
(65463,16,11796,NULL,5253,1,'2026-01-20 20:54:30','2026-01-20 20:54:30','2675d2bd-cf2e-4f63-8298-e7f10d886b5b'),
(65464,7,11796,NULL,601,1,'2026-01-20 20:54:30','2026-01-20 20:54:30','a89dbc1d-a2a4-4000-b66d-ca6e2365bda3'),
(65465,7,11796,NULL,617,2,'2026-01-20 20:54:30','2026-01-20 20:54:30','b0fe321e-a96b-40e4-b998-1a2fc2acca03'),
(65466,7,11796,NULL,9727,3,'2026-01-20 20:54:30','2026-01-20 20:54:30','c6b2bbc4-42a1-45f5-9d80-5ec58852dc6b'),
(65467,7,11796,NULL,9552,4,'2026-01-20 20:54:30','2026-01-20 20:54:30','3ac5ec90-5fdb-4212-af7b-0e5131f2a7bc'),
(65468,7,11796,NULL,605,5,'2026-01-20 20:54:30','2026-01-20 20:54:30','e2046c62-236e-4b5d-9db3-5fabcf51d8e2'),
(65469,82,11796,NULL,479,1,'2026-01-20 20:54:30','2026-01-20 20:54:30','4cfd236e-18b9-4492-b520-b4b98aeea8a8'),
(65470,82,11796,NULL,491,2,'2026-01-20 20:54:30','2026-01-20 20:54:30','dbaa6ae8-ec0e-425a-ac6c-2cd37a03148a'),
(65471,46,11796,NULL,7379,1,'2026-01-20 20:54:30','2026-01-20 20:54:30','c26398f8-98b7-45a9-a1c3-e33fa4aa661a'),
(65472,47,11796,NULL,10557,1,'2026-01-20 20:54:30','2026-01-20 20:54:30','b0b8983b-4b29-4593-a254-eb993c756a2e'),
(65473,57,11796,NULL,7926,1,'2026-01-20 20:54:30','2026-01-20 20:54:30','347b0d4f-29af-4877-a4e4-09f66da9518e'),
(65474,57,11796,NULL,7928,2,'2026-01-20 20:54:30','2026-01-20 20:54:30','6c95260a-12c7-4ff6-9d76-bb3d5abf2ecd'),
(65475,57,11796,NULL,7927,3,'2026-01-20 20:54:30','2026-01-20 20:54:30','535c4b40-3c91-4473-bf74-57f12f296d06'),
(65476,57,11796,NULL,7924,4,'2026-01-20 20:54:30','2026-01-20 20:54:30','06c67403-9d8c-4137-a409-ee4b217a9d86'),
(65477,57,11796,NULL,7925,5,'2026-01-20 20:54:30','2026-01-20 20:54:30','1ac80ea7-ea03-4293-bda8-935a3550b988'),
(65478,57,11796,NULL,7923,6,'2026-01-20 20:54:30','2026-01-20 20:54:30','ea672f94-91f5-48c0-a99c-a74682b5f013'),
(65479,57,11796,NULL,7920,7,'2026-01-20 20:54:30','2026-01-20 20:54:30','4935abdc-28c9-4c25-b199-dab2871d9d9a'),
(65480,57,11796,NULL,7922,8,'2026-01-20 20:54:30','2026-01-20 20:54:30','f7b827e7-687d-48b7-bd2a-cef4de16bf90'),
(65481,57,11796,NULL,7921,9,'2026-01-20 20:54:30','2026-01-20 20:54:30','8a0fa00b-345a-4a3a-99a8-ef6d7f96485c'),
(65534,32,11799,NULL,2610,1,'2026-01-20 20:59:16','2026-01-20 20:59:16','469b3ccb-8cd0-4f05-b5db-a0e0770d2a34'),
(65535,32,11799,NULL,2598,2,'2026-01-20 20:59:16','2026-01-20 20:59:16','10ea7890-073f-4da0-bcde-07bd0f1f5eed'),
(65536,32,11799,NULL,2600,3,'2026-01-20 20:59:16','2026-01-20 20:59:16','bfdb19f6-f9c7-4aad-944f-1c768ee3bc99'),
(65537,32,11799,NULL,2604,4,'2026-01-20 20:59:16','2026-01-20 20:59:16','14cc4909-9128-46a2-b8dd-6196d5d961cb'),
(65538,32,11799,NULL,2614,5,'2026-01-20 20:59:16','2026-01-20 20:59:16','a3da1d26-f873-476c-93c3-0a34fc7e1260'),
(65539,32,11799,NULL,2608,6,'2026-01-20 20:59:16','2026-01-20 20:59:16','22c47d23-d99b-4d4a-8582-e91311812877'),
(65540,32,11799,NULL,2596,7,'2026-01-20 20:59:16','2026-01-20 20:59:16','e1f06bc7-dc75-417d-b8e8-8f9985f69728'),
(65541,32,11799,NULL,2602,8,'2026-01-20 20:59:16','2026-01-20 20:59:16','745c20a8-e471-4886-b370-4e5a6f6a39ef'),
(65542,16,11799,NULL,4017,1,'2026-01-20 20:59:16','2026-01-20 20:59:16','30a62b99-33e6-4382-84f3-b088473d9432'),
(65543,7,11799,NULL,3468,1,'2026-01-20 20:59:16','2026-01-20 20:59:16','4cee6bba-cc4b-4406-b727-93a54bd57aee'),
(65544,7,11799,NULL,2969,2,'2026-01-20 20:59:16','2026-01-20 20:59:16','a57f64cc-47fe-4dcc-b251-a1dbfd3613a0'),
(65545,7,11799,NULL,617,3,'2026-01-20 20:59:16','2026-01-20 20:59:16','870fa9f5-967e-4940-82ee-d20c7385f683'),
(65546,7,11799,NULL,9724,4,'2026-01-20 20:59:16','2026-01-20 20:59:16','5ab4b056-97ca-4b6d-9450-31fcfd728368'),
(65547,7,11799,NULL,2972,5,'2026-01-20 20:59:16','2026-01-20 20:59:16','11b455d7-ade6-4653-81ce-f4303db2a9f6'),
(65548,7,11799,NULL,605,6,'2026-01-20 20:59:16','2026-01-20 20:59:16','48102c4c-b892-4662-b58b-1ecc9e028fcc'),
(65549,7,11799,NULL,9552,7,'2026-01-20 20:59:16','2026-01-20 20:59:16','bd6435f2-9fc6-452e-8e3d-099dfb3caa36'),
(65550,82,11799,NULL,479,1,'2026-01-20 20:59:16','2026-01-20 20:59:16','c42a023d-1413-4061-b2ac-013dec40cb64'),
(65551,57,11799,NULL,8163,1,'2026-01-20 20:59:16','2026-01-20 20:59:16','d5559e0f-b1eb-4f31-b5b4-1c1add3b604d'),
(65552,57,11799,NULL,8162,2,'2026-01-20 20:59:16','2026-01-20 20:59:16','7b640f10-cb10-4914-a0b1-f130b1faca4e'),
(65553,57,11799,NULL,8164,3,'2026-01-20 20:59:16','2026-01-20 20:59:16','04386d5b-cec5-49f8-8b44-6dd94db98529'),
(65554,57,11799,NULL,8165,4,'2026-01-20 20:59:16','2026-01-20 20:59:16','35dae142-9594-47c1-a157-ba91bd70c8a2'),
(65557,32,11804,NULL,2610,1,'2026-01-20 21:09:02','2026-01-20 21:09:02','e0b2a502-de58-4728-90f9-db18d5d16fbe'),
(65558,32,11804,NULL,2598,2,'2026-01-20 21:09:02','2026-01-20 21:09:02','7a998e10-02b3-4ae5-ba66-257ce15b3fcf'),
(65559,32,11804,NULL,2624,3,'2026-01-20 21:09:02','2026-01-20 21:09:02','07573b44-d620-43b8-b093-a650c2cac754'),
(65560,32,11804,NULL,2600,4,'2026-01-20 21:09:02','2026-01-20 21:09:02','d092b9c4-bd0e-4c33-82c0-3173ea47121e'),
(65561,32,11804,NULL,2596,5,'2026-01-20 21:09:02','2026-01-20 21:09:02','c6b03557-8d2c-4da7-b9dd-2e6b8f103888'),
(65562,32,11804,NULL,2602,6,'2026-01-20 21:09:02','2026-01-20 21:09:02','2f0df98a-37ac-429a-97b6-a42a8fd78322'),
(65563,32,11804,NULL,2606,7,'2026-01-20 21:09:02','2026-01-20 21:09:02','7df9132b-ffa9-429a-9c0b-346e9122861e'),
(65564,32,11804,NULL,2612,8,'2026-01-20 21:09:02','2026-01-20 21:09:02','93533940-d204-44c9-8054-9cfcf600ceb4'),
(65565,32,11804,NULL,2604,9,'2026-01-20 21:09:02','2026-01-20 21:09:02','bc3c89e4-4646-4b86-91b3-0cd2b36d5789'),
(65566,32,11804,NULL,2608,10,'2026-01-20 21:09:02','2026-01-20 21:09:02','76388698-1f13-414c-be2c-da1724121f08'),
(65567,16,11804,NULL,11800,1,'2026-01-20 21:09:02','2026-01-20 21:09:02','573b16d2-2ef0-4664-88f4-f93d319d6810'),
(65568,7,11804,NULL,2969,1,'2026-01-20 21:09:02','2026-01-20 21:09:02','859b5a15-b955-479c-8c30-b35cf17fed98'),
(65569,7,11804,NULL,617,2,'2026-01-20 21:09:02','2026-01-20 21:09:02','2e90e439-6160-42b0-90d1-82d26988d85a'),
(65570,7,11804,NULL,605,3,'2026-01-20 21:09:02','2026-01-20 21:09:02','2553bc5c-00c7-4044-93f4-c6f6436c1588'),
(65571,7,11804,NULL,9552,4,'2026-01-20 21:09:02','2026-01-20 21:09:02','80578b79-3351-441f-adf9-806bb13faf18'),
(65572,82,11804,NULL,491,1,'2026-01-20 21:09:02','2026-01-20 21:09:02','3913174d-af0b-45d0-ab18-6ea5ab6b0562'),
(65573,46,11804,NULL,2891,1,'2026-01-20 21:09:02','2026-01-20 21:09:02','2ac6e656-e1e2-493c-b50d-4eee64fde5fa'),
(65574,47,11804,NULL,10523,1,'2026-01-20 21:09:02','2026-01-20 21:09:02','994cfebd-449b-4ad9-99d1-bbec09570a91'),
(65575,57,11804,NULL,4927,1,'2026-01-20 21:09:02','2026-01-20 21:09:02','11ee559f-1b3c-460a-aef2-178c06b33cc0'),
(65576,57,11804,NULL,7772,2,'2026-01-20 21:09:02','2026-01-20 21:09:02','b84f9d64-a040-4006-bb94-46d788ece522'),
(65577,57,11804,NULL,4931,3,'2026-01-20 21:09:02','2026-01-20 21:09:02','038a8b5c-db6a-4b1b-9f64-d71d0c479101'),
(65578,57,11804,NULL,4930,4,'2026-01-20 21:09:02','2026-01-20 21:09:02','59a0b444-f66e-453e-9c71-864ce589fbde'),
(65579,57,11804,NULL,4932,5,'2026-01-20 21:09:02','2026-01-20 21:09:02','9bb85451-bfbd-43df-b996-c3e9eb53d026'),
(65580,57,11804,NULL,4933,6,'2026-01-20 21:09:02','2026-01-20 21:09:02','d2d59fbf-7005-4848-8c7c-4383a9342051'),
(65581,57,11804,NULL,4934,7,'2026-01-20 21:09:02','2026-01-20 21:09:02','80ed1af2-d23c-4799-a18c-76844e654aa3'),
(65582,57,11804,NULL,4935,8,'2026-01-20 21:09:02','2026-01-20 21:09:02','41c43fff-bb8d-4db4-a619-74f4c57a4775'),
(65583,57,11804,NULL,7739,9,'2026-01-20 21:09:02','2026-01-20 21:09:02','bff0588b-4626-43ee-a3ae-bdcbea436df0'),
(65584,57,11804,NULL,7740,10,'2026-01-20 21:09:02','2026-01-20 21:09:02','441ecee3-a872-4a36-96bb-9e8e96dd3a45'),
(65585,57,11804,NULL,7741,11,'2026-01-20 21:09:02','2026-01-20 21:09:02','d3c1df4a-1d3a-451c-a7c9-f3145b691a39'),
(65617,32,11811,NULL,2610,1,'2026-01-20 21:26:34','2026-01-20 21:26:34','98db2f96-e61c-4c5b-8547-bf99dcea98a9'),
(65618,32,11811,NULL,2598,2,'2026-01-20 21:26:34','2026-01-20 21:26:34','1e1d2722-782a-4876-8506-371732cb7a64'),
(65619,32,11811,NULL,2624,3,'2026-01-20 21:26:34','2026-01-20 21:26:34','27185cea-1db0-4c14-8539-a543c65b5d93'),
(65620,32,11811,NULL,2600,4,'2026-01-20 21:26:34','2026-01-20 21:26:34','beb9f622-0329-46a5-8ea0-ada8e7f33f53'),
(65621,32,11811,NULL,2596,5,'2026-01-20 21:26:34','2026-01-20 21:26:34','2184ce5a-8ab1-448f-b24d-4b39f203089d'),
(65622,32,11811,NULL,2602,6,'2026-01-20 21:26:34','2026-01-20 21:26:34','e20745c2-10cd-4d50-86b8-f71733a1709b'),
(65623,32,11811,NULL,2606,7,'2026-01-20 21:26:34','2026-01-20 21:26:34','8960cd0d-c0c4-48cf-873e-d3bfdbf9dbef'),
(65624,32,11811,NULL,2612,8,'2026-01-20 21:26:34','2026-01-20 21:26:34','4a4e7e35-b32f-4cd4-be15-c8be5045c3c4'),
(65625,32,11811,NULL,2604,9,'2026-01-20 21:26:34','2026-01-20 21:26:34','b3d039c4-613d-41fd-be7c-38ba64e22122'),
(65626,32,11811,NULL,2608,10,'2026-01-20 21:26:34','2026-01-20 21:26:34','36c8049a-e7eb-4387-9886-64d611ea2c94'),
(65627,16,11811,NULL,11800,1,'2026-01-20 21:26:34','2026-01-20 21:26:34','10e3f9be-048c-4e1e-9b32-0e5f8233c0c7'),
(65628,7,11811,NULL,2969,1,'2026-01-20 21:26:34','2026-01-20 21:26:34','8b5fd9b0-0dc9-4c9c-8c22-33a713a56fbd'),
(65629,7,11811,NULL,617,2,'2026-01-20 21:26:34','2026-01-20 21:26:34','91445754-b1be-4d44-a4a1-40cc0debbd21'),
(65630,7,11811,NULL,605,3,'2026-01-20 21:26:34','2026-01-20 21:26:34','a5d6867f-c593-42d8-bd3a-deb472ec3504'),
(65631,7,11811,NULL,9552,4,'2026-01-20 21:26:34','2026-01-20 21:26:34','4e25cc23-2f4d-4fe0-858a-04bb257c66d3'),
(65632,82,11811,NULL,491,1,'2026-01-20 21:26:34','2026-01-20 21:26:34','393f4388-bf32-49f3-807f-c56f4a2a0088'),
(65633,46,11811,NULL,2891,1,'2026-01-20 21:26:34','2026-01-20 21:26:34','b2731a28-32ae-4181-85e7-da3135d84513'),
(65634,47,11811,NULL,10523,1,'2026-01-20 21:26:34','2026-01-20 21:26:34','d781b8c7-9d82-415b-b763-03246119820e'),
(65635,57,11811,NULL,4927,1,'2026-01-20 21:26:34','2026-01-20 21:26:34','09df8c30-28b2-4128-a04a-8ebfc0ef9c6f'),
(65636,57,11811,NULL,7772,2,'2026-01-20 21:26:34','2026-01-20 21:26:34','56c40d4c-9fa4-4350-88e4-1fa7f688f51c'),
(65637,57,11811,NULL,4931,3,'2026-01-20 21:26:34','2026-01-20 21:26:34','52ea380b-efba-4c02-98d4-6331cee4af9e'),
(65638,57,11811,NULL,4930,4,'2026-01-20 21:26:34','2026-01-20 21:26:34','30b5f650-f2f8-4f82-9e52-1fd4993e46f2'),
(65639,57,11811,NULL,4932,5,'2026-01-20 21:26:34','2026-01-20 21:26:34','4ff73943-092d-46e8-b9a9-f15ebda939e6'),
(65640,57,11811,NULL,4933,6,'2026-01-20 21:26:34','2026-01-20 21:26:34','9eab7897-c384-47bd-9f0f-c8638821eb7b'),
(65641,57,11811,NULL,4934,7,'2026-01-20 21:26:34','2026-01-20 21:26:34','1ada8472-e46f-4bf1-87e5-6f2ac79e099c'),
(65642,57,11811,NULL,4935,8,'2026-01-20 21:26:34','2026-01-20 21:26:34','049d6802-5006-4bc6-b2ba-77617dd986d1'),
(65643,57,11811,NULL,7739,9,'2026-01-20 21:26:34','2026-01-20 21:26:34','a7023c93-b265-41ae-9a59-88548c8ee8f3'),
(65644,57,11811,NULL,7740,10,'2026-01-20 21:26:34','2026-01-20 21:26:34','362bc315-ea2b-411a-aaa0-cb745e51f66d'),
(65645,57,11811,NULL,7741,11,'2026-01-20 21:26:34','2026-01-20 21:26:34','51a5e8cf-9063-422d-a61d-cd51184e15dc'),
(65678,16,963,NULL,11819,1,'2026-01-20 21:33:05','2026-01-20 21:33:05','c50bd1f5-acd7-43a6-8609-4dd11ee06d5f'),
(65679,32,11820,NULL,2610,1,'2026-01-20 21:33:05','2026-01-20 21:33:05','b0c89ca2-3958-4fc0-b2d9-5d876bb722a6'),
(65680,32,11820,NULL,2598,2,'2026-01-20 21:33:05','2026-01-20 21:33:05','6a26fb04-4b2b-4232-b5fa-28b2550125fe'),
(65681,32,11820,NULL,2624,3,'2026-01-20 21:33:05','2026-01-20 21:33:05','37fbeccf-e695-4c00-9a0a-cfe72e22c4bf'),
(65682,32,11820,NULL,2600,4,'2026-01-20 21:33:05','2026-01-20 21:33:05','7d358b5e-4f9e-4816-be12-32f04ff57443'),
(65683,32,11820,NULL,2596,5,'2026-01-20 21:33:05','2026-01-20 21:33:05','d56a564e-5976-4b7d-8fed-6a66a94eb9d9'),
(65684,32,11820,NULL,2602,6,'2026-01-20 21:33:05','2026-01-20 21:33:05','08471eff-4ccc-4e45-892b-676621d05135'),
(65685,32,11820,NULL,2606,7,'2026-01-20 21:33:05','2026-01-20 21:33:05','f84d321c-576a-43a7-954f-562b2d6a73e5'),
(65686,32,11820,NULL,2612,8,'2026-01-20 21:33:05','2026-01-20 21:33:05','99aaf0b6-ff44-4ed3-9a7e-bb2d962cf42b'),
(65687,32,11820,NULL,2604,9,'2026-01-20 21:33:05','2026-01-20 21:33:05','dd6e565a-f321-4c43-87d6-3570310c75fe'),
(65688,32,11820,NULL,2608,10,'2026-01-20 21:33:05','2026-01-20 21:33:05','d174c399-f68f-4a37-b596-99a11450079f'),
(65689,16,11820,NULL,11819,1,'2026-01-20 21:33:05','2026-01-20 21:33:05','3e4fae1f-efda-4922-898f-6c1e02075c75'),
(65690,7,11820,NULL,2969,1,'2026-01-20 21:33:05','2026-01-20 21:33:05','0e8488ba-abc7-4cdd-a9d0-4fa2131f7221'),
(65691,7,11820,NULL,617,2,'2026-01-20 21:33:05','2026-01-20 21:33:05','61c55038-69d3-4d58-a5f0-5378cfdf2b99'),
(65692,7,11820,NULL,605,3,'2026-01-20 21:33:05','2026-01-20 21:33:05','f93dc640-9366-4bd5-b350-5090423df9e4'),
(65693,7,11820,NULL,9552,4,'2026-01-20 21:33:05','2026-01-20 21:33:05','f7c8b4ad-4968-48a5-947b-3a86d67a348e'),
(65694,82,11820,NULL,491,1,'2026-01-20 21:33:05','2026-01-20 21:33:05','a179ddcf-7228-46b1-a3dd-abfab188ad1e'),
(65695,46,11820,NULL,2891,1,'2026-01-20 21:33:05','2026-01-20 21:33:05','d4498add-225d-4828-a097-2bc3506f4748'),
(65696,47,11820,NULL,10523,1,'2026-01-20 21:33:05','2026-01-20 21:33:05','d6ed63cb-e74b-4957-aa54-7eb1e63723e1'),
(65697,57,11820,NULL,4927,1,'2026-01-20 21:33:05','2026-01-20 21:33:05','8b865fc4-54ac-4c13-8b18-c3e135061e5a'),
(65698,57,11820,NULL,7772,2,'2026-01-20 21:33:05','2026-01-20 21:33:05','5a941346-b833-4e79-bb96-2aa0f92048ee'),
(65699,57,11820,NULL,4931,3,'2026-01-20 21:33:05','2026-01-20 21:33:05','945831df-f28a-46b1-9b84-a8e54f034526'),
(65700,57,11820,NULL,4930,4,'2026-01-20 21:33:05','2026-01-20 21:33:05','087b64fb-ba88-4dee-9246-ea3126bdac79'),
(65701,57,11820,NULL,4932,5,'2026-01-20 21:33:05','2026-01-20 21:33:05','f1f8ac6f-6655-411a-a135-f69251ae01c9'),
(65702,57,11820,NULL,4933,6,'2026-01-20 21:33:05','2026-01-20 21:33:05','ca120a3a-8dcd-472e-af26-6d297508ee6c'),
(65703,57,11820,NULL,4934,7,'2026-01-20 21:33:05','2026-01-20 21:33:05','c3fcfe13-39fd-4563-8d2d-aac3d3e601be'),
(65704,57,11820,NULL,4935,8,'2026-01-20 21:33:05','2026-01-20 21:33:05','1e261d79-74e6-43eb-bd06-93814ef5faae'),
(65705,57,11820,NULL,7739,9,'2026-01-20 21:33:05','2026-01-20 21:33:05','fa8b41c4-c357-40df-968c-71f971706930'),
(65706,57,11820,NULL,7740,10,'2026-01-20 21:33:05','2026-01-20 21:33:05','3bdb68b4-634d-4477-985b-6da5975b76a3'),
(65707,57,11820,NULL,7741,11,'2026-01-20 21:33:05','2026-01-20 21:33:05','4d17b951-c197-4afe-aa42-8d0b2ebfa680'),
(65739,32,11827,NULL,2610,1,'2026-01-20 21:35:04','2026-01-20 21:35:04','37a49d18-ee2d-4b74-9870-0d81b4b6c63d'),
(65740,32,11827,NULL,2598,2,'2026-01-20 21:35:04','2026-01-20 21:35:04','b7e0aa88-847d-4e76-a14e-9e274204f752'),
(65741,32,11827,NULL,2624,3,'2026-01-20 21:35:04','2026-01-20 21:35:04','8b13eee5-802c-4e04-aae7-5b553bc0160b'),
(65742,32,11827,NULL,2600,4,'2026-01-20 21:35:04','2026-01-20 21:35:04','4c08f7a9-9631-4fe7-aa1d-795b7aa62d74'),
(65743,32,11827,NULL,2596,5,'2026-01-20 21:35:04','2026-01-20 21:35:04','4a1f0fcd-0183-4c7c-9433-3a6d55137129'),
(65744,32,11827,NULL,2602,6,'2026-01-20 21:35:04','2026-01-20 21:35:04','240f3b65-2e41-470e-865a-c21f58d2eebb'),
(65745,32,11827,NULL,2606,7,'2026-01-20 21:35:04','2026-01-20 21:35:04','b0d71c56-b38b-44b0-a596-6e946a54cba3'),
(65746,32,11827,NULL,2612,8,'2026-01-20 21:35:04','2026-01-20 21:35:04','e996c589-e9be-4abe-8e46-ef7142a9e306'),
(65747,32,11827,NULL,2604,9,'2026-01-20 21:35:04','2026-01-20 21:35:04','e71ee9ef-44aa-4b3d-8219-6c7bb60ea694'),
(65748,32,11827,NULL,2608,10,'2026-01-20 21:35:04','2026-01-20 21:35:04','d6784589-22c1-4102-9549-808ae3ae2533'),
(65749,16,11827,NULL,11819,1,'2026-01-20 21:35:04','2026-01-20 21:35:04','39f67b36-827d-4067-a359-ac3c8f41dfd8'),
(65750,7,11827,NULL,2969,1,'2026-01-20 21:35:04','2026-01-20 21:35:04','f8beb061-aa80-412a-8f65-3a39e7a97a12'),
(65751,7,11827,NULL,617,2,'2026-01-20 21:35:04','2026-01-20 21:35:04','9cff0908-52a4-4df8-aca7-ee8c0622106c'),
(65752,7,11827,NULL,605,3,'2026-01-20 21:35:04','2026-01-20 21:35:04','6f7dfccb-9235-4ee2-98b6-9157093ee3da'),
(65753,7,11827,NULL,9552,4,'2026-01-20 21:35:04','2026-01-20 21:35:04','0ea9d4ed-abc2-4e47-b577-46f9a0279fb8'),
(65754,82,11827,NULL,491,1,'2026-01-20 21:35:04','2026-01-20 21:35:04','f2412022-2000-48d8-a224-8c1d4551b02a'),
(65755,46,11827,NULL,2891,1,'2026-01-20 21:35:04','2026-01-20 21:35:04','440489d2-de8c-4f1c-a1ff-1a4248ff5014'),
(65756,47,11827,NULL,10523,1,'2026-01-20 21:35:04','2026-01-20 21:35:04','f5ca0472-4475-4c5b-9e3e-e7923c16e2ef'),
(65757,57,11827,NULL,4927,1,'2026-01-20 21:35:04','2026-01-20 21:35:04','bb71650d-a3ba-4c37-b9fc-de83b74a2c10'),
(65758,57,11827,NULL,7772,2,'2026-01-20 21:35:04','2026-01-20 21:35:04','4cfaeabe-9327-4f71-82ba-da775a79846f'),
(65759,57,11827,NULL,4931,3,'2026-01-20 21:35:04','2026-01-20 21:35:04','766f77b6-cfe5-4326-bb84-083b1d72dad2'),
(65760,57,11827,NULL,4930,4,'2026-01-20 21:35:04','2026-01-20 21:35:04','9efe36df-2d75-4f2b-b584-7eae9b965d92'),
(65761,57,11827,NULL,4932,5,'2026-01-20 21:35:04','2026-01-20 21:35:04','aa9085bd-8ff4-4073-be19-df39eb433f74'),
(65762,57,11827,NULL,4933,6,'2026-01-20 21:35:04','2026-01-20 21:35:04','b121d10e-7a7e-4e17-b073-48ad025f2660'),
(65763,57,11827,NULL,4934,7,'2026-01-20 21:35:04','2026-01-20 21:35:04','02e7761e-08ba-4b15-94d9-95a35935155c'),
(65764,57,11827,NULL,4935,8,'2026-01-20 21:35:04','2026-01-20 21:35:04','84513faf-5d26-48e7-9be2-5dc6eeddaab6'),
(65765,57,11827,NULL,7739,9,'2026-01-20 21:35:04','2026-01-20 21:35:04','fd282737-d82b-47df-afc2-b7fe0963c4c9'),
(65766,57,11827,NULL,7740,10,'2026-01-20 21:35:04','2026-01-20 21:35:04','a37136a8-b25a-4026-b313-a4d55171bde6'),
(65767,57,11827,NULL,7741,11,'2026-01-20 21:35:04','2026-01-20 21:35:04','b3f51ac6-0f7d-48a0-9740-6c24054e2ee4'),
(65792,32,11831,NULL,2610,1,'2026-01-20 21:36:26','2026-01-20 21:36:26','1c147236-c6cf-490a-baf1-a9e89371fba8'),
(65793,32,11831,NULL,2598,2,'2026-01-20 21:36:26','2026-01-20 21:36:26','eb091a73-941d-4f41-be18-65d75a34d080'),
(65794,32,11831,NULL,2600,3,'2026-01-20 21:36:26','2026-01-20 21:36:26','9cdfc08e-0b79-4331-9720-e2cd298c14f7'),
(65795,32,11831,NULL,2602,4,'2026-01-20 21:36:26','2026-01-20 21:36:26','b8ac462a-edb6-4e9d-9317-1a6db2c77aef'),
(65796,32,11831,NULL,2612,5,'2026-01-20 21:36:26','2026-01-20 21:36:26','4b985245-e206-4b95-b267-7cb267ea0acf'),
(65797,32,11831,NULL,2618,6,'2026-01-20 21:36:26','2026-01-20 21:36:26','75056451-e9b0-4331-8849-481a28eb9af3'),
(65798,32,11831,NULL,2604,7,'2026-01-20 21:36:26','2026-01-20 21:36:26','04b3d46c-6344-49cf-a2d2-63eb9122671b'),
(65799,32,11831,NULL,2608,8,'2026-01-20 21:36:26','2026-01-20 21:36:26','b48ecfdf-47cc-4e4c-b747-e2c23d907ebd'),
(65800,32,11831,NULL,2596,9,'2026-01-20 21:36:26','2026-01-20 21:36:26','45978b72-b32f-45ca-bb91-957355cb6bde'),
(65801,16,11831,NULL,4639,1,'2026-01-20 21:36:26','2026-01-20 21:36:26','04c447b6-f1c1-4791-bf12-60f31d7ae70f'),
(65802,7,11831,NULL,2974,1,'2026-01-20 21:36:26','2026-01-20 21:36:26','3e9e780a-9e1e-40da-b7b4-2659646b0b52'),
(65803,7,11831,NULL,617,2,'2026-01-20 21:36:26','2026-01-20 21:36:26','1a0ec213-8d7b-41b0-ba9f-c8136a35511b'),
(65804,7,11831,NULL,605,3,'2026-01-20 21:36:26','2026-01-20 21:36:26','0c976081-7ee6-4ce8-b9ac-91af50c1902c'),
(65805,7,11831,NULL,9552,4,'2026-01-20 21:36:26','2026-01-20 21:36:26','1a9250c3-3d86-44e9-8188-73da3007aa82'),
(65806,82,11831,NULL,479,1,'2026-01-20 21:36:26','2026-01-20 21:36:26','d3984602-bc7b-4876-b5f7-e16a3e36b920'),
(65807,82,11831,NULL,491,2,'2026-01-20 21:36:26','2026-01-20 21:36:26','4e8218ac-c701-438e-8b8d-0ba79d24f0a7'),
(65808,46,11831,NULL,3697,1,'2026-01-20 21:36:26','2026-01-20 21:36:26','b6c137ae-c41e-4759-9c29-5141969f691d'),
(65809,57,11831,NULL,5084,1,'2026-01-20 21:36:26','2026-01-20 21:36:26','fc237df4-3cba-4190-9c02-7430bc846b67'),
(65810,57,11831,NULL,5085,2,'2026-01-20 21:36:26','2026-01-20 21:36:26','35b64cc7-8a41-4f3a-bcd8-d38cedd0f28c'),
(65811,57,11831,NULL,5086,3,'2026-01-20 21:36:26','2026-01-20 21:36:26','10bbe702-4067-4379-9a9a-3e13853982a4'),
(65812,57,11831,NULL,5087,4,'2026-01-20 21:36:26','2026-01-20 21:36:26','35e6c845-acfc-422e-84aa-8ab8b670ce6a'),
(65813,57,11831,NULL,5088,5,'2026-01-20 21:36:26','2026-01-20 21:36:26','219f8750-f1f5-48e4-a15c-0bf3941ea02b'),
(65872,32,11835,NULL,2610,1,'2026-01-20 21:38:06','2026-01-20 21:38:06','04afb61d-982d-4f34-9247-69372ef7de48'),
(65873,32,11835,NULL,2598,2,'2026-01-20 21:38:06','2026-01-20 21:38:06','9abd81dd-4860-4c7b-9f56-2d02372160fc'),
(65874,32,11835,NULL,2600,3,'2026-01-20 21:38:06','2026-01-20 21:38:06','896419cb-9d31-4959-a67b-3947e22bd3b7'),
(65875,32,11835,NULL,2604,4,'2026-01-20 21:38:06','2026-01-20 21:38:06','5541a533-46ce-4ed8-a775-2a9c97427820'),
(65876,32,11835,NULL,2608,5,'2026-01-20 21:38:06','2026-01-20 21:38:06','a4b4a54a-881f-4126-8f6e-f5fe770ccdb6'),
(65877,32,11835,NULL,2596,6,'2026-01-20 21:38:06','2026-01-20 21:38:06','996d84b1-b6ca-4659-bd27-244c0c594d79'),
(65878,32,11835,NULL,2602,7,'2026-01-20 21:38:06','2026-01-20 21:38:06','3a338824-3505-4330-b4ed-d9d22b077cdc'),
(65879,16,11835,NULL,3959,1,'2026-01-20 21:38:06','2026-01-20 21:38:06','40acf36a-a8e1-4ab7-a106-d6d6daa6aef2'),
(65880,7,11835,NULL,3468,1,'2026-01-20 21:38:06','2026-01-20 21:38:06','16233e41-b60e-40c7-90c8-f2e916d9b165'),
(65881,7,11835,NULL,601,2,'2026-01-20 21:38:06','2026-01-20 21:38:06','8f66cd99-06ef-4483-9c72-190acd5348b6'),
(65882,7,11835,NULL,617,3,'2026-01-20 21:38:06','2026-01-20 21:38:06','4e4e9bfb-8149-4c52-b5cd-aca84ebe156a'),
(65883,7,11835,NULL,9552,4,'2026-01-20 21:38:06','2026-01-20 21:38:06','026eb2b4-e6fa-4738-94d6-df8dc7ee58c8'),
(65884,7,11835,NULL,605,5,'2026-01-20 21:38:06','2026-01-20 21:38:06','7b0a9217-cc46-464e-9b45-9fe379e43ba9'),
(65885,82,11835,NULL,479,1,'2026-01-20 21:38:06','2026-01-20 21:38:06','c5da0603-c64e-43a8-94ad-c989a108e6b7'),
(65886,82,11835,NULL,491,2,'2026-01-20 21:38:06','2026-01-20 21:38:06','f0014c7d-ac2c-4777-9260-af591e03c685'),
(65887,57,11835,NULL,8132,1,'2026-01-20 21:38:06','2026-01-20 21:38:06','667b7b69-884b-44db-aff7-5e7da03fc98a'),
(65888,57,11835,NULL,8136,2,'2026-01-20 21:38:06','2026-01-20 21:38:06','9d8c3506-372e-497e-b50b-b028ebd5c99d'),
(65889,57,11835,NULL,8131,3,'2026-01-20 21:38:06','2026-01-20 21:38:06','b25d62a8-f498-4d96-b7aa-2afb80c76579'),
(65890,57,11835,NULL,8134,4,'2026-01-20 21:38:06','2026-01-20 21:38:06','36f66a20-322a-4825-9445-71243cfb49cd'),
(65891,57,11835,NULL,8135,5,'2026-01-20 21:38:06','2026-01-20 21:38:06','d5c87d64-2069-450a-9a2f-e47dc794b469'),
(65916,32,11837,NULL,2614,1,'2026-01-20 21:38:56','2026-01-20 21:38:56','86053a34-d3f5-4ff5-94a6-d8aa3188ee35'),
(65917,32,11837,NULL,2610,2,'2026-01-20 21:38:56','2026-01-20 21:38:56','be3c75f1-40e2-406a-8c03-4a82741c6c3d'),
(65918,32,11837,NULL,2598,3,'2026-01-20 21:38:56','2026-01-20 21:38:56','0dce35e0-74f6-4ae6-822a-2264b77d756c'),
(65919,32,11837,NULL,2608,4,'2026-01-20 21:38:56','2026-01-20 21:38:56','7bc90b69-6d13-4411-bac6-a3b9b42a845d'),
(65920,32,11837,NULL,2624,5,'2026-01-20 21:38:56','2026-01-20 21:38:56','3a9e316a-42e1-4ebd-92cc-01dd48abcbde'),
(65921,32,11837,NULL,2600,6,'2026-01-20 21:38:56','2026-01-20 21:38:56','2885f145-ae9e-496a-8f2e-ca738ef1b517'),
(65922,32,11837,NULL,2596,7,'2026-01-20 21:38:56','2026-01-20 21:38:56','acd4a5e7-5252-4a4c-92bd-14cdfa8aad72'),
(65923,32,11837,NULL,2602,8,'2026-01-20 21:38:56','2026-01-20 21:38:56','c05aedb7-bdc7-4a79-ae62-b80a753678bf'),
(65924,32,11837,NULL,2606,9,'2026-01-20 21:38:56','2026-01-20 21:38:56','ef406ef3-5201-4f5a-a3ec-084d3878fa6a'),
(65925,32,11837,NULL,2612,10,'2026-01-20 21:38:56','2026-01-20 21:38:56','c328679d-b962-4284-b392-4f6bebf179f2'),
(65926,32,11837,NULL,2604,11,'2026-01-20 21:38:56','2026-01-20 21:38:56','486027cf-fbe4-4a03-9818-37946ac54f09'),
(65927,16,11837,NULL,9204,1,'2026-01-20 21:38:56','2026-01-20 21:38:56','eac899ca-0e4e-4d8c-970a-dfba2fce2fde'),
(65928,7,11837,NULL,3468,1,'2026-01-20 21:38:56','2026-01-20 21:38:56','7c1b17b1-548b-4e05-af0a-2f40104e4a16'),
(65929,7,11837,NULL,617,2,'2026-01-20 21:38:56','2026-01-20 21:38:56','472cf634-ed20-4940-b164-9b05144c06d8'),
(65930,7,11837,NULL,605,3,'2026-01-20 21:38:56','2026-01-20 21:38:56','8d8a216b-a933-4ab6-acf6-b1c659549cb3'),
(65931,7,11837,NULL,9552,4,'2026-01-20 21:38:56','2026-01-20 21:38:56','9eb4510a-c68a-4a54-85b1-fbe0ea619ac2'),
(65932,46,11837,NULL,2891,1,'2026-01-20 21:38:56','2026-01-20 21:38:56','6f94dccd-e2cf-4fb2-8506-570c692f1b50'),
(65933,57,11837,NULL,9211,1,'2026-01-20 21:38:56','2026-01-20 21:38:56','6ac567f9-9dce-4a84-b8e9-9cb82f922d25'),
(65934,57,11837,NULL,9210,2,'2026-01-20 21:38:56','2026-01-20 21:38:56','74149b0f-3d9b-499a-82a3-079a39912def'),
(65935,57,11837,NULL,9213,3,'2026-01-20 21:38:56','2026-01-20 21:38:56','77336a11-2cd7-46b7-b11d-115b1b2e9be1'),
(65936,57,11837,NULL,9212,4,'2026-01-20 21:38:56','2026-01-20 21:38:56','8a1ef104-63c5-4073-a82d-436f5c09f8d0'),
(65937,57,11837,NULL,9209,5,'2026-01-20 21:38:56','2026-01-20 21:38:56','3b04c984-9bd3-4232-994a-26b41d9f0400'),
(65938,57,11837,NULL,9207,6,'2026-01-20 21:38:56','2026-01-20 21:38:56','c9f48ce7-56fb-4b91-8006-817e22bced79'),
(65939,57,11837,NULL,9208,7,'2026-01-20 21:38:56','2026-01-20 21:38:56','43f35a8b-26fb-48f3-9d39-e2a80f7b5e55'),
(65967,32,11841,NULL,2610,1,'2026-01-20 21:41:39','2026-01-20 21:41:39','2f4ec1f0-d9d0-4600-b438-22969e9d03f0'),
(65968,32,11841,NULL,2598,2,'2026-01-20 21:41:39','2026-01-20 21:41:39','f5103281-e9c0-4737-888b-d9d75c0b1b96'),
(65969,32,11841,NULL,2600,3,'2026-01-20 21:41:39','2026-01-20 21:41:39','86f3f715-d910-4537-818c-5778e40fa624'),
(65970,32,11841,NULL,2596,4,'2026-01-20 21:41:39','2026-01-20 21:41:39','725ab615-d5c4-4f06-8a34-8a3e54149736'),
(65971,32,11841,NULL,2602,5,'2026-01-20 21:41:39','2026-01-20 21:41:39','d82adf94-1a8c-4c81-a47f-16197db84661'),
(65972,32,11841,NULL,2604,6,'2026-01-20 21:41:39','2026-01-20 21:41:39','8b5ab29c-5975-430a-804d-ba8f7eafcd3c'),
(65973,32,11841,NULL,2608,7,'2026-01-20 21:41:39','2026-01-20 21:41:39','ed4e75bb-6c80-454f-9c53-26ae9b432e4b'),
(65974,16,11841,NULL,5253,1,'2026-01-20 21:41:39','2026-01-20 21:41:39','fcb9f016-be12-4cce-9794-6567c7579941'),
(65975,7,11841,NULL,601,1,'2026-01-20 21:41:39','2026-01-20 21:41:39','fba76287-8468-4369-82d4-52b71b3564ff'),
(65976,7,11841,NULL,617,2,'2026-01-20 21:41:39','2026-01-20 21:41:39','b6c8ea39-5a0a-491b-b51e-cbdbad5a875b'),
(65977,7,11841,NULL,9727,3,'2026-01-20 21:41:39','2026-01-20 21:41:39','dd214057-5145-4cc1-b0d9-1a415f7b5c9b'),
(65978,7,11841,NULL,9552,4,'2026-01-20 21:41:39','2026-01-20 21:41:39','c0bd8b55-89b9-4f5a-8bd4-ab6ba18a9a7b'),
(65979,7,11841,NULL,605,5,'2026-01-20 21:41:39','2026-01-20 21:41:39','07eef4cf-3d24-401e-94d8-754ce528c33c'),
(65980,82,11841,NULL,479,1,'2026-01-20 21:41:39','2026-01-20 21:41:39','723dc1ca-bf3f-4220-9a89-874ce819b6ca'),
(65981,82,11841,NULL,491,2,'2026-01-20 21:41:39','2026-01-20 21:41:39','9e399dd9-6206-48e2-af89-00872347c901'),
(65982,46,11841,NULL,7379,1,'2026-01-20 21:41:39','2026-01-20 21:41:39','55853740-7f2f-4e8f-834e-9feb47f359e7'),
(65983,47,11841,NULL,10557,1,'2026-01-20 21:41:39','2026-01-20 21:41:39','1ecfdc93-ba2a-4083-b976-4b26e2c7889e'),
(65984,57,11841,NULL,7926,1,'2026-01-20 21:41:39','2026-01-20 21:41:39','7d795301-c018-4b03-ab0d-629f9621d6ce'),
(65985,57,11841,NULL,7928,2,'2026-01-20 21:41:39','2026-01-20 21:41:39','d840c713-cd78-4405-b542-d635e721d245'),
(65986,57,11841,NULL,7927,3,'2026-01-20 21:41:39','2026-01-20 21:41:39','d33e7365-64e6-4308-93d8-073a369f8e7e'),
(65987,57,11841,NULL,7924,4,'2026-01-20 21:41:39','2026-01-20 21:41:39','d2eab37c-7c20-4aa8-a6e1-14f132b8ba5c'),
(65988,57,11841,NULL,7925,5,'2026-01-20 21:41:39','2026-01-20 21:41:39','6dc1b04d-a059-4299-88e7-e0badc4e28a3'),
(65989,57,11841,NULL,7923,6,'2026-01-20 21:41:39','2026-01-20 21:41:39','8bbb5ca0-55aa-4bd9-b532-2b7a2b1bc797'),
(65990,57,11841,NULL,7920,7,'2026-01-20 21:41:39','2026-01-20 21:41:39','a0fa7834-443a-4613-bace-1865c3b5a864'),
(65991,57,11841,NULL,7922,8,'2026-01-20 21:41:39','2026-01-20 21:41:39','1bab373b-e635-4165-bc77-b423a6529466'),
(65992,57,11841,NULL,7921,9,'2026-01-20 21:41:39','2026-01-20 21:41:39','08702161-0872-480e-aa90-1e0a295d2b5b'),
(66012,32,11843,NULL,2610,1,'2026-01-20 21:42:53','2026-01-20 21:42:53','71e0b7c0-94fa-42cf-9f99-2cb999fefb74'),
(66013,32,11843,NULL,2598,2,'2026-01-20 21:42:53','2026-01-20 21:42:53','79cd7bae-5cad-489e-ad79-44e292ca95e3'),
(66014,32,11843,NULL,2600,3,'2026-01-20 21:42:53','2026-01-20 21:42:53','1731665c-760b-43ad-bd5c-7c6f7bf1d3b8'),
(66015,32,11843,NULL,2604,4,'2026-01-20 21:42:53','2026-01-20 21:42:53','34060a9e-4865-40ab-9f71-985b2dc1ddfe'),
(66016,32,11843,NULL,2608,5,'2026-01-20 21:42:53','2026-01-20 21:42:53','576692bf-e7da-48f8-84fc-e8c1b2871e8b'),
(66017,32,11843,NULL,2602,6,'2026-01-20 21:42:53','2026-01-20 21:42:53','d1aed537-8abf-4c30-b2b1-13722709b9b9'),
(66018,16,11843,NULL,4466,1,'2026-01-20 21:42:53','2026-01-20 21:42:53','68151ba4-d01d-4b84-8002-5883790e16bd'),
(66019,7,11843,NULL,617,1,'2026-01-20 21:42:53','2026-01-20 21:42:53','8bdf8589-96fc-4f5c-9766-d658f0a4e09e'),
(66020,7,11843,NULL,605,2,'2026-01-20 21:42:53','2026-01-20 21:42:53','07255839-d91e-46f7-9f4b-f6ca3d66681c'),
(66021,7,11843,NULL,9552,3,'2026-01-20 21:42:53','2026-01-20 21:42:53','e4105f9f-b488-4663-bd80-ac93b0668eb1'),
(66022,82,11843,NULL,469,1,'2026-01-20 21:42:53','2026-01-20 21:42:53','1a966aec-fd6b-40ce-a598-735e1b75ed68'),
(66023,82,11843,NULL,479,2,'2026-01-20 21:42:53','2026-01-20 21:42:53','9c47b3ec-a7e7-4360-95dd-44f0c3650e63'),
(66024,82,11843,NULL,491,3,'2026-01-20 21:42:53','2026-01-20 21:42:53','4b2a4b45-65ea-444b-816a-f92577e38512'),
(66025,47,11843,NULL,10495,1,'2026-01-20 21:42:53','2026-01-20 21:42:53','6fbc4830-333a-403a-85a3-7872527bed42'),
(66026,57,11843,NULL,8888,1,'2026-01-20 21:42:53','2026-01-20 21:42:53','98320285-0324-4d69-a8e2-f72bd870ef8f'),
(66027,57,11843,NULL,8889,2,'2026-01-20 21:42:53','2026-01-20 21:42:53','223539e8-f3a3-407b-88b3-93e448e595f1'),
(66028,57,11843,NULL,9589,3,'2026-01-20 21:42:53','2026-01-20 21:42:53','093585dc-6a78-4676-a734-b4e84b952198'),
(66060,32,11845,NULL,2610,1,'2026-01-20 21:43:06','2026-01-20 21:43:06','b0c2f555-8897-4f8f-ac80-fcb853a8027c'),
(66061,32,11845,NULL,2598,2,'2026-01-20 21:43:06','2026-01-20 21:43:06','c61a0f33-0a47-4d49-a77f-3ca1170f4723'),
(66062,32,11845,NULL,2608,3,'2026-01-20 21:43:06','2026-01-20 21:43:06','a7b2d293-414e-409f-8726-dde1412d993e'),
(66063,32,11845,NULL,2624,4,'2026-01-20 21:43:06','2026-01-20 21:43:06','b1e196be-b0a8-431d-b9cf-27ee5e5c4d1c'),
(66064,32,11845,NULL,2600,5,'2026-01-20 21:43:06','2026-01-20 21:43:06','ab9d560f-e3e3-4674-a811-da41f56b1e59'),
(66065,32,11845,NULL,2596,6,'2026-01-20 21:43:06','2026-01-20 21:43:06','9faf1211-015f-4866-900a-e130421cca2d'),
(66066,32,11845,NULL,2602,7,'2026-01-20 21:43:06','2026-01-20 21:43:06','e501b7b8-c4b1-4070-aec6-131efb97e72f'),
(66067,32,11845,NULL,2606,8,'2026-01-20 21:43:06','2026-01-20 21:43:06','a9cea15c-ebf2-46cf-8d2c-4b44660a1670'),
(66068,32,11845,NULL,2612,9,'2026-01-20 21:43:06','2026-01-20 21:43:06','8590fbbb-a30b-430a-825b-f47b8b77641a'),
(66069,32,11845,NULL,2604,10,'2026-01-20 21:43:06','2026-01-20 21:43:06','3189efd1-5a52-4c45-abe4-d94b2a23511a'),
(66070,16,11845,NULL,4786,1,'2026-01-20 21:43:06','2026-01-20 21:43:06','ecc513ef-c91b-4891-ae4f-c48718070e56'),
(66071,7,11845,NULL,6547,1,'2026-01-20 21:43:06','2026-01-20 21:43:06','0b2349a9-1a4b-428c-934f-ef0a50f67bdd'),
(66072,7,11845,NULL,601,2,'2026-01-20 21:43:06','2026-01-20 21:43:06','9060a061-f726-42c9-bca3-4df4e4108169'),
(66073,7,11845,NULL,617,3,'2026-01-20 21:43:06','2026-01-20 21:43:06','fe464a24-bd38-42b0-8f32-e41259b1736a'),
(66074,7,11845,NULL,605,4,'2026-01-20 21:43:06','2026-01-20 21:43:06','21db21a8-4d56-4b06-ad6a-9b681d539578'),
(66075,7,11845,NULL,9552,5,'2026-01-20 21:43:06','2026-01-20 21:43:06','c1c8f272-25cd-45a7-85f1-13ad1a135bc2'),
(66076,82,11845,NULL,491,1,'2026-01-20 21:43:06','2026-01-20 21:43:06','e125cc8b-6022-4456-9af6-87add95b5f36'),
(66077,46,11845,NULL,2891,1,'2026-01-20 21:43:06','2026-01-20 21:43:06','fa44e2fb-5680-4f4c-9ce0-a287461f1e63'),
(66078,57,11845,NULL,4808,1,'2026-01-20 21:43:06','2026-01-20 21:43:06','8e16c810-2a4a-474e-8467-cba819248172'),
(66079,57,11845,NULL,4811,2,'2026-01-20 21:43:06','2026-01-20 21:43:06','b5a8e0e4-937a-4940-993b-643c66c05066'),
(66080,57,11845,NULL,4807,3,'2026-01-20 21:43:06','2026-01-20 21:43:06','ed539e48-4aeb-4646-9df3-6d06c27baeb5'),
(66081,57,11845,NULL,4806,4,'2026-01-20 21:43:06','2026-01-20 21:43:06','8642ee05-e63f-47fe-9d3e-984d4d4d0565'),
(66082,57,11845,NULL,4809,5,'2026-01-20 21:43:06','2026-01-20 21:43:06','f856cda8-bcc7-4f55-b66d-7375d16c088d'),
(66083,57,11845,NULL,4810,6,'2026-01-20 21:43:06','2026-01-20 21:43:06','5ddf8d0f-277a-491a-93f8-d4a576be2dde'),
(66115,32,11847,NULL,2610,1,'2026-01-20 21:43:41','2026-01-20 21:43:41','dbcd2c61-9e41-4d9a-ab44-b071a5bb036c'),
(66116,32,11847,NULL,2598,2,'2026-01-20 21:43:41','2026-01-20 21:43:41','fe26cf87-c7e7-426f-b4de-c39b4a9063a5'),
(66117,32,11847,NULL,2608,3,'2026-01-20 21:43:41','2026-01-20 21:43:41','585a9317-31de-418b-b773-9f52251c627f'),
(66118,32,11847,NULL,2600,4,'2026-01-20 21:43:41','2026-01-20 21:43:41','dadab732-60a9-457a-8479-11562b3cf6a7'),
(66119,32,11847,NULL,2596,5,'2026-01-20 21:43:41','2026-01-20 21:43:41','c09ccd8b-379c-4cce-83f9-19c8c17e3a4d'),
(66120,32,11847,NULL,2602,6,'2026-01-20 21:43:41','2026-01-20 21:43:41','ddcfdd44-784e-4ed0-ac8b-72eb629116bb'),
(66121,32,11847,NULL,2606,7,'2026-01-20 21:43:41','2026-01-20 21:43:41','2b7e37d4-a4f2-4a9e-a364-f3bb538be5e9'),
(66122,32,11847,NULL,2612,8,'2026-01-20 21:43:41','2026-01-20 21:43:41','e32bf827-dcb5-46e0-83da-cc073428127d'),
(66123,32,11847,NULL,2604,9,'2026-01-20 21:43:41','2026-01-20 21:43:41','cf05adb9-c614-4171-b4b9-63f8cc5c7c51'),
(66124,16,11847,NULL,6422,1,'2026-01-20 21:43:41','2026-01-20 21:43:41','71dee389-8a77-4279-b9ce-927ef54e6645'),
(66125,7,11847,NULL,3468,1,'2026-01-20 21:43:41','2026-01-20 21:43:41','9ba5dfe1-0d9c-4a09-b0a9-df73e16d3089'),
(66126,7,11847,NULL,601,2,'2026-01-20 21:43:41','2026-01-20 21:43:41','174f34a9-ad06-486e-9aff-893ddd2e9c5f'),
(66127,7,11847,NULL,617,3,'2026-01-20 21:43:41','2026-01-20 21:43:41','8ab6a9b2-655c-42a4-9f62-88c5a7c1d29f'),
(66128,7,11847,NULL,605,4,'2026-01-20 21:43:41','2026-01-20 21:43:41','35eea1de-98d8-40af-83ae-342d9965944d'),
(66129,7,11847,NULL,9552,5,'2026-01-20 21:43:41','2026-01-20 21:43:41','cc2f6b3d-7105-4028-bc56-cc636245c8f0'),
(66130,82,11847,NULL,491,1,'2026-01-20 21:43:41','2026-01-20 21:43:41','9771286f-38f0-46d2-b601-257959059af9'),
(66131,46,11847,NULL,7369,1,'2026-01-20 21:43:41','2026-01-20 21:43:41','6a5e1ac3-4d2c-4d8d-a2f9-5f54098af423'),
(66132,57,11847,NULL,9319,1,'2026-01-20 21:43:41','2026-01-20 21:43:41','723e19b5-d4f5-41a0-98fe-b2cbc81d4b2d'),
(66133,57,11847,NULL,9320,2,'2026-01-20 21:43:41','2026-01-20 21:43:41','1c34cc25-6feb-4efb-baae-d53265ffd88b'),
(66134,57,11847,NULL,9321,3,'2026-01-20 21:43:41','2026-01-20 21:43:41','9be9ae7a-4543-41e0-b490-61a5c733f0c4'),
(66135,57,11847,NULL,9322,4,'2026-01-20 21:43:41','2026-01-20 21:43:41','c7038ba0-66ae-4cb5-b59f-782c4673f6c5'),
(66136,57,11847,NULL,10087,5,'2026-01-20 21:43:41','2026-01-20 21:43:41','309671df-9394-4dec-8c25-1d7d6935b783'),
(66137,57,11847,NULL,9323,6,'2026-01-20 21:43:41','2026-01-20 21:43:41','3d0554ac-c59d-4d76-aa54-b778511b5b5c'),
(66138,57,11847,NULL,10084,7,'2026-01-20 21:43:41','2026-01-20 21:43:41','f52d1edf-7bca-4b58-99c1-a562c902d3d8'),
(66139,57,11847,NULL,10085,8,'2026-01-20 21:43:41','2026-01-20 21:43:41','81de62dc-f5ec-4ef7-af80-25beec12a3ad'),
(66140,57,11847,NULL,10088,9,'2026-01-20 21:43:41','2026-01-20 21:43:41','b0ee6d05-3e6d-4612-a50f-f3651853b43a'),
(66141,57,11847,NULL,10089,10,'2026-01-20 21:43:41','2026-01-20 21:43:41','70825507-1352-481d-9810-084401591847'),
(66142,57,11847,NULL,10083,11,'2026-01-20 21:43:41','2026-01-20 21:43:41','0c3a7fb1-bd43-48fb-9753-52ae0ab1b4db'),
(66143,57,11847,NULL,10090,12,'2026-01-20 21:43:41','2026-01-20 21:43:41','be9a4cfc-47de-43b0-b315-a16d34f47ac3'),
(66144,13,11847,NULL,6844,1,'2026-01-20 21:43:41','2026-01-20 21:43:41','21694fd9-baec-4752-81ac-79b013aff9d9'),
(66145,32,11851,NULL,2610,1,'2026-01-20 21:49:45','2026-01-20 21:49:45','cc4f6b3d-a5c3-4d27-b0b2-e49eb87fdc51'),
(66146,32,11851,NULL,2598,2,'2026-01-20 21:49:45','2026-01-20 21:49:45','69607ab5-7140-409d-b8e9-e5ad0949cd65'),
(66147,32,11851,NULL,2624,3,'2026-01-20 21:49:45','2026-01-20 21:49:45','99034ce5-af8f-4ccb-b11b-513f8762fd5e'),
(66148,32,11851,NULL,2600,4,'2026-01-20 21:49:45','2026-01-20 21:49:45','ea86df28-4fad-4ee3-aec5-a503e3f65aa4'),
(66149,32,11851,NULL,2596,5,'2026-01-20 21:49:45','2026-01-20 21:49:45','841234c3-086a-4546-a1ec-9dcc2304f42b'),
(66150,32,11851,NULL,2602,6,'2026-01-20 21:49:45','2026-01-20 21:49:45','4e4d97b4-9dc6-4a16-8983-cb7328160b89'),
(66151,32,11851,NULL,2606,7,'2026-01-20 21:49:45','2026-01-20 21:49:45','e61cd88a-0a5d-4a2a-ad49-7ce5d8c665e0'),
(66152,32,11851,NULL,2612,8,'2026-01-20 21:49:45','2026-01-20 21:49:45','80d8fc58-1c19-42ad-8725-4133f5f79892'),
(66153,32,11851,NULL,2604,9,'2026-01-20 21:49:45','2026-01-20 21:49:45','e67992e1-d00c-493f-8c6d-c400b5fb17ee'),
(66154,32,11851,NULL,2608,10,'2026-01-20 21:49:45','2026-01-20 21:49:45','cf9756af-33db-4155-8713-fef47612b3bb'),
(66155,16,11851,NULL,11819,1,'2026-01-20 21:49:45','2026-01-20 21:49:45','ce48bb06-e9f0-4ca8-a0c5-e2139dc7896d'),
(66156,7,11851,NULL,2969,1,'2026-01-20 21:49:45','2026-01-20 21:49:45','e266dee1-e77c-4791-adf9-2957550eb9b9'),
(66157,7,11851,NULL,617,2,'2026-01-20 21:49:45','2026-01-20 21:49:45','7c67186e-f8ad-45ff-88fb-9db8236a0c34'),
(66158,7,11851,NULL,605,3,'2026-01-20 21:49:45','2026-01-20 21:49:45','34d719e7-a4d6-40b0-becb-a50acf78787c'),
(66159,7,11851,NULL,9552,4,'2026-01-20 21:49:45','2026-01-20 21:49:45','46409919-6bb0-4246-beb3-4c4cf1b5709c'),
(66160,82,11851,NULL,491,1,'2026-01-20 21:49:45','2026-01-20 21:49:45','333f2129-4fb2-4183-b1aa-1355d63b0ab3'),
(66161,46,11851,NULL,2891,1,'2026-01-20 21:49:45','2026-01-20 21:49:45','8184e2d5-d742-4467-8f51-a9c9ca17ec40'),
(66162,47,11851,NULL,10523,1,'2026-01-20 21:49:45','2026-01-20 21:49:45','aafa9eff-7ea7-4633-a0f3-e8bc53e50c35'),
(66163,57,11851,NULL,4927,1,'2026-01-20 21:49:45','2026-01-20 21:49:45','b662fca3-df63-4a49-b169-5d4223b4f65a'),
(66164,57,11851,NULL,7772,2,'2026-01-20 21:49:45','2026-01-20 21:49:45','bc2c2b49-baa8-497e-b2a6-c52985662b39'),
(66165,57,11851,NULL,4931,3,'2026-01-20 21:49:45','2026-01-20 21:49:45','eb096a02-42a4-4774-904c-15c5c9e8bf9d'),
(66166,57,11851,NULL,4930,4,'2026-01-20 21:49:45','2026-01-20 21:49:45','7e749628-1488-4724-81c0-1b247b222bf1'),
(66167,57,11851,NULL,4932,5,'2026-01-20 21:49:45','2026-01-20 21:49:45','d8e0dfa6-9d1a-4c89-b16e-747e20b1ab84'),
(66168,57,11851,NULL,4933,6,'2026-01-20 21:49:45','2026-01-20 21:49:45','8cff60ea-d31f-45fe-81ab-72402f900187'),
(66169,57,11851,NULL,4934,7,'2026-01-20 21:49:45','2026-01-20 21:49:45','4975d43b-e313-4b4e-9483-39bd764a0d96'),
(66170,57,11851,NULL,4935,8,'2026-01-20 21:49:45','2026-01-20 21:49:45','d5e8205f-1160-45c7-9154-0f70c0916857'),
(66171,57,11851,NULL,7739,9,'2026-01-20 21:49:45','2026-01-20 21:49:45','c69e4bdc-ce57-4134-9224-511135ffe848'),
(66172,57,11851,NULL,7740,10,'2026-01-20 21:49:45','2026-01-20 21:49:45','1948a945-535a-47e2-8f8e-8a3eeec7c6ef'),
(66173,57,11851,NULL,7741,11,'2026-01-20 21:49:45','2026-01-20 21:49:45','cc45ed53-4749-4fe8-b904-bf4b68dd3aae'),
(66176,32,1079,NULL,2624,10,'2026-01-20 21:50:07','2026-01-20 21:50:07','14f0da97-4f3c-4ced-89e4-25eee4f24248'),
(66177,32,11852,NULL,2614,1,'2026-01-20 21:50:07','2026-01-20 21:50:07','b62b1954-76ca-4fba-919a-68c56db356ec'),
(66178,32,11852,NULL,2610,2,'2026-01-20 21:50:07','2026-01-20 21:50:07','f405e7ac-b8bf-456a-a668-45e782ec800b'),
(66179,32,11852,NULL,2598,3,'2026-01-20 21:50:07','2026-01-20 21:50:07','ee69bf39-94bb-4437-ae92-d8fb195bedea'),
(66180,32,11852,NULL,2608,4,'2026-01-20 21:50:07','2026-01-20 21:50:07','e7848540-6629-40dc-a6ef-cfd171539805'),
(66181,32,11852,NULL,2600,5,'2026-01-20 21:50:07','2026-01-20 21:50:07','41ada89a-cb3b-43d1-96a2-000706e46ba5'),
(66182,32,11852,NULL,2596,6,'2026-01-20 21:50:07','2026-01-20 21:50:07','508e70a4-95ad-4c16-94ad-0cfbc34208e1'),
(66183,32,11852,NULL,2602,7,'2026-01-20 21:50:07','2026-01-20 21:50:07','8ab63f45-6971-40b0-90e2-a330d5f95d6f'),
(66184,32,11852,NULL,2606,8,'2026-01-20 21:50:07','2026-01-20 21:50:07','eed2b179-39a2-4f7d-81d8-2a6dd7fbbf16'),
(66185,32,11852,NULL,2604,9,'2026-01-20 21:50:07','2026-01-20 21:50:07','f50cb0ca-a421-452d-b75d-c9fcea1e74d7'),
(66186,32,11852,NULL,2624,10,'2026-01-20 21:50:07','2026-01-20 21:50:07','851ba1b9-5521-4445-81ad-77bb4f10e9c7'),
(66187,16,11852,NULL,8081,1,'2026-01-20 21:50:07','2026-01-20 21:50:07','fe40317d-0bf0-4286-abbe-ab2e4520c610'),
(66188,7,11852,NULL,3468,1,'2026-01-20 21:50:07','2026-01-20 21:50:07','d1b733a3-e774-46f9-b135-b8d18c66f272'),
(66189,7,11852,NULL,601,2,'2026-01-20 21:50:07','2026-01-20 21:50:07','ca71b203-2cb8-493d-95cd-956147ceef34'),
(66190,7,11852,NULL,9640,3,'2026-01-20 21:50:07','2026-01-20 21:50:07','a1d7eb0f-d04f-49c5-802a-6429c1525fe9'),
(66191,7,11852,NULL,2974,4,'2026-01-20 21:50:07','2026-01-20 21:50:07','2454ec54-2698-4641-93f1-fbcb7ed91ce4'),
(66192,7,11852,NULL,617,5,'2026-01-20 21:50:07','2026-01-20 21:50:07','190d0611-3a0a-4c83-b3a4-4edb521ac4aa'),
(66193,7,11852,NULL,605,6,'2026-01-20 21:50:07','2026-01-20 21:50:07','28362c77-6685-4d7f-a735-2321f6674e2c'),
(66194,7,11852,NULL,9552,7,'2026-01-20 21:50:07','2026-01-20 21:50:07','8778b12b-f4cb-45f1-bb48-8e956f0b3d3c'),
(66195,46,11852,NULL,2891,1,'2026-01-20 21:50:07','2026-01-20 21:50:07','785bbff0-1581-4113-9dbe-e2d4e4669c66'),
(66196,57,11852,NULL,8082,1,'2026-01-20 21:50:07','2026-01-20 21:50:07','b41a8ad0-c99a-4bd1-b59a-f92d6c714eb2'),
(66197,57,11852,NULL,8085,2,'2026-01-20 21:50:07','2026-01-20 21:50:07','2a93473e-8478-44f3-ade6-9f5fa950701d'),
(66198,57,11852,NULL,8086,3,'2026-01-20 21:50:07','2026-01-20 21:50:07','ef049489-f555-4f58-8db7-5d8943c57d01'),
(66199,57,11852,NULL,8087,4,'2026-01-20 21:50:07','2026-01-20 21:50:07','e654d46a-8430-4b4b-9c5c-7b61704cfd24'),
(66200,13,11852,NULL,6814,1,'2026-01-20 21:50:07','2026-01-20 21:50:07','f61ca17d-46a2-4145-afdc-1eb19641c2d5'),
(66256,32,11855,NULL,2598,1,'2026-01-20 21:53:55','2026-01-20 21:53:55','cf0bc378-8bf4-49ce-8cc6-1007d89f2201'),
(66257,32,11855,NULL,2608,2,'2026-01-20 21:53:55','2026-01-20 21:53:55','bd5fac0e-8a7a-474b-9502-29278752e01a'),
(66258,32,11855,NULL,2600,3,'2026-01-20 21:53:55','2026-01-20 21:53:55','d0d44dc7-66e5-4280-b25c-6fb96ba41cdb'),
(66259,32,11855,NULL,2602,4,'2026-01-20 21:53:55','2026-01-20 21:53:55','0cdf48a7-f8a6-4d01-9165-33ddf57e8267'),
(66260,32,11855,NULL,2612,5,'2026-01-20 21:53:55','2026-01-20 21:53:55','e1f371c6-9b1e-41a6-b208-d3714a808499'),
(66261,32,11855,NULL,2604,6,'2026-01-20 21:53:55','2026-01-20 21:53:55','990e2ba9-80b9-4681-b710-ff2547b0c238'),
(66262,32,11855,NULL,2610,7,'2026-01-20 21:53:55','2026-01-20 21:53:55','3613f35c-7000-4ce8-92d6-c4c9fd7fa630'),
(66263,16,11855,NULL,4861,1,'2026-01-20 21:53:55','2026-01-20 21:53:55','c2aef253-4cff-45e3-b06e-e81345b63a2a'),
(66264,7,11855,NULL,6547,1,'2026-01-20 21:53:55','2026-01-20 21:53:55','647ac2bf-fe8c-40e4-8612-eba521b77889'),
(66265,7,11855,NULL,601,2,'2026-01-20 21:53:55','2026-01-20 21:53:55','f2faf16e-8a56-4c6b-ae88-4486db2a25f6'),
(66266,7,11855,NULL,9732,3,'2026-01-20 21:53:55','2026-01-20 21:53:55','ffa127fc-8477-499e-b781-7ede9711c571'),
(66267,7,11855,NULL,9735,4,'2026-01-20 21:53:55','2026-01-20 21:53:55','d0a8db26-3e1a-428e-9f93-38c53613d1d1'),
(66268,7,11855,NULL,617,5,'2026-01-20 21:53:55','2026-01-20 21:53:55','7fdd3846-9184-409a-8cd9-5388cce72f1d'),
(66269,7,11855,NULL,605,6,'2026-01-20 21:53:55','2026-01-20 21:53:55','e98f79b5-e2c1-43e9-9f91-d31eb579e2ad'),
(66270,7,11855,NULL,9552,7,'2026-01-20 21:53:55','2026-01-20 21:53:55','6f7d21f7-b491-4860-bd06-b0f27df52f37'),
(66271,82,11855,NULL,479,1,'2026-01-20 21:53:55','2026-01-20 21:53:55','857db83c-4b5b-48d2-80cf-1298fcfd529c'),
(66272,82,11855,NULL,491,2,'2026-01-20 21:53:55','2026-01-20 21:53:55','fa36097b-7f84-4194-828c-a9c9608eddfe'),
(66273,82,11855,NULL,469,3,'2026-01-20 21:53:55','2026-01-20 21:53:55','1bf10465-ca00-4e84-8d27-0ed3b32b7590'),
(66274,57,11855,NULL,4886,1,'2026-01-20 21:53:55','2026-01-20 21:53:55','8966a6c8-d269-4c25-8f61-62e37b0f5366'),
(66275,57,11855,NULL,4880,2,'2026-01-20 21:53:55','2026-01-20 21:53:55','feba2c69-fe02-4721-8ce0-2de6f27bdd28'),
(66276,57,11855,NULL,4888,3,'2026-01-20 21:53:55','2026-01-20 21:53:55','942295b0-674a-467c-8e88-dbd5fbf128d1'),
(66277,57,11855,NULL,4882,4,'2026-01-20 21:53:55','2026-01-20 21:53:55','f8f75ced-6c2a-4dda-a8af-a74d0b99a09c'),
(66278,57,11855,NULL,4879,5,'2026-01-20 21:53:55','2026-01-20 21:53:55','adf6e212-6f78-49fa-85d4-9ce2106efe01'),
(66279,57,11855,NULL,4881,6,'2026-01-20 21:53:55','2026-01-20 21:53:55','b0acdaa3-1250-476b-940a-b0b6f7e61f48'),
(66280,57,11855,NULL,4887,7,'2026-01-20 21:53:55','2026-01-20 21:53:55','dfa6014c-8a8a-4830-a68f-851a778c368f'),
(66281,57,11855,NULL,4883,8,'2026-01-20 21:53:55','2026-01-20 21:53:55','c6afd67b-a694-49ec-b3fc-78e22d224b46'),
(66282,57,11855,NULL,4884,9,'2026-01-20 21:53:55','2026-01-20 21:53:55','2252fa99-e85e-449d-8479-6097e80d0fb3'),
(66283,57,11855,NULL,4885,10,'2026-01-20 21:53:55','2026-01-20 21:53:55','1df26b23-19dd-44a4-8621-5284b2579015'),
(66369,32,11859,NULL,2610,1,'2026-01-20 21:56:48','2026-01-20 21:56:48','313763b3-af6c-4198-9f8b-7d77c4608324'),
(66370,32,11859,NULL,2598,2,'2026-01-20 21:56:48','2026-01-20 21:56:48','7071b8bf-2818-4c46-b6f4-eaa772f62638'),
(66371,32,11859,NULL,2608,3,'2026-01-20 21:56:48','2026-01-20 21:56:48','b630ef53-b986-48de-8817-d2e0962cdb46'),
(66372,32,11859,NULL,2624,4,'2026-01-20 21:56:48','2026-01-20 21:56:48','4f83994a-a71b-449b-9247-d8d1baef1856'),
(66373,32,11859,NULL,2600,5,'2026-01-20 21:56:48','2026-01-20 21:56:48','9635853a-62b5-4755-9715-9f8c63686545'),
(66374,32,11859,NULL,2596,6,'2026-01-20 21:56:48','2026-01-20 21:56:48','d66e330a-e6e4-4a2e-851f-bf1afe971666'),
(66375,32,11859,NULL,2606,7,'2026-01-20 21:56:48','2026-01-20 21:56:48','685b3879-5eb1-46b0-a684-cf6bb810a346'),
(66376,32,11859,NULL,2604,8,'2026-01-20 21:56:48','2026-01-20 21:56:48','102dca84-d55b-4801-aba5-27370d9a9e90'),
(66377,32,11859,NULL,2602,9,'2026-01-20 21:56:48','2026-01-20 21:56:48','f3320d44-b506-4832-9fd0-9d18f66ddae5'),
(66378,32,11859,NULL,2612,10,'2026-01-20 21:56:48','2026-01-20 21:56:48','3d21df77-0525-4940-ae12-bf45008d7792'),
(66379,16,11859,NULL,9524,1,'2026-01-20 21:56:48','2026-01-20 21:56:48','f3e00d3b-7944-43f1-b71a-8c3abcfb45a6'),
(66380,7,11859,NULL,617,1,'2026-01-20 21:56:48','2026-01-20 21:56:48','c5e8d309-1846-4382-a7ed-e232ce105d40'),
(66381,7,11859,NULL,605,2,'2026-01-20 21:56:48','2026-01-20 21:56:48','b979d050-8975-44e9-80f5-43db15b1218a'),
(66382,7,11859,NULL,9552,3,'2026-01-20 21:56:48','2026-01-20 21:56:48','b374ab7b-2a4d-4fd2-84a8-2fe8387bbd5e'),
(66383,82,11859,NULL,491,1,'2026-01-20 21:56:48','2026-01-20 21:56:48','8362a8f2-8403-45d5-965f-d32cfb492f83'),
(66384,46,11859,NULL,2891,1,'2026-01-20 21:56:48','2026-01-20 21:56:48','6ba5f7da-5489-4980-a809-dc6427e7a552'),
(66385,47,11859,NULL,10460,1,'2026-01-20 21:56:48','2026-01-20 21:56:48','644d3e08-b262-4166-8a90-2f8aaa2fe118'),
(66386,57,11859,NULL,9529,1,'2026-01-20 21:56:48','2026-01-20 21:56:48','ddf7ad71-a267-424a-976e-5b8ec1700f8c'),
(66387,57,11859,NULL,9530,2,'2026-01-20 21:56:48','2026-01-20 21:56:48','874fdf62-3a4c-4e5d-a909-fceb6266efeb'),
(66388,57,11859,NULL,9531,3,'2026-01-20 21:56:48','2026-01-20 21:56:48','d654e0ec-ac45-4d2d-81b7-6abfdbd4f2f7'),
(66390,32,11860,NULL,2610,1,'2026-01-20 21:57:06','2026-01-20 21:57:06','a4ffdb7a-aacc-4c90-99bd-42f0b109991b'),
(66391,32,11860,NULL,2598,2,'2026-01-20 21:57:06','2026-01-20 21:57:06','7b2b1e02-5d41-498f-9927-86c7001efb41'),
(66392,32,11860,NULL,2600,3,'2026-01-20 21:57:06','2026-01-20 21:57:06','9d22a63f-ccb2-4bf0-afe2-124081d3c35c'),
(66393,32,11860,NULL,2604,4,'2026-01-20 21:57:06','2026-01-20 21:57:06','08f0d051-4a82-4af7-b9bb-d81bf379eba3'),
(66394,32,11860,NULL,2608,5,'2026-01-20 21:57:06','2026-01-20 21:57:06','2cef01b6-6310-4e72-95d7-2382dc3ff0ef'),
(66395,32,11860,NULL,2596,6,'2026-01-20 21:57:06','2026-01-20 21:57:06','081d85af-2148-4c45-8d79-d3b6461c9e7b'),
(66396,32,11860,NULL,2602,7,'2026-01-20 21:57:06','2026-01-20 21:57:06','388215c5-8e8f-47ca-8bc9-f4b4eedbc63e'),
(66397,32,11860,NULL,2606,8,'2026-01-20 21:57:06','2026-01-20 21:57:06','859652eb-d251-4323-a6f4-7dae7d59198c'),
(66398,16,11860,NULL,4610,1,'2026-01-20 21:57:06','2026-01-20 21:57:06','80423129-f1e7-44d2-82ce-e21444cfe72e'),
(66399,7,11860,NULL,2969,1,'2026-01-20 21:57:06','2026-01-20 21:57:06','d1bb8dcd-43ce-43f9-9ba0-cb2c7e86217f'),
(66400,7,11860,NULL,9640,2,'2026-01-20 21:57:06','2026-01-20 21:57:06','172ee7f8-a121-484c-b89d-edd89c9c7c13'),
(66401,7,11860,NULL,2974,3,'2026-01-20 21:57:06','2026-01-20 21:57:06','b5fa77e2-5557-43b8-8e12-23cdcc39356c'),
(66402,7,11860,NULL,617,4,'2026-01-20 21:57:06','2026-01-20 21:57:06','c13f1544-a3c2-4c80-86cf-cb166b9a34d6'),
(66403,7,11860,NULL,605,5,'2026-01-20 21:57:06','2026-01-20 21:57:06','a0f90b9b-5bdb-48fa-84ae-5545da694cd9'),
(66404,7,11860,NULL,9552,6,'2026-01-20 21:57:06','2026-01-20 21:57:06','872be485-1e55-40da-8c24-e1b3fbe5e7ec'),
(66405,82,11860,NULL,491,1,'2026-01-20 21:57:06','2026-01-20 21:57:06','4fc0e300-947d-4d91-9dad-9c7205d72281'),
(66406,57,11860,NULL,9629,1,'2026-01-20 21:57:06','2026-01-20 21:57:06','feac17b7-214c-4646-9370-1bd44df1c5ce'),
(66407,57,11860,NULL,9631,2,'2026-01-20 21:57:06','2026-01-20 21:57:06','446a3870-4461-4308-937c-a82e8e764e05'),
(66408,57,11860,NULL,9630,3,'2026-01-20 21:57:06','2026-01-20 21:57:06','8ad84e0e-7753-4fe7-b9af-8e080dfe6eb7'),
(66409,57,11860,NULL,9628,4,'2026-01-20 21:57:06','2026-01-20 21:57:06','55d0a158-e622-4076-94af-ff9d4b048193'),
(66410,57,11860,NULL,9627,5,'2026-01-20 21:57:06','2026-01-20 21:57:06','cc87facd-1a0a-4b1d-bea1-ab287cbce3d6'),
(66411,57,11860,NULL,9632,6,'2026-01-20 21:57:06','2026-01-20 21:57:06','69c41bf2-74b8-4469-90f7-0df230f5a71a'),
(66412,57,11860,NULL,9633,7,'2026-01-20 21:57:06','2026-01-20 21:57:06','03581376-91e3-4c20-aca3-55a415dd55ff'),
(66413,57,11860,NULL,9625,8,'2026-01-20 21:57:06','2026-01-20 21:57:06','bdb795b2-b1a0-4b33-abea-d2fc0c6d047d'),
(66414,57,11860,NULL,9626,9,'2026-01-20 21:57:06','2026-01-20 21:57:06','faa53850-f1cd-41ae-b591-780b4641cb8f'),
(66415,57,11860,NULL,9624,10,'2026-01-20 21:57:06','2026-01-20 21:57:06','2cd9f5e3-bb96-4e80-a0af-7c506bb5f214'),
(66416,57,11860,NULL,9623,11,'2026-01-20 21:57:06','2026-01-20 21:57:06','2652a6cd-0ee5-40a1-964e-162d3d0f65a1'),
(66417,57,11860,NULL,9622,12,'2026-01-20 21:57:06','2026-01-20 21:57:06','aadd2048-e747-43d4-9774-0fac943d2845'),
(66418,13,11860,NULL,10152,1,'2026-01-20 21:57:06','2026-01-20 21:57:06','668c1e88-cb03-4c4c-b1fd-15204caa5a69'),
(66443,32,11862,NULL,2610,1,'2026-01-20 21:57:23','2026-01-20 21:57:23','2f21dd56-9e1d-4fb1-aeb2-35c74fcd76b9'),
(66444,32,11862,NULL,2598,2,'2026-01-20 21:57:23','2026-01-20 21:57:23','2d067e02-35bb-4626-a399-759d858a203c'),
(66445,32,11862,NULL,2600,3,'2026-01-20 21:57:23','2026-01-20 21:57:23','153c5cf4-8c92-4b3b-9dd2-b26afd1b13d4'),
(66446,32,11862,NULL,2606,4,'2026-01-20 21:57:23','2026-01-20 21:57:23','52a68a79-7d25-45c8-a53c-12016fbcca29'),
(66447,32,11862,NULL,2604,5,'2026-01-20 21:57:23','2026-01-20 21:57:23','2c52f63d-9ea3-4d4f-9129-cd049d59232d'),
(66448,32,11862,NULL,2614,6,'2026-01-20 21:57:23','2026-01-20 21:57:23','4c325ff3-6910-4386-b666-d19a54f4670e'),
(66449,32,11862,NULL,2608,7,'2026-01-20 21:57:23','2026-01-20 21:57:23','60b58313-16a7-4e0e-838f-8dfddc0f8fed'),
(66450,32,11862,NULL,2596,8,'2026-01-20 21:57:23','2026-01-20 21:57:23','8f4cec4f-bb69-4d1e-a08a-a85d29894b86'),
(66451,32,11862,NULL,2602,9,'2026-01-20 21:57:23','2026-01-20 21:57:23','70d00f8c-2cd3-423c-b587-753e51ade5e8'),
(66452,32,11862,NULL,2612,10,'2026-01-20 21:57:23','2026-01-20 21:57:23','1c48da26-2975-4a7f-825c-80f666be450b'),
(66453,16,11862,NULL,5191,1,'2026-01-20 21:57:23','2026-01-20 21:57:23','a59255f3-7717-4e7f-8907-94702d154456'),
(66454,7,11862,NULL,2969,1,'2026-01-20 21:57:23','2026-01-20 21:57:23','5b89a222-6cec-4b17-b10d-3537572105d1'),
(66455,7,11862,NULL,617,2,'2026-01-20 21:57:23','2026-01-20 21:57:23','1da32681-886c-4453-a1f7-4c77d0592466'),
(66456,7,11862,NULL,605,3,'2026-01-20 21:57:23','2026-01-20 21:57:23','8d5d5bb9-3cc4-4655-9c91-4b64a6a3f97a'),
(66457,7,11862,NULL,9552,4,'2026-01-20 21:57:23','2026-01-20 21:57:23','d7d866d9-eed5-48f6-9d26-817f8ef1b60f'),
(66458,82,11862,NULL,479,1,'2026-01-20 21:57:23','2026-01-20 21:57:23','80ccdff7-4dc1-47eb-8dbc-21c97ee14804'),
(66459,57,11862,NULL,5185,1,'2026-01-20 21:57:23','2026-01-20 21:57:23','d4fcc3e1-957e-46bd-aa57-6c49e412a36d'),
(66460,57,11862,NULL,5186,2,'2026-01-20 21:57:23','2026-01-20 21:57:23','243a1f3a-2bb3-4cea-8bfe-bf8f778f514d'),
(66461,57,11862,NULL,5187,3,'2026-01-20 21:57:23','2026-01-20 21:57:23','bc93bb7a-7615-4bef-9dc3-fe278afec2bc'),
(66462,57,11862,NULL,5188,4,'2026-01-20 21:57:23','2026-01-20 21:57:23','7ed42998-226e-4585-a39a-a86337ae12a1'),
(66463,57,11862,NULL,5189,5,'2026-01-20 21:57:23','2026-01-20 21:57:23','ce0ac0e1-7c08-4c65-b3db-39c8da5aa8ee'),
(66464,57,11862,NULL,5190,6,'2026-01-20 21:57:23','2026-01-20 21:57:23','f20b078c-4ac5-4277-ad90-1e269876124f'),
(66486,32,11864,NULL,2610,1,'2026-01-20 21:59:56','2026-01-20 21:59:56','832d6c86-5c37-4dcc-ab9b-196eb6e68ea0'),
(66487,32,11864,NULL,2598,2,'2026-01-20 21:59:56','2026-01-20 21:59:56','f9e9688c-a286-47f8-9d7f-ffdfea8b1923'),
(66488,32,11864,NULL,2608,3,'2026-01-20 21:59:56','2026-01-20 21:59:56','3bc64738-bce5-4883-a6b1-c1a0b399c3c2'),
(66489,32,11864,NULL,2600,4,'2026-01-20 21:59:56','2026-01-20 21:59:56','3075e575-c3b6-4ffb-94d4-1e8aa1a14588'),
(66490,32,11864,NULL,2596,5,'2026-01-20 21:59:56','2026-01-20 21:59:56','17dfc9d9-6dfd-4305-908d-9b18c1fb8754'),
(66491,32,11864,NULL,2602,6,'2026-01-20 21:59:56','2026-01-20 21:59:56','bceae25b-cce3-4ab3-94d7-4ffc9b3937bd'),
(66492,32,11864,NULL,2604,7,'2026-01-20 21:59:56','2026-01-20 21:59:56','7b976894-3c7c-4062-8c95-556026019123'),
(66493,16,11864,NULL,545,1,'2026-01-20 21:59:56','2026-01-20 21:59:56','f902b969-c0e2-4f6a-8521-10f7fe253265'),
(66494,7,11864,NULL,601,1,'2026-01-20 21:59:56','2026-01-20 21:59:56','34aa4e6d-cee7-4d3b-ab71-62541d7e9962'),
(66495,7,11864,NULL,617,2,'2026-01-20 21:59:56','2026-01-20 21:59:56','571c7332-3e6f-4aa5-bf1c-a1180f7f3af7'),
(66496,7,11864,NULL,605,3,'2026-01-20 21:59:56','2026-01-20 21:59:56','33114dca-3c0b-49db-801b-9dc945fb758f'),
(66497,7,11864,NULL,9552,4,'2026-01-20 21:59:56','2026-01-20 21:59:56','37cfc40c-e57d-4235-8948-78baa4c9e429'),
(66498,82,11864,NULL,479,1,'2026-01-20 21:59:56','2026-01-20 21:59:56','10ce6f04-50a6-416a-937a-63562526a052'),
(66499,82,11864,NULL,491,2,'2026-01-20 21:59:56','2026-01-20 21:59:56','ce79f2b1-ecff-4aec-b4b1-2022049bbb96'),
(66500,47,11864,NULL,10507,1,'2026-01-20 21:59:56','2026-01-20 21:59:56','b0b77fa6-bf10-4492-8827-c9ffb1964398'),
(66501,57,11864,NULL,545,1,'2026-01-20 21:59:56','2026-01-20 21:59:56','6b11a35e-f264-4264-a545-b56577749421'),
(66502,57,11864,NULL,137,2,'2026-01-20 21:59:56','2026-01-20 21:59:56','26ff1a8b-8f2a-4abc-9783-d4436d65b11d'),
(66503,57,11864,NULL,138,3,'2026-01-20 21:59:56','2026-01-20 21:59:56','9991a013-1377-4ddf-8250-e52bd9a0920f'),
(66504,57,11864,NULL,136,4,'2026-01-20 21:59:56','2026-01-20 21:59:56','31170ac3-ec2d-48b1-bd56-5cb031bfc815'),
(66530,32,11866,NULL,2614,1,'2026-01-20 22:02:20','2026-01-20 22:02:20','e84c8511-1ec6-4ece-8ca5-2a1c11af1a3a'),
(66531,32,11866,NULL,2598,2,'2026-01-20 22:02:20','2026-01-20 22:02:20','8915b7c0-7a76-42ea-8e14-623e0133feb4'),
(66532,32,11866,NULL,2608,3,'2026-01-20 22:02:20','2026-01-20 22:02:20','9e690bd6-92f1-48e8-b0ae-9a0b0e423b68'),
(66533,32,11866,NULL,2600,4,'2026-01-20 22:02:20','2026-01-20 22:02:20','c4352285-5efd-4aa0-8c80-5e1cb1f5f55e'),
(66534,32,11866,NULL,2596,5,'2026-01-20 22:02:20','2026-01-20 22:02:20','4d8a367b-6572-4e13-b794-f7a6e4824ca7'),
(66535,32,11866,NULL,2602,6,'2026-01-20 22:02:20','2026-01-20 22:02:20','d16bb4c4-91a5-40ee-b6c4-1779357cd72e'),
(66536,32,11866,NULL,2612,7,'2026-01-20 22:02:20','2026-01-20 22:02:20','15518551-8a60-417e-bd19-a89c80d7edbf'),
(66537,32,11866,NULL,2604,8,'2026-01-20 22:02:20','2026-01-20 22:02:20','254ccfb3-a2e2-4f49-94f2-5d9360442e08'),
(66538,16,11866,NULL,10216,1,'2026-01-20 22:02:20','2026-01-20 22:02:20','015031a1-0365-4b8d-ba61-66d10b56cc53'),
(66539,7,11866,NULL,9732,1,'2026-01-20 22:02:20','2026-01-20 22:02:20','98daece4-4444-4c42-9077-f76252accedc'),
(66540,7,11866,NULL,617,2,'2026-01-20 22:02:20','2026-01-20 22:02:20','a807a6f6-4045-4f3f-a1c2-04993e2830f3'),
(66541,7,11866,NULL,605,3,'2026-01-20 22:02:20','2026-01-20 22:02:20','90aaf487-320b-4231-b3f6-ffb25f01af37'),
(66542,7,11866,NULL,9552,4,'2026-01-20 22:02:20','2026-01-20 22:02:20','649472a6-c936-4027-aaae-36990e007fee'),
(66543,82,11866,NULL,479,1,'2026-01-20 22:02:20','2026-01-20 22:02:20','cad9804c-b88d-4aaf-b9e6-1942e4b33b3a'),
(66544,82,11866,NULL,483,2,'2026-01-20 22:02:20','2026-01-20 22:02:20','786a2893-0993-47fd-a4df-7c96e8a39418'),
(66545,57,11866,NULL,9694,1,'2026-01-20 22:02:20','2026-01-20 22:02:20','8abb641b-f3df-467d-ad58-534929492595'),
(66546,57,11866,NULL,9692,2,'2026-01-20 22:02:20','2026-01-20 22:02:20','f993e8c4-14dc-4dfc-b3fc-f062c263cbae'),
(66547,57,11866,NULL,9693,3,'2026-01-20 22:02:20','2026-01-20 22:02:20','33470083-8902-4fc5-ae29-13f6ec5facfb'),
(66548,57,11866,NULL,9685,4,'2026-01-20 22:02:20','2026-01-20 22:02:20','bc25b47b-2822-4af3-9b35-2fde048095a2'),
(66549,57,11866,NULL,9686,5,'2026-01-20 22:02:20','2026-01-20 22:02:20','eea478f8-d99a-41c4-adc3-75d7e9807210'),
(66550,57,11866,NULL,9687,6,'2026-01-20 22:02:20','2026-01-20 22:02:20','c944fd34-0825-4ea1-885e-2b3077bcc6d7'),
(66551,57,11866,NULL,9688,7,'2026-01-20 22:02:20','2026-01-20 22:02:20','bfd1f5a8-bfe2-49ed-b34a-07c3836591d7'),
(66552,57,11866,NULL,9689,8,'2026-01-20 22:02:20','2026-01-20 22:02:20','20b6579a-55b8-42c6-a433-e3e4998ba69a'),
(66553,57,11866,NULL,9690,9,'2026-01-20 22:02:20','2026-01-20 22:02:20','dc78f208-65c9-4a63-a75c-47e4d245e45f'),
(66581,32,1209,NULL,2596,9,'2026-01-20 22:04:41','2026-01-20 22:04:41','833445d3-b914-460b-aacd-bcfc45892272'),
(66582,32,11868,NULL,2610,1,'2026-01-20 22:04:41','2026-01-20 22:04:41','af1ea42a-370b-413a-8b07-f57844c8102a'),
(66583,32,11868,NULL,2598,2,'2026-01-20 22:04:41','2026-01-20 22:04:41','635f6e2e-8a39-4e63-981d-01f3bc630ff0'),
(66584,32,11868,NULL,2624,3,'2026-01-20 22:04:41','2026-01-20 22:04:41','f47515e9-8f2f-4f02-ae2c-52037e804739'),
(66585,32,11868,NULL,2600,4,'2026-01-20 22:04:41','2026-01-20 22:04:41','90511e2e-824c-4b52-b63b-9e06a37d046f'),
(66586,32,11868,NULL,2606,5,'2026-01-20 22:04:41','2026-01-20 22:04:41','40400969-be5a-47b2-8318-11f67861c013'),
(66587,32,11868,NULL,2604,6,'2026-01-20 22:04:41','2026-01-20 22:04:41','893dbe15-e0f0-4165-aca4-7934941223c5'),
(66588,32,11868,NULL,2608,7,'2026-01-20 22:04:41','2026-01-20 22:04:41','71eda663-2919-47e7-948f-2ee263afe45d'),
(66589,32,11868,NULL,2602,8,'2026-01-20 22:04:41','2026-01-20 22:04:41','803980c7-2e77-4f51-a209-7cf9578aab5b'),
(66590,32,11868,NULL,2596,9,'2026-01-20 22:04:41','2026-01-20 22:04:41','9940ccdc-6647-4828-a5dc-273a349c9d5d'),
(66591,16,11868,NULL,4440,1,'2026-01-20 22:04:41','2026-01-20 22:04:41','7021ca74-25eb-4808-b596-724252ed91f3'),
(66592,7,11868,NULL,2969,1,'2026-01-20 22:04:41','2026-01-20 22:04:41','ad927aa3-0ad8-4b0c-a635-f8a40a592e73'),
(66593,7,11868,NULL,617,2,'2026-01-20 22:04:41','2026-01-20 22:04:41','d0e48376-0375-4c6f-8838-54a8d8c29ec5'),
(66594,7,11868,NULL,605,3,'2026-01-20 22:04:41','2026-01-20 22:04:41','f2f9e875-b87f-49b3-9d91-74462fd48237'),
(66595,7,11868,NULL,9552,4,'2026-01-20 22:04:41','2026-01-20 22:04:41','af92f4e0-4a16-4367-b21c-f31e80641591'),
(66596,82,11868,NULL,469,1,'2026-01-20 22:04:41','2026-01-20 22:04:41','5b24af47-845d-4e22-ae58-84d8c2eacaa9'),
(66597,82,11868,NULL,491,2,'2026-01-20 22:04:41','2026-01-20 22:04:41','883dd89b-8b9c-4e82-88de-a7202220496c'),
(66598,46,11868,NULL,2891,1,'2026-01-20 22:04:41','2026-01-20 22:04:41','68933e7f-a108-41e1-a0f9-6bfed96627b9'),
(66599,47,11868,NULL,10492,1,'2026-01-20 22:04:41','2026-01-20 22:04:41','4b6ea507-6342-4b7c-8389-3f7080698059'),
(66600,57,11868,NULL,8867,1,'2026-01-20 22:04:41','2026-01-20 22:04:41','6c57a71a-2056-41b6-88d1-37edeb8f199d'),
(66601,57,11868,NULL,8868,2,'2026-01-20 22:04:41','2026-01-20 22:04:41','d8d01343-09fa-48a0-8e16-2207d6a8a601'),
(66602,57,11868,NULL,8864,3,'2026-01-20 22:04:41','2026-01-20 22:04:41','3bfd0b7d-8b36-440a-baaa-6ef89ea60d95'),
(66603,57,11868,NULL,8869,4,'2026-01-20 22:04:41','2026-01-20 22:04:41','dcd38a14-5a37-4492-9b18-ca9f7115e07c'),
(66604,57,11868,NULL,8871,5,'2026-01-20 22:04:41','2026-01-20 22:04:41','980f7f35-21b0-4de8-9be7-96d117e76273'),
(66605,57,11868,NULL,8862,6,'2026-01-20 22:04:41','2026-01-20 22:04:41','980a7ce1-d6c8-4485-9637-113c8dce9e1c'),
(66606,57,11868,NULL,8866,7,'2026-01-20 22:04:41','2026-01-20 22:04:41','5d19302c-75b3-491f-9665-f776952738e3'),
(66607,57,11868,NULL,8865,8,'2026-01-20 22:04:41','2026-01-20 22:04:41','08db6540-f32a-4e33-8801-029c01f2f18a'),
(66636,32,11870,NULL,2610,1,'2026-01-20 22:04:54','2026-01-20 22:04:54','d91a77ea-8fa0-49cb-92f5-67c3e3de6db5'),
(66637,32,11870,NULL,2598,2,'2026-01-20 22:04:54','2026-01-20 22:04:54','80dd8bde-c920-4b8c-a2bd-6b28313bd6b1'),
(66638,32,11870,NULL,2624,3,'2026-01-20 22:04:54','2026-01-20 22:04:54','bd5452fc-8d8b-4372-852a-b2593e33c492'),
(66639,32,11870,NULL,2600,4,'2026-01-20 22:04:54','2026-01-20 22:04:54','916f4127-5038-4b1f-a1de-2664b56f4dc2'),
(66640,32,11870,NULL,2606,5,'2026-01-20 22:04:54','2026-01-20 22:04:54','6b2428fe-340b-46af-98d9-8e2bc55665fd'),
(66641,32,11870,NULL,2604,6,'2026-01-20 22:04:54','2026-01-20 22:04:54','c5e6958c-a4ab-44a3-9d86-f846d1b26a98'),
(66642,32,11870,NULL,2608,7,'2026-01-20 22:04:54','2026-01-20 22:04:54','ae85e4bd-25e7-4223-bfe0-d2e5ee7942aa'),
(66643,32,11870,NULL,2602,8,'2026-01-20 22:04:54','2026-01-20 22:04:54','bb5c270a-2cf1-4376-bc61-eb611ccbf6fc'),
(66644,32,11870,NULL,2596,9,'2026-01-20 22:04:54','2026-01-20 22:04:54','8eb9b409-553d-4771-b530-d79c9d1872e9'),
(66645,16,11870,NULL,4440,1,'2026-01-20 22:04:54','2026-01-20 22:04:54','dd784b29-901e-413a-a950-c7512d8ae8c0'),
(66646,7,11870,NULL,2969,1,'2026-01-20 22:04:54','2026-01-20 22:04:54','c0479c71-a203-42dd-b50c-7b4fe16ab5a7'),
(66647,7,11870,NULL,617,2,'2026-01-20 22:04:54','2026-01-20 22:04:54','8bf6f6d1-e925-4ef1-8296-aa1a025dd1cb'),
(66648,7,11870,NULL,605,3,'2026-01-20 22:04:54','2026-01-20 22:04:54','da24456c-621b-43f7-96d1-bf1fdc220b52'),
(66649,7,11870,NULL,9552,4,'2026-01-20 22:04:54','2026-01-20 22:04:54','991bc8ab-5f9a-4ffd-b601-73c0e47eb9e9'),
(66650,82,11870,NULL,469,1,'2026-01-20 22:04:54','2026-01-20 22:04:54','6623dfd7-78f7-4688-a1de-edac3d15108c'),
(66651,82,11870,NULL,491,2,'2026-01-20 22:04:54','2026-01-20 22:04:54','7ce6ddcf-cbb9-40ae-bda0-b352acd2e8a2'),
(66652,46,11870,NULL,2891,1,'2026-01-20 22:04:54','2026-01-20 22:04:54','ad659995-a9d3-4264-a6fa-040bea1d9dd7'),
(66653,47,11870,NULL,10492,1,'2026-01-20 22:04:54','2026-01-20 22:04:54','3dfb2eb6-3b54-4cfe-9058-955a4799bd6e'),
(66654,57,11870,NULL,8867,1,'2026-01-20 22:04:54','2026-01-20 22:04:54','a45761ac-f28f-4b18-a1a3-2af84b93a856'),
(66655,57,11870,NULL,8868,2,'2026-01-20 22:04:54','2026-01-20 22:04:54','a60c5651-0814-467a-9de5-08a2f44e0db9'),
(66656,57,11870,NULL,8864,3,'2026-01-20 22:04:54','2026-01-20 22:04:54','e6fdd6ba-72c0-45dd-a27b-a49e8cecaff0'),
(66657,57,11870,NULL,8869,4,'2026-01-20 22:04:54','2026-01-20 22:04:54','ee44cdb5-66d1-4618-876a-aeb481ba8b99'),
(66658,57,11870,NULL,8871,5,'2026-01-20 22:04:54','2026-01-20 22:04:54','93e889d5-8c13-4912-b58e-692d32b1dec7'),
(66659,57,11870,NULL,8862,6,'2026-01-20 22:04:54','2026-01-20 22:04:54','cc270928-7e23-4102-aee8-3d9e045f76d5'),
(66660,57,11870,NULL,8866,7,'2026-01-20 22:04:54','2026-01-20 22:04:54','9e73817b-0886-4dd9-8518-f2948eabfb27'),
(66661,57,11870,NULL,8865,8,'2026-01-20 22:04:54','2026-01-20 22:04:54','545aa89b-031e-46e1-8558-e5a76d75f79a'),
(66680,32,11872,NULL,2610,1,'2026-01-20 22:05:22','2026-01-20 22:05:22','872df049-0c95-4554-b082-055462d9ba0a'),
(66681,32,11872,NULL,2598,2,'2026-01-20 22:05:22','2026-01-20 22:05:22','d3722da7-0b55-4153-9dce-c41a8d2a56b5'),
(66682,32,11872,NULL,2600,3,'2026-01-20 22:05:22','2026-01-20 22:05:22','54baa41b-ae73-41bb-bb70-fc8e0983919f'),
(66683,32,11872,NULL,2604,4,'2026-01-20 22:05:22','2026-01-20 22:05:22','0dfade09-2577-46b2-a165-19d9f7723ece'),
(66684,16,11872,NULL,4282,1,'2026-01-20 22:05:22','2026-01-20 22:05:22','dd501e76-2cdf-470c-9fed-f838a7f37e69'),
(66685,7,11872,NULL,2969,1,'2026-01-20 22:05:22','2026-01-20 22:05:22','84b62794-acf6-452e-b897-0fd34eb4212b'),
(66686,7,11872,NULL,617,2,'2026-01-20 22:05:22','2026-01-20 22:05:22','5e5b42e1-4781-4fb8-bc45-9734ba3ab0d0'),
(66687,7,11872,NULL,605,3,'2026-01-20 22:05:22','2026-01-20 22:05:22','44d6abe1-5451-4d2e-b60d-49f05864791f'),
(66688,7,11872,NULL,9552,4,'2026-01-20 22:05:22','2026-01-20 22:05:22','2a10e674-9445-409a-ba6d-4fc8c2a2159a'),
(66689,82,11872,NULL,469,1,'2026-01-20 22:05:22','2026-01-20 22:05:22','8a680469-91e2-4cf3-9198-a0d748691aed'),
(66690,82,11872,NULL,479,2,'2026-01-20 22:05:22','2026-01-20 22:05:22','db7c1001-209a-426d-ad6e-a7987815d249'),
(66691,82,11872,NULL,491,3,'2026-01-20 22:05:22','2026-01-20 22:05:22','910d161f-dd07-42d8-8083-4f911bbf7e5c'),
(66692,47,11872,NULL,10478,1,'2026-01-20 22:05:22','2026-01-20 22:05:22','ce5d3f3a-48f5-44d5-97a0-9572cf1b944f'),
(66693,57,11872,NULL,8740,1,'2026-01-20 22:05:22','2026-01-20 22:05:22','f27c011a-e265-4dc4-91b2-89f45dd50674'),
(66694,57,11872,NULL,4911,2,'2026-01-20 22:05:22','2026-01-20 22:05:22','4bdc5c20-f8a5-4c0f-943a-31de49a9e6cf'),
(66695,57,11872,NULL,4909,3,'2026-01-20 22:05:22','2026-01-20 22:05:22','53613f7e-7796-4a54-861a-42cb00f5bad3'),
(66696,57,11872,NULL,4910,4,'2026-01-20 22:05:22','2026-01-20 22:05:22','1e452449-200d-4ab8-8d9d-1bbd5bfe40d5'),
(66714,32,11876,NULL,2610,1,'2026-01-20 22:07:50','2026-01-20 22:07:50','480a8694-321a-47c0-be79-319f69f45c1d'),
(66715,32,11876,NULL,2598,2,'2026-01-20 22:07:50','2026-01-20 22:07:50','a295dfcf-a9e6-4ba5-b84d-4a03a75f88fe'),
(66716,32,11876,NULL,2600,3,'2026-01-20 22:07:50','2026-01-20 22:07:50','318e0448-5329-46b1-ab99-52ade67a6c5c'),
(66717,32,11876,NULL,2604,4,'2026-01-20 22:07:50','2026-01-20 22:07:50','f667f882-6c09-4735-a9ee-8f7dc0846c83'),
(66718,16,11876,NULL,4282,1,'2026-01-20 22:07:50','2026-01-20 22:07:50','2ad2bc2b-372b-46fe-bff9-fa12adcf4aec'),
(66719,7,11876,NULL,2969,1,'2026-01-20 22:07:50','2026-01-20 22:07:50','85f5cd85-1fb4-454c-9fca-3df615e92372'),
(66720,7,11876,NULL,617,2,'2026-01-20 22:07:50','2026-01-20 22:07:50','1e47514e-7b4f-40f5-903c-9f6daa8eb43e'),
(66721,7,11876,NULL,605,3,'2026-01-20 22:07:50','2026-01-20 22:07:50','f853920c-079a-47c3-955b-3d8b0ee73bdc'),
(66722,7,11876,NULL,9552,4,'2026-01-20 22:07:50','2026-01-20 22:07:50','ebc91151-e27b-4858-9110-30fa638da5cc'),
(66723,82,11876,NULL,469,1,'2026-01-20 22:07:50','2026-01-20 22:07:50','9024eb37-ae10-489c-90f9-f077134a226c'),
(66724,82,11876,NULL,479,2,'2026-01-20 22:07:50','2026-01-20 22:07:50','0945639b-dd4b-49a5-820b-af58616b02e9'),
(66725,82,11876,NULL,491,3,'2026-01-20 22:07:50','2026-01-20 22:07:50','83767996-f15a-4ae9-bfef-55340a983b63'),
(66726,47,11876,NULL,10478,1,'2026-01-20 22:07:50','2026-01-20 22:07:50','491b498b-387f-41b3-a624-551c14366b77'),
(66727,57,11876,NULL,8740,1,'2026-01-20 22:07:50','2026-01-20 22:07:50','cb089e3d-a237-4356-ac60-46c075efa2d9'),
(66728,57,11876,NULL,4911,2,'2026-01-20 22:07:50','2026-01-20 22:07:50','9cd07f68-3075-4137-8265-5df0b13ae80c'),
(66729,57,11876,NULL,4909,3,'2026-01-20 22:07:50','2026-01-20 22:07:50','7d1f5a29-2505-4040-9dc6-003e823e85ec'),
(66730,57,11876,NULL,4910,4,'2026-01-20 22:07:50','2026-01-20 22:07:50','b4fab0c2-5ac6-42d5-b766-1f6bc31df1a2'),
(66761,32,11882,NULL,2610,1,'2026-01-20 22:10:49','2026-01-20 22:10:49','80239734-f4a7-49c0-a49b-de63187e70f4'),
(66762,32,11882,NULL,2598,2,'2026-01-20 22:10:49','2026-01-20 22:10:49','c4e7b12f-96d8-494f-99d8-05cfb9c5667a'),
(66763,32,11882,NULL,2624,3,'2026-01-20 22:10:49','2026-01-20 22:10:49','ac4c6a19-c3a8-47ac-a203-43b57eec6a4f'),
(66764,32,11882,NULL,2600,4,'2026-01-20 22:10:49','2026-01-20 22:10:49','fa1e0d13-4d40-40d8-8efd-0b35f498c8b8'),
(66765,32,11882,NULL,2596,5,'2026-01-20 22:10:49','2026-01-20 22:10:49','6bbf3772-3bd7-4954-843f-5193815ccb01'),
(66766,32,11882,NULL,2602,6,'2026-01-20 22:10:49','2026-01-20 22:10:49','cd7005fb-4c27-44e6-a3bb-2f6a3078d818'),
(66767,32,11882,NULL,2606,7,'2026-01-20 22:10:49','2026-01-20 22:10:49','10bcd72c-a6e7-4ae2-9ee2-42469ae02282'),
(66768,32,11882,NULL,2612,8,'2026-01-20 22:10:49','2026-01-20 22:10:49','6d611332-9e7d-47b2-a62b-75c091386e51'),
(66769,32,11882,NULL,2604,9,'2026-01-20 22:10:49','2026-01-20 22:10:49','a27aca26-67a9-41bf-80a5-ca9d045ac3fc'),
(66770,32,11882,NULL,2608,10,'2026-01-20 22:10:49','2026-01-20 22:10:49','19488e7a-27e4-4cab-81c9-a1b029044ccf'),
(66771,16,11882,NULL,11819,1,'2026-01-20 22:10:49','2026-01-20 22:10:49','5f6a28a8-a4dc-4d6b-bb0e-b6a5a0ee3a03'),
(66772,7,11882,NULL,2969,1,'2026-01-20 22:10:49','2026-01-20 22:10:49','053a60c9-d002-4ed5-a0b8-bd404bbf7322'),
(66773,7,11882,NULL,617,2,'2026-01-20 22:10:49','2026-01-20 22:10:49','4e27f1b7-ef5b-4971-a861-0ed872abd893'),
(66774,7,11882,NULL,605,3,'2026-01-20 22:10:49','2026-01-20 22:10:49','93b6ca1d-ef6c-42a2-b00a-c8c7febcbed1'),
(66775,7,11882,NULL,9552,4,'2026-01-20 22:10:49','2026-01-20 22:10:49','ba54a8c0-fafc-4b68-bb81-4c85a9c71bbc'),
(66776,82,11882,NULL,491,1,'2026-01-20 22:10:49','2026-01-20 22:10:49','34d48c20-4495-45fa-ad1c-d865d300c298'),
(66777,46,11882,NULL,2891,1,'2026-01-20 22:10:49','2026-01-20 22:10:49','f7358d40-784c-403b-9151-c365aa47867e'),
(66778,47,11882,NULL,10523,1,'2026-01-20 22:10:49','2026-01-20 22:10:49','1207a9a8-e97e-48c0-b0ef-9d11c9342045'),
(66779,57,11882,NULL,4927,1,'2026-01-20 22:10:49','2026-01-20 22:10:49','2bc32551-c81b-4995-8e50-2c12894a87bd'),
(66780,57,11882,NULL,7772,2,'2026-01-20 22:10:49','2026-01-20 22:10:49','7fb78e05-a639-44c2-b2ab-0b7e3403ef62'),
(66781,57,11882,NULL,4931,3,'2026-01-20 22:10:49','2026-01-20 22:10:49','fec3078d-55d2-49bc-8f4f-8a7a108089d0'),
(66782,57,11882,NULL,4930,4,'2026-01-20 22:10:49','2026-01-20 22:10:49','354b2aed-24e7-4da8-9529-e2e6426dc783'),
(66783,57,11882,NULL,4932,5,'2026-01-20 22:10:49','2026-01-20 22:10:49','51350c26-ad82-41b1-bfd0-d0d4814bb8fd'),
(66784,57,11882,NULL,4933,6,'2026-01-20 22:10:49','2026-01-20 22:10:49','f9940a12-c0da-481f-971f-1ccad974a51d'),
(66785,57,11882,NULL,4934,7,'2026-01-20 22:10:49','2026-01-20 22:10:49','6758e85f-f2fa-4f9c-b588-590bdb5127b7'),
(66786,57,11882,NULL,4935,8,'2026-01-20 22:10:49','2026-01-20 22:10:49','9385e487-32da-4825-b9dd-0880bc5558b6'),
(66787,57,11882,NULL,7739,9,'2026-01-20 22:10:49','2026-01-20 22:10:49','23213207-d124-4fe6-951b-b76accd65d4b'),
(66788,57,11882,NULL,7740,10,'2026-01-20 22:10:49','2026-01-20 22:10:49','3d64fd48-4e90-4d55-93dd-aa0d22f82361'),
(66789,57,11882,NULL,7741,11,'2026-01-20 22:10:49','2026-01-20 22:10:49','261032c6-9c9e-45a9-9a37-f50938b8c215'),
(66821,32,11885,NULL,2610,1,'2026-01-20 22:10:55','2026-01-20 22:10:55','153e5781-098a-49a5-938f-6dd5a9b94fa3'),
(66822,32,11885,NULL,2598,2,'2026-01-20 22:10:55','2026-01-20 22:10:55','bdf257cd-e3d8-4f45-b424-d540104fb215'),
(66823,32,11885,NULL,2624,3,'2026-01-20 22:10:55','2026-01-20 22:10:55','417829c6-26ea-4863-8a5d-023c37d0e912'),
(66824,32,11885,NULL,2600,4,'2026-01-20 22:10:55','2026-01-20 22:10:55','55d509cc-8c80-4cdc-b235-e296050378ac'),
(66825,32,11885,NULL,2596,5,'2026-01-20 22:10:55','2026-01-20 22:10:55','504b66dc-2d17-4cdd-8138-f77b7a3870f2'),
(66826,32,11885,NULL,2602,6,'2026-01-20 22:10:55','2026-01-20 22:10:55','b45dbf86-31e1-4790-9df7-f0dd95d0d077'),
(66827,32,11885,NULL,2606,7,'2026-01-20 22:10:55','2026-01-20 22:10:55','2efdb3ed-1e39-439c-8f81-823e86093792'),
(66828,32,11885,NULL,2612,8,'2026-01-20 22:10:55','2026-01-20 22:10:55','c41bb675-3047-4645-8626-9664eee3e729'),
(66829,32,11885,NULL,2604,9,'2026-01-20 22:10:55','2026-01-20 22:10:55','95c7b08d-9d18-4726-9944-7f2c2cbbb832'),
(66830,32,11885,NULL,2608,10,'2026-01-20 22:10:55','2026-01-20 22:10:55','ab2f859b-f95c-46fa-9b03-257f0e5cacb0'),
(66831,16,11885,NULL,11819,1,'2026-01-20 22:10:55','2026-01-20 22:10:55','d015773d-40a2-4295-86ff-4f4e2934c6d7'),
(66832,7,11885,NULL,2969,1,'2026-01-20 22:10:55','2026-01-20 22:10:55','5c34fc5b-9292-4e87-9d22-7db94a3b127b'),
(66833,7,11885,NULL,617,2,'2026-01-20 22:10:55','2026-01-20 22:10:55','b717eae9-3380-42be-a714-6ed603966d87'),
(66834,7,11885,NULL,605,3,'2026-01-20 22:10:55','2026-01-20 22:10:55','01663861-78da-4a0a-bc38-07ba77590108'),
(66835,7,11885,NULL,9552,4,'2026-01-20 22:10:55','2026-01-20 22:10:55','131415a0-239a-48dd-8db7-c734328323d5'),
(66836,82,11885,NULL,491,1,'2026-01-20 22:10:55','2026-01-20 22:10:55','a331403b-8597-4d2f-b105-cf3f5ebdb0cc'),
(66837,46,11885,NULL,2891,1,'2026-01-20 22:10:55','2026-01-20 22:10:55','f9996ffc-8b69-4e77-a0a9-73ba2ff401b0'),
(66838,47,11885,NULL,10523,1,'2026-01-20 22:10:55','2026-01-20 22:10:55','6356e29b-17b3-408e-b0a1-72f973a3ee76'),
(66839,57,11885,NULL,4927,1,'2026-01-20 22:10:55','2026-01-20 22:10:55','7221984c-c88c-4697-936b-744ebc708297'),
(66840,57,11885,NULL,7772,2,'2026-01-20 22:10:55','2026-01-20 22:10:55','0d49c786-df96-49c1-9901-5447f9c8bc4c'),
(66841,57,11885,NULL,4931,3,'2026-01-20 22:10:55','2026-01-20 22:10:55','76ce167b-4029-4439-90e5-57f4e955d922'),
(66842,57,11885,NULL,4930,4,'2026-01-20 22:10:55','2026-01-20 22:10:55','fb1b60c1-3625-48aa-ad99-bde588f23cb3'),
(66843,57,11885,NULL,4932,5,'2026-01-20 22:10:55','2026-01-20 22:10:55','33e6b870-9c59-4cad-980a-27dca12166a6'),
(66844,57,11885,NULL,4933,6,'2026-01-20 22:10:55','2026-01-20 22:10:55','a437abb7-4a0c-4d63-a84c-3719a50d3498'),
(66845,57,11885,NULL,4934,7,'2026-01-20 22:10:55','2026-01-20 22:10:55','5a10a67b-59da-4cf5-8923-cbfff974bf43'),
(66846,57,11885,NULL,4935,8,'2026-01-20 22:10:55','2026-01-20 22:10:55','5686d08d-004e-4cfd-8620-5a312b65a872'),
(66847,57,11885,NULL,7739,9,'2026-01-20 22:10:55','2026-01-20 22:10:55','246a54fe-fb33-48c5-a289-f007d158952b'),
(66848,57,11885,NULL,7740,10,'2026-01-20 22:10:55','2026-01-20 22:10:55','d3dfc1ec-c04a-4dfb-8cb4-3667f83206b8'),
(66849,57,11885,NULL,7741,11,'2026-01-20 22:10:55','2026-01-20 22:10:55','b887684a-7333-496c-ad37-59100a79e8a0'),
(66868,32,11887,NULL,2610,1,'2026-01-20 22:11:20','2026-01-20 22:11:20','0c4afb01-62ec-49ae-9cd7-0c1775fdb8ea'),
(66869,32,11887,NULL,2598,2,'2026-01-20 22:11:20','2026-01-20 22:11:20','63acc382-936a-43ce-b8f0-a78b29d29dd5'),
(66870,32,11887,NULL,2600,3,'2026-01-20 22:11:20','2026-01-20 22:11:20','229ad45e-5db1-4bcf-9108-ca8abcd8896c'),
(66871,32,11887,NULL,2604,4,'2026-01-20 22:11:20','2026-01-20 22:11:20','959eeedf-fca7-4719-b80a-01dbf975643d'),
(66872,16,11887,NULL,4282,1,'2026-01-20 22:11:20','2026-01-20 22:11:20','ecbd7104-a888-4aa1-acd7-a31b59e6e25c'),
(66873,7,11887,NULL,2969,1,'2026-01-20 22:11:20','2026-01-20 22:11:20','7afddf30-21b7-4dfd-9778-7ef0008a07a4'),
(66874,7,11887,NULL,617,2,'2026-01-20 22:11:20','2026-01-20 22:11:20','0e88c2af-46d5-4348-997e-ff9e1660c30c'),
(66875,7,11887,NULL,605,3,'2026-01-20 22:11:20','2026-01-20 22:11:20','dcade6cd-5fab-4c3b-9172-d150a3884a0f'),
(66876,7,11887,NULL,9552,4,'2026-01-20 22:11:20','2026-01-20 22:11:20','0529bfdc-882f-43d8-b9ba-e811a7f7082b'),
(66877,82,11887,NULL,469,1,'2026-01-20 22:11:20','2026-01-20 22:11:20','c7c1c3f5-161b-4be0-940a-3a826ee47e45'),
(66878,82,11887,NULL,479,2,'2026-01-20 22:11:20','2026-01-20 22:11:20','3df088ed-67f3-4ee5-84ff-35f4c16aa0df'),
(66879,82,11887,NULL,491,3,'2026-01-20 22:11:20','2026-01-20 22:11:20','bf12276b-45c5-4602-b768-9ec640b938e7'),
(66880,47,11887,NULL,10478,1,'2026-01-20 22:11:20','2026-01-20 22:11:20','bd0fc9bc-a5e7-4497-8eba-7838e530141a'),
(66881,57,11887,NULL,8740,1,'2026-01-20 22:11:20','2026-01-20 22:11:20','698e3fa7-edf1-48a6-a667-de14a4af45d7'),
(66882,57,11887,NULL,4911,2,'2026-01-20 22:11:20','2026-01-20 22:11:20','1403a464-f874-49e7-b1e8-84d5d58caa1c'),
(66883,57,11887,NULL,4909,3,'2026-01-20 22:11:20','2026-01-20 22:11:20','786e951c-ce7e-4ac4-9f2b-ccd2c0f2c43e'),
(66884,57,11887,NULL,4910,4,'2026-01-20 22:11:20','2026-01-20 22:11:20','57542fd1-199f-47c2-873b-74ba329745be'),
(66915,32,11889,NULL,2610,1,'2026-01-20 22:11:47','2026-01-20 22:11:47','db67f500-7b03-4acd-8dc9-bf03c199e6bf'),
(66916,32,11889,NULL,2598,2,'2026-01-20 22:11:47','2026-01-20 22:11:47','d55e5530-69ea-419f-8f22-07be361d935d'),
(66917,32,11889,NULL,2624,3,'2026-01-20 22:11:47','2026-01-20 22:11:47','6f8870d0-ca99-4f82-a01d-ad050da3b0dd'),
(66918,32,11889,NULL,2600,4,'2026-01-20 22:11:47','2026-01-20 22:11:47','b2c5e56e-2d4d-4249-91ca-f83a01020f70'),
(66919,32,11889,NULL,2596,5,'2026-01-20 22:11:47','2026-01-20 22:11:47','3629b4b7-842a-4c0e-b10a-a5d8f28a2c07'),
(66920,32,11889,NULL,2602,6,'2026-01-20 22:11:47','2026-01-20 22:11:47','8e0ae0fa-5f3e-40f1-8bfa-af025012966a'),
(66921,32,11889,NULL,2606,7,'2026-01-20 22:11:47','2026-01-20 22:11:47','06308a71-3b06-4628-92cb-aee8ee8591e5'),
(66922,32,11889,NULL,2612,8,'2026-01-20 22:11:47','2026-01-20 22:11:47','c81376f2-a6eb-44e8-88e1-1e310616f888'),
(66923,32,11889,NULL,2604,9,'2026-01-20 22:11:47','2026-01-20 22:11:47','17334fac-f03f-49ae-866c-0d6e050fe979'),
(66924,32,11889,NULL,2608,10,'2026-01-20 22:11:47','2026-01-20 22:11:47','3146d1c2-3bcf-49d2-94e0-69c1320b9e5b'),
(66925,16,11889,NULL,11819,1,'2026-01-20 22:11:47','2026-01-20 22:11:47','fb41ccb2-45ba-42b6-9c6e-05bbbad3cf2b'),
(66926,7,11889,NULL,2969,1,'2026-01-20 22:11:47','2026-01-20 22:11:47','cbba5a69-f120-4704-b315-3bcec1c749fc'),
(66927,7,11889,NULL,617,2,'2026-01-20 22:11:47','2026-01-20 22:11:47','cd477ff4-6ea9-463f-aaad-bf53d6a3f07e'),
(66928,7,11889,NULL,605,3,'2026-01-20 22:11:47','2026-01-20 22:11:47','7591613e-130b-42ee-8a62-a1f52e385b9c'),
(66929,7,11889,NULL,9552,4,'2026-01-20 22:11:47','2026-01-20 22:11:47','92123f31-6ade-4cd0-92a4-22a76904585f'),
(66930,82,11889,NULL,491,1,'2026-01-20 22:11:47','2026-01-20 22:11:47','2a6f755e-944d-48c8-9796-735757b1a888'),
(66931,46,11889,NULL,2891,1,'2026-01-20 22:11:47','2026-01-20 22:11:47','fb53f8e3-f761-457e-bb70-f5aeb4e41828'),
(66932,47,11889,NULL,10523,1,'2026-01-20 22:11:47','2026-01-20 22:11:47','338f3289-379f-46cf-b115-24c62140dac5'),
(66933,57,11889,NULL,4927,1,'2026-01-20 22:11:47','2026-01-20 22:11:47','871b521e-0abb-4f41-bfb8-d99c0bdb163f'),
(66934,57,11889,NULL,7772,2,'2026-01-20 22:11:47','2026-01-20 22:11:47','b9ab3ddf-87c2-484d-88e1-b2ccccfe6ed6'),
(66935,57,11889,NULL,4931,3,'2026-01-20 22:11:47','2026-01-20 22:11:47','3e179b9f-6c14-4ea6-88ac-ee2447b3765e'),
(66936,57,11889,NULL,4930,4,'2026-01-20 22:11:47','2026-01-20 22:11:47','dcb36ec2-750e-40a8-a3db-111d6a3509b7'),
(66937,57,11889,NULL,4932,5,'2026-01-20 22:11:47','2026-01-20 22:11:47','a5d85720-2cb3-4083-9935-d252c1a20590'),
(66938,57,11889,NULL,4933,6,'2026-01-20 22:11:47','2026-01-20 22:11:47','d7af2fe6-53cd-4963-8fc7-3c0506ca3b5f'),
(66939,57,11889,NULL,4934,7,'2026-01-20 22:11:47','2026-01-20 22:11:47','8c290000-93a7-41b9-9473-c91763dc69ed'),
(66940,57,11889,NULL,4935,8,'2026-01-20 22:11:47','2026-01-20 22:11:47','f88a9afb-df23-42d0-844a-5b78dcf38a94'),
(66941,57,11889,NULL,7739,9,'2026-01-20 22:11:47','2026-01-20 22:11:47','9fa2c71f-d087-4e01-ace8-59aea8bac93a'),
(66942,57,11889,NULL,7740,10,'2026-01-20 22:11:47','2026-01-20 22:11:47','dffa583a-8c33-4b70-85c0-e327130cf262'),
(66943,57,11889,NULL,7741,11,'2026-01-20 22:11:47','2026-01-20 22:11:47','8f8ea988-0be4-452c-891f-054b9149b421'),
(66945,32,11890,NULL,2610,1,'2026-01-20 22:14:53','2026-01-20 22:14:53','c1d3d647-a35d-415b-a262-08685303b6bd'),
(66946,32,11890,NULL,2598,2,'2026-01-20 22:14:53','2026-01-20 22:14:53','4ff3a9d2-f460-457a-b2b0-037b596d2186'),
(66947,32,11890,NULL,2608,3,'2026-01-20 22:14:53','2026-01-20 22:14:53','73d3e610-e013-4fef-b923-183f6d1d3534'),
(66948,32,11890,NULL,2624,4,'2026-01-20 22:14:53','2026-01-20 22:14:53','5ebeeda3-63f2-462d-9886-5e59ffa282d4'),
(66949,32,11890,NULL,2600,5,'2026-01-20 22:14:53','2026-01-20 22:14:53','eda3872e-7e15-4e9a-91b4-8346b99995ab'),
(66950,32,11890,NULL,2596,6,'2026-01-20 22:14:53','2026-01-20 22:14:53','676331fc-af33-4f64-a589-403da5c4c5da'),
(66951,32,11890,NULL,2602,7,'2026-01-20 22:14:53','2026-01-20 22:14:53','89257966-f868-4c8c-a199-7764a9e17953'),
(66952,32,11890,NULL,2606,8,'2026-01-20 22:14:53','2026-01-20 22:14:53','890c7c0d-42fa-4f37-8710-8d07238e9ddc'),
(66953,32,11890,NULL,2612,9,'2026-01-20 22:14:53','2026-01-20 22:14:53','01872eb6-2fc7-46fd-b434-9f80384f1b89'),
(66954,32,11890,NULL,2604,10,'2026-01-20 22:14:53','2026-01-20 22:14:53','787b9559-32a3-4e67-9e5d-9e431643a909'),
(66955,16,11890,NULL,4786,1,'2026-01-20 22:14:53','2026-01-20 22:14:53','ec68f100-e4cd-43ca-9553-15f74a2c2b63'),
(66956,7,11890,NULL,6547,1,'2026-01-20 22:14:53','2026-01-20 22:14:53','9de48a61-9092-4c4d-b57a-940c0a1c7fbc'),
(66957,7,11890,NULL,601,2,'2026-01-20 22:14:53','2026-01-20 22:14:53','8e3bef34-c1ea-4f61-bcf8-9e4704fd4ff0'),
(66958,7,11890,NULL,617,3,'2026-01-20 22:14:53','2026-01-20 22:14:53','80810c0f-d8d5-43f1-b522-948d25cb8498'),
(66959,7,11890,NULL,605,4,'2026-01-20 22:14:53','2026-01-20 22:14:53','17c0157e-6ee1-4e80-a0f9-07280c8a49dd'),
(66960,7,11890,NULL,9552,5,'2026-01-20 22:14:53','2026-01-20 22:14:53','6b6b3351-9359-47fa-b300-0ce69fce8c4b'),
(66961,82,11890,NULL,491,1,'2026-01-20 22:14:53','2026-01-20 22:14:53','0bdaf82d-c04b-4360-9a54-f8a5adf649c8'),
(66962,46,11890,NULL,2891,1,'2026-01-20 22:14:53','2026-01-20 22:14:53','fabad049-de1a-4298-a0f1-eae00ea4168e'),
(66963,57,11890,NULL,4808,1,'2026-01-20 22:14:53','2026-01-20 22:14:53','f7c268c8-f84a-439b-a823-01584971e3f1'),
(66964,57,11890,NULL,4811,2,'2026-01-20 22:14:53','2026-01-20 22:14:53','c6d25be2-2a46-4d96-b606-c5d29f87121e'),
(66965,57,11890,NULL,4807,3,'2026-01-20 22:14:53','2026-01-20 22:14:53','7b68caba-63ef-4c4f-8799-3a8ae17276c7'),
(66966,57,11890,NULL,4806,4,'2026-01-20 22:14:53','2026-01-20 22:14:53','92a88751-f798-4929-98a9-1c221bdc7634'),
(66967,57,11890,NULL,4809,5,'2026-01-20 22:14:53','2026-01-20 22:14:53','e2cc6b02-46ce-4c1d-b74a-a6f74531f527'),
(66968,57,11890,NULL,4810,6,'2026-01-20 22:14:53','2026-01-20 22:14:53','8ff035d3-f5ca-44cf-8f0e-445dc19674be'),
(66991,32,2,NULL,2606,8,'2026-01-20 22:15:28','2026-01-20 22:15:28','c7bd9d4f-dcdb-4871-9836-e350c45c69a7'),
(66992,32,11892,NULL,2610,1,'2026-01-20 22:15:29','2026-01-20 22:15:29','b300c200-c6eb-4bea-bac3-21ef7d0c9479'),
(66993,32,11892,NULL,2598,2,'2026-01-20 22:15:29','2026-01-20 22:15:29','b7c91c26-715c-4265-a39e-19f3f01cc621'),
(66994,32,11892,NULL,2608,3,'2026-01-20 22:15:29','2026-01-20 22:15:29','085afccf-857e-4d25-a287-23d679253be7'),
(66995,32,11892,NULL,2600,4,'2026-01-20 22:15:29','2026-01-20 22:15:29','f67dee76-b8d2-4d0f-abff-192aac788a4e'),
(66996,32,11892,NULL,2596,5,'2026-01-20 22:15:29','2026-01-20 22:15:29','b1af9774-3777-46e9-8b47-398c4860e731'),
(66997,32,11892,NULL,2602,6,'2026-01-20 22:15:29','2026-01-20 22:15:29','19a80f90-1950-4282-acaa-77f97f47ded5'),
(66998,32,11892,NULL,2604,7,'2026-01-20 22:15:29','2026-01-20 22:15:29','eff6e9ac-a0d1-4730-90bd-6df34a796a12'),
(66999,32,11892,NULL,2606,8,'2026-01-20 22:15:29','2026-01-20 22:15:29','e702af01-5675-48e9-8760-7cf3bf16bf12'),
(67000,16,11892,NULL,545,1,'2026-01-20 22:15:29','2026-01-20 22:15:29','c0c88d9f-9977-424b-b508-908583e8ad54'),
(67001,7,11892,NULL,601,1,'2026-01-20 22:15:29','2026-01-20 22:15:29','3ead1112-13cd-4630-8e3c-3f91120bb5db'),
(67002,7,11892,NULL,617,2,'2026-01-20 22:15:29','2026-01-20 22:15:29','cb4fefb0-aa28-41ab-a3e6-819cc28da933'),
(67003,7,11892,NULL,605,3,'2026-01-20 22:15:29','2026-01-20 22:15:29','3f5ee8a1-664c-46b6-b780-0ae1182d73fc'),
(67004,7,11892,NULL,9552,4,'2026-01-20 22:15:29','2026-01-20 22:15:29','fcd71134-3d4e-41fc-8c17-be623ac58cc9'),
(67005,82,11892,NULL,479,1,'2026-01-20 22:15:29','2026-01-20 22:15:29','090887d3-f85b-4fec-b65c-557219a7dfa9'),
(67006,82,11892,NULL,491,2,'2026-01-20 22:15:29','2026-01-20 22:15:29','3cf15d43-b009-4c0f-b15f-239afcb8e2d8'),
(67007,47,11892,NULL,10507,1,'2026-01-20 22:15:29','2026-01-20 22:15:29','2d5bfe63-30c6-4df6-984c-c14a8c7c2850'),
(67008,57,11892,NULL,545,1,'2026-01-20 22:15:29','2026-01-20 22:15:29','b52d6433-4717-4b98-8ca5-cbd051463b96'),
(67009,57,11892,NULL,137,2,'2026-01-20 22:15:29','2026-01-20 22:15:29','c90c79ab-f222-4a3e-a382-b34b2700b54f'),
(67010,57,11892,NULL,138,3,'2026-01-20 22:15:29','2026-01-20 22:15:29','0e9139a6-f2a7-432a-bc3a-87b4cbf28580'),
(67011,57,11892,NULL,136,4,'2026-01-20 22:15:29','2026-01-20 22:15:29','040d7794-35a2-4520-82a5-328fc3701238'),
(67014,32,1165,NULL,2606,9,'2026-01-20 22:15:51','2026-01-20 22:15:51','bd645d5e-b366-42f2-959c-70bbf0e6ffae'),
(67015,32,11893,NULL,2614,1,'2026-01-20 22:15:51','2026-01-20 22:15:51','5f95e2ff-9693-4e18-b2d8-6acca23d308d'),
(67016,32,11893,NULL,2610,2,'2026-01-20 22:15:51','2026-01-20 22:15:51','2a8e8ad5-71e7-4bf7-813f-0a85d511b886'),
(67017,32,11893,NULL,2598,3,'2026-01-20 22:15:51','2026-01-20 22:15:51','eb31ad22-4b4d-4038-a888-67ff09e3ebee'),
(67018,32,11893,NULL,2600,4,'2026-01-20 22:15:51','2026-01-20 22:15:51','2dfad83d-45c2-4563-a685-966e4dd6a68b'),
(67019,32,11893,NULL,2604,5,'2026-01-20 22:15:51','2026-01-20 22:15:51','a5d2f62f-f020-456c-9cac-b882169bd8cf'),
(67020,32,11893,NULL,2608,6,'2026-01-20 22:15:51','2026-01-20 22:15:51','ec1e9383-0156-4d28-90e3-ea63767b49b1'),
(67021,32,11893,NULL,2596,7,'2026-01-20 22:15:51','2026-01-20 22:15:51','6fa52234-ae2e-4a8e-b177-e57f8bcc5691'),
(67022,32,11893,NULL,2602,8,'2026-01-20 22:15:51','2026-01-20 22:15:51','33768ae6-64f0-455d-a23a-4287b7e7a296'),
(67023,32,11893,NULL,2606,9,'2026-01-20 22:15:51','2026-01-20 22:15:51','633ea3f7-22e4-46ec-b1d2-38b60097b513'),
(67024,16,11893,NULL,4223,1,'2026-01-20 22:15:51','2026-01-20 22:15:51','5897ae99-407d-4528-a4eb-865594956e99'),
(67025,7,11893,NULL,6547,1,'2026-01-20 22:15:51','2026-01-20 22:15:51','6104e716-97dd-4e2d-a657-d4fe0d175838'),
(67026,7,11893,NULL,601,2,'2026-01-20 22:15:51','2026-01-20 22:15:51','0acd0942-0138-4718-8b67-2e5cf87ecdc1'),
(67027,7,11893,NULL,2974,3,'2026-01-20 22:15:51','2026-01-20 22:15:51','3119d9fe-a736-4681-aa94-c72d0d1d8e70'),
(67028,7,11893,NULL,617,4,'2026-01-20 22:15:51','2026-01-20 22:15:51','180fdcee-8850-4868-be58-ff42b29c0d5e'),
(67029,7,11893,NULL,9640,5,'2026-01-20 22:15:51','2026-01-20 22:15:51','ee0f40af-6158-4be1-9ea2-7c47b08ce1ce'),
(67030,7,11893,NULL,605,6,'2026-01-20 22:15:51','2026-01-20 22:15:51','7d609264-5691-4ef7-8c7b-bac11193a2d6'),
(67031,7,11893,NULL,9552,7,'2026-01-20 22:15:51','2026-01-20 22:15:51','dfdd104e-2145-4242-8ec4-9cd3a45a519c'),
(67032,7,11893,NULL,9549,8,'2026-01-20 22:15:51','2026-01-20 22:15:51','7729116f-a2bd-4692-af30-47732d7ddeeb'),
(67033,82,11893,NULL,479,1,'2026-01-20 22:15:51','2026-01-20 22:15:51','8ec76903-9323-489a-b1c2-5b1312e67abd'),
(67034,57,11893,NULL,4821,1,'2026-01-20 22:15:51','2026-01-20 22:15:51','6dde80e8-ca39-4a7e-b2d2-73d0385b7ad5'),
(67035,57,11893,NULL,4822,2,'2026-01-20 22:15:51','2026-01-20 22:15:51','5a1a7a2e-4226-416c-a4ce-f8789fb3dbdf'),
(67036,57,11893,NULL,4823,3,'2026-01-20 22:15:51','2026-01-20 22:15:51','e5d73ab2-929b-4713-bb21-45a67e85cf1b'),
(67037,57,11893,NULL,4824,4,'2026-01-20 22:15:51','2026-01-20 22:15:51','4be7ca51-bf2b-4277-b4c2-724109868fb5'),
(67038,13,11893,NULL,6620,1,'2026-01-20 22:15:51','2026-01-20 22:15:51','358a5aa0-0957-49b4-b846-53b6d3aecf95'),
(67064,32,1045,NULL,2606,10,'2026-01-20 22:16:10','2026-01-20 22:16:10','5da28e70-d97d-4a10-8795-796f11b390d5'),
(67065,32,11895,NULL,2610,1,'2026-01-20 22:16:10','2026-01-20 22:16:10','9ed3dce5-99ac-4dc6-9179-f641324bfc4d'),
(67066,32,11895,NULL,2598,2,'2026-01-20 22:16:10','2026-01-20 22:16:10','214b7a62-9a9c-4413-8337-9e915b4fc3e2'),
(67067,32,11895,NULL,2600,3,'2026-01-20 22:16:10','2026-01-20 22:16:10','cdf0c709-1aa3-4109-8678-f9c6527404ad'),
(67068,32,11895,NULL,2602,4,'2026-01-20 22:16:10','2026-01-20 22:16:10','f8d8857d-d410-41a2-8f74-7e5d5bc901ab'),
(67069,32,11895,NULL,2612,5,'2026-01-20 22:16:10','2026-01-20 22:16:10','79c46314-f767-45ec-b291-25cf300cfd26'),
(67070,32,11895,NULL,2618,6,'2026-01-20 22:16:10','2026-01-20 22:16:10','30a50bce-74b2-4f7d-8828-23656c100032'),
(67071,32,11895,NULL,2604,7,'2026-01-20 22:16:10','2026-01-20 22:16:10','c977d4cf-ab42-4934-a526-91e00bb93d49'),
(67072,32,11895,NULL,2608,8,'2026-01-20 22:16:10','2026-01-20 22:16:10','d246b1ea-f339-41f1-acd0-a6a721e4b64a'),
(67073,32,11895,NULL,2596,9,'2026-01-20 22:16:10','2026-01-20 22:16:10','121d8e9c-de5a-477a-8be0-3b76fb653d1e'),
(67074,32,11895,NULL,2606,10,'2026-01-20 22:16:10','2026-01-20 22:16:10','ebbd6c01-cf9f-4d4a-9444-60d728edcc2c'),
(67075,16,11895,NULL,4829,1,'2026-01-20 22:16:10','2026-01-20 22:16:10','b5a1f22d-8548-487a-8bf4-185306aa9f6b'),
(67076,7,11895,NULL,3468,1,'2026-01-20 22:16:10','2026-01-20 22:16:10','1fae3fcc-34cd-4a29-ab21-1a14e6978ced'),
(67077,7,11895,NULL,601,2,'2026-01-20 22:16:10','2026-01-20 22:16:10','7560904c-7f6d-40a8-a7c7-ee9543a94e39'),
(67078,7,11895,NULL,617,3,'2026-01-20 22:16:10','2026-01-20 22:16:10','47d73582-c9c0-4800-9606-c0a1417cd4a1'),
(67079,7,11895,NULL,605,4,'2026-01-20 22:16:10','2026-01-20 22:16:10','7b62070a-ddc5-4c7b-ba16-48735e5ef9c4'),
(67080,7,11895,NULL,9552,5,'2026-01-20 22:16:10','2026-01-20 22:16:10','c79985c9-6ffc-4244-8ecf-2148ad84a509'),
(67081,82,11895,NULL,479,1,'2026-01-20 22:16:10','2026-01-20 22:16:10','c922cd61-7f47-4097-a6fd-bf7850bca653'),
(67082,82,11895,NULL,491,2,'2026-01-20 22:16:10','2026-01-20 22:16:10','90ef5af4-9a87-4d41-b3e8-e348161ad2fe'),
(67083,46,11895,NULL,3697,1,'2026-01-20 22:16:10','2026-01-20 22:16:10','46cea2e3-0d37-4261-b66a-bd8304e263ea'),
(67084,57,11895,NULL,4829,1,'2026-01-20 22:16:10','2026-01-20 22:16:10','ae9d948c-4735-442d-914e-14a1efddf228'),
(67085,57,11895,NULL,3689,2,'2026-01-20 22:16:10','2026-01-20 22:16:10','401594f2-9882-420c-882e-2cdf6d8a061d'),
(67086,57,11895,NULL,4826,3,'2026-01-20 22:16:10','2026-01-20 22:16:10','b97fa6a2-fdb0-4198-b8a1-6dcc2e13ffe2'),
(67087,57,11895,NULL,4828,4,'2026-01-20 22:16:10','2026-01-20 22:16:10','64201424-5d5e-47e1-9466-cf3563ccedb0'),
(67088,57,11895,NULL,4827,5,'2026-01-20 22:16:10','2026-01-20 22:16:10','0a888dd1-4516-4185-85a8-f081886d67e8'),
(67113,32,1171,NULL,2596,7,'2026-01-20 22:16:32','2026-01-20 22:16:32','0389000c-6321-4f3f-8c15-e9a7064970a0'),
(67114,32,1171,NULL,2606,8,'2026-01-20 22:16:32','2026-01-20 22:16:32','45a72976-0154-4847-b4d4-753540b9b96c'),
(67115,32,11897,NULL,2610,1,'2026-01-20 22:16:32','2026-01-20 22:16:32','3b42d2e2-5504-4327-be93-0168be41d89a'),
(67116,32,11897,NULL,2598,2,'2026-01-20 22:16:32','2026-01-20 22:16:32','b22ce722-e178-41a4-9e88-2e82c16e6e05'),
(67117,32,11897,NULL,2600,3,'2026-01-20 22:16:32','2026-01-20 22:16:32','2be6ee09-80a6-4879-85de-aa2e5ba11aef'),
(67118,32,11897,NULL,2604,4,'2026-01-20 22:16:32','2026-01-20 22:16:32','073670a1-d328-4b34-a32e-fca6a35dfb0b'),
(67119,32,11897,NULL,2608,5,'2026-01-20 22:16:32','2026-01-20 22:16:32','0db8441a-8ab0-44bf-af4c-270a9868d2cc'),
(67120,32,11897,NULL,2602,6,'2026-01-20 22:16:32','2026-01-20 22:16:32','d85498c8-9e4c-46d7-b583-4d08d8d1cac4'),
(67121,32,11897,NULL,2596,7,'2026-01-20 22:16:32','2026-01-20 22:16:32','9f90609a-1b34-47df-a03f-3dd960703a98'),
(67122,32,11897,NULL,2606,8,'2026-01-20 22:16:32','2026-01-20 22:16:32','c10e2ef6-4641-498f-84a2-d58854d2ab39'),
(67123,16,11897,NULL,4276,1,'2026-01-20 22:16:32','2026-01-20 22:16:32','258551bc-d347-4011-b08c-a76d5f42e2f6'),
(67124,7,11897,NULL,6547,1,'2026-01-20 22:16:32','2026-01-20 22:16:32','7029ef9f-4f38-4b9f-9361-497b908e6c28'),
(67125,7,11897,NULL,601,2,'2026-01-20 22:16:32','2026-01-20 22:16:32','d7b634e5-7ceb-4e61-9619-71211f74b80c'),
(67126,7,11897,NULL,9640,3,'2026-01-20 22:16:32','2026-01-20 22:16:32','9a277ea6-3d2e-4f83-9fcd-8babfa9e1f65'),
(67127,7,11897,NULL,617,4,'2026-01-20 22:16:32','2026-01-20 22:16:32','ae3e88f0-430c-45f8-92bf-d075b2fdde47'),
(67128,7,11897,NULL,605,5,'2026-01-20 22:16:32','2026-01-20 22:16:32','003b9aad-496f-49c1-8e8d-30aedec903a6'),
(67129,82,11897,NULL,469,1,'2026-01-20 22:16:32','2026-01-20 22:16:32','598fcf32-6716-45b3-9a30-252affe26dd3'),
(67130,82,11897,NULL,479,2,'2026-01-20 22:16:32','2026-01-20 22:16:32','88659233-ad0c-4d62-ad20-7dd316008274'),
(67131,82,11897,NULL,491,3,'2026-01-20 22:16:32','2026-01-20 22:16:32','7ba38d2d-b486-4c88-8663-bed4e9ebcdf1'),
(67132,47,11897,NULL,10474,1,'2026-01-20 22:16:32','2026-01-20 22:16:32','821d4edd-2d6c-4372-a0c6-8edb5596c031'),
(67133,57,11897,NULL,4838,1,'2026-01-20 22:16:32','2026-01-20 22:16:32','a3060f56-2a44-494a-85c6-39af667e23cf'),
(67134,57,11897,NULL,4836,2,'2026-01-20 22:16:32','2026-01-20 22:16:32','cfd420f0-18ca-4093-bde2-5ab305c5edfd'),
(67135,57,11897,NULL,4834,3,'2026-01-20 22:16:32','2026-01-20 22:16:32','1aa14147-8629-4b4f-a4d4-b06876a86fd7'),
(67136,57,11897,NULL,4837,4,'2026-01-20 22:16:32','2026-01-20 22:16:32','64df6291-f32c-41cc-af2f-47518ecd6741'),
(67163,32,11899,NULL,2614,1,'2026-01-20 22:17:10','2026-01-20 22:17:10','590be620-82bb-45d3-8a79-c0e64b585a0f'),
(67164,32,11899,NULL,2610,2,'2026-01-20 22:17:10','2026-01-20 22:17:10','e1c5285c-a9e3-40c1-8230-00e84000d756'),
(67165,32,11899,NULL,2598,3,'2026-01-20 22:17:10','2026-01-20 22:17:10','457bb6a1-9568-4909-8cf1-0fd397ba873f'),
(67166,32,11899,NULL,2608,4,'2026-01-20 22:17:10','2026-01-20 22:17:10','18e1b2fb-ab08-49b3-9412-8cd0859ddb80'),
(67167,32,11899,NULL,2600,5,'2026-01-20 22:17:10','2026-01-20 22:17:10','de6d90c5-8580-4cb8-82b7-a3020605af2a'),
(67168,32,11899,NULL,2596,6,'2026-01-20 22:17:10','2026-01-20 22:17:10','bbb49202-e8be-43e7-95e1-629015b880dc'),
(67169,32,11899,NULL,2602,7,'2026-01-20 22:17:10','2026-01-20 22:17:10','2760c7e4-6b65-40d8-99a6-0e5b39b06d9a'),
(67170,32,11899,NULL,2606,8,'2026-01-20 22:17:10','2026-01-20 22:17:10','ebeef3ab-0b7b-49de-b940-51480c72a29f'),
(67171,32,11899,NULL,2604,9,'2026-01-20 22:17:10','2026-01-20 22:17:10','4b8b5174-c806-4be1-93b8-8b30d1142c60'),
(67172,32,11899,NULL,2624,10,'2026-01-20 22:17:10','2026-01-20 22:17:10','a0d8d92e-9277-42a7-beaa-48bbdb221517'),
(67173,16,11899,NULL,8081,1,'2026-01-20 22:17:10','2026-01-20 22:17:10','fa7e16e1-3ffb-46e2-99c8-0f7d84976c55'),
(67174,7,11899,NULL,3468,1,'2026-01-20 22:17:10','2026-01-20 22:17:10','b8256746-c4ff-4925-bcc3-bccfecab5569'),
(67175,7,11899,NULL,601,2,'2026-01-20 22:17:10','2026-01-20 22:17:10','51a1bac0-2b1a-4a74-84eb-1163af3fab5c'),
(67176,7,11899,NULL,9640,3,'2026-01-20 22:17:10','2026-01-20 22:17:10','a72dba85-ad14-43f0-a1a4-37edf0e5b188'),
(67177,7,11899,NULL,2974,4,'2026-01-20 22:17:10','2026-01-20 22:17:10','e10c0079-7595-4893-abff-44c14c38fc7d'),
(67178,7,11899,NULL,617,5,'2026-01-20 22:17:10','2026-01-20 22:17:10','d69cc5e8-2308-4139-ad03-e0e24e886ff3'),
(67179,7,11899,NULL,605,6,'2026-01-20 22:17:10','2026-01-20 22:17:10','7d43bc9a-1601-476a-ad6e-4a84bd7a15c3'),
(67180,7,11899,NULL,9552,7,'2026-01-20 22:17:10','2026-01-20 22:17:10','19470dc4-1707-4a9b-9df0-5403fa878835'),
(67181,46,11899,NULL,2891,1,'2026-01-20 22:17:10','2026-01-20 22:17:10','e5af283a-872c-413b-88ef-e9555340d830'),
(67182,57,11899,NULL,8082,1,'2026-01-20 22:17:10','2026-01-20 22:17:10','6292765c-781d-4602-a109-b4d5cb989276'),
(67183,57,11899,NULL,8085,2,'2026-01-20 22:17:10','2026-01-20 22:17:10','490e6db1-09d2-4e96-87ce-8845e5b98dd2'),
(67184,57,11899,NULL,8086,3,'2026-01-20 22:17:10','2026-01-20 22:17:10','6dfe28b7-e830-4efb-b4d0-01c5ef39ed5f'),
(67185,57,11899,NULL,8087,4,'2026-01-20 22:17:10','2026-01-20 22:17:10','5f935381-531a-4809-b8be-d714349a650e'),
(67186,13,11899,NULL,6814,1,'2026-01-20 22:17:10','2026-01-20 22:17:10','2f582df1-a54f-4abc-83d3-ef74c6f136b0'),
(67187,32,11900,NULL,2610,1,'2026-01-20 22:17:18','2026-01-20 22:17:18','911894a4-73d7-4800-ada3-57bbbc05539b'),
(67188,32,11900,NULL,2598,2,'2026-01-20 22:17:18','2026-01-20 22:17:18','97ee2754-40a0-4204-a206-f286d6e58a19'),
(67189,32,11900,NULL,2600,3,'2026-01-20 22:17:18','2026-01-20 22:17:18','92ab0c96-5b76-44f3-a4b5-dcab880e17e3'),
(67190,32,11900,NULL,2602,4,'2026-01-20 22:17:18','2026-01-20 22:17:18','75d8f4dc-541f-41a2-92f9-44b9b9cee3ff'),
(67191,32,11900,NULL,2612,5,'2026-01-20 22:17:18','2026-01-20 22:17:18','8582f884-ae73-40ea-bef0-62ed825ac9f3'),
(67192,32,11900,NULL,2618,6,'2026-01-20 22:17:18','2026-01-20 22:17:18','444a061a-4db9-4cae-9226-432bbbdfa8bf'),
(67193,32,11900,NULL,2604,7,'2026-01-20 22:17:18','2026-01-20 22:17:18','ef298e7e-65fc-4308-aefb-2d89078d8de3'),
(67194,32,11900,NULL,2608,8,'2026-01-20 22:17:18','2026-01-20 22:17:18','f893db46-5c3f-4033-b9f9-a14e1ae96ea9'),
(67195,32,11900,NULL,2596,9,'2026-01-20 22:17:18','2026-01-20 22:17:18','6bde12a0-d932-43a0-84ba-971c7a775826'),
(67196,32,11900,NULL,2606,10,'2026-01-20 22:17:18','2026-01-20 22:17:18','51a01771-0890-4079-b3e0-e0e977596b3b'),
(67197,16,11900,NULL,4829,1,'2026-01-20 22:17:18','2026-01-20 22:17:18','0b4f3aa2-b842-4c35-9dad-2f552bd6d201'),
(67198,7,11900,NULL,3468,1,'2026-01-20 22:17:18','2026-01-20 22:17:18','5d11b099-d2d3-4d8a-93ab-332c6174bdb0'),
(67199,7,11900,NULL,601,2,'2026-01-20 22:17:18','2026-01-20 22:17:18','e14c6369-60e7-486d-818b-2fddb7021e69'),
(67200,7,11900,NULL,617,3,'2026-01-20 22:17:18','2026-01-20 22:17:18','2302909c-079e-4dad-bb92-916eed56c843'),
(67201,7,11900,NULL,605,4,'2026-01-20 22:17:18','2026-01-20 22:17:18','de2bacf3-d7eb-4416-944a-0e82adc42edd'),
(67202,7,11900,NULL,9552,5,'2026-01-20 22:17:18','2026-01-20 22:17:18','e53314fd-dacd-4961-be5f-1e0da357a9cd'),
(67203,82,11900,NULL,479,1,'2026-01-20 22:17:18','2026-01-20 22:17:18','d6cfab11-4522-44b7-a517-9dbb7fda6233'),
(67204,82,11900,NULL,491,2,'2026-01-20 22:17:18','2026-01-20 22:17:18','c673e747-ec13-4544-b59c-e4b63da2ed11'),
(67205,46,11900,NULL,3697,1,'2026-01-20 22:17:18','2026-01-20 22:17:18','7390ae2e-75a9-4dce-b4d0-3820c216a11b'),
(67206,57,11900,NULL,4829,1,'2026-01-20 22:17:18','2026-01-20 22:17:18','685da594-c25a-441f-8eb8-068f5bc468a7'),
(67207,57,11900,NULL,3689,2,'2026-01-20 22:17:18','2026-01-20 22:17:18','2ffb2f94-dd7d-459c-a261-b4b4d90258c5'),
(67208,57,11900,NULL,4826,3,'2026-01-20 22:17:18','2026-01-20 22:17:18','fd517e20-be52-45d8-887f-7ee3164c12ac'),
(67209,57,11900,NULL,4828,4,'2026-01-20 22:17:18','2026-01-20 22:17:18','c715850b-79bd-427e-9707-5133eda2e8c2'),
(67210,57,11900,NULL,4827,5,'2026-01-20 22:17:18','2026-01-20 22:17:18','b6167027-c057-41b1-b87f-b8f941af7368'),
(67235,32,11902,NULL,2610,1,'2026-01-20 22:19:17','2026-01-20 22:19:17','13b52253-1f4f-4116-99c4-fd1a6722c51d'),
(67236,32,11902,NULL,2598,2,'2026-01-20 22:19:17','2026-01-20 22:19:17','c02e2847-8eb7-47a0-946a-b5f6776a3ec4'),
(67237,32,11902,NULL,2600,3,'2026-01-20 22:19:17','2026-01-20 22:19:17','546c4a40-7680-4c11-90f9-169c6ce4ac46'),
(67238,32,11902,NULL,2604,4,'2026-01-20 22:19:17','2026-01-20 22:19:17','32c6589d-8559-4d2a-b60c-c27db0895932'),
(67239,32,11902,NULL,2608,5,'2026-01-20 22:19:17','2026-01-20 22:19:17','5b87f29c-d551-4165-b508-1608ef3d9353'),
(67240,32,11902,NULL,2602,6,'2026-01-20 22:19:17','2026-01-20 22:19:17','20d1f780-b216-4e32-bdb5-17b097269ccb'),
(67241,32,11902,NULL,2596,7,'2026-01-20 22:19:17','2026-01-20 22:19:17','c2a080d2-01b4-417f-80cd-990bef3e0b53'),
(67242,32,11902,NULL,2606,8,'2026-01-20 22:19:17','2026-01-20 22:19:17','2db1c5ff-3709-4056-b859-6d47e6ef08bd'),
(67243,16,11902,NULL,4276,1,'2026-01-20 22:19:17','2026-01-20 22:19:17','6a683ad0-89ec-40dc-98f3-fbac827cc23e'),
(67244,7,11902,NULL,6547,1,'2026-01-20 22:19:17','2026-01-20 22:19:17','a932c408-3625-4c69-b1a2-3abe1d5a9756'),
(67245,7,11902,NULL,601,2,'2026-01-20 22:19:17','2026-01-20 22:19:17','d36a0dc0-b7ad-4be8-8363-d625d84181da'),
(67246,7,11902,NULL,9640,3,'2026-01-20 22:19:17','2026-01-20 22:19:17','acfdee11-1eeb-4fff-af18-16a5ac789410'),
(67247,7,11902,NULL,617,4,'2026-01-20 22:19:17','2026-01-20 22:19:17','b38c2ebd-6492-424e-a9c7-0f394b98ff04'),
(67248,7,11902,NULL,605,5,'2026-01-20 22:19:17','2026-01-20 22:19:17','caa09f32-1f36-4195-85d2-c6e495ee302b'),
(67249,82,11902,NULL,469,1,'2026-01-20 22:19:17','2026-01-20 22:19:17','1b88ce1b-d8a8-4d75-937e-f22739b87210'),
(67250,82,11902,NULL,479,2,'2026-01-20 22:19:17','2026-01-20 22:19:17','96523338-2c26-4895-af84-cc51f7ce706e'),
(67251,82,11902,NULL,491,3,'2026-01-20 22:19:17','2026-01-20 22:19:17','023cf153-5f70-4ed8-a9fd-78fca79e466f'),
(67252,47,11902,NULL,10474,1,'2026-01-20 22:19:17','2026-01-20 22:19:17','fe555a94-68c5-4794-a69e-1ba0a210cd75'),
(67253,57,11902,NULL,4838,1,'2026-01-20 22:19:17','2026-01-20 22:19:17','f7a027b5-5e75-4ea0-8003-31fccb745c52'),
(67254,57,11902,NULL,4836,2,'2026-01-20 22:19:17','2026-01-20 22:19:17','09e381f6-3045-4323-b132-10b8016ad45d'),
(67255,57,11902,NULL,4834,3,'2026-01-20 22:19:17','2026-01-20 22:19:17','4a31cdac-cee3-4318-a214-4a9694085897'),
(67256,57,11902,NULL,4837,4,'2026-01-20 22:19:17','2026-01-20 22:19:17','72d64694-4a3e-4a21-8fde-82b570e5b6d0'),
(67284,32,945,NULL,2606,8,'2026-01-20 22:19:30','2026-01-20 22:19:30','e1eb7d4f-4d46-48c6-bbf4-ddafc490310b'),
(67285,32,11904,NULL,2610,1,'2026-01-20 22:19:31','2026-01-20 22:19:31','6627efbc-cfac-4c96-94f3-0cb1fb37e04e'),
(67286,32,11904,NULL,2598,2,'2026-01-20 22:19:31','2026-01-20 22:19:31','c1b12853-702e-4cd3-9f03-bca1ca23d7c8'),
(67287,32,11904,NULL,2608,3,'2026-01-20 22:19:31','2026-01-20 22:19:31','c9a80997-557a-4a56-91e4-a8d2597adfd8'),
(67288,32,11904,NULL,2600,4,'2026-01-20 22:19:31','2026-01-20 22:19:31','7293ce9b-846c-421a-88e9-12ad642fff8e'),
(67289,32,11904,NULL,2596,5,'2026-01-20 22:19:31','2026-01-20 22:19:31','d1060eb4-82e0-45bf-9485-8a0ec7cb76a1'),
(67290,32,11904,NULL,2602,6,'2026-01-20 22:19:31','2026-01-20 22:19:31','70fa0a53-7f5c-44ba-951d-a80d17a54039'),
(67291,32,11904,NULL,2604,7,'2026-01-20 22:19:31','2026-01-20 22:19:31','565ace98-5ee5-4b25-8d77-56f5aac2137c'),
(67292,32,11904,NULL,2606,8,'2026-01-20 22:19:31','2026-01-20 22:19:31','12e1e6cf-000a-4a88-aff4-1ebe2c6cba44'),
(67293,83,11904,NULL,951,1,'2026-01-20 22:19:31','2026-01-20 22:19:31','f7461af7-b699-448e-8758-19122ee2726a'),
(67294,16,11904,NULL,7700,1,'2026-01-20 22:19:31','2026-01-20 22:19:31','0274c918-52cd-4e6e-bf79-e2bf78689498'),
(67295,7,11904,NULL,2969,1,'2026-01-20 22:19:31','2026-01-20 22:19:31','8a8ae625-5495-4f4d-bf37-21c6120f14ad'),
(67296,7,11904,NULL,2972,2,'2026-01-20 22:19:31','2026-01-20 22:19:31','813bbff7-a3b3-4522-9f33-0a4b125c438c'),
(67297,7,11904,NULL,2974,3,'2026-01-20 22:19:31','2026-01-20 22:19:31','6d81545d-2c11-42bc-a11c-cb800388bcb4'),
(67298,7,11904,NULL,617,4,'2026-01-20 22:19:31','2026-01-20 22:19:31','a7d6f246-c138-4350-9405-4b6389bdd26a'),
(67299,7,11904,NULL,605,5,'2026-01-20 22:19:31','2026-01-20 22:19:31','38df5b8c-0430-44aa-b3cb-1b1f72afbef3'),
(67300,7,11904,NULL,9552,6,'2026-01-20 22:19:31','2026-01-20 22:19:31','258c2ba0-a3af-4dd3-b849-cb89555622ba'),
(67301,82,11904,NULL,479,1,'2026-01-20 22:19:31','2026-01-20 22:19:31','4a22b560-182d-41b0-a7ea-e926b4d6488c'),
(67302,82,11904,NULL,491,2,'2026-01-20 22:19:31','2026-01-20 22:19:31','2a08b011-e5e0-49c9-9713-8d3bb84d7f51'),
(67303,47,11904,NULL,10517,1,'2026-01-20 22:19:31','2026-01-20 22:19:31','2c82a8eb-29c5-4192-b38e-93864c4fb9e6'),
(67304,57,11904,NULL,4842,1,'2026-01-20 22:19:31','2026-01-20 22:19:31','c355dc4f-e978-48bc-a478-a1ddeff157eb'),
(67305,57,11904,NULL,4841,2,'2026-01-20 22:19:31','2026-01-20 22:19:31','15aac031-b143-4248-9799-d66f6ca9d423'),
(67306,57,11904,NULL,4846,3,'2026-01-20 22:19:31','2026-01-20 22:19:31','3f710b1c-ca57-45e6-92c4-31fe8fd76910'),
(67307,57,11904,NULL,4845,4,'2026-01-20 22:19:31','2026-01-20 22:19:31','3141f9c5-58e7-41ef-8d2d-2275ab783d42'),
(67308,57,11904,NULL,4844,5,'2026-01-20 22:19:31','2026-01-20 22:19:31','70b8e5c3-2429-4cb7-9b9f-506e28719c9b'),
(67309,57,11904,NULL,4843,6,'2026-01-20 22:19:31','2026-01-20 22:19:31','36374c71-a945-4604-9594-505dce3f4224'),
(67323,83,11906,NULL,945,1,'2026-01-20 22:19:39','2026-01-20 22:19:39','2636bfc4-8578-46f9-a516-b09f651e8932'),
(67324,16,11906,NULL,2968,1,'2026-01-20 22:19:39','2026-01-20 22:19:39','7d618aba-9840-46fb-ab66-8d62a9287d35'),
(67325,7,11906,NULL,605,1,'2026-01-20 22:19:39','2026-01-20 22:19:39','4125ef1d-95f2-4c79-a6fc-59f4091676e1'),
(67326,7,11906,NULL,617,2,'2026-01-20 22:19:39','2026-01-20 22:19:39','b1f1bbe3-3b6a-4ff3-80c1-8bf6d88f7f7d'),
(67327,7,11906,NULL,9552,3,'2026-01-20 22:19:39','2026-01-20 22:19:39','31614819-f702-4b2b-ae03-2d0e0b8a0129'),
(67328,57,11906,NULL,3248,1,'2026-01-20 22:19:39','2026-01-20 22:19:39','1f0720f3-dd07-4451-99b1-f65bb1609e1b'),
(67329,57,11906,NULL,3246,2,'2026-01-20 22:19:39','2026-01-20 22:19:39','b14a6768-505b-4e67-bf03-13fb6f704605'),
(67330,57,11906,NULL,3254,3,'2026-01-20 22:19:39','2026-01-20 22:19:39','c3b214c9-ffe6-4b7b-9160-0520a1147c88'),
(67331,57,11906,NULL,3253,4,'2026-01-20 22:19:39','2026-01-20 22:19:39','326d4fdf-d50d-4655-becf-4d87f4d49c51'),
(67332,57,11906,NULL,3251,5,'2026-01-20 22:19:39','2026-01-20 22:19:39','a919f7a4-dd86-49ca-873c-00f2a63ca7a7'),
(67333,57,11906,NULL,3245,6,'2026-01-20 22:19:39','2026-01-20 22:19:39','29b00376-46b6-4dc9-994e-33d31b9bf731'),
(67337,32,1261,NULL,2596,8,'2026-01-20 22:19:50','2026-01-20 22:19:50','4d5b6b86-8b00-4e89-b50f-7f27146e715c'),
(67338,32,1261,NULL,2606,9,'2026-01-20 22:19:50','2026-01-20 22:19:50','0f14aa23-01b6-4c03-9110-4dffdbd6c450'),
(67339,32,11907,NULL,2598,1,'2026-01-20 22:19:50','2026-01-20 22:19:50','8ca47d25-4d81-4140-a3b3-250bf12e93eb'),
(67340,32,11907,NULL,2608,2,'2026-01-20 22:19:50','2026-01-20 22:19:50','6034b814-5aca-4d70-821f-29b290e94e58'),
(67341,32,11907,NULL,2600,3,'2026-01-20 22:19:50','2026-01-20 22:19:50','9f4a86c4-4b80-4ed7-883b-40e7c1b6faee'),
(67342,32,11907,NULL,2602,4,'2026-01-20 22:19:50','2026-01-20 22:19:50','ad22f67c-1c60-41b9-8215-5fa4ecf27eed'),
(67343,32,11907,NULL,2612,5,'2026-01-20 22:19:50','2026-01-20 22:19:50','9426b6e9-d53e-4664-93fb-a81bb695f969'),
(67344,32,11907,NULL,2604,6,'2026-01-20 22:19:50','2026-01-20 22:19:50','2c603aa1-0d1a-4f92-af8e-e50dde2b1d8b'),
(67345,32,11907,NULL,2610,7,'2026-01-20 22:19:50','2026-01-20 22:19:50','6c6da3c1-44b7-455b-afa6-38bf406968ee'),
(67346,32,11907,NULL,2596,8,'2026-01-20 22:19:50','2026-01-20 22:19:50','6ca54c22-5d8b-4e20-a584-3e4251ea3560'),
(67347,32,11907,NULL,2606,9,'2026-01-20 22:19:50','2026-01-20 22:19:50','bd6307b4-5d9b-4c4c-8d87-c403c6d9b925'),
(67348,16,11907,NULL,4861,1,'2026-01-20 22:19:50','2026-01-20 22:19:50','4f6efe38-008f-4679-9692-363a0914fb7d'),
(67349,7,11907,NULL,6547,1,'2026-01-20 22:19:50','2026-01-20 22:19:50','41ae0f3c-770d-4031-b503-7b83a4e8c382'),
(67350,7,11907,NULL,601,2,'2026-01-20 22:19:50','2026-01-20 22:19:50','8cebd24b-32ee-4214-adce-7c87f39694e2'),
(67351,7,11907,NULL,9732,3,'2026-01-20 22:19:50','2026-01-20 22:19:50','fdc8bf52-efd0-44a7-939e-ff6a41cad4bf'),
(67352,7,11907,NULL,9735,4,'2026-01-20 22:19:50','2026-01-20 22:19:50','858e4c2f-484f-419c-85e4-901ca8f9bb39'),
(67353,7,11907,NULL,617,5,'2026-01-20 22:19:50','2026-01-20 22:19:50','c62fb8d6-ea9a-45cd-bee5-910ef296199d'),
(67354,7,11907,NULL,605,6,'2026-01-20 22:19:50','2026-01-20 22:19:50','c0a23b96-9bc6-4a1a-9cb5-8cfef9676502'),
(67355,7,11907,NULL,9552,7,'2026-01-20 22:19:50','2026-01-20 22:19:50','cdecaa04-4dbd-44b0-a6ba-1d2abc5dbda0'),
(67356,82,11907,NULL,479,1,'2026-01-20 22:19:50','2026-01-20 22:19:50','3506b05d-9c9e-4039-8e4d-c3f10a10a5d8'),
(67357,82,11907,NULL,491,2,'2026-01-20 22:19:50','2026-01-20 22:19:50','6028a029-7dc2-4e62-bcfb-b08f7556211a'),
(67358,82,11907,NULL,469,3,'2026-01-20 22:19:50','2026-01-20 22:19:50','c75de053-85b6-4856-82a8-39c7096cbf94'),
(67359,57,11907,NULL,4886,1,'2026-01-20 22:19:50','2026-01-20 22:19:50','c837d5b4-d5d2-4a25-bdf6-b8793c36d7fc'),
(67360,57,11907,NULL,4880,2,'2026-01-20 22:19:50','2026-01-20 22:19:50','f8c8033f-b35e-48a5-8a9a-656d44d4e233'),
(67361,57,11907,NULL,4888,3,'2026-01-20 22:19:50','2026-01-20 22:19:50','7d345a6d-cb57-4f64-951f-77e45f433fa3'),
(67362,57,11907,NULL,4882,4,'2026-01-20 22:19:50','2026-01-20 22:19:50','a9edf5af-90f8-499f-93d2-0d11d4c1c3aa'),
(67363,57,11907,NULL,4879,5,'2026-01-20 22:19:50','2026-01-20 22:19:50','728b6838-b5de-40a5-8d76-601fc44a0966'),
(67364,57,11907,NULL,4881,6,'2026-01-20 22:19:50','2026-01-20 22:19:50','73be6400-99a3-43a6-9d3d-eea3b769b7ee'),
(67365,57,11907,NULL,4887,7,'2026-01-20 22:19:50','2026-01-20 22:19:50','5e785222-b4a1-4152-8199-9f346cad2f7d'),
(67366,57,11907,NULL,4883,8,'2026-01-20 22:19:50','2026-01-20 22:19:50','81e8d9ff-f406-4153-b66a-c9bd36dd0298'),
(67367,57,11907,NULL,4884,9,'2026-01-20 22:19:50','2026-01-20 22:19:50','e7be735b-c111-4fd8-9951-fa42dc686fbb'),
(67368,57,11907,NULL,4885,10,'2026-01-20 22:19:50','2026-01-20 22:19:50','f617c41e-5b92-434d-8c7d-ba560f8c0a56'),
(67401,32,11909,NULL,2598,1,'2026-01-20 22:20:25','2026-01-20 22:20:25','e3fe5081-c56f-4bf3-8fa8-032739c15eac'),
(67402,32,11909,NULL,2608,2,'2026-01-20 22:20:25','2026-01-20 22:20:25','e0a503b9-247c-4bed-b3a1-6a8f22dd30ff'),
(67403,32,11909,NULL,2600,3,'2026-01-20 22:20:25','2026-01-20 22:20:25','9c382985-6334-41be-8fa8-19de562e8842'),
(67404,32,11909,NULL,2602,4,'2026-01-20 22:20:25','2026-01-20 22:20:25','14128925-857e-4972-ab36-b2b1211364be'),
(67405,32,11909,NULL,2612,5,'2026-01-20 22:20:25','2026-01-20 22:20:25','867923e3-2faf-44f7-95f1-6f5124f4b2ed'),
(67406,32,11909,NULL,2604,6,'2026-01-20 22:20:25','2026-01-20 22:20:25','a310cc06-6e5f-4a3f-a38f-eea1abfa91b4'),
(67407,32,11909,NULL,2610,7,'2026-01-20 22:20:25','2026-01-20 22:20:25','cd6bf97e-c58b-433d-a522-89fdc23d522b'),
(67408,32,11909,NULL,2596,8,'2026-01-20 22:20:25','2026-01-20 22:20:25','4280617b-0c19-45d1-ae5e-c80415705a51'),
(67409,32,11909,NULL,2606,9,'2026-01-20 22:20:25','2026-01-20 22:20:25','b35566cd-a067-4f34-a948-3b2b25229376'),
(67410,16,11909,NULL,4861,1,'2026-01-20 22:20:25','2026-01-20 22:20:25','fdd81460-eb5d-42c1-ac50-7581767c0366'),
(67411,7,11909,NULL,6547,1,'2026-01-20 22:20:25','2026-01-20 22:20:25','8e91f91f-af87-4ff8-96f6-60e8c1e504de'),
(67412,7,11909,NULL,601,2,'2026-01-20 22:20:25','2026-01-20 22:20:25','b10f1ea3-df52-4e3c-a86e-d8f9e359096d'),
(67413,7,11909,NULL,9732,3,'2026-01-20 22:20:25','2026-01-20 22:20:25','3c2219c6-aa95-45ff-ad9c-b29d2db72a1a'),
(67414,7,11909,NULL,9735,4,'2026-01-20 22:20:25','2026-01-20 22:20:25','3b3dc216-ef3a-4393-b334-cbb63eb49317'),
(67415,7,11909,NULL,617,5,'2026-01-20 22:20:25','2026-01-20 22:20:25','b5378081-5b7e-4399-8f40-34c65add1ee9'),
(67416,7,11909,NULL,605,6,'2026-01-20 22:20:25','2026-01-20 22:20:25','67ef981e-6545-4c1a-861f-bb6ba6a46363'),
(67417,7,11909,NULL,9552,7,'2026-01-20 22:20:25','2026-01-20 22:20:25','453225e2-7414-417c-878d-f1864231902e'),
(67418,82,11909,NULL,479,1,'2026-01-20 22:20:25','2026-01-20 22:20:25','b374de51-2f97-43c4-85ed-5c27a5763c1e'),
(67419,82,11909,NULL,491,2,'2026-01-20 22:20:25','2026-01-20 22:20:25','f1ebf7e9-fb37-4804-8188-1d6d3bc92c10'),
(67420,82,11909,NULL,469,3,'2026-01-20 22:20:25','2026-01-20 22:20:25','20b7b2f3-9615-45b0-9763-ec0e1347098d'),
(67421,57,11909,NULL,4886,1,'2026-01-20 22:20:25','2026-01-20 22:20:25','435abac7-f842-43f1-93bc-6bf07da16536'),
(67422,57,11909,NULL,4880,2,'2026-01-20 22:20:25','2026-01-20 22:20:25','8a507cac-39e8-4c8b-b265-511faea03eec'),
(67423,57,11909,NULL,4888,3,'2026-01-20 22:20:25','2026-01-20 22:20:25','a46b9c34-2bbd-48a3-88f4-74a3789cf3e4'),
(67424,57,11909,NULL,4882,4,'2026-01-20 22:20:25','2026-01-20 22:20:25','c42576f6-4db6-4a59-b235-7422dfc140c9'),
(67425,57,11909,NULL,4879,5,'2026-01-20 22:20:25','2026-01-20 22:20:25','004399ce-74a7-4169-873f-b4c903c7e9b9'),
(67426,57,11909,NULL,4881,6,'2026-01-20 22:20:25','2026-01-20 22:20:25','83df3818-a517-43cf-936b-0e8a38ae09b3'),
(67427,57,11909,NULL,4887,7,'2026-01-20 22:20:25','2026-01-20 22:20:25','4cc6de44-9272-4edb-9539-7f243b01e386'),
(67428,57,11909,NULL,4883,8,'2026-01-20 22:20:25','2026-01-20 22:20:25','a0a8cbfa-e97f-4df4-8a8f-1fcd318f9fef'),
(67429,57,11909,NULL,4884,9,'2026-01-20 22:20:25','2026-01-20 22:20:25','af05d9f4-e239-4ac6-b305-37b523f07bcf'),
(67430,57,11909,NULL,4885,10,'2026-01-20 22:20:25','2026-01-20 22:20:25','7d17531e-a57c-4ee9-8f4e-99959b27d301'),
(67453,32,1177,NULL,2608,5,'2026-01-20 22:21:10','2026-01-20 22:21:10','e60fe766-abc8-42c4-b00e-e705b324980d'),
(67454,32,1177,NULL,2596,6,'2026-01-20 22:21:10','2026-01-20 22:21:10','c1643d6b-2e1d-49ac-a8c2-693cd3ad04de'),
(67455,32,1177,NULL,2602,7,'2026-01-20 22:21:10','2026-01-20 22:21:10','9e6ad2b2-4bd1-412b-b479-40ec4877eeaf'),
(67456,32,1177,NULL,2606,8,'2026-01-20 22:21:10','2026-01-20 22:21:10','c301a394-80fd-4c57-994c-681d67fe22ad'),
(67457,32,11911,NULL,2610,1,'2026-01-20 22:21:11','2026-01-20 22:21:11','8c741260-3c9f-4f6f-97a0-aca91cf4065b'),
(67458,32,11911,NULL,2598,2,'2026-01-20 22:21:11','2026-01-20 22:21:11','00a037b8-bd78-452d-8c75-08c09d672502'),
(67459,32,11911,NULL,2600,3,'2026-01-20 22:21:11','2026-01-20 22:21:11','a93e9388-d91a-47e5-9488-212e8ebcf4b5'),
(67460,32,11911,NULL,2604,4,'2026-01-20 22:21:11','2026-01-20 22:21:11','8b00ae4d-01cb-4916-bc55-43d578a17b43'),
(67461,32,11911,NULL,2608,5,'2026-01-20 22:21:11','2026-01-20 22:21:11','a47ab2eb-327f-4336-9a59-e233b7f756c3'),
(67462,32,11911,NULL,2596,6,'2026-01-20 22:21:11','2026-01-20 22:21:11','4bf16238-05b0-4621-96fc-66802421ef67'),
(67463,32,11911,NULL,2602,7,'2026-01-20 22:21:11','2026-01-20 22:21:11','7d0a6f34-3efc-46fe-ae44-facb32c98404'),
(67464,32,11911,NULL,2606,8,'2026-01-20 22:21:11','2026-01-20 22:21:11','b9ed6c1c-1e24-4b32-ba4a-599e74c3ce33'),
(67465,16,11911,NULL,4282,1,'2026-01-20 22:21:11','2026-01-20 22:21:11','7066b743-79c2-4c17-81cb-2149a400b650'),
(67466,7,11911,NULL,2969,1,'2026-01-20 22:21:11','2026-01-20 22:21:11','7aa0414a-b06e-4e06-ad1b-22592bece26b'),
(67467,7,11911,NULL,617,2,'2026-01-20 22:21:11','2026-01-20 22:21:11','fb5793c3-0340-409c-887f-31fb40808b3b'),
(67468,7,11911,NULL,605,3,'2026-01-20 22:21:11','2026-01-20 22:21:11','a54f1f5e-8dcf-493e-9648-c0d733ebe00a'),
(67469,7,11911,NULL,9552,4,'2026-01-20 22:21:11','2026-01-20 22:21:11','c1219df1-588d-4c57-96f5-f2a39f0e5fa0'),
(67470,82,11911,NULL,469,1,'2026-01-20 22:21:11','2026-01-20 22:21:11','ba47e319-49fa-41d8-aae8-9352272f5da0'),
(67471,82,11911,NULL,479,2,'2026-01-20 22:21:11','2026-01-20 22:21:11','cf204d43-1c84-48f0-9a6f-3715902c31eb'),
(67472,82,11911,NULL,491,3,'2026-01-20 22:21:11','2026-01-20 22:21:11','2bdece9f-70de-47fa-bf93-ebfb208bcd33'),
(67473,47,11911,NULL,10478,1,'2026-01-20 22:21:11','2026-01-20 22:21:11','ce0efeb1-5fe3-4ba3-bafa-9faab9ae89da'),
(67474,57,11911,NULL,8740,1,'2026-01-20 22:21:11','2026-01-20 22:21:11','b42bec0d-1ae1-4d01-b831-08416f7a83e5'),
(67475,57,11911,NULL,4911,2,'2026-01-20 22:21:11','2026-01-20 22:21:11','1414295d-e064-418e-a537-314e86a69b3a'),
(67476,57,11911,NULL,4909,3,'2026-01-20 22:21:11','2026-01-20 22:21:11','f9be1af8-dab8-4d58-b5b6-3191a9ff6ec9'),
(67477,57,11911,NULL,4910,4,'2026-01-20 22:21:11','2026-01-20 22:21:11','b64b2512-4367-4fac-b73b-75a53d4fab81'),
(67502,32,11913,NULL,2614,1,'2026-01-20 22:21:30','2026-01-20 22:21:30','de10e16f-9b54-48d5-811b-bd5c30f60947'),
(67503,32,11913,NULL,2598,2,'2026-01-20 22:21:30','2026-01-20 22:21:30','f1637109-b67a-4ea1-9c63-8b64f72d50c4'),
(67504,32,11913,NULL,2608,3,'2026-01-20 22:21:30','2026-01-20 22:21:30','e3f6757d-82fa-4a7a-baae-f795c5abd773'),
(67505,32,11913,NULL,2600,4,'2026-01-20 22:21:30','2026-01-20 22:21:30','60176118-b013-4f1d-90a4-f0f87b0fb0fe'),
(67506,32,11913,NULL,2596,5,'2026-01-20 22:21:30','2026-01-20 22:21:30','1b2bb38e-858b-4929-81fb-8dfd1bd415bf'),
(67507,32,11913,NULL,2602,6,'2026-01-20 22:21:30','2026-01-20 22:21:30','f5a0e194-970c-4beb-94a9-7297857a73ea'),
(67508,32,11913,NULL,2612,7,'2026-01-20 22:21:30','2026-01-20 22:21:30','56d515b6-7bf2-42d4-882c-6bd7fdde48e8'),
(67509,32,11913,NULL,2604,8,'2026-01-20 22:21:30','2026-01-20 22:21:30','7f159d1e-98de-4d21-9bec-c7c1d2a4f64d'),
(67510,16,11913,NULL,10216,1,'2026-01-20 22:21:30','2026-01-20 22:21:30','90204aab-cc48-4366-bffc-163b371dcd43'),
(67511,7,11913,NULL,9732,1,'2026-01-20 22:21:30','2026-01-20 22:21:30','cffdd69a-8010-4b70-bf95-961eb6d06981'),
(67512,7,11913,NULL,617,2,'2026-01-20 22:21:30','2026-01-20 22:21:30','51a7f35b-f7a7-4f54-bd67-0ace75bf7c43'),
(67513,7,11913,NULL,605,3,'2026-01-20 22:21:30','2026-01-20 22:21:30','7bbd6dbf-550c-4a86-a5ba-8525ec6dea96'),
(67514,7,11913,NULL,9552,4,'2026-01-20 22:21:30','2026-01-20 22:21:30','55ad7cbe-46a5-4737-9846-0ede84317646'),
(67515,82,11913,NULL,479,1,'2026-01-20 22:21:30','2026-01-20 22:21:30','be60142d-8cbd-4175-8e91-c9255292b915'),
(67516,82,11913,NULL,483,2,'2026-01-20 22:21:30','2026-01-20 22:21:30','eb7fbe12-66d3-4fc2-a579-79de6cea5da8'),
(67517,57,11913,NULL,9694,1,'2026-01-20 22:21:30','2026-01-20 22:21:30','410d4b63-5217-461b-8f0d-ec201478c929'),
(67518,57,11913,NULL,9692,2,'2026-01-20 22:21:30','2026-01-20 22:21:30','a4ae373e-4160-4ec5-9354-69c017672ffe'),
(67519,57,11913,NULL,9693,3,'2026-01-20 22:21:30','2026-01-20 22:21:30','756be949-23c3-4795-813b-e95041bea0cb'),
(67520,57,11913,NULL,9685,4,'2026-01-20 22:21:30','2026-01-20 22:21:30','f27633dc-c2f3-4dbd-b04a-de7adc8f92dc'),
(67521,57,11913,NULL,9686,5,'2026-01-20 22:21:30','2026-01-20 22:21:30','5f693c5d-3d18-4037-8e62-11ebf4d1088f'),
(67522,57,11913,NULL,9687,6,'2026-01-20 22:21:30','2026-01-20 22:21:30','44ac6723-915a-4f7f-82ef-e54e73da220a'),
(67523,57,11913,NULL,9688,7,'2026-01-20 22:21:30','2026-01-20 22:21:30','2f2a3a2c-eb4d-4c0c-abf1-103541687071'),
(67524,57,11913,NULL,9689,8,'2026-01-20 22:21:30','2026-01-20 22:21:30','0255b1cd-c1ff-4166-b103-72884dd71f7d'),
(67525,57,11913,NULL,9690,9,'2026-01-20 22:21:30','2026-01-20 22:21:30','93194163-f91f-48ec-b7d7-87904ec50d4c'),
(67550,32,1051,NULL,2606,10,'2026-01-20 22:21:43','2026-01-20 22:21:43','5294dbc1-93de-4df0-8c46-f9c2b82ec880'),
(67551,32,11915,NULL,2614,1,'2026-01-20 22:21:44','2026-01-20 22:21:44','410a4131-347b-448b-892a-22bc55ff36e6'),
(67552,32,11915,NULL,2610,2,'2026-01-20 22:21:44','2026-01-20 22:21:44','868b863b-f622-4014-ade1-56ab7619b461'),
(67553,32,11915,NULL,2598,3,'2026-01-20 22:21:44','2026-01-20 22:21:44','26f881ed-141b-46bc-9060-7923dc55b4d8'),
(67554,32,11915,NULL,2600,4,'2026-01-20 22:21:44','2026-01-20 22:21:44','a5a8c9cf-9aa3-4282-ae2b-097443657c04'),
(67555,32,11915,NULL,2612,5,'2026-01-20 22:21:44','2026-01-20 22:21:44','ae9f9778-85ac-449f-b401-ee4a18c34c62'),
(67556,32,11915,NULL,2604,6,'2026-01-20 22:21:44','2026-01-20 22:21:44','e6a021d8-4780-469b-a45e-d9a8b6d067b3'),
(67557,32,11915,NULL,2608,7,'2026-01-20 22:21:44','2026-01-20 22:21:44','8791b335-1ee9-45a8-b263-1fa21a55b1d8'),
(67558,32,11915,NULL,2596,8,'2026-01-20 22:21:44','2026-01-20 22:21:44','a2c495c9-4441-40df-b71e-2a0d5cbfabc9'),
(67559,32,11915,NULL,2602,9,'2026-01-20 22:21:44','2026-01-20 22:21:44','659f5afc-9041-46dc-a657-9dbc87b2c977'),
(67560,32,11915,NULL,2606,10,'2026-01-20 22:21:44','2026-01-20 22:21:44','aeb5200a-b2a6-44ae-831d-f2cfb6171fd4'),
(67561,16,11915,NULL,3722,1,'2026-01-20 22:21:44','2026-01-20 22:21:44','a21ea46c-eba6-47dd-acf4-a7235d8f992a'),
(67562,7,11915,NULL,3468,1,'2026-01-20 22:21:44','2026-01-20 22:21:44','3d6d0ba6-3337-40cb-8bbd-51220f56500e'),
(67563,7,11915,NULL,601,2,'2026-01-20 22:21:44','2026-01-20 22:21:44','8898947a-1902-4c78-8188-440f7128220c'),
(67564,7,11915,NULL,9640,3,'2026-01-20 22:21:44','2026-01-20 22:21:44','0a43bcef-bd73-40d9-b640-5e001df97931'),
(67565,7,11915,NULL,617,4,'2026-01-20 22:21:44','2026-01-20 22:21:44','24c0afe8-cd4f-4828-9aec-04a3c0c39f0d'),
(67566,7,11915,NULL,605,5,'2026-01-20 22:21:44','2026-01-20 22:21:44','4c7b6534-0291-48f2-bea1-46d7a8fa76bf'),
(67567,7,11915,NULL,9552,6,'2026-01-20 22:21:44','2026-01-20 22:21:44','09a836de-7e8f-46a8-851f-690f9d3f7fe2'),
(67568,7,11915,NULL,9549,7,'2026-01-20 22:21:44','2026-01-20 22:21:44','163263f9-9705-4062-89eb-c58d1b23acd0'),
(67569,82,11915,NULL,479,1,'2026-01-20 22:21:44','2026-01-20 22:21:44','52f3dd28-fbf2-40fa-be2e-63e49d1505d0'),
(67570,57,11915,NULL,8024,1,'2026-01-20 22:21:44','2026-01-20 22:21:44','79694c30-770e-4acb-af78-d0c04f2a7c43'),
(67571,57,11915,NULL,8025,2,'2026-01-20 22:21:44','2026-01-20 22:21:44','c2ae11c1-f85e-4fb2-a7f5-ec94848cdf63'),
(67572,57,11915,NULL,8027,3,'2026-01-20 22:21:44','2026-01-20 22:21:44','d065dd18-56a5-4d59-9ec0-5e51d9eebf50'),
(67573,57,11915,NULL,8026,4,'2026-01-20 22:21:44','2026-01-20 22:21:44','601bd3e2-4b17-4c7b-aa07-b532ac5cb768'),
(67599,32,11920,NULL,2614,1,'2026-01-20 22:25:30','2026-01-20 22:25:30','0ee9474b-d2aa-4684-8624-f16590433cc2'),
(67600,32,11920,NULL,2610,2,'2026-01-20 22:25:30','2026-01-20 22:25:30','5c798005-2c8e-4798-864b-9c6c8d238a5d'),
(67601,32,11920,NULL,2598,3,'2026-01-20 22:25:30','2026-01-20 22:25:30','6bc7e44b-f557-44df-a81a-f2878f9b98d4'),
(67602,32,11920,NULL,2600,4,'2026-01-20 22:25:30','2026-01-20 22:25:30','1ee8b6a5-79bc-441c-9c00-ab80e7de09a6'),
(67603,32,11920,NULL,2612,5,'2026-01-20 22:25:30','2026-01-20 22:25:30','e9285c90-16f2-4936-a480-faa4c5b347f3'),
(67604,32,11920,NULL,2604,6,'2026-01-20 22:25:30','2026-01-20 22:25:30','8a72f691-768f-4e42-8209-c906b404937f'),
(67605,32,11920,NULL,2608,7,'2026-01-20 22:25:30','2026-01-20 22:25:30','f2ad323e-9713-4368-acd5-8d2eac2f1a92'),
(67606,32,11920,NULL,2596,8,'2026-01-20 22:25:30','2026-01-20 22:25:30','dbbd32e5-94a3-45f7-abad-d9ad49ad5501'),
(67607,32,11920,NULL,2602,9,'2026-01-20 22:25:30','2026-01-20 22:25:30','fc131d7b-c30a-40e2-9229-50798caee309'),
(67608,32,11920,NULL,2606,10,'2026-01-20 22:25:30','2026-01-20 22:25:30','a52118bb-dc9a-43c9-91fb-01a21461b9ba'),
(67609,16,11920,NULL,3722,1,'2026-01-20 22:25:30','2026-01-20 22:25:30','b5d77e14-9951-4751-a344-c6930e489ac4'),
(67610,7,11920,NULL,3468,1,'2026-01-20 22:25:30','2026-01-20 22:25:30','7e7388a6-f3c6-483b-b808-150e77d6d034'),
(67611,7,11920,NULL,601,2,'2026-01-20 22:25:30','2026-01-20 22:25:30','01e4149d-548d-4518-a5d0-86c7f876247a'),
(67612,7,11920,NULL,9640,3,'2026-01-20 22:25:30','2026-01-20 22:25:30','e359ea39-8b25-4c7f-8217-b647d0c3481a'),
(67613,7,11920,NULL,617,4,'2026-01-20 22:25:30','2026-01-20 22:25:30','14d6efd9-c0c7-4ef5-8c8a-61edb958df1b'),
(67614,7,11920,NULL,605,5,'2026-01-20 22:25:30','2026-01-20 22:25:30','ca88928b-fc79-432b-829f-5c11e5c3e1ad'),
(67615,7,11920,NULL,9552,6,'2026-01-20 22:25:30','2026-01-20 22:25:30','b302af27-e32f-4caa-88e2-edc9cb111f6e'),
(67616,7,11920,NULL,9549,7,'2026-01-20 22:25:30','2026-01-20 22:25:30','bbc0c27a-6a19-4753-a084-cba5f71a3741'),
(67617,82,11920,NULL,479,1,'2026-01-20 22:25:30','2026-01-20 22:25:30','3124f26c-c812-447c-bef9-e3e2c6c0f04a'),
(67618,57,11920,NULL,8024,1,'2026-01-20 22:25:30','2026-01-20 22:25:30','e8aa1c95-8d18-49af-9024-63142eebb08c'),
(67619,57,11920,NULL,8025,2,'2026-01-20 22:25:30','2026-01-20 22:25:30','9170dc19-7157-4863-a235-4254c442aad1'),
(67620,57,11920,NULL,8027,3,'2026-01-20 22:25:30','2026-01-20 22:25:30','f5d91cbf-40e3-4462-a2aa-471ed034aecf'),
(67621,57,11920,NULL,8026,4,'2026-01-20 22:25:30','2026-01-20 22:25:30','32d0f595-ed75-4bb1-82e3-eb5349f054e5'),
(67650,32,1185,NULL,2596,7,'2026-01-20 22:25:46','2026-01-20 22:25:46','eb43fc42-0877-4444-97d6-0305dce08c16'),
(67651,32,1185,NULL,2606,8,'2026-01-20 22:25:46','2026-01-20 22:25:46','29804446-1114-4c3d-9a59-85988ba38d47'),
(67652,32,11922,NULL,2610,1,'2026-01-20 22:25:47','2026-01-20 22:25:47','1c475896-9c2b-421f-8baa-50bd16c1585e'),
(67653,32,11922,NULL,2598,2,'2026-01-20 22:25:47','2026-01-20 22:25:47','c9bd9376-d09f-4ad1-a560-3fc12a7cee01'),
(67654,32,11922,NULL,2600,3,'2026-01-20 22:25:47','2026-01-20 22:25:47','06bcacdb-27a6-48dc-a919-87f543ff7c40'),
(67655,32,11922,NULL,2604,4,'2026-01-20 22:25:47','2026-01-20 22:25:47','cc07ef91-95c5-4bc2-844a-12e6564ba2ad'),
(67656,32,11922,NULL,2608,5,'2026-01-20 22:25:47','2026-01-20 22:25:47','894f98b7-fd6d-443c-bb20-63e349fad26c'),
(67657,32,11922,NULL,2602,6,'2026-01-20 22:25:47','2026-01-20 22:25:47','325d8952-5929-413c-b829-5f5ceb85f058'),
(67658,32,11922,NULL,2596,7,'2026-01-20 22:25:47','2026-01-20 22:25:47','8f4a1ba9-1968-4334-b6fc-adb1c6951732'),
(67659,32,11922,NULL,2606,8,'2026-01-20 22:25:47','2026-01-20 22:25:47','2562d63b-2fec-4cbf-9cb8-3292b3d366cc'),
(67660,83,11922,NULL,1161,1,'2026-01-20 22:25:47','2026-01-20 22:25:47','094f6be4-dce5-4fbc-889c-c5795cf5f5b5'),
(67661,16,11922,NULL,4322,1,'2026-01-20 22:25:47','2026-01-20 22:25:47','ab6311ce-6c32-4120-a3ab-f33783068810'),
(67662,7,11922,NULL,2969,1,'2026-01-20 22:25:47','2026-01-20 22:25:47','0525b0f2-1a16-41f3-a99c-2e1bcffeeaa7'),
(67663,7,11922,NULL,617,2,'2026-01-20 22:25:47','2026-01-20 22:25:47','481764ff-0a84-4289-bc5d-21d936801b71'),
(67664,7,11922,NULL,605,3,'2026-01-20 22:25:47','2026-01-20 22:25:47','9e4d5a1f-4c2e-438c-ab7e-8f9031e6f3a7'),
(67665,7,11922,NULL,9552,4,'2026-01-20 22:25:47','2026-01-20 22:25:47','565b6f9e-a019-49fc-86d0-3f35b941093f'),
(67666,82,11922,NULL,469,1,'2026-01-20 22:25:47','2026-01-20 22:25:47','1530e30f-edba-4507-9458-d8c91c77e48b'),
(67667,82,11922,NULL,479,2,'2026-01-20 22:25:47','2026-01-20 22:25:47','a0a63041-8e8a-4bbe-85b0-b18dceae1253'),
(67668,82,11922,NULL,491,3,'2026-01-20 22:25:47','2026-01-20 22:25:47','0bf63870-1dbe-4bad-867f-03c2ee5ce34d'),
(67669,47,11922,NULL,10480,1,'2026-01-20 22:25:47','2026-01-20 22:25:47','e0b86c95-4a43-4760-9558-0296aab36a1f'),
(67670,57,11922,NULL,8747,1,'2026-01-20 22:25:47','2026-01-20 22:25:47','3c6375ea-fe2a-4787-853f-42242f371279'),
(67671,57,11922,NULL,8750,2,'2026-01-20 22:25:47','2026-01-20 22:25:47','e189906e-be1a-4ccb-932f-db85664b0bb5'),
(67672,57,11922,NULL,8751,3,'2026-01-20 22:25:47','2026-01-20 22:25:47','7fcd86d9-f230-48d5-b8d7-32188991866e'),
(67673,57,11922,NULL,8746,4,'2026-01-20 22:25:47','2026-01-20 22:25:47','c1e78f4d-3e2e-442a-88e0-a5c74df325e3'),
(67674,57,11922,NULL,8753,5,'2026-01-20 22:25:47','2026-01-20 22:25:47','8c37117a-99a2-4702-bd57-d0ed017bf210'),
(67675,57,11922,NULL,8754,6,'2026-01-20 22:25:47','2026-01-20 22:25:47','8c2879ff-ca2d-4c0c-9e80-94eca28b24ac'),
(67676,57,11922,NULL,8749,7,'2026-01-20 22:25:47','2026-01-20 22:25:47','39b4f14a-871b-4d24-9378-19e6c955b7cb'),
(67677,57,11922,NULL,8744,8,'2026-01-20 22:25:47','2026-01-20 22:25:47','15253597-af02-4c4a-b57b-6721bce98e83'),
(67678,57,11922,NULL,8745,9,'2026-01-20 22:25:47','2026-01-20 22:25:47','6d21d848-cd2f-4be8-87e3-792773a3ca64'),
(67711,32,1353,NULL,2608,5,'2026-01-20 22:26:01','2026-01-20 22:26:01','be4e7e00-16f8-4db1-b1ea-dd7d371be452'),
(67712,32,1353,NULL,2596,6,'2026-01-20 22:26:01','2026-01-20 22:26:01','3e52cb7d-35d9-4a6c-a144-cf26b1492128'),
(67713,32,1353,NULL,2602,7,'2026-01-20 22:26:01','2026-01-20 22:26:01','a99efe1e-1b9f-4fb6-9c9a-b9444c402056'),
(67714,32,1353,NULL,2606,8,'2026-01-20 22:26:01','2026-01-20 22:26:01','01d7556d-431f-49e1-b9b9-218811c55279'),
(67715,32,11926,NULL,2610,1,'2026-01-20 22:26:01','2026-01-20 22:26:01','e164170a-98d8-48ac-ab12-fe7effac1e93'),
(67716,32,11926,NULL,2598,2,'2026-01-20 22:26:01','2026-01-20 22:26:01','ad2f530e-484c-406b-b70d-aef6c1129a62'),
(67717,32,11926,NULL,2600,3,'2026-01-20 22:26:01','2026-01-20 22:26:01','f46de3eb-a233-41fd-b8a5-dfc6d9c2740c'),
(67718,32,11926,NULL,2604,4,'2026-01-20 22:26:01','2026-01-20 22:26:01','4811398b-3aec-43a2-9c19-a07f59b6b89a'),
(67719,32,11926,NULL,2608,5,'2026-01-20 22:26:01','2026-01-20 22:26:01','38ebd70e-d555-4ce5-9862-1d4b5cbb1ed3'),
(67720,32,11926,NULL,2596,6,'2026-01-20 22:26:01','2026-01-20 22:26:01','b4b1a075-64c4-4869-97bb-b3b8f3361d4d'),
(67721,32,11926,NULL,2602,7,'2026-01-20 22:26:01','2026-01-20 22:26:01','5ac0c934-ae07-4479-b935-b9d8d5746ea6'),
(67722,32,11926,NULL,2606,8,'2026-01-20 22:26:01','2026-01-20 22:26:01','c1e208ce-20ee-4b72-9ad6-44c72164f5b2'),
(67723,16,11926,NULL,3374,1,'2026-01-20 22:26:01','2026-01-20 22:26:01','5e6273ad-2d91-4ec5-ac1b-5c6aeacc97a9'),
(67724,7,11926,NULL,3468,1,'2026-01-20 22:26:01','2026-01-20 22:26:01','2eb6044a-362c-496c-a132-563c7044425f'),
(67725,7,11926,NULL,9732,2,'2026-01-20 22:26:01','2026-01-20 22:26:01','fa664f9a-70cc-464f-87ac-a9a267afd070'),
(67726,7,11926,NULL,617,3,'2026-01-20 22:26:01','2026-01-20 22:26:01','aae0e4a9-ca07-4687-9eeb-06e586a742c5'),
(67727,7,11926,NULL,605,4,'2026-01-20 22:26:01','2026-01-20 22:26:01','0a035bed-a0de-454f-90ca-c544503d4fe1'),
(67728,7,11926,NULL,9552,5,'2026-01-20 22:26:01','2026-01-20 22:26:01','736ecd0c-21cf-4ead-8676-36358895dda5'),
(67729,82,11926,NULL,469,1,'2026-01-20 22:26:01','2026-01-20 22:26:01','dd972d2d-1523-4609-8eba-c3730debdca6'),
(67730,82,11926,NULL,475,2,'2026-01-20 22:26:01','2026-01-20 22:26:01','ae6a7a47-7288-45d4-b933-222a9a6be731'),
(67731,82,11926,NULL,479,3,'2026-01-20 22:26:01','2026-01-20 22:26:01','c4b1094a-61e9-4ca0-bd87-d51924176991'),
(67732,82,11926,NULL,491,4,'2026-01-20 22:26:01','2026-01-20 22:26:01','ccb5c3f7-47b1-401f-a6be-4e32182b1cd2'),
(67733,57,11926,NULL,3362,1,'2026-01-20 22:26:01','2026-01-20 22:26:01','05fa19c2-57fe-4d4d-9d46-2e2ae434956a'),
(67734,57,11926,NULL,3363,2,'2026-01-20 22:26:01','2026-01-20 22:26:01','109c77b0-6d6d-44e6-9e63-0ba9125090a6'),
(67735,57,11926,NULL,3364,3,'2026-01-20 22:26:01','2026-01-20 22:26:01','6539d2f4-4992-4452-800c-9d3ad1135206'),
(67736,57,11926,NULL,3365,4,'2026-01-20 22:26:01','2026-01-20 22:26:01','54154177-74d7-4093-a4d1-be60890d8440'),
(67737,57,11926,NULL,3366,5,'2026-01-20 22:26:01','2026-01-20 22:26:01','83e68cbf-ff38-4d88-ba5b-09963618cb8c'),
(67738,57,11926,NULL,3367,6,'2026-01-20 22:26:01','2026-01-20 22:26:01','cc0f3ef8-9302-4d74-a334-e20523fc7294'),
(67739,57,11926,NULL,3368,7,'2026-01-20 22:26:01','2026-01-20 22:26:01','93adb800-54d9-46f8-baaf-6e19f0a1ae24'),
(67740,57,11926,NULL,3369,8,'2026-01-20 22:26:01','2026-01-20 22:26:01','68973f3b-7337-44aa-8a9a-5a04019e51c2'),
(67741,57,11926,NULL,3370,9,'2026-01-20 22:26:01','2026-01-20 22:26:01','2260bdab-2dd6-4d0f-9ff8-4e2e7c28e5d8'),
(67742,57,11926,NULL,3371,10,'2026-01-20 22:26:01','2026-01-20 22:26:01','69ed6509-d0c8-4847-88ca-5cdffdc6d71f'),
(67743,57,11926,NULL,3372,11,'2026-01-20 22:26:01','2026-01-20 22:26:01','66dd9cea-cfa7-449a-b8b4-c14d73c43e77'),
(67744,57,11926,NULL,3373,12,'2026-01-20 22:26:01','2026-01-20 22:26:01','070f5931-0986-4d4d-9dc7-a5a8942b0261'),
(67745,57,11926,NULL,3374,13,'2026-01-20 22:26:01','2026-01-20 22:26:01','b1339a09-d3b7-46fc-8ccd-31661add33fc'),
(67746,72,11926,NULL,548,1,'2026-01-20 22:26:01','2026-01-20 22:26:01','3dcc60e8-4940-48dd-a19d-7dc5374bf7fd'),
(67773,32,1059,NULL,2606,10,'2026-01-20 22:26:13','2026-01-20 22:26:13','a1e15f17-3acd-4baa-b2b5-e6ae326e3cc5'),
(67774,32,11928,NULL,2610,1,'2026-01-20 22:26:13','2026-01-20 22:26:13','ddfb177b-6d94-4cac-a945-73269736d9e7'),
(67775,32,11928,NULL,2598,2,'2026-01-20 22:26:13','2026-01-20 22:26:13','a91cfd39-f751-4157-ac34-779e5d9f158c'),
(67776,32,11928,NULL,2600,3,'2026-01-20 22:26:13','2026-01-20 22:26:13','35f77cc3-b0e6-4bb0-8d72-1db07b1e3f4a'),
(67777,32,11928,NULL,2602,4,'2026-01-20 22:26:13','2026-01-20 22:26:13','ad178bca-a7e5-4427-8788-6d3ac94b2fac'),
(67778,32,11928,NULL,2612,5,'2026-01-20 22:26:13','2026-01-20 22:26:13','5ec83a44-75da-4d85-a94d-271468bacbae'),
(67779,32,11928,NULL,2618,6,'2026-01-20 22:26:13','2026-01-20 22:26:13','4369a89f-fe9f-4069-a734-9be3ed89a47a'),
(67780,32,11928,NULL,2604,7,'2026-01-20 22:26:13','2026-01-20 22:26:13','ca4b40ec-c097-4624-ade6-abc7ab019bbb'),
(67781,32,11928,NULL,2608,8,'2026-01-20 22:26:13','2026-01-20 22:26:13','18af7416-a690-4bf8-9c69-82bb4d91a1d3'),
(67782,32,11928,NULL,2596,9,'2026-01-20 22:26:13','2026-01-20 22:26:13','a9743305-85bf-41e3-9362-ecb90cfa53cc'),
(67783,32,11928,NULL,2606,10,'2026-01-20 22:26:13','2026-01-20 22:26:13','1c2ea33b-3bd6-44d5-b1eb-142e6859a9fa'),
(67784,16,11928,NULL,8034,1,'2026-01-20 22:26:13','2026-01-20 22:26:13','e73a05e2-2d2b-4893-a436-4dcf2a0fa32c'),
(67785,7,11928,NULL,6547,1,'2026-01-20 22:26:13','2026-01-20 22:26:13','7e52186a-f4fc-455d-a512-28b7c2612d07'),
(67786,7,11928,NULL,601,2,'2026-01-20 22:26:13','2026-01-20 22:26:13','5bc4391b-c9f3-4a7a-b3ba-a7984a20fd52'),
(67787,7,11928,NULL,2974,3,'2026-01-20 22:26:13','2026-01-20 22:26:13','a0c0b6c3-a98f-43aa-99de-e5c8da0497a1'),
(67788,7,11928,NULL,617,4,'2026-01-20 22:26:13','2026-01-20 22:26:13','ada673ae-e7ee-4ad5-9681-4ec6a1662966'),
(67789,7,11928,NULL,9727,5,'2026-01-20 22:26:13','2026-01-20 22:26:13','da370d2f-823e-445e-9fbe-19aa599e3394'),
(67790,7,11928,NULL,605,6,'2026-01-20 22:26:13','2026-01-20 22:26:13','21a2374d-4de1-4629-83ec-298871f7d229'),
(67791,7,11928,NULL,9552,7,'2026-01-20 22:26:13','2026-01-20 22:26:13','b84c7def-cf4d-4d5d-a1df-75f393f36039'),
(67792,82,11928,NULL,479,1,'2026-01-20 22:26:13','2026-01-20 22:26:13','0e29faf7-3ad9-4654-a887-4652caba4c7b'),
(67793,82,11928,NULL,491,2,'2026-01-20 22:26:13','2026-01-20 22:26:13','7984f5d0-b1ec-4d6e-882d-f9d2efec3a2f'),
(67794,46,11928,NULL,3697,1,'2026-01-20 22:26:13','2026-01-20 22:26:13','e74aea0d-b4a6-43f4-a6ca-a499a9736282'),
(67795,57,11928,NULL,8033,1,'2026-01-20 22:26:13','2026-01-20 22:26:13','ff8cdbd7-07d9-4a16-8399-4a52d70313c3'),
(67796,57,11928,NULL,8032,2,'2026-01-20 22:26:13','2026-01-20 22:26:13','070f3251-b0c7-4c6e-a523-78470d19d5f9'),
(67797,57,11928,NULL,8036,3,'2026-01-20 22:26:13','2026-01-20 22:26:13','803ce2bf-0b19-44ab-94e2-a44ce16b8a0d'),
(67798,57,11928,NULL,8035,4,'2026-01-20 22:26:13','2026-01-20 22:26:13','d88066c9-8b37-462d-8984-62b9d4fd2cb8'),
(67823,32,11930,NULL,2614,1,'2026-01-20 22:26:26','2026-01-20 22:26:26','1ea1acff-3c98-4287-a586-1b804cd321be'),
(67824,32,11930,NULL,2610,2,'2026-01-20 22:26:26','2026-01-20 22:26:26','38f2e46f-8cba-477f-87d3-840484ee4313'),
(67825,32,11930,NULL,2598,3,'2026-01-20 22:26:26','2026-01-20 22:26:26','b9cb1651-042b-4d27-b811-75a93aafadd6'),
(67826,32,11930,NULL,2608,4,'2026-01-20 22:26:26','2026-01-20 22:26:26','3f48bf5d-6f10-4f2f-b4a2-f8cd3fc4ac98'),
(67827,32,11930,NULL,2600,5,'2026-01-20 22:26:26','2026-01-20 22:26:26','92df5cbb-1c47-4978-a840-e141c8f4fb6d'),
(67828,32,11930,NULL,2596,6,'2026-01-20 22:26:26','2026-01-20 22:26:26','de528ae7-5e40-4d29-b723-93c9a2b1e5c5'),
(67829,32,11930,NULL,2602,7,'2026-01-20 22:26:26','2026-01-20 22:26:26','de92887d-a304-4c2c-919d-f4c5ceae3c1f'),
(67830,32,11930,NULL,2606,8,'2026-01-20 22:26:26','2026-01-20 22:26:26','a68cc5b7-295f-493f-af18-340cc19c9e08'),
(67831,32,11930,NULL,2612,9,'2026-01-20 22:26:26','2026-01-20 22:26:26','169e5e6f-3181-448e-964e-ccf74824e117'),
(67832,32,11930,NULL,2604,10,'2026-01-20 22:26:26','2026-01-20 22:26:26','f72def8e-b129-4a55-81d2-5526ad8f968e'),
(67833,16,11930,NULL,6741,1,'2026-01-20 22:26:26','2026-01-20 22:26:26','b398ac4a-5f39-45b0-be3f-8a3179d69491'),
(67834,7,11930,NULL,605,1,'2026-01-20 22:26:26','2026-01-20 22:26:26','e6743618-1345-4e15-afaf-3f560a593aa2'),
(67835,7,11930,NULL,617,2,'2026-01-20 22:26:26','2026-01-20 22:26:26','a33dfb7b-53d8-48bf-a901-511dd89cb4e1'),
(67836,7,11930,NULL,9552,3,'2026-01-20 22:26:26','2026-01-20 22:26:26','e244ff38-0982-4387-b480-2969b87e1c90'),
(67837,57,11930,NULL,6759,1,'2026-01-20 22:26:26','2026-01-20 22:26:26','8babfe0e-ee70-421d-81c0-77092d358a17'),
(67838,57,11930,NULL,6760,2,'2026-01-20 22:26:26','2026-01-20 22:26:26','bc6adf73-08c9-4f12-bc84-c600b0a566be'),
(67839,57,11930,NULL,6761,3,'2026-01-20 22:26:26','2026-01-20 22:26:26','5d9290bf-254e-43bf-82af-69e8559e0790'),
(67840,57,11930,NULL,6762,4,'2026-01-20 22:26:26','2026-01-20 22:26:26','876f70f8-34ff-4542-a796-63e5ea48e8a8'),
(67841,57,11930,NULL,6763,5,'2026-01-20 22:26:26','2026-01-20 22:26:26','927e0019-dbf4-4845-9ad3-58af85de07f9'),
(67842,57,11930,NULL,6764,6,'2026-01-20 22:26:26','2026-01-20 22:26:26','f45695d7-e27c-4c49-a720-315cb7df98a5'),
(67843,57,11930,NULL,6765,7,'2026-01-20 22:26:26','2026-01-20 22:26:26','0c1f4b4c-4a60-44c3-aaa3-8752c55f05cf'),
(67844,57,11930,NULL,6766,8,'2026-01-20 22:26:26','2026-01-20 22:26:26','05232ab4-99ab-4b30-af5f-295b91cb967e'),
(67845,13,11930,NULL,6767,1,'2026-01-20 22:26:26','2026-01-20 22:26:26','a1cb8672-672d-4c23-9f05-4e45d4211368'),
(67872,32,969,NULL,2606,8,'2026-01-20 22:26:40','2026-01-20 22:26:40','3900c394-5ffa-49dd-b619-153c9828e903'),
(67873,32,11932,NULL,2610,1,'2026-01-20 22:26:40','2026-01-20 22:26:40','9b03aa32-525a-4a33-a014-66b6c56b34eb'),
(67874,32,11932,NULL,2598,2,'2026-01-20 22:26:40','2026-01-20 22:26:40','ddb88464-a0e7-4390-99eb-1553bf0c8175'),
(67875,32,11932,NULL,2600,3,'2026-01-20 22:26:40','2026-01-20 22:26:40','0f72e2e4-b8b9-4740-b5bb-16fdd675e8df'),
(67876,32,11932,NULL,2596,4,'2026-01-20 22:26:40','2026-01-20 22:26:40','8b431db5-b2de-4f0b-bef5-b335faa3527e'),
(67877,32,11932,NULL,2602,5,'2026-01-20 22:26:40','2026-01-20 22:26:40','36cbf76b-888a-4ae1-b000-7c1d2545ab6d'),
(67878,32,11932,NULL,2604,6,'2026-01-20 22:26:40','2026-01-20 22:26:40','3b96190f-4ed8-4870-9155-fc38c90fd74f'),
(67879,32,11932,NULL,2608,7,'2026-01-20 22:26:40','2026-01-20 22:26:40','702717a0-c03c-4bf7-8af3-e41cde5ed995'),
(67880,32,11932,NULL,2606,8,'2026-01-20 22:26:40','2026-01-20 22:26:40','bf4540c5-9695-4d91-b715-b367cec6ab35'),
(67881,16,11932,NULL,9354,1,'2026-01-20 22:26:40','2026-01-20 22:26:40','90949d8e-94da-4679-8b8b-1d2af312b03c'),
(67882,7,11932,NULL,6547,1,'2026-01-20 22:26:40','2026-01-20 22:26:40','175d96ce-dac8-4864-82e6-c571374503a1'),
(67883,7,11932,NULL,601,2,'2026-01-20 22:26:40','2026-01-20 22:26:40','76d8c8aa-bdda-4340-b711-c7a2f4c104ca'),
(67884,7,11932,NULL,3093,3,'2026-01-20 22:26:40','2026-01-20 22:26:40','6f59b544-fed6-4528-b75c-a512ca3f5885'),
(67885,7,11932,NULL,617,4,'2026-01-20 22:26:40','2026-01-20 22:26:40','ba1f4093-0558-4f7c-af6c-0770160deda3'),
(67886,7,11932,NULL,605,5,'2026-01-20 22:26:40','2026-01-20 22:26:40','77710b7f-04bd-4549-a494-750adacc4062'),
(67887,7,11932,NULL,9552,6,'2026-01-20 22:26:40','2026-01-20 22:26:40','892616ca-0a91-447e-bc3d-9623e6bcc4db'),
(67888,82,11932,NULL,479,1,'2026-01-20 22:26:40','2026-01-20 22:26:40','ab3cb7e0-02e3-4651-aa27-f5154894454d'),
(67889,82,11932,NULL,491,2,'2026-01-20 22:26:40','2026-01-20 22:26:40','d772a75c-0917-40cb-a7de-784052be46f3'),
(67890,47,11932,NULL,10526,1,'2026-01-20 22:26:40','2026-01-20 22:26:40','e12db065-032a-4efc-a8d8-100133ea42ed'),
(67891,57,11932,NULL,7778,1,'2026-01-20 22:26:40','2026-01-20 22:26:40','ce8c7e35-2fb6-498c-ba96-32f306a5aaaa'),
(67892,57,11932,NULL,7779,2,'2026-01-20 22:26:40','2026-01-20 22:26:40','bc55c3bd-873d-423d-9fed-b29d20634c8a'),
(67893,57,11932,NULL,7780,3,'2026-01-20 22:26:40','2026-01-20 22:26:40','eceb9bd3-d1e9-44ce-abc3-38a67411c80a'),
(67894,57,11932,NULL,7781,4,'2026-01-20 22:26:40','2026-01-20 22:26:40','85710bbc-fbfc-439a-885e-862536fd7b54'),
(67895,57,11932,NULL,7783,5,'2026-01-20 22:26:40','2026-01-20 22:26:40','4b0fb81d-793b-4f38-a427-cfb097b3e916'),
(67896,57,11932,NULL,7784,6,'2026-01-20 22:26:40','2026-01-20 22:26:40','1fc2f283-2562-42f2-81da-dab041811707'),
(67897,57,11932,NULL,7785,7,'2026-01-20 22:26:40','2026-01-20 22:26:40','3de52ca4-d7dd-42d0-b37c-8964902c919d'),
(67922,32,1277,NULL,2596,8,'2026-01-20 22:26:54','2026-01-20 22:26:54','69feac4e-36d2-4e55-ada0-ebe8de2f1415'),
(67923,32,1277,NULL,2606,9,'2026-01-20 22:26:54','2026-01-20 22:26:54','3342cb07-01cb-47be-a708-72790fd40b7f'),
(67924,32,11934,NULL,2610,1,'2026-01-20 22:26:54','2026-01-20 22:26:54','f78115a3-2581-4f6e-ac05-56a2ec1fbda1'),
(67925,32,11934,NULL,2598,2,'2026-01-20 22:26:54','2026-01-20 22:26:54','6e91d84b-fd97-41d1-947b-74322d9ea56f'),
(67926,32,11934,NULL,2608,3,'2026-01-20 22:26:54','2026-01-20 22:26:54','d96312f6-73ff-4961-bde5-c038a5b74c05'),
(67927,32,11934,NULL,2600,4,'2026-01-20 22:26:54','2026-01-20 22:26:54','a3be500a-934a-4818-8b08-7ba0fd9a9ede'),
(67928,32,11934,NULL,2602,5,'2026-01-20 22:26:54','2026-01-20 22:26:54','6e27d730-b08b-435f-ad01-fee62dd6d588'),
(67929,32,11934,NULL,2612,6,'2026-01-20 22:26:54','2026-01-20 22:26:54','465cffb4-e0b2-4310-93da-e4887bdf7cec'),
(67930,32,11934,NULL,2604,7,'2026-01-20 22:26:54','2026-01-20 22:26:54','728e4d11-98b8-46dd-b002-5c33e915064d'),
(67931,32,11934,NULL,2596,8,'2026-01-20 22:26:54','2026-01-20 22:26:54','36ee1ab4-6e2b-4e90-b12c-623f962403ae'),
(67932,32,11934,NULL,2606,9,'2026-01-20 22:26:54','2026-01-20 22:26:54','fce0dfa4-f54b-44dd-b4cf-030e7905e4ef'),
(67933,16,11934,NULL,6772,1,'2026-01-20 22:26:54','2026-01-20 22:26:54','39263ef0-91f5-4367-926a-f86330f119ea'),
(67934,7,11934,NULL,2969,1,'2026-01-20 22:26:54','2026-01-20 22:26:54','fa5b0a79-d6d0-4bb3-a6e6-6a342190db25'),
(67935,7,11934,NULL,605,2,'2026-01-20 22:26:54','2026-01-20 22:26:54','8a125716-a620-4644-b71a-7edfdce2ff93'),
(67936,7,11934,NULL,617,3,'2026-01-20 22:26:54','2026-01-20 22:26:54','902603bb-d778-4581-a2da-bf5dbb7a70d1'),
(67937,7,11934,NULL,9552,4,'2026-01-20 22:26:54','2026-01-20 22:26:54','a81a49ab-0207-41e6-9b95-47882ab3046c'),
(67938,82,11934,NULL,479,1,'2026-01-20 22:26:54','2026-01-20 22:26:54','0f0fd959-5213-4211-ad92-1b916cd647fa'),
(67939,82,11934,NULL,491,2,'2026-01-20 22:26:54','2026-01-20 22:26:54','16ed9555-9ce0-4fe4-9ecf-766b62d17ac7'),
(67940,82,11934,NULL,469,3,'2026-01-20 22:26:54','2026-01-20 22:26:54','e881aa6e-963c-4d59-9d53-c30070385858'),
(67941,57,11934,NULL,6792,1,'2026-01-20 22:26:54','2026-01-20 22:26:54','b3192a51-6111-4057-914c-235f6d417a21'),
(67942,57,11934,NULL,6793,2,'2026-01-20 22:26:54','2026-01-20 22:26:54','5838e2d8-678f-45c6-9d83-e2b43c6400e6'),
(67943,57,11934,NULL,6794,3,'2026-01-20 22:26:54','2026-01-20 22:26:54','6f807b5c-f879-4a85-bd35-67d64759addb'),
(67944,57,11934,NULL,6795,4,'2026-01-20 22:26:54','2026-01-20 22:26:54','02e7b0cf-dc7b-42d8-acac-b080e494062c'),
(67945,57,11934,NULL,6796,5,'2026-01-20 22:26:54','2026-01-20 22:26:54','c2931281-7d83-4399-a8b4-be2e74df7827'),
(67946,13,11934,NULL,6852,1,'2026-01-20 22:26:54','2026-01-20 22:26:54','72e543d8-c445-4903-a72b-0ff37b8139ff'),
(67973,32,1191,NULL,2596,7,'2026-01-20 22:27:08','2026-01-20 22:27:08','cd20847d-47f7-41f6-abf2-c1d585717c01'),
(67974,32,1191,NULL,2606,8,'2026-01-20 22:27:08','2026-01-20 22:27:08','43db20a6-69e0-4f39-a14d-3d8d50b1adfa'),
(67975,32,11936,NULL,2610,1,'2026-01-20 22:27:08','2026-01-20 22:27:08','b5e7475c-1add-4d28-b3bd-8338decd4377'),
(67976,32,11936,NULL,2598,2,'2026-01-20 22:27:08','2026-01-20 22:27:08','52f4af9e-664a-49be-9486-8f55d28d4888'),
(67977,32,11936,NULL,2600,3,'2026-01-20 22:27:08','2026-01-20 22:27:08','8d5d2c09-8a1e-4a0f-99d9-58990a1cd53b'),
(67978,32,11936,NULL,2604,4,'2026-01-20 22:27:08','2026-01-20 22:27:08','af0079bb-6a98-4bab-8769-a814629eb618'),
(67979,32,11936,NULL,2608,5,'2026-01-20 22:27:08','2026-01-20 22:27:08','824728ce-480a-48a3-9842-2809f0625e40'),
(67980,32,11936,NULL,2602,6,'2026-01-20 22:27:08','2026-01-20 22:27:08','b31d8d77-c930-40dc-abe0-cdd67cd80909'),
(67981,32,11936,NULL,2596,7,'2026-01-20 22:27:08','2026-01-20 22:27:08','27028a6f-d03a-4b4a-bdcc-35430ddc4c9c'),
(67982,32,11936,NULL,2606,8,'2026-01-20 22:27:08','2026-01-20 22:27:08','4f58a26d-3b88-49d1-b635-6c0b4f90dd0f'),
(67983,16,11936,NULL,4358,1,'2026-01-20 22:27:08','2026-01-20 22:27:08','60199cdb-2de2-46f7-97d4-df0983c2a772'),
(67984,7,11936,NULL,2969,1,'2026-01-20 22:27:08','2026-01-20 22:27:08','71e98df0-a996-4cb7-a2cb-eb021a0f8a7e'),
(67985,7,11936,NULL,617,2,'2026-01-20 22:27:08','2026-01-20 22:27:08','206d368b-22c3-4460-ae35-cf3fa78d168c'),
(67986,7,11936,NULL,605,3,'2026-01-20 22:27:08','2026-01-20 22:27:08','64426a20-7a2f-4b70-8750-9ccdee528e3d'),
(67987,7,11936,NULL,9552,4,'2026-01-20 22:27:08','2026-01-20 22:27:08','82bd8fd5-cda9-460b-b014-2e76fe6fbb3d'),
(67988,82,11936,NULL,469,1,'2026-01-20 22:27:08','2026-01-20 22:27:08','4c4817da-a9b6-462f-8182-aed0f2082625'),
(67989,82,11936,NULL,479,2,'2026-01-20 22:27:08','2026-01-20 22:27:08','08b2f6ff-abb5-4270-8aaa-335046702039'),
(67990,82,11936,NULL,491,3,'2026-01-20 22:27:08','2026-01-20 22:27:08','395655f3-3635-48cc-a58c-5d6913407dd6'),
(67991,47,11936,NULL,10483,1,'2026-01-20 22:27:08','2026-01-20 22:27:08','f4e768af-2313-4a1c-8d52-5f173ebd0a69'),
(67992,57,11936,NULL,8781,1,'2026-01-20 22:27:08','2026-01-20 22:27:08','e1757aae-506a-4a10-aa02-84ee792f928c'),
(67993,57,11936,NULL,8782,2,'2026-01-20 22:27:08','2026-01-20 22:27:08','834a6e21-c6fb-468f-bb5f-1d315d0125c0'),
(67994,57,11936,NULL,8783,3,'2026-01-20 22:27:08','2026-01-20 22:27:08','5465ecad-ae95-4b64-902b-bb19978b2e8a'),
(67995,57,11936,NULL,8784,4,'2026-01-20 22:27:08','2026-01-20 22:27:08','4247808a-f5fa-468c-9294-1aac669417e1'),
(67996,57,11936,NULL,8785,5,'2026-01-20 22:27:08','2026-01-20 22:27:08','fe72538b-d95d-4f56-9a27-774d9871583b'),
(67997,57,11936,NULL,8786,6,'2026-01-20 22:27:08','2026-01-20 22:27:08','af42596f-a002-46a7-bcd8-313c7ce53317'),
(67998,57,11936,NULL,8779,7,'2026-01-20 22:27:08','2026-01-20 22:27:08','b720cbc8-2920-47ab-a198-e409e5ce3764'),
(67999,57,11936,NULL,8780,8,'2026-01-20 22:27:08','2026-01-20 22:27:08','b63b3758-44e5-483f-a878-b8c71da4cbe3'),
(68020,32,11938,NULL,2610,1,'2026-01-20 22:27:22','2026-01-20 22:27:22','a6bfda9e-e2d2-4afc-a8b9-584bc72d635d'),
(68021,32,11938,NULL,2598,2,'2026-01-20 22:27:22','2026-01-20 22:27:22','f0575f05-a6e7-46da-a70e-e20fe1c9e5b6'),
(68022,32,11938,NULL,2608,3,'2026-01-20 22:27:22','2026-01-20 22:27:22','01398b89-c1b7-4a63-8298-1ea6edd64b47'),
(68023,32,11938,NULL,2600,4,'2026-01-20 22:27:22','2026-01-20 22:27:22','8743da6c-c353-4956-9026-5e0e8d5bfca8'),
(68024,32,11938,NULL,2596,5,'2026-01-20 22:27:22','2026-01-20 22:27:22','30f944cc-82d2-4e81-b4f7-26a4cf445795'),
(68025,32,11938,NULL,2602,6,'2026-01-20 22:27:22','2026-01-20 22:27:22','af1d0cbb-f5d8-4424-9932-c826d946520f'),
(68026,32,11938,NULL,2606,7,'2026-01-20 22:27:22','2026-01-20 22:27:22','88dfe0f3-ea69-49de-bdec-f2b42371396a'),
(68027,32,11938,NULL,2612,8,'2026-01-20 22:27:22','2026-01-20 22:27:22','3f64c55d-fc95-4ae7-8879-30e0bc52b8b7'),
(68028,32,11938,NULL,2604,9,'2026-01-20 22:27:22','2026-01-20 22:27:22','7e7a0916-db5b-4017-a2bc-71d8b4daf182'),
(68029,16,11938,NULL,9255,1,'2026-01-20 22:27:22','2026-01-20 22:27:22','9cdd7d71-8bfa-4213-899c-ef2dd07482d8'),
(68030,7,11938,NULL,601,1,'2026-01-20 22:27:22','2026-01-20 22:27:22','3cc03589-79aa-4464-8091-a8042c66e9d7'),
(68031,7,11938,NULL,605,2,'2026-01-20 22:27:22','2026-01-20 22:27:22','7762e433-2714-410e-bf6a-c0ea74f7302d'),
(68032,7,11938,NULL,617,3,'2026-01-20 22:27:22','2026-01-20 22:27:22','a3b27003-bb7e-414d-b4d9-6eefebdddfbc'),
(68033,7,11938,NULL,9552,4,'2026-01-20 22:27:22','2026-01-20 22:27:22','58dd1081-1056-4845-9a8a-4a1e0ac5fc16'),
(68034,82,11938,NULL,491,1,'2026-01-20 22:27:22','2026-01-20 22:27:22','2e41b021-9956-47e3-895f-c9dfe35cffc2'),
(68035,57,11938,NULL,9260,1,'2026-01-20 22:27:22','2026-01-20 22:27:22','ca7072f3-b947-43d4-bfa4-40bdb12cc445'),
(68036,57,11938,NULL,9261,2,'2026-01-20 22:27:22','2026-01-20 22:27:22','c7546fca-a083-4074-bfa2-0e9228a08c4b'),
(68037,57,11938,NULL,9258,3,'2026-01-20 22:27:22','2026-01-20 22:27:22','f3a02318-bd05-4a9a-a787-95b0b58f0893'),
(68038,57,11938,NULL,9259,4,'2026-01-20 22:27:22','2026-01-20 22:27:22','b7ed4f59-30b5-4d13-bcd3-8f26f6c50851'),
(68040,32,1413,NULL,2606,10,'2026-01-20 22:27:33','2026-01-20 22:27:33','989f8654-5355-425c-adc3-fe5350110a5a'),
(68041,32,11939,NULL,2614,1,'2026-01-20 22:27:33','2026-01-20 22:27:33','2f7ff65e-d4f9-4964-8342-30fd9780b48c'),
(68042,32,11939,NULL,2610,2,'2026-01-20 22:27:33','2026-01-20 22:27:33','4af2cd10-9766-4b4d-981a-2af5256d7881'),
(68043,32,11939,NULL,2598,3,'2026-01-20 22:27:33','2026-01-20 22:27:33','512c8a17-b71d-43ab-8b51-a78e5a5c1bc4'),
(68044,32,11939,NULL,2608,4,'2026-01-20 22:27:33','2026-01-20 22:27:33','26399a7e-fc53-4dd9-9069-5f77982dfb14'),
(68045,32,11939,NULL,2600,5,'2026-01-20 22:27:33','2026-01-20 22:27:33','5c485a1f-21e3-4800-b20a-0c1b270a4053'),
(68046,32,11939,NULL,2596,6,'2026-01-20 22:27:33','2026-01-20 22:27:33','8aff3ec4-da22-4dbd-9aa5-1c64f3a539bb'),
(68047,32,11939,NULL,2602,7,'2026-01-20 22:27:33','2026-01-20 22:27:33','db7fdd66-6eb6-4ac6-8565-47692a6bfefd'),
(68048,32,11939,NULL,2612,8,'2026-01-20 22:27:33','2026-01-20 22:27:33','28f0e757-fae1-4743-82cb-a48eb3505141'),
(68049,32,11939,NULL,2604,9,'2026-01-20 22:27:33','2026-01-20 22:27:33','93c16b61-e72a-4ba7-8b2d-f7821aad5897'),
(68050,32,11939,NULL,2606,10,'2026-01-20 22:27:33','2026-01-20 22:27:33','0d0115b8-d095-4b6f-b863-903da650746d'),
(68051,16,11939,NULL,9238,1,'2026-01-20 22:27:33','2026-01-20 22:27:33','922cd62d-63cf-42c2-8c21-94644e49a2fe'),
(68052,7,11939,NULL,3468,1,'2026-01-20 22:27:33','2026-01-20 22:27:33','aebe1785-2f89-4385-9dc4-b5c8912386e3'),
(68053,7,11939,NULL,601,2,'2026-01-20 22:27:33','2026-01-20 22:27:33','cb499f63-dbfe-4d5d-98c9-89ca403acd33'),
(68054,7,11939,NULL,617,3,'2026-01-20 22:27:33','2026-01-20 22:27:33','9aca3ea1-f782-4e78-a5d0-633ae7b51fe4'),
(68055,7,11939,NULL,9552,4,'2026-01-20 22:27:33','2026-01-20 22:27:33','110c7221-b9ef-42ab-a073-976685c9f958'),
(68056,7,11939,NULL,605,5,'2026-01-20 22:27:33','2026-01-20 22:27:33','c02236bf-9bd3-49b5-8eb6-9d3c5b860295'),
(68057,82,11939,NULL,479,1,'2026-01-20 22:27:33','2026-01-20 22:27:33','89a23882-64a7-4eaf-81c2-6e68accea23e'),
(68058,57,11939,NULL,9244,1,'2026-01-20 22:27:33','2026-01-20 22:27:33','2b11d4f2-1522-4960-9459-415ec517e84f'),
(68059,57,11939,NULL,9250,2,'2026-01-20 22:27:33','2026-01-20 22:27:33','eb9ec574-0f67-4283-ba4c-e73464744049'),
(68060,57,11939,NULL,9245,3,'2026-01-20 22:27:33','2026-01-20 22:27:33','2c4aac97-4fe7-4028-a548-b22ffcc0d318'),
(68061,57,11939,NULL,9246,4,'2026-01-20 22:27:33','2026-01-20 22:27:33','b7c4c6d0-59da-4b75-b8d5-f8e40e7204cc'),
(68062,57,11939,NULL,9247,5,'2026-01-20 22:27:33','2026-01-20 22:27:33','28dafb44-18b4-4a7a-a0eb-1ea3bdf4af03'),
(68063,57,11939,NULL,9248,6,'2026-01-20 22:27:33','2026-01-20 22:27:33','7a093d3e-2b20-4769-b8fb-57a047b64fde'),
(68064,57,11939,NULL,9249,7,'2026-01-20 22:27:33','2026-01-20 22:27:33','b39ea453-9964-4b42-af01-f003e11a41ab'),
(68097,32,11941,NULL,2610,1,'2026-01-20 22:27:44','2026-01-20 22:27:44','41794a56-551f-4e14-a229-3847e951bdc5'),
(68098,32,11941,NULL,2598,2,'2026-01-20 22:27:44','2026-01-20 22:27:44','98ff6c39-3b8e-4b6d-83e0-0fe94fbb9180'),
(68099,32,11941,NULL,2608,3,'2026-01-20 22:27:44','2026-01-20 22:27:44','ecb5bc4d-a20f-42af-a30a-6ea62077935c'),
(68100,32,11941,NULL,2600,4,'2026-01-20 22:27:44','2026-01-20 22:27:44','a8af19ff-f1cd-444f-9717-81c8fb140f7c'),
(68101,32,11941,NULL,2596,5,'2026-01-20 22:27:44','2026-01-20 22:27:44','0a9d0a54-57bb-4ecd-add4-48099da3900c'),
(68102,32,11941,NULL,2602,6,'2026-01-20 22:27:44','2026-01-20 22:27:44','040dfccb-1af6-49e4-bc32-dc68c717d5ad'),
(68103,32,11941,NULL,2606,7,'2026-01-20 22:27:44','2026-01-20 22:27:44','9c258977-2388-426d-acec-474dd23a4612'),
(68104,32,11941,NULL,2612,8,'2026-01-20 22:27:44','2026-01-20 22:27:44','41e277d7-276b-424b-9cd6-59e78951d3f6'),
(68105,32,11941,NULL,2604,9,'2026-01-20 22:27:44','2026-01-20 22:27:44','3abb66e0-3f1e-4c79-a9c1-f73c314f15b9'),
(68106,16,11941,NULL,10000,1,'2026-01-20 22:27:44','2026-01-20 22:27:44','15e9fcae-d935-4309-a873-af40206d7442'),
(68107,7,11941,NULL,3468,1,'2026-01-20 22:27:44','2026-01-20 22:27:44','e373e4f7-6f5d-4b57-8f50-c5b1bcbdf58e'),
(68108,7,11941,NULL,601,2,'2026-01-20 22:27:44','2026-01-20 22:27:44','fbf5ab49-8ba5-4d39-b1b9-121239fd46af'),
(68109,7,11941,NULL,617,3,'2026-01-20 22:27:44','2026-01-20 22:27:44','651abd89-c429-49be-a0c8-71ae307d6cdd'),
(68110,7,11941,NULL,605,4,'2026-01-20 22:27:44','2026-01-20 22:27:44','68b09f78-3f90-426f-b181-5ae57bae85fd'),
(68111,7,11941,NULL,9552,5,'2026-01-20 22:27:44','2026-01-20 22:27:44','8530e738-9446-4c25-89f0-5078b832fb50'),
(68112,82,11941,NULL,491,1,'2026-01-20 22:27:44','2026-01-20 22:27:44','16097e86-f0a0-497e-a697-dc10f1ac0d31'),
(68113,46,11941,NULL,7369,1,'2026-01-20 22:27:44','2026-01-20 22:27:44','2f0e23d4-421e-4534-bf66-11ec4f2dc8e0'),
(68114,57,11941,NULL,10004,1,'2026-01-20 22:27:44','2026-01-20 22:27:44','51e00a81-f706-4412-bf14-6ebb4890b0ab'),
(68115,57,11941,NULL,10005,2,'2026-01-20 22:27:44','2026-01-20 22:27:44','a0147bfa-e9d6-4cb4-a207-5f8b30960db6'),
(68116,57,11941,NULL,10006,3,'2026-01-20 22:27:44','2026-01-20 22:27:44','84ffab82-fdaa-4e32-859b-250362dce9ff'),
(68117,57,11941,NULL,10007,4,'2026-01-20 22:27:44','2026-01-20 22:27:44','534cc26b-9eea-4d5a-bccc-477484818b06'),
(68118,57,11941,NULL,10009,5,'2026-01-20 22:27:44','2026-01-20 22:27:44','9974b064-fd57-408e-89f4-6d7dcf96c5a2'),
(68119,57,11941,NULL,10010,6,'2026-01-20 22:27:44','2026-01-20 22:27:44','9db7d3ec-7503-4c3c-a39f-e8b57749d938'),
(68120,57,11941,NULL,10012,7,'2026-01-20 22:27:44','2026-01-20 22:27:44','8fa8428a-ca56-4556-9abb-fefbf5cb5203'),
(68121,57,11941,NULL,10013,8,'2026-01-20 22:27:44','2026-01-20 22:27:44','1595223c-71ef-4130-a0aa-59bf4ae8e1e4'),
(68122,57,11941,NULL,10014,9,'2026-01-20 22:27:44','2026-01-20 22:27:44','8bab1561-a7a3-4945-94ba-4dfe08620e41'),
(68123,57,11941,NULL,10015,10,'2026-01-20 22:27:44','2026-01-20 22:27:44','c3e2453b-c609-4102-9239-153d1a754b27'),
(68124,57,11941,NULL,10016,11,'2026-01-20 22:27:44','2026-01-20 22:27:44','aeb40ea9-74e7-4f7d-a943-52f07f27c5ff'),
(68125,57,11941,NULL,10018,12,'2026-01-20 22:27:44','2026-01-20 22:27:44','5030ca65-edf2-4568-9864-cdcafd448c7d'),
(68126,57,11941,NULL,10019,13,'2026-01-20 22:27:44','2026-01-20 22:27:44','0eb33da0-e349-4a60-b854-7f574bdbdb5f'),
(68127,57,11941,NULL,10020,14,'2026-01-20 22:27:44','2026-01-20 22:27:44','2aaf8486-4b58-4fa4-889b-df582c61638c'),
(68155,32,11943,NULL,2614,1,'2026-01-20 22:27:56','2026-01-20 22:27:56','baf76224-586f-46c4-b95d-dca8e460e87e'),
(68156,32,11943,NULL,2610,2,'2026-01-20 22:27:56','2026-01-20 22:27:56','7dd4324c-b0e8-413d-8f9c-539940b29768'),
(68157,32,11943,NULL,2598,3,'2026-01-20 22:27:56','2026-01-20 22:27:56','572c7e72-9404-49f2-9c06-5a7d7e93b49b'),
(68158,32,11943,NULL,2608,4,'2026-01-20 22:27:56','2026-01-20 22:27:56','8dd8d2df-a46a-4b5a-b018-f99713d7dd82'),
(68159,32,11943,NULL,2624,5,'2026-01-20 22:27:56','2026-01-20 22:27:56','f9d6356e-052d-4264-bb14-cc7c725a649e'),
(68160,32,11943,NULL,2600,6,'2026-01-20 22:27:56','2026-01-20 22:27:56','9858e53f-7e5f-45e3-bcb8-dd716e0c844f'),
(68161,32,11943,NULL,2596,7,'2026-01-20 22:27:56','2026-01-20 22:27:56','e7b1d60d-d417-4851-9531-e9330d9d8a93'),
(68162,32,11943,NULL,2602,8,'2026-01-20 22:27:56','2026-01-20 22:27:56','cf635c5a-1cf8-471b-a288-b173492e383b'),
(68163,32,11943,NULL,2606,9,'2026-01-20 22:27:56','2026-01-20 22:27:56','2e5133f2-b1ea-4e8f-9c08-56c8ff708ada'),
(68164,32,11943,NULL,2612,10,'2026-01-20 22:27:56','2026-01-20 22:27:56','3576e2f5-0f6d-4224-857c-e5f620e78dcb'),
(68165,32,11943,NULL,2604,11,'2026-01-20 22:27:56','2026-01-20 22:27:56','97155bf4-4c77-4468-82b1-b87577546bb7'),
(68166,16,11943,NULL,10210,1,'2026-01-20 22:27:56','2026-01-20 22:27:56','8c5fdace-44fc-44bd-8d50-9b57e8989975'),
(68167,7,11943,NULL,2969,1,'2026-01-20 22:27:56','2026-01-20 22:27:56','0861d2f4-1eef-42f8-be02-39d9bd45aed0'),
(68168,7,11943,NULL,617,2,'2026-01-20 22:27:56','2026-01-20 22:27:56','17b9fd1b-1a03-4656-8637-16f4200d3677'),
(68169,7,11943,NULL,605,3,'2026-01-20 22:27:56','2026-01-20 22:27:56','301f5348-a844-4ffb-86f7-521da920a9e9'),
(68170,7,11943,NULL,9552,4,'2026-01-20 22:27:56','2026-01-20 22:27:56','45548384-7bb3-49fd-a6ad-8091261dd934'),
(68171,46,11943,NULL,2891,1,'2026-01-20 22:27:56','2026-01-20 22:27:56','ffd5497d-f5bf-49b8-afe1-1c239e49bfb9'),
(68172,57,11943,NULL,9148,1,'2026-01-20 22:27:56','2026-01-20 22:27:56','7c7ed552-8d61-4eae-8707-e82af2b88710'),
(68173,57,11943,NULL,9145,2,'2026-01-20 22:27:56','2026-01-20 22:27:56','c55a9fa7-81e3-4897-a116-8c55dd39dd20'),
(68174,57,11943,NULL,9149,3,'2026-01-20 22:27:56','2026-01-20 22:27:56','885187bc-ef69-43ab-ba96-98ca4c175908'),
(68175,57,11943,NULL,9150,4,'2026-01-20 22:27:56','2026-01-20 22:27:56','19ef6ea6-c3b4-4371-a038-680bec4fa7bb'),
(68176,57,11943,NULL,9144,5,'2026-01-20 22:27:56','2026-01-20 22:27:56','12a4f75b-973e-443a-a15e-75f981716757'),
(68177,57,11943,NULL,9146,6,'2026-01-20 22:27:56','2026-01-20 22:27:56','a84ad0a8-37d2-4f5a-8406-385ae206320e'),
(68178,57,11943,NULL,9147,7,'2026-01-20 22:27:56','2026-01-20 22:27:56','e4304c33-4348-4da9-ab28-2c7b4a526c41'),
(68179,57,11943,NULL,10213,8,'2026-01-20 22:27:56','2026-01-20 22:27:56','e38d9b96-356a-48c7-905a-b05a9c6fbc71'),
(68180,13,11943,NULL,6922,1,'2026-01-20 22:27:56','2026-01-20 22:27:56','e8a2baf8-02a8-4ed8-8071-84cdc939bbc0'),
(68202,32,1365,NULL,2606,10,'2026-01-20 22:28:07','2026-01-20 22:28:07','47ad1105-b067-43df-baa6-074d307d3aff'),
(68203,32,11945,NULL,2614,1,'2026-01-20 22:28:07','2026-01-20 22:28:07','9cf15332-3277-484c-8ce2-519d631c9edd'),
(68204,32,11945,NULL,2610,2,'2026-01-20 22:28:07','2026-01-20 22:28:07','3704dee7-3ed2-4cc2-b9c8-c1ff4430cb56'),
(68205,32,11945,NULL,2598,3,'2026-01-20 22:28:07','2026-01-20 22:28:07','23e14713-3993-43e2-aa27-227e42b373ec'),
(68206,32,11945,NULL,2608,4,'2026-01-20 22:28:07','2026-01-20 22:28:07','c055ff2e-332d-4017-9acc-d77cc4af8edc'),
(68207,32,11945,NULL,2600,5,'2026-01-20 22:28:07','2026-01-20 22:28:07','3faa5449-7917-4cac-badb-4b374201f0f1'),
(68208,32,11945,NULL,2596,6,'2026-01-20 22:28:07','2026-01-20 22:28:07','b3bce06e-f217-4e8c-a167-3d14bf9d2181'),
(68209,32,11945,NULL,2602,7,'2026-01-20 22:28:07','2026-01-20 22:28:07','d2327d0d-7410-4779-8eba-b30bc5334092'),
(68210,32,11945,NULL,2612,8,'2026-01-20 22:28:07','2026-01-20 22:28:07','8b11be9d-a3f0-4706-a344-64988f3869d2'),
(68211,32,11945,NULL,2604,9,'2026-01-20 22:28:07','2026-01-20 22:28:07','c46c4e10-93cf-42b1-a5ab-d5f10bdbe82d'),
(68212,32,11945,NULL,2606,10,'2026-01-20 22:28:07','2026-01-20 22:28:07','5d458941-f082-414b-9529-e7fd376a76f8'),
(68213,16,11945,NULL,9155,1,'2026-01-20 22:28:07','2026-01-20 22:28:07','0d090ff9-cf04-4d1b-b072-c3adfecb949b'),
(68214,7,11945,NULL,605,1,'2026-01-20 22:28:07','2026-01-20 22:28:07','72d1655f-1370-4d68-a552-e2f5982be16f'),
(68215,7,11945,NULL,617,2,'2026-01-20 22:28:07','2026-01-20 22:28:07','efc9e77d-23fd-433f-b886-5061c64fd156'),
(68216,7,11945,NULL,9552,3,'2026-01-20 22:28:07','2026-01-20 22:28:07','f385fce6-dd59-4343-9df3-b9abb74df771'),
(68217,82,11945,NULL,479,1,'2026-01-20 22:28:07','2026-01-20 22:28:07','0eb87dfd-a697-4b86-82bb-2e6d2fb56123'),
(68218,57,11945,NULL,9160,1,'2026-01-20 22:28:07','2026-01-20 22:28:07','d1254f39-88a9-43c7-b93d-b28429e73c82'),
(68219,57,11945,NULL,9162,2,'2026-01-20 22:28:07','2026-01-20 22:28:07','afc90da7-4c2d-41a1-9215-957c1474ce03'),
(68220,57,11945,NULL,9164,3,'2026-01-20 22:28:07','2026-01-20 22:28:07','fa41309c-e1d7-42b0-a076-6cd348ce86b9'),
(68221,57,11945,NULL,9163,4,'2026-01-20 22:28:07','2026-01-20 22:28:07','b274570d-fc16-4157-81c9-a37467d1ee88'),
(68222,57,11945,NULL,9161,5,'2026-01-20 22:28:07','2026-01-20 22:28:07','80333782-e27f-4f45-9cf0-c12fcf49ad30'),
(68223,57,11945,NULL,9165,6,'2026-01-20 22:28:07','2026-01-20 22:28:07','ecd0fca2-c1da-4398-80f4-11722b01a0f5'),
(68253,32,975,NULL,2606,9,'2026-01-20 22:28:26','2026-01-20 22:28:26','d156b1cd-b06c-46a0-a803-b5eb175c4687'),
(68254,32,11947,NULL,2614,1,'2026-01-20 22:28:26','2026-01-20 22:28:26','1c60ddfa-5946-48e7-af22-9940a0c3a22b'),
(68255,32,11947,NULL,2610,2,'2026-01-20 22:28:26','2026-01-20 22:28:26','eb7034de-60ab-4369-944c-e296ad130fc5'),
(68256,32,11947,NULL,2598,3,'2026-01-20 22:28:26','2026-01-20 22:28:26','4e048263-884e-46b3-a016-73ecf2355201'),
(68257,32,11947,NULL,2608,4,'2026-01-20 22:28:26','2026-01-20 22:28:26','f93acd48-3fdb-4e12-94b2-731819fa9c69'),
(68258,32,11947,NULL,2600,5,'2026-01-20 22:28:26','2026-01-20 22:28:26','8d1dd496-1343-4331-b05e-d058a09e77f6'),
(68259,32,11947,NULL,2596,6,'2026-01-20 22:28:26','2026-01-20 22:28:26','8c5fb4be-ed33-449e-8ddb-54a29c0bb948'),
(68260,32,11947,NULL,2602,7,'2026-01-20 22:28:26','2026-01-20 22:28:26','7ec29ba2-7326-4435-95dc-470f3eacc0ea'),
(68261,32,11947,NULL,2604,8,'2026-01-20 22:28:26','2026-01-20 22:28:26','e05e8c51-d711-4d06-970d-97d6caf6ee30'),
(68262,32,11947,NULL,2606,9,'2026-01-20 22:28:26','2026-01-20 22:28:26','7c827cec-7324-4846-8d82-ce84b82004ce'),
(68263,16,11947,NULL,7791,1,'2026-01-20 22:28:26','2026-01-20 22:28:26','ecf17b34-cbad-4b1c-b29e-eca5a5cf1ea5'),
(68264,7,11947,NULL,601,1,'2026-01-20 22:28:26','2026-01-20 22:28:26','a58a4762-4bd9-4c1d-8d7e-6d99e79be186'),
(68265,7,11947,NULL,9735,2,'2026-01-20 22:28:26','2026-01-20 22:28:26','16902bbb-8e7d-49e9-a080-a3b3c6eb7985'),
(68266,7,11947,NULL,617,3,'2026-01-20 22:28:26','2026-01-20 22:28:26','4b8e4a0d-6baf-4509-ab13-a025e3fc3d8d'),
(68267,7,11947,NULL,9640,4,'2026-01-20 22:28:26','2026-01-20 22:28:26','8147d4ca-ae34-4f7b-8b98-f3d7db14c479'),
(68268,7,11947,NULL,2974,5,'2026-01-20 22:28:26','2026-01-20 22:28:26','e5c8a0e9-549f-4c43-a2a6-bcea65dbf50b'),
(68269,7,11947,NULL,605,6,'2026-01-20 22:28:26','2026-01-20 22:28:26','a03a3850-deb3-45b7-a658-b9ebe1ca20c7'),
(68270,7,11947,NULL,9549,7,'2026-01-20 22:28:26','2026-01-20 22:28:26','f3fac16c-e64f-466d-b144-79ce97b13e95'),
(68271,7,11947,NULL,9552,8,'2026-01-20 22:28:26','2026-01-20 22:28:26','21a5f34f-0bb1-4b47-84c6-5d7c4b2a6b76'),
(68272,82,11947,NULL,479,1,'2026-01-20 22:28:26','2026-01-20 22:28:26','7d269f9a-7b87-46f3-8634-92e938b4c575'),
(68273,47,11947,NULL,10529,1,'2026-01-20 22:28:26','2026-01-20 22:28:26','b19ca0f1-348d-4cdd-80c4-e19d31e5eee1'),
(68274,57,11947,NULL,7829,1,'2026-01-20 22:28:26','2026-01-20 22:28:26','d6b0c6a4-37b1-47c6-ad41-290cf42df603'),
(68275,57,11947,NULL,7830,2,'2026-01-20 22:28:26','2026-01-20 22:28:26','a58ec731-7ebf-4066-8b7a-20dc633d99e1'),
(68276,57,11947,NULL,7833,3,'2026-01-20 22:28:26','2026-01-20 22:28:26','11b39a30-6d6f-41ee-a47c-cc74a65915e3'),
(68277,57,11947,NULL,7831,4,'2026-01-20 22:28:26','2026-01-20 22:28:26','3587ef5e-1e3a-4e00-9a87-14805f8c2611'),
(68278,57,11947,NULL,7826,5,'2026-01-20 22:28:26','2026-01-20 22:28:26','fadcb87e-f98d-4f5a-9517-bcf52377b821'),
(68279,57,11947,NULL,7828,6,'2026-01-20 22:28:26','2026-01-20 22:28:26','749acd26-460d-444b-b304-4018459e7954'),
(68280,57,11947,NULL,7827,7,'2026-01-20 22:28:26','2026-01-20 22:28:26','42afe53c-57b2-4c51-8920-d4cf0ef4b252'),
(68281,57,11947,NULL,7832,8,'2026-01-20 22:28:26','2026-01-20 22:28:26','5cee5dc1-4d53-43cc-a3bb-552a200c66d8'),
(68305,32,1067,NULL,2606,9,'2026-01-20 22:28:41','2026-01-20 22:28:41','44daae32-ac10-4fde-b35f-e70779122953'),
(68306,32,11949,NULL,2614,1,'2026-01-20 22:28:41','2026-01-20 22:28:41','10fcd9dc-5a63-4ffb-bcfc-0a31bbdd4b97'),
(68307,32,11949,NULL,2610,2,'2026-01-20 22:28:41','2026-01-20 22:28:41','2c91f692-b00b-4b08-9ce8-ddbcc256b270'),
(68308,32,11949,NULL,2598,3,'2026-01-20 22:28:41','2026-01-20 22:28:41','513d3994-dfa8-4499-8cdd-cda608408658'),
(68309,32,11949,NULL,2600,4,'2026-01-20 22:28:41','2026-01-20 22:28:41','26fdbfa9-91bd-4d5c-9ce0-147d345fb4b8'),
(68310,32,11949,NULL,2602,5,'2026-01-20 22:28:41','2026-01-20 22:28:41','7f0e4c34-b398-40a9-a19c-3a2ef2ed46bb'),
(68311,32,11949,NULL,2604,6,'2026-01-20 22:28:41','2026-01-20 22:28:41','289a201b-360f-41bc-8c51-7f1d466fe46a'),
(68312,32,11949,NULL,2608,7,'2026-01-20 22:28:41','2026-01-20 22:28:41','8772f6f1-19f6-40d6-99cc-0cedd62826e9'),
(68313,32,11949,NULL,2596,8,'2026-01-20 22:28:41','2026-01-20 22:28:41','1050ff40-3ddf-4495-b785-a754a4a5399b'),
(68314,32,11949,NULL,2606,9,'2026-01-20 22:28:41','2026-01-20 22:28:41','0bec4bb9-7d6c-436c-85fe-a043b06027bb'),
(68315,16,11949,NULL,3808,1,'2026-01-20 22:28:41','2026-01-20 22:28:41','3a1ff9d6-c75b-45f6-8f9e-560561cc2562'),
(68316,7,11949,NULL,3468,1,'2026-01-20 22:28:41','2026-01-20 22:28:41','ac03bb95-d876-4013-9314-2da443821ff9'),
(68317,7,11949,NULL,601,2,'2026-01-20 22:28:41','2026-01-20 22:28:41','5456968b-d666-435b-bef9-e36c9abaeb5c'),
(68318,7,11949,NULL,2972,3,'2026-01-20 22:28:41','2026-01-20 22:28:41','7a560f7f-8256-4d9d-a462-95d01b745476'),
(68319,7,11949,NULL,2974,4,'2026-01-20 22:28:41','2026-01-20 22:28:41','b975a148-e334-44c7-a791-db83a4b0d2a1'),
(68320,7,11949,NULL,617,5,'2026-01-20 22:28:41','2026-01-20 22:28:41','189e30e5-6052-452b-a0a7-43c2d48c7fab'),
(68321,7,11949,NULL,605,6,'2026-01-20 22:28:41','2026-01-20 22:28:41','18d481fe-89cf-410e-9d1e-6003f53adf18'),
(68322,7,11949,NULL,9552,7,'2026-01-20 22:28:41','2026-01-20 22:28:41','542b8dbe-47ac-4133-9413-b061bd7b337c'),
(68323,82,11949,NULL,479,1,'2026-01-20 22:28:41','2026-01-20 22:28:41','4b60ae6a-8049-434f-a9df-9d28ce3d5029'),
(68324,57,11949,NULL,8052,1,'2026-01-20 22:28:41','2026-01-20 22:28:41','7102d0e5-5531-4c5d-a05c-e08bd407c75e'),
(68325,57,11949,NULL,8054,2,'2026-01-20 22:28:41','2026-01-20 22:28:41','bfdabae8-50ec-465d-96df-efe4c58aa277'),
(68326,57,11949,NULL,8053,3,'2026-01-20 22:28:41','2026-01-20 22:28:41','bec0ca1f-3acd-4eb3-9f9a-8c364c0ea920'),
(68327,57,11949,NULL,8051,4,'2026-01-20 22:28:41','2026-01-20 22:28:41','15c1fd48-61b5-484f-8507-350dfaafa352'),
(68352,32,11951,NULL,2614,1,'2026-01-20 22:28:51','2026-01-20 22:28:51','2fb96374-9196-421e-b73d-007fbaae147d'),
(68353,32,11951,NULL,2610,2,'2026-01-20 22:28:51','2026-01-20 22:28:51','014db352-3481-4400-b3cc-3e0c5e6ea91b'),
(68354,32,11951,NULL,2598,3,'2026-01-20 22:28:51','2026-01-20 22:28:51','698d2b6b-9159-42db-9e27-9249d3e702cd'),
(68355,32,11951,NULL,2608,4,'2026-01-20 22:28:51','2026-01-20 22:28:51','5165e939-bce6-4dc3-ac50-57da0bbe93af'),
(68356,32,11951,NULL,2600,5,'2026-01-20 22:28:51','2026-01-20 22:28:51','2cebf881-6ee2-4646-a2b8-fd47c495cfe3'),
(68357,32,11951,NULL,2596,6,'2026-01-20 22:28:51','2026-01-20 22:28:51','d618065c-a05e-4474-ae1d-e05a23895360'),
(68358,32,11951,NULL,2602,7,'2026-01-20 22:28:51','2026-01-20 22:28:51','4948e7e4-a468-4fd5-92b6-8e858f12e581'),
(68359,32,11951,NULL,2606,8,'2026-01-20 22:28:51','2026-01-20 22:28:51','fc1f1275-a6d6-47b8-a709-1ad3f1f86195'),
(68360,32,11951,NULL,2612,9,'2026-01-20 22:28:51','2026-01-20 22:28:51','d5018b7f-9816-4bb5-a477-58f5eb161b09'),
(68361,32,11951,NULL,2604,10,'2026-01-20 22:28:51','2026-01-20 22:28:51','7a0afc02-a261-46a9-90a1-2bf80021f552'),
(68362,16,11951,NULL,6659,1,'2026-01-20 22:28:51','2026-01-20 22:28:51','d35c47fd-0d80-4910-bfc8-e4b4cef413b8'),
(68363,7,11951,NULL,6547,1,'2026-01-20 22:28:51','2026-01-20 22:28:51','f8a642d7-92bf-47b9-95aa-a8ca739c4181'),
(68364,7,11951,NULL,601,2,'2026-01-20 22:28:51','2026-01-20 22:28:51','cf9d9d99-f4bd-4677-be0d-a64c2b731b4a'),
(68365,7,11951,NULL,617,3,'2026-01-20 22:28:51','2026-01-20 22:28:51','3d8af384-5213-40d0-87f5-ac0d285e6c5d'),
(68366,7,11951,NULL,9640,4,'2026-01-20 22:28:51','2026-01-20 22:28:51','d0666fa2-f427-4be7-b69b-dcbc8ef9568b'),
(68367,7,11951,NULL,2974,5,'2026-01-20 22:28:51','2026-01-20 22:28:51','0c54df28-6d73-4978-97a2-8070e9b59fe3'),
(68368,7,11951,NULL,605,6,'2026-01-20 22:28:51','2026-01-20 22:28:51','c2283d94-2eee-48df-a67a-427cb9e3dc2b'),
(68369,7,11951,NULL,9552,7,'2026-01-20 22:28:51','2026-01-20 22:28:51','024b1e2a-ec2d-4fc5-a073-64cb3a7b7b2e'),
(68370,57,11951,NULL,6680,1,'2026-01-20 22:28:51','2026-01-20 22:28:51','0e632c3e-75a8-498a-be28-441c643f3cfa'),
(68371,57,11951,NULL,6681,2,'2026-01-20 22:28:51','2026-01-20 22:28:51','4c51dad3-5840-47c4-86dc-bca6806ecea1'),
(68372,57,11951,NULL,6682,3,'2026-01-20 22:28:51','2026-01-20 22:28:51','96379bd1-753f-41ea-ac97-b8b898cbf507'),
(68373,57,11951,NULL,6683,4,'2026-01-20 22:28:51','2026-01-20 22:28:51','885db8eb-9ff2-41c0-b2e1-b943048c341a'),
(68374,57,11951,NULL,6684,5,'2026-01-20 22:28:51','2026-01-20 22:28:51','9bbd1353-a9ec-46b8-871b-883e3b593b9a'),
(68402,32,1283,NULL,2606,10,'2026-01-20 22:29:07','2026-01-20 22:29:07','67095fc5-05be-4259-9e1d-d0333ecf8f2f'),
(68403,32,11953,NULL,2610,1,'2026-01-20 22:29:07','2026-01-20 22:29:07','ecafea37-75bc-4ed6-a347-8866f9de875b'),
(68404,32,11953,NULL,2598,2,'2026-01-20 22:29:07','2026-01-20 22:29:07','6d343c72-ed6f-4d03-b64a-86c678b0a1ec'),
(68405,32,11953,NULL,2608,3,'2026-01-20 22:29:07','2026-01-20 22:29:07','b79a9938-cc5b-43a6-ad36-ee8992d7ee4c'),
(68406,32,11953,NULL,2600,4,'2026-01-20 22:29:07','2026-01-20 22:29:07','4f9df0a6-287d-47a4-a1d0-d4898ab50fd3'),
(68407,32,11953,NULL,2596,5,'2026-01-20 22:29:07','2026-01-20 22:29:07','16b0a820-6634-4786-be96-95a29596f645'),
(68408,32,11953,NULL,2602,6,'2026-01-20 22:29:07','2026-01-20 22:29:07','ce2ef603-f330-4a4d-aec6-09a534630941'),
(68409,32,11953,NULL,2612,7,'2026-01-20 22:29:07','2026-01-20 22:29:07','2e13593f-d4dc-41bd-aa25-36a750a2d609'),
(68410,32,11953,NULL,2618,8,'2026-01-20 22:29:07','2026-01-20 22:29:07','2415fb05-5d7f-44aa-8ac1-ea529bf222d0'),
(68411,32,11953,NULL,2604,9,'2026-01-20 22:29:07','2026-01-20 22:29:07','fcfdc75f-bc55-47e2-bded-6421daa7c575'),
(68412,32,11953,NULL,2606,10,'2026-01-20 22:29:07','2026-01-20 22:29:07','2262d157-5e3b-4069-b7bf-43cac825514e'),
(68413,16,11953,NULL,9008,1,'2026-01-20 22:29:07','2026-01-20 22:29:07','4ec7b333-3f83-4e65-acdc-47947ff05a4f'),
(68414,7,11953,NULL,605,1,'2026-01-20 22:29:07','2026-01-20 22:29:07','61402fd7-8204-4dbd-a62a-8ae3ac2143b6'),
(68415,7,11953,NULL,617,2,'2026-01-20 22:29:07','2026-01-20 22:29:07','01b6cf4d-35df-4b01-b04f-b39206609026'),
(68416,7,11953,NULL,9552,3,'2026-01-20 22:29:07','2026-01-20 22:29:07','55e36e21-262e-4b3e-aea8-4e4d59cb921d'),
(68417,82,11953,NULL,479,1,'2026-01-20 22:29:07','2026-01-20 22:29:07','1eb5cb29-ab8b-4afd-a87b-6a30ef1461e7'),
(68418,82,11953,NULL,491,2,'2026-01-20 22:29:07','2026-01-20 22:29:07','9a6ad7f6-d50c-495f-b21e-64f197cde096'),
(68419,46,11953,NULL,3697,1,'2026-01-20 22:29:07','2026-01-20 22:29:07','bceca3cd-17c8-49ce-a598-212b199cf6b4'),
(68420,57,11953,NULL,9011,1,'2026-01-20 22:29:07','2026-01-20 22:29:07','8789ce22-015f-4452-9b52-d9471fb193b7'),
(68421,57,11953,NULL,9017,2,'2026-01-20 22:29:07','2026-01-20 22:29:07','10ee0e4e-ad09-4de1-95e5-2eacbc8199f5'),
(68422,57,11953,NULL,9015,3,'2026-01-20 22:29:07','2026-01-20 22:29:07','60709ce3-5262-42a5-a1ee-c155d1a51d0b'),
(68423,57,11953,NULL,9016,4,'2026-01-20 22:29:07','2026-01-20 22:29:07','b3068440-36e9-40d5-8d70-0136492d3d54'),
(68424,57,11953,NULL,9013,5,'2026-01-20 22:29:07','2026-01-20 22:29:07','47b5ef19-7337-4ebf-ba46-862e807c709c'),
(68425,57,11953,NULL,9014,6,'2026-01-20 22:29:07','2026-01-20 22:29:07','5f3501e2-9065-40fc-97e9-a33c85cdbe60'),
(68426,57,11953,NULL,9012,7,'2026-01-20 22:29:07','2026-01-20 22:29:07','7dda81c4-0f8f-46e3-a52c-b2a8c9d3377e'),
(68427,57,11953,NULL,9018,8,'2026-01-20 22:29:07','2026-01-20 22:29:07','c8fd9e17-4cc8-45fe-9242-5a8a8362ac34'),
(68459,32,2712,NULL,2606,9,'2026-01-20 22:29:19','2026-01-20 22:29:19','e574c099-4930-4ed2-bdc6-ecde83fae042'),
(68460,32,11955,NULL,2614,1,'2026-01-20 22:29:19','2026-01-20 22:29:19','6beea3c5-d7dc-45c2-956c-c68a65edf8cf'),
(68461,32,11955,NULL,2610,2,'2026-01-20 22:29:19','2026-01-20 22:29:19','900fb860-b66d-4b74-aaf5-e88c12d1698f'),
(68462,32,11955,NULL,2598,3,'2026-01-20 22:29:19','2026-01-20 22:29:19','0c327002-bf27-40c8-8c27-4968237e4a23'),
(68463,32,11955,NULL,2608,4,'2026-01-20 22:29:19','2026-01-20 22:29:19','56a12d2d-6f29-45ef-b17d-26a9e9cd83b6'),
(68464,32,11955,NULL,2600,5,'2026-01-20 22:29:19','2026-01-20 22:29:19','df77bf0f-d97e-4132-ae96-b7012efa96d1'),
(68465,32,11955,NULL,2596,6,'2026-01-20 22:29:19','2026-01-20 22:29:19','f7ff4c9b-13ef-43ef-9254-f2170d7f330d'),
(68466,32,11955,NULL,2602,7,'2026-01-20 22:29:19','2026-01-20 22:29:19','fb428ff6-78f4-49dd-8ab3-d91c6e477928'),
(68467,32,11955,NULL,2612,8,'2026-01-20 22:29:19','2026-01-20 22:29:19','3b3793f8-02b9-48de-a689-14619b4fbe03'),
(68468,32,11955,NULL,2606,9,'2026-01-20 22:29:19','2026-01-20 22:29:19','5e32690e-740f-45aa-8784-7aba1ee560a4'),
(68469,16,11955,NULL,9749,1,'2026-01-20 22:29:19','2026-01-20 22:29:19','2f021981-0826-48a0-aec0-cab180c6873a'),
(68470,7,11955,NULL,6547,1,'2026-01-20 22:29:19','2026-01-20 22:29:19','0467d09d-46f9-4289-9672-017a3a73fb28'),
(68471,7,11955,NULL,9732,2,'2026-01-20 22:29:19','2026-01-20 22:29:19','98d3c4f4-8441-4caa-b9fc-5a1b73f46fdd'),
(68472,7,11955,NULL,9735,3,'2026-01-20 22:29:19','2026-01-20 22:29:19','c49e6746-de08-42bb-b4c0-bd2b2cd452b7'),
(68473,7,11955,NULL,9640,4,'2026-01-20 22:29:19','2026-01-20 22:29:19','65754ca3-1125-4037-8f6c-1afcf7f16800'),
(68474,7,11955,NULL,617,5,'2026-01-20 22:29:19','2026-01-20 22:29:19','4105f17b-7de4-4127-aeb6-4ac22ff74694'),
(68475,7,11955,NULL,605,6,'2026-01-20 22:29:19','2026-01-20 22:29:19','866c66f6-5de1-40ae-9a22-a2110c97602e'),
(68476,7,11955,NULL,9552,7,'2026-01-20 22:29:19','2026-01-20 22:29:19','2c11f850-55b3-4785-bc75-3430b3af6f9e'),
(68477,82,11955,NULL,477,1,'2026-01-20 22:29:19','2026-01-20 22:29:19','f1011311-c935-4869-8cca-dd65c9516fd0'),
(68478,82,11955,NULL,479,2,'2026-01-20 22:29:19','2026-01-20 22:29:19','6b2e1bdc-dd49-40e9-bd01-900c10c1be45'),
(68479,57,11955,NULL,9804,1,'2026-01-20 22:29:19','2026-01-20 22:29:19','ab65e309-6b3c-4dd8-8c58-c725399ae235'),
(68480,57,11955,NULL,9811,2,'2026-01-20 22:29:19','2026-01-20 22:29:19','345a95c0-baea-4d2f-8caa-5d0b0ec4ae0a'),
(68481,57,11955,NULL,9805,3,'2026-01-20 22:29:19','2026-01-20 22:29:19','f3ecd03d-6a82-4beb-b84b-2f260ab64064'),
(68482,57,11955,NULL,9806,4,'2026-01-20 22:29:19','2026-01-20 22:29:19','6ed58d3e-4512-4f2c-8d89-09ba6b5f7c8e'),
(68483,57,11955,NULL,9807,5,'2026-01-20 22:29:19','2026-01-20 22:29:19','29435220-1712-4582-b993-d1ed3245cb91'),
(68484,57,11955,NULL,9800,6,'2026-01-20 22:29:19','2026-01-20 22:29:19','8713888e-2c50-41f6-a0c8-738b8080f560'),
(68485,57,11955,NULL,9808,7,'2026-01-20 22:29:19','2026-01-20 22:29:19','70cb58b5-a987-4ba5-bd2c-bed64ea225f7'),
(68486,57,11955,NULL,9809,8,'2026-01-20 22:29:19','2026-01-20 22:29:19','6839ab60-e119-4c15-a52f-db128759bfcd'),
(68487,57,11955,NULL,9812,9,'2026-01-20 22:29:19','2026-01-20 22:29:19','55706070-be4f-42fb-b1fa-79641e18caae'),
(68488,57,11955,NULL,9813,10,'2026-01-20 22:29:19','2026-01-20 22:29:19','26240352-4fed-4b9c-ace5-52cc46c275d6'),
(68489,13,11955,NULL,6925,1,'2026-01-20 22:29:19','2026-01-20 22:29:19','c9571505-9075-45cf-a68d-4b65de3cc612'),
(68492,32,1197,NULL,2596,8,'2026-01-20 22:29:33','2026-01-20 22:29:33','8686d50f-c2db-4a04-9bcc-705ef80217a8'),
(68493,32,1197,NULL,2606,9,'2026-01-20 22:29:33','2026-01-20 22:29:33','f30e4fe7-90f0-42c8-87ec-4f62fd410814'),
(68494,32,11956,NULL,2610,1,'2026-01-20 22:29:33','2026-01-20 22:29:33','4f361134-f860-4cd9-815d-4b00401bd5c8'),
(68495,32,11956,NULL,2622,2,'2026-01-20 22:29:33','2026-01-20 22:29:33','d9535dda-9306-428a-96b6-a2cef1478a49'),
(68496,32,11956,NULL,2598,3,'2026-01-20 22:29:33','2026-01-20 22:29:33','b173755a-adb6-467d-8bac-9a135696b468'),
(68497,32,11956,NULL,2600,4,'2026-01-20 22:29:33','2026-01-20 22:29:33','fdde1f20-5e26-41ed-8608-18fb70e114ad'),
(68498,32,11956,NULL,2604,5,'2026-01-20 22:29:33','2026-01-20 22:29:33','f4db2096-bb89-4093-800e-98636640a656'),
(68499,32,11956,NULL,2608,6,'2026-01-20 22:29:33','2026-01-20 22:29:33','e234a298-0f14-4510-ae34-3d3502f0a00f'),
(68500,32,11956,NULL,2602,7,'2026-01-20 22:29:33','2026-01-20 22:29:33','32d9f0f4-2704-4d2c-a4a3-9f5e08be9fbb'),
(68501,32,11956,NULL,2596,8,'2026-01-20 22:29:33','2026-01-20 22:29:33','e1b97a50-82f6-4b6c-a5db-c9880f88f1b0'),
(68502,32,11956,NULL,2606,9,'2026-01-20 22:29:33','2026-01-20 22:29:33','a598ae99-0b57-4520-b5f3-dccb8c46e0b6'),
(68503,16,11956,NULL,4385,1,'2026-01-20 22:29:33','2026-01-20 22:29:33','97811800-29e2-4105-9e5a-aa169936e036'),
(68504,7,11956,NULL,617,1,'2026-01-20 22:29:33','2026-01-20 22:29:33','753da802-7056-4566-9d73-354ef4c41839'),
(68505,7,11956,NULL,605,2,'2026-01-20 22:29:33','2026-01-20 22:29:33','45ea9687-88a6-4140-b765-f8890978ee23'),
(68506,7,11956,NULL,9552,3,'2026-01-20 22:29:33','2026-01-20 22:29:33','0cdf14be-123e-4c52-af8a-f85fbb5a4384'),
(68507,82,11956,NULL,469,1,'2026-01-20 22:29:33','2026-01-20 22:29:33','1e5998e8-27ad-45df-a616-f4e97da1ab4c'),
(68508,82,11956,NULL,479,2,'2026-01-20 22:29:33','2026-01-20 22:29:33','58a1897f-2fb7-40eb-ba3e-8a6fffb580d8'),
(68509,82,11956,NULL,491,3,'2026-01-20 22:29:33','2026-01-20 22:29:33','b85e93b4-aebe-4ae5-bb8e-2fbe5cc81a00'),
(68510,46,11956,NULL,4403,1,'2026-01-20 22:29:33','2026-01-20 22:29:33','fdcb80bc-1181-4640-a2c5-80bc5a28d576'),
(68511,47,11956,NULL,10486,1,'2026-01-20 22:29:33','2026-01-20 22:29:33','12da7680-4183-46dc-a484-79046481b467'),
(68512,57,11956,NULL,8806,1,'2026-01-20 22:29:33','2026-01-20 22:29:33','e8aae503-5b3b-4fd1-8584-b83267efac10'),
(68513,57,11956,NULL,8808,2,'2026-01-20 22:29:33','2026-01-20 22:29:33','a6005712-f58e-426b-b3aa-6feea2dedfa5'),
(68514,57,11956,NULL,8810,3,'2026-01-20 22:29:33','2026-01-20 22:29:33','de8329e9-255d-4282-8f56-5549b660be71'),
(68515,57,11956,NULL,8803,4,'2026-01-20 22:29:33','2026-01-20 22:29:33','078006ca-1af3-45ab-a25e-5835591f0b75'),
(68516,57,11956,NULL,8804,5,'2026-01-20 22:29:33','2026-01-20 22:29:33','d3a37f29-f2f6-454f-afd1-0ff540ae092c'),
(68517,57,11956,NULL,8805,6,'2026-01-20 22:29:33','2026-01-20 22:29:33','c45d478c-e720-41d9-be3a-3ecab04d18b5'),
(68518,57,11956,NULL,8807,7,'2026-01-20 22:29:33','2026-01-20 22:29:33','07fbf8ca-6d2c-4071-ac2a-162603903a94'),
(68551,32,1201,NULL,2596,9,'2026-01-20 22:29:48','2026-01-20 22:29:48','2f09ef64-6bcd-4e5e-89fd-d904e6014caa'),
(68552,32,1201,NULL,2606,10,'2026-01-20 22:29:48','2026-01-20 22:29:48','c13420b0-8f22-4ffa-9932-ff4de2b0a497'),
(68553,32,11958,NULL,2610,1,'2026-01-20 22:29:48','2026-01-20 22:29:48','2a00dfad-9141-4afd-8cbd-e20e88457b68'),
(68554,32,11958,NULL,2598,2,'2026-01-20 22:29:48','2026-01-20 22:29:48','129727dd-4613-426a-8dca-7e9a26d6befa'),
(68555,32,11958,NULL,2600,3,'2026-01-20 22:29:48','2026-01-20 22:29:48','efc14735-0a29-4f44-b1c7-8c878b711230'),
(68556,32,11958,NULL,2602,4,'2026-01-20 22:29:48','2026-01-20 22:29:48','a5ccaf12-6968-4df6-b894-24c427d0448a'),
(68557,32,11958,NULL,2612,5,'2026-01-20 22:29:48','2026-01-20 22:29:48','7ec0d75b-b2b7-4e97-b3bf-ada7eb05d159'),
(68558,32,11958,NULL,2618,6,'2026-01-20 22:29:48','2026-01-20 22:29:48','b3434a99-30d4-4452-b4f1-820033e4c62e'),
(68559,32,11958,NULL,2604,7,'2026-01-20 22:29:48','2026-01-20 22:29:48','4854d23a-7b2b-49ba-89c3-d5b07b6db085'),
(68560,32,11958,NULL,2608,8,'2026-01-20 22:29:48','2026-01-20 22:29:48','f518f114-09bc-4db1-bb2b-175ec921dbdc'),
(68561,32,11958,NULL,2596,9,'2026-01-20 22:29:48','2026-01-20 22:29:48','5b6d5f37-c249-4348-aba9-651b9d629df5'),
(68562,32,11958,NULL,2606,10,'2026-01-20 22:29:48','2026-01-20 22:29:48','fd31167e-1ca7-4020-91cd-dba46c638d62'),
(68563,16,11958,NULL,4414,1,'2026-01-20 22:29:48','2026-01-20 22:29:48','f98ce6cb-e86a-4396-9624-d2ebf4dcac43'),
(68564,7,11958,NULL,6547,1,'2026-01-20 22:29:48','2026-01-20 22:29:48','0799a805-6279-464e-b36b-05de189c5c70'),
(68565,7,11958,NULL,601,2,'2026-01-20 22:29:48','2026-01-20 22:29:48','f39d4a46-a8a4-4480-9b99-2d14c7c18b87'),
(68566,7,11958,NULL,617,3,'2026-01-20 22:29:48','2026-01-20 22:29:48','2398284d-effe-4292-9f3b-57cbf77a190b'),
(68567,7,11958,NULL,605,4,'2026-01-20 22:29:48','2026-01-20 22:29:48','52a47fd4-bb00-4bac-8254-030519c350ea'),
(68568,7,11958,NULL,9552,5,'2026-01-20 22:29:48','2026-01-20 22:29:48','69817813-7525-49f2-ae5a-c56f2a63df76'),
(68569,82,11958,NULL,469,1,'2026-01-20 22:29:48','2026-01-20 22:29:48','302b17e5-ddcf-4f03-9892-3148fc558ace'),
(68570,82,11958,NULL,479,2,'2026-01-20 22:29:48','2026-01-20 22:29:48','b66e01e7-0d09-45d5-bcfa-57f101e58d01'),
(68571,82,11958,NULL,491,3,'2026-01-20 22:29:48','2026-01-20 22:29:48','bd38303a-27aa-4a58-8e06-d3f2911d4b35'),
(68572,46,11958,NULL,3697,1,'2026-01-20 22:29:48','2026-01-20 22:29:48','f0b5ecff-2a5c-4847-8b4a-07fccc301068'),
(68573,47,11958,NULL,10489,1,'2026-01-20 22:29:48','2026-01-20 22:29:48','aea4c988-b279-4d00-8f74-a1e34c68272d'),
(68574,57,11958,NULL,8831,1,'2026-01-20 22:29:48','2026-01-20 22:29:48','1866aa9f-9048-41b7-b912-f8ca768d7588'),
(68575,57,11958,NULL,8837,2,'2026-01-20 22:29:48','2026-01-20 22:29:48','554c9aa7-0a0a-4bf6-8f20-b6e821fd4964'),
(68576,57,11958,NULL,8835,3,'2026-01-20 22:29:48','2026-01-20 22:29:48','23619445-93d5-4cdd-88db-a6a365ea9eff'),
(68577,57,11958,NULL,8832,4,'2026-01-20 22:29:48','2026-01-20 22:29:48','db80263a-e01d-4fa9-b914-3d4f8748105c'),
(68578,57,11958,NULL,8833,5,'2026-01-20 22:29:48','2026-01-20 22:29:48','1bdd122d-8b83-43fd-a9cb-2e5ad60a021e'),
(68579,57,11958,NULL,8834,6,'2026-01-20 22:29:48','2026-01-20 22:29:48','d752e52a-c6fa-4fac-a2d3-e1439857e986'),
(68580,57,11958,NULL,8836,7,'2026-01-20 22:29:48','2026-01-20 22:29:48','979d5576-835f-4f36-acec-a1eb251fb715'),
(68581,57,11958,NULL,8830,8,'2026-01-20 22:29:48','2026-01-20 22:29:48','5c288e66-362a-42bf-8506-847db47caf4f'),
(68582,57,11958,NULL,8829,9,'2026-01-20 22:29:48','2026-01-20 22:29:48','5bb60b30-51dd-476e-8395-4b490f300326'),
(68656,32,1289,NULL,2606,9,'2026-01-20 22:30:17','2026-01-20 22:30:17','f1a48a5a-d6ca-4bab-9bb0-c975bab81612'),
(68657,32,11962,NULL,2610,1,'2026-01-20 22:30:17','2026-01-20 22:30:17','24521caf-b847-4025-b0b3-6deb9818f8a1'),
(68658,32,11962,NULL,2598,2,'2026-01-20 22:30:17','2026-01-20 22:30:17','a22f27a6-187b-486a-a411-fd024d2cc5c0'),
(68659,32,11962,NULL,2608,3,'2026-01-20 22:30:17','2026-01-20 22:30:17','df079675-173b-46ee-a844-e12ae4c5155c'),
(68660,32,11962,NULL,2600,4,'2026-01-20 22:30:17','2026-01-20 22:30:17','7e620e89-1114-426d-a253-70f7ed56d371'),
(68661,32,11962,NULL,2596,5,'2026-01-20 22:30:17','2026-01-20 22:30:17','07bc66d8-b0f8-4f88-94c7-fa7eff93e7e8'),
(68662,32,11962,NULL,2602,6,'2026-01-20 22:30:17','2026-01-20 22:30:17','4a63b771-94db-4f28-aed6-62f7b69afd48'),
(68663,32,11962,NULL,2612,7,'2026-01-20 22:30:17','2026-01-20 22:30:17','28ae5b39-776b-43de-8bd6-074bfdbfc1a9'),
(68664,32,11962,NULL,2604,8,'2026-01-20 22:30:17','2026-01-20 22:30:17','c49160cc-7b55-41f0-8e1c-587dc9c73e55'),
(68665,32,11962,NULL,2606,9,'2026-01-20 22:30:17','2026-01-20 22:30:17','65d9e63c-a915-473c-b59d-5d90c1d8ec0e'),
(68666,16,11962,NULL,9025,1,'2026-01-20 22:30:17','2026-01-20 22:30:17','d4d9c193-4064-4416-a9b1-c700793d296e'),
(68667,7,11962,NULL,601,1,'2026-01-20 22:30:17','2026-01-20 22:30:17','3e682aa9-fd47-49e2-8bb7-7c726386439b'),
(68668,7,11962,NULL,605,2,'2026-01-20 22:30:17','2026-01-20 22:30:17','b4a742c0-c70b-4bcf-ab47-9d1165049f21'),
(68669,7,11962,NULL,617,3,'2026-01-20 22:30:17','2026-01-20 22:30:17','12cc9913-8eaf-439c-b2b5-0f161903491f'),
(68670,7,11962,NULL,9552,4,'2026-01-20 22:30:17','2026-01-20 22:30:17','a034072e-6c88-402a-8c0b-f84854c1bcb4'),
(68671,82,11962,NULL,479,1,'2026-01-20 22:30:17','2026-01-20 22:30:17','1f6046fb-1d9c-4584-9f46-dc104c477cdf'),
(68672,82,11962,NULL,491,2,'2026-01-20 22:30:17','2026-01-20 22:30:17','889e11ec-144f-476e-89ff-1461be81d4c0'),
(68673,57,11962,NULL,9030,1,'2026-01-20 22:30:17','2026-01-20 22:30:17','d0828032-f4cd-4925-9ba8-bcb2a10cb5e2'),
(68674,57,11962,NULL,9031,2,'2026-01-20 22:30:17','2026-01-20 22:30:17','b56ccd09-46e2-40fd-9907-23f96c71df52'),
(68675,57,11962,NULL,9032,3,'2026-01-20 22:30:17','2026-01-20 22:30:17','82a0e658-ab01-46aa-88f8-77d8cd9b1194'),
(68676,57,11962,NULL,9033,4,'2026-01-20 22:30:17','2026-01-20 22:30:17','a9e88e08-aba7-4368-aaed-470e9e353b1e'),
(68677,57,11962,NULL,9029,5,'2026-01-20 22:30:17','2026-01-20 22:30:17','d1fc9c59-1810-4c0b-811d-889bc2f0042f'),
(68678,57,11962,NULL,9028,6,'2026-01-20 22:30:17','2026-01-20 22:30:17','8be964ee-7129-4b6f-88c0-717b4e96a412'),
(68728,32,981,NULL,2606,9,'2026-01-20 22:30:43','2026-01-20 22:30:43','6195defb-5cf4-45d0-a05c-002eba990a14'),
(68729,32,11965,NULL,2614,1,'2026-01-20 22:30:43','2026-01-20 22:30:43','6d8f2a77-eb0e-415c-8b79-092084081f0b'),
(68730,32,11965,NULL,2610,2,'2026-01-20 22:30:43','2026-01-20 22:30:43','9aadc355-dadb-4163-9b92-7fb0749f79bf'),
(68731,32,11965,NULL,2598,3,'2026-01-20 22:30:43','2026-01-20 22:30:43','56867f6c-31ed-4f5d-8627-34133f9026f3'),
(68732,32,11965,NULL,2608,4,'2026-01-20 22:30:43','2026-01-20 22:30:43','d15345ca-49e0-4fb8-a0b1-86db623e8b69'),
(68733,32,11965,NULL,2600,5,'2026-01-20 22:30:43','2026-01-20 22:30:43','b229da31-2239-43ff-b5ad-03804815e581'),
(68734,32,11965,NULL,2596,6,'2026-01-20 22:30:43','2026-01-20 22:30:43','a6a19f97-d7b8-48af-a17c-5b216e0b18ec'),
(68735,32,11965,NULL,2602,7,'2026-01-20 22:30:43','2026-01-20 22:30:43','68179a7e-f97f-4f7f-b608-5333da286e4a'),
(68736,32,11965,NULL,2604,8,'2026-01-20 22:30:43','2026-01-20 22:30:43','1376dd45-e126-4146-a1b6-c0562659aad1'),
(68737,32,11965,NULL,2606,9,'2026-01-20 22:30:43','2026-01-20 22:30:43','d2c8742b-3a58-4cee-9305-30ab43d6ddd8'),
(68738,16,11965,NULL,3158,1,'2026-01-20 22:30:43','2026-01-20 22:30:43','946f5609-89a9-4687-8f17-58e67f4bef8a'),
(68739,7,11965,NULL,2969,1,'2026-01-20 22:30:43','2026-01-20 22:30:43','9952e44f-9eb8-4295-a562-7852e5e71767'),
(68740,7,11965,NULL,2974,2,'2026-01-20 22:30:43','2026-01-20 22:30:43','0fb17c5f-dce4-4ec1-9335-424ceeb7551b'),
(68741,7,11965,NULL,617,3,'2026-01-20 22:30:43','2026-01-20 22:30:43','51138ac4-7d67-4206-84e4-ad6b79fc71ef'),
(68742,7,11965,NULL,605,4,'2026-01-20 22:30:43','2026-01-20 22:30:43','d1e93ca8-67b7-4e83-b7d2-43e031459402'),
(68743,7,11965,NULL,9552,5,'2026-01-20 22:30:43','2026-01-20 22:30:43','1457e7fc-16a8-4f92-b07a-9d8862da3d7c'),
(68744,82,11965,NULL,479,1,'2026-01-20 22:30:43','2026-01-20 22:30:43','f89723a5-eb41-439a-a8dc-c736c21e1fc2'),
(68745,47,11965,NULL,10532,1,'2026-01-20 22:30:43','2026-01-20 22:30:43','ec32bcc6-e056-4d5a-b44d-d7ec88e67f01'),
(68746,57,11965,NULL,7838,1,'2026-01-20 22:30:43','2026-01-20 22:30:43','9ea9390c-35c3-42c9-90a2-a09610398ffd'),
(68747,57,11965,NULL,7840,2,'2026-01-20 22:30:43','2026-01-20 22:30:43','65612136-41e8-41b2-a106-4501583cd222'),
(68748,57,11965,NULL,7839,3,'2026-01-20 22:30:43','2026-01-20 22:30:43','765a1442-e381-46dd-a233-314066081c98'),
(68749,57,11965,NULL,7841,4,'2026-01-20 22:30:43','2026-01-20 22:30:43','37c9a578-d6ae-4110-9f2d-2f2f71c543c6'),
(68750,57,11965,NULL,7842,5,'2026-01-20 22:30:43','2026-01-20 22:30:43','f64efbf5-bb5c-4a63-9a53-988ed06dc328'),
(68752,16,11966,NULL,6530,1,'2026-01-20 22:30:52','2026-01-20 22:30:52','e5f7e425-b017-4a1c-a996-399c95a4ce43'),
(68753,7,11966,NULL,617,1,'2026-01-20 22:30:52','2026-01-20 22:30:52','9b76ebe5-1355-433e-8e65-f536210147ed'),
(68754,7,11966,NULL,9558,2,'2026-01-20 22:30:52','2026-01-20 22:30:52','241587d9-24d6-4eae-a5f5-288f9f9afe14'),
(68755,7,11966,NULL,605,3,'2026-01-20 22:30:52','2026-01-20 22:30:52','352504dd-3672-42a3-8b86-2fabe2bbbf74'),
(68756,7,11966,NULL,9552,4,'2026-01-20 22:30:52','2026-01-20 22:30:52','0f9e534d-3303-4f3e-beb9-faed35308aca'),
(68757,57,11966,NULL,8064,1,'2026-01-20 22:30:52','2026-01-20 22:30:52','c45f6a95-d5dc-4435-84a7-dcaee014bea0'),
(68758,57,11966,NULL,8061,2,'2026-01-20 22:30:52','2026-01-20 22:30:52','0d7b7618-2dc6-4d61-9a61-e86d84f2f0fb'),
(68759,57,11966,NULL,8060,3,'2026-01-20 22:30:52','2026-01-20 22:30:52','0125108a-4853-4d07-887c-f0c825349b15'),
(68760,57,11966,NULL,8063,4,'2026-01-20 22:30:52','2026-01-20 22:30:52','42fdf737-718a-45a4-8541-32bc13100e1d'),
(68761,57,11966,NULL,8062,5,'2026-01-20 22:30:52','2026-01-20 22:30:52','e967b092-0795-4ea5-8de7-ad79129775e9'),
(68762,74,11966,NULL,6525,1,'2026-01-20 22:30:52','2026-01-20 22:30:52','02de0f88-a12d-409e-bc4b-3d8aff9f1037'),
(68812,32,1215,NULL,2596,7,'2026-01-20 22:31:13','2026-01-20 22:31:13','fa5a3e2e-6bd7-47d5-96bd-feffbd8f55a9'),
(68813,32,1215,NULL,2606,8,'2026-01-20 22:31:13','2026-01-20 22:31:13','567338ba-f0dd-45b1-868c-1361cff72cf5'),
(68814,32,11969,NULL,2610,1,'2026-01-20 22:31:13','2026-01-20 22:31:13','5cefd9ed-0e2b-4492-be0e-caa0d2575abe'),
(68815,32,11969,NULL,2598,2,'2026-01-20 22:31:13','2026-01-20 22:31:13','0d9e5f64-cadc-435c-a61e-f3465c9ea3f8'),
(68816,32,11969,NULL,2600,3,'2026-01-20 22:31:13','2026-01-20 22:31:13','d1f98741-bb21-463d-b771-4f6422d8a9a1'),
(68817,32,11969,NULL,2604,4,'2026-01-20 22:31:13','2026-01-20 22:31:13','7de3b747-e2a9-41c5-9f07-6de7cad99e6f'),
(68818,32,11969,NULL,2608,5,'2026-01-20 22:31:13','2026-01-20 22:31:13','0b6baf50-d4f6-4d13-b5c2-cc547a58faec'),
(68819,32,11969,NULL,2602,6,'2026-01-20 22:31:13','2026-01-20 22:31:13','7178681b-46da-4ca8-8f94-f9849539dc5a'),
(68820,32,11969,NULL,2596,7,'2026-01-20 22:31:13','2026-01-20 22:31:13','0657465a-4e36-44f7-b01d-e7612242c8b0'),
(68821,32,11969,NULL,2606,8,'2026-01-20 22:31:13','2026-01-20 22:31:13','957220a0-bb4a-41b7-b3a4-4e9f36999939'),
(68822,16,11969,NULL,4466,1,'2026-01-20 22:31:13','2026-01-20 22:31:13','04e9edd5-edb1-4926-b014-87c3fdacfb29'),
(68823,7,11969,NULL,617,1,'2026-01-20 22:31:13','2026-01-20 22:31:13','9358e2a9-333e-4280-b188-b14b0e1e955d'),
(68824,7,11969,NULL,605,2,'2026-01-20 22:31:13','2026-01-20 22:31:13','33919b64-231c-4021-9bd6-86e4bcf7dc24'),
(68825,7,11969,NULL,9552,3,'2026-01-20 22:31:13','2026-01-20 22:31:13','3cff1681-9fce-407d-8a00-c573297d173e'),
(68826,82,11969,NULL,469,1,'2026-01-20 22:31:13','2026-01-20 22:31:13','3a0c1d88-a94d-4296-8609-8ea9659035d3'),
(68827,82,11969,NULL,479,2,'2026-01-20 22:31:13','2026-01-20 22:31:13','d17a0ddb-755a-4c0e-ba2a-d1cb447dfc83'),
(68828,82,11969,NULL,491,3,'2026-01-20 22:31:13','2026-01-20 22:31:13','7cff1dff-adc5-486c-9eaa-b576fa044ba8'),
(68829,47,11969,NULL,10495,1,'2026-01-20 22:31:13','2026-01-20 22:31:13','1a051627-15cc-475d-ab7d-791f6011267a'),
(68830,57,11969,NULL,8888,1,'2026-01-20 22:31:13','2026-01-20 22:31:13','362f376c-3fa7-4975-8aaf-0fde6b4dff84'),
(68831,57,11969,NULL,8889,2,'2026-01-20 22:31:13','2026-01-20 22:31:13','a1f30613-aaaf-48ec-8c48-657bd42ad82f'),
(68832,57,11969,NULL,9589,3,'2026-01-20 22:31:13','2026-01-20 22:31:13','458a8241-1cf6-4af5-83a1-f599b00aecd3'),
(68856,32,1395,NULL,2608,5,'2026-01-20 22:31:26','2026-01-20 22:31:26','bfcfa93b-14ac-4882-8c6f-09049056e0a2'),
(68857,32,1395,NULL,2596,6,'2026-01-20 22:31:26','2026-01-20 22:31:26','45b8a1e9-5ce2-42ab-bef2-d11fa9a14c2d'),
(68858,32,1395,NULL,2602,7,'2026-01-20 22:31:26','2026-01-20 22:31:26','9406921e-a6a7-4086-8655-42494573949e'),
(68859,32,1395,NULL,2606,8,'2026-01-20 22:31:26','2026-01-20 22:31:26','f738a8cc-5800-44f1-afff-11dbbaa685e7'),
(68860,32,11971,NULL,2610,1,'2026-01-20 22:31:27','2026-01-20 22:31:27','9838e5d3-c107-4e0e-a8e9-2c81cbbc1867'),
(68861,32,11971,NULL,2598,2,'2026-01-20 22:31:27','2026-01-20 22:31:27','f1d0bafc-37e7-4a22-9d73-add10e59348d'),
(68862,32,11971,NULL,2600,3,'2026-01-20 22:31:27','2026-01-20 22:31:27','ff02aae5-014c-4dcd-918b-c9560e884e42'),
(68863,32,11971,NULL,2604,4,'2026-01-20 22:31:27','2026-01-20 22:31:27','b022cba0-9b91-4e6f-a439-5bc20e2ce652'),
(68864,32,11971,NULL,2608,5,'2026-01-20 22:31:27','2026-01-20 22:31:27','5f9d360b-9cfe-4ed5-acb9-b6399c834ec8'),
(68865,32,11971,NULL,2596,6,'2026-01-20 22:31:27','2026-01-20 22:31:27','3f862019-3b62-4e2d-99a4-7ad2e617f0ce'),
(68866,32,11971,NULL,2602,7,'2026-01-20 22:31:27','2026-01-20 22:31:27','7914fab2-0929-44ab-8308-98e5d0c35e93'),
(68867,32,11971,NULL,2606,8,'2026-01-20 22:31:27','2026-01-20 22:31:27','3fa3dc4b-0c30-403e-9cbf-9bc9d445bc67'),
(68868,16,11971,NULL,9219,1,'2026-01-20 22:31:27','2026-01-20 22:31:27','5f8e44e0-a173-43b8-bb48-16c432565f58'),
(68869,7,11971,NULL,601,1,'2026-01-20 22:31:27','2026-01-20 22:31:27','46a2f47d-a413-47c1-a066-16df724b64d6'),
(68870,7,11971,NULL,605,2,'2026-01-20 22:31:27','2026-01-20 22:31:27','85a19c9d-9b18-4be9-b873-2c747d8c08cb'),
(68871,7,11971,NULL,617,3,'2026-01-20 22:31:27','2026-01-20 22:31:27','96ae7dee-efd1-463f-9fda-142213e1d8cf'),
(68872,7,11971,NULL,9552,4,'2026-01-20 22:31:27','2026-01-20 22:31:27','6463a661-7fd2-4113-ab48-6983367b5a22'),
(68873,82,11971,NULL,469,1,'2026-01-20 22:31:27','2026-01-20 22:31:27','16154d4a-0e7d-40a0-80ac-069fdb6d0e03'),
(68874,82,11971,NULL,475,2,'2026-01-20 22:31:27','2026-01-20 22:31:27','fadff6f1-af0e-447d-815a-149bf087aed9'),
(68875,82,11971,NULL,479,3,'2026-01-20 22:31:27','2026-01-20 22:31:27','bcc3621e-dc29-420b-b4e5-7c7e878be134'),
(68876,82,11971,NULL,491,4,'2026-01-20 22:31:27','2026-01-20 22:31:27','e49762fc-7d31-4867-8389-7f1a9f81e44f'),
(68877,57,11971,NULL,9222,1,'2026-01-20 22:31:27','2026-01-20 22:31:27','69f94265-8af0-45aa-8255-1bbc67f56422'),
(68878,57,11971,NULL,9223,2,'2026-01-20 22:31:27','2026-01-20 22:31:27','99321e48-3049-4d34-bf83-eb3f9a790318'),
(68879,57,11971,NULL,9224,3,'2026-01-20 22:31:27','2026-01-20 22:31:27','e0cb7bbe-7ead-4c11-bdde-58efc69125e1'),
(68880,57,11971,NULL,9225,4,'2026-01-20 22:31:27','2026-01-20 22:31:27','cf2ebc41-cffc-474d-af23-c4468fb678a3'),
(68881,57,11971,NULL,9226,5,'2026-01-20 22:31:27','2026-01-20 22:31:27','121c350b-981b-40ed-9c10-c702920aec1b'),
(68964,32,989,NULL,2606,8,'2026-01-20 22:32:07','2026-01-20 22:32:07','f47cad5e-b299-43d9-85cf-e8c130cc7f5c'),
(68965,32,11975,NULL,2610,1,'2026-01-20 22:32:07','2026-01-20 22:32:07','08bc764e-5846-4b79-87d7-8432109991bb'),
(68966,32,11975,NULL,2598,2,'2026-01-20 22:32:07','2026-01-20 22:32:07','5dbf1d18-946e-4f3e-bfd4-1f2a72bfe14b'),
(68967,32,11975,NULL,2600,3,'2026-01-20 22:32:07','2026-01-20 22:32:07','e08cf854-6db8-4a3e-9967-83294e9b827e'),
(68968,32,11975,NULL,2596,4,'2026-01-20 22:32:07','2026-01-20 22:32:07','c8dd4d1e-d751-4467-9d4b-1b7668e51460'),
(68969,32,11975,NULL,2602,5,'2026-01-20 22:32:07','2026-01-20 22:32:07','29d2fbae-b34d-4915-b589-20b695fccab9'),
(68970,32,11975,NULL,2604,6,'2026-01-20 22:32:07','2026-01-20 22:32:07','f2a94ca6-ccfd-4057-9765-b7179b59ea48'),
(68971,32,11975,NULL,2608,7,'2026-01-20 22:32:07','2026-01-20 22:32:07','6e0e4a38-a428-441c-bdc4-8e1781375526'),
(68972,32,11975,NULL,2606,8,'2026-01-20 22:32:07','2026-01-20 22:32:07','171fb7a2-d6fa-4661-93ca-a9ae469f905c'),
(68973,16,11975,NULL,7850,1,'2026-01-20 22:32:07','2026-01-20 22:32:07','cc34155f-850a-47a0-940b-9da07c00e48e'),
(68974,7,11975,NULL,601,1,'2026-01-20 22:32:07','2026-01-20 22:32:07','fa1e43a3-af2e-4938-8c8b-0d327a99edea'),
(68975,7,11975,NULL,617,2,'2026-01-20 22:32:07','2026-01-20 22:32:07','c4fe4b05-b96e-4dbc-abb9-44e5d3e78712'),
(68976,7,11975,NULL,605,3,'2026-01-20 22:32:07','2026-01-20 22:32:07','9b95278c-5d34-4121-9d71-b454897d1e8c'),
(68977,7,11975,NULL,9552,4,'2026-01-20 22:32:07','2026-01-20 22:32:07','3ba061c2-3063-43a9-9bfa-359d026882e2'),
(68978,82,11975,NULL,479,1,'2026-01-20 22:32:07','2026-01-20 22:32:07','a3d50cc2-8611-40f1-b944-18801787f293'),
(68979,82,11975,NULL,491,2,'2026-01-20 22:32:07','2026-01-20 22:32:07','27b78e21-7855-4fd4-b69e-50f66aef26e7'),
(68980,47,11975,NULL,10535,1,'2026-01-20 22:32:07','2026-01-20 22:32:07','a830f372-4962-4930-a7ca-f9e8d374f6db'),
(68981,57,11975,NULL,7851,1,'2026-01-20 22:32:07','2026-01-20 22:32:07','75165bf9-d9d8-4ce6-83cf-330644ac714a'),
(68982,57,11975,NULL,7853,2,'2026-01-20 22:32:07','2026-01-20 22:32:07','d92cbb53-ee26-4895-9641-92caa54d20df'),
(68983,57,11975,NULL,7852,3,'2026-01-20 22:32:07','2026-01-20 22:32:07','f219503a-40c2-46c0-967d-7e48a82f2268'),
(68984,57,11975,NULL,3377,4,'2026-01-20 22:32:07','2026-01-20 22:32:07','a2aa2672-7877-4cca-92e1-5b44ea5d2b54'),
(69008,32,1309,NULL,2606,9,'2026-01-20 22:32:22','2026-01-20 22:32:22','b2a187b9-f836-4627-9a74-0da078a44b08'),
(69009,32,11977,NULL,2610,1,'2026-01-20 22:32:22','2026-01-20 22:32:22','9e4641a6-24a7-4282-8833-0c09f1300779'),
(69010,32,11977,NULL,2598,2,'2026-01-20 22:32:22','2026-01-20 22:32:22','938ae122-6413-41e3-a4c3-5d9fe4b5282e'),
(69011,32,11977,NULL,2608,3,'2026-01-20 22:32:22','2026-01-20 22:32:22','75ee145f-7c46-4220-a9e3-f85c3d396ccc'),
(69012,32,11977,NULL,2600,4,'2026-01-20 22:32:22','2026-01-20 22:32:22','b32fb028-4fe0-4cfc-a67d-b4443a4a2bca'),
(69013,32,11977,NULL,2596,5,'2026-01-20 22:32:22','2026-01-20 22:32:22','b9f8b38c-a3a8-4d8e-8a8f-259074d8fbb7'),
(69014,32,11977,NULL,2602,6,'2026-01-20 22:32:22','2026-01-20 22:32:22','345043dc-2cd1-4855-bc01-f5ee48fd5db2'),
(69015,32,11977,NULL,2612,7,'2026-01-20 22:32:22','2026-01-20 22:32:22','c24d8721-094c-410a-b0c5-5e8245058bca'),
(69016,32,11977,NULL,2604,8,'2026-01-20 22:32:22','2026-01-20 22:32:22','7be472ac-7337-46e8-b863-2c9fe5b2ad54'),
(69017,32,11977,NULL,2606,9,'2026-01-20 22:32:22','2026-01-20 22:32:22','2a10808f-a6d1-47c6-b5e4-527262d5441d'),
(69018,16,11977,NULL,9056,1,'2026-01-20 22:32:22','2026-01-20 22:32:22','49e2a061-36d3-4cab-af99-13e25438e6f7'),
(69019,7,11977,NULL,601,1,'2026-01-20 22:32:22','2026-01-20 22:32:22','fabdf66a-6d71-451e-a7fa-ed1e2c52597c'),
(69020,7,11977,NULL,605,2,'2026-01-20 22:32:22','2026-01-20 22:32:22','865d48a2-809b-44eb-baea-7147138acb10'),
(69021,7,11977,NULL,617,3,'2026-01-20 22:32:22','2026-01-20 22:32:22','f621df2b-30cd-4543-b244-66e2d98d1b0a'),
(69022,7,11977,NULL,9552,4,'2026-01-20 22:32:22','2026-01-20 22:32:22','fe54d8ff-ef3d-46f6-9213-b4c16d20cd66'),
(69023,82,11977,NULL,479,1,'2026-01-20 22:32:22','2026-01-20 22:32:22','f7fd3c2c-db00-4c58-a85e-d33142f12155'),
(69024,82,11977,NULL,491,2,'2026-01-20 22:32:22','2026-01-20 22:32:22','8b8e496d-4589-4e5d-99ef-34529d776ed9'),
(69025,57,11977,NULL,9061,1,'2026-01-20 22:32:22','2026-01-20 22:32:22','db57d047-96e3-4cfb-8aea-3153e4f140c9'),
(69026,57,11977,NULL,9062,2,'2026-01-20 22:32:22','2026-01-20 22:32:22','6ebfe116-562d-4cf6-a0d1-17240635d611'),
(69027,57,11977,NULL,9063,3,'2026-01-20 22:32:22','2026-01-20 22:32:22','8c9a9fe2-1dbd-4daf-bcb8-847c66f9a1e8'),
(69028,57,11977,NULL,9060,4,'2026-01-20 22:32:22','2026-01-20 22:32:22','35badd17-5d64-4509-ba2e-2c92bac64c06'),
(69029,57,11977,NULL,9059,5,'2026-01-20 22:32:22','2026-01-20 22:32:22','672a06e7-5da2-414f-b8d5-8379609b4296'),
(69030,13,11977,NULL,6867,1,'2026-01-20 22:32:22','2026-01-20 22:32:22','cd8125d1-84c9-43c9-a260-7f5e37861ae0'),
(69031,32,11979,NULL,2614,1,'2026-01-20 22:32:35','2026-01-20 22:32:35','a6ce1e01-df71-46ad-bfc3-a8547666f7f0'),
(69032,32,11979,NULL,2610,2,'2026-01-20 22:32:35','2026-01-20 22:32:35','00dafec5-f383-48b7-8e76-3a9d838e5096'),
(69033,32,11979,NULL,2598,3,'2026-01-20 22:32:35','2026-01-20 22:32:35','241476e2-7dd3-4ee2-bd97-8339fcedd683'),
(69034,32,11979,NULL,2600,4,'2026-01-20 22:32:35','2026-01-20 22:32:35','ab5b47eb-85c0-478e-8abc-ac116d3a46b1'),
(69035,32,11979,NULL,2596,5,'2026-01-20 22:32:35','2026-01-20 22:32:35','22ebcdee-ea85-45bc-9975-163a3ca4b448'),
(69036,32,11979,NULL,2602,6,'2026-01-20 22:32:35','2026-01-20 22:32:35','a5a98448-809e-4c11-bbf9-2e71cc6a7149'),
(69037,32,11979,NULL,2606,7,'2026-01-20 22:32:35','2026-01-20 22:32:35','843c5f90-1395-4b39-b19a-35b1ae8002fc'),
(69038,32,11979,NULL,2604,8,'2026-01-20 22:32:35','2026-01-20 22:32:35','c7bf4190-08ec-4189-a25c-2cb570652944'),
(69039,32,11979,NULL,2608,9,'2026-01-20 22:32:35','2026-01-20 22:32:35','e7849b20-9480-41a1-ab01-572845d1dff0'),
(69040,16,11979,NULL,3425,1,'2026-01-20 22:32:35','2026-01-20 22:32:35','2b012e0d-53e1-4dd5-ae85-cbfb45555b4f'),
(69041,7,11979,NULL,601,1,'2026-01-20 22:32:35','2026-01-20 22:32:35','14b4a80c-557d-42fd-bd4d-22f78d7ffd4b'),
(69042,7,11979,NULL,617,2,'2026-01-20 22:32:35','2026-01-20 22:32:35','2e441fc9-1fdb-4858-a574-4687b0f52e51'),
(69043,7,11979,NULL,605,3,'2026-01-20 22:32:35','2026-01-20 22:32:35','498f9377-68f9-4fa0-948f-a636dbc34ed1'),
(69044,7,11979,NULL,9552,4,'2026-01-20 22:32:35','2026-01-20 22:32:35','ca89b295-1062-458b-9ac6-e978fcd88f93'),
(69045,82,11979,NULL,491,1,'2026-01-20 22:32:35','2026-01-20 22:32:35','a61a9309-14bb-4cbe-aca4-0e8a410b8378'),
(69046,46,11979,NULL,7381,1,'2026-01-20 22:32:35','2026-01-20 22:32:35','944bd393-ae22-4deb-a471-0c5c2e822c55'),
(69047,47,11979,NULL,10538,1,'2026-01-20 22:32:35','2026-01-20 22:32:35','35f1621c-a84c-483a-8bea-5548f959002d'),
(69048,57,11979,NULL,7862,1,'2026-01-20 22:32:35','2026-01-20 22:32:35','bb2e62b3-d933-49f2-91d9-1b21e304d471'),
(69049,57,11979,NULL,7858,2,'2026-01-20 22:32:35','2026-01-20 22:32:35','51799433-1b4b-4f43-b4b2-fe09b1665106'),
(69050,57,11979,NULL,7864,3,'2026-01-20 22:32:35','2026-01-20 22:32:35','8050adf1-a20f-4596-b45d-49bddb9bdbd4'),
(69051,57,11979,NULL,7859,4,'2026-01-20 22:32:35','2026-01-20 22:32:35','64f5ffbf-42ac-4fa2-868e-2703233839ed'),
(69052,57,11979,NULL,7861,5,'2026-01-20 22:32:35','2026-01-20 22:32:35','84181a14-e920-480e-a0c4-eba9e475136a'),
(69053,57,11979,NULL,7863,6,'2026-01-20 22:32:35','2026-01-20 22:32:35','da35812f-6373-43d8-b028-151a80f4ac38'),
(69054,57,11979,NULL,7860,7,'2026-01-20 22:32:35','2026-01-20 22:32:35','1c2a2bd3-1cda-41b4-88ce-4251075801ae'),
(69057,16,1473,NULL,11978,1,'2026-01-20 22:32:43','2026-01-20 22:32:43','5fe3176f-a1ac-4116-b196-0aade9ceba3b'),
(69058,32,11980,NULL,2598,1,'2026-01-20 22:32:43','2026-01-20 22:32:43','a516a931-6308-4617-a6af-1e8fecccc1bb'),
(69059,32,11980,NULL,2608,2,'2026-01-20 22:32:43','2026-01-20 22:32:43','2cb5d65b-fe79-43da-b410-4722c55f3398'),
(69060,32,11980,NULL,2600,3,'2026-01-20 22:32:43','2026-01-20 22:32:43','dd940d33-6180-430d-963f-19c905ccccaa'),
(69061,32,11980,NULL,2596,4,'2026-01-20 22:32:43','2026-01-20 22:32:43','2268c59a-68f8-4301-8b21-3987569b15ba'),
(69062,32,11980,NULL,2602,5,'2026-01-20 22:32:43','2026-01-20 22:32:43','76c0cc63-f737-4513-a1b2-a3219c2d5abc'),
(69063,32,11980,NULL,2606,6,'2026-01-20 22:32:43','2026-01-20 22:32:43','b44646da-2a35-4494-b9bd-fd9a540ddba7'),
(69064,32,11980,NULL,2604,7,'2026-01-20 22:32:43','2026-01-20 22:32:43','74a14b4e-1ed5-40e0-82b3-10c3822a981a'),
(69065,32,11980,NULL,2610,8,'2026-01-20 22:32:43','2026-01-20 22:32:43','f60753a8-ea41-4322-9986-e4639ed2914d'),
(69066,32,11980,NULL,2612,9,'2026-01-20 22:32:43','2026-01-20 22:32:43','42e49f37-c948-4121-855e-f74e202284ed'),
(69067,16,11980,NULL,11978,1,'2026-01-20 22:32:43','2026-01-20 22:32:43','4678bad0-ae8a-45ac-9295-7fe8d644d8c2'),
(69068,7,11980,NULL,617,1,'2026-01-20 22:32:43','2026-01-20 22:32:43','9cb147bc-5d56-4a0c-8583-430c0bf42273'),
(69069,7,11980,NULL,605,2,'2026-01-20 22:32:43','2026-01-20 22:32:43','9c905737-1436-47c7-8932-1d166290e49d'),
(69070,7,11980,NULL,9552,3,'2026-01-20 22:32:43','2026-01-20 22:32:43','f2754e47-963d-45b5-aea1-307db3674b1c'),
(69071,82,11980,NULL,491,1,'2026-01-20 22:32:43','2026-01-20 22:32:43','af776ae7-c711-42c2-9f38-4e3e0fa2e62a'),
(69072,47,11980,NULL,10466,1,'2026-01-20 22:32:43','2026-01-20 22:32:43','632f7616-9266-4e0f-b61f-8522702cc3fd'),
(69073,57,11980,NULL,9469,1,'2026-01-20 22:32:43','2026-01-20 22:32:43','de018fd4-0cbb-4a73-93ff-725738f5929d'),
(69074,57,11980,NULL,9470,2,'2026-01-20 22:32:43','2026-01-20 22:32:43','cb22d205-0094-45b7-9e1d-341c59f1ff95'),
(69075,57,11980,NULL,9471,3,'2026-01-20 22:32:43','2026-01-20 22:32:43','ceffbb52-5622-4f48-b3cd-2036e0263c65'),
(69076,57,11980,NULL,10097,4,'2026-01-20 22:32:43','2026-01-20 22:32:43','8c535b15-a955-4a97-983a-d94811697dbd'),
(69077,57,11980,NULL,10098,5,'2026-01-20 22:32:43','2026-01-20 22:32:43','0f68c9ee-68b4-4142-aab3-a12ccd10ec9b'),
(69078,57,11980,NULL,10099,6,'2026-01-20 22:32:43','2026-01-20 22:32:43','2ec398df-6c0d-46fd-b854-9814014f1970'),
(69079,57,11980,NULL,10100,7,'2026-01-20 22:32:43','2026-01-20 22:32:43','763f1dba-3e47-43a3-8fe3-b608cee039f5'),
(69080,57,11980,NULL,10101,8,'2026-01-20 22:32:43','2026-01-20 22:32:43','f49718be-dae9-4e66-bc88-5fce5f2624d0'),
(69081,57,11980,NULL,10102,9,'2026-01-20 22:32:43','2026-01-20 22:32:43','60ab8c06-2515-4069-8974-b05c4014073e'),
(69121,32,1219,NULL,2596,7,'2026-01-20 22:32:49','2026-01-20 22:32:49','250bad35-6173-4848-96df-e7ba0305b40f'),
(69122,32,1219,NULL,2606,8,'2026-01-20 22:32:49','2026-01-20 22:32:49','0539fa73-e6b9-475d-a0bf-e8ecbd4ded27'),
(69123,32,11982,NULL,2610,1,'2026-01-20 22:32:49','2026-01-20 22:32:49','8f1eb80f-fb09-4b21-80d4-5af33b6889e5'),
(69124,32,11982,NULL,2598,2,'2026-01-20 22:32:49','2026-01-20 22:32:49','2406cdf8-5219-4155-bf9f-b0aa47cf2a65'),
(69125,32,11982,NULL,2600,3,'2026-01-20 22:32:49','2026-01-20 22:32:49','04654409-3577-412f-99f2-3245e358d3a4'),
(69126,32,11982,NULL,2604,4,'2026-01-20 22:32:49','2026-01-20 22:32:49','bb7aa6fd-327c-45ba-a765-f62925e55840'),
(69127,32,11982,NULL,2608,5,'2026-01-20 22:32:49','2026-01-20 22:32:49','2a10e35d-d2ad-4e83-914d-32c01b52e502'),
(69128,32,11982,NULL,2602,6,'2026-01-20 22:32:49','2026-01-20 22:32:49','c0905c46-ace9-4bfb-99c0-db3dc4a57e0c'),
(69129,32,11982,NULL,2596,7,'2026-01-20 22:32:49','2026-01-20 22:32:49','de6b3503-7dff-41f9-b545-243814b50bdb'),
(69130,32,11982,NULL,2606,8,'2026-01-20 22:32:49','2026-01-20 22:32:49','0486ad07-e504-41c8-88db-67273af7bfd4'),
(69131,16,11982,NULL,4497,1,'2026-01-20 22:32:49','2026-01-20 22:32:49','6e3ec7cc-c8db-4ada-b714-e873cc0e1f86'),
(69132,7,11982,NULL,3468,1,'2026-01-20 22:32:49','2026-01-20 22:32:49','3b536b4e-6357-4e6e-87a2-f1659c60e492'),
(69133,7,11982,NULL,2969,2,'2026-01-20 22:32:49','2026-01-20 22:32:49','541570e4-8b22-498a-b297-6bb20377b654'),
(69134,7,11982,NULL,617,3,'2026-01-20 22:32:49','2026-01-20 22:32:49','c6094d17-5621-456c-9161-00d19d2411b5'),
(69135,7,11982,NULL,9732,4,'2026-01-20 22:32:49','2026-01-20 22:32:49','a4f33843-e6f0-4346-95ad-ef00e3060095'),
(69136,7,11982,NULL,9640,5,'2026-01-20 22:32:49','2026-01-20 22:32:49','709250af-6ab8-469e-8be8-1d50ebdcdcac'),
(69137,7,11982,NULL,9552,6,'2026-01-20 22:32:49','2026-01-20 22:32:49','f937d6b0-70e9-4e7b-887c-cc5aa71de6d7'),
(69138,7,11982,NULL,605,7,'2026-01-20 22:32:49','2026-01-20 22:32:49','d8622cd5-461d-476d-8f69-2ec8256171c8'),
(69139,82,11982,NULL,469,1,'2026-01-20 22:32:49','2026-01-20 22:32:49','1a3e072f-7144-48ff-aefd-c0938c0df280'),
(69140,82,11982,NULL,479,2,'2026-01-20 22:32:49','2026-01-20 22:32:49','580ddc38-a22b-43fc-a1af-688cc35965b4'),
(69141,82,11982,NULL,491,3,'2026-01-20 22:32:49','2026-01-20 22:32:49','a582e3e4-a6a7-47be-b281-7fd530e3a088'),
(69142,47,11982,NULL,10498,1,'2026-01-20 22:32:49','2026-01-20 22:32:49','10127b28-a432-4b0a-a729-51edadd3fa1f'),
(69143,57,11982,NULL,8923,1,'2026-01-20 22:32:49','2026-01-20 22:32:49','f740315f-65ec-40a7-9dd7-98e06b5ff135'),
(69144,57,11982,NULL,8936,2,'2026-01-20 22:32:49','2026-01-20 22:32:49','ed3b0066-e0bb-4ab9-898d-a7566f8cc651'),
(69145,57,11982,NULL,8934,3,'2026-01-20 22:32:49','2026-01-20 22:32:49','39e3771f-cc18-4a27-a9b0-7e473880f7e0'),
(69146,57,11982,NULL,8935,4,'2026-01-20 22:32:49','2026-01-20 22:32:49','78b91528-9d95-4983-87f8-2fe0ada46ee1'),
(69147,57,11982,NULL,8931,5,'2026-01-20 22:32:49','2026-01-20 22:32:49','d9f7a284-29e0-4d1f-9d87-1dfa4c6fefb0'),
(69148,57,11982,NULL,8928,6,'2026-01-20 22:32:49','2026-01-20 22:32:49','e8e7764a-6fa8-4938-b098-0a4a4a50215c'),
(69149,57,11982,NULL,8929,7,'2026-01-20 22:32:49','2026-01-20 22:32:49','e6e00068-4ecd-4139-8660-b6fb0851cebd'),
(69150,57,11982,NULL,8930,8,'2026-01-20 22:32:49','2026-01-20 22:32:49','99a2be4c-e6f9-4272-b040-48edacf7c28b'),
(69151,57,11982,NULL,8920,9,'2026-01-20 22:32:49','2026-01-20 22:32:49','8bbefbc4-1dc8-4007-a72d-ea7a41204c5d'),
(69152,57,11982,NULL,8918,10,'2026-01-20 22:32:49','2026-01-20 22:32:49','8ba23154-a79b-4392-b734-19df4a43be2a'),
(69153,57,11982,NULL,8919,11,'2026-01-20 22:32:49','2026-01-20 22:32:49','3f7df937-8ab1-4b13-ba47-e0ce6c4afee1'),
(69154,57,11982,NULL,8924,12,'2026-01-20 22:32:49','2026-01-20 22:32:49','c8549d36-ff61-4529-affd-5c47e32a5834'),
(69155,57,11982,NULL,8925,13,'2026-01-20 22:32:49','2026-01-20 22:32:49','8ada53c6-270b-48f7-88d9-99316c01bc9b'),
(69156,57,11982,NULL,8926,14,'2026-01-20 22:32:49','2026-01-20 22:32:49','bfb8fbd8-b930-4c86-8892-48108905ff1a'),
(69157,57,11982,NULL,8927,15,'2026-01-20 22:32:49','2026-01-20 22:32:49','445b38f6-4624-461a-9582-22b89af054bf'),
(69158,57,11982,NULL,8932,16,'2026-01-20 22:32:49','2026-01-20 22:32:49','6fc5f49d-9b60-4452-b759-2d0031b5fc6a'),
(69159,57,11982,NULL,8933,17,'2026-01-20 22:32:49','2026-01-20 22:32:49','6ec3fb35-8b3b-45d3-91de-266e495a6f0f'),
(69216,32,1401,NULL,2608,5,'2026-01-20 22:33:17','2026-01-20 22:33:17','f93e5494-8d81-4ef3-85a7-bd8a13f7477b'),
(69217,32,1401,NULL,2596,6,'2026-01-20 22:33:17','2026-01-20 22:33:17','964799ef-15b7-4d28-841a-3f4b6096b1ab'),
(69218,32,1401,NULL,2602,7,'2026-01-20 22:33:17','2026-01-20 22:33:17','7c1eefcf-84f9-4413-be29-cfe7063a3cff'),
(69219,32,1401,NULL,2606,8,'2026-01-20 22:33:17','2026-01-20 22:33:17','845a109c-f334-404d-9699-c1e18bb23680'),
(69220,32,11985,NULL,2610,1,'2026-01-20 22:33:17','2026-01-20 22:33:17','9d55a759-5f50-42bf-bc17-211223c4030d'),
(69221,32,11985,NULL,2598,2,'2026-01-20 22:33:17','2026-01-20 22:33:17','ee2ee17e-8dc7-41ff-87bc-04574ebbe6a2'),
(69222,32,11985,NULL,2600,3,'2026-01-20 22:33:17','2026-01-20 22:33:17','558da094-43bf-4587-831f-4508bd557429'),
(69223,32,11985,NULL,2604,4,'2026-01-20 22:33:17','2026-01-20 22:33:17','353ec784-b8c0-44a3-9c0b-3414db1426e8'),
(69224,32,11985,NULL,2608,5,'2026-01-20 22:33:17','2026-01-20 22:33:17','0cde533a-c25f-46a2-bb40-b55126ab9e02'),
(69225,32,11985,NULL,2596,6,'2026-01-20 22:33:17','2026-01-20 22:33:17','7fb8b117-acf5-4550-bdcf-b14b4e4c4577'),
(69226,32,11985,NULL,2602,7,'2026-01-20 22:33:17','2026-01-20 22:33:17','71292e42-fa38-4afe-825c-f9bfb950f9f4'),
(69227,32,11985,NULL,2606,8,'2026-01-20 22:33:17','2026-01-20 22:33:17','0e0a1b62-888e-45f4-b596-819e9baaa3f2'),
(69228,16,11985,NULL,9947,1,'2026-01-20 22:33:17','2026-01-20 22:33:17','1da66b9b-fd9c-4f16-8142-48626909dcbe'),
(69229,7,11985,NULL,605,1,'2026-01-20 22:33:17','2026-01-20 22:33:17','54d50d90-9740-4d59-94c9-2d770b9e2a38'),
(69230,7,11985,NULL,617,2,'2026-01-20 22:33:17','2026-01-20 22:33:17','3097a828-a5f4-4aa3-aca7-a1305ced56ea'),
(69231,7,11985,NULL,9552,3,'2026-01-20 22:33:17','2026-01-20 22:33:17','f333c436-11bc-4ff7-b80e-56966883fdf8'),
(69232,82,11985,NULL,469,1,'2026-01-20 22:33:17','2026-01-20 22:33:17','a8242324-697d-4d30-a192-539306f31e36'),
(69233,82,11985,NULL,475,2,'2026-01-20 22:33:17','2026-01-20 22:33:17','4040f60f-1cb3-4652-b496-9eee5fc1960e'),
(69234,82,11985,NULL,479,3,'2026-01-20 22:33:17','2026-01-20 22:33:17','7ebfa213-9f20-46f5-bc2c-63514192dbb3'),
(69235,82,11985,NULL,491,4,'2026-01-20 22:33:17','2026-01-20 22:33:17','9b801ae1-1280-402c-997c-eb2816e65a37'),
(69236,57,11985,NULL,9959,1,'2026-01-20 22:33:17','2026-01-20 22:33:17','cabb61b1-f1d3-4343-ad71-0f6531e719a9'),
(69237,57,11985,NULL,9972,2,'2026-01-20 22:33:17','2026-01-20 22:33:17','7a4abd2a-7c21-4261-9caa-cd57c544e249'),
(69238,57,11985,NULL,9973,3,'2026-01-20 22:33:17','2026-01-20 22:33:17','ebf722d7-ceb8-4f20-aadb-332206a6a78d'),
(69239,57,11985,NULL,9957,4,'2026-01-20 22:33:17','2026-01-20 22:33:17','6714b60d-c3db-438b-936b-029fbb3f5e2a'),
(69240,57,11985,NULL,9953,5,'2026-01-20 22:33:17','2026-01-20 22:33:17','8331e2e1-bae8-4b26-aa1a-f88cb1cbc8de'),
(69241,57,11985,NULL,9954,6,'2026-01-20 22:33:17','2026-01-20 22:33:17','cc817acb-dae7-45de-a91a-558e9c68cf94'),
(69242,57,11985,NULL,9956,7,'2026-01-20 22:33:17','2026-01-20 22:33:17','5615cbe5-163a-48d4-8b87-c197ae6baa30'),
(69243,57,11985,NULL,9949,8,'2026-01-20 22:33:17','2026-01-20 22:33:17','f86dc929-1659-43a9-8e5d-3044d8876f48'),
(69244,57,11985,NULL,9958,9,'2026-01-20 22:33:17','2026-01-20 22:33:17','d6f78411-8f47-43e9-a69d-3ef5e8dac02e'),
(69245,57,11985,NULL,9960,10,'2026-01-20 22:33:17','2026-01-20 22:33:17','5a636fa8-541d-4645-9a0e-8c3101809012'),
(69246,57,11985,NULL,9962,11,'2026-01-20 22:33:17','2026-01-20 22:33:17','0cc9ff3d-4edc-4f1f-9d4b-b3292f13ba36'),
(69247,57,11985,NULL,9971,12,'2026-01-20 22:33:17','2026-01-20 22:33:17','6c914a80-c35a-4cb6-adbd-0a352947b101'),
(69248,13,11985,NULL,7732,1,'2026-01-20 22:33:17','2026-01-20 22:33:17','edb9b71c-a659-49ec-b5be-51a513672cd1'),
(69277,32,999,NULL,2606,8,'2026-01-20 22:33:28','2026-01-20 22:33:28','ad3f54f0-904f-4c6b-811d-3fc03a80dded'),
(69278,32,11987,NULL,2610,1,'2026-01-20 22:33:28','2026-01-20 22:33:28','fb24fab9-9483-4c26-bcd7-79c21ebdbc50'),
(69279,32,11987,NULL,2598,2,'2026-01-20 22:33:28','2026-01-20 22:33:28','54c98548-acff-495c-8e6a-b191485a0ec5'),
(69280,32,11987,NULL,2600,3,'2026-01-20 22:33:28','2026-01-20 22:33:28','71d3a258-c1c4-4358-8b26-891858c0b962'),
(69281,32,11987,NULL,2596,4,'2026-01-20 22:33:28','2026-01-20 22:33:28','55eb741a-1b25-452a-a94b-e3e08d827383'),
(69282,32,11987,NULL,2602,5,'2026-01-20 22:33:28','2026-01-20 22:33:28','2a0a6c96-4159-40b5-a4cd-033ae615ea24'),
(69283,32,11987,NULL,2604,6,'2026-01-20 22:33:28','2026-01-20 22:33:28','6582ab1e-d641-4a66-9c17-41018bfd5359'),
(69284,32,11987,NULL,2608,7,'2026-01-20 22:33:28','2026-01-20 22:33:28','98714094-d24f-447c-9cc8-3446cc672ac8'),
(69285,32,11987,NULL,2606,8,'2026-01-20 22:33:28','2026-01-20 22:33:28','dcb479da-fb89-4eb9-99a2-979a8495a115'),
(69286,16,11987,NULL,7871,1,'2026-01-20 22:33:28','2026-01-20 22:33:28','52027183-21ce-446c-98d0-4ed55d698bd7'),
(69287,7,11987,NULL,6547,1,'2026-01-20 22:33:28','2026-01-20 22:33:28','47d28407-a833-4130-9943-4185e05ca5a4'),
(69288,7,11987,NULL,601,2,'2026-01-20 22:33:28','2026-01-20 22:33:28','b746c1ff-367f-4091-84c3-2be26c5d1a52'),
(69289,7,11987,NULL,617,3,'2026-01-20 22:33:28','2026-01-20 22:33:28','34fe8d00-8d99-4003-b34c-16bfa7e947df'),
(69290,7,11987,NULL,9724,4,'2026-01-20 22:33:28','2026-01-20 22:33:28','9aa18cb0-8065-4743-b088-afaf9778265d'),
(69291,7,11987,NULL,2974,5,'2026-01-20 22:33:28','2026-01-20 22:33:28','efe4e3bf-679f-4e86-9b04-f548c1c95e9e'),
(69292,7,11987,NULL,9640,6,'2026-01-20 22:33:28','2026-01-20 22:33:28','c00b5c56-4e51-48ff-b01a-6827f63dbfa8'),
(69293,7,11987,NULL,605,7,'2026-01-20 22:33:28','2026-01-20 22:33:28','f05dfc7b-99a0-4b47-a746-c5c9a3388608'),
(69294,7,11987,NULL,9552,8,'2026-01-20 22:33:28','2026-01-20 22:33:28','178c79a2-d1ba-45b2-b786-8af2c11ad978'),
(69295,82,11987,NULL,479,1,'2026-01-20 22:33:28','2026-01-20 22:33:28','0e0eab1b-cf0e-4fdc-99d0-3c2fb0e093cd'),
(69296,82,11987,NULL,491,2,'2026-01-20 22:33:28','2026-01-20 22:33:28','230d7c6d-3bb6-45f6-a330-a05556107a64'),
(69297,46,11987,NULL,7369,1,'2026-01-20 22:33:28','2026-01-20 22:33:28','20870829-917a-4361-9169-42a9f1511212'),
(69298,47,11987,NULL,10543,1,'2026-01-20 22:33:28','2026-01-20 22:33:28','8ce65c55-b490-431f-b0d8-7ceea9cbe040'),
(69299,57,11987,NULL,7870,1,'2026-01-20 22:33:28','2026-01-20 22:33:28','8627de27-d19e-4e3a-b70c-5ddef2e9c72a'),
(69300,57,11987,NULL,7869,2,'2026-01-20 22:33:28','2026-01-20 22:33:28','daa97244-5a03-4311-bb2a-0674883e5508'),
(69301,57,11987,NULL,7868,3,'2026-01-20 22:33:28','2026-01-20 22:33:28','aaf97ee5-19f2-403c-8bd9-13c06c6557e8'),
(69302,57,11987,NULL,7874,4,'2026-01-20 22:33:28','2026-01-20 22:33:28','e987b1f0-8b2e-4fe7-a833-cb01ca44ae2b'),
(69303,57,11987,NULL,7873,5,'2026-01-20 22:33:28','2026-01-20 22:33:28','f9b5347a-a16c-4d1e-a998-8a98ddfc8a33'),
(69304,57,11987,NULL,3467,6,'2026-01-20 22:33:28','2026-01-20 22:33:28','85492c3c-3943-4cd0-8605-77f28ab945f6'),
(69305,57,11987,NULL,7872,7,'2026-01-20 22:33:28','2026-01-20 22:33:28','9316902c-a859-4195-8508-39a3f65b93fd'),
(69377,32,1085,NULL,2606,8,'2026-01-20 22:33:57','2026-01-20 22:33:57','abb1832d-6847-4627-bccd-176d5fd0339f'),
(69378,32,11991,NULL,2610,1,'2026-01-20 22:33:57','2026-01-20 22:33:57','80d4caf8-a285-4300-a6ed-9a3fc6b8c5d9'),
(69379,32,11991,NULL,2598,2,'2026-01-20 22:33:57','2026-01-20 22:33:57','7a7ad51f-9c79-4b12-95b6-e1a6d5c67d9e'),
(69380,32,11991,NULL,2600,3,'2026-01-20 22:33:57','2026-01-20 22:33:57','1c44fb6d-ff48-45e0-ae38-36fcf416ddee'),
(69381,32,11991,NULL,2604,4,'2026-01-20 22:33:57','2026-01-20 22:33:57','0264ec2f-1593-4d5c-9b55-4bf4f6496afe'),
(69382,32,11991,NULL,2608,5,'2026-01-20 22:33:57','2026-01-20 22:33:57','0fe51d6b-45e7-402a-988e-90a019da82ad'),
(69383,32,11991,NULL,2596,6,'2026-01-20 22:33:57','2026-01-20 22:33:57','02fac466-341a-4f02-b296-60b9cdeff96f'),
(69384,32,11991,NULL,2602,7,'2026-01-20 22:33:57','2026-01-20 22:33:57','f3141417-e936-4c3a-b713-042cc107e4ba'),
(69385,32,11991,NULL,2606,8,'2026-01-20 22:33:57','2026-01-20 22:33:57','6f39e65d-b5c4-4e11-911f-773a98574532'),
(69386,16,11991,NULL,3865,1,'2026-01-20 22:33:57','2026-01-20 22:33:57','97655aae-3e4f-45da-b93c-cd42b80c6bfa'),
(69387,7,11991,NULL,3468,1,'2026-01-20 22:33:57','2026-01-20 22:33:57','15348e61-8cde-4b81-8bb0-4eb06b3c02af'),
(69388,7,11991,NULL,601,2,'2026-01-20 22:33:57','2026-01-20 22:33:57','6cba95e0-6749-4dfa-94c7-9fe25e3a9b8a'),
(69389,7,11991,NULL,3093,3,'2026-01-20 22:33:57','2026-01-20 22:33:57','548c9d95-44a3-47f3-a95f-7a305a4ab9b4'),
(69390,7,11991,NULL,617,4,'2026-01-20 22:33:57','2026-01-20 22:33:57','779fe3ef-6481-438d-85e7-45a5141f0a51'),
(69391,7,11991,NULL,605,5,'2026-01-20 22:33:57','2026-01-20 22:33:57','2f4cb446-f4ff-447a-98e4-efcb09f6b36b'),
(69392,7,11991,NULL,9552,6,'2026-01-20 22:33:57','2026-01-20 22:33:57','db9cf119-a707-4d52-ad56-19e784f1d08b'),
(69393,82,11991,NULL,479,1,'2026-01-20 22:33:57','2026-01-20 22:33:57','d29ac01c-8fde-4163-aa88-5482b73ce82d'),
(69394,82,11991,NULL,491,2,'2026-01-20 22:33:57','2026-01-20 22:33:57','cf190a28-aed4-4e2d-8be3-879b4df859f4'),
(69395,57,11991,NULL,8094,1,'2026-01-20 22:33:57','2026-01-20 22:33:57','f1f11d9a-d8a2-4282-aae7-22838b45223e'),
(69396,57,11991,NULL,8093,2,'2026-01-20 22:33:57','2026-01-20 22:33:57','53e2e4b4-f171-4d18-a969-7696569c23a1'),
(69397,57,11991,NULL,8095,3,'2026-01-20 22:33:57','2026-01-20 22:33:57','a4e753e9-55ef-4afb-83b8-de2cb49548b5'),
(69398,57,11991,NULL,8092,4,'2026-01-20 22:33:57','2026-01-20 22:33:57','d309af48-b094-4038-bb39-3c2b1d83ab1d'),
(69456,32,1225,NULL,2596,7,'2026-01-20 22:34:26','2026-01-20 22:34:26','a5d41bad-006f-4ab5-bf20-85370445d911'),
(69457,32,1225,NULL,2606,8,'2026-01-20 22:34:26','2026-01-20 22:34:26','7d59cdab-de33-4e26-9d8c-d282c0dd85c7'),
(69458,32,11994,NULL,2610,1,'2026-01-20 22:34:26','2026-01-20 22:34:26','01a342ab-ee5f-4679-af5c-84c322b60809'),
(69459,32,11994,NULL,2598,2,'2026-01-20 22:34:26','2026-01-20 22:34:26','ed633537-ae71-43e4-a5f9-f377fc15f82f'),
(69460,32,11994,NULL,2600,3,'2026-01-20 22:34:26','2026-01-20 22:34:26','361a68f2-15ca-4c70-9c31-e81fd5b8c47b'),
(69461,32,11994,NULL,2604,4,'2026-01-20 22:34:26','2026-01-20 22:34:26','72363515-282b-43de-8787-ceed6a86889b'),
(69462,32,11994,NULL,2608,5,'2026-01-20 22:34:26','2026-01-20 22:34:26','2fca3990-9972-4175-b741-ac0b2d4362ee'),
(69463,32,11994,NULL,2602,6,'2026-01-20 22:34:26','2026-01-20 22:34:26','f8d09168-297e-4af2-bd53-491e112553a3'),
(69464,32,11994,NULL,2596,7,'2026-01-20 22:34:26','2026-01-20 22:34:26','187d9ff0-fb15-41fa-94a9-92787be20054'),
(69465,32,11994,NULL,2606,8,'2026-01-20 22:34:26','2026-01-20 22:34:26','7c96ef42-d4a9-4333-a7e7-a2dffd5b8266'),
(69466,16,11994,NULL,4526,1,'2026-01-20 22:34:26','2026-01-20 22:34:26','0029d8f7-9181-4d3c-9e57-628961472f66'),
(69467,7,11994,NULL,2969,1,'2026-01-20 22:34:26','2026-01-20 22:34:26','a751b883-bef9-4769-abf9-8e8122215673'),
(69468,7,11994,NULL,2974,2,'2026-01-20 22:34:26','2026-01-20 22:34:26','24cab3c6-daef-47b7-b33b-0405a7909e53'),
(69469,7,11994,NULL,617,3,'2026-01-20 22:34:26','2026-01-20 22:34:26','a645dee9-5500-4585-a091-21b21cb6df96'),
(69470,7,11994,NULL,605,4,'2026-01-20 22:34:26','2026-01-20 22:34:26','41f14f89-d85e-49e6-839b-825bbfd9f357'),
(69471,7,11994,NULL,9552,5,'2026-01-20 22:34:26','2026-01-20 22:34:26','fedcfa7a-e9bf-4b70-8a91-e0c0afec45d5'),
(69472,82,11994,NULL,469,1,'2026-01-20 22:34:26','2026-01-20 22:34:26','5c534271-58d3-4025-a69f-ef061c479b88'),
(69473,82,11994,NULL,479,2,'2026-01-20 22:34:26','2026-01-20 22:34:26','193bbab6-4094-42ef-84b2-729def8833da'),
(69474,82,11994,NULL,491,3,'2026-01-20 22:34:26','2026-01-20 22:34:26','192e85fb-479f-47e5-80ff-30f74f7a747e'),
(69475,47,11994,NULL,10501,1,'2026-01-20 22:34:26','2026-01-20 22:34:26','c8bfa900-8b0f-402e-b534-74e65e44d8b6'),
(69476,57,11994,NULL,8955,1,'2026-01-20 22:34:26','2026-01-20 22:34:26','8fd341c2-d770-45bb-9690-d0baf535f062'),
(69477,57,11994,NULL,8956,2,'2026-01-20 22:34:26','2026-01-20 22:34:26','cb4162f5-c804-4784-a060-9adee6d8ac48'),
(69478,57,11994,NULL,8957,3,'2026-01-20 22:34:26','2026-01-20 22:34:26','fd7c14eb-c9c8-49ff-b101-abe6af07372c'),
(69479,57,11994,NULL,8958,4,'2026-01-20 22:34:26','2026-01-20 22:34:26','1e9c6b24-ad33-4c69-bd67-402975c14f6e'),
(69480,57,11994,NULL,8953,5,'2026-01-20 22:34:26','2026-01-20 22:34:26','c8231b0e-335e-4acd-990d-962b2a7233d5'),
(69481,57,11994,NULL,8954,6,'2026-01-20 22:34:26','2026-01-20 22:34:26','783009c7-5687-4feb-bced-df1c96e1a3dc'),
(69482,57,11994,NULL,9592,7,'2026-01-20 22:34:26','2026-01-20 22:34:26','6dc070d1-6392-4a60-a584-e7ebb1cb88a5'),
(69483,57,11994,NULL,8959,8,'2026-01-20 22:34:26','2026-01-20 22:34:26','6340fb94-8cb1-4044-8722-73e08417cf3b'),
(69509,32,1005,NULL,2606,9,'2026-01-20 22:34:37','2026-01-20 22:34:37','a1e47802-c472-4a16-92ff-cae4d22f4883'),
(69510,32,11996,NULL,2610,1,'2026-01-20 22:34:37','2026-01-20 22:34:37','83994ca1-988a-4900-ac86-2537054b2f87'),
(69511,32,11996,NULL,2598,2,'2026-01-20 22:34:37','2026-01-20 22:34:37','642cf672-2985-4dd9-8878-9c7a9642b1cf'),
(69512,32,11996,NULL,2608,3,'2026-01-20 22:34:37','2026-01-20 22:34:37','5b00e6c8-1560-4577-8578-5929e313044c'),
(69513,32,11996,NULL,2600,4,'2026-01-20 22:34:37','2026-01-20 22:34:37','f4afbcf4-eddc-47c5-b24c-3251b37233ea'),
(69514,32,11996,NULL,2596,5,'2026-01-20 22:34:37','2026-01-20 22:34:37','83243b5c-ab9f-4197-8df7-e5660c82f6ab'),
(69515,32,11996,NULL,2602,6,'2026-01-20 22:34:37','2026-01-20 22:34:37','11243bd9-3793-40ca-965b-244c725f16d9'),
(69516,32,11996,NULL,2612,7,'2026-01-20 22:34:37','2026-01-20 22:34:37','525d5df3-f988-4756-82c3-7392e50cdcb4'),
(69517,32,11996,NULL,2604,8,'2026-01-20 22:34:37','2026-01-20 22:34:37','98a158eb-99d3-48f0-91b4-4e60bcf665c7'),
(69518,32,11996,NULL,2606,9,'2026-01-20 22:34:37','2026-01-20 22:34:37','d46e5d91-ccaa-4f40-8df1-0dc961192844'),
(69519,16,11996,NULL,7881,1,'2026-01-20 22:34:37','2026-01-20 22:34:37','8a2da56f-91a0-421b-8349-aac2bf963658'),
(69520,7,11996,NULL,601,1,'2026-01-20 22:34:37','2026-01-20 22:34:37','9f343ad4-f732-4e09-b451-076e3408bcd9'),
(69521,7,11996,NULL,605,2,'2026-01-20 22:34:37','2026-01-20 22:34:37','d2357486-798e-4e61-80bb-4a6e7eaff052'),
(69522,7,11996,NULL,617,3,'2026-01-20 22:34:37','2026-01-20 22:34:37','4225e25c-3696-416b-96e1-53ba2e8a1905'),
(69523,7,11996,NULL,2974,4,'2026-01-20 22:34:37','2026-01-20 22:34:37','f64096a7-2175-4d30-9a39-c737cca1ea32'),
(69524,7,11996,NULL,9552,5,'2026-01-20 22:34:37','2026-01-20 22:34:37','ac270e38-2e23-4121-b0ad-52eb82fee070'),
(69525,82,11996,NULL,479,1,'2026-01-20 22:34:37','2026-01-20 22:34:37','2dd8ca02-ded9-4eff-be0b-b30be4096242'),
(69526,82,11996,NULL,491,2,'2026-01-20 22:34:37','2026-01-20 22:34:37','86ecd07a-84ed-466e-924b-1793b82c62e6'),
(69527,47,11996,NULL,10546,1,'2026-01-20 22:34:37','2026-01-20 22:34:37','50d191fe-d4c2-411b-9af7-8b17c1e03bf4'),
(69528,57,11996,NULL,7883,1,'2026-01-20 22:34:37','2026-01-20 22:34:37','8e577e53-baec-4175-899f-4650bb0e2ce9'),
(69529,57,11996,NULL,7886,2,'2026-01-20 22:34:37','2026-01-20 22:34:37','011e9e8f-9fed-491d-8547-792ff39af787'),
(69530,57,11996,NULL,7885,3,'2026-01-20 22:34:37','2026-01-20 22:34:37','fae3892f-f0b5-47ec-abf9-d2cf258caffb'),
(69531,57,11996,NULL,7882,4,'2026-01-20 22:34:37','2026-01-20 22:34:37','4bd14089-a648-452b-994e-7dfd16fc50b7'),
(69532,57,11996,NULL,7884,5,'2026-01-20 22:34:37','2026-01-20 22:34:37','6998ca0f-306e-4e33-a539-e6045e59b933'),
(69589,32,1315,NULL,2606,10,'2026-01-20 22:36:02','2026-01-20 22:36:02','baa81be5-e995-45cb-bf62-c6499955532e'),
(69590,32,11999,NULL,2610,1,'2026-01-20 22:36:02','2026-01-20 22:36:02','7e6fd409-87fa-4183-b9cb-243f4804d704'),
(69591,32,11999,NULL,2598,2,'2026-01-20 22:36:02','2026-01-20 22:36:02','3a74e46e-8de1-4c93-a94e-cd0b5957b0d9'),
(69592,32,11999,NULL,2608,3,'2026-01-20 22:36:02','2026-01-20 22:36:02','02064744-38bc-480c-9382-b1ef2c2ee4b0'),
(69593,32,11999,NULL,2600,4,'2026-01-20 22:36:02','2026-01-20 22:36:02','23bb98a3-81d6-456f-a06c-261f71507d0a'),
(69594,32,11999,NULL,2596,5,'2026-01-20 22:36:02','2026-01-20 22:36:02','0956b08a-4e3a-4d54-9303-65453d894f1d'),
(69595,32,11999,NULL,2602,6,'2026-01-20 22:36:02','2026-01-20 22:36:02','055f5980-39c6-4a84-93c0-312467fe3e63'),
(69596,32,11999,NULL,2612,7,'2026-01-20 22:36:02','2026-01-20 22:36:02','e8bfc8c2-98ee-41bf-9568-25c07b5fc62c'),
(69597,32,11999,NULL,2618,8,'2026-01-20 22:36:02','2026-01-20 22:36:02','2164f495-7cc4-4f52-b84b-ed2ad575be0f'),
(69598,32,11999,NULL,2604,9,'2026-01-20 22:36:02','2026-01-20 22:36:02','5ce68077-2b0a-48f5-9f44-7bfed4e548c1'),
(69599,32,11999,NULL,2606,10,'2026-01-20 22:36:02','2026-01-20 22:36:02','37a10d85-b4c0-4f51-8837-ca7925869948'),
(69600,16,11999,NULL,9068,1,'2026-01-20 22:36:02','2026-01-20 22:36:02','99d17430-bc7e-4d8a-956c-3ea0d8fba299'),
(69601,7,11999,NULL,6547,1,'2026-01-20 22:36:02','2026-01-20 22:36:02','a6571eb1-0e68-4f00-9cf4-20648f4989eb'),
(69602,7,11999,NULL,601,2,'2026-01-20 22:36:02','2026-01-20 22:36:02','cdadee48-8fd2-4300-b53f-d2829c1f0dcd'),
(69603,7,11999,NULL,617,3,'2026-01-20 22:36:02','2026-01-20 22:36:02','b661d9ac-1b0d-4d9a-8f77-dc519b4760ec'),
(69604,7,11999,NULL,9732,4,'2026-01-20 22:36:02','2026-01-20 22:36:02','dd4932db-c1ca-445d-9a3d-e6dfdfcf15ce'),
(69605,7,11999,NULL,9735,5,'2026-01-20 22:36:02','2026-01-20 22:36:02','641ec5d5-fcc9-41a3-8e97-7c3798454fef'),
(69606,7,11999,NULL,2972,6,'2026-01-20 22:36:02','2026-01-20 22:36:02','e3ad5f19-d8ba-4835-864c-2914a24ca098'),
(69607,7,11999,NULL,9549,7,'2026-01-20 22:36:02','2026-01-20 22:36:02','885d6ed3-6cef-491e-b763-43201db8a287'),
(69608,7,11999,NULL,605,8,'2026-01-20 22:36:02','2026-01-20 22:36:02','34d8f7dd-ae1e-40a9-bc29-01f2a100d77e'),
(69609,7,11999,NULL,9552,9,'2026-01-20 22:36:02','2026-01-20 22:36:02','7cb7e10e-3027-4a08-aaf3-b1ea8d6d3be3'),
(69610,82,11999,NULL,479,1,'2026-01-20 22:36:02','2026-01-20 22:36:02','504bf4cb-ca7c-4675-b99b-291aa04c76a0'),
(69611,82,11999,NULL,491,2,'2026-01-20 22:36:02','2026-01-20 22:36:02','fa1e47d1-eb72-4ac1-9e45-df0aad077430'),
(69612,46,11999,NULL,3697,1,'2026-01-20 22:36:02','2026-01-20 22:36:02','04686bb9-33ef-4b4c-a5db-e7b6d294d04e'),
(69613,57,11999,NULL,9071,1,'2026-01-20 22:36:02','2026-01-20 22:36:02','56e488fc-8025-40bc-b3bb-9aefdb0fbdd5'),
(69614,57,11999,NULL,9072,2,'2026-01-20 22:36:02','2026-01-20 22:36:02','f1a33dee-2105-4569-a136-e2cd4112bd27'),
(69615,57,11999,NULL,9073,3,'2026-01-20 22:36:02','2026-01-20 22:36:02','223aad9d-f940-4002-90dd-a93e7e3719fa'),
(69616,57,11999,NULL,9074,4,'2026-01-20 22:36:02','2026-01-20 22:36:02','b453a17e-d1c3-4ffb-b721-ab096a13f9bf'),
(69617,57,11999,NULL,9075,5,'2026-01-20 22:36:02','2026-01-20 22:36:02','107b669b-e9f4-45aa-9688-3b5c07ec2701'),
(69618,13,11999,NULL,6872,1,'2026-01-20 22:36:02','2026-01-20 22:36:02','68b25abc-8147-4765-b5d4-be80596ff9fb'),
(69647,32,1383,NULL,2606,10,'2026-01-20 22:36:14','2026-01-20 22:36:14','e4ca1c32-6a73-484c-a75f-fc607928f016'),
(69648,32,12001,NULL,2614,1,'2026-01-20 22:36:14','2026-01-20 22:36:14','13b600c2-e4c2-4f10-b1f6-54590cc8cba4'),
(69649,32,12001,NULL,2610,2,'2026-01-20 22:36:14','2026-01-20 22:36:14','ff5f893c-64cb-4d0e-8f7a-5d1db7225d68'),
(69650,32,12001,NULL,2598,3,'2026-01-20 22:36:14','2026-01-20 22:36:14','192b3a98-76c7-4e7e-a4d3-f62c9d262c0d'),
(69651,32,12001,NULL,2608,4,'2026-01-20 22:36:14','2026-01-20 22:36:14','458c07d4-d381-424c-8edc-ba6a22c87d22'),
(69652,32,12001,NULL,2600,5,'2026-01-20 22:36:14','2026-01-20 22:36:14','817844c1-868e-4ef2-b28f-f7f336e15b2b'),
(69653,32,12001,NULL,2596,6,'2026-01-20 22:36:14','2026-01-20 22:36:14','c6375227-a770-4129-8b7d-a9c4530d1328'),
(69654,32,12001,NULL,2602,7,'2026-01-20 22:36:14','2026-01-20 22:36:14','318290ce-7172-47c6-b348-e6de4c7c3172'),
(69655,32,12001,NULL,2612,8,'2026-01-20 22:36:14','2026-01-20 22:36:14','91de10b0-30c6-4b7f-9d6f-c0a9d338fa70'),
(69656,32,12001,NULL,2604,9,'2026-01-20 22:36:14','2026-01-20 22:36:14','e743edf6-ecc1-4725-b12d-b5649c57bdcc'),
(69657,32,12001,NULL,2606,10,'2026-01-20 22:36:14','2026-01-20 22:36:14','a82c2a2b-d304-4fe7-acb4-a7dbf142ea26'),
(69658,16,12001,NULL,9901,1,'2026-01-20 22:36:14','2026-01-20 22:36:14','faa0dadd-4f92-4f30-8e4f-131859f464a8'),
(69659,7,12001,NULL,605,1,'2026-01-20 22:36:14','2026-01-20 22:36:14','c5ec513e-49b4-4631-8206-26c446619902'),
(69660,7,12001,NULL,617,2,'2026-01-20 22:36:14','2026-01-20 22:36:14','4f275324-b394-4f52-a263-4c5cee51e504'),
(69661,7,12001,NULL,9552,3,'2026-01-20 22:36:14','2026-01-20 22:36:14','e926280f-bed8-47df-9fc9-7726ea3cf522'),
(69662,82,12001,NULL,479,1,'2026-01-20 22:36:14','2026-01-20 22:36:14','04fe3512-c1a2-4b34-9316-bc53225e7b69'),
(69663,57,12001,NULL,9903,1,'2026-01-20 22:36:14','2026-01-20 22:36:14','2855e5df-5dec-4c28-996e-03ffbfb7e363'),
(69664,57,12001,NULL,9904,2,'2026-01-20 22:36:14','2026-01-20 22:36:14','f7f2752c-388e-4dff-aefb-1c5106c1fbbd'),
(69665,57,12001,NULL,9907,3,'2026-01-20 22:36:14','2026-01-20 22:36:14','470d178d-5e1f-45e4-99a0-a34b4490a2f4'),
(69666,57,12001,NULL,9908,4,'2026-01-20 22:36:14','2026-01-20 22:36:14','39ee9f86-c3e7-4177-9927-f689eea651e9'),
(69667,57,12001,NULL,9909,5,'2026-01-20 22:36:14','2026-01-20 22:36:14','1a6cb2eb-8699-4aef-9d4b-92f49fb5161d'),
(69668,57,12001,NULL,9910,6,'2026-01-20 22:36:14','2026-01-20 22:36:14','785378d3-46cb-4e8f-a8a6-306939589ce3'),
(69669,57,12001,NULL,9911,7,'2026-01-20 22:36:14','2026-01-20 22:36:14','99d5fbe8-6ea9-40ac-87be-1bfc030b7570'),
(69670,57,12001,NULL,9912,8,'2026-01-20 22:36:14','2026-01-20 22:36:14','54e6084c-2fa7-47f4-87da-5d5c6f03136b'),
(69671,57,12001,NULL,9913,9,'2026-01-20 22:36:14','2026-01-20 22:36:14','6637649e-0e59-4671-bcf5-92b0b2ffb674'),
(69672,57,12001,NULL,9914,10,'2026-01-20 22:36:14','2026-01-20 22:36:14','e778494f-6418-416c-81ba-b5dc4e311ff2'),
(69673,57,12001,NULL,9915,11,'2026-01-20 22:36:14','2026-01-20 22:36:14','7d805e05-fad0-497b-881d-0e8a79851f31'),
(69674,57,12001,NULL,9905,12,'2026-01-20 22:36:14','2026-01-20 22:36:14','e9d8681d-7bd9-4a6a-b291-0cd873f1fdf3'),
(69675,57,12001,NULL,9906,13,'2026-01-20 22:36:14','2026-01-20 22:36:14','8ecb1ad2-f46d-477e-b415-fc3c49d78365'),
(69698,32,1323,NULL,2606,9,'2026-01-20 22:36:28','2026-01-20 22:36:28','97bcff78-b9e7-422b-8fef-df91fe54da56'),
(69699,32,12003,NULL,2610,1,'2026-01-20 22:36:28','2026-01-20 22:36:28','522faee5-45a0-48f0-98b6-b96346149a94'),
(69700,32,12003,NULL,2598,2,'2026-01-20 22:36:28','2026-01-20 22:36:28','96c26938-4453-4fba-bafb-3d7759271e16'),
(69701,32,12003,NULL,2608,3,'2026-01-20 22:36:28','2026-01-20 22:36:28','a0f1d741-8016-4763-9e02-8d00f0c97b88'),
(69702,32,12003,NULL,2600,4,'2026-01-20 22:36:28','2026-01-20 22:36:28','ee745c68-0c0b-44d7-b2b2-b28ae4796a61'),
(69703,32,12003,NULL,2596,5,'2026-01-20 22:36:28','2026-01-20 22:36:28','115564e2-0b69-4c49-8e5f-5e923dffe3a4'),
(69704,32,12003,NULL,2602,6,'2026-01-20 22:36:28','2026-01-20 22:36:28','d000cd56-c4cd-4b49-a997-8655b2b33d9e'),
(69705,32,12003,NULL,2612,7,'2026-01-20 22:36:28','2026-01-20 22:36:28','d6765a63-6187-47bc-80e5-465a17cd9099'),
(69706,32,12003,NULL,2604,8,'2026-01-20 22:36:28','2026-01-20 22:36:28','10946497-be4f-412f-97c7-c682bbc79f44'),
(69707,32,12003,NULL,2606,9,'2026-01-20 22:36:28','2026-01-20 22:36:28','099c41c1-06d8-4344-b49e-4e4a9b8a2a39'),
(69708,16,12003,NULL,9080,1,'2026-01-20 22:36:28','2026-01-20 22:36:28','3eb6c72f-99dd-45ba-8ab0-5b50ff6d1eba'),
(69709,7,12003,NULL,605,1,'2026-01-20 22:36:28','2026-01-20 22:36:28','b5e51f20-d3f9-4a8d-a018-7906ab4d347c'),
(69710,7,12003,NULL,617,2,'2026-01-20 22:36:28','2026-01-20 22:36:28','01f772b1-5e5e-4d0e-b6cc-c072a1e67e3c'),
(69711,7,12003,NULL,9552,3,'2026-01-20 22:36:28','2026-01-20 22:36:28','8d8efe7e-a44c-419d-b9c0-71e1540194e9'),
(69712,82,12003,NULL,479,1,'2026-01-20 22:36:28','2026-01-20 22:36:28','7e67f7f7-7cb3-4cf2-b012-3bb035cbfff3'),
(69713,82,12003,NULL,491,2,'2026-01-20 22:36:28','2026-01-20 22:36:28','c75daaf8-1e6b-4cab-ac61-b894c92362f0'),
(69714,57,12003,NULL,9087,1,'2026-01-20 22:36:28','2026-01-20 22:36:28','7a08578f-4d8f-4920-9fa9-c3d05a87817d'),
(69715,57,12003,NULL,9088,2,'2026-01-20 22:36:28','2026-01-20 22:36:28','515be1e1-0414-43dc-8e85-c97204dd4cb8'),
(69716,57,12003,NULL,9086,3,'2026-01-20 22:36:28','2026-01-20 22:36:28','5e0eaf0c-9030-44e1-968c-8f1977ce01f4'),
(69717,57,12003,NULL,9083,4,'2026-01-20 22:36:28','2026-01-20 22:36:28','12c21395-61b4-4356-a081-4e0357426f66'),
(69718,57,12003,NULL,9085,5,'2026-01-20 22:36:28','2026-01-20 22:36:28','6b301d89-6abf-4299-a4b3-b0419bca0db0'),
(69719,57,12003,NULL,9084,6,'2026-01-20 22:36:28','2026-01-20 22:36:28','d85baa2d-a114-43dc-bffe-0b1f84da447b'),
(69744,32,1011,NULL,2606,8,'2026-01-20 22:36:39','2026-01-20 22:36:39','62bf3a6b-3436-4fd6-9950-a5752ad7bdb7'),
(69745,32,12005,NULL,2610,1,'2026-01-20 22:36:39','2026-01-20 22:36:39','d408e89d-2656-44d0-b7bc-3e4ab1c76434'),
(69746,32,12005,NULL,2598,2,'2026-01-20 22:36:39','2026-01-20 22:36:39','26172cf3-7ba7-426b-aafd-42b41bf1689e'),
(69747,32,12005,NULL,2608,3,'2026-01-20 22:36:39','2026-01-20 22:36:39','d100782d-7a8f-4299-9e2c-a3860886ebc4'),
(69748,32,12005,NULL,2600,4,'2026-01-20 22:36:39','2026-01-20 22:36:39','992bbb85-6904-4edf-9b6f-68224d7ac71a'),
(69749,32,12005,NULL,2596,5,'2026-01-20 22:36:39','2026-01-20 22:36:39','7ae526a7-df94-459b-ba57-fa8f216399cf'),
(69750,32,12005,NULL,2602,6,'2026-01-20 22:36:39','2026-01-20 22:36:39','575d4952-e4b2-4ddf-ac91-ec2a9654b4cf'),
(69751,32,12005,NULL,2604,7,'2026-01-20 22:36:39','2026-01-20 22:36:39','0a9470c4-42d0-4de5-8634-de51d31181fd'),
(69752,32,12005,NULL,2606,8,'2026-01-20 22:36:39','2026-01-20 22:36:39','2926a747-b12f-4a03-9584-54022596a367'),
(69753,16,12005,NULL,7891,1,'2026-01-20 22:36:39','2026-01-20 22:36:39','380a958f-3c10-4af3-934b-36528645e6c5'),
(69754,7,12005,NULL,601,1,'2026-01-20 22:36:39','2026-01-20 22:36:39','3f85ce21-b6db-45b9-bc7a-913f240b42ca'),
(69755,7,12005,NULL,2974,2,'2026-01-20 22:36:39','2026-01-20 22:36:39','10cb8094-489c-45e3-96e9-1d6732e1b12a'),
(69756,7,12005,NULL,617,3,'2026-01-20 22:36:39','2026-01-20 22:36:39','441b5b6b-6ac5-46a2-af7c-47564e3aa960'),
(69757,7,12005,NULL,9732,4,'2026-01-20 22:36:39','2026-01-20 22:36:39','b684142f-45fc-4d81-8d41-91a590156291'),
(69758,7,12005,NULL,605,5,'2026-01-20 22:36:39','2026-01-20 22:36:39','9b3ae5ae-1b16-4b4a-b772-84e23813862a'),
(69759,7,12005,NULL,9552,6,'2026-01-20 22:36:39','2026-01-20 22:36:39','63e5b743-c351-484f-bf33-24edcdc73dd7'),
(69760,82,12005,NULL,479,1,'2026-01-20 22:36:39','2026-01-20 22:36:39','0f150c0d-c4e8-4fd6-94b4-06eb1c6baea1'),
(69761,82,12005,NULL,491,2,'2026-01-20 22:36:39','2026-01-20 22:36:39','3ab4cb08-0f26-4775-ba9d-1dcca3f6caa2'),
(69762,47,12005,NULL,10549,1,'2026-01-20 22:36:39','2026-01-20 22:36:39','e5b9f637-5331-48c1-af50-bc21e3ce48b0'),
(69763,57,12005,NULL,7893,1,'2026-01-20 22:36:39','2026-01-20 22:36:39','02c2a2ee-8d22-4f03-87a2-edfbc71f1730'),
(69764,57,12005,NULL,7892,2,'2026-01-20 22:36:39','2026-01-20 22:36:39','891e07ff-6990-45d2-b675-31f4dc0a51f2'),
(69765,57,12005,NULL,7894,3,'2026-01-20 22:36:39','2026-01-20 22:36:39','a1e8ef1d-030b-416d-a503-2d831ddfa094'),
(69766,57,12005,NULL,7901,4,'2026-01-20 22:36:39','2026-01-20 22:36:39','8573b625-36ba-4705-ae94-8eafecdb7344'),
(69792,32,1091,NULL,2606,11,'2026-01-20 22:36:51','2026-01-20 22:36:51','a3da50be-e8be-4491-b021-7e71b4da17af'),
(69793,32,12007,NULL,2610,1,'2026-01-20 22:36:51','2026-01-20 22:36:51','6cf7db8a-10f4-456a-8deb-45c8aaa3beba'),
(69794,32,12007,NULL,2598,2,'2026-01-20 22:36:51','2026-01-20 22:36:51','7f2ea2dd-7942-442c-90fc-a4066e1f7689'),
(69795,32,12007,NULL,2600,3,'2026-01-20 22:36:51','2026-01-20 22:36:51','0d8c76c5-c400-4433-849d-01a10414a4b5'),
(69796,32,12007,NULL,2602,4,'2026-01-20 22:36:51','2026-01-20 22:36:51','4566f429-5ae4-43c4-be81-28bce173e557'),
(69797,32,12007,NULL,2612,5,'2026-01-20 22:36:51','2026-01-20 22:36:51','e1e65d23-a796-4d2d-bfbb-521d9b05b5f5'),
(69798,32,12007,NULL,2618,6,'2026-01-20 22:36:51','2026-01-20 22:36:51','da61928a-aa59-4c63-b867-fedae9bcee1e'),
(69799,32,12007,NULL,2604,7,'2026-01-20 22:36:51','2026-01-20 22:36:51','6cdd908f-457e-42d2-857f-92c54217fc79'),
(69800,32,12007,NULL,2614,8,'2026-01-20 22:36:51','2026-01-20 22:36:51','b0e0cbda-eb7f-4e6f-8365-a10951d33018'),
(69801,32,12007,NULL,2608,9,'2026-01-20 22:36:51','2026-01-20 22:36:51','debef7d2-6be0-4268-9df1-df31996bf75e'),
(69802,32,12007,NULL,2596,10,'2026-01-20 22:36:51','2026-01-20 22:36:51','f8401586-be44-49b2-ba9f-b262463fba2d'),
(69803,32,12007,NULL,2606,11,'2026-01-20 22:36:51','2026-01-20 22:36:51','94d1cf4b-3c65-4164-a928-23bac0399be7'),
(69804,16,12007,NULL,8104,1,'2026-01-20 22:36:51','2026-01-20 22:36:51','aa5b69fe-de57-44b3-9252-2aa76e680606'),
(69805,7,12007,NULL,9724,1,'2026-01-20 22:36:51','2026-01-20 22:36:51','3fccb27f-cf80-4540-a992-50037ed9844e'),
(69806,7,12007,NULL,2974,2,'2026-01-20 22:36:51','2026-01-20 22:36:51','6e755bec-ab2f-4725-922f-4c175c215f1c'),
(69807,7,12007,NULL,617,3,'2026-01-20 22:36:51','2026-01-20 22:36:51','84c1f479-7a28-4c75-a9e9-51639e45f857'),
(69808,7,12007,NULL,605,4,'2026-01-20 22:36:51','2026-01-20 22:36:51','1394cbae-6eb4-4f6a-8622-0dabc61a6b89'),
(69809,7,12007,NULL,9552,5,'2026-01-20 22:36:51','2026-01-20 22:36:51','c467c6dd-ac35-47ec-9dea-d78aba8444fa'),
(69810,82,12007,NULL,479,1,'2026-01-20 22:36:51','2026-01-20 22:36:51','206c29cb-873d-4554-bb03-5267865b5d34'),
(69811,46,12007,NULL,3697,1,'2026-01-20 22:36:51','2026-01-20 22:36:51','d8465a5e-3fc2-4e42-9ffb-a6c17f6124cc'),
(69812,57,12007,NULL,8108,1,'2026-01-20 22:36:51','2026-01-20 22:36:51','03acbdac-26cf-4e3a-bd8a-5906e9df0aa7'),
(69813,57,12007,NULL,8107,2,'2026-01-20 22:36:51','2026-01-20 22:36:51','39ac644f-2bff-41f9-a250-39dd12d00112'),
(69814,57,12007,NULL,8106,3,'2026-01-20 22:36:51','2026-01-20 22:36:51','d9700cae-7068-468c-b7f1-55ed743546fa'),
(69815,57,12007,NULL,8105,4,'2026-01-20 22:36:51','2026-01-20 22:36:51','02cb7de0-4da1-40ee-9896-fe1985b61c2a'),
(69816,13,12007,NULL,6820,1,'2026-01-20 22:36:51','2026-01-20 22:36:51','916175bc-40f6-4711-a927-051886066980'),
(69837,32,12009,NULL,2610,1,'2026-01-20 22:37:02','2026-01-20 22:37:02','9bbfb371-9f91-41d9-b7e6-c8dfa2fa93b0'),
(69838,32,12009,NULL,2598,2,'2026-01-20 22:37:02','2026-01-20 22:37:02','10c5eb3e-c1ce-4265-970f-f644a242f47a'),
(69839,32,12009,NULL,2600,3,'2026-01-20 22:37:02','2026-01-20 22:37:02','1ffc195d-a45f-49b8-af4a-3561b3fab640'),
(69840,32,12009,NULL,2606,4,'2026-01-20 22:37:02','2026-01-20 22:37:02','8f12f76e-7c52-4dc8-a10d-abb6bd4f3fa6'),
(69841,32,12009,NULL,2604,5,'2026-01-20 22:37:02','2026-01-20 22:37:02','04179eaf-27b7-4026-8d5e-7df951fb2b09'),
(69842,32,12009,NULL,2614,6,'2026-01-20 22:37:02','2026-01-20 22:37:02','a9a4c13c-4a78-4c30-93aa-7b7cdcc28b3a'),
(69843,32,12009,NULL,2608,7,'2026-01-20 22:37:02','2026-01-20 22:37:02','9d526c87-d5f3-454b-b9ce-a2d9999e67fc'),
(69844,32,12009,NULL,2596,8,'2026-01-20 22:37:02','2026-01-20 22:37:02','103be7b3-2256-4e53-a9af-a5ac21625a45'),
(69845,32,12009,NULL,2602,9,'2026-01-20 22:37:02','2026-01-20 22:37:02','3eb9738c-4a59-4a56-aa36-ed6a9c9d3481'),
(69846,16,12009,NULL,9415,1,'2026-01-20 22:37:02','2026-01-20 22:37:02','e88b3c28-55c6-435b-bb84-971ed50c711a'),
(69847,7,12009,NULL,3468,1,'2026-01-20 22:37:02','2026-01-20 22:37:02','bca06258-0c8e-46ed-8b66-62ca874ef7bb'),
(69848,7,12009,NULL,2969,2,'2026-01-20 22:37:02','2026-01-20 22:37:02','d1d93c58-1f2d-48b1-a578-fbe2c097974b'),
(69849,7,12009,NULL,617,3,'2026-01-20 22:37:02','2026-01-20 22:37:02','a4f8e3a9-31e4-4fe3-834a-93c98252b798'),
(69850,7,12009,NULL,605,4,'2026-01-20 22:37:02','2026-01-20 22:37:02','994a9fd6-9f90-4693-9940-5e4efe858de0'),
(69851,7,12009,NULL,9552,5,'2026-01-20 22:37:02','2026-01-20 22:37:02','1b672781-98e0-4d79-a4d5-f2a0b3e8b361'),
(69852,57,12009,NULL,3927,1,'2026-01-20 22:37:02','2026-01-20 22:37:02','d0256821-2866-485a-86b9-75c6192cf431'),
(69853,57,12009,NULL,8117,2,'2026-01-20 22:37:02','2026-01-20 22:37:02','f882702f-2e9b-4ad8-aa91-4f2cfc1cd636'),
(69854,57,12009,NULL,8119,3,'2026-01-20 22:37:02','2026-01-20 22:37:02','e804efe0-c9f4-4968-a986-961c5662c6af'),
(69855,57,12009,NULL,8120,4,'2026-01-20 22:37:02','2026-01-20 22:37:02','ba7ff53d-8697-4920-8b9e-5c5262d4728a'),
(69882,32,1231,NULL,2596,7,'2026-01-20 22:37:15','2026-01-20 22:37:15','1b6b2260-087f-4e5f-954f-7dcbc0227db1'),
(69883,32,1231,NULL,2606,8,'2026-01-20 22:37:15','2026-01-20 22:37:15','56028525-1959-4176-ba98-7f7ba6b90640'),
(69884,32,12011,NULL,2610,1,'2026-01-20 22:37:15','2026-01-20 22:37:15','5f5a6fd7-6eb2-470d-99cc-f5f2c1385b32'),
(69885,32,12011,NULL,2598,2,'2026-01-20 22:37:15','2026-01-20 22:37:15','95875f11-d1fc-4443-a025-8e0d5ef06433'),
(69886,32,12011,NULL,2600,3,'2026-01-20 22:37:15','2026-01-20 22:37:15','39d90d08-49a9-4e1c-894e-47bb634ee1d1'),
(69887,32,12011,NULL,2604,4,'2026-01-20 22:37:15','2026-01-20 22:37:15','783bed25-50ed-482f-9247-03a489c7a4f1'),
(69888,32,12011,NULL,2608,5,'2026-01-20 22:37:15','2026-01-20 22:37:15','62f46f47-dd6a-45d6-b68e-3da05b60b120'),
(69889,32,12011,NULL,2602,6,'2026-01-20 22:37:15','2026-01-20 22:37:15','c040184f-79f8-4f3d-b465-50331a95a5bb'),
(69890,32,12011,NULL,2596,7,'2026-01-20 22:37:15','2026-01-20 22:37:15','cec9a544-f3aa-4d08-87e1-45ab54f2a0f5'),
(69891,32,12011,NULL,2606,8,'2026-01-20 22:37:15','2026-01-20 22:37:15','b32031ba-4983-42bd-b4a2-972ba9caa716'),
(69892,16,12011,NULL,4554,1,'2026-01-20 22:37:15','2026-01-20 22:37:15','6a0c1379-560a-4c03-856e-05c19c8d007e'),
(69893,7,12011,NULL,3468,1,'2026-01-20 22:37:15','2026-01-20 22:37:15','8fb625fb-9b7f-449d-b870-0aa367f17ead'),
(69894,7,12011,NULL,617,2,'2026-01-20 22:37:15','2026-01-20 22:37:15','1abab90b-fa4f-4fb0-9c6a-94fb3a024f9b'),
(69895,7,12011,NULL,605,3,'2026-01-20 22:37:15','2026-01-20 22:37:15','c912144c-aa72-44ac-9648-320e185c948d'),
(69896,7,12011,NULL,9552,4,'2026-01-20 22:37:15','2026-01-20 22:37:15','f0933818-a005-4434-9542-0d019b34d457'),
(69897,82,12011,NULL,469,1,'2026-01-20 22:37:15','2026-01-20 22:37:15','bc408acd-f419-4a10-8421-a838ac648420'),
(69898,82,12011,NULL,479,2,'2026-01-20 22:37:15','2026-01-20 22:37:15','582d6bfd-1441-44db-b9ce-3f5487dc9756'),
(69899,82,12011,NULL,491,3,'2026-01-20 22:37:15','2026-01-20 22:37:15','8bea852d-9cb0-43b8-a83d-96e384bb215d'),
(69900,47,12011,NULL,10504,1,'2026-01-20 22:37:15','2026-01-20 22:37:15','5569c77c-eba6-4bf5-88a7-1495fae93fdc'),
(69901,57,12011,NULL,8968,1,'2026-01-20 22:37:15','2026-01-20 22:37:15','b734d840-fd8d-4d83-bfd5-7793b39268cd'),
(69902,57,12011,NULL,8970,2,'2026-01-20 22:37:15','2026-01-20 22:37:15','c687256f-d360-445d-8875-67e0b0ecd83f'),
(69903,57,12011,NULL,8971,3,'2026-01-20 22:37:15','2026-01-20 22:37:15','751fe193-6d2f-4d4a-932d-61f0508b744c'),
(69904,57,12011,NULL,8972,4,'2026-01-20 22:37:15','2026-01-20 22:37:15','a0a5c208-eccc-48b3-8d1c-3e0ced50efa1'),
(69905,57,12011,NULL,8973,5,'2026-01-20 22:37:15','2026-01-20 22:37:15','f5805cd8-36fa-4bc0-84a4-a90e00abe7c6'),
(69906,57,12011,NULL,8969,6,'2026-01-20 22:37:15','2026-01-20 22:37:15','3d7e485e-0838-4950-bb18-df742286d796'),
(69907,57,12011,NULL,8974,7,'2026-01-20 22:37:15','2026-01-20 22:37:15','4fc63e25-f643-4410-8b23-27894726c090'),
(69930,32,1103,NULL,2606,8,'2026-01-20 22:37:22','2026-01-20 22:37:22','06a2bcc9-bace-4e5a-80fc-857f7a50ea60'),
(69931,32,12013,NULL,2610,1,'2026-01-20 22:37:22','2026-01-20 22:37:22','c9b262d0-a9f6-487f-861f-20e3ed9df697'),
(69932,32,12013,NULL,2598,2,'2026-01-20 22:37:22','2026-01-20 22:37:22','9b557e89-3efb-48f8-b789-230aaa61e881'),
(69933,32,12013,NULL,2600,3,'2026-01-20 22:37:22','2026-01-20 22:37:22','05db033c-7a5f-41d7-8f92-ad86784afbfb'),
(69934,32,12013,NULL,2604,4,'2026-01-20 22:37:22','2026-01-20 22:37:22','c2fd531e-3738-4e1c-aad2-c37644d852da'),
(69935,32,12013,NULL,2608,5,'2026-01-20 22:37:22','2026-01-20 22:37:22','2c4a99f7-8274-456a-8b16-97dcaf901d2a'),
(69936,32,12013,NULL,2596,6,'2026-01-20 22:37:22','2026-01-20 22:37:22','da1b5f38-69ac-41a7-aa4c-212839802cb3'),
(69937,32,12013,NULL,2602,7,'2026-01-20 22:37:22','2026-01-20 22:37:22','35f9f942-8e17-4e91-97e8-1b2bbb0fa021'),
(69938,32,12013,NULL,2606,8,'2026-01-20 22:37:22','2026-01-20 22:37:22','bc5c5da1-9a83-45c8-b56e-f248d0e42bca'),
(69939,16,12013,NULL,3959,1,'2026-01-20 22:37:22','2026-01-20 22:37:22','d525f33f-3d45-448f-85de-99eef8d150ad'),
(69940,7,12013,NULL,3468,1,'2026-01-20 22:37:22','2026-01-20 22:37:22','5ad37039-bc78-43b7-b107-bf46aec5a62f'),
(69941,7,12013,NULL,601,2,'2026-01-20 22:37:22','2026-01-20 22:37:22','67006974-8f8b-4114-bb3f-6fb6b48c9bd6'),
(69942,7,12013,NULL,617,3,'2026-01-20 22:37:22','2026-01-20 22:37:22','0a2384e8-1a7f-4111-b543-d727dcc877fe'),
(69943,7,12013,NULL,9552,4,'2026-01-20 22:37:22','2026-01-20 22:37:22','adfccc2a-2ff0-4e33-92fa-cf438e0c540c'),
(69944,7,12013,NULL,605,5,'2026-01-20 22:37:22','2026-01-20 22:37:22','79a770fd-1e12-4bd0-8382-5ca29399b35f'),
(69945,82,12013,NULL,479,1,'2026-01-20 22:37:22','2026-01-20 22:37:22','3ff0ae26-d4b1-499c-82f4-0872e23bd06b'),
(69946,82,12013,NULL,491,2,'2026-01-20 22:37:22','2026-01-20 22:37:22','89c9f1d0-b806-43c6-8ede-3fd10408c14f'),
(69947,57,12013,NULL,8132,1,'2026-01-20 22:37:22','2026-01-20 22:37:22','545e12e1-54c8-4f4a-bd7b-e72b0789770f'),
(69948,57,12013,NULL,8136,2,'2026-01-20 22:37:22','2026-01-20 22:37:22','c4a5b9dc-1699-4cc4-99bc-967eb8977915'),
(69949,57,12013,NULL,8131,3,'2026-01-20 22:37:22','2026-01-20 22:37:22','df82c0be-68b0-4c2e-92b3-1c304b14dd0f'),
(69950,57,12013,NULL,8134,4,'2026-01-20 22:37:22','2026-01-20 22:37:22','e2398e7d-36fc-4579-b06b-1965430432f6'),
(69951,57,12013,NULL,8135,5,'2026-01-20 22:37:22','2026-01-20 22:37:22','e7a28354-e32d-4b65-a3ad-8ae26cebe1c1'),
(69973,32,1237,NULL,2606,8,'2026-01-20 22:37:36','2026-01-20 22:37:36','c856f7aa-b4a6-4eb9-ab06-bf95cfd720ba'),
(69974,32,12015,NULL,2610,1,'2026-01-20 22:37:36','2026-01-20 22:37:36','ab647d90-b69e-4f5e-a2fd-be5dd53b319c'),
(69975,32,12015,NULL,2598,2,'2026-01-20 22:37:36','2026-01-20 22:37:36','467f992b-ea95-40f5-aec4-46f18f0480e0'),
(69976,32,12015,NULL,2600,3,'2026-01-20 22:37:36','2026-01-20 22:37:36','b9d73d0f-f1f9-4ac7-b509-4b5258491b79'),
(69977,32,12015,NULL,2602,4,'2026-01-20 22:37:36','2026-01-20 22:37:36','4d75e685-b3b8-4a0f-b083-54d18f2d0198'),
(69978,32,12015,NULL,2604,5,'2026-01-20 22:37:36','2026-01-20 22:37:36','23a1cfa7-3322-42cf-bff9-b8716b635e0d'),
(69979,32,12015,NULL,2608,6,'2026-01-20 22:37:36','2026-01-20 22:37:36','3fbdfe69-8873-4801-8696-a8b6d5dea6da'),
(69980,32,12015,NULL,2596,7,'2026-01-20 22:37:36','2026-01-20 22:37:36','d692ef48-245d-4f84-9abe-fb2713ffd2cb'),
(69981,32,12015,NULL,2606,8,'2026-01-20 22:37:36','2026-01-20 22:37:36','ef64cfed-c385-40aa-b157-8c55f8d304cd'),
(69982,16,12015,NULL,4579,1,'2026-01-20 22:37:36','2026-01-20 22:37:36','4f61d6e9-26db-4c5b-82f5-fddfb951c2c0'),
(69983,7,12015,NULL,2969,1,'2026-01-20 22:37:36','2026-01-20 22:37:36','e1e93bf0-95a9-4dce-8002-e614fe085e11'),
(69984,7,12015,NULL,9727,2,'2026-01-20 22:37:36','2026-01-20 22:37:36','b1128c80-4fc1-4ad8-8fa0-1683e93de960'),
(69985,7,12015,NULL,617,3,'2026-01-20 22:37:36','2026-01-20 22:37:36','873df64d-c2e1-48df-97aa-ffa091e66016'),
(69986,7,12015,NULL,605,4,'2026-01-20 22:37:36','2026-01-20 22:37:36','a4ef3ef8-e172-4800-8a3b-29686442edc1'),
(69987,7,12015,NULL,9552,5,'2026-01-20 22:37:36','2026-01-20 22:37:36','55866646-096e-45af-897c-9718e91861ed'),
(69988,82,12015,NULL,479,1,'2026-01-20 22:37:36','2026-01-20 22:37:36','cf832293-51c0-43f5-a8d5-96f496602ab9'),
(69989,82,12015,NULL,491,2,'2026-01-20 22:37:36','2026-01-20 22:37:36','83ff4931-26ca-47b5-80df-8eb300027a82'),
(69990,57,12015,NULL,8984,1,'2026-01-20 22:37:36','2026-01-20 22:37:36','a6f9d7ed-b038-4f3e-ac1b-bd8205c1f8a6'),
(69991,57,12015,NULL,8982,2,'2026-01-20 22:37:36','2026-01-20 22:37:36','7b1a3374-7060-4f51-9fd0-1ea99879cc52'),
(69992,57,12015,NULL,8981,3,'2026-01-20 22:37:36','2026-01-20 22:37:36','fe2ee430-6796-46db-9cb0-ff1088397e7e'),
(69993,57,12015,NULL,8983,4,'2026-01-20 22:37:36','2026-01-20 22:37:36','0be4d6d6-9369-465f-b208-d2711006a082'),
(69994,57,12015,NULL,8980,5,'2026-01-20 22:37:36','2026-01-20 22:37:36','49219246-497f-4b85-8894-7e4c958375b4'),
(70071,32,1329,NULL,2606,10,'2026-01-20 22:38:02','2026-01-20 22:38:02','7291328c-2ad7-4c36-b0c8-21b6f848eb83'),
(70072,32,12019,NULL,2614,1,'2026-01-20 22:38:02','2026-01-20 22:38:02','7c611bed-da3a-44bd-84dd-6cb9d10b6811'),
(70073,32,12019,NULL,2610,2,'2026-01-20 22:38:02','2026-01-20 22:38:02','2b48b10f-e786-4d75-b396-5cba094993b0'),
(70074,32,12019,NULL,2598,3,'2026-01-20 22:38:02','2026-01-20 22:38:02','851bedf5-e63d-4982-a18a-93243122fe49'),
(70075,32,12019,NULL,2608,4,'2026-01-20 22:38:02','2026-01-20 22:38:02','35eb1540-c1e3-4dfd-811b-a89beb9800d4'),
(70076,32,12019,NULL,2600,5,'2026-01-20 22:38:02','2026-01-20 22:38:02','03a57221-2ff7-4a51-ba60-31d27e0a002b'),
(70077,32,12019,NULL,2596,6,'2026-01-20 22:38:02','2026-01-20 22:38:02','77c659e1-7579-415b-9e6c-52fb23e24348'),
(70078,32,12019,NULL,2602,7,'2026-01-20 22:38:02','2026-01-20 22:38:02','f353199d-1912-401d-9b94-48a6c84f4d15'),
(70079,32,12019,NULL,2612,8,'2026-01-20 22:38:02','2026-01-20 22:38:02','7b83b4ff-1fad-4f0d-84bd-5ea5d545f0d8'),
(70080,32,12019,NULL,2604,9,'2026-01-20 22:38:02','2026-01-20 22:38:02','27171d94-8753-4f3b-bb91-687285814e40'),
(70081,32,12019,NULL,2606,10,'2026-01-20 22:38:02','2026-01-20 22:38:02','fe9fcf26-3fa0-48c6-8db6-b276afcae0a2'),
(70082,16,12019,NULL,9095,1,'2026-01-20 22:38:02','2026-01-20 22:38:02','32831ed4-a8ab-40ae-aa6b-d31d1f164d6d'),
(70083,7,12019,NULL,3468,1,'2026-01-20 22:38:02','2026-01-20 22:38:02','bf87b9b7-fd14-4eef-b02d-b188dbd2232f'),
(70084,7,12019,NULL,617,2,'2026-01-20 22:38:02','2026-01-20 22:38:02','f294ce7c-e6b5-4463-9d14-6742187edf71'),
(70085,7,12019,NULL,605,3,'2026-01-20 22:38:02','2026-01-20 22:38:02','2b3c15f2-7dbe-4cc3-b0d1-1ac25d0a727a'),
(70086,7,12019,NULL,9552,4,'2026-01-20 22:38:02','2026-01-20 22:38:02','99d20937-3230-4d0f-aa29-d333461a32e2'),
(70087,82,12019,NULL,479,1,'2026-01-20 22:38:02','2026-01-20 22:38:02','07063026-acc0-4536-bf59-f2322f9e31d0'),
(70088,57,12019,NULL,9100,1,'2026-01-20 22:38:02','2026-01-20 22:38:02','b637f7a6-54ca-49d3-8634-4406df492639'),
(70089,57,12019,NULL,9102,2,'2026-01-20 22:38:02','2026-01-20 22:38:02','341092a1-f8ce-4c6a-9144-49edae245041'),
(70090,57,12019,NULL,9103,3,'2026-01-20 22:38:02','2026-01-20 22:38:02','d93b2716-4e5e-4ab5-b046-5a9460cc4b0a'),
(70091,57,12019,NULL,9104,4,'2026-01-20 22:38:02','2026-01-20 22:38:02','1b95b71d-f9aa-47e3-89fd-ebaa37e7881c'),
(70092,57,12019,NULL,9101,5,'2026-01-20 22:38:02','2026-01-20 22:38:02','a1870f90-fccb-4667-a808-f18c4d4deb03'),
(70093,57,12019,NULL,9105,6,'2026-01-20 22:38:02','2026-01-20 22:38:02','fced71c5-cea4-469a-b327-181538cfaf46'),
(70095,32,12020,NULL,2598,1,'2026-01-20 22:38:08','2026-01-20 22:38:08','d3b128d3-6e25-4986-9a93-3c1e7ba5f4bb'),
(70096,32,12020,NULL,2608,2,'2026-01-20 22:38:08','2026-01-20 22:38:08','4c1b6e62-c911-47d0-8966-6cafa09c455b'),
(70097,32,12020,NULL,2600,3,'2026-01-20 22:38:08','2026-01-20 22:38:08','cdf479e8-1ab3-4b9c-85e2-26971755363c'),
(70098,32,12020,NULL,2596,4,'2026-01-20 22:38:08','2026-01-20 22:38:08','fe44e9de-9d21-4694-84bc-bd02c477b642'),
(70099,32,12020,NULL,2602,5,'2026-01-20 22:38:08','2026-01-20 22:38:08','8d16060d-ed69-4bd9-bf0b-0e164c41bf5b'),
(70100,32,12020,NULL,2606,6,'2026-01-20 22:38:08','2026-01-20 22:38:08','1ebe8242-ed75-4b16-898c-1c1436424bfc'),
(70101,32,12020,NULL,2604,7,'2026-01-20 22:38:08','2026-01-20 22:38:08','f471d1cd-ccdb-42e7-b610-f3ba9fb500ad'),
(70102,32,12020,NULL,2610,8,'2026-01-20 22:38:08','2026-01-20 22:38:08','8bb2a278-ca2f-46b7-88e7-5b8145e2efe1'),
(70103,32,12020,NULL,2612,9,'2026-01-20 22:38:08','2026-01-20 22:38:08','90c31ca5-230a-4f97-860c-1db447e468d8'),
(70104,16,12020,NULL,11529,1,'2026-01-20 22:38:08','2026-01-20 22:38:08','bce6d256-ff64-4c7e-928c-b40527069541'),
(70105,7,12020,NULL,2969,1,'2026-01-20 22:38:08','2026-01-20 22:38:08','344e19bd-648b-4b51-af84-2f459420044c'),
(70106,7,12020,NULL,617,2,'2026-01-20 22:38:08','2026-01-20 22:38:08','b181cdb5-9fb4-4f30-a964-6afc8848ceb5'),
(70107,7,12020,NULL,605,3,'2026-01-20 22:38:08','2026-01-20 22:38:08','93d94401-40bc-4ec7-bf06-54870af0f669'),
(70108,7,12020,NULL,9552,4,'2026-01-20 22:38:08','2026-01-20 22:38:08','3c920470-6116-42dc-b9d4-4067ba29087d'),
(70109,82,12020,NULL,491,1,'2026-01-20 22:38:08','2026-01-20 22:38:08','db90c540-7901-45b2-b44b-fba1bc3698c2'),
(70110,47,12020,NULL,10463,1,'2026-01-20 22:38:08','2026-01-20 22:38:08','163db9b8-7ad9-4cea-a990-02202b828d0f'),
(70132,32,1017,NULL,2606,9,'2026-01-20 22:38:22','2026-01-20 22:38:22','9a244670-c680-4089-b09b-d68afa688a2f'),
(70133,32,12022,NULL,2614,1,'2026-01-20 22:38:22','2026-01-20 22:38:22','324aa8d9-3859-405c-bb8e-e06d2dc76e08'),
(70134,32,12022,NULL,2610,2,'2026-01-20 22:38:22','2026-01-20 22:38:22','116b2b32-12e8-4994-b157-395f0265f4bb'),
(70135,32,12022,NULL,2598,3,'2026-01-20 22:38:22','2026-01-20 22:38:22','62f4086c-8c98-42bc-90e8-d410cb61c91b'),
(70136,32,12022,NULL,2600,4,'2026-01-20 22:38:22','2026-01-20 22:38:22','bbb73efa-d15a-4bed-99ae-42e4cbba736a'),
(70137,32,12022,NULL,2596,5,'2026-01-20 22:38:22','2026-01-20 22:38:22','74aca5cc-fde4-44af-8edb-d4c99ce659e3'),
(70138,32,12022,NULL,2602,6,'2026-01-20 22:38:22','2026-01-20 22:38:22','ce03a344-ac29-4d63-86ee-90fd2147621a'),
(70139,32,12022,NULL,2604,7,'2026-01-20 22:38:22','2026-01-20 22:38:22','a674ce11-4648-4952-ab48-237173c01d8f'),
(70140,32,12022,NULL,2608,8,'2026-01-20 22:38:22','2026-01-20 22:38:22','b34de642-a343-4f4f-821b-0e90a288faf7'),
(70141,32,12022,NULL,2606,9,'2026-01-20 22:38:22','2026-01-20 22:38:22','65b87e1e-93fa-4c48-ae4d-d107da51f99d'),
(70142,16,12022,NULL,3564,1,'2026-01-20 22:38:22','2026-01-20 22:38:22','65f8b472-74a5-4eb2-ad49-ccdf7f8e7ab2'),
(70143,7,12022,NULL,601,1,'2026-01-20 22:38:22','2026-01-20 22:38:22','f4d78281-ec9d-40c8-9756-24773ebd975c'),
(70144,7,12022,NULL,617,2,'2026-01-20 22:38:22','2026-01-20 22:38:22','86081c47-ae7d-4fe5-9026-cacbb2ad538e'),
(70145,7,12022,NULL,605,3,'2026-01-20 22:38:22','2026-01-20 22:38:22','09218d42-a321-446f-a02b-3d97d8472680'),
(70146,7,12022,NULL,9552,4,'2026-01-20 22:38:22','2026-01-20 22:38:22','15c2c8dc-faf3-4b86-9e84-18ad3579b42b'),
(70147,82,12022,NULL,479,1,'2026-01-20 22:38:22','2026-01-20 22:38:22','3fffae5e-bdd8-4212-8a28-d957da3f6877'),
(70148,47,12022,NULL,10553,1,'2026-01-20 22:38:22','2026-01-20 22:38:22','9889c81f-6aab-4ff9-986e-494c36bafa8f'),
(70149,57,12022,NULL,7908,1,'2026-01-20 22:38:22','2026-01-20 22:38:22','a46eb736-e850-428f-a673-e36de2d4bea2'),
(70150,57,12022,NULL,7910,2,'2026-01-20 22:38:22','2026-01-20 22:38:22','636a2571-6392-47ef-bbd5-e1900d77c157'),
(70151,57,12022,NULL,7911,3,'2026-01-20 22:38:22','2026-01-20 22:38:22','758d6c23-1650-4d6a-98a9-1b4a4446d206'),
(70152,57,12022,NULL,7909,4,'2026-01-20 22:38:22','2026-01-20 22:38:22','0454ade5-08c8-411c-a94c-776bb4c85dde'),
(70182,32,1023,NULL,2606,8,'2026-01-20 22:38:30','2026-01-20 22:38:30','a7ca56f0-3567-4996-95b3-3028de2521a3'),
(70183,32,12024,NULL,2610,1,'2026-01-20 22:38:30','2026-01-20 22:38:30','24c87718-2456-4779-8d0d-8723a5ab93a4'),
(70184,32,12024,NULL,2598,2,'2026-01-20 22:38:30','2026-01-20 22:38:30','28db1013-1943-4876-b080-fc0b72eb213a'),
(70185,32,12024,NULL,2600,3,'2026-01-20 22:38:30','2026-01-20 22:38:30','92fb6093-7990-4b68-8529-ee2113e190e2'),
(70186,32,12024,NULL,2596,4,'2026-01-20 22:38:30','2026-01-20 22:38:30','922a5c0c-b635-4d60-8b71-cf4aa0ce8532'),
(70187,32,12024,NULL,2602,5,'2026-01-20 22:38:30','2026-01-20 22:38:30','cc9f0abf-744d-4991-8cd1-efe14eb0aeaf'),
(70188,32,12024,NULL,2604,6,'2026-01-20 22:38:30','2026-01-20 22:38:30','be530ff5-d9ee-4e57-a2f8-bf984f7824b1'),
(70189,32,12024,NULL,2608,7,'2026-01-20 22:38:30','2026-01-20 22:38:30','2175380d-ba3d-44d2-b4bf-42efb725c405'),
(70190,32,12024,NULL,2606,8,'2026-01-20 22:38:30','2026-01-20 22:38:30','09844d30-3ede-4ec8-b4a7-96426d76d5fe'),
(70191,16,12024,NULL,5253,1,'2026-01-20 22:38:30','2026-01-20 22:38:30','daf0a33a-de61-48b0-9312-5510e2ad5a49'),
(70192,7,12024,NULL,601,1,'2026-01-20 22:38:30','2026-01-20 22:38:30','6ab71416-0503-4859-a38b-d572c85915c2'),
(70193,7,12024,NULL,617,2,'2026-01-20 22:38:30','2026-01-20 22:38:30','62bde659-4b09-42ae-a710-3f08638f6ace'),
(70194,7,12024,NULL,9727,3,'2026-01-20 22:38:30','2026-01-20 22:38:30','80ec29f9-820d-4ea4-bb52-45adb6a5f4da'),
(70195,7,12024,NULL,9552,4,'2026-01-20 22:38:30','2026-01-20 22:38:30','faea9091-ba96-487b-bdd0-630d84982686'),
(70196,7,12024,NULL,605,5,'2026-01-20 22:38:30','2026-01-20 22:38:30','db64e080-9fa2-483f-add7-9f8214214be2'),
(70197,82,12024,NULL,479,1,'2026-01-20 22:38:30','2026-01-20 22:38:30','db4979c8-0e39-47de-90c8-799b09672382'),
(70198,82,12024,NULL,491,2,'2026-01-20 22:38:30','2026-01-20 22:38:30','dc763aab-c332-46fe-a587-7ab420d43f30'),
(70199,46,12024,NULL,7379,1,'2026-01-20 22:38:30','2026-01-20 22:38:30','2f7236cc-b8d5-447e-8a11-98ec3eee4b62'),
(70200,47,12024,NULL,10557,1,'2026-01-20 22:38:30','2026-01-20 22:38:30','7b59d40d-8925-4223-a3a4-1dce678fc040'),
(70201,57,12024,NULL,7926,1,'2026-01-20 22:38:30','2026-01-20 22:38:30','cbdddee9-595f-4ad2-bdc4-088cddc33644'),
(70202,57,12024,NULL,7928,2,'2026-01-20 22:38:30','2026-01-20 22:38:30','164f678e-6918-4bb8-bf30-a1829fc12258'),
(70203,57,12024,NULL,7927,3,'2026-01-20 22:38:30','2026-01-20 22:38:30','d067a043-adec-4280-9d91-ebb179fc775d'),
(70204,57,12024,NULL,7924,4,'2026-01-20 22:38:30','2026-01-20 22:38:30','eb808703-e554-4b51-ba20-008b6e777a80'),
(70205,57,12024,NULL,7925,5,'2026-01-20 22:38:30','2026-01-20 22:38:30','df3e24ed-02a6-4ee4-a6de-1b8463f1777f'),
(70206,57,12024,NULL,7923,6,'2026-01-20 22:38:30','2026-01-20 22:38:30','7fcd6d2d-c803-4531-92e1-4c5b37b532d5'),
(70207,57,12024,NULL,7920,7,'2026-01-20 22:38:30','2026-01-20 22:38:30','4f06d389-7dea-45e6-9d20-976f1569f0ba'),
(70208,57,12024,NULL,7922,8,'2026-01-20 22:38:30','2026-01-20 22:38:30','9a5d8b8b-c4e1-4ac5-9b37-7206c4515e2e'),
(70209,57,12024,NULL,7921,9,'2026-01-20 22:38:30','2026-01-20 22:38:30','47276fb6-ec09-48c3-8ab7-f062b25ea8cc'),
(70212,32,1337,NULL,2606,9,'2026-01-20 22:38:37','2026-01-20 22:38:37','3f331de7-b15e-4d13-90d3-f4572d974cd3'),
(70213,32,12025,NULL,2610,1,'2026-01-20 22:38:37','2026-01-20 22:38:37','0db91831-0708-41e1-95a8-25d85396c28a'),
(70214,32,12025,NULL,2598,2,'2026-01-20 22:38:37','2026-01-20 22:38:37','07c0ca09-f0ce-4a26-bfee-1a246c805238'),
(70215,32,12025,NULL,2608,3,'2026-01-20 22:38:37','2026-01-20 22:38:37','46cf1820-c815-4ccb-9add-7074736a5a28'),
(70216,32,12025,NULL,2600,4,'2026-01-20 22:38:37','2026-01-20 22:38:37','7d89a20f-50e9-4838-af9c-3ab63654a3f9'),
(70217,32,12025,NULL,2602,5,'2026-01-20 22:38:37','2026-01-20 22:38:37','e01da43c-c6e8-41c6-9a91-851659f1227d'),
(70218,32,12025,NULL,2612,6,'2026-01-20 22:38:37','2026-01-20 22:38:37','f1564aa2-10b2-4726-843e-299094fc2d1a'),
(70219,32,12025,NULL,2604,7,'2026-01-20 22:38:37','2026-01-20 22:38:37','87b5be93-3925-44ee-9873-3981334a7f00'),
(70220,32,12025,NULL,2596,8,'2026-01-20 22:38:37','2026-01-20 22:38:37','3f6b3789-1243-4927-bfbf-d44ecb492d4b'),
(70221,32,12025,NULL,2606,9,'2026-01-20 22:38:37','2026-01-20 22:38:37','fc484fa3-d5cc-40e8-8675-f96c1f779f04'),
(70222,16,12025,NULL,5213,1,'2026-01-20 22:38:37','2026-01-20 22:38:37','b92ba53f-8e23-4e78-8d96-446ec3892096'),
(70223,7,12025,NULL,3468,1,'2026-01-20 22:38:37','2026-01-20 22:38:37','b8dcc70a-8ea5-4b2f-8c21-a3fd1af0562b'),
(70224,7,12025,NULL,601,2,'2026-01-20 22:38:37','2026-01-20 22:38:37','94a58d45-b9a2-4cbb-8826-ce38f9b82618'),
(70225,7,12025,NULL,617,3,'2026-01-20 22:38:37','2026-01-20 22:38:37','e21b9c8f-61e2-45fc-9545-2c20c34f1391'),
(70226,7,12025,NULL,605,4,'2026-01-20 22:38:37','2026-01-20 22:38:37','a99dd04a-2448-42cc-892d-51cb1435380a'),
(70227,7,12025,NULL,9552,5,'2026-01-20 22:38:37','2026-01-20 22:38:37','cb380e28-6c9a-4170-ad23-d298330ff68f'),
(70228,82,12025,NULL,479,1,'2026-01-20 22:38:37','2026-01-20 22:38:37','ed21727f-2bde-4505-85a6-f0e672bb7cb8'),
(70229,82,12025,NULL,491,2,'2026-01-20 22:38:37','2026-01-20 22:38:37','6e3ff13d-df80-4b57-96ae-046979a141c4'),
(70230,57,12025,NULL,5233,1,'2026-01-20 22:38:37','2026-01-20 22:38:37','1e02fec1-d9a5-4e7a-a703-44865d18c114'),
(70231,57,12025,NULL,5234,2,'2026-01-20 22:38:37','2026-01-20 22:38:37','0876b319-5534-4d3f-8091-778fb0fb8f5b'),
(70232,57,12025,NULL,5235,3,'2026-01-20 22:38:37','2026-01-20 22:38:37','26cfeda7-7998-4895-93f2-ef7f76cf2d55'),
(70233,57,12025,NULL,5236,4,'2026-01-20 22:38:37','2026-01-20 22:38:37','68d16621-4362-4f38-9aa9-26ffd1e9f793'),
(70234,57,12025,NULL,5237,5,'2026-01-20 22:38:37','2026-01-20 22:38:37','953436e0-51e0-4111-a25d-2f0cd2d6ceb6'),
(70235,57,12025,NULL,5238,6,'2026-01-20 22:38:37','2026-01-20 22:38:37','cb855d06-e53d-4961-9414-ef3b90953d13'),
(70236,57,12025,NULL,5239,7,'2026-01-20 22:38:37','2026-01-20 22:38:37','d87ad83f-0d89-4678-a529-8ece019c162e'),
(70314,32,1109,NULL,2606,8,'2026-01-20 22:39:04','2026-01-20 22:39:04','0dabe83c-e799-42b8-b492-c1735fbece82'),
(70315,32,12029,NULL,2610,1,'2026-01-20 22:39:04','2026-01-20 22:39:04','9bb0d6f4-fb90-458b-b51e-d41aec0766fc'),
(70316,32,12029,NULL,2598,2,'2026-01-20 22:39:04','2026-01-20 22:39:04','5ef6311e-6cc9-4a8e-8b77-436d11697895'),
(70317,32,12029,NULL,2600,3,'2026-01-20 22:39:04','2026-01-20 22:39:04','768de3c7-515a-4b6c-8ba3-3364dafa746b'),
(70318,32,12029,NULL,2604,4,'2026-01-20 22:39:04','2026-01-20 22:39:04','2335a073-e18d-4f69-b649-7f79ac7957b4'),
(70319,32,12029,NULL,2608,5,'2026-01-20 22:39:04','2026-01-20 22:39:04','87752402-0dce-4db1-b4e7-4a8945614e77'),
(70320,32,12029,NULL,2596,6,'2026-01-20 22:39:04','2026-01-20 22:39:04','c2d77efb-a931-4235-8acb-b81dd191828e'),
(70321,32,12029,NULL,2602,7,'2026-01-20 22:39:04','2026-01-20 22:39:04','bd4a813d-cc14-4912-a20b-141239729994'),
(70322,32,12029,NULL,2606,8,'2026-01-20 22:39:04','2026-01-20 22:39:04','8dc9f2c8-87d8-43e0-914b-d44a4cd44229'),
(70323,16,12029,NULL,9420,1,'2026-01-20 22:39:04','2026-01-20 22:39:04','b5db1d7a-55bc-4ae2-b4ba-e57fe995c589'),
(70324,7,12029,NULL,6547,1,'2026-01-20 22:39:04','2026-01-20 22:39:04','0df0e35a-4962-4f85-98a2-ba26da046b88'),
(70325,7,12029,NULL,601,2,'2026-01-20 22:39:04','2026-01-20 22:39:04','e29e458c-a09a-42a5-8b75-3a4aeef92e58'),
(70326,7,12029,NULL,617,3,'2026-01-20 22:39:04','2026-01-20 22:39:04','cbb6cb2e-b151-4a58-b497-779afc2594ee'),
(70327,7,12029,NULL,605,4,'2026-01-20 22:39:04','2026-01-20 22:39:04','07470edd-113c-4495-b351-176af2eec16e'),
(70328,7,12029,NULL,9552,5,'2026-01-20 22:39:04','2026-01-20 22:39:04','b9d606c0-0db0-42fc-96d1-e7e949c18f97'),
(70329,82,12029,NULL,479,1,'2026-01-20 22:39:04','2026-01-20 22:39:04','76de9bef-9952-4abf-a4bc-f08941209583'),
(70330,82,12029,NULL,491,2,'2026-01-20 22:39:04','2026-01-20 22:39:04','e7444f8b-6cf4-4b17-a22d-bf60dc98f81f'),
(70331,57,12029,NULL,8141,1,'2026-01-20 22:39:04','2026-01-20 22:39:04','29482788-7744-40af-81a8-76b871195e1d'),
(70332,57,12029,NULL,5129,2,'2026-01-20 22:39:04','2026-01-20 22:39:04','6a07d14f-442a-4658-b765-514f39f75c0a'),
(70333,57,12029,NULL,5127,3,'2026-01-20 22:39:04','2026-01-20 22:39:04','0059f55c-bba3-4cde-a1fb-1169004cfa3a'),
(70334,57,12029,NULL,8142,4,'2026-01-20 22:39:04','2026-01-20 22:39:04','c71d9d2e-11f0-4fd8-8930-f603e2ccbcdc'),
(70335,57,12029,NULL,9423,5,'2026-01-20 22:39:04','2026-01-20 22:39:04','45d81ee8-0d81-4b5c-8e17-e826abf052ec'),
(70336,57,12029,NULL,9424,6,'2026-01-20 22:39:04','2026-01-20 22:39:04','08eca144-530b-4ba8-8e17-8808d7aea87b'),
(70337,57,12029,NULL,9425,7,'2026-01-20 22:39:04','2026-01-20 22:39:04','74ac0386-3c53-4d43-90e5-8453b46d5e2b'),
(70338,57,12029,NULL,9426,8,'2026-01-20 22:39:04','2026-01-20 22:39:04','dc7ea93c-e35c-4325-8a2b-f00be5fd7e43'),
(70339,57,12029,NULL,9427,9,'2026-01-20 22:39:04','2026-01-20 22:39:04','26bbd289-e8bf-4b48-b355-d8a6641fd6f8'),
(70362,32,1117,NULL,2606,9,'2026-01-20 22:39:11','2026-01-20 22:39:11','f1f86f4a-0c5c-42b1-9caf-d5bf17b501b8'),
(70363,32,12031,NULL,2610,1,'2026-01-20 22:39:11','2026-01-20 22:39:11','30e59ff3-0095-4ec5-b512-77e5b3f443f6'),
(70364,32,12031,NULL,2598,2,'2026-01-20 22:39:11','2026-01-20 22:39:11','e6b69078-8205-4559-be2a-ba15593b6a8a'),
(70365,32,12031,NULL,2600,3,'2026-01-20 22:39:11','2026-01-20 22:39:11','3630a049-af01-4f68-9132-01975faa510a'),
(70366,32,12031,NULL,2604,4,'2026-01-20 22:39:11','2026-01-20 22:39:11','6eca8481-b549-4f20-88aa-81de669662b6'),
(70367,32,12031,NULL,2614,5,'2026-01-20 22:39:11','2026-01-20 22:39:11','81705d6f-d3b5-4870-8637-aaa88fd30fc6'),
(70368,32,12031,NULL,2608,6,'2026-01-20 22:39:11','2026-01-20 22:39:11','c31e9c86-4621-4096-9088-34db8754db13'),
(70369,32,12031,NULL,2596,7,'2026-01-20 22:39:11','2026-01-20 22:39:11','5fe04fdb-fa96-46c0-b4e9-d1fefd29b27d'),
(70370,32,12031,NULL,2602,8,'2026-01-20 22:39:11','2026-01-20 22:39:11','7abe6192-3978-40b8-b76d-991143c50106'),
(70371,32,12031,NULL,2606,9,'2026-01-20 22:39:11','2026-01-20 22:39:11','795fdea3-9922-4216-af1c-bc42a555ae55'),
(70372,16,12031,NULL,4017,1,'2026-01-20 22:39:11','2026-01-20 22:39:11','e96f5742-4ed9-45d6-a313-a32d7fb890d8'),
(70373,7,12031,NULL,3468,1,'2026-01-20 22:39:11','2026-01-20 22:39:11','75f28899-84e9-4a6d-a809-26bc66f793f2'),
(70374,7,12031,NULL,2969,2,'2026-01-20 22:39:11','2026-01-20 22:39:11','4c03cfc6-cb81-43e3-8faf-94d46a33dab5'),
(70375,7,12031,NULL,617,3,'2026-01-20 22:39:11','2026-01-20 22:39:11','ac1fbed0-7d4d-447b-be81-21aa1f82a636'),
(70376,7,12031,NULL,9724,4,'2026-01-20 22:39:11','2026-01-20 22:39:11','745e8fc1-4e3d-48f8-b051-049be5a21032'),
(70377,7,12031,NULL,2972,5,'2026-01-20 22:39:11','2026-01-20 22:39:11','54121264-9edb-4d31-86ce-884f4f1f3ced'),
(70378,7,12031,NULL,605,6,'2026-01-20 22:39:11','2026-01-20 22:39:11','c457cb44-6697-481a-85fb-b1193744f62b'),
(70379,7,12031,NULL,9552,7,'2026-01-20 22:39:11','2026-01-20 22:39:11','99e14ae4-87e0-4ac9-9f12-885e7bf29983'),
(70380,82,12031,NULL,479,1,'2026-01-20 22:39:11','2026-01-20 22:39:11','a6c0bd8a-c4e0-476a-94af-f1db9e1c39ae'),
(70381,57,12031,NULL,8163,1,'2026-01-20 22:39:11','2026-01-20 22:39:11','90f4d817-793d-4ae1-b614-afa45f68b574'),
(70382,57,12031,NULL,8162,2,'2026-01-20 22:39:11','2026-01-20 22:39:11','7b5a5552-4de3-4a3e-90a0-dfc210602304'),
(70383,57,12031,NULL,8164,3,'2026-01-20 22:39:11','2026-01-20 22:39:11','390535e0-7efb-4c76-97a7-458b3f7164db'),
(70384,57,12031,NULL,8165,4,'2026-01-20 22:39:11','2026-01-20 22:39:11','72468884-13a5-4af2-8c42-addbcbba7501'),
(70445,32,1035,NULL,2606,10,'2026-01-20 22:39:32','2026-01-20 22:39:32','b9f76c16-1e77-4781-a347-a2df97dcbe07'),
(70446,32,12035,NULL,2614,1,'2026-01-20 22:39:32','2026-01-20 22:39:32','1d57338e-a7a4-4fcc-ae95-202dcd7e49e5'),
(70447,32,12035,NULL,2610,2,'2026-01-20 22:39:32','2026-01-20 22:39:32','5b329d03-a410-4c07-a3b9-941eba7597b3'),
(70448,32,12035,NULL,2598,3,'2026-01-20 22:39:32','2026-01-20 22:39:32','c797a4c2-73e5-49b9-89c6-ead92204d44a'),
(70449,32,12035,NULL,2600,4,'2026-01-20 22:39:32','2026-01-20 22:39:32','eb9d03fe-6511-4cd4-993c-f545c359e5f0'),
(70450,32,12035,NULL,2596,5,'2026-01-20 22:39:32','2026-01-20 22:39:32','aa00d4aa-cc25-4054-bd95-8519b9da691e'),
(70451,32,12035,NULL,2602,6,'2026-01-20 22:39:32','2026-01-20 22:39:32','37ff6f1d-f8b7-42c8-ae1b-79013a891d20'),
(70452,32,12035,NULL,2612,7,'2026-01-20 22:39:32','2026-01-20 22:39:32','a8cb3475-1594-4297-a0f2-226125c8ffd5'),
(70453,32,12035,NULL,2604,8,'2026-01-20 22:39:32','2026-01-20 22:39:32','a44b34ef-5a84-452b-b58d-0a0f53219b61'),
(70454,32,12035,NULL,2608,9,'2026-01-20 22:39:32','2026-01-20 22:39:32','502bb2f6-6c97-413d-b2bf-aef4b024ad88'),
(70455,32,12035,NULL,2606,10,'2026-01-20 22:39:32','2026-01-20 22:39:32','1b0cc9cd-7480-44bd-849b-f8e6b8dad067'),
(70456,16,12035,NULL,3623,1,'2026-01-20 22:39:32','2026-01-20 22:39:32','cb41b8ae-9d0f-4318-a00c-eed59adb5931'),
(70457,7,12035,NULL,601,1,'2026-01-20 22:39:32','2026-01-20 22:39:32','104edf4b-6597-4fca-95e0-793edc60babe'),
(70458,7,12035,NULL,617,2,'2026-01-20 22:39:32','2026-01-20 22:39:32','9213cbd7-4121-4c3e-9ce7-8be85f18c0cf'),
(70459,7,12035,NULL,605,3,'2026-01-20 22:39:32','2026-01-20 22:39:32','2942f04d-7bf2-44e2-bbab-87915409cfd1'),
(70460,7,12035,NULL,9552,4,'2026-01-20 22:39:32','2026-01-20 22:39:32','281127af-c6b5-4f97-82d3-3a16269204d0'),
(70461,82,12035,NULL,479,1,'2026-01-20 22:39:32','2026-01-20 22:39:32','e15bb7c5-b1b2-442b-aa3b-1835478314b1'),
(70462,47,12035,NULL,10560,1,'2026-01-20 22:39:32','2026-01-20 22:39:32','0fa193ec-e22a-4385-8af1-0a7a2cc7cab5'),
(70463,57,12035,NULL,7950,1,'2026-01-20 22:39:32','2026-01-20 22:39:32','2ea7e663-e5bb-41eb-bbcb-619ecd970394'),
(70464,57,12035,NULL,7952,2,'2026-01-20 22:39:32','2026-01-20 22:39:32','4316ce27-f3a5-4a56-8273-47dca325f4bd'),
(70465,57,12035,NULL,7956,3,'2026-01-20 22:39:32','2026-01-20 22:39:32','2ade8bba-60b9-459a-ae8f-01a1a0ee4df5'),
(70466,57,12035,NULL,7955,4,'2026-01-20 22:39:32','2026-01-20 22:39:32','0db4e65d-3340-4b65-b952-2b746103f89d'),
(70467,57,12035,NULL,7951,5,'2026-01-20 22:39:32','2026-01-20 22:39:32','32880e06-53ad-426e-b52f-c24400cc83e7'),
(70468,57,12035,NULL,7954,6,'2026-01-20 22:39:32','2026-01-20 22:39:32','1c4f0072-017d-4662-a8a3-91224cd8d3d1'),
(70469,57,12035,NULL,7953,7,'2026-01-20 22:39:32','2026-01-20 22:39:32','cba86365-e8ae-4550-8ee7-53300e72a052'),
(70470,57,12035,NULL,7957,8,'2026-01-20 22:39:32','2026-01-20 22:39:32','b68c338b-070d-4e76-91f3-fe4a44599a9e'),
(70507,32,1041,NULL,2606,8,'2026-01-20 22:39:50','2026-01-20 22:39:50','4faa2405-6cee-4877-8a38-4c8b27848fb2'),
(70508,32,12037,NULL,2610,1,'2026-01-20 22:39:51','2026-01-20 22:39:51','2efcc865-8609-4f66-b8e4-96748c399e16'),
(70509,32,12037,NULL,2598,2,'2026-01-20 22:39:51','2026-01-20 22:39:51','f83fe779-b75c-4f51-acb0-81079a8d1f38'),
(70510,32,12037,NULL,2608,3,'2026-01-20 22:39:51','2026-01-20 22:39:51','33dd164c-543f-4137-83f1-febbd36d5045'),
(70511,32,12037,NULL,2600,4,'2026-01-20 22:39:51','2026-01-20 22:39:51','9148733e-f0fc-41a7-a832-586aa2139583'),
(70512,32,12037,NULL,2596,5,'2026-01-20 22:39:51','2026-01-20 22:39:51','181cb871-57ad-4899-90f6-8c3fb65953b2'),
(70513,32,12037,NULL,2602,6,'2026-01-20 22:39:51','2026-01-20 22:39:51','5772053b-1c53-47fa-b759-30372ac7481f'),
(70514,32,12037,NULL,2604,7,'2026-01-20 22:39:51','2026-01-20 22:39:51','b86e35d8-03d7-4990-8243-20598d88de9e'),
(70515,32,12037,NULL,2606,8,'2026-01-20 22:39:51','2026-01-20 22:39:51','2358e321-de68-4945-a208-3b33b8ff5fd4'),
(70516,16,12037,NULL,10219,1,'2026-01-20 22:39:51','2026-01-20 22:39:51','07998627-801e-41cd-9f43-d468043e932b'),
(70517,7,12037,NULL,601,1,'2026-01-20 22:39:51','2026-01-20 22:39:51','8505dcbe-452c-48fb-970d-457422372ecc'),
(70518,7,12037,NULL,2974,2,'2026-01-20 22:39:51','2026-01-20 22:39:51','ffbeef06-6dbc-4a02-b225-89698483e0b5'),
(70519,7,12037,NULL,617,3,'2026-01-20 22:39:51','2026-01-20 22:39:51','b15c561f-9f4b-4b23-a21c-323e98f2af29'),
(70520,7,12037,NULL,9732,4,'2026-01-20 22:39:51','2026-01-20 22:39:51','040c91f3-f145-484e-89d1-74e0d8fbf03d'),
(70521,7,12037,NULL,9735,5,'2026-01-20 22:39:51','2026-01-20 22:39:51','d2806c91-ad8b-4fec-b8da-a6da7397311f'),
(70522,7,12037,NULL,9552,6,'2026-01-20 22:39:51','2026-01-20 22:39:51','127ab0e6-e047-4d6b-9061-24b991b9c07c'),
(70523,7,12037,NULL,605,7,'2026-01-20 22:39:51','2026-01-20 22:39:51','ad8b5cd2-845f-45e2-943d-bab5ea89b736'),
(70524,82,12037,NULL,479,1,'2026-01-20 22:39:51','2026-01-20 22:39:51','89cb60f8-4e8f-4d75-991f-9ea52a5caec5'),
(70525,82,12037,NULL,491,2,'2026-01-20 22:39:51','2026-01-20 22:39:51','b7b828d6-9eea-4209-8acd-2a19e14ed8e9'),
(70526,47,12037,NULL,10563,1,'2026-01-20 22:39:51','2026-01-20 22:39:51','a62bab64-280f-4668-a305-82a5852a5ac2'),
(70527,57,12037,NULL,10220,1,'2026-01-20 22:39:51','2026-01-20 22:39:51','a32c9f0b-543a-4b26-a85a-ea8e0c220770'),
(70528,57,12037,NULL,10224,2,'2026-01-20 22:39:51','2026-01-20 22:39:51','1c12f367-bb0a-40e3-96ea-578be42df52d'),
(70529,57,12037,NULL,10221,3,'2026-01-20 22:39:51','2026-01-20 22:39:51','dfb3f280-bb2e-4580-95cd-44d2ae78beac'),
(70530,57,12037,NULL,10222,4,'2026-01-20 22:39:51','2026-01-20 22:39:51','d0cf3a11-57b1-4916-acad-5ce795d30988'),
(70531,57,12037,NULL,10225,5,'2026-01-20 22:39:51','2026-01-20 22:39:51','70cbce66-b92a-4f45-9f6e-f77bcb0e60a7'),
(70532,57,12037,NULL,10226,6,'2026-01-20 22:39:51','2026-01-20 22:39:51','ea6a9e3f-fdb4-4bef-a522-208b78ecff73'),
(70533,57,12037,NULL,10228,7,'2026-01-20 22:39:51','2026-01-20 22:39:51','248eb177-d585-4b09-b186-73fcc74a5a9e'),
(70534,57,12037,NULL,10229,8,'2026-01-20 22:39:51','2026-01-20 22:39:51','928dd6df-9246-48fa-9444-87c2ec566fb7'),
(70535,57,12037,NULL,10232,9,'2026-01-20 22:39:51','2026-01-20 22:39:51','c276d31d-1640-45f1-b6f6-bc5ad30f9f07'),
(70536,57,12037,NULL,10233,10,'2026-01-20 22:39:51','2026-01-20 22:39:51','0d4d1d0e-7dd8-483e-ae55-100ebcf23996'),
(70537,57,12037,NULL,10234,11,'2026-01-20 22:39:51','2026-01-20 22:39:51','2af39304-65f3-4320-9072-29e7135b02fe'),
(70538,57,12037,NULL,10236,12,'2026-01-20 22:39:51','2026-01-20 22:39:51','e6e8d789-e781-4a1c-a4d9-4b106668bc19'),
(70539,57,12037,NULL,10237,13,'2026-01-20 22:39:51','2026-01-20 22:39:51','ebfc809c-d4d2-49fa-acbd-6db72d3dd9bc'),
(70540,57,12037,NULL,10238,14,'2026-01-20 22:39:51','2026-01-20 22:39:51','cfc1942a-4544-4109-adec-71a5b30145d4'),
(70541,57,12037,NULL,10240,15,'2026-01-20 22:39:51','2026-01-20 22:39:51','c90890d5-b6c6-41cd-9ff5-db456ad650c0'),
(70567,32,1249,NULL,2606,10,'2026-01-20 22:39:58','2026-01-20 22:39:58','99e8ae7f-6f91-4fa4-bb69-5753b12dc10d'),
(70568,32,12039,NULL,2610,1,'2026-01-20 22:39:58','2026-01-20 22:39:58','29769c01-3361-49ef-847f-1f34ea79ecda'),
(70569,32,12039,NULL,2598,2,'2026-01-20 22:39:58','2026-01-20 22:39:58','b44d028f-b0f2-4c7f-913a-d9a2854c291a'),
(70570,32,12039,NULL,2600,3,'2026-01-20 22:39:58','2026-01-20 22:39:58','133fd19f-9d71-49c1-b48f-9f79cab65778'),
(70571,32,12039,NULL,2602,4,'2026-01-20 22:39:58','2026-01-20 22:39:58','68f5eedf-eabb-45f2-a792-1ecf4b590103'),
(70572,32,12039,NULL,2612,5,'2026-01-20 22:39:58','2026-01-20 22:39:58','4a2d6d1d-b384-4c8c-bdcf-80692ed2db2f'),
(70573,32,12039,NULL,2618,6,'2026-01-20 22:39:58','2026-01-20 22:39:58','847297aa-e74d-443c-af1c-f582436fe776'),
(70574,32,12039,NULL,2604,7,'2026-01-20 22:39:58','2026-01-20 22:39:58','41d46adc-f381-4a82-9948-9213225ac1e6'),
(70575,32,12039,NULL,2608,8,'2026-01-20 22:39:58','2026-01-20 22:39:58','09c3dad7-f78d-491b-9729-4a1420dddc3d'),
(70576,32,12039,NULL,2596,9,'2026-01-20 22:39:58','2026-01-20 22:39:58','db5c73cb-d231-4701-bb1a-008ba174e80d'),
(70577,32,12039,NULL,2606,10,'2026-01-20 22:39:58','2026-01-20 22:39:58','71424dfc-3e50-472f-aab0-989264839cb4'),
(70578,16,12039,NULL,4639,1,'2026-01-20 22:39:58','2026-01-20 22:39:58','d6d932c0-c734-4115-8e50-a978a77d34a8'),
(70579,7,12039,NULL,2974,1,'2026-01-20 22:39:58','2026-01-20 22:39:58','7d0c83d0-aa30-43f0-b9bc-165bf544cf7d'),
(70580,7,12039,NULL,617,2,'2026-01-20 22:39:58','2026-01-20 22:39:58','a634f344-c081-413e-950b-d25dfd404442'),
(70581,7,12039,NULL,605,3,'2026-01-20 22:39:58','2026-01-20 22:39:58','6ee6214b-330a-4b1d-b5a1-97bc6d654bf9'),
(70582,7,12039,NULL,9552,4,'2026-01-20 22:39:58','2026-01-20 22:39:58','89d2fe48-1a0b-494d-9851-c6e1a200dfd3'),
(70583,82,12039,NULL,479,1,'2026-01-20 22:39:58','2026-01-20 22:39:58','ec02c5c1-e6d3-4a06-9c44-725e73c8ff5d'),
(70584,82,12039,NULL,491,2,'2026-01-20 22:39:58','2026-01-20 22:39:58','9b3299df-e816-46e0-8cb9-9a075e4d7c36'),
(70585,46,12039,NULL,3697,1,'2026-01-20 22:39:58','2026-01-20 22:39:58','6d561680-5ba3-4c0d-a639-345718a19338'),
(70586,57,12039,NULL,5084,1,'2026-01-20 22:39:58','2026-01-20 22:39:58','cd54fdf3-024f-40c1-95bd-91c88dff0349'),
(70587,57,12039,NULL,5085,2,'2026-01-20 22:39:58','2026-01-20 22:39:58','9dddb80d-5a9c-48ae-8770-e3173ebb48cd'),
(70588,57,12039,NULL,5086,3,'2026-01-20 22:39:58','2026-01-20 22:39:58','5d575eb9-1589-41d3-9be4-7e21566698ef'),
(70589,57,12039,NULL,5087,4,'2026-01-20 22:39:58','2026-01-20 22:39:58','98d51252-8494-47ce-a8f0-b2bec5b72ebb'),
(70590,57,12039,NULL,5088,5,'2026-01-20 22:39:58','2026-01-20 22:39:58','a834c3d5-2e6a-47e6-852b-2755bf8c2e7e'),
(70616,32,1123,NULL,2606,8,'2026-01-20 22:40:06','2026-01-20 22:40:06','5e8ffbd0-f7f6-45ec-8961-0a17be218a39'),
(70617,32,12041,NULL,2610,1,'2026-01-20 22:40:06','2026-01-20 22:40:06','e59be5c1-3b55-4413-ba93-e722227dd98e'),
(70618,32,12041,NULL,2598,2,'2026-01-20 22:40:06','2026-01-20 22:40:06','93fa6841-420b-4cd0-a03c-97a7409e11f4'),
(70619,32,12041,NULL,2600,3,'2026-01-20 22:40:06','2026-01-20 22:40:06','9c117fb3-4a19-4346-8098-3f2e5e6e652a'),
(70620,32,12041,NULL,2602,4,'2026-01-20 22:40:06','2026-01-20 22:40:06','a5686f8a-e4db-47d7-8d4b-2a654552f230'),
(70621,32,12041,NULL,2604,5,'2026-01-20 22:40:06','2026-01-20 22:40:06','4bde6b88-1952-4caf-a67e-42613d833ee8'),
(70622,32,12041,NULL,2608,6,'2026-01-20 22:40:06','2026-01-20 22:40:06','916f26e3-6dc8-4494-96df-db1fe07bb491'),
(70623,32,12041,NULL,2596,7,'2026-01-20 22:40:06','2026-01-20 22:40:06','dd1d5633-ffe9-4abe-940f-1431b78744d8'),
(70624,32,12041,NULL,2606,8,'2026-01-20 22:40:06','2026-01-20 22:40:06','15574a44-6c47-4d94-ac6c-23669ed6eb66'),
(70625,16,12041,NULL,8178,1,'2026-01-20 22:40:06','2026-01-20 22:40:06','d3eef7c7-bef4-466c-b39c-6937b7f30d27'),
(70626,7,12041,NULL,3468,1,'2026-01-20 22:40:06','2026-01-20 22:40:06','8d00ba9b-e6c0-4114-8711-030c2d37b074'),
(70627,7,12041,NULL,601,2,'2026-01-20 22:40:06','2026-01-20 22:40:06','96baaa81-9088-4183-b253-2a3606cff9e3'),
(70628,7,12041,NULL,2974,3,'2026-01-20 22:40:06','2026-01-20 22:40:06','661d8813-e387-453f-b1e7-df42d087ce76'),
(70629,7,12041,NULL,9640,4,'2026-01-20 22:40:06','2026-01-20 22:40:06','3d0946fa-a984-453f-aa4b-ff1c87bb7383'),
(70630,7,12041,NULL,617,5,'2026-01-20 22:40:06','2026-01-20 22:40:06','97a8756b-9426-40a4-bf88-7cfe7393d5b1'),
(70631,7,12041,NULL,9724,6,'2026-01-20 22:40:06','2026-01-20 22:40:06','71d06a13-fa6a-481d-aa0e-35cf820615d0'),
(70632,7,12041,NULL,605,7,'2026-01-20 22:40:06','2026-01-20 22:40:06','f1bd8c2f-b0ea-4edb-8e9a-e34b41e9ec5c'),
(70633,7,12041,NULL,9552,8,'2026-01-20 22:40:06','2026-01-20 22:40:06','3c417edf-9ee3-450a-bb65-1da7d5566e1f'),
(70634,82,12041,NULL,479,1,'2026-01-20 22:40:06','2026-01-20 22:40:06','0c6c5560-421e-4462-97a2-39c479b0f3e9'),
(70635,82,12041,NULL,491,2,'2026-01-20 22:40:06','2026-01-20 22:40:06','cccb9278-15cf-433c-aefc-aa6f77de67b5'),
(70636,57,12041,NULL,8175,1,'2026-01-20 22:40:06','2026-01-20 22:40:06','63982a5a-e3b5-4161-9557-688c2c97fec7'),
(70637,57,12041,NULL,8194,2,'2026-01-20 22:40:06','2026-01-20 22:40:06','14282ab0-f32f-4ab0-b0f9-a16aeeabfb86'),
(70638,57,12041,NULL,8174,3,'2026-01-20 22:40:06','2026-01-20 22:40:06','c3a72286-721f-4406-89c5-29404934ee4f'),
(70639,57,12041,NULL,8177,4,'2026-01-20 22:40:06','2026-01-20 22:40:06','2faf1a19-9c62-4029-9277-5c2c35f0123b'),
(70662,32,1129,NULL,2606,10,'2026-01-20 22:40:13','2026-01-20 22:40:13','f9360b67-7653-456d-975c-2daaea8c4ae7'),
(70663,32,12043,NULL,2614,1,'2026-01-20 22:40:14','2026-01-20 22:40:14','92163a3d-2482-476c-9ead-dd928e3da008'),
(70664,32,12043,NULL,2610,2,'2026-01-20 22:40:14','2026-01-20 22:40:14','1a609209-b51c-4544-8e3e-1d7f727b3c99'),
(70665,32,12043,NULL,2598,3,'2026-01-20 22:40:14','2026-01-20 22:40:14','c7fddd24-3023-48e6-9c20-62005e132a30'),
(70666,32,12043,NULL,2600,4,'2026-01-20 22:40:14','2026-01-20 22:40:14','b51fba03-1639-4975-a53b-7c3af2dab564'),
(70667,32,12043,NULL,2602,5,'2026-01-20 22:40:14','2026-01-20 22:40:14','c1990189-2c37-4ead-99ad-f8d6ae6093b4'),
(70668,32,12043,NULL,2612,6,'2026-01-20 22:40:14','2026-01-20 22:40:14','3f29a55f-e2df-4818-99d5-cc9245c15614'),
(70669,32,12043,NULL,2604,7,'2026-01-20 22:40:14','2026-01-20 22:40:14','0440ec11-2fbd-40c5-b56b-4fe0058e9f66'),
(70670,32,12043,NULL,2608,8,'2026-01-20 22:40:14','2026-01-20 22:40:14','daf8ce40-dca6-4493-a8b1-4b9850da3157'),
(70671,32,12043,NULL,2596,9,'2026-01-20 22:40:14','2026-01-20 22:40:14','23fed303-bb25-430b-b499-eb05340b5f78'),
(70672,32,12043,NULL,2606,10,'2026-01-20 22:40:14','2026-01-20 22:40:14','15d173e3-7c82-463b-916b-2aa6f183fc4c'),
(70673,16,12043,NULL,4083,1,'2026-01-20 22:40:14','2026-01-20 22:40:14','2a492373-4ca9-484e-83dd-348b3b3bc518'),
(70674,7,12043,NULL,601,1,'2026-01-20 22:40:14','2026-01-20 22:40:14','6d21758e-2449-4577-a66d-6e73c4498050'),
(70675,7,12043,NULL,617,2,'2026-01-20 22:40:14','2026-01-20 22:40:14','34f276d0-6706-48e4-95f1-67ee42e6f306'),
(70676,7,12043,NULL,605,3,'2026-01-20 22:40:14','2026-01-20 22:40:14','15f73c6c-6584-4f19-8f36-da6b4eeefb45'),
(70677,7,12043,NULL,9552,4,'2026-01-20 22:40:14','2026-01-20 22:40:14','c1d3b485-5e2e-4b9f-9722-e7f6fd426f07'),
(70678,82,12043,NULL,479,1,'2026-01-20 22:40:14','2026-01-20 22:40:14','3d7998a2-584b-4acb-b15e-721fa57ce7e3'),
(70679,57,12043,NULL,5056,1,'2026-01-20 22:40:14','2026-01-20 22:40:14','73b00b32-8395-4e44-9143-4baa8b5764b4'),
(70680,57,12043,NULL,5055,2,'2026-01-20 22:40:14','2026-01-20 22:40:14','f775db08-943e-4fea-aab0-291381a6c3c2'),
(70681,57,12043,NULL,5057,3,'2026-01-20 22:40:14','2026-01-20 22:40:14','92261239-1d80-4997-bb6b-18e3777fa882'),
(70682,57,12043,NULL,5058,4,'2026-01-20 22:40:14','2026-01-20 22:40:14','29937914-7c3a-4ffb-b12d-3fcf2e536940'),
(70698,32,1141,NULL,2606,8,'2026-01-20 22:40:41','2026-01-20 22:40:41','1028e237-2070-4e67-aaf1-4294ee4a40d0'),
(70699,32,12045,NULL,2610,1,'2026-01-20 22:40:41','2026-01-20 22:40:41','654be11a-1e27-4b14-9091-e78e942e01fa'),
(70700,32,12045,NULL,2598,2,'2026-01-20 22:40:41','2026-01-20 22:40:41','da8f26e1-1324-4d14-835b-f4809713f233'),
(70701,32,12045,NULL,2608,3,'2026-01-20 22:40:41','2026-01-20 22:40:41','5447a06f-2228-4d53-832c-65709ece24e1'),
(70702,32,12045,NULL,2600,4,'2026-01-20 22:40:41','2026-01-20 22:40:41','9ace636b-ffe3-4ead-bc2e-33b9e7376ea9'),
(70703,32,12045,NULL,2596,5,'2026-01-20 22:40:41','2026-01-20 22:40:41','d76c4cba-c611-42a0-8446-9c4e95d8f7e9'),
(70704,32,12045,NULL,2602,6,'2026-01-20 22:40:41','2026-01-20 22:40:41','6de3522d-ac04-4ed7-9eba-8dadd183415b'),
(70705,32,12045,NULL,2604,7,'2026-01-20 22:40:41','2026-01-20 22:40:41','e508e43c-34c7-425d-b009-daab7f96ace6'),
(70706,32,12045,NULL,2606,8,'2026-01-20 22:40:41','2026-01-20 22:40:41','41dbce68-69b3-4de0-aece-5134a7202e6c'),
(70707,82,12045,NULL,479,1,'2026-01-20 22:40:41','2026-01-20 22:40:41','6fe849c5-bbeb-4952-8c7f-c69a2a2aa71c'),
(70708,82,12045,NULL,491,2,'2026-01-20 22:40:41','2026-01-20 22:40:41','e3d95d94-e0b3-47ec-82ed-29616b8397cc'),
(70732,32,1143,NULL,2606,8,'2026-01-20 22:41:32','2026-01-20 22:41:32','6d2e3af0-6a4a-496d-8b10-f6b8f8f460ac'),
(70733,32,12047,NULL,2610,1,'2026-01-20 22:41:32','2026-01-20 22:41:32','a8084f35-818e-4a8b-b4b0-add55aab848e'),
(70734,32,12047,NULL,2598,2,'2026-01-20 22:41:32','2026-01-20 22:41:32','cef4d2a5-d8fe-4766-a028-2d4657296801'),
(70735,32,12047,NULL,2600,3,'2026-01-20 22:41:32','2026-01-20 22:41:32','62373fd6-ab8b-4c72-8118-1d817e96af83'),
(70736,32,12047,NULL,2604,4,'2026-01-20 22:41:32','2026-01-20 22:41:32','17a12879-b504-4d7b-bce6-d3eb0cc397dc'),
(70737,32,12047,NULL,2608,5,'2026-01-20 22:41:32','2026-01-20 22:41:32','680cad14-1aca-469d-a3c9-6c3b862c8f62'),
(70738,32,12047,NULL,2596,6,'2026-01-20 22:41:32','2026-01-20 22:41:32','35ede352-1fd7-4e92-bfb5-9777d4c6b70a'),
(70739,32,12047,NULL,2602,7,'2026-01-20 22:41:32','2026-01-20 22:41:32','50a6d4f8-4345-470d-9a0f-c3be6910a89b'),
(70740,32,12047,NULL,2606,8,'2026-01-20 22:41:32','2026-01-20 22:41:32','06cf1516-38f8-4e1e-86d6-ae4141e61102'),
(70741,16,12047,NULL,4142,1,'2026-01-20 22:41:32','2026-01-20 22:41:32','76c5187a-adaf-4389-9d5e-4bc1d940e512'),
(70742,7,12047,NULL,6547,1,'2026-01-20 22:41:32','2026-01-20 22:41:32','f30fa157-d798-4de4-a184-0012a859871a'),
(70743,7,12047,NULL,601,2,'2026-01-20 22:41:32','2026-01-20 22:41:32','f9e6273e-0ea1-4e18-b24e-0127104bda70'),
(70744,7,12047,NULL,9724,3,'2026-01-20 22:41:32','2026-01-20 22:41:32','2ac0f1d1-4414-4365-807b-86776066599e'),
(70745,7,12047,NULL,2972,4,'2026-01-20 22:41:32','2026-01-20 22:41:32','80501dd2-1719-4034-a84d-fd3600774ca0'),
(70746,7,12047,NULL,617,5,'2026-01-20 22:41:32','2026-01-20 22:41:32','f7fab95a-33a1-48c0-b11e-d8f9cd4aa14e'),
(70747,7,12047,NULL,605,6,'2026-01-20 22:41:32','2026-01-20 22:41:32','f47140d4-2d99-484a-92cd-f50ec0709f86'),
(70748,7,12047,NULL,9552,7,'2026-01-20 22:41:32','2026-01-20 22:41:32','ab6d2155-8f16-4bb8-bbed-9c2fce75d0dc'),
(70749,82,12047,NULL,479,1,'2026-01-20 22:41:32','2026-01-20 22:41:32','5529f477-0d0c-43a7-b05c-c7552c7af5f0'),
(70750,82,12047,NULL,491,2,'2026-01-20 22:41:32','2026-01-20 22:41:32','650bdb01-21ba-4fee-a6bc-afa7467ce424'),
(70751,57,12047,NULL,4955,1,'2026-01-20 22:41:32','2026-01-20 22:41:32','b17af5dc-808c-4e64-b06f-75d2506d327d'),
(70752,57,12047,NULL,4956,2,'2026-01-20 22:41:32','2026-01-20 22:41:32','eadd414f-9859-4191-8bc8-46f5983bac2b'),
(70753,57,12047,NULL,4957,3,'2026-01-20 22:41:32','2026-01-20 22:41:32','24c022b0-53d6-4e1a-a984-065a6061e8d8'),
(70754,57,12047,NULL,8227,4,'2026-01-20 22:41:32','2026-01-20 22:41:32','08f4317d-978b-4490-bdca-954e7b6fda18'),
(70778,32,1177,NULL,2612,9,'2026-01-20 22:43:31','2026-01-20 22:43:31','5537c18d-4c62-4f33-90c9-00c13b02d726'),
(70779,32,12049,NULL,2610,1,'2026-01-20 22:43:31','2026-01-20 22:43:31','9e4be229-44d3-46bc-977e-a2583460c305'),
(70780,32,12049,NULL,2598,2,'2026-01-20 22:43:31','2026-01-20 22:43:31','cf3209d7-6471-4ca7-a8df-e564f6f95bcf'),
(70781,32,12049,NULL,2600,3,'2026-01-20 22:43:31','2026-01-20 22:43:31','76985967-f4a3-482f-87d2-adb15aca3e2a'),
(70782,32,12049,NULL,2604,4,'2026-01-20 22:43:31','2026-01-20 22:43:31','876c8dc0-939b-4244-990e-9832d6958352'),
(70783,32,12049,NULL,2608,5,'2026-01-20 22:43:31','2026-01-20 22:43:31','7b63689f-f8f3-4d8c-ae8a-5aa69001815c'),
(70784,32,12049,NULL,2596,6,'2026-01-20 22:43:31','2026-01-20 22:43:31','b11f12b0-2250-4d83-8856-c523b790431a'),
(70785,32,12049,NULL,2602,7,'2026-01-20 22:43:31','2026-01-20 22:43:31','1bcfbb3f-370c-49f8-b219-8a526ba3a392'),
(70786,32,12049,NULL,2606,8,'2026-01-20 22:43:31','2026-01-20 22:43:31','84cb2932-3444-4e17-9bdf-048eb1684ed0'),
(70787,32,12049,NULL,2612,9,'2026-01-20 22:43:31','2026-01-20 22:43:31','13a9fc18-c546-43d6-bb6a-2b05ebac8a2f'),
(70788,16,12049,NULL,4282,1,'2026-01-20 22:43:31','2026-01-20 22:43:31','c7c0c0fe-03e5-4797-9d3c-d05e5eb53ad4'),
(70789,7,12049,NULL,2969,1,'2026-01-20 22:43:31','2026-01-20 22:43:31','e9490db9-2128-4d6a-9c9d-9be01bf42d5c'),
(70790,7,12049,NULL,617,2,'2026-01-20 22:43:31','2026-01-20 22:43:31','28e5ff65-8661-4d0c-9d69-e1344223fb3d'),
(70791,7,12049,NULL,605,3,'2026-01-20 22:43:31','2026-01-20 22:43:31','3a293ba8-73a5-4c9e-ba5a-f6341d26cfb4'),
(70792,7,12049,NULL,9552,4,'2026-01-20 22:43:31','2026-01-20 22:43:31','ff0e917d-6fb2-437f-9e10-e2a3bc8c88b3'),
(70793,82,12049,NULL,469,1,'2026-01-20 22:43:31','2026-01-20 22:43:31','2c24588d-1a16-40b1-a0d9-0a683cf26aea'),
(70794,82,12049,NULL,479,2,'2026-01-20 22:43:31','2026-01-20 22:43:31','93b0e455-1abb-4028-84b0-766402ba74d2'),
(70795,82,12049,NULL,491,3,'2026-01-20 22:43:31','2026-01-20 22:43:31','9b807fb0-a0c3-44b4-b13d-0a7735594028'),
(70796,47,12049,NULL,10478,1,'2026-01-20 22:43:31','2026-01-20 22:43:31','93f7689d-6e4e-4936-abd6-f1f6b8eb4cde'),
(70797,57,12049,NULL,8740,1,'2026-01-20 22:43:31','2026-01-20 22:43:31','0c4ed4f5-f139-4722-b90f-2d665de239ac'),
(70798,57,12049,NULL,4911,2,'2026-01-20 22:43:31','2026-01-20 22:43:31','ad07a56e-8eb0-42ea-aa4b-c4d32490be2b'),
(70799,57,12049,NULL,4909,3,'2026-01-20 22:43:31','2026-01-20 22:43:31','d77a2b47-e498-4a25-b7d8-7a4d2c744e04'),
(70800,57,12049,NULL,4910,4,'2026-01-20 22:43:31','2026-01-20 22:43:31','6dffe03d-cac9-4d53-ad46-ce2eae1a01d0'),
(70826,16,12055,NULL,3279,1,'2026-01-20 22:57:25','2026-01-20 22:57:25','7b67c0e3-8682-48b8-ae26-e37035d4f67b'),
(70827,57,12055,NULL,3276,1,'2026-01-20 22:57:25','2026-01-20 22:57:25','84150c17-ea96-4392-9889-ba5434a3e6db'),
(70828,57,12055,NULL,11003,2,'2026-01-20 22:57:25','2026-01-20 22:57:25','c02c6516-22a4-4de7-9034-13d66968bf5b'),
(70829,57,12055,NULL,11004,3,'2026-01-20 22:57:25','2026-01-20 22:57:25','df052bc6-f855-4ffe-a892-cd9ed0fc95b9'),
(70830,57,12055,NULL,3278,4,'2026-01-20 22:57:25','2026-01-20 22:57:25','16b369cf-4761-4eaf-bfb2-0c63421d37be'),
(70831,57,12055,NULL,3279,5,'2026-01-20 22:57:25','2026-01-20 22:57:25','2055bcaf-2827-4c8d-83d3-06ab08ca166a'),
(70881,32,12113,NULL,2610,1,'2026-01-21 01:15:38','2026-01-21 01:15:38','99bc8a2b-d882-4658-a208-2e0ac8554224'),
(70882,32,12113,NULL,2598,2,'2026-01-21 01:15:38','2026-01-21 01:15:38','dd70a0e0-ad98-4b8b-a330-04f1899afab3'),
(70883,32,12113,NULL,2608,3,'2026-01-21 01:15:38','2026-01-21 01:15:38','e3eedd5e-6390-41ec-b0d2-f6a5ec28f65b'),
(70884,32,12113,NULL,2624,4,'2026-01-21 01:15:38','2026-01-21 01:15:38','8e7fd7a5-c750-4979-8702-19cef36f1c70'),
(70885,32,12113,NULL,2600,5,'2026-01-21 01:15:38','2026-01-21 01:15:38','e6a56dd3-b33b-48bb-8f47-44f91cfa2c16'),
(70886,32,12113,NULL,2596,6,'2026-01-21 01:15:38','2026-01-21 01:15:38','dfd803a1-13ab-45eb-ae24-614520a30ef1'),
(70887,32,12113,NULL,2602,7,'2026-01-21 01:15:38','2026-01-21 01:15:38','18e5254d-5fb1-4f2e-8279-37a498050c31'),
(70888,32,12113,NULL,2606,8,'2026-01-21 01:15:38','2026-01-21 01:15:38','9e9f5b6c-b7f5-4e15-8f64-9922f27998b6'),
(70889,32,12113,NULL,2612,9,'2026-01-21 01:15:38','2026-01-21 01:15:38','c350eb13-852a-47a9-9353-237fa2dfcb4b'),
(70890,32,12113,NULL,2604,10,'2026-01-21 01:15:38','2026-01-21 01:15:38','8b892f0e-664a-429d-8c17-0fbd0abcf5bd'),
(70891,16,12113,NULL,4786,1,'2026-01-21 01:15:38','2026-01-21 01:15:38','57223064-6eff-4ff0-a3a7-984531ba95ee'),
(70892,7,12113,NULL,6547,1,'2026-01-21 01:15:38','2026-01-21 01:15:38','f4d13912-6204-4fd7-8f8d-17c2726edadc'),
(70893,7,12113,NULL,601,2,'2026-01-21 01:15:38','2026-01-21 01:15:38','f436fe7b-5258-4c55-bede-1b5186efebbf'),
(70894,7,12113,NULL,617,3,'2026-01-21 01:15:38','2026-01-21 01:15:38','0b1c196e-6146-43a0-9e3d-77e343ee697f'),
(70895,7,12113,NULL,605,4,'2026-01-21 01:15:38','2026-01-21 01:15:38','4b0c5675-bf5f-42b2-9540-22627a84940c'),
(70896,7,12113,NULL,9552,5,'2026-01-21 01:15:38','2026-01-21 01:15:38','b66d50d4-b2b1-489a-8c50-58f7ed06a82f'),
(70897,82,12113,NULL,491,1,'2026-01-21 01:15:38','2026-01-21 01:15:38','6a184c4c-7c67-4e4f-bcba-444d6e65cae1'),
(70898,46,12113,NULL,2891,1,'2026-01-21 01:15:38','2026-01-21 01:15:38','eb70aa25-da24-4671-864e-b0a8632131a6'),
(70899,57,12113,NULL,4808,1,'2026-01-21 01:15:38','2026-01-21 01:15:38','acdf86be-4155-4884-942e-4f14a808bf0e'),
(70900,57,12113,NULL,4811,2,'2026-01-21 01:15:38','2026-01-21 01:15:38','f4cc4fa1-dfda-492e-832a-0db8d6f7cca3'),
(70901,57,12113,NULL,4807,3,'2026-01-21 01:15:38','2026-01-21 01:15:38','89d846e7-3445-410a-9951-812060c3c875'),
(70902,57,12113,NULL,4806,4,'2026-01-21 01:15:38','2026-01-21 01:15:38','ac5cf254-299a-4dc4-a1eb-52c732eac350'),
(70903,57,12113,NULL,4809,5,'2026-01-21 01:15:38','2026-01-21 01:15:38','255c5913-3121-4785-a18c-57105b793711'),
(70904,57,12113,NULL,4810,6,'2026-01-21 01:15:38','2026-01-21 01:15:38','cf0cf08a-e4f9-45db-80fb-dff746294e00'),
(70929,32,2,NULL,2612,9,'2026-01-21 01:15:54','2026-01-21 01:15:54','0155614e-7aa9-4873-a01a-81ae1fa9b49e'),
(70930,32,12115,NULL,2610,1,'2026-01-21 01:15:54','2026-01-21 01:15:54','12a1454e-fc18-4815-adfc-fec43818b648'),
(70931,32,12115,NULL,2598,2,'2026-01-21 01:15:54','2026-01-21 01:15:54','50562a9d-ca72-4593-8dc6-83dfe40462b3'),
(70932,32,12115,NULL,2608,3,'2026-01-21 01:15:54','2026-01-21 01:15:54','21ff3042-7e46-4c0e-83f8-a0508b88ae03'),
(70933,32,12115,NULL,2600,4,'2026-01-21 01:15:54','2026-01-21 01:15:54','bbc96f35-41d5-4124-8d0b-6cf47c1a17de'),
(70934,32,12115,NULL,2596,5,'2026-01-21 01:15:54','2026-01-21 01:15:54','0902f45a-93d5-4077-ab22-91ca96be8f47'),
(70935,32,12115,NULL,2602,6,'2026-01-21 01:15:54','2026-01-21 01:15:54','a5aa27a3-2186-4d43-90e4-14b1d4c5d344'),
(70936,32,12115,NULL,2604,7,'2026-01-21 01:15:54','2026-01-21 01:15:54','1867c7ed-2559-445d-9ab9-c5a2d3de42a2'),
(70937,32,12115,NULL,2606,8,'2026-01-21 01:15:54','2026-01-21 01:15:54','a78626a4-3b96-4ede-942c-bb3a92162b6f'),
(70938,32,12115,NULL,2612,9,'2026-01-21 01:15:54','2026-01-21 01:15:54','51614d5c-efa6-4b49-8fa4-4b4060572f70'),
(70939,16,12115,NULL,545,1,'2026-01-21 01:15:54','2026-01-21 01:15:54','f9a51e9a-2775-42b5-a68c-8ea73de2cfb2'),
(70940,7,12115,NULL,601,1,'2026-01-21 01:15:54','2026-01-21 01:15:54','883d2ec4-9998-486e-9249-7bddfa355a87'),
(70941,7,12115,NULL,617,2,'2026-01-21 01:15:54','2026-01-21 01:15:54','b02ff83f-ffdb-458a-9af2-0523d7c0e9e4'),
(70942,7,12115,NULL,605,3,'2026-01-21 01:15:54','2026-01-21 01:15:54','e23b46a4-95f8-4530-ac10-e6c9ec232db7'),
(70943,7,12115,NULL,9552,4,'2026-01-21 01:15:54','2026-01-21 01:15:54','35793268-7ede-464a-960c-8860acace04d'),
(70944,82,12115,NULL,479,1,'2026-01-21 01:15:54','2026-01-21 01:15:54','3a7854f1-4c75-43b3-99ff-04e1388a9d2e'),
(70945,82,12115,NULL,491,2,'2026-01-21 01:15:54','2026-01-21 01:15:54','62744aff-6428-4cd3-9a37-63abd83977f9'),
(70946,47,12115,NULL,10507,1,'2026-01-21 01:15:54','2026-01-21 01:15:54','437c1e65-bfa2-4f1c-bb2c-a621e67813ff'),
(70947,57,12115,NULL,545,1,'2026-01-21 01:15:54','2026-01-21 01:15:54','0e580b17-10a8-4f92-8569-86814906562b'),
(70948,57,12115,NULL,137,2,'2026-01-21 01:15:54','2026-01-21 01:15:54','b43848b5-523f-4696-bd5a-2cfc962b165b'),
(70949,57,12115,NULL,138,3,'2026-01-21 01:15:54','2026-01-21 01:15:54','1c7ce372-4415-49a8-8a9d-659d08dbfcf1'),
(70950,57,12115,NULL,136,4,'2026-01-21 01:15:54','2026-01-21 01:15:54','bb319bc4-303a-4afc-a7fe-58d17db99517'),
(70952,16,1165,NULL,4824,1,'2026-01-21 01:16:03','2026-01-21 01:16:03','3d59af18-afec-4612-b378-5b7ae2ae10bb'),
(70953,32,12116,NULL,2614,1,'2026-01-21 01:16:03','2026-01-21 01:16:03','17091110-db79-474e-8a07-23f74040fc5f'),
(70954,32,12116,NULL,2610,2,'2026-01-21 01:16:03','2026-01-21 01:16:03','5306f89c-bcfa-45df-ac92-8d8c585a330b'),
(70955,32,12116,NULL,2598,3,'2026-01-21 01:16:03','2026-01-21 01:16:03','c4005d7d-ab81-44c8-acd6-7c693090d509'),
(70956,32,12116,NULL,2600,4,'2026-01-21 01:16:03','2026-01-21 01:16:03','ae00089b-ba18-42c9-aaf5-7629da48cf39'),
(70957,32,12116,NULL,2604,5,'2026-01-21 01:16:03','2026-01-21 01:16:03','883b2ce1-6fdc-4450-91b0-f9453e1a5f6c'),
(70958,32,12116,NULL,2608,6,'2026-01-21 01:16:03','2026-01-21 01:16:03','62879247-1830-4fc5-aad8-390d252791cb'),
(70959,32,12116,NULL,2596,7,'2026-01-21 01:16:03','2026-01-21 01:16:03','b2dc9586-c5e8-4269-ad26-fafc2e6a734a'),
(70960,32,12116,NULL,2602,8,'2026-01-21 01:16:03','2026-01-21 01:16:03','83e456a8-8a26-4eb6-a2ad-1e5401789092'),
(70961,32,12116,NULL,2606,9,'2026-01-21 01:16:03','2026-01-21 01:16:03','bea38eb3-6cd8-4a6f-b13f-8e04760579da'),
(70962,16,12116,NULL,4824,1,'2026-01-21 01:16:03','2026-01-21 01:16:03','5d862e8e-c775-4d27-b144-33b487b45707'),
(70963,7,12116,NULL,6547,1,'2026-01-21 01:16:03','2026-01-21 01:16:03','470686b7-2214-44ae-8431-91fe18873149'),
(70964,7,12116,NULL,601,2,'2026-01-21 01:16:03','2026-01-21 01:16:03','7360a7b2-e614-4e5d-b817-b63a3c016c8a'),
(70965,7,12116,NULL,2974,3,'2026-01-21 01:16:03','2026-01-21 01:16:03','6570c993-671a-47a2-aff4-42e87c6ff661'),
(70966,7,12116,NULL,617,4,'2026-01-21 01:16:03','2026-01-21 01:16:03','979fd512-2bdc-4dfe-9086-551db11931e8'),
(70967,7,12116,NULL,9640,5,'2026-01-21 01:16:03','2026-01-21 01:16:03','119ed368-78d1-438b-8b83-54b429b276dc'),
(70968,7,12116,NULL,605,6,'2026-01-21 01:16:03','2026-01-21 01:16:03','5278757a-a2e0-465c-bf69-1cb21c9a01b9'),
(70969,7,12116,NULL,9552,7,'2026-01-21 01:16:03','2026-01-21 01:16:03','2d30b03c-cdd2-4961-a84f-66b0eea77310'),
(70970,7,12116,NULL,9549,8,'2026-01-21 01:16:03','2026-01-21 01:16:03','4dcf7bf4-2954-45ac-8e20-330c1bd4d4a1'),
(70971,82,12116,NULL,479,1,'2026-01-21 01:16:03','2026-01-21 01:16:03','1e764fa9-10e5-444b-ada5-5ba09ee0289f'),
(70972,57,12116,NULL,4821,1,'2026-01-21 01:16:03','2026-01-21 01:16:03','52068b9a-2988-4ade-aa2e-51676dd3a0aa'),
(70973,57,12116,NULL,4822,2,'2026-01-21 01:16:03','2026-01-21 01:16:03','9898afc2-57f4-4c19-b646-f48aaa400f7b'),
(70974,57,12116,NULL,4823,3,'2026-01-21 01:16:03','2026-01-21 01:16:03','88eb9e7e-c8ae-4a5b-afd5-da5b216e5c3c'),
(70975,57,12116,NULL,4824,4,'2026-01-21 01:16:03','2026-01-21 01:16:03','09697548-ee02-4a46-b028-bd558aabba32'),
(70976,13,12116,NULL,6620,1,'2026-01-21 01:16:03','2026-01-21 01:16:03','cc93f1c5-c1b9-4032-964d-e34297d9df33'),
(70999,32,12118,NULL,2610,1,'2026-01-21 01:16:40','2026-01-21 01:16:40','03841f90-1d99-4425-9c70-419f29254849'),
(71000,32,12118,NULL,2598,2,'2026-01-21 01:16:40','2026-01-21 01:16:40','c55e7e61-203b-4566-9b6e-7d454a2a5d17'),
(71001,32,12118,NULL,2608,3,'2026-01-21 01:16:40','2026-01-21 01:16:40','55d3b9d7-5d54-462b-b9a8-303f411b0582'),
(71002,32,12118,NULL,2600,4,'2026-01-21 01:16:40','2026-01-21 01:16:40','7859ffd5-6ea6-4135-b20e-2fdb29bafb24'),
(71003,32,12118,NULL,2596,5,'2026-01-21 01:16:40','2026-01-21 01:16:40','1a57879a-bf0a-4f51-9340-d02199beb8a3'),
(71004,32,12118,NULL,2602,6,'2026-01-21 01:16:40','2026-01-21 01:16:40','167e2b00-bd0e-457d-a929-bbaa7ad7589d'),
(71005,32,12118,NULL,2604,7,'2026-01-21 01:16:40','2026-01-21 01:16:40','cf5b6d79-6806-4328-bfab-4d441613c3dd'),
(71006,32,12118,NULL,2606,8,'2026-01-21 01:16:40','2026-01-21 01:16:40','5ea8d3dc-7619-416c-96d8-d9e009d51dc8'),
(71007,32,12118,NULL,2612,9,'2026-01-21 01:16:40','2026-01-21 01:16:40','bb4bac8e-09ef-40e2-94b9-116a54292369'),
(71008,16,12118,NULL,545,1,'2026-01-21 01:16:40','2026-01-21 01:16:40','19500860-e7a1-475c-824d-6ba3a4731580'),
(71009,7,12118,NULL,601,1,'2026-01-21 01:16:40','2026-01-21 01:16:40','d2067656-aeb6-4377-8d4b-7d3427926e77'),
(71010,7,12118,NULL,617,2,'2026-01-21 01:16:40','2026-01-21 01:16:40','222de2bf-9f90-4391-84ff-4f481273f1f6'),
(71011,7,12118,NULL,605,3,'2026-01-21 01:16:40','2026-01-21 01:16:40','e1f67419-2dd9-4c90-9df3-27312ef56dd2'),
(71012,7,12118,NULL,9552,4,'2026-01-21 01:16:40','2026-01-21 01:16:40','e5cdcade-9c1a-4ab1-8e3f-9bfd539b86e8'),
(71013,82,12118,NULL,479,1,'2026-01-21 01:16:40','2026-01-21 01:16:40','ff9e1931-18e0-434b-9b5a-81c3c42073fa'),
(71014,82,12118,NULL,491,2,'2026-01-21 01:16:40','2026-01-21 01:16:40','92bdfdb4-590e-4c1c-95d7-f5e71b755036'),
(71015,47,12118,NULL,10507,1,'2026-01-21 01:16:40','2026-01-21 01:16:40','0d8bbb2b-376d-4eaf-be7f-06ac275207a9'),
(71016,57,12118,NULL,545,1,'2026-01-21 01:16:40','2026-01-21 01:16:40','eb958e6a-de61-4c6a-bd82-c7a98047372e'),
(71017,57,12118,NULL,137,2,'2026-01-21 01:16:40','2026-01-21 01:16:40','754e2b5b-f445-4a98-9007-bf6e72f8d951'),
(71018,57,12118,NULL,138,3,'2026-01-21 01:16:40','2026-01-21 01:16:40','ad3e22fa-2e58-4c34-ba24-51b127295373'),
(71019,57,12118,NULL,136,4,'2026-01-21 01:16:40','2026-01-21 01:16:40','45f29273-51b1-4076-999b-5f15139d7c1f'),
(71046,32,1165,NULL,2612,10,'2026-01-21 01:16:50','2026-01-21 01:16:50','1f016359-a07d-4d27-82ae-34ef632ce1ec'),
(71047,32,12120,NULL,2614,1,'2026-01-21 01:16:50','2026-01-21 01:16:50','992a32e2-f273-491c-be9b-a6165c7d5769'),
(71048,32,12120,NULL,2610,2,'2026-01-21 01:16:50','2026-01-21 01:16:50','d1183316-e4cc-407e-81ec-2217d44b2acc'),
(71049,32,12120,NULL,2598,3,'2026-01-21 01:16:50','2026-01-21 01:16:50','382530fe-d095-4099-81ba-8fa5e6ffbe50'),
(71050,32,12120,NULL,2600,4,'2026-01-21 01:16:50','2026-01-21 01:16:50','c322c7fb-dfbd-4ca3-91c7-c62dd846c809'),
(71051,32,12120,NULL,2604,5,'2026-01-21 01:16:50','2026-01-21 01:16:50','1171a3aa-0e18-4a2a-ad02-6c2baad50722'),
(71052,32,12120,NULL,2608,6,'2026-01-21 01:16:50','2026-01-21 01:16:50','4cf6b362-ab34-4410-86ae-54ac88daf596'),
(71053,32,12120,NULL,2596,7,'2026-01-21 01:16:50','2026-01-21 01:16:50','6bc563f9-e2c8-4f63-8893-e4f5125eb6b8'),
(71054,32,12120,NULL,2602,8,'2026-01-21 01:16:50','2026-01-21 01:16:50','9309698c-1fe5-4b0c-930e-f7149707248d'),
(71055,32,12120,NULL,2606,9,'2026-01-21 01:16:50','2026-01-21 01:16:50','f77f2f34-b93a-4157-aaef-1a8e390b0b96'),
(71056,32,12120,NULL,2612,10,'2026-01-21 01:16:50','2026-01-21 01:16:50','23dc2c97-3e45-4665-860c-2a6b479448b9'),
(71057,16,12120,NULL,4824,1,'2026-01-21 01:16:50','2026-01-21 01:16:50','1d2df373-1507-48ff-b07c-b08dc51cc8d2'),
(71058,7,12120,NULL,6547,1,'2026-01-21 01:16:50','2026-01-21 01:16:50','00866e59-f2d1-4e31-964d-5892c72225f7'),
(71059,7,12120,NULL,601,2,'2026-01-21 01:16:50','2026-01-21 01:16:50','dc8498af-d8fb-4b88-97d3-652d631c4e15'),
(71060,7,12120,NULL,2974,3,'2026-01-21 01:16:50','2026-01-21 01:16:50','e1477e6f-214d-46dc-b47f-09992c6fd067'),
(71061,7,12120,NULL,617,4,'2026-01-21 01:16:50','2026-01-21 01:16:50','f5d0c84f-a27d-4593-acd9-b244990256cc'),
(71062,7,12120,NULL,9640,5,'2026-01-21 01:16:50','2026-01-21 01:16:50','9c2ba5d1-decb-4dfd-a55b-4bee00c37e37'),
(71063,7,12120,NULL,605,6,'2026-01-21 01:16:50','2026-01-21 01:16:50','93672774-70c7-4fab-a4ad-de6ac4668b03'),
(71064,7,12120,NULL,9552,7,'2026-01-21 01:16:50','2026-01-21 01:16:50','822707e9-bfb0-451e-a6cf-1df68b8ba945'),
(71065,7,12120,NULL,9549,8,'2026-01-21 01:16:50','2026-01-21 01:16:50','ccc149ff-3d49-4a0a-a385-64985f7a0749'),
(71066,82,12120,NULL,479,1,'2026-01-21 01:16:50','2026-01-21 01:16:50','2969c80f-53d6-4e4b-ba2d-fa91f6723078'),
(71067,57,12120,NULL,4821,1,'2026-01-21 01:16:50','2026-01-21 01:16:50','cf7afc98-4c7d-4365-9157-32931f2522a6'),
(71068,57,12120,NULL,4822,2,'2026-01-21 01:16:50','2026-01-21 01:16:50','46465903-b7e8-493d-886b-1b6a7e411fa7'),
(71069,57,12120,NULL,4823,3,'2026-01-21 01:16:50','2026-01-21 01:16:50','02f20692-be10-41b0-8a30-f424582b9f3b'),
(71070,57,12120,NULL,4824,4,'2026-01-21 01:16:50','2026-01-21 01:16:50','0ff00918-028e-4299-a762-ea772ae71f3b'),
(71071,13,12120,NULL,6620,1,'2026-01-21 01:16:50','2026-01-21 01:16:50','bf45c9a2-6a46-40f1-ac29-bf0b85db6f60'),
(71096,32,1171,NULL,2612,9,'2026-01-21 01:17:13','2026-01-21 01:17:13','516d4cd5-c5d2-4ea8-be0d-76260e05443a'),
(71097,32,12122,NULL,2610,1,'2026-01-21 01:17:13','2026-01-21 01:17:13','fb174793-2f3d-483d-a395-ce86bdaf0ae8'),
(71098,32,12122,NULL,2598,2,'2026-01-21 01:17:13','2026-01-21 01:17:13','36dedada-4780-455f-9cc0-7d3b6aca5e98'),
(71099,32,12122,NULL,2600,3,'2026-01-21 01:17:13','2026-01-21 01:17:13','c17380ab-7f9a-49c7-9534-5a88dc81ff8f'),
(71100,32,12122,NULL,2604,4,'2026-01-21 01:17:13','2026-01-21 01:17:13','05a57450-3f01-4d1e-a883-4ac26090034b'),
(71101,32,12122,NULL,2608,5,'2026-01-21 01:17:13','2026-01-21 01:17:13','7d0c5f01-0c32-457e-a50d-c758415783e4'),
(71102,32,12122,NULL,2602,6,'2026-01-21 01:17:13','2026-01-21 01:17:13','8911cecc-5ed4-4e2a-89ad-1d66d930fe23'),
(71103,32,12122,NULL,2596,7,'2026-01-21 01:17:13','2026-01-21 01:17:13','9bf80f3a-f4a1-4a3b-b3fd-ce20e700601b'),
(71104,32,12122,NULL,2606,8,'2026-01-21 01:17:13','2026-01-21 01:17:13','fd46b226-71d8-4d63-aaff-c3cc91cb8977'),
(71105,32,12122,NULL,2612,9,'2026-01-21 01:17:13','2026-01-21 01:17:13','3a576c5d-9644-4194-bcda-6067f1d12089'),
(71106,16,12122,NULL,4276,1,'2026-01-21 01:17:13','2026-01-21 01:17:13','6ccbf12d-db9e-49d0-998c-ed0e9ba160fb'),
(71107,7,12122,NULL,6547,1,'2026-01-21 01:17:13','2026-01-21 01:17:13','da07f437-788b-4137-af72-5ebe6dbef269'),
(71108,7,12122,NULL,601,2,'2026-01-21 01:17:13','2026-01-21 01:17:13','5f9ea9d9-1b87-43f0-927e-abf2746b643d'),
(71109,7,12122,NULL,9640,3,'2026-01-21 01:17:13','2026-01-21 01:17:13','ef31eaf8-125b-41e3-988a-f0489861d351'),
(71110,7,12122,NULL,617,4,'2026-01-21 01:17:13','2026-01-21 01:17:13','1f24be25-0916-4dca-8842-0cd65d465109'),
(71111,7,12122,NULL,605,5,'2026-01-21 01:17:13','2026-01-21 01:17:13','d3e704ba-aea7-4b69-892c-193a0d87f106'),
(71112,82,12122,NULL,469,1,'2026-01-21 01:17:13','2026-01-21 01:17:13','6c75a6cb-b7c2-4e3f-a976-5181a35dc36e'),
(71113,82,12122,NULL,479,2,'2026-01-21 01:17:13','2026-01-21 01:17:13','b9c74d64-b48e-4c03-a97e-5af963c33cec'),
(71114,82,12122,NULL,491,3,'2026-01-21 01:17:13','2026-01-21 01:17:13','37f7f318-d298-42c3-a629-f9e1e1481a57'),
(71115,47,12122,NULL,10474,1,'2026-01-21 01:17:13','2026-01-21 01:17:13','b3b02713-cffe-4682-834d-076fd4d73019'),
(71116,57,12122,NULL,4838,1,'2026-01-21 01:17:13','2026-01-21 01:17:13','23ad2855-7729-41f1-aa04-71ffe7584224'),
(71117,57,12122,NULL,4836,2,'2026-01-21 01:17:13','2026-01-21 01:17:13','85efd691-af09-4c5a-ad6b-ecdd6c94148b'),
(71118,57,12122,NULL,4834,3,'2026-01-21 01:17:13','2026-01-21 01:17:13','3588b5cb-de6d-41af-b0c5-601bac714f0a'),
(71119,57,12122,NULL,4837,4,'2026-01-21 01:17:13','2026-01-21 01:17:13','a59e14ad-c81a-43d3-8c0a-87e3ea407646'),
(71173,32,945,NULL,2612,9,'2026-01-21 01:18:01','2026-01-21 01:18:01','df23aed7-471a-4044-9b92-ecd44a1d4f60'),
(71174,32,12126,NULL,2610,1,'2026-01-21 01:18:01','2026-01-21 01:18:01','7b78e2b4-6d4f-49d8-9c07-dc0d0a1ac2e2'),
(71175,32,12126,NULL,2598,2,'2026-01-21 01:18:01','2026-01-21 01:18:01','86fd35a7-8ca7-4971-b52f-fceda1bc4511'),
(71176,32,12126,NULL,2608,3,'2026-01-21 01:18:01','2026-01-21 01:18:01','13c4320f-c640-46c4-9058-46a4c343db3b'),
(71177,32,12126,NULL,2600,4,'2026-01-21 01:18:01','2026-01-21 01:18:01','c9dc1c23-1a81-464a-b1f1-cdfc544a335c'),
(71178,32,12126,NULL,2596,5,'2026-01-21 01:18:01','2026-01-21 01:18:01','921eb8a0-e1bf-4b3b-920a-19cf4d80f4eb'),
(71179,32,12126,NULL,2602,6,'2026-01-21 01:18:01','2026-01-21 01:18:01','f5a8beae-138f-4db0-8c9a-3784c52ef221'),
(71180,32,12126,NULL,2604,7,'2026-01-21 01:18:01','2026-01-21 01:18:01','3f039cd0-89c7-48b1-b19d-2d9b095db3ae'),
(71181,32,12126,NULL,2606,8,'2026-01-21 01:18:01','2026-01-21 01:18:01','b7b94868-9c6b-435a-9630-d94298411f9a'),
(71182,32,12126,NULL,2612,9,'2026-01-21 01:18:01','2026-01-21 01:18:01','15f1dc4d-49f1-4380-a836-28abb3b233d7'),
(71183,83,12126,NULL,951,1,'2026-01-21 01:18:01','2026-01-21 01:18:01','0f8af2d7-de0a-4611-b4fe-cddd23b13fdf'),
(71184,16,12126,NULL,7700,1,'2026-01-21 01:18:01','2026-01-21 01:18:01','048d693f-3228-46e1-ae53-842501202621'),
(71185,7,12126,NULL,2969,1,'2026-01-21 01:18:01','2026-01-21 01:18:01','ff78110a-5f1b-48ac-b2c2-95a78a423165'),
(71186,7,12126,NULL,2972,2,'2026-01-21 01:18:01','2026-01-21 01:18:01','3d9a2d53-385d-464f-8c43-f311363ceaa2'),
(71187,7,12126,NULL,2974,3,'2026-01-21 01:18:01','2026-01-21 01:18:01','57849d0f-08f1-4130-a7c6-ab734d1ed283'),
(71188,7,12126,NULL,617,4,'2026-01-21 01:18:01','2026-01-21 01:18:01','ca2c478f-c670-437c-abcd-be2f736997c4'),
(71189,7,12126,NULL,605,5,'2026-01-21 01:18:01','2026-01-21 01:18:01','f4df7e5d-0d27-4f3d-8329-6a4f0b1c103f'),
(71190,7,12126,NULL,9552,6,'2026-01-21 01:18:01','2026-01-21 01:18:01','bf17935e-9716-48af-b6d5-77b2913b519c'),
(71191,82,12126,NULL,479,1,'2026-01-21 01:18:01','2026-01-21 01:18:01','3ba6f4be-894f-4592-953b-99a6e75c7e95'),
(71192,82,12126,NULL,491,2,'2026-01-21 01:18:01','2026-01-21 01:18:01','4075c88f-48cf-4727-8206-d70d3672f66b'),
(71193,47,12126,NULL,10517,1,'2026-01-21 01:18:01','2026-01-21 01:18:01','faf64ed5-089b-4e05-a23d-30f628e96845'),
(71194,57,12126,NULL,4842,1,'2026-01-21 01:18:01','2026-01-21 01:18:01','9839957d-3a7a-40dd-b2e6-4702dc0ef8d9'),
(71195,57,12126,NULL,4841,2,'2026-01-21 01:18:01','2026-01-21 01:18:01','27b9b8b8-51f0-4263-9500-ee960eca0b88'),
(71196,57,12126,NULL,4846,3,'2026-01-21 01:18:01','2026-01-21 01:18:01','3fba17e8-f0fe-4cc8-9c0d-3d31de5d55cc'),
(71197,57,12126,NULL,4845,4,'2026-01-21 01:18:01','2026-01-21 01:18:01','b3e8fe5e-a4c6-4bab-9848-0e5c260ace29'),
(71198,57,12126,NULL,4844,5,'2026-01-21 01:18:01','2026-01-21 01:18:01','d47d6de8-ed76-4bdf-8300-aaf3e239dd28'),
(71199,57,12126,NULL,4843,6,'2026-01-21 01:18:01','2026-01-21 01:18:01','5e287ef4-ad84-4929-9106-13e71b47c3c9'),
(71229,16,1171,NULL,4834,1,'2026-01-21 01:18:31','2026-01-21 01:18:31','2a0fcc41-ff53-42f0-af23-fd0cdfde7fd7'),
(71230,32,12128,NULL,2610,1,'2026-01-21 01:18:31','2026-01-21 01:18:31','1eed4e12-5d2b-43b6-bbb0-41fb80974fb7'),
(71231,32,12128,NULL,2598,2,'2026-01-21 01:18:31','2026-01-21 01:18:31','0cd34d49-84ba-4e7e-a1d9-c2c5ed16ecd1'),
(71232,32,12128,NULL,2600,3,'2026-01-21 01:18:31','2026-01-21 01:18:31','342166c3-d290-4a43-8a55-814ab8ca7440'),
(71233,32,12128,NULL,2604,4,'2026-01-21 01:18:31','2026-01-21 01:18:31','cbe59105-7f09-46b5-baf9-7ef368d64efd'),
(71234,32,12128,NULL,2608,5,'2026-01-21 01:18:31','2026-01-21 01:18:31','dfc62b00-1443-455c-9fcf-1f19b72b54e9'),
(71235,32,12128,NULL,2602,6,'2026-01-21 01:18:31','2026-01-21 01:18:31','c34f57e0-d3a2-4151-98f0-3b62a4e9f76f'),
(71236,32,12128,NULL,2596,7,'2026-01-21 01:18:31','2026-01-21 01:18:31','95f153b4-a2b5-47c2-8c3e-234d2b884adc'),
(71237,32,12128,NULL,2606,8,'2026-01-21 01:18:31','2026-01-21 01:18:31','034cdedd-29c9-42d4-9820-1232198afaa3'),
(71238,32,12128,NULL,2612,9,'2026-01-21 01:18:31','2026-01-21 01:18:31','f4c420d8-4b81-4980-b217-142da53e7ac7'),
(71239,16,12128,NULL,4834,1,'2026-01-21 01:18:31','2026-01-21 01:18:31','dd41825d-f6d7-40fb-8e3f-15ff86704f39'),
(71240,7,12128,NULL,6547,1,'2026-01-21 01:18:31','2026-01-21 01:18:31','1dbc9a3a-ce05-44d9-9d8e-b019df5192ac'),
(71241,7,12128,NULL,601,2,'2026-01-21 01:18:31','2026-01-21 01:18:31','5d2db137-a0e3-46ea-bb51-3a8f1c2acdd1'),
(71242,7,12128,NULL,9640,3,'2026-01-21 01:18:31','2026-01-21 01:18:31','857a08a9-9667-4de8-b7a0-077a8bd71155'),
(71243,7,12128,NULL,617,4,'2026-01-21 01:18:31','2026-01-21 01:18:31','9bf11458-9f8c-4110-a6d4-6a35a0066fcb'),
(71244,7,12128,NULL,605,5,'2026-01-21 01:18:31','2026-01-21 01:18:31','4ca05a7e-84c6-40d7-968f-8ca263429804'),
(71245,82,12128,NULL,469,1,'2026-01-21 01:18:31','2026-01-21 01:18:31','ca330c84-2cc5-45f0-a55e-5834ce6092fe'),
(71246,82,12128,NULL,479,2,'2026-01-21 01:18:31','2026-01-21 01:18:31','9a4dde7d-c969-444c-ae5e-fdc2af5e44fa'),
(71247,82,12128,NULL,491,3,'2026-01-21 01:18:31','2026-01-21 01:18:31','76632147-f8ba-447e-aeae-5b6ae53b60d8'),
(71248,47,12128,NULL,10474,1,'2026-01-21 01:18:31','2026-01-21 01:18:31','058153fb-a09e-4984-a284-d9e90efcd7ed'),
(71249,57,12128,NULL,4838,1,'2026-01-21 01:18:31','2026-01-21 01:18:31','b8342adf-327d-4adb-8ea2-cf7a5b5e2225'),
(71250,57,12128,NULL,4836,2,'2026-01-21 01:18:31','2026-01-21 01:18:31','e15ff8d8-321d-4045-83cd-8d1b73ac0790'),
(71251,57,12128,NULL,4834,3,'2026-01-21 01:18:31','2026-01-21 01:18:31','64c62905-daab-40b6-92d8-522e512ccf9b'),
(71252,57,12128,NULL,4837,4,'2026-01-21 01:18:31','2026-01-21 01:18:31','c929f703-2fd7-45bb-b4b5-ca64bc94b834'),
(71254,32,957,NULL,2606,8,'2026-01-21 01:18:35','2026-01-21 01:18:35','289aa0be-f90e-4305-9db0-5b0608c8816a'),
(71255,32,957,NULL,2612,9,'2026-01-21 01:18:35','2026-01-21 01:18:35','f37be04b-f393-4a90-8fa5-6bc4795ee9d4'),
(71256,32,12129,NULL,2610,1,'2026-01-21 01:18:35','2026-01-21 01:18:35','f82cb7f5-f72d-4db0-b9b7-b3b7891416c7'),
(71257,32,12129,NULL,2598,2,'2026-01-21 01:18:35','2026-01-21 01:18:35','aae81bd3-385a-4aad-a42e-2054a5e50c76'),
(71258,32,12129,NULL,2608,3,'2026-01-21 01:18:35','2026-01-21 01:18:35','3ec06ba3-4866-445b-95aa-3b46da94ac5c'),
(71259,32,12129,NULL,2600,4,'2026-01-21 01:18:35','2026-01-21 01:18:35','a29441be-4aef-473e-91f9-65fc942203fa'),
(71260,32,12129,NULL,2596,5,'2026-01-21 01:18:35','2026-01-21 01:18:35','062fcdbf-9ce8-4568-a2aa-375e0b852e7d'),
(71261,32,12129,NULL,2602,6,'2026-01-21 01:18:35','2026-01-21 01:18:35','f9de6508-cc8e-4090-9936-572111430f86'),
(71262,32,12129,NULL,2604,7,'2026-01-21 01:18:35','2026-01-21 01:18:35','8e86ed74-c5c7-45bd-83a0-f6822a35e19b'),
(71263,32,12129,NULL,2606,8,'2026-01-21 01:18:35','2026-01-21 01:18:35','af31fd89-7deb-4aa8-bff6-c109661f621b'),
(71264,32,12129,NULL,2612,9,'2026-01-21 01:18:35','2026-01-21 01:18:35','ecba8f6e-6bc4-475f-b1e9-533c2969629d'),
(71265,16,12129,NULL,7707,1,'2026-01-21 01:18:35','2026-01-21 01:18:35','e0ddb8e3-3c51-4746-b5d2-8bbaf1f5feec'),
(71266,7,12129,NULL,2969,1,'2026-01-21 01:18:35','2026-01-21 01:18:35','e49761a9-2da8-4daf-bff6-7739407ff82d'),
(71267,7,12129,NULL,3027,2,'2026-01-21 01:18:35','2026-01-21 01:18:35','450e667d-601c-4e78-b03e-666a1b03a0e3'),
(71268,7,12129,NULL,9727,3,'2026-01-21 01:18:35','2026-01-21 01:18:35','a00101a0-d3f6-4d6b-a46e-06b8001ab46a'),
(71269,7,12129,NULL,617,4,'2026-01-21 01:18:35','2026-01-21 01:18:35','5e6ffd3a-76c7-4e8b-a6c4-c8fcd80f71ce'),
(71270,7,12129,NULL,605,5,'2026-01-21 01:18:35','2026-01-21 01:18:35','3b4b9a25-8d8c-4bf3-9e8c-0bd19e7f7b9b'),
(71271,82,12129,NULL,479,1,'2026-01-21 01:18:35','2026-01-21 01:18:35','ba2949e8-5277-40b7-8b2f-3512efb27953'),
(71272,82,12129,NULL,491,2,'2026-01-21 01:18:35','2026-01-21 01:18:35','030977e4-f46b-42a6-a371-5f44f9f49f29'),
(71273,46,12129,NULL,7369,1,'2026-01-21 01:18:35','2026-01-21 01:18:35','8e8df601-8558-4880-bc6f-9e2da7d003a8'),
(71274,47,12129,NULL,10513,1,'2026-01-21 01:18:35','2026-01-21 01:18:35','ce02e666-f970-4c91-8eae-94a5ba58be71'),
(71275,57,12129,NULL,4923,1,'2026-01-21 01:18:35','2026-01-21 01:18:35','f2626e6d-a99e-4731-bc77-fb05d7a0dbab'),
(71276,57,12129,NULL,4920,2,'2026-01-21 01:18:35','2026-01-21 01:18:35','83653f89-825b-438a-b005-57d2072e7c28'),
(71277,57,12129,NULL,4921,3,'2026-01-21 01:18:35','2026-01-21 01:18:35','6943e1dc-fd02-4197-86e2-9f6d36fb422a'),
(71278,57,12129,NULL,4922,4,'2026-01-21 01:18:35','2026-01-21 01:18:35','043ff285-ea35-45e7-b645-07026c584d4b'),
(71279,57,12129,NULL,4924,5,'2026-01-21 01:18:35','2026-01-21 01:18:35','6921b943-62d9-4a2d-9beb-8333413250c6'),
(71280,57,12129,NULL,7722,6,'2026-01-21 01:18:35','2026-01-21 01:18:35','fb733a5c-3789-41d8-aeb3-d33e98e90b71'),
(71341,32,1185,NULL,2612,9,'2026-01-21 01:19:04','2026-01-21 01:19:04','4afa4391-f572-4b78-95b9-9342424b0337'),
(71342,32,12132,NULL,2610,1,'2026-01-21 01:19:04','2026-01-21 01:19:04','152eacc9-0aea-43f8-936c-158cf843ebfd'),
(71343,32,12132,NULL,2598,2,'2026-01-21 01:19:04','2026-01-21 01:19:04','e2a7a046-86b0-4550-a733-9859cd62914b'),
(71344,32,12132,NULL,2600,3,'2026-01-21 01:19:04','2026-01-21 01:19:04','9075829a-ccd9-475c-85b6-c2bd634b1628'),
(71345,32,12132,NULL,2604,4,'2026-01-21 01:19:04','2026-01-21 01:19:04','e9142d8c-6907-48d6-8a26-668270ff8807'),
(71346,32,12132,NULL,2608,5,'2026-01-21 01:19:04','2026-01-21 01:19:04','d362c6a3-a7de-4f40-ace0-8b44c7a4a7ea'),
(71347,32,12132,NULL,2602,6,'2026-01-21 01:19:04','2026-01-21 01:19:04','b6094ffa-7ba6-4030-81d5-9b5e793179ac'),
(71348,32,12132,NULL,2596,7,'2026-01-21 01:19:04','2026-01-21 01:19:04','1a7c0749-5252-4811-a2b5-59c9d8982c3e'),
(71349,32,12132,NULL,2606,8,'2026-01-21 01:19:04','2026-01-21 01:19:04','d0f6804d-7519-4de7-b963-ce5b005ee6c9'),
(71350,32,12132,NULL,2612,9,'2026-01-21 01:19:04','2026-01-21 01:19:04','9d2ca401-e449-4812-8b1a-838af9dad8dc'),
(71351,83,12132,NULL,1161,1,'2026-01-21 01:19:04','2026-01-21 01:19:04','7ee0af60-05f6-46d0-b219-07264d2e0f44'),
(71352,16,12132,NULL,4322,1,'2026-01-21 01:19:04','2026-01-21 01:19:04','5ef84f75-ee7e-4b01-a372-a30cbc00a458'),
(71353,7,12132,NULL,2969,1,'2026-01-21 01:19:04','2026-01-21 01:19:04','936bec04-5f21-4d80-a96c-90d223707a45'),
(71354,7,12132,NULL,617,2,'2026-01-21 01:19:04','2026-01-21 01:19:04','edc6ef8d-22ab-4813-8c31-7217b7173217'),
(71355,7,12132,NULL,605,3,'2026-01-21 01:19:04','2026-01-21 01:19:04','b0cf40ff-48db-48ae-a006-3c0c0a9052f7'),
(71356,7,12132,NULL,9552,4,'2026-01-21 01:19:04','2026-01-21 01:19:04','5767f3bd-74df-4b98-8a1c-205bb9afc996'),
(71357,82,12132,NULL,469,1,'2026-01-21 01:19:04','2026-01-21 01:19:04','c91ac6a7-57f3-4301-8c52-08475867955c'),
(71358,82,12132,NULL,479,2,'2026-01-21 01:19:04','2026-01-21 01:19:04','d861c6da-8ced-4832-a1d1-3e067ee032b0'),
(71359,82,12132,NULL,491,3,'2026-01-21 01:19:04','2026-01-21 01:19:04','c01ca648-e3c3-4a5a-a72f-5d049b3c84d9'),
(71360,47,12132,NULL,10480,1,'2026-01-21 01:19:04','2026-01-21 01:19:04','625f35a3-7888-4d71-918f-fa0561947104'),
(71361,57,12132,NULL,8747,1,'2026-01-21 01:19:04','2026-01-21 01:19:04','ee025c5a-b800-439e-8b88-3d3760323edc'),
(71362,57,12132,NULL,8750,2,'2026-01-21 01:19:04','2026-01-21 01:19:04','0a8db7e7-6ca8-476d-b262-f5458bb9c67c'),
(71363,57,12132,NULL,8751,3,'2026-01-21 01:19:04','2026-01-21 01:19:04','175cf46e-6e0a-4ef4-8081-768409c2a91e'),
(71364,57,12132,NULL,8746,4,'2026-01-21 01:19:04','2026-01-21 01:19:04','287c7b22-cf21-403a-9117-8e036850423e'),
(71365,57,12132,NULL,8753,5,'2026-01-21 01:19:04','2026-01-21 01:19:04','77548b90-03c5-41fb-81d3-3ab34db692f4'),
(71366,57,12132,NULL,8754,6,'2026-01-21 01:19:04','2026-01-21 01:19:04','a612181f-43dc-433b-8249-44174a8e8449'),
(71367,57,12132,NULL,8749,7,'2026-01-21 01:19:04','2026-01-21 01:19:04','0fad4b87-3c91-419e-b3e1-3bd04fee4b1f'),
(71368,57,12132,NULL,8744,8,'2026-01-21 01:19:04','2026-01-21 01:19:04','37068dcc-964e-4bb6-965c-0f315cbf3628'),
(71369,57,12132,NULL,8745,9,'2026-01-21 01:19:04','2026-01-21 01:19:04','0634db02-caaf-44f0-9415-d5a861031c7f'),
(71404,32,1353,NULL,2612,9,'2026-01-21 01:19:18','2026-01-21 01:19:18','4a9c520e-a1e8-442a-9dca-2523a15164fe'),
(71405,32,12134,NULL,2610,1,'2026-01-21 01:19:19','2026-01-21 01:19:19','a8998f51-a766-4bd0-8485-2436250b473e'),
(71406,32,12134,NULL,2598,2,'2026-01-21 01:19:19','2026-01-21 01:19:19','f5762adc-b0c3-4847-90a3-46dbc5e41243'),
(71407,32,12134,NULL,2600,3,'2026-01-21 01:19:19','2026-01-21 01:19:19','82d30819-98b8-4264-bdc7-3654daa943c8'),
(71408,32,12134,NULL,2604,4,'2026-01-21 01:19:19','2026-01-21 01:19:19','02ccb394-2007-4abf-95ab-b942f0d9a0a9'),
(71409,32,12134,NULL,2608,5,'2026-01-21 01:19:19','2026-01-21 01:19:19','c53ffec1-93ab-4b67-9af2-ce329666af6d'),
(71410,32,12134,NULL,2596,6,'2026-01-21 01:19:19','2026-01-21 01:19:19','af28a489-924e-46d1-a623-ad0ab83bb923'),
(71411,32,12134,NULL,2602,7,'2026-01-21 01:19:19','2026-01-21 01:19:19','e9e51fa5-9d34-4a93-9a35-455c64cf0c54'),
(71412,32,12134,NULL,2606,8,'2026-01-21 01:19:19','2026-01-21 01:19:19','5566b918-c175-467a-afd3-2ecb11643c42'),
(71413,32,12134,NULL,2612,9,'2026-01-21 01:19:19','2026-01-21 01:19:19','8db685e2-02b9-4022-bdc9-75898d22ec16'),
(71414,16,12134,NULL,3374,1,'2026-01-21 01:19:19','2026-01-21 01:19:19','bc247e08-7173-447d-afdf-9f4efea160b6'),
(71415,7,12134,NULL,3468,1,'2026-01-21 01:19:19','2026-01-21 01:19:19','abb8fcf5-d93c-4b8f-a1f9-37de645edfb4'),
(71416,7,12134,NULL,9732,2,'2026-01-21 01:19:19','2026-01-21 01:19:19','89c2b8b8-8252-4e4e-b230-ffe87b9f1f71'),
(71417,7,12134,NULL,617,3,'2026-01-21 01:19:19','2026-01-21 01:19:19','fc33140d-dcf6-401d-9ef8-1320915619c6'),
(71418,7,12134,NULL,605,4,'2026-01-21 01:19:19','2026-01-21 01:19:19','30f8ab4c-d19b-49ce-9e7a-ff0fbfdc915c'),
(71419,7,12134,NULL,9552,5,'2026-01-21 01:19:19','2026-01-21 01:19:19','e9ba3a57-71a8-49cc-9de7-93e15485c9d4'),
(71420,82,12134,NULL,469,1,'2026-01-21 01:19:19','2026-01-21 01:19:19','6a702586-de5d-411d-bebb-738065f6f593'),
(71421,82,12134,NULL,475,2,'2026-01-21 01:19:19','2026-01-21 01:19:19','ae403542-62d5-44e3-bfde-c70f5ace2a91'),
(71422,82,12134,NULL,479,3,'2026-01-21 01:19:19','2026-01-21 01:19:19','c6876cca-ba1a-470e-a045-99ef1b023f96'),
(71423,82,12134,NULL,491,4,'2026-01-21 01:19:19','2026-01-21 01:19:19','2c2d9b79-42e3-49b5-9981-ea785d3f18b8'),
(71424,57,12134,NULL,3362,1,'2026-01-21 01:19:19','2026-01-21 01:19:19','bcade452-785a-4066-9ec4-5ee2004c6737'),
(71425,57,12134,NULL,3363,2,'2026-01-21 01:19:19','2026-01-21 01:19:19','5f55919a-2c44-49d2-a3ed-f2076d9eb406'),
(71426,57,12134,NULL,3364,3,'2026-01-21 01:19:19','2026-01-21 01:19:19','9e0ee6eb-0eaa-4910-8391-c468ffa4c87f'),
(71427,57,12134,NULL,3365,4,'2026-01-21 01:19:19','2026-01-21 01:19:19','3842cd16-9d91-4b2f-ae62-bc71125cfce4'),
(71428,57,12134,NULL,3366,5,'2026-01-21 01:19:19','2026-01-21 01:19:19','c069c214-c0b5-466a-b57d-117363bfef39'),
(71429,57,12134,NULL,3367,6,'2026-01-21 01:19:19','2026-01-21 01:19:19','3fd8d528-6cf2-455f-a98e-77faad14eaf1'),
(71430,57,12134,NULL,3368,7,'2026-01-21 01:19:19','2026-01-21 01:19:19','f41d4e46-4dfd-4b9c-b024-cba1530b1581'),
(71431,57,12134,NULL,3369,8,'2026-01-21 01:19:19','2026-01-21 01:19:19','d6be49ae-4afd-481e-a144-8a90e19a9802'),
(71432,57,12134,NULL,3370,9,'2026-01-21 01:19:19','2026-01-21 01:19:19','832cd097-ebe0-42fd-92e2-7794254c9cd3'),
(71433,57,12134,NULL,3371,10,'2026-01-21 01:19:19','2026-01-21 01:19:19','c42e8fee-b4c5-469e-9303-02fab8ed2475'),
(71434,57,12134,NULL,3372,11,'2026-01-21 01:19:19','2026-01-21 01:19:19','ab872c97-0071-4616-b170-2ff6668b4f17'),
(71435,57,12134,NULL,3373,12,'2026-01-21 01:19:19','2026-01-21 01:19:19','bbca0120-27a0-4447-b790-34a7bf439a5c'),
(71436,57,12134,NULL,3374,13,'2026-01-21 01:19:19','2026-01-21 01:19:19','7e2b3296-ec1f-4bb5-8976-f58660fdfee2'),
(71437,72,12134,NULL,548,1,'2026-01-21 01:19:19','2026-01-21 01:19:19','bc2d6d45-23a3-4da2-8c8e-7eac1686b22f'),
(71438,16,1261,NULL,4884,1,'2026-01-21 01:19:20','2026-01-21 01:19:20','e3a3ff5e-eac4-44dd-ab55-2125461c49f7'),
(71439,32,12135,NULL,2598,1,'2026-01-21 01:19:20','2026-01-21 01:19:20','e06b4116-d568-4036-a2ab-161748a766ad'),
(71440,32,12135,NULL,2608,2,'2026-01-21 01:19:20','2026-01-21 01:19:20','d7bbbcf0-b323-45a1-94a0-33f1757f7d38'),
(71441,32,12135,NULL,2600,3,'2026-01-21 01:19:20','2026-01-21 01:19:20','6b1d6cd2-c220-4429-b977-1e1a0767ba75'),
(71442,32,12135,NULL,2602,4,'2026-01-21 01:19:20','2026-01-21 01:19:20','27b33da7-895a-44ab-911d-6377c641ba5a'),
(71443,32,12135,NULL,2612,5,'2026-01-21 01:19:20','2026-01-21 01:19:20','3e3adb36-1526-49ca-83b4-14770ceebae2'),
(71444,32,12135,NULL,2604,6,'2026-01-21 01:19:20','2026-01-21 01:19:20','963f2285-f62b-4e40-a252-1d6cc9ad95f5'),
(71445,32,12135,NULL,2610,7,'2026-01-21 01:19:20','2026-01-21 01:19:20','b47dcfaf-6a50-4e8c-bb0c-91d355dc7d75'),
(71446,32,12135,NULL,2596,8,'2026-01-21 01:19:20','2026-01-21 01:19:20','2b3bc711-617e-4c04-be5b-9d4e20d17c35'),
(71447,32,12135,NULL,2606,9,'2026-01-21 01:19:20','2026-01-21 01:19:20','1720c834-6f3d-44e8-af35-658026a0cf5c'),
(71448,16,12135,NULL,4884,1,'2026-01-21 01:19:20','2026-01-21 01:19:20','69d55122-8a01-4029-9240-ae90a6ad0957'),
(71449,7,12135,NULL,6547,1,'2026-01-21 01:19:20','2026-01-21 01:19:20','9ff91bd7-e113-4794-b6d3-60055c917dc2'),
(71450,7,12135,NULL,601,2,'2026-01-21 01:19:20','2026-01-21 01:19:20','4df883bc-6ab8-4aea-b84a-81d0e0711d4f'),
(71451,7,12135,NULL,9732,3,'2026-01-21 01:19:20','2026-01-21 01:19:20','8c734d10-1f94-4e70-9d60-844c4d30d9dc'),
(71452,7,12135,NULL,9735,4,'2026-01-21 01:19:20','2026-01-21 01:19:20','2318372e-8f36-49c5-a467-8dfb0f34bc82'),
(71453,7,12135,NULL,617,5,'2026-01-21 01:19:20','2026-01-21 01:19:20','60d2684b-09a9-49fe-9dc7-ef3dc08ddd9d'),
(71454,7,12135,NULL,605,6,'2026-01-21 01:19:20','2026-01-21 01:19:20','5cdb6235-14da-47ab-84f5-dd356021c5b8'),
(71455,7,12135,NULL,9552,7,'2026-01-21 01:19:20','2026-01-21 01:19:20','dfc5aa01-230b-4ea9-9e16-ffdef96e7a92'),
(71456,82,12135,NULL,479,1,'2026-01-21 01:19:20','2026-01-21 01:19:20','0070cd98-1ee9-4cd7-b5f5-616fa7cd51f2'),
(71457,82,12135,NULL,491,2,'2026-01-21 01:19:20','2026-01-21 01:19:20','11099919-d9c7-4b2d-bf9d-be4c8df575e9'),
(71458,82,12135,NULL,469,3,'2026-01-21 01:19:20','2026-01-21 01:19:20','dd90ec55-1f19-40d5-b8d1-893093246951'),
(71459,57,12135,NULL,4886,1,'2026-01-21 01:19:20','2026-01-21 01:19:20','575afc3c-1610-443a-81c9-653eaf7ad8f8'),
(71460,57,12135,NULL,4880,2,'2026-01-21 01:19:20','2026-01-21 01:19:20','f546a618-cc7e-499e-9862-54e424acbd31'),
(71461,57,12135,NULL,4888,3,'2026-01-21 01:19:20','2026-01-21 01:19:20','e14b785c-f625-4120-8b46-6aa838402c7a'),
(71462,57,12135,NULL,4882,4,'2026-01-21 01:19:20','2026-01-21 01:19:20','d47ba4ee-3d41-4b95-bd7e-b736b6f5e57d'),
(71463,57,12135,NULL,4879,5,'2026-01-21 01:19:20','2026-01-21 01:19:20','91676feb-ba76-437b-8219-ddde93d2f320'),
(71464,57,12135,NULL,4881,6,'2026-01-21 01:19:20','2026-01-21 01:19:20','d9ab36da-ded4-4611-8959-f6fae30b16d6'),
(71465,57,12135,NULL,4887,7,'2026-01-21 01:19:20','2026-01-21 01:19:20','2b03c033-5416-4f37-b5cd-94143e3f93b7'),
(71466,57,12135,NULL,4883,8,'2026-01-21 01:19:20','2026-01-21 01:19:20','36b628a4-57f8-4b20-b769-fb86fa0ed590'),
(71467,57,12135,NULL,4884,9,'2026-01-21 01:19:20','2026-01-21 01:19:20','6fbec28f-bb32-4dc2-bc84-4723f2238d6e'),
(71468,57,12135,NULL,4885,10,'2026-01-21 01:19:20','2026-01-21 01:19:20','83f97e78-7db0-4af4-88ee-93bbdd2e91eb'),
(71520,32,969,NULL,2612,9,'2026-01-21 01:19:37','2026-01-21 01:19:37','ca2d9016-ed31-468b-8576-c13068c77ae3'),
(71521,32,12138,NULL,2610,1,'2026-01-21 01:19:37','2026-01-21 01:19:37','d2c313ec-0c84-44f2-8bf7-c432a5ca68c7'),
(71522,32,12138,NULL,2598,2,'2026-01-21 01:19:37','2026-01-21 01:19:37','3e753eaf-84cf-4f38-9c6d-35a4f03deef2'),
(71523,32,12138,NULL,2600,3,'2026-01-21 01:19:37','2026-01-21 01:19:37','d7c198f7-fe0b-4bfe-82a9-f60dee2a0351'),
(71524,32,12138,NULL,2596,4,'2026-01-21 01:19:37','2026-01-21 01:19:37','bb6e1847-1c99-4dac-af5b-a8cf998d2f45'),
(71525,32,12138,NULL,2602,5,'2026-01-21 01:19:37','2026-01-21 01:19:37','e24aa6dd-85e2-418f-bea9-7bfe756f6030'),
(71526,32,12138,NULL,2604,6,'2026-01-21 01:19:37','2026-01-21 01:19:37','48e20129-a802-4baa-85db-228e9d8ff249'),
(71527,32,12138,NULL,2608,7,'2026-01-21 01:19:37','2026-01-21 01:19:37','23e0bb2c-263d-4323-b17a-cb59b60d82a1'),
(71528,32,12138,NULL,2606,8,'2026-01-21 01:19:37','2026-01-21 01:19:37','0c9bcf07-a123-472b-bf20-1e9d6f2bb4d6'),
(71529,32,12138,NULL,2612,9,'2026-01-21 01:19:37','2026-01-21 01:19:37','8ebc6310-c597-4966-822a-bc85f5134f0e'),
(71530,16,12138,NULL,9354,1,'2026-01-21 01:19:37','2026-01-21 01:19:37','a0f83979-39cf-46ca-8277-eafa9c10e7fb'),
(71531,7,12138,NULL,6547,1,'2026-01-21 01:19:37','2026-01-21 01:19:37','61982349-2de0-4b27-b1d4-15ff5304a307'),
(71532,7,12138,NULL,601,2,'2026-01-21 01:19:37','2026-01-21 01:19:37','d0af40a9-c9d4-47e5-9432-ed9d06174c06'),
(71533,7,12138,NULL,3093,3,'2026-01-21 01:19:37','2026-01-21 01:19:37','11cec963-2970-4472-8c01-c68f555a11a1'),
(71534,7,12138,NULL,617,4,'2026-01-21 01:19:37','2026-01-21 01:19:37','63fb6c44-9fff-43ad-b58f-dd00cb878845'),
(71535,7,12138,NULL,605,5,'2026-01-21 01:19:37','2026-01-21 01:19:37','a61e346a-7074-416a-ad6b-e6aee162dde1'),
(71536,7,12138,NULL,9552,6,'2026-01-21 01:19:37','2026-01-21 01:19:37','3f832fbc-bb74-4da5-9362-16238a39a491'),
(71537,82,12138,NULL,479,1,'2026-01-21 01:19:37','2026-01-21 01:19:37','e7202dff-9685-4244-b567-19f6302c4f51'),
(71538,82,12138,NULL,491,2,'2026-01-21 01:19:37','2026-01-21 01:19:37','a7c8669c-bda4-423b-9e4b-0368a035c557'),
(71539,47,12138,NULL,10526,1,'2026-01-21 01:19:37','2026-01-21 01:19:37','5f128824-38e3-44b0-897f-613a0640854d'),
(71540,57,12138,NULL,7778,1,'2026-01-21 01:19:37','2026-01-21 01:19:37','53a4ee0d-787e-4feb-85f9-aab1275aa491'),
(71541,57,12138,NULL,7779,2,'2026-01-21 01:19:37','2026-01-21 01:19:37','3d538097-8fd5-422f-bb47-902a76ef27ea'),
(71542,57,12138,NULL,7780,3,'2026-01-21 01:19:37','2026-01-21 01:19:37','cdc2d189-3bbe-4c65-911c-3101232fadbb'),
(71543,57,12138,NULL,7781,4,'2026-01-21 01:19:37','2026-01-21 01:19:37','1efbd5c8-9630-444a-ad78-2b4e2d54c7ba'),
(71544,57,12138,NULL,7783,5,'2026-01-21 01:19:37','2026-01-21 01:19:37','36f1212e-93a9-4f1e-aa57-5e6d58163aca'),
(71545,57,12138,NULL,7784,6,'2026-01-21 01:19:37','2026-01-21 01:19:37','dd5b257d-8085-45a9-839d-6d7fbf0a005f'),
(71546,57,12138,NULL,7785,7,'2026-01-21 01:19:37','2026-01-21 01:19:37','2c2d3af6-f52f-4c9e-8f12-093a330875f8'),
(71575,32,1191,NULL,2612,9,'2026-01-21 01:19:53','2026-01-21 01:19:53','e1d02cd0-5aaf-4bd7-b799-744311bfcb7f'),
(71576,32,12140,NULL,2610,1,'2026-01-21 01:19:53','2026-01-21 01:19:53','cd161014-b37d-48e6-a747-22557d5b1b4a'),
(71577,32,12140,NULL,2598,2,'2026-01-21 01:19:53','2026-01-21 01:19:53','dd7c1bed-91e9-4da5-9015-92a303958c4c'),
(71578,32,12140,NULL,2600,3,'2026-01-21 01:19:53','2026-01-21 01:19:53','8ffcf1ce-27f9-4645-b4c0-c68e57375c15'),
(71579,32,12140,NULL,2604,4,'2026-01-21 01:19:53','2026-01-21 01:19:53','8740cae0-e38f-4bdc-bd03-e89869ef96f0'),
(71580,32,12140,NULL,2608,5,'2026-01-21 01:19:53','2026-01-21 01:19:53','e47b2421-500f-44a5-9ae0-3965037cc2d8'),
(71581,32,12140,NULL,2602,6,'2026-01-21 01:19:53','2026-01-21 01:19:53','e2de8302-1c2b-4ca9-b990-6c12a088f43e'),
(71582,32,12140,NULL,2596,7,'2026-01-21 01:19:53','2026-01-21 01:19:53','6c2f5242-520c-4a24-8f0a-427cfc9f665f'),
(71583,32,12140,NULL,2606,8,'2026-01-21 01:19:53','2026-01-21 01:19:53','337bcd0c-f1b3-4fd8-a012-dd286ddf3f0a'),
(71584,32,12140,NULL,2612,9,'2026-01-21 01:19:53','2026-01-21 01:19:53','55b47129-284c-470f-b6e3-1729372d5e91'),
(71585,16,12140,NULL,4358,1,'2026-01-21 01:19:53','2026-01-21 01:19:53','a1c017ec-d41b-4e7c-b37d-fffe92630f0b'),
(71586,7,12140,NULL,2969,1,'2026-01-21 01:19:53','2026-01-21 01:19:53','13d28b80-328f-420a-a977-f167d6fcf744'),
(71587,7,12140,NULL,617,2,'2026-01-21 01:19:53','2026-01-21 01:19:53','47e7061f-2e27-4c27-b60c-20cd4751eea6'),
(71588,7,12140,NULL,605,3,'2026-01-21 01:19:53','2026-01-21 01:19:53','900a56d7-d2a6-4cb2-8a89-36313df5f1f5'),
(71589,7,12140,NULL,9552,4,'2026-01-21 01:19:53','2026-01-21 01:19:53','92ff3474-55e4-4db3-8532-b3a1f4cf2a0c'),
(71590,82,12140,NULL,469,1,'2026-01-21 01:19:53','2026-01-21 01:19:53','a7bbbe7b-0e78-4725-9e56-c0df37d6280e'),
(71591,82,12140,NULL,479,2,'2026-01-21 01:19:53','2026-01-21 01:19:53','8ee91e6d-a7f3-4a12-918c-5cbda42b2853'),
(71592,82,12140,NULL,491,3,'2026-01-21 01:19:53','2026-01-21 01:19:53','fb982266-f0ef-4f1a-8fb2-617f4061a969'),
(71593,47,12140,NULL,10483,1,'2026-01-21 01:19:53','2026-01-21 01:19:53','7d45cd5d-a0a6-493e-8020-d1950bdbba82'),
(71594,57,12140,NULL,8781,1,'2026-01-21 01:19:53','2026-01-21 01:19:53','9a651b75-9b03-4f9c-b3e9-9a7a551616fb'),
(71595,57,12140,NULL,8782,2,'2026-01-21 01:19:53','2026-01-21 01:19:53','08830583-9fe0-4015-a809-cb917cc514cb'),
(71596,57,12140,NULL,8783,3,'2026-01-21 01:19:53','2026-01-21 01:19:53','61a96881-0779-4bcc-8539-0d55445b0b73'),
(71597,57,12140,NULL,8784,4,'2026-01-21 01:19:53','2026-01-21 01:19:53','283abe36-cc5a-45eb-ae91-9c1a104baec5'),
(71598,57,12140,NULL,8785,5,'2026-01-21 01:19:53','2026-01-21 01:19:53','d5ee14be-3569-4200-9408-44718193c4de'),
(71599,57,12140,NULL,8786,6,'2026-01-21 01:19:53','2026-01-21 01:19:53','95c5ab80-4420-4fbd-af61-d35e14ef8ead'),
(71600,57,12140,NULL,8779,7,'2026-01-21 01:19:53','2026-01-21 01:19:53','f06db262-4a50-4267-918e-c071b2c62560'),
(71601,57,12140,NULL,8780,8,'2026-01-21 01:19:53','2026-01-21 01:19:53','71705509-c553-4c7c-8672-629779fb02e1'),
(71604,16,1277,NULL,6793,1,'2026-01-21 01:20:10','2026-01-21 01:20:10','5f752d08-babb-4ca9-9320-63e604c765b5'),
(71605,32,12141,NULL,2610,1,'2026-01-21 01:20:10','2026-01-21 01:20:10','7f46079f-6637-4358-b215-4ae55992cc05'),
(71606,32,12141,NULL,2598,2,'2026-01-21 01:20:10','2026-01-21 01:20:10','782cd0ec-785f-4cd2-bab4-2dc98344cc3b'),
(71607,32,12141,NULL,2608,3,'2026-01-21 01:20:10','2026-01-21 01:20:10','5964e94e-560c-4a10-848f-06ae41001329'),
(71608,32,12141,NULL,2600,4,'2026-01-21 01:20:10','2026-01-21 01:20:10','1b8ab525-d661-4022-93ca-8c8d8d8555e8'),
(71609,32,12141,NULL,2602,5,'2026-01-21 01:20:10','2026-01-21 01:20:10','5bab65b8-54c8-4f3b-ac4b-cccd0607d52c'),
(71610,32,12141,NULL,2612,6,'2026-01-21 01:20:10','2026-01-21 01:20:10','5cff0403-db2d-4ecd-a28a-197dd9a8973d'),
(71611,32,12141,NULL,2604,7,'2026-01-21 01:20:10','2026-01-21 01:20:10','f48f11ef-8013-4405-ad7e-214fb8189ac7'),
(71612,32,12141,NULL,2596,8,'2026-01-21 01:20:10','2026-01-21 01:20:10','a003e947-40ae-4a73-8994-ff44452eb0d4'),
(71613,32,12141,NULL,2606,9,'2026-01-21 01:20:10','2026-01-21 01:20:10','34e73fa3-dcdc-44c2-93df-be4535d1286d'),
(71614,16,12141,NULL,6793,1,'2026-01-21 01:20:10','2026-01-21 01:20:10','1af5a150-016c-48ea-8802-998c6031a14e'),
(71615,7,12141,NULL,2969,1,'2026-01-21 01:20:10','2026-01-21 01:20:10','fb3de9c3-8cf7-4934-b876-c9faf1230575'),
(71616,7,12141,NULL,605,2,'2026-01-21 01:20:10','2026-01-21 01:20:10','12eb9165-f399-4cb0-85ea-3a9ad729baae'),
(71617,7,12141,NULL,617,3,'2026-01-21 01:20:10','2026-01-21 01:20:10','1801a26d-7c89-445f-95f8-675461b26b36'),
(71618,7,12141,NULL,9552,4,'2026-01-21 01:20:10','2026-01-21 01:20:10','07ef282f-bb67-412b-ab4f-029c47c66ac0'),
(71619,82,12141,NULL,479,1,'2026-01-21 01:20:10','2026-01-21 01:20:10','d7acc17d-285f-411e-93f3-748c732c3b5b'),
(71620,82,12141,NULL,491,2,'2026-01-21 01:20:10','2026-01-21 01:20:10','1ca1601b-63e7-45e5-846d-8ff3b2a4e50a'),
(71621,82,12141,NULL,469,3,'2026-01-21 01:20:10','2026-01-21 01:20:10','5d4ab5db-1f89-4052-85b9-ee60d7662d84'),
(71622,57,12141,NULL,6792,1,'2026-01-21 01:20:10','2026-01-21 01:20:10','83550d74-e077-4cd5-8a2e-c6c453ed2cd7'),
(71623,57,12141,NULL,6793,2,'2026-01-21 01:20:10','2026-01-21 01:20:10','0dd624e8-66db-48a9-9d6b-0185550bfcea'),
(71624,57,12141,NULL,6794,3,'2026-01-21 01:20:10','2026-01-21 01:20:10','08a0b8dd-8673-4f4c-9ee6-788ae5de1f6c'),
(71625,57,12141,NULL,6795,4,'2026-01-21 01:20:10','2026-01-21 01:20:10','3493b624-71f8-47eb-af9e-20cb02d64cb1'),
(71626,57,12141,NULL,6796,5,'2026-01-21 01:20:10','2026-01-21 01:20:10','4570b56b-b11c-4927-91c8-764387c38d02'),
(71627,13,12141,NULL,6852,1,'2026-01-21 01:20:10','2026-01-21 01:20:10','4309e088-f46c-4bf7-8c7f-700a561e32fa'),
(71658,32,975,NULL,2612,10,'2026-01-21 01:20:16','2026-01-21 01:20:16','ecf77468-5760-49f3-a016-a648500367aa'),
(71659,32,12143,NULL,2614,1,'2026-01-21 01:20:16','2026-01-21 01:20:16','468e74ec-0b22-477f-8817-8dd79f26f30e'),
(71660,32,12143,NULL,2610,2,'2026-01-21 01:20:16','2026-01-21 01:20:16','228024a4-3734-4773-bdb8-0af2fc4e65fe'),
(71661,32,12143,NULL,2598,3,'2026-01-21 01:20:16','2026-01-21 01:20:16','f9332bab-c910-4181-8659-59ad11d7f166'),
(71662,32,12143,NULL,2608,4,'2026-01-21 01:20:16','2026-01-21 01:20:16','8f927b31-d6ad-455f-9697-ab6b5dff157e'),
(71663,32,12143,NULL,2600,5,'2026-01-21 01:20:16','2026-01-21 01:20:16','09c4fad5-2465-4ed5-80e5-4e7255a9da5a'),
(71664,32,12143,NULL,2596,6,'2026-01-21 01:20:16','2026-01-21 01:20:16','aae2bfd4-e4c3-4cd1-b22c-0efe95da3353'),
(71665,32,12143,NULL,2602,7,'2026-01-21 01:20:16','2026-01-21 01:20:16','94fbd0c8-878a-4892-806a-1d5e5811c67f'),
(71666,32,12143,NULL,2604,8,'2026-01-21 01:20:16','2026-01-21 01:20:16','64717a43-3acb-4794-862a-70b449863faf'),
(71667,32,12143,NULL,2606,9,'2026-01-21 01:20:16','2026-01-21 01:20:16','659f136e-f78e-4d03-8f93-304d4e93ec2d'),
(71668,32,12143,NULL,2612,10,'2026-01-21 01:20:16','2026-01-21 01:20:16','e6bd1a47-2c40-4133-bf13-35b20c67a435'),
(71669,16,12143,NULL,7791,1,'2026-01-21 01:20:16','2026-01-21 01:20:16','5d03e525-b700-4a38-9ee4-935bcf931667'),
(71670,7,12143,NULL,601,1,'2026-01-21 01:20:16','2026-01-21 01:20:16','e46e1f22-35a1-44f7-82d4-36a85cca43f6'),
(71671,7,12143,NULL,9735,2,'2026-01-21 01:20:16','2026-01-21 01:20:16','3f731d43-0e59-4aca-9526-345c73f3367e'),
(71672,7,12143,NULL,617,3,'2026-01-21 01:20:16','2026-01-21 01:20:16','15ac3389-e734-4e31-87c4-cf2cd556f6f1'),
(71673,7,12143,NULL,9640,4,'2026-01-21 01:20:16','2026-01-21 01:20:16','7818c526-0221-4ab2-9629-7f6a0702011f'),
(71674,7,12143,NULL,2974,5,'2026-01-21 01:20:16','2026-01-21 01:20:16','36922df6-efd7-450b-be66-4b496b7a5f94'),
(71675,7,12143,NULL,605,6,'2026-01-21 01:20:16','2026-01-21 01:20:16','60cedbcc-df38-4ba0-a55c-d3830e54a90c'),
(71676,7,12143,NULL,9549,7,'2026-01-21 01:20:16','2026-01-21 01:20:16','71422640-e866-4cab-8483-73ddc6d9d497'),
(71677,7,12143,NULL,9552,8,'2026-01-21 01:20:16','2026-01-21 01:20:16','0ae44007-cd6f-4246-b844-47d2c71017e6'),
(71678,82,12143,NULL,479,1,'2026-01-21 01:20:16','2026-01-21 01:20:16','e4ed1d07-a76d-4689-a8e8-9c47cde4de8c'),
(71679,47,12143,NULL,10529,1,'2026-01-21 01:20:16','2026-01-21 01:20:16','d8d6b77d-1883-4ce1-a822-c6857dc0da37'),
(71680,57,12143,NULL,7829,1,'2026-01-21 01:20:16','2026-01-21 01:20:16','3dee931a-0192-4324-b34a-3d23f965c8fb'),
(71681,57,12143,NULL,7830,2,'2026-01-21 01:20:16','2026-01-21 01:20:16','8f45abc2-87ef-4817-b173-a9f89140dea9'),
(71682,57,12143,NULL,7833,3,'2026-01-21 01:20:16','2026-01-21 01:20:16','c537d4de-fac6-419c-bd70-9b15be816a38'),
(71683,57,12143,NULL,7831,4,'2026-01-21 01:20:16','2026-01-21 01:20:16','af47e26c-b640-4a57-8feb-4ec957464506'),
(71684,57,12143,NULL,7826,5,'2026-01-21 01:20:16','2026-01-21 01:20:16','d64db98f-cf6b-4d3e-9976-f19d8b5f689c'),
(71685,57,12143,NULL,7828,6,'2026-01-21 01:20:16','2026-01-21 01:20:16','e4d3ff4e-e0bd-4ad9-bb44-d805ddc3ea83'),
(71686,57,12143,NULL,7827,7,'2026-01-21 01:20:16','2026-01-21 01:20:16','bd952c82-62fe-4181-81f5-d54645fa8d41'),
(71687,57,12143,NULL,7832,8,'2026-01-21 01:20:16','2026-01-21 01:20:16','c2888daa-b0da-4fae-8449-ade42c112696'),
(71712,32,1067,NULL,2612,10,'2026-01-21 01:20:33','2026-01-21 01:20:33','86a6ac9e-71a2-40dd-87bf-cc7fcbecdf95'),
(71713,32,12145,NULL,2614,1,'2026-01-21 01:20:33','2026-01-21 01:20:33','3fca3082-07f0-4f13-80b7-393435e729f1'),
(71714,32,12145,NULL,2610,2,'2026-01-21 01:20:33','2026-01-21 01:20:33','24557428-efba-482f-a8b2-5d6b4401c243'),
(71715,32,12145,NULL,2598,3,'2026-01-21 01:20:33','2026-01-21 01:20:33','fff77ce9-41ae-4536-bab8-8a8e0e1f6e67'),
(71716,32,12145,NULL,2600,4,'2026-01-21 01:20:33','2026-01-21 01:20:33','ee3d4361-93ab-461b-9582-ebec64bbcc9d'),
(71717,32,12145,NULL,2602,5,'2026-01-21 01:20:33','2026-01-21 01:20:33','91f6e362-f9fa-442b-a151-689c58c1d53f'),
(71718,32,12145,NULL,2604,6,'2026-01-21 01:20:33','2026-01-21 01:20:33','bd53d45b-369a-4e5c-8aa1-f006f5f64c14'),
(71719,32,12145,NULL,2608,7,'2026-01-21 01:20:33','2026-01-21 01:20:33','d0434d72-53d5-426f-b416-4685a34e8fdb'),
(71720,32,12145,NULL,2596,8,'2026-01-21 01:20:33','2026-01-21 01:20:33','c8db83cf-118f-4239-a563-6665483ff2c0'),
(71721,32,12145,NULL,2606,9,'2026-01-21 01:20:33','2026-01-21 01:20:33','744291b1-7603-460b-aa79-a64fa287a9e9'),
(71722,32,12145,NULL,2612,10,'2026-01-21 01:20:33','2026-01-21 01:20:33','93267561-35b0-4a8b-9988-04f10d247527'),
(71723,16,12145,NULL,3808,1,'2026-01-21 01:20:33','2026-01-21 01:20:33','434c5d85-9cea-4e53-8d6e-5df83e60cf98'),
(71724,7,12145,NULL,3468,1,'2026-01-21 01:20:33','2026-01-21 01:20:33','72ed6f17-417d-40b2-8572-cb79b9458f96'),
(71725,7,12145,NULL,601,2,'2026-01-21 01:20:33','2026-01-21 01:20:33','7e0cb0bf-5eff-429a-a070-565b0fbec631'),
(71726,7,12145,NULL,2972,3,'2026-01-21 01:20:33','2026-01-21 01:20:33','216ce655-f197-4c85-b37b-1739e8f8d835'),
(71727,7,12145,NULL,2974,4,'2026-01-21 01:20:33','2026-01-21 01:20:33','04eb8c8c-b303-4411-8886-2f9d533487a3'),
(71728,7,12145,NULL,617,5,'2026-01-21 01:20:33','2026-01-21 01:20:33','c129c61f-501b-430b-bbe8-73d41571a944'),
(71729,7,12145,NULL,605,6,'2026-01-21 01:20:33','2026-01-21 01:20:33','64be0654-dac9-4b0a-be5e-6c0cfbcfc803'),
(71730,7,12145,NULL,9552,7,'2026-01-21 01:20:33','2026-01-21 01:20:33','e3b4fb86-aeb3-4e04-8819-1c89a75c3bd6'),
(71731,82,12145,NULL,479,1,'2026-01-21 01:20:33','2026-01-21 01:20:33','5910a949-2c04-47ea-b556-bb8fb94343ad'),
(71732,57,12145,NULL,8052,1,'2026-01-21 01:20:33','2026-01-21 01:20:33','406912a5-4dea-477f-a800-1a72a6f46251'),
(71733,57,12145,NULL,8054,2,'2026-01-21 01:20:33','2026-01-21 01:20:33','44e1d8e1-98fb-452a-8c04-543ceedf472a'),
(71734,57,12145,NULL,8053,3,'2026-01-21 01:20:33','2026-01-21 01:20:33','ad5414c1-7c00-4f2a-8c16-c687515e5066'),
(71735,57,12145,NULL,8051,4,'2026-01-21 01:20:33','2026-01-21 01:20:33','ec0ce3ae-ce9e-46e2-87ce-587c8bc5c775'),
(71763,32,1197,NULL,2612,10,'2026-01-21 01:20:59','2026-01-21 01:20:59','d3107855-84a6-4be0-8da9-50f781e5ff72'),
(71764,32,12147,NULL,2610,1,'2026-01-21 01:20:59','2026-01-21 01:20:59','e4cbb7af-402f-42b6-a68c-c32aab1839cf'),
(71765,32,12147,NULL,2622,2,'2026-01-21 01:20:59','2026-01-21 01:20:59','ad7d3b82-323a-442f-a80f-4a88673d7f7a'),
(71766,32,12147,NULL,2598,3,'2026-01-21 01:20:59','2026-01-21 01:20:59','770d6fdb-98de-4fa1-96ae-ddb0bb7046e2'),
(71767,32,12147,NULL,2600,4,'2026-01-21 01:20:59','2026-01-21 01:20:59','118bba47-24c7-49c2-8582-b9858abb0045'),
(71768,32,12147,NULL,2604,5,'2026-01-21 01:20:59','2026-01-21 01:20:59','33510b30-1f67-41d0-bf17-7a3975609d2d'),
(71769,32,12147,NULL,2608,6,'2026-01-21 01:20:59','2026-01-21 01:20:59','df900271-42fa-41a5-92ce-7a429e846308'),
(71770,32,12147,NULL,2602,7,'2026-01-21 01:20:59','2026-01-21 01:20:59','8c0207c7-21d2-4e47-9a53-67f4eef09256'),
(71771,32,12147,NULL,2596,8,'2026-01-21 01:20:59','2026-01-21 01:20:59','2c274975-9063-4de8-86bc-43e829bd7d8e'),
(71772,32,12147,NULL,2606,9,'2026-01-21 01:20:59','2026-01-21 01:20:59','3fa4c3b8-2454-499a-8522-385a3679d8cb'),
(71773,32,12147,NULL,2612,10,'2026-01-21 01:20:59','2026-01-21 01:20:59','fabb62fe-2a40-463b-8c62-c30c4898083f'),
(71774,16,12147,NULL,4385,1,'2026-01-21 01:20:59','2026-01-21 01:20:59','de0c5801-7149-42d7-843e-f3a7089b2818'),
(71775,7,12147,NULL,617,1,'2026-01-21 01:20:59','2026-01-21 01:20:59','d4a0b627-9946-433f-bd63-36eb2a71eb61'),
(71776,7,12147,NULL,605,2,'2026-01-21 01:20:59','2026-01-21 01:20:59','8f126515-431c-40f7-bd32-8c1b79605457'),
(71777,7,12147,NULL,9552,3,'2026-01-21 01:20:59','2026-01-21 01:20:59','fc4df4f4-3637-4ef3-ba02-0ca3fbd0c785'),
(71778,82,12147,NULL,469,1,'2026-01-21 01:20:59','2026-01-21 01:20:59','d75c812c-bf8e-4865-9364-893abc3ebeea'),
(71779,82,12147,NULL,479,2,'2026-01-21 01:20:59','2026-01-21 01:20:59','4ea096ca-699e-426d-8670-d04800708263'),
(71780,82,12147,NULL,491,3,'2026-01-21 01:20:59','2026-01-21 01:20:59','28fbab30-d925-443f-8e6d-688e8a8a9f5b'),
(71781,46,12147,NULL,4403,1,'2026-01-21 01:20:59','2026-01-21 01:20:59','943e8f4e-6101-4c77-ae9f-8b84fd99ab7d'),
(71782,47,12147,NULL,10486,1,'2026-01-21 01:20:59','2026-01-21 01:20:59','61a22b93-5850-4145-8c1d-e17dd47cfcc8'),
(71783,57,12147,NULL,8806,1,'2026-01-21 01:20:59','2026-01-21 01:20:59','c9de4f56-9458-4064-8474-44cf57e10eb5'),
(71784,57,12147,NULL,8808,2,'2026-01-21 01:20:59','2026-01-21 01:20:59','6edb903a-e7da-4e37-8c37-fe5f92e9c0db'),
(71785,57,12147,NULL,8810,3,'2026-01-21 01:20:59','2026-01-21 01:20:59','923453cc-a2be-4c0c-8f64-56b4c24fa82d'),
(71786,57,12147,NULL,8803,4,'2026-01-21 01:20:59','2026-01-21 01:20:59','86d4320e-53bd-4080-9e49-d9334dbcd1a7'),
(71787,57,12147,NULL,8804,5,'2026-01-21 01:20:59','2026-01-21 01:20:59','8b1edfb9-997b-4cfb-9bcc-f8e9f42bf86a'),
(71788,57,12147,NULL,8805,6,'2026-01-21 01:20:59','2026-01-21 01:20:59','d63e6229-34e1-471e-9712-3d46babb391f'),
(71789,57,12147,NULL,8807,7,'2026-01-21 01:20:59','2026-01-21 01:20:59','19df3d70-073f-44c4-9afb-eb705101c826'),
(71792,32,1209,NULL,2612,10,'2026-01-21 01:21:18','2026-01-21 01:21:18','b62492e9-2992-4c3b-bc59-43e6db29a47c'),
(71793,32,12148,NULL,2610,1,'2026-01-21 01:21:18','2026-01-21 01:21:18','a51dbe26-2796-4d00-94c6-c5b881ec6f7d'),
(71794,32,12148,NULL,2598,2,'2026-01-21 01:21:18','2026-01-21 01:21:18','2330068c-fc63-453b-8f99-bcad8eb1648d'),
(71795,32,12148,NULL,2624,3,'2026-01-21 01:21:18','2026-01-21 01:21:18','2490f4dd-b771-49ca-9189-2e087d46bb60'),
(71796,32,12148,NULL,2600,4,'2026-01-21 01:21:18','2026-01-21 01:21:18','96dccc0e-2897-4a0c-9d12-920836a060e4'),
(71797,32,12148,NULL,2606,5,'2026-01-21 01:21:18','2026-01-21 01:21:18','e3f9dca1-11d0-4251-a17f-56df911f7f95'),
(71798,32,12148,NULL,2604,6,'2026-01-21 01:21:18','2026-01-21 01:21:18','a131b72f-fcc0-44d3-a3e4-782bcb7f0a39'),
(71799,32,12148,NULL,2608,7,'2026-01-21 01:21:18','2026-01-21 01:21:18','0efecd5c-0f0c-46d6-88a3-fb760e80e16e'),
(71800,32,12148,NULL,2602,8,'2026-01-21 01:21:18','2026-01-21 01:21:18','eefb13d7-ac99-4784-a7e7-7ae2b8d66053'),
(71801,32,12148,NULL,2596,9,'2026-01-21 01:21:18','2026-01-21 01:21:18','2602c2fd-52fa-475c-b91c-6eea2e079e1f'),
(71802,32,12148,NULL,2612,10,'2026-01-21 01:21:18','2026-01-21 01:21:18','b7e4eed1-0ca9-4950-86b0-16192a4ada07'),
(71803,16,12148,NULL,4440,1,'2026-01-21 01:21:18','2026-01-21 01:21:18','79aaaff4-f0ba-49f7-8d6b-39d2a6ecb1af'),
(71804,7,12148,NULL,2969,1,'2026-01-21 01:21:18','2026-01-21 01:21:18','559edd50-d194-41fa-b3d2-c95e6f46e2d4'),
(71805,7,12148,NULL,617,2,'2026-01-21 01:21:18','2026-01-21 01:21:18','ef3da069-09ae-46d5-bd23-576503fdbf2d'),
(71806,7,12148,NULL,605,3,'2026-01-21 01:21:18','2026-01-21 01:21:18','3d435b1e-dea1-41a9-90fe-417213fef5d5'),
(71807,7,12148,NULL,9552,4,'2026-01-21 01:21:18','2026-01-21 01:21:18','5508f2a1-03d3-4194-8d67-9516b1391455'),
(71808,82,12148,NULL,469,1,'2026-01-21 01:21:18','2026-01-21 01:21:18','a67ea953-b0cb-493b-a554-9d2f99ae83be'),
(71809,82,12148,NULL,491,2,'2026-01-21 01:21:18','2026-01-21 01:21:18','fa75e307-35ff-4781-8360-57a487da8179'),
(71810,46,12148,NULL,2891,1,'2026-01-21 01:21:18','2026-01-21 01:21:18','4b0a8f94-6bf8-400c-bd89-5e554135e549'),
(71811,47,12148,NULL,10492,1,'2026-01-21 01:21:18','2026-01-21 01:21:18','11801634-5eac-44aa-8e83-a326772197b1'),
(71812,57,12148,NULL,8867,1,'2026-01-21 01:21:18','2026-01-21 01:21:18','803aa7bc-a9d7-4714-8182-10809f548f06'),
(71813,57,12148,NULL,8868,2,'2026-01-21 01:21:18','2026-01-21 01:21:18','bfa8889e-21eb-477e-bc33-b0ad1875d6b0'),
(71814,57,12148,NULL,8864,3,'2026-01-21 01:21:18','2026-01-21 01:21:18','738fa9f2-09bf-4de8-b325-3246b0cc7b43'),
(71815,57,12148,NULL,8869,4,'2026-01-21 01:21:18','2026-01-21 01:21:18','4f0c4148-52d4-49b1-9e4e-3fc8c54bb980'),
(71816,57,12148,NULL,8871,5,'2026-01-21 01:21:18','2026-01-21 01:21:18','b653717c-cba7-42b0-97a0-9cdd5643234d'),
(71817,57,12148,NULL,8862,6,'2026-01-21 01:21:18','2026-01-21 01:21:18','212e698a-4f86-47db-8e37-cdc46b310c5f'),
(71818,57,12148,NULL,8866,7,'2026-01-21 01:21:18','2026-01-21 01:21:18','548cb774-bc26-41ee-8524-561c0a076180'),
(71819,57,12148,NULL,8865,8,'2026-01-21 01:21:18','2026-01-21 01:21:18','07301d83-3249-4db4-be81-0eace2c24987'),
(71845,32,981,NULL,2612,10,'2026-01-21 01:22:06','2026-01-21 01:22:06','2ded45ad-72f7-46f5-9680-072a4d6d86df'),
(71846,32,12150,NULL,2614,1,'2026-01-21 01:22:06','2026-01-21 01:22:06','2982807a-b8b0-4533-a772-0bc96d38655e'),
(71847,32,12150,NULL,2610,2,'2026-01-21 01:22:06','2026-01-21 01:22:06','90d75bd3-d0ac-4a36-9628-cb4ed316081b'),
(71848,32,12150,NULL,2598,3,'2026-01-21 01:22:06','2026-01-21 01:22:06','1175b03b-ad19-4bc2-904b-8e9cdbaf02a2'),
(71849,32,12150,NULL,2608,4,'2026-01-21 01:22:06','2026-01-21 01:22:06','6f22fea8-4ce4-4e88-b0d3-6e6a14605b36'),
(71850,32,12150,NULL,2600,5,'2026-01-21 01:22:06','2026-01-21 01:22:06','48214e59-3584-4865-a60f-02f3ea4dba1a'),
(71851,32,12150,NULL,2596,6,'2026-01-21 01:22:06','2026-01-21 01:22:06','4012acae-d59b-481f-a026-11cfeee5bc56'),
(71852,32,12150,NULL,2602,7,'2026-01-21 01:22:06','2026-01-21 01:22:06','83f67a18-5b6d-4089-b366-08022e29472e'),
(71853,32,12150,NULL,2604,8,'2026-01-21 01:22:06','2026-01-21 01:22:06','dc2e6a0b-1e2b-496c-a6cd-97fb91a04381'),
(71854,32,12150,NULL,2606,9,'2026-01-21 01:22:06','2026-01-21 01:22:06','3761a02e-23a2-48aa-95cd-58d8daafcb3b'),
(71855,32,12150,NULL,2612,10,'2026-01-21 01:22:06','2026-01-21 01:22:06','a2e4b945-8afa-4606-a3a8-2cd4099d198a'),
(71856,16,12150,NULL,3158,1,'2026-01-21 01:22:06','2026-01-21 01:22:06','15889a0a-5f94-44c7-9ae0-e274cebdeae4'),
(71857,7,12150,NULL,2969,1,'2026-01-21 01:22:06','2026-01-21 01:22:06','76bf818f-bb63-4400-849d-c49669fe10df'),
(71858,7,12150,NULL,2974,2,'2026-01-21 01:22:06','2026-01-21 01:22:06','d0d410c6-56c8-4669-8867-e53a239838be'),
(71859,7,12150,NULL,617,3,'2026-01-21 01:22:06','2026-01-21 01:22:06','3f6b42ad-de88-42ae-a129-1e9960034d84'),
(71860,7,12150,NULL,605,4,'2026-01-21 01:22:06','2026-01-21 01:22:06','1979f277-2fdd-4fa2-aa51-d06e9e3ee26b'),
(71861,7,12150,NULL,9552,5,'2026-01-21 01:22:06','2026-01-21 01:22:06','f20e8dd6-d4c0-440c-a9c2-3988aa0a7073'),
(71862,82,12150,NULL,479,1,'2026-01-21 01:22:06','2026-01-21 01:22:06','cd523798-1a50-4f84-bd3a-2f42963345c9'),
(71863,47,12150,NULL,10532,1,'2026-01-21 01:22:06','2026-01-21 01:22:06','a577f710-c343-4158-8836-8219ddc8bb2c'),
(71864,57,12150,NULL,7838,1,'2026-01-21 01:22:06','2026-01-21 01:22:06','dfc40212-14e1-4a27-8df7-1b8b2e760bdf'),
(71865,57,12150,NULL,7840,2,'2026-01-21 01:22:06','2026-01-21 01:22:06','eee99e30-a2e1-486c-a2ba-0f37b17cda7c'),
(71866,57,12150,NULL,7839,3,'2026-01-21 01:22:06','2026-01-21 01:22:06','806ae7b0-ee6c-4810-bc21-b87901d0cffb'),
(71867,57,12150,NULL,7841,4,'2026-01-21 01:22:06','2026-01-21 01:22:06','95582c6a-3979-4748-853e-fa531e6a8bb4'),
(71868,57,12150,NULL,7842,5,'2026-01-21 01:22:06','2026-01-21 01:22:06','a23ec38f-5e7d-46e5-b176-338dccea55a6'),
(71891,32,1215,NULL,2612,9,'2026-01-21 01:22:27','2026-01-21 01:22:27','f81d59fc-ffe3-41da-a7bc-8b180e0cb958'),
(71892,32,12152,NULL,2610,1,'2026-01-21 01:22:27','2026-01-21 01:22:27','587d6204-c08e-4558-87bc-6ee2f584725a'),
(71893,32,12152,NULL,2598,2,'2026-01-21 01:22:27','2026-01-21 01:22:27','f01721ca-0aec-4b5b-8189-c5f603f310de'),
(71894,32,12152,NULL,2600,3,'2026-01-21 01:22:27','2026-01-21 01:22:27','b1ea3c54-3b21-481d-b276-076412fadeb3'),
(71895,32,12152,NULL,2604,4,'2026-01-21 01:22:27','2026-01-21 01:22:27','11e4637a-0a33-469a-8c5d-3688fc9bbc2e'),
(71896,32,12152,NULL,2608,5,'2026-01-21 01:22:27','2026-01-21 01:22:27','62c4fc1c-3fc0-4278-b270-d879833554b7'),
(71897,32,12152,NULL,2602,6,'2026-01-21 01:22:27','2026-01-21 01:22:27','fa73abf5-3d54-4ec2-96da-6c936c794d83'),
(71898,32,12152,NULL,2596,7,'2026-01-21 01:22:27','2026-01-21 01:22:27','a590cc08-3c52-48a3-8da6-dea02799aa28'),
(71899,32,12152,NULL,2606,8,'2026-01-21 01:22:27','2026-01-21 01:22:27','ed4e5c45-56d4-460b-9399-7205b4a3fdcc'),
(71900,32,12152,NULL,2612,9,'2026-01-21 01:22:27','2026-01-21 01:22:27','82dc59eb-3cc9-40de-8260-ba8e0e5d7535'),
(71901,16,12152,NULL,4466,1,'2026-01-21 01:22:27','2026-01-21 01:22:27','ed09fd09-8977-4d46-a245-8663503d969e'),
(71902,7,12152,NULL,617,1,'2026-01-21 01:22:27','2026-01-21 01:22:27','6d7d3876-9f90-492b-8cf4-030cb4144707'),
(71903,7,12152,NULL,605,2,'2026-01-21 01:22:27','2026-01-21 01:22:27','b8ceda20-84aa-4d8f-821c-ce9d0311b591'),
(71904,7,12152,NULL,9552,3,'2026-01-21 01:22:27','2026-01-21 01:22:27','fe07116d-5751-4b21-9103-d1275bf6902d'),
(71905,82,12152,NULL,469,1,'2026-01-21 01:22:27','2026-01-21 01:22:27','843c5bb6-6852-40a9-820a-458d68efca90'),
(71906,82,12152,NULL,479,2,'2026-01-21 01:22:27','2026-01-21 01:22:27','e826ce74-3b3b-4c4f-92bd-89ddaf128596'),
(71907,82,12152,NULL,491,3,'2026-01-21 01:22:27','2026-01-21 01:22:27','7593fa8f-ff82-4452-8591-c8540a380297'),
(71908,47,12152,NULL,10495,1,'2026-01-21 01:22:27','2026-01-21 01:22:27','eb2fb3bb-cec4-47e0-92da-27dfe08ec9c0'),
(71909,57,12152,NULL,8888,1,'2026-01-21 01:22:27','2026-01-21 01:22:27','fdffb3aa-afeb-4365-aee5-1a371a698dfb'),
(71910,57,12152,NULL,8889,2,'2026-01-21 01:22:27','2026-01-21 01:22:27','05f26be8-13a8-41e9-8c2b-f336c8197521'),
(71911,57,12152,NULL,9589,3,'2026-01-21 01:22:27','2026-01-21 01:22:27','ef137b98-a817-4bd7-b3f2-eab6e9cccf7a'),
(71936,32,1395,NULL,2612,9,'2026-01-21 01:22:45','2026-01-21 01:22:45','aeecf02b-c890-4990-b317-5089b72f69d2'),
(71937,32,12154,NULL,2610,1,'2026-01-21 01:22:45','2026-01-21 01:22:45','c078ec4f-b4c9-4882-a7db-7c11b10a1a07'),
(71938,32,12154,NULL,2598,2,'2026-01-21 01:22:45','2026-01-21 01:22:45','5b45f6d1-7995-40a3-a7f3-1062978a19d7'),
(71939,32,12154,NULL,2600,3,'2026-01-21 01:22:45','2026-01-21 01:22:45','c3592508-a931-41f0-8b27-80660098d550'),
(71940,32,12154,NULL,2604,4,'2026-01-21 01:22:45','2026-01-21 01:22:45','8c4a79fb-c9f0-4be0-9344-59aeb41e65e3'),
(71941,32,12154,NULL,2608,5,'2026-01-21 01:22:45','2026-01-21 01:22:45','8cdd03ed-957f-42fa-a24c-3b2efc602289'),
(71942,32,12154,NULL,2596,6,'2026-01-21 01:22:45','2026-01-21 01:22:45','424d332c-9b97-4e15-af4e-876e7908f4eb'),
(71943,32,12154,NULL,2602,7,'2026-01-21 01:22:45','2026-01-21 01:22:45','19e2c3c5-e7cd-463c-a77e-50fa2825f8b7'),
(71944,32,12154,NULL,2606,8,'2026-01-21 01:22:45','2026-01-21 01:22:45','016ece18-c970-4b4a-a3c2-d84d7c7e2cbb'),
(71945,32,12154,NULL,2612,9,'2026-01-21 01:22:45','2026-01-21 01:22:45','6c6561bc-3378-46d7-a50b-d8677bec0135'),
(71946,16,12154,NULL,9219,1,'2026-01-21 01:22:45','2026-01-21 01:22:45','874b23af-449e-401f-a6a4-d486fa0205e6'),
(71947,7,12154,NULL,601,1,'2026-01-21 01:22:45','2026-01-21 01:22:45','05f389aa-06f0-4079-984c-c3af6c9f6101'),
(71948,7,12154,NULL,605,2,'2026-01-21 01:22:45','2026-01-21 01:22:45','4852788f-2dfd-409b-b0a5-7d250ef6ac45'),
(71949,7,12154,NULL,617,3,'2026-01-21 01:22:45','2026-01-21 01:22:45','45610dbf-2197-4683-b87c-676948d354e1'),
(71950,7,12154,NULL,9552,4,'2026-01-21 01:22:45','2026-01-21 01:22:45','dd31a4bf-98c6-49ab-aa92-4e5fc4712fd1'),
(71951,82,12154,NULL,469,1,'2026-01-21 01:22:45','2026-01-21 01:22:45','c1616264-3bf1-463a-a090-8d246ba32b16'),
(71952,82,12154,NULL,475,2,'2026-01-21 01:22:45','2026-01-21 01:22:45','1fd8ae38-3195-4e00-9015-93f9241b812e'),
(71953,82,12154,NULL,479,3,'2026-01-21 01:22:45','2026-01-21 01:22:45','6dd557c4-eba3-41f2-bbc5-68c85fee4cb4'),
(71954,82,12154,NULL,491,4,'2026-01-21 01:22:45','2026-01-21 01:22:45','27f3e164-148d-47b7-b661-ebdfe848bfb8'),
(71955,57,12154,NULL,9222,1,'2026-01-21 01:22:45','2026-01-21 01:22:45','28fce978-a992-401d-8293-6f44a0d97e8e'),
(71956,57,12154,NULL,9223,2,'2026-01-21 01:22:45','2026-01-21 01:22:45','6196e9ec-8e0d-4969-a5a7-d3e0ab35c94b'),
(71957,57,12154,NULL,9224,3,'2026-01-21 01:22:45','2026-01-21 01:22:45','5dcce965-26c1-414d-a981-314f24567e8f'),
(71958,57,12154,NULL,9225,4,'2026-01-21 01:22:45','2026-01-21 01:22:45','68d09a11-6dcf-4fc1-9f9e-260803948492'),
(71959,57,12154,NULL,9226,5,'2026-01-21 01:22:45','2026-01-21 01:22:45','e02cf6bd-9e2d-4986-b448-b3cfe355688f'),
(71982,32,989,NULL,2612,9,'2026-01-21 01:23:03','2026-01-21 01:23:03','5f1523cb-d0a9-4f6a-8e92-efe583c4a0e8'),
(71983,32,12156,NULL,2610,1,'2026-01-21 01:23:04','2026-01-21 01:23:04','2861edc1-31ab-4774-8681-960c2c6c494f'),
(71984,32,12156,NULL,2598,2,'2026-01-21 01:23:04','2026-01-21 01:23:04','2b04622e-74a9-4501-9b1d-156a16e1cacb'),
(71985,32,12156,NULL,2600,3,'2026-01-21 01:23:04','2026-01-21 01:23:04','101aa8c0-f4f8-4742-94e3-baab23908956'),
(71986,32,12156,NULL,2596,4,'2026-01-21 01:23:04','2026-01-21 01:23:04','c075536d-4bcd-42e8-863e-1971b6c50f3b'),
(71987,32,12156,NULL,2602,5,'2026-01-21 01:23:04','2026-01-21 01:23:04','cb9b8f59-c4c2-4118-a88b-bc1d03000e81'),
(71988,32,12156,NULL,2604,6,'2026-01-21 01:23:04','2026-01-21 01:23:04','dee578f5-b013-468b-8826-996ead1c8f11'),
(71989,32,12156,NULL,2608,7,'2026-01-21 01:23:04','2026-01-21 01:23:04','8f6c602c-6fd6-4153-9c1c-f5b145c9617c'),
(71990,32,12156,NULL,2606,8,'2026-01-21 01:23:04','2026-01-21 01:23:04','909ac9ab-8a8f-4d56-814e-97bcf03e19dc'),
(71991,32,12156,NULL,2612,9,'2026-01-21 01:23:04','2026-01-21 01:23:04','fb2f7864-5014-444a-8f94-443bbc0b3c22'),
(71992,16,12156,NULL,7850,1,'2026-01-21 01:23:04','2026-01-21 01:23:04','35404656-0af4-4e52-b766-e2fe78d8115a'),
(71993,7,12156,NULL,601,1,'2026-01-21 01:23:04','2026-01-21 01:23:04','380440b6-be1b-4249-9b3a-3cc1ac0d6f2f'),
(71994,7,12156,NULL,617,2,'2026-01-21 01:23:04','2026-01-21 01:23:04','61d8a324-438e-4028-b383-6d26f7ac00d1'),
(71995,7,12156,NULL,605,3,'2026-01-21 01:23:04','2026-01-21 01:23:04','aa3d6c24-7bff-482f-87d1-248627b8d5e4'),
(71996,7,12156,NULL,9552,4,'2026-01-21 01:23:04','2026-01-21 01:23:04','36947a1a-5ea4-4cd8-9b3b-ecc20980b121'),
(71997,82,12156,NULL,479,1,'2026-01-21 01:23:04','2026-01-21 01:23:04','f75ce779-68b8-4bbd-93fe-9b76c808c3d3'),
(71998,82,12156,NULL,491,2,'2026-01-21 01:23:04','2026-01-21 01:23:04','8fc23780-5b40-4621-a4e3-635918c93d7b'),
(71999,47,12156,NULL,10535,1,'2026-01-21 01:23:04','2026-01-21 01:23:04','2858fbfa-edb1-4cfc-bbcd-bd80774f3dc4'),
(72000,57,12156,NULL,7851,1,'2026-01-21 01:23:04','2026-01-21 01:23:04','1a865d46-a71a-4a8a-afc3-cfb7fe88e793'),
(72001,57,12156,NULL,7853,2,'2026-01-21 01:23:04','2026-01-21 01:23:04','295ac2d8-35d7-4c74-ba7b-0cbc637f895e'),
(72002,57,12156,NULL,7852,3,'2026-01-21 01:23:04','2026-01-21 01:23:04','3c3b8050-21ed-47c9-958a-ef4ccb7fdc01'),
(72003,57,12156,NULL,3377,4,'2026-01-21 01:23:04','2026-01-21 01:23:04','36def2d8-0086-4904-9a96-f6871712685b'),
(72031,32,995,NULL,2612,10,'2026-01-21 01:23:28','2026-01-21 01:23:28','e91f4696-a354-4ac3-8dfa-f4cb667c16e7'),
(72032,32,12158,NULL,2614,1,'2026-01-21 01:23:28','2026-01-21 01:23:28','22c998ba-5925-4b5c-9d52-4de91e22c58b'),
(72033,32,12158,NULL,2610,2,'2026-01-21 01:23:28','2026-01-21 01:23:28','9f2ea796-edc5-4f9d-b052-63bb11a3cdc6'),
(72034,32,12158,NULL,2598,3,'2026-01-21 01:23:28','2026-01-21 01:23:28','0cf890c6-b3f1-4570-83c6-2a099e01fe85'),
(72035,32,12158,NULL,2600,4,'2026-01-21 01:23:28','2026-01-21 01:23:28','01c455ca-d6a5-4fb5-ba77-f3fa27768c3a'),
(72036,32,12158,NULL,2596,5,'2026-01-21 01:23:28','2026-01-21 01:23:28','c5fcee75-79a4-465f-aca4-77cb8413e331'),
(72037,32,12158,NULL,2602,6,'2026-01-21 01:23:28','2026-01-21 01:23:28','20858ed9-153e-4119-a469-3fe271c4c45b'),
(72038,32,12158,NULL,2606,7,'2026-01-21 01:23:28','2026-01-21 01:23:28','87adb05e-1257-46d4-8b42-a586a42c57f7'),
(72039,32,12158,NULL,2604,8,'2026-01-21 01:23:28','2026-01-21 01:23:28','a759a8e8-d711-4919-8872-af724f908e4c'),
(72040,32,12158,NULL,2608,9,'2026-01-21 01:23:28','2026-01-21 01:23:28','dd3a7a39-9bff-4d84-8f75-3853d039177e'),
(72041,32,12158,NULL,2612,10,'2026-01-21 01:23:28','2026-01-21 01:23:28','5603c695-c821-43da-9b49-bcebf0479ab1'),
(72042,16,12158,NULL,3425,1,'2026-01-21 01:23:28','2026-01-21 01:23:28','06f8147c-2bbf-4668-8193-415ec76d2094'),
(72043,7,12158,NULL,601,1,'2026-01-21 01:23:28','2026-01-21 01:23:28','ff061cf3-1b45-4784-9f66-42b5a5cb5b0e'),
(72044,7,12158,NULL,617,2,'2026-01-21 01:23:28','2026-01-21 01:23:28','7c206761-50e2-4758-86fb-a1c5c4d72fcc'),
(72045,7,12158,NULL,605,3,'2026-01-21 01:23:28','2026-01-21 01:23:28','ec43c526-d519-4dcb-add1-74e3a641f4c2'),
(72046,7,12158,NULL,9552,4,'2026-01-21 01:23:28','2026-01-21 01:23:28','c105eff5-7230-490a-a0db-30b8636fd9b2'),
(72047,82,12158,NULL,491,1,'2026-01-21 01:23:28','2026-01-21 01:23:28','b3ba476d-e8f8-47a4-b3a7-718f547daab2'),
(72048,46,12158,NULL,7381,1,'2026-01-21 01:23:28','2026-01-21 01:23:28','90e458fa-224c-481d-8a01-6a63dda1ccbc'),
(72049,47,12158,NULL,10538,1,'2026-01-21 01:23:28','2026-01-21 01:23:28','d043761f-0901-44b7-a7e9-61a9b748e801'),
(72050,57,12158,NULL,7862,1,'2026-01-21 01:23:28','2026-01-21 01:23:28','96ffb6da-3f0d-4fde-b594-62f94927f9b3'),
(72051,57,12158,NULL,7858,2,'2026-01-21 01:23:28','2026-01-21 01:23:28','300cb794-3ee1-4c7f-a981-ce18ef17af00'),
(72052,57,12158,NULL,7864,3,'2026-01-21 01:23:28','2026-01-21 01:23:28','aeb6d497-9562-4cb7-ade3-6a2f7f7a64d6'),
(72053,57,12158,NULL,7859,4,'2026-01-21 01:23:28','2026-01-21 01:23:28','9e47a347-04fa-4330-8feb-df2b9b3719bf'),
(72054,57,12158,NULL,7861,5,'2026-01-21 01:23:28','2026-01-21 01:23:28','21a951c2-6da7-4c15-8b4a-8202fa743ae8'),
(72055,57,12158,NULL,7863,6,'2026-01-21 01:23:28','2026-01-21 01:23:28','df1cdeb5-eeb9-4bd9-8428-dc3f3843ae1c'),
(72056,57,12158,NULL,7860,7,'2026-01-21 01:23:28','2026-01-21 01:23:28','540357d9-7a56-4b03-a975-57893f8c87b2'),
(72097,32,1219,NULL,2612,9,'2026-01-21 01:23:38','2026-01-21 01:23:38','6146653a-4250-468a-ba5b-b4ccfb047760'),
(72098,32,12162,NULL,2610,1,'2026-01-21 01:23:38','2026-01-21 01:23:38','73d6a1fd-c997-4dfb-b76b-d2c5e9367c08'),
(72099,32,12162,NULL,2598,2,'2026-01-21 01:23:38','2026-01-21 01:23:38','ea301900-a009-4694-a0a6-7269eb1a499e'),
(72100,32,12162,NULL,2600,3,'2026-01-21 01:23:38','2026-01-21 01:23:38','ec5947f7-4079-4363-b309-ad7f674f56ef'),
(72101,32,12162,NULL,2604,4,'2026-01-21 01:23:38','2026-01-21 01:23:38','905eff92-42bd-4d81-830e-3a8dfbbb2434'),
(72102,32,12162,NULL,2608,5,'2026-01-21 01:23:38','2026-01-21 01:23:38','c113b8d4-83a7-4c58-bd33-0e91693da259'),
(72103,32,12162,NULL,2602,6,'2026-01-21 01:23:38','2026-01-21 01:23:38','3b21a019-e503-48ee-85d1-742bdd9ba3ab'),
(72104,32,12162,NULL,2596,7,'2026-01-21 01:23:38','2026-01-21 01:23:38','9da759df-402c-494b-ba64-d56e51c4d96b'),
(72105,32,12162,NULL,2606,8,'2026-01-21 01:23:38','2026-01-21 01:23:38','55197351-438b-445b-bfac-0ea487314f82'),
(72106,32,12162,NULL,2612,9,'2026-01-21 01:23:38','2026-01-21 01:23:38','9c3bfd8c-08cb-4a5f-b2d9-bdc59f42cbbc'),
(72107,16,12162,NULL,4497,1,'2026-01-21 01:23:38','2026-01-21 01:23:38','1e59bd14-a3d4-44fc-aaf2-1b282c02a5b1'),
(72108,7,12162,NULL,3468,1,'2026-01-21 01:23:38','2026-01-21 01:23:38','a8ff912e-7c34-45be-947c-84a176854822'),
(72109,7,12162,NULL,2969,2,'2026-01-21 01:23:38','2026-01-21 01:23:38','03b8c34c-9526-4110-adc5-aa2ba459b9d6'),
(72110,7,12162,NULL,617,3,'2026-01-21 01:23:38','2026-01-21 01:23:38','11d56a25-ae01-4d89-b6ca-e3632a4b3b01'),
(72111,7,12162,NULL,9732,4,'2026-01-21 01:23:38','2026-01-21 01:23:38','d088eb59-11d2-49ea-8b6d-2abe9a858a20'),
(72112,7,12162,NULL,9640,5,'2026-01-21 01:23:38','2026-01-21 01:23:38','1b8f8c4b-4b49-4675-a124-8df0a5d988b0'),
(72113,7,12162,NULL,9552,6,'2026-01-21 01:23:38','2026-01-21 01:23:38','221ca09a-e38b-4c51-aecc-208ae2a0c87f'),
(72114,7,12162,NULL,605,7,'2026-01-21 01:23:38','2026-01-21 01:23:38','7d99ee76-6af6-40f4-b7f3-e7e840b9c95b'),
(72115,82,12162,NULL,469,1,'2026-01-21 01:23:38','2026-01-21 01:23:38','8f45f20e-a880-40f8-b01d-2cdd3ffef5cd'),
(72116,82,12162,NULL,479,2,'2026-01-21 01:23:38','2026-01-21 01:23:38','7dd089f7-b108-41b2-84ea-bc18773d0eb3'),
(72117,82,12162,NULL,491,3,'2026-01-21 01:23:38','2026-01-21 01:23:38','7c00db08-dc41-4dab-8116-0e028f0c5af5'),
(72118,47,12162,NULL,10498,1,'2026-01-21 01:23:38','2026-01-21 01:23:38','63efb0fe-67b8-40d2-b538-a6295ba13238'),
(72119,57,12162,NULL,8923,1,'2026-01-21 01:23:38','2026-01-21 01:23:38','5a5f7b0b-8372-48eb-bd37-dd0c54c7bc14'),
(72120,57,12162,NULL,8936,2,'2026-01-21 01:23:38','2026-01-21 01:23:38','bb0d141c-46fd-42da-baa6-40c22e0cb7ff'),
(72121,57,12162,NULL,8934,3,'2026-01-21 01:23:38','2026-01-21 01:23:38','0744e853-3dbd-4675-97a4-bc1ae6599cb0'),
(72122,57,12162,NULL,8935,4,'2026-01-21 01:23:38','2026-01-21 01:23:38','0bc7d0e0-be10-4b69-abdd-13d59947c6a4'),
(72123,57,12162,NULL,8931,5,'2026-01-21 01:23:38','2026-01-21 01:23:38','db37431a-47b7-44d4-8479-5ac59ffab964'),
(72124,57,12162,NULL,8928,6,'2026-01-21 01:23:38','2026-01-21 01:23:38','b6b7953f-0263-4a34-808a-74e3a3adadfb'),
(72125,57,12162,NULL,8929,7,'2026-01-21 01:23:38','2026-01-21 01:23:38','fc93fd73-a641-47cd-a11e-22dd197f1feb'),
(72126,57,12162,NULL,8930,8,'2026-01-21 01:23:38','2026-01-21 01:23:38','ddf347c0-8f12-4e7e-bca2-d53ba565f0c3'),
(72127,57,12162,NULL,8920,9,'2026-01-21 01:23:38','2026-01-21 01:23:38','d4f80f01-caa3-4f1c-90f2-af2677b6d193'),
(72128,57,12162,NULL,8918,10,'2026-01-21 01:23:38','2026-01-21 01:23:38','aaea463f-3b7b-4ab5-a9a1-d9dbc4af09a4'),
(72129,57,12162,NULL,8919,11,'2026-01-21 01:23:38','2026-01-21 01:23:38','521ca440-334d-4895-bb51-7cc3aae147cb'),
(72130,57,12162,NULL,8924,12,'2026-01-21 01:23:38','2026-01-21 01:23:38','e2d0c574-dd1a-4677-9246-36d5dca907e3'),
(72131,57,12162,NULL,8925,13,'2026-01-21 01:23:38','2026-01-21 01:23:38','9d4c8cbf-d985-45c1-967e-45f40ab682ca'),
(72132,57,12162,NULL,8926,14,'2026-01-21 01:23:38','2026-01-21 01:23:38','05585b49-ff76-48a1-bdb5-54b9084794a7'),
(72133,57,12162,NULL,8927,15,'2026-01-21 01:23:38','2026-01-21 01:23:38','7873dd6a-ab71-4035-9fa8-481a571b9607'),
(72134,57,12162,NULL,8932,16,'2026-01-21 01:23:38','2026-01-21 01:23:38','fce7a573-7e8b-45ab-a654-f1f50d2c9b0a'),
(72135,57,12162,NULL,8933,17,'2026-01-21 01:23:38','2026-01-21 01:23:38','67d94116-f394-41b5-8162-5f3a47ba6e6a'),
(72184,32,1079,NULL,2612,11,'2026-01-21 01:23:48','2026-01-21 01:23:48','38ae57b3-7d32-4bea-a719-9cd9dfd6c2a4'),
(72185,32,12167,NULL,2614,1,'2026-01-21 01:23:48','2026-01-21 01:23:48','f9cae5e6-3df7-487d-ba07-66a8730a78c7'),
(72186,32,12167,NULL,2610,2,'2026-01-21 01:23:48','2026-01-21 01:23:48','876795f6-348e-4073-91fb-23f626ed4775'),
(72187,32,12167,NULL,2598,3,'2026-01-21 01:23:48','2026-01-21 01:23:48','14561e42-faee-4a30-b186-c5db2187dae6'),
(72188,32,12167,NULL,2608,4,'2026-01-21 01:23:48','2026-01-21 01:23:48','7125bae3-1707-4c73-9ea4-06a7f5c6584d'),
(72189,32,12167,NULL,2600,5,'2026-01-21 01:23:48','2026-01-21 01:23:48','6355ea26-a044-472d-9462-4b791990bf6e'),
(72190,32,12167,NULL,2596,6,'2026-01-21 01:23:48','2026-01-21 01:23:48','ce9877ee-0209-40ad-97e9-e3236f096dd2'),
(72191,32,12167,NULL,2602,7,'2026-01-21 01:23:48','2026-01-21 01:23:48','6aa3bfb3-77d5-4c19-b98a-61649aef2960'),
(72192,32,12167,NULL,2606,8,'2026-01-21 01:23:48','2026-01-21 01:23:48','c5999ab7-172e-4cb5-909b-09e984681e5b'),
(72193,32,12167,NULL,2604,9,'2026-01-21 01:23:48','2026-01-21 01:23:48','b763803f-98b4-4e07-a1fd-0c0d0e5b5771'),
(72194,32,12167,NULL,2624,10,'2026-01-21 01:23:48','2026-01-21 01:23:48','aea24199-78e2-4930-9a6e-b7cb6440ca44'),
(72195,32,12167,NULL,2612,11,'2026-01-21 01:23:48','2026-01-21 01:23:48','55b63b75-4ba5-4622-ad01-80015644884f'),
(72196,16,12167,NULL,8081,1,'2026-01-21 01:23:48','2026-01-21 01:23:48','b0c1b1a2-8097-4036-b0c0-55e379463b76'),
(72197,7,12167,NULL,3468,1,'2026-01-21 01:23:48','2026-01-21 01:23:48','b2753b3e-6ce1-490b-9442-ea7f8b9a00bc'),
(72198,7,12167,NULL,601,2,'2026-01-21 01:23:48','2026-01-21 01:23:48','d93e0541-c974-4a3f-9dec-df68cdca3430'),
(72199,7,12167,NULL,9640,3,'2026-01-21 01:23:48','2026-01-21 01:23:48','eff27778-5010-4ff2-b77c-2dc4e5eb9fa2'),
(72200,7,12167,NULL,2974,4,'2026-01-21 01:23:48','2026-01-21 01:23:48','1d649976-12e7-43cb-a661-ba5bdb4a1e74'),
(72201,7,12167,NULL,617,5,'2026-01-21 01:23:48','2026-01-21 01:23:48','62d2a7a7-8193-45bd-987e-6302772e3bfa'),
(72202,7,12167,NULL,605,6,'2026-01-21 01:23:48','2026-01-21 01:23:48','64aa9304-4760-49c4-a7c6-1d4f88ffba9d'),
(72203,7,12167,NULL,9552,7,'2026-01-21 01:23:48','2026-01-21 01:23:48','0a50786c-1014-4cb9-a120-26ecd901f3a0'),
(72204,46,12167,NULL,2891,1,'2026-01-21 01:23:48','2026-01-21 01:23:48','50f9d636-b34d-4ae5-a937-3e1301a01836'),
(72205,57,12167,NULL,8082,1,'2026-01-21 01:23:48','2026-01-21 01:23:48','38c2ce9f-ef92-4285-a951-464d2916d471'),
(72206,57,12167,NULL,8085,2,'2026-01-21 01:23:48','2026-01-21 01:23:48','c2f26e85-0d7c-4c3e-936e-0ad6a0c61381'),
(72207,57,12167,NULL,8086,3,'2026-01-21 01:23:48','2026-01-21 01:23:48','7f89d2ac-ec96-4f43-9674-d34b96abc8b4'),
(72208,57,12167,NULL,8087,4,'2026-01-21 01:23:48','2026-01-21 01:23:48','a12ab72e-3850-407e-8750-811933f20f4a'),
(72209,13,12167,NULL,6814,1,'2026-01-21 01:23:48','2026-01-21 01:23:48','27ad89a6-0654-4835-9e69-024754e70bf7'),
(72240,32,1401,NULL,2612,9,'2026-01-21 01:24:10','2026-01-21 01:24:10','69daa3ca-5205-422a-a1fb-db012465a229'),
(72241,32,12169,NULL,2610,1,'2026-01-21 01:24:11','2026-01-21 01:24:11','db2423c2-fca5-485e-993f-6f4db5562a7c'),
(72242,32,12169,NULL,2598,2,'2026-01-21 01:24:11','2026-01-21 01:24:11','a445ddc1-05af-4cb3-8f5b-b65890d0a26d'),
(72243,32,12169,NULL,2600,3,'2026-01-21 01:24:11','2026-01-21 01:24:11','092c71a3-b511-4ac7-b5a4-8ae5c6f918c2'),
(72244,32,12169,NULL,2604,4,'2026-01-21 01:24:11','2026-01-21 01:24:11','598e5f29-8c0b-4602-94d9-48ca737482e9'),
(72245,32,12169,NULL,2608,5,'2026-01-21 01:24:11','2026-01-21 01:24:11','e038b3d2-1e92-4bef-8b63-97bdd5b814d5'),
(72246,32,12169,NULL,2596,6,'2026-01-21 01:24:11','2026-01-21 01:24:11','4d274689-038c-451e-8a60-e4ee28f13fb1'),
(72247,32,12169,NULL,2602,7,'2026-01-21 01:24:11','2026-01-21 01:24:11','dcae6475-c9da-44b0-a277-2ec00433bb68'),
(72248,32,12169,NULL,2606,8,'2026-01-21 01:24:11','2026-01-21 01:24:11','70bc7737-2972-4dd7-af7a-d7eff6a5a6be'),
(72249,32,12169,NULL,2612,9,'2026-01-21 01:24:11','2026-01-21 01:24:11','1e4b958c-ad66-47e0-845c-9c2c1f55449e'),
(72250,16,12169,NULL,9947,1,'2026-01-21 01:24:11','2026-01-21 01:24:11','902e2fb5-123b-49e3-800a-d20ea0f4ac38'),
(72251,7,12169,NULL,605,1,'2026-01-21 01:24:11','2026-01-21 01:24:11','0faadef9-9f45-419a-af5c-5fccc95a113c'),
(72252,7,12169,NULL,617,2,'2026-01-21 01:24:11','2026-01-21 01:24:11','5a4b1029-6102-4a64-a8eb-613fcc3a8bd6'),
(72253,7,12169,NULL,9552,3,'2026-01-21 01:24:11','2026-01-21 01:24:11','06f58b41-a5f8-46a1-a10a-c95b6e281b3e'),
(72254,82,12169,NULL,469,1,'2026-01-21 01:24:11','2026-01-21 01:24:11','45aa8bef-9167-4ce5-9c4b-1773689ddddf'),
(72255,82,12169,NULL,475,2,'2026-01-21 01:24:11','2026-01-21 01:24:11','34296016-2057-4e4c-b0c8-0ca09bf5e449'),
(72256,82,12169,NULL,479,3,'2026-01-21 01:24:11','2026-01-21 01:24:11','c3307c8b-c4cc-48a5-84ac-0985a62cc75c'),
(72257,82,12169,NULL,491,4,'2026-01-21 01:24:11','2026-01-21 01:24:11','81670fb7-57b7-4478-a320-68049adc1f5d'),
(72258,57,12169,NULL,9959,1,'2026-01-21 01:24:11','2026-01-21 01:24:11','2fd86756-a720-420f-8421-62beedbc871a'),
(72259,57,12169,NULL,9972,2,'2026-01-21 01:24:11','2026-01-21 01:24:11','bdcfb67c-91c0-443d-82d2-c1ad1295adbc'),
(72260,57,12169,NULL,9973,3,'2026-01-21 01:24:11','2026-01-21 01:24:11','df9db2bf-b93e-4a52-a9cd-ea0b664c2de9'),
(72261,57,12169,NULL,9957,4,'2026-01-21 01:24:11','2026-01-21 01:24:11','2a839e7f-2249-4bd3-a2ee-6e7bfcc4df04'),
(72262,57,12169,NULL,9953,5,'2026-01-21 01:24:11','2026-01-21 01:24:11','58660a93-7938-489a-b83f-b4f25fd020d3'),
(72263,57,12169,NULL,9954,6,'2026-01-21 01:24:11','2026-01-21 01:24:11','20df3c62-a027-407d-ac9e-ff831d84dfd8'),
(72264,57,12169,NULL,9956,7,'2026-01-21 01:24:11','2026-01-21 01:24:11','f7b407e5-a530-4cee-9ed7-cd47a9c84886'),
(72265,57,12169,NULL,9949,8,'2026-01-21 01:24:11','2026-01-21 01:24:11','4503d0d5-1ae8-4755-9b1a-03d52c26f161'),
(72266,57,12169,NULL,9958,9,'2026-01-21 01:24:11','2026-01-21 01:24:11','45273ecd-f2d8-49af-b678-7d2c031d1545'),
(72267,57,12169,NULL,9960,10,'2026-01-21 01:24:11','2026-01-21 01:24:11','2e860584-258e-49d0-9672-24cc5211e691'),
(72268,57,12169,NULL,9962,11,'2026-01-21 01:24:11','2026-01-21 01:24:11','263f12af-688b-4077-8848-c932b63b1354'),
(72269,57,12169,NULL,9971,12,'2026-01-21 01:24:11','2026-01-21 01:24:11','c404e8f4-eb89-4761-8c90-15be513c25cf'),
(72270,13,12169,NULL,7732,1,'2026-01-21 01:24:11','2026-01-21 01:24:11','973b3130-2af1-4ce6-916e-d933f058156b'),
(72272,32,999,NULL,2612,9,'2026-01-21 01:24:19','2026-01-21 01:24:19','97b68308-dd83-4650-9566-0ab3500e9209'),
(72273,32,12170,NULL,2610,1,'2026-01-21 01:24:19','2026-01-21 01:24:19','a855a7ca-eb30-4da7-84ea-95e6c41c8b18'),
(72274,32,12170,NULL,2598,2,'2026-01-21 01:24:19','2026-01-21 01:24:19','9c478ce6-643b-48a9-863c-de0dc05eef66'),
(72275,32,12170,NULL,2600,3,'2026-01-21 01:24:19','2026-01-21 01:24:19','7f8970eb-db40-435f-a7b5-1981e9a96b27'),
(72276,32,12170,NULL,2596,4,'2026-01-21 01:24:19','2026-01-21 01:24:19','184169df-b776-471a-a522-f5e84846bc79'),
(72277,32,12170,NULL,2602,5,'2026-01-21 01:24:19','2026-01-21 01:24:19','8d8b5309-80d9-4d2f-874c-8caa831ccd24'),
(72278,32,12170,NULL,2604,6,'2026-01-21 01:24:19','2026-01-21 01:24:19','de451306-55fc-41fa-a09c-b85df7748a49'),
(72279,32,12170,NULL,2608,7,'2026-01-21 01:24:19','2026-01-21 01:24:19','38e1ff72-34d6-4b28-8745-b9a9adaea2d3'),
(72280,32,12170,NULL,2606,8,'2026-01-21 01:24:19','2026-01-21 01:24:19','b9cc8fff-5168-45f4-9624-7d98aa9a14fa'),
(72281,32,12170,NULL,2612,9,'2026-01-21 01:24:19','2026-01-21 01:24:19','dcecc68d-6045-4610-8d30-b4e0c4f48eb4'),
(72282,16,12170,NULL,7871,1,'2026-01-21 01:24:19','2026-01-21 01:24:19','0a890bb8-467d-471b-ac30-c587c3d7e4f9'),
(72283,7,12170,NULL,6547,1,'2026-01-21 01:24:19','2026-01-21 01:24:19','0136c46d-dd45-497b-878b-655ef8d56810'),
(72284,7,12170,NULL,601,2,'2026-01-21 01:24:19','2026-01-21 01:24:19','ffd8f475-2b13-4178-9c10-672b0e75bc8a'),
(72285,7,12170,NULL,617,3,'2026-01-21 01:24:19','2026-01-21 01:24:19','9e91e56b-46e9-44ca-bd33-43e4c1eec307'),
(72286,7,12170,NULL,9724,4,'2026-01-21 01:24:19','2026-01-21 01:24:19','bc654d61-e5e3-4c54-8712-72ad8c043e01'),
(72287,7,12170,NULL,2974,5,'2026-01-21 01:24:19','2026-01-21 01:24:19','0c638c1a-66d7-4053-b62a-dcde790871d4'),
(72288,7,12170,NULL,9640,6,'2026-01-21 01:24:19','2026-01-21 01:24:19','52c1ca27-6c61-4c04-a837-6eb90e5f5248'),
(72289,7,12170,NULL,605,7,'2026-01-21 01:24:19','2026-01-21 01:24:19','b9a2d6ed-d079-4f3b-b4df-b56185474bb8'),
(72290,7,12170,NULL,9552,8,'2026-01-21 01:24:19','2026-01-21 01:24:19','e40575d2-d24a-48f5-a895-72b72b67f895'),
(72291,82,12170,NULL,479,1,'2026-01-21 01:24:19','2026-01-21 01:24:19','37b57ffd-6d34-4b34-bcc6-95ad4df420dd'),
(72292,82,12170,NULL,491,2,'2026-01-21 01:24:19','2026-01-21 01:24:19','d614fd53-1699-45f6-b0fd-490cb00e2f98'),
(72293,46,12170,NULL,7369,1,'2026-01-21 01:24:19','2026-01-21 01:24:19','4c916f19-7992-424e-ae64-47b3231a769a'),
(72294,47,12170,NULL,10543,1,'2026-01-21 01:24:19','2026-01-21 01:24:19','bab9b815-63e2-43f3-90ed-a2fce2e27ac1'),
(72295,57,12170,NULL,7870,1,'2026-01-21 01:24:19','2026-01-21 01:24:19','266437a3-8f95-4169-825d-cd8edcf75401'),
(72296,57,12170,NULL,7869,2,'2026-01-21 01:24:19','2026-01-21 01:24:19','0473c2a9-05d6-41b8-b3ab-01fa96c9c909'),
(72297,57,12170,NULL,7868,3,'2026-01-21 01:24:19','2026-01-21 01:24:19','73c83a1d-647a-4f20-9375-7a19ab6ce899'),
(72298,57,12170,NULL,7874,4,'2026-01-21 01:24:19','2026-01-21 01:24:19','b0032544-e843-4a32-96bc-cdf1ca1b5ab1'),
(72299,57,12170,NULL,7873,5,'2026-01-21 01:24:19','2026-01-21 01:24:19','2ef3b0f9-a3f3-47fd-b493-0e43c3f5a285'),
(72300,57,12170,NULL,3467,6,'2026-01-21 01:24:19','2026-01-21 01:24:19','557c0bf7-d9e8-4ca4-978a-763ac25629bd'),
(72301,57,12170,NULL,7872,7,'2026-01-21 01:24:19','2026-01-21 01:24:19','0b52b637-cca3-4de1-8dd9-1cc75343539f'),
(72325,32,1085,NULL,2612,9,'2026-01-21 01:24:36','2026-01-21 01:24:36','5fa8d1c6-1f70-449a-ba23-919de9a0291b'),
(72326,32,12172,NULL,2610,1,'2026-01-21 01:24:36','2026-01-21 01:24:36','ebec99fb-4add-43d8-9c49-e457a7cb4e7c'),
(72327,32,12172,NULL,2598,2,'2026-01-21 01:24:36','2026-01-21 01:24:36','2777a371-38c7-4cfd-b5f9-b118f11c30f2'),
(72328,32,12172,NULL,2600,3,'2026-01-21 01:24:36','2026-01-21 01:24:36','37f9d50c-c50d-4de5-8733-8f051b8fb4ba'),
(72329,32,12172,NULL,2604,4,'2026-01-21 01:24:36','2026-01-21 01:24:36','53fa9080-9006-4fe8-8ed2-8c3d255ad959'),
(72330,32,12172,NULL,2608,5,'2026-01-21 01:24:36','2026-01-21 01:24:36','7873f24f-38bd-48d7-9010-f01a8184ff83'),
(72331,32,12172,NULL,2596,6,'2026-01-21 01:24:36','2026-01-21 01:24:36','cdaaf205-b242-4372-934c-39a294c11176'),
(72332,32,12172,NULL,2602,7,'2026-01-21 01:24:36','2026-01-21 01:24:36','c8e3afe5-eaf1-406c-8d37-3f7ae39f3ad1'),
(72333,32,12172,NULL,2606,8,'2026-01-21 01:24:36','2026-01-21 01:24:36','e37b59f9-455b-4126-8e99-e10264f1838a'),
(72334,32,12172,NULL,2612,9,'2026-01-21 01:24:36','2026-01-21 01:24:36','f877beb2-6e06-4e0e-9565-75cb9111a8b6'),
(72335,16,12172,NULL,3865,1,'2026-01-21 01:24:36','2026-01-21 01:24:36','91be8e0a-eaf8-4495-b161-7bf08e55eedf'),
(72336,7,12172,NULL,3468,1,'2026-01-21 01:24:36','2026-01-21 01:24:36','abdf3834-20e0-42aa-8196-526281bb460b'),
(72337,7,12172,NULL,601,2,'2026-01-21 01:24:36','2026-01-21 01:24:36','6a6c0cce-0c94-4dab-9bd7-8e03ad97e1c2'),
(72338,7,12172,NULL,3093,3,'2026-01-21 01:24:36','2026-01-21 01:24:36','0689a1dc-da2c-44cc-bd81-654084e82ddb'),
(72339,7,12172,NULL,617,4,'2026-01-21 01:24:36','2026-01-21 01:24:36','6f4fdb3e-3c53-4d89-9a96-4843652f425d'),
(72340,7,12172,NULL,605,5,'2026-01-21 01:24:36','2026-01-21 01:24:36','05e45d9f-683d-41b0-9632-77660ab6db9b'),
(72341,7,12172,NULL,9552,6,'2026-01-21 01:24:36','2026-01-21 01:24:36','96967ab6-71ba-4f26-8e53-d42460cd3d03'),
(72342,82,12172,NULL,479,1,'2026-01-21 01:24:36','2026-01-21 01:24:36','871fcb6a-6a1b-426d-8f72-b5a46ccf77ae'),
(72343,82,12172,NULL,491,2,'2026-01-21 01:24:36','2026-01-21 01:24:36','1b3c6369-10e1-48d5-9664-b3304ffee124'),
(72344,57,12172,NULL,8094,1,'2026-01-21 01:24:36','2026-01-21 01:24:36','ce573230-4a46-4f27-9042-aaa3675b9565'),
(72345,57,12172,NULL,8093,2,'2026-01-21 01:24:36','2026-01-21 01:24:36','8cbbc612-d982-4178-9cba-7a88580d72d7'),
(72346,57,12172,NULL,8095,3,'2026-01-21 01:24:36','2026-01-21 01:24:36','46718998-9f77-4a65-b089-69c1e0c41d43'),
(72347,57,12172,NULL,8092,4,'2026-01-21 01:24:36','2026-01-21 01:24:36','5465f70d-93c8-4418-8005-84653f1d8cc3'),
(72377,32,1225,NULL,2612,9,'2026-01-21 01:24:54','2026-01-21 01:24:54','6aac471a-832e-444f-8fbe-31f75f099e2a'),
(72378,32,12175,NULL,2610,1,'2026-01-21 01:24:54','2026-01-21 01:24:54','8788df71-653a-4cf0-a52d-3c51ad0b6fc7'),
(72379,32,12175,NULL,2598,2,'2026-01-21 01:24:54','2026-01-21 01:24:54','bec377b7-d470-4bb5-aeb3-6597048394b9'),
(72380,32,12175,NULL,2600,3,'2026-01-21 01:24:54','2026-01-21 01:24:54','11c1933e-13be-4d9f-81e8-dbc26011561f'),
(72381,32,12175,NULL,2604,4,'2026-01-21 01:24:54','2026-01-21 01:24:54','a4c59cf8-de0d-4d33-878c-afaa35ff2c67'),
(72382,32,12175,NULL,2608,5,'2026-01-21 01:24:54','2026-01-21 01:24:54','6a136bd7-f983-4d89-8a31-fcc9bf6cb4ca'),
(72383,32,12175,NULL,2602,6,'2026-01-21 01:24:54','2026-01-21 01:24:54','b5e9f20a-ba74-40a0-bf97-0c5f6f7ca724'),
(72384,32,12175,NULL,2596,7,'2026-01-21 01:24:54','2026-01-21 01:24:54','c7513c0e-f3f4-455d-8a60-a04fb65d744f'),
(72385,32,12175,NULL,2606,8,'2026-01-21 01:24:54','2026-01-21 01:24:54','a4c6f36b-3203-45ec-b52f-bfa924360da7'),
(72386,32,12175,NULL,2612,9,'2026-01-21 01:24:54','2026-01-21 01:24:54','e9333287-49d2-41d9-aeee-69541b67a849'),
(72387,16,12175,NULL,4526,1,'2026-01-21 01:24:54','2026-01-21 01:24:54','010a6a06-a088-4f1b-8b78-56228a2f8482'),
(72388,7,12175,NULL,2969,1,'2026-01-21 01:24:54','2026-01-21 01:24:54','1d26dd5b-d19a-4e80-8714-6c0cc48e0623'),
(72389,7,12175,NULL,2974,2,'2026-01-21 01:24:54','2026-01-21 01:24:54','f9cc045f-e01e-418c-bc7b-8829e907ee5b'),
(72390,7,12175,NULL,617,3,'2026-01-21 01:24:54','2026-01-21 01:24:54','21da184a-49b5-4e59-82c1-d6654659dbd2'),
(72391,7,12175,NULL,605,4,'2026-01-21 01:24:54','2026-01-21 01:24:54','00340849-aa6d-47fe-a311-78d3644c5cf8'),
(72392,7,12175,NULL,9552,5,'2026-01-21 01:24:54','2026-01-21 01:24:54','02223efa-41b0-4389-82a0-b1d7f45ee4e2'),
(72393,82,12175,NULL,469,1,'2026-01-21 01:24:54','2026-01-21 01:24:54','e2dd7c07-f2c7-4e4e-bdcf-a7696b20e202'),
(72394,82,12175,NULL,479,2,'2026-01-21 01:24:54','2026-01-21 01:24:54','03352397-ce49-4d7f-aa09-65c5bfefcc63'),
(72395,82,12175,NULL,491,3,'2026-01-21 01:24:54','2026-01-21 01:24:54','a1645e39-b7d7-419f-9a69-361317fcf15a'),
(72396,47,12175,NULL,10501,1,'2026-01-21 01:24:54','2026-01-21 01:24:54','d35e8edf-43a1-4a89-80ce-8c8988b33420'),
(72397,57,12175,NULL,8955,1,'2026-01-21 01:24:54','2026-01-21 01:24:54','0d3b5539-eb78-4592-b39f-6e4d344f41ca'),
(72398,57,12175,NULL,8956,2,'2026-01-21 01:24:54','2026-01-21 01:24:54','78259e18-428d-4387-bca6-ae4fb118c083'),
(72399,57,12175,NULL,8957,3,'2026-01-21 01:24:54','2026-01-21 01:24:54','d234885b-4e6b-451c-92a4-fa6ece6120c3'),
(72400,57,12175,NULL,8958,4,'2026-01-21 01:24:54','2026-01-21 01:24:54','3eafbb41-e117-46a4-b3cc-fecce126c699'),
(72401,57,12175,NULL,8953,5,'2026-01-21 01:24:54','2026-01-21 01:24:54','52faacdb-91b0-462d-992a-696ec9936385'),
(72402,57,12175,NULL,8954,6,'2026-01-21 01:24:54','2026-01-21 01:24:54','37eacc97-cb7f-49a6-961b-2a679038d24a'),
(72403,57,12175,NULL,9592,7,'2026-01-21 01:24:54','2026-01-21 01:24:54','6690cfcf-71dc-4a54-8966-ce84c8a2c394'),
(72404,57,12175,NULL,8959,8,'2026-01-21 01:24:54','2026-01-21 01:24:54','a462048f-eb9d-4408-ab77-c2e87c728644'),
(72430,32,1011,NULL,2612,9,'2026-01-21 01:25:15','2026-01-21 01:25:15','cc1ce213-37a0-488e-966a-6770b7179521'),
(72431,32,12178,NULL,2610,1,'2026-01-21 01:25:16','2026-01-21 01:25:16','b1fa3936-ba66-4a5a-a5fd-73a460e71b00'),
(72432,32,12178,NULL,2598,2,'2026-01-21 01:25:16','2026-01-21 01:25:16','1d671375-26d1-49de-a004-c54dade4b148'),
(72433,32,12178,NULL,2608,3,'2026-01-21 01:25:16','2026-01-21 01:25:16','7d541812-3a30-42df-8f96-42c9036c7185'),
(72434,32,12178,NULL,2600,4,'2026-01-21 01:25:16','2026-01-21 01:25:16','d5dd426b-4d6d-4d54-809b-2563af836155'),
(72435,32,12178,NULL,2596,5,'2026-01-21 01:25:16','2026-01-21 01:25:16','fe84dc76-9e79-4155-a144-aaa2c374edd7'),
(72436,32,12178,NULL,2602,6,'2026-01-21 01:25:16','2026-01-21 01:25:16','57b42e46-bcad-43e3-b43a-3090493b566c'),
(72437,32,12178,NULL,2604,7,'2026-01-21 01:25:16','2026-01-21 01:25:16','fd4e8672-84f6-4357-bb06-d5970389abd6'),
(72438,32,12178,NULL,2606,8,'2026-01-21 01:25:16','2026-01-21 01:25:16','584faea8-e450-40cd-955f-9ec320de94c7'),
(72439,32,12178,NULL,2612,9,'2026-01-21 01:25:16','2026-01-21 01:25:16','002cc3cc-34c7-490f-bc9c-163e8cbca096'),
(72440,16,12178,NULL,7891,1,'2026-01-21 01:25:16','2026-01-21 01:25:16','50c88ce0-5f0a-4ccf-a9e0-039af1157605'),
(72441,7,12178,NULL,601,1,'2026-01-21 01:25:16','2026-01-21 01:25:16','0d711b1b-6732-45ba-bbcb-77b871ba33aa'),
(72442,7,12178,NULL,2974,2,'2026-01-21 01:25:16','2026-01-21 01:25:16','f7693ac4-27ed-42ee-9029-c347bc69fc31'),
(72443,7,12178,NULL,617,3,'2026-01-21 01:25:16','2026-01-21 01:25:16','8399e567-e8e5-45fa-aa8d-89e32f430e20'),
(72444,7,12178,NULL,9732,4,'2026-01-21 01:25:16','2026-01-21 01:25:16','de357e44-e5d9-4368-80be-bace77bed6fa'),
(72445,7,12178,NULL,605,5,'2026-01-21 01:25:16','2026-01-21 01:25:16','6bfaaddb-690e-4d29-ad2b-d3af72218585'),
(72446,7,12178,NULL,9552,6,'2026-01-21 01:25:16','2026-01-21 01:25:16','5ed24bd6-705c-4b9a-8ec1-18c453bfd8c0'),
(72447,82,12178,NULL,479,1,'2026-01-21 01:25:16','2026-01-21 01:25:16','622f52e9-56a1-430e-a705-16ccca6611b7'),
(72448,82,12178,NULL,491,2,'2026-01-21 01:25:16','2026-01-21 01:25:16','0dfd6387-cd10-47ff-9e6f-30fa0b2f7541'),
(72449,47,12178,NULL,10549,1,'2026-01-21 01:25:16','2026-01-21 01:25:16','7c948d0a-2674-4de4-ae0f-4995dd157df6'),
(72450,57,12178,NULL,7893,1,'2026-01-21 01:25:16','2026-01-21 01:25:16','e8e3a5b7-1047-4ea8-9a17-2cd8bf1fb944'),
(72451,57,12178,NULL,7892,2,'2026-01-21 01:25:16','2026-01-21 01:25:16','acf4f8b3-876d-4082-91ad-acb1c67a811f'),
(72452,57,12178,NULL,7894,3,'2026-01-21 01:25:16','2026-01-21 01:25:16','0c932909-1e8a-4f9b-8c89-27f1428f0a68'),
(72453,57,12178,NULL,7901,4,'2026-01-21 01:25:16','2026-01-21 01:25:16','25134211-ac93-4a19-b4bd-32cbb8d7d6dc'),
(72476,32,1097,NULL,2612,10,'2026-01-21 01:25:42','2026-01-21 01:25:42','add4d61b-e2da-4efe-82ba-5b684c053b95'),
(72477,32,12180,NULL,2610,1,'2026-01-21 01:25:42','2026-01-21 01:25:42','f2590f53-3205-4d9f-a68e-c3caf048e7a2'),
(72478,32,12180,NULL,2598,2,'2026-01-21 01:25:42','2026-01-21 01:25:42','235c4f64-fa98-4cb0-815a-e3d40d388125'),
(72479,32,12180,NULL,2600,3,'2026-01-21 01:25:42','2026-01-21 01:25:42','99bdcee9-8266-4549-9f56-e34a9346c8d3'),
(72480,32,12180,NULL,2606,4,'2026-01-21 01:25:42','2026-01-21 01:25:42','300ef8c1-5069-48b5-8525-f404a4b3c430'),
(72481,32,12180,NULL,2604,5,'2026-01-21 01:25:42','2026-01-21 01:25:42','802f43f6-bcbd-4884-add5-4f7b3e04fc84'),
(72482,32,12180,NULL,2614,6,'2026-01-21 01:25:42','2026-01-21 01:25:42','3cb556e8-48e1-478c-9036-5cbc660f64b4'),
(72483,32,12180,NULL,2608,7,'2026-01-21 01:25:42','2026-01-21 01:25:42','dfd981b8-9aab-44ed-80b5-b4c9479438cb'),
(72484,32,12180,NULL,2596,8,'2026-01-21 01:25:42','2026-01-21 01:25:42','dba11765-debd-4964-b596-8c734ef31f17'),
(72485,32,12180,NULL,2602,9,'2026-01-21 01:25:42','2026-01-21 01:25:42','50a4524a-799d-4a66-bd6c-6f4c6743f100'),
(72486,32,12180,NULL,2612,10,'2026-01-21 01:25:42','2026-01-21 01:25:42','f8952a10-95d5-4d9c-b0bc-eacde9544dbc'),
(72487,16,12180,NULL,9415,1,'2026-01-21 01:25:42','2026-01-21 01:25:42','1f84f065-7d61-441a-9a76-cacca107234f'),
(72488,7,12180,NULL,3468,1,'2026-01-21 01:25:42','2026-01-21 01:25:42','dcc2a966-7b3b-49b3-b8c3-7c2c8bb756b8'),
(72489,7,12180,NULL,2969,2,'2026-01-21 01:25:42','2026-01-21 01:25:42','f8b93c42-8d47-45cc-873b-5b91610f54f2'),
(72490,7,12180,NULL,617,3,'2026-01-21 01:25:42','2026-01-21 01:25:42','70703abd-48c2-4ad1-b3cf-4f023a9bee64'),
(72491,7,12180,NULL,605,4,'2026-01-21 01:25:42','2026-01-21 01:25:42','9510fca6-89b6-491d-8ac9-760d40981aaa'),
(72492,7,12180,NULL,9552,5,'2026-01-21 01:25:42','2026-01-21 01:25:42','4d43f0ba-99ba-4d98-90e1-84748e8a50cb'),
(72493,57,12180,NULL,3927,1,'2026-01-21 01:25:42','2026-01-21 01:25:42','bbb8a81a-774c-4fee-90cb-ecd5e97b3d13'),
(72494,57,12180,NULL,8117,2,'2026-01-21 01:25:42','2026-01-21 01:25:42','46c568e0-24aa-4ee4-a603-fa6e53178530'),
(72495,57,12180,NULL,8119,3,'2026-01-21 01:25:42','2026-01-21 01:25:42','a7b63ef4-5c99-4d82-950e-cd5c0affe052'),
(72496,57,12180,NULL,8120,4,'2026-01-21 01:25:42','2026-01-21 01:25:42','f5f0096a-9785-40a2-8cc7-fd73d3e6ecb2'),
(72524,32,1231,NULL,2612,9,'2026-01-21 01:25:51','2026-01-21 01:25:51','e395d9c6-46fa-44b3-bc4d-2e293ea3b700'),
(72525,32,12182,NULL,2610,1,'2026-01-21 01:25:51','2026-01-21 01:25:51','40f7baa8-1c99-485d-9c24-82b65565b17b'),
(72526,32,12182,NULL,2598,2,'2026-01-21 01:25:51','2026-01-21 01:25:51','d19c0b37-3d68-422a-8b32-22f3d651d807'),
(72527,32,12182,NULL,2600,3,'2026-01-21 01:25:51','2026-01-21 01:25:51','94505452-b778-470e-8071-b7849eb9ffdf'),
(72528,32,12182,NULL,2604,4,'2026-01-21 01:25:51','2026-01-21 01:25:51','6e36e5ad-6e1c-4822-8bb7-b7f4fce8bbab'),
(72529,32,12182,NULL,2608,5,'2026-01-21 01:25:51','2026-01-21 01:25:51','a5bd363b-169c-43c5-b902-b3e663121691'),
(72530,32,12182,NULL,2602,6,'2026-01-21 01:25:51','2026-01-21 01:25:51','7f6f75fd-7d50-4264-b20a-b28c81c323c7'),
(72531,32,12182,NULL,2596,7,'2026-01-21 01:25:51','2026-01-21 01:25:51','e72a8875-a22b-4715-9144-0237c9440ea1'),
(72532,32,12182,NULL,2606,8,'2026-01-21 01:25:51','2026-01-21 01:25:51','b82ee2f8-9476-41e2-a9f9-df93516aede2'),
(72533,32,12182,NULL,2612,9,'2026-01-21 01:25:51','2026-01-21 01:25:51','8da82493-82ba-4d7b-8146-34fcbcfd943a'),
(72534,16,12182,NULL,4554,1,'2026-01-21 01:25:51','2026-01-21 01:25:51','bc08cb8c-52cb-4f5b-a2ca-bfb3ae4f1a76'),
(72535,7,12182,NULL,3468,1,'2026-01-21 01:25:51','2026-01-21 01:25:51','65f19096-b310-4661-b717-43eebb210dc6'),
(72536,7,12182,NULL,617,2,'2026-01-21 01:25:51','2026-01-21 01:25:51','831c63ed-e871-4a5c-bcc1-a0528c10157b'),
(72537,7,12182,NULL,605,3,'2026-01-21 01:25:51','2026-01-21 01:25:51','363320e5-bace-4456-9a71-6baa1ac12df9'),
(72538,7,12182,NULL,9552,4,'2026-01-21 01:25:51','2026-01-21 01:25:51','df571ece-e670-4e19-a536-3a611a9da1a8'),
(72539,82,12182,NULL,469,1,'2026-01-21 01:25:51','2026-01-21 01:25:51','49fc9694-ca78-4b18-affd-05bb3c0d3b5b'),
(72540,82,12182,NULL,479,2,'2026-01-21 01:25:51','2026-01-21 01:25:51','0ccac168-642f-4cfb-8924-5409a220eb9b'),
(72541,82,12182,NULL,491,3,'2026-01-21 01:25:51','2026-01-21 01:25:51','04447f71-1735-472e-a340-8f09d09dc8d0'),
(72542,47,12182,NULL,10504,1,'2026-01-21 01:25:51','2026-01-21 01:25:51','ee27f1e9-1773-4e91-bc48-35b49e2d1e2e'),
(72543,57,12182,NULL,8968,1,'2026-01-21 01:25:51','2026-01-21 01:25:51','caa4099f-1143-4785-be55-1144c1fee82c'),
(72544,57,12182,NULL,8970,2,'2026-01-21 01:25:51','2026-01-21 01:25:51','3e79c54e-db0d-421c-b113-b2059d644667'),
(72545,57,12182,NULL,8971,3,'2026-01-21 01:25:51','2026-01-21 01:25:51','d89f81ba-3880-4b70-b466-2b01e6611cc5'),
(72546,57,12182,NULL,8972,4,'2026-01-21 01:25:51','2026-01-21 01:25:51','8b60cd87-466b-4358-b72b-1c3309b923d0'),
(72547,57,12182,NULL,8973,5,'2026-01-21 01:25:51','2026-01-21 01:25:51','ee9800d8-086f-4a8b-9436-ea9258e9428d'),
(72548,57,12182,NULL,8969,6,'2026-01-21 01:25:51','2026-01-21 01:25:51','38b5a53c-aea2-4f72-ab74-0412668fae64'),
(72549,57,12182,NULL,8974,7,'2026-01-21 01:25:51','2026-01-21 01:25:51','26600ba0-7273-4c57-9ef2-9e9da3025057'),
(72573,32,1103,NULL,2612,9,'2026-01-21 01:25:58','2026-01-21 01:25:58','84cf7b4a-bf89-4aba-9e53-ced98b2a2431'),
(72574,32,12184,NULL,2610,1,'2026-01-21 01:25:58','2026-01-21 01:25:58','e120ac21-18f4-427a-851e-210b41b85f4a'),
(72575,32,12184,NULL,2598,2,'2026-01-21 01:25:58','2026-01-21 01:25:58','747a07b8-b871-4790-99cd-c231ca56b16f'),
(72576,32,12184,NULL,2600,3,'2026-01-21 01:25:58','2026-01-21 01:25:58','a99a2cb7-7ae6-45d2-8e68-1f452318297b'),
(72577,32,12184,NULL,2604,4,'2026-01-21 01:25:58','2026-01-21 01:25:58','dc413af7-400a-4fef-80a5-0e40b4d8e404'),
(72578,32,12184,NULL,2608,5,'2026-01-21 01:25:58','2026-01-21 01:25:58','0c1d2257-cfd4-4fcf-84e8-b0bbfcc83e25'),
(72579,32,12184,NULL,2596,6,'2026-01-21 01:25:58','2026-01-21 01:25:58','1d7225ac-5ee7-4e3b-bb82-aa86ac0a958c'),
(72580,32,12184,NULL,2602,7,'2026-01-21 01:25:58','2026-01-21 01:25:58','4e9e98d1-fff1-4b9c-b339-9e980a9f58a4'),
(72581,32,12184,NULL,2606,8,'2026-01-21 01:25:58','2026-01-21 01:25:58','c7a04703-f2b6-4bca-a748-df30121c8fa7'),
(72582,32,12184,NULL,2612,9,'2026-01-21 01:25:58','2026-01-21 01:25:58','90251f6e-d5ba-4707-b87c-1c8bac84b669'),
(72583,16,12184,NULL,3959,1,'2026-01-21 01:25:58','2026-01-21 01:25:58','7d017856-5556-4d75-b548-d35a48aab47e'),
(72584,7,12184,NULL,3468,1,'2026-01-21 01:25:58','2026-01-21 01:25:58','18132839-2ff3-49b0-8be9-5cf203873c3f'),
(72585,7,12184,NULL,601,2,'2026-01-21 01:25:58','2026-01-21 01:25:58','6f03793a-feb1-4612-888c-ee7a070e143c'),
(72586,7,12184,NULL,617,3,'2026-01-21 01:25:58','2026-01-21 01:25:58','7d5c2795-124b-4982-9507-e2db227bc2e9'),
(72587,7,12184,NULL,9552,4,'2026-01-21 01:25:58','2026-01-21 01:25:58','fc010659-e60c-4f2f-85ce-97724ccbb3ff'),
(72588,7,12184,NULL,605,5,'2026-01-21 01:25:58','2026-01-21 01:25:58','3965ad77-e5f0-4105-8c50-54361cc51f78'),
(72589,82,12184,NULL,479,1,'2026-01-21 01:25:58','2026-01-21 01:25:58','299ab7c8-bdda-4667-a919-dc9f31418670'),
(72590,82,12184,NULL,491,2,'2026-01-21 01:25:58','2026-01-21 01:25:58','7aec3553-538c-4cd5-985c-67567579066b'),
(72591,57,12184,NULL,8132,1,'2026-01-21 01:25:58','2026-01-21 01:25:58','31fc889f-1ef4-44fc-8d10-4ea88e9ee14e'),
(72592,57,12184,NULL,8136,2,'2026-01-21 01:25:58','2026-01-21 01:25:58','4fbe2201-3efb-4bcc-8a4c-00ce96ea32e8'),
(72593,57,12184,NULL,8131,3,'2026-01-21 01:25:58','2026-01-21 01:25:58','b6dbcaaa-2ef9-48b7-a96f-4017244612c5'),
(72594,57,12184,NULL,8134,4,'2026-01-21 01:25:58','2026-01-21 01:25:58','9a7fc407-78d3-4bc7-9ae4-ee4cfaa0a7aa'),
(72595,57,12184,NULL,8135,5,'2026-01-21 01:25:58','2026-01-21 01:25:58','c64bc9c4-af45-4f3a-9472-239e2744fea2'),
(72618,32,1237,NULL,2612,9,'2026-01-21 01:26:05','2026-01-21 01:26:05','e5702fdb-713c-4eab-ae2d-c7252ad06068'),
(72619,32,12186,NULL,2610,1,'2026-01-21 01:26:05','2026-01-21 01:26:05','2876668d-17a7-4ea1-85d5-e76f988aca66'),
(72620,32,12186,NULL,2598,2,'2026-01-21 01:26:05','2026-01-21 01:26:05','63a3e9e6-1932-4f47-a73a-6460bd0d8c13'),
(72621,32,12186,NULL,2600,3,'2026-01-21 01:26:05','2026-01-21 01:26:05','2d3991fc-8602-436b-9f70-db11cbb363ca'),
(72622,32,12186,NULL,2602,4,'2026-01-21 01:26:05','2026-01-21 01:26:05','c018d472-371f-4109-9e62-de3681e7e646'),
(72623,32,12186,NULL,2604,5,'2026-01-21 01:26:05','2026-01-21 01:26:05','6313b0c5-ddf7-4362-9415-ec3f9afd2b37'),
(72624,32,12186,NULL,2608,6,'2026-01-21 01:26:05','2026-01-21 01:26:05','cdc085ce-c9f7-4d0d-922b-05161a712f49'),
(72625,32,12186,NULL,2596,7,'2026-01-21 01:26:05','2026-01-21 01:26:05','cbbe727e-7d0f-417a-b57a-eecdd30b4ae6'),
(72626,32,12186,NULL,2606,8,'2026-01-21 01:26:05','2026-01-21 01:26:05','c1b833dd-5558-4b6e-b0bc-1ea724ffde0b'),
(72627,32,12186,NULL,2612,9,'2026-01-21 01:26:05','2026-01-21 01:26:05','6bf9479b-a991-4df4-932d-ce1c64ce53da'),
(72628,16,12186,NULL,4579,1,'2026-01-21 01:26:05','2026-01-21 01:26:05','926d0e9d-65e1-4a27-9c8c-b92a75cca7f0'),
(72629,7,12186,NULL,2969,1,'2026-01-21 01:26:05','2026-01-21 01:26:05','a35d655c-6e10-4ec7-a3ee-e461c0013aa9'),
(72630,7,12186,NULL,9727,2,'2026-01-21 01:26:05','2026-01-21 01:26:05','b8b1bfb4-1f88-4591-b6aa-d178025568d2'),
(72631,7,12186,NULL,617,3,'2026-01-21 01:26:05','2026-01-21 01:26:05','eafefc87-1035-457d-93f6-1e66804954c5'),
(72632,7,12186,NULL,605,4,'2026-01-21 01:26:05','2026-01-21 01:26:05','1c2037d3-44f8-4fc9-8732-14c00a285f3b'),
(72633,7,12186,NULL,9552,5,'2026-01-21 01:26:05','2026-01-21 01:26:05','e1b8a124-c98d-45d6-85e1-56a21e804102'),
(72634,82,12186,NULL,479,1,'2026-01-21 01:26:05','2026-01-21 01:26:05','e5f63c62-a56e-4559-baf7-e4207a1a3ff9'),
(72635,82,12186,NULL,491,2,'2026-01-21 01:26:05','2026-01-21 01:26:05','2f1eb0d9-cf64-441e-80fa-8eed2e12da84'),
(72636,57,12186,NULL,8984,1,'2026-01-21 01:26:05','2026-01-21 01:26:05','4ae33c81-a3ae-4649-a467-a8604ddd5ef6'),
(72637,57,12186,NULL,8982,2,'2026-01-21 01:26:05','2026-01-21 01:26:05','50b812ef-4994-492f-94af-18f9b9905ce1'),
(72638,57,12186,NULL,8981,3,'2026-01-21 01:26:05','2026-01-21 01:26:05','1d090d81-e6ae-4193-a6ca-0153da526f4a'),
(72639,57,12186,NULL,8983,4,'2026-01-21 01:26:05','2026-01-21 01:26:05','424743f5-462c-46f1-a372-5ed4ccd63071'),
(72640,57,12186,NULL,8980,5,'2026-01-21 01:26:05','2026-01-21 01:26:05','07fb742b-66eb-4908-9293-33a8e70504b8'),
(72642,32,1243,NULL,2612,9,'2026-01-21 01:26:14','2026-01-21 01:26:14','367d52be-42f5-4158-8be1-1ec8985a06fd'),
(72643,32,12187,NULL,2610,1,'2026-01-21 01:26:14','2026-01-21 01:26:14','3c406e82-13fc-4695-ae03-5d827e6e4828'),
(72644,32,12187,NULL,2598,2,'2026-01-21 01:26:14','2026-01-21 01:26:14','0a25fc16-4cf2-4321-b0dc-e5662b3b3974'),
(72645,32,12187,NULL,2600,3,'2026-01-21 01:26:14','2026-01-21 01:26:14','d9eb6939-d6b6-4a03-8750-f5609532c566'),
(72646,32,12187,NULL,2604,4,'2026-01-21 01:26:14','2026-01-21 01:26:14','6dd039a6-9edf-448e-a162-31b710dcfbba'),
(72647,32,12187,NULL,2608,5,'2026-01-21 01:26:14','2026-01-21 01:26:14','476f0cc1-85d0-4f41-97f4-667505d0a548'),
(72648,32,12187,NULL,2596,6,'2026-01-21 01:26:14','2026-01-21 01:26:14','22335592-6648-4460-ae60-4812e76925ad'),
(72649,32,12187,NULL,2602,7,'2026-01-21 01:26:14','2026-01-21 01:26:14','7c2066d7-1556-4ebb-ab47-105a87a9e08c'),
(72650,32,12187,NULL,2606,8,'2026-01-21 01:26:14','2026-01-21 01:26:14','a37ff7e4-5f66-4dfb-a4c5-0f2042d54ac2'),
(72651,32,12187,NULL,2612,9,'2026-01-21 01:26:14','2026-01-21 01:26:14','4e7b6fa6-8830-47f1-8d79-42ee9f604f92'),
(72652,16,12187,NULL,4610,1,'2026-01-21 01:26:14','2026-01-21 01:26:14','0b7f967b-5f3e-4374-9efa-c21d653110ac'),
(72653,7,12187,NULL,2969,1,'2026-01-21 01:26:14','2026-01-21 01:26:14','e155d19f-40c1-4085-a552-f6b81349a917'),
(72654,7,12187,NULL,9640,2,'2026-01-21 01:26:14','2026-01-21 01:26:14','7e895da4-71aa-4d11-aadd-d4e2eb8a6ff4'),
(72655,7,12187,NULL,2974,3,'2026-01-21 01:26:14','2026-01-21 01:26:14','cf34282e-65ab-4b54-bfb4-005c14ee9437'),
(72656,7,12187,NULL,617,4,'2026-01-21 01:26:14','2026-01-21 01:26:14','cf7a4c3b-4242-4be3-b9e7-0e87cb9b77e6'),
(72657,7,12187,NULL,605,5,'2026-01-21 01:26:14','2026-01-21 01:26:14','4ce08ccf-a936-4c16-99cb-058470b32c9f'),
(72658,7,12187,NULL,9552,6,'2026-01-21 01:26:14','2026-01-21 01:26:14','c53f3960-6755-4165-ab59-a5065db3c31c'),
(72659,82,12187,NULL,491,1,'2026-01-21 01:26:14','2026-01-21 01:26:14','ff51bc15-157e-48d9-b001-5ff1034f9da9'),
(72660,57,12187,NULL,9629,1,'2026-01-21 01:26:14','2026-01-21 01:26:14','10abb091-9d58-425a-ae65-a7b5d3711e49'),
(72661,57,12187,NULL,9631,2,'2026-01-21 01:26:14','2026-01-21 01:26:14','0bdd9de9-e2e7-4ca0-8222-2dffb130fc2e'),
(72662,57,12187,NULL,9630,3,'2026-01-21 01:26:14','2026-01-21 01:26:14','a43262e6-551d-4f88-ba3c-7f1a9336d41a'),
(72663,57,12187,NULL,9628,4,'2026-01-21 01:26:14','2026-01-21 01:26:14','1d92d077-e65f-4bb7-9e48-a730b3023c63'),
(72664,57,12187,NULL,9627,5,'2026-01-21 01:26:14','2026-01-21 01:26:14','085ac126-e471-42a8-926f-5f00ee881afd'),
(72665,57,12187,NULL,9632,6,'2026-01-21 01:26:14','2026-01-21 01:26:14','6a441b8a-0be1-4c43-bcae-5bde60ace062'),
(72666,57,12187,NULL,9633,7,'2026-01-21 01:26:14','2026-01-21 01:26:14','cea8d206-bffe-43df-872e-fac69cbee3ab'),
(72667,57,12187,NULL,9625,8,'2026-01-21 01:26:14','2026-01-21 01:26:14','cd12f57a-ddd6-4955-ba48-08b3221bdd0a'),
(72668,57,12187,NULL,9626,9,'2026-01-21 01:26:14','2026-01-21 01:26:14','5196e007-7b92-4d1b-899d-d32696014b86'),
(72669,57,12187,NULL,9624,10,'2026-01-21 01:26:14','2026-01-21 01:26:14','b63fa0bd-fb10-49d2-be39-f46529a9a13a'),
(72670,57,12187,NULL,9623,11,'2026-01-21 01:26:14','2026-01-21 01:26:14','c1826a77-5c44-41d4-a086-e84972905363'),
(72671,57,12187,NULL,9622,12,'2026-01-21 01:26:14','2026-01-21 01:26:14','da6ee8bf-b93f-4572-a7a1-08bd29d93aa7'),
(72672,13,12187,NULL,10152,1,'2026-01-21 01:26:14','2026-01-21 01:26:14','b9b40227-e005-4e92-9daf-2feafbf30d92'),
(72716,32,1017,NULL,2612,10,'2026-01-21 01:26:49','2026-01-21 01:26:49','ba045340-cc6a-45c6-ba73-c26e229818f7'),
(72717,32,12190,NULL,2614,1,'2026-01-21 01:26:49','2026-01-21 01:26:49','c5ed765b-155d-4d6a-8dac-abb10bb31b77'),
(72718,32,12190,NULL,2610,2,'2026-01-21 01:26:49','2026-01-21 01:26:49','136fe2b0-0130-426b-86df-f2d5997cc69f'),
(72719,32,12190,NULL,2598,3,'2026-01-21 01:26:49','2026-01-21 01:26:49','5874d14d-42a8-46c4-b99c-2d5fd1d0741a'),
(72720,32,12190,NULL,2600,4,'2026-01-21 01:26:49','2026-01-21 01:26:49','1ee79ca6-aea6-4ade-965a-25b3ebc98bd3'),
(72721,32,12190,NULL,2596,5,'2026-01-21 01:26:49','2026-01-21 01:26:49','1c0f0414-8805-40fb-bb42-acb6500ad802'),
(72722,32,12190,NULL,2602,6,'2026-01-21 01:26:49','2026-01-21 01:26:49','653ac15f-c703-4a57-9041-20d297bb49a0'),
(72723,32,12190,NULL,2604,7,'2026-01-21 01:26:49','2026-01-21 01:26:49','9fa30315-540d-4b2d-9619-4f284ce9456d'),
(72724,32,12190,NULL,2608,8,'2026-01-21 01:26:49','2026-01-21 01:26:49','090b862f-d0a8-4fa9-89b3-21d4d11c60d8'),
(72725,32,12190,NULL,2606,9,'2026-01-21 01:26:49','2026-01-21 01:26:49','17a61089-3f8b-4d98-a952-c63760bff964'),
(72726,32,12190,NULL,2612,10,'2026-01-21 01:26:49','2026-01-21 01:26:49','325f00c5-8b7a-46f2-a8ef-3b0efcfed98f'),
(72727,16,12190,NULL,3564,1,'2026-01-21 01:26:49','2026-01-21 01:26:49','8ad4be54-3e15-4104-8a29-5d5024841600'),
(72728,7,12190,NULL,601,1,'2026-01-21 01:26:49','2026-01-21 01:26:49','17d7cc9b-0a64-459e-a3f8-56997577dda9'),
(72729,7,12190,NULL,617,2,'2026-01-21 01:26:49','2026-01-21 01:26:49','a1a645a9-858b-4a6d-9b5b-5fb1d2c2b8c7'),
(72730,7,12190,NULL,605,3,'2026-01-21 01:26:49','2026-01-21 01:26:49','1d530366-f2a1-41aa-b762-b4edf85a1d3b'),
(72731,7,12190,NULL,9552,4,'2026-01-21 01:26:49','2026-01-21 01:26:49','3734b6a3-efc0-4744-8857-b3a879de7144'),
(72732,82,12190,NULL,479,1,'2026-01-21 01:26:49','2026-01-21 01:26:49','f7d8633c-3a9f-4995-82b0-9853eab9188f'),
(72733,47,12190,NULL,10553,1,'2026-01-21 01:26:49','2026-01-21 01:26:49','aa4bf580-d90d-48a1-a247-d22a95242630'),
(72734,57,12190,NULL,7908,1,'2026-01-21 01:26:49','2026-01-21 01:26:49','f75359e5-9da6-4512-8e8a-04e059b4939e'),
(72735,57,12190,NULL,7910,2,'2026-01-21 01:26:49','2026-01-21 01:26:49','d0349583-3166-43af-aa48-8d03ca55693a'),
(72736,57,12190,NULL,7911,3,'2026-01-21 01:26:49','2026-01-21 01:26:49','299f167f-7014-4c3c-a545-9d7b102d96ab'),
(72737,57,12190,NULL,7909,4,'2026-01-21 01:26:49','2026-01-21 01:26:49','76c4d91a-a8cd-4df2-b675-1b9870ff6f1a'),
(72768,32,1023,NULL,2612,9,'2026-01-21 01:27:02','2026-01-21 01:27:02','622c1ac0-8044-4778-b1c0-c13408454128'),
(72769,32,12194,NULL,2610,1,'2026-01-21 01:27:03','2026-01-21 01:27:03','d3c19ffa-6b87-4d4d-8158-7f5dc9b639be'),
(72770,32,12194,NULL,2598,2,'2026-01-21 01:27:03','2026-01-21 01:27:03','fc956488-d7e7-4c6a-938a-6ab3c576bf59'),
(72771,32,12194,NULL,2600,3,'2026-01-21 01:27:03','2026-01-21 01:27:03','8a299432-32f0-4c19-b9b1-4e029fbbc126'),
(72772,32,12194,NULL,2596,4,'2026-01-21 01:27:03','2026-01-21 01:27:03','380fcf0c-4e36-4baf-bf83-f0c699c3982f'),
(72773,32,12194,NULL,2602,5,'2026-01-21 01:27:03','2026-01-21 01:27:03','fe28633b-9166-4492-ac8b-ba6926f5bb1e'),
(72774,32,12194,NULL,2604,6,'2026-01-21 01:27:03','2026-01-21 01:27:03','e335907d-d828-4337-bdf1-0455ceefdec9'),
(72775,32,12194,NULL,2608,7,'2026-01-21 01:27:03','2026-01-21 01:27:03','dc86d83c-3664-45aa-96d7-fc9228ef2d7c'),
(72776,32,12194,NULL,2606,8,'2026-01-21 01:27:03','2026-01-21 01:27:03','ab9509ab-1c19-447d-93c8-03cf3ed9f446'),
(72777,32,12194,NULL,2612,9,'2026-01-21 01:27:03','2026-01-21 01:27:03','574ae570-75b1-446c-8e33-88beb2bf5376'),
(72778,16,12194,NULL,5253,1,'2026-01-21 01:27:03','2026-01-21 01:27:03','e98556a9-7db1-4280-aef8-674333a99fe0'),
(72779,7,12194,NULL,601,1,'2026-01-21 01:27:03','2026-01-21 01:27:03','6a60a69c-65aa-4761-97e5-3c8627023c16'),
(72780,7,12194,NULL,617,2,'2026-01-21 01:27:03','2026-01-21 01:27:03','a316a524-0bc8-4308-86e2-1b822549f049'),
(72781,7,12194,NULL,9727,3,'2026-01-21 01:27:03','2026-01-21 01:27:03','df87ffa0-ecc4-43c4-81e9-ec2aaa45d932'),
(72782,7,12194,NULL,9552,4,'2026-01-21 01:27:03','2026-01-21 01:27:03','fd787295-b1f9-4e96-a9e1-a154a002f280'),
(72783,7,12194,NULL,605,5,'2026-01-21 01:27:03','2026-01-21 01:27:03','00711542-a8a1-498a-8bf6-afacfa9ec593'),
(72784,82,12194,NULL,479,1,'2026-01-21 01:27:03','2026-01-21 01:27:03','035fec26-9967-4557-9abd-02fdad15a9f8'),
(72785,82,12194,NULL,491,2,'2026-01-21 01:27:03','2026-01-21 01:27:03','967aa920-9eb1-40d4-a968-95f97fc8b31e'),
(72786,46,12194,NULL,7379,1,'2026-01-21 01:27:03','2026-01-21 01:27:03','c7a70e52-6744-448b-b30e-de11ee5018ad'),
(72787,47,12194,NULL,10557,1,'2026-01-21 01:27:03','2026-01-21 01:27:03','1c0d1f43-4e88-4b5a-a225-87503d3cb184'),
(72788,57,12194,NULL,7926,1,'2026-01-21 01:27:03','2026-01-21 01:27:03','63175dc1-7928-41a7-9ca4-e886c6050f84'),
(72789,57,12194,NULL,7928,2,'2026-01-21 01:27:03','2026-01-21 01:27:03','65aba055-255d-4e6e-86ea-6b54d5c8c268'),
(72790,57,12194,NULL,7927,3,'2026-01-21 01:27:03','2026-01-21 01:27:03','d4e39b2a-a8e2-4bae-9653-9445a297b560'),
(72791,57,12194,NULL,7924,4,'2026-01-21 01:27:03','2026-01-21 01:27:03','8b158866-7caf-4c4d-a684-de8945257050'),
(72792,57,12194,NULL,7925,5,'2026-01-21 01:27:03','2026-01-21 01:27:03','f2925434-cc12-4741-887a-8fd599612349'),
(72793,57,12194,NULL,7923,6,'2026-01-21 01:27:03','2026-01-21 01:27:03','5c295209-fbc7-47a1-bda9-e819f57e5c7f'),
(72794,57,12194,NULL,7920,7,'2026-01-21 01:27:03','2026-01-21 01:27:03','45ee2dbd-ccc7-4999-aaaa-c0e69ecc9b68'),
(72795,57,12194,NULL,7922,8,'2026-01-21 01:27:03','2026-01-21 01:27:03','b9e10db6-8c7e-4327-9c64-4d0e1cf05082'),
(72796,57,12194,NULL,7921,9,'2026-01-21 01:27:03','2026-01-21 01:27:03','6648d0cc-3a11-41da-8dee-5fd67a9733d8'),
(72824,32,1109,NULL,2612,9,'2026-01-21 01:27:24','2026-01-21 01:27:24','7c3ca623-8ef0-40ff-8b4a-8e1de0d873de'),
(72825,32,12196,NULL,2610,1,'2026-01-21 01:27:24','2026-01-21 01:27:24','f9f5a947-d504-423e-b574-65402b738fff'),
(72826,32,12196,NULL,2598,2,'2026-01-21 01:27:24','2026-01-21 01:27:24','657f9ead-23f7-4490-a3d0-11e13f500bde'),
(72827,32,12196,NULL,2600,3,'2026-01-21 01:27:24','2026-01-21 01:27:24','4ad29bbc-b12e-4330-bad2-dba063af8cf5'),
(72828,32,12196,NULL,2604,4,'2026-01-21 01:27:24','2026-01-21 01:27:24','77f3f687-7633-48aa-bc15-99a3fdb0cc7d'),
(72829,32,12196,NULL,2608,5,'2026-01-21 01:27:24','2026-01-21 01:27:24','b02737a3-d94c-448c-9548-aed517003c69'),
(72830,32,12196,NULL,2596,6,'2026-01-21 01:27:24','2026-01-21 01:27:24','61f6a61f-dfa6-4b1e-9657-791a73f0ce87'),
(72831,32,12196,NULL,2602,7,'2026-01-21 01:27:24','2026-01-21 01:27:24','2ca13225-b511-4f41-ad66-bfc09edf20eb'),
(72832,32,12196,NULL,2606,8,'2026-01-21 01:27:24','2026-01-21 01:27:24','10781ff9-176c-45ca-b805-42f5b5d68cf5'),
(72833,32,12196,NULL,2612,9,'2026-01-21 01:27:24','2026-01-21 01:27:24','c81ac19f-5669-435e-8070-4e1387cede6d'),
(72834,16,12196,NULL,9420,1,'2026-01-21 01:27:24','2026-01-21 01:27:24','0db30c43-8cd4-48c4-9f1a-df89f5a80ae2'),
(72835,7,12196,NULL,6547,1,'2026-01-21 01:27:24','2026-01-21 01:27:24','bacd9eb5-1b79-44e1-a2b8-e2870553cdf5'),
(72836,7,12196,NULL,601,2,'2026-01-21 01:27:24','2026-01-21 01:27:24','4eab0f62-4f13-420e-bdf9-f93728b38c1c'),
(72837,7,12196,NULL,617,3,'2026-01-21 01:27:24','2026-01-21 01:27:24','bc34943f-5273-4d2e-b7bb-fc1173b93968'),
(72838,7,12196,NULL,605,4,'2026-01-21 01:27:24','2026-01-21 01:27:24','cdbe00f8-d2c3-45e5-9eb8-769b724b5196'),
(72839,7,12196,NULL,9552,5,'2026-01-21 01:27:24','2026-01-21 01:27:24','6c049b91-c5f2-4c72-b039-b46818a728f7'),
(72840,82,12196,NULL,479,1,'2026-01-21 01:27:24','2026-01-21 01:27:24','1e1fc905-62dc-4f12-880b-ca3301622201'),
(72841,82,12196,NULL,491,2,'2026-01-21 01:27:24','2026-01-21 01:27:24','53890845-1534-45f9-9c74-08042767da90'),
(72842,57,12196,NULL,8141,1,'2026-01-21 01:27:24','2026-01-21 01:27:24','dba168a6-a082-4f9a-995b-1a9d34df10f5'),
(72843,57,12196,NULL,5129,2,'2026-01-21 01:27:24','2026-01-21 01:27:24','b27077d7-b096-4f16-a343-8c84479dff88'),
(72844,57,12196,NULL,5127,3,'2026-01-21 01:27:24','2026-01-21 01:27:24','33924c1c-56e9-40b7-938b-f0e8a800cd03'),
(72845,57,12196,NULL,8142,4,'2026-01-21 01:27:24','2026-01-21 01:27:24','387daf67-7295-4304-a310-e0fa11a1c345'),
(72846,57,12196,NULL,9423,5,'2026-01-21 01:27:24','2026-01-21 01:27:24','a8eb322f-463e-4fcb-a5b3-a1ef660281ef'),
(72847,57,12196,NULL,9424,6,'2026-01-21 01:27:24','2026-01-21 01:27:24','f40d0b56-6d56-4265-ae3b-73871f6931cf'),
(72848,57,12196,NULL,9425,7,'2026-01-21 01:27:24','2026-01-21 01:27:24','ea23c815-14cd-4832-985b-aed6e9f4d6e5'),
(72849,57,12196,NULL,9426,8,'2026-01-21 01:27:24','2026-01-21 01:27:24','549fb9f7-0f7f-428d-96e6-0f4dcfc0211a'),
(72850,57,12196,NULL,9427,9,'2026-01-21 01:27:24','2026-01-21 01:27:24','a2f752ad-96aa-4e03-9d2e-904200a077a2'),
(72874,32,1117,NULL,2612,10,'2026-01-21 01:27:32','2026-01-21 01:27:32','05960a22-3d4e-4276-9491-5492c1906c8a'),
(72875,32,12198,NULL,2610,1,'2026-01-21 01:27:32','2026-01-21 01:27:32','ea80e71a-9562-47ea-8ba5-824d9ddbc913'),
(72876,32,12198,NULL,2598,2,'2026-01-21 01:27:32','2026-01-21 01:27:32','fd2d1d34-8cad-4689-b9e6-a3fd40219c6c'),
(72877,32,12198,NULL,2600,3,'2026-01-21 01:27:32','2026-01-21 01:27:32','b6d897eb-00d4-44f6-ae8c-84599447b12c'),
(72878,32,12198,NULL,2604,4,'2026-01-21 01:27:32','2026-01-21 01:27:32','bc73e4ff-c057-4fd6-b56e-1dc8daffc7a2'),
(72879,32,12198,NULL,2614,5,'2026-01-21 01:27:32','2026-01-21 01:27:32','e1995cc1-b431-4646-8daa-972b44a3bec0'),
(72880,32,12198,NULL,2608,6,'2026-01-21 01:27:32','2026-01-21 01:27:32','bdb630e5-d2e8-4d9b-82f7-31e16f505f1c'),
(72881,32,12198,NULL,2596,7,'2026-01-21 01:27:32','2026-01-21 01:27:32','81dbe69e-f49c-47c5-bc26-07b965dc490e'),
(72882,32,12198,NULL,2602,8,'2026-01-21 01:27:32','2026-01-21 01:27:32','b9a5ab29-8d9d-43bc-a06e-2b399774f846'),
(72883,32,12198,NULL,2606,9,'2026-01-21 01:27:32','2026-01-21 01:27:32','bfffaac0-8758-4694-b77d-6bb7cf9703e7'),
(72884,32,12198,NULL,2612,10,'2026-01-21 01:27:32','2026-01-21 01:27:32','4b54f26c-b3ac-443d-a4d1-9a3fb17c3d85'),
(72885,16,12198,NULL,4017,1,'2026-01-21 01:27:32','2026-01-21 01:27:32','7d41cb10-5d28-4edd-aaf1-f3d49498ef4e'),
(72886,7,12198,NULL,3468,1,'2026-01-21 01:27:32','2026-01-21 01:27:32','2387f94f-058e-4237-a91b-be53a79cd77f'),
(72887,7,12198,NULL,2969,2,'2026-01-21 01:27:32','2026-01-21 01:27:32','6681f66e-36d1-400b-b4b0-4b886c7d1736'),
(72888,7,12198,NULL,617,3,'2026-01-21 01:27:32','2026-01-21 01:27:32','024a041a-5f09-4f95-939f-76d0e0a1e9dc'),
(72889,7,12198,NULL,9724,4,'2026-01-21 01:27:32','2026-01-21 01:27:32','42b56446-41ae-4125-8a8d-43195b6583eb'),
(72890,7,12198,NULL,2972,5,'2026-01-21 01:27:32','2026-01-21 01:27:32','9c9c6af8-8644-434b-850d-9ff75df9ec88'),
(72891,7,12198,NULL,605,6,'2026-01-21 01:27:32','2026-01-21 01:27:32','2b9b1fdf-2475-4c5b-a9de-60eea4be0431'),
(72892,7,12198,NULL,9552,7,'2026-01-21 01:27:32','2026-01-21 01:27:32','17badf42-6cd9-4809-af43-d702e2fa358a'),
(72893,82,12198,NULL,479,1,'2026-01-21 01:27:32','2026-01-21 01:27:32','9eba0c96-d729-4b92-8151-c880e166f56e'),
(72894,57,12198,NULL,8163,1,'2026-01-21 01:27:32','2026-01-21 01:27:32','7a02a8df-d79f-4ec5-9af7-9f80f53f4af2'),
(72895,57,12198,NULL,8162,2,'2026-01-21 01:27:32','2026-01-21 01:27:32','277180fb-ffff-470f-a534-8f9de59760ce'),
(72896,57,12198,NULL,8164,3,'2026-01-21 01:27:32','2026-01-21 01:27:32','4d8536da-cbab-4315-a773-91f2ca04cb2a'),
(72897,57,12198,NULL,8165,4,'2026-01-21 01:27:32','2026-01-21 01:27:32','563c4b41-f6fa-4147-81c1-2ed4467a3aa7'),
(72934,32,1041,NULL,2612,9,'2026-01-21 01:28:11','2026-01-21 01:28:11','64b29d22-d08d-41a3-a1b2-376a59bfc777'),
(72935,32,12200,NULL,2610,1,'2026-01-21 01:28:11','2026-01-21 01:28:11','6dd5acd0-4b81-4dfe-a0c2-76e1b03f4e11'),
(72936,32,12200,NULL,2598,2,'2026-01-21 01:28:11','2026-01-21 01:28:11','1de0740e-b940-4d52-b4bb-1206414165b9'),
(72937,32,12200,NULL,2608,3,'2026-01-21 01:28:11','2026-01-21 01:28:11','519e247c-867d-477d-955a-1a2d45751aa4'),
(72938,32,12200,NULL,2600,4,'2026-01-21 01:28:11','2026-01-21 01:28:11','2c7db3d5-3809-4bc2-b998-abc3938eceaf'),
(72939,32,12200,NULL,2596,5,'2026-01-21 01:28:11','2026-01-21 01:28:11','2fec5c0d-ecf9-43f6-a294-8ca5c7954c0b'),
(72940,32,12200,NULL,2602,6,'2026-01-21 01:28:11','2026-01-21 01:28:11','31967725-686b-4363-afb4-35e6ca28660b'),
(72941,32,12200,NULL,2604,7,'2026-01-21 01:28:11','2026-01-21 01:28:11','953b49ca-813e-4d76-92be-e03a8c620547'),
(72942,32,12200,NULL,2606,8,'2026-01-21 01:28:11','2026-01-21 01:28:11','db6046dc-3d69-428e-b4c1-5caf9151ca37'),
(72943,32,12200,NULL,2612,9,'2026-01-21 01:28:11','2026-01-21 01:28:11','c23f750f-0c94-4036-bc5d-47c7fe70c83a'),
(72944,16,12200,NULL,10219,1,'2026-01-21 01:28:11','2026-01-21 01:28:11','7585fbcb-9833-4f5a-8e8f-bf612883e99e'),
(72945,7,12200,NULL,601,1,'2026-01-21 01:28:11','2026-01-21 01:28:11','10924db0-2c60-4441-82a9-9a79d23a5481'),
(72946,7,12200,NULL,2974,2,'2026-01-21 01:28:11','2026-01-21 01:28:11','16d31476-337b-4449-8aef-4d659f809e32'),
(72947,7,12200,NULL,617,3,'2026-01-21 01:28:11','2026-01-21 01:28:11','17f57903-0952-43d4-a793-cc3df2ffc292'),
(72948,7,12200,NULL,9732,4,'2026-01-21 01:28:11','2026-01-21 01:28:11','9e018b04-c15a-45a0-a5fa-6d5f3c639f33'),
(72949,7,12200,NULL,9735,5,'2026-01-21 01:28:11','2026-01-21 01:28:11','aefccb49-9b0a-4144-aef7-3c7723354f5d'),
(72950,7,12200,NULL,9552,6,'2026-01-21 01:28:11','2026-01-21 01:28:11','40f54807-11bf-47f1-a439-0f4a34411888'),
(72951,7,12200,NULL,605,7,'2026-01-21 01:28:11','2026-01-21 01:28:11','22aeb785-807d-48b3-90e8-8bc175743256'),
(72952,82,12200,NULL,479,1,'2026-01-21 01:28:11','2026-01-21 01:28:11','480e4a41-0fbd-4304-89f4-c81ccdbce7db'),
(72953,82,12200,NULL,491,2,'2026-01-21 01:28:11','2026-01-21 01:28:11','f06764cf-d812-436a-83cb-e78f0c86339a'),
(72954,47,12200,NULL,10563,1,'2026-01-21 01:28:11','2026-01-21 01:28:11','7ffc934a-6ff8-412f-803f-f4c28ee283ce'),
(72955,57,12200,NULL,10220,1,'2026-01-21 01:28:11','2026-01-21 01:28:11','ccb08448-582d-4deb-ae71-6631930764a1'),
(72956,57,12200,NULL,10224,2,'2026-01-21 01:28:11','2026-01-21 01:28:11','58966172-336e-46b9-8c3d-19a49e658e85'),
(72957,57,12200,NULL,10221,3,'2026-01-21 01:28:11','2026-01-21 01:28:11','758f964d-a603-4af0-a104-f8ecd5594fb8'),
(72958,57,12200,NULL,10222,4,'2026-01-21 01:28:11','2026-01-21 01:28:11','5798a035-5af7-4c4b-bc5c-d9db2d600521'),
(72959,57,12200,NULL,10225,5,'2026-01-21 01:28:11','2026-01-21 01:28:11','7c879f64-a680-4204-aad1-287539c621d1'),
(72960,57,12200,NULL,10226,6,'2026-01-21 01:28:11','2026-01-21 01:28:11','52aab02d-e9d3-489d-ac11-810e399dd707'),
(72961,57,12200,NULL,10228,7,'2026-01-21 01:28:11','2026-01-21 01:28:11','dea8f46c-ea6b-44d3-8c81-55396a2e0687'),
(72962,57,12200,NULL,10229,8,'2026-01-21 01:28:11','2026-01-21 01:28:11','35c348f5-0490-497c-9222-e591fa48dd2c'),
(72963,57,12200,NULL,10232,9,'2026-01-21 01:28:11','2026-01-21 01:28:11','b364cba4-8cf9-4980-ab0e-c17349c08807'),
(72964,57,12200,NULL,10233,10,'2026-01-21 01:28:11','2026-01-21 01:28:11','61df9ea3-9ba4-441a-857b-55930e24ac60'),
(72965,57,12200,NULL,10234,11,'2026-01-21 01:28:11','2026-01-21 01:28:11','bf80aa10-4c68-462f-b7f7-5976638f7c58'),
(72966,57,12200,NULL,10236,12,'2026-01-21 01:28:11','2026-01-21 01:28:11','805f18cf-c795-4f56-9b95-a07a3c3571b2'),
(72967,57,12200,NULL,10237,13,'2026-01-21 01:28:11','2026-01-21 01:28:11','fa66277d-81b1-43d0-aad2-7977a674b0b9'),
(72968,57,12200,NULL,10238,14,'2026-01-21 01:28:11','2026-01-21 01:28:11','64b65aba-d393-4a3f-a52a-351bf19822b2'),
(72969,57,12200,NULL,10240,15,'2026-01-21 01:28:11','2026-01-21 01:28:11','7da89bd1-f85c-49b7-b6ea-34221bbb6668'),
(72996,32,1123,NULL,2612,9,'2026-01-21 01:28:20','2026-01-21 01:28:20','c3133900-bc02-4494-ba5b-2a752684fefb'),
(72997,32,12202,NULL,2610,1,'2026-01-21 01:28:20','2026-01-21 01:28:20','e3bbef31-50fa-494c-8da0-913c2330bdbc'),
(72998,32,12202,NULL,2598,2,'2026-01-21 01:28:20','2026-01-21 01:28:20','38bf6be4-9078-4c6d-8c50-617d80897aba'),
(72999,32,12202,NULL,2600,3,'2026-01-21 01:28:20','2026-01-21 01:28:20','06643f45-08ae-4b12-b0bd-da6e034a590c'),
(73000,32,12202,NULL,2602,4,'2026-01-21 01:28:20','2026-01-21 01:28:20','400bf021-bee0-4292-9dc2-ee0712ec7827'),
(73001,32,12202,NULL,2604,5,'2026-01-21 01:28:20','2026-01-21 01:28:20','f74cb966-8908-4124-b117-d3ba175a88bf'),
(73002,32,12202,NULL,2608,6,'2026-01-21 01:28:20','2026-01-21 01:28:20','120d9b81-dde2-40ac-8246-75a394141873'),
(73003,32,12202,NULL,2596,7,'2026-01-21 01:28:20','2026-01-21 01:28:20','6cc4cfd6-f70a-4b24-811c-30a321d83cd2'),
(73004,32,12202,NULL,2606,8,'2026-01-21 01:28:20','2026-01-21 01:28:20','0757bae1-aa6a-4c64-af58-1e764a7c0b29'),
(73005,32,12202,NULL,2612,9,'2026-01-21 01:28:20','2026-01-21 01:28:20','d8e0e6fa-3f15-4298-a8b3-6f94a81a82cc'),
(73006,16,12202,NULL,8178,1,'2026-01-21 01:28:20','2026-01-21 01:28:20','7595d27a-cee7-4ba0-958e-c6255c4ec02a'),
(73007,7,12202,NULL,3468,1,'2026-01-21 01:28:20','2026-01-21 01:28:20','e2939c4e-d20a-4c2b-b422-25d5ab920ce6'),
(73008,7,12202,NULL,601,2,'2026-01-21 01:28:20','2026-01-21 01:28:20','0e213a85-6e27-43e5-902b-42605ffe9118'),
(73009,7,12202,NULL,2974,3,'2026-01-21 01:28:20','2026-01-21 01:28:20','397fe520-a9d3-4288-96e5-df3dbf6ab373'),
(73010,7,12202,NULL,9640,4,'2026-01-21 01:28:20','2026-01-21 01:28:20','9d2cd13f-f479-491c-9fac-85b2a668892d'),
(73011,7,12202,NULL,617,5,'2026-01-21 01:28:20','2026-01-21 01:28:20','14e8daa7-7b4e-4050-a657-e5bb07a0a408'),
(73012,7,12202,NULL,9724,6,'2026-01-21 01:28:20','2026-01-21 01:28:20','2e3a7550-5397-4251-9776-c037193b12cb'),
(73013,7,12202,NULL,605,7,'2026-01-21 01:28:20','2026-01-21 01:28:20','1ca67e16-955e-49a6-afde-199d7042b48c'),
(73014,7,12202,NULL,9552,8,'2026-01-21 01:28:20','2026-01-21 01:28:20','b54222a4-9c3a-43c7-90f8-7dfe6e76805b'),
(73015,82,12202,NULL,479,1,'2026-01-21 01:28:20','2026-01-21 01:28:20','65688d41-3059-410c-a4f8-005204fa97cd'),
(73016,82,12202,NULL,491,2,'2026-01-21 01:28:20','2026-01-21 01:28:20','ac0232e4-aff7-4002-9e4e-0ba01231eb53'),
(73017,57,12202,NULL,8175,1,'2026-01-21 01:28:20','2026-01-21 01:28:20','05f39968-bc1e-43f6-8e32-3c0ab567f3d6'),
(73018,57,12202,NULL,8194,2,'2026-01-21 01:28:20','2026-01-21 01:28:20','6f251de4-5922-466c-b6af-ff7acb7b276f'),
(73019,57,12202,NULL,8174,3,'2026-01-21 01:28:20','2026-01-21 01:28:20','bd2e856a-211d-40d6-86d5-265404a05402'),
(73020,57,12202,NULL,8177,4,'2026-01-21 01:28:20','2026-01-21 01:28:20','638623d4-4450-4d9f-a228-98bbbe24e077'),
(73046,32,1143,NULL,2612,9,'2026-01-21 01:28:27','2026-01-21 01:28:27','ae925953-51d3-43c3-a72f-0c5715f4b860'),
(73047,32,12204,NULL,2610,1,'2026-01-21 01:28:27','2026-01-21 01:28:27','2df186d4-7f84-4324-a61c-f5dd18b4ff57'),
(73048,32,12204,NULL,2598,2,'2026-01-21 01:28:27','2026-01-21 01:28:27','42af1951-04ca-4340-836b-9becde113f6c'),
(73049,32,12204,NULL,2600,3,'2026-01-21 01:28:27','2026-01-21 01:28:27','5ae68c83-732f-485a-9468-c6d29e8c767f'),
(73050,32,12204,NULL,2604,4,'2026-01-21 01:28:27','2026-01-21 01:28:27','cbcdaef9-5233-43e0-a420-297c01df7476'),
(73051,32,12204,NULL,2608,5,'2026-01-21 01:28:27','2026-01-21 01:28:27','d18c6ae9-4224-49a2-94d9-213ade7e20ec'),
(73052,32,12204,NULL,2596,6,'2026-01-21 01:28:27','2026-01-21 01:28:27','0a20ff48-04a7-407f-a595-f511a51488c7'),
(73053,32,12204,NULL,2602,7,'2026-01-21 01:28:27','2026-01-21 01:28:27','9b600eb5-afe7-4370-b808-d56d1991d2ed'),
(73054,32,12204,NULL,2606,8,'2026-01-21 01:28:27','2026-01-21 01:28:27','b17c6b4e-58d5-4add-9038-1f1d6626c169'),
(73055,32,12204,NULL,2612,9,'2026-01-21 01:28:27','2026-01-21 01:28:27','c24ed823-da7e-4f28-b5c2-bae6bfdfd64b'),
(73056,16,12204,NULL,4142,1,'2026-01-21 01:28:27','2026-01-21 01:28:27','43cd7b4e-da76-4250-87c0-06fdf2bba669'),
(73057,7,12204,NULL,6547,1,'2026-01-21 01:28:27','2026-01-21 01:28:27','5bf6e97f-e27d-4743-9451-07d260d8ec26'),
(73058,7,12204,NULL,601,2,'2026-01-21 01:28:27','2026-01-21 01:28:27','11afefe3-69e8-4f40-9d72-d51bb65606fd'),
(73059,7,12204,NULL,9724,3,'2026-01-21 01:28:27','2026-01-21 01:28:27','5879d320-5c30-4f90-b338-441b55775709'),
(73060,7,12204,NULL,2972,4,'2026-01-21 01:28:27','2026-01-21 01:28:27','62852179-484a-4bfe-a558-d8be8679eb9f'),
(73061,7,12204,NULL,617,5,'2026-01-21 01:28:27','2026-01-21 01:28:27','e848e6f0-dd07-4730-8ebb-543c884d503d'),
(73062,7,12204,NULL,605,6,'2026-01-21 01:28:27','2026-01-21 01:28:27','80fa6678-5d1a-46e4-9af2-912875e77626'),
(73063,7,12204,NULL,9552,7,'2026-01-21 01:28:27','2026-01-21 01:28:27','2fea2445-5fa0-4646-bb05-abb718a19410'),
(73064,82,12204,NULL,479,1,'2026-01-21 01:28:27','2026-01-21 01:28:27','d83555eb-e187-43f3-8a55-a4be3eac6586'),
(73065,82,12204,NULL,491,2,'2026-01-21 01:28:27','2026-01-21 01:28:27','5533df30-a081-4f35-b340-24f59bd17c05'),
(73066,57,12204,NULL,4955,1,'2026-01-21 01:28:27','2026-01-21 01:28:27','25ab7ef1-552a-4056-b94b-1e5d52db643b'),
(73067,57,12204,NULL,4956,2,'2026-01-21 01:28:27','2026-01-21 01:28:27','2d7acaf1-d140-4489-865f-02edf16af1d8'),
(73068,57,12204,NULL,4957,3,'2026-01-21 01:28:27','2026-01-21 01:28:27','6c64008a-b4d0-431a-9b85-6ad1e4b53cca'),
(73069,57,12204,NULL,8227,4,'2026-01-21 01:28:27','2026-01-21 01:28:27','cb738b8d-f5c8-4acd-9cb2-65b6153fdf3e'),
(73082,32,12207,NULL,2610,1,'2026-01-21 01:28:33','2026-01-21 01:28:33','e6f37c4c-ef1b-4ea1-b053-61b76020c495'),
(73083,32,12207,NULL,2598,2,'2026-01-21 01:28:33','2026-01-21 01:28:33','ac5fead2-1f23-4449-bfb7-d51006a36d3d'),
(73084,32,12207,NULL,2608,3,'2026-01-21 01:28:33','2026-01-21 01:28:33','1eb38c3c-08e0-436f-b456-b5bc172abdf2'),
(73085,32,12207,NULL,2600,4,'2026-01-21 01:28:33','2026-01-21 01:28:33','44c10ad6-d938-4e7f-9a97-fb42a3aded55'),
(73086,32,12207,NULL,2596,5,'2026-01-21 01:28:33','2026-01-21 01:28:33','d627beee-bf4a-4fbb-b73e-03c37f1ef835'),
(73087,32,12207,NULL,2602,6,'2026-01-21 01:28:33','2026-01-21 01:28:33','4f0b2f6c-37a1-44be-8861-4948ed759cee'),
(73088,32,12207,NULL,2604,7,'2026-01-21 01:28:33','2026-01-21 01:28:33','da2b3771-a70d-44d9-8c7c-fba31a46632a'),
(73089,32,12207,NULL,2606,8,'2026-01-21 01:28:33','2026-01-21 01:28:33','37777301-2751-4486-86c5-4d610f401424'),
(73090,32,12207,NULL,2612,9,'2026-01-21 01:28:33','2026-01-21 01:28:33','87fa9b32-f7ab-42e0-95e8-b274243afc6a'),
(73091,16,12207,NULL,545,1,'2026-01-21 01:28:33','2026-01-21 01:28:33','98ebeffe-fdbf-4df9-b444-7e7f6f989a9f'),
(73092,7,12207,NULL,601,1,'2026-01-21 01:28:33','2026-01-21 01:28:33','0942a6b0-ae4b-4449-bedf-540a91af9c4d'),
(73093,7,12207,NULL,617,2,'2026-01-21 01:28:33','2026-01-21 01:28:33','81aa8f48-4535-4e5e-91d2-17a42883d1bc'),
(73094,7,12207,NULL,605,3,'2026-01-21 01:28:33','2026-01-21 01:28:33','48c855c0-6ab4-456c-ae1c-55c1c0cb19b0'),
(73095,7,12207,NULL,9552,4,'2026-01-21 01:28:33','2026-01-21 01:28:33','b682eba7-e1ea-4d61-881a-5d2a2bda1c67'),
(73096,82,12207,NULL,479,1,'2026-01-21 01:28:33','2026-01-21 01:28:33','dc99ed14-99fd-4c7c-99b8-ec48c7b55cb1'),
(73097,82,12207,NULL,491,2,'2026-01-21 01:28:33','2026-01-21 01:28:33','c9c4959c-0b9b-4e44-b953-307f79731d2e'),
(73098,57,12207,NULL,545,1,'2026-01-21 01:28:33','2026-01-21 01:28:33','7437c572-8173-4ebb-bb5b-bab1e056992f'),
(73099,57,12207,NULL,137,2,'2026-01-21 01:28:33','2026-01-21 01:28:33','9b7dde4b-669f-4826-ac18-531715d1620d'),
(73100,57,12207,NULL,138,3,'2026-01-21 01:28:33','2026-01-21 01:28:33','a367ee79-1077-4a02-8c36-af435fa57bfd'),
(73101,57,12207,NULL,136,4,'2026-01-21 01:28:33','2026-01-21 01:28:33','3635f3c5-543f-4f0f-a5c6-d5abfb0cb682'),
(73103,32,1141,NULL,2612,9,'2026-01-21 01:28:34','2026-01-21 01:28:34','4456745e-61c3-40e2-849a-2c52b2fc0605'),
(73104,32,12209,NULL,2610,1,'2026-01-21 01:28:34','2026-01-21 01:28:34','0b7255f4-bfe4-4949-9083-f41e2a1234b7'),
(73105,32,12209,NULL,2598,2,'2026-01-21 01:28:34','2026-01-21 01:28:34','d35fd698-fdec-4a75-99a5-f326668cc3e7'),
(73106,32,12209,NULL,2608,3,'2026-01-21 01:28:34','2026-01-21 01:28:34','d48f69df-ac73-4b31-90bd-faa748d71d4c'),
(73107,32,12209,NULL,2600,4,'2026-01-21 01:28:34','2026-01-21 01:28:34','fd70cf01-e0b1-4647-9da3-ed963fd7e1e9'),
(73108,32,12209,NULL,2596,5,'2026-01-21 01:28:34','2026-01-21 01:28:34','ff07a6c9-4e1e-48c9-891e-54ffdc30200d'),
(73109,32,12209,NULL,2602,6,'2026-01-21 01:28:34','2026-01-21 01:28:34','de8b4632-fcf3-4793-9a15-eba2c53cb263'),
(73110,32,12209,NULL,2604,7,'2026-01-21 01:28:34','2026-01-21 01:28:34','e4b82d87-738a-44a1-b0c8-6012f7ea60a2'),
(73111,32,12209,NULL,2606,8,'2026-01-21 01:28:34','2026-01-21 01:28:34','8db8195d-2060-45f7-8c22-46ef7d30af14'),
(73112,32,12209,NULL,2612,9,'2026-01-21 01:28:34','2026-01-21 01:28:34','f2964988-1d86-4e29-84cf-d00521996981'),
(73113,82,12209,NULL,479,1,'2026-01-21 01:28:34','2026-01-21 01:28:34','080826f7-b579-4bce-8257-51afbee73f17'),
(73114,82,12209,NULL,491,2,'2026-01-21 01:28:34','2026-01-21 01:28:34','ae614907-3118-4f41-91f1-8c1dba085792'),
(73142,32,12211,NULL,2610,1,'2026-01-21 01:28:46','2026-01-21 01:28:46','ba1eb123-0f04-47fc-9a9d-c7c23d5d78d6'),
(73143,32,12211,NULL,2598,2,'2026-01-21 01:28:46','2026-01-21 01:28:46','52f5e1e7-4b8a-4285-9d11-04689a2223b0'),
(73144,32,12211,NULL,2608,3,'2026-01-21 01:28:46','2026-01-21 01:28:46','49310215-d93e-4200-ae4c-f0a3061cd08f'),
(73145,32,12211,NULL,2600,4,'2026-01-21 01:28:46','2026-01-21 01:28:46','2b4a1072-c82b-4bd8-a828-ca25bef7d723'),
(73146,32,12211,NULL,2596,5,'2026-01-21 01:28:46','2026-01-21 01:28:46','90f7f1ce-8946-47c5-9e7a-59f4bc783667'),
(73147,32,12211,NULL,2602,6,'2026-01-21 01:28:46','2026-01-21 01:28:46','b573bfe0-dd5d-4ce0-95ef-c4ec99c95f91'),
(73148,32,12211,NULL,2604,7,'2026-01-21 01:28:46','2026-01-21 01:28:46','2a5fe0f3-a604-4290-9b06-2c0c34cc7351'),
(73149,32,12211,NULL,2606,8,'2026-01-21 01:28:46','2026-01-21 01:28:46','c9eab72e-28de-4023-89d4-7091066960e2'),
(73150,32,12211,NULL,2612,9,'2026-01-21 01:28:46','2026-01-21 01:28:46','8dbfad3c-55df-4c21-a842-248b5cdd7bcb'),
(73151,83,12211,NULL,951,1,'2026-01-21 01:28:46','2026-01-21 01:28:46','6e41690a-e318-4a92-b755-89104eeb0381'),
(73152,16,12211,NULL,7700,1,'2026-01-21 01:28:46','2026-01-21 01:28:46','aee47249-8c8f-4e48-b3d5-0aee1f82afc2'),
(73153,7,12211,NULL,2969,1,'2026-01-21 01:28:46','2026-01-21 01:28:46','a1601e60-d79a-447a-afef-38c2f29794b5'),
(73154,7,12211,NULL,2972,2,'2026-01-21 01:28:46','2026-01-21 01:28:46','db94d36e-3948-4a36-bf92-d0cb300b4ca3'),
(73155,7,12211,NULL,2974,3,'2026-01-21 01:28:46','2026-01-21 01:28:46','2bc2e32f-533f-43ae-97a4-f50c76e9eab0'),
(73156,7,12211,NULL,617,4,'2026-01-21 01:28:46','2026-01-21 01:28:46','9fcd38c0-9767-4744-9d8b-161bac056392'),
(73157,7,12211,NULL,605,5,'2026-01-21 01:28:46','2026-01-21 01:28:46','d55b52aa-9ff7-4581-b527-33913f5d109b'),
(73158,7,12211,NULL,9552,6,'2026-01-21 01:28:46','2026-01-21 01:28:46','9af8940b-7d00-40f1-99e8-77878e519cbf'),
(73159,82,12211,NULL,479,1,'2026-01-21 01:28:46','2026-01-21 01:28:46','97ab9c8d-ec19-4fd8-8961-969c7b360f66'),
(73160,82,12211,NULL,491,2,'2026-01-21 01:28:46','2026-01-21 01:28:46','acfbd4ef-0a87-4744-af9b-ef447d72267d'),
(73161,57,12211,NULL,4842,1,'2026-01-21 01:28:46','2026-01-21 01:28:46','89db46ba-6b79-4626-a160-4fdea40d6835'),
(73162,57,12211,NULL,4841,2,'2026-01-21 01:28:46','2026-01-21 01:28:46','7919bd34-66b4-4660-9d9c-a4cde4c0d706'),
(73163,57,12211,NULL,4846,3,'2026-01-21 01:28:46','2026-01-21 01:28:46','6f0d5ec6-66b1-4506-8185-27aad7dd42d3'),
(73164,57,12211,NULL,4845,4,'2026-01-21 01:28:46','2026-01-21 01:28:46','788f9951-4789-4017-8934-fc125d7ce107'),
(73165,57,12211,NULL,4844,5,'2026-01-21 01:28:46','2026-01-21 01:28:46','0c74dc4a-da18-4e6c-a54c-ca9e554a934a'),
(73166,57,12211,NULL,4843,6,'2026-01-21 01:28:46','2026-01-21 01:28:46','3138c943-adae-4e0f-9e61-44f148cfa66b'),
(73194,32,12215,NULL,2610,1,'2026-01-21 01:29:02','2026-01-21 01:29:02','97b2fd22-ccc3-4aef-912e-cd3093cf0f59'),
(73195,32,12215,NULL,2598,2,'2026-01-21 01:29:02','2026-01-21 01:29:02','0016a8a5-1ab4-457d-aee4-2fdf61bd87dc'),
(73196,32,12215,NULL,2608,3,'2026-01-21 01:29:02','2026-01-21 01:29:02','96b0834d-936f-441d-bc64-7fd0699f26cf'),
(73197,32,12215,NULL,2600,4,'2026-01-21 01:29:02','2026-01-21 01:29:02','cfbfd6b1-9eca-499b-94b2-fdaca892414b'),
(73198,32,12215,NULL,2596,5,'2026-01-21 01:29:02','2026-01-21 01:29:02','6bcbf15c-5324-4ca8-9faa-3b43d712f897'),
(73199,32,12215,NULL,2602,6,'2026-01-21 01:29:02','2026-01-21 01:29:02','ac46ab0e-7b04-43cc-9400-f4a3c18ec7e3'),
(73200,32,12215,NULL,2604,7,'2026-01-21 01:29:02','2026-01-21 01:29:02','8831f33f-b6b1-473e-8905-322f5d6a86d6'),
(73201,32,12215,NULL,2606,8,'2026-01-21 01:29:02','2026-01-21 01:29:02','8ea8d09b-74ea-4dbe-ba4d-8ddbc73a85da'),
(73202,32,12215,NULL,2612,9,'2026-01-21 01:29:02','2026-01-21 01:29:02','8ed7ac0f-3d64-4ef7-b4bf-0a50790f8fe4'),
(73203,16,12215,NULL,7707,1,'2026-01-21 01:29:02','2026-01-21 01:29:02','6e3289c7-af1c-4511-b79e-ffa903b5cd45'),
(73204,7,12215,NULL,2969,1,'2026-01-21 01:29:02','2026-01-21 01:29:02','8039d59b-3b8e-4f25-a5f4-c8fe1a6fad1b'),
(73205,7,12215,NULL,3027,2,'2026-01-21 01:29:02','2026-01-21 01:29:02','bd663ecb-7b2a-4f85-80e4-37fc9d0129ea'),
(73206,7,12215,NULL,9727,3,'2026-01-21 01:29:02','2026-01-21 01:29:02','57f0d40b-c0e1-4cb6-942a-4342b95fea35'),
(73207,7,12215,NULL,617,4,'2026-01-21 01:29:02','2026-01-21 01:29:02','e63fa806-d0ed-4c4e-956f-e15424327d00'),
(73208,7,12215,NULL,605,5,'2026-01-21 01:29:02','2026-01-21 01:29:02','6f4c042c-9a67-402c-9bc4-fe5ca2425cc4'),
(73209,82,12215,NULL,479,1,'2026-01-21 01:29:02','2026-01-21 01:29:02','5db3d1ce-0349-408c-b0af-8882c5fdf8ab'),
(73210,82,12215,NULL,491,2,'2026-01-21 01:29:02','2026-01-21 01:29:02','e11ce807-5858-402e-a7a2-a4114bbc0a7c'),
(73211,46,12215,NULL,7369,1,'2026-01-21 01:29:02','2026-01-21 01:29:02','00254478-dd0a-43dc-80f5-89ad9034c225'),
(73212,57,12215,NULL,4923,1,'2026-01-21 01:29:02','2026-01-21 01:29:02','eba90664-689a-44af-9e53-2638695ef770'),
(73213,57,12215,NULL,4920,2,'2026-01-21 01:29:02','2026-01-21 01:29:02','83efb9ab-0cc6-4723-afd4-37b89d4ed38c'),
(73214,57,12215,NULL,4921,3,'2026-01-21 01:29:02','2026-01-21 01:29:02','646a6be1-2b82-4d36-8169-34dcf833f962'),
(73215,57,12215,NULL,4922,4,'2026-01-21 01:29:02','2026-01-21 01:29:02','9349e96e-0dfa-4a43-b579-b2b5cfc9adbd'),
(73216,57,12215,NULL,4924,5,'2026-01-21 01:29:02','2026-01-21 01:29:02','6f4205f6-4a42-4c26-88c4-9a1fe8149f7d'),
(73217,57,12215,NULL,7722,6,'2026-01-21 01:29:02','2026-01-21 01:29:02','be935960-3bf5-471c-b7b4-940baa3f3663'),
(73249,32,12217,NULL,2610,1,'2026-01-21 01:29:15','2026-01-21 01:29:15','517da01c-dcf7-4575-bbd6-1ecd9f3ad51e'),
(73250,32,12217,NULL,2598,2,'2026-01-21 01:29:15','2026-01-21 01:29:15','469fd567-7b05-4259-a3ee-3c46a6d407c7'),
(73251,32,12217,NULL,2624,3,'2026-01-21 01:29:15','2026-01-21 01:29:15','1c3633a3-b329-4717-9d1d-0fa72675d684'),
(73252,32,12217,NULL,2600,4,'2026-01-21 01:29:15','2026-01-21 01:29:15','418339b8-830f-4333-bc5e-bb02c702291e'),
(73253,32,12217,NULL,2596,5,'2026-01-21 01:29:15','2026-01-21 01:29:15','c0033d4e-6c54-4987-a88a-5346b77c9410'),
(73254,32,12217,NULL,2602,6,'2026-01-21 01:29:15','2026-01-21 01:29:15','4d651251-0b2c-4471-a413-ac2d7484bda7'),
(73255,32,12217,NULL,2606,7,'2026-01-21 01:29:15','2026-01-21 01:29:15','80f92fe0-8336-4202-9232-7560acff1327'),
(73256,32,12217,NULL,2612,8,'2026-01-21 01:29:15','2026-01-21 01:29:15','2bc488f0-e847-409b-8e1e-0baea5bba4d1'),
(73257,32,12217,NULL,2604,9,'2026-01-21 01:29:15','2026-01-21 01:29:15','291fa0f4-4a18-4075-a16b-7c1dc60e2bd3'),
(73258,32,12217,NULL,2608,10,'2026-01-21 01:29:15','2026-01-21 01:29:15','11ef4c51-f602-4d87-9916-948bf147246d'),
(73259,16,12217,NULL,11819,1,'2026-01-21 01:29:15','2026-01-21 01:29:15','14850705-439d-49c1-a578-74abca770426'),
(73260,7,12217,NULL,2969,1,'2026-01-21 01:29:15','2026-01-21 01:29:15','91129a7e-4143-4cd9-8d03-30addcf03030'),
(73261,7,12217,NULL,617,2,'2026-01-21 01:29:15','2026-01-21 01:29:15','27496f86-2558-47ac-be88-5898d9a6ea6b'),
(73262,7,12217,NULL,605,3,'2026-01-21 01:29:15','2026-01-21 01:29:15','1f5ddef3-2a66-47f3-acc1-860380f69d6e'),
(73263,7,12217,NULL,9552,4,'2026-01-21 01:29:15','2026-01-21 01:29:15','d8642a7d-a0f0-42a8-8a08-0d12b5e4281c'),
(73264,82,12217,NULL,491,1,'2026-01-21 01:29:15','2026-01-21 01:29:15','004cddce-082b-4e64-b1c8-4d53e195812c'),
(73265,46,12217,NULL,2891,1,'2026-01-21 01:29:15','2026-01-21 01:29:15','ae19af8d-3206-4e34-b9e7-611936635ed3'),
(73266,57,12217,NULL,4927,1,'2026-01-21 01:29:15','2026-01-21 01:29:15','aab37d23-217d-43f7-aff0-d3c58a1a40db'),
(73267,57,12217,NULL,7772,2,'2026-01-21 01:29:15','2026-01-21 01:29:15','37f70fa4-b7ba-4429-8f5d-fdbe4dc94e2b'),
(73268,57,12217,NULL,4931,3,'2026-01-21 01:29:15','2026-01-21 01:29:15','94953def-8ec8-4552-8b5b-14f1a332d4e8'),
(73269,57,12217,NULL,4930,4,'2026-01-21 01:29:15','2026-01-21 01:29:15','547cb0f3-846b-4d48-8d87-ce754717233a'),
(73270,57,12217,NULL,4932,5,'2026-01-21 01:29:15','2026-01-21 01:29:15','de353c3f-863f-464a-a74c-823edc3f284a'),
(73271,57,12217,NULL,4933,6,'2026-01-21 01:29:15','2026-01-21 01:29:15','ba926bab-4fd9-4beb-b26c-1c229c5f7d16'),
(73272,57,12217,NULL,4934,7,'2026-01-21 01:29:15','2026-01-21 01:29:15','82c844ec-fd64-46e8-816e-f4da162330c3'),
(73273,57,12217,NULL,4935,8,'2026-01-21 01:29:15','2026-01-21 01:29:15','510ec65a-6737-4dd2-8508-247562e2266c'),
(73274,57,12217,NULL,7739,9,'2026-01-21 01:29:15','2026-01-21 01:29:15','ceb409e6-995b-436f-aa5a-60fa285446ed'),
(73275,57,12217,NULL,7740,10,'2026-01-21 01:29:15','2026-01-21 01:29:15','d1c2db5d-af1d-4be0-aac3-bc1a561ee822'),
(73276,57,12217,NULL,7741,11,'2026-01-21 01:29:15','2026-01-21 01:29:15','82538b26-bdd8-4d18-a0e0-956fdb19347d'),
(73305,32,12219,NULL,2610,1,'2026-01-21 01:29:30','2026-01-21 01:29:30','3f4150b3-63b1-41c1-aee0-65f246d269de'),
(73306,32,12219,NULL,2598,2,'2026-01-21 01:29:30','2026-01-21 01:29:30','e2c89188-4264-40c3-a182-7e8fd6fd28aa'),
(73307,32,12219,NULL,2600,3,'2026-01-21 01:29:30','2026-01-21 01:29:30','3bf49515-8c15-4780-8188-e949b6cc2554'),
(73308,32,12219,NULL,2596,4,'2026-01-21 01:29:30','2026-01-21 01:29:30','649ad555-c7c5-4fad-a5c3-caf3e11331fe'),
(73309,32,12219,NULL,2602,5,'2026-01-21 01:29:30','2026-01-21 01:29:30','e4860188-08b0-4f86-93c6-7025883de145'),
(73310,32,12219,NULL,2604,6,'2026-01-21 01:29:30','2026-01-21 01:29:30','b55f977f-edbd-46ec-ad92-a344c8ef8eba'),
(73311,32,12219,NULL,2608,7,'2026-01-21 01:29:30','2026-01-21 01:29:30','186a21bb-7b7e-4b86-a3d1-f482e675db42'),
(73312,32,12219,NULL,2606,8,'2026-01-21 01:29:30','2026-01-21 01:29:30','85fcb4f7-29eb-4193-b02b-efee96b80166'),
(73313,32,12219,NULL,2612,9,'2026-01-21 01:29:30','2026-01-21 01:29:30','500cd867-62bb-4469-8a6f-d31cb9013bf1'),
(73314,16,12219,NULL,9354,1,'2026-01-21 01:29:30','2026-01-21 01:29:30','d6bda5b5-c29c-4456-95bc-77df8f8f258e'),
(73315,7,12219,NULL,6547,1,'2026-01-21 01:29:30','2026-01-21 01:29:30','08429269-3778-48d8-b739-f31d8393a89a'),
(73316,7,12219,NULL,601,2,'2026-01-21 01:29:30','2026-01-21 01:29:30','d91858d7-7ddc-4ade-ba7e-90a4522117bb'),
(73317,7,12219,NULL,3093,3,'2026-01-21 01:29:30','2026-01-21 01:29:30','892a9432-2dd5-4155-a650-8c6b1d5175d7'),
(73318,7,12219,NULL,617,4,'2026-01-21 01:29:30','2026-01-21 01:29:30','abfe014f-f762-46d2-b7cf-03471af129bb'),
(73319,7,12219,NULL,605,5,'2026-01-21 01:29:30','2026-01-21 01:29:30','36bf5415-dadc-4484-8564-26673d689407'),
(73320,7,12219,NULL,9552,6,'2026-01-21 01:29:30','2026-01-21 01:29:30','03365577-62ab-491a-8c8f-7218a65c6e41'),
(73321,82,12219,NULL,479,1,'2026-01-21 01:29:30','2026-01-21 01:29:30','1a1164cf-3919-43f7-9899-cdd58ed23f11'),
(73322,82,12219,NULL,491,2,'2026-01-21 01:29:30','2026-01-21 01:29:30','c2de4ed2-66cb-4f96-b18a-e40174fa0c61'),
(73323,57,12219,NULL,7778,1,'2026-01-21 01:29:30','2026-01-21 01:29:30','6371eb98-6960-4639-9856-7da28815a5a5'),
(73324,57,12219,NULL,7779,2,'2026-01-21 01:29:30','2026-01-21 01:29:30','6fec30b4-6fd4-46cd-b613-e13935866884'),
(73325,57,12219,NULL,7780,3,'2026-01-21 01:29:30','2026-01-21 01:29:30','dc34b28f-ad1d-4f16-994b-c5ccf7db7bbd'),
(73326,57,12219,NULL,7781,4,'2026-01-21 01:29:30','2026-01-21 01:29:30','abdb1ea7-bbb5-4fa0-970c-9e90d1e588bc'),
(73327,57,12219,NULL,7783,5,'2026-01-21 01:29:30','2026-01-21 01:29:30','c9e0a92b-ec22-402b-ad26-bb067ef61ad2'),
(73328,57,12219,NULL,7784,6,'2026-01-21 01:29:30','2026-01-21 01:29:30','5f01b11e-d3ff-4688-9f76-b9c477848afa'),
(73329,57,12219,NULL,7785,7,'2026-01-21 01:29:30','2026-01-21 01:29:30','790b87b2-36c4-4071-8fb9-60c6eb5fb9fe'),
(73361,32,12221,NULL,2614,1,'2026-01-21 01:29:42','2026-01-21 01:29:42','fc69d8e5-4a35-48e9-a148-39d0f5dcf674'),
(73362,32,12221,NULL,2610,2,'2026-01-21 01:29:42','2026-01-21 01:29:42','5a040465-7de2-4d5d-8f10-468a5a42234d'),
(73363,32,12221,NULL,2598,3,'2026-01-21 01:29:42','2026-01-21 01:29:42','48e2f8d0-6eb5-4bbe-a6b5-86e880908f25'),
(73364,32,12221,NULL,2608,4,'2026-01-21 01:29:42','2026-01-21 01:29:42','a6c9e83f-dcaf-429e-8cb8-3694d699f53c'),
(73365,32,12221,NULL,2600,5,'2026-01-21 01:29:42','2026-01-21 01:29:42','3edd3c6b-cbfa-4607-aaea-432e6b9da79b'),
(73366,32,12221,NULL,2596,6,'2026-01-21 01:29:42','2026-01-21 01:29:42','4db29f47-b18f-45c7-ace3-74a9f8873b68'),
(73367,32,12221,NULL,2602,7,'2026-01-21 01:29:42','2026-01-21 01:29:42','491627ca-2a89-470e-909c-f003b2924845'),
(73368,32,12221,NULL,2604,8,'2026-01-21 01:29:42','2026-01-21 01:29:42','2e829ad1-44d9-414f-af86-d6d37887c91e'),
(73369,32,12221,NULL,2606,9,'2026-01-21 01:29:42','2026-01-21 01:29:42','e67e7171-ad34-437f-9d03-d4e1dc91c077'),
(73370,32,12221,NULL,2612,10,'2026-01-21 01:29:42','2026-01-21 01:29:42','1095e375-1ca6-4e5a-a814-59694b368e34'),
(73371,16,12221,NULL,7791,1,'2026-01-21 01:29:42','2026-01-21 01:29:42','42019d30-19f8-462a-bfce-fb9fdfba2fb6'),
(73372,7,12221,NULL,601,1,'2026-01-21 01:29:42','2026-01-21 01:29:42','276bc46c-967e-4af9-900f-b6adc967fce6'),
(73373,7,12221,NULL,9735,2,'2026-01-21 01:29:42','2026-01-21 01:29:42','91e18809-929e-4370-881b-0f384db200da'),
(73374,7,12221,NULL,617,3,'2026-01-21 01:29:42','2026-01-21 01:29:42','56fcb7c1-ef41-4d5d-97cc-34c9436a74b8'),
(73375,7,12221,NULL,9640,4,'2026-01-21 01:29:42','2026-01-21 01:29:42','0569dac1-25ee-48e1-b461-4c84839d38b5'),
(73376,7,12221,NULL,2974,5,'2026-01-21 01:29:42','2026-01-21 01:29:42','c2cc90a5-675c-466f-a062-365af4f49a80'),
(73377,7,12221,NULL,605,6,'2026-01-21 01:29:42','2026-01-21 01:29:42','63d9ce5b-00cc-496e-90c0-c3a4213c7f11'),
(73378,7,12221,NULL,9549,7,'2026-01-21 01:29:42','2026-01-21 01:29:42','412f2baa-ebf5-4401-a7fe-c157ada85ef7'),
(73379,7,12221,NULL,9552,8,'2026-01-21 01:29:42','2026-01-21 01:29:42','9f553014-fc98-4a2c-8e35-56d388dd1446'),
(73380,82,12221,NULL,479,1,'2026-01-21 01:29:42','2026-01-21 01:29:42','bfffb00e-eae5-4b3d-a74a-6bd6027c1551'),
(73381,57,12221,NULL,7829,1,'2026-01-21 01:29:42','2026-01-21 01:29:42','5797671e-b4a4-4c5e-b961-b23e5362b196'),
(73382,57,12221,NULL,7830,2,'2026-01-21 01:29:42','2026-01-21 01:29:42','c3d37bc5-bf25-4da3-951c-0014e9f1ab1d'),
(73383,57,12221,NULL,7833,3,'2026-01-21 01:29:42','2026-01-21 01:29:42','f539149c-591d-473a-8805-39988d84a02b'),
(73384,57,12221,NULL,7831,4,'2026-01-21 01:29:42','2026-01-21 01:29:42','279348de-dd76-49f3-81a7-5530b35ef23e'),
(73385,57,12221,NULL,7826,5,'2026-01-21 01:29:42','2026-01-21 01:29:42','adc059ef-5724-4dc8-8300-b0d9638a159e'),
(73386,57,12221,NULL,7828,6,'2026-01-21 01:29:42','2026-01-21 01:29:42','73f371d3-fa82-43a2-b524-8741e4088f81'),
(73387,57,12221,NULL,7827,7,'2026-01-21 01:29:42','2026-01-21 01:29:42','610806e8-4ee4-40cb-aba5-89c9b632422f'),
(73388,57,12221,NULL,7832,8,'2026-01-21 01:29:42','2026-01-21 01:29:42','e6bf2da8-99be-4cef-9d6c-bdf33fab3bdc'),
(73414,32,12223,NULL,2614,1,'2026-01-21 01:30:00','2026-01-21 01:30:00','b9863b71-6344-44ba-a68a-783f4280814f'),
(73415,32,12223,NULL,2610,2,'2026-01-21 01:30:00','2026-01-21 01:30:00','62de18e2-5a19-4c23-ab4a-20fd6d2a49c3'),
(73416,32,12223,NULL,2598,3,'2026-01-21 01:30:00','2026-01-21 01:30:00','4a555b44-6ae7-4fd8-9944-8c80d3eb5d25'),
(73417,32,12223,NULL,2608,4,'2026-01-21 01:30:00','2026-01-21 01:30:00','419f3fef-c03d-410e-8777-00141d2da065'),
(73418,32,12223,NULL,2600,5,'2026-01-21 01:30:00','2026-01-21 01:30:00','44d240cf-10cf-485e-b223-75788b77fd74'),
(73419,32,12223,NULL,2596,6,'2026-01-21 01:30:00','2026-01-21 01:30:00','a8887d6f-016c-42a5-9489-50aef55b27c5'),
(73420,32,12223,NULL,2602,7,'2026-01-21 01:30:00','2026-01-21 01:30:00','8fcc0c2f-e305-44eb-8ea1-36a526c5f82d'),
(73421,32,12223,NULL,2604,8,'2026-01-21 01:30:00','2026-01-21 01:30:00','d1bfbef0-0fc7-42e2-a810-156b2222c1b8'),
(73422,32,12223,NULL,2606,9,'2026-01-21 01:30:00','2026-01-21 01:30:00','99f3130c-3a2b-4c1a-a39d-2f499e4cb92a'),
(73423,32,12223,NULL,2612,10,'2026-01-21 01:30:00','2026-01-21 01:30:00','3d3f6390-f531-4836-9330-a6457823fd8d'),
(73424,16,12223,NULL,3158,1,'2026-01-21 01:30:00','2026-01-21 01:30:00','5bae6825-47b2-482c-9e01-702519bd67c1'),
(73425,7,12223,NULL,2969,1,'2026-01-21 01:30:00','2026-01-21 01:30:00','145be42b-77d5-4552-beb9-bc7e1ae1c5a3'),
(73426,7,12223,NULL,2974,2,'2026-01-21 01:30:00','2026-01-21 01:30:00','06f95d0f-6c6e-41c4-b56b-b626d38d3ac8'),
(73427,7,12223,NULL,617,3,'2026-01-21 01:30:00','2026-01-21 01:30:00','72b9aa29-e557-4982-b299-9ac375b5c798'),
(73428,7,12223,NULL,605,4,'2026-01-21 01:30:00','2026-01-21 01:30:00','bc044b8c-3248-465f-9485-ba277c9d92fd'),
(73429,7,12223,NULL,9552,5,'2026-01-21 01:30:00','2026-01-21 01:30:00','59fb678d-c025-46de-b8b1-dccd42fe302a'),
(73430,82,12223,NULL,479,1,'2026-01-21 01:30:00','2026-01-21 01:30:00','712addae-c42d-4b58-a630-151d7c5bc9d3'),
(73431,57,12223,NULL,7838,1,'2026-01-21 01:30:00','2026-01-21 01:30:00','2e3f3528-57fb-4468-bfbe-8835cf58891a'),
(73432,57,12223,NULL,7840,2,'2026-01-21 01:30:00','2026-01-21 01:30:00','6d686117-60f1-4c8d-8dbc-e80c5e282563'),
(73433,57,12223,NULL,7839,3,'2026-01-21 01:30:00','2026-01-21 01:30:00','dcd2c94c-378a-47c4-a9cf-24644fb2885f'),
(73434,57,12223,NULL,7841,4,'2026-01-21 01:30:00','2026-01-21 01:30:00','3fe3d50f-88c7-4d20-b996-c257b29ce8d1'),
(73435,57,12223,NULL,7842,5,'2026-01-21 01:30:00','2026-01-21 01:30:00','06010aa5-a188-409f-bb00-be8b6656101c'),
(73459,32,12225,NULL,2610,1,'2026-01-21 01:30:11','2026-01-21 01:30:11','9d25368f-17a3-4a96-ba61-c079a095c42f'),
(73460,32,12225,NULL,2598,2,'2026-01-21 01:30:11','2026-01-21 01:30:11','53b3b9e5-d308-4b30-bbc1-25ba903b1da0'),
(73461,32,12225,NULL,2600,3,'2026-01-21 01:30:11','2026-01-21 01:30:11','0d7e80e9-86c5-4b91-90ce-81b2c56226b5'),
(73462,32,12225,NULL,2596,4,'2026-01-21 01:30:11','2026-01-21 01:30:11','461d461b-fb8b-485f-9c86-3dcf0881199a'),
(73463,32,12225,NULL,2602,5,'2026-01-21 01:30:11','2026-01-21 01:30:11','4bf16ae9-8a1c-4f28-b568-ff3b300cbbdc'),
(73464,32,12225,NULL,2604,6,'2026-01-21 01:30:11','2026-01-21 01:30:11','b93195d5-47ac-4d11-9a85-f9b5d3b62acd'),
(73465,32,12225,NULL,2608,7,'2026-01-21 01:30:11','2026-01-21 01:30:11','124125d5-244b-4fdd-a040-8e94827bad81'),
(73466,32,12225,NULL,2606,8,'2026-01-21 01:30:11','2026-01-21 01:30:11','ae2b7df2-43a9-4f76-95b0-c022cdecee64'),
(73467,32,12225,NULL,2612,9,'2026-01-21 01:30:11','2026-01-21 01:30:11','57c1bf33-ea9e-4947-9137-aff12ffa2fa0'),
(73468,16,12225,NULL,7850,1,'2026-01-21 01:30:11','2026-01-21 01:30:11','5064ea8f-6709-4e2c-a0f4-658b81dca77a'),
(73469,7,12225,NULL,601,1,'2026-01-21 01:30:11','2026-01-21 01:30:11','7aa23ceb-3c02-4d8b-839d-34a3128b8516'),
(73470,7,12225,NULL,617,2,'2026-01-21 01:30:11','2026-01-21 01:30:11','9c96d905-d7ac-4482-a3d1-e91e36da21b0'),
(73471,7,12225,NULL,605,3,'2026-01-21 01:30:11','2026-01-21 01:30:11','60acf184-0438-4716-a57f-d39169aa3b78'),
(73472,7,12225,NULL,9552,4,'2026-01-21 01:30:11','2026-01-21 01:30:11','928a6f89-fd70-4ad8-94b9-ab5394558fd2'),
(73473,82,12225,NULL,479,1,'2026-01-21 01:30:11','2026-01-21 01:30:11','3e5bde58-8d08-4b50-bf88-b0cb5ba82a3a'),
(73474,82,12225,NULL,491,2,'2026-01-21 01:30:11','2026-01-21 01:30:11','a83b1cc7-a378-4bf4-84f2-a07e1040952c'),
(73475,57,12225,NULL,7851,1,'2026-01-21 01:30:11','2026-01-21 01:30:11','46f2bdbb-fff4-457a-b341-5a03eb409187'),
(73476,57,12225,NULL,7853,2,'2026-01-21 01:30:11','2026-01-21 01:30:11','d1c7c9c4-bc5b-4cfc-920e-7fe76418d77b'),
(73477,57,12225,NULL,7852,3,'2026-01-21 01:30:11','2026-01-21 01:30:11','68c6ee2f-cde9-4173-a5d2-53fd9db8f812'),
(73478,57,12225,NULL,3377,4,'2026-01-21 01:30:11','2026-01-21 01:30:11','abcfdf62-1b0d-48e1-a642-ddb3679941d3'),
(73529,32,12228,NULL,2614,1,'2026-01-21 01:30:27','2026-01-21 01:30:27','c5535d95-754c-484e-80d5-8a75a6e00d07'),
(73530,32,12228,NULL,2610,2,'2026-01-21 01:30:27','2026-01-21 01:30:27','fd34dc0f-cd6e-485f-9f8d-a5728b1dc0f7'),
(73531,32,12228,NULL,2598,3,'2026-01-21 01:30:27','2026-01-21 01:30:27','06c32aca-75f1-4fcd-acf7-451ba302b9e9'),
(73532,32,12228,NULL,2600,4,'2026-01-21 01:30:27','2026-01-21 01:30:27','7f213891-604c-40e1-81c9-1c008f5938f4'),
(73533,32,12228,NULL,2596,5,'2026-01-21 01:30:27','2026-01-21 01:30:27','8f54c2ee-42d8-448b-9818-e47f8c908fd3'),
(73534,32,12228,NULL,2602,6,'2026-01-21 01:30:27','2026-01-21 01:30:27','45519eca-5819-43c8-b810-6f9be4d1e4d1'),
(73535,32,12228,NULL,2606,7,'2026-01-21 01:30:27','2026-01-21 01:30:27','b7243871-2b54-4b93-bf87-7df6810a13cc'),
(73536,32,12228,NULL,2604,8,'2026-01-21 01:30:27','2026-01-21 01:30:27','e50a8422-15e1-450c-a5df-7683a463d0fb'),
(73537,32,12228,NULL,2608,9,'2026-01-21 01:30:27','2026-01-21 01:30:27','e329182d-8191-4296-965d-588314d6e79d'),
(73538,32,12228,NULL,2612,10,'2026-01-21 01:30:27','2026-01-21 01:30:27','fdfdbf64-38c1-4843-98d4-6538a421b433'),
(73539,16,12228,NULL,3425,1,'2026-01-21 01:30:27','2026-01-21 01:30:27','731439e2-22e3-4e63-a0ff-ef0e9247fa18'),
(73540,7,12228,NULL,601,1,'2026-01-21 01:30:27','2026-01-21 01:30:27','37573139-170b-4147-a010-f8b0311b2aed'),
(73541,7,12228,NULL,617,2,'2026-01-21 01:30:27','2026-01-21 01:30:27','2d446130-39ff-4c4d-9cd1-a99d8476b35c'),
(73542,7,12228,NULL,605,3,'2026-01-21 01:30:27','2026-01-21 01:30:27','bab2c0d0-8228-431b-bae2-1193243c8998'),
(73543,7,12228,NULL,9552,4,'2026-01-21 01:30:27','2026-01-21 01:30:27','98e5c9a6-0b2c-4162-a72d-d31f5de7c64c'),
(73544,82,12228,NULL,491,1,'2026-01-21 01:30:27','2026-01-21 01:30:27','9f13390b-1a0c-4470-99d6-45de0196f251'),
(73545,46,12228,NULL,7381,1,'2026-01-21 01:30:27','2026-01-21 01:30:27','29a94832-416e-4703-bcc5-f02cc1ca74c6'),
(73546,57,12228,NULL,7862,1,'2026-01-21 01:30:27','2026-01-21 01:30:27','b89cb248-6a3f-4e4d-b99a-22acd3dfc392'),
(73547,57,12228,NULL,7858,2,'2026-01-21 01:30:27','2026-01-21 01:30:27','f3d3ae5a-e42c-4125-9d7f-fd07cbed494e'),
(73548,57,12228,NULL,7864,3,'2026-01-21 01:30:27','2026-01-21 01:30:27','d532da7d-f915-4901-a303-53ce68b41d04'),
(73549,57,12228,NULL,7859,4,'2026-01-21 01:30:27','2026-01-21 01:30:27','fa9c7586-010a-4d0d-9987-64e919c9920d'),
(73550,57,12228,NULL,7861,5,'2026-01-21 01:30:27','2026-01-21 01:30:27','6aff15da-11d3-4fce-a1ec-43684a1f4a2e'),
(73551,57,12228,NULL,7863,6,'2026-01-21 01:30:27','2026-01-21 01:30:27','588d7749-753c-41cd-9792-94ddf09f0ab7'),
(73552,57,12228,NULL,7860,7,'2026-01-21 01:30:27','2026-01-21 01:30:27','84d28529-7d53-49c5-b467-35bb4f81792b'),
(73583,32,12230,NULL,2610,1,'2026-01-21 01:30:39','2026-01-21 01:30:39','c3dfc7c9-424e-4a65-b943-86d8c005a2e8'),
(73584,32,12230,NULL,2598,2,'2026-01-21 01:30:39','2026-01-21 01:30:39','c06f8700-173f-4cf4-8342-c30430cdd26e'),
(73585,32,12230,NULL,2600,3,'2026-01-21 01:30:39','2026-01-21 01:30:39','53757876-3e49-4c92-a115-89892a32fb19'),
(73586,32,12230,NULL,2596,4,'2026-01-21 01:30:39','2026-01-21 01:30:39','2a2821ae-fffc-4a66-9ac1-f46540a20394'),
(73587,32,12230,NULL,2602,5,'2026-01-21 01:30:39','2026-01-21 01:30:39','b861e998-b251-4360-9654-8e681c48a09e'),
(73588,32,12230,NULL,2604,6,'2026-01-21 01:30:39','2026-01-21 01:30:39','291d5c84-6878-4cbf-b2f6-54f84c1472cd'),
(73589,32,12230,NULL,2608,7,'2026-01-21 01:30:39','2026-01-21 01:30:39','e7c093ea-6053-4f8f-a9e9-4c9f34e94c0d'),
(73590,32,12230,NULL,2606,8,'2026-01-21 01:30:39','2026-01-21 01:30:39','88047d7e-845a-464b-8c11-af524479c598'),
(73591,32,12230,NULL,2612,9,'2026-01-21 01:30:39','2026-01-21 01:30:39','386e498c-4f38-485a-a745-927dc4aaf590'),
(73592,16,12230,NULL,7871,1,'2026-01-21 01:30:39','2026-01-21 01:30:39','4ce38b32-176c-4160-aa19-bc040fbfb265'),
(73593,7,12230,NULL,6547,1,'2026-01-21 01:30:39','2026-01-21 01:30:39','ded522c3-89d0-4a44-b043-f3023de9a88d'),
(73594,7,12230,NULL,601,2,'2026-01-21 01:30:39','2026-01-21 01:30:39','d4471e7f-862f-432b-b74a-9aa9101d354e'),
(73595,7,12230,NULL,617,3,'2026-01-21 01:30:39','2026-01-21 01:30:39','e4c01d2e-8123-4b9c-b729-ca40b922e3a1'),
(73596,7,12230,NULL,9724,4,'2026-01-21 01:30:39','2026-01-21 01:30:39','8a0191eb-e51b-4e7c-8928-edc3aa428c31'),
(73597,7,12230,NULL,2974,5,'2026-01-21 01:30:39','2026-01-21 01:30:39','63d14419-7df1-46e8-9cb8-e53caf31de5b'),
(73598,7,12230,NULL,9640,6,'2026-01-21 01:30:39','2026-01-21 01:30:39','98b8c27f-6ce3-4611-bc9a-23d8c5a90b07'),
(73599,7,12230,NULL,605,7,'2026-01-21 01:30:39','2026-01-21 01:30:39','e2b4cbc1-b580-402f-a186-f1320d915687'),
(73600,7,12230,NULL,9552,8,'2026-01-21 01:30:39','2026-01-21 01:30:39','f6ae6d0a-03af-4114-a187-0de991b7f828'),
(73601,82,12230,NULL,479,1,'2026-01-21 01:30:39','2026-01-21 01:30:39','6a4a332e-ccb3-411c-a6f6-b34c09379c68'),
(73602,82,12230,NULL,491,2,'2026-01-21 01:30:39','2026-01-21 01:30:39','24e115f9-78fb-4fe3-b0bd-de0fe21dc590'),
(73603,46,12230,NULL,7369,1,'2026-01-21 01:30:39','2026-01-21 01:30:39','162784e8-6d35-4b88-9f96-e59bcae927e0'),
(73604,57,12230,NULL,7870,1,'2026-01-21 01:30:39','2026-01-21 01:30:39','a2c17ec8-0a4d-430b-b26f-070f6bd79c54'),
(73605,57,12230,NULL,7869,2,'2026-01-21 01:30:39','2026-01-21 01:30:39','371f1077-3e49-43c4-801c-2cd7b860c643'),
(73606,57,12230,NULL,7868,3,'2026-01-21 01:30:39','2026-01-21 01:30:39','621f6aaf-093e-4d49-b987-3559a266a9d4'),
(73607,57,12230,NULL,7874,4,'2026-01-21 01:30:39','2026-01-21 01:30:39','16e49d8c-81bc-42cb-89b1-685d2c7ec043'),
(73608,57,12230,NULL,7873,5,'2026-01-21 01:30:39','2026-01-21 01:30:39','93c6f5a6-3687-4e66-89cb-ba4fdabadf83'),
(73609,57,12230,NULL,3467,6,'2026-01-21 01:30:39','2026-01-21 01:30:39','4f053901-fb9e-4ce8-a220-81f9abcfa2fa'),
(73610,57,12230,NULL,7872,7,'2026-01-21 01:30:39','2026-01-21 01:30:39','a3b587fb-b522-4d72-9a78-a43160bbf6d5'),
(73635,32,12232,NULL,2610,1,'2026-01-21 01:30:52','2026-01-21 01:30:52','b520d193-75d2-4e6d-be25-1e8cdaf65f17'),
(73636,32,12232,NULL,2598,2,'2026-01-21 01:30:52','2026-01-21 01:30:52','47e9d5a7-ca0e-42c6-bd3d-9d59a2e90ca3'),
(73637,32,12232,NULL,2608,3,'2026-01-21 01:30:52','2026-01-21 01:30:52','221e612c-6b7d-4a60-9943-219b062dc42c'),
(73638,32,12232,NULL,2600,4,'2026-01-21 01:30:52','2026-01-21 01:30:52','71a67a29-1821-4747-a8d8-458bb02a3fbd'),
(73639,32,12232,NULL,2596,5,'2026-01-21 01:30:52','2026-01-21 01:30:52','1af88719-a5fa-4901-b520-56b88df8fd39'),
(73640,32,12232,NULL,2602,6,'2026-01-21 01:30:52','2026-01-21 01:30:52','1e51d97b-7664-4888-832d-7f1284e4c697'),
(73641,32,12232,NULL,2612,7,'2026-01-21 01:30:52','2026-01-21 01:30:52','ee655e9c-85f3-4c39-bf3b-9125504ebbfe'),
(73642,32,12232,NULL,2604,8,'2026-01-21 01:30:52','2026-01-21 01:30:52','1de02499-0b32-452f-863b-c2ca816c1c05'),
(73643,32,12232,NULL,2606,9,'2026-01-21 01:30:52','2026-01-21 01:30:52','2c713891-e6a7-43bb-861a-3ae83a7f2af0'),
(73644,16,12232,NULL,7881,1,'2026-01-21 01:30:52','2026-01-21 01:30:52','1c8b7449-e422-44cd-afbf-495a801525fc'),
(73645,7,12232,NULL,601,1,'2026-01-21 01:30:52','2026-01-21 01:30:52','101ee46c-7b79-49b3-880a-b8b31539ec91'),
(73646,7,12232,NULL,605,2,'2026-01-21 01:30:52','2026-01-21 01:30:52','9b7cb870-b021-445e-9d8f-85181c0bf806'),
(73647,7,12232,NULL,617,3,'2026-01-21 01:30:52','2026-01-21 01:30:52','84503133-68ff-44d0-870a-713f13c0bec8'),
(73648,7,12232,NULL,2974,4,'2026-01-21 01:30:52','2026-01-21 01:30:52','e769a36b-d1b2-4fa1-a9ab-5c251df8988e'),
(73649,7,12232,NULL,9552,5,'2026-01-21 01:30:52','2026-01-21 01:30:52','cbb9b57d-8b09-4eea-b05f-4e1975c519e1'),
(73650,82,12232,NULL,479,1,'2026-01-21 01:30:52','2026-01-21 01:30:52','379d13a4-e664-4fca-8429-aa78699366a5'),
(73651,82,12232,NULL,491,2,'2026-01-21 01:30:52','2026-01-21 01:30:52','25fc5a89-84bc-4fe6-ab07-ce2a5f882eda'),
(73652,57,12232,NULL,7883,1,'2026-01-21 01:30:52','2026-01-21 01:30:52','51870e22-e831-4ad0-a8eb-fcc83b9d537d'),
(73653,57,12232,NULL,7886,2,'2026-01-21 01:30:52','2026-01-21 01:30:52','e37ad2a7-0fe2-4446-89b7-0f34748c7773'),
(73654,57,12232,NULL,7885,3,'2026-01-21 01:30:52','2026-01-21 01:30:52','f250ad5c-5d6b-417e-8994-1ae0246e8c9b'),
(73655,57,12232,NULL,7882,4,'2026-01-21 01:30:52','2026-01-21 01:30:52','d9db6841-bc6e-4cda-aa63-38f83f6e2468'),
(73656,57,12232,NULL,7884,5,'2026-01-21 01:30:52','2026-01-21 01:30:52','9c4b11b4-40a6-4c65-a888-887c19570fee'),
(73682,32,12234,NULL,2610,1,'2026-01-21 01:31:06','2026-01-21 01:31:06','c467a64d-f3a0-4612-831d-c2a5eeb6c57a'),
(73683,32,12234,NULL,2598,2,'2026-01-21 01:31:06','2026-01-21 01:31:06','c6b2bfe0-d7dc-446d-b52a-7c552d6c1f60'),
(73684,32,12234,NULL,2608,3,'2026-01-21 01:31:06','2026-01-21 01:31:06','c3722047-6c5f-4062-ab40-000bec7dc27d'),
(73685,32,12234,NULL,2600,4,'2026-01-21 01:31:06','2026-01-21 01:31:06','abe3eb83-d200-4c2e-a82d-0f9f1163094a'),
(73686,32,12234,NULL,2596,5,'2026-01-21 01:31:06','2026-01-21 01:31:06','202b5b2c-691b-41ee-ac4b-a63b753f9965'),
(73687,32,12234,NULL,2602,6,'2026-01-21 01:31:06','2026-01-21 01:31:06','b9c61154-a6b2-4f9c-a63a-075507be271e'),
(73688,32,12234,NULL,2604,7,'2026-01-21 01:31:06','2026-01-21 01:31:06','07812560-c6de-48d4-a1b7-466f3a258a5f'),
(73689,32,12234,NULL,2606,8,'2026-01-21 01:31:06','2026-01-21 01:31:06','52ca6af6-a4f7-4da0-b8af-9d153f2ba849'),
(73690,32,12234,NULL,2612,9,'2026-01-21 01:31:06','2026-01-21 01:31:06','4443abed-fb37-42f0-85ec-d85a97d33a8f'),
(73691,16,12234,NULL,7891,1,'2026-01-21 01:31:06','2026-01-21 01:31:06','fab88ebb-5034-4fd5-a913-ac4866f868c2'),
(73692,7,12234,NULL,601,1,'2026-01-21 01:31:06','2026-01-21 01:31:06','ac3899e4-8c8c-417c-95d6-0ab438f76bf2'),
(73693,7,12234,NULL,2974,2,'2026-01-21 01:31:06','2026-01-21 01:31:06','4edf3378-9264-41bd-a24e-8956ce35fdd8'),
(73694,7,12234,NULL,617,3,'2026-01-21 01:31:06','2026-01-21 01:31:06','897844ae-6ef6-480f-a32e-857f41368449'),
(73695,7,12234,NULL,9732,4,'2026-01-21 01:31:06','2026-01-21 01:31:06','440d32ed-f2ab-47da-8f6a-6aee64d67a0e'),
(73696,7,12234,NULL,605,5,'2026-01-21 01:31:06','2026-01-21 01:31:06','88f4f5d5-2346-4b2d-b61d-b5d848e4a4af'),
(73697,7,12234,NULL,9552,6,'2026-01-21 01:31:06','2026-01-21 01:31:06','18826c72-3afc-45fe-b3e0-5ceadde5334c'),
(73698,82,12234,NULL,479,1,'2026-01-21 01:31:06','2026-01-21 01:31:06','0bf16dad-bc07-49e4-ad77-e3fb6d56cd5b'),
(73699,82,12234,NULL,491,2,'2026-01-21 01:31:06','2026-01-21 01:31:06','b4484f3b-7a33-4fc3-8b6c-b84624975738'),
(73700,57,12234,NULL,7893,1,'2026-01-21 01:31:06','2026-01-21 01:31:06','2d6a4d61-e74f-40de-9077-d18d477bba03'),
(73701,57,12234,NULL,7892,2,'2026-01-21 01:31:06','2026-01-21 01:31:06','48ef5142-93fb-41d2-84e5-2089fe8db600'),
(73702,57,12234,NULL,7894,3,'2026-01-21 01:31:06','2026-01-21 01:31:06','761b1b12-d9f4-475e-a26d-1d7ab387474d'),
(73703,57,12234,NULL,7901,4,'2026-01-21 01:31:06','2026-01-21 01:31:06','6b3e2263-e2f2-4a5b-a5e3-78b5435d3688'),
(73727,32,12238,NULL,2614,1,'2026-01-21 01:31:20','2026-01-21 01:31:20','f265f55e-15dc-4a65-9e74-85869f99a986'),
(73728,32,12238,NULL,2610,2,'2026-01-21 01:31:20','2026-01-21 01:31:20','c32c7b8d-ec91-449c-a176-fa8995a08822'),
(73729,32,12238,NULL,2598,3,'2026-01-21 01:31:20','2026-01-21 01:31:20','61b9d38f-a929-487b-abf4-fd33f9bdb2e0'),
(73730,32,12238,NULL,2600,4,'2026-01-21 01:31:20','2026-01-21 01:31:20','863c52e9-8525-4e32-9788-7c491ff43bdc'),
(73731,32,12238,NULL,2596,5,'2026-01-21 01:31:20','2026-01-21 01:31:20','614cf7e3-d2c8-450d-888b-fa2a3c3a4566'),
(73732,32,12238,NULL,2602,6,'2026-01-21 01:31:20','2026-01-21 01:31:20','6206e01d-024e-4bb7-b055-7d401a9a1931'),
(73733,32,12238,NULL,2604,7,'2026-01-21 01:31:20','2026-01-21 01:31:20','eda79ca4-3ca8-44f8-bf8a-0d92b30a1ae6'),
(73734,32,12238,NULL,2608,8,'2026-01-21 01:31:20','2026-01-21 01:31:20','e1fcd912-47ea-47fa-a374-8c91921b11fb'),
(73735,32,12238,NULL,2606,9,'2026-01-21 01:31:20','2026-01-21 01:31:20','3dd39326-2c8f-486c-8284-a9e63a540bf5'),
(73736,32,12238,NULL,2612,10,'2026-01-21 01:31:20','2026-01-21 01:31:20','7382d806-e0f6-477f-ab0d-c53e4a31930b'),
(73737,16,12238,NULL,3564,1,'2026-01-21 01:31:20','2026-01-21 01:31:20','a9d0a81f-6235-4611-ab52-605f11c8cb76'),
(73738,7,12238,NULL,601,1,'2026-01-21 01:31:20','2026-01-21 01:31:20','42b8f53e-7069-4998-86a0-a019bb95e585'),
(73739,7,12238,NULL,617,2,'2026-01-21 01:31:20','2026-01-21 01:31:20','f4340769-879b-43ab-9ae7-02d18049a241'),
(73740,7,12238,NULL,605,3,'2026-01-21 01:31:20','2026-01-21 01:31:20','f529a970-adf7-4d84-8f3c-e4496808e80a'),
(73741,7,12238,NULL,9552,4,'2026-01-21 01:31:20','2026-01-21 01:31:20','417e1c8c-23f7-4829-9a19-e47ddc3b7fd3'),
(73742,82,12238,NULL,479,1,'2026-01-21 01:31:20','2026-01-21 01:31:20','0b49aa77-5309-4f97-b298-c41f3ffbcb91'),
(73743,57,12238,NULL,7908,1,'2026-01-21 01:31:20','2026-01-21 01:31:20','5c53ac29-6746-4b1d-a1b3-f5e2a35805a8'),
(73744,57,12238,NULL,7910,2,'2026-01-21 01:31:20','2026-01-21 01:31:20','41752bba-268d-4c38-8ead-815e8961e9ab'),
(73745,57,12238,NULL,7911,3,'2026-01-21 01:31:20','2026-01-21 01:31:20','e27ef514-aaa0-4680-9e92-a13a9bff87e5'),
(73746,57,12238,NULL,7909,4,'2026-01-21 01:31:20','2026-01-21 01:31:20','11248cda-0862-487c-b2a6-de6cae6258cd'),
(73777,32,12240,NULL,2610,1,'2026-01-21 01:31:32','2026-01-21 01:31:32','71d1f7bb-2126-4678-bf7c-1b2c53398a1a'),
(73778,32,12240,NULL,2598,2,'2026-01-21 01:31:32','2026-01-21 01:31:32','fda97731-f102-472a-aad4-ca99d14288a0'),
(73779,32,12240,NULL,2600,3,'2026-01-21 01:31:32','2026-01-21 01:31:32','3c321e50-a5bd-4000-8228-965f0c08ad37'),
(73780,32,12240,NULL,2596,4,'2026-01-21 01:31:32','2026-01-21 01:31:32','e1188deb-6f14-40d7-a1d0-b0aae1f9be42'),
(73781,32,12240,NULL,2602,5,'2026-01-21 01:31:32','2026-01-21 01:31:32','dc0518ea-b451-459a-8b90-f512be07a195'),
(73782,32,12240,NULL,2604,6,'2026-01-21 01:31:32','2026-01-21 01:31:32','7ba63437-bf7b-4471-98e2-5d8787bff450'),
(73783,32,12240,NULL,2608,7,'2026-01-21 01:31:32','2026-01-21 01:31:32','95678f0c-8710-4166-86ee-019f9966856b'),
(73784,32,12240,NULL,2606,8,'2026-01-21 01:31:32','2026-01-21 01:31:32','00bb2ce7-ccd3-4361-9914-0d53cff91bcb'),
(73785,32,12240,NULL,2612,9,'2026-01-21 01:31:32','2026-01-21 01:31:32','9d8b87bc-da05-4b2d-a70e-a07f986d5b5f'),
(73786,16,12240,NULL,5253,1,'2026-01-21 01:31:32','2026-01-21 01:31:32','ca343968-622d-4220-a8af-e9c3aaa33253'),
(73787,7,12240,NULL,601,1,'2026-01-21 01:31:32','2026-01-21 01:31:32','cb408c3b-0b7a-478c-b70b-e3acc601f10f'),
(73788,7,12240,NULL,617,2,'2026-01-21 01:31:32','2026-01-21 01:31:32','47550d09-fa54-4282-9f95-859e5001827e'),
(73789,7,12240,NULL,9727,3,'2026-01-21 01:31:32','2026-01-21 01:31:32','904eed29-c35e-4556-8e41-5e8352d3de82'),
(73790,7,12240,NULL,9552,4,'2026-01-21 01:31:32','2026-01-21 01:31:32','a6905895-6c5d-4cd8-888d-f862ab70838c'),
(73791,7,12240,NULL,605,5,'2026-01-21 01:31:32','2026-01-21 01:31:32','dac99a59-2223-460b-9f72-4937fe55a370'),
(73792,82,12240,NULL,479,1,'2026-01-21 01:31:32','2026-01-21 01:31:32','812aa29b-ee7b-4428-bc43-e2d82a5e3477'),
(73793,82,12240,NULL,491,2,'2026-01-21 01:31:32','2026-01-21 01:31:32','51f96f23-f38a-4079-a4a6-032352b64dcf'),
(73794,46,12240,NULL,7379,1,'2026-01-21 01:31:32','2026-01-21 01:31:32','62c45f8d-9db3-45d8-9be4-ae69072044d6'),
(73795,57,12240,NULL,7926,1,'2026-01-21 01:31:32','2026-01-21 01:31:32','fc91cffa-2b82-441c-a2c5-929676ee8d59'),
(73796,57,12240,NULL,7928,2,'2026-01-21 01:31:32','2026-01-21 01:31:32','2394bdae-133c-4b08-8049-d41b20bf8226'),
(73797,57,12240,NULL,7927,3,'2026-01-21 01:31:32','2026-01-21 01:31:32','d9a7f8ee-5779-447a-bf83-849747078ed6'),
(73798,57,12240,NULL,7924,4,'2026-01-21 01:31:32','2026-01-21 01:31:32','a00f9fb1-8de4-43c3-bad6-cfa186161d2b'),
(73799,57,12240,NULL,7925,5,'2026-01-21 01:31:32','2026-01-21 01:31:32','5ddad054-c5e3-424b-bb23-783fd1dbbfbd'),
(73800,57,12240,NULL,7923,6,'2026-01-21 01:31:32','2026-01-21 01:31:32','3711a06d-b75a-4f16-9aa8-24314a84f6c2'),
(73801,57,12240,NULL,7920,7,'2026-01-21 01:31:32','2026-01-21 01:31:32','289a8197-6efc-49a3-a9bf-249598f48f02'),
(73802,57,12240,NULL,7922,8,'2026-01-21 01:31:32','2026-01-21 01:31:32','0cf80b01-a905-4ee5-bd8b-7328ee5c17c3'),
(73803,57,12240,NULL,7921,9,'2026-01-21 01:31:32','2026-01-21 01:31:32','3a1202c6-67ef-44f7-8b75-94a68700c9c0'),
(73831,32,12242,NULL,2614,1,'2026-01-21 01:31:48','2026-01-21 01:31:48','90801ba9-49a9-437c-8881-a35afbe9a7b8'),
(73832,32,12242,NULL,2610,2,'2026-01-21 01:31:48','2026-01-21 01:31:48','86d9ba95-a2b6-486b-963d-0be47bd2f7aa'),
(73833,32,12242,NULL,2598,3,'2026-01-21 01:31:48','2026-01-21 01:31:48','f217d055-a90e-4a47-b4d9-1b9f5f58e61e'),
(73834,32,12242,NULL,2600,4,'2026-01-21 01:31:48','2026-01-21 01:31:48','ac34336f-a91c-48ef-bdd2-3c377657454a'),
(73835,32,12242,NULL,2596,5,'2026-01-21 01:31:48','2026-01-21 01:31:48','0ca737b8-186d-409f-8dcb-06f0f28bc3dc'),
(73836,32,12242,NULL,2602,6,'2026-01-21 01:31:48','2026-01-21 01:31:48','976cdc3d-592f-430d-b451-e09443838d7a'),
(73837,32,12242,NULL,2612,7,'2026-01-21 01:31:48','2026-01-21 01:31:48','5d0842de-d585-4161-ad2d-ded236451bbc'),
(73838,32,12242,NULL,2604,8,'2026-01-21 01:31:48','2026-01-21 01:31:48','026af92f-b11a-4b4b-b590-c6d0705e4ea7'),
(73839,32,12242,NULL,2608,9,'2026-01-21 01:31:48','2026-01-21 01:31:48','b47a0254-9472-4e4e-83cc-381b787328d0'),
(73840,32,12242,NULL,2606,10,'2026-01-21 01:31:48','2026-01-21 01:31:48','5e78644b-7ae8-4850-9a88-4b4ba8347774'),
(73841,16,12242,NULL,3623,1,'2026-01-21 01:31:48','2026-01-21 01:31:48','3c417dc0-0b09-44a6-92e2-75ed32b4ed2e'),
(73842,7,12242,NULL,601,1,'2026-01-21 01:31:48','2026-01-21 01:31:48','e0ea8ec7-37e7-4102-8ed9-e112fc2ab468'),
(73843,7,12242,NULL,617,2,'2026-01-21 01:31:48','2026-01-21 01:31:48','5e016955-338f-46d8-adef-14acb3d70909'),
(73844,7,12242,NULL,605,3,'2026-01-21 01:31:48','2026-01-21 01:31:48','58f2b70c-6693-4c42-885a-941e651a70f1'),
(73845,7,12242,NULL,9552,4,'2026-01-21 01:31:48','2026-01-21 01:31:48','981b58bb-ac8b-47c1-9d93-11fd8ef15827'),
(73846,82,12242,NULL,479,1,'2026-01-21 01:31:48','2026-01-21 01:31:48','8b685732-e90b-40dc-998e-fa06da8a084a'),
(73847,57,12242,NULL,7950,1,'2026-01-21 01:31:48','2026-01-21 01:31:48','f546701b-c7f5-4382-a811-4bfd304afd65'),
(73848,57,12242,NULL,7952,2,'2026-01-21 01:31:48','2026-01-21 01:31:48','92d1a1c1-f835-453d-94f1-530413ffec8c'),
(73849,57,12242,NULL,7956,3,'2026-01-21 01:31:48','2026-01-21 01:31:48','71cc7e9e-660d-4a7e-91d4-a421f6aeb10c'),
(73850,57,12242,NULL,7955,4,'2026-01-21 01:31:48','2026-01-21 01:31:48','b727e021-eff0-40f7-93b4-a5aa45b68cfe'),
(73851,57,12242,NULL,7951,5,'2026-01-21 01:31:48','2026-01-21 01:31:48','076347e8-2b5a-40d7-b50d-f3a68bf98059'),
(73852,57,12242,NULL,7954,6,'2026-01-21 01:31:48','2026-01-21 01:31:48','e5b2cdb5-c6d5-490d-a73e-3b28ad069f85'),
(73853,57,12242,NULL,7953,7,'2026-01-21 01:31:48','2026-01-21 01:31:48','f3b437df-d0e3-40a5-bf5f-d3017c514b2e'),
(73854,57,12242,NULL,7957,8,'2026-01-21 01:31:48','2026-01-21 01:31:48','84f21246-ee1a-4649-972a-3c88e09cf6da'),
(73892,32,12244,NULL,2610,1,'2026-01-21 01:32:02','2026-01-21 01:32:02','fd70ab13-1c27-493b-b40c-21c2e50ab304'),
(73893,32,12244,NULL,2598,2,'2026-01-21 01:32:02','2026-01-21 01:32:02','1fc25857-5b92-424f-990d-558f0952dfdf'),
(73894,32,12244,NULL,2608,3,'2026-01-21 01:32:02','2026-01-21 01:32:02','c0923774-87d2-41df-b160-cc689ebd8416'),
(73895,32,12244,NULL,2600,4,'2026-01-21 01:32:02','2026-01-21 01:32:02','aba451e4-2d19-471a-8777-198aaa9212b8'),
(73896,32,12244,NULL,2596,5,'2026-01-21 01:32:02','2026-01-21 01:32:02','bc5f9e28-641f-443d-baac-1ae94c551526'),
(73897,32,12244,NULL,2602,6,'2026-01-21 01:32:02','2026-01-21 01:32:02','141f6057-3cfb-4c59-9425-13cffee7a1b3'),
(73898,32,12244,NULL,2604,7,'2026-01-21 01:32:02','2026-01-21 01:32:02','ecdfd6f1-35f5-48bf-afa9-fb27824e6ab3'),
(73899,32,12244,NULL,2606,8,'2026-01-21 01:32:02','2026-01-21 01:32:02','819c1c47-b737-41a4-8c99-eed13169bbb7'),
(73900,32,12244,NULL,2612,9,'2026-01-21 01:32:02','2026-01-21 01:32:02','b223f3e8-4b78-430c-9403-68f75637096a'),
(73901,16,12244,NULL,10219,1,'2026-01-21 01:32:02','2026-01-21 01:32:02','222d2bf0-a069-44bb-a98c-e134aaa3c789'),
(73902,7,12244,NULL,601,1,'2026-01-21 01:32:02','2026-01-21 01:32:02','ef91b0b6-e686-4eb1-b74a-53698f3905b1'),
(73903,7,12244,NULL,2974,2,'2026-01-21 01:32:02','2026-01-21 01:32:02','6b9844b9-9be5-426a-a0c2-9974e7ecddb9'),
(73904,7,12244,NULL,617,3,'2026-01-21 01:32:02','2026-01-21 01:32:02','b184803c-fcd9-40e7-b48c-512cc23ad44c'),
(73905,7,12244,NULL,9732,4,'2026-01-21 01:32:02','2026-01-21 01:32:02','027f1a5a-8df2-40af-8a35-1f0c4608620f'),
(73906,7,12244,NULL,9735,5,'2026-01-21 01:32:02','2026-01-21 01:32:02','5634b5c7-5ca7-4724-9004-322c2f02f3da'),
(73907,7,12244,NULL,9552,6,'2026-01-21 01:32:02','2026-01-21 01:32:02','799eeaaf-c827-45b3-9f5c-4037c0fe956f'),
(73908,7,12244,NULL,605,7,'2026-01-21 01:32:02','2026-01-21 01:32:02','1a8a4b8f-87f0-4837-8832-86937c1f8ec5'),
(73909,82,12244,NULL,479,1,'2026-01-21 01:32:02','2026-01-21 01:32:02','2d196bd0-2f85-4a91-a2e0-b91f670e1994'),
(73910,82,12244,NULL,491,2,'2026-01-21 01:32:02','2026-01-21 01:32:02','d419d263-613a-4918-b02c-3a46e8169bb4'),
(73911,57,12244,NULL,10220,1,'2026-01-21 01:32:02','2026-01-21 01:32:02','5363ad72-1c13-4be8-ad42-88489d86d588'),
(73912,57,12244,NULL,10224,2,'2026-01-21 01:32:02','2026-01-21 01:32:02','97810643-f714-4867-8549-a491c8f19ad9'),
(73913,57,12244,NULL,10221,3,'2026-01-21 01:32:02','2026-01-21 01:32:02','29bb7b8a-baf3-4c96-bb92-facfadd9a683'),
(73914,57,12244,NULL,10222,4,'2026-01-21 01:32:02','2026-01-21 01:32:02','d27371b6-a74a-4086-b5a9-46602a86f177'),
(73915,57,12244,NULL,10225,5,'2026-01-21 01:32:02','2026-01-21 01:32:02','d00c5f26-a301-4266-bf78-d26d93c8f50e'),
(73916,57,12244,NULL,10226,6,'2026-01-21 01:32:02','2026-01-21 01:32:02','9478f145-6545-4ca4-91b6-0f68d46fc95d'),
(73917,57,12244,NULL,10228,7,'2026-01-21 01:32:02','2026-01-21 01:32:02','33166920-af8c-4b37-9b55-c07b08df705b'),
(73918,57,12244,NULL,10229,8,'2026-01-21 01:32:02','2026-01-21 01:32:02','f26e8cd5-d518-4e3b-9fc0-3765ee86c91d'),
(73919,57,12244,NULL,10232,9,'2026-01-21 01:32:02','2026-01-21 01:32:02','caac793f-eccc-46a9-9be3-f4aa85d4d580'),
(73920,57,12244,NULL,10233,10,'2026-01-21 01:32:02','2026-01-21 01:32:02','f0a848b5-bf02-49d8-8fb1-e8da7080711a'),
(73921,57,12244,NULL,10234,11,'2026-01-21 01:32:02','2026-01-21 01:32:02','4d71ea90-77bd-445a-91cc-f9fa8434bc37'),
(73922,57,12244,NULL,10236,12,'2026-01-21 01:32:02','2026-01-21 01:32:02','15c4f604-2266-49c2-b61c-8bbc845c2251'),
(73923,57,12244,NULL,10237,13,'2026-01-21 01:32:02','2026-01-21 01:32:02','aec31ba6-1bbf-4191-9869-c74ea26394c9'),
(73924,57,12244,NULL,10238,14,'2026-01-21 01:32:02','2026-01-21 01:32:02','aaf339c1-ae64-44d6-a8d6-3973d5378c8d'),
(73925,57,12244,NULL,10240,15,'2026-01-21 01:32:02','2026-01-21 01:32:02','23ae89c1-9312-4877-bf03-989bfecfcdab'),
(73953,47,1255,NULL,12247,1,'2026-01-21 01:33:37','2026-01-21 01:33:37','a4f214a6-c22c-4733-a913-edacb883e339'),
(73954,32,12249,NULL,2610,1,'2026-01-21 01:33:37','2026-01-21 01:33:37','722bd4b0-958d-4d9a-bfdf-588cd1fe045d'),
(73955,32,12249,NULL,2598,2,'2026-01-21 01:33:37','2026-01-21 01:33:37','a6d9aa1e-d95d-43aa-ad9d-089d570d0db6'),
(73956,32,12249,NULL,2608,3,'2026-01-21 01:33:37','2026-01-21 01:33:37','3cb7401a-814d-4e9c-84b3-0b7b6c60fc27'),
(73957,32,12249,NULL,2624,4,'2026-01-21 01:33:37','2026-01-21 01:33:37','851f25d9-6be8-457a-a22c-b6985ec86b13'),
(73958,32,12249,NULL,2600,5,'2026-01-21 01:33:37','2026-01-21 01:33:37','e9790ac7-56f2-44e5-90b0-d93efa47de47'),
(73959,32,12249,NULL,2596,6,'2026-01-21 01:33:37','2026-01-21 01:33:37','8e3b7198-93e5-4931-9738-0651dede10ba'),
(73960,32,12249,NULL,2602,7,'2026-01-21 01:33:37','2026-01-21 01:33:37','13a314da-faec-4533-88dd-97df7b9561d8'),
(73961,32,12249,NULL,2606,8,'2026-01-21 01:33:37','2026-01-21 01:33:37','b4c9e32b-e90a-4e28-95d4-a4cb81faed87'),
(73962,32,12249,NULL,2612,9,'2026-01-21 01:33:37','2026-01-21 01:33:37','78dd1c46-e96c-45a4-a697-964baca626f1'),
(73963,32,12249,NULL,2604,10,'2026-01-21 01:33:37','2026-01-21 01:33:37','9ca20061-840f-41b8-8446-e0fd737f5f1e'),
(73964,16,12249,NULL,4786,1,'2026-01-21 01:33:37','2026-01-21 01:33:37','1ef9abac-091c-4cad-abf4-587f91b74c7a'),
(73965,7,12249,NULL,6547,1,'2026-01-21 01:33:37','2026-01-21 01:33:37','11e2cdfb-146e-4185-bf84-8f746ed1b695'),
(73966,7,12249,NULL,601,2,'2026-01-21 01:33:37','2026-01-21 01:33:37','f0ba16e8-5983-464e-a48b-fdfa1500205b'),
(73967,7,12249,NULL,617,3,'2026-01-21 01:33:37','2026-01-21 01:33:37','b17efa9c-f006-4f22-ad1b-e12e8a6ce265'),
(73968,7,12249,NULL,605,4,'2026-01-21 01:33:37','2026-01-21 01:33:37','8c3750d8-369b-4ae1-844b-aaa46d2dc147'),
(73969,7,12249,NULL,9552,5,'2026-01-21 01:33:37','2026-01-21 01:33:37','f4e305f9-4dcc-4f96-a1e7-b2baeabae7d7'),
(73970,82,12249,NULL,491,1,'2026-01-21 01:33:37','2026-01-21 01:33:37','7aff687f-0982-4c31-b380-7c2a7b943c8a'),
(73971,46,12249,NULL,2891,1,'2026-01-21 01:33:37','2026-01-21 01:33:37','5e2719ce-3c9e-4aca-a05a-de30458b0f4c'),
(73972,47,12249,NULL,12247,1,'2026-01-21 01:33:37','2026-01-21 01:33:37','e4b34986-dd4b-4b67-9f70-6be6b4e712e3'),
(73973,57,12249,NULL,4808,1,'2026-01-21 01:33:37','2026-01-21 01:33:37','ff319790-89cc-4bc9-a05c-89aefe97eb92'),
(73974,57,12249,NULL,4811,2,'2026-01-21 01:33:37','2026-01-21 01:33:37','18f815de-9f0c-4706-93c7-b07c5c7d21f7'),
(73975,57,12249,NULL,4807,3,'2026-01-21 01:33:37','2026-01-21 01:33:37','337b0bd7-39de-4004-afe1-8a84bc3823c9'),
(73976,57,12249,NULL,4806,4,'2026-01-21 01:33:37','2026-01-21 01:33:37','528a7453-c035-4571-ac4d-dc77f25d5ace'),
(73977,57,12249,NULL,4809,5,'2026-01-21 01:33:37','2026-01-21 01:33:37','fd89b5de-a517-40d8-a067-bda571921613'),
(73978,57,12249,NULL,4810,6,'2026-01-21 01:33:37','2026-01-21 01:33:37','16d44902-701a-4b60-a5bd-7da38c1238e8'),
(74015,32,12253,NULL,2610,1,'2026-01-21 01:33:51','2026-01-21 01:33:51','9627d7df-c9d9-4eff-aab0-306bed94bca5'),
(74016,32,12253,NULL,2598,2,'2026-01-21 01:33:51','2026-01-21 01:33:51','38a47c0b-202d-4e0f-9f20-f8f7eca78e55'),
(74017,32,12253,NULL,2600,3,'2026-01-21 01:33:51','2026-01-21 01:33:51','b7eca2fe-9cd3-4718-b08c-9fc48382ea76'),
(74018,32,12253,NULL,2604,4,'2026-01-21 01:33:51','2026-01-21 01:33:51','db974aa3-eb39-4ab7-9483-7fe6ff99f6de'),
(74019,32,12253,NULL,2608,5,'2026-01-21 01:33:51','2026-01-21 01:33:51','fc406ada-c2e7-4833-9c2c-2d950716ff16'),
(74020,32,12253,NULL,2596,6,'2026-01-21 01:33:51','2026-01-21 01:33:51','1ef5ea7a-12a1-4725-9971-8548bb753048'),
(74021,32,12253,NULL,2602,7,'2026-01-21 01:33:51','2026-01-21 01:33:51','55359116-9e35-48d6-966e-19a32ca6bb6b'),
(74022,32,12253,NULL,2606,8,'2026-01-21 01:33:51','2026-01-21 01:33:51','48e8f713-42bb-4624-b172-df3cdc6fff74'),
(74023,32,12253,NULL,2612,9,'2026-01-21 01:33:51','2026-01-21 01:33:51','5d097027-95c2-4cc1-b42c-2499a97e63a9'),
(74024,16,12253,NULL,9219,1,'2026-01-21 01:33:51','2026-01-21 01:33:51','273b86b2-4df9-4bfd-9533-f9215dd7c4d7'),
(74025,7,12253,NULL,601,1,'2026-01-21 01:33:51','2026-01-21 01:33:51','913da26a-d6b3-4462-8f57-e24535660d28'),
(74026,7,12253,NULL,605,2,'2026-01-21 01:33:51','2026-01-21 01:33:51','99dd5c0c-b0d1-4c22-85b3-66d344e726f5'),
(74027,7,12253,NULL,617,3,'2026-01-21 01:33:51','2026-01-21 01:33:51','c4a379a7-cb1d-4025-b0cb-31fc849c10c5'),
(74028,7,12253,NULL,9552,4,'2026-01-21 01:33:51','2026-01-21 01:33:51','e431c31a-6b5f-4f41-8591-1e57cf26f4f4'),
(74029,82,12253,NULL,469,1,'2026-01-21 01:33:51','2026-01-21 01:33:51','4faee55c-fc16-4c62-867f-95183a397240'),
(74030,82,12253,NULL,475,2,'2026-01-21 01:33:51','2026-01-21 01:33:51','19a8483c-68fd-4f4e-8995-77ec526dc425'),
(74031,82,12253,NULL,479,3,'2026-01-21 01:33:51','2026-01-21 01:33:51','c19bd478-5138-48c9-b093-2defa0d284df'),
(74032,82,12253,NULL,491,4,'2026-01-21 01:33:51','2026-01-21 01:33:51','710189ed-6e40-4e00-85d1-5d28d5874be0'),
(74033,57,12253,NULL,9222,1,'2026-01-21 01:33:51','2026-01-21 01:33:51','4efccd13-0767-49d3-ad8b-3ceb1c157642'),
(74034,57,12253,NULL,9223,2,'2026-01-21 01:33:51','2026-01-21 01:33:51','0fb3c196-56c7-4ffd-989f-f16aa288f013'),
(74035,57,12253,NULL,9224,3,'2026-01-21 01:33:51','2026-01-21 01:33:51','12ebac7a-f434-4147-a90d-6e106c33d3e7'),
(74036,57,12253,NULL,9225,4,'2026-01-21 01:33:51','2026-01-21 01:33:51','dcd3e618-8238-45ce-87c9-55ae3f61352d'),
(74037,57,12253,NULL,9226,5,'2026-01-21 01:33:51','2026-01-21 01:33:51','00ffc349-6ea6-4c8c-8f97-6191adfcdfe6'),
(74038,57,12253,NULL,12250,6,'2026-01-21 01:33:51','2026-01-21 01:33:51','231b1cf6-0891-4154-a7b8-2f8497c4e999'),
(74039,57,12253,NULL,12251,7,'2026-01-21 01:33:51','2026-01-21 01:33:51','0e6e8720-da12-4c1f-88d4-de83c242743b'),
(74066,47,1261,NULL,12256,1,'2026-01-21 01:37:05','2026-01-21 01:37:05','faf32ec7-01cf-4141-a2c6-94a8b8a93ae0'),
(74067,32,12262,NULL,2598,1,'2026-01-21 01:37:05','2026-01-21 01:37:05','78aab039-9f82-4cf4-bca6-68041ba31ed8'),
(74068,32,12262,NULL,2608,2,'2026-01-21 01:37:05','2026-01-21 01:37:05','172889b3-fb18-45ec-a4d3-e23d88026fd7'),
(74069,32,12262,NULL,2600,3,'2026-01-21 01:37:05','2026-01-21 01:37:05','9019668e-8305-4087-a48f-62805f474963'),
(74070,32,12262,NULL,2602,4,'2026-01-21 01:37:05','2026-01-21 01:37:05','9ccbcca9-f56e-4cb5-8a74-cb624da9d033'),
(74071,32,12262,NULL,2612,5,'2026-01-21 01:37:05','2026-01-21 01:37:05','b1984ebf-750f-4854-ac1a-562cd6168280'),
(74072,32,12262,NULL,2604,6,'2026-01-21 01:37:05','2026-01-21 01:37:05','e0ae7217-26ca-4fd9-9c85-48c21903a13c'),
(74073,32,12262,NULL,2610,7,'2026-01-21 01:37:05','2026-01-21 01:37:05','721c1a7e-1710-4502-9a6d-6a2895b5e461'),
(74074,32,12262,NULL,2596,8,'2026-01-21 01:37:05','2026-01-21 01:37:05','907907c2-5ced-4b31-8132-ba8df736a657'),
(74075,32,12262,NULL,2606,9,'2026-01-21 01:37:05','2026-01-21 01:37:05','c4da08af-6fc9-42de-afc1-e3ccda865db9'),
(74076,16,12262,NULL,4884,1,'2026-01-21 01:37:05','2026-01-21 01:37:05','a4334488-3731-457e-ab14-ef0c404120d7'),
(74077,7,12262,NULL,6547,1,'2026-01-21 01:37:05','2026-01-21 01:37:05','6a54ce84-f76f-4b6b-888e-cf2719892cca'),
(74078,7,12262,NULL,601,2,'2026-01-21 01:37:05','2026-01-21 01:37:05','c6879c5b-fde7-41c6-8c63-378cdf91604f'),
(74079,7,12262,NULL,9732,3,'2026-01-21 01:37:05','2026-01-21 01:37:05','0f3c4729-3d6d-46a0-b778-c7e295947154'),
(74080,7,12262,NULL,9735,4,'2026-01-21 01:37:05','2026-01-21 01:37:05','8a7ec014-21a4-4685-ac51-e329c0d81ff8'),
(74081,7,12262,NULL,617,5,'2026-01-21 01:37:05','2026-01-21 01:37:05','902237e4-32cf-4cd8-96cd-89f378db7d09'),
(74082,7,12262,NULL,605,6,'2026-01-21 01:37:05','2026-01-21 01:37:05','7e0b6d35-64dd-4909-83aa-7b1111221846'),
(74083,7,12262,NULL,9552,7,'2026-01-21 01:37:05','2026-01-21 01:37:05','b4738f6b-abe6-4d29-bb80-88b105785837'),
(74084,82,12262,NULL,479,1,'2026-01-21 01:37:05','2026-01-21 01:37:05','5d1d1650-20ce-420d-9bc6-88bbec43b951'),
(74085,82,12262,NULL,491,2,'2026-01-21 01:37:05','2026-01-21 01:37:05','48fd8b6d-0842-4b5e-bab8-cb31f0338b75'),
(74086,82,12262,NULL,469,3,'2026-01-21 01:37:05','2026-01-21 01:37:05','14884414-c9f1-48ee-919d-6b82d1789076'),
(74087,47,12262,NULL,12256,1,'2026-01-21 01:37:05','2026-01-21 01:37:05','3b487170-a7d4-4424-bc2a-7cc7235c9af7'),
(74088,57,12262,NULL,4886,1,'2026-01-21 01:37:05','2026-01-21 01:37:05','e5acbbe1-4923-43ca-af73-2774dfbcff36'),
(74089,57,12262,NULL,4880,2,'2026-01-21 01:37:05','2026-01-21 01:37:05','1c0e76a6-c4af-47ef-aa91-0780ba7427b6'),
(74090,57,12262,NULL,4888,3,'2026-01-21 01:37:05','2026-01-21 01:37:05','1a274183-02fe-4b8b-b94b-7580edbe5ff8'),
(74091,57,12262,NULL,4882,4,'2026-01-21 01:37:05','2026-01-21 01:37:05','0f7abd25-5836-4f62-b4e5-58a8ae0e6481'),
(74092,57,12262,NULL,4879,5,'2026-01-21 01:37:05','2026-01-21 01:37:05','5113aa20-5dc5-4ff6-80d8-ae4510e7038d'),
(74093,57,12262,NULL,4881,6,'2026-01-21 01:37:05','2026-01-21 01:37:05','3c1af7c4-fe88-4368-b875-7911abc54fe8'),
(74094,57,12262,NULL,4887,7,'2026-01-21 01:37:05','2026-01-21 01:37:05','b0c4c748-53f4-46ac-b2ae-7ab3f0b93fc8'),
(74095,57,12262,NULL,4883,8,'2026-01-21 01:37:05','2026-01-21 01:37:05','941a928c-ee3c-4466-a284-7876de852b9a'),
(74096,57,12262,NULL,4884,9,'2026-01-21 01:37:05','2026-01-21 01:37:05','c2a317a0-ad0f-4a5a-a415-b13d1822a09d'),
(74097,57,12262,NULL,4885,10,'2026-01-21 01:37:05','2026-01-21 01:37:05','eeb77ca8-62f6-4156-8b05-e121fea2a5b9'),
(74131,32,12268,NULL,2598,1,'2026-01-21 01:37:15','2026-01-21 01:37:15','f46a8bb2-68a5-4866-9a2a-508ba7e89067'),
(74132,32,12268,NULL,2608,2,'2026-01-21 01:37:15','2026-01-21 01:37:15','da47cb17-f8d5-460f-aba7-d34e9cabdf2b'),
(74133,32,12268,NULL,2600,3,'2026-01-21 01:37:15','2026-01-21 01:37:15','9c521f84-e3d0-4dd8-8cab-f565f820d94a'),
(74134,32,12268,NULL,2602,4,'2026-01-21 01:37:15','2026-01-21 01:37:15','6c23778c-7755-4800-9e8a-af1aeca55ef5'),
(74135,32,12268,NULL,2612,5,'2026-01-21 01:37:15','2026-01-21 01:37:15','97ae52d7-115f-4720-a723-9041d8b8c915'),
(74136,32,12268,NULL,2604,6,'2026-01-21 01:37:15','2026-01-21 01:37:15','b1dd92b1-9ffb-42a0-94e9-559858e1019a'),
(74137,32,12268,NULL,2610,7,'2026-01-21 01:37:15','2026-01-21 01:37:15','151d6484-009f-4768-969e-00d3d9a837bc'),
(74138,32,12268,NULL,2596,8,'2026-01-21 01:37:15','2026-01-21 01:37:15','0385d13a-6cc7-4bc3-b3ce-c37f4a072ae1'),
(74139,32,12268,NULL,2606,9,'2026-01-21 01:37:15','2026-01-21 01:37:15','607366c1-631d-43bf-a974-f61562ae9001'),
(74140,16,12268,NULL,4884,1,'2026-01-21 01:37:15','2026-01-21 01:37:15','e148b679-776b-4f22-8511-66d1a8d4a27c'),
(74141,7,12268,NULL,6547,1,'2026-01-21 01:37:15','2026-01-21 01:37:15','3b5a0211-08d6-404b-b6a0-20cbd4d29fe2'),
(74142,7,12268,NULL,601,2,'2026-01-21 01:37:15','2026-01-21 01:37:15','4a7c0ece-1d00-44e6-86f2-fefdb1200c01'),
(74143,7,12268,NULL,9732,3,'2026-01-21 01:37:15','2026-01-21 01:37:15','97a39b18-a00a-47ea-8466-9fcedb92b34a'),
(74144,7,12268,NULL,9735,4,'2026-01-21 01:37:15','2026-01-21 01:37:15','c433b175-fb06-4613-a2ad-b100c687ffc3'),
(74145,7,12268,NULL,617,5,'2026-01-21 01:37:15','2026-01-21 01:37:15','e512617c-abb9-4b3f-8031-d635bdc42a1b'),
(74146,7,12268,NULL,605,6,'2026-01-21 01:37:15','2026-01-21 01:37:15','6ca26b80-bbb0-4194-ba23-17276a33b06f'),
(74147,7,12268,NULL,9552,7,'2026-01-21 01:37:15','2026-01-21 01:37:15','1ec5cf1b-a841-44ea-afe1-3d6704274529'),
(74148,82,12268,NULL,479,1,'2026-01-21 01:37:15','2026-01-21 01:37:15','cc5e63e7-01c3-4902-b540-a6200a8e7713'),
(74149,82,12268,NULL,491,2,'2026-01-21 01:37:15','2026-01-21 01:37:15','565c9e79-ef4d-41fa-b742-481ba8a3fe08'),
(74150,82,12268,NULL,469,3,'2026-01-21 01:37:15','2026-01-21 01:37:15','3ec564d7-67b1-4d68-81c0-782c7c0cb277'),
(74151,47,12268,NULL,12256,1,'2026-01-21 01:37:15','2026-01-21 01:37:15','b41c8046-d2b5-46bb-a57c-22a71c8c93f4'),
(74152,57,12268,NULL,4886,1,'2026-01-21 01:37:15','2026-01-21 01:37:15','90dbf6dd-3841-4633-aad6-c6a2eab8f18d'),
(74153,57,12268,NULL,4880,2,'2026-01-21 01:37:15','2026-01-21 01:37:15','e77c86fc-3180-48be-b746-663820f255fc'),
(74154,57,12268,NULL,4888,3,'2026-01-21 01:37:15','2026-01-21 01:37:15','5e0ae410-7e20-45ea-8439-2fee767980f0'),
(74155,57,12268,NULL,4882,4,'2026-01-21 01:37:15','2026-01-21 01:37:15','269d5fd1-6bcd-43a3-89e1-d2919ee86a1d'),
(74156,57,12268,NULL,4879,5,'2026-01-21 01:37:15','2026-01-21 01:37:15','b3665b4d-2053-42b5-bd27-7dd040c9d698'),
(74157,57,12268,NULL,4881,6,'2026-01-21 01:37:15','2026-01-21 01:37:15','61d44aa8-2795-42dd-a5a9-e219b2500579'),
(74158,57,12268,NULL,4887,7,'2026-01-21 01:37:15','2026-01-21 01:37:15','aedfa36b-de07-4f6f-9c72-00e4a99772c7'),
(74159,57,12268,NULL,4883,8,'2026-01-21 01:37:15','2026-01-21 01:37:15','197c168a-f95a-409d-b105-08df946c35f3'),
(74160,57,12268,NULL,4884,9,'2026-01-21 01:37:15','2026-01-21 01:37:15','a24c8c59-1192-4c21-b59c-06719c30fb1e'),
(74161,57,12268,NULL,4885,10,'2026-01-21 01:37:15','2026-01-21 01:37:15','08d1ef5f-7b02-473d-abaa-8149ec2e7fa0'),
(74187,32,12271,NULL,2610,1,'2026-01-21 01:37:46','2026-01-21 01:37:46','867b8ad9-a3a6-445b-a0ab-fdac3c5f1d6c'),
(74188,32,12271,NULL,2598,2,'2026-01-21 01:37:46','2026-01-21 01:37:46','e5baafeb-8227-489f-9378-f4cd78102382'),
(74189,32,12271,NULL,2600,3,'2026-01-21 01:37:46','2026-01-21 01:37:46','84e04456-d193-4b66-ad74-6534c99b763b'),
(74190,32,12271,NULL,2604,4,'2026-01-21 01:37:46','2026-01-21 01:37:46','6b7f88c0-8c6f-49de-8f46-1960eeb83971'),
(74191,32,12271,NULL,2608,5,'2026-01-21 01:37:46','2026-01-21 01:37:46','a9e43f85-4622-47b5-b2e1-d7a1fc2cafeb'),
(74192,32,12271,NULL,2596,6,'2026-01-21 01:37:46','2026-01-21 01:37:46','3df7d3ec-d0ce-44c7-9ecf-5f5fb6341714'),
(74193,32,12271,NULL,2602,7,'2026-01-21 01:37:46','2026-01-21 01:37:46','981e9c0c-dec8-4f1c-9af1-58cbff0d37d5'),
(74194,32,12271,NULL,2606,8,'2026-01-21 01:37:46','2026-01-21 01:37:46','dc780167-a53e-41c0-a1e3-5f40517e24fe'),
(74195,32,12271,NULL,2612,9,'2026-01-21 01:37:46','2026-01-21 01:37:46','02834fb0-f610-4896-8d88-ccab8ac92d76'),
(74196,16,12271,NULL,9219,1,'2026-01-21 01:37:46','2026-01-21 01:37:46','31db2d3c-d2d3-4595-a0e4-2c934c57d8f1'),
(74197,7,12271,NULL,601,1,'2026-01-21 01:37:46','2026-01-21 01:37:46','18df7197-7727-4c19-af0c-8a2f8411066e'),
(74198,7,12271,NULL,605,2,'2026-01-21 01:37:46','2026-01-21 01:37:46','f757f7b5-1d0e-4096-a623-cf317d47bcb4'),
(74199,7,12271,NULL,617,3,'2026-01-21 01:37:46','2026-01-21 01:37:46','621b3acb-85df-4cf1-80b0-2ce39a6b2ae6'),
(74200,7,12271,NULL,9552,4,'2026-01-21 01:37:46','2026-01-21 01:37:46','bfff3272-774f-48ad-8323-3f85dc3fa949'),
(74201,82,12271,NULL,469,1,'2026-01-21 01:37:46','2026-01-21 01:37:46','c87cf235-3d5a-471c-a54b-711232e81fc7'),
(74202,82,12271,NULL,475,2,'2026-01-21 01:37:46','2026-01-21 01:37:46','bc25077f-81c3-4891-b274-b5ce97f81126'),
(74203,82,12271,NULL,479,3,'2026-01-21 01:37:46','2026-01-21 01:37:46','ffacc72d-ee0c-411d-abc6-75413cd6ee95'),
(74204,82,12271,NULL,491,4,'2026-01-21 01:37:46','2026-01-21 01:37:46','85dbbaa3-7aed-4dbc-9dbc-7d422414e871'),
(74205,57,12271,NULL,9222,1,'2026-01-21 01:37:46','2026-01-21 01:37:46','4e26ad3f-138c-4efd-9422-0b152dd6c0f6'),
(74206,57,12271,NULL,9223,2,'2026-01-21 01:37:46','2026-01-21 01:37:46','709a25d0-cf21-4e75-87eb-a2a825707fef'),
(74207,57,12271,NULL,9224,3,'2026-01-21 01:37:46','2026-01-21 01:37:46','e6e294ee-2998-412f-9618-fcad8819c0e6'),
(74208,57,12271,NULL,9225,4,'2026-01-21 01:37:46','2026-01-21 01:37:46','4a4db975-d48c-4bad-9f6e-6de968fccd46'),
(74209,57,12271,NULL,9226,5,'2026-01-21 01:37:46','2026-01-21 01:37:46','890bbf3f-6826-46ff-a13c-e6a5e878b9f0'),
(74210,57,12271,NULL,12250,6,'2026-01-21 01:37:46','2026-01-21 01:37:46','b7642ac3-38a6-4f82-9fe0-bfe563be57cb'),
(74211,57,12271,NULL,12251,7,'2026-01-21 01:37:46','2026-01-21 01:37:46','9d5d7d47-68f1-42f4-96ca-5c50ba9b4c51'),
(74212,47,1269,NULL,12269,1,'2026-01-21 01:37:47','2026-01-21 01:37:47','829345ae-9a05-45ad-ba5c-45913d84ac22'),
(74213,32,12272,NULL,2614,1,'2026-01-21 01:37:47','2026-01-21 01:37:47','240eb77e-a4ef-43c3-995d-050f3b04a919'),
(74214,32,12272,NULL,2610,2,'2026-01-21 01:37:47','2026-01-21 01:37:47','f131ec7b-4943-4995-94e0-118ef8f774e2'),
(74215,32,12272,NULL,2598,3,'2026-01-21 01:37:47','2026-01-21 01:37:47','7176629b-4b21-4011-b8cd-5fd5d34ddc62'),
(74216,32,12272,NULL,2608,4,'2026-01-21 01:37:47','2026-01-21 01:37:47','80d07cb5-8ce6-4750-b7d6-8f20220b72e2'),
(74217,32,12272,NULL,2600,5,'2026-01-21 01:37:47','2026-01-21 01:37:47','327bc27c-896d-46eb-9e83-3caad6277485'),
(74218,32,12272,NULL,2596,6,'2026-01-21 01:37:47','2026-01-21 01:37:47','b1135700-9485-4a35-afaf-f958b1fbdd5e'),
(74219,32,12272,NULL,2602,7,'2026-01-21 01:37:47','2026-01-21 01:37:47','fc2b8220-50a5-4892-87fd-cdc1ae16d90f'),
(74220,32,12272,NULL,2606,8,'2026-01-21 01:37:47','2026-01-21 01:37:47','0376dfe6-115a-4885-b0a0-2fd9470becd6'),
(74221,32,12272,NULL,2612,9,'2026-01-21 01:37:47','2026-01-21 01:37:47','39a76a80-5933-4942-bc6c-a410f5f552ec'),
(74222,32,12272,NULL,2604,10,'2026-01-21 01:37:47','2026-01-21 01:37:47','8c149856-b1fa-4e54-bde5-baff9a321c6f'),
(74223,16,12272,NULL,6741,1,'2026-01-21 01:37:47','2026-01-21 01:37:47','08c34bdf-fd62-49e7-9210-2b49869f2b5d'),
(74224,7,12272,NULL,605,1,'2026-01-21 01:37:47','2026-01-21 01:37:47','f20931d6-c98b-4c8a-9a7e-bb08658b98a6'),
(74225,7,12272,NULL,617,2,'2026-01-21 01:37:47','2026-01-21 01:37:47','88ee65b2-c307-47d0-ba0f-3efec5e2f91a'),
(74226,7,12272,NULL,9552,3,'2026-01-21 01:37:47','2026-01-21 01:37:47','01e5996f-0079-43fa-9e7e-a50adc407e3c'),
(74227,47,12272,NULL,12269,1,'2026-01-21 01:37:47','2026-01-21 01:37:47','b923bca1-6f36-4aae-8e74-6199d3e25a0e'),
(74228,57,12272,NULL,6759,1,'2026-01-21 01:37:47','2026-01-21 01:37:47','5e26cc5d-a023-4839-81f9-d5b7a2b738c6'),
(74229,57,12272,NULL,6760,2,'2026-01-21 01:37:47','2026-01-21 01:37:47','14b03e58-76e6-4628-808d-c096f4722070'),
(74230,57,12272,NULL,6761,3,'2026-01-21 01:37:47','2026-01-21 01:37:47','7a01667b-3c9d-4aa5-a43f-03d68fc03e05'),
(74231,57,12272,NULL,6762,4,'2026-01-21 01:37:47','2026-01-21 01:37:47','95dbeb29-6190-4b86-940d-e2a545fe857b'),
(74232,57,12272,NULL,6763,5,'2026-01-21 01:37:47','2026-01-21 01:37:47','708b9f43-e9be-48ff-9dcd-f5f1aac4d7b8'),
(74233,57,12272,NULL,6764,6,'2026-01-21 01:37:47','2026-01-21 01:37:47','63dedf4b-8936-4a27-aa4c-d6acdbae386d'),
(74234,57,12272,NULL,6765,7,'2026-01-21 01:37:47','2026-01-21 01:37:47','68a9a773-ce1a-41e6-8d78-d7f94ccd7433'),
(74235,57,12272,NULL,6766,8,'2026-01-21 01:37:47','2026-01-21 01:37:47','19ba9505-532a-4fe3-a4db-4d6c9c6b9afc'),
(74236,13,12272,NULL,6767,1,'2026-01-21 01:37:47','2026-01-21 01:37:47','ab5289f1-8013-4b59-96a6-a4bd0ffd248e'),
(74286,47,1277,NULL,12275,1,'2026-01-21 01:38:02','2026-01-21 01:38:02','e5a96d43-3c1e-49fc-9ba4-6319c595a1a5'),
(74287,32,12276,NULL,2610,1,'2026-01-21 01:38:02','2026-01-21 01:38:02','48f638ea-7fc8-40e5-b636-77a74b4c6aa2'),
(74288,32,12276,NULL,2598,2,'2026-01-21 01:38:02','2026-01-21 01:38:02','530085e0-2f36-42df-ab95-2916bf36364a'),
(74289,32,12276,NULL,2608,3,'2026-01-21 01:38:02','2026-01-21 01:38:02','573ede51-d9a2-4dc2-ac3d-85e8355e2b37'),
(74290,32,12276,NULL,2600,4,'2026-01-21 01:38:02','2026-01-21 01:38:02','c748ee20-f18b-4c0c-9274-c7a3bc74e2a4'),
(74291,32,12276,NULL,2602,5,'2026-01-21 01:38:02','2026-01-21 01:38:02','d7230610-d104-4e24-aacf-61fabeac1058'),
(74292,32,12276,NULL,2612,6,'2026-01-21 01:38:02','2026-01-21 01:38:02','1dadef9d-01f7-47c1-b7b8-5e68d311679c'),
(74293,32,12276,NULL,2604,7,'2026-01-21 01:38:02','2026-01-21 01:38:02','b3d1c59a-b9b6-4348-be3c-5e9c8732e24b'),
(74294,32,12276,NULL,2596,8,'2026-01-21 01:38:02','2026-01-21 01:38:02','494e1812-5cd5-423e-82ba-21a2d81a9dc5'),
(74295,32,12276,NULL,2606,9,'2026-01-21 01:38:02','2026-01-21 01:38:02','9e2aaf88-cebe-4d7c-b865-1a53ae03dece'),
(74296,16,12276,NULL,6793,1,'2026-01-21 01:38:02','2026-01-21 01:38:02','15d42338-cb4d-49f6-a67f-74e2d8a386e4'),
(74297,7,12276,NULL,2969,1,'2026-01-21 01:38:02','2026-01-21 01:38:02','8f838903-bb15-4625-a3e0-392132a39d5a'),
(74298,7,12276,NULL,605,2,'2026-01-21 01:38:02','2026-01-21 01:38:02','fb5f34ef-aac0-461e-96b9-d9b48f6e69a4'),
(74299,7,12276,NULL,617,3,'2026-01-21 01:38:02','2026-01-21 01:38:02','91add111-9c7f-4bdd-a6de-0fab645134c4'),
(74300,7,12276,NULL,9552,4,'2026-01-21 01:38:02','2026-01-21 01:38:02','0822c59b-2032-4a46-b332-7cd8403fa8e4'),
(74301,82,12276,NULL,479,1,'2026-01-21 01:38:02','2026-01-21 01:38:02','15388f11-816e-48fa-8cf5-6f264850e17b'),
(74302,82,12276,NULL,491,2,'2026-01-21 01:38:02','2026-01-21 01:38:02','662384b8-4ac1-4ce3-b305-1c4817aee313'),
(74303,82,12276,NULL,469,3,'2026-01-21 01:38:02','2026-01-21 01:38:02','da06766b-4fc4-462c-9e6d-e2724cbb470d'),
(74304,47,12276,NULL,12275,1,'2026-01-21 01:38:02','2026-01-21 01:38:02','0bd41f1d-76b1-47dd-a1ab-6716974c79c8'),
(74305,57,12276,NULL,6792,1,'2026-01-21 01:38:02','2026-01-21 01:38:02','86d12781-b341-4317-a915-07b596b8b24f'),
(74306,57,12276,NULL,6793,2,'2026-01-21 01:38:02','2026-01-21 01:38:02','4f81999d-d0a1-467d-bfa9-0352c9a1d18c'),
(74307,57,12276,NULL,6794,3,'2026-01-21 01:38:02','2026-01-21 01:38:02','70445a6e-fd4d-46eb-b9ce-b715d44ebaa6'),
(74308,57,12276,NULL,6795,4,'2026-01-21 01:38:02','2026-01-21 01:38:02','cd6a7e93-bb50-430c-b09e-8d8ffae335c1'),
(74309,57,12276,NULL,6796,5,'2026-01-21 01:38:02','2026-01-21 01:38:02','91e189cd-191f-4cfc-8ddf-9e83a4667f43'),
(74310,13,12276,NULL,6852,1,'2026-01-21 01:38:02','2026-01-21 01:38:02','def22a4c-bc8f-4874-b12f-2f227ce75a14'),
(74338,47,1283,NULL,12278,1,'2026-01-21 01:38:23','2026-01-21 01:38:23','08859edc-1891-43b7-b229-9a281de05a2c'),
(74339,32,12279,NULL,2610,1,'2026-01-21 01:38:23','2026-01-21 01:38:23','6b34ae20-7533-4b2f-9d12-2160adb000c0'),
(74340,32,12279,NULL,2598,2,'2026-01-21 01:38:23','2026-01-21 01:38:23','e9ff47bb-984b-4319-a32b-99da2d84299c'),
(74341,32,12279,NULL,2608,3,'2026-01-21 01:38:23','2026-01-21 01:38:23','e526c30a-e21a-4970-86a1-60ea55e74070'),
(74342,32,12279,NULL,2600,4,'2026-01-21 01:38:23','2026-01-21 01:38:23','bbc0cf7f-d0cf-42c7-a813-b9ba1a105842'),
(74343,32,12279,NULL,2596,5,'2026-01-21 01:38:23','2026-01-21 01:38:23','76115a03-37f1-49c8-bc1d-379c27cf125a'),
(74344,32,12279,NULL,2602,6,'2026-01-21 01:38:23','2026-01-21 01:38:23','a1181ec4-e874-40c8-bd54-ca7aecd76e97'),
(74345,32,12279,NULL,2612,7,'2026-01-21 01:38:23','2026-01-21 01:38:23','fd4f56ae-7a91-40b0-9eb4-d320ac9aa361'),
(74346,32,12279,NULL,2618,8,'2026-01-21 01:38:23','2026-01-21 01:38:23','7c44ba19-167f-4ba1-81fd-2e8874b09bd6'),
(74347,32,12279,NULL,2604,9,'2026-01-21 01:38:23','2026-01-21 01:38:23','cec6925f-6b30-45e1-a575-495c238c9fde'),
(74348,32,12279,NULL,2606,10,'2026-01-21 01:38:23','2026-01-21 01:38:23','5de02a64-a264-470d-83a9-c35b46997132'),
(74349,16,12279,NULL,9008,1,'2026-01-21 01:38:23','2026-01-21 01:38:23','1fb10118-93d5-4811-88b3-0a8c232f9b5a'),
(74350,7,12279,NULL,605,1,'2026-01-21 01:38:23','2026-01-21 01:38:23','b7574f3e-d31f-4854-8504-ed671ed7ee75'),
(74351,7,12279,NULL,617,2,'2026-01-21 01:38:23','2026-01-21 01:38:23','c2270889-6bcf-4469-8620-e94adc7ef3f9'),
(74352,7,12279,NULL,9552,3,'2026-01-21 01:38:23','2026-01-21 01:38:23','b431bfdd-4af6-4b31-a635-5917a00d125a'),
(74353,82,12279,NULL,479,1,'2026-01-21 01:38:23','2026-01-21 01:38:23','de91cd8d-2f06-4dd8-94c8-6843ef5db36b'),
(74354,82,12279,NULL,491,2,'2026-01-21 01:38:23','2026-01-21 01:38:23','413f5ca8-5891-4f87-afba-0ee67ffe1c94'),
(74355,46,12279,NULL,3697,1,'2026-01-21 01:38:23','2026-01-21 01:38:23','29e7bf2b-6638-4d8c-bfa4-70067692e887'),
(74356,47,12279,NULL,12278,1,'2026-01-21 01:38:23','2026-01-21 01:38:23','5fac0517-14a4-4eae-993c-953e96fe62c8'),
(74357,57,12279,NULL,9011,1,'2026-01-21 01:38:23','2026-01-21 01:38:23','2c145699-2b7a-470e-8d52-7b91485ec795'),
(74358,57,12279,NULL,9017,2,'2026-01-21 01:38:23','2026-01-21 01:38:23','e6f32d11-8448-4adf-9ac9-256a6e63e340'),
(74359,57,12279,NULL,9015,3,'2026-01-21 01:38:23','2026-01-21 01:38:23','799a5d51-4d5d-4d14-9f61-957ef2581e8c'),
(74360,57,12279,NULL,9016,4,'2026-01-21 01:38:23','2026-01-21 01:38:23','f9e5979b-e7c7-4fb6-b5b3-a66b0f912005'),
(74361,57,12279,NULL,9013,5,'2026-01-21 01:38:23','2026-01-21 01:38:23','0dbf7faa-68f6-4176-a40f-2359abe9cb46'),
(74362,57,12279,NULL,9014,6,'2026-01-21 01:38:23','2026-01-21 01:38:23','519b2342-6937-42c0-aefb-97feb389b4f3'),
(74363,57,12279,NULL,9012,7,'2026-01-21 01:38:23','2026-01-21 01:38:23','d579a2c9-1975-4ec2-b5d0-b1ff4d9f9439'),
(74364,57,12279,NULL,9018,8,'2026-01-21 01:38:23','2026-01-21 01:38:23','32b3cc42-2347-47da-b0a7-edadfb70d0a3'),
(74389,47,1289,NULL,12281,1,'2026-01-21 01:38:49','2026-01-21 01:38:49','317a4f7a-1a83-4d58-9ef8-24dc0a070e64'),
(74390,32,12282,NULL,2610,1,'2026-01-21 01:38:49','2026-01-21 01:38:49','eae58ae3-c759-48b0-bca9-0234d646ec90'),
(74391,32,12282,NULL,2598,2,'2026-01-21 01:38:49','2026-01-21 01:38:49','ec7cb8d5-557b-4e3a-be9e-0214041715ed'),
(74392,32,12282,NULL,2608,3,'2026-01-21 01:38:49','2026-01-21 01:38:49','0b910362-8146-4c56-a20e-63a3fbe7026c'),
(74393,32,12282,NULL,2600,4,'2026-01-21 01:38:49','2026-01-21 01:38:49','409f17b7-43c7-4a99-baca-07b3b639cddc'),
(74394,32,12282,NULL,2596,5,'2026-01-21 01:38:49','2026-01-21 01:38:49','7e2eba09-ca11-489f-8894-ed907c1e684c'),
(74395,32,12282,NULL,2602,6,'2026-01-21 01:38:49','2026-01-21 01:38:49','1177cfa9-4367-4017-9379-820fad9438a5'),
(74396,32,12282,NULL,2612,7,'2026-01-21 01:38:49','2026-01-21 01:38:49','8096cc4f-2c93-4eb4-8893-fb4ea53293dc'),
(74397,32,12282,NULL,2604,8,'2026-01-21 01:38:49','2026-01-21 01:38:49','cb457643-e617-45fb-a6af-3079d16c484b'),
(74398,32,12282,NULL,2606,9,'2026-01-21 01:38:49','2026-01-21 01:38:49','27df4ba8-7859-49d8-9cb4-c3f13749423a'),
(74399,16,12282,NULL,9025,1,'2026-01-21 01:38:49','2026-01-21 01:38:49','92c4fb29-1ed9-480e-b164-0ba97e0a3023'),
(74400,7,12282,NULL,601,1,'2026-01-21 01:38:49','2026-01-21 01:38:49','780f6841-e784-4386-be77-78fd015dd66c'),
(74401,7,12282,NULL,605,2,'2026-01-21 01:38:49','2026-01-21 01:38:49','fd136775-ebf6-4631-8b92-27b0ff8166a4'),
(74402,7,12282,NULL,617,3,'2026-01-21 01:38:49','2026-01-21 01:38:49','843b2d95-21d1-4002-9766-04cf74fbfc3f'),
(74403,7,12282,NULL,9552,4,'2026-01-21 01:38:49','2026-01-21 01:38:49','0296f58c-2a77-4249-aa7e-1386520d1f2f'),
(74404,82,12282,NULL,479,1,'2026-01-21 01:38:49','2026-01-21 01:38:49','03614480-0297-4e6e-b97b-47afd20e7e57'),
(74405,82,12282,NULL,491,2,'2026-01-21 01:38:49','2026-01-21 01:38:49','403efb9c-dbcd-464e-bafb-042365738b7f'),
(74406,47,12282,NULL,12281,1,'2026-01-21 01:38:49','2026-01-21 01:38:49','ee0a8b0b-cf4a-4484-ba5f-f3ab45bd4798'),
(74407,57,12282,NULL,9030,1,'2026-01-21 01:38:49','2026-01-21 01:38:49','d7a07e48-ea00-4365-bb4d-dab99c43f77b'),
(74408,57,12282,NULL,9031,2,'2026-01-21 01:38:49','2026-01-21 01:38:49','748f2370-88b5-4ec5-9719-aa447a107316'),
(74409,57,12282,NULL,9032,3,'2026-01-21 01:38:49','2026-01-21 01:38:49','c357dc5a-4231-44e1-ae9c-2f5a5d92c4f6'),
(74410,57,12282,NULL,9033,4,'2026-01-21 01:38:49','2026-01-21 01:38:49','3372e74a-0610-40cb-857e-1433f18bf9bb'),
(74411,57,12282,NULL,9029,5,'2026-01-21 01:38:49','2026-01-21 01:38:49','6369a007-077d-4145-af6f-1073816c9018'),
(74412,57,12282,NULL,9028,6,'2026-01-21 01:38:49','2026-01-21 01:38:49','cc086033-2cd7-4af0-b9be-45a8dedbdd20'),
(74413,32,12283,NULL,2610,1,'2026-01-21 01:38:56','2026-01-21 01:38:56','02b40df9-84c0-4103-aa4b-00517d8ef49e'),
(74414,32,12283,NULL,2598,2,'2026-01-21 01:38:56','2026-01-21 01:38:56','cfebb9f7-7f0c-4caa-80b5-c3c99e3d5457'),
(74415,32,12283,NULL,2600,3,'2026-01-21 01:38:56','2026-01-21 01:38:56','45d24bb2-3143-4469-a0bc-98d62ac9f28f'),
(74416,32,12283,NULL,2604,4,'2026-01-21 01:38:56','2026-01-21 01:38:56','91bfdfaf-1c9d-479e-ae3a-11fca3a80c23'),
(74417,32,12283,NULL,2608,5,'2026-01-21 01:38:56','2026-01-21 01:38:56','78261119-a5e5-4199-bc99-a6c9dc9a80e6'),
(74418,32,12283,NULL,2596,6,'2026-01-21 01:38:56','2026-01-21 01:38:56','0a1ec7bd-0d67-44ca-8de2-41c3191c8b47'),
(74419,32,12283,NULL,2602,7,'2026-01-21 01:38:56','2026-01-21 01:38:56','5998e047-66d1-4b34-aa3a-48e6f0ffe604'),
(74420,32,12283,NULL,2606,8,'2026-01-21 01:38:56','2026-01-21 01:38:56','068ee6d8-7aab-4084-8b81-e306690e142c'),
(74421,32,12283,NULL,2612,9,'2026-01-21 01:38:56','2026-01-21 01:38:56','6be2bea5-94c4-4696-8445-731da50460fc'),
(74422,16,12283,NULL,9219,1,'2026-01-21 01:38:56','2026-01-21 01:38:56','80454613-16cf-4a5e-95a9-449b7d1fc9c6'),
(74423,7,12283,NULL,601,1,'2026-01-21 01:38:56','2026-01-21 01:38:56','55f56ca6-47ef-40b7-9d6a-eccf15acc29a'),
(74424,7,12283,NULL,605,2,'2026-01-21 01:38:56','2026-01-21 01:38:56','57a3c9a0-e16d-4ca6-80a8-5dc0b99d37fc'),
(74425,7,12283,NULL,617,3,'2026-01-21 01:38:56','2026-01-21 01:38:56','28cc4f58-e0ee-4c67-b73f-6ec3d125c727'),
(74426,7,12283,NULL,9552,4,'2026-01-21 01:38:56','2026-01-21 01:38:56','d0ea9ac6-a9bc-48b3-8787-50373c146b5c'),
(74427,82,12283,NULL,469,1,'2026-01-21 01:38:56','2026-01-21 01:38:56','72b16876-cc83-4369-a5a1-2bcad7460770'),
(74428,82,12283,NULL,475,2,'2026-01-21 01:38:56','2026-01-21 01:38:56','410ffd07-5b52-427b-9649-d0c8e070ff23'),
(74429,82,12283,NULL,479,3,'2026-01-21 01:38:56','2026-01-21 01:38:56','357a2de3-29d4-46ac-8406-9ac51bc1d73c'),
(74430,82,12283,NULL,491,4,'2026-01-21 01:38:56','2026-01-21 01:38:56','dd1d0e83-7cf7-462a-ace8-29a9841cd368'),
(74431,57,12283,NULL,9222,1,'2026-01-21 01:38:56','2026-01-21 01:38:56','1be1206a-2d16-4fe4-b9d2-a044e0a5d17c'),
(74432,57,12283,NULL,9223,2,'2026-01-21 01:38:56','2026-01-21 01:38:56','43edd033-25e1-4e1d-86fd-9027719727da'),
(74433,57,12283,NULL,9224,3,'2026-01-21 01:38:56','2026-01-21 01:38:56','32feaef2-816f-4fc4-b536-e734e84164e4'),
(74434,57,12283,NULL,9225,4,'2026-01-21 01:38:56','2026-01-21 01:38:56','233d80db-228d-4c0f-8bdf-bc549f22229d'),
(74435,57,12283,NULL,9226,5,'2026-01-21 01:38:56','2026-01-21 01:38:56','1bae70c5-db29-4645-9e11-bdc9ef0d3dca'),
(74460,47,1297,NULL,12285,1,'2026-01-21 01:39:09','2026-01-21 01:39:09','642989bb-d422-4e3e-9682-98eae01464c6'),
(74461,32,12286,NULL,2610,1,'2026-01-21 01:39:09','2026-01-21 01:39:09','ed3d602c-031a-4ce0-8169-e81daa82215a'),
(74462,32,12286,NULL,2598,2,'2026-01-21 01:39:09','2026-01-21 01:39:09','fe06ad0d-e6f3-4b8b-9e83-a1e9bf6f470f'),
(74463,32,12286,NULL,2608,3,'2026-01-21 01:39:09','2026-01-21 01:39:09','1caf964a-7287-43c1-898f-6535adc46503'),
(74464,32,12286,NULL,2624,4,'2026-01-21 01:39:09','2026-01-21 01:39:09','b9b72049-462b-4534-a01e-27e2a4eb0e5e'),
(74465,32,12286,NULL,2600,5,'2026-01-21 01:39:09','2026-01-21 01:39:09','450eaf05-859c-4683-b51e-637e6c862690'),
(74466,32,12286,NULL,2596,6,'2026-01-21 01:39:09','2026-01-21 01:39:09','16cf77d3-7161-4bfc-a420-7986f6397da5'),
(74467,32,12286,NULL,2602,7,'2026-01-21 01:39:09','2026-01-21 01:39:09','8cdd4a5f-bd62-4f8d-a324-9b3142d1cdf5'),
(74468,32,12286,NULL,2606,8,'2026-01-21 01:39:09','2026-01-21 01:39:09','b5b8a9b9-7ee3-4603-87b8-fa7e3844a3bb'),
(74469,32,12286,NULL,2612,9,'2026-01-21 01:39:09','2026-01-21 01:39:09','93f14f77-1c60-4a69-8e19-ddad69de33c5'),
(74470,32,12286,NULL,2604,10,'2026-01-21 01:39:09','2026-01-21 01:39:09','dad5d585-c61b-4cc4-8c40-ae36e1b2d3b8'),
(74471,16,12286,NULL,9038,1,'2026-01-21 01:39:09','2026-01-21 01:39:09','50c74e57-e5ea-432a-9176-75e609ed6351'),
(74472,7,12286,NULL,601,1,'2026-01-21 01:39:09','2026-01-21 01:39:09','d9d7adc6-da6c-4396-ab20-96d6007fe75b'),
(74473,7,12286,NULL,3468,2,'2026-01-21 01:39:09','2026-01-21 01:39:09','adbdc6d2-3d89-4417-a9ea-f5b27432041d'),
(74474,7,12286,NULL,2974,3,'2026-01-21 01:39:09','2026-01-21 01:39:09','c464a92b-7c02-4971-8fcd-fb03bea67077'),
(74475,7,12286,NULL,605,4,'2026-01-21 01:39:09','2026-01-21 01:39:09','580097b4-1118-4af9-ae88-1b08b50739e1'),
(74476,7,12286,NULL,617,5,'2026-01-21 01:39:09','2026-01-21 01:39:09','51d6673c-be03-4d29-a7ee-f6993dcb3d5d'),
(74477,7,12286,NULL,9552,6,'2026-01-21 01:39:09','2026-01-21 01:39:09','601a19ac-235c-4b11-9176-0fd86300f909'),
(74478,82,12286,NULL,491,1,'2026-01-21 01:39:09','2026-01-21 01:39:09','78853f22-20e3-484a-9a01-cad22ea5a72f'),
(74479,46,12286,NULL,2891,1,'2026-01-21 01:39:09','2026-01-21 01:39:09','47c9df9f-5e22-4087-86ee-9fae3830d111'),
(74480,47,12286,NULL,12285,1,'2026-01-21 01:39:09','2026-01-21 01:39:09','15a6adaa-e249-42c3-b6ad-8f46f788ad4d'),
(74481,57,12286,NULL,9045,1,'2026-01-21 01:39:09','2026-01-21 01:39:09','6469ad69-7fc2-4db0-9cf5-7c8b20151275'),
(74482,57,12286,NULL,9046,2,'2026-01-21 01:39:09','2026-01-21 01:39:09','3cee4fbd-276d-479b-a491-1d80415866dd'),
(74483,57,12286,NULL,9042,3,'2026-01-21 01:39:09','2026-01-21 01:39:09','0bcdb4a9-3441-45d8-b322-af8aaddb7484'),
(74484,57,12286,NULL,9043,4,'2026-01-21 01:39:09','2026-01-21 01:39:09','e1734574-5157-4dc4-929b-a05dd6547296'),
(74485,57,12286,NULL,9044,5,'2026-01-21 01:39:09','2026-01-21 01:39:09','072c2022-0efc-4328-b631-07141feb1aef'),
(74486,57,12286,NULL,9041,6,'2026-01-21 01:39:09','2026-01-21 01:39:09','3993d3f9-2e9f-4d57-8eff-315530625312'),
(74487,13,12286,NULL,6860,1,'2026-01-21 01:39:09','2026-01-21 01:39:09','d9ee3b23-79ef-4f2e-9d46-0912501e2aa0'),
(74490,47,1303,NULL,12289,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','f3ad8913-5bb4-4d8c-89c2-d2a7a29df436'),
(74491,32,12291,NULL,2614,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','263be1d7-b872-483c-baaa-35fd38960b0c'),
(74492,32,12291,NULL,2610,2,'2026-01-21 01:39:30','2026-01-21 01:39:30','c047fb62-ae3f-4274-af35-02930525e038'),
(74493,32,12291,NULL,2622,3,'2026-01-21 01:39:30','2026-01-21 01:39:30','208b2be0-497a-4448-a297-cdc7115dd7e9'),
(74494,32,12291,NULL,2598,4,'2026-01-21 01:39:30','2026-01-21 01:39:30','1b2a6fe0-209c-47d4-b8c1-0f713576f45c'),
(74495,32,12291,NULL,2608,5,'2026-01-21 01:39:30','2026-01-21 01:39:30','c9fac72f-553e-4bb2-9737-bde87ca45a1e'),
(74496,32,12291,NULL,2624,6,'2026-01-21 01:39:30','2026-01-21 01:39:30','b1a84398-054b-4ece-96c6-e0d54f2a37ef'),
(74497,32,12291,NULL,2600,7,'2026-01-21 01:39:30','2026-01-21 01:39:30','d41478dd-5a18-4dda-9a28-4c857261eec7'),
(74498,32,12291,NULL,2596,8,'2026-01-21 01:39:30','2026-01-21 01:39:30','53dec54e-7919-4d50-9210-20a7f4c9028d'),
(74499,32,12291,NULL,2602,9,'2026-01-21 01:39:30','2026-01-21 01:39:30','b830b031-ee8a-46df-8b9a-b017b25334e3'),
(74500,32,12291,NULL,2606,10,'2026-01-21 01:39:30','2026-01-21 01:39:30','a77bf3fa-697f-4fda-8b4c-9210788cc2c4'),
(74501,32,12291,NULL,2612,11,'2026-01-21 01:39:30','2026-01-21 01:39:30','e6e81756-110e-4eb6-a996-d455aa9dc5f6'),
(74502,32,12291,NULL,2618,12,'2026-01-21 01:39:30','2026-01-21 01:39:30','839f766a-3772-4b9e-b7e9-cb54a09aeb08'),
(74503,32,12291,NULL,2604,13,'2026-01-21 01:39:30','2026-01-21 01:39:30','dbdb0aa1-0d0d-4ec7-8681-3c22d098ff01'),
(74504,16,12291,NULL,9051,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','f90ee68a-e188-47d5-9450-44be2f83f574'),
(74505,7,12291,NULL,601,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','4feee847-2656-4669-a039-8a7c1756f681'),
(74506,7,12291,NULL,605,2,'2026-01-21 01:39:30','2026-01-21 01:39:30','94ffc1df-b182-4574-9008-796d49e302dd'),
(74507,7,12291,NULL,617,3,'2026-01-21 01:39:30','2026-01-21 01:39:30','0be9ec43-5869-420b-9299-2ed870cd6a4b'),
(74508,7,12291,NULL,9552,4,'2026-01-21 01:39:30','2026-01-21 01:39:30','ddecbbb1-f7aa-48a9-80d7-67a84dab1804'),
(74509,46,12291,NULL,2891,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','474ba9b7-06c6-42bd-af2f-b1c9abdcac99'),
(74510,46,12291,NULL,3697,2,'2026-01-21 01:39:30','2026-01-21 01:39:30','889c4de5-510b-43f2-a793-a96187f12348'),
(74511,46,12291,NULL,4403,3,'2026-01-21 01:39:30','2026-01-21 01:39:30','8d44a7a8-9c0b-4d48-bde1-31eb927a009a'),
(74512,47,12291,NULL,12289,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','e7024d15-b8b3-4b09-adfe-4cc7acafd47b'),
(74513,57,12291,NULL,8601,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','03abd7dc-3511-4422-b019-c4dec7032a0a'),
(74514,57,12291,NULL,8600,2,'2026-01-21 01:39:30','2026-01-21 01:39:30','2c5e2b5f-5907-4057-ba82-e912b79664a5'),
(74515,57,12291,NULL,8602,3,'2026-01-21 01:39:30','2026-01-21 01:39:30','392cf068-c393-46ac-98b3-8158141069a3'),
(74516,57,12291,NULL,8603,4,'2026-01-21 01:39:30','2026-01-21 01:39:30','81591378-b212-4143-bc2f-09964efa635a'),
(74517,57,12291,NULL,8604,5,'2026-01-21 01:39:30','2026-01-21 01:39:30','7fb1750f-0fa1-468c-ace3-954463bf10fe'),
(74518,57,12291,NULL,8605,6,'2026-01-21 01:39:30','2026-01-21 01:39:30','0acd70e7-51d7-4add-9340-c9993fa93c7a'),
(74520,57,1395,NULL,12288,6,'2026-01-21 01:39:30','2026-01-21 01:39:30','993b7f20-df4b-4603-a004-55d1eba05e14'),
(74521,32,12292,NULL,2610,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','522d3f37-69bc-4163-918d-ed49eb02f53d'),
(74522,32,12292,NULL,2598,2,'2026-01-21 01:39:30','2026-01-21 01:39:30','e55134dd-b5b7-4fc6-8c77-96166a152f3d'),
(74523,32,12292,NULL,2600,3,'2026-01-21 01:39:30','2026-01-21 01:39:30','e970f426-d298-4e73-a398-0d8f10362940'),
(74524,32,12292,NULL,2604,4,'2026-01-21 01:39:30','2026-01-21 01:39:30','be3b1bf5-e3bb-42b9-938c-af62378fa1a9'),
(74525,32,12292,NULL,2608,5,'2026-01-21 01:39:30','2026-01-21 01:39:30','33aa5ae2-82b0-45d0-a69a-19faa8ee7ff2'),
(74526,32,12292,NULL,2596,6,'2026-01-21 01:39:30','2026-01-21 01:39:30','3e2bad8e-7bb7-4e87-99bb-d17350cef53b'),
(74527,32,12292,NULL,2602,7,'2026-01-21 01:39:30','2026-01-21 01:39:30','a179a0f1-924a-4283-9bd1-02f500847f61'),
(74528,32,12292,NULL,2606,8,'2026-01-21 01:39:30','2026-01-21 01:39:30','6d4cb4c4-67d3-427a-9401-c750370f3594'),
(74529,32,12292,NULL,2612,9,'2026-01-21 01:39:30','2026-01-21 01:39:30','953d9339-83ee-45dc-adee-633539e36822'),
(74530,16,12292,NULL,9219,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','b5100111-7a0e-4bfd-a2dc-d9447d7b9f85'),
(74531,7,12292,NULL,601,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','2e41d43e-5a10-4711-8be3-30bdc91fcab4'),
(74532,7,12292,NULL,605,2,'2026-01-21 01:39:30','2026-01-21 01:39:30','eb3320d2-b7f0-4899-9909-38f699306873'),
(74533,7,12292,NULL,617,3,'2026-01-21 01:39:30','2026-01-21 01:39:30','5b954d28-4841-4fe8-aa3e-cf11cbcb17c3'),
(74534,7,12292,NULL,9552,4,'2026-01-21 01:39:30','2026-01-21 01:39:30','ba8f2917-210c-4319-ac3c-e0ca3cdb11aa'),
(74535,82,12292,NULL,469,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','1051b1b4-762d-4790-b9c7-1274fef88d50'),
(74536,82,12292,NULL,475,2,'2026-01-21 01:39:30','2026-01-21 01:39:30','46377603-c03d-4e08-9f59-78519ae9349f'),
(74537,82,12292,NULL,479,3,'2026-01-21 01:39:30','2026-01-21 01:39:30','17af2497-100b-49bf-beb5-131ed3bfaea9'),
(74538,82,12292,NULL,491,4,'2026-01-21 01:39:30','2026-01-21 01:39:30','becea420-93eb-4548-a970-743911e3db48'),
(74539,57,12292,NULL,9222,1,'2026-01-21 01:39:30','2026-01-21 01:39:30','08c6deda-f4e3-434a-a525-522abaa58db6'),
(74540,57,12292,NULL,9223,2,'2026-01-21 01:39:30','2026-01-21 01:39:30','a02ff519-f204-4e30-87ee-3cfae1d2509a'),
(74541,57,12292,NULL,9224,3,'2026-01-21 01:39:30','2026-01-21 01:39:30','6f44dd8c-a4b7-4693-92dd-57f97ce3b78e'),
(74542,57,12292,NULL,9225,4,'2026-01-21 01:39:30','2026-01-21 01:39:30','bd60031f-61ae-4172-907c-df1309c526a7'),
(74543,57,12292,NULL,9226,5,'2026-01-21 01:39:30','2026-01-21 01:39:30','2798ebb4-1729-4189-bc3a-a7883fdadf41'),
(74544,57,12292,NULL,12288,6,'2026-01-21 01:39:30','2026-01-21 01:39:30','125eb82a-50ab-4fa0-9d74-e23ed1286460'),
(74568,47,1309,NULL,12293,1,'2026-01-21 01:39:55','2026-01-21 01:39:55','e24e0f32-e3df-4c24-aba9-dbfcec65920d'),
(74569,32,12295,NULL,2610,1,'2026-01-21 01:39:55','2026-01-21 01:39:55','8c0b3bae-fded-4241-9199-3fa0ed00198e'),
(74570,32,12295,NULL,2598,2,'2026-01-21 01:39:55','2026-01-21 01:39:55','5523820e-8c84-481a-a1b3-2aa9e66ec44a'),
(74571,32,12295,NULL,2608,3,'2026-01-21 01:39:55','2026-01-21 01:39:55','71207683-0f37-4c53-8d85-4b935acd8dc2'),
(74572,32,12295,NULL,2600,4,'2026-01-21 01:39:55','2026-01-21 01:39:55','25a9fc8f-b4b5-4e29-a97c-dc219fc69d23'),
(74573,32,12295,NULL,2596,5,'2026-01-21 01:39:55','2026-01-21 01:39:55','e0829a21-d55d-4168-b742-b71d5900e515'),
(74574,32,12295,NULL,2602,6,'2026-01-21 01:39:55','2026-01-21 01:39:55','025835c6-1373-4a9e-9455-d49e9e39d695'),
(74575,32,12295,NULL,2612,7,'2026-01-21 01:39:55','2026-01-21 01:39:55','a33cf1f5-f632-4047-8023-9114c71d5424'),
(74576,32,12295,NULL,2604,8,'2026-01-21 01:39:55','2026-01-21 01:39:55','00cb9785-5718-4abd-8d2f-741e686aeb4b'),
(74577,32,12295,NULL,2606,9,'2026-01-21 01:39:55','2026-01-21 01:39:55','3f752aec-2b7f-427b-90e2-472f7bc23fce'),
(74578,16,12295,NULL,9056,1,'2026-01-21 01:39:55','2026-01-21 01:39:55','dd27ac76-75a6-4aaf-8cfe-eac148576e0d'),
(74579,7,12295,NULL,601,1,'2026-01-21 01:39:55','2026-01-21 01:39:55','963723d2-bc9c-4bce-be69-5bae8e59f939'),
(74580,7,12295,NULL,605,2,'2026-01-21 01:39:55','2026-01-21 01:39:55','316e2b11-ec43-4419-841c-6b22eb2685f0'),
(74581,7,12295,NULL,617,3,'2026-01-21 01:39:55','2026-01-21 01:39:55','9aa606c2-6c75-45ba-9e42-bd29157033d4'),
(74582,7,12295,NULL,9552,4,'2026-01-21 01:39:55','2026-01-21 01:39:55','aa5d0dfc-73a5-467d-9739-29c14632eb71'),
(74583,82,12295,NULL,479,1,'2026-01-21 01:39:55','2026-01-21 01:39:55','a7fed275-8da9-4247-8340-9da89f8f9b0c'),
(74584,82,12295,NULL,491,2,'2026-01-21 01:39:55','2026-01-21 01:39:55','712d398b-5526-46de-a778-4a5ab16456a7'),
(74585,47,12295,NULL,12293,1,'2026-01-21 01:39:55','2026-01-21 01:39:55','58a53016-a92a-43ee-a647-e0fc31cab227'),
(74586,57,12295,NULL,9061,1,'2026-01-21 01:39:55','2026-01-21 01:39:55','9ff0adb9-ba4f-4032-a9d3-a1b1c93c1557'),
(74587,57,12295,NULL,9062,2,'2026-01-21 01:39:55','2026-01-21 01:39:55','095cd8a1-b720-4e3d-adfb-1226971cce75'),
(74588,57,12295,NULL,9063,3,'2026-01-21 01:39:55','2026-01-21 01:39:55','45211c46-5a5b-4acf-bcfa-41e1663c35a1'),
(74589,57,12295,NULL,9060,4,'2026-01-21 01:39:55','2026-01-21 01:39:55','6e2f6106-6a2e-4f3e-a1d5-cec33fa9635f'),
(74590,57,12295,NULL,9059,5,'2026-01-21 01:39:55','2026-01-21 01:39:55','9e562509-bb24-41b9-bb67-758f853e0a70'),
(74591,13,12295,NULL,6867,1,'2026-01-21 01:39:55','2026-01-21 01:39:55','d7426dcf-0b23-4078-a9b4-15774c42d052'),
(74622,47,1315,NULL,12297,1,'2026-01-21 01:40:16','2026-01-21 01:40:16','8a40e436-02b2-4ce3-845a-6615c9edf451'),
(74623,32,12299,NULL,2610,1,'2026-01-21 01:40:16','2026-01-21 01:40:16','8e2f69e0-583d-44bf-9cd6-26759cfffb00'),
(74624,32,12299,NULL,2598,2,'2026-01-21 01:40:16','2026-01-21 01:40:16','5ba45f72-79ab-4eef-8335-1edb086a5c42'),
(74625,32,12299,NULL,2608,3,'2026-01-21 01:40:16','2026-01-21 01:40:16','b8357ca7-34e4-46b7-b22f-9bc225440432'),
(74626,32,12299,NULL,2600,4,'2026-01-21 01:40:16','2026-01-21 01:40:16','5d32bd26-1537-4958-994d-008091fd0799'),
(74627,32,12299,NULL,2596,5,'2026-01-21 01:40:16','2026-01-21 01:40:16','ae0c009b-5033-452d-b876-5632bc10374d'),
(74628,32,12299,NULL,2602,6,'2026-01-21 01:40:16','2026-01-21 01:40:16','ff48beab-a358-4cfb-b4d0-f96c82fc864c'),
(74629,32,12299,NULL,2612,7,'2026-01-21 01:40:16','2026-01-21 01:40:16','671bdd11-4515-4965-ba0d-cd25e01a5ca1'),
(74630,32,12299,NULL,2618,8,'2026-01-21 01:40:16','2026-01-21 01:40:16','a1111a49-7342-493d-8251-f1e44359a059'),
(74631,32,12299,NULL,2604,9,'2026-01-21 01:40:16','2026-01-21 01:40:16','85434967-a0d2-4ecd-94ea-c112de27c54b'),
(74632,32,12299,NULL,2606,10,'2026-01-21 01:40:16','2026-01-21 01:40:16','f1bd70a2-0389-403e-a19b-79b07d2558eb'),
(74633,16,12299,NULL,9068,1,'2026-01-21 01:40:16','2026-01-21 01:40:16','2ec8db56-a611-4c69-a736-42a21b344163'),
(74634,7,12299,NULL,6547,1,'2026-01-21 01:40:16','2026-01-21 01:40:16','564f918a-a841-4211-8670-7906df1efa37'),
(74635,7,12299,NULL,601,2,'2026-01-21 01:40:16','2026-01-21 01:40:16','55f3de3a-d119-4d54-b95a-7f70fe1c416e'),
(74636,7,12299,NULL,617,3,'2026-01-21 01:40:16','2026-01-21 01:40:16','51b09611-211e-48e7-9f24-bf7fc1ea53de'),
(74637,7,12299,NULL,9732,4,'2026-01-21 01:40:16','2026-01-21 01:40:16','506a3b4e-0ea6-4da7-afc0-778f9e130eba'),
(74638,7,12299,NULL,9735,5,'2026-01-21 01:40:16','2026-01-21 01:40:16','27d8155a-9639-4e0f-b32c-e9ec28f51bdd'),
(74639,7,12299,NULL,2972,6,'2026-01-21 01:40:16','2026-01-21 01:40:16','8f473c09-8b2e-4555-a363-568f1c41d2c6'),
(74640,7,12299,NULL,9549,7,'2026-01-21 01:40:16','2026-01-21 01:40:16','4f16aad9-9a66-4d96-ba8e-ae90d6cad384'),
(74641,7,12299,NULL,605,8,'2026-01-21 01:40:16','2026-01-21 01:40:16','8bcbaf15-3450-42e8-a997-37ec78dbac07'),
(74642,7,12299,NULL,9552,9,'2026-01-21 01:40:16','2026-01-21 01:40:16','0e9a78c2-8982-4364-bf79-d4d48032d129'),
(74643,82,12299,NULL,479,1,'2026-01-21 01:40:16','2026-01-21 01:40:16','a1360dbf-3b9a-4306-ba2f-856648ce92e4'),
(74644,82,12299,NULL,491,2,'2026-01-21 01:40:16','2026-01-21 01:40:16','aa737a9a-2df7-44c6-a798-eea6d19016f3'),
(74645,46,12299,NULL,3697,1,'2026-01-21 01:40:16','2026-01-21 01:40:16','5131c832-f23b-451b-8093-1b86c8207ed5'),
(74646,47,12299,NULL,12297,1,'2026-01-21 01:40:16','2026-01-21 01:40:16','3999cc18-2aac-4ede-8442-53ce53392b72'),
(74647,57,12299,NULL,9071,1,'2026-01-21 01:40:16','2026-01-21 01:40:16','dbe5a0a1-4e57-46f4-b8e3-7451c5068061'),
(74648,57,12299,NULL,9072,2,'2026-01-21 01:40:16','2026-01-21 01:40:16','f8da859e-e9b2-4179-8074-ab8c8cfec7b2'),
(74649,57,12299,NULL,9073,3,'2026-01-21 01:40:16','2026-01-21 01:40:16','33474002-64d7-483f-8c55-3f72b6eec5d1'),
(74650,57,12299,NULL,9074,4,'2026-01-21 01:40:16','2026-01-21 01:40:16','993c1361-18bf-4b0a-989b-113e7ea8724f'),
(74651,57,12299,NULL,9075,5,'2026-01-21 01:40:16','2026-01-21 01:40:16','1b5b4d69-3970-45a5-a040-3fc49cf802f3'),
(74652,13,12299,NULL,6872,1,'2026-01-21 01:40:16','2026-01-21 01:40:16','f4afe908-f05a-4dbf-ae5a-4e3d0c42bf69'),
(74699,47,1323,NULL,12303,1,'2026-01-21 01:40:39','2026-01-21 01:40:39','12c69db7-55f9-4793-9ff1-6d21c3a8f2fc'),
(74700,32,12304,NULL,2610,1,'2026-01-21 01:40:39','2026-01-21 01:40:39','63c07af4-6af4-4fc3-aeed-036a272086dd'),
(74701,32,12304,NULL,2598,2,'2026-01-21 01:40:39','2026-01-21 01:40:39','27ea1f1d-d821-45cf-bf77-c2d0bbb7c393'),
(74702,32,12304,NULL,2608,3,'2026-01-21 01:40:39','2026-01-21 01:40:39','fbe19d2d-671b-42a1-ae85-18148d5b6fce'),
(74703,32,12304,NULL,2600,4,'2026-01-21 01:40:39','2026-01-21 01:40:39','4302d9fc-fd2b-4edc-a208-8e68ce10f1be'),
(74704,32,12304,NULL,2596,5,'2026-01-21 01:40:39','2026-01-21 01:40:39','33f1f353-686d-4cc6-a679-2a445d2ca127'),
(74705,32,12304,NULL,2602,6,'2026-01-21 01:40:39','2026-01-21 01:40:39','0357e0a0-de4d-4650-bf6e-9cf12795703f'),
(74706,32,12304,NULL,2612,7,'2026-01-21 01:40:39','2026-01-21 01:40:39','faed1561-56cd-4b68-a4e1-6bffa4716773'),
(74707,32,12304,NULL,2604,8,'2026-01-21 01:40:39','2026-01-21 01:40:39','9890e2f8-5cc5-496d-a145-ada53f182508'),
(74708,32,12304,NULL,2606,9,'2026-01-21 01:40:39','2026-01-21 01:40:39','4e983167-07cb-40b8-955b-b58bb370d866'),
(74709,16,12304,NULL,9080,1,'2026-01-21 01:40:39','2026-01-21 01:40:39','896f4e48-47b4-4f6a-8179-5838d1d5ae1c'),
(74710,7,12304,NULL,605,1,'2026-01-21 01:40:39','2026-01-21 01:40:39','01ee88a8-535c-43ef-b353-833588282099'),
(74711,7,12304,NULL,617,2,'2026-01-21 01:40:39','2026-01-21 01:40:39','2668aa35-e0da-49e2-b916-3cb680d19303'),
(74712,7,12304,NULL,9552,3,'2026-01-21 01:40:39','2026-01-21 01:40:39','827fa5fa-bf5d-40c9-b6f4-77695979c4df'),
(74713,82,12304,NULL,479,1,'2026-01-21 01:40:39','2026-01-21 01:40:39','6b5c0f09-3fbf-4991-8bf7-1517147551d0'),
(74714,82,12304,NULL,491,2,'2026-01-21 01:40:39','2026-01-21 01:40:39','6a65c209-5a03-48e4-a99e-0d8821bce071'),
(74715,47,12304,NULL,12303,1,'2026-01-21 01:40:39','2026-01-21 01:40:39','e57586f1-7b85-4330-af2e-7f880337da5f'),
(74716,57,12304,NULL,9087,1,'2026-01-21 01:40:39','2026-01-21 01:40:39','7178769b-ec07-4e72-b1f5-b27ea8594c2a'),
(74717,57,12304,NULL,9088,2,'2026-01-21 01:40:39','2026-01-21 01:40:39','37733839-34f8-44d4-abbb-fbfb1444765d'),
(74718,57,12304,NULL,9086,3,'2026-01-21 01:40:39','2026-01-21 01:40:39','24735d73-358a-42d5-b4ed-6ac45d0640ec'),
(74719,57,12304,NULL,9083,4,'2026-01-21 01:40:39','2026-01-21 01:40:39','d2aef8a8-9797-4cf3-b31e-c9b6cc86d4b1'),
(74720,57,12304,NULL,9085,5,'2026-01-21 01:40:39','2026-01-21 01:40:39','72020f49-eb4a-43c3-bc64-4db50939ff04'),
(74721,57,12304,NULL,9084,6,'2026-01-21 01:40:39','2026-01-21 01:40:39','db100aed-da19-4bdd-b31d-f6ece217a7e9'),
(74747,47,1329,NULL,12306,1,'2026-01-21 01:40:59','2026-01-21 01:40:59','9310f4ec-2ae2-42ce-aea1-cefc55af7846'),
(74748,32,12307,NULL,2614,1,'2026-01-21 01:41:00','2026-01-21 01:41:00','d4749a78-7c69-4b01-8c24-b2bbfa194cc1'),
(74749,32,12307,NULL,2610,2,'2026-01-21 01:41:00','2026-01-21 01:41:00','08a7049d-5b77-449e-820e-f21d439a2d19'),
(74750,32,12307,NULL,2598,3,'2026-01-21 01:41:00','2026-01-21 01:41:00','29940594-3d10-4de5-8153-9a244d60c3c1'),
(74751,32,12307,NULL,2608,4,'2026-01-21 01:41:00','2026-01-21 01:41:00','63739810-0e90-4bc3-b14d-3a04f821e4b6'),
(74752,32,12307,NULL,2600,5,'2026-01-21 01:41:00','2026-01-21 01:41:00','10317e83-940c-4a76-810d-2b4f1a9a0659'),
(74753,32,12307,NULL,2596,6,'2026-01-21 01:41:00','2026-01-21 01:41:00','c6e974c0-6cf8-4623-872d-d0cfd48b966f'),
(74754,32,12307,NULL,2602,7,'2026-01-21 01:41:00','2026-01-21 01:41:00','6291d8ca-8394-4f61-85e1-1dce1f5a8d5f'),
(74755,32,12307,NULL,2612,8,'2026-01-21 01:41:00','2026-01-21 01:41:00','05b97b91-0c73-4d92-b737-ca999d343a86'),
(74756,32,12307,NULL,2604,9,'2026-01-21 01:41:00','2026-01-21 01:41:00','dad780ed-2bab-453f-b749-68c9c95b4f55'),
(74757,32,12307,NULL,2606,10,'2026-01-21 01:41:00','2026-01-21 01:41:00','c766e4c7-91c2-4513-addb-23f2cc748454'),
(74758,16,12307,NULL,9095,1,'2026-01-21 01:41:00','2026-01-21 01:41:00','d23fe29e-8a23-4459-959d-ded8ca37966b'),
(74759,7,12307,NULL,3468,1,'2026-01-21 01:41:00','2026-01-21 01:41:00','9a4d79c4-04f4-414e-9781-661187d958f3'),
(74760,7,12307,NULL,617,2,'2026-01-21 01:41:00','2026-01-21 01:41:00','26eeb5e1-0094-4d59-8c27-af184111ead7'),
(74761,7,12307,NULL,605,3,'2026-01-21 01:41:00','2026-01-21 01:41:00','e288ede5-7497-45e8-9a1e-5851d0796b48'),
(74762,7,12307,NULL,9552,4,'2026-01-21 01:41:00','2026-01-21 01:41:00','e554da01-715f-4bf3-b870-d7322b974fa0'),
(74763,82,12307,NULL,479,1,'2026-01-21 01:41:00','2026-01-21 01:41:00','c3511445-40da-4118-b81f-74a653511ce2'),
(74764,47,12307,NULL,12306,1,'2026-01-21 01:41:00','2026-01-21 01:41:00','22b38353-daf8-4d9c-912f-16b31f59db5e'),
(74765,57,12307,NULL,9100,1,'2026-01-21 01:41:00','2026-01-21 01:41:00','d021de3b-dea0-427f-9d75-3c23f452692b'),
(74766,57,12307,NULL,9102,2,'2026-01-21 01:41:00','2026-01-21 01:41:00','abd5bcf8-464c-40ce-acee-8ff31f32ff8f'),
(74767,57,12307,NULL,9103,3,'2026-01-21 01:41:00','2026-01-21 01:41:00','98dd4a44-6e79-41af-be8f-11347459c6cc'),
(74768,57,12307,NULL,9104,4,'2026-01-21 01:41:00','2026-01-21 01:41:00','e4663429-a6d4-4afc-9861-e2d0a9f56f16'),
(74769,57,12307,NULL,9101,5,'2026-01-21 01:41:00','2026-01-21 01:41:00','10bdbb29-723a-4068-8e79-487e640c4254'),
(74770,57,12307,NULL,9105,6,'2026-01-21 01:41:00','2026-01-21 01:41:00','6784bce3-8ea3-4aea-b91c-6d56d7551e44'),
(74798,47,1337,NULL,12308,1,'2026-01-21 01:41:21','2026-01-21 01:41:21','dae4054d-f159-4f5d-9802-f526fde09c43'),
(74799,32,12310,NULL,2610,1,'2026-01-21 01:41:21','2026-01-21 01:41:21','d0fd7c74-8947-46d8-933f-13032c1c9127'),
(74800,32,12310,NULL,2598,2,'2026-01-21 01:41:21','2026-01-21 01:41:21','e92a14be-777e-4c69-af66-68a386879181'),
(74801,32,12310,NULL,2608,3,'2026-01-21 01:41:21','2026-01-21 01:41:21','08dfc157-7448-4e6a-953f-3c2c833e6617'),
(74802,32,12310,NULL,2600,4,'2026-01-21 01:41:21','2026-01-21 01:41:21','e5381c3e-71f2-42c6-a384-faad82b8d4b2'),
(74803,32,12310,NULL,2602,5,'2026-01-21 01:41:21','2026-01-21 01:41:21','8122a122-ebb0-417a-ae43-1a8ee134f51e'),
(74804,32,12310,NULL,2612,6,'2026-01-21 01:41:21','2026-01-21 01:41:21','dc56ae56-33c8-45c3-83cf-a395095bcf60'),
(74805,32,12310,NULL,2604,7,'2026-01-21 01:41:21','2026-01-21 01:41:21','b4ba8c42-9f9b-4983-bb46-b9fb779281c5'),
(74806,32,12310,NULL,2596,8,'2026-01-21 01:41:21','2026-01-21 01:41:21','75b33bbd-271f-44a6-827e-a9072bfd23fa'),
(74807,32,12310,NULL,2606,9,'2026-01-21 01:41:21','2026-01-21 01:41:21','37dbfa11-5f06-4754-8132-6903a9282cc6'),
(74808,16,12310,NULL,5213,1,'2026-01-21 01:41:21','2026-01-21 01:41:21','c64a7598-b94b-45f3-9b44-a64bcf77c158'),
(74809,7,12310,NULL,3468,1,'2026-01-21 01:41:21','2026-01-21 01:41:21','556fec35-1714-4120-a6ee-ea5e24dfd313'),
(74810,7,12310,NULL,601,2,'2026-01-21 01:41:21','2026-01-21 01:41:21','c4d83924-47a3-413b-8ce5-353bb5d389ab'),
(74811,7,12310,NULL,617,3,'2026-01-21 01:41:21','2026-01-21 01:41:21','9da94707-38df-48da-b445-dbc67f0f60a8'),
(74812,7,12310,NULL,605,4,'2026-01-21 01:41:21','2026-01-21 01:41:21','ef620b22-6d71-4c2e-ae91-1905aba06311'),
(74813,7,12310,NULL,9552,5,'2026-01-21 01:41:21','2026-01-21 01:41:21','991b29ce-a21a-412e-a852-26c47aed88fa'),
(74814,82,12310,NULL,479,1,'2026-01-21 01:41:21','2026-01-21 01:41:21','09bfff66-b252-4837-aaf3-621d880d11d5'),
(74815,82,12310,NULL,491,2,'2026-01-21 01:41:21','2026-01-21 01:41:21','4f586519-1a05-4622-97aa-b3bfb5f40e7a'),
(74816,47,12310,NULL,12308,1,'2026-01-21 01:41:21','2026-01-21 01:41:21','2a0fc26e-d2e4-483d-a353-735e2f0e1663'),
(74817,57,12310,NULL,5233,1,'2026-01-21 01:41:21','2026-01-21 01:41:21','131b8cef-e2f6-48c2-9ad1-2413e6177ea2'),
(74818,57,12310,NULL,5234,2,'2026-01-21 01:41:21','2026-01-21 01:41:21','f629a513-60e7-4a3f-98d2-7789b3086385'),
(74819,57,12310,NULL,5235,3,'2026-01-21 01:41:21','2026-01-21 01:41:21','b7d4c118-1a88-41fe-b400-c403d116a744'),
(74820,57,12310,NULL,5236,4,'2026-01-21 01:41:21','2026-01-21 01:41:21','1bc2f1ae-5743-43b9-87b9-35c41a34e072'),
(74821,57,12310,NULL,5237,5,'2026-01-21 01:41:21','2026-01-21 01:41:21','6d064065-0cb6-4244-bd0e-0a60785856be'),
(74822,57,12310,NULL,5238,6,'2026-01-21 01:41:21','2026-01-21 01:41:21','c9015d50-d893-40a1-8bf0-57c31ad9484c'),
(74823,57,12310,NULL,5239,7,'2026-01-21 01:41:21','2026-01-21 01:41:21','762b7e37-baf1-4012-bed0-6865a1cd8456'),
(74826,47,1343,NULL,12315,1,'2026-01-21 01:41:52','2026-01-21 01:41:52','2bbbdff0-3a86-4b5e-ba48-12579642b456'),
(74827,32,12320,NULL,2610,1,'2026-01-21 01:41:53','2026-01-21 01:41:53','345c8766-f4a6-46c3-a55d-a54ea7d507d8'),
(74828,32,12320,NULL,2598,2,'2026-01-21 01:41:53','2026-01-21 01:41:53','a561c709-d544-45d4-9ba6-db97d8af8349'),
(74829,32,12320,NULL,2608,3,'2026-01-21 01:41:53','2026-01-21 01:41:53','5080ebc2-53c8-4671-81a9-211d1a0f1826'),
(74830,32,12320,NULL,2624,4,'2026-01-21 01:41:53','2026-01-21 01:41:53','84a81273-c0ca-44e1-a517-1773780d2761'),
(74831,32,12320,NULL,2600,5,'2026-01-21 01:41:53','2026-01-21 01:41:53','5a735bb1-07e0-419e-a209-2cfdbc0a00be'),
(74832,32,12320,NULL,2596,6,'2026-01-21 01:41:53','2026-01-21 01:41:53','92c7b63f-6826-4d94-8b63-0dcba7733474'),
(74833,32,12320,NULL,2602,7,'2026-01-21 01:41:53','2026-01-21 01:41:53','a8c866de-a212-4542-97fb-5db24782d717'),
(74834,32,12320,NULL,2606,8,'2026-01-21 01:41:53','2026-01-21 01:41:53','a7f0bf18-bbfa-4a93-bda8-4fce81442c62'),
(74835,32,12320,NULL,2612,9,'2026-01-21 01:41:53','2026-01-21 01:41:53','738207ec-d1d9-4957-8657-32922ea3533f'),
(74836,32,12320,NULL,2604,10,'2026-01-21 01:41:53','2026-01-21 01:41:53','be937dd2-4067-4712-b8ec-76c6a53f7916'),
(74837,16,12320,NULL,5140,1,'2026-01-21 01:41:53','2026-01-21 01:41:53','6d900e05-d5bb-4448-9c24-dec42e563c00'),
(74838,7,12320,NULL,6547,1,'2026-01-21 01:41:53','2026-01-21 01:41:53','ed0a798d-65f0-494e-8df2-4771fcf37e63'),
(74839,7,12320,NULL,601,2,'2026-01-21 01:41:53','2026-01-21 01:41:53','3d7e2114-6939-4f18-a410-1ed19b0d0f75'),
(74840,7,12320,NULL,9735,3,'2026-01-21 01:41:53','2026-01-21 01:41:53','be3662fc-d720-4778-9f48-40445bc9d825'),
(74841,7,12320,NULL,617,4,'2026-01-21 01:41:53','2026-01-21 01:41:53','6621102a-3f99-4b04-82f5-da216fed3deb'),
(74842,7,12320,NULL,605,5,'2026-01-21 01:41:53','2026-01-21 01:41:53','e94b1e77-f360-494d-b1ea-ba613fdab776'),
(74843,7,12320,NULL,9552,6,'2026-01-21 01:41:53','2026-01-21 01:41:53','c4ef1dee-9914-4de4-8950-2ed3c244f2d4'),
(74844,82,12320,NULL,491,1,'2026-01-21 01:41:53','2026-01-21 01:41:53','f0d4d428-907a-4fec-81cc-b2bad325364c'),
(74845,46,12320,NULL,2891,1,'2026-01-21 01:41:53','2026-01-21 01:41:53','e44988aa-67b6-40ee-9ebd-d836132ed3a5'),
(74846,47,12320,NULL,12315,1,'2026-01-21 01:41:53','2026-01-21 01:41:53','20b1cf50-a648-4cc4-b44e-ee2de1797d6d'),
(74847,57,12320,NULL,5146,1,'2026-01-21 01:41:53','2026-01-21 01:41:53','6b3b2dec-ddaa-4ef3-a14a-75934ba14fea'),
(74848,57,12320,NULL,5147,2,'2026-01-21 01:41:53','2026-01-21 01:41:53','cb7a9f16-4ff7-4855-aa7e-4ef76a733a02'),
(74849,57,12320,NULL,5148,3,'2026-01-21 01:41:53','2026-01-21 01:41:53','01184f96-a769-4f4d-9dd8-1c71ab62f4d6'),
(74850,57,12320,NULL,5149,4,'2026-01-21 01:41:53','2026-01-21 01:41:53','8b9173b8-ada5-463b-83e0-4ab4879f2111'),
(74851,57,12320,NULL,5150,5,'2026-01-21 01:41:53','2026-01-21 01:41:53','1e951931-8dc6-4b7c-a63c-9fc0aad5d1cb'),
(74852,57,12320,NULL,5151,6,'2026-01-21 01:41:53','2026-01-21 01:41:53','5e925ac4-ab5b-4a57-a23b-f0614ed06fc0'),
(74853,57,12320,NULL,5152,7,'2026-01-21 01:41:53','2026-01-21 01:41:53','772991bd-a6d0-47c2-bd54-703f7ca0499d'),
(74854,57,12320,NULL,5153,8,'2026-01-21 01:41:53','2026-01-21 01:41:53','59f24c27-fce4-4e55-baec-1fb0f7adad32'),
(74855,13,12320,NULL,6882,1,'2026-01-21 01:41:53','2026-01-21 01:41:53','cfa3f751-be4c-48e6-a6d8-c2830f6f7c6a'),
(74857,47,1349,NULL,12321,1,'2026-01-21 01:42:24','2026-01-21 01:42:24','89accb75-b9cd-406a-a146-7281beae5920'),
(74858,32,12322,NULL,2614,1,'2026-01-21 01:42:24','2026-01-21 01:42:24','55f76d5b-3d0d-448a-b3ba-4a3f146a2e7c'),
(74859,32,12322,NULL,2610,2,'2026-01-21 01:42:24','2026-01-21 01:42:24','629d69e4-3b21-444b-9359-c5d58db72dc0'),
(74860,32,12322,NULL,2598,3,'2026-01-21 01:42:24','2026-01-21 01:42:24','350167be-010b-49e5-bd09-8f4c186a49ff'),
(74861,32,12322,NULL,2608,4,'2026-01-21 01:42:24','2026-01-21 01:42:24','9af69bb9-84b7-48ca-a753-361809646704'),
(74862,32,12322,NULL,2600,5,'2026-01-21 01:42:24','2026-01-21 01:42:24','5f8d0989-c665-4919-951b-5896a0217bd0'),
(74863,32,12322,NULL,2596,6,'2026-01-21 01:42:24','2026-01-21 01:42:24','f1431827-f8fc-45fd-9839-95c85dc4b772'),
(74864,32,12322,NULL,2602,7,'2026-01-21 01:42:24','2026-01-21 01:42:24','6d7a68ec-fdcb-4ef7-bedb-205426aa81a5'),
(74865,32,12322,NULL,2606,8,'2026-01-21 01:42:24','2026-01-21 01:42:24','8e156f13-0fb5-4792-a28f-ced3c9a3fa73'),
(74866,32,12322,NULL,2612,9,'2026-01-21 01:42:24','2026-01-21 01:42:24','2580bbd2-3992-45b6-a46a-918bfc68e8ae'),
(74867,32,12322,NULL,2604,10,'2026-01-21 01:42:24','2026-01-21 01:42:24','37f29806-5459-4251-8126-5063f7f80991'),
(74868,16,12322,NULL,5013,1,'2026-01-21 01:42:24','2026-01-21 01:42:24','01f13afa-52fa-44d3-952e-8036ed88f1cc'),
(74869,7,12322,NULL,3468,1,'2026-01-21 01:42:24','2026-01-21 01:42:24','542a6fcf-3e47-47b0-9379-ca27442c3a7c'),
(74870,7,12322,NULL,617,2,'2026-01-21 01:42:24','2026-01-21 01:42:24','2db23669-89d9-429a-9a62-ea0c5579941a'),
(74871,7,12322,NULL,605,3,'2026-01-21 01:42:24','2026-01-21 01:42:24','f3175f80-f79f-4d5a-94bd-3a6857d3f920'),
(74872,7,12322,NULL,9552,4,'2026-01-21 01:42:24','2026-01-21 01:42:24','a70f0cb4-f833-421b-9163-20e193988769'),
(74873,47,12322,NULL,12321,1,'2026-01-21 01:42:24','2026-01-21 01:42:24','b19593fc-4535-4749-9e87-47b6d0e49457'),
(74874,57,12322,NULL,5033,1,'2026-01-21 01:42:24','2026-01-21 01:42:24','05eb7436-07b1-4d44-b056-c77fdeade931'),
(74875,57,12322,NULL,5034,2,'2026-01-21 01:42:24','2026-01-21 01:42:24','b7fa1e2e-06cc-4c0e-9525-c8ad71bfc33c'),
(74876,57,12322,NULL,5035,3,'2026-01-21 01:42:24','2026-01-21 01:42:24','387440d0-92c9-4b17-9b2b-75084fe1fbf8'),
(74877,57,12322,NULL,5036,4,'2026-01-21 01:42:24','2026-01-21 01:42:24','fe611adc-d4f9-4a5c-9b99-71b5922436ca'),
(74878,57,12322,NULL,5037,5,'2026-01-21 01:42:24','2026-01-21 01:42:24','3539580f-7b52-4fe7-9e62-3ee3e53d79d4'),
(74879,57,12322,NULL,5038,6,'2026-01-21 01:42:24','2026-01-21 01:42:24','4d80273b-b16e-4e09-b6dc-5835dae4faa7'),
(74880,57,12322,NULL,5039,7,'2026-01-21 01:42:24','2026-01-21 01:42:24','ea507b8f-f236-4bdb-9975-3887e0a8823f'),
(74881,57,12322,NULL,5040,8,'2026-01-21 01:42:24','2026-01-21 01:42:24','6ba7eb3f-994b-437d-8e3c-2ae99b3b50f4'),
(74908,47,2720,NULL,12324,1,'2026-01-21 01:42:44','2026-01-21 01:42:44','7d5b2f47-6d4d-4daa-8f28-64dca4fa4224'),
(74909,32,12325,NULL,2614,1,'2026-01-21 01:42:44','2026-01-21 01:42:44','aeb8a82e-e725-4f6b-8c6e-99c4028a6dba'),
(74910,32,12325,NULL,2598,2,'2026-01-21 01:42:44','2026-01-21 01:42:44','9f8539bb-d284-4b18-ad2a-13d0d154e3f0'),
(74911,32,12325,NULL,2608,3,'2026-01-21 01:42:44','2026-01-21 01:42:44','330f5485-dab9-4d75-9595-6f53d2b4924e'),
(74912,32,12325,NULL,2600,4,'2026-01-21 01:42:44','2026-01-21 01:42:44','0fd0a613-0646-4182-a6f9-8069d6d27ef7'),
(74913,32,12325,NULL,2596,5,'2026-01-21 01:42:44','2026-01-21 01:42:44','a0035f8d-ef1f-4bb1-833e-b495d3de84eb'),
(74914,32,12325,NULL,2602,6,'2026-01-21 01:42:44','2026-01-21 01:42:44','569dba59-173d-43b2-bb51-ceb3619da498'),
(74915,32,12325,NULL,2612,7,'2026-01-21 01:42:44','2026-01-21 01:42:44','caa91615-a58a-4662-a098-61cd38bc7abb'),
(74916,32,12325,NULL,2604,8,'2026-01-21 01:42:44','2026-01-21 01:42:44','94db7f37-d2a4-4b7d-bda9-e4ecc9e730b5'),
(74917,16,12325,NULL,10216,1,'2026-01-21 01:42:44','2026-01-21 01:42:44','34834f93-2163-4544-99eb-eef16a8198e6'),
(74918,7,12325,NULL,9732,1,'2026-01-21 01:42:44','2026-01-21 01:42:44','1f6911a3-b231-4cb3-a9b4-e21ed37a4461'),
(74919,7,12325,NULL,617,2,'2026-01-21 01:42:44','2026-01-21 01:42:44','9c90387c-5b62-4d99-b6b6-4f81c7d9a246'),
(74920,7,12325,NULL,605,3,'2026-01-21 01:42:44','2026-01-21 01:42:44','1f450f1c-7b9a-47a7-b73d-8f7cdf0c1416'),
(74921,7,12325,NULL,9552,4,'2026-01-21 01:42:44','2026-01-21 01:42:44','8e58df78-7f12-48fd-b78d-8c5e6b34fa06'),
(74922,82,12325,NULL,479,1,'2026-01-21 01:42:44','2026-01-21 01:42:44','4426da25-535d-49ba-9c73-89c6c6224a4f'),
(74923,82,12325,NULL,483,2,'2026-01-21 01:42:44','2026-01-21 01:42:44','5f1dd2eb-69a2-446f-9657-530b9876a1a2'),
(74924,47,12325,NULL,12324,1,'2026-01-21 01:42:44','2026-01-21 01:42:44','70cdabcc-1688-4fab-b6ab-c4efa719eebf'),
(74925,57,12325,NULL,9694,1,'2026-01-21 01:42:44','2026-01-21 01:42:44','649a6a71-21c3-41fa-9d62-6dacbf43d9d2'),
(74926,57,12325,NULL,9692,2,'2026-01-21 01:42:44','2026-01-21 01:42:44','a0f328d7-8f3d-47ef-a523-6b54eb251a87'),
(74927,57,12325,NULL,9693,3,'2026-01-21 01:42:44','2026-01-21 01:42:44','6a6686e4-c28b-4f08-a5fd-fd3ee3267dd6'),
(74928,57,12325,NULL,9685,4,'2026-01-21 01:42:44','2026-01-21 01:42:44','c22339dd-0973-4ec2-83d1-6a1f7723bf3b'),
(74929,57,12325,NULL,9686,5,'2026-01-21 01:42:44','2026-01-21 01:42:44','d1633553-0dee-4cb4-beca-b5254722fa3c'),
(74930,57,12325,NULL,9687,6,'2026-01-21 01:42:44','2026-01-21 01:42:44','0cd52f33-86b6-4f46-95ff-2f01b36a376b'),
(74931,57,12325,NULL,9688,7,'2026-01-21 01:42:44','2026-01-21 01:42:44','5dade351-7539-4474-93e7-dd48687970a9'),
(74932,57,12325,NULL,9689,8,'2026-01-21 01:42:44','2026-01-21 01:42:44','30b72dd7-5b9a-48d5-975c-9749f950b400'),
(74933,57,12325,NULL,9690,9,'2026-01-21 01:42:44','2026-01-21 01:42:44','423bda03-7da0-44b9-be64-bbb20b1090b8'),
(74969,22,1639,NULL,12331,1,'2026-01-21 01:43:05','2026-01-21 01:43:05','c1366f5f-caa6-4bde-8d59-3c61ea41ca5c'),
(74970,32,12334,NULL,2610,1,'2026-01-21 01:43:05','2026-01-21 01:43:05','0c42e751-ced6-4304-8443-693dde004b3f'),
(74971,32,12334,NULL,2598,2,'2026-01-21 01:43:05','2026-01-21 01:43:05','a5191795-1062-46b0-bcc6-3fa6faff5e62'),
(74972,32,12334,NULL,2600,3,'2026-01-21 01:43:05','2026-01-21 01:43:05','58b28dbf-d68f-4e20-b719-f7fc2e7309ce'),
(74973,32,12334,NULL,2604,4,'2026-01-21 01:43:05','2026-01-21 01:43:05','49a890f7-64a5-46dd-989e-425f7b443c04'),
(74974,32,12334,NULL,2614,5,'2026-01-21 01:43:05','2026-01-21 01:43:05','c29bb960-ee3d-4724-b8f9-745548fcc123'),
(74975,32,12334,NULL,2608,6,'2026-01-21 01:43:05','2026-01-21 01:43:05','2fe272d0-3740-4775-b7a3-7cc32dbc03f6'),
(74976,32,12334,NULL,2596,7,'2026-01-21 01:43:05','2026-01-21 01:43:05','54db79d2-793e-4e28-9fd8-ef96b81df98e'),
(74977,32,12334,NULL,2602,8,'2026-01-21 01:43:05','2026-01-21 01:43:05','2b5b663b-4836-4704-b9d0-36f78a5721c3'),
(74978,32,12334,NULL,2606,9,'2026-01-21 01:43:05','2026-01-21 01:43:05','719b7af3-a564-4fd3-84f4-90407c6f0352'),
(74979,32,12334,NULL,2612,10,'2026-01-21 01:43:05','2026-01-21 01:43:05','44c7a782-7c5a-4c2a-aea6-4ad7aa606cc1'),
(74980,16,12334,NULL,4017,1,'2026-01-21 01:43:05','2026-01-21 01:43:05','ab49e5fb-82b2-4f4d-944e-f7244e55e636'),
(74981,7,12334,NULL,3468,1,'2026-01-21 01:43:05','2026-01-21 01:43:05','41f7e497-6195-4b4d-9d37-0d298dcad302'),
(74982,7,12334,NULL,2969,2,'2026-01-21 01:43:05','2026-01-21 01:43:05','cf85beab-b9c4-4ba0-aecc-e33d57ea6544'),
(74983,7,12334,NULL,617,3,'2026-01-21 01:43:05','2026-01-21 01:43:05','f87fc06e-93c0-4337-9169-5ef747bce148'),
(74984,7,12334,NULL,9724,4,'2026-01-21 01:43:05','2026-01-21 01:43:05','1cf13988-f5cc-445e-a198-57fed40e89fe'),
(74985,7,12334,NULL,2972,5,'2026-01-21 01:43:05','2026-01-21 01:43:05','1d697dfc-c567-4816-87c1-dd9aab63d3d5'),
(74986,7,12334,NULL,605,6,'2026-01-21 01:43:05','2026-01-21 01:43:05','1e21a62c-a1a6-47be-9a15-51b045e32301'),
(74987,7,12334,NULL,9552,7,'2026-01-21 01:43:05','2026-01-21 01:43:05','71b43534-d308-4a07-9e8e-538a0e86570d'),
(74988,82,12334,NULL,479,1,'2026-01-21 01:43:05','2026-01-21 01:43:05','7032d44e-f578-4564-ba03-1f50f94dbb78'),
(74989,57,12334,NULL,8163,1,'2026-01-21 01:43:05','2026-01-21 01:43:05','4c76662d-8539-41a1-90cb-361aa015eec6'),
(74990,57,12334,NULL,8162,2,'2026-01-21 01:43:05','2026-01-21 01:43:05','8ef10c99-8ebb-4147-885a-4b49a46ede46'),
(74991,57,12334,NULL,8164,3,'2026-01-21 01:43:05','2026-01-21 01:43:05','454b5ecf-8d52-4cde-9362-35e78684aa71'),
(74992,57,12334,NULL,8165,4,'2026-01-21 01:43:05','2026-01-21 01:43:05','df2c92dd-2810-4b8a-9ddd-a155225a8682'),
(74993,22,12335,NULL,12331,1,'2026-01-21 01:43:05','2026-01-21 01:43:05','a5b3dde8-2d00-4b3b-b5b5-b91eb3c8f357'),
(75017,47,1353,NULL,12333,1,'2026-01-21 01:43:06','2026-01-21 01:43:06','49d40b55-ccd4-49be-b420-86ac9951e4b5'),
(75018,32,12337,NULL,2610,1,'2026-01-21 01:43:07','2026-01-21 01:43:07','6558ef0f-eaff-4724-b851-b14b24485fca'),
(75019,32,12337,NULL,2598,2,'2026-01-21 01:43:07','2026-01-21 01:43:07','bdd6f7ce-dd15-4127-9c5c-f3fa15f3fc3f'),
(75020,32,12337,NULL,2600,3,'2026-01-21 01:43:07','2026-01-21 01:43:07','4959a908-957e-4de7-9ef4-83ff41ea4781'),
(75021,32,12337,NULL,2604,4,'2026-01-21 01:43:07','2026-01-21 01:43:07','e7b70b7a-f1e5-440b-96a2-1e1abeab07d8'),
(75022,32,12337,NULL,2608,5,'2026-01-21 01:43:07','2026-01-21 01:43:07','b71b2786-dfb1-46ea-b913-2d765aeec7bb'),
(75023,32,12337,NULL,2596,6,'2026-01-21 01:43:07','2026-01-21 01:43:07','ad9394e7-4402-4477-bdc0-49a42573a1e8'),
(75024,32,12337,NULL,2602,7,'2026-01-21 01:43:07','2026-01-21 01:43:07','8f739c35-7ade-4b9c-867a-c04249e9b94e'),
(75025,32,12337,NULL,2606,8,'2026-01-21 01:43:07','2026-01-21 01:43:07','e1720f91-40b8-4677-8443-286982ee2a31'),
(75026,32,12337,NULL,2612,9,'2026-01-21 01:43:07','2026-01-21 01:43:07','ccf2a3fb-d635-4dfd-9814-7837166ed14f'),
(75027,16,12337,NULL,3374,1,'2026-01-21 01:43:07','2026-01-21 01:43:07','650cf2b0-8b6e-4e03-81b9-10a9cc7639b3'),
(75028,7,12337,NULL,3468,1,'2026-01-21 01:43:07','2026-01-21 01:43:07','61c22ed7-a89b-45b4-a1bf-17f40ce6252c'),
(75029,7,12337,NULL,9732,2,'2026-01-21 01:43:07','2026-01-21 01:43:07','96374dca-abef-4ca9-a798-a1887ff341b8'),
(75030,7,12337,NULL,617,3,'2026-01-21 01:43:07','2026-01-21 01:43:07','ab1ab791-63e3-46be-aabe-851a3d6fca66'),
(75031,7,12337,NULL,605,4,'2026-01-21 01:43:07','2026-01-21 01:43:07','50fe19e0-273e-4ee2-9b0f-7b1a9def5b9b'),
(75032,7,12337,NULL,9552,5,'2026-01-21 01:43:07','2026-01-21 01:43:07','6e797e32-645b-4d3d-a4b0-844f29ae3da2'),
(75033,82,12337,NULL,469,1,'2026-01-21 01:43:07','2026-01-21 01:43:07','ccd8430a-267e-4b03-ba88-b5b31aa3d655'),
(75034,82,12337,NULL,475,2,'2026-01-21 01:43:07','2026-01-21 01:43:07','25b59ea6-ed01-4a0e-aef3-4601fb9e274d'),
(75035,82,12337,NULL,479,3,'2026-01-21 01:43:07','2026-01-21 01:43:07','6fdd0c2e-0982-4ade-9bdd-8aea3f19cd8e'),
(75036,82,12337,NULL,491,4,'2026-01-21 01:43:07','2026-01-21 01:43:07','c075b185-995b-48d7-a26d-dbd8db05b91d'),
(75037,47,12337,NULL,12333,1,'2026-01-21 01:43:07','2026-01-21 01:43:07','a00075fe-4f60-47ac-a3a2-c555add59609'),
(75038,57,12337,NULL,3362,1,'2026-01-21 01:43:07','2026-01-21 01:43:07','871377b2-f5c3-4453-a627-5b40b3122047'),
(75039,57,12337,NULL,3363,2,'2026-01-21 01:43:07','2026-01-21 01:43:07','20ea9830-1f62-427b-8ab7-ebf901f521c1'),
(75040,57,12337,NULL,3364,3,'2026-01-21 01:43:07','2026-01-21 01:43:07','3859502b-ebd0-4384-a9ff-f74558f8fdce'),
(75041,57,12337,NULL,3365,4,'2026-01-21 01:43:07','2026-01-21 01:43:07','55ebd4f7-b409-4f11-ae6d-fbe09fe3b80b'),
(75042,57,12337,NULL,3366,5,'2026-01-21 01:43:07','2026-01-21 01:43:07','959c72ad-73e3-461d-b9d1-2466f2619464'),
(75043,57,12337,NULL,3367,6,'2026-01-21 01:43:07','2026-01-21 01:43:07','f3a16f02-ab3e-43af-b7ba-d6d448a94436'),
(75044,57,12337,NULL,3368,7,'2026-01-21 01:43:07','2026-01-21 01:43:07','12d2f3ce-ed89-480e-be5c-de7b55cf6747'),
(75045,57,12337,NULL,3369,8,'2026-01-21 01:43:07','2026-01-21 01:43:07','abcfd2fa-4a42-440f-9746-6633a8e69843'),
(75046,57,12337,NULL,3370,9,'2026-01-21 01:43:07','2026-01-21 01:43:07','616972b9-cade-4f2a-9cc4-4b71597035a4'),
(75047,57,12337,NULL,3371,10,'2026-01-21 01:43:07','2026-01-21 01:43:07','e147684e-c9f6-41ca-8638-57e65cbfffad'),
(75048,57,12337,NULL,3372,11,'2026-01-21 01:43:07','2026-01-21 01:43:07','55d6ccad-0472-40d5-88c9-342fff3590b4'),
(75049,57,12337,NULL,3373,12,'2026-01-21 01:43:07','2026-01-21 01:43:07','a8788085-00b8-4746-83d5-f11d712103e6'),
(75050,57,12337,NULL,3374,13,'2026-01-21 01:43:07','2026-01-21 01:43:07','ac8ccaa8-f81a-4606-b8d7-adb515e500d6'),
(75051,72,12337,NULL,548,1,'2026-01-21 01:43:07','2026-01-21 01:43:07','5e6bb184-358d-40a1-9ca0-88f7414e6720'),
(75052,32,12338,NULL,2610,1,'2026-01-21 01:43:15','2026-01-21 01:43:15','7bf4de62-1e21-4837-a0ce-45dde3997a3d'),
(75053,32,12338,NULL,2598,2,'2026-01-21 01:43:15','2026-01-21 01:43:15','e1879c09-1839-4794-b4c7-72a809844600'),
(75054,32,12338,NULL,2600,3,'2026-01-21 01:43:15','2026-01-21 01:43:15','31caefe2-9faa-40f7-8a1d-183b24f3781c'),
(75055,32,12338,NULL,2604,4,'2026-01-21 01:43:15','2026-01-21 01:43:15','632e2a48-ba81-42a4-be96-e436c267b609'),
(75056,32,12338,NULL,2614,5,'2026-01-21 01:43:15','2026-01-21 01:43:15','a2f49d24-8e59-470c-ace6-f28953ea8aa9'),
(75057,32,12338,NULL,2608,6,'2026-01-21 01:43:15','2026-01-21 01:43:15','8251857f-ed2e-4670-9460-937c05f67b8a'),
(75058,32,12338,NULL,2596,7,'2026-01-21 01:43:15','2026-01-21 01:43:15','90b0f0ec-0724-4828-b026-5593b3bf1c24'),
(75059,32,12338,NULL,2602,8,'2026-01-21 01:43:15','2026-01-21 01:43:15','50d161b9-bca7-46fb-a46d-521d2bd6aa60'),
(75060,32,12338,NULL,2606,9,'2026-01-21 01:43:15','2026-01-21 01:43:15','dd44af57-29a5-4db2-9952-cf9f5e93e2ad'),
(75061,32,12338,NULL,2612,10,'2026-01-21 01:43:15','2026-01-21 01:43:15','65e1b6ad-31db-434c-869f-64434d17f841'),
(75062,16,12338,NULL,4017,1,'2026-01-21 01:43:15','2026-01-21 01:43:15','9c77e85b-27a1-4dbb-91cc-0e33e46a7447'),
(75063,7,12338,NULL,3468,1,'2026-01-21 01:43:15','2026-01-21 01:43:15','eabe2698-4043-4996-a1fc-3ea83d3c0217'),
(75064,7,12338,NULL,2969,2,'2026-01-21 01:43:15','2026-01-21 01:43:15','cb7f2174-ccfc-479d-8e39-35be341b71a4'),
(75065,7,12338,NULL,617,3,'2026-01-21 01:43:15','2026-01-21 01:43:15','a6857c04-3ec3-4198-8581-dfd6f4b90ca7'),
(75066,7,12338,NULL,9724,4,'2026-01-21 01:43:15','2026-01-21 01:43:15','f1d0513e-db83-4e6e-a07d-7897adcce189'),
(75067,7,12338,NULL,2972,5,'2026-01-21 01:43:15','2026-01-21 01:43:15','7dda1f41-5905-40e0-baa4-5f8252c432b5'),
(75068,7,12338,NULL,605,6,'2026-01-21 01:43:15','2026-01-21 01:43:15','05f8caaa-7392-4b40-8e04-6e592183e3f8'),
(75069,7,12338,NULL,9552,7,'2026-01-21 01:43:15','2026-01-21 01:43:15','37554fe2-f221-405c-832b-5fbe43707fa9'),
(75070,82,12338,NULL,479,1,'2026-01-21 01:43:15','2026-01-21 01:43:15','eeedb986-b2e0-4643-898b-b8a36496a1ce'),
(75071,57,12338,NULL,8163,1,'2026-01-21 01:43:15','2026-01-21 01:43:15','caf51a4d-a92f-4496-b39e-144853872544'),
(75072,57,12338,NULL,8162,2,'2026-01-21 01:43:15','2026-01-21 01:43:15','dbe0523a-a271-42ae-87af-5a016134bca7'),
(75073,57,12338,NULL,8164,3,'2026-01-21 01:43:15','2026-01-21 01:43:15','71753268-c063-4b1b-b4c9-679f599242a2'),
(75074,57,12338,NULL,8165,4,'2026-01-21 01:43:15','2026-01-21 01:43:15','facf4e78-161c-4627-8171-f06eda68e770'),
(75076,47,1359,NULL,12339,1,'2026-01-21 01:43:29','2026-01-21 01:43:29','2f286f43-84c4-4502-be92-8fd2fbe25e6c'),
(75077,32,12340,NULL,2614,1,'2026-01-21 01:43:29','2026-01-21 01:43:29','e4887895-6079-440d-ac96-d7b2cd588021'),
(75078,32,12340,NULL,2610,2,'2026-01-21 01:43:29','2026-01-21 01:43:29','464aa05d-67dd-40b6-b2f9-79309546fb03'),
(75079,32,12340,NULL,2598,3,'2026-01-21 01:43:29','2026-01-21 01:43:29','e0756689-6e67-4c48-8130-fb671c066fbf'),
(75080,32,12340,NULL,2608,4,'2026-01-21 01:43:29','2026-01-21 01:43:29','24574606-195c-4f3c-bf04-3b07e906dd75'),
(75081,32,12340,NULL,2624,5,'2026-01-21 01:43:29','2026-01-21 01:43:29','acc7af76-04e7-4f41-a4cd-e55e01ee1d1d'),
(75082,32,12340,NULL,2600,6,'2026-01-21 01:43:29','2026-01-21 01:43:29','caa12630-dfbe-4eee-8791-7961e6dbd5c7'),
(75083,32,12340,NULL,2596,7,'2026-01-21 01:43:29','2026-01-21 01:43:29','bd536801-b9c2-4bc3-ae9f-a9e500e088e9'),
(75084,32,12340,NULL,2602,8,'2026-01-21 01:43:29','2026-01-21 01:43:29','15a046b3-922e-430e-8d4b-cec08604e3f6'),
(75085,32,12340,NULL,2606,9,'2026-01-21 01:43:29','2026-01-21 01:43:29','f4afda7b-6175-4c20-8a44-f5669271fc60'),
(75086,32,12340,NULL,2612,10,'2026-01-21 01:43:29','2026-01-21 01:43:29','4f76f673-98b7-4a14-ae66-9a525503f65d'),
(75087,32,12340,NULL,2604,11,'2026-01-21 01:43:29','2026-01-21 01:43:29','b46cd80a-fc10-4647-a45e-0b203fc8fc67'),
(75088,16,12340,NULL,10210,1,'2026-01-21 01:43:29','2026-01-21 01:43:29','0306c361-5ac5-45ef-8b48-015dc0136fe0'),
(75089,7,12340,NULL,2969,1,'2026-01-21 01:43:29','2026-01-21 01:43:29','027237c1-6384-4342-b77a-48ef93653d4e'),
(75090,7,12340,NULL,617,2,'2026-01-21 01:43:29','2026-01-21 01:43:29','5ede3abe-7c21-443a-ac75-77874f74071b'),
(75091,7,12340,NULL,605,3,'2026-01-21 01:43:29','2026-01-21 01:43:29','fbd601fb-9674-4816-a60d-767c079c5195'),
(75092,7,12340,NULL,9552,4,'2026-01-21 01:43:29','2026-01-21 01:43:29','506bba93-d958-459a-8fa7-17dfbd034412'),
(75093,46,12340,NULL,2891,1,'2026-01-21 01:43:29','2026-01-21 01:43:29','2a6c5e8d-7deb-4afa-9c63-5dff01c740e9'),
(75094,47,12340,NULL,12339,1,'2026-01-21 01:43:29','2026-01-21 01:43:29','5a958b0c-5f78-4633-a4b7-3fa62dd78040'),
(75095,57,12340,NULL,9148,1,'2026-01-21 01:43:29','2026-01-21 01:43:29','03179ee3-804d-40e3-8db6-0e6483e0829e'),
(75096,57,12340,NULL,9145,2,'2026-01-21 01:43:29','2026-01-21 01:43:29','00419b8e-5f76-4159-825d-7115a5baee58'),
(75097,57,12340,NULL,9149,3,'2026-01-21 01:43:29','2026-01-21 01:43:29','18c7ecdd-b5c3-4b28-a5b5-f94ab9d4c267'),
(75098,57,12340,NULL,9150,4,'2026-01-21 01:43:29','2026-01-21 01:43:29','e9aa6f2f-e9b9-481c-b819-beb865b59bbe'),
(75099,57,12340,NULL,9144,5,'2026-01-21 01:43:29','2026-01-21 01:43:29','21426042-bf54-4933-aef1-4f7fd922066c'),
(75100,57,12340,NULL,9146,6,'2026-01-21 01:43:29','2026-01-21 01:43:29','6b580445-8017-4957-9e59-a8053e7bc116'),
(75101,57,12340,NULL,9147,7,'2026-01-21 01:43:29','2026-01-21 01:43:29','1b54f81e-d704-4ab3-8e82-b6040f6bb445'),
(75102,57,12340,NULL,10213,8,'2026-01-21 01:43:29','2026-01-21 01:43:29','99bdba1a-fcd6-4670-b7ec-060d77df0cb0'),
(75103,13,12340,NULL,6922,1,'2026-01-21 01:43:29','2026-01-21 01:43:29','e500f72e-d0bb-4975-bf40-7e87d424dd15'),
(75126,47,1365,NULL,12342,1,'2026-01-21 01:43:45','2026-01-21 01:43:45','58872a34-f73c-459b-b429-df54112dc3cb'),
(75127,32,12343,NULL,2614,1,'2026-01-21 01:43:45','2026-01-21 01:43:45','a5d49553-757f-40cc-98ec-de96861e8a58'),
(75128,32,12343,NULL,2610,2,'2026-01-21 01:43:45','2026-01-21 01:43:45','108af2a3-affb-42ee-83df-52301e8ba7c9'),
(75129,32,12343,NULL,2598,3,'2026-01-21 01:43:45','2026-01-21 01:43:45','89d5c680-cb9d-42c5-bfe6-b03d47ba735c'),
(75130,32,12343,NULL,2608,4,'2026-01-21 01:43:45','2026-01-21 01:43:45','7000cbcc-7406-4970-99a7-46428799a975'),
(75131,32,12343,NULL,2600,5,'2026-01-21 01:43:45','2026-01-21 01:43:45','1a658413-6e11-4e78-b2b4-ded66f128bac'),
(75132,32,12343,NULL,2596,6,'2026-01-21 01:43:45','2026-01-21 01:43:45','ec8a25b6-f1d6-4c14-9c4c-6ca7838be576'),
(75133,32,12343,NULL,2602,7,'2026-01-21 01:43:45','2026-01-21 01:43:45','90fae19d-4c9a-4331-ad82-14a75c032062'),
(75134,32,12343,NULL,2612,8,'2026-01-21 01:43:45','2026-01-21 01:43:45','aded51e3-f8ea-47a6-b858-5f84b2a38228'),
(75135,32,12343,NULL,2604,9,'2026-01-21 01:43:45','2026-01-21 01:43:45','d2e8184e-6fda-420a-966b-f3ed3b919895'),
(75136,32,12343,NULL,2606,10,'2026-01-21 01:43:45','2026-01-21 01:43:45','b6193860-f049-421e-ae8c-070bf5608f67'),
(75137,16,12343,NULL,9155,1,'2026-01-21 01:43:45','2026-01-21 01:43:45','d89e2576-76a8-476a-9193-a0fff1597328'),
(75138,7,12343,NULL,605,1,'2026-01-21 01:43:45','2026-01-21 01:43:45','2c6f4f12-a79b-4eab-9940-c926a39e7534'),
(75139,7,12343,NULL,617,2,'2026-01-21 01:43:45','2026-01-21 01:43:45','7f47005c-cd40-45f4-babb-73be0cdc8e2f'),
(75140,7,12343,NULL,9552,3,'2026-01-21 01:43:45','2026-01-21 01:43:45','f9974327-8ff3-4464-ad08-eeced0da1785'),
(75141,82,12343,NULL,479,1,'2026-01-21 01:43:45','2026-01-21 01:43:45','0c01ac25-7748-4088-b41b-538a1441ff90'),
(75142,47,12343,NULL,12342,1,'2026-01-21 01:43:45','2026-01-21 01:43:45','b77e500e-ee1c-4457-94ae-45d9914a9dbb'),
(75143,57,12343,NULL,9160,1,'2026-01-21 01:43:45','2026-01-21 01:43:45','c2108c2d-9bfe-44d1-b2d0-08eec4082718'),
(75144,57,12343,NULL,9162,2,'2026-01-21 01:43:45','2026-01-21 01:43:45','ae60ca44-ce0b-4890-a6ca-beda0d3000b5'),
(75145,57,12343,NULL,9164,3,'2026-01-21 01:43:45','2026-01-21 01:43:45','3edaff7b-14c7-4fae-8eaf-0b1b2b41f930'),
(75146,57,12343,NULL,9163,4,'2026-01-21 01:43:45','2026-01-21 01:43:45','4104b574-a580-41cb-b058-db294880c308'),
(75147,57,12343,NULL,9161,5,'2026-01-21 01:43:45','2026-01-21 01:43:45','e218bd63-8bcd-4d72-b9eb-ba9dd168656b'),
(75148,57,12343,NULL,9165,6,'2026-01-21 01:43:45','2026-01-21 01:43:45','429e5806-100e-41c1-814e-3a1bbdafe9c5'),
(75205,47,2712,NULL,12344,1,'2026-01-21 01:44:10','2026-01-21 01:44:10','7abfb9e2-e65f-4b31-b3e1-0ed662106cc4'),
(75206,32,12348,NULL,2614,1,'2026-01-21 01:44:10','2026-01-21 01:44:10','c315f4fb-5210-44b7-958f-bf9ab1e6a88c'),
(75207,32,12348,NULL,2610,2,'2026-01-21 01:44:10','2026-01-21 01:44:10','258194cb-a0e6-48bd-bd82-169221c5be01'),
(75208,32,12348,NULL,2598,3,'2026-01-21 01:44:10','2026-01-21 01:44:10','63e1d5d2-c2a2-441a-998d-fd37a04b3ab9'),
(75209,32,12348,NULL,2608,4,'2026-01-21 01:44:10','2026-01-21 01:44:10','dc5c9c8f-e4d1-4c5f-991a-9a8bd6e531ec'),
(75210,32,12348,NULL,2600,5,'2026-01-21 01:44:10','2026-01-21 01:44:10','eb0e0e43-16aa-48e4-899c-73cf331dc975'),
(75211,32,12348,NULL,2596,6,'2026-01-21 01:44:10','2026-01-21 01:44:10','1c88500a-13cf-48ed-944f-494db52b055f'),
(75212,32,12348,NULL,2602,7,'2026-01-21 01:44:10','2026-01-21 01:44:10','60be7faf-687e-405a-a0da-46a8c859dc8d'),
(75213,32,12348,NULL,2612,8,'2026-01-21 01:44:10','2026-01-21 01:44:10','7a96fd94-3bbc-4a5d-9677-cbbe0d8c2625'),
(75214,32,12348,NULL,2606,9,'2026-01-21 01:44:10','2026-01-21 01:44:10','13978086-8f24-4398-86fd-76509e74876b'),
(75215,16,12348,NULL,9749,1,'2026-01-21 01:44:10','2026-01-21 01:44:10','42db21d9-bef2-4eaa-b172-0714eb1b4361'),
(75216,7,12348,NULL,6547,1,'2026-01-21 01:44:10','2026-01-21 01:44:10','788c658c-e180-4cf0-89c2-7c13dad3cb51'),
(75217,7,12348,NULL,9732,2,'2026-01-21 01:44:10','2026-01-21 01:44:10','4eab7a53-ff7e-4f22-83b6-ebbc6986c795'),
(75218,7,12348,NULL,9735,3,'2026-01-21 01:44:10','2026-01-21 01:44:10','7f210726-5699-4e99-b41a-09c91bca75f6'),
(75219,7,12348,NULL,9640,4,'2026-01-21 01:44:10','2026-01-21 01:44:10','a0176ce4-e473-480c-803b-12dc3c7fbb74'),
(75220,7,12348,NULL,617,5,'2026-01-21 01:44:10','2026-01-21 01:44:10','f78a6d4b-5565-4a41-bd0a-b9135f667c98'),
(75221,7,12348,NULL,605,6,'2026-01-21 01:44:10','2026-01-21 01:44:10','b8249a93-408d-41b6-ab43-0cf13aebc004'),
(75222,7,12348,NULL,9552,7,'2026-01-21 01:44:10','2026-01-21 01:44:10','7eef7db1-b07e-408f-82c4-01f7048d9d94'),
(75223,82,12348,NULL,477,1,'2026-01-21 01:44:10','2026-01-21 01:44:10','47bee202-9b51-40ba-8486-43a188be05a1'),
(75224,82,12348,NULL,479,2,'2026-01-21 01:44:10','2026-01-21 01:44:10','d2ade685-f2d5-4250-acb9-5f9baa4fabc7'),
(75225,47,12348,NULL,12344,1,'2026-01-21 01:44:10','2026-01-21 01:44:10','ee4f5220-0b3a-44cf-9934-f85ae3acc998'),
(75226,57,12348,NULL,9804,1,'2026-01-21 01:44:10','2026-01-21 01:44:10','887e9ccc-4276-4b03-a215-db86c63c3646'),
(75227,57,12348,NULL,9811,2,'2026-01-21 01:44:10','2026-01-21 01:44:10','7815e969-fe3f-46b0-9a56-88565275c5aa'),
(75228,57,12348,NULL,9805,3,'2026-01-21 01:44:10','2026-01-21 01:44:10','3593e972-fe0d-4a80-8673-00a55367786c'),
(75229,57,12348,NULL,9806,4,'2026-01-21 01:44:10','2026-01-21 01:44:10','1f3e223f-b597-4735-a644-90c77cc788e8'),
(75230,57,12348,NULL,9807,5,'2026-01-21 01:44:10','2026-01-21 01:44:10','26085a6f-daf0-4ef8-9ab7-aeb7c6d6c464'),
(75231,57,12348,NULL,9800,6,'2026-01-21 01:44:10','2026-01-21 01:44:10','7a266039-2d7b-4f69-a6b8-58f92b906bda'),
(75232,57,12348,NULL,9808,7,'2026-01-21 01:44:10','2026-01-21 01:44:10','ceee3be1-5f0f-421d-a429-a9e993d8c3d8'),
(75233,57,12348,NULL,9809,8,'2026-01-21 01:44:10','2026-01-21 01:44:10','ef45c9cb-f5b4-446c-8374-916c2a2cdaf8'),
(75234,57,12348,NULL,9812,9,'2026-01-21 01:44:10','2026-01-21 01:44:10','58fbd8a2-a35a-4b64-a6f2-3e1c7f2464d6'),
(75235,57,12348,NULL,9813,10,'2026-01-21 01:44:10','2026-01-21 01:44:10','dbb7c06a-92a5-4a3a-be60-0b2233ea32c8'),
(75236,13,12348,NULL,6925,1,'2026-01-21 01:44:10','2026-01-21 01:44:10','e5bc7b14-faa2-4732-816b-64809d8c14fe'),
(75268,32,12351,NULL,2610,1,'2026-01-21 01:44:23','2026-01-21 01:44:23','e6bb9f74-993a-4b31-99f3-eb685c67e22a'),
(75269,32,12351,NULL,2598,2,'2026-01-21 01:44:23','2026-01-21 01:44:23','26bd6b17-e1ff-453a-8f2b-5da14b15fcbf'),
(75270,32,12351,NULL,2600,3,'2026-01-21 01:44:23','2026-01-21 01:44:23','7fb4dc2d-4845-45bf-99c3-22757bf83145'),
(75271,32,12351,NULL,2602,4,'2026-01-21 01:44:23','2026-01-21 01:44:23','37917bcd-1a23-4037-a064-60b20fa3ef7b'),
(75272,32,12351,NULL,2604,5,'2026-01-21 01:44:23','2026-01-21 01:44:23','39d3bdbb-58f9-4f2a-870e-5b4d82dd5b97'),
(75273,32,12351,NULL,2608,6,'2026-01-21 01:44:23','2026-01-21 01:44:23','fc4e854e-0303-4bca-b029-f802c8f8edac'),
(75274,32,12351,NULL,2596,7,'2026-01-21 01:44:23','2026-01-21 01:44:23','b995e8c3-d52a-471d-bd87-321135ef4cfc'),
(75275,32,12351,NULL,2606,8,'2026-01-21 01:44:23','2026-01-21 01:44:23','2d4859f8-5c98-4a52-9a59-7eab18613232'),
(75276,32,12351,NULL,2612,9,'2026-01-21 01:44:23','2026-01-21 01:44:23','797b56cb-0a3e-4064-a781-53b4374e8287'),
(75277,16,12351,NULL,8178,1,'2026-01-21 01:44:23','2026-01-21 01:44:23','6653649b-145b-4032-a41c-de894296ac46'),
(75278,7,12351,NULL,3468,1,'2026-01-21 01:44:23','2026-01-21 01:44:23','4b651329-df91-4ded-a890-50c6b622d853'),
(75279,7,12351,NULL,601,2,'2026-01-21 01:44:23','2026-01-21 01:44:23','69610634-8ffd-4d5c-ac07-6e848b3005af'),
(75280,7,12351,NULL,2974,3,'2026-01-21 01:44:23','2026-01-21 01:44:23','95fa133c-12d4-4fbf-ab84-deffd5e03ea4'),
(75281,7,12351,NULL,9640,4,'2026-01-21 01:44:23','2026-01-21 01:44:23','186bcc72-cbbb-4a46-89f5-b2c1ce04d094'),
(75282,7,12351,NULL,617,5,'2026-01-21 01:44:23','2026-01-21 01:44:23','15145bab-e076-4c63-9568-3befa3dd1649'),
(75283,7,12351,NULL,9724,6,'2026-01-21 01:44:23','2026-01-21 01:44:23','ace3f4e5-b971-4565-be4d-1321aa5723e5'),
(75284,7,12351,NULL,605,7,'2026-01-21 01:44:23','2026-01-21 01:44:23','802d1148-1cb0-43f5-8271-bde962e97bb0'),
(75285,7,12351,NULL,9552,8,'2026-01-21 01:44:23','2026-01-21 01:44:23','c3c1505e-7fee-4f34-b3e9-80a462f39f48'),
(75286,82,12351,NULL,479,1,'2026-01-21 01:44:23','2026-01-21 01:44:23','9e58e6de-0abf-4469-837c-17b287e2935e'),
(75287,82,12351,NULL,491,2,'2026-01-21 01:44:23','2026-01-21 01:44:23','12aa8251-7794-4bc6-9800-5bb32c498493'),
(75288,57,12351,NULL,8175,1,'2026-01-21 01:44:23','2026-01-21 01:44:23','f438ebe5-5196-4f14-b0b3-08a154ee2cb3'),
(75289,57,12351,NULL,8194,2,'2026-01-21 01:44:23','2026-01-21 01:44:23','2cd8c303-8ac1-4720-a29e-e848db179107'),
(75290,57,12351,NULL,8174,3,'2026-01-21 01:44:23','2026-01-21 01:44:23','f1756ddf-4ed8-4b1d-99ac-b62dc520622a'),
(75291,57,12351,NULL,8177,4,'2026-01-21 01:44:23','2026-01-21 01:44:23','e8dd15cb-8c34-4e85-9ebe-bb227ad10c65'),
(75294,47,1371,NULL,12352,1,'2026-01-21 01:44:29','2026-01-21 01:44:29','5b294fbf-e5fd-409c-ba84-94fa4ad60a54'),
(75295,32,12353,NULL,2614,1,'2026-01-21 01:44:29','2026-01-21 01:44:29','35d94501-a225-4e74-bb29-44004894e654'),
(75296,32,12353,NULL,2610,2,'2026-01-21 01:44:29','2026-01-21 01:44:29','0778cd0d-bb8f-46ff-92b8-7c37bd6d8900'),
(75297,32,12353,NULL,2598,3,'2026-01-21 01:44:29','2026-01-21 01:44:29','e6fcd4e8-edab-49bf-bfc0-460ef8f1450a'),
(75298,32,12353,NULL,2608,4,'2026-01-21 01:44:29','2026-01-21 01:44:29','f23d2203-9e94-4fbf-a1a8-5ebef015b3ed'),
(75299,32,12353,NULL,2624,5,'2026-01-21 01:44:29','2026-01-21 01:44:29','78e9c450-8e8f-4a64-895a-3d8c0a56b6c8'),
(75300,32,12353,NULL,2600,6,'2026-01-21 01:44:29','2026-01-21 01:44:29','5728374f-bc8d-4c2c-a1ae-4a3ab8da32bd'),
(75301,32,12353,NULL,2596,7,'2026-01-21 01:44:29','2026-01-21 01:44:29','9512debf-2fb3-4203-ba92-8f97893c385d'),
(75302,32,12353,NULL,2602,8,'2026-01-21 01:44:29','2026-01-21 01:44:29','90fa61da-e639-4f46-aa05-641ff960d0e2'),
(75303,32,12353,NULL,2606,9,'2026-01-21 01:44:29','2026-01-21 01:44:29','099e6a31-54aa-450d-9d18-1378075ceb84'),
(75304,32,12353,NULL,2612,10,'2026-01-21 01:44:29','2026-01-21 01:44:29','b3b09685-7bde-46fc-98b4-3fa7a55af0bd'),
(75305,32,12353,NULL,2604,11,'2026-01-21 01:44:29','2026-01-21 01:44:29','941f307d-d8a7-4c5b-bf8c-01ebbf0beac9'),
(75306,16,12353,NULL,9852,1,'2026-01-21 01:44:29','2026-01-21 01:44:29','8f1a06b1-5232-4fc4-a6a8-b464f3974d90'),
(75307,7,12353,NULL,605,1,'2026-01-21 01:44:29','2026-01-21 01:44:29','f310731f-89b8-468a-b07c-36b6f4be31b7'),
(75308,7,12353,NULL,617,2,'2026-01-21 01:44:29','2026-01-21 01:44:29','e6dd2446-2d18-4a2f-9344-24b9f0bf7b60'),
(75309,7,12353,NULL,9552,3,'2026-01-21 01:44:29','2026-01-21 01:44:29','5db2195e-68af-4f60-b041-5168b62bfacb'),
(75310,46,12353,NULL,2891,1,'2026-01-21 01:44:29','2026-01-21 01:44:29','2ed034e7-58eb-48c3-8744-27d6f2770a9e'),
(75311,47,12353,NULL,12352,1,'2026-01-21 01:44:29','2026-01-21 01:44:29','c19453f8-3706-411e-be8d-4209adb35a5e'),
(75312,57,12353,NULL,9861,1,'2026-01-21 01:44:29','2026-01-21 01:44:29','deedba79-3be7-4b8f-8dee-342f30b52ec2'),
(75313,57,12353,NULL,9866,2,'2026-01-21 01:44:29','2026-01-21 01:44:29','56f3e7d9-dabc-4b64-9b1c-fc04d48be596'),
(75314,57,12353,NULL,9865,3,'2026-01-21 01:44:29','2026-01-21 01:44:29','0aef7b5f-14d2-4eb2-99b6-8c08251fb724'),
(75315,57,12353,NULL,9862,4,'2026-01-21 01:44:29','2026-01-21 01:44:29','b6f462f4-0230-448e-a024-c3a87a92833b'),
(75316,57,12353,NULL,9859,5,'2026-01-21 01:44:29','2026-01-21 01:44:29','f7e57c4f-b620-43e1-890a-56d14537b381'),
(75317,57,12353,NULL,9864,6,'2026-01-21 01:44:29','2026-01-21 01:44:29','80493b2c-6a68-4db3-84f1-79d9d6c2e697'),
(75318,57,12353,NULL,9868,7,'2026-01-21 01:44:29','2026-01-21 01:44:29','d33aba02-f6ea-40e2-9591-128eb36e4032'),
(75319,57,12353,NULL,9869,8,'2026-01-21 01:44:29','2026-01-21 01:44:29','28dd9b52-d05d-4f23-9983-44b84d30f32a'),
(75320,57,12353,NULL,9870,9,'2026-01-21 01:44:29','2026-01-21 01:44:29','d8d8aec5-3907-4c0f-9fb9-34386551cfb7'),
(75321,57,12353,NULL,9871,10,'2026-01-21 01:44:29','2026-01-21 01:44:29','d2beb5b1-04d2-4bf4-b047-be0a655d482e'),
(75322,57,12353,NULL,9872,11,'2026-01-21 01:44:29','2026-01-21 01:44:29','4856116e-7c22-4163-b085-b29f712b4665'),
(75323,57,12353,NULL,9873,12,'2026-01-21 01:44:29','2026-01-21 01:44:29','9facafc4-2857-4002-b0de-d63e584da77f'),
(75324,57,12353,NULL,9874,13,'2026-01-21 01:44:29','2026-01-21 01:44:29','cec6c5a7-195b-4aa4-984f-3215bbb54680'),
(75325,57,12353,NULL,9876,14,'2026-01-21 01:44:29','2026-01-21 01:44:29','60f4c5a7-384a-42db-9044-7be64bbc7884'),
(75326,13,12353,NULL,6927,1,'2026-01-21 01:44:29','2026-01-21 01:44:29','093eb566-2df6-4369-b13c-95ec45b5ad17'),
(75349,47,1377,NULL,12355,1,'2026-01-21 01:44:47','2026-01-21 01:44:47','ecf28ded-9dce-4fe5-92c0-4905ee9aeaf5'),
(75350,32,12356,NULL,2614,1,'2026-01-21 01:44:47','2026-01-21 01:44:47','6b030d58-3bc0-4f3a-96fe-454145a4d03f'),
(75351,32,12356,NULL,2610,2,'2026-01-21 01:44:47','2026-01-21 01:44:47','0192a254-0fb5-485c-923c-ab554c07abfa'),
(75352,32,12356,NULL,2598,3,'2026-01-21 01:44:47','2026-01-21 01:44:47','9ca30853-a00e-478f-bba7-e8fae287315d'),
(75353,32,12356,NULL,2608,4,'2026-01-21 01:44:47','2026-01-21 01:44:47','fbd2cf9f-932c-4015-9ce7-903f01dcab32'),
(75354,32,12356,NULL,2600,5,'2026-01-21 01:44:47','2026-01-21 01:44:47','689b42c4-28ad-4b57-b10b-6d9307092040'),
(75355,32,12356,NULL,2596,6,'2026-01-21 01:44:47','2026-01-21 01:44:47','5c3884b7-0a12-4cf3-97e5-6cd0233c2886'),
(75356,32,12356,NULL,2602,7,'2026-01-21 01:44:47','2026-01-21 01:44:47','09fc9e9c-4d40-4963-92c9-5df8237329cf'),
(75357,32,12356,NULL,2606,8,'2026-01-21 01:44:47','2026-01-21 01:44:47','613b033e-8636-4e44-aed8-abbf7a372eb1'),
(75358,32,12356,NULL,2612,9,'2026-01-21 01:44:47','2026-01-21 01:44:47','910374e9-c680-4452-8f96-787377495931'),
(75359,32,12356,NULL,2604,10,'2026-01-21 01:44:47','2026-01-21 01:44:47','6a5f6b97-f3b0-4517-af13-62c2fabf79d6'),
(75360,16,12356,NULL,9181,1,'2026-01-21 01:44:47','2026-01-21 01:44:47','06ce81b0-d0da-4622-9f54-82d08ad1dfb4'),
(75361,7,12356,NULL,2969,1,'2026-01-21 01:44:47','2026-01-21 01:44:47','10341d87-fd15-450b-a643-df38dae1b1b1'),
(75362,7,12356,NULL,605,2,'2026-01-21 01:44:47','2026-01-21 01:44:47','0d2837b4-4ca6-4564-9cab-7e13ccff4ab5'),
(75363,7,12356,NULL,617,3,'2026-01-21 01:44:47','2026-01-21 01:44:47','b56a88e8-80f5-472a-b6c7-eb54b7a3d4ef'),
(75364,7,12356,NULL,9552,4,'2026-01-21 01:44:47','2026-01-21 01:44:47','68881a22-eaf5-4abe-a7c4-e5230fc97242'),
(75365,47,12356,NULL,12355,1,'2026-01-21 01:44:47','2026-01-21 01:44:47','087f8540-c55f-484f-a1c2-3abf1d4769bb'),
(75366,57,12356,NULL,9184,1,'2026-01-21 01:44:47','2026-01-21 01:44:47','f500c734-c381-4957-aa0c-f36458036456'),
(75367,57,12356,NULL,9185,2,'2026-01-21 01:44:47','2026-01-21 01:44:47','89695d8b-d554-4132-81ae-5ccd7bb17eb8'),
(75368,57,12356,NULL,9186,3,'2026-01-21 01:44:47','2026-01-21 01:44:47','944dbad6-9504-45b5-b564-86bb4ffce20b'),
(75369,57,12356,NULL,9187,4,'2026-01-21 01:44:47','2026-01-21 01:44:47','2d183647-a128-44de-921d-e5dc669f37fe'),
(75370,57,12356,NULL,9188,5,'2026-01-21 01:44:47','2026-01-21 01:44:47','1b9c0f17-13a4-40ab-8e52-7d55ec64416a'),
(75371,57,12356,NULL,9189,6,'2026-01-21 01:44:47','2026-01-21 01:44:47','15fff085-0ef2-42ae-a40a-9207c30f5db8'),
(75372,57,12356,NULL,9190,7,'2026-01-21 01:44:47','2026-01-21 01:44:47','472352a4-984d-44c1-a887-20c117eca52c'),
(75373,57,12356,NULL,9191,8,'2026-01-21 01:44:47','2026-01-21 01:44:47','a65c9083-b85c-4687-bee7-f43dbee524b4'),
(75374,57,12356,NULL,9192,9,'2026-01-21 01:44:47','2026-01-21 01:44:47','5334a412-6a8a-4134-bdd6-d5a45b1a4628'),
(75375,57,12356,NULL,9193,10,'2026-01-21 01:44:47','2026-01-21 01:44:47','7ff99ac2-357d-406a-b6c6-1bf629879aa5'),
(75376,13,12356,NULL,6931,1,'2026-01-21 01:44:47','2026-01-21 01:44:47','dd42cf63-d640-4326-a74e-615ac2b659b4'),
(75406,47,1383,NULL,12358,1,'2026-01-21 01:45:06','2026-01-21 01:45:06','cd10c721-ed40-4192-aa2f-20cf3a0f0292'),
(75407,32,12359,NULL,2614,1,'2026-01-21 01:45:06','2026-01-21 01:45:06','103d68da-739d-4949-afe3-33ea1b992b48'),
(75408,32,12359,NULL,2610,2,'2026-01-21 01:45:06','2026-01-21 01:45:06','e9571160-8705-4fa4-bd13-69c4ad0ce474'),
(75409,32,12359,NULL,2598,3,'2026-01-21 01:45:06','2026-01-21 01:45:06','77df111e-07ff-4534-966d-1748ead8af2f'),
(75410,32,12359,NULL,2608,4,'2026-01-21 01:45:06','2026-01-21 01:45:06','ab6ab867-cf13-4131-b2c1-82356e1043c6'),
(75411,32,12359,NULL,2600,5,'2026-01-21 01:45:06','2026-01-21 01:45:06','a9bbec51-5603-43ae-8bb4-d9529c26f20d'),
(75412,32,12359,NULL,2596,6,'2026-01-21 01:45:06','2026-01-21 01:45:06','b73453d0-9100-40dc-91d3-4a3de4d1bf1c'),
(75413,32,12359,NULL,2602,7,'2026-01-21 01:45:06','2026-01-21 01:45:06','a9cfa14f-ade6-47cf-a810-9c843c619012'),
(75414,32,12359,NULL,2612,8,'2026-01-21 01:45:06','2026-01-21 01:45:06','9079ed8b-3708-4434-b81d-1224d4dd8864'),
(75415,32,12359,NULL,2604,9,'2026-01-21 01:45:06','2026-01-21 01:45:06','520f7936-d874-4981-a22c-d24a5afe8b0b'),
(75416,32,12359,NULL,2606,10,'2026-01-21 01:45:06','2026-01-21 01:45:06','dbad69ee-4373-46b0-bddc-9c06f7715345'),
(75417,16,12359,NULL,9901,1,'2026-01-21 01:45:06','2026-01-21 01:45:06','2672ebba-4755-4580-80d3-42866a5c8d1e'),
(75418,7,12359,NULL,605,1,'2026-01-21 01:45:06','2026-01-21 01:45:06','34b08b74-de9d-4fd5-9710-de291225a8aa'),
(75419,7,12359,NULL,617,2,'2026-01-21 01:45:06','2026-01-21 01:45:06','44a24027-1ccb-450a-9853-1c3a9b88c4cf'),
(75420,7,12359,NULL,9552,3,'2026-01-21 01:45:06','2026-01-21 01:45:06','1be4af8c-da59-4563-8853-e3bc85b35692'),
(75421,82,12359,NULL,479,1,'2026-01-21 01:45:06','2026-01-21 01:45:06','d03a55d7-627b-4f34-9083-e8fe3800d0fc'),
(75422,47,12359,NULL,12358,1,'2026-01-21 01:45:06','2026-01-21 01:45:06','f22fb2f6-397e-4a83-8d4b-e21d76eac65c'),
(75423,57,12359,NULL,9903,1,'2026-01-21 01:45:06','2026-01-21 01:45:06','b2e68e75-b3c8-4d74-9435-84f2658fbfc9'),
(75424,57,12359,NULL,9904,2,'2026-01-21 01:45:06','2026-01-21 01:45:06','f9246f7c-f599-478c-9375-b07e197539da'),
(75425,57,12359,NULL,9907,3,'2026-01-21 01:45:06','2026-01-21 01:45:06','225c7aed-f166-4e4f-a6ca-d7bc7e8623c0'),
(75426,57,12359,NULL,9908,4,'2026-01-21 01:45:06','2026-01-21 01:45:06','f4bb64cc-705c-49bc-8232-1b2af34af02b'),
(75427,57,12359,NULL,9909,5,'2026-01-21 01:45:06','2026-01-21 01:45:06','863f4ada-577d-4346-b475-61255cf37f50'),
(75428,57,12359,NULL,9910,6,'2026-01-21 01:45:06','2026-01-21 01:45:06','1632a410-fbb7-46c1-938d-bcd9ae1f1a2d'),
(75429,57,12359,NULL,9911,7,'2026-01-21 01:45:06','2026-01-21 01:45:06','e8b200c9-7781-46e6-a049-1a206069224e'),
(75430,57,12359,NULL,9912,8,'2026-01-21 01:45:06','2026-01-21 01:45:06','19ac6bba-b6ec-4a13-a4b4-4a9e37bafcec'),
(75431,57,12359,NULL,9913,9,'2026-01-21 01:45:06','2026-01-21 01:45:06','529151c9-294f-4029-b1cb-8b04fac82bec'),
(75432,57,12359,NULL,9914,10,'2026-01-21 01:45:06','2026-01-21 01:45:06','6648cc15-58b0-40ca-bdba-af0809fac73c'),
(75433,57,12359,NULL,9915,11,'2026-01-21 01:45:06','2026-01-21 01:45:06','cb78cdce-f063-47f1-8ef2-c14a438cdf89'),
(75434,57,12359,NULL,9905,12,'2026-01-21 01:45:06','2026-01-21 01:45:06','26bdff64-e6e1-41ad-96e8-d8b5e770f62d'),
(75435,57,12359,NULL,9906,13,'2026-01-21 01:45:06','2026-01-21 01:45:06','6db5c48b-05d3-41af-824d-f1b1b5508823'),
(75437,47,1389,NULL,12360,1,'2026-01-21 01:45:22','2026-01-21 01:45:22','1d83075f-38f0-44e8-8c4a-7f0dd5d2e958'),
(75438,32,12361,NULL,2614,1,'2026-01-21 01:45:22','2026-01-21 01:45:22','233baf93-24c9-44b3-a89a-80f0bbb57efe'),
(75439,32,12361,NULL,2610,2,'2026-01-21 01:45:22','2026-01-21 01:45:22','23d99669-03bb-458d-9ab6-254d17adea00'),
(75440,32,12361,NULL,2598,3,'2026-01-21 01:45:22','2026-01-21 01:45:22','0dc68c0c-d670-4c4f-8d28-29b0c51d305a'),
(75441,32,12361,NULL,2608,4,'2026-01-21 01:45:22','2026-01-21 01:45:22','67e93a9e-2985-44e5-a2ba-7e21d4e38488'),
(75442,32,12361,NULL,2624,5,'2026-01-21 01:45:22','2026-01-21 01:45:22','2e6250a2-5a73-4109-ba7c-4c005989a56c'),
(75443,32,12361,NULL,2600,6,'2026-01-21 01:45:22','2026-01-21 01:45:22','c278e77c-f4d1-4553-8dea-ece0ebd5575d'),
(75444,32,12361,NULL,2596,7,'2026-01-21 01:45:22','2026-01-21 01:45:22','c0ab4bd9-8c5a-4e62-9e2e-5e998ee6a65d'),
(75445,32,12361,NULL,2602,8,'2026-01-21 01:45:22','2026-01-21 01:45:22','a26e98e3-bbb0-40ac-a40d-e937c774806c'),
(75446,32,12361,NULL,2606,9,'2026-01-21 01:45:22','2026-01-21 01:45:22','4ead81b0-18d1-434b-a806-61f6ee8716e2'),
(75447,32,12361,NULL,2612,10,'2026-01-21 01:45:22','2026-01-21 01:45:22','01a59c91-4086-4f49-b0fc-b0615b262086'),
(75448,32,12361,NULL,2604,11,'2026-01-21 01:45:22','2026-01-21 01:45:22','80fa3f7d-3adf-41ee-ade5-13956e5ebc39'),
(75449,16,12361,NULL,9204,1,'2026-01-21 01:45:22','2026-01-21 01:45:22','b44eb81a-e553-46e2-87a1-c457a3d12882'),
(75450,7,12361,NULL,3468,1,'2026-01-21 01:45:22','2026-01-21 01:45:22','56fb5bd3-979d-4222-a676-b1612e328977'),
(75451,7,12361,NULL,617,2,'2026-01-21 01:45:22','2026-01-21 01:45:22','9806e151-f6ad-42f5-923b-133b575180f3'),
(75452,7,12361,NULL,605,3,'2026-01-21 01:45:22','2026-01-21 01:45:22','b592aed3-aae5-4e1c-ae83-3db8291dcce3'),
(75453,7,12361,NULL,9552,4,'2026-01-21 01:45:22','2026-01-21 01:45:22','8650d4b2-f831-40e2-aadd-9c18e800373f'),
(75454,46,12361,NULL,2891,1,'2026-01-21 01:45:22','2026-01-21 01:45:22','dc06961a-e138-4170-a485-d80443a23eb3'),
(75455,47,12361,NULL,12360,1,'2026-01-21 01:45:22','2026-01-21 01:45:22','5215790b-9506-445b-ba1f-43cd0aa40e14'),
(75456,57,12361,NULL,9211,1,'2026-01-21 01:45:22','2026-01-21 01:45:22','541cfed8-74c5-4b74-a3fb-25bbd2e8f6b3'),
(75457,57,12361,NULL,9210,2,'2026-01-21 01:45:22','2026-01-21 01:45:22','470d5863-12ea-4a01-a84c-d4dd1128c86c'),
(75458,57,12361,NULL,9213,3,'2026-01-21 01:45:22','2026-01-21 01:45:22','1563a61f-c47e-401d-a1ce-7fb699d24970'),
(75459,57,12361,NULL,9212,4,'2026-01-21 01:45:22','2026-01-21 01:45:22','0f835966-a53d-4add-afd4-96987eb3247f'),
(75460,57,12361,NULL,9209,5,'2026-01-21 01:45:22','2026-01-21 01:45:22','fcb926aa-7819-43a6-935f-1ae0811ada50'),
(75461,57,12361,NULL,9207,6,'2026-01-21 01:45:22','2026-01-21 01:45:22','4b7ea2ae-7490-4a42-8914-543070bcfa43'),
(75462,57,12361,NULL,9208,7,'2026-01-21 01:45:22','2026-01-21 01:45:22','7bc5849f-0418-47fd-93ce-4fc6d55d1885'),
(75489,32,12364,NULL,2610,1,'2026-01-21 01:45:42','2026-01-21 01:45:42','5fb4a066-8af8-476f-b857-761b2d5f8d1d'),
(75490,32,12364,NULL,2598,2,'2026-01-21 01:45:42','2026-01-21 01:45:42','dee6087f-bb16-41dc-b20d-53eb5d7ed15d'),
(75491,32,12364,NULL,2600,3,'2026-01-21 01:45:42','2026-01-21 01:45:42','c263124a-fea6-425e-bc27-e9b9966dd50a'),
(75492,32,12364,NULL,2604,4,'2026-01-21 01:45:42','2026-01-21 01:45:42','dbe048c9-3088-41de-8ea1-47f481e907a5'),
(75493,32,12364,NULL,2608,5,'2026-01-21 01:45:42','2026-01-21 01:45:42','1ce48e27-7a1f-4322-a329-95ccf818671a'),
(75494,32,12364,NULL,2596,6,'2026-01-21 01:45:42','2026-01-21 01:45:42','629a555b-4237-450c-b20a-de0e2502ed5e'),
(75495,32,12364,NULL,2602,7,'2026-01-21 01:45:42','2026-01-21 01:45:42','05b8a2bb-b4cc-4eda-9875-759920fc4525'),
(75496,32,12364,NULL,2606,8,'2026-01-21 01:45:42','2026-01-21 01:45:42','6f4ff4e8-065b-4762-8683-3d870a6907ba'),
(75497,32,12364,NULL,2612,9,'2026-01-21 01:45:42','2026-01-21 01:45:42','2b68978b-0615-470f-b427-f45995047695'),
(75498,16,12364,NULL,9219,1,'2026-01-21 01:45:42','2026-01-21 01:45:42','f952333e-24e8-483f-a9d8-239cf639ab4b'),
(75499,7,12364,NULL,601,1,'2026-01-21 01:45:42','2026-01-21 01:45:42','2062cde5-6488-48ff-84ae-2853f9946e68'),
(75500,7,12364,NULL,605,2,'2026-01-21 01:45:42','2026-01-21 01:45:42','2ee7758d-266f-46e4-bc98-94e4438cd390'),
(75501,7,12364,NULL,617,3,'2026-01-21 01:45:42','2026-01-21 01:45:42','d5390a15-1a49-4ce1-ac7f-73a8e9c12491'),
(75502,7,12364,NULL,9552,4,'2026-01-21 01:45:42','2026-01-21 01:45:42','0c2761a7-d105-4acb-8607-034475e3f663'),
(75503,82,12364,NULL,469,1,'2026-01-21 01:45:42','2026-01-21 01:45:42','539c355d-c11f-492d-a652-250c62f81603'),
(75504,82,12364,NULL,475,2,'2026-01-21 01:45:42','2026-01-21 01:45:42','c4240b08-e1fa-4c5f-839c-eded9178dba4'),
(75505,82,12364,NULL,479,3,'2026-01-21 01:45:42','2026-01-21 01:45:42','bb42416e-4245-4957-b8c9-d15672f4c176'),
(75506,82,12364,NULL,491,4,'2026-01-21 01:45:42','2026-01-21 01:45:42','ca6eb3b8-fd9f-495f-bb9f-53a2b126ad90'),
(75507,47,12364,NULL,12362,1,'2026-01-21 01:45:42','2026-01-21 01:45:42','9bb7c0ac-14b9-42db-8e8d-93b5ae89dcac'),
(75508,57,12364,NULL,9222,1,'2026-01-21 01:45:42','2026-01-21 01:45:42','7144f565-0a7e-451a-b9ff-bf0f4d52efcd'),
(75509,57,12364,NULL,9223,2,'2026-01-21 01:45:42','2026-01-21 01:45:42','3acc0bba-ee43-4fb2-972e-25c198b7138c'),
(75510,57,12364,NULL,9224,3,'2026-01-21 01:45:42','2026-01-21 01:45:42','7891d19d-a243-4a9c-acad-0acb914c0b2d'),
(75511,57,12364,NULL,9225,4,'2026-01-21 01:45:42','2026-01-21 01:45:42','0ea9d9a0-b913-4280-997a-e59967f893ba'),
(75512,57,12364,NULL,9226,5,'2026-01-21 01:45:42','2026-01-21 01:45:42','879ee64b-040f-419d-bf5e-41c1fe48632c'),
(75513,57,12364,NULL,12288,6,'2026-01-21 01:45:42','2026-01-21 01:45:42','82fb2348-28a2-4f74-9ac9-d63abce97d34'),
(75545,47,1401,NULL,12368,1,'2026-01-21 01:46:09','2026-01-21 01:46:09','4147b976-9439-4ac9-9769-e34268f5688f'),
(75546,32,12369,NULL,2610,1,'2026-01-21 01:46:09','2026-01-21 01:46:09','a5de3d0c-bf50-4693-a806-a9774f107f07'),
(75547,32,12369,NULL,2598,2,'2026-01-21 01:46:09','2026-01-21 01:46:09','1c7c70e9-0ecc-4fe3-9987-9eb0e2ab7621'),
(75548,32,12369,NULL,2600,3,'2026-01-21 01:46:09','2026-01-21 01:46:09','2906c9c3-cba7-47ae-aa03-8f041da75af0'),
(75549,32,12369,NULL,2604,4,'2026-01-21 01:46:09','2026-01-21 01:46:09','e2f18e8d-eae9-4c63-98f0-22030a21f1e9'),
(75550,32,12369,NULL,2608,5,'2026-01-21 01:46:09','2026-01-21 01:46:09','0ef36dd6-f5cc-4c3f-9874-16a2f0ef1e60'),
(75551,32,12369,NULL,2596,6,'2026-01-21 01:46:09','2026-01-21 01:46:09','dc29726a-44c4-43bf-a305-b59ad8f2d841'),
(75552,32,12369,NULL,2602,7,'2026-01-21 01:46:09','2026-01-21 01:46:09','4c2fa141-db0c-4dc4-b7d0-074da612a8a2'),
(75553,32,12369,NULL,2606,8,'2026-01-21 01:46:09','2026-01-21 01:46:09','c8409e88-fb5b-437b-8edb-bee604ba44d8'),
(75554,32,12369,NULL,2612,9,'2026-01-21 01:46:09','2026-01-21 01:46:09','57af01c4-c74a-418b-bcf6-4a1a254bd1b0'),
(75555,16,12369,NULL,9947,1,'2026-01-21 01:46:09','2026-01-21 01:46:09','d69770cc-af83-46d1-9d4c-df6fff80b556'),
(75556,7,12369,NULL,605,1,'2026-01-21 01:46:09','2026-01-21 01:46:09','ec4c85e1-4683-40b2-abda-8d79db37275f'),
(75557,7,12369,NULL,617,2,'2026-01-21 01:46:09','2026-01-21 01:46:09','7e40ab16-071d-4a77-a10f-1253423563de'),
(75558,7,12369,NULL,9552,3,'2026-01-21 01:46:09','2026-01-21 01:46:09','6ae24a01-3c7e-4f06-9b2f-045b8629982a'),
(75559,82,12369,NULL,469,1,'2026-01-21 01:46:09','2026-01-21 01:46:09','1d5218d0-88b3-4e5e-9727-f0f14b69f69f'),
(75560,82,12369,NULL,475,2,'2026-01-21 01:46:09','2026-01-21 01:46:09','7b3e2145-fce7-4fe6-8255-d38777d8d885'),
(75561,82,12369,NULL,479,3,'2026-01-21 01:46:09','2026-01-21 01:46:09','f8c741ea-bfc1-49cf-8c52-5198be1b2f8d'),
(75562,82,12369,NULL,491,4,'2026-01-21 01:46:09','2026-01-21 01:46:09','8f73c2c8-ea1c-413c-84f2-64d96c4fbd98'),
(75563,47,12369,NULL,12368,1,'2026-01-21 01:46:09','2026-01-21 01:46:09','b0607956-202c-4214-abb8-32df70883d1b'),
(75564,57,12369,NULL,9959,1,'2026-01-21 01:46:09','2026-01-21 01:46:09','d6a5d297-4932-4571-a4b3-84db9ea6d43f'),
(75565,57,12369,NULL,9972,2,'2026-01-21 01:46:09','2026-01-21 01:46:09','080145a6-55a1-4612-8a3e-31a4abe2727b'),
(75566,57,12369,NULL,9973,3,'2026-01-21 01:46:09','2026-01-21 01:46:09','5120e3c5-d861-4bd3-ba54-3e449452c08f'),
(75567,57,12369,NULL,9957,4,'2026-01-21 01:46:09','2026-01-21 01:46:09','91f8cbc8-4e09-4782-bb7c-b452e35f14b7'),
(75568,57,12369,NULL,9953,5,'2026-01-21 01:46:09','2026-01-21 01:46:09','718c0b8d-d5d1-4f09-9d17-534eeeb8c001'),
(75569,57,12369,NULL,9954,6,'2026-01-21 01:46:09','2026-01-21 01:46:09','042bbd8a-f88c-4c5e-96be-8ec14a4873b2'),
(75570,57,12369,NULL,9956,7,'2026-01-21 01:46:09','2026-01-21 01:46:09','ec0f6ab0-e955-475a-9451-84fc72246ecd'),
(75571,57,12369,NULL,9949,8,'2026-01-21 01:46:09','2026-01-21 01:46:09','eb2d38b7-5eda-4c44-8315-c630ee783d2d'),
(75572,57,12369,NULL,9958,9,'2026-01-21 01:46:09','2026-01-21 01:46:09','cc286c07-daa1-49b1-a51c-bfa479fb814d'),
(75573,57,12369,NULL,9960,10,'2026-01-21 01:46:09','2026-01-21 01:46:09','97aa5ab5-6d04-4f5c-af5b-b6ee602314c8'),
(75574,57,12369,NULL,9962,11,'2026-01-21 01:46:09','2026-01-21 01:46:09','bdcfcfe4-1497-4058-9964-4e224ee64efd'),
(75575,57,12369,NULL,9971,12,'2026-01-21 01:46:09','2026-01-21 01:46:09','6d754c1d-1889-428c-85ed-5a1af9bdc912'),
(75576,13,12369,NULL,7732,1,'2026-01-21 01:46:09','2026-01-21 01:46:09','429ac808-4df1-4c0d-91ed-267e4ee9f2b4'),
(75578,47,1407,NULL,12370,1,'2026-01-21 01:46:27','2026-01-21 01:46:27','ac48b52e-e662-4f0a-bc30-3c5964b6697a'),
(75579,32,12371,NULL,2610,1,'2026-01-21 01:46:28','2026-01-21 01:46:28','5e513954-741b-46e9-bfa4-51f965a5cb03'),
(75580,32,12371,NULL,2598,2,'2026-01-21 01:46:28','2026-01-21 01:46:28','279f5e68-4afc-45cc-a22a-e894d5d32033'),
(75581,32,12371,NULL,2600,3,'2026-01-21 01:46:28','2026-01-21 01:46:28','8845c0e3-aba8-4abb-b3a9-0eb35514c187'),
(75582,32,12371,NULL,2606,4,'2026-01-21 01:46:28','2026-01-21 01:46:28','5f604f8f-58b7-4962-9a46-94532b5d2cb2'),
(75583,32,12371,NULL,2604,5,'2026-01-21 01:46:28','2026-01-21 01:46:28','d1e57300-2427-4738-ab3f-8c186cdcb953'),
(75584,32,12371,NULL,2614,6,'2026-01-21 01:46:28','2026-01-21 01:46:28','74ee475d-88f5-4f32-b139-34940a596610'),
(75585,32,12371,NULL,2608,7,'2026-01-21 01:46:28','2026-01-21 01:46:28','bb4d5069-6ea7-4570-ac48-5b4f4f639cd7'),
(75586,32,12371,NULL,2596,8,'2026-01-21 01:46:28','2026-01-21 01:46:28','78d7e166-8112-40aa-9688-52454726ede0'),
(75587,32,12371,NULL,2602,9,'2026-01-21 01:46:28','2026-01-21 01:46:28','be22f30a-e522-4dce-94b6-ede1f44173ea'),
(75588,32,12371,NULL,2612,10,'2026-01-21 01:46:28','2026-01-21 01:46:28','2e1f7aee-d70b-4c01-9a0a-799fa94aeaa9'),
(75589,16,12371,NULL,5191,1,'2026-01-21 01:46:28','2026-01-21 01:46:28','d80f09dc-fb34-4b4a-8260-79da0741e118'),
(75590,7,12371,NULL,2969,1,'2026-01-21 01:46:28','2026-01-21 01:46:28','29c19417-1c3c-4ca6-be7f-e4e877964f25'),
(75591,7,12371,NULL,617,2,'2026-01-21 01:46:28','2026-01-21 01:46:28','3330413d-3f2f-4c4e-8a4a-f0f4f52ba186'),
(75592,7,12371,NULL,605,3,'2026-01-21 01:46:28','2026-01-21 01:46:28','b31fd126-2650-4a6b-a1d0-32e7f883e306'),
(75593,7,12371,NULL,9552,4,'2026-01-21 01:46:28','2026-01-21 01:46:28','5196f989-fbdc-4c7b-8db6-d614f5cc599f'),
(75594,82,12371,NULL,479,1,'2026-01-21 01:46:28','2026-01-21 01:46:28','f7e2d9e8-e7d4-4bd7-b6c6-00c04aaad1a6'),
(75595,47,12371,NULL,12370,1,'2026-01-21 01:46:28','2026-01-21 01:46:28','b342ea33-c730-425b-89cc-2f835a6bec81'),
(75596,57,12371,NULL,5185,1,'2026-01-21 01:46:28','2026-01-21 01:46:28','f2e75146-63a8-4636-91fd-edb84c1147d7'),
(75597,57,12371,NULL,5186,2,'2026-01-21 01:46:28','2026-01-21 01:46:28','fda33ad7-f83a-4ffe-8011-58d3e185ec33'),
(75598,57,12371,NULL,5187,3,'2026-01-21 01:46:28','2026-01-21 01:46:28','545e5b64-6e0a-40a5-af96-a8c1d042cf1c'),
(75599,57,12371,NULL,5188,4,'2026-01-21 01:46:28','2026-01-21 01:46:28','971e4607-22ee-4c94-8920-319efd3b5681'),
(75600,57,12371,NULL,5189,5,'2026-01-21 01:46:28','2026-01-21 01:46:28','6534fabb-a338-4c88-84b7-ccadd6eed0d5'),
(75601,57,12371,NULL,5190,6,'2026-01-21 01:46:28','2026-01-21 01:46:28','d5150b7b-e2b4-442c-bc31-1b638e8e761f'),
(75628,47,1413,NULL,12374,1,'2026-01-21 01:46:46','2026-01-21 01:46:46','863c6c31-1b9c-48c5-beeb-b1607ddcf8e1'),
(75629,32,12376,NULL,2614,1,'2026-01-21 01:46:46','2026-01-21 01:46:46','4b89923a-5193-4c09-925c-0bbd742d805c'),
(75630,32,12376,NULL,2610,2,'2026-01-21 01:46:46','2026-01-21 01:46:46','0aa67ed3-3227-4159-b9b3-3c0f57474e27'),
(75631,32,12376,NULL,2598,3,'2026-01-21 01:46:46','2026-01-21 01:46:46','e67ed7b0-4960-4f3b-96a2-f55112336e9c'),
(75632,32,12376,NULL,2608,4,'2026-01-21 01:46:46','2026-01-21 01:46:46','7a896317-8db1-43bf-8619-fb0c438ff773'),
(75633,32,12376,NULL,2600,5,'2026-01-21 01:46:46','2026-01-21 01:46:46','4ce95243-0ad0-495f-9d60-1813981d9bbf'),
(75634,32,12376,NULL,2596,6,'2026-01-21 01:46:46','2026-01-21 01:46:46','e2827174-de33-4d30-82a0-89f3730b3b1f'),
(75635,32,12376,NULL,2602,7,'2026-01-21 01:46:46','2026-01-21 01:46:46','3d415f92-a8f7-4b1e-936c-54e2e7f3c898'),
(75636,32,12376,NULL,2612,8,'2026-01-21 01:46:46','2026-01-21 01:46:46','3d4d4e7d-3a59-4173-8263-1acd51916599'),
(75637,32,12376,NULL,2604,9,'2026-01-21 01:46:46','2026-01-21 01:46:46','b4d106e1-8045-48f2-9607-0c3713d476a0'),
(75638,32,12376,NULL,2606,10,'2026-01-21 01:46:46','2026-01-21 01:46:46','61510f80-0626-475b-ae5d-2c9cc8c8ee1d'),
(75639,16,12376,NULL,9238,1,'2026-01-21 01:46:46','2026-01-21 01:46:46','c0fd74b5-ad63-4bc2-8eac-5a8ee19256c8'),
(75640,7,12376,NULL,3468,1,'2026-01-21 01:46:46','2026-01-21 01:46:46','756231f6-444f-4c7f-9c38-94f8f5dffcde'),
(75641,7,12376,NULL,601,2,'2026-01-21 01:46:46','2026-01-21 01:46:46','a9ae2cf6-19e1-4b48-8e4d-09026cd8ddf2'),
(75642,7,12376,NULL,617,3,'2026-01-21 01:46:46','2026-01-21 01:46:46','86952a0a-1e7e-4b27-b863-e99776d2ff1c'),
(75643,7,12376,NULL,9552,4,'2026-01-21 01:46:46','2026-01-21 01:46:46','567a232e-c59d-4974-b96d-ded9948c84fc'),
(75644,7,12376,NULL,605,5,'2026-01-21 01:46:46','2026-01-21 01:46:46','975e9760-7bb4-4ca9-be0d-40ff18f54cf4'),
(75645,82,12376,NULL,479,1,'2026-01-21 01:46:46','2026-01-21 01:46:46','e03bda73-a70a-4ba4-9fdd-b77d273e9cc0'),
(75646,47,12376,NULL,12374,1,'2026-01-21 01:46:46','2026-01-21 01:46:46','bace5593-8ef2-4db3-a477-2ce172d36984'),
(75647,57,12376,NULL,9244,1,'2026-01-21 01:46:46','2026-01-21 01:46:46','e7276693-c8ef-4262-9032-7bd0f9ed7f2e'),
(75648,57,12376,NULL,9250,2,'2026-01-21 01:46:46','2026-01-21 01:46:46','2d3828e0-3b92-4f20-998e-6eb366696e07'),
(75649,57,12376,NULL,9245,3,'2026-01-21 01:46:46','2026-01-21 01:46:46','16e04185-1310-4db4-ae7c-d6963c4c4a81'),
(75650,57,12376,NULL,9246,4,'2026-01-21 01:46:46','2026-01-21 01:46:46','4d3a7312-6bee-44c5-95c5-93f0e94c2af4'),
(75651,57,12376,NULL,9247,5,'2026-01-21 01:46:46','2026-01-21 01:46:46','7d51bc5d-296a-4d99-ac8f-8ab74b516284'),
(75652,57,12376,NULL,9248,6,'2026-01-21 01:46:46','2026-01-21 01:46:46','5c4b335a-e90e-4042-9e0b-099bc9d90236'),
(75653,57,12376,NULL,9249,7,'2026-01-21 01:46:46','2026-01-21 01:46:46','4b9f2090-f10c-41ff-979b-4fd26607f565'),
(75655,47,1045,NULL,12380,1,'2026-01-21 01:49:01','2026-01-21 01:49:01','9b43db66-cd86-415a-9143-14719c72f83a'),
(75656,32,12383,NULL,2610,1,'2026-01-21 01:49:01','2026-01-21 01:49:01','67e74b6a-8727-4268-b502-7fb234f74fb8'),
(75657,32,12383,NULL,2598,2,'2026-01-21 01:49:01','2026-01-21 01:49:01','0a9c56f5-0811-4861-aa85-152ac962badc'),
(75658,32,12383,NULL,2600,3,'2026-01-21 01:49:01','2026-01-21 01:49:01','dd92e036-2ad1-4ccd-8b65-ff56768554ac'),
(75659,32,12383,NULL,2602,4,'2026-01-21 01:49:01','2026-01-21 01:49:01','eb6b6b1a-4b5d-4a42-9abf-10763ab51927'),
(75660,32,12383,NULL,2612,5,'2026-01-21 01:49:01','2026-01-21 01:49:01','18cb0506-c18c-48e6-8261-45e4813d9333'),
(75661,32,12383,NULL,2618,6,'2026-01-21 01:49:01','2026-01-21 01:49:01','9cffd211-28c7-49f4-ab13-e07752c4c6a8'),
(75662,32,12383,NULL,2604,7,'2026-01-21 01:49:01','2026-01-21 01:49:01','10ed92bb-11a9-4999-aae1-82fa3d631111'),
(75663,32,12383,NULL,2608,8,'2026-01-21 01:49:01','2026-01-21 01:49:01','f3bf927f-68c8-4817-b7dc-652d4fdf5804'),
(75664,32,12383,NULL,2596,9,'2026-01-21 01:49:01','2026-01-21 01:49:01','f10a2f91-16ca-4eb1-8319-bcb711a5d5d3'),
(75665,32,12383,NULL,2606,10,'2026-01-21 01:49:01','2026-01-21 01:49:01','502b0f65-99dc-4aea-89cd-a600b253191d'),
(75666,16,12383,NULL,4829,1,'2026-01-21 01:49:01','2026-01-21 01:49:01','c472e785-bbc9-4f82-9ff5-ccaf106b714f'),
(75667,7,12383,NULL,3468,1,'2026-01-21 01:49:01','2026-01-21 01:49:01','f2cc280b-ecde-4ce5-b065-ddbc2da2a6ae'),
(75668,7,12383,NULL,601,2,'2026-01-21 01:49:01','2026-01-21 01:49:01','97de8590-9eb1-4499-98a3-a95b00fd2d75'),
(75669,7,12383,NULL,617,3,'2026-01-21 01:49:01','2026-01-21 01:49:01','0adfc224-fe9b-4e06-b2ea-b3701578646b'),
(75670,7,12383,NULL,605,4,'2026-01-21 01:49:01','2026-01-21 01:49:01','f7501488-4774-48b6-9a2f-c60454c42f93'),
(75671,7,12383,NULL,9552,5,'2026-01-21 01:49:01','2026-01-21 01:49:01','3e9fcce8-c8fe-44c2-b34b-c5bf1bd8ba0b'),
(75672,82,12383,NULL,479,1,'2026-01-21 01:49:01','2026-01-21 01:49:01','2d80c683-6c0e-4945-9860-578517b3ea9a'),
(75673,82,12383,NULL,491,2,'2026-01-21 01:49:01','2026-01-21 01:49:01','280d6def-8442-41eb-bb3e-1ae55db2530d'),
(75674,46,12383,NULL,3697,1,'2026-01-21 01:49:01','2026-01-21 01:49:01','b9760523-c96e-4d5c-a4a3-013691ff5edc'),
(75675,47,12383,NULL,12380,1,'2026-01-21 01:49:01','2026-01-21 01:49:01','678a226e-0251-456e-9b1b-d6d37574c1e4'),
(75676,57,12383,NULL,4829,1,'2026-01-21 01:49:01','2026-01-21 01:49:01','17f23282-69a1-4e45-ad4d-61a969354a7d'),
(75677,57,12383,NULL,3689,2,'2026-01-21 01:49:01','2026-01-21 01:49:01','0600d579-3653-48b3-acd6-98e834e73d14'),
(75678,57,12383,NULL,4826,3,'2026-01-21 01:49:01','2026-01-21 01:49:01','875c3004-a24e-48fe-addc-9c2241b74674'),
(75679,57,12383,NULL,4828,4,'2026-01-21 01:49:01','2026-01-21 01:49:01','c0afcd6f-4066-4d12-b470-5b8e4ab206df'),
(75680,57,12383,NULL,4827,5,'2026-01-21 01:49:01','2026-01-21 01:49:01','e7a46c1e-fe03-43b8-8d39-e44e0e12f5b2'),
(75707,47,1051,NULL,12386,1,'2026-01-21 01:49:18','2026-01-21 01:49:18','84a0d35c-4e6b-4db4-b2ba-88aa3d3c9d33'),
(75708,32,12387,NULL,2614,1,'2026-01-21 01:49:18','2026-01-21 01:49:18','01745240-1d3f-4ea3-b00b-d2de5a825b37'),
(75709,32,12387,NULL,2610,2,'2026-01-21 01:49:18','2026-01-21 01:49:18','937a5a40-a71c-4e8f-9a59-c3813b702304'),
(75710,32,12387,NULL,2598,3,'2026-01-21 01:49:18','2026-01-21 01:49:18','be141af9-ff04-421a-828b-b2ca7cf1622a'),
(75711,32,12387,NULL,2600,4,'2026-01-21 01:49:18','2026-01-21 01:49:18','aa672a06-ec8e-4cd0-a75f-0593b16df4af'),
(75712,32,12387,NULL,2612,5,'2026-01-21 01:49:18','2026-01-21 01:49:18','d69e6a83-5ae3-42a7-8bf0-0e7970d4e5ba'),
(75713,32,12387,NULL,2604,6,'2026-01-21 01:49:18','2026-01-21 01:49:18','47486524-6dd4-4d54-9762-0635c69c485d'),
(75714,32,12387,NULL,2608,7,'2026-01-21 01:49:18','2026-01-21 01:49:18','d64f1e29-9167-4c0e-83a0-73f99d5c6a9e'),
(75715,32,12387,NULL,2596,8,'2026-01-21 01:49:18','2026-01-21 01:49:18','0558e1bc-359f-4237-bea5-3cc5b40fd7af'),
(75716,32,12387,NULL,2602,9,'2026-01-21 01:49:18','2026-01-21 01:49:18','9851c72d-8ad2-45f4-9c96-d02d01cdcad4'),
(75717,32,12387,NULL,2606,10,'2026-01-21 01:49:18','2026-01-21 01:49:18','5d309f42-c267-43f1-a286-86e20998721c'),
(75718,16,12387,NULL,3722,1,'2026-01-21 01:49:18','2026-01-21 01:49:18','55e76d6d-865e-415e-b67e-cd283a37afd7'),
(75719,7,12387,NULL,3468,1,'2026-01-21 01:49:18','2026-01-21 01:49:18','ade4e6df-6af1-42dd-bc7f-90cc50c71ed4'),
(75720,7,12387,NULL,601,2,'2026-01-21 01:49:18','2026-01-21 01:49:18','4b468fa7-9a15-434c-b038-11f11653f067'),
(75721,7,12387,NULL,9640,3,'2026-01-21 01:49:18','2026-01-21 01:49:18','5958c406-ead9-4101-a416-126de27ad82e'),
(75722,7,12387,NULL,617,4,'2026-01-21 01:49:18','2026-01-21 01:49:18','53a2fa9d-1885-426f-9410-863b299261c0'),
(75723,7,12387,NULL,605,5,'2026-01-21 01:49:18','2026-01-21 01:49:18','48d33d36-a111-46c0-935a-04857e134395'),
(75724,7,12387,NULL,9552,6,'2026-01-21 01:49:18','2026-01-21 01:49:18','9dfbf063-b723-4166-ba6a-39bbee6896dd'),
(75725,7,12387,NULL,9549,7,'2026-01-21 01:49:18','2026-01-21 01:49:18','ec54e04d-a4ef-4f2d-a08b-74132b2c9398'),
(75726,82,12387,NULL,479,1,'2026-01-21 01:49:18','2026-01-21 01:49:18','2ca060c1-a212-4740-aaa8-a608caf4a2a1'),
(75727,47,12387,NULL,12386,1,'2026-01-21 01:49:18','2026-01-21 01:49:18','52ff3a51-368d-481b-8bf9-a786d06a0ebe'),
(75728,57,12387,NULL,8024,1,'2026-01-21 01:49:18','2026-01-21 01:49:18','8affc671-7bf4-4fcf-81dd-9d8be54840df'),
(75729,57,12387,NULL,8025,2,'2026-01-21 01:49:18','2026-01-21 01:49:18','c138a5d1-bb55-48cf-98c5-4dbe04549304'),
(75730,57,12387,NULL,8027,3,'2026-01-21 01:49:18','2026-01-21 01:49:18','f0b0b7d0-397e-4d9b-9c4f-7025953fd762'),
(75731,57,12387,NULL,8026,4,'2026-01-21 01:49:18','2026-01-21 01:49:18','72365ff0-1bde-4540-b188-feb3eed668ee'),
(75760,47,1059,NULL,12389,1,'2026-01-21 01:49:39','2026-01-21 01:49:39','190a1558-5b3a-4ac8-aa53-eddb63d16ab1'),
(75761,32,12390,NULL,2610,1,'2026-01-21 01:49:39','2026-01-21 01:49:39','20364926-4806-433f-a4ed-c9c83ea02822'),
(75762,32,12390,NULL,2598,2,'2026-01-21 01:49:39','2026-01-21 01:49:39','4f6fbd62-bdcf-4cd4-9fc5-2572e955eedd'),
(75763,32,12390,NULL,2600,3,'2026-01-21 01:49:39','2026-01-21 01:49:39','864ed69c-a4ce-4bd0-a737-ee21431c34a1'),
(75764,32,12390,NULL,2602,4,'2026-01-21 01:49:39','2026-01-21 01:49:39','e207fd8c-7116-4f17-a140-51f93299e789'),
(75765,32,12390,NULL,2612,5,'2026-01-21 01:49:39','2026-01-21 01:49:39','b6bda648-342e-4282-9236-5dfe7cef1e39'),
(75766,32,12390,NULL,2618,6,'2026-01-21 01:49:39','2026-01-21 01:49:39','705f8ef3-20a1-4bd1-b420-d1df6b915576'),
(75767,32,12390,NULL,2604,7,'2026-01-21 01:49:39','2026-01-21 01:49:39','ed0ce152-119c-4a7f-9174-df59318868e7'),
(75768,32,12390,NULL,2608,8,'2026-01-21 01:49:39','2026-01-21 01:49:39','99f97e44-359b-469c-ae79-92e62c1d24eb'),
(75769,32,12390,NULL,2596,9,'2026-01-21 01:49:39','2026-01-21 01:49:39','829d63b4-abdf-4d05-a2ca-f78a5dc910ff'),
(75770,32,12390,NULL,2606,10,'2026-01-21 01:49:39','2026-01-21 01:49:39','e9f8c3de-abd3-49c0-9278-9532895a9c18'),
(75771,16,12390,NULL,8034,1,'2026-01-21 01:49:39','2026-01-21 01:49:39','bdd376b1-8114-4235-96c3-7469ff9e4880'),
(75772,7,12390,NULL,6547,1,'2026-01-21 01:49:39','2026-01-21 01:49:39','c4566d67-f2c7-4878-86c7-1c80d41be5bf'),
(75773,7,12390,NULL,601,2,'2026-01-21 01:49:39','2026-01-21 01:49:39','c0149c0d-7ea8-4fc6-af00-177de3733a8a'),
(75774,7,12390,NULL,2974,3,'2026-01-21 01:49:39','2026-01-21 01:49:39','a7cbb854-79b8-44bc-9d7c-799c4bfc7c3c'),
(75775,7,12390,NULL,617,4,'2026-01-21 01:49:39','2026-01-21 01:49:39','7d04f40b-d702-49d1-88bd-a56d324c9aa0'),
(75776,7,12390,NULL,9727,5,'2026-01-21 01:49:39','2026-01-21 01:49:39','f3dfc3b3-0d80-4204-ba54-ca4005d70dd6'),
(75777,7,12390,NULL,605,6,'2026-01-21 01:49:39','2026-01-21 01:49:39','c3634930-53f6-46e8-98a8-17275bcd8f4b'),
(75778,7,12390,NULL,9552,7,'2026-01-21 01:49:39','2026-01-21 01:49:39','99146dfe-cd7a-4a18-9cff-265f93d99c20'),
(75779,82,12390,NULL,479,1,'2026-01-21 01:49:39','2026-01-21 01:49:39','490e4a78-ca33-4d90-82cd-5acbf9ed175a'),
(75780,82,12390,NULL,491,2,'2026-01-21 01:49:39','2026-01-21 01:49:39','ae2f47d5-1d12-4dd9-8edf-0aaae7063e2e'),
(75781,46,12390,NULL,3697,1,'2026-01-21 01:49:39','2026-01-21 01:49:39','96c21371-5f13-45ab-a8b0-8de4d07b0fc7'),
(75782,47,12390,NULL,12389,1,'2026-01-21 01:49:39','2026-01-21 01:49:39','c0947e8b-6877-4238-af6f-c0475ba6d1ad'),
(75783,57,12390,NULL,8033,1,'2026-01-21 01:49:39','2026-01-21 01:49:39','7d1eb5a8-3066-4aa3-9549-425683f17d2e'),
(75784,57,12390,NULL,8032,2,'2026-01-21 01:49:39','2026-01-21 01:49:39','fa66fcfb-d0ac-4d50-80a0-8516fc311876'),
(75785,57,12390,NULL,8036,3,'2026-01-21 01:49:39','2026-01-21 01:49:39','40289b97-3c97-4ace-841d-7edc16f8880b'),
(75786,57,12390,NULL,8035,4,'2026-01-21 01:49:39','2026-01-21 01:49:39','66a07e84-f9ab-4fc8-8234-4181921650b1'),
(75812,47,1067,NULL,12391,1,'2026-01-21 01:49:59','2026-01-21 01:49:59','2b7e3bdf-5ef4-4605-bf4d-8f753e71f57b'),
(75813,32,12393,NULL,2614,1,'2026-01-21 01:49:59','2026-01-21 01:49:59','524ef06f-649c-4bda-affa-dd29525a502d'),
(75814,32,12393,NULL,2610,2,'2026-01-21 01:49:59','2026-01-21 01:49:59','5206f8de-1188-497b-a7ad-c19398dc8906'),
(75815,32,12393,NULL,2598,3,'2026-01-21 01:49:59','2026-01-21 01:49:59','ee30989a-2ebe-4fc1-9a8f-f0215139f860'),
(75816,32,12393,NULL,2600,4,'2026-01-21 01:49:59','2026-01-21 01:49:59','4b216e91-85a2-4941-bb95-dc0d19fe999f'),
(75817,32,12393,NULL,2602,5,'2026-01-21 01:49:59','2026-01-21 01:49:59','f0b1861b-7fe4-4fcb-8d8d-544dd497aad9'),
(75818,32,12393,NULL,2604,6,'2026-01-21 01:49:59','2026-01-21 01:49:59','1a3ea1a8-8abd-4159-ba3c-7f43a3dff72e'),
(75819,32,12393,NULL,2608,7,'2026-01-21 01:49:59','2026-01-21 01:49:59','55d21b47-25f6-42f3-beee-fe33f946d938'),
(75820,32,12393,NULL,2596,8,'2026-01-21 01:49:59','2026-01-21 01:49:59','6644384c-10ce-4893-817c-8a6328fc1ace'),
(75821,32,12393,NULL,2606,9,'2026-01-21 01:49:59','2026-01-21 01:49:59','26e8a5a6-6d84-4f90-b873-736d0dde7a8d'),
(75822,32,12393,NULL,2612,10,'2026-01-21 01:49:59','2026-01-21 01:49:59','041d1eaa-07a9-40f6-8eea-79406ef9ed39'),
(75823,16,12393,NULL,3808,1,'2026-01-21 01:49:59','2026-01-21 01:49:59','74f022bd-be77-4087-b48a-0cfa24ce0891'),
(75824,7,12393,NULL,3468,1,'2026-01-21 01:49:59','2026-01-21 01:49:59','e08b5e90-a69c-4130-b3bd-cb9a1f322d7c'),
(75825,7,12393,NULL,601,2,'2026-01-21 01:49:59','2026-01-21 01:49:59','8e1071db-942d-41f3-b507-2b8ac7b07faf'),
(75826,7,12393,NULL,2972,3,'2026-01-21 01:49:59','2026-01-21 01:49:59','83a56dd9-d5fc-466a-a820-509e02f5843d'),
(75827,7,12393,NULL,2974,4,'2026-01-21 01:49:59','2026-01-21 01:49:59','fa9ffb13-09eb-4abc-bf7c-7601cb01097b'),
(75828,7,12393,NULL,617,5,'2026-01-21 01:49:59','2026-01-21 01:49:59','854de925-0316-4948-9f39-71ffc0f5b665'),
(75829,7,12393,NULL,605,6,'2026-01-21 01:49:59','2026-01-21 01:49:59','08b10ff0-ad7a-4f45-ac51-2f4d395118c7'),
(75830,7,12393,NULL,9552,7,'2026-01-21 01:49:59','2026-01-21 01:49:59','d884a683-a03a-4000-afac-d80611647d65'),
(75831,82,12393,NULL,479,1,'2026-01-21 01:49:59','2026-01-21 01:49:59','02e17687-801f-4489-8010-e0a47a1516ba'),
(75832,47,12393,NULL,12391,1,'2026-01-21 01:49:59','2026-01-21 01:49:59','c350560d-5053-43cf-ad92-164f4d157e6b'),
(75833,57,12393,NULL,8052,1,'2026-01-21 01:49:59','2026-01-21 01:49:59','7b6f4210-b43c-472c-88b8-d2fd1f9aaae0'),
(75834,57,12393,NULL,8054,2,'2026-01-21 01:49:59','2026-01-21 01:49:59','3e56c547-0cc4-44b2-ad91-199bc4e1bfb8'),
(75835,57,12393,NULL,8053,3,'2026-01-21 01:49:59','2026-01-21 01:49:59','3c94848d-93c8-4d93-a8e9-138a7bc7e3b4'),
(75836,57,12393,NULL,8051,4,'2026-01-21 01:49:59','2026-01-21 01:49:59','776ba529-e548-4a5b-b0bf-e5286088c86d'),
(75863,47,1079,NULL,12395,1,'2026-01-21 01:50:19','2026-01-21 01:50:19','5803090f-8cb7-48b7-82d9-cb9512d988cb'),
(75864,32,12396,NULL,2614,1,'2026-01-21 01:50:19','2026-01-21 01:50:19','328d9fe1-c627-4a06-b13b-b86d05bff831'),
(75865,32,12396,NULL,2610,2,'2026-01-21 01:50:19','2026-01-21 01:50:19','a81b1092-c1c0-4990-902d-99393fa6ebb5'),
(75866,32,12396,NULL,2598,3,'2026-01-21 01:50:19','2026-01-21 01:50:19','96757372-0456-4378-8085-08fdae3c64c3'),
(75867,32,12396,NULL,2608,4,'2026-01-21 01:50:19','2026-01-21 01:50:19','407db7da-7b65-465c-a0d2-7d35702a9988'),
(75868,32,12396,NULL,2600,5,'2026-01-21 01:50:19','2026-01-21 01:50:19','444a5166-b463-48d8-932c-6d09f744c19a'),
(75869,32,12396,NULL,2596,6,'2026-01-21 01:50:19','2026-01-21 01:50:19','17cf831b-be16-4482-9a4e-cf5ba9ddf016'),
(75870,32,12396,NULL,2602,7,'2026-01-21 01:50:19','2026-01-21 01:50:19','1b834720-3b3f-4fd3-a99a-4e991f99860d'),
(75871,32,12396,NULL,2606,8,'2026-01-21 01:50:19','2026-01-21 01:50:19','768b585c-586b-407a-9b5a-33b5c71f8702'),
(75872,32,12396,NULL,2604,9,'2026-01-21 01:50:19','2026-01-21 01:50:19','dda25fd4-16e4-4010-bf36-fb28b22bf616'),
(75873,32,12396,NULL,2624,10,'2026-01-21 01:50:19','2026-01-21 01:50:19','75c205ac-6488-444b-8709-c4d51acc5ff5'),
(75874,32,12396,NULL,2612,11,'2026-01-21 01:50:19','2026-01-21 01:50:19','f853c5a0-4c94-487e-ba32-d5468a4e352b'),
(75875,16,12396,NULL,8081,1,'2026-01-21 01:50:19','2026-01-21 01:50:19','427144d5-be8a-4681-a96a-f943e5b9409c'),
(75876,7,12396,NULL,3468,1,'2026-01-21 01:50:19','2026-01-21 01:50:19','83db826c-d27c-4717-8a97-b945d3232cae'),
(75877,7,12396,NULL,601,2,'2026-01-21 01:50:19','2026-01-21 01:50:19','d743ef30-3826-4c3f-903d-3d4fc66bca6c'),
(75878,7,12396,NULL,9640,3,'2026-01-21 01:50:19','2026-01-21 01:50:19','bf186bd1-d1ff-4df6-9516-19dbe5fabe22'),
(75879,7,12396,NULL,2974,4,'2026-01-21 01:50:19','2026-01-21 01:50:19','074a5619-abca-4af7-b5eb-45837fbba93a'),
(75880,7,12396,NULL,617,5,'2026-01-21 01:50:19','2026-01-21 01:50:19','adda2bd2-4a94-40a8-a0c8-3ae151356bce'),
(75881,7,12396,NULL,605,6,'2026-01-21 01:50:19','2026-01-21 01:50:19','0b4b153a-0d1a-45ea-a88c-47feab90ed00'),
(75882,7,12396,NULL,9552,7,'2026-01-21 01:50:19','2026-01-21 01:50:19','14ae14e6-fad7-4a34-989b-dbe4bf12fe33'),
(75883,46,12396,NULL,2891,1,'2026-01-21 01:50:19','2026-01-21 01:50:19','971b8539-a2a2-4f83-ba96-62d254a00909'),
(75884,47,12396,NULL,12395,1,'2026-01-21 01:50:19','2026-01-21 01:50:19','9a5cbeb0-b220-4bb2-b93e-1ded143ce25f'),
(75885,57,12396,NULL,8082,1,'2026-01-21 01:50:19','2026-01-21 01:50:19','00a76547-bba3-4da1-962d-5b67fe74a347'),
(75886,57,12396,NULL,8085,2,'2026-01-21 01:50:19','2026-01-21 01:50:19','e2ec2c08-b483-44b2-8694-636a3df778c8'),
(75887,57,12396,NULL,8086,3,'2026-01-21 01:50:19','2026-01-21 01:50:19','38c5948b-e82b-4c51-b266-6658251ee65a'),
(75888,57,12396,NULL,8087,4,'2026-01-21 01:50:19','2026-01-21 01:50:19','d810362d-e4e8-4bd3-8a99-7211cec4ca9f'),
(75889,13,12396,NULL,6814,1,'2026-01-21 01:50:19','2026-01-21 01:50:19','7833a5e8-958a-409b-b186-37f2bffdbdf5'),
(75914,47,1085,NULL,12398,1,'2026-01-21 01:50:37','2026-01-21 01:50:37','16af346d-589e-4afa-bf78-f1a4759ce0d0'),
(75915,32,12401,NULL,2610,1,'2026-01-21 01:50:37','2026-01-21 01:50:37','c2dbe2b8-b230-4c5b-bbcb-ae9a8d0baa87'),
(75916,32,12401,NULL,2598,2,'2026-01-21 01:50:37','2026-01-21 01:50:37','398cf248-76ed-4d55-93c8-c22502dbd297'),
(75917,32,12401,NULL,2600,3,'2026-01-21 01:50:37','2026-01-21 01:50:37','e3649a33-5225-41be-bfe6-684c22f0c0d9'),
(75918,32,12401,NULL,2604,4,'2026-01-21 01:50:37','2026-01-21 01:50:37','f525b0e8-6a8a-4219-a727-2de9f7480188'),
(75919,32,12401,NULL,2608,5,'2026-01-21 01:50:37','2026-01-21 01:50:37','6e6173a3-4e1b-4feb-8126-9805a67cf627'),
(75920,32,12401,NULL,2596,6,'2026-01-21 01:50:37','2026-01-21 01:50:37','bcc06497-f785-4b9e-8669-516a2b65c7b8'),
(75921,32,12401,NULL,2602,7,'2026-01-21 01:50:37','2026-01-21 01:50:37','5147f753-7cf1-4338-baa8-a203084caf53'),
(75922,32,12401,NULL,2606,8,'2026-01-21 01:50:37','2026-01-21 01:50:37','948edcb1-c21a-47a9-a5f6-534ac57e632a'),
(75923,32,12401,NULL,2612,9,'2026-01-21 01:50:37','2026-01-21 01:50:37','5eb06164-c9bd-48a7-8378-e0c0ecd28082'),
(75924,16,12401,NULL,3865,1,'2026-01-21 01:50:37','2026-01-21 01:50:37','61475cae-6b03-4f95-8ad5-df64fa07fe7c'),
(75925,7,12401,NULL,3468,1,'2026-01-21 01:50:37','2026-01-21 01:50:37','6dff80cc-b1d3-47b1-b810-b8c0bdcd9c5c'),
(75926,7,12401,NULL,601,2,'2026-01-21 01:50:37','2026-01-21 01:50:37','b667b669-245f-4d89-8d2b-8bf1c9b394a6'),
(75927,7,12401,NULL,3093,3,'2026-01-21 01:50:37','2026-01-21 01:50:37','cdc1908e-8795-4fec-954d-ebe8f108e17d'),
(75928,7,12401,NULL,617,4,'2026-01-21 01:50:37','2026-01-21 01:50:37','c5d77ecf-64a7-4acf-92dd-1597f872c255'),
(75929,7,12401,NULL,605,5,'2026-01-21 01:50:37','2026-01-21 01:50:37','312696e7-587f-46f1-9756-94cc027b0d50'),
(75930,7,12401,NULL,9552,6,'2026-01-21 01:50:37','2026-01-21 01:50:37','7e3df7d6-a876-4b36-8ff2-63d5d825c9a4'),
(75931,82,12401,NULL,479,1,'2026-01-21 01:50:37','2026-01-21 01:50:37','93ec7676-3cef-466f-ae39-826494dd8937'),
(75932,82,12401,NULL,491,2,'2026-01-21 01:50:37','2026-01-21 01:50:37','a1860ff9-cd3a-4e7b-8a80-4bd03cce6f64'),
(75933,47,12401,NULL,12398,1,'2026-01-21 01:50:37','2026-01-21 01:50:37','5617a886-5d7a-4be7-a940-0cdd0d25a86d'),
(75934,57,12401,NULL,8094,1,'2026-01-21 01:50:37','2026-01-21 01:50:37','6c292965-2573-426b-b19a-ac1913ef099f'),
(75935,57,12401,NULL,8093,2,'2026-01-21 01:50:37','2026-01-21 01:50:37','d98bb15d-a702-486c-8bbd-95a8c1db9011'),
(75936,57,12401,NULL,8095,3,'2026-01-21 01:50:37','2026-01-21 01:50:37','75f30bed-0c5f-47f7-82cd-65df58a0b304'),
(75937,57,12401,NULL,8092,4,'2026-01-21 01:50:37','2026-01-21 01:50:37','099ee87a-2db6-4a9d-a4aa-245095d091b7'),
(75964,47,1091,NULL,12403,1,'2026-01-21 01:50:58','2026-01-21 01:50:58','0decc95b-2a59-4ab0-942e-0b11caffdecc'),
(75965,32,12404,NULL,2610,1,'2026-01-21 01:50:58','2026-01-21 01:50:58','2465eecc-29b3-40d0-85a5-0be711f825d2'),
(75966,32,12404,NULL,2598,2,'2026-01-21 01:50:58','2026-01-21 01:50:58','dfb2a8e5-d4ac-4d57-9259-c2daf451f28c'),
(75967,32,12404,NULL,2600,3,'2026-01-21 01:50:58','2026-01-21 01:50:58','a26a0450-c040-425e-bc83-508ef7d0d8f0'),
(75968,32,12404,NULL,2602,4,'2026-01-21 01:50:58','2026-01-21 01:50:58','65ffc851-493b-4879-88c4-5292685fedbf'),
(75969,32,12404,NULL,2612,5,'2026-01-21 01:50:58','2026-01-21 01:50:58','da395f37-2534-4948-b50c-36559e8b8129'),
(75970,32,12404,NULL,2618,6,'2026-01-21 01:50:58','2026-01-21 01:50:58','98f09638-03bb-44c6-9b8c-dbfd6bd45af3'),
(75971,32,12404,NULL,2604,7,'2026-01-21 01:50:58','2026-01-21 01:50:58','ebcf3ba1-f30b-4bf9-9fda-5018ea165a24'),
(75972,32,12404,NULL,2614,8,'2026-01-21 01:50:58','2026-01-21 01:50:58','88ea7e79-bdd2-479f-b20a-6a7268636421'),
(75973,32,12404,NULL,2608,9,'2026-01-21 01:50:58','2026-01-21 01:50:58','74c2ae67-72ae-4691-a51d-b4ba0c692fc2'),
(75974,32,12404,NULL,2596,10,'2026-01-21 01:50:58','2026-01-21 01:50:58','a823d2d8-6bde-4e5e-ac61-83107fa98a10'),
(75975,32,12404,NULL,2606,11,'2026-01-21 01:50:58','2026-01-21 01:50:58','4f00c1bc-4ce1-4d0c-a3c2-d6e649644373'),
(75976,16,12404,NULL,8104,1,'2026-01-21 01:50:58','2026-01-21 01:50:58','800742f1-ec00-4f48-bd51-a2d43aff989b'),
(75977,7,12404,NULL,9724,1,'2026-01-21 01:50:58','2026-01-21 01:50:58','d28c89d6-a1e5-461b-920d-d954456b35ee'),
(75978,7,12404,NULL,2974,2,'2026-01-21 01:50:58','2026-01-21 01:50:58','2eba4e2e-65cd-4caa-b828-bdcee2cf205b'),
(75979,7,12404,NULL,617,3,'2026-01-21 01:50:58','2026-01-21 01:50:58','ef241f59-9796-4fb0-b3cc-1b7cd44a03ec'),
(75980,7,12404,NULL,605,4,'2026-01-21 01:50:58','2026-01-21 01:50:58','da76732e-1440-429f-a107-c04f57e07e4e'),
(75981,7,12404,NULL,9552,5,'2026-01-21 01:50:58','2026-01-21 01:50:58','65db1632-161b-4a1d-b007-6ed587334e42'),
(75982,82,12404,NULL,479,1,'2026-01-21 01:50:58','2026-01-21 01:50:58','bbc18b09-b4cd-440d-b54d-2369dfd11203'),
(75983,46,12404,NULL,3697,1,'2026-01-21 01:50:58','2026-01-21 01:50:58','70bb4e79-c527-4e85-a824-052a083bdfcd'),
(75984,47,12404,NULL,12403,1,'2026-01-21 01:50:58','2026-01-21 01:50:58','a0152ad2-5d83-4a57-95dd-c6fe920f85b6'),
(75985,57,12404,NULL,8108,1,'2026-01-21 01:50:58','2026-01-21 01:50:58','b16413fd-ebfe-4405-9544-3ee8a3ea794a'),
(75986,57,12404,NULL,8107,2,'2026-01-21 01:50:58','2026-01-21 01:50:58','47b3dcdc-cba0-4ecd-a7e7-fa0246740ae8'),
(75987,57,12404,NULL,8106,3,'2026-01-21 01:50:58','2026-01-21 01:50:58','21dfcd37-e315-4d80-b10c-f10d9827133b'),
(75988,57,12404,NULL,8105,4,'2026-01-21 01:50:58','2026-01-21 01:50:58','cd5748d9-5332-4fb4-b181-0567590a8a5c'),
(75989,13,12404,NULL,6820,1,'2026-01-21 01:50:58','2026-01-21 01:50:58','1d3ea0b3-bb6c-4f5c-9827-b1543063adea'),
(75991,47,1097,NULL,12405,1,'2026-01-21 01:51:21','2026-01-21 01:51:21','7df3cd90-b07b-407c-9307-465efb6b3067'),
(75992,32,12406,NULL,2610,1,'2026-01-21 01:51:21','2026-01-21 01:51:21','c0c9d7e4-fc42-4b76-a6ed-2e6f779531eb'),
(75993,32,12406,NULL,2598,2,'2026-01-21 01:51:21','2026-01-21 01:51:21','1d6c511a-cb98-4952-b8b8-c490da5d6024'),
(75994,32,12406,NULL,2600,3,'2026-01-21 01:51:21','2026-01-21 01:51:21','916a94d4-0f62-489a-be64-634fcf72ead9'),
(75995,32,12406,NULL,2606,4,'2026-01-21 01:51:21','2026-01-21 01:51:21','7a51de9d-e8da-47d7-8d76-62a7932b9ce9'),
(75996,32,12406,NULL,2604,5,'2026-01-21 01:51:21','2026-01-21 01:51:21','20170cbc-d15c-4a96-9312-76a6905082c5'),
(75997,32,12406,NULL,2614,6,'2026-01-21 01:51:21','2026-01-21 01:51:21','c9ce42ed-5204-4f14-8e07-be4dae4655db'),
(75998,32,12406,NULL,2608,7,'2026-01-21 01:51:21','2026-01-21 01:51:21','a4198ded-0bd7-4e03-b103-9971abecc40d'),
(75999,32,12406,NULL,2596,8,'2026-01-21 01:51:21','2026-01-21 01:51:21','b05924df-7fa9-4fa6-a74a-820f1ddd7cfd'),
(76000,32,12406,NULL,2602,9,'2026-01-21 01:51:21','2026-01-21 01:51:21','d8291994-5268-4e7e-9f13-bd345af978ee'),
(76001,32,12406,NULL,2612,10,'2026-01-21 01:51:21','2026-01-21 01:51:21','a9aed448-d2eb-4146-858f-06c46d9a2657'),
(76002,16,12406,NULL,9415,1,'2026-01-21 01:51:21','2026-01-21 01:51:21','2ae70a1a-fe57-486f-8a54-7fc5cd824aa5'),
(76003,7,12406,NULL,3468,1,'2026-01-21 01:51:21','2026-01-21 01:51:21','7e4bf0fb-553a-42eb-b0ed-bf796a534cdd'),
(76004,7,12406,NULL,2969,2,'2026-01-21 01:51:21','2026-01-21 01:51:21','dcbdc3b3-d981-4a86-b98f-88f85d4c2ce6'),
(76005,7,12406,NULL,617,3,'2026-01-21 01:51:21','2026-01-21 01:51:21','2a81c73b-99e9-46d1-a3f4-c025635b5dd1'),
(76006,7,12406,NULL,605,4,'2026-01-21 01:51:21','2026-01-21 01:51:21','dcdfbe97-6174-4a5b-bcfd-38644c1692ad'),
(76007,7,12406,NULL,9552,5,'2026-01-21 01:51:21','2026-01-21 01:51:21','833f78e7-2a7a-428b-ae57-1c9672f0a81a'),
(76008,47,12406,NULL,12405,1,'2026-01-21 01:51:21','2026-01-21 01:51:21','6a0ad432-9429-4e42-b98f-12c1a89b9c83'),
(76009,57,12406,NULL,3927,1,'2026-01-21 01:51:21','2026-01-21 01:51:21','7ddeb44d-bc8e-4302-b00a-5188c3064399'),
(76010,57,12406,NULL,8117,2,'2026-01-21 01:51:21','2026-01-21 01:51:21','e0715480-9eed-4429-aaf0-eaeee5df23b1'),
(76011,57,12406,NULL,8119,3,'2026-01-21 01:51:21','2026-01-21 01:51:21','ae780b33-3d8e-4492-a8d3-d4409bb72b3b'),
(76012,57,12406,NULL,8120,4,'2026-01-21 01:51:21','2026-01-21 01:51:21','27ed67b8-95b6-4cbc-a859-2da5b4dfb9d1'),
(76037,47,1103,NULL,12408,1,'2026-01-21 01:51:38','2026-01-21 01:51:38','a382ca07-bdc2-40b3-9c10-045e12f82d6b'),
(76038,32,12409,NULL,2610,1,'2026-01-21 01:51:38','2026-01-21 01:51:38','57059c3b-cd6a-4209-b8a3-9c007085e036'),
(76039,32,12409,NULL,2598,2,'2026-01-21 01:51:38','2026-01-21 01:51:38','2496bfaf-9532-437f-a21f-3b6cfebc750f'),
(76040,32,12409,NULL,2600,3,'2026-01-21 01:51:38','2026-01-21 01:51:38','32f67060-9dea-415e-8f15-728aa54b34d9'),
(76041,32,12409,NULL,2604,4,'2026-01-21 01:51:38','2026-01-21 01:51:38','098bf84a-4e39-43f4-89af-0b4fd1e180b3'),
(76042,32,12409,NULL,2608,5,'2026-01-21 01:51:38','2026-01-21 01:51:38','e30f86a6-2f61-40cb-84bd-6157fc9f0adf'),
(76043,32,12409,NULL,2596,6,'2026-01-21 01:51:38','2026-01-21 01:51:38','da4469d7-c455-425b-b56d-b1a9fe3a01ce'),
(76044,32,12409,NULL,2602,7,'2026-01-21 01:51:38','2026-01-21 01:51:38','c0a6e23d-fa9e-47ea-8198-e0f22d7c8cee'),
(76045,32,12409,NULL,2606,8,'2026-01-21 01:51:38','2026-01-21 01:51:38','810b3036-920d-4b64-b00f-e76a7d7f798e'),
(76046,32,12409,NULL,2612,9,'2026-01-21 01:51:38','2026-01-21 01:51:38','36d9d76b-41c8-4b20-9cbc-5eee99a06813'),
(76047,16,12409,NULL,3959,1,'2026-01-21 01:51:38','2026-01-21 01:51:38','2c9625c1-caa8-4e1a-bdc3-cf75ace544eb'),
(76048,7,12409,NULL,3468,1,'2026-01-21 01:51:38','2026-01-21 01:51:38','25e9ad73-6deb-4a14-bf10-361ef4f42b80'),
(76049,7,12409,NULL,601,2,'2026-01-21 01:51:38','2026-01-21 01:51:38','b5c22a56-a44b-4245-9377-150f1de5f378'),
(76050,7,12409,NULL,617,3,'2026-01-21 01:51:38','2026-01-21 01:51:38','427429a8-dedd-413f-96a8-61f8e6bce182'),
(76051,7,12409,NULL,9552,4,'2026-01-21 01:51:38','2026-01-21 01:51:38','30bb8f82-8f76-4f11-af1a-ba38bf15541f'),
(76052,7,12409,NULL,605,5,'2026-01-21 01:51:38','2026-01-21 01:51:38','d14cf11c-8b49-44c0-8133-9b0fb54b1859'),
(76053,82,12409,NULL,479,1,'2026-01-21 01:51:38','2026-01-21 01:51:38','614f3a1e-1f94-4fbf-9b17-054b1e87a908'),
(76054,82,12409,NULL,491,2,'2026-01-21 01:51:38','2026-01-21 01:51:38','66167863-fd65-40e2-bda2-c47a2cd8c58c'),
(76055,47,12409,NULL,12408,1,'2026-01-21 01:51:38','2026-01-21 01:51:38','709c0af3-7b00-481d-9656-de1cf0a8209f'),
(76056,57,12409,NULL,8132,1,'2026-01-21 01:51:38','2026-01-21 01:51:38','261ed388-006a-4c91-a657-2ffed8bda7bf'),
(76057,57,12409,NULL,8136,2,'2026-01-21 01:51:38','2026-01-21 01:51:38','0c076e2f-4a26-4d43-97c6-938d2301677c'),
(76058,57,12409,NULL,8131,3,'2026-01-21 01:51:38','2026-01-21 01:51:38','95e88f34-f331-42ee-b822-a082e13728ac'),
(76059,57,12409,NULL,8134,4,'2026-01-21 01:51:38','2026-01-21 01:51:38','6f23e82f-c14a-4e5a-852b-82eb17684502'),
(76060,57,12409,NULL,8135,5,'2026-01-21 01:51:38','2026-01-21 01:51:38','bb9faa59-3c62-48fc-bde5-544222f4c71c'),
(76088,47,1109,NULL,12413,1,'2026-01-21 01:52:03','2026-01-21 01:52:03','fe3958f8-dfc6-42ca-b619-b858036edd2f'),
(76089,32,12416,NULL,2610,1,'2026-01-21 01:52:03','2026-01-21 01:52:03','50c90439-f6d2-4d76-b1b4-d62967d1e17f'),
(76090,32,12416,NULL,2598,2,'2026-01-21 01:52:03','2026-01-21 01:52:03','872734b9-6ebc-47b7-aff7-681c74d28532'),
(76091,32,12416,NULL,2600,3,'2026-01-21 01:52:03','2026-01-21 01:52:03','f4e01b7f-aff8-499b-a624-45e90684a808'),
(76092,32,12416,NULL,2604,4,'2026-01-21 01:52:03','2026-01-21 01:52:03','f0cf63f4-5041-4f3e-8dd1-28cd715f032a'),
(76093,32,12416,NULL,2608,5,'2026-01-21 01:52:03','2026-01-21 01:52:03','4f710968-8ab5-4589-a9a8-9cd2282c2b9e'),
(76094,32,12416,NULL,2596,6,'2026-01-21 01:52:03','2026-01-21 01:52:03','40cda689-81df-4dcf-9ec4-66093b4f402a'),
(76095,32,12416,NULL,2602,7,'2026-01-21 01:52:03','2026-01-21 01:52:03','362ac692-f357-4dd5-9cdd-6aa21ef974a6'),
(76096,32,12416,NULL,2606,8,'2026-01-21 01:52:03','2026-01-21 01:52:03','4cd73f1c-cb9b-4a0b-ab02-456a716e9c63'),
(76097,32,12416,NULL,2612,9,'2026-01-21 01:52:03','2026-01-21 01:52:03','d03423c8-c44d-45b4-b2f1-7b988d5f35e0'),
(76098,16,12416,NULL,9420,1,'2026-01-21 01:52:03','2026-01-21 01:52:03','4a0f4a03-d789-424b-9ea4-db17a3771ca6'),
(76099,7,12416,NULL,6547,1,'2026-01-21 01:52:03','2026-01-21 01:52:03','497af674-448a-4694-a8e5-27fa43bbb4f8'),
(76100,7,12416,NULL,601,2,'2026-01-21 01:52:03','2026-01-21 01:52:03','bd504a68-9349-4968-9d3c-99265d776239'),
(76101,7,12416,NULL,617,3,'2026-01-21 01:52:03','2026-01-21 01:52:03','ff7fd1fe-f6ad-43b3-841a-36f503576b8e'),
(76102,7,12416,NULL,605,4,'2026-01-21 01:52:03','2026-01-21 01:52:03','c5b41784-9afe-4e2b-b57a-1062a5361012'),
(76103,7,12416,NULL,9552,5,'2026-01-21 01:52:03','2026-01-21 01:52:03','ad307d96-7f9a-4306-9a81-09007e637f68'),
(76104,82,12416,NULL,479,1,'2026-01-21 01:52:03','2026-01-21 01:52:03','d44eda01-7e5d-4f10-afff-d4f26f3715a3'),
(76105,82,12416,NULL,491,2,'2026-01-21 01:52:03','2026-01-21 01:52:03','8319a238-0da3-4ab5-b38d-c5f693ce96f7'),
(76106,47,12416,NULL,12413,1,'2026-01-21 01:52:03','2026-01-21 01:52:03','fcdbfe56-a980-4661-aee1-e8c1adcc6cb2'),
(76107,57,12416,NULL,8141,1,'2026-01-21 01:52:03','2026-01-21 01:52:03','186bbc11-4428-4c26-b205-3f4f668895b6'),
(76108,57,12416,NULL,5129,2,'2026-01-21 01:52:03','2026-01-21 01:52:03','6a1139ec-328f-4968-95c6-e267a51fe066'),
(76109,57,12416,NULL,5127,3,'2026-01-21 01:52:03','2026-01-21 01:52:03','2447f890-a9a7-4a88-85af-459c4ece76f0'),
(76110,57,12416,NULL,8142,4,'2026-01-21 01:52:03','2026-01-21 01:52:03','35e2af2a-b7e3-4084-8d69-8158b96a3dd2'),
(76111,57,12416,NULL,9423,5,'2026-01-21 01:52:03','2026-01-21 01:52:03','b412600a-c3c4-4be2-9ea4-5dd8ef91eff0'),
(76112,57,12416,NULL,9424,6,'2026-01-21 01:52:03','2026-01-21 01:52:03','55845acd-844d-4da2-9b6b-eeabde1d8868'),
(76113,57,12416,NULL,9425,7,'2026-01-21 01:52:03','2026-01-21 01:52:03','e9d21741-ae89-4094-ac40-0c46bb9342df'),
(76114,57,12416,NULL,9426,8,'2026-01-21 01:52:03','2026-01-21 01:52:03','1d2dd213-9c13-4e4a-bc08-f7aa31bd611e'),
(76115,57,12416,NULL,9427,9,'2026-01-21 01:52:03','2026-01-21 01:52:03','a349710a-7076-4a22-9426-dd39746c7734'),
(76140,47,1117,NULL,12418,1,'2026-01-21 01:52:22','2026-01-21 01:52:22','8bc6db0c-472c-4eaa-bb68-e834d417f560'),
(76141,32,12419,NULL,2610,1,'2026-01-21 01:52:22','2026-01-21 01:52:22','cde52e59-b852-4c1a-972f-fce9d7bd4f7b'),
(76142,32,12419,NULL,2598,2,'2026-01-21 01:52:22','2026-01-21 01:52:22','0862ed65-503b-45aa-a42b-0c89f709ace5'),
(76143,32,12419,NULL,2600,3,'2026-01-21 01:52:22','2026-01-21 01:52:22','a6d72371-cdcf-4cd2-a5fb-231b9cdcbca9'),
(76144,32,12419,NULL,2604,4,'2026-01-21 01:52:22','2026-01-21 01:52:22','616638c6-0e1b-4cf3-9f70-ec13ad66a3a2'),
(76145,32,12419,NULL,2614,5,'2026-01-21 01:52:22','2026-01-21 01:52:22','1b60924f-6a2c-47a7-954c-325b62970f23'),
(76146,32,12419,NULL,2608,6,'2026-01-21 01:52:22','2026-01-21 01:52:22','0ad020d4-f74e-446c-9079-c99261bcf3db'),
(76147,32,12419,NULL,2596,7,'2026-01-21 01:52:22','2026-01-21 01:52:22','cac3d11f-b0aa-4b15-8f88-84e83d94a8e9'),
(76148,32,12419,NULL,2602,8,'2026-01-21 01:52:22','2026-01-21 01:52:22','e008f369-a1c4-45d3-bb4d-772517a4875d'),
(76149,32,12419,NULL,2606,9,'2026-01-21 01:52:22','2026-01-21 01:52:22','efc889f0-aba4-4e5d-9300-c6a3897e9995'),
(76150,32,12419,NULL,2612,10,'2026-01-21 01:52:22','2026-01-21 01:52:22','51f4fb02-b936-4d50-b534-3594892d3e33'),
(76151,16,12419,NULL,4017,1,'2026-01-21 01:52:22','2026-01-21 01:52:22','ede18c09-ef9e-44b1-ac5c-0e962a66601d'),
(76152,7,12419,NULL,3468,1,'2026-01-21 01:52:22','2026-01-21 01:52:22','67469710-ebdf-4ca9-bf38-337ea56d5a5a'),
(76153,7,12419,NULL,2969,2,'2026-01-21 01:52:22','2026-01-21 01:52:22','c990b90d-f17a-4293-97b5-7be18908132a'),
(76154,7,12419,NULL,617,3,'2026-01-21 01:52:22','2026-01-21 01:52:22','2074ffe9-39c3-4b07-b04b-8eae95034021'),
(76155,7,12419,NULL,9724,4,'2026-01-21 01:52:22','2026-01-21 01:52:22','7f1ad742-28d2-4499-bb57-def067ed3dbc'),
(76156,7,12419,NULL,2972,5,'2026-01-21 01:52:22','2026-01-21 01:52:22','91b2425d-d205-4373-ba8f-d31d41355df3'),
(76157,7,12419,NULL,605,6,'2026-01-21 01:52:22','2026-01-21 01:52:22','3fd19bbf-a7d2-4497-b6b4-177ff78bfa48'),
(76158,7,12419,NULL,9552,7,'2026-01-21 01:52:22','2026-01-21 01:52:22','319d2009-bfb3-49a8-883c-d163c39bf785'),
(76159,82,12419,NULL,479,1,'2026-01-21 01:52:22','2026-01-21 01:52:22','beb4d8ee-a1ff-43e6-8393-7151698ed945'),
(76160,47,12419,NULL,12418,1,'2026-01-21 01:52:22','2026-01-21 01:52:22','5498bf57-02a4-44fd-85f5-798a98a1067b'),
(76161,57,12419,NULL,8163,1,'2026-01-21 01:52:22','2026-01-21 01:52:22','aca3f6d1-8c9c-4b74-8a8a-e105ee134a70'),
(76162,57,12419,NULL,8162,2,'2026-01-21 01:52:22','2026-01-21 01:52:22','db50248f-a2bb-4cce-b368-e74823bfb405'),
(76163,57,12419,NULL,8164,3,'2026-01-21 01:52:22','2026-01-21 01:52:22','0bcdfc4a-ea75-4e87-800c-128a7d67f7dc'),
(76164,57,12419,NULL,8165,4,'2026-01-21 01:52:22','2026-01-21 01:52:22','c513350b-7f41-450f-a87e-910467e50a1c'),
(76166,47,1129,NULL,12421,1,'2026-01-21 01:52:45','2026-01-21 01:52:45','f03e91c8-a288-4d55-acae-bf7e7f04d4b0'),
(76167,32,12423,NULL,2614,1,'2026-01-21 01:52:45','2026-01-21 01:52:45','2ecb7b67-21f6-452e-bdec-11e97a9b44ee'),
(76168,32,12423,NULL,2610,2,'2026-01-21 01:52:45','2026-01-21 01:52:45','8dafbb78-e817-4820-bd4f-54b49bb53ec0'),
(76169,32,12423,NULL,2598,3,'2026-01-21 01:52:45','2026-01-21 01:52:45','a4d16cca-d44c-4370-bcab-2b89b355d865'),
(76170,32,12423,NULL,2600,4,'2026-01-21 01:52:45','2026-01-21 01:52:45','1dbaa405-b5ee-456e-a149-dd88e38525b0'),
(76171,32,12423,NULL,2602,5,'2026-01-21 01:52:45','2026-01-21 01:52:45','c184d0e3-3907-404d-a0f3-2d988cb21329'),
(76172,32,12423,NULL,2612,6,'2026-01-21 01:52:45','2026-01-21 01:52:45','7e602cbc-2ee1-4b05-abd3-5a488af6a2fc'),
(76173,32,12423,NULL,2604,7,'2026-01-21 01:52:45','2026-01-21 01:52:45','93db4239-ac1e-4cad-ac14-3fd4072df7b5'),
(76174,32,12423,NULL,2608,8,'2026-01-21 01:52:45','2026-01-21 01:52:45','82039fae-e6f5-4859-b1ea-4a752e405e1f'),
(76175,32,12423,NULL,2596,9,'2026-01-21 01:52:45','2026-01-21 01:52:45','b2a316c8-e51b-42db-9f1a-4f97073ecd8e'),
(76176,32,12423,NULL,2606,10,'2026-01-21 01:52:45','2026-01-21 01:52:45','c0eaa1c2-4bd9-4dc0-9443-b3814980575f'),
(76177,16,12423,NULL,4083,1,'2026-01-21 01:52:45','2026-01-21 01:52:45','ac91b0a4-b157-44db-a247-9ada1f1add1e'),
(76178,7,12423,NULL,601,1,'2026-01-21 01:52:45','2026-01-21 01:52:45','9527f257-4cbf-451e-920d-b0f687d89a21'),
(76179,7,12423,NULL,617,2,'2026-01-21 01:52:45','2026-01-21 01:52:45','87df399b-ddb2-4add-9247-b599726ba953'),
(76180,7,12423,NULL,605,3,'2026-01-21 01:52:45','2026-01-21 01:52:45','fb4ef6f7-1c86-43ba-91a7-9c0eaad851f6'),
(76181,7,12423,NULL,9552,4,'2026-01-21 01:52:45','2026-01-21 01:52:45','6430d751-587f-4cd0-b401-69d792df4568'),
(76182,82,12423,NULL,479,1,'2026-01-21 01:52:45','2026-01-21 01:52:45','1b8f4251-bb27-40f7-905a-fe74cdd98043'),
(76183,47,12423,NULL,12421,1,'2026-01-21 01:52:45','2026-01-21 01:52:45','f1913eec-46d0-4ec8-a4e6-ea7272732781'),
(76184,57,12423,NULL,5056,1,'2026-01-21 01:52:45','2026-01-21 01:52:45','aebf93a1-510d-4012-95d4-906158674e74'),
(76185,57,12423,NULL,5055,2,'2026-01-21 01:52:45','2026-01-21 01:52:45','98dd49cc-e5f6-4bbf-a4f0-6c8c6f89568c'),
(76186,57,12423,NULL,5057,3,'2026-01-21 01:52:45','2026-01-21 01:52:45','2f83604b-4ee6-49ed-a1b9-e74b6afba0c7'),
(76187,57,12423,NULL,5058,4,'2026-01-21 01:52:45','2026-01-21 01:52:45','af867db7-14cf-4a9a-bf0f-1da9d0ec75e4'),
(76215,47,1123,NULL,12425,1,'2026-01-21 01:53:08','2026-01-21 01:53:08','7cb5f1e3-71ec-4da1-9292-9048fff7f34b'),
(76216,32,12426,NULL,2610,1,'2026-01-21 01:53:08','2026-01-21 01:53:08','ba185bb0-c200-4a42-ab74-8cb3d39a7174'),
(76217,32,12426,NULL,2598,2,'2026-01-21 01:53:08','2026-01-21 01:53:08','c3bb6ee6-fc3b-463e-b3d9-45e34c9bdbca'),
(76218,32,12426,NULL,2600,3,'2026-01-21 01:53:08','2026-01-21 01:53:08','48fa3243-89c3-4a39-b2ee-123870534789'),
(76219,32,12426,NULL,2602,4,'2026-01-21 01:53:08','2026-01-21 01:53:08','a623426b-f727-4f06-84db-de2aa6bcbd7e'),
(76220,32,12426,NULL,2604,5,'2026-01-21 01:53:08','2026-01-21 01:53:08','6815808c-4022-4836-8e5d-b18a01d95250'),
(76221,32,12426,NULL,2608,6,'2026-01-21 01:53:08','2026-01-21 01:53:08','8768dbb5-95af-4d66-bc00-c1b45f5fa5ad'),
(76222,32,12426,NULL,2596,7,'2026-01-21 01:53:08','2026-01-21 01:53:08','5aab78de-20b8-4836-839b-4d9309e230a5'),
(76223,32,12426,NULL,2606,8,'2026-01-21 01:53:08','2026-01-21 01:53:08','0d4caa44-d284-4016-80fc-786c1ada9817'),
(76224,32,12426,NULL,2612,9,'2026-01-21 01:53:08','2026-01-21 01:53:08','acd58417-1df3-4651-8df9-2a18e9f7b90c'),
(76225,16,12426,NULL,8178,1,'2026-01-21 01:53:08','2026-01-21 01:53:08','ae58cf96-1d5d-47c1-bea9-33c79859fa65'),
(76226,7,12426,NULL,3468,1,'2026-01-21 01:53:08','2026-01-21 01:53:08','7421bb98-f897-4baf-ad2c-ad9beb7caab2'),
(76227,7,12426,NULL,601,2,'2026-01-21 01:53:08','2026-01-21 01:53:08','5287702a-2d98-47a1-966c-453096036b2a'),
(76228,7,12426,NULL,2974,3,'2026-01-21 01:53:08','2026-01-21 01:53:08','0d24e869-9a08-449d-ba64-c6b8ad139454'),
(76229,7,12426,NULL,9640,4,'2026-01-21 01:53:08','2026-01-21 01:53:08','3f3b84e9-3b94-47d4-a0e8-a715715b0712'),
(76230,7,12426,NULL,617,5,'2026-01-21 01:53:08','2026-01-21 01:53:08','5ee9f31f-c84e-4fdb-87e2-ade75ce26845'),
(76231,7,12426,NULL,9724,6,'2026-01-21 01:53:08','2026-01-21 01:53:08','d7b2a28f-5fa8-4201-9046-2f30addfda64'),
(76232,7,12426,NULL,605,7,'2026-01-21 01:53:08','2026-01-21 01:53:08','2f249765-1fb2-475d-95a5-9da3118a6269'),
(76233,7,12426,NULL,9552,8,'2026-01-21 01:53:08','2026-01-21 01:53:08','9881e47a-0a6b-439d-b950-3f67c746d0a4'),
(76234,82,12426,NULL,479,1,'2026-01-21 01:53:08','2026-01-21 01:53:08','8f8c2ddb-2284-4ce4-847a-fbe3a801ecbe'),
(76235,82,12426,NULL,491,2,'2026-01-21 01:53:08','2026-01-21 01:53:08','5d1d975c-2df2-477c-b080-803f2eec4986'),
(76236,47,12426,NULL,12425,1,'2026-01-21 01:53:08','2026-01-21 01:53:08','c9bc6a6e-ca76-4618-a39d-4084c656ba85'),
(76237,57,12426,NULL,8175,1,'2026-01-21 01:53:08','2026-01-21 01:53:08','ea10179e-762d-4ee8-9876-386773f44681'),
(76238,57,12426,NULL,8194,2,'2026-01-21 01:53:08','2026-01-21 01:53:08','2a9afd87-cfcd-4ade-bb92-de40ce24a60a'),
(76239,57,12426,NULL,8174,3,'2026-01-21 01:53:08','2026-01-21 01:53:08','80b37924-3e6f-4c31-b2e5-5ea80cdc9d3d'),
(76240,57,12426,NULL,8177,4,'2026-01-21 01:53:08','2026-01-21 01:53:08','f74a2777-553e-46a0-8b1e-f239c151e992'),
(76267,47,1143,NULL,12428,1,'2026-01-21 01:53:44','2026-01-21 01:53:44','429fa0f3-9fee-4ea1-ab7e-384ae96d34a5'),
(76268,32,12429,NULL,2610,1,'2026-01-21 01:53:44','2026-01-21 01:53:44','f3f8bb62-1781-4955-a813-9129736eda03'),
(76269,32,12429,NULL,2598,2,'2026-01-21 01:53:44','2026-01-21 01:53:44','8e488539-f572-4abb-a8dd-98c83a937d03'),
(76270,32,12429,NULL,2600,3,'2026-01-21 01:53:44','2026-01-21 01:53:44','387a7230-87dd-42cc-a2bd-63d68641cd4c'),
(76271,32,12429,NULL,2604,4,'2026-01-21 01:53:44','2026-01-21 01:53:44','14da47c3-fbc8-481d-96db-b0af20326127'),
(76272,32,12429,NULL,2608,5,'2026-01-21 01:53:44','2026-01-21 01:53:44','88319546-8241-43a5-8cd3-f4fb9afe4a24'),
(76273,32,12429,NULL,2596,6,'2026-01-21 01:53:44','2026-01-21 01:53:44','fe38aec6-08c8-4987-895d-d00f6e9e47e3'),
(76274,32,12429,NULL,2602,7,'2026-01-21 01:53:44','2026-01-21 01:53:44','1ff0937e-a57a-4b51-8c07-12d74e95e7fb'),
(76275,32,12429,NULL,2606,8,'2026-01-21 01:53:44','2026-01-21 01:53:44','b86c741b-31b6-42ba-aad7-b5a4f609df7f'),
(76276,32,12429,NULL,2612,9,'2026-01-21 01:53:44','2026-01-21 01:53:44','870f34e2-7a2e-4fc2-bbf4-3beaa532bfa2'),
(76277,16,12429,NULL,4142,1,'2026-01-21 01:53:44','2026-01-21 01:53:44','1f68d980-4598-43c8-a904-77e462889249'),
(76278,7,12429,NULL,6547,1,'2026-01-21 01:53:44','2026-01-21 01:53:44','e246823a-f666-4963-b26c-26328991620c'),
(76279,7,12429,NULL,601,2,'2026-01-21 01:53:44','2026-01-21 01:53:44','a38c5259-a75d-441e-8778-960390ce7b59'),
(76280,7,12429,NULL,9724,3,'2026-01-21 01:53:44','2026-01-21 01:53:44','39525481-1006-4d23-aa1c-0e8b14c07159'),
(76281,7,12429,NULL,2972,4,'2026-01-21 01:53:44','2026-01-21 01:53:44','97706c6d-2057-4b00-8bde-7f6eae154bc6'),
(76282,7,12429,NULL,617,5,'2026-01-21 01:53:44','2026-01-21 01:53:44','20b4a98f-7be5-4f03-9e65-0698f08741c4'),
(76283,7,12429,NULL,605,6,'2026-01-21 01:53:44','2026-01-21 01:53:44','0862cffc-74bc-4d55-ab04-1354932c6f6d'),
(76284,7,12429,NULL,9552,7,'2026-01-21 01:53:44','2026-01-21 01:53:44','8497c74f-32ae-4754-af97-a7c69e53c56d'),
(76285,82,12429,NULL,479,1,'2026-01-21 01:53:44','2026-01-21 01:53:44','2b2c89f0-cc71-4c1d-b879-2959424c26bb'),
(76286,82,12429,NULL,491,2,'2026-01-21 01:53:44','2026-01-21 01:53:44','da38c4e4-491f-4cc5-ba69-1080fcc96fe0'),
(76287,47,12429,NULL,12428,1,'2026-01-21 01:53:44','2026-01-21 01:53:44','51ac4d2b-95b5-4023-b86b-137cfec15525'),
(76288,57,12429,NULL,4955,1,'2026-01-21 01:53:44','2026-01-21 01:53:44','9f5fe346-1246-45d5-9b73-bdef046a38e7'),
(76289,57,12429,NULL,4956,2,'2026-01-21 01:53:44','2026-01-21 01:53:44','70b759e5-f82b-4889-9bdb-6e4f402533eb'),
(76290,57,12429,NULL,4957,3,'2026-01-21 01:53:44','2026-01-21 01:53:44','6e986578-59dd-499a-8c95-0cedec6d7d09'),
(76291,57,12429,NULL,8227,4,'2026-01-21 01:53:44','2026-01-21 01:53:44','49b72811-d086-4d13-812f-74a10370812a'),
(76312,47,1149,NULL,12431,1,'2026-01-21 01:54:04','2026-01-21 01:54:04','670c26f5-7155-4b40-9863-30e8c947739d'),
(76313,32,12433,NULL,2610,1,'2026-01-21 01:54:04','2026-01-21 01:54:04','560da63a-1a42-4208-b417-ce57a4561bdf'),
(76314,32,12433,NULL,2598,2,'2026-01-21 01:54:04','2026-01-21 01:54:04','1d1441c4-2ba5-489f-be10-4662f8cccc1f'),
(76315,32,12433,NULL,2600,3,'2026-01-21 01:54:04','2026-01-21 01:54:04','9b96542f-3ceb-4f63-aab3-2f4e53255943'),
(76316,32,12433,NULL,2604,4,'2026-01-21 01:54:04','2026-01-21 01:54:04','1d6a34e5-6a94-4471-ac4a-610c843fecbc'),
(76317,32,12433,NULL,2614,5,'2026-01-21 01:54:04','2026-01-21 01:54:04','7e6a3907-4415-4495-be1d-3c6b39e1e5a3'),
(76318,32,12433,NULL,2608,6,'2026-01-21 01:54:04','2026-01-21 01:54:04','83e0b1cd-d0a8-43f0-8c26-f859017d9eaa'),
(76319,32,12433,NULL,2596,7,'2026-01-21 01:54:04','2026-01-21 01:54:04','37d8bbd1-12ce-4c4f-ae84-f70a872bedc3'),
(76320,32,12433,NULL,2602,8,'2026-01-21 01:54:04','2026-01-21 01:54:04','1315eeb2-6b3f-4b3a-88a7-dcc6d3382c5d'),
(76321,16,12433,NULL,4150,1,'2026-01-21 01:54:04','2026-01-21 01:54:04','cfbac909-965b-43b9-a381-566c1dd63221'),
(76322,7,12433,NULL,3468,1,'2026-01-21 01:54:04','2026-01-21 01:54:04','398e6824-5fdc-419f-a418-f02bf67f84f4'),
(76323,7,12433,NULL,601,2,'2026-01-21 01:54:04','2026-01-21 01:54:04','4a2974f2-9eff-4152-beee-feb252c79efe'),
(76324,7,12433,NULL,617,3,'2026-01-21 01:54:04','2026-01-21 01:54:04','bc68c8e9-d2d3-4798-bb3b-1082ef84fb3c'),
(76325,7,12433,NULL,9732,4,'2026-01-21 01:54:04','2026-01-21 01:54:04','76f6636e-9283-45c4-8924-be326e8a7fa8'),
(76326,7,12433,NULL,9735,5,'2026-01-21 01:54:04','2026-01-21 01:54:04','e3f21868-d113-4439-9035-5d42041441fc'),
(76327,7,12433,NULL,9640,6,'2026-01-21 01:54:04','2026-01-21 01:54:04','13c559b3-5015-4672-a89d-8b2c799bda38'),
(76328,7,12433,NULL,9552,7,'2026-01-21 01:54:04','2026-01-21 01:54:04','4cad09fd-deac-422d-b0d3-1548d7f1ab5e'),
(76329,7,12433,NULL,605,8,'2026-01-21 01:54:04','2026-01-21 01:54:04','9c71d372-a8d5-444f-8bd8-96bb79839224'),
(76330,82,12433,NULL,479,1,'2026-01-21 01:54:04','2026-01-21 01:54:04','d62605cf-be2f-4445-9828-8c283be4f23a'),
(76331,47,12433,NULL,12431,1,'2026-01-21 01:54:04','2026-01-21 01:54:04','0c6e90b3-184c-46ee-a4ef-8061d01c5778'),
(76353,47,1155,NULL,12437,1,'2026-01-21 01:54:31','2026-01-21 01:54:31','c7bc4faf-1862-4b2d-82b7-5d33da647be9'),
(76354,32,12439,NULL,2610,1,'2026-01-21 01:54:31','2026-01-21 01:54:31','255c34c7-b71c-4f14-b61f-8a19462a5bce'),
(76355,32,12439,NULL,2598,2,'2026-01-21 01:54:31','2026-01-21 01:54:31','d50b2ba3-b522-43c9-9016-3ef1e3da93a2'),
(76356,32,12439,NULL,2600,3,'2026-01-21 01:54:31','2026-01-21 01:54:31','aa6585f4-1c45-464a-aa2b-917260ebf8b0'),
(76357,32,12439,NULL,2604,4,'2026-01-21 01:54:31','2026-01-21 01:54:31','640a59db-5754-406c-98ef-33c95a580025'),
(76358,32,12439,NULL,2614,5,'2026-01-21 01:54:31','2026-01-21 01:54:31','f4091363-4f8a-43bf-9732-55184baf2c20'),
(76359,32,12439,NULL,2608,6,'2026-01-21 01:54:31','2026-01-21 01:54:31','e451b9ef-2276-4982-8646-64ecaf0b25b9'),
(76360,32,12439,NULL,2596,7,'2026-01-21 01:54:31','2026-01-21 01:54:31','5b8eb0c7-390b-4f9c-8489-63960ac88cc8'),
(76361,32,12439,NULL,2602,8,'2026-01-21 01:54:31','2026-01-21 01:54:31','37d52504-f554-4359-98cd-12d832c183cd'),
(76362,16,12439,NULL,4181,1,'2026-01-21 01:54:31','2026-01-21 01:54:31','5f564a52-eb1b-4197-aca2-33abe12e6e05'),
(76363,7,12439,NULL,6547,1,'2026-01-21 01:54:31','2026-01-21 01:54:31','61c97247-fcd8-48af-a339-2885fb9afa86'),
(76364,7,12439,NULL,601,2,'2026-01-21 01:54:31','2026-01-21 01:54:31','6efb9c27-3668-4b37-9bfe-ebf0b1221958'),
(76365,7,12439,NULL,617,3,'2026-01-21 01:54:31','2026-01-21 01:54:31','30bee89e-d472-410a-93c0-570922acd1e2'),
(76366,7,12439,NULL,9732,4,'2026-01-21 01:54:31','2026-01-21 01:54:31','31560d9c-cbd2-4010-a777-5eb97f736632'),
(76367,7,12439,NULL,9735,5,'2026-01-21 01:54:31','2026-01-21 01:54:31','4c66c535-6eea-4aec-ba44-51d0c5e0257e'),
(76368,7,12439,NULL,9640,6,'2026-01-21 01:54:31','2026-01-21 01:54:31','3d777213-7c1d-4ed0-8025-570c7a1f1b1c'),
(76369,7,12439,NULL,605,7,'2026-01-21 01:54:31','2026-01-21 01:54:31','6e7fd6e6-5d8a-496a-a27c-ad7a22dbb536'),
(76370,82,12439,NULL,479,1,'2026-01-21 01:54:31','2026-01-21 01:54:31','aaa9cb55-cf5f-4fbc-8bdd-c2b10ac4c7c0'),
(76371,47,12439,NULL,12437,1,'2026-01-21 01:54:31','2026-01-21 01:54:31','3a2b4bc5-1e7d-42eb-8020-5c1123111f88'),
(76372,57,12439,NULL,9518,1,'2026-01-21 01:54:31','2026-01-21 01:54:31','2ddedc52-0b41-4e69-b46a-52d3c00cf459'),
(76373,57,12439,NULL,9519,2,'2026-01-21 01:54:31','2026-01-21 01:54:31','e9db5e03-1ca7-4cb9-aa1c-9bb681ba7a31'),
(76374,57,12439,NULL,9520,3,'2026-01-21 01:54:31','2026-01-21 01:54:31','800e48c0-9e1a-489b-906b-6b10da23ee1c'),
(76395,47,1419,NULL,12446,1,'2026-01-21 01:55:33','2026-01-21 01:55:33','c7135182-b70a-4c97-ac48-8cde3a2eb5a8'),
(76396,32,12448,NULL,2610,1,'2026-01-21 01:55:33','2026-01-21 01:55:33','4dcb85e0-b28f-4e2a-b43e-288471b189f7'),
(76397,32,12448,NULL,2598,2,'2026-01-21 01:55:33','2026-01-21 01:55:33','7c531a95-54a6-4692-b973-55799f49a140'),
(76398,32,12448,NULL,2608,3,'2026-01-21 01:55:33','2026-01-21 01:55:33','070f2b62-3cb6-4523-a8a1-cc5b0476fa26'),
(76399,32,12448,NULL,2600,4,'2026-01-21 01:55:33','2026-01-21 01:55:33','8fea30ee-5142-448b-bed2-2c087005da6e'),
(76400,32,12448,NULL,2596,5,'2026-01-21 01:55:33','2026-01-21 01:55:33','4c41901e-9029-42d4-85dc-faca7d75bd17'),
(76401,32,12448,NULL,2602,6,'2026-01-21 01:55:33','2026-01-21 01:55:33','94c70ace-3aa9-4c84-b4dd-3893ba1eb39b'),
(76402,32,12448,NULL,2606,7,'2026-01-21 01:55:33','2026-01-21 01:55:33','31ff3c90-3847-4d09-99d4-fb3cf9a6d929'),
(76403,32,12448,NULL,2612,8,'2026-01-21 01:55:33','2026-01-21 01:55:33','75583615-089d-46ed-bf72-112b847f9516'),
(76404,32,12448,NULL,2604,9,'2026-01-21 01:55:33','2026-01-21 01:55:33','0e783d4a-909d-4120-8e81-72b4cfa80117'),
(76405,16,12448,NULL,9255,1,'2026-01-21 01:55:33','2026-01-21 01:55:33','798b5476-d78c-4754-ad72-c7d7390df717'),
(76406,7,12448,NULL,601,1,'2026-01-21 01:55:33','2026-01-21 01:55:33','4648c5d1-2617-4c0f-883f-b32aa6133ca7'),
(76407,7,12448,NULL,605,2,'2026-01-21 01:55:33','2026-01-21 01:55:33','f3d515af-4952-4900-a9f0-e62e5572ec3e'),
(76408,7,12448,NULL,617,3,'2026-01-21 01:55:33','2026-01-21 01:55:33','e68b1121-f156-4f1f-940f-522c9fe8d935'),
(76409,7,12448,NULL,9552,4,'2026-01-21 01:55:33','2026-01-21 01:55:33','e0bdb6eb-6573-4842-8eec-416392a43b55'),
(76410,82,12448,NULL,491,1,'2026-01-21 01:55:33','2026-01-21 01:55:33','a8628b19-f53a-4d9a-854b-5d4ca9a03f0f'),
(76411,47,12448,NULL,12446,1,'2026-01-21 01:55:33','2026-01-21 01:55:33','68ec550f-85e0-4de1-95c4-8175b00b55b4'),
(76412,57,12448,NULL,9260,1,'2026-01-21 01:55:33','2026-01-21 01:55:33','bb99acef-30e9-4e51-b94b-6002c598ae2b'),
(76413,57,12448,NULL,9261,2,'2026-01-21 01:55:33','2026-01-21 01:55:33','119fb8eb-10f9-4fde-a8db-8702139f951c'),
(76414,57,12448,NULL,9258,3,'2026-01-21 01:55:33','2026-01-21 01:55:33','83b1ae22-12d3-4295-b1f9-096775573601'),
(76415,57,12448,NULL,9259,4,'2026-01-21 01:55:33','2026-01-21 01:55:33','699b962b-0ad1-4f50-b954-158c2e7fb351'),
(76449,47,1425,NULL,12449,1,'2026-01-21 01:55:58','2026-01-21 01:55:58','82f69a50-e7e8-4467-8395-06320fc0da45'),
(76450,32,12451,NULL,2610,1,'2026-01-21 01:55:58','2026-01-21 01:55:58','25d4a7cb-f16c-410b-9430-a0e0704651c9'),
(76451,32,12451,NULL,2598,2,'2026-01-21 01:55:58','2026-01-21 01:55:58','b357f3ba-d19d-4296-bbd5-1415d4d1b4cb'),
(76452,32,12451,NULL,2608,3,'2026-01-21 01:55:58','2026-01-21 01:55:58','59b86097-6e45-4afa-b4de-2ebea18adac8'),
(76453,32,12451,NULL,2600,4,'2026-01-21 01:55:58','2026-01-21 01:55:58','06b9ae83-3a4c-44f4-b0ab-08f1c3bd114b'),
(76454,32,12451,NULL,2596,5,'2026-01-21 01:55:58','2026-01-21 01:55:58','9f00c439-f6e8-4887-81ce-b35adae6b2f7'),
(76455,32,12451,NULL,2602,6,'2026-01-21 01:55:58','2026-01-21 01:55:58','72ad31c0-c687-4f53-8fde-bc69e1f6d46a'),
(76456,32,12451,NULL,2606,7,'2026-01-21 01:55:58','2026-01-21 01:55:58','843c348f-3051-4bea-a592-28300f597135'),
(76457,32,12451,NULL,2612,8,'2026-01-21 01:55:58','2026-01-21 01:55:58','01961e69-3b20-4d57-b0b6-b2efc4520a5b'),
(76458,32,12451,NULL,2604,9,'2026-01-21 01:55:58','2026-01-21 01:55:58','dd34dda6-1184-492b-9400-f1718ac4a036'),
(76459,16,12451,NULL,10000,1,'2026-01-21 01:55:58','2026-01-21 01:55:58','c424c1ce-c39c-43c4-9e9c-b8c9e8f25ade'),
(76460,7,12451,NULL,3468,1,'2026-01-21 01:55:58','2026-01-21 01:55:58','1cb174b6-f6c3-47cb-8c5a-604ebe481dd9'),
(76461,7,12451,NULL,601,2,'2026-01-21 01:55:58','2026-01-21 01:55:58','0a541c27-8658-4574-ba9c-ab710f1a9cb0'),
(76462,7,12451,NULL,617,3,'2026-01-21 01:55:58','2026-01-21 01:55:58','44738a58-c855-4f14-bd7d-de5ded0e8d6b'),
(76463,7,12451,NULL,605,4,'2026-01-21 01:55:58','2026-01-21 01:55:58','6aa23ae0-0c3c-4388-9b55-470c5491a300'),
(76464,7,12451,NULL,9552,5,'2026-01-21 01:55:58','2026-01-21 01:55:58','b5b33bb0-9fb9-45fb-949a-25f1945bd7a9'),
(76465,82,12451,NULL,491,1,'2026-01-21 01:55:58','2026-01-21 01:55:58','4aae0ceb-b929-4125-819f-7097ebe998a9'),
(76466,46,12451,NULL,7369,1,'2026-01-21 01:55:58','2026-01-21 01:55:58','bfe96f37-5268-4cb1-96c7-ca506df4947f'),
(76467,47,12451,NULL,12449,1,'2026-01-21 01:55:58','2026-01-21 01:55:58','702c7fdc-600f-4273-891e-ee8143173f4b'),
(76468,57,12451,NULL,10004,1,'2026-01-21 01:55:58','2026-01-21 01:55:58','9253ba91-f311-44b6-b1cc-b1314930286a'),
(76469,57,12451,NULL,10005,2,'2026-01-21 01:55:58','2026-01-21 01:55:58','6919c850-f3f4-40db-9150-27f97cba21fb'),
(76470,57,12451,NULL,10006,3,'2026-01-21 01:55:58','2026-01-21 01:55:58','03fb1365-8a5f-4b9a-995c-bbf0f3a4bdb0'),
(76471,57,12451,NULL,10007,4,'2026-01-21 01:55:58','2026-01-21 01:55:58','992cffbe-64d9-43b9-879d-6875b9daa34c'),
(76472,57,12451,NULL,10009,5,'2026-01-21 01:55:58','2026-01-21 01:55:58','7462b152-164a-4900-8f3c-d31d9457a648'),
(76473,57,12451,NULL,10010,6,'2026-01-21 01:55:58','2026-01-21 01:55:58','1265ab6e-679f-4067-ac06-e120184963f4'),
(76474,57,12451,NULL,10012,7,'2026-01-21 01:55:58','2026-01-21 01:55:58','b9bbe07c-c1dd-4667-9220-3f4491ee9cbc'),
(76475,57,12451,NULL,10013,8,'2026-01-21 01:55:58','2026-01-21 01:55:58','c94caae1-00ce-444d-bf96-c4cb58c6b4e4'),
(76476,57,12451,NULL,10014,9,'2026-01-21 01:55:58','2026-01-21 01:55:58','dd4f9c91-ecfa-46c5-83e6-79fdd75f3c6f'),
(76477,57,12451,NULL,10015,10,'2026-01-21 01:55:58','2026-01-21 01:55:58','39921608-5479-4856-84f1-16c15807e2fc'),
(76478,57,12451,NULL,10016,11,'2026-01-21 01:55:58','2026-01-21 01:55:58','5dc8a879-669a-4a93-8941-7fe5e3987869'),
(76479,57,12451,NULL,10018,12,'2026-01-21 01:55:58','2026-01-21 01:55:58','bf0e2c53-3f6d-4211-8a94-89e1fedcde68'),
(76480,57,12451,NULL,10019,13,'2026-01-21 01:55:58','2026-01-21 01:55:58','a5085f49-058f-4970-900b-ebc71d6df15c'),
(76481,57,12451,NULL,10020,14,'2026-01-21 01:55:58','2026-01-21 01:55:58','95334af7-fc46-4b81-8801-8af88495ab5d'),
(76508,47,1431,NULL,12453,1,'2026-01-21 01:56:15','2026-01-21 01:56:15','11951872-e900-45a9-9fde-2907669bb3fa'),
(76509,32,12454,NULL,2614,1,'2026-01-21 01:56:15','2026-01-21 01:56:15','429da347-cfee-4354-a1ef-e533e864beab'),
(76510,32,12454,NULL,2610,2,'2026-01-21 01:56:15','2026-01-21 01:56:15','7413e646-55fd-46e0-85e4-4268fda3f036'),
(76511,32,12454,NULL,2598,3,'2026-01-21 01:56:15','2026-01-21 01:56:15','93810277-1eab-4060-9734-a30afdd9532e'),
(76512,32,12454,NULL,2608,4,'2026-01-21 01:56:15','2026-01-21 01:56:15','047f2b9c-5e96-4ae0-817f-43a7aafd106d'),
(76513,32,12454,NULL,2600,5,'2026-01-21 01:56:15','2026-01-21 01:56:15','cc5faa29-b77b-4937-96d6-0085785ad63f'),
(76514,32,12454,NULL,2596,6,'2026-01-21 01:56:15','2026-01-21 01:56:15','ad0e2b32-1d77-4dc9-ba2b-b38aa1c8cfb8'),
(76515,32,12454,NULL,2602,7,'2026-01-21 01:56:15','2026-01-21 01:56:15','384c493c-d532-43ea-bbd2-0b5cdf6d1276'),
(76516,32,12454,NULL,2606,8,'2026-01-21 01:56:15','2026-01-21 01:56:15','8f909348-1da2-49d6-9e2a-a9404fdbde59'),
(76517,32,12454,NULL,2612,9,'2026-01-21 01:56:15','2026-01-21 01:56:15','fea8fca8-708d-4c35-ab03-d796847d6739'),
(76518,32,12454,NULL,2604,10,'2026-01-21 01:56:15','2026-01-21 01:56:15','8885fa6e-e069-4621-aba8-9c0fd9296093'),
(76519,16,12454,NULL,6659,1,'2026-01-21 01:56:15','2026-01-21 01:56:15','e367b624-941c-4f30-8229-4f4215305b0d'),
(76520,7,12454,NULL,6547,1,'2026-01-21 01:56:15','2026-01-21 01:56:15','9ccc3a59-0a4d-4d73-a277-adaf6a925eb4'),
(76521,7,12454,NULL,601,2,'2026-01-21 01:56:15','2026-01-21 01:56:15','f28e8b7f-d381-434f-b697-91630cd4f373'),
(76522,7,12454,NULL,617,3,'2026-01-21 01:56:15','2026-01-21 01:56:15','013cd166-2522-4fe4-aa3a-fa7021d3fc05'),
(76523,7,12454,NULL,9640,4,'2026-01-21 01:56:15','2026-01-21 01:56:15','831e130d-d61c-412d-9323-68f1c979e78b'),
(76524,7,12454,NULL,2974,5,'2026-01-21 01:56:15','2026-01-21 01:56:15','6a2bc2b3-4af4-4d26-9790-a60ed2e96253'),
(76525,7,12454,NULL,605,6,'2026-01-21 01:56:15','2026-01-21 01:56:15','b721911e-64d4-47b2-aaea-30072641ecd6'),
(76526,7,12454,NULL,9552,7,'2026-01-21 01:56:15','2026-01-21 01:56:15','4e7d6ebe-e1b3-400a-98a0-e88a1b7bc4b9'),
(76527,47,12454,NULL,12453,1,'2026-01-21 01:56:15','2026-01-21 01:56:15','0e48dfae-6b84-4481-a572-66b98e809adb'),
(76528,57,12454,NULL,6680,1,'2026-01-21 01:56:15','2026-01-21 01:56:15','d423c482-742a-431e-9d1b-ebc5ce78bda3'),
(76529,57,12454,NULL,6681,2,'2026-01-21 01:56:15','2026-01-21 01:56:15','d1df614f-3415-4244-8d88-ad60c78c354f'),
(76530,57,12454,NULL,6682,3,'2026-01-21 01:56:15','2026-01-21 01:56:15','cb1890d7-a96e-4095-906b-376ae3f847eb'),
(76531,57,12454,NULL,6683,4,'2026-01-21 01:56:15','2026-01-21 01:56:15','cf14f5b8-270f-4670-b889-14f8aaa11cd5'),
(76532,57,12454,NULL,6684,5,'2026-01-21 01:56:15','2026-01-21 01:56:15','437668ac-89cb-40ef-a93a-31880bacf170'),
(76535,47,1443,NULL,12455,1,'2026-01-21 01:56:32','2026-01-21 01:56:32','b9b82a6f-3075-4315-b642-b20c0b255aad'),
(76536,32,12456,NULL,2610,1,'2026-01-21 01:56:32','2026-01-21 01:56:32','728e11b9-3d31-4108-82a0-edf034f966b8'),
(76537,32,12456,NULL,2598,2,'2026-01-21 01:56:32','2026-01-21 01:56:32','14f5eb08-b94d-4cc7-9074-59109a805675'),
(76538,32,12456,NULL,2608,3,'2026-01-21 01:56:32','2026-01-21 01:56:32','ec2e48ae-fdad-475e-9f89-075ec9ec2bf1'),
(76539,32,12456,NULL,2600,4,'2026-01-21 01:56:32','2026-01-21 01:56:32','65ef029a-dca2-4915-9a97-5730729d617e'),
(76540,32,12456,NULL,2596,5,'2026-01-21 01:56:32','2026-01-21 01:56:32','f5eb3edf-8c2e-4f8c-b3e0-57a737b053f9'),
(76541,32,12456,NULL,2602,6,'2026-01-21 01:56:32','2026-01-21 01:56:32','89c8ec6f-d7ef-4939-9ffb-44be1e16f678'),
(76542,32,12456,NULL,2606,7,'2026-01-21 01:56:32','2026-01-21 01:56:32','c9ac8c30-e09e-4e72-ab95-72034848dae2'),
(76543,32,12456,NULL,2612,8,'2026-01-21 01:56:32','2026-01-21 01:56:32','4af80228-2ea8-4826-8052-06608a84eabe'),
(76544,32,12456,NULL,2604,9,'2026-01-21 01:56:32','2026-01-21 01:56:32','1551fb76-f495-4e49-a2c9-294300f8be9b'),
(76545,16,12456,NULL,9286,1,'2026-01-21 01:56:32','2026-01-21 01:56:32','2755014f-ffad-4cf1-b210-02c60c085e67'),
(76546,7,12456,NULL,3468,1,'2026-01-21 01:56:32','2026-01-21 01:56:32','275a05eb-81c1-4717-8ae5-c48ff46f1dae'),
(76547,7,12456,NULL,601,2,'2026-01-21 01:56:32','2026-01-21 01:56:32','ce5926d1-b697-46ee-be7f-ac3e8fa57a87'),
(76548,7,12456,NULL,617,3,'2026-01-21 01:56:32','2026-01-21 01:56:32','39169f13-077a-408c-bfc9-4e0086c47212'),
(76549,7,12456,NULL,9552,4,'2026-01-21 01:56:32','2026-01-21 01:56:32','b60cc52c-a3b8-493d-ac19-4e76c691162e'),
(76550,7,12456,NULL,605,5,'2026-01-21 01:56:32','2026-01-21 01:56:32','8c9fbd12-8b82-4f6e-9562-b61fe6f5b168'),
(76551,82,12456,NULL,491,1,'2026-01-21 01:56:32','2026-01-21 01:56:32','ec52330e-b054-40ad-aa71-89f4d937b065'),
(76552,47,12456,NULL,12455,1,'2026-01-21 01:56:32','2026-01-21 01:56:32','6e0da211-e5c8-4154-afe0-547a5c99b4b2'),
(76553,57,12456,NULL,9293,1,'2026-01-21 01:56:32','2026-01-21 01:56:32','626619fd-c786-4fa0-a0ab-5ccc9ed6533b'),
(76554,57,12456,NULL,9290,2,'2026-01-21 01:56:32','2026-01-21 01:56:32','356db2ee-25f0-423e-b94b-cee397011b32'),
(76555,57,12456,NULL,9289,3,'2026-01-21 01:56:32','2026-01-21 01:56:32','47a73a45-0567-45fd-a06c-97ed36fe07bb'),
(76556,57,12456,NULL,9294,4,'2026-01-21 01:56:32','2026-01-21 01:56:32','c3379252-1816-4644-9785-8d4c84388406'),
(76557,57,12456,NULL,9291,5,'2026-01-21 01:56:32','2026-01-21 01:56:32','477ee4b5-bfa9-4112-a16c-09454f0a7b62'),
(76558,57,12456,NULL,9292,6,'2026-01-21 01:56:32','2026-01-21 01:56:32','e7118150-f1c8-4cac-8ff2-a1a56daaa553'),
(76561,47,1449,NULL,12458,1,'2026-01-21 01:57:00','2026-01-21 01:57:00','28337dcd-273f-4ea9-88de-486923b875e6'),
(76562,32,12460,NULL,2614,1,'2026-01-21 01:57:00','2026-01-21 01:57:00','024ff251-530b-4394-b82d-c3fa980a9fc5'),
(76563,32,12460,NULL,2610,2,'2026-01-21 01:57:00','2026-01-21 01:57:00','36b1eb9b-6624-47a9-ac96-cfeeb16637dd'),
(76564,32,12460,NULL,2598,3,'2026-01-21 01:57:00','2026-01-21 01:57:00','3a9f0039-4a0e-46ed-8a05-ffd2a8763623'),
(76565,32,12460,NULL,2608,4,'2026-01-21 01:57:00','2026-01-21 01:57:00','003f4c8b-8c40-48e1-82be-713eb3cba3e9'),
(76566,32,12460,NULL,2600,5,'2026-01-21 01:57:00','2026-01-21 01:57:00','09f175ac-ea51-4d7b-b285-e6e8b73863e6'),
(76567,32,12460,NULL,2596,6,'2026-01-21 01:57:00','2026-01-21 01:57:00','9b69527a-3313-452b-99a2-2f794fb5191c'),
(76568,32,12460,NULL,2602,7,'2026-01-21 01:57:00','2026-01-21 01:57:00','0e12bd93-da59-4b52-99fe-14ebff38d12a'),
(76569,32,12460,NULL,2606,8,'2026-01-21 01:57:00','2026-01-21 01:57:00','1c2370f6-4a94-4b67-8451-0ce7afdb4967'),
(76570,32,12460,NULL,2612,9,'2026-01-21 01:57:00','2026-01-21 01:57:00','6d88b32b-9a6a-4c72-aff3-44e68256c263'),
(76571,32,12460,NULL,2604,10,'2026-01-21 01:57:00','2026-01-21 01:57:00','afe9a13c-65cc-4005-b1b2-afb88dbdb875'),
(76572,16,12460,NULL,10041,1,'2026-01-21 01:57:00','2026-01-21 01:57:00','bed1cf2d-2aea-4076-94ee-ab6123a29bce'),
(76573,7,12460,NULL,601,1,'2026-01-21 01:57:00','2026-01-21 01:57:00','2bf43200-5b0d-4d00-82c9-9e46ff4999cb'),
(76574,7,12460,NULL,617,2,'2026-01-21 01:57:00','2026-01-21 01:57:00','0aef65fa-8b11-4b51-9568-ac2fefac8bf4'),
(76575,7,12460,NULL,9549,3,'2026-01-21 01:57:00','2026-01-21 01:57:00','8f036302-23b9-4d1b-90ea-f42d9b81a448'),
(76576,7,12460,NULL,605,4,'2026-01-21 01:57:00','2026-01-21 01:57:00','55ec14e6-72b4-4a51-92fd-310d315796f5'),
(76577,7,12460,NULL,9552,5,'2026-01-21 01:57:00','2026-01-21 01:57:00','a3756c09-230c-4e8a-8f85-f908895fb890'),
(76578,47,12460,NULL,12458,1,'2026-01-21 01:57:00','2026-01-21 01:57:00','b52f3742-0e8c-403d-bf28-bd674a07bf34'),
(76579,57,12460,NULL,10057,1,'2026-01-21 01:57:00','2026-01-21 01:57:00','bf4f8267-1fb2-4bf6-86a5-a163899ae4af'),
(76580,57,12460,NULL,10049,2,'2026-01-21 01:57:00','2026-01-21 01:57:00','6a31f5d4-54ae-4dc8-b825-99bcde3a7f85'),
(76581,57,12460,NULL,10044,3,'2026-01-21 01:57:00','2026-01-21 01:57:00','2cb6aafc-9995-4842-a6d2-861119e237f2'),
(76582,57,12460,NULL,10045,4,'2026-01-21 01:57:00','2026-01-21 01:57:00','2ad583e7-c771-458b-a74f-91c3ea4aeca9'),
(76583,57,12460,NULL,10042,5,'2026-01-21 01:57:00','2026-01-21 01:57:00','60779057-5d68-49c8-a646-08ebeb293297'),
(76584,57,12460,NULL,10043,6,'2026-01-21 01:57:00','2026-01-21 01:57:00','5b1a3137-eb51-49c8-8f95-5f316fea320a'),
(76585,57,12460,NULL,10046,7,'2026-01-21 01:57:00','2026-01-21 01:57:00','71fc77cb-b431-4653-be6c-694a35431b2e'),
(76586,57,12460,NULL,10047,8,'2026-01-21 01:57:00','2026-01-21 01:57:00','71d48bf0-4c93-4a6a-875d-9a3e657493bd'),
(76587,57,12460,NULL,10048,9,'2026-01-21 01:57:00','2026-01-21 01:57:00','a3c35997-df34-42c6-9a80-1867dcefe20c'),
(76588,57,12460,NULL,10051,10,'2026-01-21 01:57:00','2026-01-21 01:57:00','7e21191b-ee89-4f50-999c-b1b19c062269'),
(76589,57,12460,NULL,10052,11,'2026-01-21 01:57:00','2026-01-21 01:57:00','3b4d3576-2463-4db8-811f-6dbf37de307c'),
(76590,57,12460,NULL,10053,12,'2026-01-21 01:57:00','2026-01-21 01:57:00','631449f4-a520-45d5-a69b-3fc331b6094d'),
(76591,57,12460,NULL,10055,13,'2026-01-21 01:57:00','2026-01-21 01:57:00','a050c84a-915b-4858-8efe-2ada906c5356'),
(76592,57,12460,NULL,10059,14,'2026-01-21 01:57:00','2026-01-21 01:57:00','c039e84f-58db-45a0-a403-26e66f90a043'),
(76593,57,12460,NULL,10060,15,'2026-01-21 01:57:00','2026-01-21 01:57:00','49dd4425-bc36-48b4-906b-c63a97b2f296'),
(76596,47,1455,NULL,12461,1,'2026-01-21 01:57:21','2026-01-21 01:57:21','47008050-7042-45dd-9ee6-d784df47e494'),
(76597,32,12462,NULL,2610,1,'2026-01-21 01:57:21','2026-01-21 01:57:21','cfa706e7-9e3c-4fe0-82ba-10c9a488792b'),
(76598,32,12462,NULL,2598,2,'2026-01-21 01:57:21','2026-01-21 01:57:21','4c0f7a3b-831c-4dac-bf11-d041877dd649'),
(76599,32,12462,NULL,2608,3,'2026-01-21 01:57:21','2026-01-21 01:57:21','84145c6d-ed8a-4dde-93be-ba15400dcdb0'),
(76600,32,12462,NULL,2624,4,'2026-01-21 01:57:21','2026-01-21 01:57:21','0418fc37-779e-4773-bb3f-01d0c55eaa70'),
(76601,32,12462,NULL,2600,5,'2026-01-21 01:57:21','2026-01-21 01:57:21','e003e376-8f2d-46c4-91e6-bcc2c9801367'),
(76602,32,12462,NULL,2596,6,'2026-01-21 01:57:21','2026-01-21 01:57:21','a5ab976a-9262-47aa-a1fc-927c1bfdbf56'),
(76603,32,12462,NULL,2602,7,'2026-01-21 01:57:21','2026-01-21 01:57:21','d9acc420-819c-4d9e-9622-729572b24810'),
(76604,32,12462,NULL,2606,8,'2026-01-21 01:57:21','2026-01-21 01:57:21','656eca7a-f1f0-4582-8991-cfb931b03344'),
(76605,32,12462,NULL,2612,9,'2026-01-21 01:57:21','2026-01-21 01:57:21','93bd6ff7-0fe8-4d76-8ca7-f18d635736fe'),
(76606,32,12462,NULL,2604,10,'2026-01-21 01:57:21','2026-01-21 01:57:21','faa6e3f7-0170-4600-8ea5-59b8f896207f'),
(76607,16,12462,NULL,10069,1,'2026-01-21 01:57:21','2026-01-21 01:57:21','794be3a1-7f67-4969-b354-a8e2da6ad273'),
(76608,7,12462,NULL,601,1,'2026-01-21 01:57:21','2026-01-21 01:57:21','6c76e592-901d-4d24-969e-0156e9aa41d0'),
(76609,7,12462,NULL,605,2,'2026-01-21 01:57:21','2026-01-21 01:57:21','7ac8b17c-554b-43a4-a2dc-3cec1d167625'),
(76610,7,12462,NULL,617,3,'2026-01-21 01:57:21','2026-01-21 01:57:21','89600a75-6b87-43ff-b914-020723c951c3'),
(76611,7,12462,NULL,2972,4,'2026-01-21 01:57:21','2026-01-21 01:57:21','a69d1861-b263-4b94-a563-83dfe261c5a7'),
(76612,7,12462,NULL,9552,5,'2026-01-21 01:57:21','2026-01-21 01:57:21','02fb8df5-8fea-4f7b-a46a-0e2a74a89c72'),
(76613,82,12462,NULL,491,1,'2026-01-21 01:57:21','2026-01-21 01:57:21','688317c8-7a20-4002-b616-7a495a7ce994'),
(76614,46,12462,NULL,2891,1,'2026-01-21 01:57:21','2026-01-21 01:57:21','b690a32b-27fb-40e5-acb3-38cc4c32da26'),
(76615,47,12462,NULL,12461,1,'2026-01-21 01:57:21','2026-01-21 01:57:21','cf1473bd-a557-4c48-9006-a73a07ab9711'),
(76616,57,12462,NULL,10072,1,'2026-01-21 01:57:21','2026-01-21 01:57:21','7fd6a9b0-18f3-4461-a1a6-1fb40a515b26'),
(76617,57,12462,NULL,10079,2,'2026-01-21 01:57:21','2026-01-21 01:57:21','5ead686b-44c5-483e-affa-f0e10aae6a67'),
(76618,57,12462,NULL,10074,3,'2026-01-21 01:57:21','2026-01-21 01:57:21','1b64eb56-5271-4362-aff6-0084f92d7775'),
(76619,57,12462,NULL,10076,4,'2026-01-21 01:57:21','2026-01-21 01:57:21','b7da2bb6-88dd-4dfe-b31c-b558c312c072'),
(76620,57,12462,NULL,10075,5,'2026-01-21 01:57:21','2026-01-21 01:57:21','d80814d6-654d-4c0a-8c51-07dd3e3dac0d'),
(76621,57,12462,NULL,10080,6,'2026-01-21 01:57:21','2026-01-21 01:57:21','b3c6dfbf-f2d9-4b0c-88de-80c43bc2985c'),
(76622,57,12462,NULL,10071,7,'2026-01-21 01:57:21','2026-01-21 01:57:21','03083851-27f1-4cb4-86f4-8d5764ea32fc'),
(76623,57,12462,NULL,10070,8,'2026-01-21 01:57:21','2026-01-21 01:57:21','c32d776a-8a00-4ce5-bbaa-0e08e9168ba2'),
(76624,57,12462,NULL,10077,9,'2026-01-21 01:57:21','2026-01-21 01:57:21','481d0bb9-8dbb-4a2a-a195-cfad2c3d53e0'),
(76625,57,12462,NULL,10078,10,'2026-01-21 01:57:21','2026-01-21 01:57:21','bce900dd-859d-448d-9699-175b30ae207d'),
(76681,47,1461,NULL,12467,1,'2026-01-21 01:57:43','2026-01-21 01:57:43','980a871b-9df0-441e-918f-0b37f2237fe3'),
(76682,32,12472,NULL,2610,1,'2026-01-21 01:57:43','2026-01-21 01:57:43','761285cb-4b89-4b0d-9468-fa317ca31689'),
(76683,32,12472,NULL,2598,2,'2026-01-21 01:57:43','2026-01-21 01:57:43','5bce3a6a-f1d8-4bbc-a2dd-59c29d8f6a7c'),
(76684,32,12472,NULL,2608,3,'2026-01-21 01:57:43','2026-01-21 01:57:43','e8f1051d-3955-435f-ad5e-a63d81dd1d88'),
(76685,32,12472,NULL,2600,4,'2026-01-21 01:57:43','2026-01-21 01:57:43','beb6729d-2bdb-4e8a-b11c-05d9345b47a9'),
(76686,32,12472,NULL,2596,5,'2026-01-21 01:57:43','2026-01-21 01:57:43','432c4e7e-7022-46e4-bfee-413fff403ddb'),
(76687,32,12472,NULL,2602,6,'2026-01-21 01:57:43','2026-01-21 01:57:43','1fc1bb5e-6f39-46fc-a59e-38f7abc8ec7d'),
(76688,32,12472,NULL,2606,7,'2026-01-21 01:57:43','2026-01-21 01:57:43','4b903e44-94cd-446e-b699-2fdae0bbc815'),
(76689,32,12472,NULL,2612,8,'2026-01-21 01:57:43','2026-01-21 01:57:43','fe6c9fcb-d804-45e7-bdb3-45736d0b961c'),
(76690,32,12472,NULL,2604,9,'2026-01-21 01:57:43','2026-01-21 01:57:43','7f686a0e-7fde-4e48-99a9-66c2637e4d95'),
(76691,16,12472,NULL,6422,1,'2026-01-21 01:57:43','2026-01-21 01:57:43','b8a97f46-5a86-480b-b7d0-c80349fb57f4'),
(76692,7,12472,NULL,3468,1,'2026-01-21 01:57:43','2026-01-21 01:57:43','6c537e98-6b93-4bf4-8e21-a23c5c1f8673'),
(76693,7,12472,NULL,601,2,'2026-01-21 01:57:43','2026-01-21 01:57:43','f6d49d78-51ac-41a4-a247-6904972bfc87'),
(76694,7,12472,NULL,617,3,'2026-01-21 01:57:43','2026-01-21 01:57:43','e7dc22ea-da89-4562-8235-378db469441c'),
(76695,7,12472,NULL,605,4,'2026-01-21 01:57:43','2026-01-21 01:57:43','d56dc83a-8324-418c-8b7d-7e32c91f3bfa'),
(76696,7,12472,NULL,9552,5,'2026-01-21 01:57:43','2026-01-21 01:57:43','4b53b8af-e7ee-4416-a388-163d3b81e734'),
(76697,82,12472,NULL,491,1,'2026-01-21 01:57:43','2026-01-21 01:57:43','1f299354-5d7e-44e1-a7ec-ad819aa31517'),
(76698,46,12472,NULL,7369,1,'2026-01-21 01:57:43','2026-01-21 01:57:43','1dcc4f55-ec9f-40a0-9670-6a4e08b14bb1'),
(76699,47,12472,NULL,12467,1,'2026-01-21 01:57:43','2026-01-21 01:57:43','2be7090f-7661-49de-aaf7-a21adfc20e90'),
(76700,57,12472,NULL,9319,1,'2026-01-21 01:57:43','2026-01-21 01:57:43','95ae67cb-510b-491a-8ce3-48dd01f82609'),
(76701,57,12472,NULL,9320,2,'2026-01-21 01:57:43','2026-01-21 01:57:43','2a442335-6b98-429d-bc40-b2062b2f4229'),
(76702,57,12472,NULL,9321,3,'2026-01-21 01:57:43','2026-01-21 01:57:43','2ad94728-06e6-4a9c-b799-51743cda1086'),
(76703,57,12472,NULL,9322,4,'2026-01-21 01:57:43','2026-01-21 01:57:43','49d23acf-bd6e-4962-aaef-8ad5174a4f5f'),
(76704,57,12472,NULL,10087,5,'2026-01-21 01:57:43','2026-01-21 01:57:43','d279e1e6-3765-4ca9-8829-aac437a6ea27'),
(76705,57,12472,NULL,9323,6,'2026-01-21 01:57:43','2026-01-21 01:57:43','df600246-fc9c-4ee1-ae83-acb33feb71d0'),
(76706,57,12472,NULL,10084,7,'2026-01-21 01:57:43','2026-01-21 01:57:43','d56b45a3-f6a1-4e75-a078-b5828bb4ce87'),
(76707,57,12472,NULL,10085,8,'2026-01-21 01:57:43','2026-01-21 01:57:43','8d10c15c-ba97-40b5-ae2e-9eb0e884eca7'),
(76708,57,12472,NULL,10088,9,'2026-01-21 01:57:43','2026-01-21 01:57:43','12f99cb4-9331-4e82-ae02-75d32eb5063a'),
(76709,57,12472,NULL,10089,10,'2026-01-21 01:57:43','2026-01-21 01:57:43','f63042af-87b6-4582-8e1c-954ad98d7b2f'),
(76710,57,12472,NULL,10083,11,'2026-01-21 01:57:43','2026-01-21 01:57:43','dc07f2d4-6898-4da3-ace0-82d318ae95c6'),
(76711,57,12472,NULL,10090,12,'2026-01-21 01:57:43','2026-01-21 01:57:43','21a68814-dfbd-4f14-b93b-0ea32bb9d975'),
(76712,13,12472,NULL,6844,1,'2026-01-21 01:57:43','2026-01-21 01:57:43','e6e54f16-11b0-426e-a1d4-a46ae48dd840'),
(76716,32,12475,NULL,2610,1,'2026-01-21 01:58:03','2026-01-21 01:58:03','580b269f-e95a-446c-818f-4e6e4a259ce1'),
(76717,32,12475,NULL,2598,2,'2026-01-21 01:58:03','2026-01-21 01:58:03','acc5e454-a5c3-4858-9f1a-9fcde2ad18f5'),
(76718,32,12475,NULL,2608,3,'2026-01-21 01:58:03','2026-01-21 01:58:03','89f4f736-ada6-4e74-9d97-5acc4380b0ad'),
(76719,32,12475,NULL,2600,4,'2026-01-21 01:58:03','2026-01-21 01:58:03','fcc68fca-3c21-4ff2-892a-56321e74faff'),
(76720,32,12475,NULL,2596,5,'2026-01-21 01:58:03','2026-01-21 01:58:03','4c01221f-7989-4f73-9f77-888b88e8b348'),
(76721,32,12475,NULL,2602,6,'2026-01-21 01:58:03','2026-01-21 01:58:03','56b603fe-a810-4f62-99cd-ab585b0110cf'),
(76722,32,12475,NULL,2606,7,'2026-01-21 01:58:03','2026-01-21 01:58:03','26eef325-f8eb-4b9f-ae63-469a83114555'),
(76723,32,12475,NULL,2612,8,'2026-01-21 01:58:03','2026-01-21 01:58:03','e505a66c-9964-410e-87c9-f212a5839911'),
(76724,32,12475,NULL,2604,9,'2026-01-21 01:58:03','2026-01-21 01:58:03','e21a0815-9abc-4c36-b642-ebc7858116b5'),
(76725,16,12475,NULL,10248,1,'2026-01-21 01:58:03','2026-01-21 01:58:03','cafe7c89-330b-4783-9475-62e5e1c8f12c'),
(76726,7,12475,NULL,6547,1,'2026-01-21 01:58:03','2026-01-21 01:58:03','ba01ae94-53a0-454f-b434-711a2ff7bae9'),
(76727,7,12475,NULL,601,2,'2026-01-21 01:58:03','2026-01-21 01:58:03','d22afc32-b56e-400a-8d58-d0180eecba42'),
(76728,7,12475,NULL,617,3,'2026-01-21 01:58:03','2026-01-21 01:58:03','497ab737-5ddb-4c36-9a49-ee69b5d7a484'),
(76729,7,12475,NULL,2974,4,'2026-01-21 01:58:03','2026-01-21 01:58:03','7e0f9c7e-f08a-4ca5-8f3d-5abd1f995566'),
(76730,7,12475,NULL,605,5,'2026-01-21 01:58:03','2026-01-21 01:58:03','d47d5e5a-121d-4b68-97d7-264ff40e8b13'),
(76731,7,12475,NULL,9552,6,'2026-01-21 01:58:03','2026-01-21 01:58:03','c7b287e2-f693-4ded-b487-6db0fd5141a6'),
(76732,82,12475,NULL,491,1,'2026-01-21 01:58:03','2026-01-21 01:58:03','b8b0737c-50eb-4675-b52d-4ad73814f997'),
(76733,46,12475,NULL,7369,1,'2026-01-21 01:58:03','2026-01-21 01:58:03','f1d5b118-9bf3-4817-b1cb-434cd10ad2ad'),
(76734,47,12475,NULL,12474,1,'2026-01-21 01:58:03','2026-01-21 01:58:03','927db433-aab2-4c25-9ab5-237ab0cae4b5'),
(76735,57,12475,NULL,10250,1,'2026-01-21 01:58:03','2026-01-21 01:58:03','305c9015-730c-4f69-8df1-f41644f5051b'),
(76736,57,12475,NULL,10249,2,'2026-01-21 01:58:03','2026-01-21 01:58:03','53c91972-3f89-450d-9aa7-fd9f743b4bae'),
(76737,57,12475,NULL,9331,3,'2026-01-21 01:58:03','2026-01-21 01:58:03','1763f098-665c-4d27-9c9b-e47450371e26'),
(76738,57,12475,NULL,9336,4,'2026-01-21 01:58:03','2026-01-21 01:58:03','c4ad12ff-dfb7-48ee-8460-59f193997b9a'),
(76739,57,12475,NULL,9332,5,'2026-01-21 01:58:03','2026-01-21 01:58:03','fdebab67-7b05-4415-9afb-85c57f34acba'),
(76740,57,12475,NULL,10251,6,'2026-01-21 01:58:03','2026-01-21 01:58:03','6f8bfd71-310a-41a5-a78b-0b290713e6a7'),
(76741,57,12475,NULL,9333,7,'2026-01-21 01:58:03','2026-01-21 01:58:03','64f16f43-822c-4180-9624-e9245fa9640a'),
(76742,57,12475,NULL,9334,8,'2026-01-21 01:58:03','2026-01-21 01:58:03','bf8e70bc-09d4-43d6-a590-1624bf3b2dde'),
(76743,57,12475,NULL,9335,9,'2026-01-21 01:58:03','2026-01-21 01:58:03','1bc4db46-1bcc-4eab-b02f-74f5397a5432'),
(76744,57,12475,NULL,10252,10,'2026-01-21 01:58:03','2026-01-21 01:58:03','027cf261-7989-4847-8aae-f058c35b63a3'),
(76746,22,12476,NULL,12470,1,'2026-01-21 01:58:08','2026-01-21 01:58:08','e1795dfb-5122-4a1a-993e-3ec64f9c4dbd'),
(76747,32,12477,NULL,2614,1,'2026-01-21 01:58:08','2026-01-21 01:58:08','8ad9c6f7-7870-43a3-9601-694a9fde7bc9'),
(76748,32,12477,NULL,2610,2,'2026-01-21 01:58:08','2026-01-21 01:58:08','ca47ed09-1c31-4049-a3ff-7f7723dbebf5'),
(76749,32,12477,NULL,2598,3,'2026-01-21 01:58:08','2026-01-21 01:58:08','6462ced3-4ff1-4f42-a13e-ebd26401195d'),
(76750,32,12477,NULL,2600,4,'2026-01-21 01:58:08','2026-01-21 01:58:08','19081687-68ab-48d0-9473-4c119511b4a3'),
(76751,32,12477,NULL,2602,5,'2026-01-21 01:58:08','2026-01-21 01:58:08','51365e09-4e5c-42be-807a-a59b0f7b4353'),
(76752,32,12477,NULL,2612,6,'2026-01-21 01:58:08','2026-01-21 01:58:08','2e8329ce-205f-41fe-bf90-3236fb3e544d'),
(76753,32,12477,NULL,2604,7,'2026-01-21 01:58:08','2026-01-21 01:58:08','5171bdef-163b-450d-bbaa-cf80490fe962'),
(76754,32,12477,NULL,2608,8,'2026-01-21 01:58:08','2026-01-21 01:58:08','55ca8bb4-2d29-4f24-a87e-391df0aead24'),
(76755,32,12477,NULL,2596,9,'2026-01-21 01:58:08','2026-01-21 01:58:08','e65a7c1c-474b-4238-ab70-52becf2fb295'),
(76756,32,12477,NULL,2606,10,'2026-01-21 01:58:08','2026-01-21 01:58:08','b4763505-68b0-4c9b-a1c3-0fadb64dd947'),
(76757,16,12477,NULL,4083,1,'2026-01-21 01:58:08','2026-01-21 01:58:08','aabc6eb6-1f9f-4a82-a9d1-65f3f3fbd8eb'),
(76758,7,12477,NULL,601,1,'2026-01-21 01:58:08','2026-01-21 01:58:08','0c900ba2-123a-4fca-8431-c618504e80b8'),
(76759,7,12477,NULL,617,2,'2026-01-21 01:58:08','2026-01-21 01:58:08','773f3777-89ea-4ea4-8eaa-ed756587525a'),
(76760,7,12477,NULL,605,3,'2026-01-21 01:58:08','2026-01-21 01:58:08','c04464be-2e36-46bc-a313-d0e4fa4d182e'),
(76761,7,12477,NULL,9552,4,'2026-01-21 01:58:08','2026-01-21 01:58:08','6c310f16-9fc3-4e24-9345-d5f5a5eab92b'),
(76762,82,12477,NULL,479,1,'2026-01-21 01:58:08','2026-01-21 01:58:08','1cc694ce-736e-40a3-a8a8-93e64ea340c9'),
(76763,47,12477,NULL,12421,1,'2026-01-21 01:58:08','2026-01-21 01:58:08','111b8702-95a4-44d2-b7d9-1368add7a749'),
(76764,57,12477,NULL,5056,1,'2026-01-21 01:58:08','2026-01-21 01:58:08','32c9bd9a-f737-4bc0-b592-b881d16bb448'),
(76765,57,12477,NULL,5055,2,'2026-01-21 01:58:08','2026-01-21 01:58:08','121d0ebf-e209-4c6f-b281-be81f6f70015'),
(76766,57,12477,NULL,5057,3,'2026-01-21 01:58:08','2026-01-21 01:58:08','fe1da1fa-bb90-4e03-8039-6f030c97f72f'),
(76767,57,12477,NULL,5058,4,'2026-01-21 01:58:08','2026-01-21 01:58:08','b9c312e5-0637-4809-873f-09ea539a1026'),
(76769,22,12478,NULL,12470,1,'2026-01-21 01:58:08','2026-01-21 01:58:08','5db3100f-01a0-4cb0-9f2e-826d397b3aeb'),
(76792,32,12480,NULL,2614,1,'2026-01-21 01:58:23','2026-01-21 01:58:23','3397afe6-f716-4354-af9e-136720e9985d'),
(76793,32,12480,NULL,2610,2,'2026-01-21 01:58:23','2026-01-21 01:58:23','e20573e7-c745-4900-8fcd-dd97d6d9ef12'),
(76794,32,12480,NULL,2598,3,'2026-01-21 01:58:23','2026-01-21 01:58:23','1f743d0f-2d6c-4825-98eb-eec328b97908'),
(76795,32,12480,NULL,2600,4,'2026-01-21 01:58:23','2026-01-21 01:58:23','e06b9b6a-f035-4b57-aa36-a2d4baa840f8'),
(76796,32,12480,NULL,2602,5,'2026-01-21 01:58:23','2026-01-21 01:58:23','147ff7b8-7ca3-4444-a9da-97058303da91'),
(76797,32,12480,NULL,2612,6,'2026-01-21 01:58:23','2026-01-21 01:58:23','0c8bf5d7-f1a7-4571-879e-712ee91c9cfd'),
(76798,32,12480,NULL,2604,7,'2026-01-21 01:58:23','2026-01-21 01:58:23','75a749ee-5352-40d6-9fd6-a52844f06a53'),
(76799,32,12480,NULL,2608,8,'2026-01-21 01:58:23','2026-01-21 01:58:23','f7079a2a-c33c-48f2-936b-b0bf5bc7e8eb'),
(76800,32,12480,NULL,2596,9,'2026-01-21 01:58:23','2026-01-21 01:58:23','be8e7716-bffb-43a0-b0a7-00152fb91733'),
(76801,32,12480,NULL,2606,10,'2026-01-21 01:58:23','2026-01-21 01:58:23','a3263fcb-779b-43db-a2c5-9dab5aedcb1f'),
(76802,16,12480,NULL,4083,1,'2026-01-21 01:58:23','2026-01-21 01:58:23','55136771-2e50-4db7-8a5a-3c53f6021a84'),
(76803,7,12480,NULL,601,1,'2026-01-21 01:58:23','2026-01-21 01:58:23','41c82656-730e-4a6e-a285-9d627f898534'),
(76804,7,12480,NULL,617,2,'2026-01-21 01:58:23','2026-01-21 01:58:23','be580380-a5ea-485a-9c8f-5fc3c84e9d47'),
(76805,7,12480,NULL,605,3,'2026-01-21 01:58:23','2026-01-21 01:58:23','caf913b7-3d45-4ec1-8186-8abb7dfe6999'),
(76806,7,12480,NULL,9552,4,'2026-01-21 01:58:23','2026-01-21 01:58:23','c139780d-a980-45a4-92c3-d5fb642493f3'),
(76807,82,12480,NULL,479,1,'2026-01-21 01:58:23','2026-01-21 01:58:23','44c1e126-7cc7-48cd-a00d-14761d82bc77'),
(76808,47,12480,NULL,12421,1,'2026-01-21 01:58:23','2026-01-21 01:58:23','e01d69e8-6063-436d-bf12-eeb49f181dc5'),
(76809,57,12480,NULL,5056,1,'2026-01-21 01:58:23','2026-01-21 01:58:23','85d2f2cb-6452-4553-8a00-e8e3d6fe0647'),
(76810,57,12480,NULL,5055,2,'2026-01-21 01:58:23','2026-01-21 01:58:23','9a46ff75-b5ea-4bb1-a3cf-a514c6b06408'),
(76811,57,12480,NULL,5057,3,'2026-01-21 01:58:23','2026-01-21 01:58:23','3cacddbe-e9f5-4f4d-8acf-07098d0926b9'),
(76812,57,12480,NULL,5058,4,'2026-01-21 01:58:23','2026-01-21 01:58:23','c37ca6c6-77a0-46e5-8df0-337a35a3fbe1'),
(76840,16,12483,NULL,8208,1,'2026-01-21 01:59:17','2026-01-21 01:59:17','8d828a42-52f4-40a1-be8e-d6dde8a4bff7'),
(76841,7,12483,NULL,617,1,'2026-01-21 01:59:17','2026-01-21 01:59:17','b486412e-ee1d-4f65-8a24-80076571f03c'),
(76842,7,12483,NULL,9555,2,'2026-01-21 01:59:17','2026-01-21 01:59:17','c937fdc0-0020-4c45-80a2-9d12e8c5f9ee'),
(76843,7,12483,NULL,605,3,'2026-01-21 01:59:17','2026-01-21 01:59:17','edd097b6-4d8b-4a53-ac33-441497e073f7'),
(76844,7,12483,NULL,9552,4,'2026-01-21 01:59:17','2026-01-21 01:59:17','afcc7114-0d93-4909-9376-5666a5c35051'),
(76845,57,12483,NULL,8218,1,'2026-01-21 01:59:17','2026-01-21 01:59:17','d5c4b52b-ee9e-4664-8c2a-6e0e56fcdf0f'),
(76846,57,12483,NULL,8217,2,'2026-01-21 01:59:17','2026-01-21 01:59:17','beaa1fe1-f634-40fa-81b4-e47fa73b146e'),
(76847,57,12483,NULL,8211,3,'2026-01-21 01:59:17','2026-01-21 01:59:17','5867a89c-26ae-44fd-923b-137ddf3aa521'),
(76848,57,12483,NULL,8214,4,'2026-01-21 01:59:17','2026-01-21 01:59:17','179e6289-d6fb-4e49-ab34-4dc4d55d634e'),
(76849,57,12483,NULL,8213,5,'2026-01-21 01:59:17','2026-01-21 01:59:17','95acd587-1695-4e9f-8c67-ae0d1cb1472b'),
(76850,57,12483,NULL,8212,6,'2026-01-21 01:59:17','2026-01-21 01:59:17','70cba58f-b1bd-4dd6-b1cd-19390d2fd6c3'),
(76851,57,12483,NULL,8215,7,'2026-01-21 01:59:17','2026-01-21 01:59:17','6cfabf70-563a-4ad9-a9ae-966440174189'),
(76852,74,12483,NULL,9453,1,'2026-01-21 01:59:17','2026-01-21 01:59:17','40aeb240-8a64-49e4-9083-15321c0bc658'),
(76878,32,12485,NULL,2610,1,'2026-01-21 01:59:37','2026-01-21 01:59:37','cf4cbd42-c617-436f-89ca-98f19dea4f34'),
(76879,32,12485,NULL,2598,2,'2026-01-21 01:59:37','2026-01-21 01:59:37','e7cbd704-2dc6-4c48-b7c0-2022f040623e'),
(76880,32,12485,NULL,2600,3,'2026-01-21 01:59:37','2026-01-21 01:59:37','cf2f367e-c31a-45d2-b074-0f38d0f10d2a'),
(76881,32,12485,NULL,2604,4,'2026-01-21 01:59:37','2026-01-21 01:59:37','e31eeae4-1c4c-4bad-a849-ec1bc0e6534a'),
(76882,32,12485,NULL,2608,5,'2026-01-21 01:59:37','2026-01-21 01:59:37','e60af882-3c0a-4d54-8ee0-c9856131223e'),
(76883,32,12485,NULL,2596,6,'2026-01-21 01:59:37','2026-01-21 01:59:37','6107e5e3-ae0f-4404-be8b-d9fae4df0c83'),
(76884,32,12485,NULL,2602,7,'2026-01-21 01:59:37','2026-01-21 01:59:37','ffff5d09-cbfb-4c41-9e38-eed347607b32'),
(76885,32,12485,NULL,2606,8,'2026-01-21 01:59:37','2026-01-21 01:59:37','e7033155-bd01-44a9-97fd-dad0737ba81c'),
(76886,32,12485,NULL,2612,9,'2026-01-21 01:59:37','2026-01-21 01:59:37','ec9de330-d614-4cb8-9044-004452549602'),
(76887,16,12485,NULL,4142,1,'2026-01-21 01:59:37','2026-01-21 01:59:37','f7fc1dcd-7c23-4548-b2a5-5057b7731017'),
(76888,7,12485,NULL,6547,1,'2026-01-21 01:59:37','2026-01-21 01:59:37','b5a5f4bc-9d7b-4cfb-8fb9-df6c7c8ddb33'),
(76889,7,12485,NULL,601,2,'2026-01-21 01:59:37','2026-01-21 01:59:37','e93519e2-4957-435e-af71-bbfce3af87c6'),
(76890,7,12485,NULL,9724,3,'2026-01-21 01:59:37','2026-01-21 01:59:37','c564dbbc-59ee-4a03-8f71-e61b19eea80f'),
(76891,7,12485,NULL,2972,4,'2026-01-21 01:59:37','2026-01-21 01:59:37','c7b065f3-6032-4597-8da0-5651b4451c81'),
(76892,7,12485,NULL,617,5,'2026-01-21 01:59:37','2026-01-21 01:59:37','585c3f1f-06c2-4ddd-b897-e54900748171'),
(76893,7,12485,NULL,605,6,'2026-01-21 01:59:37','2026-01-21 01:59:37','e385735f-404b-4fed-af9c-17b819949a2e'),
(76894,7,12485,NULL,9552,7,'2026-01-21 01:59:37','2026-01-21 01:59:37','483b204b-8f38-480a-8f2d-c4880d8ec71b'),
(76895,82,12485,NULL,479,1,'2026-01-21 01:59:37','2026-01-21 01:59:37','023de428-4982-4e16-816d-b4ad652e04e2'),
(76896,82,12485,NULL,491,2,'2026-01-21 01:59:37','2026-01-21 01:59:37','924b911e-40f8-48bc-9980-7db2b4baefea'),
(76897,47,12485,NULL,12428,1,'2026-01-21 01:59:37','2026-01-21 01:59:37','c3999f92-e97b-4c93-8e61-6df569098be9'),
(76898,57,12485,NULL,4955,1,'2026-01-21 01:59:37','2026-01-21 01:59:37','4446c79c-1799-49c7-a1d5-232755434553'),
(76899,57,12485,NULL,4956,2,'2026-01-21 01:59:37','2026-01-21 01:59:37','37aa573b-31ae-4da4-8233-ba010c7f8b2c'),
(76900,57,12485,NULL,4957,3,'2026-01-21 01:59:37','2026-01-21 01:59:37','24bd4ef0-954c-4409-8c99-2983ed02b3f0'),
(76901,57,12485,NULL,8227,4,'2026-01-21 01:59:37','2026-01-21 01:59:37','466b1970-da1f-4475-96cf-5a9fec2c01f7'),
(76950,32,12488,NULL,2610,1,'2026-01-21 01:59:52','2026-01-21 01:59:52','7cdd520e-1649-4e9d-9a89-9cad46c9cbe2'),
(76951,32,12488,NULL,2598,2,'2026-01-21 01:59:52','2026-01-21 01:59:52','5348883c-1258-4781-8f08-e6c7964165c7'),
(76952,32,12488,NULL,2600,3,'2026-01-21 01:59:52','2026-01-21 01:59:52','e44bd410-12d9-42a1-b308-477e41fc6bc1'),
(76953,32,12488,NULL,2604,4,'2026-01-21 01:59:52','2026-01-21 01:59:52','790e0fcf-6fcf-4d43-893b-764536ce774a'),
(76954,32,12488,NULL,2608,5,'2026-01-21 01:59:52','2026-01-21 01:59:52','0910e1cf-a5ee-49cd-a76b-4d8b549df4de'),
(76955,32,12488,NULL,2596,6,'2026-01-21 01:59:52','2026-01-21 01:59:52','e66cfd64-669e-40bd-a7a3-83c1f426c69a'),
(76956,32,12488,NULL,2602,7,'2026-01-21 01:59:52','2026-01-21 01:59:52','391d4af4-c878-466b-ab52-f1914ab79b28'),
(76957,32,12488,NULL,2606,8,'2026-01-21 01:59:52','2026-01-21 01:59:52','0a8a2833-b069-4d70-a74f-9612169d0904'),
(76958,32,12488,NULL,2612,9,'2026-01-21 01:59:52','2026-01-21 01:59:52','6c255636-7663-4bf0-9759-91a6c87e0662'),
(76959,16,12488,NULL,4142,1,'2026-01-21 01:59:52','2026-01-21 01:59:52','b25197c1-71a7-43c6-b6d9-7568f8e1ca53'),
(76960,7,12488,NULL,6547,1,'2026-01-21 01:59:52','2026-01-21 01:59:52','96f30f06-ee3c-4285-9436-88a79d37ed60'),
(76961,7,12488,NULL,601,2,'2026-01-21 01:59:52','2026-01-21 01:59:52','5e43adea-47c5-4bc0-be4b-a6903fe1bb91'),
(76962,7,12488,NULL,9724,3,'2026-01-21 01:59:52','2026-01-21 01:59:52','b6190e61-8932-4d0e-9623-ea042a1de7b3'),
(76963,7,12488,NULL,2972,4,'2026-01-21 01:59:52','2026-01-21 01:59:52','6c0aca58-2a1a-4848-a0d2-8a79f75d173f'),
(76964,7,12488,NULL,617,5,'2026-01-21 01:59:52','2026-01-21 01:59:52','56597505-e1f1-4945-8a36-fb740b575eca'),
(76965,7,12488,NULL,605,6,'2026-01-21 01:59:52','2026-01-21 01:59:52','f00bd038-0036-426a-a703-e45a0f11f1a0'),
(76966,7,12488,NULL,9552,7,'2026-01-21 01:59:52','2026-01-21 01:59:52','fc19e437-c663-48a0-b4dd-93662f4435e9'),
(76967,82,12488,NULL,479,1,'2026-01-21 01:59:52','2026-01-21 01:59:52','65ec62d3-aea5-4d89-b05c-a7eccfbd6949'),
(76968,82,12488,NULL,491,2,'2026-01-21 01:59:52','2026-01-21 01:59:52','2efd8143-9a09-404d-bb1f-fb1253ab6258'),
(76969,47,12488,NULL,12428,1,'2026-01-21 01:59:52','2026-01-21 01:59:52','9976dd0c-acc7-42eb-bcce-e45e7e47b334'),
(76970,57,12488,NULL,4955,1,'2026-01-21 01:59:52','2026-01-21 01:59:52','91ffcd90-58a2-4176-b1ad-705aae89f416'),
(76971,57,12488,NULL,4956,2,'2026-01-21 01:59:52','2026-01-21 01:59:52','5ccae709-f793-48d2-a3a6-7e31aa0cf585'),
(76972,57,12488,NULL,4957,3,'2026-01-21 01:59:52','2026-01-21 01:59:52','61bba441-0285-447f-b2cb-165f7e921106'),
(76973,57,12488,NULL,8227,4,'2026-01-21 01:59:52','2026-01-21 01:59:52','874f75db-d015-43ef-9523-726f34f3e680'),
(76976,47,1237,NULL,12489,1,'2026-01-21 02:00:12','2026-01-21 02:00:12','2e9a76a7-562d-450f-9ca8-f8f5d5fd14e0'),
(76977,32,12490,NULL,2610,1,'2026-01-21 02:00:12','2026-01-21 02:00:12','28327b35-bb58-4c9e-ae4b-520c7734e2d2'),
(76978,32,12490,NULL,2598,2,'2026-01-21 02:00:12','2026-01-21 02:00:12','d6756475-5c81-4c3e-9533-a75bebdd92cb'),
(76979,32,12490,NULL,2600,3,'2026-01-21 02:00:12','2026-01-21 02:00:12','7265457b-23e4-4e11-9be7-3ee794d7e8ca'),
(76980,32,12490,NULL,2602,4,'2026-01-21 02:00:12','2026-01-21 02:00:12','7c4fa702-c06b-440a-8a99-b0502236b1fd'),
(76981,32,12490,NULL,2604,5,'2026-01-21 02:00:12','2026-01-21 02:00:12','4a380a4d-6d99-486c-a536-6dd5c6a9f227'),
(76982,32,12490,NULL,2608,6,'2026-01-21 02:00:12','2026-01-21 02:00:12','256bd29a-0a90-4a01-83a9-037f59e23097'),
(76983,32,12490,NULL,2596,7,'2026-01-21 02:00:12','2026-01-21 02:00:12','d8615ff8-3f02-44b7-9279-26592978e5f4'),
(76984,32,12490,NULL,2606,8,'2026-01-21 02:00:12','2026-01-21 02:00:12','f6205316-e774-4ff7-9530-dedf2ec3efe6'),
(76985,32,12490,NULL,2612,9,'2026-01-21 02:00:12','2026-01-21 02:00:12','109e01e5-5f2e-471f-86bb-7505fa560983'),
(76986,16,12490,NULL,4579,1,'2026-01-21 02:00:12','2026-01-21 02:00:12','4564da6d-75df-4877-9d2d-113aaeb04ed5'),
(76987,7,12490,NULL,2969,1,'2026-01-21 02:00:12','2026-01-21 02:00:12','430106c2-2934-476f-9dc0-23fcadbcfee2'),
(76988,7,12490,NULL,9727,2,'2026-01-21 02:00:12','2026-01-21 02:00:12','73a6121a-0a8d-4efe-940d-518d3036f456'),
(76989,7,12490,NULL,617,3,'2026-01-21 02:00:12','2026-01-21 02:00:12','a326f8be-98ee-42e2-8ed3-ad98400273ca'),
(76990,7,12490,NULL,605,4,'2026-01-21 02:00:12','2026-01-21 02:00:12','5ec901fe-7226-4af7-b085-e1b39d4eaccd'),
(76991,7,12490,NULL,9552,5,'2026-01-21 02:00:12','2026-01-21 02:00:12','b4a77480-43c4-488f-91f0-33e0872afe65'),
(76992,82,12490,NULL,479,1,'2026-01-21 02:00:12','2026-01-21 02:00:12','55cc8100-c204-43fd-9435-468c7f8a0ff8'),
(76993,82,12490,NULL,491,2,'2026-01-21 02:00:12','2026-01-21 02:00:12','6e7ddd9d-1ca3-4cfc-84be-63fe996c1dbd'),
(76994,47,12490,NULL,12489,1,'2026-01-21 02:00:12','2026-01-21 02:00:12','3d323b92-879b-45a7-9fca-ce73b8bf1eec'),
(76995,57,12490,NULL,8984,1,'2026-01-21 02:00:12','2026-01-21 02:00:12','5f286e2e-dc8a-4fad-84a2-3682530dc7b1'),
(76996,57,12490,NULL,8982,2,'2026-01-21 02:00:12','2026-01-21 02:00:12','c24acc85-e6ba-49c7-af2f-fe38190acb28'),
(76997,57,12490,NULL,8981,3,'2026-01-21 02:00:12','2026-01-21 02:00:12','5b818a51-a05e-4244-895a-c0be4706d1c4'),
(76998,57,12490,NULL,8983,4,'2026-01-21 02:00:12','2026-01-21 02:00:12','ea367249-3008-4504-8a3d-1b11c655c910'),
(76999,57,12490,NULL,8980,5,'2026-01-21 02:00:12','2026-01-21 02:00:12','8f972cb0-1eea-4e7e-95bc-11b103a946bb'),
(77083,47,1249,NULL,12494,1,'2026-01-21 02:01:12','2026-01-21 02:01:12','6524939a-f2ae-4386-a208-34aa6951a89d'),
(77084,32,12495,NULL,2610,1,'2026-01-21 02:01:12','2026-01-21 02:01:12','8545c985-02ab-477b-9768-c3eaef70fbc0'),
(77085,32,12495,NULL,2598,2,'2026-01-21 02:01:12','2026-01-21 02:01:12','0ce48f6f-e386-4186-bdc7-6cda6e2e60df'),
(77086,32,12495,NULL,2600,3,'2026-01-21 02:01:12','2026-01-21 02:01:12','b07f66a2-cafb-47b6-87ca-df9fdbe81688'),
(77087,32,12495,NULL,2602,4,'2026-01-21 02:01:12','2026-01-21 02:01:12','28bba4da-dc64-4024-b8c8-83f920a220ad'),
(77088,32,12495,NULL,2612,5,'2026-01-21 02:01:12','2026-01-21 02:01:12','6dea907b-7cf4-425e-b938-e5323287ccd9'),
(77089,32,12495,NULL,2618,6,'2026-01-21 02:01:12','2026-01-21 02:01:12','fa6a7995-c754-4e48-b35f-224df95643f0'),
(77090,32,12495,NULL,2604,7,'2026-01-21 02:01:12','2026-01-21 02:01:12','b2fc06ee-4712-4899-8050-191337a9420c'),
(77091,32,12495,NULL,2608,8,'2026-01-21 02:01:12','2026-01-21 02:01:12','15bc349b-44df-43fe-85c8-ae68dc4207cd'),
(77092,32,12495,NULL,2596,9,'2026-01-21 02:01:12','2026-01-21 02:01:12','bff791a1-0130-49d4-b295-bad415aac97a'),
(77093,32,12495,NULL,2606,10,'2026-01-21 02:01:12','2026-01-21 02:01:12','11988c26-bafe-47ce-80e4-6c194e6b8e78'),
(77094,16,12495,NULL,4639,1,'2026-01-21 02:01:12','2026-01-21 02:01:12','4c450c6a-79a7-4eab-b010-3b171c567844'),
(77095,7,12495,NULL,2974,1,'2026-01-21 02:01:12','2026-01-21 02:01:12','8a5ff2d2-4735-4980-a2a2-92e62f302728'),
(77096,7,12495,NULL,617,2,'2026-01-21 02:01:12','2026-01-21 02:01:12','313af9b9-d03d-4d2f-ad7d-e714007e75d9'),
(77097,7,12495,NULL,605,3,'2026-01-21 02:01:12','2026-01-21 02:01:12','b11a44f0-a5d8-4b4d-8145-e89997771655'),
(77098,7,12495,NULL,9552,4,'2026-01-21 02:01:12','2026-01-21 02:01:12','7f0fb859-67d5-4e7e-a814-7a26fa58a736'),
(77099,82,12495,NULL,479,1,'2026-01-21 02:01:12','2026-01-21 02:01:12','be49eaad-f517-4440-99bb-b7ad10f0f73e'),
(77100,82,12495,NULL,491,2,'2026-01-21 02:01:12','2026-01-21 02:01:12','780a2fda-645d-4c1d-a8b4-e990d8fa4686'),
(77101,46,12495,NULL,3697,1,'2026-01-21 02:01:12','2026-01-21 02:01:12','e538f463-ec54-4a6b-b301-c18ae14b8b29'),
(77102,47,12495,NULL,12494,1,'2026-01-21 02:01:12','2026-01-21 02:01:12','cc6b6584-b7f1-4a9f-8374-c7a9058a3d04'),
(77103,57,12495,NULL,5084,1,'2026-01-21 02:01:12','2026-01-21 02:01:12','38b2a13d-5863-4071-b838-8ac2102982cf'),
(77104,57,12495,NULL,5085,2,'2026-01-21 02:01:12','2026-01-21 02:01:12','805e33cf-2666-4dde-8f2f-c9e6c04bc15f'),
(77105,57,12495,NULL,5086,3,'2026-01-21 02:01:12','2026-01-21 02:01:12','a3340b3d-009e-4f98-bc6c-c9cbc268310e'),
(77106,57,12495,NULL,5087,4,'2026-01-21 02:01:12','2026-01-21 02:01:12','d6662295-e15a-4155-871c-a162f731382c'),
(77107,57,12495,NULL,5088,5,'2026-01-21 02:01:12','2026-01-21 02:01:12','cfc9baae-c4fc-4ec7-9e8e-ecd994037aaa'),
(77109,32,12500,NULL,2610,1,'2026-01-21 02:03:24','2026-01-21 02:03:24','d807499a-88fb-4a32-95e4-7c3571791a12'),
(77110,32,12500,NULL,2598,2,'2026-01-21 02:03:24','2026-01-21 02:03:24','c9a125ab-d456-479a-a87d-6a3267dad754'),
(77111,32,12500,NULL,2600,3,'2026-01-21 02:03:24','2026-01-21 02:03:24','bab08ea9-3375-4842-acba-0b031f681131'),
(77112,32,12500,NULL,2604,4,'2026-01-21 02:03:24','2026-01-21 02:03:24','c539f4d3-c53d-41a2-98f4-077322c4c71d'),
(77113,32,12500,NULL,2608,5,'2026-01-21 02:03:24','2026-01-21 02:03:24','b62f808a-79b5-4597-8288-c658818f65b6'),
(77114,32,12500,NULL,2602,6,'2026-01-21 02:03:24','2026-01-21 02:03:24','a9b013ad-aeb8-428f-834d-296940abe2c5'),
(77115,32,12500,NULL,2596,7,'2026-01-21 02:03:24','2026-01-21 02:03:24','63542220-d64a-44a5-853b-67ebf1f1b822'),
(77116,32,12500,NULL,2606,8,'2026-01-21 02:03:24','2026-01-21 02:03:24','dc8439e3-4d56-4d0f-939d-b14ca342449d'),
(77117,32,12500,NULL,2612,9,'2026-01-21 02:03:24','2026-01-21 02:03:24','515397f4-992e-4430-a62b-15bc5903b8bd'),
(77118,83,12500,NULL,1161,1,'2026-01-21 02:03:24','2026-01-21 02:03:24','d74c0242-ceb3-4fc3-8047-6a2cc7c24d92'),
(77119,16,12500,NULL,4322,1,'2026-01-21 02:03:24','2026-01-21 02:03:24','b323f2b0-86a7-4715-833d-e254ccff4b3b'),
(77120,7,12500,NULL,2969,1,'2026-01-21 02:03:24','2026-01-21 02:03:24','86229620-bdff-49b8-aa56-c3f1e6e0185b'),
(77121,7,12500,NULL,617,2,'2026-01-21 02:03:24','2026-01-21 02:03:24','a6a4fe1c-1739-4f25-a35e-74c32f131af9'),
(77122,7,12500,NULL,605,3,'2026-01-21 02:03:24','2026-01-21 02:03:24','aa071377-78d5-46ea-a880-c15f2ae0a40e'),
(77123,7,12500,NULL,9552,4,'2026-01-21 02:03:24','2026-01-21 02:03:24','1ac1cc07-72fa-496e-a484-438941d9d8d0'),
(77124,82,12500,NULL,469,1,'2026-01-21 02:03:24','2026-01-21 02:03:24','b6d4a0ed-0370-485e-962f-e58749ef1d12'),
(77125,82,12500,NULL,479,2,'2026-01-21 02:03:24','2026-01-21 02:03:24','22b28ed7-db35-489e-ad6f-7b8d7236deba'),
(77126,82,12500,NULL,491,3,'2026-01-21 02:03:24','2026-01-21 02:03:24','9a47e2ec-97a8-466a-913d-81fd70e31d31'),
(77127,47,12500,NULL,10480,1,'2026-01-21 02:03:24','2026-01-21 02:03:24','03379d7f-d75c-4f2e-8737-e2e9d6853224'),
(77128,57,12500,NULL,8747,1,'2026-01-21 02:03:24','2026-01-21 02:03:24','ea716d2a-ce50-4eb6-8cfa-2bd4c435a379'),
(77129,57,12500,NULL,8750,2,'2026-01-21 02:03:24','2026-01-21 02:03:24','8e5808b0-a6e2-4f3e-9f98-19ed9a0c04f3'),
(77130,57,12500,NULL,8751,3,'2026-01-21 02:03:24','2026-01-21 02:03:24','ee1191c3-7f67-4f08-bbe0-cb8603f0da6f'),
(77131,57,12500,NULL,8746,4,'2026-01-21 02:03:24','2026-01-21 02:03:24','fc402df0-0c63-47d4-97e5-5e0d5b99ba61'),
(77132,57,12500,NULL,8753,5,'2026-01-21 02:03:24','2026-01-21 02:03:24','603c03ef-3177-4cf9-b89f-c680da3e13e1'),
(77133,57,12500,NULL,8754,6,'2026-01-21 02:03:24','2026-01-21 02:03:24','6eb6f07e-2845-4b35-9643-e42fd9acaa7e'),
(77134,57,12500,NULL,8749,7,'2026-01-21 02:03:24','2026-01-21 02:03:24','a984494b-dfb0-4749-b05f-7417babb17b8'),
(77135,57,12500,NULL,8744,8,'2026-01-21 02:03:24','2026-01-21 02:03:24','ff47a85e-a7c3-4e73-9579-7b982392b001'),
(77136,57,12500,NULL,8745,9,'2026-01-21 02:03:24','2026-01-21 02:03:24','db852d68-6b90-4322-afe8-99aef3edd901'),
(77144,83,12507,NULL,1185,1,'2026-01-21 02:04:24','2026-01-21 02:04:24','c470d050-3760-4cfa-8340-5571ace9afe0'),
(77145,16,12507,NULL,6598,1,'2026-01-21 02:04:24','2026-01-21 02:04:24','7a83b985-027a-4b8a-96bc-c339507fa275'),
(77146,57,12507,NULL,6600,1,'2026-01-21 02:04:24','2026-01-21 02:04:24','f630aefd-d14c-4ce4-a37c-37f06aeab95a'),
(77147,57,12507,NULL,6601,2,'2026-01-21 02:04:24','2026-01-21 02:04:24','e4b36a88-c111-4d76-8f22-8ff2c2cb51f4'),
(77148,57,12507,NULL,4322,3,'2026-01-21 02:04:24','2026-01-21 02:04:24','093d7314-78c8-42cb-9785-a86e9996d429'),
(77149,57,12507,NULL,8774,4,'2026-01-21 02:04:24','2026-01-21 02:04:24','fc8d2e1d-0427-4f51-b72b-b54768c6763e'),
(77151,47,1165,NULL,12482,1,'2026-01-21 02:04:56','2026-01-21 02:04:56','2b4a42bf-9dc4-4764-8e40-de35bff8c398'),
(77152,32,12510,NULL,2614,1,'2026-01-21 02:04:56','2026-01-21 02:04:56','404f4e6d-e530-46c4-aa8a-703c07d14cc2'),
(77153,32,12510,NULL,2610,2,'2026-01-21 02:04:56','2026-01-21 02:04:56','53175b13-e2f4-4755-a504-a9ae20bced0a'),
(77154,32,12510,NULL,2598,3,'2026-01-21 02:04:56','2026-01-21 02:04:56','a3b8c36c-0c65-490b-9a58-3b4bd8091f48'),
(77155,32,12510,NULL,2600,4,'2026-01-21 02:04:56','2026-01-21 02:04:56','e9b92fec-f211-421d-85c8-5ca8f8ed84e1'),
(77156,32,12510,NULL,2604,5,'2026-01-21 02:04:56','2026-01-21 02:04:56','3ccf9830-85e0-4ac6-b45d-f374a7166a21'),
(77157,32,12510,NULL,2608,6,'2026-01-21 02:04:56','2026-01-21 02:04:56','79491ba4-5245-4893-ac9a-b18a7298ecc0'),
(77158,32,12510,NULL,2596,7,'2026-01-21 02:04:56','2026-01-21 02:04:56','1d1018bb-8dce-43d0-86eb-9b31560c19c6'),
(77159,32,12510,NULL,2602,8,'2026-01-21 02:04:56','2026-01-21 02:04:56','27e9b7a5-969c-424a-9ccb-8a1a380ee7c2'),
(77160,32,12510,NULL,2606,9,'2026-01-21 02:04:56','2026-01-21 02:04:56','3b87c538-1007-41f9-8ed0-d74e5cfb7ab5'),
(77161,32,12510,NULL,2612,10,'2026-01-21 02:04:56','2026-01-21 02:04:56','5f13a9b0-97be-4165-8733-7b3644cc5011'),
(77162,16,12510,NULL,4824,1,'2026-01-21 02:04:56','2026-01-21 02:04:56','52c72c93-451d-41a3-96a2-9a338ae51886'),
(77163,7,12510,NULL,6547,1,'2026-01-21 02:04:56','2026-01-21 02:04:56','0dcfbb18-148e-461a-9e95-694409d932e6'),
(77164,7,12510,NULL,601,2,'2026-01-21 02:04:56','2026-01-21 02:04:56','0f44501a-a814-4ab9-acd1-6dfcdbff9711'),
(77165,7,12510,NULL,2974,3,'2026-01-21 02:04:56','2026-01-21 02:04:56','6c3f7835-1096-4eee-8fef-c37a37313b2f'),
(77166,7,12510,NULL,617,4,'2026-01-21 02:04:56','2026-01-21 02:04:56','a101beef-2fba-46d2-a994-f63ab4997fb9'),
(77167,7,12510,NULL,9640,5,'2026-01-21 02:04:56','2026-01-21 02:04:56','15144102-e117-4a67-aff1-2da78606b613'),
(77168,7,12510,NULL,605,6,'2026-01-21 02:04:56','2026-01-21 02:04:56','792eaf43-4861-4b50-9c36-667690044981'),
(77169,7,12510,NULL,9552,7,'2026-01-21 02:04:56','2026-01-21 02:04:56','a67bb0f1-fba7-48df-9beb-05872617e912'),
(77170,7,12510,NULL,9549,8,'2026-01-21 02:04:56','2026-01-21 02:04:56','bd913c76-a65d-41a7-86cf-a171dddc5e69'),
(77171,82,12510,NULL,479,1,'2026-01-21 02:04:56','2026-01-21 02:04:56','88a346d8-9254-4d4d-b9e8-13e54c50748d'),
(77172,47,12510,NULL,12482,1,'2026-01-21 02:04:56','2026-01-21 02:04:56','37eb663a-b872-41eb-874f-8c37c928bfd0'),
(77173,57,12510,NULL,4821,1,'2026-01-21 02:04:56','2026-01-21 02:04:56','82ebbd2f-115e-4067-8252-7bda08fb4839'),
(77174,57,12510,NULL,4822,2,'2026-01-21 02:04:56','2026-01-21 02:04:56','f3f083b0-56b8-4422-9156-becf26bd3545'),
(77175,57,12510,NULL,4823,3,'2026-01-21 02:04:56','2026-01-21 02:04:56','097e15f8-f52e-42cf-8114-aae661ed74d5'),
(77176,57,12510,NULL,4824,4,'2026-01-21 02:04:56','2026-01-21 02:04:56','13cc225a-0867-43d1-b4ec-8bffa5c76c19'),
(77177,13,12510,NULL,6620,1,'2026-01-21 02:04:56','2026-01-21 02:04:56','6df61348-542e-4148-bf40-26d591abd9e9'),
(77202,32,12513,NULL,2610,1,'2026-01-21 02:05:17','2026-01-21 02:05:17','178163a8-add2-40fc-98ca-c76b9efb54ed'),
(77203,32,12513,NULL,2598,2,'2026-01-21 02:05:17','2026-01-21 02:05:17','1c0ccc23-8a98-4c90-8010-c529ec89c5a8'),
(77204,32,12513,NULL,2600,3,'2026-01-21 02:05:17','2026-01-21 02:05:17','fd1791ea-d44e-487d-a81c-e89702251d19'),
(77205,32,12513,NULL,2604,4,'2026-01-21 02:05:17','2026-01-21 02:05:17','f0f08223-ce32-4347-ae2d-2215a9126a77'),
(77206,32,12513,NULL,2608,5,'2026-01-21 02:05:17','2026-01-21 02:05:17','1053aaa3-62c8-491b-9291-0e08f6fd218f'),
(77207,32,12513,NULL,2602,6,'2026-01-21 02:05:17','2026-01-21 02:05:17','a6a2f53b-6e23-4e2a-997e-df5726565811'),
(77208,32,12513,NULL,2596,7,'2026-01-21 02:05:17','2026-01-21 02:05:17','5924ce37-37db-40ab-a3e1-b7bfc003dc31'),
(77209,32,12513,NULL,2606,8,'2026-01-21 02:05:17','2026-01-21 02:05:17','718fdc39-ab15-4bee-b4bd-b0f89d677058'),
(77210,32,12513,NULL,2612,9,'2026-01-21 02:05:17','2026-01-21 02:05:17','cdcdedf8-d508-4f7e-aebe-f0d56ad803d3'),
(77211,16,12513,NULL,4834,1,'2026-01-21 02:05:17','2026-01-21 02:05:17','27591d16-ee69-412d-82ba-1d232f614c2e'),
(77212,7,12513,NULL,6547,1,'2026-01-21 02:05:17','2026-01-21 02:05:17','7ce3841d-c42f-4db8-a413-cd31e102725d'),
(77213,7,12513,NULL,601,2,'2026-01-21 02:05:17','2026-01-21 02:05:17','1de4b62f-2a7d-49df-b5a3-bddb675e30d0'),
(77214,7,12513,NULL,9640,3,'2026-01-21 02:05:17','2026-01-21 02:05:17','b1e6d1e3-083b-421a-923d-af68a47843f8'),
(77215,7,12513,NULL,617,4,'2026-01-21 02:05:17','2026-01-21 02:05:17','9ac63da0-3a32-4bda-9747-2884cf9a1403'),
(77216,7,12513,NULL,605,5,'2026-01-21 02:05:17','2026-01-21 02:05:17','99fad8bf-008e-43cc-9bc8-cd0fe028d58d'),
(77217,82,12513,NULL,469,1,'2026-01-21 02:05:17','2026-01-21 02:05:17','fedc5948-5ba7-4981-9965-5aee836da634'),
(77218,82,12513,NULL,479,2,'2026-01-21 02:05:17','2026-01-21 02:05:17','ce8a46e0-92c3-426d-8138-fe93b8fa0490'),
(77219,82,12513,NULL,491,3,'2026-01-21 02:05:17','2026-01-21 02:05:17','941ddd9a-ff8b-4c9c-96ea-637d8e9ba9a3'),
(77220,47,12513,NULL,10474,1,'2026-01-21 02:05:17','2026-01-21 02:05:17','6424f8c7-b962-40c4-b5e5-a12017928787'),
(77221,57,12513,NULL,4838,1,'2026-01-21 02:05:17','2026-01-21 02:05:17','8b85b5b5-85bb-4886-b4d3-8db6d183a92e'),
(77222,57,12513,NULL,4836,2,'2026-01-21 02:05:17','2026-01-21 02:05:17','d0d93d1c-351a-406a-a44e-8d9c88ee727f'),
(77223,57,12513,NULL,4834,3,'2026-01-21 02:05:17','2026-01-21 02:05:17','29319f00-eb67-43ff-8814-d772039a9362'),
(77224,57,12513,NULL,4837,4,'2026-01-21 02:05:17','2026-01-21 02:05:17','0c50d658-b774-4a8f-9cb6-b6afa6022824'),
(77248,32,12515,NULL,2610,1,'2026-01-21 02:05:36','2026-01-21 02:05:36','c5c0b671-13e1-4ebd-83d9-7ca4e565a26d'),
(77249,32,12515,NULL,2598,2,'2026-01-21 02:05:36','2026-01-21 02:05:36','a4388d49-db6d-436f-9317-a79db8d60eb0'),
(77250,32,12515,NULL,2600,3,'2026-01-21 02:05:36','2026-01-21 02:05:36','2b23dd3c-dc69-42e3-a8b1-2b79f38b0d3f'),
(77251,32,12515,NULL,2604,4,'2026-01-21 02:05:36','2026-01-21 02:05:36','27337dc4-42ed-43cb-9640-0f6782f3f128'),
(77252,32,12515,NULL,2608,5,'2026-01-21 02:05:36','2026-01-21 02:05:36','c24ba4ee-aa20-422a-96e1-bd22e62458fa'),
(77253,32,12515,NULL,2596,6,'2026-01-21 02:05:36','2026-01-21 02:05:36','df06924b-f2a6-442e-9e19-0d2991512a25'),
(77254,32,12515,NULL,2602,7,'2026-01-21 02:05:36','2026-01-21 02:05:36','c0cde120-b009-4112-b594-138f778939df'),
(77255,32,12515,NULL,2606,8,'2026-01-21 02:05:36','2026-01-21 02:05:36','f866947f-3167-4d46-87cb-d3d44361aef3'),
(77256,32,12515,NULL,2612,9,'2026-01-21 02:05:36','2026-01-21 02:05:36','09158c91-60c6-4fe1-aad1-f3166abf95cc'),
(77257,16,12515,NULL,4282,1,'2026-01-21 02:05:36','2026-01-21 02:05:36','68bf25a2-9a61-48b4-946b-eee8dbe11da6'),
(77258,7,12515,NULL,2969,1,'2026-01-21 02:05:36','2026-01-21 02:05:36','5fbf9019-13b1-42cf-a8ce-a56cb844dba2'),
(77259,7,12515,NULL,617,2,'2026-01-21 02:05:36','2026-01-21 02:05:36','f51c2ca0-51d3-4e92-943f-6707ab29e236'),
(77260,7,12515,NULL,605,3,'2026-01-21 02:05:36','2026-01-21 02:05:36','b75cdd37-a05a-4fb8-af98-ad77b0feaed7'),
(77261,7,12515,NULL,9552,4,'2026-01-21 02:05:36','2026-01-21 02:05:36','09d5c5d2-57c6-4db0-8921-ad077b4b75d6'),
(77262,82,12515,NULL,469,1,'2026-01-21 02:05:36','2026-01-21 02:05:36','2a35ca62-906d-4898-8b3e-84cc575877b8'),
(77263,82,12515,NULL,479,2,'2026-01-21 02:05:36','2026-01-21 02:05:36','47d88bec-306f-4edc-b0fb-de0d35156d48'),
(77264,82,12515,NULL,491,3,'2026-01-21 02:05:36','2026-01-21 02:05:36','d1ee7baa-e6cb-41fc-b2d5-2f235dc8c18e'),
(77265,47,12515,NULL,10478,1,'2026-01-21 02:05:36','2026-01-21 02:05:36','1d1254bb-921a-4d67-9e97-9ce4ba01f63e'),
(77266,57,12515,NULL,8740,1,'2026-01-21 02:05:36','2026-01-21 02:05:36','2005d054-7a97-44d4-b86a-56afddb71325'),
(77267,57,12515,NULL,4911,2,'2026-01-21 02:05:36','2026-01-21 02:05:36','e3766063-b319-44d1-a5b2-5564d7a63c65'),
(77268,57,12515,NULL,4909,3,'2026-01-21 02:05:36','2026-01-21 02:05:36','6e520056-1a49-4426-9f9c-cd40cddd07c1'),
(77269,57,12515,NULL,4910,4,'2026-01-21 02:05:36','2026-01-21 02:05:36','d77adb92-b531-4956-9faa-90c6e1cb29e8'),
(77319,32,12522,NULL,2610,1,'2026-01-21 02:06:21','2026-01-21 02:06:21','accf5a54-c508-4250-ab2d-f2d1c3719bb9'),
(77320,32,12522,NULL,2598,2,'2026-01-21 02:06:21','2026-01-21 02:06:21','2a3f8e9d-7e6d-4b65-bdfe-6e93ca2a0dc5'),
(77321,32,12522,NULL,2600,3,'2026-01-21 02:06:21','2026-01-21 02:06:21','51785d4d-df31-415f-ac2c-dd2d6d25a32c'),
(77322,32,12522,NULL,2604,4,'2026-01-21 02:06:21','2026-01-21 02:06:21','5906ca03-250d-4ee5-804e-19841ce97fa6'),
(77323,32,12522,NULL,2608,5,'2026-01-21 02:06:21','2026-01-21 02:06:21','6a2204b7-a2c9-4b54-9984-a949c7e8832e'),
(77324,32,12522,NULL,2602,6,'2026-01-21 02:06:21','2026-01-21 02:06:21','48e0dc13-44bf-4b59-b260-4a184ca5e136'),
(77325,32,12522,NULL,2596,7,'2026-01-21 02:06:21','2026-01-21 02:06:21','817e1fe0-d008-4f25-9b27-bee78fb5655f'),
(77326,32,12522,NULL,2606,8,'2026-01-21 02:06:21','2026-01-21 02:06:21','b8705785-9b54-40f9-870d-01307ac4d2ee'),
(77327,32,12522,NULL,2612,9,'2026-01-21 02:06:21','2026-01-21 02:06:21','e9633f14-efec-4ccd-be0e-214dd5e0fc57'),
(77328,16,12522,NULL,4358,1,'2026-01-21 02:06:21','2026-01-21 02:06:21','34be093a-10d4-4b13-b32e-5a7b205f0bc6'),
(77329,7,12522,NULL,2969,1,'2026-01-21 02:06:21','2026-01-21 02:06:21','6f8efba0-9850-4ab4-b4cb-40b6e8aa3143'),
(77330,7,12522,NULL,617,2,'2026-01-21 02:06:21','2026-01-21 02:06:21','71ca4697-d31b-4fbb-9f02-6e2f12242651'),
(77331,7,12522,NULL,605,3,'2026-01-21 02:06:21','2026-01-21 02:06:21','1bb1439a-f7a7-4ad9-a0d1-d33b9852f4d5'),
(77332,7,12522,NULL,9552,4,'2026-01-21 02:06:21','2026-01-21 02:06:21','6e1f7ac7-bfd5-4ad0-8574-f2cae22ba06c'),
(77333,82,12522,NULL,469,1,'2026-01-21 02:06:21','2026-01-21 02:06:21','35778fb2-108b-4d6f-be0c-c6da7671f8f7'),
(77334,82,12522,NULL,479,2,'2026-01-21 02:06:21','2026-01-21 02:06:21','5033870f-0152-4a43-a92d-f97d8cdfc9b2'),
(77335,82,12522,NULL,491,3,'2026-01-21 02:06:21','2026-01-21 02:06:21','75004ea0-0b16-44aa-8375-8affc488f97d'),
(77336,47,12522,NULL,10483,1,'2026-01-21 02:06:21','2026-01-21 02:06:21','c0f364fc-6a9e-4af1-96be-98d24a3cbd58'),
(77337,57,12522,NULL,8781,1,'2026-01-21 02:06:21','2026-01-21 02:06:21','42026003-3b4b-4ea4-ad0a-901b85107e16'),
(77338,57,12522,NULL,8782,2,'2026-01-21 02:06:21','2026-01-21 02:06:21','8cd8accc-9770-48b2-9bce-83b5b1d527fb'),
(77339,57,12522,NULL,8783,3,'2026-01-21 02:06:21','2026-01-21 02:06:21','3b2afa2c-5872-4735-ad0f-02d1d51b74df'),
(77340,57,12522,NULL,8784,4,'2026-01-21 02:06:21','2026-01-21 02:06:21','939cf032-f3aa-4351-9da8-f04dcb26c3bd'),
(77341,57,12522,NULL,8785,5,'2026-01-21 02:06:21','2026-01-21 02:06:21','67502989-b8f8-448c-8575-07d0d9862f8e'),
(77342,57,12522,NULL,8786,6,'2026-01-21 02:06:21','2026-01-21 02:06:21','8d9994a1-a16c-43f0-a2b9-d95d8155b7ff'),
(77343,57,12522,NULL,8779,7,'2026-01-21 02:06:21','2026-01-21 02:06:21','804f32d5-40de-4e63-a04f-c6061c60c35b'),
(77344,57,12522,NULL,8780,8,'2026-01-21 02:06:21','2026-01-21 02:06:21','f1ec3fd9-e2e2-4493-8e2d-4dc1d1ac084f'),
(77373,32,12530,NULL,2610,1,'2026-01-21 02:07:39','2026-01-21 02:07:39','5cb3e0cf-d0eb-4640-b29e-6de86a143630'),
(77374,32,12530,NULL,2598,2,'2026-01-21 02:07:39','2026-01-21 02:07:39','0ddfb4ea-b734-493d-a7cd-49a4899ee542'),
(77375,32,12530,NULL,2600,3,'2026-01-21 02:07:39','2026-01-21 02:07:39','764672f5-c821-4320-91e4-ce90b94ac29e'),
(77376,32,12530,NULL,2604,4,'2026-01-21 02:07:39','2026-01-21 02:07:39','11895875-084c-47d3-bd29-5e4d8b896a57'),
(77377,32,12530,NULL,2608,5,'2026-01-21 02:07:39','2026-01-21 02:07:39','d3a8c276-a816-4e38-8db9-def71a90f0fa'),
(77378,32,12530,NULL,2596,6,'2026-01-21 02:07:39','2026-01-21 02:07:39','493db2f1-1666-4dbc-a356-881398a922c1'),
(77379,32,12530,NULL,2602,7,'2026-01-21 02:07:39','2026-01-21 02:07:39','ee3040d1-2402-4db1-86f6-fb9d2654f9fb'),
(77380,32,12530,NULL,2606,8,'2026-01-21 02:07:39','2026-01-21 02:07:39','216f4cf5-645a-4017-a01f-47d79d130e9c'),
(77381,32,12530,NULL,2612,9,'2026-01-21 02:07:39','2026-01-21 02:07:39','3d6ea67a-b34b-4a09-95a0-bd7dcef0147f'),
(77382,16,12530,NULL,4282,1,'2026-01-21 02:07:39','2026-01-21 02:07:39','ec158816-8eb9-4db4-a6fb-8d2cc44d74bd'),
(77383,7,12530,NULL,2969,1,'2026-01-21 02:07:39','2026-01-21 02:07:39','c0749c6b-6510-423d-8cf4-823835e80f64'),
(77384,7,12530,NULL,617,2,'2026-01-21 02:07:39','2026-01-21 02:07:39','4ea99d49-e29f-40a6-84a6-616b74f6ed5c'),
(77385,7,12530,NULL,605,3,'2026-01-21 02:07:39','2026-01-21 02:07:39','99f69719-6796-4327-989e-c4bcbc31f7a1'),
(77386,7,12530,NULL,9552,4,'2026-01-21 02:07:39','2026-01-21 02:07:39','a7a0c994-db4b-4ab5-a520-67a7501a1063'),
(77387,82,12530,NULL,469,1,'2026-01-21 02:07:39','2026-01-21 02:07:39','09981872-126a-4b55-9475-31e6d62aaa95'),
(77388,82,12530,NULL,479,2,'2026-01-21 02:07:39','2026-01-21 02:07:39','bfb7956d-743e-4d56-9a12-4eff9618ca60'),
(77389,82,12530,NULL,491,3,'2026-01-21 02:07:39','2026-01-21 02:07:39','a67148ef-3a68-417f-864d-c1bed69df81c'),
(77390,47,12530,NULL,10478,1,'2026-01-21 02:07:39','2026-01-21 02:07:39','441f0f4c-c84f-4111-ad1e-03ec9025bfd2'),
(77391,57,12530,NULL,8740,1,'2026-01-21 02:07:39','2026-01-21 02:07:39','d2fc29a3-1c6d-4263-b47c-de2118c1a1ee'),
(77392,57,12530,NULL,4911,2,'2026-01-21 02:07:39','2026-01-21 02:07:39','89cbadf6-fe3b-46b8-847e-0d0e85a2c660'),
(77393,57,12530,NULL,4909,3,'2026-01-21 02:07:39','2026-01-21 02:07:39','ac5e1f6b-b64e-4668-885a-7b79ac78b94b'),
(77394,57,12530,NULL,4910,4,'2026-01-21 02:07:39','2026-01-21 02:07:39','03727441-c500-43b6-a824-aee481022623'),
(77418,22,8812,NULL,12534,1,'2026-01-21 02:09:29','2026-01-21 02:09:29','3e232564-4510-440e-aacf-2821f3f21fe0'),
(77419,32,12536,NULL,2610,1,'2026-01-21 02:09:29','2026-01-21 02:09:29','c1407f71-1c36-4325-a4a8-01bdc71ef520'),
(77420,32,12536,NULL,2622,2,'2026-01-21 02:09:29','2026-01-21 02:09:29','b8dd08a7-0da0-4f80-84e3-4d90d86dfe59'),
(77421,32,12536,NULL,2598,3,'2026-01-21 02:09:29','2026-01-21 02:09:29','6d2958db-4b16-44b5-9969-d1e219279ef1'),
(77422,32,12536,NULL,2600,4,'2026-01-21 02:09:29','2026-01-21 02:09:29','a0c93a55-d73a-4b19-8c77-da3122d6ac88'),
(77423,32,12536,NULL,2604,5,'2026-01-21 02:09:29','2026-01-21 02:09:29','39034a7f-c674-4562-b272-72d168579bb3'),
(77424,32,12536,NULL,2608,6,'2026-01-21 02:09:29','2026-01-21 02:09:29','b89b8a6c-437e-488a-b614-a287bf123d9a'),
(77425,32,12536,NULL,2602,7,'2026-01-21 02:09:29','2026-01-21 02:09:29','41518972-0d59-4a2b-8bb9-43ec17e5406e'),
(77426,32,12536,NULL,2596,8,'2026-01-21 02:09:29','2026-01-21 02:09:29','ff67df6a-ef79-48f2-a728-da75f9bfcb18'),
(77427,32,12536,NULL,2606,9,'2026-01-21 02:09:29','2026-01-21 02:09:29','036b466f-d7db-415b-9bc2-f98d3a967c28'),
(77428,32,12536,NULL,2612,10,'2026-01-21 02:09:29','2026-01-21 02:09:29','971944ae-b53c-4d59-894e-46346040f54a'),
(77429,16,12536,NULL,4385,1,'2026-01-21 02:09:29','2026-01-21 02:09:29','d739de91-d88a-496e-9401-9d990fc8decf'),
(77430,7,12536,NULL,617,1,'2026-01-21 02:09:29','2026-01-21 02:09:29','083a79f9-3702-44fc-8a58-7ba12600769e'),
(77431,7,12536,NULL,605,2,'2026-01-21 02:09:29','2026-01-21 02:09:29','68854ca9-7f38-4707-b387-8ec2c05b10c7'),
(77432,7,12536,NULL,9552,3,'2026-01-21 02:09:29','2026-01-21 02:09:29','a7d2d635-7398-4c56-a641-7be0c90fb543'),
(77433,82,12536,NULL,469,1,'2026-01-21 02:09:29','2026-01-21 02:09:29','d9650f53-a1cd-41e8-a78b-e3325df9af64'),
(77434,82,12536,NULL,479,2,'2026-01-21 02:09:29','2026-01-21 02:09:29','adc5d270-277b-4012-bfb4-9f939bd5e29a'),
(77435,82,12536,NULL,491,3,'2026-01-21 02:09:29','2026-01-21 02:09:29','7bcec2fb-2ae4-451e-a2c9-586d70ecef6c'),
(77436,46,12536,NULL,4403,1,'2026-01-21 02:09:29','2026-01-21 02:09:29','bb20a816-0438-4462-9082-de5c38d3026b'),
(77437,47,12536,NULL,10486,1,'2026-01-21 02:09:29','2026-01-21 02:09:29','553dd75d-4bba-40b6-a3aa-4d917959a27e'),
(77438,57,12536,NULL,8806,1,'2026-01-21 02:09:29','2026-01-21 02:09:29','a1d03d09-158a-46d4-82b5-610aea02aca2'),
(77439,57,12536,NULL,8808,2,'2026-01-21 02:09:29','2026-01-21 02:09:29','7ba22ada-9fc8-4b11-8c25-bd04d910eeab'),
(77440,57,12536,NULL,8810,3,'2026-01-21 02:09:29','2026-01-21 02:09:29','d98f0a85-7d0f-40e0-b0b9-1ce247cc6d58'),
(77441,57,12536,NULL,8803,4,'2026-01-21 02:09:29','2026-01-21 02:09:29','51fa5847-e66e-46b1-8f71-902312d8f1c4'),
(77442,57,12536,NULL,8804,5,'2026-01-21 02:09:29','2026-01-21 02:09:29','7424e7a7-01b1-4db0-b186-cef513fbc49c'),
(77443,57,12536,NULL,8805,6,'2026-01-21 02:09:29','2026-01-21 02:09:29','9e44ca70-f763-4f05-926e-99ce4d9044de'),
(77444,57,12536,NULL,8807,7,'2026-01-21 02:09:29','2026-01-21 02:09:29','b7093e6f-fb5f-483f-815b-183edf27ba28'),
(77446,22,12537,NULL,12534,1,'2026-01-21 02:09:29','2026-01-21 02:09:29','70cb418b-4417-4222-8243-e4a516bc1868'),
(77447,32,12553,NULL,2610,1,'2026-01-21 02:16:56','2026-01-21 02:16:56','dff8bfc1-4eae-486c-a34f-2499081e6e1f'),
(77448,32,12553,NULL,2598,2,'2026-01-21 02:16:56','2026-01-21 02:16:56','6d2a109b-ef6c-470a-9ffd-4b2074c75c05'),
(77449,32,12553,NULL,2600,3,'2026-01-21 02:16:56','2026-01-21 02:16:56','44bc679b-b7f8-4630-b208-9e95bc0bd133'),
(77450,32,12553,NULL,2604,4,'2026-01-21 02:16:56','2026-01-21 02:16:56','ef93ce5a-79cb-4e4a-bf55-864396de18b6'),
(77451,32,12553,NULL,2608,5,'2026-01-21 02:16:56','2026-01-21 02:16:56','b6ac6d16-22ca-47e7-b915-496b33c91fe7'),
(77452,32,12553,NULL,2596,6,'2026-01-21 02:16:56','2026-01-21 02:16:56','f253c133-83c8-4230-9ba7-561f11bfe231'),
(77453,32,12553,NULL,2602,7,'2026-01-21 02:16:56','2026-01-21 02:16:56','3a71f31a-9d6e-489f-ad6e-2800e7cc2eae'),
(77454,32,12553,NULL,2606,8,'2026-01-21 02:16:56','2026-01-21 02:16:56','1917917a-6113-4124-add9-83ef3990445f'),
(77455,32,12553,NULL,2612,9,'2026-01-21 02:16:56','2026-01-21 02:16:56','81e106b5-eca7-4d4c-bf30-a39170fa9e77'),
(77456,16,12553,NULL,4282,1,'2026-01-21 02:16:56','2026-01-21 02:16:56','76395f6d-b9f7-4bea-8431-753e9221ccf2'),
(77457,7,12553,NULL,2969,1,'2026-01-21 02:16:56','2026-01-21 02:16:56','629412d0-9829-455d-90ad-25382ce29ef9'),
(77458,7,12553,NULL,617,2,'2026-01-21 02:16:56','2026-01-21 02:16:56','66ef3aad-1b98-4829-b035-33528e4150d9'),
(77459,7,12553,NULL,605,3,'2026-01-21 02:16:56','2026-01-21 02:16:56','91047efb-807c-44d5-8463-fb110f885963'),
(77460,7,12553,NULL,9552,4,'2026-01-21 02:16:56','2026-01-21 02:16:56','b20cc049-c58c-46e4-9d2c-f73cede3369c'),
(77461,82,12553,NULL,469,1,'2026-01-21 02:16:56','2026-01-21 02:16:56','b9a53bbe-617e-41be-8402-610a6b4b51b4'),
(77462,82,12553,NULL,479,2,'2026-01-21 02:16:56','2026-01-21 02:16:56','b0f9bd5f-de1b-4f82-9dd3-a0ba36726027'),
(77463,82,12553,NULL,491,3,'2026-01-21 02:16:56','2026-01-21 02:16:56','fdcfaa1b-ec91-4329-8645-98ffb8f7d47c'),
(77464,47,12553,NULL,10478,1,'2026-01-21 02:16:56','2026-01-21 02:16:56','c77c3688-3943-4015-8d86-d63c019ece80'),
(77465,57,12553,NULL,8740,1,'2026-01-21 02:16:56','2026-01-21 02:16:56','aed09926-38aa-419c-857f-a6b6f257f3cf'),
(77466,57,12553,NULL,4911,2,'2026-01-21 02:16:56','2026-01-21 02:16:56','54137f7c-68f8-4005-baf1-e61e6ea572f8'),
(77467,57,12553,NULL,4909,3,'2026-01-21 02:16:56','2026-01-21 02:16:56','1ccdba77-c2b4-4dbc-9626-28cc3c7142ed'),
(77468,57,12553,NULL,4910,4,'2026-01-21 02:16:56','2026-01-21 02:16:56','6a4665e0-c065-407a-af75-7b0286e122a1'),
(77491,32,12570,NULL,2610,1,'2026-01-21 02:22:56','2026-01-21 02:22:56','3e5bf54d-464c-47a4-932d-aad3b0fe0bcd'),
(77492,32,12570,NULL,2598,2,'2026-01-21 02:22:56','2026-01-21 02:22:56','e4af6be1-6c8c-4052-a3da-43f3633d212c'),
(77493,32,12570,NULL,2600,3,'2026-01-21 02:22:56','2026-01-21 02:22:56','a64d3afa-a589-42e5-b504-07717e5ed2a1'),
(77494,32,12570,NULL,2604,4,'2026-01-21 02:22:56','2026-01-21 02:22:56','6a4e042f-d739-48bc-8e77-e1d4409b29cf'),
(77495,32,12570,NULL,2608,5,'2026-01-21 02:22:56','2026-01-21 02:22:56','06ed67e1-fa18-44c4-b81f-a50099e2fe3b'),
(77496,32,12570,NULL,2596,6,'2026-01-21 02:22:56','2026-01-21 02:22:56','7d687649-bbda-45f0-91e2-5aab93ce7936'),
(77497,32,12570,NULL,2602,7,'2026-01-21 02:22:56','2026-01-21 02:22:56','bc4cf56a-2425-4ddb-b712-dc4812d28074'),
(77498,32,12570,NULL,2606,8,'2026-01-21 02:22:56','2026-01-21 02:22:56','482f7139-f9ad-4fc9-8ebf-735ed8326c1a'),
(77499,32,12570,NULL,2612,9,'2026-01-21 02:22:56','2026-01-21 02:22:56','c199062b-df0b-4339-906b-c1d3894a74a4'),
(77500,16,12570,NULL,4282,1,'2026-01-21 02:22:56','2026-01-21 02:22:56','711d187e-e477-4602-8460-6a7b2354a3e1'),
(77501,7,12570,NULL,2969,1,'2026-01-21 02:22:56','2026-01-21 02:22:56','fe16583b-b2c7-4594-89e8-ce227a11d774'),
(77502,7,12570,NULL,617,2,'2026-01-21 02:22:56','2026-01-21 02:22:56','acff4f47-00b9-4ba2-9d8b-5b5e23c21e9f'),
(77503,7,12570,NULL,605,3,'2026-01-21 02:22:56','2026-01-21 02:22:56','565cca06-3b36-43bc-b4b2-4d5720b6e575'),
(77504,7,12570,NULL,9552,4,'2026-01-21 02:22:56','2026-01-21 02:22:56','4e5909c4-3633-40fa-b6fb-877c7f0db40f'),
(77505,82,12570,NULL,469,1,'2026-01-21 02:22:56','2026-01-21 02:22:56','0077709d-9776-4d0f-bc11-fc03a5d03c62'),
(77506,82,12570,NULL,479,2,'2026-01-21 02:22:56','2026-01-21 02:22:56','8a6af484-e176-4ab9-9eba-041c3e614d3d'),
(77507,82,12570,NULL,491,3,'2026-01-21 02:22:56','2026-01-21 02:22:56','6887991a-4af4-4600-92d8-0ee121750cae'),
(77508,47,12570,NULL,10478,1,'2026-01-21 02:22:56','2026-01-21 02:22:56','05041306-ca3d-438f-9055-89f51a115291'),
(77509,57,12570,NULL,8740,1,'2026-01-21 02:22:56','2026-01-21 02:22:56','c4cd32fc-4849-4c47-b7de-29c1c1683291'),
(77510,57,12570,NULL,4911,2,'2026-01-21 02:22:56','2026-01-21 02:22:56','7c695a52-31a6-474f-b47b-741fabeaf8d2'),
(77511,57,12570,NULL,4909,3,'2026-01-21 02:22:56','2026-01-21 02:22:56','58968e33-0b50-4f27-8a88-22129f7262af'),
(77512,57,12570,NULL,4910,4,'2026-01-21 02:22:56','2026-01-21 02:22:56','fbdad7aa-ac8b-475e-b6df-322d9eead322'),
(77535,32,12582,NULL,2610,1,'2026-01-21 02:27:31','2026-01-21 02:27:31','8283e6d0-e173-42c9-be0c-c05e79b87541'),
(77536,32,12582,NULL,2598,2,'2026-01-21 02:27:31','2026-01-21 02:27:31','579c5bb5-12bd-4837-ba41-ad214e1e32d8'),
(77537,32,12582,NULL,2600,3,'2026-01-21 02:27:31','2026-01-21 02:27:31','1e31c51a-92a6-4f8c-9744-138c8bfb7eb9'),
(77538,32,12582,NULL,2604,4,'2026-01-21 02:27:31','2026-01-21 02:27:31','1952618c-d8f1-4e5d-862b-a5aaf846feae'),
(77539,32,12582,NULL,2608,5,'2026-01-21 02:27:31','2026-01-21 02:27:31','61b8b28e-aa80-4bb3-b082-4909ef9cc49b'),
(77540,32,12582,NULL,2596,6,'2026-01-21 02:27:31','2026-01-21 02:27:31','79f9624b-d721-4c23-a193-d1182e4cbb12'),
(77541,32,12582,NULL,2602,7,'2026-01-21 02:27:31','2026-01-21 02:27:31','61d29658-3b22-43c2-a5b7-5da3d0f1b004'),
(77542,32,12582,NULL,2606,8,'2026-01-21 02:27:31','2026-01-21 02:27:31','a9fb3075-e015-472e-a3a2-a0267e924ef3'),
(77543,32,12582,NULL,2612,9,'2026-01-21 02:27:31','2026-01-21 02:27:31','375f3b33-c95a-44ab-a627-7596b7dcbc07'),
(77544,16,12582,NULL,4282,1,'2026-01-21 02:27:31','2026-01-21 02:27:31','dcb90359-836e-4b68-98da-851f24b03307'),
(77545,7,12582,NULL,2969,1,'2026-01-21 02:27:31','2026-01-21 02:27:31','7fe25891-4d43-42f4-94df-cb8cc3fd13b3'),
(77546,7,12582,NULL,617,2,'2026-01-21 02:27:31','2026-01-21 02:27:31','997f4060-0d08-4c06-9717-a642055ea188'),
(77547,7,12582,NULL,605,3,'2026-01-21 02:27:31','2026-01-21 02:27:31','65cf910e-9283-4273-ada5-e0620003ac90'),
(77548,7,12582,NULL,9552,4,'2026-01-21 02:27:31','2026-01-21 02:27:31','f2581ed9-1255-4b43-a762-19a24b172c49'),
(77549,82,12582,NULL,469,1,'2026-01-21 02:27:31','2026-01-21 02:27:31','cfccc93b-2a6e-4782-b067-008e3a4c11a4'),
(77550,82,12582,NULL,479,2,'2026-01-21 02:27:31','2026-01-21 02:27:31','6aee3af5-8447-445a-810e-73cb9644cfe0'),
(77551,82,12582,NULL,491,3,'2026-01-21 02:27:31','2026-01-21 02:27:31','aa6a2b90-f456-407d-a21f-199606d2a496'),
(77552,47,12582,NULL,10478,1,'2026-01-21 02:27:31','2026-01-21 02:27:31','d34d4c5c-c2d4-40fd-a595-6d95f9c14278'),
(77553,57,12582,NULL,8740,1,'2026-01-21 02:27:31','2026-01-21 02:27:31','ea170bdc-2d7f-4592-8469-92030f07d5ae'),
(77554,57,12582,NULL,4911,2,'2026-01-21 02:27:31','2026-01-21 02:27:31','abf13284-61e4-486b-be68-b6734504e685'),
(77555,57,12582,NULL,4909,3,'2026-01-21 02:27:31','2026-01-21 02:27:31','5bf6c1f4-bb99-4f30-a2e0-8376942214e8'),
(77556,57,12582,NULL,4910,4,'2026-01-21 02:27:31','2026-01-21 02:27:31','fb1d9f8e-e3b4-445a-ba91-95ddcc84f8e3'),
(77584,32,12599,NULL,2610,1,'2026-01-21 02:28:08','2026-01-21 02:28:08','6ec594b1-39b0-4575-81ef-1353be540399'),
(77585,32,12599,NULL,2622,2,'2026-01-21 02:28:08','2026-01-21 02:28:08','a58c3e81-54f2-44ca-96e7-c2f874a97df3'),
(77586,32,12599,NULL,2598,3,'2026-01-21 02:28:08','2026-01-21 02:28:08','100ea036-960f-45a9-b448-7a07badc28b4'),
(77587,32,12599,NULL,2600,4,'2026-01-21 02:28:08','2026-01-21 02:28:08','0833db1c-4450-4530-a856-f07de236bb94'),
(77588,32,12599,NULL,2604,5,'2026-01-21 02:28:08','2026-01-21 02:28:08','d1254434-9f05-4bff-9607-386d7429ce3c'),
(77589,32,12599,NULL,2608,6,'2026-01-21 02:28:08','2026-01-21 02:28:08','a1323de2-1778-477e-9c7e-0ded98404be6'),
(77590,32,12599,NULL,2602,7,'2026-01-21 02:28:08','2026-01-21 02:28:08','31b79c81-099e-45b9-8731-8dd85c23fd53'),
(77591,32,12599,NULL,2596,8,'2026-01-21 02:28:08','2026-01-21 02:28:08','e1e58234-91b9-4d0d-8441-337da1d5f292'),
(77592,32,12599,NULL,2606,9,'2026-01-21 02:28:08','2026-01-21 02:28:08','1de71c9d-0f95-444d-acb0-2fe251c82362'),
(77593,32,12599,NULL,2612,10,'2026-01-21 02:28:08','2026-01-21 02:28:08','7a9be3b1-39c9-4b9e-8ef2-9823528bf27f'),
(77594,16,12599,NULL,4385,1,'2026-01-21 02:28:08','2026-01-21 02:28:08','b0efcdf9-c796-433b-923c-5afe5cd39fe0'),
(77595,7,12599,NULL,617,1,'2026-01-21 02:28:08','2026-01-21 02:28:08','6ae578f9-7090-4613-ba90-0d0fa0083232'),
(77596,7,12599,NULL,605,2,'2026-01-21 02:28:08','2026-01-21 02:28:08','77d9f870-1937-4ffc-93eb-8037b43db0b8'),
(77597,7,12599,NULL,9552,3,'2026-01-21 02:28:08','2026-01-21 02:28:08','e3765ca0-5955-4c7b-bda0-b3d38c967228'),
(77598,82,12599,NULL,469,1,'2026-01-21 02:28:08','2026-01-21 02:28:08','eb7cb515-ff49-486b-be84-9a68062ce205'),
(77599,82,12599,NULL,479,2,'2026-01-21 02:28:08','2026-01-21 02:28:08','48cca524-9a0b-4aa5-bf6a-d08418954c0b'),
(77600,82,12599,NULL,491,3,'2026-01-21 02:28:08','2026-01-21 02:28:08','030f321b-23ac-4731-b01d-718f811c1603'),
(77601,46,12599,NULL,4403,1,'2026-01-21 02:28:08','2026-01-21 02:28:08','a708fdf7-8b84-47a1-9d92-cac6a231f594'),
(77602,47,12599,NULL,10486,1,'2026-01-21 02:28:08','2026-01-21 02:28:08','6960adc0-224c-4240-8741-7855eb54a84c'),
(77603,57,12599,NULL,8806,1,'2026-01-21 02:28:08','2026-01-21 02:28:08','7b90a6a3-f4b7-4aef-a7f9-4d57ec22284d'),
(77604,57,12599,NULL,8808,2,'2026-01-21 02:28:08','2026-01-21 02:28:08','49d700a6-ce4d-4163-89a9-b4deef0dd499'),
(77605,57,12599,NULL,8810,3,'2026-01-21 02:28:08','2026-01-21 02:28:08','fb3d63a2-4edf-4db8-aecf-55f91196f2f3'),
(77606,57,12599,NULL,8803,4,'2026-01-21 02:28:08','2026-01-21 02:28:08','6f0f7d76-3979-4b0e-a40a-aaab69926fe0'),
(77607,57,12599,NULL,8804,5,'2026-01-21 02:28:08','2026-01-21 02:28:08','b3c8d474-cb48-4a36-8c8d-e7f4732b5f4c'),
(77608,57,12599,NULL,8805,6,'2026-01-21 02:28:08','2026-01-21 02:28:08','f57edf3f-4b28-4f39-bbff-722889790f53'),
(77609,57,12599,NULL,8807,7,'2026-01-21 02:28:08','2026-01-21 02:28:08','591091bc-e108-421b-8557-6a3a3790697a'),
(77642,32,12606,NULL,2610,1,'2026-01-21 02:29:28','2026-01-21 02:29:28','9beb8b10-e3e7-4029-abb4-b7b79c91e917'),
(77643,32,12606,NULL,2598,2,'2026-01-21 02:29:28','2026-01-21 02:29:28','ae6f18d7-6db2-41e1-ac48-d846670c231e'),
(77644,32,12606,NULL,2600,3,'2026-01-21 02:29:28','2026-01-21 02:29:28','83d586d4-3633-405e-b070-08022c4d3772'),
(77645,32,12606,NULL,2602,4,'2026-01-21 02:29:28','2026-01-21 02:29:28','8abcf3a9-b954-4d5b-98b9-00172c8fb35c'),
(77646,32,12606,NULL,2612,5,'2026-01-21 02:29:28','2026-01-21 02:29:28','cf983a08-ca5e-4c15-b900-3c339ca83ba3'),
(77647,32,12606,NULL,2618,6,'2026-01-21 02:29:28','2026-01-21 02:29:28','9c8bf2ee-e049-43e9-bcda-efaef9ffeca9'),
(77648,32,12606,NULL,2604,7,'2026-01-21 02:29:28','2026-01-21 02:29:28','b886be1a-286f-475f-ae62-bf5a8a2fc7bf'),
(77649,32,12606,NULL,2608,8,'2026-01-21 02:29:28','2026-01-21 02:29:28','e1c155c2-8043-4432-812c-42858772ec34'),
(77650,32,12606,NULL,2596,9,'2026-01-21 02:29:28','2026-01-21 02:29:28','4f8cfeb4-a9e1-4a98-bacc-58e7b0b0e822'),
(77651,32,12606,NULL,2606,10,'2026-01-21 02:29:28','2026-01-21 02:29:28','b5a0b8bc-f003-48e4-91f1-8b3b251d9be7'),
(77652,16,12606,NULL,4414,1,'2026-01-21 02:29:28','2026-01-21 02:29:28','46101f4f-4f76-4e33-bb25-41c7128e13e4'),
(77653,7,12606,NULL,6547,1,'2026-01-21 02:29:28','2026-01-21 02:29:28','52f11a57-a920-4cb5-ad02-9a3be9aa0c45'),
(77654,7,12606,NULL,601,2,'2026-01-21 02:29:28','2026-01-21 02:29:28','bdc1a20a-9dab-4dbc-ab93-c709e78727f7'),
(77655,7,12606,NULL,617,3,'2026-01-21 02:29:28','2026-01-21 02:29:28','5cd1ecd6-f93e-465e-bac8-67a863502d01'),
(77656,7,12606,NULL,605,4,'2026-01-21 02:29:28','2026-01-21 02:29:28','14afa522-b936-464d-a34c-479819709c82'),
(77657,7,12606,NULL,9552,5,'2026-01-21 02:29:28','2026-01-21 02:29:28','15351f2c-21b3-4fdf-bc71-0ccd1b402a92'),
(77658,82,12606,NULL,469,1,'2026-01-21 02:29:28','2026-01-21 02:29:28','08d63977-a5d9-476d-bb35-dee1e2555828'),
(77659,82,12606,NULL,479,2,'2026-01-21 02:29:28','2026-01-21 02:29:28','cf4970fb-d49f-4c42-a7ba-e074eb1b528c'),
(77660,82,12606,NULL,491,3,'2026-01-21 02:29:28','2026-01-21 02:29:28','f8bc4600-9d7b-4fb5-a1e1-81a7b336f420'),
(77661,46,12606,NULL,3697,1,'2026-01-21 02:29:28','2026-01-21 02:29:28','35cb7e59-bfa6-4c52-9543-59aee4f3f56c'),
(77662,47,12606,NULL,10489,1,'2026-01-21 02:29:28','2026-01-21 02:29:28','9af396ae-b1a4-4e39-abbf-9966fb182f27'),
(77663,57,12606,NULL,8831,1,'2026-01-21 02:29:28','2026-01-21 02:29:28','03d494a5-7d9c-477e-ae89-03d195b998d8'),
(77664,57,12606,NULL,8837,2,'2026-01-21 02:29:28','2026-01-21 02:29:28','a1f73e9d-9071-480e-9226-7fa0761a4a7e'),
(77665,57,12606,NULL,8835,3,'2026-01-21 02:29:28','2026-01-21 02:29:28','5568a9c0-64e0-4f65-b3d2-823966a7bbd3'),
(77666,57,12606,NULL,8832,4,'2026-01-21 02:29:28','2026-01-21 02:29:28','d4e6ea6d-93f7-4443-985c-ac182f2aafae'),
(77667,57,12606,NULL,8833,5,'2026-01-21 02:29:28','2026-01-21 02:29:28','aa8c05da-7a71-4da6-b0a4-4c826c53fe7f'),
(77668,57,12606,NULL,8834,6,'2026-01-21 02:29:28','2026-01-21 02:29:28','af0c3c9f-6ae0-4372-ac97-88a56af9effb'),
(77669,57,12606,NULL,8836,7,'2026-01-21 02:29:28','2026-01-21 02:29:28','be43488b-0058-4abd-836e-221bf3f9528e'),
(77670,57,12606,NULL,8830,8,'2026-01-21 02:29:28','2026-01-21 02:29:28','774b1048-5c4a-44fb-825d-1bfccec8cc34'),
(77671,57,12606,NULL,8829,9,'2026-01-21 02:29:28','2026-01-21 02:29:28','541b340b-a662-4ada-9d55-4f138fdee9ca'),
(77695,32,12616,NULL,2610,1,'2026-01-21 02:31:30','2026-01-21 02:31:30','ebc7b566-e461-4a92-be1e-92e34f284786'),
(77696,32,12616,NULL,2598,2,'2026-01-21 02:31:30','2026-01-21 02:31:30','99182acb-b765-4450-8f1d-94d65409afe9'),
(77697,32,12616,NULL,2600,3,'2026-01-21 02:31:30','2026-01-21 02:31:30','e5610cee-1a8a-405e-a4fd-641b1806f6cf'),
(77698,32,12616,NULL,2604,4,'2026-01-21 02:31:30','2026-01-21 02:31:30','2d4613e4-acd3-4b8c-92c9-a8c7ffc34559'),
(77699,32,12616,NULL,2608,5,'2026-01-21 02:31:30','2026-01-21 02:31:30','06213b3e-1300-4955-9c0a-d3f764cb5842'),
(77700,32,12616,NULL,2596,6,'2026-01-21 02:31:30','2026-01-21 02:31:30','23df8338-4768-414d-9128-deba35f076be'),
(77701,32,12616,NULL,2602,7,'2026-01-21 02:31:30','2026-01-21 02:31:30','609f60eb-d1f7-4bcf-b9d8-686954fe7580'),
(77702,32,12616,NULL,2606,8,'2026-01-21 02:31:30','2026-01-21 02:31:30','c667dd1d-cb97-4c59-8d20-7456833098a9'),
(77703,32,12616,NULL,2612,9,'2026-01-21 02:31:30','2026-01-21 02:31:30','97d69dbb-7bda-4532-ac10-f06629f32091'),
(77704,16,12616,NULL,4282,1,'2026-01-21 02:31:30','2026-01-21 02:31:30','163c5074-32e6-4175-b819-763251fadedd'),
(77705,7,12616,NULL,2969,1,'2026-01-21 02:31:30','2026-01-21 02:31:30','544a707b-3576-44ab-81fe-e71159ca9992'),
(77706,7,12616,NULL,617,2,'2026-01-21 02:31:30','2026-01-21 02:31:30','42e808e7-4cf0-4e13-984d-680761ea7e9b'),
(77707,7,12616,NULL,605,3,'2026-01-21 02:31:30','2026-01-21 02:31:30','6fc89976-771e-458a-b6af-d07c1efeaf34'),
(77708,7,12616,NULL,9552,4,'2026-01-21 02:31:30','2026-01-21 02:31:30','fcf78eb5-99ce-4ac2-bbff-3e82c287a2de'),
(77709,82,12616,NULL,469,1,'2026-01-21 02:31:30','2026-01-21 02:31:30','23f7d960-797d-468e-b6dc-8c3c5e46e3a2'),
(77710,82,12616,NULL,479,2,'2026-01-21 02:31:30','2026-01-21 02:31:30','15c598d9-dd61-48f0-b9e6-234464831143'),
(77711,82,12616,NULL,491,3,'2026-01-21 02:31:30','2026-01-21 02:31:30','17acc46b-f02d-42a7-a87f-a324bf5171ac'),
(77712,47,12616,NULL,10478,1,'2026-01-21 02:31:30','2026-01-21 02:31:30','3dba8499-c9eb-4309-8b67-d945c6bc1b39'),
(77713,57,12616,NULL,8740,1,'2026-01-21 02:31:30','2026-01-21 02:31:30','e858cbd8-a0c2-47a3-ae24-1a027841b3ed'),
(77714,57,12616,NULL,4911,2,'2026-01-21 02:31:30','2026-01-21 02:31:30','fbd09d28-83f6-4bcc-80b0-65ebee7159ef'),
(77715,57,12616,NULL,4909,3,'2026-01-21 02:31:30','2026-01-21 02:31:30','d91a8575-031f-485b-9b21-d86cfb8f4409'),
(77716,57,12616,NULL,4910,4,'2026-01-21 02:31:30','2026-01-21 02:31:30','418f4bc4-37eb-449f-9b82-51c13ad7043d'),
(77745,32,12619,NULL,2610,1,'2026-01-21 02:32:24','2026-01-21 02:32:24','567e85de-496d-4d90-8a01-4a788a302e12'),
(77746,32,12619,NULL,2598,2,'2026-01-21 02:32:24','2026-01-21 02:32:24','358e2f26-b85f-488a-ba09-ed365a67defc'),
(77747,32,12619,NULL,2624,3,'2026-01-21 02:32:24','2026-01-21 02:32:24','4e42d367-e5be-44f1-8d8b-b04c0320dbb2'),
(77748,32,12619,NULL,2600,4,'2026-01-21 02:32:24','2026-01-21 02:32:24','724f7f13-e2a3-4fb6-beba-225c9cb7df90'),
(77749,32,12619,NULL,2606,5,'2026-01-21 02:32:24','2026-01-21 02:32:24','1b09b4a7-e8ac-4741-a3b7-5800d7d61e53'),
(77750,32,12619,NULL,2604,6,'2026-01-21 02:32:24','2026-01-21 02:32:24','ac421828-b914-4f73-a4eb-8bd99aa6f188'),
(77751,32,12619,NULL,2608,7,'2026-01-21 02:32:24','2026-01-21 02:32:24','08a94853-6989-4d83-9b7d-174fe9489f53'),
(77752,32,12619,NULL,2602,8,'2026-01-21 02:32:24','2026-01-21 02:32:24','4129bf1a-2f4f-4e90-80bc-5f8a53461544'),
(77753,32,12619,NULL,2596,9,'2026-01-21 02:32:24','2026-01-21 02:32:24','a6de4e65-4bb0-4e0e-a70f-aaa9d8ac7003'),
(77754,32,12619,NULL,2612,10,'2026-01-21 02:32:24','2026-01-21 02:32:24','a2705238-f73e-4e86-8bdd-960ffc161af6'),
(77755,16,12619,NULL,4440,1,'2026-01-21 02:32:24','2026-01-21 02:32:24','9f04239c-f33e-4f6a-b131-3ba11a655aee'),
(77756,7,12619,NULL,2969,1,'2026-01-21 02:32:24','2026-01-21 02:32:24','1afe4770-9b1c-46b1-8f44-d84ca20bc26c'),
(77757,7,12619,NULL,617,2,'2026-01-21 02:32:24','2026-01-21 02:32:24','cab5db2c-9960-41a2-9b9e-edcd32e79bc2'),
(77758,7,12619,NULL,605,3,'2026-01-21 02:32:24','2026-01-21 02:32:24','4f3fd232-52e0-40b4-a8ed-0e0b365e7e02'),
(77759,7,12619,NULL,9552,4,'2026-01-21 02:32:24','2026-01-21 02:32:24','24b67883-49dc-4076-8587-1d839ab79ed0'),
(77760,82,12619,NULL,469,1,'2026-01-21 02:32:24','2026-01-21 02:32:24','baca64b6-4652-4f92-ae5a-35cd2a880fb8'),
(77761,82,12619,NULL,491,2,'2026-01-21 02:32:24','2026-01-21 02:32:24','32f44e8e-66e2-4855-bcd0-09cb0a1bcfde'),
(77762,46,12619,NULL,2891,1,'2026-01-21 02:32:24','2026-01-21 02:32:24','9db2470e-54da-4988-8c56-6bbffe22bb7a'),
(77763,47,12619,NULL,10492,1,'2026-01-21 02:32:24','2026-01-21 02:32:24','58692e1e-cff8-4aef-81b2-aa5dda94b466'),
(77764,57,12619,NULL,8867,1,'2026-01-21 02:32:24','2026-01-21 02:32:24','5f07b964-2c44-4cf5-accf-abc9f7977682'),
(77765,57,12619,NULL,8868,2,'2026-01-21 02:32:24','2026-01-21 02:32:24','09939a35-40fc-4fc9-b898-87a5609724e1'),
(77766,57,12619,NULL,8864,3,'2026-01-21 02:32:24','2026-01-21 02:32:24','4b7ae4b7-0711-45de-bd91-3fa4d90a6f9e'),
(77767,57,12619,NULL,8869,4,'2026-01-21 02:32:24','2026-01-21 02:32:24','f9e41e7e-bcc1-43da-8e2b-4bcf7cb4472a'),
(77768,57,12619,NULL,8871,5,'2026-01-21 02:32:24','2026-01-21 02:32:24','3ea7e2ff-284c-41a6-8be0-8e12803974dd'),
(77769,57,12619,NULL,8862,6,'2026-01-21 02:32:24','2026-01-21 02:32:24','afaed12f-0c3d-4f04-9448-2984d47a6124'),
(77770,57,12619,NULL,8866,7,'2026-01-21 02:32:24','2026-01-21 02:32:24','a1a56847-a9cd-489f-b156-c8a26eabefdc'),
(77771,57,12619,NULL,8865,8,'2026-01-21 02:32:24','2026-01-21 02:32:24','d34467bc-8718-4314-aaa8-d6f729ad2e80'),
(77797,22,8894,NULL,12644,1,'2026-01-21 02:43:50','2026-01-21 02:43:50','7b078305-1765-4592-8573-cff3e6106305'),
(77798,32,12646,NULL,2610,1,'2026-01-21 02:43:50','2026-01-21 02:43:50','e3e1e49b-6e59-44e5-bc45-14be4688a4f8'),
(77799,32,12646,NULL,2598,2,'2026-01-21 02:43:50','2026-01-21 02:43:50','8f2161e0-cafe-44d2-a4ef-4b9090bf8aa9'),
(77800,32,12646,NULL,2600,3,'2026-01-21 02:43:50','2026-01-21 02:43:50','24f2611d-fe97-4c7e-94f8-de38c29cf7af'),
(77801,32,12646,NULL,2604,4,'2026-01-21 02:43:50','2026-01-21 02:43:50','702537da-57b2-4dd1-8266-39c10b0dd2f1'),
(77802,32,12646,NULL,2608,5,'2026-01-21 02:43:50','2026-01-21 02:43:50','1ed132c3-4268-456f-aa34-a0c857d9eb18'),
(77803,32,12646,NULL,2602,6,'2026-01-21 02:43:50','2026-01-21 02:43:50','cc2ed2bb-aad4-4d23-8c21-ef9f95182d92'),
(77804,32,12646,NULL,2596,7,'2026-01-21 02:43:50','2026-01-21 02:43:50','c8fa17af-fdd5-4e15-989a-7cd4d0a2ecc3'),
(77805,32,12646,NULL,2606,8,'2026-01-21 02:43:50','2026-01-21 02:43:50','4b1c2012-b4b2-4ccc-b061-d7289f61832f'),
(77806,32,12646,NULL,2612,9,'2026-01-21 02:43:50','2026-01-21 02:43:50','c221659b-8be9-469a-9ded-e7ddf19f6068'),
(77807,16,12646,NULL,4466,1,'2026-01-21 02:43:50','2026-01-21 02:43:50','29a0f9a7-4a7e-4724-a346-bb55a23c8a54'),
(77808,7,12646,NULL,617,1,'2026-01-21 02:43:50','2026-01-21 02:43:50','fd826253-7b10-42ac-8d93-761e7d8a9016'),
(77809,7,12646,NULL,605,2,'2026-01-21 02:43:50','2026-01-21 02:43:50','4de801ec-43e1-4ea7-acf3-5f3c5c79d507'),
(77810,7,12646,NULL,9552,3,'2026-01-21 02:43:50','2026-01-21 02:43:50','762dc1ba-0623-4dcc-9efc-e69e5f58394b'),
(77811,82,12646,NULL,469,1,'2026-01-21 02:43:50','2026-01-21 02:43:50','d28c1687-595b-4ae8-9e5d-3b63c8f782d2'),
(77812,82,12646,NULL,479,2,'2026-01-21 02:43:50','2026-01-21 02:43:50','6a8c41fd-fecc-4fd4-a759-2a3088d22bf1'),
(77813,82,12646,NULL,491,3,'2026-01-21 02:43:50','2026-01-21 02:43:50','5ed888e4-5e45-42f8-88fe-9d39436a5d7c'),
(77814,47,12646,NULL,10495,1,'2026-01-21 02:43:50','2026-01-21 02:43:50','6040070f-c611-404e-91a9-deb71b660ac8'),
(77815,57,12646,NULL,8888,1,'2026-01-21 02:43:50','2026-01-21 02:43:50','954efc00-bcc4-4e09-9403-0fa3c19fa7e5'),
(77816,57,12646,NULL,8889,2,'2026-01-21 02:43:50','2026-01-21 02:43:50','4c3c025a-a219-4931-bab3-922720fcc852'),
(77817,57,12646,NULL,9589,3,'2026-01-21 02:43:50','2026-01-21 02:43:50','d5698b65-73bb-43e2-9866-fd861af842c9'),
(77820,22,12648,NULL,12644,1,'2026-01-21 02:43:50','2026-01-21 02:43:50','cadaede6-8c53-4125-929f-a7523c4e3ad7'),
(77860,32,12651,NULL,2610,1,'2026-01-21 02:44:12','2026-01-21 02:44:12','52028258-975f-402b-8298-c828c1eb080d'),
(77861,32,12651,NULL,2598,2,'2026-01-21 02:44:12','2026-01-21 02:44:12','9d93150f-16fb-4285-9647-3ebc841bd67b'),
(77862,32,12651,NULL,2600,3,'2026-01-21 02:44:12','2026-01-21 02:44:12','44355541-7613-40b7-ab91-1d9330dd03dc'),
(77863,32,12651,NULL,2604,4,'2026-01-21 02:44:12','2026-01-21 02:44:12','45debfc6-e4ce-48c8-943b-a5b4d167c6eb'),
(77864,32,12651,NULL,2608,5,'2026-01-21 02:44:12','2026-01-21 02:44:12','7a81218f-d4b8-429f-b952-14da42cadcf4'),
(77865,32,12651,NULL,2602,6,'2026-01-21 02:44:12','2026-01-21 02:44:12','ddf32637-ce99-45ae-ad4d-2fba9cf9ddad'),
(77866,32,12651,NULL,2596,7,'2026-01-21 02:44:12','2026-01-21 02:44:12','58483df0-9b30-42fb-a80c-93a809d9e182'),
(77867,32,12651,NULL,2606,8,'2026-01-21 02:44:12','2026-01-21 02:44:12','ef5498f7-6213-449c-af94-00fcea68d661'),
(77868,32,12651,NULL,2612,9,'2026-01-21 02:44:12','2026-01-21 02:44:12','26d41589-e928-4c5f-a863-54e22ea05d03'),
(77869,16,12651,NULL,4497,1,'2026-01-21 02:44:12','2026-01-21 02:44:12','3317f2e4-3067-4278-8e5f-f2eae128c9c3'),
(77870,7,12651,NULL,3468,1,'2026-01-21 02:44:12','2026-01-21 02:44:12','53c934c9-6bc4-43d3-8290-928b8bb8b127'),
(77871,7,12651,NULL,2969,2,'2026-01-21 02:44:12','2026-01-21 02:44:12','c8b65952-c806-4ede-ba62-1ae3096ffbcd'),
(77872,7,12651,NULL,617,3,'2026-01-21 02:44:12','2026-01-21 02:44:12','7bcd6258-da8e-4dd4-b2d9-3470d794be4e'),
(77873,7,12651,NULL,9732,4,'2026-01-21 02:44:12','2026-01-21 02:44:12','441c9647-4301-4a0a-8979-39427cc8e01a'),
(77874,7,12651,NULL,9640,5,'2026-01-21 02:44:12','2026-01-21 02:44:12','f3aa8827-14e9-4802-92a1-b2a5863779dd'),
(77875,7,12651,NULL,9552,6,'2026-01-21 02:44:12','2026-01-21 02:44:12','3cb781ad-22ec-40de-b1db-2744d24be2af'),
(77876,7,12651,NULL,605,7,'2026-01-21 02:44:12','2026-01-21 02:44:12','4848a658-b4cf-4761-9b77-fddc60dfb52e'),
(77877,82,12651,NULL,469,1,'2026-01-21 02:44:12','2026-01-21 02:44:12','14c5ada9-0023-4cda-9387-536eb0f35e33'),
(77878,82,12651,NULL,479,2,'2026-01-21 02:44:12','2026-01-21 02:44:12','f7c0aa28-b0e1-468a-ae71-bbc31e26838e'),
(77879,82,12651,NULL,491,3,'2026-01-21 02:44:12','2026-01-21 02:44:12','70272873-356f-40d0-ae61-6cff427d357d'),
(77880,47,12651,NULL,10498,1,'2026-01-21 02:44:12','2026-01-21 02:44:12','cdcd3ab0-35e2-4984-b896-dfb7a70dbc4c'),
(77881,57,12651,NULL,8923,1,'2026-01-21 02:44:12','2026-01-21 02:44:12','941f38bb-7e4c-4a33-8a12-12a33fa32e75'),
(77882,57,12651,NULL,8936,2,'2026-01-21 02:44:12','2026-01-21 02:44:12','8da1ef26-69be-4c90-9e79-089df06c0bd2'),
(77883,57,12651,NULL,8934,3,'2026-01-21 02:44:12','2026-01-21 02:44:12','eee6934c-9862-405f-bbae-1e3bc39ffe4b'),
(77884,57,12651,NULL,8935,4,'2026-01-21 02:44:12','2026-01-21 02:44:12','91340fcb-128d-4459-862b-48df7494c385'),
(77885,57,12651,NULL,8931,5,'2026-01-21 02:44:12','2026-01-21 02:44:12','c7dad1a0-1336-442d-a2be-417a8e0f63ec'),
(77886,57,12651,NULL,8928,6,'2026-01-21 02:44:12','2026-01-21 02:44:12','36816f42-f3d8-4cd4-96e1-ba91dcae483c'),
(77887,57,12651,NULL,8929,7,'2026-01-21 02:44:12','2026-01-21 02:44:12','321c8ab5-1cdc-4746-b320-4d2fad92aae5'),
(77888,57,12651,NULL,8930,8,'2026-01-21 02:44:12','2026-01-21 02:44:12','5e202c99-d5d7-460f-89d9-52e920c1005e'),
(77889,57,12651,NULL,8920,9,'2026-01-21 02:44:12','2026-01-21 02:44:12','fca69dcd-8cb2-40c3-b367-7547f00feaa6'),
(77890,57,12651,NULL,8918,10,'2026-01-21 02:44:12','2026-01-21 02:44:12','e531bc69-44e1-42e9-af05-8b1269f7ac47'),
(77891,57,12651,NULL,8919,11,'2026-01-21 02:44:12','2026-01-21 02:44:12','f0e7a971-aca0-4980-91e6-b0451e64a8b7'),
(77892,57,12651,NULL,8924,12,'2026-01-21 02:44:12','2026-01-21 02:44:12','bba85544-27ea-4eed-a189-72e67c93bf64'),
(77893,57,12651,NULL,8925,13,'2026-01-21 02:44:12','2026-01-21 02:44:12','2e022273-c174-4396-a089-cc31513ff4c9'),
(77894,57,12651,NULL,8926,14,'2026-01-21 02:44:12','2026-01-21 02:44:12','8fa90d54-1bae-4323-be3a-9c596fac6e64'),
(77895,57,12651,NULL,8927,15,'2026-01-21 02:44:12','2026-01-21 02:44:12','aa4f1257-c1cf-413e-a2d9-653964b56592'),
(77896,57,12651,NULL,8932,16,'2026-01-21 02:44:12','2026-01-21 02:44:12','e7be5a63-57ca-47cc-a9d8-ee62f5ab62f0'),
(77897,57,12651,NULL,8933,17,'2026-01-21 02:44:12','2026-01-21 02:44:12','08ab60ca-8068-4f82-a63c-dcf30a147bdd'),
(77929,22,1727,NULL,12660,1,'2026-01-21 02:48:18','2026-01-21 02:48:18','2c8e15ed-1c58-4ae7-a226-231c23dbe129'),
(77930,22,1728,NULL,12656,1,'2026-01-21 02:48:18','2026-01-21 02:48:18','018a1a42-b5a9-4be6-bf98-f8c6dce8c77b'),
(77931,32,12664,NULL,2610,1,'2026-01-21 02:48:18','2026-01-21 02:48:18','7c603ec5-86e2-47fe-b673-fd3fe298360b'),
(77932,32,12664,NULL,2598,2,'2026-01-21 02:48:18','2026-01-21 02:48:18','084e43be-d052-4c4e-b1db-89428c6b75c7'),
(77933,32,12664,NULL,2600,3,'2026-01-21 02:48:18','2026-01-21 02:48:18','da5ff2b7-1d84-49ee-8ca6-a2e34146be0b'),
(77934,32,12664,NULL,2604,4,'2026-01-21 02:48:18','2026-01-21 02:48:18','1a509a12-b6db-4292-b01b-7d3e78795ab6'),
(77935,32,12664,NULL,2608,5,'2026-01-21 02:48:18','2026-01-21 02:48:18','9884ae99-a2b6-4764-ab83-b632eea22616'),
(77936,32,12664,NULL,2602,6,'2026-01-21 02:48:18','2026-01-21 02:48:18','91f943e8-ce3b-4082-8bf6-42cabbe7476c'),
(77937,32,12664,NULL,2596,7,'2026-01-21 02:48:18','2026-01-21 02:48:18','5b62ac11-5a96-4610-a76d-1593f12fbe53'),
(77938,32,12664,NULL,2606,8,'2026-01-21 02:48:18','2026-01-21 02:48:18','22932ea5-6433-42ff-94c9-68f58c41abcb'),
(77939,32,12664,NULL,2612,9,'2026-01-21 02:48:18','2026-01-21 02:48:18','8773653f-0289-463d-84e1-9ac434edb4c4'),
(77940,16,12664,NULL,4526,1,'2026-01-21 02:48:18','2026-01-21 02:48:18','2642e975-018b-4d53-b862-337b3d721b2e'),
(77941,7,12664,NULL,2969,1,'2026-01-21 02:48:18','2026-01-21 02:48:18','b98ceefb-6441-46b7-bb03-e5bcc9bbedea'),
(77942,7,12664,NULL,2974,2,'2026-01-21 02:48:18','2026-01-21 02:48:18','bf04512b-1410-49f6-aba5-fa6c2c8397ec'),
(77943,7,12664,NULL,617,3,'2026-01-21 02:48:18','2026-01-21 02:48:18','57ce73d5-c638-4ee4-b68f-d8a909c84722'),
(77944,7,12664,NULL,605,4,'2026-01-21 02:48:18','2026-01-21 02:48:18','cff4a8cc-788d-4411-9059-0e0f4aee9014'),
(77945,7,12664,NULL,9552,5,'2026-01-21 02:48:18','2026-01-21 02:48:18','5fd53712-dc64-43d1-92ee-d3603b2fafaa'),
(77946,82,12664,NULL,469,1,'2026-01-21 02:48:18','2026-01-21 02:48:18','b68bafde-8939-4a2f-b346-ce46582d5904'),
(77947,82,12664,NULL,479,2,'2026-01-21 02:48:18','2026-01-21 02:48:18','485ea32e-6aaf-48a3-b64e-b20bd2b08676'),
(77948,82,12664,NULL,491,3,'2026-01-21 02:48:18','2026-01-21 02:48:18','39765c52-313c-4bb0-bed8-37bc7a938cd4'),
(77949,47,12664,NULL,10501,1,'2026-01-21 02:48:18','2026-01-21 02:48:18','1967a1f8-01b3-4c11-b838-5125a65018ab'),
(77950,57,12664,NULL,8955,1,'2026-01-21 02:48:18','2026-01-21 02:48:18','2d868e47-133e-4b42-b270-002cff494aec'),
(77951,57,12664,NULL,8956,2,'2026-01-21 02:48:18','2026-01-21 02:48:18','ad3614d7-b7d0-49a0-9868-6aa1c67966fc'),
(77952,57,12664,NULL,8957,3,'2026-01-21 02:48:18','2026-01-21 02:48:18','0c4d648b-b0fb-4156-945f-31ad57cfcd9d'),
(77953,57,12664,NULL,8958,4,'2026-01-21 02:48:18','2026-01-21 02:48:18','b8f15c73-c089-4c58-b2d1-4ad028af9b38'),
(77954,57,12664,NULL,8953,5,'2026-01-21 02:48:18','2026-01-21 02:48:18','3d0a3842-8e42-41ab-bebb-c83e837c6f4d'),
(77955,57,12664,NULL,8954,6,'2026-01-21 02:48:18','2026-01-21 02:48:18','93bf2925-dad2-4767-b8dd-c687dd029222'),
(77956,57,12664,NULL,9592,7,'2026-01-21 02:48:18','2026-01-21 02:48:18','a9b8708f-db30-4145-967e-d12a9cd5a41a'),
(77957,57,12664,NULL,8959,8,'2026-01-21 02:48:18','2026-01-21 02:48:18','6bef8ac3-3701-4aad-b3e4-28f1593e6b26'),
(77959,22,12665,NULL,12660,1,'2026-01-21 02:48:18','2026-01-21 02:48:18','012f43fe-f16d-4b61-a400-ebc18dc52d34'),
(77960,22,12666,NULL,12656,1,'2026-01-21 02:48:18','2026-01-21 02:48:18','a79fe8fd-1ea7-46cb-b384-a410ef76a037'),
(77989,32,12668,NULL,2610,1,'2026-01-21 02:48:31','2026-01-21 02:48:31','204802e6-5a16-4d38-b421-ce7ac69b6cc6'),
(77990,32,12668,NULL,2598,2,'2026-01-21 02:48:31','2026-01-21 02:48:31','b537d922-01b5-425d-b5fd-97224171051d'),
(77991,32,12668,NULL,2600,3,'2026-01-21 02:48:31','2026-01-21 02:48:31','fbf0a9b0-6065-4627-b8b9-c1f3cfd6d250'),
(77992,32,12668,NULL,2604,4,'2026-01-21 02:48:31','2026-01-21 02:48:31','439166a0-8a37-442e-af45-06f1a2b87f49'),
(77993,32,12668,NULL,2608,5,'2026-01-21 02:48:31','2026-01-21 02:48:31','dbaea88c-4ef0-410f-9bdd-757d5d68f6ef'),
(77994,32,12668,NULL,2602,6,'2026-01-21 02:48:31','2026-01-21 02:48:31','1ee7d3ab-4277-402b-ba87-cbe3bb6531f6'),
(77995,32,12668,NULL,2596,7,'2026-01-21 02:48:31','2026-01-21 02:48:31','b1fb7840-2c94-43d7-a9d3-314bf5d66017'),
(77996,32,12668,NULL,2606,8,'2026-01-21 02:48:31','2026-01-21 02:48:31','f330beee-571b-4729-a4b5-8d1cbe1d15e5'),
(77997,32,12668,NULL,2612,9,'2026-01-21 02:48:31','2026-01-21 02:48:31','23a23c34-1e8b-4bb5-8d44-0a68bd9904b7'),
(77998,16,12668,NULL,4526,1,'2026-01-21 02:48:31','2026-01-21 02:48:31','4828b97c-200a-4a16-ad88-59fdb1e1dd02'),
(77999,7,12668,NULL,2969,1,'2026-01-21 02:48:31','2026-01-21 02:48:31','8448ec34-ec19-4570-a75c-0df97f9d3545'),
(78000,7,12668,NULL,2974,2,'2026-01-21 02:48:31','2026-01-21 02:48:31','a1c9a1c0-d749-40db-b436-b53989d57ea2'),
(78001,7,12668,NULL,617,3,'2026-01-21 02:48:31','2026-01-21 02:48:31','35e87ba3-1bab-4d4e-ae58-900a8366c9d8'),
(78002,7,12668,NULL,605,4,'2026-01-21 02:48:31','2026-01-21 02:48:31','93fe9cbc-e2e6-4066-be4b-0aeec390ba94'),
(78003,7,12668,NULL,9552,5,'2026-01-21 02:48:31','2026-01-21 02:48:31','29db018e-a01b-43c1-a67c-9e9364ee8b66'),
(78004,82,12668,NULL,469,1,'2026-01-21 02:48:31','2026-01-21 02:48:31','b116c759-859a-45ae-aa60-389cea945e79'),
(78005,82,12668,NULL,479,2,'2026-01-21 02:48:31','2026-01-21 02:48:31','f65564aa-dd01-47f4-adff-2fd6e82c339d'),
(78006,82,12668,NULL,491,3,'2026-01-21 02:48:31','2026-01-21 02:48:31','7fff788c-1ec2-4bad-8845-dbfe283ad6c0'),
(78007,47,12668,NULL,10501,1,'2026-01-21 02:48:31','2026-01-21 02:48:31','98eecb1c-ea35-42c4-8ad9-f38cafa79051'),
(78008,57,12668,NULL,8955,1,'2026-01-21 02:48:31','2026-01-21 02:48:31','796038ac-1d63-4345-9657-11fa6cc9743e'),
(78009,57,12668,NULL,8956,2,'2026-01-21 02:48:31','2026-01-21 02:48:31','331fce75-078d-4571-91cb-1942ee9e0efc'),
(78010,57,12668,NULL,8957,3,'2026-01-21 02:48:31','2026-01-21 02:48:31','773fe3d0-116d-4459-8638-9042579cf06f'),
(78011,57,12668,NULL,8958,4,'2026-01-21 02:48:31','2026-01-21 02:48:31','4cb8b9b9-f339-45f1-9f21-969e9571ce5e'),
(78012,57,12668,NULL,8953,5,'2026-01-21 02:48:31','2026-01-21 02:48:31','edd564e6-4f93-4a47-a51f-5a13642e9fde'),
(78013,57,12668,NULL,8954,6,'2026-01-21 02:48:31','2026-01-21 02:48:31','b996fa23-6ed4-4dbb-bfde-83b1d7118509'),
(78014,57,12668,NULL,9592,7,'2026-01-21 02:48:31','2026-01-21 02:48:31','221cc34a-a5ff-410d-b197-33725816facf'),
(78015,57,12668,NULL,8959,8,'2026-01-21 02:48:31','2026-01-21 02:48:31','123c252a-fbf8-4ce9-be02-2b726a57255a'),
(78043,32,12670,NULL,2610,1,'2026-01-21 02:49:00','2026-01-21 02:49:00','8a74da77-3693-4822-8b12-d4a0981a0a23'),
(78044,32,12670,NULL,2598,2,'2026-01-21 02:49:00','2026-01-21 02:49:00','38a9bd9b-89e0-4f11-9a73-88fa6c90d5b7'),
(78045,32,12670,NULL,2600,3,'2026-01-21 02:49:00','2026-01-21 02:49:00','4975cadc-9914-4900-bbb5-72de22bfb9e0'),
(78046,32,12670,NULL,2604,4,'2026-01-21 02:49:00','2026-01-21 02:49:00','64e43592-9f79-49e7-a4e7-f8a9218e22c0'),
(78047,32,12670,NULL,2608,5,'2026-01-21 02:49:00','2026-01-21 02:49:00','28f354da-e261-4e32-b3dc-b78b3ce4bfd0'),
(78048,32,12670,NULL,2602,6,'2026-01-21 02:49:00','2026-01-21 02:49:00','797e2408-ca83-48de-9edf-833cf26e3e41'),
(78049,32,12670,NULL,2596,7,'2026-01-21 02:49:00','2026-01-21 02:49:00','d978f6b4-810a-45d1-8d8e-a6addf0ca5d3'),
(78050,32,12670,NULL,2606,8,'2026-01-21 02:49:00','2026-01-21 02:49:00','db4e5271-4892-4009-bc62-d057f9b4e67a'),
(78051,32,12670,NULL,2612,9,'2026-01-21 02:49:00','2026-01-21 02:49:00','3e107cee-0d92-4181-961d-ab1fbe51aa9e'),
(78052,16,12670,NULL,4554,1,'2026-01-21 02:49:00','2026-01-21 02:49:00','49a17ed2-3e45-4129-aba6-7e873617a0e2'),
(78053,7,12670,NULL,3468,1,'2026-01-21 02:49:00','2026-01-21 02:49:00','e50994c1-d84e-42a3-8eac-73fbccc94014'),
(78054,7,12670,NULL,617,2,'2026-01-21 02:49:00','2026-01-21 02:49:00','cd3bb555-cd99-4483-9e73-c608244be18d'),
(78055,7,12670,NULL,605,3,'2026-01-21 02:49:00','2026-01-21 02:49:00','42441168-4230-4e7e-8b41-c7c8efee6b46'),
(78056,7,12670,NULL,9552,4,'2026-01-21 02:49:00','2026-01-21 02:49:00','10863bf1-f0c0-490e-9889-698b8fe31760'),
(78057,82,12670,NULL,469,1,'2026-01-21 02:49:00','2026-01-21 02:49:00','0c37fecf-9881-4b73-a32b-f41924bcdf98'),
(78058,82,12670,NULL,479,2,'2026-01-21 02:49:00','2026-01-21 02:49:00','81cea441-2ad3-4bc0-bef8-31d3f6dbe93a'),
(78059,82,12670,NULL,491,3,'2026-01-21 02:49:00','2026-01-21 02:49:00','bf50e718-833e-49e8-85f1-e61f2039b042'),
(78060,47,12670,NULL,10504,1,'2026-01-21 02:49:00','2026-01-21 02:49:00','211c4973-145a-4a5b-8a33-ae0359cedb96'),
(78061,57,12670,NULL,8968,1,'2026-01-21 02:49:00','2026-01-21 02:49:00','be302792-a3fe-43fe-ae60-b7b16c18ec09'),
(78062,57,12670,NULL,8970,2,'2026-01-21 02:49:00','2026-01-21 02:49:00','559d0cf8-98b0-4215-8dd4-c343f6408710'),
(78063,57,12670,NULL,8971,3,'2026-01-21 02:49:00','2026-01-21 02:49:00','28fd918e-2a73-49fc-82a4-6d07e080b30b'),
(78064,57,12670,NULL,8972,4,'2026-01-21 02:49:00','2026-01-21 02:49:00','9d92f066-61d5-4766-93ef-e8d02de0eacb'),
(78065,57,12670,NULL,8973,5,'2026-01-21 02:49:00','2026-01-21 02:49:00','8ecae0d7-4c86-45a4-88d9-920b2c71c660'),
(78066,57,12670,NULL,8969,6,'2026-01-21 02:49:00','2026-01-21 02:49:00','e3d62829-fc74-4bee-8723-47389f8bad55'),
(78067,57,12670,NULL,8974,7,'2026-01-21 02:49:00','2026-01-21 02:49:00','30eebf8a-60d4-43da-bcfd-7cff1d1bdb16'),
(78092,32,12672,NULL,2610,1,'2026-01-21 02:50:26','2026-01-21 02:50:26','d1576ef3-9cb8-43f3-a5b6-db3c5ac064c6'),
(78093,32,12672,NULL,2598,2,'2026-01-21 02:50:26','2026-01-21 02:50:26','beb1282b-200d-413a-bdc4-450b0b57e41c'),
(78094,32,12672,NULL,2600,3,'2026-01-21 02:50:26','2026-01-21 02:50:26','26fb4770-5030-42f2-b5b5-d75dc60e8be7'),
(78095,32,12672,NULL,2602,4,'2026-01-21 02:50:26','2026-01-21 02:50:26','50f94087-5f26-4dd1-8c8b-8e08a9fdf9a0'),
(78096,32,12672,NULL,2604,5,'2026-01-21 02:50:26','2026-01-21 02:50:26','9980b992-362a-4d89-82a1-c17b809aec77'),
(78097,32,12672,NULL,2608,6,'2026-01-21 02:50:26','2026-01-21 02:50:26','a73615c5-f625-41de-b810-82ede28425c3'),
(78098,32,12672,NULL,2596,7,'2026-01-21 02:50:26','2026-01-21 02:50:26','baf48cc6-c443-4baa-a2c4-e244f6204e76'),
(78099,32,12672,NULL,2606,8,'2026-01-21 02:50:26','2026-01-21 02:50:26','09810a9e-dc1a-49a1-97de-9be4a4617c5f'),
(78100,32,12672,NULL,2612,9,'2026-01-21 02:50:26','2026-01-21 02:50:26','f064424c-1cfb-4ae0-899d-6e53b1d1eeaf'),
(78101,16,12672,NULL,4579,1,'2026-01-21 02:50:26','2026-01-21 02:50:26','03324969-ddfc-4c77-aa76-e53e8c31b25a'),
(78102,7,12672,NULL,2969,1,'2026-01-21 02:50:26','2026-01-21 02:50:26','eb0ecbdd-a39d-4b25-aff2-96aa7d47fa4f'),
(78103,7,12672,NULL,9727,2,'2026-01-21 02:50:26','2026-01-21 02:50:26','1225934f-4d65-40c1-90e6-147ef9812699'),
(78104,7,12672,NULL,617,3,'2026-01-21 02:50:26','2026-01-21 02:50:26','a52ada20-00a5-4e2b-8643-b28d135860a7'),
(78105,7,12672,NULL,605,4,'2026-01-21 02:50:26','2026-01-21 02:50:26','e47bfe4f-9bce-4872-af37-fa5847e48523'),
(78106,7,12672,NULL,9552,5,'2026-01-21 02:50:26','2026-01-21 02:50:26','290fd551-7073-4de7-a94d-8e75a4c72965'),
(78107,82,12672,NULL,479,1,'2026-01-21 02:50:26','2026-01-21 02:50:26','21e44f6d-d170-43f7-a48c-e4bf9e3eccaa'),
(78108,82,12672,NULL,491,2,'2026-01-21 02:50:26','2026-01-21 02:50:26','92fb4691-793c-4be1-95bd-9e1f84060562'),
(78109,47,12672,NULL,12489,1,'2026-01-21 02:50:26','2026-01-21 02:50:26','4f333726-409e-48c7-8523-10bd3ff5dd84'),
(78110,57,12672,NULL,8984,1,'2026-01-21 02:50:26','2026-01-21 02:50:26','bb2837ef-68eb-47f9-b9f4-d4568dce7bce'),
(78111,57,12672,NULL,8982,2,'2026-01-21 02:50:26','2026-01-21 02:50:26','737b1141-6873-43bf-a41b-57216e5d9c47'),
(78112,57,12672,NULL,8981,3,'2026-01-21 02:50:26','2026-01-21 02:50:26','391f0780-c948-4483-8215-4622eb2a8d2e'),
(78113,57,12672,NULL,8983,4,'2026-01-21 02:50:26','2026-01-21 02:50:26','c1925dbb-6303-4bc7-bbdf-2c58553d57c9'),
(78114,57,12672,NULL,8980,5,'2026-01-21 02:50:26','2026-01-21 02:50:26','db176543-52e1-49d6-afd0-ae8fbf5cc6dc'),
(78115,32,12673,NULL,2610,1,'2026-01-21 02:51:27','2026-01-21 02:51:27','e3c7bce5-d6a9-4448-9b8a-4c5aa8e636da'),
(78116,32,12673,NULL,2598,2,'2026-01-21 02:51:27','2026-01-21 02:51:27','17adcc08-e04e-4d2a-8d16-96ec51513669'),
(78117,32,12673,NULL,2600,3,'2026-01-21 02:51:27','2026-01-21 02:51:27','fc94cda9-bfb0-4354-a554-135a1b736745'),
(78118,32,12673,NULL,2604,4,'2026-01-21 02:51:27','2026-01-21 02:51:27','bc0b9bb4-fc34-45d8-82a5-40a6b308b7d2'),
(78119,32,12673,NULL,2608,5,'2026-01-21 02:51:27','2026-01-21 02:51:27','a3456c52-8c26-4c64-9e0a-8ffcd279f9ee'),
(78120,32,12673,NULL,2596,6,'2026-01-21 02:51:27','2026-01-21 02:51:27','823e23e6-3c30-4331-867b-8fc626c3c5d7'),
(78121,32,12673,NULL,2602,7,'2026-01-21 02:51:27','2026-01-21 02:51:27','897f1e95-24fe-4a1b-a6b0-25302713cb5c'),
(78122,32,12673,NULL,2606,8,'2026-01-21 02:51:27','2026-01-21 02:51:27','b6405a3e-4ed5-4c8a-803f-1aa778634a98'),
(78123,32,12673,NULL,2612,9,'2026-01-21 02:51:27','2026-01-21 02:51:27','741a3b61-987a-470f-b8ac-0fed8e0bf2a9'),
(78124,16,12673,NULL,4610,1,'2026-01-21 02:51:27','2026-01-21 02:51:27','a64cc3f0-4d7c-4001-87de-b4a870f46bfa'),
(78125,7,12673,NULL,2969,1,'2026-01-21 02:51:27','2026-01-21 02:51:27','90f2dfcb-976a-4556-9464-00ea14bc54cf'),
(78126,7,12673,NULL,9640,2,'2026-01-21 02:51:27','2026-01-21 02:51:27','ff939fc3-c2f8-46eb-8c9b-37262427651d'),
(78127,7,12673,NULL,2974,3,'2026-01-21 02:51:27','2026-01-21 02:51:27','5cf4907b-2caa-4a9f-8b92-ad54370cb23b'),
(78128,7,12673,NULL,617,4,'2026-01-21 02:51:27','2026-01-21 02:51:27','95d8fdb2-f892-457f-8d85-b4aa6a904eda'),
(78129,7,12673,NULL,605,5,'2026-01-21 02:51:27','2026-01-21 02:51:27','d98d7288-3cd3-4724-be21-11a357c678db'),
(78130,7,12673,NULL,9552,6,'2026-01-21 02:51:27','2026-01-21 02:51:27','fa6da713-02d9-4568-a229-9ab110581982'),
(78131,82,12673,NULL,491,1,'2026-01-21 02:51:27','2026-01-21 02:51:27','7890cdc2-efe5-47e9-937b-87fa1a2d28a2'),
(78132,57,12673,NULL,9629,1,'2026-01-21 02:51:27','2026-01-21 02:51:27','22091073-9118-42d9-be72-cb7f01b1dec1'),
(78133,57,12673,NULL,9631,2,'2026-01-21 02:51:27','2026-01-21 02:51:27','507c71ce-8f00-4ec5-8456-95b0150c4f36'),
(78134,57,12673,NULL,9630,3,'2026-01-21 02:51:27','2026-01-21 02:51:27','5ad3f901-209a-4653-9d63-88a31ac68b9a'),
(78135,57,12673,NULL,9628,4,'2026-01-21 02:51:27','2026-01-21 02:51:27','f700b5d7-f01b-4f0e-9f5f-a2c13993e494'),
(78136,57,12673,NULL,9627,5,'2026-01-21 02:51:27','2026-01-21 02:51:27','2ebb822c-2cc6-4002-bed7-a0b34ee91367'),
(78137,57,12673,NULL,9632,6,'2026-01-21 02:51:27','2026-01-21 02:51:27','63a4cdf0-6049-4f9a-93d4-e0723260d026'),
(78138,57,12673,NULL,9633,7,'2026-01-21 02:51:27','2026-01-21 02:51:27','718556b4-8102-40a8-ab4b-8524f5ec558c'),
(78139,57,12673,NULL,9625,8,'2026-01-21 02:51:27','2026-01-21 02:51:27','b5038582-d529-4038-8c2b-352f96c4b56a'),
(78140,57,12673,NULL,9626,9,'2026-01-21 02:51:27','2026-01-21 02:51:27','c8259d2c-3f9c-4872-a4d5-55d06311b4c1'),
(78141,57,12673,NULL,9624,10,'2026-01-21 02:51:27','2026-01-21 02:51:27','88b5725d-e502-4705-a239-48d642cb00e2'),
(78142,57,12673,NULL,9623,11,'2026-01-21 02:51:27','2026-01-21 02:51:27','8251d0e2-9147-4840-963f-bfc076ca8f90'),
(78143,57,12673,NULL,9622,12,'2026-01-21 02:51:27','2026-01-21 02:51:27','08c0f2c1-fc12-4eb0-bc42-5299fec563c2'),
(78144,13,12673,NULL,10152,1,'2026-01-21 02:51:27','2026-01-21 02:51:27','e5091b73-e447-4f49-9e81-2b52f0f4e3f7'),
(78172,22,1747,NULL,12679,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','c56a371d-f1a4-4db7-8886-f28794b104a3'),
(78173,22,1748,NULL,12687,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','0d539830-cf7b-425f-a34f-5094fafc95df'),
(78174,32,12691,NULL,2610,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','57c19e2e-5ca2-4f28-be84-d4022326f17f'),
(78175,32,12691,NULL,2598,2,'2026-01-21 02:58:37','2026-01-21 02:58:37','b5018ac3-f580-4152-bfe8-5dfa5b19a8d2'),
(78176,32,12691,NULL,2600,3,'2026-01-21 02:58:37','2026-01-21 02:58:37','40a2eee8-9bdb-420b-822e-157b372ec69a'),
(78177,32,12691,NULL,2602,4,'2026-01-21 02:58:37','2026-01-21 02:58:37','637f6f50-eb6c-4c3f-b783-7076519a77d9'),
(78178,32,12691,NULL,2612,5,'2026-01-21 02:58:37','2026-01-21 02:58:37','c9c46c2f-50c1-41f5-ad6a-e3b5d65a1b69'),
(78179,32,12691,NULL,2618,6,'2026-01-21 02:58:37','2026-01-21 02:58:37','dcdb2e3d-4fd1-4612-b565-69eb75f1f7c5'),
(78180,32,12691,NULL,2604,7,'2026-01-21 02:58:37','2026-01-21 02:58:37','5f52e6f4-c399-4579-8110-a71fff9c4a8d'),
(78181,32,12691,NULL,2608,8,'2026-01-21 02:58:37','2026-01-21 02:58:37','710076bf-4ef9-4c52-a85e-c93e0b0fcdd9'),
(78182,32,12691,NULL,2596,9,'2026-01-21 02:58:37','2026-01-21 02:58:37','5f659ccb-4b8d-43db-867e-9429c7687940'),
(78183,32,12691,NULL,2606,10,'2026-01-21 02:58:37','2026-01-21 02:58:37','88abfe9b-8426-4f37-8f6e-731a379aa4a8'),
(78184,16,12691,NULL,4639,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','5678628e-81ef-4630-a4f2-b3621cb0229a'),
(78185,7,12691,NULL,2974,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','0af55d53-8427-46bc-a762-ede0603bf7b8'),
(78186,7,12691,NULL,617,2,'2026-01-21 02:58:37','2026-01-21 02:58:37','993df641-96f3-4ba5-b5e9-aa3d1b233ee8'),
(78187,7,12691,NULL,605,3,'2026-01-21 02:58:37','2026-01-21 02:58:37','720ed9dd-2472-4677-9a4b-43f0e44dad36'),
(78188,7,12691,NULL,9552,4,'2026-01-21 02:58:37','2026-01-21 02:58:37','1696a79e-c7a7-469d-a059-8976df63ba34'),
(78189,82,12691,NULL,479,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','0f411ef1-bae0-490c-ad21-e158ed3e642f'),
(78190,82,12691,NULL,491,2,'2026-01-21 02:58:37','2026-01-21 02:58:37','030f2c0b-17d6-4883-b2af-26b1262aed80'),
(78191,46,12691,NULL,3697,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','b69fee5f-d6b0-4bbd-857e-f6c124128b5e'),
(78192,47,12691,NULL,12494,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','7424341f-5b0d-43aa-ab16-3b66b8d99091'),
(78193,57,12691,NULL,5084,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','27de33de-ac8e-40d4-bd9f-8f676cc5f0d5'),
(78194,57,12691,NULL,5085,2,'2026-01-21 02:58:37','2026-01-21 02:58:37','71b48aea-2693-46ec-932c-c6f018dab95e'),
(78195,57,12691,NULL,5086,3,'2026-01-21 02:58:37','2026-01-21 02:58:37','3485de24-ca68-409b-b1bb-0ac6a700f8c2'),
(78196,57,12691,NULL,5087,4,'2026-01-21 02:58:37','2026-01-21 02:58:37','59cbf950-c2d9-4f48-b08b-3fb182ead1ed'),
(78197,57,12691,NULL,5088,5,'2026-01-21 02:58:37','2026-01-21 02:58:37','d98c34cd-45c3-4cf4-8860-23ca4ad243e2'),
(78199,22,12692,NULL,12679,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','d82aa3ec-5a07-4713-b5f7-2f62eff04667'),
(78200,22,12693,NULL,12687,1,'2026-01-21 02:58:37','2026-01-21 02:58:37','6691e02e-28c9-46d0-a26b-3b76342e88c5'),
(78215,16,12710,NULL,6530,1,'2026-01-21 03:50:37','2026-01-21 03:50:37','fc61fcc7-e2c8-43b0-843b-8ad9e0640dd8'),
(78216,7,12710,NULL,617,1,'2026-01-21 03:50:37','2026-01-21 03:50:37','4e9d1366-4010-4adb-84aa-c11306f3a04b'),
(78217,7,12710,NULL,9558,2,'2026-01-21 03:50:37','2026-01-21 03:50:37','ae54ab4d-dcf9-4f1b-a62f-fd33db32f860'),
(78218,7,12710,NULL,605,3,'2026-01-21 03:50:37','2026-01-21 03:50:37','ecd45459-9bc6-477e-95b7-66028704b5c2'),
(78219,7,12710,NULL,9552,4,'2026-01-21 03:50:37','2026-01-21 03:50:37','27309e38-3e8b-4708-b305-0209bb79a9fc'),
(78220,57,12710,NULL,8064,1,'2026-01-21 03:50:37','2026-01-21 03:50:37','22cf9c7a-ca14-40da-875a-0b4cf4b96c25'),
(78221,57,12710,NULL,8061,2,'2026-01-21 03:50:37','2026-01-21 03:50:37','91d5a0c8-c66b-40f8-a600-7f0cd0419224'),
(78222,57,12710,NULL,8060,3,'2026-01-21 03:50:37','2026-01-21 03:50:37','9841db08-7e97-49ff-bb6a-703a47605500'),
(78223,57,12710,NULL,8063,4,'2026-01-21 03:50:37','2026-01-21 03:50:37','f24de19d-ce0d-48f0-9a18-27f72546089d'),
(78224,57,12710,NULL,8062,5,'2026-01-21 03:50:37','2026-01-21 03:50:37','1f703d47-ae42-40fa-acde-949bc3fad974'),
(78225,74,12710,NULL,6525,1,'2026-01-21 03:50:37','2026-01-21 03:50:37','44713024-e32d-4c83-a292-d8e67155582f'),
(78227,12,12710,NULL,12709,1,'2026-01-21 03:50:37','2026-01-21 03:50:37','e1bb4c71-d28f-4f74-9c50-fa6ddc5dd6df'),
(78228,16,12711,NULL,6530,1,'2026-01-21 03:50:41','2026-01-21 03:50:41','5871f25a-482e-4e13-9323-8864224f8c2a'),
(78229,7,12711,NULL,617,1,'2026-01-21 03:50:41','2026-01-21 03:50:41','394e1e58-3373-4fb4-8f3c-d3739588e16f'),
(78230,7,12711,NULL,9558,2,'2026-01-21 03:50:41','2026-01-21 03:50:41','46df1f93-2ed0-4663-88d9-5d29c6804922'),
(78231,7,12711,NULL,605,3,'2026-01-21 03:50:41','2026-01-21 03:50:41','8e32cae6-2bf5-4cab-ba5b-e040ea56a4a5'),
(78232,7,12711,NULL,9552,4,'2026-01-21 03:50:41','2026-01-21 03:50:41','e9d85e60-d8e3-4399-ba1f-1b61205d1b4a'),
(78233,57,12711,NULL,8064,1,'2026-01-21 03:50:41','2026-01-21 03:50:41','b8fa0eca-4c7c-44cc-8c31-6bd768384a35'),
(78234,57,12711,NULL,8061,2,'2026-01-21 03:50:41','2026-01-21 03:50:41','2eabee12-ba18-4753-80d4-c5dcaa3fee43'),
(78235,57,12711,NULL,8060,3,'2026-01-21 03:50:41','2026-01-21 03:50:41','17cb572a-7732-4eca-bd54-139c0bd997b3'),
(78236,57,12711,NULL,8063,4,'2026-01-21 03:50:41','2026-01-21 03:50:41','efd1b756-bca1-4670-9b7c-cd45a5e5a368'),
(78237,57,12711,NULL,8062,5,'2026-01-21 03:50:41','2026-01-21 03:50:41','0b648b96-3d26-4149-9aa8-419a52168ad0'),
(78238,74,12711,NULL,6525,1,'2026-01-21 03:50:41','2026-01-21 03:50:41','3992ccc3-a7e2-41f8-b76e-17b541afb234'),
(78240,12,12711,NULL,12709,1,'2026-01-21 03:50:41','2026-01-21 03:50:41','72b26576-9f14-4b80-b523-fcf79da6d8bc'),
(78255,12,1073,NULL,12713,1,'2026-01-21 03:55:17','2026-01-21 03:55:17','5dca69f6-e082-491e-8a5e-adc84bd0c5b8'),
(78256,16,12714,NULL,6530,1,'2026-01-21 03:55:17','2026-01-21 03:55:17','9cb4999c-1c8f-4ced-83f4-579997828bdc'),
(78257,7,12714,NULL,617,1,'2026-01-21 03:55:17','2026-01-21 03:55:17','866def8f-1623-4cf5-ad95-600738a5f925'),
(78258,7,12714,NULL,9558,2,'2026-01-21 03:55:17','2026-01-21 03:55:17','b4dc3d63-1c76-4997-b715-3d3e45a3092d'),
(78259,7,12714,NULL,605,3,'2026-01-21 03:55:17','2026-01-21 03:55:17','fe74f8b2-a630-46de-9731-3527b538a2df'),
(78260,7,12714,NULL,9552,4,'2026-01-21 03:55:17','2026-01-21 03:55:17','9392ab27-9dbc-4c38-a1a6-826f80a8639b'),
(78261,57,12714,NULL,8064,1,'2026-01-21 03:55:17','2026-01-21 03:55:17','45f46fe8-d97b-4bc4-bb0c-3684261f4292'),
(78262,57,12714,NULL,8061,2,'2026-01-21 03:55:17','2026-01-21 03:55:17','198f56bb-f719-4033-8335-1953d81eaa85'),
(78263,57,12714,NULL,8060,3,'2026-01-21 03:55:17','2026-01-21 03:55:17','6d28ce16-72f4-4066-b397-adabf4f1f9d5'),
(78264,57,12714,NULL,8063,4,'2026-01-21 03:55:17','2026-01-21 03:55:17','0e733de3-2ad2-4a96-bc86-46f4eed605ee'),
(78265,57,12714,NULL,8062,5,'2026-01-21 03:55:17','2026-01-21 03:55:17','dca6cb35-399f-4897-bd15-25151b9069e7'),
(78266,74,12714,NULL,6525,1,'2026-01-21 03:55:17','2026-01-21 03:55:17','65f81232-e5b1-43e2-8e26-56d3c0e04f2d'),
(78268,12,12714,NULL,12713,1,'2026-01-21 03:55:17','2026-01-21 03:55:17','11cd00be-978b-4933-ad1a-a94aa3ba84ab'),
(78285,12,1135,NULL,12715,1,'2026-01-21 03:56:33','2026-01-21 03:56:33','2841063b-7eaf-48e1-ac2c-eca6b0fff909'),
(78286,16,12720,NULL,8208,1,'2026-01-21 03:56:33','2026-01-21 03:56:33','5079fbc4-8f4c-4b2f-860e-b2079de0d755'),
(78287,7,12720,NULL,617,1,'2026-01-21 03:56:33','2026-01-21 03:56:33','1258bb81-0b68-4040-bdfe-94d2ca347e5d'),
(78288,7,12720,NULL,9555,2,'2026-01-21 03:56:33','2026-01-21 03:56:33','1f4a1399-2426-4ed2-a3cb-1f4161db7d0f'),
(78289,7,12720,NULL,605,3,'2026-01-21 03:56:33','2026-01-21 03:56:33','34dbd151-be8e-46e8-a483-ad2de463d1e4'),
(78290,7,12720,NULL,9552,4,'2026-01-21 03:56:33','2026-01-21 03:56:33','97605bd1-9d1e-47fb-97d1-e085302f7877'),
(78291,57,12720,NULL,8218,1,'2026-01-21 03:56:33','2026-01-21 03:56:33','2a870cfa-01ff-4201-a5d5-34895d30752e'),
(78292,57,12720,NULL,8217,2,'2026-01-21 03:56:33','2026-01-21 03:56:33','d2e41bcc-bff4-49c3-9037-4f0b28cff1b4'),
(78293,57,12720,NULL,8211,3,'2026-01-21 03:56:33','2026-01-21 03:56:33','86fb3b76-96d9-4dd9-aed3-3252fe3090b5'),
(78294,57,12720,NULL,8214,4,'2026-01-21 03:56:33','2026-01-21 03:56:33','509aa012-1f71-466b-bc5a-f5bffd82eafe'),
(78295,57,12720,NULL,8213,5,'2026-01-21 03:56:33','2026-01-21 03:56:33','af988519-f8c1-4466-964c-07b4eddd139b'),
(78296,57,12720,NULL,8212,6,'2026-01-21 03:56:33','2026-01-21 03:56:33','0ce2c953-dc7f-45f6-8c63-788480278a46'),
(78297,57,12720,NULL,8215,7,'2026-01-21 03:56:33','2026-01-21 03:56:33','c8b35396-5dd3-4288-b3bd-f8c1a141bddf'),
(78298,74,12720,NULL,9453,1,'2026-01-21 03:56:33','2026-01-21 03:56:33','ca603bc7-0134-4f44-98be-b778b7460565'),
(78300,12,12720,NULL,12715,1,'2026-01-21 03:56:33','2026-01-21 03:56:33','0d8312ca-6119-433a-ba8e-35f342def81c'),
(78302,12,1437,NULL,12727,1,'2026-01-21 04:27:40','2026-01-21 04:27:40','a4ea0146-e47d-4125-8302-b6e12f121689'),
(78303,83,12728,NULL,1431,1,'2026-01-21 04:27:40','2026-01-21 04:27:40','63b78846-b052-4804-bf69-b21b51812b81'),
(78304,16,12728,NULL,6640,1,'2026-01-21 04:27:40','2026-01-21 04:27:40','b9c5334d-a489-46f0-a4c5-8aceb624c9f4'),
(78305,7,12728,NULL,617,1,'2026-01-21 04:27:40','2026-01-21 04:27:40','f3da0585-3004-4364-a3cb-0d8d0f04ac7a'),
(78306,7,12728,NULL,605,2,'2026-01-21 04:27:40','2026-01-21 04:27:40','61aacbef-c9b5-4abd-accb-037161043396'),
(78307,7,12728,NULL,9552,3,'2026-01-21 04:27:40','2026-01-21 04:27:40','d573bce5-5643-47e3-9020-6ed7926fb3ff'),
(78308,57,12728,NULL,6635,1,'2026-01-21 04:27:40','2026-01-21 04:27:40','aee10f93-0471-4a18-b928-25f6f7dd96b8'),
(78309,57,12728,NULL,6636,2,'2026-01-21 04:27:40','2026-01-21 04:27:40','9678bf1b-2b9d-47e5-bc43-c22a4b4a9619'),
(78310,57,12728,NULL,6637,3,'2026-01-21 04:27:40','2026-01-21 04:27:40','79bed6db-e05e-4044-b6be-10bb525bd29d'),
(78311,57,12728,NULL,6638,4,'2026-01-21 04:27:40','2026-01-21 04:27:40','b95152aa-a994-4e9a-a6d4-3e2d3b2f0fe4'),
(78312,57,12728,NULL,6639,5,'2026-01-21 04:27:40','2026-01-21 04:27:40','847b4eee-6ba4-43c4-b27c-e49c89f791d2'),
(78313,57,12728,NULL,6640,6,'2026-01-21 04:27:40','2026-01-21 04:27:40','ab464114-2eee-41ad-9c41-8fbb469ce7a1'),
(78315,12,12728,NULL,12727,1,'2026-01-21 04:27:40','2026-01-21 04:27:40','b74dd70b-fa18-42be-a84d-7ae1b32cec02'),
(78333,22,1941,NULL,14444,1,'2026-01-21 14:22:23','2026-01-21 14:22:23','9624526f-c8cf-4336-aaf3-7c4f7750e143'),
(78334,32,14450,NULL,2598,1,'2026-01-21 14:22:23','2026-01-21 14:22:23','777ac254-5070-4a89-9958-76a73e0b981e'),
(78335,32,14450,NULL,2608,2,'2026-01-21 14:22:23','2026-01-21 14:22:23','0304cb67-1ed0-4ede-9168-ccb415f8c2bd'),
(78336,32,14450,NULL,2600,3,'2026-01-21 14:22:23','2026-01-21 14:22:23','644e2b85-254c-4b4e-b675-723886742185'),
(78337,32,14450,NULL,2596,4,'2026-01-21 14:22:23','2026-01-21 14:22:23','c05cc07b-91bb-49ad-884a-baeb0b2432be'),
(78338,32,14450,NULL,2602,5,'2026-01-21 14:22:23','2026-01-21 14:22:23','104a4c76-ce37-4ab3-b388-dc9991b2d99d'),
(78339,32,14450,NULL,2606,6,'2026-01-21 14:22:23','2026-01-21 14:22:23','2ee75e4b-d4cd-47fc-85ce-a09a04eba68d'),
(78340,32,14450,NULL,2604,7,'2026-01-21 14:22:23','2026-01-21 14:22:23','224c4368-46a4-4dd0-8653-7981694e170d'),
(78341,32,14450,NULL,2610,8,'2026-01-21 14:22:23','2026-01-21 14:22:23','7c571268-0354-492e-9337-68a856616161'),
(78342,32,14450,NULL,2612,9,'2026-01-21 14:22:23','2026-01-21 14:22:23','533ac15d-4bf0-4560-bcc3-4424531f7585'),
(78343,16,14450,NULL,11529,1,'2026-01-21 14:22:23','2026-01-21 14:22:23','3f8ddd44-b923-46e7-81cf-3eee11ca153e'),
(78344,7,14450,NULL,2969,1,'2026-01-21 14:22:23','2026-01-21 14:22:23','8d6ee618-ebf0-4894-8d02-2cbbd551f0db'),
(78345,7,14450,NULL,617,2,'2026-01-21 14:22:23','2026-01-21 14:22:23','14f6aa5d-fbc9-4de3-9887-d6a3b4ee7032'),
(78346,7,14450,NULL,605,3,'2026-01-21 14:22:23','2026-01-21 14:22:23','0e4476a1-de13-4d74-b39d-9176112a2869'),
(78347,7,14450,NULL,9552,4,'2026-01-21 14:22:23','2026-01-21 14:22:23','78a067f5-c108-4c48-954f-ec2ea5e925fb'),
(78348,82,14450,NULL,491,1,'2026-01-21 14:22:23','2026-01-21 14:22:23','cb42a645-159d-47e7-890e-c2f000e7b4bb'),
(78349,47,14450,NULL,10463,1,'2026-01-21 14:22:23','2026-01-21 14:22:23','19b8872e-b475-4f6e-b40d-abb5f46a4b7a'),
(78350,22,14451,NULL,14444,1,'2026-01-21 14:22:23','2026-01-21 14:22:23','1f4a1696-7165-4b4b-9324-d3bc20529ff3'),
(78367,32,14455,NULL,2610,1,'2026-01-21 14:22:56','2026-01-21 14:22:56','64f3fcd4-b3b9-4d0b-9efb-7babbf04b54d'),
(78368,32,14455,NULL,2598,2,'2026-01-21 14:22:56','2026-01-21 14:22:56','6e6b1d81-8f95-4cce-886b-76c8502a2e6b'),
(78369,32,14455,NULL,2608,3,'2026-01-21 14:22:56','2026-01-21 14:22:56','26270cbc-f307-47e9-a51c-6829e58ecc9a'),
(78370,32,14455,NULL,2624,4,'2026-01-21 14:22:56','2026-01-21 14:22:56','fe9c8f88-7e12-41e8-8363-74fca82d135f'),
(78371,32,14455,NULL,2600,5,'2026-01-21 14:22:56','2026-01-21 14:22:56','553122f9-f382-4bf9-9368-96f6bb0884a8'),
(78372,32,14455,NULL,2596,6,'2026-01-21 14:22:56','2026-01-21 14:22:56','b1765b24-d13b-457e-ac93-add6e030f52f'),
(78373,32,14455,NULL,2606,7,'2026-01-21 14:22:56','2026-01-21 14:22:56','1ae687e6-82ed-4208-94db-afa0aaadb41f'),
(78374,32,14455,NULL,2604,8,'2026-01-21 14:22:56','2026-01-21 14:22:56','aa21ef5c-b4dc-4258-9fb6-761f96aae9e2'),
(78375,32,14455,NULL,2602,9,'2026-01-21 14:22:56','2026-01-21 14:22:56','9318b419-1b98-4f97-8f06-cf820d8af336'),
(78376,32,14455,NULL,2612,10,'2026-01-21 14:22:56','2026-01-21 14:22:56','5347da31-46b9-44da-bf80-17f37dec4854'),
(78377,16,14455,NULL,9524,1,'2026-01-21 14:22:56','2026-01-21 14:22:56','2cc6844b-f321-4c25-94b4-86783da7ef77'),
(78378,7,14455,NULL,617,1,'2026-01-21 14:22:56','2026-01-21 14:22:56','b04792cc-ce90-44db-89fb-6b59e6be2229'),
(78379,7,14455,NULL,605,2,'2026-01-21 14:22:56','2026-01-21 14:22:56','1d9ed3ca-4cf9-4e8e-8d33-28db11f3c418'),
(78380,7,14455,NULL,9552,3,'2026-01-21 14:22:56','2026-01-21 14:22:56','a53bc7a1-c76f-4189-98a4-fa613b26f62f'),
(78381,82,14455,NULL,491,1,'2026-01-21 14:22:56','2026-01-21 14:22:56','d605e84f-3a16-43e5-a37f-74a1e8dfbd7c'),
(78382,46,14455,NULL,2891,1,'2026-01-21 14:22:56','2026-01-21 14:22:56','8da664c3-4f9f-41d8-a442-d93fb2ebbf0a'),
(78383,47,14455,NULL,10460,1,'2026-01-21 14:22:56','2026-01-21 14:22:56','907b2638-e584-48fc-aafe-716e95341350'),
(78384,57,14455,NULL,9529,1,'2026-01-21 14:22:56','2026-01-21 14:22:56','f6828546-8ace-4e12-bcfb-1bbd21159fa1'),
(78385,57,14455,NULL,9530,2,'2026-01-21 14:22:56','2026-01-21 14:22:56','5bf1fa2a-c498-4061-8e67-7503d542f5e0'),
(78386,57,14455,NULL,9531,3,'2026-01-21 14:22:56','2026-01-21 14:22:56','48e4884a-f85c-4094-8fae-7458c110e1dc'),
(78389,22,1935,NULL,14458,1,'2026-01-21 14:23:45','2026-01-21 14:23:45','77d2e156-f749-43fb-a4a9-3d4d6a1cbf42'),
(78390,32,14460,NULL,2598,1,'2026-01-21 14:23:45','2026-01-21 14:23:45','86d41a05-93d6-42da-80cd-d4cb261df25e'),
(78391,32,14460,NULL,2608,2,'2026-01-21 14:23:45','2026-01-21 14:23:45','147b5f36-1bb2-429e-8e09-428cf828f001'),
(78392,32,14460,NULL,2600,3,'2026-01-21 14:23:45','2026-01-21 14:23:45','1722bd35-b99f-4210-a3cb-9670702465b7'),
(78393,32,14460,NULL,2596,4,'2026-01-21 14:23:45','2026-01-21 14:23:45','ce066fcb-63a7-49b5-aafe-e31991491306'),
(78394,32,14460,NULL,2602,5,'2026-01-21 14:23:45','2026-01-21 14:23:45','167ddc7c-b2ea-4059-bb99-479730bc18ab'),
(78395,32,14460,NULL,2606,6,'2026-01-21 14:23:45','2026-01-21 14:23:45','8df001f0-38de-401a-abb0-625f4abf7f74'),
(78396,32,14460,NULL,2604,7,'2026-01-21 14:23:45','2026-01-21 14:23:45','c9568f32-c373-4391-9edc-d0b86bd3d613'),
(78397,32,14460,NULL,2610,8,'2026-01-21 14:23:45','2026-01-21 14:23:45','05169a59-b79f-453d-8cff-21388104e454'),
(78398,32,14460,NULL,2612,9,'2026-01-21 14:23:45','2026-01-21 14:23:45','9c26580b-a1dd-48ff-bb8a-fc7f7935f8e3'),
(78399,16,14460,NULL,11978,1,'2026-01-21 14:23:45','2026-01-21 14:23:45','4072c238-30a2-4007-a293-207ba4589c0a'),
(78400,7,14460,NULL,617,1,'2026-01-21 14:23:45','2026-01-21 14:23:45','941f1895-d360-4252-9204-cb95ce7fbde7'),
(78401,7,14460,NULL,605,2,'2026-01-21 14:23:45','2026-01-21 14:23:45','b25d2435-2f60-447a-b0d4-d67dcfc00d05'),
(78402,7,14460,NULL,9552,3,'2026-01-21 14:23:45','2026-01-21 14:23:45','4362f5ad-72c7-42cc-b0a8-db938bdb774b'),
(78403,82,14460,NULL,491,1,'2026-01-21 14:23:45','2026-01-21 14:23:45','e6f590fc-7b3c-423f-8070-b9503bbe07da'),
(78404,47,14460,NULL,10466,1,'2026-01-21 14:23:45','2026-01-21 14:23:45','ea95d683-23cc-48d7-bc60-6de17dd66a90'),
(78405,57,14460,NULL,9469,1,'2026-01-21 14:23:45','2026-01-21 14:23:45','fd770898-f99a-4626-b081-c52c7bebd848'),
(78406,57,14460,NULL,9470,2,'2026-01-21 14:23:45','2026-01-21 14:23:45','3420bcb4-5652-4b37-af21-5a80dae6cf65'),
(78407,57,14460,NULL,9471,3,'2026-01-21 14:23:45','2026-01-21 14:23:45','fe1f67f9-abdb-4718-9e66-7a4692ea4b8a'),
(78408,57,14460,NULL,10097,4,'2026-01-21 14:23:45','2026-01-21 14:23:45','fdb30ea0-bca1-4385-aa5e-74337555e4f5'),
(78409,57,14460,NULL,10098,5,'2026-01-21 14:23:45','2026-01-21 14:23:45','4ab6fc2f-c70d-4764-8a56-81d72ca59a87'),
(78410,57,14460,NULL,10099,6,'2026-01-21 14:23:45','2026-01-21 14:23:45','898f92d1-060f-45ee-96bc-97544588d1f1'),
(78411,57,14460,NULL,10100,7,'2026-01-21 14:23:45','2026-01-21 14:23:45','de8d4ac3-348d-4f88-9c6d-be86a80de524'),
(78412,57,14460,NULL,10101,8,'2026-01-21 14:23:45','2026-01-21 14:23:45','24e06ab0-d613-4f3f-895b-5c788282e28b'),
(78413,57,14460,NULL,10102,9,'2026-01-21 14:23:45','2026-01-21 14:23:45','397be082-54de-4843-8ade-3c8f964d2ae0'),
(78415,22,14461,NULL,14458,1,'2026-01-21 14:23:45','2026-01-21 14:23:45','db6cc7c9-2f44-4c48-8a24-f2848057c5ee'),
(78441,32,14463,NULL,2598,1,'2026-01-21 14:24:04','2026-01-21 14:24:04','5ac3db1f-eb00-4561-bd13-1c55cc3740c4'),
(78442,32,14463,NULL,2608,2,'2026-01-21 14:24:04','2026-01-21 14:24:04','5f6d12a9-e4f7-40ec-b983-314359c97bb6'),
(78443,32,14463,NULL,2600,3,'2026-01-21 14:24:04','2026-01-21 14:24:04','1a0fc19e-cb05-4b6f-968a-54fa6bb8d606'),
(78444,32,14463,NULL,2596,4,'2026-01-21 14:24:04','2026-01-21 14:24:04','ffb3922b-81e1-404f-8226-beea544894dd'),
(78445,32,14463,NULL,2602,5,'2026-01-21 14:24:04','2026-01-21 14:24:04','91833d1d-06a1-402b-ac61-765d76f463bb'),
(78446,32,14463,NULL,2606,6,'2026-01-21 14:24:04','2026-01-21 14:24:04','21f8fcc1-5e42-424a-b20a-e95da6b05949'),
(78447,32,14463,NULL,2604,7,'2026-01-21 14:24:04','2026-01-21 14:24:04','1a752fde-a157-4dbb-a31a-a965f86904e0'),
(78448,32,14463,NULL,2610,8,'2026-01-21 14:24:04','2026-01-21 14:24:04','6b8c4d6a-f22f-42e7-9297-1ecebe478559'),
(78449,32,14463,NULL,2612,9,'2026-01-21 14:24:04','2026-01-21 14:24:04','1be57946-ce66-46d0-9fb0-369ce77ec329'),
(78450,16,14463,NULL,11978,1,'2026-01-21 14:24:04','2026-01-21 14:24:04','f704cccd-f988-4674-99ab-5ab454864274'),
(78451,7,14463,NULL,617,1,'2026-01-21 14:24:04','2026-01-21 14:24:04','ca8ae42f-874b-4711-a80b-1a7d1381dcbd'),
(78452,7,14463,NULL,605,2,'2026-01-21 14:24:04','2026-01-21 14:24:04','2264a86d-a673-43c0-b20c-0caae57b9341'),
(78453,7,14463,NULL,9552,3,'2026-01-21 14:24:04','2026-01-21 14:24:04','296ec736-6e2f-455a-b2a6-1504f1f53f0f'),
(78454,82,14463,NULL,491,1,'2026-01-21 14:24:04','2026-01-21 14:24:04','7f68ceef-9241-44bb-9589-851ead659629'),
(78455,47,14463,NULL,10466,1,'2026-01-21 14:24:04','2026-01-21 14:24:04','62078461-8df2-454f-b7bf-a085f5aee626'),
(78456,57,14463,NULL,9469,1,'2026-01-21 14:24:04','2026-01-21 14:24:04','fdd89eeb-5837-484e-accf-d107035b0d5e'),
(78457,57,14463,NULL,9470,2,'2026-01-21 14:24:04','2026-01-21 14:24:04','7cedcb02-ffe9-463d-98f0-9dc0ee8a9f83'),
(78458,57,14463,NULL,9471,3,'2026-01-21 14:24:04','2026-01-21 14:24:04','61292df4-ff3d-457b-999e-67ad39e6b725'),
(78459,57,14463,NULL,10097,4,'2026-01-21 14:24:04','2026-01-21 14:24:04','a124149b-2d1f-45a0-b57f-cd8663197d86'),
(78460,57,14463,NULL,10098,5,'2026-01-21 14:24:04','2026-01-21 14:24:04','5c754649-5da4-40d3-bb17-90b55a22e447'),
(78461,57,14463,NULL,10099,6,'2026-01-21 14:24:04','2026-01-21 14:24:04','5c514e02-31c8-4251-9476-785fe0820d94'),
(78462,57,14463,NULL,10100,7,'2026-01-21 14:24:04','2026-01-21 14:24:04','c32090bc-88a2-4e96-8a14-6be3bd6c9226'),
(78463,57,14463,NULL,10101,8,'2026-01-21 14:24:04','2026-01-21 14:24:04','4d4ba468-22d2-4e3e-9eb0-dbb257ada058'),
(78464,57,14463,NULL,10102,9,'2026-01-21 14:24:04','2026-01-21 14:24:04','1fc9b643-c584-4b16-8f9b-11a2f1bf28a8'),
(78486,32,14465,NULL,2610,1,'2026-01-21 14:24:26','2026-01-21 14:24:26','b6f64376-e9b6-4e51-8ae8-993f538de855'),
(78487,32,14465,NULL,2598,2,'2026-01-21 14:24:26','2026-01-21 14:24:26','76c95412-a81a-4000-938b-a4052548f172'),
(78488,32,14465,NULL,2608,3,'2026-01-21 14:24:26','2026-01-21 14:24:26','409008cd-8777-402c-9887-a27be3c83f07'),
(78489,32,14465,NULL,2600,4,'2026-01-21 14:24:26','2026-01-21 14:24:26','f2af2731-8e88-4376-942e-59561efb0338'),
(78490,32,14465,NULL,2596,5,'2026-01-21 14:24:26','2026-01-21 14:24:26','bfc786c5-c7e1-4360-aa42-11a989d5bef5'),
(78491,32,14465,NULL,2602,6,'2026-01-21 14:24:26','2026-01-21 14:24:26','74c2825b-d055-4a61-8496-2ddb071d08d1'),
(78492,32,14465,NULL,2606,7,'2026-01-21 14:24:26','2026-01-21 14:24:26','763d5d20-ffe3-453d-ad32-c752546c488e'),
(78493,32,14465,NULL,2612,8,'2026-01-21 14:24:26','2026-01-21 14:24:26','34e15ffc-25ae-4f9f-bfe3-11fc32b7df45'),
(78494,32,14465,NULL,2604,9,'2026-01-21 14:24:26','2026-01-21 14:24:26','d591a600-129f-4022-a971-864ef209427d'),
(78495,16,14465,NULL,9255,1,'2026-01-21 14:24:26','2026-01-21 14:24:26','b67bbc0b-bcc4-4a1a-86a0-7ebe1c76cdb9'),
(78496,7,14465,NULL,601,1,'2026-01-21 14:24:26','2026-01-21 14:24:26','d9d6602c-3609-42fe-afff-23c61325961b'),
(78497,7,14465,NULL,605,2,'2026-01-21 14:24:26','2026-01-21 14:24:26','217a9c11-c188-425f-8009-8f2d5a406cd0'),
(78498,7,14465,NULL,617,3,'2026-01-21 14:24:26','2026-01-21 14:24:26','6ff47e44-9111-446b-a36d-b7ae674c62d6'),
(78499,7,14465,NULL,9552,4,'2026-01-21 14:24:26','2026-01-21 14:24:26','24215383-2479-4ce9-833c-be5cf0287609'),
(78500,82,14465,NULL,491,1,'2026-01-21 14:24:26','2026-01-21 14:24:26','0885dd26-741a-4388-b978-e024ab1cce45'),
(78501,47,14465,NULL,12446,1,'2026-01-21 14:24:26','2026-01-21 14:24:26','40103da7-e2a5-4859-a631-346960c7cadd'),
(78502,57,14465,NULL,9260,1,'2026-01-21 14:24:26','2026-01-21 14:24:26','363a1007-f02c-4012-a105-70239039f318'),
(78503,57,14465,NULL,9261,2,'2026-01-21 14:24:26','2026-01-21 14:24:26','6682b901-7631-4a76-ac28-1ffc49a5af8a'),
(78504,57,14465,NULL,9258,3,'2026-01-21 14:24:26','2026-01-21 14:24:26','ca266af6-f9ed-4d8b-b098-7828e11aeb5b'),
(78505,57,14465,NULL,9259,4,'2026-01-21 14:24:26','2026-01-21 14:24:26','478b60de-1148-477c-b0bd-3fccd7fe1149'),
(78539,32,14467,NULL,2610,1,'2026-01-21 14:24:39','2026-01-21 14:24:39','d94b3895-5bac-454c-9be2-5b5c3cc39836'),
(78540,32,14467,NULL,2598,2,'2026-01-21 14:24:39','2026-01-21 14:24:39','16b0b8e4-4923-4c89-aaea-7ae9c740b923'),
(78541,32,14467,NULL,2608,3,'2026-01-21 14:24:39','2026-01-21 14:24:39','750b42eb-a234-4187-aec4-c8402fb5e2ff'),
(78542,32,14467,NULL,2600,4,'2026-01-21 14:24:39','2026-01-21 14:24:39','d5c8183d-e484-40fb-aff2-1e6eb21126c7'),
(78543,32,14467,NULL,2596,5,'2026-01-21 14:24:39','2026-01-21 14:24:39','c9d05292-e6bd-491e-94ba-5f3449acf99a'),
(78544,32,14467,NULL,2602,6,'2026-01-21 14:24:39','2026-01-21 14:24:39','e86b6a5b-0f95-4d2d-b6fe-9b164b6e6363'),
(78545,32,14467,NULL,2606,7,'2026-01-21 14:24:39','2026-01-21 14:24:39','8c03b834-132d-42d0-b610-ee640fd45023'),
(78546,32,14467,NULL,2612,8,'2026-01-21 14:24:39','2026-01-21 14:24:39','78a9cffb-c6c9-4e1b-bcc4-01c207292797'),
(78547,32,14467,NULL,2604,9,'2026-01-21 14:24:39','2026-01-21 14:24:39','7dd96e7b-4100-4075-8dcc-e51a6ab97b9b'),
(78548,16,14467,NULL,10000,1,'2026-01-21 14:24:39','2026-01-21 14:24:39','921410ac-dd71-4d8c-84e2-9a0a9805c030'),
(78549,7,14467,NULL,3468,1,'2026-01-21 14:24:39','2026-01-21 14:24:39','f2e62cc4-5b3b-4fe5-817b-9ee33a7e88ea'),
(78550,7,14467,NULL,601,2,'2026-01-21 14:24:39','2026-01-21 14:24:39','e100cfda-bc03-4c04-a159-ffa89c801505'),
(78551,7,14467,NULL,617,3,'2026-01-21 14:24:39','2026-01-21 14:24:39','b6becf8a-1f40-46fa-b0d3-83de345d6697'),
(78552,7,14467,NULL,605,4,'2026-01-21 14:24:39','2026-01-21 14:24:39','b921154f-f5c1-4aec-b6e7-1e4784d12345'),
(78553,7,14467,NULL,9552,5,'2026-01-21 14:24:39','2026-01-21 14:24:39','878631ac-d515-41bf-a36c-cfb0ae38a1f5'),
(78554,82,14467,NULL,491,1,'2026-01-21 14:24:39','2026-01-21 14:24:39','33e7d7f4-2b4a-4ffd-ac35-94c6c8a5ee1e'),
(78555,46,14467,NULL,7369,1,'2026-01-21 14:24:39','2026-01-21 14:24:39','647598a9-8534-4985-91ba-d187c1824d8c'),
(78556,47,14467,NULL,12449,1,'2026-01-21 14:24:39','2026-01-21 14:24:39','e1afd4e2-c32d-4358-aa14-a08ad65ae445'),
(78557,57,14467,NULL,10004,1,'2026-01-21 14:24:39','2026-01-21 14:24:39','2a6f04c3-44b5-45b8-ae3f-5e692dfba42a'),
(78558,57,14467,NULL,10005,2,'2026-01-21 14:24:39','2026-01-21 14:24:39','2be25606-dd9d-4509-9602-485355ba5b0f'),
(78559,57,14467,NULL,10006,3,'2026-01-21 14:24:39','2026-01-21 14:24:39','7bc3c468-d5f8-411b-8068-84812e8899a6'),
(78560,57,14467,NULL,10007,4,'2026-01-21 14:24:39','2026-01-21 14:24:39','aa412573-d75b-4ea4-ae50-f342ea1acf28'),
(78561,57,14467,NULL,10009,5,'2026-01-21 14:24:39','2026-01-21 14:24:39','e9b6b35a-cf97-4d4e-a3d5-f2a226ef9234'),
(78562,57,14467,NULL,10010,6,'2026-01-21 14:24:39','2026-01-21 14:24:39','92513fe0-2d41-47ae-adbc-0c8d7295da0e'),
(78563,57,14467,NULL,10012,7,'2026-01-21 14:24:39','2026-01-21 14:24:39','d25274e4-b35a-44c5-9d43-dae538d5b303'),
(78564,57,14467,NULL,10013,8,'2026-01-21 14:24:39','2026-01-21 14:24:39','c2a02952-4ca1-49fa-bc79-554e084bfa45'),
(78565,57,14467,NULL,10014,9,'2026-01-21 14:24:39','2026-01-21 14:24:39','41d35fab-6b65-4243-9ab7-9c9db19f2b4f'),
(78566,57,14467,NULL,10015,10,'2026-01-21 14:24:39','2026-01-21 14:24:39','b91d9131-88a9-44d0-8883-5201e695228c'),
(78567,57,14467,NULL,10016,11,'2026-01-21 14:24:39','2026-01-21 14:24:39','f805efc4-0863-4349-8dcf-d1a0910892b4'),
(78568,57,14467,NULL,10018,12,'2026-01-21 14:24:39','2026-01-21 14:24:39','dbe7b00b-2a40-4303-880b-522d4fca6227'),
(78569,57,14467,NULL,10019,13,'2026-01-21 14:24:39','2026-01-21 14:24:39','4f46fcc5-416e-44d0-a8cf-eb0ae3f34407'),
(78570,57,14467,NULL,10020,14,'2026-01-21 14:24:39','2026-01-21 14:24:39','518d41d0-e0b7-4415-90eb-6020f451e5e5'),
(78600,32,14474,NULL,2614,1,'2026-01-21 14:26:40','2026-01-21 14:26:40','ffb6b0e5-cdbd-44ae-bf8e-c4474d92805d'),
(78601,32,14474,NULL,2610,2,'2026-01-21 14:26:40','2026-01-21 14:26:40','310cdea8-d1da-4949-919d-c82ecf2f61bc'),
(78602,32,14474,NULL,2598,3,'2026-01-21 14:26:40','2026-01-21 14:26:40','4fd051f5-1f00-4993-9ecb-92d6f5d9a61a'),
(78603,32,14474,NULL,2608,4,'2026-01-21 14:26:40','2026-01-21 14:26:40','49340141-cc37-409b-8ead-9a3aa8a21365'),
(78604,32,14474,NULL,2600,5,'2026-01-21 14:26:40','2026-01-21 14:26:40','ca84e8f4-2796-4f71-a443-b33495b253ca'),
(78605,32,14474,NULL,2596,6,'2026-01-21 14:26:40','2026-01-21 14:26:40','23b47f38-4bff-4550-9792-a554829e70f6'),
(78606,32,14474,NULL,2602,7,'2026-01-21 14:26:40','2026-01-21 14:26:40','87aa7183-c489-4313-8dec-901fb5252631'),
(78607,32,14474,NULL,2606,8,'2026-01-21 14:26:40','2026-01-21 14:26:40','cda9b56a-5458-4d84-8b0c-670d12ccda7c'),
(78608,32,14474,NULL,2612,9,'2026-01-21 14:26:40','2026-01-21 14:26:40','f24c900b-4aa9-4a57-95d9-517fa18ab930'),
(78609,32,14474,NULL,2604,10,'2026-01-21 14:26:40','2026-01-21 14:26:40','fad4c461-abb1-4483-b552-a9da69a00319'),
(78610,16,14474,NULL,6659,1,'2026-01-21 14:26:40','2026-01-21 14:26:40','d377536a-77fd-4f8a-8d93-c54afd3b7eda'),
(78611,7,14474,NULL,6547,1,'2026-01-21 14:26:40','2026-01-21 14:26:40','fc304b1d-62d0-4484-87e7-f8b3eb734fb3'),
(78612,7,14474,NULL,601,2,'2026-01-21 14:26:40','2026-01-21 14:26:40','c6e413be-d545-41f8-a109-affb80076c7c'),
(78613,7,14474,NULL,617,3,'2026-01-21 14:26:40','2026-01-21 14:26:40','eeebc390-4de0-4883-832f-47faec3edc92'),
(78614,7,14474,NULL,9640,4,'2026-01-21 14:26:40','2026-01-21 14:26:40','da37de75-75d0-41b7-936f-1efc23aafacf'),
(78615,7,14474,NULL,2974,5,'2026-01-21 14:26:40','2026-01-21 14:26:40','41b4df42-4f27-45a1-9cbf-16785434d660'),
(78616,7,14474,NULL,605,6,'2026-01-21 14:26:40','2026-01-21 14:26:40','de875da7-998a-4969-a623-8aa19f7cf420'),
(78617,7,14474,NULL,9552,7,'2026-01-21 14:26:40','2026-01-21 14:26:40','b6d3043d-1d6e-4b69-86b6-d445691d31b0'),
(78618,47,14474,NULL,12453,1,'2026-01-21 14:26:40','2026-01-21 14:26:40','e2a2c56d-f7fc-4f83-b847-a7ba5eb06bc0'),
(78619,57,14474,NULL,6680,1,'2026-01-21 14:26:40','2026-01-21 14:26:40','198b65ba-88a6-4529-8e13-3b70d70a95b0'),
(78620,57,14474,NULL,6681,2,'2026-01-21 14:26:40','2026-01-21 14:26:40','5943f1d4-ce62-44e7-90f1-1b1a17d5eeee'),
(78621,57,14474,NULL,6682,3,'2026-01-21 14:26:40','2026-01-21 14:26:40','b5a65437-c651-4a87-a94a-e618bb0f4978'),
(78622,57,14474,NULL,6683,4,'2026-01-21 14:26:40','2026-01-21 14:26:40','fe17d324-fb8e-4a9a-9dae-e96b744c7236'),
(78623,57,14474,NULL,6684,5,'2026-01-21 14:26:40','2026-01-21 14:26:40','ffda4726-0336-4f2f-91cc-f9b0cd0ed5f5'),
(78625,22,14475,NULL,6128,1,'2026-01-21 14:26:40','2026-01-21 14:26:40','c8958a5a-22c8-44c5-a2b0-bc68e88e43f5'),
(78626,22,14476,NULL,14469,1,'2026-01-21 14:26:40','2026-01-21 14:26:40','6c7fe62b-943c-4d8c-98f9-7664e5053f17'),
(78640,83,14480,NULL,1431,1,'2026-01-21 14:26:52','2026-01-21 14:26:52','b681a7e7-f0f9-43c4-bd9d-8b25803b2966'),
(78641,16,14480,NULL,6640,1,'2026-01-21 14:26:52','2026-01-21 14:26:52','42c01e42-aa15-433c-b396-3cbd399a0567'),
(78642,7,14480,NULL,617,1,'2026-01-21 14:26:52','2026-01-21 14:26:52','77f2a007-bc70-4896-b1bd-ec683e1f9369'),
(78643,7,14480,NULL,605,2,'2026-01-21 14:26:52','2026-01-21 14:26:52','2503c4e1-68dc-4af0-a5c9-4db2b6346d51'),
(78644,7,14480,NULL,9552,3,'2026-01-21 14:26:52','2026-01-21 14:26:52','5d11231d-edb0-45f0-80cc-c654f862b966'),
(78645,57,14480,NULL,6635,1,'2026-01-21 14:26:52','2026-01-21 14:26:52','e6934798-1baf-4d0d-add9-371089181ea5'),
(78646,57,14480,NULL,6636,2,'2026-01-21 14:26:52','2026-01-21 14:26:52','c11de3b4-9718-4d46-91ed-18361e65c27a'),
(78647,57,14480,NULL,6637,3,'2026-01-21 14:26:52','2026-01-21 14:26:52','16066483-479a-4921-aa04-6328d3bb27cb'),
(78648,57,14480,NULL,6638,4,'2026-01-21 14:26:52','2026-01-21 14:26:52','0bfe5672-6539-427a-8e9a-c9fb874f05ab'),
(78649,57,14480,NULL,6639,5,'2026-01-21 14:26:52','2026-01-21 14:26:52','54498753-5296-43d6-ad11-2c5dfa02ea41'),
(78650,57,14480,NULL,6640,6,'2026-01-21 14:26:52','2026-01-21 14:26:52','bc5b7cb3-22fb-4e78-80b9-ec579a0a3105'),
(78652,12,14480,NULL,12727,1,'2026-01-21 14:26:52','2026-01-21 14:26:52','6ac254bf-166f-4d10-965f-42a8dddf057c'),
(78677,32,14483,NULL,2610,1,'2026-01-21 14:27:02','2026-01-21 14:27:02','ac06e397-279b-44ae-a002-b921489b0dc0'),
(78678,32,14483,NULL,2598,2,'2026-01-21 14:27:02','2026-01-21 14:27:02','cd5b51af-52e9-441d-b3e3-92883bfda4a0'),
(78679,32,14483,NULL,2608,3,'2026-01-21 14:27:02','2026-01-21 14:27:02','accdba6c-5a57-4b96-ac58-27a12cffeb4c'),
(78680,32,14483,NULL,2600,4,'2026-01-21 14:27:02','2026-01-21 14:27:02','0a9f0d74-a28c-4f58-af5e-414e962fd456'),
(78681,32,14483,NULL,2596,5,'2026-01-21 14:27:02','2026-01-21 14:27:02','fc1789d0-59de-451e-bc71-0bd3f7b3f3dd'),
(78682,32,14483,NULL,2602,6,'2026-01-21 14:27:02','2026-01-21 14:27:02','5334e004-6d2f-41e1-85cc-58d477218428'),
(78683,32,14483,NULL,2606,7,'2026-01-21 14:27:02','2026-01-21 14:27:02','a138f372-13b1-4f21-8a2f-902839ea35aa'),
(78684,32,14483,NULL,2612,8,'2026-01-21 14:27:02','2026-01-21 14:27:02','2b85be84-ddbd-48d1-aba0-45db4137bf9e'),
(78685,32,14483,NULL,2604,9,'2026-01-21 14:27:02','2026-01-21 14:27:02','b796236d-a59f-4283-a658-bf1c79b0cc28'),
(78686,16,14483,NULL,9286,1,'2026-01-21 14:27:02','2026-01-21 14:27:02','02ad1e2b-de4c-4ba5-94e3-558c8b90ca5f'),
(78687,7,14483,NULL,3468,1,'2026-01-21 14:27:02','2026-01-21 14:27:02','f7baae88-5527-497c-baf5-01a9a2fc8772'),
(78688,7,14483,NULL,601,2,'2026-01-21 14:27:02','2026-01-21 14:27:02','7b4efd0a-f9c2-486f-8df4-7715e4e2354d'),
(78689,7,14483,NULL,617,3,'2026-01-21 14:27:02','2026-01-21 14:27:02','46733426-6f70-4be3-8cb9-cfe359c7a2e7'),
(78690,7,14483,NULL,9552,4,'2026-01-21 14:27:02','2026-01-21 14:27:02','9dd25fa4-49eb-406f-8b02-ac0ef2fe4697'),
(78691,7,14483,NULL,605,5,'2026-01-21 14:27:02','2026-01-21 14:27:02','1a81ea2c-c118-4c71-a9fb-1d055ba656ee'),
(78692,82,14483,NULL,491,1,'2026-01-21 14:27:02','2026-01-21 14:27:02','9ebdf565-c53b-40c2-9cb1-914777bf525f'),
(78693,47,14483,NULL,12455,1,'2026-01-21 14:27:02','2026-01-21 14:27:02','7228c131-8624-4d79-88c3-76fff8cac7aa'),
(78694,57,14483,NULL,9293,1,'2026-01-21 14:27:02','2026-01-21 14:27:02','c3b6262c-86b8-4b7a-b451-f47eb297f33c'),
(78695,57,14483,NULL,9290,2,'2026-01-21 14:27:02','2026-01-21 14:27:02','8504b7e1-c538-4ea0-8de4-2079f3175cf8'),
(78696,57,14483,NULL,9289,3,'2026-01-21 14:27:02','2026-01-21 14:27:02','a8de98d8-deca-4778-8306-a917b712f378'),
(78697,57,14483,NULL,9294,4,'2026-01-21 14:27:02','2026-01-21 14:27:02','955a1c65-9dde-45fd-bbca-7373b6e83d10'),
(78698,57,14483,NULL,9291,5,'2026-01-21 14:27:02','2026-01-21 14:27:02','7a025621-c7e1-4f42-9d93-18917bbc284f'),
(78699,57,14483,NULL,9292,6,'2026-01-21 14:27:02','2026-01-21 14:27:02','85cdf05b-2821-4ad6-b04a-b8f62ac68131'),
(78701,32,14485,NULL,2614,1,'2026-01-21 14:27:23','2026-01-21 14:27:23','358c9ec2-a1a4-4391-ac4b-62a6c17486a5'),
(78702,32,14485,NULL,2610,2,'2026-01-21 14:27:23','2026-01-21 14:27:23','9efe98ae-cc98-4324-bf7e-8bd2f9d37f87'),
(78703,32,14485,NULL,2598,3,'2026-01-21 14:27:23','2026-01-21 14:27:23','c3dca479-2a24-415d-95b4-ffc84d953aa5'),
(78704,32,14485,NULL,2608,4,'2026-01-21 14:27:23','2026-01-21 14:27:23','8847c5bf-1b23-45f6-81e5-acd5d175ff27'),
(78705,32,14485,NULL,2600,5,'2026-01-21 14:27:23','2026-01-21 14:27:23','9d9933fe-cf69-438b-a787-8cd24a2c6bb6'),
(78706,32,14485,NULL,2596,6,'2026-01-21 14:27:23','2026-01-21 14:27:23','b8676052-d421-49f6-a41e-cf04b5b0f3e5'),
(78707,32,14485,NULL,2602,7,'2026-01-21 14:27:23','2026-01-21 14:27:23','a8fb076c-67ee-4e33-9315-d1a98db8344f'),
(78708,32,14485,NULL,2606,8,'2026-01-21 14:27:23','2026-01-21 14:27:23','5a7339bf-2eb8-49c0-94fe-b05f2315feed'),
(78709,32,14485,NULL,2612,9,'2026-01-21 14:27:23','2026-01-21 14:27:23','26da5e18-5f7a-4da2-8954-0f3126f97e63'),
(78710,32,14485,NULL,2604,10,'2026-01-21 14:27:23','2026-01-21 14:27:23','06b9a307-768d-4e45-a695-24c5e845994d'),
(78711,16,14485,NULL,10041,1,'2026-01-21 14:27:23','2026-01-21 14:27:23','2301225c-76b7-41ca-ab1f-a2681ee190e0'),
(78712,7,14485,NULL,601,1,'2026-01-21 14:27:23','2026-01-21 14:27:23','5b97e4ef-47e8-4315-8045-dccc3a5af647'),
(78713,7,14485,NULL,617,2,'2026-01-21 14:27:23','2026-01-21 14:27:23','f176665c-8eb8-4b4e-8463-2048dbed3ec2'),
(78714,7,14485,NULL,9549,3,'2026-01-21 14:27:23','2026-01-21 14:27:23','1323517c-2679-45be-9eeb-2e185782f014'),
(78715,7,14485,NULL,605,4,'2026-01-21 14:27:23','2026-01-21 14:27:23','f9f33bf2-ecb7-45a6-9e8a-82d19b6007d4'),
(78716,7,14485,NULL,9552,5,'2026-01-21 14:27:23','2026-01-21 14:27:23','f135d60d-e829-422b-85c8-5952e7f5fd92'),
(78717,47,14485,NULL,12458,1,'2026-01-21 14:27:23','2026-01-21 14:27:23','8811a545-95ea-4fd5-b9e2-f8199fc0863d'),
(78718,57,14485,NULL,10057,1,'2026-01-21 14:27:23','2026-01-21 14:27:23','06af5083-ab36-42a1-b512-016a7c8ac9c2'),
(78719,57,14485,NULL,10049,2,'2026-01-21 14:27:23','2026-01-21 14:27:23','eb01c630-3aee-435b-898b-53c0eb0ada13'),
(78720,57,14485,NULL,10044,3,'2026-01-21 14:27:23','2026-01-21 14:27:23','40a8bc15-6cfe-4c9c-b724-5a2afd9a9280'),
(78721,57,14485,NULL,10045,4,'2026-01-21 14:27:23','2026-01-21 14:27:23','0ccf6a96-6378-494a-a996-5669c87f837c'),
(78722,57,14485,NULL,10042,5,'2026-01-21 14:27:23','2026-01-21 14:27:23','cfc4d7ba-e96a-451b-955f-3c64f8324816'),
(78723,57,14485,NULL,10043,6,'2026-01-21 14:27:23','2026-01-21 14:27:23','28005729-34d6-4c83-aead-b8bb2e5e3b52'),
(78724,57,14485,NULL,10046,7,'2026-01-21 14:27:23','2026-01-21 14:27:23','83dade76-0f20-4a56-875b-bce58b816e5e'),
(78725,57,14485,NULL,10047,8,'2026-01-21 14:27:23','2026-01-21 14:27:23','82de62b9-246d-4773-a29f-ac6e50d9ad14'),
(78726,57,14485,NULL,10048,9,'2026-01-21 14:27:23','2026-01-21 14:27:23','9dc89003-957b-43f9-bd9f-8f1ab48c7876'),
(78727,57,14485,NULL,10051,10,'2026-01-21 14:27:23','2026-01-21 14:27:23','4366de75-0172-4c77-b21f-fc44c6540e22'),
(78728,57,14485,NULL,10052,11,'2026-01-21 14:27:23','2026-01-21 14:27:23','f9d3a26a-c352-4023-bab1-be9f430bef13'),
(78729,57,14485,NULL,10053,12,'2026-01-21 14:27:23','2026-01-21 14:27:23','04da1b1b-9300-4417-8e8d-dd072f85312e'),
(78730,57,14485,NULL,10055,13,'2026-01-21 14:27:23','2026-01-21 14:27:23','2e681e0b-d0b6-45aa-8a23-0e0c619e46e6'),
(78731,57,14485,NULL,10059,14,'2026-01-21 14:27:23','2026-01-21 14:27:23','754b8081-46d6-4a59-9e3b-d2fc11914043'),
(78732,57,14485,NULL,10060,15,'2026-01-21 14:27:23','2026-01-21 14:27:23','2f43812c-95dd-4b8f-9a15-6a5de612eac0'),
(78764,32,14487,NULL,2610,1,'2026-01-21 14:27:32','2026-01-21 14:27:32','b2b2cb3b-1ef0-47ad-b026-51349003e2ae'),
(78765,32,14487,NULL,2598,2,'2026-01-21 14:27:32','2026-01-21 14:27:32','05a404f2-a89b-4df4-95ca-6de232ceb52a'),
(78766,32,14487,NULL,2608,3,'2026-01-21 14:27:32','2026-01-21 14:27:32','5517fac3-75d0-4b50-8529-6d3ce8c3c129'),
(78767,32,14487,NULL,2624,4,'2026-01-21 14:27:32','2026-01-21 14:27:32','dc2617d5-2fbc-4ad3-843f-68b76e9b679b'),
(78768,32,14487,NULL,2600,5,'2026-01-21 14:27:32','2026-01-21 14:27:32','be98ceb1-961b-4e70-9711-43c2d2f82b65'),
(78769,32,14487,NULL,2596,6,'2026-01-21 14:27:32','2026-01-21 14:27:32','39f691e7-ec8b-4c9a-9930-7207ab7f5400'),
(78770,32,14487,NULL,2602,7,'2026-01-21 14:27:32','2026-01-21 14:27:32','c07ceb34-2f1b-4578-ac1c-90c168d1484e'),
(78771,32,14487,NULL,2606,8,'2026-01-21 14:27:32','2026-01-21 14:27:32','40384e71-558c-4af7-8321-6fd22289fea9'),
(78772,32,14487,NULL,2612,9,'2026-01-21 14:27:32','2026-01-21 14:27:32','5b68fa9b-9a81-403e-9e64-35a345cc1aa2'),
(78773,32,14487,NULL,2604,10,'2026-01-21 14:27:32','2026-01-21 14:27:32','ec7f7f2f-96d9-4ecb-9af8-4bafc76b8da9'),
(78774,16,14487,NULL,10069,1,'2026-01-21 14:27:32','2026-01-21 14:27:32','90079c3b-8809-4a00-98f1-400daf966541'),
(78775,7,14487,NULL,601,1,'2026-01-21 14:27:32','2026-01-21 14:27:32','6b9512e8-38ec-46d3-a92f-c354885031fa'),
(78776,7,14487,NULL,605,2,'2026-01-21 14:27:32','2026-01-21 14:27:32','9b703be1-99f4-4b97-917c-4e2dd9b6ea67'),
(78777,7,14487,NULL,617,3,'2026-01-21 14:27:32','2026-01-21 14:27:32','27dc5dba-b384-47a3-a829-cc312463585f'),
(78778,7,14487,NULL,2972,4,'2026-01-21 14:27:32','2026-01-21 14:27:32','f00f181a-cefa-40ea-b8e8-e49c7d48fdf1'),
(78779,7,14487,NULL,9552,5,'2026-01-21 14:27:32','2026-01-21 14:27:32','f832ee03-57c6-47ee-877a-6db0a8289e79'),
(78780,82,14487,NULL,491,1,'2026-01-21 14:27:32','2026-01-21 14:27:32','79d9f066-cf73-49f2-8230-6cefc81cece1'),
(78781,46,14487,NULL,2891,1,'2026-01-21 14:27:32','2026-01-21 14:27:32','c18cd7b1-cc29-49c5-ac68-c568301e576b'),
(78782,47,14487,NULL,12461,1,'2026-01-21 14:27:32','2026-01-21 14:27:32','658a5540-e874-4d12-9190-0c4634a1ca37'),
(78783,57,14487,NULL,10072,1,'2026-01-21 14:27:32','2026-01-21 14:27:32','94a54469-7187-4b61-a8a3-8cbaa30452d2'),
(78784,57,14487,NULL,10079,2,'2026-01-21 14:27:32','2026-01-21 14:27:32','a99623ae-63e0-48be-a3fa-90afe9ac3e11'),
(78785,57,14487,NULL,10074,3,'2026-01-21 14:27:32','2026-01-21 14:27:32','81509461-de10-4338-a4cd-ba97393a07f8'),
(78786,57,14487,NULL,10076,4,'2026-01-21 14:27:32','2026-01-21 14:27:32','452ca48b-ec87-4a06-bf66-03deb3fc39c9'),
(78787,57,14487,NULL,10075,5,'2026-01-21 14:27:32','2026-01-21 14:27:32','d40e3b64-9370-4152-8da1-7ab9b3b265a0'),
(78788,57,14487,NULL,10080,6,'2026-01-21 14:27:32','2026-01-21 14:27:32','c62a0c26-59cb-44e4-aac8-400264d4aa59'),
(78789,57,14487,NULL,10071,7,'2026-01-21 14:27:32','2026-01-21 14:27:32','be98520f-3d07-4309-970e-369914eaf140'),
(78790,57,14487,NULL,10070,8,'2026-01-21 14:27:32','2026-01-21 14:27:32','51c68ba9-5e73-4ba0-952c-2f0be66d3415'),
(78791,57,14487,NULL,10077,9,'2026-01-21 14:27:32','2026-01-21 14:27:32','7fd0266b-20ef-4ef0-baef-b22895bbe0f1'),
(78792,57,14487,NULL,10078,10,'2026-01-21 14:27:32','2026-01-21 14:27:32','de3d25ac-9ec7-46df-bf97-c52e5c19f0d1'),
(78794,32,14488,NULL,2610,1,'2026-01-21 14:27:45','2026-01-21 14:27:45','f2a81fe9-e263-422b-b0bc-546c0a9b4370'),
(78795,32,14488,NULL,2598,2,'2026-01-21 14:27:45','2026-01-21 14:27:45','18d65adf-6c03-40c7-bf8f-2efa9440432f'),
(78796,32,14488,NULL,2608,3,'2026-01-21 14:27:45','2026-01-21 14:27:45','600fc4d0-f04f-4194-9d5f-4a9c3813e30c'),
(78797,32,14488,NULL,2600,4,'2026-01-21 14:27:45','2026-01-21 14:27:45','41559f9c-1f35-40e5-a8a4-4a34d67bd611'),
(78798,32,14488,NULL,2596,5,'2026-01-21 14:27:45','2026-01-21 14:27:45','cbb0c98b-8cda-4763-8e4c-ce7c0163d95c'),
(78799,32,14488,NULL,2602,6,'2026-01-21 14:27:45','2026-01-21 14:27:45','15a18a74-448b-4cf6-983a-45fa01dbed17'),
(78800,32,14488,NULL,2606,7,'2026-01-21 14:27:45','2026-01-21 14:27:45','e2b7fece-3a79-4296-a489-f46963912f70'),
(78801,32,14488,NULL,2612,8,'2026-01-21 14:27:45','2026-01-21 14:27:45','23b48f26-3cd1-4b6e-a948-b85c4fa1300e'),
(78802,32,14488,NULL,2604,9,'2026-01-21 14:27:45','2026-01-21 14:27:45','d79b6b11-0f82-44d8-af78-6daa8855ad31'),
(78803,16,14488,NULL,6422,1,'2026-01-21 14:27:45','2026-01-21 14:27:45','80aec5cc-b6b7-43f8-bf31-fec661f601d7'),
(78804,7,14488,NULL,3468,1,'2026-01-21 14:27:45','2026-01-21 14:27:45','09fb8465-53d7-4650-b0e8-0478e44da7d9'),
(78805,7,14488,NULL,601,2,'2026-01-21 14:27:45','2026-01-21 14:27:45','f5312102-af00-46b0-924e-c0f9049729ce'),
(78806,7,14488,NULL,617,3,'2026-01-21 14:27:45','2026-01-21 14:27:45','6c4c1959-3729-4230-853e-23abdd01a47a'),
(78807,7,14488,NULL,605,4,'2026-01-21 14:27:45','2026-01-21 14:27:45','9b66a7da-b596-43e3-9599-9947ceed2840'),
(78808,7,14488,NULL,9552,5,'2026-01-21 14:27:45','2026-01-21 14:27:45','6763c037-17de-4884-8bbe-05bd9b7b464b'),
(78809,82,14488,NULL,491,1,'2026-01-21 14:27:45','2026-01-21 14:27:45','7fecabcb-8918-45c0-960b-b6d0e3a040c7'),
(78810,46,14488,NULL,7369,1,'2026-01-21 14:27:45','2026-01-21 14:27:45','bbaf4db1-7e1e-4f0d-a766-ce89b91afbde'),
(78811,47,14488,NULL,12467,1,'2026-01-21 14:27:45','2026-01-21 14:27:45','f4921aa9-9630-419b-9498-66afe64aba62'),
(78812,57,14488,NULL,9319,1,'2026-01-21 14:27:45','2026-01-21 14:27:45','59028ea2-c9bb-4226-b471-8674347a2aca'),
(78813,57,14488,NULL,9320,2,'2026-01-21 14:27:45','2026-01-21 14:27:45','b4b29385-8487-4800-90a9-fe96dada48a6'),
(78814,57,14488,NULL,9321,3,'2026-01-21 14:27:45','2026-01-21 14:27:45','401da93a-2de6-413a-9470-cabba4ad3c9a'),
(78815,57,14488,NULL,9322,4,'2026-01-21 14:27:45','2026-01-21 14:27:45','01663bd6-e43e-4cbb-8fd8-27511a36670e'),
(78816,57,14488,NULL,10087,5,'2026-01-21 14:27:45','2026-01-21 14:27:45','bee61a2a-e719-46d2-90cd-2c52b112f019'),
(78817,57,14488,NULL,9323,6,'2026-01-21 14:27:45','2026-01-21 14:27:45','2706c1e9-4410-4a22-91f9-796b6a310a08'),
(78818,57,14488,NULL,10084,7,'2026-01-21 14:27:45','2026-01-21 14:27:45','6649817b-6e6d-4342-9132-ff5861f04c12'),
(78819,57,14488,NULL,10085,8,'2026-01-21 14:27:45','2026-01-21 14:27:45','fbf71dc2-a7f3-4533-801f-1683f5b7b288'),
(78820,57,14488,NULL,10088,9,'2026-01-21 14:27:45','2026-01-21 14:27:45','a05d4b5d-1f8a-43f6-ae87-261987a3ac11'),
(78821,57,14488,NULL,10089,10,'2026-01-21 14:27:45','2026-01-21 14:27:45','93f193e6-2599-49c4-9508-d7ac0f95ee78'),
(78822,57,14488,NULL,10083,11,'2026-01-21 14:27:45','2026-01-21 14:27:45','48747256-fdf1-4027-af6e-8907f9225934'),
(78823,57,14488,NULL,10090,12,'2026-01-21 14:27:45','2026-01-21 14:27:45','892d30c8-ac2d-41e5-86d2-1e47687457e5'),
(78824,13,14488,NULL,6844,1,'2026-01-21 14:27:45','2026-01-21 14:27:45','20bfa02e-5aef-4a31-a7d8-0a359b820a01'),
(78855,32,14490,NULL,2610,1,'2026-01-21 14:27:56','2026-01-21 14:27:56','63fe0b0d-2d8b-497c-882b-92372851e7cf'),
(78856,32,14490,NULL,2598,2,'2026-01-21 14:27:56','2026-01-21 14:27:56','4b09916d-cb95-4bc7-b418-6c3dce1a3832'),
(78857,32,14490,NULL,2608,3,'2026-01-21 14:27:56','2026-01-21 14:27:56','6dd5f015-045f-48e5-a011-867f3b792389'),
(78858,32,14490,NULL,2600,4,'2026-01-21 14:27:56','2026-01-21 14:27:56','cbc789b6-be49-41ff-80d7-c648998ed392'),
(78859,32,14490,NULL,2596,5,'2026-01-21 14:27:56','2026-01-21 14:27:56','c8f713ef-103a-4c18-8b42-2f37d88667ca'),
(78860,32,14490,NULL,2602,6,'2026-01-21 14:27:56','2026-01-21 14:27:56','0e2d0034-d5d7-44b9-9422-b1fa3245153c'),
(78861,32,14490,NULL,2606,7,'2026-01-21 14:27:56','2026-01-21 14:27:56','99a6db5a-3029-4f99-80a5-43469193bec1'),
(78862,32,14490,NULL,2612,8,'2026-01-21 14:27:56','2026-01-21 14:27:56','56299f2c-119e-4b4d-8e6d-f9e9e3d8cbab'),
(78863,32,14490,NULL,2604,9,'2026-01-21 14:27:56','2026-01-21 14:27:56','85b94db7-2cbc-4694-b1f2-10c5f9f3c993'),
(78864,16,14490,NULL,10248,1,'2026-01-21 14:27:56','2026-01-21 14:27:56','8039c918-7ce7-415f-a4b9-85419422c450'),
(78865,7,14490,NULL,6547,1,'2026-01-21 14:27:56','2026-01-21 14:27:56','91a43d7e-90ea-465f-a0a4-6221fa2e07ba'),
(78866,7,14490,NULL,601,2,'2026-01-21 14:27:56','2026-01-21 14:27:56','eb3f3592-49e5-4376-b296-2483c248ed9c'),
(78867,7,14490,NULL,617,3,'2026-01-21 14:27:56','2026-01-21 14:27:56','6de080c7-cba6-4a7a-ac23-ef955503e7e4'),
(78868,7,14490,NULL,2974,4,'2026-01-21 14:27:56','2026-01-21 14:27:56','c560fc52-a0fd-4eee-923d-c1c15ab8e3bb'),
(78869,7,14490,NULL,605,5,'2026-01-21 14:27:56','2026-01-21 14:27:56','f2ae7578-4d1a-424b-b8c0-7ef8f64d2c2e'),
(78870,7,14490,NULL,9552,6,'2026-01-21 14:27:56','2026-01-21 14:27:56','02532ac1-ea3d-4ed4-914b-5668cbd2ae16'),
(78871,82,14490,NULL,491,1,'2026-01-21 14:27:56','2026-01-21 14:27:56','85fe723b-2124-4e11-8701-79568f070946'),
(78872,46,14490,NULL,7369,1,'2026-01-21 14:27:56','2026-01-21 14:27:56','2814b972-2169-4d7f-ba32-466092b41500'),
(78873,47,14490,NULL,12474,1,'2026-01-21 14:27:56','2026-01-21 14:27:56','bc4cbd49-a69a-4200-9c17-184670b5cea2'),
(78874,57,14490,NULL,10250,1,'2026-01-21 14:27:56','2026-01-21 14:27:56','62f02f03-094f-476e-92c5-89a8434c41b5'),
(78875,57,14490,NULL,10249,2,'2026-01-21 14:27:56','2026-01-21 14:27:56','6e135c1f-d4e8-4ebe-9f45-cd4d6982f466'),
(78876,57,14490,NULL,9331,3,'2026-01-21 14:27:56','2026-01-21 14:27:56','2d713345-11db-4568-bcb9-97975984765f'),
(78877,57,14490,NULL,9336,4,'2026-01-21 14:27:56','2026-01-21 14:27:56','47468cb3-5472-43a9-b765-6f960d70af9f'),
(78878,57,14490,NULL,9332,5,'2026-01-21 14:27:56','2026-01-21 14:27:56','4a83fab0-7556-466f-a408-efe1d9aa1050'),
(78879,57,14490,NULL,10251,6,'2026-01-21 14:27:56','2026-01-21 14:27:56','ac8cb830-960e-4cde-b8c4-5d6a89c05d77'),
(78880,57,14490,NULL,9333,7,'2026-01-21 14:27:56','2026-01-21 14:27:56','993b3bb8-91fd-4740-b05f-6ec720ff8b39'),
(78881,57,14490,NULL,9334,8,'2026-01-21 14:27:56','2026-01-21 14:27:56','807eb522-1402-4843-ab4d-69952ede19ff'),
(78882,57,14490,NULL,9335,9,'2026-01-21 14:27:56','2026-01-21 14:27:56','9bc3dcdc-f01c-4837-bbfa-319b773e785e'),
(78883,57,14490,NULL,10252,10,'2026-01-21 14:27:56','2026-01-21 14:27:56','eb5c271d-11d1-4c8b-b79f-7a7f8950371b'),
(78947,22,6391,NULL,14506,1,'2026-01-21 14:32:36','2026-01-21 14:32:36','278a9b73-45b8-40c4-aec5-cddeb466bb7b'),
(78948,22,8897,NULL,14494,1,'2026-01-21 14:32:36','2026-01-21 14:32:36','f774c90d-150f-4c93-9b15-325861b18ced'),
(78949,32,14509,NULL,2614,1,'2026-01-21 14:32:36','2026-01-21 14:32:36','ceddeb54-1f6e-41d3-8b08-7b41f97148ea'),
(78950,32,14509,NULL,2598,2,'2026-01-21 14:32:36','2026-01-21 14:32:36','40987a52-3b49-4c72-afe0-bc688334ddc1'),
(78951,32,14509,NULL,2608,3,'2026-01-21 14:32:36','2026-01-21 14:32:36','f954c5bd-8fd9-4c6d-8705-8b7f682c91be'),
(78952,32,14509,NULL,2600,4,'2026-01-21 14:32:36','2026-01-21 14:32:36','0929d70a-4ad5-4668-abd1-9f2d053d2319'),
(78953,32,14509,NULL,2596,5,'2026-01-21 14:32:36','2026-01-21 14:32:36','3ad09b30-fffe-47bf-9371-e09837ef04af'),
(78954,32,14509,NULL,2602,6,'2026-01-21 14:32:36','2026-01-21 14:32:36','0ff46bfd-d8c5-4869-b83c-58558c5a39cd'),
(78955,32,14509,NULL,2612,7,'2026-01-21 14:32:36','2026-01-21 14:32:36','c8d3fbba-4a53-499d-8650-2edf90a50735'),
(78956,32,14509,NULL,2604,8,'2026-01-21 14:32:36','2026-01-21 14:32:36','b3bc0eae-a3e4-4338-a2e2-8dfa0c94a627'),
(78957,16,14509,NULL,10216,1,'2026-01-21 14:32:36','2026-01-21 14:32:36','8df0480b-26b6-433c-922c-a5c3c31442b9'),
(78958,7,14509,NULL,9732,1,'2026-01-21 14:32:36','2026-01-21 14:32:36','33312930-47f5-4f2c-ad01-d5453d787901'),
(78959,7,14509,NULL,617,2,'2026-01-21 14:32:36','2026-01-21 14:32:36','706e957d-c6da-459e-9fb8-511c13a8b8f3'),
(78960,7,14509,NULL,605,3,'2026-01-21 14:32:36','2026-01-21 14:32:36','21ea2406-5572-4caf-ac7c-8cdc1682a933'),
(78961,7,14509,NULL,9552,4,'2026-01-21 14:32:36','2026-01-21 14:32:36','24f0ec9e-f609-4ef7-990d-dccbbb39d0f0'),
(78962,82,14509,NULL,479,1,'2026-01-21 14:32:36','2026-01-21 14:32:36','16675c1d-a071-492b-b4bb-d0dd1a15c947'),
(78963,82,14509,NULL,483,2,'2026-01-21 14:32:36','2026-01-21 14:32:36','6a9fe2f0-5565-4be2-b931-7cf59888c2a9'),
(78964,47,14509,NULL,12324,1,'2026-01-21 14:32:36','2026-01-21 14:32:36','8aa96c0a-8d1d-4545-a69c-1142ca67fd41'),
(78965,57,14509,NULL,9694,1,'2026-01-21 14:32:36','2026-01-21 14:32:36','fa9aa71b-eb7a-4fec-a32b-937beefd43be'),
(78966,57,14509,NULL,9692,2,'2026-01-21 14:32:36','2026-01-21 14:32:36','a09dfe79-1840-4bc4-90d3-c34017ef65cd'),
(78967,57,14509,NULL,9693,3,'2026-01-21 14:32:36','2026-01-21 14:32:36','23e4d329-121c-4e86-a843-5f44f8848b56'),
(78968,57,14509,NULL,9685,4,'2026-01-21 14:32:36','2026-01-21 14:32:36','deefc0c3-e717-49be-b064-4e89db911e93'),
(78969,57,14509,NULL,9686,5,'2026-01-21 14:32:36','2026-01-21 14:32:36','1908b027-a4aa-446e-b9b3-4ceb0ea42f40'),
(78970,57,14509,NULL,9687,6,'2026-01-21 14:32:36','2026-01-21 14:32:36','97e60fd2-3f22-472d-8b32-1e1d4706275d'),
(78971,57,14509,NULL,9688,7,'2026-01-21 14:32:36','2026-01-21 14:32:36','c47b4cf6-3c35-4ca0-aeff-bd0b837a8e2b'),
(78972,57,14509,NULL,9689,8,'2026-01-21 14:32:36','2026-01-21 14:32:36','009f1b97-15b2-4428-8875-8847cb592970'),
(78973,57,14509,NULL,9690,9,'2026-01-21 14:32:36','2026-01-21 14:32:36','04aa3d87-783f-4f84-81f7-f26a10603116'),
(78974,22,14510,NULL,14506,1,'2026-01-21 14:32:36','2026-01-21 14:32:36','4ed15baf-f6c4-467c-b4b3-efc1fa997d59'),
(78975,22,14511,NULL,14494,1,'2026-01-21 14:32:36','2026-01-21 14:32:36','f42b9c0d-81cf-4f9e-8822-b243d88f5d8d'),
(78976,32,14520,NULL,2610,1,'2026-01-21 14:36:16','2026-01-21 14:36:16','46b9db28-b601-4aff-9f8a-804b3b92d6cf'),
(78977,32,14520,NULL,2598,2,'2026-01-21 14:36:16','2026-01-21 14:36:16','0771e45e-af2f-4566-a6ca-7731914af2ca'),
(78978,32,14520,NULL,2608,3,'2026-01-21 14:36:16','2026-01-21 14:36:16','fa1fbf38-daae-4ca2-9204-f2de8cccdabb'),
(78979,32,14520,NULL,2600,4,'2026-01-21 14:36:16','2026-01-21 14:36:16','4bc5c056-faf1-4ea5-b5a5-496002ee1f1e'),
(78980,32,14520,NULL,2596,5,'2026-01-21 14:36:16','2026-01-21 14:36:16','4295d81e-887e-4c27-bedd-6442b9a83653'),
(78981,32,14520,NULL,2602,6,'2026-01-21 14:36:16','2026-01-21 14:36:16','7f676d02-57f6-4969-9b05-525f090d2562'),
(78982,32,14520,NULL,2604,7,'2026-01-21 14:36:16','2026-01-21 14:36:16','9d832079-7850-4e17-b40e-6115b7208f6f'),
(78983,32,14520,NULL,2606,8,'2026-01-21 14:36:16','2026-01-21 14:36:16','b23360c9-ce8b-46f3-9802-176a7c359c4e'),
(78984,32,14520,NULL,2612,9,'2026-01-21 14:36:16','2026-01-21 14:36:16','41dae815-c82d-4b1a-b2df-7ee461538f6f'),
(78985,16,14520,NULL,10219,1,'2026-01-21 14:36:16','2026-01-21 14:36:16','a8eea0f2-8c78-4319-9f10-cdb1d074ca95'),
(78986,7,14520,NULL,601,1,'2026-01-21 14:36:16','2026-01-21 14:36:16','d7b5f450-3096-4ef1-afdc-35522b164490'),
(78987,7,14520,NULL,2974,2,'2026-01-21 14:36:16','2026-01-21 14:36:16','acf9519c-44df-478e-9802-8d07fcf07455'),
(78988,7,14520,NULL,617,3,'2026-01-21 14:36:16','2026-01-21 14:36:16','e2d24a25-756b-4f9e-a462-57da54bde439'),
(78989,7,14520,NULL,9732,4,'2026-01-21 14:36:16','2026-01-21 14:36:16','a0deffbd-f409-493b-af2d-56e6a179ad61'),
(78990,7,14520,NULL,9735,5,'2026-01-21 14:36:16','2026-01-21 14:36:16','c353e58e-10cc-4372-a529-683ee6867315'),
(78991,7,14520,NULL,9552,6,'2026-01-21 14:36:16','2026-01-21 14:36:16','22125243-58ea-44c6-af8a-18b11afb172a'),
(78992,7,14520,NULL,605,7,'2026-01-21 14:36:16','2026-01-21 14:36:16','9282cc6d-374b-4e84-b27a-8a353a68b44c'),
(78993,82,14520,NULL,479,1,'2026-01-21 14:36:16','2026-01-21 14:36:16','74798708-b48e-442c-a195-f74ac1ada28f'),
(78994,82,14520,NULL,491,2,'2026-01-21 14:36:16','2026-01-21 14:36:16','9db55428-d279-4926-a86b-4a04cf63051f'),
(78995,57,14520,NULL,10220,1,'2026-01-21 14:36:16','2026-01-21 14:36:16','9c276e8e-7901-4277-9ba6-641a1b04cae8'),
(78996,57,14520,NULL,10224,2,'2026-01-21 14:36:16','2026-01-21 14:36:16','795af624-1b00-4e7c-847b-f3c8da9bc9a5'),
(78997,57,14520,NULL,10221,3,'2026-01-21 14:36:16','2026-01-21 14:36:16','392ca696-4a20-4280-9934-89aeaf91ba83'),
(78998,57,14520,NULL,10222,4,'2026-01-21 14:36:16','2026-01-21 14:36:16','fd221d94-63e2-47fe-a262-551e9f41ee9d'),
(78999,57,14520,NULL,10225,5,'2026-01-21 14:36:16','2026-01-21 14:36:16','86869c9b-eac1-4cad-87e8-3954b68ef340'),
(79000,57,14520,NULL,10226,6,'2026-01-21 14:36:16','2026-01-21 14:36:16','ea90e70c-8834-4c64-80c3-89092b1efd6b'),
(79001,57,14520,NULL,10228,7,'2026-01-21 14:36:16','2026-01-21 14:36:16','f1b00423-7432-4afe-9ddb-5986c56e46cc'),
(79002,57,14520,NULL,10229,8,'2026-01-21 14:36:16','2026-01-21 14:36:16','90c49722-dd53-4b80-ada9-9d0c85c025cc'),
(79003,57,14520,NULL,10232,9,'2026-01-21 14:36:16','2026-01-21 14:36:16','6f887b06-9f43-49e0-81b3-a264d2b6aea5'),
(79004,57,14520,NULL,10233,10,'2026-01-21 14:36:16','2026-01-21 14:36:16','40c592d0-51e2-47ac-9ed7-2ffc17e2999d'),
(79005,57,14520,NULL,10234,11,'2026-01-21 14:36:16','2026-01-21 14:36:16','e3e60e06-46bb-404e-a242-d42e86a5edf1'),
(79006,57,14520,NULL,10236,12,'2026-01-21 14:36:16','2026-01-21 14:36:16','eb681f4e-93b8-4379-89ea-8f9c698235f6'),
(79007,57,14520,NULL,10237,13,'2026-01-21 14:36:16','2026-01-21 14:36:16','a9ffd913-bfb1-478c-8ecd-d8389eea4f2f'),
(79008,57,14520,NULL,10238,14,'2026-01-21 14:36:16','2026-01-21 14:36:16','3d568ae4-734d-46ac-b215-dfb88d744a6b'),
(79009,57,14520,NULL,10240,15,'2026-01-21 14:36:16','2026-01-21 14:36:16','3b08c648-3a7c-4ce5-bab1-48277ad4d584'),
(79037,32,1035,NULL,2622,11,'2026-01-21 14:37:12','2026-01-21 14:37:12','31bfe0f1-fd90-4b08-a9d3-47171f84cd1a'),
(79038,32,14522,NULL,2614,1,'2026-01-21 14:37:12','2026-01-21 14:37:12','783f9f4d-d375-4ec2-a827-997786fd8d30'),
(79039,32,14522,NULL,2610,2,'2026-01-21 14:37:12','2026-01-21 14:37:12','8b804754-36f6-402f-b4f8-dc8a6f1182db'),
(79040,32,14522,NULL,2598,3,'2026-01-21 14:37:12','2026-01-21 14:37:12','dbaa92ee-3584-4f59-a948-ec524e8be1ca'),
(79041,32,14522,NULL,2600,4,'2026-01-21 14:37:12','2026-01-21 14:37:12','36a28fd1-4dd6-4729-a4bd-40aaaf5c6f77'),
(79042,32,14522,NULL,2596,5,'2026-01-21 14:37:12','2026-01-21 14:37:12','8632dc70-52f8-46af-b3f7-7898bd01ce43'),
(79043,32,14522,NULL,2602,6,'2026-01-21 14:37:12','2026-01-21 14:37:12','c9869132-d168-4096-9345-154edd1f6f84'),
(79044,32,14522,NULL,2612,7,'2026-01-21 14:37:12','2026-01-21 14:37:12','1a69cab0-a94f-41d4-8aa8-8fb10480530b'),
(79045,32,14522,NULL,2604,8,'2026-01-21 14:37:12','2026-01-21 14:37:12','02e54009-082c-46d9-b0c7-77c0de20c1fb'),
(79046,32,14522,NULL,2608,9,'2026-01-21 14:37:12','2026-01-21 14:37:12','5ff9f1a2-c59d-4a86-a160-261530242809'),
(79047,32,14522,NULL,2606,10,'2026-01-21 14:37:12','2026-01-21 14:37:12','9b5fe7b8-6fb4-48ec-8958-6c05b942d05a'),
(79048,32,14522,NULL,2622,11,'2026-01-21 14:37:12','2026-01-21 14:37:12','0c4cf7f1-b7a0-45b8-9969-0d8c4a7a776d'),
(79049,16,14522,NULL,3623,1,'2026-01-21 14:37:12','2026-01-21 14:37:12','e9faf724-87e8-4832-8591-584207314b16'),
(79050,7,14522,NULL,601,1,'2026-01-21 14:37:12','2026-01-21 14:37:12','10b2f1b6-b899-464b-a7ff-041856a591ab'),
(79051,7,14522,NULL,617,2,'2026-01-21 14:37:12','2026-01-21 14:37:12','0f947492-a9cd-4010-9891-d7ddd01dcebe'),
(79052,7,14522,NULL,605,3,'2026-01-21 14:37:12','2026-01-21 14:37:12','5a13f87c-081c-4011-bb2e-2ae00bbdc57e'),
(79053,7,14522,NULL,9552,4,'2026-01-21 14:37:12','2026-01-21 14:37:12','9ade96be-5678-4a41-80d9-25c5c235658e'),
(79054,82,14522,NULL,479,1,'2026-01-21 14:37:12','2026-01-21 14:37:12','3ba99557-19bb-461c-9a1c-6c36558d57d3'),
(79055,57,14522,NULL,7950,1,'2026-01-21 14:37:12','2026-01-21 14:37:12','c7084d76-30e0-4fd5-bf0d-10d387e99d39'),
(79056,57,14522,NULL,7952,2,'2026-01-21 14:37:12','2026-01-21 14:37:12','e6f69a11-f82c-42ff-840b-3d986bd8314e'),
(79057,57,14522,NULL,7956,3,'2026-01-21 14:37:12','2026-01-21 14:37:12','f5c5c547-8c0a-4d3e-8adc-d96a8966d7a5'),
(79058,57,14522,NULL,7955,4,'2026-01-21 14:37:12','2026-01-21 14:37:12','c03d3321-9cdd-4f00-9145-d094ea5f44ef'),
(79059,57,14522,NULL,7951,5,'2026-01-21 14:37:12','2026-01-21 14:37:12','7a9ba445-9172-401c-bc84-e76d484212c6'),
(79060,57,14522,NULL,7954,6,'2026-01-21 14:37:12','2026-01-21 14:37:12','50afd87a-3e33-463f-90a2-4b2bc850a093'),
(79061,57,14522,NULL,7953,7,'2026-01-21 14:37:12','2026-01-21 14:37:12','d9f70388-0167-40d0-8ac2-c69ea50b4a4e'),
(79062,57,14522,NULL,7957,8,'2026-01-21 14:37:12','2026-01-21 14:37:12','777bfbf2-e90e-4710-a375-d186c4aeea59'),
(79089,32,14524,NULL,2614,1,'2026-01-21 14:38:32','2026-01-21 14:38:32','96880881-aee4-4330-94b7-0c5b997cd334'),
(79090,32,14524,NULL,2598,2,'2026-01-21 14:38:32','2026-01-21 14:38:32','810e0498-dcc1-4df5-b0d4-db7c6d825882'),
(79091,32,14524,NULL,2608,3,'2026-01-21 14:38:32','2026-01-21 14:38:32','2f7b85df-669c-4919-ac2c-bfd3e467feba'),
(79092,32,14524,NULL,2600,4,'2026-01-21 14:38:32','2026-01-21 14:38:32','43992694-8134-46c5-ae31-b428f28a0f01'),
(79093,32,14524,NULL,2596,5,'2026-01-21 14:38:32','2026-01-21 14:38:32','bcf39217-4ad4-44f9-9dab-ca05d6888bb6'),
(79094,32,14524,NULL,2602,6,'2026-01-21 14:38:32','2026-01-21 14:38:32','fbd3c52b-73a9-4f47-a2c3-1599b473b5a0'),
(79095,32,14524,NULL,2612,7,'2026-01-21 14:38:32','2026-01-21 14:38:32','017a7796-0148-4937-8001-44669a5ddf45'),
(79096,32,14524,NULL,2604,8,'2026-01-21 14:38:32','2026-01-21 14:38:32','e5420be0-d2b2-456c-bcfd-decc40e6914b'),
(79097,16,14524,NULL,10216,1,'2026-01-21 14:38:32','2026-01-21 14:38:32','509925fa-1652-4e11-af6c-e48e41ddab32'),
(79098,7,14524,NULL,9732,1,'2026-01-21 14:38:32','2026-01-21 14:38:32','7697fd25-8d12-44b6-ae4b-150cb0b7d6ff'),
(79099,7,14524,NULL,617,2,'2026-01-21 14:38:32','2026-01-21 14:38:32','1a06fe3f-ba7c-4ebb-ab4c-90d853b86cd7'),
(79100,7,14524,NULL,605,3,'2026-01-21 14:38:32','2026-01-21 14:38:32','100c446f-1cfc-454a-a0c5-2dd8d7ac332d'),
(79101,7,14524,NULL,9552,4,'2026-01-21 14:38:32','2026-01-21 14:38:32','48c8ab7d-07a8-47b7-98e7-4a5ffb384a53'),
(79102,82,14524,NULL,479,1,'2026-01-21 14:38:32','2026-01-21 14:38:32','d3f1c14d-0bfd-4db4-8a07-24c11928ec86'),
(79103,82,14524,NULL,483,2,'2026-01-21 14:38:32','2026-01-21 14:38:32','fc3aad78-2dbc-40cf-82d7-4eb10c6351c5'),
(79104,47,14524,NULL,12324,1,'2026-01-21 14:38:32','2026-01-21 14:38:32','efd04f60-6fef-41c8-bfad-2c88989e1a1b'),
(79105,57,14524,NULL,9694,1,'2026-01-21 14:38:32','2026-01-21 14:38:32','512248ca-aaf1-4c7a-9afb-6f745b5cec6f'),
(79106,57,14524,NULL,9692,2,'2026-01-21 14:38:32','2026-01-21 14:38:32','b6d2a0bc-3297-40a9-914d-6897da43d2e5'),
(79107,57,14524,NULL,9693,3,'2026-01-21 14:38:32','2026-01-21 14:38:32','a8161a80-278f-4252-bcad-580a889a089e'),
(79108,57,14524,NULL,9685,4,'2026-01-21 14:38:32','2026-01-21 14:38:32','a2e15e31-0470-44d3-8801-86d131456a59'),
(79109,57,14524,NULL,9686,5,'2026-01-21 14:38:32','2026-01-21 14:38:32','eefa8760-1869-4aa0-bedb-8ece0051d7a4'),
(79110,57,14524,NULL,9687,6,'2026-01-21 14:38:32','2026-01-21 14:38:32','70692480-c94c-49f9-b194-17c3e308c8d4'),
(79111,57,14524,NULL,9688,7,'2026-01-21 14:38:32','2026-01-21 14:38:32','bb2050a5-87b9-476a-84cd-920704b01d27'),
(79112,57,14524,NULL,9689,8,'2026-01-21 14:38:32','2026-01-21 14:38:32','7e45ac74-487b-4da7-b848-e3f29da4aeae'),
(79113,57,14524,NULL,9690,9,'2026-01-21 14:38:32','2026-01-21 14:38:32','09b8c953-a9c6-4812-a10b-07e9d786478b'),
(79177,22,1835,NULL,14533,1,'2026-01-21 14:40:25','2026-01-21 14:40:25','e6229b25-45d9-444f-bb80-5c0b06713201'),
(79178,32,14535,NULL,2610,1,'2026-01-21 14:40:25','2026-01-21 14:40:25','62956f5b-1001-4f64-846d-5f03624ac933'),
(79179,32,14535,NULL,2598,2,'2026-01-21 14:40:25','2026-01-21 14:40:25','01f1d39d-ef76-40dc-a5e5-311dedc33d6a'),
(79180,32,14535,NULL,2600,3,'2026-01-21 14:40:25','2026-01-21 14:40:25','0292034d-034b-4d56-b549-1ab833d4af1d'),
(79181,32,14535,NULL,2604,4,'2026-01-21 14:40:25','2026-01-21 14:40:25','2be9ffeb-bc8c-4e7c-8901-76b35d492099'),
(79182,32,14535,NULL,2608,5,'2026-01-21 14:40:25','2026-01-21 14:40:25','f16395bf-04be-4bc8-bbdc-5928cc6b3ecd'),
(79183,32,14535,NULL,2596,6,'2026-01-21 14:40:25','2026-01-21 14:40:25','d5c841bb-19fa-4737-a91e-8e3dd7d95082'),
(79184,32,14535,NULL,2602,7,'2026-01-21 14:40:25','2026-01-21 14:40:25','73339b9f-a6dc-47ee-bf9c-014a40209587'),
(79185,32,14535,NULL,2606,8,'2026-01-21 14:40:25','2026-01-21 14:40:25','7130e688-fdeb-4e27-a218-29270f2c627b'),
(79186,32,14535,NULL,2612,9,'2026-01-21 14:40:25','2026-01-21 14:40:25','dd2c9462-435c-453f-9333-e85cc9816301'),
(79187,16,14535,NULL,3374,1,'2026-01-21 14:40:25','2026-01-21 14:40:25','6a24384f-50f7-4ec1-8e9e-7a494dc0aef8'),
(79188,7,14535,NULL,3468,1,'2026-01-21 14:40:25','2026-01-21 14:40:25','255084f2-6b6c-4909-a991-d870d637beaa'),
(79189,7,14535,NULL,9732,2,'2026-01-21 14:40:25','2026-01-21 14:40:25','3f90240e-5c19-4940-b7b0-e4e5f63cea4d'),
(79190,7,14535,NULL,617,3,'2026-01-21 14:40:25','2026-01-21 14:40:25','ba49a56d-2736-4ad5-aa01-7f3bf9a19a48'),
(79191,7,14535,NULL,605,4,'2026-01-21 14:40:25','2026-01-21 14:40:25','45517ebc-8860-4fee-899e-d66f25b7f75e'),
(79192,7,14535,NULL,9552,5,'2026-01-21 14:40:25','2026-01-21 14:40:25','b91abdc2-d6d2-42d4-9cfb-3ebf7e08e22d'),
(79193,82,14535,NULL,469,1,'2026-01-21 14:40:25','2026-01-21 14:40:25','5f2f79a9-1f43-4476-b414-ad57ad03ea64'),
(79194,82,14535,NULL,475,2,'2026-01-21 14:40:25','2026-01-21 14:40:25','01eceb39-881d-4294-8fbd-afe57230f9b7'),
(79195,82,14535,NULL,479,3,'2026-01-21 14:40:25','2026-01-21 14:40:25','e646133e-1d42-4416-a3ac-507cf755280c'),
(79196,82,14535,NULL,491,4,'2026-01-21 14:40:25','2026-01-21 14:40:25','7d8a9484-540f-49e5-bab4-f83f98134415'),
(79197,47,14535,NULL,12333,1,'2026-01-21 14:40:25','2026-01-21 14:40:25','8e0de400-6fa1-4b0d-81c0-77fb4300f489'),
(79198,57,14535,NULL,3362,1,'2026-01-21 14:40:25','2026-01-21 14:40:25','f470c770-4467-46a9-85cf-5ab0b0158360'),
(79199,57,14535,NULL,3363,2,'2026-01-21 14:40:25','2026-01-21 14:40:25','5a440f53-ec98-4a2c-8780-a203b47a44a7'),
(79200,57,14535,NULL,3364,3,'2026-01-21 14:40:25','2026-01-21 14:40:25','3c48581d-042a-486a-a125-b1031343319c'),
(79201,57,14535,NULL,3365,4,'2026-01-21 14:40:25','2026-01-21 14:40:25','1ac88555-3e84-4f43-83c2-0f942c4185e6'),
(79202,57,14535,NULL,3366,5,'2026-01-21 14:40:25','2026-01-21 14:40:25','c25221a8-44dd-4328-bc8c-b60419d74963'),
(79203,57,14535,NULL,3367,6,'2026-01-21 14:40:25','2026-01-21 14:40:25','2ebac2e1-0d57-4d1c-8b73-aa2068fe161e'),
(79204,57,14535,NULL,3368,7,'2026-01-21 14:40:25','2026-01-21 14:40:25','e477c59a-3eed-40d2-b3bf-34bc3c9c0ed6'),
(79205,57,14535,NULL,3369,8,'2026-01-21 14:40:25','2026-01-21 14:40:25','035762ae-9273-413b-9d40-f87734043f01'),
(79206,57,14535,NULL,3370,9,'2026-01-21 14:40:25','2026-01-21 14:40:25','6e9edcca-a524-4037-9ab0-12bcb7374ed5'),
(79207,57,14535,NULL,3371,10,'2026-01-21 14:40:25','2026-01-21 14:40:25','b4297aac-a107-46d4-9b41-f32ada7eba92'),
(79208,57,14535,NULL,3372,11,'2026-01-21 14:40:25','2026-01-21 14:40:25','dfd98071-6e32-4cb9-989b-df48093fa7d8'),
(79209,57,14535,NULL,3373,12,'2026-01-21 14:40:25','2026-01-21 14:40:25','ff8436bb-ff58-4107-984b-a50636752ab3'),
(79210,57,14535,NULL,3374,13,'2026-01-21 14:40:25','2026-01-21 14:40:25','b7dd1933-ee13-4dec-91df-c7887ec19465'),
(79211,72,14535,NULL,548,1,'2026-01-21 14:40:25','2026-01-21 14:40:25','da9939f9-ea60-4136-a9ae-fa62fe905b82'),
(79212,22,14536,NULL,14533,1,'2026-01-21 14:40:25','2026-01-21 14:40:25','876aad09-f559-4ded-940f-3366484fdff3'),
(79227,32,1073,NULL,2614,1,'2026-01-21 14:40:43','2026-01-21 14:40:43','a80a9d8c-0900-4c75-a149-4c4afa244744'),
(79228,32,14538,NULL,2614,1,'2026-01-21 14:40:43','2026-01-21 14:40:43','fe19be92-601e-4d7d-b598-b6fd56d82d9e'),
(79229,16,14538,NULL,6530,1,'2026-01-21 14:40:43','2026-01-21 14:40:43','613609d6-cef6-4265-bba0-2ee035e44fd3'),
(79230,7,14538,NULL,617,1,'2026-01-21 14:40:43','2026-01-21 14:40:43','03aeaeb6-4500-4184-8ecd-9614c0bb60d5'),
(79231,7,14538,NULL,9558,2,'2026-01-21 14:40:43','2026-01-21 14:40:43','d45d6f73-4b79-44ea-a6d4-bca9016dee9b'),
(79232,7,14538,NULL,605,3,'2026-01-21 14:40:43','2026-01-21 14:40:43','9012ec35-6d70-417e-b468-bddcf4b1c59f'),
(79233,7,14538,NULL,9552,4,'2026-01-21 14:40:43','2026-01-21 14:40:43','93434ef5-ff33-423e-a35c-6808aff0f23b'),
(79234,57,14538,NULL,8064,1,'2026-01-21 14:40:43','2026-01-21 14:40:43','b68abbea-a850-4414-98f0-e205b7e8cb73'),
(79235,57,14538,NULL,8061,2,'2026-01-21 14:40:43','2026-01-21 14:40:43','6222d7d3-ff9d-4607-b41d-81b85984fdf0'),
(79236,57,14538,NULL,8060,3,'2026-01-21 14:40:43','2026-01-21 14:40:43','b849cfac-3e6a-44b5-9e6f-f30a5c3f2a5a'),
(79237,57,14538,NULL,8063,4,'2026-01-21 14:40:43','2026-01-21 14:40:43','e343abef-9c98-4876-81fe-2324a4042fc3'),
(79238,57,14538,NULL,8062,5,'2026-01-21 14:40:43','2026-01-21 14:40:43','c73c5f2c-3408-449d-9108-f7e6bca8ee9d'),
(79239,74,14538,NULL,6525,1,'2026-01-21 14:40:43','2026-01-21 14:40:43','13509c59-1c3d-40f1-9848-b5104fe0db35'),
(79241,12,14538,NULL,12713,1,'2026-01-21 14:40:43','2026-01-21 14:40:43','cc4feb7b-22c8-4aea-8f40-ace917274188'),
(79258,32,1135,NULL,2614,1,'2026-01-21 14:41:03','2026-01-21 14:41:03','2b2c3fe5-831d-42de-b5ee-638c084dbf12'),
(79259,32,14545,NULL,2614,1,'2026-01-21 14:41:03','2026-01-21 14:41:03','6167e9f8-c096-4fcc-a046-c7f10659de1d'),
(79260,16,14545,NULL,8208,1,'2026-01-21 14:41:03','2026-01-21 14:41:03','7d8fafb1-9f68-4fbd-bf30-d36a3f49ec8b'),
(79261,7,14545,NULL,617,1,'2026-01-21 14:41:03','2026-01-21 14:41:03','cb80d0d6-67e3-4175-8040-0ba47bfa7fab'),
(79262,7,14545,NULL,9555,2,'2026-01-21 14:41:03','2026-01-21 14:41:03','0029637f-9436-421b-9b93-b367e4560dca'),
(79263,7,14545,NULL,605,3,'2026-01-21 14:41:03','2026-01-21 14:41:03','f4ed582a-1845-4782-9cee-b186e3ab3121'),
(79264,7,14545,NULL,9552,4,'2026-01-21 14:41:03','2026-01-21 14:41:03','08c02285-01e6-48b0-a791-d3d55af9015c'),
(79265,57,14545,NULL,8218,1,'2026-01-21 14:41:03','2026-01-21 14:41:03','1c5b0b8b-63e3-4c55-b00d-cdd3e56c0426'),
(79266,57,14545,NULL,8217,2,'2026-01-21 14:41:03','2026-01-21 14:41:03','e13aafdd-715b-4396-8c09-3e264138ed56'),
(79267,57,14545,NULL,8211,3,'2026-01-21 14:41:03','2026-01-21 14:41:03','f93b6705-0220-4172-b2f8-7e0d0a406572'),
(79268,57,14545,NULL,8214,4,'2026-01-21 14:41:03','2026-01-21 14:41:03','79a9900a-03b1-41c2-a278-498d941889fd'),
(79269,57,14545,NULL,8213,5,'2026-01-21 14:41:03','2026-01-21 14:41:03','d11c6199-2144-4a70-b30d-750a9387b5dd'),
(79270,57,14545,NULL,8212,6,'2026-01-21 14:41:03','2026-01-21 14:41:03','48cbfbe0-085c-4983-865a-88dea597d406'),
(79271,57,14545,NULL,8215,7,'2026-01-21 14:41:03','2026-01-21 14:41:03','dc0b6df6-152f-44b0-9852-aa0f01eca0a3'),
(79272,74,14545,NULL,9453,1,'2026-01-21 14:41:03','2026-01-21 14:41:03','149d7af2-b00a-49c1-b8af-557ebb893ae8'),
(79274,12,14545,NULL,12715,1,'2026-01-21 14:41:03','2026-01-21 14:41:03','cb14a16c-883b-4a0f-a625-06d03d812d2b'),
(79310,22,1836,NULL,14550,1,'2026-01-21 14:42:08','2026-01-21 14:42:08','11a70a61-6c05-4ec7-a69c-bad51cbb4fcf'),
(79311,32,14552,NULL,2610,1,'2026-01-21 14:42:08','2026-01-21 14:42:08','eb39a061-84a3-4b65-8d79-9e61d4164ed5'),
(79312,32,14552,NULL,2598,2,'2026-01-21 14:42:08','2026-01-21 14:42:08','b299e0ba-c406-47f1-af63-820e3d01c9ed'),
(79313,32,14552,NULL,2600,3,'2026-01-21 14:42:08','2026-01-21 14:42:08','c8a5e287-5f7c-4279-96c5-384669ab3b65'),
(79314,32,14552,NULL,2604,4,'2026-01-21 14:42:08','2026-01-21 14:42:08','06b5add6-d8ee-43d9-ab5d-18d02bde3e71'),
(79315,32,14552,NULL,2608,5,'2026-01-21 14:42:08','2026-01-21 14:42:08','9be48147-e24d-4e78-bdd2-eabf2dc3ff62'),
(79316,32,14552,NULL,2596,6,'2026-01-21 14:42:08','2026-01-21 14:42:08','b8ed1a11-9251-4b76-83d6-91eed8e154fe'),
(79317,32,14552,NULL,2602,7,'2026-01-21 14:42:08','2026-01-21 14:42:08','7c699c33-330c-4f22-9652-2619cb373d1e'),
(79318,32,14552,NULL,2606,8,'2026-01-21 14:42:08','2026-01-21 14:42:08','779fe93d-c07a-4e9e-a372-d67c4f210d96'),
(79319,32,14552,NULL,2612,9,'2026-01-21 14:42:08','2026-01-21 14:42:08','196ddeba-2f70-4679-8eff-daffa2af898f'),
(79320,16,14552,NULL,3374,1,'2026-01-21 14:42:08','2026-01-21 14:42:08','5f9f6c02-d243-41b8-8069-ffd897b3dfc6'),
(79321,7,14552,NULL,3468,1,'2026-01-21 14:42:08','2026-01-21 14:42:08','81a63cf5-92e7-42fa-820b-645c5a638bfb'),
(79322,7,14552,NULL,9732,2,'2026-01-21 14:42:08','2026-01-21 14:42:08','1cd0ba03-5b22-4260-9592-68595e3649a4'),
(79323,7,14552,NULL,617,3,'2026-01-21 14:42:08','2026-01-21 14:42:08','f70016e5-1777-4ba5-9a09-16247f3474d4'),
(79324,7,14552,NULL,605,4,'2026-01-21 14:42:08','2026-01-21 14:42:08','bbe329bd-c385-4dc3-9c66-658f4ab09098'),
(79325,7,14552,NULL,9552,5,'2026-01-21 14:42:08','2026-01-21 14:42:08','7a019dde-602a-433c-a43a-3885132fa42a'),
(79326,82,14552,NULL,469,1,'2026-01-21 14:42:08','2026-01-21 14:42:08','661a946d-881f-4f50-98c8-5754e7524dfa'),
(79327,82,14552,NULL,475,2,'2026-01-21 14:42:08','2026-01-21 14:42:08','2e7d57de-35f6-4d2c-8d5b-acc4c2ab4388'),
(79328,82,14552,NULL,479,3,'2026-01-21 14:42:08','2026-01-21 14:42:08','fafadc0b-b469-46bc-be54-086780bf8121'),
(79329,82,14552,NULL,491,4,'2026-01-21 14:42:08','2026-01-21 14:42:08','674eea8d-a2a5-4369-898e-0caa3f9ba548'),
(79330,47,14552,NULL,12333,1,'2026-01-21 14:42:08','2026-01-21 14:42:08','718e69cd-40b0-4cb7-92ab-99e074fd4afd'),
(79331,57,14552,NULL,3362,1,'2026-01-21 14:42:08','2026-01-21 14:42:08','da5fb656-2442-46fd-9974-1efa99ccbeb3'),
(79332,57,14552,NULL,3363,2,'2026-01-21 14:42:08','2026-01-21 14:42:08','edd67141-3f0b-4dfc-96c8-f048b7585c2b'),
(79333,57,14552,NULL,3364,3,'2026-01-21 14:42:08','2026-01-21 14:42:08','c00d4983-a33f-4b47-8d87-b4ccada7ed7a'),
(79334,57,14552,NULL,3365,4,'2026-01-21 14:42:08','2026-01-21 14:42:08','003eb7ea-887d-4893-8091-90236305b3a7'),
(79335,57,14552,NULL,3366,5,'2026-01-21 14:42:08','2026-01-21 14:42:08','3a83085f-2e41-4326-a08e-8e344491205a'),
(79336,57,14552,NULL,3367,6,'2026-01-21 14:42:08','2026-01-21 14:42:08','ddd2adef-cdcb-48ba-ae06-d53500b8bdfd'),
(79337,57,14552,NULL,3368,7,'2026-01-21 14:42:08','2026-01-21 14:42:08','d4fc42b1-7090-4759-8b43-c9e74c67f2f4'),
(79338,57,14552,NULL,3369,8,'2026-01-21 14:42:08','2026-01-21 14:42:08','ad02e934-053a-4a0e-a1c5-fafdb47b9b70'),
(79339,57,14552,NULL,3370,9,'2026-01-21 14:42:08','2026-01-21 14:42:08','0a8b3594-502b-4bb3-9d8e-9d308617c021'),
(79340,57,14552,NULL,3371,10,'2026-01-21 14:42:08','2026-01-21 14:42:08','100efbfd-53d1-4744-ac66-00ef1ccb3f81'),
(79341,57,14552,NULL,3372,11,'2026-01-21 14:42:08','2026-01-21 14:42:08','935ae444-52fe-4ce3-a6c7-f4630289bb6c'),
(79342,57,14552,NULL,3373,12,'2026-01-21 14:42:08','2026-01-21 14:42:08','64e7f73b-97d4-4797-be09-933791db3a64'),
(79343,57,14552,NULL,3374,13,'2026-01-21 14:42:08','2026-01-21 14:42:08','f3af8e02-fca5-49e0-b97d-e1abd3f2a680'),
(79344,72,14552,NULL,548,1,'2026-01-21 14:42:08','2026-01-21 14:42:08','5b7f3409-34d1-4588-a856-d9c339736213'),
(79345,22,14553,NULL,14550,1,'2026-01-21 14:42:08','2026-01-21 14:42:08','9e0a9065-ad33-4b6a-9c8a-8e6c275216ab'),
(79373,32,14558,NULL,2614,1,'2026-01-21 14:43:22','2026-01-21 14:43:22','efcc8161-b93b-467a-8781-7cce97e2a0a1'),
(79374,32,14558,NULL,2610,2,'2026-01-21 14:43:22','2026-01-21 14:43:22','3cd8eb23-fc44-4cd2-ac53-75130cdf7950'),
(79375,32,14558,NULL,2598,3,'2026-01-21 14:43:22','2026-01-21 14:43:22','c63dc83b-8af8-4665-9632-5c9fdb8658ba'),
(79376,32,14558,NULL,2608,4,'2026-01-21 14:43:22','2026-01-21 14:43:22','4f9543c7-bdcb-4d7f-9e0b-9b57bcbe5173'),
(79377,32,14558,NULL,2624,5,'2026-01-21 14:43:22','2026-01-21 14:43:22','4c6dc8f9-22b0-4712-9460-f671939485d8'),
(79378,32,14558,NULL,2600,6,'2026-01-21 14:43:22','2026-01-21 14:43:22','fcd97d99-55ba-484f-80e2-847cc230497e'),
(79379,32,14558,NULL,2596,7,'2026-01-21 14:43:22','2026-01-21 14:43:22','878f1109-d5db-42a6-84fc-226f4c100adc'),
(79380,32,14558,NULL,2602,8,'2026-01-21 14:43:22','2026-01-21 14:43:22','430a880b-db64-43a3-a2ab-c5535ca08619'),
(79381,32,14558,NULL,2606,9,'2026-01-21 14:43:22','2026-01-21 14:43:22','2c7fa0a4-bcea-45ab-8751-f507d45b0f27'),
(79382,32,14558,NULL,2612,10,'2026-01-21 14:43:22','2026-01-21 14:43:22','a6f6896a-32a0-42ec-a8b5-a3e468eb44f6'),
(79383,32,14558,NULL,2604,11,'2026-01-21 14:43:22','2026-01-21 14:43:22','54cb5a50-044f-4b04-8c21-e1c11baa4d72'),
(79384,16,14558,NULL,10210,1,'2026-01-21 14:43:22','2026-01-21 14:43:22','9014de02-e418-4be6-ae8e-6063db737595'),
(79385,7,14558,NULL,2969,1,'2026-01-21 14:43:22','2026-01-21 14:43:22','6cd389e8-41fc-4607-8872-9540e8d50189'),
(79386,7,14558,NULL,617,2,'2026-01-21 14:43:22','2026-01-21 14:43:22','abb21d02-238d-49c3-946e-8c17d9c8dc02'),
(79387,7,14558,NULL,605,3,'2026-01-21 14:43:22','2026-01-21 14:43:22','eaa7f6a1-cbb8-498e-b431-b09305285654'),
(79388,7,14558,NULL,9552,4,'2026-01-21 14:43:22','2026-01-21 14:43:22','006cd48d-2d80-4c47-834e-c7f283a1d40b'),
(79389,46,14558,NULL,2891,1,'2026-01-21 14:43:22','2026-01-21 14:43:22','f2538328-7ad5-4a53-8492-41ec81048c8c'),
(79390,47,14558,NULL,12339,1,'2026-01-21 14:43:22','2026-01-21 14:43:22','839fa469-37c4-40ee-8256-b27509ac2bd4'),
(79391,57,14558,NULL,9148,1,'2026-01-21 14:43:22','2026-01-21 14:43:22','c83dcde2-3e21-4620-873e-41678d69821a'),
(79392,57,14558,NULL,9145,2,'2026-01-21 14:43:22','2026-01-21 14:43:22','a4d9a850-38b7-42f4-bbce-fdac5a717a90'),
(79393,57,14558,NULL,9149,3,'2026-01-21 14:43:22','2026-01-21 14:43:22','88acc65c-63f7-4103-9a7d-677887c07a11'),
(79394,57,14558,NULL,9150,4,'2026-01-21 14:43:22','2026-01-21 14:43:22','47db9901-8065-4b7f-909c-a3ecca43f65d'),
(79395,57,14558,NULL,9144,5,'2026-01-21 14:43:22','2026-01-21 14:43:22','e8ff9def-f5c0-4925-be7e-997e0a243dcc'),
(79396,57,14558,NULL,9146,6,'2026-01-21 14:43:22','2026-01-21 14:43:22','cef73901-abd6-4501-a356-10bf2593a12f'),
(79397,57,14558,NULL,9147,7,'2026-01-21 14:43:22','2026-01-21 14:43:22','718ee34f-f047-4762-9f7d-02a634ea8f35'),
(79398,57,14558,NULL,10213,8,'2026-01-21 14:43:22','2026-01-21 14:43:22','5dfdaead-c3b5-4b74-938e-ffb145622670'),
(79399,13,14558,NULL,6922,1,'2026-01-21 14:43:22','2026-01-21 14:43:22','63b43bfe-acac-4c0c-9138-7d2ea56c5730'),
(79433,22,1850,NULL,14567,1,'2026-01-21 14:48:29','2026-01-21 14:48:29','480aadd3-1799-4cb9-a9cb-a32010c1b08c'),
(79434,32,14575,NULL,2614,1,'2026-01-21 14:48:29','2026-01-21 14:48:29','ac13bba8-37f0-4431-a0ba-52a5638c11b5'),
(79435,32,14575,NULL,2610,2,'2026-01-21 14:48:29','2026-01-21 14:48:29','cfbb0f64-6ee2-4575-a1c4-17690b8e490f'),
(79436,32,14575,NULL,2598,3,'2026-01-21 14:48:29','2026-01-21 14:48:29','fb4fef6a-e14a-4fdd-8e0c-4c51059df40c'),
(79437,32,14575,NULL,2608,4,'2026-01-21 14:48:29','2026-01-21 14:48:29','76834672-e330-4a42-943d-54f3d99b2cde'),
(79438,32,14575,NULL,2624,5,'2026-01-21 14:48:29','2026-01-21 14:48:29','8c0884ed-fa5e-461f-a98e-3082fac71d4c'),
(79439,32,14575,NULL,2600,6,'2026-01-21 14:48:29','2026-01-21 14:48:29','525df988-74ff-425f-9f6e-4e80e6b04cbc'),
(79440,32,14575,NULL,2596,7,'2026-01-21 14:48:29','2026-01-21 14:48:29','9ca3a2ad-3279-4537-a64b-819aa93fe880'),
(79441,32,14575,NULL,2602,8,'2026-01-21 14:48:29','2026-01-21 14:48:29','b5e2ec1b-8626-4bf4-95dd-8ba7fb22e960'),
(79442,32,14575,NULL,2606,9,'2026-01-21 14:48:29','2026-01-21 14:48:29','547cad73-1092-4e0f-b936-a26ee3a279c0'),
(79443,32,14575,NULL,2612,10,'2026-01-21 14:48:29','2026-01-21 14:48:29','efed54f9-51bc-4583-982d-f103d9576c46'),
(79444,32,14575,NULL,2604,11,'2026-01-21 14:48:29','2026-01-21 14:48:29','17814764-9266-4891-8983-c5558a7ce762'),
(79445,16,14575,NULL,9852,1,'2026-01-21 14:48:29','2026-01-21 14:48:29','5891a9e9-02a0-4ebe-9784-df3037162a35'),
(79446,7,14575,NULL,605,1,'2026-01-21 14:48:29','2026-01-21 14:48:29','2846a4a5-efdb-44dd-a07e-bac8c8457404'),
(79447,7,14575,NULL,617,2,'2026-01-21 14:48:29','2026-01-21 14:48:29','7d63bfb5-05b1-4898-b1ed-ddf31744f2aa'),
(79448,7,14575,NULL,9552,3,'2026-01-21 14:48:29','2026-01-21 14:48:29','7160d0ac-cc83-40ad-86d6-fa7db2123881'),
(79449,46,14575,NULL,2891,1,'2026-01-21 14:48:29','2026-01-21 14:48:29','fe1afbde-3f51-4ef3-89aa-a25fa3ec240b'),
(79450,47,14575,NULL,12352,1,'2026-01-21 14:48:29','2026-01-21 14:48:29','5f59caaf-fedf-46f7-ac44-866940dd9003'),
(79451,57,14575,NULL,9861,1,'2026-01-21 14:48:29','2026-01-21 14:48:29','cd720266-8ff2-4c72-a493-5fb7e8420e2e'),
(79452,57,14575,NULL,9866,2,'2026-01-21 14:48:29','2026-01-21 14:48:29','81104a08-ae1a-47eb-9680-202a223ab148'),
(79453,57,14575,NULL,9865,3,'2026-01-21 14:48:29','2026-01-21 14:48:29','69fb72d7-3e0f-4cc9-9232-63adeff30d2d'),
(79454,57,14575,NULL,9862,4,'2026-01-21 14:48:29','2026-01-21 14:48:29','385babae-8d46-4932-960c-814cdef0c5c0'),
(79455,57,14575,NULL,9859,5,'2026-01-21 14:48:29','2026-01-21 14:48:29','9f6a2d5d-bd72-460f-9079-d01252cd0e9f'),
(79456,57,14575,NULL,9864,6,'2026-01-21 14:48:29','2026-01-21 14:48:29','deb0fd14-2cf3-4a4e-8e6b-36df621cb836'),
(79457,57,14575,NULL,9868,7,'2026-01-21 14:48:29','2026-01-21 14:48:29','a06a290f-142b-48c3-b065-d4eb8d70e3d2'),
(79458,57,14575,NULL,9869,8,'2026-01-21 14:48:29','2026-01-21 14:48:29','d552ecc3-8b95-445b-83e8-8b34bf8fa596'),
(79459,57,14575,NULL,9870,9,'2026-01-21 14:48:29','2026-01-21 14:48:29','9e06c3a3-e761-4fc0-a758-30784d8d36f6'),
(79460,57,14575,NULL,9871,10,'2026-01-21 14:48:29','2026-01-21 14:48:29','2e503943-c06a-4993-897d-6756d5d847d7'),
(79461,57,14575,NULL,9872,11,'2026-01-21 14:48:29','2026-01-21 14:48:29','c8b49093-19f1-4ddf-bc55-c5db6bd1496b'),
(79462,57,14575,NULL,9873,12,'2026-01-21 14:48:29','2026-01-21 14:48:29','e77f5b3f-5951-436a-b148-445e5f7d9761'),
(79463,57,14575,NULL,9874,13,'2026-01-21 14:48:29','2026-01-21 14:48:29','2478bc94-b137-49dd-818e-028e0836ae05'),
(79464,57,14575,NULL,9876,14,'2026-01-21 14:48:29','2026-01-21 14:48:29','deabf10d-b0d2-42b6-8b78-ae5bdc00efe2'),
(79465,13,14575,NULL,6927,1,'2026-01-21 14:48:29','2026-01-21 14:48:29','a8e57d2e-8775-4251-826e-0b9adeeea9dc'),
(79466,22,14576,NULL,14567,1,'2026-01-21 14:48:29','2026-01-21 14:48:29','07d0f23c-f65a-496c-9135-91ce5178071e'),
(79500,22,1851,NULL,14586,1,'2026-01-21 14:53:34','2026-01-21 14:53:34','a5a3c627-223d-4d7e-9f4f-a0a3ca939033'),
(79501,32,14592,NULL,2614,1,'2026-01-21 14:53:34','2026-01-21 14:53:34','6495dad7-09e8-4342-a1cd-2baddc0c9349'),
(79502,32,14592,NULL,2610,2,'2026-01-21 14:53:34','2026-01-21 14:53:34','763b0580-54bf-4b71-8506-623b67764cc3'),
(79503,32,14592,NULL,2598,3,'2026-01-21 14:53:34','2026-01-21 14:53:34','f4ceef01-1f84-474a-94a5-590ab64d1814'),
(79504,32,14592,NULL,2608,4,'2026-01-21 14:53:34','2026-01-21 14:53:34','8fb46a6a-0d39-4c5b-b498-56c3cfd20a23'),
(79505,32,14592,NULL,2624,5,'2026-01-21 14:53:34','2026-01-21 14:53:34','83d7db30-00d1-4f75-a4df-9bc97b509848'),
(79506,32,14592,NULL,2600,6,'2026-01-21 14:53:34','2026-01-21 14:53:34','2160c770-3e51-489f-96fe-490a1e0051d5'),
(79507,32,14592,NULL,2596,7,'2026-01-21 14:53:34','2026-01-21 14:53:34','5ad584df-4b2d-4f16-904c-d73484dff846'),
(79508,32,14592,NULL,2602,8,'2026-01-21 14:53:34','2026-01-21 14:53:34','6d0b1a17-716d-4039-b632-b68ed072b0da'),
(79509,32,14592,NULL,2606,9,'2026-01-21 14:53:34','2026-01-21 14:53:34','25913c5c-3499-420c-9ef1-5d88e21ae96b'),
(79510,32,14592,NULL,2612,10,'2026-01-21 14:53:34','2026-01-21 14:53:34','8d6da22f-dfa5-4f9f-9c11-b8d7ba33ba2a'),
(79511,32,14592,NULL,2604,11,'2026-01-21 14:53:34','2026-01-21 14:53:34','8a8c1e54-4897-469d-9e75-a156628aaa6b'),
(79512,16,14592,NULL,9852,1,'2026-01-21 14:53:34','2026-01-21 14:53:34','c9d20c02-6700-4c75-bda8-125d99514e11'),
(79513,7,14592,NULL,605,1,'2026-01-21 14:53:34','2026-01-21 14:53:34','b5ec073e-2168-46b4-8f85-1f4262342501'),
(79514,7,14592,NULL,617,2,'2026-01-21 14:53:34','2026-01-21 14:53:34','02dc7433-680a-40e3-b15a-f533b5eaf1b5'),
(79515,7,14592,NULL,9552,3,'2026-01-21 14:53:34','2026-01-21 14:53:34','0b114a6b-17b4-454e-a2a6-608782c14dfd'),
(79516,46,14592,NULL,2891,1,'2026-01-21 14:53:34','2026-01-21 14:53:34','4ae9f862-428a-45b4-bdc0-0996fc293bb8'),
(79517,47,14592,NULL,12352,1,'2026-01-21 14:53:34','2026-01-21 14:53:34','1258912d-e1cd-4afb-b4fc-7277c267e0b0'),
(79518,57,14592,NULL,9861,1,'2026-01-21 14:53:34','2026-01-21 14:53:34','08b3361a-104f-492b-9de3-eae8cad2d801'),
(79519,57,14592,NULL,9866,2,'2026-01-21 14:53:34','2026-01-21 14:53:34','08fedd9f-afe0-4518-89c9-faa9a1a216ce'),
(79520,57,14592,NULL,9865,3,'2026-01-21 14:53:34','2026-01-21 14:53:34','56300097-9b58-41f5-80f0-eb165e94486d'),
(79521,57,14592,NULL,9862,4,'2026-01-21 14:53:34','2026-01-21 14:53:34','2afe3f5c-77d9-46ed-b908-9ff5c0e43ef1'),
(79522,57,14592,NULL,9859,5,'2026-01-21 14:53:34','2026-01-21 14:53:34','6b351fee-58d9-4c05-867e-c74da9805a66'),
(79523,57,14592,NULL,9864,6,'2026-01-21 14:53:34','2026-01-21 14:53:34','f0836f3e-2975-4b16-879c-7c9a1fdf7636'),
(79524,57,14592,NULL,9868,7,'2026-01-21 14:53:34','2026-01-21 14:53:34','a8dfd03e-6fb2-4db2-8506-898a232f8192'),
(79525,57,14592,NULL,9869,8,'2026-01-21 14:53:34','2026-01-21 14:53:34','85fb005d-d8e3-404a-8c07-b4763e742e91'),
(79526,57,14592,NULL,9870,9,'2026-01-21 14:53:34','2026-01-21 14:53:34','de7df7bf-87be-4828-8c1e-cdf1255a8161'),
(79527,57,14592,NULL,9871,10,'2026-01-21 14:53:34','2026-01-21 14:53:34','aeb415b2-7b7b-43df-8546-bcddf729e158'),
(79528,57,14592,NULL,9872,11,'2026-01-21 14:53:34','2026-01-21 14:53:34','e844da31-8708-415e-8ad7-3556e222a6e4'),
(79529,57,14592,NULL,9873,12,'2026-01-21 14:53:34','2026-01-21 14:53:34','83749889-6716-401b-8b01-51f2dfb5e2e5'),
(79530,57,14592,NULL,9874,13,'2026-01-21 14:53:34','2026-01-21 14:53:34','7c37d5b9-118f-4f02-a6e7-ca8e45d737b4'),
(79531,57,14592,NULL,9876,14,'2026-01-21 14:53:34','2026-01-21 14:53:34','79c0bc78-315c-4184-b523-3660396c636f'),
(79532,13,14592,NULL,6927,1,'2026-01-21 14:53:34','2026-01-21 14:53:34','2e33709d-3306-4496-8672-dbbea239b80b'),
(79533,22,14593,NULL,14586,1,'2026-01-21 14:53:34','2026-01-21 14:53:34','f2abc1c1-0b97-42a3-b231-0e4e98cd11ff'),
(79563,22,1855,NULL,14598,1,'2026-01-21 14:59:39','2026-01-21 14:59:39','774b0db5-e514-4986-996f-193b5424ae04'),
(79564,22,1856,NULL,14601,1,'2026-01-21 14:59:39','2026-01-21 14:59:39','3fe7f113-283a-42ba-b8cf-a384d206c879'),
(79565,32,14604,NULL,2614,1,'2026-01-21 14:59:39','2026-01-21 14:59:39','da9789fd-a108-47bf-b4c2-bb0da398666f'),
(79566,32,14604,NULL,2610,2,'2026-01-21 14:59:39','2026-01-21 14:59:39','af766471-14b9-4f43-a81b-3e3c82a46968'),
(79567,32,14604,NULL,2598,3,'2026-01-21 14:59:39','2026-01-21 14:59:39','e2a7e269-66b9-44ed-bfff-4d696b1bc78c'),
(79568,32,14604,NULL,2608,4,'2026-01-21 14:59:39','2026-01-21 14:59:39','43737ce8-5d4c-463f-8350-4763fa9de1f1'),
(79569,32,14604,NULL,2600,5,'2026-01-21 14:59:39','2026-01-21 14:59:39','08e0ad81-c655-44c4-b15d-c182e0a48f78'),
(79570,32,14604,NULL,2596,6,'2026-01-21 14:59:39','2026-01-21 14:59:39','05767320-5065-428c-a073-a8708db8f55e'),
(79571,32,14604,NULL,2602,7,'2026-01-21 14:59:39','2026-01-21 14:59:39','78f7b865-52a8-4343-ba77-1f9979b619db'),
(79572,32,14604,NULL,2606,8,'2026-01-21 14:59:39','2026-01-21 14:59:39','40507728-fb59-41b0-a17d-81e5330f3ff4'),
(79573,32,14604,NULL,2612,9,'2026-01-21 14:59:39','2026-01-21 14:59:39','37a1dcd1-5f06-438c-94b5-4eb67050b953'),
(79574,32,14604,NULL,2604,10,'2026-01-21 14:59:39','2026-01-21 14:59:39','c4777936-13d5-473d-bfb2-aa3f884c366e'),
(79575,16,14604,NULL,9181,1,'2026-01-21 14:59:39','2026-01-21 14:59:39','f23f09b1-922b-4cbc-ab64-55a8b1f4c817'),
(79576,7,14604,NULL,2969,1,'2026-01-21 14:59:39','2026-01-21 14:59:39','974a9d7d-c148-4a37-81e9-1276da00cf54'),
(79577,7,14604,NULL,605,2,'2026-01-21 14:59:39','2026-01-21 14:59:39','4c97e685-c6d1-4c61-b2fd-f88f05c8a389'),
(79578,7,14604,NULL,617,3,'2026-01-21 14:59:39','2026-01-21 14:59:39','07416984-218f-4710-89d3-66217687a2d0'),
(79579,7,14604,NULL,9552,4,'2026-01-21 14:59:39','2026-01-21 14:59:39','17eba314-9c95-4dc8-838e-61ef85dd79a4'),
(79580,47,14604,NULL,12355,1,'2026-01-21 14:59:39','2026-01-21 14:59:39','9a9df69d-c3ce-4348-91b8-dcba0eadb237'),
(79581,57,14604,NULL,9184,1,'2026-01-21 14:59:39','2026-01-21 14:59:39','40769103-750e-43c9-8dd5-743270987343'),
(79582,57,14604,NULL,9185,2,'2026-01-21 14:59:39','2026-01-21 14:59:39','68b312ff-4bc6-4dbe-88d2-1e51390c8def'),
(79583,57,14604,NULL,9186,3,'2026-01-21 14:59:39','2026-01-21 14:59:39','3bc103e6-d749-411d-847a-fc2f235912da'),
(79584,57,14604,NULL,9187,4,'2026-01-21 14:59:39','2026-01-21 14:59:39','1e2bcd66-a012-4fe2-b8a1-8c4978928e8a'),
(79585,57,14604,NULL,9188,5,'2026-01-21 14:59:39','2026-01-21 14:59:39','a4aa7f1b-218f-4804-bb34-89408b6e593d'),
(79586,57,14604,NULL,9189,6,'2026-01-21 14:59:39','2026-01-21 14:59:39','a234c8c6-1d69-46e4-a25d-027f2d8b34b6'),
(79587,57,14604,NULL,9190,7,'2026-01-21 14:59:39','2026-01-21 14:59:39','94b81fa3-e8e8-402d-bc08-26ff8d88ab9b'),
(79588,57,14604,NULL,9191,8,'2026-01-21 14:59:39','2026-01-21 14:59:39','6c6174b9-27b8-4149-9b8a-1a0463740317'),
(79589,57,14604,NULL,9192,9,'2026-01-21 14:59:39','2026-01-21 14:59:39','180a99ad-0ebe-47a2-8f73-b79ec96069e6'),
(79590,57,14604,NULL,9193,10,'2026-01-21 14:59:39','2026-01-21 14:59:39','7819d6c8-0ac7-4121-bbae-15a60ca7edf0'),
(79591,13,14604,NULL,6931,1,'2026-01-21 14:59:39','2026-01-21 14:59:39','45e18e68-3e58-4a57-bbb4-960be2aab1c7'),
(79592,22,14605,NULL,14598,1,'2026-01-21 14:59:39','2026-01-21 14:59:39','2203f458-6dc8-4da3-84b4-ff1b2d50b6f2'),
(79593,22,14606,NULL,14601,1,'2026-01-21 14:59:40','2026-01-21 14:59:40','299b2b03-7901-41b5-8251-86ed5700912d'),
(79654,74,1073,NULL,14613,1,'2026-01-21 15:02:25','2026-01-21 15:02:25','a9695738-0b36-430f-b10e-6d6633e085c8'),
(79655,32,14614,NULL,2614,1,'2026-01-21 15:02:25','2026-01-21 15:02:25','d351f376-b0ab-4c70-a1ef-a9a25b908e2e'),
(79656,16,14614,NULL,6530,1,'2026-01-21 15:02:25','2026-01-21 15:02:25','cb8b037f-00ea-4294-80c3-bcdd2ae2ebc7'),
(79657,7,14614,NULL,617,1,'2026-01-21 15:02:25','2026-01-21 15:02:25','3ff57d08-991d-4843-9330-61157a679c9d'),
(79658,7,14614,NULL,9558,2,'2026-01-21 15:02:25','2026-01-21 15:02:25','3ffdb201-f642-4254-a41d-16c97185e9c8'),
(79659,7,14614,NULL,605,3,'2026-01-21 15:02:25','2026-01-21 15:02:25','05c9c0d6-0bc3-4166-a226-01b3e8f835f9'),
(79660,7,14614,NULL,9552,4,'2026-01-21 15:02:25','2026-01-21 15:02:25','a5067f69-cc02-4b90-b2d0-a102edf905a7'),
(79661,57,14614,NULL,8064,1,'2026-01-21 15:02:25','2026-01-21 15:02:25','c8343128-4f3c-4109-b9d8-67d0b7314f40'),
(79662,57,14614,NULL,8061,2,'2026-01-21 15:02:25','2026-01-21 15:02:25','3b64e623-79ce-4c45-9a1e-e5c1651754d2'),
(79663,57,14614,NULL,8060,3,'2026-01-21 15:02:25','2026-01-21 15:02:25','81fc5676-ef4e-449f-b839-4b7668a19dba'),
(79664,57,14614,NULL,8063,4,'2026-01-21 15:02:25','2026-01-21 15:02:25','d6134731-c4cb-48b1-8bf5-08631a612c67'),
(79665,57,14614,NULL,8062,5,'2026-01-21 15:02:25','2026-01-21 15:02:25','89652328-e824-4dec-8252-755b2e5be45b'),
(79666,74,14614,NULL,14613,1,'2026-01-21 15:02:25','2026-01-21 15:02:25','ee15a34c-d05b-4b3c-8a2c-250ba7adbcd7'),
(79668,12,14614,NULL,12713,1,'2026-01-21 15:02:25','2026-01-21 15:02:25','40580ca8-de9a-470b-9a75-10d3422466c5'),
(79669,32,14615,NULL,2614,1,'2026-01-21 15:02:33','2026-01-21 15:02:33','905cd776-3c27-40fd-b671-62e23febcd52'),
(79670,32,14615,NULL,2610,2,'2026-01-21 15:02:33','2026-01-21 15:02:33','083bf22a-7e7a-4834-a162-77e4dd0e86d4'),
(79671,32,14615,NULL,2598,3,'2026-01-21 15:02:33','2026-01-21 15:02:33','208463b5-5bb3-4b56-bbba-e10cc8e7700d'),
(79672,32,14615,NULL,2608,4,'2026-01-21 15:02:33','2026-01-21 15:02:33','84d05b7d-1486-48a6-957b-3623483c4ec9'),
(79673,32,14615,NULL,2600,5,'2026-01-21 15:02:33','2026-01-21 15:02:33','121ec9d8-11a5-4092-9d12-72f7a32b888a'),
(79674,32,14615,NULL,2596,6,'2026-01-21 15:02:33','2026-01-21 15:02:33','49f0f0ca-a1df-4b38-9341-3d879594e2d5'),
(79675,32,14615,NULL,2602,7,'2026-01-21 15:02:33','2026-01-21 15:02:33','0e323cdf-783a-4d79-9f39-eab1035aa4d1'),
(79676,32,14615,NULL,2612,8,'2026-01-21 15:02:33','2026-01-21 15:02:33','ec31e944-d575-4436-9360-b09210daba9c'),
(79677,32,14615,NULL,2604,9,'2026-01-21 15:02:33','2026-01-21 15:02:33','d06a4876-009c-4aaa-bef8-0b55866c2196'),
(79678,32,14615,NULL,2606,10,'2026-01-21 15:02:33','2026-01-21 15:02:33','b2ebdce2-fdd4-42ca-b5c3-9ae0aa6028b6'),
(79679,16,14615,NULL,9901,1,'2026-01-21 15:02:33','2026-01-21 15:02:33','591b44eb-a285-4bdf-85b3-17ed35f05e81'),
(79680,7,14615,NULL,605,1,'2026-01-21 15:02:33','2026-01-21 15:02:33','17f7ba96-3b6c-4536-a70d-e41d49628e97'),
(79681,7,14615,NULL,617,2,'2026-01-21 15:02:33','2026-01-21 15:02:33','25f9cb05-d62e-4503-86b9-525a8cbbb63a'),
(79682,7,14615,NULL,9552,3,'2026-01-21 15:02:33','2026-01-21 15:02:33','ae09bed0-27af-4121-9217-68bbdad883fe'),
(79683,82,14615,NULL,479,1,'2026-01-21 15:02:33','2026-01-21 15:02:33','bfc0c3df-5b40-448f-948b-dd778f23b540'),
(79684,47,14615,NULL,12358,1,'2026-01-21 15:02:33','2026-01-21 15:02:33','c023445e-349c-4405-8e7e-341463d98cd5'),
(79685,57,14615,NULL,9903,1,'2026-01-21 15:02:33','2026-01-21 15:02:33','4ab87a13-a94b-4956-a215-967acb4ce555'),
(79686,57,14615,NULL,9904,2,'2026-01-21 15:02:33','2026-01-21 15:02:33','00e784ea-2874-4703-8a98-293ace1568b8'),
(79687,57,14615,NULL,9907,3,'2026-01-21 15:02:33','2026-01-21 15:02:33','df68cbc1-750c-48de-a01e-545bce1f6ae4'),
(79688,57,14615,NULL,9908,4,'2026-01-21 15:02:33','2026-01-21 15:02:33','ce0e0166-5da6-4f1b-a13f-1233ccb758cb'),
(79689,57,14615,NULL,9909,5,'2026-01-21 15:02:33','2026-01-21 15:02:33','06d8e4a9-0386-4248-8388-f33dce91ea32'),
(79690,57,14615,NULL,9910,6,'2026-01-21 15:02:33','2026-01-21 15:02:33','40caa24e-93cf-433a-8978-75c2f6539e34'),
(79691,57,14615,NULL,9911,7,'2026-01-21 15:02:33','2026-01-21 15:02:33','db8e857f-8848-437b-afbb-57424932935c'),
(79692,57,14615,NULL,9912,8,'2026-01-21 15:02:33','2026-01-21 15:02:33','e9f117de-0e18-40a5-ab53-b7d1cec97a4b'),
(79693,57,14615,NULL,9913,9,'2026-01-21 15:02:33','2026-01-21 15:02:33','cb958078-2dcf-4847-8241-e223fbf11159'),
(79694,57,14615,NULL,9914,10,'2026-01-21 15:02:33','2026-01-21 15:02:33','421dff2c-c678-44b4-bd1d-37bf1feaf4b2'),
(79695,57,14615,NULL,9915,11,'2026-01-21 15:02:33','2026-01-21 15:02:33','6d04ee4f-2f8d-4afd-a446-b69ac2320423'),
(79696,57,14615,NULL,9905,12,'2026-01-21 15:02:33','2026-01-21 15:02:33','431e52e9-d4b4-4411-bced-30ef47057533'),
(79697,57,14615,NULL,9906,13,'2026-01-21 15:02:33','2026-01-21 15:02:33','b7df52ad-4c7f-48c7-b773-17a4290c3c8b'),
(79723,32,14617,NULL,2610,1,'2026-01-21 15:02:40','2026-01-21 15:02:40','dcde09d0-fe3b-4522-89c8-13554fa323ec'),
(79724,32,14617,NULL,2598,2,'2026-01-21 15:02:40','2026-01-21 15:02:40','b3b10c86-38c1-4e33-8dbe-861d216fd33a'),
(79725,32,14617,NULL,2600,3,'2026-01-21 15:02:40','2026-01-21 15:02:40','f2981b0c-c294-4de2-b4b2-b9c9b0903fdc'),
(79726,32,14617,NULL,2604,4,'2026-01-21 15:02:40','2026-01-21 15:02:40','d839bd6e-5511-4606-80b6-06a20bfc6052'),
(79727,32,14617,NULL,2608,5,'2026-01-21 15:02:40','2026-01-21 15:02:40','3364c6f8-2817-4b1c-91ef-887e675258fe'),
(79728,32,14617,NULL,2596,6,'2026-01-21 15:02:40','2026-01-21 15:02:40','2bb9c104-9ab7-4239-9ece-f255e3e25997'),
(79729,32,14617,NULL,2602,7,'2026-01-21 15:02:40','2026-01-21 15:02:40','33aec9bf-2012-4c68-b224-a0ae7a559d22'),
(79730,32,14617,NULL,2606,8,'2026-01-21 15:02:40','2026-01-21 15:02:40','9f0115fa-5b10-427e-8681-1b7c0e869bdc'),
(79731,32,14617,NULL,2612,9,'2026-01-21 15:02:40','2026-01-21 15:02:40','65d7b1d9-a576-4d10-a4cf-a12dec5ac8a3'),
(79732,16,14617,NULL,9219,1,'2026-01-21 15:02:40','2026-01-21 15:02:40','cd08fc25-1667-42db-adb7-20745a2191a6'),
(79733,7,14617,NULL,601,1,'2026-01-21 15:02:40','2026-01-21 15:02:40','fa4b261b-529b-4f18-9659-fdc64bcc8bd3'),
(79734,7,14617,NULL,605,2,'2026-01-21 15:02:40','2026-01-21 15:02:40','26f66a2e-c325-4511-b5c9-34658a5b10df'),
(79735,7,14617,NULL,617,3,'2026-01-21 15:02:40','2026-01-21 15:02:40','c8a07bd4-876b-4c11-b259-aee13d2bad5d'),
(79736,7,14617,NULL,9552,4,'2026-01-21 15:02:40','2026-01-21 15:02:40','27bcd8e0-de8e-4645-8203-1342edb99dc2'),
(79737,82,14617,NULL,469,1,'2026-01-21 15:02:40','2026-01-21 15:02:40','91435a0a-4d03-45ad-85a4-36bb690483e4'),
(79738,82,14617,NULL,475,2,'2026-01-21 15:02:40','2026-01-21 15:02:40','d368de5d-2697-4fa0-a1aa-18fd0b3785bb'),
(79739,82,14617,NULL,479,3,'2026-01-21 15:02:40','2026-01-21 15:02:40','c3ad4f0b-cd3a-4a03-89f3-c3f0e419e699'),
(79740,82,14617,NULL,491,4,'2026-01-21 15:02:40','2026-01-21 15:02:40','3b459d9b-b6f0-4344-b4b3-2869aa9a6479'),
(79741,47,14617,NULL,12362,1,'2026-01-21 15:02:40','2026-01-21 15:02:40','96df47e1-0c67-4c2f-b958-383c77a29963'),
(79742,57,14617,NULL,9222,1,'2026-01-21 15:02:40','2026-01-21 15:02:40','f2c50d5a-5f0a-43a8-9b27-ef0702134b64'),
(79743,57,14617,NULL,9223,2,'2026-01-21 15:02:40','2026-01-21 15:02:40','edf22c7e-6078-4d49-bdba-c87a1cbd14b6'),
(79744,57,14617,NULL,9224,3,'2026-01-21 15:02:40','2026-01-21 15:02:40','cb7e9c13-a95f-45e1-8b13-dcb9f9562180'),
(79745,57,14617,NULL,9225,4,'2026-01-21 15:02:40','2026-01-21 15:02:40','79e451d3-82c0-41f6-ac6c-d536e93998d8'),
(79746,57,14617,NULL,9226,5,'2026-01-21 15:02:40','2026-01-21 15:02:40','6a377fb3-3f56-4b1b-bed0-56de00a2d983'),
(79747,57,14617,NULL,12288,6,'2026-01-21 15:02:40','2026-01-21 15:02:40','cef478e7-6835-4ba3-b433-df7cb72f8057'),
(79780,22,1875,NULL,14619,1,'2026-01-21 15:04:50','2026-01-21 15:04:50','0eb4a312-1d94-48e3-ae60-fa80e628011c'),
(79781,32,14621,NULL,2610,1,'2026-01-21 15:04:50','2026-01-21 15:04:50','2f518405-7d5e-4fd7-9d32-46eaddcd7ff6'),
(79782,32,14621,NULL,2598,2,'2026-01-21 15:04:50','2026-01-21 15:04:50','17bbca12-3703-4c77-815c-d1427497f99c'),
(79783,32,14621,NULL,2600,3,'2026-01-21 15:04:50','2026-01-21 15:04:50','ebe833ef-389d-4f20-8375-11b2f4d25d49'),
(79784,32,14621,NULL,2604,4,'2026-01-21 15:04:50','2026-01-21 15:04:50','9edb542b-4fb0-4cd1-9ebf-81cecb4b7f62'),
(79785,32,14621,NULL,2608,5,'2026-01-21 15:04:50','2026-01-21 15:04:50','6de1ddf4-a515-4943-b19a-f79a0db8a462'),
(79786,32,14621,NULL,2596,6,'2026-01-21 15:04:50','2026-01-21 15:04:50','51dab972-b04a-434b-9858-73e96cff9024'),
(79787,32,14621,NULL,2602,7,'2026-01-21 15:04:50','2026-01-21 15:04:50','f71dceb1-5efe-4269-8efe-5e88d9cbf1ea'),
(79788,32,14621,NULL,2606,8,'2026-01-21 15:04:50','2026-01-21 15:04:50','1da81027-8e6d-4c3c-8093-50f04c24c26f'),
(79789,32,14621,NULL,2612,9,'2026-01-21 15:04:50','2026-01-21 15:04:50','b767a0a7-e4d8-4412-ac6c-401fee18ede5'),
(79790,16,14621,NULL,9947,1,'2026-01-21 15:04:50','2026-01-21 15:04:50','46660ebb-2bf8-456e-b28c-6356361ea4db'),
(79791,7,14621,NULL,605,1,'2026-01-21 15:04:50','2026-01-21 15:04:50','c52ffc6a-a173-4627-ab2d-cdba2ad7ddb3'),
(79792,7,14621,NULL,617,2,'2026-01-21 15:04:50','2026-01-21 15:04:50','739ce503-2cef-4ed6-b271-be55f4f232d6'),
(79793,7,14621,NULL,9552,3,'2026-01-21 15:04:50','2026-01-21 15:04:50','cceccb98-a784-4ea0-b35c-3d23af9230a2'),
(79794,82,14621,NULL,469,1,'2026-01-21 15:04:50','2026-01-21 15:04:50','7a2c735c-4a6c-4a79-b8a2-34a73db35a6b'),
(79795,82,14621,NULL,475,2,'2026-01-21 15:04:50','2026-01-21 15:04:50','7a35330e-f985-410e-9aef-54de83785871'),
(79796,82,14621,NULL,479,3,'2026-01-21 15:04:50','2026-01-21 15:04:50','ae18cf65-2cbf-4010-9cb5-4fe96a514e8e'),
(79797,82,14621,NULL,491,4,'2026-01-21 15:04:50','2026-01-21 15:04:50','a5e87603-0a76-4514-b127-419e9ffb20c9'),
(79798,47,14621,NULL,12368,1,'2026-01-21 15:04:50','2026-01-21 15:04:50','b9905550-da16-4a1d-8e15-a63c6c8784ca'),
(79799,57,14621,NULL,9959,1,'2026-01-21 15:04:50','2026-01-21 15:04:50','fa3ddbbf-c3e8-45d6-baa2-bfc775b135a0'),
(79800,57,14621,NULL,9972,2,'2026-01-21 15:04:50','2026-01-21 15:04:50','3e5ee967-2b46-438b-9830-a905f9779915'),
(79801,57,14621,NULL,9973,3,'2026-01-21 15:04:50','2026-01-21 15:04:50','2501cccc-147b-4d77-aadb-62d5fd649f4c'),
(79802,57,14621,NULL,9957,4,'2026-01-21 15:04:50','2026-01-21 15:04:50','929ebe66-3284-415e-9885-08f047d23a97'),
(79803,57,14621,NULL,9953,5,'2026-01-21 15:04:50','2026-01-21 15:04:50','d84e1df8-505c-46f0-b826-a27dd513c8aa'),
(79804,57,14621,NULL,9954,6,'2026-01-21 15:04:50','2026-01-21 15:04:50','0222309c-7b5c-4d9e-a466-27bb4b7b988a'),
(79805,57,14621,NULL,9956,7,'2026-01-21 15:04:50','2026-01-21 15:04:50','1b7ae85c-51e6-44ea-baa1-b6704720f120'),
(79806,57,14621,NULL,9949,8,'2026-01-21 15:04:50','2026-01-21 15:04:50','36e9af4e-43a0-496c-8160-b772dc1c1562'),
(79807,57,14621,NULL,9958,9,'2026-01-21 15:04:50','2026-01-21 15:04:50','0a5a2a51-ede8-41dc-8eff-a7c509c4c709'),
(79808,57,14621,NULL,9960,10,'2026-01-21 15:04:50','2026-01-21 15:04:50','430d5406-8fc6-4f00-b91c-62c2aa72c144'),
(79809,57,14621,NULL,9962,11,'2026-01-21 15:04:50','2026-01-21 15:04:50','dc73157e-ceec-4e3f-8151-e25c66de2d00'),
(79810,57,14621,NULL,9971,12,'2026-01-21 15:04:50','2026-01-21 15:04:50','f843246b-c460-4024-aae0-ed2b9002f614'),
(79811,13,14621,NULL,7732,1,'2026-01-21 15:04:50','2026-01-21 15:04:50','984326fd-a4e7-45ad-9ede-ca6f4e0f259d'),
(79812,22,14622,NULL,14619,1,'2026-01-21 15:04:50','2026-01-21 15:04:50','217bdb9d-9f55-4591-915d-8efc79a77be7'),
(79837,32,14624,NULL,2610,1,'2026-01-21 15:05:47','2026-01-21 15:05:47','fef63f80-fab8-45f6-9849-8b4d3472c6a0'),
(79838,32,14624,NULL,2598,2,'2026-01-21 15:05:47','2026-01-21 15:05:47','3f8e4705-37d8-479a-b1a6-56c06730cc68'),
(79839,32,14624,NULL,2600,3,'2026-01-21 15:05:47','2026-01-21 15:05:47','8c974d48-f7cd-4660-80df-59d35b21c402'),
(79840,32,14624,NULL,2606,4,'2026-01-21 15:05:47','2026-01-21 15:05:47','6d094ea3-ef91-45c6-8517-8f75e22e1a9e'),
(79841,32,14624,NULL,2604,5,'2026-01-21 15:05:47','2026-01-21 15:05:47','4a31b63f-d97f-4b7c-bc02-e1152d17d936'),
(79842,32,14624,NULL,2614,6,'2026-01-21 15:05:47','2026-01-21 15:05:47','a4d06753-731b-489e-ac9f-65f7221e2de1'),
(79843,32,14624,NULL,2608,7,'2026-01-21 15:05:47','2026-01-21 15:05:47','5d7827f0-7721-4263-8d1c-306d61975129'),
(79844,32,14624,NULL,2596,8,'2026-01-21 15:05:47','2026-01-21 15:05:47','1242c9f1-b025-43cf-afd5-78da27a84902'),
(79845,32,14624,NULL,2602,9,'2026-01-21 15:05:47','2026-01-21 15:05:47','ddf7285d-4b34-43fd-b448-ad70843cf13f'),
(79846,32,14624,NULL,2612,10,'2026-01-21 15:05:47','2026-01-21 15:05:47','0d048f2c-9d6d-4215-970b-b8f48cef7a63'),
(79847,16,14624,NULL,5191,1,'2026-01-21 15:05:47','2026-01-21 15:05:47','9c90e1bc-71cd-466d-8e5b-a8e77bc67cae'),
(79848,7,14624,NULL,2969,1,'2026-01-21 15:05:47','2026-01-21 15:05:47','a45a843b-a4b2-40e4-8c76-ee49ce55a737'),
(79849,7,14624,NULL,617,2,'2026-01-21 15:05:47','2026-01-21 15:05:47','c7bc8cc8-9127-45a5-9013-a5686b3536df'),
(79850,7,14624,NULL,605,3,'2026-01-21 15:05:47','2026-01-21 15:05:47','03035f4b-74d2-455b-be85-189ad99db9fb'),
(79851,7,14624,NULL,9552,4,'2026-01-21 15:05:47','2026-01-21 15:05:47','8f5668f8-051b-4083-bcaf-75c0a4b03438'),
(79852,82,14624,NULL,479,1,'2026-01-21 15:05:47','2026-01-21 15:05:47','5dbd69e1-6b65-4914-b621-510b76a16349'),
(79853,47,14624,NULL,12370,1,'2026-01-21 15:05:47','2026-01-21 15:05:47','079f48e3-ad63-49d6-ab00-7167fece4ad5'),
(79854,57,14624,NULL,5185,1,'2026-01-21 15:05:47','2026-01-21 15:05:47','ad935c83-3a2d-4f40-a2ca-9cd6a165e14d'),
(79855,57,14624,NULL,5186,2,'2026-01-21 15:05:47','2026-01-21 15:05:47','3c9c6bb3-e577-4ea0-8f0e-1f4f610ca056'),
(79856,57,14624,NULL,5187,3,'2026-01-21 15:05:47','2026-01-21 15:05:47','da39f294-c76d-47aa-ba5b-1671ef85de17'),
(79857,57,14624,NULL,5188,4,'2026-01-21 15:05:47','2026-01-21 15:05:47','21c12cd9-f15d-476d-8ced-2db2ba12de56'),
(79858,57,14624,NULL,5189,5,'2026-01-21 15:05:47','2026-01-21 15:05:47','821b9363-1a73-4af8-9bc9-26c5a10346c0'),
(79859,57,14624,NULL,5190,6,'2026-01-21 15:05:47','2026-01-21 15:05:47','8e23251f-9d8b-4ac0-9e58-f015b49e015b'),
(79886,32,14626,NULL,2614,1,'2026-01-21 15:05:55','2026-01-21 15:05:55','60666639-6b0b-4277-bebd-eb5b16199469'),
(79887,32,14626,NULL,2610,2,'2026-01-21 15:05:55','2026-01-21 15:05:55','57be13b6-6559-4ad2-ada2-b7bc910c88a2'),
(79888,32,14626,NULL,2598,3,'2026-01-21 15:05:55','2026-01-21 15:05:55','e4149600-8811-490b-a8ac-1527e43336b7'),
(79889,32,14626,NULL,2608,4,'2026-01-21 15:05:55','2026-01-21 15:05:55','3a983431-9cc6-4ca3-b3f5-f7d71ebeb93e'),
(79890,32,14626,NULL,2600,5,'2026-01-21 15:05:55','2026-01-21 15:05:55','a48391b8-eee6-482c-bd7d-73370136147d'),
(79891,32,14626,NULL,2596,6,'2026-01-21 15:05:55','2026-01-21 15:05:55','fba451d8-14dd-4589-a453-95fa9230648a'),
(79892,32,14626,NULL,2602,7,'2026-01-21 15:05:55','2026-01-21 15:05:55','d55a99a1-38a1-4259-9304-338b9fff6382'),
(79893,32,14626,NULL,2612,8,'2026-01-21 15:05:55','2026-01-21 15:05:55','a6260521-199a-4503-add1-0c50fb219f1b'),
(79894,32,14626,NULL,2604,9,'2026-01-21 15:05:55','2026-01-21 15:05:55','4769ba99-049d-4e8d-b671-556b2d741f5a'),
(79895,32,14626,NULL,2606,10,'2026-01-21 15:05:55','2026-01-21 15:05:55','4240c2cb-2b2f-4374-8bca-ce82c002a73b'),
(79896,16,14626,NULL,9238,1,'2026-01-21 15:05:55','2026-01-21 15:05:55','76a13976-c6a5-4786-b652-83cf66d275a4'),
(79897,7,14626,NULL,3468,1,'2026-01-21 15:05:55','2026-01-21 15:05:55','3eb0484a-8daa-42fe-82dc-e743af212bc7'),
(79898,7,14626,NULL,601,2,'2026-01-21 15:05:55','2026-01-21 15:05:55','e9e18cbd-4293-42db-9af3-7bb12241c3e8'),
(79899,7,14626,NULL,617,3,'2026-01-21 15:05:55','2026-01-21 15:05:55','26cbe19c-18e0-41a9-84bd-2454374a00d7'),
(79900,7,14626,NULL,9552,4,'2026-01-21 15:05:55','2026-01-21 15:05:55','36099e59-df65-41c2-ac19-7ed0d498936d'),
(79901,7,14626,NULL,605,5,'2026-01-21 15:05:55','2026-01-21 15:05:55','afe38ad0-8e9b-47c4-a840-be87995caddf'),
(79902,82,14626,NULL,479,1,'2026-01-21 15:05:55','2026-01-21 15:05:55','352848fb-36ff-4d96-893f-a2d58f4128d5'),
(79903,47,14626,NULL,12374,1,'2026-01-21 15:05:55','2026-01-21 15:05:55','900d633a-28c4-4fae-bd2f-82c97ff35eee'),
(79904,57,14626,NULL,9244,1,'2026-01-21 15:05:55','2026-01-21 15:05:55','7e366e24-7369-4e9c-a7e0-846cca8cb111'),
(79905,57,14626,NULL,9250,2,'2026-01-21 15:05:55','2026-01-21 15:05:55','3fb6f5a7-b40d-4294-bd88-b6357a67b6e7'),
(79906,57,14626,NULL,9245,3,'2026-01-21 15:05:55','2026-01-21 15:05:55','ef45b736-cfa1-4625-af94-fdf997a5df58'),
(79907,57,14626,NULL,9246,4,'2026-01-21 15:05:55','2026-01-21 15:05:55','7bcdc850-4c83-4fe8-9eeb-d292d78e517f'),
(79908,57,14626,NULL,9247,5,'2026-01-21 15:05:55','2026-01-21 15:05:55','75d473c0-cc9b-4f7d-8fca-db3edbe6f17c'),
(79909,57,14626,NULL,9248,6,'2026-01-21 15:05:55','2026-01-21 15:05:55','7ce765bb-1b12-4384-92e7-419277ceac48'),
(79910,57,14626,NULL,9249,7,'2026-01-21 15:05:55','2026-01-21 15:05:55','2671ff7a-fb07-4a4e-992b-17975e5aeeed'),
(79932,32,14640,NULL,2598,1,'2026-01-21 15:22:25','2026-01-21 15:22:25','fc7c250f-d379-46a7-9d35-68c04cb49d17'),
(79933,32,14640,NULL,2608,2,'2026-01-21 15:22:25','2026-01-21 15:22:25','30cbc6b5-4321-4595-9431-c54be4b44f64'),
(79934,32,14640,NULL,2600,3,'2026-01-21 15:22:25','2026-01-21 15:22:25','977fde86-279b-4719-9478-54e52ccfb9eb'),
(79935,32,14640,NULL,2596,4,'2026-01-21 15:22:25','2026-01-21 15:22:25','03eddf61-b40a-43da-8795-241657beb90d'),
(79936,32,14640,NULL,2602,5,'2026-01-21 15:22:25','2026-01-21 15:22:25','a0b5058d-dc09-45bf-aef3-89a2492fba04'),
(79937,32,14640,NULL,2606,6,'2026-01-21 15:22:25','2026-01-21 15:22:25','02744c60-7512-41ac-b2c3-4647b5d9b5fc'),
(79938,32,14640,NULL,2604,7,'2026-01-21 15:22:25','2026-01-21 15:22:25','1019bcb4-9980-40ce-9593-24285f5546ca'),
(79939,32,14640,NULL,2610,8,'2026-01-21 15:22:25','2026-01-21 15:22:25','7c68e066-f9b3-4abb-a90a-d2d6e3af04ff'),
(79940,32,14640,NULL,2612,9,'2026-01-21 15:22:25','2026-01-21 15:22:25','9a4cd14c-3448-4a73-9e37-12a2c14ec8c7'),
(79941,16,14640,NULL,11529,1,'2026-01-21 15:22:25','2026-01-21 15:22:25','a2de74df-b2ff-43b2-86e7-cd12b130d325'),
(79942,7,14640,NULL,2969,1,'2026-01-21 15:22:25','2026-01-21 15:22:25','8c849354-858d-4e7d-92bb-b0cc068531a0'),
(79943,7,14640,NULL,617,2,'2026-01-21 15:22:25','2026-01-21 15:22:25','7aaa6d7e-a59b-43f3-9e37-0b20ab78fa3e'),
(79944,7,14640,NULL,605,3,'2026-01-21 15:22:25','2026-01-21 15:22:25','d5309bd6-81c5-4330-8500-44db22ff03a1'),
(79945,7,14640,NULL,9552,4,'2026-01-21 15:22:25','2026-01-21 15:22:25','829777ac-591b-4a19-aa73-3833702542ff'),
(79946,82,14640,NULL,491,1,'2026-01-21 15:22:25','2026-01-21 15:22:25','2cd1505a-6699-4447-96ab-f93958a149eb'),
(79947,47,14640,NULL,10463,1,'2026-01-21 15:22:25','2026-01-21 15:22:25','f8f7c529-7331-4b35-99a3-3890ab6d666e'),
(79975,22,1901,NULL,6093,1,'2026-01-21 15:43:14','2026-01-21 15:43:14','a0a143a7-abe8-4f20-8782-d8804f1b39ec'),
(79976,32,14666,NULL,2614,1,'2026-01-21 15:43:14','2026-01-21 15:43:14','505089bf-1d3c-408d-9d5f-b9ad75253f50'),
(79977,32,14666,NULL,2610,2,'2026-01-21 15:43:14','2026-01-21 15:43:14','c39cd810-098f-4930-9440-e9d7d2db067d'),
(79978,32,14666,NULL,2598,3,'2026-01-21 15:43:14','2026-01-21 15:43:14','4f605c1d-7ce8-4082-b797-124af8d075fa'),
(79979,32,14666,NULL,2608,4,'2026-01-21 15:43:14','2026-01-21 15:43:14','947b8283-77ba-40b1-a940-f22fa7757f74'),
(79980,32,14666,NULL,2600,5,'2026-01-21 15:43:14','2026-01-21 15:43:14','7966372c-cdbf-4db4-8c5e-21087688d434'),
(79981,32,14666,NULL,2596,6,'2026-01-21 15:43:14','2026-01-21 15:43:14','a7e0bd59-60c7-4c10-a20f-774629425c65'),
(79982,32,14666,NULL,2602,7,'2026-01-21 15:43:14','2026-01-21 15:43:14','ff1d1fd0-0e8c-499e-8b03-6ae41e68306d'),
(79983,32,14666,NULL,2606,8,'2026-01-21 15:43:14','2026-01-21 15:43:14','35d64e47-794d-4e68-971a-a6cc0495831e'),
(79984,32,14666,NULL,2612,9,'2026-01-21 15:43:14','2026-01-21 15:43:14','fb5324bb-3fd5-43d1-acf9-d5f29d77e3fa'),
(79985,32,14666,NULL,2604,10,'2026-01-21 15:43:14','2026-01-21 15:43:14','25094672-8c41-4944-9978-78cbb03784a2'),
(79986,16,14666,NULL,6659,1,'2026-01-21 15:43:14','2026-01-21 15:43:14','488814a3-4914-4f34-8ee3-0ed76642d352'),
(79987,7,14666,NULL,6547,1,'2026-01-21 15:43:14','2026-01-21 15:43:14','e7b6cb16-3117-40cd-a8c5-06142a5a7577'),
(79988,7,14666,NULL,601,2,'2026-01-21 15:43:14','2026-01-21 15:43:14','c7d69b7f-b08c-4d84-bcd9-485da50565fe'),
(79989,7,14666,NULL,617,3,'2026-01-21 15:43:14','2026-01-21 15:43:14','8d0494a3-e538-4832-9dd5-11be32acf240'),
(79990,7,14666,NULL,9640,4,'2026-01-21 15:43:14','2026-01-21 15:43:14','17434a6d-e349-4aa1-9e2a-de0bd898ca64'),
(79991,7,14666,NULL,2974,5,'2026-01-21 15:43:14','2026-01-21 15:43:14','9ae3545c-6a40-4e97-830a-cfd210b275e4'),
(79992,7,14666,NULL,605,6,'2026-01-21 15:43:14','2026-01-21 15:43:14','7aa4cf51-01b6-49c0-80b1-662310e398be'),
(79993,7,14666,NULL,9552,7,'2026-01-21 15:43:14','2026-01-21 15:43:14','d9b6a65b-9e1e-4457-a0b1-89bc181b86ea'),
(79994,47,14666,NULL,12453,1,'2026-01-21 15:43:14','2026-01-21 15:43:14','5c89acb2-0353-4803-b7eb-36af66d35a90'),
(79995,57,14666,NULL,6680,1,'2026-01-21 15:43:14','2026-01-21 15:43:14','bca6b6de-615f-46c8-9b20-5d665756b969'),
(79996,57,14666,NULL,6681,2,'2026-01-21 15:43:14','2026-01-21 15:43:14','6ee2ab9a-9d9e-47ec-8274-ffe863bc5390'),
(79997,57,14666,NULL,6682,3,'2026-01-21 15:43:14','2026-01-21 15:43:14','ed2e6064-878f-4690-90e7-e68b7d3d185a'),
(79998,57,14666,NULL,6683,4,'2026-01-21 15:43:14','2026-01-21 15:43:14','4e9137d1-0c1b-4da0-8d11-9ab79a568d83'),
(79999,57,14666,NULL,6684,5,'2026-01-21 15:43:14','2026-01-21 15:43:14','7acdb622-4265-4c0c-955e-301451cfaa79'),
(80001,22,14667,NULL,6093,1,'2026-01-21 15:43:14','2026-01-21 15:43:14','c9142430-4567-434d-8c6c-5e229a1d09a2'),
(80017,83,1073,NULL,1045,1,'2026-01-21 15:44:48','2026-01-21 15:44:48','0362f385-c72b-45ed-958f-42216d0f57ce'),
(80018,32,14675,NULL,2614,1,'2026-01-21 15:44:48','2026-01-21 15:44:48','fe7ceb93-836d-48ab-bd0f-85ec788b41c9'),
(80019,83,14675,NULL,1045,1,'2026-01-21 15:44:48','2026-01-21 15:44:48','c3497ff6-ca19-4ef3-b8ef-d79159f15d63'),
(80020,16,14675,NULL,6530,1,'2026-01-21 15:44:48','2026-01-21 15:44:48','7c4fa5e7-caa2-4d2e-ad24-afbe4cf697c6'),
(80021,7,14675,NULL,617,1,'2026-01-21 15:44:48','2026-01-21 15:44:48','73fb5336-0e62-47b6-a077-410964159dcd'),
(80022,7,14675,NULL,9558,2,'2026-01-21 15:44:48','2026-01-21 15:44:48','96faebc2-b3f5-428e-9dae-f21590bc23a7'),
(80023,7,14675,NULL,605,3,'2026-01-21 15:44:48','2026-01-21 15:44:48','1e5b4323-0dcd-4482-82e0-19eabd169666'),
(80024,7,14675,NULL,9552,4,'2026-01-21 15:44:48','2026-01-21 15:44:48','347f8984-5ce8-40be-b9cf-fd0c25c2571f'),
(80025,57,14675,NULL,8064,1,'2026-01-21 15:44:48','2026-01-21 15:44:48','23e88a8c-f665-4e88-80ea-770d768f49b2'),
(80026,57,14675,NULL,8061,2,'2026-01-21 15:44:48','2026-01-21 15:44:48','b4bb4ea1-417d-4a1a-a80e-59c59402f9ea'),
(80027,57,14675,NULL,8060,3,'2026-01-21 15:44:48','2026-01-21 15:44:48','a49ace67-55b4-4cb6-9c67-443478339364'),
(80028,57,14675,NULL,8063,4,'2026-01-21 15:44:48','2026-01-21 15:44:48','884e9126-cfad-4f95-b0af-51a4faa547bc'),
(80029,57,14675,NULL,8062,5,'2026-01-21 15:44:48','2026-01-21 15:44:48','673be2e5-08a8-48d6-9989-71f6ebb988fd'),
(80030,74,14675,NULL,14613,1,'2026-01-21 15:44:48','2026-01-21 15:44:48','0870c942-b3ae-42a5-bff4-4f8d34ef5d3a'),
(80032,12,14675,NULL,12713,1,'2026-01-21 15:44:48','2026-01-21 15:44:48','bf0ac39a-85d0-4591-9130-21296f76b3e5'),
(80048,32,14677,NULL,2614,1,'2026-01-21 15:45:13','2026-01-21 15:45:13','82845cd4-9051-4bc5-bf25-d03a933696bd'),
(80049,83,14677,NULL,1045,1,'2026-01-21 15:45:13','2026-01-21 15:45:13','ea78273c-4c4f-4930-ab1d-2ee069164c05'),
(80050,16,14677,NULL,6530,1,'2026-01-21 15:45:13','2026-01-21 15:45:13','845b4ae8-4717-4e04-9799-6c158e350d0f'),
(80051,7,14677,NULL,617,1,'2026-01-21 15:45:13','2026-01-21 15:45:13','1e9829c7-8e2d-4d7c-8188-d62845877c55'),
(80052,7,14677,NULL,9558,2,'2026-01-21 15:45:13','2026-01-21 15:45:13','75b3d40a-b80c-4601-9f48-57ccd5c73afd'),
(80053,7,14677,NULL,605,3,'2026-01-21 15:45:13','2026-01-21 15:45:13','42d60a83-e6b1-47f2-9817-8fa6767c36d1'),
(80054,7,14677,NULL,9552,4,'2026-01-21 15:45:13','2026-01-21 15:45:13','c18e953a-d561-408e-9e79-5b9525fe79c1'),
(80055,57,14677,NULL,8064,1,'2026-01-21 15:45:13','2026-01-21 15:45:13','6651368b-b2ff-4479-8b01-c71ed03886e9'),
(80056,57,14677,NULL,8061,2,'2026-01-21 15:45:13','2026-01-21 15:45:13','b44dec7a-cb86-4531-97de-4fb50aeb2412'),
(80057,57,14677,NULL,8060,3,'2026-01-21 15:45:13','2026-01-21 15:45:13','9d8f41bd-e2a6-470b-a610-bbd2e8415a58'),
(80058,57,14677,NULL,8063,4,'2026-01-21 15:45:13','2026-01-21 15:45:13','cdf75bea-3c6f-44d8-a362-13436babaea4'),
(80059,57,14677,NULL,8062,5,'2026-01-21 15:45:13','2026-01-21 15:45:13','739d64a5-95ff-40eb-a1f7-baa6dd672009'),
(80060,74,14677,NULL,14613,1,'2026-01-21 15:45:13','2026-01-21 15:45:13','4e7ec42d-6c25-447f-b5ee-298555a103bc'),
(80062,12,14677,NULL,12713,1,'2026-01-21 15:45:13','2026-01-21 15:45:13','26c7d0b7-256e-4d95-ac84-365a019d1dbd'),
(80123,32,14691,NULL,2610,1,'2026-01-21 15:50:16','2026-01-21 15:50:16','6bb7778a-cdf3-4abc-938c-65599a733487'),
(80124,32,14691,NULL,2598,2,'2026-01-21 15:50:16','2026-01-21 15:50:16','5f7a5f3e-8427-444b-89ff-4ed2d6dc33fe'),
(80125,32,14691,NULL,2608,3,'2026-01-21 15:50:16','2026-01-21 15:50:16','59bea12a-e18e-4852-b873-410d86f87633'),
(80126,32,14691,NULL,2600,4,'2026-01-21 15:50:16','2026-01-21 15:50:16','ca7446b4-b117-4ef8-9831-a70a3bb44b05'),
(80127,32,14691,NULL,2596,5,'2026-01-21 15:50:16','2026-01-21 15:50:16','68e8b35f-89ee-4942-a4ca-f41e4638f972'),
(80128,32,14691,NULL,2602,6,'2026-01-21 15:50:16','2026-01-21 15:50:16','d55234b8-f17b-4d2a-a663-4f782977e5d6'),
(80129,32,14691,NULL,2606,7,'2026-01-21 15:50:16','2026-01-21 15:50:16','0063ae09-ac13-4146-a349-23db1c92cfb8'),
(80130,32,14691,NULL,2612,8,'2026-01-21 15:50:16','2026-01-21 15:50:16','6ea808e6-6937-4483-9d34-d751bc29e409'),
(80131,32,14691,NULL,2604,9,'2026-01-21 15:50:16','2026-01-21 15:50:16','e88cd1ae-893c-4b62-9525-1b82949bfc9f'),
(80132,16,14691,NULL,9255,1,'2026-01-21 15:50:16','2026-01-21 15:50:16','a1dfee5c-9bf4-439a-becb-ba97de770d65'),
(80133,7,14691,NULL,601,1,'2026-01-21 15:50:16','2026-01-21 15:50:16','2b119507-99b1-4ded-8dad-ab54fc1aaa56'),
(80134,7,14691,NULL,605,2,'2026-01-21 15:50:16','2026-01-21 15:50:16','67861eda-6287-4f06-b49d-f9e0e83342f1'),
(80135,7,14691,NULL,617,3,'2026-01-21 15:50:16','2026-01-21 15:50:16','37bceb8d-b52d-4efc-9430-d5ff27f12db8'),
(80136,7,14691,NULL,9552,4,'2026-01-21 15:50:16','2026-01-21 15:50:16','66df7072-4525-45aa-804e-b3ece0fff8de'),
(80137,82,14691,NULL,491,1,'2026-01-21 15:50:16','2026-01-21 15:50:16','a15605c1-f114-4c7b-b172-1a0ff050fcf3'),
(80138,47,14691,NULL,12446,1,'2026-01-21 15:50:16','2026-01-21 15:50:16','208106e5-0e06-464b-94c0-6f71d469d48d'),
(80139,57,14691,NULL,9260,1,'2026-01-21 15:50:16','2026-01-21 15:50:16','c20e76fa-1f5a-4c41-a3e9-00c97a16db8f'),
(80140,57,14691,NULL,9261,2,'2026-01-21 15:50:16','2026-01-21 15:50:16','2eca61fb-1919-48fd-af33-8e2a54fee7e5'),
(80141,57,14691,NULL,9258,3,'2026-01-21 15:50:16','2026-01-21 15:50:16','c2b8fcc1-1df0-4cb4-98fb-0b34289e5190'),
(80142,57,14691,NULL,9259,4,'2026-01-21 15:50:16','2026-01-21 15:50:16','545f199b-ffee-4259-8e73-77b290f8d61e'),
(80163,32,14695,NULL,2610,1,'2026-01-21 15:53:27','2026-01-21 15:53:27','34b036e8-ae98-4058-ae9d-87df0da913e4'),
(80164,32,14695,NULL,2598,2,'2026-01-21 15:53:27','2026-01-21 15:53:27','2545e7e6-a304-476f-85e5-1d11c8e6a9a1'),
(80165,32,14695,NULL,2608,3,'2026-01-21 15:53:27','2026-01-21 15:53:27','0ff964f4-50fa-4930-83af-4d417bc161cd'),
(80166,32,14695,NULL,2600,4,'2026-01-21 15:53:27','2026-01-21 15:53:27','1942b70a-eb8c-4a18-8dda-b72a7e57d523'),
(80167,32,14695,NULL,2596,5,'2026-01-21 15:53:27','2026-01-21 15:53:27','8ad03bba-f1f7-486b-ac55-86af15fcbfc0'),
(80168,32,14695,NULL,2602,6,'2026-01-21 15:53:27','2026-01-21 15:53:27','05a74875-865c-4d51-aad4-c83fea6c5f3c'),
(80169,32,14695,NULL,2606,7,'2026-01-21 15:53:27','2026-01-21 15:53:27','f63bc33a-ddba-44c4-b72a-768d1f476720'),
(80170,32,14695,NULL,2612,8,'2026-01-21 15:53:27','2026-01-21 15:53:27','d8b944fb-bf20-45b4-9703-9986aada969a'),
(80171,32,14695,NULL,2604,9,'2026-01-21 15:53:27','2026-01-21 15:53:27','ba3fba30-90b8-4360-8863-b3725f263a05'),
(80172,16,14695,NULL,9255,1,'2026-01-21 15:53:27','2026-01-21 15:53:27','978fc69f-23ef-4e17-b784-ff325be7bb64'),
(80173,7,14695,NULL,601,1,'2026-01-21 15:53:27','2026-01-21 15:53:27','858d3694-79f6-42ca-8c10-018a6b3a7cec'),
(80174,7,14695,NULL,605,2,'2026-01-21 15:53:27','2026-01-21 15:53:27','bad4893a-c52c-427d-9c4b-8bb3f988dc4b'),
(80175,7,14695,NULL,617,3,'2026-01-21 15:53:27','2026-01-21 15:53:27','b41f1c42-d89c-470a-b183-fa1a037c66f4'),
(80176,7,14695,NULL,9552,4,'2026-01-21 15:53:27','2026-01-21 15:53:27','0c21850f-2b10-4124-943d-36a83d003d7c'),
(80177,82,14695,NULL,491,1,'2026-01-21 15:53:27','2026-01-21 15:53:27','2d04aa6e-cbcc-40a8-b104-b7503aed8165'),
(80178,47,14695,NULL,12446,1,'2026-01-21 15:53:27','2026-01-21 15:53:27','ead15b9e-43d4-4fa8-9340-5d1401c045c7'),
(80179,57,14695,NULL,9260,1,'2026-01-21 15:53:27','2026-01-21 15:53:27','2205f8e0-e965-4e36-b19a-a17ef53cb49f'),
(80180,57,14695,NULL,9261,2,'2026-01-21 15:53:27','2026-01-21 15:53:27','1e55d81d-bdb5-4210-be1f-ec8b28b42af5'),
(80181,57,14695,NULL,9258,3,'2026-01-21 15:53:27','2026-01-21 15:53:27','a72a0d52-7a0e-42c9-9c2e-9f7a3ae7a24d'),
(80182,57,14695,NULL,9259,4,'2026-01-21 15:53:27','2026-01-21 15:53:27','7bbf61fd-7b01-4925-9a2d-15927eda8662'),
(80183,22,14696,NULL,6090,1,'2026-01-21 15:53:27','2026-01-21 15:53:27','16a0171d-a051-4981-a722-54ed21126333'),
(80184,32,14699,NULL,2610,1,'2026-01-21 15:53:31','2026-01-21 15:53:31','728ff643-8ecc-43da-8bb4-f8a16d6d3ea1'),
(80185,32,14699,NULL,2598,2,'2026-01-21 15:53:31','2026-01-21 15:53:31','ad1c2e24-20f1-44f4-a0a7-4cba9d675e6f'),
(80186,32,14699,NULL,2608,3,'2026-01-21 15:53:31','2026-01-21 15:53:31','01f30abb-ced6-48c0-b393-9ba535b53bd3'),
(80187,32,14699,NULL,2600,4,'2026-01-21 15:53:31','2026-01-21 15:53:31','212b40f9-8524-466e-a9f0-f03a19cc1a42'),
(80188,32,14699,NULL,2596,5,'2026-01-21 15:53:31','2026-01-21 15:53:31','a5af45ff-d16c-4338-8552-53e64cf65b9f'),
(80189,32,14699,NULL,2602,6,'2026-01-21 15:53:31','2026-01-21 15:53:31','bc0f6b8c-9ac2-4a15-9542-c0dacf94fee7'),
(80190,32,14699,NULL,2606,7,'2026-01-21 15:53:31','2026-01-21 15:53:31','0cea07d3-30b4-4841-a6f9-1fd588fcf43a'),
(80191,32,14699,NULL,2612,8,'2026-01-21 15:53:31','2026-01-21 15:53:31','3f54492f-458f-4141-9e0b-201562fda7af'),
(80192,32,14699,NULL,2604,9,'2026-01-21 15:53:31','2026-01-21 15:53:31','e45c8333-9910-4059-8a0c-f6222e9200a2'),
(80193,16,14699,NULL,9255,1,'2026-01-21 15:53:31','2026-01-21 15:53:31','7d52aa07-a086-4c2e-ac7d-55fba73cf86b'),
(80194,7,14699,NULL,601,1,'2026-01-21 15:53:31','2026-01-21 15:53:31','e624886b-b383-4edc-9360-55236d68cea2'),
(80195,7,14699,NULL,605,2,'2026-01-21 15:53:31','2026-01-21 15:53:31','668f249f-71c9-4f5a-9097-451c3b8478fe'),
(80196,7,14699,NULL,617,3,'2026-01-21 15:53:31','2026-01-21 15:53:31','3cd3bc7f-d73d-4b5c-b2c4-09db1d300972'),
(80197,7,14699,NULL,9552,4,'2026-01-21 15:53:31','2026-01-21 15:53:31','35d0f562-00fb-4fba-bab8-240a7545f559'),
(80198,82,14699,NULL,491,1,'2026-01-21 15:53:31','2026-01-21 15:53:31','fd72a381-e614-4371-8054-017a61b57abf'),
(80199,47,14699,NULL,12446,1,'2026-01-21 15:53:31','2026-01-21 15:53:31','4baa5e0c-d45f-4b34-b5a7-f3852381d9a1'),
(80200,57,14699,NULL,9260,1,'2026-01-21 15:53:31','2026-01-21 15:53:31','150a56ba-a195-4c77-8b45-d5e96bbdc0e7'),
(80201,57,14699,NULL,9261,2,'2026-01-21 15:53:31','2026-01-21 15:53:31','99b379dd-89d6-47be-9277-b4f3e341d400'),
(80202,57,14699,NULL,9258,3,'2026-01-21 15:53:31','2026-01-21 15:53:31','af24963b-fae5-46de-b949-7c794f6cbaeb'),
(80203,57,14699,NULL,9259,4,'2026-01-21 15:53:31','2026-01-21 15:53:31','b68094e5-0ac3-4055-a2f1-ea01e8aa7f39'),
(80255,22,1560,NULL,14795,1,'2026-01-21 16:37:06','2026-01-21 16:37:06','4c955111-f362-4e5a-b1e1-da89d2e5b902'),
(80256,32,14797,NULL,2610,1,'2026-01-21 16:37:06','2026-01-21 16:37:06','513cba12-176a-4681-9c5a-135f6465cc77'),
(80257,32,14797,NULL,2598,2,'2026-01-21 16:37:06','2026-01-21 16:37:06','d046db75-67da-4cf0-bbd2-dd8730d8cf76'),
(80258,32,14797,NULL,2600,3,'2026-01-21 16:37:06','2026-01-21 16:37:06','60453b33-cc0e-42dc-90b1-0e10e6665582'),
(80259,32,14797,NULL,2596,4,'2026-01-21 16:37:06','2026-01-21 16:37:06','32f429ba-ae17-4c41-b9f3-972b547ab2ee'),
(80260,32,14797,NULL,2602,5,'2026-01-21 16:37:06','2026-01-21 16:37:06','ee30399c-e9fc-405d-a880-a6ecc9c3d100'),
(80261,32,14797,NULL,2604,6,'2026-01-21 16:37:06','2026-01-21 16:37:06','32eb6e74-6ac9-4239-b862-cb0dca46060b'),
(80262,32,14797,NULL,2608,7,'2026-01-21 16:37:06','2026-01-21 16:37:06','551c8e9b-2f79-4ba2-a0af-ec6129595c45'),
(80263,32,14797,NULL,2606,8,'2026-01-21 16:37:06','2026-01-21 16:37:06','2ade4d14-6c98-4919-b04a-af89a3cc8a2b'),
(80264,32,14797,NULL,2612,9,'2026-01-21 16:37:06','2026-01-21 16:37:06','cfed51a5-4d8c-4c57-9c66-e615d958fcf7'),
(80265,16,14797,NULL,5253,1,'2026-01-21 16:37:06','2026-01-21 16:37:06','325c3c99-3b49-4124-b4c9-1208b4446589'),
(80266,7,14797,NULL,601,1,'2026-01-21 16:37:06','2026-01-21 16:37:06','7484dd40-cd65-40cb-8d2e-52a1442caa55'),
(80267,7,14797,NULL,617,2,'2026-01-21 16:37:06','2026-01-21 16:37:06','61cbbe1c-694b-4d4b-8c0a-5c3c9413fcbf'),
(80268,7,14797,NULL,9727,3,'2026-01-21 16:37:06','2026-01-21 16:37:06','ab8d7936-bb5b-4f4a-bda5-5da15fa0511a'),
(80269,7,14797,NULL,9552,4,'2026-01-21 16:37:06','2026-01-21 16:37:06','5febe05a-caea-43fa-b52f-f153461935c3'),
(80270,7,14797,NULL,605,5,'2026-01-21 16:37:06','2026-01-21 16:37:06','702560eb-c748-48a5-85ce-84d2c3d89c75'),
(80271,82,14797,NULL,479,1,'2026-01-21 16:37:06','2026-01-21 16:37:06','84124abc-f404-47dc-996e-0426538aa669'),
(80272,82,14797,NULL,491,2,'2026-01-21 16:37:06','2026-01-21 16:37:06','bcbdaa81-f681-4ff1-b744-8fe52a47370c'),
(80273,46,14797,NULL,7379,1,'2026-01-21 16:37:06','2026-01-21 16:37:06','efc9b75b-ca21-4c34-83c6-d425136f7356'),
(80274,57,14797,NULL,7926,1,'2026-01-21 16:37:06','2026-01-21 16:37:06','920f5c98-4812-4db6-a59b-8ed9df6d458b'),
(80275,57,14797,NULL,7928,2,'2026-01-21 16:37:06','2026-01-21 16:37:06','b32b0a7b-aff8-4f7e-8a02-48ab9f764547'),
(80276,57,14797,NULL,7927,3,'2026-01-21 16:37:06','2026-01-21 16:37:06','11b45752-b25e-4b93-977d-c20fc04944a0'),
(80277,57,14797,NULL,7924,4,'2026-01-21 16:37:06','2026-01-21 16:37:06','0d64d74c-7f43-482e-954e-4236722b1e73'),
(80278,57,14797,NULL,7925,5,'2026-01-21 16:37:06','2026-01-21 16:37:06','1a7e00da-bfba-4442-9b2b-9ef916aef477'),
(80279,57,14797,NULL,7923,6,'2026-01-21 16:37:06','2026-01-21 16:37:06','d064aef2-36dc-43bc-b801-176683c77565'),
(80280,57,14797,NULL,7920,7,'2026-01-21 16:37:06','2026-01-21 16:37:06','268fd148-f530-44bd-8fbc-d4e7e7082c67'),
(80281,57,14797,NULL,7922,8,'2026-01-21 16:37:06','2026-01-21 16:37:06','84a251aa-1693-474b-a1f5-c11f4d2c2220'),
(80282,57,14797,NULL,7921,9,'2026-01-21 16:37:06','2026-01-21 16:37:06','b6f6d30b-86fc-48ce-959e-0acd4b62e02b'),
(80284,22,14798,NULL,14795,1,'2026-01-21 16:37:06','2026-01-21 16:37:06','58a32e1d-c50a-46e4-b564-9c52b726fd78'),
(80311,32,14839,NULL,2610,1,'2026-01-21 16:54:53','2026-01-21 16:54:53','a3bc5daf-e525-4b32-ad6b-7b6d293f6a47'),
(80312,32,14839,NULL,2598,2,'2026-01-21 16:54:53','2026-01-21 16:54:53','48f5da4a-2f0d-4201-a2a5-bf59216cee7f'),
(80313,32,14839,NULL,2608,3,'2026-01-21 16:54:53','2026-01-21 16:54:53','50354e2c-5203-4585-9e70-25f6291e5b8b'),
(80314,32,14839,NULL,2624,4,'2026-01-21 16:54:53','2026-01-21 16:54:53','0106b4fe-1f0f-4855-a016-afe1a7841ba8'),
(80315,32,14839,NULL,2600,5,'2026-01-21 16:54:53','2026-01-21 16:54:53','42c2d0ec-34d2-4ed7-991d-c28f74eee1f6'),
(80316,32,14839,NULL,2596,6,'2026-01-21 16:54:53','2026-01-21 16:54:53','640fa1f5-7c71-48a5-b623-caedf0e3a6e5'),
(80317,32,14839,NULL,2602,7,'2026-01-21 16:54:53','2026-01-21 16:54:53','d82643ec-1701-44e2-ab23-99f0845c5f10'),
(80318,32,14839,NULL,2606,8,'2026-01-21 16:54:53','2026-01-21 16:54:53','dc9740a9-80c8-4eb9-80eb-829393b07582'),
(80319,32,14839,NULL,2612,9,'2026-01-21 16:54:53','2026-01-21 16:54:53','66af8022-3211-4915-b260-75909950302c'),
(80320,32,14839,NULL,2604,10,'2026-01-21 16:54:53','2026-01-21 16:54:53','107c1331-abee-4ff4-a548-4ca80d93ff76'),
(80321,16,14839,NULL,4786,1,'2026-01-21 16:54:53','2026-01-21 16:54:53','3d302ba8-871f-4b0b-a8a4-1c441544e33d'),
(80322,7,14839,NULL,6547,1,'2026-01-21 16:54:53','2026-01-21 16:54:53','d729aba8-10d9-4456-87a3-bb5529471591'),
(80323,7,14839,NULL,601,2,'2026-01-21 16:54:53','2026-01-21 16:54:53','fa917069-929f-4d67-a431-ad7ada1047ac'),
(80324,7,14839,NULL,617,3,'2026-01-21 16:54:53','2026-01-21 16:54:53','bbcf3b25-f40e-4e44-8ad6-de3d143218f0'),
(80325,7,14839,NULL,605,4,'2026-01-21 16:54:53','2026-01-21 16:54:53','b3df2e51-691c-44ca-aa89-7617de2d8003'),
(80326,7,14839,NULL,9552,5,'2026-01-21 16:54:53','2026-01-21 16:54:53','df6126e3-082a-40a0-b0f7-c346c644ce73'),
(80327,82,14839,NULL,491,1,'2026-01-21 16:54:53','2026-01-21 16:54:53','5a95a71c-6dcb-44f7-a5fe-be9c15b96c09'),
(80328,46,14839,NULL,2891,1,'2026-01-21 16:54:53','2026-01-21 16:54:53','d0da9f16-6082-4434-a0a4-7853b86b712a'),
(80329,47,14839,NULL,12247,1,'2026-01-21 16:54:53','2026-01-21 16:54:53','d194ec6f-08ab-4f30-be31-81bbdb6f5aa4'),
(80330,57,14839,NULL,4808,1,'2026-01-21 16:54:53','2026-01-21 16:54:53','25f0c8b6-3401-4e72-93a2-027056356868'),
(80331,57,14839,NULL,4811,2,'2026-01-21 16:54:53','2026-01-21 16:54:53','4711f853-74ab-4936-9d86-ef63b7e3b63f'),
(80332,57,14839,NULL,4807,3,'2026-01-21 16:54:53','2026-01-21 16:54:53','cfc5630e-986c-477b-9221-4f9c58cd437c'),
(80333,57,14839,NULL,4806,4,'2026-01-21 16:54:53','2026-01-21 16:54:53','df7736a9-833e-47c7-a5b0-93d602027db7'),
(80334,57,14839,NULL,4809,5,'2026-01-21 16:54:53','2026-01-21 16:54:53','3f0a7b15-6f7f-4219-a024-912fe068a16f'),
(80335,57,14839,NULL,4810,6,'2026-01-21 16:54:53','2026-01-21 16:54:53','afc23307-a62e-4c11-8313-73e4a5556dd8'),
(80369,32,14841,NULL,2598,1,'2026-01-21 16:55:19','2026-01-21 16:55:19','0fc0770a-4de2-4a9a-921b-935dea89fdc2'),
(80370,32,14841,NULL,2608,2,'2026-01-21 16:55:19','2026-01-21 16:55:19','07bb0e5f-9596-4e3f-9e9b-9d8619d7d915'),
(80371,32,14841,NULL,2600,3,'2026-01-21 16:55:19','2026-01-21 16:55:19','ab31527f-4eff-451e-b6cb-4cf010673566'),
(80372,32,14841,NULL,2602,4,'2026-01-21 16:55:19','2026-01-21 16:55:19','eaa17a0a-a63c-4029-b46d-97cb9bc6c3d0'),
(80373,32,14841,NULL,2612,5,'2026-01-21 16:55:19','2026-01-21 16:55:19','94aa69f5-8a1f-42d2-9663-9c71d62cc69b'),
(80374,32,14841,NULL,2604,6,'2026-01-21 16:55:19','2026-01-21 16:55:19','2a1c9ff4-f6e3-490d-9b1a-dcba855cf250'),
(80375,32,14841,NULL,2610,7,'2026-01-21 16:55:19','2026-01-21 16:55:19','7a0c8d34-de87-4ac2-b285-ca223c85c023'),
(80376,32,14841,NULL,2596,8,'2026-01-21 16:55:19','2026-01-21 16:55:19','71a5f9e1-9956-4a33-ae38-6ea6d753c204'),
(80377,32,14841,NULL,2606,9,'2026-01-21 16:55:19','2026-01-21 16:55:19','dfed9e11-1b03-44a6-9549-43aac6d9b7b8'),
(80378,16,14841,NULL,4884,1,'2026-01-21 16:55:19','2026-01-21 16:55:19','bdc7009c-e4bb-4084-b9d3-ca68f415ac17'),
(80379,7,14841,NULL,6547,1,'2026-01-21 16:55:19','2026-01-21 16:55:19','5d96e43c-c80f-498b-8bc2-a70d66363a8f'),
(80380,7,14841,NULL,601,2,'2026-01-21 16:55:19','2026-01-21 16:55:19','eb4738c0-b18b-403b-8bcf-30c04163c9c7'),
(80381,7,14841,NULL,9732,3,'2026-01-21 16:55:19','2026-01-21 16:55:19','2feb21b2-2afd-4cd7-87c2-8acfc6e92c45'),
(80382,7,14841,NULL,9735,4,'2026-01-21 16:55:19','2026-01-21 16:55:19','1c166f23-d951-452c-b0bc-09e8603c862c'),
(80383,7,14841,NULL,617,5,'2026-01-21 16:55:19','2026-01-21 16:55:19','e0b84966-44e2-4931-a8cd-b69df484f9b5'),
(80384,7,14841,NULL,605,6,'2026-01-21 16:55:19','2026-01-21 16:55:19','278015dd-e6eb-4d61-859c-5b84d505cc75'),
(80385,7,14841,NULL,9552,7,'2026-01-21 16:55:19','2026-01-21 16:55:19','56394878-57dc-4d04-b3a0-8670236f6629'),
(80386,82,14841,NULL,479,1,'2026-01-21 16:55:19','2026-01-21 16:55:19','08a2366d-16fe-4ec2-9327-292e80914449'),
(80387,82,14841,NULL,491,2,'2026-01-21 16:55:19','2026-01-21 16:55:19','ccc1d97e-3fd8-494d-afaf-bee1f7288a69'),
(80388,82,14841,NULL,469,3,'2026-01-21 16:55:19','2026-01-21 16:55:19','f58a6453-4f80-42b8-934c-7fe16c1a9795'),
(80389,47,14841,NULL,12256,1,'2026-01-21 16:55:19','2026-01-21 16:55:19','f0739da8-bfc0-485a-9494-49cc1210fd32'),
(80390,57,14841,NULL,4886,1,'2026-01-21 16:55:19','2026-01-21 16:55:19','4612f02f-c5e1-4770-aea0-7db86e287227'),
(80391,57,14841,NULL,4880,2,'2026-01-21 16:55:19','2026-01-21 16:55:19','41f2c5b3-fad4-40d6-a7fe-02ad9231f789'),
(80392,57,14841,NULL,4888,3,'2026-01-21 16:55:19','2026-01-21 16:55:19','31697508-7300-4750-85c3-29e8fe848575'),
(80393,57,14841,NULL,4882,4,'2026-01-21 16:55:19','2026-01-21 16:55:19','c61e6fa2-ba5a-4db9-bf40-3dece5502dbc'),
(80394,57,14841,NULL,4879,5,'2026-01-21 16:55:19','2026-01-21 16:55:19','c1f92efe-3083-4a30-b39e-6b9b6e9729e0'),
(80395,57,14841,NULL,4881,6,'2026-01-21 16:55:19','2026-01-21 16:55:19','96eb5601-bbe8-40f6-b05b-1b4dddc78799'),
(80396,57,14841,NULL,4887,7,'2026-01-21 16:55:19','2026-01-21 16:55:19','cb31fd21-4d6f-449c-a8b2-c17845dbaf94'),
(80397,57,14841,NULL,4883,8,'2026-01-21 16:55:19','2026-01-21 16:55:19','972c24de-aa1a-4530-9737-8f13ee0e0a11'),
(80398,57,14841,NULL,4884,9,'2026-01-21 16:55:19','2026-01-21 16:55:19','35edceae-6581-41d7-b405-cd6d55b8a00a'),
(80399,57,14841,NULL,4885,10,'2026-01-21 16:55:19','2026-01-21 16:55:19','d7d143e0-7582-480b-a961-f1373d7d2c4d'),
(80425,32,14843,NULL,2614,1,'2026-01-21 16:55:32','2026-01-21 16:55:32','2df1c4be-072a-4b5e-9c2d-96d9d9986655'),
(80426,32,14843,NULL,2610,2,'2026-01-21 16:55:32','2026-01-21 16:55:32','348a5540-b908-4552-8587-dbcdb568e88c'),
(80427,32,14843,NULL,2598,3,'2026-01-21 16:55:32','2026-01-21 16:55:32','f83b0d60-de35-4443-9c0b-ac04d419f744'),
(80428,32,14843,NULL,2608,4,'2026-01-21 16:55:32','2026-01-21 16:55:32','6e7e35a2-67b0-4dfb-9f26-daff86f2cfea'),
(80429,32,14843,NULL,2600,5,'2026-01-21 16:55:32','2026-01-21 16:55:32','8bb8af49-2509-48bd-ba9f-0f71845e82dc'),
(80430,32,14843,NULL,2596,6,'2026-01-21 16:55:32','2026-01-21 16:55:32','75b61388-7c73-4b7d-86d2-35d286a65b2c'),
(80431,32,14843,NULL,2602,7,'2026-01-21 16:55:32','2026-01-21 16:55:32','9380a1ba-95ff-477f-a8d5-291d88e33ad9'),
(80432,32,14843,NULL,2606,8,'2026-01-21 16:55:32','2026-01-21 16:55:32','707cd8f9-9176-4767-96c6-0b4fff56073a'),
(80433,32,14843,NULL,2612,9,'2026-01-21 16:55:32','2026-01-21 16:55:32','a8341a17-09f0-401d-a247-0f9a1e990f24'),
(80434,32,14843,NULL,2604,10,'2026-01-21 16:55:32','2026-01-21 16:55:32','a45ac30b-515c-4c14-8324-ee8ff4bfd106'),
(80435,16,14843,NULL,6741,1,'2026-01-21 16:55:32','2026-01-21 16:55:32','fb133f81-beea-4a83-b37e-77054b4d1d64'),
(80436,7,14843,NULL,605,1,'2026-01-21 16:55:32','2026-01-21 16:55:32','7a8fea63-27d1-4baa-b6c2-5ff56143dac4'),
(80437,7,14843,NULL,617,2,'2026-01-21 16:55:32','2026-01-21 16:55:32','995dd04b-582e-4e17-98f8-9f40cef77ae1'),
(80438,7,14843,NULL,9552,3,'2026-01-21 16:55:32','2026-01-21 16:55:32','645055d7-cf97-40d8-95fd-06a411242cc8'),
(80439,47,14843,NULL,12269,1,'2026-01-21 16:55:32','2026-01-21 16:55:32','658adfab-1f92-40cb-acce-88bf16aaa90d'),
(80440,57,14843,NULL,6759,1,'2026-01-21 16:55:32','2026-01-21 16:55:32','136afa51-9998-45c8-b30c-d1d5fb0f4c10'),
(80441,57,14843,NULL,6760,2,'2026-01-21 16:55:32','2026-01-21 16:55:32','c43854de-f87b-4fe8-8a91-a44b80a0c162'),
(80442,57,14843,NULL,6761,3,'2026-01-21 16:55:32','2026-01-21 16:55:32','556de1e3-bcac-44ed-a665-27b13b511245'),
(80443,57,14843,NULL,6762,4,'2026-01-21 16:55:32','2026-01-21 16:55:32','91b95ce6-b36e-4135-b36f-877d6246c894'),
(80444,57,14843,NULL,6763,5,'2026-01-21 16:55:32','2026-01-21 16:55:32','b87dcea2-4dea-4f26-89a2-aad8b03c9c07'),
(80445,57,14843,NULL,6764,6,'2026-01-21 16:55:32','2026-01-21 16:55:32','dde9efa9-e84a-413a-b4cb-5b6f227a96f9'),
(80446,57,14843,NULL,6765,7,'2026-01-21 16:55:32','2026-01-21 16:55:32','b35559b1-8c60-4c21-ae1a-8cb83ea34c14'),
(80447,57,14843,NULL,6766,8,'2026-01-21 16:55:32','2026-01-21 16:55:32','871ea5d7-92dd-4d0c-8a1e-9c47e2a3611e'),
(80448,13,14843,NULL,6767,1,'2026-01-21 16:55:32','2026-01-21 16:55:32','887868fa-687d-4ea1-8596-5709ae3f530b'),
(80449,32,14846,NULL,2610,1,'2026-01-21 16:55:52','2026-01-21 16:55:52','f824db2f-72d4-4a99-8fad-944173c95ddf'),
(80450,32,14846,NULL,2598,2,'2026-01-21 16:55:52','2026-01-21 16:55:52','eb7441c6-1662-40f6-88d3-defca071fcb2'),
(80451,32,14846,NULL,2608,3,'2026-01-21 16:55:52','2026-01-21 16:55:52','32e1b651-455d-4931-a357-bd8fd70e2cd3'),
(80452,32,14846,NULL,2600,4,'2026-01-21 16:55:52','2026-01-21 16:55:52','f548bb48-32a3-416b-b1ca-a8a7d593f6eb'),
(80453,32,14846,NULL,2602,5,'2026-01-21 16:55:52','2026-01-21 16:55:52','0865035e-e1fc-45dc-b2ef-75bef8d1d028'),
(80454,32,14846,NULL,2612,6,'2026-01-21 16:55:52','2026-01-21 16:55:52','a5ca2a8f-54e7-4420-8a4f-12f188a7ff8d'),
(80455,32,14846,NULL,2604,7,'2026-01-21 16:55:52','2026-01-21 16:55:52','3792cfcb-4a50-4838-a24c-c46acb2e4955'),
(80456,32,14846,NULL,2596,8,'2026-01-21 16:55:52','2026-01-21 16:55:52','8b8cd1f9-7be4-450c-b17c-627248dd7cb1'),
(80457,32,14846,NULL,2606,9,'2026-01-21 16:55:52','2026-01-21 16:55:52','9253d556-989c-43ff-ad77-52fbe5f41519'),
(80458,16,14846,NULL,6793,1,'2026-01-21 16:55:52','2026-01-21 16:55:52','c57f6e20-a9bd-41ab-b8c6-fab739e64166'),
(80459,7,14846,NULL,2969,1,'2026-01-21 16:55:52','2026-01-21 16:55:52','2c1078bf-2481-480b-8132-4bf7104fef8b'),
(80460,7,14846,NULL,605,2,'2026-01-21 16:55:52','2026-01-21 16:55:52','c6317731-4275-44c9-b0a7-a336b478182f'),
(80461,7,14846,NULL,617,3,'2026-01-21 16:55:52','2026-01-21 16:55:52','bb1d088d-8164-4049-8a38-ad72cc6208db'),
(80462,7,14846,NULL,9552,4,'2026-01-21 16:55:52','2026-01-21 16:55:52','b9d5c06e-eff7-4ba8-9e9a-478f9572d0f9'),
(80463,82,14846,NULL,479,1,'2026-01-21 16:55:52','2026-01-21 16:55:52','1ee579de-da18-4e1b-99a3-32a6ce83e43f'),
(80464,82,14846,NULL,491,2,'2026-01-21 16:55:52','2026-01-21 16:55:52','fa566dd0-cde9-4a1f-b087-53e79b65a72c'),
(80465,82,14846,NULL,469,3,'2026-01-21 16:55:52','2026-01-21 16:55:52','12f0ddea-43aa-4eda-a369-4934714e1189'),
(80466,47,14846,NULL,12275,1,'2026-01-21 16:55:52','2026-01-21 16:55:52','23cd8a27-d794-48ba-b967-ef30397b556a'),
(80467,57,14846,NULL,6792,1,'2026-01-21 16:55:52','2026-01-21 16:55:52','74187ab7-99cc-4e1b-9ee2-723271fd7133'),
(80468,57,14846,NULL,6793,2,'2026-01-21 16:55:52','2026-01-21 16:55:52','8a7016a5-bab9-403d-8ebf-9cfc67dd6068'),
(80469,57,14846,NULL,6794,3,'2026-01-21 16:55:52','2026-01-21 16:55:52','e7af3040-4716-4b4c-86a2-4491d4ee3d49'),
(80470,57,14846,NULL,6795,4,'2026-01-21 16:55:52','2026-01-21 16:55:52','28146c2e-e9c3-4e26-81eb-b40f565427a3'),
(80471,57,14846,NULL,6796,5,'2026-01-21 16:55:52','2026-01-21 16:55:52','c72e78ce-5d4d-4432-91fd-3e50225fd3ce'),
(80472,13,14846,NULL,6852,1,'2026-01-21 16:55:52','2026-01-21 16:55:52','75a753f3-af10-4a4e-9f5d-4f1ded6344fd'),
(80500,32,14848,NULL,2610,1,'2026-01-21 16:56:02','2026-01-21 16:56:02','592bc5f5-e0b0-4fee-bae1-9044dacc7347'),
(80501,32,14848,NULL,2598,2,'2026-01-21 16:56:02','2026-01-21 16:56:02','3e7723eb-d2ba-48e1-a3f4-06610d624e95'),
(80502,32,14848,NULL,2608,3,'2026-01-21 16:56:02','2026-01-21 16:56:02','c7f4e00f-e707-483b-a905-4a1fc562f8bf'),
(80503,32,14848,NULL,2600,4,'2026-01-21 16:56:02','2026-01-21 16:56:02','6d27d37b-1e7d-4f4c-a88d-1b434f495276'),
(80504,32,14848,NULL,2596,5,'2026-01-21 16:56:02','2026-01-21 16:56:02','298042c5-98ea-46d8-966b-c482af21a4cb'),
(80505,32,14848,NULL,2602,6,'2026-01-21 16:56:02','2026-01-21 16:56:02','503a477b-0dd1-4411-8250-81f8154d0e15'),
(80506,32,14848,NULL,2612,7,'2026-01-21 16:56:02','2026-01-21 16:56:02','fbb2d535-03b1-4279-9835-5add2dca5f3a'),
(80507,32,14848,NULL,2618,8,'2026-01-21 16:56:02','2026-01-21 16:56:02','10d5decd-347e-4a8a-9c5b-4606cf9ecb70'),
(80508,32,14848,NULL,2604,9,'2026-01-21 16:56:02','2026-01-21 16:56:02','692bf2f2-72a4-493f-91e4-b23ee832ea93'),
(80509,32,14848,NULL,2606,10,'2026-01-21 16:56:02','2026-01-21 16:56:02','9d5a0113-0b75-4c77-9e6f-8c59e558488b'),
(80510,16,14848,NULL,9008,1,'2026-01-21 16:56:02','2026-01-21 16:56:02','1c4296f7-d9fb-49f5-a70a-297c750ce2c0'),
(80511,7,14848,NULL,605,1,'2026-01-21 16:56:02','2026-01-21 16:56:02','c6d68b06-5ce2-4ae1-a077-7335767200da'),
(80512,7,14848,NULL,617,2,'2026-01-21 16:56:02','2026-01-21 16:56:02','fec3ef54-cf52-4867-8d61-b3e34872056a'),
(80513,7,14848,NULL,9552,3,'2026-01-21 16:56:02','2026-01-21 16:56:02','72b21ef8-bab9-4cdd-8a96-dafd8ede1f0d'),
(80514,82,14848,NULL,479,1,'2026-01-21 16:56:02','2026-01-21 16:56:02','7b15a89f-f2e5-4ef3-ab6f-b1d4251254ba'),
(80515,82,14848,NULL,491,2,'2026-01-21 16:56:02','2026-01-21 16:56:02','6d232da7-f4aa-4fc9-894d-eaf9803ef2d3'),
(80516,46,14848,NULL,3697,1,'2026-01-21 16:56:02','2026-01-21 16:56:02','508f76cc-7525-434f-92e3-dcfffd8952f0'),
(80517,47,14848,NULL,12278,1,'2026-01-21 16:56:02','2026-01-21 16:56:02','a8f48d39-5294-44a7-9b5c-3e6f118acdfc'),
(80518,57,14848,NULL,9011,1,'2026-01-21 16:56:02','2026-01-21 16:56:02','830e7ca0-d2eb-4a3f-8687-b2dee2b7131c'),
(80519,57,14848,NULL,9017,2,'2026-01-21 16:56:02','2026-01-21 16:56:02','9f09a7d6-c52c-47ec-849f-bfc35b06a23b'),
(80520,57,14848,NULL,9015,3,'2026-01-21 16:56:02','2026-01-21 16:56:02','5796c9f7-937e-4eb2-b891-788c4dd5bb62'),
(80521,57,14848,NULL,9016,4,'2026-01-21 16:56:02','2026-01-21 16:56:02','d5cbd08e-8dab-4beb-be81-6b68ad43b7d8'),
(80522,57,14848,NULL,9013,5,'2026-01-21 16:56:02','2026-01-21 16:56:02','465b0650-350e-4fff-8a65-28529b0800ec'),
(80523,57,14848,NULL,9014,6,'2026-01-21 16:56:02','2026-01-21 16:56:02','3496a82d-96bf-4658-9da4-9f1715d2162c'),
(80524,57,14848,NULL,9012,7,'2026-01-21 16:56:02','2026-01-21 16:56:02','160a4a4b-2f48-4136-87b3-fb2f7b33f158'),
(80525,57,14848,NULL,9018,8,'2026-01-21 16:56:02','2026-01-21 16:56:02','5fbde35b-28ab-476c-813b-d7ffee5fe242'),
(80550,32,14850,NULL,2610,1,'2026-01-21 16:56:19','2026-01-21 16:56:19','d30c7449-9970-41a5-89d9-ba21b2ea2cb6'),
(80551,32,14850,NULL,2598,2,'2026-01-21 16:56:19','2026-01-21 16:56:19','313727f1-8320-492d-9c33-ad80b78d62da'),
(80552,32,14850,NULL,2608,3,'2026-01-21 16:56:19','2026-01-21 16:56:19','b2fa9d7c-e0ee-41ae-9515-e5fc0462db4c'),
(80553,32,14850,NULL,2600,4,'2026-01-21 16:56:19','2026-01-21 16:56:19','e32c532e-c065-4d35-aca8-196993d2c746'),
(80554,32,14850,NULL,2596,5,'2026-01-21 16:56:19','2026-01-21 16:56:19','133c1375-d6e1-4145-954d-4cafa8e506c2'),
(80555,32,14850,NULL,2602,6,'2026-01-21 16:56:19','2026-01-21 16:56:19','f6145972-95f2-4245-ab38-e7d722df974d'),
(80556,32,14850,NULL,2612,7,'2026-01-21 16:56:19','2026-01-21 16:56:19','8371d3ef-88e7-4cb9-accc-8b5e4c2057b6'),
(80557,32,14850,NULL,2604,8,'2026-01-21 16:56:19','2026-01-21 16:56:19','d4c0bc63-225f-4208-9ef2-5e45fa0d697f'),
(80558,32,14850,NULL,2606,9,'2026-01-21 16:56:19','2026-01-21 16:56:19','b041db43-3a3f-4868-901e-043b18cbdd0a'),
(80559,16,14850,NULL,9025,1,'2026-01-21 16:56:19','2026-01-21 16:56:19','13c8806d-cfda-4b75-af61-10a0093e3067'),
(80560,7,14850,NULL,601,1,'2026-01-21 16:56:19','2026-01-21 16:56:19','223bc511-7834-454c-a81e-9b9471783248'),
(80561,7,14850,NULL,605,2,'2026-01-21 16:56:19','2026-01-21 16:56:19','5b190682-82d8-4496-8e11-1bec8f1773a2'),
(80562,7,14850,NULL,617,3,'2026-01-21 16:56:19','2026-01-21 16:56:19','d36c2299-b1b3-4fa1-b52e-d9cdd86b9cad'),
(80563,7,14850,NULL,9552,4,'2026-01-21 16:56:19','2026-01-21 16:56:19','bfdc2ef2-004c-45a0-b896-8c78197388c5'),
(80564,82,14850,NULL,479,1,'2026-01-21 16:56:19','2026-01-21 16:56:19','ee291d15-d5f5-414c-9890-152849440f29'),
(80565,82,14850,NULL,491,2,'2026-01-21 16:56:19','2026-01-21 16:56:19','b56563cd-627b-4ebf-b3f3-5fffe88fb70b'),
(80566,47,14850,NULL,12281,1,'2026-01-21 16:56:19','2026-01-21 16:56:19','e3e0211d-2544-40e3-a652-f4ef8c832106'),
(80567,57,14850,NULL,9030,1,'2026-01-21 16:56:19','2026-01-21 16:56:19','4cdd32e5-1b2e-4228-819d-e9690f8c6995'),
(80568,57,14850,NULL,9031,2,'2026-01-21 16:56:19','2026-01-21 16:56:19','a5dd347b-d2c4-4876-9164-9272d608125b'),
(80569,57,14850,NULL,9032,3,'2026-01-21 16:56:19','2026-01-21 16:56:19','919e17b3-0d2c-4f3b-8723-29f55a8e5453'),
(80570,57,14850,NULL,9033,4,'2026-01-21 16:56:19','2026-01-21 16:56:19','695c23bb-4d08-428f-8e7a-00c71f72dcec'),
(80571,57,14850,NULL,9029,5,'2026-01-21 16:56:19','2026-01-21 16:56:19','d28a80cc-f398-4b4f-ae07-465bbe81cf6a'),
(80572,57,14850,NULL,9028,6,'2026-01-21 16:56:19','2026-01-21 16:56:19','a37d8666-4b97-48b9-8ce3-7a3d3af6da81'),
(80573,32,14851,NULL,2610,1,'2026-01-21 16:56:28','2026-01-21 16:56:28','90503bc5-42a9-4a94-a790-0f43cd8979b2'),
(80574,32,14851,NULL,2598,2,'2026-01-21 16:56:28','2026-01-21 16:56:28','ee285abf-08c4-4acd-b057-8e9312da7322'),
(80575,32,14851,NULL,2608,3,'2026-01-21 16:56:28','2026-01-21 16:56:28','efd60fb0-59aa-42c3-9e9c-1bf3da7268f9'),
(80576,32,14851,NULL,2624,4,'2026-01-21 16:56:28','2026-01-21 16:56:28','4810ad7e-07b9-4b09-ac5b-cb5a739ebf74'),
(80577,32,14851,NULL,2600,5,'2026-01-21 16:56:28','2026-01-21 16:56:28','38b22f02-0d44-4d96-a503-f22ff700bf19'),
(80578,32,14851,NULL,2596,6,'2026-01-21 16:56:28','2026-01-21 16:56:28','a7d7a1be-5870-4f86-8efe-f18ae7e6f9ec'),
(80579,32,14851,NULL,2602,7,'2026-01-21 16:56:28','2026-01-21 16:56:28','829bbdff-a675-4be1-ae47-2d6b4a3c22ad'),
(80580,32,14851,NULL,2606,8,'2026-01-21 16:56:28','2026-01-21 16:56:28','e682aae0-c154-41d3-9466-33337da9b6f4'),
(80581,32,14851,NULL,2612,9,'2026-01-21 16:56:28','2026-01-21 16:56:28','5c58f491-8715-4609-8188-06bb9c68341d'),
(80582,32,14851,NULL,2604,10,'2026-01-21 16:56:28','2026-01-21 16:56:28','2d87b3f3-bc46-4c06-8bdd-aa47dc3f3638'),
(80583,16,14851,NULL,9038,1,'2026-01-21 16:56:28','2026-01-21 16:56:28','4b25367e-1bf3-4a07-8117-132c9dce8bf1'),
(80584,7,14851,NULL,601,1,'2026-01-21 16:56:28','2026-01-21 16:56:28','161e7460-8762-48f3-89f8-7e6c9346b13c'),
(80585,7,14851,NULL,3468,2,'2026-01-21 16:56:28','2026-01-21 16:56:28','1789e2ee-8428-4228-a0fe-2a36044ea342'),
(80586,7,14851,NULL,2974,3,'2026-01-21 16:56:28','2026-01-21 16:56:28','608c0896-1a65-4600-81f6-396d766bbb8d'),
(80587,7,14851,NULL,605,4,'2026-01-21 16:56:28','2026-01-21 16:56:28','00a932bf-d6b4-4323-8d80-6c7cba7bdd07'),
(80588,7,14851,NULL,617,5,'2026-01-21 16:56:28','2026-01-21 16:56:28','798634a9-1094-45f2-be7a-67f733fe6ecf'),
(80589,7,14851,NULL,9552,6,'2026-01-21 16:56:28','2026-01-21 16:56:28','90b9a4f4-d965-4734-b605-98aa466e91d8'),
(80590,82,14851,NULL,491,1,'2026-01-21 16:56:28','2026-01-21 16:56:28','05119741-64eb-45ea-9839-45e71ddc3c49'),
(80591,46,14851,NULL,2891,1,'2026-01-21 16:56:28','2026-01-21 16:56:28','f471e4cc-9565-4e4b-95d4-3f7b495d44bb'),
(80592,47,14851,NULL,12285,1,'2026-01-21 16:56:28','2026-01-21 16:56:28','62576528-434a-4c98-80d3-a51aac935bec'),
(80593,57,14851,NULL,9045,1,'2026-01-21 16:56:28','2026-01-21 16:56:28','5b948f1f-bd41-4c52-8b56-b3d920efc52f'),
(80594,57,14851,NULL,9046,2,'2026-01-21 16:56:28','2026-01-21 16:56:28','6b6f0300-76ac-44c0-9e7e-b4e64f8a8ffa'),
(80595,57,14851,NULL,9042,3,'2026-01-21 16:56:28','2026-01-21 16:56:28','cb0b7a34-b2c4-418a-b906-d4c57515a2fd'),
(80596,57,14851,NULL,9043,4,'2026-01-21 16:56:28','2026-01-21 16:56:28','6a61c914-089c-40e8-b9e8-2252de19f495'),
(80597,57,14851,NULL,9044,5,'2026-01-21 16:56:28','2026-01-21 16:56:28','d9022d2c-b4f5-458f-b980-63d0d49502d7'),
(80598,57,14851,NULL,9041,6,'2026-01-21 16:56:28','2026-01-21 16:56:28','5bc7b108-903f-40f9-ad71-e1ffe40697fc'),
(80599,13,14851,NULL,6860,1,'2026-01-21 16:56:28','2026-01-21 16:56:28','8d3da1a5-f35e-4a91-9da6-879a35b714e3'),
(80629,32,14853,NULL,2614,1,'2026-01-21 16:56:42','2026-01-21 16:56:42','1989768b-d944-4a1b-92b9-0cb92fc4ef19'),
(80630,32,14853,NULL,2610,2,'2026-01-21 16:56:42','2026-01-21 16:56:42','f10fa2b4-13d2-4574-ab5d-7bcca69a7404'),
(80631,32,14853,NULL,2622,3,'2026-01-21 16:56:42','2026-01-21 16:56:42','a0a75478-fcb2-4fea-8040-0d3524f3cf76'),
(80632,32,14853,NULL,2598,4,'2026-01-21 16:56:42','2026-01-21 16:56:42','5d84dc81-48d1-459a-99db-eb9e45da7f4c'),
(80633,32,14853,NULL,2608,5,'2026-01-21 16:56:42','2026-01-21 16:56:42','eac813f7-9891-4901-a546-89e8734b431d'),
(80634,32,14853,NULL,2624,6,'2026-01-21 16:56:42','2026-01-21 16:56:42','28d9496d-276e-402a-a11f-a009090972cd'),
(80635,32,14853,NULL,2600,7,'2026-01-21 16:56:42','2026-01-21 16:56:42','e0604b95-5021-4967-937e-1e2a73b29b3e'),
(80636,32,14853,NULL,2596,8,'2026-01-21 16:56:42','2026-01-21 16:56:42','dcede0be-4cd1-4cd0-9152-c58a6f7cf30e'),
(80637,32,14853,NULL,2602,9,'2026-01-21 16:56:42','2026-01-21 16:56:42','4ddb4cb8-969d-4e11-8720-d940d8b93752'),
(80638,32,14853,NULL,2606,10,'2026-01-21 16:56:42','2026-01-21 16:56:42','ad732d6e-62ce-4a32-8196-0977fb9392b9'),
(80639,32,14853,NULL,2612,11,'2026-01-21 16:56:42','2026-01-21 16:56:42','90aea904-f0d6-470c-bf65-ec4c97e27be6'),
(80640,32,14853,NULL,2618,12,'2026-01-21 16:56:42','2026-01-21 16:56:42','5f330fdd-bf59-4ce7-9658-992d5f75d5c4'),
(80641,32,14853,NULL,2604,13,'2026-01-21 16:56:42','2026-01-21 16:56:42','ff52312b-0a60-4882-b94e-a27ce8c7d69e'),
(80642,16,14853,NULL,9051,1,'2026-01-21 16:56:42','2026-01-21 16:56:42','b0fb9924-c7a9-4df1-8833-79c100e5be32'),
(80643,7,14853,NULL,601,1,'2026-01-21 16:56:42','2026-01-21 16:56:42','9ccb565b-ef79-40d7-a69a-d0785da5d390'),
(80644,7,14853,NULL,605,2,'2026-01-21 16:56:42','2026-01-21 16:56:42','5eb06f26-2643-495d-83c5-ba4789238dbd'),
(80645,7,14853,NULL,617,3,'2026-01-21 16:56:42','2026-01-21 16:56:42','d87de300-183c-4181-815a-e12611f59f82'),
(80646,7,14853,NULL,9552,4,'2026-01-21 16:56:42','2026-01-21 16:56:42','bbd4af85-5ec0-47cd-a2a5-086c295301cc'),
(80647,46,14853,NULL,2891,1,'2026-01-21 16:56:42','2026-01-21 16:56:42','26b47dbe-fcf4-4202-845b-71bf3959b7e7'),
(80648,46,14853,NULL,3697,2,'2026-01-21 16:56:42','2026-01-21 16:56:42','f8afa78f-1886-49ef-bc29-e81130fc7f93'),
(80649,46,14853,NULL,4403,3,'2026-01-21 16:56:42','2026-01-21 16:56:42','bfa4846e-4e93-4674-bd34-3bd66c32dc79'),
(80650,47,14853,NULL,12289,1,'2026-01-21 16:56:42','2026-01-21 16:56:42','1fde5a89-4d60-4199-b8f1-74d3ed455bef'),
(80651,57,14853,NULL,8601,1,'2026-01-21 16:56:42','2026-01-21 16:56:42','3b0d18fc-fd80-4a13-9e74-a3b536849485'),
(80652,57,14853,NULL,8600,2,'2026-01-21 16:56:42','2026-01-21 16:56:42','78105c4a-82b5-44ff-b061-35c0c55336e0'),
(80653,57,14853,NULL,8602,3,'2026-01-21 16:56:42','2026-01-21 16:56:42','a0c9d578-e14f-468c-b367-57af6ae5316f'),
(80654,57,14853,NULL,8603,4,'2026-01-21 16:56:42','2026-01-21 16:56:42','c0ff9be9-0f2c-4da6-91d8-51b7beb2cf1c'),
(80655,57,14853,NULL,8604,5,'2026-01-21 16:56:42','2026-01-21 16:56:42','ded9bb4a-f087-4171-bb06-90173bc05f1e'),
(80656,57,14853,NULL,8605,6,'2026-01-21 16:56:42','2026-01-21 16:56:42','e5f7122b-428d-4c1f-8101-135dbbaa93ef'),
(80681,32,14859,NULL,2610,1,'2026-01-21 16:57:00','2026-01-21 16:57:00','4eecd6bd-b425-4e05-a7df-45e7e52fad80'),
(80682,32,14859,NULL,2598,2,'2026-01-21 16:57:00','2026-01-21 16:57:00','a2173a9d-1bc2-4faf-b44c-290cc26f4946'),
(80683,32,14859,NULL,2608,3,'2026-01-21 16:57:00','2026-01-21 16:57:00','e1fce038-dfc6-4aca-86ae-71c74cfa7225'),
(80684,32,14859,NULL,2600,4,'2026-01-21 16:57:00','2026-01-21 16:57:00','1af89395-9652-4338-8585-43faff94d912'),
(80685,32,14859,NULL,2596,5,'2026-01-21 16:57:00','2026-01-21 16:57:00','70011baf-4f3d-4e14-a884-a8c8c1e65bc9'),
(80686,32,14859,NULL,2602,6,'2026-01-21 16:57:00','2026-01-21 16:57:00','aa1f4796-eb82-4a48-9f64-dc0c173b805a'),
(80687,32,14859,NULL,2612,7,'2026-01-21 16:57:00','2026-01-21 16:57:00','c3d32872-789d-4537-9fd5-7261aa0f1bbe'),
(80688,32,14859,NULL,2604,8,'2026-01-21 16:57:00','2026-01-21 16:57:00','393e35a2-6729-4ab6-8db1-fa2a7d7786b4'),
(80689,32,14859,NULL,2606,9,'2026-01-21 16:57:00','2026-01-21 16:57:00','9e5464eb-6ef3-479c-9147-c6d98767adcb'),
(80690,16,14859,NULL,9056,1,'2026-01-21 16:57:00','2026-01-21 16:57:00','18ddcdbe-923b-4104-bec4-37038f4e15ec'),
(80691,7,14859,NULL,601,1,'2026-01-21 16:57:00','2026-01-21 16:57:00','6793227a-97db-426b-9c45-bb58dc8a118d'),
(80692,7,14859,NULL,605,2,'2026-01-21 16:57:00','2026-01-21 16:57:00','56970e6a-3ffa-401b-a775-cf1cae95be0b'),
(80693,7,14859,NULL,617,3,'2026-01-21 16:57:00','2026-01-21 16:57:00','8b5530ea-944f-452e-ab91-d6d9bace6975'),
(80694,7,14859,NULL,9552,4,'2026-01-21 16:57:00','2026-01-21 16:57:00','9005b37d-3242-4cf7-a34b-d408f32669ba'),
(80695,82,14859,NULL,479,1,'2026-01-21 16:57:00','2026-01-21 16:57:00','f06022cd-ccd2-4373-85be-f5a1d22d4db1'),
(80696,82,14859,NULL,491,2,'2026-01-21 16:57:00','2026-01-21 16:57:00','f953fbda-c179-4f2b-a94d-6a4c9f9058ae'),
(80697,47,14859,NULL,12293,1,'2026-01-21 16:57:00','2026-01-21 16:57:00','b951a4a3-8b5b-4d57-9dfd-faaea91678af'),
(80698,57,14859,NULL,9061,1,'2026-01-21 16:57:00','2026-01-21 16:57:00','631275dd-be43-4c91-9311-08cfd18174a8'),
(80699,57,14859,NULL,9062,2,'2026-01-21 16:57:00','2026-01-21 16:57:00','631dcb35-f57b-4e0a-b1f9-5257dcead493'),
(80700,57,14859,NULL,9063,3,'2026-01-21 16:57:00','2026-01-21 16:57:00','40d3c2f3-d94a-48ae-b3bf-c7452cc3d106'),
(80701,57,14859,NULL,9060,4,'2026-01-21 16:57:00','2026-01-21 16:57:00','7e7338b2-1a37-4bec-a116-f1045649142b'),
(80702,57,14859,NULL,9059,5,'2026-01-21 16:57:00','2026-01-21 16:57:00','7dec6557-fd49-402f-b28c-fe6dc6e5d758'),
(80703,13,14859,NULL,6867,1,'2026-01-21 16:57:00','2026-01-21 16:57:00','82a1a94d-bbe2-4695-9b71-acdebc19bd10'),
(80734,32,14861,NULL,2610,1,'2026-01-21 16:57:25','2026-01-21 16:57:25','0e54b674-c853-473f-b1a5-3ec0710de820'),
(80735,32,14861,NULL,2598,2,'2026-01-21 16:57:25','2026-01-21 16:57:25','c495f850-5e6e-4a94-9115-4e914bc61fa3'),
(80736,32,14861,NULL,2608,3,'2026-01-21 16:57:25','2026-01-21 16:57:25','24840678-b6f5-4808-9119-6defd1ba6329'),
(80737,32,14861,NULL,2600,4,'2026-01-21 16:57:25','2026-01-21 16:57:25','ebd5f722-c673-446f-9c3b-e6f7347c5506'),
(80738,32,14861,NULL,2596,5,'2026-01-21 16:57:25','2026-01-21 16:57:25','3458bfcd-2af5-4683-9ec3-98c06fa1e7b2'),
(80739,32,14861,NULL,2602,6,'2026-01-21 16:57:25','2026-01-21 16:57:25','69abb504-a9c8-4c78-865b-c22174fad83a'),
(80740,32,14861,NULL,2612,7,'2026-01-21 16:57:25','2026-01-21 16:57:25','084a68c0-d05d-47c4-bdaf-ac0338aa1465'),
(80741,32,14861,NULL,2618,8,'2026-01-21 16:57:25','2026-01-21 16:57:25','77512c29-17e5-4964-af88-13a2a76341d6'),
(80742,32,14861,NULL,2604,9,'2026-01-21 16:57:25','2026-01-21 16:57:25','ededc1f3-6ee4-4ef6-8f70-c65ed67d4b8d'),
(80743,32,14861,NULL,2606,10,'2026-01-21 16:57:25','2026-01-21 16:57:25','af8fbb9d-859c-49de-ac8e-c86523c35f13'),
(80744,16,14861,NULL,9068,1,'2026-01-21 16:57:25','2026-01-21 16:57:25','997f4090-7f00-439e-ab52-abf85551906f'),
(80745,7,14861,NULL,6547,1,'2026-01-21 16:57:25','2026-01-21 16:57:25','50b44b17-7796-4954-a189-20363a8dd577'),
(80746,7,14861,NULL,601,2,'2026-01-21 16:57:25','2026-01-21 16:57:25','d16eb4dd-ec3e-4974-9032-c55e8459c577'),
(80747,7,14861,NULL,617,3,'2026-01-21 16:57:25','2026-01-21 16:57:25','da00f609-4b55-4689-80d4-4ad4e46303fe'),
(80748,7,14861,NULL,9732,4,'2026-01-21 16:57:25','2026-01-21 16:57:25','6cf5ad28-fa5e-4eb7-a08b-58260da19c90'),
(80749,7,14861,NULL,9735,5,'2026-01-21 16:57:25','2026-01-21 16:57:25','ccd7ac6e-d2f7-4bf3-8fa9-8e524fd56d15'),
(80750,7,14861,NULL,2972,6,'2026-01-21 16:57:25','2026-01-21 16:57:25','c95ac798-3f47-42d3-9e61-a32d4601c453'),
(80751,7,14861,NULL,9549,7,'2026-01-21 16:57:25','2026-01-21 16:57:25','408c94c5-8900-4859-b2d1-f1197479bf1c'),
(80752,7,14861,NULL,605,8,'2026-01-21 16:57:25','2026-01-21 16:57:25','25d590d1-2c9f-4dc9-8c7c-3aa1b99e9b71'),
(80753,7,14861,NULL,9552,9,'2026-01-21 16:57:25','2026-01-21 16:57:25','06f96fea-9ad7-4f50-87cb-9bbee2f73b16'),
(80754,82,14861,NULL,479,1,'2026-01-21 16:57:25','2026-01-21 16:57:25','1a0606e6-fb16-4cb6-841f-3be8da2ab9e9'),
(80755,82,14861,NULL,491,2,'2026-01-21 16:57:25','2026-01-21 16:57:25','8b76321c-2f6f-4070-9ed7-63c99024ba3d'),
(80756,46,14861,NULL,3697,1,'2026-01-21 16:57:25','2026-01-21 16:57:25','2a1b972f-89e9-4251-be64-bc8b308d9c08'),
(80757,47,14861,NULL,12297,1,'2026-01-21 16:57:25','2026-01-21 16:57:25','856cd710-a61c-4898-a66b-bed7536656d2'),
(80758,57,14861,NULL,9071,1,'2026-01-21 16:57:25','2026-01-21 16:57:25','d1f55cfe-ff5d-4aaa-a8b2-d7dc86e08829'),
(80759,57,14861,NULL,9072,2,'2026-01-21 16:57:25','2026-01-21 16:57:25','346d1119-96d9-4d51-b567-1ef34939796f'),
(80760,57,14861,NULL,9073,3,'2026-01-21 16:57:25','2026-01-21 16:57:25','7e612fef-d78e-4615-9a04-ff5d920d12fb'),
(80761,57,14861,NULL,9074,4,'2026-01-21 16:57:25','2026-01-21 16:57:25','7c980626-935f-40ee-b5a9-b77f8452081e'),
(80762,57,14861,NULL,9075,5,'2026-01-21 16:57:25','2026-01-21 16:57:25','2b47c383-f8c1-4a29-8e65-b4cbd4d165b6'),
(80763,13,14861,NULL,6872,1,'2026-01-21 16:57:25','2026-01-21 16:57:25','1ad07c7b-2e56-40b6-9014-fa9506fd3102'),
(80789,32,14864,NULL,2610,1,'2026-01-21 16:59:29','2026-01-21 16:59:29','c6254d94-c7b9-4164-80fb-6ad44de60784'),
(80790,32,14864,NULL,2598,2,'2026-01-21 16:59:29','2026-01-21 16:59:29','67e2639d-571f-4194-941a-5372ce505762'),
(80791,32,14864,NULL,2608,3,'2026-01-21 16:59:29','2026-01-21 16:59:29','652530a1-242e-41e7-b47b-815ca6855e5e'),
(80792,32,14864,NULL,2600,4,'2026-01-21 16:59:29','2026-01-21 16:59:29','e1005bb2-db0f-4945-a91d-c13b9ed5691c'),
(80793,32,14864,NULL,2596,5,'2026-01-21 16:59:29','2026-01-21 16:59:29','0c5786ef-8aa0-4b60-8dee-dfb39a325976'),
(80794,32,14864,NULL,2602,6,'2026-01-21 16:59:29','2026-01-21 16:59:29','22bbe237-bc95-4f5a-9668-bb206d457f21'),
(80795,32,14864,NULL,2612,7,'2026-01-21 16:59:29','2026-01-21 16:59:29','fa523f21-3e68-4098-9669-0eaccf3959b6'),
(80796,32,14864,NULL,2604,8,'2026-01-21 16:59:29','2026-01-21 16:59:29','d39c338d-4354-42ac-a467-a6bab402062f'),
(80797,32,14864,NULL,2606,9,'2026-01-21 16:59:29','2026-01-21 16:59:29','e005a4d9-15b0-4739-9c80-65d549b13558'),
(80798,16,14864,NULL,9080,1,'2026-01-21 16:59:29','2026-01-21 16:59:29','aa07dd89-89f1-49a0-88fe-8befb9cb68ce'),
(80799,7,14864,NULL,605,1,'2026-01-21 16:59:29','2026-01-21 16:59:29','4c8aec70-f0f1-4ca6-94a2-20b3c59d7cfe'),
(80800,7,14864,NULL,617,2,'2026-01-21 16:59:29','2026-01-21 16:59:29','ce066b60-1dd0-473a-9c4a-afdb4b19e064'),
(80801,7,14864,NULL,9552,3,'2026-01-21 16:59:29','2026-01-21 16:59:29','e0f2a492-f2a6-4c00-85c3-a592e094c4ab'),
(80802,82,14864,NULL,479,1,'2026-01-21 16:59:29','2026-01-21 16:59:29','8cf1dca3-d7cd-40c4-8055-67860855528f'),
(80803,82,14864,NULL,491,2,'2026-01-21 16:59:29','2026-01-21 16:59:29','015e2365-8e43-4e02-8564-70700c06112f'),
(80804,47,14864,NULL,12303,1,'2026-01-21 16:59:29','2026-01-21 16:59:29','24a71d34-2cab-4281-a8fb-33c0167a245a'),
(80805,57,14864,NULL,9087,1,'2026-01-21 16:59:29','2026-01-21 16:59:29','8a984126-4550-4eed-896d-e5f692dbbebd'),
(80806,57,14864,NULL,9088,2,'2026-01-21 16:59:29','2026-01-21 16:59:29','551717a8-8f5b-4e4f-bf62-6f7706010e8e'),
(80807,57,14864,NULL,9086,3,'2026-01-21 16:59:29','2026-01-21 16:59:29','8c681934-11d3-45e8-a9e9-dbf0d65ebecd'),
(80808,57,14864,NULL,9083,4,'2026-01-21 16:59:29','2026-01-21 16:59:29','4124a899-e109-48dc-99bf-b907f2a39e54'),
(80809,57,14864,NULL,9085,5,'2026-01-21 16:59:29','2026-01-21 16:59:29','e8b69419-06f2-49f8-a4b6-3925694e6cd2'),
(80810,57,14864,NULL,9084,6,'2026-01-21 16:59:29','2026-01-21 16:59:29','eea39db3-abb5-4f9b-9f95-f3bc083ce140'),
(80812,22,14865,NULL,6093,1,'2026-01-21 16:59:29','2026-01-21 16:59:29','0652ad41-bbca-4a4b-9f8c-83ae4b991b17'),
(80836,32,14867,NULL,2610,1,'2026-01-21 17:00:13','2026-01-21 17:00:13','304446b4-06b7-4a60-86c1-4aaaba833f4d'),
(80837,32,14867,NULL,2598,2,'2026-01-21 17:00:13','2026-01-21 17:00:13','d2d0fcec-bd50-4d23-bd0d-ff3ad0305171'),
(80838,32,14867,NULL,2608,3,'2026-01-21 17:00:13','2026-01-21 17:00:13','5175e062-a9a0-44d4-b969-a6806620be0e'),
(80839,32,14867,NULL,2600,4,'2026-01-21 17:00:13','2026-01-21 17:00:13','19f95e4e-0ba2-4de4-aa41-7e61b428fc5a'),
(80840,32,14867,NULL,2596,5,'2026-01-21 17:00:13','2026-01-21 17:00:13','4b98883c-8c26-47d4-8abd-1a8ce54cd728'),
(80841,32,14867,NULL,2602,6,'2026-01-21 17:00:13','2026-01-21 17:00:13','49fadb4d-9c14-487f-8fe6-e767df9d78d1'),
(80842,32,14867,NULL,2612,7,'2026-01-21 17:00:13','2026-01-21 17:00:13','8e088d27-46ba-45de-b027-5e9059bdec14'),
(80843,32,14867,NULL,2604,8,'2026-01-21 17:00:13','2026-01-21 17:00:13','c662ad03-7620-49f1-b281-6cac51dc06ad'),
(80844,32,14867,NULL,2606,9,'2026-01-21 17:00:13','2026-01-21 17:00:13','0e9ab3d7-d45d-4a42-8cbe-1510f3f785aa'),
(80845,16,14867,NULL,9080,1,'2026-01-21 17:00:13','2026-01-21 17:00:13','3eb3bf22-90c6-423c-80ac-fcafd9ece397'),
(80846,7,14867,NULL,605,1,'2026-01-21 17:00:13','2026-01-21 17:00:13','4ada8ba7-371c-4f2d-a9ba-760ac67a7b12'),
(80847,7,14867,NULL,617,2,'2026-01-21 17:00:13','2026-01-21 17:00:13','eebbb7b9-f896-444b-94cc-7d747956c107'),
(80848,7,14867,NULL,9552,3,'2026-01-21 17:00:13','2026-01-21 17:00:13','b7f10501-0af0-4322-9fe4-02f8a96236fc'),
(80849,82,14867,NULL,479,1,'2026-01-21 17:00:13','2026-01-21 17:00:13','3a4137c1-d670-4e29-a22d-cde85debc657'),
(80850,82,14867,NULL,491,2,'2026-01-21 17:00:13','2026-01-21 17:00:13','883dad0a-62fd-4fa9-a4c7-e409a5bc3759'),
(80851,47,14867,NULL,12303,1,'2026-01-21 17:00:13','2026-01-21 17:00:13','1a12ee17-1298-4704-aefc-1101433f2cce'),
(80852,57,14867,NULL,9087,1,'2026-01-21 17:00:13','2026-01-21 17:00:13','fa44071b-255c-4dca-b14d-f6088ea71216'),
(80853,57,14867,NULL,9088,2,'2026-01-21 17:00:13','2026-01-21 17:00:13','62dfa971-5cad-416c-92e7-37fd8c2645a7'),
(80854,57,14867,NULL,9086,3,'2026-01-21 17:00:13','2026-01-21 17:00:13','f9efa85a-0966-4059-8ceb-8e57981b3c52'),
(80855,57,14867,NULL,9083,4,'2026-01-21 17:00:13','2026-01-21 17:00:13','7ce9aee0-6986-4ddd-8b93-0cf24961ac92'),
(80856,57,14867,NULL,9085,5,'2026-01-21 17:00:13','2026-01-21 17:00:13','c7f1437a-1455-409a-b32c-2e5a041530b3'),
(80857,57,14867,NULL,9084,6,'2026-01-21 17:00:13','2026-01-21 17:00:13','7fed6aad-0808-438b-bf39-a8d14596e01e'),
(80884,22,8872,NULL,14873,1,'2026-01-21 17:04:49','2026-01-21 17:04:49','187fb848-a558-4975-a540-c81fee028604'),
(80885,32,14879,NULL,2614,1,'2026-01-21 17:04:49','2026-01-21 17:04:49','aa72d9bc-8405-4cc3-ae47-6808ab7b1db3'),
(80886,32,14879,NULL,2610,2,'2026-01-21 17:04:49','2026-01-21 17:04:49','a19aa927-6871-4411-98f9-22d28c9a4c5f'),
(80887,32,14879,NULL,2598,3,'2026-01-21 17:04:49','2026-01-21 17:04:49','816be268-a888-4379-97da-4780f3fbdde7'),
(80888,32,14879,NULL,2608,4,'2026-01-21 17:04:49','2026-01-21 17:04:49','a5288fc8-e806-4448-a880-50b976ae3174'),
(80889,32,14879,NULL,2600,5,'2026-01-21 17:04:49','2026-01-21 17:04:49','d2fa8891-4561-47e6-86d4-a3c134a68816'),
(80890,32,14879,NULL,2596,6,'2026-01-21 17:04:49','2026-01-21 17:04:49','3e0c6aaf-b8ab-4d40-92eb-7354e6c22ddd'),
(80891,32,14879,NULL,2602,7,'2026-01-21 17:04:49','2026-01-21 17:04:49','6b2f58a6-f800-406b-a3a5-07a37f4026ff'),
(80892,32,14879,NULL,2612,8,'2026-01-21 17:04:49','2026-01-21 17:04:49','072a1eb4-f1af-457b-a272-c030b1dc1b9b'),
(80893,32,14879,NULL,2604,9,'2026-01-21 17:04:49','2026-01-21 17:04:49','1574d852-f262-4aef-840d-b476ae4a04fd'),
(80894,32,14879,NULL,2606,10,'2026-01-21 17:04:49','2026-01-21 17:04:49','3ed0e36c-3df5-4055-a9d0-ad8eca44c8ce'),
(80895,16,14879,NULL,9095,1,'2026-01-21 17:04:49','2026-01-21 17:04:49','f9a2e580-a55b-4b30-8181-01d4aa2deed0'),
(80896,7,14879,NULL,3468,1,'2026-01-21 17:04:49','2026-01-21 17:04:49','0912eb05-1ba5-4955-8f71-3db107160b5b'),
(80897,7,14879,NULL,617,2,'2026-01-21 17:04:49','2026-01-21 17:04:49','61f53148-dd9c-4ed9-bb02-8a6d7b12f8cc'),
(80898,7,14879,NULL,605,3,'2026-01-21 17:04:49','2026-01-21 17:04:49','da8c0c0b-e5e4-4c53-9d80-616906409a97'),
(80899,7,14879,NULL,9552,4,'2026-01-21 17:04:49','2026-01-21 17:04:49','69791c84-2255-4c1d-9900-a31d6e4f97ac'),
(80900,82,14879,NULL,479,1,'2026-01-21 17:04:49','2026-01-21 17:04:49','6e1179e2-cdbb-4d89-a96a-483222f0306f'),
(80901,47,14879,NULL,12306,1,'2026-01-21 17:04:49','2026-01-21 17:04:49','8b317a32-1535-4912-926d-72b9d54d3223'),
(80902,57,14879,NULL,9100,1,'2026-01-21 17:04:49','2026-01-21 17:04:49','86c5b506-5898-4a9a-bbe5-a0ea7ee4cc00'),
(80903,57,14879,NULL,9102,2,'2026-01-21 17:04:49','2026-01-21 17:04:49','0964d307-6014-4318-ab75-99bdbd63e2df'),
(80904,57,14879,NULL,9103,3,'2026-01-21 17:04:49','2026-01-21 17:04:49','ab9f65db-14c8-4ccd-93b9-b46bfb03f142');
INSERT INTO `relations` VALUES
(80905,57,14879,NULL,9104,4,'2026-01-21 17:04:49','2026-01-21 17:04:49','06de361c-d64e-4ff6-9151-e41b7fa5ebd7'),
(80906,57,14879,NULL,9101,5,'2026-01-21 17:04:49','2026-01-21 17:04:49','d01b1044-0c45-469d-bad4-bd192fe928a4'),
(80907,57,14879,NULL,9105,6,'2026-01-21 17:04:49','2026-01-21 17:04:49','8b7427a3-3641-410d-b1a8-04f995e0395c'),
(80909,22,14880,NULL,14873,1,'2026-01-21 17:04:49','2026-01-21 17:04:49','da421cb9-1112-4887-a150-948777841024'),
(80936,32,14884,NULL,2610,1,'2026-01-21 17:05:17','2026-01-21 17:05:17','a2317132-c572-47c4-ae45-7daeb0ffc4e5'),
(80937,32,14884,NULL,2598,2,'2026-01-21 17:05:17','2026-01-21 17:05:17','43c0d61a-ace1-4bc4-b682-ad2d738f0e54'),
(80938,32,14884,NULL,2608,3,'2026-01-21 17:05:17','2026-01-21 17:05:17','cb59d73a-1544-422c-8596-12bb07014179'),
(80939,32,14884,NULL,2600,4,'2026-01-21 17:05:17','2026-01-21 17:05:17','252c935e-d856-4718-92de-613feade7931'),
(80940,32,14884,NULL,2602,5,'2026-01-21 17:05:17','2026-01-21 17:05:17','5a02c407-e30c-4d2b-a78a-2e419fb5c1d9'),
(80941,32,14884,NULL,2612,6,'2026-01-21 17:05:17','2026-01-21 17:05:17','c3d95a51-8eca-434f-96d5-686c3625ef56'),
(80942,32,14884,NULL,2604,7,'2026-01-21 17:05:17','2026-01-21 17:05:17','3b7607b3-b83b-4cfd-bb16-4715921ad187'),
(80943,32,14884,NULL,2596,8,'2026-01-21 17:05:17','2026-01-21 17:05:17','30095ec0-d219-4113-af53-498a3f595630'),
(80944,32,14884,NULL,2606,9,'2026-01-21 17:05:17','2026-01-21 17:05:17','f8accf1f-c0f1-40b7-9161-170cc38a6275'),
(80945,16,14884,NULL,5213,1,'2026-01-21 17:05:17','2026-01-21 17:05:17','888764b4-7a63-4a1b-8ddf-87897da9f2a8'),
(80946,7,14884,NULL,3468,1,'2026-01-21 17:05:17','2026-01-21 17:05:17','fc906d28-4e81-4f1d-8b57-d719d3a21981'),
(80947,7,14884,NULL,601,2,'2026-01-21 17:05:17','2026-01-21 17:05:17','97cbea89-7aaf-4e97-a156-460e2ee51f0c'),
(80948,7,14884,NULL,617,3,'2026-01-21 17:05:17','2026-01-21 17:05:17','1f27b41a-91e1-4b66-9605-c308de3809c1'),
(80949,7,14884,NULL,605,4,'2026-01-21 17:05:17','2026-01-21 17:05:17','ce9bb1f6-4c56-427b-86f9-dcd0551d55d9'),
(80950,7,14884,NULL,9552,5,'2026-01-21 17:05:17','2026-01-21 17:05:17','5b0f8ffe-5812-4368-b843-9cc4378db4f7'),
(80951,82,14884,NULL,479,1,'2026-01-21 17:05:17','2026-01-21 17:05:17','900f8cf8-2b93-4ec7-aaba-9cdd7f941bea'),
(80952,82,14884,NULL,491,2,'2026-01-21 17:05:17','2026-01-21 17:05:17','0f1fcac7-30c3-4a1c-a167-7f1a6434b8d0'),
(80953,47,14884,NULL,12308,1,'2026-01-21 17:05:17','2026-01-21 17:05:17','7a8d091c-2c26-41e0-b8bd-b5c5820d989a'),
(80954,57,14884,NULL,5233,1,'2026-01-21 17:05:17','2026-01-21 17:05:17','fc8284e3-97d3-46d1-9190-6082859b256b'),
(80955,57,14884,NULL,5234,2,'2026-01-21 17:05:17','2026-01-21 17:05:17','f718340c-a774-4049-8e67-b0a254a6b690'),
(80956,57,14884,NULL,5235,3,'2026-01-21 17:05:17','2026-01-21 17:05:17','d1582d79-3486-4c9c-814f-7d4cb9fefcb8'),
(80957,57,14884,NULL,5236,4,'2026-01-21 17:05:17','2026-01-21 17:05:17','9a887f53-9135-4996-9c5e-1c64301e7aab'),
(80958,57,14884,NULL,5237,5,'2026-01-21 17:05:17','2026-01-21 17:05:17','be182c4b-d68b-474b-a46d-14ce61e84dbc'),
(80959,57,14884,NULL,5238,6,'2026-01-21 17:05:17','2026-01-21 17:05:17','3daa160b-27f8-490e-b823-6fed58c31075'),
(80960,57,14884,NULL,5239,7,'2026-01-21 17:05:17','2026-01-21 17:05:17','5cbde092-b7d8-4e3a-ba04-85f4ff481c78'),
(80991,32,14886,NULL,2610,1,'2026-01-21 17:05:38','2026-01-21 17:05:38','1db441d4-d7d3-498c-b89e-6d0744fea0cc'),
(80992,32,14886,NULL,2598,2,'2026-01-21 17:05:38','2026-01-21 17:05:38','0e06ec24-4932-4138-9a48-c449bb5da654'),
(80993,32,14886,NULL,2608,3,'2026-01-21 17:05:38','2026-01-21 17:05:38','63b721cc-7d8b-481a-9f1d-3986fda9ff93'),
(80994,32,14886,NULL,2624,4,'2026-01-21 17:05:38','2026-01-21 17:05:38','7c56cd22-78fd-4305-bee5-e172343d0c0b'),
(80995,32,14886,NULL,2600,5,'2026-01-21 17:05:38','2026-01-21 17:05:38','8af5adeb-726c-4e5a-9375-9a35666aee7d'),
(80996,32,14886,NULL,2596,6,'2026-01-21 17:05:38','2026-01-21 17:05:38','0dde10d9-09ca-47f5-be89-6da36f84f1fe'),
(80997,32,14886,NULL,2602,7,'2026-01-21 17:05:38','2026-01-21 17:05:38','522adebe-3e12-474a-8650-3c904598a486'),
(80998,32,14886,NULL,2606,8,'2026-01-21 17:05:38','2026-01-21 17:05:38','b939fb05-0e8d-4806-b95d-d5a9991b3059'),
(80999,32,14886,NULL,2612,9,'2026-01-21 17:05:38','2026-01-21 17:05:38','f416239f-70a8-40d3-9980-427e7c7381fe'),
(81000,32,14886,NULL,2604,10,'2026-01-21 17:05:38','2026-01-21 17:05:38','0b4a8696-7006-4730-9b81-2ce990cd6926'),
(81001,16,14886,NULL,5140,1,'2026-01-21 17:05:38','2026-01-21 17:05:38','5eb629a9-2383-4799-8863-94099303c1ed'),
(81002,7,14886,NULL,6547,1,'2026-01-21 17:05:38','2026-01-21 17:05:38','3515f0f1-6469-4ea0-a880-67c9fa335570'),
(81003,7,14886,NULL,601,2,'2026-01-21 17:05:38','2026-01-21 17:05:38','0cb9a93e-d381-4aae-96c5-ab9c0c977f7e'),
(81004,7,14886,NULL,9735,3,'2026-01-21 17:05:38','2026-01-21 17:05:38','d615dd08-c84b-4513-85e8-553a0a6415d1'),
(81005,7,14886,NULL,617,4,'2026-01-21 17:05:38','2026-01-21 17:05:38','66d433d5-757d-49f1-add4-0f83d3da6539'),
(81006,7,14886,NULL,605,5,'2026-01-21 17:05:38','2026-01-21 17:05:38','717d3b39-55cd-4e4f-9d7b-ffa180dd814f'),
(81007,7,14886,NULL,9552,6,'2026-01-21 17:05:38','2026-01-21 17:05:38','9c10f392-6036-4b5a-a435-c629101e302c'),
(81008,82,14886,NULL,491,1,'2026-01-21 17:05:38','2026-01-21 17:05:38','04f90b8d-b874-4bec-b21c-aadd6f668cfb'),
(81009,46,14886,NULL,2891,1,'2026-01-21 17:05:38','2026-01-21 17:05:38','c2cd8b0c-94e5-4404-9fb8-1c2d31e2c376'),
(81010,47,14886,NULL,12315,1,'2026-01-21 17:05:38','2026-01-21 17:05:38','0d964b24-f17d-43a1-ad13-75c080763734'),
(81011,57,14886,NULL,5146,1,'2026-01-21 17:05:38','2026-01-21 17:05:38','4b569a1d-a59b-4e6c-a236-7e46edb0b5c7'),
(81012,57,14886,NULL,5147,2,'2026-01-21 17:05:38','2026-01-21 17:05:38','4c7c568c-26f5-47b1-b3ea-c4068c929812'),
(81013,57,14886,NULL,5148,3,'2026-01-21 17:05:38','2026-01-21 17:05:38','8aef846a-cd22-405a-96e7-cb7aa9610b78'),
(81014,57,14886,NULL,5149,4,'2026-01-21 17:05:38','2026-01-21 17:05:38','417fdf10-4d0f-4431-94fc-3681972a821c'),
(81015,57,14886,NULL,5150,5,'2026-01-21 17:05:38','2026-01-21 17:05:38','4061a51a-3e27-4a10-9a67-1ff515ca4d09'),
(81016,57,14886,NULL,5151,6,'2026-01-21 17:05:38','2026-01-21 17:05:38','77630400-13db-4cd6-a674-44aa3f8316d2'),
(81017,57,14886,NULL,5152,7,'2026-01-21 17:05:38','2026-01-21 17:05:38','cb914c78-9bcd-41ed-8c8e-1cbe81051304'),
(81018,57,14886,NULL,5153,8,'2026-01-21 17:05:38','2026-01-21 17:05:38','1b999a18-4cd3-4f27-9716-8c10964ac9dd'),
(81019,13,14886,NULL,6882,1,'2026-01-21 17:05:38','2026-01-21 17:05:38','9ed764ba-5556-4e4b-9b03-9f40e622c3a8'),
(81047,32,14898,NULL,2614,1,'2026-01-21 17:18:01','2026-01-21 17:18:01','a8436525-3018-499c-9b51-50c14146df59'),
(81048,32,14898,NULL,2610,2,'2026-01-21 17:18:01','2026-01-21 17:18:01','ef64249f-d916-4720-8a7f-68ca81fcb658'),
(81049,32,14898,NULL,2598,3,'2026-01-21 17:18:01','2026-01-21 17:18:01','5809f52a-f49a-4ed3-a542-8bc88409a483'),
(81050,32,14898,NULL,2608,4,'2026-01-21 17:18:01','2026-01-21 17:18:01','07fbe807-05b3-4f38-848e-d8ac3b9e4953'),
(81051,32,14898,NULL,2600,5,'2026-01-21 17:18:01','2026-01-21 17:18:01','4f77ca08-15b3-4007-a31c-64e055d0b7df'),
(81052,32,14898,NULL,2596,6,'2026-01-21 17:18:01','2026-01-21 17:18:01','7d2573f4-79b8-4c57-b45f-27e48b3feb1c'),
(81053,32,14898,NULL,2602,7,'2026-01-21 17:18:01','2026-01-21 17:18:01','af7514bc-75c0-46c6-bb84-da5042baba18'),
(81054,32,14898,NULL,2606,8,'2026-01-21 17:18:01','2026-01-21 17:18:01','17c97f37-ce65-4d99-94c6-160ecb8e7d1a'),
(81055,32,14898,NULL,2612,9,'2026-01-21 17:18:01','2026-01-21 17:18:01','21cbf368-2187-4da2-b61f-34ec88d80a80'),
(81056,32,14898,NULL,2604,10,'2026-01-21 17:18:01','2026-01-21 17:18:01','a54c8011-df3e-41eb-8a53-36a3ee2d18bc'),
(81057,16,14898,NULL,5013,1,'2026-01-21 17:18:01','2026-01-21 17:18:01','794ad6b1-ceb6-4f59-b228-de94bce1f695'),
(81058,7,14898,NULL,3468,1,'2026-01-21 17:18:01','2026-01-21 17:18:01','f6fc62c1-d8ec-4dc7-8a5a-17977b761ac3'),
(81059,7,14898,NULL,617,2,'2026-01-21 17:18:01','2026-01-21 17:18:01','6ebe2d38-9547-4d1a-8d9c-c0ad562dcd08'),
(81060,7,14898,NULL,605,3,'2026-01-21 17:18:01','2026-01-21 17:18:01','65f3fb6f-0f93-4fb2-992d-f6665f32aa15'),
(81061,7,14898,NULL,9552,4,'2026-01-21 17:18:01','2026-01-21 17:18:01','f981464a-6d46-40fa-a193-14e16cf44139'),
(81062,47,14898,NULL,12321,1,'2026-01-21 17:18:01','2026-01-21 17:18:01','ef2acce8-e4b1-42ab-9818-94e34e907754'),
(81063,57,14898,NULL,5033,1,'2026-01-21 17:18:01','2026-01-21 17:18:01','7c66c6ac-69f0-4dc9-af70-0e022a7462af'),
(81064,57,14898,NULL,5034,2,'2026-01-21 17:18:01','2026-01-21 17:18:01','813295de-cb9f-4ad3-a03c-f2641b3a1186'),
(81065,57,14898,NULL,5035,3,'2026-01-21 17:18:01','2026-01-21 17:18:01','5015e8b7-e24b-4f03-888e-d5bc3ecb0a6f'),
(81066,57,14898,NULL,5036,4,'2026-01-21 17:18:01','2026-01-21 17:18:01','c0540cb0-c82f-4cb5-bb41-32634368c949'),
(81067,57,14898,NULL,5037,5,'2026-01-21 17:18:01','2026-01-21 17:18:01','d0f9fc5f-4781-4c03-8ffa-e3d6f3156ca0'),
(81068,57,14898,NULL,5038,6,'2026-01-21 17:18:01','2026-01-21 17:18:01','a13aa79c-752e-4be8-948e-349acf91eb07'),
(81069,57,14898,NULL,5039,7,'2026-01-21 17:18:01','2026-01-21 17:18:01','e67cf25a-4ee8-4002-bb60-bcc5bc6155e7'),
(81070,57,14898,NULL,5040,8,'2026-01-21 17:18:01','2026-01-21 17:18:01','527f4680-6b38-4e03-839a-5cc1984c3189'),
(81073,32,14900,NULL,2610,1,'2026-01-21 17:22:25','2026-01-21 17:22:25','2caa209e-7179-4834-8dfa-67c5362d307e'),
(81074,32,14900,NULL,2598,2,'2026-01-21 17:22:25','2026-01-21 17:22:25','e5c7c884-d4b4-462d-9512-af7370834c8d'),
(81075,32,14900,NULL,2600,3,'2026-01-21 17:22:25','2026-01-21 17:22:25','ec759cbc-5b22-403b-bd88-b2c5446441a9'),
(81076,32,14900,NULL,2596,4,'2026-01-21 17:22:25','2026-01-21 17:22:25','62254bff-32b3-43fb-aff2-acf72eac3212'),
(81077,32,14900,NULL,2602,5,'2026-01-21 17:22:25','2026-01-21 17:22:25','ff0f951b-7fe2-482e-8116-a977c4ffde7a'),
(81078,32,14900,NULL,2604,6,'2026-01-21 17:22:25','2026-01-21 17:22:25','17aac032-9824-4f52-8bd1-251fb96a7ad4'),
(81079,32,14900,NULL,2608,7,'2026-01-21 17:22:25','2026-01-21 17:22:25','7932412f-14da-4111-bc8b-4f0944090c67'),
(81080,32,14900,NULL,2606,8,'2026-01-21 17:22:25','2026-01-21 17:22:25','f57ada0e-27e5-4bdb-b2a8-410400facae5'),
(81081,32,14900,NULL,2612,9,'2026-01-21 17:22:25','2026-01-21 17:22:25','7bce9c24-9a54-4bd2-a705-9d8fe589c9c0'),
(81082,16,14900,NULL,5253,1,'2026-01-21 17:22:25','2026-01-21 17:22:25','896ed163-b72d-43d3-986e-c086ba89fe8c'),
(81083,7,14900,NULL,601,1,'2026-01-21 17:22:25','2026-01-21 17:22:25','fa096821-c4d7-452d-a402-fe3544c2fb32'),
(81084,7,14900,NULL,617,2,'2026-01-21 17:22:25','2026-01-21 17:22:25','7225bd45-c294-4b17-ab68-8dd4750d97ce'),
(81085,7,14900,NULL,9727,3,'2026-01-21 17:22:25','2026-01-21 17:22:25','6a430db1-e19d-46be-8b34-43c5baf866bb'),
(81086,7,14900,NULL,9552,4,'2026-01-21 17:22:25','2026-01-21 17:22:25','759919f3-8d4f-40e2-8e21-fdc2a6c2d99a'),
(81087,7,14900,NULL,605,5,'2026-01-21 17:22:25','2026-01-21 17:22:25','7b2a7fa3-67b0-4551-a2a5-a8d9c233acf5'),
(81088,82,14900,NULL,479,1,'2026-01-21 17:22:25','2026-01-21 17:22:25','c8135ef3-c232-4091-8d09-eaf1c2529048'),
(81089,82,14900,NULL,491,2,'2026-01-21 17:22:25','2026-01-21 17:22:25','27a89f4c-07eb-4095-a7db-0ea7319c7675'),
(81090,46,14900,NULL,7379,1,'2026-01-21 17:22:25','2026-01-21 17:22:25','e6c5d811-4e63-45f0-b794-2eeddb3aa9ec'),
(81091,57,14900,NULL,7926,1,'2026-01-21 17:22:25','2026-01-21 17:22:25','3b11bd75-bd2c-4462-9f87-8cf6d8c05c08'),
(81092,57,14900,NULL,7928,2,'2026-01-21 17:22:25','2026-01-21 17:22:25','5f5d5fb9-df3d-473f-9fe9-b0f2551d796e'),
(81093,57,14900,NULL,7927,3,'2026-01-21 17:22:25','2026-01-21 17:22:25','4029316f-7541-409e-834e-4fd00e4e9b8a'),
(81094,57,14900,NULL,7924,4,'2026-01-21 17:22:25','2026-01-21 17:22:25','0387e713-a028-4d3c-a1ea-2dec5ef5b014'),
(81095,57,14900,NULL,7925,5,'2026-01-21 17:22:25','2026-01-21 17:22:25','607acfec-3fb9-4a6d-865c-a556d9c786be'),
(81096,57,14900,NULL,7923,6,'2026-01-21 17:22:25','2026-01-21 17:22:25','e7ce86c1-556e-4d9d-b763-e6279f5b06ff'),
(81097,57,14900,NULL,7920,7,'2026-01-21 17:22:25','2026-01-21 17:22:25','df491b4f-e02c-43e2-b556-71234ef53da8'),
(81098,57,14900,NULL,7922,8,'2026-01-21 17:22:25','2026-01-21 17:22:25','2627a843-4750-48a2-8c57-a57fcd79f99a'),
(81099,57,14900,NULL,7921,9,'2026-01-21 17:22:25','2026-01-21 17:22:25','1c6fd7da-b67c-42db-bdaf-f10dec1bbded'),
(81118,22,9393,NULL,14902,1,'2026-01-21 17:27:33','2026-01-21 17:27:33','b205296a-7b0a-45be-808c-3e08a5d66de9'),
(81119,16,14904,NULL,7937,1,'2026-01-21 17:27:33','2026-01-21 17:27:33','5ea7656e-f9aa-453e-a291-748449d84556'),
(81120,7,14904,NULL,617,1,'2026-01-21 17:27:33','2026-01-21 17:27:33','c35dcc59-a915-4d6b-b66f-c39aabb2d2d4'),
(81121,7,14904,NULL,605,2,'2026-01-21 17:27:33','2026-01-21 17:27:33','3de2de79-395f-410a-8726-96833d392c25'),
(81122,7,14904,NULL,9552,3,'2026-01-21 17:27:33','2026-01-21 17:27:33','1f50fe5a-032e-450e-aa0b-e497dfdd0f2d'),
(81123,57,14904,NULL,7939,1,'2026-01-21 17:27:33','2026-01-21 17:27:33','3f8d24d0-83bb-4941-8fa7-65bf6e1a18c8'),
(81124,57,14904,NULL,7941,2,'2026-01-21 17:27:33','2026-01-21 17:27:33','cc3e1081-b5b9-4dba-849d-6c4f6b798504'),
(81125,57,14904,NULL,7940,3,'2026-01-21 17:27:33','2026-01-21 17:27:33','07310d1f-bc1b-4676-9be7-6eea2d245e2b'),
(81126,57,14904,NULL,7938,4,'2026-01-21 17:27:33','2026-01-21 17:27:33','a08c823d-4fae-43d5-9e2f-4fb965dbe8b5'),
(81128,22,14905,NULL,14902,1,'2026-01-21 17:27:33','2026-01-21 17:27:33','75c1ed35-7e5e-4c2a-8cf5-372f27d32065'),
(81184,32,14911,NULL,2610,1,'2026-01-21 17:43:27','2026-01-21 17:43:27','35af7949-d07b-42e9-b5eb-9d18a063667b'),
(81185,32,14911,NULL,2598,2,'2026-01-21 17:43:27','2026-01-21 17:43:27','9dc0a46b-10b6-4762-9e0c-7dffa2269f5f'),
(81186,32,14911,NULL,2608,3,'2026-01-21 17:43:27','2026-01-21 17:43:27','7a926598-c54e-4326-ab71-1510ade3d2c7'),
(81187,32,14911,NULL,2600,4,'2026-01-21 17:43:27','2026-01-21 17:43:27','fa74067c-6463-45f8-8c13-23801ffb3bd8'),
(81188,32,14911,NULL,2596,5,'2026-01-21 17:43:27','2026-01-21 17:43:27','2b928944-6a00-427d-bdea-5e4a9e276395'),
(81189,32,14911,NULL,2602,6,'2026-01-21 17:43:27','2026-01-21 17:43:27','f7a410bd-bc11-4072-80be-fa67b28e66ca'),
(81190,32,14911,NULL,2604,7,'2026-01-21 17:43:27','2026-01-21 17:43:27','ebc2511a-348f-487c-bdd7-77aa0d685388'),
(81191,32,14911,NULL,2606,8,'2026-01-21 17:43:27','2026-01-21 17:43:27','62483a53-ac58-4c20-9951-e9ae96234621'),
(81192,32,14911,NULL,2612,9,'2026-01-21 17:43:27','2026-01-21 17:43:27','9f8281b0-dc66-4416-b65c-3aa9d817c5eb'),
(81193,83,14911,NULL,951,1,'2026-01-21 17:43:27','2026-01-21 17:43:27','4c811593-8231-4183-a913-02fe642e8070'),
(81194,16,14911,NULL,7700,1,'2026-01-21 17:43:27','2026-01-21 17:43:27','c86e5149-787d-4acd-a0f9-0b4815d303f5'),
(81195,7,14911,NULL,2969,1,'2026-01-21 17:43:27','2026-01-21 17:43:27','c9603c6b-0a39-4544-beac-17a34ca4ccec'),
(81196,7,14911,NULL,2972,2,'2026-01-21 17:43:27','2026-01-21 17:43:27','bf9e246f-bacf-474d-bc8a-fddba9aefac3'),
(81197,7,14911,NULL,2974,3,'2026-01-21 17:43:27','2026-01-21 17:43:27','eb9548e3-d26c-4126-bd03-1feac023b541'),
(81198,7,14911,NULL,617,4,'2026-01-21 17:43:27','2026-01-21 17:43:27','da5e2caf-c83d-4b7a-a959-46f2da359280'),
(81199,7,14911,NULL,605,5,'2026-01-21 17:43:27','2026-01-21 17:43:27','ca3bdc83-a514-42c3-8e7d-76b5a2e1a3ff'),
(81200,7,14911,NULL,9552,6,'2026-01-21 17:43:27','2026-01-21 17:43:27','58984323-e8c2-4fe9-a91f-7e10fd8f3699'),
(81201,82,14911,NULL,479,1,'2026-01-21 17:43:27','2026-01-21 17:43:27','f5ee17a3-c8c1-4259-b1e9-427d81b38e9c'),
(81202,82,14911,NULL,491,2,'2026-01-21 17:43:27','2026-01-21 17:43:27','144afa80-c53a-4762-9749-ea4347689506'),
(81203,57,14911,NULL,4842,1,'2026-01-21 17:43:27','2026-01-21 17:43:27','522f406a-c227-413e-b2e6-b0361b0fa85f'),
(81204,57,14911,NULL,4841,2,'2026-01-21 17:43:27','2026-01-21 17:43:27','d25d8a82-5201-467a-99e9-01039b9c520e'),
(81205,57,14911,NULL,4846,3,'2026-01-21 17:43:27','2026-01-21 17:43:27','ccac3563-e697-49c1-b168-1564f7699bdc'),
(81206,57,14911,NULL,4845,4,'2026-01-21 17:43:27','2026-01-21 17:43:27','d0bdfafc-32ee-4c0a-9dc4-34379cef7e3b'),
(81207,57,14911,NULL,4844,5,'2026-01-21 17:43:27','2026-01-21 17:43:27','99777699-3b4a-4b0c-b75c-e1eff27501bb'),
(81208,57,14911,NULL,4843,6,'2026-01-21 17:43:27','2026-01-21 17:43:27','b5c9bfef-3188-4462-bc86-29857f01241d'),
(81261,22,1811,NULL,6294,1,'2026-01-21 17:46:08','2026-01-21 17:46:08','127e9927-09c3-4ad2-8d77-bfd7c2b8ae0e'),
(81262,32,14917,NULL,2610,1,'2026-01-21 17:46:08','2026-01-21 17:46:08','d53714df-5238-46df-af04-93a94d09bab7'),
(81263,32,14917,NULL,2598,2,'2026-01-21 17:46:08','2026-01-21 17:46:08','d241c2f5-8d74-4422-8f42-2f3df371e6b6'),
(81264,32,14917,NULL,2608,3,'2026-01-21 17:46:08','2026-01-21 17:46:08','5a6a745a-7d96-43ad-8846-fa7f04128a83'),
(81265,32,14917,NULL,2600,4,'2026-01-21 17:46:08','2026-01-21 17:46:08','f6748404-95fc-4275-a43f-590ad39788da'),
(81266,32,14917,NULL,2596,5,'2026-01-21 17:46:08','2026-01-21 17:46:08','b74a1f8c-b4cb-49b7-b9c1-e3aba34b1e11'),
(81267,32,14917,NULL,2602,6,'2026-01-21 17:46:08','2026-01-21 17:46:08','e4464f9b-38dc-4a73-9a70-6347fb0492c3'),
(81268,32,14917,NULL,2612,7,'2026-01-21 17:46:08','2026-01-21 17:46:08','36c9b88f-fb48-4bfb-bce2-3a42c070dc57'),
(81269,32,14917,NULL,2604,8,'2026-01-21 17:46:08','2026-01-21 17:46:08','9335e4f5-d04f-4485-8230-d112c8e8cc03'),
(81270,32,14917,NULL,2606,9,'2026-01-21 17:46:08','2026-01-21 17:46:08','a930b49c-a038-464b-942b-3ee34edf707c'),
(81271,16,14917,NULL,9080,1,'2026-01-21 17:46:08','2026-01-21 17:46:08','47e75bd8-f3a0-471e-b920-1aac0799c004'),
(81272,7,14917,NULL,605,1,'2026-01-21 17:46:08','2026-01-21 17:46:08','ea39b54d-0fe1-4c87-bbe3-b9b3c90922d8'),
(81273,7,14917,NULL,617,2,'2026-01-21 17:46:08','2026-01-21 17:46:08','74d6aeb2-09f0-4376-a4c4-d15cf2122fbe'),
(81274,7,14917,NULL,9552,3,'2026-01-21 17:46:08','2026-01-21 17:46:08','faefa971-1db7-4b8b-811e-8196e6b4d02c'),
(81275,82,14917,NULL,479,1,'2026-01-21 17:46:08','2026-01-21 17:46:08','7821a2e2-d8c7-4577-a8f2-6d39c61dc0cb'),
(81276,82,14917,NULL,491,2,'2026-01-21 17:46:08','2026-01-21 17:46:08','eb87edd8-2453-440d-86e4-0b46999254b2'),
(81277,47,14917,NULL,12303,1,'2026-01-21 17:46:08','2026-01-21 17:46:08','9f35aaef-4915-4ae4-92c9-7160ce314793'),
(81278,57,14917,NULL,9087,1,'2026-01-21 17:46:08','2026-01-21 17:46:08','38f5c7b7-9fdc-476d-9200-8d7b315fe067'),
(81279,57,14917,NULL,9088,2,'2026-01-21 17:46:08','2026-01-21 17:46:08','6ff17d9d-d4ba-4637-a102-c1d640ecaf89'),
(81280,57,14917,NULL,9086,3,'2026-01-21 17:46:08','2026-01-21 17:46:08','2b601056-8b06-452b-8e6c-672b0a6ac23a'),
(81281,57,14917,NULL,9083,4,'2026-01-21 17:46:08','2026-01-21 17:46:08','a6c7d177-672e-4b41-93bb-5c7f28a3d510'),
(81282,57,14917,NULL,9085,5,'2026-01-21 17:46:08','2026-01-21 17:46:08','8f1e9ea6-111d-46b8-93f3-4cbc1e658142'),
(81283,57,14917,NULL,9084,6,'2026-01-21 17:46:08','2026-01-21 17:46:08','8e277616-5451-4e0e-a572-dd604b87fd53'),
(81285,22,14918,NULL,6294,1,'2026-01-21 17:46:08','2026-01-21 17:46:08','7e4abc88-66e5-410d-9fbf-d0f0dc92a8a6'),
(81311,32,14923,NULL,2610,1,'2026-01-21 17:48:49','2026-01-21 17:48:49','1698f8da-2261-4930-a34d-a21c451322d3'),
(81312,32,14923,NULL,2598,2,'2026-01-21 17:48:49','2026-01-21 17:48:49','8e00a41c-2a4f-44f7-8f3a-1c9b65d25eb3'),
(81313,32,14923,NULL,2600,3,'2026-01-21 17:48:49','2026-01-21 17:48:49','5b6eb4ce-6a54-48d4-8da6-e41987bd148c'),
(81314,32,14923,NULL,2604,4,'2026-01-21 17:48:49','2026-01-21 17:48:49','88e3dd02-1213-499b-a287-a99e2e5589d4'),
(81315,32,14923,NULL,2608,5,'2026-01-21 17:48:49','2026-01-21 17:48:49','b1a2ff6d-c185-4696-b415-ebd1f41fd6d9'),
(81316,32,14923,NULL,2602,6,'2026-01-21 17:48:49','2026-01-21 17:48:49','b6dd9e7e-767b-4145-b23e-bada0d0789c8'),
(81317,32,14923,NULL,2596,7,'2026-01-21 17:48:49','2026-01-21 17:48:49','0b4ae51c-d153-43c8-a483-9c80fe5ea43c'),
(81318,32,14923,NULL,2606,8,'2026-01-21 17:48:49','2026-01-21 17:48:49','438aadf4-c930-4762-b819-66b89b906cc5'),
(81319,32,14923,NULL,2612,9,'2026-01-21 17:48:49','2026-01-21 17:48:49','cd059dd8-9427-4704-bc36-2b7be2f8fdec'),
(81320,16,14923,NULL,4834,1,'2026-01-21 17:48:49','2026-01-21 17:48:49','df539d8a-ee63-4a0a-94b6-fa8df07cdc04'),
(81321,7,14923,NULL,6547,1,'2026-01-21 17:48:49','2026-01-21 17:48:49','5f70cae6-67a7-40df-bdb4-cf09b769340c'),
(81322,7,14923,NULL,601,2,'2026-01-21 17:48:49','2026-01-21 17:48:49','1d10efb8-afbb-45fe-954b-d7783fd832ae'),
(81323,7,14923,NULL,9640,3,'2026-01-21 17:48:49','2026-01-21 17:48:49','097a61f4-f4f9-4271-8175-3709a44f927f'),
(81324,7,14923,NULL,617,4,'2026-01-21 17:48:49','2026-01-21 17:48:49','b245c7c2-0a5c-4c64-a388-4db6223adcef'),
(81325,7,14923,NULL,605,5,'2026-01-21 17:48:49','2026-01-21 17:48:49','4fc2bb3e-7211-4706-a462-7bf70bea884d'),
(81326,82,14923,NULL,469,1,'2026-01-21 17:48:49','2026-01-21 17:48:49','6f959a43-26b6-49d0-9198-6b57ec1b1708'),
(81327,82,14923,NULL,479,2,'2026-01-21 17:48:49','2026-01-21 17:48:49','29e902c8-b30e-4c5e-aa99-90ba7c30e6f8'),
(81328,82,14923,NULL,491,3,'2026-01-21 17:48:49','2026-01-21 17:48:49','d3ff3796-3cdd-4400-899f-2d0a67a063d2'),
(81329,47,14923,NULL,10474,1,'2026-01-21 17:48:49','2026-01-21 17:48:49','832bfa67-226f-4d48-87ff-73c5abf0ab09'),
(81330,57,14923,NULL,4838,1,'2026-01-21 17:48:49','2026-01-21 17:48:49','6671e724-8c75-4e3f-b66c-58982f580dd2'),
(81331,57,14923,NULL,4836,2,'2026-01-21 17:48:49','2026-01-21 17:48:49','0b65d725-1736-417e-968a-26f1c10b8458'),
(81332,57,14923,NULL,4834,3,'2026-01-21 17:48:49','2026-01-21 17:48:49','e11f0bba-7868-44bf-a0a4-5d8156da2929'),
(81333,57,14923,NULL,4837,4,'2026-01-21 17:48:49','2026-01-21 17:48:49','d9a8fa1c-89de-4b82-8b9b-a540e6a50b8c'),
(81349,32,14929,NULL,2610,1,'2026-01-21 17:51:36','2026-01-21 17:51:36','bf8d7122-0905-453c-9d7c-b8b860d9f09e'),
(81350,32,14929,NULL,2598,2,'2026-01-21 17:51:36','2026-01-21 17:51:36','f6bb6742-987d-4eeb-bc07-ae1f20b157a3'),
(81351,32,14929,NULL,2608,3,'2026-01-21 17:51:36','2026-01-21 17:51:36','82801bcf-f936-4b48-82a9-09071909f912'),
(81352,32,14929,NULL,2600,4,'2026-01-21 17:51:36','2026-01-21 17:51:36','23c23155-d2e9-4bc4-92cd-3870a54edc52'),
(81353,32,14929,NULL,2596,5,'2026-01-21 17:51:36','2026-01-21 17:51:36','f2f3fc0e-948a-4d86-93ba-afcf4fdd9200'),
(81354,32,14929,NULL,2602,6,'2026-01-21 17:51:36','2026-01-21 17:51:36','e5b3013b-96f3-4a21-a1d9-8c54d98ca7d2'),
(81355,32,14929,NULL,2604,7,'2026-01-21 17:51:36','2026-01-21 17:51:36','8b2b4db3-747d-464f-a082-362974ba5b3d'),
(81356,32,14929,NULL,2606,8,'2026-01-21 17:51:36','2026-01-21 17:51:36','61ae61f1-3db5-485f-b49d-12c558603f14'),
(81357,32,14929,NULL,2612,9,'2026-01-21 17:51:36','2026-01-21 17:51:36','e8007885-408b-45f1-91a2-0f044d66b7e5'),
(81358,83,14929,NULL,951,1,'2026-01-21 17:51:36','2026-01-21 17:51:36','59ba22c4-15af-4af7-b0b3-26af702d11df'),
(81359,16,14929,NULL,7700,1,'2026-01-21 17:51:36','2026-01-21 17:51:36','d8dd1611-4fc6-4f8e-b57d-0a72ae7c7286'),
(81360,7,14929,NULL,2969,1,'2026-01-21 17:51:36','2026-01-21 17:51:36','f92a7d41-9053-4ff6-aed8-cd737d5a5ab7'),
(81361,7,14929,NULL,2972,2,'2026-01-21 17:51:36','2026-01-21 17:51:36','e955168b-156d-4678-9250-39ea7cb51c86'),
(81362,7,14929,NULL,2974,3,'2026-01-21 17:51:36','2026-01-21 17:51:36','36ed13f9-d40e-4be5-a5a3-eb45028e8dce'),
(81363,7,14929,NULL,617,4,'2026-01-21 17:51:36','2026-01-21 17:51:36','adcd20cd-f585-4f49-8697-7a41c0f7a609'),
(81364,7,14929,NULL,605,5,'2026-01-21 17:51:36','2026-01-21 17:51:36','336e0913-e8ad-424e-8fdb-689ce4e2c873'),
(81365,7,14929,NULL,9552,6,'2026-01-21 17:51:36','2026-01-21 17:51:36','1b2b31f1-d2d6-47cd-a92d-e8dfceb4a145'),
(81366,82,14929,NULL,479,1,'2026-01-21 17:51:36','2026-01-21 17:51:36','a4936191-046f-47f3-8541-077a049c1121'),
(81367,82,14929,NULL,491,2,'2026-01-21 17:51:36','2026-01-21 17:51:36','c745a82a-b734-40f8-8cfa-41426c74cdd2'),
(81368,57,14929,NULL,4842,1,'2026-01-21 17:51:36','2026-01-21 17:51:36','aaf6f90c-ea8c-4f0d-9630-7a321833a179'),
(81369,57,14929,NULL,4841,2,'2026-01-21 17:51:36','2026-01-21 17:51:36','aa468d5b-700f-4de5-a813-ff1df21742c0'),
(81370,57,14929,NULL,4846,3,'2026-01-21 17:51:36','2026-01-21 17:51:36','0f2b96fb-ea44-46ee-818e-9092d9a4617f'),
(81371,57,14929,NULL,4845,4,'2026-01-21 17:51:36','2026-01-21 17:51:36','c8e50ba8-0a4b-496e-9971-3f6e9c270bc0'),
(81372,57,14929,NULL,4844,5,'2026-01-21 17:51:36','2026-01-21 17:51:36','4b5370e9-2ca9-4b10-ba12-8155bb6da387'),
(81373,57,14929,NULL,4843,6,'2026-01-21 17:51:36','2026-01-21 17:51:36','edbefe06-7c07-455e-bea6-b9b6bbb4fef4'),
(81375,32,14930,NULL,2610,1,'2026-01-21 17:51:40','2026-01-21 17:51:40','7582608f-f5ae-4b2a-b838-bbf92401912a'),
(81376,32,14930,NULL,2598,2,'2026-01-21 17:51:40','2026-01-21 17:51:40','c282210d-8789-4d0c-a974-881508e6456a'),
(81377,32,14930,NULL,2608,3,'2026-01-21 17:51:40','2026-01-21 17:51:40','ef9adc12-b00b-4281-a8d2-5e2e914219cb'),
(81378,32,14930,NULL,2600,4,'2026-01-21 17:51:40','2026-01-21 17:51:40','a37f32a4-22ec-4322-8ca6-3eaa71d6cc63'),
(81379,32,14930,NULL,2596,5,'2026-01-21 17:51:40','2026-01-21 17:51:40','24a8a5b8-2ed8-4c3c-a898-d4c75e0b8869'),
(81380,32,14930,NULL,2602,6,'2026-01-21 17:51:40','2026-01-21 17:51:40','5602a1b0-b67c-481e-93aa-3f4eafb30881'),
(81381,32,14930,NULL,2604,7,'2026-01-21 17:51:40','2026-01-21 17:51:40','75602b41-7cc5-412a-a673-69b5237a1f7f'),
(81382,32,14930,NULL,2606,8,'2026-01-21 17:51:40','2026-01-21 17:51:40','8dcac336-f4c9-4d49-a918-8ede82753b93'),
(81383,32,14930,NULL,2612,9,'2026-01-21 17:51:40','2026-01-21 17:51:40','d7ef0d51-9871-4e6a-9e7c-b4dfd51e5617'),
(81384,16,14930,NULL,545,1,'2026-01-21 17:51:40','2026-01-21 17:51:40','4095005d-8fdd-44bd-b55d-8e1532544b18'),
(81385,7,14930,NULL,601,1,'2026-01-21 17:51:40','2026-01-21 17:51:40','9c202d73-3f59-496b-856c-2fd99933fc88'),
(81386,7,14930,NULL,617,2,'2026-01-21 17:51:40','2026-01-21 17:51:40','f52aae97-9a62-4ef5-ac45-4fa3a1a3e284'),
(81387,7,14930,NULL,605,3,'2026-01-21 17:51:40','2026-01-21 17:51:40','fbfde359-13e6-40ed-a2af-11de88d42355'),
(81388,7,14930,NULL,9552,4,'2026-01-21 17:51:40','2026-01-21 17:51:40','1ac7b531-5633-45fd-9046-519007b77685'),
(81389,82,14930,NULL,479,1,'2026-01-21 17:51:40','2026-01-21 17:51:40','d5773367-ff9b-47da-820b-eff499153b4a'),
(81390,82,14930,NULL,491,2,'2026-01-21 17:51:40','2026-01-21 17:51:40','7eddd7fd-1d4c-4ed7-9111-4409a7cf14ee'),
(81391,57,14930,NULL,545,1,'2026-01-21 17:51:40','2026-01-21 17:51:40','ad1a22f9-5051-4d04-aa1c-d2c81fff9036'),
(81392,57,14930,NULL,137,2,'2026-01-21 17:51:40','2026-01-21 17:51:40','7ba35326-22f6-4294-bac9-dbb718fbeccc'),
(81393,57,14930,NULL,138,3,'2026-01-21 17:51:40','2026-01-21 17:51:40','e2d132bc-6815-40e4-914d-44caf7bfe843'),
(81394,57,14930,NULL,136,4,'2026-01-21 17:51:40','2026-01-21 17:51:40','11ccd8de-395d-4e64-9050-e5fcb6a1bb9d'),
(81419,32,14933,NULL,2614,1,'2026-01-21 17:52:48','2026-01-21 17:52:48','91782232-152d-46ff-9fb4-bcce27e277e7'),
(81420,32,14933,NULL,2610,2,'2026-01-21 17:52:48','2026-01-21 17:52:48','74e353d0-9c9f-4064-b22d-34c6688865b9'),
(81421,32,14933,NULL,2598,3,'2026-01-21 17:52:48','2026-01-21 17:52:48','0ccc274d-1826-49bb-a6c9-51377f6df3ee'),
(81422,32,14933,NULL,2608,4,'2026-01-21 17:52:48','2026-01-21 17:52:48','209a2248-48e6-4cae-81ff-7c1a52fc0c48'),
(81423,32,14933,NULL,2600,5,'2026-01-21 17:52:48','2026-01-21 17:52:48','841cc180-66bd-4357-be3c-28f155f71e92'),
(81424,32,14933,NULL,2596,6,'2026-01-21 17:52:48','2026-01-21 17:52:48','d725d576-2e08-4140-8ab1-3806a15c7a85'),
(81425,32,14933,NULL,2602,7,'2026-01-21 17:52:48','2026-01-21 17:52:48','68045f03-cd0e-46fd-af5e-52263fe14f55'),
(81426,32,14933,NULL,2604,8,'2026-01-21 17:52:48','2026-01-21 17:52:48','171e7503-8762-4c79-b27c-902b5ce9ce12'),
(81427,32,14933,NULL,2606,9,'2026-01-21 17:52:48','2026-01-21 17:52:48','1cbeb86c-1919-4b10-ac51-538d478389c6'),
(81428,32,14933,NULL,2612,10,'2026-01-21 17:52:48','2026-01-21 17:52:48','d39587d2-c05a-4e9e-96af-226ac0cde931'),
(81429,16,14933,NULL,3158,1,'2026-01-21 17:52:48','2026-01-21 17:52:48','a5b8255c-7349-480f-85f5-65d0ca225095'),
(81430,7,14933,NULL,2969,1,'2026-01-21 17:52:48','2026-01-21 17:52:48','b2a4e4c8-2922-474b-b576-fd2782ad548f'),
(81431,7,14933,NULL,2974,2,'2026-01-21 17:52:48','2026-01-21 17:52:48','efeb739b-98f0-446e-9af3-facac8dc47c9'),
(81432,7,14933,NULL,617,3,'2026-01-21 17:52:48','2026-01-21 17:52:48','c8447df2-e3b2-4d02-894a-3a211bb4cfe9'),
(81433,7,14933,NULL,605,4,'2026-01-21 17:52:48','2026-01-21 17:52:48','d53cfa65-3735-45fe-b757-4fd74bd2187f'),
(81434,7,14933,NULL,9552,5,'2026-01-21 17:52:48','2026-01-21 17:52:48','3f1634c2-bf17-4ecf-86a0-f9f311f5bb88'),
(81435,82,14933,NULL,479,1,'2026-01-21 17:52:48','2026-01-21 17:52:48','3e4fee38-706e-4cb5-b9a1-f0d14832e1b7'),
(81436,57,14933,NULL,7838,1,'2026-01-21 17:52:48','2026-01-21 17:52:48','93f8110b-9af9-452c-910d-6e8c617bac2a'),
(81437,57,14933,NULL,7840,2,'2026-01-21 17:52:48','2026-01-21 17:52:48','0effb72b-ebda-4ca2-9402-f01b4212af37'),
(81438,57,14933,NULL,7839,3,'2026-01-21 17:52:48','2026-01-21 17:52:48','db4928cb-f1f1-41c0-82ae-b5ec08f653b1'),
(81439,57,14933,NULL,7841,4,'2026-01-21 17:52:48','2026-01-21 17:52:48','2be6eeec-f208-4abc-815e-c103100a2b3b'),
(81440,57,14933,NULL,7842,5,'2026-01-21 17:52:48','2026-01-21 17:52:48','8b204b64-aaf3-4667-87ed-b4132a4137b7'),
(81464,22,1487,NULL,14938,1,'2026-01-21 17:55:10','2026-01-21 17:55:10','57b24199-d7d7-44e4-9ee0-d44e751c7de4'),
(81465,32,14940,NULL,2610,1,'2026-01-21 17:55:10','2026-01-21 17:55:10','9f4af046-89b7-4d88-bd62-d85143230b66'),
(81466,32,14940,NULL,2598,2,'2026-01-21 17:55:10','2026-01-21 17:55:10','cb2d7c75-8c75-4568-8c88-81ca495e56fd'),
(81467,32,14940,NULL,2608,3,'2026-01-21 17:55:10','2026-01-21 17:55:10','cb9ab84d-2256-4f4b-9d2f-494563124461'),
(81468,32,14940,NULL,2600,4,'2026-01-21 17:55:10','2026-01-21 17:55:10','4f04b4db-b25e-483e-a231-07baf1df06e0'),
(81469,32,14940,NULL,2596,5,'2026-01-21 17:55:10','2026-01-21 17:55:10','bcc91f2d-f0ed-4733-adf5-f16fff39aeb3'),
(81470,32,14940,NULL,2602,6,'2026-01-21 17:55:10','2026-01-21 17:55:10','9da9c3d0-eaac-4586-af6d-51b911e92939'),
(81471,32,14940,NULL,2604,7,'2026-01-21 17:55:10','2026-01-21 17:55:10','4a09c1ea-2845-4180-8c87-6df94c51fcf3'),
(81472,32,14940,NULL,2606,8,'2026-01-21 17:55:10','2026-01-21 17:55:10','d01deb79-5e39-470d-881f-b114202b014e'),
(81473,32,14940,NULL,2612,9,'2026-01-21 17:55:10','2026-01-21 17:55:10','3c64b290-1fb1-42d2-84c4-5d4a9f2c1f55'),
(81474,16,14940,NULL,545,1,'2026-01-21 17:55:10','2026-01-21 17:55:10','71243a80-8bfd-4aee-bfce-5f83ff5c2d59'),
(81475,7,14940,NULL,601,1,'2026-01-21 17:55:10','2026-01-21 17:55:10','0542dbc7-69a7-40d3-be8e-74703cbcdecb'),
(81476,7,14940,NULL,617,2,'2026-01-21 17:55:10','2026-01-21 17:55:10','f7b3db1e-b6a4-429c-a1db-e42f604368a7'),
(81477,7,14940,NULL,605,3,'2026-01-21 17:55:10','2026-01-21 17:55:10','fd9d57b1-7eb9-43bd-840b-45b2853319ae'),
(81478,7,14940,NULL,9552,4,'2026-01-21 17:55:10','2026-01-21 17:55:10','f385d730-5202-49b5-a577-6b8dd34f388d'),
(81479,82,14940,NULL,479,1,'2026-01-21 17:55:10','2026-01-21 17:55:10','c42ac079-20f7-441c-9266-0c595b61b3ab'),
(81480,82,14940,NULL,491,2,'2026-01-21 17:55:10','2026-01-21 17:55:10','96aac33d-9c2e-4372-ae1c-a4c0132177df'),
(81481,57,14940,NULL,545,1,'2026-01-21 17:55:10','2026-01-21 17:55:10','f166e8f7-2bba-4ed5-b649-27a560caa81e'),
(81482,57,14940,NULL,137,2,'2026-01-21 17:55:10','2026-01-21 17:55:10','e5122050-e085-4287-a5f4-9f37c827b600'),
(81483,57,14940,NULL,138,3,'2026-01-21 17:55:10','2026-01-21 17:55:10','671a9d6d-ac60-402b-b81b-fdfb32636782'),
(81484,57,14940,NULL,136,4,'2026-01-21 17:55:10','2026-01-21 17:55:10','abddb5fe-1453-4e82-a0e0-0ee742980e27'),
(81486,22,14941,NULL,14938,1,'2026-01-21 17:55:10','2026-01-21 17:55:10','127fe149-f6ee-4144-b1b1-d45181f41346'),
(81539,32,14944,NULL,2610,1,'2026-01-21 17:55:47','2026-01-21 17:55:47','831e6d48-3dde-4153-9bc5-27e82a858280'),
(81540,32,14944,NULL,2598,2,'2026-01-21 17:55:47','2026-01-21 17:55:47','47bfbb2f-e50b-458d-97af-0229b010d185'),
(81541,32,14944,NULL,2608,3,'2026-01-21 17:55:47','2026-01-21 17:55:47','46f4eff9-4e03-4153-8ff3-d634d88b821a'),
(81542,32,14944,NULL,2600,4,'2026-01-21 17:55:47','2026-01-21 17:55:47','48ced4dd-fd5c-4664-9fba-a7e6bb86dc54'),
(81543,32,14944,NULL,2596,5,'2026-01-21 17:55:47','2026-01-21 17:55:47','8f1c01f8-d41f-4af0-823d-f11af65c0964'),
(81544,32,14944,NULL,2602,6,'2026-01-21 17:55:47','2026-01-21 17:55:47','219831f5-871c-41b9-a8a3-ef2ebe331a9c'),
(81545,32,14944,NULL,2604,7,'2026-01-21 17:55:47','2026-01-21 17:55:47','fe4687ef-f033-4ab6-b347-f9c7f8b03f95'),
(81546,32,14944,NULL,2606,8,'2026-01-21 17:55:47','2026-01-21 17:55:47','ca60db05-5509-4812-997d-b007b5543cd9'),
(81547,32,14944,NULL,2612,9,'2026-01-21 17:55:47','2026-01-21 17:55:47','88a0cc5f-dcae-45c4-a937-00a18d8fbd23'),
(81548,83,14944,NULL,951,1,'2026-01-21 17:55:47','2026-01-21 17:55:47','20bd0276-3351-4c03-a3ee-7fa01113b0b0'),
(81549,16,14944,NULL,7700,1,'2026-01-21 17:55:47','2026-01-21 17:55:47','96cc5792-6791-4210-890e-45a294fdc2ba'),
(81550,7,14944,NULL,2969,1,'2026-01-21 17:55:47','2026-01-21 17:55:47','5378b32d-22e8-438f-bd1d-bbfeea6e5070'),
(81551,7,14944,NULL,2972,2,'2026-01-21 17:55:47','2026-01-21 17:55:47','bdb785f8-e0d8-4027-97dd-edcb61fe65cf'),
(81552,7,14944,NULL,2974,3,'2026-01-21 17:55:47','2026-01-21 17:55:47','21255440-2513-45b8-be2a-45d48689cc24'),
(81553,7,14944,NULL,617,4,'2026-01-21 17:55:47','2026-01-21 17:55:47','d78059d5-8b26-40f8-a516-c6c3f2e51de8'),
(81554,7,14944,NULL,605,5,'2026-01-21 17:55:47','2026-01-21 17:55:47','1b396af9-da23-435e-9542-edcbbd48f893'),
(81555,7,14944,NULL,9552,6,'2026-01-21 17:55:47','2026-01-21 17:55:47','f597e441-f95f-4e4c-9289-14e9376b2f1a'),
(81556,82,14944,NULL,479,1,'2026-01-21 17:55:47','2026-01-21 17:55:47','633a35a7-1b83-4d56-b4bb-8f5593684663'),
(81557,82,14944,NULL,491,2,'2026-01-21 17:55:47','2026-01-21 17:55:47','9674109d-975c-4ba5-985a-df36cfa34dc1'),
(81558,57,14944,NULL,4842,1,'2026-01-21 17:55:47','2026-01-21 17:55:47','3ef45660-0fab-4c30-91cf-3ad3d50dcda1'),
(81559,57,14944,NULL,4841,2,'2026-01-21 17:55:47','2026-01-21 17:55:47','50c34f96-95f1-422a-9f4c-68b08fd88186'),
(81560,57,14944,NULL,4846,3,'2026-01-21 17:55:47','2026-01-21 17:55:47','da78eb9b-4288-4044-ba49-f199696cd6d3'),
(81561,57,14944,NULL,4845,4,'2026-01-21 17:55:47','2026-01-21 17:55:47','a4017e87-b8db-41d5-8f31-b13fec7eb5e4'),
(81562,57,14944,NULL,4844,5,'2026-01-21 17:55:47','2026-01-21 17:55:47','19b65754-2f9d-40ed-9ecd-0aad6c6838dc'),
(81563,57,14944,NULL,4843,6,'2026-01-21 17:55:47','2026-01-21 17:55:47','f4d10917-547d-4010-bf5c-90e87f8d9248'),
(81591,32,14948,NULL,2610,1,'2026-01-21 18:02:12','2026-01-21 18:02:12','e6a9da95-7d72-464a-8844-19b578f292d7'),
(81592,32,14948,NULL,2598,2,'2026-01-21 18:02:12','2026-01-21 18:02:12','30822574-df8c-4daa-9536-b96c56cbc10d'),
(81593,32,14948,NULL,2600,3,'2026-01-21 18:02:12','2026-01-21 18:02:12','e6b15baa-594c-4aeb-881f-2ca743a3eb3c'),
(81594,32,14948,NULL,2596,4,'2026-01-21 18:02:12','2026-01-21 18:02:12','852bdcb5-340e-4d68-af10-c355665a3737'),
(81595,32,14948,NULL,2602,5,'2026-01-21 18:02:12','2026-01-21 18:02:12','e0523184-c1eb-4b35-9b7a-a7247cdcc957'),
(81596,32,14948,NULL,2604,6,'2026-01-21 18:02:12','2026-01-21 18:02:12','c5a466e6-e1da-4f31-aef2-f320a5aef8bf'),
(81597,32,14948,NULL,2608,7,'2026-01-21 18:02:12','2026-01-21 18:02:12','4fe6e335-82d2-4400-b612-7b4134b7ed78'),
(81598,32,14948,NULL,2606,8,'2026-01-21 18:02:12','2026-01-21 18:02:12','f0137e4e-13f6-4c4c-866f-2cd1f0c4cbb6'),
(81599,32,14948,NULL,2612,9,'2026-01-21 18:02:12','2026-01-21 18:02:12','c18fd59f-3026-486b-9e70-41996de050f9'),
(81600,16,14948,NULL,9354,1,'2026-01-21 18:02:12','2026-01-21 18:02:12','901c2877-9bad-4de6-98f3-66821cb94fe2'),
(81601,7,14948,NULL,6547,1,'2026-01-21 18:02:12','2026-01-21 18:02:12','c50019f4-b720-4766-8f33-52bd6ae61610'),
(81602,7,14948,NULL,601,2,'2026-01-21 18:02:12','2026-01-21 18:02:12','efb47007-14ca-41d9-a8b8-0dce1f45ddc1'),
(81603,7,14948,NULL,3093,3,'2026-01-21 18:02:12','2026-01-21 18:02:12','aef02cd7-9b83-45c6-8af7-8f6902a0c411'),
(81604,7,14948,NULL,617,4,'2026-01-21 18:02:12','2026-01-21 18:02:12','ba09db0d-229b-4553-ba00-3922ba01d527'),
(81605,7,14948,NULL,605,5,'2026-01-21 18:02:12','2026-01-21 18:02:12','10b6fdf7-3e6d-4428-bb55-c3d9c2831419'),
(81606,7,14948,NULL,9552,6,'2026-01-21 18:02:12','2026-01-21 18:02:12','3bbc38c9-18d6-46ba-9324-c6fa96bfe026'),
(81607,82,14948,NULL,479,1,'2026-01-21 18:02:12','2026-01-21 18:02:12','7763a413-629c-4fe6-8b81-38ac4ec48460'),
(81608,82,14948,NULL,491,2,'2026-01-21 18:02:12','2026-01-21 18:02:12','acc244b0-75a0-42ca-b072-a2a5905b252f'),
(81609,57,14948,NULL,7778,1,'2026-01-21 18:02:12','2026-01-21 18:02:12','d4d4177d-19c1-4dc2-8652-a4d47fdbbaf2'),
(81610,57,14948,NULL,7779,2,'2026-01-21 18:02:12','2026-01-21 18:02:12','646e23d2-e2f7-4304-b4b3-7154e9d8edc3'),
(81611,57,14948,NULL,7780,3,'2026-01-21 18:02:12','2026-01-21 18:02:12','9f90f8da-1831-4551-ab6f-ad74fab96f12'),
(81612,57,14948,NULL,7781,4,'2026-01-21 18:02:12','2026-01-21 18:02:12','9a2fc9b8-48ee-46d0-a486-2bf275aee8aa'),
(81613,57,14948,NULL,7783,5,'2026-01-21 18:02:12','2026-01-21 18:02:12','80fe54ce-8bb5-4fae-b136-a3604b0f0f1f'),
(81614,57,14948,NULL,7784,6,'2026-01-21 18:02:12','2026-01-21 18:02:12','e94e4db1-7839-4397-9fdb-a16c2fe83cab'),
(81615,57,14948,NULL,7785,7,'2026-01-21 18:02:12','2026-01-21 18:02:12','5285f44d-9e7d-4465-af5e-b004d4dd4a19'),
(81639,47,2,NULL,14954,1,'2026-01-21 18:19:29','2026-01-21 18:19:29','5b3a531d-7f30-45b0-8c75-1a3b65b1bc22'),
(81640,32,14955,NULL,2610,1,'2026-01-21 18:19:30','2026-01-21 18:19:30','9f627ced-6402-4058-8586-66bf4c390fbf'),
(81641,32,14955,NULL,2598,2,'2026-01-21 18:19:30','2026-01-21 18:19:30','9800565a-5cee-4499-b2d8-461c67ccf77b'),
(81642,32,14955,NULL,2608,3,'2026-01-21 18:19:30','2026-01-21 18:19:30','bae60c6b-cab3-4745-aba5-c9fe8ba21eef'),
(81643,32,14955,NULL,2600,4,'2026-01-21 18:19:30','2026-01-21 18:19:30','b36e5dc9-491a-4a2b-b634-106dd08f7093'),
(81644,32,14955,NULL,2596,5,'2026-01-21 18:19:30','2026-01-21 18:19:30','1e4f8dcb-fa10-4475-9a67-dee31cd63acc'),
(81645,32,14955,NULL,2602,6,'2026-01-21 18:19:30','2026-01-21 18:19:30','19b749d9-797a-4a63-97ca-868c03acbebb'),
(81646,32,14955,NULL,2604,7,'2026-01-21 18:19:30','2026-01-21 18:19:30','9312483e-97e4-498b-9dc1-da57c7701502'),
(81647,32,14955,NULL,2606,8,'2026-01-21 18:19:30','2026-01-21 18:19:30','3697908b-6870-420f-9fdc-f7dc233d3d2c'),
(81648,32,14955,NULL,2612,9,'2026-01-21 18:19:30','2026-01-21 18:19:30','ee263a4e-6e26-41d6-9381-18c85f5b8d80'),
(81649,16,14955,NULL,545,1,'2026-01-21 18:19:30','2026-01-21 18:19:30','c97e0cd6-d051-436f-8b7e-634e2e268d88'),
(81650,7,14955,NULL,601,1,'2026-01-21 18:19:30','2026-01-21 18:19:30','e5ad9c0f-aeb3-47ea-b415-9336c0942f1b'),
(81651,7,14955,NULL,617,2,'2026-01-21 18:19:30','2026-01-21 18:19:30','178f5b3a-8c67-46d2-b9d7-c710f1fe6c79'),
(81652,7,14955,NULL,605,3,'2026-01-21 18:19:30','2026-01-21 18:19:30','bde597db-8b87-4f69-b4b4-f16a7fb438c4'),
(81653,7,14955,NULL,9552,4,'2026-01-21 18:19:30','2026-01-21 18:19:30','4f1a16b8-913f-4552-b719-00c214448a07'),
(81654,82,14955,NULL,479,1,'2026-01-21 18:19:30','2026-01-21 18:19:30','28141247-d642-41dd-a104-1ddad558634d'),
(81655,82,14955,NULL,491,2,'2026-01-21 18:19:30','2026-01-21 18:19:30','32a42c88-9597-440f-84c4-be02b7824a67'),
(81656,47,14955,NULL,14954,1,'2026-01-21 18:19:30','2026-01-21 18:19:30','d8a3360e-6007-4726-ade1-2c5d6fc72c73'),
(81657,57,14955,NULL,545,1,'2026-01-21 18:19:30','2026-01-21 18:19:30','aa747e07-82c9-4c95-93b8-b8b36871505b'),
(81658,57,14955,NULL,137,2,'2026-01-21 18:19:30','2026-01-21 18:19:30','9bb2b8fa-69e9-4145-805a-2cb814f21135'),
(81659,57,14955,NULL,138,3,'2026-01-21 18:19:30','2026-01-21 18:19:30','feeb83b9-25e2-49f3-9f21-fa0aa4e5f9b2'),
(81660,57,14955,NULL,136,4,'2026-01-21 18:19:30','2026-01-21 18:19:30','3543b37f-1b76-42ae-9456-f201d875bc0b'),
(81684,32,14957,NULL,2610,1,'2026-01-21 18:20:01','2026-01-21 18:20:01','49881f7b-3757-41b9-a140-c1599836258d'),
(81685,32,14957,NULL,2598,2,'2026-01-21 18:20:01','2026-01-21 18:20:01','0b708f82-0434-476b-bc6c-6ea845d0f140'),
(81686,32,14957,NULL,2608,3,'2026-01-21 18:20:01','2026-01-21 18:20:01','b1b79263-d5ce-4c9c-b12c-aacc7ff81f87'),
(81687,32,14957,NULL,2600,4,'2026-01-21 18:20:01','2026-01-21 18:20:01','c6451344-560f-46c1-932b-e275c9891ab9'),
(81688,32,14957,NULL,2596,5,'2026-01-21 18:20:01','2026-01-21 18:20:01','3160a865-92bf-464d-9922-a79bd2f59a5d'),
(81689,32,14957,NULL,2602,6,'2026-01-21 18:20:01','2026-01-21 18:20:01','8603b880-a65f-45c7-9738-7b6f59028657'),
(81690,32,14957,NULL,2604,7,'2026-01-21 18:20:01','2026-01-21 18:20:01','d2bb812c-e6c0-4415-b975-37c6a10f2a14'),
(81691,32,14957,NULL,2606,8,'2026-01-21 18:20:01','2026-01-21 18:20:01','3fbce6e9-8f90-4e20-92c0-50d42c4e85ae'),
(81692,32,14957,NULL,2612,9,'2026-01-21 18:20:01','2026-01-21 18:20:01','e63712da-5034-434d-95bc-68d600ed1cb5'),
(81693,16,14957,NULL,545,1,'2026-01-21 18:20:01','2026-01-21 18:20:01','5002545e-db1f-4150-b5c6-72787231ba1f'),
(81694,7,14957,NULL,601,1,'2026-01-21 18:20:01','2026-01-21 18:20:01','a97982d0-af1b-42f2-b944-aa4266fbeb68'),
(81695,7,14957,NULL,617,2,'2026-01-21 18:20:01','2026-01-21 18:20:01','4a5ccbfb-94f5-41e9-bf00-26b249d98cca'),
(81696,7,14957,NULL,605,3,'2026-01-21 18:20:01','2026-01-21 18:20:01','0c0f54cd-7394-4180-a239-d2b4c74e7ccf'),
(81697,7,14957,NULL,9552,4,'2026-01-21 18:20:01','2026-01-21 18:20:01','7fece7f3-a353-46f9-9155-588daf69560d'),
(81698,82,14957,NULL,479,1,'2026-01-21 18:20:01','2026-01-21 18:20:01','bfbecf93-df51-4f5b-a197-5bf3b5d9d26c'),
(81699,82,14957,NULL,491,2,'2026-01-21 18:20:01','2026-01-21 18:20:01','dcc52112-74cf-4f00-ba02-db3fa2f0b802'),
(81700,47,14957,NULL,14954,1,'2026-01-21 18:20:01','2026-01-21 18:20:01','7194f3c7-2cfa-4d7f-a521-5088097a4361'),
(81701,57,14957,NULL,545,1,'2026-01-21 18:20:01','2026-01-21 18:20:01','211af323-dd1d-4b04-88ea-9ecd8b842eff'),
(81702,57,14957,NULL,137,2,'2026-01-21 18:20:01','2026-01-21 18:20:01','de316a0e-7205-4f87-aa7a-1199db5881e6'),
(81703,57,14957,NULL,138,3,'2026-01-21 18:20:01','2026-01-21 18:20:01','4891c28b-8f8b-4a38-814d-a4949669ddba'),
(81704,57,14957,NULL,136,4,'2026-01-21 18:20:01','2026-01-21 18:20:01','2d2b8f31-3363-4e6a-bd4c-c5b39e55d8e4'),
(81707,47,945,NULL,14958,1,'2026-01-21 18:20:20','2026-01-21 18:20:20','d99f3d68-4c50-4c8b-8871-6f5990baeb54'),
(81708,32,14959,NULL,2610,1,'2026-01-21 18:20:20','2026-01-21 18:20:20','ea3e0118-1124-4047-99b0-a2c3427fc648'),
(81709,32,14959,NULL,2598,2,'2026-01-21 18:20:20','2026-01-21 18:20:20','7f70d796-830a-4114-8eb4-cc4ea9780a70'),
(81710,32,14959,NULL,2608,3,'2026-01-21 18:20:20','2026-01-21 18:20:20','70393fdc-a03d-4bd4-8bc0-a0ecf1a5b034'),
(81711,32,14959,NULL,2600,4,'2026-01-21 18:20:20','2026-01-21 18:20:20','86e74d5f-fc61-4b41-ae42-eb9b4340865e'),
(81712,32,14959,NULL,2596,5,'2026-01-21 18:20:20','2026-01-21 18:20:20','eda98550-6236-44dd-af7d-842173842179'),
(81713,32,14959,NULL,2602,6,'2026-01-21 18:20:20','2026-01-21 18:20:20','90952704-1a71-4848-bf0d-e37a473ca02f'),
(81714,32,14959,NULL,2604,7,'2026-01-21 18:20:20','2026-01-21 18:20:20','4f5b2d61-1c1b-47cf-a6a4-cf3787af1954'),
(81715,32,14959,NULL,2606,8,'2026-01-21 18:20:20','2026-01-21 18:20:20','99146213-8726-45e6-be8a-c97c747055c9'),
(81716,32,14959,NULL,2612,9,'2026-01-21 18:20:20','2026-01-21 18:20:20','501f7d43-dd52-46b9-a5b4-7f2403df8672'),
(81717,83,14959,NULL,951,1,'2026-01-21 18:20:20','2026-01-21 18:20:20','1e56c8d1-49a7-4ef3-839b-65b2477a3f16'),
(81718,16,14959,NULL,7700,1,'2026-01-21 18:20:20','2026-01-21 18:20:20','662a53d5-c4fb-4c02-ad73-48b6b16c1eab'),
(81719,7,14959,NULL,2969,1,'2026-01-21 18:20:20','2026-01-21 18:20:20','2972fd70-2e0b-4494-8057-d41c5240ec2c'),
(81720,7,14959,NULL,2972,2,'2026-01-21 18:20:20','2026-01-21 18:20:20','78dac836-418c-4f92-82bf-7656d2272cce'),
(81721,7,14959,NULL,2974,3,'2026-01-21 18:20:20','2026-01-21 18:20:20','7e32ce10-d235-4d4e-a04c-dd90783a699b'),
(81722,7,14959,NULL,617,4,'2026-01-21 18:20:20','2026-01-21 18:20:20','b0a84e43-514d-406b-9729-d6d448274679'),
(81723,7,14959,NULL,605,5,'2026-01-21 18:20:20','2026-01-21 18:20:20','45c294f5-9e75-4235-b5b5-1fa721777c16'),
(81724,7,14959,NULL,9552,6,'2026-01-21 18:20:20','2026-01-21 18:20:20','49f318b7-2bdb-4b1f-8ecb-8cf5357cbff7'),
(81725,82,14959,NULL,479,1,'2026-01-21 18:20:20','2026-01-21 18:20:20','c21e0dc6-86d7-49aa-a06c-0d2ff56028a6'),
(81726,82,14959,NULL,491,2,'2026-01-21 18:20:20','2026-01-21 18:20:20','3cc40d62-f82d-46e9-818c-225cd26bf78b'),
(81727,47,14959,NULL,14958,1,'2026-01-21 18:20:20','2026-01-21 18:20:20','ecc02ff8-461f-499b-8902-834962502c47'),
(81728,57,14959,NULL,4842,1,'2026-01-21 18:20:20','2026-01-21 18:20:20','1038a1b7-c861-4629-b2f7-f193b2002d7b'),
(81729,57,14959,NULL,4841,2,'2026-01-21 18:20:20','2026-01-21 18:20:20','4b975a0f-819f-43e5-9613-0ab7c8b51d4f'),
(81730,57,14959,NULL,4846,3,'2026-01-21 18:20:20','2026-01-21 18:20:20','540ea92a-aadd-4601-9df8-b0df88078e1d'),
(81731,57,14959,NULL,4845,4,'2026-01-21 18:20:20','2026-01-21 18:20:20','a1f0e9df-8d2a-45bb-a496-43e6a81060eb'),
(81732,57,14959,NULL,4844,5,'2026-01-21 18:20:20','2026-01-21 18:20:20','3b59624b-3ce0-4f4c-9da2-fcc6e0969600'),
(81733,57,14959,NULL,4843,6,'2026-01-21 18:20:20','2026-01-21 18:20:20','90e5e0b0-370a-47bd-8bd3-2b3bac1656f2'),
(81762,32,14961,NULL,2610,1,'2026-01-21 18:20:23','2026-01-21 18:20:23','1d5ca6a8-53d1-4431-ac5c-4c54f0f5d391'),
(81763,32,14961,NULL,2598,2,'2026-01-21 18:20:23','2026-01-21 18:20:23','84a1d084-5e44-460e-a974-b9f38366b37d'),
(81764,32,14961,NULL,2608,3,'2026-01-21 18:20:23','2026-01-21 18:20:23','ce634ce8-9491-421d-a669-ce7d8f323366'),
(81765,32,14961,NULL,2600,4,'2026-01-21 18:20:23','2026-01-21 18:20:23','f3f53156-c37c-4638-aae1-ba7e22c00b82'),
(81766,32,14961,NULL,2596,5,'2026-01-21 18:20:23','2026-01-21 18:20:23','2b0e6e71-eebc-415d-9572-cb5f6aed7073'),
(81767,32,14961,NULL,2602,6,'2026-01-21 18:20:23','2026-01-21 18:20:23','598a95b3-a41a-4268-8e58-4479387fd148'),
(81768,32,14961,NULL,2604,7,'2026-01-21 18:20:23','2026-01-21 18:20:23','8b2753b0-9847-4409-8fc2-df2f1bc33a14'),
(81769,32,14961,NULL,2606,8,'2026-01-21 18:20:23','2026-01-21 18:20:23','28069cf6-8726-47dd-a729-c4f1a188de30'),
(81770,32,14961,NULL,2612,9,'2026-01-21 18:20:23','2026-01-21 18:20:23','26d3ae31-97bd-40fc-abe5-fef131214459'),
(81771,83,14961,NULL,951,1,'2026-01-21 18:20:23','2026-01-21 18:20:23','a747fc98-f10f-4072-af65-36d2dd7f9caf'),
(81772,16,14961,NULL,7700,1,'2026-01-21 18:20:23','2026-01-21 18:20:23','c74d59b4-ae7e-4271-9cb0-9b53c5651565'),
(81773,7,14961,NULL,2969,1,'2026-01-21 18:20:23','2026-01-21 18:20:23','1a28ed9e-4fa6-491d-9004-11c782012658'),
(81774,7,14961,NULL,2972,2,'2026-01-21 18:20:23','2026-01-21 18:20:23','a5101afa-aa55-45d1-b47d-576fb3de9a7f'),
(81775,7,14961,NULL,2974,3,'2026-01-21 18:20:23','2026-01-21 18:20:23','017091a5-f827-4a0f-903f-c7cc55d0240f'),
(81776,7,14961,NULL,617,4,'2026-01-21 18:20:23','2026-01-21 18:20:23','cabaf87a-6fb3-4bf0-8bc6-58dbc6087ff7'),
(81777,7,14961,NULL,605,5,'2026-01-21 18:20:23','2026-01-21 18:20:23','5e4e295d-5f9f-4b15-b554-5dccbc172d39'),
(81778,7,14961,NULL,9552,6,'2026-01-21 18:20:23','2026-01-21 18:20:23','4335e1ef-c27e-4973-b6de-cc0d6210f2e1'),
(81779,82,14961,NULL,479,1,'2026-01-21 18:20:23','2026-01-21 18:20:23','7e75e32a-3f80-4a8f-bed0-3cbc076ad03d'),
(81780,82,14961,NULL,491,2,'2026-01-21 18:20:23','2026-01-21 18:20:23','d7eb29e0-f96a-4fed-a01f-8e8e805f3471'),
(81781,47,14961,NULL,14958,1,'2026-01-21 18:20:23','2026-01-21 18:20:23','b8888881-882d-4fb7-8c2a-0556c9c4b03d'),
(81782,57,14961,NULL,4842,1,'2026-01-21 18:20:23','2026-01-21 18:20:23','0468f0f0-e2e5-4c47-a4a2-82dff1d1764b'),
(81783,57,14961,NULL,4841,2,'2026-01-21 18:20:23','2026-01-21 18:20:23','d746640e-1e78-40ca-af76-96ed573fddba'),
(81784,57,14961,NULL,4846,3,'2026-01-21 18:20:23','2026-01-21 18:20:23','9dd70b15-cbe1-4894-94e1-2e652065bd00'),
(81785,57,14961,NULL,4845,4,'2026-01-21 18:20:23','2026-01-21 18:20:23','f8d6477b-38f2-4841-b42f-1d752059f4a3'),
(81786,57,14961,NULL,4844,5,'2026-01-21 18:20:23','2026-01-21 18:20:23','a5477cd6-6323-4f5a-8201-2be42965d4ce'),
(81787,57,14961,NULL,4843,6,'2026-01-21 18:20:23','2026-01-21 18:20:23','e4f7b791-cbc8-4b73-acfc-e2e25ed80c97'),
(81815,47,957,NULL,14963,1,'2026-01-21 18:20:39','2026-01-21 18:20:39','04b44c17-7f49-4a86-a6f5-68bf85fa2449'),
(81816,32,14964,NULL,2610,1,'2026-01-21 18:20:39','2026-01-21 18:20:39','4ee252c5-e585-472b-817b-9a9e628280ee'),
(81817,32,14964,NULL,2598,2,'2026-01-21 18:20:39','2026-01-21 18:20:39','f02a8eb0-8d15-4e8a-8adb-c6850cfd623a'),
(81818,32,14964,NULL,2608,3,'2026-01-21 18:20:39','2026-01-21 18:20:39','db0367db-051f-4673-b30f-e55840c84593'),
(81819,32,14964,NULL,2600,4,'2026-01-21 18:20:39','2026-01-21 18:20:39','6930d5d6-d4f2-4cc6-8fd0-5b1a1b677ddc'),
(81820,32,14964,NULL,2596,5,'2026-01-21 18:20:39','2026-01-21 18:20:39','8501d750-6654-41ae-9a56-3dfb5c9fd8fa'),
(81821,32,14964,NULL,2602,6,'2026-01-21 18:20:39','2026-01-21 18:20:39','d143af0f-daa6-426c-9663-650f08dcdc64'),
(81822,32,14964,NULL,2604,7,'2026-01-21 18:20:39','2026-01-21 18:20:39','38161f71-5b75-425f-912b-fb0527ef8e91'),
(81823,32,14964,NULL,2606,8,'2026-01-21 18:20:39','2026-01-21 18:20:39','54cab4c7-3ba5-46d4-ab7b-d78394894fff'),
(81824,32,14964,NULL,2612,9,'2026-01-21 18:20:39','2026-01-21 18:20:39','8757ad1b-28b6-4070-8f10-148372bdcaee'),
(81825,16,14964,NULL,7707,1,'2026-01-21 18:20:39','2026-01-21 18:20:39','b0a26a68-5417-4aba-9c58-35ffcb0488fa'),
(81826,7,14964,NULL,2969,1,'2026-01-21 18:20:39','2026-01-21 18:20:39','2142e9b8-6836-4e9b-a2b0-b27bd4503d2c'),
(81827,7,14964,NULL,3027,2,'2026-01-21 18:20:39','2026-01-21 18:20:39','8fd27f5d-2722-42eb-aaab-16a23f055ff8'),
(81828,7,14964,NULL,9727,3,'2026-01-21 18:20:39','2026-01-21 18:20:39','d4478622-9c7e-4a49-a219-342044bcd464'),
(81829,7,14964,NULL,617,4,'2026-01-21 18:20:39','2026-01-21 18:20:39','afc47ee9-9e6e-472b-9293-9ac7041f2617'),
(81830,7,14964,NULL,605,5,'2026-01-21 18:20:39','2026-01-21 18:20:39','e976f2cf-edd8-4e19-8a49-009b4d81fc44'),
(81831,82,14964,NULL,479,1,'2026-01-21 18:20:39','2026-01-21 18:20:39','e26b2666-eb26-4c47-b5d2-6e47ef704afb'),
(81832,82,14964,NULL,491,2,'2026-01-21 18:20:39','2026-01-21 18:20:39','a6edc9a2-ed48-4e5c-8855-b3de4fe3d22c'),
(81833,46,14964,NULL,7369,1,'2026-01-21 18:20:39','2026-01-21 18:20:39','70630b84-ed98-4842-844c-971ab0023372'),
(81834,47,14964,NULL,14963,1,'2026-01-21 18:20:39','2026-01-21 18:20:39','61a3ba27-0d53-4fc6-ba9c-68a4fd0a2ce7'),
(81835,57,14964,NULL,4923,1,'2026-01-21 18:20:39','2026-01-21 18:20:39','d70f96d4-791e-44e2-a044-be50c9c34fc8'),
(81836,57,14964,NULL,4920,2,'2026-01-21 18:20:39','2026-01-21 18:20:39','27651deb-3f74-44b7-908f-d758eb9888ca'),
(81837,57,14964,NULL,4921,3,'2026-01-21 18:20:39','2026-01-21 18:20:39','70b85a4b-f572-4f08-b2b4-d2299fc51cc1'),
(81838,57,14964,NULL,4922,4,'2026-01-21 18:20:39','2026-01-21 18:20:39','2d70f0b6-bf54-4338-9d67-ae7c19948a28'),
(81839,57,14964,NULL,4924,5,'2026-01-21 18:20:39','2026-01-21 18:20:39','d4dfb09c-3219-4896-9287-ff899a47571c'),
(81840,57,14964,NULL,7722,6,'2026-01-21 18:20:39','2026-01-21 18:20:39','fdd61dbb-d795-4984-86d5-8c758786957e'),
(81868,32,14966,NULL,2610,1,'2026-01-21 18:20:44','2026-01-21 18:20:44','094b8adb-6fd5-4c91-8a2d-ef6228ff2fc3'),
(81869,32,14966,NULL,2598,2,'2026-01-21 18:20:44','2026-01-21 18:20:44','9cfc1cee-9fc1-442a-818e-41b1762bafee'),
(81870,32,14966,NULL,2608,3,'2026-01-21 18:20:44','2026-01-21 18:20:44','25f52653-4c1d-4ac5-9866-e82f8187b083'),
(81871,32,14966,NULL,2600,4,'2026-01-21 18:20:44','2026-01-21 18:20:44','7cdbf205-3a48-496a-894e-a5bba5c5eb63'),
(81872,32,14966,NULL,2596,5,'2026-01-21 18:20:44','2026-01-21 18:20:44','737e6148-33fc-4487-8a7c-41ca9f1d5731'),
(81873,32,14966,NULL,2602,6,'2026-01-21 18:20:44','2026-01-21 18:20:44','87284016-0bb3-4106-a588-1341cf3f7cd5'),
(81874,32,14966,NULL,2604,7,'2026-01-21 18:20:44','2026-01-21 18:20:44','62a5a89a-2f94-4e5b-b574-afd8b9f461f9'),
(81875,32,14966,NULL,2606,8,'2026-01-21 18:20:44','2026-01-21 18:20:44','c0533216-f830-4939-a4ac-f19953f200c8'),
(81876,32,14966,NULL,2612,9,'2026-01-21 18:20:44','2026-01-21 18:20:44','c594de43-b9fe-4b62-ace2-a00c81258f37'),
(81877,16,14966,NULL,7707,1,'2026-01-21 18:20:44','2026-01-21 18:20:44','bdabf1c2-2240-4261-aaf7-2dec48674c7f'),
(81878,7,14966,NULL,2969,1,'2026-01-21 18:20:44','2026-01-21 18:20:44','76fef14f-8174-49b2-ba4b-54eb105ee026'),
(81879,7,14966,NULL,3027,2,'2026-01-21 18:20:44','2026-01-21 18:20:44','5898841e-866d-48fe-9729-68755d86a120'),
(81880,7,14966,NULL,9727,3,'2026-01-21 18:20:44','2026-01-21 18:20:44','62e8b25c-e28e-4ffd-af6a-9c5e33078129'),
(81881,7,14966,NULL,617,4,'2026-01-21 18:20:44','2026-01-21 18:20:44','a3ea9356-dfd5-4309-b038-522daa6221c3'),
(81882,7,14966,NULL,605,5,'2026-01-21 18:20:44','2026-01-21 18:20:44','1283da9e-2272-4899-9176-c34be139c652'),
(81883,82,14966,NULL,479,1,'2026-01-21 18:20:44','2026-01-21 18:20:44','3ab825de-660b-4d91-82d9-74617253caa5'),
(81884,82,14966,NULL,491,2,'2026-01-21 18:20:44','2026-01-21 18:20:44','d21e3080-cad7-415b-acd0-044bc59ad70e'),
(81885,46,14966,NULL,7369,1,'2026-01-21 18:20:44','2026-01-21 18:20:44','8a6e2b67-a241-444d-937d-55dda8f41415'),
(81886,47,14966,NULL,14963,1,'2026-01-21 18:20:44','2026-01-21 18:20:44','288e5417-4f08-4add-8081-5c340bf81e50'),
(81887,57,14966,NULL,4923,1,'2026-01-21 18:20:44','2026-01-21 18:20:44','f8fe655b-274c-4382-b0b1-11143ec1bc79'),
(81888,57,14966,NULL,4920,2,'2026-01-21 18:20:44','2026-01-21 18:20:44','ab93964e-0894-421c-b973-7b8ea19472a4'),
(81889,57,14966,NULL,4921,3,'2026-01-21 18:20:44','2026-01-21 18:20:44','9e8d1ade-8609-484f-8a0c-8398c1a6edd9'),
(81890,57,14966,NULL,4922,4,'2026-01-21 18:20:44','2026-01-21 18:20:44','c0991a4a-ed34-468a-ba02-b831f64ca193'),
(81891,57,14966,NULL,4924,5,'2026-01-21 18:20:44','2026-01-21 18:20:44','af7a1f40-dc85-404b-abc0-f3ab66e1900a'),
(81892,57,14966,NULL,7722,6,'2026-01-21 18:20:44','2026-01-21 18:20:44','3936f659-d48c-4ebb-a16a-a48e7d01d83a'),
(81895,47,963,NULL,14967,1,'2026-01-21 18:21:00','2026-01-21 18:21:00','26dfd982-3582-4f11-b3be-83b9a235469c'),
(81896,32,14968,NULL,2610,1,'2026-01-21 18:21:00','2026-01-21 18:21:00','07aad0cf-ad9c-4cf5-8575-4fa40c0eb665'),
(81897,32,14968,NULL,2598,2,'2026-01-21 18:21:00','2026-01-21 18:21:00','384c17d4-42db-4b06-8910-0efd3e5a12f7'),
(81898,32,14968,NULL,2624,3,'2026-01-21 18:21:00','2026-01-21 18:21:00','d1da5705-60e6-4b50-a50d-af81c58f0f67'),
(81899,32,14968,NULL,2600,4,'2026-01-21 18:21:00','2026-01-21 18:21:00','59e63b77-a58c-45c2-b7a8-01eabcf952a8'),
(81900,32,14968,NULL,2596,5,'2026-01-21 18:21:00','2026-01-21 18:21:00','22c81689-bcdb-4016-a2bc-bf7baaf106c7'),
(81901,32,14968,NULL,2602,6,'2026-01-21 18:21:00','2026-01-21 18:21:00','0c66253e-da9b-4adc-bc8a-deed799ce125'),
(81902,32,14968,NULL,2606,7,'2026-01-21 18:21:00','2026-01-21 18:21:00','5b295208-b60b-49dc-8e9f-abab659bab38'),
(81903,32,14968,NULL,2612,8,'2026-01-21 18:21:00','2026-01-21 18:21:00','16b38223-731b-4627-b983-5b43a5609db8'),
(81904,32,14968,NULL,2604,9,'2026-01-21 18:21:00','2026-01-21 18:21:00','f0010721-f248-4c88-816e-8b1dbbe6fcd6'),
(81905,32,14968,NULL,2608,10,'2026-01-21 18:21:00','2026-01-21 18:21:00','7b75a1de-56e3-4134-9d43-faad33969454'),
(81906,16,14968,NULL,11819,1,'2026-01-21 18:21:00','2026-01-21 18:21:00','a58a65c6-3a23-43a2-9eff-071e69616bfb'),
(81907,7,14968,NULL,2969,1,'2026-01-21 18:21:00','2026-01-21 18:21:00','d3b117b5-5572-48e4-a41a-995b2a27a74d'),
(81908,7,14968,NULL,617,2,'2026-01-21 18:21:00','2026-01-21 18:21:00','1f27c343-4aca-40e8-ab4b-46717d025132'),
(81909,7,14968,NULL,605,3,'2026-01-21 18:21:00','2026-01-21 18:21:00','5da345b2-c084-43d1-a9c8-8bf64d6432f8'),
(81910,7,14968,NULL,9552,4,'2026-01-21 18:21:00','2026-01-21 18:21:00','aa61a728-a7c0-421a-8274-bb2a0c8911d6'),
(81911,82,14968,NULL,491,1,'2026-01-21 18:21:00','2026-01-21 18:21:00','edd109f2-2335-4ac3-b96a-b57ef4a7563e'),
(81912,46,14968,NULL,2891,1,'2026-01-21 18:21:00','2026-01-21 18:21:00','6d00b06e-cedc-4057-ad4b-aaf2df8c456f'),
(81913,47,14968,NULL,14967,1,'2026-01-21 18:21:00','2026-01-21 18:21:00','6259227a-290e-4b7d-bc54-3b7feb357815'),
(81914,57,14968,NULL,4927,1,'2026-01-21 18:21:00','2026-01-21 18:21:00','d1f43b60-ecfc-4bd9-83c4-372fcc10c5d8'),
(81915,57,14968,NULL,7772,2,'2026-01-21 18:21:00','2026-01-21 18:21:00','7725d74a-10fc-485b-81bc-0966fc4052d5'),
(81916,57,14968,NULL,4931,3,'2026-01-21 18:21:00','2026-01-21 18:21:00','337836c0-97db-48bd-bcec-a692726dc7d3'),
(81917,57,14968,NULL,4930,4,'2026-01-21 18:21:00','2026-01-21 18:21:00','c29c997c-7910-45c1-a777-3f45542c3c52'),
(81918,57,14968,NULL,4932,5,'2026-01-21 18:21:00','2026-01-21 18:21:00','1216aebd-d1af-4007-8002-cfd5ca88a259'),
(81919,57,14968,NULL,4933,6,'2026-01-21 18:21:00','2026-01-21 18:21:00','383c7624-51af-4708-b70f-acc932af0a77'),
(81920,57,14968,NULL,4934,7,'2026-01-21 18:21:00','2026-01-21 18:21:00','82b5727a-cc54-4fb3-820b-da08bd027db7'),
(81921,57,14968,NULL,4935,8,'2026-01-21 18:21:00','2026-01-21 18:21:00','7bb710f9-39ac-47cb-b2be-b6bf4d2e28ca'),
(81922,57,14968,NULL,7739,9,'2026-01-21 18:21:00','2026-01-21 18:21:00','1c4f5f4e-b62b-4b9b-bce5-e7120e4f6709'),
(81923,57,14968,NULL,7740,10,'2026-01-21 18:21:00','2026-01-21 18:21:00','d6d65b00-9eb8-4222-bcbf-33619379fa67'),
(81924,57,14968,NULL,7741,11,'2026-01-21 18:21:00','2026-01-21 18:21:00','e272968e-8711-487a-a550-87fed90e8aad'),
(81953,47,969,NULL,14970,1,'2026-01-21 18:21:31','2026-01-21 18:21:31','14babc37-74de-4cf9-8a8f-e0847504033e'),
(81954,32,14971,NULL,2610,1,'2026-01-21 18:21:31','2026-01-21 18:21:31','25541894-0076-4f87-9e3d-97caf4d3fe31'),
(81955,32,14971,NULL,2598,2,'2026-01-21 18:21:31','2026-01-21 18:21:31','b55d90da-a57a-4e5e-875f-44b739232d11'),
(81956,32,14971,NULL,2600,3,'2026-01-21 18:21:31','2026-01-21 18:21:31','d97b0240-0bc7-44f4-b92a-7c73ea3e1016'),
(81957,32,14971,NULL,2596,4,'2026-01-21 18:21:31','2026-01-21 18:21:31','9aa93c19-492b-448d-bd1f-464c2083b91e'),
(81958,32,14971,NULL,2602,5,'2026-01-21 18:21:31','2026-01-21 18:21:31','dc5c41b9-0d51-48a9-b90c-6d4de5f20496'),
(81959,32,14971,NULL,2604,6,'2026-01-21 18:21:31','2026-01-21 18:21:31','93226e6b-e67c-4d49-89b9-31ec26f3864b'),
(81960,32,14971,NULL,2608,7,'2026-01-21 18:21:31','2026-01-21 18:21:31','76d4213d-78d9-4f26-93dd-add0794c61ce'),
(81961,32,14971,NULL,2606,8,'2026-01-21 18:21:31','2026-01-21 18:21:31','b82b69dd-5f42-4b09-83a7-9960e6e5f978'),
(81962,32,14971,NULL,2612,9,'2026-01-21 18:21:31','2026-01-21 18:21:31','e6d67263-ebed-461c-9746-57948146ed77'),
(81963,16,14971,NULL,9354,1,'2026-01-21 18:21:31','2026-01-21 18:21:31','d082538a-5910-429a-8b8a-965b8a1ab8a4'),
(81964,7,14971,NULL,6547,1,'2026-01-21 18:21:31','2026-01-21 18:21:31','101b0df0-6bc2-4a93-8c77-c49a2db6f849'),
(81965,7,14971,NULL,601,2,'2026-01-21 18:21:31','2026-01-21 18:21:31','f24bb905-8631-48eb-a9e1-34f363e90dd1'),
(81966,7,14971,NULL,3093,3,'2026-01-21 18:21:31','2026-01-21 18:21:31','cba09e81-bd2f-4e7c-a613-46683488f2c8'),
(81967,7,14971,NULL,617,4,'2026-01-21 18:21:31','2026-01-21 18:21:31','a376a66d-a358-42b1-9983-a53976705b84'),
(81968,7,14971,NULL,605,5,'2026-01-21 18:21:31','2026-01-21 18:21:31','a2e238f0-1783-44c0-a2ec-83cdae3b5c21'),
(81969,7,14971,NULL,9552,6,'2026-01-21 18:21:31','2026-01-21 18:21:31','66cb8ae6-d182-450a-9ad2-240b40c9cd4a'),
(81970,82,14971,NULL,479,1,'2026-01-21 18:21:31','2026-01-21 18:21:31','23599b78-d87b-41dc-9478-4a02814500eb'),
(81971,82,14971,NULL,491,2,'2026-01-21 18:21:31','2026-01-21 18:21:31','45988504-47c6-4d53-b913-9780714ae6b1'),
(81972,47,14971,NULL,14970,1,'2026-01-21 18:21:31','2026-01-21 18:21:31','d0483f4a-1507-45c2-8f7b-8ede500f55d2'),
(81973,57,14971,NULL,7778,1,'2026-01-21 18:21:31','2026-01-21 18:21:31','d6055100-063a-4f90-b140-5d5fe400140f'),
(81974,57,14971,NULL,7779,2,'2026-01-21 18:21:31','2026-01-21 18:21:31','44578988-2f69-4bc2-9dbf-ab4fc43300e3'),
(81975,57,14971,NULL,7780,3,'2026-01-21 18:21:31','2026-01-21 18:21:31','250e8464-4278-45a7-b555-7637394309de'),
(81976,57,14971,NULL,7781,4,'2026-01-21 18:21:31','2026-01-21 18:21:31','6406a541-d67d-4a9a-87fa-e71660a6b513'),
(81977,57,14971,NULL,7783,5,'2026-01-21 18:21:31','2026-01-21 18:21:31','a941046f-cf56-46e1-ae71-d82969feac53'),
(81978,57,14971,NULL,7784,6,'2026-01-21 18:21:31','2026-01-21 18:21:31','630a4a97-aea6-4c01-9562-4956fa612902'),
(81979,57,14971,NULL,7785,7,'2026-01-21 18:21:31','2026-01-21 18:21:31','fac36e1a-7bc0-447b-8cc9-e4ec867157d9'),
(82011,47,975,NULL,14975,1,'2026-01-21 18:21:56','2026-01-21 18:21:56','27edd6ec-b183-4a61-901f-ea33c656fca0'),
(82012,32,14976,NULL,2614,1,'2026-01-21 18:21:56','2026-01-21 18:21:56','654d3ea5-8969-48e8-92c9-7c17e1251fe3'),
(82013,32,14976,NULL,2610,2,'2026-01-21 18:21:56','2026-01-21 18:21:56','909c6fa6-b273-497b-8c9f-9d7a9685fbc6'),
(82014,32,14976,NULL,2598,3,'2026-01-21 18:21:56','2026-01-21 18:21:56','f79259d6-b545-4143-9d09-8812c38a9aa1'),
(82015,32,14976,NULL,2608,4,'2026-01-21 18:21:56','2026-01-21 18:21:56','44e70a4b-af37-46af-aa18-9f1abb5ea999'),
(82016,32,14976,NULL,2600,5,'2026-01-21 18:21:56','2026-01-21 18:21:56','805c47ae-3242-46b8-a7cf-a54ba49f2cd1'),
(82017,32,14976,NULL,2596,6,'2026-01-21 18:21:56','2026-01-21 18:21:56','45f778a3-96b1-48f3-83e4-df6d9767c2ed'),
(82018,32,14976,NULL,2602,7,'2026-01-21 18:21:56','2026-01-21 18:21:56','fb882c31-492c-4217-8a30-178e73b35111'),
(82019,32,14976,NULL,2604,8,'2026-01-21 18:21:56','2026-01-21 18:21:56','49146d0c-451c-43ef-9148-d1f6f0eb4f66'),
(82020,32,14976,NULL,2606,9,'2026-01-21 18:21:56','2026-01-21 18:21:56','7fbcf43f-a3d9-4ea9-8631-bc966a9b0640'),
(82021,32,14976,NULL,2612,10,'2026-01-21 18:21:56','2026-01-21 18:21:56','cf1f348c-1603-4654-8fe9-8d248103cb40'),
(82022,16,14976,NULL,7791,1,'2026-01-21 18:21:56','2026-01-21 18:21:56','65f8cb04-e87b-4976-8c4d-ad67a48c8532'),
(82023,7,14976,NULL,601,1,'2026-01-21 18:21:56','2026-01-21 18:21:56','cbb76c52-3ebb-44ee-953d-8b312a9cc63c'),
(82024,7,14976,NULL,9735,2,'2026-01-21 18:21:56','2026-01-21 18:21:56','d6d0a3a1-c994-47b0-be49-28999d447367'),
(82025,7,14976,NULL,617,3,'2026-01-21 18:21:56','2026-01-21 18:21:56','43cb7391-4c24-43b0-99cf-188b109026de'),
(82026,7,14976,NULL,9640,4,'2026-01-21 18:21:56','2026-01-21 18:21:56','90521315-70e2-4d6e-85fe-07c3966d6bb8'),
(82027,7,14976,NULL,2974,5,'2026-01-21 18:21:56','2026-01-21 18:21:56','63a02266-c29e-46b0-8cfc-530742ab7603'),
(82028,7,14976,NULL,605,6,'2026-01-21 18:21:56','2026-01-21 18:21:56','347bec34-d5af-4286-b2bb-59b8d4c35e7e'),
(82029,7,14976,NULL,9549,7,'2026-01-21 18:21:56','2026-01-21 18:21:56','390b6486-4d7c-4e09-9a7c-328450b12b60'),
(82030,7,14976,NULL,9552,8,'2026-01-21 18:21:56','2026-01-21 18:21:56','787606a4-abf8-4a59-a7ad-2294b5553db7'),
(82031,82,14976,NULL,479,1,'2026-01-21 18:21:56','2026-01-21 18:21:56','c1c5ffea-0561-44bd-a866-2fa50eea5359'),
(82032,47,14976,NULL,14975,1,'2026-01-21 18:21:56','2026-01-21 18:21:56','0ecd8b0e-8908-497c-b2f1-c8661943e6be'),
(82033,57,14976,NULL,7829,1,'2026-01-21 18:21:56','2026-01-21 18:21:56','ab0cfb8a-b39e-4a89-8e0d-3a946ccf841c'),
(82034,57,14976,NULL,7830,2,'2026-01-21 18:21:56','2026-01-21 18:21:56','ecb0b2e0-528c-487c-bae4-daf9f4782ece'),
(82035,57,14976,NULL,7833,3,'2026-01-21 18:21:56','2026-01-21 18:21:56','14a02c7c-d94a-4897-a25b-958a273563eb'),
(82036,57,14976,NULL,7831,4,'2026-01-21 18:21:56','2026-01-21 18:21:56','d604df99-dde4-41b3-9648-c1b0f9ed04a8'),
(82037,57,14976,NULL,7826,5,'2026-01-21 18:21:56','2026-01-21 18:21:56','153459cf-e130-414e-a8ad-3cb49f3e7448'),
(82038,57,14976,NULL,7828,6,'2026-01-21 18:21:56','2026-01-21 18:21:56','02cc6b0b-a196-4fd4-8fee-c5f4e9b89825'),
(82039,57,14976,NULL,7827,7,'2026-01-21 18:21:56','2026-01-21 18:21:56','2647e686-eb41-48c6-b751-2044274a62e5'),
(82040,57,14976,NULL,7832,8,'2026-01-21 18:21:56','2026-01-21 18:21:56','fa31fb1d-7441-4109-bbf5-af14ca4ff9db'),
(82072,32,14978,NULL,2614,1,'2026-01-21 18:21:59','2026-01-21 18:21:59','78bbd4ec-9640-47bb-9c4e-5c9131499d84'),
(82073,32,14978,NULL,2610,2,'2026-01-21 18:21:59','2026-01-21 18:21:59','73205235-3da5-4ca3-8ab1-1a69e09d6d97'),
(82074,32,14978,NULL,2598,3,'2026-01-21 18:21:59','2026-01-21 18:21:59','5f23b889-0557-4e0b-8daf-c163fea4f239'),
(82075,32,14978,NULL,2608,4,'2026-01-21 18:21:59','2026-01-21 18:21:59','ddcc12b3-26d3-4ded-9b69-3b7c04275f77'),
(82076,32,14978,NULL,2600,5,'2026-01-21 18:21:59','2026-01-21 18:21:59','7d7e7957-a873-4fa9-a6e5-48f1e54a2e90'),
(82077,32,14978,NULL,2596,6,'2026-01-21 18:21:59','2026-01-21 18:21:59','7f283732-a922-43a0-af25-b20d42e97c25'),
(82078,32,14978,NULL,2602,7,'2026-01-21 18:21:59','2026-01-21 18:21:59','4eae975d-7dc5-4b67-8089-a81881c4d416'),
(82079,32,14978,NULL,2604,8,'2026-01-21 18:21:59','2026-01-21 18:21:59','79d44bc8-0d76-4b7f-93ab-97744064d156'),
(82080,32,14978,NULL,2606,9,'2026-01-21 18:21:59','2026-01-21 18:21:59','eb1f9e52-783e-4c0c-9142-b86e97941ea2'),
(82081,32,14978,NULL,2612,10,'2026-01-21 18:21:59','2026-01-21 18:21:59','3be60a6d-19c4-4873-b568-782d4e822883'),
(82082,16,14978,NULL,7791,1,'2026-01-21 18:21:59','2026-01-21 18:21:59','36b7bc19-9397-4e1a-8041-370898fffb4d'),
(82083,7,14978,NULL,601,1,'2026-01-21 18:21:59','2026-01-21 18:21:59','5ac84ec0-b99d-459a-9175-99b6ab696f7b'),
(82084,7,14978,NULL,9735,2,'2026-01-21 18:21:59','2026-01-21 18:21:59','a7c76a8c-b2c1-4ea4-b07c-a28d5635375c'),
(82085,7,14978,NULL,617,3,'2026-01-21 18:21:59','2026-01-21 18:21:59','059adffc-18fa-4cd4-bfbb-7049137a06d9'),
(82086,7,14978,NULL,9640,4,'2026-01-21 18:21:59','2026-01-21 18:21:59','4a93d598-6c97-492b-a217-ca4b35a82961'),
(82087,7,14978,NULL,2974,5,'2026-01-21 18:21:59','2026-01-21 18:21:59','c4fe93c4-4ac9-4661-b424-9de65833d9bc'),
(82088,7,14978,NULL,605,6,'2026-01-21 18:21:59','2026-01-21 18:21:59','f9fb9da3-2984-446e-b86d-4c83e1f44ef2'),
(82089,7,14978,NULL,9549,7,'2026-01-21 18:21:59','2026-01-21 18:21:59','95097f92-f719-4631-9bee-85fee960a85f'),
(82090,7,14978,NULL,9552,8,'2026-01-21 18:21:59','2026-01-21 18:21:59','c778ab67-2e14-456d-a494-824a15635e49'),
(82091,82,14978,NULL,479,1,'2026-01-21 18:21:59','2026-01-21 18:21:59','6e0a8286-c008-42f2-9232-7355ae915bbb'),
(82092,47,14978,NULL,14975,1,'2026-01-21 18:21:59','2026-01-21 18:21:59','028dc38f-1441-48ca-b127-f5b73dce61a6'),
(82093,57,14978,NULL,7829,1,'2026-01-21 18:21:59','2026-01-21 18:21:59','0994bee2-4e32-4f2b-903f-58105cf42f5e'),
(82094,57,14978,NULL,7830,2,'2026-01-21 18:21:59','2026-01-21 18:21:59','707a4dbc-20af-4a66-8229-f1d7ab4fc348'),
(82095,57,14978,NULL,7833,3,'2026-01-21 18:21:59','2026-01-21 18:21:59','2245020d-2668-44f1-800a-aa1624c0a1f4'),
(82096,57,14978,NULL,7831,4,'2026-01-21 18:21:59','2026-01-21 18:21:59','6877b590-5bd4-4bc0-affc-6bbc38fb1e83'),
(82097,57,14978,NULL,7826,5,'2026-01-21 18:21:59','2026-01-21 18:21:59','f25a39dd-493c-44b2-a502-5e0548271574'),
(82098,57,14978,NULL,7828,6,'2026-01-21 18:21:59','2026-01-21 18:21:59','e6086d79-a9c2-43fb-9c83-f5b12a93c1c1'),
(82099,57,14978,NULL,7827,7,'2026-01-21 18:21:59','2026-01-21 18:21:59','ee593bc0-15bc-4c4a-ba86-1c2a694d233f'),
(82100,57,14978,NULL,7832,8,'2026-01-21 18:21:59','2026-01-21 18:21:59','2b129102-38c0-48e1-82dd-f5ed04f9146e'),
(82132,32,14980,NULL,2614,1,'2026-01-21 18:22:16','2026-01-21 18:22:16','e0704065-6b2e-4ab0-843c-977258500749'),
(82133,32,14980,NULL,2610,2,'2026-01-21 18:22:16','2026-01-21 18:22:16','5719c633-8b7c-4662-a22c-92200644191b'),
(82134,32,14980,NULL,2598,3,'2026-01-21 18:22:16','2026-01-21 18:22:16','8dcf4e20-7cfe-48cb-b07f-86cdb754c22a'),
(82135,32,14980,NULL,2608,4,'2026-01-21 18:22:16','2026-01-21 18:22:16','5e6fd605-7f45-4361-8731-13ccc3c968c7'),
(82136,32,14980,NULL,2600,5,'2026-01-21 18:22:16','2026-01-21 18:22:16','38381c68-65ab-4e57-bda3-ac9eab9ddc16'),
(82137,32,14980,NULL,2596,6,'2026-01-21 18:22:16','2026-01-21 18:22:16','2ed1f9b5-aa44-496c-8b3a-208fd8c2bc2b'),
(82138,32,14980,NULL,2602,7,'2026-01-21 18:22:16','2026-01-21 18:22:16','23183740-18e0-4af6-9ade-7ed448100593'),
(82139,32,14980,NULL,2604,8,'2026-01-21 18:22:16','2026-01-21 18:22:16','d27684f4-bf33-4415-b290-16752c76d857'),
(82140,32,14980,NULL,2606,9,'2026-01-21 18:22:16','2026-01-21 18:22:16','6d717fce-baf3-4449-ab72-1bc275717adf'),
(82141,32,14980,NULL,2612,10,'2026-01-21 18:22:16','2026-01-21 18:22:16','e73a1841-03ec-428f-b421-c4b54eedb0f2'),
(82142,16,14980,NULL,7791,1,'2026-01-21 18:22:16','2026-01-21 18:22:16','eaf49dc7-3b9f-4ad5-81c8-356235ffc540'),
(82143,7,14980,NULL,601,1,'2026-01-21 18:22:16','2026-01-21 18:22:16','1660e089-00db-4bba-b4ff-c55ccb06608b'),
(82144,7,14980,NULL,9735,2,'2026-01-21 18:22:16','2026-01-21 18:22:16','6630543f-8ad1-4a6b-9d32-a76ab9c7290b'),
(82145,7,14980,NULL,617,3,'2026-01-21 18:22:16','2026-01-21 18:22:16','734c08f0-28c3-44da-9c55-5f321688af6b'),
(82146,7,14980,NULL,9640,4,'2026-01-21 18:22:16','2026-01-21 18:22:16','6bc4330e-ea6c-4be6-8269-d24e1278a0c8'),
(82147,7,14980,NULL,2974,5,'2026-01-21 18:22:16','2026-01-21 18:22:16','5da78eb8-8696-4b53-b5d2-8e84f9fae0f3'),
(82148,7,14980,NULL,605,6,'2026-01-21 18:22:16','2026-01-21 18:22:16','ee0e94f4-7b09-449b-8123-f29236bcc85b'),
(82149,7,14980,NULL,9549,7,'2026-01-21 18:22:16','2026-01-21 18:22:16','061612ed-bdf1-4b94-a9b3-d1e30e9e4d2a'),
(82150,7,14980,NULL,9552,8,'2026-01-21 18:22:16','2026-01-21 18:22:16','370ecd6e-3d6c-42a8-b9e2-7eecf5e18b3b'),
(82151,47,14980,NULL,14975,1,'2026-01-21 18:22:16','2026-01-21 18:22:16','66ff897e-490c-45f2-814b-815bd5f6c1ae'),
(82152,57,14980,NULL,7829,1,'2026-01-21 18:22:16','2026-01-21 18:22:16','27709201-ba5f-4299-b40c-5a493453802e'),
(82153,57,14980,NULL,7830,2,'2026-01-21 18:22:16','2026-01-21 18:22:16','62dc829c-3848-4619-997f-98adf6c88d1c'),
(82154,57,14980,NULL,7833,3,'2026-01-21 18:22:16','2026-01-21 18:22:16','557fe1a0-7c93-42e9-92b1-e9f0f3c3ecc5'),
(82155,57,14980,NULL,7831,4,'2026-01-21 18:22:16','2026-01-21 18:22:16','57dd5fdb-c815-4d60-86f4-35b651d76bd0'),
(82156,57,14980,NULL,7826,5,'2026-01-21 18:22:16','2026-01-21 18:22:16','cb4ad5e0-19d4-4d0e-8c6a-5a2b485c331c'),
(82157,57,14980,NULL,7828,6,'2026-01-21 18:22:16','2026-01-21 18:22:16','f2177577-43c3-4680-8412-3a48d3492fae'),
(82158,57,14980,NULL,7827,7,'2026-01-21 18:22:16','2026-01-21 18:22:16','8bb3948d-86c2-450d-bddb-2e5f1b86c721'),
(82159,57,14980,NULL,7832,8,'2026-01-21 18:22:16','2026-01-21 18:22:16','8c576d61-1f13-4ffc-9d02-f5a7e89345f2'),
(82214,47,981,NULL,14983,1,'2026-01-21 18:23:48','2026-01-21 18:23:48','f2dcb1f0-1b63-4d5a-9219-b61538eadfc3'),
(82215,32,14984,NULL,2614,1,'2026-01-21 18:23:48','2026-01-21 18:23:48','a3566910-9c04-490f-83f4-beee7d3cf507'),
(82216,32,14984,NULL,2610,2,'2026-01-21 18:23:48','2026-01-21 18:23:48','04749be2-1275-4de5-a6e6-f8056e72ccc5'),
(82217,32,14984,NULL,2598,3,'2026-01-21 18:23:48','2026-01-21 18:23:48','3aed1d37-adb3-4bd6-a454-6417b3fa2bd2'),
(82218,32,14984,NULL,2608,4,'2026-01-21 18:23:48','2026-01-21 18:23:48','2a6fe5bf-a2d7-4c3d-87cf-dbcb6afa5b5b'),
(82219,32,14984,NULL,2600,5,'2026-01-21 18:23:48','2026-01-21 18:23:48','6b95c2b6-3cee-4517-b294-a9a6c74c9947'),
(82220,32,14984,NULL,2596,6,'2026-01-21 18:23:48','2026-01-21 18:23:48','2a9d2bdc-64b2-4260-9c73-bda0d89ebfa3'),
(82221,32,14984,NULL,2602,7,'2026-01-21 18:23:48','2026-01-21 18:23:48','388af0e2-38c8-4255-9404-a9a0f2869722'),
(82222,32,14984,NULL,2604,8,'2026-01-21 18:23:48','2026-01-21 18:23:48','b42b276f-5bbb-455c-9ee3-4c1c70754356'),
(82223,32,14984,NULL,2606,9,'2026-01-21 18:23:48','2026-01-21 18:23:48','bf818571-b663-49f5-b663-4d4e134547f2'),
(82224,32,14984,NULL,2612,10,'2026-01-21 18:23:48','2026-01-21 18:23:48','2045e86a-c354-4b4f-9bd3-926ca02d1634'),
(82225,16,14984,NULL,3158,1,'2026-01-21 18:23:48','2026-01-21 18:23:48','b431b364-5246-4274-8363-30ff8d04c3fa'),
(82226,7,14984,NULL,2969,1,'2026-01-21 18:23:48','2026-01-21 18:23:48','313c1b32-539f-415d-85af-9db757148493'),
(82227,7,14984,NULL,2974,2,'2026-01-21 18:23:48','2026-01-21 18:23:48','96fed4fe-885b-4fee-9177-5153340d47e3'),
(82228,7,14984,NULL,617,3,'2026-01-21 18:23:48','2026-01-21 18:23:48','f70c4b45-4ee9-4538-8780-5b69b83d0f8b'),
(82229,7,14984,NULL,605,4,'2026-01-21 18:23:48','2026-01-21 18:23:48','f948d1bf-e3df-4ae5-a1a9-67923ead23a2'),
(82230,7,14984,NULL,9552,5,'2026-01-21 18:23:48','2026-01-21 18:23:48','561c82c5-e987-4d6a-bb2b-bb4ab4aaee96'),
(82231,47,14984,NULL,14983,1,'2026-01-21 18:23:48','2026-01-21 18:23:48','23ec4ac1-58a7-4985-aaa9-5ee1e8feb14c'),
(82232,57,14984,NULL,7838,1,'2026-01-21 18:23:48','2026-01-21 18:23:48','6a7cd674-e2c2-4f56-a295-703422967905'),
(82233,57,14984,NULL,7840,2,'2026-01-21 18:23:48','2026-01-21 18:23:48','07769278-51e9-4861-9468-2db082d460d5'),
(82234,57,14984,NULL,7839,3,'2026-01-21 18:23:48','2026-01-21 18:23:48','4d1a8728-863f-4dde-9351-4a4c4cda5e60'),
(82235,57,14984,NULL,7841,4,'2026-01-21 18:23:48','2026-01-21 18:23:48','f1c3f4f9-be20-4a34-a4bd-a2dbd80fd1a1'),
(82236,57,14984,NULL,7842,5,'2026-01-21 18:23:48','2026-01-21 18:23:48','71b38f51-d535-44f9-918d-38cbb50f1bde'),
(82260,32,14986,NULL,2610,1,'2026-01-21 18:24:07','2026-01-21 18:24:07','f59c1fcd-cc10-4b04-896b-b724c2eb89e0'),
(82261,32,14986,NULL,2598,2,'2026-01-21 18:24:07','2026-01-21 18:24:07','f0147f05-37ee-47a6-a7c6-d1634a86c035'),
(82262,32,14986,NULL,2608,3,'2026-01-21 18:24:07','2026-01-21 18:24:07','9f299716-e013-431d-a338-2de7589864b5'),
(82263,32,14986,NULL,2600,4,'2026-01-21 18:24:07','2026-01-21 18:24:07','f5288a53-f207-49b8-ab30-32cfaa393fb0'),
(82264,32,14986,NULL,2596,5,'2026-01-21 18:24:07','2026-01-21 18:24:07','d7205eab-1342-4734-b55d-8f7f3f9d6290'),
(82265,32,14986,NULL,2602,6,'2026-01-21 18:24:07','2026-01-21 18:24:07','604dd83c-2883-4758-9137-184c294f06f6'),
(82266,32,14986,NULL,2604,7,'2026-01-21 18:24:07','2026-01-21 18:24:07','79b4b97e-a5d8-4dbc-88b1-a6c4350ee170'),
(82267,32,14986,NULL,2606,8,'2026-01-21 18:24:07','2026-01-21 18:24:07','ddbca319-7516-4a4b-a072-224cca18e305'),
(82268,32,14986,NULL,2612,9,'2026-01-21 18:24:07','2026-01-21 18:24:07','3401e498-524b-4488-8838-c39dc3241ca4'),
(82269,16,14986,NULL,545,1,'2026-01-21 18:24:07','2026-01-21 18:24:07','7d661092-68fc-4592-be1a-fd733c9bb0d5'),
(82270,7,14986,NULL,601,1,'2026-01-21 18:24:07','2026-01-21 18:24:07','5b4b9713-26dd-4a3a-9ec3-42a20ce7c8a0'),
(82271,7,14986,NULL,617,2,'2026-01-21 18:24:07','2026-01-21 18:24:07','b2c2b194-6b97-4612-ba27-64079d2b8ac9'),
(82272,7,14986,NULL,605,3,'2026-01-21 18:24:07','2026-01-21 18:24:07','b22af0c6-44e4-40e1-af0b-cc7f2995b36f'),
(82273,7,14986,NULL,9552,4,'2026-01-21 18:24:07','2026-01-21 18:24:07','ecd15f38-b2bc-420d-9587-3c95e8f618b5'),
(82274,82,14986,NULL,491,1,'2026-01-21 18:24:07','2026-01-21 18:24:07','a8400a18-f109-44c6-9fbf-9eab750cc8f5'),
(82275,47,14986,NULL,14954,1,'2026-01-21 18:24:07','2026-01-21 18:24:07','040815b3-f0ba-4a03-bd3c-ce81620620d9'),
(82276,57,14986,NULL,545,1,'2026-01-21 18:24:07','2026-01-21 18:24:07','a8c1b821-297b-4d6b-b1b4-7fb8764aa5ea'),
(82277,57,14986,NULL,137,2,'2026-01-21 18:24:07','2026-01-21 18:24:07','3553b114-a3fd-4554-8e36-45c2caab9f65'),
(82278,57,14986,NULL,138,3,'2026-01-21 18:24:07','2026-01-21 18:24:07','0d6bbe18-7007-448f-8d45-218f8dcdad00'),
(82279,57,14986,NULL,136,4,'2026-01-21 18:24:07','2026-01-21 18:24:07','21e82457-4d25-4655-9856-54c67df91d36'),
(82308,32,14988,NULL,2610,1,'2026-01-21 18:24:20','2026-01-21 18:24:20','601cf614-2a51-4caa-89c2-7251ae0c617d'),
(82309,32,14988,NULL,2598,2,'2026-01-21 18:24:20','2026-01-21 18:24:20','68f943d3-5976-4a36-adda-2316c401efa5'),
(82310,32,14988,NULL,2608,3,'2026-01-21 18:24:20','2026-01-21 18:24:20','3101e2dc-21d7-4c4f-810c-4467db7be744'),
(82311,32,14988,NULL,2600,4,'2026-01-21 18:24:20','2026-01-21 18:24:20','c7e9bc8d-a8a5-4759-93e4-c0c9fc3eafdd'),
(82312,32,14988,NULL,2596,5,'2026-01-21 18:24:20','2026-01-21 18:24:20','ddbc356d-816f-4053-b5be-27094bb247c0'),
(82313,32,14988,NULL,2602,6,'2026-01-21 18:24:20','2026-01-21 18:24:20','1f5a6a9b-d998-455d-8cfa-e9c2e2512b8e'),
(82314,32,14988,NULL,2604,7,'2026-01-21 18:24:20','2026-01-21 18:24:20','ef28e6c8-97a3-4137-b232-a68dc00305bb'),
(82315,32,14988,NULL,2606,8,'2026-01-21 18:24:20','2026-01-21 18:24:20','7168566b-2cf7-44e4-b3c6-be8d908afa6f'),
(82316,32,14988,NULL,2612,9,'2026-01-21 18:24:20','2026-01-21 18:24:20','6fab908d-4886-4749-b1d3-8445b56b8d9f'),
(82317,83,14988,NULL,951,1,'2026-01-21 18:24:20','2026-01-21 18:24:20','2e985e8e-0b47-43ed-a46d-cd5eac55662a'),
(82318,16,14988,NULL,7700,1,'2026-01-21 18:24:20','2026-01-21 18:24:20','5c941fd1-7ae9-4819-804d-f1a47b3bf0de'),
(82319,7,14988,NULL,2969,1,'2026-01-21 18:24:20','2026-01-21 18:24:20','2c3d9efc-bb6b-4067-afa0-0661d6ae487a'),
(82320,7,14988,NULL,2972,2,'2026-01-21 18:24:20','2026-01-21 18:24:20','3bf9cddb-658a-41f6-88da-9029eb56d9fb'),
(82321,7,14988,NULL,2974,3,'2026-01-21 18:24:20','2026-01-21 18:24:20','77cc0c52-d2f7-4ff5-b0ca-9d36c5f491b8'),
(82322,7,14988,NULL,617,4,'2026-01-21 18:24:20','2026-01-21 18:24:20','c1b025cd-e7d0-412b-b089-9be4f227165f'),
(82323,7,14988,NULL,605,5,'2026-01-21 18:24:20','2026-01-21 18:24:20','5099b183-da23-40a1-b9c9-b25feba94ec4'),
(82324,7,14988,NULL,9552,6,'2026-01-21 18:24:20','2026-01-21 18:24:20','31c070b8-39e6-431b-86eb-7deed7d19244'),
(82325,82,14988,NULL,491,1,'2026-01-21 18:24:20','2026-01-21 18:24:20','7fba01eb-f345-48ef-bcea-b77008efda4f'),
(82326,47,14988,NULL,14958,1,'2026-01-21 18:24:20','2026-01-21 18:24:20','9dfa1fd5-400b-408a-9b0a-ff7322ff9c71'),
(82327,57,14988,NULL,4842,1,'2026-01-21 18:24:20','2026-01-21 18:24:20','57bc8ab8-b758-4780-97e5-84f46f02bcaa'),
(82328,57,14988,NULL,4841,2,'2026-01-21 18:24:20','2026-01-21 18:24:20','c083f541-50ab-4f20-b8a9-7f170c28e13a'),
(82329,57,14988,NULL,4846,3,'2026-01-21 18:24:20','2026-01-21 18:24:20','ad214979-e975-41fe-b8d0-ecfba81b556e'),
(82330,57,14988,NULL,4845,4,'2026-01-21 18:24:20','2026-01-21 18:24:20','f4a00cd6-4942-4348-8b18-f37e694f10b2'),
(82331,57,14988,NULL,4844,5,'2026-01-21 18:24:20','2026-01-21 18:24:20','570057ee-7672-4005-95e2-40ba995a5ea7'),
(82332,57,14988,NULL,4843,6,'2026-01-21 18:24:20','2026-01-21 18:24:20','5f27f5a3-267b-47ea-80fc-ca64c580dffc'),
(82360,32,14990,NULL,2610,1,'2026-01-21 18:24:38','2026-01-21 18:24:38','d324e98a-0136-4296-a7db-60915c2d4c56'),
(82361,32,14990,NULL,2598,2,'2026-01-21 18:24:38','2026-01-21 18:24:38','6b23448d-3dd0-4e25-a4f1-97d45cfde97f'),
(82362,32,14990,NULL,2608,3,'2026-01-21 18:24:38','2026-01-21 18:24:38','593f7f21-9b35-48b2-8e19-cdfcefb0a0bd'),
(82363,32,14990,NULL,2600,4,'2026-01-21 18:24:38','2026-01-21 18:24:38','81088f7b-3f58-41b0-a625-de30bee04138'),
(82364,32,14990,NULL,2596,5,'2026-01-21 18:24:38','2026-01-21 18:24:38','c9413d54-9488-4801-b2a7-3e18491a9d6b'),
(82365,32,14990,NULL,2602,6,'2026-01-21 18:24:38','2026-01-21 18:24:38','72481448-4898-4af8-9225-1cc5a474da19'),
(82366,32,14990,NULL,2604,7,'2026-01-21 18:24:38','2026-01-21 18:24:38','52f44f57-0c1a-4503-94d9-b965a46fc9c0'),
(82367,32,14990,NULL,2606,8,'2026-01-21 18:24:38','2026-01-21 18:24:38','c903bee9-407b-46d3-91d8-8feb70ca04f4'),
(82368,32,14990,NULL,2612,9,'2026-01-21 18:24:38','2026-01-21 18:24:38','3568bcbd-0f9f-4272-8cd6-f29bd7de82e4'),
(82369,16,14990,NULL,7707,1,'2026-01-21 18:24:38','2026-01-21 18:24:38','a1a4a840-705b-47ed-aa0f-0dcae4d23b3b'),
(82370,7,14990,NULL,2969,1,'2026-01-21 18:24:38','2026-01-21 18:24:38','1951350c-74c8-485d-ba7b-e28974feca1a'),
(82371,7,14990,NULL,3027,2,'2026-01-21 18:24:38','2026-01-21 18:24:38','c572b776-6be8-4c37-b1e0-d252914c898c'),
(82372,7,14990,NULL,9727,3,'2026-01-21 18:24:38','2026-01-21 18:24:38','c857a487-a6c7-42a6-8904-c4d6d9341702'),
(82373,7,14990,NULL,617,4,'2026-01-21 18:24:38','2026-01-21 18:24:38','1051b3b8-f864-441b-b3d3-506f9cada69f'),
(82374,7,14990,NULL,605,5,'2026-01-21 18:24:38','2026-01-21 18:24:38','62ee889b-fd2d-4183-894b-aa3e2a3e8b65'),
(82375,82,14990,NULL,491,1,'2026-01-21 18:24:38','2026-01-21 18:24:38','78c474a0-aea5-4bbf-a64a-8d9f6256d607'),
(82376,46,14990,NULL,7369,1,'2026-01-21 18:24:38','2026-01-21 18:24:38','ff0f0c9f-6be5-4d4a-80f0-b73e8b5b3c9e'),
(82377,47,14990,NULL,14963,1,'2026-01-21 18:24:38','2026-01-21 18:24:38','5021abea-4955-4b30-8fa8-17cd5287feed'),
(82378,57,14990,NULL,4923,1,'2026-01-21 18:24:38','2026-01-21 18:24:38','376c25bd-04de-4010-9d5c-a6c0bf9a4c7a'),
(82379,57,14990,NULL,4920,2,'2026-01-21 18:24:38','2026-01-21 18:24:38','474eef01-5009-442e-bc98-ba985d269778'),
(82380,57,14990,NULL,4921,3,'2026-01-21 18:24:38','2026-01-21 18:24:38','56f9df62-43fb-4675-9207-c66540cbc633'),
(82381,57,14990,NULL,4922,4,'2026-01-21 18:24:38','2026-01-21 18:24:38','c3c7ff8d-1ddf-4832-ac03-f5fc962a4d5b'),
(82382,57,14990,NULL,4924,5,'2026-01-21 18:24:38','2026-01-21 18:24:38','edabebb3-f796-4278-9df8-a318710e2dd1'),
(82383,57,14990,NULL,7722,6,'2026-01-21 18:24:38','2026-01-21 18:24:38','1a823768-d1b4-4da6-bc57-37af868393e1'),
(82415,32,14992,NULL,2610,1,'2026-01-21 18:24:50','2026-01-21 18:24:50','3ba65636-47cd-4385-801a-e71a178d8132'),
(82416,32,14992,NULL,2598,2,'2026-01-21 18:24:50','2026-01-21 18:24:50','04ef9bca-7ad8-44f6-94f6-72295f484915'),
(82417,32,14992,NULL,2624,3,'2026-01-21 18:24:50','2026-01-21 18:24:50','7767456f-72da-449f-921c-6dc7e671009c'),
(82418,32,14992,NULL,2600,4,'2026-01-21 18:24:50','2026-01-21 18:24:50','4718b554-5e9b-4da6-841d-b7054ed738d2'),
(82419,32,14992,NULL,2596,5,'2026-01-21 18:24:50','2026-01-21 18:24:50','46507fae-6bcf-4e13-b494-4b0b0e63cc0b'),
(82420,32,14992,NULL,2602,6,'2026-01-21 18:24:50','2026-01-21 18:24:50','8721064d-b598-42ce-a802-db41d12fb412'),
(82421,32,14992,NULL,2606,7,'2026-01-21 18:24:50','2026-01-21 18:24:50','ab5b486e-9db1-487b-8e35-5e91b17c57a8'),
(82422,32,14992,NULL,2612,8,'2026-01-21 18:24:50','2026-01-21 18:24:50','a220a54b-6ece-4e0c-8c02-6bc577c92741'),
(82423,32,14992,NULL,2604,9,'2026-01-21 18:24:50','2026-01-21 18:24:50','e10e4674-3354-4935-a1c8-c8dfc96a51c9'),
(82424,32,14992,NULL,2608,10,'2026-01-21 18:24:50','2026-01-21 18:24:50','fca37711-8f85-43e3-b3da-1a37759df48f'),
(82425,16,14992,NULL,11819,1,'2026-01-21 18:24:50','2026-01-21 18:24:50','8ac4161c-717e-4f42-83b2-f5ca5ec433b9'),
(82426,7,14992,NULL,2969,1,'2026-01-21 18:24:50','2026-01-21 18:24:50','acdae5e9-b495-4e56-b955-d1c907dfb8f9'),
(82427,7,14992,NULL,617,2,'2026-01-21 18:24:50','2026-01-21 18:24:50','86905b83-0c88-4c2a-9377-1b435d2ce87c'),
(82428,7,14992,NULL,605,3,'2026-01-21 18:24:50','2026-01-21 18:24:50','1a5d11f3-b28f-48d6-81ec-1ba3da33b185'),
(82429,7,14992,NULL,9552,4,'2026-01-21 18:24:50','2026-01-21 18:24:50','5f4f81f3-557c-41c9-9c41-6a8f94f1e0fd'),
(82430,82,14992,NULL,491,1,'2026-01-21 18:24:50','2026-01-21 18:24:50','437aec9e-7dd8-4c51-bafd-dea8d1f09175'),
(82431,46,14992,NULL,2891,1,'2026-01-21 18:24:50','2026-01-21 18:24:50','93cf3a49-cca3-49fd-8bc6-c5b55c87e3cc'),
(82432,47,14992,NULL,14967,1,'2026-01-21 18:24:50','2026-01-21 18:24:50','4f9888ae-de18-47c8-a05a-d22688a38a79'),
(82433,57,14992,NULL,4927,1,'2026-01-21 18:24:50','2026-01-21 18:24:50','132e01e2-dffe-402d-9d16-f0916d45f51b'),
(82434,57,14992,NULL,7772,2,'2026-01-21 18:24:50','2026-01-21 18:24:50','9fc49d09-b664-4aae-8558-bb99666737ce'),
(82435,57,14992,NULL,4931,3,'2026-01-21 18:24:50','2026-01-21 18:24:50','611bfa92-0f34-4b77-ada8-20795209f045'),
(82436,57,14992,NULL,4930,4,'2026-01-21 18:24:50','2026-01-21 18:24:50','6eea52ce-833e-4f1a-bfb0-f847c4b64e41'),
(82437,57,14992,NULL,4932,5,'2026-01-21 18:24:50','2026-01-21 18:24:50','68739682-9bcd-4297-8b90-3c3718035221'),
(82438,57,14992,NULL,4933,6,'2026-01-21 18:24:50','2026-01-21 18:24:50','e8473e9c-f403-4b6a-be48-76f210507d01'),
(82439,57,14992,NULL,4934,7,'2026-01-21 18:24:50','2026-01-21 18:24:50','69333a32-1c3a-4de2-be3e-bc68bfa393ac'),
(82440,57,14992,NULL,4935,8,'2026-01-21 18:24:50','2026-01-21 18:24:50','7f078b1f-b9da-4ff6-9787-2d089faf2e81'),
(82441,57,14992,NULL,7739,9,'2026-01-21 18:24:50','2026-01-21 18:24:50','5d7630b0-f0fc-4a04-ab94-10640d552768'),
(82442,57,14992,NULL,7740,10,'2026-01-21 18:24:50','2026-01-21 18:24:50','4d281d59-6616-423a-9031-bb8a1d40091a'),
(82443,57,14992,NULL,7741,11,'2026-01-21 18:24:50','2026-01-21 18:24:50','50cc0318-e915-4f04-ba9f-478601b75365'),
(82472,32,14994,NULL,2610,1,'2026-01-21 18:25:04','2026-01-21 18:25:04','7501fee0-8134-4450-88ac-32f87de9f284'),
(82473,32,14994,NULL,2598,2,'2026-01-21 18:25:04','2026-01-21 18:25:04','f7689129-897a-41a6-925e-1f612c749157'),
(82474,32,14994,NULL,2600,3,'2026-01-21 18:25:04','2026-01-21 18:25:04','00d84a1b-9c45-4d6d-9e3d-d1bcff3a6974'),
(82475,32,14994,NULL,2596,4,'2026-01-21 18:25:04','2026-01-21 18:25:04','ff11ad2f-d005-4bd0-a5ff-51ef71d6a276'),
(82476,32,14994,NULL,2602,5,'2026-01-21 18:25:04','2026-01-21 18:25:04','4592067a-4cb6-4f0d-98d9-05191c270c49'),
(82477,32,14994,NULL,2604,6,'2026-01-21 18:25:04','2026-01-21 18:25:04','9c2de977-8acb-434d-9570-72755d2559d7'),
(82478,32,14994,NULL,2608,7,'2026-01-21 18:25:04','2026-01-21 18:25:04','b00c3c10-aaa7-4e65-b9ac-44f6e3a156e9'),
(82479,32,14994,NULL,2606,8,'2026-01-21 18:25:04','2026-01-21 18:25:04','bc52618e-9202-4a8d-94e1-bec3e1517fc7'),
(82480,32,14994,NULL,2612,9,'2026-01-21 18:25:04','2026-01-21 18:25:04','0576747a-bbe2-4c4a-a6f0-1963031e1435'),
(82481,16,14994,NULL,9354,1,'2026-01-21 18:25:04','2026-01-21 18:25:04','5c38aadd-3a32-4f29-9de3-3097d977f7de'),
(82482,7,14994,NULL,6547,1,'2026-01-21 18:25:04','2026-01-21 18:25:04','f836f70a-6e7a-46c2-a239-37b7499b7134'),
(82483,7,14994,NULL,601,2,'2026-01-21 18:25:04','2026-01-21 18:25:04','14ebb45d-9835-4605-9fc3-562092565e19'),
(82484,7,14994,NULL,3093,3,'2026-01-21 18:25:04','2026-01-21 18:25:04','e17824f3-7206-499b-a656-cf46ae90a0ad'),
(82485,7,14994,NULL,617,4,'2026-01-21 18:25:04','2026-01-21 18:25:04','61618fcf-980d-4e6c-b2e9-a0c7409202ba'),
(82486,7,14994,NULL,605,5,'2026-01-21 18:25:04','2026-01-21 18:25:04','5fd106a2-3d77-48a1-9302-23742f3b965d'),
(82487,7,14994,NULL,9552,6,'2026-01-21 18:25:04','2026-01-21 18:25:04','b24bff82-6040-4286-b2ac-0fe93233fbef'),
(82488,82,14994,NULL,491,1,'2026-01-21 18:25:04','2026-01-21 18:25:04','6c0195d6-c72a-4a6e-8111-b5a41445996c'),
(82489,47,14994,NULL,14970,1,'2026-01-21 18:25:04','2026-01-21 18:25:04','7ebb92f8-0ab4-458b-b48b-3b8fb8d3363c'),
(82490,57,14994,NULL,7778,1,'2026-01-21 18:25:04','2026-01-21 18:25:04','621ed826-8b7e-4fec-91b9-437974022ad7'),
(82491,57,14994,NULL,7779,2,'2026-01-21 18:25:04','2026-01-21 18:25:04','d7f94d7b-fd25-481d-abb1-d3014adb2925'),
(82492,57,14994,NULL,7780,3,'2026-01-21 18:25:04','2026-01-21 18:25:04','9622f444-0094-48fb-817e-bf1f8e917034'),
(82493,57,14994,NULL,7781,4,'2026-01-21 18:25:04','2026-01-21 18:25:04','e7638b89-07f3-44c4-b7ab-62c93bc3557d'),
(82494,57,14994,NULL,7783,5,'2026-01-21 18:25:04','2026-01-21 18:25:04','f02254f8-ca02-4d67-b63a-139309bf15b6'),
(82495,57,14994,NULL,7784,6,'2026-01-21 18:25:04','2026-01-21 18:25:04','c38e20c4-abb4-45c4-84ed-e1833caffee8'),
(82496,57,14994,NULL,7785,7,'2026-01-21 18:25:04','2026-01-21 18:25:04','ed8b6689-ebcc-4d02-85af-3402695b3a4d'),
(82498,32,14995,NULL,2614,1,'2026-01-21 18:25:14','2026-01-21 18:25:14','c39409e3-b1c4-41eb-ad0c-6e67222352a3'),
(82499,32,14995,NULL,2610,2,'2026-01-21 18:25:14','2026-01-21 18:25:14','3d99cb17-6571-45dd-a50a-fb7293f9e613'),
(82500,32,14995,NULL,2598,3,'2026-01-21 18:25:14','2026-01-21 18:25:14','16f9ab63-c562-4792-ad93-273a089ebae6'),
(82501,32,14995,NULL,2608,4,'2026-01-21 18:25:14','2026-01-21 18:25:14','a8624bbc-38e2-40f0-b634-4f2c73dacdb1'),
(82502,32,14995,NULL,2600,5,'2026-01-21 18:25:14','2026-01-21 18:25:14','de976b54-715b-44b6-b089-a60ae326fe25'),
(82503,32,14995,NULL,2596,6,'2026-01-21 18:25:14','2026-01-21 18:25:14','54030f82-c24e-4045-aa6f-f9393282a646'),
(82504,32,14995,NULL,2602,7,'2026-01-21 18:25:14','2026-01-21 18:25:14','26afbd53-c15d-417f-b2aa-47134fd15099'),
(82505,32,14995,NULL,2604,8,'2026-01-21 18:25:14','2026-01-21 18:25:14','0dc234fa-6ea6-467a-aa44-faaf07d8a6c2'),
(82506,32,14995,NULL,2606,9,'2026-01-21 18:25:14','2026-01-21 18:25:14','9c6503d4-49d5-47ec-82c3-c812486987bb'),
(82507,32,14995,NULL,2612,10,'2026-01-21 18:25:14','2026-01-21 18:25:14','e6e39a02-f476-4128-96e4-d88065ae7fff'),
(82508,16,14995,NULL,7791,1,'2026-01-21 18:25:14','2026-01-21 18:25:14','2737a386-a7ea-40b2-93c0-6900a5edf8c7'),
(82509,7,14995,NULL,601,1,'2026-01-21 18:25:14','2026-01-21 18:25:14','866e29e6-2e7d-4d5b-b444-482e4d8137ac'),
(82510,7,14995,NULL,9735,2,'2026-01-21 18:25:14','2026-01-21 18:25:14','7eee94af-ac9c-42c0-9767-20728ba0afc3'),
(82511,7,14995,NULL,617,3,'2026-01-21 18:25:14','2026-01-21 18:25:14','60e9ccfd-4c9a-4881-aa79-3930339649bf'),
(82512,7,14995,NULL,9640,4,'2026-01-21 18:25:14','2026-01-21 18:25:14','422538bb-6766-4fd4-9119-1ae373e8f66e'),
(82513,7,14995,NULL,2974,5,'2026-01-21 18:25:14','2026-01-21 18:25:14','a1a171b8-bea0-4ab9-816f-defcc6a595dd'),
(82514,7,14995,NULL,605,6,'2026-01-21 18:25:14','2026-01-21 18:25:14','16578675-c0fa-4161-9f9f-2eb38bbcf001'),
(82515,7,14995,NULL,9549,7,'2026-01-21 18:25:14','2026-01-21 18:25:14','52f58d26-bcf6-418d-8586-3c796e135061'),
(82516,7,14995,NULL,9552,8,'2026-01-21 18:25:14','2026-01-21 18:25:14','738a1442-a22c-4526-aa44-d501576e0445'),
(82517,47,14995,NULL,14975,1,'2026-01-21 18:25:14','2026-01-21 18:25:14','79cd4fba-55c2-4252-aee9-86f10fcccc88'),
(82518,57,14995,NULL,7829,1,'2026-01-21 18:25:14','2026-01-21 18:25:14','de5747cc-0462-4e2e-b50d-1d7abf6e5009'),
(82519,57,14995,NULL,7830,2,'2026-01-21 18:25:14','2026-01-21 18:25:14','5764ee6f-8258-4d5a-8827-ca4f3cce8ea4'),
(82520,57,14995,NULL,7833,3,'2026-01-21 18:25:14','2026-01-21 18:25:14','61f7d189-af1f-433b-8b3a-fc9b0e798a66'),
(82521,57,14995,NULL,7831,4,'2026-01-21 18:25:14','2026-01-21 18:25:14','0dbc656c-cf93-4968-bc66-132da8469ac4'),
(82522,57,14995,NULL,7826,5,'2026-01-21 18:25:14','2026-01-21 18:25:14','e44363cf-1dfa-4ac1-a78c-6a480f101f5c'),
(82523,57,14995,NULL,7828,6,'2026-01-21 18:25:14','2026-01-21 18:25:14','39fd1767-55d1-48c2-b4f0-ac9da998d015'),
(82524,57,14995,NULL,7827,7,'2026-01-21 18:25:14','2026-01-21 18:25:14','d921c01c-f2e9-4083-a2af-e2444001394b'),
(82525,57,14995,NULL,7832,8,'2026-01-21 18:25:14','2026-01-21 18:25:14','7fd6e39d-b0a6-42d2-b814-bbc246b0fdff'),
(82550,32,14997,NULL,2614,1,'2026-01-21 18:25:25','2026-01-21 18:25:25','3d92dfc9-f6ec-4011-ae73-e45e968272c8'),
(82551,32,14997,NULL,2610,2,'2026-01-21 18:25:25','2026-01-21 18:25:25','f827864b-4975-4a51-b952-7be7deacf985'),
(82552,32,14997,NULL,2598,3,'2026-01-21 18:25:25','2026-01-21 18:25:25','1b2df027-356d-4246-a671-6aaff06b86a7'),
(82553,32,14997,NULL,2608,4,'2026-01-21 18:25:25','2026-01-21 18:25:25','71774e02-fb3e-4c3c-8e83-ebc57c3f709c'),
(82554,32,14997,NULL,2600,5,'2026-01-21 18:25:25','2026-01-21 18:25:25','facf1d47-c5a7-4a52-ae7f-45ac617cb66b'),
(82555,32,14997,NULL,2596,6,'2026-01-21 18:25:25','2026-01-21 18:25:25','96b97b9f-c09c-4372-a22d-d942dfcbb24d'),
(82556,32,14997,NULL,2602,7,'2026-01-21 18:25:25','2026-01-21 18:25:25','56287d49-f124-4d90-bbd9-ea8c767a53d5'),
(82557,32,14997,NULL,2604,8,'2026-01-21 18:25:25','2026-01-21 18:25:25','1e4d90fa-f12a-4076-a33a-f7a870b7f142'),
(82558,32,14997,NULL,2606,9,'2026-01-21 18:25:25','2026-01-21 18:25:25','50589965-41fa-4ffe-be8a-dd23e784cc87'),
(82559,32,14997,NULL,2612,10,'2026-01-21 18:25:25','2026-01-21 18:25:25','478cd6b5-8bdd-4c25-baeb-5f8f616ca8db'),
(82560,16,14997,NULL,3158,1,'2026-01-21 18:25:25','2026-01-21 18:25:25','eb4d50d1-d1a0-40ad-9fee-655e41e269b2'),
(82561,7,14997,NULL,2969,1,'2026-01-21 18:25:25','2026-01-21 18:25:25','1d60367d-841f-412d-918c-83ded6d9a074'),
(82562,7,14997,NULL,2974,2,'2026-01-21 18:25:25','2026-01-21 18:25:25','f0ed5f10-7261-4185-82a5-1bce6a352203'),
(82563,7,14997,NULL,617,3,'2026-01-21 18:25:25','2026-01-21 18:25:25','fdf8ca39-b3d7-450a-8ee0-e9adbb68fc19'),
(82564,7,14997,NULL,605,4,'2026-01-21 18:25:25','2026-01-21 18:25:25','688bcbdd-563c-48d8-90cf-18001fc95efa'),
(82565,7,14997,NULL,9552,5,'2026-01-21 18:25:25','2026-01-21 18:25:25','880ec1e7-fb33-4b37-8306-df928e1faeff'),
(82566,47,14997,NULL,14983,1,'2026-01-21 18:25:25','2026-01-21 18:25:25','a027da1f-1f76-48f6-aec5-ee9c73083d1a'),
(82567,57,14997,NULL,7838,1,'2026-01-21 18:25:25','2026-01-21 18:25:25','39922f47-8515-40a8-a496-2cd43d4af4bd'),
(82568,57,14997,NULL,7840,2,'2026-01-21 18:25:25','2026-01-21 18:25:25','755b2d4d-5590-4c4b-badb-e5086b40e0d7'),
(82569,57,14997,NULL,7839,3,'2026-01-21 18:25:25','2026-01-21 18:25:25','b706084b-e4fb-4100-96ab-a99e900e38d8'),
(82570,57,14997,NULL,7841,4,'2026-01-21 18:25:25','2026-01-21 18:25:25','0476602f-8529-4dce-b05b-25c8a2c89b70'),
(82571,57,14997,NULL,7842,5,'2026-01-21 18:25:25','2026-01-21 18:25:25','d437f51c-f422-4437-a0ae-a7ae1aa3ea3a'),
(82595,47,989,NULL,14999,1,'2026-01-21 18:25:59','2026-01-21 18:25:59','17e8243a-9eca-4952-8afb-f940dd691876'),
(82596,32,15000,NULL,2610,1,'2026-01-21 18:25:59','2026-01-21 18:25:59','16741b0c-ec86-47cd-b505-f189c7c03ce6'),
(82597,32,15000,NULL,2598,2,'2026-01-21 18:25:59','2026-01-21 18:25:59','edc23ab7-0c9b-40b0-8762-f32f41fedd0b'),
(82598,32,15000,NULL,2600,3,'2026-01-21 18:25:59','2026-01-21 18:25:59','c2c34222-55ad-4718-8e26-9c76da8b5de5'),
(82599,32,15000,NULL,2596,4,'2026-01-21 18:25:59','2026-01-21 18:25:59','0c15cafe-d750-43bd-bfab-0a0b5a1396a7'),
(82600,32,15000,NULL,2602,5,'2026-01-21 18:25:59','2026-01-21 18:25:59','20fbe9fc-5433-440d-820b-c900401593da'),
(82601,32,15000,NULL,2604,6,'2026-01-21 18:25:59','2026-01-21 18:25:59','54d1896a-e338-4e4b-90b6-24f6d411a353'),
(82602,32,15000,NULL,2608,7,'2026-01-21 18:25:59','2026-01-21 18:25:59','0369b07a-6c98-4ffe-829b-d7497d1e8b7e'),
(82603,32,15000,NULL,2606,8,'2026-01-21 18:25:59','2026-01-21 18:25:59','d8d67ea4-df49-4c46-829a-3fe575df91c8'),
(82604,32,15000,NULL,2612,9,'2026-01-21 18:25:59','2026-01-21 18:25:59','8efa9694-91ca-46ee-aec4-53c0dda205fc'),
(82605,16,15000,NULL,7850,1,'2026-01-21 18:25:59','2026-01-21 18:25:59','c4a6c0d2-8fed-4e2a-8c17-69d9f74bae5b'),
(82606,7,15000,NULL,601,1,'2026-01-21 18:25:59','2026-01-21 18:25:59','f0692874-535b-4f6b-8a07-a51d0b19d0b4'),
(82607,7,15000,NULL,617,2,'2026-01-21 18:25:59','2026-01-21 18:25:59','97b65941-0818-4beb-8cfb-e0d6e150bdfd'),
(82608,7,15000,NULL,605,3,'2026-01-21 18:25:59','2026-01-21 18:25:59','56c259bf-c37c-41ec-90f0-191b91e9c343'),
(82609,7,15000,NULL,9552,4,'2026-01-21 18:25:59','2026-01-21 18:25:59','b7ee063d-e1b3-47eb-ad2d-ab662d56c163'),
(82610,82,15000,NULL,491,1,'2026-01-21 18:25:59','2026-01-21 18:25:59','e7f64053-d049-4169-ab17-4aef364ed450'),
(82611,47,15000,NULL,14999,1,'2026-01-21 18:25:59','2026-01-21 18:25:59','fa287fae-271e-46cf-93a3-a8d79c4eb27a'),
(82612,57,15000,NULL,7851,1,'2026-01-21 18:25:59','2026-01-21 18:25:59','23ebe6ca-3e41-4be2-b097-9fed8ad7f681'),
(82613,57,15000,NULL,7853,2,'2026-01-21 18:25:59','2026-01-21 18:25:59','4261f26a-b990-4de0-8edc-f3f4b7d208cf'),
(82614,57,15000,NULL,7852,3,'2026-01-21 18:25:59','2026-01-21 18:25:59','59352221-3e7d-48c9-80ca-6eb5d5e14b84'),
(82615,57,15000,NULL,3377,4,'2026-01-21 18:25:59','2026-01-21 18:25:59','67c30227-efef-4d73-a113-e9550a0b477d'),
(82643,47,995,NULL,15002,1,'2026-01-21 18:26:24','2026-01-21 18:26:24','0c9294b8-ee35-480d-a14b-d59dbb016afe'),
(82644,32,15003,NULL,2614,1,'2026-01-21 18:26:24','2026-01-21 18:26:24','88b25c3b-4e12-426c-967d-c3e6808e3d4d'),
(82645,32,15003,NULL,2610,2,'2026-01-21 18:26:24','2026-01-21 18:26:24','f97d777f-2e7a-4e87-bfd8-d2a9525cf3c1'),
(82646,32,15003,NULL,2598,3,'2026-01-21 18:26:24','2026-01-21 18:26:24','9febace0-56ad-4f5d-8ae8-930cd2cda206'),
(82647,32,15003,NULL,2600,4,'2026-01-21 18:26:24','2026-01-21 18:26:24','d85ff9d9-e35e-45d6-b0f5-5994ad459fea'),
(82648,32,15003,NULL,2596,5,'2026-01-21 18:26:24','2026-01-21 18:26:24','be556203-dea5-42a2-84f8-24552f3a5ffc'),
(82649,32,15003,NULL,2602,6,'2026-01-21 18:26:24','2026-01-21 18:26:24','0f5600a6-58be-42e9-a97e-bb91243b406b'),
(82650,32,15003,NULL,2606,7,'2026-01-21 18:26:24','2026-01-21 18:26:24','c26a95a5-32fb-42b7-9b49-66829dfc3bc1'),
(82651,32,15003,NULL,2604,8,'2026-01-21 18:26:24','2026-01-21 18:26:24','5c4701d6-0d97-4412-b07e-18ab86796c8a'),
(82652,32,15003,NULL,2608,9,'2026-01-21 18:26:24','2026-01-21 18:26:24','45edf092-525b-4b89-b22a-4649a69b3fe9'),
(82653,32,15003,NULL,2612,10,'2026-01-21 18:26:24','2026-01-21 18:26:24','8a54d111-7cfe-4e1e-af53-73e6d2c3eab1'),
(82654,16,15003,NULL,3425,1,'2026-01-21 18:26:24','2026-01-21 18:26:24','d04d2465-8560-4a24-94b9-6e929eb4c151'),
(82655,7,15003,NULL,601,1,'2026-01-21 18:26:24','2026-01-21 18:26:24','c8f41a91-22ac-40f6-8c2e-361ac8e39ed0'),
(82656,7,15003,NULL,617,2,'2026-01-21 18:26:24','2026-01-21 18:26:24','3ede5b96-a326-44de-aed8-0dfeb0433796'),
(82657,7,15003,NULL,605,3,'2026-01-21 18:26:24','2026-01-21 18:26:24','8b4f86fb-2def-4359-80de-75b7a2751003'),
(82658,7,15003,NULL,9552,4,'2026-01-21 18:26:24','2026-01-21 18:26:24','26e01d8a-1cf3-4674-b5a2-ca71861b5f6f'),
(82659,82,15003,NULL,491,1,'2026-01-21 18:26:24','2026-01-21 18:26:24','8fb0eaf5-eabe-44e9-9b8e-71cb4245318d'),
(82660,46,15003,NULL,7381,1,'2026-01-21 18:26:24','2026-01-21 18:26:24','2044498e-c206-4be3-ae3a-600bd38a6bd5'),
(82661,47,15003,NULL,15002,1,'2026-01-21 18:26:24','2026-01-21 18:26:24','b69c5416-e2fb-440e-8769-c2f36b190fef'),
(82662,57,15003,NULL,7862,1,'2026-01-21 18:26:24','2026-01-21 18:26:24','c9b51a3e-78ff-4415-9880-f5ec3fec2a65'),
(82663,57,15003,NULL,7858,2,'2026-01-21 18:26:24','2026-01-21 18:26:24','107f4a21-d01f-444c-bd38-7d82362d8360'),
(82664,57,15003,NULL,7864,3,'2026-01-21 18:26:24','2026-01-21 18:26:24','b38b23fd-3264-47bc-b2f7-fa5dd9e2812c'),
(82665,57,15003,NULL,7859,4,'2026-01-21 18:26:24','2026-01-21 18:26:24','195f1861-06b8-4ab9-bdd2-d3aa40be878c'),
(82666,57,15003,NULL,7861,5,'2026-01-21 18:26:24','2026-01-21 18:26:24','02904d95-8da2-40a1-9678-aab90ceba77b'),
(82667,57,15003,NULL,7863,6,'2026-01-21 18:26:24','2026-01-21 18:26:24','957461ee-6d62-4b47-b2c9-17012d019c21'),
(82668,57,15003,NULL,7860,7,'2026-01-21 18:26:24','2026-01-21 18:26:24','dd9e147c-8321-4eef-b06f-709ce21a9d3e'),
(82699,47,999,NULL,15005,1,'2026-01-21 18:27:04','2026-01-21 18:27:04','cf6a1579-c827-4ff1-95f1-34bb38f97945'),
(82700,32,15006,NULL,2610,1,'2026-01-21 18:27:04','2026-01-21 18:27:04','8de2bbc6-e813-4fca-95e9-6f4226d4b4c7'),
(82701,32,15006,NULL,2598,2,'2026-01-21 18:27:04','2026-01-21 18:27:04','5d332f4f-c46a-4b4b-a454-f84f0fb7ecca'),
(82702,32,15006,NULL,2600,3,'2026-01-21 18:27:04','2026-01-21 18:27:04','a2a55fb2-c851-44b0-af35-031855d67ae5'),
(82703,32,15006,NULL,2596,4,'2026-01-21 18:27:04','2026-01-21 18:27:04','20cbf033-a80f-4974-868e-cd8367ddbec2'),
(82704,32,15006,NULL,2602,5,'2026-01-21 18:27:04','2026-01-21 18:27:04','36258ab6-7bd9-4549-9605-a31b0aee4a53'),
(82705,32,15006,NULL,2604,6,'2026-01-21 18:27:04','2026-01-21 18:27:04','d5e57323-8ac8-4445-ac90-44279423d52e'),
(82706,32,15006,NULL,2608,7,'2026-01-21 18:27:04','2026-01-21 18:27:04','f4280892-f89a-46f2-b745-00f54fcab7aa'),
(82707,32,15006,NULL,2606,8,'2026-01-21 18:27:04','2026-01-21 18:27:04','0154d603-f6e8-4f27-aa6c-73970c862f8f'),
(82708,32,15006,NULL,2612,9,'2026-01-21 18:27:04','2026-01-21 18:27:04','424ac045-a624-4cfe-84c7-2d011a306f0c'),
(82709,16,15006,NULL,7871,1,'2026-01-21 18:27:04','2026-01-21 18:27:04','09a32ae6-8194-4905-81ba-81b88004d7c7'),
(82710,7,15006,NULL,6547,1,'2026-01-21 18:27:04','2026-01-21 18:27:04','5c43dfba-388c-4b8c-a5e1-39807c9ffce7'),
(82711,7,15006,NULL,601,2,'2026-01-21 18:27:04','2026-01-21 18:27:04','7365be51-e8d7-4ce0-bcb3-12b2210e248f'),
(82712,7,15006,NULL,617,3,'2026-01-21 18:27:04','2026-01-21 18:27:04','5a27e082-c82d-490c-949b-fa4c42fc91e2'),
(82713,7,15006,NULL,9724,4,'2026-01-21 18:27:04','2026-01-21 18:27:04','907ec798-5f80-475c-aec8-8d0daf335710'),
(82714,7,15006,NULL,2974,5,'2026-01-21 18:27:04','2026-01-21 18:27:04','b6f1efc3-07b7-497a-b4b7-c1f13547b707'),
(82715,7,15006,NULL,9640,6,'2026-01-21 18:27:04','2026-01-21 18:27:04','a6049b39-3128-4f3e-b342-c2cec545568a'),
(82716,7,15006,NULL,605,7,'2026-01-21 18:27:04','2026-01-21 18:27:04','900a10f3-9885-4175-a232-7e4a7fc809a4'),
(82717,7,15006,NULL,9552,8,'2026-01-21 18:27:04','2026-01-21 18:27:04','1e6dcee7-ae94-441f-aed9-3b75ef8b1b28'),
(82718,82,15006,NULL,491,1,'2026-01-21 18:27:04','2026-01-21 18:27:04','1b724901-33d0-4ff6-b935-f6dbb30ac93e'),
(82719,46,15006,NULL,7369,1,'2026-01-21 18:27:04','2026-01-21 18:27:04','4a347de7-41c6-4cc0-b433-d5e9f4808900'),
(82720,47,15006,NULL,15005,1,'2026-01-21 18:27:04','2026-01-21 18:27:04','bec2af14-a932-4f13-a975-3d8fb2e46fd3'),
(82721,57,15006,NULL,7870,1,'2026-01-21 18:27:04','2026-01-21 18:27:04','61ca87ac-6bf4-4292-94de-5b2c0b1ce498'),
(82722,57,15006,NULL,7869,2,'2026-01-21 18:27:04','2026-01-21 18:27:04','2cfe5250-c2af-4067-87bc-cb9665866fa1'),
(82723,57,15006,NULL,7868,3,'2026-01-21 18:27:04','2026-01-21 18:27:04','77a32261-304a-4f5b-b78c-620672ab33e0'),
(82724,57,15006,NULL,7874,4,'2026-01-21 18:27:04','2026-01-21 18:27:04','8fb4d0ea-caa1-4073-a786-43fc0769afbb'),
(82725,57,15006,NULL,7873,5,'2026-01-21 18:27:04','2026-01-21 18:27:04','efbcfff4-8d47-4529-b3c7-4c8919d2189e'),
(82726,57,15006,NULL,3467,6,'2026-01-21 18:27:04','2026-01-21 18:27:04','2fcddbd7-6041-43ed-88a7-08cfbec5fff5'),
(82727,57,15006,NULL,7872,7,'2026-01-21 18:27:04','2026-01-21 18:27:04','3b196f02-baea-4d08-abcf-ccbd6c50ba6b'),
(82752,47,1005,NULL,15008,1,'2026-01-21 18:27:35','2026-01-21 18:27:35','a3fcbec1-d348-4fed-b4bf-744ad41a5a93'),
(82753,32,15009,NULL,2610,1,'2026-01-21 18:27:35','2026-01-21 18:27:35','21be5de9-7466-4a5f-866b-d173571f665b'),
(82754,32,15009,NULL,2598,2,'2026-01-21 18:27:35','2026-01-21 18:27:35','761273b8-4e0c-4018-888d-11ad3403c8db'),
(82755,32,15009,NULL,2608,3,'2026-01-21 18:27:35','2026-01-21 18:27:35','c6444d20-5307-49e0-965c-161b6e8fb2cc'),
(82756,32,15009,NULL,2600,4,'2026-01-21 18:27:35','2026-01-21 18:27:35','d4542f73-3ab4-46e7-a204-18ab99110361'),
(82757,32,15009,NULL,2596,5,'2026-01-21 18:27:35','2026-01-21 18:27:35','f541a806-55fe-42f5-8438-9474ae091d15'),
(82758,32,15009,NULL,2602,6,'2026-01-21 18:27:35','2026-01-21 18:27:35','93a06710-f8ff-44ae-97c0-d0f4dd88c0df'),
(82759,32,15009,NULL,2612,7,'2026-01-21 18:27:35','2026-01-21 18:27:35','cd647e2e-ceee-4403-b253-90a00ca77dfd'),
(82760,32,15009,NULL,2604,8,'2026-01-21 18:27:35','2026-01-21 18:27:35','3c54e05a-9915-49b4-bf27-22c27c247b3d'),
(82761,32,15009,NULL,2606,9,'2026-01-21 18:27:35','2026-01-21 18:27:35','6be5d611-2a05-495e-9a3b-d85c717d2c20'),
(82762,16,15009,NULL,7881,1,'2026-01-21 18:27:35','2026-01-21 18:27:35','fee69c7b-cd71-4c05-94b9-371494bf50e4'),
(82763,7,15009,NULL,601,1,'2026-01-21 18:27:35','2026-01-21 18:27:35','3bb535df-816c-4fc7-ac44-f55eeea4251c'),
(82764,7,15009,NULL,605,2,'2026-01-21 18:27:35','2026-01-21 18:27:35','c16b2b84-a768-412b-b28f-1abefa515a2f'),
(82765,7,15009,NULL,617,3,'2026-01-21 18:27:35','2026-01-21 18:27:35','8b60ee14-c67b-4656-93d9-a6188ff8a14b'),
(82766,7,15009,NULL,2974,4,'2026-01-21 18:27:35','2026-01-21 18:27:35','be6e60ab-2ab1-4277-aa5f-cd5abb8082ef'),
(82767,7,15009,NULL,9552,5,'2026-01-21 18:27:35','2026-01-21 18:27:35','b7d87623-c83e-48c7-afce-cadc66eace4a'),
(82768,82,15009,NULL,491,1,'2026-01-21 18:27:35','2026-01-21 18:27:35','0679910f-0028-454b-90e2-a03c99b759e6'),
(82769,47,15009,NULL,15008,1,'2026-01-21 18:27:35','2026-01-21 18:27:35','6e744a74-0075-482b-86e3-c89cf8444cc6'),
(82770,57,15009,NULL,7883,1,'2026-01-21 18:27:35','2026-01-21 18:27:35','8be9b4a5-636d-486a-bd32-1f5c2e06a44b'),
(82771,57,15009,NULL,7886,2,'2026-01-21 18:27:35','2026-01-21 18:27:35','271ecc30-a487-4202-86ce-e6e530ba961e'),
(82772,57,15009,NULL,7885,3,'2026-01-21 18:27:35','2026-01-21 18:27:35','b71dd103-08ea-4fc2-a8b8-362230848044'),
(82773,57,15009,NULL,7882,4,'2026-01-21 18:27:35','2026-01-21 18:27:35','68d28ce3-597c-4003-afb7-dd863affcf82'),
(82774,57,15009,NULL,7884,5,'2026-01-21 18:27:35','2026-01-21 18:27:35','ce79ab87-7ebd-4a75-a23d-09ca165f559d'),
(82800,47,1011,NULL,15011,1,'2026-01-21 18:28:03','2026-01-21 18:28:03','909304ba-a275-4049-9b96-c8c282799101'),
(82801,32,15012,NULL,2610,1,'2026-01-21 18:28:03','2026-01-21 18:28:03','e0230dbd-ba9f-4c31-9c8e-6e95a28ec745'),
(82802,32,15012,NULL,2598,2,'2026-01-21 18:28:03','2026-01-21 18:28:03','8b796982-7535-479d-8dd6-5e14b5948ce6'),
(82803,32,15012,NULL,2608,3,'2026-01-21 18:28:03','2026-01-21 18:28:03','88b9127a-c847-4e8d-8bc2-622703390dcf'),
(82804,32,15012,NULL,2600,4,'2026-01-21 18:28:03','2026-01-21 18:28:03','8a63675c-1411-4cea-be72-f84a62b1d999'),
(82805,32,15012,NULL,2596,5,'2026-01-21 18:28:03','2026-01-21 18:28:03','1b18fbdf-abe6-4075-bb2e-f5a4b4ffd8a9'),
(82806,32,15012,NULL,2602,6,'2026-01-21 18:28:03','2026-01-21 18:28:03','6ee9bebd-601c-4109-8f1a-6511ce476b25'),
(82807,32,15012,NULL,2604,7,'2026-01-21 18:28:03','2026-01-21 18:28:03','4ca939ba-210a-4ee3-ab82-83a6e17602ae'),
(82808,32,15012,NULL,2606,8,'2026-01-21 18:28:03','2026-01-21 18:28:03','c47dd6b4-7bac-4d52-9433-6fc4cddf9f9f'),
(82809,32,15012,NULL,2612,9,'2026-01-21 18:28:03','2026-01-21 18:28:03','b39ea3e8-f5b1-4f6c-ad2e-4a5be1a5fccf'),
(82810,16,15012,NULL,7891,1,'2026-01-21 18:28:03','2026-01-21 18:28:03','d18fcac7-35d9-47b3-a28b-eaaa09eb0209'),
(82811,7,15012,NULL,601,1,'2026-01-21 18:28:03','2026-01-21 18:28:03','aca21aa0-456f-4577-b5b8-4d8c582d4ab8'),
(82812,7,15012,NULL,2974,2,'2026-01-21 18:28:03','2026-01-21 18:28:03','407d6aaa-55cf-489e-b917-6ae0982df57e'),
(82813,7,15012,NULL,617,3,'2026-01-21 18:28:03','2026-01-21 18:28:03','2c03cee7-e78b-437e-b25a-eb7d3126aaed'),
(82814,7,15012,NULL,9732,4,'2026-01-21 18:28:03','2026-01-21 18:28:03','63a93480-8761-4add-9280-016b4518c3ba'),
(82815,7,15012,NULL,605,5,'2026-01-21 18:28:03','2026-01-21 18:28:03','ac0f6fcf-7120-4738-8f8a-38f8fa32c72f'),
(82816,7,15012,NULL,9552,6,'2026-01-21 18:28:03','2026-01-21 18:28:03','4f5ee6be-8813-4682-a783-3ee69e6317a4'),
(82817,82,15012,NULL,491,1,'2026-01-21 18:28:03','2026-01-21 18:28:03','590c2109-0edd-4d86-9f46-502390ccca4c'),
(82818,47,15012,NULL,15011,1,'2026-01-21 18:28:03','2026-01-21 18:28:03','ad672fb1-2157-4e12-b545-6609853345f2'),
(82819,57,15012,NULL,7893,1,'2026-01-21 18:28:03','2026-01-21 18:28:03','4aed16f6-b2f6-462f-8eb2-956653fc1c18'),
(82820,57,15012,NULL,7892,2,'2026-01-21 18:28:03','2026-01-21 18:28:03','6e676493-32ae-4070-a9eb-221ff589e2da'),
(82821,57,15012,NULL,7894,3,'2026-01-21 18:28:03','2026-01-21 18:28:03','6730402a-20dd-42a8-9559-90ab788b3909'),
(82822,57,15012,NULL,7901,4,'2026-01-21 18:28:03','2026-01-21 18:28:03','18898a04-b689-461a-9353-e4f5c169311b'),
(82846,47,1017,NULL,15014,1,'2026-01-21 18:28:29','2026-01-21 18:28:29','61d5304d-31bb-4486-81ea-6c806f538ad9'),
(82847,32,15015,NULL,2614,1,'2026-01-21 18:28:29','2026-01-21 18:28:29','d8caadda-9cc7-4c56-9141-ecbdbd4dc089'),
(82848,32,15015,NULL,2610,2,'2026-01-21 18:28:29','2026-01-21 18:28:29','7adc8479-c35d-4cf6-92b2-6e70d6929394'),
(82849,32,15015,NULL,2598,3,'2026-01-21 18:28:29','2026-01-21 18:28:29','3eb8069d-ea0d-46bb-9a82-1dcae92db9dd'),
(82850,32,15015,NULL,2600,4,'2026-01-21 18:28:29','2026-01-21 18:28:29','544a08a6-405b-4c25-8cc5-383630c4738c'),
(82851,32,15015,NULL,2596,5,'2026-01-21 18:28:29','2026-01-21 18:28:29','2070fd32-b74e-46a7-bc0c-a151f5042efa'),
(82852,32,15015,NULL,2602,6,'2026-01-21 18:28:29','2026-01-21 18:28:29','72f40281-5521-4cfe-9540-27441048b488'),
(82853,32,15015,NULL,2604,7,'2026-01-21 18:28:29','2026-01-21 18:28:29','258c40db-c27d-46d6-8025-1ec654a61c6e'),
(82854,32,15015,NULL,2608,8,'2026-01-21 18:28:29','2026-01-21 18:28:29','4243e2de-0dbb-436e-ab9b-1a13b93acfc8'),
(82855,32,15015,NULL,2606,9,'2026-01-21 18:28:29','2026-01-21 18:28:29','4cc96646-4c90-49ad-bf49-18d619888b05'),
(82856,32,15015,NULL,2612,10,'2026-01-21 18:28:29','2026-01-21 18:28:29','8390e01e-0a8e-43cf-b90a-9a1c78cd4820'),
(82857,16,15015,NULL,3564,1,'2026-01-21 18:28:29','2026-01-21 18:28:29','d74651fa-eac6-4386-9c3a-2d991c81674c'),
(82858,7,15015,NULL,601,1,'2026-01-21 18:28:29','2026-01-21 18:28:29','270d25e4-f3bd-43df-8e5f-4f02a4ae3d5b'),
(82859,7,15015,NULL,617,2,'2026-01-21 18:28:29','2026-01-21 18:28:29','a1bcb3f2-f410-4eb7-a07f-12fd70b6931d'),
(82860,7,15015,NULL,605,3,'2026-01-21 18:28:29','2026-01-21 18:28:29','48fd81dd-c369-41d6-81c4-34ede7a539dd'),
(82861,7,15015,NULL,9552,4,'2026-01-21 18:28:29','2026-01-21 18:28:29','8bf13583-c2a6-4c33-aefe-0705d47dadc7'),
(82862,47,15015,NULL,15014,1,'2026-01-21 18:28:29','2026-01-21 18:28:29','d4849f64-2d57-4ab7-af60-fca392d4a335'),
(82863,57,15015,NULL,7908,1,'2026-01-21 18:28:29','2026-01-21 18:28:29','f7269a59-384e-4605-acb7-16c4f5db8498'),
(82864,57,15015,NULL,7910,2,'2026-01-21 18:28:29','2026-01-21 18:28:29','1fa77531-9c59-438e-80d8-3a69c869a7d9'),
(82865,57,15015,NULL,7911,3,'2026-01-21 18:28:29','2026-01-21 18:28:29','edb0a5f3-fea4-4cca-8435-6a2122653112'),
(82866,57,15015,NULL,7909,4,'2026-01-21 18:28:29','2026-01-21 18:28:29','87bb93cf-a5d4-4d1f-bbae-39d8bdba0ae8'),
(82897,47,1023,NULL,15017,1,'2026-01-21 18:28:56','2026-01-21 18:28:56','4f14f35b-f479-4b18-860f-8ea88a80015f'),
(82898,32,15018,NULL,2610,1,'2026-01-21 18:28:56','2026-01-21 18:28:56','033d9552-85c0-451c-81c0-c10c672e5e60'),
(82899,32,15018,NULL,2598,2,'2026-01-21 18:28:56','2026-01-21 18:28:56','0f00ed3f-d55d-4d4b-88dc-71b34d29d177'),
(82900,32,15018,NULL,2600,3,'2026-01-21 18:28:56','2026-01-21 18:28:56','7791ff2e-e2ad-4187-8910-546a09a7e51a'),
(82901,32,15018,NULL,2596,4,'2026-01-21 18:28:56','2026-01-21 18:28:56','9197c0e2-e53a-472b-b462-c3472bd23064'),
(82902,32,15018,NULL,2602,5,'2026-01-21 18:28:56','2026-01-21 18:28:56','14cc0e12-b058-45c6-9ee2-2fb22b2cebdb'),
(82903,32,15018,NULL,2604,6,'2026-01-21 18:28:56','2026-01-21 18:28:56','72e6ba2f-25d6-451f-85fb-20427ed53263'),
(82904,32,15018,NULL,2608,7,'2026-01-21 18:28:56','2026-01-21 18:28:56','14bf9683-ab0d-407b-9545-b74a4dfc3dfc'),
(82905,32,15018,NULL,2606,8,'2026-01-21 18:28:56','2026-01-21 18:28:56','f883ab9e-668b-47b7-802a-b148c538af09'),
(82906,32,15018,NULL,2612,9,'2026-01-21 18:28:56','2026-01-21 18:28:56','b436aec7-6ff6-4265-8c64-a9848acc3e23'),
(82907,16,15018,NULL,5253,1,'2026-01-21 18:28:56','2026-01-21 18:28:56','9c7be8c0-dea6-4551-bcc0-408cb40f771e'),
(82908,7,15018,NULL,601,1,'2026-01-21 18:28:56','2026-01-21 18:28:56','5b2a68c9-8b0c-4c13-9dd1-63141ec7cdbd'),
(82909,7,15018,NULL,617,2,'2026-01-21 18:28:56','2026-01-21 18:28:56','39bb41f1-df7d-42a5-8153-43425ecc2a44'),
(82910,7,15018,NULL,9727,3,'2026-01-21 18:28:56','2026-01-21 18:28:56','15f20bec-9e54-42ac-8d83-086a69d230d3'),
(82911,7,15018,NULL,9552,4,'2026-01-21 18:28:56','2026-01-21 18:28:56','7d2448d5-cebd-4f6e-a19c-24bc320efac7'),
(82912,7,15018,NULL,605,5,'2026-01-21 18:28:56','2026-01-21 18:28:56','e4c42fb3-9e67-4752-bfc8-686c0732ffb6'),
(82913,82,15018,NULL,491,1,'2026-01-21 18:28:56','2026-01-21 18:28:56','90a1516f-9075-4835-b58f-af142efe861f'),
(82914,46,15018,NULL,7379,1,'2026-01-21 18:28:56','2026-01-21 18:28:56','e953efeb-3eb9-4365-938c-7ea5a0b6c7da'),
(82915,47,15018,NULL,15017,1,'2026-01-21 18:28:56','2026-01-21 18:28:56','6d28ce53-c68e-46c1-8807-2830a2903658'),
(82916,57,15018,NULL,7926,1,'2026-01-21 18:28:56','2026-01-21 18:28:56','342f1d40-1694-4acc-9cdc-61e239410bd6'),
(82917,57,15018,NULL,7928,2,'2026-01-21 18:28:56','2026-01-21 18:28:56','713b364f-c71f-4657-8f17-bfb95466a5bb'),
(82918,57,15018,NULL,7927,3,'2026-01-21 18:28:56','2026-01-21 18:28:56','327623c6-122b-4072-bbe4-4cc755a6989f'),
(82919,57,15018,NULL,7924,4,'2026-01-21 18:28:56','2026-01-21 18:28:56','febad22a-d98e-4e57-a854-1fde0f1e330f'),
(82920,57,15018,NULL,7925,5,'2026-01-21 18:28:56','2026-01-21 18:28:56','1f79aa56-0542-4232-ac13-3ed3f80e867b'),
(82921,57,15018,NULL,7923,6,'2026-01-21 18:28:56','2026-01-21 18:28:56','5e11923b-2743-449c-aa9e-1de57b98af5d'),
(82922,57,15018,NULL,7920,7,'2026-01-21 18:28:56','2026-01-21 18:28:56','04cc4b69-26e9-4198-86d3-83614f2af4ce'),
(82923,57,15018,NULL,7922,8,'2026-01-21 18:28:56','2026-01-21 18:28:56','eca833ba-c58c-4f0d-a841-e6bddc431f90'),
(82924,57,15018,NULL,7921,9,'2026-01-21 18:28:56','2026-01-21 18:28:56','5f5471d8-34bb-4286-8c74-c1667757df26'),
(82953,47,1035,NULL,15019,1,'2026-01-21 18:29:18','2026-01-21 18:29:18','cefb2752-61e9-4dcf-9564-93422d12f3cf'),
(82954,32,15021,NULL,2614,1,'2026-01-21 18:29:18','2026-01-21 18:29:18','c4a17a4e-c4bc-444e-ae6c-d491d45dd7a1'),
(82955,32,15021,NULL,2610,2,'2026-01-21 18:29:18','2026-01-21 18:29:18','de629139-a6c9-46b4-8f3d-411a0d99a25b'),
(82956,32,15021,NULL,2598,3,'2026-01-21 18:29:18','2026-01-21 18:29:18','6236dd29-4c50-4248-8bf8-2bafa18f1ba4'),
(82957,32,15021,NULL,2600,4,'2026-01-21 18:29:18','2026-01-21 18:29:18','4c974b30-e1b3-4722-b5c2-96cca66baf89'),
(82958,32,15021,NULL,2596,5,'2026-01-21 18:29:18','2026-01-21 18:29:18','e6053372-06a7-4574-b74b-ed66cdcbfc15'),
(82959,32,15021,NULL,2602,6,'2026-01-21 18:29:18','2026-01-21 18:29:18','1d249a14-80a1-4511-9130-30ee35be681f'),
(82960,32,15021,NULL,2612,7,'2026-01-21 18:29:18','2026-01-21 18:29:18','988fbf1e-6262-4efe-9c4d-8793e23cccb5'),
(82961,32,15021,NULL,2604,8,'2026-01-21 18:29:18','2026-01-21 18:29:18','e39b97d5-94bb-46a8-a66f-2683dc4b8e2d'),
(82962,32,15021,NULL,2608,9,'2026-01-21 18:29:18','2026-01-21 18:29:18','fbb4b752-c6a8-4b25-a6c0-7de3efd2bca9'),
(82963,32,15021,NULL,2606,10,'2026-01-21 18:29:18','2026-01-21 18:29:18','85de686d-e5a5-47c4-a491-ab073f70d9c4'),
(82964,32,15021,NULL,2622,11,'2026-01-21 18:29:18','2026-01-21 18:29:18','2a08151f-d28f-4f53-a40b-ed6f62d0a392'),
(82965,16,15021,NULL,3623,1,'2026-01-21 18:29:18','2026-01-21 18:29:18','32234f64-2508-4ae3-8e4d-96a6427c21a9'),
(82966,7,15021,NULL,601,1,'2026-01-21 18:29:18','2026-01-21 18:29:18','895ca5d2-34aa-4b35-985b-f09c85fda446'),
(82967,7,15021,NULL,617,2,'2026-01-21 18:29:18','2026-01-21 18:29:18','8107a999-1687-4092-8ce1-5cea95bded5b'),
(82968,7,15021,NULL,605,3,'2026-01-21 18:29:18','2026-01-21 18:29:18','2fb47228-e0d9-42f1-acbb-de014dd966b7'),
(82969,7,15021,NULL,9552,4,'2026-01-21 18:29:18','2026-01-21 18:29:18','40f2cc6d-34b0-4873-8e69-8550a50f0244'),
(82970,47,15021,NULL,15019,1,'2026-01-21 18:29:18','2026-01-21 18:29:18','c2a2e817-5697-4ead-bc5d-3160131437b2'),
(82971,57,15021,NULL,7950,1,'2026-01-21 18:29:18','2026-01-21 18:29:18','bd2b9b52-e09b-494a-9f83-a8a7256d7a6f'),
(82972,57,15021,NULL,7952,2,'2026-01-21 18:29:18','2026-01-21 18:29:18','7f789312-5d47-479d-8c29-a630919fda24'),
(82973,57,15021,NULL,7956,3,'2026-01-21 18:29:18','2026-01-21 18:29:18','e7286aab-d56c-4c5f-bbe3-63051b02e030'),
(82974,57,15021,NULL,7955,4,'2026-01-21 18:29:18','2026-01-21 18:29:18','7174de32-fe34-4a9c-8a27-29aac844c8bb'),
(82975,57,15021,NULL,7951,5,'2026-01-21 18:29:18','2026-01-21 18:29:18','ef1a1a68-6192-4c14-9d83-009065158c55'),
(82976,57,15021,NULL,7954,6,'2026-01-21 18:29:18','2026-01-21 18:29:18','1a67f5d1-e1b1-4265-9866-fcd3ef9046e6'),
(82977,57,15021,NULL,7953,7,'2026-01-21 18:29:18','2026-01-21 18:29:18','25e51cde-a779-4036-9288-0804e85c5b26'),
(82978,57,15021,NULL,7957,8,'2026-01-21 18:29:18','2026-01-21 18:29:18','96a534e2-975d-47dd-be79-c00a343490a9'),
(83016,47,1041,NULL,15023,1,'2026-01-21 18:30:00','2026-01-21 18:30:00','c3e1599f-a13c-4663-8d72-68f43d3822ae'),
(83017,32,15024,NULL,2610,1,'2026-01-21 18:30:00','2026-01-21 18:30:00','e39c690a-e2fc-4e2e-928a-d30da62a8fdc'),
(83018,32,15024,NULL,2598,2,'2026-01-21 18:30:00','2026-01-21 18:30:00','2d73aa3b-1b69-4c06-ac64-42af3327ba53'),
(83019,32,15024,NULL,2608,3,'2026-01-21 18:30:00','2026-01-21 18:30:00','39254f4e-767d-475d-9bbe-0a31042bf55f'),
(83020,32,15024,NULL,2600,4,'2026-01-21 18:30:00','2026-01-21 18:30:00','f60aab2d-67d8-49cb-9f8a-6a552ee85d8e'),
(83021,32,15024,NULL,2596,5,'2026-01-21 18:30:00','2026-01-21 18:30:00','a12a82e4-eed3-44ae-9ec9-cd2f1c7e3df3'),
(83022,32,15024,NULL,2602,6,'2026-01-21 18:30:00','2026-01-21 18:30:00','3a4794e8-ad55-4542-9f6c-ad079050a7c8'),
(83023,32,15024,NULL,2604,7,'2026-01-21 18:30:00','2026-01-21 18:30:00','7520dae1-2416-4e52-844d-6f94c4d5cb5d'),
(83024,32,15024,NULL,2606,8,'2026-01-21 18:30:00','2026-01-21 18:30:00','7d95f738-281c-4d69-84e5-1e83aef4b233'),
(83025,32,15024,NULL,2612,9,'2026-01-21 18:30:00','2026-01-21 18:30:00','02a33ce3-bdd0-419d-b4bc-215964cc94cf'),
(83026,16,15024,NULL,10219,1,'2026-01-21 18:30:00','2026-01-21 18:30:00','9a697220-5ff6-446e-b5af-4e2460290a44'),
(83027,7,15024,NULL,601,1,'2026-01-21 18:30:00','2026-01-21 18:30:00','652e3284-87af-45ee-8802-77197d97945f'),
(83028,7,15024,NULL,2974,2,'2026-01-21 18:30:00','2026-01-21 18:30:00','078c07c9-6c90-4a09-90ce-ffe5d0b582af'),
(83029,7,15024,NULL,617,3,'2026-01-21 18:30:00','2026-01-21 18:30:00','e2340cc0-e71b-49f5-9792-45f8501e5f45'),
(83030,7,15024,NULL,9732,4,'2026-01-21 18:30:00','2026-01-21 18:30:00','87156483-6426-4e9e-bffc-9a2f40f1bb75'),
(83031,7,15024,NULL,9735,5,'2026-01-21 18:30:00','2026-01-21 18:30:00','604125fc-1c50-49ff-a911-55b4903e230d'),
(83032,7,15024,NULL,9552,6,'2026-01-21 18:30:00','2026-01-21 18:30:00','4d4c4db9-237e-4046-95c5-334bff847863'),
(83033,7,15024,NULL,605,7,'2026-01-21 18:30:00','2026-01-21 18:30:00','4a5a4da2-a43b-4671-983e-2c0caef3201c'),
(83034,82,15024,NULL,491,1,'2026-01-21 18:30:00','2026-01-21 18:30:00','35db0781-4c69-4fe0-a009-9923fcf0f7ab'),
(83035,47,15024,NULL,15023,1,'2026-01-21 18:30:00','2026-01-21 18:30:00','f572a50e-dead-425c-9586-89aaecc9debb'),
(83036,57,15024,NULL,10220,1,'2026-01-21 18:30:00','2026-01-21 18:30:00','323f23aa-0090-4403-966d-6e787213215c'),
(83037,57,15024,NULL,10224,2,'2026-01-21 18:30:00','2026-01-21 18:30:00','1cafd475-a5d2-4152-b74d-08313a89d76f'),
(83038,57,15024,NULL,10221,3,'2026-01-21 18:30:00','2026-01-21 18:30:00','d84f0ca7-09a0-43f7-b8d1-7b0bcbf54365'),
(83039,57,15024,NULL,10222,4,'2026-01-21 18:30:00','2026-01-21 18:30:00','fe0381cd-4f08-4fc8-af5c-1b5183d688f1'),
(83040,57,15024,NULL,10225,5,'2026-01-21 18:30:00','2026-01-21 18:30:00','c44672c9-8b97-4d9b-935a-d70934783d89'),
(83041,57,15024,NULL,10226,6,'2026-01-21 18:30:00','2026-01-21 18:30:00','501ea470-686e-4900-8be5-eab96bac1609'),
(83042,57,15024,NULL,10228,7,'2026-01-21 18:30:00','2026-01-21 18:30:00','f0d603ac-ce5d-4eb8-bdd2-ca9a56a33f7d'),
(83043,57,15024,NULL,10229,8,'2026-01-21 18:30:00','2026-01-21 18:30:00','404a6b15-c449-48f5-ba5f-3830db137c67'),
(83044,57,15024,NULL,10232,9,'2026-01-21 18:30:00','2026-01-21 18:30:00','4ec3a1fa-32ff-4f19-ac81-9b2e430f609f'),
(83045,57,15024,NULL,10233,10,'2026-01-21 18:30:00','2026-01-21 18:30:00','9fe16fff-9cd2-42cc-b4a2-bb85bb61f766'),
(83046,57,15024,NULL,10234,11,'2026-01-21 18:30:00','2026-01-21 18:30:00','b9245953-2f9b-4b7f-b1d5-fa1b76dbec1e'),
(83047,57,15024,NULL,10236,12,'2026-01-21 18:30:00','2026-01-21 18:30:00','603966de-31a4-47dd-8e57-59a6e83c0cd0'),
(83048,57,15024,NULL,10237,13,'2026-01-21 18:30:00','2026-01-21 18:30:00','89f225c0-390f-4295-bd61-a057e7687c2c'),
(83049,57,15024,NULL,10238,14,'2026-01-21 18:30:00','2026-01-21 18:30:00','dd6675c2-9055-4866-9880-a1e58c6b18e4'),
(83050,57,15024,NULL,10240,15,'2026-01-21 18:30:00','2026-01-21 18:30:00','2eb51fae-8ce6-466f-a513-fb4b6e764804'),
(83081,32,15031,NULL,2614,1,'2026-01-21 18:33:33','2026-01-21 18:33:33','7ba2d4ef-a7fd-42bf-b1c6-7de12afc61f3'),
(83082,32,15031,NULL,2610,2,'2026-01-21 18:33:33','2026-01-21 18:33:33','c414daa0-5d1a-49d4-bf6e-c4987792c80f'),
(83083,32,15031,NULL,2598,3,'2026-01-21 18:33:33','2026-01-21 18:33:33','aeec9214-def2-4257-8d8e-09c3bca76472'),
(83084,32,15031,NULL,2608,4,'2026-01-21 18:33:33','2026-01-21 18:33:33','13bc3e44-c4cf-4e2d-8df7-356e0ad66060'),
(83085,32,15031,NULL,2600,5,'2026-01-21 18:33:33','2026-01-21 18:33:33','16bf87ae-08f4-4429-bc8f-e771e86d0717'),
(83086,32,15031,NULL,2596,6,'2026-01-21 18:33:33','2026-01-21 18:33:33','0e570325-004f-4f0b-b8e2-18ab7e2e03b7'),
(83087,32,15031,NULL,2602,7,'2026-01-21 18:33:33','2026-01-21 18:33:33','588ec77e-cedb-4259-a21a-8b3b35f1fc92'),
(83088,32,15031,NULL,2604,8,'2026-01-21 18:33:33','2026-01-21 18:33:33','674e65a0-a747-492d-9c6c-81939d84dec2'),
(83089,32,15031,NULL,2606,9,'2026-01-21 18:33:33','2026-01-21 18:33:33','1063eefe-ecd4-4203-b9cb-05ddc635cafb'),
(83090,32,15031,NULL,2612,10,'2026-01-21 18:33:33','2026-01-21 18:33:33','6f46e3b3-ca45-4c46-af11-a99a6af46690'),
(83091,16,15031,NULL,7791,1,'2026-01-21 18:33:33','2026-01-21 18:33:33','93e949ae-7616-4cc3-896d-ffd3bae16cd6'),
(83092,7,15031,NULL,601,1,'2026-01-21 18:33:33','2026-01-21 18:33:33','eac6352f-6560-4a28-b255-2ce08f551057'),
(83093,7,15031,NULL,9735,2,'2026-01-21 18:33:33','2026-01-21 18:33:33','1d3e7995-1fae-4205-9eca-96d58d561079'),
(83094,7,15031,NULL,617,3,'2026-01-21 18:33:33','2026-01-21 18:33:33','97759533-cb24-4591-bb0a-14372af0dbbe'),
(83095,7,15031,NULL,9640,4,'2026-01-21 18:33:33','2026-01-21 18:33:33','329bb84e-06f4-4c96-9c1d-9f7a4c3f6183'),
(83096,7,15031,NULL,2974,5,'2026-01-21 18:33:33','2026-01-21 18:33:33','3c3ce81e-188e-4bf5-8318-6dbd488737da'),
(83097,7,15031,NULL,605,6,'2026-01-21 18:33:33','2026-01-21 18:33:33','05f6e754-3c5e-42af-967b-59b3c2ad49a2'),
(83098,7,15031,NULL,9549,7,'2026-01-21 18:33:33','2026-01-21 18:33:33','a2f9ee6d-f79a-463d-93a8-a1e2aee04bfd'),
(83099,7,15031,NULL,9552,8,'2026-01-21 18:33:33','2026-01-21 18:33:33','f2e5d051-db0a-4383-8fac-d5009abd854e'),
(83100,47,15031,NULL,14975,1,'2026-01-21 18:33:33','2026-01-21 18:33:33','bad5aa6f-cfef-43c7-8c90-93800a5f1634'),
(83101,57,15031,NULL,7829,1,'2026-01-21 18:33:33','2026-01-21 18:33:33','53f6ef4e-c8f0-44e4-b09d-e88bc76ae8a6'),
(83102,57,15031,NULL,7830,2,'2026-01-21 18:33:33','2026-01-21 18:33:33','1cbcfeea-e689-4627-a65b-686c300d7d9c'),
(83103,57,15031,NULL,7833,3,'2026-01-21 18:33:33','2026-01-21 18:33:33','9bdd23d2-b984-4cda-8ecb-9d8b0dbffb8e'),
(83104,57,15031,NULL,7831,4,'2026-01-21 18:33:33','2026-01-21 18:33:33','8080691f-9b05-492f-aba6-a057e4dc5f6a'),
(83105,57,15031,NULL,7826,5,'2026-01-21 18:33:33','2026-01-21 18:33:33','c9384138-1b70-413b-b2d8-0ffe5c184bc5'),
(83106,57,15031,NULL,7828,6,'2026-01-21 18:33:33','2026-01-21 18:33:33','3e9b2bc1-d5aa-4ca1-8c23-9b4389f544a6'),
(83107,57,15031,NULL,7827,7,'2026-01-21 18:33:33','2026-01-21 18:33:33','6995c7bb-6fc3-43b4-ad87-f7c6d77777a4'),
(83108,57,15031,NULL,7832,8,'2026-01-21 18:33:33','2026-01-21 18:33:33','77bb568d-85c9-4123-8bce-a12ae95621e7'),
(83135,32,15037,NULL,2610,1,'2026-01-21 18:39:15','2026-01-21 18:39:15','8d7f9d84-a877-46a9-99c7-3783e613242c'),
(83136,32,15037,NULL,2598,2,'2026-01-21 18:39:15','2026-01-21 18:39:15','a2d08af1-801c-4740-909b-a04fdb85ea77'),
(83137,32,15037,NULL,2600,3,'2026-01-21 18:39:15','2026-01-21 18:39:15','c8cd59e0-6d9d-47e2-a33e-d35d4ac35111'),
(83138,32,15037,NULL,2604,4,'2026-01-21 18:39:15','2026-01-21 18:39:15','7defeb87-fa10-47e3-aa6d-ff2407074353'),
(83139,32,15037,NULL,2608,5,'2026-01-21 18:39:15','2026-01-21 18:39:15','ded5a9dd-e54a-438a-96bd-33b894e34a15'),
(83140,32,15037,NULL,2596,6,'2026-01-21 18:39:15','2026-01-21 18:39:15','b5df536c-7bca-4f48-998e-35ffd812061e'),
(83141,32,15037,NULL,2602,7,'2026-01-21 18:39:15','2026-01-21 18:39:15','e943fa25-36d5-4f9b-a2c5-d5ff4e7ab752'),
(83142,32,15037,NULL,2606,8,'2026-01-21 18:39:15','2026-01-21 18:39:15','a4f31caf-9636-475e-8989-eb6fbed50b9f'),
(83143,32,15037,NULL,2612,9,'2026-01-21 18:39:15','2026-01-21 18:39:15','0af43c5f-83bc-4df1-931f-88107d2d27a9'),
(83144,16,15037,NULL,4142,1,'2026-01-21 18:39:15','2026-01-21 18:39:15','e27c6fc5-44c3-41f7-a249-a55f738f0cff'),
(83145,7,15037,NULL,6547,1,'2026-01-21 18:39:15','2026-01-21 18:39:15','5348aa11-13fb-46c4-801e-dcb62bbb9177'),
(83146,7,15037,NULL,601,2,'2026-01-21 18:39:15','2026-01-21 18:39:15','35d137dc-10f3-40f8-9a4a-8893f685c8e5'),
(83147,7,15037,NULL,9724,3,'2026-01-21 18:39:15','2026-01-21 18:39:15','5ddb7dac-fce2-4b31-a02a-9808cfe09ef7'),
(83148,7,15037,NULL,2972,4,'2026-01-21 18:39:15','2026-01-21 18:39:15','d1527986-7c9f-4718-9059-10a72e611dd9'),
(83149,7,15037,NULL,617,5,'2026-01-21 18:39:15','2026-01-21 18:39:15','e0364f1c-28c3-4e0e-bdf5-35f0b7a9ed3d'),
(83150,7,15037,NULL,605,6,'2026-01-21 18:39:15','2026-01-21 18:39:15','dfa3c716-0878-4a60-b0fb-9149c9ab1f19'),
(83151,7,15037,NULL,9552,7,'2026-01-21 18:39:15','2026-01-21 18:39:15','99713ee2-c345-4458-b19b-01d3c68c3904'),
(83152,82,15037,NULL,491,1,'2026-01-21 18:39:15','2026-01-21 18:39:15','49e3af77-2191-4111-b48e-52b6dcfbade0'),
(83153,47,15037,NULL,12428,1,'2026-01-21 18:39:15','2026-01-21 18:39:15','fc81f088-2268-4243-a038-000005622147'),
(83154,57,15037,NULL,4955,1,'2026-01-21 18:39:15','2026-01-21 18:39:15','109b361c-00a3-4a96-8bad-8bfd644248aa'),
(83155,57,15037,NULL,4956,2,'2026-01-21 18:39:15','2026-01-21 18:39:15','95644779-d27b-4c79-9d86-8d2c6f95dd8c'),
(83156,57,15037,NULL,4957,3,'2026-01-21 18:39:15','2026-01-21 18:39:15','3dc1d1d6-26a0-4f84-9489-246babb6f724'),
(83157,57,15037,NULL,8227,4,'2026-01-21 18:39:15','2026-01-21 18:39:15','b5b6d43a-4cab-40c0-b707-2d4718796ace'),
(83170,32,15039,NULL,2610,1,'2026-01-21 18:39:24','2026-01-21 18:39:24','2d0d4334-dd84-4d55-a342-927790493d3f'),
(83171,32,15039,NULL,2598,2,'2026-01-21 18:39:24','2026-01-21 18:39:24','99957a46-e7db-44d2-a184-9ef5e7f3cefb'),
(83172,32,15039,NULL,2608,3,'2026-01-21 18:39:24','2026-01-21 18:39:24','1ba790df-982c-4c86-88b9-feaf71c11a4c'),
(83173,32,15039,NULL,2600,4,'2026-01-21 18:39:24','2026-01-21 18:39:24','faee063b-5434-43ff-bd0b-dbbd661be2db'),
(83174,32,15039,NULL,2596,5,'2026-01-21 18:39:24','2026-01-21 18:39:24','c2095fde-edc6-472d-9206-f955ef0ebb50'),
(83175,32,15039,NULL,2602,6,'2026-01-21 18:39:24','2026-01-21 18:39:24','0a0e9a72-e9b8-44d9-924e-98b73b89ad8e'),
(83176,32,15039,NULL,2604,7,'2026-01-21 18:39:24','2026-01-21 18:39:24','c8b24aca-4278-4ac9-bf45-fc2e6bd5d5c9'),
(83177,32,15039,NULL,2606,8,'2026-01-21 18:39:24','2026-01-21 18:39:24','9ba3f726-1007-4d26-b849-44672186b6d1'),
(83178,32,15039,NULL,2612,9,'2026-01-21 18:39:24','2026-01-21 18:39:24','75fbe391-17d9-44d7-9ff3-bdfc39738ba2'),
(83179,82,15039,NULL,491,1,'2026-01-21 18:39:24','2026-01-21 18:39:24','dfa8e1b4-c2c1-4618-81dc-124ced0b5e96'),
(83180,32,15040,NULL,2614,1,'2026-01-21 18:39:40','2026-01-21 18:39:40','2fbb32eb-d488-4cad-a26b-c0c009bd2baf'),
(83181,16,15040,NULL,8208,1,'2026-01-21 18:39:40','2026-01-21 18:39:40','6f489d9f-8f8c-4c11-96bf-5308e82cd75a'),
(83182,7,15040,NULL,617,1,'2026-01-21 18:39:40','2026-01-21 18:39:40','de3de5b9-49a7-4311-89b6-d4bdc11f1bea'),
(83183,7,15040,NULL,9555,2,'2026-01-21 18:39:40','2026-01-21 18:39:40','e266744d-297c-4af9-947f-bd7ed85bf84d'),
(83184,7,15040,NULL,605,3,'2026-01-21 18:39:40','2026-01-21 18:39:40','06316bf5-5667-4e4b-bcd0-f3b134f35e34'),
(83185,7,15040,NULL,9552,4,'2026-01-21 18:39:40','2026-01-21 18:39:40','934182d1-5aca-4ab6-a2be-a375593bde28'),
(83186,57,15040,NULL,8218,1,'2026-01-21 18:39:40','2026-01-21 18:39:40','adee7398-6fb7-4454-b3c6-2e4116e46ceb'),
(83187,57,15040,NULL,8217,2,'2026-01-21 18:39:40','2026-01-21 18:39:40','8f9f3c35-caf1-4454-876b-c03efda5ed19'),
(83188,57,15040,NULL,8211,3,'2026-01-21 18:39:40','2026-01-21 18:39:40','90a005eb-0106-4b90-bf21-ba5a25b60502'),
(83189,57,15040,NULL,8214,4,'2026-01-21 18:39:40','2026-01-21 18:39:40','23ca4942-7de7-49cd-98e9-9aea12fb580e'),
(83190,57,15040,NULL,8213,5,'2026-01-21 18:39:40','2026-01-21 18:39:40','e1eb6c95-1593-405d-a521-0926448c503a'),
(83191,57,15040,NULL,8212,6,'2026-01-21 18:39:40','2026-01-21 18:39:40','c86d8b7e-f075-4b46-8885-3fc04feff900'),
(83192,57,15040,NULL,8215,7,'2026-01-21 18:39:40','2026-01-21 18:39:40','409bf879-5ea6-462b-9ea3-f8222a7feaab'),
(83193,74,15040,NULL,9453,1,'2026-01-21 18:39:40','2026-01-21 18:39:40','aca81a28-81d7-4e6f-b5e6-010023a53101'),
(83195,12,15040,NULL,12715,1,'2026-01-21 18:39:40','2026-01-21 18:39:40','3e9ace21-75c9-4857-82de-5ad5b19a1fe7'),
(83221,32,15042,NULL,2614,1,'2026-01-21 18:39:55','2026-01-21 18:39:55','7f435835-7f81-40ce-97dc-9f5a54a58e23'),
(83222,32,15042,NULL,2610,2,'2026-01-21 18:39:55','2026-01-21 18:39:55','20314559-b8ae-44ed-8419-8cbc4c7f1d5a'),
(83223,32,15042,NULL,2598,3,'2026-01-21 18:39:55','2026-01-21 18:39:55','87d0dc26-3364-44dd-a8ab-28daacd3d226'),
(83224,32,15042,NULL,2608,4,'2026-01-21 18:39:55','2026-01-21 18:39:55','c5bd66b1-b32a-419d-8d00-a8f9a925f711'),
(83225,32,15042,NULL,2600,5,'2026-01-21 18:39:55','2026-01-21 18:39:55','2ea7ac6e-75a2-462a-8487-2633777a185b'),
(83226,32,15042,NULL,2596,6,'2026-01-21 18:39:55','2026-01-21 18:39:55','d2f61521-3048-4c34-b1fc-f7a31b8161ae'),
(83227,32,15042,NULL,2602,7,'2026-01-21 18:39:55','2026-01-21 18:39:55','2144745b-816d-4b01-b8d0-8fd2b5e9d30a'),
(83228,32,15042,NULL,2606,8,'2026-01-21 18:39:55','2026-01-21 18:39:55','69b716d4-2a4c-4cb9-b7e8-f3aad9541f76'),
(83229,32,15042,NULL,2612,9,'2026-01-21 18:39:55','2026-01-21 18:39:55','6e9e9159-0719-41d0-b86c-83b7ff32588e'),
(83230,32,15042,NULL,2604,10,'2026-01-21 18:39:55','2026-01-21 18:39:55','ca65cc75-70c7-4576-b7a6-b1169aa7a3c0'),
(83231,16,15042,NULL,5013,1,'2026-01-21 18:39:55','2026-01-21 18:39:55','c0623211-e6f0-4b64-ba5a-ff8ced0f57b6'),
(83232,7,15042,NULL,3468,1,'2026-01-21 18:39:55','2026-01-21 18:39:55','e0793b76-8d06-465f-a937-04c92451df7f'),
(83233,7,15042,NULL,617,2,'2026-01-21 18:39:55','2026-01-21 18:39:55','6d6e46f0-2911-4ac9-a433-c4b2b465cac3'),
(83234,7,15042,NULL,605,3,'2026-01-21 18:39:55','2026-01-21 18:39:55','881a4f74-7612-407d-af54-9f80dad587e8'),
(83235,7,15042,NULL,9552,4,'2026-01-21 18:39:55','2026-01-21 18:39:55','2b047d28-9838-466c-ae74-ef77313f1600'),
(83236,47,15042,NULL,12321,1,'2026-01-21 18:39:55','2026-01-21 18:39:55','052ecd8d-1185-4c92-96d0-34978aa7b530'),
(83237,57,15042,NULL,5033,1,'2026-01-21 18:39:55','2026-01-21 18:39:55','b5c10f16-adb8-4159-a681-4ab925407373'),
(83238,57,15042,NULL,5034,2,'2026-01-21 18:39:55','2026-01-21 18:39:55','dcf04f9b-2cd8-4589-9303-05f7c1e5e9f5'),
(83239,57,15042,NULL,5035,3,'2026-01-21 18:39:55','2026-01-21 18:39:55','f7a5618b-cd2f-416e-b56e-66ccc7823d10'),
(83240,57,15042,NULL,5036,4,'2026-01-21 18:39:55','2026-01-21 18:39:55','cbdd8185-a682-43af-9f5b-23d7e214e477'),
(83241,57,15042,NULL,5037,5,'2026-01-21 18:39:55','2026-01-21 18:39:55','e4a566ab-86f9-4c88-82c2-236e20ca7397'),
(83242,57,15042,NULL,5038,6,'2026-01-21 18:39:55','2026-01-21 18:39:55','3023ecfb-dc86-4469-9374-dc05df712577'),
(83243,57,15042,NULL,5039,7,'2026-01-21 18:39:55','2026-01-21 18:39:55','9a605fe1-eea1-4557-bce7-c0afaa75cc0e'),
(83244,57,15042,NULL,5040,8,'2026-01-21 18:39:55','2026-01-21 18:39:55','98aa1a3a-fc6a-4575-90e8-08b0a313dfff'),
(83268,32,15044,NULL,2614,1,'2026-01-21 18:40:04','2026-01-21 18:40:04','4070aeb4-a898-405e-8dae-834aa30a4d52'),
(83269,32,15044,NULL,2610,2,'2026-01-21 18:40:04','2026-01-21 18:40:04','e20cacdc-72c1-42f6-b85e-e3fb7e010643'),
(83270,32,15044,NULL,2598,3,'2026-01-21 18:40:04','2026-01-21 18:40:04','044c258e-e55f-4f05-aba6-47ce68c85903'),
(83271,32,15044,NULL,2600,4,'2026-01-21 18:40:04','2026-01-21 18:40:04','abfbc8aa-6413-47af-b9cf-f13054f9a13c'),
(83272,32,15044,NULL,2602,5,'2026-01-21 18:40:04','2026-01-21 18:40:04','cf2cc66d-50e4-4d84-8384-64704b9bd99b'),
(83273,32,15044,NULL,2612,6,'2026-01-21 18:40:04','2026-01-21 18:40:04','6ca140a7-9299-4b90-b247-2de22e64cb70'),
(83274,32,15044,NULL,2604,7,'2026-01-21 18:40:04','2026-01-21 18:40:04','6a533e3f-b368-4837-bdd3-7296a9e037ae'),
(83275,32,15044,NULL,2608,8,'2026-01-21 18:40:04','2026-01-21 18:40:04','0e20eeac-cd6e-4c94-8275-0dfb01bc82ce'),
(83276,32,15044,NULL,2596,9,'2026-01-21 18:40:04','2026-01-21 18:40:04','2f955a4f-4ba9-4ee3-850f-35a7acac8929'),
(83277,32,15044,NULL,2606,10,'2026-01-21 18:40:04','2026-01-21 18:40:04','d2554d15-32a9-4029-b5a3-13083f14f3dd'),
(83278,16,15044,NULL,4083,1,'2026-01-21 18:40:04','2026-01-21 18:40:04','7719001e-4a94-4f66-999a-823f46ce0e7a'),
(83279,7,15044,NULL,601,1,'2026-01-21 18:40:04','2026-01-21 18:40:04','a485d867-0011-49b4-a2eb-df38e3f27ab6'),
(83280,7,15044,NULL,617,2,'2026-01-21 18:40:04','2026-01-21 18:40:04','14ed3d03-e6c8-4e8c-bdbe-97b11cf44a20'),
(83281,7,15044,NULL,605,3,'2026-01-21 18:40:04','2026-01-21 18:40:04','cb6050cd-b239-4c2b-a2cb-14318e10d16a'),
(83282,7,15044,NULL,9552,4,'2026-01-21 18:40:04','2026-01-21 18:40:04','4f746fef-3266-4345-9145-6483521146ae'),
(83283,47,15044,NULL,12421,1,'2026-01-21 18:40:04','2026-01-21 18:40:04','47dbe352-96b1-466a-9171-c9782f0c27c6'),
(83284,57,15044,NULL,5056,1,'2026-01-21 18:40:04','2026-01-21 18:40:04','c6692751-6df9-4914-ba96-2d24e686ef47'),
(83285,57,15044,NULL,5055,2,'2026-01-21 18:40:04','2026-01-21 18:40:04','cb5a4343-d555-486e-8698-5706bb8bac6a'),
(83286,57,15044,NULL,5057,3,'2026-01-21 18:40:04','2026-01-21 18:40:04','b10a9bab-dc58-4ce0-9de2-869e2137c94b'),
(83287,57,15044,NULL,5058,4,'2026-01-21 18:40:04','2026-01-21 18:40:04','5ffd4e52-ff71-48fa-8f5c-9e83807a9fa4'),
(83315,32,15046,NULL,2610,1,'2026-01-21 18:40:14','2026-01-21 18:40:14','bfc3ec40-1195-41cb-b2a9-e43e07c18980'),
(83316,32,15046,NULL,2598,2,'2026-01-21 18:40:14','2026-01-21 18:40:14','7e33103a-516f-432b-aeff-bd063d939443'),
(83317,32,15046,NULL,2600,3,'2026-01-21 18:40:14','2026-01-21 18:40:14','8213eec8-aabd-44e9-80a7-b32187d5a4eb'),
(83318,32,15046,NULL,2602,4,'2026-01-21 18:40:14','2026-01-21 18:40:14','80969aaa-666f-432d-ae29-f2484fec9442'),
(83319,32,15046,NULL,2604,5,'2026-01-21 18:40:14','2026-01-21 18:40:14','0299aa2a-775a-4cd6-a124-55f59bff440e'),
(83320,32,15046,NULL,2608,6,'2026-01-21 18:40:14','2026-01-21 18:40:14','6332434d-e47d-4a0f-baf5-ef05db7d494e'),
(83321,32,15046,NULL,2596,7,'2026-01-21 18:40:14','2026-01-21 18:40:14','5167b9f2-3221-41f0-943b-fe2f43c74c59'),
(83322,32,15046,NULL,2606,8,'2026-01-21 18:40:14','2026-01-21 18:40:14','a5b60b4f-5bf0-4ffc-8bdd-aad3e841eb58'),
(83323,32,15046,NULL,2612,9,'2026-01-21 18:40:14','2026-01-21 18:40:14','3ff79c1e-489d-498f-a52a-0b15b899ceb8'),
(83324,16,15046,NULL,8178,1,'2026-01-21 18:40:14','2026-01-21 18:40:14','1e462def-0688-433b-a1e6-2da6d7a77886'),
(83325,7,15046,NULL,3468,1,'2026-01-21 18:40:14','2026-01-21 18:40:14','e768c0fa-6f85-425e-ba23-b92fb855a7c5'),
(83326,7,15046,NULL,601,2,'2026-01-21 18:40:14','2026-01-21 18:40:14','63a9f0ce-d427-4b00-b91c-1394a5a27c68'),
(83327,7,15046,NULL,2974,3,'2026-01-21 18:40:14','2026-01-21 18:40:14','bef785e0-8cfa-4357-8806-fde58ea6517f'),
(83328,7,15046,NULL,9640,4,'2026-01-21 18:40:14','2026-01-21 18:40:14','3ad2b0b5-b501-42b8-990c-f46f77230581'),
(83329,7,15046,NULL,617,5,'2026-01-21 18:40:14','2026-01-21 18:40:14','9eaf4f76-0121-424b-9584-3985f5829e77'),
(83330,7,15046,NULL,9724,6,'2026-01-21 18:40:14','2026-01-21 18:40:14','9a95c5ba-458e-472c-93b8-e6bb0618be06'),
(83331,7,15046,NULL,605,7,'2026-01-21 18:40:14','2026-01-21 18:40:14','230e879d-b042-4cba-99a5-3a8998749529'),
(83332,7,15046,NULL,9552,8,'2026-01-21 18:40:14','2026-01-21 18:40:14','4c95729a-3666-4212-9bc0-f5b9d8edd69e'),
(83333,82,15046,NULL,491,1,'2026-01-21 18:40:14','2026-01-21 18:40:14','e1f69a56-d6b1-4cb4-8ac3-550056907446'),
(83334,47,15046,NULL,12425,1,'2026-01-21 18:40:14','2026-01-21 18:40:14','191dabb7-f1af-4099-9a3f-c273e15b6998'),
(83335,57,15046,NULL,8175,1,'2026-01-21 18:40:14','2026-01-21 18:40:14','64769e70-9d83-4472-9d90-b45870a8f686'),
(83336,57,15046,NULL,8194,2,'2026-01-21 18:40:14','2026-01-21 18:40:14','060e1f41-4123-4018-ad5f-4abca5b2bafb'),
(83337,57,15046,NULL,8174,3,'2026-01-21 18:40:14','2026-01-21 18:40:14','3b89bbb8-0dd1-4feb-a7b9-1da5a64caee0'),
(83338,57,15046,NULL,8177,4,'2026-01-21 18:40:14','2026-01-21 18:40:14','a4e23444-76f2-48ff-ac82-7d4949c577d5'),
(83365,32,15048,NULL,2610,1,'2026-01-21 18:40:23','2026-01-21 18:40:23','7b871106-e0e4-4067-b97a-d3a9903ca268'),
(83366,32,15048,NULL,2598,2,'2026-01-21 18:40:23','2026-01-21 18:40:23','afeb5f5b-ed75-49e9-8f14-bdc61ccd15aa'),
(83367,32,15048,NULL,2600,3,'2026-01-21 18:40:23','2026-01-21 18:40:23','e64c3241-54ba-4827-aad0-9977ce7a987c'),
(83368,32,15048,NULL,2602,4,'2026-01-21 18:40:23','2026-01-21 18:40:23','4d32e5c9-3fa5-4314-8f3e-f44cc1307f49'),
(83369,32,15048,NULL,2612,5,'2026-01-21 18:40:23','2026-01-21 18:40:23','28c55a10-e358-4054-9d34-bead427aac58'),
(83370,32,15048,NULL,2618,6,'2026-01-21 18:40:23','2026-01-21 18:40:23','310da6ad-19f2-4617-8966-1c90a45a41b4'),
(83371,32,15048,NULL,2604,7,'2026-01-21 18:40:23','2026-01-21 18:40:23','b0a02918-1241-41e1-9a4c-98a77bbf7e60'),
(83372,32,15048,NULL,2608,8,'2026-01-21 18:40:23','2026-01-21 18:40:23','564c38cc-cb83-4531-ba49-7d4d637ce40b'),
(83373,32,15048,NULL,2596,9,'2026-01-21 18:40:23','2026-01-21 18:40:23','422cfa15-02a1-43c3-b999-de73d7ee3d01'),
(83374,32,15048,NULL,2606,10,'2026-01-21 18:40:23','2026-01-21 18:40:23','a9b63194-ef41-4f8c-aa71-9e3882236cf2'),
(83375,16,15048,NULL,4639,1,'2026-01-21 18:40:23','2026-01-21 18:40:23','be03fdf2-d054-44b5-8ec7-72e4ffa2fefe'),
(83376,7,15048,NULL,2974,1,'2026-01-21 18:40:23','2026-01-21 18:40:23','db8c86a2-4ef2-41f8-a6d1-d8a0749f85bc'),
(83377,7,15048,NULL,617,2,'2026-01-21 18:40:23','2026-01-21 18:40:23','50208865-6da9-4285-b53b-82a2edbe8a4d'),
(83378,7,15048,NULL,605,3,'2026-01-21 18:40:23','2026-01-21 18:40:23','a72c8783-5679-43e0-b7d6-519af7533f09'),
(83379,7,15048,NULL,9552,4,'2026-01-21 18:40:23','2026-01-21 18:40:23','d2cbd8db-7843-461b-bb06-8b90e2b0a996'),
(83380,82,15048,NULL,491,1,'2026-01-21 18:40:23','2026-01-21 18:40:23','770b708c-b644-454e-8713-46537559302c'),
(83381,46,15048,NULL,3697,1,'2026-01-21 18:40:23','2026-01-21 18:40:23','5397446e-12fb-4c84-8ad6-ed9dfca85c74'),
(83382,47,15048,NULL,12494,1,'2026-01-21 18:40:23','2026-01-21 18:40:23','90b37ae4-f2c8-4f34-bec9-851a5667c317'),
(83383,57,15048,NULL,5084,1,'2026-01-21 18:40:23','2026-01-21 18:40:23','bb4104fe-ecc3-4cf9-8dae-9f605a3e911f'),
(83384,57,15048,NULL,5085,2,'2026-01-21 18:40:23','2026-01-21 18:40:23','c4e4e18b-05ae-4ca9-90aa-755171d9fa4c'),
(83385,57,15048,NULL,5086,3,'2026-01-21 18:40:23','2026-01-21 18:40:23','0b6e9519-0155-458d-a628-fafdd68b3f65'),
(83386,57,15048,NULL,5087,4,'2026-01-21 18:40:23','2026-01-21 18:40:23','6940800b-8371-4a6f-b07e-a5472a58de75'),
(83387,57,15048,NULL,5088,5,'2026-01-21 18:40:23','2026-01-21 18:40:23','f4175691-d482-48bf-8825-b2187784d933'),
(83424,32,15050,NULL,2610,1,'2026-01-21 18:40:30','2026-01-21 18:40:30','814b2788-a90a-4add-ad59-9523f7dea7d7'),
(83425,32,15050,NULL,2598,2,'2026-01-21 18:40:30','2026-01-21 18:40:30','d1ba7c04-196b-46b5-ace1-3369e384558e'),
(83426,32,15050,NULL,2608,3,'2026-01-21 18:40:30','2026-01-21 18:40:30','641c8b3d-d880-467f-af1c-930e0c88283b'),
(83427,32,15050,NULL,2600,4,'2026-01-21 18:40:30','2026-01-21 18:40:30','e2cab6a7-f757-4ba6-83c9-422063377161'),
(83428,32,15050,NULL,2596,5,'2026-01-21 18:40:30','2026-01-21 18:40:30','b8f1add7-a4c6-4971-8484-e69ce1277eeb'),
(83429,32,15050,NULL,2602,6,'2026-01-21 18:40:30','2026-01-21 18:40:30','6a7fd57e-0781-4f3c-a5e7-3abab68acbe0'),
(83430,32,15050,NULL,2604,7,'2026-01-21 18:40:30','2026-01-21 18:40:30','95772138-3f5f-403f-875a-f2075a53e476'),
(83431,32,15050,NULL,2606,8,'2026-01-21 18:40:30','2026-01-21 18:40:30','0fa0e6e0-138c-4bfc-93d7-65e65fa9f3b0'),
(83432,32,15050,NULL,2612,9,'2026-01-21 18:40:30','2026-01-21 18:40:30','596ddbea-aced-4b75-8f19-c9652fca2ab8'),
(83433,16,15050,NULL,10219,1,'2026-01-21 18:40:30','2026-01-21 18:40:30','87772a76-42ec-49da-9ea1-69fa0c66b96c'),
(83434,7,15050,NULL,601,1,'2026-01-21 18:40:30','2026-01-21 18:40:30','eb569b86-9ab2-4da5-afe4-83e6983af85b'),
(83435,7,15050,NULL,2974,2,'2026-01-21 18:40:30','2026-01-21 18:40:30','e585fc40-c95d-472d-87f2-373e7869a991'),
(83436,7,15050,NULL,617,3,'2026-01-21 18:40:30','2026-01-21 18:40:30','568441b9-1caf-4740-87ce-f6af06d1ebea'),
(83437,7,15050,NULL,9732,4,'2026-01-21 18:40:30','2026-01-21 18:40:30','c47d7b5e-6382-4139-8181-334b6d1fb626'),
(83438,7,15050,NULL,9735,5,'2026-01-21 18:40:30','2026-01-21 18:40:30','e83dd362-e87e-4607-b0c3-7f12470ff9ab'),
(83439,7,15050,NULL,9552,6,'2026-01-21 18:40:30','2026-01-21 18:40:30','3134081d-f716-4acd-89eb-28da07dea8fe'),
(83440,7,15050,NULL,605,7,'2026-01-21 18:40:30','2026-01-21 18:40:30','45b24c49-587f-4385-b59f-2be0f7cc5387'),
(83441,82,15050,NULL,491,1,'2026-01-21 18:40:30','2026-01-21 18:40:30','70416461-e899-4359-a178-beef6713f81c'),
(83442,47,15050,NULL,15023,1,'2026-01-21 18:40:30','2026-01-21 18:40:30','4fba77af-62bb-4cce-b8f5-c8dd5ff93e70'),
(83443,57,15050,NULL,10220,1,'2026-01-21 18:40:30','2026-01-21 18:40:30','a20301f8-4e72-4ef5-a113-abe27ebe04e1'),
(83444,57,15050,NULL,10224,2,'2026-01-21 18:40:30','2026-01-21 18:40:30','f2f8b3a2-cccd-43e6-bd41-b4a654afb23d'),
(83445,57,15050,NULL,10221,3,'2026-01-21 18:40:30','2026-01-21 18:40:30','f186b0fd-044e-48e0-a28b-6e7c63f154a1'),
(83446,57,15050,NULL,10222,4,'2026-01-21 18:40:30','2026-01-21 18:40:30','a9242173-10fc-419b-bfb7-0d33d986f027'),
(83447,57,15050,NULL,10225,5,'2026-01-21 18:40:30','2026-01-21 18:40:30','442a3aa1-6c6b-4b97-9171-79e15a530cf2'),
(83448,57,15050,NULL,10226,6,'2026-01-21 18:40:30','2026-01-21 18:40:30','fa7f6d81-f991-4e38-9cb8-617570748288'),
(83449,57,15050,NULL,10228,7,'2026-01-21 18:40:30','2026-01-21 18:40:30','8fb18adf-e736-4b81-b62e-d2649196a005'),
(83450,57,15050,NULL,10229,8,'2026-01-21 18:40:30','2026-01-21 18:40:30','5c58db74-9eff-49cc-8222-0018f08e7e76'),
(83451,57,15050,NULL,10232,9,'2026-01-21 18:40:30','2026-01-21 18:40:30','4a7ff12d-2618-4b81-904b-c36198fdb846'),
(83452,57,15050,NULL,10233,10,'2026-01-21 18:40:30','2026-01-21 18:40:30','1c367e3a-b1a4-438b-ad35-111443f45bee'),
(83453,57,15050,NULL,10234,11,'2026-01-21 18:40:30','2026-01-21 18:40:30','8893159e-c642-45d5-ac4e-488d8fb2c050'),
(83454,57,15050,NULL,10236,12,'2026-01-21 18:40:30','2026-01-21 18:40:30','5ea1c236-920a-4837-8e1c-428267236647'),
(83455,57,15050,NULL,10237,13,'2026-01-21 18:40:30','2026-01-21 18:40:30','01a55f34-263d-479b-ac71-a85595b07e34'),
(83456,57,15050,NULL,10238,14,'2026-01-21 18:40:30','2026-01-21 18:40:30','065dacdb-4821-47be-a437-b4bc00e30c3a'),
(83457,57,15050,NULL,10240,15,'2026-01-21 18:40:30','2026-01-21 18:40:30','41da862d-fe78-40d3-ae46-b32dedf25473'),
(83485,32,15052,NULL,2614,1,'2026-01-21 18:40:39','2026-01-21 18:40:39','2c9e53df-05a3-49a1-ae1a-80afafbd9a25'),
(83486,32,15052,NULL,2610,2,'2026-01-21 18:40:39','2026-01-21 18:40:39','1a3bb7f5-1f8c-445c-b9c9-c2395d9973e8'),
(83487,32,15052,NULL,2598,3,'2026-01-21 18:40:39','2026-01-21 18:40:39','7214d49a-c8bf-4877-b1ca-fce1b927e384'),
(83488,32,15052,NULL,2600,4,'2026-01-21 18:40:39','2026-01-21 18:40:39','f03a4318-9fa9-4880-9856-0d16af7bd16e'),
(83489,32,15052,NULL,2596,5,'2026-01-21 18:40:39','2026-01-21 18:40:39','a6f72ed3-07f0-467f-848b-575a4e52504f'),
(83490,32,15052,NULL,2602,6,'2026-01-21 18:40:39','2026-01-21 18:40:39','024c63b1-ab1f-4474-aa9a-1830df04a114'),
(83491,32,15052,NULL,2612,7,'2026-01-21 18:40:39','2026-01-21 18:40:39','32012ccb-528c-4ffb-a1e8-6f20810ee58b'),
(83492,32,15052,NULL,2604,8,'2026-01-21 18:40:39','2026-01-21 18:40:39','73e312c4-b6ae-48e5-96c7-6515b6d14254'),
(83493,32,15052,NULL,2608,9,'2026-01-21 18:40:39','2026-01-21 18:40:39','d47c6821-1a77-4fea-b688-6b194d0aa49f'),
(83494,32,15052,NULL,2606,10,'2026-01-21 18:40:39','2026-01-21 18:40:39','1f8e230f-0a00-48e1-92d4-399e2a1bd4e5'),
(83495,32,15052,NULL,2622,11,'2026-01-21 18:40:39','2026-01-21 18:40:39','8cce888e-9f55-49a4-8f5d-8d14f257bdeb'),
(83496,16,15052,NULL,3623,1,'2026-01-21 18:40:39','2026-01-21 18:40:39','9279d81c-538e-4807-8a09-5c8437dd7ce2'),
(83497,7,15052,NULL,601,1,'2026-01-21 18:40:39','2026-01-21 18:40:39','fe1f7f09-3b3d-4cc1-9633-fa9f05d494d9'),
(83498,7,15052,NULL,617,2,'2026-01-21 18:40:39','2026-01-21 18:40:39','193a864a-33fe-43ed-9897-029c75bb70b5'),
(83499,7,15052,NULL,605,3,'2026-01-21 18:40:39','2026-01-21 18:40:39','0ddd023a-bc30-4a15-b0f2-49352d8182c2'),
(83500,7,15052,NULL,9552,4,'2026-01-21 18:40:39','2026-01-21 18:40:39','c988c3b4-d231-4930-9eee-532e7b874d52'),
(83501,47,15052,NULL,15019,1,'2026-01-21 18:40:39','2026-01-21 18:40:39','1e641ea9-c994-4c75-8170-b96975d60ba0'),
(83502,57,15052,NULL,7950,1,'2026-01-21 18:40:39','2026-01-21 18:40:39','e1dc562c-b6c8-4e64-9a62-3390b566cf1e'),
(83503,57,15052,NULL,7952,2,'2026-01-21 18:40:39','2026-01-21 18:40:39','d91f4b82-a661-4d65-8439-fcb305ce194c'),
(83504,57,15052,NULL,7956,3,'2026-01-21 18:40:39','2026-01-21 18:40:39','24a950ad-8593-47b8-8821-3122accae9d9'),
(83505,57,15052,NULL,7955,4,'2026-01-21 18:40:39','2026-01-21 18:40:39','14cb6966-bed7-40b8-8ca5-69b6cc2eaa99'),
(83506,57,15052,NULL,7951,5,'2026-01-21 18:40:39','2026-01-21 18:40:39','be5dec59-539e-4bd1-a1f5-bbdd7bde463a'),
(83507,57,15052,NULL,7954,6,'2026-01-21 18:40:39','2026-01-21 18:40:39','e5efb31d-70c8-4a53-b965-2cb5373e2570'),
(83508,57,15052,NULL,7953,7,'2026-01-21 18:40:39','2026-01-21 18:40:39','961948ab-9aca-4795-8bb2-9f0926d940e5'),
(83509,57,15052,NULL,7957,8,'2026-01-21 18:40:39','2026-01-21 18:40:39','c1067dcc-037d-499e-b309-77553c2aee70'),
(83520,16,15054,NULL,7937,1,'2026-01-21 18:40:51','2026-01-21 18:40:51','84e5a11e-cd1d-4fa2-b78a-7b086faf6712'),
(83521,7,15054,NULL,617,1,'2026-01-21 18:40:51','2026-01-21 18:40:51','d9613e7c-36a1-41fb-ad1d-6c418b414052'),
(83522,7,15054,NULL,605,2,'2026-01-21 18:40:51','2026-01-21 18:40:51','31d3bf4a-9d08-43e8-8ac2-1c2c023a273e'),
(83523,7,15054,NULL,9552,3,'2026-01-21 18:40:51','2026-01-21 18:40:51','a50a3539-f18c-414f-b24f-d652606f8c05'),
(83524,57,15054,NULL,7939,1,'2026-01-21 18:40:51','2026-01-21 18:40:51','e7d9c28c-3fac-47f2-b5b5-6f1eb374fe58'),
(83525,57,15054,NULL,7941,2,'2026-01-21 18:40:51','2026-01-21 18:40:51','fd825a11-256a-4671-92e3-eda82c30c050'),
(83526,57,15054,NULL,7940,3,'2026-01-21 18:40:51','2026-01-21 18:40:51','13bc5ab1-be8d-468f-b9e8-34e9b1a816a1'),
(83527,57,15054,NULL,7938,4,'2026-01-21 18:40:51','2026-01-21 18:40:51','8ffeac3e-6647-4b84-bcaf-6540612c465a'),
(83554,32,15056,NULL,2598,1,'2026-01-21 18:41:04','2026-01-21 18:41:04','ce30cbc0-e616-4996-b2e9-199b82f25386'),
(83555,32,15056,NULL,2608,2,'2026-01-21 18:41:04','2026-01-21 18:41:04','6e1fdb3f-9bb7-4d8d-a421-378cce77db54'),
(83556,32,15056,NULL,2600,3,'2026-01-21 18:41:04','2026-01-21 18:41:04','a0a4285c-5ebb-4cf5-bc4a-9bf4daf13088'),
(83557,32,15056,NULL,2596,4,'2026-01-21 18:41:04','2026-01-21 18:41:04','0977d94b-0aff-4517-beb2-568a45b38081'),
(83558,32,15056,NULL,2602,5,'2026-01-21 18:41:04','2026-01-21 18:41:04','1705ffa7-e456-493e-9846-1720e7ecada9'),
(83559,32,15056,NULL,2606,6,'2026-01-21 18:41:04','2026-01-21 18:41:04','d6d91fee-56e2-49b1-9256-e4c3cbf88768'),
(83560,32,15056,NULL,2604,7,'2026-01-21 18:41:04','2026-01-21 18:41:04','a0800bb8-b827-4a20-8c29-9cc9db8ffec2'),
(83561,32,15056,NULL,2610,8,'2026-01-21 18:41:04','2026-01-21 18:41:04','d2506e71-52f4-4be0-8447-d7cb41611a0b'),
(83562,32,15056,NULL,2612,9,'2026-01-21 18:41:04','2026-01-21 18:41:04','7cf3de5b-6dc0-470c-b49d-1a3be293e580'),
(83563,16,15056,NULL,11978,1,'2026-01-21 18:41:04','2026-01-21 18:41:04','ae2d29d4-155d-41da-8c04-a94951fa1f91'),
(83564,7,15056,NULL,617,1,'2026-01-21 18:41:04','2026-01-21 18:41:04','701f0968-9506-454e-8373-03ff75e67243'),
(83565,7,15056,NULL,605,2,'2026-01-21 18:41:04','2026-01-21 18:41:04','b7bf0322-30c9-44b4-b574-a58d61b4f2e3'),
(83566,7,15056,NULL,9552,3,'2026-01-21 18:41:04','2026-01-21 18:41:04','566c37be-5fd7-492b-8196-6a185ffc217a'),
(83567,82,15056,NULL,491,1,'2026-01-21 18:41:04','2026-01-21 18:41:04','3baf2f42-e086-4cd2-bdc4-85d051b9e8ee'),
(83568,47,15056,NULL,10466,1,'2026-01-21 18:41:04','2026-01-21 18:41:04','364ce777-3ffb-4a3d-93d4-391d92768fcb'),
(83569,57,15056,NULL,9469,1,'2026-01-21 18:41:04','2026-01-21 18:41:04','34eb682d-517c-40e4-99ea-590d97767ebf'),
(83570,57,15056,NULL,9470,2,'2026-01-21 18:41:04','2026-01-21 18:41:04','da75e6cc-c436-47bb-816c-cb05dcee5d48'),
(83571,57,15056,NULL,9471,3,'2026-01-21 18:41:04','2026-01-21 18:41:04','3862e3c0-48bb-4b97-9f8d-5d7f8d6bb3cf'),
(83572,57,15056,NULL,10097,4,'2026-01-21 18:41:04','2026-01-21 18:41:04','0769dbcc-a62e-44fa-8d63-1d393457a200'),
(83573,57,15056,NULL,10098,5,'2026-01-21 18:41:04','2026-01-21 18:41:04','e3ce8efa-50fe-4694-b13f-98d879bc85e3'),
(83574,57,15056,NULL,10099,6,'2026-01-21 18:41:04','2026-01-21 18:41:04','b5e18e27-d922-4bb0-9246-e72b3d9e83a8'),
(83575,57,15056,NULL,10100,7,'2026-01-21 18:41:04','2026-01-21 18:41:04','bdc6ad25-b831-4e32-a53c-ac2c4609a404'),
(83576,57,15056,NULL,10101,8,'2026-01-21 18:41:04','2026-01-21 18:41:04','16fec4e5-63b6-4ab1-b979-9a3315b8f907'),
(83577,57,15056,NULL,10102,9,'2026-01-21 18:41:04','2026-01-21 18:41:04','c4fb49f6-0709-474d-9f81-1cdd17ef8d95'),
(83603,32,15058,NULL,2610,1,'2026-01-21 18:41:13','2026-01-21 18:41:13','705b117b-cf51-4886-a3e5-f55a27f2fb70'),
(83604,32,15058,NULL,2598,2,'2026-01-21 18:41:13','2026-01-21 18:41:13','bfa812fc-e2b3-444d-aff2-00e549732872'),
(83605,32,15058,NULL,2600,3,'2026-01-21 18:41:13','2026-01-21 18:41:13','806b8df7-271f-4e92-999c-0f25e07f84a1'),
(83606,32,15058,NULL,2604,4,'2026-01-21 18:41:13','2026-01-21 18:41:13','1b65b02a-337d-43e9-a8ca-16b615259d38'),
(83607,32,15058,NULL,2614,5,'2026-01-21 18:41:13','2026-01-21 18:41:13','3784dfce-bd97-4e78-8012-b928d75ec479'),
(83608,32,15058,NULL,2608,6,'2026-01-21 18:41:13','2026-01-21 18:41:13','15ac46fb-5161-436e-b059-47609e8ba643'),
(83609,32,15058,NULL,2596,7,'2026-01-21 18:41:13','2026-01-21 18:41:13','99710f30-2363-4cb6-b151-de7750596ee8'),
(83610,32,15058,NULL,2602,8,'2026-01-21 18:41:13','2026-01-21 18:41:13','e0118444-60d6-49e7-a3fd-332f154687e5'),
(83611,32,15058,NULL,2606,9,'2026-01-21 18:41:13','2026-01-21 18:41:13','68ae512f-d246-4a0e-9af8-3e410ee0cbaa'),
(83612,32,15058,NULL,2612,10,'2026-01-21 18:41:13','2026-01-21 18:41:13','016af8ee-1913-4630-b110-506bd44993aa'),
(83613,16,15058,NULL,4017,1,'2026-01-21 18:41:13','2026-01-21 18:41:13','0e493600-71db-4e24-9633-82c3db8276c7'),
(83614,7,15058,NULL,3468,1,'2026-01-21 18:41:13','2026-01-21 18:41:13','cb7cda37-1623-4ae3-bade-828cfbd9604f'),
(83615,7,15058,NULL,2969,2,'2026-01-21 18:41:13','2026-01-21 18:41:13','3c6ac08b-82ac-4835-864d-8133b005ce91'),
(83616,7,15058,NULL,617,3,'2026-01-21 18:41:13','2026-01-21 18:41:13','29b75a7f-d7f3-41e9-8f96-ac22a8472b5c'),
(83617,7,15058,NULL,9724,4,'2026-01-21 18:41:13','2026-01-21 18:41:13','e4ad0f45-ca44-454a-8044-64f013c7af46'),
(83618,7,15058,NULL,2972,5,'2026-01-21 18:41:13','2026-01-21 18:41:13','514df655-466f-421f-9a22-aee4a27074cf'),
(83619,7,15058,NULL,605,6,'2026-01-21 18:41:13','2026-01-21 18:41:13','5bea82ff-a38e-4176-adbd-a050fea0c5f5'),
(83620,7,15058,NULL,9552,7,'2026-01-21 18:41:13','2026-01-21 18:41:13','a4f4a4f0-1ae4-4913-9d6e-0c961d37b160'),
(83621,47,15058,NULL,12418,1,'2026-01-21 18:41:13','2026-01-21 18:41:13','7f4da2c6-f478-42f7-9e95-32c5bcb7414c'),
(83622,57,15058,NULL,8163,1,'2026-01-21 18:41:13','2026-01-21 18:41:13','9ecf4cfa-a2ce-4c91-ad89-cc8c9612e4e1'),
(83623,57,15058,NULL,8162,2,'2026-01-21 18:41:13','2026-01-21 18:41:13','3fce9fcb-1cfa-4dfe-a57b-03fa3fff76c0'),
(83624,57,15058,NULL,8164,3,'2026-01-21 18:41:13','2026-01-21 18:41:13','a76e4ef3-9a42-4cc2-a7d6-020ec58ea9ed'),
(83625,57,15058,NULL,8165,4,'2026-01-21 18:41:13','2026-01-21 18:41:13','3e5a470b-41ba-490e-87fe-8efccbf2448f'),
(83653,32,15060,NULL,2610,1,'2026-01-21 18:41:24','2026-01-21 18:41:24','b02adc5d-4042-4f74-bf40-a8f4e8169a27'),
(83654,32,15060,NULL,2598,2,'2026-01-21 18:41:24','2026-01-21 18:41:24','c39873d6-dc26-45ca-b00d-27c0c48b3e8a'),
(83655,32,15060,NULL,2600,3,'2026-01-21 18:41:24','2026-01-21 18:41:24','c5495fff-3f93-40a5-bf7f-17f51fc20314'),
(83656,32,15060,NULL,2604,4,'2026-01-21 18:41:24','2026-01-21 18:41:24','93267d27-0e14-494e-a3b7-1fd51c0f6a90'),
(83657,32,15060,NULL,2608,5,'2026-01-21 18:41:24','2026-01-21 18:41:24','ca845375-66b6-4173-b015-c32692bc6a6d'),
(83658,32,15060,NULL,2596,6,'2026-01-21 18:41:24','2026-01-21 18:41:24','70b117e5-c537-4590-ada2-281c265b03d6'),
(83659,32,15060,NULL,2602,7,'2026-01-21 18:41:24','2026-01-21 18:41:24','022eca64-1ae7-49c9-a005-94c9acab6c78'),
(83660,32,15060,NULL,2606,8,'2026-01-21 18:41:24','2026-01-21 18:41:24','91ca1cfa-751c-4c60-8b04-0b89b4b28055'),
(83661,32,15060,NULL,2612,9,'2026-01-21 18:41:24','2026-01-21 18:41:24','c6a1c138-0e7b-46f9-b113-8c2c121d32eb'),
(83662,16,15060,NULL,9420,1,'2026-01-21 18:41:24','2026-01-21 18:41:24','f2af4a9a-3136-4131-a45b-ab0011b0b22e'),
(83663,7,15060,NULL,6547,1,'2026-01-21 18:41:24','2026-01-21 18:41:24','c8cc8ce3-c464-4b95-b1cd-2e09ab3316e4'),
(83664,7,15060,NULL,601,2,'2026-01-21 18:41:24','2026-01-21 18:41:24','037d8840-4285-4479-a6ae-bdd24ce1b8b0'),
(83665,7,15060,NULL,617,3,'2026-01-21 18:41:24','2026-01-21 18:41:24','55d613de-0228-4dcb-b6d2-76e79c4aa548'),
(83666,7,15060,NULL,605,4,'2026-01-21 18:41:24','2026-01-21 18:41:24','ebf00506-23eb-4822-a68d-27836db7d321'),
(83667,7,15060,NULL,9552,5,'2026-01-21 18:41:24','2026-01-21 18:41:24','4ca1bbaa-80e1-4849-984c-0be817bc9be6'),
(83668,82,15060,NULL,491,1,'2026-01-21 18:41:24','2026-01-21 18:41:24','0ff3b88d-0906-4c5d-af3a-0ea975623cdd'),
(83669,47,15060,NULL,12413,1,'2026-01-21 18:41:24','2026-01-21 18:41:24','65fa8a15-686b-4ca8-9cdf-3100fe9b31e8'),
(83670,57,15060,NULL,8141,1,'2026-01-21 18:41:24','2026-01-21 18:41:24','9f8966b5-e22f-488b-8826-ced6d2f04df9'),
(83671,57,15060,NULL,5129,2,'2026-01-21 18:41:24','2026-01-21 18:41:24','4e6272d6-c39b-4e1f-805a-ddd4a1e10ee7'),
(83672,57,15060,NULL,5127,3,'2026-01-21 18:41:24','2026-01-21 18:41:24','d1e2bb5d-4551-468b-baa9-a07cc96ebc54'),
(83673,57,15060,NULL,8142,4,'2026-01-21 18:41:24','2026-01-21 18:41:24','c984c26a-9a14-4329-8eb2-b1109f025963'),
(83674,57,15060,NULL,9423,5,'2026-01-21 18:41:24','2026-01-21 18:41:24','fd928fdf-5f69-4d4b-bcbf-6f0070dab71c'),
(83675,57,15060,NULL,9424,6,'2026-01-21 18:41:24','2026-01-21 18:41:24','93546f60-5737-41b2-a737-20ab516617f9'),
(83676,57,15060,NULL,9425,7,'2026-01-21 18:41:24','2026-01-21 18:41:24','0b22ea6c-49ea-4fad-be07-c75f7dc0b3a2'),
(83677,57,15060,NULL,9426,8,'2026-01-21 18:41:24','2026-01-21 18:41:24','6ceb30f0-c5cd-467b-9076-ce1df05e9fe0'),
(83678,57,15060,NULL,9427,9,'2026-01-21 18:41:24','2026-01-21 18:41:24','3172ffec-1d16-4723-ae58-4c63c833e1a7'),
(83708,32,15062,NULL,2610,1,'2026-01-21 18:41:31','2026-01-21 18:41:31','4aefa3c4-ec21-457c-ab18-19d1efe7ae9a'),
(83709,32,15062,NULL,2598,2,'2026-01-21 18:41:31','2026-01-21 18:41:31','a1740c31-9944-4a4f-a8e5-ea35806b9f50'),
(83710,32,15062,NULL,2608,3,'2026-01-21 18:41:31','2026-01-21 18:41:31','f97d5bfb-2755-44e1-93e6-c756348e7807'),
(83711,32,15062,NULL,2624,4,'2026-01-21 18:41:31','2026-01-21 18:41:31','4c691046-c90f-42a8-a0b7-249c9619f2c1'),
(83712,32,15062,NULL,2600,5,'2026-01-21 18:41:31','2026-01-21 18:41:31','b04d958e-1e04-40f7-8653-8ae892a83ecb'),
(83713,32,15062,NULL,2596,6,'2026-01-21 18:41:31','2026-01-21 18:41:31','92d8da6d-35aa-48f8-a7ee-f3a1dcb6797b'),
(83714,32,15062,NULL,2602,7,'2026-01-21 18:41:31','2026-01-21 18:41:31','34bf6c59-45a2-46e2-b750-0fd0957cc23c'),
(83715,32,15062,NULL,2606,8,'2026-01-21 18:41:31','2026-01-21 18:41:31','98db267c-e023-4e89-9efd-840d6d7f562e'),
(83716,32,15062,NULL,2612,9,'2026-01-21 18:41:31','2026-01-21 18:41:31','655deddc-8b73-4494-ad2c-ee334871c773'),
(83717,32,15062,NULL,2604,10,'2026-01-21 18:41:31','2026-01-21 18:41:31','10c7928b-c342-4632-8751-0a13a6a551b7'),
(83718,16,15062,NULL,5140,1,'2026-01-21 18:41:31','2026-01-21 18:41:31','e1d2e564-21fd-49c9-bcc4-ea252cf6b8d9'),
(83719,7,15062,NULL,6547,1,'2026-01-21 18:41:31','2026-01-21 18:41:31','932432fb-9653-41b7-9772-ea515e679fbd'),
(83720,7,15062,NULL,601,2,'2026-01-21 18:41:31','2026-01-21 18:41:31','4e01ae28-2702-4ef1-acda-5df560a818fd'),
(83721,7,15062,NULL,9735,3,'2026-01-21 18:41:31','2026-01-21 18:41:31','6fbb6afd-9e5a-4166-b65e-d3e42560b336'),
(83722,7,15062,NULL,617,4,'2026-01-21 18:41:31','2026-01-21 18:41:31','e64a616a-0132-4c72-959a-3190427f4449'),
(83723,7,15062,NULL,605,5,'2026-01-21 18:41:31','2026-01-21 18:41:31','3118f0a8-724d-4f49-ab11-116bb03f9971'),
(83724,7,15062,NULL,9552,6,'2026-01-21 18:41:31','2026-01-21 18:41:31','40d7eb14-a36b-4573-9347-6ed9854ead0b'),
(83725,82,15062,NULL,491,1,'2026-01-21 18:41:31','2026-01-21 18:41:31','a1097e14-7f04-4a56-9f26-449fbdf11145'),
(83726,46,15062,NULL,2891,1,'2026-01-21 18:41:31','2026-01-21 18:41:31','29e42272-632e-49c9-b9a4-4dd3379b11b6'),
(83727,47,15062,NULL,12315,1,'2026-01-21 18:41:31','2026-01-21 18:41:31','d793ebd8-cef2-4650-9810-78162e160135'),
(83728,57,15062,NULL,5146,1,'2026-01-21 18:41:31','2026-01-21 18:41:31','6870fb7b-3a5a-461c-905e-8ea6907f41bf'),
(83729,57,15062,NULL,5147,2,'2026-01-21 18:41:31','2026-01-21 18:41:31','d02380fb-3ed2-4aa1-8d1f-834c5d1a3322'),
(83730,57,15062,NULL,5148,3,'2026-01-21 18:41:31','2026-01-21 18:41:31','5a36539f-28c2-4525-89c7-fe2004a21f0b'),
(83731,57,15062,NULL,5149,4,'2026-01-21 18:41:31','2026-01-21 18:41:31','aafdddeb-1e0b-41fd-9d00-d5b04c1f3efd'),
(83732,57,15062,NULL,5150,5,'2026-01-21 18:41:31','2026-01-21 18:41:31','caae1442-1ffc-41e0-a834-64556d228fd0'),
(83733,57,15062,NULL,5151,6,'2026-01-21 18:41:31','2026-01-21 18:41:31','0ed5147c-fba1-484f-8494-8cb0cc2b4e62'),
(83734,57,15062,NULL,5152,7,'2026-01-21 18:41:31','2026-01-21 18:41:31','e4bf8149-11d7-4819-8431-957331e4496b'),
(83735,57,15062,NULL,5153,8,'2026-01-21 18:41:31','2026-01-21 18:41:31','b0745d5e-5e4a-483c-aab9-e63649aa929e'),
(83736,13,15062,NULL,6882,1,'2026-01-21 18:41:31','2026-01-21 18:41:31','f09e4124-f7c3-430a-8178-03834583a027'),
(83761,32,15064,NULL,2610,1,'2026-01-21 18:41:40','2026-01-21 18:41:40','1c66dd26-4af0-457d-9343-70298ae3dbbe'),
(83762,32,15064,NULL,2598,2,'2026-01-21 18:41:40','2026-01-21 18:41:40','26fb10c8-c68b-472f-9713-43a70e602b49'),
(83763,32,15064,NULL,2600,3,'2026-01-21 18:41:40','2026-01-21 18:41:40','8234b47c-576f-48c4-89d7-ea093ed48860'),
(83764,32,15064,NULL,2606,4,'2026-01-21 18:41:40','2026-01-21 18:41:40','54af0543-4926-42b4-9347-10dc38911f4b'),
(83765,32,15064,NULL,2604,5,'2026-01-21 18:41:40','2026-01-21 18:41:40','5ab7d0c6-86fc-48a8-9ac0-1d4cc93b4d74'),
(83766,32,15064,NULL,2614,6,'2026-01-21 18:41:40','2026-01-21 18:41:40','5e6f6d4b-625b-4de4-a8f1-7563987a1dd5'),
(83767,32,15064,NULL,2608,7,'2026-01-21 18:41:40','2026-01-21 18:41:40','6b7c808d-ba03-4983-9a88-0dde207e8f14'),
(83768,32,15064,NULL,2596,8,'2026-01-21 18:41:40','2026-01-21 18:41:40','0e85f17b-b590-4129-9e08-446c72819f12'),
(83769,32,15064,NULL,2602,9,'2026-01-21 18:41:40','2026-01-21 18:41:40','fd0e84a4-c391-4d2a-9f9c-8137c3e667de'),
(83770,32,15064,NULL,2612,10,'2026-01-21 18:41:40','2026-01-21 18:41:40','3be823bf-d42c-4fc3-ab72-fe152ea53417'),
(83771,16,15064,NULL,5191,1,'2026-01-21 18:41:40','2026-01-21 18:41:40','32050bf8-4ba9-45a5-b745-efc3b0ae615d'),
(83772,7,15064,NULL,2969,1,'2026-01-21 18:41:40','2026-01-21 18:41:40','436f1862-8b41-4029-af56-0e5024c8fec0'),
(83773,7,15064,NULL,617,2,'2026-01-21 18:41:40','2026-01-21 18:41:40','9102c731-9aff-49bb-a048-5a0fcb673a5e'),
(83774,7,15064,NULL,605,3,'2026-01-21 18:41:40','2026-01-21 18:41:40','2ae16673-1578-4bf2-8a30-3a8eeebd15bb'),
(83775,7,15064,NULL,9552,4,'2026-01-21 18:41:40','2026-01-21 18:41:40','0247aa6d-0684-41e5-b7e1-8d62be68afa5'),
(83776,47,15064,NULL,12370,1,'2026-01-21 18:41:40','2026-01-21 18:41:40','ebdd9a50-8ae1-44f3-a6b5-173aff647ae1'),
(83777,57,15064,NULL,5185,1,'2026-01-21 18:41:40','2026-01-21 18:41:40','8d3401b5-bd04-42e0-b423-e8f55c1594d9'),
(83778,57,15064,NULL,5186,2,'2026-01-21 18:41:40','2026-01-21 18:41:40','8853e37a-5000-42dc-9e36-55503a48a64b'),
(83779,57,15064,NULL,5187,3,'2026-01-21 18:41:40','2026-01-21 18:41:40','b565d39f-d36f-4bb9-8c72-3374b109915b'),
(83780,57,15064,NULL,5188,4,'2026-01-21 18:41:40','2026-01-21 18:41:40','4b12ea15-fc66-496d-aefb-3c87e7bf0a3d'),
(83781,57,15064,NULL,5189,5,'2026-01-21 18:41:40','2026-01-21 18:41:40','f1670ba6-f06c-4385-856c-4114d404415c'),
(83782,57,15064,NULL,5190,6,'2026-01-21 18:41:40','2026-01-21 18:41:40','ebb147ff-afd0-4417-98c8-beedc224f00e'),
(83810,32,15066,NULL,2610,1,'2026-01-21 18:46:05','2026-01-21 18:46:05','6364caf8-8a1c-4f80-a07b-f2a6d49d5504'),
(83811,32,15066,NULL,2598,2,'2026-01-21 18:46:05','2026-01-21 18:46:05','4c6257bc-6b5a-4191-a3f1-384ddbc04fd8'),
(83812,32,15066,NULL,2600,3,'2026-01-21 18:46:05','2026-01-21 18:46:05','30ca41c2-dd77-4079-aee8-f4d2680bf665'),
(83813,32,15066,NULL,2604,4,'2026-01-21 18:46:05','2026-01-21 18:46:05','e0056d80-15b0-4bfa-96b7-32f6f0b893d0'),
(83814,32,15066,NULL,2608,5,'2026-01-21 18:46:05','2026-01-21 18:46:05','d4a8a2ad-7388-4f44-bdc0-7274ba3de16d'),
(83815,32,15066,NULL,2596,6,'2026-01-21 18:46:05','2026-01-21 18:46:05','90d920a4-6cce-41cc-a142-bde5880dbdf9'),
(83816,32,15066,NULL,2602,7,'2026-01-21 18:46:05','2026-01-21 18:46:05','ff7e48ad-f49a-4da7-96c9-e042447df529'),
(83817,32,15066,NULL,2606,8,'2026-01-21 18:46:05','2026-01-21 18:46:05','95b01032-b87b-4c05-b62b-c551515f39ef'),
(83818,32,15066,NULL,2612,9,'2026-01-21 18:46:05','2026-01-21 18:46:05','228f4460-6277-46bb-829a-50c4b4c1937b'),
(83819,16,15066,NULL,9420,1,'2026-01-21 18:46:05','2026-01-21 18:46:05','09ed1ab9-9156-4038-885b-4ab7bdaf62f2'),
(83820,7,15066,NULL,6547,1,'2026-01-21 18:46:05','2026-01-21 18:46:05','8d399b3f-db2e-4ff0-9c49-d405f83fcd21'),
(83821,7,15066,NULL,601,2,'2026-01-21 18:46:05','2026-01-21 18:46:05','e7b09a58-354d-4247-bc7a-0d8d01967026'),
(83822,7,15066,NULL,617,3,'2026-01-21 18:46:05','2026-01-21 18:46:05','be44cbc7-64a5-4cfc-9d79-6b510213f5af'),
(83823,7,15066,NULL,605,4,'2026-01-21 18:46:05','2026-01-21 18:46:05','f8b41f7d-0aa8-484d-89f2-e70549723132'),
(83824,7,15066,NULL,9552,5,'2026-01-21 18:46:05','2026-01-21 18:46:05','4e4e9d1d-e487-4375-9352-d5ec0c221dc5'),
(83825,82,15066,NULL,491,1,'2026-01-21 18:46:05','2026-01-21 18:46:05','e86815dc-3ced-45aa-a6d9-fca41793ac6b'),
(83826,47,15066,NULL,12413,1,'2026-01-21 18:46:05','2026-01-21 18:46:05','33d87e5f-bed1-4d02-976c-21b7b8f87f50'),
(83827,57,15066,NULL,8141,1,'2026-01-21 18:46:05','2026-01-21 18:46:05','567f3123-512c-41c8-96f2-4218a858ab10'),
(83828,57,15066,NULL,5129,2,'2026-01-21 18:46:05','2026-01-21 18:46:05','bb8bea60-dc5f-4cc4-b9a0-4487444b55fc'),
(83829,57,15066,NULL,5127,3,'2026-01-21 18:46:05','2026-01-21 18:46:05','d8c52193-de21-439f-9fcd-7e85213660fb'),
(83830,57,15066,NULL,8142,4,'2026-01-21 18:46:05','2026-01-21 18:46:05','6648fa3a-9dcc-4879-8d7d-21ddd5940607'),
(83831,57,15066,NULL,9423,5,'2026-01-21 18:46:05','2026-01-21 18:46:05','91d54206-e9f1-4a1c-9a19-3351c6396083'),
(83832,57,15066,NULL,9424,6,'2026-01-21 18:46:05','2026-01-21 18:46:05','05154ef2-ad8b-451e-bf90-ed00988ee994'),
(83833,57,15066,NULL,9425,7,'2026-01-21 18:46:05','2026-01-21 18:46:05','8e42df33-c212-4125-9bb1-8d147a15edd6'),
(83834,57,15066,NULL,9426,8,'2026-01-21 18:46:05','2026-01-21 18:46:05','741d9918-deb0-4089-a5ec-728bd24c6bcf'),
(83835,57,15066,NULL,9427,9,'2026-01-21 18:46:05','2026-01-21 18:46:05','63186bb4-e376-4628-9db9-d7466bbc6556'),
(83886,32,15074,NULL,2610,1,'2026-01-21 19:02:17','2026-01-21 19:02:17','a93dc277-1a83-4e6c-b9c1-5e3c66bd13e5'),
(83887,32,15074,NULL,2598,2,'2026-01-21 19:02:17','2026-01-21 19:02:17','54525bb1-9616-4698-bbf9-18cf9dd91f83'),
(83888,32,15074,NULL,2608,3,'2026-01-21 19:02:17','2026-01-21 19:02:17','9c939fe1-8986-4f3a-a52f-95fb7d1cbbc7'),
(83889,32,15074,NULL,2600,4,'2026-01-21 19:02:17','2026-01-21 19:02:17','5a0d9ca5-fbf2-4caa-8d70-c91aad11079d'),
(83890,32,15074,NULL,2596,5,'2026-01-21 19:02:17','2026-01-21 19:02:17','a6657ea5-ecbb-4d74-8873-c4489b246640'),
(83891,32,15074,NULL,2602,6,'2026-01-21 19:02:17','2026-01-21 19:02:17','b7225903-eefd-47bf-a946-5ae092353ebb'),
(83892,32,15074,NULL,2604,7,'2026-01-21 19:02:17','2026-01-21 19:02:17','85584405-6b3b-4af1-aeb4-bf37d9c7bf4b'),
(83893,32,15074,NULL,2606,8,'2026-01-21 19:02:17','2026-01-21 19:02:17','083c0b0c-2930-4859-8ffe-541db355a570'),
(83894,32,15074,NULL,2612,9,'2026-01-21 19:02:17','2026-01-21 19:02:17','a140cb84-218c-4a65-b1d7-8afc2c87f947'),
(83895,83,15074,NULL,951,1,'2026-01-21 19:02:17','2026-01-21 19:02:17','e50cc757-d7d6-4b05-bdcb-950592f7fe49'),
(83896,16,15074,NULL,7700,1,'2026-01-21 19:02:17','2026-01-21 19:02:17','ea1e1c27-8e77-4572-be45-09fac259ce8b'),
(83897,7,15074,NULL,2969,1,'2026-01-21 19:02:17','2026-01-21 19:02:17','85193988-328c-4b7c-b5f7-ebd29e277e41'),
(83898,7,15074,NULL,2972,2,'2026-01-21 19:02:17','2026-01-21 19:02:17','1c8278bf-ac6f-4429-af79-f668aeb61308'),
(83899,7,15074,NULL,2974,3,'2026-01-21 19:02:17','2026-01-21 19:02:17','571fe0e3-3d5f-4194-979f-4a629afc396d'),
(83900,7,15074,NULL,617,4,'2026-01-21 19:02:17','2026-01-21 19:02:17','ef9a37d8-10dd-429e-8f49-9f2756c29a54'),
(83901,7,15074,NULL,605,5,'2026-01-21 19:02:17','2026-01-21 19:02:17','803a71e1-ad3c-484b-b1a1-08718433a6f9'),
(83902,7,15074,NULL,9552,6,'2026-01-21 19:02:17','2026-01-21 19:02:17','96d230ae-26e9-4afa-b197-6e8f45587627'),
(83903,82,15074,NULL,491,1,'2026-01-21 19:02:17','2026-01-21 19:02:17','0ab00c57-0056-463e-9037-7e92399a08e9'),
(83904,47,15074,NULL,14958,1,'2026-01-21 19:02:17','2026-01-21 19:02:17','ec2d0206-e4d2-4de9-b976-ca5d26719d42'),
(83905,57,15074,NULL,4842,1,'2026-01-21 19:02:17','2026-01-21 19:02:17','f74c66aa-2b03-489e-b230-0485b0c69e8c'),
(83906,57,15074,NULL,4841,2,'2026-01-21 19:02:17','2026-01-21 19:02:17','1bef3091-61ae-42e2-9ac6-f971bcd01907'),
(83907,57,15074,NULL,4846,3,'2026-01-21 19:02:17','2026-01-21 19:02:17','87029e90-d98d-4afb-822f-9ada01cfdab4'),
(83908,57,15074,NULL,4845,4,'2026-01-21 19:02:17','2026-01-21 19:02:17','f8bc1ce8-b611-4f40-a3a9-9f846e0b7c97'),
(83909,57,15074,NULL,4844,5,'2026-01-21 19:02:17','2026-01-21 19:02:17','989d14c1-f58a-49d1-ba3b-768d185cf708'),
(83910,57,15074,NULL,4843,6,'2026-01-21 19:02:17','2026-01-21 19:02:17','c9c9947c-5763-4c7a-8823-5952a3b0a941'),
(83938,32,15076,NULL,2610,1,'2026-01-21 19:02:24','2026-01-21 19:02:24','09567bef-c59c-4ae0-81c5-7133c762fb82'),
(83939,32,15076,NULL,2598,2,'2026-01-21 19:02:24','2026-01-21 19:02:24','837b7e36-67cf-466a-b6e8-32dd33139952'),
(83940,32,15076,NULL,2608,3,'2026-01-21 19:02:24','2026-01-21 19:02:24','e42bb7a8-48c0-4cf3-9684-14d59347a5f2'),
(83941,32,15076,NULL,2600,4,'2026-01-21 19:02:24','2026-01-21 19:02:24','406b94a3-ca10-4683-9801-3f5aaaba2fe8'),
(83942,32,15076,NULL,2596,5,'2026-01-21 19:02:24','2026-01-21 19:02:24','71d3727a-c9e8-49df-9cbb-6e5767d9120c'),
(83943,32,15076,NULL,2602,6,'2026-01-21 19:02:24','2026-01-21 19:02:24','7f3effe5-bfab-4b10-b4de-2f9a612acae7'),
(83944,32,15076,NULL,2604,7,'2026-01-21 19:02:24','2026-01-21 19:02:24','8a7d726e-c828-451a-a5ed-498700e166db'),
(83945,32,15076,NULL,2606,8,'2026-01-21 19:02:24','2026-01-21 19:02:24','2b713434-3450-4bf1-a01b-e441b5624f69'),
(83946,32,15076,NULL,2612,9,'2026-01-21 19:02:24','2026-01-21 19:02:24','7247a4a6-e43e-4e15-a4c9-ba598ce6ee27'),
(83947,83,15076,NULL,951,1,'2026-01-21 19:02:24','2026-01-21 19:02:24','84dcbe06-3fcc-4eef-b6a0-370976e275c7'),
(83948,16,15076,NULL,7700,1,'2026-01-21 19:02:24','2026-01-21 19:02:24','f53a7568-8bb8-4440-9edf-853fd1583e51'),
(83949,7,15076,NULL,2969,1,'2026-01-21 19:02:24','2026-01-21 19:02:24','5485f520-f3e7-4149-9998-ca4a4d344c12'),
(83950,7,15076,NULL,2972,2,'2026-01-21 19:02:24','2026-01-21 19:02:24','7f616565-32fb-47bf-941c-830fee0d86f7'),
(83951,7,15076,NULL,2974,3,'2026-01-21 19:02:24','2026-01-21 19:02:24','beb7824e-45ac-4736-a511-c2cab7414e44'),
(83952,7,15076,NULL,617,4,'2026-01-21 19:02:24','2026-01-21 19:02:24','12d45bcb-0b33-4044-8c8a-45890fc17ab2'),
(83953,7,15076,NULL,605,5,'2026-01-21 19:02:24','2026-01-21 19:02:24','fbb6957c-08df-4be7-b02e-e2424263ed5d'),
(83954,7,15076,NULL,9552,6,'2026-01-21 19:02:24','2026-01-21 19:02:24','833c1c26-2d61-48a1-8a9a-069bb105e18c'),
(83955,82,15076,NULL,491,1,'2026-01-21 19:02:24','2026-01-21 19:02:24','2c812557-9885-4390-b292-85ad61ffcc5a'),
(83956,47,15076,NULL,14958,1,'2026-01-21 19:02:24','2026-01-21 19:02:24','7a054b5c-8b08-4b23-af2c-381f4931958d'),
(83957,57,15076,NULL,4842,1,'2026-01-21 19:02:24','2026-01-21 19:02:24','9ddd2292-6076-492a-b514-723b6acaaf62'),
(83958,57,15076,NULL,4841,2,'2026-01-21 19:02:24','2026-01-21 19:02:24','74c7784a-91b3-4b20-ad5b-c63c5c6ab3aa'),
(83959,57,15076,NULL,4846,3,'2026-01-21 19:02:24','2026-01-21 19:02:24','76ee5ab6-80fc-43c6-a603-18242a9bb728'),
(83960,57,15076,NULL,4845,4,'2026-01-21 19:02:24','2026-01-21 19:02:24','c31ededd-02e3-4ec4-840a-5fb1e50ff65b'),
(83961,57,15076,NULL,4844,5,'2026-01-21 19:02:24','2026-01-21 19:02:24','a669fdd7-473b-45e0-80a0-28526589b374'),
(83962,57,15076,NULL,4843,6,'2026-01-21 19:02:24','2026-01-21 19:02:24','d1e47292-8b89-4fe1-bf02-7b4e167982db'),
(83990,32,15078,NULL,2610,1,'2026-01-21 19:02:42','2026-01-21 19:02:42','4b2880ff-0737-4abc-b787-a6f141256e6d'),
(83991,32,15078,NULL,2598,2,'2026-01-21 19:02:42','2026-01-21 19:02:42','4a311795-e00d-46eb-8d86-4d5740dcce50'),
(83992,32,15078,NULL,2608,3,'2026-01-21 19:02:42','2026-01-21 19:02:42','11a23f8f-ed97-40b1-abf5-fb7b08aaf205'),
(83993,32,15078,NULL,2600,4,'2026-01-21 19:02:42','2026-01-21 19:02:42','b0d644d6-41bb-44fd-ab43-75b8a8b5c73a'),
(83994,32,15078,NULL,2596,5,'2026-01-21 19:02:42','2026-01-21 19:02:42','9d0d5e52-a898-4cd4-ac0b-01cbf90add62'),
(83995,32,15078,NULL,2602,6,'2026-01-21 19:02:42','2026-01-21 19:02:42','72b513c1-d293-428f-9812-bfaad85600c0'),
(83996,32,15078,NULL,2604,7,'2026-01-21 19:02:42','2026-01-21 19:02:42','e0ce7b0a-1e02-47dd-bd87-081f00c96de7'),
(83997,32,15078,NULL,2606,8,'2026-01-21 19:02:42','2026-01-21 19:02:42','dc3d2ba1-1703-4abd-a731-07a4527de29a'),
(83998,32,15078,NULL,2612,9,'2026-01-21 19:02:42','2026-01-21 19:02:42','92b9f1d7-389c-40a1-b67b-ba5b6b47170c'),
(83999,83,15078,NULL,951,1,'2026-01-21 19:02:42','2026-01-21 19:02:42','4ddca5f5-e30b-49ff-8275-800bf9c6ca39'),
(84000,16,15078,NULL,7700,1,'2026-01-21 19:02:42','2026-01-21 19:02:42','fbd94c51-baae-42d1-8b03-5a54783cf152'),
(84001,7,15078,NULL,2969,1,'2026-01-21 19:02:42','2026-01-21 19:02:42','fadccaf1-3d32-4839-9cd5-cd19b539afcd'),
(84002,7,15078,NULL,2972,2,'2026-01-21 19:02:42','2026-01-21 19:02:42','1918e188-8fe0-45d9-911f-29cb0dadaa98'),
(84003,7,15078,NULL,2974,3,'2026-01-21 19:02:42','2026-01-21 19:02:42','51ca07ec-3c4f-4e62-ab7f-83f8e3f4407d'),
(84004,7,15078,NULL,617,4,'2026-01-21 19:02:42','2026-01-21 19:02:42','7c36c3e0-1fb2-4dd9-97cb-5b9ddab0d684'),
(84005,7,15078,NULL,605,5,'2026-01-21 19:02:42','2026-01-21 19:02:42','3aaa5c68-b981-457d-869a-f2f310ad8987'),
(84006,7,15078,NULL,9552,6,'2026-01-21 19:02:42','2026-01-21 19:02:42','a87e4e85-9b42-4937-85b6-cb3afcb5bcc6'),
(84007,82,15078,NULL,491,1,'2026-01-21 19:02:42','2026-01-21 19:02:42','057c7415-906d-45bb-9261-3a71d0203d4d'),
(84008,47,15078,NULL,14958,1,'2026-01-21 19:02:42','2026-01-21 19:02:42','335e29ab-37f1-489b-9f73-63ee3f1dcee3'),
(84009,57,15078,NULL,4842,1,'2026-01-21 19:02:42','2026-01-21 19:02:42','9847532a-b80c-4086-925c-bb9a9dc9bd2d'),
(84010,57,15078,NULL,4841,2,'2026-01-21 19:02:42','2026-01-21 19:02:42','bb3de5ce-42e1-4600-aad8-20493b97f2a0'),
(84011,57,15078,NULL,4846,3,'2026-01-21 19:02:42','2026-01-21 19:02:42','cd5f7459-0e73-4a7f-ba36-6eae6304bfc7'),
(84012,57,15078,NULL,4845,4,'2026-01-21 19:02:42','2026-01-21 19:02:42','bf0f4a16-0c9b-407c-a5f8-4e49ebae19c5'),
(84013,57,15078,NULL,4844,5,'2026-01-21 19:02:42','2026-01-21 19:02:42','fcb93a4d-6c8a-4b8e-9e5d-c45fffeb4c92'),
(84014,57,15078,NULL,4843,6,'2026-01-21 19:02:42','2026-01-21 19:02:42','a97881eb-f0b7-41a2-9d16-c66b6c96f263'),
(84042,32,15086,NULL,2610,1,'2026-01-21 19:11:07','2026-01-21 19:11:07','6a06fdbe-0aa1-4b3c-a2a8-e37bda18eb4e'),
(84043,32,15086,NULL,2598,2,'2026-01-21 19:11:07','2026-01-21 19:11:07','381cd672-adc6-4ffb-9033-b13e49ed77cc'),
(84044,32,15086,NULL,2608,3,'2026-01-21 19:11:07','2026-01-21 19:11:07','804b8d81-6452-47fd-8e0e-ade3ceaf5071'),
(84045,32,15086,NULL,2600,4,'2026-01-21 19:11:07','2026-01-21 19:11:07','43d15b75-6e4a-4878-b81d-5588d7e49ca5'),
(84046,32,15086,NULL,2596,5,'2026-01-21 19:11:07','2026-01-21 19:11:07','3ddfffca-cdd2-4a9b-876b-319626fa8acb'),
(84047,32,15086,NULL,2602,6,'2026-01-21 19:11:07','2026-01-21 19:11:07','fbfa00c4-84d9-4e8f-a54f-907613706554'),
(84048,32,15086,NULL,2604,7,'2026-01-21 19:11:07','2026-01-21 19:11:07','9eb7b666-c439-421c-aa08-331a67de752e'),
(84049,32,15086,NULL,2606,8,'2026-01-21 19:11:07','2026-01-21 19:11:07','af917750-8596-4d71-b702-bcc7b96b7d21'),
(84050,32,15086,NULL,2612,9,'2026-01-21 19:11:07','2026-01-21 19:11:07','88c6174c-b87a-4a00-b476-16e9bd1d59d4'),
(84051,83,15086,NULL,951,1,'2026-01-21 19:11:07','2026-01-21 19:11:07','13333aa2-f5ca-47c3-9ad5-a1a4684a0dd1'),
(84052,16,15086,NULL,7700,1,'2026-01-21 19:11:07','2026-01-21 19:11:07','dab51c38-660e-42b4-8b2c-78c42f0da321'),
(84053,7,15086,NULL,2969,1,'2026-01-21 19:11:07','2026-01-21 19:11:07','45cf2ec3-5540-46c1-88a6-5bc72c911684'),
(84054,7,15086,NULL,2972,2,'2026-01-21 19:11:07','2026-01-21 19:11:07','2bab595f-0a4e-46cb-8a1c-58ab844303ac'),
(84055,7,15086,NULL,2974,3,'2026-01-21 19:11:07','2026-01-21 19:11:07','6e17ab6a-b6e6-4af3-a2a0-6150aa860bfd'),
(84056,7,15086,NULL,617,4,'2026-01-21 19:11:07','2026-01-21 19:11:07','7d81ca56-30e3-4a28-b502-13ba22b7e84a'),
(84057,7,15086,NULL,605,5,'2026-01-21 19:11:07','2026-01-21 19:11:07','59f8eb26-c722-4abe-8a3c-15ced6d11067'),
(84058,7,15086,NULL,9552,6,'2026-01-21 19:11:07','2026-01-21 19:11:07','46756e7f-7ac5-49fa-b97c-4b2d28b2bc3e'),
(84059,82,15086,NULL,491,1,'2026-01-21 19:11:07','2026-01-21 19:11:07','3e7b6bcf-636c-4fe7-b95f-2a9abba2a26f'),
(84060,47,15086,NULL,14958,1,'2026-01-21 19:11:07','2026-01-21 19:11:07','6f8f038f-790b-4d79-88f2-c5817fcf1c1a'),
(84061,57,15086,NULL,4842,1,'2026-01-21 19:11:07','2026-01-21 19:11:07','49b44aa7-aeec-4b86-8cc9-b2a5db475ed3'),
(84062,57,15086,NULL,4841,2,'2026-01-21 19:11:07','2026-01-21 19:11:07','e71a0ee9-cd86-43a9-88c8-aeebba45e522'),
(84063,57,15086,NULL,4846,3,'2026-01-21 19:11:07','2026-01-21 19:11:07','d46d0bec-8a0d-4338-a27f-a76756022858'),
(84064,57,15086,NULL,4845,4,'2026-01-21 19:11:07','2026-01-21 19:11:07','0d237fce-ed5d-44c2-83eb-b4105dc8b13c'),
(84065,57,15086,NULL,4844,5,'2026-01-21 19:11:07','2026-01-21 19:11:07','225b07fb-1bd2-43d3-929a-d70661549edd'),
(84066,57,15086,NULL,4843,6,'2026-01-21 19:11:07','2026-01-21 19:11:07','e93f5676-5107-4474-a87b-98932208a757'),
(84094,32,15088,NULL,2610,1,'2026-01-21 19:12:00','2026-01-21 19:12:00','b49214d9-1aa8-4c44-a4bd-f9f4295a1297'),
(84095,32,15088,NULL,2598,2,'2026-01-21 19:12:00','2026-01-21 19:12:00','c90fa566-1dea-4f9d-8b1f-d8a11d817de0'),
(84096,32,15088,NULL,2608,3,'2026-01-21 19:12:00','2026-01-21 19:12:00','7d7f7a71-5958-4d40-8467-c35360b34fc9'),
(84097,32,15088,NULL,2600,4,'2026-01-21 19:12:00','2026-01-21 19:12:00','64a9b12f-e3e4-4bac-a90e-3f0e32670d6a'),
(84098,32,15088,NULL,2596,5,'2026-01-21 19:12:00','2026-01-21 19:12:00','d4354e85-f4cc-47ae-9c56-eb43ef5ded2e'),
(84099,32,15088,NULL,2602,6,'2026-01-21 19:12:00','2026-01-21 19:12:00','e86fa895-f185-430f-9eb3-e6faf63ba05f'),
(84100,32,15088,NULL,2604,7,'2026-01-21 19:12:00','2026-01-21 19:12:00','dadcdab7-b98f-4d2c-bfe6-2d83136cf3cc'),
(84101,32,15088,NULL,2606,8,'2026-01-21 19:12:00','2026-01-21 19:12:00','f7127e26-d71b-4b49-ad5a-dc8239bc5310'),
(84102,32,15088,NULL,2612,9,'2026-01-21 19:12:00','2026-01-21 19:12:00','6338a8ba-f9b0-4d4a-a5e1-ad505b64c9c9'),
(84103,83,15088,NULL,951,1,'2026-01-21 19:12:00','2026-01-21 19:12:00','1f2b5405-da89-463e-805a-47a651d1ddd9'),
(84104,16,15088,NULL,7700,1,'2026-01-21 19:12:00','2026-01-21 19:12:00','b1149be8-bb39-43e8-bbd6-48da72e8990c'),
(84105,7,15088,NULL,2969,1,'2026-01-21 19:12:00','2026-01-21 19:12:00','e08199c3-0142-42ff-bb50-9b7e898a6db6'),
(84106,7,15088,NULL,2972,2,'2026-01-21 19:12:00','2026-01-21 19:12:00','bb56d7bf-c0c6-4ba9-98ce-26dc98f70a3b'),
(84107,7,15088,NULL,2974,3,'2026-01-21 19:12:00','2026-01-21 19:12:00','c0fc3ee4-cbae-430f-8060-8295be9a4896'),
(84108,7,15088,NULL,617,4,'2026-01-21 19:12:00','2026-01-21 19:12:00','4db1ea9e-009e-4d18-ac8f-1a6fd6165819'),
(84109,7,15088,NULL,605,5,'2026-01-21 19:12:00','2026-01-21 19:12:00','69113975-e487-4b37-bb63-07e6ef9f2e09'),
(84110,7,15088,NULL,9552,6,'2026-01-21 19:12:00','2026-01-21 19:12:00','9d159c9e-4a3b-4bfe-b105-5972846c3579'),
(84111,82,15088,NULL,491,1,'2026-01-21 19:12:00','2026-01-21 19:12:00','fcc80269-68e4-4be6-8c47-e21ac84db76a'),
(84112,47,15088,NULL,14958,1,'2026-01-21 19:12:00','2026-01-21 19:12:00','7643661f-0777-4591-a824-9f1ddc27996d'),
(84113,57,15088,NULL,4842,1,'2026-01-21 19:12:00','2026-01-21 19:12:00','f6a1d49b-0ed1-4189-be22-0d6b45511854'),
(84114,57,15088,NULL,4841,2,'2026-01-21 19:12:00','2026-01-21 19:12:00','73e4a9d9-1873-459d-9fc6-04a2487471fc'),
(84115,57,15088,NULL,4846,3,'2026-01-21 19:12:00','2026-01-21 19:12:00','e3e1f375-4d0f-4de7-8fde-362fa1280cab'),
(84116,57,15088,NULL,4845,4,'2026-01-21 19:12:00','2026-01-21 19:12:00','5d65ed04-bbd4-4c8a-9b8a-9d768a961301'),
(84117,57,15088,NULL,4844,5,'2026-01-21 19:12:00','2026-01-21 19:12:00','79928fec-8710-471b-975f-bf9898b01413'),
(84118,57,15088,NULL,4843,6,'2026-01-21 19:12:00','2026-01-21 19:12:00','728d0846-3b9c-4090-bdf7-d44cb1534388'),
(84146,32,15092,NULL,2610,1,'2026-01-21 19:13:51','2026-01-21 19:13:51','b8cf0a7f-8576-451d-aadd-f54acb3d5668'),
(84147,32,15092,NULL,2598,2,'2026-01-21 19:13:51','2026-01-21 19:13:51','1c642724-31ed-4a87-92f6-369128e11000'),
(84148,32,15092,NULL,2600,3,'2026-01-21 19:13:51','2026-01-21 19:13:51','32b7b35a-bfc1-4633-b2fd-0fc7407c386e'),
(84149,32,15092,NULL,2604,4,'2026-01-21 19:13:51','2026-01-21 19:13:51','abb0c2d7-ce6c-4b3f-afce-3476161246e2'),
(84150,32,15092,NULL,2608,5,'2026-01-21 19:13:51','2026-01-21 19:13:51','96b99375-05b2-46ef-a6e4-ae3e3ccc7e44'),
(84151,32,15092,NULL,2596,6,'2026-01-21 19:13:51','2026-01-21 19:13:51','cdede203-cc22-4e47-a656-e928fbc323cf'),
(84152,32,15092,NULL,2602,7,'2026-01-21 19:13:51','2026-01-21 19:13:51','dd6a8468-bd3a-4509-a558-9730d7411060'),
(84153,32,15092,NULL,2606,8,'2026-01-21 19:13:51','2026-01-21 19:13:51','388d91fc-7ce4-4954-a753-6c335c805b7a'),
(84154,32,15092,NULL,2612,9,'2026-01-21 19:13:51','2026-01-21 19:13:51','be06ad2c-3f9b-4dad-ac93-218d8d83cbc6'),
(84155,16,15092,NULL,4142,1,'2026-01-21 19:13:51','2026-01-21 19:13:51','fed80efd-b403-4094-8ba7-328e6a79217d'),
(84156,7,15092,NULL,6547,1,'2026-01-21 19:13:51','2026-01-21 19:13:51','7b935866-680f-43ad-8246-aa183261243a'),
(84157,7,15092,NULL,601,2,'2026-01-21 19:13:51','2026-01-21 19:13:51','9e090ebc-0357-4410-ac2b-53ed8771b48f'),
(84158,7,15092,NULL,9724,3,'2026-01-21 19:13:51','2026-01-21 19:13:51','4ffa2cef-c2ad-410f-bb91-d367a5f42cb3'),
(84159,7,15092,NULL,2972,4,'2026-01-21 19:13:51','2026-01-21 19:13:51','17a4a0d6-d9f3-4563-a655-3c729bb66c4e'),
(84160,7,15092,NULL,617,5,'2026-01-21 19:13:51','2026-01-21 19:13:51','b4e8669c-5248-4bcf-8bde-0c6801f955b7'),
(84161,7,15092,NULL,605,6,'2026-01-21 19:13:51','2026-01-21 19:13:51','001531e3-9f9e-4d55-bc05-6bb83057e49b'),
(84162,7,15092,NULL,9552,7,'2026-01-21 19:13:51','2026-01-21 19:13:51','c61c226c-8566-4d0f-bcfe-858c27118dbb'),
(84163,82,15092,NULL,491,1,'2026-01-21 19:13:51','2026-01-21 19:13:51','f6b40e41-2b91-4865-b7fc-9aae16601659'),
(84164,47,15092,NULL,12428,1,'2026-01-21 19:13:51','2026-01-21 19:13:51','67161017-b990-4c3b-8aac-3e380abc6639'),
(84165,57,15092,NULL,4955,1,'2026-01-21 19:13:51','2026-01-21 19:13:51','aa17835b-e17b-4461-8478-6cf1b4e9cb32'),
(84166,57,15092,NULL,4956,2,'2026-01-21 19:13:51','2026-01-21 19:13:51','2f292df8-2faf-448c-b440-e71e794bac80'),
(84167,57,15092,NULL,4957,3,'2026-01-21 19:13:51','2026-01-21 19:13:51','31784cd3-e477-4749-9dc6-4424669b1c51'),
(84168,57,15092,NULL,8227,4,'2026-01-21 19:13:51','2026-01-21 19:13:51','f682c68a-78d2-4a1a-8b85-1a2eb0f0ae6a'),
(84170,32,15093,NULL,2610,1,'2026-01-21 19:13:56','2026-01-21 19:13:56','3cacc6ac-1211-4f89-b5b6-94b972406d07'),
(84171,32,15093,NULL,2598,2,'2026-01-21 19:13:56','2026-01-21 19:13:56','a0d7728b-afd6-4ea6-bc1c-b34b79311d3f'),
(84172,32,15093,NULL,2608,3,'2026-01-21 19:13:56','2026-01-21 19:13:56','d648db5c-b9ff-46ed-b1a2-7dbedc029726'),
(84173,32,15093,NULL,2600,4,'2026-01-21 19:13:56','2026-01-21 19:13:56','da1b93a2-fc05-4c14-bbad-f9025fd1b396'),
(84174,32,15093,NULL,2596,5,'2026-01-21 19:13:56','2026-01-21 19:13:56','6b1b17b8-7fca-4ea8-9dac-260e993294f6'),
(84175,32,15093,NULL,2602,6,'2026-01-21 19:13:56','2026-01-21 19:13:56','97f641a6-3b2b-46b9-b729-ceca1605a0af'),
(84176,32,15093,NULL,2604,7,'2026-01-21 19:13:56','2026-01-21 19:13:56','07e29ccc-497c-443d-b7c0-4972beeeef0c'),
(84177,32,15093,NULL,2606,8,'2026-01-21 19:13:56','2026-01-21 19:13:56','95cfe970-bcea-4391-97f7-530799dfa60d'),
(84178,32,15093,NULL,2612,9,'2026-01-21 19:13:56','2026-01-21 19:13:56','ae2771fa-0e20-4fd5-80a4-d25e02cdfd40'),
(84179,82,15093,NULL,491,1,'2026-01-21 19:13:56','2026-01-21 19:13:56','6d245643-64c4-49d4-807f-8c4419cece96'),
(84181,78,15095,NULL,497,1,'2026-01-21 19:14:21','2026-01-21 19:14:21','7870034f-d457-4596-992b-9014b2f51ac7'),
(84182,32,15096,NULL,2610,1,'2026-01-21 19:14:21','2026-01-21 19:14:21','630fbc78-73e3-4aab-803c-417d6da2fdb1'),
(84183,32,15096,NULL,2598,2,'2026-01-21 19:14:21','2026-01-21 19:14:21','7bc064de-a400-4c4a-85a8-1e674a0b93be'),
(84184,32,15096,NULL,2608,3,'2026-01-21 19:14:21','2026-01-21 19:14:21','23d02e8c-6560-4e57-b8b9-239cf01382a0'),
(84185,32,15096,NULL,2600,4,'2026-01-21 19:14:21','2026-01-21 19:14:21','c5115795-4383-4aed-badd-742704ee812e'),
(84186,32,15096,NULL,2596,5,'2026-01-21 19:14:21','2026-01-21 19:14:21','44739d15-1a7d-4e0b-a66a-468ac7a7b7b5'),
(84187,32,15096,NULL,2602,6,'2026-01-21 19:14:21','2026-01-21 19:14:21','d420a348-0895-4822-ba6d-065d9d1fafa5'),
(84188,32,15096,NULL,2604,7,'2026-01-21 19:14:21','2026-01-21 19:14:21','1bf6cb4f-4ed2-4005-84d9-f20ed967dc1a'),
(84189,32,15096,NULL,2606,8,'2026-01-21 19:14:21','2026-01-21 19:14:21','dc9c6836-279b-4ffe-ab45-141f15461eef'),
(84190,32,15096,NULL,2612,9,'2026-01-21 19:14:21','2026-01-21 19:14:21','c660f9a0-c334-4955-96a1-f1654f88514d'),
(84191,83,15096,NULL,951,1,'2026-01-21 19:14:21','2026-01-21 19:14:21','8d0b58cd-8cf8-4d86-9810-371efa94bd8a'),
(84192,16,15096,NULL,7700,1,'2026-01-21 19:14:21','2026-01-21 19:14:21','2d253f7b-f262-4571-ac8f-2d7f3e6d5ba8'),
(84193,7,15096,NULL,2969,1,'2026-01-21 19:14:21','2026-01-21 19:14:21','66b0811e-5090-4da5-8247-ffb80f37c14d'),
(84194,7,15096,NULL,2972,2,'2026-01-21 19:14:21','2026-01-21 19:14:21','e044a390-8faa-4d72-8d19-fa5b6cba4481'),
(84195,7,15096,NULL,2974,3,'2026-01-21 19:14:21','2026-01-21 19:14:21','fa936444-d56b-4b60-9204-1ad38f7601e2'),
(84196,7,15096,NULL,617,4,'2026-01-21 19:14:21','2026-01-21 19:14:21','5e337be0-679d-4ff8-b304-e25c11c22bb6'),
(84197,7,15096,NULL,605,5,'2026-01-21 19:14:21','2026-01-21 19:14:21','2938dc79-626c-4380-896e-8ff1db09c746'),
(84198,7,15096,NULL,9552,6,'2026-01-21 19:14:21','2026-01-21 19:14:21','a7ac4b39-2494-4f92-81c0-8cff7ac10e7e'),
(84199,82,15096,NULL,491,1,'2026-01-21 19:14:21','2026-01-21 19:14:21','69e70c57-ec3c-4fa4-afb0-5ab5907bd7db'),
(84200,47,15096,NULL,14958,1,'2026-01-21 19:14:21','2026-01-21 19:14:21','80fee849-6c86-4a6a-842b-7355d5970813'),
(84201,57,15096,NULL,4842,1,'2026-01-21 19:14:21','2026-01-21 19:14:21','9d75b206-4ef0-4800-8a70-10b6896770a6'),
(84202,57,15096,NULL,4841,2,'2026-01-21 19:14:21','2026-01-21 19:14:21','e448fec1-047f-40bc-addc-0591032e1fa2'),
(84203,57,15096,NULL,4846,3,'2026-01-21 19:14:21','2026-01-21 19:14:21','59a4db5d-9d12-4f8c-b581-9d3cbd5dfe99'),
(84204,57,15096,NULL,4845,4,'2026-01-21 19:14:21','2026-01-21 19:14:21','82069b1d-8f47-41a8-909f-7320142db88d'),
(84205,57,15096,NULL,4844,5,'2026-01-21 19:14:21','2026-01-21 19:14:21','36a6c2a7-6177-4907-aad1-284e1397bed7'),
(84206,57,15096,NULL,4843,6,'2026-01-21 19:14:21','2026-01-21 19:14:21','2f1a49da-725c-4937-97a2-4fa2a68127df'),
(84208,78,15097,NULL,497,1,'2026-01-21 19:14:21','2026-01-21 19:14:21','e0fb144d-c88b-448b-bc3c-e222fd886879'),
(84235,32,15099,NULL,2610,1,'2026-01-21 19:14:28','2026-01-21 19:14:28','3d3dd1e2-caa1-438f-b512-325ef9960e30'),
(84236,32,15099,NULL,2598,2,'2026-01-21 19:14:28','2026-01-21 19:14:28','7fc517ad-a66e-473b-a7d1-171446deb018'),
(84237,32,15099,NULL,2608,3,'2026-01-21 19:14:28','2026-01-21 19:14:28','c1b71a86-11a4-4bdd-935f-0b9a6a968611'),
(84238,32,15099,NULL,2600,4,'2026-01-21 19:14:28','2026-01-21 19:14:28','dc3c502a-fc84-4ef7-a83b-d498507fb147'),
(84239,32,15099,NULL,2596,5,'2026-01-21 19:14:28','2026-01-21 19:14:28','2350f792-239b-4f92-b41a-3d083ef9199b'),
(84240,32,15099,NULL,2602,6,'2026-01-21 19:14:28','2026-01-21 19:14:28','c7442920-57e2-4bf4-a4d0-687cefeae878'),
(84241,32,15099,NULL,2604,7,'2026-01-21 19:14:28','2026-01-21 19:14:28','6644a62e-417b-4d96-bc5f-b57be7889951'),
(84242,32,15099,NULL,2606,8,'2026-01-21 19:14:28','2026-01-21 19:14:28','10fed997-90fe-4546-b541-31c9e1c07a84'),
(84243,32,15099,NULL,2612,9,'2026-01-21 19:14:28','2026-01-21 19:14:28','4e8f3421-b597-4650-8c50-3e0db25206c9'),
(84244,82,15099,NULL,491,1,'2026-01-21 19:14:28','2026-01-21 19:14:28','1b9fad2f-cce0-493d-b363-0eb9f4c2648d'),
(84263,32,15101,NULL,2610,1,'2026-01-21 19:14:40','2026-01-21 19:14:40','b13244c6-4e2a-48b7-a08e-9f585212aea6'),
(84264,32,15101,NULL,2598,2,'2026-01-21 19:14:40','2026-01-21 19:14:40','9f7cc417-4267-4798-990a-c13b61f64d64'),
(84265,32,15101,NULL,2608,3,'2026-01-21 19:14:40','2026-01-21 19:14:40','5d6ea880-6edc-4059-9015-5b5a9e61054b'),
(84266,32,15101,NULL,2600,4,'2026-01-21 19:14:40','2026-01-21 19:14:40','f05e44fd-2102-4d5e-92a7-6f8ea90465dd'),
(84267,32,15101,NULL,2596,5,'2026-01-21 19:14:40','2026-01-21 19:14:40','5a7c669c-ff68-4120-825e-49aaf4706b40'),
(84268,32,15101,NULL,2602,6,'2026-01-21 19:14:40','2026-01-21 19:14:40','747516de-45e4-42fc-a9c7-2ae661111f42'),
(84269,32,15101,NULL,2604,7,'2026-01-21 19:14:40','2026-01-21 19:14:40','23baf47b-1981-433c-82f2-6572dcbeb4b2'),
(84270,32,15101,NULL,2606,8,'2026-01-21 19:14:40','2026-01-21 19:14:40','c3c30d0f-9310-4b41-83e8-3544d203f210'),
(84271,32,15101,NULL,2612,9,'2026-01-21 19:14:40','2026-01-21 19:14:40','9d0b4624-62ec-404d-936c-47924823db02'),
(84272,83,15101,NULL,951,1,'2026-01-21 19:14:40','2026-01-21 19:14:40','b7b50f63-cd9f-43ad-86a0-e146f4b67f6c'),
(84273,16,15101,NULL,7700,1,'2026-01-21 19:14:40','2026-01-21 19:14:40','921df012-952d-42ca-8e3e-a1c68e7d4d77'),
(84274,7,15101,NULL,2969,1,'2026-01-21 19:14:40','2026-01-21 19:14:40','c9dd99db-d3dc-4f8f-b9e3-592b884eafc4'),
(84275,7,15101,NULL,2972,2,'2026-01-21 19:14:40','2026-01-21 19:14:40','217b495b-e2ef-4037-adae-0bb5479970e0'),
(84276,7,15101,NULL,2974,3,'2026-01-21 19:14:40','2026-01-21 19:14:40','7e7edfb6-00a3-40a7-ae64-482e13e1b034'),
(84277,7,15101,NULL,617,4,'2026-01-21 19:14:40','2026-01-21 19:14:40','0d806bf4-b60e-4844-9770-a7c859559493'),
(84278,7,15101,NULL,605,5,'2026-01-21 19:14:40','2026-01-21 19:14:40','63da2383-5a3d-416b-80ba-8fc81f1fa6bc'),
(84279,7,15101,NULL,9552,6,'2026-01-21 19:14:40','2026-01-21 19:14:40','1239d8f7-76a0-4785-81e4-af7947214d9c'),
(84280,82,15101,NULL,491,1,'2026-01-21 19:14:40','2026-01-21 19:14:40','e71119c9-fe9c-4b3b-9a65-e171ab5497de'),
(84281,46,15101,NULL,3697,1,'2026-01-21 19:14:40','2026-01-21 19:14:40','8798cf35-52c2-4e34-99d6-de95a81bbc86'),
(84282,47,15101,NULL,14958,1,'2026-01-21 19:14:40','2026-01-21 19:14:40','9ab23d92-f256-4fe6-b784-f7e38f962fdb'),
(84283,57,15101,NULL,4842,1,'2026-01-21 19:14:40','2026-01-21 19:14:40','4da29468-03e0-45a3-8b91-073247f9e57b'),
(84284,57,15101,NULL,4841,2,'2026-01-21 19:14:40','2026-01-21 19:14:40','351079f7-1a98-4612-8df3-f7e13ddb93d3'),
(84285,57,15101,NULL,4846,3,'2026-01-21 19:14:40','2026-01-21 19:14:40','2c96fd90-30cc-48ef-8f26-15c0d42aeb66'),
(84286,57,15101,NULL,4845,4,'2026-01-21 19:14:40','2026-01-21 19:14:40','e66327be-30d6-4537-91e3-cc4ae841cc7a'),
(84287,57,15101,NULL,4844,5,'2026-01-21 19:14:40','2026-01-21 19:14:40','99841592-4356-4c88-8352-525ec35de1c4'),
(84288,57,15101,NULL,4843,6,'2026-01-21 19:14:40','2026-01-21 19:14:40','dc1d5fe2-3a4a-45cf-a7c6-32c52a53dddd'),
(84317,32,15103,NULL,2614,1,'2026-01-21 19:15:23','2026-01-21 19:15:23','eaefa9bc-4dfc-4d44-ae43-90cff218f5f0'),
(84318,16,15103,NULL,8208,1,'2026-01-21 19:15:23','2026-01-21 19:15:23','d1ef913c-b379-4b8d-87f3-a6615a918622'),
(84319,7,15103,NULL,617,1,'2026-01-21 19:15:23','2026-01-21 19:15:23','66b434e6-4703-488c-b5bf-945b3ce26fcf'),
(84320,7,15103,NULL,9555,2,'2026-01-21 19:15:23','2026-01-21 19:15:23','4b99eaf3-2e9e-4ad5-b32e-f9e3e9ecef6d'),
(84321,7,15103,NULL,605,3,'2026-01-21 19:15:23','2026-01-21 19:15:23','dc8f0fac-7640-49c8-ad56-24bae81741d3'),
(84322,7,15103,NULL,9552,4,'2026-01-21 19:15:23','2026-01-21 19:15:23','6de8fd75-cb64-4e99-b7d3-6537d15fba2a'),
(84323,57,15103,NULL,8218,1,'2026-01-21 19:15:23','2026-01-21 19:15:23','cfb3d892-49e2-4197-aa63-0edac5edda50'),
(84324,57,15103,NULL,8217,2,'2026-01-21 19:15:23','2026-01-21 19:15:23','8f44fc80-9d04-4b9a-b4a6-d6b5cc7acbb7'),
(84325,57,15103,NULL,8211,3,'2026-01-21 19:15:23','2026-01-21 19:15:23','70b611b2-0a4d-4c1f-be42-feab3dde6271'),
(84326,57,15103,NULL,8214,4,'2026-01-21 19:15:23','2026-01-21 19:15:23','3b8bd987-561d-4bb8-a0b2-eaa99a5d6fe0'),
(84327,57,15103,NULL,8213,5,'2026-01-21 19:15:23','2026-01-21 19:15:23','4f3a98d4-8c4c-4bfe-a67a-65f7a75cfe2d'),
(84328,57,15103,NULL,8212,6,'2026-01-21 19:15:23','2026-01-21 19:15:23','37457c0f-1a6a-4c6a-bd08-dbb91117584c'),
(84329,57,15103,NULL,8215,7,'2026-01-21 19:15:23','2026-01-21 19:15:23','51867664-e07a-4532-a5d5-70e9594c2c15'),
(84330,74,15103,NULL,9453,1,'2026-01-21 19:15:23','2026-01-21 19:15:23','ca583a69-73c3-4277-8c8f-8ca5a02c3930'),
(84332,12,15103,NULL,12715,1,'2026-01-21 19:15:23','2026-01-21 19:15:23','0aa8f377-7fae-4076-af5f-984b334a5c0a'),
(84358,32,15105,NULL,2614,1,'2026-01-21 19:15:43','2026-01-21 19:15:43','2cb025a0-94a1-4e7f-99ec-00348a23ddeb'),
(84359,32,15105,NULL,2610,2,'2026-01-21 19:15:43','2026-01-21 19:15:43','ce7ab286-5ff3-4209-9fb0-b53d6ff626f6'),
(84360,32,15105,NULL,2598,3,'2026-01-21 19:15:43','2026-01-21 19:15:43','60565896-ca3c-4f69-83dd-9dc9be2c1ff9'),
(84361,32,15105,NULL,2608,4,'2026-01-21 19:15:43','2026-01-21 19:15:43','988c0dcc-54fe-462a-a3fc-91c7dc10143b'),
(84362,32,15105,NULL,2600,5,'2026-01-21 19:15:43','2026-01-21 19:15:43','e381eac6-6a22-49b7-841e-e67cbc277f01'),
(84363,32,15105,NULL,2596,6,'2026-01-21 19:15:43','2026-01-21 19:15:43','fb9532fc-3dfe-48b2-9a5d-9f0a40d51bcd'),
(84364,32,15105,NULL,2602,7,'2026-01-21 19:15:43','2026-01-21 19:15:43','e40432b5-c486-491d-acbd-6eaebfb402bb'),
(84365,32,15105,NULL,2606,8,'2026-01-21 19:15:43','2026-01-21 19:15:43','e15df2c3-6ca3-401f-8c3a-7a9c67a70558'),
(84366,32,15105,NULL,2612,9,'2026-01-21 19:15:43','2026-01-21 19:15:43','7e8eb947-4d2a-42e1-a6a2-837e902f1aa4'),
(84367,32,15105,NULL,2604,10,'2026-01-21 19:15:43','2026-01-21 19:15:43','7b11b4b6-e4a1-48f0-8846-b69ce58aacf1'),
(84368,16,15105,NULL,5013,1,'2026-01-21 19:15:43','2026-01-21 19:15:43','2d75bd40-c57e-456d-be36-bb7a79b79925'),
(84369,7,15105,NULL,3468,1,'2026-01-21 19:15:43','2026-01-21 19:15:43','015372c7-b6f5-4d58-8f3d-f3ba79c637c6'),
(84370,7,15105,NULL,617,2,'2026-01-21 19:15:43','2026-01-21 19:15:43','ee2f88d1-0d25-4622-8e93-c3d19091a600'),
(84371,7,15105,NULL,605,3,'2026-01-21 19:15:43','2026-01-21 19:15:43','3421a47b-e8c9-4599-8c64-89b6ada0b12b'),
(84372,7,15105,NULL,9552,4,'2026-01-21 19:15:43','2026-01-21 19:15:43','78c836c1-d3c2-4620-baa3-f1d4f374c312'),
(84373,47,15105,NULL,12321,1,'2026-01-21 19:15:43','2026-01-21 19:15:43','98ab6de6-fffd-4fa4-8ffa-ba849df816fa'),
(84374,57,15105,NULL,5033,1,'2026-01-21 19:15:43','2026-01-21 19:15:43','0447b695-3327-497b-a388-44bd48bc0d4a'),
(84375,57,15105,NULL,5034,2,'2026-01-21 19:15:43','2026-01-21 19:15:43','e1cf8cc6-4feb-49fb-b148-8f736c577899'),
(84376,57,15105,NULL,5035,3,'2026-01-21 19:15:43','2026-01-21 19:15:43','45f1e798-885d-4df9-bea6-21b283cdb82c'),
(84377,57,15105,NULL,5036,4,'2026-01-21 19:15:43','2026-01-21 19:15:43','f044396a-add1-4317-b49c-80dfe296dfb0'),
(84378,57,15105,NULL,5037,5,'2026-01-21 19:15:43','2026-01-21 19:15:43','2f9f9192-429a-4f3a-8328-560cf682a099'),
(84379,57,15105,NULL,5038,6,'2026-01-21 19:15:43','2026-01-21 19:15:43','7336c6dd-4a12-4792-8819-7273306e0bfe'),
(84380,57,15105,NULL,5039,7,'2026-01-21 19:15:43','2026-01-21 19:15:43','6d7eb0e3-5a9d-4885-a423-aceabb1f5b1d'),
(84381,57,15105,NULL,5040,8,'2026-01-21 19:15:43','2026-01-21 19:15:43','035e85ba-95ea-4a8e-8249-59b17b273610'),
(84404,32,15107,NULL,2614,1,'2026-01-21 19:16:01','2026-01-21 19:16:01','8ea3a66e-11e5-402a-8903-339e7d73f95f'),
(84405,32,15107,NULL,2610,2,'2026-01-21 19:16:01','2026-01-21 19:16:01','5fb1f128-dd34-4bc6-956c-a705d9a75d39'),
(84406,32,15107,NULL,2598,3,'2026-01-21 19:16:01','2026-01-21 19:16:01','5a33035d-9276-47bf-8a23-0800a10a7d84'),
(84407,32,15107,NULL,2600,4,'2026-01-21 19:16:01','2026-01-21 19:16:01','e6272a9b-90de-4539-8b7d-8a2e31d48525'),
(84408,32,15107,NULL,2602,5,'2026-01-21 19:16:01','2026-01-21 19:16:01','197252e2-7801-4f4f-984e-629a6cb2822d'),
(84409,32,15107,NULL,2612,6,'2026-01-21 19:16:01','2026-01-21 19:16:01','c01f96d5-dfd7-49f7-b864-bbe2081a927f'),
(84410,32,15107,NULL,2604,7,'2026-01-21 19:16:01','2026-01-21 19:16:01','5c66377a-30db-4305-8635-25be03af3264'),
(84411,32,15107,NULL,2608,8,'2026-01-21 19:16:01','2026-01-21 19:16:01','205c55ba-5092-4973-bbd2-2e75c6fb1d9c'),
(84412,32,15107,NULL,2596,9,'2026-01-21 19:16:01','2026-01-21 19:16:01','106004e0-9ac2-44cf-a7ac-b4a87f2834a8'),
(84413,32,15107,NULL,2606,10,'2026-01-21 19:16:01','2026-01-21 19:16:01','8a8d6b09-9fde-4861-9e0b-72441a293ef1'),
(84414,16,15107,NULL,4083,1,'2026-01-21 19:16:01','2026-01-21 19:16:01','88dfd3b4-b3e9-4402-b2a5-263fffad17f3'),
(84415,7,15107,NULL,601,1,'2026-01-21 19:16:01','2026-01-21 19:16:01','24af92c8-f6f9-4a56-a62d-9cd58c64b474'),
(84416,7,15107,NULL,617,2,'2026-01-21 19:16:01','2026-01-21 19:16:01','b429ec8a-0fc8-4e57-930d-c0c997cd067e'),
(84417,7,15107,NULL,605,3,'2026-01-21 19:16:01','2026-01-21 19:16:01','09546a32-f208-4ada-aa9a-ed55d695d58e'),
(84418,7,15107,NULL,9552,4,'2026-01-21 19:16:01','2026-01-21 19:16:01','5dc7f926-adb1-428a-a45f-f65fa127ddb2'),
(84419,47,15107,NULL,12421,1,'2026-01-21 19:16:01','2026-01-21 19:16:01','c788d6d1-c8a6-4fc8-b58b-6e44e395ba64'),
(84420,57,15107,NULL,5056,1,'2026-01-21 19:16:01','2026-01-21 19:16:01','9401568c-d716-4adf-b37d-05ba6802f607'),
(84421,57,15107,NULL,5055,2,'2026-01-21 19:16:01','2026-01-21 19:16:01','250324aa-557b-4964-b4ff-6c5a0ac03e6a'),
(84422,57,15107,NULL,5057,3,'2026-01-21 19:16:01','2026-01-21 19:16:01','ec17270c-45d7-4291-9965-f7e350b042ce'),
(84423,57,15107,NULL,5058,4,'2026-01-21 19:16:01','2026-01-21 19:16:01','6e95270b-d724-44c8-a7ff-e67229ed64ea'),
(84450,32,15109,NULL,2610,1,'2026-01-21 19:16:23','2026-01-21 19:16:23','49fcec8b-6d21-417b-8219-293b2b85d4c0'),
(84451,32,15109,NULL,2598,2,'2026-01-21 19:16:23','2026-01-21 19:16:23','43a17590-56fe-4786-9855-819012c19357'),
(84452,32,15109,NULL,2600,3,'2026-01-21 19:16:23','2026-01-21 19:16:23','4bdd296e-ae2f-49e8-a82e-4d39d1819830'),
(84453,32,15109,NULL,2602,4,'2026-01-21 19:16:23','2026-01-21 19:16:23','92033016-aec3-425a-bc72-fdfdf58ee194'),
(84454,32,15109,NULL,2604,5,'2026-01-21 19:16:23','2026-01-21 19:16:23','9b7049f5-3e04-421b-9ec4-2e1e287673c5'),
(84455,32,15109,NULL,2608,6,'2026-01-21 19:16:23','2026-01-21 19:16:23','24983c93-6f71-4adf-a83e-e20b47216773'),
(84456,32,15109,NULL,2596,7,'2026-01-21 19:16:23','2026-01-21 19:16:23','f0af56a6-4e88-431f-9e84-721929b69257'),
(84457,32,15109,NULL,2606,8,'2026-01-21 19:16:23','2026-01-21 19:16:23','2a69eb79-dd13-48f7-9473-1bf56edf5892'),
(84458,32,15109,NULL,2612,9,'2026-01-21 19:16:23','2026-01-21 19:16:23','83cc5884-7581-48a9-8740-be6f9e0a81f9'),
(84459,16,15109,NULL,8178,1,'2026-01-21 19:16:23','2026-01-21 19:16:23','670dfcd4-cb8d-487e-aae2-f4f640969a56'),
(84460,7,15109,NULL,3468,1,'2026-01-21 19:16:23','2026-01-21 19:16:23','ed4a044b-cb4f-4152-8d0f-0c82a2efb20f'),
(84461,7,15109,NULL,601,2,'2026-01-21 19:16:23','2026-01-21 19:16:23','02f90ddb-4cd5-4cd9-8455-3df3a06a3cae'),
(84462,7,15109,NULL,2974,3,'2026-01-21 19:16:23','2026-01-21 19:16:23','5a36d35e-4372-46d4-be65-93cc93875768'),
(84463,7,15109,NULL,9640,4,'2026-01-21 19:16:23','2026-01-21 19:16:23','59c415dd-cb3a-4788-9637-70dc79783868'),
(84464,7,15109,NULL,617,5,'2026-01-21 19:16:23','2026-01-21 19:16:23','42f24b08-2794-42c1-9bcc-c79ac51ae2ea'),
(84465,7,15109,NULL,9724,6,'2026-01-21 19:16:23','2026-01-21 19:16:23','bd1d6524-33e4-47fc-b96d-e624e6be8d4e'),
(84466,7,15109,NULL,605,7,'2026-01-21 19:16:23','2026-01-21 19:16:23','ffcd2044-6bba-416b-84dd-38ba2974e417'),
(84467,7,15109,NULL,9552,8,'2026-01-21 19:16:23','2026-01-21 19:16:23','656156ee-5f29-48df-a20a-978cdb4191a4'),
(84468,82,15109,NULL,491,1,'2026-01-21 19:16:23','2026-01-21 19:16:23','1a9c71be-5a10-4ed7-8d81-33ca600f49e3'),
(84469,47,15109,NULL,12425,1,'2026-01-21 19:16:23','2026-01-21 19:16:23','78be7d08-bbb3-4002-8a08-a13748a14cf0'),
(84470,57,15109,NULL,8175,1,'2026-01-21 19:16:23','2026-01-21 19:16:23','5ed3471d-5beb-4aea-a4aa-f706b8d4fec9'),
(84471,57,15109,NULL,8194,2,'2026-01-21 19:16:23','2026-01-21 19:16:23','4cc7208d-da54-4807-b545-a847a160f8ff'),
(84472,57,15109,NULL,8174,3,'2026-01-21 19:16:23','2026-01-21 19:16:23','4f405e73-2c28-4891-9bdf-12638920cbf8'),
(84473,57,15109,NULL,8177,4,'2026-01-21 19:16:23','2026-01-21 19:16:23','2d8e01c2-cf7c-44a3-b10d-c370968e8cc5'),
(84499,32,15111,NULL,2610,1,'2026-01-21 19:17:24','2026-01-21 19:17:24','32dfd0b2-6c06-4687-bc60-a4facf481386'),
(84500,32,15111,NULL,2598,2,'2026-01-21 19:17:24','2026-01-21 19:17:24','ff9f4281-04ef-48e6-b233-d6e0c26aa97d'),
(84501,32,15111,NULL,2608,3,'2026-01-21 19:17:24','2026-01-21 19:17:24','28b35a03-8847-4665-8c41-dd56d4472536'),
(84502,32,15111,NULL,2600,4,'2026-01-21 19:17:24','2026-01-21 19:17:24','93449dae-9fa3-4f8c-8f1e-e3c108f5c406'),
(84503,32,15111,NULL,2596,5,'2026-01-21 19:17:24','2026-01-21 19:17:24','87469145-c176-444a-af01-91aabd671119'),
(84504,32,15111,NULL,2602,6,'2026-01-21 19:17:24','2026-01-21 19:17:24','811b78ec-b2ad-4fcf-b731-d44c121d99b8'),
(84505,32,15111,NULL,2604,7,'2026-01-21 19:17:24','2026-01-21 19:17:24','9c0fa026-c919-479f-aaa8-205e8d9f56b3'),
(84506,32,15111,NULL,2606,8,'2026-01-21 19:17:24','2026-01-21 19:17:24','e188a21d-cb25-4c11-b57d-4f0445616109'),
(84507,32,15111,NULL,2612,9,'2026-01-21 19:17:24','2026-01-21 19:17:24','d86f39f3-04a0-41c2-8ee8-63ef8d5f185f'),
(84508,83,15111,NULL,951,1,'2026-01-21 19:17:24','2026-01-21 19:17:24','da98d101-ec18-4411-b7d3-754bf76e545d'),
(84509,16,15111,NULL,7700,1,'2026-01-21 19:17:24','2026-01-21 19:17:24','3fb503fe-3f29-4ca9-90d1-d2300945c93b'),
(84510,7,15111,NULL,2969,1,'2026-01-21 19:17:24','2026-01-21 19:17:24','55015488-9a53-4c37-a8a9-11c4d5d38a03'),
(84511,7,15111,NULL,2972,2,'2026-01-21 19:17:24','2026-01-21 19:17:24','b5a66e8b-0872-4669-86cf-cf23c0ff5a41'),
(84512,7,15111,NULL,2974,3,'2026-01-21 19:17:24','2026-01-21 19:17:24','50bfdcb2-1dac-46fd-bd30-32fbe6fa6eb1'),
(84513,7,15111,NULL,617,4,'2026-01-21 19:17:24','2026-01-21 19:17:24','9beab66e-4364-48a7-8e1d-0143813a2d1c'),
(84514,7,15111,NULL,605,5,'2026-01-21 19:17:24','2026-01-21 19:17:24','759ff316-e9a7-4b6d-9b1b-7d10f4dc3bd5'),
(84515,7,15111,NULL,9552,6,'2026-01-21 19:17:24','2026-01-21 19:17:24','bb607653-d75a-4b86-9ac4-b1c10f83c667'),
(84516,82,15111,NULL,491,1,'2026-01-21 19:17:24','2026-01-21 19:17:24','319961c3-9fed-4004-9098-c0368fa4ca4f'),
(84517,47,15111,NULL,14958,1,'2026-01-21 19:17:24','2026-01-21 19:17:24','c2db2aae-0eaa-4aff-bd81-47598c1f1095'),
(84518,57,15111,NULL,4842,1,'2026-01-21 19:17:24','2026-01-21 19:17:24','13301237-381a-4f42-afce-8c855d65c293'),
(84519,57,15111,NULL,4841,2,'2026-01-21 19:17:24','2026-01-21 19:17:24','f592adb7-f49e-4ea9-8ff9-9914080c1fd7'),
(84520,57,15111,NULL,4846,3,'2026-01-21 19:17:24','2026-01-21 19:17:24','0c60b05b-ddca-44b9-8bf1-0a103a1a8322'),
(84521,57,15111,NULL,4845,4,'2026-01-21 19:17:24','2026-01-21 19:17:24','078794a9-3dff-481c-9367-7c7d89bed66a'),
(84522,57,15111,NULL,4844,5,'2026-01-21 19:17:24','2026-01-21 19:17:24','1ecea8bb-ec4e-4fd2-833c-c0341846aee8'),
(84523,57,15111,NULL,4843,6,'2026-01-21 19:17:24','2026-01-21 19:17:24','5ed10425-c87e-448c-b689-236c09002789'),
(84551,32,15113,NULL,2610,1,'2026-01-21 19:17:46','2026-01-21 19:17:46','940298e2-86b7-487b-961d-274e28502976'),
(84552,32,15113,NULL,2598,2,'2026-01-21 19:17:46','2026-01-21 19:17:46','12ae96d9-76be-416c-828f-ea09f8c740b9'),
(84553,32,15113,NULL,2608,3,'2026-01-21 19:17:46','2026-01-21 19:17:46','86d9478d-aee4-4539-a652-0e1033ad9fdc'),
(84554,32,15113,NULL,2600,4,'2026-01-21 19:17:46','2026-01-21 19:17:46','71d7cab9-bfdc-42da-ad54-2b1ccf03c161'),
(84555,32,15113,NULL,2596,5,'2026-01-21 19:17:46','2026-01-21 19:17:46','d48f16c0-7258-4efa-8d84-d1b98fedb250'),
(84556,32,15113,NULL,2602,6,'2026-01-21 19:17:46','2026-01-21 19:17:46','8f81b9ba-bf1c-400c-bd0e-74ce6602e59b'),
(84557,32,15113,NULL,2604,7,'2026-01-21 19:17:46','2026-01-21 19:17:46','2abcea9c-1dc4-4944-98a6-de76823e41f9'),
(84558,32,15113,NULL,2606,8,'2026-01-21 19:17:46','2026-01-21 19:17:46','a9077a24-0fd8-4bb4-bcae-0409f6cf55fe'),
(84559,32,15113,NULL,2612,9,'2026-01-21 19:17:46','2026-01-21 19:17:46','5c3b1ab6-f827-460f-b399-cd4598734ea2'),
(84560,83,15113,NULL,951,1,'2026-01-21 19:17:46','2026-01-21 19:17:46','1a09dabf-5b3a-4458-89bd-4c739e0094f5'),
(84561,16,15113,NULL,7700,1,'2026-01-21 19:17:46','2026-01-21 19:17:46','a8b68e2f-4e73-4f52-977a-a308d309b61b'),
(84562,7,15113,NULL,2969,1,'2026-01-21 19:17:46','2026-01-21 19:17:46','8c8d91d5-5a41-4638-8bdd-3d18685c186e'),
(84563,7,15113,NULL,2972,2,'2026-01-21 19:17:46','2026-01-21 19:17:46','5a4a8eec-8528-429e-b1c3-6ddfccd28182'),
(84564,7,15113,NULL,2974,3,'2026-01-21 19:17:46','2026-01-21 19:17:46','8a388fa2-60c5-45bb-9b1d-a05c9c320a85'),
(84565,7,15113,NULL,617,4,'2026-01-21 19:17:46','2026-01-21 19:17:46','54cd65cd-b511-494a-ad45-098793af5d90'),
(84566,7,15113,NULL,605,5,'2026-01-21 19:17:46','2026-01-21 19:17:46','69d30e02-5832-485c-bd74-4b518b320897'),
(84567,7,15113,NULL,9552,6,'2026-01-21 19:17:46','2026-01-21 19:17:46','7e496241-99ed-4c6e-abed-7fee0f72315b'),
(84568,82,15113,NULL,491,1,'2026-01-21 19:17:46','2026-01-21 19:17:46','508635de-807d-495d-b9f8-e66a84820e75'),
(84569,47,15113,NULL,14958,1,'2026-01-21 19:17:46','2026-01-21 19:17:46','aba89d6d-0611-4790-b387-bb01945c1ffe'),
(84570,57,15113,NULL,4842,1,'2026-01-21 19:17:46','2026-01-21 19:17:46','3911d62b-9868-4122-8e84-976bda2821fc'),
(84571,57,15113,NULL,4841,2,'2026-01-21 19:17:46','2026-01-21 19:17:46','9e3554c2-558c-441a-9e2c-03cf27f59b3c'),
(84572,57,15113,NULL,4846,3,'2026-01-21 19:17:46','2026-01-21 19:17:46','95aaac61-5179-4248-a68c-d6795d231c6e'),
(84573,57,15113,NULL,4845,4,'2026-01-21 19:17:46','2026-01-21 19:17:46','0204fb1c-1c76-4520-aa39-3ffc60153dac'),
(84574,57,15113,NULL,4844,5,'2026-01-21 19:17:46','2026-01-21 19:17:46','18566589-bb4f-40d9-8974-724e26a5437b'),
(84575,57,15113,NULL,4843,6,'2026-01-21 19:17:46','2026-01-21 19:17:46','3f5cb77c-88c7-4541-82dd-299b2274aa8f'),
(84603,32,15118,NULL,2610,1,'2026-01-21 19:21:28','2026-01-21 19:21:28','beb9fd22-01ab-4102-8e0b-ed29ea05c043'),
(84604,32,15118,NULL,2598,2,'2026-01-21 19:21:28','2026-01-21 19:21:28','a614c10e-1501-42a9-af8d-e985a4a0d520'),
(84605,32,15118,NULL,2600,3,'2026-01-21 19:21:28','2026-01-21 19:21:28','334cf3ee-ec94-4004-8088-9defdacab2e0'),
(84606,32,15118,NULL,2602,4,'2026-01-21 19:21:28','2026-01-21 19:21:28','ff5dfc70-fbf1-4966-b5e0-b6cff717676b'),
(84607,32,15118,NULL,2612,5,'2026-01-21 19:21:28','2026-01-21 19:21:28','b8e9fd60-00c4-47d7-bb2c-f41a50e734d7'),
(84608,32,15118,NULL,2618,6,'2026-01-21 19:21:28','2026-01-21 19:21:28','ccee63ff-02eb-497e-8a6b-50213c7d84c6'),
(84609,32,15118,NULL,2604,7,'2026-01-21 19:21:28','2026-01-21 19:21:28','2fdde6ed-d676-44bc-9897-be04c9c83572'),
(84610,32,15118,NULL,2608,8,'2026-01-21 19:21:28','2026-01-21 19:21:28','0287f1d8-0030-40a8-97f3-c8b9045a7471'),
(84611,32,15118,NULL,2596,9,'2026-01-21 19:21:28','2026-01-21 19:21:28','86afc429-a442-4cb0-9a0a-6f3688fe9d4f'),
(84612,32,15118,NULL,2606,10,'2026-01-21 19:21:28','2026-01-21 19:21:28','c73aee7a-f7c0-45bc-b2df-ac26b1f4cbb9'),
(84613,16,15118,NULL,4639,1,'2026-01-21 19:21:28','2026-01-21 19:21:28','e1d7811a-6dc4-4466-860a-8d3e73d9d4d1'),
(84614,7,15118,NULL,2974,1,'2026-01-21 19:21:28','2026-01-21 19:21:28','34020c19-acd0-42ec-9817-682c45ee3533'),
(84615,7,15118,NULL,617,2,'2026-01-21 19:21:28','2026-01-21 19:21:28','15117a2b-33fe-4c34-8351-4f4f2043fd21'),
(84616,7,15118,NULL,605,3,'2026-01-21 19:21:28','2026-01-21 19:21:28','3f00899e-874a-45a2-95f8-5ba302367a5e'),
(84617,7,15118,NULL,9552,4,'2026-01-21 19:21:28','2026-01-21 19:21:28','3624eb0b-372a-4138-ac41-c862422494e3'),
(84618,82,15118,NULL,491,1,'2026-01-21 19:21:28','2026-01-21 19:21:28','407f9da9-e1ed-48ac-b351-99e3de597c7c'),
(84619,46,15118,NULL,3697,1,'2026-01-21 19:21:28','2026-01-21 19:21:28','fc9ac33a-099b-4db3-aabf-c0feb94de37a'),
(84620,47,15118,NULL,12494,1,'2026-01-21 19:21:28','2026-01-21 19:21:28','6a91eca7-1ce4-4068-9823-e93183a6daa0'),
(84621,57,15118,NULL,5084,1,'2026-01-21 19:21:28','2026-01-21 19:21:28','8d3b16c0-52ab-4f19-b8f2-fbdde900950a'),
(84622,57,15118,NULL,5085,2,'2026-01-21 19:21:28','2026-01-21 19:21:28','3a675dee-2299-4c14-8413-44613f1d8465'),
(84623,57,15118,NULL,5086,3,'2026-01-21 19:21:28','2026-01-21 19:21:28','ade00d53-e5f0-4d31-a1ad-a463cb5b1f27'),
(84624,57,15118,NULL,5087,4,'2026-01-21 19:21:28','2026-01-21 19:21:28','22016779-7972-4fab-aeac-7474b74599a5'),
(84625,57,15118,NULL,5088,5,'2026-01-21 19:21:28','2026-01-21 19:21:28','52c9e1bf-9a92-4b20-83a0-0b2c8ced2d17'),
(84662,32,15121,NULL,2610,1,'2026-01-21 19:21:48','2026-01-21 19:21:48','bbe6b6a8-02d1-42c0-b49f-9ccb4c7266e8'),
(84663,32,15121,NULL,2598,2,'2026-01-21 19:21:48','2026-01-21 19:21:48','158cd8b4-1702-411d-aab5-2a3d13a57502'),
(84664,32,15121,NULL,2608,3,'2026-01-21 19:21:48','2026-01-21 19:21:48','2e04bb91-607b-4ac3-bd17-7292b9a106c1'),
(84665,32,15121,NULL,2600,4,'2026-01-21 19:21:48','2026-01-21 19:21:48','e3a53ecf-730c-4d99-ac3a-6d0ff380c8bc'),
(84666,32,15121,NULL,2596,5,'2026-01-21 19:21:48','2026-01-21 19:21:48','20b55661-d182-4c9a-b2dd-59729c36308b'),
(84667,32,15121,NULL,2602,6,'2026-01-21 19:21:48','2026-01-21 19:21:48','8edf3240-6580-441d-96eb-cfe4961b120b'),
(84668,32,15121,NULL,2604,7,'2026-01-21 19:21:48','2026-01-21 19:21:48','31522009-1836-4762-8f88-8f352becdd1e'),
(84669,32,15121,NULL,2606,8,'2026-01-21 19:21:48','2026-01-21 19:21:48','67231e3a-c065-4ef0-a9b0-48f2dd162b3c'),
(84670,32,15121,NULL,2612,9,'2026-01-21 19:21:48','2026-01-21 19:21:48','747c824c-755a-4514-a4e2-f5605521841d'),
(84671,16,15121,NULL,10219,1,'2026-01-21 19:21:48','2026-01-21 19:21:48','4358cf1a-7784-4ed2-97f4-6e1a1117b30b'),
(84672,7,15121,NULL,601,1,'2026-01-21 19:21:48','2026-01-21 19:21:48','6657fa77-1b54-45fe-b1ef-7344e5ccfd6b'),
(84673,7,15121,NULL,2974,2,'2026-01-21 19:21:48','2026-01-21 19:21:48','40788f52-53cb-4533-8ae1-4c61a472cf5c'),
(84674,7,15121,NULL,617,3,'2026-01-21 19:21:48','2026-01-21 19:21:48','e3951a6f-23bb-409e-9968-00f905dbb592'),
(84675,7,15121,NULL,9732,4,'2026-01-21 19:21:48','2026-01-21 19:21:48','462c55a1-d9ab-4118-afd7-bf6d21bebaab'),
(84676,7,15121,NULL,9735,5,'2026-01-21 19:21:48','2026-01-21 19:21:48','16e9325a-6459-402e-a545-1553df50803c'),
(84677,7,15121,NULL,9552,6,'2026-01-21 19:21:48','2026-01-21 19:21:48','6fe06ddb-fdc3-451f-8aee-7cabc6589d44'),
(84678,7,15121,NULL,605,7,'2026-01-21 19:21:48','2026-01-21 19:21:48','478bcc6e-4700-4a8b-a293-1ccb92dbd27f'),
(84679,82,15121,NULL,491,1,'2026-01-21 19:21:48','2026-01-21 19:21:48','bca1b63d-8a05-4120-9261-0b2c1e8695f9'),
(84680,47,15121,NULL,15023,1,'2026-01-21 19:21:48','2026-01-21 19:21:48','6a3ae57b-e43f-46f8-b1ee-bac73f8195a8'),
(84681,57,15121,NULL,10220,1,'2026-01-21 19:21:48','2026-01-21 19:21:48','bd249409-8106-4d9b-873f-e57af716d1e5'),
(84682,57,15121,NULL,10224,2,'2026-01-21 19:21:48','2026-01-21 19:21:48','5e3f2d0d-3c15-4fa1-bcec-778efec66dd8'),
(84683,57,15121,NULL,10221,3,'2026-01-21 19:21:48','2026-01-21 19:21:48','2458e037-fa6e-4274-a66d-dd6074f7fc9f'),
(84684,57,15121,NULL,10222,4,'2026-01-21 19:21:48','2026-01-21 19:21:48','896d3d56-64a8-450c-aaac-3b209305267d'),
(84685,57,15121,NULL,10225,5,'2026-01-21 19:21:48','2026-01-21 19:21:48','a8681ecf-afbd-46df-bee1-1d6ac1c1af47'),
(84686,57,15121,NULL,10226,6,'2026-01-21 19:21:48','2026-01-21 19:21:48','48d64cbb-aa1b-4890-8b95-04a710003263'),
(84687,57,15121,NULL,10228,7,'2026-01-21 19:21:48','2026-01-21 19:21:48','58cefa15-a9c5-43be-af8b-b00b50bc4e93'),
(84688,57,15121,NULL,10229,8,'2026-01-21 19:21:48','2026-01-21 19:21:48','a8603342-d35b-4370-934e-be921dd0eceb'),
(84689,57,15121,NULL,10232,9,'2026-01-21 19:21:48','2026-01-21 19:21:48','3f329877-938e-46f6-bde3-321de7d19efc'),
(84690,57,15121,NULL,10233,10,'2026-01-21 19:21:48','2026-01-21 19:21:48','192fd33f-e506-47e4-b082-b876735b3288'),
(84691,57,15121,NULL,10234,11,'2026-01-21 19:21:48','2026-01-21 19:21:48','6f7505a2-315d-4e65-89d9-c26e4a3054f7'),
(84692,57,15121,NULL,10236,12,'2026-01-21 19:21:48','2026-01-21 19:21:48','c172b4dc-e056-46c4-8ecc-7a66067d0af5'),
(84693,57,15121,NULL,10237,13,'2026-01-21 19:21:48','2026-01-21 19:21:48','a683dbd1-5d1e-4f19-b1ba-ac85eb2f27e4'),
(84694,57,15121,NULL,10238,14,'2026-01-21 19:21:48','2026-01-21 19:21:48','00bbee19-017f-4dd4-852c-84070c6b73e9'),
(84695,57,15121,NULL,10240,15,'2026-01-21 19:21:48','2026-01-21 19:21:48','421727b9-fb97-4bcf-855c-ba935e2bd8d7'),
(84723,32,15123,NULL,2614,1,'2026-01-21 19:22:16','2026-01-21 19:22:16','a10cbd80-b00f-4ab2-99e7-82fef3d09a8b'),
(84724,32,15123,NULL,2610,2,'2026-01-21 19:22:16','2026-01-21 19:22:16','f39d0554-867e-4ccb-b7b1-88feccd8e091'),
(84725,32,15123,NULL,2598,3,'2026-01-21 19:22:16','2026-01-21 19:22:16','069db1b8-b786-48c5-92f0-3191bad8ff4c'),
(84726,32,15123,NULL,2600,4,'2026-01-21 19:22:16','2026-01-21 19:22:16','9a724a0c-e100-4eb7-b176-586665801088'),
(84727,32,15123,NULL,2596,5,'2026-01-21 19:22:16','2026-01-21 19:22:16','89b9bfb2-e904-4176-92a8-4b7019ce86cf'),
(84728,32,15123,NULL,2602,6,'2026-01-21 19:22:16','2026-01-21 19:22:16','895fb7d4-a55b-4324-86ba-94b2dfe1f325'),
(84729,32,15123,NULL,2612,7,'2026-01-21 19:22:16','2026-01-21 19:22:16','5f0346f2-5e58-45f4-ad50-dd993845e62e'),
(84730,32,15123,NULL,2604,8,'2026-01-21 19:22:16','2026-01-21 19:22:16','0d4e5403-ffa0-4a10-9443-baff8463dc76'),
(84731,32,15123,NULL,2608,9,'2026-01-21 19:22:16','2026-01-21 19:22:16','f8c1950b-b198-4235-b2d2-bb0b65935ff4'),
(84732,32,15123,NULL,2606,10,'2026-01-21 19:22:16','2026-01-21 19:22:16','ea099fb5-5b16-421f-b90e-08b8789c4964'),
(84733,32,15123,NULL,2622,11,'2026-01-21 19:22:16','2026-01-21 19:22:16','336c0612-32d8-4fdc-b6f8-0583a6668732'),
(84734,16,15123,NULL,3623,1,'2026-01-21 19:22:16','2026-01-21 19:22:16','57e176f4-a9c8-4e22-ac32-52f952a5430c'),
(84735,7,15123,NULL,601,1,'2026-01-21 19:22:16','2026-01-21 19:22:16','db0e9f87-5407-4789-bb79-6bd783b5271d'),
(84736,7,15123,NULL,617,2,'2026-01-21 19:22:16','2026-01-21 19:22:16','63e6fccc-ca51-45bb-980a-d0575aee663a'),
(84737,7,15123,NULL,605,3,'2026-01-21 19:22:16','2026-01-21 19:22:16','86c18c61-bde4-4e1c-a7d3-f7c9462a732c'),
(84738,7,15123,NULL,9552,4,'2026-01-21 19:22:16','2026-01-21 19:22:16','e1936ee2-d334-4c08-b093-7c34ac93dc4b'),
(84739,47,15123,NULL,15019,1,'2026-01-21 19:22:16','2026-01-21 19:22:16','4ef65d8a-98c9-4004-a3b1-b4fade9b3615'),
(84740,57,15123,NULL,7950,1,'2026-01-21 19:22:16','2026-01-21 19:22:16','2df6c688-e964-4db4-bba9-38b5ea81edde'),
(84741,57,15123,NULL,7952,2,'2026-01-21 19:22:16','2026-01-21 19:22:16','c96ed37a-dfc7-44b0-886b-9b83a3e7b506'),
(84742,57,15123,NULL,7956,3,'2026-01-21 19:22:16','2026-01-21 19:22:16','6d79a013-6b9a-4054-9949-5ad27e161b88'),
(84743,57,15123,NULL,7955,4,'2026-01-21 19:22:16','2026-01-21 19:22:16','7e69d671-9ab5-4cb3-af7f-72cd291fe908'),
(84744,57,15123,NULL,7951,5,'2026-01-21 19:22:16','2026-01-21 19:22:16','57e9c059-7e97-4561-9e7d-96762b88ee1a'),
(84745,57,15123,NULL,7954,6,'2026-01-21 19:22:16','2026-01-21 19:22:16','b1d018c0-85c4-4910-a934-8ca4cd64e453'),
(84746,57,15123,NULL,7953,7,'2026-01-21 19:22:16','2026-01-21 19:22:16','bd22f8c2-df89-4348-a1a6-a0695e7f789b'),
(84747,57,15123,NULL,7957,8,'2026-01-21 19:22:16','2026-01-21 19:22:16','dcaf19f2-3abd-40c0-80b0-f1ea08dfeb74'),
(84758,16,15125,NULL,7937,1,'2026-01-21 19:22:40','2026-01-21 19:22:40','dfe8cc24-d5f8-4eb2-b0aa-f30971fe8641'),
(84759,7,15125,NULL,617,1,'2026-01-21 19:22:40','2026-01-21 19:22:40','ee784c25-acbd-4022-aac4-02d0224cd3b3'),
(84760,7,15125,NULL,605,2,'2026-01-21 19:22:40','2026-01-21 19:22:40','a0b894b4-607a-4989-8a0b-480b4e70fa94'),
(84761,7,15125,NULL,9552,3,'2026-01-21 19:22:40','2026-01-21 19:22:40','74dd30d1-56e8-416f-968e-2e2b66266766'),
(84762,57,15125,NULL,7939,1,'2026-01-21 19:22:40','2026-01-21 19:22:40','f861ffd5-1549-4f13-a391-75699f085218'),
(84763,57,15125,NULL,7941,2,'2026-01-21 19:22:40','2026-01-21 19:22:40','b8dbad6c-2ee1-4b63-80c8-71a4da280de5'),
(84764,57,15125,NULL,7940,3,'2026-01-21 19:22:40','2026-01-21 19:22:40','98b4ee59-6139-4893-9621-206b0a2c6898'),
(84765,57,15125,NULL,7938,4,'2026-01-21 19:22:40','2026-01-21 19:22:40','78ac559e-f6b0-4d88-b423-04c28c278458'),
(84767,32,15128,NULL,2598,1,'2026-01-21 19:23:35','2026-01-21 19:23:35','8ce90b9f-361b-4a7a-ac2f-15f42bc3c62d'),
(84768,32,15128,NULL,2608,2,'2026-01-21 19:23:35','2026-01-21 19:23:35','74b420a2-a5a5-4113-8853-fc8b5130c47f'),
(84769,32,15128,NULL,2600,3,'2026-01-21 19:23:35','2026-01-21 19:23:35','094dfa98-bdc0-4277-ba2c-188498e1a92c'),
(84770,32,15128,NULL,2596,4,'2026-01-21 19:23:35','2026-01-21 19:23:35','7d8a5bd5-ba1f-4901-967d-f769ce64e49d'),
(84771,32,15128,NULL,2602,5,'2026-01-21 19:23:35','2026-01-21 19:23:35','fb2b49e1-6bf9-4e10-ad7d-c69caf7d4438'),
(84772,32,15128,NULL,2606,6,'2026-01-21 19:23:35','2026-01-21 19:23:35','91fd68bc-bca1-44fe-bff7-85aa40294c1d'),
(84773,32,15128,NULL,2604,7,'2026-01-21 19:23:35','2026-01-21 19:23:35','74198fd4-0b7a-4c5e-b8b4-ca31362986b3'),
(84774,32,15128,NULL,2610,8,'2026-01-21 19:23:35','2026-01-21 19:23:35','7ef9c2e7-7587-4b5e-b1bf-7742d05504ae'),
(84775,32,15128,NULL,2612,9,'2026-01-21 19:23:35','2026-01-21 19:23:35','79950d25-5eba-4e18-b8af-29438e519126'),
(84776,16,15128,NULL,11529,1,'2026-01-21 19:23:35','2026-01-21 19:23:35','bc8d6166-49d6-4d9a-b8b4-275529844395'),
(84777,7,15128,NULL,2969,1,'2026-01-21 19:23:35','2026-01-21 19:23:35','87cb60a1-6913-406c-8d5c-4c1b24c540be'),
(84778,7,15128,NULL,617,2,'2026-01-21 19:23:35','2026-01-21 19:23:35','5f9ffa40-0db0-4eff-84a8-48171ece7bdd'),
(84779,7,15128,NULL,605,3,'2026-01-21 19:23:35','2026-01-21 19:23:35','4f01499f-69b1-439c-856d-74368c50c43a'),
(84780,7,15128,NULL,9552,4,'2026-01-21 19:23:35','2026-01-21 19:23:35','6ebd073c-b958-4fe1-a882-16ad8d2171d0'),
(84781,82,15128,NULL,491,1,'2026-01-21 19:23:35','2026-01-21 19:23:35','122afcae-afae-4013-ac4f-76ee7a51f101'),
(84782,47,15128,NULL,10463,1,'2026-01-21 19:23:35','2026-01-21 19:23:35','aa600a31-67be-4eaa-a3a5-fe9c5a7d5ef5'),
(84808,32,15131,NULL,2598,1,'2026-01-21 19:23:57','2026-01-21 19:23:57','68bb7a87-aa04-4bcc-8ce4-b85d485cb667'),
(84809,32,15131,NULL,2608,2,'2026-01-21 19:23:57','2026-01-21 19:23:57','3a103209-369f-4b91-b023-a300f09bed44'),
(84810,32,15131,NULL,2600,3,'2026-01-21 19:23:57','2026-01-21 19:23:57','31342278-c02a-4dd8-93d7-5d010b4c78bb'),
(84811,32,15131,NULL,2596,4,'2026-01-21 19:23:57','2026-01-21 19:23:57','05bbe793-43ba-46b0-9086-b4b6a092ea81'),
(84812,32,15131,NULL,2602,5,'2026-01-21 19:23:57','2026-01-21 19:23:57','2ccd64d3-5bbf-4aa5-a3f7-21217e3df854'),
(84813,32,15131,NULL,2606,6,'2026-01-21 19:23:57','2026-01-21 19:23:57','92c7bc4f-c981-41d9-887a-8d9b7b670ffa'),
(84814,32,15131,NULL,2604,7,'2026-01-21 19:23:57','2026-01-21 19:23:57','b3cfc781-c2f1-45f6-8475-4e22c3138f82'),
(84815,32,15131,NULL,2610,8,'2026-01-21 19:23:57','2026-01-21 19:23:57','334c9058-9d9a-4f1c-b394-fc8d64d7ef72'),
(84816,32,15131,NULL,2612,9,'2026-01-21 19:23:57','2026-01-21 19:23:57','69d8cc6d-618f-44d3-a064-7dbc00f5712f'),
(84817,16,15131,NULL,11978,1,'2026-01-21 19:23:57','2026-01-21 19:23:57','cb0671c4-9a2c-45b2-9416-b784ce98f172'),
(84818,7,15131,NULL,617,1,'2026-01-21 19:23:57','2026-01-21 19:23:57','86938b28-7699-4ab9-8faf-06dc08021f80'),
(84819,7,15131,NULL,605,2,'2026-01-21 19:23:57','2026-01-21 19:23:57','c59d1ade-1160-4706-a756-00ecc67f50da'),
(84820,7,15131,NULL,9552,3,'2026-01-21 19:23:57','2026-01-21 19:23:57','82aff656-aeb6-453c-8fb4-1b8ebd5d2684'),
(84821,82,15131,NULL,491,1,'2026-01-21 19:23:57','2026-01-21 19:23:57','969652a0-4474-4691-8450-008ba78b4b09'),
(84822,47,15131,NULL,10466,1,'2026-01-21 19:23:57','2026-01-21 19:23:57','38d86e29-d12d-4396-9c21-d90bd795e5a2'),
(84823,57,15131,NULL,9469,1,'2026-01-21 19:23:57','2026-01-21 19:23:57','4b471398-0298-430d-8905-4ebd9f2eb8b3'),
(84824,57,15131,NULL,9470,2,'2026-01-21 19:23:57','2026-01-21 19:23:57','2f697622-bb1d-491e-a275-18872eabfe68'),
(84825,57,15131,NULL,9471,3,'2026-01-21 19:23:57','2026-01-21 19:23:57','62b534f3-1171-45f4-9586-24bf52563d51'),
(84826,57,15131,NULL,10097,4,'2026-01-21 19:23:57','2026-01-21 19:23:57','40204b68-f314-4bc0-9c19-7e842d748275'),
(84827,57,15131,NULL,10098,5,'2026-01-21 19:23:57','2026-01-21 19:23:57','68bd50d0-be8d-45e4-a3f0-4c0c31fe5aeb'),
(84828,57,15131,NULL,10099,6,'2026-01-21 19:23:57','2026-01-21 19:23:57','d45b0c8a-9f2e-4e48-9e29-b389a4b59cf4'),
(84829,57,15131,NULL,10100,7,'2026-01-21 19:23:57','2026-01-21 19:23:57','10e212cb-72ee-4549-bbee-d9061fd8ae23'),
(84830,57,15131,NULL,10101,8,'2026-01-21 19:23:57','2026-01-21 19:23:57','30c9b496-ccd5-4ed0-80d3-6e531aa8f635'),
(84831,57,15131,NULL,10102,9,'2026-01-21 19:23:57','2026-01-21 19:23:57','31520072-52f9-43b1-bf6d-db012f40f791'),
(84856,32,15135,NULL,2610,1,'2026-01-21 19:24:19','2026-01-21 19:24:19','71ed9557-96dc-4eb1-8553-c97aa64847d3'),
(84857,32,15135,NULL,2598,2,'2026-01-21 19:24:19','2026-01-21 19:24:19','0d133754-7c91-4451-bb47-ff7120eda528'),
(84858,32,15135,NULL,2608,3,'2026-01-21 19:24:19','2026-01-21 19:24:19','b6f73771-311c-4927-bcf4-79b12add06fc'),
(84859,32,15135,NULL,2600,4,'2026-01-21 19:24:19','2026-01-21 19:24:19','25595af5-a266-4729-8ad3-d9f564709332'),
(84860,32,15135,NULL,2596,5,'2026-01-21 19:24:19','2026-01-21 19:24:19','5d5366e1-50b6-4e9e-8245-8161b03857ff'),
(84861,32,15135,NULL,2602,6,'2026-01-21 19:24:19','2026-01-21 19:24:19','603a6b86-23b1-4fae-8609-cc6b1b676b97'),
(84862,32,15135,NULL,2604,7,'2026-01-21 19:24:19','2026-01-21 19:24:19','e87a3eaf-b5d8-4ec7-b341-bb94993da246'),
(84863,32,15135,NULL,2606,8,'2026-01-21 19:24:19','2026-01-21 19:24:19','6897d9b5-ea1e-45b7-a130-04642eb4bd5a'),
(84864,32,15135,NULL,2612,9,'2026-01-21 19:24:19','2026-01-21 19:24:19','b015300e-5070-4015-a593-a3f56487a0ed'),
(84865,83,15135,NULL,951,1,'2026-01-21 19:24:19','2026-01-21 19:24:19','2711b22c-a79e-4925-9f85-fd61bf71741e'),
(84866,16,15135,NULL,7700,1,'2026-01-21 19:24:19','2026-01-21 19:24:19','97d24119-5563-4bf0-b852-e98586a59039'),
(84867,7,15135,NULL,2969,1,'2026-01-21 19:24:19','2026-01-21 19:24:19','85ef7394-7b9a-4a2a-8c2d-bfe1f7d73360'),
(84868,7,15135,NULL,2972,2,'2026-01-21 19:24:19','2026-01-21 19:24:19','35adda4a-c1b7-4845-a34b-22b8112c703e'),
(84869,7,15135,NULL,2974,3,'2026-01-21 19:24:19','2026-01-21 19:24:19','5b6eeaec-675b-4bf9-b009-c8d710a7b638'),
(84870,7,15135,NULL,617,4,'2026-01-21 19:24:19','2026-01-21 19:24:19','5a277e95-9909-498d-b18a-ceb9e3a035f8'),
(84871,7,15135,NULL,605,5,'2026-01-21 19:24:19','2026-01-21 19:24:19','ba594543-5712-455f-9cd8-a7b9d09ba4a8'),
(84872,7,15135,NULL,9552,6,'2026-01-21 19:24:19','2026-01-21 19:24:19','108660ee-4d1a-4104-93ce-643908ff946c'),
(84873,82,15135,NULL,491,1,'2026-01-21 19:24:19','2026-01-21 19:24:19','434471d0-7e2d-4b5a-a6b2-2bbcb6314c47'),
(84874,47,15135,NULL,14958,1,'2026-01-21 19:24:19','2026-01-21 19:24:19','a3070174-2add-451f-897e-5d0a5c584098'),
(84875,57,15135,NULL,4842,1,'2026-01-21 19:24:19','2026-01-21 19:24:19','35fa68b5-9728-4f47-91b7-921def416995'),
(84876,57,15135,NULL,4841,2,'2026-01-21 19:24:19','2026-01-21 19:24:19','71943fdf-fb21-4528-992b-c13823587543'),
(84877,57,15135,NULL,4846,3,'2026-01-21 19:24:19','2026-01-21 19:24:19','28a3ffd4-4483-432f-bad9-22e729a5db90'),
(84878,57,15135,NULL,4845,4,'2026-01-21 19:24:19','2026-01-21 19:24:19','47082fc8-f8fa-4777-811b-2a002e8c749c'),
(84879,57,15135,NULL,4844,5,'2026-01-21 19:24:19','2026-01-21 19:24:19','d2134199-ec72-425d-9da6-85a2308a0e0a'),
(84880,57,15135,NULL,4843,6,'2026-01-21 19:24:19','2026-01-21 19:24:19','ef50fd58-7991-46b0-aed2-67d28828e3ab'),
(84882,32,15136,NULL,2610,1,'2026-01-21 19:24:24','2026-01-21 19:24:24','af15ab7c-bb5f-4fab-bd32-8bdeb5ae662c'),
(84883,32,15136,NULL,2598,2,'2026-01-21 19:24:24','2026-01-21 19:24:24','487ce959-c801-42a1-808b-7dc30456016a'),
(84884,32,15136,NULL,2600,3,'2026-01-21 19:24:24','2026-01-21 19:24:24','6fc79089-c6f0-43ec-b3b5-7be890e1c525'),
(84885,32,15136,NULL,2604,4,'2026-01-21 19:24:24','2026-01-21 19:24:24','cb4cf556-9cc5-4a7b-a20f-0523a9ba876f'),
(84886,32,15136,NULL,2614,5,'2026-01-21 19:24:24','2026-01-21 19:24:24','1b0c915f-d93c-4eb2-a4fc-6d66bd275c75'),
(84887,32,15136,NULL,2608,6,'2026-01-21 19:24:24','2026-01-21 19:24:24','368ee228-15d2-4f07-8306-d4759b9592c2'),
(84888,32,15136,NULL,2596,7,'2026-01-21 19:24:24','2026-01-21 19:24:24','1a0c9590-f54f-4f7f-96ad-70bafef01467'),
(84889,32,15136,NULL,2602,8,'2026-01-21 19:24:24','2026-01-21 19:24:24','985087be-0d93-4b44-b43d-2086e582eb0f'),
(84890,32,15136,NULL,2606,9,'2026-01-21 19:24:24','2026-01-21 19:24:24','6e0797ae-18ef-4988-ba0f-3e86d1f7fc22'),
(84891,32,15136,NULL,2612,10,'2026-01-21 19:24:24','2026-01-21 19:24:24','752e21c1-971b-4b6f-81e2-5eb2dad036c2'),
(84892,16,15136,NULL,4017,1,'2026-01-21 19:24:24','2026-01-21 19:24:24','4a9bdd4d-43de-4764-8285-63ef50337737'),
(84893,7,15136,NULL,3468,1,'2026-01-21 19:24:24','2026-01-21 19:24:24','29fbe5dd-d5b8-4e1c-bd1b-6b04fd0d2c84'),
(84894,7,15136,NULL,2969,2,'2026-01-21 19:24:24','2026-01-21 19:24:24','0f8178d2-dfee-4be0-a783-fd0e517628eb'),
(84895,7,15136,NULL,617,3,'2026-01-21 19:24:24','2026-01-21 19:24:24','bfb3a4f5-338b-44ba-a452-afb06a91d44a'),
(84896,7,15136,NULL,9724,4,'2026-01-21 19:24:24','2026-01-21 19:24:24','7a5b04f9-fe92-499d-8e2e-ff78de5c66ed'),
(84897,7,15136,NULL,2972,5,'2026-01-21 19:24:24','2026-01-21 19:24:24','99d8518a-a1ea-40c6-9834-b4c70308586d'),
(84898,7,15136,NULL,605,6,'2026-01-21 19:24:24','2026-01-21 19:24:24','eaa187d0-a01c-433f-b174-afd2f0a0fb3a'),
(84899,7,15136,NULL,9552,7,'2026-01-21 19:24:24','2026-01-21 19:24:24','0d2556ac-dc32-493a-a594-24883780ee97'),
(84900,47,15136,NULL,12418,1,'2026-01-21 19:24:24','2026-01-21 19:24:24','56a1f532-27fd-4c48-8b41-5281ff33db6d'),
(84901,57,15136,NULL,8163,1,'2026-01-21 19:24:24','2026-01-21 19:24:24','153e6eba-139a-4736-873b-71c809770313'),
(84902,57,15136,NULL,8162,2,'2026-01-21 19:24:24','2026-01-21 19:24:24','2f1aa740-8ec0-4dd8-941d-8fa85dc93d61'),
(84903,57,15136,NULL,8164,3,'2026-01-21 19:24:24','2026-01-21 19:24:24','f17f1c7e-e418-426b-ba43-e62cd9b8c14f'),
(84904,57,15136,NULL,8165,4,'2026-01-21 19:24:24','2026-01-21 19:24:24','e203ebd0-bcea-4882-a5ea-153340fdf664'),
(84931,32,15138,NULL,2610,1,'2026-01-21 19:24:40','2026-01-21 19:24:40','3c99288b-53ce-44f3-a42d-28b57feeada3'),
(84932,32,15138,NULL,2598,2,'2026-01-21 19:24:40','2026-01-21 19:24:40','65716eae-82a0-4da6-852b-9497e926ad7b'),
(84933,32,15138,NULL,2600,3,'2026-01-21 19:24:40','2026-01-21 19:24:40','3f320f7e-9445-4603-8dd7-f569e2e65eb0'),
(84934,32,15138,NULL,2604,4,'2026-01-21 19:24:40','2026-01-21 19:24:40','751bb480-ed69-484b-8046-369f9150518d'),
(84935,32,15138,NULL,2608,5,'2026-01-21 19:24:40','2026-01-21 19:24:40','3b230266-5d1c-4fc2-a898-8a71b74760f1'),
(84936,32,15138,NULL,2596,6,'2026-01-21 19:24:40','2026-01-21 19:24:40','0288b80e-d584-411a-b99a-78ec529a8f12'),
(84937,32,15138,NULL,2602,7,'2026-01-21 19:24:40','2026-01-21 19:24:40','c7009beb-ebb2-4b52-9aee-31c5ad6b70ec'),
(84938,32,15138,NULL,2606,8,'2026-01-21 19:24:40','2026-01-21 19:24:40','0470f882-c49a-4af5-89ae-d3f636529902'),
(84939,32,15138,NULL,2612,9,'2026-01-21 19:24:40','2026-01-21 19:24:40','604e602b-85e9-438c-9848-789565dcda6e'),
(84940,16,15138,NULL,9420,1,'2026-01-21 19:24:40','2026-01-21 19:24:40','ff67b5f3-15f2-4ca5-8bea-97c5c30d7684'),
(84941,7,15138,NULL,6547,1,'2026-01-21 19:24:40','2026-01-21 19:24:40','b307306e-4e52-44b0-aac9-18ea9526873b'),
(84942,7,15138,NULL,601,2,'2026-01-21 19:24:40','2026-01-21 19:24:40','5c54b05b-c30e-46f2-af03-fd9352903024'),
(84943,7,15138,NULL,617,3,'2026-01-21 19:24:40','2026-01-21 19:24:40','c17df5a1-3167-498c-84f4-0259799e3b77'),
(84944,7,15138,NULL,605,4,'2026-01-21 19:24:40','2026-01-21 19:24:40','b5f282f8-391f-4cce-8209-699d1c78c692'),
(84945,7,15138,NULL,9552,5,'2026-01-21 19:24:40','2026-01-21 19:24:40','17d1e8ba-f8b4-4ac4-8096-25bbea6aeb4e'),
(84946,82,15138,NULL,491,1,'2026-01-21 19:24:40','2026-01-21 19:24:40','245ce01d-1f84-4de3-a95c-2033d46204db'),
(84947,47,15138,NULL,12413,1,'2026-01-21 19:24:40','2026-01-21 19:24:40','aef03914-6ea5-4bd5-8292-34e5b76ef31b'),
(84948,57,15138,NULL,8141,1,'2026-01-21 19:24:40','2026-01-21 19:24:40','1a83f096-8272-4d00-9075-a381427db78d'),
(84949,57,15138,NULL,5129,2,'2026-01-21 19:24:40','2026-01-21 19:24:40','c44e4f3d-470d-48db-9495-e94cb8df059c'),
(84950,57,15138,NULL,5127,3,'2026-01-21 19:24:40','2026-01-21 19:24:40','ee8393be-8e1b-4693-b19d-15e3732a4315'),
(84951,57,15138,NULL,8142,4,'2026-01-21 19:24:40','2026-01-21 19:24:40','0eae0d29-836e-47f8-981b-d7d66e87f711'),
(84952,57,15138,NULL,9423,5,'2026-01-21 19:24:40','2026-01-21 19:24:40','76584c76-7b04-4c0c-8f99-dfe3cbd9324b'),
(84953,57,15138,NULL,9424,6,'2026-01-21 19:24:40','2026-01-21 19:24:40','5316bfc5-7cb9-4431-8b82-e2307aa79759'),
(84954,57,15138,NULL,9425,7,'2026-01-21 19:24:40','2026-01-21 19:24:40','6779e48e-38cf-4385-a39d-52627c4dcab8'),
(84955,57,15138,NULL,9426,8,'2026-01-21 19:24:40','2026-01-21 19:24:40','7893f415-7a1a-4955-abfd-4f7d72083a87'),
(84956,57,15138,NULL,9427,9,'2026-01-21 19:24:40','2026-01-21 19:24:40','a41813ae-f5da-4a98-b4c8-07ec7511bb7d'),
(84986,32,15140,NULL,2610,1,'2026-01-21 19:24:58','2026-01-21 19:24:58','e9fbd61f-7300-40ff-915b-f5db7d018078'),
(84987,32,15140,NULL,2598,2,'2026-01-21 19:24:58','2026-01-21 19:24:58','3f744f09-ac74-4d61-b4e9-914f38770eca'),
(84988,32,15140,NULL,2608,3,'2026-01-21 19:24:58','2026-01-21 19:24:58','fe5d9e0f-1384-4ed1-9d8f-8e8ffed0fedf'),
(84989,32,15140,NULL,2624,4,'2026-01-21 19:24:58','2026-01-21 19:24:58','c4fe220c-a51c-4592-819c-f30339d49230'),
(84990,32,15140,NULL,2600,5,'2026-01-21 19:24:58','2026-01-21 19:24:58','6a86e06f-2495-4a1d-bb59-df70675a0713'),
(84991,32,15140,NULL,2596,6,'2026-01-21 19:24:58','2026-01-21 19:24:58','6c822ac5-48d5-482e-9d05-bec8b8e702b1'),
(84992,32,15140,NULL,2602,7,'2026-01-21 19:24:58','2026-01-21 19:24:58','04d76853-cc3d-4b92-8f39-5a0486fe712a'),
(84993,32,15140,NULL,2606,8,'2026-01-21 19:24:58','2026-01-21 19:24:58','b7220821-d9c7-4a8b-a4db-04e407aba1a5'),
(84994,32,15140,NULL,2612,9,'2026-01-21 19:24:58','2026-01-21 19:24:58','e9071224-120c-4db4-9fa5-5031b8da3cad'),
(84995,32,15140,NULL,2604,10,'2026-01-21 19:24:58','2026-01-21 19:24:58','070fa2de-2056-434a-b726-13daa6a4760b'),
(84996,16,15140,NULL,5140,1,'2026-01-21 19:24:58','2026-01-21 19:24:58','7656bd67-0989-4511-ac95-1d1b6a7d7d36'),
(84997,7,15140,NULL,6547,1,'2026-01-21 19:24:58','2026-01-21 19:24:58','d41b4c89-299d-41e6-97a3-06cdade17a5d'),
(84998,7,15140,NULL,601,2,'2026-01-21 19:24:58','2026-01-21 19:24:58','aa6babdf-f586-4832-a0a7-f3ac4e8b96bb'),
(84999,7,15140,NULL,9735,3,'2026-01-21 19:24:58','2026-01-21 19:24:58','cdd4b10a-0177-4a50-9737-113a8ea67be2'),
(85000,7,15140,NULL,617,4,'2026-01-21 19:24:58','2026-01-21 19:24:58','4aee69e3-6f3a-4e9f-bc57-ae10e5d9b743'),
(85001,7,15140,NULL,605,5,'2026-01-21 19:24:58','2026-01-21 19:24:58','bc649bc0-e611-4b05-bd1f-a55d4b5800f2'),
(85002,7,15140,NULL,9552,6,'2026-01-21 19:24:58','2026-01-21 19:24:58','8382e735-18fa-47bb-9071-e382270a1d25'),
(85003,82,15140,NULL,491,1,'2026-01-21 19:24:58','2026-01-21 19:24:58','be6d4c08-28dd-45e6-81fd-6b56f91c8964'),
(85004,46,15140,NULL,2891,1,'2026-01-21 19:24:58','2026-01-21 19:24:58','5f6be8bb-c819-476a-9730-065491b0e287'),
(85005,47,15140,NULL,12315,1,'2026-01-21 19:24:58','2026-01-21 19:24:58','aa9766ab-7d72-45a1-b7f8-cd1ba7fc7419'),
(85006,57,15140,NULL,5146,1,'2026-01-21 19:24:58','2026-01-21 19:24:58','0ae6b12d-3ddf-4e29-a87e-c55c4e5b6bbb'),
(85007,57,15140,NULL,5147,2,'2026-01-21 19:24:58','2026-01-21 19:24:58','59fb490d-0014-404b-aa26-0439c34460ab'),
(85008,57,15140,NULL,5148,3,'2026-01-21 19:24:58','2026-01-21 19:24:58','725f341f-2ab1-4492-a13f-d1c5d7aafd14'),
(85009,57,15140,NULL,5149,4,'2026-01-21 19:24:58','2026-01-21 19:24:58','85232f4b-afe6-4f2a-ae6e-f6d95856a714'),
(85010,57,15140,NULL,5150,5,'2026-01-21 19:24:58','2026-01-21 19:24:58','7059fbce-e96b-4565-a893-6be245acc208'),
(85011,57,15140,NULL,5151,6,'2026-01-21 19:24:58','2026-01-21 19:24:58','c6875f2f-e6ac-4ccb-8568-49f70b468e8e'),
(85012,57,15140,NULL,5152,7,'2026-01-21 19:24:58','2026-01-21 19:24:58','dac206b0-91f5-4957-89ab-563d03964b0c'),
(85013,57,15140,NULL,5153,8,'2026-01-21 19:24:58','2026-01-21 19:24:58','b3dacc5e-f666-4b79-bbdf-d602896bd458'),
(85014,13,15140,NULL,6882,1,'2026-01-21 19:24:58','2026-01-21 19:24:58','88d7f5ca-2418-4a8a-9752-dd42e2262dfe'),
(85038,32,15142,NULL,2610,1,'2026-01-21 19:25:16','2026-01-21 19:25:16','0701012d-d860-432c-a3c4-8b88fd4191ff'),
(85039,32,15142,NULL,2598,2,'2026-01-21 19:25:16','2026-01-21 19:25:16','96227b71-ce0b-4b2e-8f5b-15f6c8030008'),
(85040,32,15142,NULL,2600,3,'2026-01-21 19:25:16','2026-01-21 19:25:16','a2ff122d-628f-4ee0-a7ae-f57ed4e9e4ee'),
(85041,32,15142,NULL,2606,4,'2026-01-21 19:25:16','2026-01-21 19:25:16','43f510e1-fead-4bde-839b-131dcda2806d'),
(85042,32,15142,NULL,2604,5,'2026-01-21 19:25:16','2026-01-21 19:25:16','0a2dd0b3-9c72-420d-adfd-4b4313c69237'),
(85043,32,15142,NULL,2614,6,'2026-01-21 19:25:16','2026-01-21 19:25:16','2c98e785-389f-4c54-88c4-8ee65926713a'),
(85044,32,15142,NULL,2608,7,'2026-01-21 19:25:16','2026-01-21 19:25:16','f396a29a-0392-45a9-8947-330fab9804c0'),
(85045,32,15142,NULL,2596,8,'2026-01-21 19:25:16','2026-01-21 19:25:16','643e4acf-42a5-47a9-a6a1-3691400a81d1'),
(85046,32,15142,NULL,2602,9,'2026-01-21 19:25:16','2026-01-21 19:25:16','19488cb3-37e3-4d6d-ba0e-b5d9a8a41d3b'),
(85047,32,15142,NULL,2612,10,'2026-01-21 19:25:16','2026-01-21 19:25:16','6612571e-edfa-4afd-9de5-f73615086b23'),
(85048,16,15142,NULL,5191,1,'2026-01-21 19:25:16','2026-01-21 19:25:16','1b34c627-6dd8-4028-adea-bca1b1add5bd'),
(85049,7,15142,NULL,2969,1,'2026-01-21 19:25:16','2026-01-21 19:25:16','2aae9309-1fde-4789-87de-934f3f2c9089'),
(85050,7,15142,NULL,617,2,'2026-01-21 19:25:16','2026-01-21 19:25:16','a443d868-5c21-4004-b3fb-1385b720b9e9'),
(85051,7,15142,NULL,605,3,'2026-01-21 19:25:16','2026-01-21 19:25:16','605db566-6699-401b-b699-612c402b46b2'),
(85052,7,15142,NULL,9552,4,'2026-01-21 19:25:16','2026-01-21 19:25:16','806020ac-6b95-4fa5-8dc4-40dbf245081e'),
(85053,47,15142,NULL,12370,1,'2026-01-21 19:25:16','2026-01-21 19:25:16','eb59df6e-9306-47ef-89ad-2c9756dc13f4'),
(85054,57,15142,NULL,5185,1,'2026-01-21 19:25:16','2026-01-21 19:25:16','df2fe3fa-c810-4ef5-b4d2-5d5d68b7c6b7'),
(85055,57,15142,NULL,5186,2,'2026-01-21 19:25:16','2026-01-21 19:25:16','5adab6d5-63c4-4f2b-830f-855d11dce8a7'),
(85056,57,15142,NULL,5187,3,'2026-01-21 19:25:16','2026-01-21 19:25:16','56e9fb3c-d95e-4a26-b56f-5f5ea130c198'),
(85057,57,15142,NULL,5188,4,'2026-01-21 19:25:16','2026-01-21 19:25:16','5e1025ce-f85f-4dac-a4cd-ea549f934478'),
(85058,57,15142,NULL,5189,5,'2026-01-21 19:25:16','2026-01-21 19:25:16','ab0cc332-e8b7-47fc-96f3-ee0a6be23c60'),
(85059,57,15142,NULL,5190,6,'2026-01-21 19:25:16','2026-01-21 19:25:16','376d773c-270c-4092-83f6-f3c4b40d6d73'),
(85087,32,15144,NULL,2610,1,'2026-01-21 19:26:09','2026-01-21 19:26:09','0fea7a30-3d6a-4d55-8876-4442935954a8'),
(85088,32,15144,NULL,2598,2,'2026-01-21 19:26:09','2026-01-21 19:26:09','73cba086-9a66-4203-a964-d0b474852af1'),
(85089,32,15144,NULL,2608,3,'2026-01-21 19:26:09','2026-01-21 19:26:09','fd61f287-52f9-49f0-9173-32682eb0f6e0'),
(85090,32,15144,NULL,2600,4,'2026-01-21 19:26:09','2026-01-21 19:26:09','933d018c-ddcb-46ff-b44c-a82a34f9e9f2'),
(85091,32,15144,NULL,2602,5,'2026-01-21 19:26:09','2026-01-21 19:26:09','f29c5465-52e8-4f72-a998-09ed3efa146c'),
(85092,32,15144,NULL,2612,6,'2026-01-21 19:26:09','2026-01-21 19:26:09','b49ce86d-aadd-4a8d-9ff3-4ffc4322a8b5'),
(85093,32,15144,NULL,2604,7,'2026-01-21 19:26:09','2026-01-21 19:26:09','ccdab7c0-2537-4867-991c-78f7cb117274'),
(85094,32,15144,NULL,2596,8,'2026-01-21 19:26:09','2026-01-21 19:26:09','b0a72666-e11d-463b-9054-49d3fced4c9b'),
(85095,32,15144,NULL,2606,9,'2026-01-21 19:26:09','2026-01-21 19:26:09','a27f925d-6f53-4a95-8007-93e8e8546bbd'),
(85096,16,15144,NULL,5213,1,'2026-01-21 19:26:09','2026-01-21 19:26:09','c33fc810-c45e-4c11-be4b-6d58588ebfa2'),
(85097,7,15144,NULL,3468,1,'2026-01-21 19:26:09','2026-01-21 19:26:09','ab6a2c47-46d3-43a9-bf40-5c3cbdd5a11c'),
(85098,7,15144,NULL,601,2,'2026-01-21 19:26:09','2026-01-21 19:26:09','871ffab5-14f7-4de5-8dcb-9a8ba5219e25'),
(85099,7,15144,NULL,617,3,'2026-01-21 19:26:09','2026-01-21 19:26:09','80819301-ce46-480d-817a-7af30db4db83'),
(85100,7,15144,NULL,605,4,'2026-01-21 19:26:09','2026-01-21 19:26:09','274cd79b-0eb7-449e-acc7-4b39b808bdd1'),
(85101,7,15144,NULL,9552,5,'2026-01-21 19:26:09','2026-01-21 19:26:09','1b6b8485-1aa8-41b5-941f-0287519e3d0b'),
(85102,82,15144,NULL,479,1,'2026-01-21 19:26:09','2026-01-21 19:26:09','7970d56b-a9db-4998-a297-061f59e6e186'),
(85103,82,15144,NULL,491,2,'2026-01-21 19:26:09','2026-01-21 19:26:09','a1fc01a3-0439-4446-9ae2-fb23fe1b7962'),
(85104,47,15144,NULL,12308,1,'2026-01-21 19:26:09','2026-01-21 19:26:09','4d19f8e6-a9a8-4b2e-8086-b05937039d53'),
(85105,57,15144,NULL,5233,1,'2026-01-21 19:26:09','2026-01-21 19:26:09','f7ce5af9-91c1-41d9-8be3-facbf62369f5'),
(85106,57,15144,NULL,5234,2,'2026-01-21 19:26:09','2026-01-21 19:26:09','e3b3efdf-9ba6-4616-be9b-a66cae1b97f4'),
(85107,57,15144,NULL,5235,3,'2026-01-21 19:26:09','2026-01-21 19:26:09','e0f7b7a5-db82-4181-87e7-0c71fcf25e32'),
(85108,57,15144,NULL,5236,4,'2026-01-21 19:26:09','2026-01-21 19:26:09','e552e81d-002d-474c-a7c6-d85bd2300299'),
(85109,57,15144,NULL,5237,5,'2026-01-21 19:26:09','2026-01-21 19:26:09','d73777aa-f357-4e42-bae2-aac1a14a6f7a'),
(85110,57,15144,NULL,5238,6,'2026-01-21 19:26:09','2026-01-21 19:26:09','21b1223d-085c-4920-aa3c-f8704489c4cb'),
(85111,57,15144,NULL,5239,7,'2026-01-21 19:26:09','2026-01-21 19:26:09','79aa6a7a-fb32-44cf-b410-c544a49cdc64'),
(85141,32,15148,NULL,2610,1,'2026-01-21 19:27:14','2026-01-21 19:27:14','e02a727e-6458-4430-b788-94f677ae3193'),
(85142,32,15148,NULL,2598,2,'2026-01-21 19:27:14','2026-01-21 19:27:14','33739d81-260d-42c7-bb48-cb0ba45043dd'),
(85143,32,15148,NULL,2600,3,'2026-01-21 19:27:14','2026-01-21 19:27:14','06383ea3-2cf0-430b-8116-2ffa325ad456'),
(85144,32,15148,NULL,2596,4,'2026-01-21 19:27:14','2026-01-21 19:27:14','58f56bd6-8a55-47a3-80f6-cf31f4cdad5e'),
(85145,32,15148,NULL,2602,5,'2026-01-21 19:27:14','2026-01-21 19:27:14','0836592f-e20d-4095-8cba-44ce74460e67'),
(85146,32,15148,NULL,2604,6,'2026-01-21 19:27:14','2026-01-21 19:27:14','a4a7add6-5e98-4a33-83a2-5b838e625bde'),
(85147,32,15148,NULL,2608,7,'2026-01-21 19:27:14','2026-01-21 19:27:14','8b72da0b-8f84-4232-a54a-d240f5e6aa7b'),
(85148,32,15148,NULL,2606,8,'2026-01-21 19:27:14','2026-01-21 19:27:14','06180e26-13b9-44ee-861a-bba1cb6a110d'),
(85149,32,15148,NULL,2612,9,'2026-01-21 19:27:14','2026-01-21 19:27:14','41fb2b09-7ccc-461b-955e-505eb8d7bc91'),
(85150,16,15148,NULL,5253,1,'2026-01-21 19:27:14','2026-01-21 19:27:14','73c9a639-d34b-41d4-88ba-1438d787334e'),
(85151,7,15148,NULL,601,1,'2026-01-21 19:27:14','2026-01-21 19:27:14','91dcb2f2-9e17-4d7d-a57c-42761a6620f8'),
(85152,7,15148,NULL,617,2,'2026-01-21 19:27:14','2026-01-21 19:27:14','b27e4f70-a343-4f93-9d09-85ced32da0c4'),
(85153,7,15148,NULL,9727,3,'2026-01-21 19:27:14','2026-01-21 19:27:14','a09ce516-0895-4c1a-baaf-f09ad95b4fd6'),
(85154,7,15148,NULL,9552,4,'2026-01-21 19:27:14','2026-01-21 19:27:14','e301465d-b169-4e9c-a7d3-eae089b23aab'),
(85155,7,15148,NULL,605,5,'2026-01-21 19:27:14','2026-01-21 19:27:14','439e88c8-9715-4c25-9f36-5fbfa457aeac'),
(85156,82,15148,NULL,491,1,'2026-01-21 19:27:14','2026-01-21 19:27:14','40ec75b4-beb4-427f-ac1f-a872b11baa98'),
(85157,46,15148,NULL,7379,1,'2026-01-21 19:27:14','2026-01-21 19:27:14','3e686b42-a8f4-4f63-a0a6-120582f915da'),
(85158,47,15148,NULL,15017,1,'2026-01-21 19:27:14','2026-01-21 19:27:14','5834263d-9c92-409d-8c20-2c395d52e29a'),
(85159,57,15148,NULL,7926,1,'2026-01-21 19:27:14','2026-01-21 19:27:14','71f6e84f-f9b7-4706-93e1-1980cb118254'),
(85160,57,15148,NULL,7928,2,'2026-01-21 19:27:14','2026-01-21 19:27:14','e47bf4b1-e3e1-4053-98d4-cf3799d67f3c'),
(85161,57,15148,NULL,7927,3,'2026-01-21 19:27:14','2026-01-21 19:27:14','92f12628-8d56-413c-a625-01708933f6bb'),
(85162,57,15148,NULL,7924,4,'2026-01-21 19:27:14','2026-01-21 19:27:14','be0d5641-4ede-41e1-bfa2-6b268900d8e6'),
(85163,57,15148,NULL,7925,5,'2026-01-21 19:27:14','2026-01-21 19:27:14','893ab30c-15bb-4fe1-aba6-ab2679769eaa'),
(85164,57,15148,NULL,7923,6,'2026-01-21 19:27:14','2026-01-21 19:27:14','2eae9fcf-cfaf-48d0-99d2-51ba075c9668'),
(85165,57,15148,NULL,7920,7,'2026-01-21 19:27:14','2026-01-21 19:27:14','28d8fd5f-4d08-4e32-be93-545bc849cd44'),
(85166,57,15148,NULL,7922,8,'2026-01-21 19:27:14','2026-01-21 19:27:14','96ee9c2f-cf1a-4af6-b22c-0d5c5caf87af'),
(85167,57,15148,NULL,7921,9,'2026-01-21 19:27:14','2026-01-21 19:27:14','4b511622-4aee-4360-9b0d-c220cfc03a5a'),
(85190,32,15150,NULL,2614,1,'2026-01-21 19:27:38','2026-01-21 19:27:38','fe553ca6-80ea-4fdd-b93f-6d95b14a7713'),
(85191,32,15150,NULL,2610,2,'2026-01-21 19:27:38','2026-01-21 19:27:38','63ae0d07-9e72-4809-9dfb-5f5a9d38c7e4'),
(85192,32,15150,NULL,2598,3,'2026-01-21 19:27:38','2026-01-21 19:27:38','a26cdb5f-81db-44f9-857f-1421c810aada'),
(85193,32,15150,NULL,2600,4,'2026-01-21 19:27:38','2026-01-21 19:27:38','a16f0a3f-3197-42e3-b3ce-ca2bcabca754'),
(85194,32,15150,NULL,2596,5,'2026-01-21 19:27:38','2026-01-21 19:27:38','67e86c6f-a5a0-4eac-b533-d3051bc7fb4f'),
(85195,32,15150,NULL,2602,6,'2026-01-21 19:27:38','2026-01-21 19:27:38','e76ccee8-fcb1-467f-ad75-5d9f4ba69288'),
(85196,32,15150,NULL,2604,7,'2026-01-21 19:27:38','2026-01-21 19:27:38','be05eb2b-1939-4826-bfd6-01abfff7898d'),
(85197,32,15150,NULL,2608,8,'2026-01-21 19:27:38','2026-01-21 19:27:38','a78aef8d-c458-4f2f-92d7-682d21a08543'),
(85198,32,15150,NULL,2606,9,'2026-01-21 19:27:38','2026-01-21 19:27:38','a20d1500-bcf0-44cf-985b-cb9b47f52758'),
(85199,32,15150,NULL,2612,10,'2026-01-21 19:27:38','2026-01-21 19:27:38','3393e858-99bd-4cff-b2e8-34a80591bd91'),
(85200,16,15150,NULL,3564,1,'2026-01-21 19:27:38','2026-01-21 19:27:38','a35eb8bb-032a-4098-8fbd-05b2703d127c'),
(85201,7,15150,NULL,601,1,'2026-01-21 19:27:38','2026-01-21 19:27:38','9a1e691f-ecd1-4e7a-9c00-236060bf39b7'),
(85202,7,15150,NULL,617,2,'2026-01-21 19:27:38','2026-01-21 19:27:38','8c49b22e-63f6-486f-b96a-c7bd64afcb9a'),
(85203,7,15150,NULL,605,3,'2026-01-21 19:27:38','2026-01-21 19:27:38','2a8f2f91-7f3a-4f3a-81f1-0a28cf6f4ea2'),
(85204,7,15150,NULL,9552,4,'2026-01-21 19:27:38','2026-01-21 19:27:38','fd02c03a-5997-4733-ae2f-6c99a521878d'),
(85205,47,15150,NULL,15014,1,'2026-01-21 19:27:38','2026-01-21 19:27:38','ddc7b76a-6533-4f6e-a62d-1f869a0628b9'),
(85206,57,15150,NULL,7908,1,'2026-01-21 19:27:38','2026-01-21 19:27:38','8e7b22b2-f7ca-4e3d-a57e-a7e98323fedb'),
(85207,57,15150,NULL,7910,2,'2026-01-21 19:27:38','2026-01-21 19:27:38','131f3fa2-6233-413c-af86-9031c79090b7'),
(85208,57,15150,NULL,7911,3,'2026-01-21 19:27:38','2026-01-21 19:27:38','aaf6b4a5-b0ec-4184-bdb9-8c9dab6a38f2'),
(85209,57,15150,NULL,7909,4,'2026-01-21 19:27:38','2026-01-21 19:27:38','1cf6a5d4-a760-478f-b725-bacba4579fd5'),
(85227,32,15152,NULL,2598,1,'2026-01-21 19:27:56','2026-01-21 19:27:56','443b5c72-8e0a-4604-a4de-bb00cb692942'),
(85228,32,15152,NULL,2608,2,'2026-01-21 19:27:56','2026-01-21 19:27:56','c5c22415-66ef-41dd-ba9c-0f89e42a8dff'),
(85229,32,15152,NULL,2600,3,'2026-01-21 19:27:56','2026-01-21 19:27:56','ebd9f8b0-750f-4d6a-9a2e-a3c9034c1820'),
(85230,32,15152,NULL,2596,4,'2026-01-21 19:27:56','2026-01-21 19:27:56','4088ecd4-2e7a-428c-850b-493ef6e7a50e'),
(85231,32,15152,NULL,2602,5,'2026-01-21 19:27:56','2026-01-21 19:27:56','9ecbc340-f01a-4052-87a1-2e12910296d3'),
(85232,32,15152,NULL,2606,6,'2026-01-21 19:27:56','2026-01-21 19:27:56','a7cf79fe-83a3-435c-ab8e-417c727a157d'),
(85233,32,15152,NULL,2604,7,'2026-01-21 19:27:56','2026-01-21 19:27:56','1205882b-dd71-4eca-8ac1-509992743778'),
(85234,32,15152,NULL,2610,8,'2026-01-21 19:27:56','2026-01-21 19:27:56','4e1d474d-fe8c-4aab-8bfd-9607e182e3d0'),
(85235,32,15152,NULL,2612,9,'2026-01-21 19:27:56','2026-01-21 19:27:56','0ff26bc5-42ee-4d3b-bc85-c31b0e4724c9'),
(85236,16,15152,NULL,11529,1,'2026-01-21 19:27:56','2026-01-21 19:27:56','d5c21ceb-78a9-42f3-9132-3f3769c72301'),
(85237,7,15152,NULL,2969,1,'2026-01-21 19:27:56','2026-01-21 19:27:56','69df29fd-c1c5-458c-aed6-1d75cc6653ea'),
(85238,7,15152,NULL,617,2,'2026-01-21 19:27:56','2026-01-21 19:27:56','61a33eba-d69e-48fc-a26c-a39be595b1e5'),
(85239,7,15152,NULL,605,3,'2026-01-21 19:27:56','2026-01-21 19:27:56','3ee30286-1f85-4797-8172-bfc91b19d5a4'),
(85240,7,15152,NULL,9552,4,'2026-01-21 19:27:56','2026-01-21 19:27:56','9febce4e-622c-4a62-812a-cfd85d4a4486'),
(85241,82,15152,NULL,491,1,'2026-01-21 19:27:56','2026-01-21 19:27:56','f6eafed1-1566-42e7-8fdd-1ac1d9d25f1b'),
(85242,47,15152,NULL,10463,1,'2026-01-21 19:27:56','2026-01-21 19:27:56','08b0269e-80fd-4c2c-ba87-dc3843936971'),
(85267,32,15154,NULL,2614,1,'2026-01-21 19:28:13','2026-01-21 19:28:13','d70b1893-6d76-47be-be73-b7f9c6786d70'),
(85268,32,15154,NULL,2610,2,'2026-01-21 19:28:13','2026-01-21 19:28:13','1cfcea4e-8dd8-4ef6-8521-db7385742757'),
(85269,32,15154,NULL,2598,3,'2026-01-21 19:28:13','2026-01-21 19:28:13','0c6218c7-62c5-4408-a9ad-4d5026d856d8'),
(85270,32,15154,NULL,2608,4,'2026-01-21 19:28:13','2026-01-21 19:28:13','f62fdbbc-8ae1-4dbd-924f-3929af2b2bff'),
(85271,32,15154,NULL,2600,5,'2026-01-21 19:28:13','2026-01-21 19:28:13','2145b5ab-c624-4909-86f8-ef2231d8e4b5'),
(85272,32,15154,NULL,2596,6,'2026-01-21 19:28:13','2026-01-21 19:28:13','23ff62a6-8b44-4d3c-a7fa-4c5d39948531'),
(85273,32,15154,NULL,2602,7,'2026-01-21 19:28:13','2026-01-21 19:28:13','b19dc245-4f8e-4cf8-b0df-080ae7b44abb'),
(85274,32,15154,NULL,2612,8,'2026-01-21 19:28:13','2026-01-21 19:28:13','0047e9ff-580c-4992-8c20-912b591f226b'),
(85275,32,15154,NULL,2604,9,'2026-01-21 19:28:13','2026-01-21 19:28:13','7c0b59dc-b683-4573-a009-043d8787afd6'),
(85276,32,15154,NULL,2606,10,'2026-01-21 19:28:13','2026-01-21 19:28:13','b8d54972-d5f4-48df-9faa-f34343cd8446'),
(85277,16,15154,NULL,9095,1,'2026-01-21 19:28:13','2026-01-21 19:28:13','e08cb1c2-d6c2-4be2-a8fe-ded0325bb325'),
(85278,7,15154,NULL,3468,1,'2026-01-21 19:28:13','2026-01-21 19:28:13','26c6a1a4-046c-4b52-9aed-9e93d14e65fc'),
(85279,7,15154,NULL,617,2,'2026-01-21 19:28:13','2026-01-21 19:28:13','0df97690-bbc9-480b-bf05-1eb35520ede0'),
(85280,7,15154,NULL,605,3,'2026-01-21 19:28:13','2026-01-21 19:28:13','1050670e-df99-4308-8bd7-1d1368a9cf00'),
(85281,7,15154,NULL,9552,4,'2026-01-21 19:28:13','2026-01-21 19:28:13','0f49ff3b-cc27-4589-8619-dce9e4dd71d0'),
(85282,82,15154,NULL,479,1,'2026-01-21 19:28:13','2026-01-21 19:28:13','d545d751-0022-42b3-b27b-29d306eda7be'),
(85283,47,15154,NULL,12306,1,'2026-01-21 19:28:13','2026-01-21 19:28:13','853bf297-8273-4638-9c9c-92dc06c05d8e'),
(85284,57,15154,NULL,9100,1,'2026-01-21 19:28:13','2026-01-21 19:28:13','8e9873ad-6616-416d-940f-cc58f69c2405'),
(85285,57,15154,NULL,9102,2,'2026-01-21 19:28:13','2026-01-21 19:28:13','43767ed9-05d5-4662-84ff-f8b4645a98c9'),
(85286,57,15154,NULL,9103,3,'2026-01-21 19:28:13','2026-01-21 19:28:13','d5bc417b-6e76-4acf-8457-9e5f5c15ab0c'),
(85287,57,15154,NULL,9104,4,'2026-01-21 19:28:13','2026-01-21 19:28:13','2d6c2230-ea8b-4ec1-bb1d-85c619c9220b'),
(85288,57,15154,NULL,9101,5,'2026-01-21 19:28:13','2026-01-21 19:28:13','36cb31c4-fb7d-4838-8aaa-1f1597e81c90'),
(85289,57,15154,NULL,9105,6,'2026-01-21 19:28:13','2026-01-21 19:28:13','aba8ac52-c838-4ca8-8e21-bdb34e718d3d'),
(85316,32,15156,NULL,2614,1,'2026-01-21 19:29:20','2026-01-21 19:29:20','77564001-5def-4f06-a0d3-28817a6dbf2f'),
(85317,32,15156,NULL,2610,2,'2026-01-21 19:29:20','2026-01-21 19:29:20','bb487b1c-2a0c-4607-ae01-0e92f2caed37'),
(85318,32,15156,NULL,2598,3,'2026-01-21 19:29:20','2026-01-21 19:29:20','65d1aa2f-44b3-49c6-912a-39588ee7ac72'),
(85319,32,15156,NULL,2608,4,'2026-01-21 19:29:20','2026-01-21 19:29:20','6394ec25-7aba-44ac-877a-08e9850fd8c5'),
(85320,32,15156,NULL,2624,5,'2026-01-21 19:29:20','2026-01-21 19:29:20','7d82c4e5-10ae-4f3b-943f-1d76636eb738'),
(85321,32,15156,NULL,2600,6,'2026-01-21 19:29:20','2026-01-21 19:29:20','7301b0bf-66d1-4118-9379-c9e0485129f6'),
(85322,32,15156,NULL,2596,7,'2026-01-21 19:29:20','2026-01-21 19:29:20','33e46ddc-5303-40a1-8beb-d83b96a19d55'),
(85323,32,15156,NULL,2602,8,'2026-01-21 19:29:20','2026-01-21 19:29:20','832d6231-ba31-480b-bc87-d0de70ee5908'),
(85324,32,15156,NULL,2606,9,'2026-01-21 19:29:20','2026-01-21 19:29:20','a4263ab2-d703-4e02-90e6-efc8ed629e80'),
(85325,32,15156,NULL,2612,10,'2026-01-21 19:29:20','2026-01-21 19:29:20','2339b44b-bccf-4127-a691-2d2066c75a94'),
(85326,32,15156,NULL,2604,11,'2026-01-21 19:29:20','2026-01-21 19:29:20','3e8a9cbc-b073-4913-a163-d7a6aab41299'),
(85327,16,15156,NULL,9204,1,'2026-01-21 19:29:20','2026-01-21 19:29:20','7a105688-f8d1-472b-ae4a-10492388df18'),
(85328,7,15156,NULL,3468,1,'2026-01-21 19:29:20','2026-01-21 19:29:20','b69a61da-1557-4835-bc96-f4696f3eb1d2'),
(85329,7,15156,NULL,617,2,'2026-01-21 19:29:20','2026-01-21 19:29:20','20696940-e434-45da-bce9-7e48a4aff321'),
(85330,7,15156,NULL,605,3,'2026-01-21 19:29:20','2026-01-21 19:29:20','424ad558-5e69-497a-ad5a-7ed78fc63840'),
(85331,7,15156,NULL,9552,4,'2026-01-21 19:29:20','2026-01-21 19:29:20','96b30325-a9e9-46f4-82b7-6a47f902570b'),
(85332,46,15156,NULL,2891,1,'2026-01-21 19:29:20','2026-01-21 19:29:20','4b1b62b7-5bc4-4288-bd06-5fce91f340b5'),
(85333,47,15156,NULL,12360,1,'2026-01-21 19:29:20','2026-01-21 19:29:20','8eaaeb66-a872-4f3f-ba83-f1ee128b5959'),
(85334,57,15156,NULL,9211,1,'2026-01-21 19:29:20','2026-01-21 19:29:20','ba5deaf7-16cd-4cd7-bace-009b96494865'),
(85335,57,15156,NULL,9210,2,'2026-01-21 19:29:20','2026-01-21 19:29:20','e9257233-7357-491c-9806-658a138c8eb6'),
(85336,57,15156,NULL,9213,3,'2026-01-21 19:29:20','2026-01-21 19:29:20','73dcf9ce-f50d-4831-80ff-dbf5ea21c3ee'),
(85337,57,15156,NULL,9212,4,'2026-01-21 19:29:20','2026-01-21 19:29:20','54a87d0e-e448-44f4-9e90-192b0f4b37e5'),
(85338,57,15156,NULL,9209,5,'2026-01-21 19:29:20','2026-01-21 19:29:20','4b9a4d58-2e3d-4974-9df9-005ff7b3a551'),
(85339,57,15156,NULL,9207,6,'2026-01-21 19:29:20','2026-01-21 19:29:20','76452c7f-ba14-4b0a-9341-af86a65c8c21'),
(85340,57,15156,NULL,9208,7,'2026-01-21 19:29:20','2026-01-21 19:29:20','3014f000-244d-4ba7-b6ee-27a161d35ac9'),
(85406,32,15159,NULL,2610,1,'2026-01-21 19:29:36','2026-01-21 19:29:36','e5967d2c-7aec-4119-a12c-2eb2d70192fb'),
(85407,32,15159,NULL,2598,2,'2026-01-21 19:29:36','2026-01-21 19:29:36','c4384f70-6b5d-419e-ac23-de4607491f67'),
(85408,32,15159,NULL,2600,3,'2026-01-21 19:29:36','2026-01-21 19:29:36','17a3d0c1-687d-4d6a-949d-961074991dfe'),
(85409,32,15159,NULL,2604,4,'2026-01-21 19:29:36','2026-01-21 19:29:36','ec2f35a4-5ea4-4de0-b784-1ddb8cc66b8d'),
(85410,32,15159,NULL,2608,5,'2026-01-21 19:29:36','2026-01-21 19:29:36','d413089a-29b0-4f77-a3b2-de44def47c22'),
(85411,32,15159,NULL,2596,6,'2026-01-21 19:29:36','2026-01-21 19:29:36','bac98ef8-0a35-49e0-ba54-73b9ec4a3ad7'),
(85412,32,15159,NULL,2602,7,'2026-01-21 19:29:36','2026-01-21 19:29:36','a5844fe4-31b9-42a2-b485-87ff17348ba7'),
(85413,32,15159,NULL,2606,8,'2026-01-21 19:29:36','2026-01-21 19:29:36','02daa55c-eb0e-45ad-91d0-76db0da04860'),
(85414,32,15159,NULL,2612,9,'2026-01-21 19:29:36','2026-01-21 19:29:36','5c13c249-ea66-4415-b70f-80a2fdf52ed9'),
(85415,16,15159,NULL,4610,1,'2026-01-21 19:29:36','2026-01-21 19:29:36','16dce9e1-9e80-45ab-99f1-dc0f3d612e60'),
(85416,7,15159,NULL,2969,1,'2026-01-21 19:29:36','2026-01-21 19:29:36','e1ec184c-8c3b-47a7-8025-4b2dfab27844'),
(85417,7,15159,NULL,9640,2,'2026-01-21 19:29:36','2026-01-21 19:29:36','c3c98cef-8870-4bfa-afd1-027f0599d067'),
(85418,7,15159,NULL,2974,3,'2026-01-21 19:29:36','2026-01-21 19:29:36','1c324c05-4149-45c8-ad5c-3e3f5245367b'),
(85419,7,15159,NULL,617,4,'2026-01-21 19:29:36','2026-01-21 19:29:36','0487a271-5261-496c-a045-d1e1fa23112d'),
(85420,7,15159,NULL,605,5,'2026-01-21 19:29:36','2026-01-21 19:29:36','42b6a8fb-ad31-4b5e-81f1-ddc1f8f317f9'),
(85421,7,15159,NULL,9552,6,'2026-01-21 19:29:36','2026-01-21 19:29:36','b93d3886-bcfe-417a-bba1-feae20b12aef'),
(85422,82,15159,NULL,491,1,'2026-01-21 19:29:36','2026-01-21 19:29:36','d717cc67-3a18-416f-92d1-55540abdfc1f'),
(85423,57,15159,NULL,9629,1,'2026-01-21 19:29:36','2026-01-21 19:29:36','ee33cb2b-35b5-405e-a5d8-37cef029eacf'),
(85424,57,15159,NULL,9631,2,'2026-01-21 19:29:36','2026-01-21 19:29:36','672a139d-4e62-49c8-a8b5-9e600959b1a4'),
(85425,57,15159,NULL,9630,3,'2026-01-21 19:29:36','2026-01-21 19:29:36','39e1e1a2-9161-482d-9468-2790edb09dab'),
(85426,57,15159,NULL,9628,4,'2026-01-21 19:29:36','2026-01-21 19:29:36','eb5150ea-b8ca-412b-8f07-0ec9b7b6a183'),
(85427,57,15159,NULL,9627,5,'2026-01-21 19:29:36','2026-01-21 19:29:36','c719ff70-b024-4627-b755-3e04c63b25c0'),
(85428,57,15159,NULL,9632,6,'2026-01-21 19:29:36','2026-01-21 19:29:36','d9bb3dfb-c396-4941-a936-f2a33a22917b'),
(85429,57,15159,NULL,9633,7,'2026-01-21 19:29:36','2026-01-21 19:29:36','acf0d3a2-9f2f-4565-bca4-d740e5ca3be1'),
(85430,57,15159,NULL,9625,8,'2026-01-21 19:29:36','2026-01-21 19:29:36','9c4d010a-b24b-4b7c-8c8c-d11c379eaa9c'),
(85431,57,15159,NULL,9626,9,'2026-01-21 19:29:36','2026-01-21 19:29:36','4775c781-d1a0-4536-82a0-d87f613b397e'),
(85432,57,15159,NULL,9624,10,'2026-01-21 19:29:36','2026-01-21 19:29:36','ce0efd3b-5b7e-4749-9230-26a3be29b41f'),
(85433,57,15159,NULL,9623,11,'2026-01-21 19:29:36','2026-01-21 19:29:36','b497e79f-b79c-431e-9246-c29256edc5f0'),
(85434,57,15159,NULL,9622,12,'2026-01-21 19:29:36','2026-01-21 19:29:36','e972892c-a1ad-4ce9-81c3-e28215a0c376'),
(85435,13,15159,NULL,10152,1,'2026-01-21 19:29:36','2026-01-21 19:29:36','e93673fa-c9a2-4dc1-8ffd-916098ba084b'),
(85459,32,15161,NULL,2610,1,'2026-01-21 19:29:52','2026-01-21 19:29:52','4f390278-de3e-419e-b0f8-178a5d185591'),
(85460,32,15161,NULL,2598,2,'2026-01-21 19:29:52','2026-01-21 19:29:52','fac94ba8-6f63-4a34-aa57-9da59f5db74f'),
(85461,32,15161,NULL,2600,3,'2026-01-21 19:29:52','2026-01-21 19:29:52','d418cb15-c864-4315-ae61-d46d77c68724'),
(85462,32,15161,NULL,2602,4,'2026-01-21 19:29:52','2026-01-21 19:29:52','234175ba-9aae-4075-a135-ef4e1b0a1482'),
(85463,32,15161,NULL,2604,5,'2026-01-21 19:29:52','2026-01-21 19:29:52','b2bd1c38-5111-4c93-9cb5-6ad96f200b81'),
(85464,32,15161,NULL,2608,6,'2026-01-21 19:29:52','2026-01-21 19:29:52','80885e1e-3ce3-46fd-96a6-9dfa8853f2cd'),
(85465,32,15161,NULL,2596,7,'2026-01-21 19:29:52','2026-01-21 19:29:52','180ce73b-ce82-4ffd-9594-9c7a6b805f59'),
(85466,32,15161,NULL,2606,8,'2026-01-21 19:29:52','2026-01-21 19:29:52','9d1e7851-8118-44ac-9d51-27fda966eead'),
(85467,32,15161,NULL,2612,9,'2026-01-21 19:29:52','2026-01-21 19:29:52','7f3bb9a0-dd59-4f76-82b6-29192c589968'),
(85468,16,15161,NULL,4579,1,'2026-01-21 19:29:52','2026-01-21 19:29:52','6b08c09b-a9cc-4d23-88ef-644f6de1f741'),
(85469,7,15161,NULL,2969,1,'2026-01-21 19:29:52','2026-01-21 19:29:52','b96f57ef-0e8e-4502-bcee-04d539bf3f6d'),
(85470,7,15161,NULL,9727,2,'2026-01-21 19:29:52','2026-01-21 19:29:52','1d37373b-d71e-45b0-a35a-a8fee68fb58f'),
(85471,7,15161,NULL,617,3,'2026-01-21 19:29:52','2026-01-21 19:29:52','76171bcb-f65a-42b0-8303-502f33ee7599'),
(85472,7,15161,NULL,605,4,'2026-01-21 19:29:52','2026-01-21 19:29:52','94959ab4-15e5-487f-a7ab-a66f956f1a97'),
(85473,7,15161,NULL,9552,5,'2026-01-21 19:29:52','2026-01-21 19:29:52','8e9e4c2a-9d41-4eef-ad38-fb34106a19a1'),
(85474,82,15161,NULL,479,1,'2026-01-21 19:29:52','2026-01-21 19:29:52','2af64d5a-93fe-4929-9666-c9390ab620ba'),
(85475,82,15161,NULL,491,2,'2026-01-21 19:29:52','2026-01-21 19:29:52','a547f7b4-d703-48cd-9feb-0f20b9c19304'),
(85476,47,15161,NULL,12489,1,'2026-01-21 19:29:52','2026-01-21 19:29:52','f8482347-aa6c-43c9-92c6-0d850ce43215'),
(85477,57,15161,NULL,8984,1,'2026-01-21 19:29:52','2026-01-21 19:29:52','fe7d9411-41c7-423c-a5fa-2cb1433bbe99'),
(85478,57,15161,NULL,8982,2,'2026-01-21 19:29:52','2026-01-21 19:29:52','9408fc98-3dcb-4ad0-bbdd-544ef18c2e75'),
(85479,57,15161,NULL,8981,3,'2026-01-21 19:29:52','2026-01-21 19:29:52','2b0f4b7a-a26f-4511-b77f-c0dc278068ce'),
(85480,57,15161,NULL,8983,4,'2026-01-21 19:29:52','2026-01-21 19:29:52','626af01c-6c13-4b61-8127-822cf5b114d5'),
(85481,57,15161,NULL,8980,5,'2026-01-21 19:29:52','2026-01-21 19:29:52','635fbbf8-053f-4a2a-9f2d-b8890c7f0a45'),
(85505,32,15163,NULL,2610,1,'2026-01-21 19:30:10','2026-01-21 19:30:10','d012ab0d-f312-4226-8f55-74f6798e7905'),
(85506,32,15163,NULL,2598,2,'2026-01-21 19:30:10','2026-01-21 19:30:10','e27c10c7-92c3-4544-933f-4a3f04c02034'),
(85507,32,15163,NULL,2600,3,'2026-01-21 19:30:10','2026-01-21 19:30:10','e32931b6-084a-4e36-98bc-83f233adf84a'),
(85508,32,15163,NULL,2604,4,'2026-01-21 19:30:10','2026-01-21 19:30:10','4efd8d0a-c5d8-429a-a6c4-ca1aa21ec03e'),
(85509,32,15163,NULL,2608,5,'2026-01-21 19:30:10','2026-01-21 19:30:10','79685ff5-d283-4a38-890a-304f027df673'),
(85510,32,15163,NULL,2596,6,'2026-01-21 19:30:10','2026-01-21 19:30:10','cd35953f-4f26-4aa4-aea6-7ce8ee8a9c88'),
(85511,32,15163,NULL,2602,7,'2026-01-21 19:30:10','2026-01-21 19:30:10','40af8a5a-161c-4219-8b80-ddb69cd59a90'),
(85512,32,15163,NULL,2606,8,'2026-01-21 19:30:10','2026-01-21 19:30:10','be6f3978-255e-4d68-8edd-0cb50c6416ca'),
(85513,32,15163,NULL,2612,9,'2026-01-21 19:30:10','2026-01-21 19:30:10','5e195b7b-1476-49e2-a99d-be970f65738c'),
(85514,16,15163,NULL,3959,1,'2026-01-21 19:30:10','2026-01-21 19:30:10','5f1c6e3b-5e2e-42c3-909a-92c9103a39ae'),
(85515,7,15163,NULL,3468,1,'2026-01-21 19:30:10','2026-01-21 19:30:10','5ad818c1-8694-44e2-ba65-84c3a2ea77e4'),
(85516,7,15163,NULL,601,2,'2026-01-21 19:30:10','2026-01-21 19:30:10','a9f7abcd-5aa3-4235-9c36-4191f07ce6fd'),
(85517,7,15163,NULL,617,3,'2026-01-21 19:30:10','2026-01-21 19:30:10','7e502925-206d-4460-ac2d-b0266e4b2d78'),
(85518,7,15163,NULL,9552,4,'2026-01-21 19:30:10','2026-01-21 19:30:10','82990515-7f42-48ba-9272-f2380947afac'),
(85519,7,15163,NULL,605,5,'2026-01-21 19:30:10','2026-01-21 19:30:10','21c2c736-c832-4d80-9534-289e7e688022'),
(85520,82,15163,NULL,479,1,'2026-01-21 19:30:10','2026-01-21 19:30:10','5fec623e-3aef-492a-95ca-2f2213d6b88b'),
(85521,82,15163,NULL,491,2,'2026-01-21 19:30:10','2026-01-21 19:30:10','31804090-0300-47b5-ac7b-6271550453bd'),
(85522,47,15163,NULL,12408,1,'2026-01-21 19:30:10','2026-01-21 19:30:10','7e2647dd-88aa-4cd6-a22c-7a5e3a3968c9'),
(85523,57,15163,NULL,8132,1,'2026-01-21 19:30:10','2026-01-21 19:30:10','2734bb10-3b30-408b-8066-b19ea4cebe2c'),
(85524,57,15163,NULL,8136,2,'2026-01-21 19:30:10','2026-01-21 19:30:10','b4c333e2-eeb0-4acf-bec5-8be52cbe2f84'),
(85525,57,15163,NULL,8131,3,'2026-01-21 19:30:10','2026-01-21 19:30:10','a48e737b-b257-4937-8ff0-2e04d2d1a178'),
(85526,57,15163,NULL,8134,4,'2026-01-21 19:30:10','2026-01-21 19:30:10','f41300dd-49d7-411a-8883-63089b2f1316'),
(85527,57,15163,NULL,8135,5,'2026-01-21 19:30:10','2026-01-21 19:30:10','db67cbc8-06f1-4411-a95d-2a108423b5e2'),
(85554,32,15165,NULL,2610,1,'2026-01-21 19:30:32','2026-01-21 19:30:32','40d96e08-9c5c-4e73-a0fe-1506df40ae2c'),
(85555,32,15165,NULL,2598,2,'2026-01-21 19:30:32','2026-01-21 19:30:32','92214266-a18a-4885-8e25-635f4e221bdb'),
(85556,32,15165,NULL,2600,3,'2026-01-21 19:30:32','2026-01-21 19:30:32','7aeea9a4-13b3-481e-8aaf-a9a787124c1f'),
(85557,32,15165,NULL,2604,4,'2026-01-21 19:30:32','2026-01-21 19:30:32','49f297f7-cab4-4fe9-a93c-8dcb25a6c6d2'),
(85558,32,15165,NULL,2608,5,'2026-01-21 19:30:32','2026-01-21 19:30:32','27c7a5d5-6d7f-4a3f-b263-2f6e5fd889a6'),
(85559,32,15165,NULL,2602,6,'2026-01-21 19:30:32','2026-01-21 19:30:32','8afc268d-afcf-43d3-a276-cf1392c58b7e'),
(85560,32,15165,NULL,2596,7,'2026-01-21 19:30:32','2026-01-21 19:30:32','bb8cb03b-5649-4b57-94dd-068f47eb0df7'),
(85561,32,15165,NULL,2606,8,'2026-01-21 19:30:32','2026-01-21 19:30:32','63fe5a80-e3c5-4365-b314-9310b161e3b1'),
(85562,32,15165,NULL,2612,9,'2026-01-21 19:30:32','2026-01-21 19:30:32','6b2fe72b-47b5-4ab9-9109-f4537120c533'),
(85563,16,15165,NULL,4554,1,'2026-01-21 19:30:32','2026-01-21 19:30:32','3b3c1cb6-5804-44f9-af4b-603b27d70323'),
(85564,7,15165,NULL,3468,1,'2026-01-21 19:30:32','2026-01-21 19:30:32','2f1698c1-840a-4f33-aaaf-430b65fcd7fb'),
(85565,7,15165,NULL,617,2,'2026-01-21 19:30:32','2026-01-21 19:30:32','4b8200ed-f0d0-496d-933c-6f6fb134b484'),
(85566,7,15165,NULL,605,3,'2026-01-21 19:30:32','2026-01-21 19:30:32','d99f5700-1f13-4ae2-9eaf-93557a1bf078'),
(85567,7,15165,NULL,9552,4,'2026-01-21 19:30:32','2026-01-21 19:30:32','a4e022bd-797d-4c4c-b816-fd93e1d5176d'),
(85568,82,15165,NULL,469,1,'2026-01-21 19:30:32','2026-01-21 19:30:32','bbdcc21c-8c60-4eb5-8da4-d27d7b7ff447'),
(85569,82,15165,NULL,479,2,'2026-01-21 19:30:32','2026-01-21 19:30:32','fbcc6431-da48-4f88-af62-7993333c2e68'),
(85570,82,15165,NULL,491,3,'2026-01-21 19:30:32','2026-01-21 19:30:32','e3177a1e-fe9f-4bf2-93c9-ec7483b04728'),
(85571,47,15165,NULL,10504,1,'2026-01-21 19:30:32','2026-01-21 19:30:32','e05577cb-8b32-4c15-9faa-1a432158a10c'),
(85572,57,15165,NULL,8968,1,'2026-01-21 19:30:32','2026-01-21 19:30:32','8f88e859-01c6-45da-9ea9-2cbbcbc7674e'),
(85573,57,15165,NULL,8970,2,'2026-01-21 19:30:32','2026-01-21 19:30:32','11d39555-d20d-4819-b883-74811f33f561'),
(85574,57,15165,NULL,8971,3,'2026-01-21 19:30:32','2026-01-21 19:30:32','70022f20-a288-41c0-a34e-48af13d6ad41'),
(85575,57,15165,NULL,8972,4,'2026-01-21 19:30:32','2026-01-21 19:30:32','f58d777b-33a6-465d-b6ed-44a0f7853168'),
(85576,57,15165,NULL,8973,5,'2026-01-21 19:30:32','2026-01-21 19:30:32','a85ef7dc-e809-406c-a5a5-f7b192652cef'),
(85577,57,15165,NULL,8969,6,'2026-01-21 19:30:32','2026-01-21 19:30:32','ec8995c1-b891-46d3-b937-057ffe203eea'),
(85578,57,15165,NULL,8974,7,'2026-01-21 19:30:32','2026-01-21 19:30:32','1eb4142d-e47c-44b9-976c-66e9089c04d0'),
(85602,32,15167,NULL,2610,1,'2026-01-21 19:30:55','2026-01-21 19:30:55','38bcbaa7-fed2-4c3a-853c-b33aff1e8399'),
(85603,32,15167,NULL,2598,2,'2026-01-21 19:30:55','2026-01-21 19:30:55','3e77fa43-fac2-4cea-8b9f-e0b792654848'),
(85604,32,15167,NULL,2600,3,'2026-01-21 19:30:55','2026-01-21 19:30:55','3f643c5f-f2e2-49dd-a7da-971d526f2d79'),
(85605,32,15167,NULL,2606,4,'2026-01-21 19:30:55','2026-01-21 19:30:55','46929cb7-dd05-428e-9291-a8c97e0504ea'),
(85606,32,15167,NULL,2604,5,'2026-01-21 19:30:55','2026-01-21 19:30:55','5200b50c-3151-4452-8c98-ab74fa4fd6ef'),
(85607,32,15167,NULL,2614,6,'2026-01-21 19:30:55','2026-01-21 19:30:55','75d83fea-c3c1-4b63-a5dc-0cb69cad8fe1'),
(85608,32,15167,NULL,2608,7,'2026-01-21 19:30:55','2026-01-21 19:30:55','5d3171aa-42a3-4a47-beb4-7a143f87b545'),
(85609,32,15167,NULL,2596,8,'2026-01-21 19:30:55','2026-01-21 19:30:55','a30605ae-fd15-4c8e-a4cb-7f125eb75966'),
(85610,32,15167,NULL,2602,9,'2026-01-21 19:30:55','2026-01-21 19:30:55','a91d4827-d2f7-4a19-b6df-13575b7dee4a'),
(85611,32,15167,NULL,2612,10,'2026-01-21 19:30:55','2026-01-21 19:30:55','0c72b0c5-0a19-475f-8bf2-f208d04dbb18'),
(85612,16,15167,NULL,9415,1,'2026-01-21 19:30:55','2026-01-21 19:30:55','cef5b7a8-e2a1-4386-998f-8a41b4a1e10b'),
(85613,7,15167,NULL,3468,1,'2026-01-21 19:30:55','2026-01-21 19:30:55','68e2541b-77c5-4981-9af5-9c6c4d487cb8'),
(85614,7,15167,NULL,2969,2,'2026-01-21 19:30:55','2026-01-21 19:30:55','34e01197-37ad-4751-bf83-5448be0f797e'),
(85615,7,15167,NULL,617,3,'2026-01-21 19:30:55','2026-01-21 19:30:55','5660fccf-39fb-45d0-9e7e-083f05b36ba5'),
(85616,7,15167,NULL,605,4,'2026-01-21 19:30:55','2026-01-21 19:30:55','b229e8b7-5cc9-4e0c-b864-43eb38b34f34'),
(85617,7,15167,NULL,9552,5,'2026-01-21 19:30:55','2026-01-21 19:30:55','88d3530f-0984-4f86-a286-ce6ea669178e'),
(85618,47,15167,NULL,12405,1,'2026-01-21 19:30:55','2026-01-21 19:30:55','9b0f8d75-83fd-458c-aee4-08a3eec12b19'),
(85619,57,15167,NULL,3927,1,'2026-01-21 19:30:55','2026-01-21 19:30:55','74fd0372-327c-4f35-912f-d3f16335ff3b'),
(85620,57,15167,NULL,8117,2,'2026-01-21 19:30:55','2026-01-21 19:30:55','74905ff9-21f5-4d8d-a672-eaff238a06cd'),
(85621,57,15167,NULL,8119,3,'2026-01-21 19:30:55','2026-01-21 19:30:55','090ae232-4432-4943-a0bf-a3c82e0fd724'),
(85622,57,15167,NULL,8120,4,'2026-01-21 19:30:55','2026-01-21 19:30:55','d3c3530b-3b71-4af6-b465-0107914a3f30'),
(85649,32,15170,NULL,2610,1,'2026-01-21 19:31:16','2026-01-21 19:31:16','af79551a-abcf-4e23-9cf8-13fec0a55893'),
(85650,32,15170,NULL,2598,2,'2026-01-21 19:31:16','2026-01-21 19:31:16','8199dae4-176b-47cf-a9b1-4194008af8d7'),
(85651,32,15170,NULL,2600,3,'2026-01-21 19:31:16','2026-01-21 19:31:16','b16f1f90-6d2a-47a5-a870-15541efb999a'),
(85652,32,15170,NULL,2602,4,'2026-01-21 19:31:16','2026-01-21 19:31:16','66f37815-1897-48e8-83f1-17abb1a022de'),
(85653,32,15170,NULL,2612,5,'2026-01-21 19:31:16','2026-01-21 19:31:16','14901584-6a42-4e96-b85f-96519aeb48d7'),
(85654,32,15170,NULL,2618,6,'2026-01-21 19:31:16','2026-01-21 19:31:16','77d63e02-7fa3-4751-a388-4522726d9890'),
(85655,32,15170,NULL,2604,7,'2026-01-21 19:31:16','2026-01-21 19:31:16','c9523510-37d4-48b5-b63e-645b478a880c'),
(85656,32,15170,NULL,2614,8,'2026-01-21 19:31:16','2026-01-21 19:31:16','3e3086bb-b292-4549-9824-cd640d4dc47d'),
(85657,32,15170,NULL,2608,9,'2026-01-21 19:31:16','2026-01-21 19:31:16','3856eeeb-6e64-41ca-951f-074f6919042b'),
(85658,32,15170,NULL,2596,10,'2026-01-21 19:31:16','2026-01-21 19:31:16','189f1fab-daac-4336-bfa1-8b8f0231441c'),
(85659,32,15170,NULL,2606,11,'2026-01-21 19:31:16','2026-01-21 19:31:16','30fd6310-63a7-45a4-a5c0-7536b9bb43cc'),
(85660,16,15170,NULL,8104,1,'2026-01-21 19:31:16','2026-01-21 19:31:16','81286ff0-1d4b-4ccb-8396-9bd59895560a'),
(85661,7,15170,NULL,9724,1,'2026-01-21 19:31:16','2026-01-21 19:31:16','d46f9a5c-0ef2-4630-8642-d2021108b17a'),
(85662,7,15170,NULL,2974,2,'2026-01-21 19:31:16','2026-01-21 19:31:16','b588b6e0-37e7-4ce8-a2dc-f8ddcb738987'),
(85663,7,15170,NULL,617,3,'2026-01-21 19:31:16','2026-01-21 19:31:16','d60cb2eb-f4e5-4631-8602-66868479502b'),
(85664,7,15170,NULL,605,4,'2026-01-21 19:31:16','2026-01-21 19:31:16','119b5df4-1d96-47b8-97c5-f2feb1d3275f'),
(85665,7,15170,NULL,9552,5,'2026-01-21 19:31:16','2026-01-21 19:31:16','2a65e1a8-4f1c-473c-9f01-4517d26f7ab1'),
(85666,82,15170,NULL,479,1,'2026-01-21 19:31:16','2026-01-21 19:31:16','6026274b-5718-4a77-b163-8d7cb6b657f4'),
(85667,46,15170,NULL,3697,1,'2026-01-21 19:31:16','2026-01-21 19:31:16','8798b101-2f0e-489e-b009-ee1d8a9f9029'),
(85668,47,15170,NULL,12403,1,'2026-01-21 19:31:16','2026-01-21 19:31:16','f760dfd4-28f5-4c02-a560-237dea3cbdba'),
(85669,57,15170,NULL,8108,1,'2026-01-21 19:31:16','2026-01-21 19:31:16','75e93088-07ba-4d5c-9797-dc28a5172f0e'),
(85670,57,15170,NULL,8107,2,'2026-01-21 19:31:16','2026-01-21 19:31:16','9d570ed8-4f5f-4b2e-8fe9-216e83f284b3'),
(85671,57,15170,NULL,8106,3,'2026-01-21 19:31:16','2026-01-21 19:31:16','516c11a7-63e1-4028-9c48-2b1eac6cd7ed'),
(85672,57,15170,NULL,8105,4,'2026-01-21 19:31:16','2026-01-21 19:31:16','01991058-f226-4b96-bffc-832f130bf472'),
(85673,13,15170,NULL,6820,1,'2026-01-21 19:31:16','2026-01-21 19:31:16','5ef280e1-75c7-4879-9693-9d247350069d'),
(85697,32,15172,NULL,2610,1,'2026-01-21 19:31:34','2026-01-21 19:31:34','ecdcf56e-c00a-4d66-8bc3-428ab57fe11b'),
(85698,32,15172,NULL,2598,2,'2026-01-21 19:31:34','2026-01-21 19:31:34','c7aed55f-ddb8-4fb0-ad2f-b865e1125f35'),
(85699,32,15172,NULL,2608,3,'2026-01-21 19:31:34','2026-01-21 19:31:34','997a3377-788a-4a58-b612-233ded6d0368'),
(85700,32,15172,NULL,2600,4,'2026-01-21 19:31:34','2026-01-21 19:31:34','060bc9c9-cc1c-4876-8a68-11c8e960c9c5'),
(85701,32,15172,NULL,2596,5,'2026-01-21 19:31:34','2026-01-21 19:31:34','083d3d1d-2d11-4448-8a93-a510a737148d'),
(85702,32,15172,NULL,2602,6,'2026-01-21 19:31:34','2026-01-21 19:31:34','0dd06961-061a-4401-ac76-853c276ae1b0'),
(85703,32,15172,NULL,2604,7,'2026-01-21 19:31:34','2026-01-21 19:31:34','8e5f5897-b694-40e4-b7c0-4cdce9f19892'),
(85704,32,15172,NULL,2606,8,'2026-01-21 19:31:34','2026-01-21 19:31:34','6e273124-ae2a-4b84-ab2a-21ea786b71d8'),
(85705,32,15172,NULL,2612,9,'2026-01-21 19:31:34','2026-01-21 19:31:34','715405a2-89e1-4eb2-81c0-e09603357dc7'),
(85706,16,15172,NULL,7891,1,'2026-01-21 19:31:34','2026-01-21 19:31:34','58401048-e062-42d7-b8c6-df0a9d8a27a5'),
(85707,7,15172,NULL,601,1,'2026-01-21 19:31:34','2026-01-21 19:31:34','e78ca1ac-ef9a-4645-92cd-5863ac5e854e'),
(85708,7,15172,NULL,2974,2,'2026-01-21 19:31:34','2026-01-21 19:31:34','8814a5cd-c825-4254-a754-bc3dc8e63f5d'),
(85709,7,15172,NULL,617,3,'2026-01-21 19:31:34','2026-01-21 19:31:34','109da61d-bcab-4b42-8eb8-bb20a0ade376'),
(85710,7,15172,NULL,9732,4,'2026-01-21 19:31:34','2026-01-21 19:31:34','e8238fd4-1886-484c-9d61-c06e073478c9'),
(85711,7,15172,NULL,605,5,'2026-01-21 19:31:34','2026-01-21 19:31:34','9a0c513f-a02a-4a3f-90fe-3999d6261f18'),
(85712,7,15172,NULL,9552,6,'2026-01-21 19:31:34','2026-01-21 19:31:34','2a04d557-9b02-4407-b589-4c1e86041199'),
(85713,82,15172,NULL,491,1,'2026-01-21 19:31:34','2026-01-21 19:31:34','cbea5d52-782b-4131-b4d8-229ed88ddc7c'),
(85714,47,15172,NULL,15011,1,'2026-01-21 19:31:34','2026-01-21 19:31:34','b3aa1e01-30a9-4efa-9b8a-5fe1d1d5fbcd'),
(85715,57,15172,NULL,7893,1,'2026-01-21 19:31:34','2026-01-21 19:31:34','59c7729b-0048-4361-a4ba-406c34c8b400'),
(85716,57,15172,NULL,7892,2,'2026-01-21 19:31:34','2026-01-21 19:31:34','b3da11be-a34d-4eea-ad59-c67b9735e81d'),
(85717,57,15172,NULL,7894,3,'2026-01-21 19:31:34','2026-01-21 19:31:34','5c32b040-77ef-4175-a171-b212039f0215'),
(85718,57,15172,NULL,7901,4,'2026-01-21 19:31:34','2026-01-21 19:31:34','c351687b-62e5-40d2-b1e7-b70aba1a466c'),
(85743,32,15174,NULL,2610,1,'2026-01-21 19:31:50','2026-01-21 19:31:50','66df3777-4c59-4fe9-92d2-719aa84fe7ab'),
(85744,32,15174,NULL,2598,2,'2026-01-21 19:31:50','2026-01-21 19:31:50','eacdde89-d549-4736-b152-55db83d0b3b3'),
(85745,32,15174,NULL,2608,3,'2026-01-21 19:31:50','2026-01-21 19:31:50','f77f69b9-7948-4407-8209-5cacac9c0165'),
(85746,32,15174,NULL,2600,4,'2026-01-21 19:31:50','2026-01-21 19:31:50','c8527975-f1fe-4030-88ac-43faa76e4233'),
(85747,32,15174,NULL,2596,5,'2026-01-21 19:31:50','2026-01-21 19:31:50','c534844c-8e9c-4668-a794-7976324c801a'),
(85748,32,15174,NULL,2602,6,'2026-01-21 19:31:50','2026-01-21 19:31:50','12964d2e-342a-4637-b71d-987aec06ba98'),
(85749,32,15174,NULL,2612,7,'2026-01-21 19:31:50','2026-01-21 19:31:50','59d650db-2279-4c57-bd4b-3f420139f360'),
(85750,32,15174,NULL,2604,8,'2026-01-21 19:31:50','2026-01-21 19:31:50','dfd0f4f2-192a-4d44-8651-742013a6d115'),
(85751,32,15174,NULL,2606,9,'2026-01-21 19:31:50','2026-01-21 19:31:50','00c7379a-9d85-4002-84ba-122df165cd7f'),
(85752,16,15174,NULL,9080,1,'2026-01-21 19:31:50','2026-01-21 19:31:50','b4a97e8c-d28f-4ca0-90db-9c48d060be97'),
(85753,7,15174,NULL,605,1,'2026-01-21 19:31:50','2026-01-21 19:31:50','d1a068f0-ac3b-4fe8-9fc2-205a0d3684a9'),
(85754,7,15174,NULL,617,2,'2026-01-21 19:31:50','2026-01-21 19:31:50','c980e224-1674-46c0-b835-29a544cceb8a'),
(85755,7,15174,NULL,9552,3,'2026-01-21 19:31:50','2026-01-21 19:31:50','c372fe9e-4885-436d-a48a-70e747a5f06d'),
(85756,82,15174,NULL,479,1,'2026-01-21 19:31:50','2026-01-21 19:31:50','b9216b9c-050e-4523-9b19-39820c19ef44'),
(85757,82,15174,NULL,491,2,'2026-01-21 19:31:50','2026-01-21 19:31:50','2d6920d3-5295-40f8-8480-98b27628910e'),
(85758,47,15174,NULL,12303,1,'2026-01-21 19:31:50','2026-01-21 19:31:50','ea631bca-6ef6-49ca-84ab-ec9d3ee2eb3c'),
(85759,57,15174,NULL,9087,1,'2026-01-21 19:31:50','2026-01-21 19:31:50','035590e4-0bee-464b-8289-35a00af6914f'),
(85760,57,15174,NULL,9088,2,'2026-01-21 19:31:50','2026-01-21 19:31:50','6fbf5425-e243-4939-b15b-c246cbf74749'),
(85761,57,15174,NULL,9086,3,'2026-01-21 19:31:50','2026-01-21 19:31:50','3992d9a8-d1ce-4db2-8e44-b088bac61a97'),
(85762,57,15174,NULL,9083,4,'2026-01-21 19:31:50','2026-01-21 19:31:50','fd0a4579-86d0-42a0-bf69-21c5adc4e641'),
(85763,57,15174,NULL,9085,5,'2026-01-21 19:31:50','2026-01-21 19:31:50','a3e74392-5f6b-4ed3-8849-cb876c29c4a2'),
(85764,57,15174,NULL,9084,6,'2026-01-21 19:31:50','2026-01-21 19:31:50','a48e3970-bb95-4a61-8269-350d8157c912'),
(85795,32,15177,NULL,2614,1,'2026-01-21 19:32:23','2026-01-21 19:32:23','2bce6f3d-8027-4d12-bada-56054d494bc4'),
(85796,32,15177,NULL,2610,2,'2026-01-21 19:32:23','2026-01-21 19:32:23','0b3665f5-5a39-47e6-b83a-766c6e902708'),
(85797,32,15177,NULL,2598,3,'2026-01-21 19:32:23','2026-01-21 19:32:23','8501f52b-472b-42da-bc71-44aeaab0424f'),
(85798,32,15177,NULL,2608,4,'2026-01-21 19:32:23','2026-01-21 19:32:23','bc21f79d-3d25-4fe6-bb1a-10f7e3872a71'),
(85799,32,15177,NULL,2600,5,'2026-01-21 19:32:23','2026-01-21 19:32:23','65f6e47d-9115-4298-b3bd-cb5ec774001d'),
(85800,32,15177,NULL,2596,6,'2026-01-21 19:32:23','2026-01-21 19:32:23','fc82306c-592c-4fc7-a8d0-5c5e0260407e'),
(85801,32,15177,NULL,2602,7,'2026-01-21 19:32:23','2026-01-21 19:32:23','e46a58a7-2983-447a-ad4c-618b931be77c'),
(85802,32,15177,NULL,2612,8,'2026-01-21 19:32:23','2026-01-21 19:32:23','9254c8e9-231a-4e8e-95dc-06608bce12f6'),
(85803,32,15177,NULL,2604,9,'2026-01-21 19:32:23','2026-01-21 19:32:23','ea7d4280-0d04-4eaa-b960-d297f1dce6f0'),
(85804,32,15177,NULL,2606,10,'2026-01-21 19:32:23','2026-01-21 19:32:23','aeb4972d-144e-4792-9b36-ea509a4f4a2b'),
(85805,16,15177,NULL,9901,1,'2026-01-21 19:32:23','2026-01-21 19:32:23','00454c68-c893-4073-9dbb-0d8dc006b354'),
(85806,7,15177,NULL,605,1,'2026-01-21 19:32:23','2026-01-21 19:32:23','6ddd4ab3-bf37-4554-9e2e-caa2e67ddf16'),
(85807,7,15177,NULL,617,2,'2026-01-21 19:32:23','2026-01-21 19:32:23','4b23e2fb-a748-4058-939f-473108d617d9'),
(85808,7,15177,NULL,9552,3,'2026-01-21 19:32:23','2026-01-21 19:32:23','03c6b118-60b4-4560-8ae3-f7731d4808f2'),
(85809,82,15177,NULL,479,1,'2026-01-21 19:32:23','2026-01-21 19:32:23','78658584-9868-4524-bc56-0d226e14fac6'),
(85810,47,15177,NULL,12358,1,'2026-01-21 19:32:23','2026-01-21 19:32:23','3df3d620-5f6f-43ce-b544-a93752db1677'),
(85811,57,15177,NULL,9903,1,'2026-01-21 19:32:23','2026-01-21 19:32:23','4bde8e88-17e0-4132-bdf6-d5c88fdd2495'),
(85812,57,15177,NULL,9904,2,'2026-01-21 19:32:23','2026-01-21 19:32:23','9eb32435-7658-408d-8320-9a13d6d1e920'),
(85813,57,15177,NULL,9907,3,'2026-01-21 19:32:23','2026-01-21 19:32:23','3ef708ec-6b2d-4147-9d79-1b1c759e0652'),
(85814,57,15177,NULL,9908,4,'2026-01-21 19:32:23','2026-01-21 19:32:23','9640d05b-8dc2-456f-bf76-52f97c95798d'),
(85815,57,15177,NULL,9909,5,'2026-01-21 19:32:23','2026-01-21 19:32:23','2dca377e-cd28-4148-af6c-f7ee550d1b58'),
(85816,57,15177,NULL,9910,6,'2026-01-21 19:32:23','2026-01-21 19:32:23','df728d1e-4372-4fae-b1f3-69d319bae7c4'),
(85817,57,15177,NULL,9911,7,'2026-01-21 19:32:23','2026-01-21 19:32:23','e2528ac5-ead8-4369-b1b9-5fdefc0e6556'),
(85818,57,15177,NULL,9912,8,'2026-01-21 19:32:23','2026-01-21 19:32:23','57f552fc-1629-462a-8e0c-d07629302ba6'),
(85819,57,15177,NULL,9913,9,'2026-01-21 19:32:23','2026-01-21 19:32:23','29277a7e-804d-46f4-bf81-ce951e96eff8'),
(85820,57,15177,NULL,9914,10,'2026-01-21 19:32:23','2026-01-21 19:32:23','e4c06787-4044-4d5f-ba36-699272d66afe'),
(85821,57,15177,NULL,9915,11,'2026-01-21 19:32:23','2026-01-21 19:32:23','75d2bab2-0178-4eb1-bd4b-2fe265000ffe'),
(85822,57,15177,NULL,9905,12,'2026-01-21 19:32:23','2026-01-21 19:32:23','9ad9fd1d-8d43-4105-9858-569ed5cf0c1a'),
(85823,57,15177,NULL,9906,13,'2026-01-21 19:32:23','2026-01-21 19:32:23','a9583498-7cf7-4a03-8e71-c8974dd95445'),
(85854,32,15179,NULL,2610,1,'2026-01-21 19:32:50','2026-01-21 19:32:50','f48c41b0-639a-44db-9a33-bfb35dd4f59f'),
(85855,32,15179,NULL,2598,2,'2026-01-21 19:32:50','2026-01-21 19:32:50','5624a8e0-5186-4f55-8071-fc3ba361471d'),
(85856,32,15179,NULL,2608,3,'2026-01-21 19:32:50','2026-01-21 19:32:50','8b70534c-9936-449f-a25e-75a1320a73e3'),
(85857,32,15179,NULL,2600,4,'2026-01-21 19:32:50','2026-01-21 19:32:50','3ba06d2a-602c-4e06-bff3-63e49c7b4e2b'),
(85858,32,15179,NULL,2596,5,'2026-01-21 19:32:50','2026-01-21 19:32:50','c15582ac-d60a-415e-9baf-d4b67b4187b7'),
(85859,32,15179,NULL,2602,6,'2026-01-21 19:32:50','2026-01-21 19:32:50','42490943-4aed-45fb-b1fd-53b3a867330f'),
(85860,32,15179,NULL,2612,7,'2026-01-21 19:32:50','2026-01-21 19:32:50','b9f75fba-295f-40d3-a725-441a8ce0bf14'),
(85861,32,15179,NULL,2618,8,'2026-01-21 19:32:50','2026-01-21 19:32:50','81b50ff8-8671-4a51-878a-b8c1f65c1b6d'),
(85862,32,15179,NULL,2604,9,'2026-01-21 19:32:50','2026-01-21 19:32:50','244c9ca9-12a3-4fdd-ad51-d7ea921bf4b2'),
(85863,32,15179,NULL,2606,10,'2026-01-21 19:32:50','2026-01-21 19:32:50','af07a033-bd64-48c4-bba0-b0f5f07458ef'),
(85864,16,15179,NULL,9068,1,'2026-01-21 19:32:50','2026-01-21 19:32:50','a54bf691-47d0-4f1f-b01c-731d5b3ee8e4'),
(85865,7,15179,NULL,6547,1,'2026-01-21 19:32:50','2026-01-21 19:32:50','d6bbbc29-5473-4243-bbd8-0da9422022a0'),
(85866,7,15179,NULL,601,2,'2026-01-21 19:32:50','2026-01-21 19:32:50','c1874ff3-0e28-4845-a4dd-71dfdfd1b09f'),
(85867,7,15179,NULL,617,3,'2026-01-21 19:32:50','2026-01-21 19:32:50','ff40690a-41ac-4e74-9810-ca1cd075e104'),
(85868,7,15179,NULL,9732,4,'2026-01-21 19:32:50','2026-01-21 19:32:50','ed7007f1-f894-4d47-b76b-9734000aefb9'),
(85869,7,15179,NULL,9735,5,'2026-01-21 19:32:50','2026-01-21 19:32:50','5935b906-764b-469c-a1a1-1a8cf38149a6'),
(85870,7,15179,NULL,2972,6,'2026-01-21 19:32:50','2026-01-21 19:32:50','33c78d76-0cc3-440c-aa94-fe0f2ab1db82'),
(85871,7,15179,NULL,9549,7,'2026-01-21 19:32:50','2026-01-21 19:32:50','4eef79b9-1fed-4749-a4ff-ae998fe4fa8c'),
(85872,7,15179,NULL,605,8,'2026-01-21 19:32:50','2026-01-21 19:32:50','1767b7e2-2bfc-45a8-b054-0f6168ec57d3'),
(85873,7,15179,NULL,9552,9,'2026-01-21 19:32:50','2026-01-21 19:32:50','c4ef7519-665d-4ac7-867f-ccd2dca788e9'),
(85874,82,15179,NULL,479,1,'2026-01-21 19:32:50','2026-01-21 19:32:50','234bad2a-5b65-4adb-8123-0c11fd0ca6ba'),
(85875,82,15179,NULL,491,2,'2026-01-21 19:32:50','2026-01-21 19:32:50','53fea99c-be27-4762-ab39-d8d268808e91'),
(85876,46,15179,NULL,3697,1,'2026-01-21 19:32:50','2026-01-21 19:32:50','aa44903b-4abf-43d1-8ffd-e2f682c1bc8b'),
(85877,47,15179,NULL,12297,1,'2026-01-21 19:32:50','2026-01-21 19:32:50','7f039a29-334c-4293-b732-67949137efd2'),
(85878,57,15179,NULL,9071,1,'2026-01-21 19:32:50','2026-01-21 19:32:50','1a50e976-9cc9-4c88-a91a-0b3c10a9e739'),
(85879,57,15179,NULL,9072,2,'2026-01-21 19:32:50','2026-01-21 19:32:50','398d7063-17f5-4d0a-b9a8-9b4bc686a52e'),
(85880,57,15179,NULL,9073,3,'2026-01-21 19:32:50','2026-01-21 19:32:50','8aa1723a-ccba-4313-af6d-e9c7cc330836'),
(85881,57,15179,NULL,9074,4,'2026-01-21 19:32:50','2026-01-21 19:32:50','03a90b63-05df-4f7d-8353-4a86ed580b1f'),
(85882,57,15179,NULL,9075,5,'2026-01-21 19:32:50','2026-01-21 19:32:50','cf3a5609-64ce-4a2c-8283-0185dfcdc94c'),
(85883,13,15179,NULL,6872,1,'2026-01-21 19:32:50','2026-01-21 19:32:50','a75c1243-f841-485b-a955-5902e65677f7'),
(85907,32,15181,NULL,2610,1,'2026-01-21 19:33:08','2026-01-21 19:33:08','cdeed41a-97fd-40fa-ac89-ada1325e04ea'),
(85908,32,15181,NULL,2598,2,'2026-01-21 19:33:08','2026-01-21 19:33:08','b6ac2771-51f0-4877-a832-14f5f7e157a5'),
(85909,32,15181,NULL,2608,3,'2026-01-21 19:33:08','2026-01-21 19:33:08','b3081925-e223-4a08-a617-96eaff35a4db'),
(85910,32,15181,NULL,2600,4,'2026-01-21 19:33:08','2026-01-21 19:33:08','86b70489-e10d-4abb-9c55-6554d50d0df2'),
(85911,32,15181,NULL,2596,5,'2026-01-21 19:33:08','2026-01-21 19:33:08','d523788b-6ef0-4f9e-9a8c-d4b624ff432b'),
(85912,32,15181,NULL,2602,6,'2026-01-21 19:33:08','2026-01-21 19:33:08','82ab0b83-36cf-40f0-be5d-083f77376fb1'),
(85913,32,15181,NULL,2612,7,'2026-01-21 19:33:08','2026-01-21 19:33:08','b63a16da-81c8-424f-9405-ecd61596a30b'),
(85914,32,15181,NULL,2604,8,'2026-01-21 19:33:08','2026-01-21 19:33:08','4e9ac35a-3bd3-4818-bf45-a389fa49a3f7'),
(85915,32,15181,NULL,2606,9,'2026-01-21 19:33:08','2026-01-21 19:33:08','5a5eaaf3-93e3-41fe-86c3-cf3ac9e176be'),
(85916,16,15181,NULL,7881,1,'2026-01-21 19:33:08','2026-01-21 19:33:08','43f90485-3a39-43ec-91f3-2cdf53e09e91'),
(85917,7,15181,NULL,601,1,'2026-01-21 19:33:08','2026-01-21 19:33:08','a86c2b7b-572a-4590-bdb4-42105b75740e'),
(85918,7,15181,NULL,605,2,'2026-01-21 19:33:08','2026-01-21 19:33:08','7dcdf8df-4572-4faf-a084-2fe8c10adde3'),
(85919,7,15181,NULL,617,3,'2026-01-21 19:33:08','2026-01-21 19:33:08','686e8a9f-e013-4897-a61f-1a754506044c'),
(85920,7,15181,NULL,2974,4,'2026-01-21 19:33:08','2026-01-21 19:33:08','7db69e28-b725-46be-89d3-259e4b562ff2'),
(85921,7,15181,NULL,9552,5,'2026-01-21 19:33:08','2026-01-21 19:33:08','af79a2d3-ebd1-4098-a460-a34b4f0cd10d'),
(85922,82,15181,NULL,491,1,'2026-01-21 19:33:08','2026-01-21 19:33:08','39f2fc58-b267-476e-8b0f-3ce574808fb2'),
(85923,47,15181,NULL,15008,1,'2026-01-21 19:33:08','2026-01-21 19:33:08','eab1024d-1556-400e-9e83-7ea481a2b1c2'),
(85924,57,15181,NULL,7883,1,'2026-01-21 19:33:08','2026-01-21 19:33:08','47c4c7f5-f3fe-4bd0-971b-bf9289a441dc'),
(85925,57,15181,NULL,7886,2,'2026-01-21 19:33:08','2026-01-21 19:33:08','eaeee3da-412d-425c-bff6-2a7d2bf2c31c'),
(85926,57,15181,NULL,7885,3,'2026-01-21 19:33:08','2026-01-21 19:33:08','a0da42f9-0705-42c8-85f1-56af2250cf62'),
(85927,57,15181,NULL,7882,4,'2026-01-21 19:33:08','2026-01-21 19:33:08','9d4cf284-084f-40ef-8993-e2ec3affa806'),
(85928,57,15181,NULL,7884,5,'2026-01-21 19:33:08','2026-01-21 19:33:08','3c344423-3631-477a-ba50-e5ba9aaf1243'),
(85958,32,15183,NULL,2610,1,'2026-01-21 19:33:28','2026-01-21 19:33:28','34b67a8d-a3df-441b-99dc-e9c3842309e3'),
(85959,32,15183,NULL,2598,2,'2026-01-21 19:33:28','2026-01-21 19:33:28','b0becebf-6cbc-4dfd-8dc9-f5dbb05c34d2'),
(85960,32,15183,NULL,2600,3,'2026-01-21 19:33:28','2026-01-21 19:33:28','8f3a71a6-7ccb-449c-9d0e-95d8b61e810a'),
(85961,32,15183,NULL,2604,4,'2026-01-21 19:33:28','2026-01-21 19:33:28','8111856d-8f2b-42e9-a745-7ec6754bfc11'),
(85962,32,15183,NULL,2608,5,'2026-01-21 19:33:28','2026-01-21 19:33:28','5981fcab-3dff-4232-b26f-538d77c10894'),
(85963,32,15183,NULL,2602,6,'2026-01-21 19:33:28','2026-01-21 19:33:28','ed8b8ab7-892a-4210-ad4f-60cc96cd7442'),
(85964,32,15183,NULL,2596,7,'2026-01-21 19:33:28','2026-01-21 19:33:28','e6a99f42-4823-4be7-a4fe-2d3b5b1b7f8c'),
(85965,32,15183,NULL,2606,8,'2026-01-21 19:33:28','2026-01-21 19:33:28','27c51ff4-9ab7-4178-a21a-a8442e093096'),
(85966,32,15183,NULL,2612,9,'2026-01-21 19:33:28','2026-01-21 19:33:28','2edc387e-1b49-4755-9306-7d5243b88443'),
(85967,16,15183,NULL,4526,1,'2026-01-21 19:33:28','2026-01-21 19:33:28','a6744f1b-0f31-4c31-961a-fd2d81e265f3'),
(85968,7,15183,NULL,2969,1,'2026-01-21 19:33:28','2026-01-21 19:33:28','6139eaeb-a7ca-493d-8c3d-9565ed85af67'),
(85969,7,15183,NULL,2974,2,'2026-01-21 19:33:28','2026-01-21 19:33:28','30f5f4aa-8f25-437e-9875-0451484307a1'),
(85970,7,15183,NULL,617,3,'2026-01-21 19:33:28','2026-01-21 19:33:28','d213f8b1-6d1e-476b-b501-f78869fb6d42'),
(85971,7,15183,NULL,605,4,'2026-01-21 19:33:28','2026-01-21 19:33:28','9b3fb5ac-5742-4bbd-83d6-8c918e2d236a'),
(85972,7,15183,NULL,9552,5,'2026-01-21 19:33:28','2026-01-21 19:33:28','7e4eb030-54c7-45a2-b671-fc0426c2207d'),
(85973,82,15183,NULL,469,1,'2026-01-21 19:33:28','2026-01-21 19:33:28','1d018486-07f8-4a8d-9aaa-1f7e57959252'),
(85974,82,15183,NULL,479,2,'2026-01-21 19:33:28','2026-01-21 19:33:28','c40db6e2-3cb5-46a8-9269-b26f7d94501e'),
(85975,82,15183,NULL,491,3,'2026-01-21 19:33:28','2026-01-21 19:33:28','4e3d7381-0451-4651-8211-1a6c96714f8f'),
(85976,47,15183,NULL,10501,1,'2026-01-21 19:33:28','2026-01-21 19:33:28','47078b8d-b282-47f1-af85-ec02b8a200fb'),
(85977,57,15183,NULL,8955,1,'2026-01-21 19:33:28','2026-01-21 19:33:28','cff75c48-e3be-498a-a974-3d92d4299fde'),
(85978,57,15183,NULL,8956,2,'2026-01-21 19:33:28','2026-01-21 19:33:28','3799e9ca-b870-41f3-994a-b021fbca8a12'),
(85979,57,15183,NULL,8957,3,'2026-01-21 19:33:28','2026-01-21 19:33:28','cee010fd-259e-45a7-ad68-7d8f5d6f3c27'),
(85980,57,15183,NULL,8958,4,'2026-01-21 19:33:28','2026-01-21 19:33:28','5c503024-a239-418d-b769-561ee7722bf2'),
(85981,57,15183,NULL,8953,5,'2026-01-21 19:33:28','2026-01-21 19:33:28','8e172c71-f8d9-4a97-ae72-008d8a3a544a'),
(85982,57,15183,NULL,8954,6,'2026-01-21 19:33:28','2026-01-21 19:33:28','dde38a28-297d-40a4-8b3e-6008d7a47e56'),
(85983,57,15183,NULL,9592,7,'2026-01-21 19:33:28','2026-01-21 19:33:28','d7cc647b-6415-4194-8c43-5db932206f2a'),
(85984,57,15183,NULL,8959,8,'2026-01-21 19:33:28','2026-01-21 19:33:28','8cb2c0d3-c720-42a2-8603-bbb0c7f1a0f7'),
(86016,32,15187,NULL,2610,1,'2026-01-21 19:33:48','2026-01-21 19:33:48','c5b445dd-9edc-4509-84e5-c105f5264b08'),
(86017,32,15187,NULL,2598,2,'2026-01-21 19:33:48','2026-01-21 19:33:48','90855eed-6ff0-44c7-86fc-a60b41e74e99'),
(86018,32,15187,NULL,2608,3,'2026-01-21 19:33:48','2026-01-21 19:33:48','42930915-dd95-41bb-b9b8-6c7d292447ab'),
(86019,32,15187,NULL,2600,4,'2026-01-21 19:33:48','2026-01-21 19:33:48','985ce6cd-4bb4-4bd6-baac-8794697db651'),
(86020,32,15187,NULL,2596,5,'2026-01-21 19:33:48','2026-01-21 19:33:48','584ef38e-12cc-40ac-a1ff-24992e1c4990'),
(86021,32,15187,NULL,2602,6,'2026-01-21 19:33:48','2026-01-21 19:33:48','be6f6ab7-8e8c-4ff3-b669-ff57db6065aa'),
(86022,32,15187,NULL,2606,7,'2026-01-21 19:33:48','2026-01-21 19:33:48','4a8747c1-3382-4026-a28f-3f81c4dcd62a'),
(86023,32,15187,NULL,2612,8,'2026-01-21 19:33:48','2026-01-21 19:33:48','1cf1c2bf-5423-4410-88e8-bdcd07c4f85a'),
(86024,32,15187,NULL,2604,9,'2026-01-21 19:33:48','2026-01-21 19:33:48','566d3f14-f166-46cd-adae-1a3ba9f0d7d4'),
(86025,16,15187,NULL,10248,1,'2026-01-21 19:33:48','2026-01-21 19:33:48','aea64996-765e-4355-8653-ff45788c0d30'),
(86026,7,15187,NULL,6547,1,'2026-01-21 19:33:48','2026-01-21 19:33:48','99d5ff65-068a-4115-89de-d7623292c330'),
(86027,7,15187,NULL,601,2,'2026-01-21 19:33:48','2026-01-21 19:33:48','cbdf5269-ba14-41b5-bdf9-4f6a29788817'),
(86028,7,15187,NULL,617,3,'2026-01-21 19:33:48','2026-01-21 19:33:48','7298eb9a-174c-45e3-b34b-7e166454350b'),
(86029,7,15187,NULL,2974,4,'2026-01-21 19:33:48','2026-01-21 19:33:48','7f61b834-a369-4ec8-9c00-b2e75071c6c8'),
(86030,7,15187,NULL,605,5,'2026-01-21 19:33:48','2026-01-21 19:33:48','0f4ae468-2b28-40f3-8a5d-2fc2065fc725'),
(86031,7,15187,NULL,9552,6,'2026-01-21 19:33:48','2026-01-21 19:33:48','f99eefda-60fb-4cf2-89bf-caf6f3a7c5cf'),
(86032,82,15187,NULL,491,1,'2026-01-21 19:33:48','2026-01-21 19:33:48','ffb244a6-4ff1-44de-bc5e-3c8226cb7f8a'),
(86033,46,15187,NULL,7369,1,'2026-01-21 19:33:48','2026-01-21 19:33:48','e5cfbd28-eb46-4a73-b369-6a05dd84f0c5'),
(86034,47,15187,NULL,12474,1,'2026-01-21 19:33:48','2026-01-21 19:33:48','3c4a4397-9cf7-48b1-a4b8-aed7a85648c1'),
(86035,57,15187,NULL,10250,1,'2026-01-21 19:33:48','2026-01-21 19:33:48','888c1b67-ef27-4d50-9f88-2e5d64064110'),
(86036,57,15187,NULL,10249,2,'2026-01-21 19:33:48','2026-01-21 19:33:48','87499c85-e8e8-4a10-997c-5b0fc737d10e'),
(86037,57,15187,NULL,9331,3,'2026-01-21 19:33:48','2026-01-21 19:33:48','174afdf1-77ff-4296-b35c-6cf6625c1e62'),
(86038,57,15187,NULL,9336,4,'2026-01-21 19:33:48','2026-01-21 19:33:48','e0911af1-cb42-4bba-b104-e5fa932f565a'),
(86039,57,15187,NULL,9332,5,'2026-01-21 19:33:48','2026-01-21 19:33:48','4aea6701-aaa1-4e9d-8b6d-20c76f14dd6c'),
(86040,57,15187,NULL,10251,6,'2026-01-21 19:33:48','2026-01-21 19:33:48','a1f301bd-65af-4e71-bd2f-1f089dcd469b'),
(86041,57,15187,NULL,9333,7,'2026-01-21 19:33:48','2026-01-21 19:33:48','9099faac-fdbd-4a88-864e-b4a7e986c1e3'),
(86042,57,15187,NULL,9334,8,'2026-01-21 19:33:48','2026-01-21 19:33:48','be02ba14-34ef-40a6-97cf-1b05e47e3600'),
(86043,57,15187,NULL,9335,9,'2026-01-21 19:33:48','2026-01-21 19:33:48','4b374fd5-5f3e-4810-9d32-4d4b3ca96344'),
(86044,57,15187,NULL,10252,10,'2026-01-21 19:33:48','2026-01-21 19:33:48','dfb3eed8-4b30-4b43-b95f-680679795021'),
(86077,32,15190,NULL,2610,1,'2026-01-21 19:34:19','2026-01-21 19:34:19','52e70081-5de3-4dba-92d5-4227af6d285d'),
(86078,32,15190,NULL,2598,2,'2026-01-21 19:34:19','2026-01-21 19:34:19','cbc9e12c-8fd1-494d-b166-1e8d0eeeb822'),
(86079,32,15190,NULL,2608,3,'2026-01-21 19:34:19','2026-01-21 19:34:19','ce629f9b-3bad-42a3-b945-c8a5fa1e9d27'),
(86080,32,15190,NULL,2600,4,'2026-01-21 19:34:19','2026-01-21 19:34:19','adfd1f32-8d16-43a3-94c3-cc64ff5ebe6e'),
(86081,32,15190,NULL,2596,5,'2026-01-21 19:34:19','2026-01-21 19:34:19','775fcebd-2634-41a9-91cb-9d1901203517'),
(86082,32,15190,NULL,2602,6,'2026-01-21 19:34:19','2026-01-21 19:34:19','8a026ad8-0098-4671-8fbd-3c50452d7087'),
(86083,32,15190,NULL,2606,7,'2026-01-21 19:34:19','2026-01-21 19:34:19','63da61f9-3754-406d-8ad6-8926cf716d81'),
(86084,32,15190,NULL,2612,8,'2026-01-21 19:34:19','2026-01-21 19:34:19','2123bb61-dc96-445f-a052-4bbcbaa31448'),
(86085,32,15190,NULL,2604,9,'2026-01-21 19:34:19','2026-01-21 19:34:19','9ff5b39c-2831-499c-bc0e-38c9233f911b'),
(86086,16,15190,NULL,6422,1,'2026-01-21 19:34:19','2026-01-21 19:34:19','e8d66fe3-fc25-4523-9df8-f366d4d119bb'),
(86087,7,15190,NULL,3468,1,'2026-01-21 19:34:19','2026-01-21 19:34:19','8ec86305-8368-46f6-815c-bcb23cda141e'),
(86088,7,15190,NULL,601,2,'2026-01-21 19:34:19','2026-01-21 19:34:19','a8c50b8b-05f6-4767-81f6-cf489d79d618'),
(86089,7,15190,NULL,617,3,'2026-01-21 19:34:19','2026-01-21 19:34:19','971f38d7-80bd-4f44-9174-7a613f2d0eb8'),
(86090,7,15190,NULL,605,4,'2026-01-21 19:34:19','2026-01-21 19:34:19','b955a938-2ba8-433b-931c-8ab597b89fb4'),
(86091,7,15190,NULL,9552,5,'2026-01-21 19:34:19','2026-01-21 19:34:19','d8e9f79f-313e-41ce-b968-21828c800697'),
(86092,82,15190,NULL,491,1,'2026-01-21 19:34:19','2026-01-21 19:34:19','7bf04932-cd85-4e49-9de6-94ae85f6cd78'),
(86093,46,15190,NULL,7369,1,'2026-01-21 19:34:19','2026-01-21 19:34:19','f80ee3a1-49ed-4df0-90eb-b5f87048f08f'),
(86094,47,15190,NULL,12467,1,'2026-01-21 19:34:19','2026-01-21 19:34:19','cc1628d6-0817-4462-a3ec-7f58a3647bcc'),
(86095,57,15190,NULL,9319,1,'2026-01-21 19:34:19','2026-01-21 19:34:19','caf14805-1eee-472c-b822-4f71c4a551a6'),
(86096,57,15190,NULL,9320,2,'2026-01-21 19:34:19','2026-01-21 19:34:19','72f66491-e987-4b75-a81f-c13d056e845e'),
(86097,57,15190,NULL,9321,3,'2026-01-21 19:34:19','2026-01-21 19:34:19','4fa23e33-0e5a-4bd7-898a-23ebc137826c'),
(86098,57,15190,NULL,9322,4,'2026-01-21 19:34:19','2026-01-21 19:34:19','9d52dee1-5e1d-4957-8659-05c678ac5154'),
(86099,57,15190,NULL,10087,5,'2026-01-21 19:34:19','2026-01-21 19:34:19','0840d1d6-5c8e-44dd-a32c-6c0b722e0be8'),
(86100,57,15190,NULL,9323,6,'2026-01-21 19:34:19','2026-01-21 19:34:19','f7301e8d-4ee3-403f-8599-7a8f5abd49cc'),
(86101,57,15190,NULL,10084,7,'2026-01-21 19:34:19','2026-01-21 19:34:19','ddf0b5d0-154c-4610-a03c-f84be0d49b78'),
(86102,57,15190,NULL,10085,8,'2026-01-21 19:34:19','2026-01-21 19:34:19','c62db609-3e0c-4f83-b958-3c0169125a65'),
(86103,57,15190,NULL,10088,9,'2026-01-21 19:34:19','2026-01-21 19:34:19','d21baba8-998a-4438-bf24-888ae5ad4a62'),
(86104,57,15190,NULL,10089,10,'2026-01-21 19:34:19','2026-01-21 19:34:19','98a75ba4-2267-4a34-a371-b04f60b77e6d'),
(86105,57,15190,NULL,10083,11,'2026-01-21 19:34:19','2026-01-21 19:34:19','a72299b1-902f-47c5-bada-36e4b69ff193'),
(86106,57,15190,NULL,10090,12,'2026-01-21 19:34:19','2026-01-21 19:34:19','bc18c6b1-3559-453e-b23d-c0392110174b'),
(86107,13,15190,NULL,6844,1,'2026-01-21 19:34:19','2026-01-21 19:34:19','b1243a8a-dbe5-4622-9115-e45f2791012c'),
(86132,32,15193,NULL,2610,1,'2026-01-21 19:34:41','2026-01-21 19:34:41','d3be6b66-9f6d-401f-92d5-082b9a0e1359'),
(86133,32,15193,NULL,2598,2,'2026-01-21 19:34:41','2026-01-21 19:34:41','cc904d7b-7155-46b8-beb5-936e1fe0102a'),
(86134,32,15193,NULL,2600,3,'2026-01-21 19:34:41','2026-01-21 19:34:41','ff1b530e-ea9c-47f2-a315-099b457d9342'),
(86135,32,15193,NULL,2604,4,'2026-01-21 19:34:41','2026-01-21 19:34:41','1bae20fb-71b2-4137-bf34-2a91aadf9260'),
(86136,32,15193,NULL,2608,5,'2026-01-21 19:34:41','2026-01-21 19:34:41','24de01f1-a754-4a82-991f-37b7839d40f0'),
(86137,32,15193,NULL,2596,6,'2026-01-21 19:34:41','2026-01-21 19:34:41','3df63463-e93d-4052-8d84-ad2468278321'),
(86138,32,15193,NULL,2602,7,'2026-01-21 19:34:41','2026-01-21 19:34:41','551323b8-5a09-4a31-b8ae-60b4094236c5'),
(86139,32,15193,NULL,2606,8,'2026-01-21 19:34:41','2026-01-21 19:34:41','ebe50224-170a-4940-a2cf-aa546f1d6d6f'),
(86140,32,15193,NULL,2612,9,'2026-01-21 19:34:41','2026-01-21 19:34:41','3186ba0f-6cdc-4787-ad23-3c2a4604e8e0'),
(86141,16,15193,NULL,3865,1,'2026-01-21 19:34:41','2026-01-21 19:34:41','277d0cf4-facf-41ca-8679-8caaccfd7563'),
(86142,7,15193,NULL,3468,1,'2026-01-21 19:34:41','2026-01-21 19:34:41','16da6822-e227-4de8-b042-539a364bfcf5'),
(86143,7,15193,NULL,601,2,'2026-01-21 19:34:41','2026-01-21 19:34:41','72bfaf08-408d-4be1-9f3b-3293c818130b'),
(86144,7,15193,NULL,3093,3,'2026-01-21 19:34:41','2026-01-21 19:34:41','30dee989-5ccb-413c-946e-dc22ec3b3e78'),
(86145,7,15193,NULL,617,4,'2026-01-21 19:34:41','2026-01-21 19:34:41','2160d111-90a6-48e1-81d7-30b4748f2aba'),
(86146,7,15193,NULL,605,5,'2026-01-21 19:34:41','2026-01-21 19:34:41','84698e97-8fe4-4395-bd9e-d802a51f56f9'),
(86147,7,15193,NULL,9552,6,'2026-01-21 19:34:41','2026-01-21 19:34:41','3437111e-ad64-434c-b545-9b639e73b50e'),
(86148,82,15193,NULL,479,1,'2026-01-21 19:34:41','2026-01-21 19:34:41','63226eab-7ea1-4d25-bb22-603e51a9db47'),
(86149,82,15193,NULL,491,2,'2026-01-21 19:34:41','2026-01-21 19:34:41','3c07cab5-c69a-4519-a675-5fe1e0605e90'),
(86150,47,15193,NULL,12398,1,'2026-01-21 19:34:41','2026-01-21 19:34:41','1ff2ac6a-1595-4dde-9a63-17c71a6ba64d'),
(86151,57,15193,NULL,8094,1,'2026-01-21 19:34:41','2026-01-21 19:34:41','18fe07b1-750e-4cd9-b0bc-bcc1f79f3887'),
(86152,57,15193,NULL,8093,2,'2026-01-21 19:34:41','2026-01-21 19:34:41','a1840986-0b60-421f-a618-be4da877ce27'),
(86153,57,15193,NULL,8095,3,'2026-01-21 19:34:41','2026-01-21 19:34:41','9f135e53-cf25-4bed-aac9-e6de6e42880b'),
(86154,57,15193,NULL,8092,4,'2026-01-21 19:34:41','2026-01-21 19:34:41','f1c9d141-3bc9-4e06-a02b-c777285ca13c'),
(86177,32,15195,NULL,2610,1,'2026-01-21 19:35:01','2026-01-21 19:35:01','5e56f682-3882-4273-b539-299628a126b6'),
(86178,32,15195,NULL,2598,2,'2026-01-21 19:35:01','2026-01-21 19:35:01','c707b6c5-bb7f-4675-bcbe-393e551003d4'),
(86179,32,15195,NULL,2608,3,'2026-01-21 19:35:01','2026-01-21 19:35:01','1ade9a3e-71db-4b30-b693-8efbf64b9503'),
(86180,32,15195,NULL,2624,4,'2026-01-21 19:35:01','2026-01-21 19:35:01','4ae53a87-cd08-4535-a5dc-50ef59eec4f7'),
(86181,32,15195,NULL,2600,5,'2026-01-21 19:35:01','2026-01-21 19:35:01','1a3a605e-d8e4-4e22-bc9d-8237914a834d'),
(86182,32,15195,NULL,2596,6,'2026-01-21 19:35:01','2026-01-21 19:35:01','32a1c0eb-0761-4fee-8f17-2e2a0efd6b43'),
(86183,32,15195,NULL,2606,7,'2026-01-21 19:35:01','2026-01-21 19:35:01','331ca947-6553-45a3-bb02-599c05d33e2c'),
(86184,32,15195,NULL,2604,8,'2026-01-21 19:35:01','2026-01-21 19:35:01','d6e6820f-b5c7-4c53-8937-a0b790e37134'),
(86185,32,15195,NULL,2602,9,'2026-01-21 19:35:01','2026-01-21 19:35:01','2891332b-de84-4d6c-bbf6-ca403bed4f3c'),
(86186,32,15195,NULL,2612,10,'2026-01-21 19:35:01','2026-01-21 19:35:01','4e137ce5-9d11-477c-af00-043cf1aafaf7'),
(86187,16,15195,NULL,9524,1,'2026-01-21 19:35:01','2026-01-21 19:35:01','a7e36bb4-3164-471f-b20b-d64bf70b56a6'),
(86188,7,15195,NULL,617,1,'2026-01-21 19:35:01','2026-01-21 19:35:01','e84f8942-9f73-406b-a132-6c9804b06006'),
(86189,7,15195,NULL,605,2,'2026-01-21 19:35:01','2026-01-21 19:35:01','3439d275-92d1-47b2-8218-c6a50fd86d72'),
(86190,7,15195,NULL,9552,3,'2026-01-21 19:35:01','2026-01-21 19:35:01','91ed11e0-2269-4311-a75a-165f25588bb4'),
(86191,82,15195,NULL,491,1,'2026-01-21 19:35:01','2026-01-21 19:35:01','01b063a2-f33c-427f-8aaf-988f16d52fe2'),
(86192,46,15195,NULL,2891,1,'2026-01-21 19:35:01','2026-01-21 19:35:01','656bb9bb-b1b0-4d31-a287-5365e9d42d07'),
(86193,47,15195,NULL,10460,1,'2026-01-21 19:35:01','2026-01-21 19:35:01','8749e4d9-6e8e-46da-ba24-421201768c65'),
(86194,57,15195,NULL,9529,1,'2026-01-21 19:35:01','2026-01-21 19:35:01','8eccc6c0-fc7f-472b-8f13-423c4972a433'),
(86195,57,15195,NULL,9530,2,'2026-01-21 19:35:01','2026-01-21 19:35:01','85e0181a-cd04-4eb8-a42d-5c6666ada62e'),
(86196,57,15195,NULL,9531,3,'2026-01-21 19:35:01','2026-01-21 19:35:01','123eb293-500a-44e3-9a47-6b06d9e85205'),
(86226,32,15197,NULL,2610,1,'2026-01-21 19:35:21','2026-01-21 19:35:21','95668051-c4ce-43df-ac56-d1c17e662e17'),
(86227,32,15197,NULL,2598,2,'2026-01-21 19:35:21','2026-01-21 19:35:21','e816dbf2-601d-47de-ba76-a128688aabda'),
(86228,32,15197,NULL,2600,3,'2026-01-21 19:35:21','2026-01-21 19:35:21','cce9808b-d02b-48d8-940f-d5471b2454c5'),
(86229,32,15197,NULL,2596,4,'2026-01-21 19:35:21','2026-01-21 19:35:21','6118eeb5-8a86-4202-ba4f-cd594b80d874'),
(86230,32,15197,NULL,2602,5,'2026-01-21 19:35:21','2026-01-21 19:35:21','34679b59-d882-465c-9585-18b87dbedbd7'),
(86231,32,15197,NULL,2604,6,'2026-01-21 19:35:21','2026-01-21 19:35:21','147d6d87-be46-4214-96de-78c45f345db0'),
(86232,32,15197,NULL,2608,7,'2026-01-21 19:35:21','2026-01-21 19:35:21','15952378-f7e2-4417-bb69-0aa8345f361c'),
(86233,32,15197,NULL,2606,8,'2026-01-21 19:35:21','2026-01-21 19:35:21','e5124870-554d-41ce-bb9c-e2d07040796d'),
(86234,32,15197,NULL,2612,9,'2026-01-21 19:35:21','2026-01-21 19:35:21','4ae67cc4-5892-4d81-bec8-1e3cf487f6be'),
(86235,16,15197,NULL,7871,1,'2026-01-21 19:35:21','2026-01-21 19:35:21','0ab542a1-7798-48f4-813b-dcea5f0fca57'),
(86236,7,15197,NULL,6547,1,'2026-01-21 19:35:21','2026-01-21 19:35:21','b52dfc72-62cb-4c36-9620-3155888b8f26'),
(86237,7,15197,NULL,601,2,'2026-01-21 19:35:21','2026-01-21 19:35:21','7a62a241-e201-4fc5-81f2-160774c8c55a'),
(86238,7,15197,NULL,617,3,'2026-01-21 19:35:21','2026-01-21 19:35:21','9c57a2f6-bef3-4b60-b019-42fe09d931fb'),
(86239,7,15197,NULL,9724,4,'2026-01-21 19:35:21','2026-01-21 19:35:21','3d7eb294-299d-4665-b4ca-e27866614881'),
(86240,7,15197,NULL,2974,5,'2026-01-21 19:35:21','2026-01-21 19:35:21','210a159c-346e-498f-8b8d-173e05047413'),
(86241,7,15197,NULL,9640,6,'2026-01-21 19:35:21','2026-01-21 19:35:21','c93b3cfd-a56f-48f8-a3b8-ddce1c185329'),
(86242,7,15197,NULL,605,7,'2026-01-21 19:35:21','2026-01-21 19:35:21','90c163b8-71c8-445d-9553-f7c0ee89347c'),
(86243,7,15197,NULL,9552,8,'2026-01-21 19:35:21','2026-01-21 19:35:21','757a405d-a8af-4a0f-9201-30f80d9a0c9b'),
(86244,82,15197,NULL,491,1,'2026-01-21 19:35:21','2026-01-21 19:35:21','e0f1db03-1513-4e49-b524-4df5e6546a50'),
(86245,46,15197,NULL,7369,1,'2026-01-21 19:35:21','2026-01-21 19:35:21','f2151ad9-cf06-4cfc-9100-92c56495f9db'),
(86246,47,15197,NULL,15005,1,'2026-01-21 19:35:21','2026-01-21 19:35:21','0dd22f7f-171a-47d3-8086-8b90134769ad'),
(86247,57,15197,NULL,7870,1,'2026-01-21 19:35:21','2026-01-21 19:35:21','af2e83f2-5444-4779-a015-5bd1d0e2bd4c'),
(86248,57,15197,NULL,7869,2,'2026-01-21 19:35:21','2026-01-21 19:35:21','7e6163b2-4f57-4e2e-9c0a-c02da3032da8'),
(86249,57,15197,NULL,7868,3,'2026-01-21 19:35:21','2026-01-21 19:35:21','e74327ec-80b8-4ae0-9b2d-478f50e8883b'),
(86250,57,15197,NULL,7874,4,'2026-01-21 19:35:21','2026-01-21 19:35:21','e47abcb2-0204-44ed-8190-0ceaa11b1e7f'),
(86251,57,15197,NULL,7873,5,'2026-01-21 19:35:21','2026-01-21 19:35:21','89e45d25-523d-46c1-9669-dee839b75266'),
(86252,57,15197,NULL,3467,6,'2026-01-21 19:35:21','2026-01-21 19:35:21','0c43fda3-dd13-47dd-bbbe-dbeee41306b8'),
(86253,57,15197,NULL,7872,7,'2026-01-21 19:35:21','2026-01-21 19:35:21','4b423859-c5c7-4d42-82e5-8811a20a0efd'),
(86285,32,15200,NULL,2610,1,'2026-01-21 19:36:00','2026-01-21 19:36:00','e35577ed-117b-457e-a8e1-e6efb76e8013'),
(86286,32,15200,NULL,2598,2,'2026-01-21 19:36:00','2026-01-21 19:36:00','e87d3777-9d82-4a23-8b42-e26b271839c8'),
(86287,32,15200,NULL,2600,3,'2026-01-21 19:36:00','2026-01-21 19:36:00','0dc80a73-2bf3-4933-a549-8cf4b49e3291'),
(86288,32,15200,NULL,2604,4,'2026-01-21 19:36:00','2026-01-21 19:36:00','e49cb235-7451-4d28-ab2d-318f59983aab'),
(86289,32,15200,NULL,2608,5,'2026-01-21 19:36:00','2026-01-21 19:36:00','0d03ed05-07c6-445e-aefb-75ae2574854c'),
(86290,32,15200,NULL,2596,6,'2026-01-21 19:36:00','2026-01-21 19:36:00','4595db01-f74f-4ce0-b900-e7d11cce77e1'),
(86291,32,15200,NULL,2602,7,'2026-01-21 19:36:00','2026-01-21 19:36:00','a7234a94-9a8c-4740-a6ee-ff2913774356'),
(86292,32,15200,NULL,2606,8,'2026-01-21 19:36:00','2026-01-21 19:36:00','5d79f075-e7ba-4563-b127-262a2c5043f4'),
(86293,32,15200,NULL,2612,9,'2026-01-21 19:36:00','2026-01-21 19:36:00','b6d40dd0-f334-4854-a504-e1551e26da04'),
(86294,16,15200,NULL,9947,1,'2026-01-21 19:36:00','2026-01-21 19:36:00','f2295111-1517-4198-93c5-044775959ab7'),
(86295,7,15200,NULL,605,1,'2026-01-21 19:36:00','2026-01-21 19:36:00','0a3fb16c-8e30-40bb-bec6-df303572be01'),
(86296,7,15200,NULL,617,2,'2026-01-21 19:36:00','2026-01-21 19:36:00','ab02460c-28c4-4e55-a89d-3afaa44ab3e8'),
(86297,7,15200,NULL,9552,3,'2026-01-21 19:36:00','2026-01-21 19:36:00','c8fc7789-48e4-494d-9289-76f0b5fd6334'),
(86298,82,15200,NULL,469,1,'2026-01-21 19:36:00','2026-01-21 19:36:00','b409710b-53f6-4cc5-a6e5-80483f455687'),
(86299,82,15200,NULL,475,2,'2026-01-21 19:36:00','2026-01-21 19:36:00','937f378d-70e1-41c9-82f5-f6fbb3ecd40a'),
(86300,82,15200,NULL,479,3,'2026-01-21 19:36:00','2026-01-21 19:36:00','4ca4c500-5c91-49da-9575-91bfa688715c'),
(86301,82,15200,NULL,491,4,'2026-01-21 19:36:00','2026-01-21 19:36:00','024f61c6-fbb3-4c31-894b-fd7100a9d9d6'),
(86302,47,15200,NULL,12368,1,'2026-01-21 19:36:00','2026-01-21 19:36:00','92240e09-dc50-4c8c-ba4d-00a74f82a325'),
(86303,57,15200,NULL,9959,1,'2026-01-21 19:36:00','2026-01-21 19:36:00','27021ee7-b7b7-400d-a704-e95a1df67a46'),
(86304,57,15200,NULL,9972,2,'2026-01-21 19:36:00','2026-01-21 19:36:00','9ce3b80d-525e-4e0c-ba25-4e06d84981de'),
(86305,57,15200,NULL,9973,3,'2026-01-21 19:36:00','2026-01-21 19:36:00','f1fd903b-335f-4de6-9b90-d619356f2fc5'),
(86306,57,15200,NULL,9957,4,'2026-01-21 19:36:00','2026-01-21 19:36:00','ec363dea-ce8d-4762-b2b7-fbd338e9443f'),
(86307,57,15200,NULL,9953,5,'2026-01-21 19:36:00','2026-01-21 19:36:00','f1fd8092-aafa-4664-9b6a-a6fc7e18a904'),
(86308,57,15200,NULL,9954,6,'2026-01-21 19:36:00','2026-01-21 19:36:00','c3e7c14f-4130-4cec-89f2-0ea7b6ec1dbb'),
(86309,57,15200,NULL,9956,7,'2026-01-21 19:36:00','2026-01-21 19:36:00','b6a3fcae-e4ad-41f3-9448-701356480d56'),
(86310,57,15200,NULL,9949,8,'2026-01-21 19:36:00','2026-01-21 19:36:00','3e704ad8-34e4-4170-927b-b109013f2171'),
(86311,57,15200,NULL,9958,9,'2026-01-21 19:36:00','2026-01-21 19:36:00','e15f417d-5dce-4058-9aa1-7d20068d74cb'),
(86312,57,15200,NULL,9960,10,'2026-01-21 19:36:00','2026-01-21 19:36:00','4cb189e5-be64-4793-abce-69b92eacc245'),
(86313,57,15200,NULL,9962,11,'2026-01-21 19:36:00','2026-01-21 19:36:00','e2368f8b-de09-4906-a60a-4d006a3d851f'),
(86314,57,15200,NULL,9971,12,'2026-01-21 19:36:00','2026-01-21 19:36:00','c7213fcd-3271-4389-a27c-9cb0ab28286a'),
(86315,13,15200,NULL,7732,1,'2026-01-21 19:36:00','2026-01-21 19:36:00','1b101176-0a2d-48cb-ac5f-8e9372da8866'),
(86343,32,15202,NULL,2614,1,'2026-01-21 19:36:25','2026-01-21 19:36:25','a63d2d63-ef6c-42bd-a850-0aad7aa64573'),
(86344,32,15202,NULL,2610,2,'2026-01-21 19:36:25','2026-01-21 19:36:25','80daece8-8435-45a4-a314-966129a9a0d1'),
(86345,32,15202,NULL,2598,3,'2026-01-21 19:36:25','2026-01-21 19:36:25','07116b46-5022-4124-a361-273dd5a92954'),
(86346,32,15202,NULL,2608,4,'2026-01-21 19:36:25','2026-01-21 19:36:25','cc5b2d9e-685a-4edd-af9e-3447750a3d55'),
(86347,32,15202,NULL,2600,5,'2026-01-21 19:36:25','2026-01-21 19:36:25','ec2d264d-5ef5-4ef1-a3c1-9b9c3e5d814f'),
(86348,32,15202,NULL,2596,6,'2026-01-21 19:36:25','2026-01-21 19:36:25','39a22de3-4717-45c3-9734-2ce0c37579a2'),
(86349,32,15202,NULL,2602,7,'2026-01-21 19:36:25','2026-01-21 19:36:25','ab2e8139-5d78-4126-ae09-a0b81cf9c78d'),
(86350,32,15202,NULL,2606,8,'2026-01-21 19:36:25','2026-01-21 19:36:25','4964f337-42a6-45ce-b9b8-5c0376b4de0e'),
(86351,32,15202,NULL,2612,9,'2026-01-21 19:36:25','2026-01-21 19:36:25','1454e1e4-4bd8-443c-96f8-9202eb54eaa1'),
(86352,32,15202,NULL,2604,10,'2026-01-21 19:36:25','2026-01-21 19:36:25','ad7bfa82-5bf4-4648-aa70-5b37267abe85'),
(86353,16,15202,NULL,9181,1,'2026-01-21 19:36:25','2026-01-21 19:36:25','a4390c0e-cee2-4134-bfc0-4be77a634d9a'),
(86354,7,15202,NULL,2969,1,'2026-01-21 19:36:25','2026-01-21 19:36:25','0339e28a-aa22-40f3-af99-050a4b666f9b'),
(86355,7,15202,NULL,605,2,'2026-01-21 19:36:25','2026-01-21 19:36:25','b2bd31c4-5496-4f41-a39e-f457ec0c789c'),
(86356,7,15202,NULL,617,3,'2026-01-21 19:36:25','2026-01-21 19:36:25','f246f1fc-3d86-425c-8991-ce8b28ec5a4d'),
(86357,7,15202,NULL,9552,4,'2026-01-21 19:36:25','2026-01-21 19:36:25','ba358ea9-fad5-4b88-bdf6-a092ae0b95ba'),
(86358,47,15202,NULL,12355,1,'2026-01-21 19:36:25','2026-01-21 19:36:25','c88b7028-5384-41c6-9203-364469a6d0ec'),
(86359,57,15202,NULL,9184,1,'2026-01-21 19:36:25','2026-01-21 19:36:25','18543568-b380-4394-93c1-547c330bc107'),
(86360,57,15202,NULL,9185,2,'2026-01-21 19:36:25','2026-01-21 19:36:25','2feece2c-a980-4f51-81f6-b005771a5d8d'),
(86361,57,15202,NULL,9186,3,'2026-01-21 19:36:25','2026-01-21 19:36:25','713f6870-1c7d-40ef-a154-2bea978357a2'),
(86362,57,15202,NULL,9187,4,'2026-01-21 19:36:25','2026-01-21 19:36:25','27e2cb78-ae83-4b73-b24d-107927d1c856'),
(86363,57,15202,NULL,9188,5,'2026-01-21 19:36:25','2026-01-21 19:36:25','bd3b3d7c-a8f0-4b5b-9e33-1ba6ca8f55d6'),
(86364,57,15202,NULL,9189,6,'2026-01-21 19:36:25','2026-01-21 19:36:25','e177a80c-d5fe-4ed2-a9d9-e5c0457e4b9d'),
(86365,57,15202,NULL,9190,7,'2026-01-21 19:36:25','2026-01-21 19:36:25','96b2228f-a86b-4772-9a7e-df725861bea7'),
(86366,57,15202,NULL,9191,8,'2026-01-21 19:36:25','2026-01-21 19:36:25','9158d245-8045-4d41-b70f-acf17f92a54e'),
(86367,57,15202,NULL,9192,9,'2026-01-21 19:36:25','2026-01-21 19:36:25','13554177-540d-46f3-b2cd-4d287c57d237'),
(86368,57,15202,NULL,9193,10,'2026-01-21 19:36:25','2026-01-21 19:36:25','0b41d30c-464d-462d-b6cc-bebc004f59bb'),
(86369,13,15202,NULL,6931,1,'2026-01-21 19:36:25','2026-01-21 19:36:25','820155a3-666e-4309-89f2-d9763a05c6c5'),
(86396,32,15205,NULL,2614,1,'2026-01-21 19:36:49','2026-01-21 19:36:49','42323cb3-2f6f-4b31-8bde-53fd7d713f1a'),
(86397,32,15205,NULL,2610,2,'2026-01-21 19:36:49','2026-01-21 19:36:49','67efd2d8-3412-4eb9-8be0-59c8b9340588'),
(86398,32,15205,NULL,2598,3,'2026-01-21 19:36:49','2026-01-21 19:36:49','71ab14f9-f103-4714-9053-5a8685b3d7cc'),
(86399,32,15205,NULL,2608,4,'2026-01-21 19:36:49','2026-01-21 19:36:49','08e71793-dc4c-4ea2-8772-dea94fdbbc6c'),
(86400,32,15205,NULL,2600,5,'2026-01-21 19:36:49','2026-01-21 19:36:49','69b0549f-67e4-4168-8891-abbe14bc8546'),
(86401,32,15205,NULL,2596,6,'2026-01-21 19:36:49','2026-01-21 19:36:49','054d0b3c-5f57-4d6e-aceb-7e2e833cf1f5'),
(86402,32,15205,NULL,2602,7,'2026-01-21 19:36:49','2026-01-21 19:36:49','a163930f-3daf-413a-bb2b-80f55be42250'),
(86403,32,15205,NULL,2606,8,'2026-01-21 19:36:49','2026-01-21 19:36:49','4cf3fdae-45d4-4b56-b785-decbe3b01c66'),
(86404,32,15205,NULL,2604,9,'2026-01-21 19:36:49','2026-01-21 19:36:49','a0b57480-4d7e-4998-8952-4b8d0b161e56'),
(86405,32,15205,NULL,2624,10,'2026-01-21 19:36:49','2026-01-21 19:36:49','f02fc6d7-c776-4279-b6fd-a9dbbf1c9208'),
(86406,32,15205,NULL,2612,11,'2026-01-21 19:36:49','2026-01-21 19:36:49','43aab1e7-da56-47cc-be01-eb1e166957ee'),
(86407,16,15205,NULL,8081,1,'2026-01-21 19:36:49','2026-01-21 19:36:49','20ca643d-d5ab-40a9-bba0-b80bfefdd484'),
(86408,7,15205,NULL,3468,1,'2026-01-21 19:36:49','2026-01-21 19:36:49','51c38c72-b9dc-4326-b665-73168b9f699b'),
(86409,7,15205,NULL,601,2,'2026-01-21 19:36:49','2026-01-21 19:36:49','cda18c8d-f9ad-4bc7-9a0e-91181d9da934'),
(86410,7,15205,NULL,9640,3,'2026-01-21 19:36:49','2026-01-21 19:36:49','a9d89c80-37f9-468d-973c-89cf831f7b34'),
(86411,7,15205,NULL,2974,4,'2026-01-21 19:36:49','2026-01-21 19:36:49','5b69ddf5-fc47-4d09-96e9-3cf5454aeaf6'),
(86412,7,15205,NULL,617,5,'2026-01-21 19:36:49','2026-01-21 19:36:49','1b8a300a-3e27-4668-9d86-7764b32f3e5e'),
(86413,7,15205,NULL,605,6,'2026-01-21 19:36:49','2026-01-21 19:36:49','878d277f-b029-4dc4-8967-63b7a5f75d5b'),
(86414,7,15205,NULL,9552,7,'2026-01-21 19:36:49','2026-01-21 19:36:49','b8045bc0-40f6-41ee-8da7-dc0c1cde6355'),
(86415,46,15205,NULL,2891,1,'2026-01-21 19:36:49','2026-01-21 19:36:49','fcd96bd8-df01-44af-8ded-072a5b5dafe3'),
(86416,47,15205,NULL,12395,1,'2026-01-21 19:36:49','2026-01-21 19:36:49','df612314-231f-4390-a0cb-c898ed01c406'),
(86417,57,15205,NULL,8082,1,'2026-01-21 19:36:49','2026-01-21 19:36:49','c9bed07d-62cd-44fc-a105-a9d930bea1ed'),
(86418,57,15205,NULL,8085,2,'2026-01-21 19:36:49','2026-01-21 19:36:49','8396fcba-0877-40fa-9b57-07f11a4fdfd3'),
(86419,57,15205,NULL,8086,3,'2026-01-21 19:36:49','2026-01-21 19:36:49','c26e1bdf-6176-48cb-ba61-61f053879125'),
(86420,57,15205,NULL,8087,4,'2026-01-21 19:36:49','2026-01-21 19:36:49','70739ae4-9fcf-466c-8e04-e62fba71a899'),
(86421,13,15205,NULL,6814,1,'2026-01-21 19:36:49','2026-01-21 19:36:49','50733557-6682-43c1-9730-93949fbcb37e'),
(86461,32,15207,NULL,2610,1,'2026-01-21 19:37:11','2026-01-21 19:37:11','dee8a357-4bb7-46bc-bb35-fb0a651c756a'),
(86462,32,15207,NULL,2598,2,'2026-01-21 19:37:11','2026-01-21 19:37:11','20a0aa74-1002-4819-89c7-fef18de3fa17'),
(86463,32,15207,NULL,2600,3,'2026-01-21 19:37:11','2026-01-21 19:37:11','e4950335-3efe-44fa-8bf9-cb80f5f57504'),
(86464,32,15207,NULL,2604,4,'2026-01-21 19:37:11','2026-01-21 19:37:11','03f026e0-30ac-4fd1-b2d8-4faa7161ff15'),
(86465,32,15207,NULL,2608,5,'2026-01-21 19:37:11','2026-01-21 19:37:11','cd6f2721-42a0-42d4-9798-97e34fd6e002'),
(86466,32,15207,NULL,2602,6,'2026-01-21 19:37:11','2026-01-21 19:37:11','b0e76af3-6b87-428e-90ce-85f3df84963b'),
(86467,32,15207,NULL,2596,7,'2026-01-21 19:37:11','2026-01-21 19:37:11','2417affc-bcc7-4987-809c-bad9af0f4d46'),
(86468,32,15207,NULL,2606,8,'2026-01-21 19:37:11','2026-01-21 19:37:11','a5150d95-9295-4f78-bc38-9244cd99887d'),
(86469,32,15207,NULL,2612,9,'2026-01-21 19:37:11','2026-01-21 19:37:11','c7e1e3c1-ff74-40eb-b506-a9a12f697eef'),
(86470,16,15207,NULL,4497,1,'2026-01-21 19:37:11','2026-01-21 19:37:11','5f8a6439-850b-420a-a337-6b36b842d703'),
(86471,7,15207,NULL,3468,1,'2026-01-21 19:37:11','2026-01-21 19:37:11','bcf9d773-f12a-4c7f-bb5f-5543ca895b0d'),
(86472,7,15207,NULL,2969,2,'2026-01-21 19:37:11','2026-01-21 19:37:11','2de367b3-023f-423f-9245-bb12759d3671'),
(86473,7,15207,NULL,617,3,'2026-01-21 19:37:11','2026-01-21 19:37:11','be0d4207-3a2a-4ac6-b3cb-4e697573a495'),
(86474,7,15207,NULL,9732,4,'2026-01-21 19:37:11','2026-01-21 19:37:11','1109c5b7-2a7b-4146-bdfb-eb0fd1181c9e'),
(86475,7,15207,NULL,9640,5,'2026-01-21 19:37:11','2026-01-21 19:37:11','0ab19e47-444d-461b-8fc8-addefa233889'),
(86476,7,15207,NULL,9552,6,'2026-01-21 19:37:11','2026-01-21 19:37:11','a5b6d119-185d-4fe5-8bc8-4c737a4197f2'),
(86477,7,15207,NULL,605,7,'2026-01-21 19:37:11','2026-01-21 19:37:11','859b26d2-1e8c-4338-bffc-13ef5d8c46ce'),
(86478,82,15207,NULL,469,1,'2026-01-21 19:37:11','2026-01-21 19:37:11','6c51d9cb-143c-46be-b92e-7609ae489e95'),
(86479,82,15207,NULL,479,2,'2026-01-21 19:37:11','2026-01-21 19:37:11','c4ac409b-cae0-47e2-b53a-41981b73d96a'),
(86480,82,15207,NULL,491,3,'2026-01-21 19:37:11','2026-01-21 19:37:11','121f0ced-d5ab-4497-9a06-2187acd3c240'),
(86481,47,15207,NULL,10498,1,'2026-01-21 19:37:11','2026-01-21 19:37:11','11273c3a-3c3f-4602-a62a-a3d5ba86c6bf'),
(86482,57,15207,NULL,8923,1,'2026-01-21 19:37:11','2026-01-21 19:37:11','de1400cc-949e-43e7-a4f8-df6a094f1923'),
(86483,57,15207,NULL,8936,2,'2026-01-21 19:37:11','2026-01-21 19:37:11','85e7cfea-fdbc-4f0b-90c9-68dab2e538f0'),
(86484,57,15207,NULL,8934,3,'2026-01-21 19:37:11','2026-01-21 19:37:11','e6ccb469-37e0-48f8-b01e-bea2e86f8665'),
(86485,57,15207,NULL,8935,4,'2026-01-21 19:37:11','2026-01-21 19:37:11','08b61b3a-8994-4608-a1a6-45f430921577'),
(86486,57,15207,NULL,8931,5,'2026-01-21 19:37:11','2026-01-21 19:37:11','b8d99b84-6b3f-483c-9977-863311d9fb4f'),
(86487,57,15207,NULL,8928,6,'2026-01-21 19:37:11','2026-01-21 19:37:11','a68012e5-5a92-4dfb-a474-fb05a5c1d416'),
(86488,57,15207,NULL,8929,7,'2026-01-21 19:37:11','2026-01-21 19:37:11','b64d2346-c1f1-424c-8d77-096001b7a56b'),
(86489,57,15207,NULL,8930,8,'2026-01-21 19:37:11','2026-01-21 19:37:11','ee4d989e-658f-4b97-bdff-6dd916aa90b8'),
(86490,57,15207,NULL,8920,9,'2026-01-21 19:37:11','2026-01-21 19:37:11','eda4e919-eca4-4c4d-a108-64e5be6b3e6e'),
(86491,57,15207,NULL,8918,10,'2026-01-21 19:37:11','2026-01-21 19:37:11','aa8e3c66-4bc7-470e-9288-74786af87a63'),
(86492,57,15207,NULL,8919,11,'2026-01-21 19:37:11','2026-01-21 19:37:11','0128c772-4bde-4352-aafe-ee208022534a'),
(86493,57,15207,NULL,8924,12,'2026-01-21 19:37:11','2026-01-21 19:37:11','cf66482d-29d4-4eef-bfb9-fe387c1b2e57'),
(86494,57,15207,NULL,8925,13,'2026-01-21 19:37:11','2026-01-21 19:37:11','63ba03df-cf4a-4f48-8296-003b2b72126a'),
(86495,57,15207,NULL,8926,14,'2026-01-21 19:37:11','2026-01-21 19:37:11','037258f5-7778-4532-9898-8fe15043cf3a'),
(86496,57,15207,NULL,8927,15,'2026-01-21 19:37:11','2026-01-21 19:37:11','23c2621b-f59d-4fa2-991d-071e37767769'),
(86497,57,15207,NULL,8932,16,'2026-01-21 19:37:11','2026-01-21 19:37:11','f27137bc-d410-4ecc-813e-654db5677df7'),
(86498,57,15207,NULL,8933,17,'2026-01-21 19:37:11','2026-01-21 19:37:11','382c5213-dfba-4623-852a-11f4c50db2a3'),
(86542,32,15211,NULL,2614,1,'2026-01-21 19:37:30','2026-01-21 19:37:30','982af9b1-7570-4312-97ac-deb005045b43'),
(86543,32,15211,NULL,2610,2,'2026-01-21 19:37:30','2026-01-21 19:37:30','cf1b5da7-a47f-4af7-81e0-9d35fbc417cd'),
(86544,32,15211,NULL,2598,3,'2026-01-21 19:37:30','2026-01-21 19:37:30','f9297ff7-9df9-4c42-bfcd-6dc10e7ec31c'),
(86545,32,15211,NULL,2600,4,'2026-01-21 19:37:30','2026-01-21 19:37:30','5b37eef0-7cce-4deb-824a-1f646a003346'),
(86546,32,15211,NULL,2596,5,'2026-01-21 19:37:30','2026-01-21 19:37:30','24d5be57-3a50-4fc1-9517-5bc7a259e0f0'),
(86547,32,15211,NULL,2602,6,'2026-01-21 19:37:30','2026-01-21 19:37:30','e2d91046-cd09-4d55-b684-111f3dff11f9'),
(86548,32,15211,NULL,2606,7,'2026-01-21 19:37:30','2026-01-21 19:37:30','443c91b4-9827-43c3-9251-2452712d4a1c'),
(86549,32,15211,NULL,2604,8,'2026-01-21 19:37:30','2026-01-21 19:37:30','336b449d-35bd-4020-b5d1-f4df7bd32ff2'),
(86550,32,15211,NULL,2608,9,'2026-01-21 19:37:30','2026-01-21 19:37:30','bc7d34ae-f9c4-4449-82a1-46e9b1b05598'),
(86551,32,15211,NULL,2612,10,'2026-01-21 19:37:30','2026-01-21 19:37:30','a18cc2f5-ee6d-461b-83e0-8fa194286f69'),
(86552,16,15211,NULL,3425,1,'2026-01-21 19:37:30','2026-01-21 19:37:30','3a8694e7-8e75-48b5-9e60-f873e5ced0f2'),
(86553,7,15211,NULL,601,1,'2026-01-21 19:37:30','2026-01-21 19:37:30','4f80efa0-ddd5-4f2d-af75-601d66da529c'),
(86554,7,15211,NULL,617,2,'2026-01-21 19:37:30','2026-01-21 19:37:30','a34c06db-35b3-4dbf-9781-0db791dd1ba6'),
(86555,7,15211,NULL,605,3,'2026-01-21 19:37:30','2026-01-21 19:37:30','6d76a8f2-dd6f-41e6-91dc-0f9c95d1947c'),
(86556,7,15211,NULL,9552,4,'2026-01-21 19:37:30','2026-01-21 19:37:30','9e5bd886-ee8c-4621-8025-50a2d50653d9'),
(86557,82,15211,NULL,491,1,'2026-01-21 19:37:30','2026-01-21 19:37:30','89024eaf-1d11-4323-afd4-9532c63bd380'),
(86558,46,15211,NULL,7381,1,'2026-01-21 19:37:30','2026-01-21 19:37:30','2c38b95c-79c7-4f43-9456-970f2d144cf1'),
(86559,47,15211,NULL,15002,1,'2026-01-21 19:37:30','2026-01-21 19:37:30','ed1f4712-7be4-4fb7-a2ad-54600cf41be7'),
(86560,57,15211,NULL,7862,1,'2026-01-21 19:37:30','2026-01-21 19:37:30','aab86c3b-8751-4dc6-a69c-de69765e7c40'),
(86561,57,15211,NULL,7858,2,'2026-01-21 19:37:30','2026-01-21 19:37:30','1090c7d2-8698-43f4-92e2-30886ff66639'),
(86562,57,15211,NULL,7864,3,'2026-01-21 19:37:30','2026-01-21 19:37:30','fb7d3b52-63c8-468c-815d-7c890a8433d6'),
(86563,57,15211,NULL,7859,4,'2026-01-21 19:37:30','2026-01-21 19:37:30','3eb19a79-fc6e-4255-9643-f65d5fdbfd6f'),
(86564,57,15211,NULL,7861,5,'2026-01-21 19:37:30','2026-01-21 19:37:30','42b489e7-57a5-44cd-bb33-680e891ca4ec'),
(86565,57,15211,NULL,7863,6,'2026-01-21 19:37:30','2026-01-21 19:37:30','fa1b2843-bd89-47cb-af03-68c68da1c9f3'),
(86566,57,15211,NULL,7860,7,'2026-01-21 19:37:30','2026-01-21 19:37:30','04c0b28e-5952-40e6-a1d5-515322b76f1c'),
(86591,32,15213,NULL,2610,1,'2026-01-21 19:37:46','2026-01-21 19:37:46','4340bb5b-41f2-404e-ae44-9d9c01f5fad3'),
(86592,32,15213,NULL,2598,2,'2026-01-21 19:37:46','2026-01-21 19:37:46','ab2096bb-ff75-472e-bca1-7d2375497411'),
(86593,32,15213,NULL,2608,3,'2026-01-21 19:37:46','2026-01-21 19:37:46','d6fd9dd6-7ed1-46ac-84e2-3a88c56b88f0'),
(86594,32,15213,NULL,2600,4,'2026-01-21 19:37:46','2026-01-21 19:37:46','7cb766ee-2687-4a30-8da5-4eefde6c4deb'),
(86595,32,15213,NULL,2596,5,'2026-01-21 19:37:46','2026-01-21 19:37:46','aa3326f1-edb6-45dd-9d65-91cbf3c20556'),
(86596,32,15213,NULL,2602,6,'2026-01-21 19:37:46','2026-01-21 19:37:46','4d77fd9d-1691-4506-bde0-ff79211b8df0'),
(86597,32,15213,NULL,2612,7,'2026-01-21 19:37:46','2026-01-21 19:37:46','207caf4c-42d8-48ae-8283-270d1f2d9497'),
(86598,32,15213,NULL,2604,8,'2026-01-21 19:37:46','2026-01-21 19:37:46','42601ca0-e799-47b6-9492-41bc3596acac'),
(86599,32,15213,NULL,2606,9,'2026-01-21 19:37:46','2026-01-21 19:37:46','b6318aa1-1560-438a-9330-ddbd4a9b04cb'),
(86600,16,15213,NULL,9056,1,'2026-01-21 19:37:46','2026-01-21 19:37:46','acae026f-b0f4-42da-9761-55470e1e83e4'),
(86601,7,15213,NULL,601,1,'2026-01-21 19:37:46','2026-01-21 19:37:46','35826399-fe85-404f-9f64-aa1bb113e65b'),
(86602,7,15213,NULL,605,2,'2026-01-21 19:37:46','2026-01-21 19:37:46','52bc66a8-2e0e-493a-b9f6-1f5d4a9952fd'),
(86603,7,15213,NULL,617,3,'2026-01-21 19:37:46','2026-01-21 19:37:46','767d85ad-4f8d-46dc-a689-af4a1370b675'),
(86604,7,15213,NULL,9552,4,'2026-01-21 19:37:46','2026-01-21 19:37:46','8478fd3a-f319-41f6-b2e7-a33efd4e5685'),
(86605,82,15213,NULL,479,1,'2026-01-21 19:37:46','2026-01-21 19:37:46','14d382d9-78db-4c26-93c8-cd6da0dc63a7'),
(86606,82,15213,NULL,491,2,'2026-01-21 19:37:46','2026-01-21 19:37:46','416aa55f-9838-496d-9009-c1465d36117f'),
(86607,47,15213,NULL,12293,1,'2026-01-21 19:37:46','2026-01-21 19:37:46','8ee9b9ff-2f51-4765-b4fe-5428f78f643b'),
(86608,57,15213,NULL,9061,1,'2026-01-21 19:37:46','2026-01-21 19:37:46','dd93fc03-cb15-491c-9d18-3395e8ed9ea0'),
(86609,57,15213,NULL,9062,2,'2026-01-21 19:37:46','2026-01-21 19:37:46','f9fd9a2f-d054-43f4-b7b3-a64ff6c50e8b'),
(86610,57,15213,NULL,9063,3,'2026-01-21 19:37:46','2026-01-21 19:37:46','8b8910ed-2778-4243-8747-32ac1e0cc2de'),
(86611,57,15213,NULL,9060,4,'2026-01-21 19:37:46','2026-01-21 19:37:46','b8753baf-7932-412b-9f37-7417adbf16c8'),
(86612,57,15213,NULL,9059,5,'2026-01-21 19:37:46','2026-01-21 19:37:46','ba90d036-fe3f-4952-82c0-84b6a98fcc2f'),
(86613,13,15213,NULL,6867,1,'2026-01-21 19:37:46','2026-01-21 19:37:46','94e47147-3c57-4f72-b83f-b9b2a1539534'),
(86635,32,15215,NULL,2610,1,'2026-01-21 19:38:04','2026-01-21 19:38:04','56e53a20-cd75-4286-91d5-943a5616a81c'),
(86636,32,15215,NULL,2598,2,'2026-01-21 19:38:04','2026-01-21 19:38:04','236abb41-4867-47c1-bc9f-1695dba571f9'),
(86637,32,15215,NULL,2600,3,'2026-01-21 19:38:04','2026-01-21 19:38:04','bd697f7e-5dd8-4163-af01-e6125e15a761'),
(86638,32,15215,NULL,2596,4,'2026-01-21 19:38:04','2026-01-21 19:38:04','35c9577f-97fb-4d7d-bfb1-288cb7002fa2'),
(86639,32,15215,NULL,2602,5,'2026-01-21 19:38:04','2026-01-21 19:38:04','0ec73474-597b-4bf6-a3c8-46b73e5582b1'),
(86640,32,15215,NULL,2604,6,'2026-01-21 19:38:04','2026-01-21 19:38:04','986d8ba0-e187-4f2a-9a98-eb452a5981d4'),
(86641,32,15215,NULL,2608,7,'2026-01-21 19:38:04','2026-01-21 19:38:04','c5011827-46a6-437d-a872-534a643ca498'),
(86642,32,15215,NULL,2606,8,'2026-01-21 19:38:04','2026-01-21 19:38:04','63381599-a58f-4145-83a5-ff7ed97f8737'),
(86643,32,15215,NULL,2612,9,'2026-01-21 19:38:04','2026-01-21 19:38:04','8274866e-fd40-440a-9ce4-936e9752c352'),
(86644,16,15215,NULL,7850,1,'2026-01-21 19:38:04','2026-01-21 19:38:04','52aadfa0-e2c7-4457-9289-3fe002a0e9f4'),
(86645,7,15215,NULL,601,1,'2026-01-21 19:38:04','2026-01-21 19:38:04','460c4f3b-5a98-4039-b54e-17405f5b863a'),
(86646,7,15215,NULL,617,2,'2026-01-21 19:38:04','2026-01-21 19:38:04','4c4d0d6a-6271-44dd-b1bb-0b0f413111b8'),
(86647,7,15215,NULL,605,3,'2026-01-21 19:38:04','2026-01-21 19:38:04','8b5ab6f0-e08f-4554-bbab-67974e8993fa'),
(86648,7,15215,NULL,9552,4,'2026-01-21 19:38:04','2026-01-21 19:38:04','37353e42-f055-4902-83df-f8934c4501af'),
(86649,82,15215,NULL,491,1,'2026-01-21 19:38:04','2026-01-21 19:38:04','f1d48ff1-8bab-4d89-9b44-be2ce0560e17'),
(86650,47,15215,NULL,14999,1,'2026-01-21 19:38:04','2026-01-21 19:38:04','67456e65-7200-4088-bffd-87ea9298e746'),
(86651,57,15215,NULL,7851,1,'2026-01-21 19:38:04','2026-01-21 19:38:04','0771238d-7616-4dc4-ab28-43539c6801f1'),
(86652,57,15215,NULL,7853,2,'2026-01-21 19:38:04','2026-01-21 19:38:04','26410276-5389-4ca8-8d30-9614e8372b1e'),
(86653,57,15215,NULL,7852,3,'2026-01-21 19:38:04','2026-01-21 19:38:04','abd41b94-4cad-4dc3-bb21-d8937570a727'),
(86654,57,15215,NULL,3377,4,'2026-01-21 19:38:04','2026-01-21 19:38:04','3acf162b-85f0-415a-86ca-dee0082db625'),
(86686,32,15217,NULL,2610,1,'2026-01-21 19:38:32','2026-01-21 19:38:32','df3e1f01-7f30-4412-9b8b-6a387eb415ac'),
(86687,32,15217,NULL,2598,2,'2026-01-21 19:38:32','2026-01-21 19:38:32','c54b1608-acef-4efe-a184-0d7a3e48baea'),
(86688,32,15217,NULL,2608,3,'2026-01-21 19:38:32','2026-01-21 19:38:32','d0ab0acb-cf08-43cc-8566-120217296000'),
(86689,32,15217,NULL,2624,4,'2026-01-21 19:38:32','2026-01-21 19:38:32','574ea121-0236-48c6-a3c6-a8552c0345c5'),
(86690,32,15217,NULL,2600,5,'2026-01-21 19:38:32','2026-01-21 19:38:32','bb77dfe2-f2f6-4b79-b85a-2d14b440f0c2'),
(86691,32,15217,NULL,2596,6,'2026-01-21 19:38:32','2026-01-21 19:38:32','a9474597-75e6-4863-9013-586e00c82573'),
(86692,32,15217,NULL,2602,7,'2026-01-21 19:38:32','2026-01-21 19:38:32','fcb2dd93-42cf-40f3-93b6-c7630e3a20f4'),
(86693,32,15217,NULL,2606,8,'2026-01-21 19:38:32','2026-01-21 19:38:32','9d9f1fa8-fc64-4bbc-8bed-b4d87f13bf14'),
(86694,32,15217,NULL,2612,9,'2026-01-21 19:38:32','2026-01-21 19:38:32','6b174488-ac71-4f6e-bb66-278a6806330a'),
(86695,32,15217,NULL,2604,10,'2026-01-21 19:38:32','2026-01-21 19:38:32','e1ee4eb8-bdf5-453d-8b60-619d63745a3e'),
(86696,16,15217,NULL,10069,1,'2026-01-21 19:38:32','2026-01-21 19:38:32','f5763690-c525-4e70-9b78-ca7500c7f672'),
(86697,7,15217,NULL,601,1,'2026-01-21 19:38:32','2026-01-21 19:38:32','03ecf91e-f558-4fea-aec4-17cfdb55754b'),
(86698,7,15217,NULL,605,2,'2026-01-21 19:38:32','2026-01-21 19:38:32','4648ce6a-a491-48a0-8b17-f7423b29fba7'),
(86699,7,15217,NULL,617,3,'2026-01-21 19:38:32','2026-01-21 19:38:32','1f4c70f6-31d6-4b65-bfaa-eeb9eab43240'),
(86700,7,15217,NULL,2972,4,'2026-01-21 19:38:32','2026-01-21 19:38:32','ecf94954-6354-4011-9465-8a8f4fc79ef5'),
(86701,7,15217,NULL,9552,5,'2026-01-21 19:38:32','2026-01-21 19:38:32','1786eec1-53c6-41ec-b4b3-d9ebd26e1a41'),
(86702,82,15217,NULL,491,1,'2026-01-21 19:38:32','2026-01-21 19:38:32','4a40b8c2-69de-41c0-b708-e16387d828eb'),
(86703,46,15217,NULL,2891,1,'2026-01-21 19:38:32','2026-01-21 19:38:32','dbd7bf1c-93aa-4dbd-84dc-850eaa129973'),
(86704,47,15217,NULL,12461,1,'2026-01-21 19:38:32','2026-01-21 19:38:32','4f23bddb-28a6-4708-848e-9e5ff499cbe8'),
(86705,57,15217,NULL,10072,1,'2026-01-21 19:38:32','2026-01-21 19:38:32','5f6e72bb-61f8-4ae1-a4f1-d67c5d32ed64'),
(86706,57,15217,NULL,10079,2,'2026-01-21 19:38:32','2026-01-21 19:38:32','49c14c3c-08d6-43e3-831b-e063eeda9ccc'),
(86707,57,15217,NULL,10074,3,'2026-01-21 19:38:32','2026-01-21 19:38:32','e7d30ab1-ed8a-4436-9844-76b6de8986e4'),
(86708,57,15217,NULL,10076,4,'2026-01-21 19:38:32','2026-01-21 19:38:32','9983ff2b-2582-4a70-8cbe-91863b40bd62'),
(86709,57,15217,NULL,10075,5,'2026-01-21 19:38:32','2026-01-21 19:38:32','30363442-afc2-47a9-b9db-b37678c63896'),
(86710,57,15217,NULL,10080,6,'2026-01-21 19:38:32','2026-01-21 19:38:32','ba4e7166-a96b-4492-93d5-e7a2b841c4e9'),
(86711,57,15217,NULL,10071,7,'2026-01-21 19:38:32','2026-01-21 19:38:32','8a5a1c48-b9e1-4930-84ed-f0f662992dd2'),
(86712,57,15217,NULL,10070,8,'2026-01-21 19:38:32','2026-01-21 19:38:32','e5685393-ac1e-4f65-97ad-f9a2fc2dad6b'),
(86713,57,15217,NULL,10077,9,'2026-01-21 19:38:32','2026-01-21 19:38:32','28ac2554-df2f-4182-8daf-f309c51bbeee'),
(86714,57,15217,NULL,10078,10,'2026-01-21 19:38:32','2026-01-21 19:38:32','607cf8fb-b405-49fc-87f1-f39f5330661c'),
(86749,32,15219,NULL,2614,1,'2026-01-21 19:38:50','2026-01-21 19:38:50','92da9efe-4654-4f21-952c-9aa7cd083cad'),
(86750,32,15219,NULL,2610,2,'2026-01-21 19:38:50','2026-01-21 19:38:50','39da4685-f755-41e9-8696-e612567ff421'),
(86751,32,15219,NULL,2598,3,'2026-01-21 19:38:50','2026-01-21 19:38:50','928c0fdb-5f7a-4729-ba3e-654f1a0bd2d3'),
(86752,32,15219,NULL,2608,4,'2026-01-21 19:38:50','2026-01-21 19:38:50','961c9814-8b55-48ef-a788-cc1640193644'),
(86753,32,15219,NULL,2600,5,'2026-01-21 19:38:50','2026-01-21 19:38:50','a6ba5094-f896-4a3f-a456-9d637243f003'),
(86754,32,15219,NULL,2596,6,'2026-01-21 19:38:50','2026-01-21 19:38:50','9a7d33fb-a273-43a7-acf9-8a253935de62'),
(86755,32,15219,NULL,2602,7,'2026-01-21 19:38:50','2026-01-21 19:38:50','16dddb65-5734-4ee7-9bb0-0d129722a3c2'),
(86756,32,15219,NULL,2606,8,'2026-01-21 19:38:50','2026-01-21 19:38:50','b81528df-6ab5-4905-8223-9c1606376d1d'),
(86757,32,15219,NULL,2612,9,'2026-01-21 19:38:50','2026-01-21 19:38:50','e4a70ee0-07d0-4ed9-87f4-4906d4cc2d18'),
(86758,32,15219,NULL,2604,10,'2026-01-21 19:38:50','2026-01-21 19:38:50','3431c5a2-fade-460c-8ef3-676fc8a12ef7'),
(86759,16,15219,NULL,10041,1,'2026-01-21 19:38:50','2026-01-21 19:38:50','11fea4f1-2aa1-4785-81bf-df399f71de6d'),
(86760,7,15219,NULL,601,1,'2026-01-21 19:38:50','2026-01-21 19:38:50','041d96fd-c1ae-4af9-a08a-a0f5029c8d68'),
(86761,7,15219,NULL,617,2,'2026-01-21 19:38:50','2026-01-21 19:38:50','2db6f132-2713-44d6-a83a-0df178b05550'),
(86762,7,15219,NULL,9549,3,'2026-01-21 19:38:50','2026-01-21 19:38:50','1a66c81c-dc57-4bb7-abde-76c59099f7e1'),
(86763,7,15219,NULL,605,4,'2026-01-21 19:38:50','2026-01-21 19:38:50','694d5a78-ad8b-4d6f-be24-e5323ccb6282'),
(86764,7,15219,NULL,9552,5,'2026-01-21 19:38:50','2026-01-21 19:38:50','b8e2c7d5-817b-4cba-8c23-cab1f32428a8'),
(86765,47,15219,NULL,12458,1,'2026-01-21 19:38:50','2026-01-21 19:38:50','d6447f65-6ca6-41bc-9aeb-e651eaa5b4ec'),
(86766,57,15219,NULL,10057,1,'2026-01-21 19:38:50','2026-01-21 19:38:50','5991749f-8d6f-4117-858b-3578a50f5175'),
(86767,57,15219,NULL,10049,2,'2026-01-21 19:38:50','2026-01-21 19:38:50','cd0c8b44-76ed-4d95-aec1-cdb700961241'),
(86768,57,15219,NULL,10044,3,'2026-01-21 19:38:50','2026-01-21 19:38:50','33135871-5b6e-41de-be01-3e584deecd74'),
(86769,57,15219,NULL,10045,4,'2026-01-21 19:38:50','2026-01-21 19:38:50','aa13039b-7e81-4041-9675-6b0b458831aa'),
(86770,57,15219,NULL,10042,5,'2026-01-21 19:38:50','2026-01-21 19:38:50','62fbe86d-1e6f-484a-8f85-bec22b94b8ee'),
(86771,57,15219,NULL,10043,6,'2026-01-21 19:38:50','2026-01-21 19:38:50','b078aeee-3b57-4204-8ad8-de0d255cff97'),
(86772,57,15219,NULL,10046,7,'2026-01-21 19:38:50','2026-01-21 19:38:50','b6965f9f-dfd9-4902-95f1-8b07480eb2be'),
(86773,57,15219,NULL,10047,8,'2026-01-21 19:38:50','2026-01-21 19:38:50','136291f9-c58a-4195-af6e-5bce3302bd0c'),
(86774,57,15219,NULL,10048,9,'2026-01-21 19:38:50','2026-01-21 19:38:50','42f7e718-4d69-4046-996f-1923083185eb'),
(86775,57,15219,NULL,10051,10,'2026-01-21 19:38:50','2026-01-21 19:38:50','b8410879-c33b-4bee-878e-b2c4e61998e3'),
(86776,57,15219,NULL,10052,11,'2026-01-21 19:38:50','2026-01-21 19:38:50','6acfc7d2-4518-4199-8299-84939f6f0fa8'),
(86777,57,15219,NULL,10053,12,'2026-01-21 19:38:50','2026-01-21 19:38:50','7697b18a-7c31-41d1-989d-97fb6e0b9184'),
(86778,57,15219,NULL,10055,13,'2026-01-21 19:38:50','2026-01-21 19:38:50','6f1baf7e-f2e5-4e36-a313-a3b8c007355e'),
(86779,57,15219,NULL,10059,14,'2026-01-21 19:38:50','2026-01-21 19:38:50','3dcce3e6-cf6a-4dfa-a390-3c813d9c7208'),
(86780,57,15219,NULL,10060,15,'2026-01-21 19:38:50','2026-01-21 19:38:50','42927aa2-adc5-423b-9614-4276941d060d'),
(86814,32,15221,NULL,2614,1,'2026-01-21 19:39:15','2026-01-21 19:39:15','068c3332-9c53-427e-b1e8-a584b16b58ff'),
(86815,32,15221,NULL,2610,2,'2026-01-21 19:39:15','2026-01-21 19:39:15','bdc56100-3c6f-4a9b-9c24-05682089b24a'),
(86816,32,15221,NULL,2598,3,'2026-01-21 19:39:15','2026-01-21 19:39:15','f4b36c77-5c9f-48da-9bd0-4c37f05a04e9'),
(86817,32,15221,NULL,2608,4,'2026-01-21 19:39:15','2026-01-21 19:39:15','73263ef3-39bb-4e50-a9df-da4b5bcd0b07'),
(86818,32,15221,NULL,2624,5,'2026-01-21 19:39:15','2026-01-21 19:39:15','cce8c2bb-953a-488d-bf15-5a11ef6d846b'),
(86819,32,15221,NULL,2600,6,'2026-01-21 19:39:15','2026-01-21 19:39:15','9d671b77-3bb3-4aaf-8d9a-e41c05a23ca5'),
(86820,32,15221,NULL,2596,7,'2026-01-21 19:39:15','2026-01-21 19:39:15','46b924aa-9aef-4778-8e1a-97ae0160fbf6'),
(86821,32,15221,NULL,2602,8,'2026-01-21 19:39:15','2026-01-21 19:39:15','c52577d5-03d1-4fad-b42a-f1247781a376'),
(86822,32,15221,NULL,2606,9,'2026-01-21 19:39:15','2026-01-21 19:39:15','19d99f47-0991-4dea-aa0f-bb0cd723ebf8'),
(86823,32,15221,NULL,2612,10,'2026-01-21 19:39:15','2026-01-21 19:39:15','6cf61ae0-2633-4752-b30e-47ee552a83ec'),
(86824,32,15221,NULL,2604,11,'2026-01-21 19:39:15','2026-01-21 19:39:15','9c007042-ba2b-4ab8-be44-f3a8a2b493d9'),
(86825,16,15221,NULL,9852,1,'2026-01-21 19:39:15','2026-01-21 19:39:15','80f5ff16-dd2e-4042-84d6-7c3a5f1c5f81'),
(86826,7,15221,NULL,605,1,'2026-01-21 19:39:15','2026-01-21 19:39:15','445095bd-72d5-480e-937e-4e7e5fcd5fc5'),
(86827,7,15221,NULL,617,2,'2026-01-21 19:39:15','2026-01-21 19:39:15','5e2f7cbc-f00e-4b05-b89b-ce3e0a55bd11'),
(86828,7,15221,NULL,9552,3,'2026-01-21 19:39:15','2026-01-21 19:39:15','04f8a629-fd4d-4df3-bf31-a1d89f626fa3'),
(86829,46,15221,NULL,2891,1,'2026-01-21 19:39:15','2026-01-21 19:39:15','ed5fb126-a790-4b47-8b0c-2509fe441fcf'),
(86830,47,15221,NULL,12352,1,'2026-01-21 19:39:15','2026-01-21 19:39:15','5559caa9-641b-450b-9df8-eac56ed19fe5'),
(86831,57,15221,NULL,9861,1,'2026-01-21 19:39:15','2026-01-21 19:39:15','c5639166-b7c9-481f-b4b7-90d6465d650b'),
(86832,57,15221,NULL,9866,2,'2026-01-21 19:39:15','2026-01-21 19:39:15','49c894c7-01c3-4d03-b6d6-1c1706fecbc4'),
(86833,57,15221,NULL,9865,3,'2026-01-21 19:39:15','2026-01-21 19:39:15','24744154-f563-4265-a633-fcdb5f8bd93e'),
(86834,57,15221,NULL,9862,4,'2026-01-21 19:39:15','2026-01-21 19:39:15','c8c9994b-6839-462e-ab87-d208c1a3fa8a'),
(86835,57,15221,NULL,9859,5,'2026-01-21 19:39:15','2026-01-21 19:39:15','3410bc4c-ad32-4778-b122-1f4d7773453a'),
(86836,57,15221,NULL,9864,6,'2026-01-21 19:39:15','2026-01-21 19:39:15','022a5d4e-97e4-4157-b113-8035f8dd0dd4'),
(86837,57,15221,NULL,9868,7,'2026-01-21 19:39:15','2026-01-21 19:39:15','14b53538-1f2e-46e5-b4a7-0612ba96526a'),
(86838,57,15221,NULL,9869,8,'2026-01-21 19:39:15','2026-01-21 19:39:15','ae64e56c-22b1-4d6a-90d4-efeb8d5243c5'),
(86839,57,15221,NULL,9870,9,'2026-01-21 19:39:15','2026-01-21 19:39:15','c710370e-b3db-45e7-b589-a280cba27a96'),
(86840,57,15221,NULL,9871,10,'2026-01-21 19:39:15','2026-01-21 19:39:15','69da00ea-0bfc-4d15-82a8-eb2c3ef79f8c'),
(86841,57,15221,NULL,9872,11,'2026-01-21 19:39:15','2026-01-21 19:39:15','87f2c260-fc8b-4e1a-ac88-07074069e622'),
(86842,57,15221,NULL,9873,12,'2026-01-21 19:39:15','2026-01-21 19:39:15','42464f6b-5712-4e3e-a0cb-79d740d7156f'),
(86843,57,15221,NULL,9874,13,'2026-01-21 19:39:15','2026-01-21 19:39:15','f75e594a-371a-495c-bded-9dbc211c9895'),
(86844,57,15221,NULL,9876,14,'2026-01-21 19:39:15','2026-01-21 19:39:15','1ae55a8b-0185-4ab9-84b2-a27dcbc37c1e'),
(86845,13,15221,NULL,6927,1,'2026-01-21 19:39:15','2026-01-21 19:39:15','07499078-e999-498b-be1c-67def307aa67'),
(86871,32,15223,NULL,2610,1,'2026-01-21 19:39:58','2026-01-21 19:39:58','d20147fb-7356-44c1-96ae-977e808f6e2a'),
(86872,32,15223,NULL,2598,2,'2026-01-21 19:39:58','2026-01-21 19:39:58','9c7158ba-efef-4dee-aaef-4cfdd430ec32'),
(86873,32,15223,NULL,2600,3,'2026-01-21 19:39:58','2026-01-21 19:39:58','b1a2dc22-cc01-4251-985c-089819e95d0d'),
(86874,32,15223,NULL,2604,4,'2026-01-21 19:39:58','2026-01-21 19:39:58','8cc5b55e-8518-41ef-b492-0f8894eb1490'),
(86875,32,15223,NULL,2608,5,'2026-01-21 19:39:58','2026-01-21 19:39:58','1ad638fb-fb90-4da9-a550-989ac350f69a'),
(86876,32,15223,NULL,2596,6,'2026-01-21 19:39:58','2026-01-21 19:39:58','d53088da-cea0-41e2-8d5d-39682eb48a5c'),
(86877,32,15223,NULL,2602,7,'2026-01-21 19:39:58','2026-01-21 19:39:58','4f4ed7c4-c591-4dd8-880b-1fed1c94b417'),
(86878,32,15223,NULL,2606,8,'2026-01-21 19:39:58','2026-01-21 19:39:58','8741e4fc-c76d-40ea-90af-bac9cd7158b3'),
(86879,32,15223,NULL,2612,9,'2026-01-21 19:39:58','2026-01-21 19:39:58','b58791d2-4a0e-4806-99d7-189e9e456a90'),
(86880,16,15223,NULL,9219,1,'2026-01-21 19:39:58','2026-01-21 19:39:58','8730ae8f-15c5-4bb9-aa52-a3bc1e0aaf46'),
(86881,7,15223,NULL,601,1,'2026-01-21 19:39:58','2026-01-21 19:39:58','e405b484-4c4d-4f2f-8de9-31f424b9f3ff'),
(86882,7,15223,NULL,605,2,'2026-01-21 19:39:58','2026-01-21 19:39:58','2f61c319-f079-46ff-b88a-5fde1987be21'),
(86883,7,15223,NULL,617,3,'2026-01-21 19:39:58','2026-01-21 19:39:58','005b764f-9dcf-4730-9b66-ad2b2752cc66'),
(86884,7,15223,NULL,9552,4,'2026-01-21 19:39:58','2026-01-21 19:39:58','e9950446-aaca-49c0-b6f0-6dbeffca85ee'),
(86885,82,15223,NULL,469,1,'2026-01-21 19:39:58','2026-01-21 19:39:58','b21fece7-e6c0-4f72-8883-a6b414367abb'),
(86886,82,15223,NULL,475,2,'2026-01-21 19:39:58','2026-01-21 19:39:58','7553d7bb-17f7-4a20-a315-403e4bb3917f'),
(86887,82,15223,NULL,479,3,'2026-01-21 19:39:58','2026-01-21 19:39:58','e699972b-49c0-4548-86aa-d8b2655998f1'),
(86888,82,15223,NULL,491,4,'2026-01-21 19:39:58','2026-01-21 19:39:58','d42e4e52-f4dc-4184-a8bc-e94e6acf517e'),
(86889,47,15223,NULL,12362,1,'2026-01-21 19:39:58','2026-01-21 19:39:58','0720a075-4ba7-4c71-9408-17d01716b05a'),
(86890,57,15223,NULL,9222,1,'2026-01-21 19:39:58','2026-01-21 19:39:58','6c3dab5f-9589-4f5e-8cc6-2c13a11022ea'),
(86891,57,15223,NULL,9223,2,'2026-01-21 19:39:58','2026-01-21 19:39:58','40c304f5-f815-451d-b4cd-b2c00884c463'),
(86892,57,15223,NULL,9224,3,'2026-01-21 19:39:58','2026-01-21 19:39:58','3f629fac-36c5-4d86-acd3-3c441ead800d'),
(86893,57,15223,NULL,9225,4,'2026-01-21 19:39:58','2026-01-21 19:39:58','eb86ea8c-f58f-4de7-b420-aa868fb39da1'),
(86894,57,15223,NULL,9226,5,'2026-01-21 19:39:58','2026-01-21 19:39:58','28b2ffbc-974e-4a6e-8f39-18a9125d2411'),
(86895,57,15223,NULL,12288,6,'2026-01-21 19:39:58','2026-01-21 19:39:58','00211a91-2e2f-4787-abf3-0a2a99cc95ef'),
(86917,32,15225,NULL,2610,1,'2026-01-21 19:40:15','2026-01-21 19:40:15','ed28d420-8273-440d-97b8-09d640273dbd'),
(86918,32,15225,NULL,2598,2,'2026-01-21 19:40:15','2026-01-21 19:40:15','9ea8bdd0-7863-4a63-95fa-19b51b9b1c06'),
(86919,32,15225,NULL,2600,3,'2026-01-21 19:40:15','2026-01-21 19:40:15','70cece5e-148b-45ee-9aed-13d7bfcb1efe'),
(86920,32,15225,NULL,2604,4,'2026-01-21 19:40:15','2026-01-21 19:40:15','e4dc8adc-3842-4dee-bdc5-d37800991459'),
(86921,32,15225,NULL,2608,5,'2026-01-21 19:40:15','2026-01-21 19:40:15','c7775d63-295e-47d9-8fd1-446abf5b1956'),
(86922,32,15225,NULL,2602,6,'2026-01-21 19:40:15','2026-01-21 19:40:15','ac54ba3b-8dd3-442b-8861-6ec0a7ca479b'),
(86923,32,15225,NULL,2596,7,'2026-01-21 19:40:15','2026-01-21 19:40:15','fae8d1da-c25e-4ef3-9f53-abd0565880e4'),
(86924,32,15225,NULL,2606,8,'2026-01-21 19:40:15','2026-01-21 19:40:15','c3ca660f-4419-4214-90d5-d50c79ee1d32'),
(86925,32,15225,NULL,2612,9,'2026-01-21 19:40:15','2026-01-21 19:40:15','5d601aaa-681a-44a7-ac5e-5552af7b6cb7'),
(86926,16,15225,NULL,4466,1,'2026-01-21 19:40:15','2026-01-21 19:40:15','c641c928-de71-4592-9458-71a35264e749'),
(86927,7,15225,NULL,617,1,'2026-01-21 19:40:15','2026-01-21 19:40:15','3636b16b-d47b-4f07-b7ed-b6a2f9d3183e'),
(86928,7,15225,NULL,605,2,'2026-01-21 19:40:15','2026-01-21 19:40:15','89af6d44-6ffe-4a9c-b876-03083618dd47'),
(86929,7,15225,NULL,9552,3,'2026-01-21 19:40:15','2026-01-21 19:40:15','9ae8a401-c6bd-4725-a061-291c9126ffcb'),
(86930,82,15225,NULL,469,1,'2026-01-21 19:40:15','2026-01-21 19:40:15','00dd0bbe-0eac-4b8e-8957-60cc99f654a8'),
(86931,82,15225,NULL,479,2,'2026-01-21 19:40:15','2026-01-21 19:40:15','4813f672-36ea-4d64-8b5e-1c37c71c05d8'),
(86932,82,15225,NULL,491,3,'2026-01-21 19:40:15','2026-01-21 19:40:15','e65e17a3-7e35-49e4-8765-8f8b6a973a42'),
(86933,47,15225,NULL,10495,1,'2026-01-21 19:40:15','2026-01-21 19:40:15','ea4820de-8ae5-4b47-a37a-8b0755d6d243'),
(86934,57,15225,NULL,8888,1,'2026-01-21 19:40:15','2026-01-21 19:40:15','0ff0dbb1-0d6e-49db-bebb-1c604ca68cf3'),
(86935,57,15225,NULL,8889,2,'2026-01-21 19:40:15','2026-01-21 19:40:15','043727ea-fabf-4b21-93a9-d2d4283bd410'),
(86936,57,15225,NULL,9589,3,'2026-01-21 19:40:15','2026-01-21 19:40:15','b8be87e0-0ccf-43ff-a55d-5aa245dddd80'),
(86967,32,15227,NULL,2614,1,'2026-01-21 19:40:33','2026-01-21 19:40:33','1a3f4a55-6f18-40a8-ac34-4eb241244359'),
(86968,32,15227,NULL,2610,2,'2026-01-21 19:40:33','2026-01-21 19:40:33','e0d87671-4cf7-4cab-a0bc-f2614b988ae7'),
(86969,32,15227,NULL,2622,3,'2026-01-21 19:40:33','2026-01-21 19:40:33','6f721ba0-41de-431d-9df0-35e98cb63a95'),
(86970,32,15227,NULL,2598,4,'2026-01-21 19:40:33','2026-01-21 19:40:33','e90a37fd-f551-4269-8de6-0bb83939d711'),
(86971,32,15227,NULL,2608,5,'2026-01-21 19:40:33','2026-01-21 19:40:33','715f09ad-a179-4863-87eb-faa65c338d77'),
(86972,32,15227,NULL,2624,6,'2026-01-21 19:40:33','2026-01-21 19:40:33','d071140e-c1e9-4ef6-85c4-63e2e1dbfa67'),
(86973,32,15227,NULL,2600,7,'2026-01-21 19:40:33','2026-01-21 19:40:33','2fbff977-9b3d-4376-a305-da9db0ed1a28'),
(86974,32,15227,NULL,2596,8,'2026-01-21 19:40:33','2026-01-21 19:40:33','437267b0-5146-4b92-aec2-7c7ae3b8c71c'),
(86975,32,15227,NULL,2602,9,'2026-01-21 19:40:33','2026-01-21 19:40:33','ebd88c5a-8fe6-47ab-a273-c160d668278d'),
(86976,32,15227,NULL,2606,10,'2026-01-21 19:40:33','2026-01-21 19:40:33','0851baba-0079-4418-8263-c86ae9b681ff'),
(86977,32,15227,NULL,2612,11,'2026-01-21 19:40:33','2026-01-21 19:40:33','af85739e-f55d-4de5-9344-a81a2dbb64bf'),
(86978,32,15227,NULL,2618,12,'2026-01-21 19:40:33','2026-01-21 19:40:33','49ab17cd-96d4-44bf-bbff-295121b1648f'),
(86979,32,15227,NULL,2604,13,'2026-01-21 19:40:33','2026-01-21 19:40:33','488c0e84-6164-456b-ad89-d6dd0c2b5997'),
(86980,16,15227,NULL,9051,1,'2026-01-21 19:40:33','2026-01-21 19:40:33','498e26f3-2ee4-4f87-9050-3e3506da79e9'),
(86981,7,15227,NULL,601,1,'2026-01-21 19:40:33','2026-01-21 19:40:33','305ecdab-c18b-44ae-b9f8-f84900ff77a2'),
(86982,7,15227,NULL,605,2,'2026-01-21 19:40:33','2026-01-21 19:40:33','0c7ef221-82ca-4eed-9cf2-6ce855d3eee0'),
(86983,7,15227,NULL,617,3,'2026-01-21 19:40:33','2026-01-21 19:40:33','a0024664-6a06-4d35-b077-98deabf483e0'),
(86984,7,15227,NULL,9552,4,'2026-01-21 19:40:33','2026-01-21 19:40:33','b3f21f2e-1c91-4e3d-b6d7-23876edbf975'),
(86985,46,15227,NULL,2891,1,'2026-01-21 19:40:33','2026-01-21 19:40:33','8935220c-a8e4-4e70-a5dd-d4ed9a031be5'),
(86986,46,15227,NULL,3697,2,'2026-01-21 19:40:33','2026-01-21 19:40:33','2da43af8-b029-467e-a6e8-af6ff4a84c2b'),
(86987,46,15227,NULL,4403,3,'2026-01-21 19:40:33','2026-01-21 19:40:33','843924af-ad80-4db8-b891-d20017620a11'),
(86988,47,15227,NULL,12289,1,'2026-01-21 19:40:33','2026-01-21 19:40:33','7856115a-e486-439d-a54b-b66e75c4adae'),
(86989,57,15227,NULL,8601,1,'2026-01-21 19:40:33','2026-01-21 19:40:33','f4ac6d6c-bc24-4f52-b1f3-95923d39ecb3'),
(86990,57,15227,NULL,8600,2,'2026-01-21 19:40:33','2026-01-21 19:40:33','d2f61c6d-f810-4afd-bf12-d3d0dd605e0e'),
(86991,57,15227,NULL,8602,3,'2026-01-21 19:40:33','2026-01-21 19:40:33','f88b51ec-a77c-4722-b181-782acc459f3a'),
(86992,57,15227,NULL,8603,4,'2026-01-21 19:40:33','2026-01-21 19:40:33','cb4183ee-313c-4d0a-90ee-97f18ff265ac'),
(86993,57,15227,NULL,8604,5,'2026-01-21 19:40:33','2026-01-21 19:40:33','57a9b950-3c97-4b7a-8964-26f832fd7e3d'),
(86994,57,15227,NULL,8605,6,'2026-01-21 19:40:33','2026-01-21 19:40:33','b38654d7-d021-4384-abf5-f88001d8c9c5'),
(86996,32,15228,NULL,2614,1,'2026-01-21 19:40:54','2026-01-21 19:40:54','e8c72d29-c61b-4c42-9f69-91104160c65b'),
(86997,83,15228,NULL,1045,1,'2026-01-21 19:40:54','2026-01-21 19:40:54','2a417307-0faf-4ecf-b88b-fdafce1b03c1'),
(86998,16,15228,NULL,6530,1,'2026-01-21 19:40:54','2026-01-21 19:40:54','49d1c7dc-0b57-4b5a-83f6-9bd875bdd530'),
(86999,7,15228,NULL,617,1,'2026-01-21 19:40:54','2026-01-21 19:40:54','6405c1fc-486b-403a-bf6f-743da9fa97fb'),
(87000,7,15228,NULL,9558,2,'2026-01-21 19:40:54','2026-01-21 19:40:54','0a5912eb-b8fd-4e37-bd74-d12cf997fbb1'),
(87001,7,15228,NULL,605,3,'2026-01-21 19:40:54','2026-01-21 19:40:54','b508869f-57db-49d0-ae70-bac927abab69'),
(87002,7,15228,NULL,9552,4,'2026-01-21 19:40:54','2026-01-21 19:40:54','49583cd6-cf4d-443a-b9aa-cc7eff184273'),
(87003,57,15228,NULL,8064,1,'2026-01-21 19:40:54','2026-01-21 19:40:54','d1c74127-ebe8-4814-ac86-2c78a65c0a41'),
(87004,57,15228,NULL,8061,2,'2026-01-21 19:40:54','2026-01-21 19:40:54','214325dc-0618-4907-9914-1cfee1eff052'),
(87005,57,15228,NULL,8060,3,'2026-01-21 19:40:54','2026-01-21 19:40:54','523eb8d6-1ed7-4cef-b61e-b3497891225b'),
(87006,57,15228,NULL,8063,4,'2026-01-21 19:40:54','2026-01-21 19:40:54','ceb45119-cab4-439c-9657-5d3c6c0c2f63'),
(87007,57,15228,NULL,8062,5,'2026-01-21 19:40:54','2026-01-21 19:40:54','a94deb4f-2b61-428a-b791-cd13c208d2d7'),
(87008,74,15228,NULL,14613,1,'2026-01-21 19:40:54','2026-01-21 19:40:54','d40cb12b-4dbf-4c0e-8821-ae29b9e6d8ce'),
(87010,12,15228,NULL,12713,1,'2026-01-21 19:40:54','2026-01-21 19:40:54','4b6ef8b2-9135-4fd8-aa07-e0bba4743f63'),
(87034,32,15230,NULL,2614,1,'2026-01-21 19:41:12','2026-01-21 19:41:12','991517c9-c28e-4c74-abd5-00e18453d8a3'),
(87035,32,15230,NULL,2610,2,'2026-01-21 19:41:12','2026-01-21 19:41:12','66914203-2644-41b0-88db-66fec996a673'),
(87036,32,15230,NULL,2598,3,'2026-01-21 19:41:12','2026-01-21 19:41:12','aa0f7287-cf4b-4b9e-b04c-5c07e8d63965'),
(87037,32,15230,NULL,2608,4,'2026-01-21 19:41:12','2026-01-21 19:41:12','c1cdf5b9-ed3a-4eb3-8446-cb111f9bfe5e'),
(87038,32,15230,NULL,2600,5,'2026-01-21 19:41:12','2026-01-21 19:41:12','4424b6fe-9381-47c4-bee6-9c68731e9f00'),
(87039,32,15230,NULL,2596,6,'2026-01-21 19:41:12','2026-01-21 19:41:12','809a60da-ebf7-4ab7-8398-6a4e7c8f88ce'),
(87040,32,15230,NULL,2602,7,'2026-01-21 19:41:12','2026-01-21 19:41:12','3965cfe4-00e7-46d0-8a8f-338952f43434'),
(87041,32,15230,NULL,2604,8,'2026-01-21 19:41:12','2026-01-21 19:41:12','65eea816-e38c-4e17-a2a4-a46804b629c4'),
(87042,32,15230,NULL,2606,9,'2026-01-21 19:41:12','2026-01-21 19:41:12','8e25c3ab-2544-49ba-8ac9-4640888a9581'),
(87043,32,15230,NULL,2612,10,'2026-01-21 19:41:12','2026-01-21 19:41:12','96571f8d-d3d1-47b2-b092-7fe4c01598b7'),
(87044,16,15230,NULL,3158,1,'2026-01-21 19:41:12','2026-01-21 19:41:12','053b30c8-04af-466c-b499-979fb32f4d47'),
(87045,7,15230,NULL,2969,1,'2026-01-21 19:41:12','2026-01-21 19:41:12','9ce8adea-45e8-4818-9fa0-6bfab0c92193'),
(87046,7,15230,NULL,2974,2,'2026-01-21 19:41:12','2026-01-21 19:41:12','ed16f560-1741-49d2-8c13-977ef9791237'),
(87047,7,15230,NULL,617,3,'2026-01-21 19:41:12','2026-01-21 19:41:12','4b3e4998-8991-46fd-b6d6-b6e1ceacd097'),
(87048,7,15230,NULL,605,4,'2026-01-21 19:41:12','2026-01-21 19:41:12','d05268a9-1cd4-4a20-80aa-7bb1c6d2b1c3'),
(87049,7,15230,NULL,9552,5,'2026-01-21 19:41:12','2026-01-21 19:41:12','bb07660f-e357-4cf4-8e13-a0380af004e0'),
(87050,47,15230,NULL,14983,1,'2026-01-21 19:41:12','2026-01-21 19:41:12','0c8824dc-1ecf-42d1-8d4d-eac0fd74c191'),
(87051,57,15230,NULL,7838,1,'2026-01-21 19:41:12','2026-01-21 19:41:12','c2daf287-cefb-4858-b381-bff4053b531e'),
(87052,57,15230,NULL,7840,2,'2026-01-21 19:41:12','2026-01-21 19:41:12','888b91a7-3441-45ad-8528-36d32639aabd'),
(87053,57,15230,NULL,7839,3,'2026-01-21 19:41:12','2026-01-21 19:41:12','a6419450-4ea8-45a1-aed6-34aad05bc6aa'),
(87054,57,15230,NULL,7841,4,'2026-01-21 19:41:12','2026-01-21 19:41:12','b159dfac-4406-41bd-b44c-d4d7cf12768d'),
(87055,57,15230,NULL,7842,5,'2026-01-21 19:41:12','2026-01-21 19:41:12','70e82c7e-53bc-4880-8526-2890972a592d'),
(87084,32,15232,NULL,2610,1,'2026-01-21 19:41:31','2026-01-21 19:41:31','e0254aab-54af-440a-8625-197c12dd1206'),
(87085,32,15232,NULL,2598,2,'2026-01-21 19:41:31','2026-01-21 19:41:31','c1b55706-b6e9-4e4d-a57e-ac9402300935'),
(87086,32,15232,NULL,2608,3,'2026-01-21 19:41:31','2026-01-21 19:41:31','fcfe6a84-6e92-47c4-aaef-d182ba1da98f'),
(87087,32,15232,NULL,2624,4,'2026-01-21 19:41:31','2026-01-21 19:41:31','df3c1741-2da8-4e4b-a19c-8e33c2c76117'),
(87088,32,15232,NULL,2600,5,'2026-01-21 19:41:31','2026-01-21 19:41:31','d0d02bb9-b319-41a2-a8e8-c91c881b67fd'),
(87089,32,15232,NULL,2596,6,'2026-01-21 19:41:31','2026-01-21 19:41:31','9d3c7e7b-37bb-4129-9c26-8169b579e558'),
(87090,32,15232,NULL,2602,7,'2026-01-21 19:41:31','2026-01-21 19:41:31','c0d5e55c-43ca-44d4-8c20-d388af67ca03'),
(87091,32,15232,NULL,2606,8,'2026-01-21 19:41:31','2026-01-21 19:41:31','076ddf00-79f3-41e3-850c-c8709821b77f'),
(87092,32,15232,NULL,2612,9,'2026-01-21 19:41:31','2026-01-21 19:41:31','c8dd830c-528f-48f2-9263-bb1c3c64e290'),
(87093,32,15232,NULL,2604,10,'2026-01-21 19:41:31','2026-01-21 19:41:31','c87d3824-0ffd-4977-a702-c3b7cfe9b61a'),
(87094,16,15232,NULL,9038,1,'2026-01-21 19:41:31','2026-01-21 19:41:31','6722a726-7ab7-4c0f-a213-b2e3866ad590'),
(87095,7,15232,NULL,601,1,'2026-01-21 19:41:31','2026-01-21 19:41:31','42ece34d-d588-4a9e-b3f7-1fa7d7de831e'),
(87096,7,15232,NULL,3468,2,'2026-01-21 19:41:31','2026-01-21 19:41:31','7a313317-9a1f-4c0a-a9cc-6a90b9bd9f3d'),
(87097,7,15232,NULL,2974,3,'2026-01-21 19:41:31','2026-01-21 19:41:31','6cf353e7-579a-41cc-b067-9bce931aba89'),
(87098,7,15232,NULL,605,4,'2026-01-21 19:41:31','2026-01-21 19:41:31','2c8f9c88-8d53-47ff-9683-ba364d82d7d3'),
(87099,7,15232,NULL,617,5,'2026-01-21 19:41:31','2026-01-21 19:41:31','1e291298-5cd9-4f31-a257-ea633e362292'),
(87100,7,15232,NULL,9552,6,'2026-01-21 19:41:31','2026-01-21 19:41:31','408346d3-18ec-41bb-a45b-496bfff9ab53'),
(87101,82,15232,NULL,491,1,'2026-01-21 19:41:31','2026-01-21 19:41:31','d5c4975e-cff1-40fe-a009-02098489495c'),
(87102,46,15232,NULL,2891,1,'2026-01-21 19:41:31','2026-01-21 19:41:31','252e596a-66db-4724-9609-e50b8c4bcdd3'),
(87103,47,15232,NULL,12285,1,'2026-01-21 19:41:31','2026-01-21 19:41:31','64bcb6d4-93ac-4352-94b1-ab969a5eb45d'),
(87104,57,15232,NULL,9045,1,'2026-01-21 19:41:31','2026-01-21 19:41:31','cc95bf6b-68bd-4024-865e-79fc1a1e6d66'),
(87105,57,15232,NULL,9046,2,'2026-01-21 19:41:31','2026-01-21 19:41:31','467e270e-5277-4959-b214-3ce9a95cbadf'),
(87106,57,15232,NULL,9042,3,'2026-01-21 19:41:31','2026-01-21 19:41:31','aa0182b2-3f92-4a70-8073-eb66c4609171'),
(87107,57,15232,NULL,9043,4,'2026-01-21 19:41:31','2026-01-21 19:41:31','9bfab351-da26-42e7-a6c0-0a03914d07fd'),
(87108,57,15232,NULL,9044,5,'2026-01-21 19:41:31','2026-01-21 19:41:31','189b538a-aa72-44fc-84c1-6256f9571df2'),
(87109,57,15232,NULL,9041,6,'2026-01-21 19:41:31','2026-01-21 19:41:31','f063b3fc-9bbf-4338-ba04-1b0e339f4052'),
(87110,13,15232,NULL,6860,1,'2026-01-21 19:41:31','2026-01-21 19:41:31','398b1d5b-fe14-40a9-9947-d3e40884fbec'),
(87134,32,15234,NULL,2610,1,'2026-01-21 19:41:48','2026-01-21 19:41:48','e619e6a6-000c-42af-9785-eb74a8a6a118'),
(87135,32,15234,NULL,2598,2,'2026-01-21 19:41:48','2026-01-21 19:41:48','0cc4aecf-c5c7-4278-8c92-0ddf78b804e3'),
(87136,32,15234,NULL,2608,3,'2026-01-21 19:41:48','2026-01-21 19:41:48','4e7edb28-36ec-4ce4-9d47-907a69c7f073'),
(87137,32,15234,NULL,2600,4,'2026-01-21 19:41:48','2026-01-21 19:41:48','f184e222-ee2b-4bb5-93f0-892b9f7ef59d'),
(87138,32,15234,NULL,2596,5,'2026-01-21 19:41:48','2026-01-21 19:41:48','e3514af5-0079-4d39-ad89-43075476b13d'),
(87139,32,15234,NULL,2602,6,'2026-01-21 19:41:48','2026-01-21 19:41:48','46f824ea-8540-49d3-938e-7aa939d1817b'),
(87140,32,15234,NULL,2612,7,'2026-01-21 19:41:48','2026-01-21 19:41:48','46aa46d4-e36c-4500-a5ed-eaf3fe895d8a'),
(87141,32,15234,NULL,2604,8,'2026-01-21 19:41:48','2026-01-21 19:41:48','4f931610-523b-44ff-8676-481065b489b9'),
(87142,32,15234,NULL,2606,9,'2026-01-21 19:41:48','2026-01-21 19:41:48','7bb1aa96-1065-4dd8-bdaa-f7b7fc9e858a'),
(87143,16,15234,NULL,9025,1,'2026-01-21 19:41:48','2026-01-21 19:41:48','ab64c916-ab70-48ce-9171-b56da63605b7'),
(87144,7,15234,NULL,601,1,'2026-01-21 19:41:48','2026-01-21 19:41:48','451150c3-ab60-4d53-805d-f52341a50c8b'),
(87145,7,15234,NULL,605,2,'2026-01-21 19:41:48','2026-01-21 19:41:48','7eaedb75-5b46-41a6-b92e-8cf30290bd4c'),
(87146,7,15234,NULL,617,3,'2026-01-21 19:41:48','2026-01-21 19:41:48','39a2d139-18e0-4522-b9a1-42e8751a3b76'),
(87147,7,15234,NULL,9552,4,'2026-01-21 19:41:48','2026-01-21 19:41:48','a737f7e2-222e-4270-bf53-c74d0b55402b'),
(87148,82,15234,NULL,479,1,'2026-01-21 19:41:48','2026-01-21 19:41:48','7a39b852-7254-4273-865e-1a1990f4d3a1'),
(87149,82,15234,NULL,491,2,'2026-01-21 19:41:48','2026-01-21 19:41:48','50364648-1835-4959-b210-f45fdbd4a6ca'),
(87150,47,15234,NULL,12281,1,'2026-01-21 19:41:48','2026-01-21 19:41:48','b9852cb0-592f-4ea7-95c0-aa09b74e5d3a'),
(87151,57,15234,NULL,9030,1,'2026-01-21 19:41:48','2026-01-21 19:41:48','0c201938-afc1-484b-93df-fc1433adb2c4'),
(87152,57,15234,NULL,9031,2,'2026-01-21 19:41:48','2026-01-21 19:41:48','4d5d3946-6f51-4747-a6ab-c79ef1d7b005'),
(87153,57,15234,NULL,9032,3,'2026-01-21 19:41:48','2026-01-21 19:41:48','c2cb3646-39fe-42cc-b6ba-1b5640bd747f'),
(87154,57,15234,NULL,9033,4,'2026-01-21 19:41:48','2026-01-21 19:41:48','7132f18b-ea46-47cd-8cf8-187461048601'),
(87155,57,15234,NULL,9029,5,'2026-01-21 19:41:48','2026-01-21 19:41:48','e0ce2a4c-20f2-42b8-bc69-d21179868758'),
(87156,57,15234,NULL,9028,6,'2026-01-21 19:41:48','2026-01-21 19:41:48','fd7c387f-283a-46a9-a944-3b39f66d5e4e'),
(87185,32,15236,NULL,2610,1,'2026-01-21 19:42:07','2026-01-21 19:42:07','e81df619-5628-470d-af5f-d7b9d8b2fbea'),
(87186,32,15236,NULL,2598,2,'2026-01-21 19:42:07','2026-01-21 19:42:07','e049571f-d823-4419-815e-8fb2658df6e3'),
(87187,32,15236,NULL,2624,3,'2026-01-21 19:42:07','2026-01-21 19:42:07','112c7c62-6aaf-4938-af20-1bc285885d17'),
(87188,32,15236,NULL,2600,4,'2026-01-21 19:42:07','2026-01-21 19:42:07','0521fe0c-7b9e-4680-be05-576e4ce7fae8'),
(87189,32,15236,NULL,2606,5,'2026-01-21 19:42:07','2026-01-21 19:42:07','7e8f1f59-1322-4b11-8786-f5c808b726e6'),
(87190,32,15236,NULL,2604,6,'2026-01-21 19:42:07','2026-01-21 19:42:07','6b75b77c-6bcc-473c-9366-103f507a56c2'),
(87191,32,15236,NULL,2608,7,'2026-01-21 19:42:07','2026-01-21 19:42:07','09731efd-3980-4a15-bb0c-cf806aad8a15'),
(87192,32,15236,NULL,2602,8,'2026-01-21 19:42:07','2026-01-21 19:42:07','329a2f22-0a8b-47c0-bf42-ac3801c6e417'),
(87193,32,15236,NULL,2596,9,'2026-01-21 19:42:07','2026-01-21 19:42:07','ec428894-3298-419b-bb24-6c8c4d528da9'),
(87194,32,15236,NULL,2612,10,'2026-01-21 19:42:07','2026-01-21 19:42:07','5ba2be02-6fa9-43c7-a2cb-121f4f31310c'),
(87195,16,15236,NULL,4440,1,'2026-01-21 19:42:07','2026-01-21 19:42:07','2be95691-2cf4-4efd-ac6c-9608abe3e0ac'),
(87196,7,15236,NULL,2969,1,'2026-01-21 19:42:07','2026-01-21 19:42:07','f3c4be3c-5830-4ca4-97eb-5b53fce4b75c'),
(87197,7,15236,NULL,617,2,'2026-01-21 19:42:07','2026-01-21 19:42:07','4f800e7b-4cc1-45ed-a2ba-09dc57dec05a'),
(87198,7,15236,NULL,605,3,'2026-01-21 19:42:07','2026-01-21 19:42:07','835367ef-9f80-4036-a29e-298401cf2358'),
(87199,7,15236,NULL,9552,4,'2026-01-21 19:42:07','2026-01-21 19:42:07','d1afe749-ed8b-4a9c-820c-a191495eac19'),
(87200,82,15236,NULL,469,1,'2026-01-21 19:42:07','2026-01-21 19:42:07','b753818c-66a3-4f3c-9932-729868717d5d'),
(87201,82,15236,NULL,491,2,'2026-01-21 19:42:07','2026-01-21 19:42:07','5a9fcd03-6793-49ae-814c-d946a05f6b33'),
(87202,46,15236,NULL,2891,1,'2026-01-21 19:42:07','2026-01-21 19:42:07','fec33653-0271-4c3f-9817-d6d0e39a4ac7'),
(87203,47,15236,NULL,10492,1,'2026-01-21 19:42:07','2026-01-21 19:42:07','dc7fcf98-b6c5-41db-b46e-158f27d46ecc'),
(87204,57,15236,NULL,8867,1,'2026-01-21 19:42:07','2026-01-21 19:42:07','9e9a92a4-81e8-48dc-96fd-3621505c8d43'),
(87205,57,15236,NULL,8868,2,'2026-01-21 19:42:07','2026-01-21 19:42:07','49890748-78c8-4314-baaa-ec05a051fc07'),
(87206,57,15236,NULL,8864,3,'2026-01-21 19:42:07','2026-01-21 19:42:07','d335614f-3e28-4ce1-b4b2-bfb44e53e77e'),
(87207,57,15236,NULL,8869,4,'2026-01-21 19:42:07','2026-01-21 19:42:07','852e6023-b984-4a37-a33e-3c35aaa2d1b3'),
(87208,57,15236,NULL,8871,5,'2026-01-21 19:42:07','2026-01-21 19:42:07','704512e0-a8cc-4ddb-9e4b-d76d95eadec3'),
(87209,57,15236,NULL,8862,6,'2026-01-21 19:42:07','2026-01-21 19:42:07','8f1ab015-4c39-4ba1-8c39-361604f517f6'),
(87210,57,15236,NULL,8866,7,'2026-01-21 19:42:07','2026-01-21 19:42:07','ff80e0d4-15a7-483c-a4a5-953b33a7a67e'),
(87211,57,15236,NULL,8865,8,'2026-01-21 19:42:07','2026-01-21 19:42:07','134425f4-fd5e-4c3e-9544-cedf37670d12'),
(87237,32,15238,NULL,2610,1,'2026-01-21 19:42:26','2026-01-21 19:42:26','f3d0a673-2980-4a99-aa16-73dc3498f474'),
(87238,32,15238,NULL,2598,2,'2026-01-21 19:42:26','2026-01-21 19:42:26','9b9e6190-c5b2-424b-aa41-d454194ac177'),
(87239,32,15238,NULL,2608,3,'2026-01-21 19:42:26','2026-01-21 19:42:26','befb77b7-24e2-416d-8598-e69112a6ea6d'),
(87240,32,15238,NULL,2600,4,'2026-01-21 19:42:26','2026-01-21 19:42:26','84a564a0-1740-444b-9bba-f72fa1ab96dc'),
(87241,32,15238,NULL,2596,5,'2026-01-21 19:42:26','2026-01-21 19:42:26','06649722-4084-4355-aadb-3a1cea754a7e'),
(87242,32,15238,NULL,2602,6,'2026-01-21 19:42:26','2026-01-21 19:42:26','0d14290a-c366-4d80-8c3a-f5c6b31f431a'),
(87243,32,15238,NULL,2606,7,'2026-01-21 19:42:26','2026-01-21 19:42:26','d9a2425c-e529-4dba-8d54-a7c2465b742e'),
(87244,32,15238,NULL,2612,8,'2026-01-21 19:42:26','2026-01-21 19:42:26','1d7d02f8-1ce7-4496-bf5e-56d7b9213bc6'),
(87245,32,15238,NULL,2604,9,'2026-01-21 19:42:26','2026-01-21 19:42:26','059c0e6c-c7b0-49ff-ae2b-e8209e12031d'),
(87246,16,15238,NULL,9286,1,'2026-01-21 19:42:26','2026-01-21 19:42:26','36ea961e-439f-4e5c-84cb-ebda66039953'),
(87247,7,15238,NULL,3468,1,'2026-01-21 19:42:26','2026-01-21 19:42:26','9ff7f6c5-ad97-4bbd-80d1-1794633d246a'),
(87248,7,15238,NULL,601,2,'2026-01-21 19:42:26','2026-01-21 19:42:26','8dbb785b-37c7-416f-a01d-715dc0bdcf63'),
(87249,7,15238,NULL,617,3,'2026-01-21 19:42:26','2026-01-21 19:42:26','5a09d9ea-a5eb-4033-8bb5-a344b14e0f4c'),
(87250,7,15238,NULL,9552,4,'2026-01-21 19:42:26','2026-01-21 19:42:26','1a17b3fb-a4ab-4e93-8fd6-fa56e6d3e18b'),
(87251,7,15238,NULL,605,5,'2026-01-21 19:42:26','2026-01-21 19:42:26','944a5381-3993-4e9a-99fa-1d85666965f7'),
(87252,82,15238,NULL,491,1,'2026-01-21 19:42:26','2026-01-21 19:42:26','d6cd4080-b834-4141-863d-286e1c995e54'),
(87253,47,15238,NULL,12455,1,'2026-01-21 19:42:26','2026-01-21 19:42:26','d9cb5870-9bb0-41e6-8292-25e696e81eb6'),
(87254,57,15238,NULL,9293,1,'2026-01-21 19:42:26','2026-01-21 19:42:26','e5e66584-2764-409a-ab36-5308c1efad27'),
(87255,57,15238,NULL,9290,2,'2026-01-21 19:42:26','2026-01-21 19:42:26','2a2c7f3c-4918-4dc2-91b9-123a9ed2b88e'),
(87256,57,15238,NULL,9289,3,'2026-01-21 19:42:26','2026-01-21 19:42:26','5891cf6e-79ed-463f-b991-ebc0d87f7677'),
(87257,57,15238,NULL,9294,4,'2026-01-21 19:42:26','2026-01-21 19:42:26','2e2c599d-ace1-4426-97f3-e5661776ef71'),
(87258,57,15238,NULL,9291,5,'2026-01-21 19:42:26','2026-01-21 19:42:26','7932d959-40fa-4349-9767-91003c0aaddb'),
(87259,57,15238,NULL,9292,6,'2026-01-21 19:42:26','2026-01-21 19:42:26','2d129708-b5a6-4260-9baf-6ebffa78d91a'),
(87292,32,15240,NULL,2610,1,'2026-01-21 19:42:43','2026-01-21 19:42:43','4e9edb28-1b8f-4f4d-8939-a0a28837ba64'),
(87293,32,15240,NULL,2598,2,'2026-01-21 19:42:43','2026-01-21 19:42:43','bcf492bc-fc1a-4fc8-b89b-e1f11de0ff99'),
(87294,32,15240,NULL,2600,3,'2026-01-21 19:42:43','2026-01-21 19:42:43','fe43ba2b-3e07-46ba-988b-775d83a8cc19'),
(87295,32,15240,NULL,2602,4,'2026-01-21 19:42:43','2026-01-21 19:42:43','6c5ab552-fa8b-4435-af8f-a1c3cdeccb44'),
(87296,32,15240,NULL,2612,5,'2026-01-21 19:42:43','2026-01-21 19:42:43','7ec99790-60fc-40e5-a642-48a5152bb741'),
(87297,32,15240,NULL,2618,6,'2026-01-21 19:42:43','2026-01-21 19:42:43','fe8c4c1d-3fb3-4231-a2f3-e00467306020'),
(87298,32,15240,NULL,2604,7,'2026-01-21 19:42:43','2026-01-21 19:42:43','56a30166-dc5f-4d58-b012-1678f8c90fd2'),
(87299,32,15240,NULL,2608,8,'2026-01-21 19:42:43','2026-01-21 19:42:43','d4ac57bd-ea9c-4be6-b30f-d42a20d1b288'),
(87300,32,15240,NULL,2596,9,'2026-01-21 19:42:43','2026-01-21 19:42:43','9b06c7bb-a740-41fb-b026-705fcb8bb0cc'),
(87301,32,15240,NULL,2606,10,'2026-01-21 19:42:43','2026-01-21 19:42:43','60a258d1-7e30-40e4-afb7-48f494d98b4d'),
(87302,16,15240,NULL,4414,1,'2026-01-21 19:42:43','2026-01-21 19:42:43','7654d1a4-a053-4a87-90b4-c8930338eddd'),
(87303,7,15240,NULL,6547,1,'2026-01-21 19:42:43','2026-01-21 19:42:43','918b102f-e9d7-4b47-a9cc-3b25f58dda4c'),
(87304,7,15240,NULL,601,2,'2026-01-21 19:42:43','2026-01-21 19:42:43','f73aae05-ba6d-4d6e-96aa-1496fb42ecdd'),
(87305,7,15240,NULL,617,3,'2026-01-21 19:42:43','2026-01-21 19:42:43','9dde4a13-b1e8-4254-b256-906aec49df22'),
(87306,7,15240,NULL,605,4,'2026-01-21 19:42:43','2026-01-21 19:42:43','3d66cd11-f11a-4451-bf52-2c7e731bc163'),
(87307,7,15240,NULL,9552,5,'2026-01-21 19:42:43','2026-01-21 19:42:43','30fc37aa-dbc9-4f25-a94e-2c3690a5044f'),
(87308,82,15240,NULL,469,1,'2026-01-21 19:42:43','2026-01-21 19:42:43','70e47e6c-3593-4b24-92f9-9ed013e303a5'),
(87309,82,15240,NULL,479,2,'2026-01-21 19:42:43','2026-01-21 19:42:43','a9565d1e-3dc9-4f25-9813-623e7bba6b86'),
(87310,82,15240,NULL,491,3,'2026-01-21 19:42:43','2026-01-21 19:42:43','b16c86ac-0425-4eee-a91a-485e420b6d02'),
(87311,46,15240,NULL,3697,1,'2026-01-21 19:42:43','2026-01-21 19:42:43','02647c19-aa1c-400d-a7a0-8138cbb22f86'),
(87312,47,15240,NULL,10489,1,'2026-01-21 19:42:43','2026-01-21 19:42:43','2e7dd50f-c415-4778-a8b5-e2abe10d9ea1'),
(87313,57,15240,NULL,8831,1,'2026-01-21 19:42:43','2026-01-21 19:42:43','f28c877e-949a-4835-a7b9-033c3ba8445b'),
(87314,57,15240,NULL,8837,2,'2026-01-21 19:42:43','2026-01-21 19:42:43','b63d2ea7-89bf-493a-a96e-191af13f6703'),
(87315,57,15240,NULL,8835,3,'2026-01-21 19:42:43','2026-01-21 19:42:43','5e24a2b1-d094-49b6-a3ad-3df92a6bb73c'),
(87316,57,15240,NULL,8832,4,'2026-01-21 19:42:43','2026-01-21 19:42:43','c7229e27-54b7-470f-ac21-cad734b888f5'),
(87317,57,15240,NULL,8833,5,'2026-01-21 19:42:43','2026-01-21 19:42:43','da9c94ef-886e-4998-b510-9e428c8c651d'),
(87318,57,15240,NULL,8834,6,'2026-01-21 19:42:43','2026-01-21 19:42:43','f15fc414-44a6-4973-8885-1251e343bcc2'),
(87319,57,15240,NULL,8836,7,'2026-01-21 19:42:43','2026-01-21 19:42:43','7e234849-eb89-44f5-a54a-e73dba182b8a'),
(87320,57,15240,NULL,8830,8,'2026-01-21 19:42:43','2026-01-21 19:42:43','a6d92a5e-ef00-46ca-bca1-b3821d1dd834'),
(87321,57,15240,NULL,8829,9,'2026-01-21 19:42:43','2026-01-21 19:42:43','8ad3bf7c-14f9-43fa-9b09-14cb81053aaa'),
(87350,32,15242,NULL,2610,1,'2026-01-21 19:43:00','2026-01-21 19:43:00','f47dfd1a-c0bb-44b8-9b49-ce39af9e7c55'),
(87351,32,15242,NULL,2622,2,'2026-01-21 19:43:00','2026-01-21 19:43:00','e9e41365-6835-4b94-a27c-9bb96b8a5942'),
(87352,32,15242,NULL,2598,3,'2026-01-21 19:43:00','2026-01-21 19:43:00','f9b0448b-3620-4b4e-a25c-60d78426c63d'),
(87353,32,15242,NULL,2600,4,'2026-01-21 19:43:00','2026-01-21 19:43:00','1a40d8a5-a2e9-46af-b351-5a7a051f7a40'),
(87354,32,15242,NULL,2604,5,'2026-01-21 19:43:00','2026-01-21 19:43:00','98f77bfd-6001-4a85-a2f0-bf6d848af650'),
(87355,32,15242,NULL,2608,6,'2026-01-21 19:43:00','2026-01-21 19:43:00','9ec428b9-2d76-4e4f-abda-f7cbda52af54'),
(87356,32,15242,NULL,2602,7,'2026-01-21 19:43:00','2026-01-21 19:43:00','d523c371-44b7-4d92-8a80-86ffec7deb0f'),
(87357,32,15242,NULL,2596,8,'2026-01-21 19:43:00','2026-01-21 19:43:00','d72ad377-8fde-4e95-b167-4c00870b149d'),
(87358,32,15242,NULL,2606,9,'2026-01-21 19:43:00','2026-01-21 19:43:00','54a79635-56a9-432d-964c-2dfb78c32e43'),
(87359,32,15242,NULL,2612,10,'2026-01-21 19:43:00','2026-01-21 19:43:00','d6cff4b3-875d-4ac3-a4c4-3a7f449cdd7e'),
(87360,16,15242,NULL,4385,1,'2026-01-21 19:43:00','2026-01-21 19:43:00','f6695f1f-6e05-469a-9af3-b12c113eb2b7'),
(87361,7,15242,NULL,617,1,'2026-01-21 19:43:00','2026-01-21 19:43:00','85699846-6430-48df-a254-7a1798a7f2cd'),
(87362,7,15242,NULL,605,2,'2026-01-21 19:43:00','2026-01-21 19:43:00','584e84eb-082f-42ea-84ad-faae5c2b17cf'),
(87363,7,15242,NULL,9552,3,'2026-01-21 19:43:00','2026-01-21 19:43:00','3a238677-464c-4fb9-b281-65340b9893ce'),
(87364,82,15242,NULL,469,1,'2026-01-21 19:43:00','2026-01-21 19:43:00','034a2387-a32e-4ada-80ee-e76ab45133a6'),
(87365,82,15242,NULL,479,2,'2026-01-21 19:43:00','2026-01-21 19:43:00','c466875b-4eb8-45c0-b33a-ffd9c545c73d'),
(87366,82,15242,NULL,491,3,'2026-01-21 19:43:00','2026-01-21 19:43:00','050b15dd-b807-4c23-bee4-2b81d9de12b4'),
(87367,46,15242,NULL,4403,1,'2026-01-21 19:43:00','2026-01-21 19:43:00','a2eabc65-6d8b-4998-9b98-da7f9e43bed5'),
(87368,47,15242,NULL,10486,1,'2026-01-21 19:43:00','2026-01-21 19:43:00','2b9ddd7d-7cfe-4ef8-992e-1255c5c5fcfe'),
(87369,57,15242,NULL,8806,1,'2026-01-21 19:43:00','2026-01-21 19:43:00','bbf9ac7c-dc14-4f5c-b525-c0eaaf4e9461'),
(87370,57,15242,NULL,8808,2,'2026-01-21 19:43:00','2026-01-21 19:43:00','2866eb09-ae71-4a2e-bb47-4bc940dafbbe'),
(87371,57,15242,NULL,8810,3,'2026-01-21 19:43:00','2026-01-21 19:43:00','34b3c7bf-812b-433f-9d08-2c8ec47cec22'),
(87372,57,15242,NULL,8803,4,'2026-01-21 19:43:00','2026-01-21 19:43:00','258550a8-56e7-4a15-93ea-5b3db9d3df59'),
(87373,57,15242,NULL,8804,5,'2026-01-21 19:43:00','2026-01-21 19:43:00','523dc9df-73ff-4a7d-a7a0-a022c771cad7'),
(87374,57,15242,NULL,8805,6,'2026-01-21 19:43:00','2026-01-21 19:43:00','ef555aa9-954f-4d3e-8e73-2d8434617a76'),
(87375,57,15242,NULL,8807,7,'2026-01-21 19:43:00','2026-01-21 19:43:00','f828b4fe-53fd-4b21-a9f9-a7f3376f8a57'),
(87408,32,15244,NULL,2614,1,'2026-01-21 19:44:17','2026-01-21 19:44:17','a17787c6-eadd-42db-b93d-f95f5e3dc906'),
(87409,32,15244,NULL,2610,2,'2026-01-21 19:44:17','2026-01-21 19:44:17','89e7feb3-47f8-4ae6-bc7d-bab8698c2d80'),
(87410,32,15244,NULL,2598,3,'2026-01-21 19:44:17','2026-01-21 19:44:17','387af788-5919-4de9-b1f6-7b2affee1609'),
(87411,32,15244,NULL,2608,4,'2026-01-21 19:44:17','2026-01-21 19:44:17','2fd4b0ee-665e-4c09-b420-fd245dfbda80'),
(87412,32,15244,NULL,2600,5,'2026-01-21 19:44:17','2026-01-21 19:44:17','1d5810e0-a551-4ebb-aca2-d39a55bf1d99'),
(87413,32,15244,NULL,2596,6,'2026-01-21 19:44:17','2026-01-21 19:44:17','8e8d6191-7b07-4e6f-be83-f7f7b4464b28'),
(87414,32,15244,NULL,2602,7,'2026-01-21 19:44:17','2026-01-21 19:44:17','7bf1731a-79be-4d65-aae1-9be28aba4505'),
(87415,32,15244,NULL,2612,8,'2026-01-21 19:44:17','2026-01-21 19:44:17','4636c171-9437-4164-9ca1-264ccf627fb3'),
(87416,32,15244,NULL,2606,9,'2026-01-21 19:44:17','2026-01-21 19:44:17','d5c518d3-f32c-4725-a57f-71174caa6ba5'),
(87417,16,15244,NULL,9749,1,'2026-01-21 19:44:17','2026-01-21 19:44:17','282a86b3-9dcf-4f83-ac72-a3768dedace5'),
(87418,7,15244,NULL,6547,1,'2026-01-21 19:44:17','2026-01-21 19:44:17','052d575a-1450-4acc-95df-3ee4259d7e04'),
(87419,7,15244,NULL,9732,2,'2026-01-21 19:44:17','2026-01-21 19:44:17','31ff0c3b-50ad-4906-9d9e-437399890663'),
(87420,7,15244,NULL,9735,3,'2026-01-21 19:44:17','2026-01-21 19:44:17','9f5ef695-fd94-4b3a-936f-fd9e5f485e47'),
(87421,7,15244,NULL,9640,4,'2026-01-21 19:44:17','2026-01-21 19:44:17','97ed93d2-8ecd-4a5b-8cc0-cad4697228e0'),
(87422,7,15244,NULL,617,5,'2026-01-21 19:44:17','2026-01-21 19:44:17','521b37a2-67c0-4017-87e6-6b64abf90ea1'),
(87423,7,15244,NULL,605,6,'2026-01-21 19:44:17','2026-01-21 19:44:17','18003496-e0ea-4b98-93cd-7178f72df36b'),
(87424,7,15244,NULL,9552,7,'2026-01-21 19:44:17','2026-01-21 19:44:17','4964fb59-0a8e-4e3c-a36f-96cab6d345a3'),
(87425,82,15244,NULL,477,1,'2026-01-21 19:44:17','2026-01-21 19:44:17','9517a9f9-593f-4fe1-891b-037e9ed47f94'),
(87426,82,15244,NULL,479,2,'2026-01-21 19:44:17','2026-01-21 19:44:17','72cd6ce9-3c77-421f-a56e-68df446d9a91'),
(87427,47,15244,NULL,12344,1,'2026-01-21 19:44:17','2026-01-21 19:44:17','958dce56-bc7e-40c3-b728-8f1ac261edae'),
(87428,57,15244,NULL,9804,1,'2026-01-21 19:44:17','2026-01-21 19:44:17','b674195e-b42b-40ac-8642-4d1565455f60'),
(87429,57,15244,NULL,9811,2,'2026-01-21 19:44:17','2026-01-21 19:44:17','29c374ec-42cf-4ef8-93e5-9056ba6df779'),
(87430,57,15244,NULL,9805,3,'2026-01-21 19:44:17','2026-01-21 19:44:17','0beb37e4-47c6-47fb-8f6c-53a6aef164ab'),
(87431,57,15244,NULL,9806,4,'2026-01-21 19:44:17','2026-01-21 19:44:17','bcd80706-5799-4d2e-9eeb-85f0099a52ca'),
(87432,57,15244,NULL,9807,5,'2026-01-21 19:44:17','2026-01-21 19:44:17','cb1fed87-67fd-4469-84d3-4514d2e9d6d4'),
(87433,57,15244,NULL,9800,6,'2026-01-21 19:44:17','2026-01-21 19:44:17','919376fc-3d23-464d-ab4b-5d2ab4ec29d3'),
(87434,57,15244,NULL,9808,7,'2026-01-21 19:44:17','2026-01-21 19:44:17','6c4843c2-742d-44b3-b80f-ea8e11183603'),
(87435,57,15244,NULL,9809,8,'2026-01-21 19:44:17','2026-01-21 19:44:17','8cdaac68-c5d7-488c-86e6-7f7f83f26569'),
(87436,57,15244,NULL,9812,9,'2026-01-21 19:44:17','2026-01-21 19:44:17','a4844fe7-fcf8-4c21-a7e3-dec57f176f17'),
(87437,57,15244,NULL,9813,10,'2026-01-21 19:44:17','2026-01-21 19:44:17','6fc0caa8-acb2-4cff-9c21-82a9ebed0141'),
(87438,13,15244,NULL,6925,1,'2026-01-21 19:44:17','2026-01-21 19:44:17','07590055-b574-4206-8342-26a0736f62c0'),
(87466,32,15246,NULL,2610,1,'2026-01-21 19:44:40','2026-01-21 19:44:40','914d5faf-c9ba-4375-a95e-f9875e0dd4d3'),
(87467,32,15246,NULL,2598,2,'2026-01-21 19:44:40','2026-01-21 19:44:40','c7ffb2ef-2a24-4732-a798-1bddd833ebe7'),
(87468,32,15246,NULL,2608,3,'2026-01-21 19:44:40','2026-01-21 19:44:40','d7d33cc2-5dfb-48aa-8d89-45170b8c3f62'),
(87469,32,15246,NULL,2600,4,'2026-01-21 19:44:40','2026-01-21 19:44:40','9b1c4039-4e12-4863-b076-527adb67958e'),
(87470,32,15246,NULL,2596,5,'2026-01-21 19:44:40','2026-01-21 19:44:40','9f5ab8ea-7f4d-4378-b27d-fa12eb5f3144'),
(87471,32,15246,NULL,2602,6,'2026-01-21 19:44:40','2026-01-21 19:44:40','40412232-77b1-4329-9e6b-38bd2d27d820'),
(87472,32,15246,NULL,2612,7,'2026-01-21 19:44:40','2026-01-21 19:44:40','fcbaae41-9337-4940-a241-b34efefc3e9a'),
(87473,32,15246,NULL,2618,8,'2026-01-21 19:44:40','2026-01-21 19:44:40','bac6d9ae-fa02-452a-9602-5842ac6695b0'),
(87474,32,15246,NULL,2604,9,'2026-01-21 19:44:40','2026-01-21 19:44:40','3dc45b57-ccc0-4887-b02a-8bedcc73e422'),
(87475,32,15246,NULL,2606,10,'2026-01-21 19:44:40','2026-01-21 19:44:40','051a1790-6db1-4a4a-9cf8-f02f3ec9d633'),
(87476,16,15246,NULL,9008,1,'2026-01-21 19:44:40','2026-01-21 19:44:40','64d500be-e316-4a70-9357-b0044cf2118f'),
(87477,7,15246,NULL,605,1,'2026-01-21 19:44:40','2026-01-21 19:44:40','a4e3a415-8ba8-4996-a8ae-d28630c4b565'),
(87478,7,15246,NULL,617,2,'2026-01-21 19:44:40','2026-01-21 19:44:40','9c56ac8a-3dbb-4293-bbf7-a849465632f1'),
(87479,7,15246,NULL,9552,3,'2026-01-21 19:44:40','2026-01-21 19:44:40','f9d6b1c9-2cbb-4a0a-94d0-e6e026574d31'),
(87480,82,15246,NULL,479,1,'2026-01-21 19:44:40','2026-01-21 19:44:40','ce681ff2-4258-4ce3-8268-4356ade886ad'),
(87481,82,15246,NULL,491,2,'2026-01-21 19:44:40','2026-01-21 19:44:40','8b14c57b-c338-4e58-991c-c2eb29fc97a0'),
(87482,46,15246,NULL,3697,1,'2026-01-21 19:44:40','2026-01-21 19:44:40','b3ce9919-238a-4588-885f-918b7fcc67d5'),
(87483,47,15246,NULL,12278,1,'2026-01-21 19:44:40','2026-01-21 19:44:40','d9c30e30-63bd-4fb5-8123-91f36f189d9d'),
(87484,57,15246,NULL,9011,1,'2026-01-21 19:44:40','2026-01-21 19:44:40','c0fb8feb-31a7-4d9d-a506-92dc16bbee88'),
(87485,57,15246,NULL,9017,2,'2026-01-21 19:44:40','2026-01-21 19:44:40','cbb5200b-ef05-42d8-9945-e3c55fc83292'),
(87486,57,15246,NULL,9015,3,'2026-01-21 19:44:40','2026-01-21 19:44:40','95d3d06e-bb93-4627-832d-cd81d8ddce73'),
(87487,57,15246,NULL,9016,4,'2026-01-21 19:44:40','2026-01-21 19:44:40','965d8390-c8e3-4e0d-a3d5-032c9abb794d'),
(87488,57,15246,NULL,9013,5,'2026-01-21 19:44:40','2026-01-21 19:44:40','4eb4c988-2be5-4382-bebd-1ed6ee25568b'),
(87489,57,15246,NULL,9014,6,'2026-01-21 19:44:40','2026-01-21 19:44:40','08237da5-e262-4484-9394-0e61a64ca14e'),
(87490,57,15246,NULL,9012,7,'2026-01-21 19:44:40','2026-01-21 19:44:40','54f3c18f-c7f8-4f15-8f44-0c9b14c72a1e'),
(87491,57,15246,NULL,9018,8,'2026-01-21 19:44:40','2026-01-21 19:44:40','587ce509-7783-4fc6-9817-b7e09d4e7d56'),
(87493,83,15247,NULL,1431,1,'2026-01-21 19:45:08','2026-01-21 19:45:08','6b9ba994-5d98-4218-9feb-ed2b663821b7'),
(87494,16,15247,NULL,6640,1,'2026-01-21 19:45:08','2026-01-21 19:45:08','c721f06e-13fc-4ca2-b95c-ed963d49e42f'),
(87495,7,15247,NULL,617,1,'2026-01-21 19:45:08','2026-01-21 19:45:08','44d8ac42-0fdc-4a60-94df-66fc7954900b'),
(87496,7,15247,NULL,605,2,'2026-01-21 19:45:08','2026-01-21 19:45:08','4a5c6501-b312-4587-9c2a-3677a868fa8b'),
(87497,7,15247,NULL,9552,3,'2026-01-21 19:45:08','2026-01-21 19:45:08','19593aa1-7b36-49eb-86fc-fc05f608c75c'),
(87498,57,15247,NULL,6635,1,'2026-01-21 19:45:08','2026-01-21 19:45:08','bbb7b68e-8185-4585-bffe-911ce58a574a'),
(87499,57,15247,NULL,6636,2,'2026-01-21 19:45:08','2026-01-21 19:45:08','c19f0056-312b-4592-8d8d-ff4e0f8f1826'),
(87500,57,15247,NULL,6637,3,'2026-01-21 19:45:08','2026-01-21 19:45:08','f629d409-789b-45eb-828c-fa571942bedf'),
(87501,57,15247,NULL,6638,4,'2026-01-21 19:45:08','2026-01-21 19:45:08','8a9f6f29-b7dd-4dc3-b776-abb6f9e671d8'),
(87502,57,15247,NULL,6639,5,'2026-01-21 19:45:08','2026-01-21 19:45:08','7a24a6e0-447d-4358-bc96-a9f6d3750c05'),
(87503,57,15247,NULL,6640,6,'2026-01-21 19:45:08','2026-01-21 19:45:08','eea81a7d-2217-4353-aed9-89cfa7c4d3e7'),
(87505,12,15247,NULL,12727,1,'2026-01-21 19:45:08','2026-01-21 19:45:08','ebb25720-8d1e-4fc3-b8e8-5b27f1ebb68f'),
(87506,83,15248,NULL,1431,1,'2026-01-21 19:45:17','2026-01-21 19:45:17','0ba7aefe-97fc-4981-a5e2-3d97d3f001f3'),
(87507,16,15248,NULL,6640,1,'2026-01-21 19:45:17','2026-01-21 19:45:17','146176e3-2ae8-4870-b398-541fc14f4707'),
(87508,7,15248,NULL,617,1,'2026-01-21 19:45:17','2026-01-21 19:45:17','38ada7c7-4118-4bb9-8a83-c3d6a177346c'),
(87509,7,15248,NULL,605,2,'2026-01-21 19:45:17','2026-01-21 19:45:17','95eb712a-ce8a-4269-a57c-9c755033e2ac'),
(87510,7,15248,NULL,9552,3,'2026-01-21 19:45:17','2026-01-21 19:45:17','6b1f193c-d236-4a33-91d0-025627e36d01'),
(87511,57,15248,NULL,6635,1,'2026-01-21 19:45:17','2026-01-21 19:45:17','57a20972-b6e3-40bb-8c78-426e34bc090c'),
(87512,57,15248,NULL,6636,2,'2026-01-21 19:45:17','2026-01-21 19:45:17','9f2cdd90-2c8d-423b-af75-585acc9ab8ef'),
(87513,57,15248,NULL,6637,3,'2026-01-21 19:45:17','2026-01-21 19:45:17','ab3c7d3c-89d0-43c6-93d6-fd1595e3994d'),
(87514,57,15248,NULL,6638,4,'2026-01-21 19:45:17','2026-01-21 19:45:17','cf797efa-8a45-4ee2-935e-07207306f445'),
(87515,57,15248,NULL,6639,5,'2026-01-21 19:45:17','2026-01-21 19:45:17','b689554d-811f-441e-882e-2bac43cbb5ae'),
(87516,57,15248,NULL,6640,6,'2026-01-21 19:45:17','2026-01-21 19:45:17','02afa887-a6b9-4737-8fd9-1943312b4f7b'),
(87518,12,15248,NULL,12727,1,'2026-01-21 19:45:17','2026-01-21 19:45:17','8848e085-bda1-4890-90d1-39cf69212520'),
(87519,32,15249,NULL,2614,1,'2026-01-21 19:45:28','2026-01-21 19:45:28','61053968-c715-4412-a681-e64cb6d9e040'),
(87520,32,15249,NULL,2610,2,'2026-01-21 19:45:28','2026-01-21 19:45:28','1234a00b-2f2e-43fa-854c-21b50bc828d9'),
(87521,32,15249,NULL,2598,3,'2026-01-21 19:45:28','2026-01-21 19:45:28','e9712f66-7bb8-4a4d-8add-a04f139c0392'),
(87522,32,15249,NULL,2608,4,'2026-01-21 19:45:28','2026-01-21 19:45:28','b11b8160-4fbe-474f-b680-64e3a41e2338'),
(87523,32,15249,NULL,2600,5,'2026-01-21 19:45:28','2026-01-21 19:45:28','058eefdc-daf2-4c68-b8ac-55484ae4ec4e'),
(87524,32,15249,NULL,2596,6,'2026-01-21 19:45:28','2026-01-21 19:45:28','f011f278-4c64-4c17-be2e-085585ec4a0a'),
(87525,32,15249,NULL,2602,7,'2026-01-21 19:45:28','2026-01-21 19:45:28','894d7690-5800-4c92-a697-d73fe2bd2143'),
(87526,32,15249,NULL,2606,8,'2026-01-21 19:45:28','2026-01-21 19:45:28','a5a101e4-eab8-40f8-a227-0649de889d1d'),
(87527,32,15249,NULL,2612,9,'2026-01-21 19:45:28','2026-01-21 19:45:28','1d156d6c-f65f-4270-88e3-a65e7ad4d1f0'),
(87528,32,15249,NULL,2604,10,'2026-01-21 19:45:28','2026-01-21 19:45:28','a816eb5f-195d-416a-9fb2-1bc23bfb803f'),
(87529,16,15249,NULL,6659,1,'2026-01-21 19:45:28','2026-01-21 19:45:28','c6f05732-1754-4ec8-bc7d-afee344051c1'),
(87530,7,15249,NULL,6547,1,'2026-01-21 19:45:28','2026-01-21 19:45:28','f2cbaeeb-5ac4-45ef-8a2a-96bcee536a66'),
(87531,7,15249,NULL,601,2,'2026-01-21 19:45:28','2026-01-21 19:45:28','bcfe4896-cd6f-4833-92b2-450530ba9d79'),
(87532,7,15249,NULL,617,3,'2026-01-21 19:45:28','2026-01-21 19:45:28','4a4ab8be-f080-4854-86a3-156d4db5567c'),
(87533,7,15249,NULL,9640,4,'2026-01-21 19:45:28','2026-01-21 19:45:28','4d664704-5a56-4d5c-909e-d237ccd5df6c'),
(87534,7,15249,NULL,2974,5,'2026-01-21 19:45:28','2026-01-21 19:45:28','2134f30f-5cb4-4a57-8fc7-4d40d6fcf063'),
(87535,7,15249,NULL,605,6,'2026-01-21 19:45:28','2026-01-21 19:45:28','f16ea636-5b8f-47d0-b85c-a3c9fef6b1f9'),
(87536,7,15249,NULL,9552,7,'2026-01-21 19:45:28','2026-01-21 19:45:28','b36f5657-f67b-437b-8cdb-8cec03ecfbce'),
(87537,47,15249,NULL,12453,1,'2026-01-21 19:45:28','2026-01-21 19:45:28','81d8d38a-084b-427a-a291-7cdd13366eeb'),
(87538,57,15249,NULL,6680,1,'2026-01-21 19:45:28','2026-01-21 19:45:28','5cb0a911-2ae0-4e90-823b-0436c2cfc11c'),
(87539,57,15249,NULL,6681,2,'2026-01-21 19:45:28','2026-01-21 19:45:28','31bb3e32-074d-4ae0-92fb-b76bf62bd4cb'),
(87540,57,15249,NULL,6682,3,'2026-01-21 19:45:28','2026-01-21 19:45:28','c838fddf-b646-4895-9730-da8efabfc3ef'),
(87541,57,15249,NULL,6683,4,'2026-01-21 19:45:28','2026-01-21 19:45:28','fbcb7ac7-ec99-4559-ad15-64f8f9b53933'),
(87542,57,15249,NULL,6684,5,'2026-01-21 19:45:28','2026-01-21 19:45:28','a0c110c3-8469-45ba-9bde-768ac0b7df92'),
(87568,32,15251,NULL,2614,1,'2026-01-21 19:45:46','2026-01-21 19:45:46','8ac3ab40-79d3-41e9-9ab7-e47d6228f464'),
(87569,32,15251,NULL,2610,2,'2026-01-21 19:45:46','2026-01-21 19:45:46','9b336121-68de-4b51-92fc-da7360db0696'),
(87570,32,15251,NULL,2598,3,'2026-01-21 19:45:46','2026-01-21 19:45:46','f2c7809e-c41c-49b4-8389-04ec3c3dec5e'),
(87571,32,15251,NULL,2600,4,'2026-01-21 19:45:46','2026-01-21 19:45:46','3734927f-50c5-45a6-b1a7-397837b746a9'),
(87572,32,15251,NULL,2602,5,'2026-01-21 19:45:46','2026-01-21 19:45:46','a29bf6b6-3b98-40cd-832c-9229afdd4640'),
(87573,32,15251,NULL,2604,6,'2026-01-21 19:45:46','2026-01-21 19:45:46','9f54f729-5747-4168-bc2d-2af1882b320f'),
(87574,32,15251,NULL,2608,7,'2026-01-21 19:45:46','2026-01-21 19:45:46','c7d7b2e0-62bf-47e4-892c-d3295cb60d33'),
(87575,32,15251,NULL,2596,8,'2026-01-21 19:45:46','2026-01-21 19:45:46','0102436a-53d9-45d0-b6ac-295287971a22'),
(87576,32,15251,NULL,2606,9,'2026-01-21 19:45:46','2026-01-21 19:45:46','0df15a79-d84e-4622-aeb5-bceeec398691'),
(87577,32,15251,NULL,2612,10,'2026-01-21 19:45:46','2026-01-21 19:45:46','77d9805a-9f9c-4bb1-b8aa-a6a202d49c9e'),
(87578,16,15251,NULL,3808,1,'2026-01-21 19:45:46','2026-01-21 19:45:46','a89bde56-ddb4-4926-952c-be3ebcd0e670'),
(87579,7,15251,NULL,3468,1,'2026-01-21 19:45:46','2026-01-21 19:45:46','5c343d36-0fa1-438d-8a24-fe1ceaf09e47'),
(87580,7,15251,NULL,601,2,'2026-01-21 19:45:46','2026-01-21 19:45:46','b93d449f-2451-4dc0-bce1-23dbb249febe'),
(87581,7,15251,NULL,2972,3,'2026-01-21 19:45:46','2026-01-21 19:45:46','c62b37c8-8a36-42ee-ac2e-80868f1b1cd7'),
(87582,7,15251,NULL,2974,4,'2026-01-21 19:45:46','2026-01-21 19:45:46','8497e615-18ac-40f9-a2fc-d309a0c39394'),
(87583,7,15251,NULL,617,5,'2026-01-21 19:45:46','2026-01-21 19:45:46','efba909c-5549-4564-98e4-bae354b89a33'),
(87584,7,15251,NULL,605,6,'2026-01-21 19:45:46','2026-01-21 19:45:46','57108896-0418-4427-8418-340967008dfc'),
(87585,7,15251,NULL,9552,7,'2026-01-21 19:45:46','2026-01-21 19:45:46','2387dc80-0807-4c85-9579-7db42ef4c677'),
(87586,82,15251,NULL,479,1,'2026-01-21 19:45:46','2026-01-21 19:45:46','51c216b7-df32-47bb-a0b5-adc3d5b5fcd8'),
(87587,47,15251,NULL,12391,1,'2026-01-21 19:45:46','2026-01-21 19:45:46','2f9fa863-1d53-43c5-8146-756094e3dd2d'),
(87588,57,15251,NULL,8052,1,'2026-01-21 19:45:46','2026-01-21 19:45:46','da33c955-2cb6-46dc-9527-2a5a62e580de'),
(87589,57,15251,NULL,8054,2,'2026-01-21 19:45:46','2026-01-21 19:45:46','c08e97f3-7bf7-4566-97f4-19cbc44861ad'),
(87590,57,15251,NULL,8053,3,'2026-01-21 19:45:46','2026-01-21 19:45:46','3cc9d497-c03a-49c2-b767-661354d19f15'),
(87591,57,15251,NULL,8051,4,'2026-01-21 19:45:46','2026-01-21 19:45:46','ef329bfb-11af-4b6d-9b5f-4160104cfadc'),
(87621,32,15253,NULL,2614,1,'2026-01-21 19:46:01','2026-01-21 19:46:01','6ab86497-505b-49fd-91d7-713248070404'),
(87622,32,15253,NULL,2610,2,'2026-01-21 19:46:01','2026-01-21 19:46:01','8b670b9e-9519-4811-95cf-944c2c4dbe76'),
(87623,32,15253,NULL,2598,3,'2026-01-21 19:46:01','2026-01-21 19:46:01','5a626cf3-7e95-4057-89c5-85288a4419ca'),
(87624,32,15253,NULL,2608,4,'2026-01-21 19:46:01','2026-01-21 19:46:01','aeb5e7b1-a3bf-4e97-bd09-1b48207f0ef7'),
(87625,32,15253,NULL,2600,5,'2026-01-21 19:46:01','2026-01-21 19:46:01','80b0f60c-b79f-43ad-856f-ac577988255b'),
(87626,32,15253,NULL,2596,6,'2026-01-21 19:46:01','2026-01-21 19:46:01','567bde17-079d-4acd-a785-6d166384582f'),
(87627,32,15253,NULL,2602,7,'2026-01-21 19:46:01','2026-01-21 19:46:01','a38dbf5c-6e35-43f6-bc29-a2aa8e42434b'),
(87628,32,15253,NULL,2604,8,'2026-01-21 19:46:01','2026-01-21 19:46:01','7d0979a3-7753-4247-b278-704ed057d6b2'),
(87629,32,15253,NULL,2606,9,'2026-01-21 19:46:01','2026-01-21 19:46:01','526952c4-a38d-40d0-bef6-d93434888ad9'),
(87630,32,15253,NULL,2612,10,'2026-01-21 19:46:01','2026-01-21 19:46:01','f15547f3-0dd5-4d68-98a6-6fa0aed162d4'),
(87631,16,15253,NULL,7791,1,'2026-01-21 19:46:01','2026-01-21 19:46:01','ab8f84e8-cdcb-4cae-adae-ddca45b270f6'),
(87632,7,15253,NULL,601,1,'2026-01-21 19:46:01','2026-01-21 19:46:01','bcd28e18-292a-4898-8c55-d12367d0aeda'),
(87633,7,15253,NULL,9735,2,'2026-01-21 19:46:01','2026-01-21 19:46:01','faf81f27-b612-495b-833d-e49f6b1d589b'),
(87634,7,15253,NULL,617,3,'2026-01-21 19:46:01','2026-01-21 19:46:01','e7ca6192-3451-4b9a-bd81-cdd396b72571'),
(87635,7,15253,NULL,9640,4,'2026-01-21 19:46:01','2026-01-21 19:46:01','039c3430-54c0-4666-a1be-51c0e798a1f9'),
(87636,7,15253,NULL,2974,5,'2026-01-21 19:46:01','2026-01-21 19:46:01','ad9d588f-26a2-44bc-8641-8c53f67a0e51'),
(87637,7,15253,NULL,605,6,'2026-01-21 19:46:01','2026-01-21 19:46:01','1730bf80-c220-408c-8dd7-71a6a661f8a3'),
(87638,7,15253,NULL,9549,7,'2026-01-21 19:46:01','2026-01-21 19:46:01','0e1f1917-4007-4125-b17f-793c2a318770'),
(87639,7,15253,NULL,9552,8,'2026-01-21 19:46:01','2026-01-21 19:46:01','ab149b45-2552-46b0-90fa-4e5fe86ed1a3'),
(87640,47,15253,NULL,14975,1,'2026-01-21 19:46:01','2026-01-21 19:46:01','8b2f9190-fe0b-4cab-8be9-606a4dee412a'),
(87641,57,15253,NULL,7829,1,'2026-01-21 19:46:01','2026-01-21 19:46:01','807f6ea5-c4dd-4765-b60a-589c452be3a6'),
(87642,57,15253,NULL,7830,2,'2026-01-21 19:46:01','2026-01-21 19:46:01','a509f441-332f-4157-874d-57e97bb80c76'),
(87643,57,15253,NULL,7833,3,'2026-01-21 19:46:01','2026-01-21 19:46:01','0b869b39-505d-46a5-8930-2b2f10e510c2'),
(87644,57,15253,NULL,7831,4,'2026-01-21 19:46:01','2026-01-21 19:46:01','3b03ad7f-6991-4b71-9adf-a6f618aa6498'),
(87645,57,15253,NULL,7826,5,'2026-01-21 19:46:01','2026-01-21 19:46:01','a5f4caf6-7456-40a8-9d4c-cafe3896b6e4'),
(87646,57,15253,NULL,7828,6,'2026-01-21 19:46:01','2026-01-21 19:46:01','c6d0d174-dc50-416a-bcbd-a250b11beaff'),
(87647,57,15253,NULL,7827,7,'2026-01-21 19:46:01','2026-01-21 19:46:01','053d2ee2-db02-4197-ac2e-d32b42d77417'),
(87648,57,15253,NULL,7832,8,'2026-01-21 19:46:01','2026-01-21 19:46:01','fb8dd78f-158b-4cf6-a5a6-7a291e49bd36'),
(87672,32,15255,NULL,2614,1,'2026-01-21 19:46:23','2026-01-21 19:46:23','b9cea52b-21e7-4040-8775-f09616f9ff64'),
(87673,32,15255,NULL,2610,2,'2026-01-21 19:46:23','2026-01-21 19:46:23','aecfed95-aa5f-4d87-b3de-521f4e264772'),
(87674,32,15255,NULL,2598,3,'2026-01-21 19:46:23','2026-01-21 19:46:23','3011e62a-ad5c-4a5a-ab76-4e362f38819f'),
(87675,32,15255,NULL,2608,4,'2026-01-21 19:46:23','2026-01-21 19:46:23','09895064-5885-4af0-9349-cf77bf595782'),
(87676,32,15255,NULL,2600,5,'2026-01-21 19:46:23','2026-01-21 19:46:23','e8d8721f-e7e0-4d98-845f-4824e9d897a7'),
(87677,32,15255,NULL,2596,6,'2026-01-21 19:46:23','2026-01-21 19:46:23','5adb5916-ac87-447e-aad6-c35c0f7fd9ba'),
(87678,32,15255,NULL,2602,7,'2026-01-21 19:46:23','2026-01-21 19:46:23','d8f615a5-1f9c-4e32-86b8-f2e92dc9c67f'),
(87679,32,15255,NULL,2612,8,'2026-01-21 19:46:23','2026-01-21 19:46:23','57c0cf35-d145-46a6-a337-4a81dfee90e3'),
(87680,32,15255,NULL,2604,9,'2026-01-21 19:46:23','2026-01-21 19:46:23','38608db6-fa57-4a53-94cc-34b855cb2351'),
(87681,32,15255,NULL,2606,10,'2026-01-21 19:46:23','2026-01-21 19:46:23','108cc7d3-4e96-4573-82e9-d7047b3a6c4a'),
(87682,16,15255,NULL,9155,1,'2026-01-21 19:46:23','2026-01-21 19:46:23','71e71557-34b2-4321-b2d1-9e881bd1edd5'),
(87683,7,15255,NULL,605,1,'2026-01-21 19:46:23','2026-01-21 19:46:23','3316ee4d-7db0-46aa-b960-97bcc8265ae1'),
(87684,7,15255,NULL,617,2,'2026-01-21 19:46:23','2026-01-21 19:46:23','36ded8c4-df29-4851-a70d-df8bf831e7d0'),
(87685,7,15255,NULL,9552,3,'2026-01-21 19:46:23','2026-01-21 19:46:23','d0bfa018-7f0f-4e82-978a-e1ec281cb83b'),
(87686,82,15255,NULL,479,1,'2026-01-21 19:46:23','2026-01-21 19:46:23','c615bd1d-13e9-4699-8ea5-fcaabf754d87'),
(87687,47,15255,NULL,12342,1,'2026-01-21 19:46:23','2026-01-21 19:46:23','b573e653-45f0-4ded-95c7-f5e98935ae5d'),
(87688,57,15255,NULL,9160,1,'2026-01-21 19:46:23','2026-01-21 19:46:23','a02c03f6-542c-4fa1-a291-adcc1b4b47e7'),
(87689,57,15255,NULL,9162,2,'2026-01-21 19:46:23','2026-01-21 19:46:23','09e2cbef-6b42-47b8-9d44-70331d138bfe'),
(87690,57,15255,NULL,9164,3,'2026-01-21 19:46:23','2026-01-21 19:46:23','96e90aa2-c3f6-428d-8d5e-d5e9aad59be1'),
(87691,57,15255,NULL,9163,4,'2026-01-21 19:46:23','2026-01-21 19:46:23','5c8eb729-8637-42a7-9655-1131203f1f23'),
(87692,57,15255,NULL,9161,5,'2026-01-21 19:46:23','2026-01-21 19:46:23','f19fbbeb-de88-4e65-892c-2e947a718d40'),
(87693,57,15255,NULL,9165,6,'2026-01-21 19:46:23','2026-01-21 19:46:23','28a3702f-85fb-46e8-a8dd-90819c4fbab6'),
(87721,32,15257,NULL,2614,1,'2026-01-21 19:46:50','2026-01-21 19:46:50','7a77801b-1bee-4739-bc46-3c732395124b'),
(87722,32,15257,NULL,2610,2,'2026-01-21 19:46:50','2026-01-21 19:46:50','7df5b603-470b-4887-967d-24d23cc1448a'),
(87723,32,15257,NULL,2598,3,'2026-01-21 19:46:50','2026-01-21 19:46:50','c5148eb1-17c7-4205-af5e-b358f7cdb1e0'),
(87724,32,15257,NULL,2608,4,'2026-01-21 19:46:50','2026-01-21 19:46:50','51f8edfc-8720-4b1a-ab18-e6b79b330473'),
(87725,32,15257,NULL,2624,5,'2026-01-21 19:46:50','2026-01-21 19:46:50','7bed4bae-053b-4253-8e78-365803effd99'),
(87726,32,15257,NULL,2600,6,'2026-01-21 19:46:50','2026-01-21 19:46:50','ff97835a-c078-4fae-8c14-e895c10d4d6e'),
(87727,32,15257,NULL,2596,7,'2026-01-21 19:46:50','2026-01-21 19:46:50','8ce740ff-630e-4b94-abe4-4cd9d0da5632'),
(87728,32,15257,NULL,2602,8,'2026-01-21 19:46:50','2026-01-21 19:46:50','cddd4cc5-a698-49fb-9f72-fc90857b3381'),
(87729,32,15257,NULL,2606,9,'2026-01-21 19:46:50','2026-01-21 19:46:50','c3e4b29a-e72a-40c2-a055-01629480175e'),
(87730,32,15257,NULL,2612,10,'2026-01-21 19:46:50','2026-01-21 19:46:50','35cda837-0aeb-48a4-9b64-41f856e9adc1'),
(87731,32,15257,NULL,2604,11,'2026-01-21 19:46:50','2026-01-21 19:46:50','6e23c5af-0cf4-4411-8617-ed3f611f17b5'),
(87732,16,15257,NULL,10210,1,'2026-01-21 19:46:50','2026-01-21 19:46:50','5c5d114c-8033-4fa3-a1fe-5b43e3295b13'),
(87733,7,15257,NULL,2969,1,'2026-01-21 19:46:50','2026-01-21 19:46:50','70e1712e-8fc0-420b-aeed-da9d4ee1a8c0'),
(87734,7,15257,NULL,617,2,'2026-01-21 19:46:50','2026-01-21 19:46:50','0faf85b4-b9dd-41d5-b5e3-489177ec98c1'),
(87735,7,15257,NULL,605,3,'2026-01-21 19:46:50','2026-01-21 19:46:50','cc5cd398-1705-4c2f-88bb-0e57a9660357'),
(87736,7,15257,NULL,9552,4,'2026-01-21 19:46:50','2026-01-21 19:46:50','1023ac65-29c4-4ebc-b7bd-bda8693fd0ca'),
(87737,46,15257,NULL,2891,1,'2026-01-21 19:46:50','2026-01-21 19:46:50','74fa791a-5099-416b-b8ce-5d6152170af4'),
(87738,47,15257,NULL,12339,1,'2026-01-21 19:46:50','2026-01-21 19:46:50','54d50b88-46af-4e96-881c-1e4d27367618'),
(87739,57,15257,NULL,9148,1,'2026-01-21 19:46:50','2026-01-21 19:46:50','e197424b-0ab9-415b-b19c-7ab4e7c27efb'),
(87740,57,15257,NULL,9145,2,'2026-01-21 19:46:50','2026-01-21 19:46:50','a37df3a8-dd72-43a0-82b0-ba71ff7e6007'),
(87741,57,15257,NULL,9149,3,'2026-01-21 19:46:50','2026-01-21 19:46:50','d29cb942-94ec-432f-b010-3798008c2ec2'),
(87742,57,15257,NULL,9150,4,'2026-01-21 19:46:50','2026-01-21 19:46:50','fb075ded-3882-491a-bdda-f1916c140cfe'),
(87743,57,15257,NULL,9144,5,'2026-01-21 19:46:50','2026-01-21 19:46:50','79674cfc-4ed3-4288-81e6-374035f805f3'),
(87744,57,15257,NULL,9146,6,'2026-01-21 19:46:50','2026-01-21 19:46:50','9b4dd769-8bc4-4fb8-bc53-8856b8976587'),
(87745,57,15257,NULL,9147,7,'2026-01-21 19:46:50','2026-01-21 19:46:50','bfbcd408-bcef-4e7a-8d75-4e5454eeb414'),
(87746,57,15257,NULL,10213,8,'2026-01-21 19:46:50','2026-01-21 19:46:50','8f410278-3cd7-4918-9a89-1fba18e15ffe'),
(87747,13,15257,NULL,6922,1,'2026-01-21 19:46:50','2026-01-21 19:46:50','c272f7b3-c250-44db-8c9a-a9b753840a1c'),
(87781,32,15259,NULL,2610,1,'2026-01-21 19:47:02','2026-01-21 19:47:02','bbb62366-88af-41f3-b1f6-8f511640d9d8'),
(87782,32,15259,NULL,2598,2,'2026-01-21 19:47:02','2026-01-21 19:47:02','389e47e8-b18e-4fdf-bcaa-5a45f334e4a9'),
(87783,32,15259,NULL,2608,3,'2026-01-21 19:47:02','2026-01-21 19:47:02','501c612d-fd85-4e5f-bd13-9dbf8a9cf050'),
(87784,32,15259,NULL,2600,4,'2026-01-21 19:47:02','2026-01-21 19:47:02','73a58f89-fa33-43df-8aa4-3554a53b2d3b'),
(87785,32,15259,NULL,2596,5,'2026-01-21 19:47:02','2026-01-21 19:47:02','62c856c9-aa31-4d86-a09d-532f5e532b7f'),
(87786,32,15259,NULL,2602,6,'2026-01-21 19:47:02','2026-01-21 19:47:02','6bc2f793-4c7a-44fb-bc58-af86f1b521c2'),
(87787,32,15259,NULL,2606,7,'2026-01-21 19:47:02','2026-01-21 19:47:02','19079f07-1546-434d-919d-83e3ef591def'),
(87788,32,15259,NULL,2612,8,'2026-01-21 19:47:02','2026-01-21 19:47:02','28ccaaeb-4672-4603-ac67-e6b85abfea1d'),
(87789,32,15259,NULL,2604,9,'2026-01-21 19:47:02','2026-01-21 19:47:02','e32022f1-bdc3-4088-9071-25340a925d83'),
(87790,16,15259,NULL,10000,1,'2026-01-21 19:47:02','2026-01-21 19:47:02','c23edbcf-a292-4a1a-8ab6-1f697fc1b5e3'),
(87791,7,15259,NULL,3468,1,'2026-01-21 19:47:02','2026-01-21 19:47:02','5425af2e-e393-4d22-905a-dffbc11e95bf'),
(87792,7,15259,NULL,601,2,'2026-01-21 19:47:02','2026-01-21 19:47:02','8a787ef1-0f1a-4c41-8288-a724c79f014f'),
(87793,7,15259,NULL,617,3,'2026-01-21 19:47:02','2026-01-21 19:47:02','b92b3eb4-1462-44fa-a294-9e15109a8e66'),
(87794,7,15259,NULL,605,4,'2026-01-21 19:47:02','2026-01-21 19:47:02','21425046-8c07-48db-952e-b34c41bfe7ba'),
(87795,7,15259,NULL,9552,5,'2026-01-21 19:47:02','2026-01-21 19:47:02','64a8b181-fd89-490f-9d40-f94ee185c159'),
(87796,82,15259,NULL,491,1,'2026-01-21 19:47:02','2026-01-21 19:47:02','0b4a7faa-3dd5-40c2-9673-417874756ae3'),
(87797,46,15259,NULL,7369,1,'2026-01-21 19:47:02','2026-01-21 19:47:02','739b3ae8-0191-4de9-b5f0-763a3fd361c5'),
(87798,47,15259,NULL,12449,1,'2026-01-21 19:47:02','2026-01-21 19:47:02','c6226bbd-1d32-4ed5-85d3-37692aae329b'),
(87799,57,15259,NULL,10004,1,'2026-01-21 19:47:02','2026-01-21 19:47:02','4af387c8-396c-43c5-8557-7afedc693f47'),
(87800,57,15259,NULL,10005,2,'2026-01-21 19:47:02','2026-01-21 19:47:02','df03b762-278e-4d80-99fc-266cc9253962'),
(87801,57,15259,NULL,10006,3,'2026-01-21 19:47:02','2026-01-21 19:47:02','a2360660-c6d0-400a-9416-deb11744be6f'),
(87802,57,15259,NULL,10007,4,'2026-01-21 19:47:02','2026-01-21 19:47:02','667ff4ac-fa9b-4597-b0da-89e0253288f4'),
(87803,57,15259,NULL,10009,5,'2026-01-21 19:47:02','2026-01-21 19:47:02','32ca7795-3fad-4a23-b656-4021571d61f8'),
(87804,57,15259,NULL,10010,6,'2026-01-21 19:47:02','2026-01-21 19:47:02','2fc6e470-b1db-4bd8-80e2-100d6d3be0fc'),
(87805,57,15259,NULL,10012,7,'2026-01-21 19:47:02','2026-01-21 19:47:02','d0ebf410-d703-4d5e-8952-c19f12d24051'),
(87806,57,15259,NULL,10013,8,'2026-01-21 19:47:02','2026-01-21 19:47:02','9f7b10c9-224b-46d4-9de8-227a8a356f52'),
(87807,57,15259,NULL,10014,9,'2026-01-21 19:47:02','2026-01-21 19:47:02','bc6e6220-874a-4434-a056-e458b302f505'),
(87808,57,15259,NULL,10015,10,'2026-01-21 19:47:02','2026-01-21 19:47:02','10cd6816-2771-4eb9-b4ee-81563014d93b'),
(87809,57,15259,NULL,10016,11,'2026-01-21 19:47:02','2026-01-21 19:47:02','017213ed-678f-4baa-b4f9-3acf84664563'),
(87810,57,15259,NULL,10018,12,'2026-01-21 19:47:02','2026-01-21 19:47:02','42409ec2-3611-4e7b-88db-c1f4c8a634c6'),
(87811,57,15259,NULL,10019,13,'2026-01-21 19:47:02','2026-01-21 19:47:02','c4d12dae-b402-469b-9e1a-20df2817fd2d'),
(87812,57,15259,NULL,10020,14,'2026-01-21 19:47:02','2026-01-21 19:47:02','07f8e960-72df-4002-9723-97305b12b92c'),
(87839,32,15262,NULL,2614,1,'2026-01-21 19:47:27','2026-01-21 19:47:27','cd212a5a-7ed8-41d6-a64c-01b4ece3c7f0'),
(87840,32,15262,NULL,2610,2,'2026-01-21 19:47:27','2026-01-21 19:47:27','1f3e499f-3629-47c7-ada6-b9d0452879a4'),
(87841,32,15262,NULL,2598,3,'2026-01-21 19:47:27','2026-01-21 19:47:27','37df54b8-226b-4e59-b781-3cd31b0fa08e'),
(87842,32,15262,NULL,2608,4,'2026-01-21 19:47:27','2026-01-21 19:47:27','9c2f07b5-0354-4e1f-b394-8155779be563'),
(87843,32,15262,NULL,2600,5,'2026-01-21 19:47:27','2026-01-21 19:47:27','ea2f44a6-1a84-4454-87cb-db47aa139072'),
(87844,32,15262,NULL,2596,6,'2026-01-21 19:47:27','2026-01-21 19:47:27','1a253a1f-4c5d-445e-8da5-86e68f761c1e'),
(87845,32,15262,NULL,2602,7,'2026-01-21 19:47:27','2026-01-21 19:47:27','7fa0dfbe-93aa-475e-baa6-05877e3ef22a'),
(87846,32,15262,NULL,2612,8,'2026-01-21 19:47:27','2026-01-21 19:47:27','2ad520f7-9ed0-4bcf-8f1c-b30fcd60b1aa'),
(87847,32,15262,NULL,2604,9,'2026-01-21 19:47:27','2026-01-21 19:47:27','01d5c069-cb26-4ac1-bc1b-890b57a52187'),
(87848,32,15262,NULL,2606,10,'2026-01-21 19:47:27','2026-01-21 19:47:27','a54611bd-ceca-4ba7-887c-a90cd1f2e66a'),
(87849,16,15262,NULL,9238,1,'2026-01-21 19:47:27','2026-01-21 19:47:27','8ad6ae93-42c5-4aae-90c3-130b0c179c23'),
(87850,7,15262,NULL,3468,1,'2026-01-21 19:47:27','2026-01-21 19:47:27','abd42797-8c5f-4d70-9922-bb3a60d0df42'),
(87851,7,15262,NULL,601,2,'2026-01-21 19:47:27','2026-01-21 19:47:27','49c8e796-4261-4a6c-a7fe-77833bc37e9d'),
(87852,7,15262,NULL,617,3,'2026-01-21 19:47:27','2026-01-21 19:47:27','218b6de7-b409-46c0-8f43-374cfc859e7f'),
(87853,7,15262,NULL,9552,4,'2026-01-21 19:47:27','2026-01-21 19:47:27','bd2a3f8a-5167-4390-bf6f-3fe7435afd7c'),
(87854,7,15262,NULL,605,5,'2026-01-21 19:47:27','2026-01-21 19:47:27','af9bf5d1-ec0d-4786-9c76-1ce8ad8119a4'),
(87855,82,15262,NULL,479,1,'2026-01-21 19:47:27','2026-01-21 19:47:27','a35fa97b-ce34-43e7-9564-d8db0c87fe0b'),
(87856,47,15262,NULL,12374,1,'2026-01-21 19:47:27','2026-01-21 19:47:27','424f0906-3ad9-4e42-ad4c-6d0acfb36273'),
(87857,57,15262,NULL,9244,1,'2026-01-21 19:47:27','2026-01-21 19:47:27','4904de62-feb3-4a03-ba39-2b673c49ca97'),
(87858,57,15262,NULL,9250,2,'2026-01-21 19:47:27','2026-01-21 19:47:27','c536b30a-bd26-4654-b427-9e041f358a69'),
(87859,57,15262,NULL,9245,3,'2026-01-21 19:47:27','2026-01-21 19:47:27','9ba646f3-6d30-4452-ad31-f1deee05d33c'),
(87860,57,15262,NULL,9246,4,'2026-01-21 19:47:27','2026-01-21 19:47:27','803d57f8-4835-41ec-a946-b6b2161e8e80'),
(87861,57,15262,NULL,9247,5,'2026-01-21 19:47:27','2026-01-21 19:47:27','656e9d9c-e246-4d45-b521-d7c51980c2f5'),
(87862,57,15262,NULL,9248,6,'2026-01-21 19:47:27','2026-01-21 19:47:27','6af1944a-c512-4597-894e-90173cf5ca13'),
(87863,57,15262,NULL,9249,7,'2026-01-21 19:47:27','2026-01-21 19:47:27','ee13493b-0809-49cb-a6ba-e4069d3d20f8'),
(87864,32,15263,NULL,2610,1,'2026-01-21 19:47:44','2026-01-21 19:47:44','46d6f8e1-7ec3-440c-9e96-efb1e5b5e68a'),
(87865,32,15263,NULL,2598,2,'2026-01-21 19:47:44','2026-01-21 19:47:44','5410074f-f440-4ca4-a4ee-249a638bcf85'),
(87866,32,15263,NULL,2608,3,'2026-01-21 19:47:44','2026-01-21 19:47:44','2ad2dc2d-083e-48db-86ce-0b89296f51be'),
(87867,32,15263,NULL,2600,4,'2026-01-21 19:47:44','2026-01-21 19:47:44','9190f2bb-aa77-43aa-8b01-546f32eacd97'),
(87868,32,15263,NULL,2596,5,'2026-01-21 19:47:44','2026-01-21 19:47:44','c76cb822-2ba3-4256-ad3b-5f41b1e8f7b3'),
(87869,32,15263,NULL,2602,6,'2026-01-21 19:47:44','2026-01-21 19:47:44','fe1e9c4f-0672-4320-bc0f-3916c2d5d984'),
(87870,32,15263,NULL,2606,7,'2026-01-21 19:47:44','2026-01-21 19:47:44','38b289bf-9851-4d0c-81c4-3e34b3e60322'),
(87871,32,15263,NULL,2612,8,'2026-01-21 19:47:44','2026-01-21 19:47:44','49b6e85a-547e-4f2b-bf72-7fc678475641'),
(87872,32,15263,NULL,2604,9,'2026-01-21 19:47:44','2026-01-21 19:47:44','8cba647a-c9df-46ab-adb9-2ca0db04bad9'),
(87873,16,15263,NULL,9255,1,'2026-01-21 19:47:44','2026-01-21 19:47:44','a81d2b9a-a9e9-43bb-9685-86945ef80197'),
(87874,7,15263,NULL,601,1,'2026-01-21 19:47:44','2026-01-21 19:47:44','67a7184f-71d9-4066-92d6-5310c3ae88be'),
(87875,7,15263,NULL,605,2,'2026-01-21 19:47:44','2026-01-21 19:47:44','d0ee1883-7463-4e06-a96c-8599f6ce51be'),
(87876,7,15263,NULL,617,3,'2026-01-21 19:47:44','2026-01-21 19:47:44','169ae94a-30eb-4cae-a191-f27647fa6fb0'),
(87877,7,15263,NULL,9552,4,'2026-01-21 19:47:44','2026-01-21 19:47:44','a13c1164-503d-4dab-b9d7-c38731c51e93'),
(87878,82,15263,NULL,491,1,'2026-01-21 19:47:44','2026-01-21 19:47:44','015efb95-277a-44f7-834d-c75da02c0abd'),
(87879,47,15263,NULL,12446,1,'2026-01-21 19:47:44','2026-01-21 19:47:44','0a175c07-faba-4fe2-8095-93c168d0eae6'),
(87880,57,15263,NULL,9260,1,'2026-01-21 19:47:44','2026-01-21 19:47:44','f8331067-51cf-45b9-838f-eabb9626a180'),
(87881,57,15263,NULL,9261,2,'2026-01-21 19:47:44','2026-01-21 19:47:44','33a0818a-272d-490a-ad88-6c66ca04bc94'),
(87882,57,15263,NULL,9258,3,'2026-01-21 19:47:44','2026-01-21 19:47:44','acbe3fdd-9d66-493f-a3b7-c7f551ece035'),
(87883,57,15263,NULL,9259,4,'2026-01-21 19:47:44','2026-01-21 19:47:44','6efe7501-b863-4f7e-8547-a164a5a2ca52'),
(87911,32,15265,NULL,2610,1,'2026-01-21 19:48:01','2026-01-21 19:48:01','3039b33b-7070-4544-822b-76f3335afe8e'),
(87912,32,15265,NULL,2598,2,'2026-01-21 19:48:01','2026-01-21 19:48:01','068ec896-77cb-4aa3-a583-d024ed3b425f'),
(87913,32,15265,NULL,2600,3,'2026-01-21 19:48:01','2026-01-21 19:48:01','7936051b-996a-43c0-914c-6f39a02b11c0'),
(87914,32,15265,NULL,2604,4,'2026-01-21 19:48:01','2026-01-21 19:48:01','d6d5700f-b5f7-4aab-b2fa-4dd2bfd1418b'),
(87915,32,15265,NULL,2608,5,'2026-01-21 19:48:01','2026-01-21 19:48:01','e45f1b78-abe3-4105-96c8-6ecc014ecfe6'),
(87916,32,15265,NULL,2602,6,'2026-01-21 19:48:01','2026-01-21 19:48:01','79fd87fd-e16a-4137-9010-8191cd11a1e7'),
(87917,32,15265,NULL,2596,7,'2026-01-21 19:48:01','2026-01-21 19:48:01','ccce837c-fe62-4ad1-acbd-e9a5e076e13f'),
(87918,32,15265,NULL,2606,8,'2026-01-21 19:48:01','2026-01-21 19:48:01','29a2805e-48b3-48d3-8b1a-84a380b56523'),
(87919,32,15265,NULL,2612,9,'2026-01-21 19:48:01','2026-01-21 19:48:01','577ab234-959e-4aea-b3bd-9f533aaaf6b6'),
(87920,16,15265,NULL,4358,1,'2026-01-21 19:48:01','2026-01-21 19:48:01','3804fa2f-fede-4c7c-9e02-380eebfb5c48'),
(87921,7,15265,NULL,2969,1,'2026-01-21 19:48:01','2026-01-21 19:48:01','01fcf271-09e2-481c-ac73-b7f947bab2e0'),
(87922,7,15265,NULL,617,2,'2026-01-21 19:48:01','2026-01-21 19:48:01','04852305-09ff-41e3-996c-c057ae5f41df'),
(87923,7,15265,NULL,605,3,'2026-01-21 19:48:01','2026-01-21 19:48:01','f50bdad6-5aa5-4065-8cc3-cf6a4ab532cb'),
(87924,7,15265,NULL,9552,4,'2026-01-21 19:48:01','2026-01-21 19:48:01','17b6b814-b932-4d72-b6b1-6fb36e90ca81'),
(87925,82,15265,NULL,469,1,'2026-01-21 19:48:01','2026-01-21 19:48:01','77a4dfe6-9b9e-4f75-b02b-acb182c33fb9'),
(87926,82,15265,NULL,479,2,'2026-01-21 19:48:01','2026-01-21 19:48:01','d3264742-ccc8-42bf-803a-24309d478b94'),
(87927,82,15265,NULL,491,3,'2026-01-21 19:48:01','2026-01-21 19:48:01','32ea9e0f-f758-40bb-97d6-a298667bbea3'),
(87928,47,15265,NULL,10483,1,'2026-01-21 19:48:01','2026-01-21 19:48:01','fb5e935e-4f18-4686-8f25-c139a2b156f8'),
(87929,57,15265,NULL,8781,1,'2026-01-21 19:48:01','2026-01-21 19:48:01','1212e32f-d2d4-42d0-a740-d78e15ffab90'),
(87930,57,15265,NULL,8782,2,'2026-01-21 19:48:01','2026-01-21 19:48:01','f141d5cf-4aec-47b5-ac91-0ebbfecdb90e'),
(87931,57,15265,NULL,8783,3,'2026-01-21 19:48:01','2026-01-21 19:48:01','7c552854-455a-43fa-94e0-05b45e741076'),
(87932,57,15265,NULL,8784,4,'2026-01-21 19:48:01','2026-01-21 19:48:01','73c1823a-27c0-408c-ba52-1e258df3dadb'),
(87933,57,15265,NULL,8785,5,'2026-01-21 19:48:01','2026-01-21 19:48:01','cc35b030-edb9-46a6-b6c4-800746ab5650'),
(87934,57,15265,NULL,8786,6,'2026-01-21 19:48:01','2026-01-21 19:48:01','9afe57d4-8bff-47f8-81d0-d9e304dc144b'),
(87935,57,15265,NULL,8779,7,'2026-01-21 19:48:01','2026-01-21 19:48:01','7ea12727-4e2d-4dd2-bdb1-8d79546e0894'),
(87936,57,15265,NULL,8780,8,'2026-01-21 19:48:01','2026-01-21 19:48:01','e37bd7a5-ca05-464d-a546-1e6b34b70a38'),
(87962,32,15267,NULL,2610,1,'2026-01-21 19:48:16','2026-01-21 19:48:16','aa0790f5-0a86-43e0-9a0c-ba15e7642f9c'),
(87963,32,15267,NULL,2598,2,'2026-01-21 19:48:16','2026-01-21 19:48:16','d5f1330d-423b-4312-b266-085995817ff4'),
(87964,32,15267,NULL,2608,3,'2026-01-21 19:48:16','2026-01-21 19:48:16','c4a29dbe-9d2a-45db-92eb-a949aee6fb81'),
(87965,32,15267,NULL,2600,4,'2026-01-21 19:48:16','2026-01-21 19:48:16','cb627106-d100-4c15-bb96-81da81bed296'),
(87966,32,15267,NULL,2602,5,'2026-01-21 19:48:16','2026-01-21 19:48:16','d1074057-2398-42c2-8dff-1544c6ee947e'),
(87967,32,15267,NULL,2612,6,'2026-01-21 19:48:16','2026-01-21 19:48:16','86e7d079-ba51-4c6c-8feb-b7f4fe2e88fc'),
(87968,32,15267,NULL,2604,7,'2026-01-21 19:48:16','2026-01-21 19:48:16','1671ebfe-ca06-4a47-90ec-ab70c472c3b0'),
(87969,32,15267,NULL,2596,8,'2026-01-21 19:48:16','2026-01-21 19:48:16','7a3ce811-1d25-4037-ac1f-a97dc3e66f6c'),
(87970,32,15267,NULL,2606,9,'2026-01-21 19:48:16','2026-01-21 19:48:16','b36e0754-6395-4693-97af-abccbff6739b'),
(87971,16,15267,NULL,6793,1,'2026-01-21 19:48:16','2026-01-21 19:48:16','a041931d-ce6a-4c0a-b14a-bcb590b92009'),
(87972,7,15267,NULL,2969,1,'2026-01-21 19:48:16','2026-01-21 19:48:16','fb3e1e28-68a2-4a59-b128-c099ebfc41c4'),
(87973,7,15267,NULL,605,2,'2026-01-21 19:48:16','2026-01-21 19:48:16','a1c84a20-bf73-4717-a16a-f2780c593c00'),
(87974,7,15267,NULL,617,3,'2026-01-21 19:48:16','2026-01-21 19:48:16','d6ea13c7-d925-462e-8022-2da906359d84'),
(87975,7,15267,NULL,9552,4,'2026-01-21 19:48:16','2026-01-21 19:48:16','ec584cf0-7200-4ae6-9a11-a11cec9e4d82'),
(87976,82,15267,NULL,479,1,'2026-01-21 19:48:16','2026-01-21 19:48:16','c68f236c-f85b-4a77-84c8-b3d6f1b5e22f'),
(87977,82,15267,NULL,491,2,'2026-01-21 19:48:16','2026-01-21 19:48:16','b437d573-c655-4f63-9cc0-327f9bea2dca'),
(87978,82,15267,NULL,469,3,'2026-01-21 19:48:16','2026-01-21 19:48:16','acb78656-cc1d-448f-ad9f-7d9907abdcf5'),
(87979,47,15267,NULL,12275,1,'2026-01-21 19:48:16','2026-01-21 19:48:16','c21249e2-b9ae-40ff-8bf1-35c0de56d564'),
(87980,57,15267,NULL,6792,1,'2026-01-21 19:48:16','2026-01-21 19:48:16','a605c90d-2674-487a-a58d-d8eea6a4e037'),
(87981,57,15267,NULL,6793,2,'2026-01-21 19:48:16','2026-01-21 19:48:16','4bdb5fba-d5f6-4016-b6af-3b0f9d67be6b'),
(87982,57,15267,NULL,6794,3,'2026-01-21 19:48:16','2026-01-21 19:48:16','8ea83747-9157-47ca-9ca0-6035f8ae70ba'),
(87983,57,15267,NULL,6795,4,'2026-01-21 19:48:16','2026-01-21 19:48:16','1c3ef9d4-a1a0-4b4f-99de-487ca8aa2262'),
(87984,57,15267,NULL,6796,5,'2026-01-21 19:48:16','2026-01-21 19:48:16','fa1bfc9a-8ee0-41ff-b4c1-38ea51da1341'),
(87985,13,15267,NULL,6852,1,'2026-01-21 19:48:16','2026-01-21 19:48:16','e8a77233-fc27-4b70-a624-0881db407217'),
(88012,32,15270,NULL,2610,1,'2026-01-21 19:48:39','2026-01-21 19:48:39','89509766-f123-4774-a6fc-ddeab5ad02e7'),
(88013,32,15270,NULL,2598,2,'2026-01-21 19:48:39','2026-01-21 19:48:39','0b179299-65b0-4e21-bca4-ce8b7550e5b3'),
(88014,32,15270,NULL,2600,3,'2026-01-21 19:48:39','2026-01-21 19:48:39','7bdc650a-9019-430a-87d9-08e713d2ffb3'),
(88015,32,15270,NULL,2596,4,'2026-01-21 19:48:39','2026-01-21 19:48:39','9c102f50-d0d9-44e9-875b-95e54d8881c3'),
(88016,32,15270,NULL,2602,5,'2026-01-21 19:48:39','2026-01-21 19:48:39','933041c3-bb08-4d42-9e86-cf9c273b8e46'),
(88017,32,15270,NULL,2604,6,'2026-01-21 19:48:39','2026-01-21 19:48:39','0e8a8b48-abc3-46ec-9195-fa39732f0eb7'),
(88018,32,15270,NULL,2608,7,'2026-01-21 19:48:39','2026-01-21 19:48:39','66884726-bb68-4023-b161-92df66456c70'),
(88019,32,15270,NULL,2606,8,'2026-01-21 19:48:39','2026-01-21 19:48:39','486b2870-b64a-409d-9eac-6bbf6f3be18c'),
(88020,32,15270,NULL,2612,9,'2026-01-21 19:48:39','2026-01-21 19:48:39','cf2e94b3-e29b-4afc-9b0e-07cc19a1059f'),
(88021,16,15270,NULL,9354,1,'2026-01-21 19:48:39','2026-01-21 19:48:39','383e6fca-5a90-4550-ac2d-1017445f827f'),
(88022,7,15270,NULL,6547,1,'2026-01-21 19:48:39','2026-01-21 19:48:39','5e670fd6-8805-470c-a7ba-4c63abd52bc4'),
(88023,7,15270,NULL,601,2,'2026-01-21 19:48:39','2026-01-21 19:48:39','c76396ae-9952-49b2-a3ef-682ff28cdf0d'),
(88024,7,15270,NULL,3093,3,'2026-01-21 19:48:39','2026-01-21 19:48:39','44b3dd50-f11a-4237-9f89-8de03c9d39d8'),
(88025,7,15270,NULL,617,4,'2026-01-21 19:48:39','2026-01-21 19:48:39','5f7e3c6d-94de-4d93-88f5-cefff76ce838'),
(88026,7,15270,NULL,605,5,'2026-01-21 19:48:39','2026-01-21 19:48:39','62839a14-e210-4220-91c3-99ac6ddc6ef8'),
(88027,7,15270,NULL,9552,6,'2026-01-21 19:48:39','2026-01-21 19:48:39','1a10ca44-3aac-4af3-a2e3-185e03927371'),
(88028,82,15270,NULL,491,1,'2026-01-21 19:48:39','2026-01-21 19:48:39','a8559b93-1015-4d03-bae0-39a80b1c857a'),
(88029,47,15270,NULL,14970,1,'2026-01-21 19:48:39','2026-01-21 19:48:39','654a2f69-6045-489f-85fd-018b26d51ffa'),
(88030,57,15270,NULL,7778,1,'2026-01-21 19:48:39','2026-01-21 19:48:39','e988d92b-7e27-42bd-ab95-db0fe723ce37'),
(88031,57,15270,NULL,7779,2,'2026-01-21 19:48:39','2026-01-21 19:48:39','9c143272-2fa7-4239-b07d-fdf5d4a07b93'),
(88032,57,15270,NULL,7780,3,'2026-01-21 19:48:39','2026-01-21 19:48:39','49362005-5f28-4f46-8fc5-0c6c09596884'),
(88033,57,15270,NULL,7781,4,'2026-01-21 19:48:39','2026-01-21 19:48:39','b3ae4d87-62a5-44e3-b7fc-292815798769'),
(88034,57,15270,NULL,7783,5,'2026-01-21 19:48:39','2026-01-21 19:48:39','e4cc3228-982f-479b-938a-f83e5e6d42ed'),
(88035,57,15270,NULL,7784,6,'2026-01-21 19:48:39','2026-01-21 19:48:39','2e230a07-2c36-4d4b-a305-592cecce65b7'),
(88036,57,15270,NULL,7785,7,'2026-01-21 19:48:39','2026-01-21 19:48:39','bfad169e-2a03-47fc-8319-e97cde6ccb20'),
(88062,32,15273,NULL,2614,1,'2026-01-21 19:48:57','2026-01-21 19:48:57','19b05efe-1971-4397-9e5a-ebf5a0d7cd65'),
(88063,32,15273,NULL,2610,2,'2026-01-21 19:48:57','2026-01-21 19:48:57','f19b5254-e84a-4214-8818-7558ff8fabcc'),
(88064,32,15273,NULL,2598,3,'2026-01-21 19:48:57','2026-01-21 19:48:57','ba10f590-be99-45ef-ac87-eea98d1c3df9'),
(88065,32,15273,NULL,2608,4,'2026-01-21 19:48:57','2026-01-21 19:48:57','b429ae89-4f0b-4584-8e68-c3c6e0e784f4'),
(88066,32,15273,NULL,2600,5,'2026-01-21 19:48:57','2026-01-21 19:48:57','b7418c91-fd00-45ae-9bf2-9589ebffad39'),
(88067,32,15273,NULL,2596,6,'2026-01-21 19:48:57','2026-01-21 19:48:57','715f369e-7349-4715-baad-789637103bc6'),
(88068,32,15273,NULL,2602,7,'2026-01-21 19:48:57','2026-01-21 19:48:57','009ae153-a00b-41bc-884d-22f23d75dfda'),
(88069,32,15273,NULL,2606,8,'2026-01-21 19:48:57','2026-01-21 19:48:57','4b1795a7-b995-4c6e-acfe-d0ca2d6d9f00'),
(88070,32,15273,NULL,2612,9,'2026-01-21 19:48:57','2026-01-21 19:48:57','343b70a0-31a6-4a98-ae8b-ab1ce5df928e'),
(88071,32,15273,NULL,2604,10,'2026-01-21 19:48:57','2026-01-21 19:48:57','178d8762-8e2c-4d2a-9bcd-eef2296d8729'),
(88072,16,15273,NULL,6741,1,'2026-01-21 19:48:57','2026-01-21 19:48:57','9c238297-66e0-4099-a02c-7a50446c05d0'),
(88073,7,15273,NULL,605,1,'2026-01-21 19:48:57','2026-01-21 19:48:57','1bcb897e-08ae-4707-b0c3-55f73225a0a4'),
(88074,7,15273,NULL,617,2,'2026-01-21 19:48:57','2026-01-21 19:48:57','e65bb1b2-9b11-4b28-bc44-582f56c3927b'),
(88075,7,15273,NULL,9552,3,'2026-01-21 19:48:57','2026-01-21 19:48:57','ff37beb1-008b-496e-b99a-53dd3a5abf4d'),
(88076,47,15273,NULL,12269,1,'2026-01-21 19:48:57','2026-01-21 19:48:57','3173f805-31b6-457f-9f08-3b84b0a5efcb'),
(88077,57,15273,NULL,6759,1,'2026-01-21 19:48:57','2026-01-21 19:48:57','28f3cd0a-7865-44ed-b96d-43260ef1818d'),
(88078,57,15273,NULL,6760,2,'2026-01-21 19:48:57','2026-01-21 19:48:57','c9a0922c-f1e4-4f32-9e7b-7c22afcd40e3'),
(88079,57,15273,NULL,6761,3,'2026-01-21 19:48:57','2026-01-21 19:48:57','eff61a89-c21f-45b8-bc14-5c9535ffa06b'),
(88080,57,15273,NULL,6762,4,'2026-01-21 19:48:57','2026-01-21 19:48:57','7ab03ad0-df6a-4b1e-9316-119c341c0412'),
(88081,57,15273,NULL,6763,5,'2026-01-21 19:48:57','2026-01-21 19:48:57','0620bcfd-83bb-41f1-abfd-4fc877d3db08'),
(88082,57,15273,NULL,6764,6,'2026-01-21 19:48:57','2026-01-21 19:48:57','226b366d-efff-4fa5-99cc-3b491425e89e'),
(88083,57,15273,NULL,6765,7,'2026-01-21 19:48:57','2026-01-21 19:48:57','06a240d0-64fb-4e18-a873-4d12282bc120'),
(88084,57,15273,NULL,6766,8,'2026-01-21 19:48:57','2026-01-21 19:48:57','029111d8-9669-456a-9344-5370fcc25534'),
(88085,13,15273,NULL,6767,1,'2026-01-21 19:48:57','2026-01-21 19:48:57','ec913b8d-096d-4b18-bdf1-04b415b76e31'),
(88113,32,15277,NULL,2610,1,'2026-01-21 19:49:24','2026-01-21 19:49:24','3d8b52f1-4fb5-426d-84d5-3d0e7fe869a0'),
(88114,32,15277,NULL,2598,2,'2026-01-21 19:49:24','2026-01-21 19:49:24','eada9b3f-7fbd-4d42-8612-df794da67f19'),
(88115,32,15277,NULL,2600,3,'2026-01-21 19:49:24','2026-01-21 19:49:24','74680c3e-af92-405f-b2e5-3033de2f757b'),
(88116,32,15277,NULL,2602,4,'2026-01-21 19:49:24','2026-01-21 19:49:24','1e2c00d3-40cc-480e-8ceb-b76887ff478f'),
(88117,32,15277,NULL,2612,5,'2026-01-21 19:49:24','2026-01-21 19:49:24','5aa9df35-e1a6-463c-aced-deaa0aa656e7'),
(88118,32,15277,NULL,2618,6,'2026-01-21 19:49:24','2026-01-21 19:49:24','fe5da278-4bed-4740-8be5-dc6b165d7d16'),
(88119,32,15277,NULL,2604,7,'2026-01-21 19:49:24','2026-01-21 19:49:24','070d751f-dc41-4396-9f3d-6fa61869beaa'),
(88120,32,15277,NULL,2608,8,'2026-01-21 19:49:24','2026-01-21 19:49:24','a3d57de9-1fc8-4191-a104-5190696879cb'),
(88121,32,15277,NULL,2596,9,'2026-01-21 19:49:24','2026-01-21 19:49:24','0a0c23df-6a35-4735-813b-58dc8192d912'),
(88122,32,15277,NULL,2606,10,'2026-01-21 19:49:24','2026-01-21 19:49:24','dbb1fe7d-b433-4347-a3e7-48917fb62d2a'),
(88123,16,15277,NULL,8034,1,'2026-01-21 19:49:24','2026-01-21 19:49:24','5f4c24df-c423-428e-976d-6119b37e990a'),
(88124,7,15277,NULL,6547,1,'2026-01-21 19:49:24','2026-01-21 19:49:24','64210d8b-f1d0-40f3-bd93-6724f0ba08a4'),
(88125,7,15277,NULL,601,2,'2026-01-21 19:49:24','2026-01-21 19:49:24','b2c1bf82-59bd-47a6-b596-75fcdb677564'),
(88126,7,15277,NULL,2974,3,'2026-01-21 19:49:24','2026-01-21 19:49:24','c17a4b6a-00c1-4397-bfa4-fc80c7719f0b'),
(88127,7,15277,NULL,617,4,'2026-01-21 19:49:24','2026-01-21 19:49:24','d7d4a6c4-dcdf-4a3b-9967-97d208657ded'),
(88128,7,15277,NULL,9727,5,'2026-01-21 19:49:24','2026-01-21 19:49:24','0758fb2e-9da8-4feb-8378-e67dfee10dca'),
(88129,7,15277,NULL,605,6,'2026-01-21 19:49:24','2026-01-21 19:49:24','895fb0cc-c96f-4873-9a33-fdcf5596c2ad'),
(88130,7,15277,NULL,9552,7,'2026-01-21 19:49:24','2026-01-21 19:49:24','92c74b45-6e01-43ce-b58d-58e7c82ce8eb'),
(88131,82,15277,NULL,479,1,'2026-01-21 19:49:24','2026-01-21 19:49:24','a6371e8b-fe00-4542-90a4-14a010b7a747'),
(88132,82,15277,NULL,491,2,'2026-01-21 19:49:24','2026-01-21 19:49:24','cc90bd7d-5760-4dc2-9272-1b284a0e1f20'),
(88133,46,15277,NULL,3697,1,'2026-01-21 19:49:24','2026-01-21 19:49:24','f1a356dd-4695-4b4f-92de-3d2e9487a164'),
(88134,47,15277,NULL,12389,1,'2026-01-21 19:49:24','2026-01-21 19:49:24','2c0a0699-e649-4af8-8f94-f6809e86901a'),
(88135,57,15277,NULL,8033,1,'2026-01-21 19:49:24','2026-01-21 19:49:24','1588b33a-51b6-4a60-b3a5-edec5eba7a8b'),
(88136,57,15277,NULL,8032,2,'2026-01-21 19:49:24','2026-01-21 19:49:24','b6363ff9-9a10-43ad-baf4-adb963fdd424'),
(88137,57,15277,NULL,8036,3,'2026-01-21 19:49:24','2026-01-21 19:49:24','400e3da9-02e7-4ffa-84f9-de089a229c5c'),
(88138,57,15277,NULL,8035,4,'2026-01-21 19:49:24','2026-01-21 19:49:24','9d9254ca-e87b-422c-9365-019d80c90825'),
(88174,32,15281,NULL,2610,1,'2026-01-21 19:49:42','2026-01-21 19:49:42','7a92e1e2-f179-4d8e-8b1c-698d998fa4bb'),
(88175,32,15281,NULL,2598,2,'2026-01-21 19:49:42','2026-01-21 19:49:42','f9812bb0-1425-42f9-834a-4557ea3e29b7'),
(88176,32,15281,NULL,2600,3,'2026-01-21 19:49:42','2026-01-21 19:49:42','929636fc-b267-4298-a712-c7319154ef6a'),
(88177,32,15281,NULL,2604,4,'2026-01-21 19:49:42','2026-01-21 19:49:42','bfb4e37b-17fa-443d-99a1-d8b570b6cc6d'),
(88178,32,15281,NULL,2608,5,'2026-01-21 19:49:42','2026-01-21 19:49:42','114b8d94-2a23-4235-9938-97f037b20942'),
(88179,32,15281,NULL,2596,6,'2026-01-21 19:49:42','2026-01-21 19:49:42','fa547702-68c1-4a26-9111-c06bc3152ec1'),
(88180,32,15281,NULL,2602,7,'2026-01-21 19:49:42','2026-01-21 19:49:42','d77555f5-a0b3-4bef-abb9-1535c2d32fe7'),
(88181,32,15281,NULL,2606,8,'2026-01-21 19:49:42','2026-01-21 19:49:42','13ec4e13-0f20-4788-980c-8077e0e5fd41'),
(88182,32,15281,NULL,2612,9,'2026-01-21 19:49:42','2026-01-21 19:49:42','44cfc957-0693-47be-881d-663a98cb109d'),
(88183,16,15281,NULL,3374,1,'2026-01-21 19:49:42','2026-01-21 19:49:42','d09e6a52-e57a-4f21-89ed-74d74ffee382'),
(88184,7,15281,NULL,3468,1,'2026-01-21 19:49:42','2026-01-21 19:49:42','6a76a3c1-1ad6-43fb-bdd3-53f5211a9a67'),
(88185,7,15281,NULL,9732,2,'2026-01-21 19:49:42','2026-01-21 19:49:42','45d74267-2134-44a3-bf88-dbe394405d5e'),
(88186,7,15281,NULL,617,3,'2026-01-21 19:49:42','2026-01-21 19:49:42','d46f8655-222e-445c-aef1-c780bb2d82e9'),
(88187,7,15281,NULL,605,4,'2026-01-21 19:49:42','2026-01-21 19:49:42','36cb2fa1-39aa-4faf-8fef-95f90b683793'),
(88188,7,15281,NULL,9552,5,'2026-01-21 19:49:42','2026-01-21 19:49:42','f6697632-5a41-45a3-a6c5-659e26682817'),
(88189,82,15281,NULL,469,1,'2026-01-21 19:49:42','2026-01-21 19:49:42','4ed5b5bb-1d2e-4a67-b42c-50af7d2b15cb'),
(88190,82,15281,NULL,475,2,'2026-01-21 19:49:42','2026-01-21 19:49:42','e1b6a41e-fbc2-4011-a4d6-377359b01a67'),
(88191,82,15281,NULL,479,3,'2026-01-21 19:49:42','2026-01-21 19:49:42','792212d5-bf26-47b9-bc63-5fe5fa3e43f8'),
(88192,82,15281,NULL,491,4,'2026-01-21 19:49:42','2026-01-21 19:49:42','d405b97e-61a7-4295-b6a5-9bbda2bbc766'),
(88193,47,15281,NULL,12333,1,'2026-01-21 19:49:42','2026-01-21 19:49:42','b7a47033-e121-43db-a82e-ad43cb97d7ac'),
(88194,57,15281,NULL,3362,1,'2026-01-21 19:49:42','2026-01-21 19:49:42','3e37dd68-9fc1-4be7-95a7-e67b9b53cf80'),
(88195,57,15281,NULL,3363,2,'2026-01-21 19:49:42','2026-01-21 19:49:42','3d573365-80bb-462c-b6b6-3ee059bde390'),
(88196,57,15281,NULL,3364,3,'2026-01-21 19:49:42','2026-01-21 19:49:42','f17d8d78-c1ae-4104-9432-a1ab76288d56'),
(88197,57,15281,NULL,3365,4,'2026-01-21 19:49:42','2026-01-21 19:49:42','f6b002d3-6d16-4034-81ed-fb162618bcae'),
(88198,57,15281,NULL,3366,5,'2026-01-21 19:49:42','2026-01-21 19:49:42','7f31aff9-d18a-4f26-8604-a86c5957b8b5'),
(88199,57,15281,NULL,3367,6,'2026-01-21 19:49:42','2026-01-21 19:49:42','dfb5a9e8-08cb-448d-8d10-1c9a0c7e8198'),
(88200,57,15281,NULL,3368,7,'2026-01-21 19:49:42','2026-01-21 19:49:42','e286079f-7c3f-4455-bc84-9ecd0503ef7c'),
(88201,57,15281,NULL,3369,8,'2026-01-21 19:49:42','2026-01-21 19:49:42','0263563e-1b83-4808-98b7-c928fa6b7194'),
(88202,57,15281,NULL,3370,9,'2026-01-21 19:49:42','2026-01-21 19:49:42','a1669143-2479-4dbc-8183-41964709d2b2'),
(88203,57,15281,NULL,3371,10,'2026-01-21 19:49:42','2026-01-21 19:49:42','c3de4074-c462-4162-bfec-de051be53956'),
(88204,57,15281,NULL,3372,11,'2026-01-21 19:49:42','2026-01-21 19:49:42','ccc366c1-cc68-46a6-9177-f5f1245be887'),
(88205,57,15281,NULL,3373,12,'2026-01-21 19:49:42','2026-01-21 19:49:42','248db83b-06a2-4c49-bd93-3f1c2f739139'),
(88206,57,15281,NULL,3374,13,'2026-01-21 19:49:42','2026-01-21 19:49:42','0cfe42fc-97c1-481d-b938-0a289a839d3d'),
(88207,72,15281,NULL,548,1,'2026-01-21 19:49:42','2026-01-21 19:49:42','2bf21c39-1c85-4126-93a4-496b0efabef3'),
(88215,83,15283,NULL,1185,1,'2026-01-21 19:50:19','2026-01-21 19:50:19','4ac4add3-0183-4944-a21c-19b91f122725'),
(88216,16,15283,NULL,6598,1,'2026-01-21 19:50:19','2026-01-21 19:50:19','4b401645-3d72-459c-ab13-b6dcafc393dc'),
(88217,57,15283,NULL,6600,1,'2026-01-21 19:50:19','2026-01-21 19:50:19','6c0b6f6c-500e-423f-8ab9-fa7a079d75ec'),
(88218,57,15283,NULL,6601,2,'2026-01-21 19:50:19','2026-01-21 19:50:19','cbcabbee-96a5-431b-bc14-07a60717c1d5'),
(88219,57,15283,NULL,4322,3,'2026-01-21 19:50:19','2026-01-21 19:50:19','7167ca74-60e9-4198-af2a-fbd286b56623'),
(88220,57,15283,NULL,8774,4,'2026-01-21 19:50:19','2026-01-21 19:50:19','9b8690da-9a99-4c69-8ee7-611c9cb0b79f'),
(88222,32,15284,NULL,2610,1,'2026-01-21 19:50:38','2026-01-21 19:50:38','4a3c4cba-529d-4734-8e24-56bbbe35767a'),
(88223,32,15284,NULL,2598,2,'2026-01-21 19:50:38','2026-01-21 19:50:38','e02712f7-d558-43c0-bc38-2b08c35ab04d'),
(88224,32,15284,NULL,2600,3,'2026-01-21 19:50:38','2026-01-21 19:50:38','a72dd743-9377-41c8-9381-a787d98a3b14'),
(88225,32,15284,NULL,2604,4,'2026-01-21 19:50:38','2026-01-21 19:50:38','9232a1a2-9359-4898-bfc5-d3cf25cab4af'),
(88226,32,15284,NULL,2608,5,'2026-01-21 19:50:38','2026-01-21 19:50:38','b5d05214-c946-4b88-a5f2-cb4c25c70b22'),
(88227,32,15284,NULL,2602,6,'2026-01-21 19:50:38','2026-01-21 19:50:38','edfe6ac0-9f4a-46c0-b66e-2110d5fc01fa'),
(88228,32,15284,NULL,2596,7,'2026-01-21 19:50:38','2026-01-21 19:50:38','136bcd11-5996-40a5-b5cf-1905a6aac24f'),
(88229,32,15284,NULL,2606,8,'2026-01-21 19:50:38','2026-01-21 19:50:38','68d4d914-5184-49b7-b319-88e7598c05dc'),
(88230,32,15284,NULL,2612,9,'2026-01-21 19:50:38','2026-01-21 19:50:38','730361f4-0acd-4a32-a76e-1f24c53c5468'),
(88231,83,15284,NULL,1161,1,'2026-01-21 19:50:38','2026-01-21 19:50:38','9b1e585f-a25e-4fb3-9ac0-981f5cfa458f'),
(88232,16,15284,NULL,4322,1,'2026-01-21 19:50:38','2026-01-21 19:50:38','7818a8e2-3686-4df0-96cc-21b3664a78e0'),
(88233,7,15284,NULL,2969,1,'2026-01-21 19:50:38','2026-01-21 19:50:38','c3b0092f-4f87-4b62-8dac-e99f909130e9'),
(88234,7,15284,NULL,617,2,'2026-01-21 19:50:38','2026-01-21 19:50:38','ad372dfd-3cec-44ba-afbc-a7d8a5a3ac2b'),
(88235,7,15284,NULL,605,3,'2026-01-21 19:50:38','2026-01-21 19:50:38','ccc607b4-0b05-4266-8e29-dc86af7f2f4c'),
(88236,7,15284,NULL,9552,4,'2026-01-21 19:50:38','2026-01-21 19:50:38','e1ac5218-0850-4caa-bb45-efd51c107f38'),
(88237,82,15284,NULL,469,1,'2026-01-21 19:50:38','2026-01-21 19:50:38','94c198dc-559c-427f-be62-b81ca95ee2e5'),
(88238,82,15284,NULL,479,2,'2026-01-21 19:50:38','2026-01-21 19:50:38','3e4b284d-8566-466d-ab63-eff4fbc4ef32'),
(88239,82,15284,NULL,491,3,'2026-01-21 19:50:38','2026-01-21 19:50:38','3ad456ff-bd1e-4237-b532-6f67af19c76a'),
(88240,47,15284,NULL,10480,1,'2026-01-21 19:50:38','2026-01-21 19:50:38','ac7d6011-3f8e-4fa6-abf3-074753cd444b'),
(88241,57,15284,NULL,8747,1,'2026-01-21 19:50:38','2026-01-21 19:50:38','6422e548-cbf0-41f4-9ea0-1133efb074ac'),
(88242,57,15284,NULL,8750,2,'2026-01-21 19:50:38','2026-01-21 19:50:38','c5adb686-006a-4359-a70d-d40bfd4fa8d9'),
(88243,57,15284,NULL,8751,3,'2026-01-21 19:50:38','2026-01-21 19:50:38','40ffbfde-80ec-4b8f-89cd-b6438be62d3a'),
(88244,57,15284,NULL,8746,4,'2026-01-21 19:50:38','2026-01-21 19:50:38','8052fbb9-6abf-44ef-9170-5d8946789253'),
(88245,57,15284,NULL,8753,5,'2026-01-21 19:50:38','2026-01-21 19:50:38','5eb0fde5-85ff-45aa-a127-d8ee5709f3f6'),
(88246,57,15284,NULL,8754,6,'2026-01-21 19:50:38','2026-01-21 19:50:38','5a5fd883-79c4-4dfe-a195-e182cebc513a'),
(88247,57,15284,NULL,8749,7,'2026-01-21 19:50:38','2026-01-21 19:50:38','cb0f892b-632d-480a-9a17-f9816eab767a'),
(88248,57,15284,NULL,8744,8,'2026-01-21 19:50:38','2026-01-21 19:50:38','b1509d17-6513-4c22-baa9-f49737e4eb09'),
(88249,57,15284,NULL,8745,9,'2026-01-21 19:50:38','2026-01-21 19:50:38','614a3696-6ce5-45b5-971c-19ffeca39477'),
(88275,32,15286,NULL,2614,1,'2026-01-21 19:50:59','2026-01-21 19:50:59','ef64a414-1da8-44d2-b397-7a53fe092805'),
(88276,32,15286,NULL,2610,2,'2026-01-21 19:50:59','2026-01-21 19:50:59','fa2b383f-9f1a-4e75-bacb-0f5714c381cb'),
(88277,32,15286,NULL,2598,3,'2026-01-21 19:50:59','2026-01-21 19:50:59','a03febe2-ef9d-40a2-aa34-03796e7373ed'),
(88278,32,15286,NULL,2600,4,'2026-01-21 19:50:59','2026-01-21 19:50:59','a9bec03d-bb9e-4fee-ab8d-2ac81bec9494'),
(88279,32,15286,NULL,2612,5,'2026-01-21 19:50:59','2026-01-21 19:50:59','8e37ff83-3551-4934-a603-c4cdc3148cd6'),
(88280,32,15286,NULL,2604,6,'2026-01-21 19:50:59','2026-01-21 19:50:59','44f045c1-387b-4978-bc23-22a173039225'),
(88281,32,15286,NULL,2608,7,'2026-01-21 19:50:59','2026-01-21 19:50:59','bab87e44-5fee-48ba-956d-202140e6817f'),
(88282,32,15286,NULL,2596,8,'2026-01-21 19:50:59','2026-01-21 19:50:59','fd8ea813-f75f-4a5a-971d-7e14cc1fd8a1'),
(88283,32,15286,NULL,2602,9,'2026-01-21 19:50:59','2026-01-21 19:50:59','93ce59e3-2e32-4d56-9886-30028d95bd16'),
(88284,32,15286,NULL,2606,10,'2026-01-21 19:50:59','2026-01-21 19:50:59','fae1128e-b6da-410a-aad9-4e9f1c79c445'),
(88285,16,15286,NULL,3722,1,'2026-01-21 19:50:59','2026-01-21 19:50:59','a2dfab98-22c4-40df-ac87-4018fe1889ff'),
(88286,7,15286,NULL,3468,1,'2026-01-21 19:50:59','2026-01-21 19:50:59','ea310d23-5ad4-4049-b9d7-92cdd55ab51e'),
(88287,7,15286,NULL,601,2,'2026-01-21 19:50:59','2026-01-21 19:50:59','e4ac30ec-8f74-4c4d-a16e-2253375c936e'),
(88288,7,15286,NULL,9640,3,'2026-01-21 19:50:59','2026-01-21 19:50:59','e6b70813-49e9-4c8c-96da-3c9ea6dd9cc3'),
(88289,7,15286,NULL,617,4,'2026-01-21 19:50:59','2026-01-21 19:50:59','a28a1bce-0f2b-434d-9d21-4b711d8834cb'),
(88290,7,15286,NULL,605,5,'2026-01-21 19:50:59','2026-01-21 19:50:59','239eace6-8f58-47b5-8760-5b68aef4615c'),
(88291,7,15286,NULL,9552,6,'2026-01-21 19:50:59','2026-01-21 19:50:59','a40e105f-fb2c-4374-b633-81b218681a3e'),
(88292,7,15286,NULL,9549,7,'2026-01-21 19:50:59','2026-01-21 19:50:59','11cd0b06-f800-4050-8f50-9a34ca4d708a'),
(88293,82,15286,NULL,479,1,'2026-01-21 19:50:59','2026-01-21 19:50:59','c57fe5e9-c3f0-4665-9589-6f5e71b862bc'),
(88294,47,15286,NULL,12386,1,'2026-01-21 19:50:59','2026-01-21 19:50:59','6aca1f52-ea78-4d10-a4ae-7ab2f71a4d5b'),
(88295,57,15286,NULL,8024,1,'2026-01-21 19:50:59','2026-01-21 19:50:59','3dc4c60c-da00-4b4c-b78e-a0234fee9467'),
(88296,57,15286,NULL,8025,2,'2026-01-21 19:50:59','2026-01-21 19:50:59','01411355-ab0b-4557-a08e-bea4f57f62ed'),
(88297,57,15286,NULL,8027,3,'2026-01-21 19:50:59','2026-01-21 19:50:59','6b8422de-1302-46e0-961d-58fc04b75fb2'),
(88298,57,15286,NULL,8026,4,'2026-01-21 19:50:59','2026-01-21 19:50:59','3f2c528d-161d-41c1-9a55-b3841740c9e1'),
(88325,32,15288,NULL,2614,1,'2026-01-21 19:51:54','2026-01-21 19:51:54','501bead7-b687-4429-86fa-adba08ccee66'),
(88326,32,15288,NULL,2598,2,'2026-01-21 19:51:54','2026-01-21 19:51:54','b85f3e14-ab0f-4c71-b175-ef92f8076518'),
(88327,32,15288,NULL,2608,3,'2026-01-21 19:51:54','2026-01-21 19:51:54','bd96122f-5f6c-410b-9f05-f1925dcd2600'),
(88328,32,15288,NULL,2600,4,'2026-01-21 19:51:54','2026-01-21 19:51:54','580d91be-3a3b-4e7c-ba58-09691ebb98dc'),
(88329,32,15288,NULL,2596,5,'2026-01-21 19:51:54','2026-01-21 19:51:54','c6293316-dc98-4d61-8948-8ad0f04e5a60'),
(88330,32,15288,NULL,2602,6,'2026-01-21 19:51:54','2026-01-21 19:51:54','1eae85c7-570f-4112-8189-cf98b7c77ea4'),
(88331,32,15288,NULL,2612,7,'2026-01-21 19:51:54','2026-01-21 19:51:54','88859c9f-908a-49a8-a5d9-761bd78f265d'),
(88332,32,15288,NULL,2604,8,'2026-01-21 19:51:54','2026-01-21 19:51:54','852e40da-d6eb-46c6-a7df-bc52931f8a5d'),
(88333,16,15288,NULL,10216,1,'2026-01-21 19:51:54','2026-01-21 19:51:54','5ff515d4-8cf8-4194-bf6d-656f0d17f6fc'),
(88334,7,15288,NULL,9732,1,'2026-01-21 19:51:54','2026-01-21 19:51:54','c3615f05-1b3d-48ec-9d42-4c54ec8e39bc'),
(88335,7,15288,NULL,617,2,'2026-01-21 19:51:54','2026-01-21 19:51:54','98e01366-3106-4a99-8c37-743e602953ed'),
(88336,7,15288,NULL,605,3,'2026-01-21 19:51:54','2026-01-21 19:51:54','2219ae99-e7bd-4c12-aee0-887e19228bc7'),
(88337,7,15288,NULL,9552,4,'2026-01-21 19:51:54','2026-01-21 19:51:54','26312cc0-eb6f-4fcd-af3d-64c2a59905bf'),
(88338,82,15288,NULL,479,1,'2026-01-21 19:51:54','2026-01-21 19:51:54','42481144-1ced-4b1a-9a41-39fbd313dc0b'),
(88339,82,15288,NULL,483,2,'2026-01-21 19:51:54','2026-01-21 19:51:54','72e8bea9-6f0e-4537-b8eb-04a05aeb5a1b'),
(88340,47,15288,NULL,12324,1,'2026-01-21 19:51:54','2026-01-21 19:51:54','828a2451-665c-4628-bf8f-738d8749e666'),
(88341,57,15288,NULL,9694,1,'2026-01-21 19:51:54','2026-01-21 19:51:54','b7a13e27-f140-4c6e-96ae-5c28c2489d7f'),
(88342,57,15288,NULL,9692,2,'2026-01-21 19:51:54','2026-01-21 19:51:54','1e458cc5-98e9-441d-843e-52fd179ff04f'),
(88343,57,15288,NULL,9693,3,'2026-01-21 19:51:54','2026-01-21 19:51:54','6ea36462-946b-49ee-beb3-08d709e77ab8'),
(88344,57,15288,NULL,9685,4,'2026-01-21 19:51:54','2026-01-21 19:51:54','b5b5611e-f998-4db4-8cd7-594e894d3a94'),
(88345,57,15288,NULL,9686,5,'2026-01-21 19:51:54','2026-01-21 19:51:54','ee3ca22f-72db-4ad5-8728-1e482eca1ba9'),
(88346,57,15288,NULL,9687,6,'2026-01-21 19:51:54','2026-01-21 19:51:54','5fe3527c-4933-41f7-8077-a9dd44f93e8e'),
(88347,57,15288,NULL,9688,7,'2026-01-21 19:51:54','2026-01-21 19:51:54','88c1302a-e2b0-48b1-8ffb-c613d0fcbda3'),
(88348,57,15288,NULL,9689,8,'2026-01-21 19:51:54','2026-01-21 19:51:54','dc1e09ce-7e7f-4802-8436-b48f3c4854fb'),
(88349,57,15288,NULL,9690,9,'2026-01-21 19:51:54','2026-01-21 19:51:54','f5c83259-15fd-4b10-ac15-5a118f18c794'),
(88380,32,15290,NULL,2610,1,'2026-01-21 19:52:10','2026-01-21 19:52:10','4200d96a-c801-4ef0-abb2-6c6532349c3d'),
(88381,32,15290,NULL,2598,2,'2026-01-21 19:52:10','2026-01-21 19:52:10','aac28823-4d3e-4858-86d1-81038d013596'),
(88382,32,15290,NULL,2624,3,'2026-01-21 19:52:10','2026-01-21 19:52:10','fe35a481-169c-433b-af1b-1fa3f65079d8'),
(88383,32,15290,NULL,2600,4,'2026-01-21 19:52:10','2026-01-21 19:52:10','dc8727a1-f680-43e5-8616-7b998fac1470'),
(88384,32,15290,NULL,2596,5,'2026-01-21 19:52:10','2026-01-21 19:52:10','ed2f9d1c-adf1-4a2e-b2ba-a80498e7feb8'),
(88385,32,15290,NULL,2602,6,'2026-01-21 19:52:10','2026-01-21 19:52:10','3bed8440-6132-49cf-b90c-71ef36238ace'),
(88386,32,15290,NULL,2606,7,'2026-01-21 19:52:10','2026-01-21 19:52:10','353d2d5c-7395-4b68-9355-5abf2a611d92'),
(88387,32,15290,NULL,2612,8,'2026-01-21 19:52:10','2026-01-21 19:52:10','f33bb2bd-472e-495a-b49f-b4ce4997b12f'),
(88388,32,15290,NULL,2604,9,'2026-01-21 19:52:10','2026-01-21 19:52:10','dbe48953-a5ee-4dd5-821b-bbcb935bbacb'),
(88389,32,15290,NULL,2608,10,'2026-01-21 19:52:10','2026-01-21 19:52:10','82d30e0f-bf70-471b-9235-f64dff4c91c5'),
(88390,16,15290,NULL,11819,1,'2026-01-21 19:52:10','2026-01-21 19:52:10','3c8e37d5-949a-42fd-8e00-7ef91a9d8bda'),
(88391,7,15290,NULL,2969,1,'2026-01-21 19:52:10','2026-01-21 19:52:10','00bd4762-49bc-43e9-b47b-158f3dadd7a7'),
(88392,7,15290,NULL,617,2,'2026-01-21 19:52:10','2026-01-21 19:52:10','298f9416-ee5c-4578-951f-bfb8c295d902'),
(88393,7,15290,NULL,605,3,'2026-01-21 19:52:10','2026-01-21 19:52:10','7c6e9cf0-66ae-49fc-9cd8-49f35bdb58b9'),
(88394,7,15290,NULL,9552,4,'2026-01-21 19:52:10','2026-01-21 19:52:10','14b59044-de0b-4513-84ce-52d14b1ed840'),
(88395,82,15290,NULL,491,1,'2026-01-21 19:52:10','2026-01-21 19:52:10','d82018e5-6de2-452c-9927-228f44b84e03'),
(88396,46,15290,NULL,2891,1,'2026-01-21 19:52:10','2026-01-21 19:52:10','2cb3a0bb-df1a-4fff-87d8-298a09db6387'),
(88397,47,15290,NULL,14967,1,'2026-01-21 19:52:10','2026-01-21 19:52:10','f950f94c-f64d-4b09-8da3-f287a2e2cfdc'),
(88398,57,15290,NULL,4927,1,'2026-01-21 19:52:10','2026-01-21 19:52:10','1a1b1d66-799f-487a-90f2-cf9294694f60'),
(88399,57,15290,NULL,7772,2,'2026-01-21 19:52:10','2026-01-21 19:52:10','e977f9a8-6d24-4924-9e03-5060a93758d9'),
(88400,57,15290,NULL,4931,3,'2026-01-21 19:52:10','2026-01-21 19:52:10','623fbfac-6df4-4f42-a832-f7cd925837f3'),
(88401,57,15290,NULL,4930,4,'2026-01-21 19:52:10','2026-01-21 19:52:10','a07ce8d3-d9e9-46f6-a9a1-ec5eeeb522dd'),
(88402,57,15290,NULL,4932,5,'2026-01-21 19:52:10','2026-01-21 19:52:10','3d18c151-e11d-4b76-8983-faef916a63a2'),
(88403,57,15290,NULL,4933,6,'2026-01-21 19:52:10','2026-01-21 19:52:10','e9ff029a-d194-4837-9ea8-837b25dc963a'),
(88404,57,15290,NULL,4934,7,'2026-01-21 19:52:10','2026-01-21 19:52:10','8dc88264-2b66-42fe-b329-5d0f9ef5ec40'),
(88405,57,15290,NULL,4935,8,'2026-01-21 19:52:10','2026-01-21 19:52:10','560e27e3-a311-454b-af05-ec5287751140'),
(88406,57,15290,NULL,7739,9,'2026-01-21 19:52:10','2026-01-21 19:52:10','072b0894-52bc-4380-9e8b-2b607e2cb92c'),
(88407,57,15290,NULL,7740,10,'2026-01-21 19:52:10','2026-01-21 19:52:10','f4fc3357-b80d-4969-a7d0-4c1b1d233519'),
(88408,57,15290,NULL,7741,11,'2026-01-21 19:52:10','2026-01-21 19:52:10','76094414-7cb6-48c5-9ade-b8c27768497e'),
(88435,32,15292,NULL,2610,1,'2026-01-21 19:52:28','2026-01-21 19:52:28','7b3714ff-4502-4bb9-b27b-0b0c09a2d3fb'),
(88436,32,15292,NULL,2598,2,'2026-01-21 19:52:28','2026-01-21 19:52:28','d927d92c-f83c-42e9-82c7-68245f262ce2'),
(88437,32,15292,NULL,2608,3,'2026-01-21 19:52:28','2026-01-21 19:52:28','bc05d0d2-9666-44d8-b4b4-188aa5d811e4'),
(88438,32,15292,NULL,2600,4,'2026-01-21 19:52:28','2026-01-21 19:52:28','9fa43c49-6f95-42b6-bfd8-bd99f8385281'),
(88439,32,15292,NULL,2596,5,'2026-01-21 19:52:28','2026-01-21 19:52:28','bac5c0c9-3e3a-416a-be22-886d08bb822a'),
(88440,32,15292,NULL,2602,6,'2026-01-21 19:52:28','2026-01-21 19:52:28','277d4e48-e0bb-4b50-b9ed-2471dfcefe2a'),
(88441,32,15292,NULL,2604,7,'2026-01-21 19:52:28','2026-01-21 19:52:28','fa2bd063-4898-4424-8fc9-0a3d2df10e72'),
(88442,32,15292,NULL,2606,8,'2026-01-21 19:52:28','2026-01-21 19:52:28','45be3325-62c4-4069-a4d1-a56086abefa5'),
(88443,32,15292,NULL,2612,9,'2026-01-21 19:52:28','2026-01-21 19:52:28','b8e7f942-11af-40b2-b844-a11ec77ad30d'),
(88444,16,15292,NULL,7707,1,'2026-01-21 19:52:28','2026-01-21 19:52:28','0a184f01-b5fa-47b1-9f4f-35d67ac30286'),
(88445,7,15292,NULL,2969,1,'2026-01-21 19:52:28','2026-01-21 19:52:28','47944b27-65fe-47f4-9a8e-91b9f297a52b'),
(88446,7,15292,NULL,3027,2,'2026-01-21 19:52:28','2026-01-21 19:52:28','486065c9-3231-4802-ad91-aabd0d88b743'),
(88447,7,15292,NULL,9727,3,'2026-01-21 19:52:28','2026-01-21 19:52:28','2dcdedcf-c96e-48f2-b8de-1ba7a4b71595'),
(88448,7,15292,NULL,617,4,'2026-01-21 19:52:28','2026-01-21 19:52:28','c0151de0-0148-4327-816d-a9bf40ef2a9f'),
(88449,7,15292,NULL,605,5,'2026-01-21 19:52:28','2026-01-21 19:52:28','f2e8635e-c6e0-4379-b343-91f287564b36'),
(88450,82,15292,NULL,491,1,'2026-01-21 19:52:28','2026-01-21 19:52:28','8e355617-b67a-4b11-96fd-8b8f61069483'),
(88451,46,15292,NULL,7369,1,'2026-01-21 19:52:28','2026-01-21 19:52:28','cdb54525-f0f4-4b57-a7da-70e79a205410'),
(88452,47,15292,NULL,14963,1,'2026-01-21 19:52:28','2026-01-21 19:52:28','d221b90d-703d-495a-8e58-3f0730e2e121'),
(88453,57,15292,NULL,4923,1,'2026-01-21 19:52:28','2026-01-21 19:52:28','8016119c-fae1-4650-877d-84e38cf1897d'),
(88454,57,15292,NULL,4920,2,'2026-01-21 19:52:28','2026-01-21 19:52:28','e1595778-4c43-43ae-b898-df9f30eb9c13'),
(88455,57,15292,NULL,4921,3,'2026-01-21 19:52:28','2026-01-21 19:52:28','dc85dfa6-c8cf-42c2-a7a6-6a8b2187d15b'),
(88456,57,15292,NULL,4922,4,'2026-01-21 19:52:28','2026-01-21 19:52:28','1f4ef3c1-0f03-475f-b728-6007db17c9bc'),
(88457,57,15292,NULL,4924,5,'2026-01-21 19:52:28','2026-01-21 19:52:28','770adcb2-4874-4b01-a06a-5b4c6a1b9561'),
(88458,57,15292,NULL,7722,6,'2026-01-21 19:52:28','2026-01-21 19:52:28','f9551ad7-e038-43da-90a3-4f5adcf756e3'),
(88482,32,15294,NULL,2610,1,'2026-01-21 19:52:44','2026-01-21 19:52:44','e910ff4c-ceb3-468f-abf7-e69fecf554fa'),
(88483,32,15294,NULL,2598,2,'2026-01-21 19:52:44','2026-01-21 19:52:44','371d6b0d-df75-4146-97b7-0a9255837db8'),
(88484,32,15294,NULL,2600,3,'2026-01-21 19:52:44','2026-01-21 19:52:44','d8886d81-94d5-47f7-9370-c086c453c61c'),
(88485,32,15294,NULL,2604,4,'2026-01-21 19:52:44','2026-01-21 19:52:44','a424394c-1f22-4818-9843-ded6bb65ff21'),
(88486,32,15294,NULL,2608,5,'2026-01-21 19:52:44','2026-01-21 19:52:44','f23f0037-6e58-48d1-bbf4-1fa2681a09c7'),
(88487,32,15294,NULL,2596,6,'2026-01-21 19:52:44','2026-01-21 19:52:44','841dfb89-eeb8-4835-976d-8f24ad511109'),
(88488,32,15294,NULL,2602,7,'2026-01-21 19:52:44','2026-01-21 19:52:44','3203e22a-4297-40e6-9e2f-eb7c1c7b2820'),
(88489,32,15294,NULL,2606,8,'2026-01-21 19:52:44','2026-01-21 19:52:44','a0d42ba2-99cb-4ba8-958a-7020b835962a'),
(88490,32,15294,NULL,2612,9,'2026-01-21 19:52:44','2026-01-21 19:52:44','2950835f-35d9-4242-b094-6c5d7d61a85f'),
(88491,16,15294,NULL,4282,1,'2026-01-21 19:52:44','2026-01-21 19:52:44','e4deed4c-dc82-45c7-9b01-8d752554adae'),
(88492,7,15294,NULL,2969,1,'2026-01-21 19:52:44','2026-01-21 19:52:44','bdcd947b-649a-43cc-8ec5-969f0a5bce20'),
(88493,7,15294,NULL,617,2,'2026-01-21 19:52:44','2026-01-21 19:52:44','975ef64d-5172-41e8-b04f-195e7cc83bb3'),
(88494,7,15294,NULL,605,3,'2026-01-21 19:52:44','2026-01-21 19:52:44','b5841a23-c0fd-43a0-b021-232682afb481'),
(88495,7,15294,NULL,9552,4,'2026-01-21 19:52:44','2026-01-21 19:52:44','de092797-464e-4273-9631-ad2f4c6ce0b9'),
(88496,82,15294,NULL,469,1,'2026-01-21 19:52:44','2026-01-21 19:52:44','00416ae6-6ce1-459e-b954-e0a59ea3a46b'),
(88497,82,15294,NULL,479,2,'2026-01-21 19:52:44','2026-01-21 19:52:44','ce365714-4178-4939-a58c-eb1e120f9410'),
(88498,82,15294,NULL,491,3,'2026-01-21 19:52:44','2026-01-21 19:52:44','d026902c-5834-44a3-a4aa-b79cf136b88d'),
(88499,47,15294,NULL,10478,1,'2026-01-21 19:52:44','2026-01-21 19:52:44','55ad59fc-33c3-459f-aa13-42c948d10569'),
(88500,57,15294,NULL,8740,1,'2026-01-21 19:52:44','2026-01-21 19:52:44','b6dbdf36-be84-4a36-8c22-1fc7291feb38'),
(88501,57,15294,NULL,4911,2,'2026-01-21 19:52:44','2026-01-21 19:52:44','aeb90ff4-80a7-4df6-92a6-e29f2faffd79'),
(88502,57,15294,NULL,4909,3,'2026-01-21 19:52:44','2026-01-21 19:52:44','f7071ad7-0974-41c7-9831-a8ccc938ffaf'),
(88503,57,15294,NULL,4910,4,'2026-01-21 19:52:44','2026-01-21 19:52:44','a599b264-662e-408a-8b25-c122c1236ad8'),
(88536,32,15297,NULL,2598,1,'2026-01-21 19:52:56','2026-01-21 19:52:56','3191724a-adf6-4ffd-bc65-a06e4e02a1d8'),
(88537,32,15297,NULL,2608,2,'2026-01-21 19:52:56','2026-01-21 19:52:56','43611719-0800-442e-9a63-3542dbaedfd6'),
(88538,32,15297,NULL,2600,3,'2026-01-21 19:52:56','2026-01-21 19:52:56','a1a3bbb0-e3c6-4dd4-a747-7ad291b0ea01'),
(88539,32,15297,NULL,2602,4,'2026-01-21 19:52:56','2026-01-21 19:52:56','77ab2f97-40d8-4212-b960-3e6b2af8eebe'),
(88540,32,15297,NULL,2612,5,'2026-01-21 19:52:56','2026-01-21 19:52:56','37da1af2-aab6-42d1-ae3e-39f4f7371905'),
(88541,32,15297,NULL,2604,6,'2026-01-21 19:52:56','2026-01-21 19:52:56','476b7989-e495-4029-92ad-ca43eb5819eb'),
(88542,32,15297,NULL,2610,7,'2026-01-21 19:52:56','2026-01-21 19:52:56','07e6f648-c729-4eef-92c3-dca68ed6f7bc'),
(88543,32,15297,NULL,2596,8,'2026-01-21 19:52:56','2026-01-21 19:52:56','7ef84b79-0dde-4630-81d9-480b8f47c23e'),
(88544,32,15297,NULL,2606,9,'2026-01-21 19:52:56','2026-01-21 19:52:56','dcbdea6e-e41e-4fe3-8c35-7e04d0ab0343'),
(88545,16,15297,NULL,4884,1,'2026-01-21 19:52:56','2026-01-21 19:52:56','daefc8d3-49f8-4c22-b479-d3c7aab6681c'),
(88546,7,15297,NULL,6547,1,'2026-01-21 19:52:56','2026-01-21 19:52:56','fa978b27-6350-4724-adfb-5561749540b0'),
(88547,7,15297,NULL,601,2,'2026-01-21 19:52:56','2026-01-21 19:52:56','0e6c33e4-0c37-4fe5-980c-d90c85d75a03'),
(88548,7,15297,NULL,9732,3,'2026-01-21 19:52:56','2026-01-21 19:52:56','74ebc6b2-ec75-4e96-84a1-5e97de353203'),
(88549,7,15297,NULL,9735,4,'2026-01-21 19:52:56','2026-01-21 19:52:56','7e6fec85-90c9-47a1-8732-3b28d13187c8'),
(88550,7,15297,NULL,617,5,'2026-01-21 19:52:56','2026-01-21 19:52:56','97ddcdb2-8f39-4258-9495-b2217eb7134f'),
(88551,7,15297,NULL,605,6,'2026-01-21 19:52:56','2026-01-21 19:52:56','62fb7df2-41f7-407a-aea6-96e6ce914162'),
(88552,7,15297,NULL,9552,7,'2026-01-21 19:52:56','2026-01-21 19:52:56','9dbcaa11-cf80-4f85-b584-2ce73a78bd5a'),
(88553,82,15297,NULL,479,1,'2026-01-21 19:52:56','2026-01-21 19:52:56','137a0908-ec53-43e0-b40f-a6e8578f8e81'),
(88554,82,15297,NULL,491,2,'2026-01-21 19:52:56','2026-01-21 19:52:56','69f1e1ae-6cdc-4502-8837-648cc26371c7'),
(88555,82,15297,NULL,469,3,'2026-01-21 19:52:56','2026-01-21 19:52:56','3c2698fd-6289-42c1-b99c-1b58ae63524a'),
(88556,47,15297,NULL,12256,1,'2026-01-21 19:52:56','2026-01-21 19:52:56','5536246b-44d7-47d1-94f9-9fdcec570eef'),
(88557,57,15297,NULL,4886,1,'2026-01-21 19:52:56','2026-01-21 19:52:56','86f02e8a-4cf3-4df8-9e14-abea68924220'),
(88558,57,15297,NULL,4880,2,'2026-01-21 19:52:56','2026-01-21 19:52:56','e23ce215-8b0a-455a-a50d-b254275df088'),
(88559,57,15297,NULL,4888,3,'2026-01-21 19:52:56','2026-01-21 19:52:56','743e2b5f-450d-4512-ab90-711857f3ae38'),
(88560,57,15297,NULL,4882,4,'2026-01-21 19:52:56','2026-01-21 19:52:56','fd7deb0e-2b0e-47b5-ada1-c139508b5a2c'),
(88561,57,15297,NULL,4879,5,'2026-01-21 19:52:56','2026-01-21 19:52:56','1f5bcfaa-4209-46e6-bbcd-9fc61453b07d'),
(88562,57,15297,NULL,4881,6,'2026-01-21 19:52:56','2026-01-21 19:52:56','fd662ac4-dcd0-41db-a83e-d68e3be544ca'),
(88563,57,15297,NULL,4887,7,'2026-01-21 19:52:56','2026-01-21 19:52:56','4841bba6-5505-4437-a081-0b4df664e09e'),
(88564,57,15297,NULL,4883,8,'2026-01-21 19:52:56','2026-01-21 19:52:56','e2cfdd14-5539-47ae-a611-b024b72105e0'),
(88565,57,15297,NULL,4884,9,'2026-01-21 19:52:56','2026-01-21 19:52:56','3838f565-4ea9-422b-a353-997d48467c5d'),
(88566,57,15297,NULL,4885,10,'2026-01-21 19:52:56','2026-01-21 19:52:56','2af5d81a-66db-4129-977e-8ffa8fad65ba'),
(88580,83,15300,NULL,945,1,'2026-01-21 19:53:11','2026-01-21 19:53:11','c703bed0-ee1d-4ce3-b9bc-73e20e5b9385'),
(88581,16,15300,NULL,2968,1,'2026-01-21 19:53:11','2026-01-21 19:53:11','7df4ef02-dff4-44cf-9c6d-d11a8bbce66a'),
(88582,7,15300,NULL,605,1,'2026-01-21 19:53:11','2026-01-21 19:53:11','9bbcc22c-b3b3-4322-a0ac-af3141518e6c'),
(88583,7,15300,NULL,617,2,'2026-01-21 19:53:11','2026-01-21 19:53:11','d9a0ed0b-e18d-4fc0-8750-12677f00603a'),
(88584,7,15300,NULL,9552,3,'2026-01-21 19:53:11','2026-01-21 19:53:11','ee3360d5-5504-406a-8838-4414c342e929'),
(88585,57,15300,NULL,3248,1,'2026-01-21 19:53:11','2026-01-21 19:53:11','ff79415d-0793-4952-ac17-ef9628ee6717'),
(88586,57,15300,NULL,3246,2,'2026-01-21 19:53:11','2026-01-21 19:53:11','f5ffdc5c-95c0-4fac-96ff-8fd9191a2c4a'),
(88587,57,15300,NULL,3254,3,'2026-01-21 19:53:11','2026-01-21 19:53:11','52f90471-f289-41bb-9638-5ce754907348'),
(88588,57,15300,NULL,3253,4,'2026-01-21 19:53:11','2026-01-21 19:53:11','bbd87aa5-96f2-4c34-b4f9-de7aa02c7d5a'),
(88589,57,15300,NULL,3251,5,'2026-01-21 19:53:11','2026-01-21 19:53:11','b7de9952-d169-4422-a27c-d375f8067c6e'),
(88590,57,15300,NULL,3245,6,'2026-01-21 19:53:11','2026-01-21 19:53:11','b921b8ab-dacc-427b-8c39-7cac6bc4801e'),
(88618,32,15302,NULL,2610,1,'2026-01-21 19:53:19','2026-01-21 19:53:19','fafe1906-85bf-4f86-9e6b-08b486ed3344'),
(88619,32,15302,NULL,2598,2,'2026-01-21 19:53:19','2026-01-21 19:53:19','011a1fda-b7d4-4906-9081-990ae43016e1'),
(88620,32,15302,NULL,2608,3,'2026-01-21 19:53:19','2026-01-21 19:53:19','daa7511a-410c-4b3d-8ca2-90349f24e149'),
(88621,32,15302,NULL,2600,4,'2026-01-21 19:53:19','2026-01-21 19:53:19','719b28f1-3814-4c46-9a8e-b8737c2533cd'),
(88622,32,15302,NULL,2596,5,'2026-01-21 19:53:19','2026-01-21 19:53:19','8cce4b20-c4a2-483f-b229-70eb078fca53'),
(88623,32,15302,NULL,2602,6,'2026-01-21 19:53:19','2026-01-21 19:53:19','581978cd-e825-46e6-98eb-54dfaa0511b8'),
(88624,32,15302,NULL,2604,7,'2026-01-21 19:53:19','2026-01-21 19:53:19','80b9af1e-dfbc-4c89-adeb-36f48953234a'),
(88625,32,15302,NULL,2606,8,'2026-01-21 19:53:19','2026-01-21 19:53:19','bd3f9b59-adfc-4af5-adc7-ed6bb634ff3a'),
(88626,32,15302,NULL,2612,9,'2026-01-21 19:53:19','2026-01-21 19:53:19','937f41d9-d4a6-4941-89d5-371c7f92b58e'),
(88627,83,15302,NULL,951,1,'2026-01-21 19:53:19','2026-01-21 19:53:19','43297ccf-567f-4d23-b93f-21da64897cfb'),
(88628,16,15302,NULL,7700,1,'2026-01-21 19:53:19','2026-01-21 19:53:19','e885e825-f63e-447b-8a83-d68e7abaffca'),
(88629,7,15302,NULL,2969,1,'2026-01-21 19:53:19','2026-01-21 19:53:19','3688a379-b0d2-4cbd-ac32-595990f0aae3'),
(88630,7,15302,NULL,2972,2,'2026-01-21 19:53:19','2026-01-21 19:53:19','87be80c2-3da7-4a5c-a298-c7260e56c5b7'),
(88631,7,15302,NULL,2974,3,'2026-01-21 19:53:19','2026-01-21 19:53:19','28b0dca4-9e60-4ece-859e-d1279dc7e06d'),
(88632,7,15302,NULL,617,4,'2026-01-21 19:53:19','2026-01-21 19:53:19','1b7d94f0-d522-4baf-b5c3-aa8e682802a0'),
(88633,7,15302,NULL,605,5,'2026-01-21 19:53:19','2026-01-21 19:53:19','66800ffb-ab5e-4c8c-ba78-4ad7a9e9d219'),
(88634,7,15302,NULL,9552,6,'2026-01-21 19:53:19','2026-01-21 19:53:19','e8437a5e-44d1-4e7c-8727-0128c6bbc8dd'),
(88635,82,15302,NULL,491,1,'2026-01-21 19:53:19','2026-01-21 19:53:19','3e8d1845-7e65-4ae7-8883-f0f245d5b04a'),
(88636,47,15302,NULL,14958,1,'2026-01-21 19:53:19','2026-01-21 19:53:19','afdde12a-9d37-4ae1-b593-df234266ed61'),
(88637,57,15302,NULL,4842,1,'2026-01-21 19:53:19','2026-01-21 19:53:19','6511cd16-b633-4544-a0bc-172412e1782b'),
(88638,57,15302,NULL,4841,2,'2026-01-21 19:53:19','2026-01-21 19:53:19','fa36a636-12cf-4f05-bb70-7dd8991e7e6a'),
(88639,57,15302,NULL,4846,3,'2026-01-21 19:53:19','2026-01-21 19:53:19','4321a087-7521-4f3a-b55b-fc6855ae4252'),
(88640,57,15302,NULL,4845,4,'2026-01-21 19:53:19','2026-01-21 19:53:19','677e7aec-e65f-4e9b-b4c6-82c286b68ffa'),
(88641,57,15302,NULL,4844,5,'2026-01-21 19:53:19','2026-01-21 19:53:19','46232d4c-6633-42fc-b509-223f2e66ab6c'),
(88642,57,15302,NULL,4843,6,'2026-01-21 19:53:19','2026-01-21 19:53:19','215d5765-93de-4679-a83e-6975180f92c7'),
(88668,32,15304,NULL,2610,1,'2026-01-21 19:53:32','2026-01-21 19:53:32','6bc77d95-26b8-4ee7-be0a-4df5ed1fb70b'),
(88669,32,15304,NULL,2598,2,'2026-01-21 19:53:32','2026-01-21 19:53:32','c497adf5-6360-4592-8e8f-6ed220174522'),
(88670,32,15304,NULL,2600,3,'2026-01-21 19:53:32','2026-01-21 19:53:32','ba894fc3-9b3a-4a71-9458-4f8e6abdd5c2'),
(88671,32,15304,NULL,2604,4,'2026-01-21 19:53:32','2026-01-21 19:53:32','83752a52-e517-4606-be51-9b4894334900'),
(88672,32,15304,NULL,2608,5,'2026-01-21 19:53:32','2026-01-21 19:53:32','95daff42-0c2d-404e-b890-c5e99188054f'),
(88673,32,15304,NULL,2602,6,'2026-01-21 19:53:32','2026-01-21 19:53:32','8287dd37-78b7-4ee3-b0c8-3c6750538d33'),
(88674,32,15304,NULL,2596,7,'2026-01-21 19:53:32','2026-01-21 19:53:32','9dd8f03e-dfe1-4b11-bc09-3bd34b234de6'),
(88675,32,15304,NULL,2606,8,'2026-01-21 19:53:32','2026-01-21 19:53:32','fb4d24fd-0a5a-480e-ac3a-ff3fe1729698'),
(88676,32,15304,NULL,2612,9,'2026-01-21 19:53:32','2026-01-21 19:53:32','38b8b3c2-d0ba-4e26-ba55-2e36764c944d'),
(88677,16,15304,NULL,4834,1,'2026-01-21 19:53:32','2026-01-21 19:53:32','42adb450-1c10-4627-99ed-1b6866028e54'),
(88678,7,15304,NULL,6547,1,'2026-01-21 19:53:32','2026-01-21 19:53:32','eaaf7a5c-aae5-4267-bcb7-942e4802ba31'),
(88679,7,15304,NULL,601,2,'2026-01-21 19:53:32','2026-01-21 19:53:32','116980e1-d5df-4f68-82f5-e74417273df2'),
(88680,7,15304,NULL,9640,3,'2026-01-21 19:53:32','2026-01-21 19:53:32','c172c7e0-cb5f-4d88-a062-82185acd0b8c'),
(88681,7,15304,NULL,617,4,'2026-01-21 19:53:32','2026-01-21 19:53:32','56eac5ad-5c93-4aef-b958-b1b8c84ebff6'),
(88682,7,15304,NULL,605,5,'2026-01-21 19:53:32','2026-01-21 19:53:32','9427cef5-ae5b-46c4-b188-62f9c1508683'),
(88683,82,15304,NULL,469,1,'2026-01-21 19:53:32','2026-01-21 19:53:32','a748e64c-3f95-4207-b8ee-a2f879d8f7d8'),
(88684,82,15304,NULL,479,2,'2026-01-21 19:53:32','2026-01-21 19:53:32','ae86fb50-9fd8-4760-96fa-9d1f34b5536d'),
(88685,82,15304,NULL,491,3,'2026-01-21 19:53:32','2026-01-21 19:53:32','4927b083-4ebf-4400-8d62-4beac92863a2'),
(88686,47,15304,NULL,10474,1,'2026-01-21 19:53:32','2026-01-21 19:53:32','209704a5-4751-4851-9c59-bfa53ace90a0'),
(88687,57,15304,NULL,4838,1,'2026-01-21 19:53:32','2026-01-21 19:53:32','358d255e-057d-4951-9e3b-b248545817a3'),
(88688,57,15304,NULL,4836,2,'2026-01-21 19:53:32','2026-01-21 19:53:32','2fbbd27a-84c1-47cb-99d2-b15915d2e155'),
(88689,57,15304,NULL,4834,3,'2026-01-21 19:53:32','2026-01-21 19:53:32','596e60da-a8ce-4804-a1ef-dc7d55d3cf10'),
(88690,57,15304,NULL,4837,4,'2026-01-21 19:53:32','2026-01-21 19:53:32','815fc705-f190-4073-b144-f1b08c2502d6'),
(88718,32,15306,NULL,2610,1,'2026-01-21 19:53:46','2026-01-21 19:53:46','c27a697d-f7ae-4b5d-be34-7d0fa1d86886'),
(88719,32,15306,NULL,2598,2,'2026-01-21 19:53:46','2026-01-21 19:53:46','288cb5af-c892-470f-94ac-dbbfa67620b6'),
(88720,32,15306,NULL,2600,3,'2026-01-21 19:53:46','2026-01-21 19:53:46','5dd61e57-f22a-4c56-a418-343b27cc506a'),
(88721,32,15306,NULL,2602,4,'2026-01-21 19:53:46','2026-01-21 19:53:46','5638f5df-2630-4589-b69c-68dd84e3c7be'),
(88722,32,15306,NULL,2612,5,'2026-01-21 19:53:46','2026-01-21 19:53:46','41d8be45-2e22-48bf-b530-9c1021c23fa7'),
(88723,32,15306,NULL,2618,6,'2026-01-21 19:53:46','2026-01-21 19:53:46','e6287135-96d2-40b8-89b0-b9a02daae9ff'),
(88724,32,15306,NULL,2604,7,'2026-01-21 19:53:46','2026-01-21 19:53:46','699d135d-28e0-43bc-bcc4-b39c434410ff'),
(88725,32,15306,NULL,2608,8,'2026-01-21 19:53:46','2026-01-21 19:53:46','c7e5e5c0-6c25-477f-aa21-b0a4d47d08a5'),
(88726,32,15306,NULL,2596,9,'2026-01-21 19:53:46','2026-01-21 19:53:46','ab4540aa-68d7-441e-a570-5d8202a2c361'),
(88727,32,15306,NULL,2606,10,'2026-01-21 19:53:46','2026-01-21 19:53:46','eaa9afb0-91f1-4eeb-bdd4-954d6e7501d6'),
(88728,16,15306,NULL,4829,1,'2026-01-21 19:53:46','2026-01-21 19:53:46','29d5ea44-6d3c-472a-9217-1e1b7f5b03e1'),
(88729,7,15306,NULL,3468,1,'2026-01-21 19:53:46','2026-01-21 19:53:46','62b6aec5-fdee-4aa6-9fb5-fd9346fb6a7a'),
(88730,7,15306,NULL,601,2,'2026-01-21 19:53:46','2026-01-21 19:53:46','df5f71b0-a4e4-4e0b-8c1c-b092b9aa1d08'),
(88731,7,15306,NULL,617,3,'2026-01-21 19:53:46','2026-01-21 19:53:46','8590d797-a36f-49fa-bf6f-7cb1b55ef54a'),
(88732,7,15306,NULL,605,4,'2026-01-21 19:53:46','2026-01-21 19:53:46','48e57f01-eb64-41fd-9bc4-8bec0b3a3b64'),
(88733,7,15306,NULL,9552,5,'2026-01-21 19:53:46','2026-01-21 19:53:46','93ff659c-b2f6-4cd2-b424-382c6f707330'),
(88734,82,15306,NULL,479,1,'2026-01-21 19:53:46','2026-01-21 19:53:46','b1d5f642-d341-4d9a-bfc5-7a0cbe39917a'),
(88735,82,15306,NULL,491,2,'2026-01-21 19:53:46','2026-01-21 19:53:46','ba7212c3-6be6-4957-80ef-f8405b3378b6'),
(88736,46,15306,NULL,3697,1,'2026-01-21 19:53:46','2026-01-21 19:53:46','accae654-23bf-4fa0-bd92-d4bc70449530'),
(88737,47,15306,NULL,12380,1,'2026-01-21 19:53:46','2026-01-21 19:53:46','c35f9905-fdef-4a6d-8a4d-2f8e2de7ce5b'),
(88738,57,15306,NULL,4829,1,'2026-01-21 19:53:46','2026-01-21 19:53:46','6900ebfd-829d-4b9b-a031-e5a9c991bc26'),
(88739,57,15306,NULL,3689,2,'2026-01-21 19:53:46','2026-01-21 19:53:46','52474c98-df51-49b1-9b80-a161a803c93a'),
(88740,57,15306,NULL,4826,3,'2026-01-21 19:53:46','2026-01-21 19:53:46','5441e9e2-c78d-4cdf-8244-7b9ec3cef1b7'),
(88741,57,15306,NULL,4828,4,'2026-01-21 19:53:46','2026-01-21 19:53:46','42633f1f-d5fa-40fc-993d-e6a8f241add3'),
(88742,57,15306,NULL,4827,5,'2026-01-21 19:53:46','2026-01-21 19:53:46','882d31ee-599a-4d0a-b019-8ff8d4bfcf1c'),
(88770,32,15308,NULL,2614,1,'2026-01-21 19:54:02','2026-01-21 19:54:02','e1ad178f-b9a3-47ed-9882-01aca8111b8f'),
(88771,32,15308,NULL,2610,2,'2026-01-21 19:54:02','2026-01-21 19:54:02','155fbc6c-bc3d-47e8-85fb-177d72aa37c3'),
(88772,32,15308,NULL,2598,3,'2026-01-21 19:54:02','2026-01-21 19:54:02','98c4df9b-6428-4c39-bfec-ce7911bf3a59'),
(88773,32,15308,NULL,2600,4,'2026-01-21 19:54:02','2026-01-21 19:54:02','9ffc8794-5328-41d9-8530-534d575ddd07'),
(88774,32,15308,NULL,2604,5,'2026-01-21 19:54:02','2026-01-21 19:54:02','4f8034a1-a397-4c88-b125-fbfbb3677e3a'),
(88775,32,15308,NULL,2608,6,'2026-01-21 19:54:02','2026-01-21 19:54:02','1fe2ce3b-fb4a-4812-9df9-c23c0069de7e'),
(88776,32,15308,NULL,2596,7,'2026-01-21 19:54:02','2026-01-21 19:54:02','26fe13f8-6508-45fa-b2f7-e8261ce47a40'),
(88777,32,15308,NULL,2602,8,'2026-01-21 19:54:02','2026-01-21 19:54:02','01297a2d-9c9a-4e09-abe8-86c76a9c36c0'),
(88778,32,15308,NULL,2606,9,'2026-01-21 19:54:02','2026-01-21 19:54:02','9c1c8c17-ef3b-453d-972b-88be329fa95b'),
(88779,32,15308,NULL,2612,10,'2026-01-21 19:54:02','2026-01-21 19:54:02','94505785-15e7-4876-8839-e6eed8ac010c'),
(88780,16,15308,NULL,4824,1,'2026-01-21 19:54:02','2026-01-21 19:54:02','4ff7c872-0463-4271-b24e-9775f221ecaa'),
(88781,7,15308,NULL,6547,1,'2026-01-21 19:54:02','2026-01-21 19:54:02','41e2d94f-c026-4df6-8fce-0f0b5896c02e'),
(88782,7,15308,NULL,601,2,'2026-01-21 19:54:02','2026-01-21 19:54:02','255b84ff-8d1b-44d2-9da3-ff587353e5ce'),
(88783,7,15308,NULL,2974,3,'2026-01-21 19:54:02','2026-01-21 19:54:02','1424c381-5626-48d1-be4d-6280318d9a9b'),
(88784,7,15308,NULL,617,4,'2026-01-21 19:54:02','2026-01-21 19:54:02','9d3990e9-95e0-4ddf-9812-6257309f1670'),
(88785,7,15308,NULL,9640,5,'2026-01-21 19:54:02','2026-01-21 19:54:02','c332c811-1e1f-4e91-9b48-fd0e272dc5b4'),
(88786,7,15308,NULL,605,6,'2026-01-21 19:54:02','2026-01-21 19:54:02','67b85cee-44df-41aa-8529-e1f03ebd5455'),
(88787,7,15308,NULL,9552,7,'2026-01-21 19:54:02','2026-01-21 19:54:02','c4a1c1fa-86ed-40e3-94db-cc0d70d6f137'),
(88788,7,15308,NULL,9549,8,'2026-01-21 19:54:02','2026-01-21 19:54:02','043d82e0-ebde-477d-b11d-7c8633b40ef4'),
(88789,82,15308,NULL,479,1,'2026-01-21 19:54:02','2026-01-21 19:54:02','bb1cff10-525e-47ea-acd2-5761a3993185'),
(88790,47,15308,NULL,12482,1,'2026-01-21 19:54:02','2026-01-21 19:54:02','a62973b5-ef8b-4f21-97a4-0034453faa4a'),
(88791,57,15308,NULL,4821,1,'2026-01-21 19:54:02','2026-01-21 19:54:02','1b62743a-d6d6-4827-8a9a-458750a4ce5b'),
(88792,57,15308,NULL,4822,2,'2026-01-21 19:54:02','2026-01-21 19:54:02','c7be321e-9eda-4ade-9f96-92893368a724'),
(88793,57,15308,NULL,4823,3,'2026-01-21 19:54:02','2026-01-21 19:54:02','c68623f9-11dc-4bf6-a1e0-48ba17dba604'),
(88794,57,15308,NULL,4824,4,'2026-01-21 19:54:02','2026-01-21 19:54:02','e24dab4e-b111-4b4e-a238-a209c35d09a8'),
(88795,13,15308,NULL,6620,1,'2026-01-21 19:54:02','2026-01-21 19:54:02','a145e499-4b1d-4ec8-adb3-d30a35c1f3f4'),
(88817,32,15310,NULL,2610,1,'2026-01-21 19:54:17','2026-01-21 19:54:17','e95356f7-3577-40e8-84ce-660194de3423'),
(88818,32,15310,NULL,2598,2,'2026-01-21 19:54:17','2026-01-21 19:54:17','13496361-35a2-4bab-a54a-fd20c37841fb'),
(88819,32,15310,NULL,2608,3,'2026-01-21 19:54:17','2026-01-21 19:54:17','6a0f4b0b-d796-4509-a239-6c618901c7e6'),
(88820,32,15310,NULL,2600,4,'2026-01-21 19:54:17','2026-01-21 19:54:17','7cfc59e6-9316-4654-91c2-b92cce689b6b'),
(88821,32,15310,NULL,2596,5,'2026-01-21 19:54:17','2026-01-21 19:54:17','a780224e-b8ba-4788-835c-8c097c48ede6'),
(88822,32,15310,NULL,2602,6,'2026-01-21 19:54:17','2026-01-21 19:54:17','1f7427ce-331b-4cd1-bf76-34e8f91a6835'),
(88823,32,15310,NULL,2604,7,'2026-01-21 19:54:17','2026-01-21 19:54:17','bdecc4fd-b8a2-42b1-b08a-660303226426'),
(88824,32,15310,NULL,2606,8,'2026-01-21 19:54:17','2026-01-21 19:54:17','331b532c-dc2f-4c71-b872-056e5126c1f3'),
(88825,32,15310,NULL,2612,9,'2026-01-21 19:54:17','2026-01-21 19:54:17','25141e2d-52fd-4988-82cb-3e7378364123'),
(88826,16,15310,NULL,545,1,'2026-01-21 19:54:17','2026-01-21 19:54:17','47d8ecb2-0205-4378-941c-7d8f47869f5c'),
(88827,7,15310,NULL,601,1,'2026-01-21 19:54:17','2026-01-21 19:54:17','070065d9-a32f-4db9-95bc-0de848d87f4d'),
(88828,7,15310,NULL,617,2,'2026-01-21 19:54:17','2026-01-21 19:54:17','f591ea9c-5d9b-4e67-bf45-65ca127b8c03'),
(88829,7,15310,NULL,605,3,'2026-01-21 19:54:17','2026-01-21 19:54:17','3e66f8db-392c-4c8c-ac5c-62a5f562be7d'),
(88830,7,15310,NULL,9552,4,'2026-01-21 19:54:17','2026-01-21 19:54:17','51bb6cd0-fba0-499c-8619-351db5ff53ac'),
(88831,82,15310,NULL,491,1,'2026-01-21 19:54:17','2026-01-21 19:54:17','fb82debd-5317-40ae-a0f8-d59bbf4dfa30'),
(88832,47,15310,NULL,14954,1,'2026-01-21 19:54:17','2026-01-21 19:54:17','f315c63a-57c5-4e54-87cf-1a93a6f1ae82'),
(88833,57,15310,NULL,545,1,'2026-01-21 19:54:17','2026-01-21 19:54:17','4f240370-d670-4710-96bf-3a75658fec47'),
(88834,57,15310,NULL,137,2,'2026-01-21 19:54:17','2026-01-21 19:54:17','8e31b92f-a23d-40db-a8a5-65bad3a0a567'),
(88835,57,15310,NULL,138,3,'2026-01-21 19:54:17','2026-01-21 19:54:17','b006719f-9b63-4ab5-ac79-82092736ba51'),
(88836,57,15310,NULL,136,4,'2026-01-21 19:54:17','2026-01-21 19:54:17','c31001d4-715b-4b90-8d9c-af2f1a62bc6e'),
(88864,32,15312,NULL,2610,1,'2026-01-21 19:54:31','2026-01-21 19:54:31','f68a09c6-ced8-4b80-b3d0-f862d917547e'),
(88865,32,15312,NULL,2598,2,'2026-01-21 19:54:31','2026-01-21 19:54:31','d78f32b3-ba0b-41cd-81d3-9a311d8dab42'),
(88866,32,15312,NULL,2608,3,'2026-01-21 19:54:31','2026-01-21 19:54:31','32cc5a7c-c95a-4e2e-848a-3126a19c9966'),
(88867,32,15312,NULL,2624,4,'2026-01-21 19:54:31','2026-01-21 19:54:31','4d27fc90-a368-4678-a9ba-579bbbb491e3'),
(88868,32,15312,NULL,2600,5,'2026-01-21 19:54:31','2026-01-21 19:54:31','f780ef61-7cfa-4a3a-947f-c4bfb827e0c6'),
(88869,32,15312,NULL,2596,6,'2026-01-21 19:54:31','2026-01-21 19:54:31','f49f5ddc-8d74-4a57-8dee-3cec72eba956'),
(88870,32,15312,NULL,2602,7,'2026-01-21 19:54:31','2026-01-21 19:54:31','d0727eaf-91a3-4d07-9590-c39f7b6e9fef'),
(88871,32,15312,NULL,2606,8,'2026-01-21 19:54:31','2026-01-21 19:54:31','358ad721-2b70-4d5b-a0d0-f99efc2ee397'),
(88872,32,15312,NULL,2612,9,'2026-01-21 19:54:31','2026-01-21 19:54:31','36951098-120a-4885-9bed-e3ad8e9e39f1'),
(88873,32,15312,NULL,2604,10,'2026-01-21 19:54:31','2026-01-21 19:54:31','983b943e-26bf-4af9-b251-188682176a69'),
(88874,16,15312,NULL,4786,1,'2026-01-21 19:54:31','2026-01-21 19:54:31','28e2fd2f-1d30-4f11-8e9f-fbc54e56882d'),
(88875,7,15312,NULL,6547,1,'2026-01-21 19:54:31','2026-01-21 19:54:31','013df24d-63e5-4b71-a7c5-09e99e10d05f'),
(88876,7,15312,NULL,601,2,'2026-01-21 19:54:31','2026-01-21 19:54:31','6f4e627d-f684-402e-a3c2-e0deb2f8bb41'),
(88877,7,15312,NULL,617,3,'2026-01-21 19:54:31','2026-01-21 19:54:31','4c3663a4-bf92-41cb-88f5-228087102a99'),
(88878,7,15312,NULL,605,4,'2026-01-21 19:54:31','2026-01-21 19:54:31','e2b38120-5220-4ff3-bc67-0ee01b55fa28'),
(88879,7,15312,NULL,9552,5,'2026-01-21 19:54:31','2026-01-21 19:54:31','1de799c3-2ec5-44bf-9158-87d21d132858'),
(88880,82,15312,NULL,491,1,'2026-01-21 19:54:31','2026-01-21 19:54:31','bac2e1b1-a9d3-4bec-8579-013170e0cf2f'),
(88881,46,15312,NULL,2891,1,'2026-01-21 19:54:31','2026-01-21 19:54:31','d351ee6c-b6ac-435a-ba3f-287b5e861bf7'),
(88882,47,15312,NULL,12247,1,'2026-01-21 19:54:31','2026-01-21 19:54:31','1acf019e-7e05-40ec-ab2b-57d8c7ae7263'),
(88883,57,15312,NULL,4808,1,'2026-01-21 19:54:31','2026-01-21 19:54:31','9b07b2c7-eb69-4c16-ad05-247bb4afd95b'),
(88884,57,15312,NULL,4811,2,'2026-01-21 19:54:31','2026-01-21 19:54:31','da6e8844-52e0-441c-ac3b-1883f8953833'),
(88885,57,15312,NULL,4807,3,'2026-01-21 19:54:31','2026-01-21 19:54:31','5cb1b213-119a-40b5-bea2-4b78797a0709'),
(88886,57,15312,NULL,4806,4,'2026-01-21 19:54:31','2026-01-21 19:54:31','3b085fc7-5267-499c-be91-a27166c828cb'),
(88887,57,15312,NULL,4809,5,'2026-01-21 19:54:31','2026-01-21 19:54:31','c5d00018-598b-4f70-b168-94dd4822b456'),
(88888,57,15312,NULL,4810,6,'2026-01-21 19:54:31','2026-01-21 19:54:31','afc293eb-7612-431a-a995-b0a2046220f7'),
(88921,47,1467,NULL,15316,1,'2026-01-21 19:55:07','2026-01-21 19:55:07','92ddd66e-e4f1-4cab-860d-074e80e1bb3f'),
(88922,32,15317,NULL,2610,1,'2026-01-21 19:55:07','2026-01-21 19:55:07','7c24405f-fb3e-4175-b193-2bc5d65a04de'),
(88923,32,15317,NULL,2598,2,'2026-01-21 19:55:07','2026-01-21 19:55:07','70c43220-e7de-4819-99bb-25353b8b7807'),
(88924,32,15317,NULL,2608,3,'2026-01-21 19:55:07','2026-01-21 19:55:07','054ab384-7e92-4577-8f08-1eea26e32323'),
(88925,32,15317,NULL,2600,4,'2026-01-21 19:55:07','2026-01-21 19:55:07','222d7c80-83da-4e95-b3d0-4aa67ca8331e'),
(88926,32,15317,NULL,2596,5,'2026-01-21 19:55:07','2026-01-21 19:55:07','623b70c4-76f9-4994-a9e1-6d97ac2e2c71'),
(88927,32,15317,NULL,2602,6,'2026-01-21 19:55:07','2026-01-21 19:55:07','741886f4-2507-429d-96b8-cbbbb6ae471e'),
(88928,32,15317,NULL,2606,7,'2026-01-21 19:55:07','2026-01-21 19:55:07','1cc186dc-cbe9-48f3-a0bf-51bac9b5fbb0'),
(88929,32,15317,NULL,2612,8,'2026-01-21 19:55:07','2026-01-21 19:55:07','b2c009b2-6c22-4eef-acc8-06716220c2e3'),
(88930,32,15317,NULL,2604,9,'2026-01-21 19:55:07','2026-01-21 19:55:07','1ad8b1b7-ebf9-4fe8-b71a-82b84a70fbf3'),
(88931,16,15317,NULL,10248,1,'2026-01-21 19:55:07','2026-01-21 19:55:07','7e47915c-642a-4c52-beb2-918a70bc41dc'),
(88932,7,15317,NULL,6547,1,'2026-01-21 19:55:07','2026-01-21 19:55:07','d6b3db18-1aef-4fcc-b01e-36226bc10872'),
(88933,7,15317,NULL,601,2,'2026-01-21 19:55:07','2026-01-21 19:55:07','f901b99a-7646-4b54-86f2-40154ff212a4'),
(88934,7,15317,NULL,617,3,'2026-01-21 19:55:07','2026-01-21 19:55:07','f152e699-db10-4fe1-9ff3-af81c230d103'),
(88935,7,15317,NULL,2974,4,'2026-01-21 19:55:07','2026-01-21 19:55:07','a26e4285-07fd-41c3-8938-86dcc3d38883'),
(88936,7,15317,NULL,605,5,'2026-01-21 19:55:07','2026-01-21 19:55:07','8040af69-01cb-46be-88bc-c8b15652e660'),
(88937,7,15317,NULL,9552,6,'2026-01-21 19:55:07','2026-01-21 19:55:07','3ba74f03-b23e-466c-9998-404aca0af5c1'),
(88938,82,15317,NULL,491,1,'2026-01-21 19:55:07','2026-01-21 19:55:07','330b4f1c-45d8-4e5b-9cc2-b66e7e4c0938'),
(88939,46,15317,NULL,7369,1,'2026-01-21 19:55:07','2026-01-21 19:55:07','cd8373a2-997c-4fb3-8074-af7c8b1515b6'),
(88940,47,15317,NULL,15316,1,'2026-01-21 19:55:07','2026-01-21 19:55:07','f8f1477d-354d-4258-a9e8-debbdb9099e0'),
(88941,57,15317,NULL,10250,1,'2026-01-21 19:55:07','2026-01-21 19:55:07','d4bd2e3d-769d-4730-b408-4c51f82d8142'),
(88942,57,15317,NULL,10249,2,'2026-01-21 19:55:07','2026-01-21 19:55:07','33d10648-e58e-4d67-b645-8d0e831ce259'),
(88943,57,15317,NULL,9331,3,'2026-01-21 19:55:07','2026-01-21 19:55:07','c7c025f8-8a3f-4bb4-b978-d3e25047267d'),
(88944,57,15317,NULL,9336,4,'2026-01-21 19:55:07','2026-01-21 19:55:07','12309ff1-adee-4510-ac3a-3e4b4a411f70'),
(88945,57,15317,NULL,9332,5,'2026-01-21 19:55:07','2026-01-21 19:55:07','d5550fce-eddd-4907-a1ce-6dfe7531d659'),
(88946,57,15317,NULL,10251,6,'2026-01-21 19:55:07','2026-01-21 19:55:07','67ed953d-c800-4101-8851-a256173b1cf5'),
(88947,57,15317,NULL,9333,7,'2026-01-21 19:55:07','2026-01-21 19:55:07','437c4d4f-bdee-4714-a5b6-48fd9488d59a'),
(88948,57,15317,NULL,9334,8,'2026-01-21 19:55:07','2026-01-21 19:55:07','db1f075d-e1d3-4e87-ba25-9d1ab579dcd9'),
(88949,57,15317,NULL,9335,9,'2026-01-21 19:55:07','2026-01-21 19:55:07','a9fe5aa1-8955-4a15-99cd-a86273b34d41'),
(88950,57,15317,NULL,10252,10,'2026-01-21 19:55:07','2026-01-21 19:55:07','de2c240a-3dbd-4b79-9f9d-6c57be502d19'),
(88954,32,15320,NULL,2598,1,'2026-01-21 20:01:18','2026-01-21 20:01:18','b4b4c94a-52d6-44ab-839d-a14fc6889810'),
(88955,32,15320,NULL,2608,2,'2026-01-21 20:01:18','2026-01-21 20:01:18','375a34af-ccab-4db5-a7ea-244c3b625e29'),
(88956,32,15320,NULL,2600,3,'2026-01-21 20:01:18','2026-01-21 20:01:18','08db5cd2-6612-423c-8bbd-82e3ca2751f5'),
(88957,32,15320,NULL,2596,4,'2026-01-21 20:01:18','2026-01-21 20:01:18','e4bc07cd-698b-4885-92f9-2519625f5aee'),
(88958,32,15320,NULL,2602,5,'2026-01-21 20:01:18','2026-01-21 20:01:18','a95d25e2-682a-4c02-8595-602f7810b3cc'),
(88959,32,15320,NULL,2606,6,'2026-01-21 20:01:18','2026-01-21 20:01:18','b1d7351b-f186-4060-a85c-586441431c1c'),
(88960,32,15320,NULL,2604,7,'2026-01-21 20:01:18','2026-01-21 20:01:18','1850d67b-0241-4987-9649-e93f71ad18ee'),
(88961,32,15320,NULL,2610,8,'2026-01-21 20:01:18','2026-01-21 20:01:18','5aba6310-56f3-4350-bfb5-22dd7082c7a8'),
(88962,32,15320,NULL,2612,9,'2026-01-21 20:01:18','2026-01-21 20:01:18','371071ac-4533-4b1e-98f7-e4689f0aeae2'),
(88963,16,15320,NULL,15319,1,'2026-01-21 20:01:18','2026-01-21 20:01:18','64962346-7113-4826-9c8c-67592ac22f35'),
(88964,7,15320,NULL,2969,1,'2026-01-21 20:01:18','2026-01-21 20:01:18','36edbb1b-e9d4-4a7c-adef-3a11671b7a98'),
(88965,7,15320,NULL,617,2,'2026-01-21 20:01:18','2026-01-21 20:01:18','54f63249-e1a5-4340-8649-eedef151a96f'),
(88966,7,15320,NULL,605,3,'2026-01-21 20:01:18','2026-01-21 20:01:18','f2751c00-d286-41f7-990d-f84ffec206da'),
(88967,7,15320,NULL,9552,4,'2026-01-21 20:01:18','2026-01-21 20:01:18','5eb7a00f-71ab-42f1-ba4a-7b926db2b8fa'),
(88968,82,15320,NULL,491,1,'2026-01-21 20:01:18','2026-01-21 20:01:18','a4f39858-39fb-4f89-a190-a6c0076100bd'),
(88969,47,15320,NULL,10463,1,'2026-01-21 20:01:18','2026-01-21 20:01:18','b2a1b9e1-1f3d-4d2c-92f2-9e7448a29629'),
(88986,32,15328,NULL,2598,1,'2026-01-21 20:05:19','2026-01-21 20:05:19','894455f0-ff62-4524-b3b5-f19025b97091'),
(88987,32,15328,NULL,2608,2,'2026-01-21 20:05:19','2026-01-21 20:05:19','a27dbc25-6686-40da-8028-07bac13623a2'),
(88988,32,15328,NULL,2600,3,'2026-01-21 20:05:19','2026-01-21 20:05:19','b34039cc-0f5f-454f-8f7d-af20a9ebf7b1'),
(88989,32,15328,NULL,2596,4,'2026-01-21 20:05:19','2026-01-21 20:05:19','3a95dfc3-3257-46d9-8cf0-2e5fc0873adf'),
(88990,32,15328,NULL,2602,5,'2026-01-21 20:05:19','2026-01-21 20:05:19','8dafdf07-8f5f-440f-a4b4-cb4631d655e9'),
(88991,32,15328,NULL,2606,6,'2026-01-21 20:05:19','2026-01-21 20:05:19','e6305d2c-f94c-48fb-814e-681d475f1d52'),
(88992,32,15328,NULL,2604,7,'2026-01-21 20:05:19','2026-01-21 20:05:19','3a65b3a6-737c-42c5-a53a-ea28464bd4f2'),
(88993,32,15328,NULL,2610,8,'2026-01-21 20:05:19','2026-01-21 20:05:19','b8af3931-e0fe-4921-bb04-5ee8d751f6db'),
(88994,32,15328,NULL,2612,9,'2026-01-21 20:05:19','2026-01-21 20:05:19','20e1c53a-0adc-4499-9ef5-1f4bc7febcc0'),
(88995,7,15328,NULL,2969,1,'2026-01-21 20:05:19','2026-01-21 20:05:19','d1fedf38-603e-4c03-b80a-cfcf93337f8a'),
(88996,7,15328,NULL,617,2,'2026-01-21 20:05:19','2026-01-21 20:05:19','8093e1ba-5a0e-49b2-8e6a-fd1afcfdfed1'),
(88997,7,15328,NULL,605,3,'2026-01-21 20:05:19','2026-01-21 20:05:19','58492068-c93a-4db0-b8d1-e062744f8e10'),
(88998,7,15328,NULL,9552,4,'2026-01-21 20:05:19','2026-01-21 20:05:19','80c4a394-deff-4c28-a94f-039560a50f2c'),
(88999,82,15328,NULL,491,1,'2026-01-21 20:05:19','2026-01-21 20:05:19','4d020b7f-c3c1-4ab0-ad37-764400a3f69a'),
(89000,47,15328,NULL,10463,1,'2026-01-21 20:05:19','2026-01-21 20:05:19','e75a7b35-bc5e-41aa-9716-d599a66ed989'),
(89017,16,1481,NULL,15333,1,'2026-01-21 20:18:37','2026-01-21 20:18:37','2bfbf0d1-3eda-4d92-8e1d-8d29ddc69e39'),
(89018,32,15334,NULL,2598,1,'2026-01-21 20:18:37','2026-01-21 20:18:37','480caed8-e6f8-467b-b21b-2578b4001442'),
(89019,32,15334,NULL,2608,2,'2026-01-21 20:18:37','2026-01-21 20:18:37','fa85aac6-13ff-42bc-bc06-05231430125c'),
(89020,32,15334,NULL,2600,3,'2026-01-21 20:18:37','2026-01-21 20:18:37','0198e0cb-f66f-44a9-ab08-27fc44132c09'),
(89021,32,15334,NULL,2596,4,'2026-01-21 20:18:37','2026-01-21 20:18:37','e425847b-2fbb-4961-9d42-547e2abeb4cf'),
(89022,32,15334,NULL,2602,5,'2026-01-21 20:18:37','2026-01-21 20:18:37','4267ab82-0167-45f0-b7fa-8a8e56a12d48'),
(89023,32,15334,NULL,2606,6,'2026-01-21 20:18:37','2026-01-21 20:18:37','a91594d6-5223-4639-8fb0-29b07e696c8f'),
(89024,32,15334,NULL,2604,7,'2026-01-21 20:18:37','2026-01-21 20:18:37','4308ef1e-2d28-4f24-ae6b-9e9eef3bd01b'),
(89025,32,15334,NULL,2610,8,'2026-01-21 20:18:37','2026-01-21 20:18:37','2f9cdb16-50d9-4ea9-afae-a61fb2e1a35f'),
(89026,32,15334,NULL,2612,9,'2026-01-21 20:18:37','2026-01-21 20:18:37','0a74bd44-1bb4-427d-82cf-2bfbe6a494b0'),
(89027,16,15334,NULL,15333,1,'2026-01-21 20:18:37','2026-01-21 20:18:37','615a6e92-40b5-42e3-a41e-faaefa049663'),
(89028,7,15334,NULL,2969,1,'2026-01-21 20:18:37','2026-01-21 20:18:37','8d315b75-8015-41f5-982e-c588a6de5c38'),
(89029,7,15334,NULL,617,2,'2026-01-21 20:18:37','2026-01-21 20:18:37','5a47e65a-c580-47ed-a538-fea19312d9e7'),
(89030,7,15334,NULL,605,3,'2026-01-21 20:18:37','2026-01-21 20:18:37','64db6947-de08-47b9-8dab-1c0b14175a4f'),
(89031,7,15334,NULL,9552,4,'2026-01-21 20:18:37','2026-01-21 20:18:37','7d435194-dbf6-40ae-88c1-efd2ccbd8264'),
(89032,82,15334,NULL,491,1,'2026-01-21 20:18:37','2026-01-21 20:18:37','911aed3b-d606-49d3-a459-fd9215dc7276'),
(89033,47,15334,NULL,10463,1,'2026-01-21 20:18:37','2026-01-21 20:18:37','860a12aa-0fde-423e-a464-cbf192b5edc0'),
(89050,32,15336,NULL,2598,1,'2026-01-21 20:18:55','2026-01-21 20:18:55','b22e481a-0cfa-405b-a05b-a2342dfe7f05'),
(89051,32,15336,NULL,2608,2,'2026-01-21 20:18:55','2026-01-21 20:18:55','bb2211bf-b1be-45f4-ac18-b955ab2a56da'),
(89052,32,15336,NULL,2600,3,'2026-01-21 20:18:55','2026-01-21 20:18:55','5ce4bd5f-8e49-40a3-b2d2-1a2dee14ab7a'),
(89053,32,15336,NULL,2596,4,'2026-01-21 20:18:55','2026-01-21 20:18:55','0a595367-7a2a-4dbe-b161-c57204f68642'),
(89054,32,15336,NULL,2602,5,'2026-01-21 20:18:55','2026-01-21 20:18:55','0bf1c0be-ec4b-4cee-ad34-2c896e964afb'),
(89055,32,15336,NULL,2606,6,'2026-01-21 20:18:55','2026-01-21 20:18:55','9285f707-33f7-466d-8525-3fb428631b5c'),
(89056,32,15336,NULL,2604,7,'2026-01-21 20:18:55','2026-01-21 20:18:55','018f63d3-7ccf-4037-9b9d-39790010e961'),
(89057,32,15336,NULL,2610,8,'2026-01-21 20:18:55','2026-01-21 20:18:55','a4fa38d5-38dc-4ffa-adf7-046e5a0e720c'),
(89058,32,15336,NULL,2612,9,'2026-01-21 20:18:55','2026-01-21 20:18:55','22cecc86-884c-4bff-909c-5978fee1eb83'),
(89059,16,15336,NULL,15333,1,'2026-01-21 20:18:55','2026-01-21 20:18:55','ff4fa5a8-3b31-49d2-a0a9-b903245653f8'),
(89060,7,15336,NULL,2969,1,'2026-01-21 20:18:55','2026-01-21 20:18:55','ce09ef78-0887-4d32-afb2-08a49c0e4f60'),
(89061,7,15336,NULL,617,2,'2026-01-21 20:18:55','2026-01-21 20:18:55','0c4f8328-22a6-4a88-a5ee-d77562a4f310'),
(89062,7,15336,NULL,605,3,'2026-01-21 20:18:55','2026-01-21 20:18:55','d2888a11-32f1-4906-8ef3-cd833bed800c'),
(89063,7,15336,NULL,9552,4,'2026-01-21 20:18:55','2026-01-21 20:18:55','bc87a4f5-453f-4f9f-ae0e-6c2bd9dd57db'),
(89064,82,15336,NULL,491,1,'2026-01-21 20:18:55','2026-01-21 20:18:55','5436c068-6088-4a05-947c-0ab0e7c116d9'),
(89065,47,15336,NULL,10463,1,'2026-01-21 20:18:55','2026-01-21 20:18:55','84a2e249-6a14-4e71-924b-f401a3a1ae19'),
(89082,32,15338,NULL,2598,1,'2026-01-21 20:19:14','2026-01-21 20:19:14','1ae9d1e6-b9c1-4981-b90a-71fcdfc6e1f4'),
(89083,32,15338,NULL,2608,2,'2026-01-21 20:19:14','2026-01-21 20:19:14','f47e5f1a-5e8a-4325-a136-431d3cfcd0be'),
(89084,32,15338,NULL,2600,3,'2026-01-21 20:19:14','2026-01-21 20:19:14','7580f868-9e9b-426b-b3b5-0fbe9fff73cb'),
(89085,32,15338,NULL,2596,4,'2026-01-21 20:19:14','2026-01-21 20:19:14','e00ea9f7-eef3-4cd6-a915-91f41dcb891b'),
(89086,32,15338,NULL,2602,5,'2026-01-21 20:19:14','2026-01-21 20:19:14','d0c62766-54f7-4ebe-969e-cbd1bc8ab4b2'),
(89087,32,15338,NULL,2606,6,'2026-01-21 20:19:14','2026-01-21 20:19:14','fc7511c4-0951-4c39-8d8a-1486668c486d'),
(89088,32,15338,NULL,2604,7,'2026-01-21 20:19:14','2026-01-21 20:19:14','fa79d3c4-b9a2-4ec3-b912-4ef6d6cb3bf5'),
(89089,32,15338,NULL,2610,8,'2026-01-21 20:19:14','2026-01-21 20:19:14','bcd53cb0-ef21-485d-a54f-3259d05dacf6'),
(89090,32,15338,NULL,2612,9,'2026-01-21 20:19:14','2026-01-21 20:19:14','8902b89c-88fc-425e-9804-02b8018662fb'),
(89091,16,15338,NULL,15333,1,'2026-01-21 20:19:14','2026-01-21 20:19:14','a58316ba-503c-473e-ba00-e014e6af8328'),
(89092,7,15338,NULL,2969,1,'2026-01-21 20:19:14','2026-01-21 20:19:14','1bd75c52-cd5a-4752-8179-9967304ec9bb'),
(89093,7,15338,NULL,617,2,'2026-01-21 20:19:14','2026-01-21 20:19:14','dfc3c99b-1652-48c7-8cb0-97aa7b32c19e'),
(89094,7,15338,NULL,605,3,'2026-01-21 20:19:14','2026-01-21 20:19:14','c070d77b-1797-4f7e-aa76-3caa3da247a4'),
(89095,7,15338,NULL,9552,4,'2026-01-21 20:19:14','2026-01-21 20:19:14','8107fbed-28a4-4199-b9a8-692d81df4459'),
(89096,82,15338,NULL,491,1,'2026-01-21 20:19:14','2026-01-21 20:19:14','1bfa455a-9ed5-4123-a4ae-b995f3ea3df4'),
(89097,47,15338,NULL,10463,1,'2026-01-21 20:19:14','2026-01-21 20:19:14','3a7dbed4-644d-45d8-ac09-173e80da1d2d'),
(89133,32,15346,NULL,2614,1,'2026-01-21 20:24:02','2026-01-21 20:24:02','a4cf457c-5eb3-4cf1-94c9-ffbc681d592c'),
(89134,32,15346,NULL,2610,2,'2026-01-21 20:24:02','2026-01-21 20:24:02','e3811d09-9094-4336-86ba-f3d89bf0a43d'),
(89135,32,15346,NULL,2598,3,'2026-01-21 20:24:02','2026-01-21 20:24:02','66b0f368-c88b-4a6b-930a-28de999fbc1f'),
(89136,32,15346,NULL,2608,4,'2026-01-21 20:24:02','2026-01-21 20:24:02','a2f110ae-fab6-4017-8090-e679f8bab8f2'),
(89137,32,15346,NULL,2600,5,'2026-01-21 20:24:02','2026-01-21 20:24:02','9ff5e38f-a6bc-4e94-aa22-7918b95d390b'),
(89138,32,15346,NULL,2596,6,'2026-01-21 20:24:02','2026-01-21 20:24:02','d82fda92-18b0-4eb5-a543-13685dc4e264'),
(89139,32,15346,NULL,2602,7,'2026-01-21 20:24:02','2026-01-21 20:24:02','06469da8-bcdf-4129-8f68-7e054992c03b'),
(89140,32,15346,NULL,2606,8,'2026-01-21 20:24:02','2026-01-21 20:24:02','7a3989d0-5442-4767-af11-56871faf3ec7'),
(89141,32,15346,NULL,2612,9,'2026-01-21 20:24:02','2026-01-21 20:24:02','1659970a-7bb4-467e-88e8-0e90a289ac99'),
(89142,32,15346,NULL,2604,10,'2026-01-21 20:24:02','2026-01-21 20:24:02','5cb97119-e226-4dbc-ad55-1459db33a4a0'),
(89143,16,15346,NULL,10041,1,'2026-01-21 20:24:02','2026-01-21 20:24:02','4d1c86a5-14de-4869-be11-1c92fd98e79a'),
(89144,7,15346,NULL,601,1,'2026-01-21 20:24:02','2026-01-21 20:24:02','a8783be5-9148-41c1-b6c8-5b5cb712422a'),
(89145,7,15346,NULL,617,2,'2026-01-21 20:24:02','2026-01-21 20:24:02','d0a6abcd-f68f-4088-80c9-2c863730f616'),
(89146,7,15346,NULL,9549,3,'2026-01-21 20:24:02','2026-01-21 20:24:02','ea3edc12-bf3d-4f89-932d-fa9a15d83eca'),
(89147,7,15346,NULL,605,4,'2026-01-21 20:24:02','2026-01-21 20:24:02','21fb7015-2d73-4084-910d-544632c0a1bd'),
(89148,7,15346,NULL,9552,5,'2026-01-21 20:24:02','2026-01-21 20:24:02','86ec7edc-836b-4c29-8c94-819c893cffd1'),
(89149,46,15346,NULL,7381,1,'2026-01-21 20:24:02','2026-01-21 20:24:02','b273e14b-de19-406a-b58d-254f19afa257'),
(89150,47,15346,NULL,12458,1,'2026-01-21 20:24:02','2026-01-21 20:24:02','c4cf096c-4038-491f-8844-9975fe673c73'),
(89151,57,15346,NULL,10057,1,'2026-01-21 20:24:02','2026-01-21 20:24:02','0901a1eb-8cbf-48fe-a664-b481e789b346'),
(89152,57,15346,NULL,10049,2,'2026-01-21 20:24:02','2026-01-21 20:24:02','fbb92581-6747-4b17-8c7e-b0e5225a8991'),
(89153,57,15346,NULL,10044,3,'2026-01-21 20:24:02','2026-01-21 20:24:02','f15726e7-9579-4f25-9f6f-2602fe04437b'),
(89154,57,15346,NULL,10045,4,'2026-01-21 20:24:02','2026-01-21 20:24:02','31569226-c408-46f6-a52b-4dd4001b597c'),
(89155,57,15346,NULL,10042,5,'2026-01-21 20:24:02','2026-01-21 20:24:02','4c5ae723-7761-4aea-883f-68af510e8cf1'),
(89156,57,15346,NULL,10043,6,'2026-01-21 20:24:02','2026-01-21 20:24:02','8fe844cf-ab60-4fe4-a840-2384e1452686'),
(89157,57,15346,NULL,10046,7,'2026-01-21 20:24:02','2026-01-21 20:24:02','0161ea77-aa18-4dc6-ab05-8f11fa126296'),
(89158,57,15346,NULL,10047,8,'2026-01-21 20:24:02','2026-01-21 20:24:02','8870e1b1-0d02-4ce9-911e-783a3e9f0e6f'),
(89159,57,15346,NULL,10048,9,'2026-01-21 20:24:02','2026-01-21 20:24:02','3f3f33b9-7ce3-41f6-8cdc-12a9a476d297'),
(89160,57,15346,NULL,10051,10,'2026-01-21 20:24:02','2026-01-21 20:24:02','7052aa95-5370-4cca-bfca-04f6d505e750'),
(89161,57,15346,NULL,10052,11,'2026-01-21 20:24:02','2026-01-21 20:24:02','8aafdaa2-efb2-456f-a89b-06c597e1e2b4'),
(89162,57,15346,NULL,10053,12,'2026-01-21 20:24:02','2026-01-21 20:24:02','5840e151-d858-4c86-aa9f-ef22ff15c5ae'),
(89163,57,15346,NULL,10055,13,'2026-01-21 20:24:02','2026-01-21 20:24:02','a58707c3-5878-432d-808b-11d9f87634c2'),
(89164,57,15346,NULL,10059,14,'2026-01-21 20:24:02','2026-01-21 20:24:02','143f8b76-5acf-4428-87d8-b478f7863c2a'),
(89165,57,15346,NULL,10060,15,'2026-01-21 20:24:02','2026-01-21 20:24:02','83d810a1-429b-4d58-9bb4-054c25bba9bf'),
(89201,32,15348,NULL,2614,1,'2026-01-21 20:24:26','2026-01-21 20:24:26','a93e642a-86e4-4713-b150-d44659580386'),
(89202,32,15348,NULL,2610,2,'2026-01-21 20:24:26','2026-01-21 20:24:26','682ee572-aae3-4e31-a0fe-28d3f197aff2'),
(89203,32,15348,NULL,2598,3,'2026-01-21 20:24:26','2026-01-21 20:24:26','19c6bbaf-2dbd-4d95-830c-e1764f2240ef'),
(89204,32,15348,NULL,2608,4,'2026-01-21 20:24:26','2026-01-21 20:24:26','8162a989-9266-4825-965a-a00113205c70'),
(89205,32,15348,NULL,2600,5,'2026-01-21 20:24:26','2026-01-21 20:24:26','046d630a-21a8-468c-8f1d-afd2fd677eb1'),
(89206,32,15348,NULL,2596,6,'2026-01-21 20:24:26','2026-01-21 20:24:26','31b471f1-d845-4f3f-a000-78147404ef00'),
(89207,32,15348,NULL,2602,7,'2026-01-21 20:24:26','2026-01-21 20:24:26','54b63378-cade-44ab-9460-916a8fff270f'),
(89208,32,15348,NULL,2606,8,'2026-01-21 20:24:26','2026-01-21 20:24:26','e44d6858-7e5b-40f9-a4a1-1ad3e3970347'),
(89209,32,15348,NULL,2612,9,'2026-01-21 20:24:26','2026-01-21 20:24:26','b80df3a7-36bd-42bf-a92f-b9fa66999599'),
(89210,32,15348,NULL,2604,10,'2026-01-21 20:24:26','2026-01-21 20:24:26','5b3a5c97-f919-4d94-8964-2d3054008cbc'),
(89211,16,15348,NULL,10041,1,'2026-01-21 20:24:26','2026-01-21 20:24:26','670a17a5-189d-47b0-afec-e4a3ce946394'),
(89212,7,15348,NULL,601,1,'2026-01-21 20:24:26','2026-01-21 20:24:26','c372beab-02ba-4142-9592-29b00935f9b2'),
(89213,7,15348,NULL,617,2,'2026-01-21 20:24:26','2026-01-21 20:24:26','b96ed53d-536f-4211-ad50-ffc6ac69b11f'),
(89214,7,15348,NULL,9549,3,'2026-01-21 20:24:26','2026-01-21 20:24:26','09dd59a8-cd7f-4beb-8854-794d0b5f9de6'),
(89215,7,15348,NULL,605,4,'2026-01-21 20:24:26','2026-01-21 20:24:26','2d944a7e-434c-47c4-a5e8-0ce0bdcaec0d'),
(89216,7,15348,NULL,9552,5,'2026-01-21 20:24:26','2026-01-21 20:24:26','6cc231d9-5280-4e3c-800b-252213c9a6a3'),
(89217,46,15348,NULL,7381,1,'2026-01-21 20:24:26','2026-01-21 20:24:26','e30c286a-2235-452a-b8c0-fb1666dfd600'),
(89218,47,15348,NULL,12458,1,'2026-01-21 20:24:26','2026-01-21 20:24:26','336f3d8c-5b6a-49f8-82bc-660376689795'),
(89219,57,15348,NULL,10057,1,'2026-01-21 20:24:26','2026-01-21 20:24:26','dc3f0a26-0abb-4ce0-8a5e-f4dd574f7342'),
(89220,57,15348,NULL,10049,2,'2026-01-21 20:24:26','2026-01-21 20:24:26','09d11b45-6b77-499e-8739-981a9cd0bbf3'),
(89221,57,15348,NULL,10044,3,'2026-01-21 20:24:26','2026-01-21 20:24:26','f0e51c23-2870-439d-b375-432f995aa413'),
(89222,57,15348,NULL,10045,4,'2026-01-21 20:24:26','2026-01-21 20:24:26','ef6ad8ec-3ec6-4714-9a44-a4789d0c7e73'),
(89223,57,15348,NULL,10042,5,'2026-01-21 20:24:26','2026-01-21 20:24:26','23c451b5-2def-4670-bb36-773f257d97e9'),
(89224,57,15348,NULL,10043,6,'2026-01-21 20:24:26','2026-01-21 20:24:26','72466a29-8939-4195-ab9e-85a275ff365c'),
(89225,57,15348,NULL,10046,7,'2026-01-21 20:24:26','2026-01-21 20:24:26','b41d1b6f-b9ec-4e14-8337-ddcf2cc0c0b7'),
(89226,57,15348,NULL,10047,8,'2026-01-21 20:24:26','2026-01-21 20:24:26','3607e31a-89e8-4c0c-b73b-ac385967a8d4'),
(89227,57,15348,NULL,10048,9,'2026-01-21 20:24:26','2026-01-21 20:24:26','d7350268-182b-415d-845d-d98160cc593e'),
(89228,57,15348,NULL,10051,10,'2026-01-21 20:24:26','2026-01-21 20:24:26','a7f6ba98-4547-44ad-a69b-d5596439e9cb'),
(89229,57,15348,NULL,10052,11,'2026-01-21 20:24:26','2026-01-21 20:24:26','2eb249f7-dafa-4168-b004-8bbffd9af386'),
(89230,57,15348,NULL,10053,12,'2026-01-21 20:24:26','2026-01-21 20:24:26','5e4dcbcb-606f-4a09-8317-dead19dfa280'),
(89231,57,15348,NULL,10055,13,'2026-01-21 20:24:26','2026-01-21 20:24:26','cd9eab60-6c9e-41f9-8f50-b0e2cdc061ff'),
(89232,57,15348,NULL,10059,14,'2026-01-21 20:24:26','2026-01-21 20:24:26','2521e8e7-f0dc-4a6c-aaab-46117ebdbb24'),
(89233,57,15348,NULL,10060,15,'2026-01-21 20:24:26','2026-01-21 20:24:26','a00ed4fe-b267-409b-aa81-629071fadea6'),
(89269,32,15350,NULL,2614,1,'2026-01-21 20:24:30','2026-01-21 20:24:30','2a40708b-a8d4-452f-bbba-1bab058128ff'),
(89270,32,15350,NULL,2610,2,'2026-01-21 20:24:30','2026-01-21 20:24:30','9e46fa50-159c-444a-b096-b7e5ab548bb6'),
(89271,32,15350,NULL,2598,3,'2026-01-21 20:24:30','2026-01-21 20:24:30','426a701a-eea5-4ab9-8e4f-976745bac2a4'),
(89272,32,15350,NULL,2608,4,'2026-01-21 20:24:30','2026-01-21 20:24:30','4a1e9feb-0ee8-4ab2-b72b-6184d7f36a53'),
(89273,32,15350,NULL,2600,5,'2026-01-21 20:24:30','2026-01-21 20:24:30','6293913e-0d39-4794-9783-a4bcaaab7157'),
(89274,32,15350,NULL,2596,6,'2026-01-21 20:24:30','2026-01-21 20:24:30','f0ca92a6-9c88-4ef1-88cc-8dd3aa56c7ad'),
(89275,32,15350,NULL,2602,7,'2026-01-21 20:24:30','2026-01-21 20:24:30','16e48314-96d5-4df1-87a4-0e3b35ae4a81'),
(89276,32,15350,NULL,2606,8,'2026-01-21 20:24:30','2026-01-21 20:24:30','dc64754b-e480-4170-b822-139686a69ee3'),
(89277,32,15350,NULL,2612,9,'2026-01-21 20:24:30','2026-01-21 20:24:30','6b50b13a-d363-4305-85cf-993776e8ccdd'),
(89278,32,15350,NULL,2604,10,'2026-01-21 20:24:30','2026-01-21 20:24:30','6f0d09c3-4f2a-4261-b2f7-ad7bc2f8a23e'),
(89279,16,15350,NULL,10041,1,'2026-01-21 20:24:30','2026-01-21 20:24:30','7db3b999-597e-466d-96dd-7d3aff4c3320'),
(89280,7,15350,NULL,601,1,'2026-01-21 20:24:30','2026-01-21 20:24:30','7fb898af-db22-42f7-bdc7-822a0c67fd17'),
(89281,7,15350,NULL,617,2,'2026-01-21 20:24:30','2026-01-21 20:24:30','abc9b06a-7bcd-4d14-8b6d-b591f80915de'),
(89282,7,15350,NULL,9549,3,'2026-01-21 20:24:30','2026-01-21 20:24:30','6c566c00-b2c1-490b-9b02-1e29a334cece'),
(89283,7,15350,NULL,605,4,'2026-01-21 20:24:30','2026-01-21 20:24:30','31a4ca08-f824-4be2-9c10-66397dd859dc'),
(89284,7,15350,NULL,9552,5,'2026-01-21 20:24:30','2026-01-21 20:24:30','be8a9810-9cca-4e2e-ba52-a55803bf8c89'),
(89285,46,15350,NULL,7381,1,'2026-01-21 20:24:30','2026-01-21 20:24:30','04b4c186-be07-4634-9c34-811a5b34579b'),
(89286,47,15350,NULL,12458,1,'2026-01-21 20:24:30','2026-01-21 20:24:30','b6235785-1fa8-4f7f-85c9-9fc4cfa101e3'),
(89287,57,15350,NULL,10057,1,'2026-01-21 20:24:30','2026-01-21 20:24:30','c52cbbd0-d977-41ae-8f4a-73be6ec40f70'),
(89288,57,15350,NULL,10049,2,'2026-01-21 20:24:30','2026-01-21 20:24:30','c2ef2b01-524d-4eb5-a38e-69aa262e5c2d'),
(89289,57,15350,NULL,10044,3,'2026-01-21 20:24:30','2026-01-21 20:24:30','675a96c2-0400-4e38-8ccf-fea47b10b352'),
(89290,57,15350,NULL,10045,4,'2026-01-21 20:24:30','2026-01-21 20:24:30','e771118b-77ad-480e-b1a5-1760334bf9f5'),
(89291,57,15350,NULL,10042,5,'2026-01-21 20:24:30','2026-01-21 20:24:30','40c6a424-9fea-43be-a214-b4a447052894'),
(89292,57,15350,NULL,10043,6,'2026-01-21 20:24:30','2026-01-21 20:24:30','cf56440b-ed68-4541-b866-dc233ac8933f'),
(89293,57,15350,NULL,10046,7,'2026-01-21 20:24:30','2026-01-21 20:24:30','4cbd4570-dbb1-40f9-9c1e-2b1e13f7e80f'),
(89294,57,15350,NULL,10047,8,'2026-01-21 20:24:30','2026-01-21 20:24:30','bd311db3-e9b4-44cb-8d29-2900e31ea424'),
(89295,57,15350,NULL,10048,9,'2026-01-21 20:24:30','2026-01-21 20:24:30','471a9238-242d-4f80-a756-348d0c662531'),
(89296,57,15350,NULL,10051,10,'2026-01-21 20:24:30','2026-01-21 20:24:30','e129b600-82a3-4fed-b0f9-40d8e2bc7db5'),
(89297,57,15350,NULL,10052,11,'2026-01-21 20:24:30','2026-01-21 20:24:30','dcf5887b-55d8-4d63-90b6-8a7e17cb9ced'),
(89298,57,15350,NULL,10053,12,'2026-01-21 20:24:30','2026-01-21 20:24:30','a922f4ec-b30e-4904-a9d4-fe842fc4450d'),
(89299,57,15350,NULL,10055,13,'2026-01-21 20:24:30','2026-01-21 20:24:30','eeffff2a-3eac-48a7-b42b-8aa2fc1af4f0'),
(89300,57,15350,NULL,10059,14,'2026-01-21 20:24:30','2026-01-21 20:24:30','5bb1003d-f03e-4808-878b-f2ae00c6ece7'),
(89301,57,15350,NULL,10060,15,'2026-01-21 20:24:30','2026-01-21 20:24:30','66070c6c-f225-4009-911d-01271710669d'),
(89380,32,15362,NULL,2610,1,'2026-01-21 20:36:34','2026-01-21 20:36:34','81c20941-019a-49bd-9b84-0cdf682a7fe7'),
(89381,32,15362,NULL,2598,2,'2026-01-21 20:36:34','2026-01-21 20:36:34','236a1df5-ea04-41da-ad73-4d5f7ab02964'),
(89382,32,15362,NULL,2624,3,'2026-01-21 20:36:34','2026-01-21 20:36:34','7e63e465-d808-4f20-82b7-bae71212dad4'),
(89383,32,15362,NULL,2600,4,'2026-01-21 20:36:34','2026-01-21 20:36:34','19b0475d-b986-4cee-87b6-09c8df6bb411'),
(89384,32,15362,NULL,2596,5,'2026-01-21 20:36:34','2026-01-21 20:36:34','142d6671-4357-4f76-8a8f-b76f9b7abf34'),
(89385,32,15362,NULL,2602,6,'2026-01-21 20:36:34','2026-01-21 20:36:34','3bcb63ce-e342-411c-aee4-ebdcec8c11e9'),
(89386,32,15362,NULL,2606,7,'2026-01-21 20:36:34','2026-01-21 20:36:34','8e6cd82e-f118-479c-ae85-3441bb1cf8d6'),
(89387,32,15362,NULL,2612,8,'2026-01-21 20:36:34','2026-01-21 20:36:34','4266478a-9f4c-4536-8106-bfbf96ccaf24'),
(89388,32,15362,NULL,2604,9,'2026-01-21 20:36:34','2026-01-21 20:36:34','6bf86ae7-1311-4e67-952d-88ae3d04ec3a'),
(89389,32,15362,NULL,2608,10,'2026-01-21 20:36:34','2026-01-21 20:36:34','d12e382f-b6a6-4c31-9ac1-d695b5276e4a'),
(89390,16,15362,NULL,11819,1,'2026-01-21 20:36:34','2026-01-21 20:36:34','ac4cdc9b-b101-4f67-a3a4-1fc641e9a423'),
(89391,7,15362,NULL,2969,1,'2026-01-21 20:36:34','2026-01-21 20:36:34','9305c19c-fe3b-40c1-b73f-125ea93f0617'),
(89392,7,15362,NULL,617,2,'2026-01-21 20:36:34','2026-01-21 20:36:34','0d28a1df-7909-40c8-9f6e-7431cc8eceb1'),
(89393,7,15362,NULL,605,3,'2026-01-21 20:36:34','2026-01-21 20:36:34','b63cb0d5-52f3-4747-ba9e-fa73c79bc871'),
(89394,7,15362,NULL,9552,4,'2026-01-21 20:36:34','2026-01-21 20:36:34','d9a2e195-9fdc-4bc8-b336-6c3229710976'),
(89395,82,15362,NULL,491,1,'2026-01-21 20:36:34','2026-01-21 20:36:34','8895c4cc-a7bd-4cde-b1b3-974b55ddb1d9'),
(89396,46,15362,NULL,2891,1,'2026-01-21 20:36:34','2026-01-21 20:36:34','e76779a8-cfe8-4281-a29e-aa5b19fbffaf'),
(89397,47,15362,NULL,14967,1,'2026-01-21 20:36:34','2026-01-21 20:36:34','336ee819-e37d-45b2-95cd-fe25e338d227'),
(89398,57,15362,NULL,4927,1,'2026-01-21 20:36:34','2026-01-21 20:36:34','fec8af39-860d-4e57-91a5-9141f4f18434'),
(89399,57,15362,NULL,7772,2,'2026-01-21 20:36:34','2026-01-21 20:36:34','ebad7c41-5aff-4f93-bc30-42a7af940167'),
(89400,57,15362,NULL,4931,3,'2026-01-21 20:36:34','2026-01-21 20:36:34','d5f9059a-26ba-4eae-abee-97a4c7cd6354'),
(89401,57,15362,NULL,4930,4,'2026-01-21 20:36:34','2026-01-21 20:36:34','529c144d-60b3-41f2-bbad-f611a63bd3a1'),
(89402,57,15362,NULL,4932,5,'2026-01-21 20:36:34','2026-01-21 20:36:34','bb9029e2-446c-472f-8f5f-a03cb366a3ca'),
(89403,57,15362,NULL,4933,6,'2026-01-21 20:36:34','2026-01-21 20:36:34','16211ef8-a066-4e84-a0fa-9684f91f4016'),
(89404,57,15362,NULL,4934,7,'2026-01-21 20:36:34','2026-01-21 20:36:34','df0082cd-59db-45d9-bd78-c89e032da412'),
(89405,57,15362,NULL,4935,8,'2026-01-21 20:36:34','2026-01-21 20:36:34','9e2b47c4-0b98-46a3-b230-e4335f4095c4'),
(89406,57,15362,NULL,7739,9,'2026-01-21 20:36:34','2026-01-21 20:36:34','37fc6c18-bef6-4fed-9b0a-c16c0b207ea3'),
(89407,57,15362,NULL,7740,10,'2026-01-21 20:36:34','2026-01-21 20:36:34','6525351c-2859-4183-9285-bcc173b5a9fb'),
(89408,57,15362,NULL,7741,11,'2026-01-21 20:36:34','2026-01-21 20:36:34','9a989b0e-2f59-4332-ac8a-6a221c4b3915'),
(89444,32,15367,NULL,2614,1,'2026-01-21 20:43:34','2026-01-21 20:43:34','5a9298c6-befd-4b56-b4cd-880217a3617e'),
(89445,32,15367,NULL,2610,2,'2026-01-21 20:43:34','2026-01-21 20:43:34','0a1894dd-72aa-4433-993a-a07b5d118345'),
(89446,32,15367,NULL,2598,3,'2026-01-21 20:43:34','2026-01-21 20:43:34','82359d67-6a34-464f-acfe-c90319c06e0a'),
(89447,32,15367,NULL,2608,4,'2026-01-21 20:43:34','2026-01-21 20:43:34','5d0206d2-69a7-4e6b-8b88-540b3dfa0a36'),
(89448,32,15367,NULL,2600,5,'2026-01-21 20:43:34','2026-01-21 20:43:34','53460d5d-706e-46fa-acd0-e71b3c94b672'),
(89449,32,15367,NULL,2596,6,'2026-01-21 20:43:34','2026-01-21 20:43:34','722cfce9-ab5b-49d8-a9b7-282e8ec490f3'),
(89450,32,15367,NULL,2602,7,'2026-01-21 20:43:34','2026-01-21 20:43:34','cc2b2bc7-6f14-43bf-bc76-6e22ddb843d6'),
(89451,32,15367,NULL,2606,8,'2026-01-21 20:43:34','2026-01-21 20:43:34','0862cb1a-02ea-41a5-b088-71df78eac6ac'),
(89452,32,15367,NULL,2612,9,'2026-01-21 20:43:34','2026-01-21 20:43:34','97d56901-3c68-4a3d-af39-2e6e3c6a7437'),
(89453,32,15367,NULL,2604,10,'2026-01-21 20:43:34','2026-01-21 20:43:34','1babb7cd-0bf4-4083-8ab0-829a7a453380'),
(89454,16,15367,NULL,10041,1,'2026-01-21 20:43:34','2026-01-21 20:43:34','995082e3-a0d6-4f5f-a17e-19f5b3587144'),
(89455,7,15367,NULL,601,1,'2026-01-21 20:43:34','2026-01-21 20:43:34','2ec84e13-2397-4c9b-96a4-cea47f5f024e'),
(89456,7,15367,NULL,617,2,'2026-01-21 20:43:34','2026-01-21 20:43:34','78fe2d27-89c5-465c-90ee-be4318c38fc6'),
(89457,7,15367,NULL,9549,3,'2026-01-21 20:43:34','2026-01-21 20:43:34','09061c85-dae6-48a4-b3c5-15ee3cce30a4'),
(89458,7,15367,NULL,605,4,'2026-01-21 20:43:34','2026-01-21 20:43:34','721584c7-f0f5-489e-9ee9-5a9692b44a78'),
(89459,7,15367,NULL,9552,5,'2026-01-21 20:43:34','2026-01-21 20:43:34','67eb507e-7ae9-4c0f-8e78-a86edc8613ff'),
(89460,47,15367,NULL,12458,1,'2026-01-21 20:43:34','2026-01-21 20:43:34','909a6db6-41d6-45e2-aaa8-7813e23ff463'),
(89461,57,15367,NULL,10057,1,'2026-01-21 20:43:34','2026-01-21 20:43:34','8abbd5ea-a629-4005-8daf-ac886e254013'),
(89462,57,15367,NULL,10049,2,'2026-01-21 20:43:34','2026-01-21 20:43:34','cc78114b-0b7f-44a0-be9e-5d661f099260'),
(89463,57,15367,NULL,10044,3,'2026-01-21 20:43:34','2026-01-21 20:43:34','6a75d5bf-4b43-4902-99c8-04b222a616a9'),
(89464,57,15367,NULL,10045,4,'2026-01-21 20:43:34','2026-01-21 20:43:34','1709258d-f0ba-4e80-b99e-ab5f1301f664'),
(89465,57,15367,NULL,10042,5,'2026-01-21 20:43:34','2026-01-21 20:43:34','f6d37fc9-e818-4eef-98a0-3d4e1b5f667b'),
(89466,57,15367,NULL,10043,6,'2026-01-21 20:43:34','2026-01-21 20:43:34','5e6d98d8-5a9b-45ae-93da-a0b5a7d23a6d'),
(89467,57,15367,NULL,10046,7,'2026-01-21 20:43:34','2026-01-21 20:43:34','ea2bf079-0e8f-4461-bbfc-f68a0754aa8b'),
(89468,57,15367,NULL,10047,8,'2026-01-21 20:43:34','2026-01-21 20:43:34','8a0df23e-f48d-495f-ab47-1ae379bac501'),
(89469,57,15367,NULL,10048,9,'2026-01-21 20:43:34','2026-01-21 20:43:34','3665ae9b-75c6-4899-8465-6bd647bf9695'),
(89470,57,15367,NULL,10051,10,'2026-01-21 20:43:34','2026-01-21 20:43:34','317ff023-077c-4a4a-a0e2-3a336d68ab85'),
(89471,57,15367,NULL,10052,11,'2026-01-21 20:43:34','2026-01-21 20:43:34','e9b30bc9-f97b-454d-9c07-f54c0b43ca8d'),
(89472,57,15367,NULL,10053,12,'2026-01-21 20:43:34','2026-01-21 20:43:34','06fb7424-de7d-47e7-9feb-3d5693bff613'),
(89473,57,15367,NULL,10055,13,'2026-01-21 20:43:34','2026-01-21 20:43:34','884dfce6-e4b6-43f6-8355-328ef7dd1da5'),
(89474,57,15367,NULL,10059,14,'2026-01-21 20:43:34','2026-01-21 20:43:34','f9c3c0e2-5464-47b8-a2ac-0a59d28be1de'),
(89475,57,15367,NULL,10060,15,'2026-01-21 20:43:34','2026-01-21 20:43:34','704ce17d-435b-42bf-b933-7ced377ed4a0'),
(89510,32,15371,NULL,2614,1,'2026-01-21 20:48:51','2026-01-21 20:48:51','2c8f95eb-c911-4e31-8d3e-15f0be0afb9d'),
(89511,32,15371,NULL,2610,2,'2026-01-21 20:48:51','2026-01-21 20:48:51','ecb7145b-36c2-4142-b3d8-e114d80b0270'),
(89512,32,15371,NULL,2598,3,'2026-01-21 20:48:51','2026-01-21 20:48:51','fd7ea46a-23a3-4e37-8679-fe2ba6f5de7c'),
(89513,32,15371,NULL,2608,4,'2026-01-21 20:48:51','2026-01-21 20:48:51','badf78b6-e5e4-4200-ac08-5193f49bd7dd'),
(89514,32,15371,NULL,2600,5,'2026-01-21 20:48:51','2026-01-21 20:48:51','adabf382-23f4-48c6-82d7-57b683d1a977'),
(89515,32,15371,NULL,2596,6,'2026-01-21 20:48:51','2026-01-21 20:48:51','59ee3804-eeb5-4a51-af01-0cdc9f2fe745'),
(89516,32,15371,NULL,2602,7,'2026-01-21 20:48:51','2026-01-21 20:48:51','a0028e5d-e416-4efb-b2f2-3ba7be788914'),
(89517,32,15371,NULL,2606,8,'2026-01-21 20:48:51','2026-01-21 20:48:51','98ed52e2-633d-49a5-8994-b55a3b1f9da7'),
(89518,32,15371,NULL,2612,9,'2026-01-21 20:48:51','2026-01-21 20:48:51','7a0aee64-c35d-4e34-9671-100198ee5d8d'),
(89519,32,15371,NULL,2604,10,'2026-01-21 20:48:51','2026-01-21 20:48:51','5a640763-182c-474d-914e-1e1f50bd82c4'),
(89520,16,15371,NULL,10041,1,'2026-01-21 20:48:51','2026-01-21 20:48:51','6a990a2c-6245-4a3d-9476-744d88cd854a'),
(89521,7,15371,NULL,601,1,'2026-01-21 20:48:51','2026-01-21 20:48:51','28881b83-43ae-465c-a40c-4fb065dc41ac'),
(89522,7,15371,NULL,617,2,'2026-01-21 20:48:51','2026-01-21 20:48:51','a6f1a56f-12fe-439f-8e18-0ecb74dd31b4'),
(89523,7,15371,NULL,9549,3,'2026-01-21 20:48:51','2026-01-21 20:48:51','05debe7f-b644-4d42-a256-0b05656e2b38'),
(89524,7,15371,NULL,605,4,'2026-01-21 20:48:51','2026-01-21 20:48:51','ec5158ab-4f5e-4555-b2bf-2fce071be5de'),
(89525,7,15371,NULL,9552,5,'2026-01-21 20:48:51','2026-01-21 20:48:51','6c4d0919-920b-4d69-99cd-a9f6dcd0d744'),
(89526,47,15371,NULL,12458,1,'2026-01-21 20:48:51','2026-01-21 20:48:51','a99f1da7-397f-4d81-a25c-26dd06c4bde5'),
(89527,57,15371,NULL,10057,1,'2026-01-21 20:48:51','2026-01-21 20:48:51','56fb9899-fdd3-4c7b-aebe-5cbd9687dd29'),
(89528,57,15371,NULL,10049,2,'2026-01-21 20:48:51','2026-01-21 20:48:51','110a7bef-d833-45b6-a0a8-e7135c1f80e8'),
(89529,57,15371,NULL,10044,3,'2026-01-21 20:48:51','2026-01-21 20:48:51','49018e32-d88c-426b-b1c2-cd25b5ed1c7e'),
(89530,57,15371,NULL,10045,4,'2026-01-21 20:48:51','2026-01-21 20:48:51','a5ba09b0-f944-4cf4-9bb3-aae3ad79b099'),
(89531,57,15371,NULL,10042,5,'2026-01-21 20:48:51','2026-01-21 20:48:51','3ed458bd-2330-4668-8815-e0dae0355e04'),
(89532,57,15371,NULL,10043,6,'2026-01-21 20:48:51','2026-01-21 20:48:51','af738e3b-9e7e-4b8c-9053-0d212c13eaab'),
(89533,57,15371,NULL,10046,7,'2026-01-21 20:48:51','2026-01-21 20:48:51','3153b008-c932-46a3-90c3-789791b37f04'),
(89534,57,15371,NULL,10047,8,'2026-01-21 20:48:51','2026-01-21 20:48:51','d3dd9328-881c-4c26-bb9b-6020d127c9c2'),
(89535,57,15371,NULL,10048,9,'2026-01-21 20:48:51','2026-01-21 20:48:51','3bd8269e-c92d-4457-8ab6-7d71f03ebc6a'),
(89536,57,15371,NULL,10051,10,'2026-01-21 20:48:51','2026-01-21 20:48:51','adef4730-764b-4c04-9ce0-29d4c43008c5'),
(89537,57,15371,NULL,10052,11,'2026-01-21 20:48:51','2026-01-21 20:48:51','09549e07-4d94-4243-bb42-4134e143dc13'),
(89538,57,15371,NULL,10053,12,'2026-01-21 20:48:51','2026-01-21 20:48:51','db1dc3ea-81b4-489e-8ddb-5cb0721f546f'),
(89539,57,15371,NULL,10055,13,'2026-01-21 20:48:51','2026-01-21 20:48:51','87e4da10-e514-4782-82ef-11f4d3407860'),
(89540,57,15371,NULL,10059,14,'2026-01-21 20:48:51','2026-01-21 20:48:51','25308683-750c-4bfd-b639-a7f884a3731d'),
(89541,57,15371,NULL,10060,15,'2026-01-21 20:48:51','2026-01-21 20:48:51','1777b22a-1c88-4796-981c-f87b47968b33'),
(89593,12,1481,NULL,15374,1,'2026-01-21 20:59:02','2026-01-21 20:59:02','e28021af-280c-4d69-ba0f-3de45fb0dbde'),
(89594,32,15375,NULL,2598,1,'2026-01-21 20:59:02','2026-01-21 20:59:02','f7883cc0-0de1-4a64-b86c-8155059e8cc2'),
(89595,32,15375,NULL,2608,2,'2026-01-21 20:59:02','2026-01-21 20:59:02','aadc3746-9187-4a3c-8fe8-b70013261531'),
(89596,32,15375,NULL,2600,3,'2026-01-21 20:59:02','2026-01-21 20:59:02','1b52f43c-4e85-4399-867f-3328c2631824'),
(89597,32,15375,NULL,2596,4,'2026-01-21 20:59:02','2026-01-21 20:59:02','01ec2a46-e0e7-452a-b100-46e77a5113a2'),
(89598,32,15375,NULL,2602,5,'2026-01-21 20:59:02','2026-01-21 20:59:02','145a7a86-94d2-48f4-95d1-e705b73ba0d0'),
(89599,32,15375,NULL,2606,6,'2026-01-21 20:59:02','2026-01-21 20:59:02','57a3f6a0-f107-4e72-9634-a37125c1e0ed'),
(89600,32,15375,NULL,2604,7,'2026-01-21 20:59:02','2026-01-21 20:59:02','5b5cc94f-6f62-4ca1-a259-da8c0d04f4b1'),
(89601,32,15375,NULL,2610,8,'2026-01-21 20:59:02','2026-01-21 20:59:02','a382666f-1002-4e3a-80f8-79342a156802'),
(89602,32,15375,NULL,2612,9,'2026-01-21 20:59:02','2026-01-21 20:59:02','334902e0-777f-4d31-93a5-c78bf7217a92'),
(89603,16,15375,NULL,15333,1,'2026-01-21 20:59:02','2026-01-21 20:59:02','2450bd9d-c2b5-43e3-ba6f-beb4bc5076c1'),
(89604,7,15375,NULL,2969,1,'2026-01-21 20:59:02','2026-01-21 20:59:02','8e69f8ba-dd97-447e-945d-c5b0965a3bc6'),
(89605,7,15375,NULL,617,2,'2026-01-21 20:59:02','2026-01-21 20:59:02','a0eb2d43-815a-45b5-8f12-ab8eb469016f'),
(89606,7,15375,NULL,605,3,'2026-01-21 20:59:02','2026-01-21 20:59:02','ebd6951f-f273-4e27-9b51-ea286fd8e764'),
(89607,7,15375,NULL,9552,4,'2026-01-21 20:59:02','2026-01-21 20:59:02','ac0ce30c-ae80-478c-89cc-db1e780daa00'),
(89608,82,15375,NULL,491,1,'2026-01-21 20:59:02','2026-01-21 20:59:02','7fb49682-e501-48eb-af3f-17cab4aa1dc9'),
(89609,47,15375,NULL,10463,1,'2026-01-21 20:59:02','2026-01-21 20:59:02','0018ba72-6768-4a2a-ad15-8b03709cfe7a'),
(89610,12,15375,NULL,15374,1,'2026-01-21 20:59:02','2026-01-21 20:59:02','67819e31-8e43-49f2-9511-575110a1892a'),
(89633,12,1477,NULL,15380,1,'2026-01-21 21:08:44','2026-01-21 21:08:44','f26d9db8-22e1-48c7-b573-d3a4f759dd24'),
(89634,32,15381,NULL,2610,1,'2026-01-21 21:08:44','2026-01-21 21:08:44','932d1ec4-9bf5-46a5-806e-a29bba5777b7'),
(89635,32,15381,NULL,2598,2,'2026-01-21 21:08:44','2026-01-21 21:08:44','c8336739-b973-43bc-9b66-279f7919918d'),
(89636,32,15381,NULL,2608,3,'2026-01-21 21:08:44','2026-01-21 21:08:44','01ac4746-ee0d-4dab-a7e5-3c091015973a'),
(89637,32,15381,NULL,2624,4,'2026-01-21 21:08:44','2026-01-21 21:08:44','0b62ec54-8a8d-4a0c-8c64-8cccebde008d'),
(89638,32,15381,NULL,2600,5,'2026-01-21 21:08:44','2026-01-21 21:08:44','4964902e-1d8e-4296-8edc-f1c6392306d4'),
(89639,32,15381,NULL,2596,6,'2026-01-21 21:08:44','2026-01-21 21:08:44','3d8a0faa-b1a8-4b01-9e37-e10523704c81'),
(89640,32,15381,NULL,2606,7,'2026-01-21 21:08:44','2026-01-21 21:08:44','633fda45-4e2b-40d6-992a-2ae7cf4f7e58'),
(89641,32,15381,NULL,2604,8,'2026-01-21 21:08:44','2026-01-21 21:08:44','957d74c4-ddb6-4f52-a978-1831223b950d'),
(89642,32,15381,NULL,2602,9,'2026-01-21 21:08:44','2026-01-21 21:08:44','9d4b9039-9ff6-45e3-bc13-ac8d54ed2327'),
(89643,32,15381,NULL,2612,10,'2026-01-21 21:08:44','2026-01-21 21:08:44','a7d00334-a275-4c76-8745-e9fe493f5808'),
(89644,16,15381,NULL,9524,1,'2026-01-21 21:08:44','2026-01-21 21:08:44','33013d18-a795-421c-974f-f4e955313b15'),
(89645,7,15381,NULL,617,1,'2026-01-21 21:08:44','2026-01-21 21:08:44','36436571-6ff9-4b5d-9a32-dd4f53fda15b'),
(89646,7,15381,NULL,605,2,'2026-01-21 21:08:44','2026-01-21 21:08:44','d2ad18d7-2307-48f5-8f86-55e964ff6801'),
(89647,7,15381,NULL,9552,3,'2026-01-21 21:08:44','2026-01-21 21:08:44','5bdfe383-90dc-446e-975b-c61ec1fbc56c'),
(89648,82,15381,NULL,491,1,'2026-01-21 21:08:44','2026-01-21 21:08:44','9f5b2c49-0d84-4fb3-a8fe-e32485622a40'),
(89649,46,15381,NULL,2891,1,'2026-01-21 21:08:44','2026-01-21 21:08:44','9bc4dc2f-b4bf-47e4-bf3d-a55ef4840716'),
(89650,47,15381,NULL,10460,1,'2026-01-21 21:08:44','2026-01-21 21:08:44','3fe56f9f-195c-4b81-becd-9488033e9b50'),
(89651,57,15381,NULL,9529,1,'2026-01-21 21:08:44','2026-01-21 21:08:44','8fe3eab0-353f-409e-850e-c6f7003e1d6a'),
(89652,57,15381,NULL,9530,2,'2026-01-21 21:08:44','2026-01-21 21:08:44','0592033c-6a30-4880-8ee9-955c1d1a6573'),
(89653,57,15381,NULL,9531,3,'2026-01-21 21:08:44','2026-01-21 21:08:44','895df778-0dda-4576-8617-f889e52002d0'),
(89655,12,15381,NULL,15380,1,'2026-01-21 21:08:44','2026-01-21 21:08:44','1a439401-76a3-45a6-9ce6-788600a0b417'),
(89699,12,1473,NULL,15384,1,'2026-01-21 21:09:06','2026-01-21 21:09:06','fcfe6a27-10ad-4f9b-9469-353594e43ffd'),
(89700,32,15385,NULL,2598,1,'2026-01-21 21:09:06','2026-01-21 21:09:06','db7c23ac-1638-4e9c-8e84-e7c165ea344e'),
(89701,32,15385,NULL,2608,2,'2026-01-21 21:09:06','2026-01-21 21:09:06','a88ee214-a167-411b-85c6-ab7e0d7e7fb0'),
(89702,32,15385,NULL,2600,3,'2026-01-21 21:09:06','2026-01-21 21:09:06','415c93ea-bb72-4212-91d3-dbcc0fdf8713'),
(89703,32,15385,NULL,2596,4,'2026-01-21 21:09:06','2026-01-21 21:09:06','4f905249-5ae9-496e-8ae0-09c56ee19b74'),
(89704,32,15385,NULL,2602,5,'2026-01-21 21:09:06','2026-01-21 21:09:06','686b5bfb-0218-4c36-9ba7-8f25063c00bd'),
(89705,32,15385,NULL,2606,6,'2026-01-21 21:09:06','2026-01-21 21:09:06','c57e3ec5-f43f-4e84-ba20-acb4c453283c'),
(89706,32,15385,NULL,2604,7,'2026-01-21 21:09:06','2026-01-21 21:09:06','aa904307-f8bb-43df-99cb-2db179699c0f'),
(89707,32,15385,NULL,2610,8,'2026-01-21 21:09:06','2026-01-21 21:09:06','32f2fc79-44ee-4acc-8997-841e9426413b'),
(89708,32,15385,NULL,2612,9,'2026-01-21 21:09:06','2026-01-21 21:09:06','e1d94f20-f00d-4ffc-9136-545dc9ee2a0a'),
(89709,16,15385,NULL,11978,1,'2026-01-21 21:09:06','2026-01-21 21:09:06','970a265d-db6b-4d9c-bd0c-5eae05dce868'),
(89710,7,15385,NULL,617,1,'2026-01-21 21:09:06','2026-01-21 21:09:06','2c216880-58f5-48a5-be2a-bd77cb861b5d'),
(89711,7,15385,NULL,605,2,'2026-01-21 21:09:06','2026-01-21 21:09:06','26e4d955-76c2-46d3-8a88-75346b9ae9d4'),
(89712,7,15385,NULL,9552,3,'2026-01-21 21:09:06','2026-01-21 21:09:06','b0083142-3a92-4bf8-825d-e07541cf8529'),
(89713,82,15385,NULL,491,1,'2026-01-21 21:09:06','2026-01-21 21:09:06','1a49aeb7-c1b3-4dd7-9f33-d139d7c90896'),
(89714,47,15385,NULL,10466,1,'2026-01-21 21:09:06','2026-01-21 21:09:06','ccae0df4-0eba-46a7-ab7f-572c8b3924e4'),
(89715,57,15385,NULL,9469,1,'2026-01-21 21:09:06','2026-01-21 21:09:06','c81a0b9c-3876-47cc-8027-dc759902bf15'),
(89716,57,15385,NULL,9470,2,'2026-01-21 21:09:06','2026-01-21 21:09:06','871ceb07-cf29-4225-a864-e8026fd32815'),
(89717,57,15385,NULL,9471,3,'2026-01-21 21:09:06','2026-01-21 21:09:06','c8d49068-070f-46b3-a523-9d86dfd5693f'),
(89718,57,15385,NULL,10097,4,'2026-01-21 21:09:06','2026-01-21 21:09:06','e01fdae7-7b20-4990-829e-e9f21655ca43'),
(89719,57,15385,NULL,10098,5,'2026-01-21 21:09:06','2026-01-21 21:09:06','0a353bd5-9f17-4aba-a9b7-4e43ea182a37'),
(89720,57,15385,NULL,10099,6,'2026-01-21 21:09:06','2026-01-21 21:09:06','82d59ca5-df50-49da-94e1-710845aa6c28'),
(89721,57,15385,NULL,10100,7,'2026-01-21 21:09:06','2026-01-21 21:09:06','198230d1-6d26-4ea6-aeac-c358f2c2c462'),
(89722,57,15385,NULL,10101,8,'2026-01-21 21:09:06','2026-01-21 21:09:06','0d41ed88-fbe4-4781-b000-df76d72b5340'),
(89723,57,15385,NULL,10102,9,'2026-01-21 21:09:06','2026-01-21 21:09:06','f463cc11-c51f-4d45-afd1-8102448fe5d9'),
(89725,12,15385,NULL,15384,1,'2026-01-21 21:09:06','2026-01-21 21:09:06','9877d2c4-4538-45b9-abec-04769ceaa50e'),
(89739,83,15390,NULL,1431,1,'2026-01-21 21:11:16','2026-01-21 21:11:16','82869563-2c8b-4f64-b8fa-a212406dc66d'),
(89740,16,15390,NULL,6640,1,'2026-01-21 21:11:16','2026-01-21 21:11:16','dd4525b3-6cad-48fd-a704-67cb08040ab3'),
(89741,7,15390,NULL,617,1,'2026-01-21 21:11:16','2026-01-21 21:11:16','405cb1a5-269e-4b2a-a042-ba21c95e46ed'),
(89742,7,15390,NULL,605,2,'2026-01-21 21:11:16','2026-01-21 21:11:16','9bc1bf6a-b796-4a0d-a18e-39a263405d6e'),
(89743,7,15390,NULL,9552,3,'2026-01-21 21:11:16','2026-01-21 21:11:16','72930eb1-f93c-4544-a99d-4ac9b6932c9b'),
(89744,57,15390,NULL,6635,1,'2026-01-21 21:11:16','2026-01-21 21:11:16','1500fcf8-9b15-463a-8a67-42c062681a0d'),
(89745,57,15390,NULL,6636,2,'2026-01-21 21:11:16','2026-01-21 21:11:16','e8fdb915-578f-42c3-8e1e-b980a0c2e3b2'),
(89746,57,15390,NULL,6637,3,'2026-01-21 21:11:16','2026-01-21 21:11:16','cba34748-6593-4288-b519-316c10d1d227'),
(89747,57,15390,NULL,6638,4,'2026-01-21 21:11:16','2026-01-21 21:11:16','522f7a25-a6ae-425b-8f18-e63d277cc6bf'),
(89748,57,15390,NULL,6639,5,'2026-01-21 21:11:16','2026-01-21 21:11:16','dc519797-3174-4e5e-9bec-b8366be1381b'),
(89749,57,15390,NULL,6640,6,'2026-01-21 21:11:16','2026-01-21 21:11:16','6c60dd2a-ee58-4e45-b56b-5a8ee551885c'),
(89751,12,15390,NULL,12727,1,'2026-01-21 21:11:16','2026-01-21 21:11:16','aa978af3-7b9d-4462-a338-1f14b304201f'),
(89778,32,15393,NULL,2610,1,'2026-01-21 21:16:27','2026-01-21 21:16:27','80a4383a-eb29-4d14-b9a7-a323b31e2fe0'),
(89779,32,15393,NULL,2598,2,'2026-01-21 21:16:27','2026-01-21 21:16:27','600b27ab-1611-4d26-b86d-2bc7580cc862'),
(89780,32,15393,NULL,2608,3,'2026-01-21 21:16:27','2026-01-21 21:16:27','4c2a278e-7803-4866-ad67-ee2593a46bfb'),
(89781,32,15393,NULL,2624,4,'2026-01-21 21:16:27','2026-01-21 21:16:27','68d2db03-e3c6-4b97-841f-47de3f10cc5a'),
(89782,32,15393,NULL,2600,5,'2026-01-21 21:16:27','2026-01-21 21:16:27','3e2b782f-b738-4172-838a-977dac3d9b09'),
(89783,32,15393,NULL,2596,6,'2026-01-21 21:16:27','2026-01-21 21:16:27','1cb1e6eb-4181-4e57-b5cf-72f1ec8ed998'),
(89784,32,15393,NULL,2602,7,'2026-01-21 21:16:27','2026-01-21 21:16:27','9c9765e6-f0f8-432a-8468-ab46514ed94f'),
(89785,32,15393,NULL,2606,8,'2026-01-21 21:16:27','2026-01-21 21:16:27','154c1bb0-773d-4b69-a98d-bd164d09284a'),
(89786,32,15393,NULL,2612,9,'2026-01-21 21:16:27','2026-01-21 21:16:27','7692a05c-62c0-4314-af9b-000acdea3189'),
(89787,32,15393,NULL,2604,10,'2026-01-21 21:16:27','2026-01-21 21:16:27','4df8be71-a80e-458b-9484-ff820c2da45e'),
(89788,16,15393,NULL,4786,1,'2026-01-21 21:16:27','2026-01-21 21:16:27','b84bd93e-3348-480e-8e84-89ad7eb137b5'),
(89789,7,15393,NULL,6547,1,'2026-01-21 21:16:27','2026-01-21 21:16:27','92d63b0a-5af5-47b0-b03b-f9051a454c7a'),
(89790,7,15393,NULL,601,2,'2026-01-21 21:16:27','2026-01-21 21:16:27','ec5735f4-6a34-4bd8-aaad-90add69fe03d'),
(89791,7,15393,NULL,617,3,'2026-01-21 21:16:27','2026-01-21 21:16:27','f2eed6ae-ddde-4793-afe5-efceeeee674b'),
(89792,7,15393,NULL,605,4,'2026-01-21 21:16:27','2026-01-21 21:16:27','b4b9d41c-31a7-4322-b444-dc0505ced11f'),
(89793,7,15393,NULL,9552,5,'2026-01-21 21:16:27','2026-01-21 21:16:27','8403e9f7-f5ce-4869-a1f9-f53eb76a137f'),
(89794,82,15393,NULL,491,1,'2026-01-21 21:16:27','2026-01-21 21:16:27','bcda9d46-0a66-4769-8ddb-359741e9ec9e'),
(89795,46,15393,NULL,2891,1,'2026-01-21 21:16:27','2026-01-21 21:16:27','d5b970d5-f86e-4a46-8db6-28a1e549f9f6'),
(89796,47,15393,NULL,12247,1,'2026-01-21 21:16:27','2026-01-21 21:16:27','0040f43a-9902-40d0-ac98-8c05289f313c'),
(89797,57,15393,NULL,4808,1,'2026-01-21 21:16:27','2026-01-21 21:16:27','b752e503-4899-486f-a72b-371332092d0e'),
(89798,57,15393,NULL,4811,2,'2026-01-21 21:16:27','2026-01-21 21:16:27','2dc84b0d-9a6d-47aa-95d0-6694d2b53465'),
(89799,57,15393,NULL,4807,3,'2026-01-21 21:16:27','2026-01-21 21:16:27','877c80c6-3d4c-4a68-8a23-b9bf364308a4'),
(89800,57,15393,NULL,4806,4,'2026-01-21 21:16:27','2026-01-21 21:16:27','1f32c865-5d19-45c9-965a-cf6bae1a7d50'),
(89801,57,15393,NULL,4809,5,'2026-01-21 21:16:27','2026-01-21 21:16:27','cc28d6e9-29b7-4612-bd1c-499a76e7dc97'),
(89802,57,15393,NULL,4810,6,'2026-01-21 21:16:27','2026-01-21 21:16:27','fcbb31cf-1339-479e-b58c-2de8a2b57305'),
(89804,32,15396,NULL,2614,1,'2026-01-21 21:22:14','2026-01-21 21:22:14','fe970db5-bf65-4b2f-af74-f68e88965fc9'),
(89805,32,15396,NULL,2610,2,'2026-01-21 21:22:14','2026-01-21 21:22:14','01207afc-5d7e-4575-923a-7fb1bc932f78'),
(89806,32,15396,NULL,2598,3,'2026-01-21 21:22:14','2026-01-21 21:22:14','542ae595-8c76-4d8c-b2f0-4a0c8a7e6fa4'),
(89807,32,15396,NULL,2608,4,'2026-01-21 21:22:14','2026-01-21 21:22:14','75842fd0-efe6-4f93-a9a8-725b2146998d'),
(89808,32,15396,NULL,2600,5,'2026-01-21 21:22:14','2026-01-21 21:22:14','a3a187e5-ffdf-4c6d-ab30-154f86aea05e'),
(89809,32,15396,NULL,2596,6,'2026-01-21 21:22:14','2026-01-21 21:22:14','be02de6a-87e8-48cd-b40b-338f8746e6f6'),
(89810,32,15396,NULL,2602,7,'2026-01-21 21:22:14','2026-01-21 21:22:14','bf473cfc-7e4f-4b3d-9949-94949e54e07e'),
(89811,32,15396,NULL,2606,8,'2026-01-21 21:22:14','2026-01-21 21:22:14','96fec846-271f-468a-b414-9b109294ad99'),
(89812,32,15396,NULL,2612,9,'2026-01-21 21:22:14','2026-01-21 21:22:14','a86f60ef-351e-4259-858d-bc489523cbb1'),
(89813,32,15396,NULL,2604,10,'2026-01-21 21:22:14','2026-01-21 21:22:14','12245bff-1739-45a1-9c77-cd89324379db'),
(89814,16,15396,NULL,10041,1,'2026-01-21 21:22:14','2026-01-21 21:22:14','b79c11d6-7095-44f3-b1db-e21a4d3f04f2'),
(89815,7,15396,NULL,601,1,'2026-01-21 21:22:14','2026-01-21 21:22:14','f8143361-bcd4-4b4d-8308-47bce9076a93'),
(89816,7,15396,NULL,617,2,'2026-01-21 21:22:14','2026-01-21 21:22:14','e70b5f09-3e8e-46a7-9a71-445193eaf74c'),
(89817,7,15396,NULL,9549,3,'2026-01-21 21:22:14','2026-01-21 21:22:14','c8468a67-2623-4e2f-9f0b-762d40a6679b'),
(89818,7,15396,NULL,605,4,'2026-01-21 21:22:14','2026-01-21 21:22:14','7c16ad19-3473-4750-9413-f70ad61d8a4a'),
(89819,7,15396,NULL,9552,5,'2026-01-21 21:22:14','2026-01-21 21:22:14','e195519b-fc4c-43e3-9b8b-f4b64d47f0dd'),
(89820,47,15396,NULL,12458,1,'2026-01-21 21:22:14','2026-01-21 21:22:14','6ea19853-fc67-46e0-a97f-0dd6bea31899'),
(89821,57,15396,NULL,10057,1,'2026-01-21 21:22:14','2026-01-21 21:22:14','42bac3b3-10e8-42ea-be55-19ac7f9c7b14'),
(89822,57,15396,NULL,10049,2,'2026-01-21 21:22:14','2026-01-21 21:22:14','d8b3afdc-5ac2-4f28-8d41-5ed2bd14d96d'),
(89823,57,15396,NULL,10044,3,'2026-01-21 21:22:14','2026-01-21 21:22:14','da50e086-e48c-450b-8a83-bccaed92b9e0'),
(89824,57,15396,NULL,10045,4,'2026-01-21 21:22:14','2026-01-21 21:22:14','420276af-da96-4474-b905-1fc58602962b'),
(89825,57,15396,NULL,10042,5,'2026-01-21 21:22:14','2026-01-21 21:22:14','73f0dc75-6457-40eb-9d15-80dec03aeee1'),
(89826,57,15396,NULL,10043,6,'2026-01-21 21:22:14','2026-01-21 21:22:14','4b8dd96b-2317-4f4b-aa65-d792473df9a1'),
(89827,57,15396,NULL,10046,7,'2026-01-21 21:22:14','2026-01-21 21:22:14','00df17a5-5cb0-49d7-96a3-942d68275832'),
(89828,57,15396,NULL,10047,8,'2026-01-21 21:22:14','2026-01-21 21:22:14','58d4ae7a-c8c0-4923-9f46-d2cea422892c'),
(89829,57,15396,NULL,10048,9,'2026-01-21 21:22:14','2026-01-21 21:22:14','e4c42ebe-c2b5-4a6f-bfd7-792937ef1193'),
(89830,57,15396,NULL,10051,10,'2026-01-21 21:22:14','2026-01-21 21:22:14','577dda71-e9bf-4d47-a889-22eb28b52871'),
(89831,57,15396,NULL,10052,11,'2026-01-21 21:22:14','2026-01-21 21:22:14','e6092bc2-5d4c-49f7-97bc-b2203a6bb67b'),
(89832,57,15396,NULL,10053,12,'2026-01-21 21:22:14','2026-01-21 21:22:14','ec2f8ea7-74a0-4005-b563-a4f4d045f620'),
(89833,57,15396,NULL,10055,13,'2026-01-21 21:22:14','2026-01-21 21:22:14','e2e2ec01-6edf-4b92-8c6c-df02ff3341e6'),
(89834,57,15396,NULL,10059,14,'2026-01-21 21:22:14','2026-01-21 21:22:14','280e2e41-67fe-49b6-981d-6aa1fd4ef807'),
(89835,57,15396,NULL,10060,15,'2026-01-21 21:22:14','2026-01-21 21:22:14','c58a4f30-2cf1-431e-8545-51354fe7a5d3'),
(89864,7,945,NULL,6547,1,'2026-01-21 21:39:35','2026-01-21 21:39:35','acf4a067-c7da-4519-9ec6-188271a6c8c9'),
(89865,7,945,NULL,601,2,'2026-01-21 21:39:35','2026-01-21 21:39:35','f80f3ee7-0195-40b7-a2c1-52ec0bf97472'),
(89866,32,15399,NULL,2610,1,'2026-01-21 21:39:35','2026-01-21 21:39:35','d957bf4b-87ba-45bb-bd0c-b7ea8b35bf4a'),
(89867,32,15399,NULL,2598,2,'2026-01-21 21:39:35','2026-01-21 21:39:35','9708afdb-503f-446e-81a8-4a9076943594'),
(89868,32,15399,NULL,2608,3,'2026-01-21 21:39:35','2026-01-21 21:39:35','5866f866-1d04-467c-aa75-51aacece4c47'),
(89869,32,15399,NULL,2600,4,'2026-01-21 21:39:35','2026-01-21 21:39:35','46ffc324-935d-4edb-8c53-7b48f054895d'),
(89870,32,15399,NULL,2596,5,'2026-01-21 21:39:35','2026-01-21 21:39:35','a01b802c-f48d-42c2-9a08-0582209f34a2'),
(89871,32,15399,NULL,2602,6,'2026-01-21 21:39:35','2026-01-21 21:39:35','34a1aae9-6573-4a71-abcb-7a5d987fcf29'),
(89872,32,15399,NULL,2604,7,'2026-01-21 21:39:35','2026-01-21 21:39:35','a5b10ec4-d53c-4816-ad5b-3e4e142e80a7'),
(89873,32,15399,NULL,2606,8,'2026-01-21 21:39:35','2026-01-21 21:39:35','307e4d14-ae1d-4c23-9163-7e34fa8fb2aa'),
(89874,32,15399,NULL,2612,9,'2026-01-21 21:39:35','2026-01-21 21:39:35','f4f7aa26-ea8c-42a8-bd5c-6a04c0c136b3'),
(89875,83,15399,NULL,951,1,'2026-01-21 21:39:35','2026-01-21 21:39:35','23c91ea4-a27a-4e00-a5d8-7c71f7b38421'),
(89876,16,15399,NULL,7700,1,'2026-01-21 21:39:35','2026-01-21 21:39:35','ecc42cfe-6afe-422a-8514-2ae594a57030'),
(89877,7,15399,NULL,6547,1,'2026-01-21 21:39:35','2026-01-21 21:39:35','fa156123-2c94-4b5f-8e78-b4486e00400e'),
(89878,7,15399,NULL,601,2,'2026-01-21 21:39:35','2026-01-21 21:39:35','c2ae822f-a20e-44d5-b3f8-d0eb00b7c3ea'),
(89879,7,15399,NULL,2972,3,'2026-01-21 21:39:35','2026-01-21 21:39:35','a28ad324-6d54-4571-82e5-e2c4e45216cc'),
(89880,7,15399,NULL,2974,4,'2026-01-21 21:39:35','2026-01-21 21:39:35','cad4b36a-a458-435c-a52c-bfc760d12b2b'),
(89881,7,15399,NULL,617,5,'2026-01-21 21:39:35','2026-01-21 21:39:35','aa594cbe-01ac-4acd-91fd-24dd0d82e874'),
(89882,7,15399,NULL,605,6,'2026-01-21 21:39:35','2026-01-21 21:39:35','49e5fc5b-283b-47ec-8ea4-0b56974c01b7'),
(89883,7,15399,NULL,9552,7,'2026-01-21 21:39:35','2026-01-21 21:39:35','a1038404-49f9-4a36-ba13-48c3300a3670'),
(89884,82,15399,NULL,491,1,'2026-01-21 21:39:35','2026-01-21 21:39:35','accf96b1-a0ff-4939-bc5c-db4d6997f69d'),
(89885,47,15399,NULL,14958,1,'2026-01-21 21:39:35','2026-01-21 21:39:35','0965974b-2a78-4739-8599-4925ab111044'),
(89886,57,15399,NULL,4842,1,'2026-01-21 21:39:35','2026-01-21 21:39:35','e91c5498-0d48-4a26-9ad3-8958ba8bdcb3'),
(89887,57,15399,NULL,4841,2,'2026-01-21 21:39:35','2026-01-21 21:39:35','38dbde9f-83b5-4b61-b260-2f982448ba48'),
(89888,57,15399,NULL,4846,3,'2026-01-21 21:39:35','2026-01-21 21:39:35','db5864e3-e435-4267-9aeb-cfd15717a975'),
(89889,57,15399,NULL,4845,4,'2026-01-21 21:39:35','2026-01-21 21:39:35','f618c4df-9f9a-4e16-bcf5-f16633e85f10'),
(89890,57,15399,NULL,4844,5,'2026-01-21 21:39:35','2026-01-21 21:39:35','d3bde13b-b322-4b51-8650-2f50d81a22c9'),
(89891,57,15399,NULL,4843,6,'2026-01-21 21:39:35','2026-01-21 21:39:35','384ec07b-821d-409e-802f-64e1e6d9c81a'),
(89917,7,981,NULL,601,1,'2026-01-21 21:40:26','2026-01-21 21:40:26','ef02169b-ccf2-45dc-b060-984f41ce52d5'),
(89918,32,15401,NULL,2614,1,'2026-01-21 21:40:26','2026-01-21 21:40:26','f6c60717-3e5c-4bb6-920d-58a3bfb18356'),
(89919,32,15401,NULL,2610,2,'2026-01-21 21:40:26','2026-01-21 21:40:26','3fa2d931-1cdc-43aa-a0e5-af76a14442ea'),
(89920,32,15401,NULL,2598,3,'2026-01-21 21:40:26','2026-01-21 21:40:26','7821f22e-2935-46ce-b86a-20e9a30b5ef4'),
(89921,32,15401,NULL,2608,4,'2026-01-21 21:40:26','2026-01-21 21:40:26','11503d8c-34b7-4f23-b3b4-6cb53a4a42ab'),
(89922,32,15401,NULL,2600,5,'2026-01-21 21:40:26','2026-01-21 21:40:26','64d57339-136e-4ca2-81c0-83b2a9990807'),
(89923,32,15401,NULL,2596,6,'2026-01-21 21:40:26','2026-01-21 21:40:26','fdd0bb64-f756-405f-b28a-0735d4c9fbb0'),
(89924,32,15401,NULL,2602,7,'2026-01-21 21:40:26','2026-01-21 21:40:26','dcea7c18-8fc2-4e7a-82d2-9ed8aaebf690'),
(89925,32,15401,NULL,2604,8,'2026-01-21 21:40:26','2026-01-21 21:40:26','6dd9626c-b6cd-455c-888a-1a212fd88cc7'),
(89926,32,15401,NULL,2606,9,'2026-01-21 21:40:26','2026-01-21 21:40:26','5adce1fd-015c-4f41-87ce-229a78bd6a7a'),
(89927,32,15401,NULL,2612,10,'2026-01-21 21:40:26','2026-01-21 21:40:26','cef09c23-a85e-4eb9-a1b8-bcd6a1e014fe'),
(89928,16,15401,NULL,3158,1,'2026-01-21 21:40:26','2026-01-21 21:40:26','60a6c347-d6e9-4358-b682-6f321bd50adc'),
(89929,7,15401,NULL,601,1,'2026-01-21 21:40:26','2026-01-21 21:40:26','9a715b6e-407f-4ef2-a46f-5893a75ffa10'),
(89930,7,15401,NULL,2974,2,'2026-01-21 21:40:26','2026-01-21 21:40:26','25ca2d5e-3733-49fb-8d99-5500eedef969'),
(89931,7,15401,NULL,617,3,'2026-01-21 21:40:26','2026-01-21 21:40:26','e21bb0ad-8377-4d72-a121-fca1d28e404b'),
(89932,7,15401,NULL,605,4,'2026-01-21 21:40:26','2026-01-21 21:40:26','06cd9970-d817-4ece-a26c-4207836ae6ff'),
(89933,7,15401,NULL,9552,5,'2026-01-21 21:40:26','2026-01-21 21:40:26','77390816-94cc-45d4-86f4-c5811c677806'),
(89934,47,15401,NULL,14983,1,'2026-01-21 21:40:26','2026-01-21 21:40:26','7a4a78fa-7678-4943-bf67-57e38bfa225a'),
(89935,57,15401,NULL,7838,1,'2026-01-21 21:40:26','2026-01-21 21:40:26','6641cd23-83de-4e9e-b082-d1c8eeb83ffe'),
(89936,57,15401,NULL,7840,2,'2026-01-21 21:40:26','2026-01-21 21:40:26','70440fcb-e1bd-46d6-b1bb-1022b1dbb64d'),
(89937,57,15401,NULL,7839,3,'2026-01-21 21:40:26','2026-01-21 21:40:26','4b0f4c83-3107-48b8-b3ac-5d53869f469e'),
(89938,57,15401,NULL,7841,4,'2026-01-21 21:40:26','2026-01-21 21:40:26','ab05c774-a64a-4a97-8d11-4f60f1ae9c58'),
(89939,57,15401,NULL,7842,5,'2026-01-21 21:40:26','2026-01-21 21:40:26','6d867064-d5fe-4407-9250-667fe05c6d58'),
(89941,32,15432,NULL,2610,1,'2026-01-21 23:44:13','2026-01-21 23:44:13','7176a467-3bbe-440d-a428-4ee86ae2baa0'),
(89942,32,15432,NULL,2598,2,'2026-01-21 23:44:13','2026-01-21 23:44:13','073463cc-938a-4088-b73b-8fd38cbfc24b'),
(89943,32,15432,NULL,2608,3,'2026-01-21 23:44:13','2026-01-21 23:44:13','eda8a391-c3f5-4453-bed5-3408b972a260'),
(89944,32,15432,NULL,2600,4,'2026-01-21 23:44:13','2026-01-21 23:44:13','dfe5b444-33a0-4a2a-b2da-3a8029a22c7c'),
(89945,32,15432,NULL,2596,5,'2026-01-21 23:44:13','2026-01-21 23:44:13','258b5905-7dcc-4fab-83c2-45dfddef6460'),
(89946,32,15432,NULL,2602,6,'2026-01-21 23:44:13','2026-01-21 23:44:13','df368808-2d56-4923-8f9c-b215b6fd5422'),
(89947,32,15432,NULL,2604,7,'2026-01-21 23:44:13','2026-01-21 23:44:13','e8544476-a25d-4759-806f-1c961a0ecf90'),
(89948,32,15432,NULL,2606,8,'2026-01-21 23:44:13','2026-01-21 23:44:13','a40dc529-6dfe-414e-b77d-4834e8916d5f'),
(89949,32,15432,NULL,2612,9,'2026-01-21 23:44:13','2026-01-21 23:44:13','d33d6fcb-deca-4c7a-8b2d-7aa170efc70e'),
(89950,16,15432,NULL,545,1,'2026-01-21 23:44:13','2026-01-21 23:44:13','d862ac36-717b-45e5-9dc8-2791795809ef'),
(89951,7,15432,NULL,601,1,'2026-01-21 23:44:13','2026-01-21 23:44:13','2af07b60-e233-494c-a0b8-852123d9b876'),
(89952,7,15432,NULL,617,2,'2026-01-21 23:44:13','2026-01-21 23:44:13','1b1a2b2e-1a37-4784-8281-6c5125c83528'),
(89953,7,15432,NULL,605,3,'2026-01-21 23:44:13','2026-01-21 23:44:13','3b9540c2-ef84-42fe-9455-bbd37802afe8'),
(89954,7,15432,NULL,9552,4,'2026-01-21 23:44:13','2026-01-21 23:44:13','6613665f-fb04-404b-a51b-727ec143601a'),
(89955,82,15432,NULL,491,1,'2026-01-21 23:44:13','2026-01-21 23:44:13','9f13726e-fe5e-42f7-9935-055cd3fedd81'),
(89956,47,15432,NULL,14954,1,'2026-01-21 23:44:13','2026-01-21 23:44:13','ecc246a9-8203-4500-92cb-8d073e504f75'),
(89957,57,15432,NULL,545,1,'2026-01-21 23:44:13','2026-01-21 23:44:13','dad8b579-dc8b-48a7-a661-7b8df92809e2'),
(89958,57,15432,NULL,137,2,'2026-01-21 23:44:13','2026-01-21 23:44:13','cd2daf71-e20c-4329-a7bd-8802f2310765'),
(89959,57,15432,NULL,138,3,'2026-01-21 23:44:13','2026-01-21 23:44:13','53e14ac0-7553-45b9-8da3-b3a288becabf'),
(89960,57,15432,NULL,136,4,'2026-01-21 23:44:13','2026-01-21 23:44:13','3d1df018-2b81-4c5f-b367-4809b6bbd433'),
(89983,32,15437,NULL,2610,1,'2026-01-21 23:52:46','2026-01-21 23:52:46','02c67783-9918-49b4-ac45-57be6c5eace4'),
(89984,32,15437,NULL,2598,2,'2026-01-21 23:52:46','2026-01-21 23:52:46','bc579dbe-b04d-4ef5-adf1-a0849aa35534'),
(89985,32,15437,NULL,2608,3,'2026-01-21 23:52:46','2026-01-21 23:52:46','29a58d4b-f9d5-49e8-b881-e8d47752c401'),
(89986,32,15437,NULL,2600,4,'2026-01-21 23:52:46','2026-01-21 23:52:46','c9394528-227d-4e04-b733-ded235279938'),
(89987,32,15437,NULL,2596,5,'2026-01-21 23:52:46','2026-01-21 23:52:46','f1354060-f89f-4a46-babb-8d336906532c'),
(89988,32,15437,NULL,2602,6,'2026-01-21 23:52:46','2026-01-21 23:52:46','88a8bd90-9ba8-4734-92cd-7f05e7174175'),
(89989,32,15437,NULL,2604,7,'2026-01-21 23:52:46','2026-01-21 23:52:46','959a9fe2-8aec-499e-a7cd-aaa25244142b'),
(89990,32,15437,NULL,2606,8,'2026-01-21 23:52:46','2026-01-21 23:52:46','43c9817f-88d4-462b-bec5-5edaadc72624'),
(89991,32,15437,NULL,2612,9,'2026-01-21 23:52:46','2026-01-21 23:52:46','0e9cb9d9-b222-43c3-8e0f-1341fe5b8235'),
(89992,16,15437,NULL,545,1,'2026-01-21 23:52:46','2026-01-21 23:52:46','85bfebd9-0078-42f2-95fe-7b5263c8cf00'),
(89993,7,15437,NULL,601,1,'2026-01-21 23:52:46','2026-01-21 23:52:46','845c60dd-6cec-4b9b-be32-2d1f3afc757e'),
(89994,7,15437,NULL,617,2,'2026-01-21 23:52:46','2026-01-21 23:52:46','e5b5ade3-c016-4928-8a2c-c5630c30fc14'),
(89995,7,15437,NULL,605,3,'2026-01-21 23:52:46','2026-01-21 23:52:46','0e0c7bff-8c7f-4d43-a001-6399f4cbcbd1'),
(89996,7,15437,NULL,9552,4,'2026-01-21 23:52:46','2026-01-21 23:52:46','57aa88be-e528-42bb-85f7-75b34f381cc5'),
(89997,82,15437,NULL,491,1,'2026-01-21 23:52:46','2026-01-21 23:52:46','fda4039f-c4d1-4836-bcc9-05f4af5dca6d'),
(89998,47,15437,NULL,14954,1,'2026-01-21 23:52:46','2026-01-21 23:52:46','861892cb-62f0-4097-a9fc-7dc1c980ed6f'),
(89999,57,15437,NULL,545,1,'2026-01-21 23:52:46','2026-01-21 23:52:46','1ee77f2a-c3a9-4dad-8246-90ab2b0e4798'),
(90000,57,15437,NULL,137,2,'2026-01-21 23:52:46','2026-01-21 23:52:46','0a16012f-ea6c-43d1-96e6-2bae0099f222'),
(90001,57,15437,NULL,138,3,'2026-01-21 23:52:46','2026-01-21 23:52:46','2ba8d7f1-89d7-458b-a55b-66183bea49da'),
(90002,57,15437,NULL,136,4,'2026-01-21 23:52:46','2026-01-21 23:52:46','d8168c6e-8730-4d4b-bd63-fd046472a011'),
(90031,32,15439,NULL,2610,1,'2026-01-21 23:53:01','2026-01-21 23:53:01','66b7d6db-0e91-4bc1-af23-3841f1067406'),
(90032,32,15439,NULL,2598,2,'2026-01-21 23:53:01','2026-01-21 23:53:01','2274db8e-51a3-4c3f-9259-d2da3d7e6224'),
(90033,32,15439,NULL,2608,3,'2026-01-21 23:53:01','2026-01-21 23:53:01','14bfd3f8-3ef1-4271-9a4a-8f9b3ad04d44'),
(90034,32,15439,NULL,2600,4,'2026-01-21 23:53:01','2026-01-21 23:53:01','143029b0-df3e-4a79-a2fd-98e1a4ffd85c'),
(90035,32,15439,NULL,2596,5,'2026-01-21 23:53:01','2026-01-21 23:53:01','6c26fee8-f1fe-42b2-90b4-43845955bc54'),
(90036,32,15439,NULL,2602,6,'2026-01-21 23:53:01','2026-01-21 23:53:01','c76c9093-06fd-4cbd-b368-a70d0054a632'),
(90037,32,15439,NULL,2604,7,'2026-01-21 23:53:01','2026-01-21 23:53:01','523f2d68-78f5-48e5-9a4b-18209282d292'),
(90038,32,15439,NULL,2606,8,'2026-01-21 23:53:01','2026-01-21 23:53:01','ed79e26e-bd7c-4924-8263-92d5e07dd661'),
(90039,32,15439,NULL,2612,9,'2026-01-21 23:53:01','2026-01-21 23:53:01','bb7aedec-c4db-4e84-bfd5-8ae7b201562c'),
(90040,83,15439,NULL,951,1,'2026-01-21 23:53:01','2026-01-21 23:53:01','9e922680-46d0-4866-891a-f9f9e106dd94'),
(90041,16,15439,NULL,7700,1,'2026-01-21 23:53:01','2026-01-21 23:53:01','565ac083-bfff-41fd-8068-8872b9a2b615'),
(90042,7,15439,NULL,6547,1,'2026-01-21 23:53:01','2026-01-21 23:53:01','b6637ccb-8403-44c6-bb24-b6a876394c82'),
(90043,7,15439,NULL,601,2,'2026-01-21 23:53:01','2026-01-21 23:53:01','92bb7ab3-3c98-449d-8512-93accaf75cba'),
(90044,7,15439,NULL,2972,3,'2026-01-21 23:53:01','2026-01-21 23:53:01','303cbded-99e4-4ef2-a72e-c3dbc03c25cc'),
(90045,7,15439,NULL,2974,4,'2026-01-21 23:53:01','2026-01-21 23:53:01','a322439b-c1ff-478f-a190-e326d2fd71c3'),
(90046,7,15439,NULL,617,5,'2026-01-21 23:53:01','2026-01-21 23:53:01','5d9c6275-758a-4787-ba1d-359942657a4e'),
(90047,7,15439,NULL,605,6,'2026-01-21 23:53:01','2026-01-21 23:53:01','458e0ce3-c5a0-4f6b-9e08-39f2ad493f05'),
(90048,7,15439,NULL,9552,7,'2026-01-21 23:53:01','2026-01-21 23:53:01','6602c1e8-d867-4dcf-8a0f-e1b5dbf1dcb0'),
(90049,82,15439,NULL,491,1,'2026-01-21 23:53:01','2026-01-21 23:53:01','795d5b7c-82fa-49db-bc22-a729ccc47b18'),
(90050,47,15439,NULL,14958,1,'2026-01-21 23:53:01','2026-01-21 23:53:01','64e0d1df-7654-4e09-ac83-27deb8b936be'),
(90051,57,15439,NULL,4842,1,'2026-01-21 23:53:01','2026-01-21 23:53:01','52e15159-61ae-4548-926a-8c8552243ea5'),
(90052,57,15439,NULL,4841,2,'2026-01-21 23:53:01','2026-01-21 23:53:01','69a4419e-f8cd-4f91-bad0-6bd71e58754a'),
(90053,57,15439,NULL,4846,3,'2026-01-21 23:53:01','2026-01-21 23:53:01','f3bcede4-5c73-4cec-aa32-9026e733e24b'),
(90054,57,15439,NULL,4845,4,'2026-01-21 23:53:01','2026-01-21 23:53:01','04eb5d65-e80a-4886-95c3-7f978788d6a8'),
(90055,57,15439,NULL,4844,5,'2026-01-21 23:53:01','2026-01-21 23:53:01','7ced2227-19c1-4cd5-8c51-b8187b1349b9'),
(90056,57,15439,NULL,4843,6,'2026-01-21 23:53:01','2026-01-21 23:53:01','cc5692e6-8572-4320-8bd1-a6eda89996a3'),
(90110,32,15478,NULL,2610,1,'2026-01-22 02:46:23','2026-01-22 02:46:23','ad11f264-c1a3-4865-b86d-5fb844b82f9e'),
(90111,32,15478,NULL,2598,2,'2026-01-22 02:46:23','2026-01-22 02:46:23','28629ea1-3019-4a13-a66d-8d0faf789327'),
(90112,32,15478,NULL,2608,3,'2026-01-22 02:46:23','2026-01-22 02:46:23','444bfe84-7440-4651-99bf-6266368b0171'),
(90113,32,15478,NULL,2600,4,'2026-01-22 02:46:23','2026-01-22 02:46:23','65d0b2a4-753d-4b6e-9162-2988eb16b04d'),
(90114,32,15478,NULL,2596,5,'2026-01-22 02:46:23','2026-01-22 02:46:23','bcb1b8c7-4795-4f5c-ba3f-7fe16abd8909'),
(90115,32,15478,NULL,2602,6,'2026-01-22 02:46:23','2026-01-22 02:46:23','bdb86dd0-9258-4e79-951c-484a5f463121'),
(90116,32,15478,NULL,2604,7,'2026-01-22 02:46:23','2026-01-22 02:46:23','a3b1d170-6346-4f68-bf1d-8d7214f6e782'),
(90117,32,15478,NULL,2606,8,'2026-01-22 02:46:23','2026-01-22 02:46:23','8d464357-2529-47ca-979a-d43405656413'),
(90118,32,15478,NULL,2612,9,'2026-01-22 02:46:23','2026-01-22 02:46:23','bf1f1d45-e330-4080-9ed4-f2b3c78771c4'),
(90119,16,15478,NULL,7707,1,'2026-01-22 02:46:23','2026-01-22 02:46:23','de14cb78-5e70-4b41-99be-cd37f137a0c3'),
(90120,7,15478,NULL,2969,1,'2026-01-22 02:46:23','2026-01-22 02:46:23','28d01d9a-2f44-4312-bf7c-02e1210d0c4b'),
(90121,7,15478,NULL,3027,2,'2026-01-22 02:46:23','2026-01-22 02:46:23','13058059-4c74-488e-a884-a6ae3d8b9ed1'),
(90122,7,15478,NULL,9727,3,'2026-01-22 02:46:23','2026-01-22 02:46:23','f5b8709e-cbb8-47b7-9fa8-fd8ce9138ee2'),
(90123,7,15478,NULL,617,4,'2026-01-22 02:46:23','2026-01-22 02:46:23','d20008d5-13a2-45d2-b63d-d0d4a8ed8195'),
(90124,7,15478,NULL,605,5,'2026-01-22 02:46:23','2026-01-22 02:46:23','f94b01a7-7813-4635-8fc2-088205bd1932'),
(90125,82,15478,NULL,491,1,'2026-01-22 02:46:23','2026-01-22 02:46:23','86f66c68-f170-4b37-8f66-6990921792fd'),
(90126,46,15478,NULL,7369,1,'2026-01-22 02:46:23','2026-01-22 02:46:23','cf9b9a80-190a-436c-a872-83307ff7c0c9'),
(90127,47,15478,NULL,14963,1,'2026-01-22 02:46:23','2026-01-22 02:46:23','ec7070fc-8172-4430-a8dd-0107c65593f9'),
(90128,57,15478,NULL,4923,1,'2026-01-22 02:46:23','2026-01-22 02:46:23','e8d52e6c-32e5-4722-a81e-a78300fb966e'),
(90129,57,15478,NULL,4920,2,'2026-01-22 02:46:23','2026-01-22 02:46:23','98245a34-3f90-401f-a896-4c64585799d6'),
(90130,57,15478,NULL,4921,3,'2026-01-22 02:46:23','2026-01-22 02:46:23','1acf8d86-7a82-4edd-a7d8-6280b03170e2'),
(90131,57,15478,NULL,4922,4,'2026-01-22 02:46:23','2026-01-22 02:46:23','77f1d899-c6d7-448a-8536-7f45a88a7b2a'),
(90132,57,15478,NULL,4924,5,'2026-01-22 02:46:23','2026-01-22 02:46:23','b4873545-670b-4f39-9268-65abd3bab52a'),
(90133,57,15478,NULL,7722,6,'2026-01-22 02:46:23','2026-01-22 02:46:23','0000dc2d-4ceb-4ef4-8192-f2847209814a'),
(90160,32,15480,NULL,2610,1,'2026-01-22 02:48:33','2026-01-22 02:48:33','990184be-cf2e-4c1b-831c-c6f4c6061af8'),
(90161,32,15480,NULL,2598,2,'2026-01-22 02:48:33','2026-01-22 02:48:33','f1d9024c-c009-46cf-859f-18c44eee19a0'),
(90162,32,15480,NULL,2608,3,'2026-01-22 02:48:33','2026-01-22 02:48:33','75122aed-061d-4757-98bc-91bdad90a207'),
(90163,32,15480,NULL,2600,4,'2026-01-22 02:48:33','2026-01-22 02:48:33','87da2a7b-f98c-4608-999e-8c0b0b1ff9e1'),
(90164,32,15480,NULL,2596,5,'2026-01-22 02:48:33','2026-01-22 02:48:33','3263103e-e8fc-4d11-acec-ce378b7d2de6'),
(90165,32,15480,NULL,2602,6,'2026-01-22 02:48:33','2026-01-22 02:48:33','a0af8fe8-073c-464a-827e-039f5263b728'),
(90166,32,15480,NULL,2604,7,'2026-01-22 02:48:33','2026-01-22 02:48:33','7db4f55a-8a86-4138-b032-2311aea4fa96'),
(90167,32,15480,NULL,2606,8,'2026-01-22 02:48:33','2026-01-22 02:48:33','e6fd4af4-b14d-4cb1-8e6c-2ae7ea487818'),
(90168,32,15480,NULL,2612,9,'2026-01-22 02:48:33','2026-01-22 02:48:33','eda20695-57ea-449b-bb95-3f48222f7578'),
(90169,16,15480,NULL,7707,1,'2026-01-22 02:48:33','2026-01-22 02:48:33','a70acb9a-9708-4b6f-95ad-e69a231b0b5d'),
(90170,7,15480,NULL,2969,1,'2026-01-22 02:48:33','2026-01-22 02:48:33','fdd2425b-59f8-4d6c-9a31-b9fda0635824'),
(90171,7,15480,NULL,3027,2,'2026-01-22 02:48:33','2026-01-22 02:48:33','1f64d3ea-459e-4b6b-9bf1-40cbffba30d6'),
(90172,7,15480,NULL,9727,3,'2026-01-22 02:48:33','2026-01-22 02:48:33','34595b40-88e2-4ea5-8ab5-460aad8f9df2'),
(90173,7,15480,NULL,617,4,'2026-01-22 02:48:33','2026-01-22 02:48:33','015ee2b0-5523-474e-8598-986ad848672b'),
(90174,7,15480,NULL,605,5,'2026-01-22 02:48:33','2026-01-22 02:48:33','174d846e-79ca-41cd-a9b1-7b0832b10dcd'),
(90175,82,15480,NULL,491,1,'2026-01-22 02:48:33','2026-01-22 02:48:33','7e57f824-1597-4d90-bb90-4c2f80ecb916'),
(90176,46,15480,NULL,7369,1,'2026-01-22 02:48:33','2026-01-22 02:48:33','ea4a47ba-98a0-4a66-9ed6-0a4710cebc5f'),
(90177,47,15480,NULL,14963,1,'2026-01-22 02:48:33','2026-01-22 02:48:33','73a2e8c6-e3ab-43dd-80d1-490036238975'),
(90178,57,15480,NULL,4923,1,'2026-01-22 02:48:33','2026-01-22 02:48:33','bb6ae159-7099-4baa-9b80-633a7b199284'),
(90179,57,15480,NULL,4920,2,'2026-01-22 02:48:33','2026-01-22 02:48:33','b27befc8-d016-4bb5-831b-878d4e021eb9'),
(90180,57,15480,NULL,4921,3,'2026-01-22 02:48:33','2026-01-22 02:48:33','3e5e8bab-eb78-4891-b918-334832289885'),
(90181,57,15480,NULL,4922,4,'2026-01-22 02:48:33','2026-01-22 02:48:33','34ee770d-5341-47b9-8bc1-35c00aa09b5a'),
(90182,57,15480,NULL,4924,5,'2026-01-22 02:48:33','2026-01-22 02:48:33','7fad9ddb-3df5-48cb-b58f-c78538d67f77'),
(90183,57,15480,NULL,7722,6,'2026-01-22 02:48:33','2026-01-22 02:48:33','0a6de726-f208-43da-9f04-496009c0f727'),
(90215,32,15482,NULL,2610,1,'2026-01-22 02:49:08','2026-01-22 02:49:08','a256744a-4a2a-4483-bb88-a212a40cb639'),
(90216,32,15482,NULL,2598,2,'2026-01-22 02:49:08','2026-01-22 02:49:08','1a3df84d-06cd-4aeb-b07d-c35c0ba354d7'),
(90217,32,15482,NULL,2624,3,'2026-01-22 02:49:08','2026-01-22 02:49:08','3a9f0ec6-91cf-41fa-9edd-45f87ab2365e'),
(90218,32,15482,NULL,2600,4,'2026-01-22 02:49:08','2026-01-22 02:49:08','1631a471-0fa6-494c-8c1c-d5aab86c298e'),
(90219,32,15482,NULL,2596,5,'2026-01-22 02:49:08','2026-01-22 02:49:08','4f1bc280-8380-498b-a64b-55fdf34fcb16'),
(90220,32,15482,NULL,2602,6,'2026-01-22 02:49:08','2026-01-22 02:49:08','e945f29c-36a4-47f9-be13-f8966fade0b9'),
(90221,32,15482,NULL,2606,7,'2026-01-22 02:49:08','2026-01-22 02:49:08','e7c42730-3b18-4884-9fa2-45207ad9f438'),
(90222,32,15482,NULL,2612,8,'2026-01-22 02:49:08','2026-01-22 02:49:08','2a9be5a4-70db-477c-815f-c5cfa5e55a88'),
(90223,32,15482,NULL,2604,9,'2026-01-22 02:49:08','2026-01-22 02:49:08','59c4757b-925a-4ce0-9f67-d794f8e9f538'),
(90224,32,15482,NULL,2608,10,'2026-01-22 02:49:08','2026-01-22 02:49:08','5ab28411-d3f8-4289-bd9b-204f5330fb47'),
(90225,16,15482,NULL,11819,1,'2026-01-22 02:49:08','2026-01-22 02:49:08','73a81c0f-dad8-4bfe-861b-2cb3a41110d4'),
(90226,7,15482,NULL,2969,1,'2026-01-22 02:49:08','2026-01-22 02:49:08','529e5c2e-a575-495f-920d-efa774d9d2ea'),
(90227,7,15482,NULL,617,2,'2026-01-22 02:49:08','2026-01-22 02:49:08','58cc10e6-1bd3-488f-aac2-a87e31eaa7ab'),
(90228,7,15482,NULL,605,3,'2026-01-22 02:49:08','2026-01-22 02:49:08','e2ed68df-79e8-41b6-b39c-b61e706a8d03'),
(90229,7,15482,NULL,9552,4,'2026-01-22 02:49:08','2026-01-22 02:49:08','124116f1-021e-4880-a81e-dfeb3cd4d422'),
(90230,82,15482,NULL,491,1,'2026-01-22 02:49:08','2026-01-22 02:49:08','d02dea06-9ea5-4e18-b737-95afd995179d'),
(90231,46,15482,NULL,2891,1,'2026-01-22 02:49:08','2026-01-22 02:49:08','013de2f5-60fe-4b18-9d12-a71293e3099a'),
(90232,47,15482,NULL,14967,1,'2026-01-22 02:49:08','2026-01-22 02:49:08','07328091-f9e8-496a-bdb7-e4d5e10a77b7'),
(90233,57,15482,NULL,4927,1,'2026-01-22 02:49:08','2026-01-22 02:49:08','77b55e2a-948a-483b-830c-673f20af4020'),
(90234,57,15482,NULL,7772,2,'2026-01-22 02:49:08','2026-01-22 02:49:08','4486efe2-ed93-4e9d-9a79-4a5cfd8280cb'),
(90235,57,15482,NULL,4931,3,'2026-01-22 02:49:08','2026-01-22 02:49:08','fefa05fa-2341-47c2-a93b-bf5a475d205b'),
(90236,57,15482,NULL,4930,4,'2026-01-22 02:49:08','2026-01-22 02:49:08','fd219278-3145-445c-83c7-0217576eeb5b'),
(90237,57,15482,NULL,4932,5,'2026-01-22 02:49:08','2026-01-22 02:49:08','7b006882-8019-442d-9893-af29d939ed7f'),
(90238,57,15482,NULL,4933,6,'2026-01-22 02:49:08','2026-01-22 02:49:08','0684adc0-219a-4058-a71a-0f814ce8e005'),
(90239,57,15482,NULL,4934,7,'2026-01-22 02:49:08','2026-01-22 02:49:08','aabb867f-12b1-456b-8e1f-4b2142240623'),
(90240,57,15482,NULL,4935,8,'2026-01-22 02:49:08','2026-01-22 02:49:08','9a4a2977-df3f-4740-a562-cae1a2c4a126'),
(90241,57,15482,NULL,7739,9,'2026-01-22 02:49:08','2026-01-22 02:49:08','e926937f-72ca-44d2-ac1f-96bb8e60f8bb'),
(90242,57,15482,NULL,7740,10,'2026-01-22 02:49:08','2026-01-22 02:49:08','fddb008f-10f7-49e3-93ab-8b8e4b743a98'),
(90243,57,15482,NULL,7741,11,'2026-01-22 02:49:08','2026-01-22 02:49:08','03acebd9-522a-480b-b666-1a884ce7acce'),
(90275,32,15484,NULL,2610,1,'2026-01-22 02:50:03','2026-01-22 02:50:03','c64a0b2f-accf-4e39-bd8a-cec3b04d4ebc'),
(90276,32,15484,NULL,2598,2,'2026-01-22 02:50:03','2026-01-22 02:50:03','55957630-ab15-43ac-8ec4-4eee9f660c89'),
(90277,32,15484,NULL,2624,3,'2026-01-22 02:50:03','2026-01-22 02:50:03','b3a09914-2075-45f7-b1de-b979c09d54b6'),
(90278,32,15484,NULL,2600,4,'2026-01-22 02:50:03','2026-01-22 02:50:03','fe92f6e0-aa12-4d49-87e5-ccddc8be3c4b'),
(90279,32,15484,NULL,2596,5,'2026-01-22 02:50:03','2026-01-22 02:50:03','2a089835-1921-409c-bc47-f846558e5afc'),
(90280,32,15484,NULL,2602,6,'2026-01-22 02:50:03','2026-01-22 02:50:03','9946d1a7-4419-48c9-a49e-9b915549932d'),
(90281,32,15484,NULL,2606,7,'2026-01-22 02:50:03','2026-01-22 02:50:03','b5495a96-ac19-4fb5-9655-7bd12cdb15de'),
(90282,32,15484,NULL,2612,8,'2026-01-22 02:50:03','2026-01-22 02:50:03','5117e538-49e3-4cee-baa2-110af2f04bce'),
(90283,32,15484,NULL,2604,9,'2026-01-22 02:50:03','2026-01-22 02:50:03','2d184a6d-34bb-4154-8406-4e16d1caf0d0'),
(90284,32,15484,NULL,2608,10,'2026-01-22 02:50:03','2026-01-22 02:50:03','e2b6c46f-0aa8-4ea9-b765-affc164629c3'),
(90285,16,15484,NULL,11819,1,'2026-01-22 02:50:03','2026-01-22 02:50:03','41ed59aa-546c-4450-8725-a04e192c60a2'),
(90286,7,15484,NULL,2969,1,'2026-01-22 02:50:03','2026-01-22 02:50:03','43b4e273-879c-4cd4-9761-4970c1200eab'),
(90287,7,15484,NULL,617,2,'2026-01-22 02:50:03','2026-01-22 02:50:03','616a0b76-1e60-4314-b1f4-97001257d29e'),
(90288,7,15484,NULL,605,3,'2026-01-22 02:50:03','2026-01-22 02:50:03','6102c388-9f53-4e1f-a1c6-f3909dabb8dd'),
(90289,7,15484,NULL,9552,4,'2026-01-22 02:50:03','2026-01-22 02:50:03','283a4383-531b-477f-914f-99116b52d54c'),
(90290,82,15484,NULL,491,1,'2026-01-22 02:50:03','2026-01-22 02:50:03','b6a29352-3d55-4475-a3e1-263d851652b0'),
(90291,46,15484,NULL,2891,1,'2026-01-22 02:50:03','2026-01-22 02:50:03','32e80d5f-ca31-49ae-9723-8687bbfb0c12'),
(90292,47,15484,NULL,14967,1,'2026-01-22 02:50:03','2026-01-22 02:50:03','03cdb5ed-fe76-4e20-b4b5-5705a85d015a'),
(90293,57,15484,NULL,4927,1,'2026-01-22 02:50:03','2026-01-22 02:50:03','5d4a5ae2-54d3-4aef-b847-f35fcb4b2324'),
(90294,57,15484,NULL,7772,2,'2026-01-22 02:50:03','2026-01-22 02:50:03','49d769c5-29e3-45b4-ad44-3851eba8df1b'),
(90295,57,15484,NULL,4931,3,'2026-01-22 02:50:03','2026-01-22 02:50:03','595f9f50-9d92-4c32-8528-9716c76fcb7a'),
(90296,57,15484,NULL,4930,4,'2026-01-22 02:50:03','2026-01-22 02:50:03','447f8fcc-a6cf-4bea-b71d-25370b9e4a08'),
(90297,57,15484,NULL,4932,5,'2026-01-22 02:50:03','2026-01-22 02:50:03','3146757d-50e3-4760-8a25-6979a639ec70'),
(90298,57,15484,NULL,4933,6,'2026-01-22 02:50:03','2026-01-22 02:50:03','3b177379-16ce-460e-b645-eac7aa493dfe'),
(90299,57,15484,NULL,4934,7,'2026-01-22 02:50:03','2026-01-22 02:50:03','5cc9e383-3672-432c-8454-eb56fa4e1979'),
(90300,57,15484,NULL,4935,8,'2026-01-22 02:50:03','2026-01-22 02:50:03','a6f1e717-2a50-4801-994d-be1b4c26d158'),
(90301,57,15484,NULL,7739,9,'2026-01-22 02:50:03','2026-01-22 02:50:03','3482b9dc-edda-4e96-a8ac-ccb897efdb6d'),
(90302,57,15484,NULL,7740,10,'2026-01-22 02:50:03','2026-01-22 02:50:03','29bb89a2-df14-423f-9e0a-dc4b8bcae481'),
(90303,57,15484,NULL,7741,11,'2026-01-22 02:50:03','2026-01-22 02:50:03','d6b8c60d-c963-4a66-8933-7dd0e852dd0f'),
(90331,32,15486,NULL,2610,1,'2026-01-22 02:50:32','2026-01-22 02:50:32','e50646ce-5e88-4c3a-857b-974214bf85b8'),
(90332,32,15486,NULL,2598,2,'2026-01-22 02:50:32','2026-01-22 02:50:32','941daf66-b123-4a94-9e23-0a4a294ccf5d'),
(90333,32,15486,NULL,2600,3,'2026-01-22 02:50:32','2026-01-22 02:50:32','2f26c9ec-92d0-4a84-91f0-f29edfd77a38'),
(90334,32,15486,NULL,2596,4,'2026-01-22 02:50:32','2026-01-22 02:50:32','a71b94e3-9aef-4550-9a3a-194657dd833d'),
(90335,32,15486,NULL,2602,5,'2026-01-22 02:50:32','2026-01-22 02:50:32','040aee28-7380-4fff-98c4-a537b3e71fc3'),
(90336,32,15486,NULL,2604,6,'2026-01-22 02:50:32','2026-01-22 02:50:32','fb7b36f2-5b41-4296-a3f2-662a42cfc1d1'),
(90337,32,15486,NULL,2608,7,'2026-01-22 02:50:32','2026-01-22 02:50:32','998ff625-f056-405a-9d8d-5059880203d7'),
(90338,32,15486,NULL,2606,8,'2026-01-22 02:50:32','2026-01-22 02:50:32','884aa81b-80fe-4ce4-bdae-e14fbebdcf46'),
(90339,32,15486,NULL,2612,9,'2026-01-22 02:50:32','2026-01-22 02:50:32','f771b29d-0e8e-4558-848a-dce2db67618f'),
(90340,16,15486,NULL,9354,1,'2026-01-22 02:50:32','2026-01-22 02:50:32','13a394d6-052e-400a-9725-e93bde625f7e'),
(90341,7,15486,NULL,6547,1,'2026-01-22 02:50:32','2026-01-22 02:50:32','6f577c10-3991-4652-bea4-18269a4a1006'),
(90342,7,15486,NULL,601,2,'2026-01-22 02:50:32','2026-01-22 02:50:32','1d941d22-4d7c-4c8f-a675-bbaa07342cde'),
(90343,7,15486,NULL,3093,3,'2026-01-22 02:50:32','2026-01-22 02:50:32','efdbb6d9-1ca1-4299-b1c1-88ff3f3101e5'),
(90344,7,15486,NULL,617,4,'2026-01-22 02:50:32','2026-01-22 02:50:32','354e1548-b719-4fa7-88d8-2ec4cb6544ca'),
(90345,7,15486,NULL,605,5,'2026-01-22 02:50:32','2026-01-22 02:50:32','4fb7bda2-850c-4a89-a172-b13279d2dc90'),
(90346,7,15486,NULL,9552,6,'2026-01-22 02:50:32','2026-01-22 02:50:32','de120168-3367-4308-994f-c5ed880ef85c'),
(90347,82,15486,NULL,491,1,'2026-01-22 02:50:32','2026-01-22 02:50:32','87ef8487-e610-4de5-a4c6-f89308415013'),
(90348,47,15486,NULL,14970,1,'2026-01-22 02:50:32','2026-01-22 02:50:32','bed7480e-f4b1-4840-b9ae-1945e70fd839'),
(90349,57,15486,NULL,7778,1,'2026-01-22 02:50:32','2026-01-22 02:50:32','4d26cb18-3993-4851-a1cd-a68cc19233d6'),
(90350,57,15486,NULL,7779,2,'2026-01-22 02:50:32','2026-01-22 02:50:32','ab458d36-7885-4b4e-85d7-2f80eff85980'),
(90351,57,15486,NULL,7780,3,'2026-01-22 02:50:32','2026-01-22 02:50:32','dbf9b183-f98d-4a77-836b-fd41768ea0d8'),
(90352,57,15486,NULL,7781,4,'2026-01-22 02:50:32','2026-01-22 02:50:32','78ab464f-366a-4e97-9309-e071199a2c78'),
(90353,57,15486,NULL,7783,5,'2026-01-22 02:50:32','2026-01-22 02:50:32','e89e955d-79f1-4f60-8c69-77f503b8dd22'),
(90354,57,15486,NULL,7784,6,'2026-01-22 02:50:32','2026-01-22 02:50:32','cbd0d893-63a8-4b1d-a9f2-1d6df3a99bed'),
(90355,57,15486,NULL,7785,7,'2026-01-22 02:50:32','2026-01-22 02:50:32','88e9733c-3646-441e-9aab-81670b0d8ce1'),
(90383,32,15488,NULL,2610,1,'2026-01-22 02:51:06','2026-01-22 02:51:06','a7f03e4e-381e-43d3-af55-34df8b4252d5'),
(90384,32,15488,NULL,2598,2,'2026-01-22 02:51:06','2026-01-22 02:51:06','f0fc3b5f-97c2-41e2-ae6d-c97534400d17'),
(90385,32,15488,NULL,2600,3,'2026-01-22 02:51:06','2026-01-22 02:51:06','4fa2cdb0-2b70-42a7-9af3-9dc765c55d59'),
(90386,32,15488,NULL,2596,4,'2026-01-22 02:51:06','2026-01-22 02:51:06','788b7dac-8483-4f29-8482-c96b65098731'),
(90387,32,15488,NULL,2602,5,'2026-01-22 02:51:06','2026-01-22 02:51:06','454ca0ab-b314-41d6-a6e0-0467b90ce95e'),
(90388,32,15488,NULL,2604,6,'2026-01-22 02:51:06','2026-01-22 02:51:06','11eec69d-5845-44c1-a33f-7441b38bfcb5'),
(90389,32,15488,NULL,2608,7,'2026-01-22 02:51:06','2026-01-22 02:51:06','ea70df8a-3138-4be1-9850-16ba236757d7'),
(90390,32,15488,NULL,2606,8,'2026-01-22 02:51:06','2026-01-22 02:51:06','7395ff53-8ada-4a7c-992a-819514edb63d'),
(90391,32,15488,NULL,2612,9,'2026-01-22 02:51:06','2026-01-22 02:51:06','b9e7eef3-685a-4564-8a35-1d0ea296bffb'),
(90392,16,15488,NULL,9354,1,'2026-01-22 02:51:06','2026-01-22 02:51:06','8ca55aa8-8b57-4698-90af-a3ab0fae98e4'),
(90393,7,15488,NULL,6547,1,'2026-01-22 02:51:06','2026-01-22 02:51:06','5e60ac3f-a072-4a6e-a490-1363edf22e65'),
(90394,7,15488,NULL,601,2,'2026-01-22 02:51:06','2026-01-22 02:51:06','e16fb80c-a8cc-4118-8d02-9932fd135194'),
(90395,7,15488,NULL,3093,3,'2026-01-22 02:51:06','2026-01-22 02:51:06','9e1ce6eb-ee78-4775-a1a4-66b18b19f6ac'),
(90396,7,15488,NULL,617,4,'2026-01-22 02:51:06','2026-01-22 02:51:06','9fe09c3c-21fc-46dd-933e-328876ed4e2d'),
(90397,7,15488,NULL,605,5,'2026-01-22 02:51:06','2026-01-22 02:51:06','abb508b2-d837-41c6-bffc-3dfeb6d7cbee'),
(90398,7,15488,NULL,9552,6,'2026-01-22 02:51:06','2026-01-22 02:51:06','400382c9-da8a-4ea0-bcb3-98feabf25564'),
(90399,82,15488,NULL,491,1,'2026-01-22 02:51:06','2026-01-22 02:51:06','a3460dbc-bc65-4496-be21-c864a8121e27'),
(90400,47,15488,NULL,14970,1,'2026-01-22 02:51:06','2026-01-22 02:51:06','2d50da47-94fd-4fa2-9c7f-0ade5ca18529'),
(90401,57,15488,NULL,7778,1,'2026-01-22 02:51:06','2026-01-22 02:51:06','d1978c13-8dfe-457b-b5ba-3378acd94b2c'),
(90402,57,15488,NULL,7779,2,'2026-01-22 02:51:06','2026-01-22 02:51:06','036458ff-d6e3-4763-b734-181553aba2fe'),
(90403,57,15488,NULL,7780,3,'2026-01-22 02:51:06','2026-01-22 02:51:06','d49c98a9-4088-41f6-a083-36d29a0ea8be'),
(90404,57,15488,NULL,7781,4,'2026-01-22 02:51:06','2026-01-22 02:51:06','0a2e8308-f7e5-4f6d-a2f9-22e4e4d7d40f'),
(90405,57,15488,NULL,7783,5,'2026-01-22 02:51:06','2026-01-22 02:51:06','1b1a7252-66f3-4f18-b48a-a064327436b8'),
(90406,57,15488,NULL,7784,6,'2026-01-22 02:51:06','2026-01-22 02:51:06','3427e4c5-6394-4aad-89d8-758a91f91807'),
(90407,57,15488,NULL,7785,7,'2026-01-22 02:51:06','2026-01-22 02:51:06','38a0e64e-2d7b-4f56-8f85-809c3d6b6ad6'),
(90438,32,15490,NULL,2614,1,'2026-01-22 02:52:09','2026-01-22 02:52:09','b14ba535-3c38-448f-8df4-f0baaac20ed7'),
(90439,32,15490,NULL,2610,2,'2026-01-22 02:52:09','2026-01-22 02:52:09','bf640d0e-2327-48f1-8833-d5c211c36648'),
(90440,32,15490,NULL,2598,3,'2026-01-22 02:52:09','2026-01-22 02:52:09','55526b8e-bc24-4bff-8966-ab4a484e1b1b'),
(90441,32,15490,NULL,2608,4,'2026-01-22 02:52:09','2026-01-22 02:52:09','02c0298c-3e08-4f48-a3a1-d983a6d17e6a'),
(90442,32,15490,NULL,2600,5,'2026-01-22 02:52:09','2026-01-22 02:52:09','c69cc0eb-40a5-4407-ab73-24e87066fac3'),
(90443,32,15490,NULL,2596,6,'2026-01-22 02:52:09','2026-01-22 02:52:09','05d6c764-8297-452a-bd92-4ed84606642e'),
(90444,32,15490,NULL,2602,7,'2026-01-22 02:52:09','2026-01-22 02:52:09','192201c1-8729-40be-8fea-7cdcd380380c'),
(90445,32,15490,NULL,2604,8,'2026-01-22 02:52:09','2026-01-22 02:52:09','f8341aef-804e-4147-8b42-a4e1ab6df443'),
(90446,32,15490,NULL,2606,9,'2026-01-22 02:52:09','2026-01-22 02:52:09','792978f6-9cc4-44cf-ba69-7ad89f9b334d'),
(90447,32,15490,NULL,2612,10,'2026-01-22 02:52:09','2026-01-22 02:52:09','08cf33b1-057c-48c7-98ff-4b09e123c7f9'),
(90448,16,15490,NULL,7791,1,'2026-01-22 02:52:09','2026-01-22 02:52:09','687ca482-4040-436b-a0c1-0d355cc1d66f'),
(90449,7,15490,NULL,601,1,'2026-01-22 02:52:09','2026-01-22 02:52:09','1d816ca8-7821-4338-a279-e0211b23b277'),
(90450,7,15490,NULL,9735,2,'2026-01-22 02:52:09','2026-01-22 02:52:09','a32247d9-deb3-4bc6-8ab6-6c7af43c8bc9'),
(90451,7,15490,NULL,617,3,'2026-01-22 02:52:09','2026-01-22 02:52:09','2b26d252-d4f5-4cac-be4b-2baeaf2de063'),
(90452,7,15490,NULL,9640,4,'2026-01-22 02:52:09','2026-01-22 02:52:09','756eba9f-e2b3-4a1d-a10b-1dfb17252e8c'),
(90453,7,15490,NULL,2974,5,'2026-01-22 02:52:09','2026-01-22 02:52:09','bbfa1818-6e9b-4b74-9ea8-9eafd27c370c'),
(90454,7,15490,NULL,605,6,'2026-01-22 02:52:09','2026-01-22 02:52:09','6b0c2214-6dd2-4646-8880-5652c4a3f2bf'),
(90455,7,15490,NULL,9549,7,'2026-01-22 02:52:09','2026-01-22 02:52:09','554ab1b1-f783-4611-a0d4-ca1181b2d8ab'),
(90456,7,15490,NULL,9552,8,'2026-01-22 02:52:09','2026-01-22 02:52:09','32717719-ac24-4d41-a95c-113d2e9009bf'),
(90457,47,15490,NULL,14975,1,'2026-01-22 02:52:09','2026-01-22 02:52:09','b96f4c12-38f2-407b-9691-5940a52ad4f5'),
(90458,57,15490,NULL,7829,1,'2026-01-22 02:52:09','2026-01-22 02:52:09','bf8ee357-16a0-4a46-90b7-82b267e16835'),
(90459,57,15490,NULL,7830,2,'2026-01-22 02:52:09','2026-01-22 02:52:09','64c204c6-9e40-4156-97b9-5a39b56ef380'),
(90460,57,15490,NULL,7833,3,'2026-01-22 02:52:09','2026-01-22 02:52:09','6a4806bf-e36f-49c9-b984-3300bf93ed45'),
(90461,57,15490,NULL,7831,4,'2026-01-22 02:52:09','2026-01-22 02:52:09','6bd9d1e2-220e-4fff-9029-7128ad3b516b'),
(90462,57,15490,NULL,7826,5,'2026-01-22 02:52:09','2026-01-22 02:52:09','6f69a84d-3cda-4f5d-a529-687e32d7edfc'),
(90463,57,15490,NULL,7828,6,'2026-01-22 02:52:09','2026-01-22 02:52:09','89ed14cf-fd1d-45e8-a2d5-bc3d2818c7e4'),
(90464,57,15490,NULL,7827,7,'2026-01-22 02:52:09','2026-01-22 02:52:09','53dafe77-5339-421d-b140-eb9a61774cb4'),
(90465,57,15490,NULL,7832,8,'2026-01-22 02:52:09','2026-01-22 02:52:09','9d759d12-11d7-448e-9831-3aa6ac9405c9'),
(90496,32,15492,NULL,2614,1,'2026-01-22 02:52:30','2026-01-22 02:52:30','57f0d76e-1a3d-47c2-90cf-e0316c9177f2'),
(90497,32,15492,NULL,2610,2,'2026-01-22 02:52:30','2026-01-22 02:52:30','d9653c6f-7144-4df3-a1c3-2811d0fe27f6'),
(90498,32,15492,NULL,2598,3,'2026-01-22 02:52:30','2026-01-22 02:52:30','7ef4a7d7-c689-4163-98f6-0fed233e18d3'),
(90499,32,15492,NULL,2608,4,'2026-01-22 02:52:30','2026-01-22 02:52:30','946d9d63-386b-4af5-aaf3-0ea77b8f569e'),
(90500,32,15492,NULL,2600,5,'2026-01-22 02:52:30','2026-01-22 02:52:30','cfb117dd-a55b-4762-ac2e-04caf730eda1'),
(90501,32,15492,NULL,2596,6,'2026-01-22 02:52:30','2026-01-22 02:52:30','660cf7d2-9430-4f34-b16a-cece6e4170aa'),
(90502,32,15492,NULL,2602,7,'2026-01-22 02:52:30','2026-01-22 02:52:30','fda41af0-21d9-49f9-ae07-abd8aab06483'),
(90503,32,15492,NULL,2604,8,'2026-01-22 02:52:30','2026-01-22 02:52:30','da660710-ac79-423f-b503-75dd281fdd06'),
(90504,32,15492,NULL,2606,9,'2026-01-22 02:52:30','2026-01-22 02:52:30','bfb9b9b1-14d3-4c68-8379-a2ead0bbdee7'),
(90505,32,15492,NULL,2612,10,'2026-01-22 02:52:30','2026-01-22 02:52:30','64277407-e356-410d-9e27-83da3f3e275b'),
(90506,16,15492,NULL,7791,1,'2026-01-22 02:52:30','2026-01-22 02:52:30','5d035989-3bed-40a7-a1c1-a5d8b2ff4b68'),
(90507,7,15492,NULL,601,1,'2026-01-22 02:52:30','2026-01-22 02:52:30','27df0b12-ed27-4f90-993f-2946c93c26de'),
(90508,7,15492,NULL,9735,2,'2026-01-22 02:52:30','2026-01-22 02:52:30','d027fdc6-46a1-4195-9696-38e5033c68d6'),
(90509,7,15492,NULL,617,3,'2026-01-22 02:52:30','2026-01-22 02:52:30','4785319c-c509-45c1-b5a0-c31f0bad205c'),
(90510,7,15492,NULL,9640,4,'2026-01-22 02:52:30','2026-01-22 02:52:30','7fccd147-efc1-4655-9dde-01c568a78dc6'),
(90511,7,15492,NULL,2974,5,'2026-01-22 02:52:30','2026-01-22 02:52:30','d83e209d-d7cc-4f59-8e2d-fb03e0c23405'),
(90512,7,15492,NULL,605,6,'2026-01-22 02:52:30','2026-01-22 02:52:30','26fb19e7-e5fb-41f3-832b-7f9fe7452463'),
(90513,7,15492,NULL,9549,7,'2026-01-22 02:52:30','2026-01-22 02:52:30','a859d93a-bb1c-4a56-8a21-c88dd4763971'),
(90514,7,15492,NULL,9552,8,'2026-01-22 02:52:30','2026-01-22 02:52:30','ec1208aa-d77f-4fac-a69a-57f01d859f36'),
(90515,47,15492,NULL,14975,1,'2026-01-22 02:52:30','2026-01-22 02:52:30','2def3fc7-3677-4b7e-8d7f-d51f44286d2a'),
(90516,57,15492,NULL,7829,1,'2026-01-22 02:52:30','2026-01-22 02:52:30','19c5574b-258f-400e-ac60-2c4d0ab5cda4'),
(90517,57,15492,NULL,7830,2,'2026-01-22 02:52:30','2026-01-22 02:52:30','3d463d67-f9f7-4a42-a9fd-4c93cd31f799'),
(90518,57,15492,NULL,7833,3,'2026-01-22 02:52:30','2026-01-22 02:52:30','1d36b001-5831-48c5-975c-22bdaa9d5145'),
(90519,57,15492,NULL,7831,4,'2026-01-22 02:52:30','2026-01-22 02:52:30','59ded7dc-b272-4d81-8d61-e973c912013c'),
(90520,57,15492,NULL,7826,5,'2026-01-22 02:52:30','2026-01-22 02:52:30','97c8ea22-29a9-4899-b148-969207598665'),
(90521,57,15492,NULL,7828,6,'2026-01-22 02:52:30','2026-01-22 02:52:30','4e1b0e73-b844-4642-84f1-f93328d101a7'),
(90522,57,15492,NULL,7827,7,'2026-01-22 02:52:30','2026-01-22 02:52:30','69fc5104-ca2a-4be2-b974-2f251bde410d'),
(90523,57,15492,NULL,7832,8,'2026-01-22 02:52:30','2026-01-22 02:52:30','4599f588-3c71-4c73-b8c1-877f18e37c94'),
(90548,32,15494,NULL,2614,1,'2026-01-22 02:53:17','2026-01-22 02:53:17','6c8519b2-71e2-4430-867f-cc53abf05720'),
(90549,32,15494,NULL,2610,2,'2026-01-22 02:53:17','2026-01-22 02:53:17','3fc18691-55dc-464c-b263-9c5deeb91e8f'),
(90550,32,15494,NULL,2598,3,'2026-01-22 02:53:17','2026-01-22 02:53:17','2462d42b-7ce8-4c66-8821-3d7ed0b50814'),
(90551,32,15494,NULL,2608,4,'2026-01-22 02:53:17','2026-01-22 02:53:17','239d7315-a39a-4831-95b1-9c87ace9dddf'),
(90552,32,15494,NULL,2600,5,'2026-01-22 02:53:17','2026-01-22 02:53:17','6a658cee-4bc8-439d-a959-197c8730be7f'),
(90553,32,15494,NULL,2596,6,'2026-01-22 02:53:17','2026-01-22 02:53:17','79f43882-8eb9-424e-88e8-d031c715f395'),
(90554,32,15494,NULL,2602,7,'2026-01-22 02:53:17','2026-01-22 02:53:17','4a4e4485-b371-456d-9632-3afb6aa2486c'),
(90555,32,15494,NULL,2604,8,'2026-01-22 02:53:17','2026-01-22 02:53:17','a56494ba-f8fe-4679-ad05-ed2ff048a28b'),
(90556,32,15494,NULL,2606,9,'2026-01-22 02:53:17','2026-01-22 02:53:17','d659702c-72d0-427b-8a4f-92f0f0cdb164'),
(90557,32,15494,NULL,2612,10,'2026-01-22 02:53:17','2026-01-22 02:53:17','2497c848-a8ef-4bed-aff5-32171e601436'),
(90558,16,15494,NULL,3158,1,'2026-01-22 02:53:17','2026-01-22 02:53:17','7e1df696-a8fd-4a35-ac04-5d8ac8c1041e'),
(90559,7,15494,NULL,601,1,'2026-01-22 02:53:17','2026-01-22 02:53:17','573f6418-c989-401d-9961-2b24012daf46'),
(90560,7,15494,NULL,2974,2,'2026-01-22 02:53:17','2026-01-22 02:53:17','b21b13a2-faa6-4989-9232-956597464684'),
(90561,7,15494,NULL,617,3,'2026-01-22 02:53:17','2026-01-22 02:53:17','ff291f13-b2f2-4501-9271-09a70df5c239'),
(90562,7,15494,NULL,605,4,'2026-01-22 02:53:17','2026-01-22 02:53:17','62f45d9c-de45-481f-ab38-6a55b09b2a35'),
(90563,7,15494,NULL,9552,5,'2026-01-22 02:53:17','2026-01-22 02:53:17','ee6c2ba1-7bd8-4df0-936f-eab3b4fc76d6'),
(90564,47,15494,NULL,14983,1,'2026-01-22 02:53:17','2026-01-22 02:53:17','f056f0b8-2905-4946-9773-ed9943138d7d'),
(90565,57,15494,NULL,7838,1,'2026-01-22 02:53:17','2026-01-22 02:53:17','124152df-7b70-45b8-a194-38314e13647a'),
(90566,57,15494,NULL,7840,2,'2026-01-22 02:53:17','2026-01-22 02:53:17','99511d2b-5186-416b-9178-7abbb5296652'),
(90567,57,15494,NULL,7839,3,'2026-01-22 02:53:17','2026-01-22 02:53:17','4a473a0e-99af-438e-9b34-909fb79c06af'),
(90568,57,15494,NULL,7841,4,'2026-01-22 02:53:17','2026-01-22 02:53:17','ed5781e6-287a-4fb0-b1d3-6c4407a84ecc'),
(90569,57,15494,NULL,7842,5,'2026-01-22 02:53:17','2026-01-22 02:53:17','89961ff3-cea0-4c00-850b-e54cd938beb5'),
(90594,32,15496,NULL,2614,1,'2026-01-22 02:53:38','2026-01-22 02:53:38','970ada0f-71ad-4255-ae74-52f62951db12'),
(90595,32,15496,NULL,2610,2,'2026-01-22 02:53:38','2026-01-22 02:53:38','c38a73f7-bf3c-4383-984f-7f40f02e4864'),
(90596,32,15496,NULL,2598,3,'2026-01-22 02:53:38','2026-01-22 02:53:38','3ec1b032-2c4f-4991-ad8f-b28f1f2ea73a'),
(90597,32,15496,NULL,2608,4,'2026-01-22 02:53:38','2026-01-22 02:53:38','7c8f11d7-80b8-4ed0-81a6-a8bcdd62593b'),
(90598,32,15496,NULL,2600,5,'2026-01-22 02:53:38','2026-01-22 02:53:38','36bf0f9e-892f-4fea-854f-c4ccd4c1fa69'),
(90599,32,15496,NULL,2596,6,'2026-01-22 02:53:38','2026-01-22 02:53:38','b8c2afcf-31e8-4f3e-91d7-71fde59f8fdb'),
(90600,32,15496,NULL,2602,7,'2026-01-22 02:53:38','2026-01-22 02:53:38','071832ec-c2e1-4997-b48b-5c7eedc624a3'),
(90601,32,15496,NULL,2604,8,'2026-01-22 02:53:38','2026-01-22 02:53:38','20be2596-1778-47d3-9e91-6da5e2074393'),
(90602,32,15496,NULL,2606,9,'2026-01-22 02:53:38','2026-01-22 02:53:38','a07bd1d3-92d3-4be6-aabf-68a1e20dbc9d'),
(90603,32,15496,NULL,2612,10,'2026-01-22 02:53:38','2026-01-22 02:53:38','fbafaaf6-e428-4ff9-9498-3a6e628d1b52'),
(90604,16,15496,NULL,3158,1,'2026-01-22 02:53:38','2026-01-22 02:53:38','ce2ca173-628e-4137-907b-40472bf7d73b'),
(90605,7,15496,NULL,601,1,'2026-01-22 02:53:38','2026-01-22 02:53:38','fe79accd-6c2a-40a9-879a-d34d6ed9045a'),
(90606,7,15496,NULL,2974,2,'2026-01-22 02:53:38','2026-01-22 02:53:38','08263449-5421-4711-a0bd-6a014056580d'),
(90607,7,15496,NULL,617,3,'2026-01-22 02:53:38','2026-01-22 02:53:38','2cf8055d-fe17-44a9-8cd3-edb39846d720'),
(90608,7,15496,NULL,605,4,'2026-01-22 02:53:38','2026-01-22 02:53:38','00ca90f8-4973-4935-be1b-b5f110ab4a9c'),
(90609,7,15496,NULL,9552,5,'2026-01-22 02:53:38','2026-01-22 02:53:38','85d7c521-9715-4675-bf95-bd449e939138'),
(90610,47,15496,NULL,14983,1,'2026-01-22 02:53:38','2026-01-22 02:53:38','7f576cbe-6702-4593-9c0f-a9a9e9997f5b'),
(90611,57,15496,NULL,7838,1,'2026-01-22 02:53:38','2026-01-22 02:53:38','853d133c-6034-4739-89ca-f6b972a2b7b0'),
(90612,57,15496,NULL,7840,2,'2026-01-22 02:53:38','2026-01-22 02:53:38','da8da1dc-d236-4c46-8cae-14bd459af5e5'),
(90613,57,15496,NULL,7839,3,'2026-01-22 02:53:38','2026-01-22 02:53:38','7bb15e99-5fee-4b85-a413-f35b4e2d76c3'),
(90614,57,15496,NULL,7841,4,'2026-01-22 02:53:38','2026-01-22 02:53:38','4ba90204-524d-44c2-a927-7461b2392693'),
(90615,57,15496,NULL,7842,5,'2026-01-22 02:53:38','2026-01-22 02:53:38','42d047c4-a39e-4bf7-b55a-8387af8e56bd'),
(90638,32,15498,NULL,2610,1,'2026-01-22 02:54:28','2026-01-22 02:54:28','f980728c-3381-403e-9cfd-fb088c6ea3d3'),
(90639,32,15498,NULL,2598,2,'2026-01-22 02:54:28','2026-01-22 02:54:28','f49a8028-7103-48d0-a9a3-c0ca9a0d4e98'),
(90640,32,15498,NULL,2600,3,'2026-01-22 02:54:28','2026-01-22 02:54:28','3ae1be66-bf2f-4496-a369-5b6c6887daca'),
(90641,32,15498,NULL,2596,4,'2026-01-22 02:54:28','2026-01-22 02:54:28','acdd129e-ea62-4aa9-a492-366dd8329018'),
(90642,32,15498,NULL,2602,5,'2026-01-22 02:54:28','2026-01-22 02:54:28','94e5383e-29c4-4b06-a027-427a013d6ae2'),
(90643,32,15498,NULL,2604,6,'2026-01-22 02:54:28','2026-01-22 02:54:28','9e1183a9-91b5-44c4-8294-c5dfeacc091b'),
(90644,32,15498,NULL,2608,7,'2026-01-22 02:54:28','2026-01-22 02:54:28','54fbaef0-9618-4c2c-9c52-3c3ceea308d1'),
(90645,32,15498,NULL,2606,8,'2026-01-22 02:54:28','2026-01-22 02:54:28','b1fb0cff-86e1-41b3-a990-b9ed381023ef'),
(90646,32,15498,NULL,2612,9,'2026-01-22 02:54:28','2026-01-22 02:54:28','e431c223-abc5-4969-b14e-eb205a3ff37c'),
(90647,16,15498,NULL,7850,1,'2026-01-22 02:54:28','2026-01-22 02:54:28','e941ffb6-f626-407f-abdf-7a77b7ee609e'),
(90648,7,15498,NULL,601,1,'2026-01-22 02:54:28','2026-01-22 02:54:28','9c91e837-24cf-495e-9b5d-9ad0d5a5ffa2'),
(90649,7,15498,NULL,617,2,'2026-01-22 02:54:28','2026-01-22 02:54:28','ca408578-140e-4408-a0e6-917aaad23d99'),
(90650,7,15498,NULL,605,3,'2026-01-22 02:54:28','2026-01-22 02:54:28','0434fa7d-97d9-42da-813b-570b2c2b0d0c'),
(90651,7,15498,NULL,9552,4,'2026-01-22 02:54:28','2026-01-22 02:54:28','bbbe5c30-48f8-43d4-800f-9cff5a543e87'),
(90652,82,15498,NULL,491,1,'2026-01-22 02:54:28','2026-01-22 02:54:28','0518e68e-bb57-42b7-877f-7c5840dccb0a'),
(90653,47,15498,NULL,14999,1,'2026-01-22 02:54:28','2026-01-22 02:54:28','ac37b9f4-6653-466c-877e-9c9aefd159ba'),
(90654,57,15498,NULL,7851,1,'2026-01-22 02:54:28','2026-01-22 02:54:28','4ee74b7e-ee41-457c-8aed-627a475d047c'),
(90655,57,15498,NULL,7853,2,'2026-01-22 02:54:28','2026-01-22 02:54:28','c984cde9-cbe5-492a-a555-b2bb2d59fe55'),
(90656,57,15498,NULL,7852,3,'2026-01-22 02:54:28','2026-01-22 02:54:28','d4616579-190d-4261-b205-e354fb71e1ef'),
(90657,57,15498,NULL,3377,4,'2026-01-22 02:54:28','2026-01-22 02:54:28','1d6a85d9-4dcb-4125-920a-a755bc2a5b3e'),
(90685,32,15500,NULL,2614,1,'2026-01-22 02:55:20','2026-01-22 02:55:20','ce3779d4-12cd-42f9-beab-04c2c6761874'),
(90686,32,15500,NULL,2610,2,'2026-01-22 02:55:20','2026-01-22 02:55:20','97abe6ce-ec15-4544-98f7-c5f23d9758c2'),
(90687,32,15500,NULL,2598,3,'2026-01-22 02:55:20','2026-01-22 02:55:20','cb60a80b-0a48-4974-baae-0625019b94f0'),
(90688,32,15500,NULL,2600,4,'2026-01-22 02:55:20','2026-01-22 02:55:20','fb02fdcc-eb9f-4110-9dbf-144bbef6048c'),
(90689,32,15500,NULL,2596,5,'2026-01-22 02:55:20','2026-01-22 02:55:20','f21fd679-8c42-4770-96db-fe48440b8e41'),
(90690,32,15500,NULL,2602,6,'2026-01-22 02:55:20','2026-01-22 02:55:20','2029ee66-c88a-43c4-b3ea-f0170d6def1c'),
(90691,32,15500,NULL,2606,7,'2026-01-22 02:55:20','2026-01-22 02:55:20','0174b5d0-b22c-46a1-abbf-2482dd597811'),
(90692,32,15500,NULL,2604,8,'2026-01-22 02:55:20','2026-01-22 02:55:20','c52d6942-0816-4ff3-889c-0c55947dcb46'),
(90693,32,15500,NULL,2608,9,'2026-01-22 02:55:20','2026-01-22 02:55:20','60029c3d-dc07-420a-8bf4-def1540bcc11'),
(90694,32,15500,NULL,2612,10,'2026-01-22 02:55:20','2026-01-22 02:55:20','bc874582-0d1a-4f7d-9d40-59feb042a461'),
(90695,16,15500,NULL,3425,1,'2026-01-22 02:55:20','2026-01-22 02:55:20','d294c9a8-4fee-4b71-87e5-885a5ee3ad89'),
(90696,7,15500,NULL,601,1,'2026-01-22 02:55:20','2026-01-22 02:55:20','0b657930-f9cd-4d91-8570-1fb8d0b01797'),
(90697,7,15500,NULL,617,2,'2026-01-22 02:55:20','2026-01-22 02:55:20','e572fb3b-1690-4622-a3a6-cc9568169a0b'),
(90698,7,15500,NULL,605,3,'2026-01-22 02:55:20','2026-01-22 02:55:20','2129cc72-030d-4e99-8457-d130776d0a26'),
(90699,7,15500,NULL,9552,4,'2026-01-22 02:55:20','2026-01-22 02:55:20','9d170bdf-8e75-4b33-9beb-620b005289b0'),
(90700,82,15500,NULL,491,1,'2026-01-22 02:55:20','2026-01-22 02:55:20','407577a2-47a0-4a1e-9849-0170f0821269'),
(90701,46,15500,NULL,7381,1,'2026-01-22 02:55:20','2026-01-22 02:55:20','e5b012c6-2e81-462b-81a2-155952d41353'),
(90702,47,15500,NULL,15002,1,'2026-01-22 02:55:20','2026-01-22 02:55:20','56e2db87-aeb1-4dc4-bc3c-1c607a7ce353'),
(90703,57,15500,NULL,7862,1,'2026-01-22 02:55:20','2026-01-22 02:55:20','1fe45274-cf58-4dd5-8c64-2e58299efa11'),
(90704,57,15500,NULL,7858,2,'2026-01-22 02:55:20','2026-01-22 02:55:20','71a25886-98a6-4715-b76a-34f7239f329b'),
(90705,57,15500,NULL,7864,3,'2026-01-22 02:55:20','2026-01-22 02:55:20','f93dabb6-9eef-4427-b5ef-5b3499a4d483'),
(90706,57,15500,NULL,7859,4,'2026-01-22 02:55:20','2026-01-22 02:55:20','4d1a56c1-326b-43f8-a6ed-8f2372704a9b'),
(90707,57,15500,NULL,7861,5,'2026-01-22 02:55:20','2026-01-22 02:55:20','a0c37878-8ff4-4cc8-98b9-3bfd0450c629'),
(90708,57,15500,NULL,7863,6,'2026-01-22 02:55:20','2026-01-22 02:55:20','c1f567ee-c81b-4a11-86fc-111b1baaf8a5'),
(90709,57,15500,NULL,7860,7,'2026-01-22 02:55:20','2026-01-22 02:55:20','c81141e2-a4c8-41c4-a94d-1594b502ae0a'),
(90739,32,15503,NULL,2610,1,'2026-01-22 03:19:52','2026-01-22 03:19:52','4e6698e6-b141-49d1-97cc-6f7acf6253ee'),
(90740,32,15503,NULL,2598,2,'2026-01-22 03:19:52','2026-01-22 03:19:52','bafb5e16-cde9-4cb4-99df-c9f2d133e29e'),
(90741,32,15503,NULL,2600,3,'2026-01-22 03:19:52','2026-01-22 03:19:52','515f450f-8149-4d53-93e2-94dafd1a0354'),
(90742,32,15503,NULL,2596,4,'2026-01-22 03:19:52','2026-01-22 03:19:52','7cfcfe81-5091-4e66-a598-65aba5d1f169'),
(90743,32,15503,NULL,2602,5,'2026-01-22 03:19:52','2026-01-22 03:19:52','d60ae4eb-6cc9-4bc5-b5e0-3f297802926c'),
(90744,32,15503,NULL,2604,6,'2026-01-22 03:19:52','2026-01-22 03:19:52','a5ca0b2a-fce8-4cbe-901a-b90a5c63be73'),
(90745,32,15503,NULL,2608,7,'2026-01-22 03:19:52','2026-01-22 03:19:52','b95348fd-a1cf-4308-a8dc-ca93a65577c5'),
(90746,32,15503,NULL,2606,8,'2026-01-22 03:19:52','2026-01-22 03:19:52','226da963-0cd8-440a-98e2-7cedf2b08107'),
(90747,32,15503,NULL,2612,9,'2026-01-22 03:19:52','2026-01-22 03:19:52','14648339-d954-42a5-8641-adecd5e247a7'),
(90748,16,15503,NULL,7871,1,'2026-01-22 03:19:52','2026-01-22 03:19:52','83f2a86f-5017-45d9-9b4c-8d081f869f06'),
(90749,7,15503,NULL,6547,1,'2026-01-22 03:19:52','2026-01-22 03:19:52','2246172d-fd34-4cac-b56d-fa9089904dad'),
(90750,7,15503,NULL,601,2,'2026-01-22 03:19:52','2026-01-22 03:19:52','e3a7534f-4d58-4a23-a195-5d63984611b6'),
(90751,7,15503,NULL,617,3,'2026-01-22 03:19:52','2026-01-22 03:19:52','56dd0c72-cd3d-472f-983d-71ce797777b8'),
(90752,7,15503,NULL,9724,4,'2026-01-22 03:19:52','2026-01-22 03:19:52','facc8f14-b845-43d7-91ca-4b5d70cbdc92'),
(90753,7,15503,NULL,2974,5,'2026-01-22 03:19:52','2026-01-22 03:19:52','48e9283c-2069-4c01-8444-f554c07a5a34'),
(90754,7,15503,NULL,9640,6,'2026-01-22 03:19:52','2026-01-22 03:19:52','d0648a4a-8d40-4631-a925-44563841a55d'),
(90755,7,15503,NULL,605,7,'2026-01-22 03:19:52','2026-01-22 03:19:52','b17b867d-1580-4076-9459-bcbc00eb793b'),
(90756,7,15503,NULL,9552,8,'2026-01-22 03:19:52','2026-01-22 03:19:52','b51e980d-d134-44cc-a941-08bd666fdc69'),
(90757,82,15503,NULL,491,1,'2026-01-22 03:19:52','2026-01-22 03:19:52','dda95b27-8168-4958-a60b-61c98dedfb2d'),
(90758,46,15503,NULL,7369,1,'2026-01-22 03:19:52','2026-01-22 03:19:52','d97de50a-6920-4764-ba52-7cfe44e05cca'),
(90759,47,15503,NULL,15005,1,'2026-01-22 03:19:52','2026-01-22 03:19:52','f315760a-2cd3-4116-8979-d5201431515c'),
(90760,57,15503,NULL,7870,1,'2026-01-22 03:19:52','2026-01-22 03:19:52','a03d038f-b041-45f9-a4ed-55568ac44517'),
(90761,57,15503,NULL,7869,2,'2026-01-22 03:19:52','2026-01-22 03:19:52','b9457aaa-fabb-4038-ae55-dbac07763b10'),
(90762,57,15503,NULL,7868,3,'2026-01-22 03:19:52','2026-01-22 03:19:52','be192302-6ae8-4071-ae5e-7a850e5bbb6e'),
(90763,57,15503,NULL,7874,4,'2026-01-22 03:19:52','2026-01-22 03:19:52','320cf823-7c2a-4670-b595-02d6ea0831b5'),
(90764,57,15503,NULL,7873,5,'2026-01-22 03:19:52','2026-01-22 03:19:52','3ba01e25-d59c-4e15-a626-34daeaa57596'),
(90765,57,15503,NULL,3467,6,'2026-01-22 03:19:52','2026-01-22 03:19:52','d6272935-e7d1-49bc-afc0-c5b1b20c3f29'),
(90766,57,15503,NULL,7872,7,'2026-01-22 03:19:52','2026-01-22 03:19:52','23ddf207-e45c-48af-9703-d8c0799652ee'),
(90790,32,15505,NULL,2610,1,'2026-01-22 03:20:39','2026-01-22 03:20:39','0e1d5ca8-9852-4b28-829a-84eee1ef1a99'),
(90791,32,15505,NULL,2598,2,'2026-01-22 03:20:39','2026-01-22 03:20:39','673a6ea6-722b-4b74-9083-5272860d66cb'),
(90792,32,15505,NULL,2608,3,'2026-01-22 03:20:39','2026-01-22 03:20:39','82968105-0382-4f7e-8936-42a46e1f640f'),
(90793,32,15505,NULL,2600,4,'2026-01-22 03:20:39','2026-01-22 03:20:39','dbddb58c-ecbc-46d5-9b3c-4b66471551bf'),
(90794,32,15505,NULL,2596,5,'2026-01-22 03:20:39','2026-01-22 03:20:39','e66bd8b2-80a5-4917-a03a-266bc6d4a015'),
(90795,32,15505,NULL,2602,6,'2026-01-22 03:20:39','2026-01-22 03:20:39','f2bc08ae-3087-48ee-b7ca-78a66e1a1a55'),
(90796,32,15505,NULL,2612,7,'2026-01-22 03:20:39','2026-01-22 03:20:39','32093cdf-31b3-4fb4-9eb7-b0fcd0b6fa10'),
(90797,32,15505,NULL,2604,8,'2026-01-22 03:20:39','2026-01-22 03:20:39','d46917f7-0052-4493-8de6-122d929ed75b'),
(90798,32,15505,NULL,2606,9,'2026-01-22 03:20:39','2026-01-22 03:20:39','87d90179-28fa-418d-9abe-2a81f030152c'),
(90799,16,15505,NULL,7881,1,'2026-01-22 03:20:39','2026-01-22 03:20:39','0ca8d1e9-d0cb-4ba4-a384-d15d6839bc5a'),
(90800,7,15505,NULL,601,1,'2026-01-22 03:20:39','2026-01-22 03:20:39','0f418335-e80f-4757-bd34-95ebfa693203'),
(90801,7,15505,NULL,605,2,'2026-01-22 03:20:39','2026-01-22 03:20:39','8ba2cf4f-e7f2-48b7-9b84-cdd24b3d150b'),
(90802,7,15505,NULL,617,3,'2026-01-22 03:20:39','2026-01-22 03:20:39','df153d9d-dfca-4055-a32d-94f63c691e4b'),
(90803,7,15505,NULL,2974,4,'2026-01-22 03:20:39','2026-01-22 03:20:39','e96261dc-bbf2-4888-88de-62ee47433ef2'),
(90804,7,15505,NULL,9552,5,'2026-01-22 03:20:39','2026-01-22 03:20:39','cda1db3a-6e13-4cda-b40c-e0b1c1d52690'),
(90805,82,15505,NULL,491,1,'2026-01-22 03:20:39','2026-01-22 03:20:39','2d5d5b83-3120-47aa-ba72-fc3f662f0263'),
(90806,47,15505,NULL,15008,1,'2026-01-22 03:20:39','2026-01-22 03:20:39','63393c92-1a47-46af-bdcb-fe3c642372b8'),
(90807,57,15505,NULL,7883,1,'2026-01-22 03:20:39','2026-01-22 03:20:39','6f10eb8b-33f4-4a19-821c-f047a764ea7a'),
(90808,57,15505,NULL,7886,2,'2026-01-22 03:20:39','2026-01-22 03:20:39','9e9064c7-7287-4e03-b3b4-4de2b276451b'),
(90809,57,15505,NULL,7885,3,'2026-01-22 03:20:39','2026-01-22 03:20:39','e595443a-368f-4735-9564-d37c97add58b'),
(90810,57,15505,NULL,7882,4,'2026-01-22 03:20:39','2026-01-22 03:20:39','2cf9d94f-a636-4e1a-b759-8ca83075cf4c'),
(90811,57,15505,NULL,7884,5,'2026-01-22 03:20:39','2026-01-22 03:20:39','ccc49419-c4d6-4670-bead-36e1c703113e'),
(90836,32,15507,NULL,2610,1,'2026-01-22 03:20:42','2026-01-22 03:20:42','cd334863-010a-4b1b-be98-774ed360e195'),
(90837,32,15507,NULL,2598,2,'2026-01-22 03:20:42','2026-01-22 03:20:42','a8416afa-b541-43cc-9579-3e7bc185c673'),
(90838,32,15507,NULL,2608,3,'2026-01-22 03:20:42','2026-01-22 03:20:42','98bfc219-8ded-4c2e-99d9-15c3eaff5322'),
(90839,32,15507,NULL,2600,4,'2026-01-22 03:20:42','2026-01-22 03:20:42','84bc855f-ac17-45dc-ab15-be42d5629b94'),
(90840,32,15507,NULL,2596,5,'2026-01-22 03:20:42','2026-01-22 03:20:42','a1efea30-da86-4175-a529-f3f9cec1bd01'),
(90841,32,15507,NULL,2602,6,'2026-01-22 03:20:42','2026-01-22 03:20:42','2a6057a1-64e0-4825-94b7-a1017b256257'),
(90842,32,15507,NULL,2612,7,'2026-01-22 03:20:42','2026-01-22 03:20:42','6a7e730c-ca0f-40d3-a71f-90c213d95d7a'),
(90843,32,15507,NULL,2604,8,'2026-01-22 03:20:42','2026-01-22 03:20:42','aa083752-b6bc-414c-8269-2d3efd920d6a'),
(90844,32,15507,NULL,2606,9,'2026-01-22 03:20:42','2026-01-22 03:20:42','8df6afa3-47e9-4236-8180-43be48c6d5ae'),
(90845,16,15507,NULL,7881,1,'2026-01-22 03:20:42','2026-01-22 03:20:42','984befa7-36bf-4f05-9b6c-a43fd184e872'),
(90846,7,15507,NULL,601,1,'2026-01-22 03:20:42','2026-01-22 03:20:42','4f3f3985-f56d-460c-b0a0-d6db0dac953a'),
(90847,7,15507,NULL,605,2,'2026-01-22 03:20:42','2026-01-22 03:20:42','05366d1b-5b97-40d8-bb98-192fdc5262b8'),
(90848,7,15507,NULL,617,3,'2026-01-22 03:20:42','2026-01-22 03:20:42','56f59a95-a7dc-429e-a6d0-4dfd1cc90672'),
(90849,7,15507,NULL,2974,4,'2026-01-22 03:20:42','2026-01-22 03:20:42','d04c29a8-0c32-4ad5-9e90-e1c5b28d4704'),
(90850,7,15507,NULL,9552,5,'2026-01-22 03:20:42','2026-01-22 03:20:42','e37c2050-99f2-47a5-9727-79bfb5ae1686'),
(90851,82,15507,NULL,491,1,'2026-01-22 03:20:42','2026-01-22 03:20:42','bc3ce697-1936-4fb6-ab0a-d1fffd9fe3ab'),
(90852,47,15507,NULL,15008,1,'2026-01-22 03:20:42','2026-01-22 03:20:42','495a5e06-3182-4da2-a053-9499e17e3769'),
(90853,57,15507,NULL,7883,1,'2026-01-22 03:20:42','2026-01-22 03:20:42','cbfabb3a-4bd3-4e9d-9e6b-fbe9a6ed5fc6'),
(90854,57,15507,NULL,7886,2,'2026-01-22 03:20:42','2026-01-22 03:20:42','9f31f4f7-6a52-4680-9d74-6787820eaf1f'),
(90855,57,15507,NULL,7885,3,'2026-01-22 03:20:42','2026-01-22 03:20:42','b09e4b27-dea2-45e5-8355-eb8e34e5a40d'),
(90856,57,15507,NULL,7882,4,'2026-01-22 03:20:42','2026-01-22 03:20:42','b662e6a0-078b-4048-bfb2-e233a48d7975'),
(90857,57,15507,NULL,7884,5,'2026-01-22 03:20:42','2026-01-22 03:20:42','bcfdb935-0da5-45ce-818e-f0d230df5521'),
(90882,32,15509,NULL,2610,1,'2026-01-22 03:21:33','2026-01-22 03:21:33','0125d6dd-f674-4338-94f3-42cfb93d59ce'),
(90883,32,15509,NULL,2598,2,'2026-01-22 03:21:33','2026-01-22 03:21:33','161fac60-e8ea-4312-9b6b-71417a977248'),
(90884,32,15509,NULL,2608,3,'2026-01-22 03:21:33','2026-01-22 03:21:33','f0dbe5ac-57a6-40c1-bf28-f39fa98a387d'),
(90885,32,15509,NULL,2600,4,'2026-01-22 03:21:33','2026-01-22 03:21:33','ae716632-6257-498a-9ca3-443c7f898e9a'),
(90886,32,15509,NULL,2596,5,'2026-01-22 03:21:33','2026-01-22 03:21:33','66029d05-e00f-45e2-a9bb-b7a878fbacb4'),
(90887,32,15509,NULL,2602,6,'2026-01-22 03:21:33','2026-01-22 03:21:33','4a369095-31c0-40bf-bccd-638724779882'),
(90888,32,15509,NULL,2604,7,'2026-01-22 03:21:33','2026-01-22 03:21:33','be9a291a-4d27-47df-9823-97a33374a0b9'),
(90889,32,15509,NULL,2606,8,'2026-01-22 03:21:33','2026-01-22 03:21:33','de1e64e7-a4fd-4bb9-9e4b-0644c9082fdb'),
(90890,32,15509,NULL,2612,9,'2026-01-22 03:21:33','2026-01-22 03:21:33','d81985dc-e683-4f52-9bfb-f2655566deaf'),
(90891,16,15509,NULL,7891,1,'2026-01-22 03:21:33','2026-01-22 03:21:33','0e03368a-45f1-4972-89b1-1abacde536b7'),
(90892,7,15509,NULL,601,1,'2026-01-22 03:21:33','2026-01-22 03:21:33','08ca5341-552a-4ea0-b34a-b23f5c440e56'),
(90893,7,15509,NULL,2974,2,'2026-01-22 03:21:33','2026-01-22 03:21:33','e359c5fb-82ba-4ad1-90d4-8c8068de7e3e'),
(90894,7,15509,NULL,617,3,'2026-01-22 03:21:33','2026-01-22 03:21:33','af6a6f19-2db6-41c1-b2cc-7b0a1c2c7ef0'),
(90895,7,15509,NULL,9732,4,'2026-01-22 03:21:33','2026-01-22 03:21:33','5e5cbb11-c2ac-4b74-b302-fe33916eba63'),
(90896,7,15509,NULL,605,5,'2026-01-22 03:21:33','2026-01-22 03:21:33','092a530d-60ac-428a-a47d-a03c61277b3e'),
(90897,7,15509,NULL,9552,6,'2026-01-22 03:21:33','2026-01-22 03:21:33','aca918f8-150c-41e9-94be-e1b71f3e0cfb'),
(90898,82,15509,NULL,491,1,'2026-01-22 03:21:33','2026-01-22 03:21:33','c43f5268-5c61-414e-a2f0-3a5be4793be3'),
(90899,47,15509,NULL,15011,1,'2026-01-22 03:21:33','2026-01-22 03:21:33','465c01a1-5aab-4dce-86d3-b211c674697c'),
(90900,57,15509,NULL,7893,1,'2026-01-22 03:21:33','2026-01-22 03:21:33','0da34f32-137a-4fae-acae-7ed186d93df8'),
(90901,57,15509,NULL,7892,2,'2026-01-22 03:21:33','2026-01-22 03:21:33','588d2d6b-eb20-47c9-b87c-58aa1d86ccad'),
(90902,57,15509,NULL,7894,3,'2026-01-22 03:21:33','2026-01-22 03:21:33','0ec8270f-e2e7-4e24-880d-10adf3ba54b3'),
(90903,57,15509,NULL,7901,4,'2026-01-22 03:21:33','2026-01-22 03:21:33','d870341e-308b-4deb-9146-bfd1bf395acd'),
(90926,32,15511,NULL,2614,1,'2026-01-22 03:22:22','2026-01-22 03:22:22','cc113d5b-7e44-4135-b69b-ec8558e1fe83'),
(90927,32,15511,NULL,2610,2,'2026-01-22 03:22:22','2026-01-22 03:22:22','d93822c4-4afb-468a-832e-c294ef10f3e3'),
(90928,32,15511,NULL,2598,3,'2026-01-22 03:22:22','2026-01-22 03:22:22','56df513e-ab63-4a22-bd47-da2401af33b9'),
(90929,32,15511,NULL,2600,4,'2026-01-22 03:22:22','2026-01-22 03:22:22','b5a5ebc4-ebca-4853-8abc-034620f7bc6e'),
(90930,32,15511,NULL,2596,5,'2026-01-22 03:22:22','2026-01-22 03:22:22','79b1b40a-6ac3-4c9d-81bc-4494285d022f'),
(90931,32,15511,NULL,2602,6,'2026-01-22 03:22:22','2026-01-22 03:22:22','bf0dcdf2-c3ad-4269-ba5b-98a6b73e9ec9'),
(90932,32,15511,NULL,2604,7,'2026-01-22 03:22:22','2026-01-22 03:22:22','e6ddf249-0ee5-4591-a1b6-64d418eb3ac1'),
(90933,32,15511,NULL,2608,8,'2026-01-22 03:22:22','2026-01-22 03:22:22','5ab1cb50-749f-4186-8fd9-cbadbe713952'),
(90934,32,15511,NULL,2606,9,'2026-01-22 03:22:22','2026-01-22 03:22:22','3a8a921c-eadc-469e-95e0-ead446fc53c6'),
(90935,32,15511,NULL,2612,10,'2026-01-22 03:22:22','2026-01-22 03:22:22','3297d123-a6c6-499f-830c-0af15d2719c6'),
(90936,16,15511,NULL,3564,1,'2026-01-22 03:22:22','2026-01-22 03:22:22','8c6895ec-108f-4536-a313-86dfc6c00653'),
(90937,7,15511,NULL,601,1,'2026-01-22 03:22:22','2026-01-22 03:22:22','b7969acf-458e-4a9c-ae32-a02fc28a6b6a'),
(90938,7,15511,NULL,617,2,'2026-01-22 03:22:22','2026-01-22 03:22:22','cabc2b16-5148-4328-b9f6-42501451f1ea'),
(90939,7,15511,NULL,605,3,'2026-01-22 03:22:22','2026-01-22 03:22:22','b15e44a8-2c9d-42c9-873a-a9f6df52a716'),
(90940,7,15511,NULL,9552,4,'2026-01-22 03:22:22','2026-01-22 03:22:22','272e2ed3-652f-40a8-9893-08e9d6f6adcb'),
(90941,47,15511,NULL,15014,1,'2026-01-22 03:22:22','2026-01-22 03:22:22','9000028e-11b8-4290-b2c3-1c9fbbf09ad5'),
(90942,57,15511,NULL,7908,1,'2026-01-22 03:22:22','2026-01-22 03:22:22','8bbe8d9f-519c-47da-a146-303318919d36'),
(90943,57,15511,NULL,7910,2,'2026-01-22 03:22:22','2026-01-22 03:22:22','d6556109-2c01-40aa-a249-0d8f7f47db28'),
(90944,57,15511,NULL,7911,3,'2026-01-22 03:22:22','2026-01-22 03:22:22','8f43bdbb-3ed9-4d4c-b4a1-d832e0595147'),
(90945,57,15511,NULL,7909,4,'2026-01-22 03:22:22','2026-01-22 03:22:22','0b42772e-828c-4eef-b3cd-767e40330c4d'),
(90975,32,15513,NULL,2610,1,'2026-01-22 03:23:07','2026-01-22 03:23:07','f99d5628-04f7-411b-96c9-9c639a15614d'),
(90976,32,15513,NULL,2598,2,'2026-01-22 03:23:07','2026-01-22 03:23:07','b7b1277b-dab9-4eca-8605-6f87e2c868d5'),
(90977,32,15513,NULL,2600,3,'2026-01-22 03:23:07','2026-01-22 03:23:07','8acde07c-9179-45c5-af70-ba3bd35230a0'),
(90978,32,15513,NULL,2596,4,'2026-01-22 03:23:07','2026-01-22 03:23:07','f04527aa-5395-4a83-aed9-a63c8628ee8f'),
(90979,32,15513,NULL,2602,5,'2026-01-22 03:23:07','2026-01-22 03:23:07','4502f424-57fe-484d-a703-acd825e23f52'),
(90980,32,15513,NULL,2604,6,'2026-01-22 03:23:07','2026-01-22 03:23:07','107564fb-d70a-45d0-bf7c-02c38cff5b77'),
(90981,32,15513,NULL,2608,7,'2026-01-22 03:23:07','2026-01-22 03:23:07','bc124f8b-c12e-4199-ad0c-e25a314a3fb0'),
(90982,32,15513,NULL,2606,8,'2026-01-22 03:23:07','2026-01-22 03:23:07','1c8bb9b3-7a15-43bd-a7e9-a2cf9bf3402a'),
(90983,32,15513,NULL,2612,9,'2026-01-22 03:23:07','2026-01-22 03:23:07','106bdec5-d1b2-43d4-8d34-30d679e3dab3'),
(90984,16,15513,NULL,5253,1,'2026-01-22 03:23:07','2026-01-22 03:23:07','d7738454-8018-42fb-bfeb-40b553af752e'),
(90985,7,15513,NULL,601,1,'2026-01-22 03:23:07','2026-01-22 03:23:07','608b4b4e-e6ec-46f3-8079-b4bae956c2b8'),
(90986,7,15513,NULL,617,2,'2026-01-22 03:23:07','2026-01-22 03:23:07','de119fb2-645e-439f-8079-075a41c49c90'),
(90987,7,15513,NULL,9727,3,'2026-01-22 03:23:07','2026-01-22 03:23:07','f86eea8d-ce0e-427a-b72c-0a1285186bab'),
(90988,7,15513,NULL,9552,4,'2026-01-22 03:23:07','2026-01-22 03:23:07','b21bedb7-1ee4-4384-b4e0-af899412147d'),
(90989,7,15513,NULL,605,5,'2026-01-22 03:23:07','2026-01-22 03:23:07','024e6211-447b-4690-baf6-567be0d20174'),
(90990,82,15513,NULL,491,1,'2026-01-22 03:23:07','2026-01-22 03:23:07','440898e7-5f67-4549-85c2-678577d10ff3'),
(90991,46,15513,NULL,7379,1,'2026-01-22 03:23:07','2026-01-22 03:23:07','731283c2-b50c-447b-b624-b6db3be33225'),
(90992,47,15513,NULL,15017,1,'2026-01-22 03:23:07','2026-01-22 03:23:07','1c0240c5-e94d-4cf4-976f-3e9c1fc35600'),
(90993,57,15513,NULL,7926,1,'2026-01-22 03:23:07','2026-01-22 03:23:07','6ab85ba7-c42c-4b77-ba2a-f48f18a2d06b'),
(90994,57,15513,NULL,7928,2,'2026-01-22 03:23:07','2026-01-22 03:23:07','2c217d14-3b34-4d0c-9b71-73ec70164e00'),
(90995,57,15513,NULL,7927,3,'2026-01-22 03:23:07','2026-01-22 03:23:07','9c2bdcfb-ace3-4580-88f8-4dd50a18384d'),
(90996,57,15513,NULL,7924,4,'2026-01-22 03:23:07','2026-01-22 03:23:07','d3de7d0b-5998-400f-98fc-fd14deb8d30c'),
(90997,57,15513,NULL,7925,5,'2026-01-22 03:23:07','2026-01-22 03:23:07','f9c6cf5b-ef02-443e-ac80-fa818b1d55ed'),
(90998,57,15513,NULL,7923,6,'2026-01-22 03:23:07','2026-01-22 03:23:07','d6d02d38-3f44-4fab-9c4f-9b3454a9dc1a'),
(90999,57,15513,NULL,7920,7,'2026-01-22 03:23:07','2026-01-22 03:23:07','22cb0507-aba2-496a-8dc9-908e5d24f02b'),
(91000,57,15513,NULL,7922,8,'2026-01-22 03:23:07','2026-01-22 03:23:07','f2fef463-75df-409c-abc2-0af8bfa2e0a6'),
(91001,57,15513,NULL,7921,9,'2026-01-22 03:23:07','2026-01-22 03:23:07','a04f095d-4a06-41a4-86fe-0c1a96f177da'),
(91012,16,15515,NULL,7937,1,'2026-01-22 03:24:00','2026-01-22 03:24:00','6132dcd4-eaf2-4028-a6b0-84d120534d8b'),
(91013,7,15515,NULL,617,1,'2026-01-22 03:24:00','2026-01-22 03:24:00','96bd004d-7272-4af1-98d4-8873c9c5a8d0'),
(91014,7,15515,NULL,605,2,'2026-01-22 03:24:00','2026-01-22 03:24:00','268b3c03-136f-4e82-a986-71954ae7a184'),
(91015,7,15515,NULL,9552,3,'2026-01-22 03:24:00','2026-01-22 03:24:00','6fe889de-0671-4a9a-9455-ba67cd851033'),
(91016,57,15515,NULL,7939,1,'2026-01-22 03:24:00','2026-01-22 03:24:00','c3a94d0a-bbd4-471d-bd5e-bff2eb009bdc'),
(91017,57,15515,NULL,7941,2,'2026-01-22 03:24:00','2026-01-22 03:24:00','4ec43d71-190a-4969-8150-bb0079e24809'),
(91018,57,15515,NULL,7940,3,'2026-01-22 03:24:00','2026-01-22 03:24:00','b5fecd14-263c-40c5-92bb-26efb2a0b5db'),
(91019,57,15515,NULL,7938,4,'2026-01-22 03:24:00','2026-01-22 03:24:00','d00b0f36-6014-45de-b0b8-74c618da0110'),
(91047,32,15517,NULL,2614,1,'2026-01-22 03:24:48','2026-01-22 03:24:48','f3f077d1-3e71-4b43-ad58-fe2cbbca365d'),
(91048,32,15517,NULL,2610,2,'2026-01-22 03:24:48','2026-01-22 03:24:48','9096901e-7a8c-4146-b85e-816c420d2b1b'),
(91049,32,15517,NULL,2598,3,'2026-01-22 03:24:48','2026-01-22 03:24:48','0eac7ae6-644a-480b-9caf-454b757e39dd'),
(91050,32,15517,NULL,2600,4,'2026-01-22 03:24:48','2026-01-22 03:24:48','91573c6e-3216-463e-94f8-909aff8a0079'),
(91051,32,15517,NULL,2596,5,'2026-01-22 03:24:48','2026-01-22 03:24:48','9e00abd4-f26b-421d-b628-f3917f3b9a86'),
(91052,32,15517,NULL,2602,6,'2026-01-22 03:24:48','2026-01-22 03:24:48','ae3e50c2-08ea-4f7b-b8e3-723c406461b6'),
(91053,32,15517,NULL,2612,7,'2026-01-22 03:24:48','2026-01-22 03:24:48','06187fdc-d4c0-42c6-978e-e985d5bc3dd6'),
(91054,32,15517,NULL,2604,8,'2026-01-22 03:24:48','2026-01-22 03:24:48','439b0f77-ec66-4ea7-83f1-7f521291614a'),
(91055,32,15517,NULL,2608,9,'2026-01-22 03:24:48','2026-01-22 03:24:48','cd94ba45-4d61-4813-8045-67697e57e98c'),
(91056,32,15517,NULL,2606,10,'2026-01-22 03:24:48','2026-01-22 03:24:48','05d9131b-2f77-40af-9e60-bbf5db03f5dd'),
(91057,32,15517,NULL,2622,11,'2026-01-22 03:24:48','2026-01-22 03:24:48','a655711b-3fed-4d74-a23f-de73b339c57d'),
(91058,16,15517,NULL,3623,1,'2026-01-22 03:24:48','2026-01-22 03:24:48','b1089e22-4d99-4449-8539-adcadd63560c'),
(91059,7,15517,NULL,601,1,'2026-01-22 03:24:48','2026-01-22 03:24:48','690aeb61-9103-4c57-9217-79dec1742268'),
(91060,7,15517,NULL,617,2,'2026-01-22 03:24:48','2026-01-22 03:24:48','00364c69-acd0-4c13-93d7-d36787406cdf'),
(91061,7,15517,NULL,605,3,'2026-01-22 03:24:48','2026-01-22 03:24:48','329a23e0-96c6-4d76-b9e2-e13db0412fb9'),
(91062,7,15517,NULL,9552,4,'2026-01-22 03:24:48','2026-01-22 03:24:48','7d9ab586-7543-4dbb-9181-4aec205922b5'),
(91063,47,15517,NULL,15019,1,'2026-01-22 03:24:48','2026-01-22 03:24:48','7ab3a4db-fb93-4c1e-8479-d7d1796407ef'),
(91064,57,15517,NULL,7950,1,'2026-01-22 03:24:48','2026-01-22 03:24:48','d2066be1-ad59-45d0-bbbe-b744c81bb8e8'),
(91065,57,15517,NULL,7952,2,'2026-01-22 03:24:48','2026-01-22 03:24:48','d28597b6-d803-49c1-9c3a-b331ff5c6f53'),
(91066,57,15517,NULL,7956,3,'2026-01-22 03:24:48','2026-01-22 03:24:48','b5861900-2a7d-4a66-beab-69bea1ab8f24'),
(91067,57,15517,NULL,7955,4,'2026-01-22 03:24:48','2026-01-22 03:24:48','0338117a-d089-478d-b07a-9c9c2d491ccd'),
(91068,57,15517,NULL,7951,5,'2026-01-22 03:24:48','2026-01-22 03:24:48','6186e4d6-fa3a-4166-af7e-38965b80f5e1'),
(91069,57,15517,NULL,7954,6,'2026-01-22 03:24:48','2026-01-22 03:24:48','d8ba35bb-e775-489a-b66f-ef7c3dbdb4e2'),
(91070,57,15517,NULL,7953,7,'2026-01-22 03:24:48','2026-01-22 03:24:48','6e251694-adfd-40fb-8fab-82f553f3fa6a'),
(91071,57,15517,NULL,7957,8,'2026-01-22 03:24:48','2026-01-22 03:24:48','5739c0de-d450-4c1d-a8c7-25cf4858603a'),
(91073,32,15518,NULL,2610,1,'2026-01-22 03:25:33','2026-01-22 03:25:33','d0ca9890-570c-4c81-901e-9e99ed76f3c7'),
(91074,32,15518,NULL,2598,2,'2026-01-22 03:25:33','2026-01-22 03:25:33','cf7bdc55-895a-406c-9287-e7b2f982ce22'),
(91075,32,15518,NULL,2608,3,'2026-01-22 03:25:33','2026-01-22 03:25:33','a7be63a5-4091-4d26-a4f1-72a1cc37d0f0'),
(91076,32,15518,NULL,2600,4,'2026-01-22 03:25:33','2026-01-22 03:25:33','0d9baa9c-8683-4166-b585-869f054ccc64'),
(91077,32,15518,NULL,2596,5,'2026-01-22 03:25:33','2026-01-22 03:25:33','cd0c8fcb-ca2b-4af7-8b5d-aaa948abf4e2'),
(91078,32,15518,NULL,2602,6,'2026-01-22 03:25:33','2026-01-22 03:25:33','603d2517-8318-402f-be34-1314bae95a89'),
(91079,32,15518,NULL,2604,7,'2026-01-22 03:25:33','2026-01-22 03:25:33','4858e38d-6bfb-43bb-a271-f3f20cf4ecd7'),
(91080,32,15518,NULL,2606,8,'2026-01-22 03:25:33','2026-01-22 03:25:33','760a2a8b-84c2-43b2-9a6b-5fc2dba41318'),
(91081,32,15518,NULL,2612,9,'2026-01-22 03:25:33','2026-01-22 03:25:33','a5d37ddc-ce67-42c4-9533-2332fa1b4d67'),
(91082,16,15518,NULL,10219,1,'2026-01-22 03:25:33','2026-01-22 03:25:33','ea11057c-115c-4a63-a655-ebeaeafc0f47'),
(91083,7,15518,NULL,601,1,'2026-01-22 03:25:33','2026-01-22 03:25:33','ef7c7a29-314d-4689-a1b8-d9b4b3870d9d'),
(91084,7,15518,NULL,2974,2,'2026-01-22 03:25:33','2026-01-22 03:25:33','a4fb41fb-6c2d-4d9b-b655-f77fba53654b'),
(91085,7,15518,NULL,617,3,'2026-01-22 03:25:33','2026-01-22 03:25:33','8cc2fc86-cfdd-4030-9eff-e349e04b3802'),
(91086,7,15518,NULL,9732,4,'2026-01-22 03:25:33','2026-01-22 03:25:33','0e20d493-4609-4e50-983d-c88eecdc1053'),
(91087,7,15518,NULL,9735,5,'2026-01-22 03:25:33','2026-01-22 03:25:33','21743cae-0225-49e2-a1e8-5636109134d1'),
(91088,7,15518,NULL,9552,6,'2026-01-22 03:25:33','2026-01-22 03:25:33','c0db9527-0cbf-491c-bda4-9a7bdde09509'),
(91089,7,15518,NULL,605,7,'2026-01-22 03:25:33','2026-01-22 03:25:33','0afb818d-a13e-421d-96c1-5d7ce92eafac'),
(91090,82,15518,NULL,491,1,'2026-01-22 03:25:33','2026-01-22 03:25:33','5c7bfd48-3520-4d77-9046-4d59910ae852'),
(91091,47,15518,NULL,15023,1,'2026-01-22 03:25:33','2026-01-22 03:25:33','8c0e053c-4e6c-4a2b-8141-2d7ef886fc7d'),
(91092,57,15518,NULL,10220,1,'2026-01-22 03:25:33','2026-01-22 03:25:33','6f78187c-b0bf-4b7b-b03e-6c129fca0599'),
(91093,57,15518,NULL,10224,2,'2026-01-22 03:25:33','2026-01-22 03:25:33','c40f5f86-0ecd-4065-8069-9d6fe7a16747'),
(91094,57,15518,NULL,10221,3,'2026-01-22 03:25:33','2026-01-22 03:25:33','ea514572-6179-4eac-b5e1-d58e9e758393'),
(91095,57,15518,NULL,10222,4,'2026-01-22 03:25:33','2026-01-22 03:25:33','d0b1ef9b-029c-4af6-a299-f4a474f93f9c'),
(91096,57,15518,NULL,10225,5,'2026-01-22 03:25:33','2026-01-22 03:25:33','0e8760e3-6db7-4b59-a654-c6fe91a6205e'),
(91097,57,15518,NULL,10226,6,'2026-01-22 03:25:33','2026-01-22 03:25:33','0ef093e0-2504-448c-b03c-dea1fbcce1f3'),
(91098,57,15518,NULL,10228,7,'2026-01-22 03:25:33','2026-01-22 03:25:33','ffc1cccd-c318-4103-80c1-1975ff6c0e2a'),
(91099,57,15518,NULL,10229,8,'2026-01-22 03:25:33','2026-01-22 03:25:33','60f3357c-e45a-4cfd-9b1f-32d8d53f17b5'),
(91100,57,15518,NULL,10232,9,'2026-01-22 03:25:33','2026-01-22 03:25:33','776f2003-a50b-4add-afef-277ded6c3784'),
(91101,57,15518,NULL,10233,10,'2026-01-22 03:25:33','2026-01-22 03:25:33','e6738461-8ac8-4761-9c46-50aa39e32a09'),
(91102,57,15518,NULL,10234,11,'2026-01-22 03:25:33','2026-01-22 03:25:33','d56ba921-04d8-46a1-8508-b506f8b82f6d'),
(91103,57,15518,NULL,10236,12,'2026-01-22 03:25:33','2026-01-22 03:25:33','413eff88-4ba0-43f9-820f-d58a707a5898'),
(91104,57,15518,NULL,10237,13,'2026-01-22 03:25:33','2026-01-22 03:25:33','02d4e0a6-4de7-41b1-a28d-d61ec61ab879'),
(91105,57,15518,NULL,10238,14,'2026-01-22 03:25:33','2026-01-22 03:25:33','655bc2c4-e540-4fc5-b1a1-d3de15e3a41d'),
(91106,57,15518,NULL,10240,15,'2026-01-22 03:25:33','2026-01-22 03:25:33','87cd4ad0-4e30-4e59-8d62-a1cf7d50bcc3'),
(91134,32,15691,NULL,2610,1,'2026-01-22 14:28:43','2026-01-22 14:28:43','0dd19588-e345-439d-9b8d-a9848e8e2a05'),
(91135,32,15691,NULL,2598,2,'2026-01-22 14:28:43','2026-01-22 14:28:43','a555782f-5e41-4757-81a7-ab750ff73091'),
(91136,32,15691,NULL,2600,3,'2026-01-22 14:28:43','2026-01-22 14:28:43','3837d0c8-ecdd-4140-9e98-bc66e4663262'),
(91137,32,15691,NULL,2602,4,'2026-01-22 14:28:43','2026-01-22 14:28:43','073fa146-64e6-4d17-b377-88418540414b'),
(91138,32,15691,NULL,2612,5,'2026-01-22 14:28:43','2026-01-22 14:28:43','e4baf19a-cc26-4f7b-b9f7-6fa690f71489'),
(91139,32,15691,NULL,2618,6,'2026-01-22 14:28:43','2026-01-22 14:28:43','58090410-58a1-44a2-a3fb-853e3faf372d'),
(91140,32,15691,NULL,2604,7,'2026-01-22 14:28:43','2026-01-22 14:28:43','cc7a6f16-baad-47f2-8bd3-2fd5157fb490'),
(91141,32,15691,NULL,2608,8,'2026-01-22 14:28:43','2026-01-22 14:28:43','6cf0c5c8-2a47-4664-a4fb-a60af7b6daad'),
(91142,32,15691,NULL,2596,9,'2026-01-22 14:28:43','2026-01-22 14:28:43','f0ed487e-65d7-4dc4-9bd9-0514f371627e'),
(91143,32,15691,NULL,2606,10,'2026-01-22 14:28:43','2026-01-22 14:28:43','4fc476fa-35f1-43a1-bd4b-5d3202ad8ac0'),
(91144,16,15691,NULL,4829,1,'2026-01-22 14:28:43','2026-01-22 14:28:43','00b8d778-5c48-41e3-9c82-94ea572e33a2'),
(91145,7,15691,NULL,3468,1,'2026-01-22 14:28:43','2026-01-22 14:28:43','2adcbb40-c22d-425e-8fe3-66a346e6ebe2'),
(91146,7,15691,NULL,601,2,'2026-01-22 14:28:43','2026-01-22 14:28:43','0bae2f35-60b9-4555-a884-e68852f0c662'),
(91147,7,15691,NULL,617,3,'2026-01-22 14:28:43','2026-01-22 14:28:43','908ec786-3966-42ae-b828-2a0ae964afc6'),
(91148,7,15691,NULL,605,4,'2026-01-22 14:28:43','2026-01-22 14:28:43','68bf2b7e-6724-4d56-9034-3e12f4a800d8'),
(91149,7,15691,NULL,9552,5,'2026-01-22 14:28:43','2026-01-22 14:28:43','88d34ae8-2112-442a-9981-8d587a65cdec'),
(91150,82,15691,NULL,479,1,'2026-01-22 14:28:43','2026-01-22 14:28:43','88f2f468-66f3-4ff3-bf96-ab44c6ec5e7d'),
(91151,82,15691,NULL,491,2,'2026-01-22 14:28:43','2026-01-22 14:28:43','fa42e2e0-7509-40d6-9313-66b2354cf88a'),
(91152,46,15691,NULL,3697,1,'2026-01-22 14:28:43','2026-01-22 14:28:43','a955436b-0f2f-4e84-ad53-35382a7989ae'),
(91153,47,15691,NULL,12380,1,'2026-01-22 14:28:43','2026-01-22 14:28:43','f12de4e9-dff6-4275-98a6-41b5817865f1'),
(91154,57,15691,NULL,4829,1,'2026-01-22 14:28:43','2026-01-22 14:28:43','da6fa480-5ac2-41d8-b804-02a37864d739'),
(91155,57,15691,NULL,3689,2,'2026-01-22 14:28:43','2026-01-22 14:28:43','5b11dbed-479a-487e-9321-e9671ed293af'),
(91156,57,15691,NULL,4826,3,'2026-01-22 14:28:43','2026-01-22 14:28:43','3c0ebacc-dc36-4d18-b317-1c05a06976c5'),
(91157,57,15691,NULL,4828,4,'2026-01-22 14:28:43','2026-01-22 14:28:43','22f46497-a99b-4abe-b04e-61508d2162d9'),
(91158,57,15691,NULL,4827,5,'2026-01-22 14:28:43','2026-01-22 14:28:43','9d9bf817-34a7-46b7-9b6c-5196369a53d0'),
(91185,32,15693,NULL,2614,1,'2026-01-22 14:30:14','2026-01-22 14:30:14','d538395b-a538-40bd-8c47-7ad0b086e957'),
(91186,32,15693,NULL,2610,2,'2026-01-22 14:30:14','2026-01-22 14:30:14','9ed1645a-64f4-4bf4-9ed4-7697fc42db30'),
(91187,32,15693,NULL,2598,3,'2026-01-22 14:30:14','2026-01-22 14:30:14','fa54dc17-d4fd-41f6-a984-2baf5fb43380'),
(91188,32,15693,NULL,2600,4,'2026-01-22 14:30:14','2026-01-22 14:30:14','d3f10f03-77f0-41db-ad4e-06219994dbef'),
(91189,32,15693,NULL,2612,5,'2026-01-22 14:30:14','2026-01-22 14:30:14','b0aab434-8728-4b43-97ce-b44df0d04245'),
(91190,32,15693,NULL,2604,6,'2026-01-22 14:30:14','2026-01-22 14:30:14','452fa8bd-39e1-466a-bec6-a3ab1db61cf3'),
(91191,32,15693,NULL,2608,7,'2026-01-22 14:30:14','2026-01-22 14:30:14','05b782fd-858f-4eb1-a63b-e20ae82bc0d3'),
(91192,32,15693,NULL,2596,8,'2026-01-22 14:30:14','2026-01-22 14:30:14','7872798f-d258-45a5-8a9c-2195a469f152'),
(91193,32,15693,NULL,2602,9,'2026-01-22 14:30:14','2026-01-22 14:30:14','13280fed-a0c7-4452-b4da-f6b410833c98'),
(91194,32,15693,NULL,2606,10,'2026-01-22 14:30:14','2026-01-22 14:30:14','c0d45c2b-3540-4013-a203-12d55ce65267'),
(91195,16,15693,NULL,3722,1,'2026-01-22 14:30:14','2026-01-22 14:30:14','daae49f9-0121-498a-9978-ffe4f9764219'),
(91196,7,15693,NULL,3468,1,'2026-01-22 14:30:14','2026-01-22 14:30:14','9d87cb7c-028f-4d7a-bda9-41c0adde89e0'),
(91197,7,15693,NULL,601,2,'2026-01-22 14:30:14','2026-01-22 14:30:14','ff09a6e4-5c21-4e97-8d48-d542d2e76679'),
(91198,7,15693,NULL,9640,3,'2026-01-22 14:30:14','2026-01-22 14:30:14','64ffc9d0-0ed3-4e21-99c5-68f839694068'),
(91199,7,15693,NULL,617,4,'2026-01-22 14:30:14','2026-01-22 14:30:14','0a6a9b21-cf78-4970-acc3-e8e97b5db3a2'),
(91200,7,15693,NULL,605,5,'2026-01-22 14:30:14','2026-01-22 14:30:14','8f18ebb6-36d1-4828-baaf-9665708058f2'),
(91201,7,15693,NULL,9552,6,'2026-01-22 14:30:14','2026-01-22 14:30:14','0a068166-aaa4-4c24-ba64-caeafe64e054'),
(91202,7,15693,NULL,9549,7,'2026-01-22 14:30:14','2026-01-22 14:30:14','a00bfcd2-53cf-42a9-8b89-af931779dbad'),
(91203,82,15693,NULL,479,1,'2026-01-22 14:30:14','2026-01-22 14:30:14','4aad9796-bbdf-4242-909a-4baf7f43d0f4'),
(91204,47,15693,NULL,12386,1,'2026-01-22 14:30:14','2026-01-22 14:30:14','e8275d27-ef2f-4b9b-8d2e-9d0d4ef0ad22'),
(91205,57,15693,NULL,8024,1,'2026-01-22 14:30:14','2026-01-22 14:30:14','8074f720-7f81-4b52-80ea-2a9997ad2b7c'),
(91206,57,15693,NULL,8025,2,'2026-01-22 14:30:14','2026-01-22 14:30:14','8a93646b-b43e-49ef-bec7-886690b1f80a'),
(91207,57,15693,NULL,8027,3,'2026-01-22 14:30:14','2026-01-22 14:30:14','142287bb-9f60-4ebd-bca8-a98fda507113'),
(91208,57,15693,NULL,8026,4,'2026-01-22 14:30:14','2026-01-22 14:30:14','1636c4e4-bddc-4d69-a944-8b50a489656c'),
(91237,32,15695,NULL,2610,1,'2026-01-22 14:31:53','2026-01-22 14:31:53','03405a97-9cc8-4a6c-9e29-05d70b58829a'),
(91238,32,15695,NULL,2598,2,'2026-01-22 14:31:53','2026-01-22 14:31:53','6b9013b0-e8e5-42ab-a555-4bc95f8864fb'),
(91239,32,15695,NULL,2600,3,'2026-01-22 14:31:53','2026-01-22 14:31:53','7bb7631b-14da-4cd8-bc4c-57a3821a44a4'),
(91240,32,15695,NULL,2602,4,'2026-01-22 14:31:53','2026-01-22 14:31:53','ad8309f8-edd4-4d65-bce9-2790d3e88d18'),
(91241,32,15695,NULL,2612,5,'2026-01-22 14:31:53','2026-01-22 14:31:53','ed7d6612-a54b-4e3e-9c53-7b81aa488956'),
(91242,32,15695,NULL,2618,6,'2026-01-22 14:31:53','2026-01-22 14:31:53','1aa32bf4-0b6f-41cf-8676-3e55029dab9e'),
(91243,32,15695,NULL,2604,7,'2026-01-22 14:31:53','2026-01-22 14:31:53','b12999b8-f220-4542-910e-8122b94b7547'),
(91244,32,15695,NULL,2608,8,'2026-01-22 14:31:53','2026-01-22 14:31:53','c39e938e-70cc-4eb1-99e4-8268e83e22dc'),
(91245,32,15695,NULL,2596,9,'2026-01-22 14:31:53','2026-01-22 14:31:53','7ccbee0d-7c0c-4aa6-9426-1b3391b20b58'),
(91246,32,15695,NULL,2606,10,'2026-01-22 14:31:53','2026-01-22 14:31:53','ea9bfee2-0959-4e91-8f54-df8dba0498b9'),
(91247,16,15695,NULL,8034,1,'2026-01-22 14:31:53','2026-01-22 14:31:53','77861451-1f80-4c0f-9378-bd1465fe484f'),
(91248,7,15695,NULL,6547,1,'2026-01-22 14:31:53','2026-01-22 14:31:53','7cd995f2-e4ef-43ae-acbe-69f375dbc2f3'),
(91249,7,15695,NULL,601,2,'2026-01-22 14:31:53','2026-01-22 14:31:53','5ce967cd-d5a1-4311-b94d-dcf2b3417776'),
(91250,7,15695,NULL,2974,3,'2026-01-22 14:31:53','2026-01-22 14:31:53','6dadc0aa-2c27-4500-993f-d11b6856531e'),
(91251,7,15695,NULL,617,4,'2026-01-22 14:31:53','2026-01-22 14:31:53','79f098f9-fedd-4964-b47b-3352a4661079'),
(91252,7,15695,NULL,9727,5,'2026-01-22 14:31:53','2026-01-22 14:31:53','db1ca349-1510-472d-9cfd-8f345802df5d'),
(91253,7,15695,NULL,605,6,'2026-01-22 14:31:53','2026-01-22 14:31:53','7859ce1f-677b-4433-a3d3-6c32eba59377'),
(91254,7,15695,NULL,9552,7,'2026-01-22 14:31:53','2026-01-22 14:31:53','7836ed2a-82be-4594-9523-be6fda8b9690'),
(91255,82,15695,NULL,479,1,'2026-01-22 14:31:53','2026-01-22 14:31:53','3142316a-f7ac-40ec-a1b9-5ea97c09b7e5'),
(91256,82,15695,NULL,491,2,'2026-01-22 14:31:53','2026-01-22 14:31:53','62b6e349-098c-4858-8331-51fbe1558ab1'),
(91257,46,15695,NULL,3697,1,'2026-01-22 14:31:53','2026-01-22 14:31:53','1d62c097-e53f-448e-baf2-ad254a2cd7c4'),
(91258,47,15695,NULL,12389,1,'2026-01-22 14:31:53','2026-01-22 14:31:53','5c3a471c-403d-4dd4-8722-54fd3ac931c6'),
(91259,57,15695,NULL,8033,1,'2026-01-22 14:31:53','2026-01-22 14:31:53','14d28fba-c792-47bf-81a9-2c622cf74de6'),
(91260,57,15695,NULL,8032,2,'2026-01-22 14:31:53','2026-01-22 14:31:53','dd92289b-45b5-41b7-897d-f239d8500c10'),
(91261,57,15695,NULL,8036,3,'2026-01-22 14:31:53','2026-01-22 14:31:53','a1e8d2b1-02cb-4954-bfc9-a2bdcfad90fd'),
(91262,57,15695,NULL,8035,4,'2026-01-22 14:31:53','2026-01-22 14:31:53','09c47a56-ea1a-4afa-b01b-f2242575f204'),
(91288,32,15697,NULL,2614,1,'2026-01-22 14:32:48','2026-01-22 14:32:48','aaceb9d4-0d14-4f33-b917-66bdada0e82f'),
(91289,32,15697,NULL,2610,2,'2026-01-22 14:32:48','2026-01-22 14:32:48','54a5f859-1968-4b6f-97d7-a2ebacb2acd8'),
(91290,32,15697,NULL,2598,3,'2026-01-22 14:32:48','2026-01-22 14:32:48','67e597b8-145f-4383-9310-ab26a53190ba'),
(91291,32,15697,NULL,2600,4,'2026-01-22 14:32:48','2026-01-22 14:32:48','e801a04c-f846-431d-8eb4-b5d23fe1319b'),
(91292,32,15697,NULL,2602,5,'2026-01-22 14:32:48','2026-01-22 14:32:48','ddee9497-109e-4576-a345-a4e4e8709e36'),
(91293,32,15697,NULL,2604,6,'2026-01-22 14:32:48','2026-01-22 14:32:48','0908f7f0-9d25-40f6-b594-4bbbac2d2c1e'),
(91294,32,15697,NULL,2608,7,'2026-01-22 14:32:48','2026-01-22 14:32:48','4ffa3dc4-6c8a-45ac-ab75-53e254a597a9'),
(91295,32,15697,NULL,2596,8,'2026-01-22 14:32:48','2026-01-22 14:32:48','0e2ef64a-e5a4-4879-8650-0b7d66b0ac88'),
(91296,32,15697,NULL,2606,9,'2026-01-22 14:32:48','2026-01-22 14:32:48','879c475e-5275-4a8e-ac3f-82437ecdae61'),
(91297,32,15697,NULL,2612,10,'2026-01-22 14:32:48','2026-01-22 14:32:48','0a4daf6f-5fee-4fb6-b8bb-ef743445e559'),
(91298,16,15697,NULL,3808,1,'2026-01-22 14:32:48','2026-01-22 14:32:48','9655b507-1809-498c-a734-a49e37b062d2'),
(91299,7,15697,NULL,3468,1,'2026-01-22 14:32:48','2026-01-22 14:32:48','77f532d4-8b8f-4e1f-ba1e-b068016ced64'),
(91300,7,15697,NULL,601,2,'2026-01-22 14:32:48','2026-01-22 14:32:48','5b9b06bc-46e8-450b-b46f-ee1e1f7fc90b'),
(91301,7,15697,NULL,2972,3,'2026-01-22 14:32:48','2026-01-22 14:32:48','36b67052-1709-40ca-bb0e-b2e892ef16a9'),
(91302,7,15697,NULL,2974,4,'2026-01-22 14:32:48','2026-01-22 14:32:48','6bc01f91-3e00-4cae-a27a-96be426de720'),
(91303,7,15697,NULL,617,5,'2026-01-22 14:32:48','2026-01-22 14:32:48','ba82fa10-0a07-440c-8c91-7d0cccefbf99'),
(91304,7,15697,NULL,605,6,'2026-01-22 14:32:48','2026-01-22 14:32:48','6647ac59-2e82-4003-8412-cde86c70d50e'),
(91305,7,15697,NULL,9552,7,'2026-01-22 14:32:48','2026-01-22 14:32:48','a99b01e8-2021-4b96-b679-933fcc2c32df'),
(91306,82,15697,NULL,479,1,'2026-01-22 14:32:48','2026-01-22 14:32:48','423b5610-9934-4f68-8967-4fd01c779c90'),
(91307,47,15697,NULL,12391,1,'2026-01-22 14:32:48','2026-01-22 14:32:48','20965c05-6cbf-47a8-8134-a3a0eec83705'),
(91308,57,15697,NULL,8052,1,'2026-01-22 14:32:48','2026-01-22 14:32:48','a173f96f-eb05-490d-95c8-1e5ee2a0ce00'),
(91309,57,15697,NULL,8054,2,'2026-01-22 14:32:48','2026-01-22 14:32:48','97ea68a7-9900-405f-b563-4534f8af4c9d'),
(91310,57,15697,NULL,8053,3,'2026-01-22 14:32:48','2026-01-22 14:32:48','68df35dd-4fc2-4bb4-8d60-8b10661d9041'),
(91311,57,15697,NULL,8051,4,'2026-01-22 14:32:48','2026-01-22 14:32:48','2eb18387-542b-40af-a450-e1613a9e3b12'),
(91327,32,15699,NULL,2614,1,'2026-01-22 14:34:44','2026-01-22 14:34:44','98728509-dcf3-4b97-b71f-27bb789a41bd'),
(91328,83,15699,NULL,1045,1,'2026-01-22 14:34:44','2026-01-22 14:34:44','598f046d-7444-4518-9371-df27afd150fc'),
(91329,16,15699,NULL,6530,1,'2026-01-22 14:34:44','2026-01-22 14:34:44','cc6e8869-34f5-4884-a7fd-9a0e826c80c9'),
(91330,7,15699,NULL,617,1,'2026-01-22 14:34:44','2026-01-22 14:34:44','6cffc493-d8ee-4528-91eb-a4d9b1f24317'),
(91331,7,15699,NULL,9558,2,'2026-01-22 14:34:44','2026-01-22 14:34:44','fd807bbf-4830-4292-b943-a9c96dbdd656'),
(91332,7,15699,NULL,605,3,'2026-01-22 14:34:44','2026-01-22 14:34:44','7566c741-892a-428a-adfd-6e015c6cc8cb'),
(91333,7,15699,NULL,9552,4,'2026-01-22 14:34:44','2026-01-22 14:34:44','17e4b606-e1f9-474d-9df0-8f5085d8994a'),
(91334,57,15699,NULL,8064,1,'2026-01-22 14:34:44','2026-01-22 14:34:44','18e2071e-c28d-49e2-b8f0-5a13b8ca415e'),
(91335,57,15699,NULL,8061,2,'2026-01-22 14:34:44','2026-01-22 14:34:44','71a89b80-fcc7-404c-b03b-d44877673a60'),
(91336,57,15699,NULL,8060,3,'2026-01-22 14:34:44','2026-01-22 14:34:44','37719416-0dba-42e2-9416-9a3b0ee64854'),
(91337,57,15699,NULL,8063,4,'2026-01-22 14:34:44','2026-01-22 14:34:44','2c49dcf3-9c00-41cc-a179-46cbdb1fd16f'),
(91338,57,15699,NULL,8062,5,'2026-01-22 14:34:44','2026-01-22 14:34:44','b688a510-813d-4948-b9b4-08d691e68857'),
(91339,74,15699,NULL,14613,1,'2026-01-22 14:34:44','2026-01-22 14:34:44','d6d71190-573d-4d1f-b4d1-981b259b3b54'),
(91341,12,15699,NULL,12713,1,'2026-01-22 14:34:44','2026-01-22 14:34:44','47ab5743-103d-4c71-afd4-65b19d5037be'),
(91368,32,15701,NULL,2614,1,'2026-01-22 14:35:47','2026-01-22 14:35:47','60022a6f-a934-4c0c-abd0-8478d3c89071'),
(91369,32,15701,NULL,2610,2,'2026-01-22 14:35:47','2026-01-22 14:35:47','97b38dd1-2050-432f-882d-a99b4b65c2a2'),
(91370,32,15701,NULL,2598,3,'2026-01-22 14:35:47','2026-01-22 14:35:47','b77a118c-ed60-4917-a31e-722eea66c899'),
(91371,32,15701,NULL,2608,4,'2026-01-22 14:35:47','2026-01-22 14:35:47','88b38245-a87c-498b-8bf2-7051e21f0563'),
(91372,32,15701,NULL,2600,5,'2026-01-22 14:35:47','2026-01-22 14:35:47','cebd3e90-f1db-463b-b1b3-24c1524ade33'),
(91373,32,15701,NULL,2596,6,'2026-01-22 14:35:47','2026-01-22 14:35:47','77672da7-2aea-48f2-90bd-3ec4648d13ae'),
(91374,32,15701,NULL,2602,7,'2026-01-22 14:35:47','2026-01-22 14:35:47','507d175f-3862-4dd1-9d6f-01c229501437'),
(91375,32,15701,NULL,2606,8,'2026-01-22 14:35:47','2026-01-22 14:35:47','df14c0f7-6224-49a6-91cb-4bb7cc3e1160'),
(91376,32,15701,NULL,2604,9,'2026-01-22 14:35:47','2026-01-22 14:35:47','52a4b3fb-d073-49a1-a0bc-d85267de0daf'),
(91377,32,15701,NULL,2624,10,'2026-01-22 14:35:47','2026-01-22 14:35:47','0312a941-0649-4f38-8f0c-3c7b93b2ac7e'),
(91378,32,15701,NULL,2612,11,'2026-01-22 14:35:47','2026-01-22 14:35:47','c6f2ec57-3e39-4744-babf-4b314ddb9e13'),
(91379,16,15701,NULL,8081,1,'2026-01-22 14:35:47','2026-01-22 14:35:47','65f936f8-8966-4e37-9606-b43d13432681'),
(91380,7,15701,NULL,3468,1,'2026-01-22 14:35:47','2026-01-22 14:35:47','0e515b7b-9734-4e6d-b9c0-6e71a189988a'),
(91381,7,15701,NULL,601,2,'2026-01-22 14:35:47','2026-01-22 14:35:47','53eee287-87b7-4978-9d6f-004c628e0b0f'),
(91382,7,15701,NULL,9640,3,'2026-01-22 14:35:47','2026-01-22 14:35:47','ca3468e0-d313-49db-a8d3-ad0c6672c95a'),
(91383,7,15701,NULL,2974,4,'2026-01-22 14:35:47','2026-01-22 14:35:47','8b5198de-a289-4980-b94c-ff1107698dda'),
(91384,7,15701,NULL,617,5,'2026-01-22 14:35:47','2026-01-22 14:35:47','66a9a726-41b0-4f2c-9410-622250f2c379'),
(91385,7,15701,NULL,605,6,'2026-01-22 14:35:47','2026-01-22 14:35:47','9c3e7d60-3ccd-41e7-9300-043af1ae7aed'),
(91386,7,15701,NULL,9552,7,'2026-01-22 14:35:47','2026-01-22 14:35:47','e1e2fa63-8d9a-4376-9c3f-00b20846cb81'),
(91387,46,15701,NULL,2891,1,'2026-01-22 14:35:47','2026-01-22 14:35:47','3f4e7cf0-172c-48ef-96af-d74662353edc'),
(91388,47,15701,NULL,12395,1,'2026-01-22 14:35:47','2026-01-22 14:35:47','b4429fb5-3a29-462f-8a9c-17349473bd40'),
(91389,57,15701,NULL,8082,1,'2026-01-22 14:35:47','2026-01-22 14:35:47','0ef1152d-e856-4285-98e4-d11481255f47'),
(91390,57,15701,NULL,8085,2,'2026-01-22 14:35:47','2026-01-22 14:35:47','2d859bc1-4c11-4369-b8b9-de920a062c3c'),
(91391,57,15701,NULL,8086,3,'2026-01-22 14:35:47','2026-01-22 14:35:47','3fed60ad-6268-4b3c-bbdc-3857519619df'),
(91392,57,15701,NULL,8087,4,'2026-01-22 14:35:47','2026-01-22 14:35:47','86d18e00-8311-4ef9-9e33-ed88915be4e2'),
(91393,13,15701,NULL,6814,1,'2026-01-22 14:35:47','2026-01-22 14:35:47','a09a77d8-6059-446a-9780-793a58297928'),
(91420,32,15703,NULL,2614,1,'2026-01-22 14:36:26','2026-01-22 14:36:26','da78fd7d-5a15-4f8f-9a64-5a00503db941'),
(91421,32,15703,NULL,2610,2,'2026-01-22 14:36:26','2026-01-22 14:36:26','b8f69671-6733-4cd9-9385-e81bc987a3a7'),
(91422,32,15703,NULL,2598,3,'2026-01-22 14:36:26','2026-01-22 14:36:26','3060316c-058e-4cdd-9e9a-2c2e7cd1545d'),
(91423,32,15703,NULL,2608,4,'2026-01-22 14:36:26','2026-01-22 14:36:26','a0e593f0-02b0-48d0-b6d2-93d11a5b0396'),
(91424,32,15703,NULL,2600,5,'2026-01-22 14:36:26','2026-01-22 14:36:26','bf410614-c5d8-4631-9766-96ac72bdc288'),
(91425,32,15703,NULL,2596,6,'2026-01-22 14:36:26','2026-01-22 14:36:26','3caf9698-25b5-4a50-b7ec-4e2bff7b54c7'),
(91426,32,15703,NULL,2602,7,'2026-01-22 14:36:26','2026-01-22 14:36:26','321bb83c-73f1-4ea6-9df1-0ae82ac81884'),
(91427,32,15703,NULL,2606,8,'2026-01-22 14:36:26','2026-01-22 14:36:26','a0efee05-7375-413c-b740-60ffd42bb2d4'),
(91428,32,15703,NULL,2604,9,'2026-01-22 14:36:26','2026-01-22 14:36:26','63c73bd2-54f7-4d7f-98b8-76a3597bf73e'),
(91429,32,15703,NULL,2624,10,'2026-01-22 14:36:26','2026-01-22 14:36:26','dda37e04-9d69-455d-ae4c-955ebaae0cda'),
(91430,32,15703,NULL,2612,11,'2026-01-22 14:36:26','2026-01-22 14:36:26','364e0556-643e-4448-be0e-5421d54d6504'),
(91431,16,15703,NULL,8081,1,'2026-01-22 14:36:26','2026-01-22 14:36:26','5f9d72a9-f796-4158-b717-4daf5133a01a'),
(91432,7,15703,NULL,3468,1,'2026-01-22 14:36:26','2026-01-22 14:36:26','ce3de9f4-6821-45a7-8982-0b6a9799184e'),
(91433,7,15703,NULL,601,2,'2026-01-22 14:36:26','2026-01-22 14:36:26','50fec24b-54f7-4166-94e9-ab48724acccb'),
(91434,7,15703,NULL,9640,3,'2026-01-22 14:36:26','2026-01-22 14:36:26','9483dbe0-5fa0-47a2-88aa-51845edc720e'),
(91435,7,15703,NULL,2974,4,'2026-01-22 14:36:26','2026-01-22 14:36:26','37c6908c-bc11-4bfe-a7f4-139d9b71bea6'),
(91436,7,15703,NULL,617,5,'2026-01-22 14:36:26','2026-01-22 14:36:26','b07b6907-e060-4aaa-ae81-0625b8403b44'),
(91437,7,15703,NULL,605,6,'2026-01-22 14:36:26','2026-01-22 14:36:26','da8c5c2b-0014-49e3-b726-1e85aee5aa72'),
(91438,7,15703,NULL,9552,7,'2026-01-22 14:36:26','2026-01-22 14:36:26','05eaf706-91c2-4b5f-b22f-f9063e11d2db'),
(91439,46,15703,NULL,2891,1,'2026-01-22 14:36:26','2026-01-22 14:36:26','6cb556ad-9683-4446-880a-c3460938361d'),
(91440,47,15703,NULL,12395,1,'2026-01-22 14:36:26','2026-01-22 14:36:26','8e131e31-3878-4902-a712-5a411e3829a3'),
(91441,57,15703,NULL,8082,1,'2026-01-22 14:36:26','2026-01-22 14:36:26','4e80da91-c89a-4eee-b195-5b3748296ec3'),
(91442,57,15703,NULL,8085,2,'2026-01-22 14:36:26','2026-01-22 14:36:26','11886f0a-a24e-4b0c-b810-496f0a125620'),
(91443,57,15703,NULL,8086,3,'2026-01-22 14:36:26','2026-01-22 14:36:26','617879ea-f3cf-4c09-ab16-f4e4e5b7c99c'),
(91444,57,15703,NULL,8087,4,'2026-01-22 14:36:26','2026-01-22 14:36:26','b0584f34-d4d5-4e53-ace6-02076464e071'),
(91445,13,15703,NULL,6814,1,'2026-01-22 14:36:26','2026-01-22 14:36:26','a936de70-827a-4d01-a1ca-44d3618b2215'),
(91472,32,15705,NULL,2614,1,'2026-01-22 14:37:03','2026-01-22 14:37:03','f1b000b2-4500-4137-9a50-058998a4c08f'),
(91473,32,15705,NULL,2610,2,'2026-01-22 14:37:03','2026-01-22 14:37:03','2b19a808-6abe-4863-b80a-b1002c64dbf7'),
(91474,32,15705,NULL,2598,3,'2026-01-22 14:37:03','2026-01-22 14:37:03','7471f43c-243c-4f2d-8ac6-37db9f1c0edb'),
(91475,32,15705,NULL,2608,4,'2026-01-22 14:37:03','2026-01-22 14:37:03','031bb730-dbda-4a18-bdc3-caa2ba30e55b'),
(91476,32,15705,NULL,2600,5,'2026-01-22 14:37:03','2026-01-22 14:37:03','6c1f7564-4e9d-4a97-adbe-09bc0c269c05'),
(91477,32,15705,NULL,2596,6,'2026-01-22 14:37:03','2026-01-22 14:37:03','60ed2b31-750a-4c34-a4c6-392c1fd5fcd2'),
(91478,32,15705,NULL,2602,7,'2026-01-22 14:37:03','2026-01-22 14:37:03','49e7fd84-cb96-44c8-868e-dd60f3bf00b3'),
(91479,32,15705,NULL,2606,8,'2026-01-22 14:37:03','2026-01-22 14:37:03','09ce18ec-72ae-46f0-9f89-ca17659aa295'),
(91480,32,15705,NULL,2604,9,'2026-01-22 14:37:03','2026-01-22 14:37:03','7719bd53-af49-4f5d-aacb-595e40f2086f'),
(91481,32,15705,NULL,2624,10,'2026-01-22 14:37:03','2026-01-22 14:37:03','ae3fa071-eaff-4acc-bb5f-66c196423cb9'),
(91482,32,15705,NULL,2612,11,'2026-01-22 14:37:03','2026-01-22 14:37:03','e2d8ef88-ab11-43ce-9ec6-50ef9357b192'),
(91483,16,15705,NULL,8081,1,'2026-01-22 14:37:03','2026-01-22 14:37:03','6386645b-8534-499c-897a-99a581fdb9ad'),
(91484,7,15705,NULL,3468,1,'2026-01-22 14:37:03','2026-01-22 14:37:03','aa1d1d62-3aa4-41d2-bee6-5a6b9d209fb6'),
(91485,7,15705,NULL,601,2,'2026-01-22 14:37:03','2026-01-22 14:37:03','009c7976-51ee-45a8-950f-3f0e80960b28'),
(91486,7,15705,NULL,9640,3,'2026-01-22 14:37:03','2026-01-22 14:37:03','1ad79518-9093-49be-83ae-3cffa3f202d7'),
(91487,7,15705,NULL,2974,4,'2026-01-22 14:37:03','2026-01-22 14:37:03','e536a5f6-b744-475e-b241-fa45673dc5f6'),
(91488,7,15705,NULL,617,5,'2026-01-22 14:37:03','2026-01-22 14:37:03','1f9f6ac3-ac0c-4cb4-b090-45097e0b833f'),
(91489,7,15705,NULL,605,6,'2026-01-22 14:37:03','2026-01-22 14:37:03','267e0c89-c112-4d91-a761-d8896a114978'),
(91490,7,15705,NULL,9552,7,'2026-01-22 14:37:03','2026-01-22 14:37:03','c3c38caf-ab38-4f79-b894-29830ec49f58'),
(91491,46,15705,NULL,2891,1,'2026-01-22 14:37:03','2026-01-22 14:37:03','a5b824b4-837d-4857-8162-e46e665f1147'),
(91492,47,15705,NULL,12395,1,'2026-01-22 14:37:03','2026-01-22 14:37:03','ab8a3f38-eb6a-49b4-ba3c-11bcbe6cad9a'),
(91493,57,15705,NULL,8082,1,'2026-01-22 14:37:03','2026-01-22 14:37:03','f8c6386f-ee30-47ed-8330-cf37d8629480'),
(91494,57,15705,NULL,8085,2,'2026-01-22 14:37:03','2026-01-22 14:37:03','9507f204-bd6b-46da-ac62-505e24f3f616'),
(91495,57,15705,NULL,8086,3,'2026-01-22 14:37:03','2026-01-22 14:37:03','f38d0b45-41a8-458a-82ec-b98c79894bf4'),
(91496,57,15705,NULL,8087,4,'2026-01-22 14:37:03','2026-01-22 14:37:03','5d72ad81-96e4-4d90-ae0c-1b4a210ab88e'),
(91497,13,15705,NULL,6814,1,'2026-01-22 14:37:03','2026-01-22 14:37:03','1a7cc8cd-8e6d-4966-9513-d64e02be6125'),
(91522,32,15707,NULL,2610,1,'2026-01-22 14:37:20','2026-01-22 14:37:20','65cdf7ac-50fd-4e2f-96f5-f232ed390543'),
(91523,32,15707,NULL,2598,2,'2026-01-22 14:37:20','2026-01-22 14:37:20','567fbc1d-737e-4aac-8b34-92426253d1b8'),
(91524,32,15707,NULL,2600,3,'2026-01-22 14:37:20','2026-01-22 14:37:20','1ae9f15d-d2e0-4a1e-914a-daa3b38f8017'),
(91525,32,15707,NULL,2604,4,'2026-01-22 14:37:20','2026-01-22 14:37:20','c68efa8b-761c-452c-a1fb-31c1412c0722'),
(91526,32,15707,NULL,2608,5,'2026-01-22 14:37:20','2026-01-22 14:37:20','5dd89102-7dfd-4d6d-9581-9e82ce34390a'),
(91527,32,15707,NULL,2596,6,'2026-01-22 14:37:20','2026-01-22 14:37:20','287acb71-3a58-42ab-85d0-26b883756fc5'),
(91528,32,15707,NULL,2602,7,'2026-01-22 14:37:20','2026-01-22 14:37:20','0a652e1f-acde-441c-ab66-445396739e08'),
(91529,32,15707,NULL,2606,8,'2026-01-22 14:37:20','2026-01-22 14:37:20','18638a99-0597-409f-8fb3-19c1a17d93f3'),
(91530,32,15707,NULL,2612,9,'2026-01-22 14:37:20','2026-01-22 14:37:20','c2bf9869-ba28-4a5f-b81a-82604a82796e'),
(91531,16,15707,NULL,3865,1,'2026-01-22 14:37:20','2026-01-22 14:37:20','92415878-0610-42e6-b28f-f0f949621079'),
(91532,7,15707,NULL,3468,1,'2026-01-22 14:37:20','2026-01-22 14:37:20','db47404a-80e4-42fe-9aea-9066dcd7caa6'),
(91533,7,15707,NULL,601,2,'2026-01-22 14:37:20','2026-01-22 14:37:20','887409cb-f2db-4a73-94bd-db8e673ec851'),
(91534,7,15707,NULL,3093,3,'2026-01-22 14:37:20','2026-01-22 14:37:20','73ab161f-3dae-4e74-9e7b-dc30344086df'),
(91535,7,15707,NULL,617,4,'2026-01-22 14:37:20','2026-01-22 14:37:20','4f102f09-6735-4580-a6c7-e72937a6a344'),
(91536,7,15707,NULL,605,5,'2026-01-22 14:37:20','2026-01-22 14:37:20','7193874b-6572-4fea-ae76-e641b40bd685'),
(91537,7,15707,NULL,9552,6,'2026-01-22 14:37:20','2026-01-22 14:37:20','9fe59f72-42f9-454c-aaa4-65f52ca7f423'),
(91538,82,15707,NULL,479,1,'2026-01-22 14:37:20','2026-01-22 14:37:20','1819a599-8ba9-43cf-bce5-4e50f6074653'),
(91539,82,15707,NULL,491,2,'2026-01-22 14:37:20','2026-01-22 14:37:20','0d670617-3eb2-426c-a040-938ed36cf273'),
(91540,47,15707,NULL,12398,1,'2026-01-22 14:37:20','2026-01-22 14:37:20','8efb7e32-b18d-41e7-b17b-069bab700ef1'),
(91541,57,15707,NULL,8094,1,'2026-01-22 14:37:20','2026-01-22 14:37:20','5c4228cf-1961-4d53-86bd-69e6d85f7bd1'),
(91542,57,15707,NULL,8093,2,'2026-01-22 14:37:20','2026-01-22 14:37:20','02483ef6-0940-4d1d-a355-f5f50523f5e2'),
(91543,57,15707,NULL,8095,3,'2026-01-22 14:37:20','2026-01-22 14:37:20','edf11cb2-afb0-40bc-b10f-f52018902c76'),
(91544,57,15707,NULL,8092,4,'2026-01-22 14:37:20','2026-01-22 14:37:20','7373b41a-8392-4fa7-ae09-be3f28fdab51'),
(91546,32,15708,NULL,2610,1,'2026-01-22 14:37:23','2026-01-22 14:37:23','95ffb30f-dd5e-47db-a0c7-af1199bcf654'),
(91547,32,15708,NULL,2598,2,'2026-01-22 14:37:23','2026-01-22 14:37:23','a65cc7af-a597-4008-a282-d4fde83ec853'),
(91548,32,15708,NULL,2600,3,'2026-01-22 14:37:23','2026-01-22 14:37:23','897d62de-e5c9-4e05-b537-e77252b419d4'),
(91549,32,15708,NULL,2604,4,'2026-01-22 14:37:23','2026-01-22 14:37:23','7cde21e4-ff9e-4f46-adef-b910cce55ae1'),
(91550,32,15708,NULL,2608,5,'2026-01-22 14:37:23','2026-01-22 14:37:23','f809c41d-7e54-4add-930d-a4beb6d12950'),
(91551,32,15708,NULL,2596,6,'2026-01-22 14:37:23','2026-01-22 14:37:23','ff720325-d2ce-4cc9-b14d-995f26038647'),
(91552,32,15708,NULL,2602,7,'2026-01-22 14:37:23','2026-01-22 14:37:23','4049bfe7-2ea8-4beb-a393-8522ec5fd54b'),
(91553,32,15708,NULL,2606,8,'2026-01-22 14:37:23','2026-01-22 14:37:23','d668fa82-8563-4f63-8017-eccd131443b7'),
(91554,32,15708,NULL,2612,9,'2026-01-22 14:37:23','2026-01-22 14:37:23','09c39922-8ace-47c6-b341-8b1cf005921f'),
(91555,16,15708,NULL,3865,1,'2026-01-22 14:37:23','2026-01-22 14:37:23','7eac43a3-aaa8-472e-a74f-5b6eac0ddaa7'),
(91556,7,15708,NULL,3468,1,'2026-01-22 14:37:23','2026-01-22 14:37:23','e063054a-45d6-4fb8-9c25-ac8bff099d80'),
(91557,7,15708,NULL,601,2,'2026-01-22 14:37:23','2026-01-22 14:37:23','488cdfda-5d78-4a6f-9d77-0940fa1d29b5'),
(91558,7,15708,NULL,3093,3,'2026-01-22 14:37:23','2026-01-22 14:37:23','e315ef0a-2f0c-4f51-ac8c-a299b160e4af'),
(91559,7,15708,NULL,617,4,'2026-01-22 14:37:23','2026-01-22 14:37:23','f5cc5f15-120a-44b1-9ccb-52344257f093'),
(91560,7,15708,NULL,605,5,'2026-01-22 14:37:23','2026-01-22 14:37:23','004d1a69-e6b5-471b-a186-705d0b2d18ad'),
(91561,7,15708,NULL,9552,6,'2026-01-22 14:37:23','2026-01-22 14:37:23','2ee13f7c-61da-4c46-9475-7c9919ff1be5'),
(91562,82,15708,NULL,479,1,'2026-01-22 14:37:23','2026-01-22 14:37:23','9a42143c-5ac5-4360-af1f-22dcea6a293f'),
(91563,82,15708,NULL,491,2,'2026-01-22 14:37:23','2026-01-22 14:37:23','a76d6081-7485-40b6-8b28-3307dcc8a353'),
(91564,47,15708,NULL,12398,1,'2026-01-22 14:37:23','2026-01-22 14:37:23','504e9bc4-dcdb-432d-aa28-f0eb8c72072c'),
(91565,57,15708,NULL,8094,1,'2026-01-22 14:37:23','2026-01-22 14:37:23','01f0c333-04b8-4200-a0eb-32ce66a5249f'),
(91566,57,15708,NULL,8093,2,'2026-01-22 14:37:23','2026-01-22 14:37:23','4cb9c2b9-47e7-454e-9a22-4a89cf8c9624'),
(91567,57,15708,NULL,8095,3,'2026-01-22 14:37:23','2026-01-22 14:37:23','80db6152-d579-4add-ad92-f246f6d9cb46'),
(91568,57,15708,NULL,8092,4,'2026-01-22 14:37:23','2026-01-22 14:37:23','087d3170-288e-4a9a-91d4-dea7d3f7d4b2'),
(91595,32,15713,NULL,2610,1,'2026-01-22 14:39:01','2026-01-22 14:39:01','987fc9b0-558c-4e7a-95c1-f02dcc46b16c'),
(91596,32,15713,NULL,2598,2,'2026-01-22 14:39:01','2026-01-22 14:39:01','a6cb7559-f218-443b-96c5-6e98ad9f5c23'),
(91597,32,15713,NULL,2600,3,'2026-01-22 14:39:01','2026-01-22 14:39:01','6bbc756c-2071-47e2-a3ab-a83fdba34963'),
(91598,32,15713,NULL,2602,4,'2026-01-22 14:39:01','2026-01-22 14:39:01','f2cf47ec-6914-457b-8877-92054212c8ba'),
(91599,32,15713,NULL,2612,5,'2026-01-22 14:39:01','2026-01-22 14:39:01','c4222de1-3b42-47fa-9493-1829781012a2'),
(91600,32,15713,NULL,2618,6,'2026-01-22 14:39:01','2026-01-22 14:39:01','753bec2b-d525-4e3d-9520-b140c2a7a646'),
(91601,32,15713,NULL,2604,7,'2026-01-22 14:39:01','2026-01-22 14:39:01','d864e946-b95d-4ef1-a1c3-4fa333e01469'),
(91602,32,15713,NULL,2614,8,'2026-01-22 14:39:01','2026-01-22 14:39:01','5affbcc0-5ff5-4ecb-ba19-3951ce4e38fa'),
(91603,32,15713,NULL,2608,9,'2026-01-22 14:39:01','2026-01-22 14:39:01','6c6cf866-601a-44c2-af15-f56a8213a839'),
(91604,32,15713,NULL,2596,10,'2026-01-22 14:39:01','2026-01-22 14:39:01','c09195ab-bbf6-4d16-80d4-ff4c97241629'),
(91605,32,15713,NULL,2606,11,'2026-01-22 14:39:01','2026-01-22 14:39:01','9a5367a3-474c-4fb9-a32d-498334361460'),
(91606,16,15713,NULL,8104,1,'2026-01-22 14:39:01','2026-01-22 14:39:01','5d34d062-22c3-4a8c-9e28-453c642bbf71'),
(91607,7,15713,NULL,9724,1,'2026-01-22 14:39:01','2026-01-22 14:39:01','675a4b43-0dfd-4d0d-9e3a-a0e1fb0e8646'),
(91608,7,15713,NULL,2974,2,'2026-01-22 14:39:01','2026-01-22 14:39:01','9b74a798-5041-4f9c-9019-0ae4c085b4d9'),
(91609,7,15713,NULL,617,3,'2026-01-22 14:39:01','2026-01-22 14:39:01','426df67c-1582-4b8d-b419-8d46f6baf7d8'),
(91610,7,15713,NULL,605,4,'2026-01-22 14:39:01','2026-01-22 14:39:01','648653c0-f05c-47ee-be24-a3a5830b15ff'),
(91611,7,15713,NULL,9552,5,'2026-01-22 14:39:01','2026-01-22 14:39:01','6a526a09-e75f-4549-896e-376c9b6ba69a'),
(91612,82,15713,NULL,479,1,'2026-01-22 14:39:01','2026-01-22 14:39:01','35a22c38-a23d-4722-a626-7208551fea7a'),
(91613,46,15713,NULL,3697,1,'2026-01-22 14:39:01','2026-01-22 14:39:01','5c4e10d1-df0d-4524-9cf3-f856ae2ed221'),
(91614,47,15713,NULL,12403,1,'2026-01-22 14:39:01','2026-01-22 14:39:01','986019d6-a925-4984-bc25-40efa09af97e'),
(91615,57,15713,NULL,8108,1,'2026-01-22 14:39:01','2026-01-22 14:39:01','3e667df7-d903-402d-ac43-3b149f4385a3'),
(91616,57,15713,NULL,8107,2,'2026-01-22 14:39:01','2026-01-22 14:39:01','2e2081a5-fa39-4479-8b6c-5a7090144da5'),
(91617,57,15713,NULL,8106,3,'2026-01-22 14:39:01','2026-01-22 14:39:01','fa11dec4-b709-437a-9085-62fc588d4886'),
(91618,57,15713,NULL,8105,4,'2026-01-22 14:39:01','2026-01-22 14:39:01','3270a8e7-27be-4964-96da-b53b8ff86231'),
(91619,13,15713,NULL,6820,1,'2026-01-22 14:39:01','2026-01-22 14:39:01','a55b0a02-7afb-451c-9e7f-29f42a2b9660'),
(91642,32,15715,NULL,2610,1,'2026-01-22 14:40:35','2026-01-22 14:40:35','0fa4f57f-a1c8-48ab-ada1-b00ef4509d6c'),
(91643,32,15715,NULL,2598,2,'2026-01-22 14:40:35','2026-01-22 14:40:35','99c651f3-c2a2-4bf4-8211-28ae95ad4990'),
(91644,32,15715,NULL,2600,3,'2026-01-22 14:40:35','2026-01-22 14:40:35','60f406ed-ba03-4aa2-9cef-e2c53b653c9c'),
(91645,32,15715,NULL,2606,4,'2026-01-22 14:40:35','2026-01-22 14:40:35','aedb2f03-cfdd-4a8f-a3a3-024960157d24'),
(91646,32,15715,NULL,2604,5,'2026-01-22 14:40:35','2026-01-22 14:40:35','cb1a76e7-77b9-4aa4-85f1-503a85743389'),
(91647,32,15715,NULL,2614,6,'2026-01-22 14:40:35','2026-01-22 14:40:35','30db1fd8-927b-431f-9ada-003a73a9103f'),
(91648,32,15715,NULL,2608,7,'2026-01-22 14:40:35','2026-01-22 14:40:35','be4076c6-1e23-49e6-a7c7-2ea270025462'),
(91649,32,15715,NULL,2596,8,'2026-01-22 14:40:35','2026-01-22 14:40:35','c130bbed-b37e-45da-9cac-5f7de065a69b'),
(91650,32,15715,NULL,2602,9,'2026-01-22 14:40:35','2026-01-22 14:40:35','09cf31cb-8d01-490d-9238-1fab8eeec750'),
(91651,32,15715,NULL,2612,10,'2026-01-22 14:40:35','2026-01-22 14:40:35','c97cabe6-3ef0-4372-a212-515f9238a88f'),
(91652,16,15715,NULL,9415,1,'2026-01-22 14:40:35','2026-01-22 14:40:35','dddde8b3-dfde-46ee-9bce-2807adac7635'),
(91653,7,15715,NULL,3468,1,'2026-01-22 14:40:35','2026-01-22 14:40:35','b753f9f4-83b2-46b6-8d1e-c2b755600ef7'),
(91654,7,15715,NULL,2969,2,'2026-01-22 14:40:35','2026-01-22 14:40:35','c9f99ee2-9b87-48a9-89d4-94152f3bc249'),
(91655,7,15715,NULL,617,3,'2026-01-22 14:40:35','2026-01-22 14:40:35','61819478-fe64-40ce-a5d9-dae0e839588e'),
(91656,7,15715,NULL,605,4,'2026-01-22 14:40:35','2026-01-22 14:40:35','18d23ec1-328f-4a4b-a6d3-f27953254792'),
(91657,7,15715,NULL,9552,5,'2026-01-22 14:40:35','2026-01-22 14:40:35','8f26fcf4-335d-4df7-95bc-1a89ebcf22cc'),
(91658,47,15715,NULL,12405,1,'2026-01-22 14:40:35','2026-01-22 14:40:35','3ce4667b-9d07-43d7-8f40-e77d728541e7'),
(91659,57,15715,NULL,3927,1,'2026-01-22 14:40:35','2026-01-22 14:40:35','14ee74c9-0bbf-43b8-8595-6104469505ad'),
(91660,57,15715,NULL,8117,2,'2026-01-22 14:40:35','2026-01-22 14:40:35','d86fda02-a80b-4ea6-8403-dc40756deccf'),
(91661,57,15715,NULL,8119,3,'2026-01-22 14:40:35','2026-01-22 14:40:35','c34737c5-4c04-40c7-828e-8b0f6ab47ad3'),
(91662,57,15715,NULL,8120,4,'2026-01-22 14:40:35','2026-01-22 14:40:35','f23fcc37-916b-4fb1-89c4-d36716c14aa0'),
(91687,32,15717,NULL,2610,1,'2026-01-22 14:41:59','2026-01-22 14:41:59','bf3281f2-d729-4d7a-95fe-7f805f601b08'),
(91688,32,15717,NULL,2598,2,'2026-01-22 14:41:59','2026-01-22 14:41:59','80ee78f2-3e2c-460f-8a06-22efb9ded603'),
(91689,32,15717,NULL,2600,3,'2026-01-22 14:41:59','2026-01-22 14:41:59','9f3d126c-ad4c-45df-9028-9b51159007d3'),
(91690,32,15717,NULL,2604,4,'2026-01-22 14:41:59','2026-01-22 14:41:59','c699936a-eb12-4727-84f8-9a03ed466f8b'),
(91691,32,15717,NULL,2608,5,'2026-01-22 14:41:59','2026-01-22 14:41:59','3ad31205-84f7-4b6d-9dee-6ec6851591c5'),
(91692,32,15717,NULL,2596,6,'2026-01-22 14:41:59','2026-01-22 14:41:59','7d709a41-f7ca-4703-bff7-d24e281fdc3d'),
(91693,32,15717,NULL,2602,7,'2026-01-22 14:41:59','2026-01-22 14:41:59','2b17e9ad-1bf3-4bda-8a54-b472ac238055'),
(91694,32,15717,NULL,2606,8,'2026-01-22 14:41:59','2026-01-22 14:41:59','2d9fe9e6-3b91-493c-aaaa-d6e8f696884f'),
(91695,32,15717,NULL,2612,9,'2026-01-22 14:41:59','2026-01-22 14:41:59','d0dec5f3-13cc-4770-a74b-02087d75dc6f'),
(91696,16,15717,NULL,3959,1,'2026-01-22 14:41:59','2026-01-22 14:41:59','255de3e5-e676-45fa-bf4a-216428e6c7ca'),
(91697,7,15717,NULL,3468,1,'2026-01-22 14:41:59','2026-01-22 14:41:59','8f7bcc05-a3c1-47da-b62f-396d80eccff1'),
(91698,7,15717,NULL,601,2,'2026-01-22 14:41:59','2026-01-22 14:41:59','658a9f14-ffad-463f-ad19-5004667cc4a1'),
(91699,7,15717,NULL,617,3,'2026-01-22 14:41:59','2026-01-22 14:41:59','b809efe9-337d-4b5a-9b4f-77267a4faad3'),
(91700,7,15717,NULL,9552,4,'2026-01-22 14:41:59','2026-01-22 14:41:59','f2485854-a67a-4c27-9850-24f4f8bb7641'),
(91701,7,15717,NULL,605,5,'2026-01-22 14:41:59','2026-01-22 14:41:59','4f464aad-7f9c-46ca-ab33-d6f96df7250d'),
(91702,82,15717,NULL,479,1,'2026-01-22 14:41:59','2026-01-22 14:41:59','0e2f78da-a50e-40ef-9f87-448d870ea875'),
(91703,82,15717,NULL,491,2,'2026-01-22 14:41:59','2026-01-22 14:41:59','62177391-ff67-4950-a60b-1b47099f14ee'),
(91704,47,15717,NULL,12408,1,'2026-01-22 14:41:59','2026-01-22 14:41:59','c06f9f2b-fbdf-41ce-b48d-2a3d01a50fc7'),
(91705,57,15717,NULL,8132,1,'2026-01-22 14:41:59','2026-01-22 14:41:59','330443fd-1548-4923-bd60-642994a468b7'),
(91706,57,15717,NULL,8136,2,'2026-01-22 14:41:59','2026-01-22 14:41:59','f33afac0-bbb8-4f95-be3f-5dbaee38199d'),
(91707,57,15717,NULL,8131,3,'2026-01-22 14:41:59','2026-01-22 14:41:59','6a4da76c-15d8-4ee4-a587-a0b69e80018e'),
(91708,57,15717,NULL,8134,4,'2026-01-22 14:41:59','2026-01-22 14:41:59','a8316dde-f55c-4b35-bb59-e0b4dd9ec699'),
(91709,57,15717,NULL,8135,5,'2026-01-22 14:41:59','2026-01-22 14:41:59','9a4f822d-afad-4a78-9f7d-f465d9aa902d'),
(91736,32,15719,NULL,2610,1,'2026-01-22 14:43:02','2026-01-22 14:43:02','abdf8d9b-cc48-4dd2-90eb-eef28050b076'),
(91737,32,15719,NULL,2598,2,'2026-01-22 14:43:02','2026-01-22 14:43:02','8d799998-fff3-4dcb-8e0d-8217b17eef92'),
(91738,32,15719,NULL,2600,3,'2026-01-22 14:43:02','2026-01-22 14:43:02','80069e2f-ec16-45f8-b328-ca6f7108890b'),
(91739,32,15719,NULL,2604,4,'2026-01-22 14:43:02','2026-01-22 14:43:02','c8b436bb-f430-438d-9192-4e14ff9b9773'),
(91740,32,15719,NULL,2608,5,'2026-01-22 14:43:02','2026-01-22 14:43:02','d8cee797-8781-416b-87a6-e2ffaeac283d'),
(91741,32,15719,NULL,2596,6,'2026-01-22 14:43:02','2026-01-22 14:43:02','3711767a-d3da-4b8f-b3d8-e662abfebec7'),
(91742,32,15719,NULL,2602,7,'2026-01-22 14:43:02','2026-01-22 14:43:02','b1fbd18e-9e69-41ae-b2e3-c6e8daea2671'),
(91743,32,15719,NULL,2606,8,'2026-01-22 14:43:02','2026-01-22 14:43:02','2dcf2327-daa8-431c-82d5-beaf1fb33d31'),
(91744,32,15719,NULL,2612,9,'2026-01-22 14:43:02','2026-01-22 14:43:02','5f55fd4a-d430-48a1-a1a6-432f742e9dc3'),
(91745,16,15719,NULL,9420,1,'2026-01-22 14:43:02','2026-01-22 14:43:02','f67711c8-69f0-404d-b6f3-f4e6300816fa'),
(91746,7,15719,NULL,6547,1,'2026-01-22 14:43:02','2026-01-22 14:43:02','e21181f4-3e21-4583-b58a-d3cd2a280765'),
(91747,7,15719,NULL,601,2,'2026-01-22 14:43:02','2026-01-22 14:43:02','8e9c3029-5531-43a4-97ae-3414e0b83354'),
(91748,7,15719,NULL,617,3,'2026-01-22 14:43:02','2026-01-22 14:43:02','e85e7ad0-4d08-4d56-b6eb-103a6ac90e51'),
(91749,7,15719,NULL,605,4,'2026-01-22 14:43:02','2026-01-22 14:43:02','d3021b2f-7e4e-4764-84d2-16a1e3a0eef9'),
(91750,7,15719,NULL,9552,5,'2026-01-22 14:43:02','2026-01-22 14:43:02','1ca2e59d-c57e-4a27-8de9-1a3318af8453'),
(91751,82,15719,NULL,491,1,'2026-01-22 14:43:02','2026-01-22 14:43:02','95f0e427-f657-4e5d-a6e7-8a424a7904b7'),
(91752,47,15719,NULL,12413,1,'2026-01-22 14:43:02','2026-01-22 14:43:02','e43d9969-ef14-405d-8e29-e41f888ef6e0'),
(91753,57,15719,NULL,8141,1,'2026-01-22 14:43:02','2026-01-22 14:43:02','511f1f5d-2942-417a-a145-4e6e76b0e101'),
(91754,57,15719,NULL,5129,2,'2026-01-22 14:43:02','2026-01-22 14:43:02','71dc4726-7396-40a7-9f91-3ee61c1a7ce5'),
(91755,57,15719,NULL,5127,3,'2026-01-22 14:43:02','2026-01-22 14:43:02','8a111926-a68c-4233-9d00-708492a389eb'),
(91756,57,15719,NULL,8142,4,'2026-01-22 14:43:02','2026-01-22 14:43:02','ce0ef735-e6f1-4564-ac50-7c35e256d529'),
(91757,57,15719,NULL,9423,5,'2026-01-22 14:43:02','2026-01-22 14:43:02','c80e8167-9656-4da4-bb0e-b10562d9855b'),
(91758,57,15719,NULL,9424,6,'2026-01-22 14:43:02','2026-01-22 14:43:02','b8b201b8-0243-4a46-a8a9-2a441461dfc9'),
(91759,57,15719,NULL,9425,7,'2026-01-22 14:43:02','2026-01-22 14:43:02','4f277b73-38f9-4998-b563-43c8e75e3e80'),
(91760,57,15719,NULL,9426,8,'2026-01-22 14:43:02','2026-01-22 14:43:02','97fae2c2-4603-4988-964b-e2bf5414ef50'),
(91761,57,15719,NULL,9427,9,'2026-01-22 14:43:02','2026-01-22 14:43:02','a5d811e8-e0b0-49c3-90d9-a387eb0cee79'),
(91785,32,15721,NULL,2610,1,'2026-01-22 14:44:12','2026-01-22 14:44:12','aa514dae-77ab-4d5a-8ac3-c83a4301307e'),
(91786,32,15721,NULL,2598,2,'2026-01-22 14:44:12','2026-01-22 14:44:12','9f5f5bf3-9e37-40a2-a56a-7735ac9676ac'),
(91787,32,15721,NULL,2600,3,'2026-01-22 14:44:12','2026-01-22 14:44:12','0e769904-2406-43df-8cb1-b225a6cb6ffb'),
(91788,32,15721,NULL,2604,4,'2026-01-22 14:44:12','2026-01-22 14:44:12','56b4bf7c-8fd6-48f2-a2d1-97693f1eaafd'),
(91789,32,15721,NULL,2614,5,'2026-01-22 14:44:12','2026-01-22 14:44:12','d11482e8-c6ca-4abb-83c1-86523b0108f1'),
(91790,32,15721,NULL,2608,6,'2026-01-22 14:44:12','2026-01-22 14:44:12','05aa3aab-f451-47ba-bc3f-fb527ab333c1'),
(91791,32,15721,NULL,2596,7,'2026-01-22 14:44:12','2026-01-22 14:44:12','867f1aad-fdd8-4bfd-a728-768381174d80'),
(91792,32,15721,NULL,2602,8,'2026-01-22 14:44:12','2026-01-22 14:44:12','94075683-e293-4981-a6a1-e053ed5b1af5'),
(91793,32,15721,NULL,2606,9,'2026-01-22 14:44:12','2026-01-22 14:44:12','a1ec6db2-55ba-4a4c-a288-3a78c5e34336'),
(91794,32,15721,NULL,2612,10,'2026-01-22 14:44:12','2026-01-22 14:44:12','ebafce49-107e-41a7-9403-313d68d41109'),
(91795,16,15721,NULL,4017,1,'2026-01-22 14:44:12','2026-01-22 14:44:12','4e91985c-dc9f-4ca0-8734-90f0aaf71c66'),
(91796,7,15721,NULL,3468,1,'2026-01-22 14:44:12','2026-01-22 14:44:12','25aa5dc2-9843-400a-8841-acb200d9748a'),
(91797,7,15721,NULL,2969,2,'2026-01-22 14:44:12','2026-01-22 14:44:12','249d85da-eb5e-4083-b2e5-77cbea432bb1'),
(91798,7,15721,NULL,617,3,'2026-01-22 14:44:12','2026-01-22 14:44:12','d8e98339-2303-44b9-bb3a-ac6231e34851'),
(91799,7,15721,NULL,9724,4,'2026-01-22 14:44:12','2026-01-22 14:44:12','7451a783-dc5e-4ca4-bc2a-40c36eb8e15d'),
(91800,7,15721,NULL,2972,5,'2026-01-22 14:44:12','2026-01-22 14:44:12','4fe0b88b-1983-4e8d-97fa-e9a59109ec1a'),
(91801,7,15721,NULL,605,6,'2026-01-22 14:44:12','2026-01-22 14:44:12','c093314b-f0e6-4307-8df2-86fe173dff96'),
(91802,7,15721,NULL,9552,7,'2026-01-22 14:44:12','2026-01-22 14:44:12','1c53d728-3618-4c7a-bc76-46a5d278f5bc'),
(91803,47,15721,NULL,12418,1,'2026-01-22 14:44:12','2026-01-22 14:44:12','44c2f856-1c99-4200-a114-5d066e90003c'),
(91804,57,15721,NULL,8163,1,'2026-01-22 14:44:12','2026-01-22 14:44:12','d478073f-d332-473b-bfae-c842eb8249ab'),
(91805,57,15721,NULL,8162,2,'2026-01-22 14:44:12','2026-01-22 14:44:12','2db87ea4-f9d7-4353-9587-44ba37e2229a'),
(91806,57,15721,NULL,8164,3,'2026-01-22 14:44:12','2026-01-22 14:44:12','f49baaf6-3f49-4658-9a28-6b5673acf8ff'),
(91807,57,15721,NULL,8165,4,'2026-01-22 14:44:12','2026-01-22 14:44:12','778d440d-44de-423b-8d51-569fa6db1fae'),
(91833,32,15723,NULL,2610,1,'2026-01-22 14:45:46','2026-01-22 14:45:46','7ea90e16-4fef-4336-8eb1-6e1a70dc0416'),
(91834,32,15723,NULL,2598,2,'2026-01-22 14:45:46','2026-01-22 14:45:46','9bb70e83-e716-4632-96d9-18f9e0c785a8'),
(91835,32,15723,NULL,2600,3,'2026-01-22 14:45:46','2026-01-22 14:45:46','943706c7-9756-408a-ad80-f6447795ace3'),
(91836,32,15723,NULL,2602,4,'2026-01-22 14:45:46','2026-01-22 14:45:46','a5001f9d-c265-42bf-9f15-edae506602f7'),
(91837,32,15723,NULL,2604,5,'2026-01-22 14:45:46','2026-01-22 14:45:46','ed541232-96fe-43ee-bd1f-d6a62c5743f7'),
(91838,32,15723,NULL,2608,6,'2026-01-22 14:45:46','2026-01-22 14:45:46','9c75d487-2f94-411f-b3d8-9efa60c0f5c4'),
(91839,32,15723,NULL,2596,7,'2026-01-22 14:45:46','2026-01-22 14:45:46','d7506775-7285-4671-ad29-158f209582b6'),
(91840,32,15723,NULL,2606,8,'2026-01-22 14:45:46','2026-01-22 14:45:46','b36ccf71-b0a4-44e8-bf10-c0d87b56e4c1'),
(91841,32,15723,NULL,2612,9,'2026-01-22 14:45:46','2026-01-22 14:45:46','e77c95d2-8c7a-4385-b9b4-81c99a0d6eb1'),
(91842,16,15723,NULL,8178,1,'2026-01-22 14:45:46','2026-01-22 14:45:46','e88ac67c-1d5d-4fd0-9643-64f8ac961caf'),
(91843,7,15723,NULL,3468,1,'2026-01-22 14:45:46','2026-01-22 14:45:46','ee430b35-4df2-4535-a3e1-84c15b9986a3'),
(91844,7,15723,NULL,601,2,'2026-01-22 14:45:46','2026-01-22 14:45:46','c3a17d3b-3f70-44b0-84ed-1070c4f4e418'),
(91845,7,15723,NULL,2974,3,'2026-01-22 14:45:46','2026-01-22 14:45:46','f878869d-aab9-4bd6-acd0-684a0febc544'),
(91846,7,15723,NULL,9640,4,'2026-01-22 14:45:46','2026-01-22 14:45:46','156e096e-4568-458b-8319-6578a558af64'),
(91847,7,15723,NULL,617,5,'2026-01-22 14:45:46','2026-01-22 14:45:46','25d10d59-6add-4f9e-9d31-50bf66c5e98e'),
(91848,7,15723,NULL,9724,6,'2026-01-22 14:45:46','2026-01-22 14:45:46','6a4b1af4-e6ef-44c0-9137-0de4df86698c'),
(91849,7,15723,NULL,605,7,'2026-01-22 14:45:46','2026-01-22 14:45:46','85a00901-3c9d-408c-8269-133875d3cee0'),
(91850,7,15723,NULL,9552,8,'2026-01-22 14:45:46','2026-01-22 14:45:46','3c448ee5-f806-4619-b118-2058028b18d0'),
(91851,82,15723,NULL,491,1,'2026-01-22 14:45:46','2026-01-22 14:45:46','a74201ee-1329-454c-9772-4ffac2bcf469'),
(91852,47,15723,NULL,12425,1,'2026-01-22 14:45:46','2026-01-22 14:45:46','47b54e7c-196b-43e9-8acd-dc403c1ceee7'),
(91853,57,15723,NULL,8175,1,'2026-01-22 14:45:46','2026-01-22 14:45:46','2379b725-6e89-48c1-80ad-a4c92e3385df'),
(91854,57,15723,NULL,8194,2,'2026-01-22 14:45:46','2026-01-22 14:45:46','6a9acb72-debf-4fa0-9ac3-b3e589da5fb7'),
(91855,57,15723,NULL,8174,3,'2026-01-22 14:45:46','2026-01-22 14:45:46','931c15da-5218-4b91-8343-96da25412613'),
(91856,57,15723,NULL,8177,4,'2026-01-22 14:45:46','2026-01-22 14:45:46','3125ff68-8904-4653-81cd-7dc3b7b78372'),
(91879,32,15725,NULL,2614,1,'2026-01-22 14:46:34','2026-01-22 14:46:34','003d7b61-7308-4d9d-b403-0e399b0c00ab'),
(91880,32,15725,NULL,2610,2,'2026-01-22 14:46:34','2026-01-22 14:46:34','7860b037-bd8a-4c48-b81d-35b08bdebeeb'),
(91881,32,15725,NULL,2598,3,'2026-01-22 14:46:34','2026-01-22 14:46:34','c6b9bea2-30c8-4a82-916b-7916344d1957'),
(91882,32,15725,NULL,2600,4,'2026-01-22 14:46:34','2026-01-22 14:46:34','8e4161b5-fa70-4598-b71e-60aef3609a34'),
(91883,32,15725,NULL,2602,5,'2026-01-22 14:46:34','2026-01-22 14:46:34','e4a4af2f-b72e-4bf4-9bfc-a9d4736852d8'),
(91884,32,15725,NULL,2612,6,'2026-01-22 14:46:34','2026-01-22 14:46:34','5bf6f247-bb37-4a0a-9e3d-912d9d1973e8'),
(91885,32,15725,NULL,2604,7,'2026-01-22 14:46:34','2026-01-22 14:46:34','38719805-eff2-4bb7-b4ef-8365f8b1708b'),
(91886,32,15725,NULL,2608,8,'2026-01-22 14:46:34','2026-01-22 14:46:34','a76f6c12-493b-4cbb-b332-edfa03e4c04f'),
(91887,32,15725,NULL,2596,9,'2026-01-22 14:46:34','2026-01-22 14:46:34','ac37ef5b-09a8-48a7-8d41-6d4abdfa75ba'),
(91888,32,15725,NULL,2606,10,'2026-01-22 14:46:34','2026-01-22 14:46:34','077fde00-57a0-453b-bb1b-ae821c95ced4'),
(91889,16,15725,NULL,4083,1,'2026-01-22 14:46:34','2026-01-22 14:46:34','a900920e-080a-4a39-a9c3-40cc695c6485'),
(91890,7,15725,NULL,601,1,'2026-01-22 14:46:34','2026-01-22 14:46:34','5a0e4687-35a8-45ac-a4b2-1fdffc4b9447'),
(91891,7,15725,NULL,617,2,'2026-01-22 14:46:34','2026-01-22 14:46:34','24e89c24-b670-4f8e-a38a-8cec90df7412'),
(91892,7,15725,NULL,605,3,'2026-01-22 14:46:34','2026-01-22 14:46:34','9c7cc914-4670-4983-b079-e018e2b0296c'),
(91893,7,15725,NULL,9552,4,'2026-01-22 14:46:34','2026-01-22 14:46:34','71c9c9f8-1c00-4c0a-813e-7d65725037a2'),
(91894,47,15725,NULL,12421,1,'2026-01-22 14:46:34','2026-01-22 14:46:34','a4938922-9eee-4a16-b3eb-3a8927f5f8b9'),
(91895,57,15725,NULL,5056,1,'2026-01-22 14:46:34','2026-01-22 14:46:34','441d4ea3-f4da-43ed-933d-9a2142d1a137'),
(91896,57,15725,NULL,5055,2,'2026-01-22 14:46:34','2026-01-22 14:46:34','163460c0-4796-4a65-8a2e-f0e35e8c2ba4'),
(91897,57,15725,NULL,5057,3,'2026-01-22 14:46:34','2026-01-22 14:46:34','d1f58791-3d81-46e9-9501-d596ceeac35f'),
(91898,57,15725,NULL,5058,4,'2026-01-22 14:46:34','2026-01-22 14:46:34','22ce8e9f-00d2-4c1b-bd7f-d95b3cd0f510'),
(91916,32,15727,NULL,2614,1,'2026-01-22 14:47:30','2026-01-22 14:47:30','1ff1e080-45b5-4a97-bb07-6498dbc480fc'),
(91917,16,15727,NULL,8208,1,'2026-01-22 14:47:30','2026-01-22 14:47:30','7ffee7ee-b146-4b11-96dd-6edebea8487e'),
(91918,7,15727,NULL,617,1,'2026-01-22 14:47:30','2026-01-22 14:47:30','3e708329-715a-4d6d-9eb5-38f574c3cdc7'),
(91919,7,15727,NULL,9555,2,'2026-01-22 14:47:30','2026-01-22 14:47:30','b9897c93-6fca-49e1-9f8e-98322c4bd649'),
(91920,7,15727,NULL,605,3,'2026-01-22 14:47:30','2026-01-22 14:47:30','42f51f31-6e09-4fdf-a7f5-731ba26cc2d6'),
(91921,7,15727,NULL,9552,4,'2026-01-22 14:47:30','2026-01-22 14:47:30','5b716c72-ce5c-476a-976b-876fd253a6e5'),
(91922,57,15727,NULL,8218,1,'2026-01-22 14:47:30','2026-01-22 14:47:30','954bac2c-f95c-416b-ac36-6f90e2d20c1a'),
(91923,57,15727,NULL,8217,2,'2026-01-22 14:47:30','2026-01-22 14:47:30','c8ad3b49-8fbb-4025-8c3c-aeba03c5b803'),
(91924,57,15727,NULL,8211,3,'2026-01-22 14:47:30','2026-01-22 14:47:30','c6dc56dd-0f97-4091-b5f4-4346f1a6dc4f'),
(91925,57,15727,NULL,8214,4,'2026-01-22 14:47:30','2026-01-22 14:47:30','83338e29-e04a-4215-95c5-35bea25bac2f'),
(91926,57,15727,NULL,8213,5,'2026-01-22 14:47:30','2026-01-22 14:47:30','c2927d83-8a40-484c-9bef-2fd20661c002'),
(91927,57,15727,NULL,8212,6,'2026-01-22 14:47:30','2026-01-22 14:47:30','439a6af6-c4b6-4fd1-889d-7fc462d022bf'),
(91928,57,15727,NULL,8215,7,'2026-01-22 14:47:30','2026-01-22 14:47:30','31fb0af7-f18d-44e7-86fc-7ed392415551'),
(91929,74,15727,NULL,9453,1,'2026-01-22 14:47:30','2026-01-22 14:47:30','bb7ffd9f-b4a2-4576-a646-da86a8e16251'),
(91931,12,15727,NULL,12715,1,'2026-01-22 14:47:30','2026-01-22 14:47:30','ac76e5c5-2291-42cf-8f9c-e2c3315012e0'),
(91956,32,15729,NULL,2610,1,'2026-01-22 14:48:22','2026-01-22 14:48:22','1178e220-a244-46ae-9c99-15b256c06337'),
(91957,32,15729,NULL,2598,2,'2026-01-22 14:48:22','2026-01-22 14:48:22','a30500a2-ee80-4b67-b4a9-fb05242429f2'),
(91958,32,15729,NULL,2600,3,'2026-01-22 14:48:22','2026-01-22 14:48:22','6061ee21-240f-4992-8be8-15911aef4886'),
(91959,32,15729,NULL,2604,4,'2026-01-22 14:48:22','2026-01-22 14:48:22','8c189ac6-3ece-4123-99fd-3c59de171cff'),
(91960,32,15729,NULL,2608,5,'2026-01-22 14:48:22','2026-01-22 14:48:22','237f29d9-6274-4471-9ae8-8b805ba59a69'),
(91961,32,15729,NULL,2596,6,'2026-01-22 14:48:22','2026-01-22 14:48:22','6608da5b-f03d-4152-87f9-d8bbe90a7515'),
(91962,32,15729,NULL,2602,7,'2026-01-22 14:48:22','2026-01-22 14:48:22','0fdedd2c-2235-4371-a592-72019ac70310'),
(91963,32,15729,NULL,2606,8,'2026-01-22 14:48:22','2026-01-22 14:48:22','a7a1ccfb-34db-4041-b4ae-44c4a844148d'),
(91964,32,15729,NULL,2612,9,'2026-01-22 14:48:22','2026-01-22 14:48:22','4aca63d5-3064-4f36-b6b5-3dbc62132712'),
(91965,16,15729,NULL,4142,1,'2026-01-22 14:48:22','2026-01-22 14:48:22','7a658c99-e87c-446d-8c3b-429661208aae'),
(91966,7,15729,NULL,6547,1,'2026-01-22 14:48:22','2026-01-22 14:48:22','9800a3ad-78bc-47c9-9de9-1256b6e32e70'),
(91967,7,15729,NULL,601,2,'2026-01-22 14:48:22','2026-01-22 14:48:22','d143bca3-878d-4b91-b02b-caea57fa8935'),
(91968,7,15729,NULL,9724,3,'2026-01-22 14:48:22','2026-01-22 14:48:22','07af591e-4ae0-454a-bb79-88a4d85a199e'),
(91969,7,15729,NULL,2972,4,'2026-01-22 14:48:22','2026-01-22 14:48:22','1800efb3-733e-4812-8f16-6c0251e3e96f'),
(91970,7,15729,NULL,617,5,'2026-01-22 14:48:22','2026-01-22 14:48:22','0b20c5bd-ee38-4736-a34d-a59b2cb91766'),
(91971,7,15729,NULL,605,6,'2026-01-22 14:48:22','2026-01-22 14:48:22','f081fe1e-a4c7-4595-8571-24526f8a5f61'),
(91972,7,15729,NULL,9552,7,'2026-01-22 14:48:22','2026-01-22 14:48:22','39d49153-5203-4a45-a096-d850a82db0d1'),
(91973,82,15729,NULL,491,1,'2026-01-22 14:48:22','2026-01-22 14:48:22','73731d9d-bb01-4bf4-ab9f-c50d892d5a10'),
(91974,47,15729,NULL,12428,1,'2026-01-22 14:48:22','2026-01-22 14:48:22','b9d2cb20-fa12-4076-a959-e6d66029a830'),
(91975,57,15729,NULL,4955,1,'2026-01-22 14:48:22','2026-01-22 14:48:22','22adf27d-5620-4efb-b5a0-8a4de4ac4c44'),
(91976,57,15729,NULL,4956,2,'2026-01-22 14:48:22','2026-01-22 14:48:22','501f29e1-0eb5-48ab-aadb-883844c4079e'),
(91977,57,15729,NULL,4957,3,'2026-01-22 14:48:22','2026-01-22 14:48:22','e9d28936-f5b7-4d8f-a1bc-98ea4fc608e8'),
(91978,57,15729,NULL,8227,4,'2026-01-22 14:48:22','2026-01-22 14:48:22','c18e9503-5c3e-4013-835e-ca296502c439'),
(91980,32,15734,NULL,2614,1,'2026-01-22 15:04:07','2026-01-22 15:04:07','148a51e9-4970-4b51-bf36-1c0273009df0'),
(91981,32,15734,NULL,2598,2,'2026-01-22 15:04:07','2026-01-22 15:04:07','5851b716-13f0-4e81-a28e-a1888458f54b'),
(91982,32,15734,NULL,2608,3,'2026-01-22 15:04:07','2026-01-22 15:04:07','7db63b1e-7d46-465c-a806-8fb152ff3081'),
(91983,32,15734,NULL,2600,4,'2026-01-22 15:04:07','2026-01-22 15:04:07','9f50818b-3377-48d0-bd1e-e614643359f4'),
(91984,32,15734,NULL,2596,5,'2026-01-22 15:04:07','2026-01-22 15:04:07','5d0e8b34-8c7f-43d5-ae69-cc53f3548c9c'),
(91985,32,15734,NULL,2602,6,'2026-01-22 15:04:07','2026-01-22 15:04:07','f6ce21b0-49ac-4cf0-9a15-99e582f1c705'),
(91986,32,15734,NULL,2612,7,'2026-01-22 15:04:07','2026-01-22 15:04:07','99d91f3b-fa6b-4d95-be6b-fc91f8da8cae'),
(91987,32,15734,NULL,2604,8,'2026-01-22 15:04:07','2026-01-22 15:04:07','44a56055-012a-49da-94be-df00d8e2b7a6'),
(91988,16,15734,NULL,10216,1,'2026-01-22 15:04:07','2026-01-22 15:04:07','7fba5e91-0d1d-4ce2-b44e-b2fae6dc323d'),
(91989,7,15734,NULL,9732,1,'2026-01-22 15:04:07','2026-01-22 15:04:07','3ca38ae2-be82-4871-96ca-631770760580'),
(91990,7,15734,NULL,617,2,'2026-01-22 15:04:07','2026-01-22 15:04:07','4ae5f979-adc1-48f4-b8bb-94014dbe8925'),
(91991,7,15734,NULL,605,3,'2026-01-22 15:04:07','2026-01-22 15:04:07','d53798ae-e2e8-4ac4-a10e-96760a146863'),
(91992,7,15734,NULL,9552,4,'2026-01-22 15:04:07','2026-01-22 15:04:07','9c485b61-1a61-4bc5-9f6e-5e3fb7b23039'),
(91993,82,15734,NULL,479,1,'2026-01-22 15:04:07','2026-01-22 15:04:07','8d087378-0a77-4102-94ed-bc427204b1dc'),
(91994,82,15734,NULL,483,2,'2026-01-22 15:04:07','2026-01-22 15:04:07','428064b2-5869-4f11-b2a4-accdef4328f7'),
(91995,47,15734,NULL,12324,1,'2026-01-22 15:04:07','2026-01-22 15:04:07','0cb6aa8c-86ec-4953-976c-ea7951d3fe16'),
(91996,57,15734,NULL,9694,1,'2026-01-22 15:04:07','2026-01-22 15:04:07','2956dabf-c730-460d-8e62-63d2d8b1398b'),
(91997,57,15734,NULL,9692,2,'2026-01-22 15:04:07','2026-01-22 15:04:07','92fe722a-9756-4200-a37a-8680ec86cfda'),
(91998,57,15734,NULL,9693,3,'2026-01-22 15:04:07','2026-01-22 15:04:07','dd649dfa-d131-451f-a72e-77f1f677077e'),
(91999,57,15734,NULL,9685,4,'2026-01-22 15:04:07','2026-01-22 15:04:07','ab1d3e2c-a3eb-49b7-8024-7d1d75c6931d'),
(92000,57,15734,NULL,9686,5,'2026-01-22 15:04:07','2026-01-22 15:04:07','d22494b6-7cba-4ba3-b62d-df5d0f8c04a3'),
(92001,57,15734,NULL,9687,6,'2026-01-22 15:04:07','2026-01-22 15:04:07','2001ddfe-9468-46b0-98b6-e936ce1b97f0'),
(92002,57,15734,NULL,9688,7,'2026-01-22 15:04:07','2026-01-22 15:04:07','e741ed94-1cf2-4f45-9009-1bc6dc70ad3f'),
(92003,57,15734,NULL,9689,8,'2026-01-22 15:04:07','2026-01-22 15:04:07','20373ef9-c56d-4b40-9aa5-c132e6613b5c'),
(92004,57,15734,NULL,9690,9,'2026-01-22 15:04:07','2026-01-22 15:04:07','6f4fafe8-bea8-4f6c-ae3a-601382f30588'),
(92030,32,15737,NULL,2614,1,'2026-01-22 15:09:45','2026-01-22 15:09:45','472bea7b-77b6-4166-b264-aea195a022aa'),
(92031,32,15737,NULL,2598,2,'2026-01-22 15:09:45','2026-01-22 15:09:45','0f5c899f-fb61-4912-9c93-a12a3bfcfd45'),
(92032,32,15737,NULL,2608,3,'2026-01-22 15:09:45','2026-01-22 15:09:45','9b551613-e6b8-4582-9710-04d4e91d941d'),
(92033,32,15737,NULL,2600,4,'2026-01-22 15:09:45','2026-01-22 15:09:45','2ab7cd88-15c4-4a76-a365-1cc17d556ad3'),
(92034,32,15737,NULL,2596,5,'2026-01-22 15:09:45','2026-01-22 15:09:45','5599ad63-2c3a-45c9-967a-d11b707b8b4f'),
(92035,32,15737,NULL,2602,6,'2026-01-22 15:09:45','2026-01-22 15:09:45','eace600e-08c9-449a-b904-e613e1f85801'),
(92036,32,15737,NULL,2612,7,'2026-01-22 15:09:45','2026-01-22 15:09:45','d75af7da-23d6-4fa9-94b2-1836cf5746a3'),
(92037,32,15737,NULL,2604,8,'2026-01-22 15:09:45','2026-01-22 15:09:45','1186261b-964a-49e5-bcc5-c87e83d1534f'),
(92038,16,15737,NULL,10216,1,'2026-01-22 15:09:45','2026-01-22 15:09:45','9560de38-f0fa-40cf-ad96-281dd78fb6c5'),
(92039,7,15737,NULL,9732,1,'2026-01-22 15:09:45','2026-01-22 15:09:45','c101b03b-5664-42b0-a0e9-a5e954130da9'),
(92040,7,15737,NULL,617,2,'2026-01-22 15:09:45','2026-01-22 15:09:45','809de16d-594c-4411-9593-2baa8379a03f'),
(92041,7,15737,NULL,605,3,'2026-01-22 15:09:45','2026-01-22 15:09:45','83d57493-b062-419a-b354-d990d9fd0d5f'),
(92042,7,15737,NULL,9552,4,'2026-01-22 15:09:45','2026-01-22 15:09:45','6d94e7eb-b68d-4fb4-9449-7d98d37a0cad'),
(92043,82,15737,NULL,479,1,'2026-01-22 15:09:45','2026-01-22 15:09:45','60529004-c7d8-47c5-a36f-4b2d5e866fb6'),
(92044,82,15737,NULL,483,2,'2026-01-22 15:09:45','2026-01-22 15:09:45','a3453937-bcca-40af-b772-c8d7474112d6'),
(92045,47,15737,NULL,12324,1,'2026-01-22 15:09:45','2026-01-22 15:09:45','59e46131-2b48-4722-b496-d863151f5740'),
(92046,57,15737,NULL,9694,1,'2026-01-22 15:09:45','2026-01-22 15:09:45','96b5eae2-5f85-4508-b0df-3f8c2120dffc'),
(92047,57,15737,NULL,9692,2,'2026-01-22 15:09:45','2026-01-22 15:09:45','17ddab96-a86a-4f6a-a0bd-daca55c82330'),
(92048,57,15737,NULL,9693,3,'2026-01-22 15:09:45','2026-01-22 15:09:45','1f531966-f035-4aeb-9865-c2940775d91b'),
(92049,57,15737,NULL,9685,4,'2026-01-22 15:09:45','2026-01-22 15:09:45','eb02715a-2047-4edc-b737-3d023c888b0e'),
(92050,57,15737,NULL,9686,5,'2026-01-22 15:09:45','2026-01-22 15:09:45','d0f1ed9c-afd4-4340-bd5a-303e4a9b938a'),
(92051,57,15737,NULL,9687,6,'2026-01-22 15:09:45','2026-01-22 15:09:45','5df400d6-8c1f-48c7-9a4a-8db381f649d9'),
(92052,57,15737,NULL,9688,7,'2026-01-22 15:09:45','2026-01-22 15:09:45','791134f1-b3b5-49db-add9-a4b978145e02'),
(92053,57,15737,NULL,9689,8,'2026-01-22 15:09:45','2026-01-22 15:09:45','480bfe9b-8b11-4283-ac56-6da47edc01f8'),
(92054,57,15737,NULL,9690,9,'2026-01-22 15:09:45','2026-01-22 15:09:45','046590d7-f903-4f70-9ad5-4ce9a04612cf'),
(92089,32,15740,NULL,2610,1,'2026-01-22 15:12:22','2026-01-22 15:12:22','9c51b4d6-5564-4f57-a019-21a232bcdfe0'),
(92090,32,15740,NULL,2598,2,'2026-01-22 15:12:22','2026-01-22 15:12:22','0d32b1ac-3f6e-42aa-a5c2-a9bcf4e4f689'),
(92091,32,15740,NULL,2600,3,'2026-01-22 15:12:22','2026-01-22 15:12:22','a58ddbd0-c2ee-4ba8-9690-0d0a87b010ff'),
(92092,32,15740,NULL,2604,4,'2026-01-22 15:12:22','2026-01-22 15:12:22','b74894a6-b920-4b92-bdeb-b4d7de6eb38d'),
(92093,32,15740,NULL,2608,5,'2026-01-22 15:12:22','2026-01-22 15:12:22','c5bd7a1c-3f44-4b66-a720-7b7fb6ce906f'),
(92094,32,15740,NULL,2596,6,'2026-01-22 15:12:22','2026-01-22 15:12:22','ad9b0c65-3061-4ce6-b069-8387f4c6ce7c'),
(92095,32,15740,NULL,2602,7,'2026-01-22 15:12:22','2026-01-22 15:12:22','62f30257-b958-462b-842d-8dfe7b736ca4'),
(92096,32,15740,NULL,2606,8,'2026-01-22 15:12:22','2026-01-22 15:12:22','ed98e142-12a1-4337-900a-0efb1b5f3823'),
(92097,32,15740,NULL,2612,9,'2026-01-22 15:12:22','2026-01-22 15:12:22','223b65d7-c58a-4ce6-bea5-7c92008c8b1c'),
(92098,16,15740,NULL,3374,1,'2026-01-22 15:12:22','2026-01-22 15:12:22','71c3d359-4e72-4d15-a0a0-e755c6e43e33'),
(92099,7,15740,NULL,3468,1,'2026-01-22 15:12:22','2026-01-22 15:12:22','d6f7fd1b-ccf9-49b1-b987-ef16f4ebc39a'),
(92100,7,15740,NULL,9732,2,'2026-01-22 15:12:22','2026-01-22 15:12:22','9edafc53-1c36-4aa7-88b5-72edb6d1adb6'),
(92101,7,15740,NULL,617,3,'2026-01-22 15:12:22','2026-01-22 15:12:22','e58b877c-002a-4ea7-8789-e962d790190f'),
(92102,7,15740,NULL,605,4,'2026-01-22 15:12:22','2026-01-22 15:12:22','9264d6e8-245a-4ac7-94b3-29fdc135c944'),
(92103,7,15740,NULL,9552,5,'2026-01-22 15:12:22','2026-01-22 15:12:22','743955af-5518-4013-889d-c396b32bb840'),
(92104,82,15740,NULL,469,1,'2026-01-22 15:12:22','2026-01-22 15:12:22','ca72082a-e713-4321-902c-2fa3310cdf97'),
(92105,82,15740,NULL,475,2,'2026-01-22 15:12:22','2026-01-22 15:12:22','22885016-88cc-4198-9dd3-b3f9cde39b00'),
(92106,82,15740,NULL,479,3,'2026-01-22 15:12:22','2026-01-22 15:12:22','83d3d65f-101d-42d7-8e06-280743d3c96c'),
(92107,82,15740,NULL,491,4,'2026-01-22 15:12:22','2026-01-22 15:12:22','faf18325-d67f-4e02-a6e5-c9f38807221e'),
(92108,47,15740,NULL,12333,1,'2026-01-22 15:12:22','2026-01-22 15:12:22','2459e485-752b-4004-a538-8a4b94d9c345'),
(92109,57,15740,NULL,3362,1,'2026-01-22 15:12:22','2026-01-22 15:12:22','e5f1cd23-296d-4610-b72e-52cb17a5b7e0'),
(92110,57,15740,NULL,3363,2,'2026-01-22 15:12:22','2026-01-22 15:12:22','c92500ab-594a-47fd-a22a-489107523105'),
(92111,57,15740,NULL,3364,3,'2026-01-22 15:12:22','2026-01-22 15:12:22','f131ea03-d8c5-464f-ae9b-c748f5c80c47'),
(92112,57,15740,NULL,3365,4,'2026-01-22 15:12:22','2026-01-22 15:12:22','da4e10d2-a5d2-4145-9d9d-6d4d60656e02'),
(92113,57,15740,NULL,3366,5,'2026-01-22 15:12:22','2026-01-22 15:12:22','45dc33b4-2b95-49a0-b3b7-893272693ffd'),
(92114,57,15740,NULL,3367,6,'2026-01-22 15:12:22','2026-01-22 15:12:22','8b9093e2-fb8d-4129-92eb-275556ca5820'),
(92115,57,15740,NULL,3368,7,'2026-01-22 15:12:22','2026-01-22 15:12:22','f38bbb45-e062-4b71-b29d-b4144e79a2b4'),
(92116,57,15740,NULL,3369,8,'2026-01-22 15:12:22','2026-01-22 15:12:22','bef64468-f703-4cb9-8bb1-8f2744a5b20f'),
(92117,57,15740,NULL,3370,9,'2026-01-22 15:12:22','2026-01-22 15:12:22','403917b5-8133-4866-a919-c4699502e0d6'),
(92118,57,15740,NULL,3371,10,'2026-01-22 15:12:22','2026-01-22 15:12:22','455f5cc6-60f0-4426-8e75-5ca1596556df'),
(92119,57,15740,NULL,3372,11,'2026-01-22 15:12:22','2026-01-22 15:12:22','0240b99f-7163-4f37-956c-45fe11ece531'),
(92120,57,15740,NULL,3373,12,'2026-01-22 15:12:22','2026-01-22 15:12:22','ab657c21-c602-49e2-ba2f-c22ad0721730'),
(92121,57,15740,NULL,3374,13,'2026-01-22 15:12:22','2026-01-22 15:12:22','d0c9cda6-b7f4-46eb-9771-6f83b2af7801'),
(92122,72,15740,NULL,548,1,'2026-01-22 15:12:22','2026-01-22 15:12:22','c8cef85d-199c-401b-8044-05da7a8b36a6'),
(92148,32,15742,NULL,2614,1,'2026-01-22 15:14:08','2026-01-22 15:14:08','b5a05b03-001c-40f8-b091-fbf6154d9ae8'),
(92149,32,15742,NULL,2610,2,'2026-01-22 15:14:08','2026-01-22 15:14:08','98ceea44-26ff-4af3-a598-977d261591df'),
(92150,32,15742,NULL,2598,3,'2026-01-22 15:14:08','2026-01-22 15:14:08','6be3f44f-382b-4976-8e43-d373ddc8f355'),
(92151,32,15742,NULL,2608,4,'2026-01-22 15:14:08','2026-01-22 15:14:08','8868d0a0-b460-4b40-b5af-00d13047de65'),
(92152,32,15742,NULL,2600,5,'2026-01-22 15:14:08','2026-01-22 15:14:08','40f4c47e-3c4e-423e-beb7-ca34ef8c5fa1'),
(92153,32,15742,NULL,2596,6,'2026-01-22 15:14:08','2026-01-22 15:14:08','04180170-b137-4f43-acaf-89470a3d4ba5'),
(92154,32,15742,NULL,2602,7,'2026-01-22 15:14:08','2026-01-22 15:14:08','a5b4be48-9a9f-4287-be87-f4f700779445'),
(92155,32,15742,NULL,2612,8,'2026-01-22 15:14:08','2026-01-22 15:14:08','94304f1e-3629-4da3-a255-88baeb831b93'),
(92156,32,15742,NULL,2604,9,'2026-01-22 15:14:08','2026-01-22 15:14:08','c036b33f-143a-44a7-a149-cdf2c47f7e8d'),
(92157,32,15742,NULL,2606,10,'2026-01-22 15:14:08','2026-01-22 15:14:08','5df90517-0afb-4219-b933-f98dfebf38c6'),
(92158,16,15742,NULL,9238,1,'2026-01-22 15:14:08','2026-01-22 15:14:08','b8448245-600f-428a-aacd-1dc58dc54dfc'),
(92159,7,15742,NULL,3468,1,'2026-01-22 15:14:08','2026-01-22 15:14:08','40775550-8d4f-4ef2-aba6-71896921ec04'),
(92160,7,15742,NULL,601,2,'2026-01-22 15:14:08','2026-01-22 15:14:08','171f6112-462a-4535-989f-ea8126ec4f39'),
(92161,7,15742,NULL,617,3,'2026-01-22 15:14:08','2026-01-22 15:14:08','0ef6bc36-8af4-4299-89e8-d7f048130436'),
(92162,7,15742,NULL,9552,4,'2026-01-22 15:14:08','2026-01-22 15:14:08','0fcbbd6e-8160-4b54-9615-4990fb46e176'),
(92163,7,15742,NULL,605,5,'2026-01-22 15:14:08','2026-01-22 15:14:08','07089c1b-6032-43b2-8783-8f523ab34cf8'),
(92164,82,15742,NULL,479,1,'2026-01-22 15:14:08','2026-01-22 15:14:08','04cc72e6-737a-4503-8412-cc8a6f7de625'),
(92165,47,15742,NULL,12374,1,'2026-01-22 15:14:08','2026-01-22 15:14:08','af69d19a-3e58-4fcc-bc5e-7c188b45b76a'),
(92166,57,15742,NULL,9244,1,'2026-01-22 15:14:08','2026-01-22 15:14:08','5d14e5fd-a82d-47f0-b5ee-497e53c0e3d9'),
(92167,57,15742,NULL,9250,2,'2026-01-22 15:14:08','2026-01-22 15:14:08','aff744bf-15f0-4726-8eff-4457194867c6'),
(92168,57,15742,NULL,9245,3,'2026-01-22 15:14:08','2026-01-22 15:14:08','df50a414-2dfc-43a5-9983-a3de9f5dbbb7'),
(92169,57,15742,NULL,9246,4,'2026-01-22 15:14:08','2026-01-22 15:14:08','fbe9486f-a310-434d-8dc8-0363226b5d9c'),
(92170,57,15742,NULL,9247,5,'2026-01-22 15:14:08','2026-01-22 15:14:08','5d343297-e9fa-42a8-b142-38dc3b220c71'),
(92171,57,15742,NULL,9248,6,'2026-01-22 15:14:08','2026-01-22 15:14:08','cd40d451-7bf1-49bb-9918-6f42d88a4346'),
(92172,57,15742,NULL,9249,7,'2026-01-22 15:14:08','2026-01-22 15:14:08','f3554d97-8649-4472-b916-c83541e3aad7'),
(92200,32,15745,NULL,2614,1,'2026-01-22 15:15:38','2026-01-22 15:15:38','352be884-9afe-4c69-97dd-0f893dee308c'),
(92201,32,15745,NULL,2610,2,'2026-01-22 15:15:38','2026-01-22 15:15:38','8fe7ad82-6261-4d34-8f0b-41cd9ccd660f'),
(92202,32,15745,NULL,2598,3,'2026-01-22 15:15:38','2026-01-22 15:15:38','dfd18776-798c-40ae-8936-d6b873c4ec07'),
(92203,32,15745,NULL,2608,4,'2026-01-22 15:15:38','2026-01-22 15:15:38','6483041a-3cac-48f0-9858-bcb3a0933936'),
(92204,32,15745,NULL,2624,5,'2026-01-22 15:15:38','2026-01-22 15:15:38','068d0ba1-367a-4516-9a42-78c42a3480b3'),
(92205,32,15745,NULL,2600,6,'2026-01-22 15:15:38','2026-01-22 15:15:38','0c19e527-f55c-418c-bfdf-a8bccf97c9d2'),
(92206,32,15745,NULL,2596,7,'2026-01-22 15:15:38','2026-01-22 15:15:38','42e9f12d-3ae9-456b-b6f2-89018a3a0f78'),
(92207,32,15745,NULL,2602,8,'2026-01-22 15:15:38','2026-01-22 15:15:38','5af7eb59-8422-43b3-b9b0-2e3d083a3c6b'),
(92208,32,15745,NULL,2606,9,'2026-01-22 15:15:38','2026-01-22 15:15:38','b779ab33-05d0-445b-a7f5-3c32d021a6cf'),
(92209,32,15745,NULL,2612,10,'2026-01-22 15:15:38','2026-01-22 15:15:38','af82538a-f1e3-4bd5-b5f7-982e554d2a77'),
(92210,32,15745,NULL,2604,11,'2026-01-22 15:15:38','2026-01-22 15:15:38','272c803f-4467-4a04-bd85-d9b5b46ebd58'),
(92211,16,15745,NULL,10210,1,'2026-01-22 15:15:38','2026-01-22 15:15:38','840c5804-0272-4180-880d-af287364f505'),
(92212,7,15745,NULL,2969,1,'2026-01-22 15:15:38','2026-01-22 15:15:38','afc84fa7-d1cd-4422-b7ad-f4383113315c'),
(92213,7,15745,NULL,617,2,'2026-01-22 15:15:38','2026-01-22 15:15:38','fa26fece-54b7-4a64-9a49-9a35d84e54eb'),
(92214,7,15745,NULL,605,3,'2026-01-22 15:15:38','2026-01-22 15:15:38','0702ca76-5fbf-4d51-b28a-5f719b3dd652'),
(92215,7,15745,NULL,9552,4,'2026-01-22 15:15:38','2026-01-22 15:15:38','378b2a6a-92f8-43c3-a84e-e805b1e55add'),
(92216,46,15745,NULL,2891,1,'2026-01-22 15:15:38','2026-01-22 15:15:38','fa29baf2-9e75-43c4-830a-56d909bbd240'),
(92217,47,15745,NULL,12339,1,'2026-01-22 15:15:38','2026-01-22 15:15:38','083b8b98-4629-45f1-8cdc-ec95de84fec4'),
(92218,57,15745,NULL,9148,1,'2026-01-22 15:15:38','2026-01-22 15:15:38','41071eb7-f701-4956-bdf3-103d24510057'),
(92219,57,15745,NULL,9145,2,'2026-01-22 15:15:38','2026-01-22 15:15:38','2968c3de-d805-46f3-ad6a-04f516fc93fa'),
(92220,57,15745,NULL,9149,3,'2026-01-22 15:15:38','2026-01-22 15:15:38','b91b3d18-bd48-457f-b116-7c296de62328'),
(92221,57,15745,NULL,9150,4,'2026-01-22 15:15:38','2026-01-22 15:15:38','9ee3af09-930a-453e-952c-4c58ddcb2e89'),
(92222,57,15745,NULL,9144,5,'2026-01-22 15:15:38','2026-01-22 15:15:38','16dcb69a-4c1b-4ea4-81ae-c94415d3082c'),
(92223,57,15745,NULL,9146,6,'2026-01-22 15:15:38','2026-01-22 15:15:38','4d54cb0c-d233-4caa-9e7d-0418fe702ad4'),
(92224,57,15745,NULL,9147,7,'2026-01-22 15:15:38','2026-01-22 15:15:38','26d643e5-3c07-4532-99a6-8e819ae6e40c'),
(92225,57,15745,NULL,10213,8,'2026-01-22 15:15:38','2026-01-22 15:15:38','8307dbfe-ced8-4540-afbe-c8a60151e45d'),
(92226,13,15745,NULL,6922,1,'2026-01-22 15:15:38','2026-01-22 15:15:38','75135754-14dd-445f-9cdf-8ddf34860aa1'),
(92249,32,15751,NULL,2614,1,'2026-01-22 15:27:29','2026-01-22 15:27:29','2ac36c50-214a-480e-8872-c65c225aa453'),
(92250,32,15751,NULL,2610,2,'2026-01-22 15:27:29','2026-01-22 15:27:29','995be6aa-fe1d-4558-9ea1-5b9afcad5013'),
(92251,32,15751,NULL,2598,3,'2026-01-22 15:27:29','2026-01-22 15:27:29','08228a87-c052-45a6-a5ba-4e5db3ce60c9'),
(92252,32,15751,NULL,2608,4,'2026-01-22 15:27:29','2026-01-22 15:27:29','00fca1c7-6e5c-4183-bf2d-3408b60bb97e'),
(92253,32,15751,NULL,2600,5,'2026-01-22 15:27:29','2026-01-22 15:27:29','e5de3864-7bee-4c31-83ea-0136ffd69185'),
(92254,32,15751,NULL,2596,6,'2026-01-22 15:27:29','2026-01-22 15:27:29','00775741-d5fe-4f1b-b41c-f788e9e2c23c'),
(92255,32,15751,NULL,2602,7,'2026-01-22 15:27:29','2026-01-22 15:27:29','e3a0aeee-a87c-418b-a2b2-50dda3cafd3f'),
(92256,32,15751,NULL,2612,8,'2026-01-22 15:27:29','2026-01-22 15:27:29','ab2827ca-6a01-4fcd-93cd-ef6a432ab495'),
(92257,32,15751,NULL,2604,9,'2026-01-22 15:27:29','2026-01-22 15:27:29','decad122-5839-4269-a680-3ca2653604d4'),
(92258,32,15751,NULL,2606,10,'2026-01-22 15:27:29','2026-01-22 15:27:29','0dbdd962-fd96-4744-be39-a3bdc06274b0'),
(92259,16,15751,NULL,9155,1,'2026-01-22 15:27:29','2026-01-22 15:27:29','e3069402-c70d-4a6c-99b3-0e18a03dabd7'),
(92260,7,15751,NULL,605,1,'2026-01-22 15:27:29','2026-01-22 15:27:29','d6b15464-d803-4eda-b6f2-723d46788b86'),
(92261,7,15751,NULL,617,2,'2026-01-22 15:27:29','2026-01-22 15:27:29','97b387b0-77d2-4b35-b46e-eb3d601704cd'),
(92262,7,15751,NULL,9552,3,'2026-01-22 15:27:29','2026-01-22 15:27:29','90f46cdf-cc8c-4057-9731-4621a4ca0e09'),
(92263,82,15751,NULL,479,1,'2026-01-22 15:27:29','2026-01-22 15:27:29','241f794f-81de-4448-88d0-73af83257074'),
(92264,47,15751,NULL,12342,1,'2026-01-22 15:27:29','2026-01-22 15:27:29','d9081f4a-2282-428b-baf5-8ca23a0c11ed'),
(92265,57,15751,NULL,9160,1,'2026-01-22 15:27:29','2026-01-22 15:27:29','af7aaf4e-4ebc-4ab0-9e10-8c99356bb0b7'),
(92266,57,15751,NULL,9162,2,'2026-01-22 15:27:29','2026-01-22 15:27:29','6851b9ca-4cff-415e-b528-66e709f26199'),
(92267,57,15751,NULL,9164,3,'2026-01-22 15:27:29','2026-01-22 15:27:29','d7755d63-55df-443f-86dc-1c352d03bac1'),
(92268,57,15751,NULL,9163,4,'2026-01-22 15:27:29','2026-01-22 15:27:29','f94df921-799e-4299-b07e-d036c9cb494e'),
(92269,57,15751,NULL,9161,5,'2026-01-22 15:27:29','2026-01-22 15:27:29','a2916365-d2c4-447f-9e3b-650900c2321b'),
(92270,57,15751,NULL,9165,6,'2026-01-22 15:27:29','2026-01-22 15:27:29','774bda71-d5a6-48cd-8eae-b80353dcecb2'),
(92302,32,15753,NULL,2614,1,'2026-01-22 15:36:49','2026-01-22 15:36:49','477c7d1b-6363-4f24-b78c-39bd6b2757cf'),
(92303,32,15753,NULL,2610,2,'2026-01-22 15:36:49','2026-01-22 15:36:49','32748b01-de98-448b-87c3-fcd25c749ba5'),
(92304,32,15753,NULL,2598,3,'2026-01-22 15:36:49','2026-01-22 15:36:49','0f92319f-a311-4532-a9aa-f7b0fb0cf19f'),
(92305,32,15753,NULL,2608,4,'2026-01-22 15:36:49','2026-01-22 15:36:49','5120bd0f-28eb-4008-b40e-444cc469e356'),
(92306,32,15753,NULL,2600,5,'2026-01-22 15:36:49','2026-01-22 15:36:49','52540867-4f75-4739-ad4d-96d17db0d5ba'),
(92307,32,15753,NULL,2596,6,'2026-01-22 15:36:49','2026-01-22 15:36:49','9e94f885-512e-46e1-aa8e-88d8c4138925'),
(92308,32,15753,NULL,2602,7,'2026-01-22 15:36:49','2026-01-22 15:36:49','472e10e3-c45a-4645-b900-a7b45aa381fe'),
(92309,32,15753,NULL,2612,8,'2026-01-22 15:36:49','2026-01-22 15:36:49','15fe413c-ebbd-4fc0-ba46-f027b2c9f8e7'),
(92310,32,15753,NULL,2606,9,'2026-01-22 15:36:49','2026-01-22 15:36:49','3e61b1b4-c25b-4981-a4af-d9f1fd4c4d76'),
(92311,16,15753,NULL,9749,1,'2026-01-22 15:36:49','2026-01-22 15:36:49','62de7f99-991d-4470-9912-e274bf02e2f2'),
(92312,7,15753,NULL,6547,1,'2026-01-22 15:36:49','2026-01-22 15:36:49','c2de3219-f9a9-49d2-84d8-91d16a828268'),
(92313,7,15753,NULL,9732,2,'2026-01-22 15:36:49','2026-01-22 15:36:49','f3022b80-3e46-4367-b2ab-b862c3bd2ed8'),
(92314,7,15753,NULL,9735,3,'2026-01-22 15:36:49','2026-01-22 15:36:49','15223dd9-56ae-4e78-be0e-a67bc7790c13'),
(92315,7,15753,NULL,9640,4,'2026-01-22 15:36:49','2026-01-22 15:36:49','7946c27a-ebba-4b23-a08c-9f59b102fc7f'),
(92316,7,15753,NULL,617,5,'2026-01-22 15:36:49','2026-01-22 15:36:49','ea71b3ed-8cb2-448f-8adc-0f29a0036c7e'),
(92317,7,15753,NULL,605,6,'2026-01-22 15:36:49','2026-01-22 15:36:49','b41d05e7-da4c-4460-a6e7-5b6c3efa82ea'),
(92318,7,15753,NULL,9552,7,'2026-01-22 15:36:49','2026-01-22 15:36:49','91a240c7-5ecb-4ff2-8d27-5e1801c2c78d'),
(92319,82,15753,NULL,477,1,'2026-01-22 15:36:49','2026-01-22 15:36:49','afc52033-bb6b-48d9-9726-ae0a0bdbe502'),
(92320,82,15753,NULL,479,2,'2026-01-22 15:36:49','2026-01-22 15:36:49','d913b0b6-ccaa-4242-a7fd-207012738d14'),
(92321,47,15753,NULL,12344,1,'2026-01-22 15:36:49','2026-01-22 15:36:49','c9fd8d3d-634b-46e5-88f6-a86395f4af74'),
(92322,57,15753,NULL,9804,1,'2026-01-22 15:36:49','2026-01-22 15:36:49','4649df64-6f76-4456-84c9-22e5e04b34d7'),
(92323,57,15753,NULL,9811,2,'2026-01-22 15:36:49','2026-01-22 15:36:49','e5387655-8a6b-4b7e-b07a-a4816dd6dd43'),
(92324,57,15753,NULL,9805,3,'2026-01-22 15:36:49','2026-01-22 15:36:49','90bc91d3-a151-4093-96e0-836c6acd6610'),
(92325,57,15753,NULL,9806,4,'2026-01-22 15:36:49','2026-01-22 15:36:49','7e978a34-bd13-4b54-aad7-46f21c577116'),
(92326,57,15753,NULL,9807,5,'2026-01-22 15:36:49','2026-01-22 15:36:49','816e43db-9857-4552-b75e-8575c8072f55'),
(92327,57,15753,NULL,9800,6,'2026-01-22 15:36:49','2026-01-22 15:36:49','90bd1b42-64a4-45d5-a02f-ae54294326d7'),
(92328,57,15753,NULL,9808,7,'2026-01-22 15:36:49','2026-01-22 15:36:49','164c2963-2e2e-4632-8b74-d913c44df088'),
(92329,57,15753,NULL,9809,8,'2026-01-22 15:36:49','2026-01-22 15:36:49','03f25767-e64c-4e4c-81b8-e1ecc3ab5f9b'),
(92330,57,15753,NULL,9812,9,'2026-01-22 15:36:49','2026-01-22 15:36:49','493a9619-dfd3-4b39-bf80-d1959b29a38c'),
(92331,57,15753,NULL,9813,10,'2026-01-22 15:36:49','2026-01-22 15:36:49','6e22ab1e-3799-4769-8bc6-b937c03db591'),
(92332,13,15753,NULL,6925,1,'2026-01-22 15:36:49','2026-01-22 15:36:49','7f9cf9a5-42cc-4642-b850-91baed62e06e'),
(92358,32,15755,NULL,2610,1,'2026-01-22 15:41:25','2026-01-22 15:41:25','df8e6558-ee66-4816-9c1d-44db7ffbabb6'),
(92359,32,15755,NULL,2598,2,'2026-01-22 15:41:25','2026-01-22 15:41:25','b0a63a4d-4170-4ff1-b446-a3dbc0ee4d42'),
(92360,32,15755,NULL,2600,3,'2026-01-22 15:41:25','2026-01-22 15:41:25','f4d9429c-04bd-4a3c-a7b2-793ce7158e44'),
(92361,32,15755,NULL,2604,4,'2026-01-22 15:41:25','2026-01-22 15:41:25','af3b046b-23a7-4441-9f9d-b8452820b310'),
(92362,32,15755,NULL,2608,5,'2026-01-22 15:41:25','2026-01-22 15:41:25','49b68783-c0fa-4889-90ab-e910f5750892'),
(92363,32,15755,NULL,2596,6,'2026-01-22 15:41:25','2026-01-22 15:41:25','3c12e398-6ea2-4e95-b6f6-1540d2461d8c'),
(92364,32,15755,NULL,2602,7,'2026-01-22 15:41:25','2026-01-22 15:41:25','484113b4-b278-4cfb-8ad3-341b617059ca'),
(92365,32,15755,NULL,2606,8,'2026-01-22 15:41:25','2026-01-22 15:41:25','e325fb3c-1cda-407d-9724-bb97e7ab2b82'),
(92366,32,15755,NULL,2612,9,'2026-01-22 15:41:25','2026-01-22 15:41:25','e98bd24a-98ca-414f-95c0-0a6ef5ff093a'),
(92367,16,15755,NULL,9219,1,'2026-01-22 15:41:25','2026-01-22 15:41:25','9b9f8475-513a-45c5-bcbf-2b139db069be'),
(92368,7,15755,NULL,601,1,'2026-01-22 15:41:25','2026-01-22 15:41:25','1d476ebe-189f-43db-87d7-0f38f24392b6'),
(92369,7,15755,NULL,605,2,'2026-01-22 15:41:25','2026-01-22 15:41:25','fbd56eec-d297-41c6-8d80-ae2a953aab39'),
(92370,7,15755,NULL,617,3,'2026-01-22 15:41:25','2026-01-22 15:41:25','2ec9d833-ed69-4a04-8c8d-9b869ecadcb8'),
(92371,7,15755,NULL,9552,4,'2026-01-22 15:41:25','2026-01-22 15:41:25','7c77c121-1d17-4bbe-bdcc-0d8cd683726f'),
(92372,82,15755,NULL,469,1,'2026-01-22 15:41:25','2026-01-22 15:41:25','a60cae1f-851d-4bb6-9b9d-0a757fe6caa8'),
(92373,82,15755,NULL,475,2,'2026-01-22 15:41:25','2026-01-22 15:41:25','09c88841-5c44-4b1f-8f2e-76aa4dce6291'),
(92374,82,15755,NULL,479,3,'2026-01-22 15:41:25','2026-01-22 15:41:25','69a315e9-f79f-4d27-87c0-70180f7cdf7a'),
(92375,82,15755,NULL,491,4,'2026-01-22 15:41:25','2026-01-22 15:41:25','d82d5968-22c4-4df1-b806-3c92f4198c7b'),
(92376,47,15755,NULL,12362,1,'2026-01-22 15:41:25','2026-01-22 15:41:25','c184b555-7c6f-4f1c-a47a-ccbc697bdc49'),
(92377,57,15755,NULL,9222,1,'2026-01-22 15:41:25','2026-01-22 15:41:25','0d2aea1b-0e68-4721-a347-b1834765c6f3'),
(92378,57,15755,NULL,9223,2,'2026-01-22 15:41:25','2026-01-22 15:41:25','54ed731e-ff3f-445f-b897-ba6f206245fc'),
(92379,57,15755,NULL,9224,3,'2026-01-22 15:41:25','2026-01-22 15:41:25','d5aaf170-39cf-47a1-814b-96982198150f'),
(92380,57,15755,NULL,9225,4,'2026-01-22 15:41:25','2026-01-22 15:41:25','e0a15422-ae43-44b8-9b95-6986205251ae'),
(92381,57,15755,NULL,9226,5,'2026-01-22 15:41:25','2026-01-22 15:41:25','b71505ea-f206-4854-9b98-75b263a9c95e'),
(92382,57,15755,NULL,12288,6,'2026-01-22 15:41:25','2026-01-22 15:41:25','49b906a4-032b-4031-9c05-ea8557b9f168'),
(92415,32,15758,NULL,2614,1,'2026-01-22 15:49:42','2026-01-22 15:49:42','d1d1405e-f92a-4b04-a6f3-3508e078bb2d'),
(92416,32,15758,NULL,2610,2,'2026-01-22 15:49:42','2026-01-22 15:49:42','363447a8-b58e-4191-b622-4ef13e04dc4d'),
(92417,32,15758,NULL,2598,3,'2026-01-22 15:49:42','2026-01-22 15:49:42','13c3545b-8c0e-41a6-9717-1b02d54f2037'),
(92418,32,15758,NULL,2608,4,'2026-01-22 15:49:42','2026-01-22 15:49:42','194c97ff-e699-486d-b255-2eec1d343fb7'),
(92419,32,15758,NULL,2624,5,'2026-01-22 15:49:42','2026-01-22 15:49:42','5fdb3ede-da9c-4523-a2c9-469e62c79257'),
(92420,32,15758,NULL,2600,6,'2026-01-22 15:49:42','2026-01-22 15:49:42','526979fd-216a-4d03-9991-0b8a9d2765f4'),
(92421,32,15758,NULL,2596,7,'2026-01-22 15:49:42','2026-01-22 15:49:42','9fd566ea-4d18-41a6-a4f9-49a004eb35dc'),
(92422,32,15758,NULL,2602,8,'2026-01-22 15:49:42','2026-01-22 15:49:42','c28e85a1-e5db-46f2-94a2-f890d79ba89a'),
(92423,32,15758,NULL,2606,9,'2026-01-22 15:49:42','2026-01-22 15:49:42','35db7d31-cec9-42c9-8b78-f333dcaf0a18'),
(92424,32,15758,NULL,2612,10,'2026-01-22 15:49:42','2026-01-22 15:49:42','caed2abb-6b9f-41b1-a763-04bf5fcfd9f7'),
(92425,32,15758,NULL,2604,11,'2026-01-22 15:49:42','2026-01-22 15:49:42','bef26fa5-7d13-4325-85e2-2c04a09523b6'),
(92426,16,15758,NULL,9852,1,'2026-01-22 15:49:42','2026-01-22 15:49:42','0c9d2c4a-4f9c-4b4e-a8f6-d14789bdedda'),
(92427,7,15758,NULL,605,1,'2026-01-22 15:49:42','2026-01-22 15:49:42','d27f73c2-3159-4c3f-9021-1d32da53c633'),
(92428,7,15758,NULL,617,2,'2026-01-22 15:49:42','2026-01-22 15:49:42','fc26bba5-eab0-454c-8e53-e361a0f2af7d'),
(92429,7,15758,NULL,9552,3,'2026-01-22 15:49:42','2026-01-22 15:49:42','250acdc2-96ea-4dca-b399-4e48399ffabb'),
(92430,46,15758,NULL,2891,1,'2026-01-22 15:49:42','2026-01-22 15:49:42','0537b86c-9403-4d59-bcae-2ae8b3c8ecfc'),
(92431,47,15758,NULL,12352,1,'2026-01-22 15:49:42','2026-01-22 15:49:42','cc9e7bcd-1f0c-486d-b410-192b45363b79'),
(92432,57,15758,NULL,9861,1,'2026-01-22 15:49:42','2026-01-22 15:49:42','7a3ab798-2c8b-4224-95bc-27af6b2adc16'),
(92433,57,15758,NULL,9866,2,'2026-01-22 15:49:42','2026-01-22 15:49:42','6cba3522-a2e4-47c5-860d-988f08cfad03'),
(92434,57,15758,NULL,9865,3,'2026-01-22 15:49:42','2026-01-22 15:49:42','bd26c8c2-b919-4dde-bc63-b277e02c1ee2'),
(92435,57,15758,NULL,9862,4,'2026-01-22 15:49:42','2026-01-22 15:49:42','dcb3d8b8-ee3e-4cd7-985a-5e2a46ac3167'),
(92436,57,15758,NULL,9859,5,'2026-01-22 15:49:42','2026-01-22 15:49:42','98e4ece0-64e4-4fe4-89b7-a4af307ea1c8'),
(92437,57,15758,NULL,9864,6,'2026-01-22 15:49:42','2026-01-22 15:49:42','9aeb823d-9046-4ed7-b72e-f5c3475d81b8'),
(92438,57,15758,NULL,9868,7,'2026-01-22 15:49:42','2026-01-22 15:49:42','b6c6ffbe-4bb2-403b-977e-b25df8da7926'),
(92439,57,15758,NULL,9869,8,'2026-01-22 15:49:42','2026-01-22 15:49:42','fd48d2b8-a2d9-463f-bc17-8b895c01ad1b'),
(92440,57,15758,NULL,9870,9,'2026-01-22 15:49:42','2026-01-22 15:49:42','1ff802d9-cd93-4bbf-91fb-4eec4037928e'),
(92441,57,15758,NULL,9871,10,'2026-01-22 15:49:42','2026-01-22 15:49:42','a4d700a0-31f5-4b7f-90df-e2315893750b'),
(92442,57,15758,NULL,9872,11,'2026-01-22 15:49:42','2026-01-22 15:49:42','5a083166-3613-42a0-8a1b-a4f9568bf3da'),
(92443,57,15758,NULL,9873,12,'2026-01-22 15:49:42','2026-01-22 15:49:42','59348f46-afd8-4bf4-9e88-3428d7e18986'),
(92444,57,15758,NULL,9874,13,'2026-01-22 15:49:42','2026-01-22 15:49:42','8f03e4df-353c-48cd-b61c-e3bd07f7184a'),
(92445,57,15758,NULL,9876,14,'2026-01-22 15:49:42','2026-01-22 15:49:42','c6e824a7-e6e7-400a-9079-2f3214fa6005'),
(92446,13,15758,NULL,6927,1,'2026-01-22 15:49:42','2026-01-22 15:49:42','8aa81936-00fa-4c5d-847b-a2c9a07332c3'),
(92474,32,15760,NULL,2614,1,'2026-01-22 15:51:08','2026-01-22 15:51:08','9340e87d-7434-4f9e-a429-42e08a5f22e0'),
(92475,32,15760,NULL,2610,2,'2026-01-22 15:51:08','2026-01-22 15:51:08','4b304663-13ed-4896-a9ae-dddf252c568a'),
(92476,32,15760,NULL,2598,3,'2026-01-22 15:51:08','2026-01-22 15:51:08','1af030d5-1b25-4c50-979a-260e61c28926'),
(92477,32,15760,NULL,2608,4,'2026-01-22 15:51:08','2026-01-22 15:51:08','208c94c3-7387-48b9-b16e-5e3bad0f445c'),
(92478,32,15760,NULL,2600,5,'2026-01-22 15:51:08','2026-01-22 15:51:08','55ce1f02-f0c1-4c71-93a2-ece25d2fa3f5'),
(92479,32,15760,NULL,2596,6,'2026-01-22 15:51:08','2026-01-22 15:51:08','71591337-4782-4c6c-95a2-0d5d3e2522db'),
(92480,32,15760,NULL,2602,7,'2026-01-22 15:51:08','2026-01-22 15:51:08','34d605ec-4d89-4956-853f-77367175b026'),
(92481,32,15760,NULL,2606,8,'2026-01-22 15:51:08','2026-01-22 15:51:08','bfd64e89-2619-4b7e-bcda-ff885e1cce6b'),
(92482,32,15760,NULL,2612,9,'2026-01-22 15:51:08','2026-01-22 15:51:08','96de1223-17b2-47ab-ab9a-17af755e4bd2'),
(92483,32,15760,NULL,2604,10,'2026-01-22 15:51:08','2026-01-22 15:51:08','fabcae46-0bb1-4032-b330-1cd7fc302b48'),
(92484,16,15760,NULL,9181,1,'2026-01-22 15:51:08','2026-01-22 15:51:08','e28c705a-8838-4cd2-ae2b-c0eb482d4c90'),
(92485,7,15760,NULL,2969,1,'2026-01-22 15:51:08','2026-01-22 15:51:08','a5edca68-1862-4d6c-a59d-68e927cf5ec8'),
(92486,7,15760,NULL,605,2,'2026-01-22 15:51:08','2026-01-22 15:51:08','d09b8c07-9150-44c1-a4e2-27bf2f2b1ea6'),
(92487,7,15760,NULL,617,3,'2026-01-22 15:51:08','2026-01-22 15:51:08','5e805b0b-f2a4-4fbc-9654-aa971944c033'),
(92488,7,15760,NULL,9552,4,'2026-01-22 15:51:08','2026-01-22 15:51:08','35bf9c4a-725b-49e5-8a9d-326603dbdebd'),
(92489,47,15760,NULL,12355,1,'2026-01-22 15:51:08','2026-01-22 15:51:08','b9717dd3-c19f-487e-b67b-13e320bde6db'),
(92490,57,15760,NULL,9184,1,'2026-01-22 15:51:08','2026-01-22 15:51:08','688a7f4c-6627-4399-92c0-88644120bf26'),
(92491,57,15760,NULL,9185,2,'2026-01-22 15:51:08','2026-01-22 15:51:08','9b87e8a7-ac42-4d4c-b0b6-ad8d35bfe9da'),
(92492,57,15760,NULL,9186,3,'2026-01-22 15:51:08','2026-01-22 15:51:08','df5e9a5b-5eeb-4b68-8b1e-222b7779cd8f'),
(92493,57,15760,NULL,9187,4,'2026-01-22 15:51:08','2026-01-22 15:51:08','c9df8190-8d4e-4533-a94a-5e85c7c70f45'),
(92494,57,15760,NULL,9188,5,'2026-01-22 15:51:08','2026-01-22 15:51:08','bc2cfce2-ef0b-4506-8fbe-bd3800b156fd'),
(92495,57,15760,NULL,9189,6,'2026-01-22 15:51:08','2026-01-22 15:51:08','6eb82e99-889a-4491-b83b-840313f96bb7'),
(92496,57,15760,NULL,9190,7,'2026-01-22 15:51:08','2026-01-22 15:51:08','cf7d817f-ea58-48f7-8b53-d2cba4248df1'),
(92497,57,15760,NULL,9191,8,'2026-01-22 15:51:08','2026-01-22 15:51:08','75316046-a3ee-4a0e-8817-f3679a720f56'),
(92498,57,15760,NULL,9192,9,'2026-01-22 15:51:08','2026-01-22 15:51:08','f7420ca6-e07b-43ed-88f7-beb29043051c'),
(92499,57,15760,NULL,9193,10,'2026-01-22 15:51:08','2026-01-22 15:51:08','cc5645ef-f69d-437b-83fa-d8aaae2a442f'),
(92500,13,15760,NULL,6931,1,'2026-01-22 15:51:08','2026-01-22 15:51:08','9e08f0aa-fd84-4a0c-b961-efe97b5fcd8c'),
(92532,32,15762,NULL,2610,1,'2026-01-22 15:52:17','2026-01-22 15:52:17','4b77d97f-0cf6-4064-8930-655f23d3a211'),
(92533,32,15762,NULL,2598,2,'2026-01-22 15:52:17','2026-01-22 15:52:17','f47e8ac3-4ba7-4a1f-bce4-f95fed593d18'),
(92534,32,15762,NULL,2600,3,'2026-01-22 15:52:17','2026-01-22 15:52:17','416b6422-01b1-435f-8908-77b81d10ef69'),
(92535,32,15762,NULL,2604,4,'2026-01-22 15:52:17','2026-01-22 15:52:17','236d4444-5774-4690-a1f2-4ca3b838564b'),
(92536,32,15762,NULL,2608,5,'2026-01-22 15:52:17','2026-01-22 15:52:17','f46e6d55-a3c9-46a5-9090-c92a906eef40'),
(92537,32,15762,NULL,2596,6,'2026-01-22 15:52:17','2026-01-22 15:52:17','9106276c-a851-4ec4-9bee-eb37b054a0a9'),
(92538,32,15762,NULL,2602,7,'2026-01-22 15:52:17','2026-01-22 15:52:17','beca91f6-4916-4cc6-b129-346f0f81d082'),
(92539,32,15762,NULL,2606,8,'2026-01-22 15:52:17','2026-01-22 15:52:17','691e420e-61e2-4892-96ef-f5d4adea1df0'),
(92540,32,15762,NULL,2612,9,'2026-01-22 15:52:17','2026-01-22 15:52:17','b0ee6a54-8e48-4393-adb2-6b4c0abdd088'),
(92541,16,15762,NULL,9947,1,'2026-01-22 15:52:17','2026-01-22 15:52:17','10ae84a5-c5c6-426f-9381-0854a8621a95'),
(92542,7,15762,NULL,605,1,'2026-01-22 15:52:17','2026-01-22 15:52:17','1d50371c-5747-47f6-a940-a29e069ca7e8'),
(92543,7,15762,NULL,617,2,'2026-01-22 15:52:17','2026-01-22 15:52:17','7143ecf1-aa96-44f8-a125-f05fbafc0e73'),
(92544,7,15762,NULL,9552,3,'2026-01-22 15:52:17','2026-01-22 15:52:17','5d4faead-d705-42df-8462-ba7e624abdf9'),
(92545,82,15762,NULL,469,1,'2026-01-22 15:52:17','2026-01-22 15:52:17','f4a2757a-b4af-4e5a-b88b-fd92f3152137'),
(92546,82,15762,NULL,475,2,'2026-01-22 15:52:17','2026-01-22 15:52:17','54732828-d12a-486d-8f64-8ede4b27b1fc'),
(92547,82,15762,NULL,479,3,'2026-01-22 15:52:17','2026-01-22 15:52:17','c6169098-9bdd-4ed9-8dd4-e7186ed99631'),
(92548,82,15762,NULL,491,4,'2026-01-22 15:52:17','2026-01-22 15:52:17','78f2d727-7f2b-4fb3-8f16-9181178878fe'),
(92549,47,15762,NULL,12368,1,'2026-01-22 15:52:17','2026-01-22 15:52:17','9ab2f0bf-3b3e-46d2-82d4-ebba4ac19c6b'),
(92550,57,15762,NULL,9959,1,'2026-01-22 15:52:17','2026-01-22 15:52:17','c67b18ee-1a14-4311-bc69-1f3332e5c343'),
(92551,57,15762,NULL,9972,2,'2026-01-22 15:52:17','2026-01-22 15:52:17','e727e135-e8b0-4f5a-852e-22ed01a02d89'),
(92552,57,15762,NULL,9973,3,'2026-01-22 15:52:17','2026-01-22 15:52:17','7700ffed-a5e1-4633-9971-44054b9e440f'),
(92553,57,15762,NULL,9957,4,'2026-01-22 15:52:17','2026-01-22 15:52:17','378ae28d-d4c5-42c8-91a0-8fc59a03afe3'),
(92554,57,15762,NULL,9953,5,'2026-01-22 15:52:17','2026-01-22 15:52:17','dffc3ace-b021-4043-9226-8d51d6adc078'),
(92555,57,15762,NULL,9954,6,'2026-01-22 15:52:17','2026-01-22 15:52:17','1f9c95c7-8929-4bda-82f4-85b268af1e84'),
(92556,57,15762,NULL,9956,7,'2026-01-22 15:52:17','2026-01-22 15:52:17','c3a282a7-c501-4573-9842-23bee47d0562'),
(92557,57,15762,NULL,9949,8,'2026-01-22 15:52:17','2026-01-22 15:52:17','821fe73f-ed90-413f-bce8-5bcba39425dd'),
(92558,57,15762,NULL,9958,9,'2026-01-22 15:52:17','2026-01-22 15:52:17','5cf77cef-db9d-4fc6-a996-228f6316b104'),
(92559,57,15762,NULL,9960,10,'2026-01-22 15:52:17','2026-01-22 15:52:17','4dee46b2-923b-4d08-a4f5-6b2b21461028'),
(92560,57,15762,NULL,9962,11,'2026-01-22 15:52:17','2026-01-22 15:52:17','4f081c58-1369-463c-89ed-3e06cfd99eb1'),
(92561,57,15762,NULL,9971,12,'2026-01-22 15:52:17','2026-01-22 15:52:17','8046b351-e355-4417-b09c-7a9e5aad9ff3'),
(92562,13,15762,NULL,7732,1,'2026-01-22 15:52:17','2026-01-22 15:52:17','4c03fd44-cfb3-4c84-8a9d-b3106ea72b83'),
(92592,32,15764,NULL,2614,1,'2026-01-22 15:53:22','2026-01-22 15:53:22','765d1a2d-0d62-4b22-b0d1-68830e19b249'),
(92593,32,15764,NULL,2610,2,'2026-01-22 15:53:22','2026-01-22 15:53:22','6fe7096d-5e7f-4edc-b14f-93b1cbf1d4c8'),
(92594,32,15764,NULL,2598,3,'2026-01-22 15:53:22','2026-01-22 15:53:22','ca1cad82-e9c8-46fe-9efc-69c20faf4a7e'),
(92595,32,15764,NULL,2608,4,'2026-01-22 15:53:22','2026-01-22 15:53:22','a2252293-b6a6-408d-8bbc-9c317b87c359'),
(92596,32,15764,NULL,2600,5,'2026-01-22 15:53:22','2026-01-22 15:53:22','7c12c728-2d1b-4492-96d0-967282f16dd6'),
(92597,32,15764,NULL,2596,6,'2026-01-22 15:53:22','2026-01-22 15:53:22','46ce3109-9e6d-4e7a-92c5-f703a6eea9a0'),
(92598,32,15764,NULL,2602,7,'2026-01-22 15:53:22','2026-01-22 15:53:22','6d7d21ab-4c10-43b0-a509-5eab339d9e37'),
(92599,32,15764,NULL,2612,8,'2026-01-22 15:53:22','2026-01-22 15:53:22','d96124a9-7b4e-41fb-8a44-f199e5e58d47'),
(92600,32,15764,NULL,2604,9,'2026-01-22 15:53:22','2026-01-22 15:53:22','ffa2c215-c85c-4ef8-bdfb-c1cf5bd33219'),
(92601,32,15764,NULL,2606,10,'2026-01-22 15:53:22','2026-01-22 15:53:22','debc7886-421e-45d2-8caa-46ee3f2eed43'),
(92602,16,15764,NULL,9901,1,'2026-01-22 15:53:22','2026-01-22 15:53:22','45ca394a-9fb4-4c23-b9de-c85a06d5c5c2'),
(92603,7,15764,NULL,605,1,'2026-01-22 15:53:22','2026-01-22 15:53:22','7de5a78c-10a7-4995-b2c7-15ebfec8eff3'),
(92604,7,15764,NULL,617,2,'2026-01-22 15:53:22','2026-01-22 15:53:22','a4ec586d-72fe-4f63-9aaa-844f9d876b4e'),
(92605,7,15764,NULL,9552,3,'2026-01-22 15:53:22','2026-01-22 15:53:22','61f00856-8d72-443d-94b1-ffed5ba5ff5e'),
(92606,82,15764,NULL,479,1,'2026-01-22 15:53:22','2026-01-22 15:53:22','d4a07389-3bf9-4e9b-846f-356ad1a4d813'),
(92607,47,15764,NULL,12358,1,'2026-01-22 15:53:22','2026-01-22 15:53:22','f4e95d9b-2723-4e3a-b456-7454a5d89e79'),
(92608,57,15764,NULL,9903,1,'2026-01-22 15:53:22','2026-01-22 15:53:22','c6d59d90-c3a6-4a12-9e48-f7979d7ff281'),
(92609,57,15764,NULL,9904,2,'2026-01-22 15:53:22','2026-01-22 15:53:22','63a3d109-3f2d-4303-b2c6-dbd95be32803'),
(92610,57,15764,NULL,9907,3,'2026-01-22 15:53:22','2026-01-22 15:53:22','7f3ef2a1-ae34-4f40-b0d5-d1e32fe0d7a5'),
(92611,57,15764,NULL,9908,4,'2026-01-22 15:53:22','2026-01-22 15:53:22','bd79936a-b9c8-4a63-86f3-2749dfa05843'),
(92612,57,15764,NULL,9909,5,'2026-01-22 15:53:22','2026-01-22 15:53:22','4b842750-da46-4d9b-b47e-acc150e088ee'),
(92613,57,15764,NULL,9910,6,'2026-01-22 15:53:22','2026-01-22 15:53:22','daa7d0f3-fb2b-4f84-8af6-46f99a9b5230'),
(92614,57,15764,NULL,9911,7,'2026-01-22 15:53:22','2026-01-22 15:53:22','57125543-880d-46d5-b225-ef16bbc37573'),
(92615,57,15764,NULL,9912,8,'2026-01-22 15:53:22','2026-01-22 15:53:22','1d26cfea-b4f5-450b-b78c-ed441db18ddc'),
(92616,57,15764,NULL,9913,9,'2026-01-22 15:53:22','2026-01-22 15:53:22','5c46c4d8-4d52-483a-8618-04102b333b93'),
(92617,57,15764,NULL,9914,10,'2026-01-22 15:53:22','2026-01-22 15:53:22','16a0bdac-d19f-4e74-a144-2e86ccea5800'),
(92618,57,15764,NULL,9915,11,'2026-01-22 15:53:22','2026-01-22 15:53:22','ae7b34fe-724f-4e55-bf81-20b02f8cd0a9'),
(92619,57,15764,NULL,9905,12,'2026-01-22 15:53:22','2026-01-22 15:53:22','eedd7541-d6ca-41ee-a93f-f0f18e2112a6'),
(92620,57,15764,NULL,9906,13,'2026-01-22 15:53:22','2026-01-22 15:53:22','f30041e2-4c66-4d9d-8c53-ab2c21aa20c7'),
(92646,32,15766,NULL,2614,1,'2026-01-22 15:54:25','2026-01-22 15:54:25','0b6185f7-05df-4248-8e8b-9fd4b3599b0d'),
(92647,32,15766,NULL,2610,2,'2026-01-22 15:54:25','2026-01-22 15:54:25','f42df4e8-a647-4561-99a6-077843734ba4'),
(92648,32,15766,NULL,2598,3,'2026-01-22 15:54:25','2026-01-22 15:54:25','9158f593-d346-4778-9783-c0dddc5db8c6'),
(92649,32,15766,NULL,2608,4,'2026-01-22 15:54:25','2026-01-22 15:54:25','fb095afb-ca89-447d-a892-83f48765e5ca'),
(92650,32,15766,NULL,2624,5,'2026-01-22 15:54:25','2026-01-22 15:54:25','199c9264-43e4-470b-ad6c-893362cda81f'),
(92651,32,15766,NULL,2600,6,'2026-01-22 15:54:25','2026-01-22 15:54:25','c504321a-cb00-4863-b738-9924a35bb150'),
(92652,32,15766,NULL,2596,7,'2026-01-22 15:54:25','2026-01-22 15:54:25','83780d2f-680f-43b2-b380-bbdcdc4251c2'),
(92653,32,15766,NULL,2602,8,'2026-01-22 15:54:25','2026-01-22 15:54:25','2ab64bc3-4b0f-4a97-b089-1abfb0d20ebd'),
(92654,32,15766,NULL,2606,9,'2026-01-22 15:54:25','2026-01-22 15:54:25','c5c1250f-b908-477f-810f-bb47a095eff9'),
(92655,32,15766,NULL,2612,10,'2026-01-22 15:54:25','2026-01-22 15:54:25','d47f7c9d-1be5-409c-bc91-235b935a132f'),
(92656,32,15766,NULL,2604,11,'2026-01-22 15:54:25','2026-01-22 15:54:25','4b8a3d8d-6ae8-47aa-b937-f02b5712d49f'),
(92657,16,15766,NULL,9204,1,'2026-01-22 15:54:25','2026-01-22 15:54:25','c947619d-cc91-4c30-be5e-b65562c088de'),
(92658,7,15766,NULL,3468,1,'2026-01-22 15:54:25','2026-01-22 15:54:25','737ba01f-d219-4416-bfe6-815c7e379a76'),
(92659,7,15766,NULL,617,2,'2026-01-22 15:54:25','2026-01-22 15:54:25','b1a63a41-b720-4137-a96a-150c2afcb2b2'),
(92660,7,15766,NULL,605,3,'2026-01-22 15:54:25','2026-01-22 15:54:25','2f9a86ad-4e37-495b-b15f-d5af971e227d'),
(92661,7,15766,NULL,9552,4,'2026-01-22 15:54:25','2026-01-22 15:54:25','4cf00f62-76d7-443b-915a-c009421665ef'),
(92662,46,15766,NULL,2891,1,'2026-01-22 15:54:25','2026-01-22 15:54:25','ba928849-4394-4424-82da-64c39ee6ced7'),
(92663,47,15766,NULL,12360,1,'2026-01-22 15:54:25','2026-01-22 15:54:25','1ffed9d6-236f-48c3-9eb0-7831634f807f'),
(92664,57,15766,NULL,9211,1,'2026-01-22 15:54:25','2026-01-22 15:54:25','cdba8b65-0817-4d52-ac7a-31a2d7be2c33'),
(92665,57,15766,NULL,9210,2,'2026-01-22 15:54:25','2026-01-22 15:54:25','e99b176a-6579-4ee7-94c5-1156d9c932b3'),
(92666,57,15766,NULL,9213,3,'2026-01-22 15:54:25','2026-01-22 15:54:25','f8c27828-6f95-40eb-93a1-7ee9bf8c8657'),
(92667,57,15766,NULL,9212,4,'2026-01-22 15:54:25','2026-01-22 15:54:25','155c03f7-99c2-4f33-9788-7bdabb7ac05d'),
(92668,57,15766,NULL,9209,5,'2026-01-22 15:54:25','2026-01-22 15:54:25','930cce24-0bc7-4304-83b9-005873e51a22'),
(92669,57,15766,NULL,9207,6,'2026-01-22 15:54:25','2026-01-22 15:54:25','daa66a03-6e0a-4414-afe3-d5cc846cc63a'),
(92670,57,15766,NULL,9208,7,'2026-01-22 15:54:25','2026-01-22 15:54:25','51d9acc4-b4fb-418b-84cd-331cd6b07300'),
(92698,22,9367,NULL,15768,1,'2026-01-22 15:58:45','2026-01-22 15:58:45','d5e05cd6-786d-48b7-a1c8-4668850fa903'),
(92699,32,15770,NULL,2614,1,'2026-01-22 15:58:45','2026-01-22 15:58:45','a24a69db-37e3-466e-9f9f-3cdcfb59bd55'),
(92700,32,15770,NULL,2610,2,'2026-01-22 15:58:45','2026-01-22 15:58:45','03f0927f-8214-4c71-92a5-1a5945de1f5e'),
(92701,32,15770,NULL,2598,3,'2026-01-22 15:58:45','2026-01-22 15:58:45','0cd9e31a-335d-4a1c-8f00-97b424bd5640'),
(92702,32,15770,NULL,2600,4,'2026-01-22 15:58:45','2026-01-22 15:58:45','a3ea677e-f0df-45b2-88ae-efe73bf431ed'),
(92703,32,15770,NULL,2596,5,'2026-01-22 15:58:45','2026-01-22 15:58:45','ac98555b-0528-4cb0-b660-14f2abc7e218'),
(92704,32,15770,NULL,2602,6,'2026-01-22 15:58:45','2026-01-22 15:58:45','c33077c3-2489-49d4-8bdf-e07dbce7ecd6'),
(92705,32,15770,NULL,2606,7,'2026-01-22 15:58:45','2026-01-22 15:58:45','acc3c1aa-223e-4349-b4e9-a0b3f5326523'),
(92706,32,15770,NULL,2604,8,'2026-01-22 15:58:45','2026-01-22 15:58:45','50bb6bb1-95b0-424b-9bdd-dafc1f85a4a6'),
(92707,32,15770,NULL,2608,9,'2026-01-22 15:58:45','2026-01-22 15:58:45','94cb5a7e-62c7-4563-ba0b-9a53d7d6d17f'),
(92708,32,15770,NULL,2612,10,'2026-01-22 15:58:45','2026-01-22 15:58:45','5d8d27fa-ecf3-4089-a554-c175c95aa4b4'),
(92709,16,15770,NULL,3425,1,'2026-01-22 15:58:45','2026-01-22 15:58:45','d51f2668-6234-4e69-81b2-354b98b9cffa'),
(92710,7,15770,NULL,601,1,'2026-01-22 15:58:45','2026-01-22 15:58:45','9772b2cc-d514-4ab2-b581-e26c4ecf2976'),
(92711,7,15770,NULL,617,2,'2026-01-22 15:58:45','2026-01-22 15:58:45','a4580d3c-ee69-4aa5-9829-cba0ccdbdab2'),
(92712,7,15770,NULL,605,3,'2026-01-22 15:58:45','2026-01-22 15:58:45','e770de6e-bebe-4f75-bb27-50b841c9068e'),
(92713,7,15770,NULL,9552,4,'2026-01-22 15:58:45','2026-01-22 15:58:45','c008402c-0948-4d63-8f6e-114f05d6279d'),
(92714,82,15770,NULL,491,1,'2026-01-22 15:58:45','2026-01-22 15:58:45','d4ad13d7-7406-41e4-8acb-786afaef0e35'),
(92715,46,15770,NULL,7381,1,'2026-01-22 15:58:45','2026-01-22 15:58:45','3703aeb4-3c71-4d18-884b-a04686c7a9df'),
(92716,47,15770,NULL,15002,1,'2026-01-22 15:58:45','2026-01-22 15:58:45','7b9e416c-6c5e-4cca-8c6b-6294b91af49f'),
(92717,57,15770,NULL,7862,1,'2026-01-22 15:58:45','2026-01-22 15:58:45','61cc24e1-5484-4d43-9251-d5442860b274'),
(92718,57,15770,NULL,7858,2,'2026-01-22 15:58:45','2026-01-22 15:58:45','2fd6f12f-529e-4b3f-84f5-a1457ad530f4'),
(92719,57,15770,NULL,7864,3,'2026-01-22 15:58:45','2026-01-22 15:58:45','8b341126-7307-4ae8-baf6-2231b9c68afe'),
(92720,57,15770,NULL,7859,4,'2026-01-22 15:58:45','2026-01-22 15:58:45','ad478ab2-6534-433a-a485-d7472c74829b'),
(92721,57,15770,NULL,7861,5,'2026-01-22 15:58:45','2026-01-22 15:58:45','c0c57175-059d-4cce-b35e-bbad5d846a7b'),
(92722,57,15770,NULL,7863,6,'2026-01-22 15:58:45','2026-01-22 15:58:45','22c68358-6bd1-4964-91e0-d24ede31b422'),
(92723,57,15770,NULL,7860,7,'2026-01-22 15:58:45','2026-01-22 15:58:45','dfd33e7c-bc73-4e54-9558-f62546b87af4'),
(92725,22,15771,NULL,15768,1,'2026-01-22 15:58:45','2026-01-22 15:58:45','8fa9769a-a78c-4cbc-b23f-a176e56155fc'),
(92726,32,15772,NULL,2614,1,'2026-01-22 16:01:21','2026-01-22 16:01:21','6d42d7c4-7d4b-4134-99be-756d97826969'),
(92727,32,15772,NULL,2610,2,'2026-01-22 16:01:21','2026-01-22 16:01:21','c64ac22b-cba7-4f51-86b3-5f7e303d1b66'),
(92728,32,15772,NULL,2598,3,'2026-01-22 16:01:21','2026-01-22 16:01:21','95612240-83d7-41d5-b91a-c0d738dd906b'),
(92729,32,15772,NULL,2600,4,'2026-01-22 16:01:21','2026-01-22 16:01:21','a5fda3b9-1a38-46eb-8353-45514dad6c15'),
(92730,32,15772,NULL,2596,5,'2026-01-22 16:01:21','2026-01-22 16:01:21','f5f7f990-b179-4ffb-99e2-55228fa58664'),
(92731,32,15772,NULL,2602,6,'2026-01-22 16:01:21','2026-01-22 16:01:21','c7edc332-74f2-4220-9ca0-cf545fa8dc9d'),
(92732,32,15772,NULL,2606,7,'2026-01-22 16:01:21','2026-01-22 16:01:21','6209baef-7308-408a-b8ed-18ade7b85e2f'),
(92733,32,15772,NULL,2604,8,'2026-01-22 16:01:21','2026-01-22 16:01:21','4ee12e73-2e6a-4005-9032-a2368b40b347'),
(92734,32,15772,NULL,2608,9,'2026-01-22 16:01:21','2026-01-22 16:01:21','ffac165d-cc98-4e6f-b545-9e264714023f'),
(92735,32,15772,NULL,2612,10,'2026-01-22 16:01:21','2026-01-22 16:01:21','67c7b9e3-807d-41d2-a064-aeb029509b05'),
(92736,16,15772,NULL,3425,1,'2026-01-22 16:01:21','2026-01-22 16:01:21','dc620223-9e85-4269-8123-7a01c76fec19'),
(92737,7,15772,NULL,601,1,'2026-01-22 16:01:21','2026-01-22 16:01:21','aa9e179d-c151-46ca-8042-c578a381e6cf'),
(92738,7,15772,NULL,617,2,'2026-01-22 16:01:21','2026-01-22 16:01:21','bb0c18d1-1700-440b-86ca-42958a361697'),
(92739,7,15772,NULL,605,3,'2026-01-22 16:01:21','2026-01-22 16:01:21','f2d7db06-8422-4d3d-8c88-a307b86219f6'),
(92740,7,15772,NULL,9552,4,'2026-01-22 16:01:21','2026-01-22 16:01:21','6b65c209-aea9-4402-ac00-7f4617285df5'),
(92741,82,15772,NULL,491,1,'2026-01-22 16:01:21','2026-01-22 16:01:21','7d31a89e-7d2c-407e-a1fe-4773368bd5a1'),
(92742,46,15772,NULL,7381,1,'2026-01-22 16:01:21','2026-01-22 16:01:21','43f1db63-7316-4bd6-b0c8-4e8ec2f03aa7'),
(92743,47,15772,NULL,15002,1,'2026-01-22 16:01:21','2026-01-22 16:01:21','9a16a97c-563e-45be-afc1-34fa8b277251'),
(92744,57,15772,NULL,7862,1,'2026-01-22 16:01:21','2026-01-22 16:01:21','6627b8cd-c183-4e14-aecc-2707a32336ab'),
(92745,57,15772,NULL,7858,2,'2026-01-22 16:01:21','2026-01-22 16:01:21','b727bd74-4135-4177-886b-ddc701769662'),
(92746,57,15772,NULL,7864,3,'2026-01-22 16:01:21','2026-01-22 16:01:21','3e09a396-b11e-4a5d-8fee-086fc694d15b'),
(92747,57,15772,NULL,7859,4,'2026-01-22 16:01:21','2026-01-22 16:01:21','8bae4049-f73f-449e-939f-84c6ae400636'),
(92748,57,15772,NULL,7861,5,'2026-01-22 16:01:21','2026-01-22 16:01:21','3b92917e-0959-4c40-b0c0-2a0b7014f3bc'),
(92749,57,15772,NULL,7863,6,'2026-01-22 16:01:21','2026-01-22 16:01:21','60acd0a7-72eb-4388-b235-fb33ddd7d215'),
(92750,57,15772,NULL,7860,7,'2026-01-22 16:01:21','2026-01-22 16:01:21','6fa362dc-05f6-48d3-ba97-8cbaf415a2c8'),
(92775,32,15774,NULL,2610,1,'2026-01-22 16:02:46','2026-01-22 16:02:46','bb561964-ec67-4914-987a-98471a92a113'),
(92776,32,15774,NULL,2598,2,'2026-01-22 16:02:46','2026-01-22 16:02:46','eb4fc079-c9da-4bd0-adb7-65a37b27414e'),
(92777,32,15774,NULL,2600,3,'2026-01-22 16:02:46','2026-01-22 16:02:46','d0a7653d-8013-41a0-acd1-ddcd0fb52ea5'),
(92778,32,15774,NULL,2606,4,'2026-01-22 16:02:46','2026-01-22 16:02:46','78f3efe0-a570-4206-9544-827fda738eec'),
(92779,32,15774,NULL,2604,5,'2026-01-22 16:02:46','2026-01-22 16:02:46','7257815e-5401-4af5-901b-3712255a3362'),
(92780,32,15774,NULL,2614,6,'2026-01-22 16:02:46','2026-01-22 16:02:46','6a9275eb-c7b9-4840-8652-be31fde3922f'),
(92781,32,15774,NULL,2608,7,'2026-01-22 16:02:46','2026-01-22 16:02:46','2ed724fa-21ef-4a8c-9a37-1b355e606859'),
(92782,32,15774,NULL,2596,8,'2026-01-22 16:02:46','2026-01-22 16:02:46','c9202c1c-dd7d-45fa-a552-43897e98f186'),
(92783,32,15774,NULL,2602,9,'2026-01-22 16:02:46','2026-01-22 16:02:46','c9480f36-79af-44fc-b213-aa5b6d79661e'),
(92784,32,15774,NULL,2612,10,'2026-01-22 16:02:46','2026-01-22 16:02:46','65aa7cc6-72e8-4956-bb40-c933ed11b101'),
(92785,16,15774,NULL,5191,1,'2026-01-22 16:02:46','2026-01-22 16:02:46','bad70500-d13e-4e95-b488-a15b9c5f87ba'),
(92786,7,15774,NULL,2969,1,'2026-01-22 16:02:46','2026-01-22 16:02:46','d48b55df-dfda-44be-821e-5440fa358037'),
(92787,7,15774,NULL,617,2,'2026-01-22 16:02:46','2026-01-22 16:02:46','77cc03d5-303a-4d59-af60-d25e93a55937'),
(92788,7,15774,NULL,605,3,'2026-01-22 16:02:46','2026-01-22 16:02:46','7b67b5c0-d5b3-4f29-a11c-b501f8b641d1'),
(92789,7,15774,NULL,9552,4,'2026-01-22 16:02:46','2026-01-22 16:02:46','9524e514-b7d4-4f5a-8833-427bf163ed12'),
(92790,47,15774,NULL,12370,1,'2026-01-22 16:02:46','2026-01-22 16:02:46','897e2081-a6bc-441e-add9-e0289b06d7e6'),
(92791,57,15774,NULL,5185,1,'2026-01-22 16:02:46','2026-01-22 16:02:46','8fe83ebc-05ff-450e-b4c1-0d95c1803ba8'),
(92792,57,15774,NULL,5186,2,'2026-01-22 16:02:46','2026-01-22 16:02:46','1f27ae9a-2591-4dc4-be2c-0a81354346b0'),
(92793,57,15774,NULL,5187,3,'2026-01-22 16:02:46','2026-01-22 16:02:46','eb73771d-2e2b-489a-a672-28830c84d30c'),
(92794,57,15774,NULL,5188,4,'2026-01-22 16:02:46','2026-01-22 16:02:46','a2739950-b27c-4801-8dd7-f7c3e0bbd6b0'),
(92795,57,15774,NULL,5189,5,'2026-01-22 16:02:46','2026-01-22 16:02:46','4d5fd576-13bd-4e8c-b630-2bc23f3f817f'),
(92796,57,15774,NULL,5190,6,'2026-01-22 16:02:46','2026-01-22 16:02:46','8756b623-5b4f-4044-9c9a-2d8334fcb543'),
(92820,32,15777,NULL,2610,1,'2026-01-22 16:04:14','2026-01-22 16:04:14','2a5f0baf-a2e2-4c6f-897b-1ab78c0d98bb'),
(92821,32,15777,NULL,2598,2,'2026-01-22 16:04:14','2026-01-22 16:04:14','aa4b5bbd-c26f-4ff4-8c22-455b1cad2c75'),
(92822,32,15777,NULL,2608,3,'2026-01-22 16:04:14','2026-01-22 16:04:14','760851cc-bfb2-4e5d-9f30-a722b337de1c'),
(92823,32,15777,NULL,2624,4,'2026-01-22 16:04:14','2026-01-22 16:04:14','925f595e-ba2c-47d6-9fa9-f6d0dedf013b'),
(92824,32,15777,NULL,2600,5,'2026-01-22 16:04:14','2026-01-22 16:04:14','34d4540f-9df8-492a-b08f-5cd0c22d8e1e'),
(92825,32,15777,NULL,2596,6,'2026-01-22 16:04:14','2026-01-22 16:04:14','60afee06-fd9a-478d-a275-36c9b2603e90'),
(92826,32,15777,NULL,2606,7,'2026-01-22 16:04:14','2026-01-22 16:04:14','7eef9304-adf3-4f76-ab1f-eb033de1b92d'),
(92827,32,15777,NULL,2604,8,'2026-01-22 16:04:14','2026-01-22 16:04:14','0627ac36-1b3a-4393-81bf-5024f23ad179'),
(92828,32,15777,NULL,2602,9,'2026-01-22 16:04:14','2026-01-22 16:04:14','aa5c03b5-9b60-4b08-a130-b0ba539cbd4d'),
(92829,32,15777,NULL,2612,10,'2026-01-22 16:04:14','2026-01-22 16:04:14','436f445a-d7db-47ba-9ee2-ff387258e963'),
(92830,16,15777,NULL,9524,1,'2026-01-22 16:04:14','2026-01-22 16:04:14','df05b128-4397-48d6-8a4e-92c17b7d1e72'),
(92831,7,15777,NULL,617,1,'2026-01-22 16:04:14','2026-01-22 16:04:14','bab858c3-90e5-439f-bede-595194b36b33'),
(92832,7,15777,NULL,605,2,'2026-01-22 16:04:14','2026-01-22 16:04:14','c9083be2-e2e1-447a-8a33-adf412c09eb6'),
(92833,7,15777,NULL,9552,3,'2026-01-22 16:04:14','2026-01-22 16:04:14','9a796dca-1797-4d35-8973-5d3e8d3420b9'),
(92834,82,15777,NULL,491,1,'2026-01-22 16:04:14','2026-01-22 16:04:14','b5a3fee1-206d-4b46-b754-542b1bc262a3'),
(92835,46,15777,NULL,2891,1,'2026-01-22 16:04:14','2026-01-22 16:04:14','c2b335a8-e0f0-4fe9-9ae0-0001a412e635'),
(92836,47,15777,NULL,10460,1,'2026-01-22 16:04:14','2026-01-22 16:04:14','9fb9304a-d7e5-455a-9dde-cfec90505e8e'),
(92837,57,15777,NULL,9529,1,'2026-01-22 16:04:14','2026-01-22 16:04:14','f5a19eb5-a6da-451d-b77f-bf530cc1e623'),
(92838,57,15777,NULL,9530,2,'2026-01-22 16:04:14','2026-01-22 16:04:14','467a724d-e4c9-4da5-82b7-1eaceccc0711'),
(92839,57,15777,NULL,9531,3,'2026-01-22 16:04:14','2026-01-22 16:04:14','12f2551a-3fb9-453d-9284-c50a05e38bee'),
(92841,12,15777,NULL,15380,1,'2026-01-22 16:04:14','2026-01-22 16:04:14','0b3b3af6-bb9f-4248-9ddd-321885209707'),
(92842,32,15779,NULL,2598,1,'2026-01-22 16:05:12','2026-01-22 16:05:12','701971de-e325-4979-a87a-a7268c5302f9'),
(92843,32,15779,NULL,2608,2,'2026-01-22 16:05:12','2026-01-22 16:05:12','c2e92959-35ae-4f23-8112-589485f51411'),
(92844,32,15779,NULL,2600,3,'2026-01-22 16:05:12','2026-01-22 16:05:12','bdcdb7bf-3481-4957-bd69-266024b8f8e8'),
(92845,32,15779,NULL,2596,4,'2026-01-22 16:05:12','2026-01-22 16:05:12','e22c2529-b992-4e92-89a0-76e1be7f4b23'),
(92846,32,15779,NULL,2602,5,'2026-01-22 16:05:12','2026-01-22 16:05:12','375e2c28-2a34-44d8-9c83-7980698493ed'),
(92847,32,15779,NULL,2606,6,'2026-01-22 16:05:12','2026-01-22 16:05:12','90798661-f036-47ad-ae4b-4a7333d803b0'),
(92848,32,15779,NULL,2604,7,'2026-01-22 16:05:12','2026-01-22 16:05:12','f955bcae-7df5-49cf-8229-8116759b4cf9'),
(92849,32,15779,NULL,2610,8,'2026-01-22 16:05:12','2026-01-22 16:05:12','0ccbd00e-6161-47fd-a4b0-82436fe6a495'),
(92850,32,15779,NULL,2612,9,'2026-01-22 16:05:12','2026-01-22 16:05:12','15c0ea34-d7ce-4772-ba2c-5bd0b045fae2'),
(92851,16,15779,NULL,15333,1,'2026-01-22 16:05:12','2026-01-22 16:05:12','9e463fab-52a6-4036-b723-70b6da69fbba'),
(92852,7,15779,NULL,2969,1,'2026-01-22 16:05:12','2026-01-22 16:05:12','31e02702-103e-4ca4-9fb5-51f851f1433d'),
(92853,7,15779,NULL,617,2,'2026-01-22 16:05:12','2026-01-22 16:05:12','93f91a22-3a4d-4cf5-a6fd-0e09470867a1'),
(92854,7,15779,NULL,605,3,'2026-01-22 16:05:12','2026-01-22 16:05:12','b1ea030d-fbe4-4ba6-a927-bb790fe86148'),
(92855,7,15779,NULL,9552,4,'2026-01-22 16:05:12','2026-01-22 16:05:12','2fba247e-1106-4d83-984b-5e214297c73f'),
(92856,82,15779,NULL,491,1,'2026-01-22 16:05:12','2026-01-22 16:05:12','30a25946-f841-4539-8d98-386db693eeb3'),
(92857,47,15779,NULL,10463,1,'2026-01-22 16:05:12','2026-01-22 16:05:12','fc3e44e3-448b-4d4b-bd1a-37cbfae26f5b'),
(92858,12,15779,NULL,15374,1,'2026-01-22 16:05:12','2026-01-22 16:05:12','75b9905a-1b9f-4881-90f8-f5554efd173c'),
(92885,32,15781,NULL,2598,1,'2026-01-22 16:06:18','2026-01-22 16:06:18','63608f90-fefd-482a-b6d9-93f8c9289edf'),
(92886,32,15781,NULL,2608,2,'2026-01-22 16:06:18','2026-01-22 16:06:18','18ee7951-1027-4010-8ea9-af56bc2d42ac'),
(92887,32,15781,NULL,2600,3,'2026-01-22 16:06:18','2026-01-22 16:06:18','1c03a8ea-ee26-4677-8d11-e0690eed7042'),
(92888,32,15781,NULL,2596,4,'2026-01-22 16:06:18','2026-01-22 16:06:18','96500ddc-7da6-4d52-8c03-4ff632726f0a'),
(92889,32,15781,NULL,2602,5,'2026-01-22 16:06:18','2026-01-22 16:06:18','2ab1c87f-d513-4282-8008-9185a7f60c6c'),
(92890,32,15781,NULL,2606,6,'2026-01-22 16:06:18','2026-01-22 16:06:18','b8e79a10-bad5-4639-8ad8-4cb662a1179b'),
(92891,32,15781,NULL,2604,7,'2026-01-22 16:06:18','2026-01-22 16:06:18','aaf8087d-4603-47dc-9318-4fa89c85787a'),
(92892,32,15781,NULL,2610,8,'2026-01-22 16:06:18','2026-01-22 16:06:18','a5c39a4b-d963-4328-8c0d-0e7abfe28a35'),
(92893,32,15781,NULL,2612,9,'2026-01-22 16:06:18','2026-01-22 16:06:18','eebadda7-cc95-49ee-b32a-1ebfdf7d5c2f'),
(92894,16,15781,NULL,11978,1,'2026-01-22 16:06:18','2026-01-22 16:06:18','91d26952-a093-4b9d-b964-96c096f328f0'),
(92895,7,15781,NULL,617,1,'2026-01-22 16:06:18','2026-01-22 16:06:18','9c4832b7-945d-486c-9f02-395030370736'),
(92896,7,15781,NULL,605,2,'2026-01-22 16:06:18','2026-01-22 16:06:18','1062187d-19fe-4f4b-8e6e-d4e0d4c5c5bd'),
(92897,7,15781,NULL,9552,3,'2026-01-22 16:06:18','2026-01-22 16:06:18','79ff60b9-913c-475a-adeb-362c9e14463d'),
(92898,82,15781,NULL,491,1,'2026-01-22 16:06:18','2026-01-22 16:06:18','8f0516d4-71b1-40a9-b1ed-b8d40f18e707'),
(92899,47,15781,NULL,10466,1,'2026-01-22 16:06:18','2026-01-22 16:06:18','a848d63a-0a2b-4ddd-bcd6-9e95c8629bab'),
(92900,57,15781,NULL,9469,1,'2026-01-22 16:06:18','2026-01-22 16:06:18','927efa93-5a7c-454a-bd30-4772e58110b8'),
(92901,57,15781,NULL,9470,2,'2026-01-22 16:06:18','2026-01-22 16:06:18','c74104d1-bfba-467c-ab6d-34a19b8d1844'),
(92902,57,15781,NULL,9471,3,'2026-01-22 16:06:18','2026-01-22 16:06:18','721ba539-a162-49ec-856f-d622aee641b1'),
(92903,57,15781,NULL,10097,4,'2026-01-22 16:06:18','2026-01-22 16:06:18','a92041c4-d0f4-4a77-a71f-a01f273591f6'),
(92904,57,15781,NULL,10098,5,'2026-01-22 16:06:18','2026-01-22 16:06:18','dfde685a-3908-4d0a-826d-99f3d0c51fd5'),
(92905,57,15781,NULL,10099,6,'2026-01-22 16:06:18','2026-01-22 16:06:18','0f1a4b99-0501-42f2-88f1-ee6113805b01'),
(92906,57,15781,NULL,10100,7,'2026-01-22 16:06:18','2026-01-22 16:06:18','222e55c9-dba1-4ad3-b5c3-6c3502417dbe'),
(92907,57,15781,NULL,10101,8,'2026-01-22 16:06:18','2026-01-22 16:06:18','999ba5c2-eb3f-45e9-86b2-dd2af74bf1f1'),
(92908,57,15781,NULL,10102,9,'2026-01-22 16:06:18','2026-01-22 16:06:18','ee873d0c-5841-4fa7-b71d-7fcf58bfdd11'),
(92910,12,15781,NULL,15384,1,'2026-01-22 16:06:18','2026-01-22 16:06:18','bcadfc5f-277a-416f-9f84-2903984205c2'),
(92931,32,15784,NULL,2610,1,'2026-01-22 16:11:55','2026-01-22 16:11:55','5cde21e2-ef04-46d7-b7c6-fdfc58ccf561'),
(92932,32,15784,NULL,2598,2,'2026-01-22 16:11:55','2026-01-22 16:11:55','948b5409-5c45-45c9-848b-57c4ede01bfc'),
(92933,32,15784,NULL,2608,3,'2026-01-22 16:11:55','2026-01-22 16:11:55','c07d3898-534e-402b-a42a-4ebf28f1836e'),
(92934,32,15784,NULL,2600,4,'2026-01-22 16:11:55','2026-01-22 16:11:55','5661b815-f783-4c07-b12b-e4cb8509ced5'),
(92935,32,15784,NULL,2596,5,'2026-01-22 16:11:55','2026-01-22 16:11:55','b3d28443-fe17-47bb-af9f-7a6d21687191'),
(92936,32,15784,NULL,2602,6,'2026-01-22 16:11:55','2026-01-22 16:11:55','0bc3940e-61d8-4e56-a855-dd36130a33d8'),
(92937,32,15784,NULL,2606,7,'2026-01-22 16:11:55','2026-01-22 16:11:55','20efb292-cac8-4280-acfb-6141831ff27a'),
(92938,32,15784,NULL,2612,8,'2026-01-22 16:11:55','2026-01-22 16:11:55','60d84a7a-c5b8-4911-a465-249b2914caa6'),
(92939,32,15784,NULL,2604,9,'2026-01-22 16:11:55','2026-01-22 16:11:55','32586dac-874c-42e1-8b06-8c3b2d9b1e1f'),
(92940,16,15784,NULL,9255,1,'2026-01-22 16:11:55','2026-01-22 16:11:55','9c188f3c-cb2a-48d4-98d4-420f8cce691b'),
(92941,7,15784,NULL,601,1,'2026-01-22 16:11:55','2026-01-22 16:11:55','49923b95-8551-4249-b1e9-2ac7b3c526a8'),
(92942,7,15784,NULL,605,2,'2026-01-22 16:11:55','2026-01-22 16:11:55','c2bd9738-ba55-4655-916e-4bb510e7844f'),
(92943,7,15784,NULL,617,3,'2026-01-22 16:11:55','2026-01-22 16:11:55','fbcd122c-2e6d-476d-b029-168b0c5ff140'),
(92944,7,15784,NULL,9552,4,'2026-01-22 16:11:55','2026-01-22 16:11:55','27c2430a-d205-441f-a49e-ce8f10c6e3a3'),
(92945,82,15784,NULL,491,1,'2026-01-22 16:11:55','2026-01-22 16:11:55','f2222e20-a090-4782-a169-dd9016fe08e1'),
(92946,47,15784,NULL,12446,1,'2026-01-22 16:11:55','2026-01-22 16:11:55','0653224d-79fd-44cd-ad8e-37f2d2d430b0'),
(92947,57,15784,NULL,9260,1,'2026-01-22 16:11:55','2026-01-22 16:11:55','f475535b-bf7d-48ee-be11-f01282e9b694'),
(92948,57,15784,NULL,9261,2,'2026-01-22 16:11:55','2026-01-22 16:11:55','9bf43ea8-4ada-4035-83b7-8de4b124fb18'),
(92949,57,15784,NULL,9258,3,'2026-01-22 16:11:55','2026-01-22 16:11:55','3654e6bd-30e2-4e2e-a6e0-8036f2cf5578'),
(92950,57,15784,NULL,9259,4,'2026-01-22 16:11:55','2026-01-22 16:11:55','4ed324bb-c7ba-4e4c-8b9f-ea4d5af12e50'),
(92984,32,15786,NULL,2610,1,'2026-01-22 16:12:57','2026-01-22 16:12:57','c837d017-4794-4e49-9fe1-a94bda0e398c'),
(92985,32,15786,NULL,2598,2,'2026-01-22 16:12:57','2026-01-22 16:12:57','a14fb08b-e369-46cc-ad6b-22070d40dfef'),
(92986,32,15786,NULL,2608,3,'2026-01-22 16:12:57','2026-01-22 16:12:57','492de7a8-d6f7-4094-b974-7ef22048fd9b'),
(92987,32,15786,NULL,2600,4,'2026-01-22 16:12:57','2026-01-22 16:12:57','14157816-1f8b-4507-a98c-2f29068ec0a8'),
(92988,32,15786,NULL,2596,5,'2026-01-22 16:12:57','2026-01-22 16:12:57','53403899-98c4-4a0b-9106-82a4f37679d4'),
(92989,32,15786,NULL,2602,6,'2026-01-22 16:12:57','2026-01-22 16:12:57','881fb484-4c1f-450a-9cf0-7378f0b3bcd7'),
(92990,32,15786,NULL,2606,7,'2026-01-22 16:12:57','2026-01-22 16:12:57','8b5815fa-5cf2-4a53-9d2c-236b19904eaa'),
(92991,32,15786,NULL,2612,8,'2026-01-22 16:12:57','2026-01-22 16:12:57','6cf234e5-d9bd-4cd2-a09f-ed1c913e00c2'),
(92992,32,15786,NULL,2604,9,'2026-01-22 16:12:57','2026-01-22 16:12:57','54cde7b2-4d5e-46bf-a540-aee54089f6f7'),
(92993,16,15786,NULL,10000,1,'2026-01-22 16:12:57','2026-01-22 16:12:57','3e4a01db-69f7-4ef3-bec1-92188acb588a'),
(92994,7,15786,NULL,3468,1,'2026-01-22 16:12:57','2026-01-22 16:12:57','06db81d3-4d65-4ce7-a02a-8aa1bd47f5be'),
(92995,7,15786,NULL,601,2,'2026-01-22 16:12:57','2026-01-22 16:12:57','ed995545-9ef8-4d85-8477-87402f2a5cc7'),
(92996,7,15786,NULL,617,3,'2026-01-22 16:12:57','2026-01-22 16:12:57','66761753-1ece-4107-84bb-0eb2fd5a6d01'),
(92997,7,15786,NULL,605,4,'2026-01-22 16:12:57','2026-01-22 16:12:57','3cc46196-b1fc-422a-beb8-3c41eeecfe35'),
(92998,7,15786,NULL,9552,5,'2026-01-22 16:12:57','2026-01-22 16:12:57','f9bd00cf-0bfb-4dd5-b23b-1e903110eb6d'),
(92999,82,15786,NULL,491,1,'2026-01-22 16:12:57','2026-01-22 16:12:57','dc2e55d1-9b69-41b8-87e8-28624db103f2'),
(93000,46,15786,NULL,7369,1,'2026-01-22 16:12:57','2026-01-22 16:12:57','eb6012cd-142d-4f18-9fd5-29d1750d0fea'),
(93001,47,15786,NULL,12449,1,'2026-01-22 16:12:57','2026-01-22 16:12:57','1f3072c4-597e-4933-96f5-356a0b860b69'),
(93002,57,15786,NULL,10004,1,'2026-01-22 16:12:57','2026-01-22 16:12:57','d280c3a0-e60c-4992-b5b0-ab2cb946a750'),
(93003,57,15786,NULL,10005,2,'2026-01-22 16:12:57','2026-01-22 16:12:57','499228ea-6dd8-45bd-a4d1-1ca18c9f8a3e'),
(93004,57,15786,NULL,10006,3,'2026-01-22 16:12:57','2026-01-22 16:12:57','ae232361-b26b-456b-8178-18dfd2f59656'),
(93005,57,15786,NULL,10007,4,'2026-01-22 16:12:57','2026-01-22 16:12:57','35144506-7db6-4f7a-8a33-3018301a4a27'),
(93006,57,15786,NULL,10009,5,'2026-01-22 16:12:57','2026-01-22 16:12:57','7afe576e-63a0-4e66-9ccf-a49ebd3bb31d'),
(93007,57,15786,NULL,10010,6,'2026-01-22 16:12:57','2026-01-22 16:12:57','57b21623-7920-4a04-9563-10d3044ab8e5'),
(93008,57,15786,NULL,10012,7,'2026-01-22 16:12:57','2026-01-22 16:12:57','311b1fbe-ee40-4968-8d59-6e7ae1c3c13f'),
(93009,57,15786,NULL,10013,8,'2026-01-22 16:12:57','2026-01-22 16:12:57','eb63d558-2fde-4264-96a4-ddf04d02db23'),
(93010,57,15786,NULL,10014,9,'2026-01-22 16:12:57','2026-01-22 16:12:57','2c1e8413-e86a-4f4c-82db-0a2cdd6892eb'),
(93011,57,15786,NULL,10015,10,'2026-01-22 16:12:57','2026-01-22 16:12:57','2f86e0f2-3869-4860-aeed-3f4b22e4da39'),
(93012,57,15786,NULL,10016,11,'2026-01-22 16:12:57','2026-01-22 16:12:57','26c04b27-bfea-49bf-b6ac-a252be5c3adf'),
(93013,57,15786,NULL,10018,12,'2026-01-22 16:12:57','2026-01-22 16:12:57','af34d600-a6c0-4dbb-a5c9-f88bd5aade1e'),
(93014,57,15786,NULL,10019,13,'2026-01-22 16:12:57','2026-01-22 16:12:57','8698511c-e199-476b-881f-4cf062075e24'),
(93015,57,15786,NULL,10020,14,'2026-01-22 16:12:57','2026-01-22 16:12:57','eef5d6f9-8053-4f4f-94ed-3bfd3c277ffb'),
(93042,32,15791,NULL,2614,1,'2026-01-22 16:13:46','2026-01-22 16:13:46','e3afe64d-146a-4f66-bf06-aa09b9b58c62'),
(93043,32,15791,NULL,2610,2,'2026-01-22 16:13:46','2026-01-22 16:13:46','e08563ae-4825-4892-8a6e-236892972bac'),
(93044,32,15791,NULL,2598,3,'2026-01-22 16:13:46','2026-01-22 16:13:46','46de48ab-427d-4654-a907-e9630eb8a8f8'),
(93045,32,15791,NULL,2608,4,'2026-01-22 16:13:46','2026-01-22 16:13:46','0b2d09f6-0ec3-4f96-bd2e-d9c9167f5b22'),
(93046,32,15791,NULL,2600,5,'2026-01-22 16:13:46','2026-01-22 16:13:46','9cfcf597-ae99-4fa2-9ba5-62ece07f7380'),
(93047,32,15791,NULL,2596,6,'2026-01-22 16:13:46','2026-01-22 16:13:46','1519c777-80bb-4ab6-ab66-9cbcdb71e6c4'),
(93048,32,15791,NULL,2602,7,'2026-01-22 16:13:46','2026-01-22 16:13:46','f3045b97-8696-454f-9463-ca2f27092c22'),
(93049,32,15791,NULL,2606,8,'2026-01-22 16:13:46','2026-01-22 16:13:46','87dc0e07-9305-42af-9a9d-c5c9c6b341af'),
(93050,32,15791,NULL,2612,9,'2026-01-22 16:13:46','2026-01-22 16:13:46','69bf4627-9eea-4eaf-93e1-7c8add774835'),
(93051,32,15791,NULL,2604,10,'2026-01-22 16:13:46','2026-01-22 16:13:46','ca9abd67-8540-4955-b84a-97b7a31b5dcd'),
(93052,16,15791,NULL,6659,1,'2026-01-22 16:13:46','2026-01-22 16:13:46','67d204d0-f48e-4ef2-970e-3d483e338d46'),
(93053,7,15791,NULL,6547,1,'2026-01-22 16:13:46','2026-01-22 16:13:46','23688aa8-008b-4786-9c4a-a00b6dad9fe5'),
(93054,7,15791,NULL,601,2,'2026-01-22 16:13:46','2026-01-22 16:13:46','271e0bde-fc2c-425b-b27b-9bb4993cad63'),
(93055,7,15791,NULL,617,3,'2026-01-22 16:13:46','2026-01-22 16:13:46','c9e12618-9c2a-421d-9f77-9182599bd551'),
(93056,7,15791,NULL,9640,4,'2026-01-22 16:13:46','2026-01-22 16:13:46','47b6fc29-a0d7-45e2-8c03-274aa126100d'),
(93057,7,15791,NULL,2974,5,'2026-01-22 16:13:46','2026-01-22 16:13:46','ce48adaf-54a7-4d84-945e-c0cdade4415c'),
(93058,7,15791,NULL,605,6,'2026-01-22 16:13:46','2026-01-22 16:13:46','53d96d29-f591-4d4b-b526-8be0f9836973'),
(93059,7,15791,NULL,9552,7,'2026-01-22 16:13:46','2026-01-22 16:13:46','f611435a-8a0c-428c-9c3b-936af1a93508'),
(93060,47,15791,NULL,12453,1,'2026-01-22 16:13:46','2026-01-22 16:13:46','64595df9-11c6-4f62-b8d6-38cc178886d3'),
(93061,57,15791,NULL,6680,1,'2026-01-22 16:13:46','2026-01-22 16:13:46','c2df5b34-940d-40ad-8157-5d2b9913aa29'),
(93062,57,15791,NULL,6681,2,'2026-01-22 16:13:46','2026-01-22 16:13:46','f23fb563-e435-4f5a-9882-cdfa4428633c'),
(93063,57,15791,NULL,6682,3,'2026-01-22 16:13:46','2026-01-22 16:13:46','5bffdf42-726e-4439-a14e-4aa279860320'),
(93064,57,15791,NULL,6683,4,'2026-01-22 16:13:46','2026-01-22 16:13:46','3a6cf12a-0c4b-42d1-ad30-ea7ab7afff56'),
(93065,57,15791,NULL,6684,5,'2026-01-22 16:13:46','2026-01-22 16:13:46','ef2cc27d-aedf-43e4-85c0-0c1365579c87'),
(93091,32,15795,NULL,2610,1,'2026-01-22 16:14:55','2026-01-22 16:14:55','7336daf2-ee77-47c4-8310-648e481d14da'),
(93092,32,15795,NULL,2598,2,'2026-01-22 16:14:55','2026-01-22 16:14:55','d7f00dea-1965-4e2b-bdf5-821231737673'),
(93093,32,15795,NULL,2608,3,'2026-01-22 16:14:55','2026-01-22 16:14:55','240b0873-6833-4e02-a294-273adf4a6236'),
(93094,32,15795,NULL,2600,4,'2026-01-22 16:14:55','2026-01-22 16:14:55','c903f303-85ad-4f93-8e5d-e6f923f72074'),
(93095,32,15795,NULL,2596,5,'2026-01-22 16:14:55','2026-01-22 16:14:55','cd6f0da8-499f-4604-abf2-497a91398a3d'),
(93096,32,15795,NULL,2602,6,'2026-01-22 16:14:55','2026-01-22 16:14:55','ea938a5a-84f1-4e90-aab0-6a9d20662def'),
(93097,32,15795,NULL,2606,7,'2026-01-22 16:14:55','2026-01-22 16:14:55','e89f01f0-82d3-4e80-b8d5-da170503a890'),
(93098,32,15795,NULL,2612,8,'2026-01-22 16:14:55','2026-01-22 16:14:55','ec3b239c-b997-460c-8714-0182834d36e4'),
(93099,32,15795,NULL,2604,9,'2026-01-22 16:14:55','2026-01-22 16:14:55','985a0d87-50b2-4406-8ccc-69b5328ae99b'),
(93100,16,15795,NULL,9286,1,'2026-01-22 16:14:55','2026-01-22 16:14:55','4428e9cc-e1a0-4d1b-9c11-763be2a63796'),
(93101,7,15795,NULL,3468,1,'2026-01-22 16:14:55','2026-01-22 16:14:55','5d8a9f89-aaab-4863-82c8-c1d96225d7dc'),
(93102,7,15795,NULL,601,2,'2026-01-22 16:14:55','2026-01-22 16:14:55','1e373682-55f4-4879-9947-cbe78cbbb4f8'),
(93103,7,15795,NULL,617,3,'2026-01-22 16:14:55','2026-01-22 16:14:55','45a6435a-e9fb-4fe8-8f4c-9082ffdcf1d1'),
(93104,7,15795,NULL,9552,4,'2026-01-22 16:14:55','2026-01-22 16:14:55','8e95c557-c6ab-4405-8ed0-1e4476dbafce'),
(93105,7,15795,NULL,605,5,'2026-01-22 16:14:55','2026-01-22 16:14:55','5f541e49-f92a-462c-9b31-d6669f6de3d0'),
(93106,82,15795,NULL,491,1,'2026-01-22 16:14:55','2026-01-22 16:14:55','1f1ef9fc-be10-4c53-9612-adf483836553'),
(93107,47,15795,NULL,12455,1,'2026-01-22 16:14:55','2026-01-22 16:14:55','05da6b1e-d6d8-42fd-9096-ac025d90ab42'),
(93108,57,15795,NULL,9293,1,'2026-01-22 16:14:55','2026-01-22 16:14:55','2199ce95-7aa7-40a0-b0ab-fc56dfc92891'),
(93109,57,15795,NULL,9290,2,'2026-01-22 16:14:55','2026-01-22 16:14:55','2083df2e-9b2d-48d2-a68b-623cec120a8f'),
(93110,57,15795,NULL,9289,3,'2026-01-22 16:14:55','2026-01-22 16:14:55','5d4cffb5-b654-4f8d-8714-33de645372cd'),
(93111,57,15795,NULL,9294,4,'2026-01-22 16:14:55','2026-01-22 16:14:55','efbcc59e-d0cc-4bf4-92dd-bdab18c4e037'),
(93112,57,15795,NULL,9291,5,'2026-01-22 16:14:55','2026-01-22 16:14:55','2fdbb8b5-c991-4919-ba81-e9ec1f9af69f'),
(93113,57,15795,NULL,9292,6,'2026-01-22 16:14:55','2026-01-22 16:14:55','2b926080-68a9-4e72-a3ce-3179c02f6b12'),
(93148,32,15797,NULL,2614,1,'2026-01-22 16:16:01','2026-01-22 16:16:01','95e28d95-8fc0-4381-bc25-8422489eabc7'),
(93149,32,15797,NULL,2610,2,'2026-01-22 16:16:01','2026-01-22 16:16:01','7347873f-08c9-46de-9e3d-54bd3c9bdcf8'),
(93150,32,15797,NULL,2598,3,'2026-01-22 16:16:01','2026-01-22 16:16:01','30c55a2c-9aa2-4981-8a00-495c097d58bb'),
(93151,32,15797,NULL,2608,4,'2026-01-22 16:16:01','2026-01-22 16:16:01','e7fcd63b-65b9-4082-adfd-3efca82d9ea8'),
(93152,32,15797,NULL,2600,5,'2026-01-22 16:16:01','2026-01-22 16:16:01','66247efd-3ceb-43d3-89dc-588251cf5c5b'),
(93153,32,15797,NULL,2596,6,'2026-01-22 16:16:01','2026-01-22 16:16:01','14919b0b-97cf-4959-b7e3-d9da8e972b4b'),
(93154,32,15797,NULL,2602,7,'2026-01-22 16:16:01','2026-01-22 16:16:01','7e8ab9eb-be4d-46dd-b0b2-b421d07e2aa5'),
(93155,32,15797,NULL,2606,8,'2026-01-22 16:16:01','2026-01-22 16:16:01','e91fd8de-85a9-462c-b02d-143df0171099'),
(93156,32,15797,NULL,2612,9,'2026-01-22 16:16:01','2026-01-22 16:16:01','5b2c687b-c8cd-4216-b1f3-7b34d623a617'),
(93157,32,15797,NULL,2604,10,'2026-01-22 16:16:01','2026-01-22 16:16:01','bd780ae0-22f6-4cfa-ae05-dabc49bf70d4'),
(93158,16,15797,NULL,10041,1,'2026-01-22 16:16:01','2026-01-22 16:16:01','f97bcbf5-1753-48ed-b195-ba23fa5477bb'),
(93159,7,15797,NULL,601,1,'2026-01-22 16:16:01','2026-01-22 16:16:01','774a758c-4718-424b-aab5-bb52f79e62a9'),
(93160,7,15797,NULL,617,2,'2026-01-22 16:16:01','2026-01-22 16:16:01','60e91726-6cba-4077-9e65-9661dbddfdae'),
(93161,7,15797,NULL,9549,3,'2026-01-22 16:16:01','2026-01-22 16:16:01','cf242ce6-392b-4a18-89c0-2d763540f2e5'),
(93162,7,15797,NULL,605,4,'2026-01-22 16:16:01','2026-01-22 16:16:01','af69bf58-29be-4477-b8ff-c79c4a84ec9d'),
(93163,7,15797,NULL,9552,5,'2026-01-22 16:16:01','2026-01-22 16:16:01','bd290b55-4e90-48b5-9320-f9746b174824'),
(93164,47,15797,NULL,12458,1,'2026-01-22 16:16:01','2026-01-22 16:16:01','26f5d2d0-c157-434e-8c8f-c4be9d4b9a46'),
(93165,57,15797,NULL,10057,1,'2026-01-22 16:16:01','2026-01-22 16:16:01','923c0a76-a16e-49db-9824-8e09ebd24414'),
(93166,57,15797,NULL,10049,2,'2026-01-22 16:16:01','2026-01-22 16:16:01','362428ae-beed-49c3-a76c-4b3aa8eb04e0'),
(93167,57,15797,NULL,10044,3,'2026-01-22 16:16:01','2026-01-22 16:16:01','78002796-a882-434d-a5f9-bbd12ff545d6'),
(93168,57,15797,NULL,10045,4,'2026-01-22 16:16:01','2026-01-22 16:16:01','9bac2b39-600e-4509-ad3e-7c94b0ff52b7'),
(93169,57,15797,NULL,10042,5,'2026-01-22 16:16:01','2026-01-22 16:16:01','40662d2d-2c9f-4717-b7c2-5d38d54fb246'),
(93170,57,15797,NULL,10043,6,'2026-01-22 16:16:01','2026-01-22 16:16:01','f03df569-e5bb-4152-a117-5f41a2910e9b'),
(93171,57,15797,NULL,10046,7,'2026-01-22 16:16:01','2026-01-22 16:16:01','3ca2a7eb-01e0-45d1-bdf8-b7fc818ce5e5'),
(93172,57,15797,NULL,10047,8,'2026-01-22 16:16:01','2026-01-22 16:16:01','e41be33a-3a11-49fb-acb0-f963ee87f50d'),
(93173,57,15797,NULL,10048,9,'2026-01-22 16:16:01','2026-01-22 16:16:01','bb626d75-5d00-41af-8abe-3eb9414a5563'),
(93174,57,15797,NULL,10051,10,'2026-01-22 16:16:01','2026-01-22 16:16:01','f80fcd36-ebc7-4105-be1c-6809f4584c34'),
(93175,57,15797,NULL,10052,11,'2026-01-22 16:16:01','2026-01-22 16:16:01','98e6bc3d-1e73-419a-8ee9-03df076b271f'),
(93176,57,15797,NULL,10053,12,'2026-01-22 16:16:01','2026-01-22 16:16:01','60c93697-1f23-4fef-9181-2007c80050db'),
(93177,57,15797,NULL,10055,13,'2026-01-22 16:16:01','2026-01-22 16:16:01','625c4c39-00f2-4599-bf0c-abf106516f7c'),
(93178,57,15797,NULL,10059,14,'2026-01-22 16:16:01','2026-01-22 16:16:01','b25fd29d-365a-4c07-ac87-ade0d534266a'),
(93179,57,15797,NULL,10060,15,'2026-01-22 16:16:01','2026-01-22 16:16:01','3a9d6729-abb1-4566-a829-b04df8bf347e'),
(93211,32,15799,NULL,2610,1,'2026-01-22 16:16:48','2026-01-22 16:16:48','fc35858a-fbbe-47fc-bb19-f32b01103fab'),
(93212,32,15799,NULL,2598,2,'2026-01-22 16:16:48','2026-01-22 16:16:48','2bb4377e-ff60-4b14-94b4-01cd5510cb00'),
(93213,32,15799,NULL,2608,3,'2026-01-22 16:16:48','2026-01-22 16:16:48','a5120bb0-f984-4526-9735-cdabcf0922c3'),
(93214,32,15799,NULL,2624,4,'2026-01-22 16:16:48','2026-01-22 16:16:48','99714e5b-981b-40bf-9c24-75a94ce22ac3'),
(93215,32,15799,NULL,2600,5,'2026-01-22 16:16:48','2026-01-22 16:16:48','0c90713c-17f4-47e8-8ef6-6989dc24afe5'),
(93216,32,15799,NULL,2596,6,'2026-01-22 16:16:48','2026-01-22 16:16:48','0618885b-d90f-4142-92ab-e5afbdee53b9'),
(93217,32,15799,NULL,2602,7,'2026-01-22 16:16:48','2026-01-22 16:16:48','67324d3d-9323-4dd6-8d5b-6da85f1a3d58'),
(93218,32,15799,NULL,2606,8,'2026-01-22 16:16:48','2026-01-22 16:16:48','a28f9db9-7a35-4536-9eec-003531417328'),
(93219,32,15799,NULL,2612,9,'2026-01-22 16:16:48','2026-01-22 16:16:48','ba0b48e0-d023-48f7-8d26-3f077dc591e1'),
(93220,32,15799,NULL,2604,10,'2026-01-22 16:16:48','2026-01-22 16:16:48','8ee4326a-2dbd-451e-b734-e937ccfcd587'),
(93221,16,15799,NULL,10069,1,'2026-01-22 16:16:48','2026-01-22 16:16:48','fd8fe802-fd89-4b0f-82ec-5e3c481afbcf'),
(93222,7,15799,NULL,601,1,'2026-01-22 16:16:48','2026-01-22 16:16:48','75b7b7f5-9a7e-42fb-8c01-771811a0a697'),
(93223,7,15799,NULL,605,2,'2026-01-22 16:16:48','2026-01-22 16:16:48','9301de5c-5f14-4fae-a78a-b0659a0cc9fe'),
(93224,7,15799,NULL,617,3,'2026-01-22 16:16:48','2026-01-22 16:16:48','399b0683-4169-4fba-a533-63165dbd7cc8'),
(93225,7,15799,NULL,2972,4,'2026-01-22 16:16:48','2026-01-22 16:16:48','2e2cf045-ac0b-45ee-9376-e4f386c85b0f'),
(93226,7,15799,NULL,9552,5,'2026-01-22 16:16:48','2026-01-22 16:16:48','7ba4205e-f623-47c6-a633-5000608895b3'),
(93227,82,15799,NULL,491,1,'2026-01-22 16:16:48','2026-01-22 16:16:48','17eb4800-e7d5-4679-a90e-09c5dee1cf8b'),
(93228,46,15799,NULL,2891,1,'2026-01-22 16:16:48','2026-01-22 16:16:48','05ab13ae-90a6-4c8f-878c-e576df1bb8f7'),
(93229,47,15799,NULL,12461,1,'2026-01-22 16:16:48','2026-01-22 16:16:48','f9c2da19-358f-48c5-931c-88fb5020b227'),
(93230,57,15799,NULL,10072,1,'2026-01-22 16:16:48','2026-01-22 16:16:48','fb78d975-3e6b-4102-9867-861f6f0db52a'),
(93231,57,15799,NULL,10079,2,'2026-01-22 16:16:48','2026-01-22 16:16:48','5f47a173-2238-4e35-89be-fbd1a5940d3e'),
(93232,57,15799,NULL,10074,3,'2026-01-22 16:16:48','2026-01-22 16:16:48','e0f43632-0200-4036-a482-cc580ba3ae50'),
(93233,57,15799,NULL,10076,4,'2026-01-22 16:16:48','2026-01-22 16:16:48','c3486ee8-5790-4428-831e-b76097447b9a'),
(93234,57,15799,NULL,10075,5,'2026-01-22 16:16:48','2026-01-22 16:16:48','cca98a82-816d-4019-a951-3d955bfc9f7d'),
(93235,57,15799,NULL,10080,6,'2026-01-22 16:16:48','2026-01-22 16:16:48','c594ae09-68b7-4bc1-a814-cbaba9d748e8'),
(93236,57,15799,NULL,10071,7,'2026-01-22 16:16:48','2026-01-22 16:16:48','c6f51d79-292b-4076-96ec-43b28d832999'),
(93237,57,15799,NULL,10070,8,'2026-01-22 16:16:48','2026-01-22 16:16:48','4170800e-b1dc-4af4-8fa7-897058408511'),
(93238,57,15799,NULL,10077,9,'2026-01-22 16:16:48','2026-01-22 16:16:48','f5e28223-d208-43f9-be04-dbd2b1c46017'),
(93239,57,15799,NULL,10078,10,'2026-01-22 16:16:48','2026-01-22 16:16:48','cf68ff85-522f-4dd0-be67-dfaeb975137e'),
(93272,32,15801,NULL,2610,1,'2026-01-22 16:17:45','2026-01-22 16:17:45','cceebc25-7707-4610-a9bf-5bc0294f4d8a'),
(93273,32,15801,NULL,2598,2,'2026-01-22 16:17:45','2026-01-22 16:17:45','c1af0120-8dff-4a5d-9074-e2d15e9782d9'),
(93274,32,15801,NULL,2608,3,'2026-01-22 16:17:45','2026-01-22 16:17:45','b0f10b37-f1d6-43df-8f25-263a7ce0a74b'),
(93275,32,15801,NULL,2600,4,'2026-01-22 16:17:45','2026-01-22 16:17:45','202fa520-e097-43d7-ab13-adb778bdaaf6'),
(93276,32,15801,NULL,2596,5,'2026-01-22 16:17:45','2026-01-22 16:17:45','3a9d3042-60cb-4d53-b4c7-116d519dde0e'),
(93277,32,15801,NULL,2602,6,'2026-01-22 16:17:45','2026-01-22 16:17:45','609a3fb8-3e3d-4364-8f38-666f793424ca'),
(93278,32,15801,NULL,2606,7,'2026-01-22 16:17:45','2026-01-22 16:17:45','5b1600f5-4a7e-4c46-ac8a-915464827078'),
(93279,32,15801,NULL,2612,8,'2026-01-22 16:17:45','2026-01-22 16:17:45','5a365f78-cf25-49af-93ae-6d9e78d7000d'),
(93280,32,15801,NULL,2604,9,'2026-01-22 16:17:45','2026-01-22 16:17:45','6ca94fed-089e-499b-9f1e-27de072dee05'),
(93281,16,15801,NULL,6422,1,'2026-01-22 16:17:45','2026-01-22 16:17:45','97d1a92f-86e2-461a-a849-309809bbe840'),
(93282,7,15801,NULL,3468,1,'2026-01-22 16:17:45','2026-01-22 16:17:45','a00ed3e0-bc76-4db9-b74c-500c8b8d1929'),
(93283,7,15801,NULL,601,2,'2026-01-22 16:17:45','2026-01-22 16:17:45','58d8a39a-28dd-4ded-973a-4f303d240cc6'),
(93284,7,15801,NULL,617,3,'2026-01-22 16:17:45','2026-01-22 16:17:45','103247e2-e470-49e9-8e75-d44660ed5e34'),
(93285,7,15801,NULL,605,4,'2026-01-22 16:17:45','2026-01-22 16:17:45','b6515215-01c5-40c7-8403-06b5bdfcf783'),
(93286,7,15801,NULL,9552,5,'2026-01-22 16:17:45','2026-01-22 16:17:45','4b1d3883-3200-4ab4-9533-ab50fdd9b436'),
(93287,82,15801,NULL,491,1,'2026-01-22 16:17:45','2026-01-22 16:17:45','fda9a998-bb20-4f7b-ab54-e491ed73631c'),
(93288,46,15801,NULL,7369,1,'2026-01-22 16:17:45','2026-01-22 16:17:45','463e21b4-5211-4b81-8a25-95a7245def43'),
(93289,47,15801,NULL,12467,1,'2026-01-22 16:17:45','2026-01-22 16:17:45','9425022e-c9bc-4d43-8d2b-585d89742f1d'),
(93290,57,15801,NULL,9319,1,'2026-01-22 16:17:45','2026-01-22 16:17:45','cc62444e-de32-4e92-8e47-df25a9d79183'),
(93291,57,15801,NULL,9320,2,'2026-01-22 16:17:45','2026-01-22 16:17:45','bbef750e-be80-4065-aab8-3b69304d293b'),
(93292,57,15801,NULL,9321,3,'2026-01-22 16:17:45','2026-01-22 16:17:45','ba04d7ca-73cf-4cfc-a4fa-1fdcf3964f97'),
(93293,57,15801,NULL,9322,4,'2026-01-22 16:17:45','2026-01-22 16:17:45','0e496f7b-db85-4ab3-9dd0-1151efe1c9b6'),
(93294,57,15801,NULL,10087,5,'2026-01-22 16:17:45','2026-01-22 16:17:45','f481a5cb-ce47-486e-9914-baf5e89805fc'),
(93295,57,15801,NULL,9323,6,'2026-01-22 16:17:45','2026-01-22 16:17:45','44795184-5a3d-4ff2-a79a-c5d5a692e7d1'),
(93296,57,15801,NULL,10084,7,'2026-01-22 16:17:45','2026-01-22 16:17:45','ae8ffb52-eeb9-4c70-9ccb-ae715bac0ca1'),
(93297,57,15801,NULL,10085,8,'2026-01-22 16:17:45','2026-01-22 16:17:45','80c591ee-6f55-40f5-b945-9146d6220935'),
(93298,57,15801,NULL,10088,9,'2026-01-22 16:17:45','2026-01-22 16:17:45','49175c3b-4c05-49fa-a8bb-4f503ec048b4'),
(93299,57,15801,NULL,10089,10,'2026-01-22 16:17:45','2026-01-22 16:17:45','0ea384c4-970a-412f-8695-8b6f1b0bac19'),
(93300,57,15801,NULL,10083,11,'2026-01-22 16:17:45','2026-01-22 16:17:45','c7c2451c-c417-415e-9ff5-4963bba960b9'),
(93301,57,15801,NULL,10090,12,'2026-01-22 16:17:45','2026-01-22 16:17:45','57e66773-c96e-487b-ad86-af6674139904'),
(93302,13,15801,NULL,6844,1,'2026-01-22 16:17:45','2026-01-22 16:17:45','30f5e3d2-54a2-4afe-9e66-80100237372f'),
(93333,32,15803,NULL,2610,1,'2026-01-22 16:18:41','2026-01-22 16:18:41','03d4dff4-427d-4311-a913-8b6ea2fdd75f'),
(93334,32,15803,NULL,2598,2,'2026-01-22 16:18:41','2026-01-22 16:18:41','c415f159-8c68-41be-aa77-75fcd513a725'),
(93335,32,15803,NULL,2608,3,'2026-01-22 16:18:41','2026-01-22 16:18:41','9928bd4b-8649-4f74-9112-425cf2c92f88'),
(93336,32,15803,NULL,2600,4,'2026-01-22 16:18:41','2026-01-22 16:18:41','18fede9c-ea43-4fde-a172-25189ecafdb3'),
(93337,32,15803,NULL,2596,5,'2026-01-22 16:18:41','2026-01-22 16:18:41','979963b0-761d-43d9-b2bb-b4000757b073'),
(93338,32,15803,NULL,2602,6,'2026-01-22 16:18:41','2026-01-22 16:18:41','c1d82ce7-97ba-4ae1-a7c5-7502223aa4df'),
(93339,32,15803,NULL,2606,7,'2026-01-22 16:18:41','2026-01-22 16:18:41','b86202b9-8043-4213-a430-a4d2798f29c8'),
(93340,32,15803,NULL,2612,8,'2026-01-22 16:18:41','2026-01-22 16:18:41','a2919142-98ec-4fea-bf36-946f2bebdf47'),
(93341,32,15803,NULL,2604,9,'2026-01-22 16:18:41','2026-01-22 16:18:41','2132648c-8159-42be-a86e-e238b41590ce'),
(93342,16,15803,NULL,10248,1,'2026-01-22 16:18:41','2026-01-22 16:18:41','f3965b55-fc7c-43f5-84e1-5c769116ada9'),
(93343,7,15803,NULL,6547,1,'2026-01-22 16:18:41','2026-01-22 16:18:41','413b5d1e-6cb1-4354-bd43-4ccd4eb59729'),
(93344,7,15803,NULL,601,2,'2026-01-22 16:18:41','2026-01-22 16:18:41','e52fbe0e-37cc-4ade-a3a8-cb96c35d09bc'),
(93345,7,15803,NULL,617,3,'2026-01-22 16:18:41','2026-01-22 16:18:41','b05f359e-92b0-4ab4-b6cc-7decf4470d8d'),
(93346,7,15803,NULL,2974,4,'2026-01-22 16:18:41','2026-01-22 16:18:41','c6fc19ca-6966-43d9-a86d-a81fa03a388d'),
(93347,7,15803,NULL,605,5,'2026-01-22 16:18:41','2026-01-22 16:18:41','5aa9aaeb-93d6-409d-95bc-12c0e410c214'),
(93348,7,15803,NULL,9552,6,'2026-01-22 16:18:41','2026-01-22 16:18:41','fbf6ee32-44e4-4520-bb74-0c52c7810acc'),
(93349,82,15803,NULL,491,1,'2026-01-22 16:18:41','2026-01-22 16:18:41','ab90b5bd-9876-4c50-b69c-d862c86dcb76'),
(93350,46,15803,NULL,7369,1,'2026-01-22 16:18:41','2026-01-22 16:18:41','f550426d-dc6a-49d5-b946-8d768619d833'),
(93351,47,15803,NULL,15316,1,'2026-01-22 16:18:41','2026-01-22 16:18:41','06aa1671-dd34-495f-ae89-8e8ca4bd0e7c'),
(93352,57,15803,NULL,10250,1,'2026-01-22 16:18:41','2026-01-22 16:18:41','73244505-6f5c-48c1-8d54-b0a2c7786826'),
(93353,57,15803,NULL,10249,2,'2026-01-22 16:18:41','2026-01-22 16:18:41','30cad8cf-12f6-4f5c-8a1d-bec9b5783ea6'),
(93354,57,15803,NULL,9331,3,'2026-01-22 16:18:41','2026-01-22 16:18:41','1a2c3cdf-ec17-486f-8896-c315055afad6'),
(93355,57,15803,NULL,9336,4,'2026-01-22 16:18:41','2026-01-22 16:18:41','d2b1bc5f-cba9-4b0c-aff5-c8ed70cf6e77'),
(93356,57,15803,NULL,9332,5,'2026-01-22 16:18:41','2026-01-22 16:18:41','ee2a52e7-a304-45c1-a3f5-91f7c9d0bffb'),
(93357,57,15803,NULL,10251,6,'2026-01-22 16:18:41','2026-01-22 16:18:41','c281939f-de29-491c-8b25-1de3ecd3a5cb'),
(93358,57,15803,NULL,9333,7,'2026-01-22 16:18:41','2026-01-22 16:18:41','267258e7-637e-4c93-9856-7e8332503f45'),
(93359,57,15803,NULL,9334,8,'2026-01-22 16:18:41','2026-01-22 16:18:41','7cf43746-a254-4fdc-9882-556db4071d7a'),
(93360,57,15803,NULL,9335,9,'2026-01-22 16:18:41','2026-01-22 16:18:41','2ab4d461-0291-4e16-af75-0e65d097ac12'),
(93361,57,15803,NULL,10252,10,'2026-01-22 16:18:41','2026-01-22 16:18:41','6cafc325-cb18-4a9f-9a49-7b8662c3bd6a'),
(93389,32,15807,NULL,2614,1,'2026-01-22 16:19:37','2026-01-22 16:19:37','a52b7e0e-44ee-4eca-9902-e19ab2329cde'),
(93390,32,15807,NULL,2610,2,'2026-01-22 16:19:37','2026-01-22 16:19:37','1cae5330-c744-4adf-a7bf-936afc4d55b9'),
(93391,32,15807,NULL,2598,3,'2026-01-22 16:19:37','2026-01-22 16:19:37','a47eb47c-0d7d-4629-bfc7-cbf949652072'),
(93392,32,15807,NULL,2600,4,'2026-01-22 16:19:37','2026-01-22 16:19:37','bbfa8e27-c8a6-44a8-97cb-586d56f4be2e'),
(93393,32,15807,NULL,2604,5,'2026-01-22 16:19:37','2026-01-22 16:19:37','ec5de85d-0d7f-4af7-b7a4-4ac1a4973efe'),
(93394,32,15807,NULL,2608,6,'2026-01-22 16:19:37','2026-01-22 16:19:37','f74c2c69-0d94-46fe-ba6a-bce9eca76932'),
(93395,32,15807,NULL,2596,7,'2026-01-22 16:19:37','2026-01-22 16:19:37','4b11b692-68da-4463-acdb-dcb48de3f926'),
(93396,32,15807,NULL,2602,8,'2026-01-22 16:19:37','2026-01-22 16:19:37','8d21dcaf-7b0c-44ab-8ccf-e345df0c1008'),
(93397,32,15807,NULL,2606,9,'2026-01-22 16:19:37','2026-01-22 16:19:37','3a0c7580-e856-463b-b370-9227f3dca246'),
(93398,32,15807,NULL,2612,10,'2026-01-22 16:19:37','2026-01-22 16:19:37','c4df2779-4820-4c0a-bc15-90d76f1a1d91'),
(93399,16,15807,NULL,4824,1,'2026-01-22 16:19:37','2026-01-22 16:19:37','18bdecdc-5102-42fd-a4ee-57a3f45bbb78'),
(93400,7,15807,NULL,6547,1,'2026-01-22 16:19:37','2026-01-22 16:19:37','972dca0f-923d-4e71-8286-8f5a610ab9c4'),
(93401,7,15807,NULL,601,2,'2026-01-22 16:19:37','2026-01-22 16:19:37','8926917b-05b8-45ee-991e-3fa9cf2d412e'),
(93402,7,15807,NULL,2974,3,'2026-01-22 16:19:37','2026-01-22 16:19:37','8b66c333-a18e-415b-9bae-047bd4a4d670'),
(93403,7,15807,NULL,617,4,'2026-01-22 16:19:37','2026-01-22 16:19:37','ffae70ce-48d6-4c45-aad8-e110b03301cf'),
(93404,7,15807,NULL,9640,5,'2026-01-22 16:19:37','2026-01-22 16:19:37','5db52676-2d91-4a92-b8a3-1687aafe2796'),
(93405,7,15807,NULL,605,6,'2026-01-22 16:19:37','2026-01-22 16:19:37','ef467aac-0784-44a4-a8e5-4fd8e11e1bd4'),
(93406,7,15807,NULL,9552,7,'2026-01-22 16:19:37','2026-01-22 16:19:37','93713cef-14d5-4539-a779-22d9541739e1'),
(93407,7,15807,NULL,9549,8,'2026-01-22 16:19:37','2026-01-22 16:19:37','babe3237-8992-49b8-ba18-eed52c7e9188'),
(93408,82,15807,NULL,479,1,'2026-01-22 16:19:37','2026-01-22 16:19:37','6417888e-245e-4be9-82c8-086688d862b3'),
(93409,47,15807,NULL,12482,1,'2026-01-22 16:19:37','2026-01-22 16:19:37','8aa73fa2-e7d5-4552-9224-cc1f4ec541ae'),
(93410,57,15807,NULL,4821,1,'2026-01-22 16:19:37','2026-01-22 16:19:37','c4abbfe6-5481-444a-927c-6c1271b3c389'),
(93411,57,15807,NULL,4822,2,'2026-01-22 16:19:37','2026-01-22 16:19:37','067e925a-ffd1-46f2-ae63-4eda15d873ae'),
(93412,57,15807,NULL,4823,3,'2026-01-22 16:19:37','2026-01-22 16:19:37','fad13187-7c3b-4ec2-a522-2dace05e4660'),
(93413,57,15807,NULL,4824,4,'2026-01-22 16:19:37','2026-01-22 16:19:37','9f41eb6e-56bf-4542-b7fc-a58580a75f23'),
(93414,13,15807,NULL,6620,1,'2026-01-22 16:19:37','2026-01-22 16:19:37','d26eabe1-69d0-4fda-8982-763d7f20cbb5'),
(93439,32,15809,NULL,2610,1,'2026-01-22 16:20:21','2026-01-22 16:20:21','f35edc7b-668f-4ca9-a995-9d206b13878e'),
(93440,32,15809,NULL,2598,2,'2026-01-22 16:20:21','2026-01-22 16:20:21','eeb499c9-ac8e-4cc1-864a-bc419ecee562'),
(93441,32,15809,NULL,2600,3,'2026-01-22 16:20:21','2026-01-22 16:20:21','8ba3cdc7-d502-4109-b1aa-ff3980228dbb'),
(93442,32,15809,NULL,2604,4,'2026-01-22 16:20:21','2026-01-22 16:20:21','da5bb9cd-1b69-42d8-b00b-c40dc87c28ce'),
(93443,32,15809,NULL,2608,5,'2026-01-22 16:20:21','2026-01-22 16:20:21','0335001b-48b3-4abd-bc6f-a27bdcbfea70'),
(93444,32,15809,NULL,2602,6,'2026-01-22 16:20:21','2026-01-22 16:20:21','5517be6b-8dd3-4761-9ef4-10f4854791a6'),
(93445,32,15809,NULL,2596,7,'2026-01-22 16:20:21','2026-01-22 16:20:21','7c9456af-4b52-4393-94a2-2179b665ddd2'),
(93446,32,15809,NULL,2606,8,'2026-01-22 16:20:21','2026-01-22 16:20:21','feced545-4bdf-414c-819b-970f7ee7244b'),
(93447,32,15809,NULL,2612,9,'2026-01-22 16:20:21','2026-01-22 16:20:21','41113fde-f536-47da-9bbe-9bc480a112ef'),
(93448,16,15809,NULL,4834,1,'2026-01-22 16:20:21','2026-01-22 16:20:21','286f6208-ae38-4772-8e00-266bb9c7b810'),
(93449,7,15809,NULL,6547,1,'2026-01-22 16:20:21','2026-01-22 16:20:21','d4bc0819-4188-46c3-99b0-a299b4e04c59'),
(93450,7,15809,NULL,601,2,'2026-01-22 16:20:21','2026-01-22 16:20:21','f98be8de-1cb1-4b11-9128-35ce6cd35f1b'),
(93451,7,15809,NULL,9640,3,'2026-01-22 16:20:21','2026-01-22 16:20:21','ea92111e-1a77-446e-8498-4d96e06d433f'),
(93452,7,15809,NULL,617,4,'2026-01-22 16:20:21','2026-01-22 16:20:21','47224cb5-5e67-4bc8-9e49-da9c2abe0a9e'),
(93453,7,15809,NULL,605,5,'2026-01-22 16:20:21','2026-01-22 16:20:21','93002340-edd6-4ffa-9853-9d739a72caf5'),
(93454,82,15809,NULL,469,1,'2026-01-22 16:20:21','2026-01-22 16:20:21','8ab335ea-e06d-4248-8a49-6e6adbeb772d'),
(93455,82,15809,NULL,479,2,'2026-01-22 16:20:21','2026-01-22 16:20:21','6914c70b-6a98-46e2-8572-452bf9e2978e'),
(93456,82,15809,NULL,491,3,'2026-01-22 16:20:21','2026-01-22 16:20:21','4d822df1-ed24-40d5-8267-55549aed16c9'),
(93457,47,15809,NULL,10474,1,'2026-01-22 16:20:21','2026-01-22 16:20:21','350774a7-a0ac-4a62-9d4c-cefdcc916e7b'),
(93458,57,15809,NULL,4838,1,'2026-01-22 16:20:21','2026-01-22 16:20:21','9c97781b-31b5-42ca-997b-8aaf0894b9a7'),
(93459,57,15809,NULL,4836,2,'2026-01-22 16:20:21','2026-01-22 16:20:21','d2dded57-ddbe-46fd-b596-2156fbd580aa'),
(93460,57,15809,NULL,4834,3,'2026-01-22 16:20:21','2026-01-22 16:20:21','222167cb-7321-488c-b6fe-41e990905000'),
(93461,57,15809,NULL,4837,4,'2026-01-22 16:20:21','2026-01-22 16:20:21','a13ac7cf-5e2d-4ccd-9114-b18ff6e5eb55'),
(93487,32,15811,NULL,2610,1,'2026-01-22 16:21:07','2026-01-22 16:21:07','ab618acc-7927-460a-8624-bb8f43022e09'),
(93488,32,15811,NULL,2598,2,'2026-01-22 16:21:07','2026-01-22 16:21:07','7a432123-7eca-4041-b462-d28c53d33733'),
(93489,32,15811,NULL,2600,3,'2026-01-22 16:21:07','2026-01-22 16:21:07','5544370a-f0d1-4b09-9e75-9eac67203581'),
(93490,32,15811,NULL,2604,4,'2026-01-22 16:21:07','2026-01-22 16:21:07','4bc37d89-cdba-4e08-a342-041400a0a235'),
(93491,32,15811,NULL,2608,5,'2026-01-22 16:21:07','2026-01-22 16:21:07','f590cc91-f5ed-478f-9544-03f644666b36'),
(93492,32,15811,NULL,2602,6,'2026-01-22 16:21:07','2026-01-22 16:21:07','6a8eac49-df29-4cf4-a380-b552e1edc7bf'),
(93493,32,15811,NULL,2596,7,'2026-01-22 16:21:07','2026-01-22 16:21:07','afc2b32f-42ad-47fd-85a4-a1b361a3620f'),
(93494,32,15811,NULL,2606,8,'2026-01-22 16:21:07','2026-01-22 16:21:07','027bd5f2-1f2a-408b-a956-828f05c2357c'),
(93495,32,15811,NULL,2612,9,'2026-01-22 16:21:07','2026-01-22 16:21:07','0fd2c3ae-75da-484d-b379-34027fbda2a1'),
(93496,16,15811,NULL,4834,1,'2026-01-22 16:21:07','2026-01-22 16:21:07','f2dde08a-d120-4f74-aa5b-62871d964934'),
(93497,7,15811,NULL,6547,1,'2026-01-22 16:21:07','2026-01-22 16:21:07','f8f12a71-e9a1-44ae-bd67-69ccc95be4cf'),
(93498,7,15811,NULL,601,2,'2026-01-22 16:21:07','2026-01-22 16:21:07','8339ebf4-b57d-4c14-90f7-5d602be0f01a'),
(93499,7,15811,NULL,9640,3,'2026-01-22 16:21:07','2026-01-22 16:21:07','53e66d2f-1eec-4406-b460-dd1946c245da'),
(93500,7,15811,NULL,617,4,'2026-01-22 16:21:07','2026-01-22 16:21:07','8ccdd86c-1833-44bd-9581-40680546ab56'),
(93501,7,15811,NULL,605,5,'2026-01-22 16:21:07','2026-01-22 16:21:07','eabef95c-a264-48de-8ebd-cd62ab0fe03d'),
(93502,82,15811,NULL,469,1,'2026-01-22 16:21:07','2026-01-22 16:21:07','fae791ec-ac23-40a4-9998-73ab7b03387c'),
(93503,82,15811,NULL,479,2,'2026-01-22 16:21:07','2026-01-22 16:21:07','c288ba17-90c4-4fbc-954f-bebe0d1872ee'),
(93504,82,15811,NULL,491,3,'2026-01-22 16:21:07','2026-01-22 16:21:07','a704f613-2630-4d6e-bd45-90af5d4c4789'),
(93505,47,15811,NULL,10474,1,'2026-01-22 16:21:07','2026-01-22 16:21:07','4df6a891-ab86-4e40-866a-32858e4e7bac'),
(93506,57,15811,NULL,4838,1,'2026-01-22 16:21:07','2026-01-22 16:21:07','b8e7f7eb-f069-42f4-b320-0cb8b0ce4fea'),
(93507,57,15811,NULL,4836,2,'2026-01-22 16:21:07','2026-01-22 16:21:07','137a3981-cf3c-4b38-bca5-fb565eceaa6f'),
(93508,57,15811,NULL,4834,3,'2026-01-22 16:21:07','2026-01-22 16:21:07','c7501145-a569-4440-9e59-c74b0a20bb58'),
(93509,57,15811,NULL,4837,4,'2026-01-22 16:21:07','2026-01-22 16:21:07','e3e4c0bf-3b0b-426a-8770-1b7eb131d76b'),
(93533,32,15813,NULL,2610,1,'2026-01-22 16:21:28','2026-01-22 16:21:28','d900b8cc-717d-4b21-8141-c156f58cfca0'),
(93534,32,15813,NULL,2598,2,'2026-01-22 16:21:28','2026-01-22 16:21:28','493ed432-6998-4b4a-a476-ab0ae083dc71'),
(93535,32,15813,NULL,2600,3,'2026-01-22 16:21:28','2026-01-22 16:21:28','69fd60b1-70e6-457e-9d43-69530a8ccb8b'),
(93536,32,15813,NULL,2604,4,'2026-01-22 16:21:28','2026-01-22 16:21:28','4fedb342-ed28-48a0-a286-3338dc90698e'),
(93537,32,15813,NULL,2608,5,'2026-01-22 16:21:28','2026-01-22 16:21:28','a58efc61-100a-4668-9882-a52762e34ee2'),
(93538,32,15813,NULL,2596,6,'2026-01-22 16:21:28','2026-01-22 16:21:28','0bd065f9-bf27-41f3-89f9-b255362478c9'),
(93539,32,15813,NULL,2602,7,'2026-01-22 16:21:28','2026-01-22 16:21:28','b4f6a2f2-7eb0-4aa5-8f86-42c550cc2ec9'),
(93540,32,15813,NULL,2606,8,'2026-01-22 16:21:28','2026-01-22 16:21:28','ac3157d2-d0cf-4915-b0ed-b406b2b846f8'),
(93541,32,15813,NULL,2612,9,'2026-01-22 16:21:28','2026-01-22 16:21:28','b5ec5e98-7bec-4be5-bf40-a2e59cd9a579'),
(93542,16,15813,NULL,4282,1,'2026-01-22 16:21:28','2026-01-22 16:21:28','17e29769-3d6f-431c-9eb7-ad49358fcf59'),
(93543,7,15813,NULL,2969,1,'2026-01-22 16:21:28','2026-01-22 16:21:28','6e140170-952e-458a-9dcd-06df3da4cda2'),
(93544,7,15813,NULL,617,2,'2026-01-22 16:21:28','2026-01-22 16:21:28','a7b902f6-fe1b-4eb3-a058-f5d76650bbd4'),
(93545,7,15813,NULL,605,3,'2026-01-22 16:21:28','2026-01-22 16:21:28','7f7c3ec2-7c0f-420d-a247-eb8f19cd02d8'),
(93546,7,15813,NULL,9552,4,'2026-01-22 16:21:28','2026-01-22 16:21:28','12a998d0-e756-4cf4-ba5b-3dd955ecde71'),
(93547,82,15813,NULL,469,1,'2026-01-22 16:21:28','2026-01-22 16:21:28','5fbcd134-31ba-4c55-937d-6554149647aa'),
(93548,82,15813,NULL,479,2,'2026-01-22 16:21:28','2026-01-22 16:21:28','6024d1d0-d2c0-4f68-b26d-16ede8c74b30'),
(93549,82,15813,NULL,491,3,'2026-01-22 16:21:28','2026-01-22 16:21:28','633f8776-69d1-4de0-9beb-22385b5d1dc0'),
(93550,47,15813,NULL,10478,1,'2026-01-22 16:21:28','2026-01-22 16:21:28','233fd727-fb29-4074-8f1d-8f5560f606c3'),
(93551,57,15813,NULL,8740,1,'2026-01-22 16:21:28','2026-01-22 16:21:28','235c1cfe-d8a6-4e2d-8a09-5a5e8f48aa7b'),
(93552,57,15813,NULL,4911,2,'2026-01-22 16:21:28','2026-01-22 16:21:28','a8d967cb-4ac0-45af-a927-35b85830d0dc'),
(93553,57,15813,NULL,4909,3,'2026-01-22 16:21:28','2026-01-22 16:21:28','7aa14d87-fcd4-4d5a-a791-318e6647cb7b'),
(93554,57,15813,NULL,4910,4,'2026-01-22 16:21:28','2026-01-22 16:21:28','fe05290f-12aa-484f-b0d0-e9fe8da0a7ee'),
(93577,32,15815,NULL,2610,1,'2026-01-22 16:29:37','2026-01-22 16:29:37','f78edbbe-37c8-47f2-8a1d-b1ca9ccb070d'),
(93578,32,15815,NULL,2598,2,'2026-01-22 16:29:37','2026-01-22 16:29:37','c0eaa192-cb4b-499d-a001-6f26b961ef0c'),
(93579,32,15815,NULL,2600,3,'2026-01-22 16:29:37','2026-01-22 16:29:37','4058dba2-4515-4a23-9155-8469c095d2ca'),
(93580,32,15815,NULL,2604,4,'2026-01-22 16:29:37','2026-01-22 16:29:37','8d4467b7-0020-49ab-abea-800f7b7947c7'),
(93581,32,15815,NULL,2608,5,'2026-01-22 16:29:37','2026-01-22 16:29:37','c7aad6d4-d370-4433-b0d7-dd6726bbb751'),
(93582,32,15815,NULL,2596,6,'2026-01-22 16:29:37','2026-01-22 16:29:37','6cd74d30-27d9-4f0d-88b0-3ad1527573df'),
(93583,32,15815,NULL,2602,7,'2026-01-22 16:29:37','2026-01-22 16:29:37','b415fb17-d892-4b80-8876-973614f1ded1'),
(93584,32,15815,NULL,2606,8,'2026-01-22 16:29:37','2026-01-22 16:29:37','7122263b-b3e7-435f-9ea6-70814dac2c17'),
(93585,32,15815,NULL,2612,9,'2026-01-22 16:29:37','2026-01-22 16:29:37','2f5be3f4-96c7-4720-950a-99be40dce933'),
(93586,16,15815,NULL,4282,1,'2026-01-22 16:29:37','2026-01-22 16:29:37','ca270998-76aa-4928-a628-5482253a09b5'),
(93587,7,15815,NULL,2969,1,'2026-01-22 16:29:37','2026-01-22 16:29:37','cdb4f7d6-b084-4df8-bdc0-72312837e165'),
(93588,7,15815,NULL,617,2,'2026-01-22 16:29:37','2026-01-22 16:29:37','2730667e-8568-4dde-9fff-fbc66419c89f'),
(93589,7,15815,NULL,605,3,'2026-01-22 16:29:37','2026-01-22 16:29:37','a7f09514-07f2-43e9-a13e-07680fc989ac'),
(93590,7,15815,NULL,9552,4,'2026-01-22 16:29:37','2026-01-22 16:29:37','1ac41c74-2f08-4a6d-8567-248626c5d69e'),
(93591,82,15815,NULL,469,1,'2026-01-22 16:29:37','2026-01-22 16:29:37','4e8ac1e0-3d94-41ab-9f75-fafc3449c5fd'),
(93592,82,15815,NULL,479,2,'2026-01-22 16:29:37','2026-01-22 16:29:37','5aaac0ab-76bc-4eda-befe-b3847dfe3d8b'),
(93593,82,15815,NULL,491,3,'2026-01-22 16:29:37','2026-01-22 16:29:37','0b21001a-b8d0-4220-82bc-8db702c809b6'),
(93594,47,15815,NULL,10478,1,'2026-01-22 16:29:37','2026-01-22 16:29:37','ef064e87-5198-480a-b3b1-83e856eaa907'),
(93595,57,15815,NULL,8740,1,'2026-01-22 16:29:37','2026-01-22 16:29:37','42c33f4f-aa83-42b3-a377-8bdcbb93b2d3'),
(93596,57,15815,NULL,4911,2,'2026-01-22 16:29:37','2026-01-22 16:29:37','facb7656-ef1f-46ba-b629-60c9ad3be122'),
(93597,57,15815,NULL,4909,3,'2026-01-22 16:29:37','2026-01-22 16:29:37','1bc8b463-b8d1-4bed-b17d-6534e9c65c11'),
(93598,57,15815,NULL,4910,4,'2026-01-22 16:29:37','2026-01-22 16:29:37','16769c32-fee2-41c9-8e31-50f67134e4c4'),
(93661,32,15818,NULL,2610,1,'2026-01-22 16:31:55','2026-01-22 16:31:55','f1293711-6fbd-432f-b1a1-ac716fe43c89'),
(93662,32,15818,NULL,2598,2,'2026-01-22 16:31:55','2026-01-22 16:31:55','35949ed2-f8a9-48f1-99f1-e2025b166214'),
(93663,32,15818,NULL,2600,3,'2026-01-22 16:31:55','2026-01-22 16:31:55','31b7f606-d1a4-4a82-bf83-8b61c527ab1a'),
(93664,32,15818,NULL,2604,4,'2026-01-22 16:31:55','2026-01-22 16:31:55','4ea8c8f1-f6c7-4af2-b237-5691957ef021'),
(93665,32,15818,NULL,2608,5,'2026-01-22 16:31:55','2026-01-22 16:31:55','fa29aa4c-0daf-4617-b4f4-06b8e3b5b246'),
(93666,32,15818,NULL,2602,6,'2026-01-22 16:31:55','2026-01-22 16:31:55','08c3dab6-d0f5-4848-80e0-898c2d34b20c'),
(93667,32,15818,NULL,2596,7,'2026-01-22 16:31:55','2026-01-22 16:31:55','3691ec82-5603-485f-83d5-7d266bfb9016'),
(93668,32,15818,NULL,2606,8,'2026-01-22 16:31:55','2026-01-22 16:31:55','dc2df91c-2380-47da-88b6-2023e74700ad'),
(93669,32,15818,NULL,2612,9,'2026-01-22 16:31:55','2026-01-22 16:31:55','9a1924c6-ca7f-4e5a-954d-690d3f6a4cfc'),
(93670,83,15818,NULL,1161,1,'2026-01-22 16:31:55','2026-01-22 16:31:55','de9327c8-171d-4994-8a1c-7ce5f311c8be'),
(93671,16,15818,NULL,4322,1,'2026-01-22 16:31:55','2026-01-22 16:31:55','c5278e5a-0754-4d6f-9ade-b94abb8b3e40'),
(93672,7,15818,NULL,2969,1,'2026-01-22 16:31:55','2026-01-22 16:31:55','0fb8fd88-3fd2-481b-b923-0c66f19eaa9d'),
(93673,7,15818,NULL,617,2,'2026-01-22 16:31:55','2026-01-22 16:31:55','e0db8c0c-35e9-440f-9c2b-a9078073a556'),
(93674,7,15818,NULL,605,3,'2026-01-22 16:31:55','2026-01-22 16:31:55','96f7ffa4-24d3-4b60-a151-2af0ee622e44'),
(93675,7,15818,NULL,9552,4,'2026-01-22 16:31:55','2026-01-22 16:31:55','51dad452-ea9c-4185-b7d8-124dc1639983'),
(93676,82,15818,NULL,469,1,'2026-01-22 16:31:55','2026-01-22 16:31:55','b98ff0f1-56fe-4104-a7b4-090f516bdd7b'),
(93677,82,15818,NULL,479,2,'2026-01-22 16:31:55','2026-01-22 16:31:55','08fe1074-7bdb-46e4-a7e9-44be9c605970'),
(93678,82,15818,NULL,491,3,'2026-01-22 16:31:55','2026-01-22 16:31:55','e1bce864-8542-412a-b795-ae4332f67bf1'),
(93679,47,15818,NULL,10480,1,'2026-01-22 16:31:55','2026-01-22 16:31:55','4d279f3f-2278-49ab-b40b-b7da1fef78a8'),
(93680,57,15818,NULL,8747,1,'2026-01-22 16:31:55','2026-01-22 16:31:55','c408956c-1450-45fa-aa23-fcd34235c800'),
(93681,57,15818,NULL,8750,2,'2026-01-22 16:31:55','2026-01-22 16:31:55','a1cf90d1-f0b4-4656-becf-fb3fdf83d80b'),
(93682,57,15818,NULL,8751,3,'2026-01-22 16:31:55','2026-01-22 16:31:55','c7665ae0-137b-4d80-bebe-1cf325023f83'),
(93683,57,15818,NULL,8746,4,'2026-01-22 16:31:55','2026-01-22 16:31:55','ac823c05-211c-41cf-961b-f233f006e115'),
(93684,57,15818,NULL,8753,5,'2026-01-22 16:31:55','2026-01-22 16:31:55','3496f198-e666-4e9b-a7a6-965eb0ccf517'),
(93685,57,15818,NULL,8754,6,'2026-01-22 16:31:55','2026-01-22 16:31:55','1931f461-689c-420e-a92c-462626cfe2f0'),
(93686,57,15818,NULL,8749,7,'2026-01-22 16:31:55','2026-01-22 16:31:55','2fd338a4-9ff4-461d-b3b9-dbd1c60de07e'),
(93687,57,15818,NULL,8744,8,'2026-01-22 16:31:55','2026-01-22 16:31:55','46b9de79-77c8-47a7-850e-1aeed3640bd8'),
(93688,57,15818,NULL,8745,9,'2026-01-22 16:31:55','2026-01-22 16:31:55','64c5cddc-5db4-4af9-b5c2-cc2d4b3b28f6'),
(93716,32,15822,NULL,2610,1,'2026-01-22 16:44:39','2026-01-22 16:44:39','3d0978c1-dd8f-44c5-8c29-71e469e78598'),
(93717,32,15822,NULL,2598,2,'2026-01-22 16:44:39','2026-01-22 16:44:39','bbd81723-71b3-47af-921d-fbb4f115bbc4'),
(93718,32,15822,NULL,2600,3,'2026-01-22 16:44:39','2026-01-22 16:44:39','c32165a5-8489-4dc2-8cd8-e1f0e0b62568'),
(93719,32,15822,NULL,2604,4,'2026-01-22 16:44:39','2026-01-22 16:44:39','41984e89-2d92-4ee1-9435-2211c5521e3b'),
(93720,32,15822,NULL,2608,5,'2026-01-22 16:44:39','2026-01-22 16:44:39','bd2c2c64-64fd-46be-a9c2-1d03012019b8'),
(93721,32,15822,NULL,2602,6,'2026-01-22 16:44:39','2026-01-22 16:44:39','818fa700-7cc7-4064-814b-f51ff311ed1d'),
(93722,32,15822,NULL,2596,7,'2026-01-22 16:44:39','2026-01-22 16:44:39','fed7267c-eae3-4803-b6d5-342716ed52bd'),
(93723,32,15822,NULL,2606,8,'2026-01-22 16:44:39','2026-01-22 16:44:39','884c2abe-e1e7-4ef3-8b0c-5851ec52116b'),
(93724,32,15822,NULL,2612,9,'2026-01-22 16:44:39','2026-01-22 16:44:39','5bed91fa-171c-43ee-88a5-48b20c319fa2'),
(93725,16,15822,NULL,4358,1,'2026-01-22 16:44:39','2026-01-22 16:44:39','99dd4663-1a5a-40c5-8274-ba734f92509d'),
(93726,7,15822,NULL,2969,1,'2026-01-22 16:44:39','2026-01-22 16:44:39','4b0f4c6b-4680-4fa1-9f2a-82cb3c371d31'),
(93727,7,15822,NULL,617,2,'2026-01-22 16:44:39','2026-01-22 16:44:39','25f3a394-554b-4607-b4d2-ffbfbe00631b'),
(93728,7,15822,NULL,605,3,'2026-01-22 16:44:39','2026-01-22 16:44:39','10145f7f-9722-4d41-af0a-93595297df73'),
(93729,7,15822,NULL,9552,4,'2026-01-22 16:44:39','2026-01-22 16:44:39','c0b8fdfd-a267-4a50-8fa0-1707fb15fbf2'),
(93730,82,15822,NULL,469,1,'2026-01-22 16:44:39','2026-01-22 16:44:39','e1b9f957-00c5-4acf-8b06-e443ccab8630'),
(93731,82,15822,NULL,479,2,'2026-01-22 16:44:39','2026-01-22 16:44:39','371f8055-664e-4675-88e7-e60b538797f8'),
(93732,82,15822,NULL,491,3,'2026-01-22 16:44:39','2026-01-22 16:44:39','ce336a73-46c1-45ce-a671-7517c7ecb856'),
(93733,47,15822,NULL,10483,1,'2026-01-22 16:44:39','2026-01-22 16:44:39','eba3b8b4-9773-4dda-8d08-ad6aa9e695a4'),
(93734,57,15822,NULL,8781,1,'2026-01-22 16:44:39','2026-01-22 16:44:39','ed3e055b-6b92-4dd4-bd9f-76b77a1d5b7b'),
(93735,57,15822,NULL,8782,2,'2026-01-22 16:44:39','2026-01-22 16:44:39','e0983948-c354-46d9-be60-febdc0d2664f'),
(93736,57,15822,NULL,8783,3,'2026-01-22 16:44:39','2026-01-22 16:44:39','9774bcb3-9f2e-47ae-a715-56610899133f'),
(93737,57,15822,NULL,8784,4,'2026-01-22 16:44:39','2026-01-22 16:44:39','4ca05c38-93cb-40d4-999e-dd81e09ee33d'),
(93738,57,15822,NULL,8785,5,'2026-01-22 16:44:39','2026-01-22 16:44:39','4d3071f3-d07e-41bb-b205-97276abd7f48'),
(93739,57,15822,NULL,8786,6,'2026-01-22 16:44:39','2026-01-22 16:44:39','7c754c29-a118-4c4c-93fe-c95a7cdb7383'),
(93740,57,15822,NULL,8779,7,'2026-01-22 16:44:39','2026-01-22 16:44:39','c7e0dffc-5570-4e44-93cf-39a719976ae0'),
(93741,57,15822,NULL,8780,8,'2026-01-22 16:44:39','2026-01-22 16:44:39','ba3fd7a5-06f2-4145-99a3-7cd93d9a9470'),
(93770,32,15825,NULL,2610,1,'2026-01-22 16:47:08','2026-01-22 16:47:08','f1a5fdc3-5f4f-4174-8498-9a28bf86e5fb'),
(93771,32,15825,NULL,2622,2,'2026-01-22 16:47:08','2026-01-22 16:47:08','0d4895a5-40a3-4160-9307-5a2d80e7e6db'),
(93772,32,15825,NULL,2598,3,'2026-01-22 16:47:08','2026-01-22 16:47:08','078e93f6-5a6e-4476-9c6c-68f8d04f678c'),
(93773,32,15825,NULL,2600,4,'2026-01-22 16:47:08','2026-01-22 16:47:08','e0ccdbe9-cf86-4e0d-947a-39fe2c572586'),
(93774,32,15825,NULL,2604,5,'2026-01-22 16:47:08','2026-01-22 16:47:08','67e8631a-a434-4d13-bc0e-59cfa30a1e33'),
(93775,32,15825,NULL,2608,6,'2026-01-22 16:47:08','2026-01-22 16:47:08','17ddf6a3-50fc-41f0-89f5-88aa555c7fcf'),
(93776,32,15825,NULL,2602,7,'2026-01-22 16:47:08','2026-01-22 16:47:08','5b3d704f-13b5-4ae9-abe6-8f800ce20d33'),
(93777,32,15825,NULL,2596,8,'2026-01-22 16:47:08','2026-01-22 16:47:08','281a9de5-3044-4637-8a94-ecf140520c16'),
(93778,32,15825,NULL,2606,9,'2026-01-22 16:47:08','2026-01-22 16:47:08','42e6c38b-f285-48a9-8976-a873fcad6ad5'),
(93779,32,15825,NULL,2612,10,'2026-01-22 16:47:08','2026-01-22 16:47:08','70a967e2-8d41-45e2-9e74-d90ed4c019d5'),
(93780,16,15825,NULL,4385,1,'2026-01-22 16:47:08','2026-01-22 16:47:08','0e9c3609-17c4-4d78-a0d9-707593633a7e'),
(93781,7,15825,NULL,617,1,'2026-01-22 16:47:08','2026-01-22 16:47:08','849a5ca3-12bf-4d7f-92ed-c677bd6bf2f0'),
(93782,7,15825,NULL,605,2,'2026-01-22 16:47:08','2026-01-22 16:47:08','94710e85-e5bf-4177-b753-e8034aabeae0'),
(93783,7,15825,NULL,9552,3,'2026-01-22 16:47:08','2026-01-22 16:47:08','0a1ac876-3e72-495f-8526-2d839a78f51c'),
(93784,82,15825,NULL,469,1,'2026-01-22 16:47:08','2026-01-22 16:47:08','55888be5-f9d3-474c-881c-9f5d9ea0c2fa'),
(93785,82,15825,NULL,479,2,'2026-01-22 16:47:08','2026-01-22 16:47:08','8fbd5428-b9bb-4640-9c4a-83c4a5c64ebc'),
(93786,82,15825,NULL,491,3,'2026-01-22 16:47:08','2026-01-22 16:47:08','52e63a90-9ed5-4d35-9e5a-f38c432393f6'),
(93787,46,15825,NULL,4403,1,'2026-01-22 16:47:08','2026-01-22 16:47:08','89bc5440-1af7-4e29-b45b-21c8502aa734'),
(93788,47,15825,NULL,10486,1,'2026-01-22 16:47:08','2026-01-22 16:47:08','b598177b-62aa-41ee-9f35-5cf6658bfc0c'),
(93789,57,15825,NULL,8806,1,'2026-01-22 16:47:08','2026-01-22 16:47:08','8d2c4f30-9de6-4376-a0d9-741a8215e171'),
(93790,57,15825,NULL,8808,2,'2026-01-22 16:47:08','2026-01-22 16:47:08','6f6ff046-9c9e-4a3d-93a5-aaa362639c64'),
(93791,57,15825,NULL,8810,3,'2026-01-22 16:47:08','2026-01-22 16:47:08','ab97a7df-06ba-4e60-bf12-85d348644c57'),
(93792,57,15825,NULL,8803,4,'2026-01-22 16:47:08','2026-01-22 16:47:08','f93e360e-2029-4958-a9f6-f94c428205a1'),
(93793,57,15825,NULL,8804,5,'2026-01-22 16:47:08','2026-01-22 16:47:08','2fdbd475-adfc-4dab-97b6-b41ba71eb208'),
(93794,57,15825,NULL,8805,6,'2026-01-22 16:47:08','2026-01-22 16:47:08','33268bcf-5fdd-4fdf-92a8-bf144e3682a5'),
(93795,57,15825,NULL,8807,7,'2026-01-22 16:47:08','2026-01-22 16:47:08','690a18c9-1549-4e09-a1fb-ed06da1ea5a6'),
(93824,32,15827,NULL,2610,1,'2026-01-22 16:47:48','2026-01-22 16:47:48','44ffbdbb-3180-4ba6-85b9-7df595e176b9'),
(93825,32,15827,NULL,2622,2,'2026-01-22 16:47:48','2026-01-22 16:47:48','c602353c-c934-4aef-ad3e-a728c606360b'),
(93826,32,15827,NULL,2598,3,'2026-01-22 16:47:48','2026-01-22 16:47:48','edd31ee0-38b5-4358-83c0-817691d8e550'),
(93827,32,15827,NULL,2600,4,'2026-01-22 16:47:48','2026-01-22 16:47:48','bf867736-916f-41a0-9883-5095a296d80b'),
(93828,32,15827,NULL,2604,5,'2026-01-22 16:47:48','2026-01-22 16:47:48','c1bbbdd1-1450-4529-8a90-859aaa28be9d'),
(93829,32,15827,NULL,2608,6,'2026-01-22 16:47:48','2026-01-22 16:47:48','23e164ba-9b42-4955-b12b-fe053e16d480'),
(93830,32,15827,NULL,2602,7,'2026-01-22 16:47:48','2026-01-22 16:47:48','932813a5-6d44-4f29-854f-8fe119946039'),
(93831,32,15827,NULL,2596,8,'2026-01-22 16:47:48','2026-01-22 16:47:48','894c56e6-2751-492b-b7d7-f14720091a47'),
(93832,32,15827,NULL,2606,9,'2026-01-22 16:47:48','2026-01-22 16:47:48','44ff9ad7-5627-4361-8d14-725b8aebafe5'),
(93833,32,15827,NULL,2612,10,'2026-01-22 16:47:48','2026-01-22 16:47:48','5f5de20b-9961-4b5c-8727-92cde5485930'),
(93834,16,15827,NULL,4385,1,'2026-01-22 16:47:48','2026-01-22 16:47:48','d2e7744f-a1de-4f0b-ba8d-77d12d91bc0c'),
(93835,7,15827,NULL,617,1,'2026-01-22 16:47:48','2026-01-22 16:47:48','86462dfa-3a10-47de-a421-c73dcc924ed0'),
(93836,7,15827,NULL,605,2,'2026-01-22 16:47:48','2026-01-22 16:47:48','dff549e3-b547-4d5a-af64-8a34cf5219dd'),
(93837,7,15827,NULL,9552,3,'2026-01-22 16:47:48','2026-01-22 16:47:48','6bd686d6-61d4-4b85-a086-bf117df9f5eb'),
(93838,82,15827,NULL,469,1,'2026-01-22 16:47:48','2026-01-22 16:47:48','993086d7-9047-419a-86ff-019fe58b7bd1'),
(93839,82,15827,NULL,479,2,'2026-01-22 16:47:48','2026-01-22 16:47:48','82eebed2-a7f2-4888-b5fb-0fbd84b2534e'),
(93840,82,15827,NULL,491,3,'2026-01-22 16:47:48','2026-01-22 16:47:48','2d7d7b08-68ea-4cdd-aa4e-55e8f4175163'),
(93841,46,15827,NULL,4403,1,'2026-01-22 16:47:48','2026-01-22 16:47:48','d080a96e-f5fd-4fed-a063-bd460e7c5da4'),
(93842,47,15827,NULL,10486,1,'2026-01-22 16:47:48','2026-01-22 16:47:48','d8cb9619-f0fa-4ed5-8b03-c555392dcd21'),
(93843,57,15827,NULL,8806,1,'2026-01-22 16:47:48','2026-01-22 16:47:48','83a0b74f-4283-4024-86d1-41a9ecdc9a73'),
(93844,57,15827,NULL,8808,2,'2026-01-22 16:47:48','2026-01-22 16:47:48','22cbff08-5a6b-4f6f-9538-ded341901e08'),
(93845,57,15827,NULL,8810,3,'2026-01-22 16:47:48','2026-01-22 16:47:48','4b4f460e-47ba-426c-98dd-ccc27d73991e'),
(93846,57,15827,NULL,8803,4,'2026-01-22 16:47:48','2026-01-22 16:47:48','00584218-d5db-4d6f-b86d-e76d2a2b3bc6'),
(93847,57,15827,NULL,8804,5,'2026-01-22 16:47:48','2026-01-22 16:47:48','f7df0c4b-1814-4c71-8c78-09aedd7da377'),
(93848,57,15827,NULL,8805,6,'2026-01-22 16:47:48','2026-01-22 16:47:48','c6a7d16a-94ed-4ff8-bef1-828fab2d3a37'),
(93849,57,15827,NULL,8807,7,'2026-01-22 16:47:48','2026-01-22 16:47:48','01a8729b-7b4c-4e6e-9412-d32ea8444b70'),
(93882,32,15829,NULL,2610,1,'2026-01-22 16:48:12','2026-01-22 16:48:12','ff199106-8360-4ef6-b8a8-c61f7be84428'),
(93883,32,15829,NULL,2598,2,'2026-01-22 16:48:12','2026-01-22 16:48:12','7d158007-ac49-4564-aef6-860bb3c68d02'),
(93884,32,15829,NULL,2600,3,'2026-01-22 16:48:12','2026-01-22 16:48:12','4fc5f5cf-9100-4e07-848d-9218d50d51a9'),
(93885,32,15829,NULL,2602,4,'2026-01-22 16:48:12','2026-01-22 16:48:12','2f091216-032d-4993-b84a-a74dda58e473'),
(93886,32,15829,NULL,2612,5,'2026-01-22 16:48:12','2026-01-22 16:48:12','991d8842-a74c-49c2-9c04-916e5050eb87'),
(93887,32,15829,NULL,2618,6,'2026-01-22 16:48:12','2026-01-22 16:48:12','fbae3f60-a7f5-4941-a4ef-4702b1a2fa79'),
(93888,32,15829,NULL,2604,7,'2026-01-22 16:48:12','2026-01-22 16:48:12','c6d03ce6-fd2d-4086-8030-09afab3edae7'),
(93889,32,15829,NULL,2608,8,'2026-01-22 16:48:12','2026-01-22 16:48:12','3d136de1-0cd1-4d48-bc2e-12636ff68994'),
(93890,32,15829,NULL,2596,9,'2026-01-22 16:48:12','2026-01-22 16:48:12','16009f55-89bc-4c51-944d-75e09626fbdb'),
(93891,32,15829,NULL,2606,10,'2026-01-22 16:48:12','2026-01-22 16:48:12','d00bb7bf-ebf0-4aeb-9e47-d1dc96902790'),
(93892,16,15829,NULL,4414,1,'2026-01-22 16:48:12','2026-01-22 16:48:12','04b24660-0d0b-4ac1-89c0-e4d428ba6284'),
(93893,7,15829,NULL,6547,1,'2026-01-22 16:48:12','2026-01-22 16:48:12','42538119-ed64-4842-aea7-9e1d2e7b943c'),
(93894,7,15829,NULL,601,2,'2026-01-22 16:48:12','2026-01-22 16:48:12','0e1d296c-6afc-4acc-b4d6-b48059176a2a'),
(93895,7,15829,NULL,617,3,'2026-01-22 16:48:12','2026-01-22 16:48:12','26df129d-a2f0-4410-9d2d-47f9ce2dd7f6'),
(93896,7,15829,NULL,605,4,'2026-01-22 16:48:12','2026-01-22 16:48:12','ae4ce40a-4dd6-458e-b5f8-4ee0b782d314'),
(93897,7,15829,NULL,9552,5,'2026-01-22 16:48:12','2026-01-22 16:48:12','a73b12fb-9c80-4102-abcf-5419e690f19a'),
(93898,82,15829,NULL,469,1,'2026-01-22 16:48:12','2026-01-22 16:48:12','3db30ead-10dd-45ad-a8fd-f07a5fd34288'),
(93899,82,15829,NULL,479,2,'2026-01-22 16:48:12','2026-01-22 16:48:12','1a25086f-e0c2-4cec-9d05-7ba591242393'),
(93900,82,15829,NULL,491,3,'2026-01-22 16:48:12','2026-01-22 16:48:12','9b411796-424c-49f2-920e-fd2ed311ed57'),
(93901,46,15829,NULL,3697,1,'2026-01-22 16:48:12','2026-01-22 16:48:12','b8e3b972-17a4-4b76-87e8-d6ce1da16514'),
(93902,47,15829,NULL,10489,1,'2026-01-22 16:48:12','2026-01-22 16:48:12','9999509c-00ec-4162-8b1a-f435ce11e657'),
(93903,57,15829,NULL,8831,1,'2026-01-22 16:48:12','2026-01-22 16:48:12','c280546d-3875-4fbb-8426-9433b555f6d3'),
(93904,57,15829,NULL,8837,2,'2026-01-22 16:48:12','2026-01-22 16:48:12','9996da43-363b-4908-9ede-0013fdd6ad2b'),
(93905,57,15829,NULL,8835,3,'2026-01-22 16:48:12','2026-01-22 16:48:12','22ae51b1-455c-442a-9372-42edac57aefd'),
(93906,57,15829,NULL,8832,4,'2026-01-22 16:48:12','2026-01-22 16:48:12','a610bec8-1b59-4157-a991-00a930cf1d69'),
(93907,57,15829,NULL,8833,5,'2026-01-22 16:48:12','2026-01-22 16:48:12','2e83cbe4-1b17-4caf-a5ee-bea9c5272aa8'),
(93908,57,15829,NULL,8834,6,'2026-01-22 16:48:12','2026-01-22 16:48:12','e165a89c-ac96-4201-a0f6-b0913a149e75'),
(93909,57,15829,NULL,8836,7,'2026-01-22 16:48:12','2026-01-22 16:48:12','0a6942d5-d19b-45dc-a10b-f84e1e6db102'),
(93910,57,15829,NULL,8830,8,'2026-01-22 16:48:12','2026-01-22 16:48:12','345e6af7-f68b-4959-b719-8e21f1658ffb'),
(93911,57,15829,NULL,8829,9,'2026-01-22 16:48:12','2026-01-22 16:48:12','0374d2fb-e7f6-4421-9ff4-e38122bfd5bd'),
(93941,32,15831,NULL,2610,1,'2026-01-22 16:49:05','2026-01-22 16:49:05','322f4e8b-8a7b-4da0-b636-2816cdb7c690'),
(93942,32,15831,NULL,2598,2,'2026-01-22 16:49:05','2026-01-22 16:49:05','1cacecb2-2e51-4ef6-b7b2-81595c3a279d'),
(93943,32,15831,NULL,2624,3,'2026-01-22 16:49:05','2026-01-22 16:49:05','65665c5b-6f7c-41ec-bb51-956ad8fe4c10'),
(93944,32,15831,NULL,2600,4,'2026-01-22 16:49:05','2026-01-22 16:49:05','818e90fd-d09d-4a0f-81c8-9c03032d875a'),
(93945,32,15831,NULL,2606,5,'2026-01-22 16:49:05','2026-01-22 16:49:05','5298754d-b2de-4422-b5a3-f2099f5fb837'),
(93946,32,15831,NULL,2604,6,'2026-01-22 16:49:05','2026-01-22 16:49:05','88be44a3-03bb-41e4-9ad0-b4911e2de8a8'),
(93947,32,15831,NULL,2608,7,'2026-01-22 16:49:05','2026-01-22 16:49:05','1e00ffd5-1c83-48d9-8f44-6cd03925f8c3'),
(93948,32,15831,NULL,2602,8,'2026-01-22 16:49:05','2026-01-22 16:49:05','88cdda5c-d4ea-4a68-af9b-01754d6b351b'),
(93949,32,15831,NULL,2596,9,'2026-01-22 16:49:05','2026-01-22 16:49:05','8632379b-090b-417d-acf9-fd33d0d81197'),
(93950,32,15831,NULL,2612,10,'2026-01-22 16:49:05','2026-01-22 16:49:05','cfb2d684-799c-4b32-b616-9ad67c421f6b'),
(93951,16,15831,NULL,4440,1,'2026-01-22 16:49:05','2026-01-22 16:49:05','448cf10d-7c18-4636-96d5-37d6d8c8593d'),
(93952,7,15831,NULL,2969,1,'2026-01-22 16:49:05','2026-01-22 16:49:05','47fb9478-818c-4526-af4b-b610710fb8ab'),
(93953,7,15831,NULL,617,2,'2026-01-22 16:49:05','2026-01-22 16:49:05','3a8cc3e2-941b-4d08-9189-91193fd06623'),
(93954,7,15831,NULL,605,3,'2026-01-22 16:49:05','2026-01-22 16:49:05','25ad9c2d-282b-42b6-967f-04fb3d296f8a'),
(93955,7,15831,NULL,9552,4,'2026-01-22 16:49:05','2026-01-22 16:49:05','0e3993cc-2e2f-4c39-a45a-1bac6b84eb3e'),
(93956,82,15831,NULL,469,1,'2026-01-22 16:49:05','2026-01-22 16:49:05','0f9cfff3-a892-4c3e-b7a8-ab98073cd558'),
(93957,82,15831,NULL,491,2,'2026-01-22 16:49:05','2026-01-22 16:49:05','047695af-7de7-4b00-b2dc-df62ee1c6e72'),
(93958,46,15831,NULL,2891,1,'2026-01-22 16:49:05','2026-01-22 16:49:05','fb10b4bc-67eb-452f-86cd-2f47c75cb92f'),
(93959,47,15831,NULL,10492,1,'2026-01-22 16:49:05','2026-01-22 16:49:05','9d341b2d-5ebb-406f-8329-1aa03a6e1153'),
(93960,57,15831,NULL,8867,1,'2026-01-22 16:49:05','2026-01-22 16:49:05','7c2cbf85-990c-4e5f-9660-857f2d8d6892'),
(93961,57,15831,NULL,8868,2,'2026-01-22 16:49:05','2026-01-22 16:49:05','cca5c302-0177-4806-b427-e862584bf9f8'),
(93962,57,15831,NULL,8864,3,'2026-01-22 16:49:05','2026-01-22 16:49:05','975d77d5-d183-4126-852f-0bf22fd24a2c'),
(93963,57,15831,NULL,8869,4,'2026-01-22 16:49:05','2026-01-22 16:49:05','5ab5842d-a67b-4208-af73-499c55a1b8b5'),
(93964,57,15831,NULL,8871,5,'2026-01-22 16:49:05','2026-01-22 16:49:05','a7c922a4-b754-4e17-909d-62373367961a'),
(93965,57,15831,NULL,8862,6,'2026-01-22 16:49:05','2026-01-22 16:49:05','3ba043c6-4ef9-45ae-ae65-97a067ee7817'),
(93966,57,15831,NULL,8866,7,'2026-01-22 16:49:05','2026-01-22 16:49:05','c20f2659-dc7a-4945-b0a6-056ba199e9ef'),
(93967,57,15831,NULL,8865,8,'2026-01-22 16:49:05','2026-01-22 16:49:05','3b07c071-9d77-455a-aad9-7986198e58bc'),
(93990,32,15833,NULL,2610,1,'2026-01-22 16:50:41','2026-01-22 16:50:41','ab48fb7d-f0d2-44ff-a832-a987b78f08b8'),
(93991,32,15833,NULL,2598,2,'2026-01-22 16:50:41','2026-01-22 16:50:41','17651edb-08a0-4bae-b6e6-20ceff9a8e21'),
(93992,32,15833,NULL,2600,3,'2026-01-22 16:50:41','2026-01-22 16:50:41','40087810-d810-4945-a751-1618be567900'),
(93993,32,15833,NULL,2604,4,'2026-01-22 16:50:41','2026-01-22 16:50:41','fd91cc29-4d92-4a66-a9a5-1fec004c6c1f'),
(93994,32,15833,NULL,2608,5,'2026-01-22 16:50:41','2026-01-22 16:50:41','bb88e234-c8a3-43c2-bf1e-4beb7dab6e94'),
(93995,32,15833,NULL,2602,6,'2026-01-22 16:50:41','2026-01-22 16:50:41','34f3035d-fe69-43fc-90e7-f6fe2c3b8591'),
(93996,32,15833,NULL,2596,7,'2026-01-22 16:50:41','2026-01-22 16:50:41','9219fec9-1d77-41aa-ba37-e034f58b91b4'),
(93997,32,15833,NULL,2606,8,'2026-01-22 16:50:41','2026-01-22 16:50:41','963c77c8-e5df-4921-82e1-899442a26b4a'),
(93998,32,15833,NULL,2612,9,'2026-01-22 16:50:41','2026-01-22 16:50:41','8ec8cfd8-141b-4822-87c7-d3c221f0e540'),
(93999,16,15833,NULL,4466,1,'2026-01-22 16:50:41','2026-01-22 16:50:41','b34a2907-0338-4cae-9b6c-cda2c1b3b58e'),
(94000,7,15833,NULL,617,1,'2026-01-22 16:50:41','2026-01-22 16:50:41','b0e97974-162a-4411-b6a0-4462310f75f5'),
(94001,7,15833,NULL,605,2,'2026-01-22 16:50:41','2026-01-22 16:50:41','7d3dba82-466d-4479-9d07-43d94ad078c4'),
(94002,7,15833,NULL,9552,3,'2026-01-22 16:50:41','2026-01-22 16:50:41','81bcda89-e68d-47d0-8c04-76bd57cce69d'),
(94003,82,15833,NULL,469,1,'2026-01-22 16:50:41','2026-01-22 16:50:41','0d3129fc-3006-4718-ace3-f728371d437f'),
(94004,82,15833,NULL,479,2,'2026-01-22 16:50:41','2026-01-22 16:50:41','4127aef5-fa7f-4e6f-aee0-64e5e7ba0c47'),
(94005,82,15833,NULL,491,3,'2026-01-22 16:50:41','2026-01-22 16:50:41','3e5e3eab-8b8a-4e7b-a24f-0bdef88da201'),
(94006,47,15833,NULL,10495,1,'2026-01-22 16:50:41','2026-01-22 16:50:41','0e79beae-4255-4d6c-862f-fb627deff979'),
(94007,57,15833,NULL,8888,1,'2026-01-22 16:50:41','2026-01-22 16:50:41','9d129127-4250-4b90-a7a9-fc3b3a66b06b'),
(94008,57,15833,NULL,8889,2,'2026-01-22 16:50:41','2026-01-22 16:50:41','0abe06b4-5f61-4611-8463-e4a88b2d4c03'),
(94009,57,15833,NULL,9589,3,'2026-01-22 16:50:41','2026-01-22 16:50:41','4d06c456-85ea-4cf8-b0e1-3059f297b013'),
(94050,32,15835,NULL,2610,1,'2026-01-22 16:51:26','2026-01-22 16:51:26','bef5f9aa-d5a5-42dc-b66e-4d34f7a21fc8'),
(94051,32,15835,NULL,2598,2,'2026-01-22 16:51:26','2026-01-22 16:51:26','c32979bf-721f-43e0-96ca-c1874e89c7cc'),
(94052,32,15835,NULL,2600,3,'2026-01-22 16:51:26','2026-01-22 16:51:26','af5d24c1-e270-448a-ae4f-f937f3e55d0b'),
(94053,32,15835,NULL,2604,4,'2026-01-22 16:51:26','2026-01-22 16:51:26','2a330115-2039-44ad-ab02-4e7b6197fc16'),
(94054,32,15835,NULL,2608,5,'2026-01-22 16:51:26','2026-01-22 16:51:26','8d80447c-0791-40e2-a99e-70b05721f9ee'),
(94055,32,15835,NULL,2602,6,'2026-01-22 16:51:26','2026-01-22 16:51:26','36db857d-c9b6-493e-a873-3fb809bd1e0b'),
(94056,32,15835,NULL,2596,7,'2026-01-22 16:51:26','2026-01-22 16:51:26','0f74c8da-0d28-4379-898b-43e8b8d88795'),
(94057,32,15835,NULL,2606,8,'2026-01-22 16:51:26','2026-01-22 16:51:26','1199cebc-3fd5-4ddb-802f-6bcd9969182a'),
(94058,32,15835,NULL,2612,9,'2026-01-22 16:51:26','2026-01-22 16:51:26','f1f4fc42-d476-45a6-babf-665a41b22d89'),
(94059,16,15835,NULL,4497,1,'2026-01-22 16:51:26','2026-01-22 16:51:26','9bb2f228-c359-4d81-b097-9c11475f6fb9'),
(94060,7,15835,NULL,3468,1,'2026-01-22 16:51:26','2026-01-22 16:51:26','f935a007-078b-492c-8af4-8b7832a03301'),
(94061,7,15835,NULL,2969,2,'2026-01-22 16:51:26','2026-01-22 16:51:26','77d88e29-f2fa-447e-a393-38e1fd98b5ab'),
(94062,7,15835,NULL,617,3,'2026-01-22 16:51:26','2026-01-22 16:51:26','d1e2a49d-5f43-4207-b66d-07ad7cf2c877'),
(94063,7,15835,NULL,9732,4,'2026-01-22 16:51:26','2026-01-22 16:51:26','7d8d0aa5-05b3-451c-a0df-05481358d658'),
(94064,7,15835,NULL,9640,5,'2026-01-22 16:51:26','2026-01-22 16:51:26','51763148-053f-4f21-b959-73fcea8a5a18'),
(94065,7,15835,NULL,9552,6,'2026-01-22 16:51:26','2026-01-22 16:51:26','3f32d716-04bc-4f6b-b054-b1572b9a8443'),
(94066,7,15835,NULL,605,7,'2026-01-22 16:51:26','2026-01-22 16:51:26','b1ccc61c-ac60-4299-a4f8-ca12ed897e9d'),
(94067,82,15835,NULL,469,1,'2026-01-22 16:51:26','2026-01-22 16:51:26','ad01d4fb-a93e-4ad3-84e4-458d680d10bf'),
(94068,82,15835,NULL,479,2,'2026-01-22 16:51:26','2026-01-22 16:51:26','77d176c7-d980-44dd-b245-977c91970282'),
(94069,82,15835,NULL,491,3,'2026-01-22 16:51:26','2026-01-22 16:51:26','a2ff444b-186c-4b70-981c-248e0583a0fb'),
(94070,47,15835,NULL,10498,1,'2026-01-22 16:51:26','2026-01-22 16:51:26','088fac2a-06c7-429b-b911-13f00bb6abcc'),
(94071,57,15835,NULL,8923,1,'2026-01-22 16:51:26','2026-01-22 16:51:26','59a0c207-1176-4f51-b258-6be38ca365f7'),
(94072,57,15835,NULL,8936,2,'2026-01-22 16:51:26','2026-01-22 16:51:26','ae6e4480-b825-4d9d-83d2-3a348f921bf7'),
(94073,57,15835,NULL,8934,3,'2026-01-22 16:51:26','2026-01-22 16:51:26','74184fed-3a94-43b1-9812-fcd32f458679'),
(94074,57,15835,NULL,8935,4,'2026-01-22 16:51:26','2026-01-22 16:51:26','48689548-7d3f-4553-829d-12ba6fe22b4c'),
(94075,57,15835,NULL,8931,5,'2026-01-22 16:51:26','2026-01-22 16:51:26','103f6ad5-94bf-4128-b46c-332f41b73359'),
(94076,57,15835,NULL,8928,6,'2026-01-22 16:51:26','2026-01-22 16:51:26','80abd76c-a678-4885-ad49-686268ff6d9c'),
(94077,57,15835,NULL,8929,7,'2026-01-22 16:51:26','2026-01-22 16:51:26','f88c7c60-2a40-4751-858c-5e45c1bdd7b8'),
(94078,57,15835,NULL,8930,8,'2026-01-22 16:51:26','2026-01-22 16:51:26','c62b8047-44e0-4797-8126-65e2eeb64ee0'),
(94079,57,15835,NULL,8920,9,'2026-01-22 16:51:26','2026-01-22 16:51:26','08fa5410-532c-4503-9e15-6dd5eb0434cf'),
(94080,57,15835,NULL,8918,10,'2026-01-22 16:51:26','2026-01-22 16:51:26','5b81239f-7657-4734-be7e-27c40f82a5c9'),
(94081,57,15835,NULL,8919,11,'2026-01-22 16:51:26','2026-01-22 16:51:26','3960156f-bd1f-41e6-8d3f-8d45e5813a79'),
(94082,57,15835,NULL,8924,12,'2026-01-22 16:51:26','2026-01-22 16:51:26','58b5af03-932c-48bb-98e7-271485649e91'),
(94083,57,15835,NULL,8925,13,'2026-01-22 16:51:26','2026-01-22 16:51:26','3b25c5e6-bca0-4aa0-a63c-9433f4aa3e22'),
(94084,57,15835,NULL,8926,14,'2026-01-22 16:51:26','2026-01-22 16:51:26','9ca7ad3d-ff26-4f42-8a14-7ee0094b6880'),
(94085,57,15835,NULL,8927,15,'2026-01-22 16:51:26','2026-01-22 16:51:26','300b83de-c871-461f-9a27-b86780657622'),
(94086,57,15835,NULL,8932,16,'2026-01-22 16:51:26','2026-01-22 16:51:26','fa030844-5747-4b24-9414-8eb3714b2e2c'),
(94087,57,15835,NULL,8933,17,'2026-01-22 16:51:26','2026-01-22 16:51:26','13c09190-199a-426d-b054-351142f53767'),
(94117,32,15837,NULL,2610,1,'2026-01-22 16:52:14','2026-01-22 16:52:14','0e61ba35-4322-4440-a100-896ddbf22d3f'),
(94118,32,15837,NULL,2598,2,'2026-01-22 16:52:14','2026-01-22 16:52:14','5cdcb510-da26-44c3-b07e-3cfb0d1fe73b'),
(94119,32,15837,NULL,2600,3,'2026-01-22 16:52:14','2026-01-22 16:52:14','35f7a4b1-2e67-4cdc-b2ab-1da9b34bfa66'),
(94120,32,15837,NULL,2604,4,'2026-01-22 16:52:14','2026-01-22 16:52:14','7649d316-bbd5-4d05-a1bc-d704e594d5f1'),
(94121,32,15837,NULL,2608,5,'2026-01-22 16:52:14','2026-01-22 16:52:14','e9d8aa7b-b2b0-452b-8bae-2587ad6dc524'),
(94122,32,15837,NULL,2602,6,'2026-01-22 16:52:14','2026-01-22 16:52:14','5d5ac6de-5a1e-4c1f-b887-a900977156c9'),
(94123,32,15837,NULL,2596,7,'2026-01-22 16:52:14','2026-01-22 16:52:14','325b0e66-d4d8-410d-9095-6b6c4f63fd97'),
(94124,32,15837,NULL,2606,8,'2026-01-22 16:52:14','2026-01-22 16:52:14','5b84d56a-cda7-4069-9933-c8ac319a570b'),
(94125,32,15837,NULL,2612,9,'2026-01-22 16:52:14','2026-01-22 16:52:14','0dda8fdb-671c-428f-964b-034db305a466'),
(94126,16,15837,NULL,4526,1,'2026-01-22 16:52:14','2026-01-22 16:52:14','c9989413-1129-457c-b202-bc4209922f3a'),
(94127,7,15837,NULL,2969,1,'2026-01-22 16:52:14','2026-01-22 16:52:14','269bf7dc-e469-4048-b8b3-a86f26b4772d'),
(94128,7,15837,NULL,2974,2,'2026-01-22 16:52:14','2026-01-22 16:52:14','ab4d232c-4f75-4875-9065-37f6da2f10ee'),
(94129,7,15837,NULL,617,3,'2026-01-22 16:52:14','2026-01-22 16:52:14','f0571aa4-2a54-4099-9a13-9bedba384258'),
(94130,7,15837,NULL,605,4,'2026-01-22 16:52:14','2026-01-22 16:52:14','61bf314e-6121-4a1e-a15d-237f22b0aa08'),
(94131,7,15837,NULL,9552,5,'2026-01-22 16:52:14','2026-01-22 16:52:14','29897a0f-f193-4bb2-98a9-06c445b546e1'),
(94132,82,15837,NULL,469,1,'2026-01-22 16:52:14','2026-01-22 16:52:14','1326655d-6447-48a8-ac68-400396c2f083'),
(94133,82,15837,NULL,479,2,'2026-01-22 16:52:14','2026-01-22 16:52:14','09f3c8f0-9454-487d-8f0d-5657f093577d'),
(94134,82,15837,NULL,491,3,'2026-01-22 16:52:14','2026-01-22 16:52:14','28d4e23f-c9f0-4d6a-bd22-c3f8ebb5bd1a'),
(94135,47,15837,NULL,10501,1,'2026-01-22 16:52:14','2026-01-22 16:52:14','1e23ff16-13be-4e1f-83cc-7c1be9289b97'),
(94136,57,15837,NULL,8955,1,'2026-01-22 16:52:14','2026-01-22 16:52:14','2064ec09-052c-41cd-9b87-a3e9ea9bb769'),
(94137,57,15837,NULL,8956,2,'2026-01-22 16:52:14','2026-01-22 16:52:14','4d7d3b42-3b84-4444-9681-20cf531f39a3'),
(94138,57,15837,NULL,8957,3,'2026-01-22 16:52:14','2026-01-22 16:52:14','af50290a-d071-450a-aeb4-4520ed422c51'),
(94139,57,15837,NULL,8958,4,'2026-01-22 16:52:14','2026-01-22 16:52:14','8d51ee3c-2996-4890-b75c-e7c201f9c59c'),
(94140,57,15837,NULL,8953,5,'2026-01-22 16:52:14','2026-01-22 16:52:14','ae0352fa-ef08-4de5-a7ed-1bdb9242c14e'),
(94141,57,15837,NULL,8954,6,'2026-01-22 16:52:14','2026-01-22 16:52:14','42a4901e-83bd-479c-af9d-7957934070d0'),
(94142,57,15837,NULL,9592,7,'2026-01-22 16:52:14','2026-01-22 16:52:14','597b68f6-636f-4961-80cb-4b2fc388b977'),
(94143,57,15837,NULL,8959,8,'2026-01-22 16:52:14','2026-01-22 16:52:14','13694c2f-8d53-4e21-b4bb-ff97a459a534'),
(94171,32,15839,NULL,2610,1,'2026-01-22 16:53:13','2026-01-22 16:53:13','12a1ff8b-d77d-4ff7-96da-75c57d04b3f8'),
(94172,32,15839,NULL,2598,2,'2026-01-22 16:53:13','2026-01-22 16:53:13','76cc8565-3388-49a7-9ff6-a51cd5e03447'),
(94173,32,15839,NULL,2600,3,'2026-01-22 16:53:13','2026-01-22 16:53:13','9b8197fc-70c9-45e2-b1c1-b21ef58e8d60'),
(94174,32,15839,NULL,2604,4,'2026-01-22 16:53:13','2026-01-22 16:53:13','55547b52-b268-4610-93ba-3c293ea42e0a'),
(94175,32,15839,NULL,2608,5,'2026-01-22 16:53:13','2026-01-22 16:53:13','6b2fdaba-1792-4d17-8d0f-32af85684bf0'),
(94176,32,15839,NULL,2602,6,'2026-01-22 16:53:13','2026-01-22 16:53:13','a026abd2-c861-4f67-94e6-450c3ef17e1f'),
(94177,32,15839,NULL,2596,7,'2026-01-22 16:53:13','2026-01-22 16:53:13','e91c4b1c-5b1a-4560-8a54-9e57c3d5eef5'),
(94178,32,15839,NULL,2606,8,'2026-01-22 16:53:13','2026-01-22 16:53:13','d7dccdc8-d6e9-47d5-8340-6f884bb6e72b'),
(94179,32,15839,NULL,2612,9,'2026-01-22 16:53:13','2026-01-22 16:53:13','cf2a48d6-fc73-494a-8f03-485937e6067e'),
(94180,16,15839,NULL,4554,1,'2026-01-22 16:53:13','2026-01-22 16:53:13','88ea21a4-3258-4161-959d-ac757fbea4e4'),
(94181,7,15839,NULL,3468,1,'2026-01-22 16:53:13','2026-01-22 16:53:13','f22b3c2a-ee1b-42fd-81ba-27c0d7f9c760'),
(94182,7,15839,NULL,617,2,'2026-01-22 16:53:13','2026-01-22 16:53:13','ca65935b-5562-427e-99af-6455c1d2863d'),
(94183,7,15839,NULL,605,3,'2026-01-22 16:53:13','2026-01-22 16:53:13','e9ff42cf-4ef8-410a-97c6-83b5c41b0124'),
(94184,7,15839,NULL,9552,4,'2026-01-22 16:53:13','2026-01-22 16:53:13','b58ebbbc-9226-4c33-a382-c677de8b0419'),
(94185,82,15839,NULL,469,1,'2026-01-22 16:53:13','2026-01-22 16:53:13','a2940012-08c4-4078-a7d0-028ba524a364'),
(94186,82,15839,NULL,479,2,'2026-01-22 16:53:13','2026-01-22 16:53:13','345a3e33-ce2e-4fd6-9764-13416555594e'),
(94187,82,15839,NULL,491,3,'2026-01-22 16:53:13','2026-01-22 16:53:13','8b911291-657f-4af1-a445-b1964d66c71d'),
(94188,47,15839,NULL,10504,1,'2026-01-22 16:53:13','2026-01-22 16:53:13','66476bbc-5116-446a-ad6c-dbdcc20bfa40'),
(94189,57,15839,NULL,8968,1,'2026-01-22 16:53:13','2026-01-22 16:53:13','c68929df-54c5-4ea2-95c6-b86963dbe0b9'),
(94190,57,15839,NULL,8970,2,'2026-01-22 16:53:13','2026-01-22 16:53:13','a44cdce4-6858-4e4a-8477-e3400292bbcd'),
(94191,57,15839,NULL,8971,3,'2026-01-22 16:53:13','2026-01-22 16:53:13','e8bbf9ce-dd74-4ce4-8da6-437ce7326b16'),
(94192,57,15839,NULL,8972,4,'2026-01-22 16:53:13','2026-01-22 16:53:13','10b069c6-7120-4edd-9951-d3c408fc3f63'),
(94193,57,15839,NULL,8973,5,'2026-01-22 16:53:13','2026-01-22 16:53:13','753990e7-d5d3-4ba2-8c0e-96de970b1003'),
(94194,57,15839,NULL,8969,6,'2026-01-22 16:53:13','2026-01-22 16:53:13','b17d5a6e-5a24-4a34-a436-3e6fd21e20f4'),
(94195,57,15839,NULL,8974,7,'2026-01-22 16:53:13','2026-01-22 16:53:13','8f4421c1-0ac8-4160-901b-2605b98ef43d'),
(94220,32,15841,NULL,2610,1,'2026-01-22 16:54:07','2026-01-22 16:54:07','1052466b-dd2f-4ddc-bfaf-d97b0b5267c6'),
(94221,32,15841,NULL,2598,2,'2026-01-22 16:54:07','2026-01-22 16:54:07','9e6e6beb-1847-4c76-bf3a-bc67fd1fc830'),
(94222,32,15841,NULL,2600,3,'2026-01-22 16:54:07','2026-01-22 16:54:07','c9a1ded0-5b39-4ef4-b53f-1f1e5c3fd928'),
(94223,32,15841,NULL,2602,4,'2026-01-22 16:54:07','2026-01-22 16:54:07','31a907a2-d613-4c86-a03a-b1c2758cd7be'),
(94224,32,15841,NULL,2604,5,'2026-01-22 16:54:07','2026-01-22 16:54:07','fde07ed9-e5ea-41dd-8024-91d39edad8a2'),
(94225,32,15841,NULL,2608,6,'2026-01-22 16:54:07','2026-01-22 16:54:07','2e2224a0-3d30-4d72-83ea-fc31e35f0912'),
(94226,32,15841,NULL,2596,7,'2026-01-22 16:54:07','2026-01-22 16:54:07','111b3a31-6da2-424a-bdc2-859f5a610a6e'),
(94227,32,15841,NULL,2606,8,'2026-01-22 16:54:07','2026-01-22 16:54:07','d4c0a160-3fdb-428b-b9c0-55eb481aae5f'),
(94228,32,15841,NULL,2612,9,'2026-01-22 16:54:07','2026-01-22 16:54:07','3ccb50d9-9e2f-4a5a-82f6-491a789f3b6e'),
(94229,16,15841,NULL,4579,1,'2026-01-22 16:54:07','2026-01-22 16:54:07','500b424d-22b2-466d-b6c2-f04ddddfb03e'),
(94230,7,15841,NULL,2969,1,'2026-01-22 16:54:07','2026-01-22 16:54:07','8069ad79-fe60-427f-93dd-f6a1c151e664'),
(94231,7,15841,NULL,9727,2,'2026-01-22 16:54:07','2026-01-22 16:54:07','67eb0ddb-d191-4b58-8d0c-6788686e6b0b'),
(94232,7,15841,NULL,617,3,'2026-01-22 16:54:07','2026-01-22 16:54:07','eb82b279-71bc-4d6c-821c-7d2f67884e3e'),
(94233,7,15841,NULL,605,4,'2026-01-22 16:54:07','2026-01-22 16:54:07','f0755080-371f-438f-871b-19c29358c767'),
(94234,7,15841,NULL,9552,5,'2026-01-22 16:54:07','2026-01-22 16:54:07','36f29c93-0028-4610-8aa0-c84272eb5551'),
(94235,82,15841,NULL,479,1,'2026-01-22 16:54:07','2026-01-22 16:54:07','0fe72ed7-0d1d-449c-a978-1f78767881c3'),
(94236,82,15841,NULL,491,2,'2026-01-22 16:54:07','2026-01-22 16:54:07','61f9b3be-a9f3-425e-8383-e78bfccfcacf'),
(94237,47,15841,NULL,12489,1,'2026-01-22 16:54:07','2026-01-22 16:54:07','96d68c88-2825-484c-9dce-16d178e60186'),
(94238,57,15841,NULL,8984,1,'2026-01-22 16:54:07','2026-01-22 16:54:07','5b3f2ecd-fd6e-4041-a4cf-5fdaed5faae3'),
(94239,57,15841,NULL,8982,2,'2026-01-22 16:54:07','2026-01-22 16:54:07','429242f6-7754-4332-8a29-e2fd134840c6'),
(94240,57,15841,NULL,8981,3,'2026-01-22 16:54:07','2026-01-22 16:54:07','2c8da3df-9867-49ba-bbc2-93c3699f5521'),
(94241,57,15841,NULL,8983,4,'2026-01-22 16:54:07','2026-01-22 16:54:07','c94d03da-29bb-46ab-90a0-499bd4ec2c90'),
(94242,57,15841,NULL,8980,5,'2026-01-22 16:54:07','2026-01-22 16:54:07','27460edf-6788-4f89-aaf8-9401ae0b0d07'),
(94273,32,15843,NULL,2610,1,'2026-01-22 16:55:16','2026-01-22 16:55:16','b4e7c46d-0d69-495a-ac2d-6705c9b93c5b'),
(94274,32,15843,NULL,2598,2,'2026-01-22 16:55:16','2026-01-22 16:55:16','1da578b5-c30a-4c0e-a72e-7709a3a55ba6'),
(94275,32,15843,NULL,2600,3,'2026-01-22 16:55:16','2026-01-22 16:55:16','117f9b57-1bef-4a66-ac63-b826e5afd42e'),
(94276,32,15843,NULL,2604,4,'2026-01-22 16:55:16','2026-01-22 16:55:16','340d2cae-5383-4b64-9bde-17228e59eb4a'),
(94277,32,15843,NULL,2608,5,'2026-01-22 16:55:16','2026-01-22 16:55:16','3ebd79c9-e0cf-422b-99b5-224de13a47ee'),
(94278,32,15843,NULL,2596,6,'2026-01-22 16:55:16','2026-01-22 16:55:16','1c651482-b5e1-4be3-ab5d-f40a01ff226e'),
(94279,32,15843,NULL,2602,7,'2026-01-22 16:55:16','2026-01-22 16:55:16','4c256e24-7b01-47a0-89fc-675cce1fd6fe'),
(94280,32,15843,NULL,2606,8,'2026-01-22 16:55:16','2026-01-22 16:55:16','441ac485-121e-4912-bf6d-3a0fe39bfc4c'),
(94281,32,15843,NULL,2612,9,'2026-01-22 16:55:16','2026-01-22 16:55:16','91f9553a-6b34-44ec-bf43-1abba3d6e521'),
(94282,16,15843,NULL,4610,1,'2026-01-22 16:55:16','2026-01-22 16:55:16','c0170ac4-fe75-4f10-bf52-0eab93b81296'),
(94283,7,15843,NULL,2969,1,'2026-01-22 16:55:16','2026-01-22 16:55:16','bdef70a1-0942-47db-aa7c-01781f617d5b'),
(94284,7,15843,NULL,9640,2,'2026-01-22 16:55:16','2026-01-22 16:55:16','69a61688-609c-4aca-bb38-bb27eff6208a'),
(94285,7,15843,NULL,2974,3,'2026-01-22 16:55:16','2026-01-22 16:55:16','010d2023-9782-4c29-a84b-f353343f7117'),
(94286,7,15843,NULL,617,4,'2026-01-22 16:55:16','2026-01-22 16:55:16','71578bd3-2004-41aa-8253-e8c3d7aaf540'),
(94287,7,15843,NULL,605,5,'2026-01-22 16:55:16','2026-01-22 16:55:16','ab35a82e-21c2-40ee-9f5f-8eb8ac3dd68e'),
(94288,7,15843,NULL,9552,6,'2026-01-22 16:55:16','2026-01-22 16:55:16','88ae4849-9770-4485-a66e-c0d58e3a5924'),
(94289,82,15843,NULL,491,1,'2026-01-22 16:55:16','2026-01-22 16:55:16','1c057d88-8614-4f7c-9337-8e0fac65cf38'),
(94290,57,15843,NULL,9629,1,'2026-01-22 16:55:16','2026-01-22 16:55:16','e8ba59d4-1bef-48df-a900-81bd75701d0e'),
(94291,57,15843,NULL,9631,2,'2026-01-22 16:55:16','2026-01-22 16:55:16','0beed8e3-9b2d-4318-b6aa-96745c790aed'),
(94292,57,15843,NULL,9630,3,'2026-01-22 16:55:16','2026-01-22 16:55:16','c600ed62-0012-4399-806a-8b13f194c4f7'),
(94293,57,15843,NULL,9628,4,'2026-01-22 16:55:16','2026-01-22 16:55:16','d74c696e-86d3-4ac3-9748-36c412e6b2ef'),
(94294,57,15843,NULL,9627,5,'2026-01-22 16:55:16','2026-01-22 16:55:16','1757838b-7253-42d6-a9b8-2a4ae6923b25'),
(94295,57,15843,NULL,9632,6,'2026-01-22 16:55:16','2026-01-22 16:55:16','2d4a5664-3e5f-45a2-b2f6-83d85735e104'),
(94296,57,15843,NULL,9633,7,'2026-01-22 16:55:16','2026-01-22 16:55:16','84e966cf-3c65-4769-b237-a81ebaeea1ed'),
(94297,57,15843,NULL,9625,8,'2026-01-22 16:55:16','2026-01-22 16:55:16','6f892579-fe8e-4337-8fdf-e332fd9f1c15'),
(94298,57,15843,NULL,9626,9,'2026-01-22 16:55:16','2026-01-22 16:55:16','1363a4fe-774b-47f6-a1a8-8ad6144565a7'),
(94299,57,15843,NULL,9624,10,'2026-01-22 16:55:16','2026-01-22 16:55:16','ac35fa3c-048d-4f30-90b9-71530e4832e6'),
(94300,57,15843,NULL,9623,11,'2026-01-22 16:55:16','2026-01-22 16:55:16','35fcf3b2-01ce-49b3-90f1-f2642f888e1a'),
(94301,57,15843,NULL,9622,12,'2026-01-22 16:55:16','2026-01-22 16:55:16','5731a5b6-f509-43cc-8301-0b30fd47411b'),
(94302,13,15843,NULL,10152,1,'2026-01-22 16:55:16','2026-01-22 16:55:16','c85c8164-7031-4553-b0f0-e6f306894c38'),
(94327,32,15845,NULL,2610,1,'2026-01-22 16:56:09','2026-01-22 16:56:09','6df0e711-6cd1-4e98-8480-115766a08fc4'),
(94328,32,15845,NULL,2598,2,'2026-01-22 16:56:09','2026-01-22 16:56:09','47bb760e-0413-49e3-baa7-a9591845be20'),
(94329,32,15845,NULL,2600,3,'2026-01-22 16:56:09','2026-01-22 16:56:09','f706bd0b-0036-4558-a0cf-0302dfa7c183'),
(94330,32,15845,NULL,2602,4,'2026-01-22 16:56:09','2026-01-22 16:56:09','6a0fc0ba-fcec-44c5-897b-fa28f3ec6f77'),
(94331,32,15845,NULL,2612,5,'2026-01-22 16:56:09','2026-01-22 16:56:09','ad5d61f5-7cd4-4a6e-9ae6-b05cc763778d'),
(94332,32,15845,NULL,2618,6,'2026-01-22 16:56:09','2026-01-22 16:56:09','3120610c-3e8f-4c11-a99b-5ece8f80946e'),
(94333,32,15845,NULL,2604,7,'2026-01-22 16:56:09','2026-01-22 16:56:09','53c78871-27c4-4316-8bfd-f24e94005d76'),
(94334,32,15845,NULL,2608,8,'2026-01-22 16:56:09','2026-01-22 16:56:09','24c29af8-ea23-4ca4-ae34-b6630f26a686'),
(94335,32,15845,NULL,2596,9,'2026-01-22 16:56:09','2026-01-22 16:56:09','e62a819f-8bfe-4f6c-805e-590bdd367183'),
(94336,32,15845,NULL,2606,10,'2026-01-22 16:56:09','2026-01-22 16:56:09','934c82c2-31f9-49f3-816a-cc21f6b1255f'),
(94337,16,15845,NULL,4639,1,'2026-01-22 16:56:09','2026-01-22 16:56:09','d35a3083-71a7-4170-92d3-838a9deea95d'),
(94338,7,15845,NULL,2974,1,'2026-01-22 16:56:09','2026-01-22 16:56:09','7b33ff3b-ce52-4619-a992-c59fe2180baa'),
(94339,7,15845,NULL,617,2,'2026-01-22 16:56:09','2026-01-22 16:56:09','75da2d25-d69e-48ee-b0fa-b20c953c4fce'),
(94340,7,15845,NULL,605,3,'2026-01-22 16:56:09','2026-01-22 16:56:09','959ed9d7-91fb-4103-b2c1-566cae95c081'),
(94341,7,15845,NULL,9552,4,'2026-01-22 16:56:09','2026-01-22 16:56:09','4a755e20-a83a-4ed5-8a05-748aa9e946e4'),
(94342,82,15845,NULL,491,1,'2026-01-22 16:56:09','2026-01-22 16:56:09','60cc0ae9-ca6e-4d16-bd9b-b21027629c0d'),
(94343,46,15845,NULL,3697,1,'2026-01-22 16:56:09','2026-01-22 16:56:09','f6b7a674-2ee7-428d-b580-9ad9fb34c21f'),
(94344,47,15845,NULL,12494,1,'2026-01-22 16:56:09','2026-01-22 16:56:09','5084ea64-7ef4-445d-adc4-b91b0cdd17ff'),
(94345,57,15845,NULL,5084,1,'2026-01-22 16:56:09','2026-01-22 16:56:09','09f89df3-b406-47d2-ae9b-04e68d7a9a6e'),
(94346,57,15845,NULL,5085,2,'2026-01-22 16:56:09','2026-01-22 16:56:09','3583aa3c-ef82-4951-92aa-bd81fba5d717'),
(94347,57,15845,NULL,5086,3,'2026-01-22 16:56:09','2026-01-22 16:56:09','d61c2b15-4b72-42b5-afcf-acf8c8532589'),
(94348,57,15845,NULL,5087,4,'2026-01-22 16:56:09','2026-01-22 16:56:09','6ed24260-31a6-4c77-b693-0f581a2bceec'),
(94349,57,15845,NULL,5088,5,'2026-01-22 16:56:09','2026-01-22 16:56:09','02649105-0545-4df4-a572-d4c48945f6f3'),
(94377,32,15847,NULL,2610,1,'2026-01-22 16:56:54','2026-01-22 16:56:54','761fcf46-df59-4a98-9955-486abd9965c7'),
(94378,32,15847,NULL,2598,2,'2026-01-22 16:56:54','2026-01-22 16:56:54','146b4f71-d036-4612-ab8f-089deb9a3620'),
(94379,32,15847,NULL,2608,3,'2026-01-22 16:56:54','2026-01-22 16:56:54','1b48e212-4909-46fa-b4a8-6ef53ea7e542'),
(94380,32,15847,NULL,2624,4,'2026-01-22 16:56:54','2026-01-22 16:56:54','12a2d864-5025-4521-9b74-41311733e099'),
(94381,32,15847,NULL,2600,5,'2026-01-22 16:56:54','2026-01-22 16:56:54','8f854613-b6ff-4782-8a4b-6db0b995246b'),
(94382,32,15847,NULL,2596,6,'2026-01-22 16:56:54','2026-01-22 16:56:54','dfbfda96-674f-4f33-a5a1-1baf6b878528'),
(94383,32,15847,NULL,2602,7,'2026-01-22 16:56:54','2026-01-22 16:56:54','c67ba6c0-1bd9-4598-9057-2040ce6709b6'),
(94384,32,15847,NULL,2606,8,'2026-01-22 16:56:54','2026-01-22 16:56:54','e9721bba-e3ca-4cbc-81f0-b5831e6028d7'),
(94385,32,15847,NULL,2612,9,'2026-01-22 16:56:54','2026-01-22 16:56:54','f60e925d-1abd-4b65-bbe0-55fae40144fa'),
(94386,32,15847,NULL,2604,10,'2026-01-22 16:56:54','2026-01-22 16:56:54','0b08042d-feae-4219-b206-238e1ece3e0c'),
(94387,16,15847,NULL,4786,1,'2026-01-22 16:56:54','2026-01-22 16:56:54','462cb93e-74a0-4dfb-ab13-147c82fb17e9'),
(94388,7,15847,NULL,6547,1,'2026-01-22 16:56:54','2026-01-22 16:56:54','74ebdd90-8ac5-4367-99cc-b7a854be44d3'),
(94389,7,15847,NULL,601,2,'2026-01-22 16:56:54','2026-01-22 16:56:54','5d2766f9-84a5-4b89-a418-fcdab29ad8b7'),
(94390,7,15847,NULL,617,3,'2026-01-22 16:56:54','2026-01-22 16:56:54','20997908-55fa-4246-8ada-32a0a5594046'),
(94391,7,15847,NULL,605,4,'2026-01-22 16:56:54','2026-01-22 16:56:54','ec11a5cc-67d8-4d84-a02f-733fdf151d5a'),
(94392,7,15847,NULL,9552,5,'2026-01-22 16:56:54','2026-01-22 16:56:54','d38947d2-8915-4d47-97cc-2bd201fa1482'),
(94393,82,15847,NULL,491,1,'2026-01-22 16:56:54','2026-01-22 16:56:54','29a5e052-b38a-460f-848f-cc7da823aa80'),
(94394,46,15847,NULL,2891,1,'2026-01-22 16:56:54','2026-01-22 16:56:54','abe45366-780d-4c96-989f-6c8148f84b03'),
(94395,47,15847,NULL,12247,1,'2026-01-22 16:56:54','2026-01-22 16:56:54','87eda0e4-6d42-46e9-bae5-318d900b6082'),
(94396,57,15847,NULL,4808,1,'2026-01-22 16:56:54','2026-01-22 16:56:54','32099263-0b38-4203-959b-27f3c97747ad'),
(94397,57,15847,NULL,4811,2,'2026-01-22 16:56:54','2026-01-22 16:56:54','74b67ad5-edc7-4801-997c-bcf68f5758b8'),
(94398,57,15847,NULL,4807,3,'2026-01-22 16:56:54','2026-01-22 16:56:54','40c63a78-7ab3-4849-bef2-e1999058a870'),
(94399,57,15847,NULL,4806,4,'2026-01-22 16:56:54','2026-01-22 16:56:54','9229d9d3-8e41-42a8-9ef0-23140a526697'),
(94400,57,15847,NULL,4809,5,'2026-01-22 16:56:54','2026-01-22 16:56:54','f02045bd-ed68-4559-a00e-ad96e4c7b1d5'),
(94401,57,15847,NULL,4810,6,'2026-01-22 16:56:54','2026-01-22 16:56:54','c3588823-940e-402c-8afb-2f271a0550bd'),
(94435,32,15849,NULL,2598,1,'2026-01-22 16:57:36','2026-01-22 16:57:36','e13e2bf1-cd0f-452f-a017-41046e4e3263'),
(94436,32,15849,NULL,2608,2,'2026-01-22 16:57:36','2026-01-22 16:57:36','7eecce5f-fe12-49ef-9617-8bf18bef6ea8'),
(94437,32,15849,NULL,2600,3,'2026-01-22 16:57:36','2026-01-22 16:57:36','feaa4cdf-e14e-42f9-8a14-aaa04c905fe7'),
(94438,32,15849,NULL,2602,4,'2026-01-22 16:57:36','2026-01-22 16:57:36','4c876cd6-5d20-4ab8-9c66-53c924617048'),
(94439,32,15849,NULL,2612,5,'2026-01-22 16:57:36','2026-01-22 16:57:36','e24acd6d-ac47-4b81-91bd-f117f681cc88'),
(94440,32,15849,NULL,2604,6,'2026-01-22 16:57:36','2026-01-22 16:57:36','5c71dce1-ec74-43be-8274-720aedd2c645'),
(94441,32,15849,NULL,2610,7,'2026-01-22 16:57:36','2026-01-22 16:57:36','131b7029-ff28-47dd-a166-a5ab7858a1a2'),
(94442,32,15849,NULL,2596,8,'2026-01-22 16:57:36','2026-01-22 16:57:36','4a89b68a-159f-4654-bc2f-f29075980a93'),
(94443,32,15849,NULL,2606,9,'2026-01-22 16:57:36','2026-01-22 16:57:36','f832c3c3-1f52-42a1-bc39-9d866b3ceebe'),
(94444,16,15849,NULL,4884,1,'2026-01-22 16:57:36','2026-01-22 16:57:36','da782602-7e48-4bd2-85ca-1fb09e79aaf9'),
(94445,7,15849,NULL,6547,1,'2026-01-22 16:57:36','2026-01-22 16:57:36','7701b100-3042-4e85-9a59-a4c6d3f71ce6'),
(94446,7,15849,NULL,601,2,'2026-01-22 16:57:36','2026-01-22 16:57:36','344ce14f-11e4-4a86-b19f-7d554e064e53'),
(94447,7,15849,NULL,9732,3,'2026-01-22 16:57:36','2026-01-22 16:57:36','cd76870b-2476-45d0-a39f-682f3433200e'),
(94448,7,15849,NULL,9735,4,'2026-01-22 16:57:36','2026-01-22 16:57:36','d2e70b4a-669a-446c-b0c1-41d50fcee99b'),
(94449,7,15849,NULL,617,5,'2026-01-22 16:57:36','2026-01-22 16:57:36','063a9856-8bee-40f9-be83-870ac707144d'),
(94450,7,15849,NULL,605,6,'2026-01-22 16:57:36','2026-01-22 16:57:36','2a7aca1c-6b83-4d06-99ac-f9e3f9ef6d1d'),
(94451,7,15849,NULL,9552,7,'2026-01-22 16:57:36','2026-01-22 16:57:36','b000e758-101d-4ce5-b8a3-eb9199f88947'),
(94452,82,15849,NULL,479,1,'2026-01-22 16:57:36','2026-01-22 16:57:36','46d0cdd4-f499-423e-8f8a-8c1282e06a60'),
(94453,82,15849,NULL,491,2,'2026-01-22 16:57:36','2026-01-22 16:57:36','95ff2faa-73f1-483f-9281-a18686eed71a'),
(94454,82,15849,NULL,469,3,'2026-01-22 16:57:36','2026-01-22 16:57:36','f1930cb6-8b15-4dab-8742-5bb21f98757b'),
(94455,47,15849,NULL,12256,1,'2026-01-22 16:57:36','2026-01-22 16:57:36','ff1fca9c-b8b5-49bf-b3ab-85adffca9d69'),
(94456,57,15849,NULL,4886,1,'2026-01-22 16:57:36','2026-01-22 16:57:36','77aac8fb-bf86-484d-a9cf-411bc83fe471'),
(94457,57,15849,NULL,4880,2,'2026-01-22 16:57:36','2026-01-22 16:57:36','787a1d4a-a641-4853-973a-f7ccaeba2614'),
(94458,57,15849,NULL,4888,3,'2026-01-22 16:57:36','2026-01-22 16:57:36','32470af3-039d-4b38-b55a-07de9d41d389'),
(94459,57,15849,NULL,4882,4,'2026-01-22 16:57:36','2026-01-22 16:57:36','193fad37-71fc-4e5e-8fbf-7a600a2c2949'),
(94460,57,15849,NULL,4879,5,'2026-01-22 16:57:36','2026-01-22 16:57:36','faefbeca-5f14-49ba-9b97-407a7043eb82'),
(94461,57,15849,NULL,4881,6,'2026-01-22 16:57:36','2026-01-22 16:57:36','089cced3-ec40-4db4-9b5c-04759ecb46d0'),
(94462,57,15849,NULL,4887,7,'2026-01-22 16:57:36','2026-01-22 16:57:36','40050661-ab97-4677-a4ad-2992d1a742dc'),
(94463,57,15849,NULL,4883,8,'2026-01-22 16:57:36','2026-01-22 16:57:36','ced9350e-fcf3-4459-9120-1db788c23648'),
(94464,57,15849,NULL,4884,9,'2026-01-22 16:57:36','2026-01-22 16:57:36','03b1ab7e-7168-4cd1-b3e2-4b490744913e'),
(94465,57,15849,NULL,4885,10,'2026-01-22 16:57:36','2026-01-22 16:57:36','22666549-3f0e-48e6-9e64-eb1ed7f7c236'),
(94467,32,15850,NULL,2614,1,'2026-01-22 16:58:22','2026-01-22 16:58:22','59ba5783-c853-4304-8986-415798b71654'),
(94468,32,15850,NULL,2610,2,'2026-01-22 16:58:22','2026-01-22 16:58:22','1686a6f6-eb11-421a-9884-e23296fd5f96'),
(94469,32,15850,NULL,2598,3,'2026-01-22 16:58:22','2026-01-22 16:58:22','2f62458d-2757-4331-8a4d-e4662c0ae3cb'),
(94470,32,15850,NULL,2608,4,'2026-01-22 16:58:22','2026-01-22 16:58:22','37c5fcd8-f41c-486c-8b50-a1a290d14a73'),
(94471,32,15850,NULL,2600,5,'2026-01-22 16:58:22','2026-01-22 16:58:22','6982432f-71ab-4a53-bc0d-35fdd70ef664'),
(94472,32,15850,NULL,2596,6,'2026-01-22 16:58:22','2026-01-22 16:58:22','bc3fa9c2-d46e-4b08-873f-280be525faed'),
(94473,32,15850,NULL,2602,7,'2026-01-22 16:58:22','2026-01-22 16:58:22','85ed6e10-a389-44be-8045-f10c46ad7ff2'),
(94474,32,15850,NULL,2606,8,'2026-01-22 16:58:22','2026-01-22 16:58:22','54ef0e06-2081-4d7e-9bbc-43cb93708211'),
(94475,32,15850,NULL,2612,9,'2026-01-22 16:58:22','2026-01-22 16:58:22','1dad8e03-4bd3-44bb-8391-87b58832fb7a'),
(94476,32,15850,NULL,2604,10,'2026-01-22 16:58:22','2026-01-22 16:58:22','41b247d4-f33c-4594-bb66-8185120191f7'),
(94477,16,15850,NULL,6741,1,'2026-01-22 16:58:22','2026-01-22 16:58:22','47c93a42-e39a-45c7-8950-6c78e8066ad4'),
(94478,7,15850,NULL,605,1,'2026-01-22 16:58:22','2026-01-22 16:58:22','42a031f4-3230-47de-bb73-cedf1acd67b4'),
(94479,7,15850,NULL,617,2,'2026-01-22 16:58:22','2026-01-22 16:58:22','b5d3448a-9c30-40d8-b3c4-83bf2fcb52d7'),
(94480,7,15850,NULL,9552,3,'2026-01-22 16:58:22','2026-01-22 16:58:22','94880d84-7f70-4088-82b0-a9ffb137a711'),
(94481,47,15850,NULL,12269,1,'2026-01-22 16:58:22','2026-01-22 16:58:22','f328b1e4-c87c-4d09-af02-f520f2e446b9'),
(94482,57,15850,NULL,6759,1,'2026-01-22 16:58:22','2026-01-22 16:58:22','6e5a3c4c-36e1-4f0e-9c72-3bf096c51372'),
(94483,57,15850,NULL,6760,2,'2026-01-22 16:58:22','2026-01-22 16:58:22','fda6a42d-1e5e-4feb-b1a6-3f12163372a1'),
(94484,57,15850,NULL,6761,3,'2026-01-22 16:58:22','2026-01-22 16:58:22','4acc3b3b-f30b-4a58-8aaa-d642e1c9d579'),
(94485,57,15850,NULL,6762,4,'2026-01-22 16:58:22','2026-01-22 16:58:22','fcf45f39-711e-4e87-aeaa-93ef74c304a8'),
(94486,57,15850,NULL,6763,5,'2026-01-22 16:58:22','2026-01-22 16:58:22','e9948a17-b5a3-447a-9fa7-21b3a79be5fd'),
(94487,57,15850,NULL,6764,6,'2026-01-22 16:58:22','2026-01-22 16:58:22','2bf068dd-bd95-4e36-82d7-a9443bb33109'),
(94488,57,15850,NULL,6765,7,'2026-01-22 16:58:22','2026-01-22 16:58:22','b7ca2be1-7330-457d-8069-16dc5fd8f196'),
(94489,57,15850,NULL,6766,8,'2026-01-22 16:58:22','2026-01-22 16:58:22','7676cbc9-0ccc-464c-9cd4-008b45747ce4'),
(94490,13,15850,NULL,6767,1,'2026-01-22 16:58:22','2026-01-22 16:58:22','09a96c32-1095-4ffb-9457-3e088d23dc40'),
(94515,32,15853,NULL,2610,1,'2026-01-22 16:59:14','2026-01-22 16:59:14','669706dd-3dc1-454e-ae8d-ad695c34f990'),
(94516,32,15853,NULL,2598,2,'2026-01-22 16:59:14','2026-01-22 16:59:14','b4a4d367-c4cf-4e81-80ef-8971ce8ff419'),
(94517,32,15853,NULL,2608,3,'2026-01-22 16:59:14','2026-01-22 16:59:14','8bc328df-4cf7-4a1d-92f4-a82d6a8748e8'),
(94518,32,15853,NULL,2600,4,'2026-01-22 16:59:14','2026-01-22 16:59:14','63c4cc03-7c69-4a5c-ad75-c40e26b72ead'),
(94519,32,15853,NULL,2602,5,'2026-01-22 16:59:14','2026-01-22 16:59:14','737cc1c4-0f3e-4ef1-9563-bdc57e12a071'),
(94520,32,15853,NULL,2612,6,'2026-01-22 16:59:14','2026-01-22 16:59:14','e08a2975-b346-40ad-b58b-2b783507a746'),
(94521,32,15853,NULL,2604,7,'2026-01-22 16:59:14','2026-01-22 16:59:14','fc58de4b-3575-4528-82c3-ee79cc274e68'),
(94522,32,15853,NULL,2596,8,'2026-01-22 16:59:14','2026-01-22 16:59:14','d69f5650-e7c7-4a2e-9059-7fcd7a6595d5'),
(94523,32,15853,NULL,2606,9,'2026-01-22 16:59:14','2026-01-22 16:59:14','bdad5c21-5d71-4de4-8fc7-87dbb9a3f450'),
(94524,16,15853,NULL,6793,1,'2026-01-22 16:59:14','2026-01-22 16:59:14','cd3137ac-959d-46d1-bd1d-3883b1135eab'),
(94525,7,15853,NULL,2969,1,'2026-01-22 16:59:14','2026-01-22 16:59:14','16350620-4c1d-4810-882b-1cb94c9030f4'),
(94526,7,15853,NULL,605,2,'2026-01-22 16:59:14','2026-01-22 16:59:14','54cb4e0b-2542-4be5-88a2-382b44b672c7'),
(94527,7,15853,NULL,617,3,'2026-01-22 16:59:14','2026-01-22 16:59:14','c559301d-8eec-49d7-a6bb-cac2c1b4eec4'),
(94528,7,15853,NULL,9552,4,'2026-01-22 16:59:14','2026-01-22 16:59:14','2d0120a4-06fe-4baa-a42b-6f266888577e'),
(94529,82,15853,NULL,479,1,'2026-01-22 16:59:14','2026-01-22 16:59:14','4764be13-31dc-43ad-891d-2b60bd677b22'),
(94530,82,15853,NULL,491,2,'2026-01-22 16:59:14','2026-01-22 16:59:14','45720657-2923-4567-b04a-17c6fad21f41'),
(94531,82,15853,NULL,469,3,'2026-01-22 16:59:14','2026-01-22 16:59:14','10493c88-55f6-413f-ba8e-c659581e7088'),
(94532,47,15853,NULL,12275,1,'2026-01-22 16:59:14','2026-01-22 16:59:14','fc399eae-43a9-4ed2-b5b2-ee29c32b916f'),
(94533,57,15853,NULL,6792,1,'2026-01-22 16:59:14','2026-01-22 16:59:14','dac63f2a-bf23-4218-a7bf-6f0a23dcd351'),
(94534,57,15853,NULL,6793,2,'2026-01-22 16:59:14','2026-01-22 16:59:14','3219302b-20d7-41a9-b183-43e7cee3ab14'),
(94535,57,15853,NULL,6794,3,'2026-01-22 16:59:14','2026-01-22 16:59:14','97b23ca1-c748-4c35-b1b2-dd573da5584e'),
(94536,57,15853,NULL,6795,4,'2026-01-22 16:59:14','2026-01-22 16:59:14','15ff9162-4e56-47bf-b984-db748db4b3f0'),
(94537,57,15853,NULL,6796,5,'2026-01-22 16:59:14','2026-01-22 16:59:14','15825044-4c22-4ccb-bbb1-c7962838eb98'),
(94538,13,15853,NULL,6852,1,'2026-01-22 16:59:14','2026-01-22 16:59:14','a2e8646c-59da-4110-a5ba-84e224b492c4'),
(94566,32,15855,NULL,2610,1,'2026-01-22 17:00:15','2026-01-22 17:00:15','919c29a9-3ef3-4feb-a457-493a9442c196'),
(94567,32,15855,NULL,2598,2,'2026-01-22 17:00:15','2026-01-22 17:00:15','85505e3d-9f61-4fd6-9445-58c031055835'),
(94568,32,15855,NULL,2608,3,'2026-01-22 17:00:15','2026-01-22 17:00:15','f99bed22-47e9-4e44-a70d-3f640104c828'),
(94569,32,15855,NULL,2600,4,'2026-01-22 17:00:15','2026-01-22 17:00:15','447ee623-8d7c-4d6e-8fe2-e9caebd6486c'),
(94570,32,15855,NULL,2596,5,'2026-01-22 17:00:15','2026-01-22 17:00:15','3cab00db-828b-4a6e-a1af-19c11eda6c7e'),
(94571,32,15855,NULL,2602,6,'2026-01-22 17:00:15','2026-01-22 17:00:15','dfecef3e-5a6c-4da6-8bb7-709641092fbe'),
(94572,32,15855,NULL,2612,7,'2026-01-22 17:00:15','2026-01-22 17:00:15','030212d2-f464-4b9a-8e4d-8899eed0669e'),
(94573,32,15855,NULL,2618,8,'2026-01-22 17:00:15','2026-01-22 17:00:15','4d964c6b-6d20-4c37-8564-789629c49367'),
(94574,32,15855,NULL,2604,9,'2026-01-22 17:00:15','2026-01-22 17:00:15','27604531-54e7-4307-8c14-12bbf5dfb8cd'),
(94575,32,15855,NULL,2606,10,'2026-01-22 17:00:15','2026-01-22 17:00:15','d5649114-5a17-44b3-bb7a-21912a79b0ed'),
(94576,16,15855,NULL,9008,1,'2026-01-22 17:00:15','2026-01-22 17:00:15','16be4118-048b-4ba0-91f3-3b700079b1a2'),
(94577,7,15855,NULL,605,1,'2026-01-22 17:00:15','2026-01-22 17:00:15','01f52ba6-1eb1-47ab-92f4-b4c31fa77621'),
(94578,7,15855,NULL,617,2,'2026-01-22 17:00:15','2026-01-22 17:00:15','681e8f71-7138-4ed9-b3de-46d05884b8e2'),
(94579,7,15855,NULL,9552,3,'2026-01-22 17:00:15','2026-01-22 17:00:15','34fc3ffc-c41e-4294-be07-92190c02d549'),
(94580,82,15855,NULL,479,1,'2026-01-22 17:00:15','2026-01-22 17:00:15','5d33304f-9319-477a-88d9-91b52ff3b941'),
(94581,82,15855,NULL,491,2,'2026-01-22 17:00:15','2026-01-22 17:00:15','b4e2dec9-d11f-46a6-9af9-66aaa42a0f32'),
(94582,46,15855,NULL,3697,1,'2026-01-22 17:00:15','2026-01-22 17:00:15','56d40945-7a07-449c-ab71-08b7104203be'),
(94583,47,15855,NULL,12278,1,'2026-01-22 17:00:15','2026-01-22 17:00:15','e860469b-0c47-427e-994f-7ff35ecc4de4'),
(94584,57,15855,NULL,9011,1,'2026-01-22 17:00:15','2026-01-22 17:00:15','3f3380af-8e9b-4529-8c85-18adb0abff4b'),
(94585,57,15855,NULL,9017,2,'2026-01-22 17:00:15','2026-01-22 17:00:15','a78ef17b-3644-4587-809e-5901f71d968a'),
(94586,57,15855,NULL,9015,3,'2026-01-22 17:00:15','2026-01-22 17:00:15','47cb34c0-12a8-4daf-8f5d-58e4037a16eb'),
(94587,57,15855,NULL,9016,4,'2026-01-22 17:00:15','2026-01-22 17:00:15','a9a1be84-ce83-4847-8a07-d4cb05e7a3be'),
(94588,57,15855,NULL,9013,5,'2026-01-22 17:00:15','2026-01-22 17:00:15','c247aa6c-6ae0-4bbf-b2ab-891c1f54dc65'),
(94589,57,15855,NULL,9014,6,'2026-01-22 17:00:15','2026-01-22 17:00:15','a8bbe512-3b95-42dc-92e6-9e22cd53c52c'),
(94590,57,15855,NULL,9012,7,'2026-01-22 17:00:15','2026-01-22 17:00:15','51d23a2d-9a36-45aa-8ef2-d318fb35e8cb'),
(94591,57,15855,NULL,9018,8,'2026-01-22 17:00:15','2026-01-22 17:00:15','863a594a-1025-4d45-8167-0a973304d886'),
(94616,32,15860,NULL,2610,1,'2026-01-22 17:01:03','2026-01-22 17:01:03','ddb837f7-68ab-4818-9ce3-24b53a62691f'),
(94617,32,15860,NULL,2598,2,'2026-01-22 17:01:03','2026-01-22 17:01:03','468f38c9-1231-48e1-aa16-1f9fdece7421'),
(94618,32,15860,NULL,2608,3,'2026-01-22 17:01:03','2026-01-22 17:01:03','ef127b58-5398-4e28-90b3-b41c85fe81d3'),
(94619,32,15860,NULL,2600,4,'2026-01-22 17:01:03','2026-01-22 17:01:03','fb3e885d-1cb4-42a8-9c9b-ad795ed1c48c'),
(94620,32,15860,NULL,2596,5,'2026-01-22 17:01:03','2026-01-22 17:01:03','d7c75eff-55fc-4cb3-b04a-21ec44eabe80'),
(94621,32,15860,NULL,2602,6,'2026-01-22 17:01:03','2026-01-22 17:01:03','d270d9f0-4a60-4744-8dcc-a0753511dab8'),
(94622,32,15860,NULL,2612,7,'2026-01-22 17:01:03','2026-01-22 17:01:03','674fc95a-7a84-4c9d-b94d-d10df7dd91a6'),
(94623,32,15860,NULL,2604,8,'2026-01-22 17:01:03','2026-01-22 17:01:03','7a46dad4-9cc5-424c-b0ed-f60455eaf6ea'),
(94624,32,15860,NULL,2606,9,'2026-01-22 17:01:03','2026-01-22 17:01:03','a39a600e-f387-40ff-b215-5bccdc899b36'),
(94625,16,15860,NULL,9025,1,'2026-01-22 17:01:03','2026-01-22 17:01:03','60e12536-f769-485f-9958-6fe91b8529d9'),
(94626,7,15860,NULL,601,1,'2026-01-22 17:01:03','2026-01-22 17:01:03','22dbb7fe-1ebc-4bc1-8060-d258d2009553'),
(94627,7,15860,NULL,605,2,'2026-01-22 17:01:03','2026-01-22 17:01:03','642af3e6-cf08-408e-b310-82f7ba148481'),
(94628,7,15860,NULL,617,3,'2026-01-22 17:01:03','2026-01-22 17:01:03','95e17134-8938-4f0d-a12d-2ececbdfc828'),
(94629,7,15860,NULL,9552,4,'2026-01-22 17:01:03','2026-01-22 17:01:03','1614f085-8423-40a8-a62b-d99ffc3e3383'),
(94630,82,15860,NULL,479,1,'2026-01-22 17:01:03','2026-01-22 17:01:03','c53a9604-e055-4643-bf01-4f20e52aaa87'),
(94631,82,15860,NULL,491,2,'2026-01-22 17:01:03','2026-01-22 17:01:03','f35fb55d-6343-437a-8e0e-3247872512fe'),
(94632,47,15860,NULL,12281,1,'2026-01-22 17:01:03','2026-01-22 17:01:03','6cdb56f7-8588-4336-9cfb-673a38ad4479'),
(94633,57,15860,NULL,9030,1,'2026-01-22 17:01:03','2026-01-22 17:01:03','49798049-0243-470a-ba95-ecdb73295ee4'),
(94634,57,15860,NULL,9031,2,'2026-01-22 17:01:03','2026-01-22 17:01:03','b520c46b-6c47-4a8b-85f4-ca8be8c8ff6f'),
(94635,57,15860,NULL,9032,3,'2026-01-22 17:01:03','2026-01-22 17:01:03','6f14d555-b092-4c71-a974-069aa174f69d'),
(94636,57,15860,NULL,9033,4,'2026-01-22 17:01:03','2026-01-22 17:01:03','fe372068-637e-4a4e-8428-a1f5bd2e51a7'),
(94637,57,15860,NULL,9029,5,'2026-01-22 17:01:03','2026-01-22 17:01:03','64eb8fc5-2ef1-4e90-addf-c46912c3bcb0'),
(94638,57,15860,NULL,9028,6,'2026-01-22 17:01:03','2026-01-22 17:01:03','1556d19b-17e7-4ce1-820a-0bb0b22a61e3'),
(94666,32,15864,NULL,2610,1,'2026-01-22 17:02:33','2026-01-22 17:02:33','c73c3e01-26de-432e-999e-de631027f1e7'),
(94667,32,15864,NULL,2598,2,'2026-01-22 17:02:33','2026-01-22 17:02:33','40fb424c-597b-4e8a-a1e7-d5470f6034b7'),
(94668,32,15864,NULL,2608,3,'2026-01-22 17:02:33','2026-01-22 17:02:33','3d8b91be-80cd-4ba5-8d00-8980c86ce300'),
(94669,32,15864,NULL,2624,4,'2026-01-22 17:02:33','2026-01-22 17:02:33','eb29aa86-9eec-485f-9e3f-9e1322a52c84'),
(94670,32,15864,NULL,2600,5,'2026-01-22 17:02:33','2026-01-22 17:02:33','8bc0d48d-4285-4584-919c-5071d71ce2db'),
(94671,32,15864,NULL,2596,6,'2026-01-22 17:02:33','2026-01-22 17:02:33','998a34f6-10fc-4b8c-a121-af90e3f8110d'),
(94672,32,15864,NULL,2602,7,'2026-01-22 17:02:33','2026-01-22 17:02:33','729dc46f-b915-41b3-8639-5f8a0a361f3c'),
(94673,32,15864,NULL,2606,8,'2026-01-22 17:02:33','2026-01-22 17:02:33','ab91470d-01a2-40d2-b577-34dc68e81e70'),
(94674,32,15864,NULL,2612,9,'2026-01-22 17:02:33','2026-01-22 17:02:33','fb158a2a-7b44-44f0-bc22-350f54224e81'),
(94675,32,15864,NULL,2604,10,'2026-01-22 17:02:33','2026-01-22 17:02:33','11ea749d-77dc-4065-900c-b28916e5083a'),
(94676,16,15864,NULL,9038,1,'2026-01-22 17:02:33','2026-01-22 17:02:33','575eb6c2-35f7-4ae5-99b4-15f82dcff8be'),
(94677,7,15864,NULL,601,1,'2026-01-22 17:02:33','2026-01-22 17:02:33','ec15847f-1c3e-4639-aa47-a281927748d3'),
(94678,7,15864,NULL,3468,2,'2026-01-22 17:02:33','2026-01-22 17:02:33','1d5b60c4-fd6c-4817-9b05-827d25cdc950'),
(94679,7,15864,NULL,2974,3,'2026-01-22 17:02:33','2026-01-22 17:02:33','57901ad7-b995-4fe9-bc66-7ab2267485ca'),
(94680,7,15864,NULL,605,4,'2026-01-22 17:02:33','2026-01-22 17:02:33','0a44f0e1-0e34-4258-ab59-7f885de29f73'),
(94681,7,15864,NULL,617,5,'2026-01-22 17:02:33','2026-01-22 17:02:33','2b2e35ec-e508-4f46-81ab-91ef560f856d'),
(94682,7,15864,NULL,9552,6,'2026-01-22 17:02:33','2026-01-22 17:02:33','fba290c2-c932-4ac7-bdae-c8337f65b5b7'),
(94683,82,15864,NULL,491,1,'2026-01-22 17:02:33','2026-01-22 17:02:33','3a0d55b8-9a60-43bc-83cd-0488b94d05f1'),
(94684,46,15864,NULL,2891,1,'2026-01-22 17:02:33','2026-01-22 17:02:33','84111148-6180-453d-b573-895b7827c9f7'),
(94685,47,15864,NULL,12285,1,'2026-01-22 17:02:33','2026-01-22 17:02:33','cd5cbca5-4134-4de4-921d-d60fdefd591a'),
(94686,57,15864,NULL,9045,1,'2026-01-22 17:02:33','2026-01-22 17:02:33','0758462d-c9ae-46af-8ce9-4992c0641b27'),
(94687,57,15864,NULL,9046,2,'2026-01-22 17:02:33','2026-01-22 17:02:33','f0b0f7ad-33d4-4986-941f-0910150cc2bd'),
(94688,57,15864,NULL,9042,3,'2026-01-22 17:02:33','2026-01-22 17:02:33','48953581-db11-4840-9b8a-5a68bdb9b80d'),
(94689,57,15864,NULL,9043,4,'2026-01-22 17:02:33','2026-01-22 17:02:33','4eff0b0c-c3ed-42e5-a711-760ca19f6b55'),
(94690,57,15864,NULL,9044,5,'2026-01-22 17:02:33','2026-01-22 17:02:33','11320d80-2665-41e3-818a-b6a902ecdd82'),
(94691,57,15864,NULL,9041,6,'2026-01-22 17:02:33','2026-01-22 17:02:33','4a7cdd84-cdf9-474d-953b-c1951fef45e8'),
(94692,13,15864,NULL,6860,1,'2026-01-22 17:02:33','2026-01-22 17:02:33','ea03163a-80f2-4b8a-9ce1-c9f9c4f3e2de'),
(94722,32,15866,NULL,2614,1,'2026-01-22 17:03:24','2026-01-22 17:03:24','754f3cc7-d9eb-4e9b-9d9a-f75c729d53d5'),
(94723,32,15866,NULL,2610,2,'2026-01-22 17:03:24','2026-01-22 17:03:24','a83e8e60-c1aa-48e9-b34f-10946dd62477'),
(94724,32,15866,NULL,2622,3,'2026-01-22 17:03:24','2026-01-22 17:03:24','cf6b217f-a719-4db6-9720-16ea45049b36'),
(94725,32,15866,NULL,2598,4,'2026-01-22 17:03:24','2026-01-22 17:03:24','a2428605-7f1c-480d-9ce7-e24a8aaed630'),
(94726,32,15866,NULL,2608,5,'2026-01-22 17:03:24','2026-01-22 17:03:24','1cdc2fcf-ea0c-448d-80a3-d3f9c16bb1c3'),
(94727,32,15866,NULL,2624,6,'2026-01-22 17:03:24','2026-01-22 17:03:24','60f572ff-811b-4a4d-9ab7-8748cf9ebad1'),
(94728,32,15866,NULL,2600,7,'2026-01-22 17:03:24','2026-01-22 17:03:24','6d6028eb-ed42-4d80-95f7-a078999e2720'),
(94729,32,15866,NULL,2596,8,'2026-01-22 17:03:24','2026-01-22 17:03:24','a309aa88-1288-498e-b10b-351c31142c56'),
(94730,32,15866,NULL,2602,9,'2026-01-22 17:03:24','2026-01-22 17:03:24','0266aa99-8724-40fb-9675-73768cbc2d53'),
(94731,32,15866,NULL,2606,10,'2026-01-22 17:03:24','2026-01-22 17:03:24','23a0d1be-e75f-448f-83f3-4b8279c7b581'),
(94732,32,15866,NULL,2612,11,'2026-01-22 17:03:24','2026-01-22 17:03:24','a5b368cf-9492-48a7-b609-bc93a3ef11ca'),
(94733,32,15866,NULL,2618,12,'2026-01-22 17:03:24','2026-01-22 17:03:24','dfa0ab27-4ac8-4c4d-96bc-8d054462a962'),
(94734,32,15866,NULL,2604,13,'2026-01-22 17:03:24','2026-01-22 17:03:24','6c57bf87-2665-43e9-a463-e748b228ae78'),
(94735,16,15866,NULL,9051,1,'2026-01-22 17:03:24','2026-01-22 17:03:24','a2a2f9a4-6ab2-466c-87f0-1232236b4280'),
(94736,7,15866,NULL,601,1,'2026-01-22 17:03:24','2026-01-22 17:03:24','17837020-ab50-4c7c-90e2-6b6cf3540fc6'),
(94737,7,15866,NULL,605,2,'2026-01-22 17:03:24','2026-01-22 17:03:24','491e4266-43c7-4e10-ad72-910261e67e5f'),
(94738,7,15866,NULL,617,3,'2026-01-22 17:03:24','2026-01-22 17:03:24','8f01a9e5-23df-4473-93a3-cfe450b67560'),
(94739,7,15866,NULL,9552,4,'2026-01-22 17:03:24','2026-01-22 17:03:24','6a2d014b-42bf-4b5c-bdc9-5bdcbc4286a0'),
(94740,46,15866,NULL,2891,1,'2026-01-22 17:03:24','2026-01-22 17:03:24','ac3f7e9c-bbdd-4904-9d0f-af0d8114f836'),
(94741,46,15866,NULL,3697,2,'2026-01-22 17:03:24','2026-01-22 17:03:24','aa5cd2d6-1955-4727-b280-2d575b2fa772'),
(94742,46,15866,NULL,4403,3,'2026-01-22 17:03:24','2026-01-22 17:03:24','e17869aa-b333-4904-b7ea-24acd2a06633'),
(94743,47,15866,NULL,12289,1,'2026-01-22 17:03:24','2026-01-22 17:03:24','39136564-3fc5-4e45-a4cb-249b51806fd7'),
(94744,57,15866,NULL,8601,1,'2026-01-22 17:03:24','2026-01-22 17:03:24','b7645980-22ee-4d46-9dcb-40a4ff9d0e81'),
(94745,57,15866,NULL,8600,2,'2026-01-22 17:03:24','2026-01-22 17:03:24','c2a277b5-1c1d-40d4-abc2-0fd1ac399d3c'),
(94746,57,15866,NULL,8602,3,'2026-01-22 17:03:24','2026-01-22 17:03:24','9eaa20ad-c70b-4adf-860e-e939e69bb3e2'),
(94747,57,15866,NULL,8603,4,'2026-01-22 17:03:24','2026-01-22 17:03:24','6db49e33-e314-4493-b0ee-e0768e7b31c5'),
(94748,57,15866,NULL,8604,5,'2026-01-22 17:03:24','2026-01-22 17:03:24','1bf52349-b953-493c-bea9-811c11ff9469'),
(94749,57,15866,NULL,8605,6,'2026-01-22 17:03:24','2026-01-22 17:03:24','3a58d3a5-62bc-4c55-934c-075bd4fdf1d7'),
(94780,32,15868,NULL,2614,1,'2026-01-22 17:05:19','2026-01-22 17:05:19','a3a779b0-9913-418a-b990-6b0cb79c173e'),
(94781,32,15868,NULL,2610,2,'2026-01-22 17:05:19','2026-01-22 17:05:19','2c137783-3123-42c5-9da5-8ef1a029eab6'),
(94782,32,15868,NULL,2622,3,'2026-01-22 17:05:19','2026-01-22 17:05:19','47807f98-18d7-44f8-8de7-0a194b7b52a2'),
(94783,32,15868,NULL,2598,4,'2026-01-22 17:05:19','2026-01-22 17:05:19','2015e434-e575-42d7-869a-b93b0010ec6b'),
(94784,32,15868,NULL,2608,5,'2026-01-22 17:05:19','2026-01-22 17:05:19','a4421e1a-d0b3-4ca1-b7d9-ac4c8a4422be'),
(94785,32,15868,NULL,2624,6,'2026-01-22 17:05:19','2026-01-22 17:05:19','16700120-866c-4bf4-a59c-ef600f39f770'),
(94786,32,15868,NULL,2600,7,'2026-01-22 17:05:19','2026-01-22 17:05:19','e99a0210-bc70-46b4-9d48-228392bf543b'),
(94787,32,15868,NULL,2596,8,'2026-01-22 17:05:19','2026-01-22 17:05:19','41d0528e-f6ac-4820-8eef-16b06251b294'),
(94788,32,15868,NULL,2602,9,'2026-01-22 17:05:19','2026-01-22 17:05:19','b66d0e94-424f-47d4-94d2-fbc4f97b40aa'),
(94789,32,15868,NULL,2606,10,'2026-01-22 17:05:19','2026-01-22 17:05:19','eecd3b64-8ffa-4050-a916-141d42fd50f3'),
(94790,32,15868,NULL,2612,11,'2026-01-22 17:05:19','2026-01-22 17:05:19','f6339863-8cb2-4ac7-adf3-4a9f4050b54c'),
(94791,32,15868,NULL,2618,12,'2026-01-22 17:05:19','2026-01-22 17:05:19','db82ea43-3c6d-463d-8d31-13ec43ba5089'),
(94792,32,15868,NULL,2604,13,'2026-01-22 17:05:19','2026-01-22 17:05:19','32925786-f6fb-4769-81fe-5307f0e02e49'),
(94793,16,15868,NULL,9051,1,'2026-01-22 17:05:19','2026-01-22 17:05:19','1272d979-482e-4da7-9265-aa1c4c0e3669'),
(94794,7,15868,NULL,601,1,'2026-01-22 17:05:19','2026-01-22 17:05:19','8b071b1d-1eae-4f20-b0c1-4ae65dac05d7'),
(94795,7,15868,NULL,605,2,'2026-01-22 17:05:19','2026-01-22 17:05:19','6b283cdd-d4f0-419d-a2d8-b872ceddeef4'),
(94796,7,15868,NULL,617,3,'2026-01-22 17:05:19','2026-01-22 17:05:19','12e7e4aa-b345-4335-91ef-99d7794377e4'),
(94797,7,15868,NULL,9552,4,'2026-01-22 17:05:19','2026-01-22 17:05:19','a4c3a6f1-5e6d-438d-b40c-fb957e3760ee'),
(94798,46,15868,NULL,2891,1,'2026-01-22 17:05:19','2026-01-22 17:05:19','c656864c-bbdd-44bf-badc-9c3838758d14'),
(94799,46,15868,NULL,3697,2,'2026-01-22 17:05:19','2026-01-22 17:05:19','fd9d3c98-7718-4135-af57-8ea29e16beb3'),
(94800,46,15868,NULL,4403,3,'2026-01-22 17:05:19','2026-01-22 17:05:19','37ab3da5-8731-4718-8b45-58b59a547f77'),
(94801,47,15868,NULL,12289,1,'2026-01-22 17:05:19','2026-01-22 17:05:19','4bd1fe2e-d651-482f-89e6-e6a5e9772814'),
(94802,57,15868,NULL,8601,1,'2026-01-22 17:05:19','2026-01-22 17:05:19','a8a8e69e-f018-43dc-bd40-3162f6372f55'),
(94803,57,15868,NULL,8600,2,'2026-01-22 17:05:19','2026-01-22 17:05:19','5dcc7631-a65b-4c8c-8b94-473b9f539b2f'),
(94804,57,15868,NULL,8602,3,'2026-01-22 17:05:19','2026-01-22 17:05:19','2038890a-3aac-4681-ab24-c2c9747ee4ec'),
(94805,57,15868,NULL,8603,4,'2026-01-22 17:05:19','2026-01-22 17:05:19','6a04785f-fa27-4e1e-854a-ea3cea59160f'),
(94806,57,15868,NULL,8604,5,'2026-01-22 17:05:19','2026-01-22 17:05:19','cea3c17f-1e2b-4e10-a30d-d6ec36e90803'),
(94807,57,15868,NULL,8605,6,'2026-01-22 17:05:19','2026-01-22 17:05:19','a65e3690-de1a-4db3-8518-19705d29ba15'),
(94832,32,15870,NULL,2610,1,'2026-01-22 17:05:40','2026-01-22 17:05:40','198b21f7-c36c-41cc-80fe-abe8865f311a'),
(94833,32,15870,NULL,2598,2,'2026-01-22 17:05:40','2026-01-22 17:05:40','e2e1ad5c-e9be-4b31-99ae-e9131edcb42b'),
(94834,32,15870,NULL,2608,3,'2026-01-22 17:05:40','2026-01-22 17:05:40','cb6f2ac1-2df5-4792-bfaf-343116c87fcd'),
(94835,32,15870,NULL,2600,4,'2026-01-22 17:05:40','2026-01-22 17:05:40','191e4d35-a2c3-4442-b15c-20b8d843387a'),
(94836,32,15870,NULL,2596,5,'2026-01-22 17:05:40','2026-01-22 17:05:40','415362f4-6a6d-4af8-a5fd-56165dbc736c'),
(94837,32,15870,NULL,2602,6,'2026-01-22 17:05:40','2026-01-22 17:05:40','3dfc8e0a-3099-40be-9461-c9690a0d759e'),
(94838,32,15870,NULL,2612,7,'2026-01-22 17:05:40','2026-01-22 17:05:40','d4604ff5-2422-48d5-aa5d-eee11c1ae3ab'),
(94839,32,15870,NULL,2604,8,'2026-01-22 17:05:40','2026-01-22 17:05:40','ae47d1d5-c6b9-472a-98c8-5b206810e31e'),
(94840,32,15870,NULL,2606,9,'2026-01-22 17:05:40','2026-01-22 17:05:40','b70ba1f9-7f36-4a35-b7af-4113db7b8430'),
(94841,16,15870,NULL,9056,1,'2026-01-22 17:05:40','2026-01-22 17:05:40','23f87a26-ca11-40dd-9d7e-8eb9fd539ac3'),
(94842,7,15870,NULL,601,1,'2026-01-22 17:05:40','2026-01-22 17:05:40','4e5c2c6a-d17c-4673-905d-1fac5ce5d6fa'),
(94843,7,15870,NULL,605,2,'2026-01-22 17:05:40','2026-01-22 17:05:40','e584eb33-fb37-4dc8-8cd1-59dee277938a'),
(94844,7,15870,NULL,617,3,'2026-01-22 17:05:40','2026-01-22 17:05:40','43f4742e-0e2a-4719-b874-35176622d8d8'),
(94845,7,15870,NULL,9552,4,'2026-01-22 17:05:40','2026-01-22 17:05:40','0729a8ad-dbbf-43c1-9747-4da335138a09'),
(94846,82,15870,NULL,479,1,'2026-01-22 17:05:40','2026-01-22 17:05:40','4a9e18ba-112e-4d5c-a394-397f4f81da7f'),
(94847,82,15870,NULL,491,2,'2026-01-22 17:05:40','2026-01-22 17:05:40','b70bc253-e8f8-4571-acb3-3fb0c06d563d'),
(94848,47,15870,NULL,12293,1,'2026-01-22 17:05:40','2026-01-22 17:05:40','8e08ee77-6862-431d-b8c1-a3e3e5189bba'),
(94849,57,15870,NULL,9061,1,'2026-01-22 17:05:40','2026-01-22 17:05:40','38b0794a-5ffb-4363-83d8-926d659a78d3'),
(94850,57,15870,NULL,9062,2,'2026-01-22 17:05:40','2026-01-22 17:05:40','c87f2dd0-25cc-4aad-88f8-d90dd50ac444'),
(94851,57,15870,NULL,9063,3,'2026-01-22 17:05:40','2026-01-22 17:05:40','8d17cf6b-fd82-4899-975c-1a32e0f61b0b'),
(94852,57,15870,NULL,9060,4,'2026-01-22 17:05:40','2026-01-22 17:05:40','54e75220-e4d1-445f-ae14-58175b40c278'),
(94853,57,15870,NULL,9059,5,'2026-01-22 17:05:40','2026-01-22 17:05:40','62e29d7d-97e9-4362-aafb-0cb693a54cdd'),
(94854,13,15870,NULL,6867,1,'2026-01-22 17:05:40','2026-01-22 17:05:40','6afbe846-6ef7-4c72-9049-7c3e9065c5a6'),
(94885,32,15872,NULL,2610,1,'2026-01-22 17:06:23','2026-01-22 17:06:23','5ea9ad91-0bf5-4398-a007-3e499b6103ce'),
(94886,32,15872,NULL,2598,2,'2026-01-22 17:06:23','2026-01-22 17:06:23','2b9d432b-a38a-48f5-a071-668f22817417'),
(94887,32,15872,NULL,2608,3,'2026-01-22 17:06:23','2026-01-22 17:06:23','bf8ef603-94c1-4e53-bf02-f2f38eac2f7b'),
(94888,32,15872,NULL,2600,4,'2026-01-22 17:06:23','2026-01-22 17:06:23','828ebe67-c8b6-4d75-b2af-7d062d087132'),
(94889,32,15872,NULL,2596,5,'2026-01-22 17:06:23','2026-01-22 17:06:23','da839273-b0cc-4faf-bf54-c2a0c69df78a'),
(94890,32,15872,NULL,2602,6,'2026-01-22 17:06:23','2026-01-22 17:06:23','dd1361eb-11e9-444b-924d-bf1a62cb2af5'),
(94891,32,15872,NULL,2612,7,'2026-01-22 17:06:23','2026-01-22 17:06:23','b8d61d3a-25c2-4763-a2c3-6c9e9b423584'),
(94892,32,15872,NULL,2618,8,'2026-01-22 17:06:23','2026-01-22 17:06:23','ec4f2821-9d1e-4bdc-9483-e6838849ae83'),
(94893,32,15872,NULL,2604,9,'2026-01-22 17:06:23','2026-01-22 17:06:23','dafea7ed-13d6-4306-9cfd-da5c61f21d15'),
(94894,32,15872,NULL,2606,10,'2026-01-22 17:06:23','2026-01-22 17:06:23','4ddf51c8-5567-42aa-9746-c2deb257cae9'),
(94895,16,15872,NULL,9068,1,'2026-01-22 17:06:23','2026-01-22 17:06:23','e1d9fe7e-7833-4a4e-8d97-f436506c75f4'),
(94896,7,15872,NULL,6547,1,'2026-01-22 17:06:23','2026-01-22 17:06:23','69bdb883-5bc9-4112-96c8-67ee99630e98'),
(94897,7,15872,NULL,601,2,'2026-01-22 17:06:23','2026-01-22 17:06:23','4c174f8f-ba9f-4acd-8101-8761efd04951'),
(94898,7,15872,NULL,617,3,'2026-01-22 17:06:23','2026-01-22 17:06:23','fba322e9-bfc9-4f30-8863-38cab2207177'),
(94899,7,15872,NULL,9732,4,'2026-01-22 17:06:23','2026-01-22 17:06:23','29d622a1-460e-49a3-a6e2-371ac09be581'),
(94900,7,15872,NULL,9735,5,'2026-01-22 17:06:23','2026-01-22 17:06:23','f17bf582-3213-4c0f-9993-e64ffb93716e'),
(94901,7,15872,NULL,2972,6,'2026-01-22 17:06:23','2026-01-22 17:06:23','2328dd1a-7d51-4446-b970-b7c8645dc10c'),
(94902,7,15872,NULL,9549,7,'2026-01-22 17:06:23','2026-01-22 17:06:23','8f5ac698-d489-457e-b6f6-41904d0b4d50'),
(94903,7,15872,NULL,605,8,'2026-01-22 17:06:23','2026-01-22 17:06:23','f8224d7e-4399-4109-8ae8-e2fa44baa5fc'),
(94904,7,15872,NULL,9552,9,'2026-01-22 17:06:23','2026-01-22 17:06:23','86bbf665-849d-4cb8-a221-f8eaa6831407'),
(94905,82,15872,NULL,479,1,'2026-01-22 17:06:23','2026-01-22 17:06:23','637ce366-aca2-44b7-b05a-7c433e0a0f0c'),
(94906,82,15872,NULL,491,2,'2026-01-22 17:06:23','2026-01-22 17:06:23','64ac0fdd-0c7f-4f0a-8f8f-c1ea9959ba9c'),
(94907,46,15872,NULL,3697,1,'2026-01-22 17:06:23','2026-01-22 17:06:23','89a2fbd5-8692-4539-8331-7d0e6ed9fb9b'),
(94908,47,15872,NULL,12297,1,'2026-01-22 17:06:23','2026-01-22 17:06:23','99013a43-dd93-4766-8081-359fcf172508'),
(94909,57,15872,NULL,9071,1,'2026-01-22 17:06:23','2026-01-22 17:06:23','472ce5d6-6b53-4d49-b757-45a6bd838b93'),
(94910,57,15872,NULL,9072,2,'2026-01-22 17:06:23','2026-01-22 17:06:23','2305a0df-8cf3-403b-be40-04740d486fec'),
(94911,57,15872,NULL,9073,3,'2026-01-22 17:06:23','2026-01-22 17:06:23','741aa193-feae-448e-94f7-440b4dd075c0'),
(94912,57,15872,NULL,9074,4,'2026-01-22 17:06:23','2026-01-22 17:06:23','17db1221-ddc9-456f-bc7c-f4e88ab70662'),
(94913,57,15872,NULL,9075,5,'2026-01-22 17:06:23','2026-01-22 17:06:23','4899e93e-142c-4d2e-b329-d4934012f625'),
(94914,13,15872,NULL,6872,1,'2026-01-22 17:06:23','2026-01-22 17:06:23','2dd0bcbd-1260-43ee-b521-16796fd89074'),
(94938,32,15874,NULL,2610,1,'2026-01-22 17:07:04','2026-01-22 17:07:04','a3be5a53-c022-454a-9012-e5ab78393e38'),
(94939,32,15874,NULL,2598,2,'2026-01-22 17:07:04','2026-01-22 17:07:04','445bf74d-35f1-4ffb-a446-4b95a30ae17e'),
(94940,32,15874,NULL,2608,3,'2026-01-22 17:07:04','2026-01-22 17:07:04','16a16eb6-3198-49f3-b316-19afce30b744'),
(94941,32,15874,NULL,2600,4,'2026-01-22 17:07:04','2026-01-22 17:07:04','43b41012-5c7d-4ba0-b741-2b5e8cd027c5'),
(94942,32,15874,NULL,2596,5,'2026-01-22 17:07:04','2026-01-22 17:07:04','4ddb96ab-84ed-490e-88d9-6977b3e149e5'),
(94943,32,15874,NULL,2602,6,'2026-01-22 17:07:04','2026-01-22 17:07:04','61492261-8ee4-47d2-a89f-3b418a3bc2df'),
(94944,32,15874,NULL,2612,7,'2026-01-22 17:07:04','2026-01-22 17:07:04','6b663af0-320f-4ac7-9a08-097a70592190'),
(94945,32,15874,NULL,2604,8,'2026-01-22 17:07:04','2026-01-22 17:07:04','7dfb6718-af74-4a68-85ef-ccdda9454565'),
(94946,32,15874,NULL,2606,9,'2026-01-22 17:07:04','2026-01-22 17:07:04','aa15db02-ab63-4fc9-add3-c9e57f76b96c'),
(94947,16,15874,NULL,9080,1,'2026-01-22 17:07:04','2026-01-22 17:07:04','c4015aca-fa96-4efd-9f1a-1638a85db1e5'),
(94948,7,15874,NULL,605,1,'2026-01-22 17:07:04','2026-01-22 17:07:04','311081db-33b4-4607-853d-8902d6561d20'),
(94949,7,15874,NULL,617,2,'2026-01-22 17:07:04','2026-01-22 17:07:04','e9a0dbf1-32aa-4781-81e7-5a02db4e26a3'),
(94950,7,15874,NULL,9552,3,'2026-01-22 17:07:04','2026-01-22 17:07:04','2b7d330c-7452-4958-b49b-b4218ea75136'),
(94951,82,15874,NULL,479,1,'2026-01-22 17:07:04','2026-01-22 17:07:04','f52910aa-fb88-4d43-afe9-562aee425f93'),
(94952,82,15874,NULL,491,2,'2026-01-22 17:07:04','2026-01-22 17:07:04','d1ba924c-971b-441b-adcd-0aec9126f354'),
(94953,47,15874,NULL,12303,1,'2026-01-22 17:07:04','2026-01-22 17:07:04','9b5edebb-acb7-411d-b1b6-875bda24726b'),
(94954,57,15874,NULL,9087,1,'2026-01-22 17:07:04','2026-01-22 17:07:04','0a4cd3b5-8eb4-4bd3-9f78-3f1217110f39'),
(94955,57,15874,NULL,9088,2,'2026-01-22 17:07:04','2026-01-22 17:07:04','f783c711-73e2-4a94-8a4a-8ed4eabb1ca9'),
(94956,57,15874,NULL,9086,3,'2026-01-22 17:07:04','2026-01-22 17:07:04','fda5f6f4-4795-495f-9b1e-433449bb6d61'),
(94957,57,15874,NULL,9083,4,'2026-01-22 17:07:04','2026-01-22 17:07:04','211c29f9-f34b-4194-a144-e380b0c6f515'),
(94958,57,15874,NULL,9085,5,'2026-01-22 17:07:04','2026-01-22 17:07:04','6605e18a-b4e7-4ae7-b51c-78c137dd6a3f'),
(94959,57,15874,NULL,9084,6,'2026-01-22 17:07:04','2026-01-22 17:07:04','ebf89d82-26d6-49ec-9c48-08358b77474a'),
(94961,32,15875,NULL,2614,1,'2026-01-22 17:07:51','2026-01-22 17:07:51','994e7b23-c4be-4d2e-9f89-d4e2461d414d'),
(94962,32,15875,NULL,2610,2,'2026-01-22 17:07:51','2026-01-22 17:07:51','4eab33a8-ab0c-43f3-8dbd-badb92cda7ba'),
(94963,32,15875,NULL,2598,3,'2026-01-22 17:07:51','2026-01-22 17:07:51','e2d789bd-507c-429a-9d9d-98d3e0204b79'),
(94964,32,15875,NULL,2608,4,'2026-01-22 17:07:51','2026-01-22 17:07:51','de21d9a0-40d6-4c84-abc9-9448e00ff357'),
(94965,32,15875,NULL,2600,5,'2026-01-22 17:07:51','2026-01-22 17:07:51','bf1d9233-e0f4-4102-b8e4-e4990fe866dc'),
(94966,32,15875,NULL,2596,6,'2026-01-22 17:07:51','2026-01-22 17:07:51','5f655ab5-621e-41cb-a652-aca56b52b270'),
(94967,32,15875,NULL,2602,7,'2026-01-22 17:07:51','2026-01-22 17:07:51','05e065c6-211c-4638-bf11-ec0a1b885305'),
(94968,32,15875,NULL,2612,8,'2026-01-22 17:07:51','2026-01-22 17:07:51','bc20d2ab-ac5c-43d6-a885-d71d82ed6235'),
(94969,32,15875,NULL,2604,9,'2026-01-22 17:07:51','2026-01-22 17:07:51','266f60a9-2d98-4dd0-be66-7f8fb66aa443'),
(94970,32,15875,NULL,2606,10,'2026-01-22 17:07:51','2026-01-22 17:07:51','6674b013-fe28-4809-935c-821b75195885'),
(94971,16,15875,NULL,9095,1,'2026-01-22 17:07:51','2026-01-22 17:07:51','215b8642-8fd6-4eca-b2d6-5ca269e2e250'),
(94972,7,15875,NULL,3468,1,'2026-01-22 17:07:51','2026-01-22 17:07:51','d7e1dc8b-f31f-45ee-b952-cd94b46bf707'),
(94973,7,15875,NULL,617,2,'2026-01-22 17:07:51','2026-01-22 17:07:51','236fc483-0a81-450a-9adb-fb4fac5e603a'),
(94974,7,15875,NULL,605,3,'2026-01-22 17:07:51','2026-01-22 17:07:51','9ba66104-0d15-422a-a4c2-8236e82e14ed'),
(94975,7,15875,NULL,9552,4,'2026-01-22 17:07:51','2026-01-22 17:07:51','4a2c0dc6-8108-47f5-8541-740ff61fd168'),
(94976,82,15875,NULL,479,1,'2026-01-22 17:07:51','2026-01-22 17:07:51','70d55ef5-4941-400f-bb22-30cbe9569308'),
(94977,47,15875,NULL,12306,1,'2026-01-22 17:07:51','2026-01-22 17:07:51','40d4dffd-00d9-4574-a932-6af62a45209f'),
(94978,57,15875,NULL,9100,1,'2026-01-22 17:07:51','2026-01-22 17:07:51','78b6f230-3018-4f9f-9aba-5fb3cc566839'),
(94979,57,15875,NULL,9102,2,'2026-01-22 17:07:51','2026-01-22 17:07:51','be79689f-80ab-474a-8e71-f97d9c5f400a'),
(94980,57,15875,NULL,9103,3,'2026-01-22 17:07:51','2026-01-22 17:07:51','40bbbe8d-a1ad-4059-af22-a3c3eaa8d9ac'),
(94981,57,15875,NULL,9104,4,'2026-01-22 17:07:51','2026-01-22 17:07:51','0c52922b-2254-468e-bbfe-84500a50a0c2'),
(94982,57,15875,NULL,9101,5,'2026-01-22 17:07:51','2026-01-22 17:07:51','a81a981e-16a2-4ede-b5ee-02f73e8d7ddd'),
(94983,57,15875,NULL,9105,6,'2026-01-22 17:07:51','2026-01-22 17:07:51','0b8eb9c9-3e03-470f-86d5-b8c1971304f8'),
(95011,32,15877,NULL,2610,1,'2026-01-22 17:08:41','2026-01-22 17:08:41','dc1eb16e-cb4e-4506-9336-b0e9717d4e3c'),
(95012,32,15877,NULL,2598,2,'2026-01-22 17:08:41','2026-01-22 17:08:41','5710dfab-1028-46b6-a18c-8c61c226811f'),
(95013,32,15877,NULL,2608,3,'2026-01-22 17:08:41','2026-01-22 17:08:41','97c27504-97c4-49f1-bf2e-c81fe103b678'),
(95014,32,15877,NULL,2600,4,'2026-01-22 17:08:41','2026-01-22 17:08:41','a7f75181-b79b-43e0-832f-99f4e2c77f45'),
(95015,32,15877,NULL,2602,5,'2026-01-22 17:08:41','2026-01-22 17:08:41','a81c174b-1c62-4ea0-9a6e-eeda78a5aa76'),
(95016,32,15877,NULL,2612,6,'2026-01-22 17:08:41','2026-01-22 17:08:41','20601a22-32fd-4f11-b56a-e97a5dde62d9'),
(95017,32,15877,NULL,2604,7,'2026-01-22 17:08:41','2026-01-22 17:08:41','24ddd0aa-72ad-4ede-bc59-18247cb178b3'),
(95018,32,15877,NULL,2596,8,'2026-01-22 17:08:41','2026-01-22 17:08:41','9215bf66-432d-4b26-8982-9b13e3d68d6e'),
(95019,32,15877,NULL,2606,9,'2026-01-22 17:08:41','2026-01-22 17:08:41','1779ffad-fb0f-4646-af03-be9c6f636b17'),
(95020,16,15877,NULL,5213,1,'2026-01-22 17:08:41','2026-01-22 17:08:41','8fa5bcc5-38e1-4234-86cb-84566eec5cab'),
(95021,7,15877,NULL,3468,1,'2026-01-22 17:08:41','2026-01-22 17:08:41','2b5f60ec-9bb5-427b-a380-a352e79e5ea1'),
(95022,7,15877,NULL,601,2,'2026-01-22 17:08:41','2026-01-22 17:08:41','0b8a3afd-eb4b-4eba-be6f-b609c2e7924c'),
(95023,7,15877,NULL,617,3,'2026-01-22 17:08:41','2026-01-22 17:08:41','12d34ea0-34e4-4139-9139-17fa19f2cbd3'),
(95024,7,15877,NULL,605,4,'2026-01-22 17:08:41','2026-01-22 17:08:41','4c2897c7-c928-44fa-9cf2-828eb6d6d5d4'),
(95025,7,15877,NULL,9552,5,'2026-01-22 17:08:41','2026-01-22 17:08:41','f27e5ac9-e87c-40a9-8721-5da5eeb12ef8'),
(95026,82,15877,NULL,479,1,'2026-01-22 17:08:41','2026-01-22 17:08:41','7ae9e52b-ab3b-4b19-91cd-b7a591e0b902'),
(95027,82,15877,NULL,491,2,'2026-01-22 17:08:41','2026-01-22 17:08:41','4effc7a7-1bb7-41ee-9217-c3efdff6b4b3'),
(95028,47,15877,NULL,12308,1,'2026-01-22 17:08:41','2026-01-22 17:08:41','60640319-dfdc-4cab-b442-407b934a2770'),
(95029,57,15877,NULL,5233,1,'2026-01-22 17:08:41','2026-01-22 17:08:41','102d8d2b-f94d-489f-b075-ce0ba3b5d7f1'),
(95030,57,15877,NULL,5234,2,'2026-01-22 17:08:41','2026-01-22 17:08:41','11aac342-53bf-4bbd-9958-dee6454f94d7'),
(95031,57,15877,NULL,5235,3,'2026-01-22 17:08:41','2026-01-22 17:08:41','ecd94c85-550a-40e3-b064-8ee5d6559ad3'),
(95032,57,15877,NULL,5236,4,'2026-01-22 17:08:41','2026-01-22 17:08:41','4dfb1719-0fbd-4c9e-be8c-86334c1347db'),
(95033,57,15877,NULL,5237,5,'2026-01-22 17:08:41','2026-01-22 17:08:41','1c743ff1-2da5-450c-b9c7-d5acb0a93627'),
(95034,57,15877,NULL,5238,6,'2026-01-22 17:08:41','2026-01-22 17:08:41','32abf61b-560c-488f-8794-ff9a297c78c8'),
(95035,57,15877,NULL,5239,7,'2026-01-22 17:08:41','2026-01-22 17:08:41','8c73cb39-a430-4941-91f3-b53c0f4d1de1'),
(95066,32,15879,NULL,2610,1,'2026-01-22 17:09:31','2026-01-22 17:09:31','2157be7e-e25e-4aa9-a74b-2f4ff18f57cb'),
(95067,32,15879,NULL,2598,2,'2026-01-22 17:09:31','2026-01-22 17:09:31','6f08b2c3-cb3f-4f7c-b378-ba9faa5193ff'),
(95068,32,15879,NULL,2608,3,'2026-01-22 17:09:31','2026-01-22 17:09:31','d9235752-485a-470a-a9de-ae04df3df8c0'),
(95069,32,15879,NULL,2624,4,'2026-01-22 17:09:31','2026-01-22 17:09:31','bad1b8fb-2c50-4601-b8d8-63bd1b8e24cd'),
(95070,32,15879,NULL,2600,5,'2026-01-22 17:09:31','2026-01-22 17:09:31','0c81e31c-bd73-4944-bde3-d31180693d7d'),
(95071,32,15879,NULL,2596,6,'2026-01-22 17:09:31','2026-01-22 17:09:31','280eddd3-1171-4ea8-92e1-00b5bbf72849'),
(95072,32,15879,NULL,2602,7,'2026-01-22 17:09:31','2026-01-22 17:09:31','49571a75-8918-4db8-80b1-fb5b4a647a54'),
(95073,32,15879,NULL,2606,8,'2026-01-22 17:09:31','2026-01-22 17:09:31','408a2de2-049a-41f0-a3ea-21e684f374ce'),
(95074,32,15879,NULL,2612,9,'2026-01-22 17:09:31','2026-01-22 17:09:31','e7000a4d-c826-4a8d-a4a9-97c8a50cc6c0'),
(95075,32,15879,NULL,2604,10,'2026-01-22 17:09:31','2026-01-22 17:09:31','9f5c6d26-b783-4f65-835a-0bacd1ca58c5'),
(95076,16,15879,NULL,5140,1,'2026-01-22 17:09:31','2026-01-22 17:09:31','9c41f4d1-b7ed-40f5-9a40-3cb7935cb955'),
(95077,7,15879,NULL,6547,1,'2026-01-22 17:09:31','2026-01-22 17:09:31','c408c479-fde6-40c6-a8f0-a17ef048c4f2'),
(95078,7,15879,NULL,601,2,'2026-01-22 17:09:31','2026-01-22 17:09:31','9ff9a334-26c5-4ea5-bcd6-6a113436152a'),
(95079,7,15879,NULL,9735,3,'2026-01-22 17:09:31','2026-01-22 17:09:31','65d68e42-8f80-44de-8a33-adfafd6b1490'),
(95080,7,15879,NULL,617,4,'2026-01-22 17:09:31','2026-01-22 17:09:31','6945e60a-aa4d-4e8a-8922-7cd9bb16b2ff'),
(95081,7,15879,NULL,605,5,'2026-01-22 17:09:31','2026-01-22 17:09:31','1473cff5-c1b3-4574-a8a1-87bb5a09f4d5'),
(95082,7,15879,NULL,9552,6,'2026-01-22 17:09:31','2026-01-22 17:09:31','543c9dfc-0901-4e35-ae15-8f05c75fbda5'),
(95083,82,15879,NULL,491,1,'2026-01-22 17:09:31','2026-01-22 17:09:31','a3768f08-0cbb-4aea-b300-1c072e7f35ba'),
(95084,46,15879,NULL,2891,1,'2026-01-22 17:09:31','2026-01-22 17:09:31','9f66285e-dfe6-44bc-9c04-59b7076eb55e'),
(95085,47,15879,NULL,12315,1,'2026-01-22 17:09:31','2026-01-22 17:09:31','5efeeef0-eb28-4263-9f0a-e669c95e37f6'),
(95086,57,15879,NULL,5146,1,'2026-01-22 17:09:31','2026-01-22 17:09:31','9df0232f-cd85-4c17-8ae9-1621ac2652cb'),
(95087,57,15879,NULL,5147,2,'2026-01-22 17:09:31','2026-01-22 17:09:31','4c03ab3d-0f03-4d86-af61-1dcf1b7192ba'),
(95088,57,15879,NULL,5148,3,'2026-01-22 17:09:31','2026-01-22 17:09:31','b3c0b908-ee78-4fa0-aff4-9ad3afa7144e'),
(95089,57,15879,NULL,5149,4,'2026-01-22 17:09:31','2026-01-22 17:09:31','9c568185-e367-47e0-b226-3f722a9317de'),
(95090,57,15879,NULL,5150,5,'2026-01-22 17:09:31','2026-01-22 17:09:31','631455ae-bd74-45b6-aa18-f7c9a1b496ca'),
(95091,57,15879,NULL,5151,6,'2026-01-22 17:09:31','2026-01-22 17:09:31','11dd83cb-651e-40ff-8b00-e32a8939102f'),
(95092,57,15879,NULL,5152,7,'2026-01-22 17:09:31','2026-01-22 17:09:31','a505395e-cade-4610-86b9-3f510deec478'),
(95093,57,15879,NULL,5153,8,'2026-01-22 17:09:31','2026-01-22 17:09:31','1484becc-0316-4648-b51a-7a9fa9aa0488'),
(95094,13,15879,NULL,6882,1,'2026-01-22 17:09:31','2026-01-22 17:09:31','580feff8-e3fa-44d4-9722-1057401460e1'),
(95120,32,15881,NULL,2614,1,'2026-01-22 17:10:13','2026-01-22 17:10:13','8e6bc12a-1765-4eee-9235-7731726c26b4'),
(95121,32,15881,NULL,2610,2,'2026-01-22 17:10:13','2026-01-22 17:10:13','7d0e2a60-b249-452e-86d1-ed2877ab4472'),
(95122,32,15881,NULL,2598,3,'2026-01-22 17:10:13','2026-01-22 17:10:13','c5ebf33c-6cf3-4bbc-a230-43cd4db1f10d'),
(95123,32,15881,NULL,2608,4,'2026-01-22 17:10:13','2026-01-22 17:10:13','9e9bbd45-40a8-4d06-83f2-d28cb26fbbad'),
(95124,32,15881,NULL,2600,5,'2026-01-22 17:10:13','2026-01-22 17:10:13','16c86102-1624-44db-b85b-c6152f2c3fe5'),
(95125,32,15881,NULL,2596,6,'2026-01-22 17:10:13','2026-01-22 17:10:13','3fc3cbc5-931d-4283-a258-aed44540a165'),
(95126,32,15881,NULL,2602,7,'2026-01-22 17:10:13','2026-01-22 17:10:13','66fdd433-a6b1-4859-8439-4b87f9abead9'),
(95127,32,15881,NULL,2606,8,'2026-01-22 17:10:13','2026-01-22 17:10:13','2c635325-cf98-473c-8f67-37f22b355681'),
(95128,32,15881,NULL,2612,9,'2026-01-22 17:10:13','2026-01-22 17:10:13','06fb7706-ca94-46b7-8595-7dc74d4bf63d'),
(95129,32,15881,NULL,2604,10,'2026-01-22 17:10:13','2026-01-22 17:10:13','96cbe58a-bc28-4624-8ede-84fcd1c2b12a'),
(95130,16,15881,NULL,5013,1,'2026-01-22 17:10:13','2026-01-22 17:10:13','c4bd3712-ecd8-46d3-922c-d080d593f7e8'),
(95131,7,15881,NULL,3468,1,'2026-01-22 17:10:13','2026-01-22 17:10:13','f491e997-454c-4f06-ba90-cab89a17195c'),
(95132,7,15881,NULL,617,2,'2026-01-22 17:10:13','2026-01-22 17:10:13','f2e7ac5e-1083-4ac3-ada9-5c619512b7bf'),
(95133,7,15881,NULL,605,3,'2026-01-22 17:10:13','2026-01-22 17:10:13','dc2fcabe-a4b1-4909-99ee-f6d56ae54fb4'),
(95134,7,15881,NULL,9552,4,'2026-01-22 17:10:13','2026-01-22 17:10:13','ed6e8dfb-00f9-4893-8be0-109bc46089b5'),
(95135,47,15881,NULL,12321,1,'2026-01-22 17:10:13','2026-01-22 17:10:13','49c45e59-3c14-436e-8186-537d1570fc13'),
(95136,57,15881,NULL,5033,1,'2026-01-22 17:10:13','2026-01-22 17:10:13','1a974f58-caf6-42b5-ac8a-8fd74ae1c07e'),
(95137,57,15881,NULL,5034,2,'2026-01-22 17:10:13','2026-01-22 17:10:13','68c393a0-d564-4429-ae94-bca0ce2c4c3f'),
(95138,57,15881,NULL,5035,3,'2026-01-22 17:10:13','2026-01-22 17:10:13','fa5e4073-5fda-4dec-adcd-45f27e28d0d3'),
(95139,57,15881,NULL,5036,4,'2026-01-22 17:10:13','2026-01-22 17:10:13','54131638-32b9-414a-a459-07f7cdea325e'),
(95140,57,15881,NULL,5037,5,'2026-01-22 17:10:13','2026-01-22 17:10:13','5a505d50-3740-406e-84b6-d692e547714b'),
(95141,57,15881,NULL,5038,6,'2026-01-22 17:10:13','2026-01-22 17:10:13','44469529-9ed0-4c12-8574-66f3ac5a6aa1'),
(95142,57,15881,NULL,5039,7,'2026-01-22 17:10:13','2026-01-22 17:10:13','11588552-5de9-4a9f-9ab4-deba2dcee7c4'),
(95143,57,15881,NULL,5040,8,'2026-01-22 17:10:13','2026-01-22 17:10:13','db48a7ac-8d73-4394-992e-a1815fb04b6c'),
(95157,83,15883,NULL,945,1,'2026-01-22 17:12:25','2026-01-22 17:12:25','61dbe4e7-632a-4d88-8f6e-9bec4a9915e9'),
(95158,16,15883,NULL,2968,1,'2026-01-22 17:12:25','2026-01-22 17:12:25','73c57166-7c67-4ee0-9b05-6b295293f4a5'),
(95159,7,15883,NULL,605,1,'2026-01-22 17:12:25','2026-01-22 17:12:25','b37618c6-1452-4574-bda6-3d1e256e6a36'),
(95160,7,15883,NULL,617,2,'2026-01-22 17:12:25','2026-01-22 17:12:25','ca13bfc6-1ac3-4f5c-8d5e-f71814adee1e'),
(95161,7,15883,NULL,9552,3,'2026-01-22 17:12:25','2026-01-22 17:12:25','224c4650-02be-4efb-bd2d-d2aec94816f3'),
(95162,57,15883,NULL,3248,1,'2026-01-22 17:12:25','2026-01-22 17:12:25','1fb162f6-0268-46bf-9773-08920794c4d9'),
(95163,57,15883,NULL,3246,2,'2026-01-22 17:12:25','2026-01-22 17:12:25','da3228be-05aa-4338-ab67-0f6469cb48b1'),
(95164,57,15883,NULL,3254,3,'2026-01-22 17:12:25','2026-01-22 17:12:25','68ddee1b-61cd-4a42-ab84-800c44a10d38'),
(95165,57,15883,NULL,3253,4,'2026-01-22 17:12:25','2026-01-22 17:12:25','76e3c65d-b6e3-4f09-9363-93bcefe0643c'),
(95166,57,15883,NULL,3251,5,'2026-01-22 17:12:25','2026-01-22 17:12:25','5af19b64-3432-4fd9-9c11-6888250edb21'),
(95167,57,15883,NULL,3245,6,'2026-01-22 17:12:25','2026-01-22 17:12:25','2c64abd2-d4ff-4905-a68c-4d0808684b53'),
(95181,83,15885,NULL,945,1,'2026-01-22 17:19:26','2026-01-22 17:19:26','710b2f77-d236-4b66-a6d1-bb4c6173994c'),
(95182,16,15885,NULL,2968,1,'2026-01-22 17:19:26','2026-01-22 17:19:26','9bca0016-3f56-42c7-b978-3f1a3a672161'),
(95183,7,15885,NULL,605,1,'2026-01-22 17:19:26','2026-01-22 17:19:26','1c3b205d-9a61-479f-95f7-0d27576938b8'),
(95184,7,15885,NULL,617,2,'2026-01-22 17:19:26','2026-01-22 17:19:26','8fafa775-63cd-417d-9d80-54d0ec3fdc02'),
(95185,7,15885,NULL,9552,3,'2026-01-22 17:19:26','2026-01-22 17:19:26','a9cbfcb0-29bc-4dac-ab16-c00e43129d0b'),
(95186,57,15885,NULL,3248,1,'2026-01-22 17:19:26','2026-01-22 17:19:26','807df03f-d95d-4e08-b697-4b27e534beed'),
(95187,57,15885,NULL,3246,2,'2026-01-22 17:19:26','2026-01-22 17:19:26','2a2aab92-6579-4773-afd6-e87cc2c5538b'),
(95188,57,15885,NULL,3254,3,'2026-01-22 17:19:26','2026-01-22 17:19:26','855d6887-4930-4d65-ac6c-1db3c5c6bdb7'),
(95189,57,15885,NULL,3253,4,'2026-01-22 17:19:26','2026-01-22 17:19:26','1df18428-0774-4f74-9cb8-b0a56acfcd4f'),
(95190,57,15885,NULL,3251,5,'2026-01-22 17:19:26','2026-01-22 17:19:26','49bab928-5401-4af7-b1bb-c4899997575b'),
(95191,57,15885,NULL,3245,6,'2026-01-22 17:19:26','2026-01-22 17:19:26','33ebde5b-48a4-4bdb-a9a6-44489015c539'),
(95200,83,15887,NULL,1185,1,'2026-01-22 17:20:32','2026-01-22 17:20:32','64a1578b-50a2-44e8-9e6f-8bdd4778ad91'),
(95201,16,15887,NULL,6598,1,'2026-01-22 17:20:32','2026-01-22 17:20:32','39ae3fcb-e2c4-45f6-9f09-b9c7c501d141'),
(95202,57,15887,NULL,6600,1,'2026-01-22 17:20:32','2026-01-22 17:20:32','f22ebc5b-cfdc-4ba4-8d7d-26296ccebe97'),
(95203,57,15887,NULL,6601,2,'2026-01-22 17:20:32','2026-01-22 17:20:32','2063ba31-63e0-440e-9ca4-7ef5b762b36b'),
(95204,57,15887,NULL,4322,3,'2026-01-22 17:20:32','2026-01-22 17:20:32','b23aa908-b6ab-4518-9204-cc6ea2a9e561'),
(95205,57,15887,NULL,8774,4,'2026-01-22 17:20:32','2026-01-22 17:20:32','8f0d04f4-1754-450f-9cd7-6ffa4696dbe0'),
(95214,83,15889,NULL,1185,1,'2026-01-22 17:20:43','2026-01-22 17:20:43','ccd48d00-9d29-42f1-a3c2-73fa7b54fcb3'),
(95215,16,15889,NULL,6598,1,'2026-01-22 17:20:43','2026-01-22 17:20:43','2444b773-5d3b-4bd3-a7a0-c6cb69b1c0be'),
(95216,57,15889,NULL,6600,1,'2026-01-22 17:20:43','2026-01-22 17:20:43','97ff2d36-5f44-4844-bb1a-17fc66e0d93f'),
(95217,57,15889,NULL,6601,2,'2026-01-22 17:20:43','2026-01-22 17:20:43','c27a6c19-2535-4eba-93b3-e84467dc5500'),
(95218,57,15889,NULL,4322,3,'2026-01-22 17:20:43','2026-01-22 17:20:43','a2e1ddf2-2258-47f1-86a1-688abf2d96fa'),
(95219,57,15889,NULL,8774,4,'2026-01-22 17:20:43','2026-01-22 17:20:43','ce02e36d-d5f5-4d7a-8718-02ae2aa31168'),
(95228,83,15892,NULL,1185,1,'2026-01-22 17:27:41','2026-01-22 17:27:41','d52e18f3-2ee0-4c84-8b87-32f1112329ae'),
(95229,16,15892,NULL,6598,1,'2026-01-22 17:27:41','2026-01-22 17:27:41','19acf3c2-4716-414f-aa94-77183283bb9e'),
(95230,57,15892,NULL,6600,1,'2026-01-22 17:27:41','2026-01-22 17:27:41','1fc1ffcf-3da5-4826-b9a7-d5c3953e9745'),
(95231,57,15892,NULL,6601,2,'2026-01-22 17:27:41','2026-01-22 17:27:41','dc504f11-54b6-4c27-9475-d90028f2cee2'),
(95232,57,15892,NULL,4322,3,'2026-01-22 17:27:41','2026-01-22 17:27:41','4d4d01f3-a291-443b-8d05-0c9882f72f08'),
(95233,57,15892,NULL,8774,4,'2026-01-22 17:27:41','2026-01-22 17:27:41','ff1ff26c-2ecb-4fda-a54a-35b94bc3109e'),
(95248,83,15894,NULL,1431,1,'2026-01-22 17:28:50','2026-01-22 17:28:50','ed9a8efc-3984-4233-b838-02f09415d58a'),
(95249,16,15894,NULL,6640,1,'2026-01-22 17:28:50','2026-01-22 17:28:50','20f14f18-9238-44f1-ad30-cb7d953c3cc6'),
(95250,7,15894,NULL,617,1,'2026-01-22 17:28:50','2026-01-22 17:28:50','3b047004-8d9e-4c83-a24f-cb80c3a2a65b'),
(95251,7,15894,NULL,605,2,'2026-01-22 17:28:50','2026-01-22 17:28:50','bc581935-8309-4c20-9c9a-f1138b68313c'),
(95252,7,15894,NULL,9552,3,'2026-01-22 17:28:50','2026-01-22 17:28:50','1a91eebc-40b4-46e3-9cb0-df77dad41255'),
(95253,57,15894,NULL,6635,1,'2026-01-22 17:28:50','2026-01-22 17:28:50','ed5fdde6-83e1-4ccd-98dc-b7122bfa65f8'),
(95254,57,15894,NULL,6636,2,'2026-01-22 17:28:50','2026-01-22 17:28:50','ce44f99d-de5f-41f6-b342-57af52fb38d5'),
(95255,57,15894,NULL,6637,3,'2026-01-22 17:28:50','2026-01-22 17:28:50','b6ce4a07-6be8-4571-b583-faff5240efe9'),
(95256,57,15894,NULL,6638,4,'2026-01-22 17:28:50','2026-01-22 17:28:50','29b654c0-ff7b-42d2-94d5-0f14cf2fe652'),
(95257,57,15894,NULL,6639,5,'2026-01-22 17:28:50','2026-01-22 17:28:50','fe4839f3-b325-47ca-917b-cb8f670e939f'),
(95258,57,15894,NULL,6640,6,'2026-01-22 17:28:50','2026-01-22 17:28:50','4d8d934c-e7b4-419d-825d-028da4eabbf9'),
(95260,12,15894,NULL,12727,1,'2026-01-22 17:28:50','2026-01-22 17:28:50','acec2c19-a17c-4d37-9dd2-245d3c13c513'),
(95287,32,15925,NULL,2610,1,'2026-01-22 19:41:32','2026-01-22 19:41:32','916a81a2-6562-419c-a3bd-bb7554726610'),
(95288,32,15925,NULL,2598,2,'2026-01-22 19:41:32','2026-01-22 19:41:32','ff0a7c0c-4c1c-41fb-9aeb-03cee9bfedcf'),
(95289,32,15925,NULL,2608,3,'2026-01-22 19:41:32','2026-01-22 19:41:32','0c8f4093-1428-4d34-81ad-6986d1a52f6d'),
(95290,32,15925,NULL,2624,4,'2026-01-22 19:41:32','2026-01-22 19:41:32','79367e6e-bd67-47f3-9b60-17eaa1e36437'),
(95291,32,15925,NULL,2600,5,'2026-01-22 19:41:32','2026-01-22 19:41:32','81f652af-8f89-4d99-a366-d4232ab0dec2'),
(95292,32,15925,NULL,2596,6,'2026-01-22 19:41:32','2026-01-22 19:41:32','22100b36-06cb-408d-94e9-7b5405f4034f'),
(95293,32,15925,NULL,2602,7,'2026-01-22 19:41:32','2026-01-22 19:41:32','43d111d7-aa27-4401-878a-a697ef96d0c4'),
(95294,32,15925,NULL,2606,8,'2026-01-22 19:41:32','2026-01-22 19:41:32','6481d25a-71c9-4219-ad20-4a7a6f59ad9c'),
(95295,32,15925,NULL,2612,9,'2026-01-22 19:41:32','2026-01-22 19:41:32','6ee6bb4c-a91c-4dfc-912e-2cae305ee8f4'),
(95296,32,15925,NULL,2604,10,'2026-01-22 19:41:32','2026-01-22 19:41:32','be4ec937-5420-4c40-906e-148c9ba839b9'),
(95297,16,15925,NULL,4786,1,'2026-01-22 19:41:32','2026-01-22 19:41:32','86ce133b-5039-4246-965d-c5d50328c551'),
(95298,7,15925,NULL,6547,1,'2026-01-22 19:41:32','2026-01-22 19:41:32','1611e3f9-1242-4d9a-b4e0-e660a34e2348'),
(95299,7,15925,NULL,601,2,'2026-01-22 19:41:32','2026-01-22 19:41:32','c466838d-0ab6-4fd7-9673-fac64cfe785a'),
(95300,7,15925,NULL,617,3,'2026-01-22 19:41:32','2026-01-22 19:41:32','23283b72-d816-409d-a435-f6d7575e4b55'),
(95301,7,15925,NULL,605,4,'2026-01-22 19:41:32','2026-01-22 19:41:32','3c24b7a4-2e6f-41ef-b5ee-aae6dab5a173'),
(95302,7,15925,NULL,9552,5,'2026-01-22 19:41:32','2026-01-22 19:41:32','a2cf55c1-0755-4482-9358-ec1094a0113a'),
(95303,82,15925,NULL,491,1,'2026-01-22 19:41:32','2026-01-22 19:41:32','b78dcdea-292a-421e-b164-0529c9bbbf77'),
(95304,46,15925,NULL,2891,1,'2026-01-22 19:41:32','2026-01-22 19:41:32','1fb17f67-5622-4497-abbe-227a44fbb751'),
(95305,47,15925,NULL,12247,1,'2026-01-22 19:41:32','2026-01-22 19:41:32','1975b936-ac0b-4f7d-af30-8d687c62ae35'),
(95306,57,15925,NULL,4808,1,'2026-01-22 19:41:32','2026-01-22 19:41:32','0ed7b4f1-fdf3-42ea-ba6a-034de092ff73'),
(95307,57,15925,NULL,4811,2,'2026-01-22 19:41:32','2026-01-22 19:41:32','d18741ae-e2d3-45f8-8af1-9ef0b2b9bc4a'),
(95308,57,15925,NULL,4807,3,'2026-01-22 19:41:32','2026-01-22 19:41:32','e7dd1cb5-898e-4353-b9a0-d1a0e2efd506'),
(95309,57,15925,NULL,4806,4,'2026-01-22 19:41:32','2026-01-22 19:41:32','d4f2d11b-4c73-43be-87eb-8628d4d79892'),
(95310,57,15925,NULL,4809,5,'2026-01-22 19:41:32','2026-01-22 19:41:32','4c2479b0-a15b-4bc6-8d0c-6e95572b9350'),
(95311,57,15925,NULL,4810,6,'2026-01-22 19:41:32','2026-01-22 19:41:32','dff50321-0529-46ac-a303-cb6b7b62d7cc'),
(95334,32,15929,NULL,2610,1,'2026-01-22 19:46:47','2026-01-22 19:46:47','8a7434e8-f1a8-4fd3-a63b-29b473171532'),
(95335,32,15929,NULL,2598,2,'2026-01-22 19:46:47','2026-01-22 19:46:47','316a2751-96a4-415f-8179-04565f5b8f4e'),
(95336,32,15929,NULL,2608,3,'2026-01-22 19:46:47','2026-01-22 19:46:47','f1136a56-d78e-4204-ba0e-1c8025e611c0'),
(95337,32,15929,NULL,2600,4,'2026-01-22 19:46:47','2026-01-22 19:46:47','e5fe5fd8-fd1b-4ad5-9723-8e789833a866'),
(95338,32,15929,NULL,2596,5,'2026-01-22 19:46:47','2026-01-22 19:46:47','8748eaae-11fb-42d5-9842-a3de44bf8b7d'),
(95339,32,15929,NULL,2602,6,'2026-01-22 19:46:47','2026-01-22 19:46:47','ddaf497f-2961-40d4-adcd-2d75509bf3de'),
(95340,32,15929,NULL,2604,7,'2026-01-22 19:46:47','2026-01-22 19:46:47','7b61385b-bf05-4fda-ba59-7513106f5bf1'),
(95341,32,15929,NULL,2606,8,'2026-01-22 19:46:47','2026-01-22 19:46:47','0fba5f73-56ac-4a35-9379-56078d5a5f58'),
(95342,32,15929,NULL,2612,9,'2026-01-22 19:46:47','2026-01-22 19:46:47','f83fd753-2d97-4df3-bd91-d04d4f312522'),
(95343,16,15929,NULL,545,1,'2026-01-22 19:46:47','2026-01-22 19:46:47','6f481cc0-fbde-41dd-badc-763b810a7057'),
(95344,7,15929,NULL,601,1,'2026-01-22 19:46:47','2026-01-22 19:46:47','b43d849f-4d4e-49a3-8578-b862d90b83e5'),
(95345,7,15929,NULL,617,2,'2026-01-22 19:46:47','2026-01-22 19:46:47','a48adfef-5186-4c52-b9f9-a2889d8c5d23'),
(95346,7,15929,NULL,605,3,'2026-01-22 19:46:47','2026-01-22 19:46:47','0cf28bfe-0522-4a5e-b4ee-c71426bf56c3'),
(95347,7,15929,NULL,9552,4,'2026-01-22 19:46:47','2026-01-22 19:46:47','6aadc6da-bb29-4cf3-991a-e86a3038d179'),
(95348,82,15929,NULL,491,1,'2026-01-22 19:46:47','2026-01-22 19:46:47','9c537195-4c2c-4d33-8a7a-b0f762090812'),
(95349,47,15929,NULL,14954,1,'2026-01-22 19:46:47','2026-01-22 19:46:47','aeace24c-ff4c-4e0e-8959-04daec634085'),
(95350,57,15929,NULL,545,1,'2026-01-22 19:46:47','2026-01-22 19:46:47','45f30341-159c-4c41-b568-340e696bf602'),
(95351,57,15929,NULL,137,2,'2026-01-22 19:46:47','2026-01-22 19:46:47','5da9ce3f-5778-489f-9a9d-1d201468d898'),
(95352,57,15929,NULL,138,3,'2026-01-22 19:46:47','2026-01-22 19:46:47','80bf6f25-2ca0-471b-9daa-94508625fd58'),
(95353,57,15929,NULL,136,4,'2026-01-22 19:46:47','2026-01-22 19:46:47','7c69c994-70b8-483b-a00e-8407384f1b35'),
(95376,32,15933,NULL,2610,1,'2026-01-22 19:47:16','2026-01-22 19:47:16','f075df7f-911e-4df3-98a5-7caf0bd52c22'),
(95377,32,15933,NULL,2598,2,'2026-01-22 19:47:16','2026-01-22 19:47:16','c8e94a52-a2a8-44a1-81d5-1a4e9713381e'),
(95378,32,15933,NULL,2608,3,'2026-01-22 19:47:16','2026-01-22 19:47:16','6c2f7a36-61db-48e1-ab24-65c4c2efefc3'),
(95379,32,15933,NULL,2600,4,'2026-01-22 19:47:16','2026-01-22 19:47:16','890f70f5-fff3-4292-9fa1-d9bd4c871824'),
(95380,32,15933,NULL,2596,5,'2026-01-22 19:47:16','2026-01-22 19:47:16','a4f8f7e1-1ac8-44d4-9451-e4eddfe65570'),
(95381,32,15933,NULL,2602,6,'2026-01-22 19:47:16','2026-01-22 19:47:16','86b67115-f3ae-4a3f-b52b-53a7ec08efea'),
(95382,32,15933,NULL,2604,7,'2026-01-22 19:47:16','2026-01-22 19:47:16','222a31bf-26b2-433d-882f-7ac42c3c0c6c'),
(95383,32,15933,NULL,2606,8,'2026-01-22 19:47:16','2026-01-22 19:47:16','9dc1974e-f6c0-45e5-979d-d59adf18603b'),
(95384,32,15933,NULL,2612,9,'2026-01-22 19:47:16','2026-01-22 19:47:16','dff37470-44aa-4a72-8faf-9ee4989f4b2b'),
(95385,16,15933,NULL,545,1,'2026-01-22 19:47:16','2026-01-22 19:47:16','8d8bbc03-b6a9-4967-b3bf-b26ca5174457'),
(95386,7,15933,NULL,601,1,'2026-01-22 19:47:16','2026-01-22 19:47:16','59cfc694-91e1-4cb5-917f-931dc496a0bb'),
(95387,7,15933,NULL,617,2,'2026-01-22 19:47:16','2026-01-22 19:47:16','4436f039-672a-4729-8ce8-a4ef16ae93ff'),
(95388,7,15933,NULL,605,3,'2026-01-22 19:47:16','2026-01-22 19:47:16','6a218986-8b88-4b3e-862d-d9c6d47b6ea3'),
(95389,7,15933,NULL,9552,4,'2026-01-22 19:47:16','2026-01-22 19:47:16','3a88bc66-81a2-40ad-9f2a-e00f8bcf5831'),
(95390,82,15933,NULL,491,1,'2026-01-22 19:47:16','2026-01-22 19:47:16','0d4a70a1-a1a3-4d34-ba25-c7777d9acbce'),
(95391,47,15933,NULL,14954,1,'2026-01-22 19:47:16','2026-01-22 19:47:16','29811461-ae04-403b-9cba-a821688f8dda'),
(95392,57,15933,NULL,545,1,'2026-01-22 19:47:16','2026-01-22 19:47:16','9350948a-ba80-48cd-a7fa-32c5eee1d572'),
(95393,57,15933,NULL,137,2,'2026-01-22 19:47:16','2026-01-22 19:47:16','46a97624-04bf-4f93-a5d7-e0527aa15d06'),
(95394,57,15933,NULL,138,3,'2026-01-22 19:47:16','2026-01-22 19:47:16','94e07bd8-34f4-4b3c-b703-f2beb4d191cb'),
(95395,57,15933,NULL,136,4,'2026-01-22 19:47:16','2026-01-22 19:47:16','418e0977-4a93-4dd1-bd49-6c2c74437179'),
(95418,32,15943,NULL,2610,1,'2026-01-22 19:53:10','2026-01-22 19:53:10','71b8879f-ba88-42c6-be00-fa0d516e118e'),
(95419,32,15943,NULL,2598,2,'2026-01-22 19:53:10','2026-01-22 19:53:10','ca00ef71-6c3d-4a2c-b431-c25d66c85509'),
(95420,32,15943,NULL,2608,3,'2026-01-22 19:53:10','2026-01-22 19:53:10','aae896af-2cc0-404d-a7d6-7f24046daf8a'),
(95421,32,15943,NULL,2600,4,'2026-01-22 19:53:10','2026-01-22 19:53:10','bbf64e10-5c9e-4bfc-95d0-30ecafb24d2d'),
(95422,32,15943,NULL,2596,5,'2026-01-22 19:53:10','2026-01-22 19:53:10','2fb9f7ce-50de-48ba-a0f7-194210fdbb88'),
(95423,32,15943,NULL,2602,6,'2026-01-22 19:53:10','2026-01-22 19:53:10','60355fb9-c26b-4b16-8037-4adbf97199d0'),
(95424,32,15943,NULL,2604,7,'2026-01-22 19:53:10','2026-01-22 19:53:10','e58d2d02-2995-4949-8bfd-377c871383e2'),
(95425,32,15943,NULL,2606,8,'2026-01-22 19:53:10','2026-01-22 19:53:10','77aefe25-6d8d-41c8-96a3-49c40068edcd'),
(95426,32,15943,NULL,2612,9,'2026-01-22 19:53:10','2026-01-22 19:53:10','42d7521d-dd2f-40b1-96a0-5e253baf51b2'),
(95427,83,15943,NULL,951,1,'2026-01-22 19:53:10','2026-01-22 19:53:10','a585e40e-9334-49e2-9e17-56277917e42c'),
(95428,16,15943,NULL,7700,1,'2026-01-22 19:53:10','2026-01-22 19:53:10','7488e145-a811-4a70-a947-7ce91e6baac0'),
(95429,7,15943,NULL,6547,1,'2026-01-22 19:53:10','2026-01-22 19:53:10','42b721f7-3116-442d-9349-73448d23452e'),
(95430,7,15943,NULL,601,2,'2026-01-22 19:53:10','2026-01-22 19:53:10','19b4b6ab-c9b9-4ee2-ba2f-ecb0758fb5f0'),
(95431,7,15943,NULL,2972,3,'2026-01-22 19:53:10','2026-01-22 19:53:10','e8d6cdc1-9168-4552-a582-3eadb2ff3e30'),
(95432,7,15943,NULL,2974,4,'2026-01-22 19:53:10','2026-01-22 19:53:10','5959efb4-434e-4f3c-be2a-bbe78fb8d5ec'),
(95433,7,15943,NULL,617,5,'2026-01-22 19:53:10','2026-01-22 19:53:10','4b8926ae-1b76-4cb8-8b2c-75b2ab96910b'),
(95434,7,15943,NULL,605,6,'2026-01-22 19:53:10','2026-01-22 19:53:10','a0f9dc2f-1b4c-4634-890d-5a5848d32fc2'),
(95435,7,15943,NULL,9552,7,'2026-01-22 19:53:10','2026-01-22 19:53:10','b20437e3-49bb-4611-b6b7-a8b3842ec43b'),
(95436,82,15943,NULL,491,1,'2026-01-22 19:53:10','2026-01-22 19:53:10','3bdd16c7-96f7-4349-bf0b-3eecf2eabc07'),
(95437,47,15943,NULL,14958,1,'2026-01-22 19:53:10','2026-01-22 19:53:10','04c95200-61dc-47c8-8d16-6ac4531d577b'),
(95438,57,15943,NULL,4842,1,'2026-01-22 19:53:10','2026-01-22 19:53:10','1573352e-4f34-4474-99c5-44d0ceb7acbb'),
(95439,57,15943,NULL,4841,2,'2026-01-22 19:53:10','2026-01-22 19:53:10','ac8cc787-dcbd-46c9-8e59-432d93eb75d0'),
(95440,57,15943,NULL,4846,3,'2026-01-22 19:53:10','2026-01-22 19:53:10','b7ed58c4-ce2d-4dc1-ac76-2012c002da34'),
(95441,57,15943,NULL,4845,4,'2026-01-22 19:53:10','2026-01-22 19:53:10','7880d914-8ad0-4aa8-b46f-d23f83565b13'),
(95442,57,15943,NULL,4844,5,'2026-01-22 19:53:10','2026-01-22 19:53:10','6f91db40-ddbf-4bac-a7fc-f4ff14ba9b78'),
(95443,57,15943,NULL,4843,6,'2026-01-22 19:53:10','2026-01-22 19:53:10','30527ae6-f267-4b0f-bdc0-689678fb58a0'),
(95472,32,15946,NULL,2610,1,'2026-01-22 19:53:33','2026-01-22 19:53:33','6c2dbd86-7597-4cdb-aa8e-45398d225c64'),
(95473,32,15946,NULL,2598,2,'2026-01-22 19:53:33','2026-01-22 19:53:33','0e2eaceb-a030-4f24-ac2c-4a2ebf2bb560'),
(95474,32,15946,NULL,2608,3,'2026-01-22 19:53:33','2026-01-22 19:53:33','5c7441ab-114c-4e47-9676-c4f4bbc2773e'),
(95475,32,15946,NULL,2600,4,'2026-01-22 19:53:33','2026-01-22 19:53:33','d90979f0-c66d-4c82-b6c5-5d1a01d8ae57'),
(95476,32,15946,NULL,2596,5,'2026-01-22 19:53:33','2026-01-22 19:53:33','8bb51f1a-f270-4a2f-8854-d5b02a2b5360'),
(95477,32,15946,NULL,2602,6,'2026-01-22 19:53:33','2026-01-22 19:53:33','ccb50147-04ea-45e8-afba-74091734ace4'),
(95478,32,15946,NULL,2604,7,'2026-01-22 19:53:33','2026-01-22 19:53:33','a45ca1e6-9f3e-486e-841d-b08c439b4cf5'),
(95479,32,15946,NULL,2606,8,'2026-01-22 19:53:33','2026-01-22 19:53:33','e7a3a542-d857-473e-a72f-2276817b2861'),
(95480,32,15946,NULL,2612,9,'2026-01-22 19:53:33','2026-01-22 19:53:33','c9497dcd-974e-4d30-9931-308e76d49ef9'),
(95481,83,15946,NULL,951,1,'2026-01-22 19:53:33','2026-01-22 19:53:33','fc35169c-0927-4a35-8cf0-ac6417698135'),
(95482,16,15946,NULL,7700,1,'2026-01-22 19:53:33','2026-01-22 19:53:33','ad3d01c8-f182-44fe-8573-d4b93454f745'),
(95483,7,15946,NULL,6547,1,'2026-01-22 19:53:33','2026-01-22 19:53:33','4020bdb4-6845-4802-86d5-a6ca5387e271'),
(95484,7,15946,NULL,601,2,'2026-01-22 19:53:33','2026-01-22 19:53:33','5918e565-0408-40e1-8926-5158ed68d6ab'),
(95485,7,15946,NULL,2972,3,'2026-01-22 19:53:33','2026-01-22 19:53:33','403e9208-61dc-4a44-b2ee-7476ea6059dc'),
(95486,7,15946,NULL,2974,4,'2026-01-22 19:53:33','2026-01-22 19:53:33','6486f21b-1572-423d-8817-89faa4892e08'),
(95487,7,15946,NULL,617,5,'2026-01-22 19:53:33','2026-01-22 19:53:33','59164389-ca04-4fa7-b301-8e0ca482eb5f'),
(95488,7,15946,NULL,605,6,'2026-01-22 19:53:33','2026-01-22 19:53:33','fd33bb39-7fac-4f46-a782-d362d15da3eb'),
(95489,7,15946,NULL,9552,7,'2026-01-22 19:53:33','2026-01-22 19:53:33','2f92627f-97ba-4a6c-84d9-992047f6b87a'),
(95490,82,15946,NULL,491,1,'2026-01-22 19:53:33','2026-01-22 19:53:33','30a7705f-bdc8-4166-a9df-8556d534f401'),
(95491,47,15946,NULL,14958,1,'2026-01-22 19:53:33','2026-01-22 19:53:33','1add3404-827b-4d67-b755-5f35ff809f87'),
(95492,57,15946,NULL,4842,1,'2026-01-22 19:53:33','2026-01-22 19:53:33','13a50628-238a-437b-b5f0-404949cb67ab'),
(95493,57,15946,NULL,4841,2,'2026-01-22 19:53:33','2026-01-22 19:53:33','1fdf30f6-46f7-488e-a62b-576cd6a3386d'),
(95494,57,15946,NULL,4846,3,'2026-01-22 19:53:33','2026-01-22 19:53:33','12e6d178-d6a2-49f5-93b5-a2d1a9e60626'),
(95495,57,15946,NULL,4845,4,'2026-01-22 19:53:33','2026-01-22 19:53:33','22c998d2-ee38-4550-9404-e7435ad4596e'),
(95496,57,15946,NULL,4844,5,'2026-01-22 19:53:33','2026-01-22 19:53:33','70c45652-4034-4c3d-b9e7-9d426171da8b'),
(95497,57,15946,NULL,4843,6,'2026-01-22 19:53:33','2026-01-22 19:53:33','ae0e7bdf-dc09-4045-8ba7-603f9b980d7d'),
(95526,32,15948,NULL,2610,1,'2026-01-22 19:54:15','2026-01-22 19:54:15','939aa7fd-a9eb-429e-907f-161b4744f1ee'),
(95527,32,15948,NULL,2598,2,'2026-01-22 19:54:15','2026-01-22 19:54:15','f5f7d052-36a3-4d7d-81d0-ac7ce76b6228'),
(95528,32,15948,NULL,2608,3,'2026-01-22 19:54:15','2026-01-22 19:54:15','0bed417d-d477-4d0b-89e1-369120ca9d3d'),
(95529,32,15948,NULL,2600,4,'2026-01-22 19:54:15','2026-01-22 19:54:15','f45661fc-62d6-4fc4-b864-cd40d6e90b36'),
(95530,32,15948,NULL,2596,5,'2026-01-22 19:54:15','2026-01-22 19:54:15','b230b928-0dc1-418a-a2eb-8fafbba258c9'),
(95531,32,15948,NULL,2602,6,'2026-01-22 19:54:15','2026-01-22 19:54:15','66fdfb6a-0138-4af8-9772-3536d2fd517f'),
(95532,32,15948,NULL,2604,7,'2026-01-22 19:54:15','2026-01-22 19:54:15','c7daf266-7ff0-49d9-a07d-fb30a1d1d6f4'),
(95533,32,15948,NULL,2606,8,'2026-01-22 19:54:15','2026-01-22 19:54:15','1fa4e60e-9e60-48b6-ae48-80f67035f64b'),
(95534,32,15948,NULL,2612,9,'2026-01-22 19:54:15','2026-01-22 19:54:15','1457bf3c-8842-43b0-905c-0555a9f10644'),
(95535,83,15948,NULL,951,1,'2026-01-22 19:54:15','2026-01-22 19:54:15','c695e433-fa84-4bdb-9809-4bc06b551834'),
(95536,16,15948,NULL,7700,1,'2026-01-22 19:54:15','2026-01-22 19:54:15','3b2c0fe9-9a19-418e-adfd-6a3307c4dba0'),
(95537,7,15948,NULL,6547,1,'2026-01-22 19:54:15','2026-01-22 19:54:15','78c46893-2db7-4da5-820b-fb1f5d19b639'),
(95538,7,15948,NULL,601,2,'2026-01-22 19:54:15','2026-01-22 19:54:15','b39664e3-2f8a-406e-98d7-5eb4b52bcb06'),
(95539,7,15948,NULL,2972,3,'2026-01-22 19:54:15','2026-01-22 19:54:15','8690e37c-68a7-4a96-bb52-f2b8457114a5'),
(95540,7,15948,NULL,2974,4,'2026-01-22 19:54:15','2026-01-22 19:54:15','757f3caa-15f0-4995-87d9-113b2a4e8509'),
(95541,7,15948,NULL,617,5,'2026-01-22 19:54:15','2026-01-22 19:54:15','d24e88d1-0bc8-4365-a38f-a307b686e526'),
(95542,7,15948,NULL,605,6,'2026-01-22 19:54:15','2026-01-22 19:54:15','b75a6685-6d2b-4068-b705-c9a039ff6b0a'),
(95543,7,15948,NULL,9552,7,'2026-01-22 19:54:15','2026-01-22 19:54:15','a571f5da-5d8f-4769-bc18-7f5cba584059'),
(95544,82,15948,NULL,491,1,'2026-01-22 19:54:15','2026-01-22 19:54:15','1fbd55ba-1cef-4d63-8981-864649d8d8b9'),
(95545,47,15948,NULL,14958,1,'2026-01-22 19:54:15','2026-01-22 19:54:15','13d7c4c2-f924-43f9-a4dd-3dc6bce5239d'),
(95546,57,15948,NULL,4842,1,'2026-01-22 19:54:15','2026-01-22 19:54:15','4f8b994d-3eca-45ab-a51b-accc3b5116f5'),
(95547,57,15948,NULL,4841,2,'2026-01-22 19:54:15','2026-01-22 19:54:15','12fed293-2e63-469d-a1f2-efe09d9a803b'),
(95548,57,15948,NULL,4846,3,'2026-01-22 19:54:15','2026-01-22 19:54:15','92d2c101-42fd-468d-b455-f7a4f256ab03'),
(95549,57,15948,NULL,4845,4,'2026-01-22 19:54:15','2026-01-22 19:54:15','df36ad96-8642-44ca-87da-12526dc1b805'),
(95550,57,15948,NULL,4844,5,'2026-01-22 19:54:15','2026-01-22 19:54:15','4524374a-d606-451d-9675-c6973530ffd6'),
(95551,57,15948,NULL,4843,6,'2026-01-22 19:54:15','2026-01-22 19:54:15','3aad2c06-070f-4fbe-a4ea-8fe9d2eab3d5'),
(95592,83,15951,NULL,945,1,'2026-01-22 19:54:40','2026-01-22 19:54:40','986f3afb-f5db-408a-869a-f55b8f811545'),
(95593,16,15951,NULL,2968,1,'2026-01-22 19:54:40','2026-01-22 19:54:40','352fdedd-c191-41ce-acd9-5446544181f5'),
(95594,7,15951,NULL,605,1,'2026-01-22 19:54:40','2026-01-22 19:54:40','fcf5b0c7-56fa-4cab-8c6d-1dd3fd8a67af'),
(95595,7,15951,NULL,617,2,'2026-01-22 19:54:40','2026-01-22 19:54:40','7e75694b-c6e8-4c51-ab80-8204afe7f6be'),
(95596,7,15951,NULL,9552,3,'2026-01-22 19:54:40','2026-01-22 19:54:40','0fe495ca-815d-4955-8fae-c61678a55ff7'),
(95597,57,15951,NULL,3248,1,'2026-01-22 19:54:40','2026-01-22 19:54:40','e4f117ff-4d5e-4363-b844-84f253e359df'),
(95598,57,15951,NULL,3246,2,'2026-01-22 19:54:40','2026-01-22 19:54:40','ecd2d719-fdbb-4577-bf9b-0abc7d21b4c8'),
(95599,57,15951,NULL,3254,3,'2026-01-22 19:54:40','2026-01-22 19:54:40','735e85a2-5b64-4778-8d70-fb2870e70bb0'),
(95600,57,15951,NULL,3253,4,'2026-01-22 19:54:40','2026-01-22 19:54:40','076a3eca-1d50-420e-a2ed-0bb88fa7a48e'),
(95601,57,15951,NULL,3251,5,'2026-01-22 19:54:40','2026-01-22 19:54:40','3928197a-a340-4da5-8916-0f00fd6a4b68'),
(95602,57,15951,NULL,3245,6,'2026-01-22 19:54:40','2026-01-22 19:54:40','5a59e7b0-3aa7-4a1f-b377-7c4cadc93da0'),
(95629,32,15962,NULL,2610,1,'2026-01-22 19:59:05','2026-01-22 19:59:05','dac1ed4b-be6d-449f-af47-7679561def9c'),
(95630,32,15962,NULL,2598,2,'2026-01-22 19:59:05','2026-01-22 19:59:05','c4faa859-61db-431c-91aa-8528e2eedc21'),
(95631,32,15962,NULL,2608,3,'2026-01-22 19:59:05','2026-01-22 19:59:05','152793db-6f5f-4a81-8d1a-c48ab3a70994'),
(95632,32,15962,NULL,2600,4,'2026-01-22 19:59:05','2026-01-22 19:59:05','ef77cdf7-6780-4517-95ac-3d24b1fd316b'),
(95633,32,15962,NULL,2596,5,'2026-01-22 19:59:05','2026-01-22 19:59:05','a3555a22-334c-4704-b59d-f8af56b187e5'),
(95634,32,15962,NULL,2602,6,'2026-01-22 19:59:05','2026-01-22 19:59:05','193ca501-e038-4a66-b1fc-d3f39d3401c6'),
(95635,32,15962,NULL,2604,7,'2026-01-22 19:59:05','2026-01-22 19:59:05','fbda8939-6e05-40dd-9fd9-cd032c3a3086'),
(95636,32,15962,NULL,2606,8,'2026-01-22 19:59:05','2026-01-22 19:59:05','04053b50-7259-4720-8d1b-3a07e70bc219'),
(95637,32,15962,NULL,2612,9,'2026-01-22 19:59:05','2026-01-22 19:59:05','30a88c36-418a-4086-9df4-994188d2a03f'),
(95638,16,15962,NULL,7707,1,'2026-01-22 19:59:05','2026-01-22 19:59:05','d5cc2a2f-c1be-40ab-8dbd-18bc9b98071f'),
(95639,7,15962,NULL,2969,1,'2026-01-22 19:59:05','2026-01-22 19:59:05','5388631d-f1dc-4aa7-bcb5-295640629e28'),
(95640,7,15962,NULL,3027,2,'2026-01-22 19:59:05','2026-01-22 19:59:05','0d6eb51b-fc79-46e4-8284-4438167c9db0'),
(95641,7,15962,NULL,9727,3,'2026-01-22 19:59:05','2026-01-22 19:59:05','74a553af-cb0b-4232-8710-7d53b20c1943'),
(95642,7,15962,NULL,617,4,'2026-01-22 19:59:05','2026-01-22 19:59:05','30e66dbc-52b6-4e78-b1f8-d75a41f4ac75'),
(95643,7,15962,NULL,605,5,'2026-01-22 19:59:05','2026-01-22 19:59:05','6320affc-5194-4c3b-9353-ed8dd162eed6'),
(95644,82,15962,NULL,491,1,'2026-01-22 19:59:05','2026-01-22 19:59:05','b0220d3e-d5c6-4c15-8b21-992137db454b'),
(95645,46,15962,NULL,7369,1,'2026-01-22 19:59:05','2026-01-22 19:59:05','b3a1c830-fe2b-4452-8aa9-02702ac87007'),
(95646,47,15962,NULL,14963,1,'2026-01-22 19:59:05','2026-01-22 19:59:05','85619e66-2783-43a2-9bec-14081b28f8dd'),
(95647,57,15962,NULL,4923,1,'2026-01-22 19:59:05','2026-01-22 19:59:05','39ec5cd9-b997-4b30-8ce1-9f47a595e5ff'),
(95648,57,15962,NULL,4920,2,'2026-01-22 19:59:05','2026-01-22 19:59:05','290d67aa-9e8f-418f-ace5-138b700b66a6'),
(95649,57,15962,NULL,4921,3,'2026-01-22 19:59:05','2026-01-22 19:59:05','2e090f39-617b-4897-9cf6-40d91735ec83'),
(95650,57,15962,NULL,4922,4,'2026-01-22 19:59:05','2026-01-22 19:59:05','015c2d1b-2fad-46d1-8d7f-70e60dad7590'),
(95651,57,15962,NULL,4924,5,'2026-01-22 19:59:05','2026-01-22 19:59:05','7f0e97ed-7dc1-4b96-904e-62f312051a15'),
(95652,57,15962,NULL,7722,6,'2026-01-22 19:59:05','2026-01-22 19:59:05','93f0c70c-3921-4c6f-9423-c44936759895'),
(95679,32,15966,NULL,2610,1,'2026-01-22 19:59:41','2026-01-22 19:59:41','3e508b47-ded7-439f-9c6f-c681f9920875'),
(95680,32,15966,NULL,2598,2,'2026-01-22 19:59:41','2026-01-22 19:59:41','33eb9acb-c3b4-45b9-bc14-2b8fcbd0b5b7'),
(95681,32,15966,NULL,2608,3,'2026-01-22 19:59:41','2026-01-22 19:59:41','c1c73c16-b4e9-43de-b7a0-6b7965c0b188'),
(95682,32,15966,NULL,2600,4,'2026-01-22 19:59:41','2026-01-22 19:59:41','74228687-5490-4b09-abe8-680648971d6c'),
(95683,32,15966,NULL,2596,5,'2026-01-22 19:59:41','2026-01-22 19:59:41','c0b31f0f-964f-4407-ae23-5ab16064c1b4'),
(95684,32,15966,NULL,2602,6,'2026-01-22 19:59:41','2026-01-22 19:59:41','e74eb2f8-8723-4f20-9e12-2009cafac45f'),
(95685,32,15966,NULL,2604,7,'2026-01-22 19:59:41','2026-01-22 19:59:41','94c88590-5ab7-483a-9acf-01d5da704cf5'),
(95686,32,15966,NULL,2606,8,'2026-01-22 19:59:41','2026-01-22 19:59:41','9f40d4ef-e827-4840-b957-20fb2a39cfda'),
(95687,32,15966,NULL,2612,9,'2026-01-22 19:59:41','2026-01-22 19:59:41','624ab84b-85df-4541-a588-286c5eb96a94'),
(95688,16,15966,NULL,7707,1,'2026-01-22 19:59:41','2026-01-22 19:59:41','d8b64f4f-f6f0-4890-a23b-aee94986bb82'),
(95689,7,15966,NULL,2969,1,'2026-01-22 19:59:41','2026-01-22 19:59:41','437f63d8-99a5-496c-bd37-7ffa974c8c99'),
(95690,7,15966,NULL,3027,2,'2026-01-22 19:59:41','2026-01-22 19:59:41','e61bf8c7-96fe-4702-8615-e740fb963d8e'),
(95691,7,15966,NULL,9727,3,'2026-01-22 19:59:41','2026-01-22 19:59:41','c22cc874-7294-4021-bb7f-cc84adec1e03'),
(95692,7,15966,NULL,617,4,'2026-01-22 19:59:41','2026-01-22 19:59:41','f2fafcd2-6406-42f3-a726-d99425711609'),
(95693,7,15966,NULL,605,5,'2026-01-22 19:59:41','2026-01-22 19:59:41','17a068e3-bbe8-41b2-86e8-c03139fc679b'),
(95694,82,15966,NULL,491,1,'2026-01-22 19:59:41','2026-01-22 19:59:41','ea47e0cf-dc8a-4117-8b71-47a2070bd086'),
(95695,46,15966,NULL,7369,1,'2026-01-22 19:59:41','2026-01-22 19:59:41','7f847246-26df-44c3-ad93-8cf6b1b72ca0'),
(95696,47,15966,NULL,14963,1,'2026-01-22 19:59:41','2026-01-22 19:59:41','d18e6ee9-553c-4acd-80a0-9c3a5cce8f53'),
(95697,57,15966,NULL,4923,1,'2026-01-22 19:59:41','2026-01-22 19:59:41','fd8a52c9-d3b4-426b-9531-ef571ea3716c'),
(95698,57,15966,NULL,4920,2,'2026-01-22 19:59:41','2026-01-22 19:59:41','df87b65a-7441-4e41-87e1-30d377da470b'),
(95699,57,15966,NULL,4921,3,'2026-01-22 19:59:41','2026-01-22 19:59:41','66592648-d12b-41ed-8881-94357e812c69'),
(95700,57,15966,NULL,4922,4,'2026-01-22 19:59:41','2026-01-22 19:59:41','6d69bde1-6808-4dac-91bf-6c4498fa73ea'),
(95701,57,15966,NULL,4924,5,'2026-01-22 19:59:41','2026-01-22 19:59:41','1515eda8-704f-4bed-a77d-5d8527de22d3'),
(95702,57,15966,NULL,7722,6,'2026-01-22 19:59:41','2026-01-22 19:59:41','0a790afb-f93a-42d1-a0da-b7dcb8b1bb94'),
(95718,83,15970,NULL,945,1,'2026-01-22 20:00:55','2026-01-22 20:00:55','56231fc1-dedb-4954-a227-c6f7e2bdfdb2'),
(95719,16,15970,NULL,2968,1,'2026-01-22 20:00:55','2026-01-22 20:00:55','56979339-c0ae-479c-b4d4-6385063a658e'),
(95720,7,15970,NULL,605,1,'2026-01-22 20:00:55','2026-01-22 20:00:55','55ce98a5-40a2-4c64-8e4d-e9950beb8c50'),
(95721,7,15970,NULL,617,2,'2026-01-22 20:00:55','2026-01-22 20:00:55','bf04b4f7-0d57-405a-b1cb-f5b6ff7881e8'),
(95722,7,15970,NULL,9552,3,'2026-01-22 20:00:55','2026-01-22 20:00:55','12546573-7c25-4172-ab04-debb131f494a'),
(95723,57,15970,NULL,3248,1,'2026-01-22 20:00:55','2026-01-22 20:00:55','51dbc767-c7a7-46fe-aa12-57a31bc87fa7'),
(95724,57,15970,NULL,3246,2,'2026-01-22 20:00:55','2026-01-22 20:00:55','840020ec-6131-40c2-958c-3297f73d73a2'),
(95725,57,15970,NULL,3254,3,'2026-01-22 20:00:55','2026-01-22 20:00:55','2c895d96-ae99-4c3b-a4db-cda7ba01951e'),
(95726,57,15970,NULL,3253,4,'2026-01-22 20:00:55','2026-01-22 20:00:55','cf162c27-f740-4ab3-937e-b320a87ec027'),
(95727,57,15970,NULL,3251,5,'2026-01-22 20:00:55','2026-01-22 20:00:55','a4d87187-8816-44c8-8151-65bdb6740825'),
(95728,57,15970,NULL,3245,6,'2026-01-22 20:00:55','2026-01-22 20:00:55','ce9244c7-a141-4f6f-9118-45f7040d370c'),
(95730,66,15971,NULL,5680,1,'2026-01-22 20:00:55','2026-01-22 20:00:55','38288a13-357e-45bf-94dd-4f6bc00ef3d7'),
(95743,83,15973,NULL,945,1,'2026-01-22 20:01:17','2026-01-22 20:01:17','b7d47474-cbb7-4118-8f53-d0a5ed3d3871'),
(95744,16,15973,NULL,2968,1,'2026-01-22 20:01:17','2026-01-22 20:01:17','40b5d903-2eff-4b21-891d-127256ee8a1d'),
(95745,7,15973,NULL,605,1,'2026-01-22 20:01:17','2026-01-22 20:01:17','42c59c31-3ade-417c-b36b-57c62bf4aa51'),
(95746,7,15973,NULL,617,2,'2026-01-22 20:01:17','2026-01-22 20:01:17','d9b39c2b-a70a-43a1-853a-3f610dd06593'),
(95747,7,15973,NULL,9552,3,'2026-01-22 20:01:17','2026-01-22 20:01:17','dbff606d-b694-4a7a-9609-7ff12d5934c0'),
(95748,57,15973,NULL,3248,1,'2026-01-22 20:01:17','2026-01-22 20:01:17','1d737827-5c6a-459a-aea8-f26de0af15b4'),
(95749,57,15973,NULL,3246,2,'2026-01-22 20:01:17','2026-01-22 20:01:17','5d796228-1ca1-46bf-a2a4-ca1c23bdbb4a'),
(95750,57,15973,NULL,3254,3,'2026-01-22 20:01:17','2026-01-22 20:01:17','fc6111e4-7add-4e26-9d81-efd62b3b57b6'),
(95751,57,15973,NULL,3253,4,'2026-01-22 20:01:17','2026-01-22 20:01:17','49e48bac-4867-4979-9228-1c7b9249b81d'),
(95752,57,15973,NULL,3251,5,'2026-01-22 20:01:17','2026-01-22 20:01:17','00710d5b-ef9b-4f7d-990b-518b03e1f9c8'),
(95753,57,15973,NULL,3245,6,'2026-01-22 20:01:17','2026-01-22 20:01:17','1e2692fd-626a-4e99-8ef7-95badab00d1a'),
(95767,83,15976,NULL,945,1,'2026-01-22 20:02:16','2026-01-22 20:02:16','3fb7b2c8-50f3-49ec-a18a-5def4c33bc5f'),
(95768,16,15976,NULL,2968,1,'2026-01-22 20:02:16','2026-01-22 20:02:16','abeb6ce1-be77-4043-ab8e-424023de841b'),
(95769,7,15976,NULL,605,1,'2026-01-22 20:02:16','2026-01-22 20:02:16','fd24a211-cfa8-4c56-98af-df51bdad24a6'),
(95770,7,15976,NULL,617,2,'2026-01-22 20:02:16','2026-01-22 20:02:16','02aac152-8d98-4699-bd26-45f984377d48'),
(95771,7,15976,NULL,9552,3,'2026-01-22 20:02:16','2026-01-22 20:02:16','c59f048b-5456-4f59-8717-e5d60ec14cb6'),
(95772,57,15976,NULL,3248,1,'2026-01-22 20:02:16','2026-01-22 20:02:16','c6868378-f43e-45a9-acb7-09b6f62d1778'),
(95773,57,15976,NULL,3246,2,'2026-01-22 20:02:16','2026-01-22 20:02:16','26137dab-f36a-4890-b5d0-123bff18a7d3'),
(95774,57,15976,NULL,3254,3,'2026-01-22 20:02:16','2026-01-22 20:02:16','53a95e31-62b6-404e-b7c6-2ac74f7b8a5f'),
(95775,57,15976,NULL,3253,4,'2026-01-22 20:02:16','2026-01-22 20:02:16','f91505e9-5a8d-4d97-a757-7d990181d940'),
(95776,57,15976,NULL,3251,5,'2026-01-22 20:02:16','2026-01-22 20:02:16','854205ad-5428-46a7-9b3a-4666f86ae36a'),
(95777,57,15976,NULL,3245,6,'2026-01-22 20:02:16','2026-01-22 20:02:16','88c4e4d0-9097-4e36-bf8a-2bf8971f7065'),
(95809,32,15985,NULL,2610,1,'2026-01-22 20:05:37','2026-01-22 20:05:37','e33ede46-5185-481a-9660-39f9f9ed91a9'),
(95810,32,15985,NULL,2598,2,'2026-01-22 20:05:37','2026-01-22 20:05:37','1db4ee0e-c630-424a-a40c-28e53ad19621'),
(95811,32,15985,NULL,2624,3,'2026-01-22 20:05:37','2026-01-22 20:05:37','41e93d68-a52f-4cde-a060-aac7d0de518e'),
(95812,32,15985,NULL,2600,4,'2026-01-22 20:05:37','2026-01-22 20:05:37','3fc9e341-0f3a-4e53-95aa-04793b9352b7'),
(95813,32,15985,NULL,2596,5,'2026-01-22 20:05:37','2026-01-22 20:05:37','86c7f664-69d0-45f9-826c-e5034871d972'),
(95814,32,15985,NULL,2602,6,'2026-01-22 20:05:37','2026-01-22 20:05:37','5604a426-d041-4a15-8337-d6d6e07887e1'),
(95815,32,15985,NULL,2606,7,'2026-01-22 20:05:37','2026-01-22 20:05:37','8c9dd4ec-2fe9-45ca-9455-7c838e211598'),
(95816,32,15985,NULL,2612,8,'2026-01-22 20:05:37','2026-01-22 20:05:37','26ae9608-63dd-4d5e-8e93-390f96e56f49'),
(95817,32,15985,NULL,2604,9,'2026-01-22 20:05:37','2026-01-22 20:05:37','92644d65-b5c6-49c7-a847-3946282f992a'),
(95818,32,15985,NULL,2608,10,'2026-01-22 20:05:37','2026-01-22 20:05:37','a3e8cf81-8c5d-4028-afda-0e882afcdac3'),
(95819,16,15985,NULL,11819,1,'2026-01-22 20:05:37','2026-01-22 20:05:37','f3a77ce2-706e-4415-86ea-d1f4731319ae'),
(95820,7,15985,NULL,2969,1,'2026-01-22 20:05:37','2026-01-22 20:05:37','c02479bf-070e-4721-8e6c-fb3f3d9a75b0'),
(95821,7,15985,NULL,617,2,'2026-01-22 20:05:37','2026-01-22 20:05:37','18bff56d-165b-4ff4-89a5-dfc056d136ce'),
(95822,7,15985,NULL,605,3,'2026-01-22 20:05:37','2026-01-22 20:05:37','75c2da69-ba97-4e89-a6c9-4c29276cb251'),
(95823,7,15985,NULL,9552,4,'2026-01-22 20:05:37','2026-01-22 20:05:37','003e4c33-6d46-498c-a7ab-c77dc7ee8295'),
(95824,82,15985,NULL,491,1,'2026-01-22 20:05:37','2026-01-22 20:05:37','14c6e31b-2a94-47e1-a176-e49786161a58'),
(95825,46,15985,NULL,2891,1,'2026-01-22 20:05:37','2026-01-22 20:05:37','f8259b5a-eda4-432e-9d4f-77cff03981e0'),
(95826,47,15985,NULL,14967,1,'2026-01-22 20:05:37','2026-01-22 20:05:37','1c03c341-50bd-428d-9810-0048195960a8'),
(95827,57,15985,NULL,4927,1,'2026-01-22 20:05:37','2026-01-22 20:05:37','a1fc7afd-18bd-4cf9-b67e-82bee1bbd21c'),
(95828,57,15985,NULL,7772,2,'2026-01-22 20:05:37','2026-01-22 20:05:37','f407f10d-a85d-4178-801c-f667cb8502d1'),
(95829,57,15985,NULL,4931,3,'2026-01-22 20:05:37','2026-01-22 20:05:37','d217cb24-1849-4604-9d0f-57f885b77210'),
(95830,57,15985,NULL,4930,4,'2026-01-22 20:05:37','2026-01-22 20:05:37','906f1a63-bccf-4b55-b898-f195607d8643'),
(95831,57,15985,NULL,4932,5,'2026-01-22 20:05:37','2026-01-22 20:05:37','1d8ddd34-6728-4baf-b6cc-8c771f05f8a2'),
(95832,57,15985,NULL,4933,6,'2026-01-22 20:05:37','2026-01-22 20:05:37','79b257e7-e465-463c-917c-3f4cd2615691'),
(95833,57,15985,NULL,4934,7,'2026-01-22 20:05:37','2026-01-22 20:05:37','ff92ced8-58f0-49f6-87eb-adec387be694'),
(95834,57,15985,NULL,4935,8,'2026-01-22 20:05:37','2026-01-22 20:05:37','05b1a24b-02ab-4361-9319-7e5f469f1918'),
(95835,57,15985,NULL,7739,9,'2026-01-22 20:05:37','2026-01-22 20:05:37','79b171c3-de3d-426e-b247-36640c63b7f2'),
(95836,57,15985,NULL,7740,10,'2026-01-22 20:05:37','2026-01-22 20:05:37','aba86089-40ee-422d-90a7-b5bd54513bc9'),
(95837,57,15985,NULL,7741,11,'2026-01-22 20:05:37','2026-01-22 20:05:37','f3ae83d0-888a-430d-98ce-7c8c69780db3'),
(95869,32,15988,NULL,2610,1,'2026-01-22 20:05:50','2026-01-22 20:05:50','1756c08d-7f2b-4159-8eaa-501656c84859'),
(95870,32,15988,NULL,2598,2,'2026-01-22 20:05:50','2026-01-22 20:05:50','941ab425-461f-4a98-9768-93364265fc5a'),
(95871,32,15988,NULL,2624,3,'2026-01-22 20:05:50','2026-01-22 20:05:50','272c5f3f-a902-43c0-b4cb-b74e2feb2d7c'),
(95872,32,15988,NULL,2600,4,'2026-01-22 20:05:50','2026-01-22 20:05:50','978565a3-a8a0-492e-8753-fbfe42dd5568'),
(95873,32,15988,NULL,2596,5,'2026-01-22 20:05:50','2026-01-22 20:05:50','a31ead7b-047d-4d91-a9d0-663baef4ced0'),
(95874,32,15988,NULL,2602,6,'2026-01-22 20:05:50','2026-01-22 20:05:50','a917262b-5c0c-4890-9471-e1bb707d29b4'),
(95875,32,15988,NULL,2606,7,'2026-01-22 20:05:50','2026-01-22 20:05:50','8f473b06-fe0c-4e07-adec-7bc463df882a'),
(95876,32,15988,NULL,2612,8,'2026-01-22 20:05:50','2026-01-22 20:05:50','4f397b44-1ae2-475f-a26e-8733a2a51a06'),
(95877,32,15988,NULL,2604,9,'2026-01-22 20:05:50','2026-01-22 20:05:50','849bcc0e-0bb0-482e-a22a-104ad6c29c37'),
(95878,32,15988,NULL,2608,10,'2026-01-22 20:05:50','2026-01-22 20:05:50','cbabfd7d-5bac-4f2b-bcf7-eb0202e9d282'),
(95879,16,15988,NULL,11819,1,'2026-01-22 20:05:50','2026-01-22 20:05:50','13ca6889-103d-43e9-b9d2-a3d0b6882963'),
(95880,7,15988,NULL,2969,1,'2026-01-22 20:05:50','2026-01-22 20:05:50','7a004ca4-4c85-4d8b-836f-1301e0d7745f'),
(95881,7,15988,NULL,617,2,'2026-01-22 20:05:50','2026-01-22 20:05:50','dd508894-1d77-4be2-9c21-527a09f93b79'),
(95882,7,15988,NULL,605,3,'2026-01-22 20:05:50','2026-01-22 20:05:50','7e9cfcbd-ce06-437b-baa1-918fbfd4b4e3'),
(95883,7,15988,NULL,9552,4,'2026-01-22 20:05:50','2026-01-22 20:05:50','2324c301-fe16-42ff-b45e-30bf887488d2'),
(95884,82,15988,NULL,491,1,'2026-01-22 20:05:50','2026-01-22 20:05:50','a3b6ffd8-0125-4c02-beb0-60b65271e03c'),
(95885,46,15988,NULL,2891,1,'2026-01-22 20:05:50','2026-01-22 20:05:50','f171b660-f3c9-4b0b-b903-b247c4418bd4'),
(95886,47,15988,NULL,14967,1,'2026-01-22 20:05:50','2026-01-22 20:05:50','7ddfa317-2104-4e69-9ecb-0e89eb51a0c1'),
(95887,57,15988,NULL,4927,1,'2026-01-22 20:05:50','2026-01-22 20:05:50','2fb83954-8800-4feb-8c25-dbae2a3c03d3'),
(95888,57,15988,NULL,7772,2,'2026-01-22 20:05:50','2026-01-22 20:05:50','967b2260-a656-4449-9137-1809b015a9cc'),
(95889,57,15988,NULL,4931,3,'2026-01-22 20:05:50','2026-01-22 20:05:50','d0f9c3ea-426b-4df4-8de9-1e4241b855bf'),
(95890,57,15988,NULL,4930,4,'2026-01-22 20:05:50','2026-01-22 20:05:50','2437a3cb-d8f1-4de3-8697-0f22158b32ec'),
(95891,57,15988,NULL,4932,5,'2026-01-22 20:05:50','2026-01-22 20:05:50','2246c654-d4df-417e-839c-49b8d4998d76'),
(95892,57,15988,NULL,4933,6,'2026-01-22 20:05:50','2026-01-22 20:05:50','f89bc389-bc83-4a16-bb31-1adbf2721129'),
(95893,57,15988,NULL,4934,7,'2026-01-22 20:05:50','2026-01-22 20:05:50','2f99015f-2cd5-42be-aaef-85d6e425605f'),
(95894,57,15988,NULL,4935,8,'2026-01-22 20:05:50','2026-01-22 20:05:50','5347cb5a-ae2d-45c7-b7de-88896a4121a3'),
(95895,57,15988,NULL,7739,9,'2026-01-22 20:05:50','2026-01-22 20:05:50','7410fe2b-e5b2-47a8-ab3a-ce0e090a78b0'),
(95896,57,15988,NULL,7740,10,'2026-01-22 20:05:50','2026-01-22 20:05:50','14bd4650-c5ce-462b-84da-80cd3281d7d4'),
(95897,57,15988,NULL,7741,11,'2026-01-22 20:05:50','2026-01-22 20:05:50','cc51b1b1-6160-46d4-a256-982015405c70'),
(95955,32,15993,NULL,2610,1,'2026-01-22 20:12:45','2026-01-22 20:12:45','bf2e8dd9-0484-41d7-a9e8-d271647d99e3'),
(95956,32,15993,NULL,2598,2,'2026-01-22 20:12:45','2026-01-22 20:12:45','71a838cc-331c-4a58-aac9-7db57c73eb6d'),
(95957,32,15993,NULL,2624,3,'2026-01-22 20:12:45','2026-01-22 20:12:45','82fbf1cd-776c-4937-af65-6cc90e2b7821'),
(95958,32,15993,NULL,2600,4,'2026-01-22 20:12:45','2026-01-22 20:12:45','adb8d8d4-554d-444a-b2fd-5e968aa513a6'),
(95959,32,15993,NULL,2596,5,'2026-01-22 20:12:45','2026-01-22 20:12:45','a328d6a8-eb30-4e59-90fa-0ac8403215c0'),
(95960,32,15993,NULL,2602,6,'2026-01-22 20:12:45','2026-01-22 20:12:45','cbe9a6db-3b7b-4028-ad69-f78b650a7fe9'),
(95961,32,15993,NULL,2606,7,'2026-01-22 20:12:45','2026-01-22 20:12:45','874522ba-be9a-4d6c-8d14-1e3551b372d4'),
(95962,32,15993,NULL,2612,8,'2026-01-22 20:12:45','2026-01-22 20:12:45','a8d26c82-1274-49bb-95e8-379c166fe398'),
(95963,32,15993,NULL,2604,9,'2026-01-22 20:12:45','2026-01-22 20:12:45','164fd0f2-81c0-4fd4-8999-824094ceaef3'),
(95964,32,15993,NULL,2608,10,'2026-01-22 20:12:45','2026-01-22 20:12:45','e0bf7c46-d966-4fd0-a806-5a06673953c1'),
(95965,16,15993,NULL,11819,1,'2026-01-22 20:12:45','2026-01-22 20:12:45','7d28898a-4d2c-4115-96f9-701052bbb51a'),
(95966,7,15993,NULL,2969,1,'2026-01-22 20:12:45','2026-01-22 20:12:45','90e39938-39be-4d83-936f-3c53f145b99b'),
(95967,7,15993,NULL,617,2,'2026-01-22 20:12:45','2026-01-22 20:12:45','45c22c68-860a-4fe3-b17d-e29804a7e0e9'),
(95968,7,15993,NULL,605,3,'2026-01-22 20:12:45','2026-01-22 20:12:45','d7778e84-ba84-4527-af76-fc33d5bb4adb'),
(95969,7,15993,NULL,9552,4,'2026-01-22 20:12:45','2026-01-22 20:12:45','a9c2dcf0-9385-48cf-977f-889d96c4be4e'),
(95970,82,15993,NULL,491,1,'2026-01-22 20:12:45','2026-01-22 20:12:45','7d1b55d7-d74e-4c65-9f60-d8483a5ec3d7'),
(95971,46,15993,NULL,2891,1,'2026-01-22 20:12:45','2026-01-22 20:12:45','06b7b79b-cf4d-4c70-90c7-4c3a4664902f'),
(95972,47,15993,NULL,14967,1,'2026-01-22 20:12:45','2026-01-22 20:12:45','9439a7d3-0d1d-4fb8-9cc1-f20a4e70a14f'),
(95973,57,15993,NULL,4927,1,'2026-01-22 20:12:45','2026-01-22 20:12:45','81be5cf3-0c5f-4315-ad08-7e7e9e538d7b'),
(95974,57,15993,NULL,7772,2,'2026-01-22 20:12:45','2026-01-22 20:12:45','c62bd99e-f47f-4b0c-9cf3-51e4800ac974'),
(95975,57,15993,NULL,4931,3,'2026-01-22 20:12:45','2026-01-22 20:12:45','8e9b63ee-1a6f-4a2a-9dfb-490915492252'),
(95976,57,15993,NULL,4930,4,'2026-01-22 20:12:45','2026-01-22 20:12:45','3cbb3193-720a-499d-bca5-5383edc569b6'),
(95977,57,15993,NULL,4932,5,'2026-01-22 20:12:45','2026-01-22 20:12:45','cbe06a1a-0169-48d8-96e7-aa530acbcaa1'),
(95978,57,15993,NULL,4933,6,'2026-01-22 20:12:45','2026-01-22 20:12:45','0521e467-4e41-4e3f-ba28-ee05b99cbebd'),
(95979,57,15993,NULL,4934,7,'2026-01-22 20:12:45','2026-01-22 20:12:45','87a1dd30-a462-4477-88f5-7139472a42df'),
(95980,57,15993,NULL,4935,8,'2026-01-22 20:12:45','2026-01-22 20:12:45','ce38fca0-1064-421f-a4e5-cf5cdb31f147'),
(95981,57,15993,NULL,7739,9,'2026-01-22 20:12:45','2026-01-22 20:12:45','d3d92407-38f5-4408-a487-76cb0e52d05f'),
(95982,57,15993,NULL,7740,10,'2026-01-22 20:12:45','2026-01-22 20:12:45','f9b0fa60-4b17-4c2a-9da2-8310c177f5d7'),
(95983,57,15993,NULL,7741,11,'2026-01-22 20:12:45','2026-01-22 20:12:45','a8904bde-41db-4b23-9330-64028155425c'),
(95985,32,15999,NULL,2610,1,'2026-01-22 20:14:46','2026-01-22 20:14:46','a054ed28-2972-4c8e-bcb1-a1afa7884f5f'),
(95986,32,15999,NULL,2598,2,'2026-01-22 20:14:46','2026-01-22 20:14:46','47df4225-53f3-4563-8ece-b5da6f647e9f'),
(95987,32,15999,NULL,2600,3,'2026-01-22 20:14:46','2026-01-22 20:14:46','1ffbaa80-1cec-4dde-9fc6-b4995dcc63d8'),
(95988,32,15999,NULL,2596,4,'2026-01-22 20:14:46','2026-01-22 20:14:46','a128a50c-6623-435a-8162-ec18a3cc9fc8'),
(95989,32,15999,NULL,2602,5,'2026-01-22 20:14:46','2026-01-22 20:14:46','5c2484c3-90de-4535-954f-0b6f15185318'),
(95990,32,15999,NULL,2604,6,'2026-01-22 20:14:46','2026-01-22 20:14:46','84b6dd0b-aad4-403e-a607-a81bf18c7f87'),
(95991,32,15999,NULL,2608,7,'2026-01-22 20:14:46','2026-01-22 20:14:46','2e9b77f0-d2c5-4007-acf1-383bdf5dc8a2'),
(95992,32,15999,NULL,2606,8,'2026-01-22 20:14:46','2026-01-22 20:14:46','93d7bc16-0694-4c3c-9fdb-3a92f97726d0'),
(95993,32,15999,NULL,2612,9,'2026-01-22 20:14:46','2026-01-22 20:14:46','ef85ce89-4c7d-458d-8022-d3d4b37838be'),
(95994,16,15999,NULL,9354,1,'2026-01-22 20:14:46','2026-01-22 20:14:46','3a4c0489-99d1-4bab-88a1-a556ef580282'),
(95995,7,15999,NULL,6547,1,'2026-01-22 20:14:46','2026-01-22 20:14:46','fe54264f-a0cf-48bf-af07-1efac372fad3'),
(95996,7,15999,NULL,601,2,'2026-01-22 20:14:46','2026-01-22 20:14:46','8410c976-c38d-4d9b-84c8-6e4ab0ecb1aa'),
(95997,7,15999,NULL,3093,3,'2026-01-22 20:14:46','2026-01-22 20:14:46','027347f1-c2ba-4659-a006-6a97516602b1'),
(95998,7,15999,NULL,617,4,'2026-01-22 20:14:46','2026-01-22 20:14:46','d259830a-3b22-45e1-86df-f8e98fcb775a'),
(95999,7,15999,NULL,605,5,'2026-01-22 20:14:46','2026-01-22 20:14:46','6dcc1c4b-e19a-47cb-aaf4-651b0d764eb4'),
(96000,7,15999,NULL,9552,6,'2026-01-22 20:14:46','2026-01-22 20:14:46','453fb439-7dbb-4fdd-9293-c20d19ad9e06'),
(96001,82,15999,NULL,491,1,'2026-01-22 20:14:46','2026-01-22 20:14:46','8f1a4238-2aec-440a-9803-107b05ecb692'),
(96002,47,15999,NULL,14970,1,'2026-01-22 20:14:46','2026-01-22 20:14:46','665ebdaa-3d9f-45ba-aa60-9dd4c5d36121'),
(96003,57,15999,NULL,7778,1,'2026-01-22 20:14:46','2026-01-22 20:14:46','373a2a6b-134b-41a5-b942-d0b04cb83ede'),
(96004,57,15999,NULL,7779,2,'2026-01-22 20:14:46','2026-01-22 20:14:46','faf19bc6-39fd-4498-84e7-400a9ca8d637'),
(96005,57,15999,NULL,7780,3,'2026-01-22 20:14:46','2026-01-22 20:14:46','86dccf49-f1c8-44f0-9129-a24fc1d2e96a'),
(96006,57,15999,NULL,7781,4,'2026-01-22 20:14:46','2026-01-22 20:14:46','e70aec0b-cf5a-496d-bf25-55c050609b8d'),
(96007,57,15999,NULL,7783,5,'2026-01-22 20:14:46','2026-01-22 20:14:46','9921bec7-3a71-4af0-84fa-98f479d44ba5'),
(96008,57,15999,NULL,7784,6,'2026-01-22 20:14:46','2026-01-22 20:14:46','9ea7cf09-7adc-4f06-ae0b-de3e8a7f5454'),
(96009,57,15999,NULL,7785,7,'2026-01-22 20:14:46','2026-01-22 20:14:46','d568c821-b974-4b38-9b96-6c278cfff08a'),
(96039,66,5774,NULL,16002,1,'2026-01-22 20:16:49','2026-01-22 20:16:49','ada8db93-0245-4821-90ed-438fd4db4dc9'),
(96040,32,16004,NULL,2610,1,'2026-01-22 20:16:49','2026-01-22 20:16:49','1d6ab69f-9ba9-413b-9007-4eda7f7031b7'),
(96041,32,16004,NULL,2598,2,'2026-01-22 20:16:49','2026-01-22 20:16:49','19315feb-08aa-438b-af6f-4738c8bf39a0'),
(96042,32,16004,NULL,2600,3,'2026-01-22 20:16:49','2026-01-22 20:16:49','08c49857-fa2f-46dd-9386-a06be21eb579'),
(96043,32,16004,NULL,2596,4,'2026-01-22 20:16:49','2026-01-22 20:16:49','dcea9adb-26eb-4d38-9079-28ebc2f07101'),
(96044,32,16004,NULL,2602,5,'2026-01-22 20:16:49','2026-01-22 20:16:49','5e7df99b-7f52-4488-ba44-2b24b510c3de'),
(96045,32,16004,NULL,2604,6,'2026-01-22 20:16:49','2026-01-22 20:16:49','3dd79cd1-f299-4063-bfb4-a2d7895258cc'),
(96046,32,16004,NULL,2608,7,'2026-01-22 20:16:49','2026-01-22 20:16:49','de56dcb6-c990-4c41-a7c9-f2445869dce3'),
(96047,32,16004,NULL,2606,8,'2026-01-22 20:16:49','2026-01-22 20:16:49','691492f6-3a9b-43c2-82f9-e8f2dea8c8d4'),
(96048,32,16004,NULL,2612,9,'2026-01-22 20:16:49','2026-01-22 20:16:49','0c873a51-8a7a-4c49-a2a7-2996e9530e84'),
(96049,16,16004,NULL,9354,1,'2026-01-22 20:16:49','2026-01-22 20:16:49','5be871a2-d49b-4d3d-bc53-638d5ade4032'),
(96050,7,16004,NULL,6547,1,'2026-01-22 20:16:49','2026-01-22 20:16:49','65f83eff-acfa-4e2e-9cc9-db372d1ee83d'),
(96051,7,16004,NULL,601,2,'2026-01-22 20:16:49','2026-01-22 20:16:49','2254327a-220b-400c-a246-b03fb43d2518'),
(96052,7,16004,NULL,3093,3,'2026-01-22 20:16:49','2026-01-22 20:16:49','bff9993f-345e-4855-aabe-92ead1365f06'),
(96053,7,16004,NULL,617,4,'2026-01-22 20:16:49','2026-01-22 20:16:49','3be76681-9a8d-4314-90e1-740d1cc3f9b4'),
(96054,7,16004,NULL,605,5,'2026-01-22 20:16:49','2026-01-22 20:16:49','f05289ff-a4b2-4eec-8c4f-936eb86ea11c'),
(96055,7,16004,NULL,9552,6,'2026-01-22 20:16:49','2026-01-22 20:16:49','12ac5e50-6cb3-4013-aa77-f7445d5562e8'),
(96056,82,16004,NULL,491,1,'2026-01-22 20:16:49','2026-01-22 20:16:49','52d5fb93-954d-4f5b-a925-789b87630100'),
(96057,47,16004,NULL,14970,1,'2026-01-22 20:16:49','2026-01-22 20:16:49','36db1c42-cb9b-4639-b7ef-bedfe787fcd6'),
(96058,57,16004,NULL,7778,1,'2026-01-22 20:16:49','2026-01-22 20:16:49','94cdd0bf-1e19-4291-8b87-ee16e6f8652c'),
(96059,57,16004,NULL,7779,2,'2026-01-22 20:16:49','2026-01-22 20:16:49','940e9b65-ae6c-4c27-9db5-449db79cd6e3'),
(96060,57,16004,NULL,7780,3,'2026-01-22 20:16:49','2026-01-22 20:16:49','926a2dc5-c4a9-4124-8831-24324e75a22f'),
(96061,57,16004,NULL,7781,4,'2026-01-22 20:16:49','2026-01-22 20:16:49','fa3de4e7-1899-4586-a0d3-6c4dd1ea2309'),
(96062,57,16004,NULL,7783,5,'2026-01-22 20:16:49','2026-01-22 20:16:49','bc387632-100e-4e4f-a57b-766210fa4073'),
(96063,57,16004,NULL,7784,6,'2026-01-22 20:16:49','2026-01-22 20:16:49','88082d9d-797e-4430-9699-71a8d6fadf4a'),
(96064,57,16004,NULL,7785,7,'2026-01-22 20:16:49','2026-01-22 20:16:49','740cf082-de0f-4746-907b-ab22df039379'),
(96066,66,16005,NULL,16002,1,'2026-01-22 20:16:49','2026-01-22 20:16:49','99ac70af-fbb7-48fc-8b45-fa3f70d06b2f'),
(96093,32,16008,NULL,2610,1,'2026-01-22 20:17:19','2026-01-22 20:17:19','2e4dd005-d595-4ee3-baef-a5589e07d2f4'),
(96094,32,16008,NULL,2598,2,'2026-01-22 20:17:19','2026-01-22 20:17:19','e32ec427-a4fd-4d04-b319-c92dc272e0aa'),
(96095,32,16008,NULL,2600,3,'2026-01-22 20:17:19','2026-01-22 20:17:19','5cf94c99-5569-4881-a5a5-8a7414a4608c'),
(96096,32,16008,NULL,2596,4,'2026-01-22 20:17:19','2026-01-22 20:17:19','65aff2cc-108a-440e-9ede-76ffb8587ea1'),
(96097,32,16008,NULL,2602,5,'2026-01-22 20:17:19','2026-01-22 20:17:19','a84f0b28-9465-493c-8ebc-865d72174087'),
(96098,32,16008,NULL,2604,6,'2026-01-22 20:17:19','2026-01-22 20:17:19','8135af41-a940-4707-9ef0-28bffd229632'),
(96099,32,16008,NULL,2608,7,'2026-01-22 20:17:19','2026-01-22 20:17:19','83751f6b-735b-474e-89fb-f410db7d2156'),
(96100,32,16008,NULL,2606,8,'2026-01-22 20:17:19','2026-01-22 20:17:19','e771e888-415f-4270-ac56-afe1d26db0d3'),
(96101,32,16008,NULL,2612,9,'2026-01-22 20:17:19','2026-01-22 20:17:19','fa139dc8-9cfd-437c-a349-0923a85fceff'),
(96102,16,16008,NULL,9354,1,'2026-01-22 20:17:19','2026-01-22 20:17:19','22f46dde-d564-4e2c-9e1b-8fb984e9131e'),
(96103,7,16008,NULL,6547,1,'2026-01-22 20:17:19','2026-01-22 20:17:19','8eb66617-90fc-496d-9c52-f267682f12c2'),
(96104,7,16008,NULL,601,2,'2026-01-22 20:17:19','2026-01-22 20:17:19','bc566716-8fcd-44a0-b430-2ad0d03cba59'),
(96105,7,16008,NULL,3093,3,'2026-01-22 20:17:19','2026-01-22 20:17:19','a9a3fb0d-6781-49a7-abbd-58a434aa2afd'),
(96106,7,16008,NULL,617,4,'2026-01-22 20:17:19','2026-01-22 20:17:19','e47c4512-5d40-4b31-b6ab-ffa87aaafe4c'),
(96107,7,16008,NULL,605,5,'2026-01-22 20:17:19','2026-01-22 20:17:19','f44b8d1e-8312-442a-b10b-9d47db75ea2e'),
(96108,7,16008,NULL,9552,6,'2026-01-22 20:17:19','2026-01-22 20:17:19','a2906637-e191-44ae-9a79-d5b66866e9bd'),
(96109,82,16008,NULL,491,1,'2026-01-22 20:17:19','2026-01-22 20:17:19','55bbbabc-4e98-4e1a-be35-a2b4fe138d56'),
(96110,47,16008,NULL,14970,1,'2026-01-22 20:17:19','2026-01-22 20:17:19','0d5e48e2-c26b-446d-919c-96e05f3efe5f'),
(96111,57,16008,NULL,7778,1,'2026-01-22 20:17:19','2026-01-22 20:17:19','c04c9a0d-d34f-4429-8b60-f1255135c523'),
(96112,57,16008,NULL,7779,2,'2026-01-22 20:17:19','2026-01-22 20:17:19','00244502-f470-4454-8d73-503da3ad5d99'),
(96113,57,16008,NULL,7780,3,'2026-01-22 20:17:19','2026-01-22 20:17:19','c44be5f3-1ca1-4841-b2cf-71b561072bc5'),
(96114,57,16008,NULL,7781,4,'2026-01-22 20:17:19','2026-01-22 20:17:19','cd73bcf1-edec-4ab2-978e-2a0ef7e70948'),
(96115,57,16008,NULL,7783,5,'2026-01-22 20:17:19','2026-01-22 20:17:19','6cdb7c5d-06f3-465b-bb92-f9d4aee9551d'),
(96116,57,16008,NULL,7784,6,'2026-01-22 20:17:19','2026-01-22 20:17:19','e9ff38df-5d2a-4d96-86ca-ba6124b21d3d'),
(96117,57,16008,NULL,7785,7,'2026-01-22 20:17:19','2026-01-22 20:17:19','2db04915-24a5-47b3-acfe-533002580345'),
(96148,32,16022,NULL,2614,1,'2026-01-22 20:20:46','2026-01-22 20:20:46','0fc5c213-09f8-4067-b562-dc17e59a6dc3'),
(96149,32,16022,NULL,2610,2,'2026-01-22 20:20:46','2026-01-22 20:20:46','49bbf8eb-a8aa-4f53-ac01-a7eeca5c48fa'),
(96150,32,16022,NULL,2598,3,'2026-01-22 20:20:46','2026-01-22 20:20:46','c0725779-caad-417f-81d7-72b65013a669'),
(96151,32,16022,NULL,2608,4,'2026-01-22 20:20:46','2026-01-22 20:20:46','d186265b-ade6-43eb-8b06-c26701d8800e'),
(96152,32,16022,NULL,2600,5,'2026-01-22 20:20:46','2026-01-22 20:20:46','bc59e54a-9653-435d-b76a-1a0d9261ac84'),
(96153,32,16022,NULL,2596,6,'2026-01-22 20:20:46','2026-01-22 20:20:46','a36dcc70-5454-42b4-bf49-2757f4f64420'),
(96154,32,16022,NULL,2602,7,'2026-01-22 20:20:46','2026-01-22 20:20:46','71773e12-1882-4b11-bb18-a49ac354dee3'),
(96155,32,16022,NULL,2604,8,'2026-01-22 20:20:46','2026-01-22 20:20:46','6561d3cb-bb19-45eb-bbb6-3efe5312fff3'),
(96156,32,16022,NULL,2606,9,'2026-01-22 20:20:46','2026-01-22 20:20:46','4ebf61de-9972-4946-9c62-db87848c017b'),
(96157,32,16022,NULL,2612,10,'2026-01-22 20:20:46','2026-01-22 20:20:46','4d1ae5f3-d027-4c1b-9f2b-a2a209c614db'),
(96158,16,16022,NULL,7791,1,'2026-01-22 20:20:46','2026-01-22 20:20:46','5ca70f04-bf40-480a-adcd-a7d8cec8ac22'),
(96159,7,16022,NULL,601,1,'2026-01-22 20:20:46','2026-01-22 20:20:46','9aa4a514-214b-41f3-8e89-717a2857cf07'),
(96160,7,16022,NULL,9735,2,'2026-01-22 20:20:46','2026-01-22 20:20:46','0649324e-4f32-487d-99b0-374835a91d2a'),
(96161,7,16022,NULL,617,3,'2026-01-22 20:20:46','2026-01-22 20:20:46','5d1e348b-336b-4e3e-876f-3935c895fd1f'),
(96162,7,16022,NULL,9640,4,'2026-01-22 20:20:46','2026-01-22 20:20:46','89119e9a-c1e8-4a34-b78d-275145c8462d'),
(96163,7,16022,NULL,2974,5,'2026-01-22 20:20:46','2026-01-22 20:20:46','7feb666e-2436-49f2-8bd8-db424fbfabb7'),
(96164,7,16022,NULL,605,6,'2026-01-22 20:20:46','2026-01-22 20:20:46','3eb3390a-f64d-41ac-b378-5b16e75f2228'),
(96165,7,16022,NULL,9549,7,'2026-01-22 20:20:46','2026-01-22 20:20:46','c48142d9-d028-4339-9bc0-c57dabf5dcec'),
(96166,7,16022,NULL,9552,8,'2026-01-22 20:20:46','2026-01-22 20:20:46','93828093-29e2-4dfb-bbdc-e7adc6d413b5'),
(96167,47,16022,NULL,14975,1,'2026-01-22 20:20:46','2026-01-22 20:20:46','1fc561e9-163f-4685-832a-bd661e476eb3'),
(96168,57,16022,NULL,7829,1,'2026-01-22 20:20:46','2026-01-22 20:20:46','a10a80a7-3753-40e4-90bf-96663f73c30c'),
(96169,57,16022,NULL,7830,2,'2026-01-22 20:20:46','2026-01-22 20:20:46','e9b79e54-e1a7-4e46-9064-fb3159d95d1e'),
(96170,57,16022,NULL,7833,3,'2026-01-22 20:20:46','2026-01-22 20:20:46','8b85cace-a1f2-43c5-9a02-9e8cf2aee0de'),
(96171,57,16022,NULL,7831,4,'2026-01-22 20:20:46','2026-01-22 20:20:46','8be5b8f7-84ce-4d5c-8e0c-e539bc4b8a06'),
(96172,57,16022,NULL,7826,5,'2026-01-22 20:20:46','2026-01-22 20:20:46','611279bc-9e90-4a82-9bfe-86edb18fffaa'),
(96173,57,16022,NULL,7828,6,'2026-01-22 20:20:46','2026-01-22 20:20:46','b64ed847-d00d-43f0-8653-9d933395e257'),
(96174,57,16022,NULL,7827,7,'2026-01-22 20:20:46','2026-01-22 20:20:46','b4751e36-810a-4d08-b162-8247a9143e41'),
(96175,57,16022,NULL,7832,8,'2026-01-22 20:20:46','2026-01-22 20:20:46','22912f4b-d7d4-4df5-913e-ae61fd40ebc0'),
(96208,66,5798,NULL,16025,1,'2026-01-22 20:21:45','2026-01-22 20:21:45','80f7d8c8-5375-4cdf-8919-9d458354d4d1'),
(96209,32,16027,NULL,2614,1,'2026-01-22 20:21:45','2026-01-22 20:21:45','8e332828-a190-4c2d-a7bc-c3266a0b78f2'),
(96210,32,16027,NULL,2610,2,'2026-01-22 20:21:45','2026-01-22 20:21:45','c716a767-e522-431e-9bf1-dc7846743a0e'),
(96211,32,16027,NULL,2598,3,'2026-01-22 20:21:45','2026-01-22 20:21:45','afd7b679-85b1-4a94-b1af-b6d93559be26'),
(96212,32,16027,NULL,2608,4,'2026-01-22 20:21:45','2026-01-22 20:21:45','191e0deb-a623-4e65-914a-96fb8525521b'),
(96213,32,16027,NULL,2600,5,'2026-01-22 20:21:45','2026-01-22 20:21:45','c1015fcf-f53c-4da8-ac8c-0545604574f3'),
(96214,32,16027,NULL,2596,6,'2026-01-22 20:21:45','2026-01-22 20:21:45','4f6dec1f-2a01-46b6-97dd-a04b3fa4fd6a'),
(96215,32,16027,NULL,2602,7,'2026-01-22 20:21:45','2026-01-22 20:21:45','2184736a-3a10-48c8-a7bf-b5462396200f'),
(96216,32,16027,NULL,2604,8,'2026-01-22 20:21:45','2026-01-22 20:21:45','22153a24-053a-4748-b488-d52423a96956'),
(96217,32,16027,NULL,2606,9,'2026-01-22 20:21:45','2026-01-22 20:21:45','b1fc99b2-9e9a-4f22-9f6c-218ab1a85c5f'),
(96218,32,16027,NULL,2612,10,'2026-01-22 20:21:45','2026-01-22 20:21:45','439dd446-ed84-4d4b-b691-34180c758270'),
(96219,16,16027,NULL,7791,1,'2026-01-22 20:21:45','2026-01-22 20:21:45','d3424f02-9c26-49eb-bd90-32f724153f0d'),
(96220,7,16027,NULL,601,1,'2026-01-22 20:21:45','2026-01-22 20:21:45','567fc72f-c1ee-45ec-b2f7-5a2f01760e67'),
(96221,7,16027,NULL,9735,2,'2026-01-22 20:21:45','2026-01-22 20:21:45','16920a33-9eaf-4093-9d28-8d13227664e2'),
(96222,7,16027,NULL,617,3,'2026-01-22 20:21:45','2026-01-22 20:21:45','05e1d523-885a-4e21-b454-6c785d532d00'),
(96223,7,16027,NULL,9640,4,'2026-01-22 20:21:45','2026-01-22 20:21:45','f5085304-d9bb-4666-85df-7a3870c14de0'),
(96224,7,16027,NULL,2974,5,'2026-01-22 20:21:45','2026-01-22 20:21:45','c2a8cc28-8f9c-417e-b66f-7fef97b89be0'),
(96225,7,16027,NULL,605,6,'2026-01-22 20:21:45','2026-01-22 20:21:45','1e63a49b-eb54-413c-adbc-803f1dc95e99'),
(96226,7,16027,NULL,9549,7,'2026-01-22 20:21:45','2026-01-22 20:21:45','f067bbbe-58ba-4b5d-8d87-d1b1778d4e4e'),
(96227,7,16027,NULL,9552,8,'2026-01-22 20:21:45','2026-01-22 20:21:45','d7b9c974-ca58-482b-99bb-df41f5dc8125'),
(96228,47,16027,NULL,14975,1,'2026-01-22 20:21:45','2026-01-22 20:21:45','9b71f3eb-d7bc-4398-ae4a-637127432fec'),
(96229,57,16027,NULL,7829,1,'2026-01-22 20:21:45','2026-01-22 20:21:45','ce39b0b6-d940-4cb9-9e7d-496ac0e35537'),
(96230,57,16027,NULL,7830,2,'2026-01-22 20:21:45','2026-01-22 20:21:45','eff43d84-9a7e-40b7-be78-e8ef288812f8'),
(96231,57,16027,NULL,7833,3,'2026-01-22 20:21:45','2026-01-22 20:21:45','b6c85079-0b77-46e4-8150-a772a6bd1428'),
(96232,57,16027,NULL,7831,4,'2026-01-22 20:21:45','2026-01-22 20:21:45','72762416-329a-495a-a370-69e7fbefcd41'),
(96233,57,16027,NULL,7826,5,'2026-01-22 20:21:45','2026-01-22 20:21:45','7dd698c4-59bf-46d2-9080-ad95ee25bb85'),
(96234,57,16027,NULL,7828,6,'2026-01-22 20:21:45','2026-01-22 20:21:45','7038d562-cd87-49b4-8957-4293850d94ab'),
(96235,57,16027,NULL,7827,7,'2026-01-22 20:21:45','2026-01-22 20:21:45','4c97e0e1-4732-4149-b189-42049c3dcf74'),
(96236,57,16027,NULL,7832,8,'2026-01-22 20:21:45','2026-01-22 20:21:45','97c83b3f-41c6-4c0d-8e76-09bcccd49800'),
(96238,66,16028,NULL,16025,1,'2026-01-22 20:21:45','2026-01-22 20:21:45','42a9bb30-f476-4462-89e9-15ffc5c22e62'),
(96268,32,16031,NULL,2614,1,'2026-01-22 20:22:28','2026-01-22 20:22:28','849f522a-954a-4ac8-a783-248c35f712d8'),
(96269,32,16031,NULL,2610,2,'2026-01-22 20:22:28','2026-01-22 20:22:28','ab3f57d9-82a2-4aed-8fcf-aaea4e5b2b91'),
(96270,32,16031,NULL,2598,3,'2026-01-22 20:22:28','2026-01-22 20:22:28','2ba80400-227f-453e-a859-414b0b56b574'),
(96271,32,16031,NULL,2608,4,'2026-01-22 20:22:28','2026-01-22 20:22:28','9dc0353f-658a-4c15-8f1e-5f203225f894'),
(96272,32,16031,NULL,2600,5,'2026-01-22 20:22:28','2026-01-22 20:22:28','bc6f35de-dbc7-4803-ad73-498393c4b473'),
(96273,32,16031,NULL,2596,6,'2026-01-22 20:22:28','2026-01-22 20:22:28','3385a5db-8034-444c-a5f0-66851bf40c82'),
(96274,32,16031,NULL,2602,7,'2026-01-22 20:22:28','2026-01-22 20:22:28','e7fea3b1-6136-49ca-b28e-9e6d2e0d1ee7'),
(96275,32,16031,NULL,2604,8,'2026-01-22 20:22:28','2026-01-22 20:22:28','a1358756-fde8-482f-8c8b-6c503145d33a'),
(96276,32,16031,NULL,2606,9,'2026-01-22 20:22:28','2026-01-22 20:22:28','541bf4d1-1035-4ed6-b3eb-5f2c3c7ae06b'),
(96277,32,16031,NULL,2612,10,'2026-01-22 20:22:28','2026-01-22 20:22:28','06c776c9-f239-4d13-9e43-6862a66ec2a6'),
(96278,16,16031,NULL,7791,1,'2026-01-22 20:22:28','2026-01-22 20:22:28','57a69dd0-6d5f-4f26-af79-1c319d49d313'),
(96279,7,16031,NULL,601,1,'2026-01-22 20:22:28','2026-01-22 20:22:28','447956b8-69a2-4348-90a4-6263fd444ddb'),
(96280,7,16031,NULL,9735,2,'2026-01-22 20:22:28','2026-01-22 20:22:28','22441a66-d686-45a5-8503-c138ee9169e3'),
(96281,7,16031,NULL,617,3,'2026-01-22 20:22:28','2026-01-22 20:22:28','1639f254-8102-448f-9f32-4992cdf8cd8c'),
(96282,7,16031,NULL,9640,4,'2026-01-22 20:22:28','2026-01-22 20:22:28','2be55a4d-451b-4f7d-a8f0-993e6e877dbf'),
(96283,7,16031,NULL,2974,5,'2026-01-22 20:22:28','2026-01-22 20:22:28','ca8d26c0-2265-40ec-a388-bbd07dc7b85d'),
(96284,7,16031,NULL,605,6,'2026-01-22 20:22:28','2026-01-22 20:22:28','07e59b71-cb23-4e9f-b813-a03249e542c9'),
(96285,7,16031,NULL,9549,7,'2026-01-22 20:22:28','2026-01-22 20:22:28','bc27325d-314c-44a0-8447-e03aee8d08ee'),
(96286,7,16031,NULL,9552,8,'2026-01-22 20:22:28','2026-01-22 20:22:28','07fc1cee-17ed-40c2-baa8-a24e20cdb7c0'),
(96287,47,16031,NULL,14975,1,'2026-01-22 20:22:28','2026-01-22 20:22:28','1233994c-27e3-4cac-9458-a95794086c6a'),
(96288,57,16031,NULL,7829,1,'2026-01-22 20:22:28','2026-01-22 20:22:28','601f61f0-d261-4394-8ad7-46cd79751152'),
(96289,57,16031,NULL,7830,2,'2026-01-22 20:22:28','2026-01-22 20:22:28','42953abc-f32a-4844-9db6-9fb596e32e42'),
(96290,57,16031,NULL,7833,3,'2026-01-22 20:22:28','2026-01-22 20:22:28','af0d97fb-7088-4fb7-bd39-9a17ce3efc29'),
(96291,57,16031,NULL,7831,4,'2026-01-22 20:22:28','2026-01-22 20:22:28','c6e152e1-d1ea-422f-b1a6-59dc5d66c641'),
(96292,57,16031,NULL,7826,5,'2026-01-22 20:22:28','2026-01-22 20:22:28','01f6a99c-bcd1-40ff-be08-18bd89d14afe'),
(96293,57,16031,NULL,7828,6,'2026-01-22 20:22:28','2026-01-22 20:22:28','c076a04a-5db0-40e6-8584-ee248a537067'),
(96294,57,16031,NULL,7827,7,'2026-01-22 20:22:28','2026-01-22 20:22:28','a1b4bb03-d23e-45a9-a756-e15ca7426888'),
(96295,57,16031,NULL,7832,8,'2026-01-22 20:22:28','2026-01-22 20:22:28','4be23205-1aa6-4e15-b841-b109b83798e9'),
(96320,32,16040,NULL,2614,1,'2026-01-22 20:25:39','2026-01-22 20:25:39','d428eb22-2a02-49a3-a44a-b3c93b9185c9'),
(96321,32,16040,NULL,2610,2,'2026-01-22 20:25:39','2026-01-22 20:25:39','3eabd6d5-c45c-4328-a076-ba536608abb9'),
(96322,32,16040,NULL,2598,3,'2026-01-22 20:25:39','2026-01-22 20:25:39','5424a108-e0cf-4d48-9032-aadeb801f293'),
(96323,32,16040,NULL,2608,4,'2026-01-22 20:25:39','2026-01-22 20:25:39','e91ebaf1-327a-4e5d-bd5f-6bf550a5087d'),
(96324,32,16040,NULL,2600,5,'2026-01-22 20:25:39','2026-01-22 20:25:39','7ceb8ad5-e274-42f6-8f89-3860b9bd4c20'),
(96325,32,16040,NULL,2596,6,'2026-01-22 20:25:39','2026-01-22 20:25:39','889f0d04-2203-48f7-96be-689ff8d921c4'),
(96326,32,16040,NULL,2602,7,'2026-01-22 20:25:39','2026-01-22 20:25:39','9b1629b9-7d3c-41c5-a480-4e240438a910'),
(96327,32,16040,NULL,2604,8,'2026-01-22 20:25:39','2026-01-22 20:25:39','4b14b37e-da76-4470-95fb-546e60a058db'),
(96328,32,16040,NULL,2606,9,'2026-01-22 20:25:39','2026-01-22 20:25:39','97da15bf-4ec0-4ad6-91a2-2bc70626cf8c'),
(96329,32,16040,NULL,2612,10,'2026-01-22 20:25:39','2026-01-22 20:25:39','738a52fc-ce0f-445c-9973-084fd8c7b783'),
(96330,16,16040,NULL,3158,1,'2026-01-22 20:25:39','2026-01-22 20:25:39','1c1a27a6-e193-42ac-abf9-bcbfca34fa8e'),
(96331,7,16040,NULL,601,1,'2026-01-22 20:25:39','2026-01-22 20:25:39','87310513-64e2-4c98-b548-e8b81343d881'),
(96332,7,16040,NULL,2974,2,'2026-01-22 20:25:39','2026-01-22 20:25:39','71351b0f-82d6-4c98-8c46-3260255262e7'),
(96333,7,16040,NULL,617,3,'2026-01-22 20:25:39','2026-01-22 20:25:39','9d96f9b3-84bc-4ff5-856a-7007209fb65d'),
(96334,7,16040,NULL,605,4,'2026-01-22 20:25:39','2026-01-22 20:25:39','84b67379-4b58-4841-9201-dc0d0753b3cd'),
(96335,7,16040,NULL,9552,5,'2026-01-22 20:25:39','2026-01-22 20:25:39','69b24d30-20fd-41c9-8ecc-381dbb32b1c1'),
(96336,47,16040,NULL,14983,1,'2026-01-22 20:25:39','2026-01-22 20:25:39','d4daeb52-347b-45a6-866f-c02a256bf8b0'),
(96337,57,16040,NULL,7838,1,'2026-01-22 20:25:39','2026-01-22 20:25:39','6ce66013-1401-488a-8416-82f399061aaa'),
(96338,57,16040,NULL,7840,2,'2026-01-22 20:25:39','2026-01-22 20:25:39','b25d4dff-3f9c-4761-b4df-b0bed969d923'),
(96339,57,16040,NULL,7839,3,'2026-01-22 20:25:39','2026-01-22 20:25:39','3bad4765-00d9-4ab9-8bc4-8dbc848f1862'),
(96340,57,16040,NULL,7841,4,'2026-01-22 20:25:39','2026-01-22 20:25:39','d9413d05-4077-45e2-a8b8-bbe16454413c'),
(96341,57,16040,NULL,7842,5,'2026-01-22 20:25:39','2026-01-22 20:25:39','70232618-b577-4745-9a51-0861768253cc'),
(96366,32,16043,NULL,2614,1,'2026-01-22 20:26:11','2026-01-22 20:26:11','51841dca-e94a-4b8c-9f20-ede8622ea23c'),
(96367,32,16043,NULL,2610,2,'2026-01-22 20:26:11','2026-01-22 20:26:11','e70c1a8a-4e3c-46ba-8645-0b2936e3d94a'),
(96368,32,16043,NULL,2598,3,'2026-01-22 20:26:11','2026-01-22 20:26:11','c7a9cfff-f9c0-4546-86ec-429e74753603'),
(96369,32,16043,NULL,2608,4,'2026-01-22 20:26:11','2026-01-22 20:26:11','b4401269-d47a-446a-ae84-7c10939467a6'),
(96370,32,16043,NULL,2600,5,'2026-01-22 20:26:11','2026-01-22 20:26:11','0cfc933a-49aa-4641-b1df-34241fd9b36e'),
(96371,32,16043,NULL,2596,6,'2026-01-22 20:26:11','2026-01-22 20:26:11','61768e05-8bb8-4596-bde4-3d2917389d7a'),
(96372,32,16043,NULL,2602,7,'2026-01-22 20:26:11','2026-01-22 20:26:11','1503e774-49aa-45a7-a951-8ff86974286b'),
(96373,32,16043,NULL,2604,8,'2026-01-22 20:26:11','2026-01-22 20:26:11','95f481d2-e36e-423e-ab22-1514c25d74d6'),
(96374,32,16043,NULL,2606,9,'2026-01-22 20:26:11','2026-01-22 20:26:11','38a335ef-ff56-4d2b-a3b1-ea3034b73705'),
(96375,32,16043,NULL,2612,10,'2026-01-22 20:26:11','2026-01-22 20:26:11','0aa215b8-23dd-4840-9613-040a919dde53'),
(96376,16,16043,NULL,3158,1,'2026-01-22 20:26:11','2026-01-22 20:26:11','315d3339-02af-4184-9fec-70f7df12a671'),
(96377,7,16043,NULL,601,1,'2026-01-22 20:26:11','2026-01-22 20:26:11','601e71e9-8c49-4de6-9b48-0fff1d14b1a8'),
(96378,7,16043,NULL,2974,2,'2026-01-22 20:26:11','2026-01-22 20:26:11','bae07018-660c-4633-a9b9-70ca5ac22fc7'),
(96379,7,16043,NULL,617,3,'2026-01-22 20:26:11','2026-01-22 20:26:11','b1c56a64-8085-4cdc-8e8d-5ed81844cbbd'),
(96380,7,16043,NULL,605,4,'2026-01-22 20:26:11','2026-01-22 20:26:11','86d1bfe3-0548-4c5f-9642-574110fb362b'),
(96381,7,16043,NULL,9552,5,'2026-01-22 20:26:11','2026-01-22 20:26:11','78740c85-3408-4e5d-84ef-1887c5cc0184'),
(96382,47,16043,NULL,14983,1,'2026-01-22 20:26:11','2026-01-22 20:26:11','b3441c5b-8666-4733-8688-b2212d1de1ff'),
(96383,57,16043,NULL,7838,1,'2026-01-22 20:26:11','2026-01-22 20:26:11','9cab5971-00aa-4c73-9bcd-73c79203f3fe'),
(96384,57,16043,NULL,7840,2,'2026-01-22 20:26:11','2026-01-22 20:26:11','20005f5e-795d-455e-b08d-defe18d923c8'),
(96385,57,16043,NULL,7839,3,'2026-01-22 20:26:11','2026-01-22 20:26:11','4e956ade-7148-49b6-aad1-6bc567fcf484'),
(96386,57,16043,NULL,7841,4,'2026-01-22 20:26:11','2026-01-22 20:26:11','6ab059d2-f154-4784-8a94-6a901a32b3e6'),
(96387,57,16043,NULL,7842,5,'2026-01-22 20:26:11','2026-01-22 20:26:11','7128db93-5284-4d80-bef5-d69ed1d4ffe5'),
(96410,32,16050,NULL,2610,1,'2026-01-22 20:28:36','2026-01-22 20:28:36','31d11e2b-50b6-4478-9cdf-18e326a61fc6'),
(96411,32,16050,NULL,2598,2,'2026-01-22 20:28:36','2026-01-22 20:28:36','1f6fa824-243e-4fba-a89d-75b278174837'),
(96412,32,16050,NULL,2600,3,'2026-01-22 20:28:36','2026-01-22 20:28:36','9b9a68f3-05c1-4416-b198-857c626d5e54'),
(96413,32,16050,NULL,2596,4,'2026-01-22 20:28:36','2026-01-22 20:28:36','ada15199-589e-4e61-9253-f3202288deb1'),
(96414,32,16050,NULL,2602,5,'2026-01-22 20:28:36','2026-01-22 20:28:36','448d9897-2345-4a5e-9e0f-67647952eb6c'),
(96415,32,16050,NULL,2604,6,'2026-01-22 20:28:36','2026-01-22 20:28:36','460135d2-fedd-4348-890c-847b5d3a2d43'),
(96416,32,16050,NULL,2608,7,'2026-01-22 20:28:36','2026-01-22 20:28:36','9e1f9899-6cdf-4fac-8140-4070816df512'),
(96417,32,16050,NULL,2606,8,'2026-01-22 20:28:36','2026-01-22 20:28:36','06695fd2-2f5b-48af-beff-bd3b27a8b936'),
(96418,32,16050,NULL,2612,9,'2026-01-22 20:28:36','2026-01-22 20:28:36','4bbca796-8e3c-438b-8f0a-87f8905a0db2'),
(96419,16,16050,NULL,7850,1,'2026-01-22 20:28:36','2026-01-22 20:28:36','34a343fa-cc3b-4701-9124-7a0c129b6d80'),
(96420,7,16050,NULL,601,1,'2026-01-22 20:28:36','2026-01-22 20:28:36','91f6cdd3-d405-4e82-83f6-cd789c8b84bc'),
(96421,7,16050,NULL,617,2,'2026-01-22 20:28:36','2026-01-22 20:28:36','d63f470b-925e-435f-9d09-c4110684169c'),
(96422,7,16050,NULL,605,3,'2026-01-22 20:28:36','2026-01-22 20:28:36','4d1e6cb4-2258-40f4-8055-8aefd51e5186'),
(96423,7,16050,NULL,9552,4,'2026-01-22 20:28:36','2026-01-22 20:28:36','f925002a-79cb-4fcc-bbf6-200c75144e8a'),
(96424,82,16050,NULL,491,1,'2026-01-22 20:28:36','2026-01-22 20:28:36','2aee0087-05a4-477f-b4e2-4cc793cddc01'),
(96425,47,16050,NULL,14999,1,'2026-01-22 20:28:36','2026-01-22 20:28:36','bacaaaf0-1947-4478-aaf4-d2f8b514613d'),
(96426,57,16050,NULL,7851,1,'2026-01-22 20:28:36','2026-01-22 20:28:36','9ff76d66-462e-4ca3-a70d-dda469723055'),
(96427,57,16050,NULL,7853,2,'2026-01-22 20:28:36','2026-01-22 20:28:36','cd08afbf-7cd1-48dd-bf60-256f0b0c0325'),
(96428,57,16050,NULL,7852,3,'2026-01-22 20:28:36','2026-01-22 20:28:36','7869b0f3-5af1-4f04-8b55-8de531549731'),
(96429,57,16050,NULL,3377,4,'2026-01-22 20:28:36','2026-01-22 20:28:36','2561b3ef-1419-433d-a00c-ab4505abe644'),
(96452,32,16053,NULL,2610,1,'2026-01-22 20:29:36','2026-01-22 20:29:36','5b679f0d-e39f-4dbd-981e-a7585a881af1'),
(96453,32,16053,NULL,2598,2,'2026-01-22 20:29:36','2026-01-22 20:29:36','56a87554-d92b-4c6e-9ad5-3b64388f240a'),
(96454,32,16053,NULL,2600,3,'2026-01-22 20:29:36','2026-01-22 20:29:36','bedaf82d-8752-43fe-8b1f-026551742860'),
(96455,32,16053,NULL,2596,4,'2026-01-22 20:29:36','2026-01-22 20:29:36','3b04c6a6-f69a-4ace-a1ce-d8e085109bfb'),
(96456,32,16053,NULL,2602,5,'2026-01-22 20:29:36','2026-01-22 20:29:36','92b264f0-6345-47d3-bcd6-d2db4d278242'),
(96457,32,16053,NULL,2604,6,'2026-01-22 20:29:36','2026-01-22 20:29:36','b6464f48-6f05-42b3-851c-5e7a4010bfbf'),
(96458,32,16053,NULL,2608,7,'2026-01-22 20:29:36','2026-01-22 20:29:36','4105d61e-d491-451f-8f95-42154e21451e'),
(96459,32,16053,NULL,2606,8,'2026-01-22 20:29:36','2026-01-22 20:29:36','2230d6d1-e5c0-42f3-8309-2716c3659a14'),
(96460,32,16053,NULL,2612,9,'2026-01-22 20:29:36','2026-01-22 20:29:36','780c97cc-0ef4-4c93-94f7-7126eb16f02f'),
(96461,16,16053,NULL,7850,1,'2026-01-22 20:29:36','2026-01-22 20:29:36','eb288499-918a-4f30-ac68-edf736248950'),
(96462,7,16053,NULL,601,1,'2026-01-22 20:29:36','2026-01-22 20:29:36','fcc00cbd-06ea-430a-b8c8-42dcd1448713'),
(96463,7,16053,NULL,617,2,'2026-01-22 20:29:36','2026-01-22 20:29:36','75138d2c-d16d-4864-9589-75c71ac4ccc9'),
(96464,7,16053,NULL,605,3,'2026-01-22 20:29:36','2026-01-22 20:29:36','6cf05212-7c91-456e-925b-7c53b5c9626f'),
(96465,7,16053,NULL,9552,4,'2026-01-22 20:29:36','2026-01-22 20:29:36','0760cee1-f792-4b3d-b4df-56f38e77de33'),
(96466,82,16053,NULL,491,1,'2026-01-22 20:29:36','2026-01-22 20:29:36','a1dd8183-b375-4e2e-a66d-16c05c18c0bd'),
(96467,47,16053,NULL,14999,1,'2026-01-22 20:29:36','2026-01-22 20:29:36','4eb66291-538c-4fdf-a33f-d3ccfc4c6f05'),
(96468,57,16053,NULL,7851,1,'2026-01-22 20:29:36','2026-01-22 20:29:36','f8314e3b-dead-4465-8605-4b9dba83649f'),
(96469,57,16053,NULL,7853,2,'2026-01-22 20:29:36','2026-01-22 20:29:36','2811e959-f4c3-43ab-8173-9d43a040c02c'),
(96470,57,16053,NULL,7852,3,'2026-01-22 20:29:36','2026-01-22 20:29:36','2185a39e-f931-4d37-b8bc-eb9a8b748d25'),
(96471,57,16053,NULL,3377,4,'2026-01-22 20:29:36','2026-01-22 20:29:36','45a8f3c3-371d-4fa3-943b-2d086577a1c0'),
(96501,66,16062,NULL,16060,1,'2026-01-22 20:33:48','2026-01-22 20:33:48','cc05b207-ee44-49e0-a42a-267e67619dba'),
(96502,32,16064,NULL,2614,1,'2026-01-22 20:33:48','2026-01-22 20:33:48','6f586391-6699-4523-a8d3-735809d25cbe'),
(96503,32,16064,NULL,2610,2,'2026-01-22 20:33:48','2026-01-22 20:33:48','5dc20365-b552-4b78-9fe9-d24026d43a3e'),
(96504,32,16064,NULL,2598,3,'2026-01-22 20:33:48','2026-01-22 20:33:48','aa141db1-8022-4d79-b212-c824634dc209'),
(96505,32,16064,NULL,2600,4,'2026-01-22 20:33:48','2026-01-22 20:33:48','d3969fbb-455a-455e-bedc-9f20806d05e4'),
(96506,32,16064,NULL,2596,5,'2026-01-22 20:33:48','2026-01-22 20:33:48','743c35e4-1a57-49df-841a-3e6b294cdbb9'),
(96507,32,16064,NULL,2602,6,'2026-01-22 20:33:48','2026-01-22 20:33:48','2e928c59-6593-4f0c-9ceb-98f14936b03a'),
(96508,32,16064,NULL,2606,7,'2026-01-22 20:33:48','2026-01-22 20:33:48','5903a6c4-12e9-4211-9ca1-d7f28e928429'),
(96509,32,16064,NULL,2604,8,'2026-01-22 20:33:48','2026-01-22 20:33:48','74723e01-6801-4ec8-b2c7-52652d5e49bf'),
(96510,32,16064,NULL,2608,9,'2026-01-22 20:33:48','2026-01-22 20:33:48','1c8128b2-d6fb-4ea4-a35c-9f83b07019de'),
(96511,32,16064,NULL,2612,10,'2026-01-22 20:33:48','2026-01-22 20:33:48','724a022e-9932-44a6-a96a-a65bbdbc1168'),
(96512,16,16064,NULL,3425,1,'2026-01-22 20:33:48','2026-01-22 20:33:48','82123a99-3874-42a7-bd77-b0c62b8426d8'),
(96513,7,16064,NULL,601,1,'2026-01-22 20:33:48','2026-01-22 20:33:48','024b855f-050f-4248-ae06-4a0a8a190d38'),
(96514,7,16064,NULL,617,2,'2026-01-22 20:33:48','2026-01-22 20:33:48','a53e42c0-60b6-4858-9a46-f352feff8417'),
(96515,7,16064,NULL,605,3,'2026-01-22 20:33:48','2026-01-22 20:33:48','15bc4617-3fe9-4267-a34b-e6e44338271d'),
(96516,7,16064,NULL,9552,4,'2026-01-22 20:33:48','2026-01-22 20:33:48','66c72ef8-8118-4940-8a7a-f7f9fe387052'),
(96517,82,16064,NULL,491,1,'2026-01-22 20:33:48','2026-01-22 20:33:48','216dd1fb-1d5b-4b70-95c7-51e35e42e7a7'),
(96518,46,16064,NULL,7381,1,'2026-01-22 20:33:48','2026-01-22 20:33:48','f3df313f-8177-4931-948c-3bb2ac551be9'),
(96519,47,16064,NULL,15002,1,'2026-01-22 20:33:48','2026-01-22 20:33:48','ebe1201d-d9a7-4b08-90a3-ec219464b3e4'),
(96520,57,16064,NULL,7862,1,'2026-01-22 20:33:48','2026-01-22 20:33:48','d602b513-d407-4d71-afb8-9faa512ad7e0'),
(96521,57,16064,NULL,7858,2,'2026-01-22 20:33:48','2026-01-22 20:33:48','4d856b68-863e-4de8-b6fe-60d7fcaa2652'),
(96522,57,16064,NULL,7864,3,'2026-01-22 20:33:48','2026-01-22 20:33:48','e36738ac-58e3-48dc-afb0-369c0ecf1e83'),
(96523,57,16064,NULL,7859,4,'2026-01-22 20:33:48','2026-01-22 20:33:48','2bf3d47f-3c6e-41ba-8684-d0928cb28dd6'),
(96524,57,16064,NULL,7861,5,'2026-01-22 20:33:48','2026-01-22 20:33:48','2dbc221a-9e07-4246-a445-4996ddd7a9d1'),
(96525,57,16064,NULL,7863,6,'2026-01-22 20:33:48','2026-01-22 20:33:48','6fb4638c-816d-4dfb-b494-1b85396134c6'),
(96526,57,16064,NULL,7860,7,'2026-01-22 20:33:48','2026-01-22 20:33:48','dee822bd-de85-4233-85d7-6fa093fc44d1'),
(96528,66,16065,NULL,16060,1,'2026-01-22 20:33:48','2026-01-22 20:33:48','66c159cc-ccf9-4b4f-82d3-334e1fe40666'),
(96555,32,16069,NULL,2614,1,'2026-01-22 20:34:15','2026-01-22 20:34:15','de980e74-a250-4a78-accf-eba233347a9f'),
(96556,32,16069,NULL,2610,2,'2026-01-22 20:34:15','2026-01-22 20:34:15','733e0ad8-6b8e-4fa6-8509-bfae120b390c'),
(96557,32,16069,NULL,2598,3,'2026-01-22 20:34:15','2026-01-22 20:34:15','48f695ad-4d45-41e0-9faa-abb1cca3328e'),
(96558,32,16069,NULL,2600,4,'2026-01-22 20:34:15','2026-01-22 20:34:15','bd4bc5fd-156f-4b15-87ce-5f070fa9462f'),
(96559,32,16069,NULL,2596,5,'2026-01-22 20:34:15','2026-01-22 20:34:15','4edbd480-5326-4732-8ca0-c1e6aff60e33'),
(96560,32,16069,NULL,2602,6,'2026-01-22 20:34:15','2026-01-22 20:34:15','e703908f-b845-41f0-9e7b-334dfb99e00e'),
(96561,32,16069,NULL,2606,7,'2026-01-22 20:34:15','2026-01-22 20:34:15','b792878d-7ad3-4d05-811a-f97a0e0ea234'),
(96562,32,16069,NULL,2604,8,'2026-01-22 20:34:15','2026-01-22 20:34:15','7216740b-d70c-45ab-a8b7-143905b463e4'),
(96563,32,16069,NULL,2608,9,'2026-01-22 20:34:15','2026-01-22 20:34:15','ffce3621-e249-4689-9811-4949a22d6819'),
(96564,32,16069,NULL,2612,10,'2026-01-22 20:34:15','2026-01-22 20:34:15','42f0561f-21ad-4943-b5a9-4f5a51a39c94'),
(96565,16,16069,NULL,3425,1,'2026-01-22 20:34:15','2026-01-22 20:34:15','f5e5f77f-1019-4472-bd49-8eaff3ea23f5'),
(96566,7,16069,NULL,601,1,'2026-01-22 20:34:15','2026-01-22 20:34:15','e596b685-6c08-45fe-957e-289dccc2bd30'),
(96567,7,16069,NULL,617,2,'2026-01-22 20:34:15','2026-01-22 20:34:15','a08804b7-dfed-4398-b68d-7ee144c414e9'),
(96568,7,16069,NULL,605,3,'2026-01-22 20:34:15','2026-01-22 20:34:15','7d104949-559b-4887-b6b0-a02b4cd02dac'),
(96569,7,16069,NULL,9552,4,'2026-01-22 20:34:15','2026-01-22 20:34:15','242da96d-d8f7-441e-996b-7b5dcaf9c171'),
(96570,82,16069,NULL,491,1,'2026-01-22 20:34:15','2026-01-22 20:34:15','a1bdf057-b1e3-426a-9289-7f45bc5ea5c4'),
(96571,46,16069,NULL,7381,1,'2026-01-22 20:34:15','2026-01-22 20:34:15','79040f91-12ab-40a6-9983-b82c1a9ffafd'),
(96572,47,16069,NULL,15002,1,'2026-01-22 20:34:15','2026-01-22 20:34:15','aaac9ef9-42b3-42ec-898d-c5cef8cf3008'),
(96573,57,16069,NULL,7862,1,'2026-01-22 20:34:15','2026-01-22 20:34:15','bd8b2c87-8247-430f-a8b8-f64b6959fbea'),
(96574,57,16069,NULL,7858,2,'2026-01-22 20:34:15','2026-01-22 20:34:15','ef6cca74-4b71-4f23-9c68-abb068cd1175'),
(96575,57,16069,NULL,7864,3,'2026-01-22 20:34:15','2026-01-22 20:34:15','51f9f27a-7d22-4674-97a7-1dd4d0aba4e1'),
(96576,57,16069,NULL,7859,4,'2026-01-22 20:34:15','2026-01-22 20:34:15','bd879944-7f06-44a6-a85b-a19e7f9718cf'),
(96577,57,16069,NULL,7861,5,'2026-01-22 20:34:15','2026-01-22 20:34:15','61ce1ef5-4bdd-43be-b35e-8d71f19a9805'),
(96578,57,16069,NULL,7863,6,'2026-01-22 20:34:15','2026-01-22 20:34:15','8e2abcb2-4d89-4882-afb1-51273c767559'),
(96579,57,16069,NULL,7860,7,'2026-01-22 20:34:15','2026-01-22 20:34:15','2dbfc6dc-cc1b-4ae0-909b-667330c9f038'),
(96609,32,16077,NULL,2610,1,'2026-01-22 20:36:07','2026-01-22 20:36:07','4ee75296-d2e8-41a0-a1f4-cdc9ac5b3e8a'),
(96610,32,16077,NULL,2598,2,'2026-01-22 20:36:07','2026-01-22 20:36:07','8dac4f3d-0c03-45ff-819b-eca52d599452'),
(96611,32,16077,NULL,2600,3,'2026-01-22 20:36:07','2026-01-22 20:36:07','9fa86bc2-9e55-4abd-8443-a125b241e434'),
(96612,32,16077,NULL,2596,4,'2026-01-22 20:36:07','2026-01-22 20:36:07','ebd37748-d422-467d-8423-3b0b32770196'),
(96613,32,16077,NULL,2602,5,'2026-01-22 20:36:07','2026-01-22 20:36:07','c99cf5eb-5cd4-4f7a-a752-1e862c430a6a'),
(96614,32,16077,NULL,2604,6,'2026-01-22 20:36:07','2026-01-22 20:36:07','9fe5d2bb-fae6-4445-a7f3-a25229e5f9af'),
(96615,32,16077,NULL,2608,7,'2026-01-22 20:36:07','2026-01-22 20:36:07','57e75f28-35a8-4a53-a380-a7b2254dd6ae'),
(96616,32,16077,NULL,2606,8,'2026-01-22 20:36:07','2026-01-22 20:36:07','8d2bddbe-0239-43e0-bf74-7e604d522793'),
(96617,32,16077,NULL,2612,9,'2026-01-22 20:36:07','2026-01-22 20:36:07','0b36d1a5-0903-4c9f-bec6-cefa5b7f287a'),
(96618,16,16077,NULL,7871,1,'2026-01-22 20:36:07','2026-01-22 20:36:07','6810aa21-1522-40ce-93ae-723b4ea92281'),
(96619,7,16077,NULL,6547,1,'2026-01-22 20:36:07','2026-01-22 20:36:07','dd2a84fc-3f7c-42a5-ac62-fed95cb01ec4'),
(96620,7,16077,NULL,601,2,'2026-01-22 20:36:07','2026-01-22 20:36:07','dc18baf1-ad9d-472f-ab5d-5b6b6859e020'),
(96621,7,16077,NULL,617,3,'2026-01-22 20:36:07','2026-01-22 20:36:07','63365e11-5776-4237-81f7-c81ad149b406'),
(96622,7,16077,NULL,9724,4,'2026-01-22 20:36:07','2026-01-22 20:36:07','22b6a092-c6dc-4f8d-b253-6c590ba37ad4'),
(96623,7,16077,NULL,2974,5,'2026-01-22 20:36:07','2026-01-22 20:36:07','4b80e08b-9ab0-4e1f-b28a-26bb7d0ad8be'),
(96624,7,16077,NULL,9640,6,'2026-01-22 20:36:07','2026-01-22 20:36:07','4438c981-3adc-416b-83b5-c3105c629a54'),
(96625,7,16077,NULL,605,7,'2026-01-22 20:36:07','2026-01-22 20:36:07','72a5fe68-d348-4a99-b340-b036e9f9211d'),
(96626,7,16077,NULL,9552,8,'2026-01-22 20:36:07','2026-01-22 20:36:07','382046e0-540c-47cc-b361-1eaf551a7516'),
(96627,82,16077,NULL,491,1,'2026-01-22 20:36:07','2026-01-22 20:36:07','b34a62e0-f513-487b-926a-f47a16136c7b'),
(96628,46,16077,NULL,7369,1,'2026-01-22 20:36:07','2026-01-22 20:36:07','a32980cd-72cf-45f9-a94e-201e94ce3add'),
(96629,47,16077,NULL,15005,1,'2026-01-22 20:36:07','2026-01-22 20:36:07','79f83cbe-2a01-4607-a25f-f490583d0349'),
(96630,57,16077,NULL,7870,1,'2026-01-22 20:36:07','2026-01-22 20:36:07','165a5f69-5a23-4d10-b526-824cf890dca2'),
(96631,57,16077,NULL,7869,2,'2026-01-22 20:36:07','2026-01-22 20:36:07','7ca4eace-467d-426a-9d78-a21a039812ac'),
(96632,57,16077,NULL,7868,3,'2026-01-22 20:36:07','2026-01-22 20:36:07','30cd600c-135d-4e40-92a1-16630831d3ba'),
(96633,57,16077,NULL,7874,4,'2026-01-22 20:36:07','2026-01-22 20:36:07','03991090-60fc-4f1a-be22-72ed38617b73'),
(96634,57,16077,NULL,7873,5,'2026-01-22 20:36:07','2026-01-22 20:36:07','75df1299-b8f5-4e62-9623-8055b919deee'),
(96635,57,16077,NULL,3467,6,'2026-01-22 20:36:07','2026-01-22 20:36:07','7373832d-37d0-4c04-912a-35cc8b40d297'),
(96636,57,16077,NULL,7872,7,'2026-01-22 20:36:07','2026-01-22 20:36:07','9c3aafb4-c468-4abe-9073-03fb7e11c46b'),
(96667,66,5894,NULL,16080,1,'2026-01-22 20:37:37','2026-01-22 20:37:37','b52fd8da-ed78-44b4-ab3c-560ab2bc716f'),
(96668,32,16082,NULL,2610,1,'2026-01-22 20:37:37','2026-01-22 20:37:37','f94c05d2-1aab-4545-aa9d-7356e8ccc39b'),
(96669,32,16082,NULL,2598,2,'2026-01-22 20:37:37','2026-01-22 20:37:37','ade5bfd6-01b0-4799-a1a2-dfc7e636fb7a'),
(96670,32,16082,NULL,2600,3,'2026-01-22 20:37:37','2026-01-22 20:37:37','264c0e1a-2759-4e64-b6a5-05596e5eecd2'),
(96671,32,16082,NULL,2596,4,'2026-01-22 20:37:37','2026-01-22 20:37:37','24a68778-88a3-4114-844a-ef6053971a4f'),
(96672,32,16082,NULL,2602,5,'2026-01-22 20:37:37','2026-01-22 20:37:37','87f333f3-9d32-4278-b438-6662438839f4'),
(96673,32,16082,NULL,2604,6,'2026-01-22 20:37:37','2026-01-22 20:37:37','d5cbc21b-df74-43f1-864a-40e3d5789774'),
(96674,32,16082,NULL,2608,7,'2026-01-22 20:37:37','2026-01-22 20:37:37','09a07113-e349-4eef-a597-a04ee36097c3'),
(96675,32,16082,NULL,2606,8,'2026-01-22 20:37:37','2026-01-22 20:37:37','0e6986bc-333f-4a86-8b6a-7d757ca241b2'),
(96676,32,16082,NULL,2612,9,'2026-01-22 20:37:37','2026-01-22 20:37:37','31103d9a-59c9-489a-98eb-10c2c78a3e89'),
(96677,16,16082,NULL,7871,1,'2026-01-22 20:37:37','2026-01-22 20:37:37','873f4526-ee1c-44ed-9630-0eafe1b2258a'),
(96678,7,16082,NULL,6547,1,'2026-01-22 20:37:37','2026-01-22 20:37:37','dc2a018f-1679-41e8-b8be-d9a66e10dad2'),
(96679,7,16082,NULL,601,2,'2026-01-22 20:37:37','2026-01-22 20:37:37','4d84782f-15ce-4965-ab99-342dcda3462c'),
(96680,7,16082,NULL,617,3,'2026-01-22 20:37:37','2026-01-22 20:37:37','c01c1b01-85a3-4ca0-a7a6-e9f7f5febe21'),
(96681,7,16082,NULL,9724,4,'2026-01-22 20:37:37','2026-01-22 20:37:37','8167a2f6-5d6f-4a9f-9ddf-536d8cf3ec14'),
(96682,7,16082,NULL,2974,5,'2026-01-22 20:37:37','2026-01-22 20:37:37','2c7a4c0c-c259-43de-865a-78a763ccfde7'),
(96683,7,16082,NULL,9640,6,'2026-01-22 20:37:37','2026-01-22 20:37:37','253ff993-4866-4285-b439-77bb1b552c3c'),
(96684,7,16082,NULL,605,7,'2026-01-22 20:37:37','2026-01-22 20:37:37','10999855-2961-4569-a3c6-2a3aca814fbc'),
(96685,7,16082,NULL,9552,8,'2026-01-22 20:37:37','2026-01-22 20:37:37','9ec176ac-bba1-4e3d-80b4-d20691196388'),
(96686,82,16082,NULL,491,1,'2026-01-22 20:37:37','2026-01-22 20:37:37','34db4e8e-8b52-43e1-867c-5d40fd39ea45'),
(96687,46,16082,NULL,7369,1,'2026-01-22 20:37:37','2026-01-22 20:37:37','23a53867-8e4d-4c2e-93bf-a5ca9db52b08'),
(96688,47,16082,NULL,15005,1,'2026-01-22 20:37:37','2026-01-22 20:37:37','86165ded-8c55-4e23-844c-9713cb52cd87'),
(96689,57,16082,NULL,7870,1,'2026-01-22 20:37:37','2026-01-22 20:37:37','558d80d6-da5d-4e81-ba10-2ab4ed43e457'),
(96690,57,16082,NULL,7869,2,'2026-01-22 20:37:37','2026-01-22 20:37:37','b79c548f-c55a-4e8d-b08e-59f448864daf'),
(96691,57,16082,NULL,7868,3,'2026-01-22 20:37:37','2026-01-22 20:37:37','9e2b8446-5396-4a35-a5f0-8e7b3488b7fb'),
(96692,57,16082,NULL,7874,4,'2026-01-22 20:37:37','2026-01-22 20:37:37','c637cc9c-0e46-48d1-b918-3cf9b13ee7f7'),
(96693,57,16082,NULL,7873,5,'2026-01-22 20:37:37','2026-01-22 20:37:37','904f8474-a375-4c22-a68a-e6c4495cd8b1'),
(96694,57,16082,NULL,3467,6,'2026-01-22 20:37:37','2026-01-22 20:37:37','d02c51a5-ff62-4ec6-8198-7cb0be3923e8'),
(96695,57,16082,NULL,7872,7,'2026-01-22 20:37:37','2026-01-22 20:37:37','ad4cd537-b03a-4b7b-ac35-a96332850c77'),
(96696,66,16083,NULL,16080,1,'2026-01-22 20:37:37','2026-01-22 20:37:37','898c6328-50da-473a-9cd0-79fcbe9858e9'),
(96725,32,16086,NULL,2610,1,'2026-01-22 20:38:29','2026-01-22 20:38:29','e11b6e45-756d-4501-b730-5d0fb4ab4d37'),
(96726,32,16086,NULL,2598,2,'2026-01-22 20:38:29','2026-01-22 20:38:29','e28f59b7-b830-41ef-8124-5c37ab4fe9b0'),
(96727,32,16086,NULL,2600,3,'2026-01-22 20:38:29','2026-01-22 20:38:29','169e8568-5c39-47e7-a5e3-6c9fd80cb73f'),
(96728,32,16086,NULL,2596,4,'2026-01-22 20:38:29','2026-01-22 20:38:29','43742ecd-4bb9-4880-baef-0c389b6549c5'),
(96729,32,16086,NULL,2602,5,'2026-01-22 20:38:29','2026-01-22 20:38:29','cbc18f8e-f684-4c49-9965-3bda9488a8d0'),
(96730,32,16086,NULL,2604,6,'2026-01-22 20:38:29','2026-01-22 20:38:29','a75466d7-2bd8-498e-bd7d-12f0f7aeb7ae'),
(96731,32,16086,NULL,2608,7,'2026-01-22 20:38:29','2026-01-22 20:38:29','7549f713-d635-4b4a-af57-a3ca0fad947a'),
(96732,32,16086,NULL,2606,8,'2026-01-22 20:38:29','2026-01-22 20:38:29','d39f4f5a-f474-47a0-a758-f29cdab75c23'),
(96733,32,16086,NULL,2612,9,'2026-01-22 20:38:29','2026-01-22 20:38:29','637f8a1c-c334-427d-98de-e201bf05938a'),
(96734,16,16086,NULL,7871,1,'2026-01-22 20:38:29','2026-01-22 20:38:29','e9da0cb8-9e4b-4afa-9300-143e54ee0e86'),
(96735,7,16086,NULL,6547,1,'2026-01-22 20:38:29','2026-01-22 20:38:29','686605c9-5abe-422d-99d3-c0fbc5bec9b5'),
(96736,7,16086,NULL,601,2,'2026-01-22 20:38:29','2026-01-22 20:38:29','62179a62-b6e3-477c-b9cd-63e0a59b57ab'),
(96737,7,16086,NULL,617,3,'2026-01-22 20:38:29','2026-01-22 20:38:29','f2c13482-a3b1-4879-bb63-862bf732e194'),
(96738,7,16086,NULL,9724,4,'2026-01-22 20:38:29','2026-01-22 20:38:29','69b0a167-ccde-4be9-9c60-99bb13fac125'),
(96739,7,16086,NULL,2974,5,'2026-01-22 20:38:29','2026-01-22 20:38:29','800de953-f984-491a-88df-da60ea106f5f'),
(96740,7,16086,NULL,9640,6,'2026-01-22 20:38:29','2026-01-22 20:38:29','f2af17a5-2fcb-4e79-b26b-aec12c24eedc'),
(96741,7,16086,NULL,605,7,'2026-01-22 20:38:29','2026-01-22 20:38:29','c21d2598-74d2-4168-8dba-2cafbd2d057e'),
(96742,7,16086,NULL,9552,8,'2026-01-22 20:38:29','2026-01-22 20:38:29','fe35175a-021f-4fc3-b1dc-c8c11f9af6eb'),
(96743,82,16086,NULL,491,1,'2026-01-22 20:38:29','2026-01-22 20:38:29','27f70681-8904-4bbb-92cd-714d17ab15c7'),
(96744,46,16086,NULL,7369,1,'2026-01-22 20:38:29','2026-01-22 20:38:29','0d2a8b4e-0305-44d8-9949-56a9dfcd9ca7'),
(96745,47,16086,NULL,15005,1,'2026-01-22 20:38:29','2026-01-22 20:38:29','5740f62c-a508-40d8-ba40-ccd782e0df48'),
(96746,57,16086,NULL,7870,1,'2026-01-22 20:38:29','2026-01-22 20:38:29','9ee9dffb-76bd-47a7-8128-84e302d766b6'),
(96747,57,16086,NULL,7869,2,'2026-01-22 20:38:29','2026-01-22 20:38:29','3cde8a17-7afe-4fa0-b4c7-d47ca0f61e78'),
(96748,57,16086,NULL,7868,3,'2026-01-22 20:38:29','2026-01-22 20:38:29','2b2bb7f1-9f74-4b08-90b9-1a50a60ff0b2'),
(96749,57,16086,NULL,7874,4,'2026-01-22 20:38:29','2026-01-22 20:38:29','94e9fd73-df60-45ef-934d-23cb8beb932b'),
(96750,57,16086,NULL,7873,5,'2026-01-22 20:38:29','2026-01-22 20:38:29','72868a62-dcb2-4541-8fc7-bfe521278bc2'),
(96751,57,16086,NULL,3467,6,'2026-01-22 20:38:29','2026-01-22 20:38:29','f398b2ff-d380-4ea5-823b-ebfa1a387e17'),
(96752,57,16086,NULL,7872,7,'2026-01-22 20:38:29','2026-01-22 20:38:29','be933ff5-7940-4034-9918-100e3a817e23'),
(96776,32,16098,NULL,2610,1,'2026-01-22 20:41:00','2026-01-22 20:41:00','982b84d3-54eb-418d-b166-b05152da9d9f'),
(96777,32,16098,NULL,2598,2,'2026-01-22 20:41:00','2026-01-22 20:41:00','3819f155-0534-4ee5-b934-9ea028382dba'),
(96778,32,16098,NULL,2608,3,'2026-01-22 20:41:00','2026-01-22 20:41:00','4428c776-3722-49bf-985f-82d82d7ffc3d'),
(96779,32,16098,NULL,2600,4,'2026-01-22 20:41:00','2026-01-22 20:41:00','5a0d78f1-3951-454b-916a-7c95c47d783c'),
(96780,32,16098,NULL,2596,5,'2026-01-22 20:41:00','2026-01-22 20:41:00','a9af25b0-8c34-40a5-84fd-ce2d0f39c71d'),
(96781,32,16098,NULL,2602,6,'2026-01-22 20:41:00','2026-01-22 20:41:00','890171c6-ad21-4da1-8cb6-0a17c250a718'),
(96782,32,16098,NULL,2612,7,'2026-01-22 20:41:00','2026-01-22 20:41:00','56d92430-0cf3-43d4-a07e-55e6e1c1b457'),
(96783,32,16098,NULL,2604,8,'2026-01-22 20:41:00','2026-01-22 20:41:00','b7a1e06a-dded-4d32-a071-286df2c854b1'),
(96784,32,16098,NULL,2606,9,'2026-01-22 20:41:00','2026-01-22 20:41:00','73641145-b04e-4fb7-b13f-9718b961f7a9'),
(96785,16,16098,NULL,7881,1,'2026-01-22 20:41:00','2026-01-22 20:41:00','4c261db2-4e30-48fa-9d80-666d3d08be3e'),
(96786,7,16098,NULL,601,1,'2026-01-22 20:41:00','2026-01-22 20:41:00','5bc493fe-e475-492d-b37e-ae30265863c7'),
(96787,7,16098,NULL,605,2,'2026-01-22 20:41:00','2026-01-22 20:41:00','28af92ee-52c8-471b-994b-26eefb916ed9'),
(96788,7,16098,NULL,617,3,'2026-01-22 20:41:00','2026-01-22 20:41:00','04a456a5-e98b-4d44-a7c1-efc04ee4007a'),
(96789,7,16098,NULL,2974,4,'2026-01-22 20:41:00','2026-01-22 20:41:00','067e1634-3290-4326-900b-127e3eb75937'),
(96790,7,16098,NULL,9552,5,'2026-01-22 20:41:00','2026-01-22 20:41:00','23e07c4b-cdd6-4b52-b6a3-046964984693'),
(96791,82,16098,NULL,491,1,'2026-01-22 20:41:00','2026-01-22 20:41:00','48a63ef4-b5a6-4a11-a34b-653c22190167'),
(96792,47,16098,NULL,15008,1,'2026-01-22 20:41:00','2026-01-22 20:41:00','02b6215b-b69a-4401-8f79-a8d81a6918e7'),
(96793,57,16098,NULL,7883,1,'2026-01-22 20:41:00','2026-01-22 20:41:00','1ca45fdb-a6ea-4373-939c-ea6d890034f3'),
(96794,57,16098,NULL,7886,2,'2026-01-22 20:41:00','2026-01-22 20:41:00','23844531-e92f-4e17-8291-f1e1972c58f9'),
(96795,57,16098,NULL,7885,3,'2026-01-22 20:41:00','2026-01-22 20:41:00','273b7162-044e-4c43-a1d8-bbe73e7fd592'),
(96796,57,16098,NULL,7882,4,'2026-01-22 20:41:00','2026-01-22 20:41:00','8575e460-9bb9-472b-9df6-a53f79f88154'),
(96797,57,16098,NULL,7884,5,'2026-01-22 20:41:00','2026-01-22 20:41:00','29d0c6eb-507f-40ac-9cbb-6330528e035e'),
(96823,66,16096,NULL,16102,1,'2026-01-22 20:42:10','2026-01-22 20:42:10','440190d6-234e-4dde-b318-46950c6cbe44'),
(96824,32,16104,NULL,2610,1,'2026-01-22 20:42:10','2026-01-22 20:42:10','9bf5fd5b-7c09-4d6d-ba83-5040e5d0427b'),
(96825,32,16104,NULL,2598,2,'2026-01-22 20:42:10','2026-01-22 20:42:10','058ff26f-3a3e-47e7-b69a-ef8138712c20'),
(96826,32,16104,NULL,2608,3,'2026-01-22 20:42:10','2026-01-22 20:42:10','5ad323e7-8141-4917-b070-7272b7323153'),
(96827,32,16104,NULL,2600,4,'2026-01-22 20:42:10','2026-01-22 20:42:10','3b3fbaec-967d-469b-ae90-a25ac03c76fc'),
(96828,32,16104,NULL,2596,5,'2026-01-22 20:42:10','2026-01-22 20:42:10','b6d3c31e-a4d1-40cf-9f2d-6a9c09084f21'),
(96829,32,16104,NULL,2602,6,'2026-01-22 20:42:10','2026-01-22 20:42:10','1ffafd9d-7429-407a-890a-0ffdccaa7531'),
(96830,32,16104,NULL,2612,7,'2026-01-22 20:42:10','2026-01-22 20:42:10','2f9b59f1-1502-490d-826e-66bdb0591e4b'),
(96831,32,16104,NULL,2604,8,'2026-01-22 20:42:10','2026-01-22 20:42:10','611eb143-e0ae-4dfc-9849-f2b9e734260c'),
(96832,32,16104,NULL,2606,9,'2026-01-22 20:42:10','2026-01-22 20:42:10','3d486cad-7105-4b21-a253-a827c40f1428'),
(96833,16,16104,NULL,7881,1,'2026-01-22 20:42:10','2026-01-22 20:42:10','571b3c97-942d-4ac0-9529-fcb13ff8be13'),
(96834,7,16104,NULL,601,1,'2026-01-22 20:42:10','2026-01-22 20:42:10','9a371aa4-da63-4b49-9a77-e57636ffea1d'),
(96835,7,16104,NULL,605,2,'2026-01-22 20:42:10','2026-01-22 20:42:10','aa3361aa-0026-493c-91df-f63e2e119d09'),
(96836,7,16104,NULL,617,3,'2026-01-22 20:42:10','2026-01-22 20:42:10','deba40a7-98de-40f9-b7d7-3cade502319a'),
(96837,7,16104,NULL,2974,4,'2026-01-22 20:42:10','2026-01-22 20:42:10','3ff92ac8-9111-42e1-b5fe-e36c3c62dc48'),
(96838,7,16104,NULL,9552,5,'2026-01-22 20:42:10','2026-01-22 20:42:10','4e9e6eca-5749-4af1-952b-04b7fed9451e'),
(96839,82,16104,NULL,491,1,'2026-01-22 20:42:10','2026-01-22 20:42:10','42ba9e7c-5762-47ac-a21a-3dbb6241154d'),
(96840,47,16104,NULL,15008,1,'2026-01-22 20:42:10','2026-01-22 20:42:10','667d3672-e4db-4f4e-9e53-b97b1dab9bb4'),
(96841,57,16104,NULL,7883,1,'2026-01-22 20:42:10','2026-01-22 20:42:10','c828f6e9-a766-4058-85b1-d979dc495a65'),
(96842,57,16104,NULL,7886,2,'2026-01-22 20:42:10','2026-01-22 20:42:10','43380899-9599-4307-baea-986614aea5ff'),
(96843,57,16104,NULL,7885,3,'2026-01-22 20:42:10','2026-01-22 20:42:10','1883d73f-675c-4c55-abb5-9c5e167d8ff2'),
(96844,57,16104,NULL,7882,4,'2026-01-22 20:42:10','2026-01-22 20:42:10','8cc6cc6f-ac33-4f29-8594-c37123789253'),
(96845,57,16104,NULL,7884,5,'2026-01-22 20:42:10','2026-01-22 20:42:10','3a1050b1-d6e6-4cb4-8808-02e99af4bfa0'),
(96847,66,16105,NULL,16102,1,'2026-01-22 20:42:10','2026-01-22 20:42:10','41051077-7dfe-45a9-ac13-338a6b075757'),
(96871,32,16107,NULL,2610,1,'2026-01-22 20:42:59','2026-01-22 20:42:59','72aed108-faf7-4f3c-9fad-c8e68127245f'),
(96872,32,16107,NULL,2598,2,'2026-01-22 20:42:59','2026-01-22 20:42:59','2b5d0abf-d2d2-4030-bf61-16d15abc3ffa'),
(96873,32,16107,NULL,2608,3,'2026-01-22 20:42:59','2026-01-22 20:42:59','382bb5a2-a05e-4aba-9a41-41525527dc1b'),
(96874,32,16107,NULL,2600,4,'2026-01-22 20:42:59','2026-01-22 20:42:59','d83bd9ae-4dbd-44db-85e3-9fe989030959'),
(96875,32,16107,NULL,2596,5,'2026-01-22 20:42:59','2026-01-22 20:42:59','cfab23b4-86eb-4488-bc18-1c32069964c8'),
(96876,32,16107,NULL,2602,6,'2026-01-22 20:42:59','2026-01-22 20:42:59','27dfa92b-6976-4713-bc42-23c90c106351'),
(96877,32,16107,NULL,2612,7,'2026-01-22 20:42:59','2026-01-22 20:42:59','40e9c00d-deab-4a20-89fb-f39d276f527b'),
(96878,32,16107,NULL,2604,8,'2026-01-22 20:42:59','2026-01-22 20:42:59','b0666b8d-55a2-46ed-a594-395ffa6c66ff'),
(96879,32,16107,NULL,2606,9,'2026-01-22 20:42:59','2026-01-22 20:42:59','6d34b23a-5ac7-420c-a352-67e26ae04c0c'),
(96880,16,16107,NULL,7881,1,'2026-01-22 20:42:59','2026-01-22 20:42:59','9278838d-0d0f-42cd-bbce-d6864be04dbf'),
(96881,7,16107,NULL,601,1,'2026-01-22 20:42:59','2026-01-22 20:42:59','45c377e8-7192-49b1-ab0f-515e839f0203'),
(96882,7,16107,NULL,605,2,'2026-01-22 20:42:59','2026-01-22 20:42:59','75b35dec-6e4c-4d26-a9ad-7987e668ddc0'),
(96883,7,16107,NULL,617,3,'2026-01-22 20:42:59','2026-01-22 20:42:59','b8f07ab4-53c7-42be-8799-f97a99dc44fa'),
(96884,7,16107,NULL,2974,4,'2026-01-22 20:42:59','2026-01-22 20:42:59','747e08cd-377a-4b39-8b08-84a6774f0967'),
(96885,7,16107,NULL,9552,5,'2026-01-22 20:42:59','2026-01-22 20:42:59','3adc51d8-3c14-490d-b1b2-636cfd623352'),
(96886,82,16107,NULL,491,1,'2026-01-22 20:42:59','2026-01-22 20:42:59','72fb94d1-aa0f-45b7-829c-7321f7d7d916'),
(96887,47,16107,NULL,15008,1,'2026-01-22 20:42:59','2026-01-22 20:42:59','087649b0-45ad-478d-9ee5-6eda207e79ec'),
(96888,57,16107,NULL,7883,1,'2026-01-22 20:42:59','2026-01-22 20:42:59','899e9842-709a-4018-af7c-5c0608d086e9'),
(96889,57,16107,NULL,7886,2,'2026-01-22 20:42:59','2026-01-22 20:42:59','8287bbcf-c578-4e45-bb78-a1670f39679e'),
(96890,57,16107,NULL,7885,3,'2026-01-22 20:42:59','2026-01-22 20:42:59','d11c9271-932b-4449-9664-61fcc1e95562'),
(96891,57,16107,NULL,7882,4,'2026-01-22 20:42:59','2026-01-22 20:42:59','be7c0245-67cf-4b6e-8ccb-8e55617a19d1'),
(96892,57,16107,NULL,7884,5,'2026-01-22 20:42:59','2026-01-22 20:42:59','c8401c5b-90ef-4662-ab05-fe5bd8dd464a'),
(96917,32,16111,NULL,2610,1,'2026-01-22 20:44:27','2026-01-22 20:44:27','fa72d9ac-72e2-46b1-9f32-e8ac4c9b1b11'),
(96918,32,16111,NULL,2598,2,'2026-01-22 20:44:27','2026-01-22 20:44:27','c7c151e3-0957-4cb8-8a3c-31727e0b3f59'),
(96919,32,16111,NULL,2608,3,'2026-01-22 20:44:27','2026-01-22 20:44:27','4934cc8f-9415-40d8-b53d-5e0d4ed9ea99'),
(96920,32,16111,NULL,2600,4,'2026-01-22 20:44:27','2026-01-22 20:44:27','89a105e7-6f43-469e-b549-f3967a83dd8a'),
(96921,32,16111,NULL,2596,5,'2026-01-22 20:44:27','2026-01-22 20:44:27','bedf5c1f-c66b-4ce3-a9af-0a951889636b'),
(96922,32,16111,NULL,2602,6,'2026-01-22 20:44:27','2026-01-22 20:44:27','b4637dda-2a85-43ee-a4d4-bb1919b67753'),
(96923,32,16111,NULL,2604,7,'2026-01-22 20:44:27','2026-01-22 20:44:27','03f87e73-dbe0-43e9-87ef-acba6e9bafc1'),
(96924,32,16111,NULL,2606,8,'2026-01-22 20:44:27','2026-01-22 20:44:27','3bc82785-13ba-4098-8e6c-3a36d7003228'),
(96925,32,16111,NULL,2612,9,'2026-01-22 20:44:27','2026-01-22 20:44:27','04ab5bf7-fdc1-459a-b852-b5e7418f5b84'),
(96926,16,16111,NULL,7891,1,'2026-01-22 20:44:27','2026-01-22 20:44:27','1cceb855-c440-49fd-8b84-63a2cf09bb2b'),
(96927,7,16111,NULL,601,1,'2026-01-22 20:44:27','2026-01-22 20:44:27','f464773a-60aa-4f6c-942c-3dd9cf459a68'),
(96928,7,16111,NULL,2974,2,'2026-01-22 20:44:27','2026-01-22 20:44:27','aa7e21da-6ed2-4170-97bb-9ff7271495d0'),
(96929,7,16111,NULL,617,3,'2026-01-22 20:44:27','2026-01-22 20:44:27','c74eaeae-2b34-4e34-90c1-1001238047ec'),
(96930,7,16111,NULL,9732,4,'2026-01-22 20:44:27','2026-01-22 20:44:27','a98dfb9f-03ae-433a-9634-bda22b493549'),
(96931,7,16111,NULL,605,5,'2026-01-22 20:44:27','2026-01-22 20:44:27','f8210164-da68-4f70-a36a-f7ff53d500ab'),
(96932,7,16111,NULL,9552,6,'2026-01-22 20:44:27','2026-01-22 20:44:27','6e5b90c4-a0ee-4c19-84be-3e6b2ed09e10'),
(96933,82,16111,NULL,491,1,'2026-01-22 20:44:27','2026-01-22 20:44:27','07508aaf-331c-42bb-a4b9-88cae182e6d0'),
(96934,47,16111,NULL,15011,1,'2026-01-22 20:44:27','2026-01-22 20:44:27','7f81a312-8b8c-4448-995a-84e2bbfaded3'),
(96935,57,16111,NULL,7893,1,'2026-01-22 20:44:27','2026-01-22 20:44:27','03d5aae5-939c-4cf5-9d3b-0406007832ab'),
(96936,57,16111,NULL,7892,2,'2026-01-22 20:44:27','2026-01-22 20:44:27','39378fbf-8c37-4a30-b147-495a986c6bb7'),
(96937,57,16111,NULL,7894,3,'2026-01-22 20:44:27','2026-01-22 20:44:27','6bf27afc-7426-40a7-995d-3562530090e8'),
(96938,57,16111,NULL,7901,4,'2026-01-22 20:44:27','2026-01-22 20:44:27','93210995-defc-4765-9d95-9742063519b9'),
(96963,32,16114,NULL,2610,1,'2026-01-22 20:44:31','2026-01-22 20:44:31','c9b5eb16-6697-426c-a56e-dece6e06f8e3'),
(96964,32,16114,NULL,2598,2,'2026-01-22 20:44:31','2026-01-22 20:44:31','4157a859-610e-408f-a0a3-46146ace641d'),
(96965,32,16114,NULL,2608,3,'2026-01-22 20:44:31','2026-01-22 20:44:31','719d452d-371b-4842-9cf9-83432e965e06'),
(96966,32,16114,NULL,2600,4,'2026-01-22 20:44:31','2026-01-22 20:44:31','3712463f-ec9d-4e56-a8fe-e8366082127e'),
(96967,32,16114,NULL,2596,5,'2026-01-22 20:44:31','2026-01-22 20:44:31','15c9cad6-eb98-463f-b1b2-b55a30dbe9ab'),
(96968,32,16114,NULL,2602,6,'2026-01-22 20:44:31','2026-01-22 20:44:31','abed1e7d-097d-4b09-9074-d7513bc43063'),
(96969,32,16114,NULL,2604,7,'2026-01-22 20:44:31','2026-01-22 20:44:31','1a804522-ee74-443b-9002-0d9edfae2870'),
(96970,32,16114,NULL,2606,8,'2026-01-22 20:44:31','2026-01-22 20:44:31','21b8afac-fccb-4bbc-b3e9-32476eb28a44'),
(96971,32,16114,NULL,2612,9,'2026-01-22 20:44:31','2026-01-22 20:44:31','d4d3a7c7-0958-48cf-8aac-20f88681ba71'),
(96972,16,16114,NULL,7891,1,'2026-01-22 20:44:31','2026-01-22 20:44:31','8369f061-29c9-4430-b633-6e106f3c809f'),
(96973,7,16114,NULL,601,1,'2026-01-22 20:44:31','2026-01-22 20:44:31','7eadec85-d22d-4972-bdb2-86a145292995'),
(96974,7,16114,NULL,2974,2,'2026-01-22 20:44:31','2026-01-22 20:44:31','c0a51a89-b91d-4160-9caf-a7fa3e5184e7'),
(96975,7,16114,NULL,617,3,'2026-01-22 20:44:31','2026-01-22 20:44:31','49e1b4b6-a91b-4e7d-bacb-b54cf29d94e1'),
(96976,7,16114,NULL,9732,4,'2026-01-22 20:44:31','2026-01-22 20:44:31','e21b7f70-63b1-4821-9fef-47f6af29e7b7'),
(96977,7,16114,NULL,605,5,'2026-01-22 20:44:31','2026-01-22 20:44:31','e8971455-8815-4b5d-830b-4616f8523c1f'),
(96978,7,16114,NULL,9552,6,'2026-01-22 20:44:31','2026-01-22 20:44:31','f85fe145-fbed-44bc-81a7-251f92cbdad6'),
(96979,82,16114,NULL,491,1,'2026-01-22 20:44:31','2026-01-22 20:44:31','70282330-fc69-45de-a133-c892ebd4ad5a'),
(96980,47,16114,NULL,15011,1,'2026-01-22 20:44:31','2026-01-22 20:44:31','f95f5467-01cd-4534-b58c-c4424743bf65'),
(96981,57,16114,NULL,7893,1,'2026-01-22 20:44:31','2026-01-22 20:44:31','1f13b795-211b-4d11-9e08-f518c12a5a66'),
(96982,57,16114,NULL,7892,2,'2026-01-22 20:44:31','2026-01-22 20:44:31','612b72f0-a2f5-4022-bc66-754d9cfa4502'),
(96983,57,16114,NULL,7894,3,'2026-01-22 20:44:31','2026-01-22 20:44:31','dc238978-edd7-4efa-8879-a854d76d55a9'),
(96984,57,16114,NULL,7901,4,'2026-01-22 20:44:31','2026-01-22 20:44:31','23e7f60b-42f1-4eb3-9103-65f6a2218f70'),
(96986,32,16116,NULL,2610,1,'2026-01-22 20:44:50','2026-01-22 20:44:50','f522258d-2b92-49ae-a8b7-522944535907'),
(96987,32,16116,NULL,2598,2,'2026-01-22 20:44:50','2026-01-22 20:44:50','dea75e9a-ed61-4260-a879-6f1fcfff117e'),
(96988,32,16116,NULL,2608,3,'2026-01-22 20:44:50','2026-01-22 20:44:50','6f3c4928-2734-4c98-b72f-05cdc7b642b1'),
(96989,32,16116,NULL,2600,4,'2026-01-22 20:44:50','2026-01-22 20:44:50','15651aa6-2447-4752-90db-33f17d09baef'),
(96990,32,16116,NULL,2596,5,'2026-01-22 20:44:50','2026-01-22 20:44:50','22e1275b-1ff9-4cae-a13f-dc7831fb67a7'),
(96991,32,16116,NULL,2602,6,'2026-01-22 20:44:50','2026-01-22 20:44:50','0f7d64ef-7fd4-4653-b51f-0211e2331722'),
(96992,32,16116,NULL,2604,7,'2026-01-22 20:44:50','2026-01-22 20:44:50','ae28c861-91ac-4a49-aace-1ea9d81d4b40'),
(96993,32,16116,NULL,2606,8,'2026-01-22 20:44:50','2026-01-22 20:44:50','1bacfe50-7d8c-49af-b824-3105ca3282de'),
(96994,32,16116,NULL,2612,9,'2026-01-22 20:44:50','2026-01-22 20:44:50','e2fe9027-ee7f-4142-b57d-eac51637a572'),
(96995,16,16116,NULL,545,1,'2026-01-22 20:44:50','2026-01-22 20:44:50','4084e533-25a4-40e2-8f8f-fe18e23dc231'),
(96996,7,16116,NULL,601,1,'2026-01-22 20:44:50','2026-01-22 20:44:50','69df0216-8baf-4c90-b704-b8ff05984e6a'),
(96997,7,16116,NULL,617,2,'2026-01-22 20:44:50','2026-01-22 20:44:50','415c3e2a-eb68-4c7f-b9a7-d080d4444019'),
(96998,7,16116,NULL,605,3,'2026-01-22 20:44:50','2026-01-22 20:44:50','5c7f79c9-63b2-4e87-8b02-892414c5b033'),
(96999,7,16116,NULL,9552,4,'2026-01-22 20:44:50','2026-01-22 20:44:50','a5cffbde-0a8f-4fb0-8b27-c53b92b52cf8'),
(97000,82,16116,NULL,491,1,'2026-01-22 20:44:50','2026-01-22 20:44:50','5a0f33cc-24b8-440e-a6f9-ac07a1b62eef'),
(97001,47,16116,NULL,14954,1,'2026-01-22 20:44:50','2026-01-22 20:44:50','1637890f-8796-4d27-b8f8-a8d297b149eb'),
(97002,57,16116,NULL,545,1,'2026-01-22 20:44:50','2026-01-22 20:44:50','26e80475-efda-4c05-b421-56549833eb5f'),
(97003,57,16116,NULL,137,2,'2026-01-22 20:44:50','2026-01-22 20:44:50','8b33d9a5-bc49-453e-bf69-7e525eccd46b'),
(97004,57,16116,NULL,138,3,'2026-01-22 20:44:50','2026-01-22 20:44:50','55497fb2-4fa4-47ab-bee1-9b008dc5e388'),
(97005,57,16116,NULL,136,4,'2026-01-22 20:44:50','2026-01-22 20:44:50','be19a714-99d1-4f7e-97cd-0537b2b81ac1'),
(97030,32,16123,NULL,2610,1,'2026-01-22 20:47:51','2026-01-22 20:47:51','367c9133-f5bc-4206-b203-267a14aa5246'),
(97031,32,16123,NULL,2598,2,'2026-01-22 20:47:51','2026-01-22 20:47:51','bc0445bb-60a3-4b59-815f-4ffe3b35e922'),
(97032,32,16123,NULL,2608,3,'2026-01-22 20:47:51','2026-01-22 20:47:51','ae035aae-4501-42e5-b838-f7b799d89b9d'),
(97033,32,16123,NULL,2600,4,'2026-01-22 20:47:51','2026-01-22 20:47:51','c9be90bd-fbe2-4754-a338-49fa96010b81'),
(97034,32,16123,NULL,2596,5,'2026-01-22 20:47:51','2026-01-22 20:47:51','b9927b3c-0cc1-4b5c-a007-8099d94336c5'),
(97035,32,16123,NULL,2602,6,'2026-01-22 20:47:51','2026-01-22 20:47:51','77fcaa59-14e4-4c7b-b13b-3585428819c4'),
(97036,32,16123,NULL,2604,7,'2026-01-22 20:47:51','2026-01-22 20:47:51','77058af7-8ac3-4ff1-ad29-c84f69ea35c7'),
(97037,32,16123,NULL,2606,8,'2026-01-22 20:47:51','2026-01-22 20:47:51','c593d48b-fed0-406a-bf24-d79339e17319'),
(97038,32,16123,NULL,2612,9,'2026-01-22 20:47:51','2026-01-22 20:47:51','6067a9bf-254f-4b16-999c-3b309741050d'),
(97039,16,16123,NULL,7891,1,'2026-01-22 20:47:51','2026-01-22 20:47:51','1518f479-1a67-4e5a-8206-c713f238df0f'),
(97040,7,16123,NULL,601,1,'2026-01-22 20:47:51','2026-01-22 20:47:51','3c9c5454-7510-44db-9798-752f8d1514c3'),
(97041,7,16123,NULL,2974,2,'2026-01-22 20:47:51','2026-01-22 20:47:51','18a27d8d-a009-473e-97d4-cdfd9b810e06'),
(97042,7,16123,NULL,617,3,'2026-01-22 20:47:51','2026-01-22 20:47:51','7ab39711-2518-4ee7-b99f-f40645dc15e9'),
(97043,7,16123,NULL,9732,4,'2026-01-22 20:47:51','2026-01-22 20:47:51','9fc51955-f935-4908-b207-585358e7fca7'),
(97044,7,16123,NULL,605,5,'2026-01-22 20:47:51','2026-01-22 20:47:51','d968eaa7-a39e-413e-805c-8cb43a25fe26'),
(97045,7,16123,NULL,9552,6,'2026-01-22 20:47:51','2026-01-22 20:47:51','7a7c905f-0d79-4798-b844-59078631f4b1'),
(97046,82,16123,NULL,491,1,'2026-01-22 20:47:51','2026-01-22 20:47:51','5efb9799-24d8-4630-8925-1a1a21967676'),
(97047,47,16123,NULL,15011,1,'2026-01-22 20:47:51','2026-01-22 20:47:51','921aa3bf-816e-441e-ba3c-35a844d7fc89'),
(97048,57,16123,NULL,7893,1,'2026-01-22 20:47:51','2026-01-22 20:47:51','fbbd0ac3-aa74-4b55-91f4-50546d3c06f4'),
(97049,57,16123,NULL,7892,2,'2026-01-22 20:47:51','2026-01-22 20:47:51','d5c352f9-be14-4bdd-9c56-11991e1d1351'),
(97050,57,16123,NULL,7894,3,'2026-01-22 20:47:51','2026-01-22 20:47:51','77679ccb-4608-4f29-a4ba-1c71ebac863a'),
(97051,57,16123,NULL,7901,4,'2026-01-22 20:47:51','2026-01-22 20:47:51','11148bee-f85f-4bad-8f31-fa6726ec6d3e'),
(97076,32,16127,NULL,2610,1,'2026-01-22 20:48:43','2026-01-22 20:48:43','b6756373-33b2-4aa6-bf31-cbf5ce1bb8d8'),
(97077,32,16127,NULL,2598,2,'2026-01-22 20:48:43','2026-01-22 20:48:43','44c2bcd8-bcae-4194-bf86-a5e4ae22b194'),
(97078,32,16127,NULL,2608,3,'2026-01-22 20:48:43','2026-01-22 20:48:43','4c71c4b3-6004-4312-9d4f-026f78d1bfe5'),
(97079,32,16127,NULL,2600,4,'2026-01-22 20:48:43','2026-01-22 20:48:43','0b6f912a-1db2-408b-ad3c-bf8d6ccd2835'),
(97080,32,16127,NULL,2596,5,'2026-01-22 20:48:43','2026-01-22 20:48:43','36ed39f1-a8e3-491b-9a7b-ed87e145a5e9'),
(97081,32,16127,NULL,2602,6,'2026-01-22 20:48:43','2026-01-22 20:48:43','c13de660-da9f-4a6f-a0ba-0e74d6a8a9c7'),
(97082,32,16127,NULL,2604,7,'2026-01-22 20:48:43','2026-01-22 20:48:43','a7282330-7aa0-42fb-a9fc-e216d2e7aa20'),
(97083,32,16127,NULL,2606,8,'2026-01-22 20:48:43','2026-01-22 20:48:43','d6a3da7e-699d-494e-b1be-c31acf64e90e'),
(97084,32,16127,NULL,2612,9,'2026-01-22 20:48:43','2026-01-22 20:48:43','277363a1-c4f5-44e5-abf7-2dbdbb971490'),
(97085,16,16127,NULL,7891,1,'2026-01-22 20:48:43','2026-01-22 20:48:43','147e4db5-f3bd-4ef6-9371-a5efabefa01e'),
(97086,7,16127,NULL,601,1,'2026-01-22 20:48:43','2026-01-22 20:48:43','fd683f46-a389-44d9-9425-cfaae6ebb9ac'),
(97087,7,16127,NULL,2974,2,'2026-01-22 20:48:43','2026-01-22 20:48:43','ceca643b-02fd-44de-8200-7de3cdf47e81'),
(97088,7,16127,NULL,617,3,'2026-01-22 20:48:43','2026-01-22 20:48:43','603424e2-fd1d-4555-92f4-4957d48bf87f'),
(97089,7,16127,NULL,9732,4,'2026-01-22 20:48:43','2026-01-22 20:48:43','b1eb4de1-58c1-45b6-8042-8b23f668874d'),
(97090,7,16127,NULL,605,5,'2026-01-22 20:48:43','2026-01-22 20:48:43','08b39c55-5633-49ab-b27a-13b98fcc48ac'),
(97091,7,16127,NULL,9552,6,'2026-01-22 20:48:43','2026-01-22 20:48:43','052760ea-8571-4dbe-8eb2-2ce14fa71c38'),
(97092,82,16127,NULL,491,1,'2026-01-22 20:48:43','2026-01-22 20:48:43','bd310dd9-b395-46be-9bc6-7ef9b6ee2cfd'),
(97093,47,16127,NULL,15011,1,'2026-01-22 20:48:43','2026-01-22 20:48:43','75927227-6a95-4a5b-a211-da2f99bb2a03'),
(97094,57,16127,NULL,7893,1,'2026-01-22 20:48:43','2026-01-22 20:48:43','05ca0886-b2ab-4b9d-bf85-8b6a1c66313f'),
(97095,57,16127,NULL,7892,2,'2026-01-22 20:48:43','2026-01-22 20:48:43','182b730e-0584-481d-a428-4d1cd559f3ab'),
(97096,57,16127,NULL,7894,3,'2026-01-22 20:48:43','2026-01-22 20:48:43','de0fe261-d129-4bc0-a9cc-9f2df87b5c27'),
(97097,57,16127,NULL,7901,4,'2026-01-22 20:48:43','2026-01-22 20:48:43','0441fedf-66b5-447d-af72-5118afd7c8d9'),
(97121,66,16136,NULL,16131,1,'2026-01-22 20:51:35','2026-01-22 20:51:35','586fc0dd-7382-42f0-a0c3-a6174c779b6d'),
(97122,32,16138,NULL,2614,1,'2026-01-22 20:51:35','2026-01-22 20:51:35','a826dbfb-208f-40ab-8662-210a85143b54'),
(97123,32,16138,NULL,2610,2,'2026-01-22 20:51:35','2026-01-22 20:51:35','c68c6a9e-d9aa-49d6-a0c6-97eb6cc27c43'),
(97124,32,16138,NULL,2598,3,'2026-01-22 20:51:35','2026-01-22 20:51:35','4a251a9b-3196-402a-b32f-82bf714a19ee'),
(97125,32,16138,NULL,2600,4,'2026-01-22 20:51:35','2026-01-22 20:51:35','a2387dc8-14c1-4ff9-9abc-2a43d828547f'),
(97126,32,16138,NULL,2596,5,'2026-01-22 20:51:35','2026-01-22 20:51:35','e388d911-7513-4355-bbf0-ab4b0e08348e'),
(97127,32,16138,NULL,2602,6,'2026-01-22 20:51:35','2026-01-22 20:51:35','2895d818-230c-446c-bb21-629214bb4ccc'),
(97128,32,16138,NULL,2604,7,'2026-01-22 20:51:35','2026-01-22 20:51:35','0ad0373c-8b19-4cc6-810b-dd805ced7b12'),
(97129,32,16138,NULL,2608,8,'2026-01-22 20:51:35','2026-01-22 20:51:35','4740804a-079d-4a7b-9180-a41f1641cde5'),
(97130,32,16138,NULL,2606,9,'2026-01-22 20:51:35','2026-01-22 20:51:35','1dfbe768-0a5f-4d9a-b6d3-4b227a9e49be'),
(97131,32,16138,NULL,2612,10,'2026-01-22 20:51:35','2026-01-22 20:51:35','128d210f-800f-41d2-b7b3-93b7c68f7684'),
(97132,16,16138,NULL,3564,1,'2026-01-22 20:51:35','2026-01-22 20:51:35','0125415c-8c68-4af0-a45e-7f57d7a3bf84'),
(97133,7,16138,NULL,601,1,'2026-01-22 20:51:35','2026-01-22 20:51:35','24a42244-e593-48e1-ad54-542c53a671d1'),
(97134,7,16138,NULL,617,2,'2026-01-22 20:51:35','2026-01-22 20:51:35','b3b03e7a-3b38-4081-86bf-9d73e6b62c31'),
(97135,7,16138,NULL,605,3,'2026-01-22 20:51:35','2026-01-22 20:51:35','4fe9eca7-200d-4c8d-aa93-47dea12e5866'),
(97136,7,16138,NULL,9552,4,'2026-01-22 20:51:35','2026-01-22 20:51:35','f9370b65-b1a9-47e0-9b0a-48cc4e129a3e'),
(97137,47,16138,NULL,15014,1,'2026-01-22 20:51:35','2026-01-22 20:51:35','a5cf6b9a-d6de-47af-b91c-000ae1f691a8'),
(97138,57,16138,NULL,7908,1,'2026-01-22 20:51:35','2026-01-22 20:51:35','75a3df1d-afd5-4b50-b1b4-e518b3586b35'),
(97139,57,16138,NULL,7910,2,'2026-01-22 20:51:35','2026-01-22 20:51:35','ca8cfb8f-a217-4760-b485-335e0ca1a7a9'),
(97140,57,16138,NULL,7911,3,'2026-01-22 20:51:35','2026-01-22 20:51:35','34268beb-5c0b-4446-adef-cf38b955e93d'),
(97141,57,16138,NULL,7909,4,'2026-01-22 20:51:35','2026-01-22 20:51:35','1fc67af5-4010-45a5-8ab0-0b0d8fd2fa13'),
(97143,66,16139,NULL,16131,1,'2026-01-22 20:51:35','2026-01-22 20:51:35','5159b89e-e0a0-4376-9c52-7ed5d72ccc5e'),
(97165,32,16142,NULL,2614,1,'2026-01-22 20:51:57','2026-01-22 20:51:57','d901856b-39ff-42b7-94fd-ad3a8e9b7312'),
(97166,32,16142,NULL,2610,2,'2026-01-22 20:51:57','2026-01-22 20:51:57','e94baf18-e1dc-4750-b380-b47bab889ec3'),
(97167,32,16142,NULL,2598,3,'2026-01-22 20:51:57','2026-01-22 20:51:57','085da889-e4c7-4c59-938c-2a7539fdc5b5'),
(97168,32,16142,NULL,2600,4,'2026-01-22 20:51:57','2026-01-22 20:51:57','59cd9fed-6cb7-42c5-891c-d1114b438cf9'),
(97169,32,16142,NULL,2596,5,'2026-01-22 20:51:57','2026-01-22 20:51:57','9318a5b1-7c9f-4b43-8119-951743f89aae'),
(97170,32,16142,NULL,2602,6,'2026-01-22 20:51:57','2026-01-22 20:51:57','e9dbeccc-6fb9-4290-a70d-69c0d0b20162'),
(97171,32,16142,NULL,2604,7,'2026-01-22 20:51:57','2026-01-22 20:51:57','fa5184f7-561a-494a-b19e-80c7a9c6344e'),
(97172,32,16142,NULL,2608,8,'2026-01-22 20:51:57','2026-01-22 20:51:57','d10670c4-a46e-480b-afa9-666854a8051b'),
(97173,32,16142,NULL,2606,9,'2026-01-22 20:51:57','2026-01-22 20:51:57','dff0d9e3-3966-4216-b296-304fadec1aa9'),
(97174,32,16142,NULL,2612,10,'2026-01-22 20:51:57','2026-01-22 20:51:57','05eed55e-b9f3-42d5-9826-ca83f90a4c2c'),
(97175,16,16142,NULL,3564,1,'2026-01-22 20:51:57','2026-01-22 20:51:57','48875949-8145-42e5-baea-c783727fc7ab'),
(97176,7,16142,NULL,601,1,'2026-01-22 20:51:57','2026-01-22 20:51:57','83f76554-f3f8-4dc5-bc40-ee65cc12168c'),
(97177,7,16142,NULL,617,2,'2026-01-22 20:51:57','2026-01-22 20:51:57','3f1aca57-1fb3-4abc-b39c-ff13ad51fe72'),
(97178,7,16142,NULL,605,3,'2026-01-22 20:51:57','2026-01-22 20:51:57','541af2e4-6989-4c79-b0db-2c1e3a222910'),
(97179,7,16142,NULL,9552,4,'2026-01-22 20:51:57','2026-01-22 20:51:57','662dea17-6091-4dc3-b287-4220d9f159e4'),
(97180,47,16142,NULL,15014,1,'2026-01-22 20:51:57','2026-01-22 20:51:57','d42d187b-7bf8-4e26-bd91-f26eabee9fec'),
(97181,57,16142,NULL,7908,1,'2026-01-22 20:51:57','2026-01-22 20:51:57','3a8e2d59-b5c6-47f3-8590-47789f6bea12'),
(97182,57,16142,NULL,7910,2,'2026-01-22 20:51:57','2026-01-22 20:51:57','6f0f6d35-7d22-4a6f-9b81-ef220f5da7a1'),
(97183,57,16142,NULL,7911,3,'2026-01-22 20:51:57','2026-01-22 20:51:57','30c2ec7e-fd44-4277-8345-0f0a34c17162'),
(97184,57,16142,NULL,7909,4,'2026-01-22 20:51:57','2026-01-22 20:51:57','c66bbb75-82c2-4dfb-9efa-07032092bfc7'),
(97216,32,16153,NULL,2610,1,'2026-01-22 20:55:07','2026-01-22 20:55:07','d2bcc1e5-9138-4581-a8e9-9c78de377e4d'),
(97217,32,16153,NULL,2598,2,'2026-01-22 20:55:07','2026-01-22 20:55:07','cb5b9b2a-499a-407e-b3fe-98f4b6471d3c'),
(97218,32,16153,NULL,2600,3,'2026-01-22 20:55:07','2026-01-22 20:55:07','7a8e908e-b4d9-476f-896e-3faa2779c461'),
(97219,32,16153,NULL,2596,4,'2026-01-22 20:55:07','2026-01-22 20:55:07','0bf4d5cc-0396-4b5a-aec4-f128c02dbf96'),
(97220,32,16153,NULL,2602,5,'2026-01-22 20:55:07','2026-01-22 20:55:07','2244ae8a-e4df-4b61-bd5a-3ebd4aeb6760'),
(97221,32,16153,NULL,2604,6,'2026-01-22 20:55:07','2026-01-22 20:55:07','d29ab91f-c09f-481c-904c-14dca92f7d93'),
(97222,32,16153,NULL,2608,7,'2026-01-22 20:55:07','2026-01-22 20:55:07','0d941c95-788c-4731-bbd9-c2eecb0854ff'),
(97223,32,16153,NULL,2606,8,'2026-01-22 20:55:07','2026-01-22 20:55:07','b5ef88ca-0d46-47ea-a9d4-dd6897fe4c3e'),
(97224,32,16153,NULL,2612,9,'2026-01-22 20:55:07','2026-01-22 20:55:07','771b195e-f1b5-4fa8-86b6-4ccf49533f7b'),
(97225,16,16153,NULL,5253,1,'2026-01-22 20:55:07','2026-01-22 20:55:07','72e0eb35-cc58-4677-853f-c648fce1c33b'),
(97226,7,16153,NULL,601,1,'2026-01-22 20:55:07','2026-01-22 20:55:07','243acafd-f057-42dc-9167-c7570f671054'),
(97227,7,16153,NULL,617,2,'2026-01-22 20:55:07','2026-01-22 20:55:07','7ddd0cc0-80c2-412d-ab2b-495a583b68e2'),
(97228,7,16153,NULL,9727,3,'2026-01-22 20:55:07','2026-01-22 20:55:07','e5a960e6-8d34-427a-a928-63b7ee921db6'),
(97229,7,16153,NULL,9552,4,'2026-01-22 20:55:07','2026-01-22 20:55:07','8796841e-dd82-49c5-ba56-37b93d0a63f6'),
(97230,7,16153,NULL,605,5,'2026-01-22 20:55:07','2026-01-22 20:55:07','808a4200-8ba3-49d2-9376-30a606fbc2b4'),
(97231,82,16153,NULL,491,1,'2026-01-22 20:55:07','2026-01-22 20:55:07','3bcc03a0-a8d0-4ced-90c9-74ef91496e0e'),
(97232,46,16153,NULL,7379,1,'2026-01-22 20:55:07','2026-01-22 20:55:07','418fa67b-4342-44b0-9ac3-f6f6a2582287'),
(97233,47,16153,NULL,15017,1,'2026-01-22 20:55:07','2026-01-22 20:55:07','e17da491-f984-445d-a417-4196ba2d6fec'),
(97234,57,16153,NULL,7926,1,'2026-01-22 20:55:07','2026-01-22 20:55:07','80701233-9096-4649-bc2d-b78a5b1f3bc2'),
(97235,57,16153,NULL,7928,2,'2026-01-22 20:55:07','2026-01-22 20:55:07','9eb22e64-c018-4dd9-ac82-4d0cd9ad376f'),
(97236,57,16153,NULL,7927,3,'2026-01-22 20:55:07','2026-01-22 20:55:07','34e1c17e-93c9-43f7-8f15-219518ea3681'),
(97237,57,16153,NULL,7924,4,'2026-01-22 20:55:07','2026-01-22 20:55:07','cd310628-dfd1-437b-af8c-ebdb057298b1'),
(97238,57,16153,NULL,7925,5,'2026-01-22 20:55:07','2026-01-22 20:55:07','abd57fe1-646a-4b1b-8e20-965eff864c92'),
(97239,57,16153,NULL,7923,6,'2026-01-22 20:55:07','2026-01-22 20:55:07','9105f7e2-2eb3-4097-9d65-950140ddf847'),
(97240,57,16153,NULL,7920,7,'2026-01-22 20:55:07','2026-01-22 20:55:07','127ff582-dd7d-443c-b73d-4ca0dc634c0f'),
(97241,57,16153,NULL,7922,8,'2026-01-22 20:55:07','2026-01-22 20:55:07','e9bd5fa8-0374-4c83-b575-bbe96538b598'),
(97242,57,16153,NULL,7921,9,'2026-01-22 20:55:07','2026-01-22 20:55:07','57431bbf-4bd9-45ad-a102-21c45d9936e6'),
(97272,32,16157,NULL,2610,1,'2026-01-22 20:55:47','2026-01-22 20:55:47','6b77beb4-e89d-455b-804a-62adcb58c97b'),
(97273,32,16157,NULL,2598,2,'2026-01-22 20:55:47','2026-01-22 20:55:47','816954ec-eecc-4c5a-9956-78619a7ee806'),
(97274,32,16157,NULL,2600,3,'2026-01-22 20:55:47','2026-01-22 20:55:47','4be10c59-e9f7-4f19-a467-30bc5f209049'),
(97275,32,16157,NULL,2596,4,'2026-01-22 20:55:47','2026-01-22 20:55:47','27fd6b1e-d6cd-434c-bb3f-70615a2481e8'),
(97276,32,16157,NULL,2602,5,'2026-01-22 20:55:47','2026-01-22 20:55:47','ffbc1c7f-39a8-4b2f-bfa5-c01a1f1644c1'),
(97277,32,16157,NULL,2604,6,'2026-01-22 20:55:47','2026-01-22 20:55:47','87709266-b35a-4749-bad3-3faba22f3acb'),
(97278,32,16157,NULL,2608,7,'2026-01-22 20:55:47','2026-01-22 20:55:47','e861b68a-8995-4459-8610-663736393895'),
(97279,32,16157,NULL,2606,8,'2026-01-22 20:55:47','2026-01-22 20:55:47','3a53df68-0d9d-4741-8c3e-a9ca6cc4f755'),
(97280,32,16157,NULL,2612,9,'2026-01-22 20:55:47','2026-01-22 20:55:47','0fc0d72f-6729-430f-a0b3-5c2e6cc93cbf'),
(97281,16,16157,NULL,5253,1,'2026-01-22 20:55:47','2026-01-22 20:55:47','4db38f8d-f6ba-4850-b97b-78ab4ad6bffb'),
(97282,7,16157,NULL,601,1,'2026-01-22 20:55:47','2026-01-22 20:55:47','fd4aa65b-e871-4fdd-a6b9-0064e46123a9'),
(97283,7,16157,NULL,617,2,'2026-01-22 20:55:47','2026-01-22 20:55:47','15a6c1af-bee8-43fd-a310-1aa4dfe24d99'),
(97284,7,16157,NULL,9727,3,'2026-01-22 20:55:47','2026-01-22 20:55:47','053ad3df-1185-4868-9746-19150bc90a14'),
(97285,7,16157,NULL,9552,4,'2026-01-22 20:55:47','2026-01-22 20:55:47','e5401dff-aea7-4c8f-9d09-4758942f79ae'),
(97286,7,16157,NULL,605,5,'2026-01-22 20:55:47','2026-01-22 20:55:47','de729b1f-499f-4b3e-9629-7b5570a7c2c9'),
(97287,82,16157,NULL,491,1,'2026-01-22 20:55:47','2026-01-22 20:55:47','a147e1a1-0d7f-4f0c-b0ae-ca4916fc401f'),
(97288,46,16157,NULL,7379,1,'2026-01-22 20:55:47','2026-01-22 20:55:47','1590fe88-41e1-4bb7-bc7a-ec7b320ca71f'),
(97289,47,16157,NULL,15017,1,'2026-01-22 20:55:47','2026-01-22 20:55:47','933619cd-eb50-4726-85ca-ea0c15ed63f9'),
(97290,57,16157,NULL,7926,1,'2026-01-22 20:55:47','2026-01-22 20:55:47','2d1ab0af-1d99-4ea3-badb-caf97a667ca6'),
(97291,57,16157,NULL,7928,2,'2026-01-22 20:55:47','2026-01-22 20:55:47','fe338909-3717-437d-9955-cce4843f2d8f'),
(97292,57,16157,NULL,7927,3,'2026-01-22 20:55:47','2026-01-22 20:55:47','3c64df88-73f3-4a83-8b9d-a592202b2d1a'),
(97293,57,16157,NULL,7924,4,'2026-01-22 20:55:47','2026-01-22 20:55:47','caeacb16-b462-4460-93b2-2018c2e309dc'),
(97294,57,16157,NULL,7925,5,'2026-01-22 20:55:47','2026-01-22 20:55:47','9b28eb0b-dd9f-4af5-aae1-368850bc44af'),
(97295,57,16157,NULL,7923,6,'2026-01-22 20:55:47','2026-01-22 20:55:47','8a4daff0-8f16-4c9a-9dde-50057ad86a67'),
(97296,57,16157,NULL,7920,7,'2026-01-22 20:55:47','2026-01-22 20:55:47','b8663186-33cb-49d9-bfff-9e26eb038e32'),
(97297,57,16157,NULL,7922,8,'2026-01-22 20:55:47','2026-01-22 20:55:47','b307c11a-5f18-4e93-9e32-62c34394200e'),
(97298,57,16157,NULL,7921,9,'2026-01-22 20:55:47','2026-01-22 20:55:47','b6d184ba-cdb5-46c6-80f1-8288471172ea'),
(97327,32,16162,NULL,2614,1,'2026-01-22 20:56:10','2026-01-22 20:56:10','db52901b-61bb-47d5-bf5b-91ac21255ed1'),
(97328,32,16162,NULL,2610,2,'2026-01-22 20:56:10','2026-01-22 20:56:10','d19ae3a7-a991-41a0-a24a-8bf0ec440250'),
(97329,32,16162,NULL,2598,3,'2026-01-22 20:56:10','2026-01-22 20:56:10','81010bad-9c77-4587-ade0-180bb2568854'),
(97330,32,16162,NULL,2600,4,'2026-01-22 20:56:10','2026-01-22 20:56:10','90f35521-a8e6-4eb3-8636-45d14ddbecef'),
(97331,32,16162,NULL,2596,5,'2026-01-22 20:56:10','2026-01-22 20:56:10','36982347-2cfb-4607-ac87-bc14b2db019b'),
(97332,32,16162,NULL,2602,6,'2026-01-22 20:56:10','2026-01-22 20:56:10','e15cd2e0-f7dd-48cd-8e7e-ba0ce28c6250'),
(97333,32,16162,NULL,2612,7,'2026-01-22 20:56:10','2026-01-22 20:56:10','bec265b7-9c4a-4ab9-894f-7ec9cabd9b0c'),
(97334,32,16162,NULL,2604,8,'2026-01-22 20:56:10','2026-01-22 20:56:10','dffc1aec-f69d-45b7-b35f-d455ac8e7272'),
(97335,32,16162,NULL,2608,9,'2026-01-22 20:56:10','2026-01-22 20:56:10','f8b992fe-a1b2-465a-85d3-66be287eb2ab'),
(97336,32,16162,NULL,2606,10,'2026-01-22 20:56:10','2026-01-22 20:56:10','aa522328-355d-49b3-8804-13335aa31d6a'),
(97337,32,16162,NULL,2622,11,'2026-01-22 20:56:10','2026-01-22 20:56:10','18317505-b78c-48ab-830d-07114eea9d06'),
(97338,16,16162,NULL,3623,1,'2026-01-22 20:56:10','2026-01-22 20:56:10','c2d8b5a1-5bb7-4e71-b8fa-63c2e12b74f8'),
(97339,7,16162,NULL,601,1,'2026-01-22 20:56:10','2026-01-22 20:56:10','347ba200-d7a0-43d1-9079-84edda2e7140'),
(97340,7,16162,NULL,617,2,'2026-01-22 20:56:10','2026-01-22 20:56:10','fa84fa33-c2cd-4911-85ae-fc16439981bd'),
(97341,7,16162,NULL,605,3,'2026-01-22 20:56:10','2026-01-22 20:56:10','7ee3430d-3b64-4630-8b3e-958eedcdb0cc'),
(97342,7,16162,NULL,9552,4,'2026-01-22 20:56:10','2026-01-22 20:56:10','7811bc8b-bee3-430a-b6f4-be5dc133239d'),
(97343,47,16162,NULL,15019,1,'2026-01-22 20:56:10','2026-01-22 20:56:10','1856371c-157a-40ee-99f7-54e2f8658a28'),
(97344,57,16162,NULL,7950,1,'2026-01-22 20:56:10','2026-01-22 20:56:10','97b1c8bd-95dd-4fde-9893-9355ad85d5ad'),
(97345,57,16162,NULL,7952,2,'2026-01-22 20:56:10','2026-01-22 20:56:10','eb62171a-8d81-4ed1-b1b1-d16d16ca0e01'),
(97346,57,16162,NULL,7956,3,'2026-01-22 20:56:10','2026-01-22 20:56:10','c0d92d4d-2fd8-439a-a70c-bc1ffca96b22'),
(97347,57,16162,NULL,7955,4,'2026-01-22 20:56:10','2026-01-22 20:56:10','ae7144b6-f97b-492e-ac26-294ef75073d6'),
(97348,57,16162,NULL,7951,5,'2026-01-22 20:56:10','2026-01-22 20:56:10','0c2ee430-73f4-40ee-a68d-beb35a291cc4'),
(97349,57,16162,NULL,7954,6,'2026-01-22 20:56:10','2026-01-22 20:56:10','82bcb19a-8257-44df-8bba-a8356858470f'),
(97350,57,16162,NULL,7953,7,'2026-01-22 20:56:10','2026-01-22 20:56:10','7efdf919-90b4-411b-be5f-098d5151fee4'),
(97351,57,16162,NULL,7957,8,'2026-01-22 20:56:10','2026-01-22 20:56:10','9b43552e-64c9-435d-911c-fe36879f2d61'),
(97388,32,16166,NULL,2610,1,'2026-01-22 20:56:24','2026-01-22 20:56:24','40f79acb-baae-4f6c-bb41-68d344af0a86'),
(97389,32,16166,NULL,2598,2,'2026-01-22 20:56:24','2026-01-22 20:56:24','7f3efd71-7641-4a97-9e09-03effcb8d127'),
(97390,32,16166,NULL,2608,3,'2026-01-22 20:56:24','2026-01-22 20:56:24','7d34e624-da5b-4b73-a4a4-e6a66f5cea19'),
(97391,32,16166,NULL,2600,4,'2026-01-22 20:56:24','2026-01-22 20:56:24','5c68d2c9-4ff7-4698-90ad-8b165f6f50a3'),
(97392,32,16166,NULL,2596,5,'2026-01-22 20:56:24','2026-01-22 20:56:24','af4ffa0a-7b21-490e-bc93-28bacad70089'),
(97393,32,16166,NULL,2602,6,'2026-01-22 20:56:24','2026-01-22 20:56:24','b9837e99-c393-43d1-bfb8-bb71adf1cd9b'),
(97394,32,16166,NULL,2604,7,'2026-01-22 20:56:24','2026-01-22 20:56:24','7229d4fd-9829-42bd-89b1-efee016b57a4'),
(97395,32,16166,NULL,2606,8,'2026-01-22 20:56:24','2026-01-22 20:56:24','9c6713e7-3e35-41b0-8995-9e75c22a7edf'),
(97396,32,16166,NULL,2612,9,'2026-01-22 20:56:24','2026-01-22 20:56:24','36aeca10-fef6-42dc-9637-99849a76a7a8'),
(97397,16,16166,NULL,10219,1,'2026-01-22 20:56:24','2026-01-22 20:56:24','6c0fe798-389b-4e21-9e5f-14a1713f4528'),
(97398,7,16166,NULL,601,1,'2026-01-22 20:56:24','2026-01-22 20:56:24','6d489f13-a9d4-4c4c-b458-9e20d817b2eb'),
(97399,7,16166,NULL,2974,2,'2026-01-22 20:56:24','2026-01-22 20:56:24','2bc7e178-afdd-4550-9882-c20e82464886'),
(97400,7,16166,NULL,617,3,'2026-01-22 20:56:24','2026-01-22 20:56:24','85b5ce03-5de5-4e15-a49f-2e0da69ca5a8'),
(97401,7,16166,NULL,9732,4,'2026-01-22 20:56:24','2026-01-22 20:56:24','bfecfb3d-ff92-4823-a056-6ed8a157f788'),
(97402,7,16166,NULL,9735,5,'2026-01-22 20:56:24','2026-01-22 20:56:24','0c6417c5-b53d-4509-99bd-13ee28d580fa'),
(97403,7,16166,NULL,9552,6,'2026-01-22 20:56:24','2026-01-22 20:56:24','1cc3da53-c962-451f-a09a-e4179a34e415'),
(97404,7,16166,NULL,605,7,'2026-01-22 20:56:24','2026-01-22 20:56:24','78cac74f-fb7a-4159-9190-dc5d3a0a6de2'),
(97405,82,16166,NULL,491,1,'2026-01-22 20:56:24','2026-01-22 20:56:24','d24c6b09-f32e-47c3-8d67-92f88ae927e5'),
(97406,47,16166,NULL,15023,1,'2026-01-22 20:56:24','2026-01-22 20:56:24','0c38d1a7-7362-48f2-a304-91ff913904b6'),
(97407,57,16166,NULL,10220,1,'2026-01-22 20:56:24','2026-01-22 20:56:24','26f294f4-218e-445f-af3c-457563c68906'),
(97408,57,16166,NULL,10224,2,'2026-01-22 20:56:24','2026-01-22 20:56:24','c348f375-f189-449b-906e-c25c3e3b1602'),
(97409,57,16166,NULL,10221,3,'2026-01-22 20:56:24','2026-01-22 20:56:24','d47ba53b-de3b-4a6d-be8a-a1c4dc41d62a'),
(97410,57,16166,NULL,10222,4,'2026-01-22 20:56:24','2026-01-22 20:56:24','7d7aba3c-2ff8-443b-9a70-299d59efcda8'),
(97411,57,16166,NULL,10225,5,'2026-01-22 20:56:24','2026-01-22 20:56:24','e83bee53-b9a8-47e4-af67-e823c7ef3877'),
(97412,57,16166,NULL,10226,6,'2026-01-22 20:56:24','2026-01-22 20:56:24','d3629191-ed9b-42f9-bd8b-59a8b310c4cb'),
(97413,57,16166,NULL,10228,7,'2026-01-22 20:56:24','2026-01-22 20:56:24','d02ca269-d639-4c48-9d1c-e2b67356b41b'),
(97414,57,16166,NULL,10229,8,'2026-01-22 20:56:24','2026-01-22 20:56:24','8b0d2902-7087-4be8-8d85-a70cec0aab92'),
(97415,57,16166,NULL,10232,9,'2026-01-22 20:56:24','2026-01-22 20:56:24','5e226253-045a-46be-b1a3-3662858cb1f8'),
(97416,57,16166,NULL,10233,10,'2026-01-22 20:56:24','2026-01-22 20:56:24','7a2217f0-0de2-405e-8227-411c3f5526a9'),
(97417,57,16166,NULL,10234,11,'2026-01-22 20:56:24','2026-01-22 20:56:24','43b38abe-fbd3-41dd-8ffb-fb63c8d9e206'),
(97418,57,16166,NULL,10236,12,'2026-01-22 20:56:24','2026-01-22 20:56:24','b4947bbd-fed7-4006-97b6-882cfe7e946d'),
(97419,57,16166,NULL,10237,13,'2026-01-22 20:56:24','2026-01-22 20:56:24','f9da4612-8fb0-49f7-9a8d-766c903a352f'),
(97420,57,16166,NULL,10238,14,'2026-01-22 20:56:24','2026-01-22 20:56:24','550dd953-f87d-4693-bd6e-11f532055497'),
(97421,57,16166,NULL,10240,15,'2026-01-22 20:56:24','2026-01-22 20:56:24','4ccb0968-053c-42ed-911e-6cbbad2722db'),
(97434,16,16171,NULL,7937,1,'2026-01-22 20:57:14','2026-01-22 20:57:14','9e873831-9418-4f0d-8ad6-c3e2cfde5ca0'),
(97435,7,16171,NULL,617,1,'2026-01-22 20:57:14','2026-01-22 20:57:14','15b42d76-9287-419c-980a-f5db2317818b'),
(97436,7,16171,NULL,605,2,'2026-01-22 20:57:14','2026-01-22 20:57:14','d3f85787-c9ba-4d8f-a755-2be907df2f58'),
(97437,7,16171,NULL,9552,3,'2026-01-22 20:57:14','2026-01-22 20:57:14','65f7e80f-d079-482c-a7fd-f1ecb7a65715'),
(97438,57,16171,NULL,7939,1,'2026-01-22 20:57:14','2026-01-22 20:57:14','9454d49f-f5f1-48e4-bc83-1e7f5e5d6e0f'),
(97439,57,16171,NULL,7941,2,'2026-01-22 20:57:14','2026-01-22 20:57:14','a53ba8e8-2137-4955-a103-eb3d2057d52b'),
(97440,57,16171,NULL,7940,3,'2026-01-22 20:57:14','2026-01-22 20:57:14','09a6e1aa-7a24-43b5-a528-8f075c134965'),
(97441,57,16171,NULL,7938,4,'2026-01-22 20:57:14','2026-01-22 20:57:14','7a86e86d-268c-4743-bda1-b235c8c242f2'),
(97443,66,16172,NULL,6020,1,'2026-01-22 20:57:14','2026-01-22 20:57:14','b97bdad0-b1bd-4a3c-ae6d-326b33c3a1cb'),
(97453,16,16174,NULL,7937,1,'2026-01-22 20:57:55','2026-01-22 20:57:55','b957ae87-bd75-4f26-b3c1-f6eb4feb903a'),
(97454,7,16174,NULL,617,1,'2026-01-22 20:57:55','2026-01-22 20:57:55','1dc0f892-cb03-4547-980a-3b0b84c6d3cc'),
(97455,7,16174,NULL,605,2,'2026-01-22 20:57:55','2026-01-22 20:57:55','d74f2a76-1bed-4d29-a058-11a5762403d2'),
(97456,7,16174,NULL,9552,3,'2026-01-22 20:57:55','2026-01-22 20:57:55','8f179442-0d7a-4bb7-8459-6e9c89b4c849'),
(97457,57,16174,NULL,7939,1,'2026-01-22 20:57:55','2026-01-22 20:57:55','94d784bd-f717-4eae-b155-2d6431c20db7'),
(97458,57,16174,NULL,7941,2,'2026-01-22 20:57:55','2026-01-22 20:57:55','cffeb376-ef76-43e7-af9e-b7ca5daf8049'),
(97459,57,16174,NULL,7940,3,'2026-01-22 20:57:55','2026-01-22 20:57:55','7a3965eb-48c5-46f7-b576-97e9edff20d5'),
(97460,57,16174,NULL,7938,4,'2026-01-22 20:57:55','2026-01-22 20:57:55','323c542a-e1c6-4974-9cf6-8758b2e8a16f'),
(97488,32,16180,NULL,2614,1,'2026-01-22 20:59:54','2026-01-22 20:59:54','f3465e63-14a0-4b51-84e3-928273c32dd5'),
(97489,32,16180,NULL,2610,2,'2026-01-22 20:59:54','2026-01-22 20:59:54','4d72eb7d-8117-469a-99be-b0b48442b750'),
(97490,32,16180,NULL,2598,3,'2026-01-22 20:59:54','2026-01-22 20:59:54','a5cfc162-61d6-44f2-91ac-53978421c482'),
(97491,32,16180,NULL,2600,4,'2026-01-22 20:59:54','2026-01-22 20:59:54','c693bd11-accf-4054-9c98-77ab6e8911e6'),
(97492,32,16180,NULL,2596,5,'2026-01-22 20:59:54','2026-01-22 20:59:54','0aaa86db-78e7-41a0-9c6b-76788298464d'),
(97493,32,16180,NULL,2602,6,'2026-01-22 20:59:54','2026-01-22 20:59:54','583204fb-273d-4467-a321-7701be54f44c'),
(97494,32,16180,NULL,2612,7,'2026-01-22 20:59:54','2026-01-22 20:59:54','4dfbd05a-e6b0-4014-ad20-a283e6bebbb9'),
(97495,32,16180,NULL,2604,8,'2026-01-22 20:59:54','2026-01-22 20:59:54','abb07e94-488b-482f-b77b-6a62d23d19f5'),
(97496,32,16180,NULL,2608,9,'2026-01-22 20:59:54','2026-01-22 20:59:54','db825385-e2d7-4690-88e4-8a6ea6f20537'),
(97497,32,16180,NULL,2606,10,'2026-01-22 20:59:54','2026-01-22 20:59:54','54a77755-c048-4c1e-810c-295588425a54'),
(97498,32,16180,NULL,2622,11,'2026-01-22 20:59:54','2026-01-22 20:59:54','f6ef4685-0bc8-4db6-aea9-c6fffe382a51'),
(97499,16,16180,NULL,3623,1,'2026-01-22 20:59:54','2026-01-22 20:59:54','6cd89688-2a7b-438c-b03e-b076e4b40c8f'),
(97500,7,16180,NULL,601,1,'2026-01-22 20:59:54','2026-01-22 20:59:54','28e43c07-1ca1-469b-94f9-4c9dd27643a1'),
(97501,7,16180,NULL,617,2,'2026-01-22 20:59:54','2026-01-22 20:59:54','4c8d5062-12b5-4f5e-aa86-96d161da8574'),
(97502,7,16180,NULL,605,3,'2026-01-22 20:59:54','2026-01-22 20:59:54','c8b87b47-d03a-458f-b4c4-ada85757b9bb'),
(97503,7,16180,NULL,9552,4,'2026-01-22 20:59:54','2026-01-22 20:59:54','04d32507-37f3-4e0e-b5ab-4f1b9a216967'),
(97504,47,16180,NULL,15019,1,'2026-01-22 20:59:54','2026-01-22 20:59:54','adadd01b-e51f-4863-bf50-c8a27c8e6741'),
(97505,57,16180,NULL,7950,1,'2026-01-22 20:59:54','2026-01-22 20:59:54','389bca4e-e734-431e-ac60-27953ad7c3b8'),
(97506,57,16180,NULL,7952,2,'2026-01-22 20:59:54','2026-01-22 20:59:54','c23e78a9-0874-4473-982e-6f24377b2a5e'),
(97507,57,16180,NULL,7956,3,'2026-01-22 20:59:54','2026-01-22 20:59:54','3c12cca5-15d7-4fc5-8811-7ee038b276cd'),
(97508,57,16180,NULL,7955,4,'2026-01-22 20:59:54','2026-01-22 20:59:54','3a83029b-3ee5-4c84-8df2-063952fe6e26'),
(97509,57,16180,NULL,7951,5,'2026-01-22 20:59:54','2026-01-22 20:59:54','17cbbd5b-73f3-476b-87cf-0d781c4fe294'),
(97510,57,16180,NULL,7954,6,'2026-01-22 20:59:54','2026-01-22 20:59:54','9adc7d3e-fb6b-4fed-a59f-1641945ce139'),
(97511,57,16180,NULL,7953,7,'2026-01-22 20:59:54','2026-01-22 20:59:54','36144fb0-88ba-4b93-9771-f69190f2acca'),
(97512,57,16180,NULL,7957,8,'2026-01-22 20:59:54','2026-01-22 20:59:54','5c953335-affc-4ddd-ba7d-000f00bf5df7'),
(97550,66,16186,NULL,16185,1,'2026-01-22 21:01:34','2026-01-22 21:01:34','4ede1400-4f41-4d1c-bb0b-4ce9797971a3'),
(97551,32,16187,NULL,2610,1,'2026-01-22 21:01:34','2026-01-22 21:01:34','900efc32-31c2-4ac1-900f-b20a05264290'),
(97552,32,16187,NULL,2598,2,'2026-01-22 21:01:34','2026-01-22 21:01:34','90a6de84-e44c-4686-bcef-7c17925580cf'),
(97553,32,16187,NULL,2608,3,'2026-01-22 21:01:34','2026-01-22 21:01:34','700ec896-2c5c-48de-9e06-08e2f84e0ab9'),
(97554,32,16187,NULL,2600,4,'2026-01-22 21:01:34','2026-01-22 21:01:34','9d29d678-e341-4ed4-a46b-264560e4d17a'),
(97555,32,16187,NULL,2596,5,'2026-01-22 21:01:34','2026-01-22 21:01:34','d358f54d-bab6-4c76-a768-2e339caa5ca1'),
(97556,32,16187,NULL,2602,6,'2026-01-22 21:01:34','2026-01-22 21:01:34','f0cebcd6-86a3-4663-a43e-6facb47fa271'),
(97557,32,16187,NULL,2604,7,'2026-01-22 21:01:34','2026-01-22 21:01:34','2265f37e-adce-4ed1-99eb-3c6fe6ed6178'),
(97558,32,16187,NULL,2606,8,'2026-01-22 21:01:34','2026-01-22 21:01:34','1fd871c9-8c79-481e-9da4-dd860cb9e2b8'),
(97559,32,16187,NULL,2612,9,'2026-01-22 21:01:34','2026-01-22 21:01:34','fc9100ed-54fd-4430-b333-b95a62738a3d'),
(97560,16,16187,NULL,10219,1,'2026-01-22 21:01:34','2026-01-22 21:01:34','25186c45-e56d-48df-87c8-a11f48852e9b'),
(97561,7,16187,NULL,601,1,'2026-01-22 21:01:34','2026-01-22 21:01:34','8ce3e34b-8e58-43ae-a0a0-23a1cfe2f7bd'),
(97562,7,16187,NULL,2974,2,'2026-01-22 21:01:34','2026-01-22 21:01:34','d7ff9d25-db6f-44ea-87eb-c842b8b5f2f9'),
(97563,7,16187,NULL,617,3,'2026-01-22 21:01:34','2026-01-22 21:01:34','27bcc6dd-bf54-4e4c-b6cf-f512b0ecdd29'),
(97564,7,16187,NULL,9732,4,'2026-01-22 21:01:34','2026-01-22 21:01:34','b1a41e6a-5ecb-490e-a6ab-aff024390b1c'),
(97565,7,16187,NULL,9735,5,'2026-01-22 21:01:34','2026-01-22 21:01:34','2e3c3f11-9904-47a2-b347-25afdaec7f61'),
(97566,7,16187,NULL,9552,6,'2026-01-22 21:01:34','2026-01-22 21:01:34','ed929a89-e53c-47b4-b8b6-c43cfdd5c6fc'),
(97567,7,16187,NULL,605,7,'2026-01-22 21:01:34','2026-01-22 21:01:34','40ba5eda-ec6d-438a-a0bf-f6e5b6dfd509'),
(97568,82,16187,NULL,491,1,'2026-01-22 21:01:34','2026-01-22 21:01:34','8a2ee8e4-94f4-41f6-a1e2-e5ba50b8b536'),
(97569,47,16187,NULL,15023,1,'2026-01-22 21:01:34','2026-01-22 21:01:34','3848557a-7d6b-4382-9aaf-64a8f434b291'),
(97570,57,16187,NULL,10220,1,'2026-01-22 21:01:34','2026-01-22 21:01:34','d75a1030-2273-4f2b-855b-8ecd883f29e6'),
(97571,57,16187,NULL,10224,2,'2026-01-22 21:01:34','2026-01-22 21:01:34','88558c55-70b5-4fa1-8a21-ce8504c1699e'),
(97572,57,16187,NULL,10221,3,'2026-01-22 21:01:34','2026-01-22 21:01:34','a64ef3c8-7512-498e-814b-ca49509a3c57'),
(97573,57,16187,NULL,10222,4,'2026-01-22 21:01:34','2026-01-22 21:01:34','ffa45bc2-2a2f-4a2b-ac88-abbd84a100ba'),
(97574,57,16187,NULL,10225,5,'2026-01-22 21:01:34','2026-01-22 21:01:34','b81e2142-7db6-4202-b133-b74d24fdd8fc'),
(97575,57,16187,NULL,10226,6,'2026-01-22 21:01:34','2026-01-22 21:01:34','3b5909cb-a4b8-4e39-bcc8-3f33558a9c55'),
(97576,57,16187,NULL,10228,7,'2026-01-22 21:01:34','2026-01-22 21:01:34','83240c23-1b61-4f61-b20f-3f97eeac971c'),
(97577,57,16187,NULL,10229,8,'2026-01-22 21:01:34','2026-01-22 21:01:34','c1ce53c1-178a-4466-9e5e-7cef11cfc627'),
(97578,57,16187,NULL,10232,9,'2026-01-22 21:01:34','2026-01-22 21:01:34','d76ae9c1-c63f-424c-a28a-4c6a504c1974'),
(97579,57,16187,NULL,10233,10,'2026-01-22 21:01:34','2026-01-22 21:01:34','63946545-ad1a-40a5-add7-50ac0991ed5a'),
(97580,57,16187,NULL,10234,11,'2026-01-22 21:01:34','2026-01-22 21:01:34','64f5dda0-6e2b-44fe-8f47-788ab5b08415'),
(97581,57,16187,NULL,10236,12,'2026-01-22 21:01:34','2026-01-22 21:01:34','950dcb7e-6de9-4488-97e5-c14fe2adf41a'),
(97582,57,16187,NULL,10237,13,'2026-01-22 21:01:34','2026-01-22 21:01:34','9196fc48-b62a-42a2-ad0d-1371a319f951'),
(97583,57,16187,NULL,10238,14,'2026-01-22 21:01:34','2026-01-22 21:01:34','d4e4694b-9aaf-4ca5-ae36-7df4268b8431'),
(97584,57,16187,NULL,10240,15,'2026-01-22 21:01:34','2026-01-22 21:01:34','7dba16a0-4664-45bb-b0c9-00b799b0b829'),
(97586,66,16189,NULL,16185,1,'2026-01-22 21:01:34','2026-01-22 21:01:34','2ff74f9c-1a8f-4608-aa3c-ae8eef5b80a6'),
(97613,32,16196,NULL,2614,1,'2026-01-22 21:05:05','2026-01-22 21:05:05','8bfa4c30-e512-496d-bfb9-42faa9438d29'),
(97614,32,16196,NULL,2610,2,'2026-01-22 21:05:05','2026-01-22 21:05:05','7e6bc1c6-c634-4cb1-8ae2-cd973d82b305'),
(97615,32,16196,NULL,2598,3,'2026-01-22 21:05:05','2026-01-22 21:05:05','f4bd0643-b0e5-422e-bfa4-5aabf4b84cf3'),
(97616,32,16196,NULL,2600,4,'2026-01-22 21:05:05','2026-01-22 21:05:05','4f3a6fab-8e84-4468-8ee9-eca2ca6aedfd'),
(97617,32,16196,NULL,2596,5,'2026-01-22 21:05:05','2026-01-22 21:05:05','5c9720ed-83bd-4144-aae2-791000afb9a8'),
(97618,32,16196,NULL,2602,6,'2026-01-22 21:05:05','2026-01-22 21:05:05','5f015c1a-da3b-4874-aaf9-32016e8e4e05'),
(97619,32,16196,NULL,2612,7,'2026-01-22 21:05:05','2026-01-22 21:05:05','6fee385e-f8fe-4e62-8e71-01f1ad96afd4'),
(97620,32,16196,NULL,2604,8,'2026-01-22 21:05:05','2026-01-22 21:05:05','f33c5e27-b325-4820-93f6-76472a09b2ed'),
(97621,32,16196,NULL,2608,9,'2026-01-22 21:05:05','2026-01-22 21:05:05','ffec9762-233e-4775-a21e-ebf04a14378e'),
(97622,32,16196,NULL,2606,10,'2026-01-22 21:05:05','2026-01-22 21:05:05','2ef2e4a4-33f7-4380-bb6d-9d143a2db0c4'),
(97623,32,16196,NULL,2622,11,'2026-01-22 21:05:05','2026-01-22 21:05:05','84e4558a-7b52-4a5e-91a3-f045036ace02'),
(97624,16,16196,NULL,3623,1,'2026-01-22 21:05:05','2026-01-22 21:05:05','8bf11fae-363d-42bb-b985-1b585dde442f'),
(97625,7,16196,NULL,601,1,'2026-01-22 21:05:05','2026-01-22 21:05:05','bfd92071-e5a9-449e-944b-8b94b81d27ea'),
(97626,7,16196,NULL,617,2,'2026-01-22 21:05:05','2026-01-22 21:05:05','ea2a42ec-a67a-4226-936c-582de191cd86'),
(97627,7,16196,NULL,605,3,'2026-01-22 21:05:05','2026-01-22 21:05:05','aa7a8e42-f07d-4de1-8c6a-c67eb1960d09'),
(97628,7,16196,NULL,9552,4,'2026-01-22 21:05:05','2026-01-22 21:05:05','186a75ae-c241-4b80-b782-a8c0564e87a5'),
(97629,47,16196,NULL,15019,1,'2026-01-22 21:05:05','2026-01-22 21:05:05','6f513685-23f8-4d7f-a943-8dfb4c2a5072'),
(97630,57,16196,NULL,7950,1,'2026-01-22 21:05:05','2026-01-22 21:05:05','0ec98039-b60c-4d82-bad2-8cd48aea4cf7'),
(97631,57,16196,NULL,7952,2,'2026-01-22 21:05:05','2026-01-22 21:05:05','bdf32bb1-6726-4510-9ecd-571aab475550'),
(97632,57,16196,NULL,7956,3,'2026-01-22 21:05:05','2026-01-22 21:05:05','a0c16766-1cab-4046-a7f9-cdeb72b8bdd4'),
(97633,57,16196,NULL,7955,4,'2026-01-22 21:05:05','2026-01-22 21:05:05','d77b0ced-d37f-4af3-b9a8-9bd57fc1ebf0'),
(97634,57,16196,NULL,7951,5,'2026-01-22 21:05:05','2026-01-22 21:05:05','f2afeb6f-f0ae-478c-b253-468a0de679a9'),
(97635,57,16196,NULL,7954,6,'2026-01-22 21:05:05','2026-01-22 21:05:05','b6706d43-edd0-4a3b-b28d-1d1e396b6833'),
(97636,57,16196,NULL,7953,7,'2026-01-22 21:05:05','2026-01-22 21:05:05','44220ff3-cb7e-41df-b384-fc78b3c866e3'),
(97637,57,16196,NULL,7957,8,'2026-01-22 21:05:05','2026-01-22 21:05:05','dd34d194-67e2-4814-ad06-86f411a67908'),
(97665,32,16199,NULL,2614,1,'2026-01-22 21:05:09','2026-01-22 21:05:09','d974e9d6-c240-464a-b4c5-9618970dc779'),
(97666,32,16199,NULL,2610,2,'2026-01-22 21:05:09','2026-01-22 21:05:09','e972f552-2a3d-4aed-8bc5-fffcfbdff1eb'),
(97667,32,16199,NULL,2598,3,'2026-01-22 21:05:09','2026-01-22 21:05:09','75dc592a-9c22-4f56-8867-9e32dd2927d2'),
(97668,32,16199,NULL,2600,4,'2026-01-22 21:05:09','2026-01-22 21:05:09','5c833739-6e12-4e91-a81f-1372a52b9e5b'),
(97669,32,16199,NULL,2596,5,'2026-01-22 21:05:09','2026-01-22 21:05:09','146a4325-1ec5-4502-9d4d-8bad2e469ded'),
(97670,32,16199,NULL,2602,6,'2026-01-22 21:05:09','2026-01-22 21:05:09','2fa491b3-f530-4f6d-b51e-5c701b29bd7e'),
(97671,32,16199,NULL,2612,7,'2026-01-22 21:05:09','2026-01-22 21:05:09','3f6e38bb-99fa-4e99-93ad-8bfa568bd492'),
(97672,32,16199,NULL,2604,8,'2026-01-22 21:05:09','2026-01-22 21:05:09','322ee98e-e1bf-49e0-a304-70a1110ad296'),
(97673,32,16199,NULL,2608,9,'2026-01-22 21:05:09','2026-01-22 21:05:09','788a7505-9627-4380-a49d-04e354921d9b'),
(97674,32,16199,NULL,2606,10,'2026-01-22 21:05:09','2026-01-22 21:05:09','db3e78f0-4887-4578-81d1-5c138cf505d1'),
(97675,32,16199,NULL,2622,11,'2026-01-22 21:05:09','2026-01-22 21:05:09','48a02ccd-bbc0-4edf-8b51-b231119ee68a'),
(97676,16,16199,NULL,3623,1,'2026-01-22 21:05:09','2026-01-22 21:05:09','6f1be109-137e-48b8-9a70-6ac35a66807d'),
(97677,7,16199,NULL,601,1,'2026-01-22 21:05:09','2026-01-22 21:05:09','1a82d3ea-7706-4871-ba87-31a41f9536c1'),
(97678,7,16199,NULL,617,2,'2026-01-22 21:05:09','2026-01-22 21:05:09','0c666ee5-5bcb-48ef-b68e-4f23f64f36be'),
(97679,7,16199,NULL,605,3,'2026-01-22 21:05:09','2026-01-22 21:05:09','f0579e36-2323-4e9f-bfe9-92b399b5d478'),
(97680,7,16199,NULL,9552,4,'2026-01-22 21:05:09','2026-01-22 21:05:09','82ee74a9-f33e-4c0b-b8ef-90b1853505e3'),
(97681,47,16199,NULL,15019,1,'2026-01-22 21:05:09','2026-01-22 21:05:09','1ff23005-903c-4b25-b88a-d5413c24af0e'),
(97682,57,16199,NULL,7950,1,'2026-01-22 21:05:09','2026-01-22 21:05:09','934e5ead-e828-4434-b854-c84601367de7'),
(97683,57,16199,NULL,7952,2,'2026-01-22 21:05:09','2026-01-22 21:05:09','eeb91cef-843e-4296-9f19-e0d91e1e5bcc'),
(97684,57,16199,NULL,7956,3,'2026-01-22 21:05:09','2026-01-22 21:05:09','e4a586e3-981f-4fb9-825c-bb42c79102cb'),
(97685,57,16199,NULL,7955,4,'2026-01-22 21:05:09','2026-01-22 21:05:09','5335c757-2f33-4598-b3ca-c9b780f133e6'),
(97686,57,16199,NULL,7951,5,'2026-01-22 21:05:09','2026-01-22 21:05:09','7c87eb57-d1d9-4486-b785-3eb02bc82a2b'),
(97687,57,16199,NULL,7954,6,'2026-01-22 21:05:09','2026-01-22 21:05:09','50f58872-2815-48b0-ae75-f0846e14172e'),
(97688,57,16199,NULL,7953,7,'2026-01-22 21:05:09','2026-01-22 21:05:09','e0618e74-fb2d-4b7b-aad6-9ed56df90a35'),
(97689,57,16199,NULL,7957,8,'2026-01-22 21:05:09','2026-01-22 21:05:09','ecae16ac-d748-47a3-b45d-d718d253a780'),
(97691,32,16200,NULL,2614,1,'2026-01-22 21:05:40','2026-01-22 21:05:40','82222bd2-b7ce-43e2-aeab-09028ddd215d'),
(97692,32,16200,NULL,2610,2,'2026-01-22 21:05:40','2026-01-22 21:05:40','17f6345e-c7be-4cb8-9ba1-d58a2fedf4e1'),
(97693,32,16200,NULL,2598,3,'2026-01-22 21:05:40','2026-01-22 21:05:40','b1e0dd37-a0fc-4861-86b4-bf23c1003807'),
(97694,32,16200,NULL,2600,4,'2026-01-22 21:05:40','2026-01-22 21:05:40','7f751f60-f13f-4c63-888e-92bd8e632b88'),
(97695,32,16200,NULL,2596,5,'2026-01-22 21:05:40','2026-01-22 21:05:40','de6414e2-368a-497c-b961-95b6eaa2aeb8'),
(97696,32,16200,NULL,2602,6,'2026-01-22 21:05:40','2026-01-22 21:05:40','7469a286-0773-424f-829e-85757a6e1dd8'),
(97697,32,16200,NULL,2612,7,'2026-01-22 21:05:40','2026-01-22 21:05:40','b8129369-12b1-440d-88ec-52e8a9ce9e85'),
(97698,32,16200,NULL,2604,8,'2026-01-22 21:05:40','2026-01-22 21:05:40','8740e92b-34e2-4d4b-87a7-7179078fbf52'),
(97699,32,16200,NULL,2608,9,'2026-01-22 21:05:40','2026-01-22 21:05:40','c07745cc-4c45-459b-8a38-6bacb3a39f76'),
(97700,32,16200,NULL,2606,10,'2026-01-22 21:05:40','2026-01-22 21:05:40','abbc20b9-f9cf-46bf-98c8-4612cf13ef2a'),
(97701,32,16200,NULL,2622,11,'2026-01-22 21:05:40','2026-01-22 21:05:40','5cdf1fad-6986-455e-a5a9-d58770c8f184'),
(97702,16,16200,NULL,3623,1,'2026-01-22 21:05:40','2026-01-22 21:05:40','fb54f901-f2e2-4d6d-827b-c46e0dab7b65'),
(97703,7,16200,NULL,601,1,'2026-01-22 21:05:40','2026-01-22 21:05:40','6d796673-f116-457f-a224-ef357f2ec639'),
(97704,7,16200,NULL,617,2,'2026-01-22 21:05:40','2026-01-22 21:05:40','e05174a0-08c3-47b0-8384-1ab09eed25ad'),
(97705,7,16200,NULL,605,3,'2026-01-22 21:05:40','2026-01-22 21:05:40','17addaf6-d4a8-4e0e-83a3-507fc9860313'),
(97706,7,16200,NULL,9552,4,'2026-01-22 21:05:40','2026-01-22 21:05:40','d4effc2f-ea1c-49cd-bd79-c3195b18e322'),
(97707,47,16200,NULL,15019,1,'2026-01-22 21:05:40','2026-01-22 21:05:40','6aaf0f86-9cb2-482d-b513-d169a9ba234a'),
(97708,57,16200,NULL,7950,1,'2026-01-22 21:05:40','2026-01-22 21:05:40','da24873d-0498-4ccb-a690-a48214068767'),
(97709,57,16200,NULL,7952,2,'2026-01-22 21:05:40','2026-01-22 21:05:40','c6f03a90-25c1-4807-8345-7c4a830846b4'),
(97710,57,16200,NULL,7956,3,'2026-01-22 21:05:40','2026-01-22 21:05:40','9463b3ad-68da-40ee-934e-e5077e226370'),
(97711,57,16200,NULL,7955,4,'2026-01-22 21:05:40','2026-01-22 21:05:40','43863567-2925-4bc1-9687-4ec6c0976bee'),
(97712,57,16200,NULL,7951,5,'2026-01-22 21:05:40','2026-01-22 21:05:40','46a16d94-5a3c-48f0-b664-bd7da677b461'),
(97713,57,16200,NULL,7954,6,'2026-01-22 21:05:40','2026-01-22 21:05:40','6d6c7357-c34f-489d-9f33-07849bd65827'),
(97714,57,16200,NULL,7953,7,'2026-01-22 21:05:40','2026-01-22 21:05:40','5e0613cf-bd9f-4392-885c-a89db8184081'),
(97715,57,16200,NULL,7957,8,'2026-01-22 21:05:40','2026-01-22 21:05:40','d9c1acec-51e4-47dc-b419-27e1a0136d75'),
(97745,66,16209,NULL,16207,1,'2026-01-22 21:09:04','2026-01-22 21:09:04','c0d6cba6-e359-4266-a6db-b70ca3c9320c'),
(97746,32,16211,NULL,2610,1,'2026-01-22 21:09:04','2026-01-22 21:09:04','5e1ea957-60ff-44a0-a923-761fd443dcc9'),
(97747,32,16211,NULL,2598,2,'2026-01-22 21:09:04','2026-01-22 21:09:04','bfd0afba-7e07-4248-b5cb-749266f60fb2'),
(97748,32,16211,NULL,2600,3,'2026-01-22 21:09:04','2026-01-22 21:09:04','27b48a4b-b8e0-41a3-ad45-7db4c7ae7087'),
(97749,32,16211,NULL,2602,4,'2026-01-22 21:09:04','2026-01-22 21:09:04','dd99a7c6-f86e-4f44-b752-6cc76fc7b21a'),
(97750,32,16211,NULL,2612,5,'2026-01-22 21:09:04','2026-01-22 21:09:04','8a078499-7067-403f-8f64-4f00d08a355c'),
(97751,32,16211,NULL,2618,6,'2026-01-22 21:09:04','2026-01-22 21:09:04','2dbaacd4-c3e3-4a87-bb93-cc02421a3106'),
(97752,32,16211,NULL,2604,7,'2026-01-22 21:09:04','2026-01-22 21:09:04','4a028900-820c-4db8-bd2c-3ee44657e804'),
(97753,32,16211,NULL,2608,8,'2026-01-22 21:09:04','2026-01-22 21:09:04','5f0a1f2e-84fc-491f-9705-05a8dd0acf5a'),
(97754,32,16211,NULL,2596,9,'2026-01-22 21:09:04','2026-01-22 21:09:04','765204ca-4c9b-4aeb-b016-85a94eec50fd'),
(97755,32,16211,NULL,2606,10,'2026-01-22 21:09:04','2026-01-22 21:09:04','8f2b88b4-7376-4c9a-8e57-aa3584b022cd'),
(97756,16,16211,NULL,4829,1,'2026-01-22 21:09:04','2026-01-22 21:09:04','a9807437-b5d8-4537-938e-b533dcce9c0a'),
(97757,7,16211,NULL,3468,1,'2026-01-22 21:09:04','2026-01-22 21:09:04','b7abab50-e5c2-439a-9bfd-3f56dad8b172'),
(97758,7,16211,NULL,601,2,'2026-01-22 21:09:04','2026-01-22 21:09:04','75292680-d9b4-40eb-ade9-3c31267f5259'),
(97759,7,16211,NULL,617,3,'2026-01-22 21:09:04','2026-01-22 21:09:04','0b775e1e-3bf9-44d2-b31c-9fdac8e9b7cd'),
(97760,7,16211,NULL,605,4,'2026-01-22 21:09:04','2026-01-22 21:09:04','26fd7776-a685-4fd7-9f98-54ad44ad6350'),
(97761,7,16211,NULL,9552,5,'2026-01-22 21:09:04','2026-01-22 21:09:04','5082c31a-a9c5-47dd-a2fe-406bcc657af4'),
(97762,82,16211,NULL,479,1,'2026-01-22 21:09:04','2026-01-22 21:09:04','b05ce159-bdac-4d1a-b316-f6ee58aa196d'),
(97763,82,16211,NULL,491,2,'2026-01-22 21:09:04','2026-01-22 21:09:04','5ef1d968-c58c-4a2d-b984-5f3d6e07db0f'),
(97764,46,16211,NULL,3697,1,'2026-01-22 21:09:04','2026-01-22 21:09:04','bc908695-3d3d-4519-b13a-83c72e452210'),
(97765,47,16211,NULL,12380,1,'2026-01-22 21:09:04','2026-01-22 21:09:04','8a7eacb0-78a5-4427-aa90-e95438b22e87'),
(97766,57,16211,NULL,4829,1,'2026-01-22 21:09:04','2026-01-22 21:09:04','c09fc6f8-7dcc-417d-8fcd-8cca337b1411'),
(97767,57,16211,NULL,3689,2,'2026-01-22 21:09:04','2026-01-22 21:09:04','ef6b7ece-c2b3-4271-8029-b19c39a66e55'),
(97768,57,16211,NULL,4826,3,'2026-01-22 21:09:04','2026-01-22 21:09:04','6a29b5c1-4e2b-4a12-b55a-d6735d5ecb43'),
(97769,57,16211,NULL,4828,4,'2026-01-22 21:09:04','2026-01-22 21:09:04','85081f46-356c-4add-b7d4-405c0837f32a'),
(97770,57,16211,NULL,4827,5,'2026-01-22 21:09:04','2026-01-22 21:09:04','d0cc9def-f1e9-4710-9377-2629b1382f69'),
(97772,66,16212,NULL,16207,1,'2026-01-22 21:09:04','2026-01-22 21:09:04','13f352c6-3c53-4fb3-a3d8-ca8567df9dbb'),
(97799,66,16223,NULL,16216,1,'2026-01-22 21:13:31','2026-01-22 21:13:31','81a082eb-0b40-4f06-930d-1ceb76fe0ac5'),
(97800,32,16225,NULL,2614,1,'2026-01-22 21:13:31','2026-01-22 21:13:31','a81e4310-1673-4680-ba75-6dc17626e170'),
(97801,32,16225,NULL,2610,2,'2026-01-22 21:13:31','2026-01-22 21:13:31','862226d9-bf76-4d22-8066-3b7a0ba18bfc'),
(97802,32,16225,NULL,2598,3,'2026-01-22 21:13:31','2026-01-22 21:13:31','a32a17e1-eae6-44b7-a78f-b5b7904ba3ac'),
(97803,32,16225,NULL,2600,4,'2026-01-22 21:13:31','2026-01-22 21:13:31','8de22d47-7111-4649-af67-5c2b3ce01efc'),
(97804,32,16225,NULL,2612,5,'2026-01-22 21:13:31','2026-01-22 21:13:31','ddbeb40f-85e8-4a49-940a-f5e119cef736'),
(97805,32,16225,NULL,2604,6,'2026-01-22 21:13:31','2026-01-22 21:13:31','41ac7d5d-4cd1-42a0-b5cc-3695072d4b20'),
(97806,32,16225,NULL,2608,7,'2026-01-22 21:13:31','2026-01-22 21:13:31','b7d4789c-382f-4339-946f-ed2b51aec929'),
(97807,32,16225,NULL,2596,8,'2026-01-22 21:13:31','2026-01-22 21:13:31','b568cc4a-28b9-44ef-a758-b45ccf0e66e5'),
(97808,32,16225,NULL,2602,9,'2026-01-22 21:13:31','2026-01-22 21:13:31','24eefea1-fa73-47d1-9811-aa77b7fc6283'),
(97809,32,16225,NULL,2606,10,'2026-01-22 21:13:31','2026-01-22 21:13:31','a226f93d-d8ab-4a4a-a400-8dc206dc2cba'),
(97810,16,16225,NULL,3722,1,'2026-01-22 21:13:31','2026-01-22 21:13:31','87872848-cd57-416c-8097-f67ee9e06eb6'),
(97811,7,16225,NULL,3468,1,'2026-01-22 21:13:31','2026-01-22 21:13:31','47ddfea5-1864-4e7b-b764-67d74bb3aa90'),
(97812,7,16225,NULL,601,2,'2026-01-22 21:13:31','2026-01-22 21:13:31','b8c1cd43-dcaf-4bb2-aa9a-5938957f8651'),
(97813,7,16225,NULL,9640,3,'2026-01-22 21:13:31','2026-01-22 21:13:31','f89f92d8-1bf6-4a3c-9a42-96854e6d641a'),
(97814,7,16225,NULL,617,4,'2026-01-22 21:13:31','2026-01-22 21:13:31','e99d21bb-345a-4d28-a71b-31eb21623545'),
(97815,7,16225,NULL,605,5,'2026-01-22 21:13:31','2026-01-22 21:13:31','7d6f2ba0-1b70-44c1-b784-37e360ea1bdd'),
(97816,7,16225,NULL,9552,6,'2026-01-22 21:13:31','2026-01-22 21:13:31','bb5aa8ea-4dd0-4406-b781-a650de6abb33'),
(97817,7,16225,NULL,9549,7,'2026-01-22 21:13:31','2026-01-22 21:13:31','bd652a52-cfce-4b10-b7b9-b451b6c9a6ac'),
(97818,82,16225,NULL,479,1,'2026-01-22 21:13:31','2026-01-22 21:13:31','ea2f676a-df4d-4418-9d40-abd0f7548265'),
(97819,47,16225,NULL,12386,1,'2026-01-22 21:13:31','2026-01-22 21:13:31','2eebf50f-2b61-4ceb-86cf-2f4246f286ca'),
(97820,57,16225,NULL,8024,1,'2026-01-22 21:13:31','2026-01-22 21:13:31','df77b5db-01c1-4309-a7c2-0d998de7771f'),
(97821,57,16225,NULL,8025,2,'2026-01-22 21:13:31','2026-01-22 21:13:31','48dfe221-329d-41dd-ad76-a179fd90208e'),
(97822,57,16225,NULL,8027,3,'2026-01-22 21:13:31','2026-01-22 21:13:31','8a70976e-b098-4096-aba6-f99681aa848d'),
(97823,57,16225,NULL,8026,4,'2026-01-22 21:13:31','2026-01-22 21:13:31','a3ca5aea-aff5-4a35-8edf-3a53101a0eac'),
(97825,66,16226,NULL,16216,1,'2026-01-22 21:13:31','2026-01-22 21:13:31','979be64d-4236-4201-9c99-4d9ef8aae1b9'),
(97851,32,16229,NULL,2614,1,'2026-01-22 21:14:06','2026-01-22 21:14:06','736a2299-3144-4349-a4d8-5c938f3f2707'),
(97852,32,16229,NULL,2610,2,'2026-01-22 21:14:06','2026-01-22 21:14:06','67ed1a9e-058c-48b8-b93a-e06bfe63d253'),
(97853,32,16229,NULL,2598,3,'2026-01-22 21:14:06','2026-01-22 21:14:06','2424a88b-9d9b-4105-8b27-44cc551efd27'),
(97854,32,16229,NULL,2600,4,'2026-01-22 21:14:06','2026-01-22 21:14:06','471e4d18-b284-4469-96bf-7c3142f7db0e'),
(97855,32,16229,NULL,2612,5,'2026-01-22 21:14:06','2026-01-22 21:14:06','ea04da67-7616-460a-862e-3bbe95193bab'),
(97856,32,16229,NULL,2604,6,'2026-01-22 21:14:06','2026-01-22 21:14:06','2228dcc2-1042-40a2-8281-ca7f49864a5b'),
(97857,32,16229,NULL,2608,7,'2026-01-22 21:14:06','2026-01-22 21:14:06','cce5fabd-4e8c-41c2-9862-00cb3fb93189'),
(97858,32,16229,NULL,2596,8,'2026-01-22 21:14:06','2026-01-22 21:14:06','7e52e871-2043-495e-a389-57be48762983'),
(97859,32,16229,NULL,2602,9,'2026-01-22 21:14:06','2026-01-22 21:14:06','fe7fca07-7f48-4fd9-8726-898a0c7f3ed8'),
(97860,32,16229,NULL,2606,10,'2026-01-22 21:14:06','2026-01-22 21:14:06','a903b6a2-dd27-48ce-9977-0728d605245a'),
(97861,16,16229,NULL,3722,1,'2026-01-22 21:14:06','2026-01-22 21:14:06','8a231a29-b5fd-47f0-8891-f1876af8c75d'),
(97862,7,16229,NULL,3468,1,'2026-01-22 21:14:06','2026-01-22 21:14:06','7a634fae-69c6-4946-ab27-47866a8d4802'),
(97863,7,16229,NULL,601,2,'2026-01-22 21:14:06','2026-01-22 21:14:06','1b4883b4-87f4-40c2-bd37-55032fb4575a'),
(97864,7,16229,NULL,9640,3,'2026-01-22 21:14:06','2026-01-22 21:14:06','6735b1d5-f4c6-4770-83e2-58511a6ec6d4'),
(97865,7,16229,NULL,617,4,'2026-01-22 21:14:06','2026-01-22 21:14:06','e41cd4fc-eaf4-4d12-866f-210290d830e5'),
(97866,7,16229,NULL,605,5,'2026-01-22 21:14:06','2026-01-22 21:14:06','c80c2b22-f875-4820-9696-782d9969aff9'),
(97867,7,16229,NULL,9552,6,'2026-01-22 21:14:06','2026-01-22 21:14:06','7aa27f53-ee83-4d23-bb13-b1d79b8f22fb'),
(97868,7,16229,NULL,9549,7,'2026-01-22 21:14:06','2026-01-22 21:14:06','0babe59d-6288-4bc5-89fd-1ef41f34f105'),
(97869,82,16229,NULL,479,1,'2026-01-22 21:14:06','2026-01-22 21:14:06','73bbea52-a24c-48b2-8af5-5823d1e8bc24'),
(97870,47,16229,NULL,12386,1,'2026-01-22 21:14:06','2026-01-22 21:14:06','a1d62198-d2c8-4e97-8570-495afbb7cee0'),
(97871,57,16229,NULL,8024,1,'2026-01-22 21:14:06','2026-01-22 21:14:06','9a9503fa-b2ab-42a7-856e-90b52bc78246'),
(97872,57,16229,NULL,8025,2,'2026-01-22 21:14:06','2026-01-22 21:14:06','f4f24f57-0579-4399-97d2-48182259004a'),
(97873,57,16229,NULL,8027,3,'2026-01-22 21:14:06','2026-01-22 21:14:06','8e1a1f8d-e096-489c-be46-227068526270'),
(97874,57,16229,NULL,8026,4,'2026-01-22 21:14:06','2026-01-22 21:14:06','24cf5ced-2033-4cf3-a0b3-1faf86ced963'),
(97903,32,16236,NULL,2610,1,'2026-01-22 21:15:35','2026-01-22 21:15:35','f0bb5711-61e3-466c-a1bc-39e335a0dfba'),
(97904,32,16236,NULL,2598,2,'2026-01-22 21:15:35','2026-01-22 21:15:35','9103aa8f-9544-48c1-b05d-e48c9e7c5a37'),
(97905,32,16236,NULL,2600,3,'2026-01-22 21:15:35','2026-01-22 21:15:35','854e8d81-0580-4308-895f-d175947bb705'),
(97906,32,16236,NULL,2602,4,'2026-01-22 21:15:35','2026-01-22 21:15:35','a9a2b2a7-52a5-45ce-9b76-870ad2cdca3d'),
(97907,32,16236,NULL,2612,5,'2026-01-22 21:15:35','2026-01-22 21:15:35','39119157-6f9e-4a8a-b72b-74ea910dc6e5'),
(97908,32,16236,NULL,2618,6,'2026-01-22 21:15:35','2026-01-22 21:15:35','c8a8d5b8-54b1-476c-b3e8-2f9f8508277f'),
(97909,32,16236,NULL,2604,7,'2026-01-22 21:15:35','2026-01-22 21:15:35','0180aa87-d865-4da9-926b-75054aafad19'),
(97910,32,16236,NULL,2608,8,'2026-01-22 21:15:35','2026-01-22 21:15:35','5fd0a07e-7b05-426b-971c-618d2dd5126f'),
(97911,32,16236,NULL,2596,9,'2026-01-22 21:15:35','2026-01-22 21:15:35','2ac216b0-7b0f-4150-a1a6-d513300b8836'),
(97912,32,16236,NULL,2606,10,'2026-01-22 21:15:35','2026-01-22 21:15:35','1e33911f-41d3-4f5e-a74e-9f7346ecc054'),
(97913,16,16236,NULL,8034,1,'2026-01-22 21:15:35','2026-01-22 21:15:35','21398c80-873b-4962-b4d2-85d840c78575'),
(97914,7,16236,NULL,6547,1,'2026-01-22 21:15:35','2026-01-22 21:15:35','dd1d338d-0c44-4c24-851a-256a35931d39'),
(97915,7,16236,NULL,601,2,'2026-01-22 21:15:35','2026-01-22 21:15:35','9175ce33-4385-418f-93c6-fc566deb0f30'),
(97916,7,16236,NULL,2974,3,'2026-01-22 21:15:35','2026-01-22 21:15:35','cec17468-b29e-40eb-9d88-f56153b41f4d'),
(97917,7,16236,NULL,617,4,'2026-01-22 21:15:35','2026-01-22 21:15:35','c3663f69-2f5b-4d80-824a-04de740d9be2'),
(97918,7,16236,NULL,9727,5,'2026-01-22 21:15:35','2026-01-22 21:15:35','6d4e575a-591f-4a28-bae0-3f58a0f83e8b'),
(97919,7,16236,NULL,605,6,'2026-01-22 21:15:35','2026-01-22 21:15:35','4c4308ef-5533-4d30-b5a2-93ae4a107e57'),
(97920,7,16236,NULL,9552,7,'2026-01-22 21:15:35','2026-01-22 21:15:35','638484b6-67e8-4dec-a694-51074c853c8e'),
(97921,82,16236,NULL,479,1,'2026-01-22 21:15:35','2026-01-22 21:15:35','ff2e8f1b-d43a-4661-8596-a863bb49b0f2'),
(97922,82,16236,NULL,491,2,'2026-01-22 21:15:35','2026-01-22 21:15:35','017c0515-11c4-471c-a2be-a7271338ec1f'),
(97923,46,16236,NULL,3697,1,'2026-01-22 21:15:35','2026-01-22 21:15:35','d275a21d-3a82-42b1-bdbb-fd06e3645795'),
(97924,47,16236,NULL,12389,1,'2026-01-22 21:15:35','2026-01-22 21:15:35','1a242049-7724-44bb-8ad2-96ed8711491c'),
(97925,57,16236,NULL,8033,1,'2026-01-22 21:15:35','2026-01-22 21:15:35','cebb103a-5d96-41b5-83d0-acc5ba5961f2'),
(97926,57,16236,NULL,8032,2,'2026-01-22 21:15:35','2026-01-22 21:15:35','aef18a16-064c-4e18-944d-d670425bea44'),
(97927,57,16236,NULL,8036,3,'2026-01-22 21:15:35','2026-01-22 21:15:35','99384d5b-f1f9-494c-aa38-38bd6c9138a3'),
(97928,57,16236,NULL,8035,4,'2026-01-22 21:15:35','2026-01-22 21:15:35','06d1b337-38d8-46d6-995a-9b5f2eaf29e9'),
(97957,32,16239,NULL,2610,1,'2026-01-22 21:16:00','2026-01-22 21:16:00','25fbe0dc-629f-483e-81c1-9eb079935ade'),
(97958,32,16239,NULL,2598,2,'2026-01-22 21:16:00','2026-01-22 21:16:00','df28ec22-cbf1-4e7c-b3d4-bdc4392250ba'),
(97959,32,16239,NULL,2600,3,'2026-01-22 21:16:00','2026-01-22 21:16:00','a2edc0bd-9ad8-4e1d-bfa1-89a197af25d2'),
(97960,32,16239,NULL,2602,4,'2026-01-22 21:16:00','2026-01-22 21:16:00','5a5d91ad-8058-440b-a70f-146f284ce10f'),
(97961,32,16239,NULL,2612,5,'2026-01-22 21:16:00','2026-01-22 21:16:00','ee166d08-8aa4-46a0-a0fa-a1c193cd3167'),
(97962,32,16239,NULL,2618,6,'2026-01-22 21:16:00','2026-01-22 21:16:00','dcd33360-69b5-4fc9-a75e-bb7d87e78a9f'),
(97963,32,16239,NULL,2604,7,'2026-01-22 21:16:00','2026-01-22 21:16:00','9e1c528d-5c8d-457e-b033-f1cec8e716d5'),
(97964,32,16239,NULL,2608,8,'2026-01-22 21:16:00','2026-01-22 21:16:00','5e39850d-4fad-49e1-8f65-4371a251157f'),
(97965,32,16239,NULL,2596,9,'2026-01-22 21:16:00','2026-01-22 21:16:00','58716f85-f3bd-4fd6-8ac0-d3b1690f4db2'),
(97966,32,16239,NULL,2606,10,'2026-01-22 21:16:00','2026-01-22 21:16:00','3cf3b4f6-2f9e-4c41-8f26-bd6f332cde7d'),
(97967,16,16239,NULL,8034,1,'2026-01-22 21:16:00','2026-01-22 21:16:00','18e6a48e-9bda-416b-8a67-c1f6b190d04f'),
(97968,7,16239,NULL,6547,1,'2026-01-22 21:16:00','2026-01-22 21:16:00','a195d725-d3bb-4ea8-af37-3656c5af57e7'),
(97969,7,16239,NULL,601,2,'2026-01-22 21:16:00','2026-01-22 21:16:00','7fba74b2-c029-4c7e-9ee5-40a3734780a1'),
(97970,7,16239,NULL,2974,3,'2026-01-22 21:16:00','2026-01-22 21:16:00','a697b22a-5c74-4207-a2ee-2109baa5799b'),
(97971,7,16239,NULL,617,4,'2026-01-22 21:16:00','2026-01-22 21:16:00','1c403cb6-7ac5-46e5-b3d3-4c8d4a0755d6'),
(97972,7,16239,NULL,9727,5,'2026-01-22 21:16:00','2026-01-22 21:16:00','e7ea4d31-767c-466f-940d-3a05410dbc18'),
(97973,7,16239,NULL,605,6,'2026-01-22 21:16:00','2026-01-22 21:16:00','39d45ff7-b0bc-4026-8673-a8af1979eb82'),
(97974,7,16239,NULL,9552,7,'2026-01-22 21:16:00','2026-01-22 21:16:00','c2a3757a-748a-491e-b14e-5e441ffc49ff'),
(97975,82,16239,NULL,479,1,'2026-01-22 21:16:00','2026-01-22 21:16:00','3a577df2-ed02-41f0-ba75-9535089d99c9'),
(97976,82,16239,NULL,491,2,'2026-01-22 21:16:00','2026-01-22 21:16:00','a31f2ab7-962b-48d0-ba38-1d5062b2b039'),
(97977,46,16239,NULL,3697,1,'2026-01-22 21:16:00','2026-01-22 21:16:00','5836c353-8a99-4609-9b8a-dd0d1a5e709b'),
(97978,47,16239,NULL,12389,1,'2026-01-22 21:16:00','2026-01-22 21:16:00','da748b64-cee5-4950-97e3-6bc627acad00'),
(97979,57,16239,NULL,8033,1,'2026-01-22 21:16:00','2026-01-22 21:16:00','160b2e60-a63f-4845-bbc4-e8aec823744e'),
(97980,57,16239,NULL,8032,2,'2026-01-22 21:16:00','2026-01-22 21:16:00','b96d1956-8fbc-48f7-9ba0-e3edf8232ec9'),
(97981,57,16239,NULL,8036,3,'2026-01-22 21:16:00','2026-01-22 21:16:00','ecd969e6-3ac4-41f8-a6a9-4c99cd84febf'),
(97982,57,16239,NULL,8035,4,'2026-01-22 21:16:00','2026-01-22 21:16:00','4035bb15-ac3f-4760-ac5e-55f2d98b5840'),
(98008,32,16246,NULL,2614,1,'2026-01-22 21:17:37','2026-01-22 21:17:37','e6ff7cc7-dcec-4f57-bc4d-11c69de28f25'),
(98009,32,16246,NULL,2610,2,'2026-01-22 21:17:37','2026-01-22 21:17:37','1391afe5-60bb-450a-ba5a-ada54927a128'),
(98010,32,16246,NULL,2598,3,'2026-01-22 21:17:37','2026-01-22 21:17:37','0b4a7056-5aa4-4d1b-b944-8e25fd5b738f'),
(98011,32,16246,NULL,2600,4,'2026-01-22 21:17:37','2026-01-22 21:17:37','d6bbda60-8031-4d8c-9a7e-0ed3abaa887f'),
(98012,32,16246,NULL,2602,5,'2026-01-22 21:17:37','2026-01-22 21:17:37','105322fc-aff9-4f7d-acc8-1bec458dfa40'),
(98013,32,16246,NULL,2604,6,'2026-01-22 21:17:37','2026-01-22 21:17:37','8830661b-ed29-4222-8b6d-263f8982c0b4'),
(98014,32,16246,NULL,2608,7,'2026-01-22 21:17:37','2026-01-22 21:17:37','ecd52bad-02c9-495d-8534-a558005f025b'),
(98015,32,16246,NULL,2596,8,'2026-01-22 21:17:37','2026-01-22 21:17:37','25006981-889d-4b5e-a46b-62d005e9576b'),
(98016,32,16246,NULL,2606,9,'2026-01-22 21:17:37','2026-01-22 21:17:37','64c3abfb-0221-440b-ac76-bdb5a3531ee5'),
(98017,32,16246,NULL,2612,10,'2026-01-22 21:17:37','2026-01-22 21:17:37','d478c644-2e96-4418-9dc5-d55c65728427'),
(98018,16,16246,NULL,3808,1,'2026-01-22 21:17:37','2026-01-22 21:17:37','f5f97988-e43f-41a5-8612-c2ba802f2b8e'),
(98019,7,16246,NULL,3468,1,'2026-01-22 21:17:37','2026-01-22 21:17:37','42a9cca2-c5ee-4e4d-baaf-ef24228dc9d9'),
(98020,7,16246,NULL,601,2,'2026-01-22 21:17:37','2026-01-22 21:17:37','2331abf4-709f-4636-819d-b8efb5e03443'),
(98021,7,16246,NULL,2972,3,'2026-01-22 21:17:37','2026-01-22 21:17:37','25425db2-f210-42d3-9908-e7688ab6c087'),
(98022,7,16246,NULL,2974,4,'2026-01-22 21:17:37','2026-01-22 21:17:37','4bf55a0b-38c9-459e-bc9e-72645d4f532f'),
(98023,7,16246,NULL,617,5,'2026-01-22 21:17:37','2026-01-22 21:17:37','395c96e3-6cfc-431c-8f0c-14be4632360f'),
(98024,7,16246,NULL,605,6,'2026-01-22 21:17:37','2026-01-22 21:17:37','b1d1cf49-dee0-420a-a290-1c1e638d1e62'),
(98025,7,16246,NULL,9552,7,'2026-01-22 21:17:37','2026-01-22 21:17:37','1738e100-aafe-4cb5-a5ee-b17e0c0253cb'),
(98026,82,16246,NULL,479,1,'2026-01-22 21:17:37','2026-01-22 21:17:37','a3afdfb2-8d9a-49a8-b36e-a5c34dabbe67'),
(98027,47,16246,NULL,12391,1,'2026-01-22 21:17:37','2026-01-22 21:17:37','543dd278-1e25-4ec6-a83a-4c77e34cb07d'),
(98028,57,16246,NULL,8052,1,'2026-01-22 21:17:37','2026-01-22 21:17:37','5636ff80-0b79-4669-99ef-a771935edae1'),
(98029,57,16246,NULL,8054,2,'2026-01-22 21:17:37','2026-01-22 21:17:37','bceed296-7b75-4d60-bda0-4f67ae662042'),
(98030,57,16246,NULL,8053,3,'2026-01-22 21:17:37','2026-01-22 21:17:37','60817aff-71a4-49b9-bc1d-a6b48995dd56'),
(98031,57,16246,NULL,8051,4,'2026-01-22 21:17:37','2026-01-22 21:17:37','436d4eaf-a45c-496b-88c9-4019edfe8d90'),
(98032,32,16248,NULL,2614,1,'2026-01-22 21:18:07','2026-01-22 21:18:07','97116f77-2bf1-4db8-a561-84dd6398b2eb'),
(98033,32,16248,NULL,2610,2,'2026-01-22 21:18:07','2026-01-22 21:18:07','7e1794d8-e8cd-490c-8b7f-3d5c9890c978'),
(98034,32,16248,NULL,2598,3,'2026-01-22 21:18:07','2026-01-22 21:18:07','37ad59b2-462f-4e75-89a2-bc12450051f3'),
(98035,32,16248,NULL,2600,4,'2026-01-22 21:18:07','2026-01-22 21:18:07','f7a3fd7b-890b-48a7-aa56-9f12e688cf88'),
(98036,32,16248,NULL,2602,5,'2026-01-22 21:18:07','2026-01-22 21:18:07','d60ed57a-b5dc-4199-b904-2fea694ddf04'),
(98037,32,16248,NULL,2604,6,'2026-01-22 21:18:07','2026-01-22 21:18:07','eb3c9b19-10e2-4aa5-a933-faced63af083'),
(98038,32,16248,NULL,2608,7,'2026-01-22 21:18:07','2026-01-22 21:18:07','5a433e36-b40c-49be-b5c2-06a93c44fbee'),
(98039,32,16248,NULL,2596,8,'2026-01-22 21:18:07','2026-01-22 21:18:07','f3720823-4867-45e1-b298-74433a4ff8d5'),
(98040,32,16248,NULL,2606,9,'2026-01-22 21:18:07','2026-01-22 21:18:07','807136f1-face-490f-9756-c253abd7e017'),
(98041,32,16248,NULL,2612,10,'2026-01-22 21:18:07','2026-01-22 21:18:07','3a1042eb-c934-456c-9d8e-0717857b2fce'),
(98042,16,16248,NULL,3808,1,'2026-01-22 21:18:07','2026-01-22 21:18:07','046b7209-b487-469a-85f4-28e147058fed'),
(98043,7,16248,NULL,3468,1,'2026-01-22 21:18:07','2026-01-22 21:18:07','4a91f1c6-25e5-42bb-bc0f-47a2b59bee40'),
(98044,7,16248,NULL,601,2,'2026-01-22 21:18:07','2026-01-22 21:18:07','0d4b5006-5cde-409c-a1e1-d8937e9278b1'),
(98045,7,16248,NULL,2972,3,'2026-01-22 21:18:07','2026-01-22 21:18:07','65c5b5d0-2b0c-49c7-99ea-f0a8e1e04242'),
(98046,7,16248,NULL,2974,4,'2026-01-22 21:18:07','2026-01-22 21:18:07','b5ce2821-d5cb-4420-b9b7-b5765f361ea6'),
(98047,7,16248,NULL,617,5,'2026-01-22 21:18:07','2026-01-22 21:18:07','fa5e963b-95b1-4dcb-a33c-e070069615ea'),
(98048,7,16248,NULL,605,6,'2026-01-22 21:18:07','2026-01-22 21:18:07','78b822e6-71b8-4462-a1bf-014a8b45233b'),
(98049,7,16248,NULL,9552,7,'2026-01-22 21:18:07','2026-01-22 21:18:07','44b177e7-4b05-4147-a7af-e9bc599227b6'),
(98050,82,16248,NULL,479,1,'2026-01-22 21:18:07','2026-01-22 21:18:07','14a4eeff-9208-492c-88e2-7afcacee60f2'),
(98051,47,16248,NULL,12391,1,'2026-01-22 21:18:07','2026-01-22 21:18:07','d89df106-f6ee-453d-9038-b70b739ea448'),
(98052,57,16248,NULL,8052,1,'2026-01-22 21:18:07','2026-01-22 21:18:07','7cda863d-d7a0-41de-beeb-fbeb450ac74d'),
(98053,57,16248,NULL,8054,2,'2026-01-22 21:18:07','2026-01-22 21:18:07','d64fa57c-2d8d-4f9e-8a07-c607ec4c7cd0'),
(98054,57,16248,NULL,8053,3,'2026-01-22 21:18:07','2026-01-22 21:18:07','eaade072-6bbc-47d3-86ee-81e2872044d6'),
(98055,57,16248,NULL,8051,4,'2026-01-22 21:18:07','2026-01-22 21:18:07','58254339-f6b2-4afc-8d87-b5a87ec048c3'),
(98071,32,16250,NULL,2614,1,'2026-01-22 21:18:29','2026-01-22 21:18:29','8f82570a-ba1a-44d0-b460-e334f0fd6fd1'),
(98072,83,16250,NULL,1045,1,'2026-01-22 21:18:29','2026-01-22 21:18:29','a066979b-4da9-435e-b700-e29016518b0a'),
(98073,16,16250,NULL,6530,1,'2026-01-22 21:18:29','2026-01-22 21:18:29','a6f4577c-c554-4d8b-905c-7f559301121a'),
(98074,7,16250,NULL,617,1,'2026-01-22 21:18:29','2026-01-22 21:18:29','8e6b0cd2-4c91-45f1-95df-01a808e137c9'),
(98075,7,16250,NULL,9558,2,'2026-01-22 21:18:29','2026-01-22 21:18:29','f4c403c9-be40-48f0-a540-ca370983b6b4'),
(98076,7,16250,NULL,605,3,'2026-01-22 21:18:29','2026-01-22 21:18:29','de4ae94d-d885-4fea-b55d-83bd840e533d'),
(98077,7,16250,NULL,9552,4,'2026-01-22 21:18:29','2026-01-22 21:18:29','628668f0-4ae2-4225-ba0f-2f1a8605150a'),
(98078,57,16250,NULL,8064,1,'2026-01-22 21:18:29','2026-01-22 21:18:29','db3da893-0a19-4028-9591-3eedb0098d88'),
(98079,57,16250,NULL,8061,2,'2026-01-22 21:18:29','2026-01-22 21:18:29','6c6d009b-a9fd-4334-801c-6a88203b0323'),
(98080,57,16250,NULL,8060,3,'2026-01-22 21:18:29','2026-01-22 21:18:29','5351077f-9b52-479c-9e23-5c4449e3bafb'),
(98081,57,16250,NULL,8063,4,'2026-01-22 21:18:29','2026-01-22 21:18:29','75cb451b-060a-421d-91db-5acb03a72b5a'),
(98082,57,16250,NULL,8062,5,'2026-01-22 21:18:29','2026-01-22 21:18:29','b8107f99-b6d6-4e40-9e49-dd431547ba6a'),
(98083,74,16250,NULL,14613,1,'2026-01-22 21:18:29','2026-01-22 21:18:29','d473fb3b-136b-419b-bf0b-675e61416b4d'),
(98085,12,16250,NULL,12713,1,'2026-01-22 21:18:29','2026-01-22 21:18:29','bffa2ad5-3a27-4939-ba4a-d7b7f9456933'),
(98114,66,16259,NULL,16253,1,'2026-01-22 21:20:48','2026-01-22 21:20:48','606bfb13-c858-4bba-9ab5-9fa9fce499ae'),
(98115,32,16261,NULL,2614,1,'2026-01-22 21:20:48','2026-01-22 21:20:48','806af779-76cf-4b12-9870-053a458c1049'),
(98116,32,16261,NULL,2610,2,'2026-01-22 21:20:48','2026-01-22 21:20:48','cfc8284b-0b3d-4944-ab73-4d345c2c3a1f'),
(98117,32,16261,NULL,2598,3,'2026-01-22 21:20:48','2026-01-22 21:20:48','af78ed4d-58cc-4d92-a093-a6d4e9a71533'),
(98118,32,16261,NULL,2608,4,'2026-01-22 21:20:48','2026-01-22 21:20:48','24a76d5f-b144-4aec-a242-954ebc1b52e3'),
(98119,32,16261,NULL,2600,5,'2026-01-22 21:20:48','2026-01-22 21:20:48','0b8d8d18-1f55-4d90-8500-b98de4d1bbbb'),
(98120,32,16261,NULL,2596,6,'2026-01-22 21:20:48','2026-01-22 21:20:48','4582c472-8392-411f-a41a-249ce0c534f6'),
(98121,32,16261,NULL,2602,7,'2026-01-22 21:20:48','2026-01-22 21:20:48','dc28a08f-588a-41f4-a5cc-cb750b7e5d59'),
(98122,32,16261,NULL,2606,8,'2026-01-22 21:20:48','2026-01-22 21:20:48','5ff960c0-f241-4f64-917c-c9bb53918cd6'),
(98123,32,16261,NULL,2604,9,'2026-01-22 21:20:48','2026-01-22 21:20:48','72a99fdb-108b-410e-a0bc-436278c3302a'),
(98124,32,16261,NULL,2624,10,'2026-01-22 21:20:48','2026-01-22 21:20:48','082adf36-b220-43e1-a573-773ef04a1244'),
(98125,32,16261,NULL,2612,11,'2026-01-22 21:20:48','2026-01-22 21:20:48','f3d6611d-d16f-4e94-8905-48147fbf11f3'),
(98126,16,16261,NULL,8081,1,'2026-01-22 21:20:48','2026-01-22 21:20:48','61a5c18d-5fae-4618-8777-5d3abf5de837'),
(98127,7,16261,NULL,3468,1,'2026-01-22 21:20:48','2026-01-22 21:20:48','997fd511-bcb6-4ec2-8ffe-0000e2ee4126'),
(98128,7,16261,NULL,601,2,'2026-01-22 21:20:48','2026-01-22 21:20:48','48647f0b-8e6a-4d06-811d-3b1c41757d52'),
(98129,7,16261,NULL,9640,3,'2026-01-22 21:20:48','2026-01-22 21:20:48','69ebf869-c2b9-48b0-9954-44fece37e410'),
(98130,7,16261,NULL,2974,4,'2026-01-22 21:20:48','2026-01-22 21:20:48','3bc98b83-0736-4ff1-a619-b7b968f22b61'),
(98131,7,16261,NULL,617,5,'2026-01-22 21:20:48','2026-01-22 21:20:48','c5ec7544-2fe7-4ebc-ae1b-a3933a34a4ad'),
(98132,7,16261,NULL,605,6,'2026-01-22 21:20:48','2026-01-22 21:20:48','0c01f2a1-1637-4057-9834-f3320eefc91a'),
(98133,7,16261,NULL,9552,7,'2026-01-22 21:20:48','2026-01-22 21:20:48','38c6a3c6-2d44-4473-b85b-79b3dc7ebdc8'),
(98134,46,16261,NULL,2891,1,'2026-01-22 21:20:48','2026-01-22 21:20:48','b2a99698-d06c-4063-80d6-b4cb423aed19'),
(98135,47,16261,NULL,12395,1,'2026-01-22 21:20:48','2026-01-22 21:20:48','f8079fa9-e65b-422b-bbd1-516a1bfc96d3'),
(98136,57,16261,NULL,8082,1,'2026-01-22 21:20:48','2026-01-22 21:20:48','c7ed0c1e-2240-4374-b913-0bdef99dacaa'),
(98137,57,16261,NULL,8085,2,'2026-01-22 21:20:48','2026-01-22 21:20:48','38810ca7-5171-41ad-b19b-9613f9fd568a'),
(98138,57,16261,NULL,8086,3,'2026-01-22 21:20:48','2026-01-22 21:20:48','24314cda-6e5f-4681-91b7-c5f879d25d4d'),
(98139,57,16261,NULL,8087,4,'2026-01-22 21:20:48','2026-01-22 21:20:48','c703d3da-ea67-4e55-8579-539fd0c03769'),
(98140,13,16261,NULL,6814,1,'2026-01-22 21:20:48','2026-01-22 21:20:48','a3498aef-c88e-4885-b025-fdc6e57abbf5'),
(98141,66,16262,NULL,16253,1,'2026-01-22 21:20:48','2026-01-22 21:20:48','2bf97471-11d8-47ab-a85e-90de4151f71e'),
(98168,32,16265,NULL,2614,1,'2026-01-22 21:21:16','2026-01-22 21:21:16','bdfb781c-2baf-4414-a9cb-94a1e83ff375'),
(98169,32,16265,NULL,2610,2,'2026-01-22 21:21:16','2026-01-22 21:21:16','3bdfbdb5-90cb-40fc-9f5f-a30cb081047e'),
(98170,32,16265,NULL,2598,3,'2026-01-22 21:21:16','2026-01-22 21:21:16','5aceee71-f14c-421f-a7bf-0489887a3a97'),
(98171,32,16265,NULL,2608,4,'2026-01-22 21:21:16','2026-01-22 21:21:16','f4acb0f5-eba7-429d-a7fa-fc4cba5538a6'),
(98172,32,16265,NULL,2600,5,'2026-01-22 21:21:16','2026-01-22 21:21:16','32d5549b-ab0e-47aa-98b1-481eb446b8dc'),
(98173,32,16265,NULL,2596,6,'2026-01-22 21:21:16','2026-01-22 21:21:16','bafc7269-28db-499c-9360-8dd432662aa0'),
(98174,32,16265,NULL,2602,7,'2026-01-22 21:21:16','2026-01-22 21:21:16','14e81431-0258-407e-a146-15865a24b3a9'),
(98175,32,16265,NULL,2606,8,'2026-01-22 21:21:16','2026-01-22 21:21:16','e326ebd1-5a6e-4b1c-bc86-307f0e53148c'),
(98176,32,16265,NULL,2604,9,'2026-01-22 21:21:16','2026-01-22 21:21:16','31868c65-8c2b-44e2-aeea-3d2401dd97ce'),
(98177,32,16265,NULL,2624,10,'2026-01-22 21:21:16','2026-01-22 21:21:16','bc0cfdf8-a347-4489-960f-a0c9b96261e4'),
(98178,32,16265,NULL,2612,11,'2026-01-22 21:21:16','2026-01-22 21:21:16','12867c85-f852-44d2-8142-639ce4206046'),
(98179,16,16265,NULL,8081,1,'2026-01-22 21:21:16','2026-01-22 21:21:16','c22f694b-38b2-4970-929e-e2de0e4abbd4'),
(98180,7,16265,NULL,3468,1,'2026-01-22 21:21:16','2026-01-22 21:21:16','2f27160a-eb45-4768-8306-fa26ef2dd299'),
(98181,7,16265,NULL,601,2,'2026-01-22 21:21:16','2026-01-22 21:21:16','d8fad8bf-51bc-4a6e-aa76-ba13c14ec575'),
(98182,7,16265,NULL,9640,3,'2026-01-22 21:21:16','2026-01-22 21:21:16','a0f90188-8ccf-4901-8a4f-c822d0cac6a3'),
(98183,7,16265,NULL,2974,4,'2026-01-22 21:21:16','2026-01-22 21:21:16','e7bdc86f-6437-4cc9-8a3f-db6239c5f54d'),
(98184,7,16265,NULL,617,5,'2026-01-22 21:21:16','2026-01-22 21:21:16','76841802-4070-48b1-b324-eef0db91a240'),
(98185,7,16265,NULL,605,6,'2026-01-22 21:21:16','2026-01-22 21:21:16','37d65af0-7e11-449a-8613-c94132fbecfb'),
(98186,7,16265,NULL,9552,7,'2026-01-22 21:21:16','2026-01-22 21:21:16','8e9530b0-c4eb-4e50-aad2-25cfdbf73a80'),
(98187,46,16265,NULL,2891,1,'2026-01-22 21:21:16','2026-01-22 21:21:16','4d813ee2-82ff-4f87-b5fd-50864d1dbc50'),
(98188,47,16265,NULL,12395,1,'2026-01-22 21:21:16','2026-01-22 21:21:16','c395faad-7741-4326-975b-b258223b7d60'),
(98189,57,16265,NULL,8082,1,'2026-01-22 21:21:16','2026-01-22 21:21:16','ecc4b375-cc18-4033-97c0-24a6ec6c38da'),
(98190,57,16265,NULL,8085,2,'2026-01-22 21:21:16','2026-01-22 21:21:16','11f7d896-bea2-4bce-ad44-2114713c0833'),
(98191,57,16265,NULL,8086,3,'2026-01-22 21:21:16','2026-01-22 21:21:16','61f4f8ac-53df-48c5-9975-830137c6b7b9'),
(98192,57,16265,NULL,8087,4,'2026-01-22 21:21:16','2026-01-22 21:21:16','f1935542-8838-42a6-b0b8-935f7831ad78'),
(98193,13,16265,NULL,6814,1,'2026-01-22 21:21:16','2026-01-22 21:21:16','8db87761-f660-4e7f-8b57-a509e11034c4'),
(98218,32,16272,NULL,2610,1,'2026-01-22 21:22:35','2026-01-22 21:22:35','ea6c454b-f9dd-4a1a-9cb7-c9c92a03a046'),
(98219,32,16272,NULL,2598,2,'2026-01-22 21:22:35','2026-01-22 21:22:35','a2444a71-9b63-49c9-ba0c-d708a0f536c7'),
(98220,32,16272,NULL,2600,3,'2026-01-22 21:22:35','2026-01-22 21:22:35','58132ffe-b52d-49f2-808d-5156617b2656'),
(98221,32,16272,NULL,2604,4,'2026-01-22 21:22:35','2026-01-22 21:22:35','218bbfbf-a898-41e6-b7f6-9b4c14729cea'),
(98222,32,16272,NULL,2608,5,'2026-01-22 21:22:35','2026-01-22 21:22:35','caa95f88-533c-4594-b9b0-4ca389023c2d'),
(98223,32,16272,NULL,2596,6,'2026-01-22 21:22:35','2026-01-22 21:22:35','38a35b16-778b-4146-975f-07eb276e874a'),
(98224,32,16272,NULL,2602,7,'2026-01-22 21:22:35','2026-01-22 21:22:35','da6522d4-814a-4c24-983c-7c81559fdab7'),
(98225,32,16272,NULL,2606,8,'2026-01-22 21:22:35','2026-01-22 21:22:35','c6c0c988-8d42-4f95-bcb4-df47e6046cc7'),
(98226,32,16272,NULL,2612,9,'2026-01-22 21:22:35','2026-01-22 21:22:35','a2cf7d76-dde9-49f0-86fb-2f62cd48dba7'),
(98227,16,16272,NULL,3865,1,'2026-01-22 21:22:35','2026-01-22 21:22:35','115788a6-0472-49ef-b846-86ea1b68f5d0'),
(98228,7,16272,NULL,3468,1,'2026-01-22 21:22:35','2026-01-22 21:22:35','943eac72-0ca5-4a53-b770-599116df95a3'),
(98229,7,16272,NULL,601,2,'2026-01-22 21:22:35','2026-01-22 21:22:35','a69a0318-0ca7-4ad9-9bc2-bce13648f18d'),
(98230,7,16272,NULL,3093,3,'2026-01-22 21:22:35','2026-01-22 21:22:35','958e59ae-42fb-4842-9ec1-569f9798d140'),
(98231,7,16272,NULL,617,4,'2026-01-22 21:22:35','2026-01-22 21:22:35','b76588ea-a7d8-423f-9e5e-4056f1abf947'),
(98232,7,16272,NULL,605,5,'2026-01-22 21:22:35','2026-01-22 21:22:35','7160a931-bc84-4228-aaf0-95ee5a5f854a'),
(98233,7,16272,NULL,9552,6,'2026-01-22 21:22:35','2026-01-22 21:22:35','c80cb17a-8780-4cd7-9777-e3bb26c5fe17'),
(98234,82,16272,NULL,479,1,'2026-01-22 21:22:35','2026-01-22 21:22:35','b1703eeb-e34a-4186-bf95-a1f0e401ea06'),
(98235,82,16272,NULL,491,2,'2026-01-22 21:22:35','2026-01-22 21:22:35','632ea060-ed9f-4c56-b302-3d894ff0b7f8'),
(98236,47,16272,NULL,12398,1,'2026-01-22 21:22:35','2026-01-22 21:22:35','af14189b-084f-4d33-9045-5497624beb06'),
(98237,57,16272,NULL,8094,1,'2026-01-22 21:22:35','2026-01-22 21:22:35','6108771f-51b5-4101-8a11-170c56a1e3f8'),
(98238,57,16272,NULL,8093,2,'2026-01-22 21:22:35','2026-01-22 21:22:35','f5287b3b-2956-4b74-bcf0-3dbfdb67d7e6'),
(98239,57,16272,NULL,8095,3,'2026-01-22 21:22:35','2026-01-22 21:22:35','f32b64de-5532-4801-a01e-943fd5cb227e'),
(98240,57,16272,NULL,8092,4,'2026-01-22 21:22:35','2026-01-22 21:22:35','04621dd8-9737-4c84-b488-b17238d6d86c'),
(98266,32,16275,NULL,2610,1,'2026-01-22 21:23:17','2026-01-22 21:23:17','e0cc5d0d-a977-4026-8dbd-14c7286cc365'),
(98267,32,16275,NULL,2598,2,'2026-01-22 21:23:17','2026-01-22 21:23:17','906e1bbd-4386-4690-a33e-ac922f94dac7'),
(98268,32,16275,NULL,2600,3,'2026-01-22 21:23:17','2026-01-22 21:23:17','d377eec5-bac0-448b-8631-69cb4228b663'),
(98269,32,16275,NULL,2604,4,'2026-01-22 21:23:17','2026-01-22 21:23:17','7f83bd1b-8e1e-429a-99d6-cddf0b29fd3c'),
(98270,32,16275,NULL,2608,5,'2026-01-22 21:23:17','2026-01-22 21:23:17','32ea53e7-4203-4177-9999-17306e97821d'),
(98271,32,16275,NULL,2596,6,'2026-01-22 21:23:17','2026-01-22 21:23:17','78d55387-edbf-4420-9685-b3124e14ac6c'),
(98272,32,16275,NULL,2602,7,'2026-01-22 21:23:17','2026-01-22 21:23:17','10eaea6f-6212-48e9-8ca0-99ae54a7b93d'),
(98273,32,16275,NULL,2606,8,'2026-01-22 21:23:17','2026-01-22 21:23:17','471dba82-f768-4aa3-a4aa-f4e1de458bab'),
(98274,32,16275,NULL,2612,9,'2026-01-22 21:23:17','2026-01-22 21:23:17','bb96b04a-e1aa-453b-b7a8-08486c12882d'),
(98275,16,16275,NULL,3865,1,'2026-01-22 21:23:17','2026-01-22 21:23:17','902b4ccc-c317-47af-ab3d-02a995616cd7'),
(98276,7,16275,NULL,3468,1,'2026-01-22 21:23:17','2026-01-22 21:23:17','4803ce60-c8f3-4ed4-a280-59e685a97005'),
(98277,7,16275,NULL,601,2,'2026-01-22 21:23:17','2026-01-22 21:23:17','3c893bd8-940e-4c4a-9ac0-26aba1335659'),
(98278,7,16275,NULL,3093,3,'2026-01-22 21:23:17','2026-01-22 21:23:17','d6bff0ea-6335-4586-8ccb-912ffe462bec'),
(98279,7,16275,NULL,617,4,'2026-01-22 21:23:17','2026-01-22 21:23:17','cba9e14f-8119-4fbb-b4d0-3fdd496c5891'),
(98280,7,16275,NULL,605,5,'2026-01-22 21:23:17','2026-01-22 21:23:17','5519a8d0-0d44-4953-beb2-bd7341cf7520'),
(98281,7,16275,NULL,9552,6,'2026-01-22 21:23:17','2026-01-22 21:23:17','59661e6e-062c-413a-b92b-f2f7341df1f5'),
(98282,82,16275,NULL,479,1,'2026-01-22 21:23:17','2026-01-22 21:23:17','ded43b8b-70c7-4a8f-a7e1-7f9ef4142fcb'),
(98283,82,16275,NULL,491,2,'2026-01-22 21:23:17','2026-01-22 21:23:17','c7c9f3bd-f2cc-49a6-996d-dc3987297965'),
(98284,47,16275,NULL,12398,1,'2026-01-22 21:23:17','2026-01-22 21:23:17','195d3fb7-a2c1-4692-b17b-8a305f9327f1'),
(98285,57,16275,NULL,8094,1,'2026-01-22 21:23:17','2026-01-22 21:23:17','5a7fd93a-89a0-4f21-814f-d01b678b74a0'),
(98286,57,16275,NULL,8093,2,'2026-01-22 21:23:17','2026-01-22 21:23:17','8c07b58b-c3ac-4e0d-a85d-e0fbdaf1eff3'),
(98287,57,16275,NULL,8095,3,'2026-01-22 21:23:17','2026-01-22 21:23:17','a09fb266-f947-406c-881e-c1a0220f0511'),
(98288,57,16275,NULL,8092,4,'2026-01-22 21:23:17','2026-01-22 21:23:17','acfe623e-2cfe-4a91-b30c-25770f657dc1'),
(98315,32,16283,NULL,2610,1,'2026-01-22 21:25:58','2026-01-22 21:25:58','f5b8dc80-3088-4987-93c2-5ce8fc54578d'),
(98316,32,16283,NULL,2598,2,'2026-01-22 21:25:58','2026-01-22 21:25:58','6a6f79ec-78e9-40d7-bf3b-2485400bbb57'),
(98317,32,16283,NULL,2600,3,'2026-01-22 21:25:58','2026-01-22 21:25:58','049d2d52-6cc4-4f99-bcc9-f545f43e2025'),
(98318,32,16283,NULL,2602,4,'2026-01-22 21:25:58','2026-01-22 21:25:58','11ae37e1-5ee2-400d-a960-f05b2f881fcb'),
(98319,32,16283,NULL,2612,5,'2026-01-22 21:25:58','2026-01-22 21:25:58','89053d7e-e1f4-42c0-9ba5-fbfbc3377e46'),
(98320,32,16283,NULL,2618,6,'2026-01-22 21:25:58','2026-01-22 21:25:58','47bf3cfc-486f-4730-8572-0efa208bdce6'),
(98321,32,16283,NULL,2604,7,'2026-01-22 21:25:58','2026-01-22 21:25:58','70e77650-095a-429c-89e1-45fa1600d4d6'),
(98322,32,16283,NULL,2614,8,'2026-01-22 21:25:58','2026-01-22 21:25:58','2dccd68f-e73c-4a07-b648-e79f644a637a'),
(98323,32,16283,NULL,2608,9,'2026-01-22 21:25:58','2026-01-22 21:25:58','94f87cd0-3ae8-43f4-8c18-5fe173b2bd33'),
(98324,32,16283,NULL,2596,10,'2026-01-22 21:25:58','2026-01-22 21:25:58','b30b18e3-3d86-4934-936d-1ded0fb36b04'),
(98325,32,16283,NULL,2606,11,'2026-01-22 21:25:58','2026-01-22 21:25:58','28015f62-ab3f-49cd-9068-6627b8151a43'),
(98326,16,16283,NULL,8104,1,'2026-01-22 21:25:58','2026-01-22 21:25:58','affc758e-4a8d-4b20-b9b4-8ce9706a38bf'),
(98327,7,16283,NULL,9724,1,'2026-01-22 21:25:58','2026-01-22 21:25:58','0d8ea344-e280-4a63-b74b-bf06e9e93d15'),
(98328,7,16283,NULL,2974,2,'2026-01-22 21:25:58','2026-01-22 21:25:58','2dcff7a4-e671-4597-96ec-c295cea0aa08'),
(98329,7,16283,NULL,617,3,'2026-01-22 21:25:58','2026-01-22 21:25:58','08d0dcdf-74fb-4284-80e7-8d2e9e36decc'),
(98330,7,16283,NULL,605,4,'2026-01-22 21:25:58','2026-01-22 21:25:58','cfd985e7-1308-4cb9-95e0-ec39366585d5'),
(98331,7,16283,NULL,9552,5,'2026-01-22 21:25:58','2026-01-22 21:25:58','aa3b50b5-b7cd-455c-8cb0-c723a2c94052'),
(98332,82,16283,NULL,479,1,'2026-01-22 21:25:58','2026-01-22 21:25:58','74a3f3ab-0028-4dda-b8d4-4e27838ade62'),
(98333,46,16283,NULL,3697,1,'2026-01-22 21:25:58','2026-01-22 21:25:58','21443cdb-60c5-4f32-a0d2-18d743e3fd65'),
(98334,47,16283,NULL,12403,1,'2026-01-22 21:25:58','2026-01-22 21:25:58','c1d5bd38-84ac-41d2-b5ce-0783920179b7'),
(98335,57,16283,NULL,8108,1,'2026-01-22 21:25:58','2026-01-22 21:25:58','25da91ab-d458-468e-a0a2-2772ffa716d9'),
(98336,57,16283,NULL,8107,2,'2026-01-22 21:25:58','2026-01-22 21:25:58','062086ce-b0ea-4b9c-9816-340b1a8963a4'),
(98337,57,16283,NULL,8106,3,'2026-01-22 21:25:58','2026-01-22 21:25:58','e59469dd-1816-478f-a6da-770b039b0147'),
(98338,57,16283,NULL,8105,4,'2026-01-22 21:25:58','2026-01-22 21:25:58','53625ac2-4977-4ec1-94cc-47a0d7b6e19f'),
(98339,13,16283,NULL,6820,1,'2026-01-22 21:25:58','2026-01-22 21:25:58','d035837b-10a4-4440-b8f7-5a3caedef88b'),
(98365,32,16287,NULL,2610,1,'2026-01-22 21:26:23','2026-01-22 21:26:23','cb6cf44c-292b-4956-b945-da04455d61ed'),
(98366,32,16287,NULL,2598,2,'2026-01-22 21:26:23','2026-01-22 21:26:23','4f82aa41-d15c-4fdc-b385-377f6041654a'),
(98367,32,16287,NULL,2600,3,'2026-01-22 21:26:23','2026-01-22 21:26:23','e75f1b26-2abc-4578-8e11-c214ec8ae2e7'),
(98368,32,16287,NULL,2602,4,'2026-01-22 21:26:23','2026-01-22 21:26:23','ceb960a6-4d40-4cfd-85bb-8966409f836c'),
(98369,32,16287,NULL,2612,5,'2026-01-22 21:26:23','2026-01-22 21:26:23','aa806db8-670a-45d8-9663-547dc176cfe4'),
(98370,32,16287,NULL,2618,6,'2026-01-22 21:26:23','2026-01-22 21:26:23','a513cc01-c6da-4f60-a2de-6994aefb7e69'),
(98371,32,16287,NULL,2604,7,'2026-01-22 21:26:23','2026-01-22 21:26:23','76720a1e-6bf6-46f0-acd1-29f884516969'),
(98372,32,16287,NULL,2614,8,'2026-01-22 21:26:23','2026-01-22 21:26:23','ece14dd7-d720-40dc-892e-bfbfe7d7b664'),
(98373,32,16287,NULL,2608,9,'2026-01-22 21:26:23','2026-01-22 21:26:23','8c49ec4e-1a22-4788-9469-b00da6991763'),
(98374,32,16287,NULL,2596,10,'2026-01-22 21:26:23','2026-01-22 21:26:23','e8245252-777c-4d21-99a0-a03c4c6886ed'),
(98375,32,16287,NULL,2606,11,'2026-01-22 21:26:23','2026-01-22 21:26:23','403f5105-35a2-4100-a891-6dfad1ead9bc'),
(98376,16,16287,NULL,8104,1,'2026-01-22 21:26:23','2026-01-22 21:26:23','ac2f3651-78d8-4de7-8a59-4f71b15666b8'),
(98377,7,16287,NULL,9724,1,'2026-01-22 21:26:23','2026-01-22 21:26:23','87523376-a123-486c-8d1e-ee634b66e6fe'),
(98378,7,16287,NULL,2974,2,'2026-01-22 21:26:23','2026-01-22 21:26:23','04228297-fe19-4ae7-820b-a8c34b7b1981'),
(98379,7,16287,NULL,617,3,'2026-01-22 21:26:23','2026-01-22 21:26:23','e2819bdb-d0b8-4d29-ba40-857b1a19f77c'),
(98380,7,16287,NULL,605,4,'2026-01-22 21:26:23','2026-01-22 21:26:23','f206f3c4-3fd7-4337-90eb-3c675c271e6f'),
(98381,7,16287,NULL,9552,5,'2026-01-22 21:26:23','2026-01-22 21:26:23','4369ae44-84a7-4404-8a0c-04ef5ff5a542'),
(98382,82,16287,NULL,479,1,'2026-01-22 21:26:23','2026-01-22 21:26:23','bfe4caef-2137-4466-bac8-50139aa30f3f'),
(98383,46,16287,NULL,3697,1,'2026-01-22 21:26:23','2026-01-22 21:26:23','e8a8385f-ad65-491a-88b9-1eabadb33bd9'),
(98384,47,16287,NULL,12403,1,'2026-01-22 21:26:23','2026-01-22 21:26:23','25fe0540-0947-4eb8-a34a-903aab7eaefd'),
(98385,57,16287,NULL,8108,1,'2026-01-22 21:26:23','2026-01-22 21:26:23','84216763-be57-44dc-80c1-f141f7ad9323'),
(98386,57,16287,NULL,8107,2,'2026-01-22 21:26:23','2026-01-22 21:26:23','9811e7e1-8928-4037-8f6f-7389b862c4d5'),
(98387,57,16287,NULL,8106,3,'2026-01-22 21:26:23','2026-01-22 21:26:23','444b3787-798e-4f24-ba87-67f1255f11bb'),
(98388,57,16287,NULL,8105,4,'2026-01-22 21:26:23','2026-01-22 21:26:23','da27059a-a7f5-4f10-97ea-bcd10ee97bd3'),
(98389,13,16287,NULL,6820,1,'2026-01-22 21:26:23','2026-01-22 21:26:23','1620d4be-1d28-446c-b665-c538a502e0b2'),
(98413,66,16296,NULL,16290,1,'2026-01-22 21:28:41','2026-01-22 21:28:41','e1576a85-57bb-4dd4-b3e1-85a80f307aad'),
(98414,32,16298,NULL,2610,1,'2026-01-22 21:28:41','2026-01-22 21:28:41','daba68cc-989b-4336-9914-b7d15ea493d5'),
(98415,32,16298,NULL,2598,2,'2026-01-22 21:28:41','2026-01-22 21:28:41','8fefca94-0247-4f33-950d-786aa771bb0a'),
(98416,32,16298,NULL,2600,3,'2026-01-22 21:28:41','2026-01-22 21:28:41','4f89eb6c-021b-4fbe-8b1d-d19288ebac49'),
(98417,32,16298,NULL,2606,4,'2026-01-22 21:28:41','2026-01-22 21:28:41','f13a3d56-c0dd-422a-95b0-0ba4f362f613'),
(98418,32,16298,NULL,2604,5,'2026-01-22 21:28:41','2026-01-22 21:28:41','861b45d8-95ed-44ed-bee5-e36e0b975c3b'),
(98419,32,16298,NULL,2614,6,'2026-01-22 21:28:41','2026-01-22 21:28:41','102f585c-0b94-4800-a086-52d362e85771'),
(98420,32,16298,NULL,2608,7,'2026-01-22 21:28:41','2026-01-22 21:28:41','6a2850f4-a314-4b96-8eb8-4e07b6c70d8f'),
(98421,32,16298,NULL,2596,8,'2026-01-22 21:28:41','2026-01-22 21:28:41','23b6f584-61d3-4849-bb03-0193f02eac29'),
(98422,32,16298,NULL,2602,9,'2026-01-22 21:28:41','2026-01-22 21:28:41','e7b10ab1-81f5-4dd1-a721-41cac2d4ba87'),
(98423,32,16298,NULL,2612,10,'2026-01-22 21:28:41','2026-01-22 21:28:41','45876fd8-bbb2-43d8-8c99-c1d5799616f1'),
(98424,16,16298,NULL,9415,1,'2026-01-22 21:28:41','2026-01-22 21:28:41','8ef44926-ea2b-491b-bed9-6d2ffdc67fe7'),
(98425,7,16298,NULL,3468,1,'2026-01-22 21:28:41','2026-01-22 21:28:41','ec7e613a-c9a2-498b-8c6c-eeb52c40c563'),
(98426,7,16298,NULL,2969,2,'2026-01-22 21:28:41','2026-01-22 21:28:41','3fa8dcd9-715d-4692-882f-fede1d2a0263'),
(98427,7,16298,NULL,617,3,'2026-01-22 21:28:41','2026-01-22 21:28:41','68d0f5d2-fa67-4b4a-8af0-504ed6a1703e'),
(98428,7,16298,NULL,605,4,'2026-01-22 21:28:41','2026-01-22 21:28:41','92548f45-d3a7-41f8-a0e8-427b62ec821e'),
(98429,7,16298,NULL,9552,5,'2026-01-22 21:28:41','2026-01-22 21:28:41','7095378c-80db-4378-8058-9d1ca88531c4'),
(98430,47,16298,NULL,12405,1,'2026-01-22 21:28:41','2026-01-22 21:28:41','984234e1-c1d6-4cba-b3d0-fae0d4da9a1d'),
(98431,57,16298,NULL,3927,1,'2026-01-22 21:28:41','2026-01-22 21:28:41','4665cf68-5d8a-4dfe-8992-6f282bae1855'),
(98432,57,16298,NULL,8117,2,'2026-01-22 21:28:41','2026-01-22 21:28:41','caf59ac6-5d06-4d80-80c0-10515b7cfaf5'),
(98433,57,16298,NULL,8119,3,'2026-01-22 21:28:41','2026-01-22 21:28:41','0336c856-4f00-4f25-9a88-0adb55f3ec50'),
(98434,57,16298,NULL,8120,4,'2026-01-22 21:28:41','2026-01-22 21:28:41','b3cad26c-ea54-4d3b-b7f5-b1b75784aa34'),
(98436,66,16299,NULL,16290,1,'2026-01-22 21:28:41','2026-01-22 21:28:41','0133f088-34ac-464b-8d13-e018df4036c6'),
(98459,32,16302,NULL,2610,1,'2026-01-22 21:28:56','2026-01-22 21:28:56','db4f7f77-4939-411c-ad5f-65e11a0bfde3'),
(98460,32,16302,NULL,2598,2,'2026-01-22 21:28:56','2026-01-22 21:28:56','32b44982-3a14-4d74-9196-b2d471873ca3'),
(98461,32,16302,NULL,2600,3,'2026-01-22 21:28:56','2026-01-22 21:28:56','e501f347-b5e5-456d-b2bb-833376c3013d'),
(98462,32,16302,NULL,2606,4,'2026-01-22 21:28:56','2026-01-22 21:28:56','f77b9eba-89b5-415e-b61d-f4fb2fa84c9d'),
(98463,32,16302,NULL,2604,5,'2026-01-22 21:28:56','2026-01-22 21:28:56','2a6fe5c1-2783-432c-87b2-ddc113b43b14'),
(98464,32,16302,NULL,2614,6,'2026-01-22 21:28:56','2026-01-22 21:28:56','e7d05afc-9cab-4fc8-9ae7-e06ea4ef319d'),
(98465,32,16302,NULL,2608,7,'2026-01-22 21:28:56','2026-01-22 21:28:56','c205fa9f-0bfd-4b24-a55d-c7f1260a124c'),
(98466,32,16302,NULL,2596,8,'2026-01-22 21:28:56','2026-01-22 21:28:56','fd872b3f-aff4-490e-8ad2-8892728b4468'),
(98467,32,16302,NULL,2602,9,'2026-01-22 21:28:56','2026-01-22 21:28:56','4507ac97-11be-4ded-a83f-1700a58e3fad'),
(98468,32,16302,NULL,2612,10,'2026-01-22 21:28:56','2026-01-22 21:28:56','cc6de3de-6918-44c3-a002-189af48f6ef2'),
(98469,16,16302,NULL,9415,1,'2026-01-22 21:28:56','2026-01-22 21:28:56','8d080acf-f36d-4c3f-9688-89ddf70f740c'),
(98470,7,16302,NULL,3468,1,'2026-01-22 21:28:56','2026-01-22 21:28:56','c432186d-9303-439e-9321-49c38e45db56'),
(98471,7,16302,NULL,2969,2,'2026-01-22 21:28:56','2026-01-22 21:28:56','64a1c6b4-2941-48d3-b890-5ede934fb579'),
(98472,7,16302,NULL,617,3,'2026-01-22 21:28:56','2026-01-22 21:28:56','33f1ebbb-498f-4104-b680-93312476f8b5'),
(98473,7,16302,NULL,605,4,'2026-01-22 21:28:56','2026-01-22 21:28:56','55af23a6-30d7-4080-813c-bdf0fe20e5ab'),
(98474,7,16302,NULL,9552,5,'2026-01-22 21:28:56','2026-01-22 21:28:56','b2dd48ca-7ff4-4d9d-8dbe-b784c967717c'),
(98475,47,16302,NULL,12405,1,'2026-01-22 21:28:56','2026-01-22 21:28:56','7af03e84-5658-461b-862e-327f6e2b5278'),
(98476,57,16302,NULL,3927,1,'2026-01-22 21:28:56','2026-01-22 21:28:56','6bf742f1-5f65-42ba-8819-55e45a74e5d4'),
(98477,57,16302,NULL,8117,2,'2026-01-22 21:28:56','2026-01-22 21:28:56','55f46c7a-fa01-4d7a-96e3-423e363fd152'),
(98478,57,16302,NULL,8119,3,'2026-01-22 21:28:56','2026-01-22 21:28:56','f819f652-b3df-4289-94c0-6f7c6fca0dd9'),
(98479,57,16302,NULL,8120,4,'2026-01-22 21:28:56','2026-01-22 21:28:56','45a08005-37ba-4dac-b74b-d8aae1476a8d'),
(98505,66,16310,NULL,16305,1,'2026-01-22 21:31:13','2026-01-22 21:31:13','a6b35d4d-dde7-4ef4-89fd-4388dfe41c47'),
(98506,32,16312,NULL,2610,1,'2026-01-22 21:31:13','2026-01-22 21:31:13','56b4f064-66ad-452f-a4f6-eefbc46d9da7'),
(98507,32,16312,NULL,2598,2,'2026-01-22 21:31:13','2026-01-22 21:31:13','37375327-79a7-4a3a-9877-7f563ae1b408'),
(98508,32,16312,NULL,2600,3,'2026-01-22 21:31:13','2026-01-22 21:31:13','0b48ad34-d712-4bf1-82a5-cd35211235bf'),
(98509,32,16312,NULL,2604,4,'2026-01-22 21:31:13','2026-01-22 21:31:13','c08c3b00-a159-4764-8473-c523ce2ac0fb'),
(98510,32,16312,NULL,2608,5,'2026-01-22 21:31:13','2026-01-22 21:31:13','bc8195e6-7f1d-42f7-8948-18327519c2a6'),
(98511,32,16312,NULL,2596,6,'2026-01-22 21:31:13','2026-01-22 21:31:13','a3c2481f-10a9-4cb8-b535-153def9ec025'),
(98512,32,16312,NULL,2602,7,'2026-01-22 21:31:13','2026-01-22 21:31:13','839585b2-4507-41b2-a703-f85a29647c37'),
(98513,32,16312,NULL,2606,8,'2026-01-22 21:31:13','2026-01-22 21:31:13','00c25421-ebb9-4629-b5f1-305efdfaa231'),
(98514,32,16312,NULL,2612,9,'2026-01-22 21:31:13','2026-01-22 21:31:13','c9e3f461-ed0e-4df5-bc3c-fe35878efed5'),
(98515,16,16312,NULL,3959,1,'2026-01-22 21:31:13','2026-01-22 21:31:13','6cc068f6-7c18-4ec3-9eb3-1145645f309e'),
(98516,7,16312,NULL,3468,1,'2026-01-22 21:31:13','2026-01-22 21:31:13','a06f3c43-2b63-4b65-ac8a-8e7d7c0bbe5b'),
(98517,7,16312,NULL,601,2,'2026-01-22 21:31:13','2026-01-22 21:31:13','65814239-1a0b-46dd-8a2f-b4be42ceb4ff'),
(98518,7,16312,NULL,617,3,'2026-01-22 21:31:13','2026-01-22 21:31:13','89e9735e-da3e-4d34-9787-117943bd40ce'),
(98519,7,16312,NULL,9552,4,'2026-01-22 21:31:13','2026-01-22 21:31:13','572d6dc7-0e70-404d-88a5-a1d5cb76d6f9'),
(98520,7,16312,NULL,605,5,'2026-01-22 21:31:13','2026-01-22 21:31:13','d977cf6d-f88a-4a4c-8162-e684a7586b74'),
(98521,82,16312,NULL,479,1,'2026-01-22 21:31:13','2026-01-22 21:31:13','d8e4ff77-c3ff-4c08-932e-1eb4e5e1e14a'),
(98522,82,16312,NULL,491,2,'2026-01-22 21:31:13','2026-01-22 21:31:13','5ea7a7ac-aad3-4acf-a69e-31283463ce3f'),
(98523,47,16312,NULL,12408,1,'2026-01-22 21:31:13','2026-01-22 21:31:13','7cbae46b-91ee-495c-ba42-340083cdf339'),
(98524,57,16312,NULL,8132,1,'2026-01-22 21:31:13','2026-01-22 21:31:13','2ab57388-0e5f-4d31-8124-83601228e0ce'),
(98525,57,16312,NULL,8136,2,'2026-01-22 21:31:13','2026-01-22 21:31:13','87444eaf-48ed-43ca-8d17-fcf3ef5badc8'),
(98526,57,16312,NULL,8131,3,'2026-01-22 21:31:13','2026-01-22 21:31:13','0d05a4d8-98a6-4ec4-ba40-c4e307b6fa14'),
(98527,57,16312,NULL,8134,4,'2026-01-22 21:31:13','2026-01-22 21:31:13','6e7a5a7f-a6f8-45c9-845e-e4e82de1016c'),
(98528,57,16312,NULL,8135,5,'2026-01-22 21:31:13','2026-01-22 21:31:13','2eced75e-8c83-43d2-9c66-b3d1dcf6a249'),
(98529,66,16313,NULL,16305,1,'2026-01-22 21:31:13','2026-01-22 21:31:13','04fc7121-c60e-4336-bcfa-2dfb07ad35b1'),
(98600,32,16909,NULL,2614,1,'2026-01-23 19:13:17','2026-01-23 19:13:17','58d12ddc-0eec-4adf-9b26-faf7e63f02ed'),
(98601,32,16909,NULL,2610,2,'2026-01-23 19:13:17','2026-01-23 19:13:17','a9669153-d4a0-4d76-be65-6b48eef556fd'),
(98602,32,16909,NULL,2598,3,'2026-01-23 19:13:17','2026-01-23 19:13:17','f97bda94-6a90-4778-bce0-c77de67177fc'),
(98603,32,16909,NULL,2600,4,'2026-01-23 19:13:17','2026-01-23 19:13:17','036c396e-7177-430c-814c-e277fe7cae8c'),
(98604,32,16909,NULL,2604,5,'2026-01-23 19:13:17','2026-01-23 19:13:17','59dfc754-a5bc-41f9-b284-f88702a6359a'),
(98605,32,16909,NULL,2608,6,'2026-01-23 19:13:17','2026-01-23 19:13:17','e1a3dce8-c64c-4486-92d0-3f6bfbafdd3e'),
(98606,32,16909,NULL,2596,7,'2026-01-23 19:13:17','2026-01-23 19:13:17','342a19c7-0e93-4370-ad8b-99d379340c8d'),
(98607,32,16909,NULL,2602,8,'2026-01-23 19:13:17','2026-01-23 19:13:17','150c0c7c-25d1-44af-8543-4eed478deb25'),
(98608,32,16909,NULL,2606,9,'2026-01-23 19:13:17','2026-01-23 19:13:17','f5fe391b-c548-46d3-b2d8-d5ced5acd871'),
(98609,32,16909,NULL,2612,10,'2026-01-23 19:13:17','2026-01-23 19:13:17','c7318224-b40a-422e-9b6f-ed4f9139d382'),
(98610,16,16909,NULL,4824,1,'2026-01-23 19:13:17','2026-01-23 19:13:17','a1717d88-3ce7-41e1-be14-84e57b34bed8'),
(98611,7,16909,NULL,6547,1,'2026-01-23 19:13:17','2026-01-23 19:13:17','3051eda3-2ae0-49a0-9af7-0d9b40c48e01'),
(98612,7,16909,NULL,601,2,'2026-01-23 19:13:17','2026-01-23 19:13:17','03ee2c0a-605f-4753-a45f-b458a3f3e431'),
(98613,7,16909,NULL,2974,3,'2026-01-23 19:13:17','2026-01-23 19:13:17','256a721b-992f-4709-b3c4-328a6f8895f3'),
(98614,7,16909,NULL,617,4,'2026-01-23 19:13:17','2026-01-23 19:13:17','bc2e2dbe-0aba-4b3a-aa0c-e46ac372e398'),
(98615,7,16909,NULL,9640,5,'2026-01-23 19:13:17','2026-01-23 19:13:17','cdbd1799-0ff6-4579-9544-56fff94f829f'),
(98616,7,16909,NULL,605,6,'2026-01-23 19:13:17','2026-01-23 19:13:17','015d71e0-466e-4464-9666-46837b8fe252'),
(98617,7,16909,NULL,9552,7,'2026-01-23 19:13:17','2026-01-23 19:13:17','d471b1b8-e569-40d8-858e-04293f1d61dd'),
(98618,7,16909,NULL,9549,8,'2026-01-23 19:13:17','2026-01-23 19:13:17','dca6c7a0-8079-4d7c-9cad-2fe2b1544506'),
(98619,82,16909,NULL,479,1,'2026-01-23 19:13:17','2026-01-23 19:13:17','78fd79d6-3100-429a-8e63-77b13f561534'),
(98620,47,16909,NULL,12482,1,'2026-01-23 19:13:17','2026-01-23 19:13:17','3a4292b3-d23e-4a74-a372-3c5c25f51ef2'),
(98621,57,16909,NULL,4821,1,'2026-01-23 19:13:17','2026-01-23 19:13:17','78f7634e-7da9-4392-a1ef-2dc6ce5fe2b2'),
(98622,57,16909,NULL,4822,2,'2026-01-23 19:13:17','2026-01-23 19:13:17','b27718bf-43b2-4232-b5a6-97d9df326598'),
(98623,57,16909,NULL,4823,3,'2026-01-23 19:13:17','2026-01-23 19:13:17','182a4d00-e97c-4fe7-9221-313f0d5b0830'),
(98624,57,16909,NULL,4824,4,'2026-01-23 19:13:17','2026-01-23 19:13:17','7757354a-6658-49e1-b72e-e47399702461'),
(98625,13,16909,NULL,6620,1,'2026-01-23 19:13:17','2026-01-23 19:13:17','51c6a82e-eca2-4131-a0c8-73f72fb450ba'),
(98653,32,16916,NULL,2614,1,'2026-01-23 19:15:05','2026-01-23 19:15:05','61d80d94-b0ab-48ab-99a7-84a22ac7eba1'),
(98654,32,16916,NULL,2610,2,'2026-01-23 19:15:05','2026-01-23 19:15:05','0eb9c1ba-d7ec-40c1-88ec-93c595c1ef84'),
(98655,32,16916,NULL,2598,3,'2026-01-23 19:15:05','2026-01-23 19:15:05','f38ca0f2-9a46-4a06-afc8-c61ddc806003'),
(98656,32,16916,NULL,2600,4,'2026-01-23 19:15:05','2026-01-23 19:15:05','02e864a9-9040-46cb-8e1d-8f5c004b781f'),
(98657,32,16916,NULL,2604,5,'2026-01-23 19:15:05','2026-01-23 19:15:05','983a9d2f-632e-49e2-a223-d7d2a22e6f00'),
(98658,32,16916,NULL,2608,6,'2026-01-23 19:15:05','2026-01-23 19:15:05','0fd5561d-ea67-40c4-8e29-b837f55c6c02'),
(98659,32,16916,NULL,2596,7,'2026-01-23 19:15:05','2026-01-23 19:15:05','db2531ef-dc6b-49d9-a01c-78a5b68e8c78'),
(98660,32,16916,NULL,2602,8,'2026-01-23 19:15:05','2026-01-23 19:15:05','9dc2f3bc-b1ab-4a4a-88ad-541ba1c1c44f'),
(98661,32,16916,NULL,2606,9,'2026-01-23 19:15:05','2026-01-23 19:15:05','40ab3202-5d13-401b-8890-c77c37bab9a6'),
(98662,32,16916,NULL,2612,10,'2026-01-23 19:15:05','2026-01-23 19:15:05','91ef2bcf-a115-42da-aa04-4b3554e09a5d'),
(98663,16,16916,NULL,4824,1,'2026-01-23 19:15:05','2026-01-23 19:15:05','13ec98b9-8376-4798-85c7-45a203692dab'),
(98664,7,16916,NULL,6547,1,'2026-01-23 19:15:05','2026-01-23 19:15:05','406b68ec-bd4c-411a-8102-76a84facf5bb'),
(98665,7,16916,NULL,601,2,'2026-01-23 19:15:05','2026-01-23 19:15:05','1367ff17-6768-46f0-bcbd-a027f901e4fd'),
(98666,7,16916,NULL,2974,3,'2026-01-23 19:15:05','2026-01-23 19:15:05','821e4ef1-b830-460a-b88f-920a382b69f0'),
(98667,7,16916,NULL,617,4,'2026-01-23 19:15:05','2026-01-23 19:15:05','28c4ebc0-e659-4003-bed8-086af8a78807'),
(98668,7,16916,NULL,9640,5,'2026-01-23 19:15:05','2026-01-23 19:15:05','0ffb7a3f-73f3-436b-985c-beb7dc9cbf39'),
(98669,7,16916,NULL,605,6,'2026-01-23 19:15:05','2026-01-23 19:15:05','a2a4dddb-d2a1-47eb-a99b-8e5542847f7d'),
(98670,7,16916,NULL,9552,7,'2026-01-23 19:15:05','2026-01-23 19:15:05','ff17c9a5-7b1a-4f61-874e-4a624e3e641f'),
(98671,7,16916,NULL,9549,8,'2026-01-23 19:15:05','2026-01-23 19:15:05','32d6e04e-7830-43f9-bdd9-83b13c748507'),
(98672,82,16916,NULL,479,1,'2026-01-23 19:15:05','2026-01-23 19:15:05','db2db45f-92c2-4ad0-b831-657dfa7cbe0f'),
(98673,47,16916,NULL,12482,1,'2026-01-23 19:15:05','2026-01-23 19:15:05','f4cda637-fd0d-4414-a4e4-74839af5e61d'),
(98674,57,16916,NULL,4821,1,'2026-01-23 19:15:05','2026-01-23 19:15:05','8cd348e3-acc0-4abf-8b20-a4b66121ca8d'),
(98675,57,16916,NULL,4822,2,'2026-01-23 19:15:05','2026-01-23 19:15:05','e047d4b6-afb4-47f2-8100-02ba7174c2f9'),
(98676,57,16916,NULL,4823,3,'2026-01-23 19:15:05','2026-01-23 19:15:05','0bc78eb3-da76-4872-b61e-d240c6462a31'),
(98677,57,16916,NULL,4824,4,'2026-01-23 19:15:05','2026-01-23 19:15:05','95191e07-aa3f-4d0d-852d-ca5dd277c993'),
(98678,13,16916,NULL,6620,1,'2026-01-23 19:15:05','2026-01-23 19:15:05','4f3f82c9-3b29-4dc7-94be-a8a0fe2cb924'),
(98679,66,16917,NULL,4951,1,'2026-01-23 19:15:05','2026-01-23 19:15:05','444e081a-40a8-4453-8dcb-b2a95701c4d0'),
(98706,32,16919,NULL,2614,1,'2026-01-23 19:16:00','2026-01-23 19:16:00','c926ecbf-a8f1-4155-aa53-559c694e105b'),
(98707,32,16919,NULL,2610,2,'2026-01-23 19:16:00','2026-01-23 19:16:00','ace6d051-ff29-4b11-a969-299fe0f59b64'),
(98708,32,16919,NULL,2598,3,'2026-01-23 19:16:00','2026-01-23 19:16:00','f27b6c49-d0c3-4311-adf4-19e8dcbb0db9'),
(98709,32,16919,NULL,2600,4,'2026-01-23 19:16:00','2026-01-23 19:16:00','e63bf6bf-d3d7-4a83-ae68-c1c978edc0fb'),
(98710,32,16919,NULL,2604,5,'2026-01-23 19:16:00','2026-01-23 19:16:00','d280cfe9-792e-4d0b-81f0-34cfc5872d82'),
(98711,32,16919,NULL,2608,6,'2026-01-23 19:16:00','2026-01-23 19:16:00','02531e7a-0024-403f-9477-401984173e96'),
(98712,32,16919,NULL,2596,7,'2026-01-23 19:16:00','2026-01-23 19:16:00','088dcec2-4ea9-4f94-acf0-7260fb66cd7b'),
(98713,32,16919,NULL,2602,8,'2026-01-23 19:16:00','2026-01-23 19:16:00','55037f20-84df-48d9-9a3a-3deae0ea1997'),
(98714,32,16919,NULL,2606,9,'2026-01-23 19:16:00','2026-01-23 19:16:00','5ad595c7-8451-4458-b5f8-bc8e20fc89ff'),
(98715,32,16919,NULL,2612,10,'2026-01-23 19:16:00','2026-01-23 19:16:00','08e7a248-52db-47a3-ad11-c4daa6bdf139'),
(98716,16,16919,NULL,4824,1,'2026-01-23 19:16:00','2026-01-23 19:16:00','406aa5bd-82cf-4d4f-96f7-4a121b0ffa10'),
(98717,7,16919,NULL,6547,1,'2026-01-23 19:16:00','2026-01-23 19:16:00','d97dd41a-8392-40da-a649-55e137c814a8'),
(98718,7,16919,NULL,601,2,'2026-01-23 19:16:00','2026-01-23 19:16:00','519c3d64-4ec4-4472-8989-0e8ec54a2212'),
(98719,7,16919,NULL,2974,3,'2026-01-23 19:16:00','2026-01-23 19:16:00','420c0fc2-5ae2-49b2-9d3b-f3995b0d8da3'),
(98720,7,16919,NULL,617,4,'2026-01-23 19:16:00','2026-01-23 19:16:00','a93e147a-4517-4275-b268-3329d82d2a1d'),
(98721,7,16919,NULL,9640,5,'2026-01-23 19:16:00','2026-01-23 19:16:00','eb363acb-65d8-4028-a256-061aca806438'),
(98722,7,16919,NULL,605,6,'2026-01-23 19:16:00','2026-01-23 19:16:00','3bdc00ad-5d3a-4a24-8420-391a8f7679b3'),
(98723,7,16919,NULL,9552,7,'2026-01-23 19:16:00','2026-01-23 19:16:00','a51e95b8-8199-446a-8664-23b26278d8ef'),
(98724,7,16919,NULL,9549,8,'2026-01-23 19:16:00','2026-01-23 19:16:00','e42f7b84-9ac9-4a83-9450-ffe1255d6f86'),
(98725,82,16919,NULL,479,1,'2026-01-23 19:16:00','2026-01-23 19:16:00','8a6f6d6a-2719-4223-939a-1984efd2900e'),
(98726,47,16919,NULL,12482,1,'2026-01-23 19:16:00','2026-01-23 19:16:00','688bf40f-bc7b-4453-a687-537aebb4e776'),
(98727,57,16919,NULL,4821,1,'2026-01-23 19:16:00','2026-01-23 19:16:00','85339f51-3074-4ffa-bc67-8b7d8c9036d4'),
(98728,57,16919,NULL,4822,2,'2026-01-23 19:16:00','2026-01-23 19:16:00','af940915-cb1f-4b73-bd86-075f5d06d53a'),
(98729,57,16919,NULL,4823,3,'2026-01-23 19:16:00','2026-01-23 19:16:00','0e81fe90-c12f-46a3-ab97-1a29b1173d94'),
(98730,57,16919,NULL,4824,4,'2026-01-23 19:16:00','2026-01-23 19:16:00','62c20c55-cae3-4fdc-8c80-c0b76dddb670'),
(98731,13,16919,NULL,6620,1,'2026-01-23 19:16:00','2026-01-23 19:16:00','bd45cd71-bd25-4e58-8545-f3fd60c08234'),
(98758,32,16921,NULL,2610,1,'2026-01-23 19:16:23','2026-01-23 19:16:23','a5e7305c-0199-4da6-882b-d7f6c5057036'),
(98759,32,16921,NULL,2598,2,'2026-01-23 19:16:23','2026-01-23 19:16:23','005641d9-e045-4e1c-b170-f093c13e20d9'),
(98760,32,16921,NULL,2600,3,'2026-01-23 19:16:23','2026-01-23 19:16:23','feb493f9-c0f7-4f4e-a8c4-1d2832f2a4eb'),
(98761,32,16921,NULL,2602,4,'2026-01-23 19:16:23','2026-01-23 19:16:23','591c245a-9f9d-4d71-a7ea-df2dbd5f6b1c'),
(98762,32,16921,NULL,2612,5,'2026-01-23 19:16:23','2026-01-23 19:16:23','10f640e1-badb-4398-bbf3-e1972fe65a15'),
(98763,32,16921,NULL,2618,6,'2026-01-23 19:16:23','2026-01-23 19:16:23','ef104254-b151-46e0-9218-3c21614679ab'),
(98764,32,16921,NULL,2604,7,'2026-01-23 19:16:23','2026-01-23 19:16:23','5cadea2e-7c89-4bc5-8994-9ddbc578f44e'),
(98765,32,16921,NULL,2608,8,'2026-01-23 19:16:23','2026-01-23 19:16:23','0c5dac1b-e9a4-4c86-81c8-bee111c44033'),
(98766,32,16921,NULL,2596,9,'2026-01-23 19:16:23','2026-01-23 19:16:23','8c3309c5-7344-42d2-85bc-f879e161b7ae'),
(98767,32,16921,NULL,2606,10,'2026-01-23 19:16:23','2026-01-23 19:16:23','5c6d732d-fd57-4f88-98b5-ccd8682607eb'),
(98768,16,16921,NULL,4829,1,'2026-01-23 19:16:23','2026-01-23 19:16:23','125480f1-8e3a-4d29-b150-988f618a9348'),
(98769,7,16921,NULL,3468,1,'2026-01-23 19:16:23','2026-01-23 19:16:23','296ea292-3c86-43ed-b65b-f7ea3ee564ad'),
(98770,7,16921,NULL,601,2,'2026-01-23 19:16:23','2026-01-23 19:16:23','be929a05-cd5c-464a-af7e-e3c5b09ce046'),
(98771,7,16921,NULL,617,3,'2026-01-23 19:16:23','2026-01-23 19:16:23','0fa8b969-ace8-4fa4-b98c-416f6950d274'),
(98772,7,16921,NULL,605,4,'2026-01-23 19:16:23','2026-01-23 19:16:23','a0ba0726-5a1b-473d-99c9-b312d5a2775b'),
(98773,7,16921,NULL,9552,5,'2026-01-23 19:16:23','2026-01-23 19:16:23','8aa2a0ba-b2e8-4816-8e4b-3a6e8649630d'),
(98774,82,16921,NULL,479,1,'2026-01-23 19:16:23','2026-01-23 19:16:23','bed4872d-2213-4111-98c8-e4bca6baaef1'),
(98775,82,16921,NULL,491,2,'2026-01-23 19:16:23','2026-01-23 19:16:23','1ffb7c38-f60a-4de3-ac8a-8e77adc0eb45'),
(98776,46,16921,NULL,3697,1,'2026-01-23 19:16:23','2026-01-23 19:16:23','f423212c-920e-4998-bee9-1303b4cff85b'),
(98777,47,16921,NULL,12380,1,'2026-01-23 19:16:23','2026-01-23 19:16:23','06492eca-b639-40ff-bb9b-48cea312ddee'),
(98778,57,16921,NULL,4829,1,'2026-01-23 19:16:23','2026-01-23 19:16:23','3af03f3c-1a34-40b2-81f3-50406d92f6ad'),
(98779,57,16921,NULL,3689,2,'2026-01-23 19:16:23','2026-01-23 19:16:23','7275149a-c6a8-4379-8e90-097a222122c4'),
(98780,57,16921,NULL,4826,3,'2026-01-23 19:16:23','2026-01-23 19:16:23','17089f35-cee0-4e50-8a7f-c53ea80ddbd1'),
(98781,57,16921,NULL,4828,4,'2026-01-23 19:16:23','2026-01-23 19:16:23','1dcbbaf6-9388-4377-b074-9bb170665eea'),
(98782,57,16921,NULL,4827,5,'2026-01-23 19:16:23','2026-01-23 19:16:23','dc310912-5397-4d2d-91f0-34a158d67cf6'),
(98808,32,16924,NULL,2610,1,'2026-01-23 19:17:41','2026-01-23 19:17:41','bee3472f-0c43-4988-8706-611f3bce71ac'),
(98809,32,16924,NULL,2598,2,'2026-01-23 19:17:41','2026-01-23 19:17:41','ccc050d8-00f6-4489-9adc-f3ed181ba673'),
(98810,32,16924,NULL,2600,3,'2026-01-23 19:17:41','2026-01-23 19:17:41','71634598-82a1-4e50-ab95-8742abdb8802'),
(98811,32,16924,NULL,2604,4,'2026-01-23 19:17:41','2026-01-23 19:17:41','552b1fd0-599a-45c0-867f-48e70a7df001'),
(98812,32,16924,NULL,2608,5,'2026-01-23 19:17:41','2026-01-23 19:17:41','130b4a6e-f737-417b-8b32-4fc87db69cfb'),
(98813,32,16924,NULL,2602,6,'2026-01-23 19:17:41','2026-01-23 19:17:41','6c0892c6-da02-4f5e-b39f-0b2a2d6ec4b1'),
(98814,32,16924,NULL,2596,7,'2026-01-23 19:17:41','2026-01-23 19:17:41','d852aa19-9d2a-4f6f-a6dc-e051bd26376b'),
(98815,32,16924,NULL,2606,8,'2026-01-23 19:17:41','2026-01-23 19:17:41','2ec05c08-01f2-4668-af7f-de7a50398b77'),
(98816,32,16924,NULL,2612,9,'2026-01-23 19:17:41','2026-01-23 19:17:41','597587f4-1203-4859-9cc9-037d836d849f'),
(98817,16,16924,NULL,4834,1,'2026-01-23 19:17:41','2026-01-23 19:17:41','eefbb704-4bcc-4748-bf81-5afaf18c7606'),
(98818,7,16924,NULL,6547,1,'2026-01-23 19:17:41','2026-01-23 19:17:41','6f29efca-21e1-4029-b397-97ff134af3dd'),
(98819,7,16924,NULL,601,2,'2026-01-23 19:17:41','2026-01-23 19:17:41','736e3d83-fb4b-45e4-ba09-73127047d4e5'),
(98820,7,16924,NULL,9640,3,'2026-01-23 19:17:41','2026-01-23 19:17:41','e5713cd1-f555-4c0d-9ffe-b50c07fb7cf5'),
(98821,7,16924,NULL,617,4,'2026-01-23 19:17:41','2026-01-23 19:17:41','4bdbcba2-2055-494a-8979-74ec6c63afe8'),
(98822,7,16924,NULL,605,5,'2026-01-23 19:17:41','2026-01-23 19:17:41','743b2353-9e6a-4cd6-86a3-906cec835e99'),
(98823,82,16924,NULL,469,1,'2026-01-23 19:17:41','2026-01-23 19:17:41','dfab936f-93b1-44f0-8064-52cd07e1df1f'),
(98824,82,16924,NULL,479,2,'2026-01-23 19:17:41','2026-01-23 19:17:41','02ab86e5-8e8a-4609-907c-a40465f37fda'),
(98825,82,16924,NULL,491,3,'2026-01-23 19:17:41','2026-01-23 19:17:41','4170c451-adda-4351-a1f0-6f50521e2e84'),
(98826,47,16924,NULL,10474,1,'2026-01-23 19:17:41','2026-01-23 19:17:41','4f8bbc19-eb7e-485a-8608-275cd4767b24'),
(98827,57,16924,NULL,4838,1,'2026-01-23 19:17:41','2026-01-23 19:17:41','19fcefc0-8ede-47e0-b5a5-af12f7c07d98'),
(98828,57,16924,NULL,4836,2,'2026-01-23 19:17:41','2026-01-23 19:17:41','824d7bf9-7caa-4fb2-87b1-7d8ff5f437d8'),
(98829,57,16924,NULL,4834,3,'2026-01-23 19:17:41','2026-01-23 19:17:41','1477fc8e-bff9-434e-a02b-d4683450fde2'),
(98830,57,16924,NULL,4837,4,'2026-01-23 19:17:41','2026-01-23 19:17:41','b62c1f27-e78d-4ac7-8363-0c93f3ba2e57'),
(98864,32,16926,NULL,2598,1,'2026-01-23 19:18:39','2026-01-23 19:18:39','b46b99f6-668b-4509-9a76-9a7d1a879cbe'),
(98865,32,16926,NULL,2608,2,'2026-01-23 19:18:39','2026-01-23 19:18:39','84665121-8e97-4489-8175-67e2e243daba'),
(98866,32,16926,NULL,2600,3,'2026-01-23 19:18:39','2026-01-23 19:18:39','c3b0aa67-9fb3-431d-9d35-1d4e76dfb50e'),
(98867,32,16926,NULL,2602,4,'2026-01-23 19:18:39','2026-01-23 19:18:39','70b5d38b-4532-43ca-80ab-89280d832c50'),
(98868,32,16926,NULL,2612,5,'2026-01-23 19:18:39','2026-01-23 19:18:39','02c97deb-ce0c-4b7b-88ef-6634f7706db1'),
(98869,32,16926,NULL,2604,6,'2026-01-23 19:18:39','2026-01-23 19:18:39','426f1eb2-b5e0-4cf6-aea2-fe71c1f77ab8'),
(98870,32,16926,NULL,2610,7,'2026-01-23 19:18:39','2026-01-23 19:18:39','ecc63ff2-e47d-48db-8180-2870078338b9'),
(98871,32,16926,NULL,2596,8,'2026-01-23 19:18:39','2026-01-23 19:18:39','de82081a-b56f-4f4d-b32f-4ecf91096433'),
(98872,32,16926,NULL,2606,9,'2026-01-23 19:18:39','2026-01-23 19:18:39','ee9d40a9-06f0-4ff6-8083-68e1129520a3'),
(98873,16,16926,NULL,4884,1,'2026-01-23 19:18:39','2026-01-23 19:18:39','8bf2c896-07b2-4efe-a669-35e7e2547a77'),
(98874,7,16926,NULL,6547,1,'2026-01-23 19:18:39','2026-01-23 19:18:39','65352427-d540-43a5-a830-3982d1cd0d07'),
(98875,7,16926,NULL,601,2,'2026-01-23 19:18:39','2026-01-23 19:18:39','ad5146bb-436b-48c1-95ae-6dac29103506'),
(98876,7,16926,NULL,9732,3,'2026-01-23 19:18:39','2026-01-23 19:18:39','a365f3c1-37bf-4e37-a17b-cea2d005aeb9'),
(98877,7,16926,NULL,9735,4,'2026-01-23 19:18:39','2026-01-23 19:18:39','ddd37788-c853-4dec-a0cf-4469578ee0fa'),
(98878,7,16926,NULL,617,5,'2026-01-23 19:18:39','2026-01-23 19:18:39','0e5fd803-c3f6-4bc0-b356-580f79c5b007'),
(98879,7,16926,NULL,605,6,'2026-01-23 19:18:39','2026-01-23 19:18:39','3fab6eb8-a31a-490c-b598-1a954d5bcad4'),
(98880,7,16926,NULL,9552,7,'2026-01-23 19:18:39','2026-01-23 19:18:39','d2ac539e-7b24-4d51-b014-58583a3ea636'),
(98881,82,16926,NULL,479,1,'2026-01-23 19:18:39','2026-01-23 19:18:39','edf56c24-71da-4e51-99f9-6c0f126bd9ff'),
(98882,82,16926,NULL,491,2,'2026-01-23 19:18:39','2026-01-23 19:18:39','7d05a56b-0933-4ae2-918d-72babdbb6436'),
(98883,82,16926,NULL,469,3,'2026-01-23 19:18:39','2026-01-23 19:18:39','7d8217e6-3df2-4d5f-bb81-65e7e1717283'),
(98884,47,16926,NULL,12256,1,'2026-01-23 19:18:39','2026-01-23 19:18:39','b7db68a7-f119-467c-849c-772ee44ee3b3'),
(98885,57,16926,NULL,4886,1,'2026-01-23 19:18:39','2026-01-23 19:18:39','f135902c-5443-401d-bab4-209c9c1ae8e4'),
(98886,57,16926,NULL,4880,2,'2026-01-23 19:18:39','2026-01-23 19:18:39','6ae3d9e7-9924-4ad5-8ff9-44063abba76e'),
(98887,57,16926,NULL,4888,3,'2026-01-23 19:18:39','2026-01-23 19:18:39','cc836c7e-6d51-4173-9d02-e5d6ef6d6ec8'),
(98888,57,16926,NULL,4882,4,'2026-01-23 19:18:39','2026-01-23 19:18:39','96682b40-c5c5-4173-b5e9-e36b9b9064b9'),
(98889,57,16926,NULL,4879,5,'2026-01-23 19:18:39','2026-01-23 19:18:39','5082a9a2-c2e6-4d81-a61a-fa460c3ad867'),
(98890,57,16926,NULL,4881,6,'2026-01-23 19:18:39','2026-01-23 19:18:39','45c986ec-69c5-4c8d-8f45-6b237522f87f'),
(98891,57,16926,NULL,4887,7,'2026-01-23 19:18:39','2026-01-23 19:18:39','c58920d5-abf0-494e-8f41-b4efda81ba2b'),
(98892,57,16926,NULL,4883,8,'2026-01-23 19:18:39','2026-01-23 19:18:39','3707c4fc-7913-43ad-9842-26a5a9db780c'),
(98893,57,16926,NULL,4884,9,'2026-01-23 19:18:39','2026-01-23 19:18:39','f2b44ad3-bb14-49a6-b2db-16384b65ab11'),
(98894,57,16926,NULL,4885,10,'2026-01-23 19:18:39','2026-01-23 19:18:39','36c8ed16-a19f-455e-a470-adc8cde25a12'),
(98918,32,16933,NULL,2610,1,'2026-01-23 19:21:28','2026-01-23 19:21:28','1b2f66e8-0747-4f5d-aa36-e3e520558609'),
(98919,32,16933,NULL,2598,2,'2026-01-23 19:21:28','2026-01-23 19:21:28','a57278db-01c2-4259-848f-6cf76e6f7cc9'),
(98920,32,16933,NULL,2600,3,'2026-01-23 19:21:28','2026-01-23 19:21:28','9cad1689-eba3-4930-ab55-f0f2f5c2f8e4'),
(98921,32,16933,NULL,2604,4,'2026-01-23 19:21:28','2026-01-23 19:21:28','478a1541-0c72-4553-865c-a122a234eaf1'),
(98922,32,16933,NULL,2608,5,'2026-01-23 19:21:28','2026-01-23 19:21:28','80273465-79c8-4584-8c89-bcc6ee5158f0'),
(98923,32,16933,NULL,2596,6,'2026-01-23 19:21:28','2026-01-23 19:21:28','e59a312a-a41e-4277-9bd1-796df57d8d84'),
(98924,32,16933,NULL,2602,7,'2026-01-23 19:21:28','2026-01-23 19:21:28','76a375da-480a-4fe5-a160-02b76b8a148d'),
(98925,32,16933,NULL,2606,8,'2026-01-23 19:21:28','2026-01-23 19:21:28','8f9479cb-4359-41db-804a-8eb5e2dfff3b'),
(98926,32,16933,NULL,2612,9,'2026-01-23 19:21:28','2026-01-23 19:21:28','69a2faf2-0191-4955-9492-bec533a239e5'),
(98927,16,16933,NULL,4282,1,'2026-01-23 19:21:28','2026-01-23 19:21:28','3972f59b-eff4-4c75-8a81-0b41f4a371a3'),
(98928,7,16933,NULL,2969,1,'2026-01-23 19:21:28','2026-01-23 19:21:28','c4586a6f-556b-4166-9f72-1fbf36b28d23'),
(98929,7,16933,NULL,617,2,'2026-01-23 19:21:28','2026-01-23 19:21:28','b31e609b-df65-4df2-8832-7170514bbdbf'),
(98930,7,16933,NULL,605,3,'2026-01-23 19:21:28','2026-01-23 19:21:28','02977563-32c3-4a19-af48-6c0ea1bf83b4'),
(98931,7,16933,NULL,9552,4,'2026-01-23 19:21:28','2026-01-23 19:21:28','9741eba9-8e8f-4083-849a-90a6da8a42d0'),
(98932,82,16933,NULL,469,1,'2026-01-23 19:21:28','2026-01-23 19:21:28','b0f823d2-d408-4013-a2fd-58b5aa8829b8'),
(98933,82,16933,NULL,479,2,'2026-01-23 19:21:28','2026-01-23 19:21:28','e2b872fe-f797-454c-98b7-2a4699cfffd2'),
(98934,82,16933,NULL,491,3,'2026-01-23 19:21:28','2026-01-23 19:21:28','7eb9e3d2-b0b9-4b51-8d4b-f2b852f937fb'),
(98935,47,16933,NULL,10478,1,'2026-01-23 19:21:28','2026-01-23 19:21:28','0b71485c-ae7b-45da-8604-595578bcee5e'),
(98936,57,16933,NULL,8740,1,'2026-01-23 19:21:28','2026-01-23 19:21:28','da1c7fa5-966f-4034-8d3b-c19e52b2868e'),
(98937,57,16933,NULL,4911,2,'2026-01-23 19:21:28','2026-01-23 19:21:28','51a01f52-5e5f-447d-9fe1-be1d6420fb67'),
(98938,57,16933,NULL,4909,3,'2026-01-23 19:21:28','2026-01-23 19:21:28','20b1abe4-4ea0-44e4-a25f-dcf8d32edc53'),
(98939,57,16933,NULL,4910,4,'2026-01-23 19:21:28','2026-01-23 19:21:28','1a087ca7-ab06-4926-b134-f342fe881fa3'),
(98962,32,16936,NULL,2610,1,'2026-01-23 19:22:19','2026-01-23 19:22:19','fd7c1b99-394d-4957-8da4-1210a240ea54'),
(98963,32,16936,NULL,2598,2,'2026-01-23 19:22:19','2026-01-23 19:22:19','4342cbd0-b127-4bae-8d0b-f1154707a16a'),
(98964,32,16936,NULL,2600,3,'2026-01-23 19:22:19','2026-01-23 19:22:19','c757a113-7030-4fb7-82c5-b4a00a7c888c'),
(98965,32,16936,NULL,2604,4,'2026-01-23 19:22:19','2026-01-23 19:22:19','b91ccdc3-b665-4c39-9e65-c426ddee1e04'),
(98966,32,16936,NULL,2608,5,'2026-01-23 19:22:19','2026-01-23 19:22:19','b3860498-5736-4386-bccf-bc67f86def1a'),
(98967,32,16936,NULL,2596,6,'2026-01-23 19:22:19','2026-01-23 19:22:19','658876b3-1ee2-49f6-bdb0-7d406119a59a'),
(98968,32,16936,NULL,2602,7,'2026-01-23 19:22:19','2026-01-23 19:22:19','d704a00d-c164-4d8f-9980-409d5cdacfdf'),
(98969,32,16936,NULL,2606,8,'2026-01-23 19:22:19','2026-01-23 19:22:19','560b3e9f-21f6-4f3e-a98f-590420a10b7d'),
(98970,32,16936,NULL,2612,9,'2026-01-23 19:22:19','2026-01-23 19:22:19','3d3b6330-a6c6-4188-82e5-d56f6fc61620'),
(98971,16,16936,NULL,4282,1,'2026-01-23 19:22:19','2026-01-23 19:22:19','ba91746e-1177-4d78-8801-02bb780e1a14'),
(98972,7,16936,NULL,2969,1,'2026-01-23 19:22:19','2026-01-23 19:22:19','26125266-b389-487f-a142-ed00fe9ba640'),
(98973,7,16936,NULL,617,2,'2026-01-23 19:22:19','2026-01-23 19:22:19','625239ed-0c6c-44de-98a4-35a9c193c4ec'),
(98974,7,16936,NULL,605,3,'2026-01-23 19:22:19','2026-01-23 19:22:19','5bd709a0-5526-442c-ba33-7251197e7d38'),
(98975,7,16936,NULL,9552,4,'2026-01-23 19:22:19','2026-01-23 19:22:19','38d04d85-8747-4cdf-8b87-2b56e38de6dc'),
(98976,82,16936,NULL,469,1,'2026-01-23 19:22:19','2026-01-23 19:22:19','deec4a82-82f6-4df9-afe7-cb36cbc24da8'),
(98977,82,16936,NULL,479,2,'2026-01-23 19:22:19','2026-01-23 19:22:19','43870564-54a4-4b1c-a086-9a8a2c0481a8'),
(98978,82,16936,NULL,491,3,'2026-01-23 19:22:19','2026-01-23 19:22:19','49233ac4-f2c7-4d66-9a3d-1e78640a7c5e'),
(98979,47,16936,NULL,10478,1,'2026-01-23 19:22:19','2026-01-23 19:22:19','1b8b7747-adb3-48a5-b78a-cfd42b96825d'),
(98980,57,16936,NULL,8740,1,'2026-01-23 19:22:19','2026-01-23 19:22:19','a552ec0c-787d-4f68-b0e8-1cba4077aa8b'),
(98981,57,16936,NULL,4911,2,'2026-01-23 19:22:19','2026-01-23 19:22:19','c3b8a59c-5b8e-4916-bdcc-e1708da1195e'),
(98982,57,16936,NULL,4909,3,'2026-01-23 19:22:19','2026-01-23 19:22:19','993aba98-d348-4e0a-b597-8a68641c95a3'),
(98983,57,16936,NULL,4910,4,'2026-01-23 19:22:19','2026-01-23 19:22:19','318a3b13-48c2-4dfe-9e73-d2b6c1c05060'),
(98984,32,16938,NULL,2610,1,'2026-01-23 19:22:25','2026-01-23 19:22:25','08edf06d-8bc1-4e9a-bb43-1f06ce80d936'),
(98985,32,16938,NULL,2598,2,'2026-01-23 19:22:25','2026-01-23 19:22:25','1e5d9383-fc46-4c86-839a-c1eec8a4e713'),
(98986,32,16938,NULL,2608,3,'2026-01-23 19:22:25','2026-01-23 19:22:25','2bc7e3d4-895a-4a88-9b37-5718b809f998'),
(98987,32,16938,NULL,2600,4,'2026-01-23 19:22:25','2026-01-23 19:22:25','401eed7a-cf5c-42bb-986a-7c11cbb1e35d'),
(98988,32,16938,NULL,2596,5,'2026-01-23 19:22:25','2026-01-23 19:22:25','f0756c8a-7c87-4262-9bc0-3bd1005472e4'),
(98989,32,16938,NULL,2602,6,'2026-01-23 19:22:25','2026-01-23 19:22:25','7d1cb2ab-ad2b-44e0-a53d-07c6eed2cd53'),
(98990,32,16938,NULL,2604,7,'2026-01-23 19:22:25','2026-01-23 19:22:25','848f0cab-1b32-4c60-bf3c-082fb91ab09b'),
(98991,32,16938,NULL,2606,8,'2026-01-23 19:22:25','2026-01-23 19:22:25','3046f67c-2617-4deb-943b-d200919bf9fb'),
(98992,32,16938,NULL,2612,9,'2026-01-23 19:22:25','2026-01-23 19:22:25','76e51c34-4521-49db-b034-f07e2ef67f27'),
(98993,16,16938,NULL,545,1,'2026-01-23 19:22:25','2026-01-23 19:22:25','9dc2de6b-ff1c-4554-b713-0fec77e6bd2b'),
(98994,7,16938,NULL,601,1,'2026-01-23 19:22:25','2026-01-23 19:22:25','8a6ab04d-afc2-4112-a473-4fe72a52031f'),
(98995,7,16938,NULL,617,2,'2026-01-23 19:22:25','2026-01-23 19:22:25','05874430-b5ce-4f51-9ceb-bebefa0d0ca9'),
(98996,7,16938,NULL,605,3,'2026-01-23 19:22:25','2026-01-23 19:22:25','b6cf3afe-5491-425d-9710-e3d6c4661708'),
(98997,7,16938,NULL,9552,4,'2026-01-23 19:22:25','2026-01-23 19:22:25','15f316e4-f833-432a-88ab-de79895ff75f'),
(98998,82,16938,NULL,491,1,'2026-01-23 19:22:25','2026-01-23 19:22:25','17a8aa5d-3399-43cd-ab8d-82f98c4ac92d'),
(98999,47,16938,NULL,14954,1,'2026-01-23 19:22:25','2026-01-23 19:22:25','2f37ed60-165c-4a44-bd51-5c4f5911cfa8'),
(99000,57,16938,NULL,545,1,'2026-01-23 19:22:25','2026-01-23 19:22:25','ecf8323d-1d69-44bb-979b-bf20046305dd'),
(99001,57,16938,NULL,137,2,'2026-01-23 19:22:25','2026-01-23 19:22:25','18192a5d-68e8-42db-9782-170361b15e6f'),
(99002,57,16938,NULL,138,3,'2026-01-23 19:22:25','2026-01-23 19:22:25','ce24dcb6-5bb0-4d3d-908b-f56d38ece3dc'),
(99003,57,16938,NULL,136,4,'2026-01-23 19:22:25','2026-01-23 19:22:25','7dbc6b1e-0384-4e2f-a91a-370d077b8745'),
(99048,32,16944,NULL,2610,1,'2026-01-23 19:29:52','2026-01-23 19:29:52','58111942-3f2b-4b46-a008-b78848f0601d'),
(99049,32,16944,NULL,2598,2,'2026-01-23 19:29:52','2026-01-23 19:29:52','129afb64-07d4-4a52-a0ae-b0ebbcf9d8ce'),
(99050,32,16944,NULL,2600,3,'2026-01-23 19:29:52','2026-01-23 19:29:52','cd65a451-09ba-4b46-b98b-e8b509c4102b'),
(99051,32,16944,NULL,2604,4,'2026-01-23 19:29:52','2026-01-23 19:29:52','17955fa4-145c-4894-b416-7ed377d9ddda'),
(99052,32,16944,NULL,2608,5,'2026-01-23 19:29:52','2026-01-23 19:29:52','92e4e1d8-770d-430c-bfc0-3a467579fd92'),
(99053,32,16944,NULL,2596,6,'2026-01-23 19:29:52','2026-01-23 19:29:52','80090511-d93b-4d2d-8b2d-6ae65f0d22af'),
(99054,32,16944,NULL,2602,7,'2026-01-23 19:29:52','2026-01-23 19:29:52','0c78233f-a1db-41d1-9f0b-ed013ebf143b'),
(99055,32,16944,NULL,2606,8,'2026-01-23 19:29:52','2026-01-23 19:29:52','3ea2e8b6-141f-4a45-b359-f1a34d9467eb'),
(99056,32,16944,NULL,2612,9,'2026-01-23 19:29:52','2026-01-23 19:29:52','6ce96d49-e377-4761-89fb-be74a0765e66'),
(99057,16,16944,NULL,4282,1,'2026-01-23 19:29:52','2026-01-23 19:29:52','7e7709d9-5ba4-4471-86d6-21cd56675c76'),
(99058,7,16944,NULL,2969,1,'2026-01-23 19:29:52','2026-01-23 19:29:52','4de1bbe0-baf6-4a07-a9af-bb62a6569746'),
(99059,7,16944,NULL,617,2,'2026-01-23 19:29:52','2026-01-23 19:29:52','2439c4ce-3b61-4ecb-9cf4-0fcb42bc0974'),
(99060,7,16944,NULL,605,3,'2026-01-23 19:29:52','2026-01-23 19:29:52','af96714f-d47d-430b-ac3a-83b66755b2dc'),
(99061,7,16944,NULL,9552,4,'2026-01-23 19:29:52','2026-01-23 19:29:52','1264ada6-8708-4543-8e7f-999fa9d68c5d'),
(99062,82,16944,NULL,469,1,'2026-01-23 19:29:52','2026-01-23 19:29:52','5f63e7fc-0398-4488-bfdd-54c0ff458e3a'),
(99063,82,16944,NULL,479,2,'2026-01-23 19:29:52','2026-01-23 19:29:52','ce939874-7593-485a-afbc-7f552b4030d2'),
(99064,82,16944,NULL,491,3,'2026-01-23 19:29:52','2026-01-23 19:29:52','c0f69368-cfcb-41e3-8ba9-39f04b5ac8a6'),
(99065,47,16944,NULL,10478,1,'2026-01-23 19:29:52','2026-01-23 19:29:52','3ec47121-184a-4ad1-b66a-a4bf6c716dbf'),
(99066,57,16944,NULL,8740,1,'2026-01-23 19:29:52','2026-01-23 19:29:52','2d2ce035-d893-4eb1-b887-509c49766c8a'),
(99067,57,16944,NULL,4911,2,'2026-01-23 19:29:52','2026-01-23 19:29:52','91808e4e-a6f7-455f-b794-3807dc2531f4'),
(99068,57,16944,NULL,4909,3,'2026-01-23 19:29:52','2026-01-23 19:29:52','e660ecfc-ab37-4e38-83c1-d599baceaefc'),
(99069,57,16944,NULL,4910,4,'2026-01-23 19:29:52','2026-01-23 19:29:52','e1c84f9d-e932-4350-83b6-74507032ec1a'),
(99095,32,16947,NULL,2614,1,'2026-01-23 19:31:19','2026-01-23 19:31:19','aec04d4d-828e-4054-9615-7c92ad868a8f'),
(99096,32,16947,NULL,2598,2,'2026-01-23 19:31:19','2026-01-23 19:31:19','6140a7c6-61fd-4c98-a8d8-09f5a27427a8'),
(99097,32,16947,NULL,2608,3,'2026-01-23 19:31:19','2026-01-23 19:31:19','0371acdc-1421-4c8b-afd5-ac8c04dc7f33'),
(99098,32,16947,NULL,2600,4,'2026-01-23 19:31:19','2026-01-23 19:31:19','08bd5d08-a062-408f-aa3c-472984b79b3d'),
(99099,32,16947,NULL,2596,5,'2026-01-23 19:31:19','2026-01-23 19:31:19','aceddc04-0cc7-4dbc-a4a2-79c6ca0054b0'),
(99100,32,16947,NULL,2602,6,'2026-01-23 19:31:19','2026-01-23 19:31:19','e4e4a4bd-2109-42c4-85d1-e4fb89c9efdd'),
(99101,32,16947,NULL,2612,7,'2026-01-23 19:31:19','2026-01-23 19:31:19','e602cd66-a490-430c-95ca-5da24c4d1942'),
(99102,32,16947,NULL,2604,8,'2026-01-23 19:31:19','2026-01-23 19:31:19','3dd37096-45ba-4b03-98be-433bc0be42d3'),
(99103,16,16947,NULL,10216,1,'2026-01-23 19:31:19','2026-01-23 19:31:19','781cc8ea-8ae2-425b-b5af-747ea4776218'),
(99104,7,16947,NULL,9732,1,'2026-01-23 19:31:19','2026-01-23 19:31:19','51d91ca6-e385-4c42-8eaf-a0cf5422dd0c'),
(99105,7,16947,NULL,617,2,'2026-01-23 19:31:19','2026-01-23 19:31:19','ecd3021a-29a7-48d3-b8e3-bfc67821ae6a'),
(99106,7,16947,NULL,605,3,'2026-01-23 19:31:19','2026-01-23 19:31:19','e7ad9ab6-9d01-4205-a098-b301d4f96021'),
(99107,7,16947,NULL,9552,4,'2026-01-23 19:31:19','2026-01-23 19:31:19','104ce01c-28bb-4cd8-93f6-886668e90164'),
(99108,82,16947,NULL,479,1,'2026-01-23 19:31:19','2026-01-23 19:31:19','bc303e25-695a-494b-ab79-b83b9743615d'),
(99109,82,16947,NULL,483,2,'2026-01-23 19:31:19','2026-01-23 19:31:19','dfec6307-5efb-4e77-beff-53fd526a9a67'),
(99110,47,16947,NULL,12324,1,'2026-01-23 19:31:19','2026-01-23 19:31:19','95fbcbaf-8e85-4e68-aa6f-2c3576215f3d'),
(99111,57,16947,NULL,9694,1,'2026-01-23 19:31:19','2026-01-23 19:31:19','b397b926-80b4-4551-8f30-a67195b96c82'),
(99112,57,16947,NULL,9692,2,'2026-01-23 19:31:19','2026-01-23 19:31:19','c4a9e8e4-d3e8-49d8-af87-ae219aaa2ab2'),
(99113,57,16947,NULL,9693,3,'2026-01-23 19:31:19','2026-01-23 19:31:19','ca7ac01f-2ef1-4847-b2fd-4e6e3a3f22df'),
(99114,57,16947,NULL,9685,4,'2026-01-23 19:31:19','2026-01-23 19:31:19','2d85cf78-ba45-4893-9191-68f1bfcf632b'),
(99115,57,16947,NULL,9686,5,'2026-01-23 19:31:19','2026-01-23 19:31:19','8597f9b7-fe47-44d2-bfb6-ab1b22f8aa08'),
(99116,57,16947,NULL,9687,6,'2026-01-23 19:31:19','2026-01-23 19:31:19','3589f3e8-d5cc-499e-983d-304ef4d33c44'),
(99117,57,16947,NULL,9688,7,'2026-01-23 19:31:19','2026-01-23 19:31:19','a132a1cc-56c4-466e-b57f-f9f4ddb2290c'),
(99118,57,16947,NULL,9689,8,'2026-01-23 19:31:19','2026-01-23 19:31:19','06dbbe2b-8cb9-40b1-9f9b-a6f4f8da680b'),
(99119,57,16947,NULL,9690,9,'2026-01-23 19:31:19','2026-01-23 19:31:19','e3e1f8fe-8793-4116-8bdf-5944ee55f78f'),
(99148,32,16956,NULL,2610,1,'2026-01-23 19:39:58','2026-01-23 19:39:58','53607b0b-d08b-4a08-8f42-e5e8393ec98e'),
(99149,32,16956,NULL,2598,2,'2026-01-23 19:39:58','2026-01-23 19:39:58','5edaaa55-80b4-4c84-b684-fbe8fcec7954'),
(99150,32,16956,NULL,2600,3,'2026-01-23 19:39:58','2026-01-23 19:39:58','b06ee445-1d42-4b90-905d-050efb7dce3f'),
(99151,32,16956,NULL,2604,4,'2026-01-23 19:39:58','2026-01-23 19:39:58','af5dd764-d1a9-46e5-a022-521f5d226987'),
(99152,32,16956,NULL,2608,5,'2026-01-23 19:39:58','2026-01-23 19:39:58','26339a7b-2b04-4152-83cc-666b26abf0e5'),
(99153,32,16956,NULL,2602,6,'2026-01-23 19:39:58','2026-01-23 19:39:58','29795605-518a-4845-b0ac-88f1a07ceb93'),
(99154,32,16956,NULL,2596,7,'2026-01-23 19:39:58','2026-01-23 19:39:58','5b7e9abc-6add-43f7-8c9f-dfb0e7f732d6'),
(99155,32,16956,NULL,2606,8,'2026-01-23 19:39:58','2026-01-23 19:39:58','d43ee9da-6af8-41de-b629-132d98e6eb02'),
(99156,32,16956,NULL,2612,9,'2026-01-23 19:39:58','2026-01-23 19:39:58','3b200da0-daf0-4065-996f-2ca027e83082'),
(99157,83,16956,NULL,1161,1,'2026-01-23 19:39:58','2026-01-23 19:39:58','56673b38-dc9e-401f-a3d1-d1f027363e9e'),
(99158,16,16956,NULL,4322,1,'2026-01-23 19:39:58','2026-01-23 19:39:58','38ce348c-7bef-48c8-b4be-faaa6f740ccc'),
(99159,7,16956,NULL,2969,1,'2026-01-23 19:39:58','2026-01-23 19:39:58','4770a0a9-7129-4163-8e29-658971652e47'),
(99160,7,16956,NULL,617,2,'2026-01-23 19:39:58','2026-01-23 19:39:58','6acef633-5176-43ac-921e-d73ee030578c'),
(99161,7,16956,NULL,605,3,'2026-01-23 19:39:58','2026-01-23 19:39:58','34dc7ee9-aa30-44a8-a29c-1541c21b5c12'),
(99162,7,16956,NULL,9552,4,'2026-01-23 19:39:58','2026-01-23 19:39:58','430377e1-9c55-4d98-973d-4ded52b618ca'),
(99163,82,16956,NULL,469,1,'2026-01-23 19:39:58','2026-01-23 19:39:58','db9bc80a-98c7-4fe5-becd-a2ceffc79002'),
(99164,82,16956,NULL,479,2,'2026-01-23 19:39:58','2026-01-23 19:39:58','9a563c8e-5576-4660-8c03-e01ecf72ef2b'),
(99165,82,16956,NULL,491,3,'2026-01-23 19:39:58','2026-01-23 19:39:58','594ee7b8-68a3-490b-94c7-927ca981f1fa'),
(99166,47,16956,NULL,10480,1,'2026-01-23 19:39:58','2026-01-23 19:39:58','44118be0-7e0a-436d-bf08-a691f2bf79e9'),
(99167,57,16956,NULL,8747,1,'2026-01-23 19:39:58','2026-01-23 19:39:58','b08a4fdc-cfdf-4095-9ed0-bb8285ffb6a2'),
(99168,57,16956,NULL,8750,2,'2026-01-23 19:39:58','2026-01-23 19:39:58','c130da1e-20e6-4005-961c-ff648b507ef9'),
(99169,57,16956,NULL,8751,3,'2026-01-23 19:39:58','2026-01-23 19:39:58','c718e530-7a9c-46a8-b9d9-f34031e6c8df'),
(99170,57,16956,NULL,8746,4,'2026-01-23 19:39:58','2026-01-23 19:39:58','b0e97e84-a7de-4175-8c1e-6b398d75243c'),
(99171,57,16956,NULL,8753,5,'2026-01-23 19:39:58','2026-01-23 19:39:58','1e7493db-09b4-440b-9365-6df65450c133'),
(99172,57,16956,NULL,8754,6,'2026-01-23 19:39:58','2026-01-23 19:39:58','64fc9e38-0c76-4fba-90bc-65cf0e7f329f'),
(99173,57,16956,NULL,8749,7,'2026-01-23 19:39:58','2026-01-23 19:39:58','4f17239c-1006-46c0-b486-4112777f0a78'),
(99174,57,16956,NULL,8744,8,'2026-01-23 19:39:58','2026-01-23 19:39:58','ce6c1a2f-73de-492c-85c9-1ae277dbfb68'),
(99175,57,16956,NULL,8745,9,'2026-01-23 19:39:58','2026-01-23 19:39:58','c1eeebb4-7abb-4359-88b2-4b8a3671f98c'),
(99204,32,16959,NULL,2610,1,'2026-01-23 19:40:37','2026-01-23 19:40:37','60e409fb-7722-4164-ab75-0f77f23c1360'),
(99205,32,16959,NULL,2598,2,'2026-01-23 19:40:37','2026-01-23 19:40:37','a38083fb-b380-4552-b075-143fbea318c6'),
(99206,32,16959,NULL,2600,3,'2026-01-23 19:40:37','2026-01-23 19:40:37','1e57614c-c46a-4db4-a838-09db00c3b726'),
(99207,32,16959,NULL,2604,4,'2026-01-23 19:40:37','2026-01-23 19:40:37','f8c3889e-9784-4f23-b0fd-f40f0dcc3708'),
(99208,32,16959,NULL,2608,5,'2026-01-23 19:40:37','2026-01-23 19:40:37','48eeb863-149a-42cc-b20d-a93e3be3062b'),
(99209,32,16959,NULL,2602,6,'2026-01-23 19:40:37','2026-01-23 19:40:37','db2120d5-9270-42dd-9e67-16e498ca0d2a'),
(99210,32,16959,NULL,2596,7,'2026-01-23 19:40:37','2026-01-23 19:40:37','ab240e9a-999d-4f0f-8d74-227d1e2444cb'),
(99211,32,16959,NULL,2606,8,'2026-01-23 19:40:37','2026-01-23 19:40:37','cb567107-a7cb-4b31-9be6-c916cc7efc71'),
(99212,32,16959,NULL,2612,9,'2026-01-23 19:40:37','2026-01-23 19:40:37','6398b957-fb1c-42f3-a07e-c60e227f12f4'),
(99213,83,16959,NULL,1161,1,'2026-01-23 19:40:37','2026-01-23 19:40:37','f9ec48d1-6ddf-42aa-995b-5f303b26aceb'),
(99214,16,16959,NULL,4322,1,'2026-01-23 19:40:37','2026-01-23 19:40:37','27bede91-1729-46d5-aa76-f7b586ca3638'),
(99215,7,16959,NULL,2969,1,'2026-01-23 19:40:37','2026-01-23 19:40:37','e03fce69-ef96-4f73-98d6-33f3706658ba'),
(99216,7,16959,NULL,617,2,'2026-01-23 19:40:37','2026-01-23 19:40:37','ffd2d989-8747-4834-8cfe-037e7f4cdc0f'),
(99217,7,16959,NULL,605,3,'2026-01-23 19:40:37','2026-01-23 19:40:37','c73b4dc5-844d-46d5-8f23-3f8449dbfbac'),
(99218,7,16959,NULL,9552,4,'2026-01-23 19:40:37','2026-01-23 19:40:37','bb3ba40c-74ad-4522-acda-3fc6016606fb'),
(99219,82,16959,NULL,469,1,'2026-01-23 19:40:37','2026-01-23 19:40:37','9de186cc-3999-4b6f-9160-acfbf1770eba'),
(99220,82,16959,NULL,479,2,'2026-01-23 19:40:37','2026-01-23 19:40:37','ac6b1bbc-9453-4499-875c-2e7e60c2925b'),
(99221,82,16959,NULL,491,3,'2026-01-23 19:40:37','2026-01-23 19:40:37','4b7bbc2f-d2ff-4e24-ab19-d6baca4f6ff2'),
(99222,47,16959,NULL,10480,1,'2026-01-23 19:40:37','2026-01-23 19:40:37','573923ae-21b1-4196-8cc6-240d602d6f91'),
(99223,57,16959,NULL,8747,1,'2026-01-23 19:40:37','2026-01-23 19:40:37','94886a5f-9435-462e-a1c7-4f1342e25694'),
(99224,57,16959,NULL,8750,2,'2026-01-23 19:40:37','2026-01-23 19:40:37','b4f3db0f-7a28-4bb0-81d1-f45716677271'),
(99225,57,16959,NULL,8751,3,'2026-01-23 19:40:37','2026-01-23 19:40:37','4503fcc0-1347-4e17-b4b4-0bfe5f401c6f'),
(99226,57,16959,NULL,8746,4,'2026-01-23 19:40:37','2026-01-23 19:40:37','d6bce1e0-3474-4bc8-886c-ddfe169c2d17'),
(99227,57,16959,NULL,8753,5,'2026-01-23 19:40:37','2026-01-23 19:40:37','f66b1dfa-2652-47d2-ad41-174694e6816e'),
(99228,57,16959,NULL,8754,6,'2026-01-23 19:40:37','2026-01-23 19:40:37','4e721ea1-0e6d-421e-9272-1232995cb2d4'),
(99229,57,16959,NULL,8749,7,'2026-01-23 19:40:37','2026-01-23 19:40:37','ba201527-0e93-4f97-a8dd-909c2ea33579'),
(99230,57,16959,NULL,8744,8,'2026-01-23 19:40:37','2026-01-23 19:40:37','73a9110c-9fae-49c8-a914-6f5066d25c6f'),
(99231,57,16959,NULL,8745,9,'2026-01-23 19:40:37','2026-01-23 19:40:37','611a3ea3-5818-407e-b54b-7973b708cc2f'),
(99232,32,16962,NULL,2610,1,'2026-01-23 19:42:38','2026-01-23 19:42:38','16eb09a1-143e-46f8-9b97-ffe8f7b54e7f'),
(99233,32,16962,NULL,2598,2,'2026-01-23 19:42:38','2026-01-23 19:42:38','af2dd525-5767-4dd5-876a-e15e61c9e110'),
(99234,32,16962,NULL,2600,3,'2026-01-23 19:42:38','2026-01-23 19:42:38','f1c902d2-5794-4134-90a3-d8b574cd8240'),
(99235,32,16962,NULL,2604,4,'2026-01-23 19:42:38','2026-01-23 19:42:38','408d5b94-0cb2-41e7-adc0-6cf168bd8504'),
(99236,32,16962,NULL,2608,5,'2026-01-23 19:42:38','2026-01-23 19:42:38','eeb9e4f0-7388-445a-8c37-34c93db4f5bd'),
(99237,32,16962,NULL,2602,6,'2026-01-23 19:42:38','2026-01-23 19:42:38','13b6ab7f-5788-4bce-96ea-e64afa38a2d9'),
(99238,32,16962,NULL,2596,7,'2026-01-23 19:42:38','2026-01-23 19:42:38','5aa39bbf-e4d3-4e8f-95f3-d59f52082715'),
(99239,32,16962,NULL,2606,8,'2026-01-23 19:42:38','2026-01-23 19:42:38','4285d658-0955-4985-92db-909fec8b8c8d'),
(99240,32,16962,NULL,2612,9,'2026-01-23 19:42:38','2026-01-23 19:42:38','05aac968-d1eb-40e7-81a7-25bddf500dee'),
(99241,83,16962,NULL,1161,1,'2026-01-23 19:42:38','2026-01-23 19:42:38','e3d13755-fc0f-4dc5-b9a8-963ba95d78e9'),
(99242,16,16962,NULL,4322,1,'2026-01-23 19:42:38','2026-01-23 19:42:38','ee81323e-2fca-4d7b-806c-aaca0da2d68d'),
(99243,7,16962,NULL,2969,1,'2026-01-23 19:42:38','2026-01-23 19:42:38','5735dd93-0238-4cde-bde1-b95e8db82e5b'),
(99244,7,16962,NULL,617,2,'2026-01-23 19:42:38','2026-01-23 19:42:38','625b481d-e216-4858-ae6f-ef8236c6f901'),
(99245,7,16962,NULL,605,3,'2026-01-23 19:42:38','2026-01-23 19:42:38','210e3a34-8a91-4505-8a34-80a2fdf2b5b9'),
(99246,7,16962,NULL,9552,4,'2026-01-23 19:42:38','2026-01-23 19:42:38','3cda271c-20b5-482f-bfb1-3966b1a19a16'),
(99247,82,16962,NULL,469,1,'2026-01-23 19:42:38','2026-01-23 19:42:38','9194e9ca-02f0-4c3c-9fe2-e0e3db691a86'),
(99248,82,16962,NULL,479,2,'2026-01-23 19:42:38','2026-01-23 19:42:38','29b401a8-d1f9-46eb-8dcd-ead4068757c1'),
(99249,82,16962,NULL,491,3,'2026-01-23 19:42:38','2026-01-23 19:42:38','38b0ef3b-c134-4b63-83cf-f57afcb5dd52'),
(99250,47,16962,NULL,10480,1,'2026-01-23 19:42:38','2026-01-23 19:42:38','74dd29b5-5f73-48ea-bf8b-d66eb6f5d842'),
(99251,57,16962,NULL,8747,1,'2026-01-23 19:42:38','2026-01-23 19:42:38','a918fa5b-9443-4f05-a7bb-d28831258c91'),
(99252,57,16962,NULL,8750,2,'2026-01-23 19:42:38','2026-01-23 19:42:38','8c044e61-3999-48c4-84de-19e7c455685b'),
(99253,57,16962,NULL,8751,3,'2026-01-23 19:42:38','2026-01-23 19:42:38','a881202b-9f2c-49cf-9d47-2a2f623e994e'),
(99254,57,16962,NULL,8746,4,'2026-01-23 19:42:38','2026-01-23 19:42:38','d3e0f9d7-7a26-4d03-aa87-0d851e60c5e4'),
(99255,57,16962,NULL,8753,5,'2026-01-23 19:42:38','2026-01-23 19:42:38','56e02306-4c5e-44e0-9c67-c53737e26513'),
(99256,57,16962,NULL,8754,6,'2026-01-23 19:42:38','2026-01-23 19:42:38','134ff9fc-e922-4ae2-982d-b9e2492292c5'),
(99257,57,16962,NULL,8749,7,'2026-01-23 19:42:38','2026-01-23 19:42:38','688dab31-396a-4b6e-ac57-d46e8a9a083e'),
(99258,57,16962,NULL,8744,8,'2026-01-23 19:42:38','2026-01-23 19:42:38','338384f8-621a-4427-8985-04be99b8ec9a'),
(99259,57,16962,NULL,8745,9,'2026-01-23 19:42:38','2026-01-23 19:42:38','384b8ddf-02df-47f5-a480-755309a1a3a2'),
(99268,66,16966,NULL,16965,1,'2026-01-23 19:44:09','2026-01-23 19:44:09','fab0b1e5-a95a-46fb-b484-06ec08ffa99f'),
(99269,83,16967,NULL,1185,1,'2026-01-23 19:44:09','2026-01-23 19:44:09','9655a077-b41a-4f9a-9aa8-4c711c8e5235'),
(99270,16,16967,NULL,6598,1,'2026-01-23 19:44:09','2026-01-23 19:44:09','c0e15b21-80f8-4965-8439-f88a3c7fe2e4'),
(99271,57,16967,NULL,6600,1,'2026-01-23 19:44:09','2026-01-23 19:44:09','f5185580-2edc-4ed3-b3ff-57cd417d02bd'),
(99272,57,16967,NULL,6601,2,'2026-01-23 19:44:09','2026-01-23 19:44:09','4e8bbdcb-4fa6-48df-b17e-9cf5971ae3a7'),
(99273,57,16967,NULL,4322,3,'2026-01-23 19:44:09','2026-01-23 19:44:09','fc6f6cc8-3581-4a03-9f3c-0c1ad7e7e0e6'),
(99274,57,16967,NULL,8774,4,'2026-01-23 19:44:09','2026-01-23 19:44:09','2b492bc2-7d05-46ec-8b59-1f5262f3edd3'),
(99276,66,16968,NULL,16965,1,'2026-01-23 19:44:09','2026-01-23 19:44:09','d59c820e-996a-4d00-9da4-235b7e8ff982'),
(99284,83,16971,NULL,1185,1,'2026-01-23 19:44:24','2026-01-23 19:44:24','c0801a72-8fd4-4802-a5d0-f99e916c3d51'),
(99285,16,16971,NULL,6598,1,'2026-01-23 19:44:24','2026-01-23 19:44:24','a8343d6d-1ec5-449a-af20-3bd1f0c8fad0'),
(99286,57,16971,NULL,6600,1,'2026-01-23 19:44:24','2026-01-23 19:44:24','44413a45-8c32-4a68-93f6-a31704b6b49b'),
(99287,57,16971,NULL,6601,2,'2026-01-23 19:44:24','2026-01-23 19:44:24','ab7c5879-a0a0-48a3-a770-5da7ae5de977'),
(99288,57,16971,NULL,4322,3,'2026-01-23 19:44:24','2026-01-23 19:44:24','8b08e61b-ecd6-464d-862b-2703651ec99a'),
(99289,57,16971,NULL,8774,4,'2026-01-23 19:44:24','2026-01-23 19:44:24','b25a181d-3740-4290-b9cb-f0afadb5775e'),
(99291,32,16974,NULL,2610,1,'2026-01-23 19:45:17','2026-01-23 19:45:17','5b292089-4461-47ef-a75d-b10f44bbf1f6'),
(99292,32,16974,NULL,2598,2,'2026-01-23 19:45:17','2026-01-23 19:45:17','84a0d74c-f609-42d9-bcd6-b3b60c0032b7'),
(99293,32,16974,NULL,2600,3,'2026-01-23 19:45:17','2026-01-23 19:45:17','a457121c-da64-40af-b678-3ef904aa0116'),
(99294,32,16974,NULL,2604,4,'2026-01-23 19:45:17','2026-01-23 19:45:17','89537ba0-2312-4e07-a35a-93ee2c0856de'),
(99295,32,16974,NULL,2608,5,'2026-01-23 19:45:17','2026-01-23 19:45:17','2c0bf480-dc9a-44ba-a165-6c08d6101547'),
(99296,32,16974,NULL,2596,6,'2026-01-23 19:45:17','2026-01-23 19:45:17','01c672c9-dfc1-492b-829d-dbe4249c43cc'),
(99297,32,16974,NULL,2602,7,'2026-01-23 19:45:17','2026-01-23 19:45:17','dde90632-0e22-4634-9946-6d0adb3dadd0'),
(99298,32,16974,NULL,2606,8,'2026-01-23 19:45:17','2026-01-23 19:45:17','2f2d8288-5094-4405-b9c1-b596db6ed48d'),
(99299,32,16974,NULL,2612,9,'2026-01-23 19:45:17','2026-01-23 19:45:17','f113ff96-446a-4828-804c-6f90d75943ae'),
(99300,16,16974,NULL,3374,1,'2026-01-23 19:45:17','2026-01-23 19:45:17','38b14248-5326-45ab-8150-28e822955e71'),
(99301,7,16974,NULL,3468,1,'2026-01-23 19:45:17','2026-01-23 19:45:17','894c57f4-d13a-4201-b17e-90ed113b5d63'),
(99302,7,16974,NULL,9732,2,'2026-01-23 19:45:17','2026-01-23 19:45:17','acb29d9f-c5c8-458c-9c59-4e863d99ebb6'),
(99303,7,16974,NULL,617,3,'2026-01-23 19:45:17','2026-01-23 19:45:17','8e1399e0-3944-451f-bd16-005ae5a50c17'),
(99304,7,16974,NULL,605,4,'2026-01-23 19:45:17','2026-01-23 19:45:17','b3fb83b9-281b-4065-b943-b143093a6660'),
(99305,7,16974,NULL,9552,5,'2026-01-23 19:45:17','2026-01-23 19:45:17','6a954c34-e3f2-46fc-878c-47dc87c48bfb'),
(99306,82,16974,NULL,469,1,'2026-01-23 19:45:17','2026-01-23 19:45:17','2b58cb00-6eaa-4361-998f-8f7bcf7c2750'),
(99307,82,16974,NULL,475,2,'2026-01-23 19:45:17','2026-01-23 19:45:17','e66995c0-6070-4346-b970-a63faa4d70f1'),
(99308,82,16974,NULL,479,3,'2026-01-23 19:45:17','2026-01-23 19:45:17','a177b1b4-6df0-4c6b-a182-4399ecf106a3'),
(99309,82,16974,NULL,491,4,'2026-01-23 19:45:17','2026-01-23 19:45:17','6afbcc6a-2300-4bd4-86e2-d5cebc7159f7'),
(99310,47,16974,NULL,12333,1,'2026-01-23 19:45:17','2026-01-23 19:45:17','3439a361-51d2-4eab-84dd-7763172be5bc'),
(99311,57,16974,NULL,3362,1,'2026-01-23 19:45:17','2026-01-23 19:45:17','6850f6ef-2c3d-4887-97af-2942936c60e6'),
(99312,57,16974,NULL,3363,2,'2026-01-23 19:45:17','2026-01-23 19:45:17','70ec4bd7-fa5c-41a2-8acf-a80973ef7518'),
(99313,57,16974,NULL,3364,3,'2026-01-23 19:45:17','2026-01-23 19:45:17','d84b08f3-9c37-4581-9a6b-3a84b52d47fa'),
(99314,57,16974,NULL,3365,4,'2026-01-23 19:45:17','2026-01-23 19:45:17','79d07c08-c417-45de-ac12-91866b8a231b'),
(99315,57,16974,NULL,3366,5,'2026-01-23 19:45:17','2026-01-23 19:45:17','4cbca3e9-8e0a-4998-acee-7e151b108c7f'),
(99316,57,16974,NULL,3367,6,'2026-01-23 19:45:17','2026-01-23 19:45:17','56b09978-a14e-451b-9147-4434b96e6746'),
(99317,57,16974,NULL,3368,7,'2026-01-23 19:45:17','2026-01-23 19:45:17','9d12570e-1499-4aae-a7a5-ad1a714e5ac9'),
(99318,57,16974,NULL,3369,8,'2026-01-23 19:45:17','2026-01-23 19:45:17','b0ff0d39-0b0a-442e-b077-30baf0ece803'),
(99319,57,16974,NULL,3370,9,'2026-01-23 19:45:17','2026-01-23 19:45:17','a68d3bbf-6e0b-47ab-9337-a8f72ca1adbe'),
(99320,57,16974,NULL,3371,10,'2026-01-23 19:45:17','2026-01-23 19:45:17','266d8a67-5628-47e5-beda-0bc3d1180f98'),
(99321,57,16974,NULL,3372,11,'2026-01-23 19:45:17','2026-01-23 19:45:17','e7f275f4-5693-43f4-ab7b-0bfefeb6f40b'),
(99322,57,16974,NULL,3373,12,'2026-01-23 19:45:17','2026-01-23 19:45:17','5fb360fe-633f-4938-80a5-80d0428627b2'),
(99323,57,16974,NULL,3374,13,'2026-01-23 19:45:17','2026-01-23 19:45:17','9b5f11e1-288c-463b-bd1e-5271278a4cb3'),
(99324,72,16974,NULL,548,1,'2026-01-23 19:45:17','2026-01-23 19:45:17','987ffe13-747e-4d55-aef9-62e1842895ac'),
(99359,32,16977,NULL,2610,1,'2026-01-23 19:45:54','2026-01-23 19:45:54','720249f9-c69e-4b95-8cc6-a18be9299219'),
(99360,32,16977,NULL,2598,2,'2026-01-23 19:45:54','2026-01-23 19:45:54','5f41834f-a9f9-4065-9b15-47c839b44aa2'),
(99361,32,16977,NULL,2600,3,'2026-01-23 19:45:54','2026-01-23 19:45:54','92b381f4-1b1b-473c-af62-a33d8e82aa64'),
(99362,32,16977,NULL,2604,4,'2026-01-23 19:45:54','2026-01-23 19:45:54','7baa4134-2d64-40e4-83e2-cef45d0da12b'),
(99363,32,16977,NULL,2608,5,'2026-01-23 19:45:54','2026-01-23 19:45:54','8e1c3d7c-0170-40ab-b137-a82d03e81f69'),
(99364,32,16977,NULL,2596,6,'2026-01-23 19:45:54','2026-01-23 19:45:54','da46af5a-dab2-4e3e-ba4e-51fab80827dc'),
(99365,32,16977,NULL,2602,7,'2026-01-23 19:45:54','2026-01-23 19:45:54','e3eb0f1f-9d35-4092-ad30-dc77ad1ea7c0'),
(99366,32,16977,NULL,2606,8,'2026-01-23 19:45:54','2026-01-23 19:45:54','7b24739b-5fe2-44f4-9db5-5b3e995c8c51'),
(99367,32,16977,NULL,2612,9,'2026-01-23 19:45:54','2026-01-23 19:45:54','194df9fd-13be-4ec2-b13a-7545f8684226'),
(99368,16,16977,NULL,3374,1,'2026-01-23 19:45:54','2026-01-23 19:45:54','85f9ef47-0d14-4e2e-97b7-46691d561b63'),
(99369,7,16977,NULL,3468,1,'2026-01-23 19:45:54','2026-01-23 19:45:54','2c016c76-6d9c-4ea2-93e7-f34580c5ebd1'),
(99370,7,16977,NULL,9732,2,'2026-01-23 19:45:54','2026-01-23 19:45:54','b172f324-2ef6-4a30-a048-1656fd2a562a'),
(99371,7,16977,NULL,617,3,'2026-01-23 19:45:54','2026-01-23 19:45:54','cb484d4e-7d68-4750-9e0f-9f5d9f160d34'),
(99372,7,16977,NULL,605,4,'2026-01-23 19:45:54','2026-01-23 19:45:54','5901d923-8537-450b-a71e-acde77cfca71'),
(99373,7,16977,NULL,9552,5,'2026-01-23 19:45:54','2026-01-23 19:45:54','daa8737a-fce2-40cd-be31-98932d4f0adf'),
(99374,82,16977,NULL,469,1,'2026-01-23 19:45:54','2026-01-23 19:45:54','411a6c92-c255-4e45-a9ed-24cb5fe55a75'),
(99375,82,16977,NULL,475,2,'2026-01-23 19:45:54','2026-01-23 19:45:54','2e5f9938-6261-4589-9f74-8d6c691378f6'),
(99376,82,16977,NULL,479,3,'2026-01-23 19:45:54','2026-01-23 19:45:54','4817de23-4a6f-425b-8a54-f0e9bfbb67a6'),
(99377,82,16977,NULL,491,4,'2026-01-23 19:45:54','2026-01-23 19:45:54','32ab4817-800d-45ea-bace-e88b86bda9e5'),
(99378,47,16977,NULL,12333,1,'2026-01-23 19:45:54','2026-01-23 19:45:54','97e55bdb-377b-4e00-93e1-ca791da7895e'),
(99379,57,16977,NULL,3362,1,'2026-01-23 19:45:54','2026-01-23 19:45:54','b6336510-844b-458f-91c4-e0b41de39299'),
(99380,57,16977,NULL,3363,2,'2026-01-23 19:45:54','2026-01-23 19:45:54','09fa95f6-8e3e-4536-92c9-ba475ffd1da4'),
(99381,57,16977,NULL,3364,3,'2026-01-23 19:45:54','2026-01-23 19:45:54','de347cd8-43d7-4668-9e15-49cc6612297c'),
(99382,57,16977,NULL,3365,4,'2026-01-23 19:45:54','2026-01-23 19:45:54','9d39cf80-3422-48a8-9acb-d13795a8752a'),
(99383,57,16977,NULL,3366,5,'2026-01-23 19:45:54','2026-01-23 19:45:54','28ff8da2-e477-48b0-ae0d-1ca14a7f7df0'),
(99384,57,16977,NULL,3367,6,'2026-01-23 19:45:54','2026-01-23 19:45:54','0bba0a61-7414-4f4f-bf6c-dfae273e1649'),
(99385,57,16977,NULL,3368,7,'2026-01-23 19:45:54','2026-01-23 19:45:54','15f09489-9767-4721-a054-54c0c2e750f2'),
(99386,57,16977,NULL,3369,8,'2026-01-23 19:45:54','2026-01-23 19:45:54','7b8f5da8-93ab-4168-a559-2984556bf2c6'),
(99387,57,16977,NULL,3370,9,'2026-01-23 19:45:54','2026-01-23 19:45:54','e48fc804-e6e6-4ca6-9d5c-8eca0cabfd6a'),
(99388,57,16977,NULL,3371,10,'2026-01-23 19:45:54','2026-01-23 19:45:54','8d552f2f-9625-4d5a-a1b2-ba794b3e8546'),
(99389,57,16977,NULL,3372,11,'2026-01-23 19:45:54','2026-01-23 19:45:54','fbc725e0-4971-41b5-b884-63fb6bd00ee3'),
(99390,57,16977,NULL,3373,12,'2026-01-23 19:45:54','2026-01-23 19:45:54','2dab2a6b-3b69-41b6-94a8-a5fe97068019'),
(99391,57,16977,NULL,3374,13,'2026-01-23 19:45:54','2026-01-23 19:45:54','68ddb48c-529d-4bd6-9303-617444a2bd98'),
(99392,72,16977,NULL,548,1,'2026-01-23 19:45:54','2026-01-23 19:45:54','b831cf11-6532-464f-b568-9298df55cf0b'),
(99417,32,16980,NULL,2614,1,'2026-01-23 19:46:45','2026-01-23 19:46:45','7fd46849-f193-42ae-9ad2-49e386c9c484'),
(99418,32,16980,NULL,2610,2,'2026-01-23 19:46:45','2026-01-23 19:46:45','ebf331f5-d8f6-4d22-a0b9-767fcc49464e'),
(99419,32,16980,NULL,2598,3,'2026-01-23 19:46:45','2026-01-23 19:46:45','03760280-92b0-4fd3-94b6-205d20ab412b'),
(99420,32,16980,NULL,2608,4,'2026-01-23 19:46:45','2026-01-23 19:46:45','1f898c33-902d-48c2-9e0f-e3f556ddea04'),
(99421,32,16980,NULL,2600,5,'2026-01-23 19:46:45','2026-01-23 19:46:45','37e1bfbe-ca9e-4b34-ab6d-5b979cf84365'),
(99422,32,16980,NULL,2596,6,'2026-01-23 19:46:45','2026-01-23 19:46:45','9f7d9307-f916-42aa-b336-e5b01c4e2e3b'),
(99423,32,16980,NULL,2602,7,'2026-01-23 19:46:45','2026-01-23 19:46:45','42ad1e85-bbb1-40ad-96cc-5330e3af6b5e'),
(99424,32,16980,NULL,2606,8,'2026-01-23 19:46:45','2026-01-23 19:46:45','8d0076ae-1ccc-4146-9195-787a08e55c8a'),
(99425,32,16980,NULL,2612,9,'2026-01-23 19:46:45','2026-01-23 19:46:45','2629d5d9-d6fa-4162-a4c0-b0d48c527b43'),
(99426,32,16980,NULL,2604,10,'2026-01-23 19:46:45','2026-01-23 19:46:45','d36994c1-f35e-4705-a55a-c1f558951c7e'),
(99427,16,16980,NULL,6741,1,'2026-01-23 19:46:45','2026-01-23 19:46:45','f0758784-0980-40ee-a3f7-22f8e469e039'),
(99428,7,16980,NULL,605,1,'2026-01-23 19:46:45','2026-01-23 19:46:45','9b91e6cd-9b6e-4e03-903f-7ea52fd50f4e'),
(99429,7,16980,NULL,617,2,'2026-01-23 19:46:45','2026-01-23 19:46:45','7471bba2-d7af-435c-9091-dbb1a61515ce'),
(99430,7,16980,NULL,9552,3,'2026-01-23 19:46:45','2026-01-23 19:46:45','3ef4a174-e760-430c-9faa-993ee3d216d6'),
(99431,47,16980,NULL,12269,1,'2026-01-23 19:46:45','2026-01-23 19:46:45','78ba7d00-5a3a-4a99-89da-7bf2412ee5ec'),
(99432,57,16980,NULL,6759,1,'2026-01-23 19:46:45','2026-01-23 19:46:45','ebd4b1bf-3822-4227-8072-48515be86cec'),
(99433,57,16980,NULL,6760,2,'2026-01-23 19:46:45','2026-01-23 19:46:45','a391b6a3-e671-4e62-a6fc-0c445b36b9a5'),
(99434,57,16980,NULL,6761,3,'2026-01-23 19:46:45','2026-01-23 19:46:45','f8232a7f-db26-448a-900b-2408638b30e6'),
(99435,57,16980,NULL,6762,4,'2026-01-23 19:46:45','2026-01-23 19:46:45','a0697d88-e8fe-4b17-98c4-57007f114c2b'),
(99436,57,16980,NULL,6763,5,'2026-01-23 19:46:45','2026-01-23 19:46:45','7d04538b-0a47-42fe-91d0-0634dac9cc8c'),
(99437,57,16980,NULL,6764,6,'2026-01-23 19:46:45','2026-01-23 19:46:45','5967a932-7927-4ecc-bf0e-5868cb8f72c5'),
(99438,57,16980,NULL,6765,7,'2026-01-23 19:46:45','2026-01-23 19:46:45','75d0090a-7bba-4fb5-9909-98597ae09f98'),
(99439,57,16980,NULL,6766,8,'2026-01-23 19:46:45','2026-01-23 19:46:45','f8793775-6e62-4c4b-aba5-5dbd4a425979'),
(99440,13,16980,NULL,6767,1,'2026-01-23 19:46:45','2026-01-23 19:46:45','24f98908-ccea-41c6-a1c5-d061c441aaea'),
(99441,32,16981,NULL,2610,1,'2026-01-23 19:48:29','2026-01-23 19:48:29','f31226ef-c954-49ee-9346-6a84a63dfdef'),
(99442,32,16981,NULL,2598,2,'2026-01-23 19:48:29','2026-01-23 19:48:29','3ab3ac99-67fe-4963-a75e-8751818fddaf'),
(99443,32,16981,NULL,2608,3,'2026-01-23 19:48:29','2026-01-23 19:48:29','b602a2d6-28ee-4d52-811b-6687207605e4'),
(99444,32,16981,NULL,2600,4,'2026-01-23 19:48:29','2026-01-23 19:48:29','b9c07a85-d2fa-4516-9475-10ccb2b00120'),
(99445,32,16981,NULL,2602,5,'2026-01-23 19:48:29','2026-01-23 19:48:29','cdcac756-be44-4b72-b8ae-9ecb5d73fa92'),
(99446,32,16981,NULL,2612,6,'2026-01-23 19:48:29','2026-01-23 19:48:29','d08187de-5144-45bf-801d-bc5c601b8660'),
(99447,32,16981,NULL,2604,7,'2026-01-23 19:48:29','2026-01-23 19:48:29','fa14b0c7-e474-4da9-af9a-9bcc37d0ac88'),
(99448,32,16981,NULL,2596,8,'2026-01-23 19:48:29','2026-01-23 19:48:29','1ef3bc6c-7575-430a-8c93-62ede83ae923'),
(99449,32,16981,NULL,2606,9,'2026-01-23 19:48:29','2026-01-23 19:48:29','29dc6b34-0b2d-4ae4-93cb-1f6251bb41bf'),
(99450,16,16981,NULL,6793,1,'2026-01-23 19:48:29','2026-01-23 19:48:29','7d38c5ac-fe4f-44e7-b415-51ccb036b077'),
(99451,7,16981,NULL,2969,1,'2026-01-23 19:48:29','2026-01-23 19:48:29','886be3de-4d79-4d5f-a049-ac2011689b25'),
(99452,7,16981,NULL,605,2,'2026-01-23 19:48:29','2026-01-23 19:48:29','67be8590-84f4-415d-a4e7-953de59356da'),
(99453,7,16981,NULL,617,3,'2026-01-23 19:48:29','2026-01-23 19:48:29','ffbd8cb0-f4ff-44e7-9a14-a77bb14120ed'),
(99454,7,16981,NULL,9552,4,'2026-01-23 19:48:29','2026-01-23 19:48:29','c18a8948-e513-4fdb-ac4c-079a04609f9e'),
(99455,82,16981,NULL,479,1,'2026-01-23 19:48:29','2026-01-23 19:48:29','a9106bce-ea8a-4801-8097-9816c7a17aac'),
(99456,82,16981,NULL,491,2,'2026-01-23 19:48:29','2026-01-23 19:48:29','2b5127bf-986c-4345-a244-242c723de828'),
(99457,82,16981,NULL,469,3,'2026-01-23 19:48:29','2026-01-23 19:48:29','2a1ce75d-2330-4bb7-8ae6-0856607b2c77'),
(99458,47,16981,NULL,12275,1,'2026-01-23 19:48:29','2026-01-23 19:48:29','e1cc977c-b824-4c64-a1c5-475cea994f7e'),
(99459,57,16981,NULL,6792,1,'2026-01-23 19:48:29','2026-01-23 19:48:29','50880535-a41a-41e7-8048-f76d45406f4c'),
(99460,57,16981,NULL,6793,2,'2026-01-23 19:48:29','2026-01-23 19:48:29','28a780e4-f883-4bfa-bdcb-eb4abc85b79d'),
(99461,57,16981,NULL,6794,3,'2026-01-23 19:48:29','2026-01-23 19:48:29','c40342d4-7b79-48c9-8a9e-ba46d9b19ccb'),
(99462,57,16981,NULL,6795,4,'2026-01-23 19:48:29','2026-01-23 19:48:29','3606c7e6-6757-4c14-9fb0-0ecedbe160dc'),
(99463,57,16981,NULL,6796,5,'2026-01-23 19:48:29','2026-01-23 19:48:29','b919d3e1-5302-4885-9e52-f86de853f3b0'),
(99464,13,16981,NULL,6852,1,'2026-01-23 19:48:29','2026-01-23 19:48:29','73de4990-6ce2-41bc-a0d4-ee01d90482b3'),
(99493,32,17002,NULL,2610,1,'2026-01-23 19:54:22','2026-01-23 19:54:22','43334486-9a2c-4ad9-90e8-4be731c0817b'),
(99494,32,17002,NULL,2598,2,'2026-01-23 19:54:22','2026-01-23 19:54:22','344f2055-557c-4891-be8a-593a9485d24e'),
(99495,32,17002,NULL,2600,3,'2026-01-23 19:54:22','2026-01-23 19:54:22','86006346-218b-4ac9-9177-c9159970df60'),
(99496,32,17002,NULL,2604,4,'2026-01-23 19:54:22','2026-01-23 19:54:22','bfe8845a-f84e-417c-821a-ea3cfb6374b9'),
(99497,32,17002,NULL,2608,5,'2026-01-23 19:54:22','2026-01-23 19:54:22','0b066e13-b252-4df9-beed-b3625e1fc75a'),
(99498,32,17002,NULL,2602,6,'2026-01-23 19:54:22','2026-01-23 19:54:22','19ef7a44-2e05-4696-a601-69090ef3395f'),
(99499,32,17002,NULL,2596,7,'2026-01-23 19:54:22','2026-01-23 19:54:22','76e9b0ca-ae5e-4c83-a87a-012b021f06d4'),
(99500,32,17002,NULL,2606,8,'2026-01-23 19:54:22','2026-01-23 19:54:22','5da80caf-6bed-470c-94d4-fb951f0bddbd'),
(99501,32,17002,NULL,2612,9,'2026-01-23 19:54:22','2026-01-23 19:54:22','6d82733b-124b-4efa-9b84-f9ebaa8bd583'),
(99502,16,17002,NULL,4358,1,'2026-01-23 19:54:22','2026-01-23 19:54:22','8cea1cb7-8677-452d-8986-0d41b007202c'),
(99503,7,17002,NULL,2969,1,'2026-01-23 19:54:22','2026-01-23 19:54:22','88843fa3-cac9-48ff-a806-38d8a10e48be'),
(99504,7,17002,NULL,617,2,'2026-01-23 19:54:22','2026-01-23 19:54:22','db168cef-7583-4080-aece-c21934ed15bf'),
(99505,7,17002,NULL,605,3,'2026-01-23 19:54:22','2026-01-23 19:54:22','c0e9564b-8834-4dc3-8bc3-a60bfb812bf6'),
(99506,7,17002,NULL,9552,4,'2026-01-23 19:54:22','2026-01-23 19:54:22','a3058476-fb06-431d-ab8f-2345798d62a4'),
(99507,82,17002,NULL,469,1,'2026-01-23 19:54:22','2026-01-23 19:54:22','fc77bd23-4ef9-469a-9187-360441f9c87d'),
(99508,82,17002,NULL,479,2,'2026-01-23 19:54:22','2026-01-23 19:54:22','0eaee2a8-7f86-44e1-8249-7bd29917f220'),
(99509,82,17002,NULL,491,3,'2026-01-23 19:54:22','2026-01-23 19:54:22','da6e7c58-94db-458d-9d39-c167090bbc7d'),
(99510,47,17002,NULL,10483,1,'2026-01-23 19:54:22','2026-01-23 19:54:22','83a7a275-6cc7-46fb-9f6a-6cedb7f6d04d'),
(99511,57,17002,NULL,8781,1,'2026-01-23 19:54:22','2026-01-23 19:54:22','349d432a-986d-409a-9205-983cebc9d2b8'),
(99512,57,17002,NULL,8782,2,'2026-01-23 19:54:22','2026-01-23 19:54:22','d6017df4-3e62-4c74-ae38-0ec185bffcf3'),
(99513,57,17002,NULL,8783,3,'2026-01-23 19:54:22','2026-01-23 19:54:22','0abb7701-07c3-4ff8-995f-19b27dc0cfab'),
(99514,57,17002,NULL,8784,4,'2026-01-23 19:54:22','2026-01-23 19:54:22','cb00834a-dbaa-40cb-8634-3b2c45a0ca9a'),
(99515,57,17002,NULL,8785,5,'2026-01-23 19:54:22','2026-01-23 19:54:22','45494c3a-74dd-400d-aca5-b2aeea8f2f2a'),
(99516,57,17002,NULL,8786,6,'2026-01-23 19:54:22','2026-01-23 19:54:22','2a769526-5cb2-4fdc-914d-4cc7ea2fa832'),
(99517,57,17002,NULL,8779,7,'2026-01-23 19:54:22','2026-01-23 19:54:22','46f3edd1-deac-455e-b10f-455f73df893b'),
(99518,57,17002,NULL,8780,8,'2026-01-23 19:54:22','2026-01-23 19:54:22','05756d18-b052-4d9e-805c-409c9d2f37ae'),
(99520,66,17003,NULL,5785,1,'2026-01-23 19:54:22','2026-01-23 19:54:22','a8215e9a-d009-4d20-893d-45bfb054089e'),
(99548,32,17006,NULL,2610,1,'2026-01-23 19:55:10','2026-01-23 19:55:10','53ff9d1d-430d-4ed0-a976-7becc8fc98e2'),
(99549,32,17006,NULL,2598,2,'2026-01-23 19:55:10','2026-01-23 19:55:10','4753c3ae-b24a-4970-a148-c2ed7f6c6744'),
(99550,32,17006,NULL,2600,3,'2026-01-23 19:55:10','2026-01-23 19:55:10','d7333de7-3ff3-445e-89d1-6b9bcbc79087'),
(99551,32,17006,NULL,2604,4,'2026-01-23 19:55:10','2026-01-23 19:55:10','e0970961-b115-4473-a24d-ca9610e6a3bb'),
(99552,32,17006,NULL,2608,5,'2026-01-23 19:55:10','2026-01-23 19:55:10','a70b819d-7f9e-463c-941b-e94790069565'),
(99553,32,17006,NULL,2602,6,'2026-01-23 19:55:10','2026-01-23 19:55:10','0623f4a0-fcc0-438e-9fe3-3a23e0610c3f'),
(99554,32,17006,NULL,2596,7,'2026-01-23 19:55:10','2026-01-23 19:55:10','2f49d03d-68b5-4912-9a9a-a6a099165ac9'),
(99555,32,17006,NULL,2606,8,'2026-01-23 19:55:10','2026-01-23 19:55:10','ac1f0f66-f0df-4591-8dce-9c6dfa1c9c38'),
(99556,32,17006,NULL,2612,9,'2026-01-23 19:55:10','2026-01-23 19:55:10','efc61fcc-bdf7-4a54-a040-1c26af8c4157'),
(99557,16,17006,NULL,4358,1,'2026-01-23 19:55:10','2026-01-23 19:55:10','53f5a694-a2bd-4d66-b644-56c9f64fc9b9'),
(99558,7,17006,NULL,2969,1,'2026-01-23 19:55:10','2026-01-23 19:55:10','22d36479-a5db-433f-8484-c86f3e5a32c0'),
(99559,7,17006,NULL,617,2,'2026-01-23 19:55:10','2026-01-23 19:55:10','adbeeb84-d149-413c-b2ad-68d3a071614b'),
(99560,7,17006,NULL,605,3,'2026-01-23 19:55:10','2026-01-23 19:55:10','c136925b-d6ff-4686-ad6b-2922b863742e'),
(99561,7,17006,NULL,9552,4,'2026-01-23 19:55:10','2026-01-23 19:55:10','d5d6ea58-a8bf-4c08-8dc2-ea79416afc38'),
(99562,82,17006,NULL,469,1,'2026-01-23 19:55:10','2026-01-23 19:55:10','f3bf9820-bd95-4530-9aff-efcf64d6417f'),
(99563,82,17006,NULL,479,2,'2026-01-23 19:55:10','2026-01-23 19:55:10','273dfb3e-9404-4dda-b342-46268199cd55'),
(99564,82,17006,NULL,491,3,'2026-01-23 19:55:10','2026-01-23 19:55:10','c01ffdec-3d53-404b-bb6f-0d27e60fb7a6'),
(99565,47,17006,NULL,10483,1,'2026-01-23 19:55:10','2026-01-23 19:55:10','056f2968-6bb3-4840-8cc7-33bf7b0accd6'),
(99566,57,17006,NULL,8781,1,'2026-01-23 19:55:10','2026-01-23 19:55:10','08d8c950-6092-4203-9dbb-f8dfb4d11367'),
(99567,57,17006,NULL,8782,2,'2026-01-23 19:55:10','2026-01-23 19:55:10','57567768-b40f-4bf1-b6e0-00ff1ab92189'),
(99568,57,17006,NULL,8783,3,'2026-01-23 19:55:10','2026-01-23 19:55:10','b8b93593-13f1-4441-9d74-53f71d6c4f10'),
(99569,57,17006,NULL,8784,4,'2026-01-23 19:55:10','2026-01-23 19:55:10','bbfc5429-4da7-4aad-928a-c12339d07c0a'),
(99570,57,17006,NULL,8785,5,'2026-01-23 19:55:10','2026-01-23 19:55:10','581130bb-391c-43bd-8fd4-3151212104ba'),
(99571,57,17006,NULL,8786,6,'2026-01-23 19:55:10','2026-01-23 19:55:10','46e3a08e-f15a-4667-9dc9-3124909c87aa'),
(99572,57,17006,NULL,8779,7,'2026-01-23 19:55:10','2026-01-23 19:55:10','3a8a74ef-c28a-403d-83f0-05ea0f464226'),
(99573,57,17006,NULL,8780,8,'2026-01-23 19:55:10','2026-01-23 19:55:10','28082232-ec5b-4e4d-8844-851fdf10a112'),
(99602,32,17008,NULL,2610,1,'2026-01-23 19:55:42','2026-01-23 19:55:42','c715452b-0ded-424f-89fb-1e13f2140ce0'),
(99603,32,17008,NULL,2598,2,'2026-01-23 19:55:42','2026-01-23 19:55:42','f8c8b85b-94c9-4a48-964c-24e4910f1064'),
(99604,32,17008,NULL,2600,3,'2026-01-23 19:55:42','2026-01-23 19:55:42','e3ce9197-f9a4-49c7-8db2-1e8ef8716dfc'),
(99605,32,17008,NULL,2604,4,'2026-01-23 19:55:42','2026-01-23 19:55:42','a5cd6292-4418-4a56-92ac-c2bec8b5d056'),
(99606,32,17008,NULL,2608,5,'2026-01-23 19:55:42','2026-01-23 19:55:42','7c6817f4-426c-46f2-81a8-4cc3dfb8bba2'),
(99607,32,17008,NULL,2602,6,'2026-01-23 19:55:42','2026-01-23 19:55:42','0bfea2c3-36fb-4166-bf55-cff2ed8f0bb3'),
(99608,32,17008,NULL,2596,7,'2026-01-23 19:55:42','2026-01-23 19:55:42','c79c7780-0585-4be6-b15e-51c55a496055'),
(99609,32,17008,NULL,2606,8,'2026-01-23 19:55:42','2026-01-23 19:55:42','d172a815-4cb4-44c4-a249-0a494decffd8'),
(99610,32,17008,NULL,2612,9,'2026-01-23 19:55:42','2026-01-23 19:55:42','a3ea0db1-56a0-4bbf-859f-588ade453a62'),
(99611,16,17008,NULL,4358,1,'2026-01-23 19:55:42','2026-01-23 19:55:42','99a7a5a1-7c80-47e5-9304-f1f9232793f7'),
(99612,7,17008,NULL,2969,1,'2026-01-23 19:55:42','2026-01-23 19:55:42','76593df0-7381-4972-a6a2-41f2bb659bc1'),
(99613,7,17008,NULL,617,2,'2026-01-23 19:55:42','2026-01-23 19:55:42','04ca8de1-f8c2-4519-9c9f-2549a6852090'),
(99614,7,17008,NULL,605,3,'2026-01-23 19:55:42','2026-01-23 19:55:42','77bf60a0-f8c9-43d9-8b12-41ae351b78e2'),
(99615,7,17008,NULL,9552,4,'2026-01-23 19:55:42','2026-01-23 19:55:42','391c61b2-fd8c-4f79-aadb-7a0b403801c8'),
(99616,82,17008,NULL,469,1,'2026-01-23 19:55:42','2026-01-23 19:55:42','b77af47c-cb3d-4981-a9f4-18fd9e1a96d5'),
(99617,82,17008,NULL,479,2,'2026-01-23 19:55:42','2026-01-23 19:55:42','225a5725-beba-45a8-8484-1daac09c10a0'),
(99618,82,17008,NULL,491,3,'2026-01-23 19:55:42','2026-01-23 19:55:42','d550d5f4-3bed-4e17-8d8b-d7f09fe438df'),
(99619,47,17008,NULL,10483,1,'2026-01-23 19:55:42','2026-01-23 19:55:42','d70da19e-2ecb-4aed-b8e0-6e23169abe87'),
(99620,57,17008,NULL,8781,1,'2026-01-23 19:55:42','2026-01-23 19:55:42','d5eeb44d-da70-43a8-9039-b85c9d2b5eb8'),
(99621,57,17008,NULL,8782,2,'2026-01-23 19:55:42','2026-01-23 19:55:42','9c77384b-6fab-43a1-be3e-574e7f5f1fc3'),
(99622,57,17008,NULL,8783,3,'2026-01-23 19:55:42','2026-01-23 19:55:42','5a272ac8-5872-4153-a29c-9407779aa3ec'),
(99623,57,17008,NULL,8784,4,'2026-01-23 19:55:42','2026-01-23 19:55:42','00f0f353-91e7-4f8d-8281-3694a17bc023'),
(99624,57,17008,NULL,8785,5,'2026-01-23 19:55:42','2026-01-23 19:55:42','b2573fdc-b21a-42f5-b8f0-af38438bbbd4'),
(99625,57,17008,NULL,8786,6,'2026-01-23 19:55:42','2026-01-23 19:55:42','ae99da34-b94e-4c2c-8027-6513662b61ba'),
(99626,57,17008,NULL,8779,7,'2026-01-23 19:55:42','2026-01-23 19:55:42','4a0fe02b-b4da-4cc0-b749-3f0098cb07c3'),
(99627,57,17008,NULL,8780,8,'2026-01-23 19:55:42','2026-01-23 19:55:42','955dcafc-0cfc-437f-ad2f-2a7fda77ac58'),
(99650,32,17013,NULL,2610,1,'2026-01-23 19:57:14','2026-01-23 19:57:14','a4776714-3642-4610-b1ae-ceba0a3061ea'),
(99651,32,17013,NULL,2598,2,'2026-01-23 19:57:14','2026-01-23 19:57:14','814d1ffe-f8e1-4500-ba10-ff5d1ca4e6dc'),
(99652,32,17013,NULL,2608,3,'2026-01-23 19:57:14','2026-01-23 19:57:14','1cc39df9-67a1-44e3-b3aa-be44a703319a'),
(99653,32,17013,NULL,2600,4,'2026-01-23 19:57:14','2026-01-23 19:57:14','735caebc-f5d2-4d43-9523-b7cdd84883a1'),
(99654,32,17013,NULL,2596,5,'2026-01-23 19:57:14','2026-01-23 19:57:14','bc874a68-e724-4ceb-97ad-2671aadd5570'),
(99655,32,17013,NULL,2602,6,'2026-01-23 19:57:14','2026-01-23 19:57:14','a5fe0a5f-fe7b-47cf-9ff8-161c2760c5b8'),
(99656,32,17013,NULL,2606,7,'2026-01-23 19:57:14','2026-01-23 19:57:14','a433db11-c1d6-41ce-ae41-f0eddc32f34f'),
(99657,32,17013,NULL,2612,8,'2026-01-23 19:57:14','2026-01-23 19:57:14','d2778dc1-6d5f-421c-bd9d-b2e3b7ef0a35'),
(99658,32,17013,NULL,2604,9,'2026-01-23 19:57:14','2026-01-23 19:57:14','7dc81c22-ca3c-4f80-9e35-3f783fc406ec'),
(99659,16,17013,NULL,9255,1,'2026-01-23 19:57:14','2026-01-23 19:57:14','b5746e32-b3b8-46d8-9818-e35a3e59c7ad'),
(99660,7,17013,NULL,601,1,'2026-01-23 19:57:14','2026-01-23 19:57:14','7d95f6cf-92d0-4b17-9d3e-0635e29d41ed'),
(99661,7,17013,NULL,605,2,'2026-01-23 19:57:14','2026-01-23 19:57:14','662be411-2cb9-4f78-9488-ca790a29ba05'),
(99662,7,17013,NULL,617,3,'2026-01-23 19:57:14','2026-01-23 19:57:14','5aa90516-a8c0-47c2-a856-964579e1aea4'),
(99663,7,17013,NULL,9552,4,'2026-01-23 19:57:14','2026-01-23 19:57:14','0d32a9af-73e7-4778-84de-2812cf14c72f'),
(99664,82,17013,NULL,491,1,'2026-01-23 19:57:14','2026-01-23 19:57:14','041618ff-2b1e-49d2-9010-7f9660c07bf5'),
(99665,47,17013,NULL,12446,1,'2026-01-23 19:57:14','2026-01-23 19:57:14','c66e956d-7397-4fb5-8832-f1a7b3948a66'),
(99666,57,17013,NULL,9260,1,'2026-01-23 19:57:14','2026-01-23 19:57:14','77fb7b41-06e5-4f8b-b867-d7cfcc184232'),
(99667,57,17013,NULL,9261,2,'2026-01-23 19:57:14','2026-01-23 19:57:14','dcb8d364-2f41-459a-8110-5a0a4a64b5ef'),
(99668,57,17013,NULL,9258,3,'2026-01-23 19:57:14','2026-01-23 19:57:14','dfd5eb36-c498-40ed-a20d-db86293ec2b1'),
(99669,57,17013,NULL,9259,4,'2026-01-23 19:57:14','2026-01-23 19:57:14','b546319b-c3ea-45be-b115-3f5c5e18fa6e'),
(99670,66,17014,NULL,5791,1,'2026-01-23 19:57:14','2026-01-23 19:57:14','e2ea0bec-a4b2-45e7-b2a8-123dde4ea94e'),
(99691,32,17016,NULL,2610,1,'2026-01-23 19:57:34','2026-01-23 19:57:34','9d4497f2-5be6-4c54-8c4f-9f0afd5697c5'),
(99692,32,17016,NULL,2598,2,'2026-01-23 19:57:34','2026-01-23 19:57:34','f2ffc290-f6a1-4a98-a757-a6ae97fc1904'),
(99693,32,17016,NULL,2608,3,'2026-01-23 19:57:34','2026-01-23 19:57:34','21d66fee-cd3f-41d5-b1d5-1ac7b2751483'),
(99694,32,17016,NULL,2600,4,'2026-01-23 19:57:34','2026-01-23 19:57:34','55a91eff-5cb4-40a4-9875-c13e0883feb8'),
(99695,32,17016,NULL,2596,5,'2026-01-23 19:57:34','2026-01-23 19:57:34','1f25998b-3bc6-4e0e-8f71-389ffc486b66'),
(99696,32,17016,NULL,2602,6,'2026-01-23 19:57:34','2026-01-23 19:57:34','5c92ca94-10cd-4a9a-8b34-3c470edd6301'),
(99697,32,17016,NULL,2606,7,'2026-01-23 19:57:34','2026-01-23 19:57:34','58d21564-d67e-4110-86b8-da8af1e92acc'),
(99698,32,17016,NULL,2612,8,'2026-01-23 19:57:34','2026-01-23 19:57:34','d9e0dc09-ab01-40a0-aead-9c6f30d8e128'),
(99699,32,17016,NULL,2604,9,'2026-01-23 19:57:34','2026-01-23 19:57:34','0c6ae785-4c5d-42c2-bb39-cba9e542b7ca'),
(99700,16,17016,NULL,9255,1,'2026-01-23 19:57:34','2026-01-23 19:57:34','6720556c-8cde-422f-a57b-302c046a42e0');
INSERT INTO `relations` VALUES
(99701,7,17016,NULL,601,1,'2026-01-23 19:57:34','2026-01-23 19:57:34','57b75d5b-c3ca-4332-b1ff-bb7f17c1bcfe'),
(99702,7,17016,NULL,605,2,'2026-01-23 19:57:34','2026-01-23 19:57:34','bcccbd03-8bd1-4dc9-acbb-59b46babf37e'),
(99703,7,17016,NULL,617,3,'2026-01-23 19:57:34','2026-01-23 19:57:34','78d49f52-849b-4af8-9dbb-bc73b92133bb'),
(99704,7,17016,NULL,9552,4,'2026-01-23 19:57:34','2026-01-23 19:57:34','b1ebd771-d775-46f0-bfd8-12e23107b305'),
(99705,82,17016,NULL,491,1,'2026-01-23 19:57:34','2026-01-23 19:57:34','1edc7678-3a29-4125-886d-79f2dc928ea7'),
(99706,47,17016,NULL,12446,1,'2026-01-23 19:57:34','2026-01-23 19:57:34','14e83331-5b9d-4d39-834f-ab230d21cdb1'),
(99707,57,17016,NULL,9260,1,'2026-01-23 19:57:34','2026-01-23 19:57:34','8b872a3a-4d42-40dc-be20-b62ed3444f3d'),
(99708,57,17016,NULL,9261,2,'2026-01-23 19:57:34','2026-01-23 19:57:34','5846f412-209d-4228-a9d3-5e326ef736b0'),
(99709,57,17016,NULL,9258,3,'2026-01-23 19:57:34','2026-01-23 19:57:34','e9aef318-a98f-4406-a4be-0126d4157dcf'),
(99710,57,17016,NULL,9259,4,'2026-01-23 19:57:34','2026-01-23 19:57:34','5f98b18d-8f57-4950-b8c1-2c11db051dab'),
(99737,66,17020,NULL,17019,1,'2026-01-23 19:59:40','2026-01-23 19:59:40','152236f5-cb78-4810-82e1-6ee9816e67e0'),
(99738,32,17021,NULL,2614,1,'2026-01-23 19:59:40','2026-01-23 19:59:40','016adb22-8938-4b9d-8681-4e092cdb7704'),
(99739,32,17021,NULL,2610,2,'2026-01-23 19:59:40','2026-01-23 19:59:40','7ca36c36-7818-4b71-88ab-a494b4b206d5'),
(99740,32,17021,NULL,2598,3,'2026-01-23 19:59:40','2026-01-23 19:59:40','52498eb3-4558-4be2-bc15-51248496bf95'),
(99741,32,17021,NULL,2608,4,'2026-01-23 19:59:40','2026-01-23 19:59:40','ab2a57a0-0159-4606-9a40-c7e97038d1b3'),
(99742,32,17021,NULL,2600,5,'2026-01-23 19:59:40','2026-01-23 19:59:40','c496dba0-c003-46b3-b829-074f23e3c069'),
(99743,32,17021,NULL,2596,6,'2026-01-23 19:59:40','2026-01-23 19:59:40','220fdfe2-34a2-4ede-b4e0-39fe025a0241'),
(99744,32,17021,NULL,2602,7,'2026-01-23 19:59:40','2026-01-23 19:59:40','5b1579a5-da9e-414a-9ca2-417ec0729e55'),
(99745,32,17021,NULL,2612,8,'2026-01-23 19:59:40','2026-01-23 19:59:40','db852c0a-cfdf-4256-9533-f3e04fe15c64'),
(99746,32,17021,NULL,2604,9,'2026-01-23 19:59:40','2026-01-23 19:59:40','4e834f28-ad6d-4577-9ecf-cd713d367e69'),
(99747,32,17021,NULL,2606,10,'2026-01-23 19:59:40','2026-01-23 19:59:40','a04d93e8-a4f1-4bdd-8af5-ad228690c0c0'),
(99748,16,17021,NULL,9238,1,'2026-01-23 19:59:40','2026-01-23 19:59:40','9783ffeb-5ca3-4884-bfd5-ca5a524118d8'),
(99749,7,17021,NULL,3468,1,'2026-01-23 19:59:40','2026-01-23 19:59:40','72002b54-c02d-4448-a091-350ba9c690e3'),
(99750,7,17021,NULL,601,2,'2026-01-23 19:59:40','2026-01-23 19:59:40','b86d6629-24d1-4248-89fe-637139835a4d'),
(99751,7,17021,NULL,617,3,'2026-01-23 19:59:40','2026-01-23 19:59:40','74f18edf-c8e4-44bb-acea-bcdc7ed9a214'),
(99752,7,17021,NULL,9552,4,'2026-01-23 19:59:40','2026-01-23 19:59:40','3df6475f-1124-421b-ab20-dfef19e376de'),
(99753,7,17021,NULL,605,5,'2026-01-23 19:59:40','2026-01-23 19:59:40','ed714479-55cf-46b6-83fe-9b4d9253e800'),
(99754,82,17021,NULL,479,1,'2026-01-23 19:59:40','2026-01-23 19:59:40','8f73471c-21f1-448c-8636-232b3e00ae71'),
(99755,47,17021,NULL,12374,1,'2026-01-23 19:59:40','2026-01-23 19:59:40','83df0064-c97e-436a-90ef-c64191e411ae'),
(99756,57,17021,NULL,9244,1,'2026-01-23 19:59:40','2026-01-23 19:59:40','26139cc7-3d38-4d17-a0d8-a752c68f3aa1'),
(99757,57,17021,NULL,9250,2,'2026-01-23 19:59:40','2026-01-23 19:59:40','15f4d1c6-79e9-49d0-bc1d-fb7a8262418a'),
(99758,57,17021,NULL,9245,3,'2026-01-23 19:59:40','2026-01-23 19:59:40','253711c4-1250-495f-82f3-f531de90375e'),
(99759,57,17021,NULL,9246,4,'2026-01-23 19:59:40','2026-01-23 19:59:40','5fa5d453-d1eb-497b-aecd-f0ccc8530ce9'),
(99760,57,17021,NULL,9247,5,'2026-01-23 19:59:40','2026-01-23 19:59:40','f05bd391-a716-49e6-aef5-cb0fd2eb3dea'),
(99761,57,17021,NULL,9248,6,'2026-01-23 19:59:40','2026-01-23 19:59:40','9122e9f4-95c2-4337-a196-1305ec0f496c'),
(99762,57,17021,NULL,9249,7,'2026-01-23 19:59:40','2026-01-23 19:59:40','8f9db799-4131-432f-bca3-620633c41854'),
(99763,66,17022,NULL,17019,1,'2026-01-23 19:59:40','2026-01-23 19:59:40','02efd8ff-49fb-476f-947e-0d0f71ae6a5c'),
(99764,32,17024,NULL,2614,1,'2026-01-23 19:59:54','2026-01-23 19:59:54','0ec947ee-7dee-4064-99f1-880fc530530a'),
(99765,32,17024,NULL,2610,2,'2026-01-23 19:59:54','2026-01-23 19:59:54','5783ea62-21ec-4165-8ce8-7b6c62874f82'),
(99766,32,17024,NULL,2598,3,'2026-01-23 19:59:54','2026-01-23 19:59:54','471a0962-092d-4771-b14e-8daef7b0c984'),
(99767,32,17024,NULL,2608,4,'2026-01-23 19:59:54','2026-01-23 19:59:54','f33136fa-5fef-4f11-8ef2-26093c572729'),
(99768,32,17024,NULL,2600,5,'2026-01-23 19:59:54','2026-01-23 19:59:54','fc352b46-f9f6-4723-85cd-ed706b669090'),
(99769,32,17024,NULL,2596,6,'2026-01-23 19:59:54','2026-01-23 19:59:54','23c21b11-601d-4bf5-8838-07a8002b9a78'),
(99770,32,17024,NULL,2602,7,'2026-01-23 19:59:54','2026-01-23 19:59:54','aaa674c0-743f-4f23-8ed7-fc2219ac3688'),
(99771,32,17024,NULL,2612,8,'2026-01-23 19:59:54','2026-01-23 19:59:54','925a2d15-1ed8-44e3-81af-f5e3be89102e'),
(99772,32,17024,NULL,2604,9,'2026-01-23 19:59:54','2026-01-23 19:59:54','2ac029bd-75ec-4c2e-b590-0e58518dc405'),
(99773,32,17024,NULL,2606,10,'2026-01-23 19:59:54','2026-01-23 19:59:54','dd00fee5-84cd-416e-8f82-90aafef9c3a0'),
(99774,16,17024,NULL,9238,1,'2026-01-23 19:59:54','2026-01-23 19:59:54','e9cdc48c-567d-4aec-af84-d2a797c55ef8'),
(99775,7,17024,NULL,3468,1,'2026-01-23 19:59:54','2026-01-23 19:59:54','3747711d-c736-43f3-b2f4-e443b5763c22'),
(99776,7,17024,NULL,601,2,'2026-01-23 19:59:54','2026-01-23 19:59:54','5e32f3b9-b734-4c70-b55e-fdcf63a2d30b'),
(99777,7,17024,NULL,617,3,'2026-01-23 19:59:54','2026-01-23 19:59:54','5097fad4-701c-4f45-b9c3-263b01cb486f'),
(99778,7,17024,NULL,9552,4,'2026-01-23 19:59:54','2026-01-23 19:59:54','9f992f11-8bd4-45b6-ac32-e28e5babb58a'),
(99779,7,17024,NULL,605,5,'2026-01-23 19:59:54','2026-01-23 19:59:54','78cacc19-cb18-437f-83cf-f1cff2c29e5f'),
(99780,82,17024,NULL,479,1,'2026-01-23 19:59:54','2026-01-23 19:59:54','d0577de3-e8ac-4657-9232-d8c9086c7f34'),
(99781,47,17024,NULL,12374,1,'2026-01-23 19:59:54','2026-01-23 19:59:54','683ffd9f-d766-4756-805d-2a11673b2f43'),
(99782,57,17024,NULL,9244,1,'2026-01-23 19:59:54','2026-01-23 19:59:54','d6e84c37-5e9a-4dec-b43b-5e2e42c9212b'),
(99783,57,17024,NULL,9250,2,'2026-01-23 19:59:54','2026-01-23 19:59:54','f6dab581-cb75-4899-9890-015c5fdbf6b4'),
(99784,57,17024,NULL,9245,3,'2026-01-23 19:59:54','2026-01-23 19:59:54','fc585ebb-9880-48ae-a0fa-04a716b0c67d'),
(99785,57,17024,NULL,9246,4,'2026-01-23 19:59:54','2026-01-23 19:59:54','08b956a7-abda-4df0-a11c-d1a58629b2fa'),
(99786,57,17024,NULL,9247,5,'2026-01-23 19:59:54','2026-01-23 19:59:54','0792b142-ee45-494e-8827-64f801b21464'),
(99787,57,17024,NULL,9248,6,'2026-01-23 19:59:54','2026-01-23 19:59:54','d1345e1b-520e-486f-9a45-945a6c4f09dd'),
(99788,57,17024,NULL,9249,7,'2026-01-23 19:59:54','2026-01-23 19:59:54','442f15cf-d8b9-44d8-a3af-823b4740f76e'),
(99823,66,17029,NULL,17027,1,'2026-01-23 20:01:05','2026-01-23 20:01:05','b76e4379-5a73-4b69-9ddd-ab9bf7f1ff09'),
(99824,32,17030,NULL,2610,1,'2026-01-23 20:01:05','2026-01-23 20:01:05','84ec825d-3787-4dd6-a5d7-1c66e4286777'),
(99825,32,17030,NULL,2598,2,'2026-01-23 20:01:05','2026-01-23 20:01:05','18f057c5-f7c9-4356-b1ad-f1018ea488e1'),
(99826,32,17030,NULL,2608,3,'2026-01-23 20:01:05','2026-01-23 20:01:05','f58911e1-025e-45ee-b1dc-9509632c9e46'),
(99827,32,17030,NULL,2600,4,'2026-01-23 20:01:05','2026-01-23 20:01:05','31a732ef-4a2f-4034-8508-77edb9568eb7'),
(99828,32,17030,NULL,2596,5,'2026-01-23 20:01:05','2026-01-23 20:01:05','66b69789-8f07-48b4-af5d-8cf606dc2a06'),
(99829,32,17030,NULL,2602,6,'2026-01-23 20:01:05','2026-01-23 20:01:05','b20212e8-2052-4d75-9db0-94815e9e7b20'),
(99830,32,17030,NULL,2606,7,'2026-01-23 20:01:05','2026-01-23 20:01:05','f52bc17e-964b-4139-897d-7772f4f7c73a'),
(99831,32,17030,NULL,2612,8,'2026-01-23 20:01:05','2026-01-23 20:01:05','99cb91a7-ef91-41fc-ac8a-be1057e02b34'),
(99832,32,17030,NULL,2604,9,'2026-01-23 20:01:05','2026-01-23 20:01:05','003eacfe-e440-4a6c-b570-5ed4c9e3b10c'),
(99833,16,17030,NULL,10000,1,'2026-01-23 20:01:05','2026-01-23 20:01:05','5e928208-65b6-43fd-a0d9-8f355092b946'),
(99834,7,17030,NULL,3468,1,'2026-01-23 20:01:05','2026-01-23 20:01:05','0fc5b8e4-f180-4d3a-85e1-92d3c7742454'),
(99835,7,17030,NULL,601,2,'2026-01-23 20:01:05','2026-01-23 20:01:05','e0358bec-149e-4e3d-b7cc-e6ad66f6fd17'),
(99836,7,17030,NULL,617,3,'2026-01-23 20:01:05','2026-01-23 20:01:05','7ad2b43a-d492-48d6-80ae-116981241ef4'),
(99837,7,17030,NULL,605,4,'2026-01-23 20:01:05','2026-01-23 20:01:05','837c9deb-0650-4bbb-918a-232789b497ea'),
(99838,7,17030,NULL,9552,5,'2026-01-23 20:01:05','2026-01-23 20:01:05','27725316-2d6a-4c4a-81de-23e45b3317a7'),
(99839,82,17030,NULL,491,1,'2026-01-23 20:01:05','2026-01-23 20:01:05','06694181-97f7-424f-b314-8eba66dbee29'),
(99840,46,17030,NULL,7369,1,'2026-01-23 20:01:05','2026-01-23 20:01:05','5ba8959f-b77b-415b-aa01-62645b032b39'),
(99841,47,17030,NULL,12449,1,'2026-01-23 20:01:05','2026-01-23 20:01:05','0e5d473c-339a-47e2-bfc2-c8a51ae9d054'),
(99842,57,17030,NULL,10004,1,'2026-01-23 20:01:05','2026-01-23 20:01:05','a06a4c6d-9a19-4f64-9764-0dcec7fb7a7d'),
(99843,57,17030,NULL,10005,2,'2026-01-23 20:01:05','2026-01-23 20:01:05','0768f888-5a86-4385-85b7-a4f66b37f6d8'),
(99844,57,17030,NULL,10006,3,'2026-01-23 20:01:05','2026-01-23 20:01:05','e6a8cfd2-6014-4d18-ad5e-cc4a878c4448'),
(99845,57,17030,NULL,10007,4,'2026-01-23 20:01:05','2026-01-23 20:01:05','9adb82ef-85f8-4b1a-bc3c-a85f0cc85440'),
(99846,57,17030,NULL,10009,5,'2026-01-23 20:01:05','2026-01-23 20:01:05','ac409d45-2d9b-49a7-b639-2d6db15e0fab'),
(99847,57,17030,NULL,10010,6,'2026-01-23 20:01:05','2026-01-23 20:01:05','88dea5bc-d299-43ae-ac72-5efa2992dc8b'),
(99848,57,17030,NULL,10012,7,'2026-01-23 20:01:05','2026-01-23 20:01:05','ab712ecf-a0d9-4e6e-acf8-d37762d7d64c'),
(99849,57,17030,NULL,10013,8,'2026-01-23 20:01:05','2026-01-23 20:01:05','d5f757b4-6cef-43c3-a94b-a64219c96361'),
(99850,57,17030,NULL,10014,9,'2026-01-23 20:01:05','2026-01-23 20:01:05','77573780-bda2-4a90-933d-675ab6e72915'),
(99851,57,17030,NULL,10015,10,'2026-01-23 20:01:05','2026-01-23 20:01:05','a19a7c0a-df2c-47f0-b146-3b25c6020a78'),
(99852,57,17030,NULL,10016,11,'2026-01-23 20:01:05','2026-01-23 20:01:05','9f694560-0d74-447d-9354-b54a0022b91f'),
(99853,57,17030,NULL,10018,12,'2026-01-23 20:01:05','2026-01-23 20:01:05','37b814d0-96d2-41f4-8d4e-020aa04cfd8d'),
(99854,57,17030,NULL,10019,13,'2026-01-23 20:01:05','2026-01-23 20:01:05','99c06268-5c7b-479b-8d15-ea1bea395e49'),
(99855,57,17030,NULL,10020,14,'2026-01-23 20:01:05','2026-01-23 20:01:05','e8c3cd06-c514-404b-bc82-89b67d19c4b9'),
(99857,66,17032,NULL,17027,1,'2026-01-23 20:01:05','2026-01-23 20:01:05','0210a0cc-5f4f-4bb2-9cdd-2b58dc3d8080'),
(99886,66,17040,NULL,17037,1,'2026-01-23 20:01:59','2026-01-23 20:01:59','2275660b-a783-45ad-b422-e11d09430877'),
(99887,32,17041,NULL,2614,1,'2026-01-23 20:01:59','2026-01-23 20:01:59','447e95b2-8ec7-4bfc-8f79-7f73c96393d6'),
(99888,32,17041,NULL,2610,2,'2026-01-23 20:01:59','2026-01-23 20:01:59','247a9cd1-59c6-47f9-ad44-b03835fa0dba'),
(99889,32,17041,NULL,2598,3,'2026-01-23 20:01:59','2026-01-23 20:01:59','547b9acd-1d94-4ff0-80a3-8c3765a091af'),
(99890,32,17041,NULL,2608,4,'2026-01-23 20:01:59','2026-01-23 20:01:59','7c861ae3-7b87-401b-b22d-2619eed0db15'),
(99891,32,17041,NULL,2624,5,'2026-01-23 20:01:59','2026-01-23 20:01:59','cb8c0f46-ec1f-4a8d-9b23-286f826d7777'),
(99892,32,17041,NULL,2600,6,'2026-01-23 20:01:59','2026-01-23 20:01:59','de1ec85e-883f-46a6-842f-bc329c76ded9'),
(99893,32,17041,NULL,2596,7,'2026-01-23 20:01:59','2026-01-23 20:01:59','880a9084-7322-4144-9351-e28744cf4aa7'),
(99894,32,17041,NULL,2602,8,'2026-01-23 20:01:59','2026-01-23 20:01:59','012a6e04-0dbc-4c86-80cb-c70ca124f334'),
(99895,32,17041,NULL,2606,9,'2026-01-23 20:01:59','2026-01-23 20:01:59','1295cdc1-3de8-4d3e-87c4-2361a2ef74f9'),
(99896,32,17041,NULL,2612,10,'2026-01-23 20:01:59','2026-01-23 20:01:59','517c4b0a-b178-4126-8644-4e80b6884646'),
(99897,32,17041,NULL,2604,11,'2026-01-23 20:01:59','2026-01-23 20:01:59','863f890b-61e0-4892-941e-32a8a4192812'),
(99898,16,17041,NULL,10210,1,'2026-01-23 20:01:59','2026-01-23 20:01:59','f1b4eeef-71ac-4959-a653-96a0dfb16cee'),
(99899,7,17041,NULL,2969,1,'2026-01-23 20:01:59','2026-01-23 20:01:59','e162049e-3597-431f-ad9c-ad5025eb4572'),
(99900,7,17041,NULL,617,2,'2026-01-23 20:01:59','2026-01-23 20:01:59','0d74b5b6-41ee-45a4-bb50-2f8949332789'),
(99901,7,17041,NULL,605,3,'2026-01-23 20:01:59','2026-01-23 20:01:59','7698c486-e060-4de8-b6ac-ad0fe6cd3cae'),
(99902,7,17041,NULL,9552,4,'2026-01-23 20:01:59','2026-01-23 20:01:59','3206b0e2-98d0-47aa-b336-cc191ff33c98'),
(99903,46,17041,NULL,2891,1,'2026-01-23 20:01:59','2026-01-23 20:01:59','aa574a9f-60dd-447d-af79-6b9e6601ca89'),
(99904,47,17041,NULL,12339,1,'2026-01-23 20:01:59','2026-01-23 20:01:59','d78dd069-a430-483b-ab24-537aef28c896'),
(99905,57,17041,NULL,9148,1,'2026-01-23 20:01:59','2026-01-23 20:01:59','555f2132-8b60-47c4-8675-0a193029ed46'),
(99906,57,17041,NULL,9145,2,'2026-01-23 20:01:59','2026-01-23 20:01:59','d87748bb-8fcb-4fb0-8bcc-1a9575a0fda3'),
(99907,57,17041,NULL,9149,3,'2026-01-23 20:01:59','2026-01-23 20:01:59','a6e994c6-fbc9-4de2-99c8-12934c323954'),
(99908,57,17041,NULL,9150,4,'2026-01-23 20:01:59','2026-01-23 20:01:59','046127b8-66ff-4ce5-bf3d-bc64d3e06d07'),
(99909,57,17041,NULL,9144,5,'2026-01-23 20:01:59','2026-01-23 20:01:59','d8fb234d-d404-47cb-9d87-4a210ce93a19'),
(99910,57,17041,NULL,9146,6,'2026-01-23 20:01:59','2026-01-23 20:01:59','9a1f3d4e-8df6-4b2e-888c-c2e9d0fc6a2e'),
(99911,57,17041,NULL,9147,7,'2026-01-23 20:01:59','2026-01-23 20:01:59','a3eb9247-dff1-440f-a4b4-0d392f04a219'),
(99912,57,17041,NULL,10213,8,'2026-01-23 20:01:59','2026-01-23 20:01:59','8142db9f-1500-4bb8-be6e-a4d5970123e9'),
(99913,13,17041,NULL,6922,1,'2026-01-23 20:01:59','2026-01-23 20:01:59','595151b2-60c3-48fe-a5e9-2bf6bd274fbf'),
(99914,66,17042,NULL,17037,1,'2026-01-23 20:01:59','2026-01-23 20:01:59','6876d9d3-d7d8-402f-82f6-40286ff6294c'),
(99942,32,17044,NULL,2614,1,'2026-01-23 20:02:07','2026-01-23 20:02:07','c14a4d10-8407-4fcd-9bad-0a2190a22406'),
(99943,32,17044,NULL,2610,2,'2026-01-23 20:02:07','2026-01-23 20:02:07','26291a2b-7d70-4973-b031-c6d9e41f19a6'),
(99944,32,17044,NULL,2598,3,'2026-01-23 20:02:07','2026-01-23 20:02:07','1361cb16-4a03-4306-b51d-ec2a4b01018d'),
(99945,32,17044,NULL,2608,4,'2026-01-23 20:02:07','2026-01-23 20:02:07','684a4d18-b88b-4a86-99fa-49bc00134abc'),
(99946,32,17044,NULL,2624,5,'2026-01-23 20:02:07','2026-01-23 20:02:07','0d24d0c1-7a39-4b2f-8264-618a4bcf8302'),
(99947,32,17044,NULL,2600,6,'2026-01-23 20:02:07','2026-01-23 20:02:07','ff4cff1f-d65b-49a6-950a-11b7b93278f0'),
(99948,32,17044,NULL,2596,7,'2026-01-23 20:02:07','2026-01-23 20:02:07','7c408dad-ec63-475a-a697-585120719ccb'),
(99949,32,17044,NULL,2602,8,'2026-01-23 20:02:07','2026-01-23 20:02:07','f9c95425-acef-497d-b206-a9e5c60d6e52'),
(99950,32,17044,NULL,2606,9,'2026-01-23 20:02:07','2026-01-23 20:02:07','27a0897a-5b8f-456e-8742-0805277b586e'),
(99951,32,17044,NULL,2612,10,'2026-01-23 20:02:07','2026-01-23 20:02:07','cb691623-2dee-45f5-bf97-e8f640e097ad'),
(99952,32,17044,NULL,2604,11,'2026-01-23 20:02:07','2026-01-23 20:02:07','7e25813e-8bca-41f5-b0fb-c20db62896e4'),
(99953,16,17044,NULL,10210,1,'2026-01-23 20:02:07','2026-01-23 20:02:07','9388e328-580f-4ade-9743-3a1aedf1e3f7'),
(99954,7,17044,NULL,2969,1,'2026-01-23 20:02:07','2026-01-23 20:02:07','98482620-2a52-4937-ae44-64c51bdb6c7c'),
(99955,7,17044,NULL,617,2,'2026-01-23 20:02:07','2026-01-23 20:02:07','7e14c34b-c363-4528-acff-bd324406d746'),
(99956,7,17044,NULL,605,3,'2026-01-23 20:02:07','2026-01-23 20:02:07','84238293-e013-40a8-9b59-fc20f0c253ec'),
(99957,7,17044,NULL,9552,4,'2026-01-23 20:02:07','2026-01-23 20:02:07','865f343c-6ee3-4028-a0fe-ab62bfcd949c'),
(99958,46,17044,NULL,2891,1,'2026-01-23 20:02:07','2026-01-23 20:02:07','672341b0-48aa-46a0-87b3-2bb9d7aa35ad'),
(99959,47,17044,NULL,12339,1,'2026-01-23 20:02:07','2026-01-23 20:02:07','7b04cd0c-ea40-407e-b285-24c4156ca587'),
(99960,57,17044,NULL,9148,1,'2026-01-23 20:02:07','2026-01-23 20:02:07','3d9dab5e-25e8-4c86-b0be-b1efe2476c85'),
(99961,57,17044,NULL,9145,2,'2026-01-23 20:02:07','2026-01-23 20:02:07','fcd54088-da3a-43c4-9686-0044581738ba'),
(99962,57,17044,NULL,9149,3,'2026-01-23 20:02:07','2026-01-23 20:02:07','21b916f6-1582-4159-8e04-72210a03eeae'),
(99963,57,17044,NULL,9150,4,'2026-01-23 20:02:07','2026-01-23 20:02:07','e70d8813-dc64-4f97-846a-fb10a849d567'),
(99964,57,17044,NULL,9144,5,'2026-01-23 20:02:07','2026-01-23 20:02:07','906aea16-2180-494d-b095-a270d10282f8'),
(99965,57,17044,NULL,9146,6,'2026-01-23 20:02:07','2026-01-23 20:02:07','865e8ea6-f6eb-4446-a977-11b525dfd2e2'),
(99966,57,17044,NULL,9147,7,'2026-01-23 20:02:07','2026-01-23 20:02:07','d58ec7c5-6061-461c-8d8e-449aaf6bce2b'),
(99967,57,17044,NULL,10213,8,'2026-01-23 20:02:07','2026-01-23 20:02:07','e72f3719-f8ed-4940-adc1-eda2fdcbecca'),
(99968,13,17044,NULL,6922,1,'2026-01-23 20:02:07','2026-01-23 20:02:07','69a8a603-3a17-4f30-90dc-a42db77215b3'),
(99992,66,17048,NULL,17047,1,'2026-01-23 20:03:15','2026-01-23 20:03:15','5ca83e7c-8407-4be8-9850-ccdeb9b01b23'),
(99993,32,17049,NULL,2614,1,'2026-01-23 20:03:15','2026-01-23 20:03:15','89e6c49d-0340-45a4-9275-feb9604a78f0'),
(99994,32,17049,NULL,2610,2,'2026-01-23 20:03:15','2026-01-23 20:03:15','dc7af7d3-e487-40db-b958-cba176c15624'),
(99995,32,17049,NULL,2598,3,'2026-01-23 20:03:15','2026-01-23 20:03:15','048653cc-0da3-4b1d-b3ba-4ba3357d77e2'),
(99996,32,17049,NULL,2608,4,'2026-01-23 20:03:15','2026-01-23 20:03:15','4bcc597c-9cde-4288-b1ea-0ba96d373bc2'),
(99997,32,17049,NULL,2600,5,'2026-01-23 20:03:15','2026-01-23 20:03:15','8268c0b5-aedc-4529-bc63-645208fe39a8'),
(99998,32,17049,NULL,2596,6,'2026-01-23 20:03:15','2026-01-23 20:03:15','c6aa8be3-bb37-4f66-b58e-67937e9d7207'),
(99999,32,17049,NULL,2602,7,'2026-01-23 20:03:15','2026-01-23 20:03:15','c0c0d0a2-1059-46ef-9a30-71f8a0216e41'),
(100000,32,17049,NULL,2612,8,'2026-01-23 20:03:15','2026-01-23 20:03:15','2711374c-ea3d-4e0c-82b5-3aaddba02c4f'),
(100001,32,17049,NULL,2604,9,'2026-01-23 20:03:15','2026-01-23 20:03:15','221e7718-2c0e-4ab7-8664-6c26ddde6197'),
(100002,32,17049,NULL,2606,10,'2026-01-23 20:03:15','2026-01-23 20:03:15','e819e45c-b279-42b8-ad3b-6d936044eee6'),
(100003,16,17049,NULL,9155,1,'2026-01-23 20:03:15','2026-01-23 20:03:15','fc9bfffc-86f0-4edd-b8bc-9493bb9eef09'),
(100004,7,17049,NULL,605,1,'2026-01-23 20:03:15','2026-01-23 20:03:15','2927676e-3e48-455e-b5cd-cf2314ae23db'),
(100005,7,17049,NULL,617,2,'2026-01-23 20:03:15','2026-01-23 20:03:15','c3ced0b5-3033-48c3-83d7-c4c1a165ecae'),
(100006,7,17049,NULL,9552,3,'2026-01-23 20:03:15','2026-01-23 20:03:15','e21fe169-c788-47ad-a7a7-01d41dcd8f67'),
(100007,82,17049,NULL,479,1,'2026-01-23 20:03:15','2026-01-23 20:03:15','b55d8efb-0b86-42bf-b5c1-6a64d2a1dcc0'),
(100008,47,17049,NULL,12342,1,'2026-01-23 20:03:15','2026-01-23 20:03:15','b61a02ce-4144-4414-9494-2918d222f823'),
(100009,57,17049,NULL,9160,1,'2026-01-23 20:03:15','2026-01-23 20:03:15','aaedaabf-dbb5-45e4-bc75-442cf1f26b91'),
(100010,57,17049,NULL,9162,2,'2026-01-23 20:03:15','2026-01-23 20:03:15','1899e1bf-805b-4b17-aa3f-47722a1403f7'),
(100011,57,17049,NULL,9164,3,'2026-01-23 20:03:15','2026-01-23 20:03:15','1b2109b6-32b8-43c2-8c48-d6e70bdf9d0c'),
(100012,57,17049,NULL,9163,4,'2026-01-23 20:03:15','2026-01-23 20:03:15','9a61c180-8584-4028-9779-baa8c422b4aa'),
(100013,57,17049,NULL,9161,5,'2026-01-23 20:03:15','2026-01-23 20:03:15','499c52fc-f337-4d4b-abfa-b20fd8f40ed0'),
(100014,57,17049,NULL,9165,6,'2026-01-23 20:03:15','2026-01-23 20:03:15','423da160-300e-48f3-ae3e-8de36541d269'),
(100015,66,17050,NULL,17047,1,'2026-01-23 20:03:15','2026-01-23 20:03:15','bedee193-5f79-4229-910a-02b74039b883'),
(100016,32,17051,NULL,2614,1,'2026-01-23 20:03:58','2026-01-23 20:03:58','a6d89676-9ec7-4a33-ab0f-3b17784a0664'),
(100017,32,17051,NULL,2610,2,'2026-01-23 20:03:58','2026-01-23 20:03:58','0e53044c-a361-463f-b3a3-a4c02db9e568'),
(100018,32,17051,NULL,2598,3,'2026-01-23 20:03:58','2026-01-23 20:03:58','9082db0a-eee9-4a3b-bf76-35c831706562'),
(100019,32,17051,NULL,2608,4,'2026-01-23 20:03:58','2026-01-23 20:03:58','b10f5f4f-d685-4820-8e38-7da70766e9f4'),
(100020,32,17051,NULL,2600,5,'2026-01-23 20:03:58','2026-01-23 20:03:58','ea66b0a8-7ecf-4a6e-8d99-dee863f0605b'),
(100021,32,17051,NULL,2596,6,'2026-01-23 20:03:58','2026-01-23 20:03:58','ca5a2957-0e7e-4ae4-957e-18f567c4c48a'),
(100022,32,17051,NULL,2602,7,'2026-01-23 20:03:58','2026-01-23 20:03:58','4825e944-c2d8-4e99-b5d9-d5402fa7e937'),
(100023,32,17051,NULL,2606,8,'2026-01-23 20:03:58','2026-01-23 20:03:58','ad50556d-0633-40c0-8605-b064625da30b'),
(100024,32,17051,NULL,2612,9,'2026-01-23 20:03:58','2026-01-23 20:03:58','bfdbea79-2fa3-415f-8fdd-2105a5408b7e'),
(100025,32,17051,NULL,2604,10,'2026-01-23 20:03:58','2026-01-23 20:03:58','0543a055-8b50-447b-a422-ddf4a416eb0c'),
(100026,16,17051,NULL,6659,1,'2026-01-23 20:03:58','2026-01-23 20:03:58','d9088565-0561-4832-b306-533deb74731a'),
(100027,7,17051,NULL,6547,1,'2026-01-23 20:03:58','2026-01-23 20:03:58','c2bb7f57-9101-40a0-a335-818cd3261b5e'),
(100028,7,17051,NULL,601,2,'2026-01-23 20:03:58','2026-01-23 20:03:58','2f62dace-adbb-436c-8212-ce98382a4076'),
(100029,7,17051,NULL,617,3,'2026-01-23 20:03:58','2026-01-23 20:03:58','057c769b-ef02-4d01-a32f-7bd4b651b88b'),
(100030,7,17051,NULL,9640,4,'2026-01-23 20:03:58','2026-01-23 20:03:58','5817d77b-b34c-4d44-9778-d53526382245'),
(100031,7,17051,NULL,2974,5,'2026-01-23 20:03:58','2026-01-23 20:03:58','b406a5dd-607f-40a0-9843-c40e221e2552'),
(100032,7,17051,NULL,605,6,'2026-01-23 20:03:58','2026-01-23 20:03:58','ddc78433-8e03-4d7c-9a1f-87d0fdc7ece8'),
(100033,7,17051,NULL,9552,7,'2026-01-23 20:03:58','2026-01-23 20:03:58','f4aa087f-72cb-4f00-a800-9a174847c708'),
(100034,47,17051,NULL,12453,1,'2026-01-23 20:03:58','2026-01-23 20:03:58','50191879-0e0b-4394-bf33-18cfbf10b091'),
(100035,57,17051,NULL,6680,1,'2026-01-23 20:03:58','2026-01-23 20:03:58','025cb195-1795-4132-a823-3cc0ac12383a'),
(100036,57,17051,NULL,6681,2,'2026-01-23 20:03:58','2026-01-23 20:03:58','4ab73a1a-c9a8-457d-aaac-8710682ff5a3'),
(100037,57,17051,NULL,6682,3,'2026-01-23 20:03:58','2026-01-23 20:03:58','4573fcab-0e80-4aeb-af11-57bdf986fc59'),
(100038,57,17051,NULL,6683,4,'2026-01-23 20:03:58','2026-01-23 20:03:58','5612a049-7c10-4cc1-b37d-bda67c4bfb2d'),
(100039,57,17051,NULL,6684,5,'2026-01-23 20:03:58','2026-01-23 20:03:58','c87c2888-aa61-4941-b6f2-ed59ba2a22c3'),
(100054,83,17055,NULL,1431,1,'2026-01-23 20:04:26','2026-01-23 20:04:26','77612e9d-ae7a-4ec7-ba83-7b0fd5cb914f'),
(100055,16,17055,NULL,6640,1,'2026-01-23 20:04:26','2026-01-23 20:04:26','b6fd28c2-d99d-4902-b861-139a148550f1'),
(100056,7,17055,NULL,617,1,'2026-01-23 20:04:26','2026-01-23 20:04:26','ea99352b-32ae-480f-b8f2-3a27cf6ff959'),
(100057,7,17055,NULL,605,2,'2026-01-23 20:04:26','2026-01-23 20:04:26','5139531a-8bf9-4cd9-b52c-6dfd6ee1eb06'),
(100058,7,17055,NULL,9552,3,'2026-01-23 20:04:26','2026-01-23 20:04:26','f23be0d2-8a87-4725-aae4-6e93a1f47ecc'),
(100059,57,17055,NULL,6635,1,'2026-01-23 20:04:26','2026-01-23 20:04:26','60a5f191-cedb-4c1f-966c-0d0b1528834a'),
(100060,57,17055,NULL,6636,2,'2026-01-23 20:04:26','2026-01-23 20:04:26','e293080d-358d-406c-a241-9b7ed89a84ab'),
(100061,57,17055,NULL,6637,3,'2026-01-23 20:04:26','2026-01-23 20:04:26','7e7883ec-59fb-4533-99c3-c4d489e379ed'),
(100062,57,17055,NULL,6638,4,'2026-01-23 20:04:26','2026-01-23 20:04:26','50eb5a96-2143-40c6-aa0d-6bec1f9ce0c2'),
(100063,57,17055,NULL,6639,5,'2026-01-23 20:04:26','2026-01-23 20:04:26','4edbd70d-6475-4b1e-8f74-4a4c5e0c0e9f'),
(100064,57,17055,NULL,6640,6,'2026-01-23 20:04:26','2026-01-23 20:04:26','3f239f2b-5855-41ab-9dee-005294a01d04'),
(100066,12,17055,NULL,12727,1,'2026-01-23 20:04:26','2026-01-23 20:04:26','ba485d5f-070b-4634-b3ea-0e22a1efcbbd'),
(100067,83,17057,NULL,1431,1,'2026-01-23 20:04:36','2026-01-23 20:04:36','382f8e36-4559-4822-96d1-ff1f1598f3f4'),
(100068,16,17057,NULL,6640,1,'2026-01-23 20:04:36','2026-01-23 20:04:36','97dcbc97-6076-4502-ba07-c405dfc17732'),
(100069,7,17057,NULL,617,1,'2026-01-23 20:04:36','2026-01-23 20:04:36','287b81fa-5b6e-4394-b4cf-851eeb43c33c'),
(100070,7,17057,NULL,605,2,'2026-01-23 20:04:36','2026-01-23 20:04:36','f3031efc-c061-4a71-8584-2cf5322c0a67'),
(100071,7,17057,NULL,9552,3,'2026-01-23 20:04:36','2026-01-23 20:04:36','0fe8d319-643e-4b2a-b5a7-7e296e050139'),
(100072,57,17057,NULL,6635,1,'2026-01-23 20:04:36','2026-01-23 20:04:36','76baeeee-1a8c-4704-b68a-715959eb0bf5'),
(100073,57,17057,NULL,6636,2,'2026-01-23 20:04:36','2026-01-23 20:04:36','80f85a47-f43d-439f-92c1-a11cb6b8388e'),
(100074,57,17057,NULL,6637,3,'2026-01-23 20:04:36','2026-01-23 20:04:36','7618a8c4-868d-4b27-99c2-76af75aa67bb'),
(100075,57,17057,NULL,6638,4,'2026-01-23 20:04:36','2026-01-23 20:04:36','841d0dea-808f-425f-9e13-b331e1446faa'),
(100076,57,17057,NULL,6639,5,'2026-01-23 20:04:36','2026-01-23 20:04:36','65299e9d-047f-4750-95c0-372385825c9a'),
(100077,57,17057,NULL,6640,6,'2026-01-23 20:04:36','2026-01-23 20:04:36','dd10b2af-51f5-4e42-b095-918f7f3f0999'),
(100079,12,17057,NULL,12727,1,'2026-01-23 20:04:36','2026-01-23 20:04:36','25fcdf47-1a64-42e3-a0ff-0621637078a1'),
(100107,32,17059,NULL,2610,1,'2026-01-23 20:05:37','2026-01-23 20:05:37','4a0afe41-0a55-44c0-b8f6-6d24a124d131'),
(100108,32,17059,NULL,2598,2,'2026-01-23 20:05:37','2026-01-23 20:05:37','eb90fce8-4298-4605-b4b6-c7bc0b818f22'),
(100109,32,17059,NULL,2608,3,'2026-01-23 20:05:37','2026-01-23 20:05:37','0922dc58-6758-459d-b7a7-95ae05ef6cf0'),
(100110,32,17059,NULL,2600,4,'2026-01-23 20:05:37','2026-01-23 20:05:37','06a1b488-5c49-4ef9-ba33-f5e7816901dd'),
(100111,32,17059,NULL,2596,5,'2026-01-23 20:05:37','2026-01-23 20:05:37','c600dd19-c4f5-4dcd-9de7-43e6d635598b'),
(100112,32,17059,NULL,2602,6,'2026-01-23 20:05:37','2026-01-23 20:05:37','ce112ce8-c4e6-4f2e-8317-cd48b8aa2b76'),
(100113,32,17059,NULL,2612,7,'2026-01-23 20:05:37','2026-01-23 20:05:37','86fb30e4-f04f-49ef-b2f2-148ba1c2da57'),
(100114,32,17059,NULL,2618,8,'2026-01-23 20:05:37','2026-01-23 20:05:37','8a2174a8-72f2-4375-b8e4-52ed8f1ed6ad'),
(100115,32,17059,NULL,2604,9,'2026-01-23 20:05:37','2026-01-23 20:05:37','277f2ec3-ea77-4aec-9656-19877b77bb40'),
(100116,32,17059,NULL,2606,10,'2026-01-23 20:05:37','2026-01-23 20:05:37','07631406-2af9-44bb-813f-9b4dfdb61f96'),
(100117,16,17059,NULL,9008,1,'2026-01-23 20:05:37','2026-01-23 20:05:37','0f1c66d8-8e71-4087-aaf8-a1f29147861f'),
(100118,7,17059,NULL,605,1,'2026-01-23 20:05:37','2026-01-23 20:05:37','0c5626b7-32d5-4c4a-9aea-1598a80d6ee4'),
(100119,7,17059,NULL,617,2,'2026-01-23 20:05:37','2026-01-23 20:05:37','3b85325f-dc46-48ee-b413-0abe17b6c35b'),
(100120,7,17059,NULL,9552,3,'2026-01-23 20:05:37','2026-01-23 20:05:37','8ea2ff78-7aad-45c9-b01e-62e0fa5cd68c'),
(100121,82,17059,NULL,479,1,'2026-01-23 20:05:37','2026-01-23 20:05:37','f6d244f2-85c9-49ea-801a-192555d2ef29'),
(100122,82,17059,NULL,491,2,'2026-01-23 20:05:37','2026-01-23 20:05:37','83ca697d-0d1c-4e15-929b-da73331232e6'),
(100123,46,17059,NULL,3697,1,'2026-01-23 20:05:37','2026-01-23 20:05:37','6bb3dccc-adba-44ca-bb83-8114a5842c12'),
(100124,47,17059,NULL,12278,1,'2026-01-23 20:05:37','2026-01-23 20:05:37','2940c39b-e413-454b-9b21-395807780718'),
(100125,57,17059,NULL,9011,1,'2026-01-23 20:05:37','2026-01-23 20:05:37','1ad5f455-7c34-45d6-ad58-2b4dc3af0aa6'),
(100126,57,17059,NULL,9017,2,'2026-01-23 20:05:37','2026-01-23 20:05:37','cb129d55-3179-410c-b7c9-344569034276'),
(100127,57,17059,NULL,9015,3,'2026-01-23 20:05:37','2026-01-23 20:05:37','a425f205-334b-483f-a01c-8f88129d7fc3'),
(100128,57,17059,NULL,9016,4,'2026-01-23 20:05:37','2026-01-23 20:05:37','daae815a-6c2f-4f18-af5e-f64d01cea267'),
(100129,57,17059,NULL,9013,5,'2026-01-23 20:05:37','2026-01-23 20:05:37','147d0456-a89b-49f9-a5f2-ba334d65c63b'),
(100130,57,17059,NULL,9014,6,'2026-01-23 20:05:37','2026-01-23 20:05:37','365660a4-cbb5-4434-b097-7a9b306f1b1d'),
(100131,57,17059,NULL,9012,7,'2026-01-23 20:05:37','2026-01-23 20:05:37','bcb163a4-bf7a-4620-8cba-5cbf139e5353'),
(100132,57,17059,NULL,9018,8,'2026-01-23 20:05:37','2026-01-23 20:05:37','e0869644-8ba9-4752-83ac-e77360a9dba2'),
(100166,66,17065,NULL,17063,1,'2026-01-23 20:07:13','2026-01-23 20:07:13','debb70cd-ebdb-4ee6-9cad-52a3d3977e79'),
(100167,32,17066,NULL,2614,1,'2026-01-23 20:07:13','2026-01-23 20:07:13','a3350afd-1c24-4bdf-a12b-a43676146b55'),
(100168,32,17066,NULL,2610,2,'2026-01-23 20:07:13','2026-01-23 20:07:13','4ab97a38-8774-4a72-8c89-6b7772e1ec9c'),
(100169,32,17066,NULL,2598,3,'2026-01-23 20:07:13','2026-01-23 20:07:13','2c8628e6-654d-4abb-bff4-f05b055e9c80'),
(100170,32,17066,NULL,2608,4,'2026-01-23 20:07:13','2026-01-23 20:07:13','38d34494-cbd4-4877-8522-2a7d4c7614e6'),
(100171,32,17066,NULL,2600,5,'2026-01-23 20:07:13','2026-01-23 20:07:13','8558d4a4-245a-4b56-8d80-c81becca6e44'),
(100172,32,17066,NULL,2596,6,'2026-01-23 20:07:13','2026-01-23 20:07:13','24831663-158c-494f-bcc7-81b4d824571f'),
(100173,32,17066,NULL,2602,7,'2026-01-23 20:07:13','2026-01-23 20:07:13','1db4686f-3523-4de7-88e2-44dee0c588a7'),
(100174,32,17066,NULL,2612,8,'2026-01-23 20:07:13','2026-01-23 20:07:13','e4655ed4-9ad2-4e23-a712-381c53d18356'),
(100175,32,17066,NULL,2606,9,'2026-01-23 20:07:13','2026-01-23 20:07:13','589cf8f2-a3d1-4c75-92d7-1407de882c57'),
(100176,16,17066,NULL,9749,1,'2026-01-23 20:07:13','2026-01-23 20:07:13','6154ad42-8feb-45e0-9779-4c5c52f0a061'),
(100177,7,17066,NULL,6547,1,'2026-01-23 20:07:13','2026-01-23 20:07:13','78afac5b-4c94-465f-9bcb-f32cb32934c2'),
(100178,7,17066,NULL,9732,2,'2026-01-23 20:07:13','2026-01-23 20:07:13','699914fe-3208-428d-bb87-8591cee1ae20'),
(100179,7,17066,NULL,9735,3,'2026-01-23 20:07:13','2026-01-23 20:07:13','daf0cedd-c7aa-457c-ba41-22967cf43026'),
(100180,7,17066,NULL,9640,4,'2026-01-23 20:07:13','2026-01-23 20:07:13','513ce3f5-d26a-4753-b9d0-3fb229d22390'),
(100181,7,17066,NULL,617,5,'2026-01-23 20:07:13','2026-01-23 20:07:13','7f191d83-626b-474b-8f0e-09f1c3fa6af2'),
(100182,7,17066,NULL,605,6,'2026-01-23 20:07:13','2026-01-23 20:07:13','e8b8a27a-7c74-4d6d-a078-a94b044a992c'),
(100183,7,17066,NULL,9552,7,'2026-01-23 20:07:13','2026-01-23 20:07:13','9aab03bc-6e2f-470e-86da-0605b97c76c8'),
(100184,82,17066,NULL,477,1,'2026-01-23 20:07:13','2026-01-23 20:07:13','4701d443-bbf0-46d4-a8e5-52069deb1d8c'),
(100185,82,17066,NULL,479,2,'2026-01-23 20:07:13','2026-01-23 20:07:13','6e422c6a-aa4e-4f9d-98cc-8bce7f834921'),
(100186,47,17066,NULL,12344,1,'2026-01-23 20:07:13','2026-01-23 20:07:13','c8f0ebf9-3fae-4c76-831e-050645b2fb25'),
(100187,57,17066,NULL,9804,1,'2026-01-23 20:07:13','2026-01-23 20:07:13','eb32c078-1edc-48ec-8919-8dbfc4489c28'),
(100188,57,17066,NULL,9811,2,'2026-01-23 20:07:13','2026-01-23 20:07:13','6b14c6bb-953b-446f-afa5-58d3c796eb02'),
(100189,57,17066,NULL,9805,3,'2026-01-23 20:07:13','2026-01-23 20:07:13','be79d1ba-7aad-4173-8fab-a355b5f4b9ab'),
(100190,57,17066,NULL,9806,4,'2026-01-23 20:07:13','2026-01-23 20:07:13','f0c25598-0dac-4478-8fcb-dfe66810725f'),
(100191,57,17066,NULL,9807,5,'2026-01-23 20:07:13','2026-01-23 20:07:13','aa5be435-3673-4e6e-bac6-184dcc8a2056'),
(100192,57,17066,NULL,9800,6,'2026-01-23 20:07:13','2026-01-23 20:07:13','1dfdbf14-7c33-47d4-be4c-d4e55314f2d9'),
(100193,57,17066,NULL,9808,7,'2026-01-23 20:07:13','2026-01-23 20:07:13','1caa2ee2-d73f-4c73-b1ce-8d0abc8b4ef4'),
(100194,57,17066,NULL,9809,8,'2026-01-23 20:07:13','2026-01-23 20:07:13','fb5a5937-9d57-4ad4-9179-d47e4b23a5dd'),
(100195,57,17066,NULL,9812,9,'2026-01-23 20:07:13','2026-01-23 20:07:13','7dd3c34f-d532-4b8d-9e17-567c62634296'),
(100196,57,17066,NULL,9813,10,'2026-01-23 20:07:13','2026-01-23 20:07:13','ece22be6-fbad-42c8-983e-1e8f1044ee98'),
(100197,13,17066,NULL,6925,1,'2026-01-23 20:07:13','2026-01-23 20:07:13','c1beb1b6-0a23-4521-985f-3b539da4bbe7'),
(100198,66,17068,NULL,17063,1,'2026-01-23 20:07:13','2026-01-23 20:07:13','9c3e566a-8692-4776-895b-e053cbba3209'),
(100230,32,17070,NULL,2614,1,'2026-01-23 20:07:27','2026-01-23 20:07:27','3d69010e-cba4-4825-804e-a8236f1e1540'),
(100231,32,17070,NULL,2610,2,'2026-01-23 20:07:27','2026-01-23 20:07:27','af8a3f6c-b165-42c5-adac-6261ac8d9e1e'),
(100232,32,17070,NULL,2598,3,'2026-01-23 20:07:27','2026-01-23 20:07:27','5371fcf3-3ac2-4fa3-baac-cb8322515a22'),
(100233,32,17070,NULL,2608,4,'2026-01-23 20:07:27','2026-01-23 20:07:27','2f94eda3-43b8-4302-85bf-1ab109d9f76c'),
(100234,32,17070,NULL,2600,5,'2026-01-23 20:07:27','2026-01-23 20:07:27','5adae3d6-0d41-4e36-b81c-abe87b0216b4'),
(100235,32,17070,NULL,2596,6,'2026-01-23 20:07:27','2026-01-23 20:07:27','01aa1172-d057-4f63-8162-7cfdb85f5308'),
(100236,32,17070,NULL,2602,7,'2026-01-23 20:07:27','2026-01-23 20:07:27','e8130fe0-cc76-4708-bcab-d2c14f6c8735'),
(100237,32,17070,NULL,2612,8,'2026-01-23 20:07:27','2026-01-23 20:07:27','4c26e47f-54ff-4cbd-a192-99bd3f0f6c27'),
(100238,32,17070,NULL,2606,9,'2026-01-23 20:07:27','2026-01-23 20:07:27','45302862-d267-44a5-a258-dd6732832fd5'),
(100239,16,17070,NULL,9749,1,'2026-01-23 20:07:27','2026-01-23 20:07:27','c84d5309-484b-422d-9397-1b70de1c49fd'),
(100240,7,17070,NULL,6547,1,'2026-01-23 20:07:27','2026-01-23 20:07:27','2ad442ac-5bdd-4a68-b3a3-6ce3a205cb4f'),
(100241,7,17070,NULL,9732,2,'2026-01-23 20:07:27','2026-01-23 20:07:27','dd2377bc-6353-471b-812d-0620422b83c7'),
(100242,7,17070,NULL,9735,3,'2026-01-23 20:07:27','2026-01-23 20:07:27','bd0797f8-db80-4ee5-a0eb-53b88252994a'),
(100243,7,17070,NULL,9640,4,'2026-01-23 20:07:27','2026-01-23 20:07:27','5f97856c-870a-42ca-9557-68f51410baa8'),
(100244,7,17070,NULL,617,5,'2026-01-23 20:07:27','2026-01-23 20:07:27','9b18e467-bf9c-4e83-8fbf-c1e66e1834e5'),
(100245,7,17070,NULL,605,6,'2026-01-23 20:07:27','2026-01-23 20:07:27','365e6d39-41da-43f8-a8a5-56fb6fca4667'),
(100246,7,17070,NULL,9552,7,'2026-01-23 20:07:27','2026-01-23 20:07:27','b86c2274-e36b-4bd0-9dd7-4fb7706082ce'),
(100247,82,17070,NULL,477,1,'2026-01-23 20:07:27','2026-01-23 20:07:27','cdf3c2ed-586f-4a85-a33b-81836265d164'),
(100248,82,17070,NULL,479,2,'2026-01-23 20:07:27','2026-01-23 20:07:27','35dc476e-7127-47dc-9838-26ccf71c9fb0'),
(100249,47,17070,NULL,12344,1,'2026-01-23 20:07:27','2026-01-23 20:07:27','e1eb86d9-17e0-4651-961c-744e2c8d4a16'),
(100250,57,17070,NULL,9804,1,'2026-01-23 20:07:27','2026-01-23 20:07:27','80db35c5-ae35-42ab-ae73-70d021e76df3'),
(100251,57,17070,NULL,9811,2,'2026-01-23 20:07:27','2026-01-23 20:07:27','0517978c-c795-41e6-8fc9-89da181408b7'),
(100252,57,17070,NULL,9805,3,'2026-01-23 20:07:27','2026-01-23 20:07:27','6547ffb8-5f5c-410a-95be-543a544af756'),
(100253,57,17070,NULL,9806,4,'2026-01-23 20:07:27','2026-01-23 20:07:27','20a3998f-eaba-40ad-b622-f3c5dc99bc50'),
(100254,57,17070,NULL,9807,5,'2026-01-23 20:07:27','2026-01-23 20:07:27','d5b0c14f-0d16-451d-8459-60682b0fcff4'),
(100255,57,17070,NULL,9800,6,'2026-01-23 20:07:27','2026-01-23 20:07:27','f3d04019-2a90-4084-a833-4c1ac1173292'),
(100256,57,17070,NULL,9808,7,'2026-01-23 20:07:27','2026-01-23 20:07:27','35824f26-b3a0-4c91-8d37-3ccacd136806'),
(100257,57,17070,NULL,9809,8,'2026-01-23 20:07:27','2026-01-23 20:07:27','2d4b740c-4012-4ea0-9eba-ceb0ec96a9d2'),
(100258,57,17070,NULL,9812,9,'2026-01-23 20:07:27','2026-01-23 20:07:27','59219f76-2d30-4ff3-8768-df303203fab2'),
(100259,57,17070,NULL,9813,10,'2026-01-23 20:07:27','2026-01-23 20:07:27','2d353539-2a7f-4ca2-acae-feee775c118a'),
(100260,13,17070,NULL,6925,1,'2026-01-23 20:07:27','2026-01-23 20:07:27','87adfa86-28ca-4a49-98eb-900e99d2e882'),
(100288,32,17077,NULL,2610,1,'2026-01-23 20:09:32','2026-01-23 20:09:32','99e1e3c6-97c8-4b71-85a0-94fc862602c6'),
(100289,32,17077,NULL,2622,2,'2026-01-23 20:09:32','2026-01-23 20:09:32','2559b853-a6fa-44a2-9fd2-c5c50ca0535d'),
(100290,32,17077,NULL,2598,3,'2026-01-23 20:09:32','2026-01-23 20:09:32','938c29ae-375f-4e9d-bb25-42f8be937751'),
(100291,32,17077,NULL,2600,4,'2026-01-23 20:09:32','2026-01-23 20:09:32','bfd4b8b1-4662-4bad-8a13-fe726b7f8374'),
(100292,32,17077,NULL,2604,5,'2026-01-23 20:09:32','2026-01-23 20:09:32','2192f454-5d8a-454d-93aa-5ae3fa07f73e'),
(100293,32,17077,NULL,2608,6,'2026-01-23 20:09:32','2026-01-23 20:09:32','9de2623f-0a4a-438c-94a7-e5471f8139df'),
(100294,32,17077,NULL,2602,7,'2026-01-23 20:09:32','2026-01-23 20:09:32','000d6492-f80f-460e-9f6f-5f8ac5ee54d8'),
(100295,32,17077,NULL,2596,8,'2026-01-23 20:09:32','2026-01-23 20:09:32','7fdcf4a6-face-42ca-b504-6bb30a396b66'),
(100296,32,17077,NULL,2606,9,'2026-01-23 20:09:32','2026-01-23 20:09:32','e579d4b2-40db-46ac-bf3f-79db2b43c7cd'),
(100297,32,17077,NULL,2612,10,'2026-01-23 20:09:32','2026-01-23 20:09:32','500f817e-a665-4857-93ef-aa46552408c9'),
(100298,16,17077,NULL,4385,1,'2026-01-23 20:09:32','2026-01-23 20:09:32','52de1155-16c8-4ff4-8a71-9f5e87d748dc'),
(100299,7,17077,NULL,617,1,'2026-01-23 20:09:32','2026-01-23 20:09:32','41762745-0194-407f-918f-557612c72bba'),
(100300,7,17077,NULL,605,2,'2026-01-23 20:09:32','2026-01-23 20:09:32','40ea3598-167b-4ed6-850f-0cfb04f57c37'),
(100301,7,17077,NULL,9552,3,'2026-01-23 20:09:32','2026-01-23 20:09:32','c9963ba0-2a31-4c62-bbce-b4bafb8ab79f'),
(100302,82,17077,NULL,469,1,'2026-01-23 20:09:32','2026-01-23 20:09:32','78ae04aa-48ec-481b-9dcf-f424dd34d8c7'),
(100303,82,17077,NULL,479,2,'2026-01-23 20:09:32','2026-01-23 20:09:32','07560afc-648e-44c8-a027-521ae7291600'),
(100304,82,17077,NULL,491,3,'2026-01-23 20:09:32','2026-01-23 20:09:32','40c818e4-a89f-4ae1-8c92-11977fa11772'),
(100305,46,17077,NULL,4403,1,'2026-01-23 20:09:32','2026-01-23 20:09:32','16720dc1-4d34-45a1-9d94-aed6518fb679'),
(100306,47,17077,NULL,10486,1,'2026-01-23 20:09:32','2026-01-23 20:09:32','07996a0e-e29b-4c0c-a70b-0b5d8af4d995'),
(100307,57,17077,NULL,8806,1,'2026-01-23 20:09:32','2026-01-23 20:09:32','0f88247f-eb8a-4a8e-bada-dc55766a03f3'),
(100308,57,17077,NULL,8808,2,'2026-01-23 20:09:32','2026-01-23 20:09:32','617f520a-b215-4b8b-8ee7-1eea55d6ccff'),
(100309,57,17077,NULL,8810,3,'2026-01-23 20:09:32','2026-01-23 20:09:32','03b19414-2a63-405c-95f0-73fa2a07d3e7'),
(100310,57,17077,NULL,8803,4,'2026-01-23 20:09:32','2026-01-23 20:09:32','52c42515-64c9-4112-8c03-69e57f61b21b'),
(100311,57,17077,NULL,8804,5,'2026-01-23 20:09:32','2026-01-23 20:09:32','fa0b8c1b-c0b9-490e-b77b-6f44a201cc33'),
(100312,57,17077,NULL,8805,6,'2026-01-23 20:09:32','2026-01-23 20:09:32','44feb639-09be-4324-a8d5-c60b67cf96f3'),
(100313,57,17077,NULL,8807,7,'2026-01-23 20:09:32','2026-01-23 20:09:32','8de2a05c-a77f-4d27-9905-7b1cb01fc7ab'),
(100342,32,17080,NULL,2610,1,'2026-01-23 20:10:11','2026-01-23 20:10:11','e62b35d9-a7dd-4275-8efc-35e5086ce443'),
(100343,32,17080,NULL,2622,2,'2026-01-23 20:10:11','2026-01-23 20:10:11','a44207a0-e514-40ef-b4fd-112f57520254'),
(100344,32,17080,NULL,2598,3,'2026-01-23 20:10:11','2026-01-23 20:10:11','1f7a2d30-82ae-41bd-a06f-785ecc930d96'),
(100345,32,17080,NULL,2600,4,'2026-01-23 20:10:11','2026-01-23 20:10:11','92050337-2d17-492a-82cf-dfcd42af9ea4'),
(100346,32,17080,NULL,2604,5,'2026-01-23 20:10:11','2026-01-23 20:10:11','e8adf007-15d9-4f56-bfe6-b690fb033474'),
(100347,32,17080,NULL,2608,6,'2026-01-23 20:10:11','2026-01-23 20:10:11','1655fa48-b683-4872-8079-a5296175080e'),
(100348,32,17080,NULL,2602,7,'2026-01-23 20:10:11','2026-01-23 20:10:11','6169a33a-9e11-4673-9f60-9dfef97e0033'),
(100349,32,17080,NULL,2596,8,'2026-01-23 20:10:11','2026-01-23 20:10:11','e074d128-cf40-478c-b8c8-bc53fcb3d72d'),
(100350,32,17080,NULL,2606,9,'2026-01-23 20:10:11','2026-01-23 20:10:11','e9bd6992-1788-4308-b75e-fdd3b9daa1c7'),
(100351,32,17080,NULL,2612,10,'2026-01-23 20:10:11','2026-01-23 20:10:11','d8a4ac29-b9b6-4339-821d-39f40a67cea0'),
(100352,16,17080,NULL,4385,1,'2026-01-23 20:10:11','2026-01-23 20:10:11','da6c33e6-3b87-4232-affd-33d73d1a14a4'),
(100353,7,17080,NULL,617,1,'2026-01-23 20:10:11','2026-01-23 20:10:11','64788e2d-51af-462f-9f21-c7837b7c15e7'),
(100354,7,17080,NULL,605,2,'2026-01-23 20:10:11','2026-01-23 20:10:11','3165d765-634d-4d75-8b38-df19755ca8b4'),
(100355,7,17080,NULL,9552,3,'2026-01-23 20:10:11','2026-01-23 20:10:11','c76bf6e2-254a-4e95-9fa0-b59ba4cdb6a0'),
(100356,82,17080,NULL,469,1,'2026-01-23 20:10:11','2026-01-23 20:10:11','6344ce84-1c41-4787-b993-8127ab18d979'),
(100357,82,17080,NULL,479,2,'2026-01-23 20:10:11','2026-01-23 20:10:11','41532121-a2e7-4924-8aa6-7ebdc829f3a3'),
(100358,82,17080,NULL,491,3,'2026-01-23 20:10:11','2026-01-23 20:10:11','8c899728-2d1e-4332-8a5b-20bb86644c7e'),
(100359,46,17080,NULL,4403,1,'2026-01-23 20:10:11','2026-01-23 20:10:11','c1067626-ea14-4a75-b4ad-37e04e9e1d10'),
(100360,47,17080,NULL,10486,1,'2026-01-23 20:10:11','2026-01-23 20:10:11','c61152da-4a85-4b9f-98c7-7583e0822f6f'),
(100361,57,17080,NULL,8806,1,'2026-01-23 20:10:11','2026-01-23 20:10:11','0b1a803d-d1cb-46f9-9371-bd32c54ec74b'),
(100362,57,17080,NULL,8808,2,'2026-01-23 20:10:11','2026-01-23 20:10:11','cd993b78-0600-45e3-b81b-da182aba30d0'),
(100363,57,17080,NULL,8810,3,'2026-01-23 20:10:11','2026-01-23 20:10:11','d8828db6-28b8-4a65-b5cf-03805ee9de0e'),
(100364,57,17080,NULL,8803,4,'2026-01-23 20:10:11','2026-01-23 20:10:11','17745276-9bad-4493-8244-6f6d69f31ffe'),
(100365,57,17080,NULL,8804,5,'2026-01-23 20:10:11','2026-01-23 20:10:11','1ef18bef-4203-4d96-8a3e-a026d47098a6'),
(100366,57,17080,NULL,8805,6,'2026-01-23 20:10:11','2026-01-23 20:10:11','99f87dbb-ef92-4ccd-a5df-49d7c636a355'),
(100367,57,17080,NULL,8807,7,'2026-01-23 20:10:11','2026-01-23 20:10:11','8943b419-3dd7-4a48-92d0-aa775d5dff81'),
(100400,32,17087,NULL,2610,1,'2026-01-23 20:12:14','2026-01-23 20:12:14','6a7801b4-f82b-49ee-a5fe-24455964bf11'),
(100401,32,17087,NULL,2598,2,'2026-01-23 20:12:14','2026-01-23 20:12:14','dad1f33b-2c3b-43ad-93f2-cee799d4c4a5'),
(100402,32,17087,NULL,2600,3,'2026-01-23 20:12:14','2026-01-23 20:12:14','12e4e778-9a19-4a8a-aa95-a2a9dcd37433'),
(100403,32,17087,NULL,2602,4,'2026-01-23 20:12:14','2026-01-23 20:12:14','a1bcbc77-93c4-4f38-90e8-d6fdfb10e126'),
(100404,32,17087,NULL,2612,5,'2026-01-23 20:12:14','2026-01-23 20:12:14','5aad49a0-35dd-4ddd-9809-e83e11582965'),
(100405,32,17087,NULL,2618,6,'2026-01-23 20:12:14','2026-01-23 20:12:14','8c405b19-c33a-4b50-afce-eb9e7242826f'),
(100406,32,17087,NULL,2604,7,'2026-01-23 20:12:14','2026-01-23 20:12:14','6bb7ab0d-4856-4174-89a5-b3077be8d330'),
(100407,32,17087,NULL,2608,8,'2026-01-23 20:12:14','2026-01-23 20:12:14','396766f9-563c-47b0-8403-8f67822e85a1'),
(100408,32,17087,NULL,2596,9,'2026-01-23 20:12:14','2026-01-23 20:12:14','d103885e-dfca-44a3-936b-f73938890f81'),
(100409,32,17087,NULL,2606,10,'2026-01-23 20:12:14','2026-01-23 20:12:14','8fa35eeb-eaaa-4b1d-a768-4d66f684ec3a'),
(100410,16,17087,NULL,4414,1,'2026-01-23 20:12:14','2026-01-23 20:12:14','3e85cc94-7d69-416f-b9ba-5874daa99fa4'),
(100411,7,17087,NULL,6547,1,'2026-01-23 20:12:14','2026-01-23 20:12:14','31dd7ccf-8503-4ac3-b98a-c166c014b463'),
(100412,7,17087,NULL,601,2,'2026-01-23 20:12:14','2026-01-23 20:12:14','a8d28d4d-36bb-4fa6-8388-0ba7bc0022ba'),
(100413,7,17087,NULL,617,3,'2026-01-23 20:12:14','2026-01-23 20:12:14','93f88ccb-156b-480f-9870-03d948d37346'),
(100414,7,17087,NULL,605,4,'2026-01-23 20:12:14','2026-01-23 20:12:14','a4788512-a84c-496e-a067-2507d2fee58d'),
(100415,7,17087,NULL,9552,5,'2026-01-23 20:12:14','2026-01-23 20:12:14','14db2995-2a33-4fef-868b-bef3ec610aff'),
(100416,82,17087,NULL,469,1,'2026-01-23 20:12:14','2026-01-23 20:12:14','4e25d19b-ec02-4127-94af-f24585136bce'),
(100417,82,17087,NULL,479,2,'2026-01-23 20:12:14','2026-01-23 20:12:14','d109e565-fc29-489a-a3e5-6e35571e4c79'),
(100418,82,17087,NULL,491,3,'2026-01-23 20:12:14','2026-01-23 20:12:14','caf0833c-85bf-4104-870f-bd21b7e09498'),
(100419,46,17087,NULL,3697,1,'2026-01-23 20:12:14','2026-01-23 20:12:14','1c2a06d3-496e-432d-b863-a332f7ec88cb'),
(100420,47,17087,NULL,10489,1,'2026-01-23 20:12:14','2026-01-23 20:12:14','eb177ca8-580b-4bb2-af31-8fbca18e6116'),
(100421,57,17087,NULL,8831,1,'2026-01-23 20:12:14','2026-01-23 20:12:14','fa235572-3aae-48e8-9ad1-e414fbfc117b'),
(100422,57,17087,NULL,8837,2,'2026-01-23 20:12:14','2026-01-23 20:12:14','bc0c82ae-22be-46f5-84e4-5145b311ca14'),
(100423,57,17087,NULL,8835,3,'2026-01-23 20:12:14','2026-01-23 20:12:14','ef72f3a3-7657-47e1-a257-c97ccaafd558'),
(100424,57,17087,NULL,8832,4,'2026-01-23 20:12:14','2026-01-23 20:12:14','d46bf8a1-73ef-48f1-8008-6ea1d8c3a951'),
(100425,57,17087,NULL,8833,5,'2026-01-23 20:12:14','2026-01-23 20:12:14','f053909f-02da-4db4-997d-3a00a2ece82f'),
(100426,57,17087,NULL,8834,6,'2026-01-23 20:12:14','2026-01-23 20:12:14','2d8b159a-72f5-4eff-b44b-f00ee74e187a'),
(100427,57,17087,NULL,8836,7,'2026-01-23 20:12:14','2026-01-23 20:12:14','cae5003c-b0d8-4ba4-819a-a6df405c6b96'),
(100428,57,17087,NULL,8830,8,'2026-01-23 20:12:14','2026-01-23 20:12:14','56feaa2e-18fb-4e3f-bd36-507afe7e5885'),
(100429,57,17087,NULL,8829,9,'2026-01-23 20:12:14','2026-01-23 20:12:14','2df3b201-d0d1-4a3c-a1d2-92137faa415d'),
(100463,32,17092,NULL,2610,1,'2026-01-23 20:13:01','2026-01-23 20:13:01','749c7c98-567e-4ba8-bf97-c024c6d7858f'),
(100464,32,17092,NULL,2598,2,'2026-01-23 20:13:01','2026-01-23 20:13:01','0fd7c181-ebf0-47b6-90d6-62c06532d9b2'),
(100465,32,17092,NULL,2600,3,'2026-01-23 20:13:01','2026-01-23 20:13:01','15829bba-6b03-4579-b720-c48f82979e7c'),
(100466,32,17092,NULL,2602,4,'2026-01-23 20:13:01','2026-01-23 20:13:01','d0586ac7-f774-4591-9c78-efb488d4faae'),
(100467,32,17092,NULL,2612,5,'2026-01-23 20:13:01','2026-01-23 20:13:01','c53d8835-8408-4115-9a57-ecdf23e8dfc4'),
(100468,32,17092,NULL,2618,6,'2026-01-23 20:13:01','2026-01-23 20:13:01','b186d6f5-5f0d-4be2-a386-95657bbe0663'),
(100469,32,17092,NULL,2604,7,'2026-01-23 20:13:01','2026-01-23 20:13:01','03ef10d3-5a3c-46c8-84f0-1ca932efe49c'),
(100470,32,17092,NULL,2608,8,'2026-01-23 20:13:01','2026-01-23 20:13:01','523c67d8-ed77-423e-afd5-c5e305a32972'),
(100471,32,17092,NULL,2596,9,'2026-01-23 20:13:01','2026-01-23 20:13:01','f37b8088-8bba-476f-a9e2-1f1c2c5f5ff7'),
(100472,32,17092,NULL,2606,10,'2026-01-23 20:13:01','2026-01-23 20:13:01','d284f29e-955c-43a7-b15b-ecd277de9fa8'),
(100473,16,17092,NULL,4414,1,'2026-01-23 20:13:01','2026-01-23 20:13:01','599d6ebc-143d-43c0-8f92-11352a10ffb8'),
(100474,7,17092,NULL,6547,1,'2026-01-23 20:13:01','2026-01-23 20:13:01','329a98e0-44e9-489b-8664-dc1bde900e45'),
(100475,7,17092,NULL,601,2,'2026-01-23 20:13:01','2026-01-23 20:13:01','9452f7e6-dd7c-441a-b37b-30a1a3f6246a'),
(100476,7,17092,NULL,617,3,'2026-01-23 20:13:01','2026-01-23 20:13:01','cf698b07-b24e-467b-9447-8f24282d7c2e'),
(100477,7,17092,NULL,605,4,'2026-01-23 20:13:01','2026-01-23 20:13:01','410071fc-4fbd-443f-83cc-ebb775ed8170'),
(100478,7,17092,NULL,9552,5,'2026-01-23 20:13:01','2026-01-23 20:13:01','69b49332-9cf3-4ebb-b3da-553589ce9b58'),
(100479,82,17092,NULL,469,1,'2026-01-23 20:13:01','2026-01-23 20:13:01','5574ffcf-1ce4-4d13-a3ee-29ac451c414d'),
(100480,82,17092,NULL,479,2,'2026-01-23 20:13:01','2026-01-23 20:13:01','1067a967-2566-4755-b18b-c3dbb1a9bfb2'),
(100481,82,17092,NULL,491,3,'2026-01-23 20:13:01','2026-01-23 20:13:01','3540b3b6-2314-4891-a2da-c39ddb3e3ef7'),
(100482,46,17092,NULL,3697,1,'2026-01-23 20:13:01','2026-01-23 20:13:01','1eac807d-1493-4a35-913c-2997b08839fe'),
(100483,47,17092,NULL,10489,1,'2026-01-23 20:13:01','2026-01-23 20:13:01','c4a8fd12-3e4c-40b0-913e-9a293c9e0744'),
(100484,57,17092,NULL,8831,1,'2026-01-23 20:13:01','2026-01-23 20:13:01','3ea445fe-1ae9-4b97-a6b9-5662281a722b'),
(100485,57,17092,NULL,8837,2,'2026-01-23 20:13:01','2026-01-23 20:13:01','2bb4e211-57dc-4af2-ad7a-28b9478b2d9f'),
(100486,57,17092,NULL,8835,3,'2026-01-23 20:13:01','2026-01-23 20:13:01','20e3b875-89e5-4407-a385-63152bf5d0a3'),
(100487,57,17092,NULL,8832,4,'2026-01-23 20:13:01','2026-01-23 20:13:01','ea146228-45be-478f-b5bc-58130e813924'),
(100488,57,17092,NULL,8833,5,'2026-01-23 20:13:01','2026-01-23 20:13:01','bf02e977-3422-47ee-bb5a-3f4d1fe07f11'),
(100489,57,17092,NULL,8834,6,'2026-01-23 20:13:01','2026-01-23 20:13:01','895053e9-4942-4fc8-9c2c-ec4c1c768611'),
(100490,57,17092,NULL,8836,7,'2026-01-23 20:13:01','2026-01-23 20:13:01','1a640f7c-0800-4be8-92d4-2012bfaaafc0'),
(100491,57,17092,NULL,8830,8,'2026-01-23 20:13:01','2026-01-23 20:13:01','8a194338-8e7a-403f-a80e-2e229b6cd1fe'),
(100492,57,17092,NULL,8829,9,'2026-01-23 20:13:01','2026-01-23 20:13:01','30625491-5c64-46f5-a4c6-671a506dc936'),
(100494,66,17093,NULL,5833,1,'2026-01-23 20:13:01','2026-01-23 20:13:01','3939be96-47f4-44ba-a4bc-2a527aaa2f2b'),
(100526,32,17095,NULL,2610,1,'2026-01-23 20:13:04','2026-01-23 20:13:04','6a1019e1-af85-453a-9729-8d943bb70e85'),
(100527,32,17095,NULL,2598,2,'2026-01-23 20:13:04','2026-01-23 20:13:04','3465f5f6-b147-4205-9360-127d9d40cfe6'),
(100528,32,17095,NULL,2600,3,'2026-01-23 20:13:04','2026-01-23 20:13:04','1a95f83b-fc1e-46a8-bb53-734e2e9d3a65'),
(100529,32,17095,NULL,2602,4,'2026-01-23 20:13:04','2026-01-23 20:13:04','d1292eca-77ab-4feb-a760-b51c8b58bf1e'),
(100530,32,17095,NULL,2612,5,'2026-01-23 20:13:04','2026-01-23 20:13:04','b0765002-118c-468d-9ec3-a7c83e17dfc1'),
(100531,32,17095,NULL,2618,6,'2026-01-23 20:13:04','2026-01-23 20:13:04','c27ed188-45f1-416d-beda-877de4432342'),
(100532,32,17095,NULL,2604,7,'2026-01-23 20:13:04','2026-01-23 20:13:04','71c7944d-6595-4c65-9a58-81bfb7a05a65'),
(100533,32,17095,NULL,2608,8,'2026-01-23 20:13:04','2026-01-23 20:13:04','12626949-bbe2-455f-bf93-8a168f8f0758'),
(100534,32,17095,NULL,2596,9,'2026-01-23 20:13:04','2026-01-23 20:13:04','420d0c21-55d2-4eb3-8be1-f60537ee7aec'),
(100535,32,17095,NULL,2606,10,'2026-01-23 20:13:04','2026-01-23 20:13:04','dcf825f2-6ffc-4d1b-9010-08c354ee4b92'),
(100536,16,17095,NULL,4414,1,'2026-01-23 20:13:04','2026-01-23 20:13:04','52cb30f8-8299-49cf-ba3b-b08b457b9f45'),
(100537,7,17095,NULL,6547,1,'2026-01-23 20:13:04','2026-01-23 20:13:04','dd50f932-d4b4-4a74-ad89-3c3964695f08'),
(100538,7,17095,NULL,601,2,'2026-01-23 20:13:04','2026-01-23 20:13:04','cf2340ba-cc63-4bee-ab84-49d10ebd9e85'),
(100539,7,17095,NULL,617,3,'2026-01-23 20:13:04','2026-01-23 20:13:04','d3e63ab8-ec04-41be-882a-8974675b0ccf'),
(100540,7,17095,NULL,605,4,'2026-01-23 20:13:04','2026-01-23 20:13:04','bffe2168-3c0b-43e9-b7ca-683c427ac28a'),
(100541,7,17095,NULL,9552,5,'2026-01-23 20:13:04','2026-01-23 20:13:04','1f8f0cdf-f3d8-4c08-ab38-6e49b7fe850f'),
(100542,82,17095,NULL,469,1,'2026-01-23 20:13:04','2026-01-23 20:13:04','eacc6759-0788-40b4-a10f-34567784a4cf'),
(100543,82,17095,NULL,479,2,'2026-01-23 20:13:04','2026-01-23 20:13:04','f1c52066-40a1-475b-8b70-82212efa1689'),
(100544,82,17095,NULL,491,3,'2026-01-23 20:13:04','2026-01-23 20:13:04','f370d814-1b5b-4b72-ba8a-4d8ff3dbc93d'),
(100545,46,17095,NULL,3697,1,'2026-01-23 20:13:04','2026-01-23 20:13:04','2a739ba7-b844-4f7e-9eee-00be1ff86c2d'),
(100546,47,17095,NULL,10489,1,'2026-01-23 20:13:04','2026-01-23 20:13:04','e70151bf-7dd1-4a0f-af7f-2a8726914cd6'),
(100547,57,17095,NULL,8831,1,'2026-01-23 20:13:04','2026-01-23 20:13:04','81925870-5866-4966-acb4-6862d761bb09'),
(100548,57,17095,NULL,8837,2,'2026-01-23 20:13:04','2026-01-23 20:13:04','b0bc5449-cfcc-4bd7-b370-e3b64dc3c9eb'),
(100549,57,17095,NULL,8835,3,'2026-01-23 20:13:04','2026-01-23 20:13:04','e89aa4af-e43e-4853-8a61-2e4c456648f8'),
(100550,57,17095,NULL,8832,4,'2026-01-23 20:13:04','2026-01-23 20:13:04','c30bb285-b9be-4af9-9865-eadc87664daa'),
(100551,57,17095,NULL,8833,5,'2026-01-23 20:13:04','2026-01-23 20:13:04','e0692f3a-69d4-4a8c-bc26-8951b8ca9c5d'),
(100552,57,17095,NULL,8834,6,'2026-01-23 20:13:04','2026-01-23 20:13:04','66f523c8-e5b4-4d68-8cf0-3df01ab5e875'),
(100553,57,17095,NULL,8836,7,'2026-01-23 20:13:04','2026-01-23 20:13:04','6afd59cb-f683-4233-a349-9b067cd3f1dd'),
(100554,57,17095,NULL,8830,8,'2026-01-23 20:13:04','2026-01-23 20:13:04','e5b6e5e7-5073-4df3-b2b5-e2f0c429a4b9'),
(100555,57,17095,NULL,8829,9,'2026-01-23 20:13:04','2026-01-23 20:13:04','95e7faf6-b48f-4b2d-b54a-85696506b965'),
(100582,66,17099,NULL,17098,1,'2026-01-23 20:14:13','2026-01-23 20:14:13','3121a0b4-0da8-498c-993d-711c2647d294'),
(100583,32,17100,NULL,2610,1,'2026-01-23 20:14:13','2026-01-23 20:14:13','ae11c3c5-12ce-4282-a22e-45984f748f19'),
(100584,32,17100,NULL,2598,2,'2026-01-23 20:14:13','2026-01-23 20:14:13','e9c2ca20-102b-486f-882f-89ef5362c14c'),
(100585,32,17100,NULL,2608,3,'2026-01-23 20:14:13','2026-01-23 20:14:13','1315a917-9338-44d8-a808-058643042826'),
(100586,32,17100,NULL,2600,4,'2026-01-23 20:14:13','2026-01-23 20:14:13','c8238f20-0970-4889-80c3-ec29d3baddac'),
(100587,32,17100,NULL,2596,5,'2026-01-23 20:14:13','2026-01-23 20:14:13','853488f7-d35c-4de1-8514-3a43edd8535d'),
(100588,32,17100,NULL,2602,6,'2026-01-23 20:14:13','2026-01-23 20:14:13','64eb0261-94d6-42a2-91dd-d6acae9b17b3'),
(100589,32,17100,NULL,2606,7,'2026-01-23 20:14:13','2026-01-23 20:14:13','6384cc2f-3878-4558-b76c-276677b7b716'),
(100590,32,17100,NULL,2612,8,'2026-01-23 20:14:13','2026-01-23 20:14:13','4d94620c-e13e-45f5-be4c-309e78fa69f2'),
(100591,32,17100,NULL,2604,9,'2026-01-23 20:14:13','2026-01-23 20:14:13','b4fefaaa-8708-44d4-ab1e-a112a2ae0d1c'),
(100592,16,17100,NULL,9286,1,'2026-01-23 20:14:13','2026-01-23 20:14:13','c81da27a-1d4f-44f9-b8fd-e185df201ab6'),
(100593,7,17100,NULL,3468,1,'2026-01-23 20:14:13','2026-01-23 20:14:13','2f7a0465-82c5-411b-8be0-c4220048a515'),
(100594,7,17100,NULL,601,2,'2026-01-23 20:14:13','2026-01-23 20:14:13','9ab59194-9aed-47e7-977e-10627fcbe371'),
(100595,7,17100,NULL,617,3,'2026-01-23 20:14:13','2026-01-23 20:14:13','65a8ac11-601c-4f2c-a525-51e2a5b6ee83'),
(100596,7,17100,NULL,9552,4,'2026-01-23 20:14:13','2026-01-23 20:14:13','65e3f140-562e-4b25-8b07-51a62e98cc55'),
(100597,7,17100,NULL,605,5,'2026-01-23 20:14:13','2026-01-23 20:14:13','dcf16676-6eeb-4b83-9cb0-77e95de3816e'),
(100598,82,17100,NULL,491,1,'2026-01-23 20:14:13','2026-01-23 20:14:13','29fbefff-1ec5-4420-9139-bc33499382bd'),
(100599,47,17100,NULL,12455,1,'2026-01-23 20:14:13','2026-01-23 20:14:13','be74668a-8189-4ccd-b798-8a213fbe49e5'),
(100600,57,17100,NULL,9293,1,'2026-01-23 20:14:13','2026-01-23 20:14:13','83010fcf-ee90-4fb8-919c-58a902b14355'),
(100601,57,17100,NULL,9290,2,'2026-01-23 20:14:13','2026-01-23 20:14:13','b570dcf3-2562-4800-8aac-c110a979ecfa'),
(100602,57,17100,NULL,9289,3,'2026-01-23 20:14:13','2026-01-23 20:14:13','4b43ba8c-1363-4be3-94dd-b600e905cd43'),
(100603,57,17100,NULL,9294,4,'2026-01-23 20:14:13','2026-01-23 20:14:13','87dd4603-5a1b-4340-9f3a-26040e3b3edf'),
(100604,57,17100,NULL,9291,5,'2026-01-23 20:14:13','2026-01-23 20:14:13','592feb1c-2def-4ed8-ad19-bc2e08146ad5'),
(100605,57,17100,NULL,9292,6,'2026-01-23 20:14:13','2026-01-23 20:14:13','b056da19-3948-4cba-8cc5-5d0c83a8de77'),
(100607,66,17101,NULL,17098,1,'2026-01-23 20:14:13','2026-01-23 20:14:13','dd313cac-c765-420c-8bf3-15d91fb37153'),
(100632,32,17103,NULL,2610,1,'2026-01-23 20:14:19','2026-01-23 20:14:19','5d576e2f-81d6-44e8-b2f6-22ea2b3d0d7b'),
(100633,32,17103,NULL,2598,2,'2026-01-23 20:14:19','2026-01-23 20:14:19','f28ac591-7fd7-4c5d-ac42-8d027a2c3ca4'),
(100634,32,17103,NULL,2608,3,'2026-01-23 20:14:19','2026-01-23 20:14:19','e6570a20-d4bb-48f3-b5be-40d4e3edecbd'),
(100635,32,17103,NULL,2600,4,'2026-01-23 20:14:19','2026-01-23 20:14:19','8eacbf25-c01c-435d-ab13-0fa15c33c789'),
(100636,32,17103,NULL,2596,5,'2026-01-23 20:14:19','2026-01-23 20:14:19','f168f44d-1ce7-4de3-94f5-5b0c50403471'),
(100637,32,17103,NULL,2602,6,'2026-01-23 20:14:19','2026-01-23 20:14:19','a0517965-4ef1-4ab3-b103-255d7e2e648e'),
(100638,32,17103,NULL,2606,7,'2026-01-23 20:14:19','2026-01-23 20:14:19','7dafe02a-968a-427d-8049-59ec90b30017'),
(100639,32,17103,NULL,2612,8,'2026-01-23 20:14:19','2026-01-23 20:14:19','2f107e1f-35d7-4449-b834-be1e7daeb5eb'),
(100640,32,17103,NULL,2604,9,'2026-01-23 20:14:19','2026-01-23 20:14:19','b5143032-e38e-4530-bfb2-39900374ccba'),
(100641,16,17103,NULL,9286,1,'2026-01-23 20:14:19','2026-01-23 20:14:19','d342cc37-9310-4056-ae6a-8e2e387b52f6'),
(100642,7,17103,NULL,3468,1,'2026-01-23 20:14:19','2026-01-23 20:14:19','75db2047-07e3-4d76-9dab-d6f04bb2e7ca'),
(100643,7,17103,NULL,601,2,'2026-01-23 20:14:19','2026-01-23 20:14:19','124505f4-8a68-40d8-a208-6514073bfa0f'),
(100644,7,17103,NULL,617,3,'2026-01-23 20:14:19','2026-01-23 20:14:19','ef372689-9862-4aac-b53b-4c65a35a9563'),
(100645,7,17103,NULL,9552,4,'2026-01-23 20:14:19','2026-01-23 20:14:19','cd0052e4-09e4-4301-97d3-3b33ca935c4c'),
(100646,7,17103,NULL,605,5,'2026-01-23 20:14:19','2026-01-23 20:14:19','c80377c1-4e1e-4b23-ad43-84593adb1997'),
(100647,82,17103,NULL,491,1,'2026-01-23 20:14:19','2026-01-23 20:14:19','a1c71f86-b49c-4af4-9eda-747278f8ffce'),
(100648,47,17103,NULL,12455,1,'2026-01-23 20:14:19','2026-01-23 20:14:19','7cfce5b9-30a7-467d-9996-7d14a5fee10b'),
(100649,57,17103,NULL,9293,1,'2026-01-23 20:14:19','2026-01-23 20:14:19','1f31141e-665e-4d06-93ef-cc1cbdc34851'),
(100650,57,17103,NULL,9290,2,'2026-01-23 20:14:19','2026-01-23 20:14:19','88edfab4-87d7-454d-894a-078f96d9df52'),
(100651,57,17103,NULL,9289,3,'2026-01-23 20:14:19','2026-01-23 20:14:19','3aec3ed5-d543-4846-be92-daece1b3bcf1'),
(100652,57,17103,NULL,9294,4,'2026-01-23 20:14:19','2026-01-23 20:14:19','aa4b509b-8acb-47fd-bcbc-54b7a2b7f2ca'),
(100653,57,17103,NULL,9291,5,'2026-01-23 20:14:19','2026-01-23 20:14:19','5c5fa2ba-7f3b-4b8c-80fd-473013d9a910'),
(100654,57,17103,NULL,9292,6,'2026-01-23 20:14:19','2026-01-23 20:14:19','f9caea8c-1993-4e14-bea8-1127988fa626'),
(100685,32,17108,NULL,2610,1,'2026-01-23 20:16:07','2026-01-23 20:16:07','8aab2301-b871-4cfe-a457-ac852a124a41'),
(100686,32,17108,NULL,2598,2,'2026-01-23 20:16:07','2026-01-23 20:16:07','30c5fe26-ae6c-44b7-9155-e6f73b678205'),
(100687,32,17108,NULL,2624,3,'2026-01-23 20:16:07','2026-01-23 20:16:07','5e82ceca-245b-439d-8988-1a0fecb324f1'),
(100688,32,17108,NULL,2600,4,'2026-01-23 20:16:07','2026-01-23 20:16:07','404d79e5-b6d3-4c0f-a7ef-b5bddf004632'),
(100689,32,17108,NULL,2606,5,'2026-01-23 20:16:07','2026-01-23 20:16:07','6c9d701a-70c3-4782-8fb9-1eadebe4131a'),
(100690,32,17108,NULL,2604,6,'2026-01-23 20:16:07','2026-01-23 20:16:07','fcddb433-4fe9-41c0-a721-51d48c00b8da'),
(100691,32,17108,NULL,2608,7,'2026-01-23 20:16:07','2026-01-23 20:16:07','21de248d-59d5-4d7d-9386-2bcd0baa7248'),
(100692,32,17108,NULL,2602,8,'2026-01-23 20:16:07','2026-01-23 20:16:07','a1c1a0dc-26f0-449e-8459-7327e1768759'),
(100693,32,17108,NULL,2596,9,'2026-01-23 20:16:07','2026-01-23 20:16:07','f868910f-cd2d-4af7-b896-91a351bda69c'),
(100694,32,17108,NULL,2612,10,'2026-01-23 20:16:07','2026-01-23 20:16:07','0cd50761-587c-4c60-8463-b6039fb19228'),
(100695,16,17108,NULL,4440,1,'2026-01-23 20:16:07','2026-01-23 20:16:07','2da4a890-e0b6-4522-814c-52310759cf24'),
(100696,7,17108,NULL,2969,1,'2026-01-23 20:16:07','2026-01-23 20:16:07','f38bcddc-3ae5-41ab-b96f-979d78a0ec42'),
(100697,7,17108,NULL,617,2,'2026-01-23 20:16:07','2026-01-23 20:16:07','cb4d1631-43e5-425b-804b-2e73d4a98ab4'),
(100698,7,17108,NULL,605,3,'2026-01-23 20:16:07','2026-01-23 20:16:07','e0a76997-90e6-4614-8dd6-bb59955404e4'),
(100699,7,17108,NULL,9552,4,'2026-01-23 20:16:07','2026-01-23 20:16:07','0b3b6bfe-e819-4cce-9272-7f9d72f645ab'),
(100700,82,17108,NULL,469,1,'2026-01-23 20:16:07','2026-01-23 20:16:07','4fd9617f-4216-47ab-816f-117134a7927c'),
(100701,82,17108,NULL,491,2,'2026-01-23 20:16:07','2026-01-23 20:16:07','75814cc5-9463-4310-a940-128bd203edce'),
(100702,46,17108,NULL,2891,1,'2026-01-23 20:16:07','2026-01-23 20:16:07','7141f381-8243-4616-a135-e026ab4b153e'),
(100703,47,17108,NULL,10492,1,'2026-01-23 20:16:07','2026-01-23 20:16:07','62edbd25-14dd-4dea-bd9a-00cbbe1efd50'),
(100704,57,17108,NULL,8867,1,'2026-01-23 20:16:07','2026-01-23 20:16:07','500b5258-0faa-4cca-911e-1d2064bb2c6e'),
(100705,57,17108,NULL,8868,2,'2026-01-23 20:16:07','2026-01-23 20:16:07','76d673a4-48d6-410f-806a-6bfc7ec02372'),
(100706,57,17108,NULL,8864,3,'2026-01-23 20:16:07','2026-01-23 20:16:07','2659c0aa-734f-403e-ad92-706e395ee3fc'),
(100707,57,17108,NULL,8869,4,'2026-01-23 20:16:07','2026-01-23 20:16:07','93f6bef7-d9a0-4ca8-a218-6fee322e3395'),
(100708,57,17108,NULL,8871,5,'2026-01-23 20:16:07','2026-01-23 20:16:07','950a1612-fb2c-49fa-999c-fa53369831cc'),
(100709,57,17108,NULL,8862,6,'2026-01-23 20:16:07','2026-01-23 20:16:07','00c7a72e-dea2-4509-bef9-eb8cd5612c23'),
(100710,57,17108,NULL,8866,7,'2026-01-23 20:16:07','2026-01-23 20:16:07','97d5d593-8d59-4893-a13e-420e4b32ab10'),
(100711,57,17108,NULL,8865,8,'2026-01-23 20:16:07','2026-01-23 20:16:07','d84ee507-1c95-4227-adf2-2c2f4c0de17f'),
(100713,66,17109,NULL,5839,1,'2026-01-23 20:16:07','2026-01-23 20:16:07','8d71e512-abec-4ab9-bfa6-71fe2610c178'),
(100737,32,17111,NULL,2610,1,'2026-01-23 20:16:42','2026-01-23 20:16:42','7c928c67-8c19-43b8-a630-0285f2e2f427'),
(100738,32,17111,NULL,2598,2,'2026-01-23 20:16:42','2026-01-23 20:16:42','b1b88f5a-9efc-4da2-a17d-678afe6193d3'),
(100739,32,17111,NULL,2608,3,'2026-01-23 20:16:42','2026-01-23 20:16:42','65f1f248-af08-4ddc-9764-a3507095e3d8'),
(100740,32,17111,NULL,2600,4,'2026-01-23 20:16:42','2026-01-23 20:16:42','1a086913-22a1-43a3-82f0-19c1742a7778'),
(100741,32,17111,NULL,2596,5,'2026-01-23 20:16:42','2026-01-23 20:16:42','ab07c8c0-8b12-4c6a-9f52-071fc1242b92'),
(100742,32,17111,NULL,2602,6,'2026-01-23 20:16:42','2026-01-23 20:16:42','af9802fa-a5ee-405d-8902-6c0b3e8cffd6'),
(100743,32,17111,NULL,2612,7,'2026-01-23 20:16:42','2026-01-23 20:16:42','f797162e-2234-4c58-a1ba-ef7c3a373e13'),
(100744,32,17111,NULL,2604,8,'2026-01-23 20:16:42','2026-01-23 20:16:42','55ca6182-3f88-4bb6-b86e-3c5a17842b95'),
(100745,32,17111,NULL,2606,9,'2026-01-23 20:16:42','2026-01-23 20:16:42','2e8508e3-4c4a-4d30-856e-7ca5117eb53b'),
(100746,16,17111,NULL,9025,1,'2026-01-23 20:16:42','2026-01-23 20:16:42','4b3e3aff-3718-48e9-90a7-bda47ff896f0'),
(100747,7,17111,NULL,601,1,'2026-01-23 20:16:42','2026-01-23 20:16:42','6be7615e-92b6-45da-8932-53e9f63da090'),
(100748,7,17111,NULL,605,2,'2026-01-23 20:16:42','2026-01-23 20:16:42','14f9b717-8cc0-47ec-9a13-86af14655677'),
(100749,7,17111,NULL,617,3,'2026-01-23 20:16:42','2026-01-23 20:16:42','f3430e4d-2d89-48d8-819a-0c98d0604753'),
(100750,7,17111,NULL,9552,4,'2026-01-23 20:16:42','2026-01-23 20:16:42','c224b277-d221-48af-99a9-8d9a639d7f1b'),
(100751,82,17111,NULL,479,1,'2026-01-23 20:16:42','2026-01-23 20:16:42','97e75d0c-e3eb-4eef-be59-315ceb39296f'),
(100752,82,17111,NULL,491,2,'2026-01-23 20:16:42','2026-01-23 20:16:42','982fe06d-d511-4e92-8123-712b8789647c'),
(100753,47,17111,NULL,12281,1,'2026-01-23 20:16:42','2026-01-23 20:16:42','01fb325c-c3b8-4b06-8c6d-bd2fae7b79c3'),
(100754,57,17111,NULL,9030,1,'2026-01-23 20:16:42','2026-01-23 20:16:42','e6dde251-3a3f-4067-be6a-538bf9152e58'),
(100755,57,17111,NULL,9031,2,'2026-01-23 20:16:42','2026-01-23 20:16:42','fc8efe1a-3013-4995-a42b-3840db37b257'),
(100756,57,17111,NULL,9032,3,'2026-01-23 20:16:42','2026-01-23 20:16:42','5b2a225f-2df4-4668-a833-1281e2e9aa8a'),
(100757,57,17111,NULL,9033,4,'2026-01-23 20:16:42','2026-01-23 20:16:42','866bd33c-e363-423d-b1af-d38647332a65'),
(100758,57,17111,NULL,9029,5,'2026-01-23 20:16:42','2026-01-23 20:16:42','31fcbee5-cf51-438d-b7b6-ecd13e096fd8'),
(100759,57,17111,NULL,9028,6,'2026-01-23 20:16:42','2026-01-23 20:16:42','46092f7c-056b-431c-8d3d-6c9caeefcf26'),
(100787,32,17113,NULL,2610,1,'2026-01-23 20:17:16','2026-01-23 20:17:16','9ef3c48d-aa37-4cda-9ed5-14c143302b22'),
(100788,32,17113,NULL,2598,2,'2026-01-23 20:17:16','2026-01-23 20:17:16','36f14a36-872d-446d-ab01-4d89785c527b'),
(100789,32,17113,NULL,2608,3,'2026-01-23 20:17:16','2026-01-23 20:17:16','2d23b66e-0007-48cd-8dca-1f77334f1a96'),
(100790,32,17113,NULL,2624,4,'2026-01-23 20:17:16','2026-01-23 20:17:16','0e10eda7-714d-487a-9bb1-5ef4d6edcbbf'),
(100791,32,17113,NULL,2600,5,'2026-01-23 20:17:16','2026-01-23 20:17:16','0c48bc51-9f0b-4d54-8827-b19c2ef6051b'),
(100792,32,17113,NULL,2596,6,'2026-01-23 20:17:16','2026-01-23 20:17:16','f4080404-a8b2-415d-94d3-7fb1fd7d5595'),
(100793,32,17113,NULL,2602,7,'2026-01-23 20:17:16','2026-01-23 20:17:16','28da92af-a3f7-4341-8a4d-6de455e1525f'),
(100794,32,17113,NULL,2606,8,'2026-01-23 20:17:16','2026-01-23 20:17:16','051ed7be-db1e-499d-9d48-7ed402328f31'),
(100795,32,17113,NULL,2612,9,'2026-01-23 20:17:16','2026-01-23 20:17:16','543566ca-5078-4c4e-8097-e85f4a0ebb7d'),
(100796,32,17113,NULL,2604,10,'2026-01-23 20:17:16','2026-01-23 20:17:16','615117c2-4ca5-4aa2-9cbb-0dd89d268a4e'),
(100797,16,17113,NULL,9038,1,'2026-01-23 20:17:16','2026-01-23 20:17:16','b90d3ae9-ef6b-4cd3-afb3-a927095368bb'),
(100798,7,17113,NULL,601,1,'2026-01-23 20:17:16','2026-01-23 20:17:16','b89956b3-5b48-40ac-a96f-535109865743'),
(100799,7,17113,NULL,3468,2,'2026-01-23 20:17:16','2026-01-23 20:17:16','334fb239-de56-4168-ba1a-4c5aea9a5aa3'),
(100800,7,17113,NULL,2974,3,'2026-01-23 20:17:16','2026-01-23 20:17:16','4ea50a52-d30a-407a-9492-d06eba1d304d'),
(100801,7,17113,NULL,605,4,'2026-01-23 20:17:16','2026-01-23 20:17:16','bd3df410-c1b8-4bbb-b082-2f28413551d5'),
(100802,7,17113,NULL,617,5,'2026-01-23 20:17:16','2026-01-23 20:17:16','8f4e249a-002e-4385-baf8-d637c3993b55'),
(100803,7,17113,NULL,9552,6,'2026-01-23 20:17:16','2026-01-23 20:17:16','096ed407-14eb-494b-8449-16676cd6b4f0'),
(100804,82,17113,NULL,491,1,'2026-01-23 20:17:16','2026-01-23 20:17:16','3c2d0096-1d61-44a7-b1fa-1b07987f3f8b'),
(100805,46,17113,NULL,2891,1,'2026-01-23 20:17:16','2026-01-23 20:17:16','0927efcd-3264-4676-92fa-5b7ef0c533f3'),
(100806,47,17113,NULL,12285,1,'2026-01-23 20:17:16','2026-01-23 20:17:16','7cf154a8-2d67-4d0e-a0bd-f5a068e6f5b7'),
(100807,57,17113,NULL,9045,1,'2026-01-23 20:17:16','2026-01-23 20:17:16','ec410491-89b5-4f62-8243-d9a475eca4ca'),
(100808,57,17113,NULL,9046,2,'2026-01-23 20:17:16','2026-01-23 20:17:16','f15a4d1d-567c-4d5e-951c-609897904560'),
(100809,57,17113,NULL,9042,3,'2026-01-23 20:17:16','2026-01-23 20:17:16','18e96a58-9ba7-44d1-95f2-6d4747a3798b'),
(100810,57,17113,NULL,9043,4,'2026-01-23 20:17:16','2026-01-23 20:17:16','5538c9f3-a96e-4a01-95b6-a507f77239fb'),
(100811,57,17113,NULL,9044,5,'2026-01-23 20:17:16','2026-01-23 20:17:16','79bd24f1-014a-4c1d-b3f9-ada88c94ab79'),
(100812,57,17113,NULL,9041,6,'2026-01-23 20:17:16','2026-01-23 20:17:16','fe299c98-8076-4cf8-80a6-7e04c32f7b23'),
(100813,13,17113,NULL,6860,1,'2026-01-23 20:17:16','2026-01-23 20:17:16','c0b3579d-b586-4357-b779-aa88125ba05c'),
(100844,32,17117,NULL,2614,1,'2026-01-23 20:18:24','2026-01-23 20:18:24','5903fcd0-e5bd-4bfd-a32f-597e9ec66488'),
(100845,32,17117,NULL,2610,2,'2026-01-23 20:18:24','2026-01-23 20:18:24','5ae4a94a-fcda-4f2a-94bd-91d985a58e87'),
(100846,32,17117,NULL,2622,3,'2026-01-23 20:18:24','2026-01-23 20:18:24','c74b1af8-3b2f-4697-9337-8210071b079f'),
(100847,32,17117,NULL,2598,4,'2026-01-23 20:18:24','2026-01-23 20:18:24','bd579d14-9551-40f8-ac61-b4154209965e'),
(100848,32,17117,NULL,2608,5,'2026-01-23 20:18:24','2026-01-23 20:18:24','fae27f04-7ddd-4f4b-bccb-48d526ee8180'),
(100849,32,17117,NULL,2624,6,'2026-01-23 20:18:24','2026-01-23 20:18:24','82046371-1f35-4016-b3d6-7a3975d1a62f'),
(100850,32,17117,NULL,2600,7,'2026-01-23 20:18:24','2026-01-23 20:18:24','9e9cf960-3a8f-4a74-b44e-361aadf8675b'),
(100851,32,17117,NULL,2596,8,'2026-01-23 20:18:24','2026-01-23 20:18:24','9cc6dc11-1fd1-4c04-83ec-5d66206ebde3'),
(100852,32,17117,NULL,2602,9,'2026-01-23 20:18:24','2026-01-23 20:18:24','a62d0977-f316-4769-a485-2b6642276e58'),
(100853,32,17117,NULL,2606,10,'2026-01-23 20:18:24','2026-01-23 20:18:24','8e4c1658-8602-4b9c-a3bb-b7812c9cc7d6'),
(100854,32,17117,NULL,2612,11,'2026-01-23 20:18:24','2026-01-23 20:18:24','bf14752c-94a2-45c6-8c1d-e5a70017d2b3'),
(100855,32,17117,NULL,2618,12,'2026-01-23 20:18:24','2026-01-23 20:18:24','69435e73-a07f-47ff-8e55-9375742aa3ff'),
(100856,32,17117,NULL,2604,13,'2026-01-23 20:18:24','2026-01-23 20:18:24','e25d75f0-ee60-4ef6-8c90-12d5a0660f0c'),
(100857,16,17117,NULL,9051,1,'2026-01-23 20:18:24','2026-01-23 20:18:24','41eda0fc-5310-42a8-a013-107ece5d73eb'),
(100858,7,17117,NULL,601,1,'2026-01-23 20:18:24','2026-01-23 20:18:24','654dbdee-5bdb-4820-9d1e-2428efbb5940'),
(100859,7,17117,NULL,605,2,'2026-01-23 20:18:24','2026-01-23 20:18:24','bafd0de3-3787-44b9-9f51-831544a60822'),
(100860,7,17117,NULL,617,3,'2026-01-23 20:18:24','2026-01-23 20:18:24','f932f8b9-514e-49a8-bcb8-5ec95f40d290'),
(100861,7,17117,NULL,9552,4,'2026-01-23 20:18:24','2026-01-23 20:18:24','0549a043-88fa-445b-9934-84a34f3ffd48'),
(100862,46,17117,NULL,2891,1,'2026-01-23 20:18:24','2026-01-23 20:18:24','f83f896e-2506-49e6-aaf9-89b8c3017248'),
(100863,46,17117,NULL,3697,2,'2026-01-23 20:18:24','2026-01-23 20:18:24','a45bcf12-9a1d-449e-8187-6c5f72fab29a'),
(100864,46,17117,NULL,4403,3,'2026-01-23 20:18:24','2026-01-23 20:18:24','53117cfb-67d1-4d7e-9d56-fc4bc6563e5e'),
(100865,47,17117,NULL,12289,1,'2026-01-23 20:18:24','2026-01-23 20:18:24','ff5641e3-6bee-44ea-8dc4-0b4acf3ab06a'),
(100866,57,17117,NULL,8601,1,'2026-01-23 20:18:24','2026-01-23 20:18:24','680875b4-835f-4592-ae21-874a8cca3174'),
(100867,57,17117,NULL,8600,2,'2026-01-23 20:18:24','2026-01-23 20:18:24','94bd6e6d-7afe-40f1-b82b-fbc2f178824b'),
(100868,57,17117,NULL,8602,3,'2026-01-23 20:18:24','2026-01-23 20:18:24','cfd9f240-387a-435b-88ee-df5a858e35b4'),
(100869,57,17117,NULL,8603,4,'2026-01-23 20:18:24','2026-01-23 20:18:24','12215ca9-e109-40c1-91c0-ae70d238cd0d'),
(100870,57,17117,NULL,8604,5,'2026-01-23 20:18:24','2026-01-23 20:18:24','b97ab0dc-fdb8-4782-810a-b85c440ac0e0'),
(100871,57,17117,NULL,8605,6,'2026-01-23 20:18:24','2026-01-23 20:18:24','50d94742-4ad9-41a9-98e6-ec4b62accd06'),
(100873,66,17118,NULL,5869,1,'2026-01-23 20:18:24','2026-01-23 20:18:24','ec2b8d16-3f7f-46aa-9644-120b20b0f62c'),
(100903,32,17120,NULL,2614,1,'2026-01-23 20:18:28','2026-01-23 20:18:28','1532568a-f080-4d49-ae48-b976cae956e8'),
(100904,32,17120,NULL,2610,2,'2026-01-23 20:18:28','2026-01-23 20:18:28','457349ff-a247-4d9a-85b8-97e9c4092d09'),
(100905,32,17120,NULL,2622,3,'2026-01-23 20:18:28','2026-01-23 20:18:28','74a390d0-c8bc-4404-bdd1-47d3f5e828f8'),
(100906,32,17120,NULL,2598,4,'2026-01-23 20:18:28','2026-01-23 20:18:28','57671312-629c-40ca-8a0b-3bb92f24fd65'),
(100907,32,17120,NULL,2608,5,'2026-01-23 20:18:28','2026-01-23 20:18:28','bfdb1ad3-0bfa-4d5d-9c4a-f0bbe1b76313'),
(100908,32,17120,NULL,2624,6,'2026-01-23 20:18:28','2026-01-23 20:18:28','cf9c1747-8f35-4486-8164-07b40a7a78b0'),
(100909,32,17120,NULL,2600,7,'2026-01-23 20:18:28','2026-01-23 20:18:28','3f33ec6c-04ed-45e0-99ba-3d7730df7863'),
(100910,32,17120,NULL,2596,8,'2026-01-23 20:18:28','2026-01-23 20:18:28','f73916ac-891d-4aa0-8cc6-4a59d52773f5'),
(100911,32,17120,NULL,2602,9,'2026-01-23 20:18:28','2026-01-23 20:18:28','c2507301-323a-4db0-9826-fa1f120b0013'),
(100912,32,17120,NULL,2606,10,'2026-01-23 20:18:28','2026-01-23 20:18:28','9c9e6c69-137f-424d-b6b8-9f46d7b11d24'),
(100913,32,17120,NULL,2612,11,'2026-01-23 20:18:28','2026-01-23 20:18:28','2cee239b-2b18-405a-9ed2-c01fdd92532e'),
(100914,32,17120,NULL,2618,12,'2026-01-23 20:18:28','2026-01-23 20:18:28','2aa07615-9001-47ea-971a-0ce717ff5ea6'),
(100915,32,17120,NULL,2604,13,'2026-01-23 20:18:28','2026-01-23 20:18:28','72ddfbb4-1f7f-4a4a-a17b-c2d8dc649ae3'),
(100916,16,17120,NULL,9051,1,'2026-01-23 20:18:28','2026-01-23 20:18:28','6492f511-ab06-48d7-adaa-6881ee3ff14c'),
(100917,7,17120,NULL,601,1,'2026-01-23 20:18:28','2026-01-23 20:18:28','77574ce8-55a6-47fe-baee-47d749a318e2'),
(100918,7,17120,NULL,605,2,'2026-01-23 20:18:28','2026-01-23 20:18:28','5fceb5b8-cfe2-4c74-9624-1bdae0db1932'),
(100919,7,17120,NULL,617,3,'2026-01-23 20:18:28','2026-01-23 20:18:28','afc9ef6c-efdf-4a1b-9b02-f31321c21660'),
(100920,7,17120,NULL,9552,4,'2026-01-23 20:18:28','2026-01-23 20:18:28','6ea28b81-a065-4964-8fec-6fdac793a666'),
(100921,46,17120,NULL,2891,1,'2026-01-23 20:18:28','2026-01-23 20:18:28','296c6c3e-9a37-4bc8-8448-6b91c4d22c18'),
(100922,46,17120,NULL,3697,2,'2026-01-23 20:18:28','2026-01-23 20:18:28','bd527938-6c19-472c-bd7c-5239e3ab0cd4'),
(100923,46,17120,NULL,4403,3,'2026-01-23 20:18:28','2026-01-23 20:18:28','8e394a2f-be13-40f2-923a-d0cc2829bbef'),
(100924,47,17120,NULL,12289,1,'2026-01-23 20:18:28','2026-01-23 20:18:28','e8d14edb-01d9-4f5d-af66-a5fb0d5d6d2e'),
(100925,57,17120,NULL,8601,1,'2026-01-23 20:18:28','2026-01-23 20:18:28','491312bd-4f70-46ee-afbf-b4c4e399da9a'),
(100926,57,17120,NULL,8600,2,'2026-01-23 20:18:28','2026-01-23 20:18:28','64a72258-1123-4b14-b336-46a49811b6c9'),
(100927,57,17120,NULL,8602,3,'2026-01-23 20:18:28','2026-01-23 20:18:28','91480944-e5eb-4d73-8e4a-b01d0190d626'),
(100928,57,17120,NULL,8603,4,'2026-01-23 20:18:28','2026-01-23 20:18:28','6770f40f-fedb-4943-b7af-d6427d65c51d'),
(100929,57,17120,NULL,8604,5,'2026-01-23 20:18:28','2026-01-23 20:18:28','16a56e1e-6ab9-4bc9-9112-cb3c831c9183'),
(100930,57,17120,NULL,8605,6,'2026-01-23 20:18:28','2026-01-23 20:18:28','147c5ed0-9960-45cf-b9da-d73c4f389897'),
(100954,66,17128,NULL,17123,1,'2026-01-23 20:20:47','2026-01-23 20:20:47','5900a31c-39e7-4971-b3e3-a1e5b9120048'),
(100955,32,17130,NULL,2610,1,'2026-01-23 20:20:47','2026-01-23 20:20:47','d7514618-3d9b-44c7-958c-266b78188929'),
(100956,32,17130,NULL,2598,2,'2026-01-23 20:20:47','2026-01-23 20:20:47','f2f785b9-3852-4642-80d1-8c062ef9daf5'),
(100957,32,17130,NULL,2600,3,'2026-01-23 20:20:47','2026-01-23 20:20:47','82a70910-d2a5-4b94-8184-c00856fe1c1f'),
(100958,32,17130,NULL,2604,4,'2026-01-23 20:20:47','2026-01-23 20:20:47','bd52c263-2735-4abb-9afb-7cf05e3a9df0'),
(100959,32,17130,NULL,2608,5,'2026-01-23 20:20:47','2026-01-23 20:20:47','6171ced9-3ee9-4d99-abbd-fafbce95db28'),
(100960,32,17130,NULL,2602,6,'2026-01-23 20:20:47','2026-01-23 20:20:47','3d39f02b-c5b3-499f-81f7-b51c7d3dba39'),
(100961,32,17130,NULL,2596,7,'2026-01-23 20:20:47','2026-01-23 20:20:47','b04599e2-6f29-413e-bb7d-9a3cad94f9b5'),
(100962,32,17130,NULL,2606,8,'2026-01-23 20:20:47','2026-01-23 20:20:47','bd8593e9-b16e-45a5-bbc3-d68f9d2b2c63'),
(100963,32,17130,NULL,2612,9,'2026-01-23 20:20:47','2026-01-23 20:20:47','ed79d3a4-5bb0-41f4-ae43-b6079bfc2ddb'),
(100964,16,17130,NULL,4466,1,'2026-01-23 20:20:47','2026-01-23 20:20:47','23ef463d-c9fd-4bcc-9049-f033f28a38a2'),
(100965,7,17130,NULL,617,1,'2026-01-23 20:20:47','2026-01-23 20:20:47','608fccee-c938-479c-a9e8-6fc7e36774af'),
(100966,7,17130,NULL,605,2,'2026-01-23 20:20:47','2026-01-23 20:20:47','dce71268-8500-4563-8cf9-341579eeeb36'),
(100967,7,17130,NULL,9552,3,'2026-01-23 20:20:47','2026-01-23 20:20:47','6d69531c-60ab-4933-a5af-f9429826a994'),
(100968,82,17130,NULL,469,1,'2026-01-23 20:20:47','2026-01-23 20:20:47','8ff7835e-8c4a-4c28-8583-bf5c98162a3b'),
(100969,82,17130,NULL,479,2,'2026-01-23 20:20:47','2026-01-23 20:20:47','385b9f37-c742-4e70-9439-e5b7e3e65b36'),
(100970,82,17130,NULL,491,3,'2026-01-23 20:20:47','2026-01-23 20:20:47','dee9608d-e7f9-4bec-9ff7-7d55b48d735e'),
(100971,47,17130,NULL,10495,1,'2026-01-23 20:20:47','2026-01-23 20:20:47','e336e6b6-6c5d-416e-9b4c-aea82a5a6680'),
(100972,57,17130,NULL,8888,1,'2026-01-23 20:20:47','2026-01-23 20:20:47','48831148-66c2-499d-9a7b-d53e4458cd61'),
(100973,57,17130,NULL,8889,2,'2026-01-23 20:20:47','2026-01-23 20:20:47','1cfb7d92-b64d-406d-a75a-6cf2e21ceb4a'),
(100974,57,17130,NULL,9589,3,'2026-01-23 20:20:47','2026-01-23 20:20:47','88556399-d4b7-40b1-b46e-6c19230bf6fc'),
(100976,66,17131,NULL,17123,1,'2026-01-23 20:20:47','2026-01-23 20:20:47','ff0e619f-2df5-4620-aa51-e95ec305bb5c'),
(101003,66,17137,NULL,17135,1,'2026-01-23 20:21:56','2026-01-23 20:21:56','8f7b06e4-43ef-4447-b507-4a036d94aa52'),
(101004,32,17138,NULL,2610,1,'2026-01-23 20:21:56','2026-01-23 20:21:56','3a3fc67b-42f0-4587-9f14-3f43ea577c33'),
(101005,32,17138,NULL,2598,2,'2026-01-23 20:21:56','2026-01-23 20:21:56','cf1e5a72-7877-43b1-90ee-08e50142684c'),
(101006,32,17138,NULL,2600,3,'2026-01-23 20:21:56','2026-01-23 20:21:56','3602b1cc-26a6-4db2-a71d-7f3744779440'),
(101007,32,17138,NULL,2604,4,'2026-01-23 20:21:56','2026-01-23 20:21:56','e419c974-19c1-4414-be78-5f9df3d97c4e'),
(101008,32,17138,NULL,2608,5,'2026-01-23 20:21:56','2026-01-23 20:21:56','fedd7804-a593-493a-bd9b-e31750a12408'),
(101009,32,17138,NULL,2596,6,'2026-01-23 20:21:56','2026-01-23 20:21:56','91710d94-b188-41c1-98cd-02adf6e3004d'),
(101010,32,17138,NULL,2602,7,'2026-01-23 20:21:56','2026-01-23 20:21:56','20edf29b-9b9b-4979-965b-86ad57819186'),
(101011,32,17138,NULL,2606,8,'2026-01-23 20:21:56','2026-01-23 20:21:56','28784ada-c42a-432e-b050-8eb471770e83'),
(101012,32,17138,NULL,2612,9,'2026-01-23 20:21:56','2026-01-23 20:21:56','f0f240da-fc59-4b28-aac6-99b71c525b55'),
(101013,16,17138,NULL,9219,1,'2026-01-23 20:21:56','2026-01-23 20:21:56','505565e8-2ac8-4a13-bf31-717b897163d7'),
(101014,7,17138,NULL,601,1,'2026-01-23 20:21:56','2026-01-23 20:21:56','58f69eb7-ecfa-4205-9e6e-9ef0404398f0'),
(101015,7,17138,NULL,605,2,'2026-01-23 20:21:56','2026-01-23 20:21:56','9aceb812-18ee-4a27-ad22-00c2b6343dcc'),
(101016,7,17138,NULL,617,3,'2026-01-23 20:21:56','2026-01-23 20:21:56','57d4456f-857b-48a2-86d8-d4f754b272e1'),
(101017,7,17138,NULL,9552,4,'2026-01-23 20:21:56','2026-01-23 20:21:56','98dd31a7-e33f-4d99-9c2b-ac3a8b4b8cd5'),
(101018,82,17138,NULL,469,1,'2026-01-23 20:21:56','2026-01-23 20:21:56','2ea50b16-39d7-4fd2-a072-9370f6d2c3b5'),
(101019,82,17138,NULL,475,2,'2026-01-23 20:21:56','2026-01-23 20:21:56','8efb7dc2-572e-4eff-8b48-0810689d0c77'),
(101020,82,17138,NULL,479,3,'2026-01-23 20:21:56','2026-01-23 20:21:56','784e096d-77ac-4896-946b-43118601b20a'),
(101021,82,17138,NULL,491,4,'2026-01-23 20:21:56','2026-01-23 20:21:56','1bed5803-2d1a-4150-b121-8df5fe57e556'),
(101022,47,17138,NULL,12362,1,'2026-01-23 20:21:56','2026-01-23 20:21:56','6e6196c7-1787-460e-959e-7c955f98f457'),
(101023,57,17138,NULL,9222,1,'2026-01-23 20:21:56','2026-01-23 20:21:56','4c758a56-11b8-48be-93d6-e2054ead0baa'),
(101024,57,17138,NULL,9223,2,'2026-01-23 20:21:56','2026-01-23 20:21:56','2ff184d5-c8b2-4a83-b572-497bbab73f2a'),
(101025,57,17138,NULL,9224,3,'2026-01-23 20:21:56','2026-01-23 20:21:56','fc913e3b-7552-491f-b647-45975ed1080a'),
(101026,57,17138,NULL,9225,4,'2026-01-23 20:21:56','2026-01-23 20:21:56','bbea3ec6-44a7-4e07-83cc-d84ce8830123'),
(101027,57,17138,NULL,9226,5,'2026-01-23 20:21:56','2026-01-23 20:21:56','b242093b-6953-4d1f-9481-b7fe13db21b6'),
(101028,57,17138,NULL,12288,6,'2026-01-23 20:21:56','2026-01-23 20:21:56','65877446-8583-4f30-bd73-c58adc41890c'),
(101029,66,17140,NULL,17135,1,'2026-01-23 20:21:56','2026-01-23 20:21:56','bab9ab94-cdc1-4f37-8c60-55ac61fec3b6'),
(101063,66,17145,NULL,17144,1,'2026-01-23 20:22:57','2026-01-23 20:22:57','cc23621a-9e23-45ee-afae-6e13aa9e2be9'),
(101064,32,17146,NULL,2614,1,'2026-01-23 20:22:57','2026-01-23 20:22:57','ff1f7de2-4d87-47dc-9e87-48bc5ff767c7'),
(101065,32,17146,NULL,2610,2,'2026-01-23 20:22:57','2026-01-23 20:22:57','3163733c-a161-4619-9ffc-8f5b48096f6e'),
(101066,32,17146,NULL,2598,3,'2026-01-23 20:22:57','2026-01-23 20:22:57','b93507ee-d78c-4a61-8206-10ebe8a8c044'),
(101067,32,17146,NULL,2608,4,'2026-01-23 20:22:57','2026-01-23 20:22:57','0b11cfb6-1249-4ec1-99d7-2c99149726c2'),
(101068,32,17146,NULL,2624,5,'2026-01-23 20:22:57','2026-01-23 20:22:57','77c7fa2f-83bf-4d56-bd06-9091f9ab82a2'),
(101069,32,17146,NULL,2600,6,'2026-01-23 20:22:57','2026-01-23 20:22:57','bb1cd562-a2d7-4c23-94ad-f4922e602b82'),
(101070,32,17146,NULL,2596,7,'2026-01-23 20:22:57','2026-01-23 20:22:57','31f725d6-4605-442c-b459-54fe9e87a37d'),
(101071,32,17146,NULL,2602,8,'2026-01-23 20:22:57','2026-01-23 20:22:57','f6173088-e0c8-4a7e-a3d3-f7b350bfb153'),
(101072,32,17146,NULL,2606,9,'2026-01-23 20:22:57','2026-01-23 20:22:57','f3d83ed1-b740-4325-a475-18d8b22f803b'),
(101073,32,17146,NULL,2612,10,'2026-01-23 20:22:57','2026-01-23 20:22:57','f12f1052-e65c-41c3-a4e5-8a3e757b9e7c'),
(101074,32,17146,NULL,2604,11,'2026-01-23 20:22:57','2026-01-23 20:22:57','55f77f6a-7945-4701-b587-fac790531d3c'),
(101075,16,17146,NULL,9852,1,'2026-01-23 20:22:57','2026-01-23 20:22:57','882576ec-6721-4d9d-83ef-5d450e18a7be'),
(101076,7,17146,NULL,605,1,'2026-01-23 20:22:57','2026-01-23 20:22:57','a6bba466-82ef-4a0d-a5e1-4659bbacf5f1'),
(101077,7,17146,NULL,617,2,'2026-01-23 20:22:57','2026-01-23 20:22:57','65c3bac8-0fca-4409-849c-2162100accd9'),
(101078,7,17146,NULL,9552,3,'2026-01-23 20:22:57','2026-01-23 20:22:57','65a1cef1-a7a8-4e7a-8431-feb0a71cd047'),
(101079,46,17146,NULL,2891,1,'2026-01-23 20:22:57','2026-01-23 20:22:57','e025342c-ae24-4618-ade0-a810c259dee7'),
(101080,47,17146,NULL,12352,1,'2026-01-23 20:22:57','2026-01-23 20:22:57','79af4693-38a1-4d97-baa5-b21bbaf7cb6a'),
(101081,57,17146,NULL,9861,1,'2026-01-23 20:22:57','2026-01-23 20:22:57','43b33d1d-b05b-42a2-81b3-0e92a0ef5b54'),
(101082,57,17146,NULL,9866,2,'2026-01-23 20:22:57','2026-01-23 20:22:57','87eb7970-243e-44aa-b265-37fd637aebe6'),
(101083,57,17146,NULL,9865,3,'2026-01-23 20:22:57','2026-01-23 20:22:57','7ab1a88f-fa48-407e-b191-0902e793c967'),
(101084,57,17146,NULL,9862,4,'2026-01-23 20:22:57','2026-01-23 20:22:57','fe31eef1-78d7-44b8-9a7b-fb75e7773a43'),
(101085,57,17146,NULL,9859,5,'2026-01-23 20:22:57','2026-01-23 20:22:57','cc89a06d-f34f-4e2a-99cd-4bdd45fcbb98'),
(101086,57,17146,NULL,9864,6,'2026-01-23 20:22:57','2026-01-23 20:22:57','b1bb6607-c257-4a79-b684-d7a8071f0e7f'),
(101087,57,17146,NULL,9868,7,'2026-01-23 20:22:57','2026-01-23 20:22:57','10233ce9-c372-4bd8-b9d2-58e462ab64ff'),
(101088,57,17146,NULL,9869,8,'2026-01-23 20:22:57','2026-01-23 20:22:57','c7e79c1e-f933-4e8c-aa77-c03280c9a0b2'),
(101089,57,17146,NULL,9870,9,'2026-01-23 20:22:57','2026-01-23 20:22:57','849cbc7e-5f66-4830-b3c3-aab24268bad3'),
(101090,57,17146,NULL,9871,10,'2026-01-23 20:22:57','2026-01-23 20:22:57','acb72b63-6c18-4a0f-94fd-6a260f3aa9e0'),
(101091,57,17146,NULL,9872,11,'2026-01-23 20:22:57','2026-01-23 20:22:57','ba5eb153-22ab-4053-8cc3-0f15934ff768'),
(101092,57,17146,NULL,9873,12,'2026-01-23 20:22:57','2026-01-23 20:22:57','4785bc1b-5711-46b3-9a3b-8e8c09cd9728'),
(101093,57,17146,NULL,9874,13,'2026-01-23 20:22:57','2026-01-23 20:22:57','71a84e47-9117-4978-aa0b-7b9b96b62bd4'),
(101094,57,17146,NULL,9876,14,'2026-01-23 20:22:57','2026-01-23 20:22:57','1834c4ec-034b-4d96-b1eb-061582710fa2'),
(101095,13,17146,NULL,6927,1,'2026-01-23 20:22:57','2026-01-23 20:22:57','8ea2179c-837f-481e-b669-e3db8d488c4b'),
(101096,66,17147,NULL,17144,1,'2026-01-23 20:22:57','2026-01-23 20:22:57','ceb44a97-b7ee-4727-98b2-4e7438e40c5c'),
(101131,66,17151,NULL,17150,1,'2026-01-23 20:23:59','2026-01-23 20:23:59','35dccc7e-caf4-4092-8ccd-9815ac537706'),
(101132,32,17152,NULL,2614,1,'2026-01-23 20:23:59','2026-01-23 20:23:59','69609f77-396b-4506-ad1e-c4d18428605e'),
(101133,32,17152,NULL,2610,2,'2026-01-23 20:23:59','2026-01-23 20:23:59','43b89287-7f3b-48d4-a741-0f04183cf032'),
(101134,32,17152,NULL,2598,3,'2026-01-23 20:23:59','2026-01-23 20:23:59','56188d14-fa7e-4232-af8c-8fa8c0cb0115'),
(101135,32,17152,NULL,2608,4,'2026-01-23 20:23:59','2026-01-23 20:23:59','80c2cfd5-59f9-4834-88e7-760b45345db4'),
(101136,32,17152,NULL,2600,5,'2026-01-23 20:23:59','2026-01-23 20:23:59','5faaaa5d-67c8-450c-976a-716c7fc7ec61'),
(101137,32,17152,NULL,2596,6,'2026-01-23 20:23:59','2026-01-23 20:23:59','630c5dca-22af-4820-953f-23bb49b44823'),
(101138,32,17152,NULL,2602,7,'2026-01-23 20:23:59','2026-01-23 20:23:59','2beaac10-8233-4191-8588-e2b574770e95'),
(101139,32,17152,NULL,2606,8,'2026-01-23 20:23:59','2026-01-23 20:23:59','d4525231-877b-4d5b-a519-c0007635a159'),
(101140,32,17152,NULL,2612,9,'2026-01-23 20:23:59','2026-01-23 20:23:59','9bf08213-b598-4386-a438-da295c0ee99f'),
(101141,32,17152,NULL,2604,10,'2026-01-23 20:23:59','2026-01-23 20:23:59','bb392422-ffe7-4d62-baa8-3e63b1ff9e60'),
(101142,16,17152,NULL,10041,1,'2026-01-23 20:23:59','2026-01-23 20:23:59','85ed752c-bbbd-42ba-81b0-f88b33b96bbb'),
(101143,7,17152,NULL,601,1,'2026-01-23 20:23:59','2026-01-23 20:23:59','e74b3e0f-b7b4-4d1e-9c4f-be29eb88bb64'),
(101144,7,17152,NULL,617,2,'2026-01-23 20:23:59','2026-01-23 20:23:59','77eae172-5f91-4e1d-ade3-3a23b7e6e0fa'),
(101145,7,17152,NULL,9549,3,'2026-01-23 20:23:59','2026-01-23 20:23:59','c0859f36-0439-4f0b-b6f8-cc3d0c3dc07b'),
(101146,7,17152,NULL,605,4,'2026-01-23 20:23:59','2026-01-23 20:23:59','8bca4607-1ae0-442c-9524-17b5b6371070'),
(101147,7,17152,NULL,9552,5,'2026-01-23 20:23:59','2026-01-23 20:23:59','0be26740-62db-40d9-90bf-4c4a0792d46d'),
(101148,47,17152,NULL,12458,1,'2026-01-23 20:23:59','2026-01-23 20:23:59','a108e3d2-905d-4d48-9259-f4422a17b099'),
(101149,57,17152,NULL,10057,1,'2026-01-23 20:23:59','2026-01-23 20:23:59','b2b33df4-0549-4bf3-8613-ac46832c51dc'),
(101150,57,17152,NULL,10049,2,'2026-01-23 20:23:59','2026-01-23 20:23:59','d2b2fcf9-b29a-4c87-b2b6-53a52216a0ad'),
(101151,57,17152,NULL,10044,3,'2026-01-23 20:23:59','2026-01-23 20:23:59','60af3785-003c-492a-bee8-9303753373ce'),
(101152,57,17152,NULL,10045,4,'2026-01-23 20:23:59','2026-01-23 20:23:59','2715a626-c576-4789-8a91-31529617c40c'),
(101153,57,17152,NULL,10042,5,'2026-01-23 20:23:59','2026-01-23 20:23:59','a1ee262c-0160-4781-8657-9972c6a23ca0'),
(101154,57,17152,NULL,10043,6,'2026-01-23 20:23:59','2026-01-23 20:23:59','c3e9cc7f-5b3a-4ae5-a60c-d1243f253871'),
(101155,57,17152,NULL,10046,7,'2026-01-23 20:23:59','2026-01-23 20:23:59','ade94abd-6c44-4758-bb9c-77e2b511a930'),
(101156,57,17152,NULL,10047,8,'2026-01-23 20:23:59','2026-01-23 20:23:59','b688ef6d-a36f-46fe-b37b-590366a26604'),
(101157,57,17152,NULL,10048,9,'2026-01-23 20:23:59','2026-01-23 20:23:59','d38896d9-d0ba-4e49-ae48-a66db38730b7'),
(101158,57,17152,NULL,10051,10,'2026-01-23 20:23:59','2026-01-23 20:23:59','7294deb0-5e94-4d2e-9f65-31a7ff2f26eb'),
(101159,57,17152,NULL,10052,11,'2026-01-23 20:23:59','2026-01-23 20:23:59','60431ca8-bf5d-4e2e-9a31-21d6032e6c3b'),
(101160,57,17152,NULL,10053,12,'2026-01-23 20:23:59','2026-01-23 20:23:59','18c388fe-a4ae-437e-9454-5c81692f4a5e'),
(101161,57,17152,NULL,10055,13,'2026-01-23 20:23:59','2026-01-23 20:23:59','fdf200c3-1a40-4cde-b9b9-ad4c77c28926'),
(101162,57,17152,NULL,10059,14,'2026-01-23 20:23:59','2026-01-23 20:23:59','354ab9fc-397b-4aee-8eee-6147bdc5b9b8'),
(101163,57,17152,NULL,10060,15,'2026-01-23 20:23:59','2026-01-23 20:23:59','5b12ac7a-b58e-4b32-99f6-ad6c25424dad'),
(101165,66,17153,NULL,17150,1,'2026-01-23 20:23:59','2026-01-23 20:23:59','822d6fca-3f84-4759-8630-d71e62f99e2a'),
(101196,32,17155,NULL,2610,1,'2026-01-23 20:24:26','2026-01-23 20:24:26','930d2740-d137-4b74-8c24-052ae1d03a70'),
(101197,32,17155,NULL,2598,2,'2026-01-23 20:24:26','2026-01-23 20:24:26','d2e333c0-09d9-4cfd-a703-9d314a50f040'),
(101198,32,17155,NULL,2608,3,'2026-01-23 20:24:26','2026-01-23 20:24:26','816b41f6-6004-46fa-b62b-587e8a21dd09'),
(101199,32,17155,NULL,2624,4,'2026-01-23 20:24:26','2026-01-23 20:24:26','2306ccb5-2f1f-46aa-a2da-db42c4fa2634'),
(101200,32,17155,NULL,2600,5,'2026-01-23 20:24:26','2026-01-23 20:24:26','94a30ad0-7d68-4a12-b27f-44c6d26e77ea'),
(101201,32,17155,NULL,2596,6,'2026-01-23 20:24:26','2026-01-23 20:24:26','ef09ca4a-464b-428b-8efb-b458459c53af'),
(101202,32,17155,NULL,2602,7,'2026-01-23 20:24:26','2026-01-23 20:24:26','975d4e2e-8250-4182-a5b5-654387ba6793'),
(101203,32,17155,NULL,2606,8,'2026-01-23 20:24:26','2026-01-23 20:24:26','a1e823fb-d2a1-4939-81d7-d0c5ae86eb8e'),
(101204,32,17155,NULL,2612,9,'2026-01-23 20:24:26','2026-01-23 20:24:26','382f7e19-b871-44f9-b7c4-a3e3489250fa'),
(101205,32,17155,NULL,2604,10,'2026-01-23 20:24:26','2026-01-23 20:24:26','1028c967-4302-4ef4-bce6-05480276bbe7'),
(101206,16,17155,NULL,10069,1,'2026-01-23 20:24:26','2026-01-23 20:24:26','436d491e-4795-43bb-a1ee-bc8c31c67e1d'),
(101207,7,17155,NULL,601,1,'2026-01-23 20:24:26','2026-01-23 20:24:26','9544ce71-4046-410f-b4fe-152f85de9957'),
(101208,7,17155,NULL,605,2,'2026-01-23 20:24:26','2026-01-23 20:24:26','c770dcdd-229a-4090-9363-ac7ecd1fe90f'),
(101209,7,17155,NULL,617,3,'2026-01-23 20:24:26','2026-01-23 20:24:26','1c338e4f-6eb1-473c-909b-314aea87627b'),
(101210,7,17155,NULL,2972,4,'2026-01-23 20:24:26','2026-01-23 20:24:26','9b4584c2-b830-4d65-ba82-71088f84ae83'),
(101211,7,17155,NULL,9552,5,'2026-01-23 20:24:26','2026-01-23 20:24:26','849a60d4-5716-485c-8b57-ec23d5f581ac'),
(101212,82,17155,NULL,491,1,'2026-01-23 20:24:26','2026-01-23 20:24:26','0789a80a-aa9d-441c-abea-6a562c14b65d'),
(101213,46,17155,NULL,2891,1,'2026-01-23 20:24:26','2026-01-23 20:24:26','66fbb91c-c2d6-40f8-8366-43d673295b30'),
(101214,47,17155,NULL,12461,1,'2026-01-23 20:24:26','2026-01-23 20:24:26','48d6b8e9-c34d-4cec-9eca-36e6e065cc6e'),
(101215,57,17155,NULL,10072,1,'2026-01-23 20:24:26','2026-01-23 20:24:26','9ae76f1a-b9ee-475c-bb64-9f80d51b8aa3'),
(101216,57,17155,NULL,10079,2,'2026-01-23 20:24:26','2026-01-23 20:24:26','816d70ab-a6f7-4c29-9cd2-7e75b5eb001c'),
(101217,57,17155,NULL,10074,3,'2026-01-23 20:24:26','2026-01-23 20:24:26','2ce89223-1e94-486d-8067-e401de4be69d'),
(101218,57,17155,NULL,10076,4,'2026-01-23 20:24:26','2026-01-23 20:24:26','831ccb56-d6e3-4e07-bd82-18493b22c2ce'),
(101219,57,17155,NULL,10075,5,'2026-01-23 20:24:26','2026-01-23 20:24:26','03519534-cfa2-4833-a5b0-191eb24efb24'),
(101220,57,17155,NULL,10080,6,'2026-01-23 20:24:26','2026-01-23 20:24:26','1d8fcda3-e5f2-4d66-99ce-ed9918f76e15'),
(101221,57,17155,NULL,10071,7,'2026-01-23 20:24:26','2026-01-23 20:24:26','61f2e933-4f03-4ed1-9f58-8279215cc48f'),
(101222,57,17155,NULL,10070,8,'2026-01-23 20:24:26','2026-01-23 20:24:26','90460d43-7289-442c-802c-87890a563afd'),
(101223,57,17155,NULL,10077,9,'2026-01-23 20:24:26','2026-01-23 20:24:26','7c6b554a-44fb-4eee-81b3-a09b0239689b'),
(101224,57,17155,NULL,10078,10,'2026-01-23 20:24:26','2026-01-23 20:24:26','92a70832-0836-4c12-a4a6-55b444db13dd'),
(101250,66,17160,NULL,17158,1,'2026-01-23 20:25:37','2026-01-23 20:25:37','eb3b29db-0d2b-4dd6-9bad-096fc49195d2'),
(101251,32,17161,NULL,2610,1,'2026-01-23 20:25:37','2026-01-23 20:25:37','355e0d0f-b2c8-45ec-b2f5-47f546b80a1c'),
(101252,32,17161,NULL,2598,2,'2026-01-23 20:25:37','2026-01-23 20:25:37','1999c3c1-c2a1-43fe-b259-b9bc3570b9b9'),
(101253,32,17161,NULL,2608,3,'2026-01-23 20:25:37','2026-01-23 20:25:37','728da329-ecfd-4224-9068-3004d86f174a'),
(101254,32,17161,NULL,2600,4,'2026-01-23 20:25:37','2026-01-23 20:25:37','6bfdaa4e-ac81-4239-ab2f-904c817a909f'),
(101255,32,17161,NULL,2596,5,'2026-01-23 20:25:37','2026-01-23 20:25:37','117dc8cb-f65b-454b-8213-f68e14b0dbdf'),
(101256,32,17161,NULL,2602,6,'2026-01-23 20:25:37','2026-01-23 20:25:37','cf408803-8281-49b3-983f-fe132f0a0d90'),
(101257,32,17161,NULL,2612,7,'2026-01-23 20:25:37','2026-01-23 20:25:37','111b4f02-ef4e-4a83-8418-375b4705f922'),
(101258,32,17161,NULL,2604,8,'2026-01-23 20:25:37','2026-01-23 20:25:37','37b8fb2b-6bbe-421b-a7e9-78fb1e050f51'),
(101259,32,17161,NULL,2606,9,'2026-01-23 20:25:37','2026-01-23 20:25:37','ec413992-fbdd-454c-9877-55e23b3ce63d'),
(101260,16,17161,NULL,9056,1,'2026-01-23 20:25:37','2026-01-23 20:25:37','5513b313-15e3-44bc-8410-af9671adfc77'),
(101261,7,17161,NULL,601,1,'2026-01-23 20:25:37','2026-01-23 20:25:37','c800de8d-fdf4-477d-822a-ad6290e4786a'),
(101262,7,17161,NULL,605,2,'2026-01-23 20:25:37','2026-01-23 20:25:37','9ea72922-2d7e-4d9f-86e6-c4e777638658'),
(101263,7,17161,NULL,617,3,'2026-01-23 20:25:37','2026-01-23 20:25:37','521bc961-4370-4b77-b93a-6b25ba84d0e2'),
(101264,7,17161,NULL,9552,4,'2026-01-23 20:25:37','2026-01-23 20:25:37','aa8a565e-3d93-4662-8bfa-0fcb371c2e28'),
(101265,82,17161,NULL,479,1,'2026-01-23 20:25:37','2026-01-23 20:25:37','58a2d57a-f1a1-4210-a9b3-2da690b1b5a7'),
(101266,82,17161,NULL,491,2,'2026-01-23 20:25:37','2026-01-23 20:25:37','4562de73-0a3a-4d7d-a529-32b336a6a975'),
(101267,47,17161,NULL,12293,1,'2026-01-23 20:25:37','2026-01-23 20:25:37','e9f3cdef-89da-4c20-a4d9-549f848d88e3'),
(101268,57,17161,NULL,9061,1,'2026-01-23 20:25:37','2026-01-23 20:25:37','f6d1da8f-0739-49df-aa6c-dd66f6079f03'),
(101269,57,17161,NULL,9062,2,'2026-01-23 20:25:37','2026-01-23 20:25:37','480055df-bdd3-4738-88cd-2ac65a72442a'),
(101270,57,17161,NULL,9063,3,'2026-01-23 20:25:37','2026-01-23 20:25:37','bbe329e3-465e-499c-ae83-9e5e587e9f34'),
(101271,57,17161,NULL,9060,4,'2026-01-23 20:25:37','2026-01-23 20:25:37','6b6f82ce-3fa0-42b7-9c6c-f1c1760cf905'),
(101272,57,17161,NULL,9059,5,'2026-01-23 20:25:37','2026-01-23 20:25:37','bb72099d-257c-49fb-9743-b4ed4de42b5a'),
(101273,13,17161,NULL,6867,1,'2026-01-23 20:25:37','2026-01-23 20:25:37','daa29989-53d2-4dac-a3f4-142d6b6ef3c7'),
(101274,66,17163,NULL,17158,1,'2026-01-23 20:25:37','2026-01-23 20:25:37','bc8d91cb-4f8d-4d56-af02-8573ce6a3c49'),
(101314,32,17166,NULL,2610,1,'2026-01-23 20:26:20','2026-01-23 20:26:20','97879398-e80f-4fce-ae01-c7a49146acdb'),
(101315,32,17166,NULL,2598,2,'2026-01-23 20:26:20','2026-01-23 20:26:20','e8f150f7-7405-4269-bc89-e15a09c63b8e'),
(101316,32,17166,NULL,2600,3,'2026-01-23 20:26:20','2026-01-23 20:26:20','16fc4576-695b-47a2-8030-2f478d32d538'),
(101317,32,17166,NULL,2604,4,'2026-01-23 20:26:20','2026-01-23 20:26:20','76d9c1f9-50f0-44d5-a802-4e8e09ca3891'),
(101318,32,17166,NULL,2608,5,'2026-01-23 20:26:20','2026-01-23 20:26:20','79b55139-1cf1-447c-8b62-56715e10bac0'),
(101319,32,17166,NULL,2602,6,'2026-01-23 20:26:20','2026-01-23 20:26:20','1d3bb4f4-ad2d-4097-a065-5163e3fbb597'),
(101320,32,17166,NULL,2596,7,'2026-01-23 20:26:20','2026-01-23 20:26:20','cfeef663-5b12-4540-98ff-679d35a804b8'),
(101321,32,17166,NULL,2606,8,'2026-01-23 20:26:20','2026-01-23 20:26:20','c9a69c00-4675-4cc4-944c-14dcebffcc8f'),
(101322,32,17166,NULL,2612,9,'2026-01-23 20:26:20','2026-01-23 20:26:20','194a8d0d-ea53-48f2-b929-d799cc9959c5'),
(101323,16,17166,NULL,4497,1,'2026-01-23 20:26:20','2026-01-23 20:26:20','305d7acf-2169-4445-96ab-0af68dc01bc4'),
(101324,7,17166,NULL,3468,1,'2026-01-23 20:26:20','2026-01-23 20:26:20','f04f6bf4-ffd5-46d3-8ec0-e19efa549759'),
(101325,7,17166,NULL,2969,2,'2026-01-23 20:26:20','2026-01-23 20:26:20','b35e19d9-bc5c-4102-9c86-1568cb2f32fe'),
(101326,7,17166,NULL,617,3,'2026-01-23 20:26:20','2026-01-23 20:26:20','ebed8666-35c1-421e-8057-049a63b2e637'),
(101327,7,17166,NULL,9732,4,'2026-01-23 20:26:20','2026-01-23 20:26:20','b6927577-2a0b-4ca3-b5cf-8d11c003ea33'),
(101328,7,17166,NULL,9640,5,'2026-01-23 20:26:20','2026-01-23 20:26:20','aa8fdec9-c0a5-4c8c-a532-e23b7ddb9211'),
(101329,7,17166,NULL,9552,6,'2026-01-23 20:26:20','2026-01-23 20:26:20','97e75603-41b8-46d6-8bf7-0d9ed7258f30'),
(101330,7,17166,NULL,605,7,'2026-01-23 20:26:20','2026-01-23 20:26:20','4acd596b-dbfe-4d60-9d2b-f19bac9e6e9a'),
(101331,82,17166,NULL,469,1,'2026-01-23 20:26:20','2026-01-23 20:26:20','0b868e8d-4ef1-4471-86ab-04458478eaee'),
(101332,82,17166,NULL,479,2,'2026-01-23 20:26:20','2026-01-23 20:26:20','9a865345-bc00-4afd-9392-12a8175145cc'),
(101333,82,17166,NULL,491,3,'2026-01-23 20:26:20','2026-01-23 20:26:20','fa1895f7-448f-4083-8360-3cba332627c4'),
(101334,47,17166,NULL,10498,1,'2026-01-23 20:26:20','2026-01-23 20:26:20','03194024-2f46-4ee5-98cf-7b2bc53f120a'),
(101335,57,17166,NULL,8923,1,'2026-01-23 20:26:20','2026-01-23 20:26:20','0672f30f-fb96-4b53-8689-d0514377d897'),
(101336,57,17166,NULL,8936,2,'2026-01-23 20:26:20','2026-01-23 20:26:20','96f72452-4f8d-48d0-b745-da2a0f416199'),
(101337,57,17166,NULL,8934,3,'2026-01-23 20:26:20','2026-01-23 20:26:20','5ba2bd8d-27d9-49ae-9931-114a13dfa1ff'),
(101338,57,17166,NULL,8935,4,'2026-01-23 20:26:20','2026-01-23 20:26:20','8a4b5f4c-440f-40db-b95c-a62d51be9b99'),
(101339,57,17166,NULL,8931,5,'2026-01-23 20:26:20','2026-01-23 20:26:20','7545e8a9-57e6-41be-ab5e-b61a2ded5454'),
(101340,57,17166,NULL,8928,6,'2026-01-23 20:26:20','2026-01-23 20:26:20','cf7ad539-78fb-4ce3-85de-1b781ccf2de5'),
(101341,57,17166,NULL,8929,7,'2026-01-23 20:26:20','2026-01-23 20:26:20','140ec732-2e15-42a0-ad3d-ac5b6c04fb60'),
(101342,57,17166,NULL,8930,8,'2026-01-23 20:26:20','2026-01-23 20:26:20','bc8a4bbb-d294-4884-9856-5cc7db9dd991'),
(101343,57,17166,NULL,8920,9,'2026-01-23 20:26:20','2026-01-23 20:26:20','28fc650f-2e62-4d3d-8f2d-d64093273955'),
(101344,57,17166,NULL,8918,10,'2026-01-23 20:26:20','2026-01-23 20:26:20','02db3eea-b53a-4a8e-b96b-c72e93c6b3bc'),
(101345,57,17166,NULL,8919,11,'2026-01-23 20:26:20','2026-01-23 20:26:20','06c16bac-6d37-48ad-a40b-8ab79a5e1ade'),
(101346,57,17166,NULL,8924,12,'2026-01-23 20:26:20','2026-01-23 20:26:20','66b76b1d-690f-489f-a716-8779958ec67f'),
(101347,57,17166,NULL,8925,13,'2026-01-23 20:26:20','2026-01-23 20:26:20','98aab926-1e11-4229-81a7-2f4ca22b08ed'),
(101348,57,17166,NULL,8926,14,'2026-01-23 20:26:20','2026-01-23 20:26:20','1fdcf482-4c04-46d1-bb60-addecec6c0eb'),
(101349,57,17166,NULL,8927,15,'2026-01-23 20:26:20','2026-01-23 20:26:20','80fc7623-2269-445c-b0c6-776c1e1c3c95'),
(101350,57,17166,NULL,8932,16,'2026-01-23 20:26:20','2026-01-23 20:26:20','3e2cdc59-7cc1-4bf9-9ecb-68f1c4590ca7'),
(101351,57,17166,NULL,8933,17,'2026-01-23 20:26:20','2026-01-23 20:26:20','d6a909d0-af55-430e-a52f-f5050e7e7660'),
(101381,66,17172,NULL,17170,1,'2026-01-23 20:27:30','2026-01-23 20:27:30','b6333042-a51d-46c3-94b9-b711f888f7bf'),
(101382,32,17173,NULL,2614,1,'2026-01-23 20:27:30','2026-01-23 20:27:30','a260df60-3cff-439a-872d-2d6438351a10'),
(101383,32,17173,NULL,2610,2,'2026-01-23 20:27:30','2026-01-23 20:27:30','06aed415-f22a-4a1a-bce7-700d2d7c36c3'),
(101384,32,17173,NULL,2598,3,'2026-01-23 20:27:30','2026-01-23 20:27:30','42d1534a-a216-482a-bcc4-971da6d5a4b9'),
(101385,32,17173,NULL,2608,4,'2026-01-23 20:27:30','2026-01-23 20:27:30','15a35491-34c0-49f4-ae84-68eeb46967d5'),
(101386,32,17173,NULL,2600,5,'2026-01-23 20:27:30','2026-01-23 20:27:30','d1572c73-5602-4e36-bd8f-258cf52f7e6c'),
(101387,32,17173,NULL,2596,6,'2026-01-23 20:27:30','2026-01-23 20:27:30','cdbb38a1-470c-48ca-a2ac-f9c23109bd58'),
(101388,32,17173,NULL,2602,7,'2026-01-23 20:27:30','2026-01-23 20:27:30','0c6d3b1a-189b-4590-acbb-544ae5e6171e'),
(101389,32,17173,NULL,2606,8,'2026-01-23 20:27:30','2026-01-23 20:27:30','13d202e9-224d-4236-89bf-0c58727489d1'),
(101390,32,17173,NULL,2612,9,'2026-01-23 20:27:30','2026-01-23 20:27:30','05ffba0e-6de0-4359-beda-a3012752f367'),
(101391,32,17173,NULL,2604,10,'2026-01-23 20:27:30','2026-01-23 20:27:30','e328ab63-0d07-41ac-a5df-321821bb7870'),
(101392,16,17173,NULL,9181,1,'2026-01-23 20:27:30','2026-01-23 20:27:30','de560012-927a-4f50-a56b-be6cdbf75afd'),
(101393,7,17173,NULL,2969,1,'2026-01-23 20:27:30','2026-01-23 20:27:30','16b5c449-e325-462c-9a0e-52af5b33c082'),
(101394,7,17173,NULL,605,2,'2026-01-23 20:27:30','2026-01-23 20:27:30','eb1edd60-143b-488d-b29e-a7332edc1978'),
(101395,7,17173,NULL,617,3,'2026-01-23 20:27:30','2026-01-23 20:27:30','e238545b-f34d-47e9-8440-4a2ccb57bb22'),
(101396,7,17173,NULL,9552,4,'2026-01-23 20:27:30','2026-01-23 20:27:30','9f4248b7-cdde-4a67-9db4-22b0448c4a53'),
(101397,47,17173,NULL,12355,1,'2026-01-23 20:27:30','2026-01-23 20:27:30','88495067-9e0d-4ced-a00a-75ec3a964808'),
(101398,57,17173,NULL,9184,1,'2026-01-23 20:27:30','2026-01-23 20:27:30','80834d36-7738-416c-9f3e-a6935dedcf51'),
(101399,57,17173,NULL,9185,2,'2026-01-23 20:27:30','2026-01-23 20:27:30','c5ad1fd6-f828-4619-a05d-21961d3be960'),
(101400,57,17173,NULL,9186,3,'2026-01-23 20:27:30','2026-01-23 20:27:30','cdd6e8ee-7796-445b-b5c0-f4121d6960f2'),
(101401,57,17173,NULL,9187,4,'2026-01-23 20:27:30','2026-01-23 20:27:30','ecf1c6b1-1747-4a34-ab62-1ab6b93cb941'),
(101402,57,17173,NULL,9188,5,'2026-01-23 20:27:30','2026-01-23 20:27:30','11a2a3ec-eb26-4907-8fd9-aedeb87e67a7'),
(101403,57,17173,NULL,9189,6,'2026-01-23 20:27:30','2026-01-23 20:27:30','9db59f43-2ddf-4142-a28f-46bc2b583026'),
(101404,57,17173,NULL,9190,7,'2026-01-23 20:27:30','2026-01-23 20:27:30','9a07c031-4e7a-48fc-b195-0a6c84221ffd'),
(101405,57,17173,NULL,9191,8,'2026-01-23 20:27:30','2026-01-23 20:27:30','0d2d953e-f4a7-4376-9859-f57e62980164'),
(101406,57,17173,NULL,9192,9,'2026-01-23 20:27:30','2026-01-23 20:27:30','0b1fd3a2-ec49-4d17-a142-49ff928bd6d3'),
(101407,57,17173,NULL,9193,10,'2026-01-23 20:27:30','2026-01-23 20:27:30','39b12920-5dc9-46a6-a023-a8a14a370007'),
(101408,13,17173,NULL,6931,1,'2026-01-23 20:27:30','2026-01-23 20:27:30','37fa01a4-ff0e-40da-a8cf-27d92b091a93'),
(101409,66,17175,NULL,17170,1,'2026-01-23 20:27:30','2026-01-23 20:27:30','4c8ba7d9-a2b7-4b19-af71-37875605f015'),
(101442,66,17181,NULL,17179,1,'2026-01-23 20:29:17','2026-01-23 20:29:17','9eb69b79-8b37-4217-b867-68ca4257fe3d'),
(101443,32,17182,NULL,2610,1,'2026-01-23 20:29:17','2026-01-23 20:29:17','3690d1e3-3cf8-448c-8123-f080c630d807'),
(101444,32,17182,NULL,2598,2,'2026-01-23 20:29:17','2026-01-23 20:29:17','8fc91c6a-934f-44f6-be8f-0d0689871c8f'),
(101445,32,17182,NULL,2600,3,'2026-01-23 20:29:17','2026-01-23 20:29:17','765d67b6-0a5f-4548-90e7-42c97631aead'),
(101446,32,17182,NULL,2604,4,'2026-01-23 20:29:17','2026-01-23 20:29:17','b4f51316-a2b9-424d-ab9a-4e091603f710'),
(101447,32,17182,NULL,2608,5,'2026-01-23 20:29:17','2026-01-23 20:29:17','0f2acdad-3d35-4d5d-bf71-8988c877f942'),
(101448,32,17182,NULL,2596,6,'2026-01-23 20:29:17','2026-01-23 20:29:17','13dc8031-444c-400e-a8ac-62e567c467b2'),
(101449,32,17182,NULL,2602,7,'2026-01-23 20:29:17','2026-01-23 20:29:17','8edf3cef-1b11-41aa-9b9c-ebaa87d9b609'),
(101450,32,17182,NULL,2606,8,'2026-01-23 20:29:17','2026-01-23 20:29:17','1275da80-aa47-498e-82e5-c1a647dae06f'),
(101451,32,17182,NULL,2612,9,'2026-01-23 20:29:17','2026-01-23 20:29:17','09ac0778-92b6-46bd-afb3-861697809f8b'),
(101452,16,17182,NULL,9947,1,'2026-01-23 20:29:17','2026-01-23 20:29:17','f3354c2a-7096-473c-b505-647c539e32e0'),
(101453,7,17182,NULL,605,1,'2026-01-23 20:29:17','2026-01-23 20:29:17','f6726ec4-5f72-4935-89b6-8a8f94cc4fa0'),
(101454,7,17182,NULL,617,2,'2026-01-23 20:29:17','2026-01-23 20:29:17','fa89b667-0a40-4bdd-9c50-4f8050ba9b3f'),
(101455,7,17182,NULL,9552,3,'2026-01-23 20:29:17','2026-01-23 20:29:17','07bf4587-6918-4955-9986-40bb73b167fd'),
(101456,82,17182,NULL,469,1,'2026-01-23 20:29:17','2026-01-23 20:29:17','c3bc7854-cf42-4780-af3a-a9bba90c7c88'),
(101457,82,17182,NULL,475,2,'2026-01-23 20:29:17','2026-01-23 20:29:17','217db571-fb43-4b6e-9ca4-495e074238f8'),
(101458,82,17182,NULL,479,3,'2026-01-23 20:29:17','2026-01-23 20:29:17','b64ce552-3057-4a48-b8b8-53fa092596d9'),
(101459,82,17182,NULL,491,4,'2026-01-23 20:29:17','2026-01-23 20:29:17','8ffb9393-b731-4b66-9f52-71b99a184501'),
(101460,47,17182,NULL,12368,1,'2026-01-23 20:29:17','2026-01-23 20:29:17','6d4ac8f1-279a-46b1-b375-d4e2f10917b0'),
(101461,57,17182,NULL,9959,1,'2026-01-23 20:29:17','2026-01-23 20:29:17','6b04fbdc-12ae-44c0-bfb1-3ac82f129250'),
(101462,57,17182,NULL,9972,2,'2026-01-23 20:29:17','2026-01-23 20:29:17','4095745b-7b8f-49ec-969f-8fb8f80605df'),
(101463,57,17182,NULL,9973,3,'2026-01-23 20:29:17','2026-01-23 20:29:17','44ba6d56-e18a-4328-a712-b42841938673'),
(101464,57,17182,NULL,9957,4,'2026-01-23 20:29:17','2026-01-23 20:29:17','b62b0b19-41fc-4cc3-a223-b803fc82542c'),
(101465,57,17182,NULL,9953,5,'2026-01-23 20:29:17','2026-01-23 20:29:17','14250f94-a985-437e-a488-93ab49bd8c26'),
(101466,57,17182,NULL,9954,6,'2026-01-23 20:29:17','2026-01-23 20:29:17','f25d0a99-6b78-40b6-894c-3d026d02bf31'),
(101467,57,17182,NULL,9956,7,'2026-01-23 20:29:17','2026-01-23 20:29:17','ff2560d6-8311-4cd9-a03a-33c3c951b0ca'),
(101468,57,17182,NULL,9949,8,'2026-01-23 20:29:17','2026-01-23 20:29:17','f3eaf29d-71af-40b8-8d1d-60caed6a83f8'),
(101469,57,17182,NULL,9958,9,'2026-01-23 20:29:17','2026-01-23 20:29:17','d99612dc-50d6-4161-8ba5-dbfa2a5469a8'),
(101470,57,17182,NULL,9960,10,'2026-01-23 20:29:17','2026-01-23 20:29:17','0a73f873-e762-4d97-8560-90258c31cb90'),
(101471,57,17182,NULL,9962,11,'2026-01-23 20:29:17','2026-01-23 20:29:17','b98019dc-1b63-4f91-beef-3d1b5adf29fc'),
(101472,57,17182,NULL,9971,12,'2026-01-23 20:29:17','2026-01-23 20:29:17','c0e7c015-0411-4e92-a55d-3f7b9d91f758'),
(101473,13,17182,NULL,7732,1,'2026-01-23 20:29:17','2026-01-23 20:29:17','53d6bd52-ad69-4e90-8d31-d8a6058c0ded'),
(101474,66,17184,NULL,17179,1,'2026-01-23 20:29:17','2026-01-23 20:29:17','20f4421f-4e63-4e7f-a9e7-1d1d7d28e78a'),
(101506,32,17186,NULL,2610,1,'2026-01-23 20:29:38','2026-01-23 20:29:38','a912c4e5-9565-40d6-9cab-8ac792b7375b'),
(101507,32,17186,NULL,2598,2,'2026-01-23 20:29:38','2026-01-23 20:29:38','1dd92f4e-d08d-4237-8559-9053265a8e00'),
(101508,32,17186,NULL,2600,3,'2026-01-23 20:29:38','2026-01-23 20:29:38','072a3113-d687-4370-97e1-7768e6c093a6'),
(101509,32,17186,NULL,2604,4,'2026-01-23 20:29:38','2026-01-23 20:29:38','1f013d30-d4ae-4a66-b006-83899984a80d'),
(101510,32,17186,NULL,2608,5,'2026-01-23 20:29:38','2026-01-23 20:29:38','383e735f-1d4c-4277-aff2-978af38909f2'),
(101511,32,17186,NULL,2596,6,'2026-01-23 20:29:38','2026-01-23 20:29:38','1690a92b-76c4-4ebc-9d5b-498e25799dbc'),
(101512,32,17186,NULL,2602,7,'2026-01-23 20:29:38','2026-01-23 20:29:38','b9bc6e2f-2e5b-46ce-9aa2-a7db84fe9b81'),
(101513,32,17186,NULL,2606,8,'2026-01-23 20:29:38','2026-01-23 20:29:38','9f2920ab-657f-4878-899f-8c05df2486b3'),
(101514,32,17186,NULL,2612,9,'2026-01-23 20:29:38','2026-01-23 20:29:38','4387fec3-bfc8-4334-8aa8-17a10d484d8a'),
(101515,16,17186,NULL,9947,1,'2026-01-23 20:29:38','2026-01-23 20:29:38','5231851c-3307-4d1c-8530-5140b0f54efc'),
(101516,7,17186,NULL,605,1,'2026-01-23 20:29:38','2026-01-23 20:29:38','be74f5da-523e-4352-9210-a14444490edc'),
(101517,7,17186,NULL,617,2,'2026-01-23 20:29:38','2026-01-23 20:29:38','cb669e8b-cc0b-49a1-979a-a3732cd96b11'),
(101518,7,17186,NULL,9552,3,'2026-01-23 20:29:38','2026-01-23 20:29:38','7372f55f-11cf-4040-a322-5176215bfb96'),
(101519,82,17186,NULL,469,1,'2026-01-23 20:29:38','2026-01-23 20:29:38','b46000fa-4a4c-4322-9769-6ee43b08971f'),
(101520,82,17186,NULL,475,2,'2026-01-23 20:29:38','2026-01-23 20:29:38','05ffacd8-a2d0-4cd5-9dbc-1dc4822f66da'),
(101521,82,17186,NULL,479,3,'2026-01-23 20:29:38','2026-01-23 20:29:38','2385656a-592a-4fe6-95d1-e314feaeedef'),
(101522,82,17186,NULL,491,4,'2026-01-23 20:29:38','2026-01-23 20:29:38','e946e484-689f-4f78-8cc7-75f50e45fde2'),
(101523,47,17186,NULL,12368,1,'2026-01-23 20:29:38','2026-01-23 20:29:38','fdc686da-9c3c-4561-a5ea-1df599795871'),
(101524,57,17186,NULL,9959,1,'2026-01-23 20:29:38','2026-01-23 20:29:38','a2e87387-f1be-4ee6-ab33-d3e32800117f'),
(101525,57,17186,NULL,9972,2,'2026-01-23 20:29:38','2026-01-23 20:29:38','25720d54-d7a3-4f54-8b46-6c1748acedc1'),
(101526,57,17186,NULL,9973,3,'2026-01-23 20:29:38','2026-01-23 20:29:38','21d9c4d1-b282-465b-bd93-8ad3cb410a0c'),
(101527,57,17186,NULL,9957,4,'2026-01-23 20:29:38','2026-01-23 20:29:38','c427a920-c2ac-4002-b387-fbb28247ca44'),
(101528,57,17186,NULL,9953,5,'2026-01-23 20:29:38','2026-01-23 20:29:38','54f38afd-bd92-42dd-b76f-b75a9a393428'),
(101529,57,17186,NULL,9954,6,'2026-01-23 20:29:38','2026-01-23 20:29:38','6b5dcf7c-8dc9-4162-a210-246a57134322'),
(101530,57,17186,NULL,9956,7,'2026-01-23 20:29:38','2026-01-23 20:29:38','bb566ab4-7625-426b-bae9-9da883820dbd'),
(101531,57,17186,NULL,9949,8,'2026-01-23 20:29:38','2026-01-23 20:29:38','f4b04293-4cd0-4948-a152-8aaa33aafd43'),
(101532,57,17186,NULL,9958,9,'2026-01-23 20:29:38','2026-01-23 20:29:38','543bee57-c9fc-46c1-81c2-fa59c60811cf'),
(101533,57,17186,NULL,9960,10,'2026-01-23 20:29:38','2026-01-23 20:29:38','45943daa-c578-4235-99d9-dfd75b6458c2'),
(101534,57,17186,NULL,9962,11,'2026-01-23 20:29:38','2026-01-23 20:29:38','3db5c3dc-1e89-4ac2-afec-33081de6dfc0'),
(101535,57,17186,NULL,9971,12,'2026-01-23 20:29:38','2026-01-23 20:29:38','e2257ff0-b137-4fe0-8643-925d302c8a3d'),
(101536,13,17186,NULL,7732,1,'2026-01-23 20:29:38','2026-01-23 20:29:38','aa201cfc-abd5-4ccb-a34c-b3ee744965f9'),
(101537,32,17188,NULL,2610,1,'2026-01-23 20:30:09','2026-01-23 20:30:09','a6d7052f-43e5-4744-99fb-ebb2456abf0f'),
(101538,32,17188,NULL,2598,2,'2026-01-23 20:30:09','2026-01-23 20:30:09','5291487e-969f-40d7-817a-b95a9c1094f8'),
(101539,32,17188,NULL,2608,3,'2026-01-23 20:30:09','2026-01-23 20:30:09','994114ab-915b-4c43-866e-b2cf4ff093d4'),
(101540,32,17188,NULL,2624,4,'2026-01-23 20:30:09','2026-01-23 20:30:09','32620e6f-538e-4b30-85f1-cc94ce290dde'),
(101541,32,17188,NULL,2600,5,'2026-01-23 20:30:09','2026-01-23 20:30:09','00f2bbef-38e3-408a-bb81-e1eed20ebb47'),
(101542,32,17188,NULL,2596,6,'2026-01-23 20:30:09','2026-01-23 20:30:09','8344b376-d74c-41d5-b621-4c88fa6b4b5d'),
(101543,32,17188,NULL,2606,7,'2026-01-23 20:30:09','2026-01-23 20:30:09','36b70d49-5f69-49e1-8312-41f452b4b0b6'),
(101544,32,17188,NULL,2604,8,'2026-01-23 20:30:09','2026-01-23 20:30:09','fdeb9f50-2088-4357-987e-c036136acbab'),
(101545,32,17188,NULL,2602,9,'2026-01-23 20:30:09','2026-01-23 20:30:09','8f97c9b0-901e-48c1-a938-692251c353b7'),
(101546,32,17188,NULL,2612,10,'2026-01-23 20:30:09','2026-01-23 20:30:09','5672c4cb-1350-4499-8a15-05fe3b5964ff'),
(101547,16,17188,NULL,9524,1,'2026-01-23 20:30:09','2026-01-23 20:30:09','fa0f798b-ac22-444f-a8a1-d9018d5b8b2a'),
(101548,7,17188,NULL,617,1,'2026-01-23 20:30:09','2026-01-23 20:30:09','22a3abd0-2317-4115-818b-befe9359c7de'),
(101549,7,17188,NULL,605,2,'2026-01-23 20:30:09','2026-01-23 20:30:09','9bcbbea6-41fc-4a2c-8187-00bee55933e8'),
(101550,7,17188,NULL,9552,3,'2026-01-23 20:30:09','2026-01-23 20:30:09','9de7eea9-3c67-47eb-9572-46924f2f9092'),
(101551,82,17188,NULL,491,1,'2026-01-23 20:30:09','2026-01-23 20:30:09','2054d4c7-6131-4256-93ca-8584eb4d8af6'),
(101552,46,17188,NULL,2891,1,'2026-01-23 20:30:09','2026-01-23 20:30:09','885ee2d4-08ef-4f73-9a29-f18ac3b03257'),
(101553,47,17188,NULL,10460,1,'2026-01-23 20:30:09','2026-01-23 20:30:09','b1f6d842-8330-439b-b81e-8cacc126901d'),
(101554,57,17188,NULL,9529,1,'2026-01-23 20:30:09','2026-01-23 20:30:09','7ee4b644-3c47-4ded-869a-16d9ad53a2b0'),
(101555,57,17188,NULL,9530,2,'2026-01-23 20:30:09','2026-01-23 20:30:09','297b367b-e584-4c01-b4c3-b25213e3c087'),
(101556,57,17188,NULL,9531,3,'2026-01-23 20:30:09','2026-01-23 20:30:09','961b40f1-36ba-4c87-8874-d3c957ee59b9'),
(101558,12,17188,NULL,15380,1,'2026-01-23 20:30:09','2026-01-23 20:30:09','2516a43d-410d-488d-bb2e-9b337e7662a3'),
(101591,66,17194,NULL,17192,1,'2026-01-23 20:31:10','2026-01-23 20:31:10','d3042f01-93e1-4b5a-aed8-d7a2cd21818a'),
(101592,32,17195,NULL,2610,1,'2026-01-23 20:31:10','2026-01-23 20:31:10','58ac6142-4997-48a9-933c-28a8c3a00894'),
(101593,32,17195,NULL,2598,2,'2026-01-23 20:31:10','2026-01-23 20:31:10','ae0155b4-2981-4119-95a4-3a7b05552e5b'),
(101594,32,17195,NULL,2608,3,'2026-01-23 20:31:10','2026-01-23 20:31:10','ff493bf7-80c7-4878-bb12-a0b05dd5ec6d'),
(101595,32,17195,NULL,2600,4,'2026-01-23 20:31:10','2026-01-23 20:31:10','861a8c0f-86ff-4b13-96d5-31a5d4ffaf85'),
(101596,32,17195,NULL,2596,5,'2026-01-23 20:31:10','2026-01-23 20:31:10','020d3993-881e-4da1-bf13-93dfc6803c51'),
(101597,32,17195,NULL,2602,6,'2026-01-23 20:31:10','2026-01-23 20:31:10','7c2b0605-d1cb-45e8-89dc-34d1830821e6'),
(101598,32,17195,NULL,2606,7,'2026-01-23 20:31:10','2026-01-23 20:31:10','6248b846-e66f-4beb-b06e-867c145f6643'),
(101599,32,17195,NULL,2612,8,'2026-01-23 20:31:10','2026-01-23 20:31:10','ca22e5d5-1c30-445f-b052-5570b133dd60'),
(101600,32,17195,NULL,2604,9,'2026-01-23 20:31:10','2026-01-23 20:31:10','a4ddae9e-4487-4fd0-adb3-13608b0f86fd'),
(101601,16,17195,NULL,6422,1,'2026-01-23 20:31:10','2026-01-23 20:31:10','f1fba985-bfc1-4a51-9379-001fcf0732b3'),
(101602,7,17195,NULL,3468,1,'2026-01-23 20:31:10','2026-01-23 20:31:10','e6460951-b867-4a11-a298-aab93ad0e704'),
(101603,7,17195,NULL,601,2,'2026-01-23 20:31:10','2026-01-23 20:31:10','068ea221-fbe0-4f58-84fc-8170dde32b5a'),
(101604,7,17195,NULL,617,3,'2026-01-23 20:31:10','2026-01-23 20:31:10','7e8bcb5a-8f44-48cc-8c73-08a6c92a48fa'),
(101605,7,17195,NULL,605,4,'2026-01-23 20:31:10','2026-01-23 20:31:10','0d6ee99f-c421-4a97-89bc-09f90113584f'),
(101606,7,17195,NULL,9552,5,'2026-01-23 20:31:10','2026-01-23 20:31:10','497dd8c1-36b5-4b46-9e57-6479b532f6bf'),
(101607,82,17195,NULL,491,1,'2026-01-23 20:31:10','2026-01-23 20:31:10','8f008e71-582a-406a-934b-562e4219ed5f'),
(101608,46,17195,NULL,7369,1,'2026-01-23 20:31:10','2026-01-23 20:31:10','dbc1782e-cfbf-47b4-b217-c6f2b72a6f65'),
(101609,47,17195,NULL,12467,1,'2026-01-23 20:31:10','2026-01-23 20:31:10','ad658365-1328-4441-80a1-9cd0c4ee487c'),
(101610,57,17195,NULL,9319,1,'2026-01-23 20:31:10','2026-01-23 20:31:10','b0b90e52-573c-46bd-8a31-2d45bb868ae2'),
(101611,57,17195,NULL,9320,2,'2026-01-23 20:31:10','2026-01-23 20:31:10','26645a71-b5c0-49a2-9df0-562eb50b8c5f'),
(101612,57,17195,NULL,9321,3,'2026-01-23 20:31:10','2026-01-23 20:31:10','70da7bb6-06bd-435b-b3df-561e42b1b78d'),
(101613,57,17195,NULL,9322,4,'2026-01-23 20:31:10','2026-01-23 20:31:10','dec2282a-a964-4db3-89da-f58ae174a26c'),
(101614,57,17195,NULL,10087,5,'2026-01-23 20:31:10','2026-01-23 20:31:10','f0a140ff-7301-4a50-9bcb-a964daa8dafc'),
(101615,57,17195,NULL,9323,6,'2026-01-23 20:31:10','2026-01-23 20:31:10','8712b33f-c31d-4c5e-b825-75314eecc697'),
(101616,57,17195,NULL,10084,7,'2026-01-23 20:31:10','2026-01-23 20:31:10','30c86d9b-363f-400d-b07b-ed676ffdb618'),
(101617,57,17195,NULL,10085,8,'2026-01-23 20:31:10','2026-01-23 20:31:10','a114f0a8-25ab-4f0a-9481-df1ed1d8e68f'),
(101618,57,17195,NULL,10088,9,'2026-01-23 20:31:10','2026-01-23 20:31:10','a95e7e77-921d-4f61-a4bf-9dafd6f92754'),
(101619,57,17195,NULL,10089,10,'2026-01-23 20:31:10','2026-01-23 20:31:10','6616b930-77c2-40ca-9fe5-98b98fb53d60'),
(101620,57,17195,NULL,10083,11,'2026-01-23 20:31:10','2026-01-23 20:31:10','8ef9edfa-1e32-4c47-9386-11c676901e06'),
(101621,57,17195,NULL,10090,12,'2026-01-23 20:31:10','2026-01-23 20:31:10','143c79aa-3af0-498d-81ea-2603ac48f934'),
(101622,13,17195,NULL,6844,1,'2026-01-23 20:31:10','2026-01-23 20:31:10','c3227498-f4a9-4dcb-bea4-24728f040d33'),
(101623,66,17197,NULL,17192,1,'2026-01-23 20:31:10','2026-01-23 20:31:10','96e67d9e-1629-43cd-b98b-28a075b559aa'),
(101655,32,17201,NULL,2610,1,'2026-01-23 20:32:25','2026-01-23 20:32:25','b7ef4f29-2282-4bf9-ac91-d6eb1cdfa4ed'),
(101656,32,17201,NULL,2598,2,'2026-01-23 20:32:25','2026-01-23 20:32:25','a87966e4-ce86-4918-b31c-345e00ae80b7'),
(101657,32,17201,NULL,2608,3,'2026-01-23 20:32:25','2026-01-23 20:32:25','4e396230-496a-4ccb-8b4b-427639f74bca'),
(101658,32,17201,NULL,2600,4,'2026-01-23 20:32:25','2026-01-23 20:32:25','ba9a5f88-8458-4719-8ace-03711e000382'),
(101659,32,17201,NULL,2596,5,'2026-01-23 20:32:25','2026-01-23 20:32:25','1f6f40a8-f91d-4e6c-bb2a-2cd3f5eb2823'),
(101660,32,17201,NULL,2602,6,'2026-01-23 20:32:25','2026-01-23 20:32:25','082a71e3-1ff0-478c-9d33-027100c80ae2'),
(101661,32,17201,NULL,2606,7,'2026-01-23 20:32:25','2026-01-23 20:32:25','4cb7f938-7b29-4035-b439-7b8692bf8605'),
(101662,32,17201,NULL,2612,8,'2026-01-23 20:32:25','2026-01-23 20:32:25','ef94a903-0dea-4695-a2fe-0ee1ecb92882'),
(101663,32,17201,NULL,2604,9,'2026-01-23 20:32:25','2026-01-23 20:32:25','cfc018f8-923a-4128-991c-e11df74d237f'),
(101664,16,17201,NULL,10248,1,'2026-01-23 20:32:25','2026-01-23 20:32:25','e2d11771-c0ca-4d0b-b1fb-7f1054d81202'),
(101665,7,17201,NULL,6547,1,'2026-01-23 20:32:25','2026-01-23 20:32:25','1e791eff-b4d7-4b39-bfbc-aff1a72aa4a0'),
(101666,7,17201,NULL,601,2,'2026-01-23 20:32:25','2026-01-23 20:32:25','81d8f6a7-9d3e-462a-a610-b3332579befa'),
(101667,7,17201,NULL,617,3,'2026-01-23 20:32:25','2026-01-23 20:32:25','57917f45-87c1-47f2-aeb6-9f3f3be6c587'),
(101668,7,17201,NULL,2974,4,'2026-01-23 20:32:25','2026-01-23 20:32:25','bb18bf52-f361-4911-873f-c1338a52438b'),
(101669,7,17201,NULL,605,5,'2026-01-23 20:32:25','2026-01-23 20:32:25','475685dc-bbf2-41a7-9133-d5df1826da88'),
(101670,7,17201,NULL,9552,6,'2026-01-23 20:32:25','2026-01-23 20:32:25','def101ef-af26-4d9c-ad0f-25462a4232e0'),
(101671,82,17201,NULL,491,1,'2026-01-23 20:32:25','2026-01-23 20:32:25','f3f0dc78-9c71-4a70-87fc-032580907db4'),
(101672,46,17201,NULL,7369,1,'2026-01-23 20:32:25','2026-01-23 20:32:25','a16c16f7-dccf-4a07-8e94-44df7721dbc6'),
(101673,47,17201,NULL,15316,1,'2026-01-23 20:32:25','2026-01-23 20:32:25','0e1de5a3-c058-4fd2-a5f7-657118fa4154'),
(101674,57,17201,NULL,10250,1,'2026-01-23 20:32:25','2026-01-23 20:32:25','4f96b189-59a0-4798-91d8-8987854a2c80'),
(101675,57,17201,NULL,10249,2,'2026-01-23 20:32:25','2026-01-23 20:32:25','7771451c-5251-4a9f-afa4-b2eff7b16ca7'),
(101676,57,17201,NULL,9331,3,'2026-01-23 20:32:25','2026-01-23 20:32:25','ab216ecd-cd5a-422e-b151-fc0002c9633f'),
(101677,57,17201,NULL,9336,4,'2026-01-23 20:32:25','2026-01-23 20:32:25','222de5af-eb66-4171-b039-8059a13b375b'),
(101678,57,17201,NULL,9332,5,'2026-01-23 20:32:25','2026-01-23 20:32:25','2efd1d5d-ccc8-464c-a5c4-20a3ed2f1fa1'),
(101679,57,17201,NULL,10251,6,'2026-01-23 20:32:25','2026-01-23 20:32:25','3ae8b604-300f-4046-8e9d-b124bbddac02'),
(101680,57,17201,NULL,9333,7,'2026-01-23 20:32:25','2026-01-23 20:32:25','f233a069-2b30-42e8-ab6c-e1be1dccf1a5'),
(101681,57,17201,NULL,9334,8,'2026-01-23 20:32:25','2026-01-23 20:32:25','11ce6f8f-72c4-43da-b213-c5d72d2aa976'),
(101682,57,17201,NULL,9335,9,'2026-01-23 20:32:25','2026-01-23 20:32:25','5e36ebd0-e449-4033-908a-511bfec38257'),
(101683,57,17201,NULL,10252,10,'2026-01-23 20:32:25','2026-01-23 20:32:25','bafe24ad-a2b6-46ab-8d43-85563981708d'),
(101685,66,17202,NULL,5911,1,'2026-01-23 20:32:25','2026-01-23 20:32:25','b0d360f9-89b7-4163-8ed5-cb3fc1174556'),
(101714,32,17210,NULL,2610,1,'2026-01-23 20:33:57','2026-01-23 20:33:57','16c3d8fe-00f3-40f4-9840-581e9cb026ac'),
(101715,32,17210,NULL,2598,2,'2026-01-23 20:33:57','2026-01-23 20:33:57','6ffe56ef-b1a5-43d6-9af2-91ee53ddbcab'),
(101716,32,17210,NULL,2600,3,'2026-01-23 20:33:57','2026-01-23 20:33:57','9778aa1f-ba80-4e4c-8b2e-2907bf81721c'),
(101717,32,17210,NULL,2604,4,'2026-01-23 20:33:57','2026-01-23 20:33:57','0840fcea-532c-484f-92be-586f61767a89'),
(101718,32,17210,NULL,2608,5,'2026-01-23 20:33:57','2026-01-23 20:33:57','c0d84c97-9c2e-4e7b-8ab5-50439a1ad9eb'),
(101719,32,17210,NULL,2602,6,'2026-01-23 20:33:57','2026-01-23 20:33:57','d0f85ade-727f-4781-bdbb-3ce454d0d5f6'),
(101720,32,17210,NULL,2596,7,'2026-01-23 20:33:57','2026-01-23 20:33:57','ad9f2114-2240-455b-8766-f75f3bbf1332'),
(101721,32,17210,NULL,2606,8,'2026-01-23 20:33:57','2026-01-23 20:33:57','a3068e59-a1f1-4bdf-b7ce-f01bba6e4bfb'),
(101722,32,17210,NULL,2612,9,'2026-01-23 20:33:57','2026-01-23 20:33:57','00ec26b6-4146-493e-a93b-475f05b49c03'),
(101723,16,17210,NULL,4526,1,'2026-01-23 20:33:57','2026-01-23 20:33:57','c876e4cc-2d23-436e-912e-2117a9b6e048'),
(101724,7,17210,NULL,2969,1,'2026-01-23 20:33:57','2026-01-23 20:33:57','325da321-d964-4c44-ad69-1a767230b3d4'),
(101725,7,17210,NULL,2974,2,'2026-01-23 20:33:57','2026-01-23 20:33:57','d8507b2c-dbd7-4d47-b95e-24da696d60c7'),
(101726,7,17210,NULL,617,3,'2026-01-23 20:33:57','2026-01-23 20:33:57','3bf8c302-2829-49b0-80cb-19b9bf37577b'),
(101727,7,17210,NULL,605,4,'2026-01-23 20:33:57','2026-01-23 20:33:57','5b446919-3b15-41fd-9968-381d342be4e8'),
(101728,7,17210,NULL,9552,5,'2026-01-23 20:33:57','2026-01-23 20:33:57','a0799084-bdd4-4685-b5fb-163f15128ab5'),
(101729,82,17210,NULL,469,1,'2026-01-23 20:33:57','2026-01-23 20:33:57','fadaac17-7d7b-42f2-84bb-168f0c2c9574'),
(101730,82,17210,NULL,479,2,'2026-01-23 20:33:57','2026-01-23 20:33:57','5be291fd-e9e4-4aa0-b263-4268494b968d'),
(101731,82,17210,NULL,491,3,'2026-01-23 20:33:57','2026-01-23 20:33:57','9167d79a-1274-4c75-9a55-1ff2a02f1c44'),
(101732,47,17210,NULL,10501,1,'2026-01-23 20:33:57','2026-01-23 20:33:57','f2ed9910-63e5-4b75-844e-6029b8cb62ac'),
(101733,57,17210,NULL,8955,1,'2026-01-23 20:33:57','2026-01-23 20:33:57','a67ec3de-f795-4278-bc0b-3d677ce15b44'),
(101734,57,17210,NULL,8956,2,'2026-01-23 20:33:57','2026-01-23 20:33:57','f252de99-a4c5-412f-9d4c-51d31adf1b74'),
(101735,57,17210,NULL,8957,3,'2026-01-23 20:33:57','2026-01-23 20:33:57','0e93f1c4-bf54-4cbf-9109-a3426a9d1c49'),
(101736,57,17210,NULL,8958,4,'2026-01-23 20:33:57','2026-01-23 20:33:57','286de118-a184-4092-889d-996899dcaa2a'),
(101737,57,17210,NULL,8953,5,'2026-01-23 20:33:57','2026-01-23 20:33:57','d0dea50a-7c6d-43f0-bf1a-74055ffdcea8'),
(101738,57,17210,NULL,8954,6,'2026-01-23 20:33:57','2026-01-23 20:33:57','aebf7154-4e7a-4f01-8f2e-b24f4032decf'),
(101739,57,17210,NULL,9592,7,'2026-01-23 20:33:57','2026-01-23 20:33:57','e63afc58-073c-428d-ae3a-17a90b82fa75'),
(101740,57,17210,NULL,8959,8,'2026-01-23 20:33:57','2026-01-23 20:33:57','13b2743f-218f-47b5-8a45-84ccb7b88f8d'),
(101771,32,17215,NULL,2610,1,'2026-01-23 20:34:59','2026-01-23 20:34:59','2edb0a56-58d4-4645-9419-bd139d98cf13'),
(101772,32,17215,NULL,2598,2,'2026-01-23 20:34:59','2026-01-23 20:34:59','e292dd94-bcf6-48ce-b971-b52919f58566'),
(101773,32,17215,NULL,2600,3,'2026-01-23 20:34:59','2026-01-23 20:34:59','7f8ddfd6-e2ed-49e8-b492-3716cae0049c'),
(101774,32,17215,NULL,2604,4,'2026-01-23 20:34:59','2026-01-23 20:34:59','208ee956-07c3-4b39-951a-ffb197d08833'),
(101775,32,17215,NULL,2608,5,'2026-01-23 20:34:59','2026-01-23 20:34:59','90a5ffb3-02aa-415d-ad6b-2ebbc8648f70'),
(101776,32,17215,NULL,2602,6,'2026-01-23 20:34:59','2026-01-23 20:34:59','75da0e84-f281-44c2-b1cf-497e73a7c9f9'),
(101777,32,17215,NULL,2596,7,'2026-01-23 20:34:59','2026-01-23 20:34:59','752c0ea8-c28f-4773-b3b9-c9034c46bfc7'),
(101778,32,17215,NULL,2606,8,'2026-01-23 20:34:59','2026-01-23 20:34:59','0de5ca76-cdc1-4567-8da7-cbc58e335304'),
(101779,32,17215,NULL,2612,9,'2026-01-23 20:34:59','2026-01-23 20:34:59','9ebf11d9-495d-4c92-8afd-9ecd19af53bd'),
(101780,16,17215,NULL,4526,1,'2026-01-23 20:34:59','2026-01-23 20:34:59','222a495e-8d79-422a-a2f9-42f8d8c36ee4'),
(101781,7,17215,NULL,2969,1,'2026-01-23 20:34:59','2026-01-23 20:34:59','ff465d3c-0075-42fe-ba12-244ef3ac1d93'),
(101782,7,17215,NULL,2974,2,'2026-01-23 20:34:59','2026-01-23 20:34:59','cc90cec1-5523-4b86-938c-149823f7a038'),
(101783,7,17215,NULL,617,3,'2026-01-23 20:34:59','2026-01-23 20:34:59','e4fbe3c1-9ff3-4b0f-876e-de00b4eb35c5'),
(101784,7,17215,NULL,605,4,'2026-01-23 20:34:59','2026-01-23 20:34:59','173d0c40-9406-4311-8cda-9c208fa4ff4d'),
(101785,7,17215,NULL,9552,5,'2026-01-23 20:34:59','2026-01-23 20:34:59','c6e6baf7-bb22-449a-8203-2bf945088769'),
(101786,82,17215,NULL,469,1,'2026-01-23 20:34:59','2026-01-23 20:34:59','d1b93eff-9167-4c9a-9e75-0c0e5cd4a8d5'),
(101787,82,17215,NULL,479,2,'2026-01-23 20:34:59','2026-01-23 20:34:59','bdeb5fd7-6377-48f6-97e9-e26638652bcb'),
(101788,82,17215,NULL,491,3,'2026-01-23 20:34:59','2026-01-23 20:34:59','baab7962-caaa-4ed2-b722-f23905805865'),
(101789,47,17215,NULL,10501,1,'2026-01-23 20:34:59','2026-01-23 20:34:59','ff9e5422-5fc3-42d6-83aa-d1c4b521aa0d'),
(101790,57,17215,NULL,8955,1,'2026-01-23 20:34:59','2026-01-23 20:34:59','8114134c-ce2d-4b01-a691-0601e4e7eb3e'),
(101791,57,17215,NULL,8956,2,'2026-01-23 20:34:59','2026-01-23 20:34:59','ac4d0540-c9eb-4b35-8fbf-092ef82b7156'),
(101792,57,17215,NULL,8957,3,'2026-01-23 20:34:59','2026-01-23 20:34:59','e7b8348d-4ac2-4ed6-96f7-9f1ae206b782'),
(101793,57,17215,NULL,8958,4,'2026-01-23 20:34:59','2026-01-23 20:34:59','10432fdf-5001-4516-87d0-64a4a28c153c'),
(101794,57,17215,NULL,8953,5,'2026-01-23 20:34:59','2026-01-23 20:34:59','7b961601-b298-4bca-83e1-f7a1af0b4862'),
(101795,57,17215,NULL,8954,6,'2026-01-23 20:34:59','2026-01-23 20:34:59','e638adb8-21e1-4b0d-be2b-24096fcd6b40'),
(101796,57,17215,NULL,9592,7,'2026-01-23 20:34:59','2026-01-23 20:34:59','6948213a-96d8-4955-91b0-3ba9a1b147b5'),
(101797,57,17215,NULL,8959,8,'2026-01-23 20:34:59','2026-01-23 20:34:59','710ce2b8-5e30-4963-9c49-ac6f605425aa'),
(101799,66,17216,NULL,5917,1,'2026-01-23 20:34:59','2026-01-23 20:34:59','52c9a7e5-d7ea-45f5-b25a-27ebc0d946b5'),
(101827,66,17225,NULL,17220,1,'2026-01-23 20:37:14','2026-01-23 20:37:14','43da0aa6-010f-4922-91ae-a8805dd5f963'),
(101828,32,17227,NULL,2610,1,'2026-01-23 20:37:14','2026-01-23 20:37:14','89e6d39c-db4d-48b3-b2c5-7e8e61108e11'),
(101829,32,17227,NULL,2598,2,'2026-01-23 20:37:14','2026-01-23 20:37:14','304b62a0-4219-40ce-9290-ede8b35fc9ed'),
(101830,32,17227,NULL,2600,3,'2026-01-23 20:37:14','2026-01-23 20:37:14','f0b2738b-4c8c-426b-a719-070fb7c9394c'),
(101831,32,17227,NULL,2604,4,'2026-01-23 20:37:14','2026-01-23 20:37:14','fb7ea8f3-a1c0-4531-b416-219250fc857b'),
(101832,32,17227,NULL,2608,5,'2026-01-23 20:37:14','2026-01-23 20:37:14','c325daf5-7554-4a36-ab6b-9382c4909d63'),
(101833,32,17227,NULL,2602,6,'2026-01-23 20:37:14','2026-01-23 20:37:14','961799fc-ca88-4be5-91bb-67499b672fb7'),
(101834,32,17227,NULL,2596,7,'2026-01-23 20:37:14','2026-01-23 20:37:14','7816e70f-1af8-464d-8bd6-5b52470e58e5'),
(101835,32,17227,NULL,2606,8,'2026-01-23 20:37:14','2026-01-23 20:37:14','3f837e47-79b7-4b7c-9ad6-cb613a355a67'),
(101836,32,17227,NULL,2612,9,'2026-01-23 20:37:14','2026-01-23 20:37:14','7f830c12-7c7e-478a-ac64-3a89dce2ce8d'),
(101837,16,17227,NULL,4554,1,'2026-01-23 20:37:14','2026-01-23 20:37:14','7f2be2f7-04b2-4a24-b888-f6595fb4d201'),
(101838,7,17227,NULL,3468,1,'2026-01-23 20:37:14','2026-01-23 20:37:14','0d8b4dfb-de23-4b70-a6a4-bb240fbc0adb'),
(101839,7,17227,NULL,617,2,'2026-01-23 20:37:14','2026-01-23 20:37:14','a9cefadb-4ce9-4b50-adb4-759776195e03'),
(101840,7,17227,NULL,605,3,'2026-01-23 20:37:14','2026-01-23 20:37:14','15a7ddc0-83e8-4488-929b-72e56b2856cc'),
(101841,7,17227,NULL,9552,4,'2026-01-23 20:37:14','2026-01-23 20:37:14','6e7be77a-0044-4877-81d1-a8c45b27898d'),
(101842,82,17227,NULL,469,1,'2026-01-23 20:37:14','2026-01-23 20:37:14','04877a07-59c3-4874-a03e-cc2d98603de9'),
(101843,82,17227,NULL,479,2,'2026-01-23 20:37:14','2026-01-23 20:37:14','b6c8bd08-0e59-44c2-ba3d-441fc5d2c8ee'),
(101844,82,17227,NULL,491,3,'2026-01-23 20:37:14','2026-01-23 20:37:14','051aa054-b76b-4bee-9b0b-ff884bbb5209'),
(101845,47,17227,NULL,10504,1,'2026-01-23 20:37:14','2026-01-23 20:37:14','1da42970-460f-4002-9c2a-e95e79df5fa5'),
(101846,57,17227,NULL,8968,1,'2026-01-23 20:37:14','2026-01-23 20:37:14','e0ab5cd8-e59d-41dc-a1b2-44f5e7b617d7'),
(101847,57,17227,NULL,8970,2,'2026-01-23 20:37:14','2026-01-23 20:37:14','051f1b5e-ae76-487d-8bab-af8b38ad9534'),
(101848,57,17227,NULL,8971,3,'2026-01-23 20:37:14','2026-01-23 20:37:14','f6616649-7ccb-43d5-adc2-c98ff7034f4c'),
(101849,57,17227,NULL,8972,4,'2026-01-23 20:37:14','2026-01-23 20:37:14','0a6deb6e-b94b-4e42-b9a6-db8e0ba5b9cc'),
(101850,57,17227,NULL,8973,5,'2026-01-23 20:37:14','2026-01-23 20:37:14','3f3d57e0-8dae-433c-bcf6-3145bfb5e8d0'),
(101851,57,17227,NULL,8969,6,'2026-01-23 20:37:14','2026-01-23 20:37:14','3d3cc2dc-5c25-4668-bfbc-f431d003ba9d'),
(101852,57,17227,NULL,8974,7,'2026-01-23 20:37:14','2026-01-23 20:37:14','a88aa00f-418d-47eb-ae44-9f6578d94a85'),
(101854,66,17228,NULL,17220,1,'2026-01-23 20:37:14','2026-01-23 20:37:14','a5c5e2aa-30b4-4068-8df3-9b89564da906'),
(101878,32,17231,NULL,2610,1,'2026-01-23 20:37:37','2026-01-23 20:37:37','bbb04db8-2921-438a-8f8a-18da00bade53'),
(101879,32,17231,NULL,2598,2,'2026-01-23 20:37:37','2026-01-23 20:37:37','8db0cec6-25a0-483f-a77e-bc86efd5e42b'),
(101880,32,17231,NULL,2600,3,'2026-01-23 20:37:37','2026-01-23 20:37:37','de21cf70-77d8-44ba-995a-c45586d81ed8'),
(101881,32,17231,NULL,2602,4,'2026-01-23 20:37:37','2026-01-23 20:37:37','47e2921c-8c12-4afa-8790-3c0f73479ddd'),
(101882,32,17231,NULL,2604,5,'2026-01-23 20:37:37','2026-01-23 20:37:37','e5d76eeb-50a1-426b-8e26-eba5f593940e'),
(101883,32,17231,NULL,2608,6,'2026-01-23 20:37:37','2026-01-23 20:37:37','92fe2f7e-0e35-45be-94b6-462296feb7f9'),
(101884,32,17231,NULL,2596,7,'2026-01-23 20:37:37','2026-01-23 20:37:37','72446451-5137-45e6-9954-6193d0c7c91b'),
(101885,32,17231,NULL,2606,8,'2026-01-23 20:37:37','2026-01-23 20:37:37','ceeabd83-7a2d-4ca8-852a-91ddd3d1e5db'),
(101886,32,17231,NULL,2612,9,'2026-01-23 20:37:37','2026-01-23 20:37:37','83f3e3ad-5408-474a-8f22-3e085e19eefe'),
(101887,16,17231,NULL,4579,1,'2026-01-23 20:37:37','2026-01-23 20:37:37','afb0d9eb-0cbf-4d22-8fed-820e053191af'),
(101888,7,17231,NULL,2969,1,'2026-01-23 20:37:37','2026-01-23 20:37:37','4c495002-46a6-4813-bf85-1d4ccaf49495'),
(101889,7,17231,NULL,9727,2,'2026-01-23 20:37:37','2026-01-23 20:37:37','15aeda9e-92ba-443f-a0a3-e77aa703535b'),
(101890,7,17231,NULL,617,3,'2026-01-23 20:37:37','2026-01-23 20:37:37','5f06f0db-0c2e-40c3-8233-36b7f7cf4606'),
(101891,7,17231,NULL,605,4,'2026-01-23 20:37:37','2026-01-23 20:37:37','a20d01b6-5953-4415-868d-0c00e5cd8085'),
(101892,7,17231,NULL,9552,5,'2026-01-23 20:37:37','2026-01-23 20:37:37','b2600fee-6e07-4821-8259-99a116e04428'),
(101893,82,17231,NULL,479,1,'2026-01-23 20:37:37','2026-01-23 20:37:37','e54a0300-4339-4155-abc9-4173c3655c0a'),
(101894,82,17231,NULL,491,2,'2026-01-23 20:37:37','2026-01-23 20:37:37','f8d8ed3a-d3e8-4333-b7d8-22ffd6f09618'),
(101895,47,17231,NULL,12489,1,'2026-01-23 20:37:37','2026-01-23 20:37:37','95a918b3-bb04-43e5-96b9-c48981c1d744'),
(101896,57,17231,NULL,8984,1,'2026-01-23 20:37:37','2026-01-23 20:37:37','59cb2ff7-ddaa-4156-b813-b3faf37c92cd'),
(101897,57,17231,NULL,8982,2,'2026-01-23 20:37:37','2026-01-23 20:37:37','fc6905ec-10f8-48d5-bd20-469c26ed9c29'),
(101898,57,17231,NULL,8981,3,'2026-01-23 20:37:37','2026-01-23 20:37:37','45392b19-7f34-48b5-aa05-d3d11a1418ed'),
(101899,57,17231,NULL,8983,4,'2026-01-23 20:37:37','2026-01-23 20:37:37','f4e76758-7db3-45fb-a001-b5d002c57b01'),
(101900,57,17231,NULL,8980,5,'2026-01-23 20:37:37','2026-01-23 20:37:37','fb0db4c9-06dc-4093-a2d8-14fc98e5d6f8'),
(101901,32,17232,NULL,2610,1,'2026-01-23 20:38:39','2026-01-23 20:38:39','fc4204d0-9646-4f9a-9cf8-388aee548f26'),
(101902,32,17232,NULL,2598,2,'2026-01-23 20:38:39','2026-01-23 20:38:39','4c31f19c-61f7-4e24-ba1e-1855ae8f928b'),
(101903,32,17232,NULL,2600,3,'2026-01-23 20:38:39','2026-01-23 20:38:39','0785b584-a14b-471c-b2c3-077890af327f'),
(101904,32,17232,NULL,2604,4,'2026-01-23 20:38:39','2026-01-23 20:38:39','c95dd6f1-5db6-4a7a-8fda-05ac92eb7960'),
(101905,32,17232,NULL,2608,5,'2026-01-23 20:38:39','2026-01-23 20:38:39','d01adbef-aaa2-48bd-a6fb-749b3bb4e1b8'),
(101906,32,17232,NULL,2596,6,'2026-01-23 20:38:39','2026-01-23 20:38:39','675d626b-ed7e-43a2-973e-f4ca36ba2f18'),
(101907,32,17232,NULL,2602,7,'2026-01-23 20:38:39','2026-01-23 20:38:39','d7dceda6-0955-4a7f-bd81-ae12d3268205'),
(101908,32,17232,NULL,2606,8,'2026-01-23 20:38:39','2026-01-23 20:38:39','34242909-63c5-44cb-bb51-60ecd4587c98'),
(101909,32,17232,NULL,2612,9,'2026-01-23 20:38:39','2026-01-23 20:38:39','f8a46e88-dcdf-48f5-bef4-4890591d892f'),
(101910,16,17232,NULL,3959,1,'2026-01-23 20:38:39','2026-01-23 20:38:39','3505c31f-ae98-4fc7-970e-a02d01d4be84'),
(101911,7,17232,NULL,3468,1,'2026-01-23 20:38:39','2026-01-23 20:38:39','471d4996-d8fd-4e39-ba4d-d343710ecd83'),
(101912,7,17232,NULL,601,2,'2026-01-23 20:38:39','2026-01-23 20:38:39','166f0735-0b61-4db7-9e04-8fe6a787ffce'),
(101913,7,17232,NULL,617,3,'2026-01-23 20:38:39','2026-01-23 20:38:39','7e811d48-6a29-4c93-8610-85da96e4a8d7'),
(101914,7,17232,NULL,9552,4,'2026-01-23 20:38:39','2026-01-23 20:38:39','64b98e5f-a607-46fc-952b-95987f2233fe'),
(101915,7,17232,NULL,605,5,'2026-01-23 20:38:39','2026-01-23 20:38:39','15d6b7af-14c8-4e33-9ec7-50f1ef4f2ac7'),
(101916,82,17232,NULL,479,1,'2026-01-23 20:38:39','2026-01-23 20:38:39','b604f529-2a47-4dd4-83c3-179606736c95'),
(101917,82,17232,NULL,491,2,'2026-01-23 20:38:39','2026-01-23 20:38:39','2199a67e-b3ab-408e-8ddc-714e95df89e3'),
(101918,47,17232,NULL,12408,1,'2026-01-23 20:38:39','2026-01-23 20:38:39','346b303a-39e3-4686-82d3-ad4b557fa5bc'),
(101919,57,17232,NULL,8132,1,'2026-01-23 20:38:39','2026-01-23 20:38:39','0d81b8db-3382-406f-8614-a9834db96881'),
(101920,57,17232,NULL,8136,2,'2026-01-23 20:38:39','2026-01-23 20:38:39','f0ee377e-e798-4914-b2df-ed70d29dbeee'),
(101921,57,17232,NULL,8131,3,'2026-01-23 20:38:39','2026-01-23 20:38:39','9f14fccb-e75b-4b84-8d65-d7116c00085e'),
(101922,57,17232,NULL,8134,4,'2026-01-23 20:38:39','2026-01-23 20:38:39','5cd1020f-673f-4706-9191-be6f9f44c3a9'),
(101923,57,17232,NULL,8135,5,'2026-01-23 20:38:39','2026-01-23 20:38:39','1e1e3998-9dae-492d-9fdc-ad9f262820db'),
(101947,32,17239,NULL,2610,1,'2026-01-23 20:40:45','2026-01-23 20:40:45','282e5b6d-6017-491e-aad8-b739dd4602ba'),
(101948,32,17239,NULL,2598,2,'2026-01-23 20:40:45','2026-01-23 20:40:45','80bc81d0-500b-42ff-bc52-394fd80c5a25'),
(101949,32,17239,NULL,2600,3,'2026-01-23 20:40:45','2026-01-23 20:40:45','b2d21ae8-954b-4b62-a875-17379a1c5f77'),
(101950,32,17239,NULL,2602,4,'2026-01-23 20:40:45','2026-01-23 20:40:45','fb1ec8cf-ee1b-4d17-8416-d3e6fd628dcb'),
(101951,32,17239,NULL,2604,5,'2026-01-23 20:40:45','2026-01-23 20:40:45','6f556e01-5e32-4e20-94e2-9369a7ba78b5'),
(101952,32,17239,NULL,2608,6,'2026-01-23 20:40:45','2026-01-23 20:40:45','7553a687-e8d9-4564-a1ff-076ace3f1d46'),
(101953,32,17239,NULL,2596,7,'2026-01-23 20:40:45','2026-01-23 20:40:45','a21eff1f-afeb-4333-9395-f5920fd4c6f5'),
(101954,32,17239,NULL,2606,8,'2026-01-23 20:40:45','2026-01-23 20:40:45','e3dc74dc-6cba-4c71-98d7-d75b59660057'),
(101955,32,17239,NULL,2612,9,'2026-01-23 20:40:45','2026-01-23 20:40:45','f9dc0e21-47d0-4f85-87bc-d3949ae44453'),
(101956,16,17239,NULL,4579,1,'2026-01-23 20:40:45','2026-01-23 20:40:45','fc57c143-4d71-427a-9dd0-db56bff44bbf'),
(101957,7,17239,NULL,2969,1,'2026-01-23 20:40:45','2026-01-23 20:40:45','df6fc011-d185-4b28-abf4-efaa9e32b2ea'),
(101958,7,17239,NULL,9727,2,'2026-01-23 20:40:45','2026-01-23 20:40:45','9ee51467-1d31-4a8f-8032-8a9086bd61c2'),
(101959,7,17239,NULL,617,3,'2026-01-23 20:40:45','2026-01-23 20:40:45','c1876d37-80e9-4560-b59b-d6e93908d923'),
(101960,7,17239,NULL,605,4,'2026-01-23 20:40:45','2026-01-23 20:40:45','cb16c55b-f9af-415f-aed5-7de9bb3a03b8'),
(101961,7,17239,NULL,9552,5,'2026-01-23 20:40:45','2026-01-23 20:40:45','034cc1f6-8e34-403d-9c4f-c008e3ed89c9'),
(101962,82,17239,NULL,479,1,'2026-01-23 20:40:45','2026-01-23 20:40:45','c55bd494-8652-40cf-8dd4-09e5260c6b20'),
(101963,82,17239,NULL,491,2,'2026-01-23 20:40:45','2026-01-23 20:40:45','a1b52620-60fd-4fb7-b003-1f00607e7f55'),
(101964,47,17239,NULL,12489,1,'2026-01-23 20:40:45','2026-01-23 20:40:45','ffc45195-770c-4cdf-9894-94ab7e44895b'),
(101965,57,17239,NULL,8984,1,'2026-01-23 20:40:45','2026-01-23 20:40:45','e3041709-6ccd-436e-a9f5-dc382fe74cf8'),
(101966,57,17239,NULL,8982,2,'2026-01-23 20:40:45','2026-01-23 20:40:45','5ecb3124-0b78-44b4-978e-bfacf087df57'),
(101967,57,17239,NULL,8981,3,'2026-01-23 20:40:45','2026-01-23 20:40:45','2c1eaf83-8a66-490f-86ed-d1a24d4d6426'),
(101968,57,17239,NULL,8983,4,'2026-01-23 20:40:45','2026-01-23 20:40:45','05841d8d-790f-4781-892d-d077b8b519af'),
(101969,57,17239,NULL,8980,5,'2026-01-23 20:40:45','2026-01-23 20:40:45','d5073a28-e984-41b8-8569-96f9e26b9200'),
(102000,32,17244,NULL,2610,1,'2026-01-23 20:41:14','2026-01-23 20:41:14','a5f0f1f6-bfc9-4894-87b8-7c25944e0b65'),
(102001,32,17244,NULL,2598,2,'2026-01-23 20:41:14','2026-01-23 20:41:14','2ddc9671-1a36-407a-a503-3f7531d99b84'),
(102002,32,17244,NULL,2600,3,'2026-01-23 20:41:14','2026-01-23 20:41:14','84f6f60c-6958-4ced-a9cc-241fc8ea39f4'),
(102003,32,17244,NULL,2604,4,'2026-01-23 20:41:14','2026-01-23 20:41:14','53f64ae5-2a95-4112-b2bf-bdd2eb9de0fb'),
(102004,32,17244,NULL,2608,5,'2026-01-23 20:41:14','2026-01-23 20:41:14','7e603f31-7b0e-4036-93db-7abab66744dd'),
(102005,32,17244,NULL,2596,6,'2026-01-23 20:41:14','2026-01-23 20:41:14','8d859d35-41a9-41f1-a0f8-85a6f3f7b1ed'),
(102006,32,17244,NULL,2602,7,'2026-01-23 20:41:14','2026-01-23 20:41:14','b9d42e92-bfcc-43ae-aec5-dbdf1be58eaf'),
(102007,32,17244,NULL,2606,8,'2026-01-23 20:41:14','2026-01-23 20:41:14','d58bc356-ced8-4af4-82d1-be3699643f05'),
(102008,32,17244,NULL,2612,9,'2026-01-23 20:41:14','2026-01-23 20:41:14','abbea2ea-cfd3-47c7-abbd-50af7c373f6b'),
(102009,16,17244,NULL,4610,1,'2026-01-23 20:41:14','2026-01-23 20:41:14','b3dbf9e5-c6b3-4c63-b1fb-214c4eff5465'),
(102010,7,17244,NULL,2969,1,'2026-01-23 20:41:14','2026-01-23 20:41:14','e2260a09-6096-49c0-87ca-767517c45268'),
(102011,7,17244,NULL,9640,2,'2026-01-23 20:41:14','2026-01-23 20:41:14','4ecd6429-840c-4d9e-a666-280b5566c614'),
(102012,7,17244,NULL,2974,3,'2026-01-23 20:41:14','2026-01-23 20:41:14','19b3581b-5b0a-409e-b902-a3610dc8c0bc'),
(102013,7,17244,NULL,617,4,'2026-01-23 20:41:14','2026-01-23 20:41:14','dfbf3ad6-de79-4a22-acbb-7e1fe6e6e7d1'),
(102014,7,17244,NULL,605,5,'2026-01-23 20:41:14','2026-01-23 20:41:14','d7635764-0ccd-4262-9a23-ef62072d2691'),
(102015,7,17244,NULL,9552,6,'2026-01-23 20:41:14','2026-01-23 20:41:14','683ca9f7-d46a-46f4-ba6e-1acd2f375821'),
(102016,82,17244,NULL,491,1,'2026-01-23 20:41:14','2026-01-23 20:41:14','430cfe3d-f865-4553-bc51-0975f6d1caf2'),
(102017,57,17244,NULL,9629,1,'2026-01-23 20:41:14','2026-01-23 20:41:14','a3e2cede-fc4c-46d4-9700-dbb8d9ec20d2'),
(102018,57,17244,NULL,9631,2,'2026-01-23 20:41:14','2026-01-23 20:41:14','62688483-0539-44bd-9173-7272b98d59db'),
(102019,57,17244,NULL,9630,3,'2026-01-23 20:41:14','2026-01-23 20:41:14','61182eba-86bd-4c17-b98a-27f0f9b3399c'),
(102020,57,17244,NULL,9628,4,'2026-01-23 20:41:14','2026-01-23 20:41:14','4cd1f3bb-8ac8-4602-9cb5-58ca37f641c2'),
(102021,57,17244,NULL,9627,5,'2026-01-23 20:41:14','2026-01-23 20:41:14','8a08442b-f442-457c-8b97-b131481e3852'),
(102022,57,17244,NULL,9632,6,'2026-01-23 20:41:14','2026-01-23 20:41:14','26c1bc53-eba2-476d-b7b8-f5888c2ad4d4'),
(102023,57,17244,NULL,9633,7,'2026-01-23 20:41:14','2026-01-23 20:41:14','4832ea5e-ca0e-4142-bf00-5d8b61d5d1d3'),
(102024,57,17244,NULL,9625,8,'2026-01-23 20:41:14','2026-01-23 20:41:14','2c779fb5-e82a-4533-9ff5-3b7ef50e2f46'),
(102025,57,17244,NULL,9626,9,'2026-01-23 20:41:14','2026-01-23 20:41:14','99d135dd-3692-4b47-bf57-d8fc1630f3ae'),
(102026,57,17244,NULL,9624,10,'2026-01-23 20:41:14','2026-01-23 20:41:14','002afb40-2c70-4e88-8ce8-6ecf7be53828'),
(102027,57,17244,NULL,9623,11,'2026-01-23 20:41:14','2026-01-23 20:41:14','846f0c1c-ad12-4c98-bb82-b01ae4179f80'),
(102028,57,17244,NULL,9622,12,'2026-01-23 20:41:14','2026-01-23 20:41:14','b05d6a8d-ff82-4b98-bdb8-d05f18baa593'),
(102029,13,17244,NULL,10152,1,'2026-01-23 20:41:14','2026-01-23 20:41:14','942c6549-c030-4d78-a3ac-8af1a0ac244e'),
(102053,32,17248,NULL,2610,1,'2026-01-23 20:42:01','2026-01-23 20:42:01','f37c067c-126b-4753-bf8e-a69689063d50'),
(102054,32,17248,NULL,2598,2,'2026-01-23 20:42:01','2026-01-23 20:42:01','c5ed0cf9-785c-4601-8ed2-1f6f2d571954'),
(102055,32,17248,NULL,2600,3,'2026-01-23 20:42:01','2026-01-23 20:42:01','28e02eb9-3ca4-4eae-933c-cca3828b3196'),
(102056,32,17248,NULL,2602,4,'2026-01-23 20:42:01','2026-01-23 20:42:01','cbbc491a-1fc2-4c06-9bce-a773f4954036'),
(102057,32,17248,NULL,2604,5,'2026-01-23 20:42:01','2026-01-23 20:42:01','ca3f12bd-ff2a-4bd9-9705-01357a3ebae8'),
(102058,32,17248,NULL,2608,6,'2026-01-23 20:42:01','2026-01-23 20:42:01','34a8737c-f874-4d8e-98f1-cceea32c6dd5'),
(102059,32,17248,NULL,2596,7,'2026-01-23 20:42:01','2026-01-23 20:42:01','2c5425db-1cd3-4385-83ad-fc02df49de0e'),
(102060,32,17248,NULL,2606,8,'2026-01-23 20:42:01','2026-01-23 20:42:01','d741ff3d-6aba-40c6-ad8c-f40044ead1db'),
(102061,32,17248,NULL,2612,9,'2026-01-23 20:42:01','2026-01-23 20:42:01','d0bfaa39-17c2-4e5b-b277-8e948443e4aa'),
(102062,16,17248,NULL,4579,1,'2026-01-23 20:42:01','2026-01-23 20:42:01','26dc88e9-2497-4578-b3c8-6898fd2439e6'),
(102063,7,17248,NULL,2969,1,'2026-01-23 20:42:01','2026-01-23 20:42:01','26cad62d-bbf2-43f4-83a0-4e7ba45db2e8'),
(102064,7,17248,NULL,9727,2,'2026-01-23 20:42:01','2026-01-23 20:42:01','ece10845-6ff7-48af-bf5f-4739d6b7852d'),
(102065,7,17248,NULL,617,3,'2026-01-23 20:42:01','2026-01-23 20:42:01','8ac7f324-6083-4024-81f7-c8cb9748046f'),
(102066,7,17248,NULL,605,4,'2026-01-23 20:42:01','2026-01-23 20:42:01','f1592791-d761-49d4-b815-e9a5519f7de2'),
(102067,7,17248,NULL,9552,5,'2026-01-23 20:42:01','2026-01-23 20:42:01','9de52918-8616-4480-80e5-ba196639a4e8'),
(102068,82,17248,NULL,479,1,'2026-01-23 20:42:01','2026-01-23 20:42:01','2431e3e9-3d76-4c96-a04c-acd0c689d113'),
(102069,82,17248,NULL,491,2,'2026-01-23 20:42:01','2026-01-23 20:42:01','e83720fe-1690-41cc-97b1-b06e31c611ae'),
(102070,47,17248,NULL,12489,1,'2026-01-23 20:42:01','2026-01-23 20:42:01','914e687e-439e-47b8-a07c-bcc28a3ff2cf'),
(102071,57,17248,NULL,8984,1,'2026-01-23 20:42:01','2026-01-23 20:42:01','ad606aeb-e706-4b81-8ac9-8cc3508e5ba0'),
(102072,57,17248,NULL,8982,2,'2026-01-23 20:42:01','2026-01-23 20:42:01','b64c12c2-8f4d-42f0-8d82-6bcfcad52f23'),
(102073,57,17248,NULL,8981,3,'2026-01-23 20:42:01','2026-01-23 20:42:01','56d534b4-9830-4235-8dba-34cc3fdf4034'),
(102074,57,17248,NULL,8983,4,'2026-01-23 20:42:01','2026-01-23 20:42:01','e7c52af8-8627-4a9b-bb20-f78fdbda2a75'),
(102075,57,17248,NULL,8980,5,'2026-01-23 20:42:01','2026-01-23 20:42:01','3005ee4f-6775-477c-9a27-ad7d2bdf69fd'),
(102099,32,17255,NULL,2610,1,'2026-01-23 20:43:32','2026-01-23 20:43:32','f56ac0c9-79e7-4815-8424-5b7d2d71b408'),
(102100,32,17255,NULL,2598,2,'2026-01-23 20:43:32','2026-01-23 20:43:32','8ba4d580-6bf3-499a-9f98-2d0a09518772'),
(102101,32,17255,NULL,2600,3,'2026-01-23 20:43:32','2026-01-23 20:43:32','b42e08d4-2c95-4908-91ab-f46dbd8b6a88'),
(102102,32,17255,NULL,2602,4,'2026-01-23 20:43:32','2026-01-23 20:43:32','885f2a04-8658-4f9e-b9c1-da80cc64220f'),
(102103,32,17255,NULL,2604,5,'2026-01-23 20:43:32','2026-01-23 20:43:32','f1ea5ed9-a74a-4f35-ab4e-510d0244b1a6'),
(102104,32,17255,NULL,2608,6,'2026-01-23 20:43:32','2026-01-23 20:43:32','e192cdca-5dc6-4379-986b-5d6b5b595646'),
(102105,32,17255,NULL,2596,7,'2026-01-23 20:43:32','2026-01-23 20:43:32','afeb3fa4-7ecf-4588-b7e6-71cc543489ef'),
(102106,32,17255,NULL,2606,8,'2026-01-23 20:43:32','2026-01-23 20:43:32','e543a600-c498-4c51-b6fd-843139d840f3'),
(102107,32,17255,NULL,2612,9,'2026-01-23 20:43:32','2026-01-23 20:43:32','d236786a-2631-4c9f-82f5-989e80389877'),
(102108,16,17255,NULL,4579,1,'2026-01-23 20:43:32','2026-01-23 20:43:32','61a8d5da-5d8d-4e0d-8aa5-b6169d638a7c'),
(102109,7,17255,NULL,2969,1,'2026-01-23 20:43:32','2026-01-23 20:43:32','8893ab46-50ed-4d06-8391-1645d011a14a'),
(102110,7,17255,NULL,9727,2,'2026-01-23 20:43:32','2026-01-23 20:43:32','ab0aaafc-1e7c-4921-a7e7-23a2c98c7a23'),
(102111,7,17255,NULL,617,3,'2026-01-23 20:43:32','2026-01-23 20:43:32','b575a739-5bcc-4473-9951-a99b0972973d'),
(102112,7,17255,NULL,605,4,'2026-01-23 20:43:32','2026-01-23 20:43:32','fd258fe9-8a06-47b0-bd39-e42f03a97c51'),
(102113,7,17255,NULL,9552,5,'2026-01-23 20:43:32','2026-01-23 20:43:32','5cd91a6b-dba7-4b4e-abe4-ddef02407aed'),
(102114,82,17255,NULL,479,1,'2026-01-23 20:43:32','2026-01-23 20:43:32','733cfdc8-38fd-4273-9830-afe37f087efd'),
(102115,82,17255,NULL,491,2,'2026-01-23 20:43:32','2026-01-23 20:43:32','24883d4c-6bd5-40d1-b7af-5cfbe18f4dcc'),
(102116,47,17255,NULL,12489,1,'2026-01-23 20:43:32','2026-01-23 20:43:32','df14f817-021f-426f-b600-4ae1e744f169'),
(102117,57,17255,NULL,8984,1,'2026-01-23 20:43:32','2026-01-23 20:43:32','b74e71bd-f5de-4e59-bd4c-6e9295bebc8c'),
(102118,57,17255,NULL,8982,2,'2026-01-23 20:43:32','2026-01-23 20:43:32','af74b005-c929-42ef-a9f1-8f0e43758633'),
(102119,57,17255,NULL,8981,3,'2026-01-23 20:43:32','2026-01-23 20:43:32','ddf867ac-4df8-4ac9-8051-51de22e60804'),
(102120,57,17255,NULL,8983,4,'2026-01-23 20:43:32','2026-01-23 20:43:32','79d52aee-eeca-484e-a7b3-e597c85b5ab7'),
(102121,57,17255,NULL,8980,5,'2026-01-23 20:43:32','2026-01-23 20:43:32','f64b26d9-1685-4ec9-8d7d-fd3dbd4036d5'),
(102146,32,17260,NULL,2610,1,'2026-01-23 20:44:09','2026-01-23 20:44:09','94334c86-d526-41d3-949d-48cf6f3519a1'),
(102147,32,17260,NULL,2598,2,'2026-01-23 20:44:09','2026-01-23 20:44:09','824005cc-0f5d-480a-aeeb-891ee785ba1b'),
(102148,32,17260,NULL,2600,3,'2026-01-23 20:44:09','2026-01-23 20:44:09','b293fad5-6df6-4359-ba69-9bfc3b669763'),
(102149,32,17260,NULL,2602,4,'2026-01-23 20:44:09','2026-01-23 20:44:09','0d1fe9fb-8036-4798-915e-af55ba84a9b1'),
(102150,32,17260,NULL,2612,5,'2026-01-23 20:44:09','2026-01-23 20:44:09','739bdb1b-ed0d-4720-8966-e11786e0da9e'),
(102151,32,17260,NULL,2618,6,'2026-01-23 20:44:09','2026-01-23 20:44:09','3e7d1267-260c-4b15-a8c3-dc2d2226a146'),
(102152,32,17260,NULL,2604,7,'2026-01-23 20:44:09','2026-01-23 20:44:09','6493008e-9b54-4943-8473-21abdb1f8080'),
(102153,32,17260,NULL,2608,8,'2026-01-23 20:44:09','2026-01-23 20:44:09','5686d7e3-ac19-43c3-8408-aa8a6991d1eb'),
(102154,32,17260,NULL,2596,9,'2026-01-23 20:44:09','2026-01-23 20:44:09','93065301-ea64-4b96-b8db-add7135c911c'),
(102155,32,17260,NULL,2606,10,'2026-01-23 20:44:09','2026-01-23 20:44:09','be632ada-1cab-4548-9f28-408d642454a4'),
(102156,16,17260,NULL,4639,1,'2026-01-23 20:44:09','2026-01-23 20:44:09','5f2868f3-43b4-4855-93c0-39d72bb38ceb'),
(102157,7,17260,NULL,2974,1,'2026-01-23 20:44:09','2026-01-23 20:44:09','9df1f980-2e78-47b0-b1f8-70c6138e51b1'),
(102158,7,17260,NULL,617,2,'2026-01-23 20:44:09','2026-01-23 20:44:09','566c5631-7ae5-4802-a400-f504afb1b10b'),
(102159,7,17260,NULL,605,3,'2026-01-23 20:44:09','2026-01-23 20:44:09','789b1678-720e-4bd1-bd81-e3134eda233b'),
(102160,7,17260,NULL,9552,4,'2026-01-23 20:44:09','2026-01-23 20:44:09','22f50f47-19f8-4cb7-9a4a-6c3117082fe3'),
(102161,82,17260,NULL,491,1,'2026-01-23 20:44:09','2026-01-23 20:44:09','94b5d265-2298-41c7-baa0-152e3fca95b3'),
(102162,46,17260,NULL,3697,1,'2026-01-23 20:44:09','2026-01-23 20:44:09','ae7a4bdf-0bf8-4d28-b7b0-4e83a04132e6'),
(102163,47,17260,NULL,12494,1,'2026-01-23 20:44:09','2026-01-23 20:44:09','dc83c27e-54ad-4927-95f8-33aaf820b4bf'),
(102164,57,17260,NULL,5084,1,'2026-01-23 20:44:09','2026-01-23 20:44:09','349adfb4-58b1-4792-9dcb-1acbd8a6d9da'),
(102165,57,17260,NULL,5085,2,'2026-01-23 20:44:09','2026-01-23 20:44:09','2fd598b5-dcb4-4cee-b7ab-3a8f79b5cbc6'),
(102166,57,17260,NULL,5086,3,'2026-01-23 20:44:09','2026-01-23 20:44:09','c4ef6e24-e7e9-4409-a4ae-788548b6d075'),
(102167,57,17260,NULL,5087,4,'2026-01-23 20:44:09','2026-01-23 20:44:09','c435fde2-ab89-40da-9032-74b67a27a1e4'),
(102168,57,17260,NULL,5088,5,'2026-01-23 20:44:09','2026-01-23 20:44:09','f441c9cd-cec9-4b3f-b3f8-17c66fa36524'),
(102195,32,17265,NULL,2610,1,'2026-01-23 20:44:52','2026-01-23 20:44:52','cffdef95-f09e-40a5-bb9e-7e3736afbc9f'),
(102196,32,17265,NULL,2598,2,'2026-01-23 20:44:52','2026-01-23 20:44:52','26f0115e-7822-48c2-8fbc-207098586e4d'),
(102197,32,17265,NULL,2600,3,'2026-01-23 20:44:52','2026-01-23 20:44:52','ad0ab8e3-dd48-4086-a4d0-e0155b983aa8'),
(102198,32,17265,NULL,2602,4,'2026-01-23 20:44:52','2026-01-23 20:44:52','68daca00-ae2f-4bc2-b31a-e789f74fcda4'),
(102199,32,17265,NULL,2612,5,'2026-01-23 20:44:52','2026-01-23 20:44:52','d5e7aa85-d346-42f4-9ff2-824bf6b3c530'),
(102200,32,17265,NULL,2618,6,'2026-01-23 20:44:52','2026-01-23 20:44:52','f0bc94be-3599-403a-8496-0d913aa81be9'),
(102201,32,17265,NULL,2604,7,'2026-01-23 20:44:52','2026-01-23 20:44:52','262503bc-f023-4765-989a-06cc17e96832'),
(102202,32,17265,NULL,2608,8,'2026-01-23 20:44:52','2026-01-23 20:44:52','8662e206-5e31-4473-8d5b-c5a1fc2fe12f'),
(102203,32,17265,NULL,2596,9,'2026-01-23 20:44:52','2026-01-23 20:44:52','997c9114-2dfa-4381-82a3-8a6375361dc4'),
(102204,32,17265,NULL,2606,10,'2026-01-23 20:44:52','2026-01-23 20:44:52','a13e39c6-a611-4399-9d24-edfc7feb60d1'),
(102205,16,17265,NULL,4639,1,'2026-01-23 20:44:52','2026-01-23 20:44:52','231528bf-f7a7-4f2d-8715-d2535b5eb65c'),
(102206,7,17265,NULL,2974,1,'2026-01-23 20:44:52','2026-01-23 20:44:52','c78aeca9-3236-463c-8743-53974b7fa3f3'),
(102207,7,17265,NULL,617,2,'2026-01-23 20:44:52','2026-01-23 20:44:52','2d8047bc-b5e1-4028-bf71-0d776df1cdc9'),
(102208,7,17265,NULL,605,3,'2026-01-23 20:44:52','2026-01-23 20:44:52','d1695cb1-426c-4f80-9f44-997a41f5d590'),
(102209,7,17265,NULL,9552,4,'2026-01-23 20:44:52','2026-01-23 20:44:52','2e4954fa-55c6-4b83-b76c-686ec23a7984'),
(102210,82,17265,NULL,491,1,'2026-01-23 20:44:52','2026-01-23 20:44:52','03f1f6fb-6b32-4ee2-b43c-e233a30407cb'),
(102211,46,17265,NULL,3697,1,'2026-01-23 20:44:52','2026-01-23 20:44:52','3c02cdf7-59a7-4db5-be77-da794d98e082'),
(102212,47,17265,NULL,12494,1,'2026-01-23 20:44:52','2026-01-23 20:44:52','64d37b03-0f37-4ba5-9bc7-7281843ac7be'),
(102213,57,17265,NULL,5084,1,'2026-01-23 20:44:52','2026-01-23 20:44:52','c681610e-7a73-474a-9cbd-8bda508a89cd'),
(102214,57,17265,NULL,5085,2,'2026-01-23 20:44:52','2026-01-23 20:44:52','7141264a-7421-4044-966e-0d0b27033bbf'),
(102215,57,17265,NULL,5086,3,'2026-01-23 20:44:52','2026-01-23 20:44:52','f9946117-0575-40dc-8007-5deba9b6c58e'),
(102216,57,17265,NULL,5087,4,'2026-01-23 20:44:52','2026-01-23 20:44:52','2c001fad-32d3-4413-b8e0-3f855d7c2606'),
(102217,57,17265,NULL,5088,5,'2026-01-23 20:44:52','2026-01-23 20:44:52','9e735e42-4959-4495-b4fe-71238e556540'),
(102219,66,17266,NULL,6033,1,'2026-01-23 20:44:52','2026-01-23 20:44:52','0ebd6ac6-6c46-4b76-9785-0dda0d10436e'),
(102250,32,17269,NULL,2610,1,'2026-01-23 20:45:41','2026-01-23 20:45:41','9419b0ac-b7e1-4249-b27c-dcfd82f4509f'),
(102251,32,17269,NULL,2598,2,'2026-01-23 20:45:41','2026-01-23 20:45:41','2c3e6fd5-8dac-4158-b645-64a5c9c539da'),
(102252,32,17269,NULL,2600,3,'2026-01-23 20:45:41','2026-01-23 20:45:41','1ccb4562-5abd-40ea-b99f-124baa381224'),
(102253,32,17269,NULL,2604,4,'2026-01-23 20:45:41','2026-01-23 20:45:41','b9bb80e6-1e1a-4c42-9be7-9c6a300b2053'),
(102254,32,17269,NULL,2608,5,'2026-01-23 20:45:41','2026-01-23 20:45:41','853f2510-c52d-464d-adaa-20334a7f7127'),
(102255,32,17269,NULL,2596,6,'2026-01-23 20:45:41','2026-01-23 20:45:41','79048612-40c8-4875-ae26-c48e363ce375'),
(102256,32,17269,NULL,2602,7,'2026-01-23 20:45:41','2026-01-23 20:45:41','2b173aba-af6d-4302-8f1c-88047f609677'),
(102257,32,17269,NULL,2606,8,'2026-01-23 20:45:41','2026-01-23 20:45:41','5e918925-cb93-4302-a070-a54b170623e9'),
(102258,32,17269,NULL,2612,9,'2026-01-23 20:45:41','2026-01-23 20:45:41','df01be02-d458-4a6c-9dd8-baf47742949f'),
(102259,16,17269,NULL,4610,1,'2026-01-23 20:45:41','2026-01-23 20:45:41','7e8d7f3b-bbda-43f8-a060-7c5d625835bf'),
(102260,7,17269,NULL,2969,1,'2026-01-23 20:45:41','2026-01-23 20:45:41','effc2088-1cea-4789-9de8-9ca052ca7adb'),
(102261,7,17269,NULL,9640,2,'2026-01-23 20:45:41','2026-01-23 20:45:41','b2f9ac12-c862-4c04-ac90-8cb85340685b'),
(102262,7,17269,NULL,2974,3,'2026-01-23 20:45:41','2026-01-23 20:45:41','b2748b6f-cee6-4969-9992-ac9c40ff20c5'),
(102263,7,17269,NULL,617,4,'2026-01-23 20:45:41','2026-01-23 20:45:41','89032c64-4626-499e-8a59-6e45e29af089'),
(102264,7,17269,NULL,605,5,'2026-01-23 20:45:41','2026-01-23 20:45:41','3aad7077-e672-4bb3-bc3d-147533e0f64f'),
(102265,7,17269,NULL,9552,6,'2026-01-23 20:45:41','2026-01-23 20:45:41','0c3efe48-d7dd-44bd-abf5-c590c3fc599f'),
(102266,82,17269,NULL,491,1,'2026-01-23 20:45:41','2026-01-23 20:45:41','7a9c7448-9729-41d5-ac95-32d002f907ed'),
(102267,57,17269,NULL,9629,1,'2026-01-23 20:45:41','2026-01-23 20:45:41','644d6faf-6c38-4bdd-b517-01a685e41f77'),
(102268,57,17269,NULL,9631,2,'2026-01-23 20:45:41','2026-01-23 20:45:41','9c6a3f77-43b1-4abf-a726-7b9ae2db26a5'),
(102269,57,17269,NULL,9630,3,'2026-01-23 20:45:41','2026-01-23 20:45:41','ea90188c-2fa9-406d-8bcb-f8eb6d88795a'),
(102270,57,17269,NULL,9628,4,'2026-01-23 20:45:41','2026-01-23 20:45:41','b5f7e5cb-f7a1-42d0-8c42-46f1beac8f1b'),
(102271,57,17269,NULL,9627,5,'2026-01-23 20:45:41','2026-01-23 20:45:41','7605471e-771c-4cf1-a582-6d3d3a0a62f2'),
(102272,57,17269,NULL,9632,6,'2026-01-23 20:45:41','2026-01-23 20:45:41','92ef5f5e-ac4a-4292-a08a-e83a7dbbb8c3'),
(102273,57,17269,NULL,9633,7,'2026-01-23 20:45:41','2026-01-23 20:45:41','7974fcd5-3341-42cf-ac04-ed153fbe8ef2'),
(102274,57,17269,NULL,9625,8,'2026-01-23 20:45:41','2026-01-23 20:45:41','f108f5ba-da95-48f2-8c0b-9f4f23e5ec22'),
(102275,57,17269,NULL,9626,9,'2026-01-23 20:45:41','2026-01-23 20:45:41','d64521d7-5ebf-4da6-8867-235dfa6157c0'),
(102276,57,17269,NULL,9624,10,'2026-01-23 20:45:41','2026-01-23 20:45:41','8d010378-d96f-49af-81bf-9d45be9e441e'),
(102277,57,17269,NULL,9623,11,'2026-01-23 20:45:41','2026-01-23 20:45:41','a05e9dc4-1419-460e-acab-3a40b8109cfd'),
(102278,57,17269,NULL,9622,12,'2026-01-23 20:45:41','2026-01-23 20:45:41','81818700-1db7-49d0-96cb-958f97e56aeb'),
(102279,13,17269,NULL,10152,1,'2026-01-23 20:45:41','2026-01-23 20:45:41','0f07d1b5-6ac0-41e8-9632-77d963244e2b'),
(102310,32,17272,NULL,2610,1,'2026-01-23 20:46:00','2026-01-23 20:46:00','4d9fe41a-ba1c-495e-9411-45840bce3ecc'),
(102311,32,17272,NULL,2598,2,'2026-01-23 20:46:00','2026-01-23 20:46:00','5f9dc6e4-acfe-4033-9b3d-02213ca15275'),
(102312,32,17272,NULL,2600,3,'2026-01-23 20:46:00','2026-01-23 20:46:00','ad2e63da-ee92-4033-a435-547e7353bab7'),
(102313,32,17272,NULL,2604,4,'2026-01-23 20:46:00','2026-01-23 20:46:00','063defd1-d462-4175-9e6f-93bf9e3a334b'),
(102314,32,17272,NULL,2608,5,'2026-01-23 20:46:00','2026-01-23 20:46:00','03ee2cab-f017-4bcf-ad64-609b5adde5f3'),
(102315,32,17272,NULL,2596,6,'2026-01-23 20:46:00','2026-01-23 20:46:00','68d9ce0b-22a8-43e2-9b94-e87d5b5e3e71'),
(102316,32,17272,NULL,2602,7,'2026-01-23 20:46:00','2026-01-23 20:46:00','39dc1865-75e5-4d21-ab2c-56d863570449'),
(102317,32,17272,NULL,2606,8,'2026-01-23 20:46:00','2026-01-23 20:46:00','9a807f87-de2c-4b1f-8ed4-634e1c06a45e'),
(102318,32,17272,NULL,2612,9,'2026-01-23 20:46:00','2026-01-23 20:46:00','fdfd7840-cd1a-433f-9ecb-fd9d3abd8908'),
(102319,16,17272,NULL,4610,1,'2026-01-23 20:46:00','2026-01-23 20:46:00','501b4187-b6b3-4639-85e7-4e62aecb5904'),
(102320,7,17272,NULL,2969,1,'2026-01-23 20:46:00','2026-01-23 20:46:00','d0072a70-b43c-45a9-81f8-9f4888e2f57b'),
(102321,7,17272,NULL,9640,2,'2026-01-23 20:46:00','2026-01-23 20:46:00','56b06207-26ef-4e16-9b68-e5d2006ecc10'),
(102322,7,17272,NULL,2974,3,'2026-01-23 20:46:00','2026-01-23 20:46:00','5865f26c-86c3-4999-aa19-5875e771dbff'),
(102323,7,17272,NULL,617,4,'2026-01-23 20:46:00','2026-01-23 20:46:00','c102a210-9c6b-444b-a727-5ce740e43f5b'),
(102324,7,17272,NULL,605,5,'2026-01-23 20:46:00','2026-01-23 20:46:00','828edb1f-be13-4c46-8460-ab969da23856'),
(102325,7,17272,NULL,9552,6,'2026-01-23 20:46:00','2026-01-23 20:46:00','14179ec4-97ca-4d0a-ac32-cafbdebd47e9'),
(102326,82,17272,NULL,491,1,'2026-01-23 20:46:00','2026-01-23 20:46:00','61a36678-3057-4b5f-9d80-2375b3ea6a31'),
(102327,57,17272,NULL,9629,1,'2026-01-23 20:46:00','2026-01-23 20:46:00','7637fbb6-9bc9-41c7-afe7-6cc77440a71a'),
(102328,57,17272,NULL,9631,2,'2026-01-23 20:46:00','2026-01-23 20:46:00','814dff33-86d7-48dd-baf7-9c877f549ef5'),
(102329,57,17272,NULL,9630,3,'2026-01-23 20:46:00','2026-01-23 20:46:00','5de4a69e-d6bb-46cc-a7a5-324e9598c25d'),
(102330,57,17272,NULL,9628,4,'2026-01-23 20:46:00','2026-01-23 20:46:00','cb6fc33c-d5c6-4711-9c15-44b8af0d5fae'),
(102331,57,17272,NULL,9627,5,'2026-01-23 20:46:00','2026-01-23 20:46:00','49ed8312-a6ca-4aaf-9a3b-ec3cffc4818a'),
(102332,57,17272,NULL,9632,6,'2026-01-23 20:46:00','2026-01-23 20:46:00','ca1d7bc9-2495-47cd-90eb-4eb02aca897e'),
(102333,57,17272,NULL,9633,7,'2026-01-23 20:46:00','2026-01-23 20:46:00','6ad32bac-6f75-4e35-baad-7ec4971740fe'),
(102334,57,17272,NULL,9625,8,'2026-01-23 20:46:00','2026-01-23 20:46:00','a5b6b41b-fa32-482d-a6e1-9c72361fa7a4'),
(102335,57,17272,NULL,9626,9,'2026-01-23 20:46:00','2026-01-23 20:46:00','47ae1ad2-d164-4c21-ad8a-0c12ae2e5d52'),
(102336,57,17272,NULL,9624,10,'2026-01-23 20:46:00','2026-01-23 20:46:00','d9e36f0f-ce35-4ba8-bb55-6542f0526262'),
(102337,57,17272,NULL,9623,11,'2026-01-23 20:46:00','2026-01-23 20:46:00','705da6f1-fd09-4c7b-a3b8-60810b7cee6f'),
(102338,57,17272,NULL,9622,12,'2026-01-23 20:46:00','2026-01-23 20:46:00','4672f099-9412-4d69-852d-47bfa4eed4c6'),
(102339,13,17272,NULL,10152,1,'2026-01-23 20:46:00','2026-01-23 20:46:00','b76391db-7334-48f8-98c6-47039c5e3ae7'),
(102363,32,17278,NULL,2610,1,'2026-01-23 20:47:35','2026-01-23 20:47:35','058b5078-6a83-4466-9bd3-22e5ff5c1831'),
(102364,32,17278,NULL,2598,2,'2026-01-23 20:47:35','2026-01-23 20:47:35','96288303-1158-4f34-a88a-563949e3f4f8'),
(102365,32,17278,NULL,2600,3,'2026-01-23 20:47:35','2026-01-23 20:47:35','9d2cac17-8afa-4c30-8306-9702cf958e63'),
(102366,32,17278,NULL,2602,4,'2026-01-23 20:47:35','2026-01-23 20:47:35','582a7b44-be96-40da-abc8-b2b18282421e'),
(102367,32,17278,NULL,2604,5,'2026-01-23 20:47:35','2026-01-23 20:47:35','592365c9-ebd1-42f8-9574-305a8ac13f70'),
(102368,32,17278,NULL,2608,6,'2026-01-23 20:47:35','2026-01-23 20:47:35','e9af979e-352e-47a5-91c7-f21582cd1d52'),
(102369,32,17278,NULL,2596,7,'2026-01-23 20:47:35','2026-01-23 20:47:35','ab5ec0c6-a38e-4db3-beba-c2c80f0813df'),
(102370,32,17278,NULL,2606,8,'2026-01-23 20:47:35','2026-01-23 20:47:35','7597a483-da8a-4c82-a4a6-ff9c3f5e5c82'),
(102371,32,17278,NULL,2612,9,'2026-01-23 20:47:35','2026-01-23 20:47:35','78d2be47-6921-4741-82b7-c4edbe739135'),
(102372,16,17278,NULL,4579,1,'2026-01-23 20:47:35','2026-01-23 20:47:35','56cd7337-1472-48e2-962c-8818f1303063'),
(102373,7,17278,NULL,2969,1,'2026-01-23 20:47:35','2026-01-23 20:47:35','d2db6978-1d5f-4092-8e0d-1eb895f62cab'),
(102374,7,17278,NULL,9727,2,'2026-01-23 20:47:35','2026-01-23 20:47:35','15c61255-de82-4b00-aeb6-2df07a2f2083'),
(102375,7,17278,NULL,617,3,'2026-01-23 20:47:35','2026-01-23 20:47:35','822db6cd-2fbf-48ac-8c42-ae130ede984d'),
(102376,7,17278,NULL,605,4,'2026-01-23 20:47:35','2026-01-23 20:47:35','5cb54d25-06a7-4041-bcc1-bf8a2de6d7ca'),
(102377,7,17278,NULL,9552,5,'2026-01-23 20:47:35','2026-01-23 20:47:35','178efac9-748c-4066-b7e5-d525d4e4dab6'),
(102378,82,17278,NULL,479,1,'2026-01-23 20:47:35','2026-01-23 20:47:35','0c3144cd-d5cb-422a-82ec-061cb1f1e4d4'),
(102379,82,17278,NULL,491,2,'2026-01-23 20:47:35','2026-01-23 20:47:35','6d22e08a-0734-448e-983b-0d6871273a94'),
(102380,47,17278,NULL,12489,1,'2026-01-23 20:47:35','2026-01-23 20:47:35','de134d9d-4eec-4e8d-a2e3-140e41820850'),
(102381,57,17278,NULL,8984,1,'2026-01-23 20:47:35','2026-01-23 20:47:35','2cb1e66a-96b1-40a8-8e19-3d63374ee4bf'),
(102382,57,17278,NULL,8982,2,'2026-01-23 20:47:35','2026-01-23 20:47:35','8c36f70a-7de1-43b5-baab-4451f093d26d'),
(102383,57,17278,NULL,8981,3,'2026-01-23 20:47:35','2026-01-23 20:47:35','b8749357-2a53-4caa-ad2c-40571aeb6f0c'),
(102384,57,17278,NULL,8983,4,'2026-01-23 20:47:35','2026-01-23 20:47:35','43d334ed-462a-4d86-8072-6e773418ee41'),
(102385,57,17278,NULL,8980,5,'2026-01-23 20:47:35','2026-01-23 20:47:35','0916ef88-eee6-441d-ab0b-06bda8c8e312'),
(102409,32,17281,NULL,2610,1,'2026-01-23 20:48:08','2026-01-23 20:48:08','00355f6b-f5ae-493b-86c4-67cadac2eb51'),
(102410,32,17281,NULL,2598,2,'2026-01-23 20:48:08','2026-01-23 20:48:08','7621b5a4-1db4-496e-a4a1-35f0fcdc5808'),
(102411,32,17281,NULL,2600,3,'2026-01-23 20:48:08','2026-01-23 20:48:08','8db478d7-45b2-4e09-9467-43e3c070250f'),
(102412,32,17281,NULL,2602,4,'2026-01-23 20:48:08','2026-01-23 20:48:08','180a9b62-b898-4694-baac-27a864716a84'),
(102413,32,17281,NULL,2604,5,'2026-01-23 20:48:08','2026-01-23 20:48:08','5f2dbf8a-f8ec-47e6-aa68-59af8549e21e'),
(102414,32,17281,NULL,2608,6,'2026-01-23 20:48:08','2026-01-23 20:48:08','6fc6b6ba-c7a3-4b5a-9cb1-ef278d77a97f'),
(102415,32,17281,NULL,2596,7,'2026-01-23 20:48:08','2026-01-23 20:48:08','09114fec-5849-4221-9dce-09c1b37d6ef9'),
(102416,32,17281,NULL,2606,8,'2026-01-23 20:48:08','2026-01-23 20:48:08','88bb25ed-c688-4729-981d-05f28ab1a800'),
(102417,32,17281,NULL,2612,9,'2026-01-23 20:48:08','2026-01-23 20:48:08','9b988501-1872-4ef8-a2c8-f890b6301686'),
(102418,16,17281,NULL,4579,1,'2026-01-23 20:48:08','2026-01-23 20:48:08','fbb1a357-d5ef-4351-9b14-f8fb693eb7b6'),
(102419,7,17281,NULL,2969,1,'2026-01-23 20:48:08','2026-01-23 20:48:08','63ee7d40-c270-4d1f-98e5-791f041729a9'),
(102420,7,17281,NULL,9727,2,'2026-01-23 20:48:08','2026-01-23 20:48:08','8751ec34-ee03-4f55-9ff3-af44e01391b8'),
(102421,7,17281,NULL,617,3,'2026-01-23 20:48:08','2026-01-23 20:48:08','2f28dd80-77ad-427e-9945-be4352859416'),
(102422,7,17281,NULL,605,4,'2026-01-23 20:48:08','2026-01-23 20:48:08','dcf5923b-e9c7-43d1-b09d-8ef5c5323781'),
(102423,7,17281,NULL,9552,5,'2026-01-23 20:48:08','2026-01-23 20:48:08','aaa1d796-8a2b-49d1-9033-be8beb4c6bc7'),
(102424,82,17281,NULL,479,1,'2026-01-23 20:48:08','2026-01-23 20:48:08','84db3393-e5be-4ccc-93f7-0af16c5b2abd'),
(102425,82,17281,NULL,491,2,'2026-01-23 20:48:08','2026-01-23 20:48:08','9b2b82a9-272d-4b1f-aa95-6a4ec1ee62d3'),
(102426,47,17281,NULL,12489,1,'2026-01-23 20:48:08','2026-01-23 20:48:08','cbb9e744-22ab-4519-828d-0153c587b4ef'),
(102427,57,17281,NULL,8984,1,'2026-01-23 20:48:08','2026-01-23 20:48:08','45e82022-4d96-4ec8-9061-df252177cc88'),
(102428,57,17281,NULL,8982,2,'2026-01-23 20:48:08','2026-01-23 20:48:08','db154384-22e8-4702-a563-0d6caaadf0ae'),
(102429,57,17281,NULL,8981,3,'2026-01-23 20:48:08','2026-01-23 20:48:08','9e706197-3070-48b2-b40a-9b9bef3e3288'),
(102430,57,17281,NULL,8983,4,'2026-01-23 20:48:08','2026-01-23 20:48:08','2d760e2c-3db4-4880-9f64-138b6fac6f64'),
(102431,57,17281,NULL,8980,5,'2026-01-23 20:48:08','2026-01-23 20:48:08','4d9110a5-ecc5-4cfe-9563-acba9755daac'),
(102459,32,17289,NULL,2610,1,'2026-01-23 20:50:44','2026-01-23 20:50:44','7f9155d5-7329-4a5a-8d76-2768f8e9a021'),
(102460,32,17289,NULL,2598,2,'2026-01-23 20:50:44','2026-01-23 20:50:44','87c7cd31-164a-48a7-b5a9-df5d172c85e6'),
(102461,32,17289,NULL,2600,3,'2026-01-23 20:50:44','2026-01-23 20:50:44','40c543c7-12f7-444b-abb6-c7f025adc249'),
(102462,32,17289,NULL,2604,4,'2026-01-23 20:50:44','2026-01-23 20:50:44','f756d73d-37e4-4797-a9c5-df9b7cdda75c'),
(102463,32,17289,NULL,2608,5,'2026-01-23 20:50:44','2026-01-23 20:50:44','4ec7fa51-e18c-4e3e-a927-3f70058a5dbf'),
(102464,32,17289,NULL,2596,6,'2026-01-23 20:50:44','2026-01-23 20:50:44','16717620-d50a-403f-b094-3ea1fff4056e'),
(102465,32,17289,NULL,2602,7,'2026-01-23 20:50:44','2026-01-23 20:50:44','9d3eb83a-b366-4793-9e22-0d86608b3e61'),
(102466,32,17289,NULL,2606,8,'2026-01-23 20:50:44','2026-01-23 20:50:44','469709e6-3eb5-498f-8bb1-49c9794aaba9'),
(102467,32,17289,NULL,2612,9,'2026-01-23 20:50:44','2026-01-23 20:50:44','46453197-8a2d-4691-ba26-2e89a468516e'),
(102468,16,17289,NULL,9420,1,'2026-01-23 20:50:44','2026-01-23 20:50:44','f931865c-8ca0-4990-8df0-6e26e3ada83c'),
(102469,7,17289,NULL,6547,1,'2026-01-23 20:50:44','2026-01-23 20:50:44','718fd487-c3d6-4319-82bb-50c964b61411'),
(102470,7,17289,NULL,601,2,'2026-01-23 20:50:44','2026-01-23 20:50:44','e7297bc4-26a0-47c0-bd8f-c903c09a015d'),
(102471,7,17289,NULL,617,3,'2026-01-23 20:50:44','2026-01-23 20:50:44','57267576-49eb-4749-a152-d4c5ea1b95ef'),
(102472,7,17289,NULL,605,4,'2026-01-23 20:50:44','2026-01-23 20:50:44','06033f20-2f63-4202-8171-1d3e524720e0'),
(102473,7,17289,NULL,9552,5,'2026-01-23 20:50:44','2026-01-23 20:50:44','8b4dedde-fe60-43df-9286-1dff75e66e1f'),
(102474,82,17289,NULL,491,1,'2026-01-23 20:50:44','2026-01-23 20:50:44','3d2d177f-ebaf-4ba0-82db-5cee9da7ff8a'),
(102475,47,17289,NULL,12413,1,'2026-01-23 20:50:44','2026-01-23 20:50:44','24bcd8c9-5c40-47bd-b367-69b57572df7a'),
(102476,57,17289,NULL,8141,1,'2026-01-23 20:50:44','2026-01-23 20:50:44','8f9f3d51-d113-46e7-9e41-4671dbd89be8'),
(102477,57,17289,NULL,5129,2,'2026-01-23 20:50:44','2026-01-23 20:50:44','2521fe7e-855f-4508-9224-ce7b0c7afd5a'),
(102478,57,17289,NULL,5127,3,'2026-01-23 20:50:44','2026-01-23 20:50:44','f9375ea3-950e-4658-8638-493b9aa490d6'),
(102479,57,17289,NULL,8142,4,'2026-01-23 20:50:44','2026-01-23 20:50:44','3a752c12-07a0-4488-a8ec-6c6d1f1b8c28'),
(102480,57,17289,NULL,9423,5,'2026-01-23 20:50:44','2026-01-23 20:50:44','4384060c-1510-4b5d-970b-f063b43e8bf9'),
(102481,57,17289,NULL,9424,6,'2026-01-23 20:50:44','2026-01-23 20:50:44','5d27c110-a7a3-40de-8438-a5031f57c9a5'),
(102482,57,17289,NULL,9425,7,'2026-01-23 20:50:44','2026-01-23 20:50:44','9f10c732-f7c2-4d06-983d-62fe5aae7452'),
(102483,57,17289,NULL,9426,8,'2026-01-23 20:50:44','2026-01-23 20:50:44','73096fb4-4e7b-422a-a17c-9ce6820e2afe'),
(102484,57,17289,NULL,9427,9,'2026-01-23 20:50:44','2026-01-23 20:50:44','08a46d94-f56b-4fc7-a00e-412b90257e29'),
(102485,66,17290,NULL,6000,1,'2026-01-23 20:50:44','2026-01-23 20:50:44','6b56cc95-18b2-4b1f-b770-fc5c32f603fb'),
(102512,32,17294,NULL,2610,1,'2026-01-23 21:15:44','2026-01-23 21:15:44','e2a16edb-efb8-4250-b8b4-d65c838fd799'),
(102513,32,17294,NULL,2598,2,'2026-01-23 21:15:44','2026-01-23 21:15:44','82e96ce8-d2d6-432d-9e93-fb4b78152531'),
(102514,32,17294,NULL,2600,3,'2026-01-23 21:15:44','2026-01-23 21:15:44','d2b4de21-c237-4689-9e93-e489e423fb50'),
(102515,32,17294,NULL,2604,4,'2026-01-23 21:15:44','2026-01-23 21:15:44','d75f1104-47b4-488c-b45d-48155280f739'),
(102516,32,17294,NULL,2608,5,'2026-01-23 21:15:44','2026-01-23 21:15:44','693bbee8-c6c0-4785-9bb3-b46abecc2cdd'),
(102517,32,17294,NULL,2596,6,'2026-01-23 21:15:44','2026-01-23 21:15:44','d7ad5c2f-e847-4821-9138-878a04a389e3'),
(102518,32,17294,NULL,2602,7,'2026-01-23 21:15:44','2026-01-23 21:15:44','69072d01-0d7a-4b48-962c-2ff3b58c15d3'),
(102519,32,17294,NULL,2606,8,'2026-01-23 21:15:44','2026-01-23 21:15:44','768eb941-8b31-4d16-91d1-88633257bd5d'),
(102520,32,17294,NULL,2612,9,'2026-01-23 21:15:44','2026-01-23 21:15:44','55ffe746-e31b-42e6-9265-7eb8642b4dd3'),
(102521,16,17294,NULL,9420,1,'2026-01-23 21:15:44','2026-01-23 21:15:44','fb83fe32-78da-4528-9c7f-75cef2d5c39d'),
(102522,7,17294,NULL,6547,1,'2026-01-23 21:15:44','2026-01-23 21:15:44','c461d52f-7e9d-4522-9580-afbd0226f46a'),
(102523,7,17294,NULL,601,2,'2026-01-23 21:15:44','2026-01-23 21:15:44','551dedbb-ae45-49ab-aec7-0d71bb02c459'),
(102524,7,17294,NULL,617,3,'2026-01-23 21:15:44','2026-01-23 21:15:44','d5bd99c2-492a-4cff-afc2-f158cb7d1e2f'),
(102525,7,17294,NULL,605,4,'2026-01-23 21:15:44','2026-01-23 21:15:44','27cbf617-4ed3-45bc-b745-c86f425a2162'),
(102526,7,17294,NULL,9552,5,'2026-01-23 21:15:44','2026-01-23 21:15:44','bad73dee-4d48-4286-a893-5c6d53225ab1'),
(102527,82,17294,NULL,491,1,'2026-01-23 21:15:44','2026-01-23 21:15:44','8f94cc48-2865-4c7d-98ca-efa87efa5ea1'),
(102528,47,17294,NULL,12413,1,'2026-01-23 21:15:44','2026-01-23 21:15:44','6a4eeee4-66e6-4397-b8e8-fe56f8f78d65'),
(102529,57,17294,NULL,8141,1,'2026-01-23 21:15:44','2026-01-23 21:15:44','7ed8367f-5bb9-46b8-8ab5-1dd99bb19161'),
(102530,57,17294,NULL,5129,2,'2026-01-23 21:15:44','2026-01-23 21:15:44','775e8775-99e8-4dbd-923c-9a5c495afc14'),
(102531,57,17294,NULL,5127,3,'2026-01-23 21:15:44','2026-01-23 21:15:44','58b7db18-9d0d-47e6-9d10-52fd2ec902b6'),
(102532,57,17294,NULL,8142,4,'2026-01-23 21:15:44','2026-01-23 21:15:44','61b63e74-1512-44de-bdff-d24b07a2246b'),
(102533,57,17294,NULL,9423,5,'2026-01-23 21:15:44','2026-01-23 21:15:44','c6d752e2-61c0-4b1f-975e-6f0a776a5595'),
(102534,57,17294,NULL,9424,6,'2026-01-23 21:15:44','2026-01-23 21:15:44','66df1f8f-1c25-4b99-8205-d5b617477c13'),
(102535,57,17294,NULL,9425,7,'2026-01-23 21:15:44','2026-01-23 21:15:44','4ddf3589-78d5-4066-bfda-c8c8f9bd10d5'),
(102536,57,17294,NULL,9426,8,'2026-01-23 21:15:44','2026-01-23 21:15:44','9a3a6ba0-4d5e-45a8-a97d-c8174a495423'),
(102537,57,17294,NULL,9427,9,'2026-01-23 21:15:44','2026-01-23 21:15:44','17df4370-1dc4-4c9b-b8db-734c0dac1811'),
(102568,32,17298,NULL,2610,1,'2026-01-23 21:16:51','2026-01-23 21:16:51','c617e4de-421b-4e25-8e9b-63dec3244cf3'),
(102569,32,17298,NULL,2598,2,'2026-01-23 21:16:51','2026-01-23 21:16:51','0c454ccc-c83a-4a48-8791-71edb20a2558'),
(102570,32,17298,NULL,2608,3,'2026-01-23 21:16:51','2026-01-23 21:16:51','e91110dc-678f-4043-bfdf-2d1517ce7a06'),
(102571,32,17298,NULL,2600,4,'2026-01-23 21:16:51','2026-01-23 21:16:51','88f5a1f5-1151-47ab-b113-deae8efb89d9'),
(102572,32,17298,NULL,2596,5,'2026-01-23 21:16:51','2026-01-23 21:16:51','aadf65ae-648b-4746-b83f-275a1a2156a5'),
(102573,32,17298,NULL,2602,6,'2026-01-23 21:16:51','2026-01-23 21:16:51','47a56fb3-254c-4442-96dc-3c1a250f0ca5'),
(102574,32,17298,NULL,2612,7,'2026-01-23 21:16:51','2026-01-23 21:16:51','ce968384-3037-482b-9968-1fdf6a3156e0'),
(102575,32,17298,NULL,2618,8,'2026-01-23 21:16:51','2026-01-23 21:16:51','d36b582c-fbce-4ee5-81f6-07f0a32042e6'),
(102576,32,17298,NULL,2604,9,'2026-01-23 21:16:51','2026-01-23 21:16:51','8543204c-f4fe-4c62-9bcf-7d444d9c9d37'),
(102577,32,17298,NULL,2606,10,'2026-01-23 21:16:51','2026-01-23 21:16:51','157b04bb-360b-49f1-93a4-162330c1e669'),
(102578,16,17298,NULL,9068,1,'2026-01-23 21:16:51','2026-01-23 21:16:51','fd8112bd-3a6e-4bd9-9f95-b2e455344183'),
(102579,7,17298,NULL,6547,1,'2026-01-23 21:16:51','2026-01-23 21:16:51','8da6260a-fc53-480b-bff1-3910b8d555e6'),
(102580,7,17298,NULL,601,2,'2026-01-23 21:16:51','2026-01-23 21:16:51','7079096d-21a0-41e6-ae00-81239568e611'),
(102581,7,17298,NULL,617,3,'2026-01-23 21:16:51','2026-01-23 21:16:51','2c8debc4-72bd-43d7-9275-fa778e6bad1e'),
(102582,7,17298,NULL,9732,4,'2026-01-23 21:16:51','2026-01-23 21:16:51','cd16b50e-615c-4e86-a369-becce1971186'),
(102583,7,17298,NULL,9735,5,'2026-01-23 21:16:51','2026-01-23 21:16:51','07c9d175-cdcc-4fa9-ac40-47c17dd657c1'),
(102584,7,17298,NULL,2972,6,'2026-01-23 21:16:51','2026-01-23 21:16:51','0a0229f2-132d-490d-bd0c-ed9659568e49'),
(102585,7,17298,NULL,9549,7,'2026-01-23 21:16:51','2026-01-23 21:16:51','f887a5e3-61b8-46d5-88b7-66a9ed3e8f37'),
(102586,7,17298,NULL,605,8,'2026-01-23 21:16:51','2026-01-23 21:16:51','f325eb50-1ddc-4f7f-8668-8a0286537966'),
(102587,7,17298,NULL,9552,9,'2026-01-23 21:16:51','2026-01-23 21:16:51','d2b88b62-67b0-4432-ab59-12ac1e977fee'),
(102588,82,17298,NULL,479,1,'2026-01-23 21:16:51','2026-01-23 21:16:51','a511cf78-69d2-44d9-bc5b-999b2d8522ba'),
(102589,82,17298,NULL,491,2,'2026-01-23 21:16:51','2026-01-23 21:16:51','d37e193e-b5d2-4d57-82a6-4b2f5d90c3a2'),
(102590,46,17298,NULL,3697,1,'2026-01-23 21:16:51','2026-01-23 21:16:51','1356038d-3c52-49b0-ad9e-d2663c8103f0'),
(102591,47,17298,NULL,12297,1,'2026-01-23 21:16:51','2026-01-23 21:16:51','305ee575-922b-49ac-a9f4-a5029dd9c48c'),
(102592,57,17298,NULL,9071,1,'2026-01-23 21:16:51','2026-01-23 21:16:51','3c667713-047b-4fcc-b4fb-c1721681aa85'),
(102593,57,17298,NULL,9072,2,'2026-01-23 21:16:51','2026-01-23 21:16:51','3e2f3dc1-d0a1-4808-9b9b-68081158a5ff'),
(102594,57,17298,NULL,9073,3,'2026-01-23 21:16:51','2026-01-23 21:16:51','becb1609-784d-49fd-b5d4-77b5db5ae886'),
(102595,57,17298,NULL,9074,4,'2026-01-23 21:16:51','2026-01-23 21:16:51','3bfd2a73-b1e9-4f7c-b2ca-c4c4b19eb001'),
(102596,57,17298,NULL,9075,5,'2026-01-23 21:16:51','2026-01-23 21:16:51','555f022e-bd66-4955-b75b-a17c9ee7a671'),
(102597,13,17298,NULL,6872,1,'2026-01-23 21:16:51','2026-01-23 21:16:51','fb994b07-a8dc-40ff-a191-ba7ea9be1a74'),
(102628,66,17302,NULL,17301,1,'2026-01-23 21:18:13','2026-01-23 21:18:13','e46384e1-3427-49ea-a3f3-fba011153703'),
(102629,32,17303,NULL,2614,1,'2026-01-23 21:18:13','2026-01-23 21:18:13','da987a9f-5168-401e-9cf3-71e41fe06c9d'),
(102630,32,17303,NULL,2610,2,'2026-01-23 21:18:13','2026-01-23 21:18:13','190654e1-831a-4d2e-97f9-37fd2b931e88'),
(102631,32,17303,NULL,2598,3,'2026-01-23 21:18:13','2026-01-23 21:18:13','17baed80-9adb-43c0-ad7b-6fceeca25eee'),
(102632,32,17303,NULL,2608,4,'2026-01-23 21:18:13','2026-01-23 21:18:13','9db34d62-d0f4-472f-98fe-791698154c50'),
(102633,32,17303,NULL,2600,5,'2026-01-23 21:18:13','2026-01-23 21:18:13','d33db023-8016-4d1c-9825-48846ecfd3a8'),
(102634,32,17303,NULL,2596,6,'2026-01-23 21:18:13','2026-01-23 21:18:13','18008276-2866-4998-98fb-e2930ce666cb'),
(102635,32,17303,NULL,2602,7,'2026-01-23 21:18:13','2026-01-23 21:18:13','f0f7bd43-9291-4f29-ba4f-217fe1e20da8'),
(102636,32,17303,NULL,2612,8,'2026-01-23 21:18:13','2026-01-23 21:18:13','5edebc76-061e-4768-8852-67d3ab259817'),
(102637,32,17303,NULL,2604,9,'2026-01-23 21:18:13','2026-01-23 21:18:13','0c9eb321-6d6c-4832-ba8b-0b003fa3e9a2'),
(102638,32,17303,NULL,2606,10,'2026-01-23 21:18:13','2026-01-23 21:18:13','32ce4a17-584c-4c23-9411-e72d1c26ca7e'),
(102639,16,17303,NULL,9901,1,'2026-01-23 21:18:13','2026-01-23 21:18:13','3e463026-19ee-42a4-8372-f842da2bd9bd'),
(102640,7,17303,NULL,605,1,'2026-01-23 21:18:13','2026-01-23 21:18:13','ce213332-0615-42db-a6c0-dadec2287155'),
(102641,7,17303,NULL,617,2,'2026-01-23 21:18:13','2026-01-23 21:18:13','a9369058-96ee-4ddc-8175-fd808e05bda1'),
(102642,7,17303,NULL,9552,3,'2026-01-23 21:18:13','2026-01-23 21:18:13','27bb09d0-002f-4890-bf2b-5738796bec6e'),
(102643,82,17303,NULL,479,1,'2026-01-23 21:18:13','2026-01-23 21:18:13','3f9517e6-03cd-449b-b44b-261928ad61e2'),
(102644,47,17303,NULL,12358,1,'2026-01-23 21:18:13','2026-01-23 21:18:13','010997a3-5ace-4b1f-bee6-617cf734c8a5'),
(102645,57,17303,NULL,9903,1,'2026-01-23 21:18:13','2026-01-23 21:18:13','5b663dba-d24b-47b2-abe4-9a8ae654236e'),
(102646,57,17303,NULL,9904,2,'2026-01-23 21:18:13','2026-01-23 21:18:13','f7a89ae3-cb29-4fe1-acee-460f96d047fd'),
(102647,57,17303,NULL,9907,3,'2026-01-23 21:18:13','2026-01-23 21:18:13','aeefa6d7-f18b-4cb8-a559-9629367e2910'),
(102648,57,17303,NULL,9908,4,'2026-01-23 21:18:13','2026-01-23 21:18:13','2233bc54-15b3-410c-8f88-4ba3b1b08891'),
(102649,57,17303,NULL,9909,5,'2026-01-23 21:18:13','2026-01-23 21:18:13','51e1c94e-357d-4d0f-aaea-2f637280f005'),
(102650,57,17303,NULL,9910,6,'2026-01-23 21:18:13','2026-01-23 21:18:13','faf0e80c-3828-4808-aa4c-e746617d65f8'),
(102651,57,17303,NULL,9911,7,'2026-01-23 21:18:13','2026-01-23 21:18:13','e2ef82d1-df80-4d53-82fa-3b057b3159d0'),
(102652,57,17303,NULL,9912,8,'2026-01-23 21:18:13','2026-01-23 21:18:13','3066bddb-471a-4696-9c35-592a80634704'),
(102653,57,17303,NULL,9913,9,'2026-01-23 21:18:13','2026-01-23 21:18:13','0f315dce-60a6-4a0d-9822-0a33fb6f22b2'),
(102654,57,17303,NULL,9914,10,'2026-01-23 21:18:13','2026-01-23 21:18:13','6872cc9f-f97d-4844-b3c4-1cd3b52e6036'),
(102655,57,17303,NULL,9915,11,'2026-01-23 21:18:13','2026-01-23 21:18:13','e4db25ed-ddc7-4cc1-901e-fbe09e940c50'),
(102656,57,17303,NULL,9905,12,'2026-01-23 21:18:13','2026-01-23 21:18:13','b27808f5-98f1-4932-92e4-2b474ad4ccdd'),
(102657,57,17303,NULL,9906,13,'2026-01-23 21:18:13','2026-01-23 21:18:13','98253ae7-10c1-4630-abbd-56bc642b7bb5'),
(102658,66,17304,NULL,17301,1,'2026-01-23 21:18:13','2026-01-23 21:18:13','a06fe474-25fe-443e-95ec-793f44119014'),
(102659,32,17305,NULL,2610,1,'2026-01-23 21:18:47','2026-01-23 21:18:47','50524e79-455a-4a57-8599-356a6c443c87'),
(102660,32,17305,NULL,2598,2,'2026-01-23 21:18:47','2026-01-23 21:18:47','43e15e5c-33ab-44e6-bbb8-9594b990aacd'),
(102661,32,17305,NULL,2608,3,'2026-01-23 21:18:47','2026-01-23 21:18:47','ebf5d220-7f6e-4be1-99c9-6255bcb95037'),
(102662,32,17305,NULL,2600,4,'2026-01-23 21:18:47','2026-01-23 21:18:47','39d5d720-a483-4d28-860d-c93d8fde1fcb'),
(102663,32,17305,NULL,2596,5,'2026-01-23 21:18:47','2026-01-23 21:18:47','4deb83e1-6a8e-40d0-9207-4c7a129ce6cc'),
(102664,32,17305,NULL,2602,6,'2026-01-23 21:18:47','2026-01-23 21:18:47','452c8ddf-aaf9-4e66-8da8-6aa0aba0c595'),
(102665,32,17305,NULL,2612,7,'2026-01-23 21:18:47','2026-01-23 21:18:47','458af310-4f7d-44e0-8b14-24e77bc66e62'),
(102666,32,17305,NULL,2604,8,'2026-01-23 21:18:47','2026-01-23 21:18:47','e99b3588-7c95-4cbc-ab65-f6d502107fb1'),
(102667,32,17305,NULL,2606,9,'2026-01-23 21:18:47','2026-01-23 21:18:47','eb41c148-9852-4149-b30d-f76ee04a22b6'),
(102668,16,17305,NULL,9080,1,'2026-01-23 21:18:47','2026-01-23 21:18:47','2f9007b7-9597-4641-98d1-f06571c4af94'),
(102669,7,17305,NULL,605,1,'2026-01-23 21:18:47','2026-01-23 21:18:47','c81a2c9c-78ed-4fab-9d9c-f3963810aedc'),
(102670,7,17305,NULL,617,2,'2026-01-23 21:18:47','2026-01-23 21:18:47','45993a7e-a73f-486b-9492-5141c057233e'),
(102671,7,17305,NULL,9552,3,'2026-01-23 21:18:47','2026-01-23 21:18:47','6870efb3-0a99-47fc-b6bc-b08ee6ae28c3'),
(102672,82,17305,NULL,479,1,'2026-01-23 21:18:47','2026-01-23 21:18:47','3cf79c99-358d-4551-a4a7-c06660d0e427'),
(102673,82,17305,NULL,491,2,'2026-01-23 21:18:47','2026-01-23 21:18:47','765cc96d-eb5d-41ba-9455-6c322ab9ec75'),
(102674,47,17305,NULL,12303,1,'2026-01-23 21:18:47','2026-01-23 21:18:47','9fd32bde-fc2d-4484-a81b-f544f8ac8f85'),
(102675,57,17305,NULL,9087,1,'2026-01-23 21:18:47','2026-01-23 21:18:47','c5977550-54de-4ab2-a2d3-eb6f97231cdf'),
(102676,57,17305,NULL,9088,2,'2026-01-23 21:18:47','2026-01-23 21:18:47','6a124b71-8fb9-4aaa-8540-3489808b521c'),
(102677,57,17305,NULL,9086,3,'2026-01-23 21:18:47','2026-01-23 21:18:47','6e04eab7-a727-48b6-80a2-0a7ae6fc2381'),
(102678,57,17305,NULL,9083,4,'2026-01-23 21:18:47','2026-01-23 21:18:47','2f344170-e4d5-4918-bb59-6bbb7f421e08'),
(102679,57,17305,NULL,9085,5,'2026-01-23 21:18:47','2026-01-23 21:18:47','63c4d228-4dc8-4a58-af1f-ab8e7bff802c'),
(102680,57,17305,NULL,9084,6,'2026-01-23 21:18:47','2026-01-23 21:18:47','6ec5e910-bea6-4d72-b517-7ec36a974dbc'),
(102707,32,17307,NULL,2614,1,'2026-01-23 21:19:37','2026-01-23 21:19:37','51c1c50a-35b9-4943-af89-1dc3e7588d61'),
(102708,32,17307,NULL,2610,2,'2026-01-23 21:19:37','2026-01-23 21:19:37','2f60c814-c9ac-412d-9ac8-6e81210b6eed'),
(102709,32,17307,NULL,2598,3,'2026-01-23 21:19:37','2026-01-23 21:19:37','9e1b8615-49d6-4d93-b5b9-60647e4de3aa'),
(102710,32,17307,NULL,2608,4,'2026-01-23 21:19:37','2026-01-23 21:19:37','f715d7fa-4c44-41fb-86b1-bdd22e541a91'),
(102711,32,17307,NULL,2624,5,'2026-01-23 21:19:37','2026-01-23 21:19:37','8aaebe4e-3ac1-4162-bd34-34edc2fa29af'),
(102712,32,17307,NULL,2600,6,'2026-01-23 21:19:37','2026-01-23 21:19:37','feca0b6f-5fbf-4a11-af12-94ca6a094e41'),
(102713,32,17307,NULL,2596,7,'2026-01-23 21:19:37','2026-01-23 21:19:37','db83c805-47fc-49cc-89b5-613a14bf562e'),
(102714,32,17307,NULL,2602,8,'2026-01-23 21:19:37','2026-01-23 21:19:37','2a7e8283-ad8a-4df2-b1a3-d226e0de6696'),
(102715,32,17307,NULL,2606,9,'2026-01-23 21:19:37','2026-01-23 21:19:37','01888490-17db-4944-8cc3-c3f1f90b8f95'),
(102716,32,17307,NULL,2612,10,'2026-01-23 21:19:37','2026-01-23 21:19:37','386211ca-5c08-4f43-99c8-6ec0ad20b0d9'),
(102717,32,17307,NULL,2604,11,'2026-01-23 21:19:37','2026-01-23 21:19:37','1f0221a5-ff90-4aff-9750-7556a0d0e5df'),
(102718,16,17307,NULL,9204,1,'2026-01-23 21:19:37','2026-01-23 21:19:37','62f2c3aa-0b63-49a6-996d-ae357784fe30'),
(102719,7,17307,NULL,3468,1,'2026-01-23 21:19:37','2026-01-23 21:19:37','9c0430e3-5ec0-478a-a99e-d0bdaa8df2b9'),
(102720,7,17307,NULL,617,2,'2026-01-23 21:19:37','2026-01-23 21:19:37','9d094705-d9d0-41f5-b0fe-715ddd0f1df8'),
(102721,7,17307,NULL,605,3,'2026-01-23 21:19:37','2026-01-23 21:19:37','c65f0fdb-bea1-470c-82aa-1da62263e2dd'),
(102722,7,17307,NULL,9552,4,'2026-01-23 21:19:37','2026-01-23 21:19:37','ed22eaac-d5f1-45a0-a029-ad35564e3c7a'),
(102723,46,17307,NULL,2891,1,'2026-01-23 21:19:37','2026-01-23 21:19:37','ee39903f-35d3-4f0b-b378-847cdaa45f7e'),
(102724,47,17307,NULL,12360,1,'2026-01-23 21:19:37','2026-01-23 21:19:37','2ee5cf58-93df-4677-9d35-c3c4d4bdd507'),
(102725,57,17307,NULL,9211,1,'2026-01-23 21:19:37','2026-01-23 21:19:37','7bf08e2d-f001-4ba5-981e-81939981410a'),
(102726,57,17307,NULL,9210,2,'2026-01-23 21:19:37','2026-01-23 21:19:37','45aa0478-b382-40ba-9a3e-4dcf404f57c6'),
(102727,57,17307,NULL,9213,3,'2026-01-23 21:19:37','2026-01-23 21:19:37','d346b979-95df-4e8b-ad2e-c56c44c6f699'),
(102728,57,17307,NULL,9212,4,'2026-01-23 21:19:37','2026-01-23 21:19:37','d3c84ac4-ee77-48a4-b9de-d40a8027a7be'),
(102729,57,17307,NULL,9209,5,'2026-01-23 21:19:37','2026-01-23 21:19:37','8e80e45e-b73d-4fbb-b5ac-769ce12107ac'),
(102730,57,17307,NULL,9207,6,'2026-01-23 21:19:37','2026-01-23 21:19:37','9b315c1d-58c5-4f9f-ab69-2c2af136d7aa'),
(102731,57,17307,NULL,9208,7,'2026-01-23 21:19:37','2026-01-23 21:19:37','9c8c50c8-b21b-4603-bd31-84e44d044bf2'),
(102757,32,17312,NULL,2614,1,'2026-01-23 21:30:59','2026-01-23 21:30:59','8233f0bb-93fd-47e7-b8b1-81c4001fbf5e'),
(102758,32,17312,NULL,2610,2,'2026-01-23 21:30:59','2026-01-23 21:30:59','1cd3a3b9-d55a-4e0f-9f8b-191fb2d4a0b9'),
(102759,32,17312,NULL,2598,3,'2026-01-23 21:30:59','2026-01-23 21:30:59','8208d33a-d648-4e9b-b627-46e5772affe8'),
(102760,32,17312,NULL,2608,4,'2026-01-23 21:30:59','2026-01-23 21:30:59','6f4b6c60-e4fe-45c9-8d7c-8905956826d4'),
(102761,32,17312,NULL,2600,5,'2026-01-23 21:30:59','2026-01-23 21:30:59','2f694f33-2928-495a-8950-1998829b83ac'),
(102762,32,17312,NULL,2596,6,'2026-01-23 21:30:59','2026-01-23 21:30:59','c6bd7275-95b8-4aaa-b8bb-960915528c61'),
(102763,32,17312,NULL,2602,7,'2026-01-23 21:30:59','2026-01-23 21:30:59','08c519be-393d-4572-8bf9-706599a7c147'),
(102764,32,17312,NULL,2612,8,'2026-01-23 21:30:59','2026-01-23 21:30:59','61d893a4-90e4-4627-9476-d855d8f4d241'),
(102765,32,17312,NULL,2604,9,'2026-01-23 21:30:59','2026-01-23 21:30:59','cf98eb52-d6a6-4e22-8e85-0fe6b2fe0a80'),
(102766,32,17312,NULL,2606,10,'2026-01-23 21:30:59','2026-01-23 21:30:59','5de99ed2-c526-4c0f-b41c-dd587f54dd41'),
(102767,16,17312,NULL,9095,1,'2026-01-23 21:30:59','2026-01-23 21:30:59','b74df7d5-1fe3-494d-87e9-82446e1dff8c'),
(102768,7,17312,NULL,3468,1,'2026-01-23 21:30:59','2026-01-23 21:30:59','b5ab03d7-ff56-4e27-8c50-f4a388114aa5'),
(102769,7,17312,NULL,617,2,'2026-01-23 21:30:59','2026-01-23 21:30:59','59db21c5-8f36-4058-adaa-ad634606bace'),
(102770,7,17312,NULL,605,3,'2026-01-23 21:30:59','2026-01-23 21:30:59','d0451e26-4723-41f7-8df2-a84491a5322a'),
(102771,7,17312,NULL,9552,4,'2026-01-23 21:30:59','2026-01-23 21:30:59','8602d55a-e9c2-4651-b515-b1d01cf1876b'),
(102772,82,17312,NULL,479,1,'2026-01-23 21:30:59','2026-01-23 21:30:59','b5444f57-b3cf-4b3b-bdd9-169757b074a8'),
(102773,47,17312,NULL,12306,1,'2026-01-23 21:30:59','2026-01-23 21:30:59','332e0243-247e-48e8-a5cb-43784f1d82e7'),
(102774,57,17312,NULL,9100,1,'2026-01-23 21:30:59','2026-01-23 21:30:59','0473cfb7-f46b-46bb-a28b-21a0b4d21b4d'),
(102775,57,17312,NULL,9102,2,'2026-01-23 21:30:59','2026-01-23 21:30:59','67e942e4-fc6e-4be7-819c-caa8afb3bd1c'),
(102776,57,17312,NULL,9103,3,'2026-01-23 21:30:59','2026-01-23 21:30:59','16d54137-8ac2-4a86-bae7-c651f42b4e99'),
(102777,57,17312,NULL,9104,4,'2026-01-23 21:30:59','2026-01-23 21:30:59','2630ca5d-6eaf-4ef0-b5e1-c2f71e0d4b30'),
(102778,57,17312,NULL,9101,5,'2026-01-23 21:30:59','2026-01-23 21:30:59','32314640-5d26-473b-beeb-765cfaaceeda'),
(102779,57,17312,NULL,9105,6,'2026-01-23 21:30:59','2026-01-23 21:30:59','fdc3e37e-4a65-4a53-9771-eabf7151730e'),
(102781,66,17313,NULL,5965,1,'2026-01-23 21:30:59','2026-01-23 21:30:59','e8f2dedd-1569-43d0-9465-d19d33631787'),
(102799,32,17315,NULL,2598,1,'2026-01-23 21:31:41','2026-01-23 21:31:41','c6259119-fada-4ebd-b824-01f81e3a83e5'),
(102800,32,17315,NULL,2608,2,'2026-01-23 21:31:41','2026-01-23 21:31:41','d1421d3c-8ea8-43e8-a53b-18b682d766bd'),
(102801,32,17315,NULL,2600,3,'2026-01-23 21:31:41','2026-01-23 21:31:41','b9b40dcc-7cb8-4881-89bb-1493e50cb4df'),
(102802,32,17315,NULL,2596,4,'2026-01-23 21:31:41','2026-01-23 21:31:41','8d28e449-f7bc-4ee8-9d82-d3f0477f9085'),
(102803,32,17315,NULL,2602,5,'2026-01-23 21:31:41','2026-01-23 21:31:41','c91030e8-cbd1-4dc8-8e39-9145b74aadd0'),
(102804,32,17315,NULL,2606,6,'2026-01-23 21:31:41','2026-01-23 21:31:41','62bd4fe7-a7bf-4b25-b4a8-e9caaf80394a'),
(102805,32,17315,NULL,2604,7,'2026-01-23 21:31:41','2026-01-23 21:31:41','0800d1cf-823c-4195-8baa-ceae5dc380cd'),
(102806,32,17315,NULL,2610,8,'2026-01-23 21:31:41','2026-01-23 21:31:41','3cf42026-60eb-4bab-9753-67921e25facb'),
(102807,32,17315,NULL,2612,9,'2026-01-23 21:31:41','2026-01-23 21:31:41','ff1b0262-b2c8-4c6d-a17f-84289bd38fd1'),
(102808,16,17315,NULL,15333,1,'2026-01-23 21:31:41','2026-01-23 21:31:41','9570cd1a-57b9-42d8-ad58-b2211056db3f'),
(102809,7,17315,NULL,2969,1,'2026-01-23 21:31:41','2026-01-23 21:31:41','c2bd2292-1366-4ae5-a09d-38a9bf822fe8'),
(102810,7,17315,NULL,617,2,'2026-01-23 21:31:41','2026-01-23 21:31:41','924be374-3fb0-43b6-82f9-f1f8bfc45679'),
(102811,7,17315,NULL,605,3,'2026-01-23 21:31:41','2026-01-23 21:31:41','9a1865c7-7ef2-494a-a484-b453dc7b8668'),
(102812,7,17315,NULL,9552,4,'2026-01-23 21:31:41','2026-01-23 21:31:41','2dd03634-ec93-4097-9811-a3d1eaf84327'),
(102813,82,17315,NULL,491,1,'2026-01-23 21:31:41','2026-01-23 21:31:41','d922c32d-e254-42eb-9d85-7c356b19ca92'),
(102814,47,17315,NULL,10463,1,'2026-01-23 21:31:41','2026-01-23 21:31:41','48315682-86f3-4e30-acc2-e06652c59241'),
(102815,12,17315,NULL,15374,1,'2026-01-23 21:31:41','2026-01-23 21:31:41','83187068-66f1-4825-a2c6-77a4d72a4643'),
(102843,32,17320,NULL,2610,1,'2026-01-23 21:33:17','2026-01-23 21:33:17','7bce0a63-c309-455e-8fe0-5e4638d5972a'),
(102844,32,17320,NULL,2598,2,'2026-01-23 21:33:17','2026-01-23 21:33:17','2495da9a-3647-4176-a438-233b3e17bf4c'),
(102845,32,17320,NULL,2608,3,'2026-01-23 21:33:17','2026-01-23 21:33:17','24fc8d48-b755-45a4-a52c-79ae38864847'),
(102846,32,17320,NULL,2600,4,'2026-01-23 21:33:17','2026-01-23 21:33:17','77a566cf-2c2e-458a-b14d-5690ffdce65a'),
(102847,32,17320,NULL,2602,5,'2026-01-23 21:33:17','2026-01-23 21:33:17','1eba0431-85d3-4445-b3cc-7c37c199b8a4'),
(102848,32,17320,NULL,2612,6,'2026-01-23 21:33:17','2026-01-23 21:33:17','6bafff5a-ae11-41bc-ba13-7dbe750479d8'),
(102849,32,17320,NULL,2604,7,'2026-01-23 21:33:17','2026-01-23 21:33:17','59846f94-3640-480f-8da8-5f28960bc240'),
(102850,32,17320,NULL,2596,8,'2026-01-23 21:33:17','2026-01-23 21:33:17','15322c9d-de08-49fd-95a7-6aba076621c9'),
(102851,32,17320,NULL,2606,9,'2026-01-23 21:33:17','2026-01-23 21:33:17','687b1750-cef2-4329-ba74-c07455328236'),
(102852,16,17320,NULL,5213,1,'2026-01-23 21:33:17','2026-01-23 21:33:17','1b70c966-6e2a-435f-ad4e-0f280b3161d7'),
(102853,7,17320,NULL,3468,1,'2026-01-23 21:33:17','2026-01-23 21:33:17','d1d1231b-622d-4698-82bf-98a6f72996f2'),
(102854,7,17320,NULL,601,2,'2026-01-23 21:33:17','2026-01-23 21:33:17','2b070b38-f786-4f21-9d93-b69171bbbaca'),
(102855,7,17320,NULL,617,3,'2026-01-23 21:33:17','2026-01-23 21:33:17','be0e78b4-69c8-4e08-8f4b-bbf4adfd5a7c'),
(102856,7,17320,NULL,605,4,'2026-01-23 21:33:17','2026-01-23 21:33:17','518cfe21-d8c3-456b-975a-54978abdb170'),
(102857,7,17320,NULL,9552,5,'2026-01-23 21:33:17','2026-01-23 21:33:17','17192688-5841-4d97-8ee7-acd45df89fcd'),
(102858,82,17320,NULL,479,1,'2026-01-23 21:33:17','2026-01-23 21:33:17','bc78af61-658d-48ac-b244-522932701295'),
(102859,82,17320,NULL,491,2,'2026-01-23 21:33:17','2026-01-23 21:33:17','b3713cba-710d-4cb8-a7b3-025e48b1d0c6'),
(102860,47,17320,NULL,12308,1,'2026-01-23 21:33:17','2026-01-23 21:33:17','6fd493b0-1b54-40c9-bfc1-639a8d2af32d'),
(102861,57,17320,NULL,5233,1,'2026-01-23 21:33:17','2026-01-23 21:33:17','70ecb19c-6873-4681-b1aa-d8b70118b88a'),
(102862,57,17320,NULL,5234,2,'2026-01-23 21:33:17','2026-01-23 21:33:17','3d0870bb-13bf-4c42-a115-29928027e7f4'),
(102863,57,17320,NULL,5235,3,'2026-01-23 21:33:17','2026-01-23 21:33:17','622488ca-2228-4762-bb95-8679ff3d6842'),
(102864,57,17320,NULL,5236,4,'2026-01-23 21:33:17','2026-01-23 21:33:17','e5062717-b39e-4036-a465-cdfe8933c376'),
(102865,57,17320,NULL,5237,5,'2026-01-23 21:33:17','2026-01-23 21:33:17','f1eff516-fa6d-45ea-ada9-2b3b5a8b8a74'),
(102866,57,17320,NULL,5238,6,'2026-01-23 21:33:17','2026-01-23 21:33:17','d09bad46-ca87-441e-a869-abedaf206493'),
(102867,57,17320,NULL,5239,7,'2026-01-23 21:33:17','2026-01-23 21:33:17','d7a7c932-5bff-41b3-8237-cddd26e7ed0f'),
(102869,66,17321,NULL,5982,1,'2026-01-23 21:33:17','2026-01-23 21:33:17','2850abcc-d09d-4e62-9564-59a229f5395b'),
(102896,32,17323,NULL,2610,1,'2026-01-23 21:33:28','2026-01-23 21:33:28','f9eca114-b38d-4ad3-99d2-8f33773191b6'),
(102897,32,17323,NULL,2598,2,'2026-01-23 21:33:28','2026-01-23 21:33:28','bebcca93-f44b-4dcb-b720-0e378b67d65a'),
(102898,32,17323,NULL,2608,3,'2026-01-23 21:33:28','2026-01-23 21:33:28','8c03164d-f5c2-4833-b27d-7bd591432ce9'),
(102899,32,17323,NULL,2600,4,'2026-01-23 21:33:28','2026-01-23 21:33:28','422de2a4-3726-4e3e-a956-d4accb6fb62a'),
(102900,32,17323,NULL,2602,5,'2026-01-23 21:33:28','2026-01-23 21:33:28','02698ef7-c43f-47fd-86e7-7fd599b59226'),
(102901,32,17323,NULL,2612,6,'2026-01-23 21:33:28','2026-01-23 21:33:28','93d88073-f5e1-48fc-a039-f6687db1f9be'),
(102902,32,17323,NULL,2604,7,'2026-01-23 21:33:28','2026-01-23 21:33:28','e3456260-a8d1-476b-a30b-75a245455f46'),
(102903,32,17323,NULL,2596,8,'2026-01-23 21:33:28','2026-01-23 21:33:28','c65210ba-6ed1-4c2f-94d2-99afd334c685'),
(102904,32,17323,NULL,2606,9,'2026-01-23 21:33:28','2026-01-23 21:33:28','a350969a-2550-41a3-a009-d2bf5ecfb399'),
(102905,16,17323,NULL,5213,1,'2026-01-23 21:33:28','2026-01-23 21:33:28','2ee67bac-b37b-44e7-b027-a719aadf9d31'),
(102906,7,17323,NULL,3468,1,'2026-01-23 21:33:28','2026-01-23 21:33:28','af86b98d-dae8-4d1b-93e9-29b6ba3507a8'),
(102907,7,17323,NULL,601,2,'2026-01-23 21:33:28','2026-01-23 21:33:28','b267a8f5-ad82-40cf-a873-e71a6b981576'),
(102908,7,17323,NULL,617,3,'2026-01-23 21:33:28','2026-01-23 21:33:28','9cf25ba9-ca9d-4120-aa8d-43901101a1cd'),
(102909,7,17323,NULL,605,4,'2026-01-23 21:33:28','2026-01-23 21:33:28','a93e246e-ba9d-4f12-875f-cbc5a59dd0f5'),
(102910,7,17323,NULL,9552,5,'2026-01-23 21:33:28','2026-01-23 21:33:28','09a193c9-0e45-4d0f-b9b8-129c647e07c5'),
(102911,82,17323,NULL,479,1,'2026-01-23 21:33:28','2026-01-23 21:33:28','99340796-8875-4361-bb3c-5b6878cd8000'),
(102912,82,17323,NULL,491,2,'2026-01-23 21:33:28','2026-01-23 21:33:28','9b1bd51f-3172-4fee-97f0-50c2ca07d710'),
(102913,47,17323,NULL,12308,1,'2026-01-23 21:33:28','2026-01-23 21:33:28','f1c58381-63ab-40ce-8b54-d5c61bd5260c'),
(102914,57,17323,NULL,5233,1,'2026-01-23 21:33:28','2026-01-23 21:33:28','ef7a14a0-ec4f-4129-ae15-99677406f321'),
(102915,57,17323,NULL,5234,2,'2026-01-23 21:33:28','2026-01-23 21:33:28','b9a5a4ef-caa4-47cc-8c89-9635e91a7fca'),
(102916,57,17323,NULL,5235,3,'2026-01-23 21:33:28','2026-01-23 21:33:28','343e26ef-9df6-4567-9f61-156b52bcfc2b'),
(102917,57,17323,NULL,5236,4,'2026-01-23 21:33:28','2026-01-23 21:33:28','74cfc68d-0648-40aa-ba88-202be455b720'),
(102918,57,17323,NULL,5237,5,'2026-01-23 21:33:28','2026-01-23 21:33:28','e26e2de8-5601-4d5f-9b1a-c73755cb299f'),
(102919,57,17323,NULL,5238,6,'2026-01-23 21:33:28','2026-01-23 21:33:28','bfa10a7e-8098-4a74-bb2b-33dc9df0107d'),
(102920,57,17323,NULL,5239,7,'2026-01-23 21:33:28','2026-01-23 21:33:28','d5978e3d-5013-47fc-a4b4-0e6a6dc22f87'),
(102945,32,17325,NULL,2610,1,'2026-01-23 21:34:04','2026-01-23 21:34:04','806d8064-7b7f-40ba-a2ee-c2d22eb7d44b'),
(102946,32,17325,NULL,2598,2,'2026-01-23 21:34:04','2026-01-23 21:34:04','92d84dae-5ffd-4945-9345-be0de6112af9'),
(102947,32,17325,NULL,2600,3,'2026-01-23 21:34:04','2026-01-23 21:34:04','6b9770a2-2eb5-4044-b6bd-b1b234152dc2'),
(102948,32,17325,NULL,2606,4,'2026-01-23 21:34:04','2026-01-23 21:34:04','9b6f6c47-dbaa-4f1f-b078-aea5a0c27df6'),
(102949,32,17325,NULL,2604,5,'2026-01-23 21:34:04','2026-01-23 21:34:04','9553b7ec-e356-40f0-bbb7-b6006070a16b'),
(102950,32,17325,NULL,2614,6,'2026-01-23 21:34:04','2026-01-23 21:34:04','85e2a009-1fd6-4924-915b-299e1c9c5973'),
(102951,32,17325,NULL,2608,7,'2026-01-23 21:34:04','2026-01-23 21:34:04','873c3149-fbc6-479f-a5f3-0218f48a466c'),
(102952,32,17325,NULL,2596,8,'2026-01-23 21:34:04','2026-01-23 21:34:04','606d8fb4-c995-497d-b056-4f759c92c0b1'),
(102953,32,17325,NULL,2602,9,'2026-01-23 21:34:04','2026-01-23 21:34:04','fd27cb36-e5f2-48ea-855e-f07a92bb10ce'),
(102954,32,17325,NULL,2612,10,'2026-01-23 21:34:04','2026-01-23 21:34:04','8079a672-323f-4f95-ac30-9813b302b982'),
(102955,16,17325,NULL,5191,1,'2026-01-23 21:34:04','2026-01-23 21:34:04','80af96e5-5da9-444d-b80a-8c537b572648'),
(102956,7,17325,NULL,2969,1,'2026-01-23 21:34:04','2026-01-23 21:34:04','fba0d9e7-2135-4df8-8826-41dfedb09923'),
(102957,7,17325,NULL,617,2,'2026-01-23 21:34:04','2026-01-23 21:34:04','22ceafbb-74a5-42a3-8823-f8712de62515'),
(102958,7,17325,NULL,605,3,'2026-01-23 21:34:04','2026-01-23 21:34:04','7fd8224b-bf68-46fd-b719-e98f6756a45e'),
(102959,7,17325,NULL,9552,4,'2026-01-23 21:34:04','2026-01-23 21:34:04','5fd6b2cc-55eb-4faa-8f09-515665ecdf6f'),
(102960,47,17325,NULL,12370,1,'2026-01-23 21:34:04','2026-01-23 21:34:04','f440d5ae-9bd2-4641-b248-aa4ccf1f09f0'),
(102961,57,17325,NULL,5185,1,'2026-01-23 21:34:04','2026-01-23 21:34:04','f2a7aacb-39ce-4053-b8b2-586c33a1ca51'),
(102962,57,17325,NULL,5186,2,'2026-01-23 21:34:04','2026-01-23 21:34:04','16720a40-4346-40a5-9407-8c6a4e83d038'),
(102963,57,17325,NULL,5187,3,'2026-01-23 21:34:04','2026-01-23 21:34:04','75019032-9672-48ca-af9d-21f4c03ba331'),
(102964,57,17325,NULL,5188,4,'2026-01-23 21:34:04','2026-01-23 21:34:04','0d8cc27b-f649-456c-99aa-36355e728ff7'),
(102965,57,17325,NULL,5189,5,'2026-01-23 21:34:04','2026-01-23 21:34:04','3fba6476-d447-40a0-8c71-f379ed03249c'),
(102966,57,17325,NULL,5190,6,'2026-01-23 21:34:04','2026-01-23 21:34:04','e63a9ae2-c16b-43a6-9a0b-cb64830bc325'),
(102997,32,17327,NULL,2610,1,'2026-01-23 21:34:53','2026-01-23 21:34:53','5d024148-8725-47b8-93e4-aabe016535c1'),
(102998,32,17327,NULL,2598,2,'2026-01-23 21:34:53','2026-01-23 21:34:53','29b19dbf-cbb4-4c09-bc0e-9509050e5853'),
(102999,32,17327,NULL,2608,3,'2026-01-23 21:34:53','2026-01-23 21:34:53','08022e33-d518-44d6-85ce-96fbf4ba5f6c'),
(103000,32,17327,NULL,2624,4,'2026-01-23 21:34:53','2026-01-23 21:34:53','b4ac0de1-71e1-4be5-b874-805768f3ebcd'),
(103001,32,17327,NULL,2600,5,'2026-01-23 21:34:53','2026-01-23 21:34:53','db8ff4c8-f79c-43ba-894d-2de6ba5c84f7'),
(103002,32,17327,NULL,2596,6,'2026-01-23 21:34:53','2026-01-23 21:34:53','be262efe-58d8-4c0e-b0fc-f0eb966b508c'),
(103003,32,17327,NULL,2602,7,'2026-01-23 21:34:53','2026-01-23 21:34:53','c1bdbb8b-9cd1-44f8-b150-9f177c3379c6'),
(103004,32,17327,NULL,2606,8,'2026-01-23 21:34:53','2026-01-23 21:34:53','0837eae5-6030-4293-9ac2-d6c2ad0a367b'),
(103005,32,17327,NULL,2612,9,'2026-01-23 21:34:53','2026-01-23 21:34:53','fa632465-8d4a-4bcf-91e9-9bcc35045f72'),
(103006,32,17327,NULL,2604,10,'2026-01-23 21:34:53','2026-01-23 21:34:53','33fb1656-0c63-4886-9abd-e3a6cee8e922'),
(103007,16,17327,NULL,5140,1,'2026-01-23 21:34:53','2026-01-23 21:34:53','a12fbb4e-e1f5-49e7-bc67-dc71d8f8c55c'),
(103008,7,17327,NULL,6547,1,'2026-01-23 21:34:53','2026-01-23 21:34:53','65f06b1f-e596-41db-bf3d-9818156ad6c5'),
(103009,7,17327,NULL,601,2,'2026-01-23 21:34:53','2026-01-23 21:34:53','2f7c962f-b18a-49c6-a23c-0597e905ee2d'),
(103010,7,17327,NULL,9735,3,'2026-01-23 21:34:53','2026-01-23 21:34:53','c66b4008-d758-4fa2-a194-4fdc33c9e38f'),
(103011,7,17327,NULL,617,4,'2026-01-23 21:34:53','2026-01-23 21:34:53','cd2519f0-9dc3-4db1-92fd-8c25ca6779fe'),
(103012,7,17327,NULL,605,5,'2026-01-23 21:34:53','2026-01-23 21:34:53','5fd20bcc-7be0-40ed-b093-0003cec7bd26'),
(103013,7,17327,NULL,9552,6,'2026-01-23 21:34:53','2026-01-23 21:34:53','1854b481-7d5d-4095-8247-cd1d7ec46b0e'),
(103014,82,17327,NULL,491,1,'2026-01-23 21:34:53','2026-01-23 21:34:53','5b981548-546b-44e1-9107-06dcf1ad10e7'),
(103015,46,17327,NULL,2891,1,'2026-01-23 21:34:53','2026-01-23 21:34:53','3aab39fd-9f19-45b2-b7d1-0dbbe639140e'),
(103016,47,17327,NULL,12315,1,'2026-01-23 21:34:53','2026-01-23 21:34:53','e82226af-5a1b-41f5-a6df-f480bcca4b76'),
(103017,57,17327,NULL,5146,1,'2026-01-23 21:34:53','2026-01-23 21:34:53','7df3f366-40db-4ee3-a865-18309bfbb9cd'),
(103018,57,17327,NULL,5147,2,'2026-01-23 21:34:53','2026-01-23 21:34:53','ed38e00a-9a81-4a7c-a561-d054f97289f7'),
(103019,57,17327,NULL,5148,3,'2026-01-23 21:34:53','2026-01-23 21:34:53','98e0f013-6e39-4e02-86b6-11c25afce363'),
(103020,57,17327,NULL,5149,4,'2026-01-23 21:34:53','2026-01-23 21:34:53','f4265d9d-5f56-4aad-bb28-e309727f937e'),
(103021,57,17327,NULL,5150,5,'2026-01-23 21:34:53','2026-01-23 21:34:53','102fc86f-544d-4b09-993c-6a2f858c84e0'),
(103022,57,17327,NULL,5151,6,'2026-01-23 21:34:53','2026-01-23 21:34:53','4aa480f9-7cc4-4517-9896-953120e24a19'),
(103023,57,17327,NULL,5152,7,'2026-01-23 21:34:53','2026-01-23 21:34:53','98e5e07e-dd20-4d2b-bdaf-5669ff9cd1ba'),
(103024,57,17327,NULL,5153,8,'2026-01-23 21:34:53','2026-01-23 21:34:53','cd64836d-1727-4182-ba12-0fe5a627b309'),
(103025,13,17327,NULL,6882,1,'2026-01-23 21:34:53','2026-01-23 21:34:53','cb8027b1-2c8c-4b52-b415-29e99763fb91'),
(103049,32,17334,NULL,2610,1,'2026-01-23 21:37:02','2026-01-23 21:37:02','5c35ab7a-6f5b-4cd1-aaab-38d57a959cb2'),
(103050,32,17334,NULL,2598,2,'2026-01-23 21:37:02','2026-01-23 21:37:02','929d2abe-afc3-4b48-b354-f63cb35f7185'),
(103051,32,17334,NULL,2600,3,'2026-01-23 21:37:02','2026-01-23 21:37:02','714df546-8434-4eb0-9f2e-ba09c4104245'),
(103052,32,17334,NULL,2604,4,'2026-01-23 21:37:02','2026-01-23 21:37:02','ae135b7a-04af-4454-aa7b-f2a7ea4e00b6'),
(103053,32,17334,NULL,2614,5,'2026-01-23 21:37:02','2026-01-23 21:37:02','45d800f8-9e6d-4ce1-a59f-e39430ad5b93'),
(103054,32,17334,NULL,2608,6,'2026-01-23 21:37:02','2026-01-23 21:37:02','03b274b5-cb00-4128-8e20-aa4cfc0566da'),
(103055,32,17334,NULL,2596,7,'2026-01-23 21:37:02','2026-01-23 21:37:02','66a67fbc-284b-495e-abe6-6a86038b1592'),
(103056,32,17334,NULL,2602,8,'2026-01-23 21:37:02','2026-01-23 21:37:02','bb602b1c-3036-4560-991f-ad79959154f0'),
(103057,32,17334,NULL,2606,9,'2026-01-23 21:37:02','2026-01-23 21:37:02','5def8ed7-7e83-4411-9496-e3d1784ae38a'),
(103058,32,17334,NULL,2612,10,'2026-01-23 21:37:02','2026-01-23 21:37:02','e9da3135-7e40-433e-8606-a12c0e15b3cc'),
(103059,16,17334,NULL,4017,1,'2026-01-23 21:37:02','2026-01-23 21:37:02','18f00c79-63e7-473f-8398-9e4e26719bf9'),
(103060,7,17334,NULL,3468,1,'2026-01-23 21:37:02','2026-01-23 21:37:02','23c0d956-0493-4b9f-8a03-e9a1e377ca62'),
(103061,7,17334,NULL,2969,2,'2026-01-23 21:37:02','2026-01-23 21:37:02','c47b0971-9121-4e11-a3bb-061da87da47c'),
(103062,7,17334,NULL,617,3,'2026-01-23 21:37:02','2026-01-23 21:37:02','cf7f4d17-a5ec-4519-91cd-04831c920766'),
(103063,7,17334,NULL,9724,4,'2026-01-23 21:37:02','2026-01-23 21:37:02','bae6b287-9327-4d05-9372-08c298286493'),
(103064,7,17334,NULL,2972,5,'2026-01-23 21:37:02','2026-01-23 21:37:02','4fc80a2c-5b64-47aa-9190-580513219f99'),
(103065,7,17334,NULL,605,6,'2026-01-23 21:37:02','2026-01-23 21:37:02','56d40e2e-6f0d-426b-a36d-c0611fd30ac7'),
(103066,7,17334,NULL,9552,7,'2026-01-23 21:37:02','2026-01-23 21:37:02','5407d1e5-8a26-4f39-9100-b92086b02be6'),
(103067,47,17334,NULL,12418,1,'2026-01-23 21:37:02','2026-01-23 21:37:02','ab3d3e48-9db5-4316-ba67-535699bb7470'),
(103068,57,17334,NULL,8163,1,'2026-01-23 21:37:02','2026-01-23 21:37:02','a43fbdc5-b840-4f25-a414-7f95e454dec1'),
(103069,57,17334,NULL,8162,2,'2026-01-23 21:37:02','2026-01-23 21:37:02','f9370f7e-ae31-488f-9815-ec8fe8cfbd4b'),
(103070,57,17334,NULL,8164,3,'2026-01-23 21:37:02','2026-01-23 21:37:02','369daadb-a28f-42ff-b619-7810c3f1f041'),
(103071,57,17334,NULL,8165,4,'2026-01-23 21:37:02','2026-01-23 21:37:02','cdcb7c16-1350-441c-8204-6308089ebfd4'),
(103096,32,17339,NULL,2610,1,'2026-01-23 21:37:50','2026-01-23 21:37:50','08997aa2-e80a-4c5b-82f5-437f07cdb482'),
(103097,32,17339,NULL,2598,2,'2026-01-23 21:37:50','2026-01-23 21:37:50','87582ec8-76f6-4562-be9d-9e58ecacec2a'),
(103098,32,17339,NULL,2600,3,'2026-01-23 21:37:50','2026-01-23 21:37:50','60e58e55-4876-4946-be53-33b6d2b853a7'),
(103099,32,17339,NULL,2604,4,'2026-01-23 21:37:50','2026-01-23 21:37:50','57eb9dfa-6d82-44ae-9ca9-902271389a4b'),
(103100,32,17339,NULL,2614,5,'2026-01-23 21:37:50','2026-01-23 21:37:50','c7eb611c-e867-493d-9dab-8a3d3950563a'),
(103101,32,17339,NULL,2608,6,'2026-01-23 21:37:50','2026-01-23 21:37:50','18c331c4-7220-4663-a5b1-e26c21a883ff'),
(103102,32,17339,NULL,2596,7,'2026-01-23 21:37:50','2026-01-23 21:37:50','756b1cdf-3e27-4452-849c-e308b754cc7e'),
(103103,32,17339,NULL,2602,8,'2026-01-23 21:37:50','2026-01-23 21:37:50','cdd56fdc-ae00-4716-a8a9-a390ceb5a919'),
(103104,32,17339,NULL,2606,9,'2026-01-23 21:37:50','2026-01-23 21:37:50','12109f4c-1209-4025-96a8-ee2d12c2fe7f'),
(103105,32,17339,NULL,2612,10,'2026-01-23 21:37:50','2026-01-23 21:37:50','feadae17-03c0-40c5-b380-a60654b1be21'),
(103106,16,17339,NULL,4017,1,'2026-01-23 21:37:50','2026-01-23 21:37:50','de681ae5-538f-4f3b-ae79-85e1dcb323da'),
(103107,7,17339,NULL,3468,1,'2026-01-23 21:37:50','2026-01-23 21:37:50','5c79894c-8ae3-4a01-9291-ffd95914f124'),
(103108,7,17339,NULL,2969,2,'2026-01-23 21:37:50','2026-01-23 21:37:50','3a098e60-824f-4df8-b873-6e760cb039cb'),
(103109,7,17339,NULL,617,3,'2026-01-23 21:37:50','2026-01-23 21:37:50','ebd8f8d2-c773-4977-9ff9-061affbe7341'),
(103110,7,17339,NULL,9724,4,'2026-01-23 21:37:50','2026-01-23 21:37:50','a3fe5504-8676-4dbd-b214-7d7b0c0fb531'),
(103111,7,17339,NULL,2972,5,'2026-01-23 21:37:50','2026-01-23 21:37:50','d712bf7b-21d3-43b4-93ac-959cfa67a4f7'),
(103112,7,17339,NULL,605,6,'2026-01-23 21:37:50','2026-01-23 21:37:50','0b12da9b-5e33-46ee-9731-486f740d809b'),
(103113,7,17339,NULL,9552,7,'2026-01-23 21:37:50','2026-01-23 21:37:50','8d0cbfa6-f8e5-43b9-8885-7c36300ca7a4'),
(103114,47,17339,NULL,12418,1,'2026-01-23 21:37:50','2026-01-23 21:37:50','300b4367-2d58-49ba-b948-af6f0be15d7a'),
(103115,57,17339,NULL,8163,1,'2026-01-23 21:37:50','2026-01-23 21:37:50','c0f8c7fa-9829-4e9b-ac14-958a070c619e'),
(103116,57,17339,NULL,8162,2,'2026-01-23 21:37:50','2026-01-23 21:37:50','db906a1b-50a6-47d5-9101-e2a39789dd74'),
(103117,57,17339,NULL,8164,3,'2026-01-23 21:37:50','2026-01-23 21:37:50','2e6f439e-8106-478c-9258-6a7c1d97c7e4'),
(103118,57,17339,NULL,8165,4,'2026-01-23 21:37:50','2026-01-23 21:37:50','af04bd0d-c280-4c02-98ea-23a06426d922'),
(103119,66,17340,NULL,6006,1,'2026-01-23 21:37:50','2026-01-23 21:37:50','41adb26b-388a-4ebc-91d2-fa988fcddd21'),
(103143,32,17342,NULL,2610,1,'2026-01-23 21:38:04','2026-01-23 21:38:04','a91d7d28-c473-4ebc-ba35-c28a33967157'),
(103144,32,17342,NULL,2598,2,'2026-01-23 21:38:04','2026-01-23 21:38:04','25df4467-c488-41f9-b2cf-83a1c3ea53cb'),
(103145,32,17342,NULL,2600,3,'2026-01-23 21:38:04','2026-01-23 21:38:04','d8a16934-97ba-4858-893d-999f65aa3c72'),
(103146,32,17342,NULL,2604,4,'2026-01-23 21:38:04','2026-01-23 21:38:04','c4bbc945-afbe-48bb-9cf1-840aefb67c24'),
(103147,32,17342,NULL,2614,5,'2026-01-23 21:38:04','2026-01-23 21:38:04','4e6c1a1f-0171-4c05-9f29-5d456559363d'),
(103148,32,17342,NULL,2608,6,'2026-01-23 21:38:04','2026-01-23 21:38:04','985293fd-b04f-4854-99e3-59e49567aa45'),
(103149,32,17342,NULL,2596,7,'2026-01-23 21:38:04','2026-01-23 21:38:04','38268cf9-b008-422c-862e-2dfc7f724597'),
(103150,32,17342,NULL,2602,8,'2026-01-23 21:38:04','2026-01-23 21:38:04','bd766803-ba3d-45a2-8672-761b3d419d41'),
(103151,32,17342,NULL,2606,9,'2026-01-23 21:38:04','2026-01-23 21:38:04','253f8992-2568-41a1-a9af-c1cc129d3b61'),
(103152,32,17342,NULL,2612,10,'2026-01-23 21:38:04','2026-01-23 21:38:04','06f6c147-2142-4bc0-84bb-af830f3ccf9e'),
(103153,16,17342,NULL,4017,1,'2026-01-23 21:38:04','2026-01-23 21:38:04','e1720153-bdf7-4842-9110-e383b35a6810'),
(103154,7,17342,NULL,3468,1,'2026-01-23 21:38:04','2026-01-23 21:38:04','4920798f-afe3-4e50-8755-cb28489be928'),
(103155,7,17342,NULL,2969,2,'2026-01-23 21:38:04','2026-01-23 21:38:04','4ac7fe0e-3efa-4051-ac57-42a77ee46bfb'),
(103156,7,17342,NULL,617,3,'2026-01-23 21:38:04','2026-01-23 21:38:04','6558a800-fba1-4a60-b6d0-5a53622d1841'),
(103157,7,17342,NULL,9724,4,'2026-01-23 21:38:04','2026-01-23 21:38:04','c08dcf3c-c22c-44e6-97c9-83da622b1bf1'),
(103158,7,17342,NULL,2972,5,'2026-01-23 21:38:04','2026-01-23 21:38:04','6c377e0f-5678-4224-ae43-522ce18d6288'),
(103159,7,17342,NULL,605,6,'2026-01-23 21:38:04','2026-01-23 21:38:04','a24e6f0f-0e1c-48f7-8c32-6982e1f65a7d'),
(103160,7,17342,NULL,9552,7,'2026-01-23 21:38:04','2026-01-23 21:38:04','395b724c-6b8e-4285-8cf6-2b0fde79b66f'),
(103161,47,17342,NULL,12418,1,'2026-01-23 21:38:04','2026-01-23 21:38:04','aa50a9db-bbb6-494a-aa07-deb1d04c59b8'),
(103162,57,17342,NULL,8163,1,'2026-01-23 21:38:04','2026-01-23 21:38:04','7f971760-8f03-4b8b-94d8-24447ffd182b'),
(103163,57,17342,NULL,8162,2,'2026-01-23 21:38:04','2026-01-23 21:38:04','0f18209c-02a3-4110-b21c-57332a9f8510'),
(103164,57,17342,NULL,8164,3,'2026-01-23 21:38:04','2026-01-23 21:38:04','aa13cc48-9917-44f5-ab22-de2f7f392808'),
(103165,57,17342,NULL,8165,4,'2026-01-23 21:38:04','2026-01-23 21:38:04','ac5dfb35-627b-434a-b7e0-b84c2084e824'),
(103192,32,17345,NULL,2598,1,'2026-01-23 21:38:59','2026-01-23 21:38:59','8f8d4e4d-3101-40cf-96af-e8ee4e6b65c3'),
(103193,32,17345,NULL,2608,2,'2026-01-23 21:38:59','2026-01-23 21:38:59','1c9445c7-c4f9-451a-93b1-1721f6917d6e'),
(103194,32,17345,NULL,2600,3,'2026-01-23 21:38:59','2026-01-23 21:38:59','17106851-6070-426d-97ad-236a235d95b6'),
(103195,32,17345,NULL,2596,4,'2026-01-23 21:38:59','2026-01-23 21:38:59','7f160255-6dca-41ad-bf6e-c8ee865a3af2'),
(103196,32,17345,NULL,2602,5,'2026-01-23 21:38:59','2026-01-23 21:38:59','19b0ae50-d3a1-49cc-8572-23f6c2fbdfe2'),
(103197,32,17345,NULL,2606,6,'2026-01-23 21:38:59','2026-01-23 21:38:59','9a803141-0035-43d8-902e-49c3e3d81052'),
(103198,32,17345,NULL,2604,7,'2026-01-23 21:38:59','2026-01-23 21:38:59','06c689cc-4114-4447-b88b-9c8ad46c05e4'),
(103199,32,17345,NULL,2610,8,'2026-01-23 21:38:59','2026-01-23 21:38:59','719c62ad-78f2-400c-b985-7839fc10fc59'),
(103200,32,17345,NULL,2612,9,'2026-01-23 21:38:59','2026-01-23 21:38:59','73b1ec9f-dd58-40e0-9a4d-5ccde3bddcc5'),
(103201,16,17345,NULL,11978,1,'2026-01-23 21:38:59','2026-01-23 21:38:59','8b1f79c8-6a25-48ab-a65c-1ed73edaa83b'),
(103202,7,17345,NULL,617,1,'2026-01-23 21:38:59','2026-01-23 21:38:59','3bf17b0c-789c-438d-a35a-fe76c9e7328a'),
(103203,7,17345,NULL,605,2,'2026-01-23 21:38:59','2026-01-23 21:38:59','92d40343-da97-4e6b-8371-8e0049fa156e'),
(103204,7,17345,NULL,9552,3,'2026-01-23 21:38:59','2026-01-23 21:38:59','b522b73f-5d46-4c45-bd6f-2b62ff9e8947'),
(103205,82,17345,NULL,491,1,'2026-01-23 21:38:59','2026-01-23 21:38:59','eee11076-da1b-4093-95e4-a076e5b4e4c4'),
(103206,47,17345,NULL,10466,1,'2026-01-23 21:38:59','2026-01-23 21:38:59','922595c8-de23-4a75-9afa-29e7b56cd51f'),
(103207,57,17345,NULL,9469,1,'2026-01-23 21:38:59','2026-01-23 21:38:59','59386764-f08d-437f-ab93-ce279e9d9161'),
(103208,57,17345,NULL,9470,2,'2026-01-23 21:38:59','2026-01-23 21:38:59','6ea1e628-9483-4a9f-a909-c1f91428fedd'),
(103209,57,17345,NULL,9471,3,'2026-01-23 21:38:59','2026-01-23 21:38:59','1d8fdedd-4539-40d2-aa30-984fdd068eb1'),
(103210,57,17345,NULL,10097,4,'2026-01-23 21:38:59','2026-01-23 21:38:59','36fa51cb-2f55-4ece-beeb-a715fb0599a8'),
(103211,57,17345,NULL,10098,5,'2026-01-23 21:38:59','2026-01-23 21:38:59','8564cd5d-4e63-4430-bda3-67cdf3e63a70'),
(103212,57,17345,NULL,10099,6,'2026-01-23 21:38:59','2026-01-23 21:38:59','a01aee1a-f86f-4282-803b-02e9047e537c'),
(103213,57,17345,NULL,10100,7,'2026-01-23 21:38:59','2026-01-23 21:38:59','fd55bc18-715b-42c9-aa81-27ff82303009'),
(103214,57,17345,NULL,10101,8,'2026-01-23 21:38:59','2026-01-23 21:38:59','26131ac9-410f-42e9-b1b6-4dad577c3cd5'),
(103215,57,17345,NULL,10102,9,'2026-01-23 21:38:59','2026-01-23 21:38:59','e3e02442-bc57-49e5-87f3-a63d0576508a'),
(103217,12,17345,NULL,15384,1,'2026-01-23 21:38:59','2026-01-23 21:38:59','c0f67606-124f-452f-9845-51b48c8f8350'),
(103245,32,17350,NULL,2598,1,'2026-01-23 21:39:45','2026-01-23 21:39:45','e13fd028-101c-4dca-8134-805bae6d32dd'),
(103246,32,17350,NULL,2608,2,'2026-01-23 21:39:45','2026-01-23 21:39:45','8f5a316e-575d-4897-8cc3-293d844556e3'),
(103247,32,17350,NULL,2600,3,'2026-01-23 21:39:45','2026-01-23 21:39:45','9bd48e80-27f1-42df-9f34-d4c35d28ad99'),
(103248,32,17350,NULL,2596,4,'2026-01-23 21:39:45','2026-01-23 21:39:45','e98e7d48-dc2b-4a61-8e47-c67e77833c5c'),
(103249,32,17350,NULL,2602,5,'2026-01-23 21:39:45','2026-01-23 21:39:45','7d2983b5-c588-4ad2-9888-277179a56aec'),
(103250,32,17350,NULL,2606,6,'2026-01-23 21:39:45','2026-01-23 21:39:45','00d293d2-75d6-453b-bba5-d54b09fc23cc'),
(103251,32,17350,NULL,2604,7,'2026-01-23 21:39:45','2026-01-23 21:39:45','0172fab3-08b9-4cb9-815b-85e0ed28015b'),
(103252,32,17350,NULL,2610,8,'2026-01-23 21:39:45','2026-01-23 21:39:45','9ef74a43-4c30-4f80-af64-bb58835c0f50'),
(103253,32,17350,NULL,2612,9,'2026-01-23 21:39:45','2026-01-23 21:39:45','47d67a79-5df0-47da-86b9-305828f40fb8'),
(103254,16,17350,NULL,11978,1,'2026-01-23 21:39:45','2026-01-23 21:39:45','5ff5c36b-a356-47d0-ad32-88a0bfa25969'),
(103255,7,17350,NULL,617,1,'2026-01-23 21:39:45','2026-01-23 21:39:45','36b480b5-be76-46ef-8a73-dd776121ec3d'),
(103256,7,17350,NULL,605,2,'2026-01-23 21:39:45','2026-01-23 21:39:45','de2dde19-d0e8-4228-8176-b6176046ee86'),
(103257,7,17350,NULL,9552,3,'2026-01-23 21:39:45','2026-01-23 21:39:45','49293c5d-76b3-4467-aa18-494b05ec941c'),
(103258,82,17350,NULL,491,1,'2026-01-23 21:39:45','2026-01-23 21:39:45','a8830ad7-f097-45cf-b773-1de7f2a38c4c'),
(103259,47,17350,NULL,10466,1,'2026-01-23 21:39:45','2026-01-23 21:39:45','fb0b52e9-2478-4a15-94d8-256511bfa526'),
(103260,57,17350,NULL,9469,1,'2026-01-23 21:39:45','2026-01-23 21:39:45','40c51436-4ef1-465c-a928-446d4fa82a0d'),
(103261,57,17350,NULL,9470,2,'2026-01-23 21:39:45','2026-01-23 21:39:45','f5431c40-faf6-4f0b-9b59-408a69bbe78b'),
(103262,57,17350,NULL,9471,3,'2026-01-23 21:39:45','2026-01-23 21:39:45','3372d16c-b0cd-4f15-898e-1a67a986fc6d'),
(103263,57,17350,NULL,10097,4,'2026-01-23 21:39:45','2026-01-23 21:39:45','75efa1e0-9797-4b5e-a5fc-3969c7567856'),
(103264,57,17350,NULL,10098,5,'2026-01-23 21:39:45','2026-01-23 21:39:45','262f49f7-5a60-4ce3-afa8-0e56de1d963a'),
(103265,57,17350,NULL,10099,6,'2026-01-23 21:39:45','2026-01-23 21:39:45','9664c13f-e32c-426a-8107-46808171370d'),
(103266,57,17350,NULL,10100,7,'2026-01-23 21:39:45','2026-01-23 21:39:45','bc389e78-4d88-4ebb-a8c1-384805090077'),
(103267,57,17350,NULL,10101,8,'2026-01-23 21:39:45','2026-01-23 21:39:45','5ef5f209-145b-4cba-89e7-dcde1f6434e6'),
(103268,57,17350,NULL,10102,9,'2026-01-23 21:39:45','2026-01-23 21:39:45','58474299-2839-4711-9909-da5ad159bb58'),
(103270,12,17350,NULL,15384,1,'2026-01-23 21:39:45','2026-01-23 21:39:45','19ea6080-df5c-4d5e-8f50-79551895e763'),
(103271,66,17351,NULL,6013,1,'2026-01-23 21:39:45','2026-01-23 21:39:45','870d32f8-38ee-4064-8deb-0fb2a64476b2'),
(103298,32,17353,NULL,2598,1,'2026-01-23 21:39:55','2026-01-23 21:39:55','1df08e1f-1c02-4aef-a809-046874a2e1d8'),
(103299,32,17353,NULL,2608,2,'2026-01-23 21:39:55','2026-01-23 21:39:55','98725be9-36c6-4aba-b7a8-7d17acebf5a7'),
(103300,32,17353,NULL,2600,3,'2026-01-23 21:39:55','2026-01-23 21:39:55','7f8e470a-8dec-42c3-8829-6d1636bb0d0d'),
(103301,32,17353,NULL,2596,4,'2026-01-23 21:39:55','2026-01-23 21:39:55','0d284cb3-91e6-4908-b2d1-25069ec2b0ed'),
(103302,32,17353,NULL,2602,5,'2026-01-23 21:39:55','2026-01-23 21:39:55','b95dd065-02f4-446b-96f7-a7b7a46b378b'),
(103303,32,17353,NULL,2606,6,'2026-01-23 21:39:55','2026-01-23 21:39:55','3079d8d1-cea6-48fc-a205-b4a1d119d65b'),
(103304,32,17353,NULL,2604,7,'2026-01-23 21:39:55','2026-01-23 21:39:55','589c54e2-cabe-4ddb-a1cc-70184ff0331f'),
(103305,32,17353,NULL,2610,8,'2026-01-23 21:39:55','2026-01-23 21:39:55','30d76507-b618-4a2d-af58-5463eed531af'),
(103306,32,17353,NULL,2612,9,'2026-01-23 21:39:55','2026-01-23 21:39:55','706a0a6b-fabc-462a-8e1f-b396690edc84'),
(103307,16,17353,NULL,11978,1,'2026-01-23 21:39:55','2026-01-23 21:39:55','16591769-003c-4ebe-8b43-d29c3e3c5ced'),
(103308,7,17353,NULL,617,1,'2026-01-23 21:39:55','2026-01-23 21:39:55','7f3045b8-3c28-4095-8e42-ecf627ba0928'),
(103309,7,17353,NULL,605,2,'2026-01-23 21:39:55','2026-01-23 21:39:55','298d2969-0caa-4e4a-8b1b-8c33f59b17c3'),
(103310,7,17353,NULL,9552,3,'2026-01-23 21:39:55','2026-01-23 21:39:55','7c5c66f1-b260-4c28-956a-b20ddba74a61'),
(103311,82,17353,NULL,491,1,'2026-01-23 21:39:55','2026-01-23 21:39:55','54178db8-1193-49e9-9db3-16299b324ae5'),
(103312,47,17353,NULL,10466,1,'2026-01-23 21:39:55','2026-01-23 21:39:55','b9dcf3a5-31f1-461e-ad12-5a58497189ac'),
(103313,57,17353,NULL,9469,1,'2026-01-23 21:39:55','2026-01-23 21:39:55','fadd438e-c477-449c-8db7-525603b730e1'),
(103314,57,17353,NULL,9470,2,'2026-01-23 21:39:55','2026-01-23 21:39:55','22914448-6b4b-4461-936c-203c8a88a22b'),
(103315,57,17353,NULL,9471,3,'2026-01-23 21:39:55','2026-01-23 21:39:55','fa243ee6-cd2e-404b-a9ac-0f18dcb87166'),
(103316,57,17353,NULL,10097,4,'2026-01-23 21:39:55','2026-01-23 21:39:55','248da17e-af6c-419a-86aa-63a3c6e41ead'),
(103317,57,17353,NULL,10098,5,'2026-01-23 21:39:55','2026-01-23 21:39:55','eeb71f7f-0933-4e72-91ee-dd8f9d773f24'),
(103318,57,17353,NULL,10099,6,'2026-01-23 21:39:55','2026-01-23 21:39:55','6663fd4a-e8a9-48d6-87de-c0a077e38ed8'),
(103319,57,17353,NULL,10100,7,'2026-01-23 21:39:55','2026-01-23 21:39:55','b5e7bf3a-9e0f-42f8-b888-ffe59d3294a2'),
(103320,57,17353,NULL,10101,8,'2026-01-23 21:39:55','2026-01-23 21:39:55','105571d8-d866-4482-9f16-fcfa35964502'),
(103321,57,17353,NULL,10102,9,'2026-01-23 21:39:55','2026-01-23 21:39:55','285ea329-7bfd-4b1a-b21a-641b1a2b1d07'),
(103323,12,17353,NULL,15384,1,'2026-01-23 21:39:55','2026-01-23 21:39:55','31f67d9a-6ffc-4938-86b6-6fab2560548b'),
(103350,66,17361,NULL,17356,1,'2026-01-23 21:42:23','2026-01-23 21:42:23','81006c93-6618-476e-a112-4359b8f2a4fb'),
(103351,32,17362,NULL,2610,1,'2026-01-23 21:42:23','2026-01-23 21:42:23','a7da4132-bf34-47bb-bbf3-8f9e6bb21c1a'),
(103352,32,17362,NULL,2598,2,'2026-01-23 21:42:23','2026-01-23 21:42:23','6c32619a-76b9-4576-92f4-d9a3f2ba97f3'),
(103353,32,17362,NULL,2600,3,'2026-01-23 21:42:23','2026-01-23 21:42:23','5869807a-08ab-4a7a-960d-31b40ed1ba6e'),
(103354,32,17362,NULL,2602,4,'2026-01-23 21:42:23','2026-01-23 21:42:23','15e9bba3-0566-467f-9c6d-60cd6e111d44'),
(103355,32,17362,NULL,2604,5,'2026-01-23 21:42:23','2026-01-23 21:42:23','365e4b0f-a86d-40fd-9822-b31bb541fb7e'),
(103356,32,17362,NULL,2608,6,'2026-01-23 21:42:23','2026-01-23 21:42:23','bc97c844-0e27-4d5d-b25f-3f227bd26771'),
(103357,32,17362,NULL,2596,7,'2026-01-23 21:42:23','2026-01-23 21:42:23','cf2f15c0-7afb-4c33-a6f5-d816622c8ec4'),
(103358,32,17362,NULL,2606,8,'2026-01-23 21:42:23','2026-01-23 21:42:23','a6047666-b644-48d3-bfc5-00df27698b2d'),
(103359,32,17362,NULL,2612,9,'2026-01-23 21:42:23','2026-01-23 21:42:23','a14ec4b7-7679-42b9-94be-b8aea9750101'),
(103360,16,17362,NULL,8178,1,'2026-01-23 21:42:23','2026-01-23 21:42:23','bc0585bc-f218-48cd-a5da-b578c1bd283b'),
(103361,7,17362,NULL,3468,1,'2026-01-23 21:42:23','2026-01-23 21:42:23','daf9f9e8-6ca6-4e91-854b-2ffa9316f9cb'),
(103362,7,17362,NULL,601,2,'2026-01-23 21:42:23','2026-01-23 21:42:23','f77b7fff-c546-486e-95b7-31ef2ec752e0'),
(103363,7,17362,NULL,2974,3,'2026-01-23 21:42:23','2026-01-23 21:42:23','23a7810f-cc01-4335-b2c1-c6cd7cf52e46'),
(103364,7,17362,NULL,9640,4,'2026-01-23 21:42:23','2026-01-23 21:42:23','eda4c64b-d2c7-4a80-993c-6d5fd8c3f27c'),
(103365,7,17362,NULL,617,5,'2026-01-23 21:42:23','2026-01-23 21:42:23','0bc43860-863b-4887-bcf3-80edd1338797'),
(103366,7,17362,NULL,9724,6,'2026-01-23 21:42:23','2026-01-23 21:42:23','bf7ba1a7-64b1-4b72-bac4-f24e5b7ab7c3'),
(103367,7,17362,NULL,605,7,'2026-01-23 21:42:23','2026-01-23 21:42:23','2e461c8d-8d88-4d63-97c8-64e00ad80841'),
(103368,7,17362,NULL,9552,8,'2026-01-23 21:42:23','2026-01-23 21:42:23','3744a98f-b9ca-4f23-a41d-98c1b39c1807'),
(103369,82,17362,NULL,491,1,'2026-01-23 21:42:23','2026-01-23 21:42:23','858be8df-a33a-4fcc-9f0b-d501ca858ee0'),
(103370,47,17362,NULL,12425,1,'2026-01-23 21:42:23','2026-01-23 21:42:23','b591466a-f66e-44dc-a7a6-b9d0a08b61fb'),
(103371,57,17362,NULL,8175,1,'2026-01-23 21:42:23','2026-01-23 21:42:23','363a0d88-e1fd-4d13-9039-3bfd245196df'),
(103372,57,17362,NULL,8194,2,'2026-01-23 21:42:23','2026-01-23 21:42:23','ea68c0c5-dd84-4d82-a2b8-08f9a60b5681'),
(103373,57,17362,NULL,8174,3,'2026-01-23 21:42:23','2026-01-23 21:42:23','7ce118a6-6a99-4119-8234-0a0f9cd4342d'),
(103374,57,17362,NULL,8177,4,'2026-01-23 21:42:23','2026-01-23 21:42:23','9397c68e-6a6f-44fe-9c63-d396b3e32757'),
(103376,66,17363,NULL,17356,1,'2026-01-23 21:42:23','2026-01-23 21:42:23','bbd40f2f-6c5d-415c-aae3-6b844d2ca2cb'),
(103402,32,17367,NULL,2610,1,'2026-01-23 21:42:55','2026-01-23 21:42:55','60da58b6-9b3f-4655-abb1-bd13cfd2950a'),
(103403,32,17367,NULL,2598,2,'2026-01-23 21:42:55','2026-01-23 21:42:55','58c68107-8d18-40a8-8ed3-38937ff482bf'),
(103404,32,17367,NULL,2600,3,'2026-01-23 21:42:55','2026-01-23 21:42:55','56679855-1aa4-423b-818c-d642bc49d669'),
(103405,32,17367,NULL,2602,4,'2026-01-23 21:42:55','2026-01-23 21:42:55','e333340c-4ad2-48ad-bc34-93c05e3f0718'),
(103406,32,17367,NULL,2604,5,'2026-01-23 21:42:55','2026-01-23 21:42:55','e1fc4074-9204-4826-90ac-63a0eaa4c3bc'),
(103407,32,17367,NULL,2608,6,'2026-01-23 21:42:55','2026-01-23 21:42:55','b6acc199-a020-41ec-af88-38da2257f452'),
(103408,32,17367,NULL,2596,7,'2026-01-23 21:42:55','2026-01-23 21:42:55','2e04b91f-4e17-4f18-809b-20de076fca12'),
(103409,32,17367,NULL,2606,8,'2026-01-23 21:42:55','2026-01-23 21:42:55','b2cfc996-e33f-42bc-aba0-80c3048a0e7a'),
(103410,32,17367,NULL,2612,9,'2026-01-23 21:42:55','2026-01-23 21:42:55','a1558b9e-dd43-4dec-b004-d36b5f7d2f34'),
(103411,16,17367,NULL,8178,1,'2026-01-23 21:42:55','2026-01-23 21:42:55','b98b3b7e-af9f-4e71-b53f-b84109ea19a9'),
(103412,7,17367,NULL,3468,1,'2026-01-23 21:42:55','2026-01-23 21:42:55','cd04abf5-f079-44c4-8cde-9610688d18cb'),
(103413,7,17367,NULL,601,2,'2026-01-23 21:42:55','2026-01-23 21:42:55','fbadf061-63b9-4ee9-8ec1-8f1d5b1f200b'),
(103414,7,17367,NULL,2974,3,'2026-01-23 21:42:55','2026-01-23 21:42:55','b088beda-3b77-4d32-a969-26cc1210bc04'),
(103415,7,17367,NULL,9640,4,'2026-01-23 21:42:55','2026-01-23 21:42:55','872a5423-f887-4629-a77a-b4bd2005de2e'),
(103416,7,17367,NULL,617,5,'2026-01-23 21:42:55','2026-01-23 21:42:55','9c3f22a6-a88a-4fe4-9d37-15f16770a20f'),
(103417,7,17367,NULL,9724,6,'2026-01-23 21:42:55','2026-01-23 21:42:55','c6fee5a2-32ae-4229-ae47-c5b181829d32'),
(103418,7,17367,NULL,605,7,'2026-01-23 21:42:55','2026-01-23 21:42:55','b0a98214-12d1-42d8-8df9-4b2201f2900f'),
(103419,7,17367,NULL,9552,8,'2026-01-23 21:42:55','2026-01-23 21:42:55','eb5904de-cf10-4604-9080-1bab9b083761'),
(103420,82,17367,NULL,491,1,'2026-01-23 21:42:55','2026-01-23 21:42:55','fe07640e-4aeb-4a04-88b8-2faf731a3370'),
(103421,47,17367,NULL,12425,1,'2026-01-23 21:42:55','2026-01-23 21:42:55','37a8cd9b-1e65-4151-8a40-24965cee2813'),
(103422,57,17367,NULL,8175,1,'2026-01-23 21:42:55','2026-01-23 21:42:55','53701f6a-6a61-41a6-ad17-b874dd0f0f51'),
(103423,57,17367,NULL,8194,2,'2026-01-23 21:42:55','2026-01-23 21:42:55','e5e2ba03-d70d-4a7c-9b05-69b3aef2ae78'),
(103424,57,17367,NULL,8174,3,'2026-01-23 21:42:55','2026-01-23 21:42:55','4f01c8a0-02ac-456d-b6eb-da233c02b632'),
(103425,57,17367,NULL,8177,4,'2026-01-23 21:42:55','2026-01-23 21:42:55','adb8e790-4955-4731-9923-470637832052'),
(103449,66,17376,NULL,17375,1,'2026-01-23 21:45:08','2026-01-23 21:45:08','a2ecb3c1-83c8-4bbe-90de-92135617fcfb'),
(103450,32,17377,NULL,2614,1,'2026-01-23 21:45:08','2026-01-23 21:45:08','007d4c7c-3fdb-49b2-a3d9-e363e6ff3708'),
(103451,32,17377,NULL,2610,2,'2026-01-23 21:45:08','2026-01-23 21:45:08','b24ae7f7-811f-415d-b367-87fed6170f0f'),
(103452,32,17377,NULL,2598,3,'2026-01-23 21:45:08','2026-01-23 21:45:08','93e8caf1-9cb8-4f34-a0c3-b87922feac18'),
(103453,32,17377,NULL,2600,4,'2026-01-23 21:45:08','2026-01-23 21:45:08','4e81db2c-90e9-4e3f-853e-123a0109280b'),
(103454,32,17377,NULL,2602,5,'2026-01-23 21:45:08','2026-01-23 21:45:08','3a256d62-27f3-4c57-9540-39768d19516d'),
(103455,32,17377,NULL,2612,6,'2026-01-23 21:45:08','2026-01-23 21:45:08','c203258b-1c88-4785-9f91-8ef7bbd0d95c'),
(103456,32,17377,NULL,2604,7,'2026-01-23 21:45:08','2026-01-23 21:45:08','c66ce27c-a321-48c3-ac5e-5d35421bf13f'),
(103457,32,17377,NULL,2608,8,'2026-01-23 21:45:08','2026-01-23 21:45:08','8de26d8e-b579-4de6-a3e5-c8a5b3b6319d'),
(103458,32,17377,NULL,2596,9,'2026-01-23 21:45:08','2026-01-23 21:45:08','7cdf91ea-0359-4f3c-a139-5c063674559d'),
(103459,32,17377,NULL,2606,10,'2026-01-23 21:45:08','2026-01-23 21:45:08','17419581-1107-4fc9-9acc-8f888bcd5d78'),
(103460,16,17377,NULL,4083,1,'2026-01-23 21:45:08','2026-01-23 21:45:08','878c9302-6c00-4873-af2d-673bd451ebcb'),
(103461,7,17377,NULL,601,1,'2026-01-23 21:45:08','2026-01-23 21:45:08','9a9dbe9e-773d-4c03-bc7d-bc02bce3a3ad'),
(103462,7,17377,NULL,617,2,'2026-01-23 21:45:08','2026-01-23 21:45:08','ab44338b-7493-4a3e-b6f9-24eb4689972a'),
(103463,7,17377,NULL,605,3,'2026-01-23 21:45:08','2026-01-23 21:45:08','63e19183-fab1-4099-a9e7-9a40a1d49734'),
(103464,7,17377,NULL,9552,4,'2026-01-23 21:45:08','2026-01-23 21:45:08','ae2d51b0-e611-4dbc-8530-4f469dce4475'),
(103465,47,17377,NULL,12421,1,'2026-01-23 21:45:08','2026-01-23 21:45:08','b994a8cf-565e-4af4-8703-4cb0bc3d871d'),
(103466,57,17377,NULL,5056,1,'2026-01-23 21:45:08','2026-01-23 21:45:08','8a2525a1-50c8-4ef7-8738-ff6c4ba4f1aa'),
(103467,57,17377,NULL,5055,2,'2026-01-23 21:45:08','2026-01-23 21:45:08','5745bcc7-33c5-4da4-bf64-4bbf64f56e02'),
(103468,57,17377,NULL,5057,3,'2026-01-23 21:45:08','2026-01-23 21:45:08','b91f94de-dc77-4f70-aa54-ee18b4f53ced'),
(103469,57,17377,NULL,5058,4,'2026-01-23 21:45:08','2026-01-23 21:45:08','7b37eb56-1ad4-4588-9802-5d7de1fc693e'),
(103471,66,17378,NULL,17375,1,'2026-01-23 21:45:08','2026-01-23 21:45:08','87fba3f6-ef95-4b88-a7a1-0922c71d8ce4'),
(103493,32,17381,NULL,2614,1,'2026-01-23 21:45:32','2026-01-23 21:45:32','f4cafc24-bb44-4dd2-87ee-d0369d1a49e3'),
(103494,32,17381,NULL,2610,2,'2026-01-23 21:45:32','2026-01-23 21:45:32','e9efcfae-b70a-4ab0-993a-164452a2dafa'),
(103495,32,17381,NULL,2598,3,'2026-01-23 21:45:32','2026-01-23 21:45:32','834a2c55-cbe8-4250-bde7-337799019dbe'),
(103496,32,17381,NULL,2600,4,'2026-01-23 21:45:32','2026-01-23 21:45:32','5ec58978-9556-4d46-8398-223a6a21fc42'),
(103497,32,17381,NULL,2602,5,'2026-01-23 21:45:32','2026-01-23 21:45:32','7f79c415-0922-421b-ae86-f869cd75c2a0'),
(103498,32,17381,NULL,2612,6,'2026-01-23 21:45:32','2026-01-23 21:45:32','0e6b2b17-d994-495d-bc10-6deaead0f28f'),
(103499,32,17381,NULL,2604,7,'2026-01-23 21:45:32','2026-01-23 21:45:32','c02273e7-7f5f-488b-a8ee-62bb7c26bb97'),
(103500,32,17381,NULL,2608,8,'2026-01-23 21:45:32','2026-01-23 21:45:32','6d606c96-3e42-4a6e-9bb9-d75c8eb001ea'),
(103501,32,17381,NULL,2596,9,'2026-01-23 21:45:32','2026-01-23 21:45:32','bb583eea-c281-4851-b786-2c54d48b6582'),
(103502,32,17381,NULL,2606,10,'2026-01-23 21:45:32','2026-01-23 21:45:32','02b9d159-caab-430c-b4fd-f25be6975955'),
(103503,16,17381,NULL,4083,1,'2026-01-23 21:45:32','2026-01-23 21:45:32','974e9a5a-1ff9-49d1-bced-b795788412f0'),
(103504,7,17381,NULL,601,1,'2026-01-23 21:45:32','2026-01-23 21:45:32','df1d9df4-a435-4eeb-8fe9-54cbfe508fcb'),
(103505,7,17381,NULL,617,2,'2026-01-23 21:45:32','2026-01-23 21:45:32','ac39aa73-fce8-4aca-bcf1-4997eb0aa9b7'),
(103506,7,17381,NULL,605,3,'2026-01-23 21:45:32','2026-01-23 21:45:32','87427a58-e3ae-41a8-90aa-b16e32cc41c8'),
(103507,7,17381,NULL,9552,4,'2026-01-23 21:45:32','2026-01-23 21:45:32','3fa0b100-38bf-4673-9201-a5196870ef11'),
(103508,47,17381,NULL,12421,1,'2026-01-23 21:45:32','2026-01-23 21:45:32','e0820483-64bb-444b-b51a-9c3b77c37473'),
(103509,57,17381,NULL,5056,1,'2026-01-23 21:45:32','2026-01-23 21:45:32','9602f95c-048e-43ee-a2ac-6552c6383336'),
(103510,57,17381,NULL,5055,2,'2026-01-23 21:45:32','2026-01-23 21:45:32','2a71baeb-6592-4ec7-93f4-381e7033fc86'),
(103511,57,17381,NULL,5057,3,'2026-01-23 21:45:32','2026-01-23 21:45:32','7be14fba-0b32-4791-9eb5-3806be250125'),
(103512,57,17381,NULL,5058,4,'2026-01-23 21:45:32','2026-01-23 21:45:32','6d291036-2a32-4436-8576-cba9a9fa98ed'),
(103539,32,17383,NULL,2614,1,'2026-01-23 21:46:03','2026-01-23 21:46:03','4eb4ed10-b96f-4ceb-af23-89107f0d042e'),
(103540,32,17383,NULL,2610,2,'2026-01-23 21:46:03','2026-01-23 21:46:03','2025b114-3cc7-445c-b57e-81243a28b778'),
(103541,32,17383,NULL,2598,3,'2026-01-23 21:46:03','2026-01-23 21:46:03','857e4203-5049-4815-8936-d7cb2e42e57b'),
(103542,32,17383,NULL,2608,4,'2026-01-23 21:46:03','2026-01-23 21:46:03','158ca93d-beaa-4163-976c-18efcfb376b6'),
(103543,32,17383,NULL,2600,5,'2026-01-23 21:46:03','2026-01-23 21:46:03','c3664dd8-0367-42f6-bca5-d1115ff2e717'),
(103544,32,17383,NULL,2596,6,'2026-01-23 21:46:03','2026-01-23 21:46:03','d17f46b5-2c79-4b2b-9b81-dca582dfc4c2'),
(103545,32,17383,NULL,2602,7,'2026-01-23 21:46:03','2026-01-23 21:46:03','52c68b94-47ea-43f5-8478-0e80d775a397'),
(103546,32,17383,NULL,2606,8,'2026-01-23 21:46:03','2026-01-23 21:46:03','a60b4584-a6f3-4c19-86c9-f85aec71b384'),
(103547,32,17383,NULL,2612,9,'2026-01-23 21:46:03','2026-01-23 21:46:03','f828cd35-95ba-471c-9b16-d81d4b63de0a'),
(103548,32,17383,NULL,2604,10,'2026-01-23 21:46:03','2026-01-23 21:46:03','eadb6ea4-3b7d-46b0-8360-12a702233574'),
(103549,16,17383,NULL,5013,1,'2026-01-23 21:46:03','2026-01-23 21:46:03','95c5e97b-aa75-4c70-9153-7b7c88c4da72'),
(103550,7,17383,NULL,3468,1,'2026-01-23 21:46:03','2026-01-23 21:46:03','f460754d-ed46-4d7e-96d8-e527552f0956'),
(103551,7,17383,NULL,617,2,'2026-01-23 21:46:03','2026-01-23 21:46:03','67ecfe26-929b-49e0-afec-3da527d40a42'),
(103552,7,17383,NULL,605,3,'2026-01-23 21:46:03','2026-01-23 21:46:03','96fafd49-8519-4924-8587-7bb68cf2e02b'),
(103553,7,17383,NULL,9552,4,'2026-01-23 21:46:03','2026-01-23 21:46:03','db3a15a8-9fbf-48cb-b393-6e79e21c4ef9'),
(103554,47,17383,NULL,12321,1,'2026-01-23 21:46:03','2026-01-23 21:46:03','9f228d48-54b7-4542-8c5f-9025bb1449fe'),
(103555,57,17383,NULL,5033,1,'2026-01-23 21:46:03','2026-01-23 21:46:03','09155ba7-39f0-420b-ba84-ecd7eeac30be'),
(103556,57,17383,NULL,5034,2,'2026-01-23 21:46:03','2026-01-23 21:46:03','0bf9a7e2-f0ad-4f45-9f50-fd8920206f17'),
(103557,57,17383,NULL,5035,3,'2026-01-23 21:46:03','2026-01-23 21:46:03','14f47287-883b-4392-8542-3b5863e18295'),
(103558,57,17383,NULL,5036,4,'2026-01-23 21:46:03','2026-01-23 21:46:03','e20c5b36-a287-4212-9f4b-b8313c9eee6b'),
(103559,57,17383,NULL,5037,5,'2026-01-23 21:46:03','2026-01-23 21:46:03','21e82d90-9a50-4a0e-aa67-8a58770ef599'),
(103560,57,17383,NULL,5038,6,'2026-01-23 21:46:03','2026-01-23 21:46:03','9a298087-2b1e-4cce-ad49-e9e7e09c9924'),
(103561,57,17383,NULL,5039,7,'2026-01-23 21:46:03','2026-01-23 21:46:03','63e0a270-8b77-40e9-9edf-94a51fb31c44'),
(103562,57,17383,NULL,5040,8,'2026-01-23 21:46:03','2026-01-23 21:46:03','a1c665c1-1022-455f-8bdb-346de973a9b0'),
(103580,32,17385,NULL,2614,1,'2026-01-23 21:46:34','2026-01-23 21:46:34','faade644-68a2-447b-9176-6ccb5452f3ce'),
(103581,16,17385,NULL,8208,1,'2026-01-23 21:46:34','2026-01-23 21:46:34','c623aea5-a23b-44ce-b8e8-9bd9daa17b1b'),
(103582,7,17385,NULL,617,1,'2026-01-23 21:46:34','2026-01-23 21:46:34','a2a8cd96-adf8-43ec-bb0c-7078c37d6555'),
(103583,7,17385,NULL,9555,2,'2026-01-23 21:46:34','2026-01-23 21:46:34','442fd15e-2b46-4615-8731-8adf5f8ccf54'),
(103584,7,17385,NULL,605,3,'2026-01-23 21:46:34','2026-01-23 21:46:34','475a5416-6f5a-4842-bcbe-c54119135458'),
(103585,7,17385,NULL,9552,4,'2026-01-23 21:46:34','2026-01-23 21:46:34','8774da17-49b2-46d0-a3c1-637808dd96b2'),
(103586,57,17385,NULL,8218,1,'2026-01-23 21:46:34','2026-01-23 21:46:34','3a81e546-9516-454e-a84a-0d9888c29caf'),
(103587,57,17385,NULL,8217,2,'2026-01-23 21:46:34','2026-01-23 21:46:34','deb86372-d4bf-44e0-9c87-ab519094ac2b'),
(103588,57,17385,NULL,8211,3,'2026-01-23 21:46:34','2026-01-23 21:46:34','10006ef6-3c9a-40f9-af79-d0163836542c'),
(103589,57,17385,NULL,8214,4,'2026-01-23 21:46:34','2026-01-23 21:46:34','52ecc3bc-f3b1-4d20-97ed-0c6f32361f19'),
(103590,57,17385,NULL,8213,5,'2026-01-23 21:46:34','2026-01-23 21:46:34','d0522fb7-25d6-4052-b03b-fb86370c57d4'),
(103591,57,17385,NULL,8212,6,'2026-01-23 21:46:34','2026-01-23 21:46:34','cd236441-7b5c-4a7c-9ca0-d600ad489bfe'),
(103592,57,17385,NULL,8215,7,'2026-01-23 21:46:34','2026-01-23 21:46:34','a67dac43-5491-4d2a-8366-3aa6011c3136'),
(103593,74,17385,NULL,9453,1,'2026-01-23 21:46:34','2026-01-23 21:46:34','3b1c006e-01a1-433e-b0e2-3fb730902604'),
(103595,12,17385,NULL,12715,1,'2026-01-23 21:46:34','2026-01-23 21:46:34','ec321934-3606-4747-8bf9-42594e66aba6'),
(103621,32,17390,NULL,2610,1,'2026-01-23 21:47:48','2026-01-23 21:47:48','21223cd4-3411-4aec-bcf5-43040c6de8e5'),
(103622,32,17390,NULL,2598,2,'2026-01-23 21:47:48','2026-01-23 21:47:48','20ad5a19-61df-4707-913f-8fedf3296f9a'),
(103623,32,17390,NULL,2608,3,'2026-01-23 21:47:48','2026-01-23 21:47:48','d23704cb-9f13-40b1-bf80-3dce0ce8e7b6'),
(103624,32,17390,NULL,2600,4,'2026-01-23 21:47:48','2026-01-23 21:47:48','514eb0c8-a932-45c3-8b94-0c5579ce8536'),
(103625,32,17390,NULL,2596,5,'2026-01-23 21:47:48','2026-01-23 21:47:48','9c004981-e04f-4e17-9f01-21b49386cb5b'),
(103626,32,17390,NULL,2602,6,'2026-01-23 21:47:48','2026-01-23 21:47:48','870b8fbe-3fdd-4a3c-98f9-96408809eda4'),
(103627,32,17390,NULL,2604,7,'2026-01-23 21:47:48','2026-01-23 21:47:48','4eb2912b-3955-41ee-aa7c-9bbe569dc55b'),
(103628,32,17390,NULL,2606,8,'2026-01-23 21:47:48','2026-01-23 21:47:48','6a35cc08-b2d1-4e47-922f-ef137c1e1801'),
(103629,32,17390,NULL,2612,9,'2026-01-23 21:47:48','2026-01-23 21:47:48','1f95111e-f089-4be0-8481-30977549fa80'),
(103630,16,17390,NULL,545,1,'2026-01-23 21:47:48','2026-01-23 21:47:48','3df9ab16-46d7-4a44-8f31-53f5a0a38f93'),
(103631,7,17390,NULL,601,1,'2026-01-23 21:47:48','2026-01-23 21:47:48','f85115a0-855d-4a0a-97f6-86f4bfe89cc3'),
(103632,7,17390,NULL,617,2,'2026-01-23 21:47:48','2026-01-23 21:47:48','ff70ef06-65c9-4802-9102-7a9bf4fd2d60'),
(103633,7,17390,NULL,605,3,'2026-01-23 21:47:48','2026-01-23 21:47:48','4b3859ce-4c9a-4a20-883d-3245d1b892a6'),
(103634,7,17390,NULL,9552,4,'2026-01-23 21:47:48','2026-01-23 21:47:48','6b1174f0-efa9-4778-9b30-6271e49c2932'),
(103635,82,17390,NULL,491,1,'2026-01-23 21:47:48','2026-01-23 21:47:48','c9679850-eeaa-427a-b082-e07447cb899d'),
(103636,47,17390,NULL,14954,1,'2026-01-23 21:47:48','2026-01-23 21:47:48','91ff233e-dd8c-4bfe-adad-102ff44bb951'),
(103637,57,17390,NULL,545,1,'2026-01-23 21:47:48','2026-01-23 21:47:48','eae62042-f511-47ce-b5d7-b57bb9996bd3'),
(103638,57,17390,NULL,137,2,'2026-01-23 21:47:48','2026-01-23 21:47:48','5cb835e6-3164-4d06-9587-ceef1773f7bf'),
(103639,57,17390,NULL,138,3,'2026-01-23 21:47:48','2026-01-23 21:47:48','fd11e04c-0501-4ae9-8dc8-85f7665d4469'),
(103640,57,17390,NULL,136,4,'2026-01-23 21:47:48','2026-01-23 21:47:48','5966d3c3-5ca6-4cf9-9170-278862e835f7'),
(103642,32,17396,NULL,2610,1,'2026-01-23 21:48:47','2026-01-23 21:48:47','1d496e09-e665-4990-8c5e-6c1d4f1ff94b'),
(103643,32,17396,NULL,2598,2,'2026-01-23 21:48:47','2026-01-23 21:48:47','4cd68af9-2611-44ef-92c0-b1ae3e4fb076'),
(103644,32,17396,NULL,2600,3,'2026-01-23 21:48:47','2026-01-23 21:48:47','6fcebaf2-adfc-4433-b35c-2c5399eb1fd7'),
(103645,32,17396,NULL,2604,4,'2026-01-23 21:48:47','2026-01-23 21:48:47','6400099d-bf93-439f-8593-2bd3925de990'),
(103646,32,17396,NULL,2608,5,'2026-01-23 21:48:47','2026-01-23 21:48:47','6773ed3b-b7bc-4adf-bc1f-5e8f59e1b463'),
(103647,32,17396,NULL,2596,6,'2026-01-23 21:48:47','2026-01-23 21:48:47','68ace7a8-7377-49a8-a6bf-7fcb5e822a44'),
(103648,32,17396,NULL,2602,7,'2026-01-23 21:48:47','2026-01-23 21:48:47','77ccdc72-86b9-47f8-872a-c4b84e5e6a9a'),
(103649,32,17396,NULL,2606,8,'2026-01-23 21:48:47','2026-01-23 21:48:47','d2b16409-a05c-43cb-b998-d60cd6248006'),
(103650,32,17396,NULL,2612,9,'2026-01-23 21:48:47','2026-01-23 21:48:47','49ca8760-c780-45c6-aa2f-1168e2ef0439'),
(103651,16,17396,NULL,4142,1,'2026-01-23 21:48:47','2026-01-23 21:48:47','356e7682-c784-4541-9c02-eeb6c5a20371'),
(103652,7,17396,NULL,6547,1,'2026-01-23 21:48:47','2026-01-23 21:48:47','6ebf87c4-7dc9-4295-81c6-be0f1bf41b54'),
(103653,7,17396,NULL,601,2,'2026-01-23 21:48:47','2026-01-23 21:48:47','d2dca7ac-2468-4d05-a533-1d3e6b946d19'),
(103654,7,17396,NULL,9724,3,'2026-01-23 21:48:47','2026-01-23 21:48:47','441ea87f-6576-4db9-80de-e987add2cfa6'),
(103655,7,17396,NULL,2972,4,'2026-01-23 21:48:47','2026-01-23 21:48:47','47a5ba8a-4aeb-432b-aa27-626dd39df2a1'),
(103656,7,17396,NULL,617,5,'2026-01-23 21:48:47','2026-01-23 21:48:47','0bcffe72-d52d-46a9-b936-d62507181a2d'),
(103657,7,17396,NULL,605,6,'2026-01-23 21:48:47','2026-01-23 21:48:47','527297f3-44cc-4ffc-89e1-dafd11a84cf2'),
(103658,7,17396,NULL,9552,7,'2026-01-23 21:48:47','2026-01-23 21:48:47','b859132a-fe52-45d9-b0ea-5f1fb0dafbb6'),
(103659,82,17396,NULL,491,1,'2026-01-23 21:48:47','2026-01-23 21:48:47','d65b1709-2c9e-4b9e-9d04-a7760c09c3c8'),
(103660,47,17396,NULL,12428,1,'2026-01-23 21:48:47','2026-01-23 21:48:47','2c485191-d7c2-4614-bfd8-2de288f80ef9'),
(103661,57,17396,NULL,4955,1,'2026-01-23 21:48:47','2026-01-23 21:48:47','145064c3-5b8f-4106-9a67-4d69fa8ad852'),
(103662,57,17396,NULL,4956,2,'2026-01-23 21:48:47','2026-01-23 21:48:47','233ffd9c-fc61-4277-8957-0c3b59557c65'),
(103663,57,17396,NULL,4957,3,'2026-01-23 21:48:47','2026-01-23 21:48:47','ebc72584-c93f-4aac-8b2a-0f48aa65da0f'),
(103664,57,17396,NULL,8227,4,'2026-01-23 21:48:47','2026-01-23 21:48:47','6c81bd5b-ac47-410b-a693-bac3ffe4b4d6'),
(103666,66,17397,NULL,4962,1,'2026-01-23 21:48:47','2026-01-23 21:48:47','f09b788b-3025-40c9-8b82-d11adf43a307'),
(103749,32,19142,NULL,2598,1,'2026-01-26 20:06:04','2026-01-26 20:06:04','019d05a6-2300-4e2f-b180-2e2eb5d9c964'),
(103750,32,19142,NULL,2608,2,'2026-01-26 20:06:04','2026-01-26 20:06:04','1cdc3368-8035-4270-804d-e11aa59c5178'),
(103751,32,19142,NULL,2600,3,'2026-01-26 20:06:04','2026-01-26 20:06:04','e27e55e7-9d16-4761-ae61-683ff32498fd'),
(103752,32,19142,NULL,2602,4,'2026-01-26 20:06:04','2026-01-26 20:06:04','2719b08d-210b-42aa-8aed-0c3988d08d94'),
(103753,32,19142,NULL,2612,5,'2026-01-26 20:06:04','2026-01-26 20:06:04','193f3dae-80cb-4b83-979f-32ac0390b0fc'),
(103754,32,19142,NULL,2604,6,'2026-01-26 20:06:04','2026-01-26 20:06:04','ff4f3dcc-a087-4240-b41a-a6170ee4cffe'),
(103755,32,19142,NULL,2610,7,'2026-01-26 20:06:04','2026-01-26 20:06:04','f8db7b1a-aa6d-4e99-b3ea-62fe339247d6'),
(103756,32,19142,NULL,2596,8,'2026-01-26 20:06:04','2026-01-26 20:06:04','312a2757-6295-4313-8dcd-36807809efbe'),
(103757,32,19142,NULL,2606,9,'2026-01-26 20:06:04','2026-01-26 20:06:04','7334522d-455b-4378-b7cb-b608106d6540'),
(103758,16,19142,NULL,4884,1,'2026-01-26 20:06:04','2026-01-26 20:06:04','c5be07cd-0199-446d-ba1a-89c209db40b7'),
(103759,7,19142,NULL,6547,1,'2026-01-26 20:06:04','2026-01-26 20:06:04','3840d502-eeee-49c6-b9d0-e502065fcc6e'),
(103760,7,19142,NULL,601,2,'2026-01-26 20:06:04','2026-01-26 20:06:04','150a3c43-b5fb-4e05-a52d-9948e8ba6b10'),
(103761,7,19142,NULL,9732,3,'2026-01-26 20:06:04','2026-01-26 20:06:04','296e0a07-538a-40ef-ac6c-379185eaf537'),
(103762,7,19142,NULL,9735,4,'2026-01-26 20:06:04','2026-01-26 20:06:04','814465aa-1b3e-4492-ad11-0373562481e4'),
(103763,7,19142,NULL,617,5,'2026-01-26 20:06:04','2026-01-26 20:06:04','a49e16df-d1e5-4bd5-bb8a-7fbea7f9ccf5'),
(103764,7,19142,NULL,605,6,'2026-01-26 20:06:04','2026-01-26 20:06:04','45750ba3-6f50-4ae9-884d-3ec76bd26050'),
(103765,7,19142,NULL,9552,7,'2026-01-26 20:06:04','2026-01-26 20:06:04','10f15a0d-014d-4dba-93c2-d2a1f86349ca'),
(103766,82,19142,NULL,479,1,'2026-01-26 20:06:04','2026-01-26 20:06:04','41e45ecd-4c08-4ff2-8a4c-556aff2c4e33'),
(103767,82,19142,NULL,491,2,'2026-01-26 20:06:04','2026-01-26 20:06:04','f200e321-f785-4bc8-baeb-ee16b35ef220'),
(103768,82,19142,NULL,469,3,'2026-01-26 20:06:04','2026-01-26 20:06:04','6137f7b5-93fd-4bae-924f-66d37f2cd36c'),
(103769,47,19142,NULL,12256,1,'2026-01-26 20:06:04','2026-01-26 20:06:04','be69fdae-a31c-49e0-bc0d-7bab9d76d1d2'),
(103770,57,19142,NULL,4886,1,'2026-01-26 20:06:04','2026-01-26 20:06:04','46e2b612-0a97-4399-b463-1c0857478886'),
(103771,57,19142,NULL,4880,2,'2026-01-26 20:06:04','2026-01-26 20:06:04','5f0634c4-ac92-4a6f-a470-2efa0f48b8ec'),
(103772,57,19142,NULL,4888,3,'2026-01-26 20:06:04','2026-01-26 20:06:04','b7789d91-fb85-48e4-983a-903b93f08419'),
(103773,57,19142,NULL,4882,4,'2026-01-26 20:06:04','2026-01-26 20:06:04','e2656481-57a8-44f1-9361-a01788603dc2'),
(103774,57,19142,NULL,4879,5,'2026-01-26 20:06:04','2026-01-26 20:06:04','81fb27d6-f6c9-4c21-b10d-1efb0da0c280'),
(103775,57,19142,NULL,4881,6,'2026-01-26 20:06:04','2026-01-26 20:06:04','928a93ea-50d0-46bd-9133-e1cb2c5e85a2'),
(103776,57,19142,NULL,4887,7,'2026-01-26 20:06:04','2026-01-26 20:06:04','b382033b-5b1a-4dc0-8acf-cac82c83ec83'),
(103777,57,19142,NULL,4883,8,'2026-01-26 20:06:04','2026-01-26 20:06:04','cc3f3d31-aea1-4803-956c-337d11384bb6'),
(103778,57,19142,NULL,4884,9,'2026-01-26 20:06:04','2026-01-26 20:06:04','227ff10b-824c-4fef-bca6-083ab0421ada'),
(103779,57,19142,NULL,4885,10,'2026-01-26 20:06:04','2026-01-26 20:06:04','36f8820a-7ebc-43a6-996d-d9623eea864e'),
(103781,32,19147,NULL,2610,1,'2026-01-26 20:08:53','2026-01-26 20:08:53','4ac5cd2b-330b-461b-8404-48b0e780dbeb'),
(103782,32,19147,NULL,2598,2,'2026-01-26 20:08:53','2026-01-26 20:08:53','e6a063e7-9fd6-423a-8402-1500afc8bef6'),
(103783,32,19147,NULL,2608,3,'2026-01-26 20:08:53','2026-01-26 20:08:53','6ca42bbe-a675-4c20-84d3-e190915de847'),
(103784,32,19147,NULL,2624,4,'2026-01-26 20:08:53','2026-01-26 20:08:53','a06bda9d-a513-4ec3-92f9-65fd38a2a9eb'),
(103785,32,19147,NULL,2600,5,'2026-01-26 20:08:53','2026-01-26 20:08:53','0e8c2495-a1f9-431d-94dc-12a620373d09'),
(103786,32,19147,NULL,2596,6,'2026-01-26 20:08:53','2026-01-26 20:08:53','c01bc78e-fe98-41f6-b2a6-63bd02aff1aa'),
(103787,32,19147,NULL,2602,7,'2026-01-26 20:08:53','2026-01-26 20:08:53','0cd91c8e-bf55-4734-a177-a1c67d4c963d'),
(103788,32,19147,NULL,2606,8,'2026-01-26 20:08:53','2026-01-26 20:08:53','dc19ef27-f0f5-4122-a924-660173bd8a40'),
(103789,32,19147,NULL,2612,9,'2026-01-26 20:08:53','2026-01-26 20:08:53','6bd942eb-d607-4bbc-829d-7fdbbd22bf8f'),
(103790,32,19147,NULL,2604,10,'2026-01-26 20:08:53','2026-01-26 20:08:53','26748b3c-d90e-4ec9-9a0b-3b49edc584ce'),
(103791,16,19147,NULL,4786,1,'2026-01-26 20:08:53','2026-01-26 20:08:53','29a4c632-197f-46ff-817a-96e74af1eec3'),
(103792,7,19147,NULL,6547,1,'2026-01-26 20:08:53','2026-01-26 20:08:53','b18ffa0f-5420-4a02-8987-dc257cd358ae'),
(103793,7,19147,NULL,601,2,'2026-01-26 20:08:53','2026-01-26 20:08:53','4c85e2e5-18d9-4a87-b096-e30f3717835c'),
(103794,7,19147,NULL,617,3,'2026-01-26 20:08:53','2026-01-26 20:08:53','89a91daa-059c-42c3-98a5-2aa75ee57ddf'),
(103795,7,19147,NULL,605,4,'2026-01-26 20:08:53','2026-01-26 20:08:53','80f37476-48e2-463b-8270-9deae481718c'),
(103796,7,19147,NULL,9552,5,'2026-01-26 20:08:53','2026-01-26 20:08:53','fec7cfea-744e-4316-9ef5-688dd3d8c9cd'),
(103797,82,19147,NULL,491,1,'2026-01-26 20:08:53','2026-01-26 20:08:53','ff7da3ff-370f-4ef7-bbed-35bcf371d1e4'),
(103798,46,19147,NULL,2891,1,'2026-01-26 20:08:53','2026-01-26 20:08:53','44b5c244-7910-4258-a8c2-c53c1a21e72c'),
(103799,47,19147,NULL,12247,1,'2026-01-26 20:08:53','2026-01-26 20:08:53','fcaa6d05-ef6a-4cc4-a90e-84a44b4f63b3'),
(103800,57,19147,NULL,4808,1,'2026-01-26 20:08:53','2026-01-26 20:08:53','2c27807f-635d-4894-816b-b80a037ccf54'),
(103801,57,19147,NULL,4811,2,'2026-01-26 20:08:53','2026-01-26 20:08:53','7fd9b679-262a-451d-9c46-3b4907861954'),
(103802,57,19147,NULL,4807,3,'2026-01-26 20:08:53','2026-01-26 20:08:53','fa15eb65-5a14-4356-9db3-e6645d45e9c8'),
(103803,57,19147,NULL,4806,4,'2026-01-26 20:08:53','2026-01-26 20:08:53','94effd5e-da42-484a-a437-71f15f8de277'),
(103804,57,19147,NULL,4809,5,'2026-01-26 20:08:53','2026-01-26 20:08:53','624e7413-eab5-4d95-8512-1cbac8a35b32'),
(103805,57,19147,NULL,4810,6,'2026-01-26 20:08:53','2026-01-26 20:08:53','297a3f74-20f9-498c-8a54-2f720eeceee5'),
(103833,32,19156,NULL,2610,1,'2026-01-26 20:32:29','2026-01-26 20:32:29','d1d558a8-34aa-4ccd-9dba-2a0e07f04a6c'),
(103834,32,19156,NULL,2598,2,'2026-01-26 20:32:29','2026-01-26 20:32:29','5365457b-a2a7-4de4-ba93-3ec0c8ee58df'),
(103835,32,19156,NULL,2608,3,'2026-01-26 20:32:29','2026-01-26 20:32:29','c5ce805c-3a1b-45f8-99c1-38876dbe96fb'),
(103836,32,19156,NULL,2624,4,'2026-01-26 20:32:29','2026-01-26 20:32:29','4e9dc234-a202-43de-b8c0-8c01f9d099c4'),
(103837,32,19156,NULL,2600,5,'2026-01-26 20:32:29','2026-01-26 20:32:29','2023729b-6565-4e6c-9429-5a690cdc2644'),
(103838,32,19156,NULL,2596,6,'2026-01-26 20:32:29','2026-01-26 20:32:29','64865b28-072a-45fd-8559-d4e68a237eb9'),
(103839,32,19156,NULL,2602,7,'2026-01-26 20:32:29','2026-01-26 20:32:29','79661f6b-59fd-4ee2-9b79-8e33178f0126'),
(103840,32,19156,NULL,2606,8,'2026-01-26 20:32:29','2026-01-26 20:32:29','34b9c7c4-2ada-4d43-9527-2c3354705dd9'),
(103841,32,19156,NULL,2612,9,'2026-01-26 20:32:29','2026-01-26 20:32:29','c9eedc6a-3e83-412b-9389-d4ad40d1366b'),
(103842,32,19156,NULL,2604,10,'2026-01-26 20:32:29','2026-01-26 20:32:29','ada188fd-ab44-4ee7-aae8-d6e59e23146c'),
(103843,16,19156,NULL,4786,1,'2026-01-26 20:32:29','2026-01-26 20:32:29','e28c34d9-5519-4d66-ad62-abb88a01c78c'),
(103844,7,19156,NULL,6547,1,'2026-01-26 20:32:29','2026-01-26 20:32:29','ac3a9652-838a-4972-a4e9-c76066a120ea'),
(103845,7,19156,NULL,601,2,'2026-01-26 20:32:29','2026-01-26 20:32:29','e31caafb-63ba-4d51-bc93-f22c3fcb87f2'),
(103846,7,19156,NULL,617,3,'2026-01-26 20:32:29','2026-01-26 20:32:29','50fba223-a122-4a88-84f8-542b25980f32'),
(103847,7,19156,NULL,605,4,'2026-01-26 20:32:29','2026-01-26 20:32:29','9ecc2ee2-65d4-4b92-a5bf-e92e8b92d84c'),
(103848,7,19156,NULL,9552,5,'2026-01-26 20:32:29','2026-01-26 20:32:29','977cd478-f6ef-4f08-ac0e-2831b3ab8dda'),
(103849,82,19156,NULL,491,1,'2026-01-26 20:32:29','2026-01-26 20:32:29','5d646eca-ed0e-41c8-81ed-0af739fec0b2'),
(103850,46,19156,NULL,2891,1,'2026-01-26 20:32:29','2026-01-26 20:32:29','6e362394-8fc0-4912-887a-ec28adc27cc4'),
(103851,47,19156,NULL,12247,1,'2026-01-26 20:32:29','2026-01-26 20:32:29','afdb99e2-572e-45fc-b6ae-196ffd905c4b'),
(103852,57,19156,NULL,4808,1,'2026-01-26 20:32:29','2026-01-26 20:32:29','3acfaeb9-2056-4af0-9966-b1d964d7b45d'),
(103853,57,19156,NULL,4811,2,'2026-01-26 20:32:29','2026-01-26 20:32:29','e50b5f09-a58d-489a-8e50-ee572cbe7ba2'),
(103854,57,19156,NULL,4807,3,'2026-01-26 20:32:29','2026-01-26 20:32:29','82cee397-2472-4ee1-a9c2-4f1c7b090d2e'),
(103855,57,19156,NULL,4806,4,'2026-01-26 20:32:29','2026-01-26 20:32:29','40e1c3c5-56b5-43f9-af76-ff5e65cfb012'),
(103856,57,19156,NULL,4809,5,'2026-01-26 20:32:29','2026-01-26 20:32:29','276684c3-12ab-413d-aca9-55dbc9ac02e9'),
(103857,57,19156,NULL,4810,6,'2026-01-26 20:32:29','2026-01-26 20:32:29','5f681e20-f3db-4b87-910e-323fd44969a6'),
(103906,32,19164,NULL,2610,1,'2026-01-26 20:43:27','2026-01-26 20:43:27','60831311-e535-402b-aff1-7cd1efd74098'),
(103907,32,19164,NULL,2598,2,'2026-01-26 20:43:27','2026-01-26 20:43:27','3a64ae51-e745-4e78-9f85-5c1e855c778f'),
(103908,32,19164,NULL,2608,3,'2026-01-26 20:43:27','2026-01-26 20:43:27','188363e8-b952-4fb6-b14c-90e47b109c7f'),
(103909,32,19164,NULL,2600,4,'2026-01-26 20:43:27','2026-01-26 20:43:27','e179b3e2-0a5e-4e29-a8ae-8caf3a756620'),
(103910,32,19164,NULL,2596,5,'2026-01-26 20:43:27','2026-01-26 20:43:27','f2da8394-83dd-4fff-8271-7aa7a83ba1c3'),
(103911,32,19164,NULL,2602,6,'2026-01-26 20:43:27','2026-01-26 20:43:27','0c1f9e2c-92cd-41a1-a51b-5f8f32f85041'),
(103912,32,19164,NULL,2604,7,'2026-01-26 20:43:27','2026-01-26 20:43:27','45337e8f-6337-4e78-9a9f-a330c2fac967'),
(103913,32,19164,NULL,2606,8,'2026-01-26 20:43:27','2026-01-26 20:43:27','9fe96c62-834b-4069-9b64-f5eaedd7c248'),
(103914,32,19164,NULL,2612,9,'2026-01-26 20:43:27','2026-01-26 20:43:27','7e176b4e-61ca-4b65-ba3f-db9f4b04ff07'),
(103915,16,19164,NULL,545,1,'2026-01-26 20:43:27','2026-01-26 20:43:27','7cc04ffb-06e4-4509-8fec-0db907b50d3c'),
(103916,7,19164,NULL,601,1,'2026-01-26 20:43:27','2026-01-26 20:43:27','b8fd3ee0-e0c9-40be-a732-d2400608f655'),
(103917,7,19164,NULL,617,2,'2026-01-26 20:43:27','2026-01-26 20:43:27','cc5b073f-a41e-41c7-918b-4883332084a0'),
(103918,7,19164,NULL,605,3,'2026-01-26 20:43:27','2026-01-26 20:43:27','45d5f685-72a6-4aa0-a5d0-5c40e24e2746'),
(103919,7,19164,NULL,9552,4,'2026-01-26 20:43:27','2026-01-26 20:43:27','fb6976ba-046e-43f0-a731-285fb5b65295'),
(103920,82,19164,NULL,491,1,'2026-01-26 20:43:27','2026-01-26 20:43:27','ca9dabba-aa7c-4f38-ac8c-8808875a10fe'),
(103921,47,19164,NULL,14954,1,'2026-01-26 20:43:27','2026-01-26 20:43:27','3aa65d6b-da1e-455e-876f-9bda8c46ccf7'),
(103922,57,19164,NULL,545,1,'2026-01-26 20:43:27','2026-01-26 20:43:27','1b665b1b-eee4-4e99-9d05-25621be077cf'),
(103923,57,19164,NULL,137,2,'2026-01-26 20:43:27','2026-01-26 20:43:27','461ffa39-c0be-4bb4-a34d-a85374e72e3c'),
(103924,57,19164,NULL,138,3,'2026-01-26 20:43:27','2026-01-26 20:43:27','50d2beb2-cc62-471f-90da-a965b20c7d01'),
(103925,57,19164,NULL,136,4,'2026-01-26 20:43:27','2026-01-26 20:43:27','25149e86-795c-4e9b-bc5d-9915400459f1'),
(103927,32,19177,NULL,2614,1,'2026-01-26 20:48:12','2026-01-26 20:48:12','7eb236c1-fb4c-47fc-9567-d0b314fbdb4a'),
(103928,32,19177,NULL,2610,2,'2026-01-26 20:48:12','2026-01-26 20:48:12','471bcb49-54af-45d1-a555-c4ff7c801093'),
(103929,32,19177,NULL,2598,3,'2026-01-26 20:48:12','2026-01-26 20:48:12','d84b51a4-9c02-4e5d-8261-24c3dbc82d62'),
(103930,32,19177,NULL,2608,4,'2026-01-26 20:48:12','2026-01-26 20:48:12','7907c289-aa5f-4169-852b-c1cf7b344b7b'),
(103931,32,19177,NULL,2600,5,'2026-01-26 20:48:12','2026-01-26 20:48:12','bb613c9a-9e6d-4e62-b908-acf44ba53d29'),
(103932,32,19177,NULL,2596,6,'2026-01-26 20:48:12','2026-01-26 20:48:12','a0492aab-3291-4dde-84f7-a188053f02b3'),
(103933,32,19177,NULL,2602,7,'2026-01-26 20:48:12','2026-01-26 20:48:12','27909d6b-ea27-4603-890c-ea5331c85296'),
(103934,32,19177,NULL,2606,8,'2026-01-26 20:48:12','2026-01-26 20:48:12','71dcb0a0-65fc-4ad3-9c00-bc9e7b7d96ce'),
(103935,32,19177,NULL,2612,9,'2026-01-26 20:48:12','2026-01-26 20:48:12','4a8d2045-8e29-4ed8-81dc-89abbd5749b2'),
(103936,32,19177,NULL,2604,10,'2026-01-26 20:48:12','2026-01-26 20:48:12','054476fe-e456-45c0-90ea-19c0c358b633'),
(103937,16,19177,NULL,6741,1,'2026-01-26 20:48:12','2026-01-26 20:48:12','8157060c-296d-4a5d-9c40-1f234bd8f018'),
(103938,7,19177,NULL,605,1,'2026-01-26 20:48:12','2026-01-26 20:48:12','b0bcfe7a-d163-489d-a1f5-ea4d7c0a7221'),
(103939,7,19177,NULL,617,2,'2026-01-26 20:48:12','2026-01-26 20:48:12','f6760eff-7a66-45ec-8878-e58351dd0da5'),
(103940,7,19177,NULL,9552,3,'2026-01-26 20:48:12','2026-01-26 20:48:12','9da3a9e2-2f81-4c59-afd7-554e3f6bd734'),
(103941,47,19177,NULL,12269,1,'2026-01-26 20:48:12','2026-01-26 20:48:12','d0f760fe-6827-4af1-a5c4-dc48bdfacc50'),
(103942,57,19177,NULL,6759,1,'2026-01-26 20:48:12','2026-01-26 20:48:12','df04cd70-1aa4-4e3c-a2b3-2fcde3139d42'),
(103943,57,19177,NULL,6760,2,'2026-01-26 20:48:12','2026-01-26 20:48:12','3ef7f30d-1d26-4fcd-9b12-2c0b971f0042'),
(103944,57,19177,NULL,6761,3,'2026-01-26 20:48:12','2026-01-26 20:48:12','76be2896-44f5-4c38-919c-188fb9900d8d'),
(103945,57,19177,NULL,6762,4,'2026-01-26 20:48:12','2026-01-26 20:48:12','f68dd6b2-3349-4bcd-9946-8198028965ec'),
(103946,57,19177,NULL,6763,5,'2026-01-26 20:48:12','2026-01-26 20:48:12','a7784f31-2ef9-4266-990b-6eaefec1c093'),
(103947,57,19177,NULL,6764,6,'2026-01-26 20:48:12','2026-01-26 20:48:12','80346b09-990b-4d4a-8a9e-fd23a15b0ef1'),
(103948,57,19177,NULL,6765,7,'2026-01-26 20:48:12','2026-01-26 20:48:12','97289852-d988-40f6-a70f-f0610d18beb5'),
(103949,57,19177,NULL,6766,8,'2026-01-26 20:48:12','2026-01-26 20:48:12','fb3e5488-0c70-455f-a97c-d0cea1de817c'),
(103950,13,19177,NULL,6767,1,'2026-01-26 20:48:12','2026-01-26 20:48:12','c142f343-1258-42c8-8d56-fbe987a2823e'),
(103999,32,19461,NULL,2614,1,'2026-01-27 15:53:55','2026-01-27 15:53:55','b206e659-d301-464a-85fa-bd2c13550bb2'),
(104000,32,19461,NULL,2610,2,'2026-01-27 15:53:55','2026-01-27 15:53:55','2d8b44e6-22d5-4ec5-9d41-ccae546f7941'),
(104001,32,19461,NULL,2598,3,'2026-01-27 15:53:55','2026-01-27 15:53:55','4dc45ec3-9da7-4852-913f-44795d241483'),
(104002,32,19461,NULL,2608,4,'2026-01-27 15:53:55','2026-01-27 15:53:55','cade882a-6223-46f8-8235-6fd22a7c6542'),
(104003,32,19461,NULL,2600,5,'2026-01-27 15:53:55','2026-01-27 15:53:55','1db4a6bf-731a-48d9-8d30-2d9e9a0132ac'),
(104004,32,19461,NULL,2596,6,'2026-01-27 15:53:55','2026-01-27 15:53:55','1c83b62f-7665-4181-8300-0e6d353c85e9'),
(104005,32,19461,NULL,2602,7,'2026-01-27 15:53:55','2026-01-27 15:53:55','40e98ae8-268a-4a5c-852c-f95ef67b08bc'),
(104006,32,19461,NULL,2606,8,'2026-01-27 15:53:55','2026-01-27 15:53:55','e8059767-53a3-42d4-8a74-41051002e2e4'),
(104007,32,19461,NULL,2612,9,'2026-01-27 15:53:55','2026-01-27 15:53:55','700d5793-eba5-40c7-925b-5a34b23fc3e1'),
(104008,32,19461,NULL,2604,10,'2026-01-27 15:53:55','2026-01-27 15:53:55','807b3c1f-0a9d-42e7-b498-be785a1b9cf6'),
(104009,16,19461,NULL,6741,1,'2026-01-27 15:53:55','2026-01-27 15:53:55','0af758a0-a175-42b8-98e1-66fa03f82549'),
(104010,7,19461,NULL,605,1,'2026-01-27 15:53:55','2026-01-27 15:53:55','abfe3f61-f31b-4e3d-b2c1-ce8ff6939c3a'),
(104011,7,19461,NULL,617,2,'2026-01-27 15:53:55','2026-01-27 15:53:55','dd552380-f1e9-43c8-b847-95b0fdd14dba'),
(104012,7,19461,NULL,9552,3,'2026-01-27 15:53:55','2026-01-27 15:53:55','d62e1af6-5d41-4865-97fc-b072fcce2b58'),
(104013,47,19461,NULL,12269,1,'2026-01-27 15:53:55','2026-01-27 15:53:55','8667b62d-37b0-4ae9-bc0b-6825b46f12db'),
(104014,57,19461,NULL,6759,1,'2026-01-27 15:53:55','2026-01-27 15:53:55','47ad7484-f9af-4779-9573-8fbcbc3115a9'),
(104015,57,19461,NULL,6760,2,'2026-01-27 15:53:55','2026-01-27 15:53:55','2b501790-2a74-4cc4-913c-dc89f316866d'),
(104016,57,19461,NULL,6761,3,'2026-01-27 15:53:55','2026-01-27 15:53:55','add1ce07-99cb-4324-a214-bfbce3d63e3d'),
(104017,57,19461,NULL,6762,4,'2026-01-27 15:53:55','2026-01-27 15:53:55','ffc8d9e6-2093-4fa6-8a7b-2750c37eb7eb'),
(104018,57,19461,NULL,6763,5,'2026-01-27 15:53:55','2026-01-27 15:53:55','84fab998-fb2b-457b-a697-1711f81a9e61'),
(104019,57,19461,NULL,6764,6,'2026-01-27 15:53:55','2026-01-27 15:53:55','e6a9bc8c-0ee8-43cf-af3c-1505d6e40a5b'),
(104020,57,19461,NULL,6765,7,'2026-01-27 15:53:55','2026-01-27 15:53:55','bcf0af6a-e68e-411b-80e8-b98bac33d51c'),
(104021,57,19461,NULL,6766,8,'2026-01-27 15:53:55','2026-01-27 15:53:55','8900eba9-a693-4530-a6a3-0f863a1ed826'),
(104022,13,19461,NULL,6767,1,'2026-01-27 15:53:55','2026-01-27 15:53:55','4dbbadf9-5406-4ee9-91dc-98f0c771ba88'),
(104023,32,19480,NULL,2610,1,'2026-01-27 16:06:38','2026-01-27 16:06:38','f3541ddf-fcb2-4130-8f46-35072abc788c'),
(104024,32,19480,NULL,2598,2,'2026-01-27 16:06:38','2026-01-27 16:06:38','275e02e0-ef42-4c9f-a148-d824fa954774'),
(104025,32,19480,NULL,2608,3,'2026-01-27 16:06:38','2026-01-27 16:06:38','c40a89c2-07cc-4c13-a1a1-8544ada100a6'),
(104026,32,19480,NULL,2600,4,'2026-01-27 16:06:38','2026-01-27 16:06:38','cb87a8db-368b-4f7e-9850-06386b992844'),
(104027,32,19480,NULL,2602,5,'2026-01-27 16:06:38','2026-01-27 16:06:38','e34d57e9-5d37-40ca-94b7-c5c6b7409ab5'),
(104028,32,19480,NULL,2612,6,'2026-01-27 16:06:38','2026-01-27 16:06:38','fa1e1a56-5b87-4ad6-9d5b-8eac0041f7c8'),
(104029,32,19480,NULL,2604,7,'2026-01-27 16:06:38','2026-01-27 16:06:38','1bd88b39-6f1c-421a-8e1b-2e0c17601fcd'),
(104030,32,19480,NULL,2596,8,'2026-01-27 16:06:38','2026-01-27 16:06:38','64df7edc-5998-45e7-8082-0aa98d4ff043'),
(104031,32,19480,NULL,2606,9,'2026-01-27 16:06:38','2026-01-27 16:06:38','89faffa5-a30f-444c-aab1-4efbfe7cf470'),
(104032,16,19480,NULL,6793,1,'2026-01-27 16:06:38','2026-01-27 16:06:38','6b437e6f-3174-408f-bd1a-4b64578db056'),
(104033,7,19480,NULL,2969,1,'2026-01-27 16:06:38','2026-01-27 16:06:38','be4c1bf4-0277-4294-a308-eb33764c325d'),
(104034,7,19480,NULL,605,2,'2026-01-27 16:06:38','2026-01-27 16:06:38','8efe4d8f-e0dd-43e7-b846-eb01b92a793b'),
(104035,7,19480,NULL,617,3,'2026-01-27 16:06:38','2026-01-27 16:06:38','01dbf36f-7f9d-4311-9808-c9b9970b3a0c'),
(104036,7,19480,NULL,9552,4,'2026-01-27 16:06:38','2026-01-27 16:06:38','83c5c4d4-f578-4ec6-97dc-9d701b4a6b27'),
(104037,82,19480,NULL,479,1,'2026-01-27 16:06:38','2026-01-27 16:06:38','9e1d3fde-5676-4164-b887-f6ecd1e8a73c'),
(104038,82,19480,NULL,491,2,'2026-01-27 16:06:38','2026-01-27 16:06:38','9e1735aa-4e41-4818-8b99-b9520b296216'),
(104039,82,19480,NULL,469,3,'2026-01-27 16:06:38','2026-01-27 16:06:38','01e05995-343b-42cc-8615-83d70ed37f62'),
(104040,47,19480,NULL,12275,1,'2026-01-27 16:06:38','2026-01-27 16:06:38','f2e4507b-2101-413b-a7f5-5d1c2f4ca428'),
(104041,57,19480,NULL,6792,1,'2026-01-27 16:06:38','2026-01-27 16:06:38','c28f26f5-28e6-40b2-957c-eeb562c9f765'),
(104042,57,19480,NULL,6793,2,'2026-01-27 16:06:38','2026-01-27 16:06:38','dc94d075-fac6-4338-a08e-bd150bd5bb43'),
(104043,57,19480,NULL,6794,3,'2026-01-27 16:06:38','2026-01-27 16:06:38','09e5ae6b-411f-40c4-88a5-d8951870c5eb'),
(104044,57,19480,NULL,6795,4,'2026-01-27 16:06:38','2026-01-27 16:06:38','a84b8ef0-d7d0-4353-a173-97dd1354d052'),
(104045,57,19480,NULL,6796,5,'2026-01-27 16:06:38','2026-01-27 16:06:38','f73a9fc3-590c-4e6a-af16-9f677e3ae7a3'),
(104046,13,19480,NULL,6852,1,'2026-01-27 16:06:38','2026-01-27 16:06:38','f63e0f0e-bffb-430b-a8d3-c5abf1ff8526'),
(104074,32,19504,NULL,2610,1,'2026-01-27 16:15:06','2026-01-27 16:15:06','8d559e36-a598-45c4-85f2-3b4a44d9f8a6'),
(104075,32,19504,NULL,2598,2,'2026-01-27 16:15:06','2026-01-27 16:15:06','9517fbad-f670-466f-8ff4-bd9800010a5c'),
(104076,32,19504,NULL,2608,3,'2026-01-27 16:15:06','2026-01-27 16:15:06','d1a79c1f-97af-4680-9265-d2401f6a9fc2'),
(104077,32,19504,NULL,2600,4,'2026-01-27 16:15:06','2026-01-27 16:15:06','1e32a740-fc0b-4eda-985b-5cd8b8fe69e4'),
(104078,32,19504,NULL,2596,5,'2026-01-27 16:15:06','2026-01-27 16:15:06','c986aebd-925d-45f0-b262-c1199b954112'),
(104079,32,19504,NULL,2602,6,'2026-01-27 16:15:06','2026-01-27 16:15:06','10b4cd13-fa7e-4ed3-90b9-c1745ef7e16a'),
(104080,32,19504,NULL,2612,7,'2026-01-27 16:15:06','2026-01-27 16:15:06','767826b1-6291-48fd-a233-5c70ebb66b9b'),
(104081,32,19504,NULL,2618,8,'2026-01-27 16:15:06','2026-01-27 16:15:06','c73828ce-b9ac-4993-b9ff-d489192ed6f6'),
(104082,32,19504,NULL,2604,9,'2026-01-27 16:15:06','2026-01-27 16:15:06','66e13306-95bb-4bad-b6ff-b791566c9962'),
(104083,32,19504,NULL,2606,10,'2026-01-27 16:15:06','2026-01-27 16:15:06','8d4043bd-06f4-4852-92ee-27f69f93d44a'),
(104084,16,19504,NULL,9008,1,'2026-01-27 16:15:06','2026-01-27 16:15:06','d0848950-cba4-4fd0-865a-76f6f7b1ff72'),
(104085,7,19504,NULL,605,1,'2026-01-27 16:15:06','2026-01-27 16:15:06','788e4565-ab65-436b-8a68-52e956cf11c9'),
(104086,7,19504,NULL,617,2,'2026-01-27 16:15:06','2026-01-27 16:15:06','a647f332-082c-4e64-a2d8-ec69ce82da76'),
(104087,7,19504,NULL,9552,3,'2026-01-27 16:15:06','2026-01-27 16:15:06','25fabc1b-52f5-43e1-9473-d67f92e38e6f'),
(104088,82,19504,NULL,479,1,'2026-01-27 16:15:06','2026-01-27 16:15:06','713aedfb-20fa-445e-97ea-4cb8dae2dc35'),
(104089,82,19504,NULL,491,2,'2026-01-27 16:15:06','2026-01-27 16:15:06','5c050dc2-6a3d-470a-8d12-0d1d19db2d24'),
(104090,46,19504,NULL,3697,1,'2026-01-27 16:15:06','2026-01-27 16:15:06','0b68ef42-5735-4a13-abd2-86ce77ccc865'),
(104091,47,19504,NULL,12278,1,'2026-01-27 16:15:06','2026-01-27 16:15:06','795e4787-2c5f-4d04-9a41-14d1d5e05076'),
(104092,57,19504,NULL,9011,1,'2026-01-27 16:15:06','2026-01-27 16:15:06','beefb73e-1dfa-4f48-88ab-c3cfb864f02a'),
(104093,57,19504,NULL,9017,2,'2026-01-27 16:15:06','2026-01-27 16:15:06','413601aa-4d94-4387-8792-fb73a0492555'),
(104094,57,19504,NULL,9015,3,'2026-01-27 16:15:06','2026-01-27 16:15:06','77640c2d-b6b8-49b5-9bd4-9f7aada2eb17'),
(104095,57,19504,NULL,9016,4,'2026-01-27 16:15:06','2026-01-27 16:15:06','e9adf73f-ef87-4829-8623-b82fd61aa169'),
(104096,57,19504,NULL,9013,5,'2026-01-27 16:15:06','2026-01-27 16:15:06','855e0303-0910-4874-af26-26c308bdd188'),
(104097,57,19504,NULL,9014,6,'2026-01-27 16:15:06','2026-01-27 16:15:06','ab20463b-33fd-4866-b7f0-15e9d4f95a12'),
(104098,57,19504,NULL,9012,7,'2026-01-27 16:15:06','2026-01-27 16:15:06','d2bbaacb-4189-4699-91b2-7f9324423ad9'),
(104099,57,19504,NULL,9018,8,'2026-01-27 16:15:06','2026-01-27 16:15:06','91e66e3b-905f-4e84-933c-641a591b7250'),
(104124,32,19527,NULL,2610,1,'2026-01-27 16:22:18','2026-01-27 16:22:18','b355c1ab-fc03-42da-92fb-065dfbbc684c'),
(104125,32,19527,NULL,2598,2,'2026-01-27 16:22:18','2026-01-27 16:22:18','a8d59879-117c-497e-810f-13b058936d54'),
(104126,32,19527,NULL,2608,3,'2026-01-27 16:22:18','2026-01-27 16:22:18','fd275b5f-77f6-49aa-9a52-b2d43884b602'),
(104127,32,19527,NULL,2600,4,'2026-01-27 16:22:18','2026-01-27 16:22:18','75b192df-9241-4ee1-968c-2c528fb89389'),
(104128,32,19527,NULL,2596,5,'2026-01-27 16:22:18','2026-01-27 16:22:18','58df399d-645d-4ee3-8151-3780a52680fa'),
(104129,32,19527,NULL,2602,6,'2026-01-27 16:22:18','2026-01-27 16:22:18','725129b2-7f7f-42ee-b5ec-43f7f2dc531e'),
(104130,32,19527,NULL,2612,7,'2026-01-27 16:22:18','2026-01-27 16:22:18','9cf56f9c-4df9-413b-ab17-391b59976d62'),
(104131,32,19527,NULL,2604,8,'2026-01-27 16:22:18','2026-01-27 16:22:18','63374601-b196-4db9-8a6c-15003a6d7ed6'),
(104132,32,19527,NULL,2606,9,'2026-01-27 16:22:18','2026-01-27 16:22:18','a75d6ac2-af3a-4116-9fd7-e1ce10033a5c'),
(104133,16,19527,NULL,9025,1,'2026-01-27 16:22:18','2026-01-27 16:22:18','1a7543c3-da90-4497-b991-3643ba2e40cc'),
(104134,7,19527,NULL,601,1,'2026-01-27 16:22:18','2026-01-27 16:22:18','3300e04c-0d6e-40d6-8b4b-ff6fb9d5bf5c'),
(104135,7,19527,NULL,605,2,'2026-01-27 16:22:18','2026-01-27 16:22:18','f9fd5929-c971-4003-b453-afe218193ba7'),
(104136,7,19527,NULL,617,3,'2026-01-27 16:22:18','2026-01-27 16:22:18','bb1cf6a3-b6a3-4ca6-a2c6-443c0686ca2f'),
(104137,7,19527,NULL,9552,4,'2026-01-27 16:22:18','2026-01-27 16:22:18','f6740954-952d-48d8-a1d7-a448a67af00a'),
(104138,82,19527,NULL,479,1,'2026-01-27 16:22:18','2026-01-27 16:22:18','eb2b1768-00e4-445d-9ad0-37dafaacab83'),
(104139,82,19527,NULL,491,2,'2026-01-27 16:22:18','2026-01-27 16:22:18','92cf9375-6a10-4b56-a34c-73b05460d70d'),
(104140,47,19527,NULL,12281,1,'2026-01-27 16:22:18','2026-01-27 16:22:18','5f8434be-f097-4778-9aba-87b9de09e355'),
(104141,57,19527,NULL,9030,1,'2026-01-27 16:22:18','2026-01-27 16:22:18','7f906730-5822-4126-bc47-46fc031abfa9'),
(104142,57,19527,NULL,9031,2,'2026-01-27 16:22:18','2026-01-27 16:22:18','91770429-1243-4681-959e-44a96449589d'),
(104143,57,19527,NULL,9032,3,'2026-01-27 16:22:18','2026-01-27 16:22:18','9434d731-5328-46b4-8f61-096567d306d3'),
(104144,57,19527,NULL,9033,4,'2026-01-27 16:22:18','2026-01-27 16:22:18','74e66331-6e60-4a1d-bdea-6ab43118da3d'),
(104145,57,19527,NULL,9029,5,'2026-01-27 16:22:18','2026-01-27 16:22:18','b9024a5d-7a33-40db-a533-75cda87e6a22'),
(104146,57,19527,NULL,9028,6,'2026-01-27 16:22:18','2026-01-27 16:22:18','22c256e2-37c7-4cd6-82d9-f9e47881e408'),
(104171,32,19537,NULL,2610,1,'2026-01-27 16:23:15','2026-01-27 16:23:15','4b66bd61-85b5-45d9-852f-f014a5cd3c1b'),
(104172,32,19537,NULL,2598,2,'2026-01-27 16:23:15','2026-01-27 16:23:15','f8c8e697-7097-4d7f-8881-e8cba83c4703'),
(104173,32,19537,NULL,2608,3,'2026-01-27 16:23:15','2026-01-27 16:23:15','f027b8cb-8fb6-4bc6-8dd7-f7f33a5c9bc8'),
(104174,32,19537,NULL,2600,4,'2026-01-27 16:23:15','2026-01-27 16:23:15','3de4c65c-1412-4e51-a1b7-540599bb809b'),
(104175,32,19537,NULL,2602,5,'2026-01-27 16:23:15','2026-01-27 16:23:15','01a0e44b-db94-4cde-a398-ac3c3a60ee32'),
(104176,32,19537,NULL,2612,6,'2026-01-27 16:23:15','2026-01-27 16:23:15','a40c7e6d-7b24-4c9d-8f0c-f42a65342790'),
(104177,32,19537,NULL,2604,7,'2026-01-27 16:23:15','2026-01-27 16:23:15','895d3fab-df55-4dd0-be05-840615ae6881'),
(104178,32,19537,NULL,2596,8,'2026-01-27 16:23:15','2026-01-27 16:23:15','c33c8293-b64e-4a99-a2e0-d020b7597f10'),
(104179,32,19537,NULL,2606,9,'2026-01-27 16:23:15','2026-01-27 16:23:15','cc114a83-4014-47cb-8007-511f7c717628'),
(104180,16,19537,NULL,6793,1,'2026-01-27 16:23:15','2026-01-27 16:23:15','588a366f-1a54-4e79-9a9e-c75c279e99fc'),
(104181,7,19537,NULL,2969,1,'2026-01-27 16:23:15','2026-01-27 16:23:15','f988801d-94b6-40e3-a53a-5895319829ba'),
(104182,7,19537,NULL,605,2,'2026-01-27 16:23:15','2026-01-27 16:23:15','b2f8ff4a-02b7-427b-a69d-8df609ffd2da'),
(104183,7,19537,NULL,617,3,'2026-01-27 16:23:15','2026-01-27 16:23:15','62062e7e-f3e3-43db-9267-c3b742205361'),
(104184,7,19537,NULL,9552,4,'2026-01-27 16:23:15','2026-01-27 16:23:15','c307924b-3e76-4509-82db-643fa0c8290e'),
(104185,82,19537,NULL,479,1,'2026-01-27 16:23:15','2026-01-27 16:23:15','576ab222-b5e1-4bf3-917a-8a05cbc73d0f'),
(104186,82,19537,NULL,491,2,'2026-01-27 16:23:15','2026-01-27 16:23:15','b686eabc-772d-4b67-90a3-e67dc8027d71'),
(104187,82,19537,NULL,469,3,'2026-01-27 16:23:15','2026-01-27 16:23:15','19250aa2-d04a-4953-a10f-936f566c2415'),
(104188,47,19537,NULL,12275,1,'2026-01-27 16:23:15','2026-01-27 16:23:15','d4618330-d912-4b89-9ac0-36f3d1137666'),
(104189,57,19537,NULL,6792,1,'2026-01-27 16:23:15','2026-01-27 16:23:15','110492e9-94c9-49dd-855c-be917fcc5b9f'),
(104190,57,19537,NULL,6793,2,'2026-01-27 16:23:15','2026-01-27 16:23:15','233cf062-8cdb-4e5a-aef7-5642659eb032'),
(104191,57,19537,NULL,6794,3,'2026-01-27 16:23:15','2026-01-27 16:23:15','26339ded-48e4-4791-b876-6c6dd6852b63'),
(104192,57,19537,NULL,6795,4,'2026-01-27 16:23:15','2026-01-27 16:23:15','1cf5641e-f1b3-4007-bd56-afe51d4a0749'),
(104193,57,19537,NULL,6796,5,'2026-01-27 16:23:15','2026-01-27 16:23:15','00acbc22-651f-477e-a459-9bb47ec3d625'),
(104194,13,19537,NULL,6852,1,'2026-01-27 16:23:15','2026-01-27 16:23:15','596d96f6-6b34-4135-bcd5-e10b752f8e86'),
(104227,32,19544,NULL,2598,1,'2026-01-27 16:27:37','2026-01-27 16:27:37','d306cadc-59a4-42c1-a535-96347c0185a4'),
(104228,32,19544,NULL,2608,2,'2026-01-27 16:27:37','2026-01-27 16:27:37','6aba95a1-54e3-4f22-b5ed-e9ee4c303de5'),
(104229,32,19544,NULL,2600,3,'2026-01-27 16:27:37','2026-01-27 16:27:37','64c16f50-e997-4555-9a59-2a0129a00607'),
(104230,32,19544,NULL,2602,4,'2026-01-27 16:27:37','2026-01-27 16:27:37','242a4e7c-10a8-4362-b899-b85d406169d7'),
(104231,32,19544,NULL,2612,5,'2026-01-27 16:27:37','2026-01-27 16:27:37','c57b2f0a-1edd-4fb6-b0a3-947c87eca10e'),
(104232,32,19544,NULL,2604,6,'2026-01-27 16:27:37','2026-01-27 16:27:37','55c1567f-cf60-46b8-bfb9-01c8caac66b4'),
(104233,32,19544,NULL,2610,7,'2026-01-27 16:27:37','2026-01-27 16:27:37','227e0a66-dbef-4b27-891d-9aeb5ab95b51'),
(104234,32,19544,NULL,2596,8,'2026-01-27 16:27:37','2026-01-27 16:27:37','69a8dbf0-24d5-4926-b77e-521df630f8d3'),
(104235,32,19544,NULL,2606,9,'2026-01-27 16:27:37','2026-01-27 16:27:37','5db76b31-ffa6-4cbf-8e36-903751cefc43'),
(104236,16,19544,NULL,4884,1,'2026-01-27 16:27:37','2026-01-27 16:27:37','252b32ae-6ed4-412e-996f-67c37a3c1b95'),
(104237,7,19544,NULL,6547,1,'2026-01-27 16:27:37','2026-01-27 16:27:37','61ce9c41-472d-497e-99f8-4c253d5b721a'),
(104238,7,19544,NULL,601,2,'2026-01-27 16:27:37','2026-01-27 16:27:37','0d401ee2-632f-4d7a-a45c-258f9eb6b34c'),
(104239,7,19544,NULL,9732,3,'2026-01-27 16:27:37','2026-01-27 16:27:37','72c8af30-7c15-4620-85ea-0c2d8d56f11a'),
(104240,7,19544,NULL,9735,4,'2026-01-27 16:27:37','2026-01-27 16:27:37','54156914-c08a-47fa-8eb1-2bbb2613e642'),
(104241,7,19544,NULL,617,5,'2026-01-27 16:27:37','2026-01-27 16:27:37','4125b298-036f-4cc7-b9b1-f7d52b58e90b'),
(104242,7,19544,NULL,605,6,'2026-01-27 16:27:37','2026-01-27 16:27:37','55e5fea3-b25d-4773-b20c-c622281edb76'),
(104243,7,19544,NULL,9552,7,'2026-01-27 16:27:37','2026-01-27 16:27:37','ffcb8c07-64c6-4b01-b10e-d1f7c63cdd33'),
(104244,82,19544,NULL,479,1,'2026-01-27 16:27:37','2026-01-27 16:27:37','5f8216eb-b024-4bb3-a526-9a86bf89d5c4'),
(104245,82,19544,NULL,491,2,'2026-01-27 16:27:37','2026-01-27 16:27:37','0a01cdeb-e155-499a-944a-507e8b5236eb'),
(104246,82,19544,NULL,469,3,'2026-01-27 16:27:37','2026-01-27 16:27:37','bbce8fa2-153a-480e-9ac4-fb5be22de89e'),
(104247,47,19544,NULL,12256,1,'2026-01-27 16:27:37','2026-01-27 16:27:37','d4bf4005-d8ed-473a-99a1-fd4839e9e00f'),
(104248,57,19544,NULL,4886,1,'2026-01-27 16:27:37','2026-01-27 16:27:37','8d049514-bc44-4fe8-a78f-6d47316241f5'),
(104249,57,19544,NULL,4880,2,'2026-01-27 16:27:37','2026-01-27 16:27:37','e7998729-621c-4fcb-a458-7f0df7979113'),
(104250,57,19544,NULL,4888,3,'2026-01-27 16:27:37','2026-01-27 16:27:37','699c9c6d-5b56-43dc-a6a2-a280c476de30'),
(104251,57,19544,NULL,4882,4,'2026-01-27 16:27:37','2026-01-27 16:27:37','25632506-9945-4a41-a7ec-aaf5f76bbfcd'),
(104252,57,19544,NULL,4879,5,'2026-01-27 16:27:37','2026-01-27 16:27:37','d2186861-f1e8-43e8-979c-792ce9d74e30'),
(104253,57,19544,NULL,4881,6,'2026-01-27 16:27:37','2026-01-27 16:27:37','0f1005f8-ef50-40e2-8900-ba1368f8e1a0'),
(104254,57,19544,NULL,4887,7,'2026-01-27 16:27:37','2026-01-27 16:27:37','f29c38a0-61cc-4bd2-ae65-3e2d483812df'),
(104255,57,19544,NULL,4883,8,'2026-01-27 16:27:37','2026-01-27 16:27:37','276ff008-d826-41e4-8f22-63ca39f93c64'),
(104256,57,19544,NULL,4884,9,'2026-01-27 16:27:37','2026-01-27 16:27:37','114a129c-6253-4378-865a-b9ed917d0c87'),
(104257,57,19544,NULL,4885,10,'2026-01-27 16:27:37','2026-01-27 16:27:37','7d138cf2-f79e-467f-9d7c-55f7b5e96f3c'),
(104259,32,19555,NULL,2610,1,'2026-01-27 16:32:39','2026-01-27 16:32:39','d76be19f-e8f4-4320-b372-81d136711410'),
(104260,32,19555,NULL,2598,2,'2026-01-27 16:32:39','2026-01-27 16:32:39','3d3377d5-cd1a-4188-acd1-a1f1ad13299e'),
(104261,32,19555,NULL,2608,3,'2026-01-27 16:32:39','2026-01-27 16:32:39','1d581400-da36-47a0-befe-6ed50def3f93'),
(104262,32,19555,NULL,2624,4,'2026-01-27 16:32:39','2026-01-27 16:32:39','c127f612-17ee-44d7-a8c5-cdf3cfb4985c'),
(104263,32,19555,NULL,2600,5,'2026-01-27 16:32:39','2026-01-27 16:32:39','ed721184-18ac-4408-9b78-b08c96891ddf'),
(104264,32,19555,NULL,2596,6,'2026-01-27 16:32:39','2026-01-27 16:32:39','85488842-d228-4bc4-8f9d-e13aa8b26148'),
(104265,32,19555,NULL,2602,7,'2026-01-27 16:32:39','2026-01-27 16:32:39','4238be37-48c4-4db4-9528-f58d3136209c'),
(104266,32,19555,NULL,2606,8,'2026-01-27 16:32:39','2026-01-27 16:32:39','d99c0c8f-918d-4596-8ab4-8eec6f3bff9a'),
(104267,32,19555,NULL,2612,9,'2026-01-27 16:32:39','2026-01-27 16:32:39','7059f7e0-3076-410f-8890-6cf9ecb7b614'),
(104268,32,19555,NULL,2604,10,'2026-01-27 16:32:39','2026-01-27 16:32:39','1c6d5926-efdb-4ff2-a871-9acb33ca4348'),
(104269,16,19555,NULL,4786,1,'2026-01-27 16:32:39','2026-01-27 16:32:39','8381ace2-23a7-4117-a111-a98b447c55b7'),
(104270,7,19555,NULL,6547,1,'2026-01-27 16:32:39','2026-01-27 16:32:39','256055e1-1333-40e1-893c-0a0e9a69a5da'),
(104271,7,19555,NULL,601,2,'2026-01-27 16:32:39','2026-01-27 16:32:39','73f54178-1d92-4251-a48d-6aca3feed1fc'),
(104272,7,19555,NULL,617,3,'2026-01-27 16:32:39','2026-01-27 16:32:39','f9fbd3a1-84a1-48b7-bf5c-a598fd88b0b9'),
(104273,7,19555,NULL,605,4,'2026-01-27 16:32:39','2026-01-27 16:32:39','90229972-a7d2-4b34-be08-f4374e931cdc'),
(104274,7,19555,NULL,9552,5,'2026-01-27 16:32:39','2026-01-27 16:32:39','a2427465-e76d-4009-8770-e1f3c6f071c6'),
(104275,82,19555,NULL,491,1,'2026-01-27 16:32:39','2026-01-27 16:32:39','7188a342-c626-4c72-bd98-84f808fd45df'),
(104276,46,19555,NULL,2891,1,'2026-01-27 16:32:39','2026-01-27 16:32:39','1d035c2b-18e0-4714-9274-0b948f882fae'),
(104277,47,19555,NULL,12247,1,'2026-01-27 16:32:39','2026-01-27 16:32:39','4b475b31-fa87-494d-ba60-fd02a1ae1feb'),
(104278,57,19555,NULL,4808,1,'2026-01-27 16:32:39','2026-01-27 16:32:39','8dac94e0-e621-4e52-9ef6-bc2b5b2b205d'),
(104279,57,19555,NULL,4811,2,'2026-01-27 16:32:39','2026-01-27 16:32:39','cabec92e-9b33-42db-b49a-2caf21d27b9c'),
(104280,57,19555,NULL,4807,3,'2026-01-27 16:32:39','2026-01-27 16:32:39','a3045a73-5047-4727-8f31-867b667f1077'),
(104281,57,19555,NULL,4806,4,'2026-01-27 16:32:39','2026-01-27 16:32:39','12010656-32a3-4ed1-b4ea-3fa7d33e9acb'),
(104282,57,19555,NULL,4809,5,'2026-01-27 16:32:39','2026-01-27 16:32:39','b4574421-6d63-4884-8a88-73e9fdede648'),
(104283,57,19555,NULL,4810,6,'2026-01-27 16:32:39','2026-01-27 16:32:39','a3f7259c-80c7-4f55-b49d-8183873994a1'),
(104312,32,19570,NULL,2610,1,'2026-01-27 16:38:31','2026-01-27 16:38:31','3b0ef1bc-aaf9-439f-92e7-2918e46480b8'),
(104313,32,19570,NULL,2598,2,'2026-01-27 16:38:31','2026-01-27 16:38:31','9b129b80-465e-40e3-8ce8-fac4f2a563cf'),
(104314,32,19570,NULL,2608,3,'2026-01-27 16:38:31','2026-01-27 16:38:31','40598696-14bd-41a6-8ce8-785ad2aa0139'),
(104315,32,19570,NULL,2624,4,'2026-01-27 16:38:31','2026-01-27 16:38:31','85105f4f-d4ef-4b4a-b176-0df0969d4d4f'),
(104316,32,19570,NULL,2600,5,'2026-01-27 16:38:31','2026-01-27 16:38:31','454a6510-4519-4636-a431-917cb46b461f'),
(104317,32,19570,NULL,2596,6,'2026-01-27 16:38:31','2026-01-27 16:38:31','5744e7e3-921a-47e7-a88b-e2b4ed15bc2d'),
(104318,32,19570,NULL,2602,7,'2026-01-27 16:38:31','2026-01-27 16:38:31','76821fc1-6a3e-4a09-846c-1cdb8ae4dc14'),
(104319,32,19570,NULL,2606,8,'2026-01-27 16:38:31','2026-01-27 16:38:31','b9efc265-5ccd-4c5c-98d2-ad33af419a8d'),
(104320,32,19570,NULL,2612,9,'2026-01-27 16:38:31','2026-01-27 16:38:31','c92d50e0-a54e-48d1-8299-85dfdc100b6f'),
(104321,32,19570,NULL,2604,10,'2026-01-27 16:38:31','2026-01-27 16:38:31','03a7dacb-bb26-4b24-8e5d-e1f7b19e4393'),
(104322,16,19570,NULL,9038,1,'2026-01-27 16:38:31','2026-01-27 16:38:31','9689d65c-a95e-4dae-b8b1-1aad3759a247'),
(104323,7,19570,NULL,601,1,'2026-01-27 16:38:31','2026-01-27 16:38:31','c37722e3-6c51-4deb-baa3-8a217ecbce9d'),
(104324,7,19570,NULL,3468,2,'2026-01-27 16:38:31','2026-01-27 16:38:31','b889432b-95bc-4c97-a879-02df52a307d8'),
(104325,7,19570,NULL,2974,3,'2026-01-27 16:38:31','2026-01-27 16:38:31','9f1a4f5b-39e7-498c-b1be-5a44587e311c'),
(104326,7,19570,NULL,605,4,'2026-01-27 16:38:31','2026-01-27 16:38:31','87603384-db10-4189-98e5-c1acaffff6b1'),
(104327,7,19570,NULL,617,5,'2026-01-27 16:38:31','2026-01-27 16:38:31','e75825b7-28a8-46b8-84ee-3c728c3f0b5c'),
(104328,7,19570,NULL,9552,6,'2026-01-27 16:38:31','2026-01-27 16:38:31','2d12807b-12dc-4879-8675-a24b19d4be27'),
(104329,82,19570,NULL,491,1,'2026-01-27 16:38:31','2026-01-27 16:38:31','92497518-0c21-42af-ba86-84ed0d94d66c'),
(104330,46,19570,NULL,2891,1,'2026-01-27 16:38:31','2026-01-27 16:38:31','af55d49b-a9df-4944-872e-571af0523d05'),
(104331,47,19570,NULL,12285,1,'2026-01-27 16:38:31','2026-01-27 16:38:31','e8953b6a-3e95-4a53-9949-84d570688c48'),
(104332,57,19570,NULL,9045,1,'2026-01-27 16:38:31','2026-01-27 16:38:31','6646ea0b-b784-41be-af5e-1216def3a28a'),
(104333,57,19570,NULL,9046,2,'2026-01-27 16:38:31','2026-01-27 16:38:31','6ba50c16-c206-4f4b-8a6a-aeca5f7a87b0'),
(104334,57,19570,NULL,9042,3,'2026-01-27 16:38:31','2026-01-27 16:38:31','0359272d-86b9-4540-a536-6633b90ebdc3'),
(104335,57,19570,NULL,9043,4,'2026-01-27 16:38:31','2026-01-27 16:38:31','ee5c536c-9ef5-4e9b-8387-091c893ff044'),
(104336,57,19570,NULL,9044,5,'2026-01-27 16:38:31','2026-01-27 16:38:31','55690217-7885-45a7-948c-74448d214b7a'),
(104337,57,19570,NULL,9041,6,'2026-01-27 16:38:31','2026-01-27 16:38:31','93add95d-57a4-4b47-9347-df3288e91886'),
(104338,13,19570,NULL,6860,1,'2026-01-27 16:38:31','2026-01-27 16:38:31','fc7e701d-1f8a-441f-952c-0427a3e72e27'),
(104368,32,19600,NULL,2614,1,'2026-01-27 16:55:42','2026-01-27 16:55:42','4fac47f6-0d7d-4edb-859b-7d365f781254'),
(104369,32,19600,NULL,2610,2,'2026-01-27 16:55:42','2026-01-27 16:55:42','b369a893-f5f8-4c76-88b6-fc47c919fbe5'),
(104370,32,19600,NULL,2622,3,'2026-01-27 16:55:42','2026-01-27 16:55:42','cd8faf93-d0df-463a-83c9-c734dc35dc97'),
(104371,32,19600,NULL,2598,4,'2026-01-27 16:55:42','2026-01-27 16:55:42','3ea96603-b66a-48de-b929-9b77c33a75eb'),
(104372,32,19600,NULL,2608,5,'2026-01-27 16:55:42','2026-01-27 16:55:42','9e8185c1-4423-4415-b556-2e0a89b62e51'),
(104373,32,19600,NULL,2624,6,'2026-01-27 16:55:42','2026-01-27 16:55:42','fefa1662-5b37-4e36-b91a-0063e525642a'),
(104374,32,19600,NULL,2600,7,'2026-01-27 16:55:42','2026-01-27 16:55:42','778cc6d7-49a8-4adc-952e-9031c273f875'),
(104375,32,19600,NULL,2596,8,'2026-01-27 16:55:42','2026-01-27 16:55:42','bc67449a-ea4a-4e59-acbf-37a4ba75c8d5'),
(104376,32,19600,NULL,2602,9,'2026-01-27 16:55:42','2026-01-27 16:55:42','cb9edf85-39f7-426d-954d-2c72ecb042dd'),
(104377,32,19600,NULL,2606,10,'2026-01-27 16:55:42','2026-01-27 16:55:42','dc890549-31fe-449e-b6f2-04914109e56e'),
(104378,32,19600,NULL,2612,11,'2026-01-27 16:55:42','2026-01-27 16:55:42','f01bcfad-7a09-49a8-b21f-6fcda772ce36'),
(104379,32,19600,NULL,2618,12,'2026-01-27 16:55:42','2026-01-27 16:55:42','149c1c57-1eb4-461c-a7cf-0e2447880f08'),
(104380,32,19600,NULL,2604,13,'2026-01-27 16:55:42','2026-01-27 16:55:42','325d6b9e-b27e-4f85-b45b-8777e197b571'),
(104381,16,19600,NULL,9051,1,'2026-01-27 16:55:42','2026-01-27 16:55:42','fa18ebf3-c50c-4372-8243-9a52e93391ed'),
(104382,7,19600,NULL,601,1,'2026-01-27 16:55:42','2026-01-27 16:55:42','eedd887b-cd22-4cb5-a9e8-bd03cddeaba1'),
(104383,7,19600,NULL,605,2,'2026-01-27 16:55:42','2026-01-27 16:55:42','a5c6fb8b-f8ef-45df-8c9e-baf4f6a0d7e0'),
(104384,7,19600,NULL,617,3,'2026-01-27 16:55:42','2026-01-27 16:55:42','85baece5-0b55-4ba4-b583-17929bc67fe8'),
(104385,7,19600,NULL,9552,4,'2026-01-27 16:55:42','2026-01-27 16:55:42','764b8483-9b05-47a1-8191-a0dfb6638967'),
(104386,46,19600,NULL,2891,1,'2026-01-27 16:55:42','2026-01-27 16:55:42','20daaec8-0753-4f62-a5a6-a6f3f742e678'),
(104387,46,19600,NULL,3697,2,'2026-01-27 16:55:42','2026-01-27 16:55:42','3ddaa244-1296-4da3-9f55-63d128e49e66'),
(104388,46,19600,NULL,4403,3,'2026-01-27 16:55:42','2026-01-27 16:55:42','49fff2c3-f019-4d05-9f0c-d9dbb849d66a'),
(104389,47,19600,NULL,12289,1,'2026-01-27 16:55:42','2026-01-27 16:55:42','0bbd5c24-eeb6-4e33-939a-4532d0b3ec6c'),
(104390,57,19600,NULL,8601,1,'2026-01-27 16:55:42','2026-01-27 16:55:42','3694b1c7-34cb-49fd-8cad-78328cf8acbf'),
(104391,57,19600,NULL,8600,2,'2026-01-27 16:55:42','2026-01-27 16:55:42','5e8d455c-efa7-4d1e-aa47-02159355338c'),
(104392,57,19600,NULL,8602,3,'2026-01-27 16:55:42','2026-01-27 16:55:42','4d234f46-f7ed-4a67-b430-9a54e8c3ef34'),
(104393,57,19600,NULL,8603,4,'2026-01-27 16:55:42','2026-01-27 16:55:42','06bd02ad-33c6-4082-aef9-0d031d2aa9bc'),
(104394,57,19600,NULL,8604,5,'2026-01-27 16:55:42','2026-01-27 16:55:42','2967c8e3-5f8e-4c62-bd2b-e5c2006d98fd'),
(104395,57,19600,NULL,8605,6,'2026-01-27 16:55:42','2026-01-27 16:55:42','f359d55b-76b4-4f91-b64b-c55639958fa8'),
(104420,32,19619,NULL,2610,1,'2026-01-27 17:03:34','2026-01-27 17:03:34','44c35ded-9d74-49c0-be2b-cd3d65360759'),
(104421,32,19619,NULL,2598,2,'2026-01-27 17:03:34','2026-01-27 17:03:34','7b55fa6e-e6cf-42d6-a737-815e55624554'),
(104422,32,19619,NULL,2608,3,'2026-01-27 17:03:34','2026-01-27 17:03:34','43f1a0fb-41a6-4a97-8130-173dafcef85e'),
(104423,32,19619,NULL,2600,4,'2026-01-27 17:03:34','2026-01-27 17:03:34','373086b3-9bbd-4bcb-b554-3a11941978f4'),
(104424,32,19619,NULL,2596,5,'2026-01-27 17:03:34','2026-01-27 17:03:34','5e1b7122-5540-498c-a06d-f6bed5ef1037'),
(104425,32,19619,NULL,2602,6,'2026-01-27 17:03:34','2026-01-27 17:03:34','e090be5a-2b31-4d6d-96aa-80d862af9dd6'),
(104426,32,19619,NULL,2612,7,'2026-01-27 17:03:34','2026-01-27 17:03:34','fc581129-36f1-4b57-ac10-88218f5ad96b'),
(104427,32,19619,NULL,2604,8,'2026-01-27 17:03:34','2026-01-27 17:03:34','16516042-2ea2-4752-8529-1b8acafa0d2c'),
(104428,32,19619,NULL,2606,9,'2026-01-27 17:03:34','2026-01-27 17:03:34','55718189-ea79-4043-82b6-5886147ca497'),
(104429,16,19619,NULL,9056,1,'2026-01-27 17:03:34','2026-01-27 17:03:34','a27fbc1c-6207-4e35-ad5b-c66777c92011'),
(104430,7,19619,NULL,601,1,'2026-01-27 17:03:34','2026-01-27 17:03:34','f66032c7-60ea-4adc-a6f2-0577d6916246'),
(104431,7,19619,NULL,605,2,'2026-01-27 17:03:34','2026-01-27 17:03:34','1f9efb6d-33bc-40ec-98c5-ce27eacdbb48'),
(104432,7,19619,NULL,617,3,'2026-01-27 17:03:34','2026-01-27 17:03:34','fd01d4b5-330f-4ff2-b760-c57b771096cf'),
(104433,7,19619,NULL,9552,4,'2026-01-27 17:03:34','2026-01-27 17:03:34','c45a182b-ee51-4d58-82bf-445c2c0a561e'),
(104434,82,19619,NULL,479,1,'2026-01-27 17:03:34','2026-01-27 17:03:34','899b60cd-8162-4d45-8af7-16ca9165727d'),
(104435,82,19619,NULL,491,2,'2026-01-27 17:03:34','2026-01-27 17:03:34','3e3a8c99-5579-4909-85f9-87cf0c85dcfe'),
(104436,47,19619,NULL,12293,1,'2026-01-27 17:03:34','2026-01-27 17:03:34','e4c330a3-52d4-43e9-b6df-8549af7e941e'),
(104437,57,19619,NULL,9061,1,'2026-01-27 17:03:34','2026-01-27 17:03:34','c056d9d8-21a4-4fda-a56f-4678df7d4e20'),
(104438,57,19619,NULL,9062,2,'2026-01-27 17:03:34','2026-01-27 17:03:34','4ec7a07d-6c29-46a1-9ceb-8aea8468715e'),
(104439,57,19619,NULL,9063,3,'2026-01-27 17:03:34','2026-01-27 17:03:34','12a14afa-9a1c-4455-b961-f8ebd04948ae'),
(104440,57,19619,NULL,9060,4,'2026-01-27 17:03:34','2026-01-27 17:03:34','44631077-c118-4f56-a13f-814735733a48'),
(104441,57,19619,NULL,9059,5,'2026-01-27 17:03:34','2026-01-27 17:03:34','a0dd6dd7-22ed-4b5f-82b0-f717c882206f'),
(104442,13,19619,NULL,6867,1,'2026-01-27 17:03:34','2026-01-27 17:03:34','b3b20480-42c3-47ed-955f-dacbd7b1d7e0'),
(104473,32,19638,NULL,2610,1,'2026-01-27 17:11:25','2026-01-27 17:11:25','9f676ff6-82fc-4512-905e-d523f6b5c2b5'),
(104474,32,19638,NULL,2598,2,'2026-01-27 17:11:25','2026-01-27 17:11:25','a9dd49a0-aacc-4fa5-beb3-7139d0b35742'),
(104475,32,19638,NULL,2608,3,'2026-01-27 17:11:25','2026-01-27 17:11:25','43fb6355-f789-4038-b7ec-964951016974'),
(104476,32,19638,NULL,2600,4,'2026-01-27 17:11:25','2026-01-27 17:11:25','2e2badad-a03f-4d94-beaa-89e84fd7c88b'),
(104477,32,19638,NULL,2596,5,'2026-01-27 17:11:25','2026-01-27 17:11:25','991de6d2-5ce2-47fb-89a4-b7e8257a26c8'),
(104478,32,19638,NULL,2602,6,'2026-01-27 17:11:25','2026-01-27 17:11:25','1d38e851-66a7-4976-a3f3-532c185cb12e'),
(104479,32,19638,NULL,2612,7,'2026-01-27 17:11:25','2026-01-27 17:11:25','35a46870-8d02-4806-b6bb-103f6c6ebc9c'),
(104480,32,19638,NULL,2618,8,'2026-01-27 17:11:25','2026-01-27 17:11:25','58e969da-558b-47f4-b359-768779da7a69'),
(104481,32,19638,NULL,2604,9,'2026-01-27 17:11:25','2026-01-27 17:11:25','69b53c62-a1b1-42a8-89bb-7536a6f63814'),
(104482,32,19638,NULL,2606,10,'2026-01-27 17:11:25','2026-01-27 17:11:25','37c85367-df8e-41d2-bc3d-eb30c81a29b2'),
(104483,16,19638,NULL,9068,1,'2026-01-27 17:11:25','2026-01-27 17:11:25','fc098856-5c04-4326-93f8-538ea6f5196d'),
(104484,7,19638,NULL,6547,1,'2026-01-27 17:11:25','2026-01-27 17:11:25','82e5131b-142b-412c-8630-a105fd4c0271'),
(104485,7,19638,NULL,601,2,'2026-01-27 17:11:25','2026-01-27 17:11:25','a4370a6b-b08e-4414-9774-d727625cb17e'),
(104486,7,19638,NULL,617,3,'2026-01-27 17:11:25','2026-01-27 17:11:25','1280efa4-ffc7-4b89-998d-52b6fe388389'),
(104487,7,19638,NULL,9732,4,'2026-01-27 17:11:25','2026-01-27 17:11:25','30075027-5756-4410-b373-cc3406975565'),
(104488,7,19638,NULL,9735,5,'2026-01-27 17:11:25','2026-01-27 17:11:25','265dc500-ac4f-4427-a99b-27c9f45d212d'),
(104489,7,19638,NULL,2972,6,'2026-01-27 17:11:25','2026-01-27 17:11:25','646d11c9-b43f-46cf-b034-8b8359c46d9c'),
(104490,7,19638,NULL,9549,7,'2026-01-27 17:11:25','2026-01-27 17:11:25','d05e87b1-1c85-49fc-a190-0e211f19ab85'),
(104491,7,19638,NULL,605,8,'2026-01-27 17:11:25','2026-01-27 17:11:25','0a9a08a4-090b-4e38-aedf-f913afb3b6bc'),
(104492,7,19638,NULL,9552,9,'2026-01-27 17:11:25','2026-01-27 17:11:25','800b26c5-ee57-4a46-8bff-a0014a32f409'),
(104493,82,19638,NULL,479,1,'2026-01-27 17:11:25','2026-01-27 17:11:25','ea9d832b-92e5-4e1d-af7b-a88223f8ff69'),
(104494,82,19638,NULL,491,2,'2026-01-27 17:11:25','2026-01-27 17:11:25','9fe3bd58-33e7-4ac2-8a4e-55d5192f4795'),
(104495,46,19638,NULL,3697,1,'2026-01-27 17:11:25','2026-01-27 17:11:25','4ef3f47a-3c81-4b69-bc8b-7887a861b1d2'),
(104496,47,19638,NULL,12297,1,'2026-01-27 17:11:25','2026-01-27 17:11:25','cff62d4f-5a56-4e8e-abc6-0b90bead4d1a'),
(104497,57,19638,NULL,9071,1,'2026-01-27 17:11:25','2026-01-27 17:11:25','9d95db48-21ab-4f32-a021-15eaffdc772a'),
(104498,57,19638,NULL,9072,2,'2026-01-27 17:11:25','2026-01-27 17:11:25','d2b0f7a7-e799-4001-8880-7af55ce861aa'),
(104499,57,19638,NULL,9073,3,'2026-01-27 17:11:25','2026-01-27 17:11:25','05814a9f-e82a-4bde-a2bc-1bd584a5fe56'),
(104500,57,19638,NULL,9074,4,'2026-01-27 17:11:25','2026-01-27 17:11:25','f54815d5-1631-417d-9308-aaccf4b1d5d4'),
(104501,57,19638,NULL,9075,5,'2026-01-27 17:11:25','2026-01-27 17:11:25','2dcfc41b-22f1-4503-b50e-9b990e327dc6'),
(104502,13,19638,NULL,6872,1,'2026-01-27 17:11:25','2026-01-27 17:11:25','b8a14899-0e0a-4492-8843-66a1646ad9e6'),
(104526,32,19662,NULL,2610,1,'2026-01-27 17:22:12','2026-01-27 17:22:12','154f1315-28c8-472d-b9c3-38da4c2cc144'),
(104527,32,19662,NULL,2598,2,'2026-01-27 17:22:12','2026-01-27 17:22:12','8758f70c-3a70-41f2-a338-7671c4332866'),
(104528,32,19662,NULL,2608,3,'2026-01-27 17:22:12','2026-01-27 17:22:12','e76ec451-165e-49db-a182-14556b522ab3'),
(104529,32,19662,NULL,2600,4,'2026-01-27 17:22:12','2026-01-27 17:22:12','78a1daa3-a714-4c89-a95e-5bc479cc598c'),
(104530,32,19662,NULL,2596,5,'2026-01-27 17:22:12','2026-01-27 17:22:12','e42ba584-5b26-4c27-b19a-aa084d6f287f'),
(104531,32,19662,NULL,2602,6,'2026-01-27 17:22:12','2026-01-27 17:22:12','66d6e2c1-8a2b-41e1-90aa-3730dede57d2'),
(104532,32,19662,NULL,2612,7,'2026-01-27 17:22:12','2026-01-27 17:22:12','ffdbf20f-1817-4808-a226-dd987a405ea9'),
(104533,32,19662,NULL,2604,8,'2026-01-27 17:22:12','2026-01-27 17:22:12','35773a41-0dbf-4da4-b620-3ffc84ea402a'),
(104534,32,19662,NULL,2606,9,'2026-01-27 17:22:12','2026-01-27 17:22:12','14d17368-af3b-4ec2-bd2b-c04a076062cf'),
(104535,16,19662,NULL,9080,1,'2026-01-27 17:22:12','2026-01-27 17:22:12','44fdf0fe-bb87-4fa7-9ffc-582da22f4a73'),
(104536,7,19662,NULL,605,1,'2026-01-27 17:22:12','2026-01-27 17:22:12','1b99f996-d81b-4758-af3c-0a9c4c5e55a2'),
(104537,7,19662,NULL,617,2,'2026-01-27 17:22:12','2026-01-27 17:22:12','816af653-58b6-41a4-a02a-be30e0c0a8cd'),
(104538,7,19662,NULL,9552,3,'2026-01-27 17:22:12','2026-01-27 17:22:12','1d6ac9e7-ae18-4a60-8fb8-0acba9bb227e'),
(104539,82,19662,NULL,479,1,'2026-01-27 17:22:12','2026-01-27 17:22:12','15afc3d9-8d82-4c79-b876-059d283c49e0'),
(104540,82,19662,NULL,491,2,'2026-01-27 17:22:12','2026-01-27 17:22:12','e394b116-ec7f-42cb-9b21-3c2bf1e0e2b6'),
(104541,47,19662,NULL,12303,1,'2026-01-27 17:22:12','2026-01-27 17:22:12','87d1928e-c224-4f17-848b-67674a579d87'),
(104542,57,19662,NULL,9087,1,'2026-01-27 17:22:12','2026-01-27 17:22:12','e7141998-1e85-4ab0-b0a6-ee1d2c479d48'),
(104543,57,19662,NULL,9088,2,'2026-01-27 17:22:12','2026-01-27 17:22:12','10b469f4-86ab-442e-8672-1455358f3462'),
(104544,57,19662,NULL,9086,3,'2026-01-27 17:22:12','2026-01-27 17:22:12','d20c69e4-7841-4b33-845c-56088a15913a'),
(104545,57,19662,NULL,9083,4,'2026-01-27 17:22:12','2026-01-27 17:22:12','67e37fec-0798-4998-b017-0ce2838e5280'),
(104546,57,19662,NULL,9085,5,'2026-01-27 17:22:12','2026-01-27 17:22:12','d8f89dbe-8eeb-40cd-a0fd-5df275b2b73f'),
(104547,57,19662,NULL,9084,6,'2026-01-27 17:22:12','2026-01-27 17:22:12','acc51c48-afbf-464a-bb2d-3ce8016d4a0f'),
(104573,32,19680,NULL,2614,1,'2026-01-27 17:28:12','2026-01-27 17:28:12','6ac1f370-067f-42c7-9b58-becb7090912a'),
(104574,32,19680,NULL,2610,2,'2026-01-27 17:28:12','2026-01-27 17:28:12','1926bb4d-f249-4b79-958a-63473685c618'),
(104575,32,19680,NULL,2598,3,'2026-01-27 17:28:12','2026-01-27 17:28:12','6ea57e59-5121-4c27-91c3-7ccaa1e302e0'),
(104576,32,19680,NULL,2608,4,'2026-01-27 17:28:12','2026-01-27 17:28:12','d39d17cf-4f3c-4c01-90f5-99d9772d2ff1'),
(104577,32,19680,NULL,2600,5,'2026-01-27 17:28:12','2026-01-27 17:28:12','72b71715-89eb-493b-9512-13e8ff90043f'),
(104578,32,19680,NULL,2596,6,'2026-01-27 17:28:12','2026-01-27 17:28:12','f39cc924-87b4-4a2b-a64a-6171c2ece680'),
(104579,32,19680,NULL,2602,7,'2026-01-27 17:28:12','2026-01-27 17:28:12','83493e1c-68e7-48e8-8415-d154265c4e5b'),
(104580,32,19680,NULL,2612,8,'2026-01-27 17:28:12','2026-01-27 17:28:12','4881de8e-a9e6-4a76-8973-ed6d6f6c432c'),
(104581,32,19680,NULL,2604,9,'2026-01-27 17:28:12','2026-01-27 17:28:12','f74fe467-89a1-4c09-a947-1016ca9049f9'),
(104582,32,19680,NULL,2606,10,'2026-01-27 17:28:12','2026-01-27 17:28:12','c0270ab1-5ceb-4964-89b0-bed2f627fbd2'),
(104583,16,19680,NULL,9095,1,'2026-01-27 17:28:12','2026-01-27 17:28:12','70bd271a-f56f-4b14-b148-7d8a18260e6d'),
(104584,7,19680,NULL,3468,1,'2026-01-27 17:28:12','2026-01-27 17:28:12','7244e595-5b94-41bc-b6a2-e77c9bb217da'),
(104585,7,19680,NULL,617,2,'2026-01-27 17:28:12','2026-01-27 17:28:12','b3337c02-f16a-48ef-b3df-37ef23adaca3'),
(104586,7,19680,NULL,605,3,'2026-01-27 17:28:12','2026-01-27 17:28:12','c4f4660b-491e-4cfe-abf0-558da5add604'),
(104587,7,19680,NULL,9552,4,'2026-01-27 17:28:12','2026-01-27 17:28:12','098fbbf2-ffc4-4e56-96cd-c56dc27fc55d'),
(104588,82,19680,NULL,479,1,'2026-01-27 17:28:12','2026-01-27 17:28:12','1514d7b5-d3ae-48b7-bc44-f3081e80ec49'),
(104589,47,19680,NULL,12306,1,'2026-01-27 17:28:12','2026-01-27 17:28:12','a3319dff-4a17-4b7a-925b-1330085a427d'),
(104590,57,19680,NULL,9100,1,'2026-01-27 17:28:12','2026-01-27 17:28:12','e6905f9e-1119-4019-8776-9e5bb5b3aa85'),
(104591,57,19680,NULL,9102,2,'2026-01-27 17:28:12','2026-01-27 17:28:12','cab03936-6b94-438a-9d13-b16580568ec2'),
(104592,57,19680,NULL,9103,3,'2026-01-27 17:28:12','2026-01-27 17:28:12','5ce50b18-5bf0-43a5-aaca-8f9c862ffeb5'),
(104593,57,19680,NULL,9104,4,'2026-01-27 17:28:12','2026-01-27 17:28:12','531e64df-2dec-44bd-9013-c7341dc7d892'),
(104594,57,19680,NULL,9101,5,'2026-01-27 17:28:12','2026-01-27 17:28:12','49685ce1-cfa5-412d-be84-f2b73f7e98a3'),
(104595,57,19680,NULL,9105,6,'2026-01-27 17:28:12','2026-01-27 17:28:12','5db74d41-6249-4651-bc60-8553042c970a'),
(104623,32,19703,NULL,2610,1,'2026-01-27 17:40:22','2026-01-27 17:40:22','39b780ca-fe93-4f1e-a1bf-5c49fb9e5015'),
(104624,32,19703,NULL,2598,2,'2026-01-27 17:40:22','2026-01-27 17:40:22','40d7a66f-3b1a-4b41-a2cd-20ec483f2e54'),
(104625,32,19703,NULL,2608,3,'2026-01-27 17:40:22','2026-01-27 17:40:22','8d1c4edb-c459-48f5-b464-e8bfc5fe355a'),
(104626,32,19703,NULL,2600,4,'2026-01-27 17:40:22','2026-01-27 17:40:22','9f47ded1-90f4-4497-9a22-47739fdc1348'),
(104627,32,19703,NULL,2602,5,'2026-01-27 17:40:22','2026-01-27 17:40:22','edebe64e-ec59-43e1-885d-c015b5911763'),
(104628,32,19703,NULL,2612,6,'2026-01-27 17:40:22','2026-01-27 17:40:22','db62716b-2745-4ea5-b710-ec08118526a5'),
(104629,32,19703,NULL,2604,7,'2026-01-27 17:40:22','2026-01-27 17:40:22','094c1769-9f37-4e5b-a79b-5191f669f7f7'),
(104630,32,19703,NULL,2596,8,'2026-01-27 17:40:22','2026-01-27 17:40:22','42514089-2336-449c-84e1-fb8b02b8e272'),
(104631,32,19703,NULL,2606,9,'2026-01-27 17:40:22','2026-01-27 17:40:22','c0be1ab2-4aea-45af-b764-b3554b224616'),
(104632,16,19703,NULL,5213,1,'2026-01-27 17:40:22','2026-01-27 17:40:22','20fb8c4b-f51f-4ab7-ad58-9fedfadad7ce'),
(104633,7,19703,NULL,3468,1,'2026-01-27 17:40:22','2026-01-27 17:40:22','c9814aff-34e7-4bb4-8980-7d83ed9e5424'),
(104634,7,19703,NULL,601,2,'2026-01-27 17:40:22','2026-01-27 17:40:22','b745946e-7469-45ad-9c03-b14aacb706bc'),
(104635,7,19703,NULL,617,3,'2026-01-27 17:40:22','2026-01-27 17:40:22','8846c1b0-9a55-4c1e-b84a-836503e9b739'),
(104636,7,19703,NULL,605,4,'2026-01-27 17:40:22','2026-01-27 17:40:22','8459010b-46f3-4c58-a31e-8ff9a1b6fe7c'),
(104637,7,19703,NULL,9552,5,'2026-01-27 17:40:22','2026-01-27 17:40:22','de97792a-e102-458d-8a8c-e1bac1ef0d55'),
(104638,82,19703,NULL,479,1,'2026-01-27 17:40:22','2026-01-27 17:40:22','862dc02f-4a1d-481d-b7dd-8ff638c064c2'),
(104639,82,19703,NULL,491,2,'2026-01-27 17:40:22','2026-01-27 17:40:22','b8b9c48d-4735-49f5-91d2-6851ffb39ad0'),
(104640,47,19703,NULL,12308,1,'2026-01-27 17:40:22','2026-01-27 17:40:22','91a374cb-b736-4735-b016-afa918c38c12'),
(104641,57,19703,NULL,5233,1,'2026-01-27 17:40:22','2026-01-27 17:40:22','790a9ee5-b991-4792-972a-400cbe3c93f0'),
(104642,57,19703,NULL,5234,2,'2026-01-27 17:40:22','2026-01-27 17:40:22','df85c11b-1a5a-4172-ada5-00b7e5a1985d'),
(104643,57,19703,NULL,5235,3,'2026-01-27 17:40:22','2026-01-27 17:40:22','e4d32d41-c060-45b8-96d8-050ab19b826f'),
(104644,57,19703,NULL,5236,4,'2026-01-27 17:40:22','2026-01-27 17:40:22','7ea95a5c-9ba3-498b-9813-0b92829de0ba'),
(104645,57,19703,NULL,5237,5,'2026-01-27 17:40:22','2026-01-27 17:40:22','0e96b7ad-02de-426b-b2c0-c10451f4ada4'),
(104646,57,19703,NULL,5238,6,'2026-01-27 17:40:22','2026-01-27 17:40:22','cbfb515f-6213-4281-928c-de8862d6f31b'),
(104647,57,19703,NULL,5239,7,'2026-01-27 17:40:22','2026-01-27 17:40:22','51e32e16-be09-4816-ae9a-43650f451bc6'),
(104678,32,19729,NULL,2610,1,'2026-01-27 18:38:14','2026-01-27 18:38:14','7ef91d36-847a-4a0e-975c-3d79391d034c'),
(104679,32,19729,NULL,2598,2,'2026-01-27 18:38:14','2026-01-27 18:38:14','fd136f86-8f05-4ac6-96dd-1e658f26a26b'),
(104680,32,19729,NULL,2608,3,'2026-01-27 18:38:14','2026-01-27 18:38:14','cf81c786-a363-42cf-9802-8b3444a5c585'),
(104681,32,19729,NULL,2624,4,'2026-01-27 18:38:14','2026-01-27 18:38:14','b7cde4ae-6b29-4939-8a36-8bd114a1a28a'),
(104682,32,19729,NULL,2600,5,'2026-01-27 18:38:14','2026-01-27 18:38:14','ac1b68e8-6e7d-4c9b-a85b-d9ce96e9b33f'),
(104683,32,19729,NULL,2596,6,'2026-01-27 18:38:14','2026-01-27 18:38:14','4d1ef74e-1419-48f0-9cca-c338f0e41dd8'),
(104684,32,19729,NULL,2602,7,'2026-01-27 18:38:14','2026-01-27 18:38:14','5166479a-f5f2-4f38-82be-87831cc732dc'),
(104685,32,19729,NULL,2606,8,'2026-01-27 18:38:14','2026-01-27 18:38:14','5eed2797-eec5-43d5-881b-1d1aaa6e000b'),
(104686,32,19729,NULL,2612,9,'2026-01-27 18:38:14','2026-01-27 18:38:14','a4909bd4-720f-4b89-b6cc-ee2a5a980154'),
(104687,32,19729,NULL,2604,10,'2026-01-27 18:38:14','2026-01-27 18:38:14','56d23350-46a6-432a-b230-66ffffd66297'),
(104688,16,19729,NULL,5140,1,'2026-01-27 18:38:14','2026-01-27 18:38:14','5a43990f-f42a-4956-873e-14fb861e0344'),
(104689,7,19729,NULL,6547,1,'2026-01-27 18:38:14','2026-01-27 18:38:14','253630c6-4db4-43b6-bcb0-8b5d876e1bba'),
(104690,7,19729,NULL,601,2,'2026-01-27 18:38:14','2026-01-27 18:38:14','858b4d72-1567-4b99-abd4-7a1ab6676444'),
(104691,7,19729,NULL,9735,3,'2026-01-27 18:38:14','2026-01-27 18:38:14','b8a19b97-3779-410c-8ae9-c9f357d707b8'),
(104692,7,19729,NULL,617,4,'2026-01-27 18:38:14','2026-01-27 18:38:14','cb18760e-1b06-4ca6-998e-da115c95a4e7'),
(104693,7,19729,NULL,605,5,'2026-01-27 18:38:14','2026-01-27 18:38:14','b6c95acc-c40d-42fa-a970-a3f5e9d722f1'),
(104694,7,19729,NULL,9552,6,'2026-01-27 18:38:14','2026-01-27 18:38:14','c4f1659f-a98d-4169-824a-3cec10955a7e'),
(104695,82,19729,NULL,491,1,'2026-01-27 18:38:14','2026-01-27 18:38:14','b85d5edb-3ddd-4aae-8146-fe68057e350c'),
(104696,46,19729,NULL,2891,1,'2026-01-27 18:38:14','2026-01-27 18:38:14','3a289e63-f2fc-4ec3-bf1c-045484160ad4'),
(104697,47,19729,NULL,12315,1,'2026-01-27 18:38:14','2026-01-27 18:38:14','32f95953-b849-4ec7-9a61-7b9cc0261368'),
(104698,57,19729,NULL,5146,1,'2026-01-27 18:38:14','2026-01-27 18:38:14','09eecb6e-c13a-4fc2-9662-176b78494f2c'),
(104699,57,19729,NULL,5147,2,'2026-01-27 18:38:14','2026-01-27 18:38:14','be079aa8-c82d-47a0-be57-922b45d90ae8'),
(104700,57,19729,NULL,5148,3,'2026-01-27 18:38:14','2026-01-27 18:38:14','75cde366-2c3d-47c9-befb-d01332c488a1'),
(104701,57,19729,NULL,5149,4,'2026-01-27 18:38:14','2026-01-27 18:38:14','536706c1-0e06-4bf0-93bb-227f46469de1'),
(104702,57,19729,NULL,5150,5,'2026-01-27 18:38:14','2026-01-27 18:38:14','9608bd7b-1022-49da-97d2-017548d2f860'),
(104703,57,19729,NULL,5151,6,'2026-01-27 18:38:14','2026-01-27 18:38:14','eb254b02-70a1-4aa5-b5c4-85b5a4032656'),
(104704,57,19729,NULL,5152,7,'2026-01-27 18:38:14','2026-01-27 18:38:14','86869e70-010b-4b87-aff5-ef1957d1fe5a'),
(104705,57,19729,NULL,5153,8,'2026-01-27 18:38:14','2026-01-27 18:38:14','7dab484a-17eb-48a6-bb4c-12c2e993eba5'),
(104706,13,19729,NULL,6882,1,'2026-01-27 18:38:14','2026-01-27 18:38:14','279769c1-927e-4f5d-9097-c6a73e1244f5'),
(104732,32,19754,NULL,2614,1,'2026-01-27 19:03:54','2026-01-27 19:03:54','6efeaa28-3f01-47de-bc2c-834711fcfda8'),
(104733,32,19754,NULL,2610,2,'2026-01-27 19:03:54','2026-01-27 19:03:54','b9a74d37-4553-40e8-835f-e0fd4c53c47c'),
(104734,32,19754,NULL,2598,3,'2026-01-27 19:03:54','2026-01-27 19:03:54','619dd210-f57d-4c4d-a98b-0f668d7b6d18'),
(104735,32,19754,NULL,2608,4,'2026-01-27 19:03:54','2026-01-27 19:03:54','a265f04f-4e88-4479-b3a4-93e868645936'),
(104736,32,19754,NULL,2600,5,'2026-01-27 19:03:54','2026-01-27 19:03:54','70c0cad4-6c0a-4568-a939-b9717a669aea'),
(104737,32,19754,NULL,2596,6,'2026-01-27 19:03:54','2026-01-27 19:03:54','cab89bb8-ed69-4979-a57c-da4a9000b1e4'),
(104738,32,19754,NULL,2602,7,'2026-01-27 19:03:54','2026-01-27 19:03:54','dca720d1-467a-4b1d-9187-44ce85619b24'),
(104739,32,19754,NULL,2606,8,'2026-01-27 19:03:54','2026-01-27 19:03:54','16a79849-88c5-4c46-8e7c-e1b108820b84'),
(104740,32,19754,NULL,2612,9,'2026-01-27 19:03:54','2026-01-27 19:03:54','a4d16806-f668-4dda-89ad-58f426be6961'),
(104741,32,19754,NULL,2604,10,'2026-01-27 19:03:54','2026-01-27 19:03:54','ee20acaf-10f5-4766-9c34-ec310a53b6fd'),
(104742,16,19754,NULL,5013,1,'2026-01-27 19:03:54','2026-01-27 19:03:54','a8cf4aa9-8f34-4e3a-bab0-d0158be7107d'),
(104743,7,19754,NULL,3468,1,'2026-01-27 19:03:54','2026-01-27 19:03:54','c79e6e76-683b-4e62-aa71-35647d8cacc9'),
(104744,7,19754,NULL,617,2,'2026-01-27 19:03:54','2026-01-27 19:03:54','9f1cd5b7-9a56-44a2-95df-da5415d7a928'),
(104745,7,19754,NULL,605,3,'2026-01-27 19:03:54','2026-01-27 19:03:54','cbe87d6c-523f-4a53-8698-2b0260d29ea0'),
(104746,7,19754,NULL,9552,4,'2026-01-27 19:03:54','2026-01-27 19:03:54','95c3eca1-e67f-4519-ab9c-eea474c558e3'),
(104747,47,19754,NULL,12321,1,'2026-01-27 19:03:54','2026-01-27 19:03:54','1e6aa664-fd7c-4fb6-b1b1-bb4d310873bd'),
(104748,57,19754,NULL,5033,1,'2026-01-27 19:03:54','2026-01-27 19:03:54','dc0f75e3-29a6-474d-ad18-8936cd96821e'),
(104749,57,19754,NULL,5034,2,'2026-01-27 19:03:54','2026-01-27 19:03:54','c5983e08-e0e5-48eb-b0e1-e96e39b76095'),
(104750,57,19754,NULL,5035,3,'2026-01-27 19:03:54','2026-01-27 19:03:54','9ff66ac2-7948-454a-80ba-e471eea95c24'),
(104751,57,19754,NULL,5036,4,'2026-01-27 19:03:54','2026-01-27 19:03:54','a9f2b42e-ed2e-483b-9a5f-ad24fbe4211c'),
(104752,57,19754,NULL,5037,5,'2026-01-27 19:03:54','2026-01-27 19:03:54','510f3238-3b9f-42a0-b1df-83a8fabfe396'),
(104753,57,19754,NULL,5038,6,'2026-01-27 19:03:54','2026-01-27 19:03:54','8c8862a6-9ae4-4f71-8611-9e2a0be5acbf'),
(104754,57,19754,NULL,5039,7,'2026-01-27 19:03:54','2026-01-27 19:03:54','d1de1385-e804-41b1-8e7a-36f57a371900'),
(104755,57,19754,NULL,5040,8,'2026-01-27 19:03:54','2026-01-27 19:03:54','6a91671b-59a2-4978-959c-ec5aecbb97e2'),
(104782,32,19781,NULL,2614,1,'2026-01-27 19:39:12','2026-01-27 19:39:12','0e6e62c4-e3c6-4a33-88bb-1832371f11ff'),
(104783,32,19781,NULL,2598,2,'2026-01-27 19:39:12','2026-01-27 19:39:12','93008d87-f65f-43c4-967c-0ad303f2e68c'),
(104784,32,19781,NULL,2608,3,'2026-01-27 19:39:12','2026-01-27 19:39:12','c56feaed-13e5-4620-b2cf-15ca2a1c9fa3'),
(104785,32,19781,NULL,2600,4,'2026-01-27 19:39:12','2026-01-27 19:39:12','a78a990e-e7a0-49a1-aca0-44ab16171c81'),
(104786,32,19781,NULL,2596,5,'2026-01-27 19:39:12','2026-01-27 19:39:12','2b13c281-12aa-4c24-9f7c-517dab2bf2f8'),
(104787,32,19781,NULL,2602,6,'2026-01-27 19:39:12','2026-01-27 19:39:12','b3fcf5bd-1f7f-4f39-8cea-72b20e10ad44'),
(104788,32,19781,NULL,2612,7,'2026-01-27 19:39:12','2026-01-27 19:39:12','b9afeede-cf0d-41aa-a25c-e06851c3ce87'),
(104789,32,19781,NULL,2604,8,'2026-01-27 19:39:12','2026-01-27 19:39:12','95589a38-a14d-4bab-b238-b72fadd094ed'),
(104790,16,19781,NULL,10216,1,'2026-01-27 19:39:12','2026-01-27 19:39:12','38011fbd-494a-449c-9151-8582106f9aac'),
(104791,7,19781,NULL,9732,1,'2026-01-27 19:39:12','2026-01-27 19:39:12','96fa5d92-5a08-4f6f-93d8-2451d43789e3'),
(104792,7,19781,NULL,617,2,'2026-01-27 19:39:12','2026-01-27 19:39:12','9bf9f1fc-4f5b-446e-8cf7-e72975c58f5f'),
(104793,7,19781,NULL,605,3,'2026-01-27 19:39:12','2026-01-27 19:39:12','88283d1b-62e3-48a4-865a-0b5470e76e8c'),
(104794,7,19781,NULL,9552,4,'2026-01-27 19:39:12','2026-01-27 19:39:12','02ad88e6-6efa-4a90-a16f-9f17d29355d5'),
(104795,82,19781,NULL,479,1,'2026-01-27 19:39:12','2026-01-27 19:39:12','f25f01b1-1e50-450c-ae97-c3b8abab2548'),
(104796,82,19781,NULL,483,2,'2026-01-27 19:39:12','2026-01-27 19:39:12','07ed4f15-6df5-43e9-804a-7693b2fd87ec'),
(104797,47,19781,NULL,12324,1,'2026-01-27 19:39:12','2026-01-27 19:39:12','f2154c99-96c5-4b1e-bf10-84bd241a9c05'),
(104798,57,19781,NULL,9694,1,'2026-01-27 19:39:12','2026-01-27 19:39:12','d54e68f0-a185-47bf-88e5-4e1e2c384c84'),
(104799,57,19781,NULL,9692,2,'2026-01-27 19:39:12','2026-01-27 19:39:12','e29610e0-6860-43ef-9c08-76f44d7962df'),
(104800,57,19781,NULL,9693,3,'2026-01-27 19:39:12','2026-01-27 19:39:12','acea2f83-1921-4b92-8d58-d8fef5fcca5b'),
(104801,57,19781,NULL,9685,4,'2026-01-27 19:39:12','2026-01-27 19:39:12','e7786f60-f27b-47bf-9c98-101c4d30b2f9'),
(104802,57,19781,NULL,9686,5,'2026-01-27 19:39:12','2026-01-27 19:39:12','a91d0cfa-8086-4e95-b63d-cf87c7ee56ba'),
(104803,57,19781,NULL,9687,6,'2026-01-27 19:39:12','2026-01-27 19:39:12','c05507d6-8fbc-4548-aa6e-0b5e7be81224'),
(104804,57,19781,NULL,9688,7,'2026-01-27 19:39:12','2026-01-27 19:39:12','1fe58fb4-6e63-404d-ac44-b7d41ebf6f22'),
(104805,57,19781,NULL,9689,8,'2026-01-27 19:39:12','2026-01-27 19:39:12','c36fa690-d554-4b90-beaf-0415100acdf0'),
(104806,57,19781,NULL,9690,9,'2026-01-27 19:39:12','2026-01-27 19:39:12','2c7014b2-df6d-4d5c-9148-bd54bb167d9a'),
(104897,32,19804,NULL,2610,1,'2026-01-27 20:10:58','2026-01-27 20:10:58','ce772841-740c-4bd2-bd64-e0e82361ea28'),
(104898,32,19804,NULL,2598,2,'2026-01-27 20:10:58','2026-01-27 20:10:58','faaa3699-9d85-4a01-8323-fd7554c1a061'),
(104899,32,19804,NULL,2600,3,'2026-01-27 20:10:58','2026-01-27 20:10:58','9d0d2d21-47ca-46f2-8cdd-5db27d4894fe'),
(104900,32,19804,NULL,2604,4,'2026-01-27 20:10:58','2026-01-27 20:10:58','4f637e3e-128d-4707-bad2-f8a0b2deceb1'),
(104901,32,19804,NULL,2608,5,'2026-01-27 20:10:58','2026-01-27 20:10:58','3b6c4e96-1569-456d-9c55-c3b1cdeb89ba'),
(104902,32,19804,NULL,2596,6,'2026-01-27 20:10:58','2026-01-27 20:10:58','b50f2f89-27ee-4a0d-b1a3-4cef5125012c'),
(104903,32,19804,NULL,2602,7,'2026-01-27 20:10:58','2026-01-27 20:10:58','6b397730-2c65-45c7-8071-c326f892113d'),
(104904,32,19804,NULL,2606,8,'2026-01-27 20:10:58','2026-01-27 20:10:58','5a9bbe6d-f315-4466-afe4-3955037dd7f0'),
(104905,32,19804,NULL,2612,9,'2026-01-27 20:10:58','2026-01-27 20:10:58','98d85107-0c0e-4b6f-a745-bea58540a629'),
(104906,16,19804,NULL,3374,1,'2026-01-27 20:10:58','2026-01-27 20:10:58','1f040363-1a01-4a66-8997-93434f078583'),
(104907,7,19804,NULL,3468,1,'2026-01-27 20:10:58','2026-01-27 20:10:58','d9884144-2d47-4552-84ec-7c23a8e7d106'),
(104908,7,19804,NULL,9732,2,'2026-01-27 20:10:58','2026-01-27 20:10:58','14a1045a-134d-473a-809a-4034863a3c40'),
(104909,7,19804,NULL,617,3,'2026-01-27 20:10:58','2026-01-27 20:10:58','7ff1f5fc-f0d4-4e52-a561-bd407b6dbd05'),
(104910,7,19804,NULL,605,4,'2026-01-27 20:10:58','2026-01-27 20:10:58','3fbcd7d2-9515-4d8d-866a-3f0619b2eca2'),
(104911,7,19804,NULL,9552,5,'2026-01-27 20:10:58','2026-01-27 20:10:58','fcd7af87-dd39-473b-8afe-f976cc960010'),
(104912,82,19804,NULL,469,1,'2026-01-27 20:10:58','2026-01-27 20:10:58','9e6b4c6a-495e-48bb-8e24-c5413e032ded'),
(104913,82,19804,NULL,475,2,'2026-01-27 20:10:58','2026-01-27 20:10:58','b6faefa0-3565-42af-aa6e-475ce283957f'),
(104914,82,19804,NULL,479,3,'2026-01-27 20:10:58','2026-01-27 20:10:58','631b1ce2-05c9-4b67-9d48-88caab3084c9'),
(104915,82,19804,NULL,491,4,'2026-01-27 20:10:58','2026-01-27 20:10:58','6427b197-0920-42f4-8f7e-fb71341062a1'),
(104916,47,19804,NULL,12333,1,'2026-01-27 20:10:58','2026-01-27 20:10:58','87ae2ff7-8c8b-468a-914d-327f180b1fd7'),
(104917,57,19804,NULL,3362,1,'2026-01-27 20:10:58','2026-01-27 20:10:58','1bc91f96-28fb-4ba2-a511-0cfdd8bf4c01'),
(104918,57,19804,NULL,3363,2,'2026-01-27 20:10:58','2026-01-27 20:10:58','38b0c7b9-6eda-4cd2-8cc4-77ee2c87b8ec'),
(104919,57,19804,NULL,3364,3,'2026-01-27 20:10:58','2026-01-27 20:10:58','33f1f273-0c35-4298-b593-c1bf5ee0c058'),
(104920,57,19804,NULL,3365,4,'2026-01-27 20:10:58','2026-01-27 20:10:58','e8e096d5-922d-465c-8936-614c822ff6db'),
(104921,57,19804,NULL,3366,5,'2026-01-27 20:10:58','2026-01-27 20:10:58','22046342-1bc2-41c0-a468-72087ab13c2b'),
(104922,57,19804,NULL,3367,6,'2026-01-27 20:10:58','2026-01-27 20:10:58','4977e09f-a405-4c60-89d5-548b11096df7'),
(104923,57,19804,NULL,3368,7,'2026-01-27 20:10:58','2026-01-27 20:10:58','2ebba70d-ca3d-4c88-a31a-5930f42b1c71'),
(104924,57,19804,NULL,3369,8,'2026-01-27 20:10:58','2026-01-27 20:10:58','2a8477fe-fa95-429b-9857-bde859ba90b6'),
(104925,57,19804,NULL,3370,9,'2026-01-27 20:10:58','2026-01-27 20:10:58','68deca6d-5983-40d6-b574-25801ae39087'),
(104926,57,19804,NULL,3371,10,'2026-01-27 20:10:58','2026-01-27 20:10:58','2b37ee10-ad64-4f44-b8aa-1678be366772'),
(104927,57,19804,NULL,3372,11,'2026-01-27 20:10:58','2026-01-27 20:10:58','120058c8-cc5e-41f9-976d-e59cffa00f64'),
(104928,57,19804,NULL,3373,12,'2026-01-27 20:10:58','2026-01-27 20:10:58','ebd906e5-52e8-41b9-954b-3b07f8471825'),
(104929,57,19804,NULL,3374,13,'2026-01-27 20:10:58','2026-01-27 20:10:58','e7856b77-66aa-4009-aff3-114b1a419a7c'),
(104930,72,19804,NULL,548,1,'2026-01-27 20:10:58','2026-01-27 20:10:58','b60bbfe3-eade-4d0d-a6d4-be6005b430ad'),
(104956,32,19823,NULL,2614,1,'2026-01-27 20:15:48','2026-01-27 20:15:48','dfcbc791-c1ad-4fe6-8c75-6eed532a3885'),
(104957,32,19823,NULL,2610,2,'2026-01-27 20:15:48','2026-01-27 20:15:48','832a799b-2ecb-4a46-bb22-0580346a0730'),
(104958,32,19823,NULL,2598,3,'2026-01-27 20:15:48','2026-01-27 20:15:48','36be2f50-e469-460c-9859-9458e909703f'),
(104959,32,19823,NULL,2608,4,'2026-01-27 20:15:48','2026-01-27 20:15:48','f07ede62-7d6a-42ac-b944-f46d589fbfb2'),
(104960,32,19823,NULL,2600,5,'2026-01-27 20:15:48','2026-01-27 20:15:48','fae9c2bb-2a1b-489e-8738-e5a653d36240'),
(104961,32,19823,NULL,2596,6,'2026-01-27 20:15:48','2026-01-27 20:15:48','d4c77e40-f76f-4784-82d5-d1d5c69682e0'),
(104962,32,19823,NULL,2602,7,'2026-01-27 20:15:48','2026-01-27 20:15:48','15d4fa26-2804-43e7-aaf5-09b755c85616'),
(104963,32,19823,NULL,2612,8,'2026-01-27 20:15:48','2026-01-27 20:15:48','e9257519-7149-416e-baf3-b6aa9510e3fc'),
(104964,32,19823,NULL,2604,9,'2026-01-27 20:15:48','2026-01-27 20:15:48','9ee9e1f1-c9da-4e4d-881b-9417317f56f3'),
(104965,32,19823,NULL,2606,10,'2026-01-27 20:15:48','2026-01-27 20:15:48','f324a100-a6f4-4975-8935-1d656cc495db'),
(104966,16,19823,NULL,9238,1,'2026-01-27 20:15:48','2026-01-27 20:15:48','dcae4b2f-2682-48d7-964d-f4e9d16ce538'),
(104967,7,19823,NULL,3468,1,'2026-01-27 20:15:48','2026-01-27 20:15:48','44528791-2fbd-4718-86eb-b662ebb7240f'),
(104968,7,19823,NULL,601,2,'2026-01-27 20:15:48','2026-01-27 20:15:48','6eb3161c-ffb4-4674-84ce-7e0d73dc7ce4'),
(104969,7,19823,NULL,617,3,'2026-01-27 20:15:48','2026-01-27 20:15:48','ae7ccc2a-d7ed-4b56-95f9-da95aa264feb'),
(104970,7,19823,NULL,9552,4,'2026-01-27 20:15:48','2026-01-27 20:15:48','34d5b0a9-d383-45fb-8658-8cf17bff3ee5'),
(104971,7,19823,NULL,605,5,'2026-01-27 20:15:48','2026-01-27 20:15:48','cce8944e-f539-42ce-b01e-a2ccd85f59d3'),
(104972,82,19823,NULL,479,1,'2026-01-27 20:15:48','2026-01-27 20:15:48','3f74916a-b8d1-4269-9e1f-089c0b57d0df'),
(104973,47,19823,NULL,12374,1,'2026-01-27 20:15:48','2026-01-27 20:15:48','1981bfb0-ada5-427d-b41d-1d0f9bf1f308'),
(104974,57,19823,NULL,9244,1,'2026-01-27 20:15:48','2026-01-27 20:15:48','1087ba92-04b3-4cac-a931-b4ab73637e58'),
(104975,57,19823,NULL,9250,2,'2026-01-27 20:15:48','2026-01-27 20:15:48','78ab314e-e531-47ce-b24c-42f759f1e18b'),
(104976,57,19823,NULL,9245,3,'2026-01-27 20:15:48','2026-01-27 20:15:48','089c3a46-f0ba-4d7e-a361-03f8152377ac'),
(104977,57,19823,NULL,9246,4,'2026-01-27 20:15:48','2026-01-27 20:15:48','611b5870-f020-4b80-8c75-4c058f9a34a1'),
(104978,57,19823,NULL,9247,5,'2026-01-27 20:15:48','2026-01-27 20:15:48','0ffb4de9-dff3-409b-a2dd-d2fac121c0b9'),
(104979,57,19823,NULL,9248,6,'2026-01-27 20:15:48','2026-01-27 20:15:48','2f409501-e394-4e0e-849f-361eb6a9f926'),
(104980,57,19823,NULL,9249,7,'2026-01-27 20:15:48','2026-01-27 20:15:48','dfe37e80-f9f7-495b-accb-dd19ba7644f7'),
(105008,32,19845,NULL,2614,1,'2026-01-27 20:34:32','2026-01-27 20:34:32','ca20a797-5c46-4f62-ab8c-bce17e13b4e8'),
(105009,32,19845,NULL,2610,2,'2026-01-27 20:34:32','2026-01-27 20:34:32','aa8844ff-a405-4fdf-9764-98e17f51f6b8'),
(105010,32,19845,NULL,2598,3,'2026-01-27 20:34:32','2026-01-27 20:34:32','5fc52a9d-21dd-40d2-934a-9524cd86c1aa'),
(105011,32,19845,NULL,2608,4,'2026-01-27 20:34:32','2026-01-27 20:34:32','0091fc8f-1271-4ac7-af50-f4efb56e31a9'),
(105012,32,19845,NULL,2624,5,'2026-01-27 20:34:32','2026-01-27 20:34:32','239e4ad7-1c61-4e20-be7f-e849e5bb8e66'),
(105013,32,19845,NULL,2600,6,'2026-01-27 20:34:32','2026-01-27 20:34:32','43da40dc-ca11-41c6-9a34-5764b2b75cba'),
(105014,32,19845,NULL,2596,7,'2026-01-27 20:34:32','2026-01-27 20:34:32','62e19583-745e-4431-8518-d0f216b7405e'),
(105015,32,19845,NULL,2602,8,'2026-01-27 20:34:32','2026-01-27 20:34:32','bba75f3e-8f34-434a-8700-07f5559f8e84'),
(105016,32,19845,NULL,2606,9,'2026-01-27 20:34:32','2026-01-27 20:34:32','6e5f7429-e426-4c3c-b40a-2a78896adecc'),
(105017,32,19845,NULL,2612,10,'2026-01-27 20:34:32','2026-01-27 20:34:32','442c0dbe-056e-45be-89ce-729556bc74ba'),
(105018,32,19845,NULL,2604,11,'2026-01-27 20:34:32','2026-01-27 20:34:32','fd229b13-8f85-4c21-b28a-f92011d9150a'),
(105019,16,19845,NULL,10210,1,'2026-01-27 20:34:32','2026-01-27 20:34:32','43c8a6bc-5531-48a7-89df-a4a477f10290'),
(105020,7,19845,NULL,2969,1,'2026-01-27 20:34:32','2026-01-27 20:34:32','b9124eef-80e1-4165-ad02-fe1b1d124bd1'),
(105021,7,19845,NULL,617,2,'2026-01-27 20:34:32','2026-01-27 20:34:32','2d1094e2-5a42-4e80-bdb7-2d7da19702b7'),
(105022,7,19845,NULL,605,3,'2026-01-27 20:34:32','2026-01-27 20:34:32','d73b6e7f-8272-4068-b3e3-3ecab9eb6729'),
(105023,7,19845,NULL,9552,4,'2026-01-27 20:34:32','2026-01-27 20:34:32','58c5b333-43a3-466e-9c64-4e6461c5092c'),
(105024,46,19845,NULL,2891,1,'2026-01-27 20:34:32','2026-01-27 20:34:32','7bba0e76-0a6a-4b7f-a7cd-558e54a799fe'),
(105025,47,19845,NULL,12339,1,'2026-01-27 20:34:32','2026-01-27 20:34:32','4f185ad7-ee9f-44eb-827d-8fa96c70391e'),
(105026,57,19845,NULL,9148,1,'2026-01-27 20:34:32','2026-01-27 20:34:32','bdf2436b-b1d9-4ca2-b8d7-e5efcfb75d6b'),
(105027,57,19845,NULL,9145,2,'2026-01-27 20:34:32','2026-01-27 20:34:32','6ededc47-0246-4737-aea4-715fa5b91383'),
(105028,57,19845,NULL,9149,3,'2026-01-27 20:34:32','2026-01-27 20:34:32','93933b1e-31fe-4cc1-9347-b5a94b7f08eb'),
(105029,57,19845,NULL,9150,4,'2026-01-27 20:34:32','2026-01-27 20:34:32','c8d6f79d-25a3-4feb-a2c0-e31152e36643'),
(105030,57,19845,NULL,9144,5,'2026-01-27 20:34:32','2026-01-27 20:34:32','4e905e8b-ac13-4d3b-9d75-f588c575011b'),
(105031,57,19845,NULL,9146,6,'2026-01-27 20:34:32','2026-01-27 20:34:32','97862245-d27a-483e-9b5c-48e71a2233e9'),
(105032,57,19845,NULL,9147,7,'2026-01-27 20:34:32','2026-01-27 20:34:32','c7b2bba6-2672-4c19-ac02-3f9fddafb33b'),
(105033,57,19845,NULL,10213,8,'2026-01-27 20:34:32','2026-01-27 20:34:32','cf0d3f2f-71fb-4684-8c60-3e554f14598a'),
(105034,13,19845,NULL,6922,1,'2026-01-27 20:34:32','2026-01-27 20:34:32','0dbf73e0-2b25-4875-b5e6-4845e5f9736a'),
(105057,32,19863,NULL,2614,1,'2026-01-27 20:37:23','2026-01-27 20:37:23','d1169694-74ff-4bc6-9d3d-bed545f0a282'),
(105058,32,19863,NULL,2610,2,'2026-01-27 20:37:23','2026-01-27 20:37:23','adb76378-3005-4ec4-92d7-58fe402901cc'),
(105059,32,19863,NULL,2598,3,'2026-01-27 20:37:23','2026-01-27 20:37:23','44d89aaf-09a5-460f-ba0d-3cd6c1130f9a'),
(105060,32,19863,NULL,2608,4,'2026-01-27 20:37:23','2026-01-27 20:37:23','5112e8a5-c032-47c9-9609-8e78002cde3c'),
(105061,32,19863,NULL,2600,5,'2026-01-27 20:37:23','2026-01-27 20:37:23','1bfde902-19ed-4b3f-8e5c-36156c6b965c'),
(105062,32,19863,NULL,2596,6,'2026-01-27 20:37:23','2026-01-27 20:37:23','ca0ba504-bfd4-4b07-943f-f8e8c52032dd'),
(105063,32,19863,NULL,2602,7,'2026-01-27 20:37:23','2026-01-27 20:37:23','8a995983-8f8a-4e36-9f84-d098aad1e204'),
(105064,32,19863,NULL,2612,8,'2026-01-27 20:37:23','2026-01-27 20:37:23','87ba86ba-37bb-4308-ae16-f8e43c25345b'),
(105065,32,19863,NULL,2604,9,'2026-01-27 20:37:23','2026-01-27 20:37:23','8d21be4c-7111-49b5-9e84-33ede486871b'),
(105066,32,19863,NULL,2606,10,'2026-01-27 20:37:23','2026-01-27 20:37:23','b5f4ddfd-e05b-47fa-b524-27e4b23dc812'),
(105067,16,19863,NULL,9155,1,'2026-01-27 20:37:23','2026-01-27 20:37:23','b7e419b8-0103-407b-bbe8-e1f64cd59d3d'),
(105068,7,19863,NULL,605,1,'2026-01-27 20:37:23','2026-01-27 20:37:23','158da784-618c-44d8-8ccc-c211d3399bfc'),
(105069,7,19863,NULL,617,2,'2026-01-27 20:37:23','2026-01-27 20:37:23','ecd0e1a8-d073-4164-b8f9-5c8654105997'),
(105070,7,19863,NULL,9552,3,'2026-01-27 20:37:23','2026-01-27 20:37:23','baf8b47f-f1c4-4598-b9c4-09c6eeafe72a'),
(105071,82,19863,NULL,479,1,'2026-01-27 20:37:23','2026-01-27 20:37:23','94cc9922-87c9-4bcd-9385-bc396847e098'),
(105072,47,19863,NULL,12342,1,'2026-01-27 20:37:23','2026-01-27 20:37:23','00445e5e-a429-4c89-91c3-9b0dbce9eacc'),
(105073,57,19863,NULL,9160,1,'2026-01-27 20:37:23','2026-01-27 20:37:23','b8502276-39a4-4eec-b2f7-d2762643db3d'),
(105074,57,19863,NULL,9162,2,'2026-01-27 20:37:23','2026-01-27 20:37:23','e4766d8a-38c8-48aa-aad6-ab8a3d08110c'),
(105075,57,19863,NULL,9164,3,'2026-01-27 20:37:23','2026-01-27 20:37:23','83263103-f280-43d1-9001-99a4eaa4b936'),
(105076,57,19863,NULL,9163,4,'2026-01-27 20:37:23','2026-01-27 20:37:23','a3a71d0e-d359-4ec8-8962-1462bab9b7c1'),
(105077,57,19863,NULL,9161,5,'2026-01-27 20:37:23','2026-01-27 20:37:23','0b91f961-aa31-448f-beba-f2203c718845'),
(105078,57,19863,NULL,9165,6,'2026-01-27 20:37:23','2026-01-27 20:37:23','9eea19ac-4c82-4787-84af-b6b992aa8b25'),
(105110,32,19880,NULL,2614,1,'2026-01-27 20:42:57','2026-01-27 20:42:57','5eb91dce-3817-45da-a0e4-9176d3f13166'),
(105111,32,19880,NULL,2610,2,'2026-01-27 20:42:57','2026-01-27 20:42:57','356c8d70-9aa8-4681-9480-2139b3b3f61c'),
(105112,32,19880,NULL,2598,3,'2026-01-27 20:42:57','2026-01-27 20:42:57','af425c5a-ddaf-42ad-bbac-c7fbd4d115c1'),
(105113,32,19880,NULL,2608,4,'2026-01-27 20:42:57','2026-01-27 20:42:57','2485c36e-31cc-4968-b006-d82b9507ec43'),
(105114,32,19880,NULL,2600,5,'2026-01-27 20:42:57','2026-01-27 20:42:57','99026e53-125e-4532-856b-da81c92c4ad1'),
(105115,32,19880,NULL,2596,6,'2026-01-27 20:42:57','2026-01-27 20:42:57','710bd408-d2f3-499b-bc21-c0d63fc428ac'),
(105116,32,19880,NULL,2602,7,'2026-01-27 20:42:57','2026-01-27 20:42:57','e0797081-6ffe-4245-82b7-1a40d51458a9'),
(105117,32,19880,NULL,2612,8,'2026-01-27 20:42:57','2026-01-27 20:42:57','91700c78-0f5f-40f1-a053-b47547318f20'),
(105118,32,19880,NULL,2606,9,'2026-01-27 20:42:57','2026-01-27 20:42:57','bef7d0bc-a4e9-4a17-a421-054250a0eef1'),
(105119,16,19880,NULL,9749,1,'2026-01-27 20:42:57','2026-01-27 20:42:57','a694d2b5-eb5e-4cf4-83a9-69ef43e54947'),
(105120,7,19880,NULL,6547,1,'2026-01-27 20:42:57','2026-01-27 20:42:57','e2e5dbec-8ea7-49bc-8b6b-a53e13221844'),
(105121,7,19880,NULL,9732,2,'2026-01-27 20:42:57','2026-01-27 20:42:57','25c4bd96-7a7e-49ef-a839-f6f8aeca9cdb'),
(105122,7,19880,NULL,9735,3,'2026-01-27 20:42:57','2026-01-27 20:42:57','ee60dc5a-d245-478d-a996-6a80786b5986'),
(105123,7,19880,NULL,9640,4,'2026-01-27 20:42:57','2026-01-27 20:42:57','f49546e9-60f1-40a1-8b19-73f13d8fda76'),
(105124,7,19880,NULL,617,5,'2026-01-27 20:42:57','2026-01-27 20:42:57','eff7e590-293a-4924-99a1-c67f5b25a0ed'),
(105125,7,19880,NULL,605,6,'2026-01-27 20:42:57','2026-01-27 20:42:57','9da0ac3f-d883-4933-92ac-6672290fdf78'),
(105126,7,19880,NULL,9552,7,'2026-01-27 20:42:57','2026-01-27 20:42:57','13ec32ed-da6f-40ba-b055-53c2cf418c07'),
(105127,82,19880,NULL,477,1,'2026-01-27 20:42:57','2026-01-27 20:42:57','30f90f70-9dcc-408e-943f-6c92c3523293'),
(105128,82,19880,NULL,479,2,'2026-01-27 20:42:57','2026-01-27 20:42:57','206b1c64-9eb8-4dc8-be59-38f51e3d9651'),
(105129,47,19880,NULL,12344,1,'2026-01-27 20:42:57','2026-01-27 20:42:57','0edd62a8-9a9e-40e0-b3a5-728a20293eae'),
(105130,57,19880,NULL,9804,1,'2026-01-27 20:42:57','2026-01-27 20:42:57','5503c51c-71ab-4266-a61f-b0e68196e591'),
(105131,57,19880,NULL,9811,2,'2026-01-27 20:42:57','2026-01-27 20:42:57','c655994e-3c7b-46bb-9def-026a74c5b852'),
(105132,57,19880,NULL,9805,3,'2026-01-27 20:42:57','2026-01-27 20:42:57','852dbfb1-47fe-47fd-9001-e5461520cd93'),
(105133,57,19880,NULL,9806,4,'2026-01-27 20:42:57','2026-01-27 20:42:57','6cccda88-4e99-4288-8cf3-07dd6e4933fc'),
(105134,57,19880,NULL,9807,5,'2026-01-27 20:42:57','2026-01-27 20:42:57','e91f9c19-a401-46bb-a00d-0c5c55ba55b3'),
(105135,57,19880,NULL,9800,6,'2026-01-27 20:42:57','2026-01-27 20:42:57','b709e925-1da3-40a2-9a9e-1295dedd6067'),
(105136,57,19880,NULL,9808,7,'2026-01-27 20:42:57','2026-01-27 20:42:57','d34f5f9f-bf47-4b30-9df5-fc5bf3a68ca3'),
(105137,57,19880,NULL,9809,8,'2026-01-27 20:42:57','2026-01-27 20:42:57','3ee90565-9485-4cdb-9622-615e36f53a68'),
(105138,57,19880,NULL,9812,9,'2026-01-27 20:42:57','2026-01-27 20:42:57','de7418ea-0206-4d85-91ed-870f8a53ebdc'),
(105139,57,19880,NULL,9813,10,'2026-01-27 20:42:57','2026-01-27 20:42:57','0cf65066-2bc2-465f-aa81-6ed08f80fa8b'),
(105140,13,19880,NULL,6925,1,'2026-01-27 20:42:57','2026-01-27 20:42:57','7fa7189a-3208-4ad9-8702-2169c31d3c56'),
(105166,32,19900,NULL,2610,1,'2026-01-27 21:01:01','2026-01-27 21:01:01','5f343b5d-1cd3-4b32-a251-ff56488cc40a'),
(105167,32,19900,NULL,2598,2,'2026-01-27 21:01:01','2026-01-27 21:01:01','b19b8221-ad0b-48ae-a0c2-1984a171621c'),
(105168,32,19900,NULL,2600,3,'2026-01-27 21:01:01','2026-01-27 21:01:01','8fc20fb6-e002-4f1e-ba2c-1a1eb6d3761d'),
(105169,32,19900,NULL,2604,4,'2026-01-27 21:01:01','2026-01-27 21:01:01','9118d763-06c6-46df-b902-8754056873da'),
(105170,32,19900,NULL,2608,5,'2026-01-27 21:01:01','2026-01-27 21:01:01','dc40bbe6-6573-401e-839f-162dd9f598dd'),
(105171,32,19900,NULL,2596,6,'2026-01-27 21:01:01','2026-01-27 21:01:01','bb7c178a-434c-49b8-8a82-d9451d0ae346'),
(105172,32,19900,NULL,2602,7,'2026-01-27 21:01:01','2026-01-27 21:01:01','f9510460-6e1f-4f8f-ab87-19882cc79a88'),
(105173,32,19900,NULL,2606,8,'2026-01-27 21:01:01','2026-01-27 21:01:01','3eb00d71-eef0-4467-bf9f-735411206788'),
(105174,32,19900,NULL,2612,9,'2026-01-27 21:01:01','2026-01-27 21:01:01','718fd107-e3f5-4726-a11c-81ba592975bc'),
(105175,16,19900,NULL,9219,1,'2026-01-27 21:01:01','2026-01-27 21:01:01','a30a1cab-a99c-4b91-9b12-45fda5247dc9'),
(105176,7,19900,NULL,601,1,'2026-01-27 21:01:01','2026-01-27 21:01:01','cb5d7078-5f42-48d4-bde7-dea03ee0f4b4'),
(105177,7,19900,NULL,605,2,'2026-01-27 21:01:01','2026-01-27 21:01:01','bd79365c-7999-43c2-a2c9-9411eb498fdd'),
(105178,7,19900,NULL,617,3,'2026-01-27 21:01:01','2026-01-27 21:01:01','96b4622b-46b0-4d59-a1f9-dae010873cba'),
(105179,7,19900,NULL,9552,4,'2026-01-27 21:01:01','2026-01-27 21:01:01','a689287a-cb40-4684-a5be-b1055966b143'),
(105180,82,19900,NULL,469,1,'2026-01-27 21:01:01','2026-01-27 21:01:01','7ad27c9c-aff1-4f66-b93c-83ac60eecf7f'),
(105181,82,19900,NULL,475,2,'2026-01-27 21:01:01','2026-01-27 21:01:01','7f399d5b-8509-4679-81e1-4632c1213dfc'),
(105182,82,19900,NULL,479,3,'2026-01-27 21:01:01','2026-01-27 21:01:01','d3552ad1-ec9e-4e08-8f19-cf985f432c63'),
(105183,82,19900,NULL,491,4,'2026-01-27 21:01:01','2026-01-27 21:01:01','ec9d6da7-4d28-4032-872b-32e4414c3a71'),
(105184,47,19900,NULL,12362,1,'2026-01-27 21:01:01','2026-01-27 21:01:01','7e9962bc-0bf7-41b1-b809-c9075b0a29c9'),
(105185,57,19900,NULL,9222,1,'2026-01-27 21:01:01','2026-01-27 21:01:01','0c407b2e-3ca2-4889-85e1-32802fa15c14'),
(105186,57,19900,NULL,9223,2,'2026-01-27 21:01:01','2026-01-27 21:01:01','5976c0db-162d-4f93-b03e-17278b850dee'),
(105187,57,19900,NULL,9224,3,'2026-01-27 21:01:01','2026-01-27 21:01:01','47611fff-33e8-4cf9-9059-bfd9ae2a3116'),
(105188,57,19900,NULL,9225,4,'2026-01-27 21:01:01','2026-01-27 21:01:01','3a3f2db3-7950-4dc7-b9af-1f33770e76a4'),
(105189,57,19900,NULL,9226,5,'2026-01-27 21:01:01','2026-01-27 21:01:01','487febd8-b5c4-4656-9a2d-8e4a836c2baf'),
(105190,57,19900,NULL,12288,6,'2026-01-27 21:01:01','2026-01-27 21:01:01','785aa360-67de-481f-a6a2-055b9c4b0081'),
(105223,32,19919,NULL,2614,1,'2026-01-27 21:04:04','2026-01-27 21:04:04','828bcd7d-d207-4c9e-81b9-e1de9ed08f97'),
(105224,32,19919,NULL,2610,2,'2026-01-27 21:04:04','2026-01-27 21:04:04','1da49d04-9a8d-4bdb-b665-56561bae0734'),
(105225,32,19919,NULL,2598,3,'2026-01-27 21:04:04','2026-01-27 21:04:04','b8f2510e-fecc-4cbf-bf74-20e814aba9bc'),
(105226,32,19919,NULL,2608,4,'2026-01-27 21:04:04','2026-01-27 21:04:04','3cb61b8f-4301-471a-8a04-748b0c1fb526'),
(105227,32,19919,NULL,2624,5,'2026-01-27 21:04:04','2026-01-27 21:04:04','60ed30bf-a1cb-49a8-bf53-3e5b47cb6954'),
(105228,32,19919,NULL,2600,6,'2026-01-27 21:04:04','2026-01-27 21:04:04','32bbbe9e-bc55-416f-8299-c963bcc87cb4'),
(105229,32,19919,NULL,2596,7,'2026-01-27 21:04:04','2026-01-27 21:04:04','4b5feb37-2430-415f-9f60-e3ad9118fccf'),
(105230,32,19919,NULL,2602,8,'2026-01-27 21:04:04','2026-01-27 21:04:04','3641b916-97a1-42bd-bdeb-785bf2a8acc2'),
(105231,32,19919,NULL,2606,9,'2026-01-27 21:04:04','2026-01-27 21:04:04','094de567-79d7-4c64-bb12-a39c14083ba5'),
(105232,32,19919,NULL,2612,10,'2026-01-27 21:04:04','2026-01-27 21:04:04','50c60b4b-88a9-47a1-847c-59bb2e9f025c'),
(105233,32,19919,NULL,2604,11,'2026-01-27 21:04:04','2026-01-27 21:04:04','6ab5a934-e245-4149-ba02-80793a80b2b9'),
(105234,16,19919,NULL,9852,1,'2026-01-27 21:04:04','2026-01-27 21:04:04','f0a94102-fdb0-46f6-9fcf-ac6dfceff3df'),
(105235,7,19919,NULL,605,1,'2026-01-27 21:04:04','2026-01-27 21:04:04','7d798290-a4a7-4318-bcb1-87482eda5997'),
(105236,7,19919,NULL,617,2,'2026-01-27 21:04:04','2026-01-27 21:04:04','56de8540-e371-4002-a116-ec15c12361fc'),
(105237,7,19919,NULL,9552,3,'2026-01-27 21:04:04','2026-01-27 21:04:04','4bdcdf66-b125-48ba-8997-a1aa49ec0b01'),
(105238,46,19919,NULL,2891,1,'2026-01-27 21:04:04','2026-01-27 21:04:04','6ae4f364-409e-4b87-abaa-2156d9340350'),
(105239,47,19919,NULL,12352,1,'2026-01-27 21:04:04','2026-01-27 21:04:04','51623784-b92f-4d8b-acb9-f1ea35afa8dc'),
(105240,57,19919,NULL,9861,1,'2026-01-27 21:04:04','2026-01-27 21:04:04','5c60b3dd-53f3-4263-89df-5fe3b1fb331b'),
(105241,57,19919,NULL,9866,2,'2026-01-27 21:04:04','2026-01-27 21:04:04','307410c5-071b-440e-a838-eaa9da4033e6'),
(105242,57,19919,NULL,9865,3,'2026-01-27 21:04:04','2026-01-27 21:04:04','2fff085c-5b8d-4ac0-a439-1befe4048bdf'),
(105243,57,19919,NULL,9862,4,'2026-01-27 21:04:04','2026-01-27 21:04:04','c54218b5-db98-45ce-80a4-3df3e3ac7701'),
(105244,57,19919,NULL,9859,5,'2026-01-27 21:04:04','2026-01-27 21:04:04','99b55612-91b0-4b89-b03f-35d7222ac455'),
(105245,57,19919,NULL,9864,6,'2026-01-27 21:04:04','2026-01-27 21:04:04','5173b1cf-5a1c-4f74-b76b-b216fde6c5c7'),
(105246,57,19919,NULL,9868,7,'2026-01-27 21:04:04','2026-01-27 21:04:04','625d0e38-c2fb-4ccc-b4b2-4d1a520d72a3'),
(105247,57,19919,NULL,9869,8,'2026-01-27 21:04:04','2026-01-27 21:04:04','6d1521fe-1be6-41c6-a240-7d61b7f970a5'),
(105248,57,19919,NULL,9870,9,'2026-01-27 21:04:04','2026-01-27 21:04:04','7ec588a3-ef14-443f-b1bb-5fb06190a1a7'),
(105249,57,19919,NULL,9871,10,'2026-01-27 21:04:04','2026-01-27 21:04:04','328ab4b0-beb9-4937-b4a0-f80955100911'),
(105250,57,19919,NULL,9872,11,'2026-01-27 21:04:04','2026-01-27 21:04:04','81671240-a59c-40ad-b25e-2048016f53f6'),
(105251,57,19919,NULL,9873,12,'2026-01-27 21:04:04','2026-01-27 21:04:04','a699eaba-add5-4bb4-b63e-eaf0179076d6'),
(105252,57,19919,NULL,9874,13,'2026-01-27 21:04:04','2026-01-27 21:04:04','a7fe4e9e-0ad6-4f85-8a15-d8d4189b8ff8'),
(105253,57,19919,NULL,9876,14,'2026-01-27 21:04:04','2026-01-27 21:04:04','78d6c8fc-4938-4854-b1fa-52a753740554'),
(105254,13,19919,NULL,6927,1,'2026-01-27 21:04:04','2026-01-27 21:04:04','088d879b-d355-44e9-a9a4-ec235ddec083'),
(105282,32,19934,NULL,2614,1,'2026-01-27 21:05:31','2026-01-27 21:05:31','7b29a362-990c-4c64-8a63-a7f48b3fee61'),
(105283,32,19934,NULL,2610,2,'2026-01-27 21:05:31','2026-01-27 21:05:31','47fba444-5190-4dbc-9626-f691d68c429e'),
(105284,32,19934,NULL,2598,3,'2026-01-27 21:05:31','2026-01-27 21:05:31','ef162406-5093-4452-8285-1ef6d2b3c95d'),
(105285,32,19934,NULL,2608,4,'2026-01-27 21:05:31','2026-01-27 21:05:31','af3cfb8f-ce01-4165-880a-877647ee4b37'),
(105286,32,19934,NULL,2600,5,'2026-01-27 21:05:31','2026-01-27 21:05:31','21ba80b0-ea90-4f0e-8c80-3f27f77ea59a'),
(105287,32,19934,NULL,2596,6,'2026-01-27 21:05:31','2026-01-27 21:05:31','f54d9443-834a-4f14-bf91-b6cb4d61c400'),
(105288,32,19934,NULL,2602,7,'2026-01-27 21:05:31','2026-01-27 21:05:31','d36fe589-0a11-428d-b8a4-b2feaccadec0'),
(105289,32,19934,NULL,2606,8,'2026-01-27 21:05:31','2026-01-27 21:05:31','5b0d7410-0e1b-4b1f-a771-70753cd27ff7'),
(105290,32,19934,NULL,2612,9,'2026-01-27 21:05:31','2026-01-27 21:05:31','4076c554-3643-484c-9809-49a26d464b2b'),
(105291,32,19934,NULL,2604,10,'2026-01-27 21:05:31','2026-01-27 21:05:31','35ec46b5-181d-460c-81f5-b6566aa1b472'),
(105292,16,19934,NULL,9181,1,'2026-01-27 21:05:31','2026-01-27 21:05:31','01f90dac-86b0-48bf-bedf-8bc541479817'),
(105293,7,19934,NULL,2969,1,'2026-01-27 21:05:31','2026-01-27 21:05:31','76d0daab-97f2-4f94-86f9-59f769f22ad2'),
(105294,7,19934,NULL,605,2,'2026-01-27 21:05:31','2026-01-27 21:05:31','45622830-5c1a-4c76-8522-bf05f70db230'),
(105295,7,19934,NULL,617,3,'2026-01-27 21:05:31','2026-01-27 21:05:31','26341095-342f-4966-83d8-df6045485c16'),
(105296,7,19934,NULL,9552,4,'2026-01-27 21:05:31','2026-01-27 21:05:31','9b6b1d74-20aa-444a-9bb4-40e784ec54f6'),
(105297,47,19934,NULL,12355,1,'2026-01-27 21:05:31','2026-01-27 21:05:31','07c8adc1-6668-4427-9dd3-36152d055ec3'),
(105298,57,19934,NULL,9184,1,'2026-01-27 21:05:31','2026-01-27 21:05:31','0bd59383-967f-4406-a01d-3a566f094fc9'),
(105299,57,19934,NULL,9185,2,'2026-01-27 21:05:31','2026-01-27 21:05:31','a38dbfea-1c82-43b3-ae50-c5f93c153759'),
(105300,57,19934,NULL,9186,3,'2026-01-27 21:05:31','2026-01-27 21:05:31','f99bd743-6445-4c75-ab44-064686957bd9'),
(105301,57,19934,NULL,9187,4,'2026-01-27 21:05:31','2026-01-27 21:05:31','87f42122-ad18-400b-87d6-dbca806ef092'),
(105302,57,19934,NULL,9188,5,'2026-01-27 21:05:31','2026-01-27 21:05:31','da9adec2-05fc-42b8-a5c1-9165070146b1'),
(105303,57,19934,NULL,9189,6,'2026-01-27 21:05:31','2026-01-27 21:05:31','71ada4e0-4003-49e1-89e4-f9db50be0ecf'),
(105304,57,19934,NULL,9190,7,'2026-01-27 21:05:31','2026-01-27 21:05:31','22638fc1-9117-4feb-938c-3446867aae96'),
(105305,57,19934,NULL,9191,8,'2026-01-27 21:05:31','2026-01-27 21:05:31','19c9a236-5c3f-4014-9cfc-e7e4df82599c'),
(105306,57,19934,NULL,9192,9,'2026-01-27 21:05:31','2026-01-27 21:05:31','8b988d41-8cd0-4908-9bdb-49a9bf81b6f2'),
(105307,57,19934,NULL,9193,10,'2026-01-27 21:05:31','2026-01-27 21:05:31','ba97e922-cb60-4ec4-b636-c3dc295ea461'),
(105308,13,19934,NULL,6931,1,'2026-01-27 21:05:31','2026-01-27 21:05:31','605f032d-d99b-472b-8fe9-a8f8a99bfac1'),
(105336,32,19942,NULL,2614,1,'2026-01-27 21:06:51','2026-01-27 21:06:51','f64cca00-e121-43f8-8c93-a0136fa96eff'),
(105337,32,19942,NULL,2610,2,'2026-01-27 21:06:51','2026-01-27 21:06:51','97e89bb7-97b1-4f38-8f49-094274723932'),
(105338,32,19942,NULL,2598,3,'2026-01-27 21:06:51','2026-01-27 21:06:51','b7650674-6c08-4494-89ad-0a9df5f05a4d'),
(105339,32,19942,NULL,2608,4,'2026-01-27 21:06:51','2026-01-27 21:06:51','404dd577-5c1e-41f5-b209-0785fc00b466'),
(105340,32,19942,NULL,2600,5,'2026-01-27 21:06:51','2026-01-27 21:06:51','cbed01bd-f3c3-474c-acf1-2000ba5a9676'),
(105341,32,19942,NULL,2596,6,'2026-01-27 21:06:51','2026-01-27 21:06:51','093cc2ac-82e0-41e2-b041-26e5beed11f8'),
(105342,32,19942,NULL,2602,7,'2026-01-27 21:06:51','2026-01-27 21:06:51','075ea100-1625-4ab4-ae8e-8ee3ec01441c'),
(105343,32,19942,NULL,2606,8,'2026-01-27 21:06:51','2026-01-27 21:06:51','c74ddbd3-70bb-41dc-983d-fe91cec2c730'),
(105344,32,19942,NULL,2612,9,'2026-01-27 21:06:51','2026-01-27 21:06:51','9b1fbb68-2b12-4213-b037-220c18a221eb'),
(105345,32,19942,NULL,2604,10,'2026-01-27 21:06:51','2026-01-27 21:06:51','694b56ba-f2e9-4b26-8ca5-c43524ff89b1'),
(105346,16,19942,NULL,9181,1,'2026-01-27 21:06:51','2026-01-27 21:06:51','74865cef-9640-4ec0-ac9e-c1278246a274'),
(105347,7,19942,NULL,2969,1,'2026-01-27 21:06:51','2026-01-27 21:06:51','2ed08e79-8582-44ec-877f-bd3b185b2831'),
(105348,7,19942,NULL,605,2,'2026-01-27 21:06:51','2026-01-27 21:06:51','2278b62b-0a94-4912-83d7-6938497287b4'),
(105349,7,19942,NULL,617,3,'2026-01-27 21:06:51','2026-01-27 21:06:51','158377ee-a926-465e-9f11-02a939997780'),
(105350,7,19942,NULL,9552,4,'2026-01-27 21:06:51','2026-01-27 21:06:51','d950e460-22d9-409a-b117-c91d810fa64b'),
(105351,47,19942,NULL,12355,1,'2026-01-27 21:06:51','2026-01-27 21:06:51','8f58b213-d985-4ebd-9c49-0763210b755b'),
(105352,57,19942,NULL,9184,1,'2026-01-27 21:06:51','2026-01-27 21:06:51','4c073307-5818-4ccb-9343-8d1271fd628f'),
(105353,57,19942,NULL,9185,2,'2026-01-27 21:06:51','2026-01-27 21:06:51','2d316f0e-680c-4f5c-8525-7e8b403c44c9'),
(105354,57,19942,NULL,9186,3,'2026-01-27 21:06:51','2026-01-27 21:06:51','50629648-44c1-49fe-b55d-04d51bca496d'),
(105355,57,19942,NULL,9187,4,'2026-01-27 21:06:51','2026-01-27 21:06:51','79b88d0b-babe-4454-8894-ee3006ff576c'),
(105356,57,19942,NULL,9188,5,'2026-01-27 21:06:51','2026-01-27 21:06:51','3aa50f16-cf10-4c0d-bb3c-33ae2428f182'),
(105357,57,19942,NULL,9189,6,'2026-01-27 21:06:51','2026-01-27 21:06:51','f3ec31ed-c593-4727-9447-fc6fd251d83b'),
(105358,57,19942,NULL,9190,7,'2026-01-27 21:06:51','2026-01-27 21:06:51','85880906-e565-473e-9e66-49f2247554e9'),
(105359,57,19942,NULL,9191,8,'2026-01-27 21:06:51','2026-01-27 21:06:51','09658d59-7d14-45af-a4dd-0a9bea578de9'),
(105360,57,19942,NULL,9192,9,'2026-01-27 21:06:51','2026-01-27 21:06:51','e3640c57-eae4-4169-b86f-5255f46d3808'),
(105361,57,19942,NULL,9193,10,'2026-01-27 21:06:51','2026-01-27 21:06:51','47b9fcf4-e23a-48b8-9027-7cb57a9db6a2'),
(105362,13,19942,NULL,6931,1,'2026-01-27 21:06:51','2026-01-27 21:06:51','b22ef8d4-7e81-43b8-be9a-3e668b391d10'),
(105392,32,19955,NULL,2614,1,'2026-01-27 21:10:47','2026-01-27 21:10:47','83b71b11-3baf-425a-b233-43f4f6031290'),
(105393,32,19955,NULL,2610,2,'2026-01-27 21:10:47','2026-01-27 21:10:47','abfbe12c-c295-4cb4-b0ad-b169eebf899a'),
(105394,32,19955,NULL,2598,3,'2026-01-27 21:10:47','2026-01-27 21:10:47','b7697660-e0fe-4ec5-a47b-9ea91e48f7b4'),
(105395,32,19955,NULL,2608,4,'2026-01-27 21:10:47','2026-01-27 21:10:47','83fe78de-5c27-49f8-b459-ef907832dfe4'),
(105396,32,19955,NULL,2600,5,'2026-01-27 21:10:47','2026-01-27 21:10:47','46c5da19-7388-46b9-b095-772dda6bca3d'),
(105397,32,19955,NULL,2596,6,'2026-01-27 21:10:47','2026-01-27 21:10:47','938dd38a-ddce-45fa-9e90-cdbea49acc3a'),
(105398,32,19955,NULL,2602,7,'2026-01-27 21:10:47','2026-01-27 21:10:47','298fa7b0-1ed5-4a1c-8433-0d7ebb861ab9'),
(105399,32,19955,NULL,2612,8,'2026-01-27 21:10:47','2026-01-27 21:10:47','5aa6eb61-95d4-44c7-8dde-1e77b7d5e90a'),
(105400,32,19955,NULL,2604,9,'2026-01-27 21:10:47','2026-01-27 21:10:47','854670c3-daf7-40cb-827f-fc91e670a4e9'),
(105401,32,19955,NULL,2606,10,'2026-01-27 21:10:47','2026-01-27 21:10:47','d7069dcc-13cd-4acd-8970-10b3e587ed81'),
(105402,16,19955,NULL,9901,1,'2026-01-27 21:10:47','2026-01-27 21:10:47','f4e207b4-5cf4-42fe-a86e-371cf961cd1a'),
(105403,7,19955,NULL,605,1,'2026-01-27 21:10:47','2026-01-27 21:10:47','e22bb837-d7df-4711-b23e-1d8e09572e70'),
(105404,7,19955,NULL,617,2,'2026-01-27 21:10:47','2026-01-27 21:10:47','b1f8b860-b8dc-45fb-b1df-126b6111460b'),
(105405,7,19955,NULL,9552,3,'2026-01-27 21:10:47','2026-01-27 21:10:47','5298ddc4-7076-46fe-911a-1db55dad1b01'),
(105406,82,19955,NULL,479,1,'2026-01-27 21:10:47','2026-01-27 21:10:47','6fc36629-d161-4f71-b678-e1a5f93dcd14'),
(105407,47,19955,NULL,12358,1,'2026-01-27 21:10:47','2026-01-27 21:10:47','2ace538c-fb4f-4cd7-933a-394c3ba7d8ef'),
(105408,57,19955,NULL,9903,1,'2026-01-27 21:10:47','2026-01-27 21:10:47','d5aafaf9-2d03-42e6-8a28-6cd6df73b2e8'),
(105409,57,19955,NULL,9904,2,'2026-01-27 21:10:47','2026-01-27 21:10:47','e453574f-6832-45d1-b1c7-18fa36859fc5'),
(105410,57,19955,NULL,9907,3,'2026-01-27 21:10:47','2026-01-27 21:10:47','ec1db9de-2919-4354-a6ea-7121c06cda36'),
(105411,57,19955,NULL,9908,4,'2026-01-27 21:10:47','2026-01-27 21:10:47','cd319e6d-866e-43d1-8914-23085ef08a21'),
(105412,57,19955,NULL,9909,5,'2026-01-27 21:10:47','2026-01-27 21:10:47','beffab52-2b6d-4f74-b851-c30166364747'),
(105413,57,19955,NULL,9910,6,'2026-01-27 21:10:47','2026-01-27 21:10:47','fbc9d62c-8223-41d6-83dc-3dce9554d5fe'),
(105414,57,19955,NULL,9911,7,'2026-01-27 21:10:47','2026-01-27 21:10:47','b5ae613d-5eae-42b0-a725-1d135a74c17b'),
(105415,57,19955,NULL,9912,8,'2026-01-27 21:10:47','2026-01-27 21:10:47','ab839278-b91e-49c0-a749-f7815cbd1399'),
(105416,57,19955,NULL,9913,9,'2026-01-27 21:10:47','2026-01-27 21:10:47','e9d47587-d81a-4f56-9fbc-39d15d48a548'),
(105417,57,19955,NULL,9914,10,'2026-01-27 21:10:47','2026-01-27 21:10:47','fa6d5917-817d-4ec9-9c7f-cb64e811d851'),
(105418,57,19955,NULL,9915,11,'2026-01-27 21:10:47','2026-01-27 21:10:47','7d5a0ddc-427d-4844-aac3-7f8d62e7201f'),
(105419,57,19955,NULL,9905,12,'2026-01-27 21:10:47','2026-01-27 21:10:47','0f8189cf-7208-4eb4-a781-039ab43c42cc'),
(105420,57,19955,NULL,9906,13,'2026-01-27 21:10:47','2026-01-27 21:10:47','68502968-2f2b-42eb-a518-9013ec73808b'),
(105442,32,20831,NULL,2610,1,'2026-01-28 17:09:25','2026-01-28 17:09:25','a77b17c3-9f36-45bf-8aac-b8bfff7cbd2b'),
(105443,32,20831,NULL,2598,2,'2026-01-28 17:09:25','2026-01-28 17:09:25','8ebadcaa-cef3-426d-92cd-93c6fb0d09c7'),
(105444,32,20831,NULL,2608,3,'2026-01-28 17:09:25','2026-01-28 17:09:25','bc3e7d38-7768-47a0-94fc-a4a2d833b1e4'),
(105445,32,20831,NULL,2600,4,'2026-01-28 17:09:25','2026-01-28 17:09:25','f11a5485-7e28-4cac-9b2c-33b5032f7b72'),
(105446,32,20831,NULL,2596,5,'2026-01-28 17:09:25','2026-01-28 17:09:25','a9b38b26-f779-4102-80e4-a94568f48393'),
(105447,32,20831,NULL,2602,6,'2026-01-28 17:09:25','2026-01-28 17:09:25','bd85a8d9-2867-4614-8ea3-6f932da831a2'),
(105448,32,20831,NULL,2604,7,'2026-01-28 17:09:25','2026-01-28 17:09:25','32311650-9f48-48bf-80c7-0f0cb940e127'),
(105449,32,20831,NULL,2606,8,'2026-01-28 17:09:25','2026-01-28 17:09:25','4df368e8-f06f-4804-9832-312e34e1f33f'),
(105450,32,20831,NULL,2612,9,'2026-01-28 17:09:25','2026-01-28 17:09:25','dfea3ddc-6472-4ec7-90a9-9d2f9a4f6ebc'),
(105451,16,20831,NULL,545,1,'2026-01-28 17:09:25','2026-01-28 17:09:25','01ba713a-fcd3-4b58-8451-a29d22ac911a'),
(105452,7,20831,NULL,601,1,'2026-01-28 17:09:25','2026-01-28 17:09:25','ad0aafb0-321e-46cd-b43e-aad2a325e35e'),
(105453,7,20831,NULL,617,2,'2026-01-28 17:09:25','2026-01-28 17:09:25','49134929-c335-44f8-93f4-d917b2b7680a'),
(105454,7,20831,NULL,605,3,'2026-01-28 17:09:25','2026-01-28 17:09:25','9bdcec6a-1541-4864-9ee9-75832f67f0b2'),
(105455,7,20831,NULL,9552,4,'2026-01-28 17:09:25','2026-01-28 17:09:25','ac58d30d-be2a-4256-8237-b0992fe464e0'),
(105456,82,20831,NULL,491,1,'2026-01-28 17:09:25','2026-01-28 17:09:25','2654fd1b-5356-40de-9773-4583ae691261'),
(105457,47,20831,NULL,14954,1,'2026-01-28 17:09:25','2026-01-28 17:09:25','1a602d50-18d9-4b79-8a65-1859f1e68ba6'),
(105458,57,20831,NULL,545,1,'2026-01-28 17:09:25','2026-01-28 17:09:25','bfe8f871-c0a2-44ea-b25e-02aa22d82e0e'),
(105459,57,20831,NULL,137,2,'2026-01-28 17:09:25','2026-01-28 17:09:25','89451a6a-c7bd-4683-adcd-a01e7dfb5540'),
(105460,57,20831,NULL,138,3,'2026-01-28 17:09:25','2026-01-28 17:09:25','106d8bdb-5970-4d09-9b15-e9c443c6e599'),
(105461,57,20831,NULL,136,4,'2026-01-28 17:09:25','2026-01-28 17:09:25','6c117427-db0c-43f1-b159-66381cec3583'),
(105463,32,20840,NULL,2610,1,'2026-01-28 17:14:28','2026-01-28 17:14:28','c742434f-4b8b-4be9-925b-0f26aed4541a'),
(105464,32,20840,NULL,2598,2,'2026-01-28 17:14:28','2026-01-28 17:14:28','bd714a26-2033-4594-82a8-d376f0cc84ae'),
(105465,32,20840,NULL,2608,3,'2026-01-28 17:14:28','2026-01-28 17:14:28','cd1df2e7-c961-4778-aa06-8c0b2eda5417'),
(105466,32,20840,NULL,2600,4,'2026-01-28 17:14:28','2026-01-28 17:14:28','97a93d45-955c-48a1-9f88-72d04e9ba254'),
(105467,32,20840,NULL,2596,5,'2026-01-28 17:14:28','2026-01-28 17:14:28','212cd0b3-5fdd-4537-a8ce-7fbd6228719e'),
(105468,32,20840,NULL,2602,6,'2026-01-28 17:14:28','2026-01-28 17:14:28','78b8e4c7-0344-48bc-aa93-0a49662d8952'),
(105469,32,20840,NULL,2604,7,'2026-01-28 17:14:28','2026-01-28 17:14:28','4c75dae6-795a-4775-89a5-aa0424107963'),
(105470,32,20840,NULL,2606,8,'2026-01-28 17:14:28','2026-01-28 17:14:28','755c64f8-6d37-48a2-b605-df97ec3e62eb'),
(105471,32,20840,NULL,2612,9,'2026-01-28 17:14:28','2026-01-28 17:14:28','cf54b676-5990-4b32-a839-cd56f9c2f483'),
(105472,83,20840,NULL,951,1,'2026-01-28 17:14:28','2026-01-28 17:14:28','d023507f-217b-4cc3-9dd9-8349b236751d'),
(105473,16,20840,NULL,7700,1,'2026-01-28 17:14:28','2026-01-28 17:14:28','753e40f3-0b9e-4251-9b11-0b490a78f45b'),
(105474,7,20840,NULL,6547,1,'2026-01-28 17:14:28','2026-01-28 17:14:28','122a1392-befd-4c2d-901a-ae765afe86cc'),
(105475,7,20840,NULL,601,2,'2026-01-28 17:14:28','2026-01-28 17:14:28','6e30132f-5c30-483a-ab62-d56de3444328'),
(105476,7,20840,NULL,2972,3,'2026-01-28 17:14:28','2026-01-28 17:14:28','04e12c47-e995-4d7a-b7a2-0b911ad0476d'),
(105477,7,20840,NULL,2974,4,'2026-01-28 17:14:28','2026-01-28 17:14:28','ce8eedf6-1656-463e-9fbd-eeed1bb9a502'),
(105478,7,20840,NULL,617,5,'2026-01-28 17:14:28','2026-01-28 17:14:28','f7f2af4f-85cb-46e3-b3fc-5d7f3efcdc4c'),
(105479,7,20840,NULL,605,6,'2026-01-28 17:14:28','2026-01-28 17:14:28','14286b44-9407-458e-8b5f-38b22380823d'),
(105480,7,20840,NULL,9552,7,'2026-01-28 17:14:28','2026-01-28 17:14:28','3e45e169-d8de-49db-8b7e-68902dcbccc7'),
(105481,82,20840,NULL,491,1,'2026-01-28 17:14:28','2026-01-28 17:14:28','6703f031-8c92-44fd-a24c-078fa045f970'),
(105482,47,20840,NULL,14958,1,'2026-01-28 17:14:28','2026-01-28 17:14:28','a3d0d4cc-5040-40fc-8c18-aee038ebd95b'),
(105483,57,20840,NULL,4842,1,'2026-01-28 17:14:28','2026-01-28 17:14:28','3913ae9c-a52d-48e8-a2af-f8e23a66ef8f'),
(105484,57,20840,NULL,4841,2,'2026-01-28 17:14:28','2026-01-28 17:14:28','6a1bbf7d-83f9-49ad-a2af-48c408ad29c7'),
(105485,57,20840,NULL,4846,3,'2026-01-28 17:14:28','2026-01-28 17:14:28','775ba4ff-b119-43aa-9411-824677647b09'),
(105486,57,20840,NULL,4845,4,'2026-01-28 17:14:28','2026-01-28 17:14:28','62eaf55a-1a1c-4c64-926a-1d2d193828b1'),
(105487,57,20840,NULL,4844,5,'2026-01-28 17:14:28','2026-01-28 17:14:28','3484cec3-3d9b-4167-a5d2-1e76a21d4cbd'),
(105488,57,20840,NULL,4843,6,'2026-01-28 17:14:28','2026-01-28 17:14:28','b14545d9-83cc-4065-b2fb-fdd98b78a602'),
(105511,32,20847,NULL,2610,1,'2026-01-28 17:14:47','2026-01-28 17:14:47','bfec7ee3-2b2b-4a84-8f26-9b20fdc55ece'),
(105512,32,20847,NULL,2598,2,'2026-01-28 17:14:47','2026-01-28 17:14:47','0a3085b0-191c-4a11-a112-f929e1c39f53'),
(105513,32,20847,NULL,2608,3,'2026-01-28 17:14:47','2026-01-28 17:14:47','42641140-9138-41f2-8342-a73038eb05d1'),
(105514,32,20847,NULL,2600,4,'2026-01-28 17:14:47','2026-01-28 17:14:47','52263b7d-33d0-474b-ace8-bde458f5d980'),
(105515,32,20847,NULL,2596,5,'2026-01-28 17:14:47','2026-01-28 17:14:47','ddbc058b-faea-4d68-ace9-27c5260cf5ab'),
(105516,32,20847,NULL,2602,6,'2026-01-28 17:14:47','2026-01-28 17:14:47','a48753d3-84a2-4a1a-bfd1-716bc2a9211f'),
(105517,32,20847,NULL,2604,7,'2026-01-28 17:14:47','2026-01-28 17:14:47','24042647-9158-44f4-92cb-84e7185f535d'),
(105518,32,20847,NULL,2606,8,'2026-01-28 17:14:47','2026-01-28 17:14:47','4c55957e-95b7-4322-a78d-2b4b02842475'),
(105519,32,20847,NULL,2612,9,'2026-01-28 17:14:47','2026-01-28 17:14:47','849c7f12-ef68-4823-a92b-fd781fc06c97'),
(105520,16,20847,NULL,545,1,'2026-01-28 17:14:47','2026-01-28 17:14:47','d5b3a1f9-b73c-44cc-b0bb-6b4ea4622e24'),
(105521,7,20847,NULL,601,1,'2026-01-28 17:14:47','2026-01-28 17:14:47','bae75eb2-85da-4361-ad0d-81a8a700df55'),
(105522,7,20847,NULL,617,2,'2026-01-28 17:14:47','2026-01-28 17:14:47','b2957e2a-8314-4ee8-a643-de3b705a0638'),
(105523,7,20847,NULL,605,3,'2026-01-28 17:14:47','2026-01-28 17:14:47','1baf67ec-e116-40d9-9212-dde4ebc5b7f2'),
(105524,7,20847,NULL,9552,4,'2026-01-28 17:14:47','2026-01-28 17:14:47','da09a117-dd83-47f1-9d79-c2881483b99c'),
(105525,82,20847,NULL,491,1,'2026-01-28 17:14:47','2026-01-28 17:14:47','dc7989dc-9394-4586-97e4-4f7c519fb674'),
(105526,47,20847,NULL,14954,1,'2026-01-28 17:14:47','2026-01-28 17:14:47','ef6b8c29-c172-439d-944d-f458182f5750'),
(105527,57,20847,NULL,545,1,'2026-01-28 17:14:47','2026-01-28 17:14:47','9bb2741c-fced-474f-833a-6b1977b33f16'),
(105528,57,20847,NULL,137,2,'2026-01-28 17:14:47','2026-01-28 17:14:47','9d5feac5-a483-45e0-a914-0f3affdbabb1'),
(105529,57,20847,NULL,138,3,'2026-01-28 17:14:47','2026-01-28 17:14:47','fc98d515-4a98-45cb-b1e1-ba08acadf42d'),
(105530,57,20847,NULL,136,4,'2026-01-28 17:14:47','2026-01-28 17:14:47','f430b935-a099-414c-9032-e61563b0f9b0'),
(105645,32,20891,NULL,2610,1,'2026-01-28 19:08:34','2026-01-28 19:08:34','1596a8b9-19f0-4f8f-91d5-02200f3afb5b'),
(105646,32,20891,NULL,2598,2,'2026-01-28 19:08:34','2026-01-28 19:08:34','d75b2af8-e803-41c1-bb8e-4267cd8f4618'),
(105647,32,20891,NULL,2608,3,'2026-01-28 19:08:34','2026-01-28 19:08:34','3559ca49-7960-4866-acf5-f04e2382b28a'),
(105648,32,20891,NULL,2600,4,'2026-01-28 19:08:34','2026-01-28 19:08:34','e41be561-cf1f-4b7c-9f7f-f6832fa28964'),
(105649,32,20891,NULL,2596,5,'2026-01-28 19:08:34','2026-01-28 19:08:34','7f5b6c06-ce85-4339-b95d-61b6ec0738ba'),
(105650,32,20891,NULL,2602,6,'2026-01-28 19:08:34','2026-01-28 19:08:34','cda16f47-1aff-47fe-a21b-042f2f861472'),
(105651,32,20891,NULL,2604,7,'2026-01-28 19:08:34','2026-01-28 19:08:34','d9ae7eb5-43e4-473f-91ae-ee4c7eaea7f0'),
(105652,32,20891,NULL,2606,8,'2026-01-28 19:08:34','2026-01-28 19:08:34','356408dd-cad6-49cc-89da-f0520b86fdec'),
(105653,32,20891,NULL,2612,9,'2026-01-28 19:08:34','2026-01-28 19:08:34','8da580ae-2c4d-43ac-8d1b-896d2d60e15c'),
(105654,16,20891,NULL,10219,1,'2026-01-28 19:08:34','2026-01-28 19:08:34','09701487-6c68-442c-ba71-e47a390bc9f9'),
(105655,7,20891,NULL,601,1,'2026-01-28 19:08:34','2026-01-28 19:08:34','60234b42-902d-44fe-ad82-89663e3d5a3a'),
(105656,7,20891,NULL,2974,2,'2026-01-28 19:08:34','2026-01-28 19:08:34','deef039c-0838-41d6-9fcb-7868655d7dad'),
(105657,7,20891,NULL,617,3,'2026-01-28 19:08:34','2026-01-28 19:08:34','5f7e6728-1146-40f8-9616-3017d63e0c7c'),
(105658,7,20891,NULL,9732,4,'2026-01-28 19:08:34','2026-01-28 19:08:34','22b38c8d-ed81-4070-a43b-19225a9ddb2b'),
(105659,7,20891,NULL,9735,5,'2026-01-28 19:08:34','2026-01-28 19:08:34','36c5ad84-fbd4-45ef-8619-ddc95617dbe8'),
(105660,7,20891,NULL,9552,6,'2026-01-28 19:08:34','2026-01-28 19:08:34','8885a7a3-e079-4bb8-ada3-72de7a5c9f41'),
(105661,7,20891,NULL,605,7,'2026-01-28 19:08:34','2026-01-28 19:08:34','b403c58a-f1d8-4d1a-a0ad-acf5d983046f'),
(105662,82,20891,NULL,491,1,'2026-01-28 19:08:34','2026-01-28 19:08:34','c4499fa7-a198-4860-ae6b-15570c018cb0'),
(105663,47,20891,NULL,15023,1,'2026-01-28 19:08:34','2026-01-28 19:08:34','6e9f5fbf-9157-4958-9b4d-f70e4c9e052b'),
(105664,57,20891,NULL,10220,1,'2026-01-28 19:08:34','2026-01-28 19:08:34','6718e5cd-94fe-450a-b3ca-843459b37361'),
(105665,57,20891,NULL,10224,2,'2026-01-28 19:08:34','2026-01-28 19:08:34','39f07c18-ce9f-4d22-bec7-54fbf8c700e1'),
(105666,57,20891,NULL,10221,3,'2026-01-28 19:08:34','2026-01-28 19:08:34','2d081573-75d6-4b0a-a88a-8be6f0fcd194'),
(105667,57,20891,NULL,10222,4,'2026-01-28 19:08:34','2026-01-28 19:08:34','c8d9fb26-1993-40ed-925e-8844d40dc6d5'),
(105668,57,20891,NULL,10225,5,'2026-01-28 19:08:34','2026-01-28 19:08:34','c0a8329b-6189-4158-9430-db146c716f38'),
(105669,57,20891,NULL,10226,6,'2026-01-28 19:08:34','2026-01-28 19:08:34','b888f120-21a1-4acf-8e26-e8082ace28cc'),
(105670,57,20891,NULL,10228,7,'2026-01-28 19:08:34','2026-01-28 19:08:34','62af7f36-7e39-47c3-955b-720a5c99e69c'),
(105671,57,20891,NULL,10229,8,'2026-01-28 19:08:34','2026-01-28 19:08:34','96730f5f-0d9d-4dc8-86b3-73bc22203468'),
(105672,57,20891,NULL,10232,9,'2026-01-28 19:08:34','2026-01-28 19:08:34','5ba5fa97-c6f7-43fb-bd42-10855c3fae11'),
(105673,57,20891,NULL,10233,10,'2026-01-28 19:08:34','2026-01-28 19:08:34','fcfa3a4b-40aa-4a4c-8d05-dfc35310036b'),
(105674,57,20891,NULL,10234,11,'2026-01-28 19:08:34','2026-01-28 19:08:34','cfdfc204-5c0a-4aeb-9014-0700a91d1a0c'),
(105675,57,20891,NULL,10236,12,'2026-01-28 19:08:34','2026-01-28 19:08:34','2529559d-30a7-4241-98dd-395841ab0f05'),
(105676,57,20891,NULL,10237,13,'2026-01-28 19:08:34','2026-01-28 19:08:34','40c0975f-0e31-4d07-9130-f65cef7102e0'),
(105677,57,20891,NULL,10238,14,'2026-01-28 19:08:34','2026-01-28 19:08:34','b3171f4f-a17c-427e-a4c7-7efb3418b49d'),
(105678,57,20891,NULL,10240,15,'2026-01-28 19:08:34','2026-01-28 19:08:34','30c17925-13db-4533-8464-6653378398b1'),
(105705,32,20895,NULL,2610,1,'2026-01-28 19:11:00','2026-01-28 19:11:00','807f11d8-ce4f-482f-a27a-21cd9dd98075'),
(105706,32,20895,NULL,2598,2,'2026-01-28 19:11:00','2026-01-28 19:11:00','9463317f-075d-4c71-85bc-ef46da7bab5f'),
(105707,32,20895,NULL,2600,3,'2026-01-28 19:11:00','2026-01-28 19:11:00','45d872cf-690e-4d55-827f-17057fddae6e'),
(105708,32,20895,NULL,2602,4,'2026-01-28 19:11:00','2026-01-28 19:11:00','701ea9b8-be65-47c7-9cf3-028434ef6478'),
(105709,32,20895,NULL,2604,5,'2026-01-28 19:11:00','2026-01-28 19:11:00','d2369eda-cc94-4394-95cc-aa52ccb609a4'),
(105710,32,20895,NULL,2608,6,'2026-01-28 19:11:00','2026-01-28 19:11:00','622e3473-c24b-4ced-ab6f-4c89b98ab590'),
(105711,32,20895,NULL,2596,7,'2026-01-28 19:11:00','2026-01-28 19:11:00','e7198568-dc79-4fb7-9f44-ac2425d35b4a'),
(105712,32,20895,NULL,2606,8,'2026-01-28 19:11:00','2026-01-28 19:11:00','f0719af8-adab-4194-bdc3-8c3f5b370ca4'),
(105713,32,20895,NULL,2612,9,'2026-01-28 19:11:00','2026-01-28 19:11:00','670f36dc-5b68-4585-995c-0d0b29eeb4c0'),
(105714,16,20895,NULL,8178,1,'2026-01-28 19:11:00','2026-01-28 19:11:00','e8b6f6e7-ac15-4f93-86fc-8a9c1299ad8a'),
(105715,7,20895,NULL,3468,1,'2026-01-28 19:11:00','2026-01-28 19:11:00','72cc3000-4f14-459d-8d57-059121308f92'),
(105716,7,20895,NULL,601,2,'2026-01-28 19:11:00','2026-01-28 19:11:00','4a0d2f99-2189-4ff0-ac54-73cf7e6f4188'),
(105717,7,20895,NULL,2974,3,'2026-01-28 19:11:00','2026-01-28 19:11:00','da573ada-9d35-47d1-8e86-00f42dda5c7b'),
(105718,7,20895,NULL,9640,4,'2026-01-28 19:11:00','2026-01-28 19:11:00','d6d96f9c-84cb-4c22-aee9-76653644b9c1'),
(105719,7,20895,NULL,617,5,'2026-01-28 19:11:00','2026-01-28 19:11:00','a28408d7-e95b-4614-8bf1-6c3350d59da6'),
(105720,7,20895,NULL,9724,6,'2026-01-28 19:11:00','2026-01-28 19:11:00','fabecb63-de96-40fe-a0c3-592343f0b374'),
(105721,7,20895,NULL,605,7,'2026-01-28 19:11:00','2026-01-28 19:11:00','2e505130-e3f6-438e-9da0-41628b646828'),
(105722,7,20895,NULL,9552,8,'2026-01-28 19:11:00','2026-01-28 19:11:00','8e4d5bf5-3aa0-4585-88e2-0da7bc385c0c'),
(105723,82,20895,NULL,491,1,'2026-01-28 19:11:00','2026-01-28 19:11:00','a10d4e80-c1cf-45db-bab0-2f8162d8f038'),
(105724,47,20895,NULL,12425,1,'2026-01-28 19:11:00','2026-01-28 19:11:00','9ed9d36c-eb06-4b06-8277-cdec12f2b819'),
(105725,57,20895,NULL,8175,1,'2026-01-28 19:11:00','2026-01-28 19:11:00','4ef7eaa2-6133-4e5c-a26b-1053e081268f'),
(105726,57,20895,NULL,8194,2,'2026-01-28 19:11:00','2026-01-28 19:11:00','1a8fbaa7-fd77-4539-b705-3c6a9c8ca6b3'),
(105727,57,20895,NULL,8174,3,'2026-01-28 19:11:00','2026-01-28 19:11:00','85b144a7-e566-453c-b367-0684cd1e2460'),
(105728,57,20895,NULL,8177,4,'2026-01-28 19:11:00','2026-01-28 19:11:00','ce368dea-de94-4cd2-a945-fffaaac54c0c'),
(105759,32,20919,NULL,2614,1,'2026-01-28 20:18:01','2026-01-28 20:18:01','a398554b-f352-49bf-9027-3bea47ce9745'),
(105760,32,20919,NULL,2610,2,'2026-01-28 20:18:01','2026-01-28 20:18:01','184abd9f-fd8a-4a47-9878-697f4ac15e0f'),
(105761,32,20919,NULL,2598,3,'2026-01-28 20:18:01','2026-01-28 20:18:01','65c6ad75-3c95-4ed2-afad-199b87d62a90'),
(105762,32,20919,NULL,2608,4,'2026-01-28 20:18:01','2026-01-28 20:18:01','2c3278f4-8dd0-41a2-8960-8b00e45a7718'),
(105763,32,20919,NULL,2600,5,'2026-01-28 20:18:01','2026-01-28 20:18:01','646e7d34-ed86-40e5-827e-537e6a81e5fd'),
(105764,32,20919,NULL,2596,6,'2026-01-28 20:18:01','2026-01-28 20:18:01','08e5c464-4b18-4d95-b491-faa5119374d1'),
(105765,32,20919,NULL,2602,7,'2026-01-28 20:18:01','2026-01-28 20:18:01','f6c7f903-4b19-42c1-b106-58507f2cdb3e'),
(105766,32,20919,NULL,2604,8,'2026-01-28 20:18:01','2026-01-28 20:18:01','94cf7b63-8d87-4788-8496-6e9ecebdd7bf'),
(105767,32,20919,NULL,2606,9,'2026-01-28 20:18:01','2026-01-28 20:18:01','3c18cbb4-6bb9-4bee-b7c1-62a3c7f4e011'),
(105768,32,20919,NULL,2612,10,'2026-01-28 20:18:01','2026-01-28 20:18:01','8428e105-8721-4bcc-afad-a7327541f1a5'),
(105769,16,20919,NULL,7791,1,'2026-01-28 20:18:01','2026-01-28 20:18:01','dba91436-bb48-4146-99fd-84926fefd153'),
(105770,7,20919,NULL,601,1,'2026-01-28 20:18:01','2026-01-28 20:18:01','496bb808-33e6-47da-b892-99e68c10551c'),
(105771,7,20919,NULL,9735,2,'2026-01-28 20:18:01','2026-01-28 20:18:01','0c92424c-36b0-4da7-9874-6768d3846685'),
(105772,7,20919,NULL,617,3,'2026-01-28 20:18:01','2026-01-28 20:18:01','b34d8403-c812-49f6-a9de-0cbe4e0bb66e'),
(105773,7,20919,NULL,9640,4,'2026-01-28 20:18:01','2026-01-28 20:18:01','2139e08d-76d1-4dcb-b262-dcb494331677'),
(105774,7,20919,NULL,2974,5,'2026-01-28 20:18:01','2026-01-28 20:18:01','e62b70bc-371a-49e1-bc57-05cf7c0f469d'),
(105775,7,20919,NULL,605,6,'2026-01-28 20:18:01','2026-01-28 20:18:01','fdff49d6-47e2-4e0a-a636-f49fe33a842e'),
(105776,7,20919,NULL,9549,7,'2026-01-28 20:18:01','2026-01-28 20:18:01','9ff324d7-45bb-4da3-bad0-979477f13094'),
(105777,7,20919,NULL,9552,8,'2026-01-28 20:18:01','2026-01-28 20:18:01','19b77ba2-7331-42dc-8ee6-af1a104b41d0'),
(105778,47,20919,NULL,14975,1,'2026-01-28 20:18:01','2026-01-28 20:18:01','29859937-ac8b-4527-8894-3c01f3123f4d'),
(105779,57,20919,NULL,7829,1,'2026-01-28 20:18:01','2026-01-28 20:18:01','a994c511-80dc-44ae-bc3e-e75a2fa243eb'),
(105780,57,20919,NULL,7830,2,'2026-01-28 20:18:01','2026-01-28 20:18:01','078710be-134c-4307-b0ee-7e65e28d1298'),
(105781,57,20919,NULL,7833,3,'2026-01-28 20:18:01','2026-01-28 20:18:01','64ab069a-8826-4818-86f5-75f8e325db8b'),
(105782,57,20919,NULL,7831,4,'2026-01-28 20:18:01','2026-01-28 20:18:01','bca1edac-8cee-44dc-8918-8f638fb9feb1'),
(105783,57,20919,NULL,7826,5,'2026-01-28 20:18:01','2026-01-28 20:18:01','bade456b-d5de-41bb-acd7-36868bc8d289'),
(105784,57,20919,NULL,7828,6,'2026-01-28 20:18:01','2026-01-28 20:18:01','9154e847-388c-4e78-bc7a-0babf1e48b6a'),
(105785,57,20919,NULL,7827,7,'2026-01-28 20:18:01','2026-01-28 20:18:01','68584785-1085-45ec-a5f2-65a3c2e9288c'),
(105786,57,20919,NULL,7832,8,'2026-01-28 20:18:01','2026-01-28 20:18:01','e34b8a3a-d0bc-4376-98cd-31e25dcca953'),
(105815,32,20924,NULL,2610,1,'2026-01-28 20:18:14','2026-01-28 20:18:14','970aa6c9-acd8-48ba-932d-0a9682402b97'),
(105816,32,20924,NULL,2598,2,'2026-01-28 20:18:14','2026-01-28 20:18:14','83e5a5ff-7bfc-47d1-8684-f0acf25a07fb'),
(105817,32,20924,NULL,2608,3,'2026-01-28 20:18:14','2026-01-28 20:18:14','77cc46cc-1e03-4f7f-935e-2796436f98fd'),
(105818,32,20924,NULL,2600,4,'2026-01-28 20:18:14','2026-01-28 20:18:14','74167a28-b7a3-42bf-8220-adb2b1d321d5'),
(105819,32,20924,NULL,2596,5,'2026-01-28 20:18:14','2026-01-28 20:18:14','349205fa-2458-4a82-bdca-29e982b81b23'),
(105820,32,20924,NULL,2602,6,'2026-01-28 20:18:14','2026-01-28 20:18:14','e28efb3a-8ae2-4aef-9bc8-4fb7bff88907'),
(105821,32,20924,NULL,2604,7,'2026-01-28 20:18:14','2026-01-28 20:18:14','030f35a0-841b-4c03-995d-f887c110ee2e'),
(105822,32,20924,NULL,2606,8,'2026-01-28 20:18:14','2026-01-28 20:18:14','79046735-ad07-40b7-93af-478a76dd5d9b'),
(105823,32,20924,NULL,2612,9,'2026-01-28 20:18:14','2026-01-28 20:18:14','00210f2c-6133-44d6-a5a2-26d9d74742b5'),
(105824,83,20924,NULL,951,1,'2026-01-28 20:18:14','2026-01-28 20:18:14','a8833960-91fb-489e-b246-48ae632cbe8a'),
(105825,16,20924,NULL,7700,1,'2026-01-28 20:18:14','2026-01-28 20:18:14','878541d1-7188-4583-ad71-0a01fd3cffa7'),
(105826,7,20924,NULL,6547,1,'2026-01-28 20:18:14','2026-01-28 20:18:14','004f33f9-32c4-45cd-84cd-cb7a4a484e94'),
(105827,7,20924,NULL,601,2,'2026-01-28 20:18:14','2026-01-28 20:18:14','e49d485d-8dd8-4fd2-8f4a-a2845d884902'),
(105828,7,20924,NULL,2972,3,'2026-01-28 20:18:14','2026-01-28 20:18:14','755f5a62-089b-483e-8aee-f42f8e31c949'),
(105829,7,20924,NULL,2974,4,'2026-01-28 20:18:14','2026-01-28 20:18:14','73f3c04a-4c67-499f-a80a-fe8d8e5308ab'),
(105830,7,20924,NULL,617,5,'2026-01-28 20:18:14','2026-01-28 20:18:14','6330303a-04ed-43ab-9d40-6d4dfb9c25e6'),
(105831,7,20924,NULL,605,6,'2026-01-28 20:18:14','2026-01-28 20:18:14','66f24747-dfef-4e9b-97df-ef888b28115b'),
(105832,7,20924,NULL,9552,7,'2026-01-28 20:18:14','2026-01-28 20:18:14','c32dab94-aeef-4c7a-9cbd-17ffcf5fc570'),
(105833,82,20924,NULL,491,1,'2026-01-28 20:18:14','2026-01-28 20:18:14','d89f6942-7829-4bfd-9e05-746f1ebdef11'),
(105834,47,20924,NULL,14958,1,'2026-01-28 20:18:14','2026-01-28 20:18:14','d4fc4555-32bf-4bbf-b8e6-15db10c3f8f6'),
(105835,57,20924,NULL,4842,1,'2026-01-28 20:18:14','2026-01-28 20:18:14','256b9a13-cffc-447a-8a0d-91105369ad6e'),
(105836,57,20924,NULL,4841,2,'2026-01-28 20:18:14','2026-01-28 20:18:14','ff85dbfa-d78c-4cd7-815b-583eab5c8635'),
(105837,57,20924,NULL,4846,3,'2026-01-28 20:18:14','2026-01-28 20:18:14','0ac2b4db-f02e-4db9-8eed-e75c1531893d'),
(105838,57,20924,NULL,4845,4,'2026-01-28 20:18:14','2026-01-28 20:18:14','7d8a5662-6b6a-46d8-95ed-561419683599'),
(105839,57,20924,NULL,4844,5,'2026-01-28 20:18:14','2026-01-28 20:18:14','2c8a9e72-3fd6-4cb0-b04a-2c320425ab4d'),
(105840,57,20924,NULL,4843,6,'2026-01-28 20:18:14','2026-01-28 20:18:14','5f3cb10d-8805-430e-a894-99e91b278263'),
(105872,32,20937,NULL,2610,1,'2026-01-28 20:22:26','2026-01-28 20:22:26','898a23b1-4c00-451d-a614-8bbd9eae1ff5'),
(105873,32,20937,NULL,2598,2,'2026-01-28 20:22:26','2026-01-28 20:22:26','07dd83fd-675d-43f0-b42b-41fdca259a0f'),
(105874,32,20937,NULL,2624,3,'2026-01-28 20:22:26','2026-01-28 20:22:26','460891da-ac38-4b85-bad7-101741344f93'),
(105875,32,20937,NULL,2600,4,'2026-01-28 20:22:26','2026-01-28 20:22:26','0262595e-8556-4507-bdc0-b9681f1d2069'),
(105876,32,20937,NULL,2596,5,'2026-01-28 20:22:26','2026-01-28 20:22:26','9b4adf72-7faa-4c24-94c3-39998f07ae5e'),
(105877,32,20937,NULL,2602,6,'2026-01-28 20:22:26','2026-01-28 20:22:26','e79e2b9f-5687-43f5-9353-d5989841c376'),
(105878,32,20937,NULL,2606,7,'2026-01-28 20:22:26','2026-01-28 20:22:26','804751a4-8cd2-4e0d-aaff-3647ac441077'),
(105879,32,20937,NULL,2612,8,'2026-01-28 20:22:26','2026-01-28 20:22:26','f0e20b6e-c8a0-47bf-99ab-e9a70b9e6dd7'),
(105880,32,20937,NULL,2604,9,'2026-01-28 20:22:26','2026-01-28 20:22:26','3d2a679d-9ddd-4a32-ba95-39df39a62fea'),
(105881,32,20937,NULL,2608,10,'2026-01-28 20:22:26','2026-01-28 20:22:26','64f62aca-dfa1-49c5-9d6c-525e344a3e5b'),
(105882,16,20937,NULL,11819,1,'2026-01-28 20:22:26','2026-01-28 20:22:26','36fce0e7-9532-47a5-8d0a-9345f6af4f53'),
(105883,7,20937,NULL,2969,1,'2026-01-28 20:22:26','2026-01-28 20:22:26','2a5c9b4d-b6f8-4ceb-a2ea-db5f769b65fe'),
(105884,7,20937,NULL,617,2,'2026-01-28 20:22:26','2026-01-28 20:22:26','e2d82072-f205-4c74-967c-8984b5cd2418'),
(105885,7,20937,NULL,605,3,'2026-01-28 20:22:26','2026-01-28 20:22:26','926c1eb5-bdb8-41dd-8577-fa460ab6cab5'),
(105886,7,20937,NULL,9552,4,'2026-01-28 20:22:26','2026-01-28 20:22:26','6190b468-b259-4672-839b-550f72c437d9'),
(105887,82,20937,NULL,491,1,'2026-01-28 20:22:26','2026-01-28 20:22:26','85c2e22e-ec47-4744-ae04-89fe8e0df647'),
(105888,46,20937,NULL,2891,1,'2026-01-28 20:22:26','2026-01-28 20:22:26','39b6fa59-32c1-48df-900d-44c6e21cf9e5'),
(105889,47,20937,NULL,14967,1,'2026-01-28 20:22:26','2026-01-28 20:22:26','ef957977-275d-474b-a0e6-020cf7dee2c1'),
(105890,57,20937,NULL,4927,1,'2026-01-28 20:22:26','2026-01-28 20:22:26','e7744fd9-0cfb-4452-812d-6acafc25d10b'),
(105891,57,20937,NULL,7772,2,'2026-01-28 20:22:26','2026-01-28 20:22:26','925fe7fb-a3d4-4f6e-ac26-8d3d60fb987d'),
(105892,57,20937,NULL,4931,3,'2026-01-28 20:22:26','2026-01-28 20:22:26','294ea348-4fb3-44fb-9215-6416630a83ea'),
(105893,57,20937,NULL,4930,4,'2026-01-28 20:22:26','2026-01-28 20:22:26','f86955ad-830e-4ccf-a823-28123af4bab9'),
(105894,57,20937,NULL,4932,5,'2026-01-28 20:22:26','2026-01-28 20:22:26','597784e7-b320-44dc-a47d-3cd73c87d733'),
(105895,57,20937,NULL,4933,6,'2026-01-28 20:22:26','2026-01-28 20:22:26','c8bae4f5-e88b-4562-8e49-acc1412f82ff'),
(105896,57,20937,NULL,4934,7,'2026-01-28 20:22:26','2026-01-28 20:22:26','a1e94873-7eb0-471d-9e01-0cc84cb87aa2'),
(105897,57,20937,NULL,4935,8,'2026-01-28 20:22:26','2026-01-28 20:22:26','2b1dbd6c-ec90-4888-ab04-e327fcd716db'),
(105898,57,20937,NULL,7739,9,'2026-01-28 20:22:26','2026-01-28 20:22:26','fdcff396-5931-4e11-9f38-9318e137ee51'),
(105899,57,20937,NULL,7740,10,'2026-01-28 20:22:26','2026-01-28 20:22:26','4d95f203-efbb-4eb6-826d-154ebe664ff5'),
(105900,57,20937,NULL,7741,11,'2026-01-28 20:22:26','2026-01-28 20:22:26','9c65761e-04d9-46fe-8ed0-6989e87d7afa'),
(105928,32,20954,NULL,2610,1,'2026-01-28 20:27:59','2026-01-28 20:27:59','51b1c28c-2492-4d97-a2a8-bc358b6fec00'),
(105929,32,20954,NULL,2598,2,'2026-01-28 20:27:59','2026-01-28 20:27:59','04a7dd43-287d-41fb-ac02-184be2682755'),
(105930,32,20954,NULL,2600,3,'2026-01-28 20:27:59','2026-01-28 20:27:59','f2f90a97-905b-4a7a-a0aa-2e320857fcd6'),
(105931,32,20954,NULL,2596,4,'2026-01-28 20:27:59','2026-01-28 20:27:59','a4b9b1d5-4bf4-4d04-8136-cc3c9ac8c925'),
(105932,32,20954,NULL,2602,5,'2026-01-28 20:27:59','2026-01-28 20:27:59','5c88e2d2-6f53-483a-beed-af40e5849a16'),
(105933,32,20954,NULL,2604,6,'2026-01-28 20:27:59','2026-01-28 20:27:59','e657b1f8-3eaf-4bba-9641-5dbb9d987d33'),
(105934,32,20954,NULL,2608,7,'2026-01-28 20:27:59','2026-01-28 20:27:59','873f61b0-53eb-4ba5-a7d6-d9f662f7d5ef'),
(105935,32,20954,NULL,2606,8,'2026-01-28 20:27:59','2026-01-28 20:27:59','081c9fe0-2a3e-4e72-9c5f-d074f268dc91'),
(105936,32,20954,NULL,2612,9,'2026-01-28 20:27:59','2026-01-28 20:27:59','a3479fd8-7a86-4469-9603-3b154b6b65fd'),
(105937,16,20954,NULL,9354,1,'2026-01-28 20:27:59','2026-01-28 20:27:59','2a202e7c-cd7c-4636-ab99-b581679f4098'),
(105938,7,20954,NULL,6547,1,'2026-01-28 20:27:59','2026-01-28 20:27:59','a87676cf-691f-4b95-a64e-729d0218ed13'),
(105939,7,20954,NULL,601,2,'2026-01-28 20:27:59','2026-01-28 20:27:59','3c359aeb-7f0c-4bcb-9936-ca5c4a804e11'),
(105940,7,20954,NULL,3093,3,'2026-01-28 20:27:59','2026-01-28 20:27:59','344e13e8-d7d9-4d2b-9df4-523a3e66d779'),
(105941,7,20954,NULL,617,4,'2026-01-28 20:27:59','2026-01-28 20:27:59','0fd44eb5-778c-4d65-8ab4-aa6420516209'),
(105942,7,20954,NULL,605,5,'2026-01-28 20:27:59','2026-01-28 20:27:59','10e963ec-2506-4333-b52e-4430d32f1fc7'),
(105943,7,20954,NULL,9552,6,'2026-01-28 20:27:59','2026-01-28 20:27:59','feafcd89-c2eb-4564-a8db-9e2acc55533d'),
(105944,82,20954,NULL,491,1,'2026-01-28 20:27:59','2026-01-28 20:27:59','f88f1ec9-8309-4eaa-9a3c-029ab6dd7acb'),
(105945,47,20954,NULL,14970,1,'2026-01-28 20:27:59','2026-01-28 20:27:59','763c9d61-152a-4d64-ae1d-78859ea4ec19'),
(105946,57,20954,NULL,7778,1,'2026-01-28 20:27:59','2026-01-28 20:27:59','76e42729-6bbe-4231-9948-249ac7f2a706'),
(105947,57,20954,NULL,7779,2,'2026-01-28 20:27:59','2026-01-28 20:27:59','c6805415-87d7-49ab-94f1-770811908896'),
(105948,57,20954,NULL,7780,3,'2026-01-28 20:27:59','2026-01-28 20:27:59','61d3bfa0-0d7a-42c4-9bfd-0618f39683cc'),
(105949,57,20954,NULL,7781,4,'2026-01-28 20:27:59','2026-01-28 20:27:59','335ce158-c5b7-4516-ad3e-bcb3e830d59b'),
(105950,57,20954,NULL,7783,5,'2026-01-28 20:27:59','2026-01-28 20:27:59','5018c883-9175-4d78-9cea-dcf9a7c750f3'),
(105951,57,20954,NULL,7784,6,'2026-01-28 20:27:59','2026-01-28 20:27:59','49d9ee22-00c6-4817-826f-4b7b08727302'),
(105952,57,20954,NULL,7785,7,'2026-01-28 20:27:59','2026-01-28 20:27:59','ddf6a470-2da1-4c42-8c4a-8fe13123ed69'),
(105983,32,20962,NULL,2614,1,'2026-01-28 20:28:29','2026-01-28 20:28:29','d1cf95cf-7629-46ee-82bd-c4057f4e8e1b'),
(105984,32,20962,NULL,2610,2,'2026-01-28 20:28:29','2026-01-28 20:28:29','25a04c50-9dcd-49b0-830f-7f8cf18f9c86'),
(105985,32,20962,NULL,2598,3,'2026-01-28 20:28:29','2026-01-28 20:28:29','e7d37c5d-a690-4af7-a383-0f7f09ddfc52'),
(105986,32,20962,NULL,2608,4,'2026-01-28 20:28:29','2026-01-28 20:28:29','11b3d41c-edec-4e2d-9f1b-1db7e8a15fda'),
(105987,32,20962,NULL,2600,5,'2026-01-28 20:28:29','2026-01-28 20:28:29','72d0756f-6f65-4d01-9d74-4151c78232f7'),
(105988,32,20962,NULL,2596,6,'2026-01-28 20:28:29','2026-01-28 20:28:29','a130f959-83a1-4875-9366-00d3497bf569'),
(105989,32,20962,NULL,2602,7,'2026-01-28 20:28:29','2026-01-28 20:28:29','501c1353-9542-43bb-aa4a-3a2e9cf35f99'),
(105990,32,20962,NULL,2604,8,'2026-01-28 20:28:29','2026-01-28 20:28:29','ed951b8b-7389-49fc-8c09-04ee055b7198'),
(105991,32,20962,NULL,2606,9,'2026-01-28 20:28:29','2026-01-28 20:28:29','c2d3d741-5a80-449d-948a-5e46480345e6'),
(105992,32,20962,NULL,2612,10,'2026-01-28 20:28:29','2026-01-28 20:28:29','928fa7dc-6757-48fc-9531-06afadb31d38'),
(105993,16,20962,NULL,7791,1,'2026-01-28 20:28:29','2026-01-28 20:28:29','f1a9309e-b123-48f3-a2a8-1a34fa190f63'),
(105994,7,20962,NULL,601,1,'2026-01-28 20:28:29','2026-01-28 20:28:29','fc9da4e8-bdb4-41e1-b194-9a892bf07d69'),
(105995,7,20962,NULL,9735,2,'2026-01-28 20:28:29','2026-01-28 20:28:29','88baddaa-5a1f-47be-80ed-4af3848273fc'),
(105996,7,20962,NULL,617,3,'2026-01-28 20:28:29','2026-01-28 20:28:29','72a05c2b-08a7-4730-907d-80bfc7b70ae4'),
(105997,7,20962,NULL,9640,4,'2026-01-28 20:28:29','2026-01-28 20:28:29','360ec040-41a0-4999-a7e2-1c23c1de6b95'),
(105998,7,20962,NULL,2974,5,'2026-01-28 20:28:29','2026-01-28 20:28:29','729ca472-b709-41fd-ad53-c5b122e879f0'),
(105999,7,20962,NULL,605,6,'2026-01-28 20:28:29','2026-01-28 20:28:29','9275de56-bd2f-418a-88f6-089e0acca70a'),
(106000,7,20962,NULL,9549,7,'2026-01-28 20:28:29','2026-01-28 20:28:29','0f56ce26-104f-4d52-bf76-88abac685cb9'),
(106001,7,20962,NULL,9552,8,'2026-01-28 20:28:29','2026-01-28 20:28:29','f97fb75d-1a37-47e6-8629-2fc4b2134c29'),
(106002,47,20962,NULL,14975,1,'2026-01-28 20:28:29','2026-01-28 20:28:29','0fd0fcf9-55cd-4b84-ba06-7851404f24b0'),
(106003,57,20962,NULL,7829,1,'2026-01-28 20:28:29','2026-01-28 20:28:29','62b4519a-debb-4a2b-a934-c5b2fe11072c'),
(106004,57,20962,NULL,7830,2,'2026-01-28 20:28:29','2026-01-28 20:28:29','5aa7a0fe-44cf-4f99-ac51-56e8e5b652b4'),
(106005,57,20962,NULL,7833,3,'2026-01-28 20:28:29','2026-01-28 20:28:29','62af7947-5def-4146-94e7-ca34d130e73c'),
(106006,57,20962,NULL,7831,4,'2026-01-28 20:28:29','2026-01-28 20:28:29','b630f9a0-99f4-45ca-84b5-5390d1475ae0'),
(106007,57,20962,NULL,7826,5,'2026-01-28 20:28:29','2026-01-28 20:28:29','85e706ef-f32f-407e-9ec5-1ff692bcba7a'),
(106008,57,20962,NULL,7828,6,'2026-01-28 20:28:29','2026-01-28 20:28:29','b963a817-477e-4202-b75d-9a5383934535'),
(106009,57,20962,NULL,7827,7,'2026-01-28 20:28:29','2026-01-28 20:28:29','da4835c5-196f-41f0-87c4-af3130a6673c'),
(106010,57,20962,NULL,7832,8,'2026-01-28 20:28:29','2026-01-28 20:28:29','d67202c0-caa2-456f-aa76-8166890316b6'),
(106035,32,20971,NULL,2614,1,'2026-01-28 20:32:04','2026-01-28 20:32:04','c24b24fd-44df-42b7-bd8b-287ab09ce987'),
(106036,32,20971,NULL,2610,2,'2026-01-28 20:32:04','2026-01-28 20:32:04','56860c47-766c-49bd-b215-909c902ba60b'),
(106037,32,20971,NULL,2598,3,'2026-01-28 20:32:04','2026-01-28 20:32:04','9df127de-e600-48b6-b122-5f834bf02a65'),
(106038,32,20971,NULL,2608,4,'2026-01-28 20:32:04','2026-01-28 20:32:04','b00fff06-1733-4622-b37f-893bf77a0dbf'),
(106039,32,20971,NULL,2600,5,'2026-01-28 20:32:04','2026-01-28 20:32:04','07af7857-711a-4e02-a178-35c1fd378e10'),
(106040,32,20971,NULL,2596,6,'2026-01-28 20:32:04','2026-01-28 20:32:04','bd148bc1-c0b6-4947-b46e-3f915bf9d04b'),
(106041,32,20971,NULL,2602,7,'2026-01-28 20:32:04','2026-01-28 20:32:04','2f1d7d9d-d84a-45eb-a5c8-d215d24b465e'),
(106042,32,20971,NULL,2604,8,'2026-01-28 20:32:04','2026-01-28 20:32:04','fead8f5c-05ac-4b2f-957e-3adc67a54764'),
(106043,32,20971,NULL,2606,9,'2026-01-28 20:32:04','2026-01-28 20:32:04','ad492402-62e1-444d-8298-13a6a5019248'),
(106044,32,20971,NULL,2612,10,'2026-01-28 20:32:04','2026-01-28 20:32:04','443cb3d0-72ec-445d-b4d4-773e0db69712'),
(106045,16,20971,NULL,3158,1,'2026-01-28 20:32:04','2026-01-28 20:32:04','a1dc7690-d67f-4c16-9163-85af695ec7d5'),
(106046,7,20971,NULL,601,1,'2026-01-28 20:32:04','2026-01-28 20:32:04','6ba92d1c-82be-4993-b081-562d3271aebf'),
(106047,7,20971,NULL,2974,2,'2026-01-28 20:32:04','2026-01-28 20:32:04','5be74e0b-043f-4811-8bde-e470adaba6fb'),
(106048,7,20971,NULL,617,3,'2026-01-28 20:32:04','2026-01-28 20:32:04','3a593fd0-13cf-4033-b2d9-c0a88fab3f4b'),
(106049,7,20971,NULL,605,4,'2026-01-28 20:32:04','2026-01-28 20:32:04','d28b37ee-cf2a-4344-a7b7-8e01a130d4c9'),
(106050,7,20971,NULL,9552,5,'2026-01-28 20:32:04','2026-01-28 20:32:04','4bfb9eaf-4100-4643-889b-30a922a6bf74'),
(106051,47,20971,NULL,14983,1,'2026-01-28 20:32:04','2026-01-28 20:32:04','c407f57b-084f-49ea-bc4e-23874cfd7d58'),
(106052,57,20971,NULL,7838,1,'2026-01-28 20:32:04','2026-01-28 20:32:04','ea6d79db-1118-43a0-aee4-74fc48c3995b'),
(106053,57,20971,NULL,7840,2,'2026-01-28 20:32:04','2026-01-28 20:32:04','9de77d26-57c0-427b-994e-1a85ac069e15'),
(106054,57,20971,NULL,7839,3,'2026-01-28 20:32:04','2026-01-28 20:32:04','713bbc90-e354-40b1-bb86-7579699fd8e2'),
(106055,57,20971,NULL,7841,4,'2026-01-28 20:32:04','2026-01-28 20:32:04','1f58ba39-7086-4fd1-9f2f-efd4da6d8d3c'),
(106056,57,20971,NULL,7842,5,'2026-01-28 20:32:04','2026-01-28 20:32:04','95e96f34-1931-4743-8ca9-2f6f0ca61393'),
(106081,32,20976,NULL,2614,1,'2026-01-28 20:32:16','2026-01-28 20:32:16','2d371661-77e9-456d-ae5b-a3af5b3432b9'),
(106082,32,20976,NULL,2610,2,'2026-01-28 20:32:16','2026-01-28 20:32:16','78d8a24b-63d0-4e44-8698-2c1f9e297b23'),
(106083,32,20976,NULL,2598,3,'2026-01-28 20:32:16','2026-01-28 20:32:16','3e24fa3e-c857-491a-9a10-8d561b984392'),
(106084,32,20976,NULL,2608,4,'2026-01-28 20:32:16','2026-01-28 20:32:16','576d676d-06d2-453e-a9e1-9e13a10fa870'),
(106085,32,20976,NULL,2600,5,'2026-01-28 20:32:16','2026-01-28 20:32:16','d13cb5f9-c851-49c3-bb6d-1cbc0cfc5889'),
(106086,32,20976,NULL,2596,6,'2026-01-28 20:32:16','2026-01-28 20:32:16','4df262a1-6381-4cb7-8501-16629a258025'),
(106087,32,20976,NULL,2602,7,'2026-01-28 20:32:16','2026-01-28 20:32:16','d14af4d6-cabd-465d-a007-de9459d385a1'),
(106088,32,20976,NULL,2604,8,'2026-01-28 20:32:16','2026-01-28 20:32:16','3ef8c54f-3939-42f5-8a46-3c8f43d69e02'),
(106089,32,20976,NULL,2606,9,'2026-01-28 20:32:16','2026-01-28 20:32:16','055e2cdc-4005-40da-a719-1719ab92542e'),
(106090,32,20976,NULL,2612,10,'2026-01-28 20:32:16','2026-01-28 20:32:16','a1316de5-3267-46d3-94d0-f4aa5c062975'),
(106091,16,20976,NULL,3158,1,'2026-01-28 20:32:16','2026-01-28 20:32:16','8063aa86-587f-4b8e-a025-c33625a0e1e3'),
(106092,7,20976,NULL,601,1,'2026-01-28 20:32:16','2026-01-28 20:32:16','bc79dc09-c8f4-4afb-b9d0-2e546f1de1f9'),
(106093,7,20976,NULL,2974,2,'2026-01-28 20:32:16','2026-01-28 20:32:16','78dd7409-44f8-4cac-89a5-9e6b80c73ab4'),
(106094,7,20976,NULL,617,3,'2026-01-28 20:32:16','2026-01-28 20:32:16','6608aeca-5a00-49e2-b077-dd39c4d59425'),
(106095,7,20976,NULL,605,4,'2026-01-28 20:32:16','2026-01-28 20:32:16','0710ccfd-48e8-459c-bf5f-1c1d4ef7b5b1'),
(106096,7,20976,NULL,9552,5,'2026-01-28 20:32:16','2026-01-28 20:32:16','5fff3b84-0fa1-4d10-94e3-6045fd89a927'),
(106097,47,20976,NULL,14983,1,'2026-01-28 20:32:16','2026-01-28 20:32:16','3bb167a2-eebd-499b-9dea-14219db2ff38'),
(106098,57,20976,NULL,7838,1,'2026-01-28 20:32:16','2026-01-28 20:32:16','0b087fa6-daef-451c-82fc-04c145ff783d'),
(106099,57,20976,NULL,7840,2,'2026-01-28 20:32:16','2026-01-28 20:32:16','0103fb60-791e-4739-bf64-5f1ac3e34d5b'),
(106100,57,20976,NULL,7839,3,'2026-01-28 20:32:16','2026-01-28 20:32:16','aa2f6163-493d-4a91-820f-ec0290b7f127'),
(106101,57,20976,NULL,7841,4,'2026-01-28 20:32:16','2026-01-28 20:32:16','8df97dc5-4cf8-4e57-a1bf-e7bf4c217752'),
(106102,57,20976,NULL,7842,5,'2026-01-28 20:32:16','2026-01-28 20:32:16','f0d409bc-6f49-4d00-b884-ba59f4cc86dd'),
(106125,32,20978,NULL,2610,1,'2026-01-28 20:32:39','2026-01-28 20:32:39','c8ba4a63-4aab-406b-b872-f2b1e46b499b'),
(106126,32,20978,NULL,2598,2,'2026-01-28 20:32:39','2026-01-28 20:32:39','20f5d2c3-1990-41ae-ad41-258d439c203a'),
(106127,32,20978,NULL,2600,3,'2026-01-28 20:32:39','2026-01-28 20:32:39','ccdfa76a-b965-4dc3-939d-77199b7b3dd9'),
(106128,32,20978,NULL,2596,4,'2026-01-28 20:32:39','2026-01-28 20:32:39','19236342-d8db-41d3-883d-3ddbbd5a4d3e'),
(106129,32,20978,NULL,2602,5,'2026-01-28 20:32:39','2026-01-28 20:32:39','126c7511-11cb-478a-b7f7-89ea59287d05'),
(106130,32,20978,NULL,2604,6,'2026-01-28 20:32:39','2026-01-28 20:32:39','33254cb2-a125-45ef-8009-825018a310a7'),
(106131,32,20978,NULL,2608,7,'2026-01-28 20:32:39','2026-01-28 20:32:39','207f3351-1fc6-4436-be6c-8ebfaab6f2b3'),
(106132,32,20978,NULL,2606,8,'2026-01-28 20:32:39','2026-01-28 20:32:39','78a10505-ebb4-44ce-9f93-bf764ac437a2'),
(106133,32,20978,NULL,2612,9,'2026-01-28 20:32:39','2026-01-28 20:32:39','c36f2cd2-7645-42a0-aa30-d5eff2b0e91b'),
(106134,16,20978,NULL,7850,1,'2026-01-28 20:32:39','2026-01-28 20:32:39','85d486b1-5e40-458a-b6cd-a578a5dc089b'),
(106135,7,20978,NULL,601,1,'2026-01-28 20:32:39','2026-01-28 20:32:39','7489e1a9-fb78-4cb7-9f86-2dea74bddef7'),
(106136,7,20978,NULL,617,2,'2026-01-28 20:32:39','2026-01-28 20:32:39','d3a7d8f3-01f0-4c4b-8e94-27c75e001a0d'),
(106137,7,20978,NULL,605,3,'2026-01-28 20:32:39','2026-01-28 20:32:39','e8d8fb0e-46cd-4bd3-9a2b-5fbfb09eeab1'),
(106138,7,20978,NULL,9552,4,'2026-01-28 20:32:39','2026-01-28 20:32:39','a0c52cb3-4704-4f66-907d-b64fe87de1a4'),
(106139,82,20978,NULL,491,1,'2026-01-28 20:32:39','2026-01-28 20:32:39','0b3d35bb-e74e-4887-ae01-a3833f29e2a7'),
(106140,47,20978,NULL,14999,1,'2026-01-28 20:32:39','2026-01-28 20:32:39','ff08904f-23ff-4847-bd27-30b934974e72'),
(106141,57,20978,NULL,7851,1,'2026-01-28 20:32:39','2026-01-28 20:32:39','d39c4c74-c5c9-46c9-9b59-b7d45f88beaf'),
(106142,57,20978,NULL,7853,2,'2026-01-28 20:32:39','2026-01-28 20:32:39','27e5f4bf-4d6c-40dc-97d6-f0a3bd99a875'),
(106143,57,20978,NULL,7852,3,'2026-01-28 20:32:39','2026-01-28 20:32:39','25cf3e59-5743-402e-9f18-41769d9b6672'),
(106144,57,20978,NULL,3377,4,'2026-01-28 20:32:39','2026-01-28 20:32:39','c9da55cf-3ce3-4d25-9d65-8495b7e2a98a'),
(106172,32,20985,NULL,2614,1,'2026-01-28 20:34:12','2026-01-28 20:34:12','146c0ad4-a84c-4a98-9451-e998b099f28b'),
(106173,32,20985,NULL,2610,2,'2026-01-28 20:34:12','2026-01-28 20:34:12','48ad8e6b-f4ea-4159-a55d-16b2de8abbe2'),
(106174,32,20985,NULL,2598,3,'2026-01-28 20:34:12','2026-01-28 20:34:12','1c205893-fa8f-47db-9710-19635b6fa2bb'),
(106175,32,20985,NULL,2600,4,'2026-01-28 20:34:12','2026-01-28 20:34:12','cd37747d-3d25-46cf-b06d-f556d5c4ecc7'),
(106176,32,20985,NULL,2596,5,'2026-01-28 20:34:12','2026-01-28 20:34:12','fec8fb1e-5a63-40af-8ba3-30a8b97dd8de'),
(106177,32,20985,NULL,2602,6,'2026-01-28 20:34:12','2026-01-28 20:34:12','d65c1314-6d41-4113-aa60-ff848ac63910'),
(106178,32,20985,NULL,2606,7,'2026-01-28 20:34:12','2026-01-28 20:34:12','6c6660f8-655c-41ee-bb34-d9e66848f122'),
(106179,32,20985,NULL,2604,8,'2026-01-28 20:34:12','2026-01-28 20:34:12','234a9ee3-ab90-4060-8d83-1f7f4bceacb2'),
(106180,32,20985,NULL,2608,9,'2026-01-28 20:34:12','2026-01-28 20:34:12','ce816eb1-4bf2-43c7-bd87-5435f12758b1'),
(106181,32,20985,NULL,2612,10,'2026-01-28 20:34:12','2026-01-28 20:34:12','675c0b68-d48d-41fe-9a13-9584a1d34cd2'),
(106182,16,20985,NULL,3425,1,'2026-01-28 20:34:12','2026-01-28 20:34:12','3a88d078-8c59-4510-ac9b-6e1b605fc405'),
(106183,7,20985,NULL,601,1,'2026-01-28 20:34:12','2026-01-28 20:34:12','0e77ded4-90d7-44d5-8cc6-6e0656c10dfa'),
(106184,7,20985,NULL,617,2,'2026-01-28 20:34:12','2026-01-28 20:34:12','24685ac4-d65a-4733-a9ab-d2dadfa577f6'),
(106185,7,20985,NULL,605,3,'2026-01-28 20:34:12','2026-01-28 20:34:12','b7ab1df3-eeac-46e2-862b-13b16be39971'),
(106186,7,20985,NULL,9552,4,'2026-01-28 20:34:12','2026-01-28 20:34:12','60aa0a4d-17b4-47a1-9b97-ad27f7f75c30'),
(106187,82,20985,NULL,491,1,'2026-01-28 20:34:12','2026-01-28 20:34:12','93835c01-6e6d-475d-8033-24ae51ca7e63'),
(106188,46,20985,NULL,7381,1,'2026-01-28 20:34:12','2026-01-28 20:34:12','0faee098-8752-44a3-857b-377c6771bbfd'),
(106189,47,20985,NULL,15002,1,'2026-01-28 20:34:12','2026-01-28 20:34:12','d8715d1e-9120-46aa-a8e3-548628738f4b'),
(106190,57,20985,NULL,7862,1,'2026-01-28 20:34:12','2026-01-28 20:34:12','354c5a65-5049-484a-820c-2b82870171f1'),
(106191,57,20985,NULL,7858,2,'2026-01-28 20:34:12','2026-01-28 20:34:12','2e0f1de4-9d73-48a4-b08e-b3d71d861111'),
(106192,57,20985,NULL,7864,3,'2026-01-28 20:34:12','2026-01-28 20:34:12','48b14a44-c45f-476c-9323-197a4c125cac'),
(106193,57,20985,NULL,7859,4,'2026-01-28 20:34:12','2026-01-28 20:34:12','f5f8c3e4-1cb1-432b-810e-f7af2d5a8ee4'),
(106194,57,20985,NULL,7861,5,'2026-01-28 20:34:12','2026-01-28 20:34:12','dc340852-3758-4e0a-aaff-8343f2fb21bc'),
(106195,57,20985,NULL,7863,6,'2026-01-28 20:34:12','2026-01-28 20:34:12','44fcf22a-c1ed-4b50-83ec-69d23d2d9c73'),
(106196,57,20985,NULL,7860,7,'2026-01-28 20:34:12','2026-01-28 20:34:12','76298fac-dcdc-4c97-97a5-5ac77959ede6'),
(106226,32,20992,NULL,2610,1,'2026-01-28 20:34:25','2026-01-28 20:34:25','6676b00c-2375-4b56-9a3d-2d076d05bb6e'),
(106227,32,20992,NULL,2598,2,'2026-01-28 20:34:25','2026-01-28 20:34:25','22ea9294-7da1-4657-b4e2-1fe2be31368b'),
(106228,32,20992,NULL,2600,3,'2026-01-28 20:34:25','2026-01-28 20:34:25','2cc32555-3fec-4964-adfd-2a1cbbbe8f32'),
(106229,32,20992,NULL,2596,4,'2026-01-28 20:34:25','2026-01-28 20:34:25','b2e66dbe-f1d4-480b-9d8b-88fc76e64520'),
(106230,32,20992,NULL,2602,5,'2026-01-28 20:34:25','2026-01-28 20:34:25','871d57e0-c0f5-49a8-a09c-8bc9224562d0'),
(106231,32,20992,NULL,2604,6,'2026-01-28 20:34:25','2026-01-28 20:34:25','09a13557-00ad-4d65-8e14-fe58e4c5629c'),
(106232,32,20992,NULL,2608,7,'2026-01-28 20:34:25','2026-01-28 20:34:25','ffc52706-1aef-44a0-8d59-21e08626b4ee'),
(106233,32,20992,NULL,2606,8,'2026-01-28 20:34:25','2026-01-28 20:34:25','47ca8c34-0374-4d68-b3a5-1108c9e579cc'),
(106234,32,20992,NULL,2612,9,'2026-01-28 20:34:25','2026-01-28 20:34:25','3452e087-b3a0-4851-8f3a-7162d085987a'),
(106235,16,20992,NULL,7871,1,'2026-01-28 20:34:25','2026-01-28 20:34:25','52ecdf46-557d-4270-9958-4d6e2c5ea199'),
(106236,7,20992,NULL,6547,1,'2026-01-28 20:34:25','2026-01-28 20:34:25','447399ae-1dad-4c6d-a539-db2b08a60aa3'),
(106237,7,20992,NULL,601,2,'2026-01-28 20:34:25','2026-01-28 20:34:25','1ac9622b-5f82-4557-ab3e-4222010a75ac'),
(106238,7,20992,NULL,617,3,'2026-01-28 20:34:25','2026-01-28 20:34:25','acfd663e-5402-474e-be4b-f0fc70f41d0a'),
(106239,7,20992,NULL,9724,4,'2026-01-28 20:34:25','2026-01-28 20:34:25','d5163dfd-3ebf-4eb3-ae22-155e8ed9a256'),
(106240,7,20992,NULL,2974,5,'2026-01-28 20:34:25','2026-01-28 20:34:25','8976a37e-9624-4887-be87-783afd912486'),
(106241,7,20992,NULL,9640,6,'2026-01-28 20:34:25','2026-01-28 20:34:25','352da026-5200-4d4e-8354-4ac4d60fec6c'),
(106242,7,20992,NULL,605,7,'2026-01-28 20:34:25','2026-01-28 20:34:25','2ee0f764-bd4d-449b-bfa9-f299d50e606d'),
(106243,7,20992,NULL,9552,8,'2026-01-28 20:34:25','2026-01-28 20:34:25','af33c515-a3a5-41b4-85f2-7e6095fbf295'),
(106244,82,20992,NULL,491,1,'2026-01-28 20:34:25','2026-01-28 20:34:25','c691bf91-e7a7-469a-9be8-3b5c3f33ce4a'),
(106245,46,20992,NULL,7369,1,'2026-01-28 20:34:25','2026-01-28 20:34:25','f1a21bfb-4684-468d-9bcc-a60607567465'),
(106246,47,20992,NULL,15005,1,'2026-01-28 20:34:25','2026-01-28 20:34:25','e4361478-9da6-4ee2-9843-0763a6a8a740'),
(106247,57,20992,NULL,7870,1,'2026-01-28 20:34:25','2026-01-28 20:34:25','c658b10e-54a7-414a-a888-4bb9c4c7caa9'),
(106248,57,20992,NULL,7869,2,'2026-01-28 20:34:25','2026-01-28 20:34:25','7285935e-ff7a-4884-bf6d-5cc106664a05'),
(106249,57,20992,NULL,7868,3,'2026-01-28 20:34:25','2026-01-28 20:34:25','58d79f32-e444-464a-86c0-2784d796159d'),
(106250,57,20992,NULL,7874,4,'2026-01-28 20:34:25','2026-01-28 20:34:25','9c83f6f6-0198-4698-b8a6-bd5ad381a0ff'),
(106251,57,20992,NULL,7873,5,'2026-01-28 20:34:25','2026-01-28 20:34:25','9d93d90b-7395-4add-96d1-1098d58f0d67'),
(106252,57,20992,NULL,3467,6,'2026-01-28 20:34:25','2026-01-28 20:34:25','47521cc2-0129-4faa-9199-1d9a7580cc55'),
(106253,57,20992,NULL,7872,7,'2026-01-28 20:34:25','2026-01-28 20:34:25','0ace7450-8b39-485b-ac3e-5229e7b39773'),
(106277,32,21002,NULL,2610,1,'2026-01-28 20:36:40','2026-01-28 20:36:40','462115cd-b669-480f-aae2-0c0ed5acbe1c'),
(106278,32,21002,NULL,2598,2,'2026-01-28 20:36:40','2026-01-28 20:36:40','be216fae-298b-4591-a52b-adc74d6c97dd'),
(106279,32,21002,NULL,2608,3,'2026-01-28 20:36:40','2026-01-28 20:36:40','fee5dcce-dd7c-4049-a458-6b879bce3d38'),
(106280,32,21002,NULL,2600,4,'2026-01-28 20:36:40','2026-01-28 20:36:40','4bd001fc-e77d-44d8-85cc-94c8b6941819'),
(106281,32,21002,NULL,2596,5,'2026-01-28 20:36:40','2026-01-28 20:36:40','82be9c12-f465-43ad-bd90-7994f3ee2e29'),
(106282,32,21002,NULL,2602,6,'2026-01-28 20:36:40','2026-01-28 20:36:40','c093687c-50cd-4c67-a42c-549c7ae08703'),
(106283,32,21002,NULL,2612,7,'2026-01-28 20:36:40','2026-01-28 20:36:40','605b2625-0a12-474c-bbbe-c9f85f37c3e9'),
(106284,32,21002,NULL,2604,8,'2026-01-28 20:36:40','2026-01-28 20:36:40','395f3db0-c795-4628-bd13-f72f6f849b14'),
(106285,32,21002,NULL,2606,9,'2026-01-28 20:36:40','2026-01-28 20:36:40','78c9df25-7b8a-4dfc-a500-266480d968bc'),
(106286,16,21002,NULL,7881,1,'2026-01-28 20:36:40','2026-01-28 20:36:40','9ab883a4-4404-47eb-97db-c259fc8c6322'),
(106287,7,21002,NULL,601,1,'2026-01-28 20:36:40','2026-01-28 20:36:40','f8346e71-1d0e-42dc-bd4d-7d99aefaaa1d'),
(106288,7,21002,NULL,605,2,'2026-01-28 20:36:40','2026-01-28 20:36:40','f50ca029-d1f8-44e8-ad25-4b39beefc1b3'),
(106289,7,21002,NULL,617,3,'2026-01-28 20:36:40','2026-01-28 20:36:40','8551d87c-bde8-4b39-9d5e-a0dc919c9de0'),
(106290,7,21002,NULL,2974,4,'2026-01-28 20:36:40','2026-01-28 20:36:40','a9f4f23d-772d-48b0-8dca-7caf184ebca8'),
(106291,7,21002,NULL,9552,5,'2026-01-28 20:36:40','2026-01-28 20:36:40','b31e08e0-7af7-4fe9-b48c-f353e7c80e04'),
(106292,82,21002,NULL,491,1,'2026-01-28 20:36:40','2026-01-28 20:36:40','65c21f9a-7001-46b5-9af5-06b348645137'),
(106293,47,21002,NULL,15008,1,'2026-01-28 20:36:40','2026-01-28 20:36:40','7a5e9b88-b7ee-42bc-aaab-0b4be2ee8630'),
(106294,57,21002,NULL,7883,1,'2026-01-28 20:36:40','2026-01-28 20:36:40','cfa6b585-1730-430a-a49d-5776ebebfa25'),
(106295,57,21002,NULL,7886,2,'2026-01-28 20:36:40','2026-01-28 20:36:40','c721153d-8905-4993-a004-c06302f4b86d'),
(106296,57,21002,NULL,7885,3,'2026-01-28 20:36:40','2026-01-28 20:36:40','ea52ba8e-1d15-4c32-bb54-b8ba1bc70915'),
(106297,57,21002,NULL,7882,4,'2026-01-28 20:36:40','2026-01-28 20:36:40','db819d94-1cb8-4d3a-8ea4-182caab3228e'),
(106298,57,21002,NULL,7884,5,'2026-01-28 20:36:40','2026-01-28 20:36:40','3ddd6b4d-b1bc-4fda-966a-6ec6070cc032'),
(106323,32,21023,NULL,2610,1,'2026-01-28 21:29:25','2026-01-28 21:29:25','8cf71156-2a8f-451c-b583-5a0966b27fbd'),
(106324,32,21023,NULL,2598,2,'2026-01-28 21:29:25','2026-01-28 21:29:25','a12a4d4d-c628-4683-83bc-3b7d44984c7c'),
(106325,32,21023,NULL,2608,3,'2026-01-28 21:29:25','2026-01-28 21:29:25','410effdb-26a2-471e-bf50-f0c7a304ea01'),
(106326,32,21023,NULL,2600,4,'2026-01-28 21:29:25','2026-01-28 21:29:25','e4be0742-a878-4cfe-bc16-95d6799e64c3'),
(106327,32,21023,NULL,2596,5,'2026-01-28 21:29:25','2026-01-28 21:29:25','20e00674-9690-458f-9f23-6e2042c6d2f1'),
(106328,32,21023,NULL,2602,6,'2026-01-28 21:29:25','2026-01-28 21:29:25','f0de17fb-c001-4063-ae60-de62c170dcd2'),
(106329,32,21023,NULL,2604,7,'2026-01-28 21:29:25','2026-01-28 21:29:25','14a086bc-7287-40c8-bb28-cf06519ba77d'),
(106330,32,21023,NULL,2606,8,'2026-01-28 21:29:25','2026-01-28 21:29:25','1ae9e4c1-8d8c-473a-b6c9-d565059ed54b'),
(106331,32,21023,NULL,2612,9,'2026-01-28 21:29:25','2026-01-28 21:29:25','9a1b924d-e1a5-4321-a5fb-1fc300fbafa0'),
(106332,16,21023,NULL,7891,1,'2026-01-28 21:29:25','2026-01-28 21:29:25','d6a49eca-9641-4c21-a04f-433c6f56cdd2'),
(106333,7,21023,NULL,601,1,'2026-01-28 21:29:25','2026-01-28 21:29:25','de06e914-d758-40d9-a09b-eb26c820a1f4'),
(106334,7,21023,NULL,2974,2,'2026-01-28 21:29:25','2026-01-28 21:29:25','11821654-ad7e-4ae5-b1ac-83c0a2d8d826'),
(106335,7,21023,NULL,617,3,'2026-01-28 21:29:25','2026-01-28 21:29:25','9102a824-08bd-43d7-902a-98cc3320ce36'),
(106336,7,21023,NULL,9732,4,'2026-01-28 21:29:25','2026-01-28 21:29:25','f7d5c942-1c7f-46a9-8c1b-29e5613d2c75'),
(106337,7,21023,NULL,605,5,'2026-01-28 21:29:25','2026-01-28 21:29:25','5d5faa55-10ec-472a-b6f3-7f837699b0d8'),
(106338,7,21023,NULL,9552,6,'2026-01-28 21:29:25','2026-01-28 21:29:25','ee89a6bf-c8d5-4168-b779-026d352ddc34'),
(106339,82,21023,NULL,491,1,'2026-01-28 21:29:25','2026-01-28 21:29:25','3bd0ea83-a87e-4c92-9087-15ec47d69c6c'),
(106340,47,21023,NULL,15011,1,'2026-01-28 21:29:25','2026-01-28 21:29:25','7f132fdb-d4df-48dc-adb2-5366a151890c'),
(106341,57,21023,NULL,7893,1,'2026-01-28 21:29:25','2026-01-28 21:29:25','c5e94b48-5fe8-4ea6-a667-8948725896e7'),
(106342,57,21023,NULL,7892,2,'2026-01-28 21:29:25','2026-01-28 21:29:25','9e7572ee-fd26-45c7-ba86-9f7f559e07e9'),
(106343,57,21023,NULL,7894,3,'2026-01-28 21:29:25','2026-01-28 21:29:25','6948b096-98fb-4f61-bbeb-4be4e2b0b6a7'),
(106344,57,21023,NULL,7901,4,'2026-01-28 21:29:25','2026-01-28 21:29:25','a14da807-3725-4456-9101-f65d703db581'),
(106374,32,21040,NULL,2610,1,'2026-01-28 21:34:03','2026-01-28 21:34:03','ffd09d0b-74ea-4ca7-813c-52a1f2f2f5df'),
(106375,32,21040,NULL,2598,2,'2026-01-28 21:34:03','2026-01-28 21:34:03','9b41b350-960b-421a-8edd-0724fa0e5af4'),
(106376,32,21040,NULL,2600,3,'2026-01-28 21:34:03','2026-01-28 21:34:03','f04439ab-ac35-4b6d-acd9-811a2822682a'),
(106377,32,21040,NULL,2596,4,'2026-01-28 21:34:03','2026-01-28 21:34:03','9c22a4ae-9cde-4e6b-8dc2-d6a449d724ce'),
(106378,32,21040,NULL,2602,5,'2026-01-28 21:34:03','2026-01-28 21:34:03','bd9abddd-465f-458c-bdc3-6ff52dd22151'),
(106379,32,21040,NULL,2604,6,'2026-01-28 21:34:03','2026-01-28 21:34:03','948d39e4-a7d4-479e-8c9d-6153a0fa5211'),
(106380,32,21040,NULL,2608,7,'2026-01-28 21:34:03','2026-01-28 21:34:03','7b5563f9-0ad5-4187-8e52-e68cecfde561'),
(106381,32,21040,NULL,2606,8,'2026-01-28 21:34:03','2026-01-28 21:34:03','db0975a7-36f9-43ce-ba59-7dab29b80b05'),
(106382,32,21040,NULL,2612,9,'2026-01-28 21:34:03','2026-01-28 21:34:03','9de808c2-3fbf-4146-8b98-1f77e34b7961'),
(106383,16,21040,NULL,5253,1,'2026-01-28 21:34:03','2026-01-28 21:34:03','44b704ea-644c-409a-8b35-8942c2e586b7'),
(106384,7,21040,NULL,601,1,'2026-01-28 21:34:03','2026-01-28 21:34:03','919c2761-42d7-4d09-82ff-f264821aa01f'),
(106385,7,21040,NULL,617,2,'2026-01-28 21:34:03','2026-01-28 21:34:03','6139702b-126b-4c59-829c-f4e8f5a25eec'),
(106386,7,21040,NULL,9727,3,'2026-01-28 21:34:03','2026-01-28 21:34:03','4cbcecd8-b484-4516-bb30-7f002118ed67'),
(106387,7,21040,NULL,9552,4,'2026-01-28 21:34:03','2026-01-28 21:34:03','af97fd69-0828-4aee-ab03-533f1b7da434'),
(106388,7,21040,NULL,605,5,'2026-01-28 21:34:03','2026-01-28 21:34:03','8ee57d95-456f-4d2b-90de-8d29dd76a258'),
(106389,82,21040,NULL,491,1,'2026-01-28 21:34:03','2026-01-28 21:34:03','f2b4382e-09ae-4668-b627-cf7aa791df6d'),
(106390,46,21040,NULL,7379,1,'2026-01-28 21:34:03','2026-01-28 21:34:03','9e0589f2-43a4-469f-aa34-098d03268914'),
(106391,47,21040,NULL,15017,1,'2026-01-28 21:34:03','2026-01-28 21:34:03','83e884ef-f0c9-42de-a9b2-e15066d66da0'),
(106392,57,21040,NULL,7926,1,'2026-01-28 21:34:03','2026-01-28 21:34:03','c707a289-79bd-401c-92fd-7d3d68136b50'),
(106393,57,21040,NULL,7928,2,'2026-01-28 21:34:03','2026-01-28 21:34:03','e1d8f7eb-9a71-4363-a546-c8fea6569175'),
(106394,57,21040,NULL,7927,3,'2026-01-28 21:34:03','2026-01-28 21:34:03','371f7e58-6c4b-44b0-85c4-599a33af817a'),
(106395,57,21040,NULL,7924,4,'2026-01-28 21:34:03','2026-01-28 21:34:03','6e8cbd54-6093-4c73-8fd9-4a4454a5dd55'),
(106396,57,21040,NULL,7925,5,'2026-01-28 21:34:03','2026-01-28 21:34:03','d7954ea9-50fc-46c7-933b-162cb60fbc3d'),
(106397,57,21040,NULL,7923,6,'2026-01-28 21:34:03','2026-01-28 21:34:03','ccf48318-079e-48ae-94b9-59fd71f7088a'),
(106398,57,21040,NULL,7920,7,'2026-01-28 21:34:03','2026-01-28 21:34:03','20adeb71-f756-42a5-855f-4d8913a6c209'),
(106399,57,21040,NULL,7922,8,'2026-01-28 21:34:03','2026-01-28 21:34:03','6e1239f5-bfbd-4776-9192-e02044c617a6'),
(106400,57,21040,NULL,7921,9,'2026-01-28 21:34:03','2026-01-28 21:34:03','84072dd0-8807-42c0-b197-6034a2e6b3d1'),
(106411,16,21046,NULL,7937,1,'2026-01-28 21:34:15','2026-01-28 21:34:15','29143c3d-4734-4956-8dc0-b6a55f9acb55'),
(106412,7,21046,NULL,617,1,'2026-01-28 21:34:15','2026-01-28 21:34:15','0106383c-67e9-44f1-948f-b214daa4569b'),
(106413,7,21046,NULL,605,2,'2026-01-28 21:34:15','2026-01-28 21:34:15','db7ccf85-9de9-4803-91dc-4ab59c01cc2c'),
(106414,7,21046,NULL,9552,3,'2026-01-28 21:34:15','2026-01-28 21:34:15','0801bad9-03ae-4ca9-b8c4-8576ce23bbcd'),
(106415,57,21046,NULL,7939,1,'2026-01-28 21:34:15','2026-01-28 21:34:15','4b2b69a9-0a55-422f-b246-0fbb49ea24e8'),
(106416,57,21046,NULL,7941,2,'2026-01-28 21:34:15','2026-01-28 21:34:15','087085ed-cb13-4b5d-8b63-0ec4ff528a72'),
(106417,57,21046,NULL,7940,3,'2026-01-28 21:34:15','2026-01-28 21:34:15','61f294d7-a187-46d0-861e-ee390e83972d'),
(106418,57,21046,NULL,7938,4,'2026-01-28 21:34:15','2026-01-28 21:34:15','4522342b-da52-4a13-9b77-9c8cfc253959'),
(106455,32,21053,NULL,2610,1,'2026-01-28 21:36:11','2026-01-28 21:36:11','56f0350b-1b95-4287-b9a5-a92dba652fa3'),
(106456,32,21053,NULL,2598,2,'2026-01-28 21:36:11','2026-01-28 21:36:11','3fb4f9d4-3323-4e37-8b74-323402be251b'),
(106457,32,21053,NULL,2608,3,'2026-01-28 21:36:11','2026-01-28 21:36:11','486a70aa-e01c-477c-8d16-e83cde032282'),
(106458,32,21053,NULL,2600,4,'2026-01-28 21:36:11','2026-01-28 21:36:11','6f4501e7-b52e-4873-ade9-882c25bf90d6'),
(106459,32,21053,NULL,2596,5,'2026-01-28 21:36:11','2026-01-28 21:36:11','d9208b1e-cb43-4b7f-8dff-e78fa21eee61'),
(106460,32,21053,NULL,2602,6,'2026-01-28 21:36:11','2026-01-28 21:36:11','adc9eea2-6b28-4227-9493-865d1ee6d3e3'),
(106461,32,21053,NULL,2604,7,'2026-01-28 21:36:11','2026-01-28 21:36:11','07581039-4a7c-4efd-b183-d5f4c4445744'),
(106462,32,21053,NULL,2606,8,'2026-01-28 21:36:11','2026-01-28 21:36:11','37a5bc50-ed31-458c-8c37-25d3415e0bf0'),
(106463,32,21053,NULL,2612,9,'2026-01-28 21:36:11','2026-01-28 21:36:11','fc079d3f-432f-4698-9833-d8a4016bec52'),
(106464,16,21053,NULL,10219,1,'2026-01-28 21:36:11','2026-01-28 21:36:11','5173c9e0-8252-41b7-ab9d-1a7d9ac17287'),
(106465,7,21053,NULL,601,1,'2026-01-28 21:36:11','2026-01-28 21:36:11','ed3be50a-ff1f-4e8f-95f6-fb4cc904860f'),
(106466,7,21053,NULL,2974,2,'2026-01-28 21:36:11','2026-01-28 21:36:11','3de2b3c0-4389-4e9e-a883-ae270029a5be'),
(106467,7,21053,NULL,617,3,'2026-01-28 21:36:11','2026-01-28 21:36:11','1841855c-c4ae-4429-b8bb-6a6284a1926e'),
(106468,7,21053,NULL,9732,4,'2026-01-28 21:36:11','2026-01-28 21:36:11','87b79eed-0690-4c9c-a6f5-7aa2f595058f'),
(106469,7,21053,NULL,9735,5,'2026-01-28 21:36:11','2026-01-28 21:36:11','f97a6820-1146-4107-b103-733d0afc8099'),
(106470,7,21053,NULL,9552,6,'2026-01-28 21:36:11','2026-01-28 21:36:11','15a398ac-7b3d-49ef-b608-007b4c613751'),
(106471,7,21053,NULL,605,7,'2026-01-28 21:36:11','2026-01-28 21:36:11','24f92679-6ddb-4cd2-ab21-ad92a5c4078b'),
(106472,82,21053,NULL,491,1,'2026-01-28 21:36:11','2026-01-28 21:36:11','aa0ab0db-cacd-4195-ae3b-864159e3b418'),
(106473,47,21053,NULL,15023,1,'2026-01-28 21:36:11','2026-01-28 21:36:11','c8861760-6f8c-4eb3-b1c6-4a8ea35128aa'),
(106474,57,21053,NULL,10220,1,'2026-01-28 21:36:11','2026-01-28 21:36:11','930d286a-6404-4dcf-858a-73c5a3f0fa12'),
(106475,57,21053,NULL,10224,2,'2026-01-28 21:36:11','2026-01-28 21:36:11','abacbc24-298a-4758-9c9b-f5690a44346c'),
(106476,57,21053,NULL,10221,3,'2026-01-28 21:36:11','2026-01-28 21:36:11','fcc16d8b-8e97-4677-88bf-9624ff19d43d'),
(106477,57,21053,NULL,10222,4,'2026-01-28 21:36:11','2026-01-28 21:36:11','d0f338a2-b247-41e8-981d-f26dfc53c65f'),
(106478,57,21053,NULL,10225,5,'2026-01-28 21:36:11','2026-01-28 21:36:11','9bc88742-3c7e-4c0c-8f6f-702ed651856b'),
(106479,57,21053,NULL,10226,6,'2026-01-28 21:36:11','2026-01-28 21:36:11','2dd00c1f-2ca9-4fcc-86e4-3ecda818966b'),
(106480,57,21053,NULL,10228,7,'2026-01-28 21:36:11','2026-01-28 21:36:11','577574de-00bb-4114-b527-b186ac5111f8'),
(106481,57,21053,NULL,10229,8,'2026-01-28 21:36:11','2026-01-28 21:36:11','82f32057-a0b1-4cff-bb44-d07e7f425899'),
(106482,57,21053,NULL,10232,9,'2026-01-28 21:36:11','2026-01-28 21:36:11','1eb2d73e-25b3-43ed-ab6a-a74da31fd5bc'),
(106483,57,21053,NULL,10233,10,'2026-01-28 21:36:11','2026-01-28 21:36:11','65182391-486b-459a-8147-950a4684dd3f'),
(106484,57,21053,NULL,10234,11,'2026-01-28 21:36:11','2026-01-28 21:36:11','4b0abf59-8a2e-4ba7-8ac2-37f90f163767'),
(106485,57,21053,NULL,10236,12,'2026-01-28 21:36:11','2026-01-28 21:36:11','d415c507-8746-46aa-8973-553fff85d0d6'),
(106486,57,21053,NULL,10237,13,'2026-01-28 21:36:11','2026-01-28 21:36:11','4c344b0d-7c4c-4523-902d-a67ff43d53db'),
(106487,57,21053,NULL,10238,14,'2026-01-28 21:36:11','2026-01-28 21:36:11','89d42fb8-5ebb-4b2e-9cae-9f6f777dc7c3'),
(106488,57,21053,NULL,10240,15,'2026-01-28 21:36:11','2026-01-28 21:36:11','472b192a-e733-4106-91c6-fc815e2eeee8'),
(106490,32,21058,NULL,2610,1,'2026-01-28 21:36:34','2026-01-28 21:36:34','e6eead60-fedd-46e0-8af1-3202908852da'),
(106491,32,21058,NULL,2598,2,'2026-01-28 21:36:34','2026-01-28 21:36:34','7d0961d9-6ec0-435c-af16-35a47a123004'),
(106492,32,21058,NULL,2600,3,'2026-01-28 21:36:34','2026-01-28 21:36:34','6ebcae27-10a1-42ab-8a0b-c89d7c8eae91'),
(106493,32,21058,NULL,2602,4,'2026-01-28 21:36:34','2026-01-28 21:36:34','d1964555-f9e2-48ee-92b5-48d7316269fe'),
(106494,32,21058,NULL,2612,5,'2026-01-28 21:36:34','2026-01-28 21:36:34','9d14e3ee-86dd-4011-8d66-0a4cfcbc87ef'),
(106495,32,21058,NULL,2618,6,'2026-01-28 21:36:34','2026-01-28 21:36:34','6238fb5c-dd14-4ce5-abd7-6616cc00cf53'),
(106496,32,21058,NULL,2604,7,'2026-01-28 21:36:34','2026-01-28 21:36:34','49d157ae-928f-4edb-8969-5a37121e2f21'),
(106497,32,21058,NULL,2608,8,'2026-01-28 21:36:34','2026-01-28 21:36:34','da5478bb-61ad-4d42-af73-c0b299f5f539'),
(106498,32,21058,NULL,2596,9,'2026-01-28 21:36:34','2026-01-28 21:36:34','b19d8480-8be6-4ef0-8f97-dac4dbaa9133'),
(106499,32,21058,NULL,2606,10,'2026-01-28 21:36:34','2026-01-28 21:36:34','424a9f1c-f802-4405-862a-1bc5e13ff094'),
(106500,16,21058,NULL,4829,1,'2026-01-28 21:36:34','2026-01-28 21:36:34','0cf2aea1-1c69-4909-a01a-e16f2eab18cd'),
(106501,7,21058,NULL,3468,1,'2026-01-28 21:36:34','2026-01-28 21:36:34','853a398f-fcb1-4dec-9d94-a6d239184b39'),
(106502,7,21058,NULL,601,2,'2026-01-28 21:36:34','2026-01-28 21:36:34','942feed4-f1b7-465e-a0b1-632d3e36b6c8'),
(106503,7,21058,NULL,617,3,'2026-01-28 21:36:34','2026-01-28 21:36:34','53482462-ea13-4b7a-9ea5-68bc72a110a1'),
(106504,7,21058,NULL,605,4,'2026-01-28 21:36:34','2026-01-28 21:36:34','e00ed760-b1c5-49af-a255-4d6b22c8da6e'),
(106505,7,21058,NULL,9552,5,'2026-01-28 21:36:34','2026-01-28 21:36:34','2b1a139c-b8d1-4755-a95e-42c886b34db7'),
(106506,82,21058,NULL,479,1,'2026-01-28 21:36:34','2026-01-28 21:36:34','637ff684-64b9-4d9d-a69e-26c77e916e1f'),
(106507,82,21058,NULL,491,2,'2026-01-28 21:36:34','2026-01-28 21:36:34','a6abf3f3-dc47-4e34-89e9-184d6856c3d3'),
(106508,46,21058,NULL,3697,1,'2026-01-28 21:36:34','2026-01-28 21:36:34','cb5372bc-1aab-4fd0-a866-56bc3807eeac'),
(106509,47,21058,NULL,12380,1,'2026-01-28 21:36:34','2026-01-28 21:36:34','d781f65c-1ff0-4f34-99b1-0e570f6a2787'),
(106510,57,21058,NULL,4829,1,'2026-01-28 21:36:34','2026-01-28 21:36:34','3612d508-a836-4747-bb4a-9b0eb8203d4b'),
(106511,57,21058,NULL,3689,2,'2026-01-28 21:36:34','2026-01-28 21:36:34','0ac8a958-ce5f-4ce5-8274-f0c182964c06'),
(106512,57,21058,NULL,4826,3,'2026-01-28 21:36:34','2026-01-28 21:36:34','20814e44-399d-4629-b676-25a9ecd2c6f1'),
(106513,57,21058,NULL,4828,4,'2026-01-28 21:36:34','2026-01-28 21:36:34','ea32cbb0-173c-4988-94aa-93120d576d1c'),
(106514,57,21058,NULL,4827,5,'2026-01-28 21:36:34','2026-01-28 21:36:34','513c75a7-848f-4e6c-ba39-49d1aa432289'),
(106541,32,21061,NULL,2614,1,'2026-01-28 21:37:11','2026-01-28 21:37:11','ab3b4e5b-bb00-4b47-909d-5195d24d6889'),
(106542,32,21061,NULL,2610,2,'2026-01-28 21:37:11','2026-01-28 21:37:11','1c03a7f7-afb8-4815-9db4-f6c06901f50c'),
(106543,32,21061,NULL,2598,3,'2026-01-28 21:37:11','2026-01-28 21:37:11','435d108d-db13-47de-ba92-2b8bca73ae3e'),
(106544,32,21061,NULL,2600,4,'2026-01-28 21:37:11','2026-01-28 21:37:11','23f4d842-d4fe-44ba-8555-81b6b56bccb7'),
(106545,32,21061,NULL,2612,5,'2026-01-28 21:37:11','2026-01-28 21:37:11','da43c7d7-516b-457b-bc96-7c07796b8065'),
(106546,32,21061,NULL,2604,6,'2026-01-28 21:37:11','2026-01-28 21:37:11','748a0eaf-0013-478b-8d69-598719dcf649'),
(106547,32,21061,NULL,2608,7,'2026-01-28 21:37:11','2026-01-28 21:37:11','99a76dc6-5f6f-4641-bb44-f6ad8fac8cef'),
(106548,32,21061,NULL,2596,8,'2026-01-28 21:37:11','2026-01-28 21:37:11','e1201408-eac4-495c-8d00-332ad39dbea3'),
(106549,32,21061,NULL,2602,9,'2026-01-28 21:37:11','2026-01-28 21:37:11','f9ee8d3e-1191-40bf-b513-07963a6d82de'),
(106550,32,21061,NULL,2606,10,'2026-01-28 21:37:11','2026-01-28 21:37:11','7a59d3fb-be05-48f3-a0ca-a872c61507a1'),
(106551,16,21061,NULL,3722,1,'2026-01-28 21:37:11','2026-01-28 21:37:11','9d83475f-cee4-4e39-8da4-ca62a7d7f433'),
(106552,7,21061,NULL,3468,1,'2026-01-28 21:37:11','2026-01-28 21:37:11','ce25af1a-0886-4b07-bc09-bb8008f51a7c'),
(106553,7,21061,NULL,601,2,'2026-01-28 21:37:11','2026-01-28 21:37:11','99d5ac6e-4843-4a0e-b774-9c43748dc1d2'),
(106554,7,21061,NULL,9640,3,'2026-01-28 21:37:11','2026-01-28 21:37:11','763a8bb5-9b32-472a-accf-07267a5fcfd3'),
(106555,7,21061,NULL,617,4,'2026-01-28 21:37:11','2026-01-28 21:37:11','23dade48-951f-4e45-abab-da77608bcdde'),
(106556,7,21061,NULL,605,5,'2026-01-28 21:37:11','2026-01-28 21:37:11','2c430eae-5e44-48e9-b88d-cc20a8969f22'),
(106557,7,21061,NULL,9552,6,'2026-01-28 21:37:11','2026-01-28 21:37:11','110a059d-befd-42a2-93df-ab66b6cfe306'),
(106558,7,21061,NULL,9549,7,'2026-01-28 21:37:11','2026-01-28 21:37:11','3b0c4073-aa74-4947-b61b-aec35a33846f'),
(106559,82,21061,NULL,479,1,'2026-01-28 21:37:11','2026-01-28 21:37:11','7752fb12-9b6a-4e12-a6fe-83877a89debe'),
(106560,47,21061,NULL,12386,1,'2026-01-28 21:37:11','2026-01-28 21:37:11','00695491-c556-48a2-975c-46e7932269ff'),
(106561,57,21061,NULL,8024,1,'2026-01-28 21:37:11','2026-01-28 21:37:11','3d23470a-0370-420f-863a-97890620c37d'),
(106562,57,21061,NULL,8025,2,'2026-01-28 21:37:11','2026-01-28 21:37:11','d4a036bb-e921-4b31-96fe-f55de9f8c491'),
(106563,57,21061,NULL,8027,3,'2026-01-28 21:37:11','2026-01-28 21:37:11','5449c7fa-6de8-4bca-ab22-8bf0e6971cda'),
(106564,57,21061,NULL,8026,4,'2026-01-28 21:37:11','2026-01-28 21:37:11','8dc19934-1d7c-4752-85cb-1c60109e0b47'),
(106618,32,21071,NULL,2610,1,'2026-01-28 21:38:39','2026-01-28 21:38:39','d5383179-68d2-44e2-a34c-937d6eb0e60d'),
(106619,32,21071,NULL,2598,2,'2026-01-28 21:38:39','2026-01-28 21:38:39','6abe3e37-f81b-4573-a43d-83f9d46f1a91'),
(106620,32,21071,NULL,2600,3,'2026-01-28 21:38:39','2026-01-28 21:38:39','89154682-879f-4640-9a07-b670d668c949'),
(106621,32,21071,NULL,2602,4,'2026-01-28 21:38:39','2026-01-28 21:38:39','0d15f1ef-847e-4670-8974-73ff6fdd5748'),
(106622,32,21071,NULL,2612,5,'2026-01-28 21:38:39','2026-01-28 21:38:39','a3ba4739-7608-42ad-8323-ef80f6376a96'),
(106623,32,21071,NULL,2618,6,'2026-01-28 21:38:39','2026-01-28 21:38:39','d4ebd511-59a6-4651-ac95-139499dc0973'),
(106624,32,21071,NULL,2604,7,'2026-01-28 21:38:39','2026-01-28 21:38:39','236ec8b1-4882-4937-a1fc-78f90290eba0'),
(106625,32,21071,NULL,2608,8,'2026-01-28 21:38:39','2026-01-28 21:38:39','92cf767a-0433-438c-871e-ff6df0770ce3'),
(106626,32,21071,NULL,2596,9,'2026-01-28 21:38:39','2026-01-28 21:38:39','b5da6412-4552-4e54-9f82-4a9ff80a06c8'),
(106627,32,21071,NULL,2606,10,'2026-01-28 21:38:39','2026-01-28 21:38:39','f93cbec2-49a2-4063-9d83-fe1ddbbacc28'),
(106628,16,21071,NULL,8034,1,'2026-01-28 21:38:39','2026-01-28 21:38:39','2646d2f8-cfab-433c-9cf7-652a60ee0673'),
(106629,7,21071,NULL,6547,1,'2026-01-28 21:38:39','2026-01-28 21:38:39','db82cd23-332b-4f16-94b2-0db5c3111654'),
(106630,7,21071,NULL,601,2,'2026-01-28 21:38:39','2026-01-28 21:38:39','f83cf9d9-cb94-4098-acac-4eb815117d99'),
(106631,7,21071,NULL,2974,3,'2026-01-28 21:38:39','2026-01-28 21:38:39','d31a192b-45ab-4a3a-8425-afa4667a55d6'),
(106632,7,21071,NULL,617,4,'2026-01-28 21:38:39','2026-01-28 21:38:39','ed43494a-fd0b-40d3-bc07-a0cdc84e2dff'),
(106633,7,21071,NULL,9727,5,'2026-01-28 21:38:39','2026-01-28 21:38:39','ca636473-d395-478b-a3b6-17cdcaf427f4'),
(106634,7,21071,NULL,605,6,'2026-01-28 21:38:39','2026-01-28 21:38:39','bfa7d21b-06d4-4ab4-b3f3-f955c05787cc'),
(106635,7,21071,NULL,9552,7,'2026-01-28 21:38:39','2026-01-28 21:38:39','d81c933d-78ef-4aa6-8fb9-88f68d22aefd'),
(106636,82,21071,NULL,479,1,'2026-01-28 21:38:39','2026-01-28 21:38:39','d0bda0c9-3e2b-4450-a06f-3dbfcca8f56e'),
(106637,82,21071,NULL,491,2,'2026-01-28 21:38:39','2026-01-28 21:38:39','94d34bb4-b1b8-4683-b2b9-1ded311588dc'),
(106638,46,21071,NULL,3697,1,'2026-01-28 21:38:39','2026-01-28 21:38:39','8c487f50-d389-440c-a866-a8abd962efc4'),
(106639,47,21071,NULL,12389,1,'2026-01-28 21:38:39','2026-01-28 21:38:39','d9ebc668-b319-4a00-9593-166c415f6855'),
(106640,57,21071,NULL,8033,1,'2026-01-28 21:38:39','2026-01-28 21:38:39','f4325c32-f419-4fcb-8732-b6d3e90ed2dd'),
(106641,57,21071,NULL,8032,2,'2026-01-28 21:38:39','2026-01-28 21:38:39','2fc4b44b-c712-433a-bb1f-7bf53706dec8'),
(106642,57,21071,NULL,8036,3,'2026-01-28 21:38:39','2026-01-28 21:38:39','96447cdb-4ae3-4756-8d22-7c2c1492659a'),
(106643,57,21071,NULL,8035,4,'2026-01-28 21:38:39','2026-01-28 21:38:39','d50494aa-6adc-4e9c-8f78-3f384617f127'),
(106669,32,21077,NULL,2614,1,'2026-01-28 21:38:58','2026-01-28 21:38:58','86479470-8b1d-46e7-9b0c-518824aaf631'),
(106670,32,21077,NULL,2610,2,'2026-01-28 21:38:58','2026-01-28 21:38:58','abedc1d1-8f46-4aaa-96e4-8464894e6b81'),
(106671,32,21077,NULL,2598,3,'2026-01-28 21:38:58','2026-01-28 21:38:58','ab9e7a8a-f115-4300-bf51-aae25d1eef8b'),
(106672,32,21077,NULL,2600,4,'2026-01-28 21:38:58','2026-01-28 21:38:58','58d94574-f53d-475a-b3aa-8b2a01dc5505'),
(106673,32,21077,NULL,2602,5,'2026-01-28 21:38:58','2026-01-28 21:38:58','7239c7c9-7389-417c-91b6-8eebc703b6b3'),
(106674,32,21077,NULL,2604,6,'2026-01-28 21:38:58','2026-01-28 21:38:58','1a8cdee6-35af-4c1b-96d5-32ac3e076806'),
(106675,32,21077,NULL,2608,7,'2026-01-28 21:38:58','2026-01-28 21:38:58','f8633367-45dc-4bec-a578-81122394a8d1'),
(106676,32,21077,NULL,2596,8,'2026-01-28 21:38:58','2026-01-28 21:38:58','85f7c7fe-a8f1-42fd-9722-d0af3fac8017'),
(106677,32,21077,NULL,2606,9,'2026-01-28 21:38:58','2026-01-28 21:38:58','be69e0cb-1f40-45a1-8483-843cb91d9b88'),
(106678,32,21077,NULL,2612,10,'2026-01-28 21:38:58','2026-01-28 21:38:58','374b8047-80b7-4480-bae9-311880c48502'),
(106679,16,21077,NULL,3808,1,'2026-01-28 21:38:58','2026-01-28 21:38:58','ec808829-63fb-448f-9299-4652285cea90'),
(106680,7,21077,NULL,3468,1,'2026-01-28 21:38:58','2026-01-28 21:38:58','496b6b39-377a-4f5f-be20-ccd4a930b091'),
(106681,7,21077,NULL,601,2,'2026-01-28 21:38:58','2026-01-28 21:38:58','f6076e88-3e2a-4e79-af33-177a059ecdce'),
(106682,7,21077,NULL,2972,3,'2026-01-28 21:38:58','2026-01-28 21:38:58','d5d91c36-4732-474a-980a-90e9ba08c389'),
(106683,7,21077,NULL,2974,4,'2026-01-28 21:38:58','2026-01-28 21:38:58','3694e509-6388-41a5-bbf4-2b75bbb9ca34'),
(106684,7,21077,NULL,617,5,'2026-01-28 21:38:58','2026-01-28 21:38:58','118d3d61-9392-4921-8b3c-16799df96460'),
(106685,7,21077,NULL,605,6,'2026-01-28 21:38:58','2026-01-28 21:38:58','e19c2a8a-5e07-4e68-9b59-bdb571160b6a'),
(106686,7,21077,NULL,9552,7,'2026-01-28 21:38:58','2026-01-28 21:38:58','92fba4a7-5e27-4bae-bff4-d94ad86f66fa'),
(106687,82,21077,NULL,479,1,'2026-01-28 21:38:58','2026-01-28 21:38:58','8315c2d8-2d5f-4f87-a2bc-eb9719600146'),
(106688,47,21077,NULL,12391,1,'2026-01-28 21:38:58','2026-01-28 21:38:58','ff4b87dd-3745-4719-be5f-cc30c13b9a08'),
(106689,57,21077,NULL,8052,1,'2026-01-28 21:38:58','2026-01-28 21:38:58','01874e95-2a00-44ec-b137-c2c0f4c5aa75'),
(106690,57,21077,NULL,8054,2,'2026-01-28 21:38:58','2026-01-28 21:38:58','27eb1d7a-262b-4ebc-a727-557305408e5e'),
(106691,57,21077,NULL,8053,3,'2026-01-28 21:38:58','2026-01-28 21:38:58','7af60d3b-5c71-4c66-9d94-9cf5c76d1d8f'),
(106692,57,21077,NULL,8051,4,'2026-01-28 21:38:58','2026-01-28 21:38:58','1cc55b07-1c57-4586-b666-bf2768e69374'),
(106719,32,21081,NULL,2614,1,'2026-01-28 21:39:40','2026-01-28 21:39:40','348f8498-a524-494c-9507-d78ba9cb8701'),
(106720,32,21081,NULL,2610,2,'2026-01-28 21:39:40','2026-01-28 21:39:40','fdd4a2c4-8529-49da-be91-246030d344e9'),
(106721,32,21081,NULL,2598,3,'2026-01-28 21:39:40','2026-01-28 21:39:40','f5f902a3-2819-4921-9c92-63aa13f57ec5'),
(106722,32,21081,NULL,2608,4,'2026-01-28 21:39:40','2026-01-28 21:39:40','d1d080ce-8a7f-4cab-9cde-a187ef7904b6'),
(106723,32,21081,NULL,2600,5,'2026-01-28 21:39:40','2026-01-28 21:39:40','a9ec6930-615e-4d30-897a-66a9d438fe20'),
(106724,32,21081,NULL,2596,6,'2026-01-28 21:39:40','2026-01-28 21:39:40','cd6a58b9-ba4b-4051-a303-a49f002eb51d'),
(106725,32,21081,NULL,2602,7,'2026-01-28 21:39:40','2026-01-28 21:39:40','dd70ddd2-7186-4056-8065-b1a82a07786a'),
(106726,32,21081,NULL,2606,8,'2026-01-28 21:39:40','2026-01-28 21:39:40','f6f43de7-7de5-477e-8d65-ae7027f37ecd'),
(106727,32,21081,NULL,2604,9,'2026-01-28 21:39:40','2026-01-28 21:39:40','ec914219-22ef-4f2c-9aef-feca96868932'),
(106728,32,21081,NULL,2624,10,'2026-01-28 21:39:40','2026-01-28 21:39:40','14cf0193-9d10-43b4-9e8e-4c540b4a9c15'),
(106729,32,21081,NULL,2612,11,'2026-01-28 21:39:40','2026-01-28 21:39:40','62220b2f-8c67-4da6-86d8-782f87fd0269'),
(106730,16,21081,NULL,8081,1,'2026-01-28 21:39:40','2026-01-28 21:39:40','a177938c-27a0-4dc9-ac92-49a78d7e0cb0'),
(106731,7,21081,NULL,3468,1,'2026-01-28 21:39:40','2026-01-28 21:39:40','f949a77b-f616-49c1-b3d5-32159ef59b99'),
(106732,7,21081,NULL,601,2,'2026-01-28 21:39:40','2026-01-28 21:39:40','17462ca5-59df-4ddd-977f-7c80d324745f'),
(106733,7,21081,NULL,9640,3,'2026-01-28 21:39:40','2026-01-28 21:39:40','56bbcb74-2c93-4644-8eeb-c4ee89bbe506'),
(106734,7,21081,NULL,2974,4,'2026-01-28 21:39:40','2026-01-28 21:39:40','0dddf286-d999-404d-b377-d88bdc084e42'),
(106735,7,21081,NULL,617,5,'2026-01-28 21:39:40','2026-01-28 21:39:40','451d706e-6b9e-4479-a384-e97e4e2d39e2'),
(106736,7,21081,NULL,605,6,'2026-01-28 21:39:40','2026-01-28 21:39:40','6ce8dedc-5941-46d4-91f6-8cc7bc1dfa9c'),
(106737,7,21081,NULL,9552,7,'2026-01-28 21:39:40','2026-01-28 21:39:40','92455226-3026-43d7-b68a-c5a4785cc5f3'),
(106738,46,21081,NULL,2891,1,'2026-01-28 21:39:40','2026-01-28 21:39:40','67d1a448-8439-47d7-81fd-5e81330e4c84'),
(106739,47,21081,NULL,12395,1,'2026-01-28 21:39:40','2026-01-28 21:39:40','ac32c4c7-5f16-468e-a393-2b7ced242b1c'),
(106740,57,21081,NULL,8082,1,'2026-01-28 21:39:40','2026-01-28 21:39:40','342f1073-138b-4aca-ae53-68163d3f1733'),
(106741,57,21081,NULL,8085,2,'2026-01-28 21:39:40','2026-01-28 21:39:40','0fa5dbaf-a0d5-4f29-83b5-01c90cd1194e'),
(106742,57,21081,NULL,8086,3,'2026-01-28 21:39:40','2026-01-28 21:39:40','583519f2-f408-4ed1-b582-744f79baa479'),
(106743,57,21081,NULL,8087,4,'2026-01-28 21:39:40','2026-01-28 21:39:40','186e435a-20ff-492e-9329-530c8437b3c5'),
(106744,13,21081,NULL,6814,1,'2026-01-28 21:39:40','2026-01-28 21:39:40','cc8b4363-e2d2-461c-9872-9a27febec7cf'),
(106769,32,21085,NULL,2610,1,'2026-01-28 21:39:54','2026-01-28 21:39:54','e53732b0-c138-4ee7-b10f-111d64a54930'),
(106770,32,21085,NULL,2598,2,'2026-01-28 21:39:54','2026-01-28 21:39:54','c016dd4f-8260-46de-9ceb-7bfbf5e213f6'),
(106771,32,21085,NULL,2600,3,'2026-01-28 21:39:54','2026-01-28 21:39:54','3cad3378-37a3-4dd7-b145-40fb87ccf5a9'),
(106772,32,21085,NULL,2604,4,'2026-01-28 21:39:54','2026-01-28 21:39:54','5ef31949-7363-4c04-9006-8a5f73dafe4c'),
(106773,32,21085,NULL,2608,5,'2026-01-28 21:39:54','2026-01-28 21:39:54','72038c00-3b99-4fc8-a4a7-310ac1221742'),
(106774,32,21085,NULL,2596,6,'2026-01-28 21:39:54','2026-01-28 21:39:54','06cd8ab1-7c23-48e4-a517-6548c20712e3'),
(106775,32,21085,NULL,2602,7,'2026-01-28 21:39:54','2026-01-28 21:39:54','722ae830-d35a-49c6-80de-4b2fb7d608e9'),
(106776,32,21085,NULL,2606,8,'2026-01-28 21:39:54','2026-01-28 21:39:54','7ae1c15d-d443-4e0c-a796-c67eb78cc883'),
(106777,32,21085,NULL,2612,9,'2026-01-28 21:39:54','2026-01-28 21:39:54','908367aa-a21f-4fa0-804f-b7e1d34ec5ac'),
(106778,16,21085,NULL,3865,1,'2026-01-28 21:39:54','2026-01-28 21:39:54','c6310592-78bd-4cc1-846a-b270af6b06eb'),
(106779,7,21085,NULL,3468,1,'2026-01-28 21:39:54','2026-01-28 21:39:54','4f97eea4-cd41-41e8-b488-a56df69d5c31'),
(106780,7,21085,NULL,601,2,'2026-01-28 21:39:54','2026-01-28 21:39:54','656d7a4d-057a-4876-92f8-fb97d2cf30b1'),
(106781,7,21085,NULL,3093,3,'2026-01-28 21:39:54','2026-01-28 21:39:54','65afd301-9103-45e7-a8f4-7f668368c8a9'),
(106782,7,21085,NULL,617,4,'2026-01-28 21:39:54','2026-01-28 21:39:54','4c6cdfd1-2d9f-410a-8263-cd1be97a17f8'),
(106783,7,21085,NULL,605,5,'2026-01-28 21:39:54','2026-01-28 21:39:54','dbb79601-5e62-4481-889d-16c017913687'),
(106784,7,21085,NULL,9552,6,'2026-01-28 21:39:54','2026-01-28 21:39:54','a6f34782-61ac-442c-a019-b9efee8604d8'),
(106785,82,21085,NULL,479,1,'2026-01-28 21:39:54','2026-01-28 21:39:54','8fefe3e0-269f-4252-90ed-68c5764361a3'),
(106786,82,21085,NULL,491,2,'2026-01-28 21:39:54','2026-01-28 21:39:54','94fa3009-0acd-4640-9471-187b477f0637'),
(106787,47,21085,NULL,12398,1,'2026-01-28 21:39:54','2026-01-28 21:39:54','07a39b70-056c-4969-bc51-1ba060fadef0'),
(106788,57,21085,NULL,8094,1,'2026-01-28 21:39:54','2026-01-28 21:39:54','757dd511-b8e3-4116-a627-c830be04052c'),
(106789,57,21085,NULL,8093,2,'2026-01-28 21:39:54','2026-01-28 21:39:54','8c6e5658-0872-4b67-a65b-0c3725b469ba'),
(106790,57,21085,NULL,8095,3,'2026-01-28 21:39:54','2026-01-28 21:39:54','9fd66614-ecd7-4200-98de-c6721150556d'),
(106791,57,21085,NULL,8092,4,'2026-01-28 21:39:54','2026-01-28 21:39:54','c9cf6f81-80c2-4b25-b184-b4e33e8709a7'),
(106818,32,21089,NULL,2610,1,'2026-01-28 21:40:04','2026-01-28 21:40:04','8a5ca0e1-3285-4369-aea4-f0692d406ee7'),
(106819,32,21089,NULL,2598,2,'2026-01-28 21:40:04','2026-01-28 21:40:04','285e95b0-9173-4b20-9110-496aab675313'),
(106820,32,21089,NULL,2600,3,'2026-01-28 21:40:04','2026-01-28 21:40:04','5dd3a634-e917-448e-bc1e-7085587174bc'),
(106821,32,21089,NULL,2602,4,'2026-01-28 21:40:04','2026-01-28 21:40:04','922ad5d6-0163-4abc-930c-69d4f03ea1ac'),
(106822,32,21089,NULL,2612,5,'2026-01-28 21:40:04','2026-01-28 21:40:04','c2fe6c1b-d6a1-4b46-8c43-390f6fc60773'),
(106823,32,21089,NULL,2618,6,'2026-01-28 21:40:04','2026-01-28 21:40:04','2cc9f216-4b8a-433f-98bb-81b30449755f'),
(106824,32,21089,NULL,2604,7,'2026-01-28 21:40:04','2026-01-28 21:40:04','62cbbca6-cefc-4b37-8d4a-ae63cd902b3d'),
(106825,32,21089,NULL,2614,8,'2026-01-28 21:40:04','2026-01-28 21:40:04','7de8f1a3-ffd2-4bce-bb76-166c18b075ee'),
(106826,32,21089,NULL,2608,9,'2026-01-28 21:40:04','2026-01-28 21:40:04','3891a0c6-0145-47b2-acdd-faa983ce46f0'),
(106827,32,21089,NULL,2596,10,'2026-01-28 21:40:04','2026-01-28 21:40:04','74b3a7de-8766-4838-8f44-7eaed6dda2d2'),
(106828,32,21089,NULL,2606,11,'2026-01-28 21:40:04','2026-01-28 21:40:04','0ff98815-39c4-407e-b1cc-3474a19924dc'),
(106829,16,21089,NULL,8104,1,'2026-01-28 21:40:04','2026-01-28 21:40:04','2c454b36-f29a-46fa-b6ef-de63d3ccf9f9'),
(106830,7,21089,NULL,9724,1,'2026-01-28 21:40:04','2026-01-28 21:40:04','5aa12488-0ed2-4a3d-a79f-177792764560'),
(106831,7,21089,NULL,2974,2,'2026-01-28 21:40:04','2026-01-28 21:40:04','3af6d16c-f841-4a00-b79a-b05a3743c6ae'),
(106832,7,21089,NULL,617,3,'2026-01-28 21:40:04','2026-01-28 21:40:04','798901b7-66c0-47a6-971d-420198bde7c0'),
(106833,7,21089,NULL,605,4,'2026-01-28 21:40:04','2026-01-28 21:40:04','79b37caf-2f57-4056-b620-01bebbf7f618'),
(106834,7,21089,NULL,9552,5,'2026-01-28 21:40:04','2026-01-28 21:40:04','449a22ed-300a-4125-8c00-2f72d80ac79c'),
(106835,82,21089,NULL,479,1,'2026-01-28 21:40:04','2026-01-28 21:40:04','1b5af02d-f897-40d9-90b8-c9212d83c172'),
(106836,46,21089,NULL,3697,1,'2026-01-28 21:40:04','2026-01-28 21:40:04','d460fc08-b55f-443e-8856-1f0cec5c56e5'),
(106837,47,21089,NULL,12403,1,'2026-01-28 21:40:04','2026-01-28 21:40:04','578ce424-0b73-4061-a2f9-08654b9c19b4'),
(106838,57,21089,NULL,8108,1,'2026-01-28 21:40:04','2026-01-28 21:40:04','6170b9b9-84aa-4eea-8646-a91ab8f3506e'),
(106839,57,21089,NULL,8107,2,'2026-01-28 21:40:04','2026-01-28 21:40:04','779fa911-d7e9-43e7-8af6-32fd0706683a'),
(106840,57,21089,NULL,8106,3,'2026-01-28 21:40:04','2026-01-28 21:40:04','34426cf0-04ea-4a81-8623-8cb22e25d8cf'),
(106841,57,21089,NULL,8105,4,'2026-01-28 21:40:04','2026-01-28 21:40:04','d4078944-3d4f-4ac0-b6f5-d118a9b8e441'),
(106842,13,21089,NULL,6820,1,'2026-01-28 21:40:04','2026-01-28 21:40:04','60190c89-2fb7-4e73-b25b-fcecdc6dd014'),
(106865,32,21093,NULL,2610,1,'2026-01-28 21:40:17','2026-01-28 21:40:17','7c544eb4-cc23-4f3b-a401-deac94a6fd77'),
(106866,32,21093,NULL,2598,2,'2026-01-28 21:40:17','2026-01-28 21:40:17','0b337d28-b173-4edb-8aa0-7c3da3b2ebd9'),
(106867,32,21093,NULL,2600,3,'2026-01-28 21:40:17','2026-01-28 21:40:17','f49b3545-40ba-4239-80df-72317e4a5250'),
(106868,32,21093,NULL,2606,4,'2026-01-28 21:40:17','2026-01-28 21:40:17','a83aa902-74fe-442c-966b-9e646deb08c0'),
(106869,32,21093,NULL,2604,5,'2026-01-28 21:40:17','2026-01-28 21:40:17','41acc07f-4959-41a0-bfca-ceccf37eb84c'),
(106870,32,21093,NULL,2614,6,'2026-01-28 21:40:17','2026-01-28 21:40:17','07504a8c-87f8-4eca-aee0-26f3eb8430b4'),
(106871,32,21093,NULL,2608,7,'2026-01-28 21:40:17','2026-01-28 21:40:17','99321837-55ef-43df-8548-d36e698ca901'),
(106872,32,21093,NULL,2596,8,'2026-01-28 21:40:17','2026-01-28 21:40:17','606d231a-bb3d-424f-af6b-aed5d25abee5'),
(106873,32,21093,NULL,2602,9,'2026-01-28 21:40:17','2026-01-28 21:40:17','774beaaa-0aab-42bf-aaa1-f7d80244f378'),
(106874,32,21093,NULL,2612,10,'2026-01-28 21:40:17','2026-01-28 21:40:17','d097b668-5c4c-4bd0-8733-a44dd2afdb04'),
(106875,16,21093,NULL,9415,1,'2026-01-28 21:40:17','2026-01-28 21:40:17','7aa54c35-9c13-4b36-949e-e4a67964e0f1'),
(106876,7,21093,NULL,3468,1,'2026-01-28 21:40:17','2026-01-28 21:40:17','ff7f936b-fb7c-4701-87f5-6966c892c3dd'),
(106877,7,21093,NULL,2969,2,'2026-01-28 21:40:17','2026-01-28 21:40:17','a06b652b-5836-43a7-98d1-a3911631c7df'),
(106878,7,21093,NULL,617,3,'2026-01-28 21:40:17','2026-01-28 21:40:17','e7758cf3-7e43-43ee-9158-3000dedd2847'),
(106879,7,21093,NULL,605,4,'2026-01-28 21:40:17','2026-01-28 21:40:17','60e2e48d-b98c-40d2-af94-ba7ff50ba26c'),
(106880,7,21093,NULL,9552,5,'2026-01-28 21:40:17','2026-01-28 21:40:17','e4cf3292-e3e4-40b1-8fea-236e05c19781'),
(106881,47,21093,NULL,12405,1,'2026-01-28 21:40:17','2026-01-28 21:40:17','cf2cc520-2382-4ea0-9263-c692cbb2f7c8'),
(106882,57,21093,NULL,3927,1,'2026-01-28 21:40:17','2026-01-28 21:40:17','b46a8c05-2052-4dc3-9b86-64ea5ee2f16a'),
(106883,57,21093,NULL,8117,2,'2026-01-28 21:40:17','2026-01-28 21:40:17','b9677183-c509-4b35-8d82-6f7a268aab0f'),
(106884,57,21093,NULL,8119,3,'2026-01-28 21:40:17','2026-01-28 21:40:17','c9d2ee8b-708d-4adb-9465-203d8e212eba'),
(106885,57,21093,NULL,8120,4,'2026-01-28 21:40:17','2026-01-28 21:40:17','6ec37cb1-6069-4e21-ba46-851d4ee5259d'),
(106887,32,21096,NULL,2610,1,'2026-01-28 21:40:27','2026-01-28 21:40:27','076ba082-db40-4e38-a96d-fefb01c845c2'),
(106888,32,21096,NULL,2598,2,'2026-01-28 21:40:27','2026-01-28 21:40:27','0fb71a2c-73d5-406e-8fc6-2ecf8f6db02a'),
(106889,32,21096,NULL,2600,3,'2026-01-28 21:40:27','2026-01-28 21:40:27','b91f81fe-0df6-4ec7-a6cb-c769bba2adae'),
(106890,32,21096,NULL,2604,4,'2026-01-28 21:40:27','2026-01-28 21:40:27','83f6ee49-be30-4df9-b9bf-c09e4baa3e5d'),
(106891,32,21096,NULL,2608,5,'2026-01-28 21:40:27','2026-01-28 21:40:27','1d54c9cf-024c-4c29-a2b1-0ba8dffffd01'),
(106892,32,21096,NULL,2596,6,'2026-01-28 21:40:27','2026-01-28 21:40:27','d514cca3-3298-4022-9e1b-8886438a28a6'),
(106893,32,21096,NULL,2602,7,'2026-01-28 21:40:27','2026-01-28 21:40:27','be350721-7da8-43ac-b012-04c7a1581893'),
(106894,32,21096,NULL,2606,8,'2026-01-28 21:40:27','2026-01-28 21:40:27','6ef04e0f-89f7-442d-9024-937377714cfc'),
(106895,32,21096,NULL,2612,9,'2026-01-28 21:40:27','2026-01-28 21:40:27','104490b6-b579-4328-b802-ee5436668098'),
(106896,16,21096,NULL,9420,1,'2026-01-28 21:40:27','2026-01-28 21:40:27','f0e77cc6-53f5-41dc-a1ed-4083338cf7c9'),
(106897,7,21096,NULL,6547,1,'2026-01-28 21:40:27','2026-01-28 21:40:27','da9292b4-2b0d-4a46-8839-4f2a36497782'),
(106898,7,21096,NULL,601,2,'2026-01-28 21:40:27','2026-01-28 21:40:27','bb74e07f-75ae-486d-ad1c-43ce9970f4e5'),
(106899,7,21096,NULL,617,3,'2026-01-28 21:40:27','2026-01-28 21:40:27','6247948d-65b3-4eaa-996d-3af56e7a59ca'),
(106900,7,21096,NULL,605,4,'2026-01-28 21:40:27','2026-01-28 21:40:27','3823b400-cb24-4aef-9d62-76e71f009516'),
(106901,7,21096,NULL,9552,5,'2026-01-28 21:40:27','2026-01-28 21:40:27','55cefcb2-a497-42b4-b416-f5a9385946bb'),
(106902,82,21096,NULL,491,1,'2026-01-28 21:40:27','2026-01-28 21:40:27','9b33f5bf-09d6-4e58-84ce-47456e70f7fa'),
(106903,47,21096,NULL,12413,1,'2026-01-28 21:40:27','2026-01-28 21:40:27','79055128-541e-4948-b3f1-e389d9013a71'),
(106904,57,21096,NULL,8141,1,'2026-01-28 21:40:27','2026-01-28 21:40:27','b8280d5d-848e-45c0-beac-7c1b4d123f0b'),
(106905,57,21096,NULL,5129,2,'2026-01-28 21:40:27','2026-01-28 21:40:27','62afb00a-0397-47bf-89d8-088564ff59ff'),
(106906,57,21096,NULL,5127,3,'2026-01-28 21:40:27','2026-01-28 21:40:27','7367ae03-57d5-49dd-a4c5-62ebeb0b4710'),
(106907,57,21096,NULL,8142,4,'2026-01-28 21:40:27','2026-01-28 21:40:27','8e1b4caa-26da-4830-b9c8-02ef91a4ce7b'),
(106908,57,21096,NULL,9423,5,'2026-01-28 21:40:27','2026-01-28 21:40:27','48b82e6f-470b-4766-8e21-98617cefb3de'),
(106909,57,21096,NULL,9424,6,'2026-01-28 21:40:27','2026-01-28 21:40:27','0d5f5138-6d0d-4043-8823-6b5e5aca2546'),
(106910,57,21096,NULL,9425,7,'2026-01-28 21:40:27','2026-01-28 21:40:27','3b8a4e24-f4d3-436a-a714-d05079956b71'),
(106911,57,21096,NULL,9426,8,'2026-01-28 21:40:27','2026-01-28 21:40:27','ef731ea5-55aa-4b75-baf8-5fbc979e8565'),
(106912,57,21096,NULL,9427,9,'2026-01-28 21:40:27','2026-01-28 21:40:27','a38634c0-58d3-4f89-848c-97cb99ffa0b0'),
(106938,32,21101,NULL,2610,1,'2026-01-28 21:40:43','2026-01-28 21:40:43','ee28f384-ea51-4923-a54f-9cfa9e3e82fa'),
(106939,32,21101,NULL,2598,2,'2026-01-28 21:40:43','2026-01-28 21:40:43','595f9ab1-d733-4df8-8190-c976d745819e'),
(106940,32,21101,NULL,2600,3,'2026-01-28 21:40:43','2026-01-28 21:40:43','b454c6ad-0b15-45f6-a731-e097d1b400b2'),
(106941,32,21101,NULL,2602,4,'2026-01-28 21:40:43','2026-01-28 21:40:43','16f3f3a4-1a2e-414c-8c85-294ce51a53ca'),
(106942,32,21101,NULL,2604,5,'2026-01-28 21:40:43','2026-01-28 21:40:43','6ec6cb9a-6741-470f-ada2-85268105f286'),
(106943,32,21101,NULL,2608,6,'2026-01-28 21:40:43','2026-01-28 21:40:43','7b1c59f3-c1e7-4a75-801f-c66e9fc7731a'),
(106944,32,21101,NULL,2596,7,'2026-01-28 21:40:43','2026-01-28 21:40:43','620a19c0-0fc3-4fe8-be73-f66e80814b85'),
(106945,32,21101,NULL,2606,8,'2026-01-28 21:40:43','2026-01-28 21:40:43','e5957d01-b01c-43d1-8fa5-3cc77e5b5e44'),
(106946,32,21101,NULL,2612,9,'2026-01-28 21:40:43','2026-01-28 21:40:43','e1512e1d-68cd-4336-8849-90aff4b9de89'),
(106947,16,21101,NULL,8178,1,'2026-01-28 21:40:43','2026-01-28 21:40:43','acf1c57b-5036-470a-8c36-85ac47c79557'),
(106948,7,21101,NULL,3468,1,'2026-01-28 21:40:43','2026-01-28 21:40:43','884d3691-b5fa-4e86-828f-6f24149d936e'),
(106949,7,21101,NULL,601,2,'2026-01-28 21:40:43','2026-01-28 21:40:43','c290d1e0-f585-46ba-898c-72611386bf0c'),
(106950,7,21101,NULL,2974,3,'2026-01-28 21:40:43','2026-01-28 21:40:43','e6af51c2-ad8d-4277-a056-1cb22979c889'),
(106951,7,21101,NULL,9640,4,'2026-01-28 21:40:43','2026-01-28 21:40:43','4c40d6ac-87c6-4a28-8842-8d460682b724'),
(106952,7,21101,NULL,617,5,'2026-01-28 21:40:43','2026-01-28 21:40:43','744d6b54-2dc0-4762-aa90-5ec5bcc6d005'),
(106953,7,21101,NULL,9724,6,'2026-01-28 21:40:43','2026-01-28 21:40:43','ad4e964f-5fe0-454f-80a1-0ca7a84aed7a'),
(106954,7,21101,NULL,605,7,'2026-01-28 21:40:43','2026-01-28 21:40:43','570e1bdb-239b-4b28-a411-6505a204af92'),
(106955,7,21101,NULL,9552,8,'2026-01-28 21:40:43','2026-01-28 21:40:43','3ab57209-9755-4594-8dcd-944477bf9ffd'),
(106956,82,21101,NULL,491,1,'2026-01-28 21:40:43','2026-01-28 21:40:43','51e37b70-506f-4c0c-8b68-c41abe570820'),
(106957,47,21101,NULL,12425,1,'2026-01-28 21:40:43','2026-01-28 21:40:43','5977b307-ad35-463a-b463-79eb3741ab5c'),
(106958,57,21101,NULL,8175,1,'2026-01-28 21:40:43','2026-01-28 21:40:43','39d6aac9-a199-42e5-9e81-165c10b986f4'),
(106959,57,21101,NULL,8194,2,'2026-01-28 21:40:43','2026-01-28 21:40:43','4f61fb9a-6904-4098-9fa7-9e710765ddaf'),
(106960,57,21101,NULL,8174,3,'2026-01-28 21:40:43','2026-01-28 21:40:43','b733adf7-28b1-464c-bb60-840ee2bdb8be'),
(106961,57,21101,NULL,8177,4,'2026-01-28 21:40:43','2026-01-28 21:40:43','84e3bbd1-1812-4649-9a46-d3ac08c28b2c'),
(106987,32,21107,NULL,2610,1,'2026-01-28 21:41:00','2026-01-28 21:41:00','d6a285c7-7b94-4f83-acf1-5e1717e15922'),
(106988,32,21107,NULL,2598,2,'2026-01-28 21:41:00','2026-01-28 21:41:00','0a23f2d2-2983-4620-8ae7-ffe6c71859cf'),
(106989,32,21107,NULL,2600,3,'2026-01-28 21:41:00','2026-01-28 21:41:00','ce92f05f-cb67-4d8a-bb8d-c8676a34689b'),
(106990,32,21107,NULL,2604,4,'2026-01-28 21:41:00','2026-01-28 21:41:00','a4db34a9-d2a6-41da-8d77-d24b80beef44'),
(106991,32,21107,NULL,2608,5,'2026-01-28 21:41:00','2026-01-28 21:41:00','a6f739a0-3a20-4595-a30a-6f8078bc487c'),
(106992,32,21107,NULL,2596,6,'2026-01-28 21:41:00','2026-01-28 21:41:00','4462e146-56bd-47e3-a400-32c0ad3d5368'),
(106993,32,21107,NULL,2602,7,'2026-01-28 21:41:00','2026-01-28 21:41:00','c115ef00-22b0-4a83-8882-4083f07bfb0c'),
(106994,32,21107,NULL,2606,8,'2026-01-28 21:41:00','2026-01-28 21:41:00','23652747-b231-45c7-a117-04c7ef3429df'),
(106995,32,21107,NULL,2612,9,'2026-01-28 21:41:00','2026-01-28 21:41:00','b2c0d63b-692d-4a2e-9996-dffde81cb91d'),
(106996,16,21107,NULL,4142,1,'2026-01-28 21:41:00','2026-01-28 21:41:00','65e81c63-5402-4698-927c-f0c4793d3f64'),
(106997,7,21107,NULL,6547,1,'2026-01-28 21:41:00','2026-01-28 21:41:00','45434dc8-633f-4c73-97a8-c5270f0df6ac'),
(106998,7,21107,NULL,601,2,'2026-01-28 21:41:00','2026-01-28 21:41:00','cd02b9b6-e951-4610-876b-a96261f295d2'),
(106999,7,21107,NULL,9724,3,'2026-01-28 21:41:00','2026-01-28 21:41:00','fa63c764-3f80-42ba-9a49-22b0d213e0cc'),
(107000,7,21107,NULL,2972,4,'2026-01-28 21:41:00','2026-01-28 21:41:00','a1942780-62bf-40b5-b1db-031889514527'),
(107001,7,21107,NULL,617,5,'2026-01-28 21:41:00','2026-01-28 21:41:00','fad1da09-11bd-43de-92c4-eb470bbc0d1f'),
(107002,7,21107,NULL,605,6,'2026-01-28 21:41:00','2026-01-28 21:41:00','ab1631aa-d399-49e5-a531-8bea945239c6'),
(107003,7,21107,NULL,9552,7,'2026-01-28 21:41:00','2026-01-28 21:41:00','fa2266e3-3b01-4cb9-8a8f-ed87f8709512'),
(107004,82,21107,NULL,491,1,'2026-01-28 21:41:00','2026-01-28 21:41:00','ffe1c23e-60d5-4286-ad95-31dbf0ef6f5b'),
(107005,47,21107,NULL,12428,1,'2026-01-28 21:41:00','2026-01-28 21:41:00','81bf15e8-0a71-4c9b-9698-bf475cc54413'),
(107006,57,21107,NULL,4955,1,'2026-01-28 21:41:00','2026-01-28 21:41:00','46eccc3f-5dfe-44e3-bf99-b1078ab95123'),
(107007,57,21107,NULL,4956,2,'2026-01-28 21:41:00','2026-01-28 21:41:00','a3f27126-10a6-4888-be48-5528b5fbb672'),
(107008,57,21107,NULL,4957,3,'2026-01-28 21:41:00','2026-01-28 21:41:00','abb0ffdb-1287-4eff-9f10-7dc6ed79e344'),
(107009,57,21107,NULL,8227,4,'2026-01-28 21:41:00','2026-01-28 21:41:00','b65e2d67-31ba-4cb1-8112-592e16cb1c29'),
(107035,32,21112,NULL,2610,1,'2026-01-28 21:41:14','2026-01-28 21:41:14','df49651a-88e2-4a85-9192-d600dee8efb4'),
(107036,32,21112,NULL,2598,2,'2026-01-28 21:41:14','2026-01-28 21:41:14','4cf88862-3d78-4e2a-9911-be1256d472e0'),
(107037,32,21112,NULL,2600,3,'2026-01-28 21:41:14','2026-01-28 21:41:14','436c7532-b218-45fe-8274-b8b523ecd5ca'),
(107038,32,21112,NULL,2604,4,'2026-01-28 21:41:14','2026-01-28 21:41:14','0dedc234-5764-4587-854e-2b9987824c8b'),
(107039,32,21112,NULL,2608,5,'2026-01-28 21:41:14','2026-01-28 21:41:14','e3f94773-f0ab-46e1-98cc-89cc4d9671ab'),
(107040,32,21112,NULL,2602,6,'2026-01-28 21:41:14','2026-01-28 21:41:14','e2cd13c5-452f-4b09-8d9b-e04cd2d0f437'),
(107041,32,21112,NULL,2596,7,'2026-01-28 21:41:14','2026-01-28 21:41:14','acfe0a45-5b55-4271-bfbf-891b9227c9b4'),
(107042,32,21112,NULL,2606,8,'2026-01-28 21:41:14','2026-01-28 21:41:14','9851265e-c832-4003-a34b-e7e10668b2ed'),
(107043,32,21112,NULL,2612,9,'2026-01-28 21:41:14','2026-01-28 21:41:14','32eddd0b-ce9e-427f-92b8-edfbbf0feba1'),
(107044,16,21112,NULL,4834,1,'2026-01-28 21:41:14','2026-01-28 21:41:14','90e90307-677d-4f36-9cf4-e6edcf3abce3'),
(107045,7,21112,NULL,6547,1,'2026-01-28 21:41:14','2026-01-28 21:41:14','ab0d2e62-3629-432a-b965-daa5827b63f6'),
(107046,7,21112,NULL,601,2,'2026-01-28 21:41:14','2026-01-28 21:41:14','3c83f4ca-55a4-463f-b124-7e08c73c7b98'),
(107047,7,21112,NULL,9640,3,'2026-01-28 21:41:14','2026-01-28 21:41:14','3cf4d8b6-b636-4660-92eb-5a178869c2a3'),
(107048,7,21112,NULL,617,4,'2026-01-28 21:41:14','2026-01-28 21:41:14','be2900c6-c08a-4e9c-bed0-e53d58f37b52'),
(107049,7,21112,NULL,605,5,'2026-01-28 21:41:14','2026-01-28 21:41:14','9786d0f2-9197-4ce9-be11-a5ddf823e93a'),
(107050,82,21112,NULL,469,1,'2026-01-28 21:41:14','2026-01-28 21:41:14','837b0517-b80b-4b79-b8b3-5f8ce4ae1bcb'),
(107051,82,21112,NULL,479,2,'2026-01-28 21:41:14','2026-01-28 21:41:14','5d89085e-e738-4df9-8537-94fd81287ffa'),
(107052,82,21112,NULL,491,3,'2026-01-28 21:41:14','2026-01-28 21:41:14','54367116-30d9-44a5-a26c-bd33d343c51e'),
(107053,47,21112,NULL,10474,1,'2026-01-28 21:41:14','2026-01-28 21:41:14','e884fa52-3166-4720-99b5-e08c87770219'),
(107054,57,21112,NULL,4838,1,'2026-01-28 21:41:14','2026-01-28 21:41:14','645709ec-7be5-49af-b4dd-4df33b4f5f9f'),
(107055,57,21112,NULL,4836,2,'2026-01-28 21:41:14','2026-01-28 21:41:14','770bf655-d515-457b-91a9-5473e3156607'),
(107056,57,21112,NULL,4834,3,'2026-01-28 21:41:14','2026-01-28 21:41:14','bd4307f6-9f40-4325-ab7e-e9a56da8340c'),
(107057,57,21112,NULL,4837,4,'2026-01-28 21:41:14','2026-01-28 21:41:14','f9ac3563-7fa2-4561-b48e-b29959258f3c'),
(107086,32,21116,NULL,2610,1,'2026-01-28 21:41:25','2026-01-28 21:41:25','6a8a9971-40f4-4eeb-92cd-3c034734a94c'),
(107087,32,21116,NULL,2622,2,'2026-01-28 21:41:25','2026-01-28 21:41:25','ba405b93-ce77-4f97-a90b-f99421bce3aa'),
(107088,32,21116,NULL,2598,3,'2026-01-28 21:41:25','2026-01-28 21:41:25','1163f497-ae5b-4d7b-a9a9-3afe4a74836b'),
(107089,32,21116,NULL,2600,4,'2026-01-28 21:41:25','2026-01-28 21:41:25','77f740f5-33bd-4ba3-95d2-5a5c6d6f3c22'),
(107090,32,21116,NULL,2604,5,'2026-01-28 21:41:25','2026-01-28 21:41:25','3799481f-892b-4970-9aa9-c05fc1b120b7'),
(107091,32,21116,NULL,2608,6,'2026-01-28 21:41:25','2026-01-28 21:41:25','e325b62e-77dd-4800-9db0-f64c8a12e497'),
(107092,32,21116,NULL,2602,7,'2026-01-28 21:41:25','2026-01-28 21:41:25','af17755e-4bf0-47fd-b731-283dc0a0c570'),
(107093,32,21116,NULL,2596,8,'2026-01-28 21:41:25','2026-01-28 21:41:25','b9d38832-8aef-407a-8f84-00413a37eef7'),
(107094,32,21116,NULL,2606,9,'2026-01-28 21:41:25','2026-01-28 21:41:25','4dc8ffa7-fe24-4c8e-8e7d-3028c5413246'),
(107095,32,21116,NULL,2612,10,'2026-01-28 21:41:25','2026-01-28 21:41:25','cafc3248-a075-4a3d-9572-3c083a1d5e96'),
(107096,16,21116,NULL,4385,1,'2026-01-28 21:41:25','2026-01-28 21:41:25','afe3f4ec-432c-4766-a4a6-77073925cfb0'),
(107097,7,21116,NULL,617,1,'2026-01-28 21:41:25','2026-01-28 21:41:25','3c5128dc-83c4-4817-8f3a-ebc3e7c15fbf'),
(107098,7,21116,NULL,605,2,'2026-01-28 21:41:25','2026-01-28 21:41:25','06784916-f333-400c-8e98-f32eeed2b70c'),
(107099,7,21116,NULL,9552,3,'2026-01-28 21:41:25','2026-01-28 21:41:25','df2791c3-fb46-4ad8-888c-78cb2e6832ec'),
(107100,82,21116,NULL,469,1,'2026-01-28 21:41:25','2026-01-28 21:41:25','2829c6da-df36-4cf9-966d-6071793e6254'),
(107101,82,21116,NULL,479,2,'2026-01-28 21:41:25','2026-01-28 21:41:25','37758074-bad3-46d1-b2da-373afdca3e20'),
(107102,82,21116,NULL,491,3,'2026-01-28 21:41:25','2026-01-28 21:41:25','e848c503-ada9-4331-81ff-7f93f7a485e9'),
(107103,46,21116,NULL,4403,1,'2026-01-28 21:41:25','2026-01-28 21:41:25','c195b17a-a426-4ef1-84cb-5131cac83c63'),
(107104,47,21116,NULL,10486,1,'2026-01-28 21:41:25','2026-01-28 21:41:25','be72846a-9f31-4910-bb12-42863354ffbc'),
(107105,57,21116,NULL,8806,1,'2026-01-28 21:41:25','2026-01-28 21:41:25','35a41fcb-7333-4e1e-8b6c-5ef64b912470'),
(107106,57,21116,NULL,8808,2,'2026-01-28 21:41:25','2026-01-28 21:41:25','cc297185-96b3-4a72-ad16-29cc4bc59268'),
(107107,57,21116,NULL,8810,3,'2026-01-28 21:41:25','2026-01-28 21:41:25','9a338be2-01a3-4bf7-83c0-158306ccf7f0'),
(107108,57,21116,NULL,8803,4,'2026-01-28 21:41:25','2026-01-28 21:41:25','fd004f57-4909-4208-a7e0-eefa04a949ba'),
(107109,57,21116,NULL,8804,5,'2026-01-28 21:41:25','2026-01-28 21:41:25','e692868d-cbcd-46c2-985b-d66d4322374d'),
(107110,57,21116,NULL,8805,6,'2026-01-28 21:41:25','2026-01-28 21:41:25','83f25394-eca5-40a8-9571-3713111bd08d'),
(107111,57,21116,NULL,8807,7,'2026-01-28 21:41:25','2026-01-28 21:41:25','254bb9db-658e-4bcd-af05-351b8d7fc9ea'),
(107134,32,21120,NULL,2610,1,'2026-01-28 21:41:43','2026-01-28 21:41:43','ae712fc0-c8b1-4c89-b75f-6d83d0f1f9fc'),
(107135,32,21120,NULL,2598,2,'2026-01-28 21:41:43','2026-01-28 21:41:43','22855766-04e8-4666-950f-332ebdac89c7'),
(107136,32,21120,NULL,2600,3,'2026-01-28 21:41:43','2026-01-28 21:41:43','5fd2f5ac-6914-4483-b816-cd50529c0457'),
(107137,32,21120,NULL,2604,4,'2026-01-28 21:41:43','2026-01-28 21:41:43','00b00b24-ee44-4556-8f82-180f482ba053'),
(107138,32,21120,NULL,2608,5,'2026-01-28 21:41:43','2026-01-28 21:41:43','946f3d8b-6623-46f4-99a1-58d229809c6e'),
(107139,32,21120,NULL,2602,6,'2026-01-28 21:41:43','2026-01-28 21:41:43','bf7f79f0-95cc-4c8c-a572-8e26590de4e1'),
(107140,32,21120,NULL,2596,7,'2026-01-28 21:41:43','2026-01-28 21:41:43','1e850e22-c9db-498f-b485-9d6b73ef2bfd'),
(107141,32,21120,NULL,2606,8,'2026-01-28 21:41:43','2026-01-28 21:41:43','8fb6399a-039e-43b5-bfa4-67112b0820d2'),
(107142,32,21120,NULL,2612,9,'2026-01-28 21:41:43','2026-01-28 21:41:43','0cf7102b-a8c5-4a6c-be4b-16e85f795444'),
(107143,16,21120,NULL,4466,1,'2026-01-28 21:41:43','2026-01-28 21:41:43','3ea4f638-0cdd-48d8-af7c-cbe6482782ea'),
(107144,7,21120,NULL,617,1,'2026-01-28 21:41:43','2026-01-28 21:41:43','c0d4dc9d-9275-4d6f-bf80-3cc0d5fd8f15'),
(107145,7,21120,NULL,605,2,'2026-01-28 21:41:43','2026-01-28 21:41:43','abee6fbf-f6d6-4b04-8b21-05da654acf0c'),
(107146,7,21120,NULL,9552,3,'2026-01-28 21:41:43','2026-01-28 21:41:43','7b8fce09-80eb-4525-b645-4b31045f35ab'),
(107147,82,21120,NULL,469,1,'2026-01-28 21:41:43','2026-01-28 21:41:43','ead0338b-c207-4117-af52-d5c56ba6d84b'),
(107148,82,21120,NULL,479,2,'2026-01-28 21:41:43','2026-01-28 21:41:43','2347a882-a893-4139-84ad-6e5ee73795ea'),
(107149,82,21120,NULL,491,3,'2026-01-28 21:41:43','2026-01-28 21:41:43','33bdeb13-9659-4958-8f79-4ff069ef18dd'),
(107150,47,21120,NULL,10495,1,'2026-01-28 21:41:43','2026-01-28 21:41:43','cb4c87ff-e07b-49f6-8400-5268986bfabe'),
(107151,57,21120,NULL,8888,1,'2026-01-28 21:41:43','2026-01-28 21:41:43','1d3239bb-d1e0-4dbf-851a-f10cbbd9290c'),
(107152,57,21120,NULL,8889,2,'2026-01-28 21:41:43','2026-01-28 21:41:43','0db987a1-9f17-4da4-977e-f32bdeb4fc48'),
(107153,57,21120,NULL,9589,3,'2026-01-28 21:41:43','2026-01-28 21:41:43','07add3e3-4bf8-4d36-998e-489624b70837'),
(107178,32,21124,NULL,2610,1,'2026-01-28 21:41:59','2026-01-28 21:41:59','bf8bf9df-9520-4f5b-8127-28f0db677082'),
(107179,32,21124,NULL,2598,2,'2026-01-28 21:41:59','2026-01-28 21:41:59','7f5adfe9-3e7f-4b2a-b9ee-b1bbba9fd5dd'),
(107180,32,21124,NULL,2600,3,'2026-01-28 21:41:59','2026-01-28 21:41:59','b5478e39-bab1-42ec-8c02-e0e4f32ecf25'),
(107181,32,21124,NULL,2602,4,'2026-01-28 21:41:59','2026-01-28 21:41:59','664771fb-f5ca-43b4-8a8a-5611d6afe596'),
(107182,32,21124,NULL,2604,5,'2026-01-28 21:41:59','2026-01-28 21:41:59','f9f7293e-eef2-45fc-8de1-fb1673ebfdd8'),
(107183,32,21124,NULL,2608,6,'2026-01-28 21:41:59','2026-01-28 21:41:59','14085f1b-d649-4ac6-84ed-7ebf97137171'),
(107184,32,21124,NULL,2596,7,'2026-01-28 21:41:59','2026-01-28 21:41:59','f24a5efc-1465-4b82-a42b-087c10616cad'),
(107185,32,21124,NULL,2606,8,'2026-01-28 21:41:59','2026-01-28 21:41:59','db759f0e-61aa-4ed4-87ba-4e4d79dd00e7'),
(107186,32,21124,NULL,2612,9,'2026-01-28 21:41:59','2026-01-28 21:41:59','368ffcf3-3891-4e3c-bc8e-6b561c5bb586'),
(107187,16,21124,NULL,4579,1,'2026-01-28 21:41:59','2026-01-28 21:41:59','50bf3e59-17a8-4318-b79c-13d673f30d09'),
(107188,7,21124,NULL,2969,1,'2026-01-28 21:41:59','2026-01-28 21:41:59','4d5836a1-7919-410e-9736-da1ad6314813'),
(107189,7,21124,NULL,9727,2,'2026-01-28 21:41:59','2026-01-28 21:41:59','61b5b892-4c2c-45d1-9dcc-f62d887d47ee'),
(107190,7,21124,NULL,617,3,'2026-01-28 21:41:59','2026-01-28 21:41:59','8a857227-01b3-45f1-abc4-01a493e2a1d5'),
(107191,7,21124,NULL,605,4,'2026-01-28 21:41:59','2026-01-28 21:41:59','3447f97a-63d1-48c2-a0c6-a1f8bca6e37b'),
(107192,7,21124,NULL,9552,5,'2026-01-28 21:41:59','2026-01-28 21:41:59','6f0b3fa9-26e7-4ad7-8b89-df748c6a8c55'),
(107193,82,21124,NULL,479,1,'2026-01-28 21:41:59','2026-01-28 21:41:59','ef59a5f2-05d1-4ac6-9cf8-76c7f18c02ed'),
(107194,82,21124,NULL,491,2,'2026-01-28 21:41:59','2026-01-28 21:41:59','6b7a3607-ea7c-4ada-a5af-d10245e8d664'),
(107195,47,21124,NULL,12489,1,'2026-01-28 21:41:59','2026-01-28 21:41:59','d521c3fd-89e9-4252-8cc2-b023630499e0'),
(107196,57,21124,NULL,8984,1,'2026-01-28 21:41:59','2026-01-28 21:41:59','48efda63-e64f-48d0-91b7-654b7f31f0ad'),
(107197,57,21124,NULL,8982,2,'2026-01-28 21:41:59','2026-01-28 21:41:59','ce00589a-3bcb-4bff-977a-547c544dbd4d'),
(107198,57,21124,NULL,8981,3,'2026-01-28 21:41:59','2026-01-28 21:41:59','50a6a47c-f882-4134-9ab1-68b588848135'),
(107199,57,21124,NULL,8983,4,'2026-01-28 21:41:59','2026-01-28 21:41:59','c6f44701-6bd6-4d7c-8bde-6b56e767d6cf'),
(107200,57,21124,NULL,8980,5,'2026-01-28 21:41:59','2026-01-28 21:41:59','785586be-fee2-451c-8645-ffe3005b5a09'),
(107231,32,21129,NULL,2610,1,'2026-01-28 21:42:17','2026-01-28 21:42:17','4c41ff44-c8b0-40a9-8211-e6b07a35982c'),
(107232,32,21129,NULL,2598,2,'2026-01-28 21:42:17','2026-01-28 21:42:17','5abcf99a-e340-407e-be65-6bb5f23c5857'),
(107233,32,21129,NULL,2600,3,'2026-01-28 21:42:17','2026-01-28 21:42:17','2050cb1b-c102-49c9-a336-d4517fbe7c82'),
(107234,32,21129,NULL,2604,4,'2026-01-28 21:42:17','2026-01-28 21:42:17','9ae3bfe4-7586-4770-8d2f-cf9069e568c0'),
(107235,32,21129,NULL,2608,5,'2026-01-28 21:42:17','2026-01-28 21:42:17','66d3e2cb-0ee3-480a-a9ed-defe4e3ce1fb'),
(107236,32,21129,NULL,2596,6,'2026-01-28 21:42:17','2026-01-28 21:42:17','c6c4f45c-0a6d-4817-8295-57509cacffcf'),
(107237,32,21129,NULL,2602,7,'2026-01-28 21:42:17','2026-01-28 21:42:17','36685d15-0494-42ae-be73-e00cdfbe4cac'),
(107238,32,21129,NULL,2606,8,'2026-01-28 21:42:17','2026-01-28 21:42:17','c001cde3-44e0-4b98-9d24-7e12d97a0870'),
(107239,32,21129,NULL,2612,9,'2026-01-28 21:42:17','2026-01-28 21:42:17','0b972ec8-270e-473c-88aa-2e7890acbc4d'),
(107240,16,21129,NULL,4610,1,'2026-01-28 21:42:17','2026-01-28 21:42:17','52ee4409-8c57-4091-9262-717dd3314b75'),
(107241,7,21129,NULL,2969,1,'2026-01-28 21:42:17','2026-01-28 21:42:17','29fb003a-7bba-498f-bd5d-658cbb574503'),
(107242,7,21129,NULL,9640,2,'2026-01-28 21:42:17','2026-01-28 21:42:17','8904f138-949f-40f9-b3da-4f83576c0ddc'),
(107243,7,21129,NULL,2974,3,'2026-01-28 21:42:17','2026-01-28 21:42:17','d962f285-14c7-4f1f-9e8d-a508247676ac'),
(107244,7,21129,NULL,617,4,'2026-01-28 21:42:17','2026-01-28 21:42:17','f1b957e7-d2cb-4f5f-9c2a-293cee0111bc'),
(107245,7,21129,NULL,605,5,'2026-01-28 21:42:17','2026-01-28 21:42:17','d2c1b094-e8ed-40ce-95f6-2cc23d4302c3'),
(107246,7,21129,NULL,9552,6,'2026-01-28 21:42:17','2026-01-28 21:42:17','15694f34-747f-47ed-b39a-b9f6b50539cf'),
(107247,82,21129,NULL,491,1,'2026-01-28 21:42:17','2026-01-28 21:42:17','ec7521ae-8db6-4c28-b07e-e69609d5419f'),
(107248,57,21129,NULL,9629,1,'2026-01-28 21:42:17','2026-01-28 21:42:17','65acfbd5-6b37-4187-b3f7-d5e8b17106c3'),
(107249,57,21129,NULL,9631,2,'2026-01-28 21:42:17','2026-01-28 21:42:17','06752954-b5ad-49f7-b8c7-4b4d0a3dc3df'),
(107250,57,21129,NULL,9630,3,'2026-01-28 21:42:17','2026-01-28 21:42:17','ba88f3a5-c856-4f4a-8825-5495436e57aa'),
(107251,57,21129,NULL,9628,4,'2026-01-28 21:42:17','2026-01-28 21:42:17','3b615d39-bb0f-4403-8e43-5ec3d6c716de'),
(107252,57,21129,NULL,9627,5,'2026-01-28 21:42:17','2026-01-28 21:42:17','f2e5377f-ee71-4686-8cf4-ade287780f76'),
(107253,57,21129,NULL,9632,6,'2026-01-28 21:42:17','2026-01-28 21:42:17','8f9a6b27-4bf3-4a2f-9cb5-fb7f59629375'),
(107254,57,21129,NULL,9633,7,'2026-01-28 21:42:17','2026-01-28 21:42:17','98322868-e048-42bd-b953-8d34af3a8164'),
(107255,57,21129,NULL,9625,8,'2026-01-28 21:42:17','2026-01-28 21:42:17','c406b08b-a166-40e4-802b-7722e7e4c19a'),
(107256,57,21129,NULL,9626,9,'2026-01-28 21:42:17','2026-01-28 21:42:17','41412e4e-fdfa-4206-8887-7446861320f8'),
(107257,57,21129,NULL,9624,10,'2026-01-28 21:42:17','2026-01-28 21:42:17','efc43e90-7a0c-4a4c-a597-ec0ddca25bad'),
(107258,57,21129,NULL,9623,11,'2026-01-28 21:42:17','2026-01-28 21:42:17','39d82a9a-885b-4a09-aaea-3c819588b7a6'),
(107259,57,21129,NULL,9622,12,'2026-01-28 21:42:17','2026-01-28 21:42:17','842754f5-d746-4d8c-a565-895a3b402eee'),
(107260,13,21129,NULL,10152,1,'2026-01-28 21:42:17','2026-01-28 21:42:17','e5887477-9043-4d4a-be61-725bb5bac2cf'),
(107285,32,21134,NULL,2610,1,'2026-01-28 21:42:30','2026-01-28 21:42:30','29edc366-9933-4cb5-8629-d2453165b778'),
(107286,32,21134,NULL,2598,2,'2026-01-28 21:42:30','2026-01-28 21:42:30','594b0262-f2c9-4715-a518-472bfb6be45e'),
(107287,32,21134,NULL,2600,3,'2026-01-28 21:42:30','2026-01-28 21:42:30','97b89df1-f322-4603-b5ea-3852cc95f911'),
(107288,32,21134,NULL,2602,4,'2026-01-28 21:42:30','2026-01-28 21:42:30','6e821341-8610-4add-9345-bdf1881cc4b3'),
(107289,32,21134,NULL,2612,5,'2026-01-28 21:42:30','2026-01-28 21:42:30','030449dc-1b5f-4af3-9846-46a8d9c28099'),
(107290,32,21134,NULL,2618,6,'2026-01-28 21:42:30','2026-01-28 21:42:30','e57abbec-a8d0-4974-8f39-df5508ee0f8a'),
(107291,32,21134,NULL,2604,7,'2026-01-28 21:42:30','2026-01-28 21:42:30','ebaad2c4-e7cf-499e-b9b4-42dc376dd88a'),
(107292,32,21134,NULL,2608,8,'2026-01-28 21:42:30','2026-01-28 21:42:30','7a754731-a4ec-4af7-93f0-01de10649612'),
(107293,32,21134,NULL,2596,9,'2026-01-28 21:42:30','2026-01-28 21:42:30','b08d115e-48c8-4ba8-a4c7-69fb4dd7bbb7'),
(107294,32,21134,NULL,2606,10,'2026-01-28 21:42:30','2026-01-28 21:42:30','0df70091-fc36-4bc7-9ac3-d0433c284ffd'),
(107295,16,21134,NULL,4639,1,'2026-01-28 21:42:30','2026-01-28 21:42:30','48db8245-6c1e-47ee-ae6a-0de3aa9eaec4'),
(107296,7,21134,NULL,2974,1,'2026-01-28 21:42:30','2026-01-28 21:42:30','96c07631-a1dc-4711-8bf7-c7137cf74ddb'),
(107297,7,21134,NULL,617,2,'2026-01-28 21:42:30','2026-01-28 21:42:30','c7fb97ac-876f-4184-9b12-1847a9823c76'),
(107298,7,21134,NULL,605,3,'2026-01-28 21:42:30','2026-01-28 21:42:30','f8256711-a8dd-46c4-8c1d-88a22e31e68d'),
(107299,7,21134,NULL,9552,4,'2026-01-28 21:42:30','2026-01-28 21:42:30','4ef67ca8-f1b8-4088-8145-3cb844ec56f1'),
(107300,82,21134,NULL,491,1,'2026-01-28 21:42:30','2026-01-28 21:42:30','ac386e80-7419-4f84-9b96-fa396676431a'),
(107301,46,21134,NULL,3697,1,'2026-01-28 21:42:30','2026-01-28 21:42:30','d9726fe3-6330-49bf-8de6-c720b23a3cc1'),
(107302,47,21134,NULL,12494,1,'2026-01-28 21:42:30','2026-01-28 21:42:30','5b2639ee-b98a-450a-94d4-a301659efa7a'),
(107303,57,21134,NULL,5084,1,'2026-01-28 21:42:30','2026-01-28 21:42:30','95d35dac-b976-4a46-b3d3-7bf85cce8a58'),
(107304,57,21134,NULL,5085,2,'2026-01-28 21:42:30','2026-01-28 21:42:30','ec001537-5087-4b62-9532-d5164c9e08e5'),
(107305,57,21134,NULL,5086,3,'2026-01-28 21:42:30','2026-01-28 21:42:30','d46b613a-33e3-4035-aa86-27d7c23b0bfa'),
(107306,57,21134,NULL,5087,4,'2026-01-28 21:42:30','2026-01-28 21:42:30','9888cf2e-b650-48d3-b0df-e98176b1f8e3'),
(107307,57,21134,NULL,5088,5,'2026-01-28 21:42:30','2026-01-28 21:42:30','a4a88822-862a-48d5-a212-a908243d335e'),
(107341,32,21137,NULL,2598,1,'2026-01-28 21:42:37','2026-01-28 21:42:37','38e167d7-d718-4c1e-9331-25648b922557'),
(107342,32,21137,NULL,2608,2,'2026-01-28 21:42:37','2026-01-28 21:42:37','faf11b97-b585-4099-ae86-682ff26e85c2'),
(107343,32,21137,NULL,2600,3,'2026-01-28 21:42:37','2026-01-28 21:42:37','84e6f391-889b-45df-9d31-6bddcb1cbe04'),
(107344,32,21137,NULL,2602,4,'2026-01-28 21:42:37','2026-01-28 21:42:37','d20c61fa-3937-4799-9d7d-0fdbdde1e03b'),
(107345,32,21137,NULL,2612,5,'2026-01-28 21:42:37','2026-01-28 21:42:37','32d0d8d7-5709-4cfa-8a54-42f3eda70719'),
(107346,32,21137,NULL,2604,6,'2026-01-28 21:42:37','2026-01-28 21:42:37','2c0038d1-a447-4346-9085-873de522746b'),
(107347,32,21137,NULL,2610,7,'2026-01-28 21:42:37','2026-01-28 21:42:37','505c184f-9551-4e40-9b7c-9b4bb4a4878a'),
(107348,32,21137,NULL,2596,8,'2026-01-28 21:42:37','2026-01-28 21:42:37','6b78abdb-f088-48bb-8091-b4b71d4851f9'),
(107349,32,21137,NULL,2606,9,'2026-01-28 21:42:37','2026-01-28 21:42:37','4cf43d7f-c836-4923-a63e-e4a62cad0e47'),
(107350,16,21137,NULL,4884,1,'2026-01-28 21:42:37','2026-01-28 21:42:37','e5944735-92a9-413b-aa73-d12859ab1c07'),
(107351,7,21137,NULL,6547,1,'2026-01-28 21:42:37','2026-01-28 21:42:37','24b2216a-4a81-4c6f-b885-126ea35e7ea5'),
(107352,7,21137,NULL,601,2,'2026-01-28 21:42:37','2026-01-28 21:42:37','06366f7a-bd82-4806-9b26-e4a71ec2c299'),
(107353,7,21137,NULL,9732,3,'2026-01-28 21:42:37','2026-01-28 21:42:37','2619aaf4-3139-4155-8b94-2566c433ded3'),
(107354,7,21137,NULL,9735,4,'2026-01-28 21:42:37','2026-01-28 21:42:37','e8cf27c8-4189-421e-b3d0-fd1130970e78'),
(107355,7,21137,NULL,617,5,'2026-01-28 21:42:37','2026-01-28 21:42:37','a2a469cf-8b94-4f77-b87c-6ba3682c8e67'),
(107356,7,21137,NULL,605,6,'2026-01-28 21:42:37','2026-01-28 21:42:37','07e48a8d-013b-4985-a488-9eed8c564015'),
(107357,7,21137,NULL,9552,7,'2026-01-28 21:42:37','2026-01-28 21:42:37','5430292b-6937-4e53-a6f5-9cda1634cd59'),
(107358,82,21137,NULL,479,1,'2026-01-28 21:42:37','2026-01-28 21:42:37','a6a8bcb2-d742-44c4-8ac0-6cb85315187b'),
(107359,82,21137,NULL,491,2,'2026-01-28 21:42:37','2026-01-28 21:42:37','5155d90b-dfc8-45ef-b80d-cc7011410f4c'),
(107360,82,21137,NULL,469,3,'2026-01-28 21:42:37','2026-01-28 21:42:37','53fe4eab-709a-4b88-a22c-e7ee23c789a4'),
(107361,47,21137,NULL,12256,1,'2026-01-28 21:42:37','2026-01-28 21:42:37','f9b173ef-b6bc-4ff4-8ff3-57f833721e85'),
(107362,57,21137,NULL,4886,1,'2026-01-28 21:42:37','2026-01-28 21:42:37','2b3e329c-1fc5-495d-b28f-e4cd9dc4b4af'),
(107363,57,21137,NULL,4880,2,'2026-01-28 21:42:37','2026-01-28 21:42:37','fa68a260-47e4-4e47-ad5a-cdff4b087c59'),
(107364,57,21137,NULL,4888,3,'2026-01-28 21:42:37','2026-01-28 21:42:37','53ba7813-66fb-4587-ba5f-fe526527f745'),
(107365,57,21137,NULL,4882,4,'2026-01-28 21:42:37','2026-01-28 21:42:37','b2ec3d5e-45c6-49af-83f6-ef6bef1b6fcc'),
(107366,57,21137,NULL,4879,5,'2026-01-28 21:42:37','2026-01-28 21:42:37','02018ce9-d6d4-43c3-a4dc-66fa19a9a2dc'),
(107367,57,21137,NULL,4881,6,'2026-01-28 21:42:37','2026-01-28 21:42:37','7909e2c2-9cff-4401-939f-ae9045be7739'),
(107368,57,21137,NULL,4887,7,'2026-01-28 21:42:37','2026-01-28 21:42:37','5b82056a-ea7b-417f-8254-220d6fd7b06d'),
(107369,57,21137,NULL,4883,8,'2026-01-28 21:42:37','2026-01-28 21:42:37','04c7905f-da73-43c1-8b27-60da01bcd96f'),
(107370,57,21137,NULL,4884,9,'2026-01-28 21:42:37','2026-01-28 21:42:37','8759069c-eed7-4ba1-a33f-e3f520451998'),
(107371,57,21137,NULL,4885,10,'2026-01-28 21:42:37','2026-01-28 21:42:37','34874622-1e18-4654-937e-cead84b0ed56'),
(107373,32,21138,NULL,2610,1,'2026-01-28 21:42:51','2026-01-28 21:42:51','8760f190-172e-45e9-96ab-3fe26bcdac56'),
(107374,32,21138,NULL,2598,2,'2026-01-28 21:42:51','2026-01-28 21:42:51','d77b0f55-5bac-4ad1-8356-bb78bfb240d3'),
(107375,32,21138,NULL,2600,3,'2026-01-28 21:42:51','2026-01-28 21:42:51','913ea5c5-a621-4379-825d-59ebe93e6b67'),
(107376,32,21138,NULL,2604,4,'2026-01-28 21:42:51','2026-01-28 21:42:51','7f5ffebb-8be8-40c4-b88d-84ed484fe520'),
(107377,32,21138,NULL,2608,5,'2026-01-28 21:42:51','2026-01-28 21:42:51','d6e36ad5-b565-4e00-be10-ebb0af40fe76'),
(107378,32,21138,NULL,2596,6,'2026-01-28 21:42:51','2026-01-28 21:42:51','f1d85bec-06e7-4174-837c-223fe1a9940a'),
(107379,32,21138,NULL,2602,7,'2026-01-28 21:42:51','2026-01-28 21:42:51','1c59e814-5d96-4e0f-9494-afd053539e81'),
(107380,32,21138,NULL,2606,8,'2026-01-28 21:42:51','2026-01-28 21:42:51','5384f74e-7131-4c86-9cc3-112e81bc73ba'),
(107381,32,21138,NULL,2612,9,'2026-01-28 21:42:51','2026-01-28 21:42:51','8034a5cc-1301-4081-a85d-72a7941a63fb'),
(107382,16,21138,NULL,9219,1,'2026-01-28 21:42:51','2026-01-28 21:42:51','b336c99e-de4f-4d38-9164-87635c5fa1e5'),
(107383,7,21138,NULL,601,1,'2026-01-28 21:42:51','2026-01-28 21:42:51','8ce59527-ca69-4cc5-810d-2db5ccd29393'),
(107384,7,21138,NULL,605,2,'2026-01-28 21:42:51','2026-01-28 21:42:51','594ef4f6-9ca6-48b1-8733-7d3720a62eec'),
(107385,7,21138,NULL,617,3,'2026-01-28 21:42:51','2026-01-28 21:42:51','f2b2f89f-9cfe-4736-9e12-384bfeff32ae'),
(107386,7,21138,NULL,9552,4,'2026-01-28 21:42:51','2026-01-28 21:42:51','37d6712e-b00f-4385-a241-810ebd07b67c'),
(107387,82,21138,NULL,469,1,'2026-01-28 21:42:51','2026-01-28 21:42:51','216e3eaf-f5fb-45da-920e-88f2e8e35892'),
(107388,82,21138,NULL,475,2,'2026-01-28 21:42:51','2026-01-28 21:42:51','cc4129c9-cfe6-41f9-82d1-3fba0b87435e'),
(107389,82,21138,NULL,479,3,'2026-01-28 21:42:51','2026-01-28 21:42:51','d764a43a-a21e-4917-b0c9-567147cfe370'),
(107390,82,21138,NULL,491,4,'2026-01-28 21:42:51','2026-01-28 21:42:51','38f999d2-d02f-48ed-960d-a38a5db87a7e'),
(107391,47,21138,NULL,12362,1,'2026-01-28 21:42:51','2026-01-28 21:42:51','e38ca7c9-c41b-4f45-b192-89467a772bf5'),
(107392,57,21138,NULL,9222,1,'2026-01-28 21:42:51','2026-01-28 21:42:51','27ab011f-a2a2-4732-8c4b-580ee18381e6'),
(107393,57,21138,NULL,9223,2,'2026-01-28 21:42:51','2026-01-28 21:42:51','beee180b-8af7-41cb-a946-12692c9f85b7'),
(107394,57,21138,NULL,9224,3,'2026-01-28 21:42:51','2026-01-28 21:42:51','d75777b7-ba7a-4fa4-9f64-20d941e1fe06'),
(107395,57,21138,NULL,9225,4,'2026-01-28 21:42:51','2026-01-28 21:42:51','39aab785-589c-467b-b579-2753922c4162'),
(107396,57,21138,NULL,9226,5,'2026-01-28 21:42:51','2026-01-28 21:42:51','3830446f-31bd-47f6-b9ae-d1d8d584478a'),
(107397,57,21138,NULL,12288,6,'2026-01-28 21:42:51','2026-01-28 21:42:51','47e065d2-edc0-42a0-814b-8cb85dd04302'),
(107423,32,21140,NULL,2614,1,'2026-01-28 21:43:02','2026-01-28 21:43:02','48e52937-37e5-419a-a0c8-7de3e2f1612f'),
(107424,32,21140,NULL,2610,2,'2026-01-28 21:43:02','2026-01-28 21:43:02','53c3aa5f-2a2c-40df-b7ef-15549ca92004'),
(107425,32,21140,NULL,2598,3,'2026-01-28 21:43:02','2026-01-28 21:43:02','4f96c968-d8a8-4c5b-846e-daede4cc5f9e'),
(107426,32,21140,NULL,2608,4,'2026-01-28 21:43:02','2026-01-28 21:43:02','b9e79985-e9c3-4546-b3ae-ec7b7cfb29a2'),
(107427,32,21140,NULL,2624,5,'2026-01-28 21:43:02','2026-01-28 21:43:02','3b0c5c59-b95b-43ea-9cd1-f781f47cfa45'),
(107428,32,21140,NULL,2600,6,'2026-01-28 21:43:02','2026-01-28 21:43:02','67cda7ef-120b-4f27-9c90-41bf8d1910e9'),
(107429,32,21140,NULL,2596,7,'2026-01-28 21:43:02','2026-01-28 21:43:02','cd771d5f-2ac3-4e62-8df3-53f5f6eb464e'),
(107430,32,21140,NULL,2602,8,'2026-01-28 21:43:02','2026-01-28 21:43:02','48237e18-3cc1-460b-b69a-97a052eb0e05'),
(107431,32,21140,NULL,2606,9,'2026-01-28 21:43:02','2026-01-28 21:43:02','25a2909d-2463-4a41-aa95-13d7fa203b61'),
(107432,32,21140,NULL,2612,10,'2026-01-28 21:43:02','2026-01-28 21:43:02','a4fc324a-1750-4754-96ac-298156602071'),
(107433,32,21140,NULL,2604,11,'2026-01-28 21:43:02','2026-01-28 21:43:02','fd09628c-121c-4926-8899-e37454bbcf82'),
(107434,16,21140,NULL,9204,1,'2026-01-28 21:43:02','2026-01-28 21:43:02','1b3ee0ee-3d36-4c61-8fea-621138bd86dc'),
(107435,7,21140,NULL,3468,1,'2026-01-28 21:43:02','2026-01-28 21:43:02','3dcbc28c-8c3d-49ce-a929-2103c13acf4e'),
(107436,7,21140,NULL,617,2,'2026-01-28 21:43:02','2026-01-28 21:43:02','8d148073-ef2e-490d-8632-333aa9fb6105'),
(107437,7,21140,NULL,605,3,'2026-01-28 21:43:02','2026-01-28 21:43:02','68438570-1c7e-40df-9720-a0a6f37c38b9'),
(107438,7,21140,NULL,9552,4,'2026-01-28 21:43:02','2026-01-28 21:43:02','f18938cc-0bc2-4be3-a842-2cdfeef67d2b'),
(107439,46,21140,NULL,2891,1,'2026-01-28 21:43:02','2026-01-28 21:43:02','c568212f-cbd9-43c7-b338-4db24c305431'),
(107440,47,21140,NULL,12360,1,'2026-01-28 21:43:02','2026-01-28 21:43:02','e3ceef1a-fe3f-490f-a3f5-84ca4cf220c9'),
(107441,57,21140,NULL,9211,1,'2026-01-28 21:43:02','2026-01-28 21:43:02','03a725f1-401a-4c79-ab14-a24814b5f477'),
(107442,57,21140,NULL,9210,2,'2026-01-28 21:43:02','2026-01-28 21:43:02','f27d6885-51f3-4193-99fd-298c1327c598'),
(107443,57,21140,NULL,9213,3,'2026-01-28 21:43:02','2026-01-28 21:43:02','8f89197b-324e-4d24-bb71-9b8c245a8e7f'),
(107444,57,21140,NULL,9212,4,'2026-01-28 21:43:02','2026-01-28 21:43:02','0544a3e0-ef28-4a6b-84fe-87c569938d77'),
(107445,57,21140,NULL,9209,5,'2026-01-28 21:43:02','2026-01-28 21:43:02','49eda752-dfef-44c9-948f-618345b5a491'),
(107446,57,21140,NULL,9207,6,'2026-01-28 21:43:02','2026-01-28 21:43:02','c401c855-737e-4e38-832e-3b9a7116a757'),
(107447,57,21140,NULL,9208,7,'2026-01-28 21:43:02','2026-01-28 21:43:02','8bce0d89-3e85-458f-b852-5f8007f05919'),
(107481,32,21142,NULL,2610,1,'2026-01-28 21:43:12','2026-01-28 21:43:12','7b48b826-5651-4a13-97ab-efd13390a968'),
(107482,32,21142,NULL,2598,2,'2026-01-28 21:43:12','2026-01-28 21:43:12','fc07e2b4-7eb7-43b6-94eb-b84755431bf5'),
(107483,32,21142,NULL,2608,3,'2026-01-28 21:43:12','2026-01-28 21:43:12','8be51e36-e8c3-44f1-b798-5a7222cb9962'),
(107484,32,21142,NULL,2600,4,'2026-01-28 21:43:12','2026-01-28 21:43:12','9a4ef954-ee84-4854-a804-49d5fcf2aaa6'),
(107485,32,21142,NULL,2596,5,'2026-01-28 21:43:12','2026-01-28 21:43:12','ddaf4498-f078-4e2c-bee8-1341f8039abb'),
(107486,32,21142,NULL,2602,6,'2026-01-28 21:43:12','2026-01-28 21:43:12','aaabf768-b8bb-417f-bdd0-115211cebf55'),
(107487,32,21142,NULL,2606,7,'2026-01-28 21:43:12','2026-01-28 21:43:12','d06d7afd-2851-41ad-86fe-be3367d69bff'),
(107488,32,21142,NULL,2612,8,'2026-01-28 21:43:12','2026-01-28 21:43:12','83898497-3bd3-4448-b805-9007217b506f'),
(107489,32,21142,NULL,2604,9,'2026-01-28 21:43:12','2026-01-28 21:43:12','1f4992fe-9eb1-4d24-ace6-408733d88ff4'),
(107490,16,21142,NULL,10000,1,'2026-01-28 21:43:12','2026-01-28 21:43:12','b59bb06b-6709-4490-9b6a-c8092909ee69'),
(107491,7,21142,NULL,3468,1,'2026-01-28 21:43:12','2026-01-28 21:43:12','90b1f238-0590-4be9-aee8-4641f67a9545'),
(107492,7,21142,NULL,601,2,'2026-01-28 21:43:12','2026-01-28 21:43:12','1939789c-fc4c-40bc-99fd-24420ce98236'),
(107493,7,21142,NULL,617,3,'2026-01-28 21:43:12','2026-01-28 21:43:12','909e7f19-f2e9-4ca4-ae45-c74f9af0c8c0'),
(107494,7,21142,NULL,605,4,'2026-01-28 21:43:12','2026-01-28 21:43:12','77ef072c-a87d-4c1b-b353-d2aef92d8108'),
(107495,7,21142,NULL,9552,5,'2026-01-28 21:43:12','2026-01-28 21:43:12','0f3eae83-9962-44d6-bbdb-7bab1cce317c'),
(107496,82,21142,NULL,491,1,'2026-01-28 21:43:12','2026-01-28 21:43:12','7e01452b-f526-4996-ae37-ec4b4d2b4c00'),
(107497,46,21142,NULL,7369,1,'2026-01-28 21:43:12','2026-01-28 21:43:12','085f5866-6301-493f-8ef0-a0e907bd0b48'),
(107498,47,21142,NULL,12449,1,'2026-01-28 21:43:12','2026-01-28 21:43:12','7438e20e-a11d-4b2f-b90e-16550ebb52bc'),
(107499,57,21142,NULL,10004,1,'2026-01-28 21:43:12','2026-01-28 21:43:12','c3a8c5f8-7ec2-4f8b-891c-4daaf360efe3'),
(107500,57,21142,NULL,10005,2,'2026-01-28 21:43:12','2026-01-28 21:43:12','681d02f8-4dba-4385-b06b-1cff462533f4'),
(107501,57,21142,NULL,10006,3,'2026-01-28 21:43:12','2026-01-28 21:43:12','6db64bc9-e491-454c-9a92-3faa97a510fd'),
(107502,57,21142,NULL,10007,4,'2026-01-28 21:43:12','2026-01-28 21:43:12','6a822e7c-1579-4eb3-ab71-0119d7aadff7'),
(107503,57,21142,NULL,10009,5,'2026-01-28 21:43:12','2026-01-28 21:43:12','383dfa74-95c0-4975-994f-d1609a7122c1'),
(107504,57,21142,NULL,10010,6,'2026-01-28 21:43:12','2026-01-28 21:43:12','a01e73ca-9d62-450d-9062-aae14e700865'),
(107505,57,21142,NULL,10012,7,'2026-01-28 21:43:12','2026-01-28 21:43:12','30e52701-154a-46e1-81c1-586468f6e4fe'),
(107506,57,21142,NULL,10013,8,'2026-01-28 21:43:12','2026-01-28 21:43:12','5bf35a97-c0e3-443c-ad5d-e5e97d9811b7'),
(107507,57,21142,NULL,10014,9,'2026-01-28 21:43:12','2026-01-28 21:43:12','70b26b5b-bf8c-4073-af45-a04c2fbc152f'),
(107508,57,21142,NULL,10015,10,'2026-01-28 21:43:12','2026-01-28 21:43:12','1676b712-ac21-4e48-85b2-f88c3a18ef08'),
(107509,57,21142,NULL,10016,11,'2026-01-28 21:43:12','2026-01-28 21:43:12','162e9f62-13d2-4815-a804-a47f4cc8eafd'),
(107510,57,21142,NULL,10018,12,'2026-01-28 21:43:12','2026-01-28 21:43:12','2ad7038c-49f0-4eab-82a9-9283ac2ebe66'),
(107511,57,21142,NULL,10019,13,'2026-01-28 21:43:12','2026-01-28 21:43:12','886a2a34-8bfc-4199-a985-17c4588d4062'),
(107512,57,21142,NULL,10020,14,'2026-01-28 21:43:12','2026-01-28 21:43:12','da89c453-693c-4ab4-9096-743f4b0b9e08'),
(107539,32,21144,NULL,2614,1,'2026-01-28 21:43:23','2026-01-28 21:43:23','7d6f14c0-8b68-49c9-83ff-382b81462670'),
(107540,32,21144,NULL,2610,2,'2026-01-28 21:43:23','2026-01-28 21:43:23','b531f199-2ab0-438f-9912-5d6aaa2d855e'),
(107541,32,21144,NULL,2598,3,'2026-01-28 21:43:23','2026-01-28 21:43:23','f09946d1-ee5f-49d7-9bc5-601f4623f0f8'),
(107542,32,21144,NULL,2608,4,'2026-01-28 21:43:23','2026-01-28 21:43:23','4371e199-c63b-41f4-a406-993b8371d40e'),
(107543,32,21144,NULL,2600,5,'2026-01-28 21:43:23','2026-01-28 21:43:23','9e9b461b-f196-443f-b277-5e0399aa009b'),
(107544,32,21144,NULL,2596,6,'2026-01-28 21:43:23','2026-01-28 21:43:23','12f5931b-73ea-4a4d-bee6-827a1db89fa3'),
(107545,32,21144,NULL,2602,7,'2026-01-28 21:43:23','2026-01-28 21:43:23','9b0207ff-6a84-4d45-97ec-6670b52d67ec'),
(107546,32,21144,NULL,2606,8,'2026-01-28 21:43:23','2026-01-28 21:43:23','f853399b-9cf7-4529-944c-5b3c365356dc'),
(107547,32,21144,NULL,2612,9,'2026-01-28 21:43:23','2026-01-28 21:43:23','287524ee-df83-46cc-b2ba-c2eea12b5df0'),
(107548,32,21144,NULL,2604,10,'2026-01-28 21:43:23','2026-01-28 21:43:23','8268bd89-2f87-4c2d-b776-a463c0d135a8'),
(107549,16,21144,NULL,6659,1,'2026-01-28 21:43:23','2026-01-28 21:43:23','2858e6fb-a4e5-4124-a17c-4a474bed52e7'),
(107550,7,21144,NULL,6547,1,'2026-01-28 21:43:23','2026-01-28 21:43:23','31246b4b-c6b0-4480-983e-e1ff25a1ec9a'),
(107551,7,21144,NULL,601,2,'2026-01-28 21:43:23','2026-01-28 21:43:23','b7a03b23-b4d6-4368-abef-2a2cd226cd61'),
(107552,7,21144,NULL,617,3,'2026-01-28 21:43:23','2026-01-28 21:43:23','925ef2e5-be31-430b-9334-230a6ad1383b'),
(107553,7,21144,NULL,9640,4,'2026-01-28 21:43:23','2026-01-28 21:43:23','e303e34f-fd23-4cdd-a515-0b53440188ac'),
(107554,7,21144,NULL,2974,5,'2026-01-28 21:43:23','2026-01-28 21:43:23','4e54d128-3587-456b-84c0-db9a380810ed'),
(107555,7,21144,NULL,605,6,'2026-01-28 21:43:23','2026-01-28 21:43:23','1856f829-7cc9-4fb7-8709-833b1724d799'),
(107556,7,21144,NULL,9552,7,'2026-01-28 21:43:23','2026-01-28 21:43:23','92c023ad-b73e-40ec-ac13-4ad4e24ca5c8'),
(107557,47,21144,NULL,12453,1,'2026-01-28 21:43:23','2026-01-28 21:43:23','03a7ff44-02e1-450b-bbaa-3072026b06fd'),
(107558,57,21144,NULL,6680,1,'2026-01-28 21:43:23','2026-01-28 21:43:23','75e6bce9-6ffc-4ab5-8f84-2a29c13dba9e'),
(107559,57,21144,NULL,6681,2,'2026-01-28 21:43:23','2026-01-28 21:43:23','b53ce1dc-56f6-4dec-91d4-16b6f7fb468a'),
(107560,57,21144,NULL,6682,3,'2026-01-28 21:43:23','2026-01-28 21:43:23','ca958fd0-5f42-4997-8f1c-60a729e1f865'),
(107561,57,21144,NULL,6683,4,'2026-01-28 21:43:23','2026-01-28 21:43:23','96fe91d8-b39a-4e28-acc9-9bfbc82f4422'),
(107562,57,21144,NULL,6684,5,'2026-01-28 21:43:23','2026-01-28 21:43:23','507dcb88-8cd0-4583-8698-bcce172c826a'),
(107588,32,21146,NULL,2610,1,'2026-01-28 21:43:34','2026-01-28 21:43:34','aa080abe-571d-4008-bbe3-cb7e83bf36bc'),
(107589,32,21146,NULL,2598,2,'2026-01-28 21:43:34','2026-01-28 21:43:34','1db47f45-6b4f-4f7e-994a-ec8aeb125431'),
(107590,32,21146,NULL,2608,3,'2026-01-28 21:43:34','2026-01-28 21:43:34','9159c493-7ffd-44a1-aded-70477ce2dcf9'),
(107591,32,21146,NULL,2600,4,'2026-01-28 21:43:34','2026-01-28 21:43:34','ef37c0fa-d67e-4209-9379-580430a6ba89'),
(107592,32,21146,NULL,2596,5,'2026-01-28 21:43:34','2026-01-28 21:43:34','1d88845c-a69a-41e0-9014-8207b1c4ff3d'),
(107593,32,21146,NULL,2602,6,'2026-01-28 21:43:34','2026-01-28 21:43:34','b02e6c8e-ebaa-46ca-b29b-9f2417544c56'),
(107594,32,21146,NULL,2606,7,'2026-01-28 21:43:34','2026-01-28 21:43:34','db1ff566-c04a-4116-8950-c9ae0ba575f7'),
(107595,32,21146,NULL,2612,8,'2026-01-28 21:43:34','2026-01-28 21:43:34','0e161eb2-4c89-4de8-b8c3-d645fb4d1a3c'),
(107596,32,21146,NULL,2604,9,'2026-01-28 21:43:34','2026-01-28 21:43:34','f301af88-4f1e-4b48-ac49-6a5721537a8f'),
(107597,16,21146,NULL,9286,1,'2026-01-28 21:43:34','2026-01-28 21:43:34','fca2dbc3-a546-4201-8dbe-6d819baec273'),
(107598,7,21146,NULL,3468,1,'2026-01-28 21:43:34','2026-01-28 21:43:34','dffff602-31a1-469b-ad53-1e33b60b77e9'),
(107599,7,21146,NULL,601,2,'2026-01-28 21:43:34','2026-01-28 21:43:34','6117b046-594c-4386-9eea-bbcdb70f853a'),
(107600,7,21146,NULL,617,3,'2026-01-28 21:43:34','2026-01-28 21:43:34','47d239a6-cc01-45ce-8946-18a80c2a509f'),
(107601,7,21146,NULL,9552,4,'2026-01-28 21:43:34','2026-01-28 21:43:34','701f84b9-fc72-4103-b737-4be692a60671'),
(107602,7,21146,NULL,605,5,'2026-01-28 21:43:34','2026-01-28 21:43:34','13717594-e811-4e53-82a9-35a4a080709e'),
(107603,82,21146,NULL,491,1,'2026-01-28 21:43:34','2026-01-28 21:43:34','d193fb03-627a-456e-9645-0bf49d45c6a5'),
(107604,47,21146,NULL,12455,1,'2026-01-28 21:43:34','2026-01-28 21:43:34','2dfcdcca-b53b-416b-bb46-2b0ba4261b03'),
(107605,57,21146,NULL,9293,1,'2026-01-28 21:43:34','2026-01-28 21:43:34','0a51abf6-72b9-41cf-ae99-a5118283adb7'),
(107606,57,21146,NULL,9290,2,'2026-01-28 21:43:34','2026-01-28 21:43:34','120c56e3-d440-4c10-9d94-14003782e4c6'),
(107607,57,21146,NULL,9289,3,'2026-01-28 21:43:34','2026-01-28 21:43:34','580156cf-0291-4287-8243-233d0fabd39a'),
(107608,57,21146,NULL,9294,4,'2026-01-28 21:43:34','2026-01-28 21:43:34','d1a88e5f-649c-45f6-b80d-0cbe5b0d55c4'),
(107609,57,21146,NULL,9291,5,'2026-01-28 21:43:34','2026-01-28 21:43:34','1a405205-cc2c-410f-b5a4-184ebaf9ed61'),
(107610,57,21146,NULL,9292,6,'2026-01-28 21:43:34','2026-01-28 21:43:34','8b4d04ab-ed0d-476d-97ac-7511c954d4d4'),
(107645,32,21148,NULL,2614,1,'2026-01-28 21:43:47','2026-01-28 21:43:47','12dec1ba-4357-4af4-ab10-b39470de1bc2'),
(107646,32,21148,NULL,2610,2,'2026-01-28 21:43:47','2026-01-28 21:43:47','cb380dd6-c4ab-4888-a334-00dd7b1b7a73'),
(107647,32,21148,NULL,2598,3,'2026-01-28 21:43:47','2026-01-28 21:43:47','03645754-d522-440f-a987-6d6c38e449bc'),
(107648,32,21148,NULL,2608,4,'2026-01-28 21:43:47','2026-01-28 21:43:47','720877bc-d018-43f9-83f5-9fe015cb0e4b'),
(107649,32,21148,NULL,2600,5,'2026-01-28 21:43:47','2026-01-28 21:43:47','24c18479-0fee-4069-830d-20f4841566a3'),
(107650,32,21148,NULL,2596,6,'2026-01-28 21:43:47','2026-01-28 21:43:47','8256dff7-ece9-4f1a-abb7-a8d69f4cd463'),
(107651,32,21148,NULL,2602,7,'2026-01-28 21:43:47','2026-01-28 21:43:47','4ef1ee0b-666b-4a5a-9526-6ea763653972'),
(107652,32,21148,NULL,2606,8,'2026-01-28 21:43:47','2026-01-28 21:43:47','b85cfc5a-eff9-4d33-92c5-daaa4388be5b'),
(107653,32,21148,NULL,2612,9,'2026-01-28 21:43:47','2026-01-28 21:43:47','5592bc31-9321-4226-9301-3d6a11609852'),
(107654,32,21148,NULL,2604,10,'2026-01-28 21:43:47','2026-01-28 21:43:47','1443b855-eb70-427b-803d-7157a6760035'),
(107655,16,21148,NULL,10041,1,'2026-01-28 21:43:47','2026-01-28 21:43:47','ade8d72c-ee40-4e1f-b407-a15a63a2fcba'),
(107656,7,21148,NULL,601,1,'2026-01-28 21:43:47','2026-01-28 21:43:47','af908d12-37ff-4f5e-befa-c26d46474b24'),
(107657,7,21148,NULL,617,2,'2026-01-28 21:43:47','2026-01-28 21:43:47','09a8cc40-bec0-4976-815b-3a4309a2c56d'),
(107658,7,21148,NULL,9549,3,'2026-01-28 21:43:47','2026-01-28 21:43:47','e9096e7a-7057-48d4-b257-d61dbd2a9cfd'),
(107659,7,21148,NULL,605,4,'2026-01-28 21:43:47','2026-01-28 21:43:47','6ec4b7ce-cea2-443c-b9e2-4be253a5cee2'),
(107660,7,21148,NULL,9552,5,'2026-01-28 21:43:47','2026-01-28 21:43:47','7cbc41a9-4492-4b7e-a6ec-c7801dad066b'),
(107661,47,21148,NULL,12458,1,'2026-01-28 21:43:47','2026-01-28 21:43:47','2f13abdb-ebab-4422-8efe-fcff944aee85'),
(107662,57,21148,NULL,10057,1,'2026-01-28 21:43:47','2026-01-28 21:43:47','bb28cf67-83b1-4f51-8198-d25345188329'),
(107663,57,21148,NULL,10049,2,'2026-01-28 21:43:47','2026-01-28 21:43:47','dc810a99-5e4f-46a0-aca7-ebe526c6ad3a'),
(107664,57,21148,NULL,10044,3,'2026-01-28 21:43:47','2026-01-28 21:43:47','261e0be8-88b5-46be-9016-467094a9f012'),
(107665,57,21148,NULL,10045,4,'2026-01-28 21:43:47','2026-01-28 21:43:47','eb873b1f-8864-41b5-a33e-4f5c681da206'),
(107666,57,21148,NULL,10042,5,'2026-01-28 21:43:47','2026-01-28 21:43:47','e6f4799c-ab09-4bf2-afdb-c761a8be3067'),
(107667,57,21148,NULL,10043,6,'2026-01-28 21:43:47','2026-01-28 21:43:47','99860b08-e1ea-4ad1-a513-4c289322f6c2'),
(107668,57,21148,NULL,10046,7,'2026-01-28 21:43:47','2026-01-28 21:43:47','4f5dc549-0f30-482c-b4ca-b29ad30eaa76'),
(107669,57,21148,NULL,10047,8,'2026-01-28 21:43:47','2026-01-28 21:43:47','cd3fcb62-4858-4a73-bdeb-1565c2bbf5c6'),
(107670,57,21148,NULL,10048,9,'2026-01-28 21:43:47','2026-01-28 21:43:47','6ed792ff-0455-4888-a097-e1d85d14656b'),
(107671,57,21148,NULL,10051,10,'2026-01-28 21:43:47','2026-01-28 21:43:47','0d6a53fe-4e66-4644-90ca-e286ab30f54d'),
(107672,57,21148,NULL,10052,11,'2026-01-28 21:43:47','2026-01-28 21:43:47','7e2eaac5-6377-4265-a28f-f41618cc3f8b'),
(107673,57,21148,NULL,10053,12,'2026-01-28 21:43:47','2026-01-28 21:43:47','7f595796-8246-4be7-955e-067a9a3a252d'),
(107674,57,21148,NULL,10055,13,'2026-01-28 21:43:47','2026-01-28 21:43:47','589f5ebe-47a2-45d6-9859-e78a1c7bc2d1'),
(107675,57,21148,NULL,10059,14,'2026-01-28 21:43:47','2026-01-28 21:43:47','1771c987-1998-4b98-b9b9-43f10885c76e'),
(107676,57,21148,NULL,10060,15,'2026-01-28 21:43:47','2026-01-28 21:43:47','4bdcf8b1-ed0f-4cd3-8a7a-8e7f0a147a43'),
(107709,32,21150,NULL,2610,1,'2026-01-28 21:43:55','2026-01-28 21:43:55','f21468b0-c781-4a87-828d-ff1192258a3d'),
(107710,32,21150,NULL,2598,2,'2026-01-28 21:43:55','2026-01-28 21:43:55','ec92e46c-cf0c-462a-a334-b34c6b5b81c5'),
(107711,32,21150,NULL,2608,3,'2026-01-28 21:43:55','2026-01-28 21:43:55','0aaee922-64b0-45bf-bdab-352c12e8fb8f'),
(107712,32,21150,NULL,2600,4,'2026-01-28 21:43:55','2026-01-28 21:43:55','79ff010b-ada8-49d0-9f35-c56034d79e67'),
(107713,32,21150,NULL,2596,5,'2026-01-28 21:43:55','2026-01-28 21:43:55','33356e5a-8a02-4a3b-9c50-40427d8d867d'),
(107714,32,21150,NULL,2602,6,'2026-01-28 21:43:55','2026-01-28 21:43:55','7a702b86-b56f-4d1e-9bb1-68a1a7a6970a'),
(107715,32,21150,NULL,2606,7,'2026-01-28 21:43:55','2026-01-28 21:43:55','ac0eb06e-d85e-41b5-8e18-eca9293f9e93'),
(107716,32,21150,NULL,2612,8,'2026-01-28 21:43:55','2026-01-28 21:43:55','6b9fa4e3-52a6-4e19-9e93-cea614817846'),
(107717,32,21150,NULL,2604,9,'2026-01-28 21:43:55','2026-01-28 21:43:55','cad16938-24da-4c05-a62f-dc40df95761c'),
(107718,16,21150,NULL,6422,1,'2026-01-28 21:43:55','2026-01-28 21:43:55','bd3fa555-a8fb-4a5f-bcc8-b349b55925f8'),
(107719,7,21150,NULL,3468,1,'2026-01-28 21:43:55','2026-01-28 21:43:55','9800449e-d84b-4215-ba76-9c6988359bbd'),
(107720,7,21150,NULL,601,2,'2026-01-28 21:43:55','2026-01-28 21:43:55','28424e9e-62a2-49e1-b16e-784c191a7175'),
(107721,7,21150,NULL,617,3,'2026-01-28 21:43:55','2026-01-28 21:43:55','818a37b1-9a0b-4ef5-bb50-d1d86e7ff23c'),
(107722,7,21150,NULL,605,4,'2026-01-28 21:43:55','2026-01-28 21:43:55','c50a743d-684a-4494-a4bd-5bd11ad2934b'),
(107723,7,21150,NULL,9552,5,'2026-01-28 21:43:55','2026-01-28 21:43:55','96f88312-b1e9-4b85-acf6-dfecdd06b620'),
(107724,82,21150,NULL,491,1,'2026-01-28 21:43:55','2026-01-28 21:43:55','d0f1b5b6-55c1-4c4a-bc55-8a4876f3a63a'),
(107725,46,21150,NULL,7369,1,'2026-01-28 21:43:55','2026-01-28 21:43:55','10cc5264-023f-42e3-92f5-8f470b5f2cee'),
(107726,47,21150,NULL,12467,1,'2026-01-28 21:43:55','2026-01-28 21:43:55','a14ec22b-e5bc-4ac0-a768-cf083e2b5ca6'),
(107727,57,21150,NULL,9319,1,'2026-01-28 21:43:55','2026-01-28 21:43:55','388d9d99-462a-4673-97e8-76edf71a0d19'),
(107728,57,21150,NULL,9320,2,'2026-01-28 21:43:55','2026-01-28 21:43:55','7f3861e0-6f67-4a1d-adaa-3c3a260c24c3'),
(107729,57,21150,NULL,9321,3,'2026-01-28 21:43:55','2026-01-28 21:43:55','5750b04e-4958-4322-ae67-175f0d559671'),
(107730,57,21150,NULL,9322,4,'2026-01-28 21:43:55','2026-01-28 21:43:55','1e9e83a9-e4c1-400b-b8fc-db66fab18f16'),
(107731,57,21150,NULL,10087,5,'2026-01-28 21:43:55','2026-01-28 21:43:55','5c6c4d45-0a66-41d6-82d8-4355539324ae'),
(107732,57,21150,NULL,9323,6,'2026-01-28 21:43:55','2026-01-28 21:43:55','9b51aa64-5ad9-40fe-9c35-d82b7010684f'),
(107733,57,21150,NULL,10084,7,'2026-01-28 21:43:55','2026-01-28 21:43:55','e3506cf0-74f7-4dc3-bf2d-c3d88d8e9c95'),
(107734,57,21150,NULL,10085,8,'2026-01-28 21:43:55','2026-01-28 21:43:55','bedbf61e-6249-4679-bb5b-985a031c40de'),
(107735,57,21150,NULL,10088,9,'2026-01-28 21:43:55','2026-01-28 21:43:55','b9248a76-02ee-448e-8728-899171dfaf40'),
(107736,57,21150,NULL,10089,10,'2026-01-28 21:43:55','2026-01-28 21:43:55','8c064dd9-ce5c-48c1-b400-0658f997f580'),
(107737,57,21150,NULL,10083,11,'2026-01-28 21:43:55','2026-01-28 21:43:55','0aa27847-2fb3-4251-868b-d7781a4e9f19'),
(107738,57,21150,NULL,10090,12,'2026-01-28 21:43:55','2026-01-28 21:43:55','ce16c975-1377-4da0-8f12-f3452f23e2a8'),
(107739,13,21150,NULL,6844,1,'2026-01-28 21:43:55','2026-01-28 21:43:55','50621128-0e7f-4aaa-8110-5f14668301ea'),
(107766,32,21312,NULL,2610,1,'2026-01-29 14:34:42','2026-01-29 14:34:42','4ce719a3-771d-476b-9ec4-84078a059248'),
(107767,32,21312,NULL,2598,2,'2026-01-29 14:34:42','2026-01-29 14:34:42','1b68cfaa-e003-41b8-9251-87949a601a60'),
(107768,32,21312,NULL,2608,3,'2026-01-29 14:34:42','2026-01-29 14:34:42','1a4da2eb-6a44-469e-ae83-18397ee17564'),
(107769,32,21312,NULL,2600,4,'2026-01-29 14:34:42','2026-01-29 14:34:42','9b5ef16e-465e-4a93-a89f-d603fdcdedcc'),
(107770,32,21312,NULL,2596,5,'2026-01-29 14:34:42','2026-01-29 14:34:42','76458e9c-0c89-4613-b109-b8c20f24323e'),
(107771,32,21312,NULL,2602,6,'2026-01-29 14:34:42','2026-01-29 14:34:42','a7e362b0-0113-4b7b-9616-3440aca4b09b'),
(107772,32,21312,NULL,2612,7,'2026-01-29 14:34:42','2026-01-29 14:34:42','faf6f6c5-634c-4690-8d87-6de4e695e6f0'),
(107773,32,21312,NULL,2618,8,'2026-01-29 14:34:42','2026-01-29 14:34:42','a476c3a3-611b-4e4c-8d96-a164b9e28b09'),
(107774,32,21312,NULL,2604,9,'2026-01-29 14:34:42','2026-01-29 14:34:42','1b1bc118-69fa-491f-a845-d6879a46fff2'),
(107775,32,21312,NULL,2606,10,'2026-01-29 14:34:42','2026-01-29 14:34:42','805802bd-5991-4094-9b31-c1ea5903d84e'),
(107776,16,21312,NULL,9068,1,'2026-01-29 14:34:42','2026-01-29 14:34:42','76d5ea31-1d52-4def-888c-f38bd9eb6b5d'),
(107777,7,21312,NULL,6547,1,'2026-01-29 14:34:42','2026-01-29 14:34:42','446aa4f1-9185-41ee-b2fa-01a04a67ae6d'),
(107778,7,21312,NULL,601,2,'2026-01-29 14:34:42','2026-01-29 14:34:42','bb3ad8b0-fd8b-432e-b8d2-a48ddd9cca57'),
(107779,7,21312,NULL,617,3,'2026-01-29 14:34:42','2026-01-29 14:34:42','362c845a-4a80-4249-9ce6-2985c18e7af5'),
(107780,7,21312,NULL,9732,4,'2026-01-29 14:34:42','2026-01-29 14:34:42','5dfdeb0a-284f-4f82-86cb-b5d1de3c451f'),
(107781,7,21312,NULL,9735,5,'2026-01-29 14:34:42','2026-01-29 14:34:42','eeb80aed-51be-4a0c-a20d-05133c699241'),
(107782,7,21312,NULL,2972,6,'2026-01-29 14:34:42','2026-01-29 14:34:42','88501077-56c6-478b-a323-6515de5880a6'),
(107783,7,21312,NULL,9549,7,'2026-01-29 14:34:42','2026-01-29 14:34:42','657b03f8-7052-4360-9049-43749e546ccf'),
(107784,7,21312,NULL,605,8,'2026-01-29 14:34:42','2026-01-29 14:34:42','cc159741-2244-4ad3-bd60-e05f47e3d765'),
(107785,7,21312,NULL,9552,9,'2026-01-29 14:34:42','2026-01-29 14:34:42','dfc49119-b670-45fd-b239-6a775fa18d2d'),
(107786,82,21312,NULL,479,1,'2026-01-29 14:34:42','2026-01-29 14:34:42','1c7a214c-65de-44a9-9dce-6b515b06e2d1'),
(107787,82,21312,NULL,491,2,'2026-01-29 14:34:42','2026-01-29 14:34:42','26207048-57e3-4148-b2a0-a748d2094766'),
(107788,46,21312,NULL,3697,1,'2026-01-29 14:34:42','2026-01-29 14:34:42','3d5fd12c-b8a4-440e-9d77-06db2043bb57'),
(107789,47,21312,NULL,12297,1,'2026-01-29 14:34:42','2026-01-29 14:34:42','f826dad5-2aa1-4b92-ba15-073521799252'),
(107790,57,21312,NULL,9071,1,'2026-01-29 14:34:42','2026-01-29 14:34:42','565878c5-1628-4e5f-a91e-88f90b5d772c'),
(107791,57,21312,NULL,9072,2,'2026-01-29 14:34:42','2026-01-29 14:34:42','90ce8f68-c80b-4999-8f65-8ffa1e667e12'),
(107792,57,21312,NULL,9073,3,'2026-01-29 14:34:42','2026-01-29 14:34:42','f3b09385-30b8-4cd0-b740-485a19a67705'),
(107793,57,21312,NULL,9074,4,'2026-01-29 14:34:42','2026-01-29 14:34:42','1b2a1d30-afa3-433f-a5ac-30c58d181e80'),
(107794,57,21312,NULL,9075,5,'2026-01-29 14:34:42','2026-01-29 14:34:42','9881f679-e3ba-4306-941c-768237e3d0e1'),
(107795,13,21312,NULL,6872,1,'2026-01-29 14:34:42','2026-01-29 14:34:42','fa802721-33b6-4f64-be96-45f2d6173588'),
(107826,32,21314,NULL,2610,1,'2026-01-29 14:35:13','2026-01-29 14:35:13','152f3eea-8997-4091-bfd2-b98defd9afed'),
(107827,32,21314,NULL,2598,2,'2026-01-29 14:35:13','2026-01-29 14:35:13','ada43600-15b7-4ea1-b00f-3964fba21d68'),
(107828,32,21314,NULL,2608,3,'2026-01-29 14:35:13','2026-01-29 14:35:13','3a3d11f5-df50-4ef3-831b-330316a4a724'),
(107829,32,21314,NULL,2600,4,'2026-01-29 14:35:13','2026-01-29 14:35:13','903a8552-d43d-41fd-b7b4-09081c29b4fc'),
(107830,32,21314,NULL,2596,5,'2026-01-29 14:35:13','2026-01-29 14:35:13','2b470f59-7f6f-49b3-a22a-fb83d376416b'),
(107831,32,21314,NULL,2602,6,'2026-01-29 14:35:13','2026-01-29 14:35:13','50c45066-c52f-48ce-bef8-240e34967751'),
(107832,32,21314,NULL,2612,7,'2026-01-29 14:35:13','2026-01-29 14:35:13','940c71a3-e9d7-43fd-a5eb-b6292fa90933'),
(107833,32,21314,NULL,2618,8,'2026-01-29 14:35:13','2026-01-29 14:35:13','1bf624e4-2b68-487e-bd60-d0354d620510'),
(107834,32,21314,NULL,2604,9,'2026-01-29 14:35:13','2026-01-29 14:35:13','f1bf284b-a16e-4ad2-9ef2-f4bc14b52a9a'),
(107835,32,21314,NULL,2606,10,'2026-01-29 14:35:13','2026-01-29 14:35:13','edc9dcfb-6eb0-4ae6-ac03-d4d66ad009a7'),
(107836,16,21314,NULL,9068,1,'2026-01-29 14:35:13','2026-01-29 14:35:13','caba98d3-6cf4-4798-8282-e5b07bdf1aa4'),
(107837,7,21314,NULL,6547,1,'2026-01-29 14:35:13','2026-01-29 14:35:13','f8419169-be49-4210-9517-07afeff16082'),
(107838,7,21314,NULL,601,2,'2026-01-29 14:35:13','2026-01-29 14:35:13','1241e81f-3d86-4bcc-b406-4e34200833a4'),
(107839,7,21314,NULL,617,3,'2026-01-29 14:35:13','2026-01-29 14:35:13','5f3c2047-5dc4-4849-999b-8a009ccc90bb'),
(107840,7,21314,NULL,9732,4,'2026-01-29 14:35:13','2026-01-29 14:35:13','d018f0d7-8c4c-42b0-b863-738a37d0c587'),
(107841,7,21314,NULL,9735,5,'2026-01-29 14:35:13','2026-01-29 14:35:13','bb5a1cc6-f8df-43a3-9adb-536233e60ff3'),
(107842,7,21314,NULL,2972,6,'2026-01-29 14:35:13','2026-01-29 14:35:13','8ad62723-c6d8-4118-b3d8-434fa51ad751'),
(107843,7,21314,NULL,9549,7,'2026-01-29 14:35:13','2026-01-29 14:35:13','b765d26f-332a-433d-92a3-d3ff8f78aae5'),
(107844,7,21314,NULL,605,8,'2026-01-29 14:35:13','2026-01-29 14:35:13','471c016a-56c2-45e0-a6e9-9be80e7227e2'),
(107845,7,21314,NULL,9552,9,'2026-01-29 14:35:13','2026-01-29 14:35:13','9f3cbdb2-1245-4446-a73c-1c46a3f9f25e'),
(107846,82,21314,NULL,479,1,'2026-01-29 14:35:13','2026-01-29 14:35:13','cb224f1d-2512-41b7-801a-45a00608b386'),
(107847,82,21314,NULL,491,2,'2026-01-29 14:35:13','2026-01-29 14:35:13','bc3026b9-feb8-466e-9b30-c2ed417c92e7'),
(107848,46,21314,NULL,3697,1,'2026-01-29 14:35:13','2026-01-29 14:35:13','e139cd28-402a-4d43-a599-a73e67499b10'),
(107849,47,21314,NULL,12297,1,'2026-01-29 14:35:13','2026-01-29 14:35:13','a1c0e18f-44f9-4fb1-a13c-85e64725be5d'),
(107850,57,21314,NULL,9071,1,'2026-01-29 14:35:13','2026-01-29 14:35:13','743d9e3c-bf17-4760-bea3-262e66aa4b4b'),
(107851,57,21314,NULL,9072,2,'2026-01-29 14:35:13','2026-01-29 14:35:13','2baec063-a8b2-4c72-b1f3-9a77836d46f7'),
(107852,57,21314,NULL,9073,3,'2026-01-29 14:35:13','2026-01-29 14:35:13','a0fb226a-be5f-4452-a829-adb75f7520a7'),
(107853,57,21314,NULL,9074,4,'2026-01-29 14:35:13','2026-01-29 14:35:13','9884d728-a202-442c-a53c-357bde41aabc'),
(107854,57,21314,NULL,9075,5,'2026-01-29 14:35:13','2026-01-29 14:35:13','65a6ec43-5772-42e9-998c-bf42bb503764'),
(107855,13,21314,NULL,6872,1,'2026-01-29 14:35:13','2026-01-29 14:35:13','6827529a-24b7-426a-a842-48d75a8ebf5a'),
(107881,32,21316,NULL,2614,1,'2026-01-29 14:38:44','2026-01-29 14:38:44','0197e7e4-ed9c-46a6-b49c-77c061ae5bb4'),
(107882,32,21316,NULL,2610,2,'2026-01-29 14:38:44','2026-01-29 14:38:44','9d644259-7e71-4438-b957-f798ad566175'),
(107883,32,21316,NULL,2598,3,'2026-01-29 14:38:44','2026-01-29 14:38:44','f3fe268d-b82a-46e1-b21b-d7f26630cde0'),
(107884,32,21316,NULL,2608,4,'2026-01-29 14:38:44','2026-01-29 14:38:44','9ae21c2c-9616-4b4a-ac6f-824b54d7d964'),
(107885,32,21316,NULL,2600,5,'2026-01-29 14:38:44','2026-01-29 14:38:44','a1857c4a-b258-4fe5-bbd1-5989806d1b2a'),
(107886,32,21316,NULL,2596,6,'2026-01-29 14:38:44','2026-01-29 14:38:44','1f3cece3-c441-42e0-b5e5-5ba59e2f9a86'),
(107887,32,21316,NULL,2602,7,'2026-01-29 14:38:44','2026-01-29 14:38:44','e9dea686-c624-43d3-8289-7e042d8ce07e'),
(107888,32,21316,NULL,2612,8,'2026-01-29 14:38:44','2026-01-29 14:38:44','5325161e-cc0c-4fe2-a17f-042414017786'),
(107889,32,21316,NULL,2604,9,'2026-01-29 14:38:44','2026-01-29 14:38:44','653514e2-46e6-48dc-a31b-4de74e6b22f4'),
(107890,32,21316,NULL,2606,10,'2026-01-29 14:38:44','2026-01-29 14:38:44','53c8c0a9-8613-4a06-ae58-47c5652d086c'),
(107891,16,21316,NULL,9238,1,'2026-01-29 14:38:44','2026-01-29 14:38:44','515d917c-1c59-4aaf-8dfb-5e09a837e7f2'),
(107892,7,21316,NULL,3468,1,'2026-01-29 14:38:44','2026-01-29 14:38:44','c7c1bb36-3c74-4d40-8211-e6a5c80b11bd'),
(107893,7,21316,NULL,601,2,'2026-01-29 14:38:44','2026-01-29 14:38:44','69dfc2f3-d414-4fe6-8659-fd202ce78807'),
(107894,7,21316,NULL,617,3,'2026-01-29 14:38:44','2026-01-29 14:38:44','73d5fb09-ad0c-42c1-b94b-171ce8881c3d'),
(107895,7,21316,NULL,9552,4,'2026-01-29 14:38:44','2026-01-29 14:38:44','e9234c10-a8f6-49dc-83d4-34745ee2b209'),
(107896,7,21316,NULL,605,5,'2026-01-29 14:38:44','2026-01-29 14:38:44','66d50b32-72bd-4338-bace-d692b9eb3416'),
(107897,82,21316,NULL,479,1,'2026-01-29 14:38:44','2026-01-29 14:38:44','cca4ff8a-d800-4ee6-8654-abc3c1d70ace'),
(107898,47,21316,NULL,12374,1,'2026-01-29 14:38:44','2026-01-29 14:38:44','fbe47a89-54ff-4d4f-95b6-ade6790b2cac'),
(107899,57,21316,NULL,9244,1,'2026-01-29 14:38:44','2026-01-29 14:38:44','31303cc3-603e-4fa7-a4a9-6dff8dab82e1'),
(107900,57,21316,NULL,9250,2,'2026-01-29 14:38:44','2026-01-29 14:38:44','fbc6c618-1923-4f76-895b-9b2d5f867bce'),
(107901,57,21316,NULL,9245,3,'2026-01-29 14:38:44','2026-01-29 14:38:44','20bb5477-dd3f-4f6f-ad42-0675ae21cb73'),
(107902,57,21316,NULL,9246,4,'2026-01-29 14:38:44','2026-01-29 14:38:44','84f6a6c2-1fd3-47f1-b6ad-075b87510e8e'),
(107903,57,21316,NULL,9247,5,'2026-01-29 14:38:44','2026-01-29 14:38:44','0265f7a9-dd93-4faf-932e-33751c7407b6'),
(107904,57,21316,NULL,9248,6,'2026-01-29 14:38:44','2026-01-29 14:38:44','9375a006-f33e-45f0-a7b9-e80dbc82f87b'),
(107905,57,21316,NULL,9249,7,'2026-01-29 14:38:44','2026-01-29 14:38:44','cc5a0a9d-32c6-4a08-adf8-5a2c13ad6f62'),
(107906,32,21325,NULL,2610,1,'2026-01-29 15:59:54','2026-01-29 15:59:54','648dd075-265d-461f-846c-415bd6cf9866'),
(107907,32,21325,NULL,2598,2,'2026-01-29 15:59:54','2026-01-29 15:59:54','990164cd-ebb6-4aa4-86a8-2a6120cd1647'),
(107908,32,21325,NULL,2608,3,'2026-01-29 15:59:54','2026-01-29 15:59:54','ba3457f4-bb02-42a1-80b2-ea8c90fd45aa'),
(107909,32,21325,NULL,2600,4,'2026-01-29 15:59:54','2026-01-29 15:59:54','a7c624e8-d950-46c0-ae0e-dda017bae412'),
(107910,32,21325,NULL,2596,5,'2026-01-29 15:59:54','2026-01-29 15:59:54','0443c12f-f16c-4910-9401-a9e1a7902818'),
(107911,32,21325,NULL,2602,6,'2026-01-29 15:59:54','2026-01-29 15:59:54','efcdeed9-73c7-4474-adce-e254e1b7dcb9'),
(107912,32,21325,NULL,2604,7,'2026-01-29 15:59:54','2026-01-29 15:59:54','c430112d-68df-4f59-bacd-9d35a4e5e6db'),
(107913,32,21325,NULL,2606,8,'2026-01-29 15:59:54','2026-01-29 15:59:54','8d147f49-dd24-4311-a7d7-7e60003adec7'),
(107914,32,21325,NULL,2612,9,'2026-01-29 15:59:54','2026-01-29 15:59:54','36e91915-4a66-4506-bdf4-a1e12187e36a'),
(107915,16,21325,NULL,545,1,'2026-01-29 15:59:54','2026-01-29 15:59:54','9c11f4c9-21ad-469b-be92-24c47ace0534'),
(107916,7,21325,NULL,601,1,'2026-01-29 15:59:54','2026-01-29 15:59:54','33f057f9-b774-4f1f-9be3-efcee57dd17e'),
(107917,7,21325,NULL,617,2,'2026-01-29 15:59:54','2026-01-29 15:59:54','22826c08-ab93-431b-8cf3-48c3acf3d781'),
(107918,7,21325,NULL,605,3,'2026-01-29 15:59:54','2026-01-29 15:59:54','ac34fbf0-8a05-4337-8b34-6b9688347332'),
(107919,7,21325,NULL,9552,4,'2026-01-29 15:59:54','2026-01-29 15:59:54','cb67c8c6-b18f-4d82-a720-531dbb8278b1'),
(107920,82,21325,NULL,491,1,'2026-01-29 15:59:54','2026-01-29 15:59:54','e287831f-692e-496f-bfb8-603b119c780c'),
(107921,47,21325,NULL,14954,1,'2026-01-29 15:59:54','2026-01-29 15:59:54','4c1a654d-77a1-447d-8ea8-985377c067f1'),
(107922,57,21325,NULL,545,1,'2026-01-29 15:59:54','2026-01-29 15:59:54','c7b42487-c409-4848-bf8f-9e891eb446ea'),
(107923,57,21325,NULL,137,2,'2026-01-29 15:59:54','2026-01-29 15:59:54','20cd955b-68e6-428b-84b6-712ecec9c0f6'),
(107924,57,21325,NULL,138,3,'2026-01-29 15:59:54','2026-01-29 15:59:54','6b3aa7bd-6190-42a9-91ac-8744b9e1224b'),
(107925,57,21325,NULL,136,4,'2026-01-29 15:59:54','2026-01-29 15:59:54','a08d3034-4dbe-45f2-a526-820db534036f'),
(107954,32,21327,NULL,2610,1,'2026-01-29 16:00:00','2026-01-29 16:00:00','fdc8bfee-714c-4982-bb92-0bc729f39d9b'),
(107955,32,21327,NULL,2598,2,'2026-01-29 16:00:00','2026-01-29 16:00:00','ff30cb23-def0-4f22-84a4-afe099f64936'),
(107956,32,21327,NULL,2608,3,'2026-01-29 16:00:00','2026-01-29 16:00:00','fb770a2f-39ff-4b2f-bc15-a56fb2119fd2'),
(107957,32,21327,NULL,2600,4,'2026-01-29 16:00:00','2026-01-29 16:00:00','0beec682-b3b6-4d2d-a3e8-122a5cc435a0'),
(107958,32,21327,NULL,2596,5,'2026-01-29 16:00:00','2026-01-29 16:00:00','e430fdf5-000b-4263-b928-858b63e66ed7'),
(107959,32,21327,NULL,2602,6,'2026-01-29 16:00:00','2026-01-29 16:00:00','f6aa4325-0861-49cf-9f11-690c99456268'),
(107960,32,21327,NULL,2604,7,'2026-01-29 16:00:00','2026-01-29 16:00:00','9acdc780-10a7-435a-afa5-dc15b5861209'),
(107961,32,21327,NULL,2606,8,'2026-01-29 16:00:00','2026-01-29 16:00:00','4eb1f251-0790-43a4-937b-e8eb4300e906'),
(107962,32,21327,NULL,2612,9,'2026-01-29 16:00:00','2026-01-29 16:00:00','4546694d-6f30-42e9-b853-58789a03f866'),
(107963,83,21327,NULL,951,1,'2026-01-29 16:00:00','2026-01-29 16:00:00','16e35bbc-d0cb-4c71-83a1-cc12f2c57c43'),
(107964,16,21327,NULL,7700,1,'2026-01-29 16:00:00','2026-01-29 16:00:00','d21dac37-bd06-4e8f-a496-c9605d18ebe9'),
(107965,7,21327,NULL,6547,1,'2026-01-29 16:00:00','2026-01-29 16:00:00','8e078c8a-99be-4827-a9d8-faf4baf180f2'),
(107966,7,21327,NULL,601,2,'2026-01-29 16:00:00','2026-01-29 16:00:00','6b6ef585-074d-48d6-afe0-277a7d7ab258'),
(107967,7,21327,NULL,2972,3,'2026-01-29 16:00:00','2026-01-29 16:00:00','009607d7-4373-4f60-9d6e-87be3cad66b5'),
(107968,7,21327,NULL,2974,4,'2026-01-29 16:00:00','2026-01-29 16:00:00','0b7ea91d-1301-4a98-9099-db4bf3a3431b'),
(107969,7,21327,NULL,617,5,'2026-01-29 16:00:00','2026-01-29 16:00:00','4ba0f162-b0fa-4dc2-9696-3527329df581'),
(107970,7,21327,NULL,605,6,'2026-01-29 16:00:00','2026-01-29 16:00:00','63b664b6-f79b-4086-b1e3-92913c824858'),
(107971,7,21327,NULL,9552,7,'2026-01-29 16:00:00','2026-01-29 16:00:00','6f6e7777-9328-42d6-9806-79f342e50cb8'),
(107972,82,21327,NULL,491,1,'2026-01-29 16:00:00','2026-01-29 16:00:00','58691bce-d087-4f89-93eb-413ffa465332'),
(107973,47,21327,NULL,14958,1,'2026-01-29 16:00:00','2026-01-29 16:00:00','ca0957db-b545-426d-880f-a43702f114e2'),
(107974,57,21327,NULL,4842,1,'2026-01-29 16:00:00','2026-01-29 16:00:00','47a6a59e-c624-4c9a-87e6-0336ebd0d0f5'),
(107975,57,21327,NULL,4841,2,'2026-01-29 16:00:00','2026-01-29 16:00:00','6b5aea69-8f30-4618-b0a1-51e2891ba44b'),
(107976,57,21327,NULL,4846,3,'2026-01-29 16:00:00','2026-01-29 16:00:00','8cb97745-0316-406d-bf3b-340121dc88f3'),
(107977,57,21327,NULL,4845,4,'2026-01-29 16:00:00','2026-01-29 16:00:00','19438229-fd03-4791-8faf-0d0fb4f20031'),
(107978,57,21327,NULL,4844,5,'2026-01-29 16:00:00','2026-01-29 16:00:00','84cb48bc-12ba-4f55-95e6-1e63e0c09c89'),
(107979,57,21327,NULL,4843,6,'2026-01-29 16:00:00','2026-01-29 16:00:00','89523df1-2942-4b17-af9e-b54e11f6cc49'),
(107993,83,21335,NULL,945,1,'2026-01-29 16:01:42','2026-01-29 16:01:42','507a8fd2-14dc-415a-87e4-0d1652c05435'),
(107994,16,21335,NULL,2968,1,'2026-01-29 16:01:42','2026-01-29 16:01:42','545de8a3-af0e-40b1-8b7e-a4fba90f7417'),
(107995,7,21335,NULL,605,1,'2026-01-29 16:01:42','2026-01-29 16:01:42','a8a1fee1-8704-4914-9ed9-382f27e80f32'),
(107996,7,21335,NULL,617,2,'2026-01-29 16:01:42','2026-01-29 16:01:42','b50503c3-97ca-47b0-a3be-8a8108923943'),
(107997,7,21335,NULL,9552,3,'2026-01-29 16:01:42','2026-01-29 16:01:42','18da668d-8a3c-47c1-99ec-4ad8423edfd9'),
(107998,57,21335,NULL,3248,1,'2026-01-29 16:01:42','2026-01-29 16:01:42','f8595225-add4-450b-af25-87946f3d63b9'),
(107999,57,21335,NULL,3246,2,'2026-01-29 16:01:42','2026-01-29 16:01:42','fe048c25-0701-441d-944b-3fda718967a9'),
(108000,57,21335,NULL,3254,3,'2026-01-29 16:01:42','2026-01-29 16:01:42','572705a4-a93e-4bfb-b77e-7132f30a27ea'),
(108001,57,21335,NULL,3253,4,'2026-01-29 16:01:42','2026-01-29 16:01:42','332ff489-304e-42fc-97a2-ee41ef17cbaa'),
(108002,57,21335,NULL,3251,5,'2026-01-29 16:01:42','2026-01-29 16:01:42','c98121dc-ea50-4b7b-96c1-1d2be6f6e853'),
(108003,57,21335,NULL,3245,6,'2026-01-29 16:01:42','2026-01-29 16:01:42','48149f7f-d914-4619-95a8-922b1b3bbe3e'),
(108005,32,21341,NULL,2610,1,'2026-01-29 16:01:44','2026-01-29 16:01:44','0619a23c-205c-497e-9017-8d851021fd19'),
(108006,32,21341,NULL,2598,2,'2026-01-29 16:01:44','2026-01-29 16:01:44','9d432a27-fc90-4113-9928-95db3c61c3ed'),
(108007,32,21341,NULL,2608,3,'2026-01-29 16:01:44','2026-01-29 16:01:44','6c44f190-7d19-4d83-93ed-4ecd3745bb36'),
(108008,32,21341,NULL,2600,4,'2026-01-29 16:01:44','2026-01-29 16:01:44','9aeea76e-a7d7-416d-9998-80acfb5a725e'),
(108009,32,21341,NULL,2596,5,'2026-01-29 16:01:44','2026-01-29 16:01:44','d1f6bab5-79f2-41d3-8a24-e9cd1a716d80'),
(108010,32,21341,NULL,2602,6,'2026-01-29 16:01:44','2026-01-29 16:01:44','01e48719-7b09-47f7-8f1c-305f70ddea2a'),
(108011,32,21341,NULL,2604,7,'2026-01-29 16:01:44','2026-01-29 16:01:44','12bd2e53-622a-462c-8752-e55944d639b0'),
(108012,32,21341,NULL,2606,8,'2026-01-29 16:01:44','2026-01-29 16:01:44','74111099-071f-46ef-b96c-731850cfa289'),
(108013,32,21341,NULL,2612,9,'2026-01-29 16:01:44','2026-01-29 16:01:44','5b5fb963-c9dc-453a-b7d1-08343bfa43fe'),
(108014,83,21341,NULL,951,1,'2026-01-29 16:01:44','2026-01-29 16:01:44','53132193-8a55-476c-bbaa-566fb6744d8c'),
(108015,16,21341,NULL,7700,1,'2026-01-29 16:01:44','2026-01-29 16:01:44','45ee5288-2c80-44b4-8474-6141fd936a85'),
(108016,7,21341,NULL,6547,1,'2026-01-29 16:01:44','2026-01-29 16:01:44','e075b48e-2ef5-40ac-b9cd-7deaef0222a7'),
(108017,7,21341,NULL,601,2,'2026-01-29 16:01:44','2026-01-29 16:01:44','872a1f6f-bc79-4672-b3d6-21ab79bdcc16'),
(108018,7,21341,NULL,2972,3,'2026-01-29 16:01:44','2026-01-29 16:01:44','74d3286b-17ae-45e6-813f-ac1c808ed453'),
(108019,7,21341,NULL,2974,4,'2026-01-29 16:01:44','2026-01-29 16:01:44','15d84d5f-68e8-40c1-8902-c26d9315e8ee'),
(108020,7,21341,NULL,617,5,'2026-01-29 16:01:44','2026-01-29 16:01:44','4dc7bfda-41ad-4d63-8705-6ce4b9d89361'),
(108021,7,21341,NULL,605,6,'2026-01-29 16:01:44','2026-01-29 16:01:44','052fa2d1-f74e-4e6b-9f72-17d454322192'),
(108022,7,21341,NULL,9552,7,'2026-01-29 16:01:44','2026-01-29 16:01:44','d9810af1-67e2-4ec0-bb50-89a39f86ab64'),
(108023,82,21341,NULL,491,1,'2026-01-29 16:01:44','2026-01-29 16:01:44','37ef64ae-fcd0-4750-bbaa-4fd830268168'),
(108024,47,21341,NULL,14958,1,'2026-01-29 16:01:44','2026-01-29 16:01:44','56b9024f-79d4-4584-af42-b1973140f734'),
(108025,57,21341,NULL,4842,1,'2026-01-29 16:01:44','2026-01-29 16:01:44','1d49d90b-c631-4b4f-9a39-1a10161243dd'),
(108026,57,21341,NULL,4841,2,'2026-01-29 16:01:44','2026-01-29 16:01:44','87cf3fd6-8c66-46cb-b614-77b9819d4c8e'),
(108027,57,21341,NULL,4846,3,'2026-01-29 16:01:44','2026-01-29 16:01:44','e5394db3-3e74-44cd-9a8e-da7d5751388f'),
(108028,57,21341,NULL,4845,4,'2026-01-29 16:01:44','2026-01-29 16:01:44','9a533155-43a8-4258-8c0b-a8d8f28fd3e6'),
(108029,57,21341,NULL,4844,5,'2026-01-29 16:01:44','2026-01-29 16:01:44','471703ad-4d68-42b1-830a-3db20defbc27'),
(108030,57,21341,NULL,4843,6,'2026-01-29 16:01:44','2026-01-29 16:01:44','ecee1ee8-40f3-467b-bd13-9b75a87c1aae'),
(108057,32,21354,NULL,2610,1,'2026-01-29 16:08:14','2026-01-29 16:08:14','00d2dd97-11d7-472e-a660-cbe5bfe9e264'),
(108058,32,21354,NULL,2598,2,'2026-01-29 16:08:14','2026-01-29 16:08:14','e8fb3efa-b94c-4afc-b47f-1ed229e30b98'),
(108059,32,21354,NULL,2608,3,'2026-01-29 16:08:14','2026-01-29 16:08:14','7336409e-8498-4ba5-b768-97bdfcd426ea'),
(108060,32,21354,NULL,2600,4,'2026-01-29 16:08:14','2026-01-29 16:08:14','79737c34-d1ee-442e-8e35-59fc68d7e6cf'),
(108061,32,21354,NULL,2596,5,'2026-01-29 16:08:14','2026-01-29 16:08:14','f1cb7b22-50c0-4be7-9dc8-0e5dd410b90a'),
(108062,32,21354,NULL,2602,6,'2026-01-29 16:08:14','2026-01-29 16:08:14','d3266b0c-dece-4930-8f7a-082d3de9046a'),
(108063,32,21354,NULL,2604,7,'2026-01-29 16:08:14','2026-01-29 16:08:14','f35105ce-3760-4a06-a39f-acd72e79a71f'),
(108064,32,21354,NULL,2606,8,'2026-01-29 16:08:14','2026-01-29 16:08:14','acaed8d0-cb2c-4788-904f-aeb8caa8e71c'),
(108065,32,21354,NULL,2612,9,'2026-01-29 16:08:14','2026-01-29 16:08:14','e2668e65-d23c-436b-8d11-fdb5ba466b58'),
(108066,16,21354,NULL,7707,1,'2026-01-29 16:08:14','2026-01-29 16:08:14','c565a7ac-38d8-4b99-b0f7-1820f5cb2587'),
(108067,7,21354,NULL,2969,1,'2026-01-29 16:08:14','2026-01-29 16:08:14','ef707198-87cc-43b3-9c6c-bd5ce67b47ca'),
(108068,7,21354,NULL,3027,2,'2026-01-29 16:08:14','2026-01-29 16:08:14','62a54c71-396b-4b67-aa2e-55db364fcc31'),
(108069,7,21354,NULL,9727,3,'2026-01-29 16:08:14','2026-01-29 16:08:14','e983708e-94c7-47d0-9e4a-f8d13383df59'),
(108070,7,21354,NULL,617,4,'2026-01-29 16:08:14','2026-01-29 16:08:14','53c6e4ed-06d5-48f9-9bab-02d7e51abd8b'),
(108071,7,21354,NULL,605,5,'2026-01-29 16:08:14','2026-01-29 16:08:14','89be2beb-9d1d-4b80-9890-87f925525b4e'),
(108072,82,21354,NULL,491,1,'2026-01-29 16:08:14','2026-01-29 16:08:14','ffc46144-87d9-4870-894f-22b6fa4eadda'),
(108073,46,21354,NULL,7369,1,'2026-01-29 16:08:14','2026-01-29 16:08:14','91065790-2f9d-45d5-956c-887745761b88'),
(108074,47,21354,NULL,14963,1,'2026-01-29 16:08:14','2026-01-29 16:08:14','d1f51713-4b6c-4b2e-b933-572bd646d1e0'),
(108075,57,21354,NULL,4923,1,'2026-01-29 16:08:14','2026-01-29 16:08:14','522ab778-116a-4b29-867d-eeac43464cb5'),
(108076,57,21354,NULL,4920,2,'2026-01-29 16:08:14','2026-01-29 16:08:14','76092fa1-218d-4c7c-b61f-880e6b885a5e'),
(108077,57,21354,NULL,4921,3,'2026-01-29 16:08:14','2026-01-29 16:08:14','51886f8c-ab57-4c71-9e78-6f649d1743e9'),
(108078,57,21354,NULL,4922,4,'2026-01-29 16:08:14','2026-01-29 16:08:14','e6083596-8ecc-4f39-80e1-3ddce75d3892'),
(108079,57,21354,NULL,4924,5,'2026-01-29 16:08:14','2026-01-29 16:08:14','1b3f4a67-574a-48de-b900-f6174ce66a03'),
(108080,57,21354,NULL,7722,6,'2026-01-29 16:08:14','2026-01-29 16:08:14','b7f06ad6-8606-4e84-8a7e-9c3dd8ef20ea'),
(108112,32,21362,NULL,2610,1,'2026-01-29 16:09:21','2026-01-29 16:09:21','70c7cea7-06b7-4c10-936f-02472b8c0cac'),
(108113,32,21362,NULL,2598,2,'2026-01-29 16:09:21','2026-01-29 16:09:21','009c6b44-74f0-4f28-bc28-62a666c2f851'),
(108114,32,21362,NULL,2624,3,'2026-01-29 16:09:21','2026-01-29 16:09:21','bac05d02-8396-4a38-8b4b-67c2a2122415'),
(108115,32,21362,NULL,2600,4,'2026-01-29 16:09:21','2026-01-29 16:09:21','92650161-b3b3-4302-a4c0-8177b6485141'),
(108116,32,21362,NULL,2596,5,'2026-01-29 16:09:21','2026-01-29 16:09:21','d06da682-8a6f-40e6-8469-da7d215ed970'),
(108117,32,21362,NULL,2602,6,'2026-01-29 16:09:21','2026-01-29 16:09:21','f52a94c7-de07-4b94-9f71-57690761a74a'),
(108118,32,21362,NULL,2606,7,'2026-01-29 16:09:21','2026-01-29 16:09:21','7cc4e2d4-9932-4b27-90a9-0a225533c2e9'),
(108119,32,21362,NULL,2612,8,'2026-01-29 16:09:21','2026-01-29 16:09:21','c4d99ba2-8a60-46e8-b7da-abf28402a5fc'),
(108120,32,21362,NULL,2604,9,'2026-01-29 16:09:21','2026-01-29 16:09:21','405af3bb-7119-4200-adb6-058161f1ad93'),
(108121,32,21362,NULL,2608,10,'2026-01-29 16:09:21','2026-01-29 16:09:21','1fbebcf9-4034-4aad-ad13-a4888e3af92b'),
(108122,16,21362,NULL,11819,1,'2026-01-29 16:09:21','2026-01-29 16:09:21','785d893d-fe20-4175-81c5-348aa66ddbb5'),
(108123,7,21362,NULL,2969,1,'2026-01-29 16:09:21','2026-01-29 16:09:21','1515376b-3ef2-4034-88fe-c72834a157fe'),
(108124,7,21362,NULL,617,2,'2026-01-29 16:09:21','2026-01-29 16:09:21','ac3f986a-0ac1-4063-8c1e-994a11305862'),
(108125,7,21362,NULL,605,3,'2026-01-29 16:09:21','2026-01-29 16:09:21','ce770b07-1d9e-47f0-97e4-0e638707d3c9'),
(108126,7,21362,NULL,9552,4,'2026-01-29 16:09:21','2026-01-29 16:09:21','c2d18b14-b164-47fd-91bd-474a32d8cfb5'),
(108127,82,21362,NULL,491,1,'2026-01-29 16:09:21','2026-01-29 16:09:21','d9beb0f6-41ab-4054-a48f-88988823944d'),
(108128,46,21362,NULL,2891,1,'2026-01-29 16:09:21','2026-01-29 16:09:21','8ea51195-4b5a-4f12-bb78-2af554225056'),
(108129,47,21362,NULL,14967,1,'2026-01-29 16:09:21','2026-01-29 16:09:21','ee285709-855a-4c1d-8780-14db6b4b93e1'),
(108130,57,21362,NULL,4927,1,'2026-01-29 16:09:21','2026-01-29 16:09:21','06ad3ded-2404-40b8-9231-a9bc5de67ef7'),
(108131,57,21362,NULL,7772,2,'2026-01-29 16:09:21','2026-01-29 16:09:21','0c6db415-4781-43db-a85d-1362132a7f88'),
(108132,57,21362,NULL,4931,3,'2026-01-29 16:09:21','2026-01-29 16:09:21','cf6b6904-8666-4a78-ba27-4c2f980e386f'),
(108133,57,21362,NULL,4930,4,'2026-01-29 16:09:21','2026-01-29 16:09:21','64ec49b2-08f8-4de0-840a-af169bfd73b6'),
(108134,57,21362,NULL,4932,5,'2026-01-29 16:09:21','2026-01-29 16:09:21','11127862-4664-47dd-8cf2-18c9e970e4ec'),
(108135,57,21362,NULL,4933,6,'2026-01-29 16:09:21','2026-01-29 16:09:21','deff498a-d3e4-4e8b-b4ee-e87cbf8e1f9a'),
(108136,57,21362,NULL,4934,7,'2026-01-29 16:09:21','2026-01-29 16:09:21','50f24bbd-86a2-4396-a806-0a067b086cfa'),
(108137,57,21362,NULL,4935,8,'2026-01-29 16:09:21','2026-01-29 16:09:21','308bf5a0-1baf-48af-af49-62f8c4d70022'),
(108138,57,21362,NULL,7739,9,'2026-01-29 16:09:21','2026-01-29 16:09:21','3b179121-c0ab-4a03-8fad-0779e0ebc2ee'),
(108139,57,21362,NULL,7740,10,'2026-01-29 16:09:21','2026-01-29 16:09:21','f1b6b264-f90f-4e31-99a1-1cabd106830b'),
(108140,57,21362,NULL,7741,11,'2026-01-29 16:09:21','2026-01-29 16:09:21','2466a9a6-1650-4a87-9809-db7a6b7d767e'),
(108168,32,21365,NULL,2610,1,'2026-01-29 16:09:39','2026-01-29 16:09:39','7f4f4964-4697-450b-b361-721d806292bb'),
(108169,32,21365,NULL,2598,2,'2026-01-29 16:09:39','2026-01-29 16:09:39','07d9cf17-3d52-4f7b-b659-35ea69b2718b'),
(108170,32,21365,NULL,2600,3,'2026-01-29 16:09:39','2026-01-29 16:09:39','5d543a34-c3ce-4798-9fce-5ba310eaf7d5'),
(108171,32,21365,NULL,2596,4,'2026-01-29 16:09:39','2026-01-29 16:09:39','a0e65086-05ec-42fb-8e81-d4760590393d'),
(108172,32,21365,NULL,2602,5,'2026-01-29 16:09:39','2026-01-29 16:09:39','1a2ac115-aca8-4369-8175-7423efac3e89'),
(108173,32,21365,NULL,2604,6,'2026-01-29 16:09:39','2026-01-29 16:09:39','896a65c0-8328-486b-a58a-8f76433306aa'),
(108174,32,21365,NULL,2608,7,'2026-01-29 16:09:39','2026-01-29 16:09:39','99fec54b-6089-4025-a220-ce00ca9b090b'),
(108175,32,21365,NULL,2606,8,'2026-01-29 16:09:39','2026-01-29 16:09:39','e1972dfd-73a8-4f5b-9855-62d46016b1be'),
(108176,32,21365,NULL,2612,9,'2026-01-29 16:09:39','2026-01-29 16:09:39','b2f6eb67-ca92-46c9-933e-9bfc023f6572'),
(108177,16,21365,NULL,9354,1,'2026-01-29 16:09:39','2026-01-29 16:09:39','541338b8-6289-4f83-8d4c-92a25b849328'),
(108178,7,21365,NULL,6547,1,'2026-01-29 16:09:39','2026-01-29 16:09:39','b3ce31fc-bfc2-4eb7-b9e5-40e1c9147365'),
(108179,7,21365,NULL,601,2,'2026-01-29 16:09:39','2026-01-29 16:09:39','2f05cb99-5bbd-48af-af47-1e4a9730d606'),
(108180,7,21365,NULL,3093,3,'2026-01-29 16:09:39','2026-01-29 16:09:39','84a67b5c-412c-478b-9ae4-d3f7cc294f14'),
(108181,7,21365,NULL,617,4,'2026-01-29 16:09:39','2026-01-29 16:09:39','52e87937-754f-4338-b7e9-a80e6aba93d5'),
(108182,7,21365,NULL,605,5,'2026-01-29 16:09:39','2026-01-29 16:09:39','88a1c949-5ed4-4021-aae9-e2ca0a6cddcf'),
(108183,7,21365,NULL,9552,6,'2026-01-29 16:09:39','2026-01-29 16:09:39','306d661b-3ec5-419b-a19f-d6d1d80ea0b0'),
(108184,82,21365,NULL,491,1,'2026-01-29 16:09:39','2026-01-29 16:09:39','06d4fbd4-9b4a-426f-8b8e-0d7b392aa7f7'),
(108185,47,21365,NULL,14970,1,'2026-01-29 16:09:39','2026-01-29 16:09:39','5eab56d8-9913-449b-9333-1e639272a1be'),
(108186,57,21365,NULL,7778,1,'2026-01-29 16:09:39','2026-01-29 16:09:39','9e95f5b0-0083-4963-962e-811cf389cfee'),
(108187,57,21365,NULL,7779,2,'2026-01-29 16:09:39','2026-01-29 16:09:39','588c3e68-7952-43c8-8376-fd3d427968cc'),
(108188,57,21365,NULL,7780,3,'2026-01-29 16:09:39','2026-01-29 16:09:39','2a02a6f8-e23f-4c83-b764-5e8b866ecd5a'),
(108189,57,21365,NULL,7781,4,'2026-01-29 16:09:39','2026-01-29 16:09:39','c2f1cfac-93fa-47b5-8190-2468a164fa63'),
(108190,57,21365,NULL,7783,5,'2026-01-29 16:09:39','2026-01-29 16:09:39','eb098a02-f221-4dcb-93f1-0a222e9129c0'),
(108191,57,21365,NULL,7784,6,'2026-01-29 16:09:39','2026-01-29 16:09:39','5684f796-eead-47d5-9dee-3d19dc06ace0'),
(108192,57,21365,NULL,7785,7,'2026-01-29 16:09:39','2026-01-29 16:09:39','fa128822-f54e-4a7b-8acd-7d51eeb972b1'),
(108223,32,21367,NULL,2614,1,'2026-01-29 16:10:12','2026-01-29 16:10:12','8d856fe4-7627-49fb-a7c2-51e640735b5f'),
(108224,32,21367,NULL,2610,2,'2026-01-29 16:10:12','2026-01-29 16:10:12','aaf13b7d-90f9-4b49-a2a0-6e2b88112b79'),
(108225,32,21367,NULL,2598,3,'2026-01-29 16:10:12','2026-01-29 16:10:12','8ab25b85-f7d2-4442-8393-b187179a0296'),
(108226,32,21367,NULL,2608,4,'2026-01-29 16:10:12','2026-01-29 16:10:12','f6d1acb1-9b30-41a9-8ffa-9700eb1cc48f'),
(108227,32,21367,NULL,2600,5,'2026-01-29 16:10:12','2026-01-29 16:10:12','3fc48a6b-ea0b-4a5b-bba9-c40880c114c5'),
(108228,32,21367,NULL,2596,6,'2026-01-29 16:10:12','2026-01-29 16:10:12','dffd3e4b-136f-40f7-93a3-8fa01cfd734c'),
(108229,32,21367,NULL,2602,7,'2026-01-29 16:10:12','2026-01-29 16:10:12','b8fcac3d-aecf-40bc-89d5-5dac1c076ef5'),
(108230,32,21367,NULL,2604,8,'2026-01-29 16:10:12','2026-01-29 16:10:12','d35841cc-e283-473b-b6d5-d2ae4277fe61'),
(108231,32,21367,NULL,2606,9,'2026-01-29 16:10:12','2026-01-29 16:10:12','dd569007-d7e1-41de-97de-e0a82f2c97e5'),
(108232,32,21367,NULL,2612,10,'2026-01-29 16:10:12','2026-01-29 16:10:12','a08a76b5-9557-4e80-a383-596cfb2f5fc7'),
(108233,16,21367,NULL,7791,1,'2026-01-29 16:10:12','2026-01-29 16:10:12','bdd42d65-801f-4718-b5fa-4ec84875a4dd'),
(108234,7,21367,NULL,601,1,'2026-01-29 16:10:12','2026-01-29 16:10:12','a9270b7f-7708-4a3f-a80b-d2c3cd48d696'),
(108235,7,21367,NULL,9735,2,'2026-01-29 16:10:12','2026-01-29 16:10:12','cf4d3582-cc4f-49b0-9a2c-393557129852'),
(108236,7,21367,NULL,617,3,'2026-01-29 16:10:12','2026-01-29 16:10:12','d72c4f82-3898-46e1-81ee-421d5cbebd40'),
(108237,7,21367,NULL,9640,4,'2026-01-29 16:10:12','2026-01-29 16:10:12','c2b9dbb0-dc02-477b-8d98-4566f9f8564d'),
(108238,7,21367,NULL,2974,5,'2026-01-29 16:10:12','2026-01-29 16:10:12','30214d48-4893-4937-b7bb-25f602435480'),
(108239,7,21367,NULL,605,6,'2026-01-29 16:10:12','2026-01-29 16:10:12','66d85cc4-5c87-4fa5-a9ad-7ba932e8f489'),
(108240,7,21367,NULL,9549,7,'2026-01-29 16:10:12','2026-01-29 16:10:12','8782793c-3050-491f-91d2-45e652e96fc9'),
(108241,7,21367,NULL,9552,8,'2026-01-29 16:10:12','2026-01-29 16:10:12','1a1ca763-b4b3-4577-bf44-4faf64ab41d5'),
(108242,47,21367,NULL,14975,1,'2026-01-29 16:10:12','2026-01-29 16:10:12','2a5d4950-065c-4b24-a710-4ccfa2139e91'),
(108243,57,21367,NULL,7829,1,'2026-01-29 16:10:12','2026-01-29 16:10:12','7a205fe9-c831-4b12-924c-3bffc83d1f72'),
(108244,57,21367,NULL,7830,2,'2026-01-29 16:10:12','2026-01-29 16:10:12','5d15757d-5f5f-4e63-abc1-b6b65432301f'),
(108245,57,21367,NULL,7833,3,'2026-01-29 16:10:12','2026-01-29 16:10:12','b3a935f6-c3d7-465c-b21a-3a5ecb7e5088'),
(108246,57,21367,NULL,7831,4,'2026-01-29 16:10:12','2026-01-29 16:10:12','869c6491-f11e-47bc-83fc-309549eacce5'),
(108247,57,21367,NULL,7826,5,'2026-01-29 16:10:12','2026-01-29 16:10:12','5285c7f9-48f5-4f33-9965-c049d5db6516'),
(108248,57,21367,NULL,7828,6,'2026-01-29 16:10:12','2026-01-29 16:10:12','b13df97e-8618-4ca8-aa2f-c9f7c2110c74'),
(108249,57,21367,NULL,7827,7,'2026-01-29 16:10:12','2026-01-29 16:10:12','ef2308c8-a05f-4a32-8528-b12e9438209c'),
(108250,57,21367,NULL,7832,8,'2026-01-29 16:10:12','2026-01-29 16:10:12','60bda094-a140-4d70-904f-9491c72bcb48'),
(108275,32,21369,NULL,2614,1,'2026-01-29 16:10:53','2026-01-29 16:10:53','feb1aeee-3bd0-4992-a510-00707cb09ef8'),
(108276,32,21369,NULL,2610,2,'2026-01-29 16:10:53','2026-01-29 16:10:53','c0bd41f4-35f3-48e2-8de0-21340317eca6'),
(108277,32,21369,NULL,2598,3,'2026-01-29 16:10:53','2026-01-29 16:10:53','53fc17ad-6f8c-4b1b-8f4c-a883b3aabd5c'),
(108278,32,21369,NULL,2608,4,'2026-01-29 16:10:53','2026-01-29 16:10:53','85f1e1fa-979a-488f-bf41-fdd07f923135'),
(108279,32,21369,NULL,2600,5,'2026-01-29 16:10:53','2026-01-29 16:10:53','0f3c71fb-f119-43c3-bc2f-24b7cc1cbb66'),
(108280,32,21369,NULL,2596,6,'2026-01-29 16:10:53','2026-01-29 16:10:53','ad66d361-b93b-4ed7-98a4-0c4b1f44958c'),
(108281,32,21369,NULL,2602,7,'2026-01-29 16:10:53','2026-01-29 16:10:53','38c49c0c-c08d-4265-a6bb-66c36807c1ce'),
(108282,32,21369,NULL,2604,8,'2026-01-29 16:10:53','2026-01-29 16:10:53','df9329c7-d1b4-40a6-a008-7a0240caca91'),
(108283,32,21369,NULL,2606,9,'2026-01-29 16:10:53','2026-01-29 16:10:53','2e8dd9d3-4dbc-411b-9c21-62a63a70670a'),
(108284,32,21369,NULL,2612,10,'2026-01-29 16:10:53','2026-01-29 16:10:53','d3139382-c31e-4d51-b264-2edbc27c33d9'),
(108285,16,21369,NULL,3158,1,'2026-01-29 16:10:53','2026-01-29 16:10:53','73c1c8f3-9565-4d05-b8b5-a7305a88e7ed'),
(108286,7,21369,NULL,601,1,'2026-01-29 16:10:53','2026-01-29 16:10:53','898b938c-ce86-4133-bfa4-40f77b3afe8f'),
(108287,7,21369,NULL,2974,2,'2026-01-29 16:10:53','2026-01-29 16:10:53','5cba1fc1-a4d1-4163-b4f4-ffefce25af42'),
(108288,7,21369,NULL,617,3,'2026-01-29 16:10:53','2026-01-29 16:10:53','c0420901-f5c2-4bb2-a665-d5bde7e38da1'),
(108289,7,21369,NULL,605,4,'2026-01-29 16:10:53','2026-01-29 16:10:53','fc039123-3d2f-43e8-8712-6526e3cfb2fc'),
(108290,7,21369,NULL,9552,5,'2026-01-29 16:10:53','2026-01-29 16:10:53','5fb567ca-f4f4-4beb-9e46-be8c5880fca2'),
(108291,47,21369,NULL,14983,1,'2026-01-29 16:10:53','2026-01-29 16:10:53','babf2497-8ea2-434a-9af8-faed5cb1481a'),
(108292,57,21369,NULL,7838,1,'2026-01-29 16:10:53','2026-01-29 16:10:53','93f03e3e-be9c-483d-8c8f-616c7c530703'),
(108293,57,21369,NULL,7840,2,'2026-01-29 16:10:53','2026-01-29 16:10:53','41d7d683-0ce5-4fc3-baa5-781451446bf2'),
(108294,57,21369,NULL,7839,3,'2026-01-29 16:10:53','2026-01-29 16:10:53','f93a4a45-89ad-485d-9751-22543c4112bc'),
(108295,57,21369,NULL,7841,4,'2026-01-29 16:10:53','2026-01-29 16:10:53','998767a4-fdf5-4aaf-a03b-0f30a9be3817'),
(108296,57,21369,NULL,7842,5,'2026-01-29 16:10:53','2026-01-29 16:10:53','7fc2844b-3cd6-4ad6-b8f0-39bde533046c'),
(108319,32,21375,NULL,2610,1,'2026-01-29 16:12:42','2026-01-29 16:12:42','b8736120-14c1-44ee-b319-09710dad203d'),
(108320,32,21375,NULL,2598,2,'2026-01-29 16:12:42','2026-01-29 16:12:42','f02d28cb-850e-427b-8313-8d9d5b145c5c'),
(108321,32,21375,NULL,2600,3,'2026-01-29 16:12:42','2026-01-29 16:12:42','5c2e6dc8-6a94-446a-90b9-845b9aced5ac'),
(108322,32,21375,NULL,2596,4,'2026-01-29 16:12:42','2026-01-29 16:12:42','d2e2c7ad-47e4-4d85-b227-a97001cd6aad'),
(108323,32,21375,NULL,2602,5,'2026-01-29 16:12:42','2026-01-29 16:12:42','df933224-2433-49cf-b292-638ae46fb245'),
(108324,32,21375,NULL,2604,6,'2026-01-29 16:12:42','2026-01-29 16:12:42','90c593d3-1bc9-4061-b7b4-a6fdbf73a948'),
(108325,32,21375,NULL,2608,7,'2026-01-29 16:12:42','2026-01-29 16:12:42','7407fdf2-ac43-46b7-9ea3-a7f117a40a05'),
(108326,32,21375,NULL,2606,8,'2026-01-29 16:12:42','2026-01-29 16:12:42','520acef0-a2bb-4d7e-872c-a5a01e88cb50'),
(108327,32,21375,NULL,2612,9,'2026-01-29 16:12:42','2026-01-29 16:12:42','572c90d4-a01c-447d-a6ba-16383262418e'),
(108328,16,21375,NULL,7850,1,'2026-01-29 16:12:42','2026-01-29 16:12:42','73bdab3c-8936-4002-809d-8e13cadd1b3d'),
(108329,7,21375,NULL,601,1,'2026-01-29 16:12:42','2026-01-29 16:12:42','c4d693f6-489d-477a-8fbe-18473437fcb8'),
(108330,7,21375,NULL,617,2,'2026-01-29 16:12:42','2026-01-29 16:12:42','ffb6c8ec-acda-44ed-b37a-10d5b74e0db0'),
(108331,7,21375,NULL,605,3,'2026-01-29 16:12:42','2026-01-29 16:12:42','8ddadc8a-33dc-465f-ac02-a50c8034a939'),
(108332,7,21375,NULL,9552,4,'2026-01-29 16:12:42','2026-01-29 16:12:42','24aca901-7949-4035-9514-b486cf1d71d0'),
(108333,82,21375,NULL,491,1,'2026-01-29 16:12:42','2026-01-29 16:12:42','0c9d0654-bf7f-453a-ab15-e596c37304e1'),
(108334,47,21375,NULL,14999,1,'2026-01-29 16:12:42','2026-01-29 16:12:42','33e64b1e-1128-41bd-b386-62574b8b2b3f'),
(108335,57,21375,NULL,7851,1,'2026-01-29 16:12:42','2026-01-29 16:12:42','fc7b3558-ac1f-489c-a023-cecdfbfc63d5'),
(108336,57,21375,NULL,7853,2,'2026-01-29 16:12:42','2026-01-29 16:12:42','eeab2899-a69e-4f8c-896f-81d5ad4c5ae5'),
(108337,57,21375,NULL,7852,3,'2026-01-29 16:12:42','2026-01-29 16:12:42','65a8695c-471a-4540-9a16-5536ebcf6564'),
(108338,57,21375,NULL,3377,4,'2026-01-29 16:12:42','2026-01-29 16:12:42','487adadf-0556-4c77-8619-6409bb6a7c10'),
(108366,32,21379,NULL,2614,1,'2026-01-29 16:13:21','2026-01-29 16:13:21','446b90df-2aea-4550-bf59-be833b952995'),
(108367,32,21379,NULL,2610,2,'2026-01-29 16:13:21','2026-01-29 16:13:21','20662845-a9af-45f8-996a-d717a46d6530'),
(108368,32,21379,NULL,2598,3,'2026-01-29 16:13:21','2026-01-29 16:13:21','0be4e82a-88e7-4d05-8bd7-c502f4a47e1a'),
(108369,32,21379,NULL,2600,4,'2026-01-29 16:13:21','2026-01-29 16:13:21','c2cf67c3-a2f2-4b16-9d07-081b5e351e72'),
(108370,32,21379,NULL,2596,5,'2026-01-29 16:13:21','2026-01-29 16:13:21','c9702bb2-b72f-4df6-a21f-701147fda40a'),
(108371,32,21379,NULL,2602,6,'2026-01-29 16:13:21','2026-01-29 16:13:21','eda5e1c7-c5aa-414f-b8b1-acb6471d5d7b'),
(108372,32,21379,NULL,2606,7,'2026-01-29 16:13:21','2026-01-29 16:13:21','de61eff0-aacf-46a7-98a4-72ab27b4a846'),
(108373,32,21379,NULL,2604,8,'2026-01-29 16:13:21','2026-01-29 16:13:21','e8229aed-bb1b-434d-82b4-4ca5cb94beca'),
(108374,32,21379,NULL,2608,9,'2026-01-29 16:13:21','2026-01-29 16:13:21','903ef3f3-481a-4704-a740-f77995be5bd4'),
(108375,32,21379,NULL,2612,10,'2026-01-29 16:13:21','2026-01-29 16:13:21','08b64581-d4f2-4bce-be6d-e831f6efe282'),
(108376,16,21379,NULL,3425,1,'2026-01-29 16:13:21','2026-01-29 16:13:21','4051b2d8-b41c-47cb-a611-641bce191e19'),
(108377,7,21379,NULL,601,1,'2026-01-29 16:13:21','2026-01-29 16:13:21','f42d99f6-6a5b-432d-8099-bc208b2f2d80'),
(108378,7,21379,NULL,617,2,'2026-01-29 16:13:21','2026-01-29 16:13:21','529db910-2239-48d6-afd0-7459a91410a2'),
(108379,7,21379,NULL,605,3,'2026-01-29 16:13:21','2026-01-29 16:13:21','8c9b8136-a584-4b8a-b966-5ec3a9fc464a'),
(108380,7,21379,NULL,9552,4,'2026-01-29 16:13:21','2026-01-29 16:13:21','ada11b5d-8df4-4d78-a413-c5cf02a8e13c'),
(108381,82,21379,NULL,491,1,'2026-01-29 16:13:21','2026-01-29 16:13:21','65223121-abe8-4510-bf28-aa3b37ccb22b'),
(108382,46,21379,NULL,7381,1,'2026-01-29 16:13:21','2026-01-29 16:13:21','6c712449-a918-4cad-9015-a4b29b5ce3bd'),
(108383,47,21379,NULL,15002,1,'2026-01-29 16:13:21','2026-01-29 16:13:21','6fddeedd-617f-4351-9568-dd47245b3f67'),
(108384,57,21379,NULL,7862,1,'2026-01-29 16:13:21','2026-01-29 16:13:21','5eaaba9c-c569-45c1-95ea-7391104dddbe'),
(108385,57,21379,NULL,7858,2,'2026-01-29 16:13:21','2026-01-29 16:13:21','a22d3fc6-37c0-4ffc-b900-b1a178797558'),
(108386,57,21379,NULL,7864,3,'2026-01-29 16:13:21','2026-01-29 16:13:21','1361578e-7cc4-41d1-ae25-e113515a3dfc'),
(108387,57,21379,NULL,7859,4,'2026-01-29 16:13:21','2026-01-29 16:13:21','463c8432-5f30-40b1-9af3-b89c356beaf9'),
(108388,57,21379,NULL,7861,5,'2026-01-29 16:13:21','2026-01-29 16:13:21','3e87d323-3d85-466c-bbc3-ea71215781a6'),
(108389,57,21379,NULL,7863,6,'2026-01-29 16:13:21','2026-01-29 16:13:21','4633ba00-360d-4072-abb9-1e1ae7d8785c'),
(108390,57,21379,NULL,7860,7,'2026-01-29 16:13:21','2026-01-29 16:13:21','b50ed413-1a21-4cd4-ab7f-8b5d2631c1ca'),
(108420,32,21409,NULL,2610,1,'2026-01-29 16:48:33','2026-01-29 16:48:33','71792477-6222-413c-8cec-a46c84782116'),
(108421,32,21409,NULL,2598,2,'2026-01-29 16:48:33','2026-01-29 16:48:33','dcb4f30d-8b0e-45ab-b1a8-f839ba1a2f8f'),
(108422,32,21409,NULL,2600,3,'2026-01-29 16:48:33','2026-01-29 16:48:33','b83a5490-8ff1-413e-b1af-b57229ffa2dd'),
(108423,32,21409,NULL,2596,4,'2026-01-29 16:48:33','2026-01-29 16:48:33','9dd47ef7-4a9d-41b1-bccc-9cd0da001ecd'),
(108424,32,21409,NULL,2602,5,'2026-01-29 16:48:33','2026-01-29 16:48:33','808fd2f6-a365-4006-a222-b2a74ba4cdb1'),
(108425,32,21409,NULL,2604,6,'2026-01-29 16:48:33','2026-01-29 16:48:33','3747e614-c855-4b43-b5a4-6f05cefdaa87'),
(108426,32,21409,NULL,2608,7,'2026-01-29 16:48:33','2026-01-29 16:48:33','bb83fb2b-a558-4663-a65a-5169cacee39f'),
(108427,32,21409,NULL,2606,8,'2026-01-29 16:48:33','2026-01-29 16:48:33','05ac366d-00b5-4472-b8b8-3d3018a8bda9'),
(108428,32,21409,NULL,2612,9,'2026-01-29 16:48:33','2026-01-29 16:48:33','edb66935-ad9b-4759-97f3-a19904697b99'),
(108429,16,21409,NULL,7871,1,'2026-01-29 16:48:33','2026-01-29 16:48:33','3421808d-f872-4bde-aacf-3d2eca4a7363'),
(108430,7,21409,NULL,6547,1,'2026-01-29 16:48:33','2026-01-29 16:48:33','fe1dcdc7-678b-45fc-ba83-6be98f3e5154'),
(108431,7,21409,NULL,601,2,'2026-01-29 16:48:33','2026-01-29 16:48:33','e8d64ebb-d543-41a0-9466-978db48ae609'),
(108432,7,21409,NULL,617,3,'2026-01-29 16:48:33','2026-01-29 16:48:33','c92a142e-631b-4e5f-970c-8c18fbb2485c'),
(108433,7,21409,NULL,9724,4,'2026-01-29 16:48:33','2026-01-29 16:48:33','0f8b2fa8-0d25-4f04-a755-53bd7969b872'),
(108434,7,21409,NULL,2974,5,'2026-01-29 16:48:33','2026-01-29 16:48:33','69485f6c-2e3c-4273-88a9-5dc4623cd01e'),
(108435,7,21409,NULL,9640,6,'2026-01-29 16:48:33','2026-01-29 16:48:33','44fb9567-f755-4e84-b4c8-d7df0c78d855'),
(108436,7,21409,NULL,605,7,'2026-01-29 16:48:33','2026-01-29 16:48:33','7f28c271-55ae-40de-a486-6ce83f977529'),
(108437,7,21409,NULL,9552,8,'2026-01-29 16:48:33','2026-01-29 16:48:33','f165ceed-70cf-4dc3-a451-360f4cdf3d16'),
(108438,82,21409,NULL,491,1,'2026-01-29 16:48:33','2026-01-29 16:48:33','2215abef-6e6d-4733-b886-4385764c5c28'),
(108439,46,21409,NULL,7369,1,'2026-01-29 16:48:33','2026-01-29 16:48:33','206909b8-2f4f-4e63-900f-82b84e09ab84'),
(108440,47,21409,NULL,15005,1,'2026-01-29 16:48:33','2026-01-29 16:48:33','93e4939e-c32a-4c7f-b389-57125c41955a'),
(108441,57,21409,NULL,7870,1,'2026-01-29 16:48:33','2026-01-29 16:48:33','a764cac1-c18d-4288-b19d-8500453cf70b'),
(108442,57,21409,NULL,7869,2,'2026-01-29 16:48:33','2026-01-29 16:48:33','81139b94-3009-48b9-9604-639d7d8f426c'),
(108443,57,21409,NULL,7868,3,'2026-01-29 16:48:33','2026-01-29 16:48:33','a8ee0bfe-58d3-4fb7-81d7-de15baf6a5f4'),
(108444,57,21409,NULL,7874,4,'2026-01-29 16:48:33','2026-01-29 16:48:33','737affa0-db76-4ec5-94f0-ff0cbf738edb'),
(108445,57,21409,NULL,7873,5,'2026-01-29 16:48:33','2026-01-29 16:48:33','413be542-fcbc-4743-b244-9cf419445d35'),
(108446,57,21409,NULL,3467,6,'2026-01-29 16:48:33','2026-01-29 16:48:33','e6e6ab2f-656e-4a25-9432-778a4b892208'),
(108447,57,21409,NULL,7872,7,'2026-01-29 16:48:33','2026-01-29 16:48:33','c6022cd1-4529-4635-a1f1-34e960f0019c'),
(108471,32,21417,NULL,2610,1,'2026-01-29 16:50:22','2026-01-29 16:50:22','977dc545-7413-49a3-92fd-614789b01dd5'),
(108472,32,21417,NULL,2598,2,'2026-01-29 16:50:22','2026-01-29 16:50:22','7e2e6b15-7bf1-4be8-8bc1-4e8164ac1553'),
(108473,32,21417,NULL,2608,3,'2026-01-29 16:50:22','2026-01-29 16:50:22','d37d2b73-ec63-420a-840e-133d0ebe8be7'),
(108474,32,21417,NULL,2600,4,'2026-01-29 16:50:22','2026-01-29 16:50:22','35557440-8441-4bd0-a83f-3c8d26fdd169'),
(108475,32,21417,NULL,2596,5,'2026-01-29 16:50:22','2026-01-29 16:50:22','976d8505-e367-4550-8280-c49b2d859db5'),
(108476,32,21417,NULL,2602,6,'2026-01-29 16:50:22','2026-01-29 16:50:22','d8c9043a-5e02-4a57-a204-df697d8d5b3f'),
(108477,32,21417,NULL,2612,7,'2026-01-29 16:50:22','2026-01-29 16:50:22','80c0c281-dd1f-4f54-b207-4d7c5be99cc1'),
(108478,32,21417,NULL,2604,8,'2026-01-29 16:50:22','2026-01-29 16:50:22','9b4fdaa7-674c-4651-8c85-28496a01e95f'),
(108479,32,21417,NULL,2606,9,'2026-01-29 16:50:22','2026-01-29 16:50:22','76cb6201-34e4-4e95-a54b-a5622584d7ed'),
(108480,16,21417,NULL,7881,1,'2026-01-29 16:50:22','2026-01-29 16:50:22','c99f5556-eeb8-4c11-b764-db0298a1160c'),
(108481,7,21417,NULL,601,1,'2026-01-29 16:50:22','2026-01-29 16:50:22','b14cb673-8f82-4eb8-86f4-cca2f6b97f05'),
(108482,7,21417,NULL,605,2,'2026-01-29 16:50:22','2026-01-29 16:50:22','e53ca103-2340-44a0-a316-99c63f8dddbf'),
(108483,7,21417,NULL,617,3,'2026-01-29 16:50:22','2026-01-29 16:50:22','f84b3d95-0c6a-443a-ba86-e193238f80c5'),
(108484,7,21417,NULL,2974,4,'2026-01-29 16:50:22','2026-01-29 16:50:22','705a1839-dcec-4d6a-a126-7150bd0a31d5'),
(108485,7,21417,NULL,9552,5,'2026-01-29 16:50:22','2026-01-29 16:50:22','d20f662b-d4c7-4957-ba18-718dd15f4b07'),
(108486,82,21417,NULL,491,1,'2026-01-29 16:50:22','2026-01-29 16:50:22','62b65f15-b1e8-4a36-a27e-ca65c2129bf0'),
(108487,47,21417,NULL,15008,1,'2026-01-29 16:50:22','2026-01-29 16:50:22','ec959783-6592-45dc-8c7d-96d99880e13b'),
(108488,57,21417,NULL,7883,1,'2026-01-29 16:50:22','2026-01-29 16:50:22','0b6b4b81-3fa8-4b2d-8627-2fb722890aac'),
(108489,57,21417,NULL,7886,2,'2026-01-29 16:50:22','2026-01-29 16:50:22','d23b91b6-2102-4235-bcb2-fc5921e4d3fa'),
(108490,57,21417,NULL,7885,3,'2026-01-29 16:50:22','2026-01-29 16:50:22','e00e90b7-4bbe-42e7-8654-85b471a4e088'),
(108491,57,21417,NULL,7882,4,'2026-01-29 16:50:22','2026-01-29 16:50:22','3d3c1745-99b0-47e4-b7a3-6405afa6d827'),
(108492,57,21417,NULL,7884,5,'2026-01-29 16:50:22','2026-01-29 16:50:22','46f572f6-138c-4e67-8713-27970a366dc9'),
(108517,32,21422,NULL,2610,1,'2026-01-29 16:52:50','2026-01-29 16:52:50','afe4b6dc-de19-4e2c-a8ba-f327c91b64fb'),
(108518,32,21422,NULL,2598,2,'2026-01-29 16:52:50','2026-01-29 16:52:50','7932c251-3cc4-412a-8e97-d5fae8b08fab'),
(108519,32,21422,NULL,2608,3,'2026-01-29 16:52:50','2026-01-29 16:52:50','ed61f88b-7665-4513-8f87-f2ee2dc637c4'),
(108520,32,21422,NULL,2600,4,'2026-01-29 16:52:50','2026-01-29 16:52:50','f3b044a5-70c7-47a5-9f02-c5c51a3babdf'),
(108521,32,21422,NULL,2596,5,'2026-01-29 16:52:50','2026-01-29 16:52:50','d5a01f5b-6b1d-40a9-a7b5-b2372851d8b1'),
(108522,32,21422,NULL,2602,6,'2026-01-29 16:52:50','2026-01-29 16:52:50','72844ae8-9360-4a13-831b-f902f7d7948d'),
(108523,32,21422,NULL,2604,7,'2026-01-29 16:52:50','2026-01-29 16:52:50','d39491cf-aa9b-4439-9b87-c2b9dc9ebad0'),
(108524,32,21422,NULL,2606,8,'2026-01-29 16:52:50','2026-01-29 16:52:50','e256d7f0-c695-483c-afab-57f09905db7d'),
(108525,32,21422,NULL,2612,9,'2026-01-29 16:52:50','2026-01-29 16:52:50','b91ee065-dc2d-417a-8d4e-035a3c53d3df'),
(108526,16,21422,NULL,7891,1,'2026-01-29 16:52:50','2026-01-29 16:52:50','e5da629b-29fb-4982-877c-bb2f556e56a7'),
(108527,7,21422,NULL,601,1,'2026-01-29 16:52:50','2026-01-29 16:52:50','f83838f3-7eea-463c-baa4-029d343f5b73'),
(108528,7,21422,NULL,2974,2,'2026-01-29 16:52:50','2026-01-29 16:52:50','53fb6744-abac-4e89-bd23-44d14f76c1f7'),
(108529,7,21422,NULL,617,3,'2026-01-29 16:52:50','2026-01-29 16:52:50','92bc07d0-6f40-443b-948a-83880be8f642'),
(108530,7,21422,NULL,9732,4,'2026-01-29 16:52:50','2026-01-29 16:52:50','c8f57d24-09f0-4119-a5b6-f33664c93d2a'),
(108531,7,21422,NULL,605,5,'2026-01-29 16:52:50','2026-01-29 16:52:50','6d11b6fc-84b1-4355-8162-c0ffd29ce4f2'),
(108532,7,21422,NULL,9552,6,'2026-01-29 16:52:50','2026-01-29 16:52:50','3fa216a2-d5cb-49fd-a1e4-39788f396e4d'),
(108533,82,21422,NULL,491,1,'2026-01-29 16:52:50','2026-01-29 16:52:50','5e2074ce-2d55-41ac-a8b7-fbb82f42381c'),
(108534,47,21422,NULL,15011,1,'2026-01-29 16:52:50','2026-01-29 16:52:50','9776d685-53ae-4309-9725-6e3a894834d7'),
(108535,57,21422,NULL,7893,1,'2026-01-29 16:52:50','2026-01-29 16:52:50','c4bfd6dc-0cf1-4c7c-8753-b9b4c844ba97'),
(108536,57,21422,NULL,7892,2,'2026-01-29 16:52:50','2026-01-29 16:52:50','c68d013d-41c6-4042-b27c-62b68e3f2cc3'),
(108537,57,21422,NULL,7894,3,'2026-01-29 16:52:50','2026-01-29 16:52:50','72de836b-3cc8-4319-93be-a758dff3c340'),
(108538,57,21422,NULL,7901,4,'2026-01-29 16:52:50','2026-01-29 16:52:50','95fac33a-c7c5-4a2a-a791-c999125155ba'),
(108561,32,21437,NULL,2614,1,'2026-01-29 16:55:33','2026-01-29 16:55:33','eb9a650a-9d3b-4dce-b4ea-5334e35eb2b8'),
(108562,32,21437,NULL,2610,2,'2026-01-29 16:55:33','2026-01-29 16:55:33','618b8f19-7980-4b64-a3a7-c2677ffa7ef0'),
(108563,32,21437,NULL,2598,3,'2026-01-29 16:55:33','2026-01-29 16:55:33','490b94ee-fc0e-4a54-80c4-2a78d4717bea'),
(108564,32,21437,NULL,2600,4,'2026-01-29 16:55:33','2026-01-29 16:55:33','9fa7143a-d125-44e9-a09e-716ec3f8e114'),
(108565,32,21437,NULL,2596,5,'2026-01-29 16:55:33','2026-01-29 16:55:33','11ba08eb-8be5-4236-901a-238d9cd6e522'),
(108566,32,21437,NULL,2602,6,'2026-01-29 16:55:33','2026-01-29 16:55:33','c3389a50-4e4a-4a40-8459-24ce791a389c'),
(108567,32,21437,NULL,2604,7,'2026-01-29 16:55:33','2026-01-29 16:55:33','0aad3fed-37ef-415a-9680-ad743bac893b'),
(108568,32,21437,NULL,2608,8,'2026-01-29 16:55:33','2026-01-29 16:55:33','7c127783-84c4-43d9-8979-8d40f3f44af0'),
(108569,32,21437,NULL,2606,9,'2026-01-29 16:55:33','2026-01-29 16:55:33','f4141612-5f72-4273-a4bc-2ec6889d492c'),
(108570,32,21437,NULL,2612,10,'2026-01-29 16:55:33','2026-01-29 16:55:33','7b616e0a-0557-4735-89c1-08eb8efc49e8'),
(108571,16,21437,NULL,3564,1,'2026-01-29 16:55:33','2026-01-29 16:55:33','e385ef22-c65e-4042-b199-7a00a4db8baa'),
(108572,7,21437,NULL,601,1,'2026-01-29 16:55:33','2026-01-29 16:55:33','248ba776-320a-4440-961f-ab1882f0869b'),
(108573,7,21437,NULL,617,2,'2026-01-29 16:55:33','2026-01-29 16:55:33','677509e0-2fb6-48a9-9493-506dad0267f2'),
(108574,7,21437,NULL,605,3,'2026-01-29 16:55:33','2026-01-29 16:55:33','06945bf3-4f9a-4ab8-838b-37a89e3b0024'),
(108575,7,21437,NULL,9552,4,'2026-01-29 16:55:33','2026-01-29 16:55:33','91032797-a298-430d-afe1-5fe9af4c3707'),
(108576,47,21437,NULL,15014,1,'2026-01-29 16:55:33','2026-01-29 16:55:33','c6617b8f-79f1-431f-a079-c3c384af3bc2'),
(108577,57,21437,NULL,7908,1,'2026-01-29 16:55:33','2026-01-29 16:55:33','66fd4102-72c4-492e-904b-37c5d8a68af9'),
(108578,57,21437,NULL,7910,2,'2026-01-29 16:55:33','2026-01-29 16:55:33','66595d12-760e-4b15-b302-3387b6648920'),
(108579,57,21437,NULL,7911,3,'2026-01-29 16:55:33','2026-01-29 16:55:33','fdde8ca4-b74f-433f-aa31-78ea7ace9125'),
(108580,57,21437,NULL,7909,4,'2026-01-29 16:55:33','2026-01-29 16:55:33','756c76d5-a854-4b66-81aa-9a08c65e1646'),
(108610,32,21445,NULL,2610,1,'2026-01-29 16:55:50','2026-01-29 16:55:50','2efb0e43-2a17-4bd6-988e-0f996021c9f9'),
(108611,32,21445,NULL,2598,2,'2026-01-29 16:55:50','2026-01-29 16:55:50','71b2653d-dcd7-45d1-ba6e-e233478e8e4c'),
(108612,32,21445,NULL,2600,3,'2026-01-29 16:55:50','2026-01-29 16:55:50','99d7a3b9-fc9d-47e6-b2d3-6910f4e04bfd'),
(108613,32,21445,NULL,2596,4,'2026-01-29 16:55:50','2026-01-29 16:55:50','4dce7f0a-40c9-4366-9fd4-fb7422048569'),
(108614,32,21445,NULL,2602,5,'2026-01-29 16:55:50','2026-01-29 16:55:50','5cd50090-5d08-41f6-8b66-9ef35a4deac7'),
(108615,32,21445,NULL,2604,6,'2026-01-29 16:55:50','2026-01-29 16:55:50','5b4b49cc-6a86-4c39-b57d-aa4332dd0bdc'),
(108616,32,21445,NULL,2608,7,'2026-01-29 16:55:50','2026-01-29 16:55:50','dae912a3-5c21-4a0d-89d7-51c37c41f410'),
(108617,32,21445,NULL,2606,8,'2026-01-29 16:55:50','2026-01-29 16:55:50','22ef54f2-274d-41c2-b5a4-a3b06aa823f1'),
(108618,32,21445,NULL,2612,9,'2026-01-29 16:55:50','2026-01-29 16:55:50','0966dd12-3f64-425b-9497-7587eba675f0'),
(108619,16,21445,NULL,5253,1,'2026-01-29 16:55:50','2026-01-29 16:55:50','a17a997e-07aa-45e1-96dd-079031324b26'),
(108620,7,21445,NULL,601,1,'2026-01-29 16:55:50','2026-01-29 16:55:50','15b54dc2-0d46-404f-9ab3-ccaef917a38f'),
(108621,7,21445,NULL,617,2,'2026-01-29 16:55:50','2026-01-29 16:55:50','a7b2db60-7665-4131-b002-b348e7ffe39b'),
(108622,7,21445,NULL,9727,3,'2026-01-29 16:55:50','2026-01-29 16:55:50','d911ff71-ac2a-4984-ada2-9332fd1d733e'),
(108623,7,21445,NULL,9552,4,'2026-01-29 16:55:50','2026-01-29 16:55:50','9db10e57-fe5b-4837-9d0a-1ed7c4896ea6'),
(108624,7,21445,NULL,605,5,'2026-01-29 16:55:50','2026-01-29 16:55:50','28fe5673-750d-4509-bf25-c53a1603fb46'),
(108625,82,21445,NULL,491,1,'2026-01-29 16:55:50','2026-01-29 16:55:50','a62de20e-03da-4932-835e-0e47463bcc0c'),
(108626,46,21445,NULL,7379,1,'2026-01-29 16:55:50','2026-01-29 16:55:50','091d1644-a25c-428c-a937-0a41f838c4cb'),
(108627,47,21445,NULL,15017,1,'2026-01-29 16:55:50','2026-01-29 16:55:50','bd748bb5-c293-4ae6-9ad7-26e42fb7c49f'),
(108628,57,21445,NULL,7926,1,'2026-01-29 16:55:50','2026-01-29 16:55:50','5e3b8c8f-c816-45c7-8f26-205bb2451edd'),
(108629,57,21445,NULL,7928,2,'2026-01-29 16:55:50','2026-01-29 16:55:50','7bde02d0-9cdb-4580-b7b3-6453effb9d86'),
(108630,57,21445,NULL,7927,3,'2026-01-29 16:55:50','2026-01-29 16:55:50','ffbc6497-2f26-4845-af44-4da9aac675e5'),
(108631,57,21445,NULL,7924,4,'2026-01-29 16:55:50','2026-01-29 16:55:50','dd871ee2-caeb-4a1c-99cd-54cf86247ce3'),
(108632,57,21445,NULL,7925,5,'2026-01-29 16:55:50','2026-01-29 16:55:50','bf404022-a1bd-4222-9a87-cf07d46dbe48'),
(108633,57,21445,NULL,7923,6,'2026-01-29 16:55:50','2026-01-29 16:55:50','a3128d3e-de0e-4169-9db1-22a16d8e40b3'),
(108634,57,21445,NULL,7920,7,'2026-01-29 16:55:50','2026-01-29 16:55:50','64d0575b-1d4b-46ba-88c7-9ec294fbd908'),
(108635,57,21445,NULL,7922,8,'2026-01-29 16:55:50','2026-01-29 16:55:50','4e641f62-2fc6-47c7-9310-8132812bcb96'),
(108636,57,21445,NULL,7921,9,'2026-01-29 16:55:50','2026-01-29 16:55:50','456e4933-5c9c-4e2c-8afe-e1cb3ce7237b'),
(108647,16,21449,NULL,7937,1,'2026-01-29 16:56:25','2026-01-29 16:56:25','fa65832a-d394-4314-a53b-8203fabe2d1b'),
(108648,7,21449,NULL,617,1,'2026-01-29 16:56:25','2026-01-29 16:56:25','f6f05431-62c8-44b4-9fc2-eb6b45474dff'),
(108649,7,21449,NULL,605,2,'2026-01-29 16:56:25','2026-01-29 16:56:25','8bed79f5-b8d3-42b4-8f5a-916fe78bdbba'),
(108650,7,21449,NULL,9552,3,'2026-01-29 16:56:25','2026-01-29 16:56:25','f849e94b-d09b-426e-ba16-373ae40f7294'),
(108651,57,21449,NULL,7939,1,'2026-01-29 16:56:25','2026-01-29 16:56:25','3953ea97-8d71-4d30-b805-bee857d1fbbf'),
(108652,57,21449,NULL,7941,2,'2026-01-29 16:56:25','2026-01-29 16:56:25','6471188f-8f52-4fdf-a46c-380d8fa8752d'),
(108653,57,21449,NULL,7940,3,'2026-01-29 16:56:25','2026-01-29 16:56:25','ee838901-0500-4b35-b4d3-7a130154761c'),
(108654,57,21449,NULL,7938,4,'2026-01-29 16:56:25','2026-01-29 16:56:25','0c367f41-aa16-41e8-b8ab-cd1873644b33'),
(108682,32,21461,NULL,2614,1,'2026-01-29 17:01:10','2026-01-29 17:01:10','8f8f0ed0-ee9e-49a1-aef3-c27951dc2461'),
(108683,32,21461,NULL,2610,2,'2026-01-29 17:01:10','2026-01-29 17:01:10','c01ddb0f-9387-491c-8620-88c690b68ec6'),
(108684,32,21461,NULL,2598,3,'2026-01-29 17:01:10','2026-01-29 17:01:10','9572fc10-967f-43fc-a914-33c0359fd0cb'),
(108685,32,21461,NULL,2600,4,'2026-01-29 17:01:10','2026-01-29 17:01:10','7a6e7628-5b32-47cf-9b6d-8e26a1070859'),
(108686,32,21461,NULL,2596,5,'2026-01-29 17:01:10','2026-01-29 17:01:10','3fc150fc-134d-4afd-ad8d-0d28d94ca919'),
(108687,32,21461,NULL,2602,6,'2026-01-29 17:01:10','2026-01-29 17:01:10','65e0b9ec-68d4-44df-a7aa-aa1cc06bb5af'),
(108688,32,21461,NULL,2612,7,'2026-01-29 17:01:10','2026-01-29 17:01:10','3bc95163-031b-4651-902a-7d2e7d8e9db8'),
(108689,32,21461,NULL,2604,8,'2026-01-29 17:01:10','2026-01-29 17:01:10','c07d1da8-4a16-486a-888c-c0b9950c70ff'),
(108690,32,21461,NULL,2608,9,'2026-01-29 17:01:10','2026-01-29 17:01:10','8458174e-ed7d-4837-987a-98cd2134827c'),
(108691,32,21461,NULL,2606,10,'2026-01-29 17:01:10','2026-01-29 17:01:10','c72140f2-a555-4894-ac17-0116f6a209e2'),
(108692,32,21461,NULL,2622,11,'2026-01-29 17:01:10','2026-01-29 17:01:10','2d8e8719-6806-46f6-a38f-820a908a0fe1'),
(108693,16,21461,NULL,3623,1,'2026-01-29 17:01:10','2026-01-29 17:01:10','c9ff6191-a3fa-45f4-b23b-3ec7a5f72491'),
(108694,7,21461,NULL,601,1,'2026-01-29 17:01:10','2026-01-29 17:01:10','09d60e8e-90ca-4fef-8a70-448cf5ccd28f'),
(108695,7,21461,NULL,617,2,'2026-01-29 17:01:10','2026-01-29 17:01:10','43a46f91-da0c-4011-802a-e475710d43d6'),
(108696,7,21461,NULL,605,3,'2026-01-29 17:01:10','2026-01-29 17:01:10','81209614-6424-462a-955c-df8d97e82da3'),
(108697,7,21461,NULL,9552,4,'2026-01-29 17:01:10','2026-01-29 17:01:10','fea70f0f-d319-4c53-b8f9-84caa2aebdad'),
(108698,47,21461,NULL,15019,1,'2026-01-29 17:01:10','2026-01-29 17:01:10','219fe500-f487-42b2-9dd5-20153de841f9'),
(108699,57,21461,NULL,7950,1,'2026-01-29 17:01:10','2026-01-29 17:01:10','8e02d075-840a-4982-9b71-a01a208716f5'),
(108700,57,21461,NULL,7952,2,'2026-01-29 17:01:10','2026-01-29 17:01:10','92064a2a-7c23-4a42-9f3a-80b82ad00e53'),
(108701,57,21461,NULL,7956,3,'2026-01-29 17:01:10','2026-01-29 17:01:10','9021c40f-e6c1-48c1-9273-9c08c29c7e32'),
(108702,57,21461,NULL,7955,4,'2026-01-29 17:01:10','2026-01-29 17:01:10','e739eb6f-fd99-4880-b4ec-95ae0801ac83'),
(108703,57,21461,NULL,7951,5,'2026-01-29 17:01:10','2026-01-29 17:01:10','a6c21ac3-4b24-49e4-8804-90bab0872371'),
(108704,57,21461,NULL,7954,6,'2026-01-29 17:01:10','2026-01-29 17:01:10','a1d4d15a-3ffa-4f33-930b-0711b5841eac'),
(108705,57,21461,NULL,7953,7,'2026-01-29 17:01:10','2026-01-29 17:01:10','4033896e-838d-461d-a4f8-48969fb5f6b0'),
(108706,57,21461,NULL,7957,8,'2026-01-29 17:01:10','2026-01-29 17:01:10','5902e59a-8edb-4253-929a-90350ca4109a'),
(108743,32,21468,NULL,2610,1,'2026-01-29 17:01:21','2026-01-29 17:01:21','2d15e5df-b293-4f6f-ad5b-09b7eeef6b56'),
(108744,32,21468,NULL,2598,2,'2026-01-29 17:01:21','2026-01-29 17:01:21','89e9b6c2-56bd-49f4-ae62-b7468cdebbdb'),
(108745,32,21468,NULL,2608,3,'2026-01-29 17:01:21','2026-01-29 17:01:21','684bb643-5d97-482c-bb7e-20254450a67a'),
(108746,32,21468,NULL,2600,4,'2026-01-29 17:01:21','2026-01-29 17:01:21','6288115b-dd33-407d-a6bf-1f20713b220d'),
(108747,32,21468,NULL,2596,5,'2026-01-29 17:01:21','2026-01-29 17:01:21','005c0c50-fff9-4aff-b748-3662acb1ce39'),
(108748,32,21468,NULL,2602,6,'2026-01-29 17:01:21','2026-01-29 17:01:21','3773195e-a7b4-474c-bd11-74775602a497'),
(108749,32,21468,NULL,2604,7,'2026-01-29 17:01:21','2026-01-29 17:01:21','05ca155c-0af6-4e13-aa7f-6cb9d71e8cd2'),
(108750,32,21468,NULL,2606,8,'2026-01-29 17:01:21','2026-01-29 17:01:21','3ee30789-9db1-444f-94d2-799d4d1cfa9b'),
(108751,32,21468,NULL,2612,9,'2026-01-29 17:01:21','2026-01-29 17:01:21','bcfd0997-a03c-462d-9c07-5e15d289700f'),
(108752,16,21468,NULL,10219,1,'2026-01-29 17:01:21','2026-01-29 17:01:21','4b14a72e-d476-4402-bb37-4088f7127d7c'),
(108753,7,21468,NULL,601,1,'2026-01-29 17:01:21','2026-01-29 17:01:21','4f22d20a-b379-450f-a6c1-fe82dc91ee69'),
(108754,7,21468,NULL,2974,2,'2026-01-29 17:01:21','2026-01-29 17:01:21','d714c8de-f89c-4337-9117-3bd45d45cd73'),
(108755,7,21468,NULL,617,3,'2026-01-29 17:01:21','2026-01-29 17:01:21','4f90da5d-6f54-4833-842e-f8c38c99c552'),
(108756,7,21468,NULL,9732,4,'2026-01-29 17:01:21','2026-01-29 17:01:21','dbc2a84e-347a-4d33-97fb-d4ae7635fae5'),
(108757,7,21468,NULL,9735,5,'2026-01-29 17:01:21','2026-01-29 17:01:21','e2a7c24d-f30f-4167-b569-7049473620c6'),
(108758,7,21468,NULL,9552,6,'2026-01-29 17:01:21','2026-01-29 17:01:21','bbf0aa86-9f4a-4fd4-bbba-1b39a3965aae'),
(108759,7,21468,NULL,605,7,'2026-01-29 17:01:21','2026-01-29 17:01:21','e9a52d7e-e016-45a9-855b-cd98d7e0a835'),
(108760,82,21468,NULL,491,1,'2026-01-29 17:01:21','2026-01-29 17:01:21','125d6f19-5bf1-4a34-bdc5-b18cc2e9be69'),
(108761,47,21468,NULL,15023,1,'2026-01-29 17:01:21','2026-01-29 17:01:21','0f3bba45-da35-4d07-8c67-9748ac92c89a'),
(108762,57,21468,NULL,10220,1,'2026-01-29 17:01:21','2026-01-29 17:01:21','4b667dad-e6c3-4368-98f2-9721c6f99887'),
(108763,57,21468,NULL,10224,2,'2026-01-29 17:01:21','2026-01-29 17:01:21','4715b770-71a3-49a4-a9cf-e4163a2d62f8'),
(108764,57,21468,NULL,10221,3,'2026-01-29 17:01:21','2026-01-29 17:01:21','594f049c-0aa7-48c4-a356-acd6094708e0'),
(108765,57,21468,NULL,10222,4,'2026-01-29 17:01:21','2026-01-29 17:01:21','9dcc0937-fd4e-4268-bdcc-42b1deafcbc4'),
(108766,57,21468,NULL,10225,5,'2026-01-29 17:01:21','2026-01-29 17:01:21','0642cef2-74ff-4812-82f4-820017e93171'),
(108767,57,21468,NULL,10226,6,'2026-01-29 17:01:21','2026-01-29 17:01:21','f400b36b-d0b4-4d00-959e-60c584ba6ee8'),
(108768,57,21468,NULL,10228,7,'2026-01-29 17:01:21','2026-01-29 17:01:21','8bc04e42-c6e5-4694-9c66-6226379c1c5c'),
(108769,57,21468,NULL,10229,8,'2026-01-29 17:01:21','2026-01-29 17:01:21','9a7ba0c2-a075-4bd8-9ecc-b97b44e6a14c'),
(108770,57,21468,NULL,10232,9,'2026-01-29 17:01:21','2026-01-29 17:01:21','6cf0323f-88bb-44bf-a069-721e1b02c4e9'),
(108771,57,21468,NULL,10233,10,'2026-01-29 17:01:21','2026-01-29 17:01:21','26bc61ba-b01f-4f07-971a-cd1f85d7f757'),
(108772,57,21468,NULL,10234,11,'2026-01-29 17:01:21','2026-01-29 17:01:21','95979345-7645-4e32-9325-d8422e1c9931'),
(108773,57,21468,NULL,10236,12,'2026-01-29 17:01:21','2026-01-29 17:01:21','08cb0d38-18c0-46b9-a8cd-1e08633d8a07'),
(108774,57,21468,NULL,10237,13,'2026-01-29 17:01:21','2026-01-29 17:01:21','c8baf504-d404-4d7f-9f48-0bfdf175f53c'),
(108775,57,21468,NULL,10238,14,'2026-01-29 17:01:21','2026-01-29 17:01:21','92c176b4-36f3-4415-8ba0-37a19d41cf27'),
(108776,57,21468,NULL,10240,15,'2026-01-29 17:01:21','2026-01-29 17:01:21','259d7840-cb3d-4cb6-856c-8f7b9ad1fc09'),
(108804,32,21481,NULL,2610,1,'2026-01-29 17:05:21','2026-01-29 17:05:21','93af038f-a09d-4e32-b008-771d06bd16d6'),
(108805,32,21481,NULL,2598,2,'2026-01-29 17:05:21','2026-01-29 17:05:21','38fe5653-78c0-4531-9b06-778107caf012'),
(108806,32,21481,NULL,2600,3,'2026-01-29 17:05:21','2026-01-29 17:05:21','2371ad19-ab78-428c-bd21-88fa18010c37'),
(108807,32,21481,NULL,2602,4,'2026-01-29 17:05:21','2026-01-29 17:05:21','f9a89811-ca20-482d-8436-ee2d34b49bed'),
(108808,32,21481,NULL,2612,5,'2026-01-29 17:05:21','2026-01-29 17:05:21','c78db8de-1939-4bd8-936e-f8765fffbeb8'),
(108809,32,21481,NULL,2618,6,'2026-01-29 17:05:21','2026-01-29 17:05:21','7a765e3f-84ad-4bf8-8214-b48ec4b51b00'),
(108810,32,21481,NULL,2604,7,'2026-01-29 17:05:21','2026-01-29 17:05:21','983fee90-80bb-49e6-8985-a5487b06d02b'),
(108811,32,21481,NULL,2608,8,'2026-01-29 17:05:21','2026-01-29 17:05:21','d7d48195-ac68-4f6e-9c84-ef8184e93fed'),
(108812,32,21481,NULL,2596,9,'2026-01-29 17:05:21','2026-01-29 17:05:21','d30422e4-7e71-45a5-959c-99f4d2e38ecb'),
(108813,32,21481,NULL,2606,10,'2026-01-29 17:05:21','2026-01-29 17:05:21','8dcf601c-8507-49ae-ac8e-013c6ccf894a'),
(108814,16,21481,NULL,4829,1,'2026-01-29 17:05:21','2026-01-29 17:05:21','490716cf-9f3e-48eb-b403-0b5483a54bc9'),
(108815,7,21481,NULL,3468,1,'2026-01-29 17:05:21','2026-01-29 17:05:21','04a493c4-a92f-41c5-9829-848ee23af32c'),
(108816,7,21481,NULL,601,2,'2026-01-29 17:05:21','2026-01-29 17:05:21','ca0c8d64-ee8b-4e38-ba86-94c7737059c3'),
(108817,7,21481,NULL,617,3,'2026-01-29 17:05:21','2026-01-29 17:05:21','33f3f073-74d3-4f50-938b-649d75f7596d'),
(108818,7,21481,NULL,605,4,'2026-01-29 17:05:21','2026-01-29 17:05:21','1c1884d5-e4bc-400f-8f6a-8a3c88c6f657'),
(108819,7,21481,NULL,9552,5,'2026-01-29 17:05:21','2026-01-29 17:05:21','46cbb5c8-2939-4701-a8c4-5f674e72c500'),
(108820,82,21481,NULL,479,1,'2026-01-29 17:05:21','2026-01-29 17:05:21','2587f230-03f0-47d1-9100-d5359fd20f66'),
(108821,82,21481,NULL,491,2,'2026-01-29 17:05:21','2026-01-29 17:05:21','0c61177b-bd04-46f2-87b3-b6bf0c7dc501'),
(108822,46,21481,NULL,3697,1,'2026-01-29 17:05:21','2026-01-29 17:05:21','7ebb9699-d8d8-40ba-a5dd-0e131a4b46cf'),
(108823,47,21481,NULL,12380,1,'2026-01-29 17:05:21','2026-01-29 17:05:21','0b723b63-6d19-4229-a388-7ad7f99198c3'),
(108824,57,21481,NULL,4829,1,'2026-01-29 17:05:21','2026-01-29 17:05:21','ee9a93c9-832a-4280-8c43-6c68b372292b'),
(108825,57,21481,NULL,3689,2,'2026-01-29 17:05:21','2026-01-29 17:05:21','8e47366e-499b-458f-af89-3ea903904ec2'),
(108826,57,21481,NULL,4826,3,'2026-01-29 17:05:21','2026-01-29 17:05:21','67bef27e-349f-421b-a61e-e1845ec283e5'),
(108827,57,21481,NULL,4828,4,'2026-01-29 17:05:21','2026-01-29 17:05:21','3b886b0e-5e57-4489-ab03-225c169faaa2'),
(108828,57,21481,NULL,4827,5,'2026-01-29 17:05:21','2026-01-29 17:05:21','b9c8e6e6-0a97-481e-8312-3cd540201731'),
(108830,32,21496,NULL,2614,1,'2026-01-29 17:07:18','2026-01-29 17:07:18','953cb42e-7cc6-4653-b8a2-97d5f32c39e6'),
(108831,32,21496,NULL,2610,2,'2026-01-29 17:07:18','2026-01-29 17:07:18','be22aa19-e283-4232-a724-7ea93b34d5fd'),
(108832,32,21496,NULL,2598,3,'2026-01-29 17:07:18','2026-01-29 17:07:18','1b4f30d1-e409-4e26-b47e-328a94f8296a'),
(108833,32,21496,NULL,2600,4,'2026-01-29 17:07:18','2026-01-29 17:07:18','485fb988-5841-41b2-888a-20eb0158b16e'),
(108834,32,21496,NULL,2612,5,'2026-01-29 17:07:18','2026-01-29 17:07:18','dbd97a69-5d37-43ba-bee1-69645461863a'),
(108835,32,21496,NULL,2604,6,'2026-01-29 17:07:18','2026-01-29 17:07:18','572ac39b-fed0-4bc7-9573-7ee1879a7e05'),
(108836,32,21496,NULL,2608,7,'2026-01-29 17:07:18','2026-01-29 17:07:18','ab96559a-b9aa-4adc-8f52-6ccf18e97820'),
(108837,32,21496,NULL,2596,8,'2026-01-29 17:07:18','2026-01-29 17:07:18','1b247ac6-12cc-49ca-96e9-de65fb20c087'),
(108838,32,21496,NULL,2602,9,'2026-01-29 17:07:18','2026-01-29 17:07:18','ca27da85-de7c-4c14-9d5c-ab3ec0cc1188'),
(108839,32,21496,NULL,2606,10,'2026-01-29 17:07:18','2026-01-29 17:07:18','6015a8ac-2bfc-40ae-bcad-9bfd1bf0b86b'),
(108840,16,21496,NULL,3722,1,'2026-01-29 17:07:18','2026-01-29 17:07:18','e2ab9a7e-a0c0-4b9f-ab22-da178ee5aace'),
(108841,7,21496,NULL,3468,1,'2026-01-29 17:07:18','2026-01-29 17:07:18','b6578b78-141d-4587-9126-646b27f446b3'),
(108842,7,21496,NULL,601,2,'2026-01-29 17:07:18','2026-01-29 17:07:18','29c14a84-fa9e-41c9-86f1-8ba8c1fbee2a'),
(108843,7,21496,NULL,9640,3,'2026-01-29 17:07:18','2026-01-29 17:07:18','0b1a4344-514c-4eda-bb1d-7fbf8dcd68f6'),
(108844,7,21496,NULL,617,4,'2026-01-29 17:07:18','2026-01-29 17:07:18','f6abe4db-b57c-4630-b41d-b7e257bd72a5'),
(108845,7,21496,NULL,605,5,'2026-01-29 17:07:18','2026-01-29 17:07:18','100e305f-1813-4c30-9323-ceab8a4c0b81'),
(108846,7,21496,NULL,9552,6,'2026-01-29 17:07:18','2026-01-29 17:07:18','a958f1bf-ba99-43b6-9815-2a13abb07c1f'),
(108847,7,21496,NULL,9549,7,'2026-01-29 17:07:18','2026-01-29 17:07:18','029afa15-c694-49fa-b000-d5a7011ff9f1'),
(108848,82,21496,NULL,479,1,'2026-01-29 17:07:18','2026-01-29 17:07:18','327605d0-1c89-4e86-964c-be3a4407417e'),
(108849,47,21496,NULL,12386,1,'2026-01-29 17:07:18','2026-01-29 17:07:18','f67a2607-7262-481f-83fe-1e955d06672e'),
(108850,57,21496,NULL,8024,1,'2026-01-29 17:07:18','2026-01-29 17:07:18','dd642fce-6cd9-45fa-9add-1aa78b4d349b'),
(108851,57,21496,NULL,8025,2,'2026-01-29 17:07:18','2026-01-29 17:07:18','bf98b90c-6d59-4229-b0ba-5d050a765ca5'),
(108852,57,21496,NULL,8027,3,'2026-01-29 17:07:18','2026-01-29 17:07:18','332931a4-5f31-43dd-aaeb-f259c2137c20'),
(108853,57,21496,NULL,8026,4,'2026-01-29 17:07:18','2026-01-29 17:07:18','2f62aaed-5c2c-40e3-a871-61e884e823d6'),
(108882,32,21508,NULL,2610,1,'2026-01-29 17:09:10','2026-01-29 17:09:10','f533cda0-9ed0-4454-b39c-59b85c86602b'),
(108883,32,21508,NULL,2598,2,'2026-01-29 17:09:10','2026-01-29 17:09:10','6dcd16dc-5d25-46f9-87c5-20acfd2f4bdf'),
(108884,32,21508,NULL,2600,3,'2026-01-29 17:09:10','2026-01-29 17:09:10','72942ba3-4197-48f3-87bd-41a1b30e912e'),
(108885,32,21508,NULL,2602,4,'2026-01-29 17:09:10','2026-01-29 17:09:10','595c536a-8126-4edb-80fd-6404066442ba'),
(108886,32,21508,NULL,2612,5,'2026-01-29 17:09:10','2026-01-29 17:09:10','f5c33a5c-a8f7-4ff5-ad6a-674a7db9bd1b'),
(108887,32,21508,NULL,2618,6,'2026-01-29 17:09:10','2026-01-29 17:09:10','18bb7fc7-b26c-49aa-ae97-a3970e4f9ff7'),
(108888,32,21508,NULL,2604,7,'2026-01-29 17:09:10','2026-01-29 17:09:10','dcb33217-a1a9-4704-a219-806722d5efd1'),
(108889,32,21508,NULL,2608,8,'2026-01-29 17:09:10','2026-01-29 17:09:10','b64d886e-d99d-4559-ae55-96d8a61347b9'),
(108890,32,21508,NULL,2596,9,'2026-01-29 17:09:10','2026-01-29 17:09:10','cfc12967-6807-4dac-96d2-ab296a3d3ac1'),
(108891,32,21508,NULL,2606,10,'2026-01-29 17:09:10','2026-01-29 17:09:10','8a1303d7-c79f-4609-bd55-a40cf98a7fdb'),
(108892,16,21508,NULL,8034,1,'2026-01-29 17:09:10','2026-01-29 17:09:10','10887930-73c5-400b-8ecf-de804808adda'),
(108893,7,21508,NULL,6547,1,'2026-01-29 17:09:10','2026-01-29 17:09:10','239f60e3-f7c4-4b1c-a39d-5bec7dc0e3f5'),
(108894,7,21508,NULL,601,2,'2026-01-29 17:09:10','2026-01-29 17:09:10','79f4e67d-17f3-43c7-b4e5-bb87e5b81c8c'),
(108895,7,21508,NULL,2974,3,'2026-01-29 17:09:10','2026-01-29 17:09:10','7ddb9630-e347-4c8c-bfef-517d3f7fa5bc'),
(108896,7,21508,NULL,617,4,'2026-01-29 17:09:10','2026-01-29 17:09:10','51aeded2-e9bb-4d0c-85cc-0a85df9b4cf5'),
(108897,7,21508,NULL,9727,5,'2026-01-29 17:09:10','2026-01-29 17:09:10','d03a6f44-95a1-460c-928e-fd831100bb4a'),
(108898,7,21508,NULL,605,6,'2026-01-29 17:09:10','2026-01-29 17:09:10','f627d7ac-c455-4492-b84b-d518ca81814b'),
(108899,7,21508,NULL,9552,7,'2026-01-29 17:09:10','2026-01-29 17:09:10','de0fbcc1-7546-43c1-9b60-3026bdc296ca'),
(108900,82,21508,NULL,479,1,'2026-01-29 17:09:10','2026-01-29 17:09:10','23e26d29-4fe8-408e-88d0-3d810e978e66'),
(108901,82,21508,NULL,491,2,'2026-01-29 17:09:10','2026-01-29 17:09:10','19752298-d5ab-477c-87c0-f0ccc45dda4d'),
(108902,46,21508,NULL,3697,1,'2026-01-29 17:09:10','2026-01-29 17:09:10','1144dfae-1705-4088-bbd5-faeb5f1a7ede'),
(108903,47,21508,NULL,12389,1,'2026-01-29 17:09:10','2026-01-29 17:09:10','04b173ba-939d-48e5-a7a3-763363f8dbbf'),
(108904,57,21508,NULL,8033,1,'2026-01-29 17:09:10','2026-01-29 17:09:10','cb4399d7-5bdd-4883-9735-ee0251709d8a'),
(108905,57,21508,NULL,8032,2,'2026-01-29 17:09:10','2026-01-29 17:09:10','9f532dc0-a97d-440a-b84f-f20854707231'),
(108906,57,21508,NULL,8036,3,'2026-01-29 17:09:10','2026-01-29 17:09:10','9b124882-714f-4d0c-96c9-273b1bf2f96e'),
(108907,57,21508,NULL,8035,4,'2026-01-29 17:09:10','2026-01-29 17:09:10','7da747a9-f594-405e-8ea2-36e2d6f4ca8a'),
(108933,32,21520,NULL,2614,1,'2026-01-29 17:12:40','2026-01-29 17:12:40','ad86678c-9983-4d76-858d-9c05ce8a9408'),
(108934,32,21520,NULL,2610,2,'2026-01-29 17:12:40','2026-01-29 17:12:40','48b07a07-0e57-41f3-b7c7-51150ac92256'),
(108935,32,21520,NULL,2598,3,'2026-01-29 17:12:40','2026-01-29 17:12:40','d0f60bc5-65dc-438f-9d1d-c2ab8877202d'),
(108936,32,21520,NULL,2600,4,'2026-01-29 17:12:40','2026-01-29 17:12:40','8de9574b-7cfe-414b-ad02-762f422c0d8c'),
(108937,32,21520,NULL,2602,5,'2026-01-29 17:12:40','2026-01-29 17:12:40','57a19912-08e7-4dae-a436-c7f534094749'),
(108938,32,21520,NULL,2604,6,'2026-01-29 17:12:40','2026-01-29 17:12:40','011d0d5a-409e-4efc-a6d5-200355943918'),
(108939,32,21520,NULL,2608,7,'2026-01-29 17:12:40','2026-01-29 17:12:40','b95dc3d1-1f24-47d3-9aed-b85d33949ca9'),
(108940,32,21520,NULL,2596,8,'2026-01-29 17:12:40','2026-01-29 17:12:40','d6a15ea3-f34c-425d-8610-2279a00e65f2'),
(108941,32,21520,NULL,2606,9,'2026-01-29 17:12:40','2026-01-29 17:12:40','a661230f-d950-4e1a-bf2e-8456c3b84464'),
(108942,32,21520,NULL,2612,10,'2026-01-29 17:12:40','2026-01-29 17:12:40','6c4cc1d5-5be4-4257-b9f6-3509c2986cfc'),
(108943,16,21520,NULL,3808,1,'2026-01-29 17:12:40','2026-01-29 17:12:40','166291e2-8872-4df5-ada9-9d3587ee44e5'),
(108944,7,21520,NULL,3468,1,'2026-01-29 17:12:40','2026-01-29 17:12:40','23fc4b09-869e-4e99-8a94-2445d5837ee6'),
(108945,7,21520,NULL,601,2,'2026-01-29 17:12:40','2026-01-29 17:12:40','c63bd3e9-fadd-4849-877f-fee525242a3b'),
(108946,7,21520,NULL,2972,3,'2026-01-29 17:12:40','2026-01-29 17:12:40','683d85c3-6a30-402a-87bc-241c511a9527'),
(108947,7,21520,NULL,2974,4,'2026-01-29 17:12:40','2026-01-29 17:12:40','55d81016-3888-4b8d-b73b-948aec96d980'),
(108948,7,21520,NULL,617,5,'2026-01-29 17:12:40','2026-01-29 17:12:40','98af3dc9-f536-4048-9621-3457c7754260'),
(108949,7,21520,NULL,605,6,'2026-01-29 17:12:40','2026-01-29 17:12:40','e27a62a6-626b-4ab6-8c85-9f2d3174569d'),
(108950,7,21520,NULL,9552,7,'2026-01-29 17:12:40','2026-01-29 17:12:40','c5537a4b-77fb-49d1-9f99-666cdcf84e20'),
(108951,82,21520,NULL,479,1,'2026-01-29 17:12:40','2026-01-29 17:12:40','53b4cf24-a1e6-4a6a-aac6-067e3a196e93'),
(108952,47,21520,NULL,12391,1,'2026-01-29 17:12:40','2026-01-29 17:12:40','0e21ff92-4c70-48bd-aee6-53a58ee9a1de'),
(108953,57,21520,NULL,8052,1,'2026-01-29 17:12:40','2026-01-29 17:12:40','47ca3f7d-fc1f-44b9-8bdd-c6ce38de29fd'),
(108954,57,21520,NULL,8054,2,'2026-01-29 17:12:40','2026-01-29 17:12:40','600fda64-d715-4ecd-b01b-3551824130df'),
(108955,57,21520,NULL,8053,3,'2026-01-29 17:12:40','2026-01-29 17:12:40','94ca3c56-6570-4a12-82fa-69930275a50f'),
(108956,57,21520,NULL,8051,4,'2026-01-29 17:12:40','2026-01-29 17:12:40','0296615d-160c-4cd2-b225-a9e7d5e7725b'),
(108972,32,21536,NULL,2614,1,'2026-01-29 17:16:36','2026-01-29 17:16:36','ad089ba3-7109-4b0b-b57f-e6cf3cf40ff7'),
(108973,83,21536,NULL,1045,1,'2026-01-29 17:16:36','2026-01-29 17:16:36','87c6362e-4188-4b33-8a71-2ae148f5af8a'),
(108974,16,21536,NULL,6530,1,'2026-01-29 17:16:36','2026-01-29 17:16:36','2e585bf6-8a6f-41e8-8fc5-7f91f429e7c0'),
(108975,7,21536,NULL,617,1,'2026-01-29 17:16:36','2026-01-29 17:16:36','4eccac48-88ec-403b-be55-fe325fbf81ae'),
(108976,7,21536,NULL,9558,2,'2026-01-29 17:16:36','2026-01-29 17:16:36','51b25001-cefc-4aa4-a365-4ec1e637bf9f'),
(108977,7,21536,NULL,605,3,'2026-01-29 17:16:36','2026-01-29 17:16:36','5f19be7f-2954-4aff-b490-6e1b8a352f23'),
(108978,7,21536,NULL,9552,4,'2026-01-29 17:16:36','2026-01-29 17:16:36','69e9ba7d-faaf-4dab-9573-765b02b023cb'),
(108979,57,21536,NULL,8064,1,'2026-01-29 17:16:36','2026-01-29 17:16:36','7660126d-284b-4043-b63f-c8b035eb09db'),
(108980,57,21536,NULL,8061,2,'2026-01-29 17:16:36','2026-01-29 17:16:36','13a6aaa0-ff0e-4f50-8f96-1d6e2aebed76'),
(108981,57,21536,NULL,8060,3,'2026-01-29 17:16:36','2026-01-29 17:16:36','7973395b-2c64-40da-b062-a28623a9034f'),
(108982,57,21536,NULL,8063,4,'2026-01-29 17:16:36','2026-01-29 17:16:36','ebe42922-780f-434b-a448-418a0ffa6288'),
(108983,57,21536,NULL,8062,5,'2026-01-29 17:16:36','2026-01-29 17:16:36','b7be4b3b-7885-4b3e-a23a-a7c295de20f5'),
(108984,74,21536,NULL,14613,1,'2026-01-29 17:16:36','2026-01-29 17:16:36','5b85d416-60c9-4dad-8b37-c5be0b64b64c'),
(108986,12,21536,NULL,12713,1,'2026-01-29 17:16:36','2026-01-29 17:16:36','5d3a93fc-e202-4ca6-a296-4eb2380438cf'),
(109013,32,21554,NULL,2614,1,'2026-01-29 17:21:38','2026-01-29 17:21:38','f0159db2-98e0-47f0-b391-7bb5e9e76a97'),
(109014,32,21554,NULL,2610,2,'2026-01-29 17:21:38','2026-01-29 17:21:38','597a8847-ad33-47b6-9f4e-48261964800e'),
(109015,32,21554,NULL,2598,3,'2026-01-29 17:21:38','2026-01-29 17:21:38','0e5a7189-337b-4f26-abd6-9d6b641c495d'),
(109016,32,21554,NULL,2608,4,'2026-01-29 17:21:38','2026-01-29 17:21:38','f865d604-a1b4-49ea-a4fc-ff81e1e92ac7'),
(109017,32,21554,NULL,2600,5,'2026-01-29 17:21:38','2026-01-29 17:21:38','5cc99234-a293-4a4d-b138-e5c54a833c4a'),
(109018,32,21554,NULL,2596,6,'2026-01-29 17:21:38','2026-01-29 17:21:38','bd28edd1-6b5a-4484-b462-d5bc6d233121'),
(109019,32,21554,NULL,2602,7,'2026-01-29 17:21:38','2026-01-29 17:21:38','73231ab8-b923-4b21-8d6f-56609d065f13'),
(109020,32,21554,NULL,2606,8,'2026-01-29 17:21:38','2026-01-29 17:21:38','8bc5bfec-1126-4aee-9952-cd4e09813da2'),
(109021,32,21554,NULL,2604,9,'2026-01-29 17:21:38','2026-01-29 17:21:38','5c961ca5-94ed-43af-9508-c448d79b558b'),
(109022,32,21554,NULL,2624,10,'2026-01-29 17:21:38','2026-01-29 17:21:38','8f7fadbb-3e31-4cac-87cd-e2881b78d554'),
(109023,32,21554,NULL,2612,11,'2026-01-29 17:21:38','2026-01-29 17:21:38','cfef0647-585e-4b5f-936a-1c05e25e21cf'),
(109024,16,21554,NULL,8081,1,'2026-01-29 17:21:38','2026-01-29 17:21:38','14790cfc-72a6-4597-b2d1-b684d8afbb94'),
(109025,7,21554,NULL,3468,1,'2026-01-29 17:21:38','2026-01-29 17:21:38','d303d617-2f71-4c60-a771-79855cd13509'),
(109026,7,21554,NULL,601,2,'2026-01-29 17:21:38','2026-01-29 17:21:38','138a64d8-9da1-4833-8166-902c1460b94a'),
(109027,7,21554,NULL,9640,3,'2026-01-29 17:21:38','2026-01-29 17:21:38','495e1fb8-58aa-4ca2-b7c9-f1d8274f17b4'),
(109028,7,21554,NULL,2974,4,'2026-01-29 17:21:38','2026-01-29 17:21:38','18ba3e40-1c0d-4a69-8240-f3797b0c0111'),
(109029,7,21554,NULL,617,5,'2026-01-29 17:21:38','2026-01-29 17:21:38','75c3d480-399f-447d-9cc2-131ba97cf700'),
(109030,7,21554,NULL,605,6,'2026-01-29 17:21:38','2026-01-29 17:21:38','12d4aaa1-e7e2-4074-8d83-2d313956670c'),
(109031,7,21554,NULL,9552,7,'2026-01-29 17:21:38','2026-01-29 17:21:38','292f343d-0e21-4e37-b350-efcfff1c491c'),
(109032,46,21554,NULL,2891,1,'2026-01-29 17:21:38','2026-01-29 17:21:38','c37650ab-6cbc-4413-85d5-e979ded0d138'),
(109033,47,21554,NULL,12395,1,'2026-01-29 17:21:38','2026-01-29 17:21:38','0b3ce38e-c88d-45f4-8b53-1b3f27627a84'),
(109034,57,21554,NULL,8082,1,'2026-01-29 17:21:38','2026-01-29 17:21:38','972c7b42-7359-423a-b041-0cb39307528e'),
(109035,57,21554,NULL,8085,2,'2026-01-29 17:21:38','2026-01-29 17:21:38','be3c2844-9624-4aaa-b876-5d08d3990dea'),
(109036,57,21554,NULL,8086,3,'2026-01-29 17:21:38','2026-01-29 17:21:38','637df2b7-7ae4-44bc-9227-ee462c0dd4a2'),
(109037,57,21554,NULL,8087,4,'2026-01-29 17:21:38','2026-01-29 17:21:38','960a8d16-8cbe-4d00-81a5-9ca1db5b1836'),
(109038,13,21554,NULL,6814,1,'2026-01-29 17:21:38','2026-01-29 17:21:38','d3259613-3966-4c49-9a76-40bce37cd7cb'),
(109063,32,21576,NULL,2610,1,'2026-01-29 17:45:04','2026-01-29 17:45:04','e7909ae0-12ab-420f-a195-4547b1a5a6dd'),
(109064,32,21576,NULL,2598,2,'2026-01-29 17:45:04','2026-01-29 17:45:04','58654c59-c654-4bb4-a76d-ae16d6e574d6'),
(109065,32,21576,NULL,2600,3,'2026-01-29 17:45:04','2026-01-29 17:45:04','d150eba0-50bf-4cde-90e0-b9c7e6993895'),
(109066,32,21576,NULL,2604,4,'2026-01-29 17:45:04','2026-01-29 17:45:04','80e4a59e-92c9-4c1e-8755-ee37aedc8aa4'),
(109067,32,21576,NULL,2608,5,'2026-01-29 17:45:04','2026-01-29 17:45:04','913f2e59-2c46-4372-83c4-b8f88b4e59ab'),
(109068,32,21576,NULL,2596,6,'2026-01-29 17:45:04','2026-01-29 17:45:04','f023cd6b-6aaa-4ef5-957b-fb1d9a481361'),
(109069,32,21576,NULL,2602,7,'2026-01-29 17:45:04','2026-01-29 17:45:04','18dbf001-8596-4bdb-8c4d-8ad23cb469c4'),
(109070,32,21576,NULL,2606,8,'2026-01-29 17:45:04','2026-01-29 17:45:04','7a93384e-88ba-4f68-a9d1-c6042b85da7e'),
(109071,32,21576,NULL,2612,9,'2026-01-29 17:45:04','2026-01-29 17:45:04','1a0e6593-5472-44dd-890c-d8982f0d4890'),
(109072,16,21576,NULL,3865,1,'2026-01-29 17:45:04','2026-01-29 17:45:04','aa448c19-1959-45bb-83a7-1bce47de6e2e'),
(109073,7,21576,NULL,3468,1,'2026-01-29 17:45:04','2026-01-29 17:45:04','d6a5017b-30bc-4068-9e54-5870733ff27c'),
(109074,7,21576,NULL,601,2,'2026-01-29 17:45:04','2026-01-29 17:45:04','aeb13b00-88c4-4c90-be0e-2b2ccba74558'),
(109075,7,21576,NULL,3093,3,'2026-01-29 17:45:04','2026-01-29 17:45:04','c888dcba-bda6-47fa-afbf-bd5a3fb19cb4'),
(109076,7,21576,NULL,617,4,'2026-01-29 17:45:04','2026-01-29 17:45:04','8188cf31-334a-4043-84a1-ca152929f86d'),
(109077,7,21576,NULL,605,5,'2026-01-29 17:45:04','2026-01-29 17:45:04','66ba74c5-a7a4-462c-b06e-fcf24bb2f5ce'),
(109078,7,21576,NULL,9552,6,'2026-01-29 17:45:04','2026-01-29 17:45:04','e296596c-24a0-470e-a95d-99bdb18d0ea2'),
(109079,82,21576,NULL,479,1,'2026-01-29 17:45:04','2026-01-29 17:45:04','fcee1c2e-b951-470e-a35f-2021bbd12992'),
(109080,82,21576,NULL,491,2,'2026-01-29 17:45:04','2026-01-29 17:45:04','66ca95af-2b78-49a4-a713-dd5b60d10ef5'),
(109081,47,21576,NULL,12398,1,'2026-01-29 17:45:04','2026-01-29 17:45:04','a7dcdef3-a82d-46b1-bd32-a27b421c69e8'),
(109082,57,21576,NULL,8094,1,'2026-01-29 17:45:04','2026-01-29 17:45:04','65a1ef57-5fce-4d8f-8002-6342658af169'),
(109083,57,21576,NULL,8093,2,'2026-01-29 17:45:04','2026-01-29 17:45:04','8a4220bb-cd29-4eec-a0d1-a510edc68620'),
(109084,57,21576,NULL,8095,3,'2026-01-29 17:45:04','2026-01-29 17:45:04','05f0d9a9-b8a9-4916-afdd-63c6c6a1ba02'),
(109085,57,21576,NULL,8092,4,'2026-01-29 17:45:04','2026-01-29 17:45:04','48a934ba-d7ef-48f5-a412-fc2e3ce4400b'),
(109112,32,21591,NULL,2610,1,'2026-01-29 17:48:35','2026-01-29 17:48:35','2db243a9-7249-4932-8a79-c9841a7c89c0'),
(109113,32,21591,NULL,2598,2,'2026-01-29 17:48:35','2026-01-29 17:48:35','c09e3b5b-aa8d-4659-8c20-8bf140bf3b9e'),
(109114,32,21591,NULL,2600,3,'2026-01-29 17:48:35','2026-01-29 17:48:35','9dd70ddb-cb0c-469e-97a7-e58f5d5a5d65'),
(109115,32,21591,NULL,2602,4,'2026-01-29 17:48:35','2026-01-29 17:48:35','c39216b6-1e04-43e7-94df-d60bfd8dc651'),
(109116,32,21591,NULL,2612,5,'2026-01-29 17:48:35','2026-01-29 17:48:35','f52cb08a-13bd-487f-bf96-1367718805a8'),
(109117,32,21591,NULL,2618,6,'2026-01-29 17:48:35','2026-01-29 17:48:35','81011f32-2cba-4478-904a-04158ce703d0'),
(109118,32,21591,NULL,2604,7,'2026-01-29 17:48:35','2026-01-29 17:48:35','167bda46-df2c-4cdc-909d-ec6f0c969978'),
(109119,32,21591,NULL,2614,8,'2026-01-29 17:48:35','2026-01-29 17:48:35','24f759b9-adb1-4897-91eb-d51c7d4b33d5'),
(109120,32,21591,NULL,2608,9,'2026-01-29 17:48:35','2026-01-29 17:48:35','382cedbb-2211-43e1-960f-aff771f87d6c'),
(109121,32,21591,NULL,2596,10,'2026-01-29 17:48:35','2026-01-29 17:48:35','e3a3750f-8dbc-4cd4-8f7d-57199a0fbc56'),
(109122,32,21591,NULL,2606,11,'2026-01-29 17:48:35','2026-01-29 17:48:35','2f07fd1f-58ee-482b-a81c-c995cce29fcf'),
(109123,16,21591,NULL,8104,1,'2026-01-29 17:48:35','2026-01-29 17:48:35','ddf5cbcd-8e0c-42b7-a8f1-03898e28f0ab'),
(109124,7,21591,NULL,9724,1,'2026-01-29 17:48:35','2026-01-29 17:48:35','f2f11f49-f689-45d2-b1c3-942e9c75b20f'),
(109125,7,21591,NULL,2974,2,'2026-01-29 17:48:35','2026-01-29 17:48:35','d2c0fa72-57aa-4d6a-bcdf-ceda28ebdedc'),
(109126,7,21591,NULL,617,3,'2026-01-29 17:48:35','2026-01-29 17:48:35','bc348b28-4308-435b-a73e-57fd1026ecd2'),
(109127,7,21591,NULL,605,4,'2026-01-29 17:48:35','2026-01-29 17:48:35','45440f79-97f1-456d-b4e3-d7bbca543176'),
(109128,7,21591,NULL,9552,5,'2026-01-29 17:48:35','2026-01-29 17:48:35','017d17aa-8247-4f75-a0cf-24ae92f0f279'),
(109129,82,21591,NULL,479,1,'2026-01-29 17:48:35','2026-01-29 17:48:35','2409fa1a-f26f-437a-b00a-3eebd8b20124'),
(109130,46,21591,NULL,3697,1,'2026-01-29 17:48:35','2026-01-29 17:48:35','f99ea15d-d200-45ff-a4e5-9d17a8650b81'),
(109131,47,21591,NULL,12403,1,'2026-01-29 17:48:35','2026-01-29 17:48:35','fe86b4d1-8e59-4777-8f50-6a8e4229c79b'),
(109132,57,21591,NULL,8108,1,'2026-01-29 17:48:35','2026-01-29 17:48:35','9839dc5f-9d61-4ce5-b31f-d2418eb3a411'),
(109133,57,21591,NULL,8107,2,'2026-01-29 17:48:35','2026-01-29 17:48:35','0dc438ac-09f2-4b6c-87e7-adc93a96c901'),
(109134,57,21591,NULL,8106,3,'2026-01-29 17:48:35','2026-01-29 17:48:35','a9204873-be8d-4f38-a078-758620ab84a2'),
(109135,57,21591,NULL,8105,4,'2026-01-29 17:48:35','2026-01-29 17:48:35','df128822-fc77-40a2-87e3-fb782cff84da'),
(109136,13,21591,NULL,6820,1,'2026-01-29 17:48:35','2026-01-29 17:48:35','643d85c4-2cba-4f52-bc60-626ade062797'),
(109159,32,21604,NULL,2610,1,'2026-01-29 17:53:04','2026-01-29 17:53:04','cce99333-6c07-4e7a-ac21-bef961b80493'),
(109160,32,21604,NULL,2598,2,'2026-01-29 17:53:04','2026-01-29 17:53:04','525f9231-5efd-43cb-9489-64a575135891'),
(109161,32,21604,NULL,2600,3,'2026-01-29 17:53:04','2026-01-29 17:53:04','95b5f516-0373-4c1f-9cf6-f4f86e1e71c2'),
(109162,32,21604,NULL,2606,4,'2026-01-29 17:53:04','2026-01-29 17:53:04','afdbee79-108a-432b-a21c-b10f89ba6d48'),
(109163,32,21604,NULL,2604,5,'2026-01-29 17:53:04','2026-01-29 17:53:04','f40b6759-5569-43e9-b66a-c1f2b9bfb36c'),
(109164,32,21604,NULL,2614,6,'2026-01-29 17:53:04','2026-01-29 17:53:04','c966da23-07cf-4de6-9a6a-e9e6e1b4668a'),
(109165,32,21604,NULL,2608,7,'2026-01-29 17:53:04','2026-01-29 17:53:04','fa6809bd-c898-4cab-b8ca-3eded1464b77'),
(109166,32,21604,NULL,2596,8,'2026-01-29 17:53:04','2026-01-29 17:53:04','5abe2a31-21ec-4fa1-80d5-2ab50fe7400e'),
(109167,32,21604,NULL,2602,9,'2026-01-29 17:53:04','2026-01-29 17:53:04','5582ff3a-7eb0-42d1-96a6-fd3143ca3193'),
(109168,32,21604,NULL,2612,10,'2026-01-29 17:53:04','2026-01-29 17:53:04','5e18243c-a1ea-450f-8618-23329ab0cab9'),
(109169,16,21604,NULL,9415,1,'2026-01-29 17:53:04','2026-01-29 17:53:04','d4f8c061-bd7f-43ec-92b4-fe5908bc764d'),
(109170,7,21604,NULL,3468,1,'2026-01-29 17:53:04','2026-01-29 17:53:04','ffe438af-0876-4b15-b758-a0090327bf60'),
(109171,7,21604,NULL,2969,2,'2026-01-29 17:53:04','2026-01-29 17:53:04','c8399dce-8b11-4617-98e1-11a7b53a5d2b'),
(109172,7,21604,NULL,617,3,'2026-01-29 17:53:04','2026-01-29 17:53:04','2d432ce7-1a17-40f4-9314-59b38c8973e0'),
(109173,7,21604,NULL,605,4,'2026-01-29 17:53:04','2026-01-29 17:53:04','7c8ee151-76f9-4976-bb75-ad3bb6ceaeff'),
(109174,7,21604,NULL,9552,5,'2026-01-29 17:53:04','2026-01-29 17:53:04','3edbbe3e-a902-4cc8-bdbd-99e5769d8e39'),
(109175,47,21604,NULL,12405,1,'2026-01-29 17:53:04','2026-01-29 17:53:04','b7794276-927c-4333-b3d3-bd4f380c7855'),
(109176,57,21604,NULL,3927,1,'2026-01-29 17:53:04','2026-01-29 17:53:04','54ee10a0-4e7a-44d2-ab33-d63fcb16aeaa'),
(109177,57,21604,NULL,8117,2,'2026-01-29 17:53:04','2026-01-29 17:53:04','78c909ba-241d-458f-b129-cb9f1997a440'),
(109178,57,21604,NULL,8119,3,'2026-01-29 17:53:04','2026-01-29 17:53:04','e7167991-f3c0-4f62-8210-05080acf916a'),
(109179,57,21604,NULL,8120,4,'2026-01-29 17:53:04','2026-01-29 17:53:04','a98fbcc5-97d7-459f-bfde-a48a9a032a49'),
(109204,32,21643,NULL,2610,1,'2026-01-29 19:07:35','2026-01-29 19:07:35','afcf5834-fa05-4cbf-9b3e-8aa36196f06d'),
(109205,32,21643,NULL,2598,2,'2026-01-29 19:07:35','2026-01-29 19:07:35','6aaa1a2f-2d56-4a40-add2-d70abfb6ed51'),
(109206,32,21643,NULL,2600,3,'2026-01-29 19:07:35','2026-01-29 19:07:35','8da280b0-3463-43ed-a125-76ac5e0b4bd8'),
(109207,32,21643,NULL,2604,4,'2026-01-29 19:07:35','2026-01-29 19:07:35','02ca43b5-e38b-482c-915a-64bfc8bd0163'),
(109208,32,21643,NULL,2608,5,'2026-01-29 19:07:35','2026-01-29 19:07:35','063dedef-e1cd-4fbe-a3f1-d3e0e28a876d'),
(109209,32,21643,NULL,2596,6,'2026-01-29 19:07:35','2026-01-29 19:07:35','187c161a-ea12-4a90-8c33-535071623dcb'),
(109210,32,21643,NULL,2602,7,'2026-01-29 19:07:35','2026-01-29 19:07:35','b20ecae0-48e5-4c16-8ea3-f0461a420fc2'),
(109211,32,21643,NULL,2606,8,'2026-01-29 19:07:35','2026-01-29 19:07:35','b2f9ff10-096d-42f0-99c8-84235d14e257'),
(109212,32,21643,NULL,2612,9,'2026-01-29 19:07:35','2026-01-29 19:07:35','999e02a8-cd24-42d9-84ea-2cba022dae18'),
(109213,16,21643,NULL,3959,1,'2026-01-29 19:07:35','2026-01-29 19:07:35','cf9a8341-dd53-4f9d-ae63-e649e28890cc'),
(109214,7,21643,NULL,3468,1,'2026-01-29 19:07:35','2026-01-29 19:07:35','7f943a29-d7ab-4737-a3f3-e3f2412028c8'),
(109215,7,21643,NULL,601,2,'2026-01-29 19:07:35','2026-01-29 19:07:35','b8bbea04-ec4b-46a8-ad41-d5c6514fb147'),
(109216,7,21643,NULL,617,3,'2026-01-29 19:07:35','2026-01-29 19:07:35','b5873359-9172-4ed4-bfed-31fe92806d38'),
(109217,7,21643,NULL,9552,4,'2026-01-29 19:07:35','2026-01-29 19:07:35','6cb4c155-8e30-43a9-b039-20493b3974eb'),
(109218,7,21643,NULL,605,5,'2026-01-29 19:07:35','2026-01-29 19:07:35','b22edf01-f507-48b0-bdbf-fff676b5ec16'),
(109219,82,21643,NULL,479,1,'2026-01-29 19:07:35','2026-01-29 19:07:35','679cd864-3827-43fa-9546-58b962ccf541'),
(109220,82,21643,NULL,491,2,'2026-01-29 19:07:35','2026-01-29 19:07:35','511b94a2-9c76-489e-82e6-3c85c970cf67'),
(109221,47,21643,NULL,12408,1,'2026-01-29 19:07:35','2026-01-29 19:07:35','57ca459f-d27d-444c-893b-f62d762bd5a8'),
(109222,57,21643,NULL,8132,1,'2026-01-29 19:07:35','2026-01-29 19:07:35','4db1fd41-e0e6-4890-bf8c-16db2e12f3c9'),
(109223,57,21643,NULL,8136,2,'2026-01-29 19:07:35','2026-01-29 19:07:35','77de1e84-e94a-4391-b2b6-babb84e0be7a'),
(109224,57,21643,NULL,8131,3,'2026-01-29 19:07:35','2026-01-29 19:07:35','5779525d-e96d-4d4e-b9e7-7d29d432f4ec'),
(109225,57,21643,NULL,8134,4,'2026-01-29 19:07:35','2026-01-29 19:07:35','e2d1da66-ab4a-4ee0-a307-b8e63c723490'),
(109226,57,21643,NULL,8135,5,'2026-01-29 19:07:35','2026-01-29 19:07:35','104a278e-8adf-40f6-a5bd-6baf12d796f5'),
(109253,32,21661,NULL,2610,1,'2026-01-29 19:20:41','2026-01-29 19:20:41','7aca19f8-d5da-40da-8133-c040d37a20ff'),
(109254,32,21661,NULL,2598,2,'2026-01-29 19:20:41','2026-01-29 19:20:41','7f696059-98d3-4ea6-a1ee-4dfc6c239406'),
(109255,32,21661,NULL,2600,3,'2026-01-29 19:20:41','2026-01-29 19:20:41','b5e214f0-6b1c-4351-861f-57d2631d6f7e'),
(109256,32,21661,NULL,2604,4,'2026-01-29 19:20:41','2026-01-29 19:20:41','04d04f92-64ce-473e-b4b1-e9b82cb8e13e'),
(109257,32,21661,NULL,2608,5,'2026-01-29 19:20:41','2026-01-29 19:20:41','21397f5a-2bbd-432c-9160-d5a707f11898'),
(109258,32,21661,NULL,2596,6,'2026-01-29 19:20:41','2026-01-29 19:20:41','c1a50e88-4528-4c0a-9432-cf78278fa232'),
(109259,32,21661,NULL,2602,7,'2026-01-29 19:20:41','2026-01-29 19:20:41','d1e08bec-061a-4f8d-97a4-7b52330cddbe'),
(109260,32,21661,NULL,2606,8,'2026-01-29 19:20:41','2026-01-29 19:20:41','29981b51-3186-4e13-82a3-5623fcd344ba'),
(109261,32,21661,NULL,2612,9,'2026-01-29 19:20:41','2026-01-29 19:20:41','10384463-75e8-4353-8363-67b67f658074'),
(109262,16,21661,NULL,9420,1,'2026-01-29 19:20:41','2026-01-29 19:20:41','f8138630-05dd-4734-8751-0650afa8997d'),
(109263,7,21661,NULL,6547,1,'2026-01-29 19:20:41','2026-01-29 19:20:41','cf179622-bb31-4820-9786-fa94a44b8d6d'),
(109264,7,21661,NULL,601,2,'2026-01-29 19:20:41','2026-01-29 19:20:41','b3cf8cee-2674-40a2-bef3-54eb8b1910ab'),
(109265,7,21661,NULL,617,3,'2026-01-29 19:20:41','2026-01-29 19:20:41','564767d6-fae4-44f2-b4cb-cb3fd11ec501'),
(109266,7,21661,NULL,605,4,'2026-01-29 19:20:41','2026-01-29 19:20:41','052efd39-cd86-47e8-8924-e82e8c7c9ad0'),
(109267,7,21661,NULL,9552,5,'2026-01-29 19:20:41','2026-01-29 19:20:41','bb6c5ba9-626d-4674-a4d9-ac0aedb909b1'),
(109268,82,21661,NULL,491,1,'2026-01-29 19:20:41','2026-01-29 19:20:41','e5004e56-e35f-4d91-bad3-c72635d3b8a0'),
(109269,47,21661,NULL,12413,1,'2026-01-29 19:20:41','2026-01-29 19:20:41','99135996-9a52-4417-83d6-d692f32eff29'),
(109270,57,21661,NULL,8141,1,'2026-01-29 19:20:41','2026-01-29 19:20:41','a7d0fbe6-4c61-445b-809c-b798506560e5'),
(109271,57,21661,NULL,5129,2,'2026-01-29 19:20:41','2026-01-29 19:20:41','334abf25-6c65-44e3-aa27-b5a948ef54fe'),
(109272,57,21661,NULL,5127,3,'2026-01-29 19:20:41','2026-01-29 19:20:41','4e445f5e-6edb-4399-af46-db2a92166d46'),
(109273,57,21661,NULL,8142,4,'2026-01-29 19:20:41','2026-01-29 19:20:41','8ed00ab9-90a8-45d6-8ef2-e1f2d49b4b7e'),
(109274,57,21661,NULL,9423,5,'2026-01-29 19:20:41','2026-01-29 19:20:41','219ac7ad-8684-4487-8437-f68e9529bcf0'),
(109275,57,21661,NULL,9424,6,'2026-01-29 19:20:41','2026-01-29 19:20:41','c585b260-4ab2-4320-839b-2b169c51ee08'),
(109276,57,21661,NULL,9425,7,'2026-01-29 19:20:41','2026-01-29 19:20:41','dd7571a6-885f-4178-8430-446ad45a2583'),
(109277,57,21661,NULL,9426,8,'2026-01-29 19:20:41','2026-01-29 19:20:41','4c3a531a-4730-4e09-9cf8-6ea22c5040eb'),
(109278,57,21661,NULL,9427,9,'2026-01-29 19:20:41','2026-01-29 19:20:41','2dd66c61-d4c8-40a0-9192-8dd2e1262918'),
(109305,32,21668,NULL,2610,1,'2026-01-29 19:22:09','2026-01-29 19:22:09','9007d396-e7e2-4741-800c-5851a0b3a370'),
(109306,32,21668,NULL,2598,2,'2026-01-29 19:22:09','2026-01-29 19:22:09','b0e40f93-a5c6-45c2-a875-dd3e235f1b8d'),
(109307,32,21668,NULL,2600,3,'2026-01-29 19:22:09','2026-01-29 19:22:09','40e23ce3-5c78-4711-bdc3-14ce3e98bbad'),
(109308,32,21668,NULL,2604,4,'2026-01-29 19:22:09','2026-01-29 19:22:09','34b95e51-c5f2-4b3a-943e-a63c2ad6d260'),
(109309,32,21668,NULL,2608,5,'2026-01-29 19:22:09','2026-01-29 19:22:09','4a165a48-94c5-460e-b591-3461dea6806e'),
(109310,32,21668,NULL,2596,6,'2026-01-29 19:22:09','2026-01-29 19:22:09','9279e018-28db-454b-b1ad-d9ef282a577a'),
(109311,32,21668,NULL,2602,7,'2026-01-29 19:22:09','2026-01-29 19:22:09','5d3caec8-8520-4467-b9c8-4554085b902c'),
(109312,32,21668,NULL,2606,8,'2026-01-29 19:22:09','2026-01-29 19:22:09','f6fce129-3610-48f1-9a4d-869daf88ede5'),
(109313,32,21668,NULL,2612,9,'2026-01-29 19:22:09','2026-01-29 19:22:09','c3239563-8c8c-4056-9a79-50e3488d2b87'),
(109314,16,21668,NULL,9420,1,'2026-01-29 19:22:09','2026-01-29 19:22:09','4b4edca2-f41e-43fb-a8e7-8893df64d6f2'),
(109315,7,21668,NULL,6547,1,'2026-01-29 19:22:09','2026-01-29 19:22:09','c2d49683-d271-4642-b67a-0c34c944e9f8'),
(109316,7,21668,NULL,601,2,'2026-01-29 19:22:09','2026-01-29 19:22:09','f866f2e1-4215-4e8f-b6bb-a042489523c3'),
(109317,7,21668,NULL,617,3,'2026-01-29 19:22:09','2026-01-29 19:22:09','360a4895-b54b-4271-a5f9-2ea18de46cd4'),
(109318,7,21668,NULL,605,4,'2026-01-29 19:22:09','2026-01-29 19:22:09','5773bec3-4e20-4b80-808a-0b370f3fc32a'),
(109319,7,21668,NULL,9552,5,'2026-01-29 19:22:09','2026-01-29 19:22:09','19f9c812-d7d0-4f84-8eed-88c0cf41a94b'),
(109320,82,21668,NULL,491,1,'2026-01-29 19:22:09','2026-01-29 19:22:09','bbd3e7a5-65a5-4433-bcdd-703f75599abc'),
(109321,47,21668,NULL,12413,1,'2026-01-29 19:22:09','2026-01-29 19:22:09','f69d7677-bb6f-43c3-ba33-9861d89764b4'),
(109322,57,21668,NULL,8141,1,'2026-01-29 19:22:09','2026-01-29 19:22:09','3c1bbe10-62e9-41c5-ba62-a1e58e3a373f'),
(109323,57,21668,NULL,5129,2,'2026-01-29 19:22:09','2026-01-29 19:22:09','96345015-579f-4145-a1f9-b9a56c321174'),
(109324,57,21668,NULL,5127,3,'2026-01-29 19:22:09','2026-01-29 19:22:09','8f78a482-3fa0-4409-b65a-47d9a6cbfa7e'),
(109325,57,21668,NULL,8142,4,'2026-01-29 19:22:09','2026-01-29 19:22:09','8e441498-b8d9-43e9-a14c-f7f7f1af076d'),
(109326,57,21668,NULL,9423,5,'2026-01-29 19:22:09','2026-01-29 19:22:09','6ce1825f-bfc2-442c-974e-5ca2927ad64f'),
(109327,57,21668,NULL,9424,6,'2026-01-29 19:22:09','2026-01-29 19:22:09','4efbc595-d06e-4ebb-bc93-c3e418b8ec08'),
(109328,57,21668,NULL,9425,7,'2026-01-29 19:22:09','2026-01-29 19:22:09','7bfa24af-df85-43c1-ad01-d0f24a883909'),
(109329,57,21668,NULL,9426,8,'2026-01-29 19:22:09','2026-01-29 19:22:09','94c0df08-a260-441f-b4ee-15022a0b54ed'),
(109330,57,21668,NULL,9427,9,'2026-01-29 19:22:09','2026-01-29 19:22:09','aac5a822-d1a4-4c2a-baf7-cd40f5a591d3'),
(109354,32,21679,NULL,2610,1,'2026-01-29 19:31:54','2026-01-29 19:31:54','d2e15c86-e174-46a3-adb6-4b4b23ef9d2b'),
(109355,32,21679,NULL,2598,2,'2026-01-29 19:31:54','2026-01-29 19:31:54','1055fca0-a86d-48a0-9fce-29cf9a2d93f1'),
(109356,32,21679,NULL,2600,3,'2026-01-29 19:31:54','2026-01-29 19:31:54','c881c98d-49e8-4bab-ac58-bfac619ab8f8'),
(109357,32,21679,NULL,2604,4,'2026-01-29 19:31:54','2026-01-29 19:31:54','4be6ff04-a61b-4282-9f2c-bf0a6d8ae0f9'),
(109358,32,21679,NULL,2614,5,'2026-01-29 19:31:54','2026-01-29 19:31:54','fb7db1de-128f-427c-bb49-2324af1c4413'),
(109359,32,21679,NULL,2608,6,'2026-01-29 19:31:54','2026-01-29 19:31:54','e5649eb3-64ec-4def-9f5a-060b3df6ca13'),
(109360,32,21679,NULL,2596,7,'2026-01-29 19:31:54','2026-01-29 19:31:54','9ba89a78-d09a-423d-aca2-e30bd05b23db'),
(109361,32,21679,NULL,2602,8,'2026-01-29 19:31:54','2026-01-29 19:31:54','50145162-7aad-48dc-ac55-e477a4d0049f'),
(109362,32,21679,NULL,2606,9,'2026-01-29 19:31:54','2026-01-29 19:31:54','e23c9545-96a0-439f-8100-7dcdbdff3f96'),
(109363,32,21679,NULL,2612,10,'2026-01-29 19:31:54','2026-01-29 19:31:54','518d8656-4bfd-4289-8aa4-f9b9fcc3022f'),
(109364,16,21679,NULL,4017,1,'2026-01-29 19:31:54','2026-01-29 19:31:54','d0877492-23e2-443b-88d6-3f2b9a84cb84'),
(109365,7,21679,NULL,3468,1,'2026-01-29 19:31:54','2026-01-29 19:31:54','f1123b2d-34b9-46bf-8c45-e165951001c2'),
(109366,7,21679,NULL,2969,2,'2026-01-29 19:31:54','2026-01-29 19:31:54','74e04ae3-7b61-44ec-bb6b-ad6ac329e46d'),
(109367,7,21679,NULL,617,3,'2026-01-29 19:31:54','2026-01-29 19:31:54','27ea0136-425b-437c-a4ad-d9571df07e9a'),
(109368,7,21679,NULL,9724,4,'2026-01-29 19:31:54','2026-01-29 19:31:54','48037e0a-08a3-4496-932b-37e54ab55eb0'),
(109369,7,21679,NULL,2972,5,'2026-01-29 19:31:54','2026-01-29 19:31:54','eb5b6ff5-2401-4f5d-a0cd-203843e56724'),
(109370,7,21679,NULL,605,6,'2026-01-29 19:31:54','2026-01-29 19:31:54','95753502-467c-44b8-baed-b5cdbc52c420'),
(109371,7,21679,NULL,9552,7,'2026-01-29 19:31:54','2026-01-29 19:31:54','fe93b877-8d9a-4c18-8de1-b785611ee78b'),
(109372,47,21679,NULL,12418,1,'2026-01-29 19:31:54','2026-01-29 19:31:54','348f33cb-37c5-4ab3-a2fa-6f072aba034f'),
(109373,57,21679,NULL,8163,1,'2026-01-29 19:31:54','2026-01-29 19:31:54','9f0cf967-069e-4c82-8b63-d339db5d876c'),
(109374,57,21679,NULL,8162,2,'2026-01-29 19:31:54','2026-01-29 19:31:54','f7ab1d12-a307-42e9-9888-43d71b985b79'),
(109375,57,21679,NULL,8164,3,'2026-01-29 19:31:54','2026-01-29 19:31:54','b4c27f0a-1407-46c0-9ff9-70fb69a10676'),
(109376,57,21679,NULL,8165,4,'2026-01-29 19:31:54','2026-01-29 19:31:54','1836d6b9-a9dc-4107-9c35-daee7f1d85b3'),
(109402,32,21698,NULL,2610,1,'2026-01-29 19:40:25','2026-01-29 19:40:25','bdc94ab6-34d1-47b2-a647-8a68ebb525cd'),
(109403,32,21698,NULL,2598,2,'2026-01-29 19:40:25','2026-01-29 19:40:25','456c75cb-c09d-4a0b-a60b-7bb86877225f'),
(109404,32,21698,NULL,2600,3,'2026-01-29 19:40:25','2026-01-29 19:40:25','8022c26a-4008-4dba-a634-fc1ab2b73e10'),
(109405,32,21698,NULL,2602,4,'2026-01-29 19:40:25','2026-01-29 19:40:25','4c5da37e-8335-422b-8942-42fe5c3b4228'),
(109406,32,21698,NULL,2604,5,'2026-01-29 19:40:25','2026-01-29 19:40:25','f95987a5-60fb-40f0-9af0-19e2b501dc0a'),
(109407,32,21698,NULL,2608,6,'2026-01-29 19:40:25','2026-01-29 19:40:25','f9896999-91b5-4455-bebc-f0e5281f56dc'),
(109408,32,21698,NULL,2596,7,'2026-01-29 19:40:25','2026-01-29 19:40:25','ffa1e14b-a482-4952-8cca-936b7fc654c0'),
(109409,32,21698,NULL,2606,8,'2026-01-29 19:40:25','2026-01-29 19:40:25','fcc16fd7-ea21-4233-8350-40384a630ccd'),
(109410,32,21698,NULL,2612,9,'2026-01-29 19:40:25','2026-01-29 19:40:25','735d7514-6e69-49f3-be0f-37d1d3cbe393'),
(109411,16,21698,NULL,8178,1,'2026-01-29 19:40:25','2026-01-29 19:40:25','d20bf5d3-bd6e-4fa7-8a48-d80f0279960c'),
(109412,7,21698,NULL,3468,1,'2026-01-29 19:40:25','2026-01-29 19:40:25','af718384-29a4-4a86-88b4-9c98c2064765'),
(109413,7,21698,NULL,601,2,'2026-01-29 19:40:25','2026-01-29 19:40:25','dfa998e1-8796-474b-84d5-2db65550ada5'),
(109414,7,21698,NULL,2974,3,'2026-01-29 19:40:25','2026-01-29 19:40:25','ef656ea7-f966-4eb4-a4ef-34b2dc640188'),
(109415,7,21698,NULL,9640,4,'2026-01-29 19:40:25','2026-01-29 19:40:25','30e1501f-d95f-4e84-b072-1b24615ba8bf'),
(109416,7,21698,NULL,617,5,'2026-01-29 19:40:25','2026-01-29 19:40:25','d503d8c0-62cd-498f-9650-cbea4a569ac2'),
(109417,7,21698,NULL,9724,6,'2026-01-29 19:40:25','2026-01-29 19:40:25','2279d53b-bd0e-4ce2-99a6-f6a0a7788efc'),
(109418,7,21698,NULL,605,7,'2026-01-29 19:40:25','2026-01-29 19:40:25','4316f329-456b-4c71-a80c-bbf6af46130e'),
(109419,7,21698,NULL,9552,8,'2026-01-29 19:40:25','2026-01-29 19:40:25','453e65c4-9220-4684-9b76-6c51a6309184'),
(109420,82,21698,NULL,491,1,'2026-01-29 19:40:25','2026-01-29 19:40:25','05968552-a6f7-4eb2-b68a-e53b4d5ad7d0'),
(109421,47,21698,NULL,12425,1,'2026-01-29 19:40:25','2026-01-29 19:40:25','1d7bd800-cb78-4cdd-9600-b19eacecab02'),
(109422,57,21698,NULL,8175,1,'2026-01-29 19:40:25','2026-01-29 19:40:25','86871769-0888-44a0-8a19-fc94abd18f36'),
(109423,57,21698,NULL,8194,2,'2026-01-29 19:40:25','2026-01-29 19:40:25','7f21a031-4264-46d3-89b5-c0418aca5424'),
(109424,57,21698,NULL,8174,3,'2026-01-29 19:40:25','2026-01-29 19:40:25','fc034d5c-54a8-4c2a-80a2-accae8881199'),
(109425,57,21698,NULL,8177,4,'2026-01-29 19:40:25','2026-01-29 19:40:25','16a10552-8617-4629-8291-57701c5c95bb'),
(109448,32,21713,NULL,2614,1,'2026-01-29 19:52:47','2026-01-29 19:52:47','d62b44f7-dd2d-451a-a393-45d103b7a3e7'),
(109449,32,21713,NULL,2610,2,'2026-01-29 19:52:47','2026-01-29 19:52:47','25eae36c-5868-4055-88c7-b15b680b9c20'),
(109450,32,21713,NULL,2598,3,'2026-01-29 19:52:47','2026-01-29 19:52:47','96a61a27-ded9-4a19-b850-f2fd22bbc1df'),
(109451,32,21713,NULL,2600,4,'2026-01-29 19:52:47','2026-01-29 19:52:47','6ff891cf-2333-4b5c-ad6c-81efb1a7c713'),
(109452,32,21713,NULL,2602,5,'2026-01-29 19:52:47','2026-01-29 19:52:47','7120ceea-cc55-44b9-958c-26f15ad6d8c6'),
(109453,32,21713,NULL,2612,6,'2026-01-29 19:52:47','2026-01-29 19:52:47','0fc2122d-fc5b-4e4e-aaac-bf20937eb34c'),
(109454,32,21713,NULL,2604,7,'2026-01-29 19:52:47','2026-01-29 19:52:47','4b4789f6-442d-4797-8fc8-b70724793e62'),
(109455,32,21713,NULL,2608,8,'2026-01-29 19:52:47','2026-01-29 19:52:47','142aacc8-dedf-401a-a8e8-d9955a770c93'),
(109456,32,21713,NULL,2596,9,'2026-01-29 19:52:47','2026-01-29 19:52:47','b56c08ec-1212-4bba-873b-3da04166f490'),
(109457,32,21713,NULL,2606,10,'2026-01-29 19:52:47','2026-01-29 19:52:47','09ded2d5-8d8c-4bf7-b5fc-96a1a9e0125f'),
(109458,16,21713,NULL,4083,1,'2026-01-29 19:52:47','2026-01-29 19:52:47','c506e0a5-c37d-48ce-aaa9-c0f08f984089'),
(109459,7,21713,NULL,601,1,'2026-01-29 19:52:47','2026-01-29 19:52:47','ba95b1bb-2b09-4595-a0a1-30ae88b35e89'),
(109460,7,21713,NULL,617,2,'2026-01-29 19:52:47','2026-01-29 19:52:47','d9b64a86-0bd4-4cc7-b3d0-a3bde6d3b2ec'),
(109461,7,21713,NULL,605,3,'2026-01-29 19:52:47','2026-01-29 19:52:47','262c733c-9fab-413c-a3ea-d581539b6e19'),
(109462,7,21713,NULL,9552,4,'2026-01-29 19:52:47','2026-01-29 19:52:47','3a73c5a7-dee9-49a1-97f4-5b133d413a61'),
(109463,47,21713,NULL,12421,1,'2026-01-29 19:52:47','2026-01-29 19:52:47','2a4367e9-95ec-4a24-9b1a-0dae4d44efcd'),
(109464,57,21713,NULL,5056,1,'2026-01-29 19:52:47','2026-01-29 19:52:47','3d8523c3-5770-40bd-8f3e-4fbe2e66be09'),
(109465,57,21713,NULL,5055,2,'2026-01-29 19:52:47','2026-01-29 19:52:47','05f2591e-096d-46b1-8453-33b5d41ef41f'),
(109466,57,21713,NULL,5057,3,'2026-01-29 19:52:47','2026-01-29 19:52:47','d3a434de-ea74-47bc-9673-0d1cfbcbf7e3'),
(109467,57,21713,NULL,5058,4,'2026-01-29 19:52:47','2026-01-29 19:52:47','296e5b3d-5886-404e-b3d5-71d7251cd159'),
(109485,32,21729,NULL,2614,1,'2026-01-29 20:01:18','2026-01-29 20:01:18','f73c9a6a-4605-4035-a7bb-67827c295593'),
(109486,16,21729,NULL,8208,1,'2026-01-29 20:01:18','2026-01-29 20:01:18','2eae981c-a898-444d-9f9a-74496c4f8469'),
(109487,7,21729,NULL,617,1,'2026-01-29 20:01:18','2026-01-29 20:01:18','860e1c43-d49f-40e0-bc5b-faab14dd2b01'),
(109488,7,21729,NULL,9555,2,'2026-01-29 20:01:18','2026-01-29 20:01:18','f3f8b8d2-6f0e-449b-927a-bc263398a68d'),
(109489,7,21729,NULL,605,3,'2026-01-29 20:01:18','2026-01-29 20:01:18','f8f54405-92ea-4277-bef7-d0032f5d045b'),
(109490,7,21729,NULL,9552,4,'2026-01-29 20:01:18','2026-01-29 20:01:18','5f102dcb-535e-4afe-bff5-9154803efb46'),
(109491,57,21729,NULL,8218,1,'2026-01-29 20:01:18','2026-01-29 20:01:18','0e7f12f2-110e-4144-b396-59451a6cfdc4'),
(109492,57,21729,NULL,8217,2,'2026-01-29 20:01:18','2026-01-29 20:01:18','e552739a-8867-4971-9be6-f8116dbc643d'),
(109493,57,21729,NULL,8211,3,'2026-01-29 20:01:18','2026-01-29 20:01:18','da0c385f-be90-467f-9759-2fc679a2c4d6'),
(109494,57,21729,NULL,8214,4,'2026-01-29 20:01:18','2026-01-29 20:01:18','0845d207-1225-4d2b-a753-1b068cfccf12'),
(109495,57,21729,NULL,8213,5,'2026-01-29 20:01:18','2026-01-29 20:01:18','362ba865-87e1-4204-ac2c-4ea3ca2c3d14'),
(109496,57,21729,NULL,8212,6,'2026-01-29 20:01:18','2026-01-29 20:01:18','2504592d-935f-4948-959e-7b113aa6a069'),
(109497,57,21729,NULL,8215,7,'2026-01-29 20:01:18','2026-01-29 20:01:18','1bea540c-4e5f-4cb4-a610-58b343b8e9dc'),
(109498,74,21729,NULL,9453,1,'2026-01-29 20:01:18','2026-01-29 20:01:18','dc97fe88-8077-440f-9884-14898533c605'),
(109500,12,21729,NULL,12715,1,'2026-01-29 20:01:18','2026-01-29 20:01:18','dd17ddd0-3f6e-4a72-999c-f02d710da503'),
(109525,32,21744,NULL,2610,1,'2026-01-29 20:09:24','2026-01-29 20:09:24','922a0394-d3e1-4e9c-b4e8-1583586fc838'),
(109526,32,21744,NULL,2598,2,'2026-01-29 20:09:24','2026-01-29 20:09:24','374368dd-61dd-4eef-a6b4-ec4792431fda'),
(109527,32,21744,NULL,2600,3,'2026-01-29 20:09:24','2026-01-29 20:09:24','e8339a25-5731-4ed4-b0df-b0e35de10b9f'),
(109528,32,21744,NULL,2604,4,'2026-01-29 20:09:24','2026-01-29 20:09:24','48ecb524-8083-464a-bf8b-227cbe1d3261'),
(109529,32,21744,NULL,2608,5,'2026-01-29 20:09:24','2026-01-29 20:09:24','abe01b2f-3c29-4b6d-a812-312322224463'),
(109530,32,21744,NULL,2596,6,'2026-01-29 20:09:24','2026-01-29 20:09:24','274ac430-910c-41c9-9879-f13cbb8776df'),
(109531,32,21744,NULL,2602,7,'2026-01-29 20:09:24','2026-01-29 20:09:24','b7934954-d07d-412d-b017-c0d165909b34'),
(109532,32,21744,NULL,2606,8,'2026-01-29 20:09:24','2026-01-29 20:09:24','88120596-ebf0-4d29-81dd-ecc4062447d6'),
(109533,32,21744,NULL,2612,9,'2026-01-29 20:09:24','2026-01-29 20:09:24','d47dc30c-9de7-4d09-9426-0d25c9705003'),
(109534,16,21744,NULL,4142,1,'2026-01-29 20:09:24','2026-01-29 20:09:24','9b58049c-8189-45ef-bffb-72e6d20b6c89'),
(109535,7,21744,NULL,6547,1,'2026-01-29 20:09:24','2026-01-29 20:09:24','616e914c-9412-4643-9d66-86e8ca8ff3ae'),
(109536,7,21744,NULL,601,2,'2026-01-29 20:09:24','2026-01-29 20:09:24','36b99d87-40d4-4bb4-82b3-5fd0eca9db0b'),
(109537,7,21744,NULL,9724,3,'2026-01-29 20:09:24','2026-01-29 20:09:24','4a23a3e0-a600-4cc2-9abf-6b34581c4bfd'),
(109538,7,21744,NULL,2972,4,'2026-01-29 20:09:24','2026-01-29 20:09:24','056900d2-d349-4d1e-9907-5481370cefb1'),
(109539,7,21744,NULL,617,5,'2026-01-29 20:09:24','2026-01-29 20:09:24','868ea993-ad6d-451f-9a74-2afc2f89152d'),
(109540,7,21744,NULL,605,6,'2026-01-29 20:09:24','2026-01-29 20:09:24','ccb5942e-bf6a-4b20-a509-1161f9903367'),
(109541,7,21744,NULL,9552,7,'2026-01-29 20:09:24','2026-01-29 20:09:24','6eb69ee9-3c67-4fd1-8a0c-abd2fe00ba29'),
(109542,82,21744,NULL,491,1,'2026-01-29 20:09:24','2026-01-29 20:09:24','1335cbb3-ea9b-4e23-85c3-7fa75ceee4c0'),
(109543,47,21744,NULL,12428,1,'2026-01-29 20:09:24','2026-01-29 20:09:24','6a8db4ef-ca67-430a-a622-8155b8967994'),
(109544,57,21744,NULL,4955,1,'2026-01-29 20:09:24','2026-01-29 20:09:24','f4040621-7659-4461-a543-47bbd9c4e335'),
(109545,57,21744,NULL,4956,2,'2026-01-29 20:09:24','2026-01-29 20:09:24','d63abaf7-a949-4a85-94d7-440b019f3b4d'),
(109546,57,21744,NULL,4957,3,'2026-01-29 20:09:24','2026-01-29 20:09:24','d7ed2942-57a3-4e7c-864a-388746015f35'),
(109547,57,21744,NULL,8227,4,'2026-01-29 20:09:24','2026-01-29 20:09:24','3767c75d-24a1-4bd7-ac92-5f6e98cdd14e'),
(109556,83,21751,NULL,1185,1,'2026-01-29 20:11:04','2026-01-29 20:11:04','531e348b-a119-41b4-8e89-cd4ccd0dbd1d'),
(109557,16,21751,NULL,6598,1,'2026-01-29 20:11:04','2026-01-29 20:11:04','9b02efa4-45a0-4546-aa59-c8ba578fdb78'),
(109558,57,21751,NULL,6600,1,'2026-01-29 20:11:04','2026-01-29 20:11:04','47513e61-374a-4fbd-a025-dbd2b2fb227b'),
(109559,57,21751,NULL,6601,2,'2026-01-29 20:11:04','2026-01-29 20:11:04','df7defb7-98a6-41fa-a10e-68d0930a3a24'),
(109560,57,21751,NULL,4322,3,'2026-01-29 20:11:04','2026-01-29 20:11:04','96d94f69-0b94-44df-9024-52e4a58cb1fe'),
(109561,57,21751,NULL,8774,4,'2026-01-29 20:11:04','2026-01-29 20:11:04','c6ea3f00-2c0b-4ed7-bf1a-2c83c2a0eefb'),
(109589,32,21764,NULL,2614,1,'2026-01-29 20:16:42','2026-01-29 20:16:42','c7e95197-a8c5-40fa-8e9a-dc9fbdb60990'),
(109590,32,21764,NULL,2610,2,'2026-01-29 20:16:42','2026-01-29 20:16:42','fc77b5fd-2292-4d11-a5d8-54059395cf8e'),
(109591,32,21764,NULL,2598,3,'2026-01-29 20:16:42','2026-01-29 20:16:42','999748f5-87a9-4791-bf19-a7474b241044'),
(109592,32,21764,NULL,2600,4,'2026-01-29 20:16:42','2026-01-29 20:16:42','bcb664b1-f23d-4397-ac98-35a2a06dbdb9'),
(109593,32,21764,NULL,2604,5,'2026-01-29 20:16:42','2026-01-29 20:16:42','cb6a3ed7-ad92-4092-9901-f23aedb614f6'),
(109594,32,21764,NULL,2608,6,'2026-01-29 20:16:42','2026-01-29 20:16:42','795b93ff-ace8-4655-994f-2bbf2edf16f9'),
(109595,32,21764,NULL,2596,7,'2026-01-29 20:16:42','2026-01-29 20:16:42','a690ffbf-fa29-489a-8ad6-1bf0c63e71ec'),
(109596,32,21764,NULL,2602,8,'2026-01-29 20:16:42','2026-01-29 20:16:42','a2d99773-5a2c-4f6b-84a7-52d825cc8d80'),
(109597,32,21764,NULL,2606,9,'2026-01-29 20:16:42','2026-01-29 20:16:42','5c77f948-d51e-4092-8955-64f589c43ff2'),
(109598,32,21764,NULL,2612,10,'2026-01-29 20:16:42','2026-01-29 20:16:42','30dfb017-a607-4e4c-adda-28a6a6372d38'),
(109599,16,21764,NULL,4824,1,'2026-01-29 20:16:42','2026-01-29 20:16:42','66e0f7b8-2b98-4dba-9828-14b4c6849416'),
(109600,7,21764,NULL,6547,1,'2026-01-29 20:16:42','2026-01-29 20:16:42','9d7d675e-27a6-4e01-86fc-e7958a54f336'),
(109601,7,21764,NULL,601,2,'2026-01-29 20:16:42','2026-01-29 20:16:42','4459f7a4-f6f8-41a1-ac51-c0835c685a09'),
(109602,7,21764,NULL,2974,3,'2026-01-29 20:16:42','2026-01-29 20:16:42','6f9fe8bc-ae71-4643-b54a-7883e005311e'),
(109603,7,21764,NULL,617,4,'2026-01-29 20:16:42','2026-01-29 20:16:42','24eaa898-6988-4db9-af7e-2ae910ce3457'),
(109604,7,21764,NULL,9640,5,'2026-01-29 20:16:42','2026-01-29 20:16:42','1dc4d35f-882e-4b2c-983e-5b5cf940de2d'),
(109605,7,21764,NULL,605,6,'2026-01-29 20:16:42','2026-01-29 20:16:42','01092e79-6059-4145-b6d9-b513d1cf06a4'),
(109606,7,21764,NULL,9552,7,'2026-01-29 20:16:42','2026-01-29 20:16:42','72aecbf0-58ab-4171-bcc3-8347061fd57c'),
(109607,7,21764,NULL,9549,8,'2026-01-29 20:16:42','2026-01-29 20:16:42','b1a7545d-72b8-4fef-8f6c-5696499ea55d'),
(109608,82,21764,NULL,479,1,'2026-01-29 20:16:42','2026-01-29 20:16:42','f3cee62c-88b9-4877-9c9d-30a38d5a7bbb'),
(109609,47,21764,NULL,12482,1,'2026-01-29 20:16:42','2026-01-29 20:16:42','d919a1c7-678b-49fb-81df-69c5f21a4c5e'),
(109610,57,21764,NULL,4821,1,'2026-01-29 20:16:42','2026-01-29 20:16:42','1d04b658-3ee8-47cc-a264-508bd36d2faa'),
(109611,57,21764,NULL,4822,2,'2026-01-29 20:16:42','2026-01-29 20:16:42','66e34680-a6c7-4d48-a810-dd45c18243a6'),
(109612,57,21764,NULL,4823,3,'2026-01-29 20:16:42','2026-01-29 20:16:42','6534ccd8-1dab-445a-88a9-4fd8b5938f7d'),
(109613,57,21764,NULL,4824,4,'2026-01-29 20:16:42','2026-01-29 20:16:42','504a287d-d8ba-4cf0-8406-61e00ed3b89b'),
(109614,13,21764,NULL,6620,1,'2026-01-29 20:16:42','2026-01-29 20:16:42','39b1d90f-6396-425e-8c45-0e2087b1b417'),
(109639,32,21779,NULL,2610,1,'2026-01-29 20:22:17','2026-01-29 20:22:17','494091cb-88c6-4d00-8ec7-463f90790424'),
(109640,32,21779,NULL,2598,2,'2026-01-29 20:22:17','2026-01-29 20:22:17','5f9b11dd-d4a0-4784-99a6-f0dbefdad65d'),
(109641,32,21779,NULL,2600,3,'2026-01-29 20:22:17','2026-01-29 20:22:17','c81af83c-8227-495c-94e1-199ae26149f5'),
(109642,32,21779,NULL,2604,4,'2026-01-29 20:22:17','2026-01-29 20:22:17','99ff3717-2491-4c9e-b6f6-bd28a816b101'),
(109643,32,21779,NULL,2608,5,'2026-01-29 20:22:17','2026-01-29 20:22:17','b395871a-51e3-49e4-a441-8ba2275e5957'),
(109644,32,21779,NULL,2602,6,'2026-01-29 20:22:17','2026-01-29 20:22:17','13772d73-32fc-4741-8f90-3033b0d7ac63'),
(109645,32,21779,NULL,2596,7,'2026-01-29 20:22:17','2026-01-29 20:22:17','c704a2b1-54cb-4a43-8e8a-b7af7d14693f'),
(109646,32,21779,NULL,2606,8,'2026-01-29 20:22:17','2026-01-29 20:22:17','8ec89f2e-51f3-4b37-bccf-d8d085e6cfd8'),
(109647,32,21779,NULL,2612,9,'2026-01-29 20:22:17','2026-01-29 20:22:17','c9668697-16af-44eb-9a94-af0a51d9a697'),
(109648,16,21779,NULL,4834,1,'2026-01-29 20:22:17','2026-01-29 20:22:17','f355a8a0-1545-4197-b42e-a881e42ea211'),
(109649,7,21779,NULL,6547,1,'2026-01-29 20:22:17','2026-01-29 20:22:17','4415b1e7-7c01-4eb7-8b2d-2692f64ab4ca'),
(109650,7,21779,NULL,601,2,'2026-01-29 20:22:17','2026-01-29 20:22:17','d9fa6451-744a-4cfb-b46e-fa27efe0d313'),
(109651,7,21779,NULL,9640,3,'2026-01-29 20:22:17','2026-01-29 20:22:17','4c3236a0-9924-4a1b-8cdf-4dfb313975aa'),
(109652,7,21779,NULL,617,4,'2026-01-29 20:22:17','2026-01-29 20:22:17','7c3d4b99-3dc3-42d1-9697-5ccee011b218'),
(109653,7,21779,NULL,605,5,'2026-01-29 20:22:17','2026-01-29 20:22:17','2ff749b3-5f03-4d5e-8fbb-e9193e31bfaa'),
(109654,82,21779,NULL,469,1,'2026-01-29 20:22:17','2026-01-29 20:22:17','1aabbe89-208b-496e-a538-c0da18df5843'),
(109655,82,21779,NULL,479,2,'2026-01-29 20:22:17','2026-01-29 20:22:17','bb0f247e-9bad-4333-a8f6-1d61fcb1e69c'),
(109656,82,21779,NULL,491,3,'2026-01-29 20:22:17','2026-01-29 20:22:17','9508c3f4-c4a9-4ead-b1f8-7d784f7de131'),
(109657,47,21779,NULL,10474,1,'2026-01-29 20:22:17','2026-01-29 20:22:17','5f2c0254-ea09-4b7e-8382-53a7e9b03361'),
(109658,57,21779,NULL,4838,1,'2026-01-29 20:22:17','2026-01-29 20:22:17','61d73333-c96e-4d8a-b004-3b7993e2ca4d'),
(109659,57,21779,NULL,4836,2,'2026-01-29 20:22:17','2026-01-29 20:22:17','e624bc81-a6d5-4480-9a0d-54c6360de3a9'),
(109660,57,21779,NULL,4834,3,'2026-01-29 20:22:17','2026-01-29 20:22:17','0422a35f-a071-4a7a-b570-f78ca97c6293'),
(109661,57,21779,NULL,4837,4,'2026-01-29 20:22:17','2026-01-29 20:22:17','001562af-478c-4ca7-81ce-32fe2ce0172f'),
(109685,32,21795,NULL,2610,1,'2026-01-29 20:25:31','2026-01-29 20:25:31','5e29254c-4ea7-414e-bdb4-a64fda59aa36'),
(109686,32,21795,NULL,2598,2,'2026-01-29 20:25:31','2026-01-29 20:25:31','a2d50cc3-51e5-4108-938c-9d92cf375f3d'),
(109687,32,21795,NULL,2600,3,'2026-01-29 20:25:31','2026-01-29 20:25:31','5359936b-1624-4521-af79-bcc89faa339b'),
(109688,32,21795,NULL,2604,4,'2026-01-29 20:25:31','2026-01-29 20:25:31','9c5edaa0-31e4-4ffc-8a83-f5faa9ba3ce2'),
(109689,32,21795,NULL,2608,5,'2026-01-29 20:25:31','2026-01-29 20:25:31','c9242f27-0cbd-4bea-8a23-1ed16ebb5076'),
(109690,32,21795,NULL,2596,6,'2026-01-29 20:25:31','2026-01-29 20:25:31','b4fbfde4-4e10-441e-bb8f-ed9f8d1be01f'),
(109691,32,21795,NULL,2602,7,'2026-01-29 20:25:31','2026-01-29 20:25:31','698ecd5a-4dbf-40cc-8d9f-3db053bd3733'),
(109692,32,21795,NULL,2606,8,'2026-01-29 20:25:31','2026-01-29 20:25:31','a936a72e-2585-4ee8-b39e-81a72a96671d'),
(109693,32,21795,NULL,2612,9,'2026-01-29 20:25:31','2026-01-29 20:25:31','d0be1324-fbed-4540-883b-2127d0e70f25'),
(109694,16,21795,NULL,4282,1,'2026-01-29 20:25:31','2026-01-29 20:25:31','a79b798e-f17a-445a-a0eb-8a6c0a8ec685'),
(109695,7,21795,NULL,2969,1,'2026-01-29 20:25:31','2026-01-29 20:25:31','53507859-6a96-46e9-8c46-ccccee30bc86'),
(109696,7,21795,NULL,617,2,'2026-01-29 20:25:31','2026-01-29 20:25:31','7f517abc-6cf7-49fc-887f-7ecef9013257'),
(109697,7,21795,NULL,605,3,'2026-01-29 20:25:31','2026-01-29 20:25:31','0a2c83c4-19f0-485c-bffd-7b39c270df9b'),
(109698,7,21795,NULL,9552,4,'2026-01-29 20:25:31','2026-01-29 20:25:31','ede0cd27-b12b-4aed-81b6-9805ecdae7ce'),
(109699,82,21795,NULL,469,1,'2026-01-29 20:25:31','2026-01-29 20:25:31','ca2f249e-d96c-4f98-913a-e4f9135ab812'),
(109700,82,21795,NULL,479,2,'2026-01-29 20:25:31','2026-01-29 20:25:31','aa98227d-4175-46d9-bfd5-91a4f41ea3a0'),
(109701,82,21795,NULL,491,3,'2026-01-29 20:25:31','2026-01-29 20:25:31','4aa4fa70-2b01-44dd-8b56-6037dc925834'),
(109702,47,21795,NULL,10478,1,'2026-01-29 20:25:31','2026-01-29 20:25:31','c37e05af-58c2-4533-95f9-ba16c343dd30'),
(109703,57,21795,NULL,8740,1,'2026-01-29 20:25:31','2026-01-29 20:25:31','fe588b6e-9376-4f0b-b0ef-3c2d8d7d8894'),
(109704,57,21795,NULL,4911,2,'2026-01-29 20:25:31','2026-01-29 20:25:31','ca12ec3d-379c-4603-ae21-098acb22deb2'),
(109705,57,21795,NULL,4909,3,'2026-01-29 20:25:31','2026-01-29 20:25:31','6c378772-9a20-42d9-bd99-604e26a53875'),
(109706,57,21795,NULL,4910,4,'2026-01-29 20:25:31','2026-01-29 20:25:31','70d347bf-cb7e-4835-a1cc-73c155f05b7f'),
(109735,32,21813,NULL,2610,1,'2026-01-29 20:39:51','2026-01-29 20:39:51','1dc5392f-7c78-4ae6-ac17-a595ed6ff378'),
(109736,32,21813,NULL,2598,2,'2026-01-29 20:39:51','2026-01-29 20:39:51','981cce52-732f-403f-acce-7fbf166adaee'),
(109737,32,21813,NULL,2600,3,'2026-01-29 20:39:51','2026-01-29 20:39:51','be7b2180-cd3f-4a95-b4e9-568f3accb0bf'),
(109738,32,21813,NULL,2604,4,'2026-01-29 20:39:51','2026-01-29 20:39:51','5c491152-a8bd-480e-9011-07b16365f14f'),
(109739,32,21813,NULL,2608,5,'2026-01-29 20:39:51','2026-01-29 20:39:51','79068b37-8cd1-49c4-996a-cbdc7d40417d'),
(109740,32,21813,NULL,2602,6,'2026-01-29 20:39:51','2026-01-29 20:39:51','86ff5e3b-3489-4c12-a733-255016406596'),
(109741,32,21813,NULL,2596,7,'2026-01-29 20:39:51','2026-01-29 20:39:51','d298b34e-2d92-4319-94ee-c30d5770b089'),
(109742,32,21813,NULL,2606,8,'2026-01-29 20:39:51','2026-01-29 20:39:51','758e8c98-9f71-4999-8e3f-ad63a24f3ea1'),
(109743,32,21813,NULL,2612,9,'2026-01-29 20:39:51','2026-01-29 20:39:51','b27dff59-df8d-49b0-8980-9d86edccda7d'),
(109744,83,21813,NULL,1161,1,'2026-01-29 20:39:51','2026-01-29 20:39:51','b7a4a93f-8c9d-41e5-a22b-1731cccb648d'),
(109745,16,21813,NULL,4322,1,'2026-01-29 20:39:51','2026-01-29 20:39:51','4aa72179-ed72-450c-bbd3-e750e70e2460'),
(109746,7,21813,NULL,2969,1,'2026-01-29 20:39:51','2026-01-29 20:39:51','f746e3d6-64cc-47fd-b13e-d148674a7b43'),
(109747,7,21813,NULL,617,2,'2026-01-29 20:39:51','2026-01-29 20:39:51','d00cb02c-0eca-4963-8d0c-11540c51ff5a'),
(109748,7,21813,NULL,605,3,'2026-01-29 20:39:51','2026-01-29 20:39:51','0554ed86-d179-4b6b-9330-9a8d4ba9722c'),
(109749,7,21813,NULL,9552,4,'2026-01-29 20:39:51','2026-01-29 20:39:51','1ab5bbc1-8107-4c08-835e-276b0bd61b7e'),
(109750,82,21813,NULL,469,1,'2026-01-29 20:39:51','2026-01-29 20:39:51','b30b0769-1937-40ed-b147-47c48fd7e786'),
(109751,82,21813,NULL,479,2,'2026-01-29 20:39:51','2026-01-29 20:39:51','c6f29620-0e8b-41c7-992b-44a965b61bd4'),
(109752,82,21813,NULL,491,3,'2026-01-29 20:39:51','2026-01-29 20:39:51','4baf70bf-5bac-4721-b95b-22154e9ef0ac'),
(109753,47,21813,NULL,10480,1,'2026-01-29 20:39:51','2026-01-29 20:39:51','5496e0e2-e2dc-4db3-acfd-e38eb2e8682a'),
(109754,57,21813,NULL,8747,1,'2026-01-29 20:39:51','2026-01-29 20:39:51','8c5ca58c-305e-4712-a0b5-a7ac6ad9f788'),
(109755,57,21813,NULL,8750,2,'2026-01-29 20:39:51','2026-01-29 20:39:51','3b7546ef-8783-4657-a981-19a8d40c6f8d'),
(109756,57,21813,NULL,8751,3,'2026-01-29 20:39:51','2026-01-29 20:39:51','ce32cf92-169f-40ad-9a5d-bcaef9e8f787'),
(109757,57,21813,NULL,8746,4,'2026-01-29 20:39:51','2026-01-29 20:39:51','527ed019-6f86-40cc-a472-d6f1d46e5d0e'),
(109758,57,21813,NULL,8753,5,'2026-01-29 20:39:51','2026-01-29 20:39:51','04077ee6-3e24-4fca-b9d7-bbbcd9fd57f5'),
(109759,57,21813,NULL,8754,6,'2026-01-29 20:39:51','2026-01-29 20:39:51','e8fe2034-d946-42de-83b2-139e86bbb5b9'),
(109760,57,21813,NULL,8749,7,'2026-01-29 20:39:51','2026-01-29 20:39:51','79f1f3c9-f094-4e2b-b855-ecbf27408c88'),
(109761,57,21813,NULL,8744,8,'2026-01-29 20:39:51','2026-01-29 20:39:51','4da81082-908f-4aec-afa3-80f5b517bca1'),
(109762,57,21813,NULL,8745,9,'2026-01-29 20:39:51','2026-01-29 20:39:51','ee082c92-7176-4ea1-bfcb-dcbec378634e'),
(109798,83,21824,NULL,1185,1,'2026-01-29 20:41:12','2026-01-29 20:41:12','13d86385-271c-46b9-8002-460650469a06'),
(109799,16,21824,NULL,6598,1,'2026-01-29 20:41:12','2026-01-29 20:41:12','793a72ee-68d6-466f-9a6d-008a95dea9eb'),
(109800,57,21824,NULL,6600,1,'2026-01-29 20:41:12','2026-01-29 20:41:12','348c1cf4-68c3-4e17-afed-a6d2ef787aeb'),
(109801,57,21824,NULL,6601,2,'2026-01-29 20:41:12','2026-01-29 20:41:12','11c859fd-0354-40de-bbf2-163587bfe781'),
(109802,57,21824,NULL,4322,3,'2026-01-29 20:41:12','2026-01-29 20:41:12','a65cd99e-eaf1-4da6-9ae9-04fc15274407'),
(109803,57,21824,NULL,8774,4,'2026-01-29 20:41:12','2026-01-29 20:41:12','2ac4ca23-db77-4e1d-a74a-9c0606f52003'),
(109832,32,21840,NULL,2610,1,'2026-01-29 20:56:59','2026-01-29 20:56:59','963d4d5a-e6c0-4519-9e96-50daafa0f143'),
(109833,32,21840,NULL,2598,2,'2026-01-29 20:56:59','2026-01-29 20:56:59','865a6e82-93da-4d9f-b0d6-be17a2ee1a4e'),
(109834,32,21840,NULL,2600,3,'2026-01-29 20:56:59','2026-01-29 20:56:59','1923148a-59d1-46e4-a064-e6d99ceb347c'),
(109835,32,21840,NULL,2604,4,'2026-01-29 20:56:59','2026-01-29 20:56:59','508bc6fb-c459-4a07-a698-a45ad5144a5e'),
(109836,32,21840,NULL,2608,5,'2026-01-29 20:56:59','2026-01-29 20:56:59','3dd6e4cc-1e45-44f3-b8dc-141f9ad76ec5'),
(109837,32,21840,NULL,2602,6,'2026-01-29 20:56:59','2026-01-29 20:56:59','39c5c3a3-0501-4e5e-bc92-2f9a7a231e05'),
(109838,32,21840,NULL,2596,7,'2026-01-29 20:56:59','2026-01-29 20:56:59','671ae2f8-e242-42d3-bf41-c3dd073fb37e'),
(109839,32,21840,NULL,2606,8,'2026-01-29 20:56:59','2026-01-29 20:56:59','e6c23741-daf7-4c6e-9231-f678111911a3'),
(109840,32,21840,NULL,2612,9,'2026-01-29 20:56:59','2026-01-29 20:56:59','7ec7c70c-9de7-4415-9b3e-26c848b5106f'),
(109841,16,21840,NULL,4358,1,'2026-01-29 20:56:59','2026-01-29 20:56:59','3caf0b47-9faa-4eac-880e-b1d03f6dd116'),
(109842,7,21840,NULL,2969,1,'2026-01-29 20:56:59','2026-01-29 20:56:59','701323df-7bc7-47d9-a5e4-cbe3f1a4c406'),
(109843,7,21840,NULL,617,2,'2026-01-29 20:56:59','2026-01-29 20:56:59','0f7d4c6e-8f05-4125-9c5f-f4e5ae497af1'),
(109844,7,21840,NULL,605,3,'2026-01-29 20:56:59','2026-01-29 20:56:59','752b89bb-570e-411b-acb8-efb1b0eeacd1'),
(109845,7,21840,NULL,9552,4,'2026-01-29 20:56:59','2026-01-29 20:56:59','b41090e7-7f1d-4c0d-86df-7c0477b9fe4b'),
(109846,82,21840,NULL,469,1,'2026-01-29 20:56:59','2026-01-29 20:56:59','816a0259-39d6-496f-b965-f2c8d9b40150'),
(109847,82,21840,NULL,479,2,'2026-01-29 20:56:59','2026-01-29 20:56:59','8e3c352b-6a9c-4315-9ad5-1f84a6f8fabe'),
(109848,82,21840,NULL,491,3,'2026-01-29 20:56:59','2026-01-29 20:56:59','20a28dee-6d62-4843-bc4d-227ac1388c6f'),
(109849,47,21840,NULL,10483,1,'2026-01-29 20:56:59','2026-01-29 20:56:59','d5328046-4b04-4bc3-9845-2e830132229b'),
(109850,57,21840,NULL,8781,1,'2026-01-29 20:56:59','2026-01-29 20:56:59','60375702-8014-46c8-8cce-24e4cca59fb4'),
(109851,57,21840,NULL,8782,2,'2026-01-29 20:56:59','2026-01-29 20:56:59','675cb582-1d9d-4e7b-a15f-8d07ad6858b0'),
(109852,57,21840,NULL,8783,3,'2026-01-29 20:56:59','2026-01-29 20:56:59','361eaa0d-7800-4971-b9ed-d2b910954528'),
(109853,57,21840,NULL,8784,4,'2026-01-29 20:56:59','2026-01-29 20:56:59','3ea3110a-8e0a-49d3-8c34-e70dc1522c16'),
(109854,57,21840,NULL,8785,5,'2026-01-29 20:56:59','2026-01-29 20:56:59','8361f522-0074-45da-9a07-db281f00284e'),
(109855,57,21840,NULL,8786,6,'2026-01-29 20:56:59','2026-01-29 20:56:59','a9f99f61-8d26-4cb4-86a5-9fd28923dc8b'),
(109856,57,21840,NULL,8779,7,'2026-01-29 20:56:59','2026-01-29 20:56:59','144df8f8-1870-49ab-9aa6-c55917b700a2'),
(109857,57,21840,NULL,8780,8,'2026-01-29 20:56:59','2026-01-29 20:56:59','bef6e104-6443-49f6-8272-d39712610054'),
(109859,32,21848,NULL,2610,1,'2026-01-29 21:28:54','2026-01-29 21:28:54','5e75f15d-a740-4522-a8c7-045560786a69'),
(109860,32,21848,NULL,2598,2,'2026-01-29 21:28:54','2026-01-29 21:28:54','b38baec7-3ae9-4441-83d1-aa8ea0b07dae'),
(109861,32,21848,NULL,2600,3,'2026-01-29 21:28:54','2026-01-29 21:28:54','024d4f73-e2a6-4bd4-bede-c309390a8275'),
(109862,32,21848,NULL,2604,4,'2026-01-29 21:28:54','2026-01-29 21:28:54','fce523dd-1086-434e-a623-3f0903a73418'),
(109863,32,21848,NULL,2608,5,'2026-01-29 21:28:54','2026-01-29 21:28:54','8f2cf60a-032f-4f7f-ad25-3cabde9b8809'),
(109864,32,21848,NULL,2602,6,'2026-01-29 21:28:54','2026-01-29 21:28:54','6bab48b7-678f-436f-a48f-2b908c545578'),
(109865,32,21848,NULL,2596,7,'2026-01-29 21:28:54','2026-01-29 21:28:54','c88a4a2a-7fd8-4980-afa9-0c9a442e2f96'),
(109866,32,21848,NULL,2606,8,'2026-01-29 21:28:54','2026-01-29 21:28:54','e5d76a08-1eb0-482b-b93e-03d817f9c0d3'),
(109867,32,21848,NULL,2612,9,'2026-01-29 21:28:54','2026-01-29 21:28:54','eb8a4414-dabb-4d0e-aefc-81a999451c31'),
(109868,83,21848,NULL,1161,1,'2026-01-29 21:28:54','2026-01-29 21:28:54','d3e9b1a0-eb6b-4585-a0cf-b7b3896c4d02'),
(109869,16,21848,NULL,4322,1,'2026-01-29 21:28:54','2026-01-29 21:28:54','970f75b1-0d06-4106-9214-9ad17bdda411'),
(109870,7,21848,NULL,2969,1,'2026-01-29 21:28:54','2026-01-29 21:28:54','c0f5468d-0bb0-4158-8c83-e732d661308d'),
(109871,7,21848,NULL,617,2,'2026-01-29 21:28:54','2026-01-29 21:28:54','8c9f9c4d-ab0a-41a4-98bc-1549191ca064'),
(109872,7,21848,NULL,605,3,'2026-01-29 21:28:54','2026-01-29 21:28:54','59c62105-4570-481e-aa66-36f642e5e9c2'),
(109873,7,21848,NULL,9552,4,'2026-01-29 21:28:54','2026-01-29 21:28:54','a11d9fcc-f655-4c90-aa37-aa5aaa7c0e1e'),
(109874,82,21848,NULL,469,1,'2026-01-29 21:28:54','2026-01-29 21:28:54','43303b75-fc90-4096-b338-cb4e4aab3dd8'),
(109875,82,21848,NULL,479,2,'2026-01-29 21:28:54','2026-01-29 21:28:54','23cddc43-cfe2-4c37-8f28-0770ea85bcdc'),
(109876,82,21848,NULL,491,3,'2026-01-29 21:28:54','2026-01-29 21:28:54','41f41e8a-14d3-4db5-95ca-4d3f5af18bfa'),
(109877,47,21848,NULL,10480,1,'2026-01-29 21:28:54','2026-01-29 21:28:54','a4963c8c-98c9-472b-9338-d54fddf8bd95'),
(109878,57,21848,NULL,8747,1,'2026-01-29 21:28:54','2026-01-29 21:28:54','b29c0f45-99e8-480f-a8f2-ecc9ac0d985c'),
(109879,57,21848,NULL,8750,2,'2026-01-29 21:28:54','2026-01-29 21:28:54','f20da347-7906-4e10-a56b-04294ac0bfb8'),
(109880,57,21848,NULL,8751,3,'2026-01-29 21:28:54','2026-01-29 21:28:54','fb6e1baa-fbba-4048-8ffd-077d90235263'),
(109881,57,21848,NULL,8746,4,'2026-01-29 21:28:54','2026-01-29 21:28:54','9db6e40f-40d8-4ce0-bfda-51e9364e3744'),
(109882,57,21848,NULL,8753,5,'2026-01-29 21:28:54','2026-01-29 21:28:54','088138b9-090f-4774-a164-65c50334245b'),
(109883,57,21848,NULL,8754,6,'2026-01-29 21:28:54','2026-01-29 21:28:54','ef836ef6-04d9-44af-91fe-1e6fd770247e'),
(109884,57,21848,NULL,8749,7,'2026-01-29 21:28:54','2026-01-29 21:28:54','023a8f95-ea86-43b9-827a-c669b77e3ae4'),
(109885,57,21848,NULL,8744,8,'2026-01-29 21:28:54','2026-01-29 21:28:54','a54ec77f-f5ba-4e5b-9497-4571bd24c94c'),
(109886,57,21848,NULL,8745,9,'2026-01-29 21:28:54','2026-01-29 21:28:54','696cabfa-a622-4f9b-a92b-ca57b831665b'),
(109914,32,21858,NULL,2610,1,'2026-01-29 21:34:16','2026-01-29 21:34:16','f3239217-5a75-4413-80bc-1c10ad159927'),
(109915,32,21858,NULL,2622,2,'2026-01-29 21:34:16','2026-01-29 21:34:16','4305074e-b98d-4e8a-a422-1cb6e42b8cf0'),
(109916,32,21858,NULL,2598,3,'2026-01-29 21:34:16','2026-01-29 21:34:16','20e82a94-15f4-4296-997e-7edcb849dd8a'),
(109917,32,21858,NULL,2600,4,'2026-01-29 21:34:16','2026-01-29 21:34:16','c1f16cc5-ac50-432e-a834-c5be867affa9'),
(109918,32,21858,NULL,2604,5,'2026-01-29 21:34:16','2026-01-29 21:34:16','9d229b02-c233-4152-9fb2-0b55da675894'),
(109919,32,21858,NULL,2608,6,'2026-01-29 21:34:16','2026-01-29 21:34:16','589c9586-82fd-4769-87ae-026e23f1a3ec'),
(109920,32,21858,NULL,2602,7,'2026-01-29 21:34:16','2026-01-29 21:34:16','2ecb9b65-ebdf-4a50-b99b-c237072412c3'),
(109921,32,21858,NULL,2596,8,'2026-01-29 21:34:16','2026-01-29 21:34:16','13a324d8-de02-4473-a25d-d93b4f884374'),
(109922,32,21858,NULL,2606,9,'2026-01-29 21:34:16','2026-01-29 21:34:16','cc12952c-f7d9-47cd-b80b-dd66953e3d9c'),
(109923,32,21858,NULL,2612,10,'2026-01-29 21:34:16','2026-01-29 21:34:16','ce528430-beee-4d42-954c-14b24f7bc698'),
(109924,16,21858,NULL,4385,1,'2026-01-29 21:34:16','2026-01-29 21:34:16','94187f6b-5b35-4ef8-abbe-08e9bb0e9fbe'),
(109925,7,21858,NULL,617,1,'2026-01-29 21:34:16','2026-01-29 21:34:16','6e18ae58-0e1f-44e2-b20f-096533f0eec9'),
(109926,7,21858,NULL,605,2,'2026-01-29 21:34:16','2026-01-29 21:34:16','f28be71c-722f-40d9-b0db-2df9f810368e'),
(109927,7,21858,NULL,9552,3,'2026-01-29 21:34:16','2026-01-29 21:34:16','c314a028-3ef0-4468-88c4-920804a50b4b'),
(109928,82,21858,NULL,469,1,'2026-01-29 21:34:16','2026-01-29 21:34:16','38ca1619-f98e-4621-b4e0-065fd2a19b37'),
(109929,82,21858,NULL,479,2,'2026-01-29 21:34:16','2026-01-29 21:34:16','7aaaf323-eccd-428b-8d5c-3a1391054baf'),
(109930,82,21858,NULL,491,3,'2026-01-29 21:34:16','2026-01-29 21:34:16','bd3b7e86-a7b6-4f4f-b6cd-fb171d5e1fe1'),
(109931,46,21858,NULL,4403,1,'2026-01-29 21:34:16','2026-01-29 21:34:16','273e059e-b4d5-4c46-aab0-9d3b38100648'),
(109932,47,21858,NULL,10486,1,'2026-01-29 21:34:16','2026-01-29 21:34:16','4de3113d-72bb-4460-be5e-c0ce828402ae'),
(109933,57,21858,NULL,8806,1,'2026-01-29 21:34:16','2026-01-29 21:34:16','6f5323f9-ed6c-4a19-86a6-c4fb6afde792'),
(109934,57,21858,NULL,8808,2,'2026-01-29 21:34:16','2026-01-29 21:34:16','eae939ac-bd01-42ed-9b35-4dcc219318e0'),
(109935,57,21858,NULL,8810,3,'2026-01-29 21:34:16','2026-01-29 21:34:16','7a008349-4e94-42ff-9330-478c04cfa78a'),
(109936,57,21858,NULL,8803,4,'2026-01-29 21:34:16','2026-01-29 21:34:16','efd5a941-2555-44a6-92e0-1810533d7763'),
(109937,57,21858,NULL,8804,5,'2026-01-29 21:34:16','2026-01-29 21:34:16','b9a998b4-3563-498a-9dd7-8f6e35bc0486'),
(109938,57,21858,NULL,8805,6,'2026-01-29 21:34:16','2026-01-29 21:34:16','e19ab6bd-cbf7-4782-860a-d7e43991f3d4'),
(109939,57,21858,NULL,8807,7,'2026-01-29 21:34:16','2026-01-29 21:34:16','7096d79d-be80-44fb-a5dd-395e1668e4e1'),
(109967,32,22330,NULL,2610,1,'2026-01-30 17:30:10','2026-01-30 17:30:10','a8f6e84b-bd67-498d-a566-20257cb748f7'),
(109968,32,22330,NULL,2598,2,'2026-01-30 17:30:10','2026-01-30 17:30:10','b9a5a6a7-23a9-4073-a653-e55c1cebb0ab'),
(109969,32,22330,NULL,2600,3,'2026-01-30 17:30:10','2026-01-30 17:30:10','e5a7feaf-5f78-40cc-8018-3a6d43931f69'),
(109970,32,22330,NULL,2604,4,'2026-01-30 17:30:10','2026-01-30 17:30:10','7dec64a5-a44d-427a-b1f5-875e9081b626'),
(109971,32,22330,NULL,2608,5,'2026-01-30 17:30:10','2026-01-30 17:30:10','5e4ea639-85d8-4bc0-ac43-27fa17a5a22c'),
(109972,32,22330,NULL,2596,6,'2026-01-30 17:30:10','2026-01-30 17:30:10','6d08ed5b-9446-4dda-8f8a-de1e7aa82b12'),
(109973,32,22330,NULL,2602,7,'2026-01-30 17:30:10','2026-01-30 17:30:10','00eb5e71-7dd1-48c9-ba05-4def6a129ba5'),
(109974,32,22330,NULL,2606,8,'2026-01-30 17:30:10','2026-01-30 17:30:10','074c6ab2-40f0-42db-9a43-54ccfb999f6f'),
(109975,32,22330,NULL,2612,9,'2026-01-30 17:30:10','2026-01-30 17:30:10','5746befc-66b9-44f9-b30d-8adf1448d805'),
(109976,16,22330,NULL,9219,1,'2026-01-30 17:30:10','2026-01-30 17:30:10','1631a6d6-039c-4ad5-b4b7-3b1d0898a755'),
(109977,7,22330,NULL,601,1,'2026-01-30 17:30:10','2026-01-30 17:30:10','a1ba234a-330a-40b8-8fe3-75c205df58b7'),
(109978,7,22330,NULL,605,2,'2026-01-30 17:30:10','2026-01-30 17:30:10','366aa7a3-042f-4fe6-9a95-b779375f1a71'),
(109979,7,22330,NULL,617,3,'2026-01-30 17:30:10','2026-01-30 17:30:10','1280098c-837e-4de7-8fb3-5c44e67ec3ec'),
(109980,7,22330,NULL,9552,4,'2026-01-30 17:30:10','2026-01-30 17:30:10','d94d433c-d69f-482b-84ec-0890199fe5b2'),
(109981,82,22330,NULL,469,1,'2026-01-30 17:30:10','2026-01-30 17:30:10','500560c4-5f11-4aa4-ae12-dba71bf3b0d8'),
(109982,82,22330,NULL,475,2,'2026-01-30 17:30:10','2026-01-30 17:30:10','c528559b-c79d-4c48-a302-080c4d31ce72'),
(109983,82,22330,NULL,479,3,'2026-01-30 17:30:10','2026-01-30 17:30:10','2b9db035-d884-4f93-b54f-53be5fff1f1f'),
(109984,82,22330,NULL,491,4,'2026-01-30 17:30:10','2026-01-30 17:30:10','af904a27-7522-4676-9809-77469c38cf03'),
(109985,57,22330,NULL,9222,1,'2026-01-30 17:30:10','2026-01-30 17:30:10','8362c6a0-75b8-4f1c-b477-718157126a1e'),
(109986,57,22330,NULL,9223,2,'2026-01-30 17:30:10','2026-01-30 17:30:10','aab737ec-d57f-44d3-857f-b605bff92612'),
(109987,57,22330,NULL,9224,3,'2026-01-30 17:30:10','2026-01-30 17:30:10','fefefae9-926a-4735-a26c-f961ea8f84f6'),
(109988,57,22330,NULL,9225,4,'2026-01-30 17:30:10','2026-01-30 17:30:10','fe418e26-cb1d-449f-810d-740acaba5d93'),
(109989,57,22330,NULL,9226,5,'2026-01-30 17:30:10','2026-01-30 17:30:10','80c1276e-fb32-4a92-a711-4434bffef242'),
(109990,57,22330,NULL,12288,6,'2026-01-30 17:30:10','2026-01-30 17:30:10','c75a9eb3-1129-4a27-b84a-1aad3ae8ec17'),
(110019,16,945,NULL,22384,1,'2026-01-30 19:57:35','2026-01-30 19:57:35','0d6fce70-dbab-49ba-b1f6-2bf43b959a89'),
(110020,32,22385,NULL,2610,1,'2026-01-30 19:57:36','2026-01-30 19:57:36','35a0f48c-d9e8-416f-99ef-5e7e648272b6'),
(110021,32,22385,NULL,2598,2,'2026-01-30 19:57:36','2026-01-30 19:57:36','a64c923a-0fff-409b-9443-b69f9ed0da34'),
(110022,32,22385,NULL,2608,3,'2026-01-30 19:57:36','2026-01-30 19:57:36','007e1289-7d95-495c-a136-b608c6faae36'),
(110023,32,22385,NULL,2600,4,'2026-01-30 19:57:36','2026-01-30 19:57:36','733e2196-1809-444a-8258-5cefae4254ca'),
(110024,32,22385,NULL,2596,5,'2026-01-30 19:57:36','2026-01-30 19:57:36','61cd821d-ad0a-4809-9efb-15c86f153743'),
(110025,32,22385,NULL,2602,6,'2026-01-30 19:57:36','2026-01-30 19:57:36','9e7cf433-1eef-475e-8c4e-ee3370595485'),
(110026,32,22385,NULL,2604,7,'2026-01-30 19:57:36','2026-01-30 19:57:36','ffa235e8-f8e0-46b1-902c-0a199c14717f'),
(110027,32,22385,NULL,2606,8,'2026-01-30 19:57:36','2026-01-30 19:57:36','a73ee66b-77c0-486c-9bc4-69d7ce290606'),
(110028,32,22385,NULL,2612,9,'2026-01-30 19:57:36','2026-01-30 19:57:36','5ba8ca86-55f3-43d4-9a34-ae5db5de1b4b'),
(110029,83,22385,NULL,951,1,'2026-01-30 19:57:36','2026-01-30 19:57:36','5fa43154-529f-4bb7-8630-00edf64bbe53'),
(110030,16,22385,NULL,22384,1,'2026-01-30 19:57:36','2026-01-30 19:57:36','4aa86be2-4fea-4124-a12d-93e61a0279d6'),
(110031,7,22385,NULL,6547,1,'2026-01-30 19:57:36','2026-01-30 19:57:36','707c5be1-c59c-4673-ada3-21da3ce372b7'),
(110032,7,22385,NULL,601,2,'2026-01-30 19:57:36','2026-01-30 19:57:36','e1912104-5011-4711-8279-484302cbe1d0'),
(110033,7,22385,NULL,2972,3,'2026-01-30 19:57:36','2026-01-30 19:57:36','2a0fe3e8-6c38-4528-99d6-8cb6a8745528'),
(110034,7,22385,NULL,2974,4,'2026-01-30 19:57:36','2026-01-30 19:57:36','a22ac58f-3623-44e8-be82-6f84972b65da'),
(110035,7,22385,NULL,617,5,'2026-01-30 19:57:36','2026-01-30 19:57:36','67e81c87-ab46-4483-9102-8b87b54e92fd'),
(110036,7,22385,NULL,605,6,'2026-01-30 19:57:36','2026-01-30 19:57:36','736f3200-b56b-48d9-a109-404e69bfb907'),
(110037,7,22385,NULL,9552,7,'2026-01-30 19:57:36','2026-01-30 19:57:36','d7701899-61b4-4160-882f-67a655276549'),
(110038,82,22385,NULL,491,1,'2026-01-30 19:57:36','2026-01-30 19:57:36','1a2cb23f-139d-47c6-b30d-57e67c6ec227'),
(110039,47,22385,NULL,14958,1,'2026-01-30 19:57:36','2026-01-30 19:57:36','0cdfe404-3252-492e-9226-aea2b440dd19'),
(110040,57,22385,NULL,4842,1,'2026-01-30 19:57:36','2026-01-30 19:57:36','80a14e8d-ddb8-470b-80db-9d0c69bc44f5'),
(110041,57,22385,NULL,4841,2,'2026-01-30 19:57:36','2026-01-30 19:57:36','89024861-308e-44cb-9507-77ecd07ad86f'),
(110042,57,22385,NULL,4846,3,'2026-01-30 19:57:36','2026-01-30 19:57:36','5235eea4-48bd-4e07-85d1-d774730e1c9a'),
(110043,57,22385,NULL,4845,4,'2026-01-30 19:57:36','2026-01-30 19:57:36','6899b102-0bd3-4ef9-847a-9dcc29d4c17e'),
(110044,57,22385,NULL,4844,5,'2026-01-30 19:57:36','2026-01-30 19:57:36','37a91225-d51e-4596-b9f9-1f9595e305aa'),
(110045,57,22385,NULL,4843,6,'2026-01-30 19:57:36','2026-01-30 19:57:36','dc6dbb50-a010-4009-803a-45facc73436d'),
(110072,32,23689,NULL,2610,1,'2026-02-02 16:32:43','2026-02-02 16:32:43','8bc146b1-7d4f-48fb-a9f1-294b5b31fdf6'),
(110073,32,23689,NULL,2598,2,'2026-02-02 16:32:43','2026-02-02 16:32:43','6cff219f-789b-4189-af49-a1b057e10b42'),
(110074,32,23689,NULL,2600,3,'2026-02-02 16:32:43','2026-02-02 16:32:43','616254af-5aa4-4943-bcea-26f61e1a2bd5'),
(110075,32,23689,NULL,2606,4,'2026-02-02 16:32:43','2026-02-02 16:32:43','77fe0933-70cc-4625-b383-13e5f1fc617c'),
(110076,32,23689,NULL,2604,5,'2026-02-02 16:32:43','2026-02-02 16:32:43','fee2eafc-a4bd-4b83-8fc7-dfea2c5d5ac0'),
(110077,32,23689,NULL,2614,6,'2026-02-02 16:32:43','2026-02-02 16:32:43','5f483dfc-7fb6-444b-87ba-f160d71192eb'),
(110078,32,23689,NULL,2608,7,'2026-02-02 16:32:43','2026-02-02 16:32:43','c522d63c-b656-4bbb-b6cb-081af7944ccc'),
(110079,32,23689,NULL,2596,8,'2026-02-02 16:32:43','2026-02-02 16:32:43','de2b4c4c-e853-4104-988b-7ad20c7ffc14'),
(110080,32,23689,NULL,2602,9,'2026-02-02 16:32:43','2026-02-02 16:32:43','c9a1def0-9d81-4750-93f5-c80a9cf5af7b'),
(110081,32,23689,NULL,2612,10,'2026-02-02 16:32:43','2026-02-02 16:32:43','ceb84fe4-b8d1-40f4-a3ff-d07c78d2f5f6'),
(110082,16,23689,NULL,5191,1,'2026-02-02 16:32:43','2026-02-02 16:32:43','97cc4563-b1b2-43aa-b249-f50fe1d3f889'),
(110083,7,23689,NULL,2969,1,'2026-02-02 16:32:43','2026-02-02 16:32:43','6f06923f-dc18-49dc-9478-e32fb68dbaf2'),
(110084,7,23689,NULL,617,2,'2026-02-02 16:32:43','2026-02-02 16:32:43','ea7b15ab-268c-4370-8331-feabbdebbd81'),
(110085,7,23689,NULL,605,3,'2026-02-02 16:32:43','2026-02-02 16:32:43','0dfe58fd-9111-4c2d-a05a-1fa3b3f8506e'),
(110086,7,23689,NULL,9552,4,'2026-02-02 16:32:43','2026-02-02 16:32:43','0e09f9c3-3c20-447e-9a34-445588c4ea76'),
(110087,47,23689,NULL,12370,1,'2026-02-02 16:32:43','2026-02-02 16:32:43','98fa4bdf-6924-448b-ae6c-bc110ae19a2d'),
(110088,57,23689,NULL,5185,1,'2026-02-02 16:32:43','2026-02-02 16:32:43','5ed90f6a-a531-41ef-bc80-a1cb6460cc11'),
(110089,57,23689,NULL,5186,2,'2026-02-02 16:32:43','2026-02-02 16:32:43','f14079a0-0544-4cf9-8630-4eb750e4292e'),
(110090,57,23689,NULL,5187,3,'2026-02-02 16:32:43','2026-02-02 16:32:43','9913e26f-a940-4f02-ae43-98bb78392e52'),
(110091,57,23689,NULL,5188,4,'2026-02-02 16:32:43','2026-02-02 16:32:43','f660b20a-98cf-4302-a70d-7e23bd26eb49'),
(110092,57,23689,NULL,5189,5,'2026-02-02 16:32:43','2026-02-02 16:32:43','00bbf296-60a2-48aa-aa84-7f21deb4a44c'),
(110093,57,23689,NULL,5190,6,'2026-02-02 16:32:43','2026-02-02 16:32:43','a01193ca-9393-492d-9be6-a238d8844c02'),
(110121,13,2720,NULL,23691,1,'2026-02-02 16:34:47','2026-02-02 16:34:47','3d5d204a-a687-4f05-8887-14aab43e7794'),
(110122,32,23692,NULL,2614,1,'2026-02-02 16:34:47','2026-02-02 16:34:47','48495c81-659f-4aca-bd7c-90823d3065e9'),
(110123,32,23692,NULL,2598,2,'2026-02-02 16:34:47','2026-02-02 16:34:47','e7871db6-b497-42dc-b94d-4642621a980e'),
(110124,32,23692,NULL,2608,3,'2026-02-02 16:34:47','2026-02-02 16:34:47','782311dd-6dce-48bb-b02b-06d107862702'),
(110125,32,23692,NULL,2600,4,'2026-02-02 16:34:47','2026-02-02 16:34:47','9ed2aaaa-68ad-4138-bbe3-e6576542e331'),
(110126,32,23692,NULL,2596,5,'2026-02-02 16:34:47','2026-02-02 16:34:47','e861d244-a31e-443c-adc9-fc1d184d44a5'),
(110127,32,23692,NULL,2602,6,'2026-02-02 16:34:47','2026-02-02 16:34:47','b734854e-f54c-4ccf-b3e3-aca0b6f8fd14'),
(110128,32,23692,NULL,2612,7,'2026-02-02 16:34:47','2026-02-02 16:34:47','a1f4e3f2-f64c-4f2a-ac3c-75e7724b9c01'),
(110129,32,23692,NULL,2604,8,'2026-02-02 16:34:47','2026-02-02 16:34:47','52e39b58-53bc-4b69-9736-4bcc4ef2f679'),
(110130,16,23692,NULL,10216,1,'2026-02-02 16:34:47','2026-02-02 16:34:47','06b7c3e2-7da3-43a1-92f0-7eb054315f54'),
(110131,7,23692,NULL,9732,1,'2026-02-02 16:34:47','2026-02-02 16:34:47','dd1f906e-5e64-4dfc-ac6a-cd6f78fbd8b3'),
(110132,7,23692,NULL,617,2,'2026-02-02 16:34:47','2026-02-02 16:34:47','4290015f-91c4-48f0-86f3-3a19039535f3'),
(110133,7,23692,NULL,605,3,'2026-02-02 16:34:47','2026-02-02 16:34:47','571bf240-518b-44f0-a7d6-93aad72f0e74'),
(110134,7,23692,NULL,9552,4,'2026-02-02 16:34:47','2026-02-02 16:34:47','69f2a80a-7422-42a7-9efc-0889887af61b'),
(110135,82,23692,NULL,479,1,'2026-02-02 16:34:47','2026-02-02 16:34:47','5df76684-890a-4c50-ad63-ebf717a2828f'),
(110136,82,23692,NULL,483,2,'2026-02-02 16:34:47','2026-02-02 16:34:47','3cf5b3cc-5a9f-467a-8c7e-bbceb3bea455'),
(110137,47,23692,NULL,12324,1,'2026-02-02 16:34:47','2026-02-02 16:34:47','bf4c6780-ccad-4947-8eee-410b58b71929'),
(110138,57,23692,NULL,9694,1,'2026-02-02 16:34:47','2026-02-02 16:34:47','e8a9f712-1cc5-40bf-b124-3b89a79b9b70'),
(110139,57,23692,NULL,9692,2,'2026-02-02 16:34:47','2026-02-02 16:34:47','33751524-1693-4b5d-8ad0-81aedcffe404'),
(110140,57,23692,NULL,9693,3,'2026-02-02 16:34:47','2026-02-02 16:34:47','ae6eb5f9-350b-4c3f-8e82-eed9cb4736ce'),
(110141,57,23692,NULL,9685,4,'2026-02-02 16:34:47','2026-02-02 16:34:47','0306b0c7-03d3-435a-8930-de55f6a1c0f7'),
(110142,57,23692,NULL,9686,5,'2026-02-02 16:34:47','2026-02-02 16:34:47','cad9552e-943d-4cea-b22e-2a71f75955c9'),
(110143,57,23692,NULL,9687,6,'2026-02-02 16:34:47','2026-02-02 16:34:47','f57eedad-ecf2-4113-98e0-900c03528513'),
(110144,57,23692,NULL,9688,7,'2026-02-02 16:34:47','2026-02-02 16:34:47','3bd66ecc-d76d-402c-9066-cee9a238de6c'),
(110145,57,23692,NULL,9689,8,'2026-02-02 16:34:47','2026-02-02 16:34:47','a32e53d8-d957-42ee-a618-836fff9409f3'),
(110146,57,23692,NULL,9690,9,'2026-02-02 16:34:47','2026-02-02 16:34:47','53421ea0-c584-47d1-b08a-07da4ed8a1f8'),
(110147,13,23692,NULL,23691,1,'2026-02-02 16:34:47','2026-02-02 16:34:47','05b58bce-ef95-4e4e-b473-8b6c59b2adb8'),
(110176,13,1283,NULL,23694,1,'2026-02-02 16:35:36','2026-02-02 16:35:36','82e703ec-d4ae-4293-afb1-ca54b72b40c9'),
(110177,32,23695,NULL,2610,1,'2026-02-02 16:35:36','2026-02-02 16:35:36','cf080490-f52d-4b1d-99d2-e86e6649dba3'),
(110178,32,23695,NULL,2598,2,'2026-02-02 16:35:36','2026-02-02 16:35:36','27d95e20-c2c1-486d-99c5-fdc312844a6c'),
(110179,32,23695,NULL,2608,3,'2026-02-02 16:35:36','2026-02-02 16:35:36','2004854f-65fc-4c49-8f30-7070f27ea043'),
(110180,32,23695,NULL,2600,4,'2026-02-02 16:35:36','2026-02-02 16:35:36','4dc7fb7e-d29e-4ead-851e-6ae072bfbf14'),
(110181,32,23695,NULL,2596,5,'2026-02-02 16:35:36','2026-02-02 16:35:36','f5ed5f0a-90b8-4a20-a2a8-37e253ecef16'),
(110182,32,23695,NULL,2602,6,'2026-02-02 16:35:36','2026-02-02 16:35:36','4e825ce1-a9d9-4fed-a8af-95dec1f6a552'),
(110183,32,23695,NULL,2612,7,'2026-02-02 16:35:36','2026-02-02 16:35:36','1ca762e4-425a-45a3-9bff-93bb9458d090'),
(110184,32,23695,NULL,2618,8,'2026-02-02 16:35:36','2026-02-02 16:35:36','0c602dbd-d3d7-44bf-9b2d-c3a554d41cbc'),
(110185,32,23695,NULL,2604,9,'2026-02-02 16:35:36','2026-02-02 16:35:36','8e54e41b-5e7f-4401-813c-bfc83a73f61a'),
(110186,32,23695,NULL,2606,10,'2026-02-02 16:35:36','2026-02-02 16:35:36','1a17cfa3-8bc7-4da5-8340-bd76584d6ae5'),
(110187,16,23695,NULL,9008,1,'2026-02-02 16:35:36','2026-02-02 16:35:36','59e4cb69-5eda-4904-aaec-f1feb9a733ab'),
(110188,7,23695,NULL,605,1,'2026-02-02 16:35:36','2026-02-02 16:35:36','c5d6f46a-75c9-41c9-9837-f4a8b4ab8473'),
(110189,7,23695,NULL,617,2,'2026-02-02 16:35:36','2026-02-02 16:35:36','85720c8b-0306-4588-82d9-dfa7ab11674f'),
(110190,7,23695,NULL,9552,3,'2026-02-02 16:35:36','2026-02-02 16:35:36','27dde554-3914-4bbc-9992-ed4e1dc917ba'),
(110191,82,23695,NULL,479,1,'2026-02-02 16:35:36','2026-02-02 16:35:36','39f31d37-943c-4502-b702-90c7ca92fc7f'),
(110192,82,23695,NULL,491,2,'2026-02-02 16:35:36','2026-02-02 16:35:36','622fce5d-4895-43dd-8082-b91754373a83'),
(110193,46,23695,NULL,3697,1,'2026-02-02 16:35:36','2026-02-02 16:35:36','118395b9-46ca-4780-a50f-718beed47fce'),
(110194,47,23695,NULL,12278,1,'2026-02-02 16:35:36','2026-02-02 16:35:36','57c55ef9-21fc-4b76-8506-7bf8f9cf80e2'),
(110195,57,23695,NULL,9011,1,'2026-02-02 16:35:36','2026-02-02 16:35:36','d3a20568-137f-4bf4-bc9f-8a3ffc7d6680'),
(110196,57,23695,NULL,9017,2,'2026-02-02 16:35:36','2026-02-02 16:35:36','d4c399ca-a6f4-42cc-b838-ff4f7897a40c'),
(110197,57,23695,NULL,9015,3,'2026-02-02 16:35:36','2026-02-02 16:35:36','74bcdc29-dc51-4d9b-98c6-28c61d72e00a'),
(110198,57,23695,NULL,9016,4,'2026-02-02 16:35:36','2026-02-02 16:35:36','530461c3-9dd4-4eca-9fe0-1ec29a630806'),
(110199,57,23695,NULL,9013,5,'2026-02-02 16:35:36','2026-02-02 16:35:36','5067f80f-e16a-4191-be40-79611adcb926'),
(110200,57,23695,NULL,9014,6,'2026-02-02 16:35:36','2026-02-02 16:35:36','bbd5019a-0643-4473-9fe1-8b3020857205'),
(110201,57,23695,NULL,9012,7,'2026-02-02 16:35:36','2026-02-02 16:35:36','35672dfe-8ec0-4014-bab3-1b30334ba187'),
(110202,57,23695,NULL,9018,8,'2026-02-02 16:35:36','2026-02-02 16:35:36','4207d915-99c9-443c-a3a1-a291d3a63da9'),
(110203,13,23695,NULL,23694,1,'2026-02-02 16:35:36','2026-02-02 16:35:36','6cf26d73-35ab-4718-98d3-9595c8e29b34'),
(110229,13,1395,NULL,23697,1,'2026-02-02 16:37:35','2026-02-02 16:37:35','660c9810-0ab7-4e03-bc66-15d9541a29ba'),
(110230,32,23698,NULL,2610,1,'2026-02-02 16:37:35','2026-02-02 16:37:35','0f4a0875-d69f-4997-a324-826968d99bfa'),
(110231,32,23698,NULL,2598,2,'2026-02-02 16:37:35','2026-02-02 16:37:35','8400c616-d394-443c-8770-2fd2ae84ca34'),
(110232,32,23698,NULL,2600,3,'2026-02-02 16:37:35','2026-02-02 16:37:35','225b82ec-59f1-404e-b1b7-8599d1ef097d'),
(110233,32,23698,NULL,2604,4,'2026-02-02 16:37:35','2026-02-02 16:37:35','21051666-8125-4588-abfd-f7825fd46f9c'),
(110234,32,23698,NULL,2608,5,'2026-02-02 16:37:35','2026-02-02 16:37:35','94c0ff95-272c-4de6-95b3-fd268b53cc92'),
(110235,32,23698,NULL,2596,6,'2026-02-02 16:37:35','2026-02-02 16:37:35','3a007af9-a1e2-431f-b79b-44d541c73485'),
(110236,32,23698,NULL,2602,7,'2026-02-02 16:37:35','2026-02-02 16:37:35','ae3ca1b2-2ddb-4ecf-aab8-c1a5a44aca84'),
(110237,32,23698,NULL,2606,8,'2026-02-02 16:37:35','2026-02-02 16:37:35','d13258aa-a23b-4048-8ef4-2c6ffce22a66'),
(110238,32,23698,NULL,2612,9,'2026-02-02 16:37:35','2026-02-02 16:37:35','322177f1-8c09-4c12-badc-b5493df1883d'),
(110239,16,23698,NULL,9219,1,'2026-02-02 16:37:35','2026-02-02 16:37:35','4c18c9b2-f0e8-44da-bfac-5e197f730e77'),
(110240,7,23698,NULL,601,1,'2026-02-02 16:37:35','2026-02-02 16:37:35','f3b44d3e-0b70-41b4-88d0-614b45acf112'),
(110241,7,23698,NULL,605,2,'2026-02-02 16:37:35','2026-02-02 16:37:35','ae3d6592-a899-46e1-a49d-cb2cc66bd96f'),
(110242,7,23698,NULL,617,3,'2026-02-02 16:37:35','2026-02-02 16:37:35','e91bdf8d-d85b-4daa-badd-6e7b205256b0'),
(110243,7,23698,NULL,9552,4,'2026-02-02 16:37:35','2026-02-02 16:37:35','dd91ba89-cee1-4024-9f9d-5be91e459146'),
(110244,82,23698,NULL,469,1,'2026-02-02 16:37:35','2026-02-02 16:37:35','2e0c7b6f-0efc-4c06-a2d4-21dd1f49ce86'),
(110245,82,23698,NULL,475,2,'2026-02-02 16:37:35','2026-02-02 16:37:35','d8d1b572-3831-46e9-aa2c-01d2435a3044'),
(110246,82,23698,NULL,479,3,'2026-02-02 16:37:35','2026-02-02 16:37:35','be785420-9816-4a29-9d29-fe7f62e71098'),
(110247,82,23698,NULL,491,4,'2026-02-02 16:37:35','2026-02-02 16:37:35','0b7a4c1f-1257-49e1-b910-c8c068d0dbbe'),
(110248,57,23698,NULL,9222,1,'2026-02-02 16:37:35','2026-02-02 16:37:35','5bb547e8-6cfb-4428-a3fa-6f81030419f4'),
(110249,57,23698,NULL,9223,2,'2026-02-02 16:37:35','2026-02-02 16:37:35','c64c45d1-37b1-4e07-9cca-83513f216e12'),
(110250,57,23698,NULL,9224,3,'2026-02-02 16:37:35','2026-02-02 16:37:35','fddb311a-4e51-4608-8cb0-13eea2c713ce'),
(110251,57,23698,NULL,9225,4,'2026-02-02 16:37:35','2026-02-02 16:37:35','9c14024c-a47e-44e8-946d-d641f6502abc'),
(110252,57,23698,NULL,9226,5,'2026-02-02 16:37:35','2026-02-02 16:37:35','c93b873d-723e-490e-a41c-ddacdefed318'),
(110253,57,23698,NULL,12288,6,'2026-02-02 16:37:35','2026-02-02 16:37:35','cfe8dc63-ef5d-4d01-8cfc-9cbad0d31daf'),
(110254,13,23698,NULL,23697,1,'2026-02-02 16:37:35','2026-02-02 16:37:35','c9d0763c-42ee-4515-a4c7-d342e933b6e5'),
(110282,13,1045,NULL,23701,1,'2026-02-02 16:38:36','2026-02-02 16:38:36','52c9bc9a-2c62-4a87-96ad-4bf175b2b941'),
(110283,32,23702,NULL,2610,1,'2026-02-02 16:38:36','2026-02-02 16:38:36','d18d0ed1-c916-4071-9779-e204be538d65'),
(110284,32,23702,NULL,2598,2,'2026-02-02 16:38:36','2026-02-02 16:38:36','2c03e84d-ab48-4e80-8875-7f003414367c'),
(110285,32,23702,NULL,2600,3,'2026-02-02 16:38:36','2026-02-02 16:38:36','504595a1-ecff-45b4-84ea-123507a59632'),
(110286,32,23702,NULL,2602,4,'2026-02-02 16:38:36','2026-02-02 16:38:36','dccd293c-fe26-4e72-afcf-76739d486291'),
(110287,32,23702,NULL,2612,5,'2026-02-02 16:38:36','2026-02-02 16:38:36','202e08cf-1581-4ad6-9c8e-00f771c8fefa'),
(110288,32,23702,NULL,2618,6,'2026-02-02 16:38:36','2026-02-02 16:38:36','91e403eb-1c19-4c07-a296-df44ff67f82a'),
(110289,32,23702,NULL,2604,7,'2026-02-02 16:38:36','2026-02-02 16:38:36','6880b676-0492-4a79-9f3c-bbd020c5b7e0'),
(110290,32,23702,NULL,2608,8,'2026-02-02 16:38:36','2026-02-02 16:38:36','37ad23e5-7311-4eca-b96a-e1c15a22e726'),
(110291,32,23702,NULL,2596,9,'2026-02-02 16:38:36','2026-02-02 16:38:36','35f955df-6eed-413e-a141-13b168d8b33a'),
(110292,32,23702,NULL,2606,10,'2026-02-02 16:38:36','2026-02-02 16:38:36','931d070b-e79a-47d4-bdd9-1c866afe2625'),
(110293,16,23702,NULL,4829,1,'2026-02-02 16:38:36','2026-02-02 16:38:36','b0e73e43-0fc6-4397-b90f-abf2310d387a'),
(110294,7,23702,NULL,3468,1,'2026-02-02 16:38:36','2026-02-02 16:38:36','80720154-83e6-41fa-89ce-ca84b807efb1'),
(110295,7,23702,NULL,601,2,'2026-02-02 16:38:36','2026-02-02 16:38:36','17e879bf-4232-4ddc-8839-92caa92f8b76'),
(110296,7,23702,NULL,617,3,'2026-02-02 16:38:36','2026-02-02 16:38:36','726d8825-1877-4588-85ca-a3d1c5a29ce2'),
(110297,7,23702,NULL,605,4,'2026-02-02 16:38:36','2026-02-02 16:38:36','e9671e16-f402-4665-a85d-111bd35d255d'),
(110298,7,23702,NULL,9552,5,'2026-02-02 16:38:36','2026-02-02 16:38:36','bbff0746-d370-4a1c-8eda-ed620331d2b7'),
(110299,82,23702,NULL,479,1,'2026-02-02 16:38:36','2026-02-02 16:38:36','bbd14a96-d622-40f3-b84a-e2fa2864d0a8'),
(110300,82,23702,NULL,491,2,'2026-02-02 16:38:36','2026-02-02 16:38:36','72e15d0d-8a50-404f-8b63-6d2bb99a6e1d'),
(110301,46,23702,NULL,3697,1,'2026-02-02 16:38:36','2026-02-02 16:38:36','49f5f501-cee0-435b-b42e-b9ef0b8040eb'),
(110302,47,23702,NULL,12380,1,'2026-02-02 16:38:36','2026-02-02 16:38:36','081f9f3b-be75-4aa1-b70c-8ae0751c4f18'),
(110303,57,23702,NULL,4829,1,'2026-02-02 16:38:36','2026-02-02 16:38:36','9b459300-692f-4500-8bad-6488de7aed69'),
(110304,57,23702,NULL,3689,2,'2026-02-02 16:38:36','2026-02-02 16:38:36','5dcbea16-6c61-4723-9e34-79c1f2f0200c'),
(110305,57,23702,NULL,4826,3,'2026-02-02 16:38:36','2026-02-02 16:38:36','f8086946-621e-48e8-95c5-1caf83869e91'),
(110306,57,23702,NULL,4828,4,'2026-02-02 16:38:36','2026-02-02 16:38:36','e3275385-c732-4374-a770-95aee703863e'),
(110307,57,23702,NULL,4827,5,'2026-02-02 16:38:36','2026-02-02 16:38:36','69f85677-a875-499e-8980-0115353aff2a'),
(110308,13,23702,NULL,23701,1,'2026-02-02 16:38:36','2026-02-02 16:38:36','b6f4aed9-08c9-4601-976f-661131d17124'),
(110335,13,1051,NULL,23704,1,'2026-02-02 16:39:22','2026-02-02 16:39:22','685d2c81-8e0b-405e-bff1-b350b5291216'),
(110336,32,23705,NULL,2614,1,'2026-02-02 16:39:22','2026-02-02 16:39:22','ba41a6ea-5ead-4ba0-9a6c-2c51a2e42e07'),
(110337,32,23705,NULL,2610,2,'2026-02-02 16:39:22','2026-02-02 16:39:22','3b0ad5d2-4af7-4e3c-8102-67314b25b20b'),
(110338,32,23705,NULL,2598,3,'2026-02-02 16:39:22','2026-02-02 16:39:22','bc0c52fe-ccb3-476c-b4e6-92f7d780f344'),
(110339,32,23705,NULL,2600,4,'2026-02-02 16:39:22','2026-02-02 16:39:22','bdf21690-b4d0-4a8a-9552-32a7b5633e51'),
(110340,32,23705,NULL,2612,5,'2026-02-02 16:39:22','2026-02-02 16:39:22','272c6cf1-3a64-41f5-97c3-7afd4360fca5'),
(110341,32,23705,NULL,2604,6,'2026-02-02 16:39:22','2026-02-02 16:39:22','c5d40385-b48d-482f-aaf4-dc95142c13d3'),
(110342,32,23705,NULL,2608,7,'2026-02-02 16:39:22','2026-02-02 16:39:22','e1feac2a-5f4b-4a94-88db-ca62b63ef900'),
(110343,32,23705,NULL,2596,8,'2026-02-02 16:39:22','2026-02-02 16:39:22','98d9eb12-cd68-4050-9fd4-d6988fa1ddaf'),
(110344,32,23705,NULL,2602,9,'2026-02-02 16:39:22','2026-02-02 16:39:22','9b2c306c-0ba7-4f3f-abb3-b45062093978'),
(110345,32,23705,NULL,2606,10,'2026-02-02 16:39:22','2026-02-02 16:39:22','17d83a02-8d97-411f-a59c-b952825d2364'),
(110346,16,23705,NULL,3722,1,'2026-02-02 16:39:22','2026-02-02 16:39:22','f85a194a-aad4-4f1c-bbf0-57d5b7b429a1'),
(110347,7,23705,NULL,3468,1,'2026-02-02 16:39:22','2026-02-02 16:39:22','10b8d479-4054-4330-8660-ba4347eb9b2c'),
(110348,7,23705,NULL,601,2,'2026-02-02 16:39:22','2026-02-02 16:39:22','1600339a-7966-4709-8627-e2bc413505b5'),
(110349,7,23705,NULL,9640,3,'2026-02-02 16:39:22','2026-02-02 16:39:22','e5de0042-df9a-4a87-9b1c-55083350c755'),
(110350,7,23705,NULL,617,4,'2026-02-02 16:39:22','2026-02-02 16:39:22','59021b76-126c-4c41-a583-7ac77856d8ab'),
(110351,7,23705,NULL,605,5,'2026-02-02 16:39:22','2026-02-02 16:39:22','ca59ab08-89d9-4b61-a39a-0c1eab9e52d3'),
(110352,7,23705,NULL,9552,6,'2026-02-02 16:39:22','2026-02-02 16:39:22','f593d710-e9d6-4a8f-8dda-74e828835f6c'),
(110353,7,23705,NULL,9549,7,'2026-02-02 16:39:22','2026-02-02 16:39:22','437bd31a-83cf-4162-a248-14ff73e8c8c9'),
(110354,82,23705,NULL,479,1,'2026-02-02 16:39:22','2026-02-02 16:39:22','ccfcf962-49ab-44c5-b17b-3bdbd963598f'),
(110355,47,23705,NULL,12386,1,'2026-02-02 16:39:22','2026-02-02 16:39:22','87a74a31-b74b-45a6-ac5a-8f8d7cb68b95'),
(110356,57,23705,NULL,8024,1,'2026-02-02 16:39:22','2026-02-02 16:39:22','73754b68-1f1a-4baa-a213-4219d42dcc95'),
(110357,57,23705,NULL,8025,2,'2026-02-02 16:39:22','2026-02-02 16:39:22','6c0577ba-3769-4615-9e1a-160112b3cdd3'),
(110358,57,23705,NULL,8027,3,'2026-02-02 16:39:22','2026-02-02 16:39:22','d601030e-36b5-499b-a15c-9039554c794c'),
(110359,57,23705,NULL,8026,4,'2026-02-02 16:39:22','2026-02-02 16:39:22','44eba32c-4166-4052-8334-a1a59af5112c'),
(110360,13,23705,NULL,23704,1,'2026-02-02 16:39:22','2026-02-02 16:39:22','42320c32-d9eb-43f4-b95e-ae8e790c21af'),
(110389,13,1059,NULL,23707,1,'2026-02-02 16:39:49','2026-02-02 16:39:49','f3994f20-43d1-44cb-b42d-94a31948979f'),
(110390,32,23708,NULL,2610,1,'2026-02-02 16:39:49','2026-02-02 16:39:49','da8abd11-6e2e-4ad9-beef-57c9c0ab6e5a'),
(110391,32,23708,NULL,2598,2,'2026-02-02 16:39:49','2026-02-02 16:39:49','ebce70c4-2716-4547-b049-88a2b1ee290e'),
(110392,32,23708,NULL,2600,3,'2026-02-02 16:39:49','2026-02-02 16:39:49','c980adc5-36c5-42d6-8293-f1c94cb338f6'),
(110393,32,23708,NULL,2602,4,'2026-02-02 16:39:49','2026-02-02 16:39:49','f932cd6f-0b7e-410b-af4b-028c37c3e5ff'),
(110394,32,23708,NULL,2612,5,'2026-02-02 16:39:49','2026-02-02 16:39:49','e1f4807b-5238-411d-9b95-f30845ea325a'),
(110395,32,23708,NULL,2618,6,'2026-02-02 16:39:49','2026-02-02 16:39:49','1dcfeb59-4943-47bd-99a9-c3114450b221'),
(110396,32,23708,NULL,2604,7,'2026-02-02 16:39:49','2026-02-02 16:39:49','16b09f3b-9bf3-4145-992f-a4bb0bc3c9b5'),
(110397,32,23708,NULL,2608,8,'2026-02-02 16:39:49','2026-02-02 16:39:49','84e00c8e-384f-4101-9376-4ebcd2375397'),
(110398,32,23708,NULL,2596,9,'2026-02-02 16:39:49','2026-02-02 16:39:49','130e2531-1fd7-403b-ad45-e99fad2a8810'),
(110399,32,23708,NULL,2606,10,'2026-02-02 16:39:49','2026-02-02 16:39:49','840a99bf-9fa9-48f6-a51e-b3e7e31d9f06'),
(110400,16,23708,NULL,8034,1,'2026-02-02 16:39:49','2026-02-02 16:39:49','0df7eb23-8cfd-4160-80f3-9eb203a2bcd8'),
(110401,7,23708,NULL,6547,1,'2026-02-02 16:39:49','2026-02-02 16:39:49','e6f9c1c6-441f-428c-92b9-83a91a1e718c'),
(110402,7,23708,NULL,601,2,'2026-02-02 16:39:49','2026-02-02 16:39:49','518db819-749c-44df-bb93-0bb45ea9417e'),
(110403,7,23708,NULL,2974,3,'2026-02-02 16:39:49','2026-02-02 16:39:49','d943596d-fba5-4c50-a1fe-ff354cfe0b28'),
(110404,7,23708,NULL,617,4,'2026-02-02 16:39:49','2026-02-02 16:39:49','3e37d110-f8b8-4f94-8fb1-126d48141e5b'),
(110405,7,23708,NULL,9727,5,'2026-02-02 16:39:49','2026-02-02 16:39:49','9527b0a6-9d24-40fe-9cf8-53b833f62996'),
(110406,7,23708,NULL,605,6,'2026-02-02 16:39:49','2026-02-02 16:39:49','c023d2be-f21f-41a0-ab34-33b0fd87cd4a'),
(110407,7,23708,NULL,9552,7,'2026-02-02 16:39:49','2026-02-02 16:39:49','b5ebf9f0-d933-4a20-918d-daec42acb033'),
(110408,82,23708,NULL,479,1,'2026-02-02 16:39:49','2026-02-02 16:39:49','28b25530-3761-41ad-9d14-58fb5d7d84db'),
(110409,82,23708,NULL,491,2,'2026-02-02 16:39:49','2026-02-02 16:39:49','e475f180-3135-4842-94f5-734b9c3402cb'),
(110410,46,23708,NULL,3697,1,'2026-02-02 16:39:49','2026-02-02 16:39:49','1bae8cc9-6699-43fe-b0a8-419edf28cf68'),
(110411,47,23708,NULL,12389,1,'2026-02-02 16:39:49','2026-02-02 16:39:49','c27e4f7e-c395-494d-a76e-ef4f34e4a1d4'),
(110412,57,23708,NULL,8033,1,'2026-02-02 16:39:49','2026-02-02 16:39:49','ca8c0fa0-2722-4665-b6db-be85d087c588'),
(110413,57,23708,NULL,8032,2,'2026-02-02 16:39:49','2026-02-02 16:39:49','fb2f59e9-4435-4d00-b873-b80eb3f5dc99'),
(110414,57,23708,NULL,8036,3,'2026-02-02 16:39:49','2026-02-02 16:39:49','d58a0e62-1f9e-497e-8d60-1816a0470a98'),
(110415,57,23708,NULL,8035,4,'2026-02-02 16:39:49','2026-02-02 16:39:49','464e4ace-1941-45af-bc07-ae7731f6bb2a'),
(110416,13,23708,NULL,23707,1,'2026-02-02 16:39:49','2026-02-02 16:39:49','bcf7023e-0203-432d-b9cf-3c2a8f5914d0'),
(110442,13,1067,NULL,23709,1,'2026-02-02 16:40:16','2026-02-02 16:40:16','93e7b138-960c-4892-92d3-d888e4fd45b9'),
(110443,32,23711,NULL,2614,1,'2026-02-02 16:40:16','2026-02-02 16:40:16','488729ec-a14d-4667-8888-a1aebf4c20d3'),
(110444,32,23711,NULL,2610,2,'2026-02-02 16:40:16','2026-02-02 16:40:16','6b15fb07-9140-4b7d-bc43-0c9801449a8f'),
(110445,32,23711,NULL,2598,3,'2026-02-02 16:40:16','2026-02-02 16:40:16','8ed7b70b-c321-43fe-8e86-3a3c96d74d0d'),
(110446,32,23711,NULL,2600,4,'2026-02-02 16:40:16','2026-02-02 16:40:16','1361fdfb-efbd-492a-b3c6-601ced355b10'),
(110447,32,23711,NULL,2602,5,'2026-02-02 16:40:16','2026-02-02 16:40:16','670d2e58-f312-4fc5-aee0-5d300ee335a2'),
(110448,32,23711,NULL,2604,6,'2026-02-02 16:40:16','2026-02-02 16:40:16','dccc2540-2fe8-4d30-bed6-f045788095bc'),
(110449,32,23711,NULL,2608,7,'2026-02-02 16:40:16','2026-02-02 16:40:16','977e6a8a-5a73-4087-8e5e-771f221cd2fd'),
(110450,32,23711,NULL,2596,8,'2026-02-02 16:40:16','2026-02-02 16:40:16','e36b0ee9-d5f8-4578-966b-8e5661e98905'),
(110451,32,23711,NULL,2606,9,'2026-02-02 16:40:16','2026-02-02 16:40:16','7b6d57fa-3dfd-4cd8-ab63-ffa3be8a0205'),
(110452,32,23711,NULL,2612,10,'2026-02-02 16:40:16','2026-02-02 16:40:16','89f4a03c-f1d0-4a0a-aae9-2c5c6bf06dc8'),
(110453,16,23711,NULL,3808,1,'2026-02-02 16:40:16','2026-02-02 16:40:16','645ce50f-f54e-4559-9bfe-77eef28e6ad3'),
(110454,7,23711,NULL,3468,1,'2026-02-02 16:40:16','2026-02-02 16:40:16','79ba77c8-64d9-4986-99da-7028ebc67c3c'),
(110455,7,23711,NULL,601,2,'2026-02-02 16:40:16','2026-02-02 16:40:16','f0a5d323-8c3e-49f6-ba33-420607bbb151'),
(110456,7,23711,NULL,2972,3,'2026-02-02 16:40:16','2026-02-02 16:40:16','a58fc732-5173-450b-91e4-649246d63fd2'),
(110457,7,23711,NULL,2974,4,'2026-02-02 16:40:16','2026-02-02 16:40:16','973e9d00-9676-4eb1-9ce7-6f372106f613'),
(110458,7,23711,NULL,617,5,'2026-02-02 16:40:16','2026-02-02 16:40:16','0d5effb5-3802-433c-86da-90dc9ef8cebd'),
(110459,7,23711,NULL,605,6,'2026-02-02 16:40:16','2026-02-02 16:40:16','30ec1ac5-6e87-42d2-84bc-09ca795cf6cf'),
(110460,7,23711,NULL,9552,7,'2026-02-02 16:40:16','2026-02-02 16:40:16','281613e8-4ec0-40ac-9411-2f70575b6af0'),
(110461,82,23711,NULL,479,1,'2026-02-02 16:40:16','2026-02-02 16:40:16','a54a382a-20a9-4168-b63e-99623a0d14e3'),
(110462,47,23711,NULL,12391,1,'2026-02-02 16:40:16','2026-02-02 16:40:16','fb8da9e5-8e7f-4008-a73b-e2cfb3a142ec'),
(110463,57,23711,NULL,8052,1,'2026-02-02 16:40:16','2026-02-02 16:40:16','5e2880e2-9416-45d3-9ea9-5e6a4005c31b'),
(110464,57,23711,NULL,8054,2,'2026-02-02 16:40:16','2026-02-02 16:40:16','3fb23573-4774-475f-bd95-2bd83ef21471'),
(110465,57,23711,NULL,8053,3,'2026-02-02 16:40:16','2026-02-02 16:40:16','94868417-e623-41f5-9a99-8027af3ee657'),
(110466,57,23711,NULL,8051,4,'2026-02-02 16:40:16','2026-02-02 16:40:16','d9dbe8b8-0150-49d3-aba9-a51b4085e733'),
(110467,13,23711,NULL,23709,1,'2026-02-02 16:40:16','2026-02-02 16:40:16','9b518a23-0057-4870-9b10-6a36ebb1f2ca'),
(110484,13,1073,NULL,23713,1,'2026-02-02 16:40:47','2026-02-02 16:40:47','4c5ee0c9-ff96-4722-88a7-b62fb8b7fab6'),
(110485,32,23714,NULL,2614,1,'2026-02-02 16:40:47','2026-02-02 16:40:47','8a2bf378-f90b-4bfd-8840-a47922bdda46'),
(110486,83,23714,NULL,1045,1,'2026-02-02 16:40:47','2026-02-02 16:40:47','6e5364f3-395b-413a-9870-c0d4b53a199e'),
(110487,16,23714,NULL,6530,1,'2026-02-02 16:40:47','2026-02-02 16:40:47','9e28a74d-a48e-457c-b2ec-0fde94d404ea'),
(110488,7,23714,NULL,617,1,'2026-02-02 16:40:47','2026-02-02 16:40:47','103367ec-dbf5-4b10-99fd-ef65a8a252d5'),
(110489,7,23714,NULL,9558,2,'2026-02-02 16:40:47','2026-02-02 16:40:47','064af542-381d-491e-816c-8e20f741fa20'),
(110490,7,23714,NULL,605,3,'2026-02-02 16:40:47','2026-02-02 16:40:47','527454bd-9fc9-4228-9508-7241bb02325f'),
(110491,7,23714,NULL,9552,4,'2026-02-02 16:40:47','2026-02-02 16:40:47','b6831807-fd0b-4b24-8e8b-66b0d868c15b'),
(110492,57,23714,NULL,8064,1,'2026-02-02 16:40:47','2026-02-02 16:40:47','af3e1e0e-1639-4f24-9aa0-c9cd2dffa555'),
(110493,57,23714,NULL,8061,2,'2026-02-02 16:40:47','2026-02-02 16:40:47','d555981e-19ba-4323-a303-48763e7f3cdc'),
(110494,57,23714,NULL,8060,3,'2026-02-02 16:40:47','2026-02-02 16:40:47','f4a13437-3042-4ff8-bd7e-a5c07366c955'),
(110495,57,23714,NULL,8063,4,'2026-02-02 16:40:47','2026-02-02 16:40:47','c91b5933-6aa7-4b24-81b4-2021e49b0203'),
(110496,57,23714,NULL,8062,5,'2026-02-02 16:40:47','2026-02-02 16:40:47','2e915168-4b85-43e5-be33-81f090055857'),
(110497,74,23714,NULL,14613,1,'2026-02-02 16:40:47','2026-02-02 16:40:47','5bffa85c-5cf7-4a7a-a62a-82501cac3ef7'),
(110498,13,23714,NULL,23713,1,'2026-02-02 16:40:47','2026-02-02 16:40:47','906c210e-11b2-408a-bd73-6b92658a9f40'),
(110499,12,23714,NULL,12713,1,'2026-02-02 16:40:47','2026-02-02 16:40:47','b2d30b4a-85ef-49e6-8a87-249b6d34a83a'),
(110525,13,1085,NULL,23716,1,'2026-02-02 16:41:20','2026-02-02 16:41:20','578401f4-bcf0-469f-b527-73e425c0665b'),
(110526,32,23717,NULL,2610,1,'2026-02-02 16:41:20','2026-02-02 16:41:20','0bd73d27-fab4-4958-9160-3ebc7e648afc'),
(110527,32,23717,NULL,2598,2,'2026-02-02 16:41:20','2026-02-02 16:41:20','a3e8a203-059f-4a49-a8d9-2ae41fd3ee52'),
(110528,32,23717,NULL,2600,3,'2026-02-02 16:41:20','2026-02-02 16:41:20','45861e38-376e-404b-95dc-5d02ac8b386b'),
(110529,32,23717,NULL,2604,4,'2026-02-02 16:41:20','2026-02-02 16:41:20','adbdda71-b77b-4e6c-936d-8f32a312506c'),
(110530,32,23717,NULL,2608,5,'2026-02-02 16:41:20','2026-02-02 16:41:20','30184b3a-35e8-43d4-b0a0-1a25fc04b42b'),
(110531,32,23717,NULL,2596,6,'2026-02-02 16:41:20','2026-02-02 16:41:20','d76710e4-05c9-4e6d-81c9-92ab38426c38'),
(110532,32,23717,NULL,2602,7,'2026-02-02 16:41:20','2026-02-02 16:41:20','cb6a9dac-d3a2-4783-80d8-1a450945c72c'),
(110533,32,23717,NULL,2606,8,'2026-02-02 16:41:20','2026-02-02 16:41:20','28b1c72c-eba8-4dc1-b5f3-bdc94aa1899f'),
(110534,32,23717,NULL,2612,9,'2026-02-02 16:41:20','2026-02-02 16:41:20','519dea14-6c4b-4b45-ba28-0fa0c93a4195'),
(110535,16,23717,NULL,3865,1,'2026-02-02 16:41:20','2026-02-02 16:41:20','9e20c78f-9d18-4f29-b451-a7506c268ca0'),
(110536,7,23717,NULL,3468,1,'2026-02-02 16:41:20','2026-02-02 16:41:20','482d4ac4-38f5-4ef7-9872-1533c180be5c'),
(110537,7,23717,NULL,601,2,'2026-02-02 16:41:20','2026-02-02 16:41:20','9a33d11b-0804-4c26-9e30-d3ebe10c6a30'),
(110538,7,23717,NULL,3093,3,'2026-02-02 16:41:20','2026-02-02 16:41:20','4c590d9b-e15f-4f48-8ad7-f9a1140c1b09'),
(110539,7,23717,NULL,617,4,'2026-02-02 16:41:20','2026-02-02 16:41:20','e020dc76-79ba-486b-989c-816fcc539fa9'),
(110540,7,23717,NULL,605,5,'2026-02-02 16:41:20','2026-02-02 16:41:20','74e78c8a-41cf-4f21-91cb-4ef48c050082'),
(110541,7,23717,NULL,9552,6,'2026-02-02 16:41:20','2026-02-02 16:41:20','b757531f-a881-4212-a067-36de5bee2987'),
(110542,82,23717,NULL,479,1,'2026-02-02 16:41:20','2026-02-02 16:41:20','5794a279-58e4-4138-9452-2b09f99326f0'),
(110543,82,23717,NULL,491,2,'2026-02-02 16:41:20','2026-02-02 16:41:20','9b6c19e0-3cfc-4a87-92f6-a78a91e51948'),
(110544,47,23717,NULL,12398,1,'2026-02-02 16:41:20','2026-02-02 16:41:20','25d7b28f-8a6f-4eb6-b675-8d9be3fbc8ab'),
(110545,57,23717,NULL,8094,1,'2026-02-02 16:41:20','2026-02-02 16:41:20','079a6501-3ca0-4fc0-93cc-44f5fdc22d91'),
(110546,57,23717,NULL,8093,2,'2026-02-02 16:41:20','2026-02-02 16:41:20','684e6e73-0693-4291-b752-5a27d279a3b6'),
(110547,57,23717,NULL,8095,3,'2026-02-02 16:41:20','2026-02-02 16:41:20','8b6ef0ca-ee93-48f5-8b45-0ea083dfeb5b'),
(110548,57,23717,NULL,8092,4,'2026-02-02 16:41:20','2026-02-02 16:41:20','3108a367-095d-4725-b6cd-35572da20895'),
(110549,13,23717,NULL,23716,1,'2026-02-02 16:41:20','2026-02-02 16:41:20','2cecec10-2a35-4836-9816-70e7ed28c90d'),
(110573,13,1097,NULL,23719,1,'2026-02-02 16:41:57','2026-02-02 16:41:57','6705d64c-5c95-477d-88c5-f7a1a8877a4f'),
(110574,32,23720,NULL,2610,1,'2026-02-02 16:41:57','2026-02-02 16:41:57','94014732-33d0-48ad-8d84-631503a3a651'),
(110575,32,23720,NULL,2598,2,'2026-02-02 16:41:57','2026-02-02 16:41:57','67a7592d-fabe-43f0-bd21-ece903a810b9'),
(110576,32,23720,NULL,2600,3,'2026-02-02 16:41:57','2026-02-02 16:41:57','cac2fd99-c5d4-4bf8-888d-09c86ab34d33'),
(110577,32,23720,NULL,2606,4,'2026-02-02 16:41:57','2026-02-02 16:41:57','0d373b39-0079-4210-9f6c-9f5f4e061d63'),
(110578,32,23720,NULL,2604,5,'2026-02-02 16:41:57','2026-02-02 16:41:57','958317ec-2406-454d-bae3-f0983fbce474'),
(110579,32,23720,NULL,2614,6,'2026-02-02 16:41:57','2026-02-02 16:41:57','0b3014cf-99d8-49e3-abfa-f3ad0c25f78c'),
(110580,32,23720,NULL,2608,7,'2026-02-02 16:41:57','2026-02-02 16:41:57','6c828d6c-ccbb-442a-8048-de2dd5706677'),
(110581,32,23720,NULL,2596,8,'2026-02-02 16:41:57','2026-02-02 16:41:57','8414cc18-53d5-4ed7-9963-e6b47527bdf0'),
(110582,32,23720,NULL,2602,9,'2026-02-02 16:41:57','2026-02-02 16:41:57','c7e8af05-b4ad-481e-80a8-d6b2cb37b26b'),
(110583,32,23720,NULL,2612,10,'2026-02-02 16:41:57','2026-02-02 16:41:57','ef02bbfd-2b7d-4448-90f4-080e09f119c9'),
(110584,16,23720,NULL,9415,1,'2026-02-02 16:41:57','2026-02-02 16:41:57','bd63c96e-f0fa-4ae0-a8be-31ab811f9973'),
(110585,7,23720,NULL,3468,1,'2026-02-02 16:41:57','2026-02-02 16:41:57','85d6329b-5e54-4754-8740-172084b97fdd'),
(110586,7,23720,NULL,2969,2,'2026-02-02 16:41:57','2026-02-02 16:41:57','ba105f2f-83a6-4db7-ba14-157d564dfa43'),
(110587,7,23720,NULL,617,3,'2026-02-02 16:41:57','2026-02-02 16:41:57','77173320-1d93-45f8-ba77-631d112576be'),
(110588,7,23720,NULL,605,4,'2026-02-02 16:41:57','2026-02-02 16:41:57','b4e694a3-185b-4a8b-afa8-e013e29d115c'),
(110589,7,23720,NULL,9552,5,'2026-02-02 16:41:57','2026-02-02 16:41:57','f02f55ea-9415-4f8d-b34d-752d81a41cd5'),
(110590,47,23720,NULL,12405,1,'2026-02-02 16:41:57','2026-02-02 16:41:57','8034a83b-9073-4b15-bcef-2e825a963f63'),
(110591,57,23720,NULL,3927,1,'2026-02-02 16:41:57','2026-02-02 16:41:57','38759805-6821-451a-849e-c12ee16541b8'),
(110592,57,23720,NULL,8117,2,'2026-02-02 16:41:57','2026-02-02 16:41:57','9d18ead1-77ac-4e34-8509-359d4aeb85af'),
(110593,57,23720,NULL,8119,3,'2026-02-02 16:41:57','2026-02-02 16:41:57','0c406078-b00d-417e-b0b3-f0c2870a3eba'),
(110594,57,23720,NULL,8120,4,'2026-02-02 16:41:57','2026-02-02 16:41:57','a7b0b0f0-f2e1-4dba-af2f-b4a6a57e6d73'),
(110595,13,23720,NULL,23719,1,'2026-02-02 16:41:57','2026-02-02 16:41:57','879e6aa5-0a12-43d7-a4c2-040300602976'),
(110620,13,1103,NULL,23721,1,'2026-02-02 16:42:16','2026-02-02 16:42:16','c2b9be2c-8c26-4ad9-8748-cf4b989c208e'),
(110621,32,23723,NULL,2610,1,'2026-02-02 16:42:16','2026-02-02 16:42:16','bf055e46-ddf7-43fb-a5cf-32727b398a15'),
(110622,32,23723,NULL,2598,2,'2026-02-02 16:42:16','2026-02-02 16:42:16','d840d791-0ba5-4445-8773-5976a06e315a'),
(110623,32,23723,NULL,2600,3,'2026-02-02 16:42:16','2026-02-02 16:42:16','653cbf75-0bda-49d2-a133-4530d40558e8'),
(110624,32,23723,NULL,2604,4,'2026-02-02 16:42:16','2026-02-02 16:42:16','178653dc-46cf-432c-952a-85001719c841'),
(110625,32,23723,NULL,2608,5,'2026-02-02 16:42:16','2026-02-02 16:42:16','98f15e7d-12a2-41f8-8fa4-18ba55c5d298'),
(110626,32,23723,NULL,2596,6,'2026-02-02 16:42:16','2026-02-02 16:42:16','f87bee2d-2bbd-4e77-a00e-e003febf52ab'),
(110627,32,23723,NULL,2602,7,'2026-02-02 16:42:16','2026-02-02 16:42:16','041d63a1-9aa3-40c8-9a99-1ca230bee697'),
(110628,32,23723,NULL,2606,8,'2026-02-02 16:42:16','2026-02-02 16:42:16','eab9cf01-7458-462b-b17a-fe3601a73203'),
(110629,32,23723,NULL,2612,9,'2026-02-02 16:42:16','2026-02-02 16:42:16','8558c93e-6225-4926-8f31-fa7f790ab431'),
(110630,16,23723,NULL,3959,1,'2026-02-02 16:42:16','2026-02-02 16:42:16','34d0cdf0-469e-4bf2-b97a-0f13337e9a26'),
(110631,7,23723,NULL,3468,1,'2026-02-02 16:42:16','2026-02-02 16:42:16','84d5df5f-c879-4cb4-948a-9d42316b1148'),
(110632,7,23723,NULL,601,2,'2026-02-02 16:42:16','2026-02-02 16:42:16','a8839eb9-6329-4e0a-90f8-48d04c79becf'),
(110633,7,23723,NULL,617,3,'2026-02-02 16:42:16','2026-02-02 16:42:16','4c908225-d33f-4216-bf90-2c73b958cb90'),
(110634,7,23723,NULL,9552,4,'2026-02-02 16:42:16','2026-02-02 16:42:16','22c34a91-2551-4ee1-bfbc-1a48e87263ba'),
(110635,7,23723,NULL,605,5,'2026-02-02 16:42:16','2026-02-02 16:42:16','8a5ef6f4-e1bf-41ca-8430-d623e65eb52a'),
(110636,82,23723,NULL,479,1,'2026-02-02 16:42:16','2026-02-02 16:42:16','12be6b07-e326-40a9-a2c0-256c13f4c04f'),
(110637,82,23723,NULL,491,2,'2026-02-02 16:42:16','2026-02-02 16:42:16','4bb1a672-1f9e-409e-83cb-b31fd08a8db3'),
(110638,47,23723,NULL,12408,1,'2026-02-02 16:42:16','2026-02-02 16:42:16','ffdde6e6-ebf8-4966-a7a0-2cec31c3b2ed'),
(110639,57,23723,NULL,8132,1,'2026-02-02 16:42:16','2026-02-02 16:42:16','c23382f4-a870-4907-9346-38da636ccaad'),
(110640,57,23723,NULL,8136,2,'2026-02-02 16:42:16','2026-02-02 16:42:16','1475aaca-f322-437a-9e6a-b6fb8ea44c62'),
(110641,57,23723,NULL,8131,3,'2026-02-02 16:42:16','2026-02-02 16:42:16','ad963504-127a-4140-a992-40b6de15ebc2'),
(110642,57,23723,NULL,8134,4,'2026-02-02 16:42:16','2026-02-02 16:42:16','13ac6efa-1b24-4659-9c5f-c3256ffbd0a8'),
(110643,57,23723,NULL,8135,5,'2026-02-02 16:42:16','2026-02-02 16:42:16','905a6653-28f9-4ee3-bb5c-d4a6732ce8ab'),
(110644,13,23723,NULL,23721,1,'2026-02-02 16:42:16','2026-02-02 16:42:16','43f312dd-a779-477d-9b69-0ee76013660c'),
(110672,13,1109,NULL,23725,1,'2026-02-02 16:43:12','2026-02-02 16:43:12','74989537-d2fa-4129-adf0-7222179d6723'),
(110673,32,23726,NULL,2610,1,'2026-02-02 16:43:12','2026-02-02 16:43:12','ca103f65-9689-442c-adce-b0fb5f1f5c07'),
(110674,32,23726,NULL,2598,2,'2026-02-02 16:43:12','2026-02-02 16:43:12','9eeca4ba-ab27-4c31-8623-57a96c7e1935'),
(110675,32,23726,NULL,2600,3,'2026-02-02 16:43:12','2026-02-02 16:43:12','9a1c296c-d7c4-4c13-a32a-3ec6f49618ee'),
(110676,32,23726,NULL,2604,4,'2026-02-02 16:43:12','2026-02-02 16:43:12','1a53a5d5-b8b8-4142-a438-398292ff9728'),
(110677,32,23726,NULL,2608,5,'2026-02-02 16:43:12','2026-02-02 16:43:12','dbf32c6c-cf8f-495b-b1bb-305b841b36c7'),
(110678,32,23726,NULL,2596,6,'2026-02-02 16:43:12','2026-02-02 16:43:12','0516aa2d-7384-42de-bb15-9578890d23b8'),
(110679,32,23726,NULL,2602,7,'2026-02-02 16:43:12','2026-02-02 16:43:12','86b78baa-6133-4020-b2b5-4353dc9cf1c8'),
(110680,32,23726,NULL,2606,8,'2026-02-02 16:43:12','2026-02-02 16:43:12','8e4b86b6-94fa-4ff7-91af-208e3e7b5ebe'),
(110681,32,23726,NULL,2612,9,'2026-02-02 16:43:12','2026-02-02 16:43:12','3641bc99-da75-484e-91e6-e4943f03bfd5'),
(110682,16,23726,NULL,9420,1,'2026-02-02 16:43:12','2026-02-02 16:43:12','22944faf-ad6a-4d66-9403-091987b1144c'),
(110683,7,23726,NULL,6547,1,'2026-02-02 16:43:12','2026-02-02 16:43:12','05913599-bc5e-4d5d-b50d-80ae2339d079'),
(110684,7,23726,NULL,601,2,'2026-02-02 16:43:12','2026-02-02 16:43:12','b07d737a-ca4d-4beb-87ca-a5d7c1e1eef2'),
(110685,7,23726,NULL,617,3,'2026-02-02 16:43:12','2026-02-02 16:43:12','8381604e-f575-4930-8a57-482b05c7a8de'),
(110686,7,23726,NULL,605,4,'2026-02-02 16:43:12','2026-02-02 16:43:12','764aac04-69d7-49b2-b903-316251c39574'),
(110687,7,23726,NULL,9552,5,'2026-02-02 16:43:12','2026-02-02 16:43:12','e2731780-1be6-4153-876c-ac884ccedf5e'),
(110688,82,23726,NULL,491,1,'2026-02-02 16:43:12','2026-02-02 16:43:12','6ee7eddc-2281-4629-8dda-50b478b89c70'),
(110689,47,23726,NULL,12413,1,'2026-02-02 16:43:12','2026-02-02 16:43:12','e5e01b66-62df-4da3-8ace-ec307c0b04e6'),
(110690,57,23726,NULL,8141,1,'2026-02-02 16:43:12','2026-02-02 16:43:12','e8b0e40f-2eb2-4e2a-ab52-3381c991e7d8'),
(110691,57,23726,NULL,5129,2,'2026-02-02 16:43:12','2026-02-02 16:43:12','4cc173b5-331d-4305-bf55-9491c182872c'),
(110692,57,23726,NULL,5127,3,'2026-02-02 16:43:12','2026-02-02 16:43:12','e80eee6d-46d7-4c48-bf23-43c20718b014'),
(110693,57,23726,NULL,8142,4,'2026-02-02 16:43:12','2026-02-02 16:43:12','be18c2de-efa9-4ee6-b233-fae5058b7a24'),
(110694,57,23726,NULL,9423,5,'2026-02-02 16:43:12','2026-02-02 16:43:12','527f9e49-0aa3-4cf0-8147-500b4ef07645'),
(110695,57,23726,NULL,9424,6,'2026-02-02 16:43:12','2026-02-02 16:43:12','2a2992fb-3b0f-4c91-a134-d9c98355b717'),
(110696,57,23726,NULL,9425,7,'2026-02-02 16:43:12','2026-02-02 16:43:12','56448ca5-a855-475f-9a51-83682755c16c'),
(110697,57,23726,NULL,9426,8,'2026-02-02 16:43:12','2026-02-02 16:43:12','0e665a4d-85a1-49b2-8b57-8d175d0f5cf1'),
(110698,57,23726,NULL,9427,9,'2026-02-02 16:43:12','2026-02-02 16:43:12','1586d77f-7296-457d-a419-4f651f3a8040'),
(110699,13,23726,NULL,23725,1,'2026-02-02 16:43:12','2026-02-02 16:43:12','1d998270-78e6-4627-808e-962bdea675ad'),
(110724,13,1117,NULL,23730,1,'2026-02-02 16:46:38','2026-02-02 16:46:38','4a32605b-460b-4e35-9d1e-a2179b85b393'),
(110725,32,23732,NULL,2610,1,'2026-02-02 16:46:38','2026-02-02 16:46:38','6826a7b3-c009-4e08-985d-cf2364d0af8d'),
(110726,32,23732,NULL,2598,2,'2026-02-02 16:46:38','2026-02-02 16:46:38','f12da2d1-60d5-4786-b2b1-fb2f5758280b'),
(110727,32,23732,NULL,2600,3,'2026-02-02 16:46:38','2026-02-02 16:46:38','77c29f6a-fc78-4680-b378-3957acbbc003'),
(110728,32,23732,NULL,2604,4,'2026-02-02 16:46:38','2026-02-02 16:46:38','c27e086c-b82b-4a42-afa0-37de941a6e28'),
(110729,32,23732,NULL,2614,5,'2026-02-02 16:46:38','2026-02-02 16:46:38','ce7f0c45-59bc-42e4-9d04-c830c8570132'),
(110730,32,23732,NULL,2608,6,'2026-02-02 16:46:38','2026-02-02 16:46:38','bb6253fd-9e33-466f-ba15-f3ce56334704'),
(110731,32,23732,NULL,2596,7,'2026-02-02 16:46:38','2026-02-02 16:46:38','e9a35351-9a9d-40ea-abed-12c5d085010a'),
(110732,32,23732,NULL,2602,8,'2026-02-02 16:46:38','2026-02-02 16:46:38','8104b424-ae9d-4a47-9644-41eeb125f52d'),
(110733,32,23732,NULL,2606,9,'2026-02-02 16:46:38','2026-02-02 16:46:38','a8f82bea-9b9a-41a6-97ae-ab41225eff63'),
(110734,32,23732,NULL,2612,10,'2026-02-02 16:46:38','2026-02-02 16:46:38','9320e10c-1348-4bd8-b419-dc2a0df2cfb9'),
(110735,16,23732,NULL,4017,1,'2026-02-02 16:46:38','2026-02-02 16:46:38','f15fc739-854b-47ca-8534-d22380c92ddc'),
(110736,7,23732,NULL,3468,1,'2026-02-02 16:46:38','2026-02-02 16:46:38','f35d7b6e-2f32-4259-9c77-5044b6368a01'),
(110737,7,23732,NULL,2969,2,'2026-02-02 16:46:38','2026-02-02 16:46:38','afd0ac9b-522e-4825-8cc7-80c2bcf5e945'),
(110738,7,23732,NULL,617,3,'2026-02-02 16:46:38','2026-02-02 16:46:38','678ef664-5dd3-43be-87c2-f24119a64a00'),
(110739,7,23732,NULL,9724,4,'2026-02-02 16:46:38','2026-02-02 16:46:38','d722eb0e-7bfa-418e-8df1-a5c4318e91a8'),
(110740,7,23732,NULL,2972,5,'2026-02-02 16:46:38','2026-02-02 16:46:38','ded1a494-516a-4662-8715-2aea4b77ffce'),
(110741,7,23732,NULL,605,6,'2026-02-02 16:46:38','2026-02-02 16:46:38','6342a141-ad22-4774-b7b9-8b26b760ca1a'),
(110742,7,23732,NULL,9552,7,'2026-02-02 16:46:38','2026-02-02 16:46:38','a3b77237-906e-4469-ac75-8f1c6682c835'),
(110743,47,23732,NULL,12418,1,'2026-02-02 16:46:38','2026-02-02 16:46:38','3762dca1-314a-48a7-9bb2-4fe2c8f482c4'),
(110744,57,23732,NULL,8163,1,'2026-02-02 16:46:38','2026-02-02 16:46:38','95eae455-7959-4cd6-9763-ad710e080f7f'),
(110745,57,23732,NULL,8162,2,'2026-02-02 16:46:38','2026-02-02 16:46:38','4fe8eaa2-5cd6-4435-9e63-0629f656fb41'),
(110746,57,23732,NULL,8164,3,'2026-02-02 16:46:38','2026-02-02 16:46:38','bfa6441d-ece4-435e-85e8-34cd1fa2fa43'),
(110747,57,23732,NULL,8165,4,'2026-02-02 16:46:38','2026-02-02 16:46:38','d04c1f1f-0ca4-4d2c-8719-38392ed4efb8'),
(110748,13,23732,NULL,23730,1,'2026-02-02 16:46:38','2026-02-02 16:46:38','f353dbd3-3338-4961-a300-488b7190a19a'),
(110775,13,1123,NULL,23734,1,'2026-02-02 16:47:19','2026-02-02 16:47:19','a89fa3ee-45db-40c0-9d97-8c9c78420418'),
(110776,32,23735,NULL,2610,1,'2026-02-02 16:47:19','2026-02-02 16:47:19','6a89bd8b-701d-4315-af89-9b4402983526'),
(110777,32,23735,NULL,2598,2,'2026-02-02 16:47:19','2026-02-02 16:47:19','a67ce22a-d790-41da-9632-35c7e75c937b'),
(110778,32,23735,NULL,2600,3,'2026-02-02 16:47:19','2026-02-02 16:47:19','f900067c-ca8e-45d6-8012-b6b8057b965e'),
(110779,32,23735,NULL,2602,4,'2026-02-02 16:47:19','2026-02-02 16:47:19','d0795ea6-be88-4a78-8333-95bee6a5c76c'),
(110780,32,23735,NULL,2604,5,'2026-02-02 16:47:19','2026-02-02 16:47:19','3fdae9bf-e8cf-40cf-9f77-8fd36a6d52c2'),
(110781,32,23735,NULL,2608,6,'2026-02-02 16:47:19','2026-02-02 16:47:19','6ff7e3ac-2801-4551-a892-1de4016ff90b'),
(110782,32,23735,NULL,2596,7,'2026-02-02 16:47:19','2026-02-02 16:47:19','87203306-f573-450c-9516-0d0ebf66ed2d'),
(110783,32,23735,NULL,2606,8,'2026-02-02 16:47:19','2026-02-02 16:47:19','73f13f4a-9841-4901-b0aa-661b68f80b3c'),
(110784,32,23735,NULL,2612,9,'2026-02-02 16:47:19','2026-02-02 16:47:19','571d967e-4fa4-409e-af47-c175e147c50b'),
(110785,16,23735,NULL,8178,1,'2026-02-02 16:47:19','2026-02-02 16:47:19','9260c483-a3e1-4275-9d3e-3165cf9c38f4'),
(110786,7,23735,NULL,3468,1,'2026-02-02 16:47:19','2026-02-02 16:47:19','d3b182be-e6ba-463b-b6d2-9cccbd5e7909'),
(110787,7,23735,NULL,601,2,'2026-02-02 16:47:19','2026-02-02 16:47:19','fb97669b-c751-45bc-82e8-2e50da7e404c'),
(110788,7,23735,NULL,2974,3,'2026-02-02 16:47:19','2026-02-02 16:47:19','82ac078d-d5b4-45f6-b33b-8531b54b11fe'),
(110789,7,23735,NULL,9640,4,'2026-02-02 16:47:19','2026-02-02 16:47:19','1c1afbea-bc33-4156-bb5f-e67e2c8ad69e'),
(110790,7,23735,NULL,617,5,'2026-02-02 16:47:19','2026-02-02 16:47:19','1634dbc5-c388-406a-b5ff-7d6e47d39a12'),
(110791,7,23735,NULL,9724,6,'2026-02-02 16:47:19','2026-02-02 16:47:19','d45ae04e-0215-4968-a6f1-16f233ba7ce6'),
(110792,7,23735,NULL,605,7,'2026-02-02 16:47:19','2026-02-02 16:47:19','5a23f9a0-3b6f-4ee4-89da-08efb53c13a6'),
(110793,7,23735,NULL,9552,8,'2026-02-02 16:47:19','2026-02-02 16:47:19','333ec012-eb31-45dd-b84e-890b50a7ff67'),
(110794,82,23735,NULL,491,1,'2026-02-02 16:47:19','2026-02-02 16:47:19','bab8936c-15f0-47b5-856e-4686bf99cf2e'),
(110795,47,23735,NULL,12425,1,'2026-02-02 16:47:19','2026-02-02 16:47:19','179da644-15f7-4cac-bab7-29ee0f19112b'),
(110796,57,23735,NULL,8175,1,'2026-02-02 16:47:19','2026-02-02 16:47:19','f3b08fd3-0090-4527-b048-75a6a46c83ee'),
(110797,57,23735,NULL,8194,2,'2026-02-02 16:47:19','2026-02-02 16:47:19','9a5c6728-fe7d-4eda-88f4-fe2329b71f61'),
(110798,57,23735,NULL,8174,3,'2026-02-02 16:47:19','2026-02-02 16:47:19','c57f533a-67a3-4b2b-a7ec-ef6daa129bac'),
(110799,57,23735,NULL,8177,4,'2026-02-02 16:47:19','2026-02-02 16:47:19','75334319-2f90-4883-aa3d-c04cf5635f5e'),
(110800,13,23735,NULL,23734,1,'2026-02-02 16:47:19','2026-02-02 16:47:19','ff0b8505-618e-4a75-93b1-f58787fb3ddb'),
(110823,13,1129,NULL,23737,1,'2026-02-02 16:47:46','2026-02-02 16:47:46','21b5cfb5-14ed-4f89-8705-e8ff8b6904e4'),
(110824,32,23738,NULL,2614,1,'2026-02-02 16:47:46','2026-02-02 16:47:46','7e3beb82-a2dd-4ecb-9a86-b83d6f33c070'),
(110825,32,23738,NULL,2610,2,'2026-02-02 16:47:46','2026-02-02 16:47:46','c605f340-8c5f-4f90-8e8d-11db35d29409'),
(110826,32,23738,NULL,2598,3,'2026-02-02 16:47:46','2026-02-02 16:47:46','693374ee-4413-4301-a14f-205a0dd4bd69'),
(110827,32,23738,NULL,2600,4,'2026-02-02 16:47:46','2026-02-02 16:47:46','41b0d9c3-04c3-4d39-b797-2e01e99db84f'),
(110828,32,23738,NULL,2602,5,'2026-02-02 16:47:46','2026-02-02 16:47:46','459ac3c3-8d7e-425b-aced-5d598be6c18d'),
(110829,32,23738,NULL,2612,6,'2026-02-02 16:47:46','2026-02-02 16:47:46','1f3ff03d-0662-4dd1-95a3-c12626d0918b'),
(110830,32,23738,NULL,2604,7,'2026-02-02 16:47:46','2026-02-02 16:47:46','f3652be6-ca92-473b-8bac-a092d8fc8ae7'),
(110831,32,23738,NULL,2608,8,'2026-02-02 16:47:46','2026-02-02 16:47:46','fb070f92-6606-4014-b5a7-fe88c41d4682'),
(110832,32,23738,NULL,2596,9,'2026-02-02 16:47:46','2026-02-02 16:47:46','d3538e38-ae3b-4f41-83f5-e0d83af83004'),
(110833,32,23738,NULL,2606,10,'2026-02-02 16:47:46','2026-02-02 16:47:46','fe23fa2f-01ff-4962-8561-8f0ecab627f9'),
(110834,16,23738,NULL,4083,1,'2026-02-02 16:47:46','2026-02-02 16:47:46','d71addbf-f1e6-426f-977e-e18583415ec2'),
(110835,7,23738,NULL,601,1,'2026-02-02 16:47:46','2026-02-02 16:47:46','896863e9-b62e-4b8e-aee9-14100034cc0c'),
(110836,7,23738,NULL,617,2,'2026-02-02 16:47:46','2026-02-02 16:47:46','a79fc27b-d1bf-4c20-a13a-97bfde204186'),
(110837,7,23738,NULL,605,3,'2026-02-02 16:47:46','2026-02-02 16:47:46','3e7c49cf-8e13-4a5c-b8c3-c628a3681fef'),
(110838,7,23738,NULL,9552,4,'2026-02-02 16:47:46','2026-02-02 16:47:46','59907548-516f-40b5-9a9e-005d60ff7184'),
(110839,47,23738,NULL,12421,1,'2026-02-02 16:47:46','2026-02-02 16:47:46','d21e2513-6320-4a23-b899-381d47f917bc'),
(110840,57,23738,NULL,5056,1,'2026-02-02 16:47:46','2026-02-02 16:47:46','c864968f-c7af-41bc-8581-6cdb8631501a'),
(110841,57,23738,NULL,5055,2,'2026-02-02 16:47:46','2026-02-02 16:47:46','9b20c3f2-f0d7-491b-b18c-9f4e4b055b2a'),
(110842,57,23738,NULL,5057,3,'2026-02-02 16:47:46','2026-02-02 16:47:46','f4330a00-0479-4ce9-8589-d308169582db'),
(110843,57,23738,NULL,5058,4,'2026-02-02 16:47:46','2026-02-02 16:47:46','62427c69-91cd-46d7-83d8-eda073cce22d'),
(110844,13,23738,NULL,23737,1,'2026-02-02 16:47:46','2026-02-02 16:47:46','7c51c39b-68b1-4e3b-ab0f-7a27c9a7eb70'),
(110870,13,1143,NULL,23740,1,'2026-02-02 16:48:28','2026-02-02 16:48:28','4204f1e9-623c-48f3-aea9-dd0276e9cb23'),
(110871,32,23741,NULL,2610,1,'2026-02-02 16:48:28','2026-02-02 16:48:28','b089a8c8-d55f-4dce-be03-f2c0b8242b5b'),
(110872,32,23741,NULL,2598,2,'2026-02-02 16:48:28','2026-02-02 16:48:28','e607f0c6-37a0-4334-ab6a-be58ab2b0674'),
(110873,32,23741,NULL,2600,3,'2026-02-02 16:48:28','2026-02-02 16:48:28','5eea75af-356e-4fe9-92df-51f27949c546'),
(110874,32,23741,NULL,2604,4,'2026-02-02 16:48:28','2026-02-02 16:48:28','d7666e78-fb04-4d1f-9eaf-d807fb32f0df'),
(110875,32,23741,NULL,2608,5,'2026-02-02 16:48:28','2026-02-02 16:48:28','87d5121f-ebd7-422a-b0ef-ce307406cddb'),
(110876,32,23741,NULL,2596,6,'2026-02-02 16:48:28','2026-02-02 16:48:28','8721f86e-0354-40c1-af3a-775581dbb367'),
(110877,32,23741,NULL,2602,7,'2026-02-02 16:48:28','2026-02-02 16:48:28','0b5bdeee-e564-4ef9-991e-f90717b40773'),
(110878,32,23741,NULL,2606,8,'2026-02-02 16:48:28','2026-02-02 16:48:28','04f769f3-54c8-4c77-a8a0-0003cab87a5d'),
(110879,32,23741,NULL,2612,9,'2026-02-02 16:48:28','2026-02-02 16:48:28','40870d40-a00d-4450-90ff-cfbfc7a60454'),
(110880,16,23741,NULL,4142,1,'2026-02-02 16:48:28','2026-02-02 16:48:28','9b028612-6947-4387-9a83-9d35adc5bd48'),
(110881,7,23741,NULL,6547,1,'2026-02-02 16:48:28','2026-02-02 16:48:28','4a57330f-6474-4dfc-a3cf-a337aa10f43a'),
(110882,7,23741,NULL,601,2,'2026-02-02 16:48:28','2026-02-02 16:48:28','edf6dac2-937f-4c35-ac4c-abf1a8bf81cb'),
(110883,7,23741,NULL,9724,3,'2026-02-02 16:48:28','2026-02-02 16:48:28','081c65e6-9451-42e0-99e6-960dda69a5a8'),
(110884,7,23741,NULL,2972,4,'2026-02-02 16:48:28','2026-02-02 16:48:28','6a280451-9f55-459d-8dc5-e41f474b731f'),
(110885,7,23741,NULL,617,5,'2026-02-02 16:48:28','2026-02-02 16:48:28','d16283c5-69ee-461c-b9d1-15b67e5d7e2f'),
(110886,7,23741,NULL,605,6,'2026-02-02 16:48:28','2026-02-02 16:48:28','eba2c6fe-3c56-4c5d-9fec-29fb5307410d'),
(110887,7,23741,NULL,9552,7,'2026-02-02 16:48:28','2026-02-02 16:48:28','cfaabd24-7e41-45ca-bd95-97a7a39e21d3'),
(110888,82,23741,NULL,491,1,'2026-02-02 16:48:28','2026-02-02 16:48:28','9093f8d9-0901-48e4-8f82-45bf952b87c5'),
(110889,47,23741,NULL,12428,1,'2026-02-02 16:48:28','2026-02-02 16:48:28','016c72cb-b33a-47c9-ba8e-6e9d1b2284df'),
(110890,57,23741,NULL,4955,1,'2026-02-02 16:48:28','2026-02-02 16:48:28','75ea86ce-a198-4863-9121-9fd9da93f5a3'),
(110891,57,23741,NULL,4956,2,'2026-02-02 16:48:28','2026-02-02 16:48:28','98373a8b-dea0-4f97-8d02-dd99d57380e1'),
(110892,57,23741,NULL,4957,3,'2026-02-02 16:48:28','2026-02-02 16:48:28','effc1f8c-2ba5-4cd4-b0c0-d53a0e9fc00e'),
(110893,57,23741,NULL,8227,4,'2026-02-02 16:48:28','2026-02-02 16:48:28','537ee871-e17b-47d0-8f28-da7d98d697ea'),
(110894,13,23741,NULL,23740,1,'2026-02-02 16:48:28','2026-02-02 16:48:28','65cc06d1-9b02-4879-97e7-cf887ae1ee98'),
(110916,13,1419,NULL,23743,1,'2026-02-02 16:48:59','2026-02-02 16:48:59','ba08c9b3-4baa-4118-86a1-f5014fcbdcfa'),
(110917,32,23744,NULL,2610,1,'2026-02-02 16:48:59','2026-02-02 16:48:59','256a2355-f563-40da-9633-a26bcd3539b9'),
(110918,32,23744,NULL,2598,2,'2026-02-02 16:48:59','2026-02-02 16:48:59','5143e702-13ab-4784-a5f6-6af2e6e623e8'),
(110919,32,23744,NULL,2608,3,'2026-02-02 16:48:59','2026-02-02 16:48:59','170123b9-a204-486f-ba35-ffdb14138c66'),
(110920,32,23744,NULL,2600,4,'2026-02-02 16:48:59','2026-02-02 16:48:59','65348b22-d650-430f-86b2-aca9202d9c58'),
(110921,32,23744,NULL,2596,5,'2026-02-02 16:48:59','2026-02-02 16:48:59','b35c1c2f-8805-4e56-a33e-ede5c74e6c63'),
(110922,32,23744,NULL,2602,6,'2026-02-02 16:48:59','2026-02-02 16:48:59','ff11e8a5-c44e-4ee4-a91e-170f3162d5d3'),
(110923,32,23744,NULL,2606,7,'2026-02-02 16:48:59','2026-02-02 16:48:59','ff211de6-ad91-4ca8-9a79-a3db4e912919'),
(110924,32,23744,NULL,2612,8,'2026-02-02 16:48:59','2026-02-02 16:48:59','31d629ad-a161-46be-987c-65eb9c442f6d'),
(110925,32,23744,NULL,2604,9,'2026-02-02 16:48:59','2026-02-02 16:48:59','022ddc15-b264-415f-8c63-07174565ec5a'),
(110926,16,23744,NULL,9255,1,'2026-02-02 16:48:59','2026-02-02 16:48:59','96d03379-77da-4f41-a440-2c56a8c15b83'),
(110927,7,23744,NULL,601,1,'2026-02-02 16:48:59','2026-02-02 16:48:59','e269dd3c-c4c2-4d68-9e57-e8c5906c2f8b'),
(110928,7,23744,NULL,605,2,'2026-02-02 16:48:59','2026-02-02 16:48:59','1755e794-ef87-4cb2-bceb-e57b376a244a'),
(110929,7,23744,NULL,617,3,'2026-02-02 16:48:59','2026-02-02 16:48:59','538e0426-5686-4fe1-be4d-0cdc9aa844e2'),
(110930,7,23744,NULL,9552,4,'2026-02-02 16:48:59','2026-02-02 16:48:59','d231ac1a-57bb-4a1f-8d42-f430216b6db6'),
(110931,82,23744,NULL,491,1,'2026-02-02 16:48:59','2026-02-02 16:48:59','c97726dc-574d-4280-a031-569194428f9d'),
(110932,47,23744,NULL,12446,1,'2026-02-02 16:48:59','2026-02-02 16:48:59','fc8749b5-8065-46f6-95c5-e804a39cf9f4'),
(110933,57,23744,NULL,9260,1,'2026-02-02 16:48:59','2026-02-02 16:48:59','dbb3f416-4948-489a-b998-194a0df3fee7'),
(110934,57,23744,NULL,9261,2,'2026-02-02 16:48:59','2026-02-02 16:48:59','cbbdb05e-886c-48af-bdde-4f19f4b6d949'),
(110935,57,23744,NULL,9258,3,'2026-02-02 16:48:59','2026-02-02 16:48:59','d619b096-32c6-49a4-a412-42b6bcb22396'),
(110936,57,23744,NULL,9259,4,'2026-02-02 16:48:59','2026-02-02 16:48:59','467832b4-0848-464a-8370-ce0a8711ef5c'),
(110937,13,23744,NULL,23743,1,'2026-02-02 16:48:59','2026-02-02 16:48:59','a7ecba9c-eef3-4d1e-8799-91dc9c1e9d62'),
(110973,32,23747,NULL,2610,1,'2026-02-02 16:50:25','2026-02-02 16:50:25','f7aa95a4-313b-4506-aa5a-01e0cec35eb3'),
(110974,32,23747,NULL,2598,2,'2026-02-02 16:50:25','2026-02-02 16:50:25','c9a72c3b-6a87-47c4-93e6-1d64b98faad5'),
(110975,32,23747,NULL,2608,3,'2026-02-02 16:50:25','2026-02-02 16:50:25','93f031cf-1514-4f25-bef0-4d98eee89d04'),
(110976,32,23747,NULL,2600,4,'2026-02-02 16:50:25','2026-02-02 16:50:25','740d973f-656f-41b1-a7c3-804f2c97f890'),
(110977,32,23747,NULL,2596,5,'2026-02-02 16:50:25','2026-02-02 16:50:25','c8247971-61da-40e7-b86f-94f20939e000'),
(110978,32,23747,NULL,2602,6,'2026-02-02 16:50:25','2026-02-02 16:50:25','a4a0b029-d5c1-4b19-8bb3-2c99af737e27'),
(110979,32,23747,NULL,2606,7,'2026-02-02 16:50:25','2026-02-02 16:50:25','37596d45-2344-4bc3-9d0e-dc08b6d79a72'),
(110980,32,23747,NULL,2612,8,'2026-02-02 16:50:25','2026-02-02 16:50:25','2e14f857-7947-45cc-8863-1136113f9135'),
(110981,32,23747,NULL,2604,9,'2026-02-02 16:50:25','2026-02-02 16:50:25','a40266e2-03f2-4874-ae53-cf1094f6683f'),
(110982,16,23747,NULL,10000,1,'2026-02-02 16:50:25','2026-02-02 16:50:25','796ebfea-f91c-4b1b-8ccb-a8373a7db27d'),
(110983,7,23747,NULL,3468,1,'2026-02-02 16:50:25','2026-02-02 16:50:25','62aa7eaa-29fd-4161-a009-4bdd853ef170'),
(110984,7,23747,NULL,601,2,'2026-02-02 16:50:25','2026-02-02 16:50:25','4499418f-d3ab-45cd-a51b-31f418b2009f'),
(110985,7,23747,NULL,617,3,'2026-02-02 16:50:25','2026-02-02 16:50:25','8d378f23-041a-4877-905f-8a7f7da1fd9d'),
(110986,7,23747,NULL,605,4,'2026-02-02 16:50:25','2026-02-02 16:50:25','4a75d91f-1bc9-43e3-b5e8-6aef6b2f590e'),
(110987,7,23747,NULL,9552,5,'2026-02-02 16:50:25','2026-02-02 16:50:25','574dcfbc-7ed6-4d04-b68f-1238f62c5e33'),
(110988,82,23747,NULL,491,1,'2026-02-02 16:50:25','2026-02-02 16:50:25','5ebb1a08-8e83-4f9b-806f-3fca0f8e866c'),
(110989,46,23747,NULL,7369,1,'2026-02-02 16:50:25','2026-02-02 16:50:25','729aefd9-56e8-4b08-9273-4a33e3eb9cb4'),
(110990,47,23747,NULL,12449,1,'2026-02-02 16:50:25','2026-02-02 16:50:25','75af164c-ae52-4956-b938-36a273fe6ca2'),
(110991,57,23747,NULL,10004,1,'2026-02-02 16:50:25','2026-02-02 16:50:25','241d1156-fe22-4c7b-956c-d49f70a85367'),
(110992,57,23747,NULL,10005,2,'2026-02-02 16:50:25','2026-02-02 16:50:25','2bfad3e8-eb82-422b-bda3-21a32b8f7f65'),
(110993,57,23747,NULL,10006,3,'2026-02-02 16:50:25','2026-02-02 16:50:25','9df11b11-ad53-4526-8e2a-a4e8d49b5ecf'),
(110994,57,23747,NULL,10007,4,'2026-02-02 16:50:25','2026-02-02 16:50:25','e7f0615d-1c1c-4441-b382-3bcb4c5af741'),
(110995,57,23747,NULL,10009,5,'2026-02-02 16:50:25','2026-02-02 16:50:25','18a7a038-c860-45df-8bb0-bcfa49244b86'),
(110996,57,23747,NULL,10010,6,'2026-02-02 16:50:25','2026-02-02 16:50:25','e0e81526-451e-4c80-9a33-529e982a2eb4'),
(110997,57,23747,NULL,10012,7,'2026-02-02 16:50:25','2026-02-02 16:50:25','69a8d2d2-e77d-4f53-affd-9b395e9ca910'),
(110998,57,23747,NULL,10013,8,'2026-02-02 16:50:25','2026-02-02 16:50:25','683ca755-7830-4f6d-8510-38cd36eb6ccc'),
(110999,57,23747,NULL,10014,9,'2026-02-02 16:50:25','2026-02-02 16:50:25','e721e0d8-340f-4693-8277-96e48bca71dd'),
(111000,57,23747,NULL,10015,10,'2026-02-02 16:50:25','2026-02-02 16:50:25','fb8b8f4f-d9d2-424d-98c6-d3b2e79d1e4d'),
(111001,57,23747,NULL,10016,11,'2026-02-02 16:50:25','2026-02-02 16:50:25','b730fe03-c107-402a-b207-896af98b9aff'),
(111002,57,23747,NULL,10018,12,'2026-02-02 16:50:25','2026-02-02 16:50:25','d73cb08b-7d67-409e-92c4-561b1628990c'),
(111003,57,23747,NULL,10019,13,'2026-02-02 16:50:25','2026-02-02 16:50:25','f4e01ead-3f5d-4d04-ac2b-29d1f99c55de'),
(111004,57,23747,NULL,10020,14,'2026-02-02 16:50:25','2026-02-02 16:50:25','d20c5138-9224-44e5-a52a-ea67cd21d2b0'),
(111005,13,23747,NULL,23746,1,'2026-02-02 16:50:25','2026-02-02 16:50:25','f1799d19-5c64-4728-963e-c5f4d7385120'),
(111032,13,1431,NULL,23749,1,'2026-02-02 16:50:56','2026-02-02 16:50:56','7aeb65b4-d46e-4e1a-a57e-6a5d9476170a'),
(111033,32,23750,NULL,2614,1,'2026-02-02 16:50:56','2026-02-02 16:50:56','fbb6df8b-7e9a-4f9b-bcb4-a226b507f0e3'),
(111034,32,23750,NULL,2610,2,'2026-02-02 16:50:56','2026-02-02 16:50:56','be7b2d49-4e13-4f25-82c8-080c29ac7854'),
(111035,32,23750,NULL,2598,3,'2026-02-02 16:50:56','2026-02-02 16:50:56','0641c6f2-a8cc-45b0-b9a6-c06387aa883c'),
(111036,32,23750,NULL,2608,4,'2026-02-02 16:50:56','2026-02-02 16:50:56','51523d12-18ec-457f-9859-aa5ba86dbb05'),
(111037,32,23750,NULL,2600,5,'2026-02-02 16:50:56','2026-02-02 16:50:56','e2465959-0e98-4c6c-978b-3c3e0dad0c15'),
(111038,32,23750,NULL,2596,6,'2026-02-02 16:50:56','2026-02-02 16:50:56','cbab8668-7114-4832-9c5c-2dbfabba92b0'),
(111039,32,23750,NULL,2602,7,'2026-02-02 16:50:56','2026-02-02 16:50:56','50ae47a4-5772-451b-bce4-d75cf4a67be5'),
(111040,32,23750,NULL,2606,8,'2026-02-02 16:50:56','2026-02-02 16:50:56','ebb0a7b6-db47-4847-b268-4f0e7581b1b7'),
(111041,32,23750,NULL,2612,9,'2026-02-02 16:50:56','2026-02-02 16:50:56','d28ad2b9-4d8a-4095-8822-eb7e4954ce7d'),
(111042,32,23750,NULL,2604,10,'2026-02-02 16:50:56','2026-02-02 16:50:56','620c094c-9ac9-415c-80bd-56a15128c35c'),
(111043,16,23750,NULL,6659,1,'2026-02-02 16:50:56','2026-02-02 16:50:56','d48c6b27-96c2-493a-b337-6ef2c419e293'),
(111044,7,23750,NULL,6547,1,'2026-02-02 16:50:56','2026-02-02 16:50:56','2aea4475-5f35-42ea-be3c-40bbd338673f'),
(111045,7,23750,NULL,601,2,'2026-02-02 16:50:56','2026-02-02 16:50:56','f7858022-fdbe-4ba3-b260-edfc7750a272'),
(111046,7,23750,NULL,617,3,'2026-02-02 16:50:56','2026-02-02 16:50:56','60a5371f-e8b4-477e-a83e-89a6d422adb2'),
(111047,7,23750,NULL,9640,4,'2026-02-02 16:50:56','2026-02-02 16:50:56','b84e38bd-8e05-4b83-bad9-be8f3bef7fe7'),
(111048,7,23750,NULL,2974,5,'2026-02-02 16:50:56','2026-02-02 16:50:56','1a79a201-51f1-43d9-8f8c-e565d09f6d4b'),
(111049,7,23750,NULL,605,6,'2026-02-02 16:50:56','2026-02-02 16:50:56','e78b7023-699b-4431-aabe-a5916626d5c0'),
(111050,7,23750,NULL,9552,7,'2026-02-02 16:50:56','2026-02-02 16:50:56','7a2336e1-89f4-4390-b8da-d02f82871f90'),
(111051,47,23750,NULL,12453,1,'2026-02-02 16:50:56','2026-02-02 16:50:56','9dc244fa-226f-4146-8785-91974e5165a2'),
(111052,57,23750,NULL,6680,1,'2026-02-02 16:50:56','2026-02-02 16:50:56','2c3e3bc0-7d39-4ade-8d73-ac55239ee63d'),
(111053,57,23750,NULL,6681,2,'2026-02-02 16:50:56','2026-02-02 16:50:56','a1a75e6a-9d0b-4584-896d-ccd9d9ac2e04'),
(111054,57,23750,NULL,6682,3,'2026-02-02 16:50:56','2026-02-02 16:50:56','53b42720-cd57-403f-a968-176fd0087256'),
(111055,57,23750,NULL,6683,4,'2026-02-02 16:50:56','2026-02-02 16:50:56','7a741942-3050-4f3b-8471-616d91e697df'),
(111056,57,23750,NULL,6684,5,'2026-02-02 16:50:56','2026-02-02 16:50:56','415e8bf7-0914-4084-b87e-0feb5cae25a9'),
(111057,13,23750,NULL,23749,1,'2026-02-02 16:50:56','2026-02-02 16:50:56','5ac47041-b123-4579-8479-c80a9237f4d6'),
(111072,13,1437,NULL,23752,1,'2026-02-02 16:51:18','2026-02-02 16:51:18','d242c701-7c1d-43f8-9d9c-0909110cde8f'),
(111073,83,23753,NULL,1431,1,'2026-02-02 16:51:18','2026-02-02 16:51:18','464a1501-36d9-4a43-bb9a-05dc4034ec36'),
(111074,16,23753,NULL,6640,1,'2026-02-02 16:51:18','2026-02-02 16:51:18','718a0d2d-5d87-4ca3-afc2-b1aebba24bc4'),
(111075,7,23753,NULL,617,1,'2026-02-02 16:51:18','2026-02-02 16:51:18','e8899e7f-2609-4605-8aaa-b08bb45bc7a7'),
(111076,7,23753,NULL,605,2,'2026-02-02 16:51:18','2026-02-02 16:51:18','72aa657c-7a49-47a3-8a9c-de13fc3abcd5'),
(111077,7,23753,NULL,9552,3,'2026-02-02 16:51:18','2026-02-02 16:51:18','2137a90d-dcdd-48bc-9fde-a6435f35e2e5'),
(111078,57,23753,NULL,6635,1,'2026-02-02 16:51:18','2026-02-02 16:51:18','2b9aa0fc-fd37-40b7-9eb1-a512dbef73c8'),
(111079,57,23753,NULL,6636,2,'2026-02-02 16:51:18','2026-02-02 16:51:18','4f0cb508-b465-4ba7-80a2-aef19035754a'),
(111080,57,23753,NULL,6637,3,'2026-02-02 16:51:18','2026-02-02 16:51:18','4c4c4787-1be6-4759-9979-4e8664468e59'),
(111081,57,23753,NULL,6638,4,'2026-02-02 16:51:18','2026-02-02 16:51:18','996be972-ef97-4757-a6db-3c547d00ee58'),
(111082,57,23753,NULL,6639,5,'2026-02-02 16:51:18','2026-02-02 16:51:18','fbe59c85-4cbc-4bcb-b638-8f2e99c6674c'),
(111083,57,23753,NULL,6640,6,'2026-02-02 16:51:18','2026-02-02 16:51:18','e94f3ddb-43a2-49f3-85d6-8090c3770328'),
(111084,13,23753,NULL,23752,1,'2026-02-02 16:51:18','2026-02-02 16:51:18','f5af49de-7f2a-4e3a-a8a6-f0b4e0cef816'),
(111085,12,23753,NULL,12727,1,'2026-02-02 16:51:18','2026-02-02 16:51:18','88a5d1c1-de79-4c6f-8530-81d9a757ff9a'),
(111111,13,1443,NULL,23755,1,'2026-02-02 16:51:45','2026-02-02 16:51:45','89c87cd4-2a6c-4600-b432-94aa653ea4c3'),
(111112,32,23756,NULL,2610,1,'2026-02-02 16:51:45','2026-02-02 16:51:45','b7dbb927-aa8d-4328-8429-22707c95a43b'),
(111113,32,23756,NULL,2598,2,'2026-02-02 16:51:45','2026-02-02 16:51:45','6805bacf-a13a-437e-b2a6-fdc503d7968e'),
(111114,32,23756,NULL,2608,3,'2026-02-02 16:51:45','2026-02-02 16:51:45','e5cccc68-799a-425f-a264-e723601cddc2'),
(111115,32,23756,NULL,2600,4,'2026-02-02 16:51:45','2026-02-02 16:51:45','6319243f-6cda-49ea-9308-cfe59051cdaa'),
(111116,32,23756,NULL,2596,5,'2026-02-02 16:51:45','2026-02-02 16:51:45','06da4891-ede1-4677-b658-92dc17b350ec'),
(111117,32,23756,NULL,2602,6,'2026-02-02 16:51:45','2026-02-02 16:51:45','7f43e083-9560-4702-8455-b1c3e1b5988a'),
(111118,32,23756,NULL,2606,7,'2026-02-02 16:51:45','2026-02-02 16:51:45','975df8b0-2b43-4113-bf43-e87c480cc85d'),
(111119,32,23756,NULL,2612,8,'2026-02-02 16:51:45','2026-02-02 16:51:45','d54e24be-b7ec-44a5-ab5d-3a6ff682a33b'),
(111120,32,23756,NULL,2604,9,'2026-02-02 16:51:45','2026-02-02 16:51:45','cb109069-1dee-4174-b1db-9f6b625166ad'),
(111121,16,23756,NULL,9286,1,'2026-02-02 16:51:45','2026-02-02 16:51:45','db7ea830-8ff5-40c3-9788-8d9342d5370d'),
(111122,7,23756,NULL,3468,1,'2026-02-02 16:51:45','2026-02-02 16:51:45','996462b6-cad5-4995-ad8f-608139dddcab'),
(111123,7,23756,NULL,601,2,'2026-02-02 16:51:45','2026-02-02 16:51:45','a73b7a10-193d-405a-9822-c8d0f56cc398'),
(111124,7,23756,NULL,617,3,'2026-02-02 16:51:45','2026-02-02 16:51:45','9b13cc20-5dd6-4592-8780-9f15de19edf2'),
(111125,7,23756,NULL,9552,4,'2026-02-02 16:51:45','2026-02-02 16:51:45','c2bf9824-0ced-4f34-8cc2-c54543824210'),
(111126,7,23756,NULL,605,5,'2026-02-02 16:51:45','2026-02-02 16:51:45','1aa1ba02-ffff-4fad-9e06-61c3b6226799'),
(111127,82,23756,NULL,491,1,'2026-02-02 16:51:45','2026-02-02 16:51:45','10e2b6d6-556a-4a77-b9d8-1027feebf5af'),
(111128,47,23756,NULL,12455,1,'2026-02-02 16:51:45','2026-02-02 16:51:45','6a4e8b7c-980e-42af-b19e-987aaa91ccad'),
(111129,57,23756,NULL,9293,1,'2026-02-02 16:51:45','2026-02-02 16:51:45','45c25347-6d60-4e71-b964-4efa57b16d1b'),
(111130,57,23756,NULL,9290,2,'2026-02-02 16:51:45','2026-02-02 16:51:45','e23efc9b-ddcb-4f53-b170-6de8425babc2'),
(111131,57,23756,NULL,9289,3,'2026-02-02 16:51:45','2026-02-02 16:51:45','58cc730f-468d-4d65-b238-68aa24f6a698'),
(111132,57,23756,NULL,9294,4,'2026-02-02 16:51:45','2026-02-02 16:51:45','0270c47d-a5d7-4d1e-aee3-ceb875119646'),
(111133,57,23756,NULL,9291,5,'2026-02-02 16:51:45','2026-02-02 16:51:45','9180227e-6126-4193-b84d-d77209d81b58'),
(111134,57,23756,NULL,9292,6,'2026-02-02 16:51:45','2026-02-02 16:51:45','d6e8b35c-6eef-4e44-806e-d58bb65711d5'),
(111135,13,23756,NULL,23755,1,'2026-02-02 16:51:45','2026-02-02 16:51:45','83ecb6d6-ac99-40c9-963f-f37a2225cbb0'),
(111170,13,1449,NULL,23758,1,'2026-02-02 16:52:14','2026-02-02 16:52:14','4cfa5cc5-464f-479b-86a7-b44e68fe977c'),
(111171,32,23759,NULL,2614,1,'2026-02-02 16:52:14','2026-02-02 16:52:14','a2565b75-58bd-4e6b-b6fe-ff5fcad27d7b'),
(111172,32,23759,NULL,2610,2,'2026-02-02 16:52:14','2026-02-02 16:52:14','1f6dd5c4-95a6-46f9-a684-c823c999b2da'),
(111173,32,23759,NULL,2598,3,'2026-02-02 16:52:14','2026-02-02 16:52:14','5af48591-e911-4425-a0d0-b8ca2d15b06d'),
(111174,32,23759,NULL,2608,4,'2026-02-02 16:52:14','2026-02-02 16:52:14','9179597e-9e25-45ff-a50c-c36cbf6be95c'),
(111175,32,23759,NULL,2600,5,'2026-02-02 16:52:14','2026-02-02 16:52:14','ca4b2f59-72f6-4ad0-97ba-106247437842'),
(111176,32,23759,NULL,2596,6,'2026-02-02 16:52:14','2026-02-02 16:52:14','f4c23b31-1a2b-4fb9-bc87-89b542a7b7db'),
(111177,32,23759,NULL,2602,7,'2026-02-02 16:52:14','2026-02-02 16:52:14','8d80ebbf-7e28-44d0-8223-daf1dc507c1a'),
(111178,32,23759,NULL,2606,8,'2026-02-02 16:52:14','2026-02-02 16:52:14','04ea5f2e-c285-42eb-bffe-c9928aeef6b5'),
(111179,32,23759,NULL,2612,9,'2026-02-02 16:52:14','2026-02-02 16:52:14','5b29c8f8-67db-4eb0-912b-679518d65e2d'),
(111180,32,23759,NULL,2604,10,'2026-02-02 16:52:14','2026-02-02 16:52:14','d00c87e8-6788-44da-bb7b-615bebde4b35'),
(111181,16,23759,NULL,10041,1,'2026-02-02 16:52:14','2026-02-02 16:52:14','5de0fff3-e36d-4416-8315-8e9744e50e7b'),
(111182,7,23759,NULL,601,1,'2026-02-02 16:52:14','2026-02-02 16:52:14','7da6113f-d36f-41eb-a06c-8b7bcb5ab741'),
(111183,7,23759,NULL,617,2,'2026-02-02 16:52:14','2026-02-02 16:52:14','031cbde0-f853-4032-a62d-3e58f5867d09'),
(111184,7,23759,NULL,9549,3,'2026-02-02 16:52:14','2026-02-02 16:52:14','27048dc4-1d1f-44ec-b4fa-a59a4d0f3fea'),
(111185,7,23759,NULL,605,4,'2026-02-02 16:52:14','2026-02-02 16:52:14','70a89fad-0637-481d-94f9-2a0b36383b56'),
(111186,7,23759,NULL,9552,5,'2026-02-02 16:52:14','2026-02-02 16:52:14','3b5df9d2-54a6-443f-8160-7c28f763ccd4'),
(111187,47,23759,NULL,12458,1,'2026-02-02 16:52:14','2026-02-02 16:52:14','725e2931-44a0-44b1-9d71-bf59e235ed7b'),
(111188,57,23759,NULL,10057,1,'2026-02-02 16:52:14','2026-02-02 16:52:14','02f9f10b-ab01-48e1-8e2c-13d6db381318'),
(111189,57,23759,NULL,10049,2,'2026-02-02 16:52:14','2026-02-02 16:52:14','45d6b90b-e43e-4d5f-8688-5d1148acfc8f'),
(111190,57,23759,NULL,10044,3,'2026-02-02 16:52:14','2026-02-02 16:52:14','f5c2fe2a-0dd5-4132-bbc6-0159355023f2'),
(111191,57,23759,NULL,10045,4,'2026-02-02 16:52:14','2026-02-02 16:52:14','4ebed0a7-3f39-424f-8447-8f7502287c7a'),
(111192,57,23759,NULL,10042,5,'2026-02-02 16:52:14','2026-02-02 16:52:14','5e8dabe6-9bc8-41b7-82e9-67bb02a70cac'),
(111193,57,23759,NULL,10043,6,'2026-02-02 16:52:14','2026-02-02 16:52:14','a5b942c0-142f-4b7b-9924-86f31cfa141d'),
(111194,57,23759,NULL,10046,7,'2026-02-02 16:52:14','2026-02-02 16:52:14','f99fbb77-8a19-46e8-bbe5-4a87aa17d766'),
(111195,57,23759,NULL,10047,8,'2026-02-02 16:52:14','2026-02-02 16:52:14','f06a4cd4-8d49-482b-ae47-02688c6520b0'),
(111196,57,23759,NULL,10048,9,'2026-02-02 16:52:14','2026-02-02 16:52:14','014dc6ff-9586-4e81-9494-6b0e3167b722'),
(111197,57,23759,NULL,10051,10,'2026-02-02 16:52:14','2026-02-02 16:52:14','c94c87a2-65d4-4940-aa35-fdbf2a925559'),
(111198,57,23759,NULL,10052,11,'2026-02-02 16:52:14','2026-02-02 16:52:14','182b6e25-d4de-4d75-a3ee-3022aa4b6cb5'),
(111199,57,23759,NULL,10053,12,'2026-02-02 16:52:14','2026-02-02 16:52:14','ddb80b7b-7349-49b2-8743-d3daec9c2b1e'),
(111200,57,23759,NULL,10055,13,'2026-02-02 16:52:14','2026-02-02 16:52:14','7b267921-430f-44c5-9543-0d3d45d7bc2f'),
(111201,57,23759,NULL,10059,14,'2026-02-02 16:52:14','2026-02-02 16:52:14','8d38ecf0-b0e2-4452-a225-1fef13c6ae20'),
(111202,57,23759,NULL,10060,15,'2026-02-02 16:52:14','2026-02-02 16:52:14','e000ee31-aad9-4aad-ba04-24d1bd7fc57d'),
(111203,13,23759,NULL,23758,1,'2026-02-02 16:52:14','2026-02-02 16:52:14','2f4e3cd5-a1d5-4641-ad5a-c5554978970c'),
(111235,13,1455,NULL,23761,1,'2026-02-02 16:52:39','2026-02-02 16:52:39','6147cc99-1de4-4819-86ce-fca27a22a37f'),
(111236,32,23762,NULL,2610,1,'2026-02-02 16:52:39','2026-02-02 16:52:39','a5f46236-3a9e-4470-ae79-4e40ceaef172'),
(111237,32,23762,NULL,2598,2,'2026-02-02 16:52:39','2026-02-02 16:52:39','da64a91f-4956-4a3f-898a-b3d02e49c3bd'),
(111238,32,23762,NULL,2608,3,'2026-02-02 16:52:39','2026-02-02 16:52:39','7a8e513d-e6ff-404c-977e-6ef0fc302f3c'),
(111239,32,23762,NULL,2624,4,'2026-02-02 16:52:39','2026-02-02 16:52:39','ce547d38-6eff-4ec5-85c0-628f1ce15b04'),
(111240,32,23762,NULL,2600,5,'2026-02-02 16:52:39','2026-02-02 16:52:39','546ad43e-a51d-4476-9c8e-3ef2b1c5d6e3'),
(111241,32,23762,NULL,2596,6,'2026-02-02 16:52:39','2026-02-02 16:52:39','bb4c7c33-f2ed-459d-9073-42753cdd178b'),
(111242,32,23762,NULL,2602,7,'2026-02-02 16:52:39','2026-02-02 16:52:39','cb4259e0-3e5e-483e-9684-67080ebb59b0'),
(111243,32,23762,NULL,2606,8,'2026-02-02 16:52:39','2026-02-02 16:52:39','15a56eeb-6a5c-492d-8b46-eb4067d35f12'),
(111244,32,23762,NULL,2612,9,'2026-02-02 16:52:39','2026-02-02 16:52:39','36d507f6-ee16-43cd-95a3-02d09f9289d1'),
(111245,32,23762,NULL,2604,10,'2026-02-02 16:52:39','2026-02-02 16:52:39','8d8a31ab-a6ea-4e37-97d5-0ad10312570e'),
(111246,16,23762,NULL,10069,1,'2026-02-02 16:52:39','2026-02-02 16:52:39','605736bd-a22d-405c-a16d-bc0b7531bf05'),
(111247,7,23762,NULL,601,1,'2026-02-02 16:52:39','2026-02-02 16:52:39','1315e15c-e967-400a-9ec7-44f00354622a'),
(111248,7,23762,NULL,605,2,'2026-02-02 16:52:39','2026-02-02 16:52:39','09a602ff-9baf-4452-a055-dd15dbdcc7cf'),
(111249,7,23762,NULL,617,3,'2026-02-02 16:52:39','2026-02-02 16:52:39','2d764d0b-4d75-4e89-808b-487e91af2c33'),
(111250,7,23762,NULL,2972,4,'2026-02-02 16:52:39','2026-02-02 16:52:39','18e336eb-c38c-4291-a75f-3b49e68050fc'),
(111251,7,23762,NULL,9552,5,'2026-02-02 16:52:39','2026-02-02 16:52:39','fddf1c94-e4f6-4dbf-ab1b-966802e2f6dc'),
(111252,82,23762,NULL,491,1,'2026-02-02 16:52:39','2026-02-02 16:52:39','8f353142-8289-4047-94b0-d34f00af1c2a'),
(111253,46,23762,NULL,2891,1,'2026-02-02 16:52:39','2026-02-02 16:52:39','2388dcf7-58f2-4525-97b4-5d63954d07d2'),
(111254,47,23762,NULL,12461,1,'2026-02-02 16:52:39','2026-02-02 16:52:39','beafb48a-ea6d-429b-a146-c763158898de'),
(111255,57,23762,NULL,10072,1,'2026-02-02 16:52:39','2026-02-02 16:52:39','6f3d7acf-0e7c-43ab-9988-2f3ffeae5b5e'),
(111256,57,23762,NULL,10079,2,'2026-02-02 16:52:39','2026-02-02 16:52:39','4555b796-db5c-42c6-95b4-edb82244f515'),
(111257,57,23762,NULL,10074,3,'2026-02-02 16:52:39','2026-02-02 16:52:39','8c86912b-5557-4d6a-9106-076102e37d6d'),
(111258,57,23762,NULL,10076,4,'2026-02-02 16:52:39','2026-02-02 16:52:39','540de168-bc70-44ff-aef4-17430810a111'),
(111259,57,23762,NULL,10075,5,'2026-02-02 16:52:39','2026-02-02 16:52:39','8f5827a3-381a-4e72-8220-48b1a5908fd9'),
(111260,57,23762,NULL,10080,6,'2026-02-02 16:52:39','2026-02-02 16:52:39','e20bfb87-f6d2-42b9-897c-4c2a314717da'),
(111261,57,23762,NULL,10071,7,'2026-02-02 16:52:39','2026-02-02 16:52:39','00d56611-5d3d-4e2d-93c1-bf68973e24be'),
(111262,57,23762,NULL,10070,8,'2026-02-02 16:52:39','2026-02-02 16:52:39','85347af9-ebd6-43d9-849d-9a1b2ee9be47'),
(111263,57,23762,NULL,10077,9,'2026-02-02 16:52:39','2026-02-02 16:52:39','43f8d135-9b63-4714-89d7-5386dc068216'),
(111264,57,23762,NULL,10078,10,'2026-02-02 16:52:39','2026-02-02 16:52:39','60aa619f-d1bf-44c3-a927-4bf79c0d6378'),
(111265,13,23762,NULL,23761,1,'2026-02-02 16:52:39','2026-02-02 16:52:39','3a185b72-d9f9-45e2-ba3d-e22298541aac'),
(111297,13,1467,NULL,23764,1,'2026-02-02 16:52:59','2026-02-02 16:52:59','04ad3577-a56b-4bc5-a77b-3fc2bb166696'),
(111298,32,23765,NULL,2610,1,'2026-02-02 16:52:59','2026-02-02 16:52:59','de604cd1-00ad-430d-9264-0b3de6c7bcef'),
(111299,32,23765,NULL,2598,2,'2026-02-02 16:52:59','2026-02-02 16:52:59','3b8a776c-92cd-4887-b446-903359c80794'),
(111300,32,23765,NULL,2608,3,'2026-02-02 16:52:59','2026-02-02 16:52:59','5983f73a-bd5d-4f84-aef7-89942d915284'),
(111301,32,23765,NULL,2600,4,'2026-02-02 16:52:59','2026-02-02 16:52:59','c18bcdde-28c6-4486-9dda-1b02682dd1e5'),
(111302,32,23765,NULL,2596,5,'2026-02-02 16:52:59','2026-02-02 16:52:59','306d5ead-262b-4657-be0a-8f0e7c44e86f'),
(111303,32,23765,NULL,2602,6,'2026-02-02 16:52:59','2026-02-02 16:52:59','cb86926a-77a1-49cc-8d70-4b694f1aee90'),
(111304,32,23765,NULL,2606,7,'2026-02-02 16:52:59','2026-02-02 16:52:59','5b68f867-80c5-44c4-a70d-3483005d7f7d'),
(111305,32,23765,NULL,2612,8,'2026-02-02 16:52:59','2026-02-02 16:52:59','774be1a6-5289-4a6a-9432-20ca30db582b'),
(111306,32,23765,NULL,2604,9,'2026-02-02 16:52:59','2026-02-02 16:52:59','68258b7e-bb19-4ee1-92bb-c177c56a7b26'),
(111307,16,23765,NULL,10248,1,'2026-02-02 16:52:59','2026-02-02 16:52:59','bbc46cf8-b927-4025-aca1-1e56d1b98d83'),
(111308,7,23765,NULL,6547,1,'2026-02-02 16:52:59','2026-02-02 16:52:59','b9c397ed-6022-47b4-a382-f9b8459fc9ea'),
(111309,7,23765,NULL,601,2,'2026-02-02 16:52:59','2026-02-02 16:52:59','497cc5d0-44eb-46e4-94fb-0586808cf506'),
(111310,7,23765,NULL,617,3,'2026-02-02 16:52:59','2026-02-02 16:52:59','47c33761-78b7-4d14-a8af-f78da256fff1'),
(111311,7,23765,NULL,2974,4,'2026-02-02 16:52:59','2026-02-02 16:52:59','3aa07f0d-deca-4731-bca0-06739c5288b6'),
(111312,7,23765,NULL,605,5,'2026-02-02 16:52:59','2026-02-02 16:52:59','ca63435a-3135-4dde-b5bb-3a3e19c7202e'),
(111313,7,23765,NULL,9552,6,'2026-02-02 16:52:59','2026-02-02 16:52:59','05fd55fa-1744-48cc-b9ca-09ef279991d6'),
(111314,82,23765,NULL,491,1,'2026-02-02 16:52:59','2026-02-02 16:52:59','64cb4aaf-6c78-496a-9b34-1050b0084416'),
(111315,46,23765,NULL,7369,1,'2026-02-02 16:52:59','2026-02-02 16:52:59','ae40e30a-c9a5-4fc0-ae05-2aeb1bce9c5a'),
(111316,47,23765,NULL,15316,1,'2026-02-02 16:52:59','2026-02-02 16:52:59','04e7fe34-6212-46e5-93eb-1993c6c1b66d'),
(111317,57,23765,NULL,10250,1,'2026-02-02 16:52:59','2026-02-02 16:52:59','bc90944f-9c73-4d8b-b2d8-1fe7b1531436'),
(111318,57,23765,NULL,10249,2,'2026-02-02 16:52:59','2026-02-02 16:52:59','39c6025c-72cc-4daa-beee-0d596244b4bd'),
(111319,57,23765,NULL,9331,3,'2026-02-02 16:52:59','2026-02-02 16:52:59','8cd4e1b3-2a0a-4d39-9160-55178aa0d434'),
(111320,57,23765,NULL,9336,4,'2026-02-02 16:52:59','2026-02-02 16:52:59','92f699d5-f01c-4200-9762-aaf4c0bcd836'),
(111321,57,23765,NULL,9332,5,'2026-02-02 16:52:59','2026-02-02 16:52:59','fd5b1821-eed6-4ae4-bda5-a50d8923e8a0'),
(111322,57,23765,NULL,10251,6,'2026-02-02 16:52:59','2026-02-02 16:52:59','8264f429-9ec3-4195-901f-fea1a6173714'),
(111323,57,23765,NULL,9333,7,'2026-02-02 16:52:59','2026-02-02 16:52:59','242220b5-2347-4f99-90e3-a8a5ed4ee313'),
(111324,57,23765,NULL,9334,8,'2026-02-02 16:52:59','2026-02-02 16:52:59','00c8af0c-6239-440c-ba6e-9f1bab89e55f'),
(111325,57,23765,NULL,9335,9,'2026-02-02 16:52:59','2026-02-02 16:52:59','588531c1-15bc-4a7c-9aef-7ff98d8ccd99'),
(111326,57,23765,NULL,10252,10,'2026-02-02 16:52:59','2026-02-02 16:52:59','05317ef4-6a34-4b29-9d40-c9c63d1680e9'),
(111327,13,23765,NULL,23764,1,'2026-02-02 16:52:59','2026-02-02 16:52:59','d110d4ff-1bf0-43a5-90be-bef55b815443'),
(111355,13,1473,NULL,23767,1,'2026-02-02 16:53:35','2026-02-02 16:53:35','f2b818af-9e76-4e96-bc9e-8ea0215c8aee'),
(111356,32,23768,NULL,2598,1,'2026-02-02 16:53:35','2026-02-02 16:53:35','9dfccbad-2b2d-4dd8-b8d0-3b70d4e1d20b'),
(111357,32,23768,NULL,2608,2,'2026-02-02 16:53:35','2026-02-02 16:53:35','7584b8ef-b1fb-4410-becf-1ff77b7bc43d'),
(111358,32,23768,NULL,2600,3,'2026-02-02 16:53:35','2026-02-02 16:53:35','7b95e8f6-5ac7-48ba-a0c2-1a3b88728caf'),
(111359,32,23768,NULL,2596,4,'2026-02-02 16:53:35','2026-02-02 16:53:35','e55a983f-a45f-493c-a4a7-f63688e31134'),
(111360,32,23768,NULL,2602,5,'2026-02-02 16:53:35','2026-02-02 16:53:35','6c327201-2755-4c01-a79d-6d45f85189aa'),
(111361,32,23768,NULL,2606,6,'2026-02-02 16:53:35','2026-02-02 16:53:35','0bbd99c3-8a29-4266-a170-7c3c70e5ec4c'),
(111362,32,23768,NULL,2604,7,'2026-02-02 16:53:35','2026-02-02 16:53:35','cb91d0ce-e9d8-4298-8f66-ca683af3cd6c'),
(111363,32,23768,NULL,2610,8,'2026-02-02 16:53:35','2026-02-02 16:53:35','5b00d167-a20b-4df0-8ab0-ec0269d74100'),
(111364,32,23768,NULL,2612,9,'2026-02-02 16:53:35','2026-02-02 16:53:35','4dbd3d02-6b6e-40bc-9440-a8d8fa6a643a'),
(111365,16,23768,NULL,11978,1,'2026-02-02 16:53:35','2026-02-02 16:53:35','ae339a71-c980-4435-9c05-97b7391af381'),
(111366,7,23768,NULL,617,1,'2026-02-02 16:53:35','2026-02-02 16:53:35','bf29217c-a336-4865-9a29-b71eeedd391b'),
(111367,7,23768,NULL,605,2,'2026-02-02 16:53:35','2026-02-02 16:53:35','9fd34a29-b760-4ef6-ba04-4822f569cd3b'),
(111368,7,23768,NULL,9552,3,'2026-02-02 16:53:35','2026-02-02 16:53:35','2b151097-9270-4aa1-bd38-b212af216652'),
(111369,82,23768,NULL,491,1,'2026-02-02 16:53:35','2026-02-02 16:53:35','c2e12f1d-77f1-46b6-b04a-f5c8b61f23c1'),
(111370,47,23768,NULL,10466,1,'2026-02-02 16:53:35','2026-02-02 16:53:35','e6971771-446a-4519-88b4-d177f370e5bd'),
(111371,57,23768,NULL,9469,1,'2026-02-02 16:53:35','2026-02-02 16:53:35','f0bee83e-ecbd-4244-88e7-a03f69d8f9f0'),
(111372,57,23768,NULL,9470,2,'2026-02-02 16:53:35','2026-02-02 16:53:35','2aa89b2f-e658-4723-9974-8a252c858503'),
(111373,57,23768,NULL,9471,3,'2026-02-02 16:53:35','2026-02-02 16:53:35','1cfb269b-d86e-48f1-884f-96a885b38ee2'),
(111374,57,23768,NULL,10097,4,'2026-02-02 16:53:35','2026-02-02 16:53:35','1dbdcc20-d92b-4705-9241-f475dcfc0bc4'),
(111375,57,23768,NULL,10098,5,'2026-02-02 16:53:35','2026-02-02 16:53:35','5b732382-705d-4ff3-8f98-5227ed039a63'),
(111376,57,23768,NULL,10099,6,'2026-02-02 16:53:35','2026-02-02 16:53:35','49d3b84d-b981-4cc3-aee2-e372cb98720d'),
(111377,57,23768,NULL,10100,7,'2026-02-02 16:53:35','2026-02-02 16:53:35','1bfda8eb-3fa1-4779-b898-fd2f5d82fb13'),
(111378,57,23768,NULL,10101,8,'2026-02-02 16:53:35','2026-02-02 16:53:35','0fb2f459-c21d-4880-a2fd-1e59f3b1ac91'),
(111379,57,23768,NULL,10102,9,'2026-02-02 16:53:35','2026-02-02 16:53:35','36bc8fd9-5898-4769-ab4c-1b63015939d3'),
(111380,13,23768,NULL,23767,1,'2026-02-02 16:53:35','2026-02-02 16:53:35','8abda184-c55b-485f-8e4e-7fc06cbc984c'),
(111381,12,23768,NULL,15384,1,'2026-02-02 16:53:35','2026-02-02 16:53:35','2834703d-0e11-423a-bbde-89f41d902ae7'),
(111405,13,1477,NULL,23770,1,'2026-02-02 16:54:03','2026-02-02 16:54:03','1a474d1a-86bc-4c12-9e24-4db4af48e299'),
(111406,32,23771,NULL,2610,1,'2026-02-02 16:54:03','2026-02-02 16:54:03','77708772-5e5a-49b2-b5a7-25ace04e9a0b'),
(111407,32,23771,NULL,2598,2,'2026-02-02 16:54:03','2026-02-02 16:54:03','bdf04dfa-c0c5-4ab1-bebe-ecde865c381b'),
(111408,32,23771,NULL,2608,3,'2026-02-02 16:54:03','2026-02-02 16:54:03','5259553b-29ab-4adc-b3ce-4b429244dade'),
(111409,32,23771,NULL,2624,4,'2026-02-02 16:54:03','2026-02-02 16:54:03','0b896734-93c3-410c-b657-adc0204dd145'),
(111410,32,23771,NULL,2600,5,'2026-02-02 16:54:03','2026-02-02 16:54:03','86cac607-c389-4aff-b904-8aa8b441c4ba'),
(111411,32,23771,NULL,2596,6,'2026-02-02 16:54:03','2026-02-02 16:54:03','0993a589-f290-4c70-aec0-bad710576f70'),
(111412,32,23771,NULL,2606,7,'2026-02-02 16:54:03','2026-02-02 16:54:03','60bea151-1930-4c34-9182-a62ce6d26299'),
(111413,32,23771,NULL,2604,8,'2026-02-02 16:54:03','2026-02-02 16:54:03','9763bf85-ee97-4905-945b-0c40f8e54fd0'),
(111414,32,23771,NULL,2602,9,'2026-02-02 16:54:03','2026-02-02 16:54:03','a3ec336c-2ad0-4ab1-9848-39807e737ed0'),
(111415,32,23771,NULL,2612,10,'2026-02-02 16:54:03','2026-02-02 16:54:03','53733482-7222-4ca0-af08-c1716d9319e8'),
(111416,16,23771,NULL,9524,1,'2026-02-02 16:54:03','2026-02-02 16:54:03','0a90d614-0d9e-4e89-a403-16d39559be3c'),
(111417,7,23771,NULL,617,1,'2026-02-02 16:54:03','2026-02-02 16:54:03','3e597605-b9de-47b4-9f13-298bc9f613c7'),
(111418,7,23771,NULL,605,2,'2026-02-02 16:54:03','2026-02-02 16:54:03','f9076b9e-fbf7-4cd8-ba14-1b49f524d2b0'),
(111419,7,23771,NULL,9552,3,'2026-02-02 16:54:03','2026-02-02 16:54:03','b02b0a11-4a0c-48df-99a4-b85bfa545867'),
(111420,82,23771,NULL,491,1,'2026-02-02 16:54:03','2026-02-02 16:54:03','30652a97-12b5-458c-9fa1-ce746b29e9dc'),
(111421,46,23771,NULL,2891,1,'2026-02-02 16:54:03','2026-02-02 16:54:03','2581715a-a264-49dd-923f-4e57cc536a4a'),
(111422,47,23771,NULL,10460,1,'2026-02-02 16:54:03','2026-02-02 16:54:03','a9f5c759-0083-4009-987b-5c18b355f6ea'),
(111423,57,23771,NULL,9529,1,'2026-02-02 16:54:03','2026-02-02 16:54:03','f7c70920-951c-47b0-b203-bb33b3b84077'),
(111424,57,23771,NULL,9530,2,'2026-02-02 16:54:03','2026-02-02 16:54:03','f90404b2-fe41-43d3-bdfd-a5f08f4b7d2e'),
(111425,57,23771,NULL,9531,3,'2026-02-02 16:54:03','2026-02-02 16:54:03','0bba36eb-e06e-4d69-93af-6b94a72ae2b6'),
(111426,13,23771,NULL,23770,1,'2026-02-02 16:54:03','2026-02-02 16:54:03','4574132d-1a57-4708-9eaa-d94965a89698'),
(111427,12,23771,NULL,15380,1,'2026-02-02 16:54:03','2026-02-02 16:54:03','acfb923e-ef44-49b3-82dd-eb4a0e58542b'),
(111446,13,1481,NULL,23773,1,'2026-02-02 16:54:16','2026-02-02 16:54:16','1781bb7f-32c7-4379-bbe1-283ec9938662'),
(111447,32,23774,NULL,2598,1,'2026-02-02 16:54:16','2026-02-02 16:54:16','14c58292-bc2d-4f6a-85bd-c05bf7e822e3'),
(111448,32,23774,NULL,2608,2,'2026-02-02 16:54:16','2026-02-02 16:54:16','cc6a90dc-0824-4e82-8615-fdf908f19aa9'),
(111449,32,23774,NULL,2600,3,'2026-02-02 16:54:16','2026-02-02 16:54:16','8c25ea2c-50b7-4843-982a-3443c1dbda2b'),
(111450,32,23774,NULL,2596,4,'2026-02-02 16:54:16','2026-02-02 16:54:16','7a65e2bb-f41e-461a-af30-cd1cf31a3e27'),
(111451,32,23774,NULL,2602,5,'2026-02-02 16:54:16','2026-02-02 16:54:16','fa694a65-fb03-405a-a8d7-da97e6988a17'),
(111452,32,23774,NULL,2606,6,'2026-02-02 16:54:16','2026-02-02 16:54:16','0e5799ba-a520-44df-9880-bd48dc9784f1'),
(111453,32,23774,NULL,2604,7,'2026-02-02 16:54:16','2026-02-02 16:54:16','19213621-ad05-493f-afba-8effc06c6594'),
(111454,32,23774,NULL,2610,8,'2026-02-02 16:54:16','2026-02-02 16:54:16','8151c41d-ecb2-4744-8f8c-fb40d4eaa79a'),
(111455,32,23774,NULL,2612,9,'2026-02-02 16:54:16','2026-02-02 16:54:16','9ca275b3-e918-49b2-81d5-6e82fa9ea33a'),
(111456,16,23774,NULL,15333,1,'2026-02-02 16:54:16','2026-02-02 16:54:16','8df492ad-ceb4-42b7-874a-97cfdb56b4ba'),
(111457,7,23774,NULL,2969,1,'2026-02-02 16:54:16','2026-02-02 16:54:16','b86fce5f-a7d2-497b-b294-287ee844fe01'),
(111458,7,23774,NULL,617,2,'2026-02-02 16:54:16','2026-02-02 16:54:16','26cd9ad1-660c-47e9-8b98-79df8dd5bc0d'),
(111459,7,23774,NULL,605,3,'2026-02-02 16:54:16','2026-02-02 16:54:16','214cb38c-b515-4b60-8998-1019eb7eaecf'),
(111460,7,23774,NULL,9552,4,'2026-02-02 16:54:16','2026-02-02 16:54:16','23570870-78a2-41f0-bf9b-afffc898c25f'),
(111461,82,23774,NULL,491,1,'2026-02-02 16:54:16','2026-02-02 16:54:16','a745022b-08ab-4552-a744-a64654304f2e'),
(111462,47,23774,NULL,10463,1,'2026-02-02 16:54:16','2026-02-02 16:54:16','f705eaea-21b4-4437-b6ff-1f86b1c1538a'),
(111463,13,23774,NULL,23773,1,'2026-02-02 16:54:16','2026-02-02 16:54:16','be13e08b-eaae-41ea-acea-effc82029bfb'),
(111464,12,23774,NULL,15374,1,'2026-02-02 16:54:16','2026-02-02 16:54:16','df1c2798-b805-4aa1-b006-d1959d3fab81'),
(111498,13,1261,NULL,23776,1,'2026-02-02 16:55:09','2026-02-02 16:55:09','c808b839-d975-4787-a061-5b29da96987c'),
(111499,32,23777,NULL,2598,1,'2026-02-02 16:55:09','2026-02-02 16:55:09','f70e624c-f31c-472e-853b-15c3eb31a771'),
(111500,32,23777,NULL,2608,2,'2026-02-02 16:55:09','2026-02-02 16:55:09','6d433f15-99e5-450f-a8f6-e4350614e192'),
(111501,32,23777,NULL,2600,3,'2026-02-02 16:55:09','2026-02-02 16:55:09','9925f891-7fda-48cf-99a5-605eb0a4b955'),
(111502,32,23777,NULL,2602,4,'2026-02-02 16:55:09','2026-02-02 16:55:09','583bd090-cb8a-4952-8611-540aca658dc0'),
(111503,32,23777,NULL,2612,5,'2026-02-02 16:55:09','2026-02-02 16:55:09','c61eb117-aa14-43e7-a86f-580a209c90f5'),
(111504,32,23777,NULL,2604,6,'2026-02-02 16:55:09','2026-02-02 16:55:09','0b13cd50-7ca5-46bd-9164-e7fceff1abf4'),
(111505,32,23777,NULL,2610,7,'2026-02-02 16:55:09','2026-02-02 16:55:09','af990cb8-d569-4e11-aad6-5be0904d7d90'),
(111506,32,23777,NULL,2596,8,'2026-02-02 16:55:09','2026-02-02 16:55:09','226a1b11-7b1e-4c0c-8c59-d43d74f11dd9'),
(111507,32,23777,NULL,2606,9,'2026-02-02 16:55:09','2026-02-02 16:55:09','ce36fae2-ae50-452a-a152-f7f2342dc4a6'),
(111508,16,23777,NULL,4884,1,'2026-02-02 16:55:09','2026-02-02 16:55:09','4d51ccc8-3d55-40d6-bdb8-a87f75acd0ed'),
(111509,7,23777,NULL,6547,1,'2026-02-02 16:55:09','2026-02-02 16:55:09','ea6d7ba7-a96d-4c65-9f29-98381866b0ab'),
(111510,7,23777,NULL,601,2,'2026-02-02 16:55:09','2026-02-02 16:55:09','3d4e271c-aa3f-4ead-b830-08104fbcef07'),
(111511,7,23777,NULL,9732,3,'2026-02-02 16:55:09','2026-02-02 16:55:09','290a1d3a-151d-4684-aac0-de9371855d93'),
(111512,7,23777,NULL,9735,4,'2026-02-02 16:55:09','2026-02-02 16:55:09','9efd1c45-843e-4bf4-8c3c-85c7dc1fd783'),
(111513,7,23777,NULL,617,5,'2026-02-02 16:55:09','2026-02-02 16:55:09','8cd0deec-2f6a-457c-abbc-54c9e4d33a54'),
(111514,7,23777,NULL,605,6,'2026-02-02 16:55:09','2026-02-02 16:55:09','55f80329-78c5-4fbd-b1d7-01bea3962dc3'),
(111515,7,23777,NULL,9552,7,'2026-02-02 16:55:09','2026-02-02 16:55:09','c49638cf-fcc4-4946-b40c-6cf7a9e37f47'),
(111516,82,23777,NULL,479,1,'2026-02-02 16:55:09','2026-02-02 16:55:09','7b24f2e6-e858-4ecd-9e03-4565e0c0f47b'),
(111517,82,23777,NULL,491,2,'2026-02-02 16:55:09','2026-02-02 16:55:09','e84a824c-07f5-4ae8-a2ce-050c7fea332d'),
(111518,82,23777,NULL,469,3,'2026-02-02 16:55:09','2026-02-02 16:55:09','2982d386-dd39-4540-b691-8b87faf4cabf'),
(111519,47,23777,NULL,12256,1,'2026-02-02 16:55:09','2026-02-02 16:55:09','e5f618c2-dcb5-4d7e-ae66-9f62aeda9c40'),
(111520,57,23777,NULL,4886,1,'2026-02-02 16:55:09','2026-02-02 16:55:09','909cc1ac-c205-4953-9eec-0911a4ed9ed3'),
(111521,57,23777,NULL,4880,2,'2026-02-02 16:55:09','2026-02-02 16:55:09','90d9c153-5478-4f66-bad1-0b8255971846'),
(111522,57,23777,NULL,4888,3,'2026-02-02 16:55:09','2026-02-02 16:55:09','a6c2a8e2-e3e1-4e24-8beb-913ea5e5fd91'),
(111523,57,23777,NULL,4882,4,'2026-02-02 16:55:09','2026-02-02 16:55:09','df67b52e-ddb9-4056-bff9-f50714011cd7'),
(111524,57,23777,NULL,4879,5,'2026-02-02 16:55:09','2026-02-02 16:55:09','c9760c1d-7a67-4baa-986a-1b31e230c563'),
(111525,57,23777,NULL,4881,6,'2026-02-02 16:55:09','2026-02-02 16:55:09','59a4a5f9-d9dc-472a-87fc-c99c2b8493b4'),
(111526,57,23777,NULL,4887,7,'2026-02-02 16:55:09','2026-02-02 16:55:09','aaf608ef-a41b-4a8a-81aa-e8dc717093f1'),
(111527,57,23777,NULL,4883,8,'2026-02-02 16:55:09','2026-02-02 16:55:09','c4617b15-5b57-4bbf-b575-8833679fe4b6'),
(111528,57,23777,NULL,4884,9,'2026-02-02 16:55:09','2026-02-02 16:55:09','cc97df39-4f34-4cee-8605-bef91da61054'),
(111529,57,23777,NULL,4885,10,'2026-02-02 16:55:09','2026-02-02 16:55:09','a35553d0-d67f-4349-b6a0-f34f450f4491'),
(111530,13,23777,NULL,23776,1,'2026-02-02 16:55:09','2026-02-02 16:55:09','ff78a660-e0a5-4d45-9518-1df16d72e977'),
(111561,13,1303,NULL,23779,1,'2026-02-02 16:57:54','2026-02-02 16:57:54','a9bda0a9-59d8-49d3-a455-2d10be26f110'),
(111562,32,23780,NULL,2614,1,'2026-02-02 16:57:54','2026-02-02 16:57:54','1c047626-5213-4eb4-8a42-dc82e69fe533'),
(111563,32,23780,NULL,2610,2,'2026-02-02 16:57:54','2026-02-02 16:57:54','9108b497-7b36-49a7-8f00-a5295f50195c'),
(111564,32,23780,NULL,2622,3,'2026-02-02 16:57:54','2026-02-02 16:57:54','1c44b852-f018-41b6-8a49-07900a535098'),
(111565,32,23780,NULL,2598,4,'2026-02-02 16:57:54','2026-02-02 16:57:54','3c3c82e8-9580-4cee-b06c-3f18a5fe934d'),
(111566,32,23780,NULL,2608,5,'2026-02-02 16:57:54','2026-02-02 16:57:54','0e47eb14-df3c-4621-b7fa-1f1ec47ea437'),
(111567,32,23780,NULL,2624,6,'2026-02-02 16:57:54','2026-02-02 16:57:54','9a3f63ff-9b8d-46c9-902a-dcc90c0ec858'),
(111568,32,23780,NULL,2600,7,'2026-02-02 16:57:54','2026-02-02 16:57:54','d80bb99e-09ee-454b-9310-bb984767763b'),
(111569,32,23780,NULL,2596,8,'2026-02-02 16:57:54','2026-02-02 16:57:54','e046482e-ef1c-4b24-af1b-21e6eaa877de'),
(111570,32,23780,NULL,2602,9,'2026-02-02 16:57:54','2026-02-02 16:57:54','db0d525e-8add-4fd5-8f57-482d7c9b8f5f'),
(111571,32,23780,NULL,2606,10,'2026-02-02 16:57:54','2026-02-02 16:57:54','82b949b7-d297-4587-b1eb-cc287879ae6e'),
(111572,32,23780,NULL,2612,11,'2026-02-02 16:57:54','2026-02-02 16:57:54','4b9fd456-4de9-48d4-8f8f-9b0e57e55597'),
(111573,32,23780,NULL,2618,12,'2026-02-02 16:57:54','2026-02-02 16:57:54','02ad059b-cdcf-487c-a7af-16b941da122c'),
(111574,32,23780,NULL,2604,13,'2026-02-02 16:57:54','2026-02-02 16:57:54','a188962b-c68e-4141-b801-0083c6c0a16a'),
(111575,16,23780,NULL,9051,1,'2026-02-02 16:57:54','2026-02-02 16:57:54','82d5e677-b0df-403c-be87-0742c609b520'),
(111576,7,23780,NULL,601,1,'2026-02-02 16:57:54','2026-02-02 16:57:54','abce90c1-4570-489f-b2f6-16f57d5209d2'),
(111577,7,23780,NULL,605,2,'2026-02-02 16:57:54','2026-02-02 16:57:54','f0fbd851-55d9-479b-981f-2bd428d5fadf'),
(111578,7,23780,NULL,617,3,'2026-02-02 16:57:54','2026-02-02 16:57:54','a356c8f2-d12a-44f6-b68f-4fcda930c2d2'),
(111579,7,23780,NULL,9552,4,'2026-02-02 16:57:54','2026-02-02 16:57:54','cd87620b-dea2-4a53-85c0-f51c93059a1c'),
(111580,46,23780,NULL,2891,1,'2026-02-02 16:57:54','2026-02-02 16:57:54','7daba81f-ea94-4081-bc2d-d4fd500a4136'),
(111581,46,23780,NULL,3697,2,'2026-02-02 16:57:54','2026-02-02 16:57:54','6ff6ec79-f9dc-4e9e-9b96-7bec08540add'),
(111582,46,23780,NULL,4403,3,'2026-02-02 16:57:54','2026-02-02 16:57:54','eea7a30c-c3df-40e1-b0bd-37df4508009e'),
(111583,47,23780,NULL,12289,1,'2026-02-02 16:57:54','2026-02-02 16:57:54','1a5cf005-daaa-41ec-ad06-56ed41faeb4a'),
(111584,57,23780,NULL,8601,1,'2026-02-02 16:57:54','2026-02-02 16:57:54','7df56557-8ea8-444a-93ff-b21c0043906d'),
(111585,57,23780,NULL,8600,2,'2026-02-02 16:57:54','2026-02-02 16:57:54','7e6c0771-066f-4e01-9852-308a459b9f78'),
(111586,57,23780,NULL,8602,3,'2026-02-02 16:57:54','2026-02-02 16:57:54','d29db355-9c0a-4dc1-baed-931dc5b1c475'),
(111587,57,23780,NULL,8603,4,'2026-02-02 16:57:54','2026-02-02 16:57:54','4e38c69a-537c-4590-9598-ea3bdfa7be87'),
(111588,57,23780,NULL,8604,5,'2026-02-02 16:57:54','2026-02-02 16:57:54','8d4c4605-45cf-4e63-bfe5-c7b73d07627a'),
(111589,57,23780,NULL,8605,6,'2026-02-02 16:57:54','2026-02-02 16:57:54','9dc9ac68-500e-48b9-8359-be99b05c0cff'),
(111590,13,23780,NULL,23779,1,'2026-02-02 16:57:54','2026-02-02 16:57:54','2d9f3768-4e44-4bf9-a6ee-568c6ecbabad'),
(111615,74,1323,NULL,23783,1,'2026-02-02 17:04:12','2026-02-02 17:04:12','0f77818f-cb39-424e-b864-9d46509c6d24'),
(111616,32,23784,NULL,2610,1,'2026-02-02 17:04:12','2026-02-02 17:04:12','4d6d7dde-536a-47ed-b1ef-60c2917335c2'),
(111617,32,23784,NULL,2598,2,'2026-02-02 17:04:12','2026-02-02 17:04:12','30555408-5b27-40cc-a6c1-0cba4a478c2e'),
(111618,32,23784,NULL,2608,3,'2026-02-02 17:04:12','2026-02-02 17:04:12','3c1bed74-a8a0-4377-b808-781e9beb2606'),
(111619,32,23784,NULL,2600,4,'2026-02-02 17:04:12','2026-02-02 17:04:12','5279ef75-c24d-4a22-bad8-ed934aba852c'),
(111620,32,23784,NULL,2596,5,'2026-02-02 17:04:12','2026-02-02 17:04:12','c8d2c723-11fe-4cc4-83e7-05859a2bd755'),
(111621,32,23784,NULL,2602,6,'2026-02-02 17:04:12','2026-02-02 17:04:12','60c6833f-88e8-4b91-b67e-66432cc2261e'),
(111622,32,23784,NULL,2612,7,'2026-02-02 17:04:12','2026-02-02 17:04:12','5b58c4c3-d250-4445-88bb-fdfe86121607'),
(111623,32,23784,NULL,2604,8,'2026-02-02 17:04:12','2026-02-02 17:04:12','ad3eb733-c84f-4463-a6ef-f59c85121de1'),
(111624,32,23784,NULL,2606,9,'2026-02-02 17:04:12','2026-02-02 17:04:12','8c0f62ca-7735-419b-a377-a3b367518ee5'),
(111625,16,23784,NULL,9080,1,'2026-02-02 17:04:12','2026-02-02 17:04:12','a9e6f8eb-69f5-4042-a127-e462a4bc9f14'),
(111626,7,23784,NULL,605,1,'2026-02-02 17:04:12','2026-02-02 17:04:12','b44ebde0-8032-44d2-967a-443b21cd8646'),
(111627,7,23784,NULL,617,2,'2026-02-02 17:04:12','2026-02-02 17:04:12','eefa8621-55d5-45e8-8b78-fc24db6ea9b7'),
(111628,7,23784,NULL,9552,3,'2026-02-02 17:04:12','2026-02-02 17:04:12','621300f3-2fd3-447b-93ee-8bb2f38fae00'),
(111629,82,23784,NULL,479,1,'2026-02-02 17:04:12','2026-02-02 17:04:12','93c05fa3-5ae3-438a-aa20-44c7ce56cda8'),
(111630,82,23784,NULL,491,2,'2026-02-02 17:04:12','2026-02-02 17:04:12','71b910fd-6b91-4910-85d3-dc86d5df1249'),
(111631,47,23784,NULL,12303,1,'2026-02-02 17:04:12','2026-02-02 17:04:12','c5dbf434-c88e-476d-86c0-7af8eb0d9d47'),
(111632,57,23784,NULL,9087,1,'2026-02-02 17:04:12','2026-02-02 17:04:12','5c8fd144-2a0a-4d88-a3cc-6546f9f82e64'),
(111633,57,23784,NULL,9088,2,'2026-02-02 17:04:12','2026-02-02 17:04:12','186d554e-7219-490f-a460-d979c9dbf659'),
(111634,57,23784,NULL,9086,3,'2026-02-02 17:04:12','2026-02-02 17:04:12','7bc134cb-96e3-47e9-bdc3-3c11acbb5435'),
(111635,57,23784,NULL,9083,4,'2026-02-02 17:04:12','2026-02-02 17:04:12','071ad666-27cd-4e67-bdb5-4e673ad5221c'),
(111636,57,23784,NULL,9085,5,'2026-02-02 17:04:12','2026-02-02 17:04:12','4b59a09c-8836-4fde-87c9-f31b3fd7bbd8'),
(111637,57,23784,NULL,9084,6,'2026-02-02 17:04:12','2026-02-02 17:04:12','248ca151-8d60-42b0-b80c-f4d4b710ded0'),
(111638,74,23784,NULL,23783,1,'2026-02-02 17:04:12','2026-02-02 17:04:12','412cd916-4225-44fb-a33f-744ac8b60b5d'),
(111664,13,1329,NULL,23788,1,'2026-02-02 17:04:50','2026-02-02 17:04:50','a04df31b-607d-4ebd-8a46-2a5ff1b79bc0'),
(111665,32,23789,NULL,2614,1,'2026-02-02 17:04:50','2026-02-02 17:04:50','f72dc06a-51e8-48d2-9a07-a7247b9a712e'),
(111666,32,23789,NULL,2610,2,'2026-02-02 17:04:50','2026-02-02 17:04:50','78ede234-50c6-4a06-b153-0d8b6b007141'),
(111667,32,23789,NULL,2598,3,'2026-02-02 17:04:50','2026-02-02 17:04:50','dec9f70a-0e11-476b-9963-1ca047e45c17'),
(111668,32,23789,NULL,2608,4,'2026-02-02 17:04:50','2026-02-02 17:04:50','aa43a63d-aedf-469a-a517-f5539b8c6480'),
(111669,32,23789,NULL,2600,5,'2026-02-02 17:04:50','2026-02-02 17:04:50','c4062438-f337-407d-a006-0b310d959e19'),
(111670,32,23789,NULL,2596,6,'2026-02-02 17:04:50','2026-02-02 17:04:50','87b40b59-d4a9-4ff0-80b0-264a77f2d2b7'),
(111671,32,23789,NULL,2602,7,'2026-02-02 17:04:50','2026-02-02 17:04:50','36f23543-60b2-444f-bc8c-79a0571ff5ee'),
(111672,32,23789,NULL,2612,8,'2026-02-02 17:04:50','2026-02-02 17:04:50','8c6a3227-60b3-459a-8d8b-668dc52396fe'),
(111673,32,23789,NULL,2604,9,'2026-02-02 17:04:50','2026-02-02 17:04:50','479b455b-f307-4146-a137-848d00284098'),
(111674,32,23789,NULL,2606,10,'2026-02-02 17:04:50','2026-02-02 17:04:50','b4df31ac-059c-4de8-a75a-e8ff9f792708'),
(111675,16,23789,NULL,9095,1,'2026-02-02 17:04:50','2026-02-02 17:04:50','b8f9abf8-80e2-4cc4-aee5-7591aa050ea4'),
(111676,7,23789,NULL,3468,1,'2026-02-02 17:04:50','2026-02-02 17:04:50','4fbb2cea-6841-4125-a2d0-d72a4d78bc65'),
(111677,7,23789,NULL,617,2,'2026-02-02 17:04:50','2026-02-02 17:04:50','8846c108-9703-4ca2-82b4-82ff6ba5276d'),
(111678,7,23789,NULL,605,3,'2026-02-02 17:04:50','2026-02-02 17:04:50','457b6f2e-d59d-4836-9689-66c9624d10d9'),
(111679,7,23789,NULL,9552,4,'2026-02-02 17:04:50','2026-02-02 17:04:50','74c061ab-8692-45c0-a199-fc4166516886'),
(111680,82,23789,NULL,479,1,'2026-02-02 17:04:50','2026-02-02 17:04:50','6f0b5ba1-132f-4e5e-88dd-f41a9b51e292'),
(111681,47,23789,NULL,12306,1,'2026-02-02 17:04:50','2026-02-02 17:04:50','cf62da1c-c70c-40d8-b84f-fbd1fc9a4518'),
(111682,57,23789,NULL,9100,1,'2026-02-02 17:04:50','2026-02-02 17:04:50','1f90ae5b-4699-45a0-a1a7-360ce734f403'),
(111683,57,23789,NULL,9102,2,'2026-02-02 17:04:50','2026-02-02 17:04:50','f9fd5693-96a0-4ce9-b748-f60d284b4afb'),
(111684,57,23789,NULL,9103,3,'2026-02-02 17:04:50','2026-02-02 17:04:50','d9426ca3-3ee7-42b3-87c9-f5a753c3b27d'),
(111685,57,23789,NULL,9104,4,'2026-02-02 17:04:50','2026-02-02 17:04:50','eb74cce2-c3d1-40f2-adcf-d100fd185a1a'),
(111686,57,23789,NULL,9101,5,'2026-02-02 17:04:50','2026-02-02 17:04:50','0e2899fa-8eeb-454e-941c-2c6613edca8f'),
(111687,57,23789,NULL,9105,6,'2026-02-02 17:04:50','2026-02-02 17:04:50','645e3090-22e1-461b-9c6d-37b76c6e00a4'),
(111688,13,23789,NULL,23788,1,'2026-02-02 17:04:50','2026-02-02 17:04:50','3b1375b1-5308-461c-a005-870c85c1365f'),
(111716,13,1337,NULL,23792,1,'2026-02-02 17:05:29','2026-02-02 17:05:29','3b6fac1d-faa9-40ad-a0ef-5dac78d9a7bb'),
(111717,32,23793,NULL,2610,1,'2026-02-02 17:05:29','2026-02-02 17:05:29','a015e83e-7a59-4e46-adf2-769d87317975'),
(111718,32,23793,NULL,2598,2,'2026-02-02 17:05:29','2026-02-02 17:05:29','dded7b4d-27ff-40b0-ad00-af1e40666846'),
(111719,32,23793,NULL,2608,3,'2026-02-02 17:05:29','2026-02-02 17:05:29','f670ab47-8058-4aa5-8494-e5bd6615fb73'),
(111720,32,23793,NULL,2600,4,'2026-02-02 17:05:29','2026-02-02 17:05:29','4826e8e2-862c-442b-a822-be908a770b27'),
(111721,32,23793,NULL,2602,5,'2026-02-02 17:05:29','2026-02-02 17:05:29','d14d8eb7-228c-4e12-91b1-94a814839d3e'),
(111722,32,23793,NULL,2612,6,'2026-02-02 17:05:29','2026-02-02 17:05:29','9a599c5f-403d-48de-88ef-3644213f427b'),
(111723,32,23793,NULL,2604,7,'2026-02-02 17:05:29','2026-02-02 17:05:29','57e879f2-0861-47d8-b872-32828d20434c'),
(111724,32,23793,NULL,2596,8,'2026-02-02 17:05:29','2026-02-02 17:05:29','d37a9b1f-4137-434b-8ab3-370641b6e2e4'),
(111725,32,23793,NULL,2606,9,'2026-02-02 17:05:29','2026-02-02 17:05:29','071a38eb-ac7f-49a5-be30-4546471f5313'),
(111726,16,23793,NULL,5213,1,'2026-02-02 17:05:29','2026-02-02 17:05:29','70393133-cc6d-4abd-8ea4-ee9ec8a8bc35'),
(111727,7,23793,NULL,3468,1,'2026-02-02 17:05:29','2026-02-02 17:05:29','0b216dc4-fb5b-4535-bad8-3aee8e3b2c1d'),
(111728,7,23793,NULL,601,2,'2026-02-02 17:05:29','2026-02-02 17:05:29','f4e0fcfa-ff96-439e-a4d0-71021e36b8b0'),
(111729,7,23793,NULL,617,3,'2026-02-02 17:05:29','2026-02-02 17:05:29','e1af7168-5fa9-46ca-87a9-15ef4900d599'),
(111730,7,23793,NULL,605,4,'2026-02-02 17:05:29','2026-02-02 17:05:29','d55c9d9a-2b7e-43b1-9c7b-ea655adb4116'),
(111731,7,23793,NULL,9552,5,'2026-02-02 17:05:29','2026-02-02 17:05:29','9ad5e6d8-abc9-4d22-bf30-bb5ee24b0e12'),
(111732,82,23793,NULL,479,1,'2026-02-02 17:05:29','2026-02-02 17:05:29','c266b200-f89d-4712-94ab-2bb21719f894'),
(111733,82,23793,NULL,491,2,'2026-02-02 17:05:29','2026-02-02 17:05:29','c74d1427-1559-493e-8932-b8ed8f5e47d4'),
(111734,47,23793,NULL,12308,1,'2026-02-02 17:05:29','2026-02-02 17:05:29','d19cbae3-3e5c-4c8e-a882-e9be3ede0fea'),
(111735,57,23793,NULL,5233,1,'2026-02-02 17:05:29','2026-02-02 17:05:29','a26c2608-90cf-4b23-9f2a-edf2f103e6bf'),
(111736,57,23793,NULL,5234,2,'2026-02-02 17:05:29','2026-02-02 17:05:29','037ad1f4-1204-4b23-8d52-1e10a2a63bf3'),
(111737,57,23793,NULL,5235,3,'2026-02-02 17:05:29','2026-02-02 17:05:29','3b56e46b-d400-457c-a78e-fac0decfc097'),
(111738,57,23793,NULL,5236,4,'2026-02-02 17:05:29','2026-02-02 17:05:29','4ba7a494-104f-4af9-892b-c79fbca04e52'),
(111739,57,23793,NULL,5237,5,'2026-02-02 17:05:29','2026-02-02 17:05:29','fa9f7bb8-ace5-452b-89a3-784e3a45f36d'),
(111740,57,23793,NULL,5238,6,'2026-02-02 17:05:29','2026-02-02 17:05:29','c990665d-6747-45a2-9bec-bd6dce1ed956'),
(111741,57,23793,NULL,5239,7,'2026-02-02 17:05:29','2026-02-02 17:05:29','86ae42fd-c092-4fde-9cf2-74888c05322c'),
(111742,13,23793,NULL,23792,1,'2026-02-02 17:05:29','2026-02-02 17:05:29','721aa9c5-be88-446b-a1c8-f05ef602940b'),
(111769,13,1349,NULL,23795,1,'2026-02-02 17:06:50','2026-02-02 17:06:50','66ad49c8-0aa6-4a63-86ec-e7c404260cf5'),
(111770,32,23796,NULL,2614,1,'2026-02-02 17:06:50','2026-02-02 17:06:50','a8ceaee5-f8d6-467b-9874-397de200b516'),
(111771,32,23796,NULL,2610,2,'2026-02-02 17:06:50','2026-02-02 17:06:50','babb24d6-ee33-46d0-b1f1-a601cf8bac06'),
(111772,32,23796,NULL,2598,3,'2026-02-02 17:06:50','2026-02-02 17:06:50','6c4d3506-fa83-4e80-be88-8e6057447398'),
(111773,32,23796,NULL,2608,4,'2026-02-02 17:06:50','2026-02-02 17:06:50','9eb88205-261c-4c37-92cc-0cc59d6b1c35'),
(111774,32,23796,NULL,2600,5,'2026-02-02 17:06:50','2026-02-02 17:06:50','967c2b9a-9bff-4eb8-ab17-d47ee080e328'),
(111775,32,23796,NULL,2596,6,'2026-02-02 17:06:50','2026-02-02 17:06:50','3c26a0a3-0782-40ab-a146-db5eeac22476'),
(111776,32,23796,NULL,2602,7,'2026-02-02 17:06:50','2026-02-02 17:06:50','65b39e2f-179f-4199-a997-8c853e09bbd0'),
(111777,32,23796,NULL,2606,8,'2026-02-02 17:06:50','2026-02-02 17:06:50','3f1bf05e-fa06-44c3-b7ae-c5662f8d02bf'),
(111778,32,23796,NULL,2612,9,'2026-02-02 17:06:50','2026-02-02 17:06:50','14e84ee5-ae59-4289-b17d-e0b4fc721c33'),
(111779,32,23796,NULL,2604,10,'2026-02-02 17:06:50','2026-02-02 17:06:50','85cb9fae-e1ff-49ee-9025-5c9d3d73caf4'),
(111780,16,23796,NULL,5013,1,'2026-02-02 17:06:50','2026-02-02 17:06:50','679d3e6a-4709-476b-906c-bbdf2280604d'),
(111781,7,23796,NULL,3468,1,'2026-02-02 17:06:50','2026-02-02 17:06:50','3090d490-4bbe-44ed-92bc-2b8c8dc94423'),
(111782,7,23796,NULL,617,2,'2026-02-02 17:06:50','2026-02-02 17:06:50','36ed62a5-7253-4dc6-85c0-791b46c1f226'),
(111783,7,23796,NULL,605,3,'2026-02-02 17:06:50','2026-02-02 17:06:50','84875b42-be48-4459-9631-bdcfd0246ea7'),
(111784,7,23796,NULL,9552,4,'2026-02-02 17:06:50','2026-02-02 17:06:50','fceea8f1-0b0d-4fc3-ab33-5b4e881fa818'),
(111785,47,23796,NULL,12321,1,'2026-02-02 17:06:50','2026-02-02 17:06:50','527dc3c8-3bcc-4ca4-a3ea-05e0fcb228cc'),
(111786,57,23796,NULL,5033,1,'2026-02-02 17:06:50','2026-02-02 17:06:50','69e32fba-20a8-437f-a43f-12315b5c7a90'),
(111787,57,23796,NULL,5034,2,'2026-02-02 17:06:50','2026-02-02 17:06:50','08295a0e-8803-4110-9b7a-51c131eef506'),
(111788,57,23796,NULL,5035,3,'2026-02-02 17:06:50','2026-02-02 17:06:50','38f5a4e1-ffd2-4cb1-844c-dec71f6bd771'),
(111789,57,23796,NULL,5036,4,'2026-02-02 17:06:50','2026-02-02 17:06:50','b2e70336-77c4-43d1-b019-da29193195b0'),
(111790,57,23796,NULL,5037,5,'2026-02-02 17:06:50','2026-02-02 17:06:50','0b25d88c-a942-457d-ac4c-c9e396ad635e'),
(111791,57,23796,NULL,5038,6,'2026-02-02 17:06:50','2026-02-02 17:06:50','5c4add65-bd58-45a2-855e-53556c91fd30'),
(111792,57,23796,NULL,5039,7,'2026-02-02 17:06:50','2026-02-02 17:06:50','943ea5a7-5c13-43a0-8214-b3aa70275860'),
(111793,57,23796,NULL,5040,8,'2026-02-02 17:06:50','2026-02-02 17:06:50','5c3eb7ec-4bcf-42ef-b866-3e03a633be92'),
(111794,13,23796,NULL,23795,1,'2026-02-02 17:06:50','2026-02-02 17:06:50','64501784-a87c-4f06-a609-cadf1465016b'),
(111820,13,1171,NULL,23802,1,'2026-02-02 17:19:02','2026-02-02 17:19:02','c506343a-b95f-4c72-8fed-90c401944ab4'),
(111821,32,23803,NULL,2610,1,'2026-02-02 17:19:02','2026-02-02 17:19:02','5b619952-28cd-4550-8a31-0e601aa1a2ae'),
(111822,32,23803,NULL,2598,2,'2026-02-02 17:19:02','2026-02-02 17:19:02','fcdd1a04-b331-4010-9ffd-fa570abf5add'),
(111823,32,23803,NULL,2600,3,'2026-02-02 17:19:02','2026-02-02 17:19:02','b5b021f7-bfd6-4124-b61f-759619d94cf2'),
(111824,32,23803,NULL,2604,4,'2026-02-02 17:19:02','2026-02-02 17:19:02','d54f036f-2cf4-4b28-b104-1e7b02498123'),
(111825,32,23803,NULL,2608,5,'2026-02-02 17:19:02','2026-02-02 17:19:02','1842b2c7-8367-4409-aa4e-6283e8c3b689'),
(111826,32,23803,NULL,2602,6,'2026-02-02 17:19:02','2026-02-02 17:19:02','962904c0-482b-4dd6-acb2-39ec095be0c0'),
(111827,32,23803,NULL,2596,7,'2026-02-02 17:19:02','2026-02-02 17:19:02','86efda69-1d42-47a5-a7ab-755ac402576d'),
(111828,32,23803,NULL,2606,8,'2026-02-02 17:19:02','2026-02-02 17:19:02','2539e891-5d5e-4a63-8cdf-a58c3c1614f7'),
(111829,32,23803,NULL,2612,9,'2026-02-02 17:19:02','2026-02-02 17:19:02','7f7c6e36-efa8-4ba9-ab5a-16bcbcb28ad9'),
(111830,16,23803,NULL,4834,1,'2026-02-02 17:19:02','2026-02-02 17:19:02','21c906a1-0742-46b8-b77e-e967a8c83186'),
(111831,7,23803,NULL,6547,1,'2026-02-02 17:19:02','2026-02-02 17:19:02','df65286f-37a5-4289-877e-728e036a3888'),
(111832,7,23803,NULL,601,2,'2026-02-02 17:19:02','2026-02-02 17:19:02','817ca9dd-3835-494b-ad0e-e70d2271a9a8'),
(111833,7,23803,NULL,9640,3,'2026-02-02 17:19:02','2026-02-02 17:19:02','f4e9a3ac-6db7-4a1e-899b-eea714c8349e'),
(111834,7,23803,NULL,617,4,'2026-02-02 17:19:02','2026-02-02 17:19:02','164bad5c-129b-4afa-af13-91c19a80396e'),
(111835,7,23803,NULL,605,5,'2026-02-02 17:19:02','2026-02-02 17:19:02','5411589d-3550-4fbc-9853-e8c2b4443cdd'),
(111836,82,23803,NULL,469,1,'2026-02-02 17:19:02','2026-02-02 17:19:02','e8d074ae-26c0-40b2-a66b-45de847b2971'),
(111837,82,23803,NULL,479,2,'2026-02-02 17:19:02','2026-02-02 17:19:02','86f8d88c-1987-4895-8656-9b4ba6c1a9ac'),
(111838,82,23803,NULL,491,3,'2026-02-02 17:19:02','2026-02-02 17:19:02','0c457ffd-f370-4b29-bb34-2c0f103b8af8'),
(111839,47,23803,NULL,10474,1,'2026-02-02 17:19:02','2026-02-02 17:19:02','776a071e-54ab-40fc-9e57-b1ba4fca3292'),
(111840,57,23803,NULL,4838,1,'2026-02-02 17:19:02','2026-02-02 17:19:02','7f0f1349-ebf2-44f0-b2a2-f24443eb757e'),
(111841,57,23803,NULL,4836,2,'2026-02-02 17:19:02','2026-02-02 17:19:02','1d25c6cf-6843-40e0-933c-6c7ceec490e1'),
(111842,57,23803,NULL,4834,3,'2026-02-02 17:19:02','2026-02-02 17:19:02','3fecaa66-39ff-472c-93e1-1d6ac9dff3fb'),
(111843,57,23803,NULL,4837,4,'2026-02-02 17:19:02','2026-02-02 17:19:02','e02e169d-90d1-469e-8077-6937d0e43391'),
(111844,13,23803,NULL,23802,1,'2026-02-02 17:19:02','2026-02-02 17:19:02','85a0df8c-6bc4-4277-85dd-995d43a5c5f3'),
(111868,13,1177,NULL,23804,1,'2026-02-02 17:19:27','2026-02-02 17:19:27','d4bc632a-fe91-4e45-88cc-97a24d9eb64e'),
(111869,32,23806,NULL,2610,1,'2026-02-02 17:19:27','2026-02-02 17:19:27','8f2bbb7f-1514-44e9-ac24-fa18907ffbe8'),
(111870,32,23806,NULL,2598,2,'2026-02-02 17:19:27','2026-02-02 17:19:27','d8652b9f-d220-418e-a2c3-efb824c4a5dd'),
(111871,32,23806,NULL,2600,3,'2026-02-02 17:19:27','2026-02-02 17:19:27','7988c8cf-5fc3-4c77-b815-f84fb2b20c0b'),
(111872,32,23806,NULL,2604,4,'2026-02-02 17:19:27','2026-02-02 17:19:27','6ed9fea8-1a99-4084-b4c7-49a2cd2691d5'),
(111873,32,23806,NULL,2608,5,'2026-02-02 17:19:27','2026-02-02 17:19:27','5d860423-fa90-40f4-b77a-46ef17a9b5f4'),
(111874,32,23806,NULL,2596,6,'2026-02-02 17:19:27','2026-02-02 17:19:27','31b14a22-78e4-45b5-9242-22242956b29d'),
(111875,32,23806,NULL,2602,7,'2026-02-02 17:19:27','2026-02-02 17:19:27','fa5d2d39-68cb-443b-88a2-3fdc3f674a95'),
(111876,32,23806,NULL,2606,8,'2026-02-02 17:19:27','2026-02-02 17:19:27','6c1f56af-1586-4c94-b057-e86a49e181bb'),
(111877,32,23806,NULL,2612,9,'2026-02-02 17:19:27','2026-02-02 17:19:27','620517aa-fe77-4ce7-a390-9ad5517eac83'),
(111878,16,23806,NULL,4282,1,'2026-02-02 17:19:27','2026-02-02 17:19:27','3edf6e81-3172-46e1-9426-5acdc7d9d19b'),
(111879,7,23806,NULL,2969,1,'2026-02-02 17:19:27','2026-02-02 17:19:27','6a801ed3-489c-4083-882f-63e721b3c699'),
(111880,7,23806,NULL,617,2,'2026-02-02 17:19:27','2026-02-02 17:19:27','7c7b04d2-1286-424d-8ea1-2e3a4850554e'),
(111881,7,23806,NULL,605,3,'2026-02-02 17:19:27','2026-02-02 17:19:27','b7a15dff-18cc-4e59-b936-b35c727823c1'),
(111882,7,23806,NULL,9552,4,'2026-02-02 17:19:27','2026-02-02 17:19:27','0d78e43a-70b5-4b85-afcd-397ef5051b77'),
(111883,82,23806,NULL,469,1,'2026-02-02 17:19:27','2026-02-02 17:19:27','56ccc1e4-0575-464d-bdcf-c093a43261c8'),
(111884,82,23806,NULL,479,2,'2026-02-02 17:19:27','2026-02-02 17:19:27','49595016-db44-415d-ad89-ecf7cc6f39b2'),
(111885,82,23806,NULL,491,3,'2026-02-02 17:19:27','2026-02-02 17:19:27','f3f9317c-b0a0-4301-acb8-71657678d33e'),
(111886,47,23806,NULL,10478,1,'2026-02-02 17:19:27','2026-02-02 17:19:27','573f8f3f-7955-436a-a92c-66a3e3da5afd'),
(111887,57,23806,NULL,8740,1,'2026-02-02 17:19:27','2026-02-02 17:19:27','6c80529e-1d17-45eb-bb82-f9baac4ea7aa'),
(111888,57,23806,NULL,4911,2,'2026-02-02 17:19:27','2026-02-02 17:19:27','42808d5f-6bf8-4cdc-badc-c74912fe1c6b'),
(111889,57,23806,NULL,4909,3,'2026-02-02 17:19:27','2026-02-02 17:19:27','49f74f7b-6873-4266-a499-2465eefb4cbd'),
(111890,57,23806,NULL,4910,4,'2026-02-02 17:19:27','2026-02-02 17:19:27','3087299e-608e-4112-a888-87806e64cd09'),
(111891,13,23806,NULL,23804,1,'2026-02-02 17:19:27','2026-02-02 17:19:27','00ddc78d-ba96-498f-8bda-1f9a3d2b868c'),
(111900,13,1161,NULL,23808,1,'2026-02-02 17:19:56','2026-02-02 17:19:56','8891431b-a147-4695-80b8-9249978a4877'),
(111901,83,23809,NULL,1185,1,'2026-02-02 17:19:56','2026-02-02 17:19:56','8bad6154-bb57-473b-82ec-d2f0b942d3e3'),
(111902,16,23809,NULL,6598,1,'2026-02-02 17:19:56','2026-02-02 17:19:56','ac8618a9-2040-45b4-b533-56c2372caf27'),
(111903,57,23809,NULL,6600,1,'2026-02-02 17:19:56','2026-02-02 17:19:56','e9d9b762-9b4b-4636-839f-64e4e8d05b07'),
(111904,57,23809,NULL,6601,2,'2026-02-02 17:19:56','2026-02-02 17:19:56','f9c735ff-42ed-4b52-a7d5-2048a60d8f08'),
(111905,57,23809,NULL,4322,3,'2026-02-02 17:19:56','2026-02-02 17:19:56','cb331ecc-50c0-47f1-86c2-d82d09e5cbfd'),
(111906,57,23809,NULL,8774,4,'2026-02-02 17:19:56','2026-02-02 17:19:56','99a07108-2cb9-45c1-8ee1-93e8e7d4cd4f'),
(111907,13,23809,NULL,23808,1,'2026-02-02 17:19:56','2026-02-02 17:19:56','963962fc-cdb7-4f6f-a689-33ed14003f1b'),
(111937,13,1185,NULL,23811,1,'2026-02-02 17:20:16','2026-02-02 17:20:16','4a44c7fb-fdf9-4b3d-a2d9-78d77050b9a5'),
(111938,32,23812,NULL,2610,1,'2026-02-02 17:20:16','2026-02-02 17:20:16','2ae22e33-a347-4e87-9bba-283090d201ca'),
(111939,32,23812,NULL,2598,2,'2026-02-02 17:20:16','2026-02-02 17:20:16','9ef859a4-605e-4bf5-b646-80e681da8472'),
(111940,32,23812,NULL,2600,3,'2026-02-02 17:20:16','2026-02-02 17:20:16','5a84e35e-5516-485d-bb80-4306e97e76e1'),
(111941,32,23812,NULL,2604,4,'2026-02-02 17:20:16','2026-02-02 17:20:16','25f4b85e-eb9a-4298-ad8c-b662498d985b'),
(111942,32,23812,NULL,2608,5,'2026-02-02 17:20:16','2026-02-02 17:20:16','c644f2a7-e4ac-4a93-8768-69fb9af99446'),
(111943,32,23812,NULL,2602,6,'2026-02-02 17:20:16','2026-02-02 17:20:16','5204a768-b84a-4528-923e-0b646c13b58a'),
(111944,32,23812,NULL,2596,7,'2026-02-02 17:20:16','2026-02-02 17:20:16','5a6c2ce6-d490-4cd6-859a-48b052014b95'),
(111945,32,23812,NULL,2606,8,'2026-02-02 17:20:16','2026-02-02 17:20:16','1eb6ddb7-34eb-4031-bf77-362cb8840568'),
(111946,32,23812,NULL,2612,9,'2026-02-02 17:20:16','2026-02-02 17:20:16','5120935e-bdec-4967-bf88-b6a86ec8a6d6'),
(111947,83,23812,NULL,1161,1,'2026-02-02 17:20:16','2026-02-02 17:20:16','dff852b0-607a-461f-8a38-92dcfa82e121'),
(111948,16,23812,NULL,4322,1,'2026-02-02 17:20:16','2026-02-02 17:20:16','53cfaf82-4f18-44b5-b9a1-1e2ee340f594'),
(111949,7,23812,NULL,2969,1,'2026-02-02 17:20:16','2026-02-02 17:20:16','ec6059b7-6a58-48b4-8f77-0683d0c84187'),
(111950,7,23812,NULL,617,2,'2026-02-02 17:20:16','2026-02-02 17:20:16','17da9244-3311-4509-b13f-d153cfb43953'),
(111951,7,23812,NULL,605,3,'2026-02-02 17:20:16','2026-02-02 17:20:16','28d55864-e399-4947-8502-77b93e94565a'),
(111952,7,23812,NULL,9552,4,'2026-02-02 17:20:16','2026-02-02 17:20:16','0b39811b-3d39-4e54-bed1-6b20f5526808'),
(111953,82,23812,NULL,469,1,'2026-02-02 17:20:16','2026-02-02 17:20:16','eef9cd2b-cc21-477d-9772-af8c670a8546'),
(111954,82,23812,NULL,479,2,'2026-02-02 17:20:16','2026-02-02 17:20:16','bc6f2b18-4435-448e-89e4-2c2200742f45'),
(111955,82,23812,NULL,491,3,'2026-02-02 17:20:16','2026-02-02 17:20:16','664a7011-30f7-4907-b6fb-80a84711df7b'),
(111956,47,23812,NULL,10480,1,'2026-02-02 17:20:16','2026-02-02 17:20:16','2628b5c6-a86e-4c2a-a9e0-672a63ae79a5'),
(111957,57,23812,NULL,8747,1,'2026-02-02 17:20:16','2026-02-02 17:20:16','05375d80-85b5-45d4-ae4c-ddaaa727e2e8'),
(111958,57,23812,NULL,8750,2,'2026-02-02 17:20:16','2026-02-02 17:20:16','d64ebff0-c4fd-4353-b953-8666c8283dc9'),
(111959,57,23812,NULL,8751,3,'2026-02-02 17:20:16','2026-02-02 17:20:16','998bb5e9-0568-4c61-9825-d7307a852744'),
(111960,57,23812,NULL,8746,4,'2026-02-02 17:20:16','2026-02-02 17:20:16','cb2593c5-8d7d-4c96-be23-d0ca759e512a'),
(111961,57,23812,NULL,8753,5,'2026-02-02 17:20:16','2026-02-02 17:20:16','0ec10621-36fa-4c44-a47d-e22d3c82acc1'),
(111962,57,23812,NULL,8754,6,'2026-02-02 17:20:16','2026-02-02 17:20:16','a9378b1a-02ee-4191-81b5-28a248656915'),
(111963,57,23812,NULL,8749,7,'2026-02-02 17:20:16','2026-02-02 17:20:16','a36751d0-f885-48c0-bb19-f00a4b7c2ad5'),
(111964,57,23812,NULL,8744,8,'2026-02-02 17:20:16','2026-02-02 17:20:16','62657dab-2219-45b2-a4db-09f4ae37063d'),
(111965,57,23812,NULL,8745,9,'2026-02-02 17:20:16','2026-02-02 17:20:16','5f612d4c-d220-4fc4-b341-02f15a688095'),
(111966,13,23812,NULL,23811,1,'2026-02-02 17:20:16','2026-02-02 17:20:16','babfa00b-283d-47e8-bc92-b0c30da7f643'),
(111995,13,1191,NULL,23816,1,'2026-02-02 17:21:02','2026-02-02 17:21:02','c9314040-b487-47df-bc9c-661e462adbef'),
(111996,32,23817,NULL,2610,1,'2026-02-02 17:21:02','2026-02-02 17:21:02','5c961edb-438f-442e-ade7-1684551abc6f'),
(111997,32,23817,NULL,2598,2,'2026-02-02 17:21:02','2026-02-02 17:21:02','1ba5822f-4f42-4974-9953-d23636dc2fc2'),
(111998,32,23817,NULL,2600,3,'2026-02-02 17:21:02','2026-02-02 17:21:02','8504c6d1-93f6-4e46-9526-7992002e9d2b'),
(111999,32,23817,NULL,2604,4,'2026-02-02 17:21:02','2026-02-02 17:21:02','0de704f6-1e55-4c8a-b091-672422c00efb'),
(112000,32,23817,NULL,2608,5,'2026-02-02 17:21:02','2026-02-02 17:21:02','358af995-917c-4649-92c4-b6363ade298f'),
(112001,32,23817,NULL,2602,6,'2026-02-02 17:21:02','2026-02-02 17:21:02','b2646a1c-f588-43bd-a550-44bf11adda3d'),
(112002,32,23817,NULL,2596,7,'2026-02-02 17:21:02','2026-02-02 17:21:02','0636f94d-40a3-4286-84ff-faeddaebb4bd'),
(112003,32,23817,NULL,2606,8,'2026-02-02 17:21:02','2026-02-02 17:21:02','14506feb-25d6-4754-9971-0962adf93703'),
(112004,32,23817,NULL,2612,9,'2026-02-02 17:21:02','2026-02-02 17:21:02','80e059c7-2f6a-4cd0-8e96-6bccef19f2de'),
(112005,16,23817,NULL,4358,1,'2026-02-02 17:21:02','2026-02-02 17:21:02','93a50a82-bd8e-4a0a-9f46-a87e947b951c'),
(112006,7,23817,NULL,2969,1,'2026-02-02 17:21:02','2026-02-02 17:21:02','5730dfd8-0cae-4a3b-a931-1d5f0dbac2bd'),
(112007,7,23817,NULL,617,2,'2026-02-02 17:21:02','2026-02-02 17:21:02','8a38c618-490c-4c78-ab24-70bef175e30d'),
(112008,7,23817,NULL,605,3,'2026-02-02 17:21:02','2026-02-02 17:21:02','ea2c01af-19b2-4a04-ac34-01a5a5f212ff'),
(112009,7,23817,NULL,9552,4,'2026-02-02 17:21:02','2026-02-02 17:21:02','76667ee0-b4d1-4563-bced-7b0991307ef3'),
(112010,82,23817,NULL,469,1,'2026-02-02 17:21:02','2026-02-02 17:21:02','68bc7c8e-10d6-43d2-8234-0e42f2f22755'),
(112011,82,23817,NULL,479,2,'2026-02-02 17:21:02','2026-02-02 17:21:02','f6568111-fe5d-434b-bc23-cd61ac7c3c9b'),
(112012,82,23817,NULL,491,3,'2026-02-02 17:21:02','2026-02-02 17:21:02','2293215f-af93-482a-9634-abe89a10bfb3'),
(112013,47,23817,NULL,10483,1,'2026-02-02 17:21:02','2026-02-02 17:21:02','fbe2d5a0-2649-4a96-8d61-6839947d92bf'),
(112014,57,23817,NULL,8781,1,'2026-02-02 17:21:02','2026-02-02 17:21:02','3bb66bbf-fe1f-479c-8312-d725cab1ce58'),
(112015,57,23817,NULL,8782,2,'2026-02-02 17:21:02','2026-02-02 17:21:02','70477a00-64d4-4d59-82d3-e84d5a3c74d1'),
(112016,57,23817,NULL,8783,3,'2026-02-02 17:21:02','2026-02-02 17:21:02','7672f6f1-d479-4dad-a374-8ce21f8be278'),
(112017,57,23817,NULL,8784,4,'2026-02-02 17:21:02','2026-02-02 17:21:02','09bc2829-fec7-4e4c-bd56-c4b1e0fb4162'),
(112018,57,23817,NULL,8785,5,'2026-02-02 17:21:02','2026-02-02 17:21:02','626f9047-ffb2-449a-b233-a139a6b96118'),
(112019,57,23817,NULL,8786,6,'2026-02-02 17:21:02','2026-02-02 17:21:02','61da76b5-942a-4733-a376-048323b7a283'),
(112020,57,23817,NULL,8779,7,'2026-02-02 17:21:02','2026-02-02 17:21:02','14a2f235-dc73-45e4-ae71-daae808b51ef'),
(112021,57,23817,NULL,8780,8,'2026-02-02 17:21:02','2026-02-02 17:21:02','d70b5f7f-92b6-4159-93e5-a15d80be7284'),
(112022,13,23817,NULL,23816,1,'2026-02-02 17:21:02','2026-02-02 17:21:02','03bf80fe-2184-41e7-8264-797993a9fe17'),
(112051,13,1197,NULL,23819,1,'2026-02-02 17:21:49','2026-02-02 17:21:49','6610b469-1d0c-4a06-8ca8-168baa7fee07'),
(112052,32,23820,NULL,2610,1,'2026-02-02 17:21:49','2026-02-02 17:21:49','1efe2f9e-6c39-45c3-8abd-f29a908031f2'),
(112053,32,23820,NULL,2622,2,'2026-02-02 17:21:49','2026-02-02 17:21:49','99156c7f-076f-42ae-b96c-ef7de8444d44'),
(112054,32,23820,NULL,2598,3,'2026-02-02 17:21:49','2026-02-02 17:21:49','aaac52c7-19b9-4082-b431-38ba033f36c5'),
(112055,32,23820,NULL,2600,4,'2026-02-02 17:21:49','2026-02-02 17:21:49','f9544387-a9a2-4c34-afcd-13785ba714f0'),
(112056,32,23820,NULL,2604,5,'2026-02-02 17:21:49','2026-02-02 17:21:49','f9dc0a64-81cc-4e18-bfa6-70844160b7e5'),
(112057,32,23820,NULL,2608,6,'2026-02-02 17:21:49','2026-02-02 17:21:49','f143d0eb-6d0d-4493-9e52-d344acca96f3'),
(112058,32,23820,NULL,2602,7,'2026-02-02 17:21:49','2026-02-02 17:21:49','a3e5ac74-0941-4e79-b314-e8631edba5b6'),
(112059,32,23820,NULL,2596,8,'2026-02-02 17:21:49','2026-02-02 17:21:49','ccef3ee0-cb6e-4598-a187-9c8e53264042'),
(112060,32,23820,NULL,2606,9,'2026-02-02 17:21:49','2026-02-02 17:21:49','061d7637-a837-4bdd-8421-36831e9bc79b'),
(112061,32,23820,NULL,2612,10,'2026-02-02 17:21:49','2026-02-02 17:21:49','ffc1d3c1-1f3a-4320-a964-e7b068001a14'),
(112062,16,23820,NULL,4385,1,'2026-02-02 17:21:49','2026-02-02 17:21:49','f32133f3-957b-4883-b3f9-76410338e1d7'),
(112063,7,23820,NULL,617,1,'2026-02-02 17:21:49','2026-02-02 17:21:49','bfa20398-4928-4969-9d35-24690937540f'),
(112064,7,23820,NULL,605,2,'2026-02-02 17:21:49','2026-02-02 17:21:49','19633056-0762-48cf-ba26-3194a500bc19'),
(112065,7,23820,NULL,9552,3,'2026-02-02 17:21:49','2026-02-02 17:21:49','3d8dd366-bd45-4b72-8ce3-91f627d895ac'),
(112066,82,23820,NULL,469,1,'2026-02-02 17:21:49','2026-02-02 17:21:49','698b2adb-f0a8-45cb-8915-9caa5b5854e2'),
(112067,82,23820,NULL,479,2,'2026-02-02 17:21:49','2026-02-02 17:21:49','d0c2e2e3-b437-4191-afda-d4cb493fa183'),
(112068,82,23820,NULL,491,3,'2026-02-02 17:21:49','2026-02-02 17:21:49','4e786316-d774-4404-b9a5-f67401e7ac7e'),
(112069,46,23820,NULL,4403,1,'2026-02-02 17:21:49','2026-02-02 17:21:49','97f68045-fce0-473d-a3f6-87d1106686d1'),
(112070,47,23820,NULL,10486,1,'2026-02-02 17:21:49','2026-02-02 17:21:49','29c6e90e-c440-4c0b-a04f-cfe1daed3aed'),
(112071,57,23820,NULL,8806,1,'2026-02-02 17:21:49','2026-02-02 17:21:49','c5bc0f16-3f66-42dc-b0c8-9bb1063abc37'),
(112072,57,23820,NULL,8808,2,'2026-02-02 17:21:49','2026-02-02 17:21:49','2f94953b-f9df-4ad9-ae98-233ba3a0c0e5'),
(112073,57,23820,NULL,8810,3,'2026-02-02 17:21:49','2026-02-02 17:21:49','684a8f87-b3f7-4712-8238-c54155220f68'),
(112074,57,23820,NULL,8803,4,'2026-02-02 17:21:49','2026-02-02 17:21:49','a50e11d8-8241-496d-a1ce-0656327acf4f'),
(112075,57,23820,NULL,8804,5,'2026-02-02 17:21:49','2026-02-02 17:21:49','a51b2377-9a46-4c00-9371-e468dd8511f7'),
(112076,57,23820,NULL,8805,6,'2026-02-02 17:21:49','2026-02-02 17:21:49','6a5be5ef-e7c0-4fa9-9d46-d9ec346765b6'),
(112077,57,23820,NULL,8807,7,'2026-02-02 17:21:49','2026-02-02 17:21:49','a9d3887b-3410-46ae-9e0c-646fa6662e0f'),
(112078,13,23820,NULL,23819,1,'2026-02-02 17:21:49','2026-02-02 17:21:49','d9e66d55-3d70-4c99-893e-03bfdfbe61b9'),
(112080,13,1201,NULL,23821,1,'2026-02-02 17:22:14','2026-02-02 17:22:14','c88491b0-8129-4095-8a84-1c19cd37cc0c'),
(112081,32,23822,NULL,2610,1,'2026-02-02 17:22:14','2026-02-02 17:22:14','617e0489-96a0-4685-8252-8dd4ed4a9b20'),
(112082,32,23822,NULL,2598,2,'2026-02-02 17:22:14','2026-02-02 17:22:14','2599acde-6d48-43d4-a693-5d59ec59b914'),
(112083,32,23822,NULL,2600,3,'2026-02-02 17:22:14','2026-02-02 17:22:14','31045992-1c8d-416c-a78c-5baba809508e'),
(112084,32,23822,NULL,2602,4,'2026-02-02 17:22:14','2026-02-02 17:22:14','8b7d82bc-afb2-4e53-80dc-c0a5319b0b12'),
(112085,32,23822,NULL,2612,5,'2026-02-02 17:22:14','2026-02-02 17:22:14','9251f0f2-395c-4f1b-afe5-b03465dfa425'),
(112086,32,23822,NULL,2618,6,'2026-02-02 17:22:14','2026-02-02 17:22:14','f664cd98-ee78-4721-9ce8-3eb2f84bdbc4'),
(112087,32,23822,NULL,2604,7,'2026-02-02 17:22:14','2026-02-02 17:22:14','eccb0b29-6f3b-46f7-a0cf-bb452bd0abab'),
(112088,32,23822,NULL,2608,8,'2026-02-02 17:22:14','2026-02-02 17:22:14','12a0a55f-b823-4842-9921-e71b08ef09de'),
(112089,32,23822,NULL,2596,9,'2026-02-02 17:22:14','2026-02-02 17:22:14','221553ec-ad45-4d23-831b-be535619f240'),
(112090,32,23822,NULL,2606,10,'2026-02-02 17:22:14','2026-02-02 17:22:14','70d9dbb1-f501-488a-9d2b-8dfa6f4c14c9'),
(112091,16,23822,NULL,4414,1,'2026-02-02 17:22:14','2026-02-02 17:22:14','ad66da95-bc2b-460d-83a5-f008b4f99321'),
(112092,7,23822,NULL,6547,1,'2026-02-02 17:22:14','2026-02-02 17:22:14','9c0453b7-4aed-4b11-b023-4b742b51a0db'),
(112093,7,23822,NULL,601,2,'2026-02-02 17:22:14','2026-02-02 17:22:14','27c7d31d-044c-41a1-a9e0-0e316ef53213'),
(112094,7,23822,NULL,617,3,'2026-02-02 17:22:14','2026-02-02 17:22:14','9f00865f-2dab-4915-9936-ac6134805b9b'),
(112095,7,23822,NULL,605,4,'2026-02-02 17:22:14','2026-02-02 17:22:14','9cf14307-f63b-4e44-b9ef-d0a85fef6421'),
(112096,7,23822,NULL,9552,5,'2026-02-02 17:22:14','2026-02-02 17:22:14','32cd12a9-4194-4cf1-acdd-03bd33c46109'),
(112097,82,23822,NULL,469,1,'2026-02-02 17:22:14','2026-02-02 17:22:14','9aa92f27-1d4e-41be-a740-c3ed60a4b035'),
(112098,82,23822,NULL,479,2,'2026-02-02 17:22:14','2026-02-02 17:22:14','40bf241c-b504-4198-b0d5-48aa13671cc6'),
(112099,82,23822,NULL,491,3,'2026-02-02 17:22:14','2026-02-02 17:22:14','172a0ba0-a280-4c23-bda4-207810be47de'),
(112100,46,23822,NULL,3697,1,'2026-02-02 17:22:14','2026-02-02 17:22:14','cc47ff01-cb3c-4cbf-b05d-37d8da0e2d1c'),
(112101,47,23822,NULL,10489,1,'2026-02-02 17:22:14','2026-02-02 17:22:14','cf448c52-3a4a-443b-b65d-b9526e16f7b5'),
(112102,57,23822,NULL,8831,1,'2026-02-02 17:22:14','2026-02-02 17:22:14','4abc71f9-87bb-44d9-9e8d-804f6b02fa19'),
(112103,57,23822,NULL,8837,2,'2026-02-02 17:22:14','2026-02-02 17:22:14','ac80019d-c670-464f-afca-e05263fc5432'),
(112104,57,23822,NULL,8835,3,'2026-02-02 17:22:14','2026-02-02 17:22:14','a802874e-f708-4bed-8886-7e8f146f0fb8'),
(112105,57,23822,NULL,8832,4,'2026-02-02 17:22:14','2026-02-02 17:22:14','a4e5e55f-03c0-4432-8fd5-9057ac0f8ede'),
(112106,57,23822,NULL,8833,5,'2026-02-02 17:22:14','2026-02-02 17:22:14','12f9904b-6489-46b3-a26d-c1029b71609d'),
(112107,57,23822,NULL,8834,6,'2026-02-02 17:22:14','2026-02-02 17:22:14','7c5a4e3d-1406-4fe8-868d-de11d64423d3'),
(112108,57,23822,NULL,8836,7,'2026-02-02 17:22:14','2026-02-02 17:22:14','1c8903eb-1267-43fa-9cf3-deba842e55aa'),
(112109,57,23822,NULL,8830,8,'2026-02-02 17:22:14','2026-02-02 17:22:14','2829ee86-479d-41bc-8f65-0b7893e847c7'),
(112110,57,23822,NULL,8829,9,'2026-02-02 17:22:14','2026-02-02 17:22:14','3993caa0-a74c-4ece-b637-e8a08205f25c'),
(112111,13,23822,NULL,23821,1,'2026-02-02 17:22:14','2026-02-02 17:22:14','ab1be620-fb44-4ee0-adb0-6b9d45e44d4b'),
(112141,13,1209,NULL,23824,1,'2026-02-02 17:22:41','2026-02-02 17:22:41','5556f66b-00a7-4c4f-9992-07a040aedc3d'),
(112142,32,23825,NULL,2610,1,'2026-02-02 17:22:42','2026-02-02 17:22:42','92deaec2-b47d-4d36-8bb4-67935107f9b0'),
(112143,32,23825,NULL,2598,2,'2026-02-02 17:22:42','2026-02-02 17:22:42','648a192a-df3e-4ec0-ba05-bc6148d91bf8'),
(112144,32,23825,NULL,2624,3,'2026-02-02 17:22:42','2026-02-02 17:22:42','e37cf6c4-ce10-493c-966e-b94b00dacd61'),
(112145,32,23825,NULL,2600,4,'2026-02-02 17:22:42','2026-02-02 17:22:42','751274ee-5a95-42d7-bd17-41da4cdc273f'),
(112146,32,23825,NULL,2606,5,'2026-02-02 17:22:42','2026-02-02 17:22:42','f91b74b2-fb93-4488-81ff-9a62b54ccfd1'),
(112147,32,23825,NULL,2604,6,'2026-02-02 17:22:42','2026-02-02 17:22:42','b6748b7f-945c-4f1e-b443-56057bc97c29'),
(112148,32,23825,NULL,2608,7,'2026-02-02 17:22:42','2026-02-02 17:22:42','735cd7b1-9892-463b-8182-a27ae8f93ea6'),
(112149,32,23825,NULL,2602,8,'2026-02-02 17:22:42','2026-02-02 17:22:42','f32599b0-6985-42e3-9231-1b23bae63125'),
(112150,32,23825,NULL,2596,9,'2026-02-02 17:22:42','2026-02-02 17:22:42','27d79f18-bd42-4383-af40-ba2c59465172'),
(112151,32,23825,NULL,2612,10,'2026-02-02 17:22:42','2026-02-02 17:22:42','e07e1883-87fd-4397-9628-e87ea32fd927'),
(112152,16,23825,NULL,4440,1,'2026-02-02 17:22:42','2026-02-02 17:22:42','9262ea77-18ff-43af-839b-d2cdee6ed1c2'),
(112153,7,23825,NULL,2969,1,'2026-02-02 17:22:42','2026-02-02 17:22:42','9ee430b7-95f4-4d9d-b7b6-d2511623d852'),
(112154,7,23825,NULL,617,2,'2026-02-02 17:22:42','2026-02-02 17:22:42','d341f920-3eb6-4646-8b8d-f34fd942130a'),
(112155,7,23825,NULL,605,3,'2026-02-02 17:22:42','2026-02-02 17:22:42','50df7897-c91a-47c9-88f5-26a62595727d'),
(112156,7,23825,NULL,9552,4,'2026-02-02 17:22:42','2026-02-02 17:22:42','32c7994f-c3e0-4ccf-b260-68cd9dc9cd4e'),
(112157,82,23825,NULL,469,1,'2026-02-02 17:22:42','2026-02-02 17:22:42','eb9f8138-3354-4fde-9dc4-a5d47c73b3cb'),
(112158,82,23825,NULL,491,2,'2026-02-02 17:22:42','2026-02-02 17:22:42','d2adee9c-53f7-49f7-8ec3-379e82efd776'),
(112159,46,23825,NULL,2891,1,'2026-02-02 17:22:42','2026-02-02 17:22:42','2542700d-92e7-437d-8b7f-c36c28d2ea1d'),
(112160,47,23825,NULL,10492,1,'2026-02-02 17:22:42','2026-02-02 17:22:42','c8eb2a5f-b969-485a-b96d-c2de90e8316d'),
(112161,57,23825,NULL,8867,1,'2026-02-02 17:22:42','2026-02-02 17:22:42','b3485695-44c4-473d-9f6d-4cea9f1895df'),
(112162,57,23825,NULL,8868,2,'2026-02-02 17:22:42','2026-02-02 17:22:42','63f94dc6-27c2-4736-8b55-4faade71b11b'),
(112163,57,23825,NULL,8864,3,'2026-02-02 17:22:42','2026-02-02 17:22:42','063a19bb-9b4e-4900-9b3f-971957c1a83c'),
(112164,57,23825,NULL,8869,4,'2026-02-02 17:22:42','2026-02-02 17:22:42','a81f129c-92b1-4d73-b7c2-301bfd8b661f'),
(112165,57,23825,NULL,8871,5,'2026-02-02 17:22:42','2026-02-02 17:22:42','aa558bb0-6446-41a9-9cf8-905284d7f4a2'),
(112166,57,23825,NULL,8862,6,'2026-02-02 17:22:42','2026-02-02 17:22:42','49362d46-195b-4a33-bac2-f6c4639747fe'),
(112167,57,23825,NULL,8866,7,'2026-02-02 17:22:42','2026-02-02 17:22:42','4af3e93e-ee01-4712-b1bf-d1dfc2401015'),
(112168,57,23825,NULL,8865,8,'2026-02-02 17:22:42','2026-02-02 17:22:42','53eb2c3b-957c-4902-a33a-4deb0d8fcd34'),
(112169,13,23825,NULL,23824,1,'2026-02-02 17:22:42','2026-02-02 17:22:42','3bf15c8d-8d33-4789-9d03-23e0e48324a1'),
(112192,13,1215,NULL,23827,1,'2026-02-02 17:23:06','2026-02-02 17:23:06','553ed416-dcc0-488d-be71-0f9e14e0f5aa'),
(112193,32,23828,NULL,2610,1,'2026-02-02 17:23:06','2026-02-02 17:23:06','6101ca0a-62f5-486e-ae2d-2f370bfcec70'),
(112194,32,23828,NULL,2598,2,'2026-02-02 17:23:06','2026-02-02 17:23:06','d669fff1-b446-4caf-9d0d-e04dae231c5b'),
(112195,32,23828,NULL,2600,3,'2026-02-02 17:23:06','2026-02-02 17:23:06','706545da-9946-4f2b-81bd-47fa2f943e90'),
(112196,32,23828,NULL,2604,4,'2026-02-02 17:23:06','2026-02-02 17:23:06','14bdf4ea-0234-4af2-a0d2-a691f69e25c1'),
(112197,32,23828,NULL,2608,5,'2026-02-02 17:23:06','2026-02-02 17:23:06','a61d3730-9d88-420e-b179-dc4004043f6b'),
(112198,32,23828,NULL,2602,6,'2026-02-02 17:23:06','2026-02-02 17:23:06','ea76cd5a-8268-4c92-beb3-d8a4b72d49ad'),
(112199,32,23828,NULL,2596,7,'2026-02-02 17:23:06','2026-02-02 17:23:06','29e276ca-afd3-4056-8ee7-bb40402e921c'),
(112200,32,23828,NULL,2606,8,'2026-02-02 17:23:06','2026-02-02 17:23:06','f0780cd0-88b3-470f-b992-268349ad0975'),
(112201,32,23828,NULL,2612,9,'2026-02-02 17:23:06','2026-02-02 17:23:06','b347de06-d00b-4084-b98c-623da1048a6e'),
(112202,16,23828,NULL,4466,1,'2026-02-02 17:23:06','2026-02-02 17:23:06','0aa1379c-182e-4583-860d-b6c709bc2430'),
(112203,7,23828,NULL,617,1,'2026-02-02 17:23:06','2026-02-02 17:23:06','ef163cf2-7d40-478d-8b4e-56c1372491b1'),
(112204,7,23828,NULL,605,2,'2026-02-02 17:23:06','2026-02-02 17:23:06','a1b87315-3658-4939-bf82-c31d3379c76d'),
(112205,7,23828,NULL,9552,3,'2026-02-02 17:23:06','2026-02-02 17:23:06','497f5d51-a56b-43b4-bc15-c94a09f7de3c'),
(112206,82,23828,NULL,469,1,'2026-02-02 17:23:06','2026-02-02 17:23:06','85ed3c87-ae09-437a-a1a0-47846faca08a'),
(112207,82,23828,NULL,479,2,'2026-02-02 17:23:06','2026-02-02 17:23:06','84126060-1a6c-4aa5-8909-bd3ffb6db7d1'),
(112208,82,23828,NULL,491,3,'2026-02-02 17:23:06','2026-02-02 17:23:06','1c9d3c07-4049-4fd9-8c23-d92c600f3b18'),
(112209,47,23828,NULL,10495,1,'2026-02-02 17:23:06','2026-02-02 17:23:06','23087d84-8b9e-46fe-9d7a-acb92bb4b578'),
(112210,57,23828,NULL,8888,1,'2026-02-02 17:23:06','2026-02-02 17:23:06','96c4a54a-ec4f-434d-8da4-41d8c3100671'),
(112211,57,23828,NULL,8889,2,'2026-02-02 17:23:06','2026-02-02 17:23:06','5ab7cac5-5158-4b45-bc04-320a8feeadaa'),
(112212,57,23828,NULL,9589,3,'2026-02-02 17:23:06','2026-02-02 17:23:06','225805f8-b5b5-4232-9c3e-ab50ca792f0c'),
(112213,13,23828,NULL,23827,1,'2026-02-02 17:23:06','2026-02-02 17:23:06','85d2b0b9-7042-4f92-8c6d-31ccd0a7e780'),
(112254,13,1219,NULL,23830,1,'2026-02-02 17:23:33','2026-02-02 17:23:33','5bb9a3bf-9fda-4e39-a9d3-76f2e476fca4'),
(112255,32,23831,NULL,2610,1,'2026-02-02 17:23:33','2026-02-02 17:23:33','5cefec76-babb-4bc5-a209-0fd754d23951'),
(112256,32,23831,NULL,2598,2,'2026-02-02 17:23:33','2026-02-02 17:23:33','4312cc66-b552-43cf-a37c-4d6677e73872'),
(112257,32,23831,NULL,2600,3,'2026-02-02 17:23:33','2026-02-02 17:23:33','e5747285-1927-4412-99fc-d643fa2c72ee'),
(112258,32,23831,NULL,2604,4,'2026-02-02 17:23:33','2026-02-02 17:23:33','e75c703a-e08c-46c9-8e68-b9b0ac0cd0f2'),
(112259,32,23831,NULL,2608,5,'2026-02-02 17:23:33','2026-02-02 17:23:33','d3408694-23a6-4a4b-b4eb-fa123cad6864'),
(112260,32,23831,NULL,2602,6,'2026-02-02 17:23:33','2026-02-02 17:23:33','b2987741-7af9-4c61-b885-79d229fc45fa'),
(112261,32,23831,NULL,2596,7,'2026-02-02 17:23:33','2026-02-02 17:23:33','8353d638-0da4-4738-b160-8c0cc2284eb7'),
(112262,32,23831,NULL,2606,8,'2026-02-02 17:23:33','2026-02-02 17:23:33','9beff719-c9e7-4c81-8de8-ee5420de45cd'),
(112263,32,23831,NULL,2612,9,'2026-02-02 17:23:33','2026-02-02 17:23:33','cee4d8c8-bf5c-417b-b53a-dfc69b20b103'),
(112264,16,23831,NULL,4497,1,'2026-02-02 17:23:33','2026-02-02 17:23:33','e67dd6cf-84f9-4e83-9313-f7393a6bdbba'),
(112265,7,23831,NULL,3468,1,'2026-02-02 17:23:33','2026-02-02 17:23:33','2b37f5b3-1d05-4dbf-b5b5-9951aa292a58'),
(112266,7,23831,NULL,2969,2,'2026-02-02 17:23:33','2026-02-02 17:23:33','c886a52c-5096-40d4-9dea-62dce4186716'),
(112267,7,23831,NULL,617,3,'2026-02-02 17:23:33','2026-02-02 17:23:33','ce1e9438-aa42-467d-8e1c-215e06426bad'),
(112268,7,23831,NULL,9732,4,'2026-02-02 17:23:33','2026-02-02 17:23:33','f58c95ad-6e69-4d5f-87fa-200e5b1af659'),
(112269,7,23831,NULL,9640,5,'2026-02-02 17:23:33','2026-02-02 17:23:33','0dc5d518-b124-4347-9d72-61a39ef47e8e'),
(112270,7,23831,NULL,9552,6,'2026-02-02 17:23:33','2026-02-02 17:23:33','d2963caa-f976-46ed-a637-2803b228dbbd'),
(112271,7,23831,NULL,605,7,'2026-02-02 17:23:33','2026-02-02 17:23:33','bf1d4122-0c90-4033-bed7-62cd25ea6422'),
(112272,82,23831,NULL,469,1,'2026-02-02 17:23:33','2026-02-02 17:23:33','e5c91c74-76c1-4d64-94ce-f3e5de8f428a'),
(112273,82,23831,NULL,479,2,'2026-02-02 17:23:33','2026-02-02 17:23:33','1e4612e4-d759-42a9-853b-c6635956dec7'),
(112274,82,23831,NULL,491,3,'2026-02-02 17:23:33','2026-02-02 17:23:33','e1c66fd3-ad99-4e87-9121-99c317068d87'),
(112275,47,23831,NULL,10498,1,'2026-02-02 17:23:33','2026-02-02 17:23:33','0f761355-6181-4f7d-86fd-9b74edcc1618'),
(112276,57,23831,NULL,8923,1,'2026-02-02 17:23:33','2026-02-02 17:23:33','ff19f5f2-eebd-4b79-a834-25b8cf467057'),
(112277,57,23831,NULL,8936,2,'2026-02-02 17:23:33','2026-02-02 17:23:33','aa3885b5-b0de-4057-99a1-85aeafad0dd0'),
(112278,57,23831,NULL,8934,3,'2026-02-02 17:23:33','2026-02-02 17:23:33','8021ae3e-cadf-44ee-9421-cd107badc119'),
(112279,57,23831,NULL,8935,4,'2026-02-02 17:23:33','2026-02-02 17:23:33','aafccca6-55ed-4a21-b2a3-09e6b5475de0'),
(112280,57,23831,NULL,8931,5,'2026-02-02 17:23:33','2026-02-02 17:23:33','d43bd611-f764-488b-a46b-f6dd93fb0f03'),
(112281,57,23831,NULL,8928,6,'2026-02-02 17:23:33','2026-02-02 17:23:33','08130a87-bce8-4096-a0e2-6670f1497e0e'),
(112282,57,23831,NULL,8929,7,'2026-02-02 17:23:33','2026-02-02 17:23:33','d0ab8ab6-e4b3-4d0f-b5b7-6d2b94d8329d'),
(112283,57,23831,NULL,8930,8,'2026-02-02 17:23:33','2026-02-02 17:23:33','95755468-0ab6-4428-99f2-28ebebc163fc'),
(112284,57,23831,NULL,8920,9,'2026-02-02 17:23:33','2026-02-02 17:23:33','9b5c9ac7-ef85-4f68-b0e9-2cccd9f53f94'),
(112285,57,23831,NULL,8918,10,'2026-02-02 17:23:33','2026-02-02 17:23:33','49642c80-f7ec-41d6-a294-fa33723a5dfd'),
(112286,57,23831,NULL,8919,11,'2026-02-02 17:23:33','2026-02-02 17:23:33','2d56827d-6d6d-4157-938c-49442964a3b7'),
(112287,57,23831,NULL,8924,12,'2026-02-02 17:23:33','2026-02-02 17:23:33','7a0d5924-e3f7-4827-b45d-07563b5a4f71'),
(112288,57,23831,NULL,8925,13,'2026-02-02 17:23:33','2026-02-02 17:23:33','6097661f-e1c2-434b-9382-e1d5b85a0699'),
(112289,57,23831,NULL,8926,14,'2026-02-02 17:23:33','2026-02-02 17:23:33','6623398a-7bc6-4aa7-bd0f-80a5092a1736'),
(112290,57,23831,NULL,8927,15,'2026-02-02 17:23:33','2026-02-02 17:23:33','a3d4904f-7f9f-4700-b700-32100c921882'),
(112291,57,23831,NULL,8932,16,'2026-02-02 17:23:33','2026-02-02 17:23:33','75801049-06b1-49b4-91e8-a20c49f47ccd'),
(112292,57,23831,NULL,8933,17,'2026-02-02 17:23:33','2026-02-02 17:23:33','c20d5cc5-5d80-4ce0-9f78-2bedc99c394d'),
(112293,13,23831,NULL,23830,1,'2026-02-02 17:23:33','2026-02-02 17:23:33','5d09b5aa-1608-4cb9-86e8-7d6b21e79b4e'),
(112323,13,1225,NULL,23833,1,'2026-02-02 17:23:56','2026-02-02 17:23:56','738deb4f-bb8e-487d-8e22-12195967c9d3'),
(112324,32,23834,NULL,2610,1,'2026-02-02 17:23:56','2026-02-02 17:23:56','2d793170-68cb-4ad8-b09d-1e9a3af49716'),
(112325,32,23834,NULL,2598,2,'2026-02-02 17:23:56','2026-02-02 17:23:56','b285e9c0-e8c3-4a7d-8114-9e2f3ca8e342'),
(112326,32,23834,NULL,2600,3,'2026-02-02 17:23:56','2026-02-02 17:23:56','773836db-29a1-4420-897c-f3ab755dd41c'),
(112327,32,23834,NULL,2604,4,'2026-02-02 17:23:56','2026-02-02 17:23:56','629f0dad-2a20-47e7-9790-6bd0d59168cc'),
(112328,32,23834,NULL,2608,5,'2026-02-02 17:23:56','2026-02-02 17:23:56','27cc5c94-30f5-437e-b7a4-d086bb2d67f1'),
(112329,32,23834,NULL,2602,6,'2026-02-02 17:23:56','2026-02-02 17:23:56','858fc19c-469b-492c-8b19-de3399d8562b'),
(112330,32,23834,NULL,2596,7,'2026-02-02 17:23:56','2026-02-02 17:23:56','e16083bb-0ba0-4ff2-953f-cb421c3b6f1a'),
(112331,32,23834,NULL,2606,8,'2026-02-02 17:23:56','2026-02-02 17:23:56','021805b9-64c5-4952-9b9e-46c55c257d0e'),
(112332,32,23834,NULL,2612,9,'2026-02-02 17:23:56','2026-02-02 17:23:56','152a2414-7f9f-4a00-977c-9a98ce0cc6d7'),
(112333,16,23834,NULL,4526,1,'2026-02-02 17:23:56','2026-02-02 17:23:56','ddeb6c53-42f0-42d1-8c3f-7049b4a774c8'),
(112334,7,23834,NULL,2969,1,'2026-02-02 17:23:56','2026-02-02 17:23:56','65d76eec-c72a-4d66-b58f-de4299d85db2'),
(112335,7,23834,NULL,2974,2,'2026-02-02 17:23:56','2026-02-02 17:23:56','7a377f82-46b7-4db6-bb7d-5083d86e4b41'),
(112336,7,23834,NULL,617,3,'2026-02-02 17:23:56','2026-02-02 17:23:56','670e2490-74bc-4c3f-af14-a4f41acda064'),
(112337,7,23834,NULL,605,4,'2026-02-02 17:23:56','2026-02-02 17:23:56','7427009f-5b55-41e8-ae78-dcd1bc4a83ce'),
(112338,7,23834,NULL,9552,5,'2026-02-02 17:23:56','2026-02-02 17:23:56','ae2b3359-a90a-4433-9628-e22921d15e0b'),
(112339,82,23834,NULL,469,1,'2026-02-02 17:23:56','2026-02-02 17:23:56','6a164246-00d5-4e74-9f94-26cfa9057074'),
(112340,82,23834,NULL,479,2,'2026-02-02 17:23:56','2026-02-02 17:23:56','b8c0945b-672a-411c-9dbd-2f572ce1bd5e'),
(112341,82,23834,NULL,491,3,'2026-02-02 17:23:56','2026-02-02 17:23:56','cf108433-90cf-4f14-b8d2-eed9695b6783'),
(112342,47,23834,NULL,10501,1,'2026-02-02 17:23:56','2026-02-02 17:23:56','2ba6959b-82e8-4462-8a66-8122df82e85b'),
(112343,57,23834,NULL,8955,1,'2026-02-02 17:23:56','2026-02-02 17:23:56','106f94cf-ce66-463c-aabd-2bb5eb6688ce'),
(112344,57,23834,NULL,8956,2,'2026-02-02 17:23:56','2026-02-02 17:23:56','eb965d7c-dfa6-485c-b8d1-fef6dee33556'),
(112345,57,23834,NULL,8957,3,'2026-02-02 17:23:56','2026-02-02 17:23:56','c41c4627-1ab7-4846-998f-6ee49b9319fd'),
(112346,57,23834,NULL,8958,4,'2026-02-02 17:23:56','2026-02-02 17:23:56','9637ddcd-a141-4dbf-8dcc-582fd1480198'),
(112347,57,23834,NULL,8953,5,'2026-02-02 17:23:56','2026-02-02 17:23:56','70b7f5cc-ad97-429f-b060-702085934590'),
(112348,57,23834,NULL,8954,6,'2026-02-02 17:23:56','2026-02-02 17:23:56','dbbda0c3-c6c9-476f-ae3a-20b189d4143e'),
(112349,57,23834,NULL,9592,7,'2026-02-02 17:23:56','2026-02-02 17:23:56','d6f7865b-6fd7-4086-82d6-6808dfb2116b'),
(112350,57,23834,NULL,8959,8,'2026-02-02 17:23:56','2026-02-02 17:23:56','736ff9aa-e290-468e-b533-9ef34f818505'),
(112351,13,23834,NULL,23833,1,'2026-02-02 17:23:56','2026-02-02 17:23:56','0ab17d3f-f0d8-44cc-96f4-1fa337fae69b'),
(112379,13,1231,NULL,23836,1,'2026-02-02 17:24:30','2026-02-02 17:24:30','93f37c11-080d-479e-8fde-8f428a29b9aa'),
(112380,32,23837,NULL,2610,1,'2026-02-02 17:24:30','2026-02-02 17:24:30','b61cbac4-33f0-4b32-8d34-883b74ba8efd'),
(112381,32,23837,NULL,2598,2,'2026-02-02 17:24:30','2026-02-02 17:24:30','a5967b59-55c4-4e80-9c39-8fce23754fe3'),
(112382,32,23837,NULL,2600,3,'2026-02-02 17:24:30','2026-02-02 17:24:30','80905bf5-93db-413f-8d18-2497529b8e52'),
(112383,32,23837,NULL,2604,4,'2026-02-02 17:24:30','2026-02-02 17:24:30','bdeecff6-93ad-49d1-8b1e-25c41766167a'),
(112384,32,23837,NULL,2608,5,'2026-02-02 17:24:30','2026-02-02 17:24:30','ffee2514-f48a-4cf1-a7b8-2a036c918e8c'),
(112385,32,23837,NULL,2602,6,'2026-02-02 17:24:30','2026-02-02 17:24:30','0e1c0673-bd89-4a4a-8594-fe2d4e1156dc'),
(112386,32,23837,NULL,2596,7,'2026-02-02 17:24:30','2026-02-02 17:24:30','ecbf22ab-b88e-4994-b4aa-cd296e00022a'),
(112387,32,23837,NULL,2606,8,'2026-02-02 17:24:30','2026-02-02 17:24:30','1cd27d12-8c8e-4f74-8d34-0a997c1f9931'),
(112388,32,23837,NULL,2612,9,'2026-02-02 17:24:30','2026-02-02 17:24:30','618bd1ca-7bc6-45a5-acc4-29be5d8eb8a4'),
(112389,16,23837,NULL,4554,1,'2026-02-02 17:24:30','2026-02-02 17:24:30','092dc7a4-402d-4704-9b03-2da77def3dee'),
(112390,7,23837,NULL,3468,1,'2026-02-02 17:24:30','2026-02-02 17:24:30','a5c03240-d256-4cff-8f4e-ee492bc6ae69'),
(112391,7,23837,NULL,617,2,'2026-02-02 17:24:30','2026-02-02 17:24:30','1b9d790f-09db-46a3-a092-9a28c638ef30'),
(112392,7,23837,NULL,605,3,'2026-02-02 17:24:30','2026-02-02 17:24:30','07a6e952-5f90-4285-bde3-4728144535f8'),
(112393,7,23837,NULL,9552,4,'2026-02-02 17:24:30','2026-02-02 17:24:30','62d68f41-29b8-4d9e-990d-e7c2635a5f34'),
(112394,82,23837,NULL,469,1,'2026-02-02 17:24:30','2026-02-02 17:24:30','ec3767c1-0e40-4837-a840-dc8e260eb205'),
(112395,82,23837,NULL,479,2,'2026-02-02 17:24:30','2026-02-02 17:24:30','b3d634dd-2f67-41cd-a94b-d52b86b04d30'),
(112396,82,23837,NULL,491,3,'2026-02-02 17:24:30','2026-02-02 17:24:30','4b686159-d372-4095-b7ad-ee04a4d3b717'),
(112397,47,23837,NULL,10504,1,'2026-02-02 17:24:30','2026-02-02 17:24:30','c51cb197-f4b7-4ba6-8356-05413fea7a8e'),
(112398,57,23837,NULL,8968,1,'2026-02-02 17:24:30','2026-02-02 17:24:30','e3d511bb-fb59-49b5-a5d0-24fbdf1511c3'),
(112399,57,23837,NULL,8970,2,'2026-02-02 17:24:30','2026-02-02 17:24:30','077187e2-7b57-4417-9467-85b6d645c0da'),
(112400,57,23837,NULL,8971,3,'2026-02-02 17:24:30','2026-02-02 17:24:30','b58e2836-0c11-4e2f-be5b-2131902e68ac'),
(112401,57,23837,NULL,8972,4,'2026-02-02 17:24:30','2026-02-02 17:24:30','db25d63b-9b7f-4234-b0af-8115f856d871'),
(112402,57,23837,NULL,8973,5,'2026-02-02 17:24:30','2026-02-02 17:24:30','e22638e8-f920-440f-994c-811ad4af929e'),
(112403,57,23837,NULL,8969,6,'2026-02-02 17:24:30','2026-02-02 17:24:30','7f0b054a-c238-4626-888d-4fce387c3f5d'),
(112404,57,23837,NULL,8974,7,'2026-02-02 17:24:30','2026-02-02 17:24:30','591992ac-20f3-420b-bba9-2d18c3cb51b9'),
(112405,13,23837,NULL,23836,1,'2026-02-02 17:24:30','2026-02-02 17:24:30','099907e2-89d4-4e9c-80ec-ddf1234b0a47'),
(112430,13,1237,NULL,23839,1,'2026-02-02 17:25:19','2026-02-02 17:25:19','3c5b3769-861c-4d5c-8e2a-15708d72839d'),
(112431,32,23840,NULL,2610,1,'2026-02-02 17:25:19','2026-02-02 17:25:19','6c7d7ff7-0cb8-44d6-ae21-1420a60101bf'),
(112432,32,23840,NULL,2598,2,'2026-02-02 17:25:19','2026-02-02 17:25:19','f932d5d7-98d9-48aa-9768-e066988a993c'),
(112433,32,23840,NULL,2600,3,'2026-02-02 17:25:19','2026-02-02 17:25:19','b1a715dc-5827-4ec4-9942-1def1da01b3e'),
(112434,32,23840,NULL,2602,4,'2026-02-02 17:25:19','2026-02-02 17:25:19','e89e3120-82b8-446f-ab65-4c4597b982b7'),
(112435,32,23840,NULL,2604,5,'2026-02-02 17:25:19','2026-02-02 17:25:19','3924e50d-53d5-4694-9b94-f7e5ae1a3eec'),
(112436,32,23840,NULL,2608,6,'2026-02-02 17:25:19','2026-02-02 17:25:19','64fce366-ed06-4d1b-a476-4b522d7d7f92'),
(112437,32,23840,NULL,2596,7,'2026-02-02 17:25:19','2026-02-02 17:25:19','5037ec9b-ecb9-4943-93e5-12534765e700'),
(112438,32,23840,NULL,2606,8,'2026-02-02 17:25:19','2026-02-02 17:25:19','14d02620-d0a4-46fe-8a28-911514cdeb52'),
(112439,32,23840,NULL,2612,9,'2026-02-02 17:25:19','2026-02-02 17:25:19','21c69ba9-8005-4d4d-9234-fd2596792013'),
(112440,16,23840,NULL,4579,1,'2026-02-02 17:25:19','2026-02-02 17:25:19','6f5e0789-9713-4907-a7b7-ecfd4ac9da3d'),
(112441,7,23840,NULL,2969,1,'2026-02-02 17:25:19','2026-02-02 17:25:19','66fedeac-9b58-460c-b95b-70cb3fa89c74'),
(112442,7,23840,NULL,9727,2,'2026-02-02 17:25:19','2026-02-02 17:25:19','2f2c21c1-538c-4dc8-92db-5163e1971bc7'),
(112443,7,23840,NULL,617,3,'2026-02-02 17:25:19','2026-02-02 17:25:19','3a42c4f2-9ef1-48e5-b852-2ae978d928d4'),
(112444,7,23840,NULL,605,4,'2026-02-02 17:25:19','2026-02-02 17:25:19','2237044b-2dd9-4b17-bf06-b6a976a8312c'),
(112445,7,23840,NULL,9552,5,'2026-02-02 17:25:19','2026-02-02 17:25:19','e43784a2-902e-4630-b8f7-ad50869947f2'),
(112446,82,23840,NULL,479,1,'2026-02-02 17:25:19','2026-02-02 17:25:19','973773ad-a75b-477a-971b-94c2cb25ee66'),
(112447,82,23840,NULL,491,2,'2026-02-02 17:25:19','2026-02-02 17:25:19','cba65940-ee66-4824-9632-0379683607d2'),
(112448,47,23840,NULL,12489,1,'2026-02-02 17:25:19','2026-02-02 17:25:19','221ad36c-6d51-41d5-83a3-b482e235a27f'),
(112449,57,23840,NULL,8984,1,'2026-02-02 17:25:19','2026-02-02 17:25:19','6929ea8f-d062-4f52-8101-beeadf299a62'),
(112450,57,23840,NULL,8982,2,'2026-02-02 17:25:19','2026-02-02 17:25:19','622a20f1-12c5-487f-aa9c-913f64708d65'),
(112451,57,23840,NULL,8981,3,'2026-02-02 17:25:19','2026-02-02 17:25:19','30638bff-2a0f-456a-b17f-6111f1ec3552'),
(112452,57,23840,NULL,8983,4,'2026-02-02 17:25:19','2026-02-02 17:25:19','96e866bf-e5bf-4090-8d80-f2f888dc07e2'),
(112453,57,23840,NULL,8980,5,'2026-02-02 17:25:19','2026-02-02 17:25:19','8b510cbc-adec-492f-82c9-4c17def28746'),
(112454,13,23840,NULL,23839,1,'2026-02-02 17:25:19','2026-02-02 17:25:19','73a4dbdc-dd92-48e4-bb53-b4c684158ab9'),
(112480,13,1249,NULL,23842,1,'2026-02-02 17:25:43','2026-02-02 17:25:43','53e5f903-6d8b-4587-b2d5-6ed487cf68cc'),
(112481,32,23843,NULL,2610,1,'2026-02-02 17:25:44','2026-02-02 17:25:44','66421e08-9f4c-4484-b70a-ecbc92d58819'),
(112482,32,23843,NULL,2598,2,'2026-02-02 17:25:44','2026-02-02 17:25:44','90376f04-2736-4894-b545-7837754b4e8f'),
(112483,32,23843,NULL,2600,3,'2026-02-02 17:25:44','2026-02-02 17:25:44','90e124ff-74f7-461e-9acb-f64d4949888b'),
(112484,32,23843,NULL,2602,4,'2026-02-02 17:25:44','2026-02-02 17:25:44','4969eec7-61fa-4acc-acac-a07b73756498'),
(112485,32,23843,NULL,2612,5,'2026-02-02 17:25:44','2026-02-02 17:25:44','550e3396-56ff-42af-b3dd-466fa3641b87'),
(112486,32,23843,NULL,2618,6,'2026-02-02 17:25:44','2026-02-02 17:25:44','9f8549ad-28ca-426e-b19e-a45705a5f53b'),
(112487,32,23843,NULL,2604,7,'2026-02-02 17:25:44','2026-02-02 17:25:44','634ccbb6-153c-4cf2-8864-6e76339f15d2'),
(112488,32,23843,NULL,2608,8,'2026-02-02 17:25:44','2026-02-02 17:25:44','cfe7914d-08d6-4cb6-b4c6-ce21fb27aac2'),
(112489,32,23843,NULL,2596,9,'2026-02-02 17:25:44','2026-02-02 17:25:44','de1015ba-9107-487a-8e00-a8fbc3385642'),
(112490,32,23843,NULL,2606,10,'2026-02-02 17:25:44','2026-02-02 17:25:44','97a10050-5b8e-41a3-9f98-600656d934c2'),
(112491,16,23843,NULL,4639,1,'2026-02-02 17:25:44','2026-02-02 17:25:44','1f5bded8-6f4e-4e2b-9dfd-f3238ce1ff4a'),
(112492,7,23843,NULL,2974,1,'2026-02-02 17:25:44','2026-02-02 17:25:44','d4ddf3a7-dfe9-4fdf-bad8-36329f53befd'),
(112493,7,23843,NULL,617,2,'2026-02-02 17:25:44','2026-02-02 17:25:44','4aac6600-fdda-45f1-b214-3a34ae81d7f5'),
(112494,7,23843,NULL,605,3,'2026-02-02 17:25:44','2026-02-02 17:25:44','e7c604cc-dfaf-4e16-8e80-ade6fd403215'),
(112495,7,23843,NULL,9552,4,'2026-02-02 17:25:44','2026-02-02 17:25:44','9d3c0320-266a-4168-a59f-403a8fe345cf'),
(112496,82,23843,NULL,491,1,'2026-02-02 17:25:44','2026-02-02 17:25:44','70917b59-bd08-48a3-96e2-daaedded5513'),
(112497,46,23843,NULL,3697,1,'2026-02-02 17:25:44','2026-02-02 17:25:44','99794082-3ddb-4c80-9c09-0ac63f4c000e'),
(112498,47,23843,NULL,12494,1,'2026-02-02 17:25:44','2026-02-02 17:25:44','f0ff81e5-916e-420d-806d-e573337577b9'),
(112499,57,23843,NULL,5084,1,'2026-02-02 17:25:44','2026-02-02 17:25:44','7bce85dc-30aa-4e2d-81c9-179937c9c37f'),
(112500,57,23843,NULL,5085,2,'2026-02-02 17:25:44','2026-02-02 17:25:44','489afc4a-9d2b-4370-8049-45f61c6e5750'),
(112501,57,23843,NULL,5086,3,'2026-02-02 17:25:44','2026-02-02 17:25:44','8d679b6c-bf4b-4c17-83e8-2cc3924a8340'),
(112502,57,23843,NULL,5087,4,'2026-02-02 17:25:44','2026-02-02 17:25:44','0ce96baf-e359-4e98-9b55-9166e501e0cc'),
(112503,57,23843,NULL,5088,5,'2026-02-02 17:25:44','2026-02-02 17:25:44','5bd90a26-1be4-4e9f-98d4-d4d4b1c65e2c'),
(112504,13,23843,NULL,23842,1,'2026-02-02 17:25:44','2026-02-02 17:25:44','f576dd87-5982-42ff-b028-8ebb3177968e'),
(112527,13,2,NULL,23845,1,'2026-02-02 17:26:25','2026-02-02 17:26:25','d9d72521-15a5-47d9-8357-ae678b9f6930'),
(112528,32,23846,NULL,2610,1,'2026-02-02 17:26:25','2026-02-02 17:26:25','2b510c4d-fc4e-447f-8033-d8fe127dbb61'),
(112529,32,23846,NULL,2598,2,'2026-02-02 17:26:25','2026-02-02 17:26:25','25e6db65-636a-42da-b944-332808f7434d'),
(112530,32,23846,NULL,2608,3,'2026-02-02 17:26:25','2026-02-02 17:26:25','99d6f301-0d03-411e-951d-2cd5f715ef26'),
(112531,32,23846,NULL,2600,4,'2026-02-02 17:26:25','2026-02-02 17:26:25','69b3a510-ffc8-45ea-a7e8-f397ecc5252a'),
(112532,32,23846,NULL,2596,5,'2026-02-02 17:26:25','2026-02-02 17:26:25','f0361fb0-0ee5-4cb8-8a1a-3b00c1219799'),
(112533,32,23846,NULL,2602,6,'2026-02-02 17:26:25','2026-02-02 17:26:25','10668dc7-5efc-4dc9-85d5-42ca33867f0f'),
(112534,32,23846,NULL,2604,7,'2026-02-02 17:26:25','2026-02-02 17:26:25','d4f550d5-6be3-477c-8037-aaede5a30448'),
(112535,32,23846,NULL,2606,8,'2026-02-02 17:26:25','2026-02-02 17:26:25','379f65b4-4d76-43f0-9e24-ca662198df66'),
(112536,32,23846,NULL,2612,9,'2026-02-02 17:26:25','2026-02-02 17:26:25','2537489f-a2b7-455b-8a09-0fa6c7b23ab3'),
(112537,16,23846,NULL,545,1,'2026-02-02 17:26:25','2026-02-02 17:26:25','fba89766-a95b-42cc-9ad1-b461be0db812'),
(112538,7,23846,NULL,601,1,'2026-02-02 17:26:25','2026-02-02 17:26:25','c3526f55-7d75-4200-8b80-1e74f5268bed'),
(112539,7,23846,NULL,617,2,'2026-02-02 17:26:25','2026-02-02 17:26:25','811674b3-b63a-4b58-8dfb-a96740ed01da'),
(112540,7,23846,NULL,605,3,'2026-02-02 17:26:25','2026-02-02 17:26:25','3bd88456-a534-468f-839e-5ebef54c4ad3'),
(112541,7,23846,NULL,9552,4,'2026-02-02 17:26:25','2026-02-02 17:26:25','fd587b2c-3673-4469-b301-c0c0f9f0e614'),
(112542,82,23846,NULL,491,1,'2026-02-02 17:26:25','2026-02-02 17:26:25','85f7f61c-c7e5-4bb3-9a68-9d7296a5c364'),
(112543,47,23846,NULL,14954,1,'2026-02-02 17:26:25','2026-02-02 17:26:25','dc4e3bac-ee6d-4c95-80a4-b609821ac4b2'),
(112544,57,23846,NULL,545,1,'2026-02-02 17:26:25','2026-02-02 17:26:25','f97cbd02-dcd5-4e53-a69a-776d7d7d03dd'),
(112545,57,23846,NULL,137,2,'2026-02-02 17:26:25','2026-02-02 17:26:25','fa554248-8b41-4aa1-9389-13e55e0b158d'),
(112546,57,23846,NULL,138,3,'2026-02-02 17:26:25','2026-02-02 17:26:25','77a3cf17-916e-41bc-9408-6be580f8453c'),
(112547,57,23846,NULL,136,4,'2026-02-02 17:26:25','2026-02-02 17:26:25','fd0df41e-550c-4473-9613-b3b12e9b32f2'),
(112548,13,23846,NULL,23845,1,'2026-02-02 17:26:25','2026-02-02 17:26:25','cc61e101-c829-4de6-9a3e-630a7d73a22b'),
(112562,13,951,NULL,23848,1,'2026-02-02 17:26:52','2026-02-02 17:26:52','af1817be-a086-4db2-98d5-f3fbaafab037'),
(112563,83,23849,NULL,945,1,'2026-02-02 17:26:52','2026-02-02 17:26:52','9720c1cd-2494-4319-a1f3-85a8e0e391d8'),
(112564,16,23849,NULL,2968,1,'2026-02-02 17:26:52','2026-02-02 17:26:52','942529bb-04d4-40eb-b6d4-2e2e0f2be93a'),
(112565,7,23849,NULL,605,1,'2026-02-02 17:26:52','2026-02-02 17:26:52','2603771f-30c3-47e4-85af-3d7d4fe38136'),
(112566,7,23849,NULL,617,2,'2026-02-02 17:26:52','2026-02-02 17:26:52','33ec5619-08e9-4651-9d4d-bdcb8e639a0d'),
(112567,7,23849,NULL,9552,3,'2026-02-02 17:26:52','2026-02-02 17:26:52','3596fc0f-9d92-4920-b884-52611f8cd215'),
(112568,57,23849,NULL,3248,1,'2026-02-02 17:26:52','2026-02-02 17:26:52','79c55b18-f4f8-4dce-84cf-755d9fc284be'),
(112569,57,23849,NULL,3246,2,'2026-02-02 17:26:52','2026-02-02 17:26:52','4f57cf9f-7c45-4537-a51f-6c86c416c326'),
(112570,57,23849,NULL,3254,3,'2026-02-02 17:26:52','2026-02-02 17:26:52','218d90f8-11b7-4322-b4dc-2dfce96c1319'),
(112571,57,23849,NULL,3253,4,'2026-02-02 17:26:52','2026-02-02 17:26:52','05d5d3ef-de84-4a58-b865-9a03155b9161'),
(112572,57,23849,NULL,3251,5,'2026-02-02 17:26:52','2026-02-02 17:26:52','9853dad9-a612-4e6b-8ce2-4f9343c7d056'),
(112573,57,23849,NULL,3245,6,'2026-02-02 17:26:52','2026-02-02 17:26:52','dd1f5089-a7b6-4d52-8556-f66fb67088e0'),
(112574,13,23849,NULL,23848,1,'2026-02-02 17:26:52','2026-02-02 17:26:52','5a8b3a57-4c45-4e78-8605-29db505e27d4'),
(112601,13,957,NULL,23851,1,'2026-02-02 17:27:17','2026-02-02 17:27:17','f32c035a-ac6f-4b7a-97c4-8a7888f70c30'),
(112602,32,23852,NULL,2610,1,'2026-02-02 17:27:17','2026-02-02 17:27:17','aeb6a4d4-ea63-4d43-8c88-fbed70e8c6f0'),
(112603,32,23852,NULL,2598,2,'2026-02-02 17:27:17','2026-02-02 17:27:17','9951e2a9-1c33-4728-a224-6550d62e2235'),
(112604,32,23852,NULL,2608,3,'2026-02-02 17:27:17','2026-02-02 17:27:17','5c4097c1-4078-4fff-8bc0-599dc6a04df7'),
(112605,32,23852,NULL,2600,4,'2026-02-02 17:27:17','2026-02-02 17:27:17','97ef003e-0633-444f-8b2e-0b587acc0d42'),
(112606,32,23852,NULL,2596,5,'2026-02-02 17:27:17','2026-02-02 17:27:17','2f8965e3-371d-4d06-9786-eb2b91586720'),
(112607,32,23852,NULL,2602,6,'2026-02-02 17:27:17','2026-02-02 17:27:17','599adcf9-d9e8-4e7b-a628-cd92c4fc5410'),
(112608,32,23852,NULL,2604,7,'2026-02-02 17:27:17','2026-02-02 17:27:17','5a9d346b-0812-4318-8d67-fb870ec7d71e'),
(112609,32,23852,NULL,2606,8,'2026-02-02 17:27:17','2026-02-02 17:27:17','9fdbffc6-cd14-4771-80fb-1c56deccd30a'),
(112610,32,23852,NULL,2612,9,'2026-02-02 17:27:17','2026-02-02 17:27:17','0928c3ce-6822-4516-99d4-03f57ccf5812'),
(112611,16,23852,NULL,7707,1,'2026-02-02 17:27:17','2026-02-02 17:27:17','e062b7de-4678-4eb2-9456-7975d640cb63'),
(112612,7,23852,NULL,2969,1,'2026-02-02 17:27:17','2026-02-02 17:27:17','a385468c-b914-4529-bb53-2bb9f997d6c5'),
(112613,7,23852,NULL,3027,2,'2026-02-02 17:27:17','2026-02-02 17:27:17','65862998-d347-47cb-b538-e65162e717f9'),
(112614,7,23852,NULL,9727,3,'2026-02-02 17:27:17','2026-02-02 17:27:17','855a8948-fce9-4806-b2f7-538cc802804b'),
(112615,7,23852,NULL,617,4,'2026-02-02 17:27:17','2026-02-02 17:27:17','c4f2a1c6-24ee-41b9-b02c-33deb7a11be3'),
(112616,7,23852,NULL,605,5,'2026-02-02 17:27:17','2026-02-02 17:27:17','1e8eeadf-cb01-4426-bd30-3a406017da4c'),
(112617,82,23852,NULL,491,1,'2026-02-02 17:27:17','2026-02-02 17:27:17','97fd0752-a298-42f3-b8a4-a890499dbf0e'),
(112618,46,23852,NULL,7369,1,'2026-02-02 17:27:17','2026-02-02 17:27:17','ed517790-4845-425d-ab03-c9f2fa2c0ba4'),
(112619,47,23852,NULL,14963,1,'2026-02-02 17:27:17','2026-02-02 17:27:17','7809ebd4-dda2-4a16-94ac-9c134b0af439'),
(112620,57,23852,NULL,4923,1,'2026-02-02 17:27:17','2026-02-02 17:27:17','965e6b9b-ad25-4593-8b01-4bf24f910e6b'),
(112621,57,23852,NULL,4920,2,'2026-02-02 17:27:17','2026-02-02 17:27:17','6d99f952-a894-4b1a-b265-71676dca9ab2'),
(112622,57,23852,NULL,4921,3,'2026-02-02 17:27:17','2026-02-02 17:27:17','5c4e0f34-7859-466f-9943-6c0522d934f9'),
(112623,57,23852,NULL,4922,4,'2026-02-02 17:27:17','2026-02-02 17:27:17','e816a9c3-dc85-433a-93ad-e7374c7102a5'),
(112624,57,23852,NULL,4924,5,'2026-02-02 17:27:17','2026-02-02 17:27:17','c41cd35c-05bf-4a42-9670-a1e4b4385b2f'),
(112625,57,23852,NULL,7722,6,'2026-02-02 17:27:17','2026-02-02 17:27:17','34595643-14f8-41f2-af06-449de85c3d44'),
(112626,13,23852,NULL,23851,1,'2026-02-02 17:27:17','2026-02-02 17:27:17','ec74c142-d43f-472c-be7f-6776d004a1fd'),
(112658,13,963,NULL,23854,1,'2026-02-02 17:28:38','2026-02-02 17:28:38','a3059d2f-816a-4a28-a081-fc37dc1c17f1'),
(112659,32,23855,NULL,2610,1,'2026-02-02 17:28:38','2026-02-02 17:28:38','7369df27-2a6e-4586-927a-e6ad6375df15'),
(112660,32,23855,NULL,2598,2,'2026-02-02 17:28:38','2026-02-02 17:28:38','468aa35b-5c93-4268-8746-6d7462645e33'),
(112661,32,23855,NULL,2624,3,'2026-02-02 17:28:38','2026-02-02 17:28:38','e2d5d23d-e4c4-48e8-ab00-01695f25bcbb'),
(112662,32,23855,NULL,2600,4,'2026-02-02 17:28:38','2026-02-02 17:28:38','3ff9af6e-df59-4140-8c47-e36d833af81b'),
(112663,32,23855,NULL,2596,5,'2026-02-02 17:28:38','2026-02-02 17:28:38','38bac69d-fbdc-4c94-94fb-936cbfbeab4e'),
(112664,32,23855,NULL,2602,6,'2026-02-02 17:28:38','2026-02-02 17:28:38','00e819f3-74ab-4475-9c2c-a6ead8ba6974'),
(112665,32,23855,NULL,2606,7,'2026-02-02 17:28:38','2026-02-02 17:28:38','664d6567-e203-4c13-ad36-6effa38538c4'),
(112666,32,23855,NULL,2612,8,'2026-02-02 17:28:38','2026-02-02 17:28:38','ab854d63-25f6-4fc3-b9cd-40695109e2a4'),
(112667,32,23855,NULL,2604,9,'2026-02-02 17:28:38','2026-02-02 17:28:38','be526154-7a21-43d8-8d27-3a1ea90f23f4'),
(112668,32,23855,NULL,2608,10,'2026-02-02 17:28:38','2026-02-02 17:28:38','29400ceb-acc4-42c5-bbd2-a3ef0c67cb7d'),
(112669,16,23855,NULL,11819,1,'2026-02-02 17:28:38','2026-02-02 17:28:38','2358e834-5db0-474c-9e71-25b494241785'),
(112670,7,23855,NULL,2969,1,'2026-02-02 17:28:38','2026-02-02 17:28:38','b76111c0-04c7-4b8f-a95b-2427fd660ae9'),
(112671,7,23855,NULL,617,2,'2026-02-02 17:28:38','2026-02-02 17:28:38','c8140586-b102-41e2-a71d-567776ecfd9e'),
(112672,7,23855,NULL,605,3,'2026-02-02 17:28:38','2026-02-02 17:28:38','23f57c22-2383-4324-a5a7-4c86713ae743'),
(112673,7,23855,NULL,9552,4,'2026-02-02 17:28:38','2026-02-02 17:28:38','ecac3587-850f-4cd9-bc78-f4732a21228b'),
(112674,82,23855,NULL,491,1,'2026-02-02 17:28:38','2026-02-02 17:28:38','c59547a7-d556-4d8a-96a0-abc5c2a078b2'),
(112675,46,23855,NULL,2891,1,'2026-02-02 17:28:38','2026-02-02 17:28:38','7f4d98a4-bd3c-4178-9518-93a83d888c8f'),
(112676,47,23855,NULL,14967,1,'2026-02-02 17:28:38','2026-02-02 17:28:38','9fb414bf-a955-4eea-9bea-e6b6e1de3f8b'),
(112677,57,23855,NULL,4927,1,'2026-02-02 17:28:38','2026-02-02 17:28:38','301f2fa3-4eb2-4ef0-8105-49e0b63f8d68'),
(112678,57,23855,NULL,7772,2,'2026-02-02 17:28:38','2026-02-02 17:28:38','30553039-f82f-4011-8b39-7a97f7edaea0'),
(112679,57,23855,NULL,4931,3,'2026-02-02 17:28:38','2026-02-02 17:28:38','6da71b2e-9d74-49eb-b646-1164db9d83a9'),
(112680,57,23855,NULL,4930,4,'2026-02-02 17:28:38','2026-02-02 17:28:38','0626aa6d-363b-43bd-b6cb-71643a95da5a'),
(112681,57,23855,NULL,4932,5,'2026-02-02 17:28:38','2026-02-02 17:28:38','0e621f51-749d-4e89-ab78-159bfac96add'),
(112682,57,23855,NULL,4933,6,'2026-02-02 17:28:38','2026-02-02 17:28:38','72c1287c-8b38-43de-a4cd-9a48d87d71e4'),
(112683,57,23855,NULL,4934,7,'2026-02-02 17:28:38','2026-02-02 17:28:38','e74b46bf-d6e5-4f03-803e-d9e5ec440292'),
(112684,57,23855,NULL,4935,8,'2026-02-02 17:28:38','2026-02-02 17:28:38','a6605c7c-dbd9-434d-b62f-ed94e1c4f954'),
(112685,57,23855,NULL,7739,9,'2026-02-02 17:28:38','2026-02-02 17:28:38','92d6a4b5-cbef-4679-9b96-2d12dc4e4887'),
(112686,57,23855,NULL,7740,10,'2026-02-02 17:28:38','2026-02-02 17:28:38','d8f00a46-465c-4cbe-a2e1-8e8267470733'),
(112687,57,23855,NULL,7741,11,'2026-02-02 17:28:38','2026-02-02 17:28:38','e52b8b04-2acb-4151-9476-1fcf3ee9eb16'),
(112688,13,23855,NULL,23854,1,'2026-02-02 17:28:38','2026-02-02 17:28:38','d3390022-26f1-45c4-8837-9f1103930c75'),
(112716,13,969,NULL,23857,1,'2026-02-02 17:28:59','2026-02-02 17:28:59','d7a9efaf-b323-4c6d-bff2-c31e640f3944'),
(112717,32,23858,NULL,2610,1,'2026-02-02 17:28:59','2026-02-02 17:28:59','5ada64ad-1b62-4b4c-870b-ceec2e6d55c1'),
(112718,32,23858,NULL,2598,2,'2026-02-02 17:28:59','2026-02-02 17:28:59','25f0a357-33e1-412b-b785-212628dd71d8'),
(112719,32,23858,NULL,2600,3,'2026-02-02 17:28:59','2026-02-02 17:28:59','c19318b5-f91a-4005-8931-6f4bde0261e0'),
(112720,32,23858,NULL,2596,4,'2026-02-02 17:28:59','2026-02-02 17:28:59','bfcf53ef-6065-4b4a-bc12-f863543985ed'),
(112721,32,23858,NULL,2602,5,'2026-02-02 17:28:59','2026-02-02 17:28:59','29fb338b-23a8-43a9-8966-477e36bd690a'),
(112722,32,23858,NULL,2604,6,'2026-02-02 17:28:59','2026-02-02 17:28:59','51b90757-149e-45b1-9859-5dcc775815bc'),
(112723,32,23858,NULL,2608,7,'2026-02-02 17:28:59','2026-02-02 17:28:59','aa5e8c9b-68c1-4ebc-8095-569d2da87259'),
(112724,32,23858,NULL,2606,8,'2026-02-02 17:28:59','2026-02-02 17:28:59','a868503b-f78e-47c2-964d-940bd2a4c885'),
(112725,32,23858,NULL,2612,9,'2026-02-02 17:28:59','2026-02-02 17:28:59','bd5eec43-ef7f-468b-903e-fd7a27d582de'),
(112726,16,23858,NULL,9354,1,'2026-02-02 17:28:59','2026-02-02 17:28:59','62830017-50c1-4c41-a61a-a72b8254068d'),
(112727,7,23858,NULL,6547,1,'2026-02-02 17:28:59','2026-02-02 17:28:59','66325802-61cd-412b-ab4d-f56feb4eb3a2'),
(112728,7,23858,NULL,601,2,'2026-02-02 17:28:59','2026-02-02 17:28:59','5e8d2f0b-ce5c-429b-a1eb-63440aada41e'),
(112729,7,23858,NULL,3093,3,'2026-02-02 17:28:59','2026-02-02 17:28:59','82d4128d-a1f2-42af-be36-251ba9d5a7bb'),
(112730,7,23858,NULL,617,4,'2026-02-02 17:28:59','2026-02-02 17:28:59','bd00789d-d375-41bd-b761-b9322c4ebc71'),
(112731,7,23858,NULL,605,5,'2026-02-02 17:28:59','2026-02-02 17:28:59','80f9bf68-4f22-452e-a18b-5b466403274a'),
(112732,7,23858,NULL,9552,6,'2026-02-02 17:28:59','2026-02-02 17:28:59','d340bebb-07f6-4d80-8392-81558e66bd1c'),
(112733,82,23858,NULL,491,1,'2026-02-02 17:28:59','2026-02-02 17:28:59','6e0b3913-54f4-4f16-a067-9d4b1402ce14'),
(112734,47,23858,NULL,14970,1,'2026-02-02 17:28:59','2026-02-02 17:28:59','e3ec1473-69ef-449e-bb47-59f4e3be01ec'),
(112735,57,23858,NULL,7778,1,'2026-02-02 17:28:59','2026-02-02 17:28:59','fd2dab8c-83b3-457f-8aa8-3929a46433b6'),
(112736,57,23858,NULL,7779,2,'2026-02-02 17:28:59','2026-02-02 17:28:59','553f56c2-f01f-4ce2-8233-59c854b09ba4'),
(112737,57,23858,NULL,7780,3,'2026-02-02 17:28:59','2026-02-02 17:28:59','72af5ff0-4fc2-4834-b81c-3fc64059bbd6'),
(112738,57,23858,NULL,7781,4,'2026-02-02 17:28:59','2026-02-02 17:28:59','523e111e-0e29-439e-8a5f-3c2a1064cffa'),
(112739,57,23858,NULL,7783,5,'2026-02-02 17:28:59','2026-02-02 17:28:59','3041eefd-d660-4eed-8a0c-9ef648521dfe'),
(112740,57,23858,NULL,7784,6,'2026-02-02 17:28:59','2026-02-02 17:28:59','d20cf0d0-4faf-4d3b-9a2a-27948645756d'),
(112741,57,23858,NULL,7785,7,'2026-02-02 17:28:59','2026-02-02 17:28:59','2f17fd05-c083-42e6-87ac-485499e89aa9'),
(112742,13,23858,NULL,23857,1,'2026-02-02 17:28:59','2026-02-02 17:28:59','69393ffb-2a5e-4779-9c10-ad948b073eda'),
(112773,13,975,NULL,23859,1,'2026-02-02 17:29:24','2026-02-02 17:29:24','fce35bfe-2918-4d02-95c7-2c6ca925fbaf'),
(112774,32,23861,NULL,2614,1,'2026-02-02 17:29:24','2026-02-02 17:29:24','9c67c121-c04a-451e-86bc-49cdd7496a5a'),
(112775,32,23861,NULL,2610,2,'2026-02-02 17:29:24','2026-02-02 17:29:24','8cabc438-ad1b-49ba-9b80-32bb63fa45e1'),
(112776,32,23861,NULL,2598,3,'2026-02-02 17:29:24','2026-02-02 17:29:24','0bd46c33-e7a3-4ed9-be8d-249ab39e84ba'),
(112777,32,23861,NULL,2608,4,'2026-02-02 17:29:24','2026-02-02 17:29:24','032f7149-bc3f-472f-bf61-03c9a75f372b'),
(112778,32,23861,NULL,2600,5,'2026-02-02 17:29:24','2026-02-02 17:29:24','40086a8e-5081-4179-834f-eae89c92ee6c'),
(112779,32,23861,NULL,2596,6,'2026-02-02 17:29:24','2026-02-02 17:29:24','7e9ad23f-15a6-40a6-a40b-8ae4b31d3f69'),
(112780,32,23861,NULL,2602,7,'2026-02-02 17:29:24','2026-02-02 17:29:24','236a2be3-0c46-4937-840d-b8078c98b0f5'),
(112781,32,23861,NULL,2604,8,'2026-02-02 17:29:24','2026-02-02 17:29:24','dad99ff7-e8db-4c75-8af4-e6a3de8407da'),
(112782,32,23861,NULL,2606,9,'2026-02-02 17:29:24','2026-02-02 17:29:24','7560309a-24f8-4a3c-ad88-07ce364da50e'),
(112783,32,23861,NULL,2612,10,'2026-02-02 17:29:24','2026-02-02 17:29:24','8e564437-2dc5-46aa-b7c5-5e792c1e3acb'),
(112784,16,23861,NULL,7791,1,'2026-02-02 17:29:24','2026-02-02 17:29:24','ea89ead9-c615-403c-959c-51d82d3bf8d5'),
(112785,7,23861,NULL,601,1,'2026-02-02 17:29:24','2026-02-02 17:29:24','beb48e00-7db5-4418-8db9-e5b89af5daac'),
(112786,7,23861,NULL,9735,2,'2026-02-02 17:29:24','2026-02-02 17:29:24','df5bc62b-6656-4bcc-acf0-384a40cd14ab'),
(112787,7,23861,NULL,617,3,'2026-02-02 17:29:24','2026-02-02 17:29:24','69be8eba-e896-4313-8721-75c87b227375'),
(112788,7,23861,NULL,9640,4,'2026-02-02 17:29:24','2026-02-02 17:29:24','9ce08ab6-f6f5-4c37-83b5-fc5193c98de7'),
(112789,7,23861,NULL,2974,5,'2026-02-02 17:29:24','2026-02-02 17:29:24','7fa284ea-6d74-4d62-8877-bce9a1b825d3'),
(112790,7,23861,NULL,605,6,'2026-02-02 17:29:24','2026-02-02 17:29:24','97aa8f93-633c-4284-8e76-0531d5377258'),
(112791,7,23861,NULL,9549,7,'2026-02-02 17:29:24','2026-02-02 17:29:24','a9979d39-821d-44cb-a52e-3234f2183abe'),
(112792,7,23861,NULL,9552,8,'2026-02-02 17:29:24','2026-02-02 17:29:24','82d0bc92-49eb-48e9-b4d4-20736d031b1f'),
(112793,47,23861,NULL,14975,1,'2026-02-02 17:29:24','2026-02-02 17:29:24','32cd0aab-0c26-458a-a811-30b68d288b87'),
(112794,57,23861,NULL,7829,1,'2026-02-02 17:29:24','2026-02-02 17:29:24','80829858-2c43-481d-8526-9cf23a5a9d36'),
(112795,57,23861,NULL,7830,2,'2026-02-02 17:29:24','2026-02-02 17:29:24','d1165975-eddf-48fe-aaf1-d4b75666df5e'),
(112796,57,23861,NULL,7833,3,'2026-02-02 17:29:24','2026-02-02 17:29:24','5cb7f829-04e3-42c1-8f95-3ec65afe452a'),
(112797,57,23861,NULL,7831,4,'2026-02-02 17:29:24','2026-02-02 17:29:24','cfdc26c2-391b-4df9-9fab-02c0117fe50e'),
(112798,57,23861,NULL,7826,5,'2026-02-02 17:29:24','2026-02-02 17:29:24','4e303ef4-fb57-41bf-b360-b4ec04aed636'),
(112799,57,23861,NULL,7828,6,'2026-02-02 17:29:24','2026-02-02 17:29:24','a9ad6d8c-6e7c-48f8-8718-cdef0df03d7d'),
(112800,57,23861,NULL,7827,7,'2026-02-02 17:29:24','2026-02-02 17:29:24','f56c5811-1a26-4f0a-92eb-19ebabd66114'),
(112801,57,23861,NULL,7832,8,'2026-02-02 17:29:24','2026-02-02 17:29:24','736a1232-1057-4fcc-8b25-880162e04494'),
(112802,13,23861,NULL,23859,1,'2026-02-02 17:29:24','2026-02-02 17:29:24','6d2c0b54-4ae0-4342-8887-2b4c9f711d12'),
(112827,13,981,NULL,23863,1,'2026-02-02 17:29:43','2026-02-02 17:29:43','131cd6e2-6348-4b6f-83fb-7bd860e2ceb4'),
(112828,32,23864,NULL,2614,1,'2026-02-02 17:29:43','2026-02-02 17:29:43','4f41a2cc-20f7-4a25-a2a8-4a571e4da663'),
(112829,32,23864,NULL,2610,2,'2026-02-02 17:29:43','2026-02-02 17:29:43','439797ae-b70b-491c-a01e-eaac1326b67c'),
(112830,32,23864,NULL,2598,3,'2026-02-02 17:29:43','2026-02-02 17:29:43','92cbce38-085b-4de1-ad90-04a0cd46a573'),
(112831,32,23864,NULL,2608,4,'2026-02-02 17:29:43','2026-02-02 17:29:43','45e3649e-0ab9-4b87-8803-c2352c0b8749'),
(112832,32,23864,NULL,2600,5,'2026-02-02 17:29:43','2026-02-02 17:29:43','5dc15b19-f8f0-46ad-adc3-cc91aab4e655'),
(112833,32,23864,NULL,2596,6,'2026-02-02 17:29:43','2026-02-02 17:29:43','bcb92330-3e1d-45f5-9909-1e8fd7d0efef'),
(112834,32,23864,NULL,2602,7,'2026-02-02 17:29:43','2026-02-02 17:29:43','5769cad6-f0ce-4c0d-aad5-8d8fdf0ceb58'),
(112835,32,23864,NULL,2604,8,'2026-02-02 17:29:43','2026-02-02 17:29:43','e494da44-eea8-41f3-83e7-f389eece6b57'),
(112836,32,23864,NULL,2606,9,'2026-02-02 17:29:43','2026-02-02 17:29:43','ddc619dd-6a50-4196-b28d-f66795269fdd'),
(112837,32,23864,NULL,2612,10,'2026-02-02 17:29:43','2026-02-02 17:29:43','764c3c10-2f32-455f-b477-c5853e3a359f'),
(112838,16,23864,NULL,3158,1,'2026-02-02 17:29:43','2026-02-02 17:29:43','a9fad958-a50b-46f3-ad09-283b4e9750be'),
(112839,7,23864,NULL,601,1,'2026-02-02 17:29:43','2026-02-02 17:29:43','5a2b2390-310f-45b9-a279-43c706f10423'),
(112840,7,23864,NULL,2974,2,'2026-02-02 17:29:43','2026-02-02 17:29:43','33acc768-57d8-4c2c-b2a3-8f3e372deb49'),
(112841,7,23864,NULL,617,3,'2026-02-02 17:29:43','2026-02-02 17:29:43','c029a7fe-237b-4175-85c6-99015dc2b58e'),
(112842,7,23864,NULL,605,4,'2026-02-02 17:29:43','2026-02-02 17:29:43','a6d8107d-c95b-4abe-bffb-38e8ad2fd010'),
(112843,7,23864,NULL,9552,5,'2026-02-02 17:29:43','2026-02-02 17:29:43','4222ae80-88e1-47b1-9aa4-fb801dfab8e4'),
(112844,47,23864,NULL,14983,1,'2026-02-02 17:29:43','2026-02-02 17:29:43','8055719e-534f-4d06-ab14-501be4d6ad7d'),
(112845,57,23864,NULL,7838,1,'2026-02-02 17:29:43','2026-02-02 17:29:43','1af1ec5e-3c80-41d2-b293-955222f52a20'),
(112846,57,23864,NULL,7840,2,'2026-02-02 17:29:43','2026-02-02 17:29:43','c35004a1-ec8a-474d-b15b-cfbd7eae8163'),
(112847,57,23864,NULL,7839,3,'2026-02-02 17:29:43','2026-02-02 17:29:43','6ee9f6cb-dbc7-4523-bdf0-9f3d2cbbba15'),
(112848,57,23864,NULL,7841,4,'2026-02-02 17:29:43','2026-02-02 17:29:43','209dd714-8b2b-4fac-b76f-f9bf7cf4c3d8'),
(112849,57,23864,NULL,7842,5,'2026-02-02 17:29:43','2026-02-02 17:29:43','aaf58467-6b74-438f-bf80-e37183f6ca50'),
(112850,13,23864,NULL,23863,1,'2026-02-02 17:29:43','2026-02-02 17:29:43','90c9dbfc-2d13-4891-9dcc-4dd6e56a43a4'),
(112873,13,989,NULL,23866,1,'2026-02-02 17:30:01','2026-02-02 17:30:01','508d41e3-4198-42ba-9ae8-fbf64b384fe8'),
(112874,32,23867,NULL,2610,1,'2026-02-02 17:30:01','2026-02-02 17:30:01','f1c332ca-2562-4f3f-9fc7-c6c55a225988'),
(112875,32,23867,NULL,2598,2,'2026-02-02 17:30:01','2026-02-02 17:30:01','da67694e-0124-42be-85d7-c639f94e98d0'),
(112876,32,23867,NULL,2600,3,'2026-02-02 17:30:01','2026-02-02 17:30:01','d4c16c09-de20-4cf3-8058-0abc8ae52ed4'),
(112877,32,23867,NULL,2596,4,'2026-02-02 17:30:01','2026-02-02 17:30:01','ee77906f-4b00-49e4-bb72-c95c33720228'),
(112878,32,23867,NULL,2602,5,'2026-02-02 17:30:01','2026-02-02 17:30:01','79325725-62ed-493e-a40e-63db04823e7a'),
(112879,32,23867,NULL,2604,6,'2026-02-02 17:30:01','2026-02-02 17:30:01','58d94ca5-7ea4-4008-929f-3dcedbcc3164'),
(112880,32,23867,NULL,2608,7,'2026-02-02 17:30:01','2026-02-02 17:30:01','60102126-3bfb-4416-a127-27d7114fe0ec'),
(112881,32,23867,NULL,2606,8,'2026-02-02 17:30:01','2026-02-02 17:30:01','a83e8b7a-1c45-419d-a958-5f1c9f325210'),
(112882,32,23867,NULL,2612,9,'2026-02-02 17:30:01','2026-02-02 17:30:01','d2aed43a-8010-4ddd-b77e-0116270a8632'),
(112883,16,23867,NULL,7850,1,'2026-02-02 17:30:01','2026-02-02 17:30:01','c2b2d2bd-0349-40b6-a622-a9e9ad043232'),
(112884,7,23867,NULL,601,1,'2026-02-02 17:30:01','2026-02-02 17:30:01','3a031717-f140-4cf3-b396-8ec156c211e1'),
(112885,7,23867,NULL,617,2,'2026-02-02 17:30:01','2026-02-02 17:30:01','6422801d-2f1f-468c-9cd5-eea0caf4b731'),
(112886,7,23867,NULL,605,3,'2026-02-02 17:30:01','2026-02-02 17:30:01','9b6d0598-81a2-4bde-9a94-e52e57a437fa'),
(112887,7,23867,NULL,9552,4,'2026-02-02 17:30:01','2026-02-02 17:30:01','0456a229-48e9-4435-9d74-27aea9fdff38'),
(112888,82,23867,NULL,491,1,'2026-02-02 17:30:01','2026-02-02 17:30:01','6421a0ea-44df-4e80-a47b-7ce73f179177'),
(112889,47,23867,NULL,14999,1,'2026-02-02 17:30:01','2026-02-02 17:30:01','d3cc1f97-c9c1-4674-a4a3-c273eb70a427'),
(112890,57,23867,NULL,7851,1,'2026-02-02 17:30:01','2026-02-02 17:30:01','c42f849b-d3d8-417a-84e2-69af58afe12a'),
(112891,57,23867,NULL,7853,2,'2026-02-02 17:30:01','2026-02-02 17:30:01','a0831728-792c-4caf-97a6-658114893eaa'),
(112892,57,23867,NULL,7852,3,'2026-02-02 17:30:01','2026-02-02 17:30:01','0d724699-96fd-450c-96f0-8db0019849d6'),
(112893,57,23867,NULL,3377,4,'2026-02-02 17:30:01','2026-02-02 17:30:01','74940e99-afbb-4d67-be30-b933d03d93c1'),
(112894,13,23867,NULL,23866,1,'2026-02-02 17:30:01','2026-02-02 17:30:01','8047da3c-ee48-420f-85a0-ff878fd189cb'),
(112922,13,995,NULL,23869,1,'2026-02-02 17:30:20','2026-02-02 17:30:20','309a8624-4ae2-4045-b968-9eebfb237650'),
(112923,32,23870,NULL,2614,1,'2026-02-02 17:30:20','2026-02-02 17:30:20','f4f5142a-447f-42e2-a2e6-72fce90e5e84'),
(112924,32,23870,NULL,2610,2,'2026-02-02 17:30:20','2026-02-02 17:30:20','857c205b-de8a-4cbf-a340-7f65ed98d47b'),
(112925,32,23870,NULL,2598,3,'2026-02-02 17:30:20','2026-02-02 17:30:20','8b05832a-2d88-431e-8bc5-fadf0228fd29'),
(112926,32,23870,NULL,2600,4,'2026-02-02 17:30:20','2026-02-02 17:30:20','b1b81181-b31a-4774-a19e-7b6d5a59f709'),
(112927,32,23870,NULL,2596,5,'2026-02-02 17:30:20','2026-02-02 17:30:20','e595408f-158b-46ae-826f-4439efa6445a'),
(112928,32,23870,NULL,2602,6,'2026-02-02 17:30:20','2026-02-02 17:30:20','974fee67-f8c1-4a8f-9d4e-80d145e53ee8'),
(112929,32,23870,NULL,2606,7,'2026-02-02 17:30:20','2026-02-02 17:30:20','a064ecc1-4523-46fb-b344-6034f63ad743'),
(112930,32,23870,NULL,2604,8,'2026-02-02 17:30:20','2026-02-02 17:30:20','3af1556c-dfc6-4c95-942b-c3533f4e3768'),
(112931,32,23870,NULL,2608,9,'2026-02-02 17:30:20','2026-02-02 17:30:20','7fac3d72-5d32-44c1-8d0f-b025cfd11457'),
(112932,32,23870,NULL,2612,10,'2026-02-02 17:30:20','2026-02-02 17:30:20','bcca2ac3-be22-4342-8c04-bbf29bf81cae'),
(112933,16,23870,NULL,3425,1,'2026-02-02 17:30:20','2026-02-02 17:30:20','543360c4-fd34-4ddd-beb8-e9b6025399a9'),
(112934,7,23870,NULL,601,1,'2026-02-02 17:30:20','2026-02-02 17:30:20','24cf9d42-ace0-49f3-b1ae-18d222c9ec18'),
(112935,7,23870,NULL,617,2,'2026-02-02 17:30:20','2026-02-02 17:30:20','54b92b0c-9e81-41c9-9325-39cc1f0b6182'),
(112936,7,23870,NULL,605,3,'2026-02-02 17:30:20','2026-02-02 17:30:20','6291078a-af06-4967-b989-578506944ef2'),
(112937,7,23870,NULL,9552,4,'2026-02-02 17:30:20','2026-02-02 17:30:20','aab5023b-cadc-4577-9838-377bd4dd31c2'),
(112938,82,23870,NULL,491,1,'2026-02-02 17:30:20','2026-02-02 17:30:20','98dfeaa1-fd16-4cd0-9e92-1c2afefb16f5'),
(112939,46,23870,NULL,7381,1,'2026-02-02 17:30:20','2026-02-02 17:30:20','cf801943-3abc-4575-8825-650eef248f7f'),
(112940,47,23870,NULL,15002,1,'2026-02-02 17:30:20','2026-02-02 17:30:20','72c8987e-78d1-4210-a948-50bef4866803'),
(112941,57,23870,NULL,7862,1,'2026-02-02 17:30:20','2026-02-02 17:30:20','4c4f4720-eb56-4d61-a8a0-0861deda5ca0'),
(112942,57,23870,NULL,7858,2,'2026-02-02 17:30:20','2026-02-02 17:30:20','1e4cf155-9865-4d83-9563-024a17b9eb47'),
(112943,57,23870,NULL,7864,3,'2026-02-02 17:30:20','2026-02-02 17:30:20','99d7b4d2-de45-47fa-9e0a-5bf0bf57f17b'),
(112944,57,23870,NULL,7859,4,'2026-02-02 17:30:20','2026-02-02 17:30:20','4bfdc7f7-01bf-465a-bb11-2af673185453'),
(112945,57,23870,NULL,7861,5,'2026-02-02 17:30:20','2026-02-02 17:30:20','ea179fdf-4eef-4bff-a519-5990684ed8ac'),
(112946,57,23870,NULL,7863,6,'2026-02-02 17:30:20','2026-02-02 17:30:20','2a2e08e8-5700-42fb-bc77-7cb37052bc53'),
(112947,57,23870,NULL,7860,7,'2026-02-02 17:30:20','2026-02-02 17:30:20','f7fb4b7c-775d-4b69-b023-4cf20c78832a'),
(112948,13,23870,NULL,23869,1,'2026-02-02 17:30:20','2026-02-02 17:30:20','14dbc00f-6919-4122-96f9-f331af75748c'),
(112978,13,999,NULL,23872,1,'2026-02-02 17:30:34','2026-02-02 17:30:34','9c6e357d-90d9-4722-aa49-6b9020aba806'),
(112979,32,23873,NULL,2610,1,'2026-02-02 17:30:34','2026-02-02 17:30:34','7893d3b9-a33a-4368-bee4-efbcecc40ab2'),
(112980,32,23873,NULL,2598,2,'2026-02-02 17:30:34','2026-02-02 17:30:34','77a051f9-058e-43f5-a1cc-7353b6b86802'),
(112981,32,23873,NULL,2600,3,'2026-02-02 17:30:34','2026-02-02 17:30:34','09d9458c-0a23-4f77-84da-80f1c3d187b6'),
(112982,32,23873,NULL,2596,4,'2026-02-02 17:30:34','2026-02-02 17:30:34','1ff9847d-d4e7-444b-9a7f-ca0aa11fb2b2'),
(112983,32,23873,NULL,2602,5,'2026-02-02 17:30:34','2026-02-02 17:30:34','a1c33924-ab96-4bc4-b137-9d9ba574d2dd'),
(112984,32,23873,NULL,2604,6,'2026-02-02 17:30:34','2026-02-02 17:30:34','384b3ff8-a846-44c0-b89a-fce692e68299'),
(112985,32,23873,NULL,2608,7,'2026-02-02 17:30:34','2026-02-02 17:30:34','f79556e1-c6ab-4bad-8d8c-8411b9fb1715'),
(112986,32,23873,NULL,2606,8,'2026-02-02 17:30:34','2026-02-02 17:30:34','949530a1-f443-4252-a8c9-0ec8c01b37b4'),
(112987,32,23873,NULL,2612,9,'2026-02-02 17:30:34','2026-02-02 17:30:34','eea70727-ad9a-4afd-8d9b-aa90f0564039'),
(112988,16,23873,NULL,7871,1,'2026-02-02 17:30:34','2026-02-02 17:30:34','8aef971c-e014-495d-87ba-363b6da0a6d9'),
(112989,7,23873,NULL,6547,1,'2026-02-02 17:30:34','2026-02-02 17:30:34','d7b1ed4b-b425-4b9b-87f2-54cb6a915e9c'),
(112990,7,23873,NULL,601,2,'2026-02-02 17:30:34','2026-02-02 17:30:34','ed2fb6f6-4405-46dd-9fc4-d92d96523c98'),
(112991,7,23873,NULL,617,3,'2026-02-02 17:30:34','2026-02-02 17:30:34','0681de9a-1b4b-4897-838f-964eb987bd84'),
(112992,7,23873,NULL,9724,4,'2026-02-02 17:30:34','2026-02-02 17:30:34','bc1dbd72-5a7a-4a7b-ab36-68593e78331d'),
(112993,7,23873,NULL,2974,5,'2026-02-02 17:30:34','2026-02-02 17:30:34','618e290f-bb02-4c6e-b228-2c9fb805bec9'),
(112994,7,23873,NULL,9640,6,'2026-02-02 17:30:34','2026-02-02 17:30:34','82e8a24f-91f9-4c94-b05d-a5e4c25ddcfa'),
(112995,7,23873,NULL,605,7,'2026-02-02 17:30:34','2026-02-02 17:30:34','38d1fe44-26dd-4d55-9071-f3dcb9749bef'),
(112996,7,23873,NULL,9552,8,'2026-02-02 17:30:34','2026-02-02 17:30:34','b55fbaa1-fda7-4177-8353-b830044a7f4e'),
(112997,82,23873,NULL,491,1,'2026-02-02 17:30:34','2026-02-02 17:30:34','0af626dc-bae3-476a-a283-cf27c4717acf'),
(112998,46,23873,NULL,7369,1,'2026-02-02 17:30:34','2026-02-02 17:30:34','a34daecc-588a-4a88-94fb-884c0ef88dfd'),
(112999,47,23873,NULL,15005,1,'2026-02-02 17:30:34','2026-02-02 17:30:34','81cada2a-3b69-496f-83cb-701e58778bb3'),
(113000,57,23873,NULL,7870,1,'2026-02-02 17:30:34','2026-02-02 17:30:34','c95e7bbc-5e58-42c2-9d5d-f009fc85931e'),
(113001,57,23873,NULL,7869,2,'2026-02-02 17:30:34','2026-02-02 17:30:34','3612065a-5a21-447f-89c8-1252798eb906'),
(113002,57,23873,NULL,7868,3,'2026-02-02 17:30:34','2026-02-02 17:30:34','9fe3b3b0-33aa-4299-b778-7f26c45ad7f1'),
(113003,57,23873,NULL,7874,4,'2026-02-02 17:30:34','2026-02-02 17:30:34','32dc99b3-77f5-42ee-b805-13b35f4057a2'),
(113004,57,23873,NULL,7873,5,'2026-02-02 17:30:34','2026-02-02 17:30:34','eb3956f6-2e9e-4381-beea-c7d21424d56a'),
(113005,57,23873,NULL,3467,6,'2026-02-02 17:30:34','2026-02-02 17:30:34','9d43162f-f199-48d5-93eb-7c27b4137971'),
(113006,57,23873,NULL,7872,7,'2026-02-02 17:30:34','2026-02-02 17:30:34','fb141a8a-4147-4eea-9e74-2bcbd45d1415'),
(113007,13,23873,NULL,23872,1,'2026-02-02 17:30:34','2026-02-02 17:30:34','aa7846cd-17ef-43da-8c10-4fc91b5e69b9'),
(113032,13,1005,NULL,23874,1,'2026-02-02 17:30:50','2026-02-02 17:30:50','7f190583-e40a-483e-a76d-6beface4b9b1'),
(113033,32,23876,NULL,2610,1,'2026-02-02 17:30:50','2026-02-02 17:30:50','d944bb95-8060-4bc6-af61-072b84fe3075'),
(113034,32,23876,NULL,2598,2,'2026-02-02 17:30:50','2026-02-02 17:30:50','f995434a-cd2a-4c6d-bb91-c77d893d05a3'),
(113035,32,23876,NULL,2608,3,'2026-02-02 17:30:50','2026-02-02 17:30:50','7b986910-8290-4be9-9082-504c5af00ae7'),
(113036,32,23876,NULL,2600,4,'2026-02-02 17:30:50','2026-02-02 17:30:50','f3d4524f-2dbc-4884-88c0-c8967fae1643'),
(113037,32,23876,NULL,2596,5,'2026-02-02 17:30:50','2026-02-02 17:30:50','fd3ad472-2310-44c5-8ccb-505d9940ca73'),
(113038,32,23876,NULL,2602,6,'2026-02-02 17:30:50','2026-02-02 17:30:50','7d5353d4-7be9-48f6-a850-350b0cca2ae9'),
(113039,32,23876,NULL,2612,7,'2026-02-02 17:30:50','2026-02-02 17:30:50','59971f85-e860-4319-abe5-c3c43a0b44fe'),
(113040,32,23876,NULL,2604,8,'2026-02-02 17:30:50','2026-02-02 17:30:50','d2034a11-bbe3-4d96-87d4-65615f58e505'),
(113041,32,23876,NULL,2606,9,'2026-02-02 17:30:50','2026-02-02 17:30:50','df91ca31-2118-46c2-a102-b81c92721283'),
(113042,16,23876,NULL,7881,1,'2026-02-02 17:30:50','2026-02-02 17:30:50','c640bfe2-81d9-496c-8267-1eefceeb1d9f'),
(113043,7,23876,NULL,601,1,'2026-02-02 17:30:50','2026-02-02 17:30:50','2dea57db-9460-48ab-a228-184bfa63ca6c'),
(113044,7,23876,NULL,605,2,'2026-02-02 17:30:50','2026-02-02 17:30:50','153bf2fe-59f4-4ee6-bc8c-65128c73d6d4'),
(113045,7,23876,NULL,617,3,'2026-02-02 17:30:50','2026-02-02 17:30:50','54db8cc3-fe76-49fb-8b95-e67e594a1f45'),
(113046,7,23876,NULL,2974,4,'2026-02-02 17:30:50','2026-02-02 17:30:50','3bae9c1a-8ccd-4522-b7bb-b03a7916978f'),
(113047,7,23876,NULL,9552,5,'2026-02-02 17:30:50','2026-02-02 17:30:50','452be673-f491-4dd5-8748-bb9106a04aee'),
(113048,82,23876,NULL,491,1,'2026-02-02 17:30:50','2026-02-02 17:30:50','c8987c89-5914-4df9-a6cd-e70366938ae3'),
(113049,47,23876,NULL,15008,1,'2026-02-02 17:30:50','2026-02-02 17:30:50','c6b3dd06-b314-4202-92b2-c876c7aeff22'),
(113050,57,23876,NULL,7883,1,'2026-02-02 17:30:50','2026-02-02 17:30:50','1c1cca9f-e49d-4314-a69f-50639b32ad3a'),
(113051,57,23876,NULL,7886,2,'2026-02-02 17:30:50','2026-02-02 17:30:50','64b626bb-8646-46de-bde5-3418b2b49d9f'),
(113052,57,23876,NULL,7885,3,'2026-02-02 17:30:50','2026-02-02 17:30:50','3de3f381-4f50-4d2e-8e22-f05e27800a3e'),
(113053,57,23876,NULL,7882,4,'2026-02-02 17:30:50','2026-02-02 17:30:50','d6ae8226-357b-49fd-b689-e03b8f9a79e5'),
(113054,57,23876,NULL,7884,5,'2026-02-02 17:30:50','2026-02-02 17:30:50','a38cf656-94a7-44c6-b2e2-c391a832ea26'),
(113055,13,23876,NULL,23874,1,'2026-02-02 17:30:50','2026-02-02 17:30:50','d0a5ffa0-4fe8-4530-857f-4facdc587f26'),
(113080,13,1011,NULL,23878,1,'2026-02-02 17:31:08','2026-02-02 17:31:08','22e194a5-7df1-4984-a77b-193e3c4f13a6'),
(113081,32,23879,NULL,2610,1,'2026-02-02 17:31:08','2026-02-02 17:31:08','dc87c7d5-643e-42dd-aa20-f098d5e84c3b'),
(113082,32,23879,NULL,2598,2,'2026-02-02 17:31:08','2026-02-02 17:31:08','0759e90c-9ea9-4fdb-8238-b49ebd92400e'),
(113083,32,23879,NULL,2608,3,'2026-02-02 17:31:08','2026-02-02 17:31:08','48c1d089-9a57-4f07-9226-772dc41569c3'),
(113084,32,23879,NULL,2600,4,'2026-02-02 17:31:08','2026-02-02 17:31:08','d46b0d51-bab2-4d10-b5ed-9ce294fb3f2f'),
(113085,32,23879,NULL,2596,5,'2026-02-02 17:31:08','2026-02-02 17:31:08','0c9bf93f-fa23-4bca-8f6b-524182792c32'),
(113086,32,23879,NULL,2602,6,'2026-02-02 17:31:08','2026-02-02 17:31:08','262b459c-a42b-4637-8b36-9d593ef46ab3'),
(113087,32,23879,NULL,2604,7,'2026-02-02 17:31:08','2026-02-02 17:31:08','47ad10d9-034b-465a-b3c6-9216aa358827'),
(113088,32,23879,NULL,2606,8,'2026-02-02 17:31:08','2026-02-02 17:31:08','714b3caa-35d2-49a6-b2ca-e18741abf071'),
(113089,32,23879,NULL,2612,9,'2026-02-02 17:31:08','2026-02-02 17:31:08','bc59309c-ff9f-46ea-910c-e04b5af0dce8'),
(113090,16,23879,NULL,7891,1,'2026-02-02 17:31:08','2026-02-02 17:31:08','b50592e2-5464-41ab-bd86-9ef580405f36'),
(113091,7,23879,NULL,601,1,'2026-02-02 17:31:08','2026-02-02 17:31:08','84acd466-d36f-4cb6-95b5-abb49f9e44d7'),
(113092,7,23879,NULL,2974,2,'2026-02-02 17:31:08','2026-02-02 17:31:08','59c9cf60-b95c-4ae5-a97d-12c4a2696f15'),
(113093,7,23879,NULL,617,3,'2026-02-02 17:31:08','2026-02-02 17:31:08','7981ca23-8267-406d-99d2-bb2b70ff8621'),
(113094,7,23879,NULL,9732,4,'2026-02-02 17:31:08','2026-02-02 17:31:08','74809102-d7b6-4561-8c2e-5cc94ae0c4b6'),
(113095,7,23879,NULL,605,5,'2026-02-02 17:31:08','2026-02-02 17:31:08','60a9e652-73ea-46c2-8e92-cb6a77cb20e9'),
(113096,7,23879,NULL,9552,6,'2026-02-02 17:31:08','2026-02-02 17:31:08','bbfcb28a-02fd-4dd1-8642-04490dcc494a'),
(113097,82,23879,NULL,491,1,'2026-02-02 17:31:08','2026-02-02 17:31:08','9eb2402f-d2fe-4c0c-b794-e7adc929c135'),
(113098,47,23879,NULL,15011,1,'2026-02-02 17:31:08','2026-02-02 17:31:08','9ec5d5ff-057b-4684-bad3-1707c21ecc4c'),
(113099,57,23879,NULL,7893,1,'2026-02-02 17:31:08','2026-02-02 17:31:08','72ef4832-deb7-4d65-90d6-996549969893'),
(113100,57,23879,NULL,7892,2,'2026-02-02 17:31:08','2026-02-02 17:31:08','7dd960e8-4d07-46fc-8b22-54c5e6339c1b'),
(113101,57,23879,NULL,7894,3,'2026-02-02 17:31:08','2026-02-02 17:31:08','6284ffc8-4e05-433a-92c2-374613c8dac4'),
(113102,57,23879,NULL,7901,4,'2026-02-02 17:31:08','2026-02-02 17:31:08','5a76975f-0aa2-4e44-9f2b-efef1ec4ae52'),
(113103,13,23879,NULL,23878,1,'2026-02-02 17:31:08','2026-02-02 17:31:08','1c1f48ca-03e0-4a35-a001-ad10b908e895'),
(113126,13,1017,NULL,23881,1,'2026-02-02 17:31:28','2026-02-02 17:31:28','367d85a7-07c2-4413-83a7-fa2f81001008'),
(113127,32,23882,NULL,2614,1,'2026-02-02 17:31:29','2026-02-02 17:31:29','2cf5ccdd-408f-475f-8e0d-efabed3e365a'),
(113128,32,23882,NULL,2610,2,'2026-02-02 17:31:29','2026-02-02 17:31:29','a64af5c2-e382-4d45-87e1-617ca5c0525d'),
(113129,32,23882,NULL,2598,3,'2026-02-02 17:31:29','2026-02-02 17:31:29','05326c13-b511-474e-bbe4-410ed79ec237'),
(113130,32,23882,NULL,2600,4,'2026-02-02 17:31:29','2026-02-02 17:31:29','cdb6faf0-c5f8-46be-b971-37f23cdf2b19'),
(113131,32,23882,NULL,2596,5,'2026-02-02 17:31:29','2026-02-02 17:31:29','cbc0602d-6b4d-44e5-ad68-30382a5a865d'),
(113132,32,23882,NULL,2602,6,'2026-02-02 17:31:29','2026-02-02 17:31:29','b9f94dd3-298f-4ec3-b489-0cb8364a2f16'),
(113133,32,23882,NULL,2604,7,'2026-02-02 17:31:29','2026-02-02 17:31:29','0f88a455-552e-4180-a927-7e20062b254b'),
(113134,32,23882,NULL,2608,8,'2026-02-02 17:31:29','2026-02-02 17:31:29','536f3de0-aea6-4b66-ba33-4a62cf0ba9e8'),
(113135,32,23882,NULL,2606,9,'2026-02-02 17:31:29','2026-02-02 17:31:29','af8cf51c-e3c0-48c6-ba27-dfa693da51fe'),
(113136,32,23882,NULL,2612,10,'2026-02-02 17:31:29','2026-02-02 17:31:29','31eb7da4-4627-4597-8de0-81c43c66d2d2'),
(113137,16,23882,NULL,3564,1,'2026-02-02 17:31:29','2026-02-02 17:31:29','923bb046-25a8-4756-910a-adb2bfdbeb43'),
(113138,7,23882,NULL,601,1,'2026-02-02 17:31:29','2026-02-02 17:31:29','a8597117-7009-47cc-9267-d5edeb747423'),
(113139,7,23882,NULL,617,2,'2026-02-02 17:31:29','2026-02-02 17:31:29','8c29e4c7-aa1d-4fe8-987a-3cad6bd993d2'),
(113140,7,23882,NULL,605,3,'2026-02-02 17:31:29','2026-02-02 17:31:29','b7b0ee9d-bf2a-4ebc-8440-cb71a6849102'),
(113141,7,23882,NULL,9552,4,'2026-02-02 17:31:29','2026-02-02 17:31:29','95e5aec2-744d-40f5-8937-2f91f629db81'),
(113142,47,23882,NULL,15014,1,'2026-02-02 17:31:29','2026-02-02 17:31:29','052fe37c-0759-4a8c-afe2-17ddaf86ef6d'),
(113143,57,23882,NULL,7908,1,'2026-02-02 17:31:29','2026-02-02 17:31:29','5093c3b7-b0d6-4abb-96d7-e08aa4085128'),
(113144,57,23882,NULL,7910,2,'2026-02-02 17:31:29','2026-02-02 17:31:29','00b44a8d-b48e-4414-8b8b-c00e00faf446'),
(113145,57,23882,NULL,7911,3,'2026-02-02 17:31:29','2026-02-02 17:31:29','45a8f309-a1cf-43dd-981a-c16ab6a67c16'),
(113146,57,23882,NULL,7909,4,'2026-02-02 17:31:29','2026-02-02 17:31:29','22130073-730f-4f20-9219-7ef12493339a'),
(113147,13,23882,NULL,23881,1,'2026-02-02 17:31:29','2026-02-02 17:31:29','b3e14ec9-7cb7-47c0-b832-cfa28daa7ecc'),
(113178,32,23885,NULL,2610,1,'2026-02-02 17:31:42','2026-02-02 17:31:42','23e24b0d-c748-451f-b5b3-6bd85fc9b867'),
(113179,32,23885,NULL,2598,2,'2026-02-02 17:31:42','2026-02-02 17:31:42','585a255d-852e-4b20-8881-06616a1d7773'),
(113180,32,23885,NULL,2600,3,'2026-02-02 17:31:42','2026-02-02 17:31:42','c3d701ea-4805-4b96-a842-681a4a3672ae'),
(113181,32,23885,NULL,2596,4,'2026-02-02 17:31:42','2026-02-02 17:31:42','fea06a11-8ef5-42cb-87f0-46bc3caa4590'),
(113182,32,23885,NULL,2602,5,'2026-02-02 17:31:42','2026-02-02 17:31:42','e60abea4-c3f5-4c56-86d9-2cf2b358c0d5'),
(113183,32,23885,NULL,2604,6,'2026-02-02 17:31:42','2026-02-02 17:31:42','fe266508-5976-4dca-b542-593422a3871d'),
(113184,32,23885,NULL,2608,7,'2026-02-02 17:31:42','2026-02-02 17:31:42','d1d8c7dc-6d6e-4e9f-8732-78296d35b6d0'),
(113185,32,23885,NULL,2606,8,'2026-02-02 17:31:42','2026-02-02 17:31:42','a724f231-cc9a-46cf-96ce-82953cc6c0f3'),
(113186,32,23885,NULL,2612,9,'2026-02-02 17:31:42','2026-02-02 17:31:42','e849dcb5-3bf8-4f6b-91dd-b5e464bd94a8'),
(113187,16,23885,NULL,5253,1,'2026-02-02 17:31:42','2026-02-02 17:31:42','a110663d-1342-4620-b735-3110548716d7'),
(113188,7,23885,NULL,601,1,'2026-02-02 17:31:42','2026-02-02 17:31:42','088212c2-b2d3-43e6-850e-488ebfcb29dd'),
(113189,7,23885,NULL,617,2,'2026-02-02 17:31:42','2026-02-02 17:31:42','7bd25f27-e8f7-45b2-a584-d1606f69237e'),
(113190,7,23885,NULL,9727,3,'2026-02-02 17:31:42','2026-02-02 17:31:42','d9ec09be-3a0d-4c5f-912e-0d3876498269'),
(113191,7,23885,NULL,9552,4,'2026-02-02 17:31:42','2026-02-02 17:31:42','5c975a14-defb-4521-877b-1c65f51d560b'),
(113192,7,23885,NULL,605,5,'2026-02-02 17:31:42','2026-02-02 17:31:42','b461f043-36cb-41b5-8c6b-75dd014d3572'),
(113193,82,23885,NULL,491,1,'2026-02-02 17:31:42','2026-02-02 17:31:42','38b39104-aaf4-48ac-b0ff-cf70e18b5ad4'),
(113194,46,23885,NULL,7379,1,'2026-02-02 17:31:42','2026-02-02 17:31:42','6be4c26c-47da-41a0-9caa-83c5d99a0b5a'),
(113195,47,23885,NULL,15017,1,'2026-02-02 17:31:42','2026-02-02 17:31:42','ea989e7a-ab88-4f8e-bf66-ae20be522e60'),
(113196,57,23885,NULL,7926,1,'2026-02-02 17:31:42','2026-02-02 17:31:42','35e32cfe-b75e-4439-beb6-3c70d1ba5350'),
(113197,57,23885,NULL,7928,2,'2026-02-02 17:31:42','2026-02-02 17:31:42','deaf734d-60f6-4966-8279-1daa3debfbcb'),
(113198,57,23885,NULL,7927,3,'2026-02-02 17:31:42','2026-02-02 17:31:42','d11828c0-0c63-4c27-9566-ddfaef643b0c'),
(113199,57,23885,NULL,7924,4,'2026-02-02 17:31:42','2026-02-02 17:31:42','70a91076-4edd-4d83-8653-291e9f107f71'),
(113200,57,23885,NULL,7925,5,'2026-02-02 17:31:42','2026-02-02 17:31:42','7730de76-88cb-42c0-aa6e-08ba6a3754a5'),
(113201,57,23885,NULL,7923,6,'2026-02-02 17:31:42','2026-02-02 17:31:42','c69a6094-540f-4539-bf97-2a98813eedf4'),
(113202,57,23885,NULL,7920,7,'2026-02-02 17:31:42','2026-02-02 17:31:42','bd041485-d698-4302-ba05-0717bd172b49'),
(113203,57,23885,NULL,7922,8,'2026-02-02 17:31:42','2026-02-02 17:31:42','cc996895-bbb8-47ba-8b08-e0616154dd17'),
(113204,57,23885,NULL,7921,9,'2026-02-02 17:31:42','2026-02-02 17:31:42','0b501157-d8dd-4666-86df-f45c74b504fa'),
(113233,13,1035,NULL,23887,1,'2026-02-02 17:31:57','2026-02-02 17:31:57','8dc8c566-2a93-4a48-9283-c64df38526b7'),
(113234,32,23888,NULL,2614,1,'2026-02-02 17:31:57','2026-02-02 17:31:57','7cfc34e4-bbc0-403d-8fb5-a72822819029'),
(113235,32,23888,NULL,2610,2,'2026-02-02 17:31:57','2026-02-02 17:31:57','1f45212f-6a26-443c-bbff-28b1af67a83f'),
(113236,32,23888,NULL,2598,3,'2026-02-02 17:31:57','2026-02-02 17:31:57','44dbc01b-3892-4652-b0f4-9598aa28471d'),
(113237,32,23888,NULL,2600,4,'2026-02-02 17:31:57','2026-02-02 17:31:57','58780497-cd3d-400b-bc83-fb54e74395a2'),
(113238,32,23888,NULL,2596,5,'2026-02-02 17:31:57','2026-02-02 17:31:57','33cfa868-d396-49e2-9935-f1c79ff5d519'),
(113239,32,23888,NULL,2602,6,'2026-02-02 17:31:57','2026-02-02 17:31:57','1aa2eea1-0d2e-4fe5-ac5c-7363eeef63d6'),
(113240,32,23888,NULL,2612,7,'2026-02-02 17:31:57','2026-02-02 17:31:57','a9d2e6f4-66c7-4620-b009-ac5f04f96d9c'),
(113241,32,23888,NULL,2604,8,'2026-02-02 17:31:57','2026-02-02 17:31:57','bf405498-74c7-48a2-8d57-3e585abcc42f'),
(113242,32,23888,NULL,2608,9,'2026-02-02 17:31:57','2026-02-02 17:31:57','402779a4-1a51-400f-9c3a-8c4fe03b5bcf'),
(113243,32,23888,NULL,2606,10,'2026-02-02 17:31:57','2026-02-02 17:31:57','04f83ca4-3a25-4f5c-925f-81c9b9ee2dd5'),
(113244,32,23888,NULL,2622,11,'2026-02-02 17:31:57','2026-02-02 17:31:57','c20dc82e-78d2-4da6-a2f2-683c2c950134'),
(113245,16,23888,NULL,3623,1,'2026-02-02 17:31:57','2026-02-02 17:31:57','622d1f8e-6e54-4ea9-a485-7dd6522e6b74'),
(113246,7,23888,NULL,601,1,'2026-02-02 17:31:57','2026-02-02 17:31:57','64fbc4cd-fe64-4779-b382-6b45cda0d99e'),
(113247,7,23888,NULL,617,2,'2026-02-02 17:31:57','2026-02-02 17:31:57','607cc21f-bb7d-48e3-9f0c-37f2889f9ddf'),
(113248,7,23888,NULL,605,3,'2026-02-02 17:31:57','2026-02-02 17:31:57','2cfebd59-b1d7-4ee2-8555-aa8cd0a708a5'),
(113249,7,23888,NULL,9552,4,'2026-02-02 17:31:57','2026-02-02 17:31:57','85f179e2-4a20-4800-b970-6ec4c76f0cc2'),
(113250,47,23888,NULL,15019,1,'2026-02-02 17:31:57','2026-02-02 17:31:57','ef1b436c-1591-4397-8b5e-49f5372d4f21'),
(113251,57,23888,NULL,7950,1,'2026-02-02 17:31:57','2026-02-02 17:31:57','4e2efa21-09b4-4417-b7f2-3718539dbc57'),
(113252,57,23888,NULL,7952,2,'2026-02-02 17:31:57','2026-02-02 17:31:57','b6a39c6f-d2a4-4e2c-bd3e-b970b0a9e521'),
(113253,57,23888,NULL,7956,3,'2026-02-02 17:31:57','2026-02-02 17:31:57','51b502b6-818b-42df-b8a5-5114d8fbc86d'),
(113254,57,23888,NULL,7955,4,'2026-02-02 17:31:57','2026-02-02 17:31:57','a6023e7d-292c-4a5a-bf7f-2cd9582564ec'),
(113255,57,23888,NULL,7951,5,'2026-02-02 17:31:57','2026-02-02 17:31:57','764d47ba-f445-4f0b-9ee4-7ee1db275b2f'),
(113256,57,23888,NULL,7954,6,'2026-02-02 17:31:57','2026-02-02 17:31:57','1bf2e951-2acf-4054-b4a3-99e55a524a81'),
(113257,57,23888,NULL,7953,7,'2026-02-02 17:31:57','2026-02-02 17:31:57','412c80d7-e0a6-4042-9d60-971e7d718a4a'),
(113258,57,23888,NULL,7957,8,'2026-02-02 17:31:57','2026-02-02 17:31:57','b39e9e48-8d91-46fc-a568-e4520fb2c6be'),
(113259,13,23888,NULL,23887,1,'2026-02-02 17:31:57','2026-02-02 17:31:57','f94ded58-78f4-4dde-81d4-ef597392447a'),
(113296,13,1041,NULL,23890,1,'2026-02-02 17:32:09','2026-02-02 17:32:09','ea81cc69-91a8-4bc8-9197-77f6aabb24dc'),
(113297,32,23891,NULL,2610,1,'2026-02-02 17:32:09','2026-02-02 17:32:09','b6c6130b-f742-4ffa-af0e-36ce51a00239'),
(113298,32,23891,NULL,2598,2,'2026-02-02 17:32:09','2026-02-02 17:32:09','6d4e374c-09ae-4c2c-a3e0-874c52009b9e'),
(113299,32,23891,NULL,2608,3,'2026-02-02 17:32:09','2026-02-02 17:32:09','1f5a2d93-01ff-4720-997a-2ca7894c7f5f'),
(113300,32,23891,NULL,2600,4,'2026-02-02 17:32:09','2026-02-02 17:32:09','4f6fd665-1378-4695-a95a-213ce85422cc'),
(113301,32,23891,NULL,2596,5,'2026-02-02 17:32:09','2026-02-02 17:32:09','4c107c74-9f70-4f5e-8607-82c782b702b4'),
(113302,32,23891,NULL,2602,6,'2026-02-02 17:32:09','2026-02-02 17:32:09','94c066c2-b478-4b6e-b365-6bc05f5c7ac3'),
(113303,32,23891,NULL,2604,7,'2026-02-02 17:32:09','2026-02-02 17:32:09','f41ec1d9-4688-42ba-9b15-90015f1c1a74'),
(113304,32,23891,NULL,2606,8,'2026-02-02 17:32:09','2026-02-02 17:32:09','c4dfed88-99bb-45a0-a367-700965634e3a'),
(113305,32,23891,NULL,2612,9,'2026-02-02 17:32:09','2026-02-02 17:32:09','b330dd32-c89a-4329-b90a-3034ebbc84d7'),
(113306,16,23891,NULL,10219,1,'2026-02-02 17:32:09','2026-02-02 17:32:09','ef30967d-ae45-4b5a-b699-3b92d4045cc5'),
(113307,7,23891,NULL,601,1,'2026-02-02 17:32:09','2026-02-02 17:32:09','8c78a640-3360-468b-8136-383eeee9d57e'),
(113308,7,23891,NULL,2974,2,'2026-02-02 17:32:09','2026-02-02 17:32:09','789fa56e-46c4-45e5-a0a1-53ce164fe274'),
(113309,7,23891,NULL,617,3,'2026-02-02 17:32:09','2026-02-02 17:32:09','b2bb51e6-0288-41c8-aa7a-2c24d811ee93'),
(113310,7,23891,NULL,9732,4,'2026-02-02 17:32:09','2026-02-02 17:32:09','859d3313-9a50-4f89-a02e-86a9c7a8b779'),
(113311,7,23891,NULL,9735,5,'2026-02-02 17:32:09','2026-02-02 17:32:09','2159424a-3dbe-4cab-9cab-b511de60c195'),
(113312,7,23891,NULL,9552,6,'2026-02-02 17:32:09','2026-02-02 17:32:09','29fcd995-59c2-4be1-b947-ba16e0f9d73d'),
(113313,7,23891,NULL,605,7,'2026-02-02 17:32:09','2026-02-02 17:32:09','07fb5f7b-1fd7-4a81-8c53-d2df11e68768'),
(113314,82,23891,NULL,491,1,'2026-02-02 17:32:09','2026-02-02 17:32:09','8a978e4d-8f63-434a-86ef-db81248d3de7'),
(113315,47,23891,NULL,15023,1,'2026-02-02 17:32:09','2026-02-02 17:32:09','2eddb986-ed41-4fd5-8f45-1bcc9c0e927a'),
(113316,57,23891,NULL,10220,1,'2026-02-02 17:32:09','2026-02-02 17:32:09','50506eac-bdcc-4d8b-bc4f-2d7d7800d4ac'),
(113317,57,23891,NULL,10224,2,'2026-02-02 17:32:09','2026-02-02 17:32:09','a361f872-ff77-4b2a-8ea4-2a01617f7e69'),
(113318,57,23891,NULL,10221,3,'2026-02-02 17:32:09','2026-02-02 17:32:09','352ba0d5-a977-43ab-8ff2-4f13a8c0af4a'),
(113319,57,23891,NULL,10222,4,'2026-02-02 17:32:09','2026-02-02 17:32:09','61221857-1fce-4ee1-b5da-43a8e8cf466d'),
(113320,57,23891,NULL,10225,5,'2026-02-02 17:32:09','2026-02-02 17:32:09','930c66e8-4b17-4b2c-8949-66467d549064'),
(113321,57,23891,NULL,10226,6,'2026-02-02 17:32:09','2026-02-02 17:32:09','74e0326d-5772-46da-9096-02849ff06d32'),
(113322,57,23891,NULL,10228,7,'2026-02-02 17:32:09','2026-02-02 17:32:09','b0163dd9-575f-4ce7-80e8-a2c4d0ea993d'),
(113323,57,23891,NULL,10229,8,'2026-02-02 17:32:09','2026-02-02 17:32:09','d112d13b-4e38-42ca-94ba-6cadbbb2e32a'),
(113324,57,23891,NULL,10232,9,'2026-02-02 17:32:09','2026-02-02 17:32:09','9346f063-27e6-4fa4-b6a4-9756c338dba3'),
(113325,57,23891,NULL,10233,10,'2026-02-02 17:32:09','2026-02-02 17:32:09','edfb48d7-fab9-4c3d-9c29-07069a7834f2'),
(113326,57,23891,NULL,10234,11,'2026-02-02 17:32:09','2026-02-02 17:32:09','f01fb236-d781-4c1f-88ad-89f9d94febf3'),
(113327,57,23891,NULL,10236,12,'2026-02-02 17:32:09','2026-02-02 17:32:09','63e5285f-021a-4993-827d-1dfc89b5437e'),
(113328,57,23891,NULL,10237,13,'2026-02-02 17:32:09','2026-02-02 17:32:09','ec5cb888-6854-40e4-bb70-ec05a3771e05'),
(113329,57,23891,NULL,10238,14,'2026-02-02 17:32:09','2026-02-02 17:32:09','48859541-fef6-481e-84ab-77ce65c10072'),
(113330,57,23891,NULL,10240,15,'2026-02-02 17:32:09','2026-02-02 17:32:09','5698c0ab-75fa-4c69-8940-070ba6d30c25'),
(113331,13,23891,NULL,23890,1,'2026-02-02 17:32:09','2026-02-02 17:32:09','ae3dc45b-6431-4af3-afb9-25fc2c19e4bc'),
(113360,32,23898,NULL,2610,1,'2026-02-02 17:50:34','2026-02-02 17:50:34','ec3a1e17-95d5-41cf-90cc-a13dd166ff2d'),
(113361,32,23898,NULL,2598,2,'2026-02-02 17:50:34','2026-02-02 17:50:34','e6082d66-f179-48f4-94a6-4079de62b953'),
(113362,32,23898,NULL,2600,3,'2026-02-02 17:50:34','2026-02-02 17:50:34','bb01513d-1228-4c5a-97ae-081150b50501'),
(113363,32,23898,NULL,2596,4,'2026-02-02 17:50:34','2026-02-02 17:50:34','ec49e9a9-2a51-4c35-b5f2-5663882e237f'),
(113364,32,23898,NULL,2602,5,'2026-02-02 17:50:34','2026-02-02 17:50:34','3bd17ab6-c1fc-4081-a11b-ae526cd57edf'),
(113365,32,23898,NULL,2604,6,'2026-02-02 17:50:34','2026-02-02 17:50:34','de6b4c63-4ea8-4d8a-bbe5-f74dcfa9c3fa'),
(113366,32,23898,NULL,2608,7,'2026-02-02 17:50:34','2026-02-02 17:50:34','b37a87cf-f757-40f8-9cc7-6fde58e2c8c5'),
(113367,32,23898,NULL,2606,8,'2026-02-02 17:50:34','2026-02-02 17:50:34','4c6efcfd-d7dd-41fd-8307-9092557ed29a'),
(113368,32,23898,NULL,2612,9,'2026-02-02 17:50:34','2026-02-02 17:50:34','27df119a-c876-4180-bc80-009c4952889a'),
(113369,16,23898,NULL,5253,1,'2026-02-02 17:50:34','2026-02-02 17:50:34','0ce6dcdf-eab2-4474-bc28-bf09c75b0c2e'),
(113370,7,23898,NULL,601,1,'2026-02-02 17:50:34','2026-02-02 17:50:34','c10884b5-abe5-47e7-85f9-efed1db047a0'),
(113371,7,23898,NULL,617,2,'2026-02-02 17:50:34','2026-02-02 17:50:34','f6942c29-0dbf-4308-97f0-4957813a757a'),
(113372,7,23898,NULL,9727,3,'2026-02-02 17:50:34','2026-02-02 17:50:34','8399ae61-05bd-48cd-b17c-212be66f726d'),
(113373,7,23898,NULL,9552,4,'2026-02-02 17:50:34','2026-02-02 17:50:34','e5481b44-0278-4c20-b861-893cec72b3c3'),
(113374,7,23898,NULL,605,5,'2026-02-02 17:50:34','2026-02-02 17:50:34','38a9c8ae-dc9f-4943-8ab8-cc4a14234233'),
(113375,82,23898,NULL,491,1,'2026-02-02 17:50:34','2026-02-02 17:50:34','639866e5-6696-4ca2-8de8-e395910cdb5d'),
(113376,46,23898,NULL,7379,1,'2026-02-02 17:50:34','2026-02-02 17:50:34','709afb21-68ad-4558-a159-4bc8a169df14'),
(113377,47,23898,NULL,15017,1,'2026-02-02 17:50:34','2026-02-02 17:50:34','142681f2-8456-474d-83ef-4bd1bfb025e1'),
(113378,57,23898,NULL,7926,1,'2026-02-02 17:50:34','2026-02-02 17:50:34','d039621b-9d24-4cfe-8117-82927a34aae9'),
(113379,57,23898,NULL,7928,2,'2026-02-02 17:50:34','2026-02-02 17:50:34','856d70cf-3b28-48c1-8fec-b2574f85b45c'),
(113380,57,23898,NULL,7927,3,'2026-02-02 17:50:34','2026-02-02 17:50:34','6244c946-ed5c-481c-8871-4e8152e61980'),
(113381,57,23898,NULL,7924,4,'2026-02-02 17:50:34','2026-02-02 17:50:34','fca4f335-ead5-450c-ab06-a05965f6d6cb'),
(113382,57,23898,NULL,7925,5,'2026-02-02 17:50:34','2026-02-02 17:50:34','419e10d8-2ad8-4d51-b086-a132f975eeeb'),
(113383,57,23898,NULL,7923,6,'2026-02-02 17:50:34','2026-02-02 17:50:34','3523a213-fa9d-42a3-8df9-37c796ac898e'),
(113384,57,23898,NULL,7920,7,'2026-02-02 17:50:34','2026-02-02 17:50:34','c521f512-053f-4e2e-8cfc-52f654f79b8d'),
(113385,57,23898,NULL,7922,8,'2026-02-02 17:50:34','2026-02-02 17:50:34','8653ec50-3395-4b24-981f-612d7025d53f'),
(113386,57,23898,NULL,7921,9,'2026-02-02 17:50:34','2026-02-02 17:50:34','7bf63564-8d6f-44af-85be-161e8680c009'),
(113415,13,1023,NULL,23900,1,'2026-02-02 17:51:18','2026-02-02 17:51:18','cb572069-b2f7-4741-9935-accabaad87b0'),
(113416,32,23901,NULL,2610,1,'2026-02-02 17:51:18','2026-02-02 17:51:18','6139e5d8-e81c-43a5-8e31-50e9b218808b'),
(113417,32,23901,NULL,2598,2,'2026-02-02 17:51:18','2026-02-02 17:51:18','5d6ff2dd-fffd-4243-8b14-1bfeefb78f63'),
(113418,32,23901,NULL,2600,3,'2026-02-02 17:51:18','2026-02-02 17:51:18','61d8d5ae-e12b-4b96-8a4e-50e2d8585af7'),
(113419,32,23901,NULL,2596,4,'2026-02-02 17:51:18','2026-02-02 17:51:18','ae240cad-13e4-49c7-9284-021eea53f007'),
(113420,32,23901,NULL,2602,5,'2026-02-02 17:51:18','2026-02-02 17:51:18','07554eac-3957-4feb-bb9c-5ed38090d15d'),
(113421,32,23901,NULL,2604,6,'2026-02-02 17:51:18','2026-02-02 17:51:18','3056bb0c-1003-4196-b58a-7fac81a7a21c'),
(113422,32,23901,NULL,2608,7,'2026-02-02 17:51:18','2026-02-02 17:51:18','a711f99d-ac4b-4e01-b32a-c6f9c79a8559'),
(113423,32,23901,NULL,2606,8,'2026-02-02 17:51:18','2026-02-02 17:51:18','82abe2af-ea68-4c02-868a-2cafb6ae651c'),
(113424,32,23901,NULL,2612,9,'2026-02-02 17:51:18','2026-02-02 17:51:18','1e001f42-d8ea-47b7-8310-f34d843e36b1'),
(113425,16,23901,NULL,5253,1,'2026-02-02 17:51:18','2026-02-02 17:51:18','b2772ae2-a552-47dd-9544-80abafae8692'),
(113426,7,23901,NULL,601,1,'2026-02-02 17:51:18','2026-02-02 17:51:18','f3d2a446-fb78-4301-8d49-0acc8d18bab5'),
(113427,7,23901,NULL,617,2,'2026-02-02 17:51:18','2026-02-02 17:51:18','b639da09-acea-47bf-a2e4-25a4c29cab0d'),
(113428,7,23901,NULL,9727,3,'2026-02-02 17:51:18','2026-02-02 17:51:18','6696deff-97a8-4995-a8ef-90e0d140bce4'),
(113429,7,23901,NULL,9552,4,'2026-02-02 17:51:18','2026-02-02 17:51:18','ac888b92-3e60-4500-b36d-55709b963e57'),
(113430,7,23901,NULL,605,5,'2026-02-02 17:51:18','2026-02-02 17:51:18','ff594a92-1e22-4913-9aa9-1314871256be'),
(113431,82,23901,NULL,491,1,'2026-02-02 17:51:18','2026-02-02 17:51:18','09119fbe-20e3-4966-b283-267ae1a35c53'),
(113432,46,23901,NULL,7379,1,'2026-02-02 17:51:18','2026-02-02 17:51:18','bcf96c8f-ab3a-4ed9-8a47-bdceb37cc89e'),
(113433,47,23901,NULL,15017,1,'2026-02-02 17:51:18','2026-02-02 17:51:18','03af5462-ad01-4d06-aa4a-b1d9e0b60dad'),
(113434,57,23901,NULL,7926,1,'2026-02-02 17:51:18','2026-02-02 17:51:18','3ee89a52-2747-4652-84e6-33e282297efe'),
(113435,57,23901,NULL,7928,2,'2026-02-02 17:51:18','2026-02-02 17:51:18','d332b944-e518-4b3c-8a9e-f6e6db35fe3a'),
(113436,57,23901,NULL,7927,3,'2026-02-02 17:51:18','2026-02-02 17:51:18','b0fe86ec-a798-479e-a7e0-6748a34c8c73'),
(113437,57,23901,NULL,7924,4,'2026-02-02 17:51:18','2026-02-02 17:51:18','a7e89158-21fd-47f8-8f56-8ef840b48bdc'),
(113438,57,23901,NULL,7925,5,'2026-02-02 17:51:18','2026-02-02 17:51:18','b1ea118b-d7d2-45e6-9563-d62563b3977f'),
(113439,57,23901,NULL,7923,6,'2026-02-02 17:51:18','2026-02-02 17:51:18','db02af8c-c1ae-4255-8ace-d054a712fe46'),
(113440,57,23901,NULL,7920,7,'2026-02-02 17:51:18','2026-02-02 17:51:18','d8c65ef8-5b47-4451-b140-e384691e43ea'),
(113441,57,23901,NULL,7922,8,'2026-02-02 17:51:18','2026-02-02 17:51:18','76f0617d-4952-49e3-a32a-056c9abe7094'),
(113442,57,23901,NULL,7921,9,'2026-02-02 17:51:18','2026-02-02 17:51:18','de4b6b74-4140-459d-9d39-bbc6d81fb568'),
(113443,13,23901,NULL,23900,1,'2026-02-02 17:51:18','2026-02-02 17:51:18','a5e788b1-84bb-49bd-b3aa-149cef7c1aec'),
(113461,13,1135,NULL,23903,1,'2026-02-02 17:53:46','2026-02-02 17:53:46','85ba9d67-d2e5-46dc-aea6-6a7d27b5526a'),
(113462,32,23904,NULL,2614,1,'2026-02-02 17:53:46','2026-02-02 17:53:46','447a0a1c-fde2-4476-b600-2fc9c7165d7c'),
(113463,16,23904,NULL,8208,1,'2026-02-02 17:53:46','2026-02-02 17:53:46','f52af936-835d-4ffd-ad39-c41c74ba6b5b'),
(113464,7,23904,NULL,617,1,'2026-02-02 17:53:46','2026-02-02 17:53:46','121dba1d-4dcf-407f-8c44-4ef11e15b1c4'),
(113465,7,23904,NULL,9555,2,'2026-02-02 17:53:46','2026-02-02 17:53:46','108fd652-9c77-48cc-b242-47c6f8516e19'),
(113466,7,23904,NULL,605,3,'2026-02-02 17:53:46','2026-02-02 17:53:46','1fb20f11-46a9-47e5-b27f-25015776638a'),
(113467,7,23904,NULL,9552,4,'2026-02-02 17:53:46','2026-02-02 17:53:46','cb2b72af-e8f8-41f4-b783-614a5a19c76e'),
(113468,57,23904,NULL,8218,1,'2026-02-02 17:53:46','2026-02-02 17:53:46','874a5187-b212-46ed-9bad-8e76fdd7ab9b'),
(113469,57,23904,NULL,8217,2,'2026-02-02 17:53:46','2026-02-02 17:53:46','0c94d35b-ee0e-45ef-b54e-02bf091cb98f'),
(113470,57,23904,NULL,8211,3,'2026-02-02 17:53:46','2026-02-02 17:53:46','a6742543-5cb0-41aa-8827-08102ec58e35'),
(113471,57,23904,NULL,8214,4,'2026-02-02 17:53:46','2026-02-02 17:53:46','22f37109-b131-467a-9b7f-6ab668c87e6e'),
(113472,57,23904,NULL,8213,5,'2026-02-02 17:53:46','2026-02-02 17:53:46','c4036171-571d-4581-82ab-bf353464f579'),
(113473,57,23904,NULL,8212,6,'2026-02-02 17:53:46','2026-02-02 17:53:46','78387c43-6188-4e5b-abcf-2eba8d72d1b5'),
(113474,57,23904,NULL,8215,7,'2026-02-02 17:53:46','2026-02-02 17:53:46','db16cb6c-9457-47af-898e-cd1b54400578'),
(113475,74,23904,NULL,9453,1,'2026-02-02 17:53:46','2026-02-02 17:53:46','cf31635a-39c4-4454-93b8-8377d55d0f84'),
(113476,13,23904,NULL,23903,1,'2026-02-02 17:53:46','2026-02-02 17:53:46','0c6fba55-7b99-4922-940f-fa750c602e37'),
(113477,12,23904,NULL,12715,1,'2026-02-02 17:53:46','2026-02-02 17:53:46','c099435d-b4e2-457b-b80b-0518fb6f4db1'),
(113505,32,23932,NULL,2610,1,'2026-02-02 20:51:41','2026-02-02 20:51:41','f3b64ec9-e610-46b5-9e32-5d42476abcbd'),
(113506,32,23932,NULL,2598,2,'2026-02-02 20:51:41','2026-02-02 20:51:41','0413c2a8-5947-43c2-8004-3e8a42e3e760'),
(113507,32,23932,NULL,2608,3,'2026-02-02 20:51:41','2026-02-02 20:51:41','3738699e-faf0-4c11-b8b9-ebe1c97eedee'),
(113508,32,23932,NULL,2600,4,'2026-02-02 20:51:41','2026-02-02 20:51:41','b3b3dc20-0ad9-4a3f-91c0-05b0add3b759'),
(113509,32,23932,NULL,2596,5,'2026-02-02 20:51:41','2026-02-02 20:51:41','8bac5027-9df3-40d2-9be8-8b9fe40d33f7'),
(113510,32,23932,NULL,2602,6,'2026-02-02 20:51:41','2026-02-02 20:51:41','58b685f4-067b-4f3b-b34e-6e39225c4643'),
(113511,32,23932,NULL,2604,7,'2026-02-02 20:51:41','2026-02-02 20:51:41','18b80f2e-feac-4dc5-b3d9-7a4bd1ee7d99'),
(113512,32,23932,NULL,2606,8,'2026-02-02 20:51:41','2026-02-02 20:51:41','ff884a27-3721-43c1-a757-47d6951b678f'),
(113513,32,23932,NULL,2612,9,'2026-02-02 20:51:41','2026-02-02 20:51:41','e7859e2a-f2f8-46d3-aa9a-a30e8db1ed33'),
(113514,83,23932,NULL,951,1,'2026-02-02 20:51:41','2026-02-02 20:51:41','58719718-6060-4a15-b270-f2fee64de517'),
(113515,16,23932,NULL,22384,1,'2026-02-02 20:51:41','2026-02-02 20:51:41','3bff875f-e518-4d92-ad38-08bb1f5f4632'),
(113516,7,23932,NULL,6547,1,'2026-02-02 20:51:41','2026-02-02 20:51:41','5cb9bdb4-ce7e-484d-a4eb-76c2e82881e5'),
(113517,7,23932,NULL,601,2,'2026-02-02 20:51:41','2026-02-02 20:51:41','061c51e6-fab5-4f0e-9c24-f9b995c37d36'),
(113518,7,23932,NULL,2972,3,'2026-02-02 20:51:41','2026-02-02 20:51:41','0277a471-0403-4bb2-af43-44ea529cdd90'),
(113519,7,23932,NULL,2974,4,'2026-02-02 20:51:41','2026-02-02 20:51:41','c68395db-d59f-4139-90e6-bee46fcd0695'),
(113520,7,23932,NULL,617,5,'2026-02-02 20:51:41','2026-02-02 20:51:41','5962ccde-869f-4733-8249-3370a54b66b7'),
(113521,7,23932,NULL,605,6,'2026-02-02 20:51:41','2026-02-02 20:51:41','4ae2a4fc-5d31-4a60-9606-3c9918e985fc'),
(113522,7,23932,NULL,9552,7,'2026-02-02 20:51:41','2026-02-02 20:51:41','acf2ea60-dbe5-4506-b6b8-f37b37a66a33'),
(113523,82,23932,NULL,491,1,'2026-02-02 20:51:41','2026-02-02 20:51:41','42da5205-c595-4a6f-b4c7-468b63504b6c'),
(113524,47,23932,NULL,14958,1,'2026-02-02 20:51:41','2026-02-02 20:51:41','d883f080-54f7-42de-b0e4-5c5d544232a5'),
(113525,57,23932,NULL,4842,1,'2026-02-02 20:51:41','2026-02-02 20:51:41','d9f6f618-7df5-49ec-b64d-d08de9bbfc77'),
(113526,57,23932,NULL,4841,2,'2026-02-02 20:51:41','2026-02-02 20:51:41','e9c0a985-6000-45b0-a37f-61ed8441d387'),
(113527,57,23932,NULL,4846,3,'2026-02-02 20:51:41','2026-02-02 20:51:41','11c7120f-57fb-4af3-8afa-add97becf97d'),
(113528,57,23932,NULL,4845,4,'2026-02-02 20:51:41','2026-02-02 20:51:41','42a5d605-cff4-4975-a3ff-035d0f67bcbb'),
(113529,57,23932,NULL,4844,5,'2026-02-02 20:51:41','2026-02-02 20:51:41','4eb34b60-0f47-4391-b691-38e06ab75b8b'),
(113530,57,23932,NULL,4843,6,'2026-02-02 20:51:41','2026-02-02 20:51:41','60fb811a-e38c-472c-b21b-988f5e6f9f52'),
(113557,32,23934,NULL,2610,1,'2026-02-02 20:51:52','2026-02-02 20:51:52','7da52304-33b4-4f99-9e3f-9c7556bf124b'),
(113558,32,23934,NULL,2598,2,'2026-02-02 20:51:52','2026-02-02 20:51:52','06491842-1d5b-4968-a97c-43de3aba020d'),
(113559,32,23934,NULL,2608,3,'2026-02-02 20:51:52','2026-02-02 20:51:52','d1158086-dda6-4299-a3b4-95fd93c808bd'),
(113560,32,23934,NULL,2600,4,'2026-02-02 20:51:52','2026-02-02 20:51:52','db74e4be-f601-40ad-bb3e-fd6445ccf77e'),
(113561,32,23934,NULL,2596,5,'2026-02-02 20:51:52','2026-02-02 20:51:52','9be45cc7-d81b-4639-9168-090c89af9d15'),
(113562,32,23934,NULL,2602,6,'2026-02-02 20:51:52','2026-02-02 20:51:52','a86ee793-a49b-4ea7-a081-a3a7bf5cc373'),
(113563,32,23934,NULL,2604,7,'2026-02-02 20:51:52','2026-02-02 20:51:52','89097ea0-90a1-4fd5-9b54-568b43fee477'),
(113564,32,23934,NULL,2606,8,'2026-02-02 20:51:52','2026-02-02 20:51:52','0e0fbfc7-4829-4b23-98be-c9b8ec9b797d'),
(113565,32,23934,NULL,2612,9,'2026-02-02 20:51:52','2026-02-02 20:51:52','61fb4e96-13df-4c3e-93b8-8f578162ccf4'),
(113566,83,23934,NULL,951,1,'2026-02-02 20:51:52','2026-02-02 20:51:52','fabf2b30-7cd4-4251-bf39-45149623be95'),
(113567,16,23934,NULL,22384,1,'2026-02-02 20:51:52','2026-02-02 20:51:52','d15a8caa-e188-4b08-8c8a-f052c7ba2ab3'),
(113568,7,23934,NULL,6547,1,'2026-02-02 20:51:52','2026-02-02 20:51:52','1256027d-4e6c-4407-840d-82ba1dfae49f'),
(113569,7,23934,NULL,601,2,'2026-02-02 20:51:52','2026-02-02 20:51:52','7a84c3e4-f7a8-4ec3-9ca0-bac2b5cad0cd'),
(113570,7,23934,NULL,2972,3,'2026-02-02 20:51:52','2026-02-02 20:51:52','59a1d4cf-c5ef-4932-a3a3-3d02517cf12d'),
(113571,7,23934,NULL,2974,4,'2026-02-02 20:51:52','2026-02-02 20:51:52','a21e560c-af81-4fde-92f7-e8680ccbb264'),
(113572,7,23934,NULL,617,5,'2026-02-02 20:51:52','2026-02-02 20:51:52','6d0909d4-784b-458e-8c11-7cdd5bb75fdd'),
(113573,7,23934,NULL,605,6,'2026-02-02 20:51:52','2026-02-02 20:51:52','75749d36-e5e3-4ef9-897d-f7999028f3d9'),
(113574,7,23934,NULL,9552,7,'2026-02-02 20:51:52','2026-02-02 20:51:52','72b81554-a9a5-46dc-b2f6-e06ae15ff189'),
(113575,82,23934,NULL,491,1,'2026-02-02 20:51:52','2026-02-02 20:51:52','6756c7f1-398c-4b60-b1f6-54d677c5a88b'),
(113576,47,23934,NULL,14958,1,'2026-02-02 20:51:52','2026-02-02 20:51:52','4d29d93d-9404-41cb-b59f-52d69ee692c9'),
(113577,57,23934,NULL,4842,1,'2026-02-02 20:51:52','2026-02-02 20:51:52','cae980cd-3b2e-4f60-94e3-697513ddac7f'),
(113578,57,23934,NULL,4841,2,'2026-02-02 20:51:52','2026-02-02 20:51:52','fe7b9c88-4ea1-42a8-ac21-101b49818ce0'),
(113579,57,23934,NULL,4846,3,'2026-02-02 20:51:52','2026-02-02 20:51:52','c7b467f5-58f4-4ca0-85a3-70e5cfa03f1c'),
(113580,57,23934,NULL,4845,4,'2026-02-02 20:51:52','2026-02-02 20:51:52','7710f309-b189-4d4e-83bc-8c2016c6cc43'),
(113581,57,23934,NULL,4844,5,'2026-02-02 20:51:52','2026-02-02 20:51:52','71d034d5-77b2-44e5-bc6e-493f3c37d811'),
(113582,57,23934,NULL,4843,6,'2026-02-02 20:51:52','2026-02-02 20:51:52','eab39c0f-0fd0-40a4-aec4-4d767ee3aba6'),
(113610,13,945,NULL,23936,1,'2026-02-02 20:52:54','2026-02-02 20:52:54','6f2c0876-6835-49f0-8cc7-1e26bc08bc64'),
(113611,32,23937,NULL,2610,1,'2026-02-02 20:52:54','2026-02-02 20:52:54','73535af8-f68c-4d6b-9cc6-87f299a51998'),
(113612,32,23937,NULL,2598,2,'2026-02-02 20:52:54','2026-02-02 20:52:54','6aac7e9a-6ba8-45f5-aeb4-abbef7095cc6'),
(113613,32,23937,NULL,2608,3,'2026-02-02 20:52:54','2026-02-02 20:52:54','779839c6-18c5-4154-90c2-a9aecb03e3e3'),
(113614,32,23937,NULL,2600,4,'2026-02-02 20:52:54','2026-02-02 20:52:54','154e54be-fd83-4e10-977f-b3ef48ba6dbb'),
(113615,32,23937,NULL,2596,5,'2026-02-02 20:52:54','2026-02-02 20:52:54','d935fb04-9765-4f2b-aa2e-13456aadfd1d'),
(113616,32,23937,NULL,2602,6,'2026-02-02 20:52:54','2026-02-02 20:52:54','b8ff93fa-6190-44bf-a7ea-acc8dbbcad03'),
(113617,32,23937,NULL,2604,7,'2026-02-02 20:52:54','2026-02-02 20:52:54','e90b8447-7707-42e7-8f59-29d4df3717c2'),
(113618,32,23937,NULL,2606,8,'2026-02-02 20:52:54','2026-02-02 20:52:54','61079474-f08e-436c-b347-f7d8d98f75f9'),
(113619,32,23937,NULL,2612,9,'2026-02-02 20:52:54','2026-02-02 20:52:54','a6283657-6c20-4976-99da-e16b2a7e935e'),
(113620,83,23937,NULL,951,1,'2026-02-02 20:52:54','2026-02-02 20:52:54','0c1e68c6-0769-476a-a195-6159ef3f88df'),
(113621,16,23937,NULL,22384,1,'2026-02-02 20:52:54','2026-02-02 20:52:54','59b01500-b1d7-467f-8b8c-4dd12f06646d'),
(113622,7,23937,NULL,6547,1,'2026-02-02 20:52:54','2026-02-02 20:52:54','e355b4a5-f4d6-4018-ae25-fd130d323f75'),
(113623,7,23937,NULL,601,2,'2026-02-02 20:52:54','2026-02-02 20:52:54','93d7c125-5a1e-41a3-9f4e-a8190a9fa9a7'),
(113624,7,23937,NULL,2972,3,'2026-02-02 20:52:54','2026-02-02 20:52:54','194d6c5f-d564-4625-9a5f-4823bed21b84'),
(113625,7,23937,NULL,2974,4,'2026-02-02 20:52:54','2026-02-02 20:52:54','faa7bc26-a17a-4728-91af-7dee316a189a'),
(113626,7,23937,NULL,617,5,'2026-02-02 20:52:54','2026-02-02 20:52:54','5a65636e-68b1-4b79-a33a-2be2557ad1d3'),
(113627,7,23937,NULL,605,6,'2026-02-02 20:52:54','2026-02-02 20:52:54','8b61b9b4-bd5b-4aef-a0aa-c724d68f0cc1'),
(113628,7,23937,NULL,9552,7,'2026-02-02 20:52:54','2026-02-02 20:52:54','671418f1-0a2b-4d9c-b8ae-a864ad82bd44'),
(113629,82,23937,NULL,491,1,'2026-02-02 20:52:54','2026-02-02 20:52:54','9043ac56-a845-4ee1-afee-1463a396e4aa'),
(113630,47,23937,NULL,14958,1,'2026-02-02 20:52:54','2026-02-02 20:52:54','abaf7b7d-8ff6-48f4-80eb-98f51c9c0aed'),
(113631,57,23937,NULL,4842,1,'2026-02-02 20:52:54','2026-02-02 20:52:54','4a744f39-7acc-465e-874a-57e1d5270d38'),
(113632,57,23937,NULL,4841,2,'2026-02-02 20:52:54','2026-02-02 20:52:54','8934b040-a839-4ff2-be2d-cc5783290e60'),
(113633,57,23937,NULL,4846,3,'2026-02-02 20:52:54','2026-02-02 20:52:54','cb749224-6b77-4ab4-9260-f77e7c8909b2'),
(113634,57,23937,NULL,4845,4,'2026-02-02 20:52:54','2026-02-02 20:52:54','58e10c6f-937f-4c05-a4ff-4f24bfc8b9ca'),
(113635,57,23937,NULL,4844,5,'2026-02-02 20:52:54','2026-02-02 20:52:54','b403d00c-eec8-44e3-bc81-d8222a1e5846'),
(113636,57,23937,NULL,4843,6,'2026-02-02 20:52:54','2026-02-02 20:52:54','ed914c77-5ab7-4eef-9d9c-9d9f7a1f984c'),
(113637,13,23937,NULL,23936,1,'2026-02-02 20:52:54','2026-02-02 20:52:54','306079b0-3b0a-48c9-aac1-2cd737e5c7f8'),
(113669,13,1031,NULL,23944,1,'2026-02-02 21:10:03','2026-02-02 21:10:03','949e514a-104f-4254-a195-f91f1665b7a8'),
(113670,16,23945,NULL,7937,1,'2026-02-02 21:10:03','2026-02-02 21:10:03','e4ae9e28-adc9-455b-9ce5-6a9f8ed6fced'),
(113671,7,23945,NULL,617,1,'2026-02-02 21:10:03','2026-02-02 21:10:03','b371ab98-d2f5-4244-ab0c-1597029b98ef'),
(113672,7,23945,NULL,605,2,'2026-02-02 21:10:03','2026-02-02 21:10:03','6aad51cb-583a-494d-98fb-bc60ff94384a'),
(113673,7,23945,NULL,9552,3,'2026-02-02 21:10:03','2026-02-02 21:10:03','2cab4b90-9e48-402d-87e1-61ff231ffe10'),
(113674,57,23945,NULL,7939,1,'2026-02-02 21:10:03','2026-02-02 21:10:03','378d231c-5846-4d0d-85fe-f5dab9b9fba8'),
(113675,57,23945,NULL,7941,2,'2026-02-02 21:10:03','2026-02-02 21:10:03','01cf9892-bc7d-4e86-a21e-58fde7ed2044'),
(113676,57,23945,NULL,7940,3,'2026-02-02 21:10:03','2026-02-02 21:10:03','5627b372-c884-4836-ae72-e43d88038571'),
(113677,57,23945,NULL,7938,4,'2026-02-02 21:10:03','2026-02-02 21:10:03','6de0da42-3734-4379-92f7-1ba6f3017d52'),
(113678,13,23945,NULL,23944,1,'2026-02-02 21:10:03','2026-02-02 21:10:03','1a63723e-0336-4073-a37a-75eb7380728b'),
(113703,13,1407,NULL,24348,1,'2026-02-03 15:40:07','2026-02-03 15:40:07','62d0f073-1830-42b9-86ce-1333dbf126b8'),
(113704,32,24349,NULL,2610,1,'2026-02-03 15:40:07','2026-02-03 15:40:07','fe3631a3-8d5a-4ecb-bf55-02ea88480438'),
(113705,32,24349,NULL,2598,2,'2026-02-03 15:40:07','2026-02-03 15:40:07','7b866581-0b3a-44d7-ac40-3e7d7c4e9f4b'),
(113706,32,24349,NULL,2600,3,'2026-02-03 15:40:07','2026-02-03 15:40:07','892ea981-0c84-41ea-a4ba-11e379678540'),
(113707,32,24349,NULL,2606,4,'2026-02-03 15:40:07','2026-02-03 15:40:07','ebc5f742-abc0-4dc0-b5a9-bdc21ca37226'),
(113708,32,24349,NULL,2604,5,'2026-02-03 15:40:07','2026-02-03 15:40:07','8150c03f-6462-4b52-ba4e-d5209b117838'),
(113709,32,24349,NULL,2614,6,'2026-02-03 15:40:07','2026-02-03 15:40:07','07374393-be31-454b-a39e-da8a313948e4'),
(113710,32,24349,NULL,2608,7,'2026-02-03 15:40:07','2026-02-03 15:40:07','884816d5-b786-4d11-aa3f-5d146377a6fa'),
(113711,32,24349,NULL,2596,8,'2026-02-03 15:40:07','2026-02-03 15:40:07','8b439875-7ced-44d6-b2b8-db1aecd79e87'),
(113712,32,24349,NULL,2602,9,'2026-02-03 15:40:07','2026-02-03 15:40:07','1a6d6ebc-0246-46f1-b621-1208a4dbc7e7'),
(113713,32,24349,NULL,2612,10,'2026-02-03 15:40:07','2026-02-03 15:40:07','a214f374-f702-4e5c-9347-f1a0474c4cb2'),
(113714,16,24349,NULL,5191,1,'2026-02-03 15:40:07','2026-02-03 15:40:07','08724487-69d4-4307-b38a-0616ecec8a5e'),
(113715,7,24349,NULL,2969,1,'2026-02-03 15:40:07','2026-02-03 15:40:07','f66e949f-9355-493f-b643-81cf4802a89f'),
(113716,7,24349,NULL,617,2,'2026-02-03 15:40:07','2026-02-03 15:40:07','924b3c82-2dec-4217-8467-456fd54acc58'),
(113717,7,24349,NULL,605,3,'2026-02-03 15:40:07','2026-02-03 15:40:07','60657d78-7a38-4626-bb1a-5f112e96d92e'),
(113718,7,24349,NULL,9552,4,'2026-02-03 15:40:07','2026-02-03 15:40:07','ad770f3f-5d4b-4c3d-9552-2be92ca85af4'),
(113719,47,24349,NULL,12370,1,'2026-02-03 15:40:07','2026-02-03 15:40:07','43ed7ec0-eec8-4644-adef-2014d090f8be'),
(113720,57,24349,NULL,5185,1,'2026-02-03 15:40:07','2026-02-03 15:40:07','05fff533-1e94-4b13-a5ad-7303e2e43030'),
(113721,57,24349,NULL,5186,2,'2026-02-03 15:40:07','2026-02-03 15:40:07','e5f15b1e-1b34-4cce-b836-acdd3b030e30'),
(113722,57,24349,NULL,5187,3,'2026-02-03 15:40:07','2026-02-03 15:40:07','1f75a264-30f9-447b-8d0c-f1daf7ad2d26'),
(113723,57,24349,NULL,5188,4,'2026-02-03 15:40:07','2026-02-03 15:40:07','a2f90e9c-5dae-4132-8a33-ae4f36700ef2'),
(113724,57,24349,NULL,5189,5,'2026-02-03 15:40:07','2026-02-03 15:40:07','7f151f56-2293-4d23-b8db-e1c4b07d78a3'),
(113725,57,24349,NULL,5190,6,'2026-02-03 15:40:07','2026-02-03 15:40:07','88321bd8-490b-4f24-a6cd-b7b3b6ef3643'),
(113726,13,24349,NULL,24348,1,'2026-02-03 15:40:07','2026-02-03 15:40:07','cfaf7a77-c1d7-4d8d-8582-56d0040d472c'),
(113761,32,24451,NULL,2610,1,'2026-02-03 18:48:14','2026-02-03 18:48:14','a8934323-d447-4955-b7ce-8e162842136c'),
(113762,32,24451,NULL,2598,2,'2026-02-03 18:48:14','2026-02-03 18:48:14','9584990c-17e1-41e1-9853-d4987a6bf106'),
(113763,32,24451,NULL,2600,3,'2026-02-03 18:48:14','2026-02-03 18:48:14','99d6575b-961a-4e38-bc45-f86f23f5bb87'),
(113764,32,24451,NULL,2604,4,'2026-02-03 18:48:14','2026-02-03 18:48:14','d67d5308-493c-4da8-90b4-059c6f2d7f26'),
(113765,32,24451,NULL,2608,5,'2026-02-03 18:48:14','2026-02-03 18:48:14','d973cc0f-5747-4d6e-a881-8f3fc44dc688'),
(113766,32,24451,NULL,2596,6,'2026-02-03 18:48:14','2026-02-03 18:48:14','ca7cd3d8-f0c0-4cf5-8d9a-a764a271d2fc'),
(113767,32,24451,NULL,2602,7,'2026-02-03 18:48:14','2026-02-03 18:48:14','f21bc10c-0c39-4c51-88f2-e96cb8943c5c'),
(113768,32,24451,NULL,2606,8,'2026-02-03 18:48:14','2026-02-03 18:48:14','c968cda1-36b7-4a96-93d1-6c9a34300373'),
(113769,32,24451,NULL,2612,9,'2026-02-03 18:48:14','2026-02-03 18:48:14','3d39c811-0179-42dc-ba5a-c0c1dca9e924'),
(113770,16,24451,NULL,3374,1,'2026-02-03 18:48:14','2026-02-03 18:48:14','861ba57e-c39c-4f58-b84f-b7fc32b4641e'),
(113771,7,24451,NULL,3468,1,'2026-02-03 18:48:14','2026-02-03 18:48:14','aab4429c-8c78-4b7d-8dc8-30b2bae2deb6'),
(113772,7,24451,NULL,9732,2,'2026-02-03 18:48:14','2026-02-03 18:48:14','17f9454b-ef3b-43e7-8af3-89040a026c7d'),
(113773,7,24451,NULL,617,3,'2026-02-03 18:48:14','2026-02-03 18:48:14','3e1ef563-2ea5-44fa-b685-70e52733da6c'),
(113774,7,24451,NULL,605,4,'2026-02-03 18:48:14','2026-02-03 18:48:14','a1e25fa1-99c5-419c-85fc-3aa433a84879'),
(113775,7,24451,NULL,9552,5,'2026-02-03 18:48:14','2026-02-03 18:48:14','957af50e-c12e-4a38-8058-b97fdd7ddb57'),
(113776,82,24451,NULL,469,1,'2026-02-03 18:48:14','2026-02-03 18:48:14','10427bd6-bccb-4b95-a606-dcf53426cd5c'),
(113777,82,24451,NULL,475,2,'2026-02-03 18:48:14','2026-02-03 18:48:14','671c5e03-d920-4aba-9183-6a2618d1617c'),
(113778,82,24451,NULL,479,3,'2026-02-03 18:48:14','2026-02-03 18:48:14','e3dd9073-d884-49e0-80d3-fab92d71cdbc'),
(113779,82,24451,NULL,491,4,'2026-02-03 18:48:14','2026-02-03 18:48:14','9b079b3e-11a9-4bb1-b368-120ad6ff490f'),
(113780,47,24451,NULL,12333,1,'2026-02-03 18:48:14','2026-02-03 18:48:14','08a806e4-984c-47cb-92a4-bb5e5f28c83b'),
(113781,57,24451,NULL,3362,1,'2026-02-03 18:48:14','2026-02-03 18:48:14','f5cf129a-0c0e-40be-83f0-89cd8cecdbca'),
(113782,57,24451,NULL,3363,2,'2026-02-03 18:48:14','2026-02-03 18:48:14','3ebac81e-3f22-4dde-a25b-624d57f6f12f'),
(113783,57,24451,NULL,3364,3,'2026-02-03 18:48:14','2026-02-03 18:48:14','5f4a8be3-cb87-45dd-bdcd-7cb60c0f53f9'),
(113784,57,24451,NULL,3365,4,'2026-02-03 18:48:14','2026-02-03 18:48:14','896ceb3d-73fc-481b-960b-f24b1b94693f'),
(113785,57,24451,NULL,3366,5,'2026-02-03 18:48:14','2026-02-03 18:48:14','ef3f4a2b-aeaa-4126-9ab4-5f972a642358'),
(113786,57,24451,NULL,3367,6,'2026-02-03 18:48:14','2026-02-03 18:48:14','7022a4e7-12e6-4a54-9fa2-b813b6b28e2c'),
(113787,57,24451,NULL,3368,7,'2026-02-03 18:48:14','2026-02-03 18:48:14','bd7db94d-9a2d-400b-97b1-8921dd979bfd'),
(113788,57,24451,NULL,3369,8,'2026-02-03 18:48:14','2026-02-03 18:48:14','19f3900b-ca81-4835-b9fd-e32735512b57'),
(113789,57,24451,NULL,3370,9,'2026-02-03 18:48:14','2026-02-03 18:48:14','0ed8ca9f-7536-4cf3-8f6d-8779239d7332'),
(113790,57,24451,NULL,3371,10,'2026-02-03 18:48:14','2026-02-03 18:48:14','7542fa27-2d3e-43b9-a089-215d1cc77d30'),
(113791,57,24451,NULL,3372,11,'2026-02-03 18:48:14','2026-02-03 18:48:14','56d4886a-5414-4c14-b699-de4d71476100'),
(113792,57,24451,NULL,3373,12,'2026-02-03 18:48:14','2026-02-03 18:48:14','1e96f2a4-79b3-4528-8706-c55dd372cfe1'),
(113793,57,24451,NULL,3374,13,'2026-02-03 18:48:14','2026-02-03 18:48:14','6f42d010-aec7-4029-ae9d-ffb657d0e52a'),
(113794,72,24451,NULL,548,1,'2026-02-03 18:48:14','2026-02-03 18:48:14','1384185b-7ffd-4e46-b870-6b4b482e2692'),
(113795,32,24802,NULL,2610,1,'2026-02-04 15:06:20','2026-02-04 15:06:20','590d556f-0f8a-45bc-bb3a-07ff4cabba10'),
(113796,32,24802,NULL,2598,2,'2026-02-04 15:06:20','2026-02-04 15:06:20','de3011b7-fa63-49d1-ae8a-a21e69ec6d35'),
(113797,32,24802,NULL,2608,3,'2026-02-04 15:06:20','2026-02-04 15:06:20','a389fb26-ec0e-4b0c-be11-f4df39f10e01'),
(113798,32,24802,NULL,2600,4,'2026-02-04 15:06:20','2026-02-04 15:06:20','1a54694c-a626-4020-8da0-c36193496705'),
(113799,32,24802,NULL,2596,5,'2026-02-04 15:06:20','2026-02-04 15:06:20','93277033-6bb9-45e1-bf40-15676e2e7b43'),
(113800,32,24802,NULL,2602,6,'2026-02-04 15:06:20','2026-02-04 15:06:20','7f1e081a-6914-40aa-95d3-25769179a141'),
(113801,32,24802,NULL,2604,7,'2026-02-04 15:06:20','2026-02-04 15:06:20','7f6c521a-4280-4453-99ba-b82935027b0c'),
(113802,32,24802,NULL,2606,8,'2026-02-04 15:06:20','2026-02-04 15:06:20','25bd89e7-ea67-4c4b-a0b4-6f4d1c7633d0'),
(113803,32,24802,NULL,2612,9,'2026-02-04 15:06:20','2026-02-04 15:06:20','3226fd5f-4601-4426-a26d-0fafb3e884b7'),
(113804,16,24802,NULL,545,1,'2026-02-04 15:06:20','2026-02-04 15:06:20','652499bb-3aee-4f0f-b333-0ada1a18024c'),
(113805,7,24802,NULL,601,1,'2026-02-04 15:06:20','2026-02-04 15:06:20','d10e289e-8efe-4478-8c94-1f86f8ce394f'),
(113806,7,24802,NULL,617,2,'2026-02-04 15:06:20','2026-02-04 15:06:20','7eb4db31-a3bd-4de9-b725-984eb2399923'),
(113807,7,24802,NULL,605,3,'2026-02-04 15:06:20','2026-02-04 15:06:20','a5e75d7f-753c-4323-a533-7edc347cbedb'),
(113808,7,24802,NULL,9552,4,'2026-02-04 15:06:20','2026-02-04 15:06:20','d1250d80-a03a-413b-85d3-b830b360f586'),
(113809,82,24802,NULL,491,1,'2026-02-04 15:06:20','2026-02-04 15:06:20','1e823a39-c732-4470-b704-aea561fd693a'),
(113810,47,24802,NULL,14954,1,'2026-02-04 15:06:20','2026-02-04 15:06:20','234c595b-1dc5-4cf5-abd8-d34cdd589d25'),
(113811,57,24802,NULL,545,1,'2026-02-04 15:06:20','2026-02-04 15:06:20','2be9b679-5421-4d3f-ae9e-9d9a3571bb6d'),
(113812,57,24802,NULL,137,2,'2026-02-04 15:06:20','2026-02-04 15:06:20','88d1a397-1aa1-4af0-8a6d-fce404ee55dd'),
(113813,57,24802,NULL,138,3,'2026-02-04 15:06:20','2026-02-04 15:06:20','331c9654-ba94-4ecc-a63d-9fa2750cd30b'),
(113814,57,24802,NULL,136,4,'2026-02-04 15:06:20','2026-02-04 15:06:20','f69fbad5-fb1d-4531-b8b1-a875a8f6e4ec'),
(113815,13,24802,NULL,23845,1,'2026-02-04 15:06:20','2026-02-04 15:06:20','da89314d-7b0b-45e8-a978-7ea870ed23d6'),
(113926,32,25617,NULL,2610,1,'2026-02-06 17:41:38','2026-02-06 17:41:38','f1d78efa-9451-49ef-a160-fa2a5ef81846'),
(113927,32,25617,NULL,2598,2,'2026-02-06 17:41:38','2026-02-06 17:41:38','5dc2fc9f-8e8b-4145-b6c9-383811dd583c'),
(113928,32,25617,NULL,2600,3,'2026-02-06 17:41:38','2026-02-06 17:41:38','77214754-198f-4478-8ed6-07a98561da6a'),
(113929,32,25617,NULL,2604,4,'2026-02-06 17:41:38','2026-02-06 17:41:38','501c896d-5b55-404e-8a3b-d990a824c964'),
(113930,32,25617,NULL,2608,5,'2026-02-06 17:41:38','2026-02-06 17:41:38','3ad3e62f-93d2-4a84-925d-12b5a1a2f6a3'),
(113931,32,25617,NULL,2596,6,'2026-02-06 17:41:38','2026-02-06 17:41:38','5673a46b-0829-4f03-b2e5-2df42647df90'),
(113932,32,25617,NULL,2602,7,'2026-02-06 17:41:38','2026-02-06 17:41:38','efa31943-20c0-4ae9-8bd3-356b6031c876'),
(113933,32,25617,NULL,2606,8,'2026-02-06 17:41:38','2026-02-06 17:41:38','ebe876d3-d91c-41a7-bf6f-365d6ca18ffb'),
(113934,32,25617,NULL,2612,9,'2026-02-06 17:41:38','2026-02-06 17:41:38','37f01a04-156b-4ae1-814c-406819b6753b'),
(113935,16,25617,NULL,9420,1,'2026-02-06 17:41:38','2026-02-06 17:41:38','c1817389-59fa-4cc3-be39-b94b4f10d55b'),
(113936,7,25617,NULL,6547,1,'2026-02-06 17:41:38','2026-02-06 17:41:38','ad729033-2cf5-4726-b03d-54f9f620be43'),
(113937,7,25617,NULL,601,2,'2026-02-06 17:41:38','2026-02-06 17:41:38','527ca97c-3c34-477e-8db3-b851602154c5'),
(113938,7,25617,NULL,617,3,'2026-02-06 17:41:38','2026-02-06 17:41:38','757138ea-c32c-43de-bf9b-c73fa7e49885'),
(113939,7,25617,NULL,605,4,'2026-02-06 17:41:38','2026-02-06 17:41:38','af3ca1a5-08be-4efa-9980-c05e75eb3abf'),
(113940,7,25617,NULL,9552,5,'2026-02-06 17:41:38','2026-02-06 17:41:38','5e3335b9-f73c-4396-b4ae-b80983f7420c'),
(113941,82,25617,NULL,491,1,'2026-02-06 17:41:38','2026-02-06 17:41:38','90b5304f-7855-4dc5-b2e6-ec0fae7c4893'),
(113942,47,25617,NULL,12413,1,'2026-02-06 17:41:38','2026-02-06 17:41:38','f2e61976-42eb-43a9-8995-6d87a74cae8f'),
(113943,57,25617,NULL,8141,1,'2026-02-06 17:41:38','2026-02-06 17:41:38','01f30991-0429-4b35-860f-67aca1746ca1'),
(113944,57,25617,NULL,5129,2,'2026-02-06 17:41:38','2026-02-06 17:41:38','d7314027-1d2a-4b16-9950-61fa9cc29f8e'),
(113945,57,25617,NULL,5127,3,'2026-02-06 17:41:38','2026-02-06 17:41:38','4c25c2da-101d-47cb-a8a4-e9e6bcec67fe'),
(113946,57,25617,NULL,8142,4,'2026-02-06 17:41:38','2026-02-06 17:41:38','e205921e-c030-4aba-9100-3b8b6e49c8fe'),
(113947,57,25617,NULL,9423,5,'2026-02-06 17:41:38','2026-02-06 17:41:38','84799149-f719-46eb-9dc7-9bf2287dd6c1'),
(113948,57,25617,NULL,9424,6,'2026-02-06 17:41:38','2026-02-06 17:41:38','51f6b77f-2f16-48e5-a26c-28c0460c6f9c'),
(113949,57,25617,NULL,9425,7,'2026-02-06 17:41:38','2026-02-06 17:41:38','5a75dfbb-d586-47eb-9e5f-07551ec0b560'),
(113950,57,25617,NULL,9426,8,'2026-02-06 17:41:38','2026-02-06 17:41:38','fb5f2f96-518c-40e4-9ce2-bf45eff2dcf0'),
(113951,57,25617,NULL,9427,9,'2026-02-06 17:41:38','2026-02-06 17:41:38','616d08b9-af99-43b2-982c-675d2a668bff'),
(113952,13,25617,NULL,23725,1,'2026-02-06 17:41:38','2026-02-06 17:41:38','3eb71d71-6392-461e-919a-1539d4d1321f'),
(113977,32,25620,NULL,2614,1,'2026-02-06 17:42:55','2026-02-06 17:42:55','8039a777-9259-40ea-aff9-af276ecafd1b'),
(113978,32,25620,NULL,2610,2,'2026-02-06 17:42:55','2026-02-06 17:42:55','4eca2346-3e6d-414e-958f-415e95d1d5fb'),
(113979,32,25620,NULL,2598,3,'2026-02-06 17:42:55','2026-02-06 17:42:55','24acab43-c051-434d-8c19-0554042acee6'),
(113980,32,25620,NULL,2608,4,'2026-02-06 17:42:55','2026-02-06 17:42:55','2afa52ae-ae3f-4302-adc7-8615ca635cb6'),
(113981,32,25620,NULL,2600,5,'2026-02-06 17:42:55','2026-02-06 17:42:55','0118da2a-6843-408d-a0e1-1de8abbf3c65'),
(113982,32,25620,NULL,2596,6,'2026-02-06 17:42:55','2026-02-06 17:42:55','9295df12-46b1-45db-9633-d1f461d199dd'),
(113983,32,25620,NULL,2602,7,'2026-02-06 17:42:55','2026-02-06 17:42:55','66ac4f12-5db2-488e-b2d3-b226141a3519'),
(113984,32,25620,NULL,2606,8,'2026-02-06 17:42:55','2026-02-06 17:42:55','7c19df0f-20fe-4adb-8b41-462926f1cdf7'),
(113985,32,25620,NULL,2612,9,'2026-02-06 17:42:55','2026-02-06 17:42:55','16f6b729-c602-47c0-8127-5603adb345d2'),
(113986,32,25620,NULL,2604,10,'2026-02-06 17:42:55','2026-02-06 17:42:55','8d92c4c3-1579-42ef-8c77-1068476073fa'),
(113987,16,25620,NULL,6741,1,'2026-02-06 17:42:55','2026-02-06 17:42:55','9281c825-d3b2-4d9e-bea8-3d1c5fac969c'),
(113988,7,25620,NULL,605,1,'2026-02-06 17:42:55','2026-02-06 17:42:55','be27c1b8-4b21-4646-8fef-eb6c260a66ed'),
(113989,7,25620,NULL,617,2,'2026-02-06 17:42:55','2026-02-06 17:42:55','55253b6a-3eb9-4e53-8a5d-27b016788d02'),
(113990,7,25620,NULL,9552,3,'2026-02-06 17:42:55','2026-02-06 17:42:55','7f8614d2-2b8f-4e36-85df-00cb729ba7e2'),
(113991,47,25620,NULL,12269,1,'2026-02-06 17:42:55','2026-02-06 17:42:55','a391f718-091f-4f0d-9458-91c8ac4bab6b'),
(113992,57,25620,NULL,6759,1,'2026-02-06 17:42:55','2026-02-06 17:42:55','cae48765-f3b0-47c0-ae21-14a4975024ef'),
(113993,57,25620,NULL,6760,2,'2026-02-06 17:42:55','2026-02-06 17:42:55','5d31a62e-6a05-40cb-94ee-f3e21f9758d8'),
(113994,57,25620,NULL,6761,3,'2026-02-06 17:42:55','2026-02-06 17:42:55','801663bb-59e1-4dbf-8181-32e43c13ebd6'),
(113995,57,25620,NULL,6762,4,'2026-02-06 17:42:55','2026-02-06 17:42:55','588526e1-c899-451f-88c4-1ac5f7b0da49'),
(113996,57,25620,NULL,6763,5,'2026-02-06 17:42:55','2026-02-06 17:42:55','856fc34e-9760-4189-9bdc-f647d4097359'),
(113997,57,25620,NULL,6764,6,'2026-02-06 17:42:55','2026-02-06 17:42:55','c719118b-4c00-40b8-a1b5-5dc1cc2a1e62'),
(113998,57,25620,NULL,6765,7,'2026-02-06 17:42:55','2026-02-06 17:42:55','a7c41dbc-3a69-4c18-8ac4-afc6fd014fc2'),
(113999,57,25620,NULL,6766,8,'2026-02-06 17:42:55','2026-02-06 17:42:55','c12af9d8-0a60-48d9-a7e4-1686c8245bc5'),
(114000,13,25620,NULL,6767,1,'2026-02-06 17:42:55','2026-02-06 17:42:55','bd6f15c6-217e-4a9d-ba19-5e583308959c'),
(114025,32,25622,NULL,2610,1,'2026-02-06 17:43:26','2026-02-06 17:43:26','aa12b5ed-13a2-473a-95a9-a506e9faec2e'),
(114026,32,25622,NULL,2598,2,'2026-02-06 17:43:26','2026-02-06 17:43:26','8a30c3ef-e22e-4305-99ed-8ae2759ea1ff'),
(114027,32,25622,NULL,2600,3,'2026-02-06 17:43:26','2026-02-06 17:43:26','f9e3f402-5ef3-4ede-bb07-d1ae6e823d7e'),
(114028,32,25622,NULL,2602,4,'2026-02-06 17:43:26','2026-02-06 17:43:26','e213d479-0136-494b-86e1-02aa9095d157'),
(114029,32,25622,NULL,2604,5,'2026-02-06 17:43:26','2026-02-06 17:43:26','786171dc-eeaf-4e5a-be76-6c2ddaaab6d8'),
(114030,32,25622,NULL,2608,6,'2026-02-06 17:43:26','2026-02-06 17:43:26','f9e58fe5-d7d7-45c6-a370-cb829fc55722'),
(114031,32,25622,NULL,2596,7,'2026-02-06 17:43:26','2026-02-06 17:43:26','6d4fa692-eeb5-463f-b8a4-61aa8c31c36f'),
(114032,32,25622,NULL,2606,8,'2026-02-06 17:43:26','2026-02-06 17:43:26','16422ca0-6915-480d-8689-999bce0e9be2'),
(114033,32,25622,NULL,2612,9,'2026-02-06 17:43:26','2026-02-06 17:43:26','8cd6f837-1eb3-43cf-93f5-69b317741c67'),
(114034,16,25622,NULL,4579,1,'2026-02-06 17:43:26','2026-02-06 17:43:26','fb85a8bd-1572-4fc6-ac21-14e6bab63127'),
(114035,7,25622,NULL,2969,1,'2026-02-06 17:43:26','2026-02-06 17:43:26','eabc8f6e-adf2-4da9-b5a8-f661e8ded2f1'),
(114036,7,25622,NULL,9727,2,'2026-02-06 17:43:26','2026-02-06 17:43:26','35e9f238-751e-44c4-8cfb-30e558b33138'),
(114037,7,25622,NULL,617,3,'2026-02-06 17:43:26','2026-02-06 17:43:26','1777ecb7-465b-4ef7-85d7-c7f8ecf6e864'),
(114038,7,25622,NULL,605,4,'2026-02-06 17:43:26','2026-02-06 17:43:26','49bc915c-75e8-41b1-939a-26aff4695bed'),
(114039,7,25622,NULL,9552,5,'2026-02-06 17:43:26','2026-02-06 17:43:26','a813a05c-236c-44da-8be7-76bd8d2dc222'),
(114040,82,25622,NULL,479,1,'2026-02-06 17:43:26','2026-02-06 17:43:26','5da16dd8-e1e2-4aa6-ac6e-471c9faaa44f'),
(114041,82,25622,NULL,491,2,'2026-02-06 17:43:26','2026-02-06 17:43:26','95fb8099-e788-4f69-8cd4-b3de8ed6db67'),
(114042,47,25622,NULL,12489,1,'2026-02-06 17:43:26','2026-02-06 17:43:26','5ffd1bf0-9d7b-4394-b019-3da61994308a'),
(114043,57,25622,NULL,8984,1,'2026-02-06 17:43:26','2026-02-06 17:43:26','97802636-e680-46e0-89a6-7ca1f8874d47'),
(114044,57,25622,NULL,8982,2,'2026-02-06 17:43:26','2026-02-06 17:43:26','f7e3ef14-8805-4e40-a45c-40eeff71869c'),
(114045,57,25622,NULL,8981,3,'2026-02-06 17:43:26','2026-02-06 17:43:26','6923ee8b-1759-46ae-97ef-8baa2488af17'),
(114046,57,25622,NULL,8983,4,'2026-02-06 17:43:26','2026-02-06 17:43:26','f1730556-c4f7-4277-a42e-a18ecd7cdc86'),
(114047,57,25622,NULL,8980,5,'2026-02-06 17:43:26','2026-02-06 17:43:26','c8e9edd7-38dd-4f51-890e-8fb0c1e2a94f'),
(114048,13,25622,NULL,23839,1,'2026-02-06 17:43:26','2026-02-06 17:43:26','341eab07-7bb8-4fa4-820a-825c6832c57b'),
(114079,32,25644,NULL,2610,1,'2026-02-06 18:43:08','2026-02-06 18:43:08','4dc6621e-b8f3-479c-a12a-b6dab9b8dba2'),
(114080,32,25644,NULL,2598,2,'2026-02-06 18:43:08','2026-02-06 18:43:08','21cfce85-e8f2-4663-a376-d63aabf79cfe'),
(114081,32,25644,NULL,2608,3,'2026-02-06 18:43:08','2026-02-06 18:43:08','92692538-9e15-469a-b732-59886328eb8e'),
(114082,32,25644,NULL,2600,4,'2026-02-06 18:43:08','2026-02-06 18:43:08','c9afec41-a0a8-40be-8187-05a4b88a43f0'),
(114083,32,25644,NULL,2596,5,'2026-02-06 18:43:08','2026-02-06 18:43:08','41f6674b-10c1-4c9e-8a5f-f936fe637349'),
(114084,32,25644,NULL,2602,6,'2026-02-06 18:43:08','2026-02-06 18:43:08','5b520477-409e-4d4a-adee-b3b233b32a1a'),
(114085,32,25644,NULL,2606,7,'2026-02-06 18:43:08','2026-02-06 18:43:08','71ac743f-a144-4746-835c-bbb8c0184d17'),
(114086,32,25644,NULL,2612,8,'2026-02-06 18:43:08','2026-02-06 18:43:08','42294677-8771-4d63-b592-63fe751b51ab'),
(114087,32,25644,NULL,2604,9,'2026-02-06 18:43:08','2026-02-06 18:43:08','a2298ea9-406b-4eb5-beb5-6d02cc214030'),
(114088,16,25644,NULL,10248,1,'2026-02-06 18:43:08','2026-02-06 18:43:08','a1f90fae-03d2-4551-873a-211698b56758'),
(114089,7,25644,NULL,6547,1,'2026-02-06 18:43:08','2026-02-06 18:43:08','e45ec090-425d-4074-a5f1-36a84a13203a'),
(114090,7,25644,NULL,601,2,'2026-02-06 18:43:08','2026-02-06 18:43:08','487618fb-e588-4614-a7b9-2257b83fa131'),
(114091,7,25644,NULL,617,3,'2026-02-06 18:43:08','2026-02-06 18:43:08','3bb0e569-f524-4f8d-b231-363297bf4011'),
(114092,7,25644,NULL,2974,4,'2026-02-06 18:43:08','2026-02-06 18:43:08','66903cf3-c48f-4d4b-aeaa-d9f9d67d85c2'),
(114093,7,25644,NULL,605,5,'2026-02-06 18:43:08','2026-02-06 18:43:08','d127a6b1-d6ba-4959-8513-a92faed8361c'),
(114094,7,25644,NULL,9552,6,'2026-02-06 18:43:08','2026-02-06 18:43:08','f7ee862d-3813-463c-b8d8-2106e7c2c224'),
(114095,82,25644,NULL,491,1,'2026-02-06 18:43:08','2026-02-06 18:43:08','daf616de-58dc-4952-a0b5-1a2167db7d50'),
(114096,46,25644,NULL,7369,1,'2026-02-06 18:43:08','2026-02-06 18:43:08','9a6e4b87-2643-4012-9033-b8d7c7e5ab4d'),
(114097,47,25644,NULL,15316,1,'2026-02-06 18:43:08','2026-02-06 18:43:08','7216cb53-1099-43dc-a051-42c0f05cbe11'),
(114098,57,25644,NULL,10250,1,'2026-02-06 18:43:08','2026-02-06 18:43:08','6687403c-6ec4-4c7b-a737-cefdeb657d71'),
(114099,57,25644,NULL,10249,2,'2026-02-06 18:43:08','2026-02-06 18:43:08','6f7c9d9f-91c2-4fb3-800c-6bedca039d80'),
(114100,57,25644,NULL,9331,3,'2026-02-06 18:43:08','2026-02-06 18:43:08','faa2c67a-454a-4a64-8522-05ae322baa4c'),
(114101,57,25644,NULL,9336,4,'2026-02-06 18:43:08','2026-02-06 18:43:08','85ea4378-bd00-4b1c-8e75-4f78f69aa37e'),
(114102,57,25644,NULL,9332,5,'2026-02-06 18:43:08','2026-02-06 18:43:08','88e4c762-16cf-4667-b423-1ace6c1c502e'),
(114103,57,25644,NULL,10251,6,'2026-02-06 18:43:08','2026-02-06 18:43:08','9e5bb5d6-b0d7-4716-822f-25f4812bd784'),
(114104,57,25644,NULL,9333,7,'2026-02-06 18:43:08','2026-02-06 18:43:08','70065502-39f5-43b8-8e82-62d903f3915e'),
(114105,57,25644,NULL,9334,8,'2026-02-06 18:43:08','2026-02-06 18:43:08','80067420-5d29-4cd8-8902-a427283508d0'),
(114106,57,25644,NULL,9335,9,'2026-02-06 18:43:08','2026-02-06 18:43:08','092deb47-43fd-4c05-947f-a4bb41330b1c'),
(114107,57,25644,NULL,10252,10,'2026-02-06 18:43:08','2026-02-06 18:43:08','92013a49-f5e0-45f5-ab77-49b0ecd3e498'),
(114108,13,25644,NULL,23764,1,'2026-02-06 18:43:08','2026-02-06 18:43:08','4527a8d0-7faa-4e35-8ed8-3a8fb563dea6'),
(114109,32,25646,NULL,2610,1,'2026-02-06 18:51:49','2026-02-06 18:51:49','cbe3e084-a766-4892-8ac1-42ed297759d5'),
(114110,32,25646,NULL,2598,2,'2026-02-06 18:51:49','2026-02-06 18:51:49','57c99e48-f8bb-4413-8247-2eec50904f03'),
(114111,32,25646,NULL,2600,3,'2026-02-06 18:51:49','2026-02-06 18:51:49','12af27d9-8abe-49d8-857a-f9b285ce6209'),
(114112,32,25646,NULL,2596,4,'2026-02-06 18:51:49','2026-02-06 18:51:49','234b5527-d1dc-4bcd-8885-3c89ac1a1067'),
(114113,32,25646,NULL,2602,5,'2026-02-06 18:51:49','2026-02-06 18:51:49','9144f7f8-4476-4f40-a7ca-ce3b643baf39'),
(114114,32,25646,NULL,2604,6,'2026-02-06 18:51:49','2026-02-06 18:51:49','506da3e8-a409-4a8f-946b-e2be3816d399'),
(114115,32,25646,NULL,2608,7,'2026-02-06 18:51:49','2026-02-06 18:51:49','28279e13-b572-4312-808c-48d9ac4c280c'),
(114116,32,25646,NULL,2606,8,'2026-02-06 18:51:49','2026-02-06 18:51:49','b16bd80b-2923-419f-ba63-682df3c208a4'),
(114117,32,25646,NULL,2612,9,'2026-02-06 18:51:49','2026-02-06 18:51:49','898ce581-d816-4ab2-abaf-610696d6a4db'),
(114118,16,25646,NULL,5253,1,'2026-02-06 18:51:49','2026-02-06 18:51:49','160af5ae-4d21-4ca2-8a85-6b0bde46d68b'),
(114119,7,25646,NULL,601,1,'2026-02-06 18:51:49','2026-02-06 18:51:49','e49a036f-8766-42d3-9f40-73158fe8ff66'),
(114120,7,25646,NULL,617,2,'2026-02-06 18:51:49','2026-02-06 18:51:49','593b077f-a696-4f54-b782-444a7ab985bd'),
(114121,7,25646,NULL,9727,3,'2026-02-06 18:51:49','2026-02-06 18:51:49','43eb3d38-fb26-4e99-9dbf-ff24aff2da80'),
(114122,7,25646,NULL,9552,4,'2026-02-06 18:51:49','2026-02-06 18:51:49','2910f767-f01b-405b-8666-b96d658fb5f5'),
(114123,7,25646,NULL,605,5,'2026-02-06 18:51:49','2026-02-06 18:51:49','d4e1363d-d339-485b-8d00-cd6e59c57cd8'),
(114124,82,25646,NULL,491,1,'2026-02-06 18:51:49','2026-02-06 18:51:49','378867f0-1e3c-4c63-be8a-a79359d4c2ce'),
(114125,46,25646,NULL,7379,1,'2026-02-06 18:51:49','2026-02-06 18:51:49','0940b1ac-e9a8-40b5-a8bb-8d3112cc97d2'),
(114126,47,25646,NULL,15017,1,'2026-02-06 18:51:49','2026-02-06 18:51:49','769c2e02-0db3-4fd8-94a1-738791306524'),
(114127,57,25646,NULL,7926,1,'2026-02-06 18:51:49','2026-02-06 18:51:49','4eccf0af-f6ca-42de-9dad-e22637e8fc59'),
(114128,57,25646,NULL,7928,2,'2026-02-06 18:51:49','2026-02-06 18:51:49','55df8a00-d076-4612-be36-486bf90ee387'),
(114129,57,25646,NULL,7927,3,'2026-02-06 18:51:49','2026-02-06 18:51:49','bd774b7e-526e-4c18-952b-1097a439782e'),
(114130,57,25646,NULL,7924,4,'2026-02-06 18:51:49','2026-02-06 18:51:49','fc4c1148-d9d7-4819-a9e9-a36cb6b3c906'),
(114131,57,25646,NULL,7925,5,'2026-02-06 18:51:49','2026-02-06 18:51:49','391e5063-9b54-4cdb-b7ab-a328fe3e6fb9'),
(114132,57,25646,NULL,7923,6,'2026-02-06 18:51:49','2026-02-06 18:51:49','201c87aa-1156-4372-8fe7-2044da11adec'),
(114133,57,25646,NULL,7920,7,'2026-02-06 18:51:49','2026-02-06 18:51:49','48bc12e3-5c46-4b1e-899f-bf42ba137210'),
(114134,57,25646,NULL,7922,8,'2026-02-06 18:51:49','2026-02-06 18:51:49','245bdc66-e172-4384-8c77-e42ab13bc0db'),
(114135,57,25646,NULL,7921,9,'2026-02-06 18:51:49','2026-02-06 18:51:49','ba7e43be-37a9-4a06-9821-210367b44bbc'),
(114136,13,25646,NULL,23900,1,'2026-02-06 18:51:49','2026-02-06 18:51:49','535f04ae-6b72-4196-a79f-0f84d6dbff3d'),
(114167,32,25655,NULL,2610,1,'2026-02-06 19:37:11','2026-02-06 19:37:11','31894510-2be5-4aac-aa67-4fbced5811ff'),
(114168,32,25655,NULL,2598,2,'2026-02-06 19:37:11','2026-02-06 19:37:11','24b38b37-c3cc-4e59-a932-3282163330c6'),
(114169,32,25655,NULL,2624,3,'2026-02-06 19:37:11','2026-02-06 19:37:11','be9f9461-bb97-43ed-8b19-f314fa57939a'),
(114170,32,25655,NULL,2600,4,'2026-02-06 19:37:11','2026-02-06 19:37:11','2b6e318c-5ce0-4f41-b90a-357d8718e876'),
(114171,32,25655,NULL,2606,5,'2026-02-06 19:37:11','2026-02-06 19:37:11','282d9d81-3060-41d4-aad4-832db2757801'),
(114172,32,25655,NULL,2604,6,'2026-02-06 19:37:11','2026-02-06 19:37:11','d46e9f99-1adc-46b2-8468-319faec1dacf'),
(114173,32,25655,NULL,2608,7,'2026-02-06 19:37:11','2026-02-06 19:37:11','044a5f8a-b55b-4f8a-8e09-cea2f56307b8'),
(114174,32,25655,NULL,2602,8,'2026-02-06 19:37:11','2026-02-06 19:37:11','faa909b5-2cc4-4191-96ca-b2a09cb79a2e'),
(114175,32,25655,NULL,2596,9,'2026-02-06 19:37:11','2026-02-06 19:37:11','d70ec57d-0686-4571-97fa-d3c7929d4ae1'),
(114176,32,25655,NULL,2612,10,'2026-02-06 19:37:11','2026-02-06 19:37:11','b100f4ed-92bc-4c9c-82ca-a823d7dcd6a3'),
(114177,16,25655,NULL,4440,1,'2026-02-06 19:37:11','2026-02-06 19:37:11','713ac333-a5c8-4170-9527-7ce57c5427c8'),
(114178,7,25655,NULL,2969,1,'2026-02-06 19:37:11','2026-02-06 19:37:11','1f44af29-3e15-4658-87c7-9920956ebbf8'),
(114179,7,25655,NULL,617,2,'2026-02-06 19:37:11','2026-02-06 19:37:11','011829d4-8ddb-4d0a-891d-ca5bb016f724'),
(114180,7,25655,NULL,605,3,'2026-02-06 19:37:11','2026-02-06 19:37:11','2e2a484d-5f29-44a3-bb96-01cf0f98cd9a'),
(114181,7,25655,NULL,9552,4,'2026-02-06 19:37:11','2026-02-06 19:37:11','54c228fc-edf7-4c30-ba01-add78b3ce83e'),
(114182,82,25655,NULL,469,1,'2026-02-06 19:37:11','2026-02-06 19:37:11','2ed032e8-39fa-4e16-8232-0bfc6bccae4e'),
(114183,82,25655,NULL,491,2,'2026-02-06 19:37:11','2026-02-06 19:37:11','cf7db7e6-8e96-4d1b-b1ab-6bd01fae6f22'),
(114184,46,25655,NULL,2891,1,'2026-02-06 19:37:11','2026-02-06 19:37:11','7b1b7e10-54ca-43ee-b103-c717542c92fb'),
(114185,47,25655,NULL,10492,1,'2026-02-06 19:37:11','2026-02-06 19:37:11','85b67c53-08d9-45a3-aa2c-970e40fbfa98'),
(114186,57,25655,NULL,8867,1,'2026-02-06 19:37:11','2026-02-06 19:37:11','58a1123a-658b-4a49-9e9e-b58574b54d59'),
(114187,57,25655,NULL,8868,2,'2026-02-06 19:37:11','2026-02-06 19:37:11','68978b79-8a07-4b33-854d-bb1ced0d1d04'),
(114188,57,25655,NULL,8864,3,'2026-02-06 19:37:11','2026-02-06 19:37:11','5731de3b-cc79-42ef-8bd7-5dd74ae8e88a'),
(114189,57,25655,NULL,8869,4,'2026-02-06 19:37:11','2026-02-06 19:37:11','bc664e38-0f9f-4a0a-bb35-f1d92612f6b3'),
(114190,57,25655,NULL,25654,5,'2026-02-06 19:37:11','2026-02-06 19:37:11','4e96e382-5c9f-49c7-a1e0-4c55f9d046f3'),
(114191,57,25655,NULL,8866,6,'2026-02-06 19:37:11','2026-02-06 19:37:11','ebec70f4-1f9f-474f-ae74-959ccf130858'),
(114192,57,25655,NULL,8865,7,'2026-02-06 19:37:11','2026-02-06 19:37:11','347a6b98-0015-4c48-b092-ebd1bb5af4e8'),
(114193,13,25655,NULL,23824,1,'2026-02-06 19:37:11','2026-02-06 19:37:11','8c8fbcf7-bb64-4da7-9190-56145ab2127b'),
(114221,32,25657,NULL,2610,1,'2026-02-06 19:37:18','2026-02-06 19:37:18','d5b292c1-33d3-4564-9f08-25f3927f5539'),
(114222,32,25657,NULL,2598,2,'2026-02-06 19:37:18','2026-02-06 19:37:18','0a302db4-8bf9-4f34-b175-e52f04cc9744'),
(114223,32,25657,NULL,2624,3,'2026-02-06 19:37:18','2026-02-06 19:37:18','614e554e-986c-4179-a8d6-5b7974d03531'),
(114224,32,25657,NULL,2600,4,'2026-02-06 19:37:18','2026-02-06 19:37:18','84edc60e-7630-4c97-b6eb-dd805115dcd7'),
(114225,32,25657,NULL,2606,5,'2026-02-06 19:37:18','2026-02-06 19:37:18','99a36dbf-950c-4fc5-b949-20803ac24c1f'),
(114226,32,25657,NULL,2604,6,'2026-02-06 19:37:18','2026-02-06 19:37:18','5bdc5914-1fc5-404b-9e86-bd93bdc62395'),
(114227,32,25657,NULL,2608,7,'2026-02-06 19:37:18','2026-02-06 19:37:18','d21646a2-4a6b-49ee-8c20-e03a8f1e6740'),
(114228,32,25657,NULL,2602,8,'2026-02-06 19:37:18','2026-02-06 19:37:18','10b55949-ff94-46fc-9171-84ecddcde8c1'),
(114229,32,25657,NULL,2596,9,'2026-02-06 19:37:18','2026-02-06 19:37:18','2ed4ee5f-7fd9-4083-a5bb-70ceb967a8e6'),
(114230,32,25657,NULL,2612,10,'2026-02-06 19:37:18','2026-02-06 19:37:18','1d7e68f6-6ceb-4633-84ac-9fabb19af419'),
(114231,16,25657,NULL,4440,1,'2026-02-06 19:37:18','2026-02-06 19:37:18','9fd7ca3e-4209-4675-b52c-34a5ac89444d'),
(114232,7,25657,NULL,2969,1,'2026-02-06 19:37:18','2026-02-06 19:37:18','efee671a-f828-4cd7-b207-98f81dd0d20a'),
(114233,7,25657,NULL,617,2,'2026-02-06 19:37:18','2026-02-06 19:37:18','4cc11d9d-ca0e-4825-a8bd-9e54f0b018af'),
(114234,7,25657,NULL,605,3,'2026-02-06 19:37:18','2026-02-06 19:37:18','379ff2b5-3d44-432c-9bd3-63f86b59b97b'),
(114235,7,25657,NULL,9552,4,'2026-02-06 19:37:18','2026-02-06 19:37:18','0b2cb92e-2f70-4502-95c8-370604ab744a'),
(114236,82,25657,NULL,469,1,'2026-02-06 19:37:18','2026-02-06 19:37:18','5e26aca8-e642-4b71-93da-9c0f9eb47cf7'),
(114237,82,25657,NULL,491,2,'2026-02-06 19:37:18','2026-02-06 19:37:18','9cc65aee-0008-4e7f-8fc4-3102b54031b2'),
(114238,46,25657,NULL,2891,1,'2026-02-06 19:37:18','2026-02-06 19:37:18','af79a51b-20f9-4612-b511-481c27d5ff9d'),
(114239,47,25657,NULL,10492,1,'2026-02-06 19:37:18','2026-02-06 19:37:18','b204d848-03ee-4ad5-a763-cd5381f7a84d'),
(114240,57,25657,NULL,8867,1,'2026-02-06 19:37:18','2026-02-06 19:37:18','1b751ff0-ea58-45dd-9203-67c7e2e410d0'),
(114241,57,25657,NULL,8864,2,'2026-02-06 19:37:18','2026-02-06 19:37:18','d46212dd-69a7-4e61-9c0a-d1cda26cc016'),
(114242,57,25657,NULL,8869,3,'2026-02-06 19:37:18','2026-02-06 19:37:18','179c7f3a-077a-4ab0-8da5-a3c67ea9f4e3'),
(114243,57,25657,NULL,25654,4,'2026-02-06 19:37:18','2026-02-06 19:37:18','8fc55c1e-49f1-4fb1-a904-2d8b68ff5a49'),
(114244,57,25657,NULL,8866,5,'2026-02-06 19:37:18','2026-02-06 19:37:18','475b174b-ac9c-4795-a15b-dcdbc9ece00e'),
(114245,57,25657,NULL,8865,6,'2026-02-06 19:37:18','2026-02-06 19:37:18','6f6eb95f-a74f-466a-8cea-e65ec1725cbc'),
(114246,13,25657,NULL,23824,1,'2026-02-06 19:37:18','2026-02-06 19:37:18','637106fc-0c09-4ff8-bb2b-12656ca9fb0e'),
(114273,32,25659,NULL,2610,1,'2026-02-06 19:38:04','2026-02-06 19:38:04','f4ab98e0-5ed6-4282-bccf-2cb4e514f6df'),
(114274,32,25659,NULL,2598,2,'2026-02-06 19:38:04','2026-02-06 19:38:04','358dd912-87c9-4b66-a4b7-6d8cf87f16d2'),
(114275,32,25659,NULL,2624,3,'2026-02-06 19:38:04','2026-02-06 19:38:04','25fdb24a-9187-46dd-b67e-d2908c583ed8'),
(114276,32,25659,NULL,2600,4,'2026-02-06 19:38:04','2026-02-06 19:38:04','01237c45-77c0-43e1-805b-3f2deff0abce'),
(114277,32,25659,NULL,2606,5,'2026-02-06 19:38:04','2026-02-06 19:38:04','58ed1d16-8978-4b55-8ce6-2b75b6296746'),
(114278,32,25659,NULL,2604,6,'2026-02-06 19:38:04','2026-02-06 19:38:04','e85cfec1-aaee-4319-9a3f-c4f114d4818c'),
(114279,32,25659,NULL,2608,7,'2026-02-06 19:38:04','2026-02-06 19:38:04','bb39e594-0e27-459e-a27c-38abbac8dac8'),
(114280,32,25659,NULL,2602,8,'2026-02-06 19:38:04','2026-02-06 19:38:04','73b7de6f-e183-4428-95ef-39e2b7f25f12'),
(114281,32,25659,NULL,2596,9,'2026-02-06 19:38:04','2026-02-06 19:38:04','2f3ab76b-00c7-4602-accb-b44bfdc0bd38'),
(114282,32,25659,NULL,2612,10,'2026-02-06 19:38:04','2026-02-06 19:38:04','0fe80446-5cf9-4b04-a4cf-e20a1a5921c2'),
(114283,16,25659,NULL,4440,1,'2026-02-06 19:38:04','2026-02-06 19:38:04','ef3987ee-02e0-4797-aeb8-4f609d5aee87'),
(114284,7,25659,NULL,2969,1,'2026-02-06 19:38:04','2026-02-06 19:38:04','695cd52f-6f2f-4924-a77a-72031533f79a'),
(114285,7,25659,NULL,617,2,'2026-02-06 19:38:04','2026-02-06 19:38:04','c42118f4-dc01-4fb4-b58f-f8ea015e0d4e'),
(114286,7,25659,NULL,605,3,'2026-02-06 19:38:04','2026-02-06 19:38:04','086593c2-35ad-4c62-9099-69096ee8521f'),
(114287,7,25659,NULL,9552,4,'2026-02-06 19:38:04','2026-02-06 19:38:04','a78cb623-0b80-4ae0-9d0b-16566f67efe3'),
(114288,82,25659,NULL,469,1,'2026-02-06 19:38:04','2026-02-06 19:38:04','eb14a832-8e50-4444-a282-0d2f525bc4a1'),
(114289,82,25659,NULL,491,2,'2026-02-06 19:38:04','2026-02-06 19:38:04','b2828bd7-32d7-428f-af5b-ebd762eb751a'),
(114290,46,25659,NULL,2891,1,'2026-02-06 19:38:04','2026-02-06 19:38:04','91cf9f0c-6db2-42f7-999f-a56bb3d75d60'),
(114291,47,25659,NULL,10492,1,'2026-02-06 19:38:04','2026-02-06 19:38:04','3fdd82e7-aaca-4e23-9bd6-5a1a99d1b84f'),
(114292,57,25659,NULL,8867,1,'2026-02-06 19:38:04','2026-02-06 19:38:04','12c1a286-dd6c-439c-b768-c617c271eaa8'),
(114293,57,25659,NULL,8864,2,'2026-02-06 19:38:04','2026-02-06 19:38:04','eaaffa31-d225-42fa-aa08-7e15b7f93520'),
(114294,57,25659,NULL,8869,3,'2026-02-06 19:38:04','2026-02-06 19:38:04','e7cc1950-aa82-4757-9c7d-d6d7865b9053'),
(114295,57,25659,NULL,25654,4,'2026-02-06 19:38:04','2026-02-06 19:38:04','84020cb9-337b-4f25-bd04-40688d5819da'),
(114296,57,25659,NULL,8866,5,'2026-02-06 19:38:04','2026-02-06 19:38:04','b316269e-6a8b-41cf-837d-ac66de3370ee'),
(114297,57,25659,NULL,8865,6,'2026-02-06 19:38:04','2026-02-06 19:38:04','11bce3d8-7603-4050-b642-bcc62f5264ca'),
(114298,13,25659,NULL,23824,1,'2026-02-06 19:38:04','2026-02-06 19:38:04','1989529d-e8e7-488b-ad3d-fb05a1dc3bcf'),
(114325,32,25661,NULL,2610,1,'2026-02-06 19:39:58','2026-02-06 19:39:58','f77f1060-4616-4c3a-a876-d0cb95a0ce1a'),
(114326,32,25661,NULL,2598,2,'2026-02-06 19:39:58','2026-02-06 19:39:58','fad3081c-cdec-43c8-8465-d360e611620f'),
(114327,32,25661,NULL,2624,3,'2026-02-06 19:39:58','2026-02-06 19:39:58','39892546-cbf6-4434-a082-e8d01f943996'),
(114328,32,25661,NULL,2600,4,'2026-02-06 19:39:58','2026-02-06 19:39:58','f6ecea6a-a295-4a9d-8fbd-5fd35c1c5dbb'),
(114329,32,25661,NULL,2606,5,'2026-02-06 19:39:58','2026-02-06 19:39:58','0c57d348-cd09-4c67-8ebe-a9640420d44b'),
(114330,32,25661,NULL,2604,6,'2026-02-06 19:39:58','2026-02-06 19:39:58','e2c189ab-4bca-4007-9707-4e167d458715'),
(114331,32,25661,NULL,2608,7,'2026-02-06 19:39:58','2026-02-06 19:39:58','b39a6ab0-2812-4cd2-9c70-a7bcef2238df'),
(114332,32,25661,NULL,2602,8,'2026-02-06 19:39:58','2026-02-06 19:39:58','7dc0f7b1-2fa9-48b8-bbcb-2ced2fd65bdf'),
(114333,32,25661,NULL,2596,9,'2026-02-06 19:39:58','2026-02-06 19:39:58','21045469-a527-468a-a563-d2a199f0463d'),
(114334,32,25661,NULL,2612,10,'2026-02-06 19:39:58','2026-02-06 19:39:58','41b49665-4dff-4949-ae87-0dcf4f7b1a7d'),
(114335,16,25661,NULL,4440,1,'2026-02-06 19:39:58','2026-02-06 19:39:58','4d1d5e87-7355-4c02-9935-668154e5220b'),
(114336,7,25661,NULL,2969,1,'2026-02-06 19:39:58','2026-02-06 19:39:58','3a358044-28db-40e1-848b-7a6651815adc'),
(114337,7,25661,NULL,617,2,'2026-02-06 19:39:58','2026-02-06 19:39:58','cf90c621-3734-4962-bb51-b7bab32284f6'),
(114338,7,25661,NULL,605,3,'2026-02-06 19:39:58','2026-02-06 19:39:58','459f976d-1be7-41a6-8540-255e98d0e02e'),
(114339,7,25661,NULL,9552,4,'2026-02-06 19:39:58','2026-02-06 19:39:58','fe7c481e-20f6-4331-b50f-99f8662097d5'),
(114340,82,25661,NULL,469,1,'2026-02-06 19:39:58','2026-02-06 19:39:58','b32141cc-b5a9-4d59-b3a2-3ad36ca73af1'),
(114341,82,25661,NULL,491,2,'2026-02-06 19:39:58','2026-02-06 19:39:58','b3cf6f9d-80b5-448d-8a23-dac95cc8ac4e'),
(114342,46,25661,NULL,2891,1,'2026-02-06 19:39:58','2026-02-06 19:39:58','4a81714c-5178-451f-81d5-82a659ca5f35'),
(114343,47,25661,NULL,10492,1,'2026-02-06 19:39:58','2026-02-06 19:39:58','45b48be8-9023-4975-bef4-c5d0bef3a0ac'),
(114344,57,25661,NULL,8867,1,'2026-02-06 19:39:58','2026-02-06 19:39:58','8462439b-8e78-4eb9-b70d-c240a28e6d1b'),
(114345,57,25661,NULL,8864,2,'2026-02-06 19:39:58','2026-02-06 19:39:58','7c3f60c7-fe4b-44cc-81d9-4458513745ad'),
(114346,57,25661,NULL,8869,3,'2026-02-06 19:39:58','2026-02-06 19:39:58','3c65af8b-f0c7-4538-8f3c-0e3c5238fda1'),
(114347,57,25661,NULL,25654,4,'2026-02-06 19:39:58','2026-02-06 19:39:58','2a9b8c48-ec51-4532-9eb6-fd40a3a65101'),
(114348,57,25661,NULL,8866,5,'2026-02-06 19:39:58','2026-02-06 19:39:58','60f99c12-96b8-463f-bd75-9970c17d7504'),
(114349,57,25661,NULL,8865,6,'2026-02-06 19:39:58','2026-02-06 19:39:58','af548fe1-942c-49cb-a6ba-ee55d78ef829'),
(114350,13,25661,NULL,23824,1,'2026-02-06 19:39:58','2026-02-06 19:39:58','6d95086b-6d49-4a10-8819-3e33ade747b2'),
(114377,32,25663,NULL,2610,1,'2026-02-06 19:41:09','2026-02-06 19:41:09','9e1fa11f-5cb0-457a-af52-fe49eee6804a'),
(114378,32,25663,NULL,2598,2,'2026-02-06 19:41:09','2026-02-06 19:41:09','8eca78a9-3245-470f-ab34-94c0396af9e8'),
(114379,32,25663,NULL,2624,3,'2026-02-06 19:41:09','2026-02-06 19:41:09','e7beef19-6f9f-416b-8372-e94100bab86e'),
(114380,32,25663,NULL,2600,4,'2026-02-06 19:41:09','2026-02-06 19:41:09','1ee5d574-bfa2-4862-a73f-656e73f47ea0'),
(114381,32,25663,NULL,2606,5,'2026-02-06 19:41:09','2026-02-06 19:41:09','f958ebc3-9a52-446a-86aa-643455b417ae'),
(114382,32,25663,NULL,2604,6,'2026-02-06 19:41:09','2026-02-06 19:41:09','5dfed912-b88b-494e-a519-baebd7d3a0c3'),
(114383,32,25663,NULL,2608,7,'2026-02-06 19:41:09','2026-02-06 19:41:09','e0105e37-a754-438c-86c8-204181702e0b'),
(114384,32,25663,NULL,2602,8,'2026-02-06 19:41:09','2026-02-06 19:41:09','500b9f5f-58ba-443b-981b-dc3e50f51505'),
(114385,32,25663,NULL,2596,9,'2026-02-06 19:41:09','2026-02-06 19:41:09','342e1345-5dba-4cd1-a6d5-ff3d2e80bb07'),
(114386,32,25663,NULL,2612,10,'2026-02-06 19:41:09','2026-02-06 19:41:09','72be255e-b240-4d01-974d-98be2335120f'),
(114387,16,25663,NULL,4440,1,'2026-02-06 19:41:09','2026-02-06 19:41:09','33207d84-8bbf-42c0-a289-64df3ae78777'),
(114388,7,25663,NULL,2969,1,'2026-02-06 19:41:09','2026-02-06 19:41:09','11e7372d-369f-4445-bf04-b7660ebc2099'),
(114389,7,25663,NULL,617,2,'2026-02-06 19:41:09','2026-02-06 19:41:09','a8d712b6-b99c-41ea-b07b-66f80f67e89b'),
(114390,7,25663,NULL,605,3,'2026-02-06 19:41:09','2026-02-06 19:41:09','1a74de45-2eb0-47c1-9f23-75bb01bf96f4'),
(114391,7,25663,NULL,9552,4,'2026-02-06 19:41:09','2026-02-06 19:41:09','626b75f9-7937-402e-883b-2d8ff4659b74'),
(114392,82,25663,NULL,469,1,'2026-02-06 19:41:09','2026-02-06 19:41:09','7b9362e0-a4af-4e7c-94b2-0c294ee504a9'),
(114393,82,25663,NULL,491,2,'2026-02-06 19:41:09','2026-02-06 19:41:09','c044a864-2402-4add-a992-33524b5bbe66'),
(114394,46,25663,NULL,2891,1,'2026-02-06 19:41:09','2026-02-06 19:41:09','cf29d650-fd7d-4a3f-97aa-dfdbdcabbf52'),
(114395,47,25663,NULL,10492,1,'2026-02-06 19:41:09','2026-02-06 19:41:09','2fc5895c-96ba-4f13-9997-61716594c560'),
(114396,57,25663,NULL,8867,1,'2026-02-06 19:41:09','2026-02-06 19:41:09','c2232212-d799-4e88-bcb8-55937398e324'),
(114397,57,25663,NULL,8864,2,'2026-02-06 19:41:09','2026-02-06 19:41:09','a634e752-fa94-47f8-baac-17020059dd73'),
(114398,57,25663,NULL,8869,3,'2026-02-06 19:41:09','2026-02-06 19:41:09','5debee2d-407b-40b6-8731-8f6ee9c90e28'),
(114399,57,25663,NULL,8866,4,'2026-02-06 19:41:09','2026-02-06 19:41:09','18eb3d5c-0c61-4805-829d-ea3d00389c58'),
(114400,57,25663,NULL,8865,5,'2026-02-06 19:41:09','2026-02-06 19:41:09','4e8e0713-89ef-48af-a0e1-2d7d54baa80f'),
(114401,13,25663,NULL,23824,1,'2026-02-06 19:41:09','2026-02-06 19:41:09','42b9653e-eb3a-4464-87fb-40990b1a085c'),
(114427,32,25665,NULL,2610,1,'2026-02-06 19:52:35','2026-02-06 19:52:35','6b591416-e86d-43d2-ab80-dc5664370426'),
(114428,32,25665,NULL,2598,2,'2026-02-06 19:52:35','2026-02-06 19:52:35','14c958cd-4e89-48b8-8272-7889d07ec4ea'),
(114429,32,25665,NULL,2624,3,'2026-02-06 19:52:35','2026-02-06 19:52:35','9330faa9-903d-4652-82a9-e98ab27d43d5'),
(114430,32,25665,NULL,2600,4,'2026-02-06 19:52:35','2026-02-06 19:52:35','67ed5873-4187-42f3-9115-f76e7d3a1097'),
(114431,32,25665,NULL,2606,5,'2026-02-06 19:52:35','2026-02-06 19:52:35','d219b120-d3ae-4789-9df8-bfdf6b8a2616'),
(114432,32,25665,NULL,2604,6,'2026-02-06 19:52:35','2026-02-06 19:52:35','badd4550-53fb-4af0-b955-2a165cb412f7'),
(114433,32,25665,NULL,2608,7,'2026-02-06 19:52:35','2026-02-06 19:52:35','049d797c-f913-4419-8d21-12fe2c38cbe6'),
(114434,32,25665,NULL,2602,8,'2026-02-06 19:52:35','2026-02-06 19:52:35','4312696f-27ef-4d7a-8810-00aa45a9680c'),
(114435,32,25665,NULL,2596,9,'2026-02-06 19:52:35','2026-02-06 19:52:35','e4bed1e9-e3d2-4810-bd23-0d67488cab82'),
(114436,32,25665,NULL,2612,10,'2026-02-06 19:52:35','2026-02-06 19:52:35','235d6184-5b06-4b0e-9298-1f6905192190'),
(114437,16,25665,NULL,4440,1,'2026-02-06 19:52:35','2026-02-06 19:52:35','e5c16558-6656-4e5d-a33b-2f20a2f6b431'),
(114438,7,25665,NULL,2969,1,'2026-02-06 19:52:35','2026-02-06 19:52:35','b033d11f-0daa-4b32-8a90-01c59ddf6d37'),
(114439,7,25665,NULL,617,2,'2026-02-06 19:52:35','2026-02-06 19:52:35','9d46544a-cbb8-4cd0-a848-224965a1837f'),
(114440,7,25665,NULL,605,3,'2026-02-06 19:52:35','2026-02-06 19:52:35','c14dc685-9416-4fee-b8df-db531d3e3313'),
(114441,7,25665,NULL,9552,4,'2026-02-06 19:52:35','2026-02-06 19:52:35','77d9a584-15bb-4d82-9717-2eccf5e90851'),
(114442,82,25665,NULL,469,1,'2026-02-06 19:52:35','2026-02-06 19:52:35','51dddc4f-617c-4cdc-8432-a4d976d497c7'),
(114443,82,25665,NULL,491,2,'2026-02-06 19:52:35','2026-02-06 19:52:35','bcd27ad2-6a91-4a73-8d22-dfd8f1031969'),
(114444,46,25665,NULL,2891,1,'2026-02-06 19:52:35','2026-02-06 19:52:35','fb724cf3-4cff-4add-9313-94a3682364cc'),
(114445,47,25665,NULL,10492,1,'2026-02-06 19:52:35','2026-02-06 19:52:35','4f643497-d0b3-428b-9ad7-71867921f65f'),
(114446,57,25665,NULL,8867,1,'2026-02-06 19:52:35','2026-02-06 19:52:35','cf5186d8-3e45-472a-8968-ce57fdeac8ae'),
(114447,57,25665,NULL,8864,2,'2026-02-06 19:52:35','2026-02-06 19:52:35','c9a8f800-6392-4ffa-a3ce-64f682a7ce10'),
(114448,57,25665,NULL,8869,3,'2026-02-06 19:52:35','2026-02-06 19:52:35','784ea9fa-1338-4055-8920-eafdfc0f4213'),
(114449,57,25665,NULL,8866,4,'2026-02-06 19:52:35','2026-02-06 19:52:35','2dd2d835-9dda-4212-898c-f6804e7e223f'),
(114450,57,25665,NULL,8865,5,'2026-02-06 19:52:35','2026-02-06 19:52:35','4302a135-1522-4072-9637-8982e56cbb1f'),
(114451,13,25665,NULL,23824,1,'2026-02-06 19:52:35','2026-02-06 19:52:35','cef9298d-5033-4a7a-8323-083df9fe9497'),
(114480,32,25683,NULL,2610,1,'2026-02-06 20:19:24','2026-02-06 20:19:24','35a82c43-0396-48a8-8dae-fc016458185e'),
(114481,32,25683,NULL,2598,2,'2026-02-06 20:19:24','2026-02-06 20:19:24','f4a4a37d-3a54-4888-96b6-e7a59cdc0af1'),
(114482,32,25683,NULL,2600,3,'2026-02-06 20:19:24','2026-02-06 20:19:24','9dc9b4af-5e10-4695-baa5-bfa0da669659'),
(114483,32,25683,NULL,2596,4,'2026-02-06 20:19:24','2026-02-06 20:19:24','c8279606-8cd9-4398-997f-00a85db8367e'),
(114484,32,25683,NULL,2602,5,'2026-02-06 20:19:24','2026-02-06 20:19:24','cbf4645a-15e6-49a9-8cff-fcc06530e0f2'),
(114485,32,25683,NULL,2604,6,'2026-02-06 20:19:24','2026-02-06 20:19:24','760b3ad7-ad7e-47e5-bc80-d7937cce6961'),
(114486,32,25683,NULL,2608,7,'2026-02-06 20:19:24','2026-02-06 20:19:24','cdedf781-6437-4d1a-ad45-e3b65d2ffda0'),
(114487,32,25683,NULL,2606,8,'2026-02-06 20:19:24','2026-02-06 20:19:24','2e352523-0073-4114-ab63-2ce3fb2a1394'),
(114488,32,25683,NULL,2612,9,'2026-02-06 20:19:24','2026-02-06 20:19:24','96ad6191-3277-455c-b2f7-a7c4dade4c8d'),
(114489,16,25683,NULL,5253,1,'2026-02-06 20:19:24','2026-02-06 20:19:24','312f0385-5f5f-4bc8-bcf2-ceaf715d34a8'),
(114490,7,25683,NULL,601,1,'2026-02-06 20:19:24','2026-02-06 20:19:24','e0eaaced-21ab-4e61-a334-8373a3b0535b'),
(114491,7,25683,NULL,617,2,'2026-02-06 20:19:24','2026-02-06 20:19:24','887638c4-178a-48c8-a08b-ff738983d6fc'),
(114492,7,25683,NULL,9727,3,'2026-02-06 20:19:24','2026-02-06 20:19:24','ae6f7579-41e0-481a-b6ba-07d42e4cc03d'),
(114493,7,25683,NULL,9552,4,'2026-02-06 20:19:24','2026-02-06 20:19:24','2214b61c-e68c-4240-9faf-92dd9335629c'),
(114494,7,25683,NULL,605,5,'2026-02-06 20:19:24','2026-02-06 20:19:24','98725dec-61bd-4e50-96d9-eb9bf68d448a'),
(114495,82,25683,NULL,491,1,'2026-02-06 20:19:24','2026-02-06 20:19:24','8dae17e9-fe31-47cc-b90d-8776c9fab85d'),
(114496,46,25683,NULL,7379,1,'2026-02-06 20:19:24','2026-02-06 20:19:24','07c8352d-8baa-4e49-b067-3e71c938c677'),
(114497,47,25683,NULL,15017,1,'2026-02-06 20:19:24','2026-02-06 20:19:24','ead77219-c937-4ae4-b9cb-bee04b3897cd'),
(114498,57,25683,NULL,7926,1,'2026-02-06 20:19:24','2026-02-06 20:19:24','aedce15e-bd36-403e-8f78-45bdc565a840'),
(114499,57,25683,NULL,7928,2,'2026-02-06 20:19:24','2026-02-06 20:19:24','5b840262-3670-4dc8-841b-58427b6048f4'),
(114500,57,25683,NULL,7927,3,'2026-02-06 20:19:24','2026-02-06 20:19:24','d7f96035-a2d5-4449-9076-d275deab7bdc'),
(114501,57,25683,NULL,7924,4,'2026-02-06 20:19:24','2026-02-06 20:19:24','3a4177e7-7a47-45d3-82b9-f4ac178511c5'),
(114502,57,25683,NULL,7925,5,'2026-02-06 20:19:24','2026-02-06 20:19:24','d1ae6736-6249-45f3-a151-09d55344d9e1'),
(114503,57,25683,NULL,7923,6,'2026-02-06 20:19:24','2026-02-06 20:19:24','54270703-7dcc-492d-ba50-24c674cceab1'),
(114504,57,25683,NULL,7920,7,'2026-02-06 20:19:24','2026-02-06 20:19:24','78d8c35a-ba0b-41a8-9c5e-07f4b6032525'),
(114505,57,25683,NULL,7922,8,'2026-02-06 20:19:24','2026-02-06 20:19:24','c6ddb8c8-6209-40ad-8ba2-4ec666a726d4'),
(114506,57,25683,NULL,7921,9,'2026-02-06 20:19:24','2026-02-06 20:19:24','70c26b2e-1395-4585-9dc8-a611025f1a78'),
(114507,13,25683,NULL,23900,1,'2026-02-06 20:19:24','2026-02-06 20:19:24','60b52a79-52e7-4e46-a5af-1d2f72cfbc7f'),
(114560,47,1395,NULL,27449,1,'2026-02-10 16:32:32','2026-02-10 16:32:32','936f01e4-f0ef-445a-91bb-684f341b2678'),
(114561,32,27451,NULL,2610,1,'2026-02-10 16:32:33','2026-02-10 16:32:33','c131c0a5-dc10-4fc5-ae77-2c370a68999e'),
(114562,32,27451,NULL,2598,2,'2026-02-10 16:32:33','2026-02-10 16:32:33','59142c7c-1042-4a40-bb87-5fce54c72832'),
(114563,32,27451,NULL,2600,3,'2026-02-10 16:32:33','2026-02-10 16:32:33','e87737fa-35ee-42bf-90c9-0848292f76f8'),
(114564,32,27451,NULL,2604,4,'2026-02-10 16:32:33','2026-02-10 16:32:33','09bd91ac-9170-4e93-8868-0b9e13161663'),
(114565,32,27451,NULL,2608,5,'2026-02-10 16:32:33','2026-02-10 16:32:33','aba468d5-a837-407f-84e7-18a25152e797'),
(114566,32,27451,NULL,2596,6,'2026-02-10 16:32:33','2026-02-10 16:32:33','04ba478c-69c1-4160-94ef-4a1259656c57'),
(114567,32,27451,NULL,2602,7,'2026-02-10 16:32:33','2026-02-10 16:32:33','ac254033-fe39-41f0-a65f-b37f665166b0'),
(114568,32,27451,NULL,2606,8,'2026-02-10 16:32:33','2026-02-10 16:32:33','3be7f2ee-4e73-4035-bae5-e6824e86e41b'),
(114569,32,27451,NULL,2612,9,'2026-02-10 16:32:33','2026-02-10 16:32:33','650891a3-7356-4f76-9d1c-6b90fab7f35b'),
(114570,16,27451,NULL,9219,1,'2026-02-10 16:32:33','2026-02-10 16:32:33','d74e738a-103b-466f-864b-5860eac4b369'),
(114571,7,27451,NULL,601,1,'2026-02-10 16:32:33','2026-02-10 16:32:33','bb4364ea-569a-49c5-9c9b-a05b9e6ce40e'),
(114572,7,27451,NULL,605,2,'2026-02-10 16:32:33','2026-02-10 16:32:33','cff2b593-b48b-4c96-a986-7829538bd9b8'),
(114573,7,27451,NULL,617,3,'2026-02-10 16:32:33','2026-02-10 16:32:33','88ebc5af-a1f2-4d43-beec-9de90184c02a'),
(114574,7,27451,NULL,9552,4,'2026-02-10 16:32:33','2026-02-10 16:32:33','1691cebb-3b74-4adc-8fc5-5bc1b787957d'),
(114575,82,27451,NULL,469,1,'2026-02-10 16:32:33','2026-02-10 16:32:33','48582c11-a924-4225-955a-6034c98ed528'),
(114576,82,27451,NULL,475,2,'2026-02-10 16:32:33','2026-02-10 16:32:33','e880e1d2-eafb-48a2-bbc5-4444e51f3ce8'),
(114577,82,27451,NULL,479,3,'2026-02-10 16:32:33','2026-02-10 16:32:33','46c61128-37fd-48e1-81ca-3db199f5ec61'),
(114578,82,27451,NULL,491,4,'2026-02-10 16:32:33','2026-02-10 16:32:33','1f5cc4dc-132d-4c17-a202-ff4a8ff2bd1e'),
(114579,47,27451,NULL,27449,1,'2026-02-10 16:32:33','2026-02-10 16:32:33','db03eaa2-ad3c-4ea4-8d1b-dfd88bbf63d6'),
(114580,57,27451,NULL,9222,1,'2026-02-10 16:32:33','2026-02-10 16:32:33','c923be98-ae75-437d-be56-28dc668fd864'),
(114581,57,27451,NULL,9223,2,'2026-02-10 16:32:33','2026-02-10 16:32:33','75bc9401-acf6-4746-9e79-0ffb932c83a4'),
(114582,57,27451,NULL,9224,3,'2026-02-10 16:32:33','2026-02-10 16:32:33','ed0f99cc-388a-4cc1-beff-c91bce7f2eea'),
(114583,57,27451,NULL,9225,4,'2026-02-10 16:32:33','2026-02-10 16:32:33','540334cb-f6f2-4074-b3d3-38c3981fd398'),
(114584,57,27451,NULL,9226,5,'2026-02-10 16:32:33','2026-02-10 16:32:33','b2d58d1b-b822-407b-9e91-29a0f22450fd'),
(114585,57,27451,NULL,12288,6,'2026-02-10 16:32:33','2026-02-10 16:32:33','ffa412e8-f69c-4336-82dc-c1fb7fbba63f'),
(114586,13,27451,NULL,23697,1,'2026-02-10 16:32:33','2026-02-10 16:32:33','44045f34-1546-4b8a-b9de-6f58bc2ea9dc'),
(114620,32,27530,NULL,2614,1,'2026-02-10 18:35:59','2026-02-10 18:35:59','c2225786-7fef-48e9-a3dc-2ba9a2634388'),
(114621,32,27530,NULL,2610,2,'2026-02-10 18:35:59','2026-02-10 18:35:59','d38adf9b-f09d-454d-ad28-c34c126f342d'),
(114622,32,27530,NULL,2598,3,'2026-02-10 18:35:59','2026-02-10 18:35:59','8203c986-684a-4959-8e35-65c2bac38644'),
(114623,32,27530,NULL,2608,4,'2026-02-10 18:35:59','2026-02-10 18:35:59','87208fec-cae0-46d1-ba63-7542a2130e29'),
(114624,32,27530,NULL,2600,5,'2026-02-10 18:35:59','2026-02-10 18:35:59','bba4e3cb-ef14-428c-964d-f9fe98b74b45'),
(114625,32,27530,NULL,2596,6,'2026-02-10 18:35:59','2026-02-10 18:35:59','a4d896ce-49c7-436c-a6d2-a1614740c5cf'),
(114626,32,27530,NULL,2602,7,'2026-02-10 18:35:59','2026-02-10 18:35:59','825db6a6-60aa-4557-8a52-bdcf04196ff3'),
(114627,32,27530,NULL,2606,8,'2026-02-10 18:35:59','2026-02-10 18:35:59','2b8b22c4-aa10-43b4-8f26-74f23bebc9b7'),
(114628,32,27530,NULL,2612,9,'2026-02-10 18:35:59','2026-02-10 18:35:59','25da64f0-85fb-42d5-8624-1fee261152c5'),
(114629,32,27530,NULL,2604,10,'2026-02-10 18:35:59','2026-02-10 18:35:59','f9f89165-7ae2-4647-a46e-cc67fcc30458'),
(114630,16,27530,NULL,10041,1,'2026-02-10 18:35:59','2026-02-10 18:35:59','32f6371d-709f-4a4c-9359-a88dcd2ecbb0'),
(114631,7,27530,NULL,601,1,'2026-02-10 18:35:59','2026-02-10 18:35:59','4c2fb8db-3828-40cc-b48f-e133d28f293e'),
(114632,7,27530,NULL,617,2,'2026-02-10 18:35:59','2026-02-10 18:35:59','54e847f3-d8f3-49ba-b53f-8d7fe58bfae0'),
(114633,7,27530,NULL,9549,3,'2026-02-10 18:35:59','2026-02-10 18:35:59','ea95c687-b50c-45ff-a742-0ba50bdb63db'),
(114634,7,27530,NULL,605,4,'2026-02-10 18:35:59','2026-02-10 18:35:59','2e609b21-b7fa-48aa-9967-89bf71e8c99d'),
(114635,7,27530,NULL,9552,5,'2026-02-10 18:35:59','2026-02-10 18:35:59','f5493028-c5f4-48f2-a247-8beae5e21522'),
(114636,47,27530,NULL,12458,1,'2026-02-10 18:35:59','2026-02-10 18:35:59','652ff347-1b34-46bf-a4ce-f1b89f868866'),
(114637,57,27530,NULL,10057,1,'2026-02-10 18:35:59','2026-02-10 18:35:59','ccd188de-a146-4b6f-9b80-0f9c7984fea6'),
(114638,57,27530,NULL,10049,2,'2026-02-10 18:35:59','2026-02-10 18:35:59','578052a0-9053-4ad6-9fb3-0e67580df4e6'),
(114639,57,27530,NULL,10044,3,'2026-02-10 18:35:59','2026-02-10 18:35:59','49bf49c8-53e0-43d4-9158-fb6c4982f8da'),
(114640,57,27530,NULL,10045,4,'2026-02-10 18:35:59','2026-02-10 18:35:59','0d67c6c7-b885-4045-8a27-f3fc4d41b65f'),
(114641,57,27530,NULL,10042,5,'2026-02-10 18:35:59','2026-02-10 18:35:59','62f32cc3-e497-4112-afa2-e68f8b56ea77'),
(114642,57,27530,NULL,10043,6,'2026-02-10 18:35:59','2026-02-10 18:35:59','02b3f858-8395-4463-b44b-b6b79df771b0'),
(114643,57,27530,NULL,10046,7,'2026-02-10 18:35:59','2026-02-10 18:35:59','cbcc1e58-abbe-4f66-93e6-075688d6e004'),
(114644,57,27530,NULL,10047,8,'2026-02-10 18:35:59','2026-02-10 18:35:59','38465372-b6cf-44ae-85f3-2948230cc86d'),
(114645,57,27530,NULL,10048,9,'2026-02-10 18:35:59','2026-02-10 18:35:59','f9407352-c6f1-4698-a472-a60070192213'),
(114646,57,27530,NULL,10051,10,'2026-02-10 18:35:59','2026-02-10 18:35:59','a705e508-b693-4e29-8d75-846068428a37'),
(114647,57,27530,NULL,10052,11,'2026-02-10 18:35:59','2026-02-10 18:35:59','99eec5ad-efaa-49e1-97a7-df740ee09d6b'),
(114648,57,27530,NULL,10053,12,'2026-02-10 18:35:59','2026-02-10 18:35:59','a4882d54-55dc-4df5-bee2-577baf0bdbf8'),
(114649,57,27530,NULL,10055,13,'2026-02-10 18:35:59','2026-02-10 18:35:59','728063a5-cd59-4b39-bfce-dd844862975e'),
(114650,57,27530,NULL,10059,14,'2026-02-10 18:35:59','2026-02-10 18:35:59','e5662e28-4757-46e5-aa8f-53f007a9e853'),
(114651,57,27530,NULL,10060,15,'2026-02-10 18:35:59','2026-02-10 18:35:59','8c6acf6a-79ba-4a2e-a4f0-9a91a039689c'),
(114652,13,27530,NULL,23758,1,'2026-02-10 18:35:59','2026-02-10 18:35:59','1eca6175-6b96-4eee-aaeb-3e1c29d9c6ac'),
(114716,32,27903,NULL,2614,1,'2026-02-11 17:05:49','2026-02-11 17:05:49','dabf82a5-c0a1-4628-9320-531563dc1ff0'),
(114717,32,27903,NULL,2610,2,'2026-02-11 17:05:49','2026-02-11 17:05:49','971f6462-f382-421a-a0db-29b765af47e6'),
(114718,32,27903,NULL,2598,3,'2026-02-11 17:05:49','2026-02-11 17:05:49','9471ac35-95bf-4f4c-abd3-b49e7eff7d7f'),
(114719,32,27903,NULL,2608,4,'2026-02-11 17:05:49','2026-02-11 17:05:49','51b721d2-db5a-41e9-81d4-d362dfbf721f'),
(114720,32,27903,NULL,2600,5,'2026-02-11 17:05:49','2026-02-11 17:05:49','d5dc5c10-220a-479c-86a4-5b61d98ef556'),
(114721,32,27903,NULL,2596,6,'2026-02-11 17:05:49','2026-02-11 17:05:49','ed9f7c55-33ea-4c34-9065-fc18a27ed6db'),
(114722,32,27903,NULL,2602,7,'2026-02-11 17:05:49','2026-02-11 17:05:49','fa13abb3-59b7-43a1-9ec2-578313ef8079'),
(114723,32,27903,NULL,2606,8,'2026-02-11 17:05:49','2026-02-11 17:05:49','09079274-97c0-4897-82cc-38d501d9865b'),
(114724,32,27903,NULL,2612,9,'2026-02-11 17:05:49','2026-02-11 17:05:49','e436c065-b354-47b4-bfe1-459b9e621e9a'),
(114725,32,27903,NULL,2604,10,'2026-02-11 17:05:49','2026-02-11 17:05:49','d37b8d17-26f4-4cf9-a54f-655689bf95c6'),
(114726,16,27903,NULL,10041,1,'2026-02-11 17:05:49','2026-02-11 17:05:49','ea2af811-ea4c-45f7-94b6-f7e441b68526'),
(114727,7,27903,NULL,601,1,'2026-02-11 17:05:49','2026-02-11 17:05:49','c600682c-81f3-47d0-88ce-56f3474353c6'),
(114728,7,27903,NULL,617,2,'2026-02-11 17:05:49','2026-02-11 17:05:49','e6c64d66-baf1-4f3a-bdce-67d0bfa2c571'),
(114729,7,27903,NULL,9549,3,'2026-02-11 17:05:49','2026-02-11 17:05:49','bd41e3bb-26b7-4c98-9762-086a27b55ab2'),
(114730,7,27903,NULL,605,4,'2026-02-11 17:05:49','2026-02-11 17:05:49','042e30cb-5c6c-439e-aba1-1db51fea073f'),
(114731,7,27903,NULL,9552,5,'2026-02-11 17:05:49','2026-02-11 17:05:49','938cf918-4855-4831-952f-71b817a6583c'),
(114732,47,27903,NULL,12458,1,'2026-02-11 17:05:49','2026-02-11 17:05:49','5ad80634-5dda-43f6-bb1a-714a93653be5'),
(114733,57,27903,NULL,10057,1,'2026-02-11 17:05:49','2026-02-11 17:05:49','5380ba10-8dc5-4425-8ea8-2dccd1a43d8b'),
(114734,57,27903,NULL,10049,2,'2026-02-11 17:05:49','2026-02-11 17:05:49','316c5d9a-194e-4ec9-9662-58d74c5e6629'),
(114735,57,27903,NULL,10044,3,'2026-02-11 17:05:49','2026-02-11 17:05:49','f11f4941-5b3d-45b1-8a94-8406a137beb1'),
(114736,57,27903,NULL,10045,4,'2026-02-11 17:05:49','2026-02-11 17:05:49','c7628e7b-d876-4be7-9d35-f0daaaf2a22f'),
(114737,57,27903,NULL,10042,5,'2026-02-11 17:05:49','2026-02-11 17:05:49','8e54c31c-b773-499a-bb1d-5bbb26f79525'),
(114738,57,27903,NULL,10043,6,'2026-02-11 17:05:49','2026-02-11 17:05:49','57981895-cca1-462c-bc51-1c3b74881c18'),
(114739,57,27903,NULL,10046,7,'2026-02-11 17:05:49','2026-02-11 17:05:49','5bbe49b2-5b6b-43d0-8975-fbfe38c3a9d8'),
(114740,57,27903,NULL,10047,8,'2026-02-11 17:05:49','2026-02-11 17:05:49','ea275b67-6ae5-4f5d-a46c-d2d5bff12b53'),
(114741,57,27903,NULL,10048,9,'2026-02-11 17:05:49','2026-02-11 17:05:49','578dbc5b-3329-4655-94e3-4b8f9646169c'),
(114742,57,27903,NULL,10051,10,'2026-02-11 17:05:49','2026-02-11 17:05:49','801a9a84-173d-4ae5-8018-d90063495991'),
(114743,57,27903,NULL,10052,11,'2026-02-11 17:05:49','2026-02-11 17:05:49','9820023b-eef3-4ebb-8e40-e3ce0e5e6c08'),
(114744,57,27903,NULL,10053,12,'2026-02-11 17:05:49','2026-02-11 17:05:49','e78bbea0-5377-4017-ad46-5c98735991ff'),
(114745,57,27903,NULL,10055,13,'2026-02-11 17:05:49','2026-02-11 17:05:49','c78e44d1-4a48-4227-a3fb-070a40cc85b2'),
(114746,57,27903,NULL,10059,14,'2026-02-11 17:05:49','2026-02-11 17:05:49','2bea7522-8c72-495f-9f55-bfa0be24adc8'),
(114747,57,27903,NULL,10060,15,'2026-02-11 17:05:49','2026-02-11 17:05:49','633b7be1-a334-4019-aa92-aacf2d06e274'),
(114748,13,27903,NULL,23758,1,'2026-02-11 17:05:49','2026-02-11 17:05:49','e2e5b5ea-fd5d-4e4e-bb47-68f63f504a83'),
(114782,32,27905,NULL,2614,1,'2026-02-11 17:06:23','2026-02-11 17:06:23','ff0f3b4b-d0eb-4dc1-af0c-c9d47baf1f38'),
(114783,32,27905,NULL,2610,2,'2026-02-11 17:06:23','2026-02-11 17:06:23','e9803777-3470-4bd9-8354-e4eac605a135'),
(114784,32,27905,NULL,2598,3,'2026-02-11 17:06:23','2026-02-11 17:06:23','bb192a53-8bc3-45e0-b4e2-4d22e576ab81'),
(114785,32,27905,NULL,2608,4,'2026-02-11 17:06:23','2026-02-11 17:06:23','359ae9d4-d80a-4aea-a2eb-d7eedc183025'),
(114786,32,27905,NULL,2600,5,'2026-02-11 17:06:23','2026-02-11 17:06:23','fd237c93-4614-4161-8d05-c63171f69936'),
(114787,32,27905,NULL,2596,6,'2026-02-11 17:06:23','2026-02-11 17:06:23','97a57023-3c66-4555-86d1-9c9bd426c232'),
(114788,32,27905,NULL,2602,7,'2026-02-11 17:06:23','2026-02-11 17:06:23','b51b40f3-ad91-429f-a87a-07c405b2cd07'),
(114789,32,27905,NULL,2606,8,'2026-02-11 17:06:23','2026-02-11 17:06:23','061e7fc9-f8ed-4e7f-b75a-4ea3ec4bdbd8'),
(114790,32,27905,NULL,2612,9,'2026-02-11 17:06:23','2026-02-11 17:06:23','3c8e461a-d825-4dba-a75f-d9aea2d6a7ec'),
(114791,32,27905,NULL,2604,10,'2026-02-11 17:06:23','2026-02-11 17:06:23','40679541-7418-4f4b-ac34-7cb323305b44'),
(114792,16,27905,NULL,10041,1,'2026-02-11 17:06:23','2026-02-11 17:06:23','c0ff5b7a-c406-4e91-aff9-73895722c958'),
(114793,7,27905,NULL,601,1,'2026-02-11 17:06:23','2026-02-11 17:06:23','2eabc8fe-a9d9-49a6-8c46-5c3f58158a72'),
(114794,7,27905,NULL,617,2,'2026-02-11 17:06:23','2026-02-11 17:06:23','a7014d81-8888-46a4-be29-f88aa88009f9'),
(114795,7,27905,NULL,9549,3,'2026-02-11 17:06:23','2026-02-11 17:06:23','608077ce-aedb-4d15-94b9-5d88853811b9'),
(114796,7,27905,NULL,605,4,'2026-02-11 17:06:23','2026-02-11 17:06:23','92aa43f3-d31e-4d8c-afe6-b25248967a69'),
(114797,7,27905,NULL,9552,5,'2026-02-11 17:06:23','2026-02-11 17:06:23','451d5344-ab3d-4f73-8136-0cbc3dbdec42'),
(114798,47,27905,NULL,12458,1,'2026-02-11 17:06:23','2026-02-11 17:06:23','9708814c-af88-44d6-9487-23b5b1dac5d5'),
(114799,57,27905,NULL,10057,1,'2026-02-11 17:06:23','2026-02-11 17:06:23','7b209bd3-6f77-40e1-8766-1d9a5c302c0b'),
(114800,57,27905,NULL,10049,2,'2026-02-11 17:06:23','2026-02-11 17:06:23','c60d838e-98a6-4377-90a3-959c3cd39acd'),
(114801,57,27905,NULL,10044,3,'2026-02-11 17:06:23','2026-02-11 17:06:23','3f776f45-7de6-4797-b909-869e3c090756'),
(114802,57,27905,NULL,10045,4,'2026-02-11 17:06:23','2026-02-11 17:06:23','ea548864-723b-4ec4-b89d-479ec6dff6c7'),
(114803,57,27905,NULL,10042,5,'2026-02-11 17:06:23','2026-02-11 17:06:23','e90687ea-42d7-41ff-b14c-cd7949fd279d'),
(114804,57,27905,NULL,10043,6,'2026-02-11 17:06:23','2026-02-11 17:06:23','1f993d09-c5c1-48a8-aeba-8608e671fee7'),
(114805,57,27905,NULL,10046,7,'2026-02-11 17:06:23','2026-02-11 17:06:23','8c7a07f1-2215-4c40-9b6d-2ef3a27b38d0'),
(114806,57,27905,NULL,10047,8,'2026-02-11 17:06:23','2026-02-11 17:06:23','c42fb235-cc59-4934-93f2-2691977ce263'),
(114807,57,27905,NULL,10048,9,'2026-02-11 17:06:23','2026-02-11 17:06:23','ea61c924-150c-4c3a-ae4b-75e0f39f4d2c'),
(114808,57,27905,NULL,10051,10,'2026-02-11 17:06:23','2026-02-11 17:06:23','f9442171-cb29-490e-b2b6-767f16977d67'),
(114809,57,27905,NULL,10052,11,'2026-02-11 17:06:23','2026-02-11 17:06:23','6ded6c42-c820-42d5-bea7-714265f25f52'),
(114810,57,27905,NULL,10053,12,'2026-02-11 17:06:23','2026-02-11 17:06:23','8aa0fbc5-2b62-4a7f-8dce-939fd94d148d'),
(114811,57,27905,NULL,10055,13,'2026-02-11 17:06:23','2026-02-11 17:06:23','d226e75b-65bd-4c2b-98ea-0148521b6489'),
(114812,57,27905,NULL,10059,14,'2026-02-11 17:06:23','2026-02-11 17:06:23','84aa9f6a-cb15-44d6-9dab-20b6dd572560'),
(114813,57,27905,NULL,10060,15,'2026-02-11 17:06:23','2026-02-11 17:06:23','f91cc823-206f-4b50-860e-56fc3d5a0c05'),
(114814,13,27905,NULL,23758,1,'2026-02-11 17:06:23','2026-02-11 17:06:23','997caa5a-8df7-49be-95a1-ecf10366be02'),
(114867,32,28259,NULL,2614,1,'2026-02-12 18:40:48','2026-02-12 18:40:48','81a1a432-af7a-452a-869b-6bf4b631f3d2'),
(114868,32,28259,NULL,2598,2,'2026-02-12 18:40:48','2026-02-12 18:40:48','cfb620ed-b0be-4152-9d0f-b17e1538f9f8'),
(114869,32,28259,NULL,2608,3,'2026-02-12 18:40:48','2026-02-12 18:40:48','496a1806-4451-485f-8edd-7e34ce898c2f'),
(114870,32,28259,NULL,2600,4,'2026-02-12 18:40:48','2026-02-12 18:40:48','f0cac0d1-bc96-4be6-ba69-e3b55edeaad7'),
(114871,32,28259,NULL,2596,5,'2026-02-12 18:40:48','2026-02-12 18:40:48','0defde77-9677-4ecb-9d08-ffb2df03c9e0'),
(114872,32,28259,NULL,2602,6,'2026-02-12 18:40:48','2026-02-12 18:40:48','04bc831c-7997-4bf7-ab59-cbc743a5bb2b'),
(114873,32,28259,NULL,2612,7,'2026-02-12 18:40:48','2026-02-12 18:40:48','eaae90de-3998-4e93-9f8b-f1794bc6cc05'),
(114874,32,28259,NULL,2604,8,'2026-02-12 18:40:48','2026-02-12 18:40:48','0a9607e2-42ef-44ab-be30-f81c78559c7a'),
(114875,16,28259,NULL,10216,1,'2026-02-12 18:40:48','2026-02-12 18:40:48','e1d33e0e-ec8b-4644-9f7f-b6b77440e202'),
(114876,7,28259,NULL,9732,1,'2026-02-12 18:40:48','2026-02-12 18:40:48','dbb1a994-fbcb-4e25-bd02-207455ccf6dd'),
(114877,7,28259,NULL,617,2,'2026-02-12 18:40:48','2026-02-12 18:40:48','a7e974eb-eaff-47df-a7c2-9c375ecbe79b'),
(114878,7,28259,NULL,605,3,'2026-02-12 18:40:48','2026-02-12 18:40:48','ec4f979f-386d-4f07-a4b6-6e9fbb60d82e'),
(114879,7,28259,NULL,9552,4,'2026-02-12 18:40:48','2026-02-12 18:40:48','ebcc526d-159b-4fc7-8ad1-6495b76471b1'),
(114880,82,28259,NULL,479,1,'2026-02-12 18:40:48','2026-02-12 18:40:48','68999608-b131-4219-a730-06a42ae3686e'),
(114881,82,28259,NULL,483,2,'2026-02-12 18:40:48','2026-02-12 18:40:48','6c9749ef-9bc4-454e-a86a-35c4b572b090'),
(114882,47,28259,NULL,12324,1,'2026-02-12 18:40:48','2026-02-12 18:40:48','2f1865f3-65db-4aa2-8e9d-2bfa53a43319'),
(114883,57,28259,NULL,9694,1,'2026-02-12 18:40:48','2026-02-12 18:40:48','a1a65c80-d8e3-446c-8f5a-38f2e425d117'),
(114884,57,28259,NULL,9692,2,'2026-02-12 18:40:48','2026-02-12 18:40:48','7f240dc2-5db4-43c4-8a84-02ab4c2a0d9d'),
(114885,57,28259,NULL,9693,3,'2026-02-12 18:40:48','2026-02-12 18:40:48','0e529d69-bba4-445c-9e47-acb52a51e1ca'),
(114886,57,28259,NULL,9685,4,'2026-02-12 18:40:48','2026-02-12 18:40:48','6a849c79-4282-4e2b-92f6-ced784289dc0'),
(114887,57,28259,NULL,9686,5,'2026-02-12 18:40:48','2026-02-12 18:40:48','5583207b-f338-49c0-acd5-a7932cb70b01'),
(114888,57,28259,NULL,9687,6,'2026-02-12 18:40:48','2026-02-12 18:40:48','d34a590c-1d4c-4ab2-9add-e5835b317905'),
(114889,57,28259,NULL,9688,7,'2026-02-12 18:40:48','2026-02-12 18:40:48','f917e8c7-7179-4587-8a07-eb6f63f76b7f'),
(114890,57,28259,NULL,9689,8,'2026-02-12 18:40:48','2026-02-12 18:40:48','922224d5-9183-4a4c-8915-402d96353777'),
(114891,57,28259,NULL,9690,9,'2026-02-12 18:40:48','2026-02-12 18:40:48','4c743ded-23e3-4b7c-835b-ad2d80a36125'),
(114892,13,28259,NULL,23691,1,'2026-02-12 18:40:48','2026-02-12 18:40:48','d087ea23-6983-4ea1-9cbf-33d923930ed4'),
(114919,32,28261,NULL,2614,1,'2026-02-12 18:41:03','2026-02-12 18:41:03','72619028-1436-4148-ae4b-34bcf65d0e99'),
(114920,32,28261,NULL,2598,2,'2026-02-12 18:41:03','2026-02-12 18:41:03','82bf82e4-28aa-42e7-8f09-e07de8373b36'),
(114921,32,28261,NULL,2608,3,'2026-02-12 18:41:03','2026-02-12 18:41:03','1dce8083-de78-4515-b96f-51267a100d7b'),
(114922,32,28261,NULL,2600,4,'2026-02-12 18:41:03','2026-02-12 18:41:03','aa842fb7-23ef-4b96-9be5-013f68c8b048'),
(114923,32,28261,NULL,2596,5,'2026-02-12 18:41:03','2026-02-12 18:41:03','a934718d-95fc-4f4a-8e66-57ff22bbcbd2'),
(114924,32,28261,NULL,2602,6,'2026-02-12 18:41:03','2026-02-12 18:41:03','f0d969dc-c16a-4795-96d6-f0ec5dba7c8b'),
(114925,32,28261,NULL,2612,7,'2026-02-12 18:41:03','2026-02-12 18:41:03','55ec21ed-8896-4107-a41b-7f984d853acb'),
(114926,32,28261,NULL,2604,8,'2026-02-12 18:41:03','2026-02-12 18:41:03','9eeef855-a9b9-4394-a7c1-f4e02b6c2d4f'),
(114927,16,28261,NULL,10216,1,'2026-02-12 18:41:03','2026-02-12 18:41:03','321bcfb9-76f2-4647-8a44-b65f83fa1136'),
(114928,7,28261,NULL,9732,1,'2026-02-12 18:41:03','2026-02-12 18:41:03','c8687f70-4894-4c2c-85cd-210f389d12f7'),
(114929,7,28261,NULL,617,2,'2026-02-12 18:41:03','2026-02-12 18:41:03','e2bb760e-4cfb-4351-bd86-b6785c65724b'),
(114930,7,28261,NULL,605,3,'2026-02-12 18:41:03','2026-02-12 18:41:03','c42e0a3c-4cbb-4078-af4f-e3ae4d68fb55'),
(114931,7,28261,NULL,9552,4,'2026-02-12 18:41:03','2026-02-12 18:41:03','d416b4dd-91ea-4eb7-bb9d-6942bdfc1b8a'),
(114932,82,28261,NULL,479,1,'2026-02-12 18:41:03','2026-02-12 18:41:03','8e63b323-6c14-4eae-a4d0-7e234061d5e9'),
(114933,82,28261,NULL,483,2,'2026-02-12 18:41:03','2026-02-12 18:41:03','f10c80b5-286b-4c52-abbf-c991e1d02220'),
(114934,47,28261,NULL,12324,1,'2026-02-12 18:41:03','2026-02-12 18:41:03','99d0b104-0cac-4ef8-941b-dc01767b4874'),
(114935,57,28261,NULL,9694,1,'2026-02-12 18:41:03','2026-02-12 18:41:03','1caa9520-17d3-44a5-8c96-3e7088338d85'),
(114936,57,28261,NULL,9692,2,'2026-02-12 18:41:03','2026-02-12 18:41:03','38d5e4f0-7fe5-4708-96b7-ac3cbae10ffc'),
(114937,57,28261,NULL,9693,3,'2026-02-12 18:41:03','2026-02-12 18:41:03','c663c9c0-a4f6-4a16-93f0-e562061d2859'),
(114938,57,28261,NULL,9685,4,'2026-02-12 18:41:03','2026-02-12 18:41:03','c1889f75-e376-4c4f-85c9-c0aede45a9cf'),
(114939,57,28261,NULL,9686,5,'2026-02-12 18:41:03','2026-02-12 18:41:03','732af5ad-2131-4414-bf4a-27e32e22ff66'),
(114940,57,28261,NULL,9687,6,'2026-02-12 18:41:03','2026-02-12 18:41:03','99906e20-ab01-49f3-a180-ef9fcc9acad8'),
(114941,57,28261,NULL,9688,7,'2026-02-12 18:41:03','2026-02-12 18:41:03','8419165c-a3f8-4d33-9854-c2aa16e7c423'),
(114942,57,28261,NULL,9689,8,'2026-02-12 18:41:03','2026-02-12 18:41:03','fde132e2-c079-4582-a335-e701478ed36b'),
(114943,57,28261,NULL,9690,9,'2026-02-12 18:41:03','2026-02-12 18:41:03','075a71fb-3ef6-4737-9709-b9f1dc6b9217'),
(114944,13,28261,NULL,23691,1,'2026-02-12 18:41:03','2026-02-12 18:41:03','01366fd5-f699-4678-95a8-e1f26dc3ec33'),
(114976,32,28263,NULL,2614,1,'2026-02-12 18:41:23','2026-02-12 18:41:23','3d2252c1-41c1-4052-9b71-1c15ab73e915'),
(114977,32,28263,NULL,2610,2,'2026-02-12 18:41:23','2026-02-12 18:41:23','cc529258-e96f-4897-8ea7-528ef909519d'),
(114978,32,28263,NULL,2598,3,'2026-02-12 18:41:23','2026-02-12 18:41:23','920e5ad8-ce50-49b8-be5c-5e32b96a5fb0'),
(114979,32,28263,NULL,2608,4,'2026-02-12 18:41:23','2026-02-12 18:41:23','83703738-966e-4617-87da-860fa48f6ad9'),
(114980,32,28263,NULL,2600,5,'2026-02-12 18:41:23','2026-02-12 18:41:23','4112f4c3-eca7-4972-b47b-9ec99849c0e9'),
(114981,32,28263,NULL,2596,6,'2026-02-12 18:41:23','2026-02-12 18:41:23','2cc77f96-1590-4d6d-9338-82763631cfd1'),
(114982,32,28263,NULL,2602,7,'2026-02-12 18:41:23','2026-02-12 18:41:23','7c6f67ed-cafb-4b53-b14c-3ab4fdb6d267'),
(114983,32,28263,NULL,2612,8,'2026-02-12 18:41:23','2026-02-12 18:41:23','c4a22aa4-da8a-4cb5-91cd-bd2af87b8da3'),
(114984,32,28263,NULL,2606,9,'2026-02-12 18:41:23','2026-02-12 18:41:23','651fd9a8-e8d8-4438-abc3-f5069cd55e96'),
(114985,16,28263,NULL,9749,1,'2026-02-12 18:41:23','2026-02-12 18:41:23','009fe078-724f-4e02-a2d9-bce9e33688ee'),
(114986,7,28263,NULL,6547,1,'2026-02-12 18:41:23','2026-02-12 18:41:23','f4352801-01f7-4fb2-b966-630c602cc5a8'),
(114987,7,28263,NULL,9732,2,'2026-02-12 18:41:23','2026-02-12 18:41:23','24a42ce3-7cb4-4d8e-a7e7-edfeba3fdc6d'),
(114988,7,28263,NULL,9735,3,'2026-02-12 18:41:23','2026-02-12 18:41:23','5787bbc9-af3c-41bd-aa72-6a0bcd11ba7c'),
(114989,7,28263,NULL,9640,4,'2026-02-12 18:41:23','2026-02-12 18:41:23','dc0e3938-c914-4050-a1d0-30d2ab84247e'),
(114990,7,28263,NULL,617,5,'2026-02-12 18:41:23','2026-02-12 18:41:23','8b1ab01b-54f7-4734-b956-108692440e12'),
(114991,7,28263,NULL,605,6,'2026-02-12 18:41:23','2026-02-12 18:41:23','ae5014f7-a297-4de8-99ab-01a75d691233'),
(114992,7,28263,NULL,9552,7,'2026-02-12 18:41:23','2026-02-12 18:41:23','19a12791-9bf8-46e6-91c1-715b021d439c'),
(114993,82,28263,NULL,477,1,'2026-02-12 18:41:23','2026-02-12 18:41:23','94eec83d-d27a-49fe-b6ac-86ef2ab4e563'),
(114994,82,28263,NULL,479,2,'2026-02-12 18:41:23','2026-02-12 18:41:23','dc91b01d-027e-414f-81e7-835d6fb807c2'),
(114995,47,28263,NULL,12344,1,'2026-02-12 18:41:23','2026-02-12 18:41:23','f809e85e-5b21-4a6d-8e6b-3ad2c703b051'),
(114996,57,28263,NULL,9804,1,'2026-02-12 18:41:23','2026-02-12 18:41:23','32af19f3-0e06-4855-9538-ee16cfb95b0a'),
(114997,57,28263,NULL,9811,2,'2026-02-12 18:41:23','2026-02-12 18:41:23','2c1a28f3-c705-4445-8926-310712a82e68'),
(114998,57,28263,NULL,9805,3,'2026-02-12 18:41:23','2026-02-12 18:41:23','e6678a92-3060-4cab-bc03-fbbfe17f6af4'),
(114999,57,28263,NULL,9806,4,'2026-02-12 18:41:23','2026-02-12 18:41:23','3ca591c4-ece9-48ab-bfdd-8bf33ec9830e'),
(115000,57,28263,NULL,9807,5,'2026-02-12 18:41:23','2026-02-12 18:41:23','5cc9295f-0b5b-4c65-bdb1-5ca8f67298bf'),
(115001,57,28263,NULL,9800,6,'2026-02-12 18:41:23','2026-02-12 18:41:23','82c3d4fd-9907-49f5-bef2-07f045ceaba4'),
(115002,57,28263,NULL,9808,7,'2026-02-12 18:41:23','2026-02-12 18:41:23','6aaa8a22-50c9-4d4e-a53d-ab35f6475c4d'),
(115003,57,28263,NULL,9809,8,'2026-02-12 18:41:23','2026-02-12 18:41:23','462eaba2-5e6f-4bf0-8b1a-19c2b246ec3e'),
(115004,57,28263,NULL,9812,9,'2026-02-12 18:41:23','2026-02-12 18:41:23','d30f7883-33b9-495e-99d5-8d2b1595f87a'),
(115005,57,28263,NULL,9813,10,'2026-02-12 18:41:23','2026-02-12 18:41:23','001bd560-8012-4314-8974-f1b1c16b9938'),
(115006,13,28263,NULL,6925,1,'2026-02-12 18:41:23','2026-02-12 18:41:23','8591b19a-8843-4fd3-9223-c9ea4d642674'),
(115038,32,28265,NULL,2614,1,'2026-02-12 18:42:39','2026-02-12 18:42:39','266c0c98-98bc-4a60-97c8-5f1617718083'),
(115039,32,28265,NULL,2610,2,'2026-02-12 18:42:39','2026-02-12 18:42:39','b90e9214-14d2-4f40-ac4f-2e10ee3aef0d'),
(115040,32,28265,NULL,2598,3,'2026-02-12 18:42:39','2026-02-12 18:42:39','7f2b50e1-f665-460b-9fd1-7f48978a2d2e'),
(115041,32,28265,NULL,2608,4,'2026-02-12 18:42:39','2026-02-12 18:42:39','82722983-f7be-40c4-b636-3644182a4af5'),
(115042,32,28265,NULL,2600,5,'2026-02-12 18:42:39','2026-02-12 18:42:39','401e75a4-00ca-4044-8317-8f258a722670'),
(115043,32,28265,NULL,2596,6,'2026-02-12 18:42:39','2026-02-12 18:42:39','a234eca6-c0c3-4550-a627-d547fede9f14'),
(115044,32,28265,NULL,2602,7,'2026-02-12 18:42:39','2026-02-12 18:42:39','4686e577-e12c-4cd8-aa2c-fd4a172b6306'),
(115045,32,28265,NULL,2612,8,'2026-02-12 18:42:39','2026-02-12 18:42:39','9033596a-fff7-4d96-94e1-16a3f2b3d85c'),
(115046,32,28265,NULL,2606,9,'2026-02-12 18:42:39','2026-02-12 18:42:39','3a55d5de-14ed-4221-a212-241ac338cacf'),
(115047,16,28265,NULL,9749,1,'2026-02-12 18:42:39','2026-02-12 18:42:39','6977ac2e-2862-40f3-901d-e033659dd1e8'),
(115048,7,28265,NULL,6547,1,'2026-02-12 18:42:39','2026-02-12 18:42:39','87b8730f-0cad-4959-9592-f02a3237038d'),
(115049,7,28265,NULL,9732,2,'2026-02-12 18:42:39','2026-02-12 18:42:39','fffc8bb2-37eb-4c8c-ace2-807c42643e9c'),
(115050,7,28265,NULL,9735,3,'2026-02-12 18:42:39','2026-02-12 18:42:39','79a1dfb3-fd61-45dc-8a3e-27ff6444363e'),
(115051,7,28265,NULL,9640,4,'2026-02-12 18:42:39','2026-02-12 18:42:39','45c9f6d6-1826-47c1-8176-c0b0be4d9a8d'),
(115052,7,28265,NULL,617,5,'2026-02-12 18:42:39','2026-02-12 18:42:39','a38b2b7c-461d-4b62-a047-d7fd18d32211'),
(115053,7,28265,NULL,605,6,'2026-02-12 18:42:39','2026-02-12 18:42:39','443bec03-f5b8-4dc5-b6ee-115005c39e2b'),
(115054,7,28265,NULL,9552,7,'2026-02-12 18:42:39','2026-02-12 18:42:39','74c55173-e8cd-4468-9f26-ea64d95870d1'),
(115055,82,28265,NULL,477,1,'2026-02-12 18:42:39','2026-02-12 18:42:39','7fc14e74-f577-4e82-899b-e7ef6716cfb2'),
(115056,82,28265,NULL,479,2,'2026-02-12 18:42:39','2026-02-12 18:42:39','9476162a-ef8f-402e-907e-73a5a9bd304d'),
(115057,47,28265,NULL,12344,1,'2026-02-12 18:42:39','2026-02-12 18:42:39','b1c1f3fe-80a0-4f25-9a96-9590fcf7646e'),
(115058,57,28265,NULL,9804,1,'2026-02-12 18:42:39','2026-02-12 18:42:39','d7606d94-a699-4c97-b7d4-8ad7c124f1ae'),
(115059,57,28265,NULL,9811,2,'2026-02-12 18:42:39','2026-02-12 18:42:39','b206985f-79f6-4ed6-ba70-65c1a8e3bc0f'),
(115060,57,28265,NULL,9805,3,'2026-02-12 18:42:39','2026-02-12 18:42:39','e4debd4f-c078-4149-93e5-f52b81cc115a'),
(115061,57,28265,NULL,9806,4,'2026-02-12 18:42:39','2026-02-12 18:42:39','07e1017d-449b-4cf2-8ef2-3940e147b3cc'),
(115062,57,28265,NULL,9807,5,'2026-02-12 18:42:39','2026-02-12 18:42:39','ba6e40bf-bcb8-4f09-846a-f81d814868f2'),
(115063,57,28265,NULL,9800,6,'2026-02-12 18:42:39','2026-02-12 18:42:39','39b99384-cda5-4a03-bfd4-20cd9e3aae82'),
(115064,57,28265,NULL,9808,7,'2026-02-12 18:42:39','2026-02-12 18:42:39','4873d42a-85bb-4a4d-9c10-b50114a2cf2a'),
(115065,57,28265,NULL,9809,8,'2026-02-12 18:42:39','2026-02-12 18:42:39','56dc8616-03b7-4d3a-945e-8c5cabb4e1a5'),
(115066,57,28265,NULL,9812,9,'2026-02-12 18:42:39','2026-02-12 18:42:39','3e9ed15c-1fe4-4050-8aa6-5b0fd44c17d8'),
(115067,57,28265,NULL,9813,10,'2026-02-12 18:42:39','2026-02-12 18:42:39','66d5cf9d-dfcb-4bb8-9dd8-e9867cc0c4b7'),
(115068,13,28265,NULL,6925,1,'2026-02-12 18:42:39','2026-02-12 18:42:39','1050fc97-f654-41f8-a80f-6dbfba9b77a9'),
(115095,32,28267,NULL,2610,1,'2026-02-12 18:42:50','2026-02-12 18:42:50','005c864d-cd7b-470d-ba18-1c14994a2309'),
(115096,32,28267,NULL,2598,2,'2026-02-12 18:42:50','2026-02-12 18:42:50','f839ef9f-2073-4560-ab13-cd33dbbb711c'),
(115097,32,28267,NULL,2600,3,'2026-02-12 18:42:50','2026-02-12 18:42:50','48cd6554-f87b-4ac2-8f08-ce9e2a4140c1'),
(115098,32,28267,NULL,2604,4,'2026-02-12 18:42:50','2026-02-12 18:42:50','f1f7507d-0196-43ab-af24-e6a49b2d1888'),
(115099,32,28267,NULL,2608,5,'2026-02-12 18:42:50','2026-02-12 18:42:50','baa5f714-f6e4-4275-8bd8-a5e3a141ed1e'),
(115100,32,28267,NULL,2596,6,'2026-02-12 18:42:50','2026-02-12 18:42:50','c41b7dc2-3409-43a2-bd08-36f847c2741a'),
(115101,32,28267,NULL,2602,7,'2026-02-12 18:42:50','2026-02-12 18:42:50','e2c849a1-f78f-42b0-9899-a48e25c58975'),
(115102,32,28267,NULL,2606,8,'2026-02-12 18:42:50','2026-02-12 18:42:50','755df688-a88e-48fa-9d14-16d52138125d'),
(115103,32,28267,NULL,2612,9,'2026-02-12 18:42:50','2026-02-12 18:42:50','49a70e8e-9bc0-42f0-845b-03890ab3ebaa'),
(115104,16,28267,NULL,9219,1,'2026-02-12 18:42:50','2026-02-12 18:42:50','c0445ffe-f107-4fcc-b270-424264f2f9b3'),
(115105,7,28267,NULL,601,1,'2026-02-12 18:42:50','2026-02-12 18:42:50','f5671480-fa85-4d6e-97d5-d21bd4df9e2b'),
(115106,7,28267,NULL,605,2,'2026-02-12 18:42:50','2026-02-12 18:42:50','59a64075-7daa-4e7d-909e-cb09fcd2b866'),
(115107,7,28267,NULL,617,3,'2026-02-12 18:42:50','2026-02-12 18:42:50','dcaeb487-1db2-4b91-a0b8-50b6e5131e8b'),
(115108,7,28267,NULL,9552,4,'2026-02-12 18:42:50','2026-02-12 18:42:50','117ea325-621f-41ed-b2a5-8d77a615d735'),
(115109,82,28267,NULL,469,1,'2026-02-12 18:42:50','2026-02-12 18:42:50','b95aa240-4244-4daf-a185-daa8b3c637a6'),
(115110,82,28267,NULL,475,2,'2026-02-12 18:42:50','2026-02-12 18:42:50','82ac7edb-40c1-418b-9cc3-6eed830424ec'),
(115111,82,28267,NULL,479,3,'2026-02-12 18:42:50','2026-02-12 18:42:50','976b9827-4903-4deb-9867-48c8ab32da21'),
(115112,82,28267,NULL,491,4,'2026-02-12 18:42:50','2026-02-12 18:42:50','3419c856-62d0-48a2-8500-de352f80544d'),
(115113,47,28267,NULL,27449,1,'2026-02-12 18:42:50','2026-02-12 18:42:50','3b6e7f2f-c3f1-47e9-80fc-43d2f84d5cca'),
(115114,57,28267,NULL,9222,1,'2026-02-12 18:42:50','2026-02-12 18:42:50','4aa0cf55-4775-4d85-b1ad-26f410a665ce'),
(115115,57,28267,NULL,9223,2,'2026-02-12 18:42:50','2026-02-12 18:42:50','a28d3a78-b6c7-4fc9-9a9c-3d7e2380db91'),
(115116,57,28267,NULL,9224,3,'2026-02-12 18:42:50','2026-02-12 18:42:50','38472a01-a3dc-444f-8bbb-7492b366be43'),
(115117,57,28267,NULL,9225,4,'2026-02-12 18:42:50','2026-02-12 18:42:50','69a04a41-41b7-465a-b6ba-9261e8ab1f8c'),
(115118,57,28267,NULL,9226,5,'2026-02-12 18:42:50','2026-02-12 18:42:50','245d9d3e-0269-449b-93c8-1d80371c51f5'),
(115119,57,28267,NULL,12288,6,'2026-02-12 18:42:50','2026-02-12 18:42:50','35452f06-dad6-455b-8b8f-aae97596fca7'),
(115120,13,28267,NULL,23697,1,'2026-02-12 18:42:50','2026-02-12 18:42:50','28f02cd5-7c50-4ba5-be29-ecb894beb196'),
(115147,32,28269,NULL,2610,1,'2026-02-12 18:43:16','2026-02-12 18:43:16','609dcc0a-f456-4a0d-8f50-802351ecd85d'),
(115148,32,28269,NULL,2598,2,'2026-02-12 18:43:16','2026-02-12 18:43:16','6f4e3370-004c-449c-8f02-2f670a11d471'),
(115149,32,28269,NULL,2600,3,'2026-02-12 18:43:16','2026-02-12 18:43:16','b665657d-a6ed-4520-b4fa-a64dd16ff839'),
(115150,32,28269,NULL,2604,4,'2026-02-12 18:43:16','2026-02-12 18:43:16','9a7b734d-54d0-4094-bc99-b51b6d46407c'),
(115151,32,28269,NULL,2608,5,'2026-02-12 18:43:16','2026-02-12 18:43:16','b196c48b-2916-4a71-9e09-e4db4e143406'),
(115152,32,28269,NULL,2596,6,'2026-02-12 18:43:16','2026-02-12 18:43:16','1004409d-04a0-439f-89b1-b2a97357c883'),
(115153,32,28269,NULL,2602,7,'2026-02-12 18:43:16','2026-02-12 18:43:16','e17f463d-46d6-4464-9647-61f8b4436f31'),
(115154,32,28269,NULL,2606,8,'2026-02-12 18:43:16','2026-02-12 18:43:16','11095a6f-b3fc-4542-8598-ec9e05fd51c4'),
(115155,32,28269,NULL,2612,9,'2026-02-12 18:43:16','2026-02-12 18:43:16','8d4994cb-7629-418e-a143-1ba36b660b4a'),
(115156,16,28269,NULL,9219,1,'2026-02-12 18:43:16','2026-02-12 18:43:16','ff77d067-a79f-4440-90b9-779f45cbf74d'),
(115157,7,28269,NULL,601,1,'2026-02-12 18:43:16','2026-02-12 18:43:16','a19ff55c-6384-4fa0-bcee-bbadcbf0f895'),
(115158,7,28269,NULL,605,2,'2026-02-12 18:43:16','2026-02-12 18:43:16','96574450-cec4-4460-95ce-82489de5995d'),
(115159,7,28269,NULL,617,3,'2026-02-12 18:43:16','2026-02-12 18:43:16','22450143-e700-4b7d-9175-a2494c6568c5'),
(115160,7,28269,NULL,9552,4,'2026-02-12 18:43:16','2026-02-12 18:43:16','1ee034ff-24c8-4f51-bba2-2ff1a81656ec'),
(115161,82,28269,NULL,469,1,'2026-02-12 18:43:16','2026-02-12 18:43:16','2d4fbed9-84df-41c3-a7d5-bda46c78a38b'),
(115162,82,28269,NULL,475,2,'2026-02-12 18:43:16','2026-02-12 18:43:16','1f4894e0-78b9-49bf-9505-7376155c9395'),
(115163,82,28269,NULL,479,3,'2026-02-12 18:43:16','2026-02-12 18:43:16','958e048e-cb01-4b02-a9f3-30c6a8c33516'),
(115164,82,28269,NULL,491,4,'2026-02-12 18:43:16','2026-02-12 18:43:16','1260ebfc-4f6b-453f-9735-7cba67736d1b'),
(115165,47,28269,NULL,27449,1,'2026-02-12 18:43:16','2026-02-12 18:43:16','cd4250d4-60fc-4917-8ebd-bc16b534fe8b'),
(115166,57,28269,NULL,9222,1,'2026-02-12 18:43:16','2026-02-12 18:43:16','1e363902-2d82-4d0b-ae14-68c82e0bde80'),
(115167,57,28269,NULL,9223,2,'2026-02-12 18:43:16','2026-02-12 18:43:16','31c7cc4b-f018-4bd1-9d52-ee4dae04aebf'),
(115168,57,28269,NULL,9224,3,'2026-02-12 18:43:16','2026-02-12 18:43:16','2b4c6805-f222-4d7e-b46f-e97437f6bf7b'),
(115169,57,28269,NULL,9225,4,'2026-02-12 18:43:16','2026-02-12 18:43:16','b588610a-8234-4b7f-811f-7594d6720ccf'),
(115170,57,28269,NULL,9226,5,'2026-02-12 18:43:16','2026-02-12 18:43:16','b859d10e-b9d6-4d81-b936-c9d1b19282e5'),
(115171,57,28269,NULL,12288,6,'2026-02-12 18:43:16','2026-02-12 18:43:16','cd1d5876-9c9a-47c4-b28c-009dcea44118'),
(115172,13,28269,NULL,23697,1,'2026-02-12 18:43:16','2026-02-12 18:43:16','cba338de-5d4d-4282-8276-8f8f90044a52'),
(115198,32,28271,NULL,2614,1,'2026-02-12 18:43:35','2026-02-12 18:43:35','37d085e3-395a-4227-b1aa-dd51d63a052f'),
(115199,32,28271,NULL,2610,2,'2026-02-12 18:43:35','2026-02-12 18:43:35','ad29e30c-66a1-4629-8e57-fdd23a98365e'),
(115200,32,28271,NULL,2598,3,'2026-02-12 18:43:35','2026-02-12 18:43:35','0df0ecde-8c7e-4a2e-b7af-b7a1de48791c'),
(115201,32,28271,NULL,2608,4,'2026-02-12 18:43:35','2026-02-12 18:43:35','44e7286c-a60a-4479-99e9-53f4c631f1d3'),
(115202,32,28271,NULL,2600,5,'2026-02-12 18:43:35','2026-02-12 18:43:35','bfc044b0-f89f-4a0e-9820-ff3ed6be42dc'),
(115203,32,28271,NULL,2596,6,'2026-02-12 18:43:35','2026-02-12 18:43:35','d709b001-a715-4431-848f-110d76a459a7'),
(115204,32,28271,NULL,2602,7,'2026-02-12 18:43:35','2026-02-12 18:43:35','d950a2ed-0097-49e4-b9c6-081dbffd3aca'),
(115205,32,28271,NULL,2612,8,'2026-02-12 18:43:35','2026-02-12 18:43:35','440aefba-8890-4b41-b71c-ee97df24a9d4'),
(115206,32,28271,NULL,2604,9,'2026-02-12 18:43:35','2026-02-12 18:43:35','97ce329b-fa4a-4d5a-aec0-7d01b3a2d621'),
(115207,32,28271,NULL,2606,10,'2026-02-12 18:43:35','2026-02-12 18:43:35','a62b0f9d-c65e-4d94-affe-0f52ed219f12'),
(115208,16,28271,NULL,9238,1,'2026-02-12 18:43:35','2026-02-12 18:43:35','e48d5712-8816-48e8-ab77-22655b002c67'),
(115209,7,28271,NULL,3468,1,'2026-02-12 18:43:35','2026-02-12 18:43:35','646d4f51-1ffe-4e68-b67d-72dd6ee621ba'),
(115210,7,28271,NULL,601,2,'2026-02-12 18:43:35','2026-02-12 18:43:35','3ae66363-f63c-4ca5-afd5-2c78d55dbf32'),
(115211,7,28271,NULL,617,3,'2026-02-12 18:43:35','2026-02-12 18:43:35','89ac3117-a518-47ac-a714-604e104cdd2e'),
(115212,7,28271,NULL,9552,4,'2026-02-12 18:43:35','2026-02-12 18:43:35','f8f0db36-b854-4009-a8a6-8b3d76554518'),
(115213,7,28271,NULL,605,5,'2026-02-12 18:43:35','2026-02-12 18:43:35','c749d453-67a8-4a54-964b-96eeec9a1930'),
(115214,82,28271,NULL,479,1,'2026-02-12 18:43:35','2026-02-12 18:43:35','712d0615-0994-4c76-9ee2-f6763844259e'),
(115215,47,28271,NULL,12374,1,'2026-02-12 18:43:35','2026-02-12 18:43:35','987e5d0a-5213-4f93-9086-915e3504cb6e'),
(115216,57,28271,NULL,9244,1,'2026-02-12 18:43:35','2026-02-12 18:43:35','f7a39ed4-e441-4c49-8f04-95aa37f98eb9'),
(115217,57,28271,NULL,9250,2,'2026-02-12 18:43:35','2026-02-12 18:43:35','39da354f-6747-47b7-97c0-dfe6148e90e7'),
(115218,57,28271,NULL,9245,3,'2026-02-12 18:43:35','2026-02-12 18:43:35','c4ab8e67-bd21-4c8a-93e9-4b589067e5fe'),
(115219,57,28271,NULL,9246,4,'2026-02-12 18:43:35','2026-02-12 18:43:35','b011ed29-2683-4aca-a4cf-abe3f0cb14e9'),
(115220,57,28271,NULL,9247,5,'2026-02-12 18:43:35','2026-02-12 18:43:35','5be38748-33cc-4af2-a78a-92529602a577'),
(115221,57,28271,NULL,9248,6,'2026-02-12 18:43:35','2026-02-12 18:43:35','f5cb28af-16f5-485d-9cfc-87452db0c5e1'),
(115222,57,28271,NULL,9249,7,'2026-02-12 18:43:35','2026-02-12 18:43:35','32f47253-c02d-41c8-b588-0ef805170005'),
(115248,32,28273,NULL,2614,1,'2026-02-12 18:43:52','2026-02-12 18:43:52','a2980832-116a-47f6-b4e7-77846092ac3e'),
(115249,32,28273,NULL,2610,2,'2026-02-12 18:43:52','2026-02-12 18:43:52','5e3c10bc-901c-4056-aa06-fc8a5a8724ec'),
(115250,32,28273,NULL,2598,3,'2026-02-12 18:43:52','2026-02-12 18:43:52','27d876ea-137d-40ba-8151-0b044331fbf2'),
(115251,32,28273,NULL,2608,4,'2026-02-12 18:43:52','2026-02-12 18:43:52','61c217bb-693d-4334-8e5a-0205f3869ef0'),
(115252,32,28273,NULL,2600,5,'2026-02-12 18:43:52','2026-02-12 18:43:52','86017f80-48a4-46d8-a07b-40d475f2413e'),
(115253,32,28273,NULL,2596,6,'2026-02-12 18:43:52','2026-02-12 18:43:52','9ad27434-f554-42e4-a2d9-3570b0cfa9ba'),
(115254,32,28273,NULL,2602,7,'2026-02-12 18:43:52','2026-02-12 18:43:52','e9378f29-7aed-45b9-9f17-3066cc927998'),
(115255,32,28273,NULL,2612,8,'2026-02-12 18:43:52','2026-02-12 18:43:52','bc36a32b-9102-440b-ac0b-3f4f1d5fed21'),
(115256,32,28273,NULL,2604,9,'2026-02-12 18:43:52','2026-02-12 18:43:52','59162bb4-ffe0-4f82-829c-e85459039def'),
(115257,32,28273,NULL,2606,10,'2026-02-12 18:43:52','2026-02-12 18:43:52','c6111fb3-34fc-429a-abba-92e416ef261f'),
(115258,16,28273,NULL,9238,1,'2026-02-12 18:43:52','2026-02-12 18:43:52','8685486d-71d3-4d5d-86ea-4f77f993054f'),
(115259,7,28273,NULL,3468,1,'2026-02-12 18:43:52','2026-02-12 18:43:52','7dd1b977-77b4-45c1-ab56-5220edecac43'),
(115260,7,28273,NULL,601,2,'2026-02-12 18:43:52','2026-02-12 18:43:52','b24a12ce-8c02-40b7-afbc-d2e694709d43'),
(115261,7,28273,NULL,617,3,'2026-02-12 18:43:52','2026-02-12 18:43:52','7ffc0c4a-1c82-40f3-9a84-c47ef7b4959b'),
(115262,7,28273,NULL,9552,4,'2026-02-12 18:43:52','2026-02-12 18:43:52','7ba4022b-2683-4c04-bf5e-2ffb8ef908ce'),
(115263,7,28273,NULL,605,5,'2026-02-12 18:43:52','2026-02-12 18:43:52','d608c0d6-081a-4b5d-8927-3ae9506d0c53'),
(115264,82,28273,NULL,479,1,'2026-02-12 18:43:52','2026-02-12 18:43:52','2e0808bb-7164-45f1-8d09-a16104e07c03'),
(115265,47,28273,NULL,12374,1,'2026-02-12 18:43:52','2026-02-12 18:43:52','9362c82d-9faf-47f1-abb8-76b6906b7ccf'),
(115266,57,28273,NULL,9244,1,'2026-02-12 18:43:52','2026-02-12 18:43:52','8985a4ad-dcf2-4901-a24b-b54ffb657a10'),
(115267,57,28273,NULL,9250,2,'2026-02-12 18:43:52','2026-02-12 18:43:52','b5ccf851-26bb-41cf-bc71-2af9148dcc51'),
(115268,57,28273,NULL,9245,3,'2026-02-12 18:43:52','2026-02-12 18:43:52','7023372d-2103-4c5c-b8e0-0ccd9500f799'),
(115269,57,28273,NULL,9246,4,'2026-02-12 18:43:52','2026-02-12 18:43:52','94787632-1c36-43cc-9683-a92141a1ad98'),
(115270,57,28273,NULL,9247,5,'2026-02-12 18:43:52','2026-02-12 18:43:52','3185d42b-7f19-4ebe-b137-40fc6373e1f3'),
(115271,57,28273,NULL,9248,6,'2026-02-12 18:43:52','2026-02-12 18:43:52','b7d341b3-da4e-4dee-8377-a6c38410e069'),
(115272,57,28273,NULL,9249,7,'2026-02-12 18:43:52','2026-02-12 18:43:52','c2323eb5-7805-430e-88e5-a68fb6739566'),
(115296,32,28275,NULL,2610,1,'2026-02-12 18:44:09','2026-02-12 18:44:09','aa06f607-4687-41ab-a49c-4fd1910f4df9'),
(115297,32,28275,NULL,2598,2,'2026-02-12 18:44:09','2026-02-12 18:44:09','d82ebe33-57d2-45d3-9bec-a561813b98d3'),
(115298,32,28275,NULL,2600,3,'2026-02-12 18:44:09','2026-02-12 18:44:09','e41d0645-6be9-4e3d-9bbf-c05c1d34fa5c'),
(115299,32,28275,NULL,2606,4,'2026-02-12 18:44:09','2026-02-12 18:44:09','dcb44314-5ef3-44ac-ac07-9c72d2a058fc'),
(115300,32,28275,NULL,2604,5,'2026-02-12 18:44:09','2026-02-12 18:44:09','775c86d7-1656-4f9f-a44f-70e906219cc2'),
(115301,32,28275,NULL,2614,6,'2026-02-12 18:44:09','2026-02-12 18:44:09','a91c5a6d-e58e-463f-817d-55990a551a95'),
(115302,32,28275,NULL,2608,7,'2026-02-12 18:44:09','2026-02-12 18:44:09','8f4975c9-0641-452a-8a2d-2a61fb614846'),
(115303,32,28275,NULL,2596,8,'2026-02-12 18:44:09','2026-02-12 18:44:09','e661daaa-7507-4266-9157-1d0d5428948c'),
(115304,32,28275,NULL,2602,9,'2026-02-12 18:44:09','2026-02-12 18:44:09','a901b4d9-4bd8-4fc7-bffa-08a8aaea2b20'),
(115305,32,28275,NULL,2612,10,'2026-02-12 18:44:09','2026-02-12 18:44:09','d83921be-b90f-4132-ad91-31d89553380c'),
(115306,16,28275,NULL,5191,1,'2026-02-12 18:44:09','2026-02-12 18:44:09','7bae07a0-1582-463e-9408-d3854e6d43f1'),
(115307,7,28275,NULL,2969,1,'2026-02-12 18:44:09','2026-02-12 18:44:09','f94e3552-9eec-4910-8951-5f05e66def22'),
(115308,7,28275,NULL,617,2,'2026-02-12 18:44:09','2026-02-12 18:44:09','af347eb2-f9ac-4344-911f-8df55b5ab2ab'),
(115309,7,28275,NULL,605,3,'2026-02-12 18:44:09','2026-02-12 18:44:09','37efd266-5968-4f10-9a47-c6b2b071a6e7'),
(115310,7,28275,NULL,9552,4,'2026-02-12 18:44:09','2026-02-12 18:44:09','b83d330a-d387-4831-ba9a-53ebe404b99a'),
(115311,47,28275,NULL,12370,1,'2026-02-12 18:44:09','2026-02-12 18:44:09','e267e649-060e-4903-b317-565a5ace61a1'),
(115312,57,28275,NULL,5185,1,'2026-02-12 18:44:09','2026-02-12 18:44:09','2423db0c-13be-4c35-b7c6-1ca1aa099f42'),
(115313,57,28275,NULL,5186,2,'2026-02-12 18:44:09','2026-02-12 18:44:09','46a65d19-6fd2-4034-8891-4919f17f9f41'),
(115314,57,28275,NULL,5187,3,'2026-02-12 18:44:09','2026-02-12 18:44:09','4dc3a6b4-243d-4fac-81a9-7a5f52c564d2'),
(115315,57,28275,NULL,5188,4,'2026-02-12 18:44:09','2026-02-12 18:44:09','09c9d6af-ae46-4007-a202-6def70a26bdb'),
(115316,57,28275,NULL,5189,5,'2026-02-12 18:44:09','2026-02-12 18:44:09','acec18db-e9f6-402e-bb45-d52e8d821fb9'),
(115317,57,28275,NULL,5190,6,'2026-02-12 18:44:09','2026-02-12 18:44:09','8b17596a-9240-4803-ab3e-d269b376a50e'),
(115318,13,28275,NULL,24348,1,'2026-02-12 18:44:09','2026-02-12 18:44:09','cbc15701-5034-4c61-9a3c-6c211c8d9e69'),
(115342,32,28277,NULL,2610,1,'2026-02-12 18:45:07','2026-02-12 18:45:07','2b917c6d-7310-4fc7-9927-0d1f90a5661a'),
(115343,32,28277,NULL,2598,2,'2026-02-12 18:45:07','2026-02-12 18:45:07','47055c41-80e3-4c36-ad70-82c4ef446f11'),
(115344,32,28277,NULL,2600,3,'2026-02-12 18:45:07','2026-02-12 18:45:07','29a5e17c-2606-4e05-aff6-eda5ebdb846e'),
(115345,32,28277,NULL,2606,4,'2026-02-12 18:45:07','2026-02-12 18:45:07','c627d7df-cea6-4778-a072-77fd6b6c11e9'),
(115346,32,28277,NULL,2604,5,'2026-02-12 18:45:07','2026-02-12 18:45:07','9d88b992-93d9-4738-b284-94eece609e9e'),
(115347,32,28277,NULL,2614,6,'2026-02-12 18:45:07','2026-02-12 18:45:07','072bf25a-a71d-4b70-83d0-24d52b18aa98'),
(115348,32,28277,NULL,2608,7,'2026-02-12 18:45:07','2026-02-12 18:45:07','781b537c-b6bd-4161-b1f2-24c8eed7edb9'),
(115349,32,28277,NULL,2596,8,'2026-02-12 18:45:07','2026-02-12 18:45:07','d92b020d-1f1a-4101-8076-66d0b361b2ce'),
(115350,32,28277,NULL,2602,9,'2026-02-12 18:45:07','2026-02-12 18:45:07','a12fa508-6d55-4dbf-92e2-60b865e6e589'),
(115351,32,28277,NULL,2612,10,'2026-02-12 18:45:07','2026-02-12 18:45:07','59afbf39-f9b4-43e2-aad0-b23b4cca91e2'),
(115352,16,28277,NULL,5191,1,'2026-02-12 18:45:07','2026-02-12 18:45:07','288d01cb-7176-48f7-a786-9306223d5462'),
(115353,7,28277,NULL,2969,1,'2026-02-12 18:45:07','2026-02-12 18:45:07','93e97379-4247-47d5-a71a-f6427698cffb'),
(115354,7,28277,NULL,617,2,'2026-02-12 18:45:07','2026-02-12 18:45:07','a2d937ed-5db3-43d4-8a0a-635948324b74'),
(115355,7,28277,NULL,605,3,'2026-02-12 18:45:07','2026-02-12 18:45:07','994093bd-4d55-4ddb-b65a-e1af75a4b517'),
(115356,7,28277,NULL,9552,4,'2026-02-12 18:45:07','2026-02-12 18:45:07','ad2c7e68-c9d2-445e-908c-498dffd62ceb'),
(115357,47,28277,NULL,12370,1,'2026-02-12 18:45:07','2026-02-12 18:45:07','ee01e47a-5267-4d6c-9c08-07b6a51ae34a'),
(115358,57,28277,NULL,5185,1,'2026-02-12 18:45:07','2026-02-12 18:45:07','6d7b0552-9178-40c8-a51e-1f85b6acefad'),
(115359,57,28277,NULL,5186,2,'2026-02-12 18:45:07','2026-02-12 18:45:07','b25c3e85-ec77-458c-9d83-4b8f86d322d4'),
(115360,57,28277,NULL,5187,3,'2026-02-12 18:45:07','2026-02-12 18:45:07','76a49df0-aaf4-4447-9194-c37ad0afc54c'),
(115361,57,28277,NULL,5188,4,'2026-02-12 18:45:07','2026-02-12 18:45:07','b8693207-807c-464f-934f-d33845b9dabb'),
(115362,57,28277,NULL,5189,5,'2026-02-12 18:45:07','2026-02-12 18:45:07','38cdf491-4f7a-46fb-97c7-7d1e5d03b05a'),
(115363,57,28277,NULL,5190,6,'2026-02-12 18:45:07','2026-02-12 18:45:07','5ae5960e-09ed-4e69-8e76-ee1b8d0ebf6c'),
(115364,13,28277,NULL,24348,1,'2026-02-12 18:45:07','2026-02-12 18:45:07','b64eaa97-b76f-459f-935d-0652fec0849b'),
(115396,32,28279,NULL,2610,1,'2026-02-12 18:45:41','2026-02-12 18:45:41','654e097e-8b15-4d6b-aca4-ea9feae5b139'),
(115397,32,28279,NULL,2598,2,'2026-02-12 18:45:41','2026-02-12 18:45:41','ca7fa101-ae6e-4059-97e8-5308e9417d25'),
(115398,32,28279,NULL,2600,3,'2026-02-12 18:45:41','2026-02-12 18:45:41','8cad184d-2a3d-4b3d-a30d-a08a084c451f'),
(115399,32,28279,NULL,2604,4,'2026-02-12 18:45:41','2026-02-12 18:45:41','7b43655b-c481-4faf-a29f-3afe2bdd920f'),
(115400,32,28279,NULL,2608,5,'2026-02-12 18:45:41','2026-02-12 18:45:41','430436c6-f3ab-4496-a224-b02487fc8823'),
(115401,32,28279,NULL,2596,6,'2026-02-12 18:45:41','2026-02-12 18:45:41','d65af7e7-1a43-4949-b7ac-66355ed3ab96'),
(115402,32,28279,NULL,2602,7,'2026-02-12 18:45:41','2026-02-12 18:45:41','2ce69902-a01e-4fb0-9840-9f1b4a110e46'),
(115403,32,28279,NULL,2606,8,'2026-02-12 18:45:41','2026-02-12 18:45:41','9dd6b0ab-bda0-4aa7-828e-f08f14a1ea82'),
(115404,32,28279,NULL,2612,9,'2026-02-12 18:45:41','2026-02-12 18:45:41','ee53f116-ca41-43bb-b0b5-068bd7dd48f8'),
(115405,16,28279,NULL,9947,1,'2026-02-12 18:45:41','2026-02-12 18:45:41','e7ff1072-1008-44cc-83e1-a000c3fb6b72'),
(115406,7,28279,NULL,605,1,'2026-02-12 18:45:41','2026-02-12 18:45:41','da830037-6e52-4044-8cb5-cad6720b0ec3'),
(115407,7,28279,NULL,617,2,'2026-02-12 18:45:41','2026-02-12 18:45:41','9e223381-285d-40a7-a46c-c5e3f665c1c1'),
(115408,7,28279,NULL,9552,3,'2026-02-12 18:45:41','2026-02-12 18:45:41','58407806-7ecf-4722-b1b4-1f9b86f7e730'),
(115409,82,28279,NULL,469,1,'2026-02-12 18:45:41','2026-02-12 18:45:41','af24cd83-6e77-4f59-8385-96d86be69ae2'),
(115410,82,28279,NULL,475,2,'2026-02-12 18:45:41','2026-02-12 18:45:41','d52e3503-49fc-4da5-ae78-39715c1c6df7'),
(115411,82,28279,NULL,479,3,'2026-02-12 18:45:41','2026-02-12 18:45:41','5b475c00-d5d1-4904-9c1a-76ef68763775'),
(115412,82,28279,NULL,491,4,'2026-02-12 18:45:41','2026-02-12 18:45:41','2d40020b-12a2-45e6-9193-64a1a966332a'),
(115413,47,28279,NULL,12368,1,'2026-02-12 18:45:41','2026-02-12 18:45:41','e8bf9b0c-cfdb-4d72-9ad8-ecf971840ae9'),
(115414,57,28279,NULL,9959,1,'2026-02-12 18:45:41','2026-02-12 18:45:41','7cf2c53b-0b2b-402c-b243-cbe96fbf10a0'),
(115415,57,28279,NULL,9972,2,'2026-02-12 18:45:41','2026-02-12 18:45:41','563b535d-e545-4bed-a0e8-fb64a357ec51'),
(115416,57,28279,NULL,9973,3,'2026-02-12 18:45:41','2026-02-12 18:45:41','fccc43fd-b9b8-411d-8b1a-115679df9698'),
(115417,57,28279,NULL,9957,4,'2026-02-12 18:45:41','2026-02-12 18:45:41','b5cf7d4c-b5f7-41c3-8600-1c6e712add01'),
(115418,57,28279,NULL,9953,5,'2026-02-12 18:45:41','2026-02-12 18:45:41','7dc04780-7bb7-4392-a115-8c2da837c946'),
(115419,57,28279,NULL,9954,6,'2026-02-12 18:45:41','2026-02-12 18:45:41','a865061f-cb73-4322-9cc2-bb294ec71524'),
(115420,57,28279,NULL,9956,7,'2026-02-12 18:45:41','2026-02-12 18:45:41','1a7f9b71-6b7c-4d06-8a27-1e07dc88c9d5'),
(115421,57,28279,NULL,9949,8,'2026-02-12 18:45:41','2026-02-12 18:45:41','2ce7eff7-2e64-4a53-bf98-122bb3a74aac'),
(115422,57,28279,NULL,9958,9,'2026-02-12 18:45:41','2026-02-12 18:45:41','5d0f97f6-a2b6-4d88-9499-4c5da658e8b5'),
(115423,57,28279,NULL,9960,10,'2026-02-12 18:45:41','2026-02-12 18:45:41','8fd47906-978a-4b79-a0ac-cbdb5ebed8f2'),
(115424,57,28279,NULL,9962,11,'2026-02-12 18:45:41','2026-02-12 18:45:41','f1733d90-5926-42a9-96f6-6308e840c4a9'),
(115425,57,28279,NULL,9971,12,'2026-02-12 18:45:41','2026-02-12 18:45:41','faee4d09-d3a1-418e-9be9-33d8d5bf2cb3'),
(115426,13,28279,NULL,7732,1,'2026-02-12 18:45:41','2026-02-12 18:45:41','f2b54960-d1d4-4991-8e3e-bca7c960ce48'),
(115458,32,28281,NULL,2610,1,'2026-02-12 18:46:49','2026-02-12 18:46:49','79958da3-0733-4f45-8973-5293487405f3'),
(115459,32,28281,NULL,2598,2,'2026-02-12 18:46:49','2026-02-12 18:46:49','bba20394-ea67-41ca-888d-aef42808b3a2'),
(115460,32,28281,NULL,2600,3,'2026-02-12 18:46:49','2026-02-12 18:46:49','2a06bbd6-314b-42f8-9048-8877c4a3d945'),
(115461,32,28281,NULL,2604,4,'2026-02-12 18:46:49','2026-02-12 18:46:49','2dd94751-44e9-464d-8a8b-380e10b639a2'),
(115462,32,28281,NULL,2608,5,'2026-02-12 18:46:49','2026-02-12 18:46:49','e6c68d9e-4f56-4cac-a24b-9f2255447863'),
(115463,32,28281,NULL,2596,6,'2026-02-12 18:46:49','2026-02-12 18:46:49','3ec18931-7f02-43a2-928e-ffa5aa1cd3bf'),
(115464,32,28281,NULL,2602,7,'2026-02-12 18:46:49','2026-02-12 18:46:49','e0c69fd8-57f8-43b0-aeb6-f32f3249852a'),
(115465,32,28281,NULL,2606,8,'2026-02-12 18:46:49','2026-02-12 18:46:49','a8201623-9fcb-4bfa-a6bc-e601e44f6fd6'),
(115466,32,28281,NULL,2612,9,'2026-02-12 18:46:49','2026-02-12 18:46:49','e095a392-de26-4c1d-abb9-a8a56f845232'),
(115467,16,28281,NULL,9947,1,'2026-02-12 18:46:49','2026-02-12 18:46:49','75174c54-583b-43e9-806a-c7b60f18dcea'),
(115468,7,28281,NULL,605,1,'2026-02-12 18:46:49','2026-02-12 18:46:49','2cd40a88-1413-42a4-bb0b-b271951d524d'),
(115469,7,28281,NULL,617,2,'2026-02-12 18:46:49','2026-02-12 18:46:49','4c722c48-3221-4182-b0c8-82d58765b5b3'),
(115470,7,28281,NULL,9552,3,'2026-02-12 18:46:49','2026-02-12 18:46:49','4872c6c9-c60a-4f6a-bf71-51b81782e515'),
(115471,82,28281,NULL,469,1,'2026-02-12 18:46:49','2026-02-12 18:46:49','9ff40592-75cb-4db2-b5f8-25017a306c82'),
(115472,82,28281,NULL,475,2,'2026-02-12 18:46:49','2026-02-12 18:46:49','7ccdf11d-1eec-4abb-b16d-f9c8bfb9b0f5'),
(115473,82,28281,NULL,479,3,'2026-02-12 18:46:49','2026-02-12 18:46:49','c81bb7f0-25b2-499e-a3d1-e8b72756249b'),
(115474,82,28281,NULL,491,4,'2026-02-12 18:46:49','2026-02-12 18:46:49','04e3691d-efb6-488b-a5fd-214f2c9dbdc7'),
(115475,47,28281,NULL,12368,1,'2026-02-12 18:46:49','2026-02-12 18:46:49','ddc829e3-4e83-42d3-ba07-27f4e2feed04'),
(115476,57,28281,NULL,9959,1,'2026-02-12 18:46:49','2026-02-12 18:46:49','fab01994-816f-492a-8670-a50fb0d6b20c'),
(115477,57,28281,NULL,9972,2,'2026-02-12 18:46:49','2026-02-12 18:46:49','a34ee99b-aa81-4e18-b237-e2f93d5637d5'),
(115478,57,28281,NULL,9973,3,'2026-02-12 18:46:49','2026-02-12 18:46:49','6a921f3a-c8f3-4bea-a0b8-035505178c22'),
(115479,57,28281,NULL,9957,4,'2026-02-12 18:46:49','2026-02-12 18:46:49','d390a8a6-f364-42d4-b79b-977112839ced'),
(115480,57,28281,NULL,9953,5,'2026-02-12 18:46:49','2026-02-12 18:46:49','1ecc752a-e289-42d8-b7a1-52216ae403e8'),
(115481,57,28281,NULL,9954,6,'2026-02-12 18:46:49','2026-02-12 18:46:49','87b39e8e-aa96-4c71-8a97-4c887a431bd6'),
(115482,57,28281,NULL,9956,7,'2026-02-12 18:46:49','2026-02-12 18:46:49','998bc3b6-c48a-4127-bbc6-888fbb946eb4'),
(115483,57,28281,NULL,9949,8,'2026-02-12 18:46:49','2026-02-12 18:46:49','db90f79d-0bc2-402d-85f1-5bafd1ef81b3'),
(115484,57,28281,NULL,9958,9,'2026-02-12 18:46:49','2026-02-12 18:46:49','05767a5a-40b2-4821-a5b3-b5ba79d7401e'),
(115485,57,28281,NULL,9960,10,'2026-02-12 18:46:49','2026-02-12 18:46:49','4a125ec0-4fed-4125-a817-0fd9e0276299'),
(115486,57,28281,NULL,9962,11,'2026-02-12 18:46:49','2026-02-12 18:46:49','851a54a2-1cea-49a7-b50c-6fcb0312a599'),
(115487,57,28281,NULL,9971,12,'2026-02-12 18:46:49','2026-02-12 18:46:49','78b3180e-f5b3-4546-b86c-afec30c25297'),
(115488,13,28281,NULL,7732,1,'2026-02-12 18:46:49','2026-02-12 18:46:49','c8171f95-d9b6-4128-883b-50baa20df9c1'),
(115514,32,28283,NULL,2614,1,'2026-02-12 18:47:01','2026-02-12 18:47:01','d104d52a-de29-4461-8c20-613b2473f2d3'),
(115515,32,28283,NULL,2610,2,'2026-02-12 18:47:01','2026-02-12 18:47:01','8ea9bcea-6fff-41de-acac-62d5228ef436'),
(115516,32,28283,NULL,2598,3,'2026-02-12 18:47:01','2026-02-12 18:47:01','bd57fb27-75ad-4185-b668-6b47565c067a'),
(115517,32,28283,NULL,2608,4,'2026-02-12 18:47:01','2026-02-12 18:47:01','c287c6f0-3b98-4f99-ac32-007630c971ea'),
(115518,32,28283,NULL,2624,5,'2026-02-12 18:47:01','2026-02-12 18:47:01','7e4292f3-f326-4044-a469-fbfca3aa0bd7'),
(115519,32,28283,NULL,2600,6,'2026-02-12 18:47:01','2026-02-12 18:47:01','05e2f5e9-1d85-453d-b0c1-19b11297a986'),
(115520,32,28283,NULL,2596,7,'2026-02-12 18:47:01','2026-02-12 18:47:01','888ef3c1-edb0-487b-9903-722b10a454ef'),
(115521,32,28283,NULL,2602,8,'2026-02-12 18:47:01','2026-02-12 18:47:01','2aeeb0e2-e2d6-44cf-9094-a637a32d0cd2'),
(115522,32,28283,NULL,2606,9,'2026-02-12 18:47:01','2026-02-12 18:47:01','85f1a631-24e2-4f3b-a8f3-d8288892f087'),
(115523,32,28283,NULL,2612,10,'2026-02-12 18:47:01','2026-02-12 18:47:01','6874d0d8-7eba-4841-8213-9c57c4fdd44f'),
(115524,32,28283,NULL,2604,11,'2026-02-12 18:47:01','2026-02-12 18:47:01','71cde090-80db-49ca-9223-139b0af9526e'),
(115525,16,28283,NULL,9204,1,'2026-02-12 18:47:01','2026-02-12 18:47:01','8369dac0-f562-498d-88cd-0bfd11f01917'),
(115526,7,28283,NULL,3468,1,'2026-02-12 18:47:01','2026-02-12 18:47:01','c63858c4-9849-4cea-bc34-976e5d187af3'),
(115527,7,28283,NULL,617,2,'2026-02-12 18:47:01','2026-02-12 18:47:01','26924910-34b0-4adc-ac31-422ff2c0a896'),
(115528,7,28283,NULL,605,3,'2026-02-12 18:47:01','2026-02-12 18:47:01','c0a919f5-95ad-40bf-9881-7e1656dc34f6'),
(115529,7,28283,NULL,9552,4,'2026-02-12 18:47:01','2026-02-12 18:47:01','46bd1fed-3109-40e7-bd57-0cb5c6bdf97d'),
(115530,46,28283,NULL,2891,1,'2026-02-12 18:47:01','2026-02-12 18:47:01','c2d4ef35-8328-4fb2-acea-a55f95bb0bf2'),
(115531,47,28283,NULL,12360,1,'2026-02-12 18:47:01','2026-02-12 18:47:01','a99d7271-6cd8-44c3-b814-d5edf5755d30'),
(115532,57,28283,NULL,9211,1,'2026-02-12 18:47:01','2026-02-12 18:47:01','8093dfcb-e753-4187-9c34-4b9357a706d4'),
(115533,57,28283,NULL,9210,2,'2026-02-12 18:47:01','2026-02-12 18:47:01','b818e2ad-a4ca-40a1-b123-5bf63b6b07f9'),
(115534,57,28283,NULL,9213,3,'2026-02-12 18:47:01','2026-02-12 18:47:01','3bb5a6ae-9675-4b2f-a64f-c196261e07f8'),
(115535,57,28283,NULL,9212,4,'2026-02-12 18:47:01','2026-02-12 18:47:01','1c41a409-4cfb-4d89-aabe-153486dd5e50'),
(115536,57,28283,NULL,9209,5,'2026-02-12 18:47:01','2026-02-12 18:47:01','7c8b9de3-f14d-4360-9278-8aa3049bee2a'),
(115537,57,28283,NULL,9207,6,'2026-02-12 18:47:01','2026-02-12 18:47:01','e1471e09-b648-43e5-ac62-8dbb31fc6b9a'),
(115538,57,28283,NULL,9208,7,'2026-02-12 18:47:01','2026-02-12 18:47:01','e5bc1cf1-545c-44c5-89c3-43d73394fd6e'),
(115564,32,28285,NULL,2614,1,'2026-02-12 18:48:16','2026-02-12 18:48:16','46f145de-7453-4490-b730-f8761ed4ab52'),
(115565,32,28285,NULL,2610,2,'2026-02-12 18:48:16','2026-02-12 18:48:16','c89e01fb-5d80-4497-acd1-d48c78641346'),
(115566,32,28285,NULL,2598,3,'2026-02-12 18:48:16','2026-02-12 18:48:16','5d072c50-18c0-43a0-9dde-4307e6f6d7a1'),
(115567,32,28285,NULL,2608,4,'2026-02-12 18:48:16','2026-02-12 18:48:16','c4f2071f-82d3-4773-9529-e904d9226842'),
(115568,32,28285,NULL,2624,5,'2026-02-12 18:48:16','2026-02-12 18:48:16','f681fd8e-22e8-4edf-a542-c0130ab913ea'),
(115569,32,28285,NULL,2600,6,'2026-02-12 18:48:16','2026-02-12 18:48:16','24cd6466-3daa-4325-95f6-1e2d7372a037'),
(115570,32,28285,NULL,2596,7,'2026-02-12 18:48:16','2026-02-12 18:48:16','99fb956d-d7ff-4a15-8f0f-3cf3c3d754d4'),
(115571,32,28285,NULL,2602,8,'2026-02-12 18:48:16','2026-02-12 18:48:16','fb0d4b24-95ca-4c4c-b1a4-6529af8533f0'),
(115572,32,28285,NULL,2606,9,'2026-02-12 18:48:16','2026-02-12 18:48:16','9ea318d8-5af5-44e4-b27c-72a4d5e5b174'),
(115573,32,28285,NULL,2612,10,'2026-02-12 18:48:16','2026-02-12 18:48:16','402cd019-df2f-4a0f-b975-4acfa45d8930'),
(115574,32,28285,NULL,2604,11,'2026-02-12 18:48:16','2026-02-12 18:48:16','8e61a0a8-a950-437b-909b-239c531a8326'),
(115575,16,28285,NULL,9204,1,'2026-02-12 18:48:16','2026-02-12 18:48:16','bf85b8a7-a074-448c-81d7-a56b4be62b9b'),
(115576,7,28285,NULL,3468,1,'2026-02-12 18:48:16','2026-02-12 18:48:16','01ae500b-22e7-457a-9aca-c31c70c1be5a'),
(115577,7,28285,NULL,617,2,'2026-02-12 18:48:16','2026-02-12 18:48:16','85ba6afe-734f-4078-a2a1-a785e6f385dc'),
(115578,7,28285,NULL,605,3,'2026-02-12 18:48:16','2026-02-12 18:48:16','5df390e7-22c3-4476-a90b-87fcbd43cb75'),
(115579,7,28285,NULL,9552,4,'2026-02-12 18:48:16','2026-02-12 18:48:16','90f7fc83-c696-4525-a2b9-9809e57bb028'),
(115580,46,28285,NULL,2891,1,'2026-02-12 18:48:16','2026-02-12 18:48:16','dc68da1f-1333-46e7-a9da-a380861ab9ec'),
(115581,47,28285,NULL,12360,1,'2026-02-12 18:48:16','2026-02-12 18:48:16','8ef609b0-6bfd-4758-9dcd-8d6bab193561'),
(115582,57,28285,NULL,9211,1,'2026-02-12 18:48:16','2026-02-12 18:48:16','d70ac517-e872-49fd-bb95-6dc329145207'),
(115583,57,28285,NULL,9210,2,'2026-02-12 18:48:16','2026-02-12 18:48:16','adc20248-a0da-4d74-99a0-08ac89823893'),
(115584,57,28285,NULL,9213,3,'2026-02-12 18:48:16','2026-02-12 18:48:16','93575530-6864-4ca9-bf86-4ef5094f9c75'),
(115585,57,28285,NULL,9212,4,'2026-02-12 18:48:16','2026-02-12 18:48:16','ce1ef833-c12d-4faa-b3b5-7f74239ecf5b'),
(115586,57,28285,NULL,9209,5,'2026-02-12 18:48:16','2026-02-12 18:48:16','8a6f3297-1d47-4eac-95ce-e79ba5135f03'),
(115587,57,28285,NULL,9207,6,'2026-02-12 18:48:16','2026-02-12 18:48:16','da1675bd-b695-4400-9d4d-0cf35a48b66b'),
(115588,57,28285,NULL,9208,7,'2026-02-12 18:48:16','2026-02-12 18:48:16','910d697f-50cd-40fb-889d-a830a187d2ce'),
(115618,32,28287,NULL,2614,1,'2026-02-12 18:48:34','2026-02-12 18:48:34','3c724402-ab0b-45c0-833e-8e274d6029d5'),
(115619,32,28287,NULL,2610,2,'2026-02-12 18:48:34','2026-02-12 18:48:34','e526c120-e5c0-48f5-abc1-ee527fb26536'),
(115620,32,28287,NULL,2598,3,'2026-02-12 18:48:34','2026-02-12 18:48:34','c13dfda8-e897-435f-a69d-6d36a51b8b59'),
(115621,32,28287,NULL,2608,4,'2026-02-12 18:48:34','2026-02-12 18:48:34','2daa2ab8-f43b-4f45-b6ae-6c2cce78e450'),
(115622,32,28287,NULL,2600,5,'2026-02-12 18:48:34','2026-02-12 18:48:34','516a549f-6cc4-4689-a021-5bd609b64c19'),
(115623,32,28287,NULL,2596,6,'2026-02-12 18:48:34','2026-02-12 18:48:34','96425b39-9cca-4b62-8708-f16f6886b263'),
(115624,32,28287,NULL,2602,7,'2026-02-12 18:48:34','2026-02-12 18:48:34','de01cadf-210b-4d60-8672-ab2b53b4e359'),
(115625,32,28287,NULL,2612,8,'2026-02-12 18:48:34','2026-02-12 18:48:34','18c2a865-d251-48b7-92e6-047eb814ce9f'),
(115626,32,28287,NULL,2604,9,'2026-02-12 18:48:34','2026-02-12 18:48:34','2129138c-9c5b-4e80-bfd2-ad9dd1e8267d'),
(115627,32,28287,NULL,2606,10,'2026-02-12 18:48:34','2026-02-12 18:48:34','991602c3-7363-4ad3-b0ec-60ccbd315fa8'),
(115628,16,28287,NULL,9901,1,'2026-02-12 18:48:34','2026-02-12 18:48:34','10380922-5090-4979-a2da-0cdf9796c5ff'),
(115629,7,28287,NULL,605,1,'2026-02-12 18:48:34','2026-02-12 18:48:34','e0b70093-6155-4ad3-a7d1-173e6d14adc4'),
(115630,7,28287,NULL,617,2,'2026-02-12 18:48:34','2026-02-12 18:48:34','b67a3c12-503d-4d31-8af7-a59b670deb9b'),
(115631,7,28287,NULL,9552,3,'2026-02-12 18:48:34','2026-02-12 18:48:34','1b5da12f-93d4-4dbd-b5c8-58f536959e8e'),
(115632,82,28287,NULL,479,1,'2026-02-12 18:48:34','2026-02-12 18:48:34','71a37927-af0e-4c84-a237-03efd39919dd'),
(115633,47,28287,NULL,12358,1,'2026-02-12 18:48:34','2026-02-12 18:48:34','33310662-e5ae-42da-ac59-83628d1fa731'),
(115634,57,28287,NULL,9903,1,'2026-02-12 18:48:34','2026-02-12 18:48:34','30e65e7c-b852-412b-8493-9bb678ab3fc1'),
(115635,57,28287,NULL,9904,2,'2026-02-12 18:48:34','2026-02-12 18:48:34','3ce4afb9-796b-48f3-a05d-09798038e7d1'),
(115636,57,28287,NULL,9907,3,'2026-02-12 18:48:34','2026-02-12 18:48:34','3536114e-9083-4e45-b1b9-20e27a76eab0'),
(115637,57,28287,NULL,9908,4,'2026-02-12 18:48:34','2026-02-12 18:48:34','15debb60-994a-48ec-b46e-d28e9a123556'),
(115638,57,28287,NULL,9909,5,'2026-02-12 18:48:34','2026-02-12 18:48:34','aaf00459-0541-4687-8072-ac0d85860122'),
(115639,57,28287,NULL,9910,6,'2026-02-12 18:48:34','2026-02-12 18:48:34','067984af-51b0-44d7-b00f-55d13c43d99c'),
(115640,57,28287,NULL,9911,7,'2026-02-12 18:48:34','2026-02-12 18:48:34','08dba4af-5fc6-44cb-b3eb-ce63ccce31c3'),
(115641,57,28287,NULL,9912,8,'2026-02-12 18:48:34','2026-02-12 18:48:34','0c4eaa35-2e2e-4ec6-b411-8257286d71f8'),
(115642,57,28287,NULL,9913,9,'2026-02-12 18:48:34','2026-02-12 18:48:34','39e12785-010f-431a-a078-ac92f7a7cb37'),
(115643,57,28287,NULL,9914,10,'2026-02-12 18:48:34','2026-02-12 18:48:34','464b5aba-9eb2-401d-bd4f-536ef949f3be'),
(115644,57,28287,NULL,9915,11,'2026-02-12 18:48:34','2026-02-12 18:48:34','7231fe89-aa62-402c-87b6-d60bc8d3cb1d'),
(115645,57,28287,NULL,9905,12,'2026-02-12 18:48:34','2026-02-12 18:48:34','57d152b3-4c0a-49a2-9cab-cd5f8cba8cfa'),
(115646,57,28287,NULL,9906,13,'2026-02-12 18:48:34','2026-02-12 18:48:34','6a5ca26f-37dd-4f0c-8cfc-9edbe9cd1904'),
(115676,32,28289,NULL,2614,1,'2026-02-12 18:48:48','2026-02-12 18:48:48','563433b2-53ef-4a8a-8dda-b09ca77dc157'),
(115677,32,28289,NULL,2610,2,'2026-02-12 18:48:48','2026-02-12 18:48:48','b4138e79-47bb-4337-a30a-07ae456e7124'),
(115678,32,28289,NULL,2598,3,'2026-02-12 18:48:48','2026-02-12 18:48:48','38f888ab-d829-45f1-b6ee-20ee82b9c8da'),
(115679,32,28289,NULL,2608,4,'2026-02-12 18:48:48','2026-02-12 18:48:48','741cf4b7-c8b2-47e7-bc2d-1f3c8d5204e7'),
(115680,32,28289,NULL,2600,5,'2026-02-12 18:48:48','2026-02-12 18:48:48','520ee1dc-9891-4103-81ab-4d6bc910d4c1'),
(115681,32,28289,NULL,2596,6,'2026-02-12 18:48:48','2026-02-12 18:48:48','387e8c2c-c038-4e58-b403-be333d399967'),
(115682,32,28289,NULL,2602,7,'2026-02-12 18:48:48','2026-02-12 18:48:48','c66d3c49-ac64-4fb1-afd6-24b3c2f82589'),
(115683,32,28289,NULL,2612,8,'2026-02-12 18:48:48','2026-02-12 18:48:48','383b0ab2-efed-4f4b-b452-8601beb5efa7'),
(115684,32,28289,NULL,2604,9,'2026-02-12 18:48:48','2026-02-12 18:48:48','8600a1fc-d30f-43a5-ab88-cb114b4e7d1a'),
(115685,32,28289,NULL,2606,10,'2026-02-12 18:48:48','2026-02-12 18:48:48','0f5fa5d7-3693-409f-be5d-460e6a9edf97'),
(115686,16,28289,NULL,9901,1,'2026-02-12 18:48:48','2026-02-12 18:48:48','178cc483-96e9-4b0d-b7f3-77f94b406a78'),
(115687,7,28289,NULL,605,1,'2026-02-12 18:48:48','2026-02-12 18:48:48','dfd869ef-c8b6-4b0e-8cd5-faae76a39ca5'),
(115688,7,28289,NULL,617,2,'2026-02-12 18:48:48','2026-02-12 18:48:48','e0a73808-51d0-4fd0-b296-2ecae8f9cb60'),
(115689,7,28289,NULL,9552,3,'2026-02-12 18:48:48','2026-02-12 18:48:48','24aa616f-e301-4b3e-b550-d5c9d14a1836'),
(115690,82,28289,NULL,479,1,'2026-02-12 18:48:48','2026-02-12 18:48:48','8e9722de-6296-417b-8c88-bd9f8847701f'),
(115691,47,28289,NULL,12358,1,'2026-02-12 18:48:48','2026-02-12 18:48:48','32c70e4c-bdde-439a-a1a0-12801cda0674'),
(115692,57,28289,NULL,9903,1,'2026-02-12 18:48:48','2026-02-12 18:48:48','4a8fe4be-2ecb-4b5f-9968-4d1926e3874b'),
(115693,57,28289,NULL,9904,2,'2026-02-12 18:48:48','2026-02-12 18:48:48','406a03d0-a34e-4f5d-9ae6-71451b7b73c7'),
(115694,57,28289,NULL,9907,3,'2026-02-12 18:48:48','2026-02-12 18:48:48','2ac88134-5344-40df-aa27-14b2ec0efeca'),
(115695,57,28289,NULL,9908,4,'2026-02-12 18:48:48','2026-02-12 18:48:48','38dc1a00-5f54-4414-b841-3dded3029a84'),
(115696,57,28289,NULL,9909,5,'2026-02-12 18:48:48','2026-02-12 18:48:48','781eaf2f-84b0-4d4b-b4de-04d991a499d8'),
(115697,57,28289,NULL,9910,6,'2026-02-12 18:48:48','2026-02-12 18:48:48','8ca8092f-6b7e-487e-a581-7e40a36c798a'),
(115698,57,28289,NULL,9911,7,'2026-02-12 18:48:48','2026-02-12 18:48:48','a9e5b329-ffb3-4739-b171-84cb99909dbf'),
(115699,57,28289,NULL,9912,8,'2026-02-12 18:48:48','2026-02-12 18:48:48','4277b75b-24d8-4f2f-b6c2-1ccf60e0f06c'),
(115700,57,28289,NULL,9913,9,'2026-02-12 18:48:48','2026-02-12 18:48:48','75bc2d08-074a-42f1-872b-af1b2f9ed6b5'),
(115701,57,28289,NULL,9914,10,'2026-02-12 18:48:48','2026-02-12 18:48:48','156d45be-3f22-4b01-93ae-04049e30bb5d'),
(115702,57,28289,NULL,9915,11,'2026-02-12 18:48:48','2026-02-12 18:48:48','d23d3b71-674d-4fb0-a940-b9488b042d4b'),
(115703,57,28289,NULL,9905,12,'2026-02-12 18:48:48','2026-02-12 18:48:48','00144610-098f-4415-bfc4-7a5449b3ac51'),
(115704,57,28289,NULL,9906,13,'2026-02-12 18:48:48','2026-02-12 18:48:48','ad6af40c-c0a0-4e15-a05b-fb1dd8d3bdeb'),
(115732,32,28291,NULL,2614,1,'2026-02-12 18:49:08','2026-02-12 18:49:08','21534376-ec86-4ea6-842f-d99695b121f5'),
(115733,32,28291,NULL,2610,2,'2026-02-12 18:49:08','2026-02-12 18:49:08','754ac103-fbe6-4d96-8462-c80c58097267'),
(115734,32,28291,NULL,2598,3,'2026-02-12 18:49:08','2026-02-12 18:49:08','0dc825f0-a838-44ba-b4b3-aba9dd420e36'),
(115735,32,28291,NULL,2608,4,'2026-02-12 18:49:08','2026-02-12 18:49:08','4766ca22-6ae1-40c0-8107-ad1ec45fb0d1'),
(115736,32,28291,NULL,2600,5,'2026-02-12 18:49:08','2026-02-12 18:49:08','245e69cf-3ae4-4137-a531-be70ac969ada'),
(115737,32,28291,NULL,2596,6,'2026-02-12 18:49:08','2026-02-12 18:49:08','312e0c47-0c8c-4268-a753-bbc12328c87e'),
(115738,32,28291,NULL,2602,7,'2026-02-12 18:49:08','2026-02-12 18:49:08','b47ad0de-f5db-459d-813d-55463f56b713'),
(115739,32,28291,NULL,2606,8,'2026-02-12 18:49:08','2026-02-12 18:49:08','dcd60f38-b9b4-489a-8404-a647b4b5d388'),
(115740,32,28291,NULL,2612,9,'2026-02-12 18:49:08','2026-02-12 18:49:08','6c2aa178-361b-4ba6-b6d1-51f7add527d2'),
(115741,32,28291,NULL,2604,10,'2026-02-12 18:49:08','2026-02-12 18:49:08','bd10d329-423c-41bf-a568-b68cf90d5f58'),
(115742,16,28291,NULL,9181,1,'2026-02-12 18:49:08','2026-02-12 18:49:08','31a8598e-ceb6-452f-a36f-a1371617a624'),
(115743,7,28291,NULL,2969,1,'2026-02-12 18:49:08','2026-02-12 18:49:08','fc97cc51-332c-4e09-8a27-c66961622f72'),
(115744,7,28291,NULL,605,2,'2026-02-12 18:49:08','2026-02-12 18:49:08','d27ffbcc-fbc5-4738-bc77-194eff32ae0d'),
(115745,7,28291,NULL,617,3,'2026-02-12 18:49:08','2026-02-12 18:49:08','741e5c5b-c98a-4e69-b480-4cc864651e43'),
(115746,7,28291,NULL,9552,4,'2026-02-12 18:49:08','2026-02-12 18:49:08','06d61447-1ff7-4419-8273-f07467d13048'),
(115747,47,28291,NULL,12355,1,'2026-02-12 18:49:08','2026-02-12 18:49:08','f57c569f-66c1-467c-8a2f-2356536ba640'),
(115748,57,28291,NULL,9184,1,'2026-02-12 18:49:08','2026-02-12 18:49:08','1854641f-6205-4d54-94f0-58add0001df1'),
(115749,57,28291,NULL,9185,2,'2026-02-12 18:49:08','2026-02-12 18:49:08','9a166a28-9b62-4c89-b0e5-a859dede0ce3'),
(115750,57,28291,NULL,9186,3,'2026-02-12 18:49:08','2026-02-12 18:49:08','c88e8580-f906-4854-8bc8-197933390938'),
(115751,57,28291,NULL,9187,4,'2026-02-12 18:49:08','2026-02-12 18:49:08','ce64666b-c9d8-4b98-a11d-c49da4a2692c'),
(115752,57,28291,NULL,9188,5,'2026-02-12 18:49:08','2026-02-12 18:49:08','c1e2dcaf-a084-49f1-93ac-54cf16ddb8f3'),
(115753,57,28291,NULL,9189,6,'2026-02-12 18:49:08','2026-02-12 18:49:08','0f300777-6501-4f37-b7a0-3a067a671880'),
(115754,57,28291,NULL,9190,7,'2026-02-12 18:49:08','2026-02-12 18:49:08','87dc8566-9ea9-4aca-b2f4-5d74407a8ffc'),
(115755,57,28291,NULL,9191,8,'2026-02-12 18:49:08','2026-02-12 18:49:08','8adef467-5e57-4ca6-93b7-fbc316708ebb'),
(115756,57,28291,NULL,9192,9,'2026-02-12 18:49:08','2026-02-12 18:49:08','60c7c80f-be59-44f6-a99b-701bc9a9d301'),
(115757,57,28291,NULL,9193,10,'2026-02-12 18:49:08','2026-02-12 18:49:08','8d006578-5f68-4c32-8dd6-4f0a6c1ce50c'),
(115758,13,28291,NULL,6931,1,'2026-02-12 18:49:08','2026-02-12 18:49:08','9a31db89-1d5f-4a35-9c1d-0dedb795477b'),
(115786,32,28293,NULL,2614,1,'2026-02-12 18:49:33','2026-02-12 18:49:33','561ce25a-b410-4730-bf43-51e5b4e65c16'),
(115787,32,28293,NULL,2610,2,'2026-02-12 18:49:33','2026-02-12 18:49:33','2caf00d9-4d43-43a1-ad6d-2b1b3b499407'),
(115788,32,28293,NULL,2598,3,'2026-02-12 18:49:33','2026-02-12 18:49:33','4babbf1a-2ac2-41b8-97a4-1101872ca8ea'),
(115789,32,28293,NULL,2608,4,'2026-02-12 18:49:33','2026-02-12 18:49:33','e07300b8-9ac0-48c1-bfe9-24d9edbd6347'),
(115790,32,28293,NULL,2600,5,'2026-02-12 18:49:33','2026-02-12 18:49:33','a1972e6d-2de7-42a4-a1ac-25099557b1ae'),
(115791,32,28293,NULL,2596,6,'2026-02-12 18:49:33','2026-02-12 18:49:33','0176ca66-897a-41fe-8e1d-7d6f857718fb'),
(115792,32,28293,NULL,2602,7,'2026-02-12 18:49:33','2026-02-12 18:49:33','318f5582-c078-47b0-8ff0-19a249d6ba35'),
(115793,32,28293,NULL,2606,8,'2026-02-12 18:49:33','2026-02-12 18:49:33','121c2164-75c5-4395-bd82-5cc8304c7243'),
(115794,32,28293,NULL,2612,9,'2026-02-12 18:49:33','2026-02-12 18:49:33','973a5220-6ecc-4282-b358-605918fc5459'),
(115795,32,28293,NULL,2604,10,'2026-02-12 18:49:33','2026-02-12 18:49:33','ff9b096f-2f1c-443c-bea7-1586eca38290'),
(115796,16,28293,NULL,9181,1,'2026-02-12 18:49:33','2026-02-12 18:49:33','8536f89d-0ba3-4318-b729-e63897cf44c7'),
(115797,7,28293,NULL,2969,1,'2026-02-12 18:49:33','2026-02-12 18:49:33','5faf977c-9f88-4f2d-b0e1-2499ade5d682'),
(115798,7,28293,NULL,605,2,'2026-02-12 18:49:33','2026-02-12 18:49:33','34cbeed8-1dc9-4152-ace5-6abfa12ed741'),
(115799,7,28293,NULL,617,3,'2026-02-12 18:49:33','2026-02-12 18:49:33','a3b3b081-1c9c-4378-89c2-548c37d7bdfe'),
(115800,7,28293,NULL,9552,4,'2026-02-12 18:49:33','2026-02-12 18:49:33','c57e8f38-d805-4bdd-87c9-257574b7cca6'),
(115801,47,28293,NULL,12355,1,'2026-02-12 18:49:33','2026-02-12 18:49:33','c37360e7-2ae8-4b2c-ad99-da5c74c6b1a6'),
(115802,57,28293,NULL,9184,1,'2026-02-12 18:49:33','2026-02-12 18:49:33','324bed75-5a4c-4932-ba64-7efcabb9c572'),
(115803,57,28293,NULL,9185,2,'2026-02-12 18:49:33','2026-02-12 18:49:33','5af513d8-3e23-4095-ab65-ff020cb5d4b4'),
(115804,57,28293,NULL,9186,3,'2026-02-12 18:49:33','2026-02-12 18:49:33','b2b710ec-6a5f-449e-8ce9-0497179172cb'),
(115805,57,28293,NULL,9187,4,'2026-02-12 18:49:33','2026-02-12 18:49:33','cf58e0b1-090c-4c34-a2b5-9859646a3de3'),
(115806,57,28293,NULL,9188,5,'2026-02-12 18:49:33','2026-02-12 18:49:33','e6e3158e-2fe5-4a9d-96db-6baeac71c626'),
(115807,57,28293,NULL,9189,6,'2026-02-12 18:49:33','2026-02-12 18:49:33','8fdeb173-8e52-46e1-b776-4698f33f9c5a'),
(115808,57,28293,NULL,9190,7,'2026-02-12 18:49:33','2026-02-12 18:49:33','b6e5ed45-cd91-4fd9-a056-95a5135131d5'),
(115809,57,28293,NULL,9191,8,'2026-02-12 18:49:33','2026-02-12 18:49:33','4e21deca-47e8-4470-9feb-7ff74aed913e'),
(115810,57,28293,NULL,9192,9,'2026-02-12 18:49:33','2026-02-12 18:49:33','f207d2d8-1503-4656-89bb-e37cc35538e2'),
(115811,57,28293,NULL,9193,10,'2026-02-12 18:49:33','2026-02-12 18:49:33','565d7516-9a29-46a5-b9e3-0d885658be3a'),
(115812,13,28293,NULL,6931,1,'2026-02-12 18:49:33','2026-02-12 18:49:33','32874c60-7785-4462-90d9-b9f1074c5bb6'),
(115845,32,28295,NULL,2614,1,'2026-02-12 18:49:41','2026-02-12 18:49:41','cafcce39-632b-42dd-8cf1-5e396c0a4760'),
(115846,32,28295,NULL,2610,2,'2026-02-12 18:49:41','2026-02-12 18:49:41','a2823119-de8e-400f-a481-2bcbdf816b0e'),
(115847,32,28295,NULL,2598,3,'2026-02-12 18:49:41','2026-02-12 18:49:41','b1d73dbc-016a-4e96-853a-4c9ec9470d62'),
(115848,32,28295,NULL,2608,4,'2026-02-12 18:49:41','2026-02-12 18:49:41','f991316a-1d90-4ee4-8af5-75bd81d6f4dc'),
(115849,32,28295,NULL,2624,5,'2026-02-12 18:49:41','2026-02-12 18:49:41','d1040317-ca90-45d0-b267-21c4651d92c6'),
(115850,32,28295,NULL,2600,6,'2026-02-12 18:49:41','2026-02-12 18:49:41','23d9d5bf-ee66-4eea-aa87-a63882154c74'),
(115851,32,28295,NULL,2596,7,'2026-02-12 18:49:41','2026-02-12 18:49:41','aa72b0c5-c84f-4b57-8b78-1a61506fa4a5'),
(115852,32,28295,NULL,2602,8,'2026-02-12 18:49:41','2026-02-12 18:49:41','23b52865-65f1-4c8d-b204-ee7630a1d0d0'),
(115853,32,28295,NULL,2606,9,'2026-02-12 18:49:41','2026-02-12 18:49:41','d318ecd5-4bf1-4fe1-8aae-a856c7b4f399'),
(115854,32,28295,NULL,2612,10,'2026-02-12 18:49:41','2026-02-12 18:49:41','df3bf11c-5776-43be-a642-953746679fa0'),
(115855,32,28295,NULL,2604,11,'2026-02-12 18:49:41','2026-02-12 18:49:41','f2a0fb28-454b-45df-b6e9-dc9c54381476'),
(115856,16,28295,NULL,9852,1,'2026-02-12 18:49:41','2026-02-12 18:49:41','64baefc8-665d-4b3f-897b-ec34dec76456'),
(115857,7,28295,NULL,605,1,'2026-02-12 18:49:41','2026-02-12 18:49:41','88ec91c5-544e-4f4a-a215-c6fb4936b0b7'),
(115858,7,28295,NULL,617,2,'2026-02-12 18:49:41','2026-02-12 18:49:41','ccc88992-9077-40ea-85b1-0eaeaf7f93f9'),
(115859,7,28295,NULL,9552,3,'2026-02-12 18:49:41','2026-02-12 18:49:41','92bb6a0e-a120-4d66-8906-54c72dc276a7'),
(115860,46,28295,NULL,2891,1,'2026-02-12 18:49:41','2026-02-12 18:49:41','6023bfd6-229f-4ba9-b6ea-dd4e0671b02b'),
(115861,47,28295,NULL,12352,1,'2026-02-12 18:49:41','2026-02-12 18:49:41','337b32c6-a737-44ac-bcec-5ddf21f4a9ca'),
(115862,57,28295,NULL,9861,1,'2026-02-12 18:49:41','2026-02-12 18:49:41','d3350af9-3e13-4ae1-9c93-d1ab08cfdabf'),
(115863,57,28295,NULL,9866,2,'2026-02-12 18:49:41','2026-02-12 18:49:41','ba90dfe4-08e4-409a-91b6-31cfad92e53f'),
(115864,57,28295,NULL,9865,3,'2026-02-12 18:49:41','2026-02-12 18:49:41','53628915-06d1-444b-8f71-7003bf8395df'),
(115865,57,28295,NULL,9862,4,'2026-02-12 18:49:41','2026-02-12 18:49:41','7d84f9c4-5027-46f8-9c26-bdf1687598f5'),
(115866,57,28295,NULL,9859,5,'2026-02-12 18:49:41','2026-02-12 18:49:41','30062f74-d58f-4832-872e-4fc378d1cd7e'),
(115867,57,28295,NULL,9864,6,'2026-02-12 18:49:41','2026-02-12 18:49:41','e22d9cda-52fe-4309-a007-3698e2ea5880'),
(115868,57,28295,NULL,9868,7,'2026-02-12 18:49:41','2026-02-12 18:49:41','3cd3439e-41dd-41a8-beae-51a51816a349'),
(115869,57,28295,NULL,9869,8,'2026-02-12 18:49:41','2026-02-12 18:49:41','159e73c1-0103-4480-9217-5a14e1f7dc2b'),
(115870,57,28295,NULL,9870,9,'2026-02-12 18:49:41','2026-02-12 18:49:41','8abcf916-bcec-4303-b4be-31b5a4078f8d'),
(115871,57,28295,NULL,9871,10,'2026-02-12 18:49:41','2026-02-12 18:49:41','b5fb2065-1632-4e47-87c5-7d6cb1badd61'),
(115872,57,28295,NULL,9872,11,'2026-02-12 18:49:41','2026-02-12 18:49:41','eeff6c41-2c50-46dc-a129-9d590bdc417f'),
(115873,57,28295,NULL,9873,12,'2026-02-12 18:49:41','2026-02-12 18:49:41','eccab774-32b3-472f-8981-2ad288a4bcff'),
(115874,57,28295,NULL,9874,13,'2026-02-12 18:49:41','2026-02-12 18:49:41','245a5765-d417-452d-bbba-547abb2098c6'),
(115875,57,28295,NULL,9876,14,'2026-02-12 18:49:41','2026-02-12 18:49:41','320062dc-7fa8-4f18-8cf1-6b246569f624'),
(115876,13,28295,NULL,6927,1,'2026-02-12 18:49:41','2026-02-12 18:49:41','7467dfef-508c-4528-b8ec-cf68d8f8a511'),
(115909,32,28297,NULL,2614,1,'2026-02-12 18:50:01','2026-02-12 18:50:01','8d240d30-a80f-477d-94fb-96f4932769cb'),
(115910,32,28297,NULL,2610,2,'2026-02-12 18:50:01','2026-02-12 18:50:01','6089fde5-573f-43bf-9af6-8a06a168a64e'),
(115911,32,28297,NULL,2598,3,'2026-02-12 18:50:01','2026-02-12 18:50:01','8f9f9f9f-ca1a-4f20-a80a-8c5e98db5ba6'),
(115912,32,28297,NULL,2608,4,'2026-02-12 18:50:01','2026-02-12 18:50:01','15730558-ddae-4876-9b58-797e8b0f1ace'),
(115913,32,28297,NULL,2624,5,'2026-02-12 18:50:01','2026-02-12 18:50:01','08152456-9d05-4d9b-8638-620039a7bbd1'),
(115914,32,28297,NULL,2600,6,'2026-02-12 18:50:01','2026-02-12 18:50:01','b98b6f59-c5da-45be-8d74-0bdf177532f1'),
(115915,32,28297,NULL,2596,7,'2026-02-12 18:50:01','2026-02-12 18:50:01','8efa6d0b-3d3c-4e24-a158-2dcb0fcf94b5'),
(115916,32,28297,NULL,2602,8,'2026-02-12 18:50:01','2026-02-12 18:50:01','7f72d2ab-4d07-4aea-8aa0-486e69695e91'),
(115917,32,28297,NULL,2606,9,'2026-02-12 18:50:01','2026-02-12 18:50:01','8a323828-c0d0-4532-87ff-e942e55f9865'),
(115918,32,28297,NULL,2612,10,'2026-02-12 18:50:01','2026-02-12 18:50:01','9797072c-5a62-42d0-a26a-db8766a6d495'),
(115919,32,28297,NULL,2604,11,'2026-02-12 18:50:01','2026-02-12 18:50:01','f9c38df9-97d1-464a-ba0d-96de5b67ecb1'),
(115920,16,28297,NULL,9852,1,'2026-02-12 18:50:01','2026-02-12 18:50:01','4cfc3993-407c-4a6d-915e-72353a38bfa1'),
(115921,7,28297,NULL,605,1,'2026-02-12 18:50:01','2026-02-12 18:50:01','5efed2b8-d8b4-4907-a3c7-8cb6ab2f2a4c'),
(115922,7,28297,NULL,617,2,'2026-02-12 18:50:01','2026-02-12 18:50:01','a7e24563-502d-4419-a68e-1b3bec58cc4b'),
(115923,7,28297,NULL,9552,3,'2026-02-12 18:50:01','2026-02-12 18:50:01','8bf22dec-4eb5-4ecb-9b5e-207cce62125d'),
(115924,46,28297,NULL,2891,1,'2026-02-12 18:50:01','2026-02-12 18:50:01','a3494322-a1b1-4487-903c-78a5e8c8ccc2'),
(115925,47,28297,NULL,12352,1,'2026-02-12 18:50:01','2026-02-12 18:50:01','16cf6081-a1b5-473c-b4af-86b4f286c1c4'),
(115926,57,28297,NULL,9861,1,'2026-02-12 18:50:01','2026-02-12 18:50:01','10518376-e49d-4643-9761-8e17f7a5729d'),
(115927,57,28297,NULL,9866,2,'2026-02-12 18:50:01','2026-02-12 18:50:01','fcc05e2f-578f-41b9-8385-609d5027e4cb'),
(115928,57,28297,NULL,9865,3,'2026-02-12 18:50:01','2026-02-12 18:50:01','aeb2c1ca-4244-45a2-9d4f-6af37b0a2200'),
(115929,57,28297,NULL,9862,4,'2026-02-12 18:50:01','2026-02-12 18:50:01','14cf7489-ecc2-44bb-894d-3e22a886d12a'),
(115930,57,28297,NULL,9859,5,'2026-02-12 18:50:01','2026-02-12 18:50:01','404ec1bd-8789-42d0-ac67-c10a0457e49f'),
(115931,57,28297,NULL,9864,6,'2026-02-12 18:50:01','2026-02-12 18:50:01','fb7baf12-19ce-46e0-92fc-3063ce7318ab'),
(115932,57,28297,NULL,9868,7,'2026-02-12 18:50:01','2026-02-12 18:50:01','00d39ea2-bc8e-4f87-9cfa-5a4fb2c56bec'),
(115933,57,28297,NULL,9869,8,'2026-02-12 18:50:01','2026-02-12 18:50:01','80455dc7-4b73-44bd-a825-119d17fe0980'),
(115934,57,28297,NULL,9870,9,'2026-02-12 18:50:01','2026-02-12 18:50:01','8ed1613c-9929-4621-a0c9-e97a9f73de17'),
(115935,57,28297,NULL,9871,10,'2026-02-12 18:50:01','2026-02-12 18:50:01','c5b4512e-9194-408f-a877-b48b5d0378c8'),
(115936,57,28297,NULL,9872,11,'2026-02-12 18:50:01','2026-02-12 18:50:01','f9af8174-cca9-4962-9659-3c02c255c0c5'),
(115937,57,28297,NULL,9873,12,'2026-02-12 18:50:01','2026-02-12 18:50:01','2b8c1329-103a-4179-9fbf-23ba20a38159'),
(115938,57,28297,NULL,9874,13,'2026-02-12 18:50:01','2026-02-12 18:50:01','1f57a696-002a-45b5-a806-6d5bd448d58a'),
(115939,57,28297,NULL,9876,14,'2026-02-12 18:50:01','2026-02-12 18:50:01','a38db693-322d-42a6-a386-5bfef7a64d23'),
(115940,13,28297,NULL,6927,1,'2026-02-12 18:50:01','2026-02-12 18:50:01','333c78e0-ef6c-4dd2-8a5d-6289baa39edd'),
(115963,32,28299,NULL,2614,1,'2026-02-12 18:50:27','2026-02-12 18:50:27','2b38069e-81a7-4a93-b20f-f57b3b54b656'),
(115964,32,28299,NULL,2610,2,'2026-02-12 18:50:27','2026-02-12 18:50:27','f5908c5d-093a-4ad9-a0e4-79cf7d0a1f14'),
(115965,32,28299,NULL,2598,3,'2026-02-12 18:50:27','2026-02-12 18:50:27','46c495a2-795d-4fe7-a3c0-2f0525a3a289'),
(115966,32,28299,NULL,2608,4,'2026-02-12 18:50:27','2026-02-12 18:50:27','2d529113-38f4-4e96-b279-f6d10af156d2'),
(115967,32,28299,NULL,2600,5,'2026-02-12 18:50:27','2026-02-12 18:50:27','8785aa9c-8951-46e2-bb56-6579dfbe6e79'),
(115968,32,28299,NULL,2596,6,'2026-02-12 18:50:27','2026-02-12 18:50:27','7ad90097-c564-4183-ac0f-02bfaee5c477'),
(115969,32,28299,NULL,2602,7,'2026-02-12 18:50:27','2026-02-12 18:50:27','308e1d83-100b-47ec-9e3a-db21eabe1e93'),
(115970,32,28299,NULL,2612,8,'2026-02-12 18:50:27','2026-02-12 18:50:27','71458a95-3915-4187-add2-50686b5f059b'),
(115971,32,28299,NULL,2604,9,'2026-02-12 18:50:27','2026-02-12 18:50:27','787c4800-e402-4c77-bbc6-d69257ed63b8'),
(115972,32,28299,NULL,2606,10,'2026-02-12 18:50:27','2026-02-12 18:50:27','ef865aae-05d4-4e4a-923a-4dbcadf83711'),
(115973,16,28299,NULL,9155,1,'2026-02-12 18:50:27','2026-02-12 18:50:27','fdb828f9-9b34-47d7-a00a-708ab018fa78'),
(115974,7,28299,NULL,605,1,'2026-02-12 18:50:27','2026-02-12 18:50:27','70dbcb07-be40-4d2c-a4b9-a06c8be24698'),
(115975,7,28299,NULL,617,2,'2026-02-12 18:50:27','2026-02-12 18:50:27','7df33949-3678-44d8-874d-bc2e240082fb'),
(115976,7,28299,NULL,9552,3,'2026-02-12 18:50:27','2026-02-12 18:50:27','969bacf1-2a96-4ba6-b51b-8b98d0278560'),
(115977,82,28299,NULL,479,1,'2026-02-12 18:50:27','2026-02-12 18:50:27','092b82fd-6704-4798-9b10-42e8100a73ba'),
(115978,47,28299,NULL,12342,1,'2026-02-12 18:50:27','2026-02-12 18:50:27','be09e680-ab30-4117-b0a2-d61b2a1e9a9d'),
(115979,57,28299,NULL,9160,1,'2026-02-12 18:50:27','2026-02-12 18:50:27','9d193a96-9421-4d35-95e5-9b401a73c6de'),
(115980,57,28299,NULL,9162,2,'2026-02-12 18:50:27','2026-02-12 18:50:27','ee0c0f10-ea01-4841-9be3-6b76b75d5554'),
(115981,57,28299,NULL,9164,3,'2026-02-12 18:50:27','2026-02-12 18:50:27','c0e02190-3967-48f1-b96c-f7771184e103'),
(115982,57,28299,NULL,9163,4,'2026-02-12 18:50:27','2026-02-12 18:50:27','b10d89dd-dec3-4d78-a5fe-79f7486c91aa'),
(115983,57,28299,NULL,9161,5,'2026-02-12 18:50:27','2026-02-12 18:50:27','582b2156-d5d2-4b21-bac8-f672ea0426cc'),
(115984,57,28299,NULL,9165,6,'2026-02-12 18:50:27','2026-02-12 18:50:27','42a90bf3-f44c-4a8b-af0d-4eccba9fe65a'),
(116007,32,28301,NULL,2614,1,'2026-02-12 18:50:45','2026-02-12 18:50:45','186a1cd5-d536-456d-b815-03f1a3f14f85'),
(116008,32,28301,NULL,2610,2,'2026-02-12 18:50:45','2026-02-12 18:50:45','9896e6e0-c7ac-4091-9488-cc3e05e96ff0'),
(116009,32,28301,NULL,2598,3,'2026-02-12 18:50:45','2026-02-12 18:50:45','f8b4a6ca-45ab-47fc-aaac-6462079425f8'),
(116010,32,28301,NULL,2608,4,'2026-02-12 18:50:45','2026-02-12 18:50:45','03cb2a6b-7044-407e-81d6-ee4cdb896da4'),
(116011,32,28301,NULL,2600,5,'2026-02-12 18:50:45','2026-02-12 18:50:45','9a1b6edb-1cd4-4fe4-9335-919f3a2c507d'),
(116012,32,28301,NULL,2596,6,'2026-02-12 18:50:45','2026-02-12 18:50:45','10f02d52-c4d7-45b0-859a-e73e186083a6'),
(116013,32,28301,NULL,2602,7,'2026-02-12 18:50:45','2026-02-12 18:50:45','9b77a680-0fff-4270-a9d7-60cd3cc4124e'),
(116014,32,28301,NULL,2612,8,'2026-02-12 18:50:45','2026-02-12 18:50:45','189489fa-8f0d-4c9d-8b7d-d8bb53e57ea1'),
(116015,32,28301,NULL,2604,9,'2026-02-12 18:50:45','2026-02-12 18:50:45','2ca5bec4-1c6f-4bf2-b2e6-2c96e1bb4f82'),
(116016,32,28301,NULL,2606,10,'2026-02-12 18:50:45','2026-02-12 18:50:45','c3705c0c-043e-4144-be9b-68d7a1662242'),
(116017,16,28301,NULL,9155,1,'2026-02-12 18:50:45','2026-02-12 18:50:45','c63f01d5-aab7-4561-802d-1259ed12629c'),
(116018,7,28301,NULL,605,1,'2026-02-12 18:50:45','2026-02-12 18:50:45','dfdfebc4-6bea-4804-8343-290f4eca46c1'),
(116019,7,28301,NULL,617,2,'2026-02-12 18:50:45','2026-02-12 18:50:45','5a331da8-73b4-4fbd-ae55-c2b9ba773542'),
(116020,7,28301,NULL,9552,3,'2026-02-12 18:50:45','2026-02-12 18:50:45','f1c5942f-f11c-447d-aac7-939e01ddaa93'),
(116021,82,28301,NULL,479,1,'2026-02-12 18:50:45','2026-02-12 18:50:45','86e1ad9d-685c-4072-a740-c415f3b3c9ea'),
(116022,47,28301,NULL,12342,1,'2026-02-12 18:50:45','2026-02-12 18:50:45','3a6f8c83-67dd-4c5d-96d1-ec4ce9491cdc'),
(116023,57,28301,NULL,9160,1,'2026-02-12 18:50:45','2026-02-12 18:50:45','04b4be64-aad5-4e08-9ec6-e2646e22b402'),
(116024,57,28301,NULL,9162,2,'2026-02-12 18:50:45','2026-02-12 18:50:45','8cccc3e5-9e8b-430e-8cd0-794686205d58'),
(116025,57,28301,NULL,9164,3,'2026-02-12 18:50:45','2026-02-12 18:50:45','4cac868c-1cd4-4230-9332-c71535abf72a'),
(116026,57,28301,NULL,9163,4,'2026-02-12 18:50:45','2026-02-12 18:50:45','97916e8a-fd1c-420d-af9c-e755e8f51223'),
(116027,57,28301,NULL,9161,5,'2026-02-12 18:50:45','2026-02-12 18:50:45','61ab3177-0a0c-4943-9e90-7a8434bf53c2'),
(116028,57,28301,NULL,9165,6,'2026-02-12 18:50:45','2026-02-12 18:50:45','8de87c90-f89d-4723-b395-570b7abad1fb'),
(116056,32,28303,NULL,2614,1,'2026-02-12 18:50:56','2026-02-12 18:50:56','e28d5107-435b-455d-a7de-e07575b8b535'),
(116057,32,28303,NULL,2610,2,'2026-02-12 18:50:56','2026-02-12 18:50:56','58ebc69f-d671-4a40-a0cc-35ec61a535f1'),
(116058,32,28303,NULL,2598,3,'2026-02-12 18:50:56','2026-02-12 18:50:56','15a3b37c-b65b-4d49-96cc-362c1f71450d'),
(116059,32,28303,NULL,2608,4,'2026-02-12 18:50:56','2026-02-12 18:50:56','6ba79231-ec90-4161-b497-1fce7c73ab55'),
(116060,32,28303,NULL,2624,5,'2026-02-12 18:50:56','2026-02-12 18:50:56','2e035076-2876-4ec1-90e8-4f13934da13d'),
(116061,32,28303,NULL,2600,6,'2026-02-12 18:50:56','2026-02-12 18:50:56','641f8bab-5db7-4823-a102-3c3db98c88ea'),
(116062,32,28303,NULL,2596,7,'2026-02-12 18:50:56','2026-02-12 18:50:56','38b36dca-7180-4f73-be6a-ada038ef02c3'),
(116063,32,28303,NULL,2602,8,'2026-02-12 18:50:56','2026-02-12 18:50:56','d08a07fe-cda5-439f-8c15-1f9c26baa340'),
(116064,32,28303,NULL,2606,9,'2026-02-12 18:50:56','2026-02-12 18:50:56','b3b2c77b-5b45-4886-b893-21d544e6836e'),
(116065,32,28303,NULL,2612,10,'2026-02-12 18:50:56','2026-02-12 18:50:56','bfda853b-87dd-47e7-82fd-6668c8e7445d'),
(116066,32,28303,NULL,2604,11,'2026-02-12 18:50:56','2026-02-12 18:50:56','3b66406a-9414-4301-aaf0-6cf60b816317'),
(116067,16,28303,NULL,10210,1,'2026-02-12 18:50:56','2026-02-12 18:50:56','cd7f7ae5-fdf1-4676-a68e-77e3dd364b2c'),
(116068,7,28303,NULL,2969,1,'2026-02-12 18:50:56','2026-02-12 18:50:56','63c4edab-d5b1-4c01-99a4-78fb7c5b0576'),
(116069,7,28303,NULL,617,2,'2026-02-12 18:50:56','2026-02-12 18:50:56','4ce4b943-c8f3-4163-972e-347d91fb7bd8'),
(116070,7,28303,NULL,605,3,'2026-02-12 18:50:56','2026-02-12 18:50:56','f2f484c7-dbc0-4bcf-9d1c-74c6747ca487'),
(116071,7,28303,NULL,9552,4,'2026-02-12 18:50:56','2026-02-12 18:50:56','3ffc912a-f9be-44e8-a5a7-28151fb8a2e8'),
(116072,46,28303,NULL,2891,1,'2026-02-12 18:50:56','2026-02-12 18:50:56','1595877f-ae28-431a-a9d6-afc41666a4ee'),
(116073,47,28303,NULL,12339,1,'2026-02-12 18:50:56','2026-02-12 18:50:56','df6028e8-50bf-404c-b658-37ae195f3540'),
(116074,57,28303,NULL,9148,1,'2026-02-12 18:50:56','2026-02-12 18:50:56','7432297d-031b-48d7-b264-8a9f6894a46d'),
(116075,57,28303,NULL,9145,2,'2026-02-12 18:50:56','2026-02-12 18:50:56','0f1c2416-44c2-4ff0-99d3-95cf58946289'),
(116076,57,28303,NULL,9149,3,'2026-02-12 18:50:56','2026-02-12 18:50:56','0ac13b08-ac4c-4685-9915-92323b427a25'),
(116077,57,28303,NULL,9150,4,'2026-02-12 18:50:56','2026-02-12 18:50:56','b5d4b3b7-8839-48c3-90f3-18e6822ae0a8'),
(116078,57,28303,NULL,9144,5,'2026-02-12 18:50:56','2026-02-12 18:50:56','3519f324-a992-4c85-96a2-ace99199deeb'),
(116079,57,28303,NULL,9146,6,'2026-02-12 18:50:56','2026-02-12 18:50:56','87649b6a-fe2d-40d9-8e10-ae1bc6a9ab2f'),
(116080,57,28303,NULL,9147,7,'2026-02-12 18:50:56','2026-02-12 18:50:56','eda8cb1c-bdbd-4a94-9a27-2debb5480c2b'),
(116081,57,28303,NULL,10213,8,'2026-02-12 18:50:56','2026-02-12 18:50:56','3be0171f-1466-4633-adf5-834c3c3d4acd'),
(116082,13,28303,NULL,6922,1,'2026-02-12 18:50:56','2026-02-12 18:50:56','7da1aca6-4b41-42ca-bc55-18960ba5afc0'),
(116110,32,28305,NULL,2614,1,'2026-02-12 18:51:06','2026-02-12 18:51:06','45ce8a53-0083-4678-8464-055533f6779d'),
(116111,32,28305,NULL,2610,2,'2026-02-12 18:51:06','2026-02-12 18:51:06','2073768e-67eb-4c9c-918f-7518adb06361'),
(116112,32,28305,NULL,2598,3,'2026-02-12 18:51:06','2026-02-12 18:51:06','2a19e7f8-245c-4d4a-8e52-8f8ba023d6a2'),
(116113,32,28305,NULL,2608,4,'2026-02-12 18:51:06','2026-02-12 18:51:06','eb0a65dc-dfc1-4e33-aa25-3fa9bb7bd4bc'),
(116114,32,28305,NULL,2624,5,'2026-02-12 18:51:06','2026-02-12 18:51:06','2afeb29d-13cf-4f3b-bfd7-357b4eae49a8'),
(116115,32,28305,NULL,2600,6,'2026-02-12 18:51:06','2026-02-12 18:51:06','a308906b-9632-4b1a-9dee-ab14260d6807'),
(116116,32,28305,NULL,2596,7,'2026-02-12 18:51:06','2026-02-12 18:51:06','58637014-343f-4fe5-bcf0-322db01ef31c'),
(116117,32,28305,NULL,2602,8,'2026-02-12 18:51:06','2026-02-12 18:51:06','790afaab-0d49-4fa3-aa98-73c7bebbfccc'),
(116118,32,28305,NULL,2606,9,'2026-02-12 18:51:06','2026-02-12 18:51:06','4a58fe4d-f15d-4f9e-9e56-9672f58e2368'),
(116119,32,28305,NULL,2612,10,'2026-02-12 18:51:06','2026-02-12 18:51:06','edb15f57-028f-40af-a366-c5b477e6ef3a'),
(116120,32,28305,NULL,2604,11,'2026-02-12 18:51:06','2026-02-12 18:51:06','91376f12-9132-41b9-9f4e-227cd1e2f450'),
(116121,16,28305,NULL,10210,1,'2026-02-12 18:51:06','2026-02-12 18:51:06','6a0be6a2-4345-48b0-8699-9ea75718adbb'),
(116122,7,28305,NULL,2969,1,'2026-02-12 18:51:06','2026-02-12 18:51:06','2ccd98ab-2b38-4840-b9a0-b0358ceba707'),
(116123,7,28305,NULL,617,2,'2026-02-12 18:51:06','2026-02-12 18:51:06','19f533cc-9ecc-486e-a3f9-9ebb6b969945'),
(116124,7,28305,NULL,605,3,'2026-02-12 18:51:06','2026-02-12 18:51:06','e431758e-7ff6-4b99-8728-2e16b33343b5'),
(116125,7,28305,NULL,9552,4,'2026-02-12 18:51:06','2026-02-12 18:51:06','bb76430b-e6a6-42ae-9847-4dce5c0ff62a'),
(116126,46,28305,NULL,2891,1,'2026-02-12 18:51:06','2026-02-12 18:51:06','e0ef4a7d-e867-4d15-b7d5-b6e7ff282716'),
(116127,47,28305,NULL,12339,1,'2026-02-12 18:51:06','2026-02-12 18:51:06','fbebdb03-3894-48f8-bfb1-4a5f0e18355a'),
(116128,57,28305,NULL,9148,1,'2026-02-12 18:51:06','2026-02-12 18:51:06','31bcb176-9081-42f4-a688-7e0f64b305ce'),
(116129,57,28305,NULL,9145,2,'2026-02-12 18:51:06','2026-02-12 18:51:06','20072c02-7b76-4ad2-b8c3-f328ce55b3ae'),
(116130,57,28305,NULL,9149,3,'2026-02-12 18:51:06','2026-02-12 18:51:06','646ee121-0ffa-4087-ad63-02a9eafed573'),
(116131,57,28305,NULL,9150,4,'2026-02-12 18:51:06','2026-02-12 18:51:06','8342426e-0b73-4e42-9f4c-cbadc7299647'),
(116132,57,28305,NULL,9144,5,'2026-02-12 18:51:06','2026-02-12 18:51:06','0077a2c6-a0e3-467f-a0dd-2d3410450b97'),
(116133,57,28305,NULL,9146,6,'2026-02-12 18:51:06','2026-02-12 18:51:06','4df0dadf-2e48-40d1-9b49-dd6debbb0a97'),
(116134,57,28305,NULL,9147,7,'2026-02-12 18:51:06','2026-02-12 18:51:06','4fb49f57-c062-4536-b7e1-4329d113f788'),
(116135,57,28305,NULL,10213,8,'2026-02-12 18:51:06','2026-02-12 18:51:06','1e6306ea-242f-462e-b205-8cb226c37a2d'),
(116136,13,28305,NULL,6922,1,'2026-02-12 18:51:06','2026-02-12 18:51:06','1a17a7d0-e341-4f6d-a813-79e7d4848ab0'),
(116171,32,28307,NULL,2610,1,'2026-02-12 18:51:27','2026-02-12 18:51:27','c5905956-8ada-47be-86a0-20cce9f86df1'),
(116172,32,28307,NULL,2598,2,'2026-02-12 18:51:27','2026-02-12 18:51:27','865e5625-43e4-4ac6-8e96-a29d6d223e0c'),
(116173,32,28307,NULL,2600,3,'2026-02-12 18:51:27','2026-02-12 18:51:27','4cc8c44e-69fe-47f7-8864-f38956f9b45d'),
(116174,32,28307,NULL,2604,4,'2026-02-12 18:51:27','2026-02-12 18:51:27','33feff1f-5333-49f4-a532-a4f184e1dd1f'),
(116175,32,28307,NULL,2608,5,'2026-02-12 18:51:27','2026-02-12 18:51:27','12e03930-ea24-4d13-99ad-b7dc94f0d1bf'),
(116176,32,28307,NULL,2596,6,'2026-02-12 18:51:27','2026-02-12 18:51:27','f459f4fe-783b-4a93-8e82-549af38688c6'),
(116177,32,28307,NULL,2602,7,'2026-02-12 18:51:27','2026-02-12 18:51:27','696c1c5d-1223-4a2a-98ac-d01e41f96668'),
(116178,32,28307,NULL,2606,8,'2026-02-12 18:51:27','2026-02-12 18:51:27','8855ebed-0ffc-45aa-a446-f6aa7e732586'),
(116179,32,28307,NULL,2612,9,'2026-02-12 18:51:27','2026-02-12 18:51:27','00924d13-e727-47fe-afb3-96cdbec2e491'),
(116180,16,28307,NULL,3374,1,'2026-02-12 18:51:27','2026-02-12 18:51:27','e66c3c75-41b6-42d9-b425-66156ce8ca87'),
(116181,7,28307,NULL,3468,1,'2026-02-12 18:51:27','2026-02-12 18:51:27','e92d3d9d-e409-4337-b984-b814e0b85d75'),
(116182,7,28307,NULL,9732,2,'2026-02-12 18:51:27','2026-02-12 18:51:27','19c7791f-6afc-4a10-aa31-68c7eaa2068f'),
(116183,7,28307,NULL,617,3,'2026-02-12 18:51:27','2026-02-12 18:51:27','4b712d06-f431-45e6-810b-9318b56d9074'),
(116184,7,28307,NULL,605,4,'2026-02-12 18:51:27','2026-02-12 18:51:27','d006532e-7c29-4d9c-be47-46bfdf7c8752'),
(116185,7,28307,NULL,9552,5,'2026-02-12 18:51:27','2026-02-12 18:51:27','63a48b73-80ed-4f08-80a4-85d2e3352e53'),
(116186,82,28307,NULL,469,1,'2026-02-12 18:51:27','2026-02-12 18:51:27','7bcc3a8f-cc40-4ca0-84c8-7ef0a5e0a8e8'),
(116187,82,28307,NULL,475,2,'2026-02-12 18:51:27','2026-02-12 18:51:27','712bcf4a-3d64-4806-b071-f58d01889a1f'),
(116188,82,28307,NULL,479,3,'2026-02-12 18:51:27','2026-02-12 18:51:27','7569c17a-89b7-4929-8eec-cf72a41e1d7e'),
(116189,82,28307,NULL,491,4,'2026-02-12 18:51:27','2026-02-12 18:51:27','5767fb79-c0af-423f-8929-c8eccf2b7f03'),
(116190,47,28307,NULL,12333,1,'2026-02-12 18:51:27','2026-02-12 18:51:27','40559690-afb7-4fa1-9e53-9bb853e81ca3'),
(116191,57,28307,NULL,3362,1,'2026-02-12 18:51:27','2026-02-12 18:51:27','07f9e576-fd0f-4a77-9dca-bbcd650bb887'),
(116192,57,28307,NULL,3363,2,'2026-02-12 18:51:27','2026-02-12 18:51:27','a8c248f4-2560-4cea-b062-aa094ef2ab99'),
(116193,57,28307,NULL,3364,3,'2026-02-12 18:51:27','2026-02-12 18:51:27','09a3c3e3-1665-4bf5-a6d9-0fbab5a111cd'),
(116194,57,28307,NULL,3365,4,'2026-02-12 18:51:27','2026-02-12 18:51:27','f29c2078-7945-4e67-aeed-b863d364aa47'),
(116195,57,28307,NULL,3366,5,'2026-02-12 18:51:27','2026-02-12 18:51:27','42456f9a-ff38-417e-8e69-e99c0edbdb6b'),
(116196,57,28307,NULL,3367,6,'2026-02-12 18:51:27','2026-02-12 18:51:27','df836eec-8c4f-4fa8-80f1-5dd3d3730196'),
(116197,57,28307,NULL,3368,7,'2026-02-12 18:51:27','2026-02-12 18:51:27','aeb2018d-918c-4e22-bb84-1ff7cf8ba3f0'),
(116198,57,28307,NULL,3369,8,'2026-02-12 18:51:27','2026-02-12 18:51:27','293723ca-5c10-48dd-8676-9d998157f618'),
(116199,57,28307,NULL,3370,9,'2026-02-12 18:51:27','2026-02-12 18:51:27','037f121b-30c5-4384-8ea9-abe713b3e7ba'),
(116200,57,28307,NULL,3371,10,'2026-02-12 18:51:27','2026-02-12 18:51:27','9bbc2014-7e9d-4057-a62b-77de33a7895f'),
(116201,57,28307,NULL,3372,11,'2026-02-12 18:51:27','2026-02-12 18:51:27','5186c9a3-f9a6-43cf-9dde-ffe829958b8f'),
(116202,57,28307,NULL,3373,12,'2026-02-12 18:51:27','2026-02-12 18:51:27','d9d896c1-3e0b-4541-af40-d9217f45d29b'),
(116203,57,28307,NULL,3374,13,'2026-02-12 18:51:27','2026-02-12 18:51:27','91012bdb-33f7-439e-8cc0-7a4a8cf499d0'),
(116204,72,28307,NULL,548,1,'2026-02-12 18:51:27','2026-02-12 18:51:27','cbabf2aa-525d-4bd9-b2d8-2e51f679800a'),
(116239,32,28309,NULL,2610,1,'2026-02-12 18:53:14','2026-02-12 18:53:14','1e8750d1-b29b-4f28-9a9c-c1dbbcc223dd'),
(116240,32,28309,NULL,2598,2,'2026-02-12 18:53:14','2026-02-12 18:53:14','5a500610-ab0d-4545-8930-65b998ea416f'),
(116241,32,28309,NULL,2600,3,'2026-02-12 18:53:14','2026-02-12 18:53:14','a2ee6aee-1ac8-4ac6-9212-d74593f3a24e'),
(116242,32,28309,NULL,2604,4,'2026-02-12 18:53:14','2026-02-12 18:53:14','fc08488b-8b67-41b4-91ad-79845bfca6fc'),
(116243,32,28309,NULL,2608,5,'2026-02-12 18:53:14','2026-02-12 18:53:14','9d46e00b-f5be-4837-ac30-868b0e220a2f'),
(116244,32,28309,NULL,2596,6,'2026-02-12 18:53:14','2026-02-12 18:53:14','58f63659-4ee4-4f2e-8722-ad90a128b92d'),
(116245,32,28309,NULL,2602,7,'2026-02-12 18:53:14','2026-02-12 18:53:14','09ef35d5-630a-4287-a979-7517b0866c59'),
(116246,32,28309,NULL,2606,8,'2026-02-12 18:53:14','2026-02-12 18:53:14','22e8b2d8-2f4a-48fb-8fb5-87ac54cfa6ae'),
(116247,32,28309,NULL,2612,9,'2026-02-12 18:53:14','2026-02-12 18:53:14','c5610e5d-609d-4a75-a3a2-baaae3bdf1b9'),
(116248,16,28309,NULL,3374,1,'2026-02-12 18:53:14','2026-02-12 18:53:14','b200994c-142b-4ab2-af5a-87438193ba2f'),
(116249,7,28309,NULL,3468,1,'2026-02-12 18:53:14','2026-02-12 18:53:14','2ad49a5e-c9b7-4c20-95ef-85a913866aa9'),
(116250,7,28309,NULL,9732,2,'2026-02-12 18:53:14','2026-02-12 18:53:14','3ed36792-b6ea-4aa9-95e8-773d439bb8c9'),
(116251,7,28309,NULL,617,3,'2026-02-12 18:53:14','2026-02-12 18:53:14','847cf6ea-89c5-4d7a-94bf-fdd715f3d4bc'),
(116252,7,28309,NULL,605,4,'2026-02-12 18:53:14','2026-02-12 18:53:14','01dd95dd-94c2-46c4-b9f8-d2d3ff59ce54'),
(116253,7,28309,NULL,9552,5,'2026-02-12 18:53:14','2026-02-12 18:53:14','af15ff20-d597-4bf6-b4d1-f8f11abaa16a'),
(116254,82,28309,NULL,469,1,'2026-02-12 18:53:14','2026-02-12 18:53:14','1daf7abd-8558-4da5-8b04-dcf0ced6b898'),
(116255,82,28309,NULL,475,2,'2026-02-12 18:53:14','2026-02-12 18:53:14','3034f7f5-9715-4170-a9e9-dbcc7684bd24'),
(116256,82,28309,NULL,479,3,'2026-02-12 18:53:14','2026-02-12 18:53:14','c8d37dcc-3774-4d1a-adb8-b183b6c84a7b'),
(116257,82,28309,NULL,491,4,'2026-02-12 18:53:14','2026-02-12 18:53:14','63a23f9b-e29d-4914-973f-00c1273aca28'),
(116258,47,28309,NULL,12333,1,'2026-02-12 18:53:14','2026-02-12 18:53:14','81b1431e-f96c-4b47-bc3c-b3beacafd59f'),
(116259,57,28309,NULL,3362,1,'2026-02-12 18:53:14','2026-02-12 18:53:14','812ab758-d0b6-4d43-8f23-810f40f416d0'),
(116260,57,28309,NULL,3363,2,'2026-02-12 18:53:14','2026-02-12 18:53:14','aa2b9146-6a81-4d33-8686-6981d6ec20dc'),
(116261,57,28309,NULL,3364,3,'2026-02-12 18:53:14','2026-02-12 18:53:14','a32470e9-da99-4b68-8f3c-3e11a1a45c5c'),
(116262,57,28309,NULL,3365,4,'2026-02-12 18:53:14','2026-02-12 18:53:14','b049be1b-9d32-4c33-8c01-c9245615b3c4'),
(116263,57,28309,NULL,3366,5,'2026-02-12 18:53:14','2026-02-12 18:53:14','ef932709-c68d-43ec-b633-6fd41cd5eee5'),
(116264,57,28309,NULL,3367,6,'2026-02-12 18:53:14','2026-02-12 18:53:14','5dd8cf80-94e9-41af-a7b3-5a8b8bfd97d6'),
(116265,57,28309,NULL,3368,7,'2026-02-12 18:53:14','2026-02-12 18:53:14','a3a2ebdd-7be4-4d22-8c5a-f160bd13d6e9'),
(116266,57,28309,NULL,3369,8,'2026-02-12 18:53:14','2026-02-12 18:53:14','ae2a9159-a844-4f67-893a-aa9770b6fc96'),
(116267,57,28309,NULL,3370,9,'2026-02-12 18:53:14','2026-02-12 18:53:14','6acc0c1f-e666-4ac2-b955-4f639588f0f1'),
(116268,57,28309,NULL,3371,10,'2026-02-12 18:53:14','2026-02-12 18:53:14','c6b761f4-13b2-4908-81bd-771469014fb5'),
(116269,57,28309,NULL,3372,11,'2026-02-12 18:53:14','2026-02-12 18:53:14','e8d059b2-6fcc-4359-952d-428fd41fe369'),
(116270,57,28309,NULL,3373,12,'2026-02-12 18:53:14','2026-02-12 18:53:14','ec252aa8-cdc8-4ae3-a026-682609627888'),
(116271,57,28309,NULL,3374,13,'2026-02-12 18:53:14','2026-02-12 18:53:14','67ee64e8-02ef-4b65-b0e1-dd535ee50436'),
(116272,72,28309,NULL,548,1,'2026-02-12 18:53:14','2026-02-12 18:53:14','4eb97701-8bb3-4fac-bb83-7ec43d4c4cf0'),
(116315,32,28339,NULL,2614,1,'2026-02-12 21:28:53','2026-02-12 21:28:53','2dde9414-611f-40de-bf67-7df467499efc'),
(116316,32,28339,NULL,2610,2,'2026-02-12 21:28:53','2026-02-12 21:28:53','2b7a2ddc-ecbd-4bc5-aefa-1c4b2fe482e8'),
(116317,32,28339,NULL,2598,3,'2026-02-12 21:28:53','2026-02-12 21:28:53','d69b0edd-893f-43d8-aa51-87677abbd02b'),
(116318,32,28339,NULL,2608,4,'2026-02-12 21:28:53','2026-02-12 21:28:53','7c2a4b18-4c53-4814-a97a-75ba231c105d'),
(116319,32,28339,NULL,2624,5,'2026-02-12 21:28:53','2026-02-12 21:28:53','0c76a7ac-f196-42da-975e-c01abb10f412'),
(116320,32,28339,NULL,2600,6,'2026-02-12 21:28:53','2026-02-12 21:28:53','c834b3bb-2a86-42d1-b38a-fc37cc58c89d'),
(116321,32,28339,NULL,2596,7,'2026-02-12 21:28:53','2026-02-12 21:28:53','e75403ce-65b4-4f09-a909-f4ef30eb6671'),
(116322,32,28339,NULL,2602,8,'2026-02-12 21:28:53','2026-02-12 21:28:53','f62559e3-2f0a-4b5a-a3e5-fa317a0d38db'),
(116323,32,28339,NULL,2606,9,'2026-02-12 21:28:53','2026-02-12 21:28:53','6b86e2e6-af6a-4a64-bc82-05600455cc80'),
(116324,32,28339,NULL,2612,10,'2026-02-12 21:28:53','2026-02-12 21:28:53','121293d1-d9d2-468f-baf7-7f014304698c'),
(116325,32,28339,NULL,2604,11,'2026-02-12 21:28:53','2026-02-12 21:28:53','3012edaa-26bb-4d08-942c-1906a0a9d613'),
(116326,16,28339,NULL,10210,1,'2026-02-12 21:28:53','2026-02-12 21:28:53','ae6c2235-7f45-42d5-8cb5-5285075c70b0'),
(116327,7,28339,NULL,2969,1,'2026-02-12 21:28:53','2026-02-12 21:28:53','d9a42c57-7b60-4ec6-9686-feed03df8ec4'),
(116328,7,28339,NULL,617,2,'2026-02-12 21:28:53','2026-02-12 21:28:53','a62a3834-26fa-4ca5-9b16-ba93b6b04253'),
(116329,7,28339,NULL,605,3,'2026-02-12 21:28:53','2026-02-12 21:28:53','b4b7cbb4-2491-40e3-90e8-2f176abfea1f'),
(116330,7,28339,NULL,9552,4,'2026-02-12 21:28:53','2026-02-12 21:28:53','f2a41562-fc3f-412c-b4f4-ab98cb870713'),
(116331,46,28339,NULL,2891,1,'2026-02-12 21:28:53','2026-02-12 21:28:53','40cd7daa-fc91-4e17-a35a-b418bbf43f76'),
(116332,47,28339,NULL,12339,1,'2026-02-12 21:28:53','2026-02-12 21:28:53','2ddf42ce-40cf-43a8-8c8f-4bbc818b24c1'),
(116333,57,28339,NULL,9148,1,'2026-02-12 21:28:53','2026-02-12 21:28:53','97cf0b97-3bfd-4ab7-a2be-8c4a93c52f0b'),
(116334,57,28339,NULL,9145,2,'2026-02-12 21:28:53','2026-02-12 21:28:53','032809e8-f3d5-445e-8c19-67253678d536'),
(116335,57,28339,NULL,9149,3,'2026-02-12 21:28:53','2026-02-12 21:28:53','d34a4b1c-66c1-46d6-b55a-bdd57ace89df'),
(116336,57,28339,NULL,9150,4,'2026-02-12 21:28:53','2026-02-12 21:28:53','465bc865-1bb2-40b8-8e6d-a352de4d15c9'),
(116337,57,28339,NULL,9144,5,'2026-02-12 21:28:53','2026-02-12 21:28:53','bf666672-be74-4494-982d-60a762e0b4dc'),
(116338,57,28339,NULL,9146,6,'2026-02-12 21:28:53','2026-02-12 21:28:53','a701c5c2-e77c-4367-adc2-3aadb5ef86af'),
(116339,57,28339,NULL,9147,7,'2026-02-12 21:28:53','2026-02-12 21:28:53','d1ff0304-99a7-4651-aae7-981792faaefb'),
(116340,57,28339,NULL,10213,8,'2026-02-12 21:28:53','2026-02-12 21:28:53','9021c599-1ce4-4815-bd45-d52899617070'),
(116341,13,28339,NULL,6922,1,'2026-02-12 21:28:53','2026-02-12 21:28:53','d6f0462a-6728-487a-bdcb-56f954b8179b'),
(116363,32,28343,NULL,2610,1,'2026-02-12 21:32:21','2026-02-12 21:32:21','1eec59a1-c12f-4e6f-a130-134ffad5f26c'),
(116364,32,28343,NULL,2598,2,'2026-02-12 21:32:21','2026-02-12 21:32:21','feadf72f-4aa1-40c8-8d74-7b4f816a1389'),
(116365,32,28343,NULL,2608,3,'2026-02-12 21:32:21','2026-02-12 21:32:21','562caba7-4959-4959-b0b5-a2cf82c38582'),
(116366,32,28343,NULL,2600,4,'2026-02-12 21:32:21','2026-02-12 21:32:21','d31ba4b3-abc3-4c95-8e2e-e0bcd593ada2'),
(116367,32,28343,NULL,2596,5,'2026-02-12 21:32:21','2026-02-12 21:32:21','8e4886c4-d8ba-4630-b087-3e6e53c97377'),
(116368,32,28343,NULL,2602,6,'2026-02-12 21:32:21','2026-02-12 21:32:21','3f876f08-9477-4ad0-9bcf-3159ca97bbd4'),
(116369,32,28343,NULL,2604,7,'2026-02-12 21:32:21','2026-02-12 21:32:21','c4be5e85-9e69-46f8-8466-e6d00fc1380d'),
(116370,32,28343,NULL,2606,8,'2026-02-12 21:32:21','2026-02-12 21:32:21','3d5c2ccb-c7ae-4b23-9b66-f849fc7fd3bd'),
(116371,32,28343,NULL,2612,9,'2026-02-12 21:32:21','2026-02-12 21:32:21','40dfaf4c-c7f1-4e6c-8435-3f7e0c2e3da3'),
(116372,16,28343,NULL,545,1,'2026-02-12 21:32:21','2026-02-12 21:32:21','b250e41a-ff53-42a6-9824-99999bff4b4e'),
(116373,7,28343,NULL,601,1,'2026-02-12 21:32:21','2026-02-12 21:32:21','c65519a2-47fa-4441-92dd-5ab00f86c4be'),
(116374,7,28343,NULL,617,2,'2026-02-12 21:32:21','2026-02-12 21:32:21','d8681a39-5d86-4a5a-8fbd-c4d5165cf3ef'),
(116375,7,28343,NULL,605,3,'2026-02-12 21:32:21','2026-02-12 21:32:21','f7cf9af8-ac9b-4cb3-a5c4-739898a24bb8'),
(116376,7,28343,NULL,9552,4,'2026-02-12 21:32:21','2026-02-12 21:32:21','32130c2e-6236-4d0c-be7c-9d0d1f2bde5b'),
(116377,82,28343,NULL,491,1,'2026-02-12 21:32:21','2026-02-12 21:32:21','714ec601-8f9f-4f54-9993-bbf8c8476a60'),
(116378,47,28343,NULL,14954,1,'2026-02-12 21:32:21','2026-02-12 21:32:21','cb591a8e-a2c2-4eb3-9d93-b542163aa82a'),
(116379,57,28343,NULL,545,1,'2026-02-12 21:32:21','2026-02-12 21:32:21','0732a8f0-a5d4-42f3-b546-1b3b124ddc61'),
(116380,57,28343,NULL,137,2,'2026-02-12 21:32:21','2026-02-12 21:32:21','fd6be000-8b95-4e53-919e-095affd8816c'),
(116381,57,28343,NULL,138,3,'2026-02-12 21:32:21','2026-02-12 21:32:21','2c961d21-26c8-41fd-a6d9-5b24960ab992'),
(116382,57,28343,NULL,136,4,'2026-02-12 21:32:21','2026-02-12 21:32:21','b77301b0-fa31-4827-8445-d81d2bdef6c1'),
(116383,13,28343,NULL,23845,1,'2026-02-12 21:32:21','2026-02-12 21:32:21','c26f753d-7d10-4a96-9233-b4a972dbc692'),
(116384,58,28752,NULL,9714,1,'2026-02-13 16:39:47','2026-02-13 16:39:47','18d7dc6d-5ccc-4b6d-826b-3677866edd51'),
(116385,32,28753,NULL,2614,1,'2026-02-13 16:39:49','2026-02-13 16:39:49','5d314a4a-ced8-48be-88b3-89b789019ad0'),
(116386,32,28753,NULL,2610,2,'2026-02-13 16:39:49','2026-02-13 16:39:49','c02d582c-1344-496f-9d21-66e0d5b1d68f'),
(116387,32,28753,NULL,2598,3,'2026-02-13 16:39:49','2026-02-13 16:39:49','27dc3881-83ab-4d78-8e63-35e1c075c5e8'),
(116388,32,28753,NULL,2600,4,'2026-02-13 16:39:49','2026-02-13 16:39:49','b63452a9-522e-438d-9587-24058cde80b3'),
(116389,32,28753,NULL,2604,5,'2026-02-13 16:39:49','2026-02-13 16:39:49','975e097f-efb3-4f63-ba60-4391f9ee8077'),
(116390,32,28753,NULL,2608,6,'2026-02-13 16:39:49','2026-02-13 16:39:49','f62e5d31-84a2-4ea4-a0cc-d7a653536a41'),
(116391,32,28753,NULL,2596,7,'2026-02-13 16:39:49','2026-02-13 16:39:49','c9ed3954-2734-4492-bde9-82d13cac199d'),
(116392,32,28753,NULL,2602,8,'2026-02-13 16:39:49','2026-02-13 16:39:49','6740b05e-2029-45f8-bd37-6ae6daa8e2de'),
(116393,32,28753,NULL,2606,9,'2026-02-13 16:39:49','2026-02-13 16:39:49','76e1cb23-e211-47b0-85e6-92d7ddfa28af'),
(116394,32,28753,NULL,2612,10,'2026-02-13 16:39:49','2026-02-13 16:39:49','a542c792-275c-4a6d-aa95-49ddda7c19d3'),
(116395,16,28753,NULL,4824,1,'2026-02-13 16:39:49','2026-02-13 16:39:49','a521d248-8741-4e53-9a8a-d21673a1323e'),
(116396,7,28753,NULL,6547,1,'2026-02-13 16:39:49','2026-02-13 16:39:49','b8d5f89d-955b-4e76-8727-e73545f08e79'),
(116397,7,28753,NULL,601,2,'2026-02-13 16:39:49','2026-02-13 16:39:49','efe88b7a-b564-454d-9a8d-648a401a426a'),
(116398,7,28753,NULL,2974,3,'2026-02-13 16:39:49','2026-02-13 16:39:49','8b66a200-a20c-49f4-9f9a-bbcfd7818d04'),
(116399,7,28753,NULL,617,4,'2026-02-13 16:39:49','2026-02-13 16:39:49','47df9213-372d-4455-87f7-5a37540a470c'),
(116400,7,28753,NULL,9640,5,'2026-02-13 16:39:49','2026-02-13 16:39:49','6755feb4-4473-4adb-aea4-0cf015a16bff'),
(116401,7,28753,NULL,605,6,'2026-02-13 16:39:49','2026-02-13 16:39:49','8bf24d71-003f-4dbb-a9d0-4cf670f85b22'),
(116402,7,28753,NULL,9552,7,'2026-02-13 16:39:49','2026-02-13 16:39:49','66fb2d6e-aa95-486b-814f-313f7ed3172d'),
(116403,7,28753,NULL,9549,8,'2026-02-13 16:39:49','2026-02-13 16:39:49','c2264f39-e413-4b2c-94da-647e3a0b8f8f'),
(116404,82,28753,NULL,479,1,'2026-02-13 16:39:49','2026-02-13 16:39:49','de9666d6-33d5-4e87-9953-fafa2072885c'),
(116405,47,28753,NULL,12482,1,'2026-02-13 16:39:49','2026-02-13 16:39:49','717b3dd8-ef6f-445e-b7ba-2e95ab8fe9e8'),
(116406,57,28753,NULL,4821,1,'2026-02-13 16:39:49','2026-02-13 16:39:49','3d269638-a6fe-4eaf-8a88-3cd445dab7de'),
(116407,57,28753,NULL,4822,2,'2026-02-13 16:39:49','2026-02-13 16:39:49','751d3c9b-ec50-4d04-9ad4-a99e9135e924'),
(116408,57,28753,NULL,4823,3,'2026-02-13 16:39:49','2026-02-13 16:39:49','55702983-74dc-48fb-b2eb-c7865fcf806e'),
(116409,57,28753,NULL,4824,4,'2026-02-13 16:39:49','2026-02-13 16:39:49','1fbaf7ec-a79b-423e-bc20-34e385800469'),
(116410,13,28753,NULL,6620,1,'2026-02-13 16:39:49','2026-02-13 16:39:49','7f78c3b2-0306-459a-87e9-291f41379300'),
(116436,32,28755,NULL,2614,1,'2026-02-13 16:40:30','2026-02-13 16:40:30','a365ab16-0068-4eb2-b708-36b5dc9c1f39'),
(116437,32,28755,NULL,2610,2,'2026-02-13 16:40:30','2026-02-13 16:40:30','cc11b2ca-12cc-4e7d-82a0-7bf8721e710f'),
(116438,32,28755,NULL,2598,3,'2026-02-13 16:40:30','2026-02-13 16:40:30','4864da02-189e-432d-9b5a-2cae46270b1d'),
(116439,32,28755,NULL,2600,4,'2026-02-13 16:40:30','2026-02-13 16:40:30','86b5bae7-d023-4ba9-bd7d-9c1d6ddb7b96'),
(116440,32,28755,NULL,2612,5,'2026-02-13 16:40:30','2026-02-13 16:40:30','08e17ce7-f67a-4e4c-b9dd-479cc5d2c5ae'),
(116441,32,28755,NULL,2604,6,'2026-02-13 16:40:30','2026-02-13 16:40:30','01e32113-5df7-488c-91cd-64554b23c023'),
(116442,32,28755,NULL,2608,7,'2026-02-13 16:40:30','2026-02-13 16:40:30','b163ffc9-6a28-4fb6-857e-5400218de1de'),
(116443,32,28755,NULL,2596,8,'2026-02-13 16:40:30','2026-02-13 16:40:30','602ecf95-7f2c-4215-afd1-cdbbfad9a4df'),
(116444,32,28755,NULL,2602,9,'2026-02-13 16:40:30','2026-02-13 16:40:30','d318ed8a-4b07-4f12-8afd-dbe12481b78d'),
(116445,32,28755,NULL,2606,10,'2026-02-13 16:40:30','2026-02-13 16:40:30','d4a76f36-156d-47bb-af9b-baf5bd51ce23'),
(116446,16,28755,NULL,3722,1,'2026-02-13 16:40:30','2026-02-13 16:40:30','f271b54a-d085-4d0c-a65c-cb444bf0437f'),
(116447,7,28755,NULL,3468,1,'2026-02-13 16:40:30','2026-02-13 16:40:30','7aa2251c-24c4-43b5-836e-2954d599f161'),
(116448,7,28755,NULL,601,2,'2026-02-13 16:40:30','2026-02-13 16:40:30','9206d37d-7af2-4ad8-a8d9-96b89080eae3'),
(116449,7,28755,NULL,9640,3,'2026-02-13 16:40:30','2026-02-13 16:40:30','049f84a5-4c4f-4b69-a67b-c8ee11f7dc74'),
(116450,7,28755,NULL,617,4,'2026-02-13 16:40:30','2026-02-13 16:40:30','8c8545bd-3ded-4936-bf45-18213414f534'),
(116451,7,28755,NULL,605,5,'2026-02-13 16:40:30','2026-02-13 16:40:30','50bd681a-62ea-4915-97b4-433a389fb904'),
(116452,7,28755,NULL,9552,6,'2026-02-13 16:40:30','2026-02-13 16:40:30','0fd5db33-52c8-4fdc-969e-8d833d2f889f'),
(116453,7,28755,NULL,9549,7,'2026-02-13 16:40:30','2026-02-13 16:40:30','dfe7430e-358b-4e3e-ba79-f3a2ee844fed'),
(116454,82,28755,NULL,479,1,'2026-02-13 16:40:30','2026-02-13 16:40:30','b88280b2-d2bb-4e40-9cf5-bfd646f617a4'),
(116455,47,28755,NULL,12386,1,'2026-02-13 16:40:30','2026-02-13 16:40:30','9e90568f-8227-4226-be5f-2e4d66b85392'),
(116456,57,28755,NULL,8024,1,'2026-02-13 16:40:30','2026-02-13 16:40:30','d9c45209-18a4-47c5-b3f8-dfb3d2f91084'),
(116457,57,28755,NULL,8025,2,'2026-02-13 16:40:30','2026-02-13 16:40:30','0fb1385e-7faa-4c2d-be8c-21dd6c884852'),
(116458,57,28755,NULL,8027,3,'2026-02-13 16:40:30','2026-02-13 16:40:30','fad11afc-51af-45cb-a680-22b5312b88a5'),
(116459,57,28755,NULL,8026,4,'2026-02-13 16:40:30','2026-02-13 16:40:30','fda82e18-16ad-4e41-a418-392893ec2f5c'),
(116460,13,28755,NULL,23704,1,'2026-02-13 16:40:30','2026-02-13 16:40:30','9333175f-cfd0-432e-8d20-d89851f61e1c'),
(116490,32,28757,NULL,2614,1,'2026-02-13 16:41:03','2026-02-13 16:41:03','a6d982d2-e1f3-456b-b468-2cf75e679a02'),
(116491,32,28757,NULL,2610,2,'2026-02-13 16:41:03','2026-02-13 16:41:03','3e255531-8d6a-4f62-b1ff-5854ee3a4fd4'),
(116492,32,28757,NULL,2598,3,'2026-02-13 16:41:03','2026-02-13 16:41:03','b0209634-0f5a-436a-b67c-a0b5a2e6963b'),
(116493,32,28757,NULL,2608,4,'2026-02-13 16:41:03','2026-02-13 16:41:03','c571628c-281f-4aa2-b098-ea3b01730522'),
(116494,32,28757,NULL,2600,5,'2026-02-13 16:41:03','2026-02-13 16:41:03','eb52b8f5-b640-4c04-afa3-f53e9f546bdb'),
(116495,32,28757,NULL,2596,6,'2026-02-13 16:41:03','2026-02-13 16:41:03','06b387b1-440d-4381-a465-3bb73f716aa2'),
(116496,32,28757,NULL,2602,7,'2026-02-13 16:41:03','2026-02-13 16:41:03','49325516-6e9a-42a8-965b-fe61c805e384'),
(116497,32,28757,NULL,2604,8,'2026-02-13 16:41:03','2026-02-13 16:41:03','a5cee8f1-c77e-4e77-9885-a1c04e3190e4'),
(116498,32,28757,NULL,2606,9,'2026-02-13 16:41:03','2026-02-13 16:41:03','be7b46f4-7751-4b61-97c1-0aa1a9e3a72b'),
(116499,32,28757,NULL,2612,10,'2026-02-13 16:41:03','2026-02-13 16:41:03','1e86c7e5-7bff-4bd6-ba9b-6d569b4354fe'),
(116500,16,28757,NULL,7791,1,'2026-02-13 16:41:03','2026-02-13 16:41:03','e08dd510-21bd-43d9-bd78-ecdc2d98a831'),
(116501,7,28757,NULL,601,1,'2026-02-13 16:41:03','2026-02-13 16:41:03','f24861c7-383a-4637-a102-7502fdad108b'),
(116502,7,28757,NULL,9735,2,'2026-02-13 16:41:03','2026-02-13 16:41:03','f12e6116-1b7f-4091-8fd4-a35cb19aa590'),
(116503,7,28757,NULL,617,3,'2026-02-13 16:41:03','2026-02-13 16:41:03','d1177edd-9304-46bc-8c51-5e6295757b33'),
(116504,7,28757,NULL,9640,4,'2026-02-13 16:41:03','2026-02-13 16:41:03','46036495-3c88-470e-b902-d2cab9143ac4'),
(116505,7,28757,NULL,2974,5,'2026-02-13 16:41:03','2026-02-13 16:41:03','76ce7e4c-5b46-4a0d-90e1-1830768a9e3d'),
(116506,7,28757,NULL,605,6,'2026-02-13 16:41:03','2026-02-13 16:41:03','35e78a4a-c3e1-4628-b8a4-09f64c3a219e'),
(116507,7,28757,NULL,9549,7,'2026-02-13 16:41:03','2026-02-13 16:41:03','ea31e0de-1299-4f21-958d-3f25728e6caf'),
(116508,7,28757,NULL,9552,8,'2026-02-13 16:41:03','2026-02-13 16:41:03','a3a85119-e171-4b57-ba10-f64067a51e2c'),
(116509,47,28757,NULL,14975,1,'2026-02-13 16:41:03','2026-02-13 16:41:03','8e6f398d-c39e-411e-a5d1-f4e89b02b3eb'),
(116510,57,28757,NULL,7829,1,'2026-02-13 16:41:03','2026-02-13 16:41:03','e7fa4c8a-f49f-4649-a29f-843f0d16969c'),
(116511,57,28757,NULL,7830,2,'2026-02-13 16:41:03','2026-02-13 16:41:03','81c5a1b6-0fbc-4452-bc7a-110ccccf1117'),
(116512,57,28757,NULL,7833,3,'2026-02-13 16:41:03','2026-02-13 16:41:03','f1abc6df-c753-468a-b570-1b9f8a61df84'),
(116513,57,28757,NULL,7831,4,'2026-02-13 16:41:03','2026-02-13 16:41:03','509b2c1e-536a-4398-b27e-0344e76d18aa'),
(116514,57,28757,NULL,7826,5,'2026-02-13 16:41:03','2026-02-13 16:41:03','61046771-5af5-4a06-b609-ef13cc6ca5db'),
(116515,57,28757,NULL,7828,6,'2026-02-13 16:41:03','2026-02-13 16:41:03','cc4ef881-92b6-4a7e-944c-6bf5d1c23223'),
(116516,57,28757,NULL,7827,7,'2026-02-13 16:41:03','2026-02-13 16:41:03','cf20781d-a14a-4aac-b9e2-a5b3567e668b'),
(116517,57,28757,NULL,7832,8,'2026-02-13 16:41:03','2026-02-13 16:41:03','0a7a675f-f3be-48ba-97b2-c22f54d9e150'),
(116518,13,28757,NULL,23859,1,'2026-02-13 16:41:03','2026-02-13 16:41:03','a4524a69-dca1-4c28-bf03-7142e5c48264'),
(116520,7,1455,NULL,9549,5,'2026-02-13 16:41:40','2026-02-13 16:42:07','3002825e-ed26-43df-a46f-baf990245387'),
(116521,32,28760,NULL,2610,1,'2026-02-13 16:41:40','2026-02-13 16:41:40','d021da81-f95a-45f2-95af-18a405bcbd78'),
(116522,32,28760,NULL,2598,2,'2026-02-13 16:41:40','2026-02-13 16:41:40','942d117b-2f3f-4cbc-855e-e5f7aabc3c5e'),
(116523,32,28760,NULL,2608,3,'2026-02-13 16:41:40','2026-02-13 16:41:40','2f9034e5-472a-46ec-b72a-daca4df85938'),
(116524,32,28760,NULL,2624,4,'2026-02-13 16:41:40','2026-02-13 16:41:40','5c6374d2-4346-4b85-b531-2cc2214f032a'),
(116525,32,28760,NULL,2600,5,'2026-02-13 16:41:40','2026-02-13 16:41:40','13d420c4-074d-4e99-970d-b58495882d23'),
(116526,32,28760,NULL,2596,6,'2026-02-13 16:41:40','2026-02-13 16:41:40','3a73cb04-40b1-4290-ae15-d580a0de3443'),
(116527,32,28760,NULL,2602,7,'2026-02-13 16:41:40','2026-02-13 16:41:40','7ca48dfa-51b4-4871-8d64-cae3998227b5'),
(116528,32,28760,NULL,2606,8,'2026-02-13 16:41:40','2026-02-13 16:41:40','1539440a-f044-4cd3-85a1-a713e051fb5f'),
(116529,32,28760,NULL,2612,9,'2026-02-13 16:41:40','2026-02-13 16:41:40','ae6f904a-2f2d-47bf-a7c8-2eeb6f39addf'),
(116530,32,28760,NULL,2604,10,'2026-02-13 16:41:40','2026-02-13 16:41:40','3384ce86-ff47-4b38-8c1f-3f8ea23c9a1f'),
(116531,16,28760,NULL,10069,1,'2026-02-13 16:41:40','2026-02-13 16:41:40','7e868f92-345f-4540-abf1-878d0d475cbd'),
(116532,7,28760,NULL,601,1,'2026-02-13 16:41:40','2026-02-13 16:41:40','73535605-28c4-44e9-af74-0033cc3dcbc5'),
(116533,7,28760,NULL,605,2,'2026-02-13 16:41:40','2026-02-13 16:41:40','6b8db29e-8d67-42e5-a6cc-a34df43766b6'),
(116534,7,28760,NULL,617,3,'2026-02-13 16:41:40','2026-02-13 16:41:40','4ce0d3bf-d0ff-4342-b8f6-890cef1d7c61'),
(116535,7,28760,NULL,2972,4,'2026-02-13 16:41:40','2026-02-13 16:41:40','432dda16-899e-42cf-88ec-71540a853c16'),
(116536,7,28760,NULL,9552,5,'2026-02-13 16:41:40','2026-02-13 16:41:40','2f8c5373-4a46-4f8f-bfcb-e483bbbf8224'),
(116537,7,28760,NULL,9549,6,'2026-02-13 16:41:40','2026-02-13 16:41:40','ee5b66e0-4204-4b98-8a13-7c95120b011c'),
(116538,82,28760,NULL,491,1,'2026-02-13 16:41:40','2026-02-13 16:41:40','64e1c157-9ff1-49ca-a509-4ef0d5d7964c'),
(116539,46,28760,NULL,2891,1,'2026-02-13 16:41:40','2026-02-13 16:41:40','c04eebb0-7538-4752-af0e-178071647860'),
(116540,47,28760,NULL,12461,1,'2026-02-13 16:41:40','2026-02-13 16:41:40','235e2a9d-2784-48e5-ba31-cf5f798855e7'),
(116541,57,28760,NULL,10072,1,'2026-02-13 16:41:40','2026-02-13 16:41:40','3c55b81c-3e12-49ee-9978-cfadb9868579'),
(116542,57,28760,NULL,10079,2,'2026-02-13 16:41:40','2026-02-13 16:41:40','5b021963-3248-4ebb-a0e0-07d621968226'),
(116543,57,28760,NULL,10074,3,'2026-02-13 16:41:40','2026-02-13 16:41:40','e1f2ecef-33ab-4dc9-ac39-c794244fd71b'),
(116544,57,28760,NULL,10076,4,'2026-02-13 16:41:40','2026-02-13 16:41:40','4488c15b-d366-45f5-a1d3-e20546e468bb'),
(116545,57,28760,NULL,10075,5,'2026-02-13 16:41:40','2026-02-13 16:41:40','784ed120-b8b2-4371-8526-f9b1452474c5'),
(116546,57,28760,NULL,10080,6,'2026-02-13 16:41:40','2026-02-13 16:41:40','a430bdf0-b450-4bd8-9e6e-1da21a7b766f'),
(116547,57,28760,NULL,10071,7,'2026-02-13 16:41:40','2026-02-13 16:41:40','634033b7-eea4-40de-92f1-b353f809d671'),
(116548,57,28760,NULL,10070,8,'2026-02-13 16:41:40','2026-02-13 16:41:40','6b7db7f4-7b78-43e1-a40e-bfbc1ed3b6cb'),
(116549,57,28760,NULL,10077,9,'2026-02-13 16:41:40','2026-02-13 16:41:40','6b0e09f1-630e-4c1f-9bee-768dab990d93'),
(116550,57,28760,NULL,10078,10,'2026-02-13 16:41:40','2026-02-13 16:41:40','48e217a3-1a47-4852-9dc1-f525d8010b9e'),
(116551,13,28760,NULL,23761,1,'2026-02-13 16:41:40','2026-02-13 16:41:40','587f6087-9cf1-4e2f-be7d-419c5b6c2f6a'),
(116582,32,28762,NULL,2610,1,'2026-02-13 16:41:56','2026-02-13 16:41:56','716ee0b4-c04a-4cee-b24f-5ade567db266'),
(116583,32,28762,NULL,2598,2,'2026-02-13 16:41:56','2026-02-13 16:41:56','daa89f26-104b-4a8d-9ef5-ef7ca44131b4'),
(116584,32,28762,NULL,2608,3,'2026-02-13 16:41:56','2026-02-13 16:41:56','9e7ec06c-2863-4013-af0b-7d788035a803'),
(116585,32,28762,NULL,2600,4,'2026-02-13 16:41:56','2026-02-13 16:41:56','aa9320bd-e054-4464-bc9b-8b31853a47bb'),
(116586,32,28762,NULL,2596,5,'2026-02-13 16:41:56','2026-02-13 16:41:56','a8431ca6-59eb-4144-8680-a293c7785627'),
(116587,32,28762,NULL,2602,6,'2026-02-13 16:41:56','2026-02-13 16:41:56','6f510d95-c497-471f-9e0b-d6f3686fd71c'),
(116588,32,28762,NULL,2612,7,'2026-02-13 16:41:56','2026-02-13 16:41:56','a84b78de-c668-428e-90c0-32bac03a3984'),
(116589,32,28762,NULL,2618,8,'2026-02-13 16:41:56','2026-02-13 16:41:56','3df8f468-5a30-4ab1-9268-9b454e5785c3'),
(116590,32,28762,NULL,2604,9,'2026-02-13 16:41:56','2026-02-13 16:41:56','3cc639a5-2b75-42d8-87d8-492a29845e24'),
(116591,32,28762,NULL,2606,10,'2026-02-13 16:41:56','2026-02-13 16:41:56','df3f9b30-ebc4-4b64-9794-bd3225ec668c'),
(116592,16,28762,NULL,9068,1,'2026-02-13 16:41:56','2026-02-13 16:41:56','1ebab3c2-0950-48f2-aa3d-b4db0614d514'),
(116593,7,28762,NULL,6547,1,'2026-02-13 16:41:56','2026-02-13 16:41:56','2c3554f3-dc2a-4eeb-9d10-5c5a50f830e9'),
(116594,7,28762,NULL,601,2,'2026-02-13 16:41:56','2026-02-13 16:41:56','9c143ebb-0ef4-4b41-b4bc-30b1b35d09a3'),
(116595,7,28762,NULL,617,3,'2026-02-13 16:41:56','2026-02-13 16:41:56','c69cc5b0-5e53-4579-b4be-20e933e0e048'),
(116596,7,28762,NULL,9732,4,'2026-02-13 16:41:56','2026-02-13 16:41:56','b9312e83-3dc5-4e1c-9a04-f179fb91de5f'),
(116597,7,28762,NULL,9735,5,'2026-02-13 16:41:56','2026-02-13 16:41:56','5f5d5244-e1b7-444e-b306-689b84f1b9eb'),
(116598,7,28762,NULL,2972,6,'2026-02-13 16:41:56','2026-02-13 16:41:56','43e82186-a284-40c2-bf49-b1a6eaaea5bb'),
(116599,7,28762,NULL,9549,7,'2026-02-13 16:41:56','2026-02-13 16:41:56','a3616c64-e40f-45f3-8649-5bf3beebb94d'),
(116600,7,28762,NULL,605,8,'2026-02-13 16:41:56','2026-02-13 16:41:56','d8655901-bcf1-4185-aa2e-4c558257c9e4'),
(116601,7,28762,NULL,9552,9,'2026-02-13 16:41:56','2026-02-13 16:41:56','e3336c2e-fc11-4a11-923a-7695f3e3ecfe'),
(116602,82,28762,NULL,479,1,'2026-02-13 16:41:56','2026-02-13 16:41:56','a8dd7e58-eac2-44ef-ad14-53fbba0d1637'),
(116603,82,28762,NULL,491,2,'2026-02-13 16:41:56','2026-02-13 16:41:56','7cac69ca-dd5f-433b-ae5b-902d8f328f4b'),
(116604,46,28762,NULL,3697,1,'2026-02-13 16:41:56','2026-02-13 16:41:56','bf5c2d64-5a2c-4b7f-99a7-e00aaceba8cb'),
(116605,47,28762,NULL,12297,1,'2026-02-13 16:41:56','2026-02-13 16:41:56','2ec37b73-5c28-46cb-9c49-b4216726ffa2'),
(116606,57,28762,NULL,9071,1,'2026-02-13 16:41:56','2026-02-13 16:41:56','68fb13f7-57f2-4b0b-a6f1-a332a73e7ad9'),
(116607,57,28762,NULL,9072,2,'2026-02-13 16:41:56','2026-02-13 16:41:56','afe851bc-786c-4fb5-b79f-cebaa4fb3cc2'),
(116608,57,28762,NULL,9073,3,'2026-02-13 16:41:56','2026-02-13 16:41:56','850bacb2-6544-49f6-a49b-cac4748f2da8'),
(116609,57,28762,NULL,9074,4,'2026-02-13 16:41:56','2026-02-13 16:41:56','04f8fa39-eb0f-4a99-b2d5-842303e607be'),
(116610,57,28762,NULL,9075,5,'2026-02-13 16:41:56','2026-02-13 16:41:56','97a2c1ee-e102-4c97-a74d-5d338d2eeff2'),
(116611,13,28762,NULL,6872,1,'2026-02-13 16:41:56','2026-02-13 16:41:56','707d7eb1-b645-467d-8a22-e9594e691852'),
(116643,32,28764,NULL,2610,1,'2026-02-13 16:42:07','2026-02-13 16:42:07','65d34b6f-2f1f-489f-a151-c71305e03253'),
(116644,32,28764,NULL,2598,2,'2026-02-13 16:42:07','2026-02-13 16:42:07','62d30f73-434f-4bc3-857e-31b4f938d21b'),
(116645,32,28764,NULL,2608,3,'2026-02-13 16:42:07','2026-02-13 16:42:07','acca562c-391d-4bfd-9152-e4bee538a001'),
(116646,32,28764,NULL,2624,4,'2026-02-13 16:42:07','2026-02-13 16:42:07','0e3b5980-3f9d-4c2b-8924-c1d47da2f925'),
(116647,32,28764,NULL,2600,5,'2026-02-13 16:42:07','2026-02-13 16:42:07','8a63ad29-c76a-4dab-a00b-46bd66924ba2'),
(116648,32,28764,NULL,2596,6,'2026-02-13 16:42:07','2026-02-13 16:42:07','af171cf6-bf8e-422a-843a-6f8ad1a4c7a9'),
(116649,32,28764,NULL,2602,7,'2026-02-13 16:42:07','2026-02-13 16:42:07','bdd5192e-5a40-4f03-9a45-9998386befb6'),
(116650,32,28764,NULL,2606,8,'2026-02-13 16:42:07','2026-02-13 16:42:07','5fa37cf2-809c-4e08-994a-be4bb6e3bae9'),
(116651,32,28764,NULL,2612,9,'2026-02-13 16:42:07','2026-02-13 16:42:07','e9d214e2-9d9f-4449-8ab7-1c8fc22d4d55'),
(116652,32,28764,NULL,2604,10,'2026-02-13 16:42:07','2026-02-13 16:42:07','26e2f9f0-7f4a-423f-91ed-7361283d4227'),
(116653,16,28764,NULL,10069,1,'2026-02-13 16:42:07','2026-02-13 16:42:07','ff97b091-63b0-4bd5-af13-154e82ea0736'),
(116654,7,28764,NULL,601,1,'2026-02-13 16:42:07','2026-02-13 16:42:07','afe46a13-4bd4-4d65-b49c-7c6f6b8e545b'),
(116655,7,28764,NULL,605,2,'2026-02-13 16:42:07','2026-02-13 16:42:07','1d5f55cd-d6fe-4e69-bd70-9e47fdbbd3dc'),
(116656,7,28764,NULL,617,3,'2026-02-13 16:42:07','2026-02-13 16:42:07','73ffd2d1-9941-4ca0-8dc2-5054e6a92307'),
(116657,7,28764,NULL,2972,4,'2026-02-13 16:42:07','2026-02-13 16:42:07','074db8e3-bb21-4616-83ec-10d5bd45af9c'),
(116658,7,28764,NULL,9549,5,'2026-02-13 16:42:07','2026-02-13 16:42:07','bb6611f4-5e3f-42ef-8dc9-0c8f66bd8258'),
(116659,7,28764,NULL,9552,6,'2026-02-13 16:42:07','2026-02-13 16:42:07','9b1a51f0-260c-4817-802f-e3f705c9f4ba'),
(116660,82,28764,NULL,491,1,'2026-02-13 16:42:07','2026-02-13 16:42:07','73f467a7-76e1-4874-9c47-7116644bd5e0'),
(116661,46,28764,NULL,2891,1,'2026-02-13 16:42:07','2026-02-13 16:42:07','a8929dfb-9188-4d92-85b2-2a50ceca6dde'),
(116662,47,28764,NULL,12461,1,'2026-02-13 16:42:07','2026-02-13 16:42:07','7855b0c2-6923-4902-b731-dbab7e1a86f8'),
(116663,57,28764,NULL,10072,1,'2026-02-13 16:42:07','2026-02-13 16:42:07','e26ed89d-b8ec-42a2-a4fa-c3ff27f26aa6'),
(116664,57,28764,NULL,10079,2,'2026-02-13 16:42:07','2026-02-13 16:42:07','a504db3e-344b-42ac-9053-b104ee5fb23a'),
(116665,57,28764,NULL,10074,3,'2026-02-13 16:42:07','2026-02-13 16:42:07','7b1f9db2-ab76-4635-95cb-a46444f9024d'),
(116666,57,28764,NULL,10076,4,'2026-02-13 16:42:07','2026-02-13 16:42:07','28a7fd55-bc49-4d74-b25c-da7d8ed0dc9f'),
(116667,57,28764,NULL,10075,5,'2026-02-13 16:42:07','2026-02-13 16:42:07','7c073d74-13fa-444a-96d8-cffabb862738'),
(116668,57,28764,NULL,10080,6,'2026-02-13 16:42:07','2026-02-13 16:42:07','146867cc-638c-4c53-9333-f2fe8584bacd'),
(116669,57,28764,NULL,10071,7,'2026-02-13 16:42:07','2026-02-13 16:42:07','ad5fec02-9dc6-49ad-8a7b-4ca88fad8884'),
(116670,57,28764,NULL,10070,8,'2026-02-13 16:42:07','2026-02-13 16:42:07','9af164d0-b5d9-4b6a-b6a6-ae098b41f630'),
(116671,57,28764,NULL,10077,9,'2026-02-13 16:42:07','2026-02-13 16:42:07','ee64ff02-b026-421a-b3dc-feb74b4e3a3b'),
(116672,57,28764,NULL,10078,10,'2026-02-13 16:42:07','2026-02-13 16:42:07','68466a55-fede-42d9-a3bc-ae91f2df57cd'),
(116673,13,28764,NULL,23761,1,'2026-02-13 16:42:07','2026-02-13 16:42:07','42af1881-d701-421b-9a8a-79edbbaae874'),
(116703,58,28766,NULL,28751,1,'2026-02-13 16:44:18','2026-02-13 16:44:18','9c86c1ba-cbd9-4aed-bb17-bd84ba3651d5'),
(116704,58,28767,NULL,28751,1,'2026-02-13 16:44:25','2026-02-13 16:44:25','d90dbb1a-dcd0-46f8-b97c-7de9ecc23d86'),
(116706,7,999,NULL,28766,7,'2026-02-13 16:44:35','2026-02-13 16:44:35','036b1b53-3b5a-4fa5-badb-1ae35744d603'),
(116707,32,28768,NULL,2610,1,'2026-02-13 16:44:35','2026-02-13 16:44:35','1781e493-4ea6-4751-bb43-5a1e666d588c'),
(116708,32,28768,NULL,2598,2,'2026-02-13 16:44:35','2026-02-13 16:44:35','86acefc5-8370-42a1-88ee-1c92cdc874a9'),
(116709,32,28768,NULL,2600,3,'2026-02-13 16:44:35','2026-02-13 16:44:35','ea87b872-e467-45b0-86c6-c78cce5736f3'),
(116710,32,28768,NULL,2596,4,'2026-02-13 16:44:35','2026-02-13 16:44:35','15818809-d6dd-4f36-be2b-61c067034b38'),
(116711,32,28768,NULL,2602,5,'2026-02-13 16:44:35','2026-02-13 16:44:35','30c36eeb-8599-46a6-9fa4-7e79699f4d08'),
(116712,32,28768,NULL,2604,6,'2026-02-13 16:44:35','2026-02-13 16:44:35','be8fec59-027b-40e7-b595-686f69b5b34f'),
(116713,32,28768,NULL,2608,7,'2026-02-13 16:44:35','2026-02-13 16:44:35','5d3b04b8-717d-4ab3-af5e-e99bcb7d869e'),
(116714,32,28768,NULL,2606,8,'2026-02-13 16:44:35','2026-02-13 16:44:35','cbd3d83f-13a9-4a2b-a7d5-d02448c2ec39'),
(116715,32,28768,NULL,2612,9,'2026-02-13 16:44:35','2026-02-13 16:44:35','c55dbb36-344c-45df-a351-102700793648'),
(116716,16,28768,NULL,7871,1,'2026-02-13 16:44:35','2026-02-13 16:44:35','52486fb0-c568-4aa0-aacf-faff8ad9cc24'),
(116717,7,28768,NULL,6547,1,'2026-02-13 16:44:35','2026-02-13 16:44:35','54c7fd5e-0fd6-4cd3-94f4-282dec58e324'),
(116718,7,28768,NULL,601,2,'2026-02-13 16:44:35','2026-02-13 16:44:35','2dcb6b88-eef2-4d93-97d6-e3d6dee372e0'),
(116719,7,28768,NULL,617,3,'2026-02-13 16:44:35','2026-02-13 16:44:35','071cb921-83dc-43be-8409-c9b980dc7153'),
(116720,7,28768,NULL,9724,4,'2026-02-13 16:44:35','2026-02-13 16:44:35','b2bbfccb-d29e-4daf-9c4e-bbb981ef513a'),
(116721,7,28768,NULL,2974,5,'2026-02-13 16:44:35','2026-02-13 16:44:35','a7ac66f7-ec73-4904-8037-3f9ca81e378d'),
(116722,7,28768,NULL,9640,6,'2026-02-13 16:44:35','2026-02-13 16:44:35','1f6254f5-9a48-4084-91f0-5622c8e95300'),
(116723,7,28768,NULL,28766,7,'2026-02-13 16:44:35','2026-02-13 16:44:35','e8ef92f4-9e5c-4e1d-873f-831eec46ab2e'),
(116724,7,28768,NULL,605,8,'2026-02-13 16:44:35','2026-02-13 16:44:35','42fe52b8-3f96-461d-9e14-92e8e1589336'),
(116725,7,28768,NULL,9552,9,'2026-02-13 16:44:35','2026-02-13 16:44:35','7e4889d1-84af-4535-9fdd-5e8a554255f6'),
(116726,82,28768,NULL,491,1,'2026-02-13 16:44:35','2026-02-13 16:44:35','3df0074d-51d1-4106-aafa-5b0e45d7238d'),
(116727,46,28768,NULL,7369,1,'2026-02-13 16:44:35','2026-02-13 16:44:35','42086cc0-8745-477e-bc3b-01bcdbc2740d'),
(116728,47,28768,NULL,15005,1,'2026-02-13 16:44:35','2026-02-13 16:44:35','10ac9b2f-10ae-474f-9c42-229965c83d63'),
(116729,57,28768,NULL,7870,1,'2026-02-13 16:44:35','2026-02-13 16:44:35','3de1353b-f935-44ee-9383-0f1c7e224b03'),
(116730,57,28768,NULL,7869,2,'2026-02-13 16:44:35','2026-02-13 16:44:35','a14d661f-d26c-43bc-9536-9262b3d7757f'),
(116731,57,28768,NULL,7868,3,'2026-02-13 16:44:35','2026-02-13 16:44:35','b80bd629-bcb1-4a12-b69e-ad1adbbc4979'),
(116732,57,28768,NULL,7874,4,'2026-02-13 16:44:35','2026-02-13 16:44:35','30379401-d129-4c16-9ce4-ac9c91d431ca'),
(116733,57,28768,NULL,7873,5,'2026-02-13 16:44:35','2026-02-13 16:44:35','1eb19d0c-6d0a-4538-8a04-badf25798a60'),
(116734,57,28768,NULL,3467,6,'2026-02-13 16:44:35','2026-02-13 16:44:35','c77f9b6f-75d6-496d-a30e-b76f8be8048e'),
(116735,57,28768,NULL,7872,7,'2026-02-13 16:44:35','2026-02-13 16:44:35','1490ea6d-a1ea-4c3d-9578-ca971429bc89'),
(116736,13,28768,NULL,23872,1,'2026-02-13 16:44:35','2026-02-13 16:44:35','ac861585-4dea-47ce-99a8-b652ccae9f55'),
(116767,32,28770,NULL,2610,1,'2026-02-13 16:46:02','2026-02-13 16:46:02','49e08785-2b9d-40c6-a394-16db29da058a'),
(116768,32,28770,NULL,2598,2,'2026-02-13 16:46:02','2026-02-13 16:46:02','6792174e-210f-4794-ac14-bef603461c12'),
(116769,32,28770,NULL,2600,3,'2026-02-13 16:46:02','2026-02-13 16:46:02','9e6c57bf-caad-4bb5-899f-45d1ec631212'),
(116770,32,28770,NULL,2596,4,'2026-02-13 16:46:02','2026-02-13 16:46:02','ab090432-75e4-4aa2-b136-1c8bdaa10e7a'),
(116771,32,28770,NULL,2602,5,'2026-02-13 16:46:02','2026-02-13 16:46:02','30811ca4-74b8-4869-91be-3f3fd7390e6e'),
(116772,32,28770,NULL,2604,6,'2026-02-13 16:46:02','2026-02-13 16:46:02','8d40f1fd-2198-4fd1-8be0-e18b0d713882'),
(116773,32,28770,NULL,2608,7,'2026-02-13 16:46:02','2026-02-13 16:46:02','c99c73ad-01f5-429d-acc4-41390225e613'),
(116774,32,28770,NULL,2606,8,'2026-02-13 16:46:02','2026-02-13 16:46:02','3c269dc8-a0a4-4905-bbd7-e0ee603549d9'),
(116775,32,28770,NULL,2612,9,'2026-02-13 16:46:02','2026-02-13 16:46:02','021cc309-fdbb-4cc8-8fd9-bf0f976aa7a8'),
(116776,16,28770,NULL,7871,1,'2026-02-13 16:46:02','2026-02-13 16:46:02','4470363a-131d-48c6-9d7b-fdba4fc4dab7'),
(116777,7,28770,NULL,6547,1,'2026-02-13 16:46:02','2026-02-13 16:46:02','0b97ae6b-718f-44fe-a73f-9a25780e92f4'),
(116778,7,28770,NULL,601,2,'2026-02-13 16:46:02','2026-02-13 16:46:02','13b3e785-954b-47b4-acad-9bc074d027e1'),
(116779,7,28770,NULL,617,3,'2026-02-13 16:46:02','2026-02-13 16:46:02','a4de9271-3486-4292-9653-a815820bfffe'),
(116780,7,28770,NULL,9724,4,'2026-02-13 16:46:02','2026-02-13 16:46:02','89548f2a-3520-4b6f-891e-ca60aabef31d'),
(116781,7,28770,NULL,2974,5,'2026-02-13 16:46:02','2026-02-13 16:46:02','c18dc17d-7f75-4b58-a8b1-532d5eb97f92'),
(116782,7,28770,NULL,9640,6,'2026-02-13 16:46:02','2026-02-13 16:46:02','f0a58113-0842-4631-a8f1-f8745e6b4670'),
(116783,7,28770,NULL,28766,7,'2026-02-13 16:46:02','2026-02-13 16:46:02','cea4e6fe-e4ee-4835-870f-2540d71f7ca6'),
(116784,7,28770,NULL,605,8,'2026-02-13 16:46:02','2026-02-13 16:46:02','2adedeff-f562-431f-8a9e-0a75c804fac0'),
(116785,7,28770,NULL,9552,9,'2026-02-13 16:46:02','2026-02-13 16:46:02','28789725-50e4-4d24-86a6-40245251379e'),
(116786,82,28770,NULL,491,1,'2026-02-13 16:46:02','2026-02-13 16:46:02','2485468d-13d2-49de-9036-2a07a4db4520'),
(116787,46,28770,NULL,7369,1,'2026-02-13 16:46:02','2026-02-13 16:46:02','91806154-1db0-4a55-94eb-9424370ee8bf'),
(116788,47,28770,NULL,15005,1,'2026-02-13 16:46:02','2026-02-13 16:46:02','dec8ad92-5a01-4147-8967-afe7fa2ad6f4'),
(116789,57,28770,NULL,7870,1,'2026-02-13 16:46:02','2026-02-13 16:46:02','d189d5e1-d5c7-4ea0-b8b9-ee44e34b8038'),
(116790,57,28770,NULL,7869,2,'2026-02-13 16:46:02','2026-02-13 16:46:02','dcadcb26-7903-42f7-8a4d-d2ea616f4c9d'),
(116791,57,28770,NULL,7868,3,'2026-02-13 16:46:02','2026-02-13 16:46:02','f9bdcb00-313b-4063-b878-947630b6dad3'),
(116792,57,28770,NULL,7874,4,'2026-02-13 16:46:02','2026-02-13 16:46:02','359d167c-856e-41ad-9d5e-74121cdf6e89'),
(116793,57,28770,NULL,7873,5,'2026-02-13 16:46:02','2026-02-13 16:46:02','40095f9c-1a6d-41cb-9a0c-8338f2e10947'),
(116794,57,28770,NULL,3467,6,'2026-02-13 16:46:02','2026-02-13 16:46:02','eac4243c-9ccc-4da0-8808-bfe6995f1303'),
(116795,57,28770,NULL,7872,7,'2026-02-13 16:46:02','2026-02-13 16:46:02','04ea33c7-a082-436c-ab18-418fa8673d21'),
(116796,13,28770,NULL,23872,1,'2026-02-13 16:46:02','2026-02-13 16:46:02','b74cde07-7708-40d2-b5b4-1fa575ad205e'),
(116823,32,28773,NULL,2614,1,'2026-02-13 16:46:12','2026-02-13 16:46:12','65d1251c-36a3-459b-860f-abc0beb04743'),
(116824,32,28773,NULL,2610,2,'2026-02-13 16:46:12','2026-02-13 16:46:12','db393051-3093-4440-bfc9-18bafc9e170a'),
(116825,32,28773,NULL,2598,3,'2026-02-13 16:46:12','2026-02-13 16:46:12','9fb378e5-fb39-45ec-bb88-0ec5ba9ae505'),
(116826,32,28773,NULL,2600,4,'2026-02-13 16:46:12','2026-02-13 16:46:12','085ff28b-00e8-4b12-a93c-9c3cd3c86b65'),
(116827,32,28773,NULL,2604,5,'2026-02-13 16:46:12','2026-02-13 16:46:12','ea07892a-c841-4d38-9e6a-ce58b7d8139a'),
(116828,32,28773,NULL,2608,6,'2026-02-13 16:46:12','2026-02-13 16:46:12','8ea45966-5991-4995-9dae-a4fcafaeb3a7'),
(116829,32,28773,NULL,2596,7,'2026-02-13 16:46:12','2026-02-13 16:46:12','62fac5e6-02df-42b5-95c7-9c1eaacec1b2'),
(116830,32,28773,NULL,2602,8,'2026-02-13 16:46:12','2026-02-13 16:46:12','6464f7e0-cf64-42fe-b6ac-f55b5d4b8379'),
(116831,32,28773,NULL,2606,9,'2026-02-13 16:46:12','2026-02-13 16:46:12','6fddc913-135b-4209-9890-008a3422b984'),
(116832,32,28773,NULL,2612,10,'2026-02-13 16:46:12','2026-02-13 16:46:12','81cb1630-accd-4d6d-bea8-217852adde68'),
(116833,16,28773,NULL,4824,1,'2026-02-13 16:46:12','2026-02-13 16:46:12','6c7c4649-359c-4236-9997-6dd4732da7e9'),
(116834,7,28773,NULL,6547,1,'2026-02-13 16:46:12','2026-02-13 16:46:12','8665bc9e-0ba0-4f5a-a7f4-a5d9fe172156'),
(116835,7,28773,NULL,601,2,'2026-02-13 16:46:12','2026-02-13 16:46:12','d9b47be2-904c-4fbb-9b0a-eb3cee1955a4'),
(116836,7,28773,NULL,2974,3,'2026-02-13 16:46:12','2026-02-13 16:46:12','f1805651-6045-45d9-8fac-cf614a9c0e2c'),
(116837,7,28773,NULL,617,4,'2026-02-13 16:46:12','2026-02-13 16:46:12','3411ef80-f76d-4e64-b0a1-b66799e322ce'),
(116838,7,28773,NULL,9640,5,'2026-02-13 16:46:12','2026-02-13 16:46:12','bd44fcf9-d805-4902-bade-661dc2131cc5'),
(116839,7,28773,NULL,9549,6,'2026-02-13 16:46:12','2026-02-13 16:46:12','ec9640f7-26bc-4303-886d-5bddacad6968'),
(116840,7,28773,NULL,605,7,'2026-02-13 16:46:12','2026-02-13 16:46:12','3eb28443-6455-44ba-8785-53c65b63f60c'),
(116841,7,28773,NULL,9552,8,'2026-02-13 16:46:12','2026-02-13 16:46:12','e3b8ccac-c73a-42ef-9435-062c326eece5'),
(116842,82,28773,NULL,479,1,'2026-02-13 16:46:12','2026-02-13 16:46:12','66e00046-d12e-45dc-a300-0e7b41f527d6'),
(116843,47,28773,NULL,12482,1,'2026-02-13 16:46:12','2026-02-13 16:46:12','1861acfd-f106-4236-99b2-bfcfb8c864a9'),
(116844,57,28773,NULL,4821,1,'2026-02-13 16:46:12','2026-02-13 16:46:12','be01051a-9bbc-43c1-9cd1-3e0c2deff01f'),
(116845,57,28773,NULL,4822,2,'2026-02-13 16:46:12','2026-02-13 16:46:12','d69a5bb7-bb34-40be-bc01-9505c1339512'),
(116846,57,28773,NULL,4823,3,'2026-02-13 16:46:12','2026-02-13 16:46:12','87733152-8493-4076-bbf5-218ee7577a9a'),
(116847,57,28773,NULL,4824,4,'2026-02-13 16:46:12','2026-02-13 16:46:12','b3340890-0e5b-4a5e-b0d8-22967927642e'),
(116848,13,28773,NULL,6620,1,'2026-02-13 16:46:12','2026-02-13 16:46:12','098df0f3-53fe-44b8-8cbf-780a3e035de6'),
(116879,32,28775,NULL,2610,1,'2026-02-13 16:46:27','2026-02-13 16:46:27','a0a2355a-dfd1-4d5d-8b0e-eda261fe543a'),
(116880,32,28775,NULL,2598,2,'2026-02-13 16:46:27','2026-02-13 16:46:27','f7d877eb-565b-4dd8-a12e-f2e6f150ee56'),
(116881,32,28775,NULL,2600,3,'2026-02-13 16:46:27','2026-02-13 16:46:27','9d8802a0-07a8-4aa8-99ff-f3a45a7d158a'),
(116882,32,28775,NULL,2596,4,'2026-02-13 16:46:27','2026-02-13 16:46:27','72a1b371-a550-4059-ba36-1c0efc660861'),
(116883,32,28775,NULL,2602,5,'2026-02-13 16:46:27','2026-02-13 16:46:27','f0a1a617-944b-4c3a-881c-b57a9e77fd01'),
(116884,32,28775,NULL,2604,6,'2026-02-13 16:46:27','2026-02-13 16:46:27','d3d51e81-5ceb-4205-88ee-bdd140410f53'),
(116885,32,28775,NULL,2608,7,'2026-02-13 16:46:27','2026-02-13 16:46:27','6208250b-0b4a-493a-b60d-1e99c1261c9d'),
(116886,32,28775,NULL,2606,8,'2026-02-13 16:46:27','2026-02-13 16:46:27','a073b354-98fd-47a0-9340-e97ae212f412'),
(116887,32,28775,NULL,2612,9,'2026-02-13 16:46:27','2026-02-13 16:46:27','8653e63e-6643-47bb-9507-0dc9bd8140a0'),
(116888,16,28775,NULL,7871,1,'2026-02-13 16:46:27','2026-02-13 16:46:27','3c72782f-e3d1-4bb0-9a50-831bd7359902'),
(116889,7,28775,NULL,6547,1,'2026-02-13 16:46:27','2026-02-13 16:46:27','b171195f-039e-405b-b148-c578fdabc64a'),
(116890,7,28775,NULL,601,2,'2026-02-13 16:46:27','2026-02-13 16:46:27','85cebe3d-5764-4082-ad7f-230abb408f27'),
(116891,7,28775,NULL,617,3,'2026-02-13 16:46:27','2026-02-13 16:46:27','f28d71db-c0a1-4438-b459-93bb62701111'),
(116892,7,28775,NULL,9724,4,'2026-02-13 16:46:27','2026-02-13 16:46:27','7f45694c-7217-4212-9f5f-04a7e3abecf6'),
(116893,7,28775,NULL,2974,5,'2026-02-13 16:46:27','2026-02-13 16:46:27','d3dabcd7-5ec5-4c32-8984-e47e9e0d30f9'),
(116894,7,28775,NULL,9640,6,'2026-02-13 16:46:27','2026-02-13 16:46:27','049a677f-1770-49fb-b5c6-72db8138a34a'),
(116895,7,28775,NULL,28766,7,'2026-02-13 16:46:27','2026-02-13 16:46:27','8ef20cb0-94a5-41ca-856c-c03163adb95e'),
(116896,7,28775,NULL,605,8,'2026-02-13 16:46:27','2026-02-13 16:46:27','c2d32430-ed31-4492-9bdb-d74c6403a316'),
(116897,7,28775,NULL,9552,9,'2026-02-13 16:46:27','2026-02-13 16:46:27','0c66eefa-e709-446e-89af-8bfd5309b454'),
(116898,82,28775,NULL,491,1,'2026-02-13 16:46:27','2026-02-13 16:46:27','74c07b1d-42dc-4805-994a-44979e6c5dbd'),
(116899,46,28775,NULL,7369,1,'2026-02-13 16:46:27','2026-02-13 16:46:27','8ae471b7-1b32-4017-a852-01eed7605c5d'),
(116900,47,28775,NULL,15005,1,'2026-02-13 16:46:27','2026-02-13 16:46:27','4c6787c5-141b-4de0-9d0b-f1961881f2cc'),
(116901,57,28775,NULL,7870,1,'2026-02-13 16:46:27','2026-02-13 16:46:27','fae66083-9e78-4d23-a09a-af6976301c0e'),
(116902,57,28775,NULL,7869,2,'2026-02-13 16:46:27','2026-02-13 16:46:27','c99b9735-9363-47be-b8d6-4723f1ab8a05'),
(116903,57,28775,NULL,7868,3,'2026-02-13 16:46:27','2026-02-13 16:46:27','4698d478-3d19-4aad-933c-c339e3c5ce52'),
(116904,57,28775,NULL,7874,4,'2026-02-13 16:46:27','2026-02-13 16:46:27','4f678580-d75c-4016-b3c2-fc1333d59ef1'),
(116905,57,28775,NULL,7873,5,'2026-02-13 16:46:27','2026-02-13 16:46:27','f4f6b224-859d-4cc8-967d-b26c229d0675'),
(116906,57,28775,NULL,3467,6,'2026-02-13 16:46:27','2026-02-13 16:46:27','229aaf48-fb9f-4965-ba17-e80a3be6f69e'),
(116907,57,28775,NULL,7872,7,'2026-02-13 16:46:27','2026-02-13 16:46:27','fd12603b-12ed-484d-8ed4-8381ae85db4a'),
(116908,13,28775,NULL,23872,1,'2026-02-13 16:46:27','2026-02-13 16:46:27','1150781e-30c3-4755-893d-ee5305d44a80'),
(116934,7,1171,NULL,28766,4,'2026-02-13 16:46:50','2026-02-13 16:46:50','7b665838-0c96-4848-8a87-0ec4c6203d26'),
(116935,32,28777,NULL,2610,1,'2026-02-13 16:46:50','2026-02-13 16:46:50','defb6543-0317-4395-a624-eaa667ba6693'),
(116936,32,28777,NULL,2598,2,'2026-02-13 16:46:50','2026-02-13 16:46:50','6ed8fb92-eaee-4768-9789-3adf46de9a6a'),
(116937,32,28777,NULL,2600,3,'2026-02-13 16:46:50','2026-02-13 16:46:50','ce2b3734-c8ee-44b8-a10d-40dfcf88cae7'),
(116938,32,28777,NULL,2604,4,'2026-02-13 16:46:50','2026-02-13 16:46:50','24f669e2-8a12-4f7d-a4d9-bd4e8544e608'),
(116939,32,28777,NULL,2608,5,'2026-02-13 16:46:50','2026-02-13 16:46:50','92415dd6-6470-46e6-8f91-28fafcf72960'),
(116940,32,28777,NULL,2602,6,'2026-02-13 16:46:50','2026-02-13 16:46:50','abd27a27-3c83-48e9-aea8-9b3773132bf1'),
(116941,32,28777,NULL,2596,7,'2026-02-13 16:46:50','2026-02-13 16:46:50','d8eeeac1-7df5-4d02-be78-778b51d58083'),
(116942,32,28777,NULL,2606,8,'2026-02-13 16:46:50','2026-02-13 16:46:50','e0a65331-3a65-48c4-9e26-f15b73a45079'),
(116943,32,28777,NULL,2612,9,'2026-02-13 16:46:50','2026-02-13 16:46:50','d8f50107-0348-4dd9-9148-492bab1da441'),
(116944,16,28777,NULL,4834,1,'2026-02-13 16:46:50','2026-02-13 16:46:50','d87caa28-db77-43c9-98e7-e4563bf7ecb7'),
(116945,7,28777,NULL,6547,1,'2026-02-13 16:46:50','2026-02-13 16:46:50','34b1522f-dd54-405b-b110-47f14d46980a'),
(116946,7,28777,NULL,601,2,'2026-02-13 16:46:50','2026-02-13 16:46:50','ea5e004b-8e82-4641-bbab-11ebda909bfe'),
(116947,7,28777,NULL,9640,3,'2026-02-13 16:46:50','2026-02-13 16:46:50','8988326e-8578-4656-aea6-0977feabaf5a'),
(116948,7,28777,NULL,28766,4,'2026-02-13 16:46:50','2026-02-13 16:46:50','3f0e79e6-7c85-4fea-a78b-7782f13512a2'),
(116949,7,28777,NULL,617,5,'2026-02-13 16:46:50','2026-02-13 16:46:50','86c57776-295c-4be3-b4c4-1251c1d89248'),
(116950,7,28777,NULL,605,6,'2026-02-13 16:46:50','2026-02-13 16:46:50','b65d6aaa-519e-459f-b454-600affa1980f'),
(116951,82,28777,NULL,469,1,'2026-02-13 16:46:50','2026-02-13 16:46:50','7431a989-a69f-46b8-8ce6-a58a79d05e7f'),
(116952,82,28777,NULL,479,2,'2026-02-13 16:46:50','2026-02-13 16:46:50','5adee8d7-3a3f-4716-a4be-b8a819042099'),
(116953,82,28777,NULL,491,3,'2026-02-13 16:46:50','2026-02-13 16:46:50','46af7b87-73e7-44f1-b676-04edbed14e43'),
(116954,47,28777,NULL,10474,1,'2026-02-13 16:46:50','2026-02-13 16:46:50','6599321a-b1f7-417d-9cef-077b9ebb98b0'),
(116955,57,28777,NULL,4838,1,'2026-02-13 16:46:50','2026-02-13 16:46:50','23f40cd4-fd12-4d14-8098-c46849c3b00f'),
(116956,57,28777,NULL,4836,2,'2026-02-13 16:46:50','2026-02-13 16:46:50','a60e0f9f-a183-4c48-bed8-afb2898d84ca'),
(116957,57,28777,NULL,4834,3,'2026-02-13 16:46:50','2026-02-13 16:46:50','4e56a821-d54a-4ca8-9126-169e7e6b5d04'),
(116958,57,28777,NULL,4837,4,'2026-02-13 16:46:50','2026-02-13 16:46:50','1309cd4e-2ff3-470a-9760-1a1bd7aede32'),
(116959,13,28777,NULL,23802,1,'2026-02-13 16:46:50','2026-02-13 16:46:50','e8251a71-e7d8-4585-ade4-b2201ab39c49'),
(116991,7,1467,NULL,28766,4,'2026-02-13 16:47:22','2026-02-13 16:47:22','fe6f6684-12ab-4b75-9350-fcdc1d095406'),
(116992,32,28780,NULL,2610,1,'2026-02-13 16:47:22','2026-02-13 16:47:22','442de198-050c-4833-943a-907d2eeae64f'),
(116993,32,28780,NULL,2598,2,'2026-02-13 16:47:22','2026-02-13 16:47:22','991418ad-c5bb-4ef8-93cc-6239c232404c'),
(116994,32,28780,NULL,2608,3,'2026-02-13 16:47:22','2026-02-13 16:47:22','40f418f8-e109-40df-babf-1e37c6aa444c'),
(116995,32,28780,NULL,2600,4,'2026-02-13 16:47:22','2026-02-13 16:47:22','6d5d365a-cfc7-4b05-9461-7b7a5296af00'),
(116996,32,28780,NULL,2596,5,'2026-02-13 16:47:22','2026-02-13 16:47:22','4fe39cb0-502d-4778-91c9-97a313885034'),
(116997,32,28780,NULL,2602,6,'2026-02-13 16:47:22','2026-02-13 16:47:22','af412fdf-abe4-4a8d-992b-b9bbf2656899'),
(116998,32,28780,NULL,2606,7,'2026-02-13 16:47:22','2026-02-13 16:47:22','e7b9df8f-b3e3-4fda-9dca-1056510bcd86'),
(116999,32,28780,NULL,2612,8,'2026-02-13 16:47:22','2026-02-13 16:47:22','844b1a38-bfd3-4285-b9ef-3d533b4e7858'),
(117000,32,28780,NULL,2604,9,'2026-02-13 16:47:22','2026-02-13 16:47:22','25918aea-77cf-4aa1-a9bc-1265c7b94641'),
(117001,16,28780,NULL,10248,1,'2026-02-13 16:47:22','2026-02-13 16:47:22','37545a54-38f9-4238-a0fe-17f9ba93cb54'),
(117002,7,28780,NULL,6547,1,'2026-02-13 16:47:22','2026-02-13 16:47:22','4bb7abb9-6433-4a47-bd79-c834c538f968'),
(117003,7,28780,NULL,601,2,'2026-02-13 16:47:22','2026-02-13 16:47:22','d6e7bba3-5f68-4ec7-a58b-69ab239ebdf5'),
(117004,7,28780,NULL,2974,3,'2026-02-13 16:47:22','2026-02-13 16:47:22','ac0c8d23-a35f-448d-b9a3-f185aadfc245'),
(117005,7,28780,NULL,28766,4,'2026-02-13 16:47:22','2026-02-13 16:47:22','1d3077f1-b53f-48fb-bcd4-c5ca4115f80a'),
(117006,7,28780,NULL,617,5,'2026-02-13 16:47:22','2026-02-13 16:47:22','e78b3fb5-09b1-4c13-aa4b-ef527f6b12d8'),
(117007,7,28780,NULL,605,6,'2026-02-13 16:47:22','2026-02-13 16:47:22','8a8823cb-1942-47e5-b4e7-fc85d5e3af8b'),
(117008,7,28780,NULL,9552,7,'2026-02-13 16:47:22','2026-02-13 16:47:22','6cf46a0c-5a36-483d-ba13-0f9900ce2431'),
(117009,82,28780,NULL,491,1,'2026-02-13 16:47:22','2026-02-13 16:47:22','b2ee60e7-bc85-49ae-9b1b-ccf688c8ad6e'),
(117010,46,28780,NULL,7369,1,'2026-02-13 16:47:22','2026-02-13 16:47:22','c2db2fae-aa08-4dbe-9539-81fdba40b5bc'),
(117011,47,28780,NULL,15316,1,'2026-02-13 16:47:22','2026-02-13 16:47:22','2ddebc11-bc3e-4942-b517-fcb7e48afdf6'),
(117012,57,28780,NULL,10250,1,'2026-02-13 16:47:22','2026-02-13 16:47:22','99195da5-936d-4bf9-abeb-c617eefc3647'),
(117013,57,28780,NULL,10249,2,'2026-02-13 16:47:22','2026-02-13 16:47:22','9da2fa63-e232-497b-a226-48144598eb9c'),
(117014,57,28780,NULL,9331,3,'2026-02-13 16:47:22','2026-02-13 16:47:22','d98f05ec-0278-4ad5-a901-825f424aef29'),
(117015,57,28780,NULL,9336,4,'2026-02-13 16:47:22','2026-02-13 16:47:22','fb9da2ab-2561-4df9-9547-01c9a3be6c03'),
(117016,57,28780,NULL,9332,5,'2026-02-13 16:47:22','2026-02-13 16:47:22','869d119d-5032-46f0-a380-21f09e119958'),
(117017,57,28780,NULL,10251,6,'2026-02-13 16:47:22','2026-02-13 16:47:22','eda3cf98-1b84-4377-b4db-6cfd8dc565d8'),
(117018,57,28780,NULL,9333,7,'2026-02-13 16:47:22','2026-02-13 16:47:22','ed990780-0e9f-4cf8-802e-9dc1e84219ca'),
(117019,57,28780,NULL,9334,8,'2026-02-13 16:47:22','2026-02-13 16:47:22','f9fb9520-4d3e-4002-990b-97090065fe8f'),
(117020,57,28780,NULL,9335,9,'2026-02-13 16:47:22','2026-02-13 16:47:22','39377ff2-3557-4130-ab73-b34820dd870d'),
(117021,57,28780,NULL,10252,10,'2026-02-13 16:47:22','2026-02-13 16:47:22','ea7d2e7d-da37-4ef9-bde3-fe4c6116d6c4'),
(117022,13,28780,NULL,23764,1,'2026-02-13 16:47:22','2026-02-13 16:47:22','afd5561c-093d-402d-9750-06ccac034376'),
(117051,7,1297,NULL,28766,4,'2026-02-13 16:47:43','2026-02-13 16:47:43','373c8e81-1d71-4650-bd25-db43605189a0'),
(117052,32,28783,NULL,2610,1,'2026-02-13 16:47:43','2026-02-13 16:47:43','0c81aa63-8995-440e-b88b-037354b831b5'),
(117053,32,28783,NULL,2598,2,'2026-02-13 16:47:43','2026-02-13 16:47:43','49c0627a-328f-4e98-8c79-e3f8edf0904e'),
(117054,32,28783,NULL,2608,3,'2026-02-13 16:47:43','2026-02-13 16:47:43','4f3bd96d-8e29-4794-a660-ae29bd8e4357'),
(117055,32,28783,NULL,2624,4,'2026-02-13 16:47:43','2026-02-13 16:47:43','338e7fdb-9b03-46e6-80fa-21997f120c7c'),
(117056,32,28783,NULL,2600,5,'2026-02-13 16:47:43','2026-02-13 16:47:43','a6400112-da11-42bf-bd7c-4b4af8aeffb5'),
(117057,32,28783,NULL,2596,6,'2026-02-13 16:47:43','2026-02-13 16:47:43','1df07ca3-b2dd-487a-b6ed-c5ed9787f015'),
(117058,32,28783,NULL,2602,7,'2026-02-13 16:47:43','2026-02-13 16:47:43','345440db-0b85-4a83-8044-343ab9956c23'),
(117059,32,28783,NULL,2606,8,'2026-02-13 16:47:43','2026-02-13 16:47:43','24e23731-d917-452f-9154-73c5018a8df6'),
(117060,32,28783,NULL,2612,9,'2026-02-13 16:47:43','2026-02-13 16:47:43','1d0af6e0-dd48-4590-9a4f-234167a2f4fa'),
(117061,32,28783,NULL,2604,10,'2026-02-13 16:47:43','2026-02-13 16:47:43','4a60e24c-6b19-488b-807f-f6d550f0245e'),
(117062,16,28783,NULL,9038,1,'2026-02-13 16:47:43','2026-02-13 16:47:43','08d598ee-699c-40d9-b791-ed645670e4d9'),
(117063,7,28783,NULL,601,1,'2026-02-13 16:47:43','2026-02-13 16:47:43','364c9eef-6af2-421a-ac6f-9c7542a8eec6'),
(117064,7,28783,NULL,3468,2,'2026-02-13 16:47:43','2026-02-13 16:47:43','3142d61e-3794-41dc-8b0c-9a2a0f423926'),
(117065,7,28783,NULL,2974,3,'2026-02-13 16:47:43','2026-02-13 16:47:43','0e74c124-8872-42c0-91a4-f5f5bc5fba10'),
(117066,7,28783,NULL,28766,4,'2026-02-13 16:47:43','2026-02-13 16:47:43','0c2410c2-a58f-4180-8bf8-835811c587ca'),
(117067,7,28783,NULL,605,5,'2026-02-13 16:47:43','2026-02-13 16:47:43','eb96e3eb-a436-45c0-9963-b746c194b28f'),
(117068,7,28783,NULL,617,6,'2026-02-13 16:47:43','2026-02-13 16:47:43','81eda44b-07e7-4eec-881c-42fcc5ad84d7'),
(117069,7,28783,NULL,9552,7,'2026-02-13 16:47:43','2026-02-13 16:47:43','9d316daa-b5d0-4165-a29a-851bb992e6e4'),
(117070,82,28783,NULL,491,1,'2026-02-13 16:47:43','2026-02-13 16:47:43','365d113a-a9e7-4b75-aaa9-b31604fbf8cf'),
(117071,46,28783,NULL,2891,1,'2026-02-13 16:47:43','2026-02-13 16:47:43','5dc3af5a-5f6a-42ed-bf63-063b7de1d67e'),
(117072,47,28783,NULL,12285,1,'2026-02-13 16:47:43','2026-02-13 16:47:43','99c99d23-2bc2-4abe-b932-3c429684c0c2'),
(117073,57,28783,NULL,9045,1,'2026-02-13 16:47:43','2026-02-13 16:47:43','553a9e3c-c7ed-44d1-a2c4-af40c359dc76'),
(117074,57,28783,NULL,9046,2,'2026-02-13 16:47:43','2026-02-13 16:47:43','7d1fa781-168c-455f-a9c0-3cbc39651ab0'),
(117075,57,28783,NULL,9042,3,'2026-02-13 16:47:43','2026-02-13 16:47:43','52d5c7c4-88e8-4736-9a2e-1d3aed288ed7'),
(117076,57,28783,NULL,9043,4,'2026-02-13 16:47:43','2026-02-13 16:47:43','e01cc791-a67e-4115-b717-cd836c050776'),
(117077,57,28783,NULL,9044,5,'2026-02-13 16:47:43','2026-02-13 16:47:43','54492f50-3d40-4c4f-bf0f-6920a14dcea7'),
(117078,57,28783,NULL,9041,6,'2026-02-13 16:47:43','2026-02-13 16:47:43','d1a6f64d-fbc8-422a-bb7c-461991ad2798'),
(117079,13,28783,NULL,6860,1,'2026-02-13 16:47:43','2026-02-13 16:47:43','d976f753-1f4b-458e-8479-757bc2c4e43f'),
(117104,7,1407,NULL,28766,2,'2026-02-13 16:48:06','2026-02-13 16:48:06','c2a1b436-710f-432c-b5cc-737dd86216eb'),
(117105,32,28785,NULL,2610,1,'2026-02-13 16:48:06','2026-02-13 16:48:06','16547e1f-1bd4-442a-9434-997ae01a3c98'),
(117106,32,28785,NULL,2598,2,'2026-02-13 16:48:06','2026-02-13 16:48:06','69a741ef-e7c3-4b65-9835-937f419e420f'),
(117107,32,28785,NULL,2600,3,'2026-02-13 16:48:06','2026-02-13 16:48:06','f7f5db8f-67fa-4913-afaa-c0f8f9e40eee'),
(117108,32,28785,NULL,2606,4,'2026-02-13 16:48:06','2026-02-13 16:48:06','9866e602-5bf6-4430-b245-f24041a8f1f6'),
(117109,32,28785,NULL,2604,5,'2026-02-13 16:48:06','2026-02-13 16:48:06','0056c749-6534-4087-8ea7-db9100925b12'),
(117110,32,28785,NULL,2614,6,'2026-02-13 16:48:06','2026-02-13 16:48:06','8dd89ed6-5c0d-4def-9ce4-8fcac52e3b51'),
(117111,32,28785,NULL,2608,7,'2026-02-13 16:48:06','2026-02-13 16:48:06','15f930b1-c830-4327-af22-921aa5e4e516'),
(117112,32,28785,NULL,2596,8,'2026-02-13 16:48:06','2026-02-13 16:48:06','9d80b58b-0267-48e7-83a7-e603c0f0d1c3'),
(117113,32,28785,NULL,2602,9,'2026-02-13 16:48:06','2026-02-13 16:48:06','fc4a07cd-45d3-484c-86e3-2b9fb73b048a'),
(117114,32,28785,NULL,2612,10,'2026-02-13 16:48:06','2026-02-13 16:48:06','99997cd1-fcd6-4b7b-833b-8dd1fde7ccdc'),
(117115,16,28785,NULL,5191,1,'2026-02-13 16:48:06','2026-02-13 16:48:06','3dced806-49c2-4fa0-9352-9c55133bcd76'),
(117116,7,28785,NULL,2969,1,'2026-02-13 16:48:06','2026-02-13 16:48:06','61d0587e-c7c7-4b64-8c91-46f46b5699ff'),
(117117,7,28785,NULL,28766,2,'2026-02-13 16:48:06','2026-02-13 16:48:06','55983090-9417-4cbc-ae7b-65883b774632'),
(117118,7,28785,NULL,617,3,'2026-02-13 16:48:06','2026-02-13 16:48:06','e26d7c69-8e44-4628-a180-f0b0e3cf9f07'),
(117119,7,28785,NULL,605,4,'2026-02-13 16:48:06','2026-02-13 16:48:06','d4e2aee5-b15b-41f9-9791-516c5820fcbf'),
(117120,7,28785,NULL,9552,5,'2026-02-13 16:48:06','2026-02-13 16:48:06','716b1d9b-e288-4463-88e0-f77549ea8444'),
(117121,47,28785,NULL,12370,1,'2026-02-13 16:48:06','2026-02-13 16:48:06','eeb65cfd-35b1-489a-b94a-25f700c55bc4'),
(117122,57,28785,NULL,5185,1,'2026-02-13 16:48:06','2026-02-13 16:48:06','79ca5fea-eaac-4bce-b15c-7cd6f7938aa9'),
(117123,57,28785,NULL,5186,2,'2026-02-13 16:48:06','2026-02-13 16:48:06','214232fa-b320-4fc4-b8ba-cbce96c13ddb'),
(117124,57,28785,NULL,5187,3,'2026-02-13 16:48:06','2026-02-13 16:48:06','b57ee6e7-753a-49c5-8aff-e52883df6e42'),
(117125,57,28785,NULL,5188,4,'2026-02-13 16:48:06','2026-02-13 16:48:06','196d5478-56ce-4996-82b0-87dc58999051'),
(117126,57,28785,NULL,5189,5,'2026-02-13 16:48:06','2026-02-13 16:48:06','ec543ffd-6736-4df5-9824-0d8f5ca9dbaf'),
(117127,57,28785,NULL,5190,6,'2026-02-13 16:48:06','2026-02-13 16:48:06','76712677-6985-4de4-869e-5a5b1e8946ad'),
(117128,13,28785,NULL,24348,1,'2026-02-13 16:48:06','2026-02-13 16:48:06','99d0e012-16e6-4e5e-8afa-002415ed2a15'),
(117157,7,1109,NULL,28766,3,'2026-02-13 16:48:25','2026-02-13 16:48:25','f6da2c99-c381-40aa-b8b3-396ef77e15dd'),
(117158,32,28787,NULL,2610,1,'2026-02-13 16:48:25','2026-02-13 16:48:25','8c90d478-c9ea-462c-8e94-ddaedc90ce86'),
(117159,32,28787,NULL,2598,2,'2026-02-13 16:48:25','2026-02-13 16:48:25','5000d140-5a20-435b-90ab-9f9e8b0d942d'),
(117160,32,28787,NULL,2600,3,'2026-02-13 16:48:25','2026-02-13 16:48:25','19b9ae59-b60d-4cd2-a113-24b4ef5960f1'),
(117161,32,28787,NULL,2604,4,'2026-02-13 16:48:25','2026-02-13 16:48:25','7731c27e-5a3c-415f-a0a4-7776714af192'),
(117162,32,28787,NULL,2608,5,'2026-02-13 16:48:25','2026-02-13 16:48:25','69963352-2215-46f7-b02c-67cc3db16d9d'),
(117163,32,28787,NULL,2596,6,'2026-02-13 16:48:25','2026-02-13 16:48:25','c81a9a26-5d5b-4cc7-9efc-6601c88f9795'),
(117164,32,28787,NULL,2602,7,'2026-02-13 16:48:25','2026-02-13 16:48:25','0762d01d-a470-44ef-b894-a2378c021f0a'),
(117165,32,28787,NULL,2606,8,'2026-02-13 16:48:25','2026-02-13 16:48:25','c7fc139d-6c69-47c3-adcd-f8c525488283'),
(117166,32,28787,NULL,2612,9,'2026-02-13 16:48:25','2026-02-13 16:48:25','5df78fcd-9554-4a65-86ba-74a94e82b5a9'),
(117167,16,28787,NULL,9420,1,'2026-02-13 16:48:25','2026-02-13 16:48:25','6232dc4d-bcd8-4f1c-bbda-2bdfb27c9a29'),
(117168,7,28787,NULL,6547,1,'2026-02-13 16:48:25','2026-02-13 16:48:25','4c31c1bd-3cec-4024-9a15-2fac0024207e'),
(117169,7,28787,NULL,601,2,'2026-02-13 16:48:25','2026-02-13 16:48:25','45b7c76a-d145-4b71-a365-8993ce35d43c'),
(117170,7,28787,NULL,28766,3,'2026-02-13 16:48:25','2026-02-13 16:48:25','530d94a4-344f-43d1-af55-a3ddf264366e'),
(117171,7,28787,NULL,617,4,'2026-02-13 16:48:25','2026-02-13 16:48:25','9bb9c2c4-aff1-4dee-83a3-58c4a8aae7ca'),
(117172,7,28787,NULL,605,5,'2026-02-13 16:48:25','2026-02-13 16:48:25','ef80474e-5d00-4526-8fda-4cbb8dafe7d7'),
(117173,7,28787,NULL,9552,6,'2026-02-13 16:48:25','2026-02-13 16:48:25','5c0d1e68-ca09-4846-b628-e8b1afa5656a'),
(117174,82,28787,NULL,491,1,'2026-02-13 16:48:25','2026-02-13 16:48:25','4ff44833-7e99-4ea7-af13-094d9912c832'),
(117175,47,28787,NULL,12413,1,'2026-02-13 16:48:25','2026-02-13 16:48:25','a1b20aa9-de56-4d30-9d0d-4a49b0e3aefe'),
(117176,57,28787,NULL,8141,1,'2026-02-13 16:48:25','2026-02-13 16:48:25','46a72ae9-1d22-44c0-9a4c-a073233c904f'),
(117177,57,28787,NULL,5129,2,'2026-02-13 16:48:25','2026-02-13 16:48:25','e253fd44-f748-4d5a-a68b-9a81a17a45d4'),
(117178,57,28787,NULL,5127,3,'2026-02-13 16:48:25','2026-02-13 16:48:25','c6ba6bee-a95d-4061-9ec2-5ac4eb3a2cbb'),
(117179,57,28787,NULL,8142,4,'2026-02-13 16:48:25','2026-02-13 16:48:25','3410eb10-6723-4e8d-a2f7-f42fd4f2915c'),
(117180,57,28787,NULL,9423,5,'2026-02-13 16:48:25','2026-02-13 16:48:25','48ef872b-3a71-405d-9d6c-7adc664b3e2e'),
(117181,57,28787,NULL,9424,6,'2026-02-13 16:48:25','2026-02-13 16:48:25','2173f8f3-6cec-4752-b77a-ae4c0d5668c1'),
(117182,57,28787,NULL,9425,7,'2026-02-13 16:48:25','2026-02-13 16:48:25','fe29eb63-39ce-4cb5-8ff1-cb4885e55eb3'),
(117183,57,28787,NULL,9426,8,'2026-02-13 16:48:25','2026-02-13 16:48:25','eb6ffbf8-9b54-4a74-8870-3c6d3a51ee7e'),
(117184,57,28787,NULL,9427,9,'2026-02-13 16:48:25','2026-02-13 16:48:25','30fd658a-dce0-490f-aeb3-03c1758c0fa0'),
(117185,13,28787,NULL,23725,1,'2026-02-13 16:48:25','2026-02-13 16:48:25','374d2fa4-77e5-4dd2-ad39-16900a3b0855'),
(117214,32,28799,NULL,2610,1,'2026-02-13 17:09:43','2026-02-13 17:09:43','27e6bad9-7df3-4ebb-a334-ecb047777135'),
(117215,32,28799,NULL,2598,2,'2026-02-13 17:09:43','2026-02-13 17:09:43','5db7f859-9759-4f26-82a9-5fa0fb866297'),
(117216,32,28799,NULL,2608,3,'2026-02-13 17:09:43','2026-02-13 17:09:43','34818128-0874-45f7-81dd-834a973c2e6c'),
(117217,32,28799,NULL,2624,4,'2026-02-13 17:09:43','2026-02-13 17:09:43','7f0e913c-0bed-4d60-ab39-54ca8e4b6a6d'),
(117218,32,28799,NULL,2600,5,'2026-02-13 17:09:43','2026-02-13 17:09:43','0bacd30c-49b5-404e-8817-5e5fcbf638dd'),
(117219,32,28799,NULL,2596,6,'2026-02-13 17:09:43','2026-02-13 17:09:43','e086bd73-2ed7-468b-a974-6a765eb6aa08'),
(117220,32,28799,NULL,2602,7,'2026-02-13 17:09:43','2026-02-13 17:09:43','59555710-f484-4e88-8c89-f1b2b43598bf'),
(117221,32,28799,NULL,2606,8,'2026-02-13 17:09:43','2026-02-13 17:09:43','5a6e7ff8-48d3-4960-b049-ba8d7304c41c'),
(117222,32,28799,NULL,2612,9,'2026-02-13 17:09:43','2026-02-13 17:09:43','56beef2d-e804-45dd-9ce0-5eff46727c5d'),
(117223,32,28799,NULL,2604,10,'2026-02-13 17:09:43','2026-02-13 17:09:43','7ca89e7f-f974-4638-8ec7-e431d376375d'),
(117224,16,28799,NULL,9038,1,'2026-02-13 17:09:43','2026-02-13 17:09:43','4c0544c8-ba42-4ef3-8913-4f753c06c017'),
(117225,7,28799,NULL,601,1,'2026-02-13 17:09:43','2026-02-13 17:09:43','749b4346-b8fe-425d-8e71-20c609d64d68'),
(117226,7,28799,NULL,3468,2,'2026-02-13 17:09:43','2026-02-13 17:09:43','1e8c2b37-e4a9-411e-b9d4-671a018bade3'),
(117227,7,28799,NULL,2974,3,'2026-02-13 17:09:43','2026-02-13 17:09:43','b65389f4-f27c-436e-bae6-3a0f28cd50ce'),
(117228,7,28799,NULL,28766,4,'2026-02-13 17:09:43','2026-02-13 17:09:43','0a305046-1be9-49d9-a5e8-8cf56673c791'),
(117229,7,28799,NULL,605,5,'2026-02-13 17:09:43','2026-02-13 17:09:43','8ad6d084-c8aa-44a4-bae3-f4fbae4a1408'),
(117230,7,28799,NULL,617,6,'2026-02-13 17:09:43','2026-02-13 17:09:43','d3f0871e-164a-4b02-b80c-d38b14568125'),
(117231,7,28799,NULL,9552,7,'2026-02-13 17:09:43','2026-02-13 17:09:43','a31dea15-a8bf-47a5-9cd7-b84259356da0'),
(117232,82,28799,NULL,491,1,'2026-02-13 17:09:43','2026-02-13 17:09:43','0a7230b0-3d5f-442f-8bd7-216df80b1658'),
(117233,46,28799,NULL,2891,1,'2026-02-13 17:09:43','2026-02-13 17:09:43','1e8f2387-139e-4f77-94c9-00d5dfaa1d0f'),
(117234,47,28799,NULL,12285,1,'2026-02-13 17:09:43','2026-02-13 17:09:43','d2808440-4fa2-4c44-bb9c-52b55a857d76'),
(117235,57,28799,NULL,9045,1,'2026-02-13 17:09:43','2026-02-13 17:09:43','0fb73d7a-d1a6-4724-8c71-e67159e76589'),
(117236,57,28799,NULL,9046,2,'2026-02-13 17:09:43','2026-02-13 17:09:43','be8b9f03-b57a-4cbe-9885-805e82c2ab90'),
(117237,57,28799,NULL,9042,3,'2026-02-13 17:09:43','2026-02-13 17:09:43','53267983-68a8-426a-a525-dbafe2d2c589'),
(117238,57,28799,NULL,9043,4,'2026-02-13 17:09:43','2026-02-13 17:09:43','1627e4f4-cce2-4859-9e2e-28329359f4de'),
(117239,57,28799,NULL,9044,5,'2026-02-13 17:09:43','2026-02-13 17:09:43','c2131307-a152-40a5-ab64-69e8d75b2df1'),
(117240,57,28799,NULL,9041,6,'2026-02-13 17:09:43','2026-02-13 17:09:43','787cb63a-c6bf-4ad6-bf73-23fc84222f37'),
(117241,13,28799,NULL,6860,1,'2026-02-13 17:09:43','2026-02-13 17:09:43','256173c9-d528-4421-b856-23d492d84fd6'),
(117270,32,28801,NULL,2610,1,'2026-02-13 17:12:13','2026-02-13 17:12:13','3101ff86-666b-40c7-80be-cb95df5f5b85'),
(117271,32,28801,NULL,2598,2,'2026-02-13 17:12:13','2026-02-13 17:12:13','306a6bce-c88e-4dee-99a9-bd805d50c6f8'),
(117272,32,28801,NULL,2608,3,'2026-02-13 17:12:13','2026-02-13 17:12:13','6f636c63-eb0b-4d48-af72-7877cca7c649'),
(117273,32,28801,NULL,2624,4,'2026-02-13 17:12:13','2026-02-13 17:12:13','5da3ef63-51f7-4e94-ad30-5fdc3e1bb653'),
(117274,32,28801,NULL,2600,5,'2026-02-13 17:12:13','2026-02-13 17:12:13','c780b41f-50c4-46b4-ade7-78ca19a16ebf'),
(117275,32,28801,NULL,2596,6,'2026-02-13 17:12:13','2026-02-13 17:12:13','066bb829-9454-4953-8b12-abdd2679900c'),
(117276,32,28801,NULL,2602,7,'2026-02-13 17:12:13','2026-02-13 17:12:13','83753248-e9b8-4f82-b034-f9f651817eab'),
(117277,32,28801,NULL,2606,8,'2026-02-13 17:12:13','2026-02-13 17:12:13','c79badb7-e9b1-40cd-be59-f603b535524c'),
(117278,32,28801,NULL,2612,9,'2026-02-13 17:12:13','2026-02-13 17:12:13','75b147fd-bbc9-4b6e-8d79-829ba4fa7e4f'),
(117279,32,28801,NULL,2604,10,'2026-02-13 17:12:13','2026-02-13 17:12:13','d3d28d7a-0e06-4653-abe9-ecd9d6f6c271'),
(117280,16,28801,NULL,9038,1,'2026-02-13 17:12:13','2026-02-13 17:12:13','62271945-7cbf-4dc6-9a98-24325fac6c17'),
(117281,7,28801,NULL,601,1,'2026-02-13 17:12:13','2026-02-13 17:12:13','03b019a4-b1cd-4d78-8364-2afb2972fc5c'),
(117282,7,28801,NULL,3468,2,'2026-02-13 17:12:13','2026-02-13 17:12:13','5cc7cb38-2cf2-44a7-a758-03c120b55a3f'),
(117283,7,28801,NULL,2974,3,'2026-02-13 17:12:13','2026-02-13 17:12:13','a3c1ab55-aa54-4e1f-9d14-b900b1fd5c1a'),
(117284,7,28801,NULL,28766,4,'2026-02-13 17:12:13','2026-02-13 17:12:13','1dfa97a7-8932-4802-bc61-bff25d54744b'),
(117285,7,28801,NULL,605,5,'2026-02-13 17:12:13','2026-02-13 17:12:13','936d2b33-d310-4fe1-9b4f-70d56a5cc42b'),
(117286,7,28801,NULL,617,6,'2026-02-13 17:12:13','2026-02-13 17:12:13','79092aec-6a77-43c1-bef7-7e5e549ab8af'),
(117287,7,28801,NULL,9552,7,'2026-02-13 17:12:13','2026-02-13 17:12:13','f1130ebd-a251-4b9f-884c-ecceaadd0eab'),
(117288,82,28801,NULL,491,1,'2026-02-13 17:12:13','2026-02-13 17:12:13','ba41cd70-07bf-415d-871b-f5b42db42181'),
(117289,46,28801,NULL,2891,1,'2026-02-13 17:12:13','2026-02-13 17:12:13','eed38ca5-801b-44c2-b372-8df1bb5b683e'),
(117290,47,28801,NULL,12285,1,'2026-02-13 17:12:13','2026-02-13 17:12:13','35f66262-14f8-4c04-a2ba-c3f63a96c7cb'),
(117291,57,28801,NULL,9045,1,'2026-02-13 17:12:13','2026-02-13 17:12:13','a6e09630-ceaf-4203-a5a3-d5cea822baed'),
(117292,57,28801,NULL,9046,2,'2026-02-13 17:12:13','2026-02-13 17:12:13','dbacea7d-472b-4c91-b288-2e8d219fede3'),
(117293,57,28801,NULL,9042,3,'2026-02-13 17:12:13','2026-02-13 17:12:13','69b7d99c-bad3-495d-948d-174a1d7972d4'),
(117294,57,28801,NULL,9043,4,'2026-02-13 17:12:13','2026-02-13 17:12:13','705b3b86-6b88-45a5-ac93-4f9ebf3d8b8a'),
(117295,57,28801,NULL,9044,5,'2026-02-13 17:12:13','2026-02-13 17:12:13','86aeaa8e-959d-4ca4-8a0e-2a80d3c457ba'),
(117296,57,28801,NULL,9041,6,'2026-02-13 17:12:13','2026-02-13 17:12:13','4a88bd84-90fd-4124-a805-6cd7ce9c4c40'),
(117297,13,28801,NULL,6860,1,'2026-02-13 17:12:13','2026-02-13 17:12:13','ce268a2b-b413-481c-bc1c-7e82d0ddf4ae'),
(117298,32,28805,NULL,2610,1,'2026-02-13 17:33:30','2026-02-13 17:33:30','e487624c-65ef-4d51-9897-d0a7f69e6653'),
(117299,32,28805,NULL,2598,2,'2026-02-13 17:33:30','2026-02-13 17:33:30','c67d9f74-9ef8-4f55-ac7a-9ae2feac4b91'),
(117300,32,28805,NULL,2608,3,'2026-02-13 17:33:30','2026-02-13 17:33:30','2ca192ec-9d43-4844-b040-5814b618454e'),
(117301,32,28805,NULL,2624,4,'2026-02-13 17:33:30','2026-02-13 17:33:30','bb3c5d1b-e55d-4e09-9907-32cf8c90797b'),
(117302,32,28805,NULL,2600,5,'2026-02-13 17:33:30','2026-02-13 17:33:30','468d6425-b72e-49de-ad6a-54b17ab5ab95'),
(117303,32,28805,NULL,2596,6,'2026-02-13 17:33:30','2026-02-13 17:33:30','5a5d063f-165f-48e1-9f17-d4549f1e9c40'),
(117304,32,28805,NULL,2602,7,'2026-02-13 17:33:30','2026-02-13 17:33:30','35965cb3-9599-458e-916b-dd96b6dc3f54'),
(117305,32,28805,NULL,2606,8,'2026-02-13 17:33:30','2026-02-13 17:33:30','6f327c4a-4d18-4834-bce5-a5b3b2f2707b'),
(117306,32,28805,NULL,2612,9,'2026-02-13 17:33:30','2026-02-13 17:33:30','66070af0-f7b7-482d-bad8-91eabbbafb9e'),
(117307,32,28805,NULL,2604,10,'2026-02-13 17:33:30','2026-02-13 17:33:30','07131a55-f30b-493f-b64e-440119ea19e2'),
(117308,16,28805,NULL,4786,1,'2026-02-13 17:33:30','2026-02-13 17:33:30','ec5021cc-197a-496a-a40d-81179a388790'),
(117309,7,28805,NULL,6547,1,'2026-02-13 17:33:30','2026-02-13 17:33:30','7a496f6c-d11c-4449-846a-534dc197f8eb'),
(117310,7,28805,NULL,601,2,'2026-02-13 17:33:30','2026-02-13 17:33:30','d39af94a-6fd0-4142-b961-17ba064a7172'),
(117311,7,28805,NULL,617,3,'2026-02-13 17:33:30','2026-02-13 17:33:30','71ceb28f-be09-47c5-9f41-b83162648f61'),
(117312,7,28805,NULL,605,4,'2026-02-13 17:33:30','2026-02-13 17:33:30','a5ab6bee-de06-465c-b5a0-99ba5bcb44dd'),
(117313,7,28805,NULL,9552,5,'2026-02-13 17:33:30','2026-02-13 17:33:30','bd8f8cd5-719f-4dbc-8e05-7156cd832dc7'),
(117314,82,28805,NULL,491,1,'2026-02-13 17:33:30','2026-02-13 17:33:30','b4f6be25-54c1-42b1-8c5d-7f7e4ae33f25'),
(117315,46,28805,NULL,2891,1,'2026-02-13 17:33:30','2026-02-13 17:33:30','97e7cf48-6cb9-4b4e-b061-4682beb6a485'),
(117316,47,28805,NULL,12247,1,'2026-02-13 17:33:30','2026-02-13 17:33:30','0310b287-e133-439a-b695-7dbaec64f60e'),
(117317,57,28805,NULL,4808,1,'2026-02-13 17:33:30','2026-02-13 17:33:30','dc4993fe-b3b7-4444-96b1-d1e1984a67d7'),
(117318,57,28805,NULL,4811,2,'2026-02-13 17:33:30','2026-02-13 17:33:30','17fb97e1-228a-47c3-ac6c-690604a92466'),
(117319,57,28805,NULL,4807,3,'2026-02-13 17:33:30','2026-02-13 17:33:30','da872038-f899-411e-b91b-8c8ddf039191'),
(117320,57,28805,NULL,4806,4,'2026-02-13 17:33:30','2026-02-13 17:33:30','30f5e18f-f725-4239-aa2a-b71c6851d97f'),
(117321,57,28805,NULL,4809,5,'2026-02-13 17:33:30','2026-02-13 17:33:30','5a00c85e-6d7d-4040-b2fe-f86a853793ab'),
(117322,57,28805,NULL,4810,6,'2026-02-13 17:33:30','2026-02-13 17:33:30','f032b924-699d-418c-9810-455aae15ef70'),
(117345,32,28808,NULL,2614,1,'2026-02-13 17:35:01','2026-02-13 17:35:01','16cb8dbe-b6f1-4f5b-a44a-f93273b17d53'),
(117346,32,28808,NULL,2610,2,'2026-02-13 17:35:01','2026-02-13 17:35:01','e209e555-788d-402e-a88a-d63fbfbba393'),
(117347,32,28808,NULL,2598,3,'2026-02-13 17:35:01','2026-02-13 17:35:01','04e38ce5-eedc-4cc4-9a93-64eca092d011'),
(117348,32,28808,NULL,2600,4,'2026-02-13 17:35:01','2026-02-13 17:35:01','c0f5b334-3d97-4b46-8f78-c29f284d03d6'),
(117349,32,28808,NULL,2604,5,'2026-02-13 17:35:01','2026-02-13 17:35:01','f0a3e68f-2b36-444e-8ff2-c88122a76f2b'),
(117350,32,28808,NULL,2608,6,'2026-02-13 17:35:01','2026-02-13 17:35:01','f4a49f30-c2b8-41f4-a748-f73e955b4089'),
(117351,32,28808,NULL,2596,7,'2026-02-13 17:35:01','2026-02-13 17:35:01','5d0d568c-8fc0-40f2-876f-17c47765d0e6'),
(117352,32,28808,NULL,2602,8,'2026-02-13 17:35:01','2026-02-13 17:35:01','fde37039-808e-4fbd-898b-51347d659c63'),
(117353,32,28808,NULL,2606,9,'2026-02-13 17:35:01','2026-02-13 17:35:01','21ef5bf7-4514-4295-b9ac-f4d628c733be'),
(117354,32,28808,NULL,2612,10,'2026-02-13 17:35:01','2026-02-13 17:35:01','88d48b46-c529-4951-a319-9d5ef25e1039'),
(117355,16,28808,NULL,4824,1,'2026-02-13 17:35:01','2026-02-13 17:35:01','0123fa71-c9b8-4d82-a278-753de12b6257'),
(117356,7,28808,NULL,6547,1,'2026-02-13 17:35:01','2026-02-13 17:35:01','19e2eb4e-5dc5-41b8-b6c9-729f9f3a0b7f'),
(117357,7,28808,NULL,601,2,'2026-02-13 17:35:01','2026-02-13 17:35:01','cd0e1868-ae20-4083-a948-305963bef6f5'),
(117358,7,28808,NULL,2974,3,'2026-02-13 17:35:01','2026-02-13 17:35:01','6921dd37-fb49-4d61-b9bf-29c999fa2b19'),
(117359,7,28808,NULL,617,4,'2026-02-13 17:35:01','2026-02-13 17:35:01','49953756-3365-4857-83e6-3430a27e5832'),
(117360,7,28808,NULL,9640,5,'2026-02-13 17:35:01','2026-02-13 17:35:01','c663b876-051b-4452-9dd6-ebe4a2aec99c'),
(117361,7,28808,NULL,9549,6,'2026-02-13 17:35:01','2026-02-13 17:35:01','eff8bcb2-aa2e-4926-abc0-8774f1754c34'),
(117362,7,28808,NULL,605,7,'2026-02-13 17:35:01','2026-02-13 17:35:01','88e69a3b-031c-45ae-b6d5-68df7c92fb1f'),
(117363,7,28808,NULL,9552,8,'2026-02-13 17:35:01','2026-02-13 17:35:01','e44837cb-ba55-481b-9a75-503aec9748a8'),
(117364,82,28808,NULL,479,1,'2026-02-13 17:35:01','2026-02-13 17:35:01','8343c335-6486-46d1-83c6-aca4c1abf7f8'),
(117365,47,28808,NULL,12482,1,'2026-02-13 17:35:01','2026-02-13 17:35:01','e2714618-6630-49a9-9796-4bffda07eee6'),
(117366,57,28808,NULL,4821,1,'2026-02-13 17:35:01','2026-02-13 17:35:01','d86615d2-1b41-4595-a463-0e2805e2371b'),
(117367,57,28808,NULL,4822,2,'2026-02-13 17:35:01','2026-02-13 17:35:01','16214c80-a566-46d8-b5ac-c49132af30ae'),
(117368,57,28808,NULL,4823,3,'2026-02-13 17:35:01','2026-02-13 17:35:01','eed6c2f4-7f14-4627-a6da-a93d6a19f589'),
(117369,57,28808,NULL,4824,4,'2026-02-13 17:35:01','2026-02-13 17:35:01','09888276-39e3-4c29-b589-aa979151dfdc'),
(117370,13,28808,NULL,6620,1,'2026-02-13 17:35:01','2026-02-13 17:35:01','d6890924-98ca-4613-853d-055ae388160b'),
(117397,32,28810,NULL,2610,1,'2026-02-13 17:35:31','2026-02-13 17:35:31','77658deb-0c36-4647-b4fe-672f4e45d562'),
(117398,32,28810,NULL,2598,2,'2026-02-13 17:35:31','2026-02-13 17:35:31','33f4511f-4068-43f4-b7e6-e8ea11ceb41c'),
(117399,32,28810,NULL,2600,3,'2026-02-13 17:35:31','2026-02-13 17:35:31','5f450e2f-ee73-45ec-90ae-15f3a2dea1dd'),
(117400,32,28810,NULL,2602,4,'2026-02-13 17:35:31','2026-02-13 17:35:31','0c5efd17-0214-44bd-bd48-1ebe5c6f9cbe'),
(117401,32,28810,NULL,2612,5,'2026-02-13 17:35:31','2026-02-13 17:35:31','eb725e82-ae0f-4fe6-81ce-8ee99c6184b5'),
(117402,32,28810,NULL,2618,6,'2026-02-13 17:35:31','2026-02-13 17:35:31','c191cf1f-6893-46b2-b0cc-ee3685c6ff43'),
(117403,32,28810,NULL,2604,7,'2026-02-13 17:35:31','2026-02-13 17:35:31','a5106c6d-2f18-48db-bd4b-a9098e418115'),
(117404,32,28810,NULL,2608,8,'2026-02-13 17:35:31','2026-02-13 17:35:31','16e607d9-2bdc-452a-b1f8-6ca37d6d19ae'),
(117405,32,28810,NULL,2596,9,'2026-02-13 17:35:31','2026-02-13 17:35:31','b7983b25-c8a0-4dad-90d7-b4fc6d4a3675'),
(117406,32,28810,NULL,2606,10,'2026-02-13 17:35:31','2026-02-13 17:35:31','a2de4f88-f7dc-4802-95cd-519db6b1036c'),
(117407,16,28810,NULL,4829,1,'2026-02-13 17:35:31','2026-02-13 17:35:31','f6e8fcf1-aefa-43f1-9af4-a74af3251389'),
(117408,7,28810,NULL,3468,1,'2026-02-13 17:35:31','2026-02-13 17:35:31','6c104d43-595c-4e1d-9c44-080a148ecb10'),
(117409,7,28810,NULL,601,2,'2026-02-13 17:35:31','2026-02-13 17:35:31','4d0ded76-2d3e-4717-8b11-af77e4aedafa'),
(117410,7,28810,NULL,617,3,'2026-02-13 17:35:31','2026-02-13 17:35:31','e04a04d4-5be7-4f36-8171-e2405696e989'),
(117411,7,28810,NULL,605,4,'2026-02-13 17:35:31','2026-02-13 17:35:31','9a86f934-d272-4be1-b8a5-7f22eee42107'),
(117412,7,28810,NULL,9552,5,'2026-02-13 17:35:31','2026-02-13 17:35:31','1ee767cd-ac0d-4573-a729-ade976c46a12'),
(117413,82,28810,NULL,479,1,'2026-02-13 17:35:31','2026-02-13 17:35:31','83a02928-4261-43b6-8155-b10244321aa2'),
(117414,82,28810,NULL,491,2,'2026-02-13 17:35:31','2026-02-13 17:35:31','d75e6bd7-a930-4032-9374-fba9938b34d2'),
(117415,46,28810,NULL,3697,1,'2026-02-13 17:35:31','2026-02-13 17:35:31','78333bd2-aa36-445c-a530-01eb581d0743'),
(117416,47,28810,NULL,12380,1,'2026-02-13 17:35:31','2026-02-13 17:35:31','38bd72a9-9565-4742-9b6f-223491597ae3'),
(117417,57,28810,NULL,4829,1,'2026-02-13 17:35:31','2026-02-13 17:35:31','aa6c62b5-d420-4844-aaaa-d4d12c173f48'),
(117418,57,28810,NULL,3689,2,'2026-02-13 17:35:31','2026-02-13 17:35:31','7fcd8192-46d6-4f30-ad38-70565bfe0856'),
(117419,57,28810,NULL,4826,3,'2026-02-13 17:35:31','2026-02-13 17:35:31','8fbc7a9f-76fc-4bf2-b0e7-a58cdc8d6293'),
(117420,57,28810,NULL,4828,4,'2026-02-13 17:35:31','2026-02-13 17:35:31','49daa1b9-13a4-4612-a329-183cc0af3ec9'),
(117421,57,28810,NULL,4827,5,'2026-02-13 17:35:31','2026-02-13 17:35:31','3ccb58db-bffc-4e36-9c98-95df6275f774'),
(117422,13,28810,NULL,23701,1,'2026-02-13 17:35:31','2026-02-13 17:35:31','aafe54a6-1439-4352-9421-660654196240'),
(117448,32,28812,NULL,2610,1,'2026-02-13 17:35:58','2026-02-13 17:35:58','cc47f885-6897-40d1-8305-19d3465e645b'),
(117449,32,28812,NULL,2598,2,'2026-02-13 17:35:58','2026-02-13 17:35:58','a980c5db-a6a4-4ac7-b916-bd4a91328fb2'),
(117450,32,28812,NULL,2600,3,'2026-02-13 17:35:58','2026-02-13 17:35:58','ed9b7bd3-2194-4406-a51d-7d71fa744cf0'),
(117451,32,28812,NULL,2604,4,'2026-02-13 17:35:58','2026-02-13 17:35:58','369a9876-49bf-4af8-881f-b86649fe1ce9'),
(117452,32,28812,NULL,2608,5,'2026-02-13 17:35:58','2026-02-13 17:35:58','09b6966c-ce2a-4040-a9cb-f422142b2450'),
(117453,32,28812,NULL,2602,6,'2026-02-13 17:35:58','2026-02-13 17:35:58','a5c57f27-4ad2-4148-9aa2-058c639add1a'),
(117454,32,28812,NULL,2596,7,'2026-02-13 17:35:58','2026-02-13 17:35:58','fadda70d-d3de-4919-8d4c-800dabc72314'),
(117455,32,28812,NULL,2606,8,'2026-02-13 17:35:58','2026-02-13 17:35:58','1be82b16-3c55-449a-a8c2-8bdb6957c891'),
(117456,32,28812,NULL,2612,9,'2026-02-13 17:35:58','2026-02-13 17:35:58','f9ad0714-48e1-49c5-923d-5e10c100adf9'),
(117457,16,28812,NULL,4834,1,'2026-02-13 17:35:58','2026-02-13 17:35:58','93f997de-bbb5-41c0-afa2-8f9d909388dd'),
(117458,7,28812,NULL,6547,1,'2026-02-13 17:35:58','2026-02-13 17:35:58','b3b4e325-f8c0-4ace-b24d-f07561b57d99'),
(117459,7,28812,NULL,601,2,'2026-02-13 17:35:58','2026-02-13 17:35:58','6a713185-d21e-446a-bd7f-19c03c7698ae'),
(117460,7,28812,NULL,9640,3,'2026-02-13 17:35:58','2026-02-13 17:35:58','c0027306-7e58-494b-9c3f-f5334d7a51a3'),
(117461,7,28812,NULL,28766,4,'2026-02-13 17:35:58','2026-02-13 17:35:58','951ffc93-1dcf-4002-8f8f-272a8f522e16'),
(117462,7,28812,NULL,617,5,'2026-02-13 17:35:58','2026-02-13 17:35:58','3bc9b9e1-9d2d-44bc-b1e9-8f3359f7db91'),
(117463,7,28812,NULL,605,6,'2026-02-13 17:35:58','2026-02-13 17:35:58','01f4d255-7014-4fb1-81b0-aeb97fe91990'),
(117464,82,28812,NULL,469,1,'2026-02-13 17:35:58','2026-02-13 17:35:58','f240bf2f-5367-4a26-ae69-7a38db6f9b70'),
(117465,82,28812,NULL,479,2,'2026-02-13 17:35:58','2026-02-13 17:35:58','44f95e69-02a7-4e1f-88ee-1cc254f911b4'),
(117466,82,28812,NULL,491,3,'2026-02-13 17:35:58','2026-02-13 17:35:58','d90ec44d-30fc-4c55-8afd-1c08ec2f22be'),
(117467,47,28812,NULL,10474,1,'2026-02-13 17:35:58','2026-02-13 17:35:58','b3ea5dec-a36c-4fb0-b6fb-bb7a48e8e9e1'),
(117468,57,28812,NULL,4838,1,'2026-02-13 17:35:58','2026-02-13 17:35:58','edcd311e-c04b-48c8-aca8-dfba8b7ceef7'),
(117469,57,28812,NULL,4836,2,'2026-02-13 17:35:58','2026-02-13 17:35:58','286fa642-f621-4f0a-8c9b-ec37e4a41310'),
(117470,57,28812,NULL,4834,3,'2026-02-13 17:35:58','2026-02-13 17:35:58','dd053976-8d12-4678-8a44-bdf91842b777'),
(117471,57,28812,NULL,4837,4,'2026-02-13 17:35:58','2026-02-13 17:35:58','419fa565-e3ca-492c-9e3f-35929d82b650'),
(117472,13,28812,NULL,23802,1,'2026-02-13 17:35:58','2026-02-13 17:35:58','7dc1b42b-3cc0-4065-8ae0-56da8aafaf5c'),
(117500,32,28814,NULL,2610,1,'2026-02-13 17:36:31','2026-02-13 17:36:31','66e2c641-e1e7-4bae-92de-631ab3dad39c'),
(117501,32,28814,NULL,2598,2,'2026-02-13 17:36:31','2026-02-13 17:36:31','117a121f-7ee3-4fe6-b255-d778e567c5c3'),
(117502,32,28814,NULL,2608,3,'2026-02-13 17:36:31','2026-02-13 17:36:31','2e86930b-69d6-4041-8054-21ae01323768'),
(117503,32,28814,NULL,2600,4,'2026-02-13 17:36:31','2026-02-13 17:36:31','58011c80-ae8c-44e6-b499-4008b0e339f5'),
(117504,32,28814,NULL,2596,5,'2026-02-13 17:36:31','2026-02-13 17:36:31','5b7cfe86-5037-4482-9afc-b77991bfcdf3'),
(117505,32,28814,NULL,2602,6,'2026-02-13 17:36:31','2026-02-13 17:36:31','8f65b0a5-6680-4a47-9395-5e682784a640'),
(117506,32,28814,NULL,2604,7,'2026-02-13 17:36:31','2026-02-13 17:36:31','6024e00b-83e7-4158-9bd1-179837ada39d'),
(117507,32,28814,NULL,2606,8,'2026-02-13 17:36:31','2026-02-13 17:36:31','47c34ae7-a2ca-4ba5-9890-3ecaa76ee2a8'),
(117508,32,28814,NULL,2612,9,'2026-02-13 17:36:31','2026-02-13 17:36:31','b6914b7f-9aa0-4dfc-8b80-1e658247d1f4'),
(117509,83,28814,NULL,951,1,'2026-02-13 17:36:31','2026-02-13 17:36:31','c3c02fa9-b96e-4f03-be86-a4ef062b3811'),
(117510,16,28814,NULL,22384,1,'2026-02-13 17:36:31','2026-02-13 17:36:31','93691024-ca0f-4e5e-aef5-53f746778b79'),
(117511,7,28814,NULL,6547,1,'2026-02-13 17:36:31','2026-02-13 17:36:31','8464b6e7-7466-47d5-b0c9-d7d24f0a6a7d'),
(117512,7,28814,NULL,601,2,'2026-02-13 17:36:31','2026-02-13 17:36:31','9697cde0-7f2f-450c-aa4d-951d12d0175c'),
(117513,7,28814,NULL,2972,3,'2026-02-13 17:36:31','2026-02-13 17:36:31','f2b3618a-1b55-41e6-9651-f4445099b3e8'),
(117514,7,28814,NULL,2974,4,'2026-02-13 17:36:31','2026-02-13 17:36:31','73efb281-bf58-4748-aeff-8ca3a9c8d042'),
(117515,7,28814,NULL,617,5,'2026-02-13 17:36:31','2026-02-13 17:36:31','b15b3b41-7827-4858-9735-65eb6d767e3f'),
(117516,7,28814,NULL,605,6,'2026-02-13 17:36:31','2026-02-13 17:36:31','9344d4f1-f88b-4dde-bca1-cbc0a9ed2327'),
(117517,7,28814,NULL,9552,7,'2026-02-13 17:36:31','2026-02-13 17:36:31','a711a879-0330-40cd-8c29-dc2fceb844f9'),
(117518,82,28814,NULL,491,1,'2026-02-13 17:36:31','2026-02-13 17:36:31','8b012566-d088-49ea-b019-3cca6f696880'),
(117519,47,28814,NULL,14958,1,'2026-02-13 17:36:31','2026-02-13 17:36:31','b153a764-d81c-4234-bd75-78827b69f600'),
(117520,57,28814,NULL,4842,1,'2026-02-13 17:36:31','2026-02-13 17:36:31','a37419ed-7f93-44c8-8af8-e855af126e61'),
(117521,57,28814,NULL,4841,2,'2026-02-13 17:36:31','2026-02-13 17:36:31','0bdbeaa0-09a3-4f40-8cf3-84939196cf7a'),
(117522,57,28814,NULL,4846,3,'2026-02-13 17:36:31','2026-02-13 17:36:31','109bdd58-96fa-42c0-932e-9d87b41089b6'),
(117523,57,28814,NULL,4845,4,'2026-02-13 17:36:31','2026-02-13 17:36:31','7a71f9dd-e69b-4c70-9b54-1e92a1099f16'),
(117524,57,28814,NULL,4844,5,'2026-02-13 17:36:31','2026-02-13 17:36:31','4605c47d-a3a2-46b0-b11a-ffda507064c2'),
(117525,57,28814,NULL,4843,6,'2026-02-13 17:36:31','2026-02-13 17:36:31','63ab368a-dcd5-4abc-92bb-aa09bdda706a'),
(117526,13,28814,NULL,23936,1,'2026-02-13 17:36:31','2026-02-13 17:36:31','1e1bc3a2-a2ac-423e-9da8-b6a3f4190663'),
(117527,32,28815,NULL,2598,1,'2026-02-13 17:37:00','2026-02-13 17:37:00','f820e055-5907-4064-9540-d5514bb85056'),
(117528,32,28815,NULL,2608,2,'2026-02-13 17:37:00','2026-02-13 17:37:00','ce1730bf-6142-49d4-ba74-eeaad8c70971'),
(117529,32,28815,NULL,2600,3,'2026-02-13 17:37:00','2026-02-13 17:37:00','3bd4b428-c33b-44f5-bd35-87cc8f4d619d'),
(117530,32,28815,NULL,2602,4,'2026-02-13 17:37:00','2026-02-13 17:37:00','a4ab1a52-c4af-47a6-a07e-f89bea746511'),
(117531,32,28815,NULL,2612,5,'2026-02-13 17:37:00','2026-02-13 17:37:00','159dd060-0549-4f00-920c-75f564b4baa0'),
(117532,32,28815,NULL,2604,6,'2026-02-13 17:37:00','2026-02-13 17:37:00','f8bf20d3-c2a0-42f1-8bd0-a8a294ac088a'),
(117533,32,28815,NULL,2610,7,'2026-02-13 17:37:00','2026-02-13 17:37:00','fce73a16-eddb-4a24-aa41-083e781ba128'),
(117534,32,28815,NULL,2596,8,'2026-02-13 17:37:00','2026-02-13 17:37:00','90d1c270-c9da-408d-a70e-782417b7de9f'),
(117535,32,28815,NULL,2606,9,'2026-02-13 17:37:00','2026-02-13 17:37:00','8daa1170-a8c6-4719-aa29-0e2cfd7674d2'),
(117536,16,28815,NULL,4884,1,'2026-02-13 17:37:00','2026-02-13 17:37:00','c1c6c7fc-5292-4ad0-bae6-7e2aa39bf0e6'),
(117537,7,28815,NULL,6547,1,'2026-02-13 17:37:00','2026-02-13 17:37:00','ef9c309d-1937-4e6c-aed6-e4e68afe0129'),
(117538,7,28815,NULL,601,2,'2026-02-13 17:37:00','2026-02-13 17:37:00','19598a2f-1e02-44ce-8b22-53c1f9be6740'),
(117539,7,28815,NULL,9732,3,'2026-02-13 17:37:00','2026-02-13 17:37:00','1a0697e1-0c18-45bb-8117-d6142ecaccc5'),
(117540,7,28815,NULL,9735,4,'2026-02-13 17:37:00','2026-02-13 17:37:00','b5c3f7c8-a58a-498b-ab85-2ebb26729a63'),
(117541,7,28815,NULL,617,5,'2026-02-13 17:37:00','2026-02-13 17:37:00','a674ad44-439b-4e03-b1cf-6cd8b91c09d7'),
(117542,7,28815,NULL,605,6,'2026-02-13 17:37:00','2026-02-13 17:37:00','11ac9f3e-371c-4928-84f4-90376c50d948'),
(117543,7,28815,NULL,9552,7,'2026-02-13 17:37:00','2026-02-13 17:37:00','2597c3d8-8f1c-461b-b4c4-ec396e9c0f1e'),
(117544,82,28815,NULL,479,1,'2026-02-13 17:37:00','2026-02-13 17:37:00','dc4b96af-55c2-40bf-86d9-cc408c812b04'),
(117545,82,28815,NULL,491,2,'2026-02-13 17:37:00','2026-02-13 17:37:00','19c0b654-b51d-441b-8435-31539bfa12e9'),
(117546,82,28815,NULL,469,3,'2026-02-13 17:37:00','2026-02-13 17:37:00','2b766e2e-3b9c-475a-aa32-7d7c55f88248'),
(117547,47,28815,NULL,12256,1,'2026-02-13 17:37:00','2026-02-13 17:37:00','2ef4e6af-df62-49b5-bd89-72f4bbdd8f81'),
(117548,57,28815,NULL,4886,1,'2026-02-13 17:37:00','2026-02-13 17:37:00','e7766c89-957b-456d-b51a-42b13ac9442a'),
(117549,57,28815,NULL,4880,2,'2026-02-13 17:37:00','2026-02-13 17:37:00','5442e72b-9091-4a17-bc23-b6b0e5602e36'),
(117550,57,28815,NULL,4888,3,'2026-02-13 17:37:00','2026-02-13 17:37:00','c5d202a6-ee65-4012-8c67-772cadcce302'),
(117551,57,28815,NULL,4882,4,'2026-02-13 17:37:00','2026-02-13 17:37:00','d7539cb2-649f-4643-959d-1d610bef52f5'),
(117552,57,28815,NULL,4879,5,'2026-02-13 17:37:00','2026-02-13 17:37:00','f4ce03da-be28-42ea-ac32-dbf554062606'),
(117553,57,28815,NULL,4881,6,'2026-02-13 17:37:00','2026-02-13 17:37:00','6866eadf-b034-48a2-9176-17d8986f6820'),
(117554,57,28815,NULL,4887,7,'2026-02-13 17:37:00','2026-02-13 17:37:00','e17fec89-df14-4fb6-927f-83cc3ad781f6'),
(117555,57,28815,NULL,4883,8,'2026-02-13 17:37:00','2026-02-13 17:37:00','32c1f787-5d79-4c79-85fd-779c118c0312'),
(117556,57,28815,NULL,4884,9,'2026-02-13 17:37:00','2026-02-13 17:37:00','c95b3bce-3ad6-4828-badf-d8526a440a6b'),
(117557,57,28815,NULL,4885,10,'2026-02-13 17:37:00','2026-02-13 17:37:00','69a2823f-fe6f-458b-a067-cf10696e6c2e'),
(117558,13,28815,NULL,23776,1,'2026-02-13 17:37:00','2026-02-13 17:37:00','75acce7a-1f36-44c1-9b02-2704efe1db0e'),
(117582,32,28817,NULL,2610,1,'2026-02-13 17:37:26','2026-02-13 17:37:26','d0bc0afd-0f5a-413b-b8fc-a6b5c481b4c3'),
(117583,32,28817,NULL,2598,2,'2026-02-13 17:37:26','2026-02-13 17:37:26','e2752a1a-93e6-474d-b140-dc5ef8d64cee'),
(117584,32,28817,NULL,2600,3,'2026-02-13 17:37:26','2026-02-13 17:37:26','53ff6d47-15f7-49f2-b219-ffc73671457e'),
(117585,32,28817,NULL,2604,4,'2026-02-13 17:37:26','2026-02-13 17:37:26','9ae44a1c-6254-43fb-800b-3f200d5a0068'),
(117586,32,28817,NULL,2608,5,'2026-02-13 17:37:26','2026-02-13 17:37:26','4117b182-5df7-409d-9da4-4a13cdd2d765'),
(117587,32,28817,NULL,2596,6,'2026-02-13 17:37:26','2026-02-13 17:37:26','2d96d353-e59f-41f6-b4a2-219a07168b43'),
(117588,32,28817,NULL,2602,7,'2026-02-13 17:37:26','2026-02-13 17:37:26','0df2aa0d-a07a-439a-a5be-62395d4195a1'),
(117589,32,28817,NULL,2606,8,'2026-02-13 17:37:26','2026-02-13 17:37:26','d4f992b7-0a27-403b-9dd4-2e89a8423130'),
(117590,32,28817,NULL,2612,9,'2026-02-13 17:37:26','2026-02-13 17:37:26','5e4f8284-b95e-425c-8190-845a81ecd316'),
(117591,16,28817,NULL,4282,1,'2026-02-13 17:37:26','2026-02-13 17:37:26','44ec7199-634e-42e5-be16-a61f681fe28f'),
(117592,7,28817,NULL,2969,1,'2026-02-13 17:37:26','2026-02-13 17:37:26','92dfeeca-9d69-46c6-ad3f-0f4ea6d67835'),
(117593,7,28817,NULL,617,2,'2026-02-13 17:37:26','2026-02-13 17:37:26','9f6fd282-7b43-4490-ad43-aa3d025418ef'),
(117594,7,28817,NULL,605,3,'2026-02-13 17:37:26','2026-02-13 17:37:26','62db4fac-5e06-4b63-87e4-a991141b497a'),
(117595,7,28817,NULL,9552,4,'2026-02-13 17:37:26','2026-02-13 17:37:26','689ec664-0ae9-4961-a87c-23f5ba525d54'),
(117596,82,28817,NULL,469,1,'2026-02-13 17:37:26','2026-02-13 17:37:26','a01d388b-cb5a-46c4-ada0-96cab4bc7907'),
(117597,82,28817,NULL,479,2,'2026-02-13 17:37:26','2026-02-13 17:37:26','1c68d71f-9b29-4c3b-a1f9-ea9b6f23ac34'),
(117598,82,28817,NULL,491,3,'2026-02-13 17:37:26','2026-02-13 17:37:26','8d1674fe-4b25-4bd2-8cb1-425067e0eaa9'),
(117599,47,28817,NULL,10478,1,'2026-02-13 17:37:26','2026-02-13 17:37:26','4f14e06b-e62f-4639-a67b-13771b17eee3'),
(117600,57,28817,NULL,8740,1,'2026-02-13 17:37:26','2026-02-13 17:37:26','8b13dd7c-1eda-466d-8e63-ffe15df4e3dd'),
(117601,57,28817,NULL,4911,2,'2026-02-13 17:37:26','2026-02-13 17:37:26','8284b07d-3eaa-4ea4-9020-752f9e932140'),
(117602,57,28817,NULL,4909,3,'2026-02-13 17:37:26','2026-02-13 17:37:26','59304a7b-3c49-41ab-9be6-8ca9216f0920'),
(117603,57,28817,NULL,4910,4,'2026-02-13 17:37:26','2026-02-13 17:37:26','3609f65a-185a-4f9f-81b9-74418f81ce5b'),
(117604,13,28817,NULL,23804,1,'2026-02-13 17:37:26','2026-02-13 17:37:26','3ad55fa9-0900-4e97-b727-b53930acce2c'),
(117635,32,28819,NULL,2610,1,'2026-02-13 17:37:52','2026-02-13 17:37:52','e0cab714-f81d-40f7-873a-2571aaca490a'),
(117636,32,28819,NULL,2598,2,'2026-02-13 17:37:52','2026-02-13 17:37:52','e6d089cc-1fcd-4e84-a38a-29403e592e89'),
(117637,32,28819,NULL,2624,3,'2026-02-13 17:37:52','2026-02-13 17:37:52','297db6bf-8018-45d1-9b8e-82bf9f707e8e'),
(117638,32,28819,NULL,2600,4,'2026-02-13 17:37:52','2026-02-13 17:37:52','a76ab9ed-86ca-4971-86e7-f58341ec29d9'),
(117639,32,28819,NULL,2596,5,'2026-02-13 17:37:52','2026-02-13 17:37:52','9c31a409-133f-4564-9482-92848abbf1ba'),
(117640,32,28819,NULL,2602,6,'2026-02-13 17:37:52','2026-02-13 17:37:52','8987d5aa-849d-4997-9461-fdc4dbc8147d'),
(117641,32,28819,NULL,2606,7,'2026-02-13 17:37:52','2026-02-13 17:37:52','c6dbe312-7878-42a7-82c4-9aec54f2d168'),
(117642,32,28819,NULL,2612,8,'2026-02-13 17:37:52','2026-02-13 17:37:52','fbc6fca2-669e-4cc0-aebc-3ad3ba9b6eff'),
(117643,32,28819,NULL,2604,9,'2026-02-13 17:37:52','2026-02-13 17:37:52','dad5d882-54e1-4a74-b858-0e5cf8fa4dd1'),
(117644,32,28819,NULL,2608,10,'2026-02-13 17:37:52','2026-02-13 17:37:52','ce006d5f-e024-4c69-b416-2295119241df'),
(117645,16,28819,NULL,11819,1,'2026-02-13 17:37:52','2026-02-13 17:37:52','548051dd-0cc3-4323-b57a-9f7200345a92'),
(117646,7,28819,NULL,2969,1,'2026-02-13 17:37:52','2026-02-13 17:37:52','d4e872a4-7fe0-4137-8bc9-6fff39911651'),
(117647,7,28819,NULL,617,2,'2026-02-13 17:37:52','2026-02-13 17:37:52','981db770-c42a-4428-b49c-ca061476ad84'),
(117648,7,28819,NULL,605,3,'2026-02-13 17:37:52','2026-02-13 17:37:52','0d2ed2aa-3b27-4c25-ba49-2c65a8e260f4'),
(117649,7,28819,NULL,9552,4,'2026-02-13 17:37:52','2026-02-13 17:37:52','ea084548-c90f-4e73-af65-f83abcd48061'),
(117650,82,28819,NULL,491,1,'2026-02-13 17:37:52','2026-02-13 17:37:52','d0dfbccc-04b2-47d1-ae08-cb34be7f6f68'),
(117651,46,28819,NULL,2891,1,'2026-02-13 17:37:52','2026-02-13 17:37:52','a5838ede-9da2-4b12-94b1-30bac22b215c'),
(117652,47,28819,NULL,14967,1,'2026-02-13 17:37:52','2026-02-13 17:37:52','ab13006c-9f64-44b9-b518-208c184a2d61'),
(117653,57,28819,NULL,4927,1,'2026-02-13 17:37:52','2026-02-13 17:37:52','ba1f17c4-825e-4b66-b62b-55da6b47a1db'),
(117654,57,28819,NULL,7772,2,'2026-02-13 17:37:52','2026-02-13 17:37:52','74630f89-ee37-4910-bd5f-8ada7bb0ef8e'),
(117655,57,28819,NULL,4931,3,'2026-02-13 17:37:52','2026-02-13 17:37:52','a3d40389-adf8-4bb9-892d-afd0ca662be9'),
(117656,57,28819,NULL,4930,4,'2026-02-13 17:37:52','2026-02-13 17:37:52','fa74f476-b43e-4a41-860e-e254e941b6b8'),
(117657,57,28819,NULL,4932,5,'2026-02-13 17:37:52','2026-02-13 17:37:52','3bf9a079-8807-414d-85ab-cfe2122b5398'),
(117658,57,28819,NULL,4933,6,'2026-02-13 17:37:52','2026-02-13 17:37:52','4ae6bb58-47c4-43d1-a1b7-f6b93bc1616e'),
(117659,57,28819,NULL,4934,7,'2026-02-13 17:37:52','2026-02-13 17:37:52','b194b67a-c6bf-476f-9dc6-2a00ace45fa6'),
(117660,57,28819,NULL,4935,8,'2026-02-13 17:37:52','2026-02-13 17:37:52','da9eb609-69d2-4ac0-bd2f-a3be9921a6ea'),
(117661,57,28819,NULL,7739,9,'2026-02-13 17:37:52','2026-02-13 17:37:52','d73da7ef-1395-46e4-8fcb-da48f509d0c4'),
(117662,57,28819,NULL,7740,10,'2026-02-13 17:37:52','2026-02-13 17:37:52','b764f89c-aa45-462c-9502-3fddcccfe49c'),
(117663,57,28819,NULL,7741,11,'2026-02-13 17:37:52','2026-02-13 17:37:52','4dd3b9db-15b7-4aed-bb21-f93840502e17'),
(117664,13,28819,NULL,23854,1,'2026-02-13 17:37:52','2026-02-13 17:37:52','ca9e10a8-2851-4637-b16b-61107ba23316'),
(117691,32,28821,NULL,2614,1,'2026-02-13 17:38:17','2026-02-13 17:38:17','ff09cc6b-18e5-4733-a6c8-8461d136c318'),
(117692,32,28821,NULL,2598,2,'2026-02-13 17:38:17','2026-02-13 17:38:17','e4d9ea5a-48b8-41ea-aab3-2a5cdef6ecad'),
(117693,32,28821,NULL,2608,3,'2026-02-13 17:38:17','2026-02-13 17:38:17','30332100-190f-4dcc-bf8d-032046f89e55'),
(117694,32,28821,NULL,2600,4,'2026-02-13 17:38:17','2026-02-13 17:38:17','b2d66513-adbe-4b7b-98b4-b6c073aa7bf9'),
(117695,32,28821,NULL,2596,5,'2026-02-13 17:38:17','2026-02-13 17:38:17','7ed83209-9a1a-410d-a039-e2f57ace3762'),
(117696,32,28821,NULL,2602,6,'2026-02-13 17:38:17','2026-02-13 17:38:17','c7faf8a9-f935-4c62-8dd7-ae119b1b555c'),
(117697,32,28821,NULL,2612,7,'2026-02-13 17:38:17','2026-02-13 17:38:17','363f2c8a-f645-4653-ab77-dd251bb7e1b8'),
(117698,32,28821,NULL,2604,8,'2026-02-13 17:38:17','2026-02-13 17:38:17','12a0eeee-465b-4a69-84a6-0ba12b336cc6'),
(117699,16,28821,NULL,10216,1,'2026-02-13 17:38:17','2026-02-13 17:38:17','27e4b9b1-2f71-4639-ab94-633505870817'),
(117700,7,28821,NULL,9732,1,'2026-02-13 17:38:17','2026-02-13 17:38:17','ea3fee9f-71d9-4c20-ac1f-b55a011a2af6'),
(117701,7,28821,NULL,617,2,'2026-02-13 17:38:17','2026-02-13 17:38:17','b1b1a93f-e527-483a-97ef-8ff2a49f370b'),
(117702,7,28821,NULL,605,3,'2026-02-13 17:38:17','2026-02-13 17:38:17','35eb3a3c-151b-4ea5-8b11-587e58eb1e30'),
(117703,7,28821,NULL,9552,4,'2026-02-13 17:38:17','2026-02-13 17:38:17','6bd5482a-8257-4ac1-9193-f9e746aec5c6'),
(117704,82,28821,NULL,479,1,'2026-02-13 17:38:17','2026-02-13 17:38:17','03bccba6-69fb-4ea4-a6a3-641dc3167625'),
(117705,82,28821,NULL,483,2,'2026-02-13 17:38:17','2026-02-13 17:38:17','d705e76a-7c9b-4e8a-94aa-85bbeb69f22c'),
(117706,47,28821,NULL,12324,1,'2026-02-13 17:38:17','2026-02-13 17:38:17','456a5bc9-d8b6-4a39-aa97-a6a119c2590c'),
(117707,57,28821,NULL,9694,1,'2026-02-13 17:38:17','2026-02-13 17:38:17','332a3db4-6472-41f6-84ee-910e32e0205c'),
(117708,57,28821,NULL,9692,2,'2026-02-13 17:38:17','2026-02-13 17:38:17','7f447ced-833a-44bd-9d7d-b4c2d9837529'),
(117709,57,28821,NULL,9693,3,'2026-02-13 17:38:17','2026-02-13 17:38:17','4a19dc05-3232-451f-a668-8577de75bab4'),
(117710,57,28821,NULL,9685,4,'2026-02-13 17:38:17','2026-02-13 17:38:17','facf4c0e-5ac7-4496-bd79-4ac4b45427ff'),
(117711,57,28821,NULL,9686,5,'2026-02-13 17:38:17','2026-02-13 17:38:17','9444cde6-f154-4063-bf1e-164497c41c54'),
(117712,57,28821,NULL,9687,6,'2026-02-13 17:38:17','2026-02-13 17:38:17','80561a4d-9248-4c8b-91fe-5fd6fc67631e'),
(117713,57,28821,NULL,9688,7,'2026-02-13 17:38:17','2026-02-13 17:38:17','24e3138a-b260-4ea7-9ca0-441173e3b28b'),
(117714,57,28821,NULL,9689,8,'2026-02-13 17:38:17','2026-02-13 17:38:17','4c5edff6-dde5-460d-b095-2ab09e2e1956'),
(117715,57,28821,NULL,9690,9,'2026-02-13 17:38:17','2026-02-13 17:38:17','63295327-067b-4916-87b8-f358f5f2517f'),
(117716,13,28821,NULL,23691,1,'2026-02-13 17:38:17','2026-02-13 17:38:17','74c70aa9-120c-4ef6-818f-653d5323f4a6'),
(117741,32,28823,NULL,2614,1,'2026-02-13 17:38:45','2026-02-13 17:38:45','8a2e637d-c0ef-4f6f-ac49-7e6841b062f9'),
(117742,32,28823,NULL,2610,2,'2026-02-13 17:38:45','2026-02-13 17:38:45','a0b76fdb-a0cf-424c-9603-4d16d51c4460'),
(117743,32,28823,NULL,2598,3,'2026-02-13 17:38:45','2026-02-13 17:38:45','55de5156-ba40-49e3-9859-c301be107488'),
(117744,32,28823,NULL,2608,4,'2026-02-13 17:38:45','2026-02-13 17:38:45','55d2a715-da5e-4e83-a946-6d45c004dfbc'),
(117745,32,28823,NULL,2600,5,'2026-02-13 17:38:45','2026-02-13 17:38:45','44719f94-6e4b-44ca-85ec-5f72f69bf8d0'),
(117746,32,28823,NULL,2596,6,'2026-02-13 17:38:45','2026-02-13 17:38:45','8a8c9482-a7f8-405e-bd8a-3b15e601d296'),
(117747,32,28823,NULL,2602,7,'2026-02-13 17:38:45','2026-02-13 17:38:45','a8e7aed7-aec7-4a39-9f0f-34ea8051e219'),
(117748,32,28823,NULL,2606,8,'2026-02-13 17:38:45','2026-02-13 17:38:45','449963e5-050c-47ea-9ea5-924fb536ddec'),
(117749,32,28823,NULL,2612,9,'2026-02-13 17:38:45','2026-02-13 17:38:45','e24fd33f-a5a1-477d-9e25-c40bec386f3c'),
(117750,32,28823,NULL,2604,10,'2026-02-13 17:38:45','2026-02-13 17:38:45','978965c0-2ba7-4057-bac0-c8ebd840ae81'),
(117751,16,28823,NULL,6741,1,'2026-02-13 17:38:45','2026-02-13 17:38:45','f5b51cb3-1bfb-4e83-9f4a-d2f3884a51df'),
(117752,7,28823,NULL,605,1,'2026-02-13 17:38:45','2026-02-13 17:38:45','36ea63ba-284f-482b-b97f-93876a1b3e79'),
(117753,7,28823,NULL,617,2,'2026-02-13 17:38:45','2026-02-13 17:38:45','7eca569f-2594-424e-a54b-939f0eedae56'),
(117754,7,28823,NULL,9552,3,'2026-02-13 17:38:45','2026-02-13 17:38:45','061757cd-8a00-41ec-b14a-0ad22f249674'),
(117755,47,28823,NULL,12269,1,'2026-02-13 17:38:45','2026-02-13 17:38:45','13a0aada-b57c-4cd4-8857-aa823619159b'),
(117756,57,28823,NULL,6759,1,'2026-02-13 17:38:45','2026-02-13 17:38:45','474e149e-fb3e-4392-b6fd-ec568ffa1a53'),
(117757,57,28823,NULL,6760,2,'2026-02-13 17:38:45','2026-02-13 17:38:45','47c49a06-80c4-4838-8dea-205060156166'),
(117758,57,28823,NULL,6761,3,'2026-02-13 17:38:45','2026-02-13 17:38:45','7869b43c-0fb8-43f1-a53f-21dc96ec2809'),
(117759,57,28823,NULL,6762,4,'2026-02-13 17:38:45','2026-02-13 17:38:45','7d43122b-f784-436f-88e9-e81f1029caea'),
(117760,57,28823,NULL,6763,5,'2026-02-13 17:38:45','2026-02-13 17:38:45','1f983f4c-9715-416c-a037-48987e8bad1b'),
(117761,57,28823,NULL,6764,6,'2026-02-13 17:38:45','2026-02-13 17:38:45','34193003-ce54-47b6-9f56-f8714e4fb1cf'),
(117762,57,28823,NULL,6765,7,'2026-02-13 17:38:45','2026-02-13 17:38:45','afc09217-714a-4a7b-abb4-59c4d65c0106'),
(117763,57,28823,NULL,6766,8,'2026-02-13 17:38:45','2026-02-13 17:38:45','b2f8e9c8-d0b0-42bd-8029-b6b64b9bc2dc'),
(117764,13,28823,NULL,6767,1,'2026-02-13 17:38:45','2026-02-13 17:38:45','145b44ed-d1a7-4330-847e-69c52c178d7f'),
(117791,32,28825,NULL,2610,1,'2026-02-13 17:40:40','2026-02-13 17:40:40','d76c3800-32cd-48bb-913d-7670844dcff0'),
(117792,32,28825,NULL,2598,2,'2026-02-13 17:40:40','2026-02-13 17:40:40','a120c669-acd4-4782-9a30-d8e3f6c058f0'),
(117793,32,28825,NULL,2600,3,'2026-02-13 17:40:40','2026-02-13 17:40:40','5aeaa986-75fe-48a0-b239-2b300895cf65'),
(117794,32,28825,NULL,2596,4,'2026-02-13 17:40:40','2026-02-13 17:40:40','26bf17c6-226b-4cf8-b7d1-6198f2bdb0d6'),
(117795,32,28825,NULL,2602,5,'2026-02-13 17:40:40','2026-02-13 17:40:40','3a900fe0-a2af-4e56-b529-1cfebb454d9a'),
(117796,32,28825,NULL,2604,6,'2026-02-13 17:40:40','2026-02-13 17:40:40','769159d3-09c9-4fd4-952d-13b5f8400e87'),
(117797,32,28825,NULL,2608,7,'2026-02-13 17:40:40','2026-02-13 17:40:40','a905f3b6-29dc-4fa1-8fca-3f70b6dee345'),
(117798,32,28825,NULL,2606,8,'2026-02-13 17:40:40','2026-02-13 17:40:40','12717f49-85a3-4b6a-843c-bd59dccbdcdb'),
(117799,32,28825,NULL,2612,9,'2026-02-13 17:40:40','2026-02-13 17:40:40','e9e69814-9692-4335-879a-618715d33734'),
(117800,16,28825,NULL,9354,1,'2026-02-13 17:40:40','2026-02-13 17:40:40','60ad4f19-2b34-42e3-b3c2-6f8e4eda198d'),
(117801,7,28825,NULL,6547,1,'2026-02-13 17:40:40','2026-02-13 17:40:40','0754fd59-c362-40d1-97c2-ad1455c8d3ab'),
(117802,7,28825,NULL,601,2,'2026-02-13 17:40:40','2026-02-13 17:40:40','8edd331d-32ff-4a81-8705-89d9570307f5'),
(117803,7,28825,NULL,3093,3,'2026-02-13 17:40:40','2026-02-13 17:40:40','aac6ce17-6c62-444f-962c-a4549f5f7308'),
(117804,7,28825,NULL,617,4,'2026-02-13 17:40:40','2026-02-13 17:40:40','6dba2817-9680-4bd6-bfb4-c76bff6e5bad'),
(117805,7,28825,NULL,605,5,'2026-02-13 17:40:40','2026-02-13 17:40:40','c55ee04a-bcbd-42f2-a811-6279897cd744'),
(117806,7,28825,NULL,9552,6,'2026-02-13 17:40:40','2026-02-13 17:40:40','0d9c50bd-156c-4c79-a194-2359c08f0a94'),
(117807,82,28825,NULL,491,1,'2026-02-13 17:40:40','2026-02-13 17:40:40','01a77ace-26ad-456c-b316-47c1ff64be87'),
(117808,47,28825,NULL,14970,1,'2026-02-13 17:40:40','2026-02-13 17:40:40','96cd4d67-ee35-46f2-bb90-d794595a2e70'),
(117809,57,28825,NULL,7778,1,'2026-02-13 17:40:40','2026-02-13 17:40:40','925c871a-5727-4388-ad07-5c9ad583a009'),
(117810,57,28825,NULL,7779,2,'2026-02-13 17:40:40','2026-02-13 17:40:40','3f981d9f-5e4d-4d19-97dc-7e9cfcac1ecf'),
(117811,57,28825,NULL,7780,3,'2026-02-13 17:40:40','2026-02-13 17:40:40','2a64ad2f-34e1-428b-b938-0e640e72d360'),
(117812,57,28825,NULL,7781,4,'2026-02-13 17:40:40','2026-02-13 17:40:40','d6ebb38d-80de-4bca-953d-291ed3c64561'),
(117813,57,28825,NULL,7783,5,'2026-02-13 17:40:40','2026-02-13 17:40:40','1da6f16f-c4b9-4079-8176-2f5fdcbad435'),
(117814,57,28825,NULL,7784,6,'2026-02-13 17:40:40','2026-02-13 17:40:40','72e1072d-eacf-4271-af8b-78f6a1f5d61a'),
(117815,57,28825,NULL,7785,7,'2026-02-13 17:40:40','2026-02-13 17:40:40','33d24b29-a164-4fa0-b0fe-c08b0a5c770f'),
(117816,13,28825,NULL,23857,1,'2026-02-13 17:40:40','2026-02-13 17:40:40','5f605bff-8982-403b-b5e2-a79f40171892'),
(117841,32,28827,NULL,2610,1,'2026-02-13 17:41:11','2026-02-13 17:41:11','20266178-994b-4180-a0b0-67cb82c40517'),
(117842,32,28827,NULL,2598,2,'2026-02-13 17:41:11','2026-02-13 17:41:11','1fd76b7a-c971-40b0-a09e-2837d8521bfa'),
(117843,32,28827,NULL,2608,3,'2026-02-13 17:41:11','2026-02-13 17:41:11','accf6505-ffd6-4239-be18-c6976594bb43'),
(117844,32,28827,NULL,2600,4,'2026-02-13 17:41:11','2026-02-13 17:41:11','396b81d2-f999-466a-9b42-80b30e22fecf'),
(117845,32,28827,NULL,2602,5,'2026-02-13 17:41:11','2026-02-13 17:41:11','7b8bf462-1e3e-42e6-8609-58475fe3b546'),
(117846,32,28827,NULL,2612,6,'2026-02-13 17:41:11','2026-02-13 17:41:11','3498d8cf-9af9-4416-a6c3-d8659b182bcf'),
(117847,32,28827,NULL,2604,7,'2026-02-13 17:41:11','2026-02-13 17:41:11','2d9cf2a2-87d3-470e-a906-b4b41be8470a'),
(117848,32,28827,NULL,2596,8,'2026-02-13 17:41:11','2026-02-13 17:41:11','9e2e1b78-c661-476d-91ff-93c384e4b2c3'),
(117849,32,28827,NULL,2606,9,'2026-02-13 17:41:11','2026-02-13 17:41:11','380f880a-719e-4b0f-bcb9-d536025bd70f'),
(117850,16,28827,NULL,6793,1,'2026-02-13 17:41:11','2026-02-13 17:41:11','f85db4a4-9bfc-49f7-a634-84059d4974ac'),
(117851,7,28827,NULL,2969,1,'2026-02-13 17:41:11','2026-02-13 17:41:11','def78e59-ea70-4348-8f37-ea2322b42299'),
(117852,7,28827,NULL,605,2,'2026-02-13 17:41:11','2026-02-13 17:41:11','8f9f1ce2-5e92-431b-83a0-bdfd415aa6f1'),
(117853,7,28827,NULL,617,3,'2026-02-13 17:41:11','2026-02-13 17:41:11','44a647ae-b6e0-4a4d-a5d1-1d8a3cff9b44'),
(117854,7,28827,NULL,9552,4,'2026-02-13 17:41:11','2026-02-13 17:41:11','1f47735a-5a0a-48fa-bde4-a8ff937d095c'),
(117855,82,28827,NULL,479,1,'2026-02-13 17:41:11','2026-02-13 17:41:11','2186a2bd-5a27-4599-93f2-281ad614c8c1'),
(117856,82,28827,NULL,491,2,'2026-02-13 17:41:11','2026-02-13 17:41:11','eebcbc7a-b150-4bb5-b30b-3630c275731e'),
(117857,82,28827,NULL,469,3,'2026-02-13 17:41:11','2026-02-13 17:41:11','d27052e1-cc92-4ab3-84df-0646be5ab003'),
(117858,47,28827,NULL,12275,1,'2026-02-13 17:41:11','2026-02-13 17:41:11','783c41bc-f0f7-4756-9f73-07e17fdc90ac'),
(117859,57,28827,NULL,6792,1,'2026-02-13 17:41:11','2026-02-13 17:41:11','6bd0a272-59ec-4581-9dda-e30b473e5bc2'),
(117860,57,28827,NULL,6793,2,'2026-02-13 17:41:11','2026-02-13 17:41:11','6c4d10e3-b470-47cb-9d29-65db0ec8a512'),
(117861,57,28827,NULL,6794,3,'2026-02-13 17:41:11','2026-02-13 17:41:11','b64a863e-4867-46cc-8439-0be8dc8d04f1'),
(117862,57,28827,NULL,6795,4,'2026-02-13 17:41:11','2026-02-13 17:41:11','8cb63814-f20e-49bd-9d19-cddad106a2e8'),
(117863,57,28827,NULL,6796,5,'2026-02-13 17:41:11','2026-02-13 17:41:11','06687829-9cb9-4372-bce8-8b3f2da6e310'),
(117864,13,28827,NULL,6852,1,'2026-02-13 17:41:11','2026-02-13 17:41:11','03a9afa6-32a4-49cf-a30d-8dd4ff73acb5'),
(117886,32,28829,NULL,2610,1,'2026-02-13 17:41:38','2026-02-13 17:41:38','100ad591-5f5f-4736-8e78-d041e44c09f3'),
(117887,32,28829,NULL,2598,2,'2026-02-13 17:41:38','2026-02-13 17:41:38','c3ea8ef9-54fa-48df-bb19-8ef5483c734f'),
(117888,32,28829,NULL,2608,3,'2026-02-13 17:41:38','2026-02-13 17:41:38','0f23a511-cf02-4a48-8a70-fa102ef74859'),
(117889,32,28829,NULL,2600,4,'2026-02-13 17:41:38','2026-02-13 17:41:38','f5608465-4aca-40f3-a57f-0d39b962e0f0'),
(117890,32,28829,NULL,2596,5,'2026-02-13 17:41:38','2026-02-13 17:41:38','20fdc5ec-287b-4dc6-b411-96d19bbb92ac'),
(117891,32,28829,NULL,2602,6,'2026-02-13 17:41:38','2026-02-13 17:41:38','b601db11-e9b8-4af8-9258-c5966f468c25'),
(117892,32,28829,NULL,2606,7,'2026-02-13 17:41:38','2026-02-13 17:41:38','ae273cf2-ba79-4d35-b978-4c42795fccac'),
(117893,32,28829,NULL,2612,8,'2026-02-13 17:41:38','2026-02-13 17:41:38','796f7cf4-590b-4044-ad60-7653b3a04c94'),
(117894,32,28829,NULL,2604,9,'2026-02-13 17:41:38','2026-02-13 17:41:38','e94cdf58-1d56-4d2b-9364-82f74e3a8a89'),
(117895,16,28829,NULL,9255,1,'2026-02-13 17:41:38','2026-02-13 17:41:38','7fbfecc5-8b2a-47a9-8d15-0beab9a909be'),
(117896,7,28829,NULL,601,1,'2026-02-13 17:41:38','2026-02-13 17:41:38','7f0bbdf4-0462-4739-8de5-37b8b312ce80'),
(117897,7,28829,NULL,605,2,'2026-02-13 17:41:38','2026-02-13 17:41:38','f040731d-b5db-4e75-9889-661793bf71be'),
(117898,7,28829,NULL,617,3,'2026-02-13 17:41:38','2026-02-13 17:41:38','8f24984d-2323-4d9a-bfa8-c1f1bba77773'),
(117899,7,28829,NULL,9552,4,'2026-02-13 17:41:38','2026-02-13 17:41:38','0f74bd8a-6738-40cf-b1d8-d175b812de6f'),
(117900,82,28829,NULL,491,1,'2026-02-13 17:41:38','2026-02-13 17:41:38','55d8fbba-f762-4279-9d29-dcb17b36ed6f'),
(117901,47,28829,NULL,12446,1,'2026-02-13 17:41:38','2026-02-13 17:41:38','324a91f6-73b7-45c2-bba2-554d07dc441d'),
(117902,57,28829,NULL,9260,1,'2026-02-13 17:41:38','2026-02-13 17:41:38','d1e921e1-0df2-4d26-9124-1493a2805af8'),
(117903,57,28829,NULL,9261,2,'2026-02-13 17:41:38','2026-02-13 17:41:38','b4f5e456-5174-4411-891f-667420f9554a'),
(117904,57,28829,NULL,9258,3,'2026-02-13 17:41:38','2026-02-13 17:41:38','1e76b000-2f06-4b49-a2c8-3f9811142583'),
(117905,57,28829,NULL,9259,4,'2026-02-13 17:41:38','2026-02-13 17:41:38','b1151934-9c16-44da-ac72-3d2bfeaf7fba'),
(117906,13,28829,NULL,23743,1,'2026-02-13 17:41:38','2026-02-13 17:41:38','9aa73e2a-8d4b-40d5-ad90-eab0a42ca96f'),
(117932,32,28831,NULL,2614,1,'2026-02-13 17:42:04','2026-02-13 17:42:04','185dfa46-5c5e-4a2b-a315-08231b1deff1'),
(117933,32,28831,NULL,2610,2,'2026-02-13 17:42:04','2026-02-13 17:42:04','c0a5e92f-e3db-4689-a233-3d11eb78933f'),
(117934,32,28831,NULL,2598,3,'2026-02-13 17:42:04','2026-02-13 17:42:04','c94e942a-58a4-4233-9c05-e6fd016aac01'),
(117935,32,28831,NULL,2608,4,'2026-02-13 17:42:04','2026-02-13 17:42:04','0f2120b9-571c-4b77-8280-d61e0ab89730'),
(117936,32,28831,NULL,2600,5,'2026-02-13 17:42:04','2026-02-13 17:42:04','a055ff7f-8ecd-4a30-abb4-99d3a9afb920'),
(117937,32,28831,NULL,2596,6,'2026-02-13 17:42:04','2026-02-13 17:42:04','f3308879-5591-463f-b4c3-0361a5ad3d41'),
(117938,32,28831,NULL,2602,7,'2026-02-13 17:42:04','2026-02-13 17:42:04','ed725704-4575-4970-b33c-7c1c372d1609'),
(117939,32,28831,NULL,2612,8,'2026-02-13 17:42:04','2026-02-13 17:42:04','729babea-578a-49a7-88c0-a06bfdb822a5'),
(117940,32,28831,NULL,2604,9,'2026-02-13 17:42:04','2026-02-13 17:42:04','6ed261ab-c437-46bc-97dd-956a5664d520'),
(117941,32,28831,NULL,2606,10,'2026-02-13 17:42:04','2026-02-13 17:42:04','ae5dcf89-18ed-400b-bc12-bf7e559ea242'),
(117942,16,28831,NULL,9238,1,'2026-02-13 17:42:04','2026-02-13 17:42:04','e658d2b7-3a4d-4988-8332-864854a31acf'),
(117943,7,28831,NULL,3468,1,'2026-02-13 17:42:04','2026-02-13 17:42:04','e61adb9d-60b8-46bf-8317-02f1ae1e0e6e'),
(117944,7,28831,NULL,601,2,'2026-02-13 17:42:04','2026-02-13 17:42:04','3b0615a1-707c-42ca-ac4f-c239b834059b'),
(117945,7,28831,NULL,617,3,'2026-02-13 17:42:04','2026-02-13 17:42:04','45f28f18-364d-4e4c-8b3c-49bc646d175c'),
(117946,7,28831,NULL,9552,4,'2026-02-13 17:42:04','2026-02-13 17:42:04','d78a98c0-7145-462a-98b9-9d69161815f4'),
(117947,7,28831,NULL,605,5,'2026-02-13 17:42:04','2026-02-13 17:42:04','0e1d82ef-f7b2-4d2f-bccc-857db34767c3'),
(117948,82,28831,NULL,479,1,'2026-02-13 17:42:04','2026-02-13 17:42:04','5f682636-2dd2-4fca-a57f-f10d9b51c642'),
(117949,47,28831,NULL,12374,1,'2026-02-13 17:42:04','2026-02-13 17:42:04','9df25115-e178-4a9b-a407-b94df4ccfc06'),
(117950,57,28831,NULL,9244,1,'2026-02-13 17:42:04','2026-02-13 17:42:04','0462ea6c-fa45-4b81-b294-e3f512a726ef'),
(117951,57,28831,NULL,9250,2,'2026-02-13 17:42:04','2026-02-13 17:42:04','48525363-cdf1-4ace-aee8-ba330bcee996'),
(117952,57,28831,NULL,9245,3,'2026-02-13 17:42:04','2026-02-13 17:42:04','7f182a55-6392-4aae-a766-9e45c791ed24'),
(117953,57,28831,NULL,9246,4,'2026-02-13 17:42:04','2026-02-13 17:42:04','0ceaecb2-ba4d-4186-b16e-f12c98e03d8f'),
(117954,57,28831,NULL,9247,5,'2026-02-13 17:42:04','2026-02-13 17:42:04','34ef5bcd-c501-4692-88fa-12fa8879ec17'),
(117955,57,28831,NULL,9248,6,'2026-02-13 17:42:04','2026-02-13 17:42:04','79b5ee59-3d48-464a-8536-9b72e5fd7c27'),
(117956,57,28831,NULL,9249,7,'2026-02-13 17:42:04','2026-02-13 17:42:04','5985e8a7-626c-4178-8a9d-d1d5b9f4ae2a'),
(117990,32,28833,NULL,2610,1,'2026-02-13 17:42:52','2026-02-13 17:42:52','9a221de7-0680-485d-b88e-204af27d9ddd'),
(117991,32,28833,NULL,2598,2,'2026-02-13 17:42:52','2026-02-13 17:42:52','77cce353-7024-44ba-9157-ec0da95d5335'),
(117992,32,28833,NULL,2608,3,'2026-02-13 17:42:52','2026-02-13 17:42:52','56be8116-0075-4577-ba90-b20d1cf0c135'),
(117993,32,28833,NULL,2600,4,'2026-02-13 17:42:52','2026-02-13 17:42:52','22a45c02-36e4-44dd-9da5-b05e87b267ad'),
(117994,32,28833,NULL,2596,5,'2026-02-13 17:42:52','2026-02-13 17:42:52','7ba9db6c-d40b-4fa1-ab1b-01146443e4c6'),
(117995,32,28833,NULL,2602,6,'2026-02-13 17:42:52','2026-02-13 17:42:52','fea58206-f1f2-4e75-912f-8a962d18e59e'),
(117996,32,28833,NULL,2606,7,'2026-02-13 17:42:52','2026-02-13 17:42:52','81c686a3-0977-4608-8644-fadc37aa5e41'),
(117997,32,28833,NULL,2612,8,'2026-02-13 17:42:52','2026-02-13 17:42:52','bd1a7e11-1f78-49a6-b18d-cb3cacc2d249'),
(117998,32,28833,NULL,2604,9,'2026-02-13 17:42:52','2026-02-13 17:42:52','282409be-a887-4303-9781-24068fd6715a'),
(117999,16,28833,NULL,10000,1,'2026-02-13 17:42:52','2026-02-13 17:42:52','86588ffb-4987-4651-99fc-587d1fa323ac'),
(118000,7,28833,NULL,3468,1,'2026-02-13 17:42:52','2026-02-13 17:42:52','9cf19661-8264-44db-af23-c3ee24572ab6'),
(118001,7,28833,NULL,601,2,'2026-02-13 17:42:52','2026-02-13 17:42:52','4a0bc22b-3bf4-44d4-9d29-7851506adf12'),
(118002,7,28833,NULL,617,3,'2026-02-13 17:42:52','2026-02-13 17:42:52','0109bf73-f26b-4972-9fa4-698df7c1165a'),
(118003,7,28833,NULL,605,4,'2026-02-13 17:42:52','2026-02-13 17:42:52','e95245bc-a119-4f82-93d4-6e834a30ed9a'),
(118004,7,28833,NULL,9552,5,'2026-02-13 17:42:52','2026-02-13 17:42:52','e06c3996-612e-48f5-a92e-98b538535297'),
(118005,82,28833,NULL,491,1,'2026-02-13 17:42:52','2026-02-13 17:42:52','c8c8830f-fa7c-46ef-bbb2-f6831468c00f'),
(118006,46,28833,NULL,7369,1,'2026-02-13 17:42:52','2026-02-13 17:42:52','3146cd65-f18b-4fa7-9107-0a53d76ea74e'),
(118007,47,28833,NULL,12449,1,'2026-02-13 17:42:52','2026-02-13 17:42:52','8c4d4359-d43f-474c-a5ea-c0f82d7d151b'),
(118008,57,28833,NULL,10004,1,'2026-02-13 17:42:52','2026-02-13 17:42:52','00689883-74bf-4209-80d2-2d5a31d51895'),
(118009,57,28833,NULL,10005,2,'2026-02-13 17:42:52','2026-02-13 17:42:52','8543ab3a-8031-405c-b477-437c8589b80a'),
(118010,57,28833,NULL,10006,3,'2026-02-13 17:42:52','2026-02-13 17:42:52','f04df2c4-d899-4c7c-b5be-e9c7315cafd6'),
(118011,57,28833,NULL,10007,4,'2026-02-13 17:42:52','2026-02-13 17:42:52','41729de2-44b7-4cc9-9914-2da3d4d8b341'),
(118012,57,28833,NULL,10009,5,'2026-02-13 17:42:52','2026-02-13 17:42:52','407306bf-8d72-4d10-b19a-881de5d79bd3'),
(118013,57,28833,NULL,10010,6,'2026-02-13 17:42:52','2026-02-13 17:42:52','17171fed-026b-470f-b163-05834399d8cc'),
(118014,57,28833,NULL,10012,7,'2026-02-13 17:42:52','2026-02-13 17:42:52','9d2282e6-ab18-4ca2-b055-a4169fdf8f7d'),
(118015,57,28833,NULL,10013,8,'2026-02-13 17:42:52','2026-02-13 17:42:52','5333bc55-e7d8-480a-bd51-cb217d7d801e'),
(118016,57,28833,NULL,10014,9,'2026-02-13 17:42:52','2026-02-13 17:42:52','21e8225a-680b-4e04-8855-48273faac7d6'),
(118017,57,28833,NULL,10015,10,'2026-02-13 17:42:52','2026-02-13 17:42:52','aed02445-a1c2-42fc-81f6-31c5c22ff2cf'),
(118018,57,28833,NULL,10016,11,'2026-02-13 17:42:52','2026-02-13 17:42:52','916af723-e867-4ade-bd14-c7c06fd14133'),
(118019,57,28833,NULL,10018,12,'2026-02-13 17:42:52','2026-02-13 17:42:52','05c47b86-5e2a-4859-9b5a-af23c38b4078'),
(118020,57,28833,NULL,10019,13,'2026-02-13 17:42:52','2026-02-13 17:42:52','47bdd717-d2a2-47ce-a9a0-922fedf26d50'),
(118021,57,28833,NULL,10020,14,'2026-02-13 17:42:52','2026-02-13 17:42:52','0612ff62-f871-4ee1-94bd-3832a1eeeee7'),
(118022,13,28833,NULL,23746,1,'2026-02-13 17:42:52','2026-02-13 17:42:52','3aa7eeb4-e3dd-4605-a62c-008e032abafa'),
(118050,32,28835,NULL,2614,1,'2026-02-13 17:43:19','2026-02-13 17:43:19','ff21d968-d075-40df-b8fe-81e7753d12da'),
(118051,32,28835,NULL,2610,2,'2026-02-13 17:43:19','2026-02-13 17:43:19','dc35c0c9-506d-4f51-9b49-c92a70f93599'),
(118052,32,28835,NULL,2598,3,'2026-02-13 17:43:19','2026-02-13 17:43:19','6eab7f97-5b95-4d55-8275-0d34220266c4'),
(118053,32,28835,NULL,2608,4,'2026-02-13 17:43:19','2026-02-13 17:43:19','ea727ff3-1125-4b8c-a94d-5d5e7f5a9d4f'),
(118054,32,28835,NULL,2624,5,'2026-02-13 17:43:19','2026-02-13 17:43:19','75edc073-a781-4216-88d9-a8126bdd04f9'),
(118055,32,28835,NULL,2600,6,'2026-02-13 17:43:19','2026-02-13 17:43:19','11b482bd-ebcd-4405-bfc7-16b836346bc5'),
(118056,32,28835,NULL,2596,7,'2026-02-13 17:43:19','2026-02-13 17:43:19','8288da90-8ac2-4ce3-80b0-4f32df1f1beb'),
(118057,32,28835,NULL,2602,8,'2026-02-13 17:43:19','2026-02-13 17:43:19','2e66a410-38cd-4520-a9bf-38bb1dbadbd1'),
(118058,32,28835,NULL,2606,9,'2026-02-13 17:43:19','2026-02-13 17:43:19','d3c1a332-2444-467d-9455-74c69e94615c'),
(118059,32,28835,NULL,2612,10,'2026-02-13 17:43:19','2026-02-13 17:43:19','e7a12d11-d22c-4676-9a5f-aa7246ba0c48'),
(118060,32,28835,NULL,2604,11,'2026-02-13 17:43:19','2026-02-13 17:43:19','b8b70dfd-25a0-4d41-b4c4-2dec05b8e083'),
(118061,16,28835,NULL,10210,1,'2026-02-13 17:43:19','2026-02-13 17:43:19','4cb4f54b-7335-4e0b-964e-0df9aeb2ee93'),
(118062,7,28835,NULL,2969,1,'2026-02-13 17:43:19','2026-02-13 17:43:19','b98f485f-d8de-4f9c-8726-854132c2d86b'),
(118063,7,28835,NULL,617,2,'2026-02-13 17:43:19','2026-02-13 17:43:19','cb0fe6bb-2ebf-4da3-aab7-85c2da98219d'),
(118064,7,28835,NULL,605,3,'2026-02-13 17:43:19','2026-02-13 17:43:19','a84f819c-2177-4e3f-a884-23846556051a'),
(118065,7,28835,NULL,9552,4,'2026-02-13 17:43:19','2026-02-13 17:43:19','b29244a8-db6d-4e46-b031-db5d76918257'),
(118066,46,28835,NULL,2891,1,'2026-02-13 17:43:19','2026-02-13 17:43:19','997dbb68-9768-424a-b164-494b83a2934a'),
(118067,47,28835,NULL,12339,1,'2026-02-13 17:43:19','2026-02-13 17:43:19','e4613f89-372b-4df6-8a85-031ac649c980'),
(118068,57,28835,NULL,9148,1,'2026-02-13 17:43:19','2026-02-13 17:43:19','0ab38547-40d6-4aca-afea-0f1159d617c1'),
(118069,57,28835,NULL,9145,2,'2026-02-13 17:43:19','2026-02-13 17:43:19','88468cf6-b406-4bfa-baaa-5ee34df960df'),
(118070,57,28835,NULL,9149,3,'2026-02-13 17:43:19','2026-02-13 17:43:19','2c3db23b-4cbc-479f-bcdd-cf47c604ab74'),
(118071,57,28835,NULL,9150,4,'2026-02-13 17:43:19','2026-02-13 17:43:19','0402c251-59b5-4990-8861-d9abfba2fd83'),
(118072,57,28835,NULL,9144,5,'2026-02-13 17:43:19','2026-02-13 17:43:19','54371ef0-3e54-493f-9707-32c545a63e3d'),
(118073,57,28835,NULL,9146,6,'2026-02-13 17:43:19','2026-02-13 17:43:19','a095ea20-bd95-4296-a6d0-024bf3dab305'),
(118074,57,28835,NULL,9147,7,'2026-02-13 17:43:19','2026-02-13 17:43:19','c8e73b21-1293-4822-8b97-a5323db2799a'),
(118075,57,28835,NULL,10213,8,'2026-02-13 17:43:19','2026-02-13 17:43:19','954009cd-f018-4765-b194-e791812466dc'),
(118076,13,28835,NULL,6922,1,'2026-02-13 17:43:19','2026-02-13 17:43:19','5b68e366-7033-4a16-ac3c-549f2c2e07b4'),
(118099,32,28837,NULL,2614,1,'2026-02-13 17:43:49','2026-02-13 17:43:49','ab88861d-4316-4569-9c49-29a187c9dc23'),
(118100,32,28837,NULL,2610,2,'2026-02-13 17:43:49','2026-02-13 17:43:49','3c0be253-2f86-42a0-9fa4-f93d0f3cc60a'),
(118101,32,28837,NULL,2598,3,'2026-02-13 17:43:49','2026-02-13 17:43:49','faf56a86-827f-4e31-84d8-ccf9a301479b'),
(118102,32,28837,NULL,2608,4,'2026-02-13 17:43:49','2026-02-13 17:43:49','bf9358cf-894d-4f74-8e14-5b39779545a8'),
(118103,32,28837,NULL,2600,5,'2026-02-13 17:43:49','2026-02-13 17:43:49','2ed3536c-1bad-4721-a093-2aab4bcf6c90'),
(118104,32,28837,NULL,2596,6,'2026-02-13 17:43:49','2026-02-13 17:43:49','cfab5a6c-c190-4706-a878-34187c9cc45b'),
(118105,32,28837,NULL,2602,7,'2026-02-13 17:43:49','2026-02-13 17:43:49','4434e79c-5509-4313-9bc0-8166d122a727'),
(118106,32,28837,NULL,2612,8,'2026-02-13 17:43:49','2026-02-13 17:43:49','86197481-3be4-438b-882f-976141c3dba1'),
(118107,32,28837,NULL,2604,9,'2026-02-13 17:43:49','2026-02-13 17:43:49','23db3002-f30c-4c8b-9023-a2973fb2f2dd'),
(118108,32,28837,NULL,2606,10,'2026-02-13 17:43:49','2026-02-13 17:43:49','efd7d0ae-2637-480d-9a9e-f282fdd21609'),
(118109,16,28837,NULL,9155,1,'2026-02-13 17:43:49','2026-02-13 17:43:49','34e9055c-61ec-4ccd-b55c-140881ed707d'),
(118110,7,28837,NULL,605,1,'2026-02-13 17:43:49','2026-02-13 17:43:49','b2d88ff4-5986-4501-b6ca-4d872624c463'),
(118111,7,28837,NULL,617,2,'2026-02-13 17:43:49','2026-02-13 17:43:49','609aa4ae-1da4-4577-a5f3-92e66640f05e'),
(118112,7,28837,NULL,9552,3,'2026-02-13 17:43:49','2026-02-13 17:43:49','c67cafc4-d067-4e34-874b-68b8e9d5afe1'),
(118113,82,28837,NULL,479,1,'2026-02-13 17:43:49','2026-02-13 17:43:49','7b520b62-816c-4211-b03b-757e3169e162'),
(118114,47,28837,NULL,12342,1,'2026-02-13 17:43:49','2026-02-13 17:43:49','30b110af-3b01-4f75-a883-d1ea1bb64fb3'),
(118115,57,28837,NULL,9160,1,'2026-02-13 17:43:49','2026-02-13 17:43:49','779743e3-7f64-440d-a8db-98f9fba4e7c7'),
(118116,57,28837,NULL,9162,2,'2026-02-13 17:43:49','2026-02-13 17:43:49','90aaeab0-cf9c-42cb-9103-68fa673a7454'),
(118117,57,28837,NULL,9164,3,'2026-02-13 17:43:49','2026-02-13 17:43:49','63d8b159-bdb7-4ae4-9f42-35f6b7188349'),
(118118,57,28837,NULL,9163,4,'2026-02-13 17:43:49','2026-02-13 17:43:49','c64559d3-9c53-46f6-851b-04f2496592d6'),
(118119,57,28837,NULL,9161,5,'2026-02-13 17:43:49','2026-02-13 17:43:49','60608991-9976-41a9-97c6-3eb1dce2d8a5'),
(118120,57,28837,NULL,9165,6,'2026-02-13 17:43:49','2026-02-13 17:43:49','ea5012f1-0e79-47bd-8ddf-f42a931b8314'),
(118146,32,28839,NULL,2614,1,'2026-02-13 17:45:32','2026-02-13 17:45:32','d67dfc2f-7cc6-4261-8507-f87b2b7ed313'),
(118147,32,28839,NULL,2610,2,'2026-02-13 17:45:32','2026-02-13 17:45:32','95f076fd-248a-47b0-8656-8c681b490df4'),
(118148,32,28839,NULL,2598,3,'2026-02-13 17:45:32','2026-02-13 17:45:32','4a4e36ed-3bc8-479a-a0d1-6fc8c7e4127d'),
(118149,32,28839,NULL,2608,4,'2026-02-13 17:45:32','2026-02-13 17:45:32','f6fd3f04-3c73-400a-9d2e-2aa3caabf00e'),
(118150,32,28839,NULL,2600,5,'2026-02-13 17:45:32','2026-02-13 17:45:32','01dbcea7-7019-4fa6-8888-0ec113667a8d'),
(118151,32,28839,NULL,2596,6,'2026-02-13 17:45:32','2026-02-13 17:45:32','a64aa556-c5a8-443e-a146-22480c92338f'),
(118152,32,28839,NULL,2602,7,'2026-02-13 17:45:32','2026-02-13 17:45:32','f9b42fcf-c8a7-470c-b9b1-36adb8193809'),
(118153,32,28839,NULL,2606,8,'2026-02-13 17:45:32','2026-02-13 17:45:32','9e3e3318-20ba-4070-aced-d7d3eed425f8'),
(118154,32,28839,NULL,2612,9,'2026-02-13 17:45:32','2026-02-13 17:45:32','1c74429f-100c-460b-be39-9487224625d6');
INSERT INTO `relations` VALUES
(118155,32,28839,NULL,2604,10,'2026-02-13 17:45:32','2026-02-13 17:45:32','591334b3-7b78-42df-9619-5e7647510bed'),
(118156,16,28839,NULL,6659,1,'2026-02-13 17:45:32','2026-02-13 17:45:32','49f9fe8c-2507-40a7-a276-05d505080da6'),
(118157,7,28839,NULL,6547,1,'2026-02-13 17:45:32','2026-02-13 17:45:32','37d59037-5376-4d99-97e3-3a276ca8589d'),
(118158,7,28839,NULL,601,2,'2026-02-13 17:45:32','2026-02-13 17:45:32','965a1d92-0b3a-4ac5-8310-99191610d393'),
(118159,7,28839,NULL,617,3,'2026-02-13 17:45:32','2026-02-13 17:45:32','92d44949-bcab-4d58-8877-2563735ff08c'),
(118160,7,28839,NULL,9640,4,'2026-02-13 17:45:32','2026-02-13 17:45:32','16743275-d3c3-4c03-b13e-fcceef81266c'),
(118161,7,28839,NULL,2974,5,'2026-02-13 17:45:32','2026-02-13 17:45:32','076e2879-ed24-4913-b69c-05169ce78bf4'),
(118162,7,28839,NULL,605,6,'2026-02-13 17:45:32','2026-02-13 17:45:32','9832d431-5685-47c9-9948-718bb193dfb2'),
(118163,7,28839,NULL,9552,7,'2026-02-13 17:45:32','2026-02-13 17:45:32','3a9bde9d-fb3e-4797-b66b-2940843a90d4'),
(118164,47,28839,NULL,12453,1,'2026-02-13 17:45:32','2026-02-13 17:45:32','5748cfbd-ed7f-4173-a151-40414c9b2229'),
(118165,57,28839,NULL,6680,1,'2026-02-13 17:45:32','2026-02-13 17:45:32','b892bc7c-8356-43e1-9d52-baa04a4ecdd7'),
(118166,57,28839,NULL,6681,2,'2026-02-13 17:45:32','2026-02-13 17:45:32','c5e6a48d-afe9-4f54-a761-8c646a728aca'),
(118167,57,28839,NULL,6682,3,'2026-02-13 17:45:32','2026-02-13 17:45:32','19a86826-850e-4c2d-ab88-cb2764fbf08f'),
(118168,57,28839,NULL,6683,4,'2026-02-13 17:45:32','2026-02-13 17:45:32','fbc1be7f-6de4-4c3d-8cd7-f1fdb1ea80f4'),
(118169,57,28839,NULL,6684,5,'2026-02-13 17:45:32','2026-02-13 17:45:32','ec87c4d3-db78-4399-800b-16df3cc9d5f8'),
(118170,13,28839,NULL,23749,1,'2026-02-13 17:45:32','2026-02-13 17:45:32','932bdb82-fe86-4605-9e4e-9a85db1b15e1'),
(118198,32,28841,NULL,2610,1,'2026-02-13 17:45:59','2026-02-13 17:45:59','7956857c-39cd-4367-886f-cb3918b1a140'),
(118199,32,28841,NULL,2598,2,'2026-02-13 17:45:59','2026-02-13 17:45:59','feb5a793-9621-410d-8406-e70afd48442e'),
(118200,32,28841,NULL,2608,3,'2026-02-13 17:45:59','2026-02-13 17:45:59','142176c5-49f0-4912-86d9-4bf5712e33d1'),
(118201,32,28841,NULL,2600,4,'2026-02-13 17:45:59','2026-02-13 17:45:59','b750dce3-09e8-49b5-8aa9-756fafa80d8c'),
(118202,32,28841,NULL,2596,5,'2026-02-13 17:45:59','2026-02-13 17:45:59','7d66a728-1cda-44c5-ae55-2c9eab154301'),
(118203,32,28841,NULL,2602,6,'2026-02-13 17:45:59','2026-02-13 17:45:59','c43ba758-dfc2-43ae-9722-68b40083993d'),
(118204,32,28841,NULL,2612,7,'2026-02-13 17:45:59','2026-02-13 17:45:59','231c29e3-ea6e-45b7-a4e4-e63698bd84b4'),
(118205,32,28841,NULL,2618,8,'2026-02-13 17:45:59','2026-02-13 17:45:59','b0108738-07c0-4a7d-ba10-d170130aaaf2'),
(118206,32,28841,NULL,2604,9,'2026-02-13 17:45:59','2026-02-13 17:45:59','7df1e4c3-5ac1-4a59-9a1e-6f234285cdbd'),
(118207,32,28841,NULL,2606,10,'2026-02-13 17:45:59','2026-02-13 17:45:59','a43cf3e9-e4ca-416a-b13c-ef8135c95c9f'),
(118208,16,28841,NULL,9008,1,'2026-02-13 17:45:59','2026-02-13 17:45:59','51677763-793e-478d-92b6-ced1d17627e5'),
(118209,7,28841,NULL,605,1,'2026-02-13 17:45:59','2026-02-13 17:45:59','1c04e470-837b-4a02-a98f-97a95d8221e8'),
(118210,7,28841,NULL,617,2,'2026-02-13 17:45:59','2026-02-13 17:45:59','cd5e3bcf-9b24-40ab-8ba2-15c43bf592b9'),
(118211,7,28841,NULL,9552,3,'2026-02-13 17:45:59','2026-02-13 17:45:59','8a52a817-4b37-4c2e-ae3b-9dde8e3d7634'),
(118212,82,28841,NULL,479,1,'2026-02-13 17:45:59','2026-02-13 17:45:59','d08d6407-7f4b-440a-9ba8-d7f3d7d0c556'),
(118213,82,28841,NULL,491,2,'2026-02-13 17:45:59','2026-02-13 17:45:59','ec2f0751-2c45-46e0-b8f1-b43a12e5e24f'),
(118214,46,28841,NULL,3697,1,'2026-02-13 17:45:59','2026-02-13 17:45:59','817bec41-7aa8-4c5e-af30-a3b389a1fc32'),
(118215,47,28841,NULL,12278,1,'2026-02-13 17:45:59','2026-02-13 17:45:59','97bd0b36-d9ab-4671-a817-9366d2c5a63e'),
(118216,57,28841,NULL,9011,1,'2026-02-13 17:45:59','2026-02-13 17:45:59','bf7c9d2e-08f8-4450-89f4-64bc60e31959'),
(118217,57,28841,NULL,9017,2,'2026-02-13 17:45:59','2026-02-13 17:45:59','17c5b845-d889-4692-9675-57533d8c3968'),
(118218,57,28841,NULL,9015,3,'2026-02-13 17:45:59','2026-02-13 17:45:59','59af12f8-668a-4fdc-b4e4-7e7c8d9ed2b1'),
(118219,57,28841,NULL,9016,4,'2026-02-13 17:45:59','2026-02-13 17:45:59','6e540e11-12d4-42e2-99a7-740cc853334a'),
(118220,57,28841,NULL,9013,5,'2026-02-13 17:45:59','2026-02-13 17:45:59','21dcf3ad-683a-4a77-915b-e273a4b00d96'),
(118221,57,28841,NULL,9014,6,'2026-02-13 17:45:59','2026-02-13 17:45:59','a1761e8a-31d5-4990-9859-1c090f33c4ad'),
(118222,57,28841,NULL,9012,7,'2026-02-13 17:45:59','2026-02-13 17:45:59','69a3cf0f-e138-4760-99c2-f5b5306ccc42'),
(118223,57,28841,NULL,9018,8,'2026-02-13 17:45:59','2026-02-13 17:45:59','733e5b55-fb96-4e19-bce9-502b06ce7dc4'),
(118224,13,28841,NULL,23694,1,'2026-02-13 17:45:59','2026-02-13 17:45:59','b3f86382-c8b8-4e4f-84a2-bb962beb3762'),
(118256,32,28843,NULL,2614,1,'2026-02-13 17:46:30','2026-02-13 17:46:30','a43a8503-c9ed-440c-89af-9f1be272e261'),
(118257,32,28843,NULL,2610,2,'2026-02-13 17:46:30','2026-02-13 17:46:30','9c937775-329c-4a58-a994-e64a77cc86f3'),
(118258,32,28843,NULL,2598,3,'2026-02-13 17:46:30','2026-02-13 17:46:30','72b7cf7e-49f2-492f-a4a1-d5bf1af64214'),
(118259,32,28843,NULL,2608,4,'2026-02-13 17:46:30','2026-02-13 17:46:30','6b4061cd-2ffb-406c-81e2-3a4dada4805a'),
(118260,32,28843,NULL,2600,5,'2026-02-13 17:46:30','2026-02-13 17:46:30','03377cb6-ce05-4c5d-8ac1-699f04ae1a89'),
(118261,32,28843,NULL,2596,6,'2026-02-13 17:46:30','2026-02-13 17:46:30','dc97a005-0896-42c3-b8f0-4092856690a1'),
(118262,32,28843,NULL,2602,7,'2026-02-13 17:46:30','2026-02-13 17:46:30','a2b4b102-1953-437f-8ce5-d0c15f31ce7d'),
(118263,32,28843,NULL,2612,8,'2026-02-13 17:46:30','2026-02-13 17:46:30','c9c59b66-d782-4d66-b939-0942f053a422'),
(118264,32,28843,NULL,2606,9,'2026-02-13 17:46:30','2026-02-13 17:46:30','e5d8b6b2-fec4-4be3-9e52-1da33ef1ecb2'),
(118265,16,28843,NULL,9749,1,'2026-02-13 17:46:30','2026-02-13 17:46:30','4c4a1741-c093-4e6b-86ea-2b0eb0f5bf18'),
(118266,7,28843,NULL,6547,1,'2026-02-13 17:46:30','2026-02-13 17:46:30','b6d21de8-ea86-4162-9b54-f727883f05c6'),
(118267,7,28843,NULL,9732,2,'2026-02-13 17:46:30','2026-02-13 17:46:30','cefdd985-3999-401c-a8b8-d6cd88bbe33a'),
(118268,7,28843,NULL,9735,3,'2026-02-13 17:46:30','2026-02-13 17:46:30','7ec5433a-96d9-455e-89d4-98fae4401f7b'),
(118269,7,28843,NULL,9640,4,'2026-02-13 17:46:30','2026-02-13 17:46:30','bf52a6f9-302e-45bc-a245-5eec7de38e97'),
(118270,7,28843,NULL,617,5,'2026-02-13 17:46:30','2026-02-13 17:46:30','24c1bca6-0b6c-41cd-8a64-1d93d814aa40'),
(118271,7,28843,NULL,605,6,'2026-02-13 17:46:30','2026-02-13 17:46:30','9aeb1bbf-86f0-45f0-9c91-47fb89b983a4'),
(118272,7,28843,NULL,9552,7,'2026-02-13 17:46:30','2026-02-13 17:46:30','2cddee8e-f6ed-4c5a-baaa-555bbffc967e'),
(118273,82,28843,NULL,477,1,'2026-02-13 17:46:30','2026-02-13 17:46:30','3ec9ce62-18fa-4d26-afe0-088cce5a8bbb'),
(118274,82,28843,NULL,479,2,'2026-02-13 17:46:30','2026-02-13 17:46:30','e580c070-7e8c-400d-bcc6-f355149b91f6'),
(118275,47,28843,NULL,12344,1,'2026-02-13 17:46:30','2026-02-13 17:46:30','3eb2bed1-58cc-43c1-9c39-ffde6e949bf5'),
(118276,57,28843,NULL,9804,1,'2026-02-13 17:46:30','2026-02-13 17:46:30','f334ce9a-7226-4bcd-88fa-b341edc10c10'),
(118277,57,28843,NULL,9811,2,'2026-02-13 17:46:30','2026-02-13 17:46:30','5ad3d13e-b46e-4bbe-a463-74a8f30e24f0'),
(118278,57,28843,NULL,9805,3,'2026-02-13 17:46:30','2026-02-13 17:46:30','71a08932-4ec7-43de-b01a-5623898e5265'),
(118279,57,28843,NULL,9806,4,'2026-02-13 17:46:30','2026-02-13 17:46:30','9f6c3ff7-c06f-4ffd-828a-9f198f4fc7ab'),
(118280,57,28843,NULL,9807,5,'2026-02-13 17:46:30','2026-02-13 17:46:30','0b515833-aba6-4904-88bb-0a8049ea89fc'),
(118281,57,28843,NULL,9800,6,'2026-02-13 17:46:30','2026-02-13 17:46:30','8884008d-a591-4a5b-9a85-0c3f39b6a992'),
(118282,57,28843,NULL,9808,7,'2026-02-13 17:46:30','2026-02-13 17:46:30','98ebce8a-6f89-4ddc-ad6d-a3cf2ebdbcaf'),
(118283,57,28843,NULL,9809,8,'2026-02-13 17:46:30','2026-02-13 17:46:30','4c21ed6e-b8ae-4e5a-ad3a-ccf15ae8fca4'),
(118284,57,28843,NULL,9812,9,'2026-02-13 17:46:30','2026-02-13 17:46:30','213b2ca3-be31-4adb-8a21-4ab4b7ecb080'),
(118285,57,28843,NULL,9813,10,'2026-02-13 17:46:30','2026-02-13 17:46:30','e1ae02ec-e350-43c3-86f3-85380202e4d9'),
(118286,13,28843,NULL,6925,1,'2026-02-13 17:46:30','2026-02-13 17:46:30','1cdc18c0-0906-4624-9c69-fdeffff6d432'),
(118314,32,28845,NULL,2610,1,'2026-02-13 17:47:06','2026-02-13 17:47:06','4084295e-a87c-4363-b12f-a6f910f5913f'),
(118315,32,28845,NULL,2622,2,'2026-02-13 17:47:06','2026-02-13 17:47:06','96cc8b61-ce02-4a4c-b35d-b118def28e97'),
(118316,32,28845,NULL,2598,3,'2026-02-13 17:47:06','2026-02-13 17:47:06','3247810c-7cde-46d3-b421-034d07c1f32b'),
(118317,32,28845,NULL,2600,4,'2026-02-13 17:47:06','2026-02-13 17:47:06','8b3bc08b-850c-4f04-a4ea-0ecdafdba96a'),
(118318,32,28845,NULL,2604,5,'2026-02-13 17:47:06','2026-02-13 17:47:06','087c0f2b-e1dc-4408-adc2-46fbe18b4a3d'),
(118319,32,28845,NULL,2608,6,'2026-02-13 17:47:06','2026-02-13 17:47:06','619515ff-27ae-4e2d-9031-acbe482517d4'),
(118320,32,28845,NULL,2602,7,'2026-02-13 17:47:06','2026-02-13 17:47:06','36c965bc-53f8-4279-b0c5-8664cb53b615'),
(118321,32,28845,NULL,2596,8,'2026-02-13 17:47:06','2026-02-13 17:47:06','440e6745-1204-4e02-883d-2053554d84b2'),
(118322,32,28845,NULL,2606,9,'2026-02-13 17:47:06','2026-02-13 17:47:06','2d266860-5aff-4cdf-9b7a-723759a7f284'),
(118323,32,28845,NULL,2612,10,'2026-02-13 17:47:06','2026-02-13 17:47:06','4ff85993-b525-424e-95ef-5fd4e5738ddb'),
(118324,16,28845,NULL,4385,1,'2026-02-13 17:47:06','2026-02-13 17:47:06','6dcba6bb-82e3-4568-8229-9fbec6bae1a1'),
(118325,7,28845,NULL,617,1,'2026-02-13 17:47:06','2026-02-13 17:47:06','8bc7709b-c150-4ede-b711-d9b882d63a58'),
(118326,7,28845,NULL,605,2,'2026-02-13 17:47:06','2026-02-13 17:47:06','f7154eea-4027-4b23-80f7-dd816113f5ad'),
(118327,7,28845,NULL,9552,3,'2026-02-13 17:47:06','2026-02-13 17:47:06','8507dacd-08c5-4c4f-9628-0a0912fec156'),
(118328,82,28845,NULL,469,1,'2026-02-13 17:47:06','2026-02-13 17:47:06','b5128910-34aa-4541-b2bc-2e0a4e5bfb4b'),
(118329,82,28845,NULL,479,2,'2026-02-13 17:47:06','2026-02-13 17:47:06','b06b9bfa-9414-4aa1-ba50-e6dfeb5626d9'),
(118330,82,28845,NULL,491,3,'2026-02-13 17:47:06','2026-02-13 17:47:06','9de4087c-372a-43d1-ae18-dfdf88624012'),
(118331,46,28845,NULL,4403,1,'2026-02-13 17:47:06','2026-02-13 17:47:06','9e999bc0-6c26-4892-8fd1-812980264ab8'),
(118332,47,28845,NULL,10486,1,'2026-02-13 17:47:06','2026-02-13 17:47:06','fbf8bc44-4209-4436-8a15-d88dedcd4f82'),
(118333,57,28845,NULL,8806,1,'2026-02-13 17:47:06','2026-02-13 17:47:06','ee800f7f-a44f-4ca4-aad5-b7f27856e862'),
(118334,57,28845,NULL,8808,2,'2026-02-13 17:47:06','2026-02-13 17:47:06','02329ec4-e228-4003-aad3-ffeda2cd7805'),
(118335,57,28845,NULL,8810,3,'2026-02-13 17:47:06','2026-02-13 17:47:06','1b327969-a17a-4bc1-8e80-84751bbea26e'),
(118336,57,28845,NULL,8803,4,'2026-02-13 17:47:06','2026-02-13 17:47:06','39007110-2f2a-4b19-ad9c-78e244b747f9'),
(118337,57,28845,NULL,8804,5,'2026-02-13 17:47:06','2026-02-13 17:47:06','11d8c99b-680d-4687-9827-2620df5df3b0'),
(118338,57,28845,NULL,8805,6,'2026-02-13 17:47:06','2026-02-13 17:47:06','bc002913-bc36-4671-a7f2-72a9b790dd1d'),
(118339,57,28845,NULL,8807,7,'2026-02-13 17:47:06','2026-02-13 17:47:06','4579daae-4411-485f-95d0-54b91fcdb738'),
(118340,13,28845,NULL,23819,1,'2026-02-13 17:47:06','2026-02-13 17:47:06','7a4518ed-497f-4d2f-b05b-3cf0d7025a7a'),
(118365,32,28847,NULL,2610,1,'2026-02-13 17:47:30','2026-02-13 17:47:30','ae3c6ba9-2280-4b63-b372-e14febef79ce'),
(118366,32,28847,NULL,2598,2,'2026-02-13 17:47:30','2026-02-13 17:47:30','7e6501dc-e209-46b1-a8d7-a0f448c96c65'),
(118367,32,28847,NULL,2608,3,'2026-02-13 17:47:30','2026-02-13 17:47:30','f937d26c-7cf4-4faa-bd7c-cc1a94f9f6ee'),
(118368,32,28847,NULL,2600,4,'2026-02-13 17:47:30','2026-02-13 17:47:30','c95bbe9c-ac31-4044-a0a2-39f6e105170b'),
(118369,32,28847,NULL,2596,5,'2026-02-13 17:47:30','2026-02-13 17:47:30','4e463e80-b052-4291-ba3d-53ce50a84e84'),
(118370,32,28847,NULL,2602,6,'2026-02-13 17:47:30','2026-02-13 17:47:30','f1220295-3964-43ae-8867-90599b3eea74'),
(118371,32,28847,NULL,2606,7,'2026-02-13 17:47:30','2026-02-13 17:47:30','1fad9c8e-4f87-4853-80d3-f3ccacd36b05'),
(118372,32,28847,NULL,2612,8,'2026-02-13 17:47:30','2026-02-13 17:47:30','fd0bd124-bcd5-41bb-99fc-2a2f7f4902d4'),
(118373,32,28847,NULL,2604,9,'2026-02-13 17:47:30','2026-02-13 17:47:30','314cad27-2cbb-4328-a709-e3ed300035d3'),
(118374,16,28847,NULL,9286,1,'2026-02-13 17:47:30','2026-02-13 17:47:30','84087368-db14-49c7-b459-6db40878e774'),
(118375,7,28847,NULL,3468,1,'2026-02-13 17:47:30','2026-02-13 17:47:30','b62353f1-021c-4ed0-9979-db1efc9142f5'),
(118376,7,28847,NULL,601,2,'2026-02-13 17:47:30','2026-02-13 17:47:30','a50530bc-66e7-4233-b50e-d1d1bcdf8601'),
(118377,7,28847,NULL,617,3,'2026-02-13 17:47:30','2026-02-13 17:47:30','2405291b-98ca-4fcc-9527-8f30a3ed6ef5'),
(118378,7,28847,NULL,9552,4,'2026-02-13 17:47:30','2026-02-13 17:47:30','77f0538a-fc69-48af-8fd5-3edb3847eb67'),
(118379,7,28847,NULL,605,5,'2026-02-13 17:47:30','2026-02-13 17:47:30','b47cc6b3-d743-497c-941b-a3e46273ae65'),
(118380,82,28847,NULL,491,1,'2026-02-13 17:47:30','2026-02-13 17:47:30','4f91928f-11a9-48c0-99d3-5437f76a0141'),
(118381,47,28847,NULL,12455,1,'2026-02-13 17:47:30','2026-02-13 17:47:30','7f5b0080-16d7-48d4-bff5-353b2f7e97d8'),
(118382,57,28847,NULL,9293,1,'2026-02-13 17:47:30','2026-02-13 17:47:30','435f32bd-74c3-411f-859f-8c1cae60bfb2'),
(118383,57,28847,NULL,9290,2,'2026-02-13 17:47:30','2026-02-13 17:47:30','49c0c2d9-107b-49ca-8095-a0988b38d587'),
(118384,57,28847,NULL,9289,3,'2026-02-13 17:47:30','2026-02-13 17:47:30','105086e7-efbc-40f0-8648-92630f713a70'),
(118385,57,28847,NULL,9294,4,'2026-02-13 17:47:30','2026-02-13 17:47:30','81e3ed33-aeda-4ce1-9fdc-3010d8e5fc61'),
(118386,57,28847,NULL,9291,5,'2026-02-13 17:47:30','2026-02-13 17:47:30','49ca9059-e24a-4381-b739-12f5b6d54cab'),
(118387,57,28847,NULL,9292,6,'2026-02-13 17:47:30','2026-02-13 17:47:30','cdedf0df-5667-4a2c-b93c-29e90108ed4e'),
(118388,13,28847,NULL,23755,1,'2026-02-13 17:47:30','2026-02-13 17:47:30','9bfc64b7-5627-4366-b78f-b42df9dfa7cc'),
(118414,32,28849,NULL,2610,1,'2026-02-13 17:47:53','2026-02-13 17:47:53','7ae35340-0b95-4814-af07-1ae794b384ad'),
(118415,32,28849,NULL,2598,2,'2026-02-13 17:47:53','2026-02-13 17:47:53','62882f56-bf4a-4256-9315-9b03e5ad8d96'),
(118416,32,28849,NULL,2624,3,'2026-02-13 17:47:53','2026-02-13 17:47:53','e6e6227a-4021-4b64-be8b-f1f0e4e5ec32'),
(118417,32,28849,NULL,2600,4,'2026-02-13 17:47:53','2026-02-13 17:47:53','9682be4f-d04a-4e0b-bc5a-3e029a5688e7'),
(118418,32,28849,NULL,2606,5,'2026-02-13 17:47:53','2026-02-13 17:47:53','cefb903d-46b7-4ba6-a2db-af1f7d89a228'),
(118419,32,28849,NULL,2604,6,'2026-02-13 17:47:53','2026-02-13 17:47:53','db46f0f0-f1e7-423d-bd18-1ddd85df58bd'),
(118420,32,28849,NULL,2608,7,'2026-02-13 17:47:53','2026-02-13 17:47:53','02ae5aae-cbc1-4c7b-9ab5-a6f2cc62d57d'),
(118421,32,28849,NULL,2602,8,'2026-02-13 17:47:53','2026-02-13 17:47:53','222710b6-cb03-41c7-bffa-6f61b52762fa'),
(118422,32,28849,NULL,2596,9,'2026-02-13 17:47:53','2026-02-13 17:47:53','0286f42b-af72-4cf1-843b-4f77658ac246'),
(118423,32,28849,NULL,2612,10,'2026-02-13 17:47:53','2026-02-13 17:47:53','c205f368-b19d-4e08-b0a5-51367072f670'),
(118424,16,28849,NULL,4440,1,'2026-02-13 17:47:53','2026-02-13 17:47:53','8e05decd-1c40-45d9-af57-17fbd1f90db4'),
(118425,7,28849,NULL,2969,1,'2026-02-13 17:47:53','2026-02-13 17:47:53','af450d07-fbdf-4454-8b42-f3d7314fa785'),
(118426,7,28849,NULL,617,2,'2026-02-13 17:47:53','2026-02-13 17:47:53','456230ee-0dce-4e31-85c5-57b4c1aeb6b2'),
(118427,7,28849,NULL,605,3,'2026-02-13 17:47:53','2026-02-13 17:47:53','15569f52-4a07-440c-b063-efb30488ffb8'),
(118428,7,28849,NULL,9552,4,'2026-02-13 17:47:53','2026-02-13 17:47:53','3f9714d0-1cd4-4df1-83fa-a069d3dbc00f'),
(118429,82,28849,NULL,469,1,'2026-02-13 17:47:53','2026-02-13 17:47:53','b151ea39-11a5-4af9-aa42-0a24bb315089'),
(118430,82,28849,NULL,491,2,'2026-02-13 17:47:53','2026-02-13 17:47:53','dc284c6c-71f1-45c6-813b-89ee89d903fc'),
(118431,46,28849,NULL,2891,1,'2026-02-13 17:47:53','2026-02-13 17:47:53','7d9724d3-4aea-4148-8f76-6b43bfe06d26'),
(118432,47,28849,NULL,10492,1,'2026-02-13 17:47:53','2026-02-13 17:47:53','8f17240e-81b4-4d66-b672-7f44df606bf5'),
(118433,57,28849,NULL,8867,1,'2026-02-13 17:47:53','2026-02-13 17:47:53','dc47f533-a595-4eb8-93dc-53eb39184c86'),
(118434,57,28849,NULL,8864,2,'2026-02-13 17:47:53','2026-02-13 17:47:53','84ad090d-893d-4918-a6c2-70eb0b9ae78d'),
(118435,57,28849,NULL,8869,3,'2026-02-13 17:47:53','2026-02-13 17:47:53','6d338cd1-d2ac-4299-ba1a-d3836936ef03'),
(118436,57,28849,NULL,8866,4,'2026-02-13 17:47:53','2026-02-13 17:47:53','b6820a84-c249-41f0-8b30-2ccb89c6e791'),
(118437,57,28849,NULL,8865,5,'2026-02-13 17:47:53','2026-02-13 17:47:53','ad20d3dd-0e04-4fa9-b2a9-b0495b60ac0c'),
(118438,13,28849,NULL,23824,1,'2026-02-13 17:47:53','2026-02-13 17:47:53','066401f0-7860-4bb1-bebb-5b9915f1e612'),
(118462,32,28851,NULL,2610,1,'2026-02-13 17:48:17','2026-02-13 17:48:17','92ac57d9-4d4c-4346-a03d-4f0d8657d940'),
(118463,32,28851,NULL,2598,2,'2026-02-13 17:48:17','2026-02-13 17:48:17','36d86a96-d4af-498f-8d72-9430e790fd25'),
(118464,32,28851,NULL,2608,3,'2026-02-13 17:48:17','2026-02-13 17:48:17','2c9b2fd1-5993-4f6e-8768-bdf94d9ea58d'),
(118465,32,28851,NULL,2600,4,'2026-02-13 17:48:17','2026-02-13 17:48:17','bde0890e-a6af-431c-bf74-4691c7f5fd89'),
(118466,32,28851,NULL,2596,5,'2026-02-13 17:48:17','2026-02-13 17:48:17','d819c2e1-2558-41f7-b3a9-69e094934c39'),
(118467,32,28851,NULL,2602,6,'2026-02-13 17:48:17','2026-02-13 17:48:17','0d784876-e889-41a5-9957-c0bfd10712b6'),
(118468,32,28851,NULL,2612,7,'2026-02-13 17:48:17','2026-02-13 17:48:17','1dddf8be-7d41-44f3-8d64-c18958657327'),
(118469,32,28851,NULL,2604,8,'2026-02-13 17:48:17','2026-02-13 17:48:17','4ab45ad5-153f-44ca-b351-222c0f00859d'),
(118470,32,28851,NULL,2606,9,'2026-02-13 17:48:17','2026-02-13 17:48:17','54c0bf82-91da-40ef-ab6c-5b2f1525877c'),
(118471,16,28851,NULL,9025,1,'2026-02-13 17:48:17','2026-02-13 17:48:17','9586974b-d0bb-47ec-9d64-8f1017c2812d'),
(118472,7,28851,NULL,601,1,'2026-02-13 17:48:17','2026-02-13 17:48:17','bab4853e-3ced-4a31-a6c7-333b9265748f'),
(118473,7,28851,NULL,605,2,'2026-02-13 17:48:17','2026-02-13 17:48:17','3862516d-bcdf-4124-86f3-dbd07303a177'),
(118474,7,28851,NULL,617,3,'2026-02-13 17:48:17','2026-02-13 17:48:17','ccac7d16-85ee-44ce-bd00-779bb483bf12'),
(118475,7,28851,NULL,9552,4,'2026-02-13 17:48:17','2026-02-13 17:48:17','0b3db1da-13c4-4e69-809b-b919bf530e15'),
(118476,82,28851,NULL,479,1,'2026-02-13 17:48:17','2026-02-13 17:48:17','79c27fd4-7163-4b43-9194-aab2badd79b3'),
(118477,82,28851,NULL,491,2,'2026-02-13 17:48:17','2026-02-13 17:48:17','86f9f861-7564-4431-8b63-266b746d022d'),
(118478,47,28851,NULL,12281,1,'2026-02-13 17:48:17','2026-02-13 17:48:17','5956bf58-3692-48aa-9d41-7ae918195f6d'),
(118479,57,28851,NULL,9030,1,'2026-02-13 17:48:17','2026-02-13 17:48:17','f3ed9b4a-1055-4e54-a788-fe9a7a650874'),
(118480,57,28851,NULL,9031,2,'2026-02-13 17:48:17','2026-02-13 17:48:17','dd724a67-d98c-4365-a86e-b1ba605dc859'),
(118481,57,28851,NULL,9032,3,'2026-02-13 17:48:17','2026-02-13 17:48:17','123a30f4-3133-4107-bc2b-1d9da573c970'),
(118482,57,28851,NULL,9033,4,'2026-02-13 17:48:17','2026-02-13 17:48:17','fc45bdff-ae4c-4368-8a57-db56f4ba446b'),
(118483,57,28851,NULL,9029,5,'2026-02-13 17:48:17','2026-02-13 17:48:17','b74b7f75-6c58-47b4-96d8-e3e04f2c68b3'),
(118484,57,28851,NULL,9028,6,'2026-02-13 17:48:17','2026-02-13 17:48:17','6e7e0505-3c1a-403a-98da-56cab2f20463'),
(118513,32,28854,NULL,2610,1,'2026-02-13 17:48:50','2026-02-13 17:48:50','470fde0d-6939-4372-ad6b-fd031fcc0349'),
(118514,32,28854,NULL,2598,2,'2026-02-13 17:48:50','2026-02-13 17:48:50','a5b05f14-df7a-4265-97a5-22f107d2057d'),
(118515,32,28854,NULL,2608,3,'2026-02-13 17:48:50','2026-02-13 17:48:50','345741ce-c3c0-4f25-9be6-2abdb635e0de'),
(118516,32,28854,NULL,2624,4,'2026-02-13 17:48:50','2026-02-13 17:48:50','c3059a44-5888-4737-b2d3-814a3b637a12'),
(118517,32,28854,NULL,2600,5,'2026-02-13 17:48:50','2026-02-13 17:48:50','58b6a1a6-b792-4637-a4e8-5550f0f86349'),
(118518,32,28854,NULL,2596,6,'2026-02-13 17:48:50','2026-02-13 17:48:50','6091165a-aaf3-4e40-bd45-5045ee997b2f'),
(118519,32,28854,NULL,2602,7,'2026-02-13 17:48:50','2026-02-13 17:48:50','885cd4fa-7717-4f4b-9b1d-3a515212ad7d'),
(118520,32,28854,NULL,2606,8,'2026-02-13 17:48:50','2026-02-13 17:48:50','ed90abd1-e94b-41ef-a5ed-abb0869d4b36'),
(118521,32,28854,NULL,2612,9,'2026-02-13 17:48:50','2026-02-13 17:48:50','09a2eaa3-fc6a-42e2-8dd6-a26a84ec2665'),
(118522,32,28854,NULL,2604,10,'2026-02-13 17:48:50','2026-02-13 17:48:50','3d2804a3-655f-403d-b893-db2061487fac'),
(118523,16,28854,NULL,9038,1,'2026-02-13 17:48:50','2026-02-13 17:48:50','61e7f4e1-d243-403b-84f9-5cef4fb001d7'),
(118524,7,28854,NULL,601,1,'2026-02-13 17:48:50','2026-02-13 17:48:50','51137783-ba61-46ca-b1cc-fa641ecd8fb2'),
(118525,7,28854,NULL,3468,2,'2026-02-13 17:48:50','2026-02-13 17:48:50','ffb2c019-689c-4e65-8c97-05bdacd8dac5'),
(118526,7,28854,NULL,2974,3,'2026-02-13 17:48:50','2026-02-13 17:48:50','e564751d-25e4-491f-81c9-0b661b02efd8'),
(118527,7,28854,NULL,28766,4,'2026-02-13 17:48:50','2026-02-13 17:48:50','4448dbd6-875d-482b-8916-74a5800651d6'),
(118528,7,28854,NULL,605,5,'2026-02-13 17:48:50','2026-02-13 17:48:50','66f85a30-a93b-4978-82e3-4e44962654a5'),
(118529,7,28854,NULL,617,6,'2026-02-13 17:48:50','2026-02-13 17:48:50','85d6b112-4d5c-4a83-b32c-1dbc157f8b43'),
(118530,7,28854,NULL,9552,7,'2026-02-13 17:48:50','2026-02-13 17:48:50','6218a530-1c1f-430e-ba72-c1db2d64ae76'),
(118531,82,28854,NULL,491,1,'2026-02-13 17:48:50','2026-02-13 17:48:50','8f4448a5-426a-41f1-b7ba-181a65bb9bff'),
(118532,46,28854,NULL,2891,1,'2026-02-13 17:48:50','2026-02-13 17:48:50','c9c3424e-9a4d-4b8b-83f9-f8a3a6567832'),
(118533,47,28854,NULL,12285,1,'2026-02-13 17:48:50','2026-02-13 17:48:50','a92d0c19-77a9-40e0-b2b1-c9b06df6770f'),
(118534,57,28854,NULL,9045,1,'2026-02-13 17:48:50','2026-02-13 17:48:50','8aa5bed6-bfd0-4ecd-9ce3-eb86dc561992'),
(118535,57,28854,NULL,9046,2,'2026-02-13 17:48:50','2026-02-13 17:48:50','8a352b6f-11ee-47d0-bf5c-203b2d895c32'),
(118536,57,28854,NULL,9042,3,'2026-02-13 17:48:50','2026-02-13 17:48:50','cc00f8bb-ae64-4e5f-976a-83b64174616b'),
(118537,57,28854,NULL,9043,4,'2026-02-13 17:48:50','2026-02-13 17:48:50','20bcea13-5544-43c5-8be7-a95f24a1bdcc'),
(118538,57,28854,NULL,9044,5,'2026-02-13 17:48:50','2026-02-13 17:48:50','c9ebf5bf-8eaa-4e76-96b3-56c92d58c24b'),
(118539,57,28854,NULL,9041,6,'2026-02-13 17:48:50','2026-02-13 17:48:50','8e649786-7861-4cb1-a164-e607c4d48542'),
(118540,13,28854,NULL,6860,1,'2026-02-13 17:48:50','2026-02-13 17:48:50','6b330ed5-0710-436f-b7c8-f7d9fedcd337'),
(118564,32,28856,NULL,2614,1,'2026-02-13 17:49:48','2026-02-13 17:49:48','fd3bfb66-2d51-43ed-a049-8c8c3f13a112'),
(118565,32,28856,NULL,2610,2,'2026-02-13 17:49:48','2026-02-13 17:49:48','2c5baad2-d337-4e94-98d4-84e307017e48'),
(118566,32,28856,NULL,2598,3,'2026-02-13 17:49:48','2026-02-13 17:49:48','ac90538e-f2bf-4af9-87f4-d90c8da0ac2e'),
(118567,32,28856,NULL,2608,4,'2026-02-13 17:49:48','2026-02-13 17:49:48','1ddf9e62-25df-4dcb-96ad-f76e48477c75'),
(118568,32,28856,NULL,2600,5,'2026-02-13 17:49:48','2026-02-13 17:49:48','79e83c05-63c1-413c-9f96-ec1a79c284c7'),
(118569,32,28856,NULL,2596,6,'2026-02-13 17:49:48','2026-02-13 17:49:48','c9b7e377-0b37-415f-954a-2dda5a625b0c'),
(118570,32,28856,NULL,2602,7,'2026-02-13 17:49:48','2026-02-13 17:49:48','3c85dcfe-441a-4d7f-8abe-bb28fade1ed5'),
(118571,32,28856,NULL,2604,8,'2026-02-13 17:49:48','2026-02-13 17:49:48','c2a9d47a-6762-4d2d-821c-3f1bf7392bf7'),
(118572,32,28856,NULL,2606,9,'2026-02-13 17:49:48','2026-02-13 17:49:48','e0ae9f3d-9ab6-449f-a0af-3b70822be1f3'),
(118573,32,28856,NULL,2612,10,'2026-02-13 17:49:48','2026-02-13 17:49:48','3f39f521-4ccf-411b-b25a-306580cc5a31'),
(118574,16,28856,NULL,3158,1,'2026-02-13 17:49:48','2026-02-13 17:49:48','f76458a4-2c85-431d-8da5-b22bb6c28a63'),
(118575,7,28856,NULL,601,1,'2026-02-13 17:49:48','2026-02-13 17:49:48','acb2d536-fe51-4135-bf1d-43bfca6408ca'),
(118576,7,28856,NULL,2974,2,'2026-02-13 17:49:48','2026-02-13 17:49:48','0c9b7284-9564-4189-86c9-12dd430bf3f8'),
(118577,7,28856,NULL,617,3,'2026-02-13 17:49:48','2026-02-13 17:49:48','5f4504ab-69f6-42ee-80d5-822aa6019784'),
(118578,7,28856,NULL,605,4,'2026-02-13 17:49:48','2026-02-13 17:49:48','068f4c85-6695-4a02-bb94-2b24efbdeb90'),
(118579,7,28856,NULL,9552,5,'2026-02-13 17:49:48','2026-02-13 17:49:48','46b053b2-0430-4490-aa70-e95b8af1dc95'),
(118580,47,28856,NULL,14983,1,'2026-02-13 17:49:48','2026-02-13 17:49:48','510be3b0-ecc9-4f98-8d2e-ef0438343997'),
(118581,57,28856,NULL,7838,1,'2026-02-13 17:49:48','2026-02-13 17:49:48','373ff35f-e1e6-4b39-a2e4-1e68c74183e0'),
(118582,57,28856,NULL,7840,2,'2026-02-13 17:49:48','2026-02-13 17:49:48','c8fd9058-fc3e-4ec6-9559-8e0e609f3772'),
(118583,57,28856,NULL,7839,3,'2026-02-13 17:49:48','2026-02-13 17:49:48','db2c9651-8411-4726-b537-d55449ef3dac'),
(118584,57,28856,NULL,7841,4,'2026-02-13 17:49:48','2026-02-13 17:49:48','0ee1a223-514d-4551-974f-5a5cfde0a1a4'),
(118585,57,28856,NULL,7842,5,'2026-02-13 17:49:48','2026-02-13 17:49:48','20e372f0-bf28-44cc-828f-f7324f503aab'),
(118586,13,28856,NULL,23863,1,'2026-02-13 17:49:48','2026-02-13 17:49:48','848d85ec-48c7-4b52-b284-3c4635f9ec73'),
(118587,32,28857,NULL,2614,1,'2026-02-13 17:50:26','2026-02-13 17:50:26','75309b1b-1faf-4008-8f7c-01d39176cc71'),
(118588,32,28857,NULL,2610,2,'2026-02-13 17:50:26','2026-02-13 17:50:26','6639e8fb-ad06-43b7-b0d7-7f73f596138f'),
(118589,32,28857,NULL,2622,3,'2026-02-13 17:50:26','2026-02-13 17:50:26','4054da65-8675-4f21-9648-fb051d231325'),
(118590,32,28857,NULL,2598,4,'2026-02-13 17:50:26','2026-02-13 17:50:26','4856c909-6c55-40fc-8891-c5dc0c456d42'),
(118591,32,28857,NULL,2608,5,'2026-02-13 17:50:26','2026-02-13 17:50:26','0fc030d1-e9e4-4e95-8ea5-b92f9be0422a'),
(118592,32,28857,NULL,2624,6,'2026-02-13 17:50:26','2026-02-13 17:50:26','47afe837-26f6-4b4d-8994-b8ebb9da2446'),
(118593,32,28857,NULL,2600,7,'2026-02-13 17:50:26','2026-02-13 17:50:26','09c7fe46-5f17-4244-bb38-84ff57b5698c'),
(118594,32,28857,NULL,2596,8,'2026-02-13 17:50:26','2026-02-13 17:50:26','15902ad8-d4b4-4c5f-a14d-0b0c44a077d2'),
(118595,32,28857,NULL,2602,9,'2026-02-13 17:50:26','2026-02-13 17:50:26','deb9738a-3b56-4932-b1a4-1d2e9666da35'),
(118596,32,28857,NULL,2606,10,'2026-02-13 17:50:26','2026-02-13 17:50:26','1bd0e45c-dd27-4f88-953c-6a25eeadced4'),
(118597,32,28857,NULL,2612,11,'2026-02-13 17:50:26','2026-02-13 17:50:26','fa0b323c-3041-4f08-ba81-7fe3976a9d0e'),
(118598,32,28857,NULL,2618,12,'2026-02-13 17:50:26','2026-02-13 17:50:26','ec327fa2-9f84-4f9e-8e1f-04e971050812'),
(118599,32,28857,NULL,2604,13,'2026-02-13 17:50:26','2026-02-13 17:50:26','019bf20c-f389-429b-b807-9f8655e6b837'),
(118600,16,28857,NULL,9051,1,'2026-02-13 17:50:26','2026-02-13 17:50:26','32d600e5-1658-4cfc-aa3b-343d4196034d'),
(118601,7,28857,NULL,601,1,'2026-02-13 17:50:26','2026-02-13 17:50:26','8f962c44-a89e-4d02-a11d-002696c55527'),
(118602,7,28857,NULL,605,2,'2026-02-13 17:50:26','2026-02-13 17:50:26','c4a57b01-fd9f-4ce9-9878-ec93af2ceb2d'),
(118603,7,28857,NULL,617,3,'2026-02-13 17:50:26','2026-02-13 17:50:26','33f664f7-7123-4e86-8165-8dc495312f5a'),
(118604,7,28857,NULL,9552,4,'2026-02-13 17:50:26','2026-02-13 17:50:26','191fded6-d4b8-4f39-9aa1-0f83763fdd7c'),
(118605,46,28857,NULL,2891,1,'2026-02-13 17:50:26','2026-02-13 17:50:26','00833549-329c-4118-805a-7bf50385c301'),
(118606,46,28857,NULL,3697,2,'2026-02-13 17:50:26','2026-02-13 17:50:26','c97ea3f0-9fdb-493e-9f8d-2d7423155845'),
(118607,46,28857,NULL,4403,3,'2026-02-13 17:50:26','2026-02-13 17:50:26','e10a88b2-6642-4933-8c4a-a566a52fde53'),
(118608,47,28857,NULL,12289,1,'2026-02-13 17:50:26','2026-02-13 17:50:26','0ae88d8e-3001-49cf-90c2-677c7d6adda2'),
(118609,57,28857,NULL,8601,1,'2026-02-13 17:50:26','2026-02-13 17:50:26','52f4d904-d38b-4940-bcbb-7805b4bd7ea1'),
(118610,57,28857,NULL,8600,2,'2026-02-13 17:50:26','2026-02-13 17:50:26','1e3596e5-a6af-4df3-b596-58bdf7c1d4ce'),
(118611,57,28857,NULL,8602,3,'2026-02-13 17:50:26','2026-02-13 17:50:26','b8c4efe7-2cd9-49e2-b95e-c4d37cffe55f'),
(118612,57,28857,NULL,8603,4,'2026-02-13 17:50:26','2026-02-13 17:50:26','23c7b09a-2a07-4fa0-ae98-e6e3687e1764'),
(118613,57,28857,NULL,8604,5,'2026-02-13 17:50:26','2026-02-13 17:50:26','f4131d39-3521-4125-9850-199e023e3a58'),
(118614,57,28857,NULL,8605,6,'2026-02-13 17:50:26','2026-02-13 17:50:26','2c9c9453-3d05-46d6-9c54-cedaa52b0b09'),
(118615,13,28857,NULL,23779,1,'2026-02-13 17:50:26','2026-02-13 17:50:26','6c95ce38-b896-4971-9116-4dd6218ae29a'),
(118648,32,28860,NULL,2614,1,'2026-02-13 17:50:57','2026-02-13 17:50:57','088ebc30-6d58-4340-ac2d-8e645539198e'),
(118649,32,28860,NULL,2610,2,'2026-02-13 17:50:57','2026-02-13 17:50:57','75280332-782f-47f1-af2c-b88cf2ae86b0'),
(118650,32,28860,NULL,2598,3,'2026-02-13 17:50:57','2026-02-13 17:50:57','de0515b2-3271-4026-b6d9-bbc9be14bd9a'),
(118651,32,28860,NULL,2608,4,'2026-02-13 17:50:57','2026-02-13 17:50:57','f32eac5e-d016-40f8-9081-f971f83d6c06'),
(118652,32,28860,NULL,2624,5,'2026-02-13 17:50:57','2026-02-13 17:50:57','5708444a-e022-421c-9845-f61f4474998f'),
(118653,32,28860,NULL,2600,6,'2026-02-13 17:50:57','2026-02-13 17:50:57','2bb90da5-3d1b-44a5-8094-cbbe30669f50'),
(118654,32,28860,NULL,2596,7,'2026-02-13 17:50:57','2026-02-13 17:50:57','b79f13d3-9fe0-4d7d-adef-cc127d4a094b'),
(118655,32,28860,NULL,2602,8,'2026-02-13 17:50:57','2026-02-13 17:50:57','a23b4718-d728-4dc5-b7af-15409ae37240'),
(118656,32,28860,NULL,2606,9,'2026-02-13 17:50:57','2026-02-13 17:50:57','74e9ee81-6ebb-46ee-a1c3-877b84a23b10'),
(118657,32,28860,NULL,2612,10,'2026-02-13 17:50:57','2026-02-13 17:50:57','893f7a70-b94a-4617-bcc2-252cb4830afc'),
(118658,32,28860,NULL,2604,11,'2026-02-13 17:50:57','2026-02-13 17:50:57','93df1e59-bcfd-40ad-a757-7fc9d8f92394'),
(118659,16,28860,NULL,9852,1,'2026-02-13 17:50:57','2026-02-13 17:50:57','d99af448-d47a-4739-87e4-8a5eb00538ee'),
(118660,7,28860,NULL,605,1,'2026-02-13 17:50:57','2026-02-13 17:50:57','a2769ac4-93a6-45e1-9ac4-02d552208f65'),
(118661,7,28860,NULL,617,2,'2026-02-13 17:50:57','2026-02-13 17:50:57','dc91cfea-3c73-4ae0-a043-fc63b6c12514'),
(118662,7,28860,NULL,9552,3,'2026-02-13 17:50:57','2026-02-13 17:50:57','1ff04872-2f4f-4629-ba62-1ad111b501f7'),
(118663,46,28860,NULL,2891,1,'2026-02-13 17:50:57','2026-02-13 17:50:57','a59b3f04-d7bf-4cbc-9972-95e757c710bb'),
(118664,47,28860,NULL,12352,1,'2026-02-13 17:50:57','2026-02-13 17:50:57','94cc0b62-f7aa-48b8-b2b8-7818c9510045'),
(118665,57,28860,NULL,9861,1,'2026-02-13 17:50:57','2026-02-13 17:50:57','f65687cb-ddcf-45c1-abb7-5902c4f440fc'),
(118666,57,28860,NULL,9866,2,'2026-02-13 17:50:57','2026-02-13 17:50:57','ebbc784c-3f7d-4a51-8365-a964b58c7fdb'),
(118667,57,28860,NULL,9865,3,'2026-02-13 17:50:57','2026-02-13 17:50:57','96d4fadf-c79d-40b8-8203-047a186bdc56'),
(118668,57,28860,NULL,9862,4,'2026-02-13 17:50:57','2026-02-13 17:50:57','c9f33117-38e8-4ee8-b1a7-fb99341961d8'),
(118669,57,28860,NULL,9859,5,'2026-02-13 17:50:57','2026-02-13 17:50:57','dde07de5-3a5c-4e4a-82f3-2974858ce9a7'),
(118670,57,28860,NULL,9864,6,'2026-02-13 17:50:57','2026-02-13 17:50:57','4bfa4ed4-82d2-4286-958e-c486e6c17c9c'),
(118671,57,28860,NULL,9868,7,'2026-02-13 17:50:57','2026-02-13 17:50:57','ad70eb25-f544-44b1-8c9d-215f807fce6e'),
(118672,57,28860,NULL,9869,8,'2026-02-13 17:50:57','2026-02-13 17:50:57','d84700e9-46f2-4507-bdc5-6f8ae1117394'),
(118673,57,28860,NULL,9870,9,'2026-02-13 17:50:57','2026-02-13 17:50:57','a6f9c5df-426a-400c-b2fe-e4ddcb716329'),
(118674,57,28860,NULL,9871,10,'2026-02-13 17:50:57','2026-02-13 17:50:57','7b06a85f-1192-4cf6-a479-6801fe550053'),
(118675,57,28860,NULL,9872,11,'2026-02-13 17:50:57','2026-02-13 17:50:57','44a1a416-166c-4988-a115-b49f52ce8afa'),
(118676,57,28860,NULL,9873,12,'2026-02-13 17:50:57','2026-02-13 17:50:57','8961f4e1-61e7-4258-b2fa-0e4d5604913b'),
(118677,57,28860,NULL,9874,13,'2026-02-13 17:50:57','2026-02-13 17:50:57','bb71822f-affd-432e-bc2a-62597cdedb35'),
(118678,57,28860,NULL,9876,14,'2026-02-13 17:50:57','2026-02-13 17:50:57','8baeed26-c944-4e91-9755-a68468b201d3'),
(118679,13,28860,NULL,6927,1,'2026-02-13 17:50:57','2026-02-13 17:50:57','699ff525-d4d2-48f0-8ff5-2acbebc8fbb3'),
(118713,32,28862,NULL,2614,1,'2026-02-13 17:51:26','2026-02-13 17:51:26','f434217b-7fe9-40a3-90c3-51fd41733487'),
(118714,32,28862,NULL,2610,2,'2026-02-13 17:51:26','2026-02-13 17:51:26','0c24ff12-3c80-4303-94b5-4d84314e0a3e'),
(118715,32,28862,NULL,2598,3,'2026-02-13 17:51:26','2026-02-13 17:51:26','c9dfd1e2-35c8-4aa5-acf9-3a6bcf3aac1c'),
(118716,32,28862,NULL,2608,4,'2026-02-13 17:51:26','2026-02-13 17:51:26','4c53f5b9-1da8-4911-aaa5-924e0acd3186'),
(118717,32,28862,NULL,2600,5,'2026-02-13 17:51:26','2026-02-13 17:51:26','0f8dbd1b-a589-4ee9-9ec3-0caa8bc34891'),
(118718,32,28862,NULL,2596,6,'2026-02-13 17:51:26','2026-02-13 17:51:26','62cdd13c-f3ee-4750-8a80-79fca227eec3'),
(118719,32,28862,NULL,2602,7,'2026-02-13 17:51:26','2026-02-13 17:51:26','08775a47-9794-445b-84b8-1635d7bedf7a'),
(118720,32,28862,NULL,2606,8,'2026-02-13 17:51:26','2026-02-13 17:51:26','3a8b5a51-57bf-410b-9030-a5c1ab632cdd'),
(118721,32,28862,NULL,2612,9,'2026-02-13 17:51:26','2026-02-13 17:51:26','93e2bd4f-55de-4532-9a9d-eea154ad2ca7'),
(118722,32,28862,NULL,2604,10,'2026-02-13 17:51:26','2026-02-13 17:51:26','7ee2b050-bfb1-4b7b-a8f2-bf983c1dc901'),
(118723,16,28862,NULL,10041,1,'2026-02-13 17:51:26','2026-02-13 17:51:26','685c069a-c3ec-430b-b53b-57b0f1ecc2ca'),
(118724,7,28862,NULL,601,1,'2026-02-13 17:51:26','2026-02-13 17:51:26','4c9108bd-beac-4ba5-bcdf-c6227732d578'),
(118725,7,28862,NULL,617,2,'2026-02-13 17:51:26','2026-02-13 17:51:26','7db3e551-26b3-4d49-863d-e78c027b661d'),
(118726,7,28862,NULL,9549,3,'2026-02-13 17:51:26','2026-02-13 17:51:26','d0fb6e17-3ffd-413e-8f3c-12d96e51633f'),
(118727,7,28862,NULL,605,4,'2026-02-13 17:51:26','2026-02-13 17:51:26','afcd76b0-1bb9-45e4-8777-4e84f4e47f2f'),
(118728,7,28862,NULL,9552,5,'2026-02-13 17:51:26','2026-02-13 17:51:26','17621c5d-10d5-4650-804d-83963e7726aa'),
(118729,47,28862,NULL,12458,1,'2026-02-13 17:51:26','2026-02-13 17:51:26','8ca31e1e-71fa-4337-a4b1-8560dd3b5d67'),
(118730,57,28862,NULL,10057,1,'2026-02-13 17:51:26','2026-02-13 17:51:26','8800f630-70cf-4d93-82c5-f1f85436565d'),
(118731,57,28862,NULL,10049,2,'2026-02-13 17:51:26','2026-02-13 17:51:26','9bf8f802-134c-4b32-bae8-ab848cc6f40f'),
(118732,57,28862,NULL,10044,3,'2026-02-13 17:51:26','2026-02-13 17:51:26','b0dee89c-0596-49c3-8976-d61102ad8a56'),
(118733,57,28862,NULL,10045,4,'2026-02-13 17:51:26','2026-02-13 17:51:26','38d00d66-94a7-4c65-a4bd-7a7a27c6bfac'),
(118734,57,28862,NULL,10042,5,'2026-02-13 17:51:26','2026-02-13 17:51:26','e431d677-d700-46a1-9c41-5218cc4c9dec'),
(118735,57,28862,NULL,10043,6,'2026-02-13 17:51:26','2026-02-13 17:51:26','206d2136-3cba-42a8-8602-0b91638ec911'),
(118736,57,28862,NULL,10046,7,'2026-02-13 17:51:26','2026-02-13 17:51:26','da63b772-c49e-41ab-b800-389a8c4b343e'),
(118737,57,28862,NULL,10047,8,'2026-02-13 17:51:26','2026-02-13 17:51:26','96b46685-cf13-4850-b8c6-01fbf25d6ba5'),
(118738,57,28862,NULL,10048,9,'2026-02-13 17:51:26','2026-02-13 17:51:26','66e857d6-af38-4266-93c7-b9a383331090'),
(118739,57,28862,NULL,10051,10,'2026-02-13 17:51:26','2026-02-13 17:51:26','5ebf2fe7-e38d-4b78-842e-4745ab895fa1'),
(118740,57,28862,NULL,10052,11,'2026-02-13 17:51:26','2026-02-13 17:51:26','bd3f5b30-f9b7-4d50-b595-296286e04ef0'),
(118741,57,28862,NULL,10053,12,'2026-02-13 17:51:26','2026-02-13 17:51:26','ef1a2286-9ead-4d3d-b0c0-44a73ca51cf7'),
(118742,57,28862,NULL,10055,13,'2026-02-13 17:51:26','2026-02-13 17:51:26','e16a72e6-094c-46b2-9c3a-1e6c59e520e2'),
(118743,57,28862,NULL,10059,14,'2026-02-13 17:51:26','2026-02-13 17:51:26','3180d453-1722-4203-89a9-ba4bb9e6f4f0'),
(118744,57,28862,NULL,10060,15,'2026-02-13 17:51:26','2026-02-13 17:51:26','b87da2d8-1cce-48c5-8405-4499f349f910'),
(118745,13,28862,NULL,23758,1,'2026-02-13 17:51:26','2026-02-13 17:51:26','503ade50-78d7-4f8a-aa0e-2d05d594c7c0'),
(118777,32,28864,NULL,2610,1,'2026-02-13 17:51:51','2026-02-13 17:51:51','e34eb124-9dd6-4b4d-859d-f567f090a2c0'),
(118778,32,28864,NULL,2598,2,'2026-02-13 17:51:51','2026-02-13 17:51:51','626a6ce1-8a6f-4f36-bd8d-42f6c48e2814'),
(118779,32,28864,NULL,2608,3,'2026-02-13 17:51:51','2026-02-13 17:51:51','87dc4779-f44e-489e-984d-1fe5d15f677d'),
(118780,32,28864,NULL,2624,4,'2026-02-13 17:51:51','2026-02-13 17:51:51','13d926bc-fdf1-435d-9f8c-d40325768ded'),
(118781,32,28864,NULL,2600,5,'2026-02-13 17:51:51','2026-02-13 17:51:51','8134925d-177c-4530-a819-e7f12eec561d'),
(118782,32,28864,NULL,2596,6,'2026-02-13 17:51:51','2026-02-13 17:51:51','43756845-1bbe-464c-8706-efec57c2a7fb'),
(118783,32,28864,NULL,2602,7,'2026-02-13 17:51:51','2026-02-13 17:51:51','fd4f4cc7-99c7-410f-9aa7-f3d2791c8103'),
(118784,32,28864,NULL,2606,8,'2026-02-13 17:51:51','2026-02-13 17:51:51','9dc79a3f-0841-4564-9d94-5e64eb51cfce'),
(118785,32,28864,NULL,2612,9,'2026-02-13 17:51:51','2026-02-13 17:51:51','7b034417-e503-47d0-9c0e-3d7ce64fdd23'),
(118786,32,28864,NULL,2604,10,'2026-02-13 17:51:51','2026-02-13 17:51:51','2ae91f39-afe9-4e7c-a85c-c4052089359d'),
(118787,16,28864,NULL,10069,1,'2026-02-13 17:51:51','2026-02-13 17:51:51','e96a89ad-b5e7-4240-bb5a-59404711b9ca'),
(118788,7,28864,NULL,601,1,'2026-02-13 17:51:51','2026-02-13 17:51:51','54291cef-c8b4-41d5-b738-f740ec3b21e6'),
(118789,7,28864,NULL,605,2,'2026-02-13 17:51:51','2026-02-13 17:51:51','5a2ca453-3360-4af9-b58e-bd3266f8e303'),
(118790,7,28864,NULL,617,3,'2026-02-13 17:51:51','2026-02-13 17:51:51','a90e9ee5-11f7-496f-8c72-28629794d34f'),
(118791,7,28864,NULL,2972,4,'2026-02-13 17:51:51','2026-02-13 17:51:51','9a112af9-58a3-4906-8d90-c877575fd033'),
(118792,7,28864,NULL,9549,5,'2026-02-13 17:51:51','2026-02-13 17:51:51','3b089c94-b728-4067-8002-32ebb3f42e06'),
(118793,7,28864,NULL,9552,6,'2026-02-13 17:51:51','2026-02-13 17:51:51','3b5f2608-4f3d-48d2-8f26-f75492045199'),
(118794,82,28864,NULL,491,1,'2026-02-13 17:51:51','2026-02-13 17:51:51','9f7cfdcb-3ebb-4bbf-8f27-34881c8de46d'),
(118795,46,28864,NULL,2891,1,'2026-02-13 17:51:51','2026-02-13 17:51:51','403f9551-3451-4db3-bb11-35659c89e48c'),
(118796,47,28864,NULL,12461,1,'2026-02-13 17:51:51','2026-02-13 17:51:51','e8be5af0-6b1b-4b53-b08e-a7dce3ca36f0'),
(118797,57,28864,NULL,10072,1,'2026-02-13 17:51:51','2026-02-13 17:51:51','46ea2c20-264b-48aa-8bdf-de1feb1d1057'),
(118798,57,28864,NULL,10079,2,'2026-02-13 17:51:51','2026-02-13 17:51:51','ca404b30-af9c-4ac4-b711-1b616b595ca3'),
(118799,57,28864,NULL,10074,3,'2026-02-13 17:51:51','2026-02-13 17:51:51','a5784047-633b-4942-ac1c-62a2f5b4dcaf'),
(118800,57,28864,NULL,10076,4,'2026-02-13 17:51:51','2026-02-13 17:51:51','0f5fb7c6-afe1-4671-96e5-b57c6366dac7'),
(118801,57,28864,NULL,10075,5,'2026-02-13 17:51:51','2026-02-13 17:51:51','3cced131-780b-46e2-b869-3d32c4a7946c'),
(118802,57,28864,NULL,10080,6,'2026-02-13 17:51:51','2026-02-13 17:51:51','1ea3591b-1ef3-4d30-9e8d-ffe5c28b587e'),
(118803,57,28864,NULL,10071,7,'2026-02-13 17:51:51','2026-02-13 17:51:51','50c4dd5b-0e34-4e70-a05b-b8b31ffb925b'),
(118804,57,28864,NULL,10070,8,'2026-02-13 17:51:51','2026-02-13 17:51:51','2420b82e-3497-4a32-ab54-b923688d90e5'),
(118805,57,28864,NULL,10077,9,'2026-02-13 17:51:51','2026-02-13 17:51:51','b4cf2e7b-7345-401f-898c-4348fb391528'),
(118806,57,28864,NULL,10078,10,'2026-02-13 17:51:51','2026-02-13 17:51:51','9c3689e8-2991-409a-9f83-c9643238bf3c'),
(118807,13,28864,NULL,23761,1,'2026-02-13 17:51:51','2026-02-13 17:51:51','c23d1ef2-a7e1-495f-9c51-969e656dd672'),
(118829,32,28866,NULL,2610,1,'2026-02-13 17:52:22','2026-02-13 17:52:22','a3e6ee49-8dfb-4dd3-aff3-981620548a70'),
(118830,32,28866,NULL,2598,2,'2026-02-13 17:52:22','2026-02-13 17:52:22','024ff7f6-860b-4f21-b7cd-ba7232988b12'),
(118831,32,28866,NULL,2600,3,'2026-02-13 17:52:22','2026-02-13 17:52:22','d8584fa7-8f92-44d5-b237-290b5c0fe0d0'),
(118832,32,28866,NULL,2596,4,'2026-02-13 17:52:22','2026-02-13 17:52:22','4ba2883d-73d1-4954-8463-721b501ce26e'),
(118833,32,28866,NULL,2602,5,'2026-02-13 17:52:22','2026-02-13 17:52:22','7ce48368-4f73-4966-92c0-79a88af999eb'),
(118834,32,28866,NULL,2604,6,'2026-02-13 17:52:22','2026-02-13 17:52:22','cebcb5b1-561a-433e-a17d-2ddc624fe5cf'),
(118835,32,28866,NULL,2608,7,'2026-02-13 17:52:22','2026-02-13 17:52:22','58b0c354-fee2-4447-a925-4c229c206dfe'),
(118836,32,28866,NULL,2606,8,'2026-02-13 17:52:22','2026-02-13 17:52:22','79d529c9-b475-408f-ba97-7a253da46a54'),
(118837,32,28866,NULL,2612,9,'2026-02-13 17:52:22','2026-02-13 17:52:22','5a5d97a5-c2d8-499a-8700-b0394be39847'),
(118838,16,28866,NULL,7850,1,'2026-02-13 17:52:22','2026-02-13 17:52:22','24bd2e69-2575-49d1-8af9-53bf3ef22bc8'),
(118839,7,28866,NULL,601,1,'2026-02-13 17:52:22','2026-02-13 17:52:22','266fc264-1c43-42a5-a7b4-fc8ce871859c'),
(118840,7,28866,NULL,617,2,'2026-02-13 17:52:22','2026-02-13 17:52:22','b1e2fee6-ccd8-4911-b7f4-aae3382d2c01'),
(118841,7,28866,NULL,605,3,'2026-02-13 17:52:22','2026-02-13 17:52:22','ea3e712c-9c1b-483d-b952-821a98960e3a'),
(118842,7,28866,NULL,9552,4,'2026-02-13 17:52:22','2026-02-13 17:52:22','749c344f-d7ad-4b56-b89a-03e74c96fcd8'),
(118843,82,28866,NULL,491,1,'2026-02-13 17:52:22','2026-02-13 17:52:22','1d14f46b-c670-4b69-8b38-b1d82707063c'),
(118844,47,28866,NULL,14999,1,'2026-02-13 17:52:22','2026-02-13 17:52:22','60436e5a-8654-467a-8cce-af2c363819c2'),
(118845,57,28866,NULL,7851,1,'2026-02-13 17:52:22','2026-02-13 17:52:22','9f262289-df9f-4b86-9637-4a80131ee47f'),
(118846,57,28866,NULL,7853,2,'2026-02-13 17:52:22','2026-02-13 17:52:22','2aef499f-5edc-4a84-a093-7529e6e9acc1'),
(118847,57,28866,NULL,7852,3,'2026-02-13 17:52:22','2026-02-13 17:52:22','7bed9dd1-6764-43b9-90ef-934eff7fe3bd'),
(118848,57,28866,NULL,3377,4,'2026-02-13 17:52:22','2026-02-13 17:52:22','7014b4ce-59df-4e80-a68b-15844931e326'),
(118849,13,28866,NULL,23866,1,'2026-02-13 17:52:22','2026-02-13 17:52:22','78717b04-8c5c-43c5-84db-de41894714ff'),
(118873,32,28868,NULL,2610,1,'2026-02-13 17:52:48','2026-02-13 17:52:48','54ac9245-f5a8-48f0-ba46-1aaff7b81dcc'),
(118874,32,28868,NULL,2598,2,'2026-02-13 17:52:48','2026-02-13 17:52:48','116fba1c-5aa6-4c9b-83ef-e2b5688cf345'),
(118875,32,28868,NULL,2608,3,'2026-02-13 17:52:48','2026-02-13 17:52:48','1bd5a1f4-9882-413c-b853-e3afd3bb56f6'),
(118876,32,28868,NULL,2600,4,'2026-02-13 17:52:48','2026-02-13 17:52:48','e195c767-6757-4420-be96-6e1835545c76'),
(118877,32,28868,NULL,2596,5,'2026-02-13 17:52:48','2026-02-13 17:52:48','f7dc668f-693a-4fec-bf8b-4c281ba38bfa'),
(118878,32,28868,NULL,2602,6,'2026-02-13 17:52:48','2026-02-13 17:52:48','6f6c4dde-484d-4419-92fe-2949b82481b3'),
(118879,32,28868,NULL,2612,7,'2026-02-13 17:52:48','2026-02-13 17:52:48','efe1a6f6-de02-4d24-9cfa-57eda68d7d17'),
(118880,32,28868,NULL,2604,8,'2026-02-13 17:52:48','2026-02-13 17:52:48','17fde8b0-c26e-432e-a31c-26f084db63fb'),
(118881,32,28868,NULL,2606,9,'2026-02-13 17:52:48','2026-02-13 17:52:48','d0f85418-1478-4775-a6ec-e5ef2d1e22be'),
(118882,16,28868,NULL,9056,1,'2026-02-13 17:52:48','2026-02-13 17:52:48','f5c74e07-47e2-4819-9811-249b9d133e78'),
(118883,7,28868,NULL,601,1,'2026-02-13 17:52:48','2026-02-13 17:52:48','c9673aee-9a91-4b82-9bd1-61576883584a'),
(118884,7,28868,NULL,605,2,'2026-02-13 17:52:48','2026-02-13 17:52:48','08f8b6eb-610b-404b-9040-72011d3a2f97'),
(118885,7,28868,NULL,617,3,'2026-02-13 17:52:48','2026-02-13 17:52:48','8fc0cebb-c8ad-4a15-b707-7ef2b7cba1a3'),
(118886,7,28868,NULL,9552,4,'2026-02-13 17:52:48','2026-02-13 17:52:48','1795aa4b-2abe-471c-8aad-dc5939da5cb9'),
(118887,82,28868,NULL,479,1,'2026-02-13 17:52:48','2026-02-13 17:52:48','690657eb-0a9b-4332-9070-c1d3a1fc46cb'),
(118888,82,28868,NULL,491,2,'2026-02-13 17:52:48','2026-02-13 17:52:48','7a21c8d1-8278-4365-b0ca-825b549fee7e'),
(118889,47,28868,NULL,12293,1,'2026-02-13 17:52:48','2026-02-13 17:52:48','db2742c2-f7d3-493d-9e3f-7e23bef1e55d'),
(118890,57,28868,NULL,9061,1,'2026-02-13 17:52:48','2026-02-13 17:52:48','9b7e6ff4-0136-414f-acc9-dbd91bb19d8f'),
(118891,57,28868,NULL,9062,2,'2026-02-13 17:52:48','2026-02-13 17:52:48','ba755cbb-0565-4da5-abf9-98f7fc35188b'),
(118892,57,28868,NULL,9063,3,'2026-02-13 17:52:48','2026-02-13 17:52:48','f5a4cf78-7cf4-4159-bc64-5b958c752898'),
(118893,57,28868,NULL,9060,4,'2026-02-13 17:52:48','2026-02-13 17:52:48','803c3d44-b0f4-4471-b605-01935e30a1bf'),
(118894,57,28868,NULL,9059,5,'2026-02-13 17:52:48','2026-02-13 17:52:48','f465cbf0-d11d-4bb8-93b0-d66b76362ec4'),
(118895,13,28868,NULL,6867,1,'2026-02-13 17:52:48','2026-02-13 17:52:48','242d24e3-73d5-44d9-8a5c-968de07984a7'),
(118922,32,28870,NULL,2614,1,'2026-02-13 17:53:26','2026-02-13 17:53:26','6566bbbf-7225-4995-b2b0-bba78376c6bf'),
(118923,32,28870,NULL,2610,2,'2026-02-13 17:53:26','2026-02-13 17:53:26','7d926f1d-0b3f-4b54-9798-89b5397cb117'),
(118924,32,28870,NULL,2598,3,'2026-02-13 17:53:26','2026-02-13 17:53:26','e2ea24d4-567d-4e54-a002-38a1f32fc8fc'),
(118925,32,28870,NULL,2600,4,'2026-02-13 17:53:26','2026-02-13 17:53:26','0a1f6dd7-ca62-4746-a6ff-42b03bf68364'),
(118926,32,28870,NULL,2596,5,'2026-02-13 17:53:26','2026-02-13 17:53:26','deb7bfe4-356b-4a4c-bb95-522300c3220f'),
(118927,32,28870,NULL,2602,6,'2026-02-13 17:53:26','2026-02-13 17:53:26','61f4de2f-11f3-492b-b7a4-e389397766ac'),
(118928,32,28870,NULL,2606,7,'2026-02-13 17:53:26','2026-02-13 17:53:26','52fc9ca3-1c22-4152-902b-7de5d8348c69'),
(118929,32,28870,NULL,2604,8,'2026-02-13 17:53:26','2026-02-13 17:53:26','2189a911-9e38-4fc7-babe-9a4f2f9b5533'),
(118930,32,28870,NULL,2608,9,'2026-02-13 17:53:26','2026-02-13 17:53:26','00fa689b-963e-41e9-880d-cd231abaab4e'),
(118931,32,28870,NULL,2612,10,'2026-02-13 17:53:26','2026-02-13 17:53:26','47b0087f-3386-4ea4-b2d9-623733f7ba64'),
(118932,16,28870,NULL,3425,1,'2026-02-13 17:53:26','2026-02-13 17:53:26','3f622d02-0b4d-4794-b8b5-b72d3de953cc'),
(118933,7,28870,NULL,601,1,'2026-02-13 17:53:26','2026-02-13 17:53:26','b786acf0-d86a-49eb-8d18-d2752fd734b7'),
(118934,7,28870,NULL,617,2,'2026-02-13 17:53:26','2026-02-13 17:53:26','faaddc4b-6685-4ee5-a0a3-6a5d77e60228'),
(118935,7,28870,NULL,605,3,'2026-02-13 17:53:26','2026-02-13 17:53:26','2375311e-0df6-4f59-b2e6-f135bf9dd172'),
(118936,7,28870,NULL,9552,4,'2026-02-13 17:53:26','2026-02-13 17:53:26','476b5e7a-3dfe-46d1-8583-b1cf5b014e46'),
(118937,82,28870,NULL,491,1,'2026-02-13 17:53:26','2026-02-13 17:53:26','fb1db94d-ef32-4840-926c-badf490808a0'),
(118938,46,28870,NULL,7381,1,'2026-02-13 17:53:26','2026-02-13 17:53:26','6c085ef9-df79-4f73-89b5-712e8ffb88e5'),
(118939,47,28870,NULL,15002,1,'2026-02-13 17:53:26','2026-02-13 17:53:26','2969cfb6-b7bc-40a7-a62c-72aee06d6234'),
(118940,57,28870,NULL,7862,1,'2026-02-13 17:53:26','2026-02-13 17:53:26','4325fb5d-2c68-4dca-814d-8523c34f1092'),
(118941,57,28870,NULL,7858,2,'2026-02-13 17:53:26','2026-02-13 17:53:26','96b07212-7aff-4b9b-b11a-634e61940662'),
(118942,57,28870,NULL,7864,3,'2026-02-13 17:53:26','2026-02-13 17:53:26','aa1ff3b8-ec48-4124-8218-f050a9f2393d'),
(118943,57,28870,NULL,7859,4,'2026-02-13 17:53:26','2026-02-13 17:53:26','0842f013-bf34-4b1a-a70a-538d849d0888'),
(118944,57,28870,NULL,7861,5,'2026-02-13 17:53:26','2026-02-13 17:53:26','aa0caeeb-1ebb-45b9-99a2-065fa1794484'),
(118945,57,28870,NULL,7863,6,'2026-02-13 17:53:26','2026-02-13 17:53:26','690cc1e1-935e-4142-9ac2-267f2c2c40ef'),
(118946,57,28870,NULL,7860,7,'2026-02-13 17:53:26','2026-02-13 17:53:26','cbe6e7de-d94f-4505-80d3-176bca85c5dc'),
(118947,13,28870,NULL,23869,1,'2026-02-13 17:53:26','2026-02-13 17:53:26','aba26f0d-302d-45a5-878a-b617ea16670b'),
(118975,32,28872,NULL,2614,1,'2026-02-13 17:53:53','2026-02-13 17:53:53','2374a694-6d35-4769-b3a5-9ed27316843a'),
(118976,32,28872,NULL,2610,2,'2026-02-13 17:53:53','2026-02-13 17:53:53','4a2591d7-71aa-4a63-93c7-50169dba5ceb'),
(118977,32,28872,NULL,2598,3,'2026-02-13 17:53:53','2026-02-13 17:53:53','60f74aef-c86a-4aff-a5eb-98e2cac2faed'),
(118978,32,28872,NULL,2608,4,'2026-02-13 17:53:53','2026-02-13 17:53:53','79e8f997-4e99-4d9a-a51a-8e8d3ba1aec3'),
(118979,32,28872,NULL,2600,5,'2026-02-13 17:53:53','2026-02-13 17:53:53','791fdd1a-cb75-4487-bf68-40a897277181'),
(118980,32,28872,NULL,2596,6,'2026-02-13 17:53:53','2026-02-13 17:53:53','a6d8e947-1ec8-42ab-a20c-a7fbfaea2a51'),
(118981,32,28872,NULL,2602,7,'2026-02-13 17:53:53','2026-02-13 17:53:53','92f88883-b721-4018-8498-d2ff0141995f'),
(118982,32,28872,NULL,2606,8,'2026-02-13 17:53:53','2026-02-13 17:53:53','84cd8d9b-a7e3-427a-84bd-8d70e97e0a04'),
(118983,32,28872,NULL,2612,9,'2026-02-13 17:53:53','2026-02-13 17:53:53','fd10f21d-8bc4-4cec-a813-d456305e053e'),
(118984,32,28872,NULL,2604,10,'2026-02-13 17:53:53','2026-02-13 17:53:53','92759c34-aa64-4ec3-93e2-219cfbac4a7b'),
(118985,16,28872,NULL,9181,1,'2026-02-13 17:53:53','2026-02-13 17:53:53','e42660a0-92b7-4cec-9ad0-3609cba23d48'),
(118986,7,28872,NULL,2969,1,'2026-02-13 17:53:53','2026-02-13 17:53:53','c4305d8d-cb09-41b4-8e6b-856e33b4375f'),
(118987,7,28872,NULL,605,2,'2026-02-13 17:53:53','2026-02-13 17:53:53','8139cc8e-7bb9-4cd2-bc15-56aa59a0f8ef'),
(118988,7,28872,NULL,617,3,'2026-02-13 17:53:53','2026-02-13 17:53:53','66308142-06b2-47a2-9568-f8dc0682f1e4'),
(118989,7,28872,NULL,9552,4,'2026-02-13 17:53:53','2026-02-13 17:53:53','87134f30-e114-45bc-987f-6bfd15990e93'),
(118990,47,28872,NULL,12355,1,'2026-02-13 17:53:53','2026-02-13 17:53:53','99994b80-3146-41d3-8490-47e39801e992'),
(118991,57,28872,NULL,9184,1,'2026-02-13 17:53:53','2026-02-13 17:53:53','13242f42-2b91-4451-ac81-8f3a53a314ab'),
(118992,57,28872,NULL,9185,2,'2026-02-13 17:53:53','2026-02-13 17:53:53','8fbc9089-ec10-4981-8f0b-0aa0de7580d7'),
(118993,57,28872,NULL,9186,3,'2026-02-13 17:53:53','2026-02-13 17:53:53','27973714-7795-4b66-b7b4-ce3412e31542'),
(118994,57,28872,NULL,9187,4,'2026-02-13 17:53:53','2026-02-13 17:53:53','11e3fb3d-be0f-4c66-ba5f-6bd493237baf'),
(118995,57,28872,NULL,9188,5,'2026-02-13 17:53:53','2026-02-13 17:53:53','7b6c574b-074a-4494-94ba-15304984e801'),
(118996,57,28872,NULL,9189,6,'2026-02-13 17:53:53','2026-02-13 17:53:53','f14f1135-9290-4e4f-939c-6793c430372f'),
(118997,57,28872,NULL,9190,7,'2026-02-13 17:53:53','2026-02-13 17:53:53','4d7cfc9f-6561-4b56-a04e-3496b231ed43'),
(118998,57,28872,NULL,9191,8,'2026-02-13 17:53:53','2026-02-13 17:53:53','f6a5348c-d855-487e-90b5-ff1d55df965c'),
(118999,57,28872,NULL,9192,9,'2026-02-13 17:53:53','2026-02-13 17:53:53','b7a1ef54-358c-49cf-9d2c-c2309fff188b'),
(119000,57,28872,NULL,9193,10,'2026-02-13 17:53:53','2026-02-13 17:53:53','c2fc1bf0-d562-4ec1-84c2-47cebca3cd45'),
(119001,13,28872,NULL,6931,1,'2026-02-13 17:53:53','2026-02-13 17:53:53','51f567b9-b360-49d3-a8bc-a43e986d256d'),
(119024,32,28874,NULL,2610,1,'2026-02-13 17:54:21','2026-02-13 17:54:21','f7c06bca-8fb8-41c5-9067-16664fc296c7'),
(119025,32,28874,NULL,2598,2,'2026-02-13 17:54:21','2026-02-13 17:54:21','aae337c1-fc3f-45bf-91f3-d25aceccbd65'),
(119026,32,28874,NULL,2608,3,'2026-02-13 17:54:21','2026-02-13 17:54:21','cb67d14a-ccca-4d1f-a45c-7bf791b22ff6'),
(119027,32,28874,NULL,2624,4,'2026-02-13 17:54:21','2026-02-13 17:54:21','aecbb8ae-3579-448b-ad5f-e92ea3e96d1f'),
(119028,32,28874,NULL,2600,5,'2026-02-13 17:54:21','2026-02-13 17:54:21','ce170595-0817-4f75-9421-3f66ebfa6366'),
(119029,32,28874,NULL,2596,6,'2026-02-13 17:54:21','2026-02-13 17:54:21','c4226e49-36e0-480c-a3a1-d458f74a7a0f'),
(119030,32,28874,NULL,2606,7,'2026-02-13 17:54:21','2026-02-13 17:54:21','60329310-09af-43cc-a6f7-464c860aa088'),
(119031,32,28874,NULL,2604,8,'2026-02-13 17:54:21','2026-02-13 17:54:21','c2ae5f0c-3c49-424a-bbe7-e2813ccfc1fc'),
(119032,32,28874,NULL,2602,9,'2026-02-13 17:54:21','2026-02-13 17:54:21','7b5dbcad-f997-4ed1-9bdc-dd1ae394cdd2'),
(119033,32,28874,NULL,2612,10,'2026-02-13 17:54:21','2026-02-13 17:54:21','6816d375-8a18-4482-93e1-6cbace493de4'),
(119034,16,28874,NULL,9524,1,'2026-02-13 17:54:21','2026-02-13 17:54:21','d54f9861-5eee-42b5-825e-7cc09ab11468'),
(119035,7,28874,NULL,617,1,'2026-02-13 17:54:21','2026-02-13 17:54:21','1a711df2-014b-44f9-943f-3bc3ae1ced65'),
(119036,7,28874,NULL,605,2,'2026-02-13 17:54:21','2026-02-13 17:54:21','34a96212-5663-4078-80df-19b06df2ddda'),
(119037,7,28874,NULL,9552,3,'2026-02-13 17:54:21','2026-02-13 17:54:21','ccc1397c-c102-45c3-8147-eb0faca89281'),
(119038,82,28874,NULL,491,1,'2026-02-13 17:54:21','2026-02-13 17:54:21','2277160e-8ff0-47c7-974a-9f39513db14f'),
(119039,46,28874,NULL,2891,1,'2026-02-13 17:54:21','2026-02-13 17:54:21','5abd5816-58a8-4cd4-884d-096de1f2cfb1'),
(119040,47,28874,NULL,10460,1,'2026-02-13 17:54:21','2026-02-13 17:54:21','76b1eae5-bc8d-48bb-b843-8ba17405a274'),
(119041,57,28874,NULL,9529,1,'2026-02-13 17:54:21','2026-02-13 17:54:21','ee61a61f-f1ab-43ee-8ba4-a6df1f20ec56'),
(119042,57,28874,NULL,9530,2,'2026-02-13 17:54:21','2026-02-13 17:54:21','84895985-fc51-475d-accf-2e0028542968'),
(119043,57,28874,NULL,9531,3,'2026-02-13 17:54:21','2026-02-13 17:54:21','5fe1b2f6-55cf-4063-a621-37721502c25a'),
(119044,13,28874,NULL,23770,1,'2026-02-13 17:54:21','2026-02-13 17:54:21','6bcf8402-378f-45ce-a77e-9eddff729f1f'),
(119045,12,28874,NULL,15380,1,'2026-02-13 17:54:21','2026-02-13 17:54:21','504db1ec-2783-4068-a8d4-de0240f908ce'),
(119077,32,28876,NULL,2610,1,'2026-02-13 17:54:52','2026-02-13 17:54:52','325b550f-87ab-4919-8734-95353cc7ad1c'),
(119078,32,28876,NULL,2598,2,'2026-02-13 17:54:52','2026-02-13 17:54:52','3f08fa00-7863-4bb8-81c7-c7c634bd28ca'),
(119079,32,28876,NULL,2608,3,'2026-02-13 17:54:52','2026-02-13 17:54:52','23aa8fec-4b12-4dcd-bb00-d851df8c88f5'),
(119080,32,28876,NULL,2600,4,'2026-02-13 17:54:52','2026-02-13 17:54:52','a8924f1c-6d7f-47cd-8591-b1db0341771c'),
(119081,32,28876,NULL,2596,5,'2026-02-13 17:54:52','2026-02-13 17:54:52','16da9c59-243c-4541-9a3b-c395fba1d454'),
(119082,32,28876,NULL,2602,6,'2026-02-13 17:54:52','2026-02-13 17:54:52','13718ad0-0e48-4db3-9f81-683f57dd032d'),
(119083,32,28876,NULL,2606,7,'2026-02-13 17:54:52','2026-02-13 17:54:52','1e16d36c-e1ff-4667-9eb3-ebe6d6d3cacf'),
(119084,32,28876,NULL,2612,8,'2026-02-13 17:54:52','2026-02-13 17:54:52','523bd097-d15e-4513-9900-b72f869edd02'),
(119085,32,28876,NULL,2604,9,'2026-02-13 17:54:52','2026-02-13 17:54:52','cdb9f4e4-4477-4d51-8867-de68ecb535c0'),
(119086,16,28876,NULL,6422,1,'2026-02-13 17:54:52','2026-02-13 17:54:52','d0ce8ba6-6266-4ecd-85cf-1a63951f8620'),
(119087,7,28876,NULL,3468,1,'2026-02-13 17:54:52','2026-02-13 17:54:52','602e0dd9-0149-460f-ab3a-7cac8369172c'),
(119088,7,28876,NULL,601,2,'2026-02-13 17:54:52','2026-02-13 17:54:52','4ec0bbbb-a85b-4e20-8da6-92069727024c'),
(119089,7,28876,NULL,617,3,'2026-02-13 17:54:52','2026-02-13 17:54:52','e33aa621-977c-4675-8d41-de6683b28d80'),
(119090,7,28876,NULL,605,4,'2026-02-13 17:54:52','2026-02-13 17:54:52','83d31c40-ee9d-480d-b170-c7470448656d'),
(119091,7,28876,NULL,9552,5,'2026-02-13 17:54:52','2026-02-13 17:54:52','7641b974-344c-491d-a15b-490e0c44ef33'),
(119092,82,28876,NULL,491,1,'2026-02-13 17:54:52','2026-02-13 17:54:52','9437dca5-f19b-49be-a737-174512b5cee4'),
(119093,46,28876,NULL,7369,1,'2026-02-13 17:54:52','2026-02-13 17:54:52','338cfb82-4acd-46f6-8624-621b8b0ed5c1'),
(119094,47,28876,NULL,12467,1,'2026-02-13 17:54:52','2026-02-13 17:54:52','b2d8cf1d-4d82-444b-bf74-27da0531890b'),
(119095,57,28876,NULL,9319,1,'2026-02-13 17:54:52','2026-02-13 17:54:52','9301902b-12d8-4499-a779-3f3e2c21c477'),
(119096,57,28876,NULL,9320,2,'2026-02-13 17:54:52','2026-02-13 17:54:52','8afd71ea-d733-40ed-b58b-2112be597b45'),
(119097,57,28876,NULL,9321,3,'2026-02-13 17:54:52','2026-02-13 17:54:52','ea1fd0a1-e96a-44bc-b38c-0c93e61d4471'),
(119098,57,28876,NULL,9322,4,'2026-02-13 17:54:52','2026-02-13 17:54:52','8435a247-b2c6-4887-981c-f57b686fe29e'),
(119099,57,28876,NULL,10087,5,'2026-02-13 17:54:52','2026-02-13 17:54:52','e30f60ee-9562-4c7c-9a43-50ccc890b8f1'),
(119100,57,28876,NULL,9323,6,'2026-02-13 17:54:52','2026-02-13 17:54:52','9c523794-1c19-4175-a8c6-b6660fe2c876'),
(119101,57,28876,NULL,10084,7,'2026-02-13 17:54:52','2026-02-13 17:54:52','4f3d65ef-02cb-4544-8629-7e8e3840a7dc'),
(119102,57,28876,NULL,10085,8,'2026-02-13 17:54:52','2026-02-13 17:54:52','e4771adc-6c1c-494d-8040-4bb23174df93'),
(119103,57,28876,NULL,10088,9,'2026-02-13 17:54:52','2026-02-13 17:54:52','9c63466a-61e6-4e73-9f12-77f78940f894'),
(119104,57,28876,NULL,10089,10,'2026-02-13 17:54:52','2026-02-13 17:54:52','c0cf131d-8521-41d7-8cf9-4e7b703e0042'),
(119105,57,28876,NULL,10083,11,'2026-02-13 17:54:52','2026-02-13 17:54:52','ae7ed3c1-8002-419c-9873-75c75d9cb584'),
(119106,57,28876,NULL,10090,12,'2026-02-13 17:54:52','2026-02-13 17:54:52','7ce604e7-f245-4ac1-980a-126055b692a5'),
(119107,13,28876,NULL,6844,1,'2026-02-13 17:54:52','2026-02-13 17:54:52','2df31dc8-aabf-41af-ba01-1ec6f2038702'),
(119130,32,28879,NULL,2610,1,'2026-02-13 17:55:20','2026-02-13 17:55:20','5a775234-888d-4856-a9cd-fcc3603d2f01'),
(119131,32,28879,NULL,2598,2,'2026-02-13 17:55:20','2026-02-13 17:55:20','2af44156-6445-498e-a4d2-60dc34434b67'),
(119132,32,28879,NULL,2608,3,'2026-02-13 17:55:20','2026-02-13 17:55:20','079689e0-43a3-4082-bfef-e2d047aad09f'),
(119133,32,28879,NULL,2624,4,'2026-02-13 17:55:20','2026-02-13 17:55:20','36b0d8f5-4c0a-449d-9eb5-1c13a9061287'),
(119134,32,28879,NULL,2600,5,'2026-02-13 17:55:20','2026-02-13 17:55:20','cdfed3bc-06bf-4b3f-9dec-75c6a2a6009c'),
(119135,32,28879,NULL,2596,6,'2026-02-13 17:55:20','2026-02-13 17:55:20','e695b43f-85cb-432c-bd47-3597fb66b109'),
(119136,32,28879,NULL,2606,7,'2026-02-13 17:55:20','2026-02-13 17:55:20','6dd4a90c-282c-4894-a738-6a49781ebf8a'),
(119137,32,28879,NULL,2604,8,'2026-02-13 17:55:20','2026-02-13 17:55:20','05b75fd1-c497-412c-8e6f-d623b66df5a6'),
(119138,32,28879,NULL,2602,9,'2026-02-13 17:55:20','2026-02-13 17:55:20','0234b007-d741-4775-8b8a-f4dd80bf37bf'),
(119139,32,28879,NULL,2612,10,'2026-02-13 17:55:20','2026-02-13 17:55:20','5a0f78f1-dcee-40b6-972d-5c30bd73fa64'),
(119140,16,28879,NULL,9524,1,'2026-02-13 17:55:20','2026-02-13 17:55:20','3b6639bf-de22-40ac-b698-a38b1c37e7e8'),
(119141,7,28879,NULL,617,1,'2026-02-13 17:55:20','2026-02-13 17:55:20','0642c319-1b8d-459f-9e61-e4c9d66796a4'),
(119142,7,28879,NULL,605,2,'2026-02-13 17:55:20','2026-02-13 17:55:20','22e44297-36e0-40aa-afa5-ea18d513a16f'),
(119143,7,28879,NULL,9552,3,'2026-02-13 17:55:20','2026-02-13 17:55:20','e61caa05-916b-4cc7-a905-1ca12422ac37'),
(119144,82,28879,NULL,491,1,'2026-02-13 17:55:20','2026-02-13 17:55:20','28d93efa-138e-47dc-b81d-fb46f532bbe5'),
(119145,46,28879,NULL,2891,1,'2026-02-13 17:55:20','2026-02-13 17:55:20','b06cb475-ad72-405a-b632-9a022c021e59'),
(119146,47,28879,NULL,10460,1,'2026-02-13 17:55:20','2026-02-13 17:55:20','80d685ca-85a5-4b5d-990f-4099d72f4795'),
(119147,57,28879,NULL,9529,1,'2026-02-13 17:55:20','2026-02-13 17:55:20','5149e39d-c191-4b49-8900-831e65dafa98'),
(119148,57,28879,NULL,9530,2,'2026-02-13 17:55:20','2026-02-13 17:55:20','51d28063-73db-473d-842d-4b9e8059ba29'),
(119149,57,28879,NULL,9531,3,'2026-02-13 17:55:20','2026-02-13 17:55:20','4834eb26-29d0-46d8-9690-63ff0c9130e8'),
(119150,13,28879,NULL,23770,1,'2026-02-13 17:55:20','2026-02-13 17:55:20','c48bb151-1b52-4df0-bb81-b5b13e4de3a1'),
(119151,12,28879,NULL,15380,1,'2026-02-13 17:55:20','2026-02-13 17:55:20','c9a11576-7867-4635-9bb1-0c170f31f80c'),
(119183,32,28882,NULL,2610,1,'2026-02-13 17:55:48','2026-02-13 17:55:48','9631f121-401c-4df8-985e-9a9bbb19d9e4'),
(119184,32,28882,NULL,2598,2,'2026-02-13 17:55:48','2026-02-13 17:55:48','5b88ff3e-ed4f-4c81-a859-9f94d7392e0e'),
(119185,32,28882,NULL,2608,3,'2026-02-13 17:55:48','2026-02-13 17:55:48','298bc16e-6c6d-44f0-98f9-5a83bbf2123c'),
(119186,32,28882,NULL,2600,4,'2026-02-13 17:55:48','2026-02-13 17:55:48','a1a3fdd6-3577-4830-a28b-5f6df9fd71dd'),
(119187,32,28882,NULL,2596,5,'2026-02-13 17:55:48','2026-02-13 17:55:48','257e79b4-c0fe-48d3-ae75-8548ea9ef927'),
(119188,32,28882,NULL,2602,6,'2026-02-13 17:55:48','2026-02-13 17:55:48','7595dbb0-e35a-4702-86ed-cfbd870053ad'),
(119189,32,28882,NULL,2606,7,'2026-02-13 17:55:48','2026-02-13 17:55:48','ca32ed3c-73b6-4c41-b1c9-e161b6e416db'),
(119190,32,28882,NULL,2612,8,'2026-02-13 17:55:48','2026-02-13 17:55:48','7ab006ba-b562-4a65-8760-fce6e26ae6c0'),
(119191,32,28882,NULL,2604,9,'2026-02-13 17:55:48','2026-02-13 17:55:48','fc23b718-d1e1-448d-a593-b6c521003191'),
(119192,16,28882,NULL,10248,1,'2026-02-13 17:55:48','2026-02-13 17:55:48','61fceb8d-d1cb-4511-aa68-ac5dd7513753'),
(119193,7,28882,NULL,6547,1,'2026-02-13 17:55:48','2026-02-13 17:55:48','3e6ccfab-a17d-46fa-9ff0-97d9ef4c85b8'),
(119194,7,28882,NULL,601,2,'2026-02-13 17:55:48','2026-02-13 17:55:48','c7dbd73f-cc8e-4636-ad93-4fd4fc8b0a42'),
(119195,7,28882,NULL,2974,3,'2026-02-13 17:55:48','2026-02-13 17:55:48','36fe0926-fa52-4a43-9b07-359a7fe36d25'),
(119196,7,28882,NULL,28766,4,'2026-02-13 17:55:48','2026-02-13 17:55:48','92f1f113-8277-432e-a70a-18649e25f089'),
(119197,7,28882,NULL,617,5,'2026-02-13 17:55:48','2026-02-13 17:55:48','79f19a32-168b-4c70-b83e-c0bfd7a8fd58'),
(119198,7,28882,NULL,605,6,'2026-02-13 17:55:48','2026-02-13 17:55:48','ec1d43a6-e911-40d0-8095-725f1a4c32a4'),
(119199,7,28882,NULL,9552,7,'2026-02-13 17:55:48','2026-02-13 17:55:48','8df30bf9-a951-4952-bd89-cc93bf39cd7a'),
(119200,82,28882,NULL,491,1,'2026-02-13 17:55:48','2026-02-13 17:55:48','050ad1d8-2420-4ddc-be32-b1223779beae'),
(119201,46,28882,NULL,7369,1,'2026-02-13 17:55:48','2026-02-13 17:55:48','3a4b4997-17b6-4c59-9f0c-322c476a1f96'),
(119202,47,28882,NULL,15316,1,'2026-02-13 17:55:48','2026-02-13 17:55:48','4e8fa0a6-c2ad-4c70-aeba-d4d192ece475'),
(119203,57,28882,NULL,10250,1,'2026-02-13 17:55:48','2026-02-13 17:55:48','43c51627-a86d-4563-bfdb-b5c08b0f8e11'),
(119204,57,28882,NULL,10249,2,'2026-02-13 17:55:48','2026-02-13 17:55:48','8ec3c4fc-96d1-45dc-a49f-5d2b7c5f03c9'),
(119205,57,28882,NULL,9331,3,'2026-02-13 17:55:48','2026-02-13 17:55:48','3effacc3-9625-4a76-9ad7-393080164610'),
(119206,57,28882,NULL,9336,4,'2026-02-13 17:55:48','2026-02-13 17:55:48','796f1787-d017-4ee0-bbdb-fa714a5295d6'),
(119207,57,28882,NULL,9332,5,'2026-02-13 17:55:48','2026-02-13 17:55:48','6bc520e1-011d-48b0-af80-383f4df8a8ce'),
(119208,57,28882,NULL,10251,6,'2026-02-13 17:55:48','2026-02-13 17:55:48','f67cb0c7-0384-4bc7-9458-19a4a4db75ef'),
(119209,57,28882,NULL,9333,7,'2026-02-13 17:55:48','2026-02-13 17:55:48','533d676e-ec33-4e64-8dc5-db6c21de7cfe'),
(119210,57,28882,NULL,9334,8,'2026-02-13 17:55:48','2026-02-13 17:55:48','db9c89a8-42b0-4c89-bcb8-f92e4825c995'),
(119211,57,28882,NULL,9335,9,'2026-02-13 17:55:48','2026-02-13 17:55:48','52e2f87d-4ee7-49ad-b7e7-0da747e5bca3'),
(119212,57,28882,NULL,10252,10,'2026-02-13 17:55:48','2026-02-13 17:55:48','c0039e73-01a4-414a-b11e-149784d67b05'),
(119213,13,28882,NULL,23764,1,'2026-02-13 17:55:48','2026-02-13 17:55:48','3e111bda-2681-4890-9c52-e9600f373e9d'),
(119214,32,28883,NULL,2610,1,'2026-02-13 17:56:18','2026-02-13 17:56:18','9b7c5783-5065-42e0-a61d-471987b62710'),
(119215,32,28883,NULL,2598,2,'2026-02-13 17:56:18','2026-02-13 17:56:18','154f56e5-d3a0-4307-b505-d85459a1f933'),
(119216,32,28883,NULL,2608,3,'2026-02-13 17:56:18','2026-02-13 17:56:18','ed44e1c1-90e7-4a59-bf92-5c01304d69fa'),
(119217,32,28883,NULL,2600,4,'2026-02-13 17:56:18','2026-02-13 17:56:18','640efff5-8709-4d21-b2f0-c6bb8cf01143'),
(119218,32,28883,NULL,2596,5,'2026-02-13 17:56:18','2026-02-13 17:56:18','7a9d5b27-5392-4ffd-99f6-5607916086f7'),
(119219,32,28883,NULL,2602,6,'2026-02-13 17:56:18','2026-02-13 17:56:18','56f30f1b-ddad-4e4c-8a8e-3596b46655a2'),
(119220,32,28883,NULL,2612,7,'2026-02-13 17:56:18','2026-02-13 17:56:18','6381096c-e70e-4c12-8bcc-81e00cf4007a'),
(119221,32,28883,NULL,2604,8,'2026-02-13 17:56:18','2026-02-13 17:56:18','c3530884-c6a1-47c6-a0f9-df89240f02df'),
(119222,32,28883,NULL,2606,9,'2026-02-13 17:56:18','2026-02-13 17:56:18','39c5ac56-edc8-4c69-944a-555d7dd7cd44'),
(119223,16,28883,NULL,7881,1,'2026-02-13 17:56:18','2026-02-13 17:56:18','141901bd-d2de-48be-80f8-095f20be8c59'),
(119224,7,28883,NULL,601,1,'2026-02-13 17:56:18','2026-02-13 17:56:18','da33eaa3-321b-438b-8175-47c3c75c8de1'),
(119225,7,28883,NULL,605,2,'2026-02-13 17:56:18','2026-02-13 17:56:18','93091c64-72d7-443e-b3fc-7f9534347240'),
(119226,7,28883,NULL,617,3,'2026-02-13 17:56:18','2026-02-13 17:56:18','540d4f6e-07aa-488e-a401-40f1125f7f02'),
(119227,7,28883,NULL,2974,4,'2026-02-13 17:56:18','2026-02-13 17:56:18','49300167-3fc5-4bc6-814e-b02072bbb8cc'),
(119228,7,28883,NULL,9552,5,'2026-02-13 17:56:18','2026-02-13 17:56:18','16a246c1-0252-4f6c-acc3-8d7d99de308f'),
(119229,82,28883,NULL,491,1,'2026-02-13 17:56:18','2026-02-13 17:56:18','780c586a-2071-49f2-af24-fb506fdcf0b1'),
(119230,47,28883,NULL,15008,1,'2026-02-13 17:56:18','2026-02-13 17:56:18','7572981a-283b-4c51-aa80-7cd5a80ad326'),
(119231,57,28883,NULL,7883,1,'2026-02-13 17:56:18','2026-02-13 17:56:18','38b45c43-87c6-490f-9cab-67a194db4ab6'),
(119232,57,28883,NULL,7886,2,'2026-02-13 17:56:18','2026-02-13 17:56:18','29a05527-8873-41f4-b3e8-62e8dbc48c29'),
(119233,57,28883,NULL,7885,3,'2026-02-13 17:56:18','2026-02-13 17:56:18','469eb931-94d3-4648-b7b0-c3bb38bf3c60'),
(119234,57,28883,NULL,7882,4,'2026-02-13 17:56:18','2026-02-13 17:56:18','ffffd54e-408c-45e1-880a-f50f06df912c'),
(119235,57,28883,NULL,7884,5,'2026-02-13 17:56:18','2026-02-13 17:56:18','bbff9af3-ec22-4847-b9b1-964b01915b65'),
(119236,13,28883,NULL,23874,1,'2026-02-13 17:56:18','2026-02-13 17:56:18','47468d38-805d-4e72-895c-31f537275249'),
(119267,32,28885,NULL,2610,1,'2026-02-13 17:56:49','2026-02-13 17:56:49','50aefdce-ed3d-42b9-a382-2ed5451f89d2'),
(119268,32,28885,NULL,2598,2,'2026-02-13 17:56:49','2026-02-13 17:56:49','99432ecc-0d48-4819-b9fb-d44334445508'),
(119269,32,28885,NULL,2608,3,'2026-02-13 17:56:49','2026-02-13 17:56:49','d0bf141a-b61f-4bf0-9306-2f94d363d046'),
(119270,32,28885,NULL,2600,4,'2026-02-13 17:56:49','2026-02-13 17:56:49','7dfa2c18-4d2e-4990-990e-3c2e45f6e24c'),
(119271,32,28885,NULL,2596,5,'2026-02-13 17:56:49','2026-02-13 17:56:49','4b25cd2e-71f5-4872-8f07-6b857d0e6cca'),
(119272,32,28885,NULL,2602,6,'2026-02-13 17:56:49','2026-02-13 17:56:49','89de9037-352c-468b-94ee-0819b44cec4d'),
(119273,32,28885,NULL,2612,7,'2026-02-13 17:56:49','2026-02-13 17:56:49','82e240e9-c6df-461a-bd26-1e3da138efee'),
(119274,32,28885,NULL,2618,8,'2026-02-13 17:56:49','2026-02-13 17:56:49','7869809e-a32b-4aa4-8b02-fee807c74956'),
(119275,32,28885,NULL,2604,9,'2026-02-13 17:56:49','2026-02-13 17:56:49','02c35ccd-67f1-4223-b312-ab5f28f8198b'),
(119276,32,28885,NULL,2606,10,'2026-02-13 17:56:49','2026-02-13 17:56:49','13130282-6cdd-4e7d-8e02-659adfba8f07'),
(119277,16,28885,NULL,9068,1,'2026-02-13 17:56:49','2026-02-13 17:56:49','22dc6a30-a7a8-40bb-900c-046299654393'),
(119278,7,28885,NULL,6547,1,'2026-02-13 17:56:49','2026-02-13 17:56:49','0775588e-1ceb-4c18-ac01-e761068ca7de'),
(119279,7,28885,NULL,601,2,'2026-02-13 17:56:49','2026-02-13 17:56:49','f6d2df6b-872a-46ff-b962-e5c2e0bc2eca'),
(119280,7,28885,NULL,617,3,'2026-02-13 17:56:49','2026-02-13 17:56:49','94c9c236-622b-41a7-8187-3779a8561815'),
(119281,7,28885,NULL,9732,4,'2026-02-13 17:56:49','2026-02-13 17:56:49','8e538b3b-53df-4bd4-b541-6ea93fd0e6f3'),
(119282,7,28885,NULL,9735,5,'2026-02-13 17:56:49','2026-02-13 17:56:49','49e5f61a-eea1-4cd5-a394-b1763d19cd2b'),
(119283,7,28885,NULL,2972,6,'2026-02-13 17:56:49','2026-02-13 17:56:49','765a107e-0de7-435f-97be-0355110f29fb'),
(119284,7,28885,NULL,9549,7,'2026-02-13 17:56:49','2026-02-13 17:56:49','ef2c9d9c-1858-4760-b819-6e567bb29263'),
(119285,7,28885,NULL,605,8,'2026-02-13 17:56:49','2026-02-13 17:56:49','3bf91915-fcd7-4cd3-91fa-22d267d759d0'),
(119286,7,28885,NULL,9552,9,'2026-02-13 17:56:49','2026-02-13 17:56:49','118f27c0-d9f3-4055-bc42-705fa916dba4'),
(119287,82,28885,NULL,479,1,'2026-02-13 17:56:49','2026-02-13 17:56:49','0d75ee40-6899-4678-b639-844415c061f4'),
(119288,82,28885,NULL,491,2,'2026-02-13 17:56:49','2026-02-13 17:56:49','2b5676ff-527c-4b9a-9f45-5c52139794af'),
(119289,46,28885,NULL,3697,1,'2026-02-13 17:56:49','2026-02-13 17:56:49','0791d9ef-70db-4324-ad1b-fe572eff9362'),
(119290,47,28885,NULL,12297,1,'2026-02-13 17:56:49','2026-02-13 17:56:49','10747b09-2599-44ad-bf4a-62e3ebe232a5'),
(119291,57,28885,NULL,9071,1,'2026-02-13 17:56:49','2026-02-13 17:56:49','c8fce178-d960-41b2-915e-251a1567a634'),
(119292,57,28885,NULL,9072,2,'2026-02-13 17:56:49','2026-02-13 17:56:49','28ccbd9b-96f5-4439-aeac-8b359ad48c65'),
(119293,57,28885,NULL,9073,3,'2026-02-13 17:56:49','2026-02-13 17:56:49','909e0922-d88f-49bf-8f7e-ed245e6ccb26'),
(119294,57,28885,NULL,9074,4,'2026-02-13 17:56:49','2026-02-13 17:56:49','3fa95556-e038-43bd-bc7c-bdc95efa5332'),
(119295,57,28885,NULL,9075,5,'2026-02-13 17:56:49','2026-02-13 17:56:49','c583ef62-6626-4c10-9d9d-c0596feca9c1'),
(119296,13,28885,NULL,6872,1,'2026-02-13 17:56:49','2026-02-13 17:56:49','77010a39-0ff9-4b5e-8d9e-451cbf030795'),
(119326,32,28887,NULL,2614,1,'2026-02-13 17:57:19','2026-02-13 17:57:19','4400606f-8b34-4c2e-852c-da6fb0016d67'),
(119327,32,28887,NULL,2610,2,'2026-02-13 17:57:19','2026-02-13 17:57:19','143f9468-6094-43e0-a524-99a636892bc9'),
(119328,32,28887,NULL,2598,3,'2026-02-13 17:57:19','2026-02-13 17:57:19','0557d793-939e-44c9-a143-32da4ac02825'),
(119329,32,28887,NULL,2608,4,'2026-02-13 17:57:19','2026-02-13 17:57:19','4d0d6acd-f9a1-4494-b896-4b2451470e2c'),
(119330,32,28887,NULL,2600,5,'2026-02-13 17:57:19','2026-02-13 17:57:19','1df74c08-9f08-46c9-89af-08d2a67940fe'),
(119331,32,28887,NULL,2596,6,'2026-02-13 17:57:19','2026-02-13 17:57:19','018d1a86-9cee-4871-82b8-8f9378d28f2b'),
(119332,32,28887,NULL,2602,7,'2026-02-13 17:57:19','2026-02-13 17:57:19','15f7da62-eaf9-4df9-81c3-8f6963bb3b37'),
(119333,32,28887,NULL,2612,8,'2026-02-13 17:57:19','2026-02-13 17:57:19','933404f9-8a19-4c62-85c7-f1656f4c6cd9'),
(119334,32,28887,NULL,2604,9,'2026-02-13 17:57:19','2026-02-13 17:57:19','93324913-2180-4ac1-baf3-f870f8183816'),
(119335,32,28887,NULL,2606,10,'2026-02-13 17:57:19','2026-02-13 17:57:19','63863e94-ff9f-4260-891b-77724cc77a2f'),
(119336,16,28887,NULL,9901,1,'2026-02-13 17:57:19','2026-02-13 17:57:19','a63a0cd0-e0cd-4367-b830-00ebab8d4a78'),
(119337,7,28887,NULL,605,1,'2026-02-13 17:57:19','2026-02-13 17:57:19','b83a5a4a-0acd-48ad-9919-1d1e63e5d3fb'),
(119338,7,28887,NULL,617,2,'2026-02-13 17:57:19','2026-02-13 17:57:19','e9cd1c67-6b29-4d98-8fb2-cc6231245bff'),
(119339,7,28887,NULL,9552,3,'2026-02-13 17:57:19','2026-02-13 17:57:19','0be9fcd8-682a-404f-a8c4-08a42de83432'),
(119340,82,28887,NULL,479,1,'2026-02-13 17:57:19','2026-02-13 17:57:19','56098709-050e-4e8d-ba75-eec009bbb422'),
(119341,47,28887,NULL,12358,1,'2026-02-13 17:57:19','2026-02-13 17:57:19','61e16d6e-7a08-4d23-81b2-4f821f61b686'),
(119342,57,28887,NULL,9903,1,'2026-02-13 17:57:19','2026-02-13 17:57:19','5265b1b0-b36b-4d45-b127-62a878537dab'),
(119343,57,28887,NULL,9904,2,'2026-02-13 17:57:19','2026-02-13 17:57:19','e6f656c3-32b9-4dff-8f43-44c55c961c47'),
(119344,57,28887,NULL,9907,3,'2026-02-13 17:57:19','2026-02-13 17:57:19','3133d68d-9bc2-4ed0-8618-f6ab527288b8'),
(119345,57,28887,NULL,9908,4,'2026-02-13 17:57:19','2026-02-13 17:57:19','d562bd30-85d4-4bc7-a712-1d4416121a34'),
(119346,57,28887,NULL,9909,5,'2026-02-13 17:57:19','2026-02-13 17:57:19','c8f2cfe2-75d9-4ec0-934b-56a826710d3e'),
(119347,57,28887,NULL,9910,6,'2026-02-13 17:57:19','2026-02-13 17:57:19','7212cb51-28d4-49ab-881f-cc88964a99ce'),
(119348,57,28887,NULL,9911,7,'2026-02-13 17:57:19','2026-02-13 17:57:19','a6ce0c4a-1b52-4942-9ab9-dd1c063328e0'),
(119349,57,28887,NULL,9912,8,'2026-02-13 17:57:19','2026-02-13 17:57:19','6b855ab6-62ab-4f49-99bd-02a4213c71b3'),
(119350,57,28887,NULL,9913,9,'2026-02-13 17:57:19','2026-02-13 17:57:19','7ad38efc-6429-4a5a-9914-e62111229366'),
(119351,57,28887,NULL,9914,10,'2026-02-13 17:57:19','2026-02-13 17:57:19','82f3f120-dbc2-4d95-915f-100c898891fd'),
(119352,57,28887,NULL,9915,11,'2026-02-13 17:57:19','2026-02-13 17:57:19','0438f64a-9e4e-4265-adc1-9ceba74329b2'),
(119353,57,28887,NULL,9905,12,'2026-02-13 17:57:19','2026-02-13 17:57:19','754e5355-01aa-4242-87eb-16e34466bbf2'),
(119354,57,28887,NULL,9906,13,'2026-02-13 17:57:19','2026-02-13 17:57:19','39c7838c-a291-4f8f-b1b5-f25ff632d947'),
(119378,32,28889,NULL,2610,1,'2026-02-13 17:57:53','2026-02-13 17:57:53','735889ee-0634-4dfa-8565-beaa3de06b66'),
(119379,32,28889,NULL,2598,2,'2026-02-13 17:57:53','2026-02-13 17:57:53','89d12157-7bcc-4ebf-b1e5-676207c1dc22'),
(119380,32,28889,NULL,2608,3,'2026-02-13 17:57:53','2026-02-13 17:57:53','9e76443e-45a2-4a86-8b03-2aab6bc86fdd'),
(119381,32,28889,NULL,2600,4,'2026-02-13 17:57:53','2026-02-13 17:57:53','3eb3b7a2-506f-4da7-9ac5-054d13e925c1'),
(119382,32,28889,NULL,2596,5,'2026-02-13 17:57:53','2026-02-13 17:57:53','ae5d86a9-f206-438b-a903-194a1303c055'),
(119383,32,28889,NULL,2602,6,'2026-02-13 17:57:53','2026-02-13 17:57:53','d72a2418-7299-44b1-8cfd-6fc7f4539a83'),
(119384,32,28889,NULL,2612,7,'2026-02-13 17:57:53','2026-02-13 17:57:53','5960db58-ca2f-4984-8b18-7c692f3f6ea0'),
(119385,32,28889,NULL,2604,8,'2026-02-13 17:57:53','2026-02-13 17:57:53','b7b610c1-03ab-4d9a-94c1-b0e929b03d26'),
(119386,32,28889,NULL,2606,9,'2026-02-13 17:57:53','2026-02-13 17:57:53','df7ba5cb-0742-4f77-ae5d-0571ac99b089'),
(119387,16,28889,NULL,9080,1,'2026-02-13 17:57:53','2026-02-13 17:57:53','3909dc1e-6f82-416f-8243-489f072cdb46'),
(119388,7,28889,NULL,605,1,'2026-02-13 17:57:53','2026-02-13 17:57:53','b95e9c4a-ddba-474e-8992-f800e3b51c8a'),
(119389,7,28889,NULL,617,2,'2026-02-13 17:57:53','2026-02-13 17:57:53','b21d43f6-5209-44a9-b323-dc3c20447002'),
(119390,7,28889,NULL,9552,3,'2026-02-13 17:57:53','2026-02-13 17:57:53','e4942f31-83c5-4135-86d7-f1b5ac1e8b5e'),
(119391,82,28889,NULL,479,1,'2026-02-13 17:57:53','2026-02-13 17:57:53','4e9a0030-a271-4fc7-a05d-8f4b47a5c09d'),
(119392,82,28889,NULL,491,2,'2026-02-13 17:57:53','2026-02-13 17:57:53','2ea6adb1-f4b3-470d-81a1-8e875d44a0bc'),
(119393,47,28889,NULL,12303,1,'2026-02-13 17:57:53','2026-02-13 17:57:53','63817bf6-856f-4c68-9529-f66c92f38cd4'),
(119394,57,28889,NULL,9087,1,'2026-02-13 17:57:53','2026-02-13 17:57:53','2e7ece11-6a80-4053-8335-5b7f0d84eb03'),
(119395,57,28889,NULL,9088,2,'2026-02-13 17:57:53','2026-02-13 17:57:53','fe7bcd8f-170e-44a8-8e42-8dcbbab8ac2f'),
(119396,57,28889,NULL,9086,3,'2026-02-13 17:57:53','2026-02-13 17:57:53','b9aea020-e6ec-45e8-b438-acf1ba23ead9'),
(119397,57,28889,NULL,9083,4,'2026-02-13 17:57:53','2026-02-13 17:57:53','14684077-10aa-46af-b2e9-88b126a31b4a'),
(119398,57,28889,NULL,9085,5,'2026-02-13 17:57:53','2026-02-13 17:57:53','954d8cc0-70f3-4800-a31c-07f78e653def'),
(119399,57,28889,NULL,9084,6,'2026-02-13 17:57:53','2026-02-13 17:57:53','0482695d-dc3f-4ec8-bd24-1479f577f8cf'),
(119400,74,28889,NULL,23783,1,'2026-02-13 17:57:53','2026-02-13 17:57:53','c12d79d1-0eac-40c3-a7cd-c1249a22c81c'),
(119401,32,28890,NULL,2610,1,'2026-02-13 17:58:20','2026-02-13 17:58:20','51f1c2e8-7321-45a7-857b-505dbd7b0883'),
(119402,32,28890,NULL,2598,2,'2026-02-13 17:58:20','2026-02-13 17:58:20','580fa112-eac5-4c54-ab63-1f9e7da389d2'),
(119403,32,28890,NULL,2608,3,'2026-02-13 17:58:20','2026-02-13 17:58:20','6d264b4a-56dd-4874-a5b4-921c86d80d2b'),
(119404,32,28890,NULL,2600,4,'2026-02-13 17:58:20','2026-02-13 17:58:20','a140997a-0078-4ae6-9c87-2519e7ae040d'),
(119405,32,28890,NULL,2596,5,'2026-02-13 17:58:20','2026-02-13 17:58:20','6e4ef503-e2c5-420f-b3f0-7e8cb57e70f1'),
(119406,32,28890,NULL,2602,6,'2026-02-13 17:58:20','2026-02-13 17:58:20','1fe13851-861d-4c46-a5b3-5d0134b0fb52'),
(119407,32,28890,NULL,2604,7,'2026-02-13 17:58:20','2026-02-13 17:58:20','0e7a7347-2822-4f65-8574-08a77898628d'),
(119408,32,28890,NULL,2606,8,'2026-02-13 17:58:20','2026-02-13 17:58:20','70b98c16-7f04-499e-b986-9a441d5dc8e8'),
(119409,32,28890,NULL,2612,9,'2026-02-13 17:58:20','2026-02-13 17:58:20','bc4daa8f-417b-4342-baea-d4d360b6add9'),
(119410,16,28890,NULL,7891,1,'2026-02-13 17:58:20','2026-02-13 17:58:20','bf9b9c8d-e4eb-4528-8ed9-4e5b950c9667'),
(119411,7,28890,NULL,601,1,'2026-02-13 17:58:20','2026-02-13 17:58:20','b83a56f6-e85e-4992-b044-de067dc1ba67'),
(119412,7,28890,NULL,2974,2,'2026-02-13 17:58:20','2026-02-13 17:58:20','8c581a8d-2bc9-4515-8fdf-457e2789c774'),
(119413,7,28890,NULL,617,3,'2026-02-13 17:58:20','2026-02-13 17:58:20','ed8bd3ad-7b2a-4393-b249-1dd0422fb3fe'),
(119414,7,28890,NULL,9732,4,'2026-02-13 17:58:20','2026-02-13 17:58:20','e41ad3ff-ad70-4340-bd76-951cf7a48ca0'),
(119415,7,28890,NULL,605,5,'2026-02-13 17:58:20','2026-02-13 17:58:20','97653ffd-b158-4499-876e-1fb5419aa4e3'),
(119416,7,28890,NULL,9552,6,'2026-02-13 17:58:20','2026-02-13 17:58:20','4b3660a1-468f-4568-a564-d2496b54810a'),
(119417,82,28890,NULL,491,1,'2026-02-13 17:58:20','2026-02-13 17:58:20','09aaa95e-40b9-4a59-8dfe-55153d6116ec'),
(119418,47,28890,NULL,15011,1,'2026-02-13 17:58:20','2026-02-13 17:58:20','d8e7404c-64c9-4ebe-9311-f19a4da6e0c7'),
(119419,57,28890,NULL,7893,1,'2026-02-13 17:58:20','2026-02-13 17:58:20','9ab0473b-aa24-4343-ad7d-ce04b6cbf2f4'),
(119420,57,28890,NULL,7892,2,'2026-02-13 17:58:20','2026-02-13 17:58:20','4d09f9b4-a07d-49ef-82fd-ab3cda133538'),
(119421,57,28890,NULL,7894,3,'2026-02-13 17:58:20','2026-02-13 17:58:20','f259a5aa-4d34-4868-a629-11f391c4de49'),
(119422,57,28890,NULL,7901,4,'2026-02-13 17:58:20','2026-02-13 17:58:20','52fa1fa6-0962-4e17-a5de-39d723b61289'),
(119423,13,28890,NULL,23878,1,'2026-02-13 17:58:20','2026-02-13 17:58:20','0ba5c7a1-4df3-4af4-9e4c-e4df727d2a0e'),
(119449,32,28893,NULL,2614,1,'2026-02-13 17:58:53','2026-02-13 17:58:53','83301259-b416-4f8f-8a3f-5652f2c0dede'),
(119450,32,28893,NULL,2610,2,'2026-02-13 17:58:53','2026-02-13 17:58:53','719b94e5-d1cd-4e8b-a1de-984b1bd5f747'),
(119451,32,28893,NULL,2598,3,'2026-02-13 17:58:53','2026-02-13 17:58:53','6bdaf18f-020a-4ba4-86cb-766d7367e232'),
(119452,32,28893,NULL,2608,4,'2026-02-13 17:58:53','2026-02-13 17:58:53','0fdd6798-fda0-402a-a911-08e142792b86'),
(119453,32,28893,NULL,2624,5,'2026-02-13 17:58:53','2026-02-13 17:58:53','daa28c58-43c2-4315-831b-4a68b8674050'),
(119454,32,28893,NULL,2600,6,'2026-02-13 17:58:53','2026-02-13 17:58:53','2ce89c13-9d8e-44ae-bb50-07f75f68d694'),
(119455,32,28893,NULL,2596,7,'2026-02-13 17:58:53','2026-02-13 17:58:53','57d12fa4-a209-452e-8d68-d271d4c3ca53'),
(119456,32,28893,NULL,2602,8,'2026-02-13 17:58:53','2026-02-13 17:58:53','7f347c32-d9e7-47b2-b53a-759ae2649c60'),
(119457,32,28893,NULL,2606,9,'2026-02-13 17:58:53','2026-02-13 17:58:53','fa56bcd0-ca78-4032-9030-e5b893d50920'),
(119458,32,28893,NULL,2612,10,'2026-02-13 17:58:53','2026-02-13 17:58:53','40941ddd-50d7-47e9-a944-9e63e127514e'),
(119459,32,28893,NULL,2604,11,'2026-02-13 17:58:53','2026-02-13 17:58:53','d03610e0-b8fa-4a54-b81f-e8adf26c69ae'),
(119460,16,28893,NULL,9204,1,'2026-02-13 17:58:53','2026-02-13 17:58:53','d191c90f-1413-4868-bcbb-7eb4e52b5a8b'),
(119461,7,28893,NULL,3468,1,'2026-02-13 17:58:53','2026-02-13 17:58:53','fdd2c235-8219-4bb2-8073-d64fdb5e14fc'),
(119462,7,28893,NULL,617,2,'2026-02-13 17:58:53','2026-02-13 17:58:53','93ba611b-a8bd-4332-a63f-acfbe4404e70'),
(119463,7,28893,NULL,605,3,'2026-02-13 17:58:53','2026-02-13 17:58:53','b1f0fd86-4ffb-4706-8c43-a33d848ac601'),
(119464,7,28893,NULL,9552,4,'2026-02-13 17:58:53','2026-02-13 17:58:53','fe13b4b7-2e99-49b3-9268-695e9961b14e'),
(119465,46,28893,NULL,2891,1,'2026-02-13 17:58:53','2026-02-13 17:58:53','f57a46b8-c56e-4d03-b444-bb11a7588181'),
(119466,47,28893,NULL,12360,1,'2026-02-13 17:58:53','2026-02-13 17:58:53','2a2cc75b-c79c-4677-aad4-1fdc62d4e65d'),
(119467,57,28893,NULL,9211,1,'2026-02-13 17:58:53','2026-02-13 17:58:53','1dbfc3b5-6fb5-4f99-9db8-5f30de77f68c'),
(119468,57,28893,NULL,9210,2,'2026-02-13 17:58:53','2026-02-13 17:58:53','3ff1cf47-98d1-4eb1-b3da-eaa92395b170'),
(119469,57,28893,NULL,9213,3,'2026-02-13 17:58:53','2026-02-13 17:58:53','2e03cb3c-34a4-49cc-91c2-778571c9bd14'),
(119470,57,28893,NULL,9212,4,'2026-02-13 17:58:53','2026-02-13 17:58:53','84fe7126-79c6-4d4e-a26a-47e5efb36788'),
(119471,57,28893,NULL,9209,5,'2026-02-13 17:58:53','2026-02-13 17:58:53','8c33409e-7e3b-48be-9f04-242159433e41'),
(119472,57,28893,NULL,9207,6,'2026-02-13 17:58:53','2026-02-13 17:58:53','d1035f30-090e-4640-a42f-f7fb7cdc0083'),
(119473,57,28893,NULL,9208,7,'2026-02-13 17:58:53','2026-02-13 17:58:53','d6402ab1-1929-4e2a-9137-3cffc65a38c0'),
(119498,32,28895,NULL,2598,1,'2026-02-13 17:59:45','2026-02-13 17:59:45','ad02cf4d-273c-43a8-871c-1b0a7fb9c9aa'),
(119499,32,28895,NULL,2608,2,'2026-02-13 17:59:45','2026-02-13 17:59:45','b5d3610b-31c8-4e13-95f2-f9b2ce90f25d'),
(119500,32,28895,NULL,2600,3,'2026-02-13 17:59:45','2026-02-13 17:59:45','3af5b9bc-b308-487e-b35a-019970de1741'),
(119501,32,28895,NULL,2596,4,'2026-02-13 17:59:45','2026-02-13 17:59:45','e939b19a-6ef2-4a89-90bd-c743d4412ec7'),
(119502,32,28895,NULL,2602,5,'2026-02-13 17:59:45','2026-02-13 17:59:45','8348e3e5-45e7-4aea-ae6a-e8d499030839'),
(119503,32,28895,NULL,2606,6,'2026-02-13 17:59:45','2026-02-13 17:59:45','7e8c91bf-489e-4355-903f-0edae900b5b0'),
(119504,32,28895,NULL,2604,7,'2026-02-13 17:59:45','2026-02-13 17:59:45','25d24485-4ee0-4c8b-bb74-1b41e6545367'),
(119505,32,28895,NULL,2610,8,'2026-02-13 17:59:45','2026-02-13 17:59:45','d4801dd8-5877-4b36-bcbb-5981629417e3'),
(119506,32,28895,NULL,2612,9,'2026-02-13 17:59:45','2026-02-13 17:59:45','e4133834-afb0-4931-bfa7-adc01ae2d4a0'),
(119507,16,28895,NULL,15333,1,'2026-02-13 17:59:45','2026-02-13 17:59:45','d0f0a7a8-2be1-4ea7-bd1c-dddc4125ec2e'),
(119508,7,28895,NULL,2969,1,'2026-02-13 17:59:45','2026-02-13 17:59:45','352a4b85-4354-409b-bf16-b3d2e153f0ef'),
(119509,7,28895,NULL,617,2,'2026-02-13 17:59:45','2026-02-13 17:59:45','1652abfd-ffca-458b-a03a-19a1d43195bb'),
(119510,7,28895,NULL,605,3,'2026-02-13 17:59:45','2026-02-13 17:59:45','dfebc41f-a4a5-422b-a709-c671a479fab3'),
(119511,7,28895,NULL,9552,4,'2026-02-13 17:59:45','2026-02-13 17:59:45','c2868887-c336-4282-bb5a-ee04d8f9ff2f'),
(119512,82,28895,NULL,491,1,'2026-02-13 17:59:45','2026-02-13 17:59:45','2363e4b4-9ee6-4c08-b27f-8477c4717a14'),
(119513,47,28895,NULL,10463,1,'2026-02-13 17:59:45','2026-02-13 17:59:45','993408d0-8536-4970-97d6-88d2fc4b0a0b'),
(119514,13,28895,NULL,23773,1,'2026-02-13 17:59:45','2026-02-13 17:59:45','74d916e7-1ee4-4c0b-a2ef-67ed20cb97f0'),
(119515,12,28895,NULL,15374,1,'2026-02-13 17:59:45','2026-02-13 17:59:45','820eddf9-01c0-4b2c-8977-e405ed4588d3'),
(119537,32,28898,NULL,2614,1,'2026-02-13 18:00:12','2026-02-13 18:00:12','b25486f2-5d1a-4d70-a33b-ac4216b42389'),
(119538,32,28898,NULL,2610,2,'2026-02-13 18:00:12','2026-02-13 18:00:12','aeb9cc34-86cb-44de-ac43-1914858f2a0f'),
(119539,32,28898,NULL,2598,3,'2026-02-13 18:00:12','2026-02-13 18:00:12','8f155dbf-7f7a-4dc0-9052-55e3df0b1314'),
(119540,32,28898,NULL,2600,4,'2026-02-13 18:00:12','2026-02-13 18:00:12','5c633c59-ac5d-4f0b-b907-4204db4e7c8f'),
(119541,32,28898,NULL,2596,5,'2026-02-13 18:00:12','2026-02-13 18:00:12','00667484-2b1b-4c39-97ad-52a5e442e1e7'),
(119542,32,28898,NULL,2602,6,'2026-02-13 18:00:12','2026-02-13 18:00:12','a4b59cd9-cde3-4eed-ad29-e17fd7efd124'),
(119543,32,28898,NULL,2604,7,'2026-02-13 18:00:12','2026-02-13 18:00:12','bd547383-0290-4157-9676-0bf1b5b4771c'),
(119544,32,28898,NULL,2608,8,'2026-02-13 18:00:12','2026-02-13 18:00:12','0acd693c-18ed-4d1d-be98-076323ea13ff'),
(119545,32,28898,NULL,2606,9,'2026-02-13 18:00:12','2026-02-13 18:00:12','96ec49b7-6f2b-4203-984a-d848cd8220b3'),
(119546,32,28898,NULL,2612,10,'2026-02-13 18:00:12','2026-02-13 18:00:12','2c051cd7-e1e4-45a7-808c-5a23446e50cf'),
(119547,16,28898,NULL,3564,1,'2026-02-13 18:00:12','2026-02-13 18:00:12','ccea7ed7-adcc-4519-9f28-e4f9e7c8866b'),
(119548,7,28898,NULL,601,1,'2026-02-13 18:00:12','2026-02-13 18:00:12','f2657123-d1a9-4848-87b3-4623ecb999b8'),
(119549,7,28898,NULL,617,2,'2026-02-13 18:00:12','2026-02-13 18:00:12','1645923a-b250-43e8-af05-11cad49d2aff'),
(119550,7,28898,NULL,605,3,'2026-02-13 18:00:12','2026-02-13 18:00:12','adb2009f-d3fd-41e8-820b-9175fded22ab'),
(119551,7,28898,NULL,9552,4,'2026-02-13 18:00:12','2026-02-13 18:00:12','6e319bda-de5a-46da-bbb2-f707f15d80c1'),
(119552,47,28898,NULL,15014,1,'2026-02-13 18:00:12','2026-02-13 18:00:12','ddf91856-f3e3-4059-bfdf-f7e5d4b4dde6'),
(119553,57,28898,NULL,7908,1,'2026-02-13 18:00:12','2026-02-13 18:00:12','0750379b-d31f-45ba-8c10-e3abd82a3eb7'),
(119554,57,28898,NULL,7910,2,'2026-02-13 18:00:12','2026-02-13 18:00:12','90dc2395-6a87-4ea8-b0de-3fa75a62e8bb'),
(119555,57,28898,NULL,7911,3,'2026-02-13 18:00:12','2026-02-13 18:00:12','62044318-d4b4-46c4-b54b-b01f91450ea9'),
(119556,57,28898,NULL,7909,4,'2026-02-13 18:00:12','2026-02-13 18:00:12','0a856c0b-834f-4b23-8311-ce5165743f58'),
(119557,13,28898,NULL,23881,1,'2026-02-13 18:00:12','2026-02-13 18:00:12','8bd1e8d7-3568-4bae-9964-b630c7ad5669'),
(119584,32,28900,NULL,2610,1,'2026-02-13 18:00:35','2026-02-13 18:00:35','24bfaca3-52ff-4bf0-a221-0ccb6f3cf1f4'),
(119585,32,28900,NULL,2598,2,'2026-02-13 18:00:35','2026-02-13 18:00:35','afbbadda-d0f8-4c2c-b1e6-869b59ba780b'),
(119586,32,28900,NULL,2608,3,'2026-02-13 18:00:35','2026-02-13 18:00:35','3d2a7431-946a-4b3f-87bd-59272bd3c7b3'),
(119587,32,28900,NULL,2600,4,'2026-02-13 18:00:35','2026-02-13 18:00:35','4146f258-9101-44c3-ab30-ea634044da17'),
(119588,32,28900,NULL,2602,5,'2026-02-13 18:00:35','2026-02-13 18:00:35','2366d337-9b8d-4816-a97a-7d5f571ffe09'),
(119589,32,28900,NULL,2612,6,'2026-02-13 18:00:35','2026-02-13 18:00:35','4d18d77b-ea24-402a-9316-12decff79082'),
(119590,32,28900,NULL,2604,7,'2026-02-13 18:00:35','2026-02-13 18:00:35','bf0e66cf-b913-4480-baf9-d8d06f770e09'),
(119591,32,28900,NULL,2596,8,'2026-02-13 18:00:35','2026-02-13 18:00:35','dd3fa92b-93f1-4889-a35c-571450559b19'),
(119592,32,28900,NULL,2606,9,'2026-02-13 18:00:35','2026-02-13 18:00:35','15a3d25a-fa20-427f-9d48-13cb5b041304'),
(119593,16,28900,NULL,5213,1,'2026-02-13 18:00:35','2026-02-13 18:00:35','a9abf38e-da25-4af6-9e8b-84d1c2b3198e'),
(119594,7,28900,NULL,3468,1,'2026-02-13 18:00:35','2026-02-13 18:00:35','9acd62a5-372d-4e75-9b8c-58f52f463ebd'),
(119595,7,28900,NULL,601,2,'2026-02-13 18:00:35','2026-02-13 18:00:35','bc5bdc5c-2de6-4539-9946-a8f3e8c3b4fc'),
(119596,7,28900,NULL,617,3,'2026-02-13 18:00:35','2026-02-13 18:00:35','51590b8c-82e4-4537-a450-744795ef95bd'),
(119597,7,28900,NULL,605,4,'2026-02-13 18:00:35','2026-02-13 18:00:35','3a1f1003-b19b-41bd-bf70-cad624e9b809'),
(119598,7,28900,NULL,9552,5,'2026-02-13 18:00:35','2026-02-13 18:00:35','326cac1e-f487-47e7-b4cf-6e0812fa0f3a'),
(119599,82,28900,NULL,479,1,'2026-02-13 18:00:35','2026-02-13 18:00:35','2ca1b81c-a892-48c2-97e8-bb52fbde8f7d'),
(119600,82,28900,NULL,491,2,'2026-02-13 18:00:35','2026-02-13 18:00:35','04d83416-3def-475a-a887-f28c121483b8'),
(119601,47,28900,NULL,12308,1,'2026-02-13 18:00:35','2026-02-13 18:00:35','7df2a677-e25a-454d-8b4c-986c7712cdc8'),
(119602,57,28900,NULL,5233,1,'2026-02-13 18:00:35','2026-02-13 18:00:35','428506d7-f230-47b4-862b-6c9e532f43d9'),
(119603,57,28900,NULL,5234,2,'2026-02-13 18:00:35','2026-02-13 18:00:35','a916ef4e-903d-4163-bcee-b7c7f1723d24'),
(119604,57,28900,NULL,5235,3,'2026-02-13 18:00:35','2026-02-13 18:00:35','1c5d6cc0-f828-41b0-a28a-b4cadb7cda6e'),
(119605,57,28900,NULL,5236,4,'2026-02-13 18:00:35','2026-02-13 18:00:35','545b2e2f-e1de-4a76-be34-56e10d207200'),
(119606,57,28900,NULL,5237,5,'2026-02-13 18:00:35','2026-02-13 18:00:35','ea03a856-b057-45bf-8f05-7296f256179b'),
(119607,57,28900,NULL,5238,6,'2026-02-13 18:00:35','2026-02-13 18:00:35','a8c62d3f-860b-42ce-ab69-385b4a189bdf'),
(119608,57,28900,NULL,5239,7,'2026-02-13 18:00:35','2026-02-13 18:00:35','f7e0f82b-81f0-42d9-a5dc-0d3d8d36554f'),
(119609,13,28900,NULL,23792,1,'2026-02-13 18:00:35','2026-02-13 18:00:35','7799a339-d9c6-446d-a2f5-3a639f7a79b5'),
(119634,32,28902,NULL,2610,1,'2026-02-13 18:01:07','2026-02-13 18:01:07','31c4aada-5b73-4ef9-bc7d-e99ac96bc4a6'),
(119635,32,28902,NULL,2598,2,'2026-02-13 18:01:07','2026-02-13 18:01:07','f0f59151-ff95-458a-b4b6-b69c2e3374ee'),
(119636,32,28902,NULL,2600,3,'2026-02-13 18:01:07','2026-02-13 18:01:07','9664a1f0-5c4c-416e-8842-adcbc44f561b'),
(119637,32,28902,NULL,2606,4,'2026-02-13 18:01:07','2026-02-13 18:01:07','6a54fcd0-92f4-4b2e-9edc-fe8f51fbd700'),
(119638,32,28902,NULL,2604,5,'2026-02-13 18:01:07','2026-02-13 18:01:07','a99488d8-472e-42d4-bae8-3b1513f02a3d'),
(119639,32,28902,NULL,2614,6,'2026-02-13 18:01:07','2026-02-13 18:01:07','9fd72b52-d5cb-4ded-ac22-78ec8531883f'),
(119640,32,28902,NULL,2608,7,'2026-02-13 18:01:07','2026-02-13 18:01:07','85e04c1b-a044-49fc-823e-a696c5a0e475'),
(119641,32,28902,NULL,2596,8,'2026-02-13 18:01:07','2026-02-13 18:01:07','70fba420-3ca1-426e-b339-30540027a809'),
(119642,32,28902,NULL,2602,9,'2026-02-13 18:01:07','2026-02-13 18:01:07','8daa3142-5bb4-42ec-9d9d-13fd427c34ba'),
(119643,32,28902,NULL,2612,10,'2026-02-13 18:01:07','2026-02-13 18:01:07','8077c2ed-1431-4fe2-8884-ce1d4e45373e'),
(119644,16,28902,NULL,5191,1,'2026-02-13 18:01:07','2026-02-13 18:01:07','36fa3f17-254e-4904-9d7e-f15b286056ee'),
(119645,7,28902,NULL,2969,1,'2026-02-13 18:01:07','2026-02-13 18:01:07','6a438889-86f7-4801-9538-e36562901cbd'),
(119646,7,28902,NULL,28766,2,'2026-02-13 18:01:07','2026-02-13 18:01:07','b61cc352-9888-4e2d-83cc-2c4ff13dbc38'),
(119647,7,28902,NULL,617,3,'2026-02-13 18:01:07','2026-02-13 18:01:07','59b33b1c-df48-4167-8554-d8fed2b8cf90'),
(119648,7,28902,NULL,605,4,'2026-02-13 18:01:07','2026-02-13 18:01:07','956f4087-be54-4780-a1d6-cb58e682634e'),
(119649,7,28902,NULL,9552,5,'2026-02-13 18:01:07','2026-02-13 18:01:07','cc85d05b-3b5a-4ad5-a06b-eb12fd8a0624'),
(119650,47,28902,NULL,12370,1,'2026-02-13 18:01:07','2026-02-13 18:01:07','7a4f4182-4033-4c2f-a2fe-625c0bf0b286'),
(119651,57,28902,NULL,5185,1,'2026-02-13 18:01:07','2026-02-13 18:01:07','a00610b0-50b8-4df2-a620-f96f302bc545'),
(119652,57,28902,NULL,5186,2,'2026-02-13 18:01:07','2026-02-13 18:01:07','bf511ff8-2679-4570-a0f6-e267862bf1f3'),
(119653,57,28902,NULL,5187,3,'2026-02-13 18:01:07','2026-02-13 18:01:07','be75c40f-ed8f-4980-ab63-e9943a3679b6'),
(119654,57,28902,NULL,5188,4,'2026-02-13 18:01:07','2026-02-13 18:01:07','50102b7d-7449-49cb-bb19-44dded94f4da'),
(119655,57,28902,NULL,5189,5,'2026-02-13 18:01:07','2026-02-13 18:01:07','28b51dc0-3930-4b4c-abed-14af0c940f9b'),
(119656,57,28902,NULL,5190,6,'2026-02-13 18:01:07','2026-02-13 18:01:07','e1ec7362-5bf2-43ca-9313-5256e5d014d0'),
(119657,13,28902,NULL,24348,1,'2026-02-13 18:01:07','2026-02-13 18:01:07','7492effe-07aa-45fd-b973-4f5a8920c5af'),
(119711,32,28906,NULL,2610,1,'2026-02-13 18:02:09','2026-02-13 18:02:09','308eccf5-7c0a-46cb-9bb7-bfb4dbadaae3'),
(119712,32,28906,NULL,2598,2,'2026-02-13 18:02:09','2026-02-13 18:02:09','e05ef319-effe-48e0-913d-6fa5e1559078'),
(119713,32,28906,NULL,2608,3,'2026-02-13 18:02:09','2026-02-13 18:02:09','97524a38-7d8a-4762-8499-f275b6d966e9'),
(119714,32,28906,NULL,2624,4,'2026-02-13 18:02:09','2026-02-13 18:02:09','6d910697-f14e-4510-a209-d477ffea3220'),
(119715,32,28906,NULL,2600,5,'2026-02-13 18:02:09','2026-02-13 18:02:09','0295f575-96c3-4547-a52a-83b4dbcf6481'),
(119716,32,28906,NULL,2596,6,'2026-02-13 18:02:09','2026-02-13 18:02:09','45d9c8bc-7158-40c1-9ac5-3bec74503119'),
(119717,32,28906,NULL,2602,7,'2026-02-13 18:02:09','2026-02-13 18:02:09','1453f246-dea3-4fdf-be5c-4a32fdaea1a0'),
(119718,32,28906,NULL,2606,8,'2026-02-13 18:02:09','2026-02-13 18:02:09','91b3fa2c-e9a4-46ea-ae9b-ac870a280904'),
(119719,32,28906,NULL,2612,9,'2026-02-13 18:02:09','2026-02-13 18:02:09','e783aa3b-87dd-436a-b321-4eaeac89a42c'),
(119720,32,28906,NULL,2604,10,'2026-02-13 18:02:09','2026-02-13 18:02:09','5cd25131-45cf-45e6-b1bd-acb081290254'),
(119721,16,28906,NULL,5140,1,'2026-02-13 18:02:09','2026-02-13 18:02:09','9471b085-08a1-456f-be58-3f1719660b23'),
(119722,7,28906,NULL,6547,1,'2026-02-13 18:02:09','2026-02-13 18:02:09','a962dda6-6bc9-4125-abb9-5f76e91185e7'),
(119723,7,28906,NULL,601,2,'2026-02-13 18:02:09','2026-02-13 18:02:09','bc0b9646-dbc7-4a82-8bf0-626821cd5228'),
(119724,7,28906,NULL,9735,3,'2026-02-13 18:02:09','2026-02-13 18:02:09','a64e54fa-9caf-491e-8c89-dc21b454de4f'),
(119725,7,28906,NULL,617,4,'2026-02-13 18:02:09','2026-02-13 18:02:09','e8bd330c-db34-4db9-a61f-813133f490e7'),
(119726,7,28906,NULL,605,5,'2026-02-13 18:02:09','2026-02-13 18:02:09','542da694-e382-42d2-ba93-548ac087c694'),
(119727,7,28906,NULL,9552,6,'2026-02-13 18:02:09','2026-02-13 18:02:09','0522dbd9-606e-45a0-9633-37c2fbb22372'),
(119728,82,28906,NULL,491,1,'2026-02-13 18:02:09','2026-02-13 18:02:09','e5054f24-5df9-4439-9549-4c48dd527452'),
(119729,46,28906,NULL,2891,1,'2026-02-13 18:02:09','2026-02-13 18:02:09','1ff8bd46-528e-4ff0-a7c1-894cade952f5'),
(119730,47,28906,NULL,12315,1,'2026-02-13 18:02:09','2026-02-13 18:02:09','888ea0f3-374c-4cdd-b4d2-0854976868e0'),
(119731,57,28906,NULL,5146,1,'2026-02-13 18:02:09','2026-02-13 18:02:09','55c26399-e7f6-4648-a5a6-2b9c57c325b0'),
(119732,57,28906,NULL,5147,2,'2026-02-13 18:02:09','2026-02-13 18:02:09','27bd5d6d-20bf-4d4d-b009-926c6b5f5bfe'),
(119733,57,28906,NULL,5148,3,'2026-02-13 18:02:09','2026-02-13 18:02:09','35fa5f17-93e8-4a96-a71c-10fca81ed02b'),
(119734,57,28906,NULL,5149,4,'2026-02-13 18:02:09','2026-02-13 18:02:09','9d2da29c-6d17-45ca-8af4-201b13548970'),
(119735,57,28906,NULL,5150,5,'2026-02-13 18:02:09','2026-02-13 18:02:09','6e30dd04-a57d-4a10-b20a-3a784170d83e'),
(119736,57,28906,NULL,5151,6,'2026-02-13 18:02:09','2026-02-13 18:02:09','f2ac98ad-f798-4f47-80fe-fd96544db63b'),
(119737,57,28906,NULL,5152,7,'2026-02-13 18:02:09','2026-02-13 18:02:09','8924e47c-dbf6-45eb-9898-58ce4b865207'),
(119738,57,28906,NULL,5153,8,'2026-02-13 18:02:09','2026-02-13 18:02:09','d0f2b98f-ad4e-4f00-9188-b317943ad9b1'),
(119739,13,28906,NULL,6882,1,'2026-02-13 18:02:09','2026-02-13 18:02:09','e5cf17c8-9720-40b9-bb02-3a1ab6c1cc9a'),
(119766,32,28909,NULL,2598,1,'2026-02-13 18:02:42','2026-02-13 18:02:42','d3f1b6f6-e8fc-47ab-981c-e67e860f3ca8'),
(119767,32,28909,NULL,2608,2,'2026-02-13 18:02:42','2026-02-13 18:02:42','525106ef-8381-4b0e-8355-a977db82d113'),
(119768,32,28909,NULL,2600,3,'2026-02-13 18:02:42','2026-02-13 18:02:42','050f8a64-5740-4dcc-b0f6-f2c5937e7484'),
(119769,32,28909,NULL,2596,4,'2026-02-13 18:02:42','2026-02-13 18:02:42','d614de46-f920-4e3f-99d8-40ecc0c3b173'),
(119770,32,28909,NULL,2602,5,'2026-02-13 18:02:42','2026-02-13 18:02:42','87a71817-afe8-4f65-9f1d-34f9f1a82939'),
(119771,32,28909,NULL,2606,6,'2026-02-13 18:02:42','2026-02-13 18:02:42','0a47a87e-8073-4662-982e-9f4f2b21f10f'),
(119772,32,28909,NULL,2604,7,'2026-02-13 18:02:42','2026-02-13 18:02:42','6e2700fa-b43d-4fde-a3e4-9aa2c38932ef'),
(119773,32,28909,NULL,2610,8,'2026-02-13 18:02:42','2026-02-13 18:02:42','37699be6-1622-429d-94ad-74d3c86e2b13'),
(119774,32,28909,NULL,2612,9,'2026-02-13 18:02:42','2026-02-13 18:02:42','a33eac87-01f2-415a-b00f-d4f7f27666bf'),
(119775,16,28909,NULL,11978,1,'2026-02-13 18:02:42','2026-02-13 18:02:42','1df28a02-a18d-4022-86b8-757907630f6d'),
(119776,7,28909,NULL,617,1,'2026-02-13 18:02:42','2026-02-13 18:02:42','0fc33975-46fc-4632-b91c-2f895374f467'),
(119777,7,28909,NULL,605,2,'2026-02-13 18:02:42','2026-02-13 18:02:42','ef067677-cdb1-42f9-a4ad-ef995d002d8f'),
(119778,7,28909,NULL,9552,3,'2026-02-13 18:02:42','2026-02-13 18:02:42','0ae2cc72-d61a-48c9-b0cf-1d6002bf346f'),
(119779,82,28909,NULL,491,1,'2026-02-13 18:02:42','2026-02-13 18:02:42','2b671b61-b39c-4876-b633-f9023a4cb143'),
(119780,47,28909,NULL,10466,1,'2026-02-13 18:02:42','2026-02-13 18:02:42','786b6c85-1a69-4eab-b5b0-5f268731cb98'),
(119781,57,28909,NULL,9469,1,'2026-02-13 18:02:42','2026-02-13 18:02:42','d4a42fd2-ec42-4b76-8399-05df57c0d750'),
(119782,57,28909,NULL,9470,2,'2026-02-13 18:02:42','2026-02-13 18:02:42','833b43f1-26d2-484f-9a08-614a3fca0c55'),
(119783,57,28909,NULL,9471,3,'2026-02-13 18:02:42','2026-02-13 18:02:42','5b303dac-8c92-4500-a628-e6feb2e5f2ac'),
(119784,57,28909,NULL,10097,4,'2026-02-13 18:02:42','2026-02-13 18:02:42','3a695c9d-d695-4332-a363-ac61e3bba2b4'),
(119785,57,28909,NULL,10098,5,'2026-02-13 18:02:42','2026-02-13 18:02:42','6934b205-4453-454a-a6fe-3daec7867652'),
(119786,57,28909,NULL,10099,6,'2026-02-13 18:02:42','2026-02-13 18:02:42','1bc75955-a043-4ab2-a281-30a41dc996df'),
(119787,57,28909,NULL,10100,7,'2026-02-13 18:02:42','2026-02-13 18:02:42','7981c850-9ce8-400d-af10-e164c8afa14d'),
(119788,57,28909,NULL,10101,8,'2026-02-13 18:02:42','2026-02-13 18:02:42','a25921c6-01fb-4ba8-8142-f35a86486584'),
(119789,57,28909,NULL,10102,9,'2026-02-13 18:02:42','2026-02-13 18:02:42','fca55223-1038-499a-a10f-50578fd18f6a'),
(119790,13,28909,NULL,23767,1,'2026-02-13 18:02:42','2026-02-13 18:02:42','e144af2d-1010-4d3b-a5f9-2080c9fe4f29'),
(119791,12,28909,NULL,15384,1,'2026-02-13 18:02:42','2026-02-13 18:02:42','333897a6-99a5-424c-8de4-63cbdedb5b85'),
(119818,32,28911,NULL,2614,1,'2026-02-13 18:03:06','2026-02-13 18:03:06','0327e92a-eb6d-4dcf-93c0-cf5756b88d7a'),
(119819,32,28911,NULL,2610,2,'2026-02-13 18:03:06','2026-02-13 18:03:06','e13361ee-e8bd-48c3-b4ab-cb0fd049c8e5'),
(119820,32,28911,NULL,2598,3,'2026-02-13 18:03:06','2026-02-13 18:03:06','3c73d6ed-1699-4b85-8653-ec5c2f945586'),
(119821,32,28911,NULL,2600,4,'2026-02-13 18:03:06','2026-02-13 18:03:06','1752b08d-9793-405b-aafa-e5f1b4c46087'),
(119822,32,28911,NULL,2596,5,'2026-02-13 18:03:06','2026-02-13 18:03:06','d03a7f14-c7e3-4659-82ce-d66e1c8a26a7'),
(119823,32,28911,NULL,2602,6,'2026-02-13 18:03:06','2026-02-13 18:03:06','27d8b0e8-6380-4e5b-84a8-d5966a893428'),
(119824,32,28911,NULL,2612,7,'2026-02-13 18:03:06','2026-02-13 18:03:06','da668f24-e82a-4c82-850d-a8b9edaf65af'),
(119825,32,28911,NULL,2604,8,'2026-02-13 18:03:06','2026-02-13 18:03:06','7609fb7a-1239-4008-8765-76371adce218'),
(119826,32,28911,NULL,2608,9,'2026-02-13 18:03:06','2026-02-13 18:03:06','c9099bc7-bc04-4299-89e9-d8c85b7287d6'),
(119827,32,28911,NULL,2606,10,'2026-02-13 18:03:06','2026-02-13 18:03:06','43008323-17b8-4c2a-afd5-d81d27f4705f'),
(119828,32,28911,NULL,2622,11,'2026-02-13 18:03:06','2026-02-13 18:03:06','a29e1f2f-8996-4464-acc1-c63842b8e2e6'),
(119829,16,28911,NULL,3623,1,'2026-02-13 18:03:06','2026-02-13 18:03:06','897b80d1-a79f-4c4d-9772-59de1584740e'),
(119830,7,28911,NULL,601,1,'2026-02-13 18:03:06','2026-02-13 18:03:06','3274f80e-6bca-4024-8545-f8aa9ae6fb81'),
(119831,7,28911,NULL,617,2,'2026-02-13 18:03:06','2026-02-13 18:03:06','058eff00-7f8f-4ef4-b19a-eeca1f4850ee'),
(119832,7,28911,NULL,605,3,'2026-02-13 18:03:06','2026-02-13 18:03:06','7e45fd16-ea19-4aed-bdde-f390e7c01e1a'),
(119833,7,28911,NULL,9552,4,'2026-02-13 18:03:06','2026-02-13 18:03:06','c99db62d-5590-4c5c-b85e-3bee95c2e22c'),
(119834,47,28911,NULL,15019,1,'2026-02-13 18:03:06','2026-02-13 18:03:06','b61ad4ea-9854-485a-86dc-20ee59e66ae5'),
(119835,57,28911,NULL,7950,1,'2026-02-13 18:03:06','2026-02-13 18:03:06','a407224c-c81a-439a-adcc-21d1bac7e472'),
(119836,57,28911,NULL,7952,2,'2026-02-13 18:03:06','2026-02-13 18:03:06','2ae16fa2-fd37-4fd6-99ca-f55e4e93a6e5'),
(119837,57,28911,NULL,7956,3,'2026-02-13 18:03:06','2026-02-13 18:03:06','62c77ea2-785f-46c0-a747-59445c3e5960'),
(119838,57,28911,NULL,7955,4,'2026-02-13 18:03:06','2026-02-13 18:03:06','a3162323-228d-49e8-ad48-5552f403684d'),
(119839,57,28911,NULL,7951,5,'2026-02-13 18:03:06','2026-02-13 18:03:06','98c28cca-acd4-418d-98ba-5b275b079a6f'),
(119840,57,28911,NULL,7954,6,'2026-02-13 18:03:06','2026-02-13 18:03:06','67512250-1143-4b5a-b9da-ddd01b8da5d1'),
(119841,57,28911,NULL,7953,7,'2026-02-13 18:03:06','2026-02-13 18:03:06','cd85650c-682d-4865-85f5-375136ae6613'),
(119842,57,28911,NULL,7957,8,'2026-02-13 18:03:06','2026-02-13 18:03:06','b8da6c80-dc23-4b50-b836-2e22b20acab8'),
(119843,13,28911,NULL,23887,1,'2026-02-13 18:03:06','2026-02-13 18:03:06','a72f5112-72bc-4ef7-a8e1-68669a9fc488'),
(119868,32,28913,NULL,2610,1,'2026-02-13 18:03:27','2026-02-13 18:03:27','2ca22c17-48ce-4de6-adb3-2555d47d4836'),
(119869,32,28913,NULL,2598,2,'2026-02-13 18:03:27','2026-02-13 18:03:27','327f212a-ae3e-40a6-a116-e60a6edbb34e'),
(119870,32,28913,NULL,2600,3,'2026-02-13 18:03:27','2026-02-13 18:03:27','2c817123-f1af-4489-a5e9-477c880aa139'),
(119871,32,28913,NULL,2602,4,'2026-02-13 18:03:27','2026-02-13 18:03:27','9ed3a376-73d0-48a6-9522-a5a5816fe4ef'),
(119872,32,28913,NULL,2612,5,'2026-02-13 18:03:27','2026-02-13 18:03:27','c459efd5-c47b-4378-abdd-c238c1b9e4c6'),
(119873,32,28913,NULL,2618,6,'2026-02-13 18:03:27','2026-02-13 18:03:27','98bdee80-693b-4f96-af92-c6b86513f8b9'),
(119874,32,28913,NULL,2604,7,'2026-02-13 18:03:27','2026-02-13 18:03:27','53945404-6b4e-428a-9477-2d31dfbbfbd3'),
(119875,32,28913,NULL,2608,8,'2026-02-13 18:03:27','2026-02-13 18:03:27','1db578e0-7893-48c1-9e23-75df87553f39'),
(119876,32,28913,NULL,2596,9,'2026-02-13 18:03:27','2026-02-13 18:03:27','044cbde6-4a26-46a9-a6e0-a15f2f4731ff'),
(119877,32,28913,NULL,2606,10,'2026-02-13 18:03:27','2026-02-13 18:03:27','c577017d-a3be-452a-b8a6-e81b5666e767'),
(119878,16,28913,NULL,4639,1,'2026-02-13 18:03:27','2026-02-13 18:03:27','b7f81f87-9889-4522-8a05-09553e43a93e'),
(119879,7,28913,NULL,2974,1,'2026-02-13 18:03:27','2026-02-13 18:03:27','8f2008db-6a65-4eb5-b88b-53e16db284a4'),
(119880,7,28913,NULL,617,2,'2026-02-13 18:03:27','2026-02-13 18:03:27','e0edcb20-36c3-40eb-824f-e13b8eabd136'),
(119881,7,28913,NULL,605,3,'2026-02-13 18:03:27','2026-02-13 18:03:27','10faf7e0-aee4-4ce5-b0e8-316cbb444f06'),
(119882,7,28913,NULL,9552,4,'2026-02-13 18:03:27','2026-02-13 18:03:27','eb07da1a-4a1a-433f-b1f7-9628b602247d'),
(119883,82,28913,NULL,491,1,'2026-02-13 18:03:27','2026-02-13 18:03:27','8279c52e-cdce-46d0-88e0-3ff3fbdcdddb'),
(119884,46,28913,NULL,3697,1,'2026-02-13 18:03:27','2026-02-13 18:03:27','60e0b249-80cd-4d00-8c0f-48eb59af78a8'),
(119885,47,28913,NULL,12494,1,'2026-02-13 18:03:27','2026-02-13 18:03:27','af0acb4c-b447-4e52-8da3-c785e294b043'),
(119886,57,28913,NULL,5084,1,'2026-02-13 18:03:27','2026-02-13 18:03:27','0a68fdd4-848d-40ef-996e-620566f215fd'),
(119887,57,28913,NULL,5085,2,'2026-02-13 18:03:27','2026-02-13 18:03:27','973026a1-9c21-4747-8263-d45eb1f1f662'),
(119888,57,28913,NULL,5086,3,'2026-02-13 18:03:27','2026-02-13 18:03:27','86a3ad60-a1c9-4bd6-955a-d7d8f71acd95'),
(119889,57,28913,NULL,5087,4,'2026-02-13 18:03:27','2026-02-13 18:03:27','3565b977-7bdb-4a7c-9a78-1a80809aafef'),
(119890,57,28913,NULL,5088,5,'2026-02-13 18:03:27','2026-02-13 18:03:27','e1a9fd3d-6826-41bb-a28e-733f5de81a76'),
(119891,13,28913,NULL,23842,1,'2026-02-13 18:03:27','2026-02-13 18:03:27','052f2014-9599-462b-964a-a55bd18487de'),
(119913,32,28916,NULL,2614,1,'2026-02-13 18:03:48','2026-02-13 18:03:48','cf4fb29b-c048-48db-becc-5ff9a342a361'),
(119914,32,28916,NULL,2610,2,'2026-02-13 18:03:48','2026-02-13 18:03:48','d86a9e65-743e-4c48-a172-a81993e71178'),
(119915,32,28916,NULL,2598,3,'2026-02-13 18:03:48','2026-02-13 18:03:48','668abb5a-3b45-4897-8fca-cda7a5a675e1'),
(119916,32,28916,NULL,2600,4,'2026-02-13 18:03:48','2026-02-13 18:03:48','21f50b4e-ab8c-47b3-b6d5-8b5a863664ff'),
(119917,32,28916,NULL,2602,5,'2026-02-13 18:03:48','2026-02-13 18:03:48','71690747-dee6-4189-a9fd-4b0b59902d49'),
(119918,32,28916,NULL,2612,6,'2026-02-13 18:03:48','2026-02-13 18:03:48','9d4e5b79-1c11-49fd-bd5c-1eca1c7f25b6'),
(119919,32,28916,NULL,2604,7,'2026-02-13 18:03:48','2026-02-13 18:03:48','0e2d1cef-8775-4979-8f80-1d132765eb6d'),
(119920,32,28916,NULL,2608,8,'2026-02-13 18:03:48','2026-02-13 18:03:48','55231fe5-0bdf-451b-86f6-df1f92c5437c'),
(119921,32,28916,NULL,2596,9,'2026-02-13 18:03:48','2026-02-13 18:03:48','e74f9067-b12f-4e86-bfd4-f34f1e1f385f'),
(119922,32,28916,NULL,2606,10,'2026-02-13 18:03:48','2026-02-13 18:03:48','db70c5fd-2053-4443-83bb-fe9a56b31e9e'),
(119923,16,28916,NULL,4083,1,'2026-02-13 18:03:48','2026-02-13 18:03:48','d04afbd5-ae11-4913-92e2-22e026736d82'),
(119924,7,28916,NULL,601,1,'2026-02-13 18:03:48','2026-02-13 18:03:48','22e2b788-58cc-463a-a620-25771718c1ab'),
(119925,7,28916,NULL,617,2,'2026-02-13 18:03:48','2026-02-13 18:03:48','e3f7de38-4c11-463f-899c-8f922e110a9a'),
(119926,7,28916,NULL,605,3,'2026-02-13 18:03:48','2026-02-13 18:03:48','478675fd-ec36-4ff6-b550-26cd795d77d0'),
(119927,7,28916,NULL,9552,4,'2026-02-13 18:03:48','2026-02-13 18:03:48','42226d03-3e8b-4ac9-9189-820e3c113eab'),
(119928,47,28916,NULL,12421,1,'2026-02-13 18:03:48','2026-02-13 18:03:48','1c01e82b-0e3d-4e88-89a8-818f6c0b5241'),
(119929,57,28916,NULL,5056,1,'2026-02-13 18:03:48','2026-02-13 18:03:48','9dee20bb-0ba2-4c69-8428-970825cb8e7c'),
(119930,57,28916,NULL,5055,2,'2026-02-13 18:03:48','2026-02-13 18:03:48','12741169-d7fa-4bb5-88d8-32b4eb5e0684'),
(119931,57,28916,NULL,5057,3,'2026-02-13 18:03:48','2026-02-13 18:03:48','f14d1f34-0cb1-4992-bfdf-49d1869da81a'),
(119932,57,28916,NULL,5058,4,'2026-02-13 18:03:48','2026-02-13 18:03:48','16aa8246-4f51-4ae0-b386-f959ad76c5f9'),
(119933,13,28916,NULL,23737,1,'2026-02-13 18:03:48','2026-02-13 18:03:48','7e12a01e-cefb-4cf5-ac8f-16eb8fdd00a2'),
(119959,32,28918,NULL,2614,1,'2026-02-13 18:04:10','2026-02-13 18:04:10','f19ab23a-513e-4848-b00d-a7ab00eb6cfe'),
(119960,32,28918,NULL,2610,2,'2026-02-13 18:04:10','2026-02-13 18:04:10','c61877cb-e591-4033-b6e5-855b5cbd272d'),
(119961,32,28918,NULL,2598,3,'2026-02-13 18:04:10','2026-02-13 18:04:10','cf2112c8-e930-449f-9a10-5f7d5fd4dee9'),
(119962,32,28918,NULL,2608,4,'2026-02-13 18:04:10','2026-02-13 18:04:10','e013a37b-a919-4809-80f5-2ea76ccc4797'),
(119963,32,28918,NULL,2600,5,'2026-02-13 18:04:10','2026-02-13 18:04:10','2fc4245f-129c-4fcb-b9ad-d33a2f9e09e1'),
(119964,32,28918,NULL,2596,6,'2026-02-13 18:04:10','2026-02-13 18:04:10','dddf9294-364d-4a55-90c0-3446a4e6a5fd'),
(119965,32,28918,NULL,2602,7,'2026-02-13 18:04:10','2026-02-13 18:04:10','37fe093f-34d7-4cd6-8114-6dcb386fbf7f'),
(119966,32,28918,NULL,2606,8,'2026-02-13 18:04:10','2026-02-13 18:04:10','99ba1701-afd2-4afb-9a5d-297d70ca68c1'),
(119967,32,28918,NULL,2612,9,'2026-02-13 18:04:10','2026-02-13 18:04:10','8021baf4-e2f4-4b24-8622-8c36a19cd08c'),
(119968,32,28918,NULL,2604,10,'2026-02-13 18:04:10','2026-02-13 18:04:10','86b04f78-62f7-44d4-8123-e13df020fc0f'),
(119969,16,28918,NULL,5013,1,'2026-02-13 18:04:10','2026-02-13 18:04:10','74ee3c0e-3b9c-4ed7-8ae1-d6f504ae1554'),
(119970,7,28918,NULL,3468,1,'2026-02-13 18:04:10','2026-02-13 18:04:10','006f3b38-b697-41c8-bae2-497c38997e35'),
(119971,7,28918,NULL,617,2,'2026-02-13 18:04:10','2026-02-13 18:04:10','e42aadba-4558-4428-9aa1-ad61b5249eec'),
(119972,7,28918,NULL,605,3,'2026-02-13 18:04:10','2026-02-13 18:04:10','5ef54eb8-4c5d-48fc-a6d3-516c08fa64ba'),
(119973,7,28918,NULL,9552,4,'2026-02-13 18:04:10','2026-02-13 18:04:10','1cbdc627-988e-41ca-a810-517dac7ccc6a'),
(119974,47,28918,NULL,12321,1,'2026-02-13 18:04:10','2026-02-13 18:04:10','f114b308-a53d-49b8-be79-618a7a4b20a1'),
(119975,57,28918,NULL,5033,1,'2026-02-13 18:04:10','2026-02-13 18:04:10','4119eb4e-a31e-49e0-b597-94e6520bc311'),
(119976,57,28918,NULL,5034,2,'2026-02-13 18:04:10','2026-02-13 18:04:10','d0ee27c2-2a32-478d-b000-dd84717495ac'),
(119977,57,28918,NULL,5035,3,'2026-02-13 18:04:10','2026-02-13 18:04:10','299adb68-3bbb-4c61-8003-df91a607e1ef'),
(119978,57,28918,NULL,5036,4,'2026-02-13 18:04:10','2026-02-13 18:04:10','eadd9bd7-e797-4ef2-bb58-71096632f93d'),
(119979,57,28918,NULL,5037,5,'2026-02-13 18:04:10','2026-02-13 18:04:10','973e5784-2f61-48cb-86cf-dec919ca4bf9'),
(119980,57,28918,NULL,5038,6,'2026-02-13 18:04:10','2026-02-13 18:04:10','c8095ebc-6405-4ef2-89bb-f56d208f427f'),
(119981,57,28918,NULL,5039,7,'2026-02-13 18:04:10','2026-02-13 18:04:10','eaa0be24-4f9b-43c9-8126-e4d86e1c33ce'),
(119982,57,28918,NULL,5040,8,'2026-02-13 18:04:10','2026-02-13 18:04:10','7997f0b3-64f1-4bfa-bba4-c39294a5f241'),
(119983,13,28918,NULL,23795,1,'2026-02-13 18:04:10','2026-02-13 18:04:10','4cd0337d-613c-4412-9fa1-92b4a1d0edfe'),
(120011,13,1255,NULL,28921,1,'2026-02-13 18:10:18','2026-02-13 18:10:18','4648a34d-871f-44a1-ba9a-5baefb9b4218'),
(120012,32,28922,NULL,2610,1,'2026-02-13 18:10:18','2026-02-13 18:10:18','0acabdfb-3c2d-4dc8-a610-b44f926ac1a8'),
(120013,32,28922,NULL,2598,2,'2026-02-13 18:10:18','2026-02-13 18:10:18','3d527589-b7a4-4440-9af3-a964141bd5c1'),
(120014,32,28922,NULL,2608,3,'2026-02-13 18:10:18','2026-02-13 18:10:18','64dfc203-a4b3-431d-b852-c0f6fa1b02ca'),
(120015,32,28922,NULL,2624,4,'2026-02-13 18:10:18','2026-02-13 18:10:18','2115e737-0a7b-4806-bfc7-26f504d7fed5'),
(120016,32,28922,NULL,2600,5,'2026-02-13 18:10:18','2026-02-13 18:10:18','65be6f38-9abe-484a-ad25-2b5b3a7ce3ca'),
(120017,32,28922,NULL,2596,6,'2026-02-13 18:10:18','2026-02-13 18:10:18','26d00360-ed99-49dd-895f-300340b66e60'),
(120018,32,28922,NULL,2602,7,'2026-02-13 18:10:18','2026-02-13 18:10:18','3b5ac341-4f64-4cb7-b3e2-3274b1999f69'),
(120019,32,28922,NULL,2606,8,'2026-02-13 18:10:18','2026-02-13 18:10:18','2b8918db-d566-4f6f-8b4a-aee232421557'),
(120020,32,28922,NULL,2612,9,'2026-02-13 18:10:18','2026-02-13 18:10:18','b1f47f77-4341-43e9-ace9-2f7c47b10c99'),
(120021,32,28922,NULL,2604,10,'2026-02-13 18:10:18','2026-02-13 18:10:18','ed27b67a-75bc-400a-ac90-f1cfccdf0fd0'),
(120022,16,28922,NULL,4786,1,'2026-02-13 18:10:18','2026-02-13 18:10:18','151d93fe-3de7-440a-89d5-a89d3a4df130'),
(120023,7,28922,NULL,6547,1,'2026-02-13 18:10:18','2026-02-13 18:10:18','f89f4de0-856e-4670-8f38-3b45c4d668de'),
(120024,7,28922,NULL,601,2,'2026-02-13 18:10:18','2026-02-13 18:10:18','b1c880ee-a909-4a48-a7cc-bcd8e1ecc2c7'),
(120025,7,28922,NULL,617,3,'2026-02-13 18:10:18','2026-02-13 18:10:18','25f6eb56-1626-48e8-ac9b-87fae4756c0b'),
(120026,7,28922,NULL,605,4,'2026-02-13 18:10:18','2026-02-13 18:10:18','fb5a3290-4e0f-49ce-8a77-929c508e306e'),
(120027,7,28922,NULL,9552,5,'2026-02-13 18:10:18','2026-02-13 18:10:18','0e42a74c-108c-40c9-8edc-ed70d51f15b7'),
(120028,82,28922,NULL,491,1,'2026-02-13 18:10:18','2026-02-13 18:10:18','77bf8265-cb7f-4d96-9af3-56dfd3543287'),
(120029,46,28922,NULL,2891,1,'2026-02-13 18:10:18','2026-02-13 18:10:18','501d8ad3-f568-4546-a13e-8a5e6218e7a7'),
(120030,47,28922,NULL,12247,1,'2026-02-13 18:10:18','2026-02-13 18:10:18','b09d57d0-9b2d-4246-8f61-fa9ee61138ee'),
(120031,57,28922,NULL,4808,1,'2026-02-13 18:10:18','2026-02-13 18:10:18','8a086100-84e7-4b38-8fff-acd093ed0deb'),
(120032,57,28922,NULL,4811,2,'2026-02-13 18:10:18','2026-02-13 18:10:18','9934498b-ba60-424b-b9d5-94294fe46cfb'),
(120033,57,28922,NULL,4807,3,'2026-02-13 18:10:18','2026-02-13 18:10:18','f7604560-895f-481c-90c4-cb93eb9a06aa'),
(120034,57,28922,NULL,4806,4,'2026-02-13 18:10:18','2026-02-13 18:10:18','16161c79-a3eb-44ee-aa7a-48a88917005e'),
(120035,57,28922,NULL,4809,5,'2026-02-13 18:10:18','2026-02-13 18:10:18','cbc685f6-dadf-4b01-91cc-3438f89485ef'),
(120036,57,28922,NULL,4810,6,'2026-02-13 18:10:18','2026-02-13 18:10:18','09b85249-89bb-4583-b72b-8303b01e6d0b'),
(120037,13,28922,NULL,28921,1,'2026-02-13 18:10:18','2026-02-13 18:10:18','e4bd86d1-da43-4f81-ab56-43fe68128186'),
(120065,22,1753,NULL,28929,1,'2026-02-13 18:14:35','2026-02-13 18:14:35','8e7989c1-354e-4ce4-8f37-73f519e798c1'),
(120066,32,28930,NULL,2610,1,'2026-02-13 18:14:35','2026-02-13 18:14:35','8ddb570f-09ba-4b54-a826-3c285aa5ae0d'),
(120067,32,28930,NULL,2598,2,'2026-02-13 18:14:35','2026-02-13 18:14:35','b1644578-f803-43c4-a413-105594f61471'),
(120068,32,28930,NULL,2608,3,'2026-02-13 18:14:35','2026-02-13 18:14:35','1ff20806-9ab9-4e78-aa57-8c30b84d18be'),
(120069,32,28930,NULL,2624,4,'2026-02-13 18:14:35','2026-02-13 18:14:35','2b65164e-60ae-4fe0-8b4f-edd0d036e05d'),
(120070,32,28930,NULL,2600,5,'2026-02-13 18:14:35','2026-02-13 18:14:35','8eaad369-d71d-4370-bd95-02d3cdfef5e1'),
(120071,32,28930,NULL,2596,6,'2026-02-13 18:14:35','2026-02-13 18:14:35','6a9599bf-0556-4f53-9f54-39ae9fbc09ff'),
(120072,32,28930,NULL,2602,7,'2026-02-13 18:14:35','2026-02-13 18:14:35','3d91f8f9-8055-4ff6-afd3-2c08dc56a7aa'),
(120073,32,28930,NULL,2606,8,'2026-02-13 18:14:35','2026-02-13 18:14:35','7fb7e217-2f73-440b-be84-c8a275032004'),
(120074,32,28930,NULL,2612,9,'2026-02-13 18:14:35','2026-02-13 18:14:35','b5a61d34-1e79-4686-af38-41d2c1e147b2'),
(120075,32,28930,NULL,2604,10,'2026-02-13 18:14:35','2026-02-13 18:14:35','2fea4289-6b44-422b-bcf9-7e0459fd1581'),
(120076,16,28930,NULL,4786,1,'2026-02-13 18:14:35','2026-02-13 18:14:35','fff1628d-5e3f-4c90-ae4f-450cb0277f3c'),
(120077,7,28930,NULL,6547,1,'2026-02-13 18:14:35','2026-02-13 18:14:35','ff481420-bf73-44bc-a285-b6593c4ff72c'),
(120078,7,28930,NULL,601,2,'2026-02-13 18:14:35','2026-02-13 18:14:35','6f7b57c9-875b-4ace-9174-da2bffb20554'),
(120079,7,28930,NULL,617,3,'2026-02-13 18:14:35','2026-02-13 18:14:35','ca57e8c4-a9dc-401a-9ff0-147db07fb42c'),
(120080,7,28930,NULL,605,4,'2026-02-13 18:14:35','2026-02-13 18:14:35','5a62f360-12de-4593-9790-11f667481204'),
(120081,7,28930,NULL,9552,5,'2026-02-13 18:14:35','2026-02-13 18:14:35','1c5e8f96-2fa9-4623-8f2c-220d89945dc1'),
(120082,82,28930,NULL,491,1,'2026-02-13 18:14:35','2026-02-13 18:14:35','fbf5b9c9-5197-48bb-8ffb-3a4a7213bedb'),
(120083,46,28930,NULL,2891,1,'2026-02-13 18:14:35','2026-02-13 18:14:35','11a1ec42-7a1f-4f4f-899d-db0fff1b49ef'),
(120084,47,28930,NULL,12247,1,'2026-02-13 18:14:35','2026-02-13 18:14:35','ebc1202a-5776-4d20-a051-95faf4afa3be'),
(120085,57,28930,NULL,4808,1,'2026-02-13 18:14:35','2026-02-13 18:14:35','88b82756-a4b6-4584-864f-3c7f239c8696'),
(120086,57,28930,NULL,4811,2,'2026-02-13 18:14:35','2026-02-13 18:14:35','bfc7c96d-cb04-46c1-a4b9-eebba19158c1'),
(120087,57,28930,NULL,4807,3,'2026-02-13 18:14:35','2026-02-13 18:14:35','f04b21ed-a9d0-4ce6-a55c-9021b6e16921'),
(120088,57,28930,NULL,4806,4,'2026-02-13 18:14:35','2026-02-13 18:14:35','2a572900-c071-4f7b-8a8a-3c5cf26c914f'),
(120089,57,28930,NULL,4809,5,'2026-02-13 18:14:35','2026-02-13 18:14:35','c5e66cf1-009a-43d5-9308-63ba56a23bda'),
(120090,57,28930,NULL,4810,6,'2026-02-13 18:14:35','2026-02-13 18:14:35','11b96ed6-dde1-455d-9d15-e9af05fbe0ab'),
(120091,13,28930,NULL,28921,1,'2026-02-13 18:14:35','2026-02-13 18:14:35','647ee69f-c53d-4ae7-b1af-1d6f1c9868d5'),
(120092,22,28931,NULL,28929,1,'2026-02-13 18:14:35','2026-02-13 18:14:35','fdbdf954-113c-4912-9adb-aba7f71c566d'),
(120142,32,31404,NULL,2610,1,'2026-02-17 14:54:15','2026-02-17 14:54:15','9cf1ca64-61cb-4155-8736-9c5f3ff97f78'),
(120143,32,31404,NULL,2598,2,'2026-02-17 14:54:15','2026-02-17 14:54:15','9fba3c68-a9da-478e-b035-acef99f3d0d1'),
(120144,32,31404,NULL,2600,3,'2026-02-17 14:54:15','2026-02-17 14:54:15','a188633e-883f-4854-b688-14cc034894c1'),
(120145,32,31404,NULL,2604,4,'2026-02-17 14:54:15','2026-02-17 14:54:15','2194deba-7f60-47b3-b791-2ceb65fb5460'),
(120146,32,31404,NULL,2608,5,'2026-02-17 14:54:15','2026-02-17 14:54:15','2c64cca6-5b02-422e-af35-1b8f558a24bc'),
(120147,32,31404,NULL,2602,6,'2026-02-17 14:54:15','2026-02-17 14:54:15','7431c3a7-70e6-452d-965e-90e1efd697ad'),
(120148,32,31404,NULL,2596,7,'2026-02-17 14:54:15','2026-02-17 14:54:15','cc82fe6c-7aa3-4bf8-b4b3-8b14841c82fa'),
(120149,32,31404,NULL,2606,8,'2026-02-17 14:54:15','2026-02-17 14:54:15','11e58008-7cc2-4220-b32a-b8978a73f8af'),
(120150,32,31404,NULL,2612,9,'2026-02-17 14:54:15','2026-02-17 14:54:15','d8acb826-8991-43b4-954c-9f7a23a18dc1'),
(120151,16,31404,NULL,4466,1,'2026-02-17 14:54:15','2026-02-17 14:54:15','06fcc9e6-851c-4b2b-b6d3-b5700ed0d77e'),
(120152,7,31404,NULL,617,1,'2026-02-17 14:54:15','2026-02-17 14:54:15','dd70334f-6b5a-4eeb-b18c-443c22256493'),
(120153,7,31404,NULL,605,2,'2026-02-17 14:54:15','2026-02-17 14:54:15','bdcb72c5-a4fe-47c2-b4fd-558cc7066d75'),
(120154,7,31404,NULL,9552,3,'2026-02-17 14:54:15','2026-02-17 14:54:15','8ffe4003-d85e-4b7e-adef-85c49020536c'),
(120155,82,31404,NULL,469,1,'2026-02-17 14:54:15','2026-02-17 14:54:15','67ec3858-924b-4b4e-93cc-fb57a58d1f54'),
(120156,82,31404,NULL,479,2,'2026-02-17 14:54:15','2026-02-17 14:54:15','6f0f1345-4263-4bef-b617-3cc84f50f263'),
(120157,82,31404,NULL,491,3,'2026-02-17 14:54:15','2026-02-17 14:54:15','25055175-5bcf-455b-9f5c-795cba6b22b9'),
(120158,47,31404,NULL,10495,1,'2026-02-17 14:54:15','2026-02-17 14:54:15','dd057e47-08c2-4069-a421-75bfe8bc4a1e'),
(120159,57,31404,NULL,8888,1,'2026-02-17 14:54:15','2026-02-17 14:54:15','03e7297a-c1a2-4d41-8921-278cc1c8542e'),
(120160,57,31404,NULL,8889,2,'2026-02-17 14:54:15','2026-02-17 14:54:15','7528179f-57a4-4752-8357-0f707438941d'),
(120161,57,31404,NULL,9589,3,'2026-02-17 14:54:15','2026-02-17 14:54:15','7761d67d-46c4-489f-b2cb-a4d9fc7bbd64'),
(120162,13,31404,NULL,23827,1,'2026-02-17 14:54:15','2026-02-17 14:54:15','18ae9dae-1090-46a2-b7d2-6fa5c7ef326a'),
(120189,32,31412,NULL,2614,1,'2026-02-17 15:02:03','2026-02-17 15:02:03','60a7c1a4-8ea4-43fc-8c82-a829c9b1c62b'),
(120190,32,31412,NULL,2610,2,'2026-02-17 15:02:03','2026-02-17 15:02:03','7dfa3e90-eb35-4730-a1e2-f51ae752c1c9'),
(120191,32,31412,NULL,2598,3,'2026-02-17 15:02:03','2026-02-17 15:02:03','6a3f1ccd-6263-4e16-8ea3-40e488e0619d'),
(120192,32,31412,NULL,2608,4,'2026-02-17 15:02:03','2026-02-17 15:02:03','57086ed5-093d-4345-ba69-7d5e1242ea19'),
(120193,32,31412,NULL,2600,5,'2026-02-17 15:02:03','2026-02-17 15:02:03','125146e3-9293-4ffc-8cf8-c07efa6deb2a'),
(120194,32,31412,NULL,2596,6,'2026-02-17 15:02:03','2026-02-17 15:02:03','071da6ef-aaa3-4688-aacb-4cfe753873dd'),
(120195,32,31412,NULL,2602,7,'2026-02-17 15:02:03','2026-02-17 15:02:03','1ece00d0-65f7-4f9e-af5f-85657bb5f43e'),
(120196,32,31412,NULL,2606,8,'2026-02-17 15:02:03','2026-02-17 15:02:03','abb1f9cf-7fb9-41e2-a406-c3f5656d9022'),
(120197,32,31412,NULL,2612,9,'2026-02-17 15:02:03','2026-02-17 15:02:03','a7fb8084-2f85-42da-aeae-97d7afd686f8'),
(120198,32,31412,NULL,2604,10,'2026-02-17 15:02:03','2026-02-17 15:02:03','a68ddf7d-d170-407a-9e99-45d9f852a0a3'),
(120199,16,31412,NULL,5013,1,'2026-02-17 15:02:03','2026-02-17 15:02:03','08a3a85c-4be9-45f5-be9a-d067040c80a8'),
(120200,7,31412,NULL,3468,1,'2026-02-17 15:02:03','2026-02-17 15:02:03','9c633303-d86d-4863-9b6d-0086ee954a18'),
(120201,7,31412,NULL,617,2,'2026-02-17 15:02:03','2026-02-17 15:02:03','955016fb-174f-4891-b495-fed2ee6c1f36'),
(120202,7,31412,NULL,605,3,'2026-02-17 15:02:03','2026-02-17 15:02:03','6e96df26-bd32-4cb0-a743-fc20847fbee2'),
(120203,7,31412,NULL,9552,4,'2026-02-17 15:02:03','2026-02-17 15:02:03','1ae05152-a3db-4bbf-8de1-28d035c8bc64'),
(120204,47,31412,NULL,12321,1,'2026-02-17 15:02:03','2026-02-17 15:02:03','d2eeed87-0379-4a12-8449-806a0c7116a9'),
(120205,57,31412,NULL,5033,1,'2026-02-17 15:02:03','2026-02-17 15:02:03','ca80dd21-b858-4578-a601-b4eea6edb7d2'),
(120206,57,31412,NULL,5034,2,'2026-02-17 15:02:03','2026-02-17 15:02:03','ce6555ce-e66c-4314-8c15-04a7ef2070d4'),
(120207,57,31412,NULL,5035,3,'2026-02-17 15:02:03','2026-02-17 15:02:03','6413ee9b-7870-49ce-843a-385e5d4f86fd'),
(120208,57,31412,NULL,5036,4,'2026-02-17 15:02:03','2026-02-17 15:02:03','3b8926d5-9340-44a7-ba6b-db125c0502f9'),
(120209,57,31412,NULL,5037,5,'2026-02-17 15:02:03','2026-02-17 15:02:03','8c64cf3e-51d6-45b6-a217-bfefb1f9cbcd'),
(120210,57,31412,NULL,5038,6,'2026-02-17 15:02:03','2026-02-17 15:02:03','d8e40175-e87f-4543-b893-e69466207965'),
(120211,57,31412,NULL,5039,7,'2026-02-17 15:02:03','2026-02-17 15:02:03','fa1980de-af23-404a-8ca3-5360c78184ff'),
(120212,57,31412,NULL,5040,8,'2026-02-17 15:02:03','2026-02-17 15:02:03','bf974849-4dd8-4c5a-bf94-0cb6cbe12e74'),
(120213,13,31412,NULL,23795,1,'2026-02-17 15:02:03','2026-02-17 15:02:03','b7265f0e-7799-4210-89c7-34628631aa62'),
(120242,22,31427,NULL,31425,1,'2026-02-17 15:30:53','2026-02-17 15:30:53','0cbefb42-b920-4bc4-8908-4b3df353d641'),
(120243,32,31428,NULL,2610,1,'2026-02-17 15:30:53','2026-02-17 15:30:53','a0bee290-17fc-4760-8f00-4ae1f756f769'),
(120244,32,31428,NULL,2598,2,'2026-02-17 15:30:53','2026-02-17 15:30:53','4fd8a0e2-4f10-407c-b581-8cfe88e7189f'),
(120245,32,31428,NULL,2608,3,'2026-02-17 15:30:53','2026-02-17 15:30:53','215dda1b-69bf-4174-a6e7-6ba50fb54c77'),
(120246,32,31428,NULL,2600,4,'2026-02-17 15:30:53','2026-02-17 15:30:53','5dc2fee0-0c1f-4411-aeee-a881a31688d0'),
(120247,32,31428,NULL,2596,5,'2026-02-17 15:30:53','2026-02-17 15:30:53','fc474e66-686b-4e57-acf4-c4a88a1b6bd2'),
(120248,32,31428,NULL,2602,6,'2026-02-17 15:30:53','2026-02-17 15:30:53','df26e432-6012-4491-a897-80c4593d9a8c'),
(120249,32,31428,NULL,2612,7,'2026-02-17 15:30:53','2026-02-17 15:30:53','8a398d74-1642-4bef-9963-523e635f6bcc'),
(120250,32,31428,NULL,2618,8,'2026-02-17 15:30:53','2026-02-17 15:30:53','555d253b-143b-4a7e-bb45-bf86f7de6271'),
(120251,32,31428,NULL,2604,9,'2026-02-17 15:30:53','2026-02-17 15:30:53','b990137f-e7dd-487c-a987-3b29200c7f2c'),
(120252,32,31428,NULL,2606,10,'2026-02-17 15:30:53','2026-02-17 15:30:53','eb27f0ff-ad46-48b8-92fe-fd94533c35fd'),
(120253,16,31428,NULL,9008,1,'2026-02-17 15:30:53','2026-02-17 15:30:53','fe61b7da-4dab-467a-bfa9-4fe11e1f7c7d'),
(120254,7,31428,NULL,605,1,'2026-02-17 15:30:53','2026-02-17 15:30:53','c66dbffa-a00b-436e-87bb-8b528bec55a9'),
(120255,7,31428,NULL,617,2,'2026-02-17 15:30:53','2026-02-17 15:30:53','8e0851c4-0c7a-49df-b9dd-8b5422885fef'),
(120256,7,31428,NULL,9552,3,'2026-02-17 15:30:53','2026-02-17 15:30:53','1fc4972d-ff02-45ce-8d1c-2550d9559c19'),
(120257,82,31428,NULL,479,1,'2026-02-17 15:30:53','2026-02-17 15:30:53','ebca8956-572a-4c58-b4e4-194f81050ca0'),
(120258,82,31428,NULL,491,2,'2026-02-17 15:30:53','2026-02-17 15:30:53','39610be7-9b0f-4f59-b15d-8be6b5d9d17c'),
(120259,46,31428,NULL,3697,1,'2026-02-17 15:30:53','2026-02-17 15:30:53','100f0a27-7123-41c8-8319-e8eecee046fe'),
(120260,47,31428,NULL,12278,1,'2026-02-17 15:30:53','2026-02-17 15:30:53','741bdc2e-12cc-44c7-ad4f-b140100db217'),
(120261,57,31428,NULL,9011,1,'2026-02-17 15:30:53','2026-02-17 15:30:53','48a4a1d0-29ae-45c6-8246-f76094979dfd'),
(120262,57,31428,NULL,9017,2,'2026-02-17 15:30:53','2026-02-17 15:30:53','6f01424f-3eee-4229-81de-25e1c71902fd'),
(120263,57,31428,NULL,9015,3,'2026-02-17 15:30:53','2026-02-17 15:30:53','4f98afb2-3d93-416c-b690-d73ddc1f94bf'),
(120264,57,31428,NULL,9016,4,'2026-02-17 15:30:53','2026-02-17 15:30:53','1c8fb616-083d-4017-836c-1a1fd9bfd8ba'),
(120265,57,31428,NULL,9013,5,'2026-02-17 15:30:53','2026-02-17 15:30:53','098ce59b-78a0-4c6a-923a-22932ef14d64'),
(120266,57,31428,NULL,9014,6,'2026-02-17 15:30:53','2026-02-17 15:30:53','1a94ebbc-e80c-4737-91fd-9eb9fb7b27ab'),
(120267,57,31428,NULL,9012,7,'2026-02-17 15:30:53','2026-02-17 15:30:53','9ca05dff-b5b5-4a2a-a724-b3477bd4a2be'),
(120268,57,31428,NULL,9018,8,'2026-02-17 15:30:53','2026-02-17 15:30:53','7f8a8b83-de5c-4af9-80a6-18bc32e3bbcf'),
(120269,13,31428,NULL,23694,1,'2026-02-17 15:30:53','2026-02-17 15:30:53','4ef3ddeb-dadf-4bf9-9ced-5079d052bbfa'),
(120270,22,31429,NULL,31425,1,'2026-02-17 15:30:53','2026-02-17 15:30:53','9d6aaa51-816f-44a3-ac84-33ad5349618b'),
(120271,32,32947,NULL,2610,1,'2026-02-20 16:59:54','2026-02-20 16:59:54','4336d208-a529-4cc1-9fc7-ce566340c663'),
(120272,32,32947,NULL,2598,2,'2026-02-20 16:59:54','2026-02-20 16:59:54','8ad350d5-5d86-486f-a79e-5eb98474803e'),
(120273,32,32947,NULL,2608,3,'2026-02-20 16:59:54','2026-02-20 16:59:54','56e40427-2b7d-4164-9564-206c84fc971a'),
(120274,32,32947,NULL,2600,4,'2026-02-20 16:59:54','2026-02-20 16:59:54','55320712-e3fc-41de-8a45-cbc077d38e08'),
(120275,32,32947,NULL,2596,5,'2026-02-20 16:59:54','2026-02-20 16:59:54','2732267e-0ead-4443-9ed1-69734381a586'),
(120276,32,32947,NULL,2602,6,'2026-02-20 16:59:54','2026-02-20 16:59:54','5f08dd12-1f42-4767-ab02-b7ae2f2f78a7'),
(120277,32,32947,NULL,2604,7,'2026-02-20 16:59:54','2026-02-20 16:59:54','7d80b9b2-cd4e-45d7-9775-d054837bdd13'),
(120278,32,32947,NULL,2606,8,'2026-02-20 16:59:54','2026-02-20 16:59:54','c88547d8-21d8-497a-8c67-8a9c8fd94182'),
(120279,32,32947,NULL,2612,9,'2026-02-20 16:59:54','2026-02-20 16:59:54','3f398553-e2d0-42cd-8ca8-3aba85cac06b'),
(120280,83,32947,NULL,951,1,'2026-02-20 16:59:54','2026-02-20 16:59:54','ff90ee2f-d358-4bdc-af01-a6830a0cc464'),
(120281,16,32947,NULL,22384,1,'2026-02-20 16:59:54','2026-02-20 16:59:54','1fbbeb36-a3fd-4ece-9d92-914e8de3f577'),
(120282,7,32947,NULL,6547,1,'2026-02-20 16:59:54','2026-02-20 16:59:54','7fdb77e9-4f5e-461d-8d58-59b0d538830e'),
(120283,7,32947,NULL,601,2,'2026-02-20 16:59:54','2026-02-20 16:59:54','213a4e55-cb3b-418a-a26a-731a49a387b4'),
(120284,7,32947,NULL,2972,3,'2026-02-20 16:59:54','2026-02-20 16:59:54','689284cc-c979-4751-929f-c9886383e44a'),
(120285,7,32947,NULL,2974,4,'2026-02-20 16:59:54','2026-02-20 16:59:54','f5d88fa6-93a6-4a86-a172-d4e0caba53e5'),
(120286,7,32947,NULL,617,5,'2026-02-20 16:59:54','2026-02-20 16:59:54','15194c69-6e5f-460c-a62f-fa2dce77da42'),
(120287,7,32947,NULL,605,6,'2026-02-20 16:59:54','2026-02-20 16:59:54','67d771c9-ca2d-45a9-957b-cd5b492a8fa2'),
(120288,7,32947,NULL,9552,7,'2026-02-20 16:59:54','2026-02-20 16:59:54','dbcbf42d-431c-4fd9-97a8-00a3bc81276a'),
(120289,82,32947,NULL,491,1,'2026-02-20 16:59:54','2026-02-20 16:59:54','db69060c-27dd-4db5-a352-6b9eb1aa3c27'),
(120290,47,32947,NULL,14958,1,'2026-02-20 16:59:54','2026-02-20 16:59:54','07fb0c9b-d74e-4a50-934b-39631c7f3203'),
(120291,57,32947,NULL,4842,1,'2026-02-20 16:59:54','2026-02-20 16:59:54','21eec305-10e0-4e27-9adc-35c658e48c3f'),
(120292,57,32947,NULL,4841,2,'2026-02-20 16:59:54','2026-02-20 16:59:54','78320681-965d-487b-985f-4bdbc7827a13'),
(120293,57,32947,NULL,4846,3,'2026-02-20 16:59:54','2026-02-20 16:59:54','d67f393d-7110-4114-b501-d98dc38ecbac'),
(120294,57,32947,NULL,4845,4,'2026-02-20 16:59:54','2026-02-20 16:59:54','8768fc66-b9b3-45c9-a81b-07ce4809ba5d'),
(120295,57,32947,NULL,4844,5,'2026-02-20 16:59:54','2026-02-20 16:59:54','c1214738-b9dd-42f3-a8d5-c7e2a02c2951'),
(120296,57,32947,NULL,4843,6,'2026-02-20 16:59:54','2026-02-20 16:59:54','67d1c77e-b40b-42e8-8299-90ac12bc60fc'),
(120297,13,32947,NULL,23936,1,'2026-02-20 16:59:54','2026-02-20 16:59:54','c68e612a-78ea-4cc9-8d2f-8e92e18d2cb6'),
(120298,32,32948,NULL,2610,1,'2026-02-20 16:59:58','2026-02-20 16:59:58','939b704a-440d-4333-b7c7-71163d96c551'),
(120299,32,32948,NULL,2598,2,'2026-02-20 16:59:58','2026-02-20 16:59:58','38dd0213-935a-4528-b7e6-d04a0a924401'),
(120300,32,32948,NULL,2608,3,'2026-02-20 16:59:58','2026-02-20 16:59:58','a993fab4-f838-425d-9245-64f53ee69965'),
(120301,32,32948,NULL,2600,4,'2026-02-20 16:59:58','2026-02-20 16:59:58','4f8542d0-7161-4115-a8e9-5f3c5ed6eedb'),
(120302,32,32948,NULL,2596,5,'2026-02-20 16:59:58','2026-02-20 16:59:58','cfb2d715-5b91-4984-a537-6bd554a42a7e'),
(120303,32,32948,NULL,2602,6,'2026-02-20 16:59:58','2026-02-20 16:59:58','52f32bff-eda4-4a6b-91ed-c8069562cc12'),
(120304,32,32948,NULL,2604,7,'2026-02-20 16:59:58','2026-02-20 16:59:58','e23bb613-c55e-4c36-8d83-7267709807f8'),
(120305,32,32948,NULL,2606,8,'2026-02-20 16:59:58','2026-02-20 16:59:58','92f447ba-de02-4c76-8557-8916e695db8f'),
(120306,32,32948,NULL,2612,9,'2026-02-20 16:59:58','2026-02-20 16:59:58','93f1f80a-a85c-43da-a4c5-1912c547f315'),
(120307,83,32948,NULL,951,1,'2026-02-20 16:59:58','2026-02-20 16:59:58','6fad7d10-d3a3-4594-b28c-9bfa34d6d9b1'),
(120308,16,32948,NULL,22384,1,'2026-02-20 16:59:58','2026-02-20 16:59:58','32951346-aef0-4b99-9194-d14c9894265d'),
(120309,7,32948,NULL,6547,1,'2026-02-20 16:59:58','2026-02-20 16:59:58','63bab3ef-7e7d-42a9-bfb9-0e6f84096e80'),
(120310,7,32948,NULL,601,2,'2026-02-20 16:59:58','2026-02-20 16:59:58','fbf5748d-cfef-41a2-8b2f-8d6c70d4c6d7'),
(120311,7,32948,NULL,2972,3,'2026-02-20 16:59:58','2026-02-20 16:59:58','4dfc84a7-2276-48cc-a390-011471526ce2'),
(120312,7,32948,NULL,2974,4,'2026-02-20 16:59:58','2026-02-20 16:59:58','39173df0-c462-4361-b914-d8b189148244'),
(120313,7,32948,NULL,617,5,'2026-02-20 16:59:58','2026-02-20 16:59:58','e8773c42-bc9d-433e-aaa4-079d0baed7fd'),
(120314,7,32948,NULL,605,6,'2026-02-20 16:59:58','2026-02-20 16:59:58','b71fad07-6ef5-4e56-b88e-59358da07706'),
(120315,7,32948,NULL,9552,7,'2026-02-20 16:59:58','2026-02-20 16:59:58','2cc2c34c-bd7c-4c95-b53c-f8e35c33426f'),
(120316,82,32948,NULL,491,1,'2026-02-20 16:59:58','2026-02-20 16:59:58','301f1435-5ecf-48d0-9444-bd95a8e7b3ce'),
(120317,47,32948,NULL,14958,1,'2026-02-20 16:59:58','2026-02-20 16:59:58','d8bd6c60-cb8c-441a-bc95-a2e642b14aae'),
(120318,57,32948,NULL,4842,1,'2026-02-20 16:59:58','2026-02-20 16:59:58','c960c0be-1a69-428f-a3f1-3e4c71d11a96'),
(120319,57,32948,NULL,4841,2,'2026-02-20 16:59:58','2026-02-20 16:59:58','bcdceadb-35f3-4ad5-9ccd-73f219417ab5'),
(120320,57,32948,NULL,4846,3,'2026-02-20 16:59:58','2026-02-20 16:59:58','8af799b2-7957-4f7b-97e8-a0e669077920'),
(120321,57,32948,NULL,4845,4,'2026-02-20 16:59:58','2026-02-20 16:59:58','4972f0ce-8f33-4f4a-9cd4-705f2628cd18'),
(120322,57,32948,NULL,4844,5,'2026-02-20 16:59:58','2026-02-20 16:59:58','f368a988-1be1-4949-bcce-50c96be5d485'),
(120323,57,32948,NULL,4843,6,'2026-02-20 16:59:58','2026-02-20 16:59:58','226bb4ff-6a2e-4af3-b373-971bf3ef8cae'),
(120324,13,32948,NULL,23936,1,'2026-02-20 16:59:58','2026-02-20 16:59:58','2ccf2f24-8243-4cf2-92a9-d43904fee4ea'),
(120352,32,32987,NULL,2610,1,'2026-02-20 21:03:56','2026-02-20 21:03:56','9bc8f083-cfa5-4f64-a10d-09c37ee84bcb'),
(120353,32,32987,NULL,2598,2,'2026-02-20 21:03:56','2026-02-20 21:03:56','e4caf77d-be40-404a-935f-031bbd90b71d'),
(120354,32,32987,NULL,2608,3,'2026-02-20 21:03:56','2026-02-20 21:03:56','9b0d7b91-dc62-4896-a956-c86e4fb5133c'),
(120355,32,32987,NULL,2600,4,'2026-02-20 21:03:56','2026-02-20 21:03:56','798debeb-5ec3-494d-bf15-5c73b72fbf23'),
(120356,32,32987,NULL,2596,5,'2026-02-20 21:03:56','2026-02-20 21:03:56','4b0107e1-96df-4d33-a216-9b1e4c8ba310'),
(120357,32,32987,NULL,2602,6,'2026-02-20 21:03:56','2026-02-20 21:03:56','65e89033-ea38-4226-b052-608c3d0b6159'),
(120358,32,32987,NULL,2604,7,'2026-02-20 21:03:56','2026-02-20 21:03:56','873b09ef-1af9-42bb-8cf1-6abaa36f776b'),
(120359,32,32987,NULL,2606,8,'2026-02-20 21:03:56','2026-02-20 21:03:56','2b6cd7c7-2cff-4734-b3f8-7f123a5a2382'),
(120360,32,32987,NULL,2612,9,'2026-02-20 21:03:56','2026-02-20 21:03:56','b52a06c3-3b91-4441-a72b-735cbb28f50a'),
(120361,83,32987,NULL,951,1,'2026-02-20 21:03:56','2026-02-20 21:03:56','eb731782-27d6-4252-8239-e51b73e07210'),
(120362,16,32987,NULL,22384,1,'2026-02-20 21:03:56','2026-02-20 21:03:56','c9e8775b-4763-45c1-9559-5f3eb9c17888'),
(120363,7,32987,NULL,6547,1,'2026-02-20 21:03:56','2026-02-20 21:03:56','3b9f3825-19d3-4a56-bbfb-b784a342a04b'),
(120364,7,32987,NULL,601,2,'2026-02-20 21:03:56','2026-02-20 21:03:56','e0b2cca2-3da6-4250-bb34-d064e1e521cc'),
(120365,7,32987,NULL,2972,3,'2026-02-20 21:03:56','2026-02-20 21:03:56','9a8b771c-150c-4827-9ad0-b261a037191c'),
(120366,7,32987,NULL,2974,4,'2026-02-20 21:03:56','2026-02-20 21:03:56','c02dcb33-21d7-41ae-a4b0-55732a0f4c82'),
(120367,7,32987,NULL,617,5,'2026-02-20 21:03:56','2026-02-20 21:03:56','55dbb007-64c0-41f9-ae6c-453ed422d808'),
(120368,7,32987,NULL,605,6,'2026-02-20 21:03:56','2026-02-20 21:03:56','eb8abe62-2b34-4403-8b0c-c666be8c7df8'),
(120369,7,32987,NULL,9552,7,'2026-02-20 21:03:56','2026-02-20 21:03:56','6c59d458-184d-42fa-a6dc-894ce08acf50'),
(120370,82,32987,NULL,491,1,'2026-02-20 21:03:56','2026-02-20 21:03:56','ad007b16-e59f-498a-83fd-5194b10a493e'),
(120371,47,32987,NULL,14958,1,'2026-02-20 21:03:56','2026-02-20 21:03:56','6a045ab1-8a49-4639-b9c2-30a1c88a455f'),
(120372,57,32987,NULL,4842,1,'2026-02-20 21:03:56','2026-02-20 21:03:56','fd9dcd82-a52a-4757-9a55-07c89ad442c7'),
(120373,57,32987,NULL,4841,2,'2026-02-20 21:03:56','2026-02-20 21:03:56','4788ebb1-8434-4317-ae98-7c7946383432'),
(120374,57,32987,NULL,4846,3,'2026-02-20 21:03:56','2026-02-20 21:03:56','9510bd5f-79d8-4e48-84c9-34e6292dfd75'),
(120375,57,32987,NULL,4845,4,'2026-02-20 21:03:56','2026-02-20 21:03:56','eb4a2d15-f675-4f56-893b-0bc37bbd1e33'),
(120376,57,32987,NULL,4844,5,'2026-02-20 21:03:56','2026-02-20 21:03:56','42134590-0489-4367-89c0-5750b4230c60'),
(120377,57,32987,NULL,4843,6,'2026-02-20 21:03:56','2026-02-20 21:03:56','0d4606d7-17a3-424e-a396-550977ef468e'),
(120378,13,32987,NULL,23936,1,'2026-02-20 21:03:56','2026-02-20 21:03:56','196a11d2-b959-43b9-aaa8-3183bbdbb86f'),
(120406,32,32990,NULL,2610,1,'2026-02-20 21:04:56','2026-02-20 21:04:56','995869dd-eddc-4b3a-807e-5a3331537f06'),
(120407,32,32990,NULL,2598,2,'2026-02-20 21:04:56','2026-02-20 21:04:56','0e0dc84b-3ca4-4d27-b352-bcb4f470056f'),
(120408,32,32990,NULL,2608,3,'2026-02-20 21:04:56','2026-02-20 21:04:56','79ecc073-5697-4575-8b85-a4107cea5299'),
(120409,32,32990,NULL,2600,4,'2026-02-20 21:04:56','2026-02-20 21:04:56','85edf024-6c62-41af-9deb-654ffe535a5d'),
(120410,32,32990,NULL,2596,5,'2026-02-20 21:04:56','2026-02-20 21:04:56','c9b84fc6-3198-456c-8e96-19bad27411d7'),
(120411,32,32990,NULL,2602,6,'2026-02-20 21:04:56','2026-02-20 21:04:56','8b47de53-f0c5-48e6-a613-51333b53e569'),
(120412,32,32990,NULL,2604,7,'2026-02-20 21:04:56','2026-02-20 21:04:56','2819083a-6ff3-4186-90e1-ed71941cd4fd'),
(120413,32,32990,NULL,2606,8,'2026-02-20 21:04:56','2026-02-20 21:04:56','62104bf9-8bfe-4103-a5b8-13f1bfbc421c'),
(120414,32,32990,NULL,2612,9,'2026-02-20 21:04:56','2026-02-20 21:04:56','42829f9a-d1cf-4164-b311-19f6bc3c89d6'),
(120415,83,32990,NULL,951,1,'2026-02-20 21:04:56','2026-02-20 21:04:56','58c6d141-ddba-4ea2-bbc3-89f786585275'),
(120416,16,32990,NULL,22384,1,'2026-02-20 21:04:56','2026-02-20 21:04:56','53dc9279-0d71-4cf8-9696-3e56341c5ca5'),
(120417,7,32990,NULL,6547,1,'2026-02-20 21:04:56','2026-02-20 21:04:56','73ea3272-a1dd-44a6-bc8f-3f3a4fd82c1f'),
(120418,7,32990,NULL,601,2,'2026-02-20 21:04:56','2026-02-20 21:04:56','fc83c6b6-5b43-43c5-9aea-7143d182fc42'),
(120419,7,32990,NULL,2972,3,'2026-02-20 21:04:56','2026-02-20 21:04:56','55f9ee28-21a6-4c74-8d28-d1b4eacb74b6'),
(120420,7,32990,NULL,2974,4,'2026-02-20 21:04:56','2026-02-20 21:04:56','329c5f27-ce16-4461-8d6c-8022c7751d59'),
(120421,7,32990,NULL,617,5,'2026-02-20 21:04:56','2026-02-20 21:04:56','e85ad0a9-338a-4edb-b842-4c7bec4ef293'),
(120422,7,32990,NULL,605,6,'2026-02-20 21:04:56','2026-02-20 21:04:56','0c08ebb8-2ce9-4617-881f-8002785b3fbf'),
(120423,7,32990,NULL,9552,7,'2026-02-20 21:04:56','2026-02-20 21:04:56','ab64161e-4777-487c-9c10-20055f4f1f8f'),
(120424,82,32990,NULL,491,1,'2026-02-20 21:04:56','2026-02-20 21:04:56','1f729767-816a-4315-8b28-1d7012ed6394'),
(120425,47,32990,NULL,14958,1,'2026-02-20 21:04:56','2026-02-20 21:04:56','f67d6ba0-dfe9-45e6-91cc-07abc163a24e'),
(120426,57,32990,NULL,4842,1,'2026-02-20 21:04:56','2026-02-20 21:04:56','c38a6fe3-1224-45fd-9ec2-5e3bcf2e78e5'),
(120427,57,32990,NULL,4841,2,'2026-02-20 21:04:56','2026-02-20 21:04:56','032617df-1ffe-40f7-b23c-d9901c0447fd'),
(120428,57,32990,NULL,4846,3,'2026-02-20 21:04:56','2026-02-20 21:04:56','8017fe57-6371-48a7-9fce-fc5c9ec5f2c1'),
(120429,57,32990,NULL,4845,4,'2026-02-20 21:04:56','2026-02-20 21:04:56','23ba45d1-3c57-46cb-86a9-eadddf943066'),
(120430,57,32990,NULL,4844,5,'2026-02-20 21:04:56','2026-02-20 21:04:56','492cd420-daa9-4ce4-a895-bea4e3bc66d1'),
(120431,57,32990,NULL,4843,6,'2026-02-20 21:04:56','2026-02-20 21:04:56','8c3bf717-2bdf-4436-90e4-79e7536d28d0'),
(120432,13,32990,NULL,23936,1,'2026-02-20 21:04:56','2026-02-20 21:04:56','0e45004b-0485-4f73-872c-31e60b3a49d5'),
(120460,32,32992,NULL,2610,1,'2026-02-20 21:05:47','2026-02-20 21:05:47','57b7a120-87f5-4459-939b-b6a788be5477'),
(120461,32,32992,NULL,2598,2,'2026-02-20 21:05:47','2026-02-20 21:05:47','b4b0e51a-15a2-4c57-a618-0f43fde0c0cb'),
(120462,32,32992,NULL,2608,3,'2026-02-20 21:05:47','2026-02-20 21:05:47','98ad58b9-9a6c-42e7-906b-a6d91b484c38'),
(120463,32,32992,NULL,2600,4,'2026-02-20 21:05:47','2026-02-20 21:05:47','e7f0bdd6-5d79-4068-9edc-15d9cc7ae188'),
(120464,32,32992,NULL,2596,5,'2026-02-20 21:05:47','2026-02-20 21:05:47','23058c67-f847-413d-a062-00ad5f4787ba'),
(120465,32,32992,NULL,2602,6,'2026-02-20 21:05:47','2026-02-20 21:05:47','1281eb1f-1f97-487c-ae8e-f3b97984ef60'),
(120466,32,32992,NULL,2604,7,'2026-02-20 21:05:47','2026-02-20 21:05:47','1e1dde14-d401-4e9d-bf46-b52591bf5888'),
(120467,32,32992,NULL,2606,8,'2026-02-20 21:05:47','2026-02-20 21:05:47','43269e93-0d02-4ee2-9868-b4b0a3ef9580'),
(120468,32,32992,NULL,2612,9,'2026-02-20 21:05:47','2026-02-20 21:05:47','996ad7a1-5a59-4ab8-ad84-02552af4a2b7'),
(120469,83,32992,NULL,951,1,'2026-02-20 21:05:47','2026-02-20 21:05:47','dea31514-1a50-4ec8-b19c-7cb5d139b5e0'),
(120470,16,32992,NULL,22384,1,'2026-02-20 21:05:47','2026-02-20 21:05:47','be023c82-612a-41cb-b757-076d31a5fd72'),
(120471,7,32992,NULL,6547,1,'2026-02-20 21:05:47','2026-02-20 21:05:47','07159b37-bd04-4389-8b25-632e95db18ab'),
(120472,7,32992,NULL,601,2,'2026-02-20 21:05:47','2026-02-20 21:05:47','58023051-7e28-462f-b195-f15e47cdbaa2'),
(120473,7,32992,NULL,2972,3,'2026-02-20 21:05:47','2026-02-20 21:05:47','23fa1e97-6830-40c4-b209-024c8f187308'),
(120474,7,32992,NULL,2974,4,'2026-02-20 21:05:47','2026-02-20 21:05:47','092984b9-4050-4467-94f1-7394ee48a0af'),
(120475,7,32992,NULL,617,5,'2026-02-20 21:05:47','2026-02-20 21:05:47','f7281341-8ab8-466b-a603-ce792ab38bb5'),
(120476,7,32992,NULL,605,6,'2026-02-20 21:05:47','2026-02-20 21:05:47','4395df26-d190-41ba-a399-6a73dd3ac437'),
(120477,7,32992,NULL,9552,7,'2026-02-20 21:05:47','2026-02-20 21:05:47','473fc205-6a42-40d2-a735-9345dd3ce390'),
(120478,82,32992,NULL,491,1,'2026-02-20 21:05:47','2026-02-20 21:05:47','26aa7f03-07de-4b7d-9f7e-008b3272fd83'),
(120479,47,32992,NULL,14958,1,'2026-02-20 21:05:47','2026-02-20 21:05:47','306d4465-ce8b-4cab-840c-1e4da33fe535'),
(120480,57,32992,NULL,4842,1,'2026-02-20 21:05:47','2026-02-20 21:05:47','83a8e25d-76ca-4acc-9790-e90277daa3b2'),
(120481,57,32992,NULL,4841,2,'2026-02-20 21:05:47','2026-02-20 21:05:47','38e25dda-defd-43b6-b6b4-56cff76d84da'),
(120482,57,32992,NULL,4846,3,'2026-02-20 21:05:47','2026-02-20 21:05:47','fd492013-e1b4-4a4a-837f-c94898f1fcb6'),
(120483,57,32992,NULL,4845,4,'2026-02-20 21:05:47','2026-02-20 21:05:47','7bcb3589-a546-4115-89f0-ebad655949e5'),
(120484,57,32992,NULL,4844,5,'2026-02-20 21:05:47','2026-02-20 21:05:47','b3db60b2-5804-481f-a32c-b85702ab61f3'),
(120485,57,32992,NULL,4843,6,'2026-02-20 21:05:47','2026-02-20 21:05:47','94bb54a5-c362-44ea-a56d-5c878e7a50ab'),
(120486,13,32992,NULL,23936,1,'2026-02-20 21:05:47','2026-02-20 21:05:47','d4bff08d-171e-43be-8040-108116bc00eb'),
(120487,32,32993,NULL,2610,1,'2026-02-20 21:06:07','2026-02-20 21:06:07','87e36d3a-66fd-47be-8a9a-970ee5daf4d4'),
(120488,32,32993,NULL,2598,2,'2026-02-20 21:06:07','2026-02-20 21:06:07','53f5a4a5-77ab-4898-9da5-5ef77016200d'),
(120489,32,32993,NULL,2608,3,'2026-02-20 21:06:07','2026-02-20 21:06:07','90577029-ec8c-4d17-8364-ca4076748a84'),
(120490,32,32993,NULL,2600,4,'2026-02-20 21:06:07','2026-02-20 21:06:07','dd7515ff-8ee1-48c5-98cb-80ecaffa891b'),
(120491,32,32993,NULL,2596,5,'2026-02-20 21:06:07','2026-02-20 21:06:07','f0a6c811-57a9-47ce-979f-1a79fce67124'),
(120492,32,32993,NULL,2602,6,'2026-02-20 21:06:07','2026-02-20 21:06:07','e50b9b14-5376-4331-9202-e4ca62688cff'),
(120493,32,32993,NULL,2604,7,'2026-02-20 21:06:07','2026-02-20 21:06:07','dc78e35a-f473-4428-b7d4-59ec17d6a5cf'),
(120494,32,32993,NULL,2606,8,'2026-02-20 21:06:07','2026-02-20 21:06:07','11aeb2d6-f5ed-4bbb-827f-1e3abc6ba752'),
(120495,32,32993,NULL,2612,9,'2026-02-20 21:06:07','2026-02-20 21:06:07','bc840cb4-de8b-4e7f-b0e1-13ec45b8138c'),
(120496,83,32993,NULL,951,1,'2026-02-20 21:06:07','2026-02-20 21:06:07','30124711-3591-49ff-b675-28a50629cfc1'),
(120497,16,32993,NULL,22384,1,'2026-02-20 21:06:07','2026-02-20 21:06:07','efc5af58-0de7-484c-85ae-149e422b3b13'),
(120498,7,32993,NULL,6547,1,'2026-02-20 21:06:07','2026-02-20 21:06:07','5ffc5112-bf81-4e8e-b8c6-ee213adec49c'),
(120499,7,32993,NULL,601,2,'2026-02-20 21:06:07','2026-02-20 21:06:07','a50b7cc1-34b2-4f80-b316-c4f2e3ec8a06'),
(120500,7,32993,NULL,2972,3,'2026-02-20 21:06:07','2026-02-20 21:06:07','08d3a294-8691-4ecf-a99d-57f846cdfcff'),
(120501,7,32993,NULL,2974,4,'2026-02-20 21:06:07','2026-02-20 21:06:07','c4fca0f5-beed-41bc-852f-2b4da6332a5a'),
(120502,7,32993,NULL,617,5,'2026-02-20 21:06:07','2026-02-20 21:06:07','ba163232-b971-4772-8d8a-2f115653c032'),
(120503,7,32993,NULL,605,6,'2026-02-20 21:06:07','2026-02-20 21:06:07','4612e5bd-7e80-4712-bb8d-a1a053ca6bfa'),
(120504,7,32993,NULL,9552,7,'2026-02-20 21:06:07','2026-02-20 21:06:07','bddba1bd-5273-440b-8f89-b6504e582d2e'),
(120505,82,32993,NULL,491,1,'2026-02-20 21:06:07','2026-02-20 21:06:07','55918f07-9bee-4273-9071-611b8786b2d0'),
(120506,47,32993,NULL,14958,1,'2026-02-20 21:06:07','2026-02-20 21:06:07','f8e9e7ff-b607-4338-974b-f2bd93d317da'),
(120507,57,32993,NULL,4842,1,'2026-02-20 21:06:07','2026-02-20 21:06:07','bdc4d33f-4b18-479f-8e14-a93973914428'),
(120508,57,32993,NULL,4841,2,'2026-02-20 21:06:07','2026-02-20 21:06:07','7ee7cffb-c075-4320-8f25-76027db21d19'),
(120509,57,32993,NULL,4846,3,'2026-02-20 21:06:07','2026-02-20 21:06:07','055bc67a-fd50-41c5-90be-a298c8964b21'),
(120510,57,32993,NULL,4845,4,'2026-02-20 21:06:07','2026-02-20 21:06:07','cd3acd82-c035-479d-91ab-edd03e5a03cc'),
(120511,57,32993,NULL,4844,5,'2026-02-20 21:06:07','2026-02-20 21:06:07','40bde982-eb93-4611-96af-508eea232556'),
(120512,57,32993,NULL,4843,6,'2026-02-20 21:06:07','2026-02-20 21:06:07','8535af4a-2866-42ce-9306-3e897a0a25be'),
(120513,13,32993,NULL,23936,1,'2026-02-20 21:06:07','2026-02-20 21:06:07','31c32ff5-d404-4144-8812-672e397e580e'),
(120514,32,33881,NULL,2610,1,'2026-02-23 16:46:19','2026-02-23 16:46:19','cce1810d-f521-41f5-84b5-caf5b7249ed7'),
(120515,32,33881,NULL,2598,2,'2026-02-23 16:46:19','2026-02-23 16:46:19','3913f592-de13-4fc1-985b-f087bea93072'),
(120516,32,33881,NULL,2608,3,'2026-02-23 16:46:19','2026-02-23 16:46:19','50de1525-88fc-4fbf-900e-79af495eb0c0'),
(120517,32,33881,NULL,2624,4,'2026-02-23 16:46:19','2026-02-23 16:46:19','98ea7207-015b-409b-af49-66da2fea3bff'),
(120518,32,33881,NULL,2600,5,'2026-02-23 16:46:19','2026-02-23 16:46:19','5cb1f718-e068-4815-bba9-cbf3488ffed5'),
(120519,32,33881,NULL,2596,6,'2026-02-23 16:46:19','2026-02-23 16:46:19','e5159c54-776c-4c9c-a9f3-aa75110c43da'),
(120520,32,33881,NULL,2602,7,'2026-02-23 16:46:19','2026-02-23 16:46:19','3ded9eea-2332-4b35-ab55-f4d17cea63f4'),
(120521,32,33881,NULL,2606,8,'2026-02-23 16:46:19','2026-02-23 16:46:19','53952be8-3386-4ccf-bdb8-404f9e819fcd'),
(120522,32,33881,NULL,2612,9,'2026-02-23 16:46:19','2026-02-23 16:46:19','0193f2fe-512e-46a9-82b5-bc6dd43b7979'),
(120523,32,33881,NULL,2604,10,'2026-02-23 16:46:19','2026-02-23 16:46:19','1071cf2f-19bd-443e-9ba9-0e691af56fe8'),
(120524,16,33881,NULL,4786,1,'2026-02-23 16:46:19','2026-02-23 16:46:19','0a30ce4c-c4c5-4c38-a812-5230df549fdf'),
(120525,7,33881,NULL,6547,1,'2026-02-23 16:46:19','2026-02-23 16:46:19','9577b125-cfa9-4cb4-aa37-e884600c351c'),
(120526,7,33881,NULL,601,2,'2026-02-23 16:46:19','2026-02-23 16:46:19','d906fed5-958e-4f6a-9f05-d4944a183e72'),
(120527,7,33881,NULL,617,3,'2026-02-23 16:46:19','2026-02-23 16:46:19','1bcff480-bda0-40a6-b3f5-6ba1d7e9dc81'),
(120528,7,33881,NULL,605,4,'2026-02-23 16:46:19','2026-02-23 16:46:19','1e42ae8c-6d5a-4371-b975-f6509d3006f1'),
(120529,7,33881,NULL,9552,5,'2026-02-23 16:46:19','2026-02-23 16:46:19','9b89687a-7512-41ec-931f-a5db6001603c'),
(120530,82,33881,NULL,491,1,'2026-02-23 16:46:19','2026-02-23 16:46:19','6de56c03-6e8f-418e-943c-127e71072dcb'),
(120531,46,33881,NULL,2891,1,'2026-02-23 16:46:19','2026-02-23 16:46:19','5bb1b08e-e0cb-4a13-94fa-54d77df4b2b6'),
(120532,47,33881,NULL,12247,1,'2026-02-23 16:46:19','2026-02-23 16:46:19','0ec031e3-b369-4d49-b829-bc5bb37c136f'),
(120533,57,33881,NULL,4808,1,'2026-02-23 16:46:19','2026-02-23 16:46:19','071b3d7d-8535-46fc-9f91-5c6ee3065d42'),
(120534,57,33881,NULL,4811,2,'2026-02-23 16:46:19','2026-02-23 16:46:19','05388b83-81ea-4b6d-9c3b-76482e3ea0bb'),
(120535,57,33881,NULL,4807,3,'2026-02-23 16:46:19','2026-02-23 16:46:19','58316bfa-9bd9-4331-813e-b1f9de9ea201'),
(120536,57,33881,NULL,4806,4,'2026-02-23 16:46:19','2026-02-23 16:46:19','02bee56d-f196-4134-888b-6a49012db5ac'),
(120537,57,33881,NULL,4809,5,'2026-02-23 16:46:19','2026-02-23 16:46:19','0409bfd0-28f4-4092-bda6-058ec84693d1'),
(120538,57,33881,NULL,4810,6,'2026-02-23 16:46:19','2026-02-23 16:46:19','7432535e-9dda-423c-9b87-5413af289db1'),
(120539,13,33881,NULL,28921,1,'2026-02-23 16:46:19','2026-02-23 16:46:19','d9c22b82-392f-4335-a926-51e6a390dcf4'),
(120540,32,33900,NULL,2614,1,'2026-02-23 16:53:42','2026-02-23 16:53:42','acb74952-cb73-42f8-9561-f3f0ac44ba6e'),
(120541,32,33900,NULL,2610,2,'2026-02-23 16:53:42','2026-02-23 16:53:42','993c13aa-60be-4655-a519-9aee9d76047b'),
(120542,32,33900,NULL,2598,3,'2026-02-23 16:53:42','2026-02-23 16:53:42','9c115e1c-a963-4109-a289-e97b4d1f732f'),
(120543,32,33900,NULL,2608,4,'2026-02-23 16:53:42','2026-02-23 16:53:42','eeca0d99-b8f2-4c4f-b4d6-997c62c355d2'),
(120544,32,33900,NULL,2600,5,'2026-02-23 16:53:42','2026-02-23 16:53:42','13132de5-967c-4573-a99b-386afc20a704'),
(120545,32,33900,NULL,2596,6,'2026-02-23 16:53:42','2026-02-23 16:53:42','8e637d19-583e-4fd1-bc94-62b40247f1db'),
(120546,32,33900,NULL,2602,7,'2026-02-23 16:53:42','2026-02-23 16:53:42','48713d7d-d14b-4373-9f4f-688ed88e8ce7'),
(120547,32,33900,NULL,2612,8,'2026-02-23 16:53:42','2026-02-23 16:53:42','53688ccf-6b04-4ee2-ae57-46b94277f1df'),
(120548,32,33900,NULL,2604,9,'2026-02-23 16:53:42','2026-02-23 16:53:42','2ecbc95e-9468-4a3c-af6c-f2baed7fe717'),
(120549,32,33900,NULL,2606,10,'2026-02-23 16:53:42','2026-02-23 16:53:42','e080b0c2-3f52-4b41-9774-2af7e80598d6'),
(120550,16,33900,NULL,9095,1,'2026-02-23 16:53:42','2026-02-23 16:53:42','8970b2fa-5ea3-4c50-b908-efc7bd55e479'),
(120551,7,33900,NULL,3468,1,'2026-02-23 16:53:42','2026-02-23 16:53:42','fe5de229-14df-4653-bb4c-913bbe960767'),
(120552,7,33900,NULL,617,2,'2026-02-23 16:53:42','2026-02-23 16:53:42','fcae4341-879a-464d-a739-253c56d522ab'),
(120553,7,33900,NULL,605,3,'2026-02-23 16:53:42','2026-02-23 16:53:42','0889934e-5696-48dd-8d3b-00fb0264ac57'),
(120554,7,33900,NULL,9552,4,'2026-02-23 16:53:42','2026-02-23 16:53:42','f624381f-950e-484a-83b9-1f902009e5e2'),
(120555,82,33900,NULL,479,1,'2026-02-23 16:53:42','2026-02-23 16:53:42','6dda7234-2d2f-459d-a413-7362aa97a48c'),
(120556,47,33900,NULL,12306,1,'2026-02-23 16:53:42','2026-02-23 16:53:42','afcd5b6a-4345-4b00-9f9b-dc9e5619418f'),
(120557,57,33900,NULL,9100,1,'2026-02-23 16:53:42','2026-02-23 16:53:42','1b6f189f-31b0-4514-b5c7-180110cb2fb4'),
(120558,57,33900,NULL,9102,2,'2026-02-23 16:53:42','2026-02-23 16:53:42','87376ea1-79d4-4f7c-8835-c3d6e03dea49'),
(120559,57,33900,NULL,9103,3,'2026-02-23 16:53:42','2026-02-23 16:53:42','b2c67be1-4574-4f97-bb74-3d093ebada28'),
(120560,57,33900,NULL,9104,4,'2026-02-23 16:53:42','2026-02-23 16:53:42','38548580-b5c0-4c76-ab8a-90d23b88be41'),
(120561,57,33900,NULL,9101,5,'2026-02-23 16:53:42','2026-02-23 16:53:42','7af12d01-d493-4303-a062-4fe35f37733e'),
(120562,57,33900,NULL,9105,6,'2026-02-23 16:53:42','2026-02-23 16:53:42','213929cc-a5cd-48de-bcd5-69f26a6fc955'),
(120563,13,33900,NULL,23788,1,'2026-02-23 16:53:42','2026-02-23 16:53:42','51569f93-092c-464a-bb58-530a2588fe93'),
(120590,7,1091,NULL,2969,2,'2026-02-23 20:03:13','2026-02-26 21:38:33','a37d3754-44a7-4100-a096-359fbe0d2aff'),
(120591,32,33929,NULL,2610,1,'2026-02-23 20:03:13','2026-02-23 20:03:13','e84060d1-ccd1-4356-9d29-476cedfa3155'),
(120592,32,33929,NULL,2598,2,'2026-02-23 20:03:13','2026-02-23 20:03:13','5872f744-1e14-40dd-b4f4-d4606d9d62ba'),
(120593,32,33929,NULL,2600,3,'2026-02-23 20:03:13','2026-02-23 20:03:13','4163765d-8833-4bbb-9e8c-8acba2636d7e'),
(120594,32,33929,NULL,2602,4,'2026-02-23 20:03:13','2026-02-23 20:03:13','3cd2fcd1-4850-4aa9-b9c2-1a2ef038699d'),
(120595,32,33929,NULL,2612,5,'2026-02-23 20:03:13','2026-02-23 20:03:13','4efc0ee0-1f9f-408a-8467-e16b7bbc7205'),
(120596,32,33929,NULL,2618,6,'2026-02-23 20:03:13','2026-02-23 20:03:13','16b8d3b2-d074-4607-9cc7-291cf0e04608'),
(120597,32,33929,NULL,2604,7,'2026-02-23 20:03:13','2026-02-23 20:03:13','68c25d97-7664-4f4f-8eb0-2e6c57c9d5d1'),
(120598,32,33929,NULL,2614,8,'2026-02-23 20:03:13','2026-02-23 20:03:13','997ff02f-1804-45e5-a252-f04d28df04be'),
(120599,32,33929,NULL,2608,9,'2026-02-23 20:03:13','2026-02-23 20:03:13','372d924c-72b0-4c34-9a94-aea89ad57806'),
(120600,32,33929,NULL,2596,10,'2026-02-23 20:03:13','2026-02-23 20:03:13','3e8feb73-7d2c-4106-85de-159b97892b71'),
(120601,32,33929,NULL,2606,11,'2026-02-23 20:03:13','2026-02-23 20:03:13','ef5d1fb7-b271-4f26-83a1-e5c7674a7e54'),
(120602,16,33929,NULL,8104,1,'2026-02-23 20:03:13','2026-02-23 20:03:13','90a28caa-47cf-4694-9264-aa4f9275b2e1'),
(120603,7,33929,NULL,9724,1,'2026-02-23 20:03:13','2026-02-23 20:03:13','4dab86b4-f3bf-44ad-adef-a7b42e9571a1'),
(120604,7,33929,NULL,2974,2,'2026-02-23 20:03:13','2026-02-23 20:03:13','639b463e-8554-4e73-82a2-7d7993603df2'),
(120605,7,33929,NULL,2969,3,'2026-02-23 20:03:13','2026-02-23 20:03:13','9b1d8ca8-67fc-4692-a188-21beea4ff59e'),
(120606,7,33929,NULL,617,4,'2026-02-23 20:03:13','2026-02-23 20:03:13','0ca25317-769d-4ebf-8ede-ace465cda135'),
(120607,7,33929,NULL,605,5,'2026-02-23 20:03:13','2026-02-23 20:03:13','59d69e8a-f4c7-491d-875e-09ee0175b40e'),
(120608,7,33929,NULL,9552,6,'2026-02-23 20:03:13','2026-02-23 20:03:13','7dfff439-6db8-4969-b6e3-7a1dbec207cf'),
(120609,82,33929,NULL,479,1,'2026-02-23 20:03:13','2026-02-23 20:03:13','1c761b54-0d34-43fa-a320-3c6cbf037ef3'),
(120610,46,33929,NULL,3697,1,'2026-02-23 20:03:13','2026-02-23 20:03:13','596b1e02-f5c7-429d-aab3-f5ab99695d35'),
(120611,47,33929,NULL,12403,1,'2026-02-23 20:03:13','2026-02-23 20:03:13','09c41e85-64d7-4469-a60a-ca2d077801dd'),
(120612,57,33929,NULL,8108,1,'2026-02-23 20:03:13','2026-02-23 20:03:13','d5899f1f-64f9-463c-ab78-f14326d249c0'),
(120613,57,33929,NULL,8107,2,'2026-02-23 20:03:13','2026-02-23 20:03:13','a0c9e6d5-c60d-40a5-b45b-b7779eb91b60'),
(120614,57,33929,NULL,8106,3,'2026-02-23 20:03:13','2026-02-23 20:03:13','b6d1520e-4ff7-4982-bdd9-7a8de911a272'),
(120615,57,33929,NULL,8105,4,'2026-02-23 20:03:13','2026-02-23 20:03:13','eea53cf7-d5a8-48fd-a689-c8238632b2e1'),
(120616,13,33929,NULL,6820,1,'2026-02-23 20:03:13','2026-02-23 20:03:13','c366df5f-4eca-490d-9791-2eb2453a731a'),
(120642,22,9378,NULL,34207,1,'2026-02-24 14:57:58','2026-02-24 14:57:58','4b04f7d1-6382-4963-a3ee-690249cb9303'),
(120643,32,34210,NULL,2610,1,'2026-02-24 14:57:58','2026-02-24 14:57:58','cfdf8d17-be23-49f7-af94-ad49b726ca1a'),
(120644,32,34210,NULL,2598,2,'2026-02-24 14:57:58','2026-02-24 14:57:58','6811757d-996b-46aa-b1e0-a53827f3c904'),
(120645,32,34210,NULL,2608,3,'2026-02-24 14:57:58','2026-02-24 14:57:58','6e03ded7-cdf2-4749-89b2-6cb152dcafce'),
(120646,32,34210,NULL,2600,4,'2026-02-24 14:57:58','2026-02-24 14:57:58','1efae913-ec70-4efd-837b-37633e01700a'),
(120647,32,34210,NULL,2596,5,'2026-02-24 14:57:58','2026-02-24 14:57:58','104a49be-6ac8-4c88-a35d-8d70a62d3327'),
(120648,32,34210,NULL,2602,6,'2026-02-24 14:57:58','2026-02-24 14:57:58','81081653-606f-43d0-9afc-63e683606a03'),
(120649,32,34210,NULL,2604,7,'2026-02-24 14:57:58','2026-02-24 14:57:58','e3ac2987-c2ad-4935-8748-b21d2f2de29c'),
(120650,32,34210,NULL,2606,8,'2026-02-24 14:57:58','2026-02-24 14:57:58','cfb9ebb7-c14a-4ff2-887e-87c6620baa9a'),
(120651,32,34210,NULL,2612,9,'2026-02-24 14:57:58','2026-02-24 14:57:58','7396a02c-5d54-4fd2-8f11-83cfd5aa845a'),
(120652,16,34210,NULL,7891,1,'2026-02-24 14:57:58','2026-02-24 14:57:58','05effaa5-f467-484f-a155-7f9b83f71e4f'),
(120653,7,34210,NULL,601,1,'2026-02-24 14:57:58','2026-02-24 14:57:58','7d8a68a7-c677-40af-afa3-8b958a6d68a7'),
(120654,7,34210,NULL,2974,2,'2026-02-24 14:57:58','2026-02-24 14:57:58','91fa0456-f3ae-4f50-af85-27041eafb354'),
(120655,7,34210,NULL,617,3,'2026-02-24 14:57:58','2026-02-24 14:57:58','f29d9a76-4060-43f1-b879-6079cdd02b04'),
(120656,7,34210,NULL,9732,4,'2026-02-24 14:57:58','2026-02-24 14:57:58','760bc5ac-6c55-419c-b6f3-6d931370281d'),
(120657,7,34210,NULL,605,5,'2026-02-24 14:57:58','2026-02-24 14:57:58','b6c8a915-e81e-49c2-8aee-f00d12743db7'),
(120658,7,34210,NULL,9552,6,'2026-02-24 14:57:58','2026-02-24 14:57:58','7d5d6a77-1680-48ab-8c9e-73836032e7f9'),
(120659,82,34210,NULL,491,1,'2026-02-24 14:57:58','2026-02-24 14:57:58','56c30d1a-c041-4749-bfe9-95a16cfc3fc1'),
(120660,47,34210,NULL,15011,1,'2026-02-24 14:57:58','2026-02-24 14:57:58','63f005cb-683e-4dde-80d6-71cf5a6c50c7'),
(120661,57,34210,NULL,7893,1,'2026-02-24 14:57:58','2026-02-24 14:57:58','b0f5b72b-ade0-43e2-bca3-27fd920a5efa'),
(120662,57,34210,NULL,7892,2,'2026-02-24 14:57:58','2026-02-24 14:57:58','a1f5cb41-f656-4ef2-b4e0-61372709e0c8'),
(120663,57,34210,NULL,7894,3,'2026-02-24 14:57:58','2026-02-24 14:57:58','c7c8d2f2-0edc-454a-af68-2e56f088eb9f'),
(120664,57,34210,NULL,7901,4,'2026-02-24 14:57:58','2026-02-24 14:57:58','8c4f99d6-0769-44c9-b6f8-123121b4fd4b'),
(120665,13,34210,NULL,23878,1,'2026-02-24 14:57:58','2026-02-24 14:57:58','20e0a2dc-0f3d-419d-9c48-6f28962b6f12'),
(120666,22,34211,NULL,34207,1,'2026-02-24 14:57:58','2026-02-24 14:57:58','9a65de6f-7850-450e-b8d2-d6e82d0a8853'),
(120691,32,34215,NULL,2610,1,'2026-02-24 15:00:47','2026-02-24 15:00:47','2d3c60c4-f424-457c-9b0a-edefbcf9be6d'),
(120692,32,34215,NULL,2598,2,'2026-02-24 15:00:47','2026-02-24 15:00:47','16b9cac8-e6e5-4c99-99ae-fd8724667187'),
(120693,32,34215,NULL,2608,3,'2026-02-24 15:00:47','2026-02-24 15:00:47','a024c9a1-d0d0-43de-ba2c-e70fd5e8fbcb'),
(120694,32,34215,NULL,2600,4,'2026-02-24 15:00:47','2026-02-24 15:00:47','95eedcd6-21c0-4a23-bd35-e42d73719681'),
(120695,32,34215,NULL,2596,5,'2026-02-24 15:00:47','2026-02-24 15:00:47','fef8dbfe-edb0-47e7-9bef-2ee9031e8b31'),
(120696,32,34215,NULL,2602,6,'2026-02-24 15:00:47','2026-02-24 15:00:47','286b047f-a784-4d3d-b309-0332bd9311dc'),
(120697,32,34215,NULL,2604,7,'2026-02-24 15:00:47','2026-02-24 15:00:47','a2c39bd6-eaf9-450f-bf98-4870305bea53'),
(120698,32,34215,NULL,2606,8,'2026-02-24 15:00:47','2026-02-24 15:00:47','ef682373-5e07-43f0-81fc-3a09a0ff04a8'),
(120699,32,34215,NULL,2612,9,'2026-02-24 15:00:47','2026-02-24 15:00:47','8832ca64-e9f8-4d61-8d90-acae5c62ef0c'),
(120700,16,34215,NULL,7891,1,'2026-02-24 15:00:47','2026-02-24 15:00:47','a2650b4d-7557-473d-a7c1-92b97c3b8dcb'),
(120701,7,34215,NULL,601,1,'2026-02-24 15:00:47','2026-02-24 15:00:47','acf4d559-079c-4b63-9aaf-43eb73b0cbdd'),
(120702,7,34215,NULL,2974,2,'2026-02-24 15:00:47','2026-02-24 15:00:47','9cd38db3-2c2c-432e-ba66-daca9d8ebb2e'),
(120703,7,34215,NULL,617,3,'2026-02-24 15:00:47','2026-02-24 15:00:47','c8e3e358-9374-45cc-8384-f545b78c480d'),
(120704,7,34215,NULL,9732,4,'2026-02-24 15:00:47','2026-02-24 15:00:47','1abdec78-312b-4897-8111-7e2777efd1a3'),
(120705,7,34215,NULL,605,5,'2026-02-24 15:00:47','2026-02-24 15:00:47','192e26c2-844f-414b-8663-4f56a991b90a'),
(120706,7,34215,NULL,9552,6,'2026-02-24 15:00:47','2026-02-24 15:00:47','3e8a0ed1-ff14-4945-97ab-b026acafcae3'),
(120707,82,34215,NULL,491,1,'2026-02-24 15:00:47','2026-02-24 15:00:47','79c1a49e-160e-466d-87fc-485ec5e2ef1a'),
(120708,47,34215,NULL,15011,1,'2026-02-24 15:00:47','2026-02-24 15:00:47','4acf27e7-5e51-4282-a223-38c50a8fdccb'),
(120709,57,34215,NULL,7893,1,'2026-02-24 15:00:47','2026-02-24 15:00:47','e159b007-49df-4b1a-94d9-2e37fa07f9ed'),
(120710,57,34215,NULL,7892,2,'2026-02-24 15:00:47','2026-02-24 15:00:47','811aaf5e-eb46-41fd-9446-97309764a36e'),
(120711,57,34215,NULL,7894,3,'2026-02-24 15:00:47','2026-02-24 15:00:47','b12ca1ad-6571-4da4-9605-479f49157785'),
(120712,57,34215,NULL,7901,4,'2026-02-24 15:00:47','2026-02-24 15:00:47','5dcdbfea-2f4f-46a6-a261-e8b04be931ee'),
(120713,13,34215,NULL,23878,1,'2026-02-24 15:00:47','2026-02-24 15:00:47','f5108085-c928-4b6c-8900-e09f5355caf7'),
(120714,22,34216,NULL,34207,1,'2026-02-24 15:00:47','2026-02-24 15:00:47','878cd19b-0241-4390-bff5-d76ab582ef60'),
(120715,32,34243,NULL,2610,1,'2026-02-24 17:12:46','2026-02-24 17:12:46','e0ff4691-97f9-4807-b8e5-5194ee9a8755'),
(120716,32,34243,NULL,2598,2,'2026-02-24 17:12:46','2026-02-24 17:12:46','ff91c49e-5e1a-4852-bcea-690eae72de48'),
(120717,32,34243,NULL,2608,3,'2026-02-24 17:12:46','2026-02-24 17:12:46','fd1d52cc-1dfc-47d6-aac2-ac33c1b5bea5'),
(120718,32,34243,NULL,2600,4,'2026-02-24 17:12:46','2026-02-24 17:12:46','2cea064a-276c-4c2a-8420-72b991c2d510'),
(120719,32,34243,NULL,2596,5,'2026-02-24 17:12:46','2026-02-24 17:12:46','69ceed65-222d-46f0-b9fb-6a9df134ed8d'),
(120720,32,34243,NULL,2602,6,'2026-02-24 17:12:46','2026-02-24 17:12:46','57ad9372-0572-4144-b903-28083784b73d'),
(120721,32,34243,NULL,2604,7,'2026-02-24 17:12:46','2026-02-24 17:12:46','2a6e6a62-ad5f-494b-a8dd-40fc4d659fe9'),
(120722,32,34243,NULL,2606,8,'2026-02-24 17:12:46','2026-02-24 17:12:46','036f07f6-0842-4737-9730-008829669ffc'),
(120723,32,34243,NULL,2612,9,'2026-02-24 17:12:46','2026-02-24 17:12:46','dec2f256-d388-4f22-98be-dfd4954206e9'),
(120724,16,34243,NULL,7707,1,'2026-02-24 17:12:46','2026-02-24 17:12:46','71a1950e-23d5-4cc6-9324-217408a6f40d'),
(120725,7,34243,NULL,2969,1,'2026-02-24 17:12:46','2026-02-24 17:12:46','63298c70-c56f-4114-81b5-45306445e749'),
(120726,7,34243,NULL,3027,2,'2026-02-24 17:12:46','2026-02-24 17:12:46','25e09e8a-fab2-4a55-a66c-f2331a8c593d'),
(120727,7,34243,NULL,9727,3,'2026-02-24 17:12:46','2026-02-24 17:12:46','4287f249-1bb2-4acc-9bb3-9ff5af1b2705'),
(120728,7,34243,NULL,617,4,'2026-02-24 17:12:46','2026-02-24 17:12:46','7c1fa006-422b-422b-a4b6-ed4284992f1a'),
(120729,7,34243,NULL,605,5,'2026-02-24 17:12:46','2026-02-24 17:12:46','e943b21b-44c7-42e1-b8a4-2b623239951e'),
(120730,82,34243,NULL,491,1,'2026-02-24 17:12:46','2026-02-24 17:12:46','b60ea1bd-0e99-424d-a29a-6b6ddf60371f'),
(120731,46,34243,NULL,7369,1,'2026-02-24 17:12:46','2026-02-24 17:12:46','8331f841-5cbd-43e7-a98c-9729bd55ec21'),
(120732,47,34243,NULL,14963,1,'2026-02-24 17:12:46','2026-02-24 17:12:46','b5774d66-cd87-4be3-a031-4f09c302094c'),
(120733,57,34243,NULL,4923,1,'2026-02-24 17:12:46','2026-02-24 17:12:46','c1cbf06d-f8ee-4a03-85dd-25bd57ecf72c'),
(120734,57,34243,NULL,4920,2,'2026-02-24 17:12:46','2026-02-24 17:12:46','347f2426-f918-439c-a77c-6d75a84f0937'),
(120735,57,34243,NULL,4921,3,'2026-02-24 17:12:46','2026-02-24 17:12:46','9ce354f5-211a-464c-b45d-ff3cfa6d7731'),
(120736,57,34243,NULL,4922,4,'2026-02-24 17:12:46','2026-02-24 17:12:46','0f5e8977-62c7-4cfe-8a0e-ffadc3b49344'),
(120737,57,34243,NULL,4924,5,'2026-02-24 17:12:46','2026-02-24 17:12:46','b846294d-2f64-4301-a563-3ac9258ad277'),
(120738,57,34243,NULL,7722,6,'2026-02-24 17:12:46','2026-02-24 17:12:46','5769fc84-c896-48b6-8de5-c2b20ac358f6'),
(120739,13,34243,NULL,23851,1,'2026-02-24 17:12:46','2026-02-24 17:12:46','d45ead78-651e-4dee-b72c-a8a8d09cb8f8'),
(120740,32,34245,NULL,2610,1,'2026-02-24 17:14:31','2026-02-24 17:14:31','57e3132a-53ba-42bc-9a86-fb28dffb3f9d'),
(120741,32,34245,NULL,2598,2,'2026-02-24 17:14:31','2026-02-24 17:14:31','5e464a65-df8d-44d9-859b-de7a177a0b85'),
(120742,32,34245,NULL,2600,3,'2026-02-24 17:14:31','2026-02-24 17:14:31','818e4cee-132d-4af7-b789-c88d4d86d8b7'),
(120743,32,34245,NULL,2596,4,'2026-02-24 17:14:31','2026-02-24 17:14:31','7e65d383-23c3-4b38-b986-41d090ce6892'),
(120744,32,34245,NULL,2602,5,'2026-02-24 17:14:31','2026-02-24 17:14:31','9617c870-1d5c-47b4-8409-7ad2156eefd5'),
(120745,32,34245,NULL,2604,6,'2026-02-24 17:14:31','2026-02-24 17:14:31','e2e3f368-c0fd-43d4-a203-6104845b092a'),
(120746,32,34245,NULL,2608,7,'2026-02-24 17:14:31','2026-02-24 17:14:31','43c5aad9-5837-47c2-817a-bb98dcfd1cad'),
(120747,32,34245,NULL,2606,8,'2026-02-24 17:14:31','2026-02-24 17:14:31','788eb96f-058c-4a70-95c8-6c89a2456bc4'),
(120748,32,34245,NULL,2612,9,'2026-02-24 17:14:31','2026-02-24 17:14:31','696f3d04-6261-4315-9d96-7c7f6bcead32'),
(120749,16,34245,NULL,7871,1,'2026-02-24 17:14:31','2026-02-24 17:14:31','bdfa0375-acbe-4363-b0bf-beb2e5869660'),
(120750,7,34245,NULL,6547,1,'2026-02-24 17:14:31','2026-02-24 17:14:31','935f8cc7-9f77-4c14-9e2f-2f600c1ccfc8'),
(120751,7,34245,NULL,601,2,'2026-02-24 17:14:31','2026-02-24 17:14:31','1515b02e-5be9-499b-bf22-f067738649e3'),
(120752,7,34245,NULL,617,3,'2026-02-24 17:14:31','2026-02-24 17:14:31','bac485e3-10d3-45a7-a7ea-1ec23d7727de'),
(120753,7,34245,NULL,9724,4,'2026-02-24 17:14:31','2026-02-24 17:14:31','7c576b85-770a-4387-9040-012f58d649f6'),
(120754,7,34245,NULL,2974,5,'2026-02-24 17:14:31','2026-02-24 17:14:31','c01910f3-ebb7-4b94-89c4-f91a7cd7673e'),
(120755,7,34245,NULL,9640,6,'2026-02-24 17:14:31','2026-02-24 17:14:31','59ff115a-1b14-4eff-892b-8a8e42af2590'),
(120756,7,34245,NULL,28766,7,'2026-02-24 17:14:31','2026-02-24 17:14:31','57e214dc-3086-45c1-8e78-239fb0de843f'),
(120757,7,34245,NULL,605,8,'2026-02-24 17:14:31','2026-02-24 17:14:31','9108ff96-94a5-4623-8146-ea7b010259cb'),
(120758,7,34245,NULL,9552,9,'2026-02-24 17:14:31','2026-02-24 17:14:31','8e07545a-724e-4ef3-98f7-6d550b936af1'),
(120759,82,34245,NULL,491,1,'2026-02-24 17:14:31','2026-02-24 17:14:31','c07a8313-096c-4fd5-95ed-796a21c1ffbb'),
(120760,46,34245,NULL,7369,1,'2026-02-24 17:14:31','2026-02-24 17:14:31','c7c01f90-7736-45fb-8f41-348e7123c259'),
(120761,47,34245,NULL,15005,1,'2026-02-24 17:14:31','2026-02-24 17:14:31','77760cbc-6f59-499a-86df-e232a0a114ef'),
(120762,57,34245,NULL,7870,1,'2026-02-24 17:14:31','2026-02-24 17:14:31','04c38cc4-f4ee-4ea6-a95e-b319834dbbac'),
(120763,57,34245,NULL,7869,2,'2026-02-24 17:14:31','2026-02-24 17:14:31','73d14b1f-3f89-4d70-864c-c5562a52f845'),
(120764,57,34245,NULL,7868,3,'2026-02-24 17:14:31','2026-02-24 17:14:31','ca9645ca-4119-4522-8ee0-785053f3a1ad'),
(120765,57,34245,NULL,7874,4,'2026-02-24 17:14:31','2026-02-24 17:14:31','8efc5fcc-749d-4fba-9bab-05f245ac0c84'),
(120766,57,34245,NULL,7873,5,'2026-02-24 17:14:31','2026-02-24 17:14:31','dfa5d52a-4a6b-4d9c-a8a8-16869d832a32'),
(120767,57,34245,NULL,3467,6,'2026-02-24 17:14:31','2026-02-24 17:14:31','0749c81f-e541-43e8-918b-6528f46f4d58'),
(120768,57,34245,NULL,7872,7,'2026-02-24 17:14:31','2026-02-24 17:14:31','96d0af9b-8a38-4f81-883e-c39b86fa79e5'),
(120769,13,34245,NULL,23872,1,'2026-02-24 17:14:31','2026-02-24 17:14:31','d04e5259-9834-41c3-8bfa-172b7dc0cddc'),
(120770,32,34246,NULL,2610,1,'2026-02-24 17:16:13','2026-02-24 17:16:13','fc230641-3ebd-489e-8285-dec06a7437a2'),
(120771,32,34246,NULL,2598,2,'2026-02-24 17:16:13','2026-02-24 17:16:13','0d12d597-931d-4487-9bc2-863c3a1f7dba'),
(120772,32,34246,NULL,2608,3,'2026-02-24 17:16:13','2026-02-24 17:16:13','9ed4de44-cb80-4bbc-a69f-f062cce31de4'),
(120773,32,34246,NULL,2600,4,'2026-02-24 17:16:13','2026-02-24 17:16:13','b6eb8e85-1cbd-4512-897e-28ad9766d0ca'),
(120774,32,34246,NULL,2596,5,'2026-02-24 17:16:13','2026-02-24 17:16:13','6ba3928a-49f2-4f40-b165-988666b3f9bb'),
(120775,32,34246,NULL,2602,6,'2026-02-24 17:16:13','2026-02-24 17:16:13','67c6dcdb-282c-4537-9980-e9bc4d915d01'),
(120776,32,34246,NULL,2606,7,'2026-02-24 17:16:13','2026-02-24 17:16:13','9043c43e-0ca3-4c33-a098-675791727b3a'),
(120777,32,34246,NULL,2612,8,'2026-02-24 17:16:13','2026-02-24 17:16:13','dd010bf5-5610-4497-a3ee-ec33e67b1425'),
(120778,32,34246,NULL,2604,9,'2026-02-24 17:16:13','2026-02-24 17:16:13','e3260126-ad1b-4e05-ae7f-7787de384383'),
(120779,16,34246,NULL,10000,1,'2026-02-24 17:16:13','2026-02-24 17:16:13','009b00a4-aed1-45eb-a9df-4d357b77f8fc'),
(120780,7,34246,NULL,3468,1,'2026-02-24 17:16:13','2026-02-24 17:16:13','24c681af-aca3-4644-8b2d-fa5418491736'),
(120781,7,34246,NULL,601,2,'2026-02-24 17:16:13','2026-02-24 17:16:13','497070b0-4423-486f-a68c-09f3663b5e37'),
(120782,7,34246,NULL,617,3,'2026-02-24 17:16:13','2026-02-24 17:16:13','a8dd100f-af2e-4c43-9000-4de61ee40626'),
(120783,7,34246,NULL,605,4,'2026-02-24 17:16:13','2026-02-24 17:16:13','cc0d592f-9ecc-46e5-be90-c9c0102459ae'),
(120784,7,34246,NULL,9552,5,'2026-02-24 17:16:13','2026-02-24 17:16:13','5843da93-a090-41db-8005-aa056b720ea2'),
(120785,82,34246,NULL,491,1,'2026-02-24 17:16:13','2026-02-24 17:16:13','0e686139-3ab1-43a8-af77-60a51ce7aa98'),
(120786,46,34246,NULL,7369,1,'2026-02-24 17:16:13','2026-02-24 17:16:13','355d8886-59b2-43f3-aecb-2f9458b2b159'),
(120787,47,34246,NULL,12449,1,'2026-02-24 17:16:13','2026-02-24 17:16:13','91a65249-5b1c-4021-bd44-c4db8c73b8fd'),
(120788,57,34246,NULL,10004,1,'2026-02-24 17:16:13','2026-02-24 17:16:13','bf9c2a61-6259-453f-9081-bd9072999f6a'),
(120789,57,34246,NULL,10005,2,'2026-02-24 17:16:13','2026-02-24 17:16:13','af9a52a6-2029-44af-9af5-e3096fcaeae1'),
(120790,57,34246,NULL,10006,3,'2026-02-24 17:16:13','2026-02-24 17:16:13','a48126ac-d203-4c55-84ea-e9a0eb104fc7'),
(120791,57,34246,NULL,10007,4,'2026-02-24 17:16:13','2026-02-24 17:16:13','c722ff7f-8e28-4852-b7da-8c554277c6a4'),
(120792,57,34246,NULL,10009,5,'2026-02-24 17:16:13','2026-02-24 17:16:13','d9f7c524-e637-4b23-b342-8da12dacb0a1'),
(120793,57,34246,NULL,10010,6,'2026-02-24 17:16:13','2026-02-24 17:16:13','b59ce462-7e84-43c5-85ba-83a25d58b0b5'),
(120794,57,34246,NULL,10012,7,'2026-02-24 17:16:13','2026-02-24 17:16:13','91d40665-8204-4729-9728-446b54750b7f'),
(120795,57,34246,NULL,10013,8,'2026-02-24 17:16:13','2026-02-24 17:16:13','3a90ccf0-90df-438d-9adf-69803f2db509'),
(120796,57,34246,NULL,10014,9,'2026-02-24 17:16:13','2026-02-24 17:16:13','37230e87-7a9e-4382-9493-95248c7c0035'),
(120797,57,34246,NULL,10015,10,'2026-02-24 17:16:13','2026-02-24 17:16:13','45126fe5-44ae-4aee-abdb-20db5e2df3ab'),
(120798,57,34246,NULL,10016,11,'2026-02-24 17:16:13','2026-02-24 17:16:13','8b96e16c-e49a-401a-a0e3-198a4425d97e'),
(120799,57,34246,NULL,10018,12,'2026-02-24 17:16:13','2026-02-24 17:16:13','5d948f1a-889c-4707-8c9a-7186fd1f6209'),
(120800,57,34246,NULL,10019,13,'2026-02-24 17:16:13','2026-02-24 17:16:13','ac22f2c5-e5ef-4c6a-80d2-652f8a0a7da9'),
(120801,57,34246,NULL,10020,14,'2026-02-24 17:16:13','2026-02-24 17:16:13','9d15b7bb-1959-4077-9b94-eac2c9daa4db'),
(120802,13,34246,NULL,23746,1,'2026-02-24 17:16:13','2026-02-24 17:16:13','5bc1c8fb-bbfe-43af-8c65-e5b59c85f0d0'),
(120803,32,34247,NULL,2610,1,'2026-02-24 17:16:35','2026-02-24 17:16:35','30f71322-5863-472a-bb3a-b50e9732c707'),
(120804,32,34247,NULL,2598,2,'2026-02-24 17:16:35','2026-02-24 17:16:35','114a40f1-737e-42c0-a63e-cd8d444aee16'),
(120805,32,34247,NULL,2608,3,'2026-02-24 17:16:35','2026-02-24 17:16:35','8133fb1d-8369-44cd-9767-0301d12c5b30'),
(120806,32,34247,NULL,2600,4,'2026-02-24 17:16:35','2026-02-24 17:16:35','8526786b-9800-4669-84df-224cd4ab6adb'),
(120807,32,34247,NULL,2596,5,'2026-02-24 17:16:35','2026-02-24 17:16:35','615fbd73-ac7a-4277-b695-ec4b60500545'),
(120808,32,34247,NULL,2602,6,'2026-02-24 17:16:35','2026-02-24 17:16:35','ec02c6fb-c167-4393-a951-84d9e9839528'),
(120809,32,34247,NULL,2606,7,'2026-02-24 17:16:35','2026-02-24 17:16:35','7f3eba01-a7d8-49c4-8d29-a910491d32f6'),
(120810,32,34247,NULL,2612,8,'2026-02-24 17:16:35','2026-02-24 17:16:35','6fd35585-8545-4541-97ba-bfd65d5dc6c7'),
(120811,32,34247,NULL,2604,9,'2026-02-24 17:16:35','2026-02-24 17:16:35','a395ad49-f92c-4895-96b4-f6d8debc780b'),
(120812,16,34247,NULL,10248,1,'2026-02-24 17:16:35','2026-02-24 17:16:35','fd58ab1f-a7bd-4d64-96bf-72e9032353b0'),
(120813,7,34247,NULL,6547,1,'2026-02-24 17:16:35','2026-02-24 17:16:35','48262e78-f8af-48bc-bcbb-0dfa8e30a5b7'),
(120814,7,34247,NULL,601,2,'2026-02-24 17:16:35','2026-02-24 17:16:35','f8ecf828-2aad-41ae-849f-f1b3f8b95dad'),
(120815,7,34247,NULL,2974,3,'2026-02-24 17:16:35','2026-02-24 17:16:35','a99aff06-d517-4038-ab53-fa0222fd7d72'),
(120816,7,34247,NULL,28766,4,'2026-02-24 17:16:35','2026-02-24 17:16:35','83d201ec-4131-40ad-b78b-74403f6ca48b'),
(120817,7,34247,NULL,617,5,'2026-02-24 17:16:35','2026-02-24 17:16:35','dcd9280c-3076-4970-940d-e8c538e68154'),
(120818,7,34247,NULL,605,6,'2026-02-24 17:16:35','2026-02-24 17:16:35','21fa771e-c8ad-4a28-9c66-de8e4bdc8eb3'),
(120819,7,34247,NULL,9552,7,'2026-02-24 17:16:35','2026-02-24 17:16:35','f7f4aa59-ed36-454e-bd77-b7eeca00c152'),
(120820,82,34247,NULL,491,1,'2026-02-24 17:16:35','2026-02-24 17:16:35','42830ecc-cfcf-428e-b8c9-cff696215ca7'),
(120821,46,34247,NULL,7369,1,'2026-02-24 17:16:35','2026-02-24 17:16:35','bff7f4cc-68a7-4856-908b-515351eb7c35'),
(120822,47,34247,NULL,15316,1,'2026-02-24 17:16:35','2026-02-24 17:16:35','61316eaf-344c-47d9-b3bf-b343bd121d2d'),
(120823,57,34247,NULL,10250,1,'2026-02-24 17:16:35','2026-02-24 17:16:35','ab09f9f6-06aa-4150-8c5b-a23c88733930'),
(120824,57,34247,NULL,10249,2,'2026-02-24 17:16:35','2026-02-24 17:16:35','e8ba02e0-2c85-4522-babf-ad1f056fb62a'),
(120825,57,34247,NULL,9331,3,'2026-02-24 17:16:35','2026-02-24 17:16:35','7caa6b01-2579-41a7-915a-8dcf5cdc0d35'),
(120826,57,34247,NULL,9336,4,'2026-02-24 17:16:35','2026-02-24 17:16:35','5f4f39ca-6a38-4323-a026-18272fa2152c'),
(120827,57,34247,NULL,9332,5,'2026-02-24 17:16:35','2026-02-24 17:16:35','9a291496-e442-4d61-891d-6e6f04e6a216'),
(120828,57,34247,NULL,10251,6,'2026-02-24 17:16:35','2026-02-24 17:16:35','91ea60cc-cd1d-4550-b55a-694f4734c13f'),
(120829,57,34247,NULL,9333,7,'2026-02-24 17:16:35','2026-02-24 17:16:35','daa39058-16d3-47bf-977a-43ca78a2c93e'),
(120830,57,34247,NULL,9334,8,'2026-02-24 17:16:35','2026-02-24 17:16:35','5ce202ac-d7b2-4780-9221-98c052c698c1'),
(120831,57,34247,NULL,9335,9,'2026-02-24 17:16:35','2026-02-24 17:16:35','63a03e7a-717b-45d5-b66d-273c680464e3'),
(120832,57,34247,NULL,10252,10,'2026-02-24 17:16:35','2026-02-24 17:16:35','baab89fb-55fb-4bf3-a511-9e035f9f795c'),
(120833,13,34247,NULL,23764,1,'2026-02-24 17:16:35','2026-02-24 17:16:35','ec5d27be-2352-495c-bcbd-16995119902b'),
(120834,32,34248,NULL,2610,1,'2026-02-24 17:17:37','2026-02-24 17:17:37','21c55b40-9fae-45d2-a8db-5c242d8c1634'),
(120835,32,34248,NULL,2598,2,'2026-02-24 17:17:37','2026-02-24 17:17:37','8fab49d3-74b5-408d-a877-879d948d28ba'),
(120836,32,34248,NULL,2608,3,'2026-02-24 17:17:37','2026-02-24 17:17:37','dfa32959-4507-4ca3-b856-eebc29363e5c'),
(120837,32,34248,NULL,2624,4,'2026-02-24 17:17:37','2026-02-24 17:17:37','5bb2fb1e-b82c-4d63-8ef1-a81ff951db3c'),
(120838,32,34248,NULL,2600,5,'2026-02-24 17:17:37','2026-02-24 17:17:37','2394ec04-9193-4f35-86e9-f46b6f02e7d4'),
(120839,32,34248,NULL,2596,6,'2026-02-24 17:17:37','2026-02-24 17:17:37','75bd6e1a-342c-40a9-84ae-4b250f711e9d'),
(120840,32,34248,NULL,2602,7,'2026-02-24 17:17:37','2026-02-24 17:17:37','db9ee933-06ac-4d81-b90a-20daf4670237'),
(120841,32,34248,NULL,2606,8,'2026-02-24 17:17:37','2026-02-24 17:17:37','f5a9bfb2-886c-42ad-9cbd-f25a7db11bb0'),
(120842,32,34248,NULL,2612,9,'2026-02-24 17:17:37','2026-02-24 17:17:37','1caa6caa-a3a8-49c9-884b-b3e2e4b9255c'),
(120843,32,34248,NULL,2604,10,'2026-02-24 17:17:37','2026-02-24 17:17:37','239baeb1-77b0-40ce-a498-1a7516fd5d4f'),
(120844,16,34248,NULL,4786,1,'2026-02-24 17:17:37','2026-02-24 17:17:37','8e84d9f3-be57-4287-940a-9202a0045f73'),
(120845,7,34248,NULL,6547,1,'2026-02-24 17:17:37','2026-02-24 17:17:37','65d9ef43-16e9-414f-b346-eac6dc6a8416'),
(120846,7,34248,NULL,601,2,'2026-02-24 17:17:37','2026-02-24 17:17:37','d3dad33e-9d7d-4c9a-98e7-413e436e4488'),
(120847,7,34248,NULL,617,3,'2026-02-24 17:17:37','2026-02-24 17:17:37','82b3d0b2-0844-4277-a823-07337da89728'),
(120848,7,34248,NULL,605,4,'2026-02-24 17:17:37','2026-02-24 17:17:37','7578b246-aea7-4b42-ac64-35e09dd3e637'),
(120849,7,34248,NULL,9552,5,'2026-02-24 17:17:37','2026-02-24 17:17:37','89602f65-a008-4ac8-acb6-3c766625d79f'),
(120850,82,34248,NULL,491,1,'2026-02-24 17:17:37','2026-02-24 17:17:37','b7a73476-76eb-46ce-be28-e00380c6fe81'),
(120851,46,34248,NULL,2891,1,'2026-02-24 17:17:37','2026-02-24 17:17:37','8e52ab4b-ddb3-44a3-8c0f-38bcdedf5415'),
(120852,47,34248,NULL,12247,1,'2026-02-24 17:17:37','2026-02-24 17:17:37','a2a1ebb8-6b4a-4408-a314-38ae81cf9ed0'),
(120853,57,34248,NULL,4808,1,'2026-02-24 17:17:37','2026-02-24 17:17:37','0b9761be-4246-44c2-88a8-325f86d32f7a'),
(120854,57,34248,NULL,4811,2,'2026-02-24 17:17:37','2026-02-24 17:17:37','eef638b2-b868-48be-9046-31cbe385fb17'),
(120855,57,34248,NULL,4807,3,'2026-02-24 17:17:37','2026-02-24 17:17:37','cdf4028f-6ac3-4eeb-9eac-8484e22a877c'),
(120856,57,34248,NULL,4806,4,'2026-02-24 17:17:37','2026-02-24 17:17:37','b010ba29-11b1-4e79-8134-d7705ee06b16'),
(120857,57,34248,NULL,4809,5,'2026-02-24 17:17:37','2026-02-24 17:17:37','0d6406c9-8408-4dfa-87df-02b8f3b0c140'),
(120858,57,34248,NULL,4810,6,'2026-02-24 17:17:37','2026-02-24 17:17:37','c44b6d82-f92d-4b0f-a3aa-092a3fd23aa8'),
(120859,13,34248,NULL,28921,1,'2026-02-24 17:17:37','2026-02-24 17:17:37','a9da7412-995d-4051-8a02-f9cbbfc33e17'),
(120860,32,34249,NULL,2610,1,'2026-02-24 17:18:20','2026-02-24 17:18:20','554891bc-3cd1-42f1-ab49-76c37af0ed3b'),
(120861,32,34249,NULL,2622,2,'2026-02-24 17:18:20','2026-02-24 17:18:20','98200498-1fdf-487e-aa6c-14be3e4daaca'),
(120862,32,34249,NULL,2598,3,'2026-02-24 17:18:20','2026-02-24 17:18:20','3e3c91fd-0ddd-433d-8c61-a94cc1388fe6'),
(120863,32,34249,NULL,2600,4,'2026-02-24 17:18:20','2026-02-24 17:18:20','b4649aee-0697-4ac4-a980-47b08c6eb1e6'),
(120864,32,34249,NULL,2604,5,'2026-02-24 17:18:20','2026-02-24 17:18:20','2e57f4a7-b711-454e-b910-ec13415be7c9'),
(120865,32,34249,NULL,2608,6,'2026-02-24 17:18:20','2026-02-24 17:18:20','a20cccee-cd45-44c3-84af-8486fec4fa07'),
(120866,32,34249,NULL,2602,7,'2026-02-24 17:18:20','2026-02-24 17:18:20','0028cf93-a3fc-4971-9d6f-f4408314e777'),
(120867,32,34249,NULL,2596,8,'2026-02-24 17:18:20','2026-02-24 17:18:20','057afe95-bb72-4a01-974b-7393e867144b'),
(120868,32,34249,NULL,2606,9,'2026-02-24 17:18:20','2026-02-24 17:18:20','00e06b0b-3bc7-4c3b-bd6a-18812e182806'),
(120869,32,34249,NULL,2612,10,'2026-02-24 17:18:20','2026-02-24 17:18:20','c028fd77-31dd-40e1-899c-81b4a324f528'),
(120870,16,34249,NULL,4385,1,'2026-02-24 17:18:20','2026-02-24 17:18:20','3a7b1bf5-9294-40d8-b6f5-79b9eb8f96ed'),
(120871,7,34249,NULL,617,1,'2026-02-24 17:18:20','2026-02-24 17:18:20','6c632918-5a7e-4189-bdd0-3e626f9f43cd'),
(120872,7,34249,NULL,605,2,'2026-02-24 17:18:20','2026-02-24 17:18:20','33267c73-1800-4a31-98fd-9e96888328f8'),
(120873,7,34249,NULL,9552,3,'2026-02-24 17:18:20','2026-02-24 17:18:20','00d32014-1b20-42f7-9485-f543a223b5b1'),
(120874,82,34249,NULL,469,1,'2026-02-24 17:18:20','2026-02-24 17:18:20','2c71f4b0-8cae-46f0-a22b-d424d8bc60bc'),
(120875,82,34249,NULL,479,2,'2026-02-24 17:18:20','2026-02-24 17:18:20','ed8b99f2-88b0-485b-8bdd-14cfa5d93a2d'),
(120876,82,34249,NULL,491,3,'2026-02-24 17:18:20','2026-02-24 17:18:20','adf57081-5f3e-438c-8cbb-d740cc5a33ef'),
(120877,46,34249,NULL,4403,1,'2026-02-24 17:18:20','2026-02-24 17:18:20','00a6f290-c2c5-452d-aa4d-b0a97f4db1f0'),
(120878,47,34249,NULL,10486,1,'2026-02-24 17:18:20','2026-02-24 17:18:20','d67bc149-c19d-4ea0-8d12-c97be45ef9f7'),
(120879,57,34249,NULL,8806,1,'2026-02-24 17:18:20','2026-02-24 17:18:20','2110fc54-f85b-4f9f-bc7d-7bdf18b82719'),
(120880,57,34249,NULL,8808,2,'2026-02-24 17:18:20','2026-02-24 17:18:20','dc222be7-460f-4cc6-960b-c2fc7f27f6a0'),
(120881,57,34249,NULL,8810,3,'2026-02-24 17:18:20','2026-02-24 17:18:20','706dcda8-ab5b-4655-baeb-ef93e2e76fc7'),
(120882,57,34249,NULL,8803,4,'2026-02-24 17:18:20','2026-02-24 17:18:20','5076f3c0-032c-4736-9e54-716f005cd9c0'),
(120883,57,34249,NULL,8804,5,'2026-02-24 17:18:20','2026-02-24 17:18:20','ab09f5ba-95d6-404a-98bc-7ab0e77c796e'),
(120884,57,34249,NULL,8805,6,'2026-02-24 17:18:20','2026-02-24 17:18:20','dbebd966-abba-4598-b615-ef656ca0d915'),
(120885,57,34249,NULL,8807,7,'2026-02-24 17:18:20','2026-02-24 17:18:20','52d1334f-f5e5-4655-b4cc-b585fe86d46a'),
(120886,13,34249,NULL,23819,1,'2026-02-24 17:18:20','2026-02-24 17:18:20','c9fc97d6-6e53-47fb-a588-837dbe886d59'),
(120887,32,34250,NULL,2614,1,'2026-02-24 17:20:06','2026-02-24 17:20:06','f219fa71-b2db-486f-9c2a-da01a3a3c3c8'),
(120888,32,34250,NULL,2610,2,'2026-02-24 17:20:06','2026-02-24 17:20:06','7f9a1ca4-0b22-41f1-bf9c-abb85ea30f0e'),
(120889,32,34250,NULL,2622,3,'2026-02-24 17:20:06','2026-02-24 17:20:06','266dea0c-0b5a-41a4-ac66-39ca0a0cb901'),
(120890,32,34250,NULL,2598,4,'2026-02-24 17:20:06','2026-02-24 17:20:06','708f288b-1e3d-459c-8ab6-6eedd02bb447'),
(120891,32,34250,NULL,2608,5,'2026-02-24 17:20:06','2026-02-24 17:20:06','cd0d8891-d444-4a2c-ac77-cc8de93862b3'),
(120892,32,34250,NULL,2624,6,'2026-02-24 17:20:06','2026-02-24 17:20:06','d115cc03-d09f-45a1-a570-4efb77bf9d35'),
(120893,32,34250,NULL,2600,7,'2026-02-24 17:20:06','2026-02-24 17:20:06','9a983e6b-3ab9-40f9-8de2-e032be413f13'),
(120894,32,34250,NULL,2596,8,'2026-02-24 17:20:06','2026-02-24 17:20:06','67af7094-fa71-4dcc-b7a4-133e1d778569'),
(120895,32,34250,NULL,2602,9,'2026-02-24 17:20:06','2026-02-24 17:20:06','68bc0573-d6c4-4e97-a1a8-700414cccf11'),
(120896,32,34250,NULL,2606,10,'2026-02-24 17:20:06','2026-02-24 17:20:06','ea811a07-be2d-463d-b215-c00da088bba6'),
(120897,32,34250,NULL,2612,11,'2026-02-24 17:20:06','2026-02-24 17:20:06','cee51e71-57ce-4b77-9731-9779662ef07d'),
(120898,32,34250,NULL,2618,12,'2026-02-24 17:20:06','2026-02-24 17:20:06','4bf15698-f928-43b8-bf25-e1d5043fd4b4'),
(120899,32,34250,NULL,2604,13,'2026-02-24 17:20:06','2026-02-24 17:20:06','e5babe22-c4fa-40dd-b313-0e3c1520fb80'),
(120900,16,34250,NULL,9051,1,'2026-02-24 17:20:06','2026-02-24 17:20:06','d61cba26-17b1-46ce-bace-0a650524d1b5'),
(120901,7,34250,NULL,601,1,'2026-02-24 17:20:06','2026-02-24 17:20:06','be697600-7683-4e91-b020-fa9b038a93ae'),
(120902,7,34250,NULL,605,2,'2026-02-24 17:20:06','2026-02-24 17:20:06','db93b12c-d37d-42a1-aebd-925837d0b94f'),
(120903,7,34250,NULL,617,3,'2026-02-24 17:20:06','2026-02-24 17:20:06','b9cdfcae-85c7-445b-9c83-22e6e8da457c'),
(120904,7,34250,NULL,9552,4,'2026-02-24 17:20:06','2026-02-24 17:20:06','6afa240d-3986-4352-ab1d-5dc8ce3625e1'),
(120905,46,34250,NULL,2891,1,'2026-02-24 17:20:06','2026-02-24 17:20:06','ef3685d7-e88d-477c-8f55-167a1e29ee35'),
(120906,46,34250,NULL,3697,2,'2026-02-24 17:20:06','2026-02-24 17:20:06','4c741c6c-0b7a-4984-9069-f28e9d25fc29'),
(120907,46,34250,NULL,4403,3,'2026-02-24 17:20:06','2026-02-24 17:20:06','2d48ebcd-2e13-4be6-9a85-c6194e6794ab'),
(120908,47,34250,NULL,12289,1,'2026-02-24 17:20:06','2026-02-24 17:20:06','5ed55e9b-d17b-4285-a5a5-e054bd5abe2c'),
(120909,57,34250,NULL,8601,1,'2026-02-24 17:20:06','2026-02-24 17:20:06','cac01160-a338-461b-a2a1-00abde698a8b'),
(120910,57,34250,NULL,8600,2,'2026-02-24 17:20:06','2026-02-24 17:20:06','291c12bb-8f41-420c-8fc3-0d5fbe3b4b59'),
(120911,57,34250,NULL,8602,3,'2026-02-24 17:20:06','2026-02-24 17:20:06','201d0f73-0b1a-4180-88f0-f68c83f4b231'),
(120912,57,34250,NULL,8603,4,'2026-02-24 17:20:06','2026-02-24 17:20:06','5811357d-450a-4b44-851f-5eb9f0503e1d'),
(120913,57,34250,NULL,8604,5,'2026-02-24 17:20:06','2026-02-24 17:20:06','e3c987cd-c1bb-40a2-9bf0-6d3c3d39bb01'),
(120914,57,34250,NULL,8605,6,'2026-02-24 17:20:06','2026-02-24 17:20:06','47139bea-4219-4730-bf68-c5033be73f74'),
(120915,13,34250,NULL,23779,1,'2026-02-24 17:20:06','2026-02-24 17:20:06','56d1cd20-cc33-4c8a-98c4-47bb73ff63f2'),
(120916,32,34251,NULL,2610,1,'2026-02-24 17:20:17','2026-02-24 17:20:17','f27db981-1b1c-4f80-bbf5-7f4258f46e22'),
(120917,32,34251,NULL,2598,2,'2026-02-24 17:20:17','2026-02-24 17:20:17','667cd191-c120-46db-bdde-fbee9315387a'),
(120918,32,34251,NULL,2600,3,'2026-02-24 17:20:17','2026-02-24 17:20:17','0e5274b0-57cd-4884-b8c6-1f3c96d26825'),
(120919,32,34251,NULL,2602,4,'2026-02-24 17:20:17','2026-02-24 17:20:17','f2de17f9-92e1-49f4-bf41-2ac7201370dc'),
(120920,32,34251,NULL,2612,5,'2026-02-24 17:20:17','2026-02-24 17:20:17','1ae5ec47-6e9d-4e12-b0f0-b656d8fb5f62'),
(120921,32,34251,NULL,2618,6,'2026-02-24 17:20:17','2026-02-24 17:20:17','0ce183c8-2fa6-40d6-af87-5a37a77ed0b4'),
(120922,32,34251,NULL,2604,7,'2026-02-24 17:20:17','2026-02-24 17:20:17','44a0e465-42e7-4bdc-aa63-71be04bfc9ea'),
(120923,32,34251,NULL,2608,8,'2026-02-24 17:20:17','2026-02-24 17:20:17','09a41a61-b26c-4cd3-8fe1-9d8e22096277'),
(120924,32,34251,NULL,2596,9,'2026-02-24 17:20:17','2026-02-24 17:20:17','58d976be-bea0-4a35-b7b7-d3ae074c31fd'),
(120925,32,34251,NULL,2606,10,'2026-02-24 17:20:17','2026-02-24 17:20:17','d07801db-5dcf-447d-be2a-8857eb664402'),
(120926,16,34251,NULL,4829,1,'2026-02-24 17:20:17','2026-02-24 17:20:17','81bbe1c2-2b68-4aa2-a830-2991369a616a'),
(120927,7,34251,NULL,3468,1,'2026-02-24 17:20:17','2026-02-24 17:20:17','ba61cdef-d523-4450-8d45-e59073bede48'),
(120928,7,34251,NULL,601,2,'2026-02-24 17:20:17','2026-02-24 17:20:17','2b9c5a98-e06b-4294-b531-88fb1056c9c3'),
(120929,7,34251,NULL,617,3,'2026-02-24 17:20:17','2026-02-24 17:20:17','ac764c20-092f-44b3-a36b-a22f296ddc7f'),
(120930,7,34251,NULL,605,4,'2026-02-24 17:20:17','2026-02-24 17:20:17','a88af22e-eb78-4198-8220-9ba493d9677b'),
(120931,7,34251,NULL,9552,5,'2026-02-24 17:20:17','2026-02-24 17:20:17','85352ee0-f176-4575-97b5-0f5827448d91'),
(120932,82,34251,NULL,479,1,'2026-02-24 17:20:17','2026-02-24 17:20:17','1aee5483-8a61-4c05-8344-dd2f1d2f2f75'),
(120933,82,34251,NULL,491,2,'2026-02-24 17:20:17','2026-02-24 17:20:17','81be8526-1249-4e40-ac0a-ce069b5fc083'),
(120934,46,34251,NULL,3697,1,'2026-02-24 17:20:17','2026-02-24 17:20:17','9155c8ef-9567-47cf-9e48-ae5b17414bb2'),
(120935,47,34251,NULL,12380,1,'2026-02-24 17:20:17','2026-02-24 17:20:17','15be92fd-2b5f-475a-b9ab-95ab33bf97ea'),
(120936,57,34251,NULL,4829,1,'2026-02-24 17:20:17','2026-02-24 17:20:17','102d5711-ee14-4951-b862-5a81e3112877'),
(120937,57,34251,NULL,3689,2,'2026-02-24 17:20:17','2026-02-24 17:20:17','8b9044b4-9463-4502-bc86-1c48d9b6c36f'),
(120938,57,34251,NULL,4826,3,'2026-02-24 17:20:17','2026-02-24 17:20:17','eb13397f-7c6a-4021-9864-aee0a5e99ee6'),
(120939,57,34251,NULL,4828,4,'2026-02-24 17:20:17','2026-02-24 17:20:17','3030697e-1781-423c-8612-a8e1d9afa258'),
(120940,57,34251,NULL,4827,5,'2026-02-24 17:20:17','2026-02-24 17:20:17','1fd1654e-d538-490d-a08b-3bd8e7996a5d'),
(120941,13,34251,NULL,23701,1,'2026-02-24 17:20:17','2026-02-24 17:20:17','d8334b6a-1142-4717-b027-56ad257ebd54'),
(120942,32,34253,NULL,2610,1,'2026-02-24 17:20:28','2026-02-24 17:20:28','561aea5e-fecb-46f2-86c8-402c65a224ce'),
(120943,32,34253,NULL,2598,2,'2026-02-24 17:20:28','2026-02-24 17:20:28','8cc51b28-10f7-4d0e-b012-cd7e37f4b43e'),
(120944,32,34253,NULL,2600,3,'2026-02-24 17:20:28','2026-02-24 17:20:28','158ad867-1b21-4f31-8b40-07c87c11daf5'),
(120945,32,34253,NULL,2602,4,'2026-02-24 17:20:28','2026-02-24 17:20:28','5cf1c441-0ae7-4a2d-9d2d-47fb6753c5e2'),
(120946,32,34253,NULL,2612,5,'2026-02-24 17:20:28','2026-02-24 17:20:28','f7571067-a498-4f2b-b6a4-4076ffe01a62'),
(120947,32,34253,NULL,2618,6,'2026-02-24 17:20:28','2026-02-24 17:20:28','b6f8c331-c4d6-4b8c-bb7e-eb1c65f51682'),
(120948,32,34253,NULL,2604,7,'2026-02-24 17:20:28','2026-02-24 17:20:28','119ef9fb-45c3-4f77-9e57-9c0a2adc5c51'),
(120949,32,34253,NULL,2608,8,'2026-02-24 17:20:28','2026-02-24 17:20:28','288acd9a-6fc1-4ff6-ac24-80fda0b8085d'),
(120950,32,34253,NULL,2596,9,'2026-02-24 17:20:28','2026-02-24 17:20:28','c5b598a1-378a-4829-83e0-58b85f902333'),
(120951,32,34253,NULL,2606,10,'2026-02-24 17:20:28','2026-02-24 17:20:28','2867eeb0-dad1-48d0-ab58-7bf9a12f219c'),
(120952,16,34253,NULL,8034,1,'2026-02-24 17:20:28','2026-02-24 17:20:28','13ec5d17-eb45-4f6e-ac8d-2e475cea4bc7'),
(120953,7,34253,NULL,6547,1,'2026-02-24 17:20:28','2026-02-24 17:20:28','c8e743ce-bb7d-4bfb-9bf0-c470686f143d'),
(120954,7,34253,NULL,601,2,'2026-02-24 17:20:28','2026-02-24 17:20:28','8213e85a-6268-4094-8732-383fbb3f34fd'),
(120955,7,34253,NULL,2974,3,'2026-02-24 17:20:28','2026-02-24 17:20:28','c114ca72-cb6d-4e68-a291-ca0d519d613d'),
(120956,7,34253,NULL,617,4,'2026-02-24 17:20:28','2026-02-24 17:20:28','3d6eda4b-837d-4bae-bfa0-fff2fd717893'),
(120957,7,34253,NULL,9727,5,'2026-02-24 17:20:28','2026-02-24 17:20:28','e38517bf-be06-4643-9321-cbf506246218'),
(120958,7,34253,NULL,605,6,'2026-02-24 17:20:28','2026-02-24 17:20:28','88c06284-983f-4237-a20b-b3446df4b528'),
(120959,7,34253,NULL,9552,7,'2026-02-24 17:20:28','2026-02-24 17:20:28','5ccb007c-5d4f-473f-9231-c0443c7181d5'),
(120960,82,34253,NULL,479,1,'2026-02-24 17:20:28','2026-02-24 17:20:28','70449e42-9e51-4ea0-bedb-62fac9bf072a'),
(120961,82,34253,NULL,491,2,'2026-02-24 17:20:28','2026-02-24 17:20:28','48f53d78-2c56-47c0-95f0-aa65e5bd483a'),
(120962,46,34253,NULL,3697,1,'2026-02-24 17:20:28','2026-02-24 17:20:28','2483cd2c-f5ed-4dc3-8e6c-a0ed8461002c'),
(120963,47,34253,NULL,12389,1,'2026-02-24 17:20:28','2026-02-24 17:20:28','a9c367b3-f69b-4b74-89fb-0735c4a0b2a9'),
(120964,57,34253,NULL,8033,1,'2026-02-24 17:20:28','2026-02-24 17:20:28','314ed85e-3c51-46ee-be1a-fa61160de56a'),
(120965,57,34253,NULL,8032,2,'2026-02-24 17:20:28','2026-02-24 17:20:28','1423a983-3142-4d38-bd18-6a5c24c15011'),
(120966,57,34253,NULL,8036,3,'2026-02-24 17:20:28','2026-02-24 17:20:28','e95578db-43e3-4819-9a22-f4f866a24948'),
(120967,57,34253,NULL,8035,4,'2026-02-24 17:20:28','2026-02-24 17:20:28','5ed6d631-5722-48ac-bbeb-aa1254a84f85'),
(120968,13,34253,NULL,23707,1,'2026-02-24 17:20:28','2026-02-24 17:20:28','72d45ac7-2f75-42e2-b57b-7265b2f1340a'),
(120969,32,34254,NULL,2610,1,'2026-02-24 17:20:56','2026-02-24 17:20:56','a8d20c0c-7015-42bf-aa38-5de12305fc91'),
(120970,32,34254,NULL,2598,2,'2026-02-24 17:20:56','2026-02-24 17:20:56','87598ec8-d8a8-4701-8ead-682c58d17501'),
(120971,32,34254,NULL,2600,3,'2026-02-24 17:20:56','2026-02-24 17:20:56','ecc6c6c3-116c-4166-b3b4-72a0d1d65bd7'),
(120972,32,34254,NULL,2602,4,'2026-02-24 17:20:56','2026-02-24 17:20:56','c52a5704-8251-4578-b638-c31f7794946a'),
(120973,32,34254,NULL,2612,5,'2026-02-24 17:20:56','2026-02-24 17:20:56','71691ac6-7b4a-42a4-93f2-681f9aa6fcb5'),
(120974,32,34254,NULL,2618,6,'2026-02-24 17:20:56','2026-02-24 17:20:56','cb9a47f6-0493-4a23-8e42-3b60a151cad6'),
(120975,32,34254,NULL,2604,7,'2026-02-24 17:20:56','2026-02-24 17:20:56','db45f205-cea4-4057-ade3-abc027f90fa2'),
(120976,32,34254,NULL,2614,8,'2026-02-24 17:20:56','2026-02-24 17:20:56','59cc981b-f956-4f0c-afc9-858bf9720dec'),
(120977,32,34254,NULL,2608,9,'2026-02-24 17:20:56','2026-02-24 17:20:56','9abdfcaa-eb8b-445c-8810-066922f7fef6'),
(120978,32,34254,NULL,2596,10,'2026-02-24 17:20:56','2026-02-24 17:20:56','41728b94-0d75-4090-9f5c-ffccb2910184'),
(120979,32,34254,NULL,2606,11,'2026-02-24 17:20:56','2026-02-24 17:20:56','b39f5f8c-65c1-4def-8245-68ec58057dd3'),
(120980,16,34254,NULL,8104,1,'2026-02-24 17:20:56','2026-02-24 17:20:56','101ba849-25fd-480e-b32e-c22529bd535e'),
(120981,7,34254,NULL,9724,1,'2026-02-24 17:20:56','2026-02-24 17:20:56','db8c3e80-c548-4acc-abf3-5605b4bf99c0'),
(120982,7,34254,NULL,2974,2,'2026-02-24 17:20:56','2026-02-24 17:20:56','d542af43-ccfa-4ac1-bdba-41aa3f6fed16'),
(120983,7,34254,NULL,2969,3,'2026-02-24 17:20:56','2026-02-24 17:20:56','86ff6b2d-9d74-4e90-bb16-43b2aff2e64f'),
(120984,7,34254,NULL,617,4,'2026-02-24 17:20:56','2026-02-24 17:20:56','e5ad3d9e-4a48-46eb-b9f6-a34b814adf09'),
(120985,7,34254,NULL,605,5,'2026-02-24 17:20:56','2026-02-24 17:20:56','05a6d379-66fe-4056-9afe-efb731f3e139'),
(120986,7,34254,NULL,9552,6,'2026-02-24 17:20:56','2026-02-24 17:20:56','9d629ea2-76e0-4fa7-8148-16eec85ab3e5'),
(120987,82,34254,NULL,479,1,'2026-02-24 17:20:56','2026-02-24 17:20:56','21983860-f3b9-4922-a400-aac19a35b9f7'),
(120988,46,34254,NULL,3697,1,'2026-02-24 17:20:56','2026-02-24 17:20:56','68b7728f-1566-4cd4-b3a0-403ffafaf85a'),
(120989,47,34254,NULL,12403,1,'2026-02-24 17:20:56','2026-02-24 17:20:56','6a5bf8c7-4350-4bb9-89f0-d16315fae0e8'),
(120990,57,34254,NULL,8108,1,'2026-02-24 17:20:56','2026-02-24 17:20:56','a28dca92-a629-402e-9396-01cfb9226526'),
(120991,57,34254,NULL,8107,2,'2026-02-24 17:20:56','2026-02-24 17:20:56','7cb00331-1300-4766-b094-be4251cefc12'),
(120992,57,34254,NULL,8106,3,'2026-02-24 17:20:56','2026-02-24 17:20:56','860c44d7-46fe-4b37-9c96-629d8c4b48f2'),
(120993,57,34254,NULL,8105,4,'2026-02-24 17:20:56','2026-02-24 17:20:56','6d315f2d-e694-4459-9f50-921dd1e93537'),
(120994,13,34254,NULL,6820,1,'2026-02-24 17:20:56','2026-02-24 17:20:56','c6dde268-8b56-4a2e-9233-8b9b0f6b52ed'),
(120995,32,34255,NULL,2610,1,'2026-02-24 17:21:22','2026-02-24 17:21:22','7df29e94-0dad-4819-a609-1114b54a5d66'),
(120996,32,34255,NULL,2598,2,'2026-02-24 17:21:22','2026-02-24 17:21:22','0e3cdf4e-ca6c-487b-b708-ac924f6c2ab5'),
(120997,32,34255,NULL,2600,3,'2026-02-24 17:21:22','2026-02-24 17:21:22','cac9aeca-aef8-4170-bed1-100ecf4641e8'),
(120998,32,34255,NULL,2602,4,'2026-02-24 17:21:22','2026-02-24 17:21:22','1c5119df-4e5f-4d71-832b-ee6e9ebf68b0'),
(120999,32,34255,NULL,2612,5,'2026-02-24 17:21:22','2026-02-24 17:21:22','a386480b-cc9d-4727-afd2-791d522fda0e'),
(121000,32,34255,NULL,2618,6,'2026-02-24 17:21:22','2026-02-24 17:21:22','aab7f424-f765-41a7-be11-e3a94ba7a5f0'),
(121001,32,34255,NULL,2604,7,'2026-02-24 17:21:22','2026-02-24 17:21:22','d90f47c4-46d5-438d-964d-c6e30df8c37b'),
(121002,32,34255,NULL,2608,8,'2026-02-24 17:21:22','2026-02-24 17:21:22','23e9cac2-7712-45cc-aa7d-cc8e5ab05afa'),
(121003,32,34255,NULL,2596,9,'2026-02-24 17:21:22','2026-02-24 17:21:22','2d779b0a-64af-43d4-9fc5-34776768306c'),
(121004,32,34255,NULL,2606,10,'2026-02-24 17:21:22','2026-02-24 17:21:22','95b2801f-32dd-4bda-885b-d755d2984cb3'),
(121005,16,34255,NULL,4639,1,'2026-02-24 17:21:22','2026-02-24 17:21:22','a20d659c-a5b9-4dbe-9397-25a7caf19fd9'),
(121006,7,34255,NULL,2974,1,'2026-02-24 17:21:22','2026-02-24 17:21:22','4f21edb5-0ca7-4337-8254-806ce6a103e9'),
(121007,7,34255,NULL,617,2,'2026-02-24 17:21:22','2026-02-24 17:21:22','51e5988b-53e6-44ff-b864-7d804a025451'),
(121008,7,34255,NULL,605,3,'2026-02-24 17:21:22','2026-02-24 17:21:22','fa9cd860-2ced-4d5c-a9c3-5a32b012a4a1'),
(121009,7,34255,NULL,9552,4,'2026-02-24 17:21:22','2026-02-24 17:21:22','90935a36-260a-4cd3-b8c0-c5281873128d'),
(121010,82,34255,NULL,491,1,'2026-02-24 17:21:22','2026-02-24 17:21:22','8ca9bd3d-b1a6-41fe-8837-5232af38715b'),
(121011,46,34255,NULL,3697,1,'2026-02-24 17:21:22','2026-02-24 17:21:22','81246ced-aed4-4020-9547-e03f0cdd1642'),
(121012,47,34255,NULL,12494,1,'2026-02-24 17:21:22','2026-02-24 17:21:22','2d8a3434-e3b0-4d75-842e-1f28674f6843'),
(121013,57,34255,NULL,5084,1,'2026-02-24 17:21:22','2026-02-24 17:21:22','597abfaa-ce2d-4c54-8703-f598cb726899'),
(121014,57,34255,NULL,5085,2,'2026-02-24 17:21:22','2026-02-24 17:21:22','4f414075-1a8c-4e26-bf11-9d576b567ee0'),
(121015,57,34255,NULL,5086,3,'2026-02-24 17:21:22','2026-02-24 17:21:22','418a887a-8b7b-4044-be49-867613122dc6'),
(121016,57,34255,NULL,5087,4,'2026-02-24 17:21:22','2026-02-24 17:21:22','91d8d1d6-4956-4a70-b7a7-1067eb06a7b5'),
(121017,57,34255,NULL,5088,5,'2026-02-24 17:21:22','2026-02-24 17:21:22','a614cb8f-7767-4d53-aa41-fda602d52187'),
(121018,13,34255,NULL,23842,1,'2026-02-24 17:21:22','2026-02-24 17:21:22','5ae34702-0bfd-4b86-a9c3-da1ab41a901e'),
(121019,32,34256,NULL,2610,1,'2026-02-24 17:21:40','2026-02-24 17:21:40','1eb9704b-c9a2-4449-94a8-de670932fa14'),
(121020,32,34256,NULL,2598,2,'2026-02-24 17:21:40','2026-02-24 17:21:40','b9d79877-3296-4daf-b0f3-ff22eb34e256'),
(121021,32,34256,NULL,2608,3,'2026-02-24 17:21:40','2026-02-24 17:21:40','f5520e38-19af-4882-8136-1c325b505fcf'),
(121022,32,34256,NULL,2600,4,'2026-02-24 17:21:40','2026-02-24 17:21:40','7ed7af84-9da8-4c67-99a3-ee6f68a5048a'),
(121023,32,34256,NULL,2596,5,'2026-02-24 17:21:40','2026-02-24 17:21:40','8ce252ce-8e54-4610-b5e9-b620701c515a'),
(121024,32,34256,NULL,2602,6,'2026-02-24 17:21:40','2026-02-24 17:21:40','1a08bf74-2348-4aa6-8d46-316b0fed8ac2'),
(121025,32,34256,NULL,2612,7,'2026-02-24 17:21:40','2026-02-24 17:21:40','da0762a3-8386-40ec-bf40-da92c4c0b44c'),
(121026,32,34256,NULL,2618,8,'2026-02-24 17:21:40','2026-02-24 17:21:40','f75370c0-1203-413f-9542-58e79ecfa0d6'),
(121027,32,34256,NULL,2604,9,'2026-02-24 17:21:40','2026-02-24 17:21:40','589de793-ab77-471b-8376-c3818da30090'),
(121028,32,34256,NULL,2606,10,'2026-02-24 17:21:40','2026-02-24 17:21:40','f062699e-9155-4211-b49d-5038bafb4db8'),
(121029,16,34256,NULL,9008,1,'2026-02-24 17:21:40','2026-02-24 17:21:40','d43b8c0f-b6a1-476d-b1f6-5eb1370c9c83'),
(121030,7,34256,NULL,605,1,'2026-02-24 17:21:40','2026-02-24 17:21:40','5408c5e2-c76a-473f-a775-03b4f28bb008'),
(121031,7,34256,NULL,617,2,'2026-02-24 17:21:40','2026-02-24 17:21:40','e23c65a9-6523-422d-931a-11d60a3d612f'),
(121032,7,34256,NULL,9552,3,'2026-02-24 17:21:40','2026-02-24 17:21:40','4993e40e-9b8c-48f3-93e2-56dc254da6e1'),
(121033,82,34256,NULL,479,1,'2026-02-24 17:21:40','2026-02-24 17:21:40','a658db98-1521-45d8-bcd6-ebaa0e7dff6c'),
(121034,82,34256,NULL,491,2,'2026-02-24 17:21:40','2026-02-24 17:21:40','9f3f639d-f232-4493-87a9-525d1f23c268'),
(121035,46,34256,NULL,3697,1,'2026-02-24 17:21:40','2026-02-24 17:21:40','dd02e6ff-c803-49e7-a91c-06622aa2faad'),
(121036,47,34256,NULL,12278,1,'2026-02-24 17:21:40','2026-02-24 17:21:40','8075aef8-8a94-4b7c-b6ad-e6ddb1772ab4'),
(121037,57,34256,NULL,9011,1,'2026-02-24 17:21:40','2026-02-24 17:21:40','76a3600d-d233-4b47-8294-15474abdcd4b'),
(121038,57,34256,NULL,9017,2,'2026-02-24 17:21:40','2026-02-24 17:21:40','a8d939f1-0dec-4862-b9f9-7d1f9dc6be2b'),
(121039,57,34256,NULL,9015,3,'2026-02-24 17:21:40','2026-02-24 17:21:40','64e1f0cc-2cbf-4a14-97e4-af527c84c649'),
(121040,57,34256,NULL,9016,4,'2026-02-24 17:21:40','2026-02-24 17:21:40','d78cfd6a-8d3f-47d3-b817-914eac9b4b41'),
(121041,57,34256,NULL,9013,5,'2026-02-24 17:21:40','2026-02-24 17:21:40','fc69f899-f642-4b17-a7d5-88d4d937f346'),
(121042,57,34256,NULL,9014,6,'2026-02-24 17:21:40','2026-02-24 17:21:40','4c932619-b29b-4882-8238-c58c75cd8d77'),
(121043,57,34256,NULL,9012,7,'2026-02-24 17:21:40','2026-02-24 17:21:40','5213eb41-cb98-4fb0-96b5-cfde486974c4'),
(121044,57,34256,NULL,9018,8,'2026-02-24 17:21:40','2026-02-24 17:21:40','66e3ad3b-398d-4950-8303-5bc4f215a14f'),
(121045,13,34256,NULL,23694,1,'2026-02-24 17:21:40','2026-02-24 17:21:40','ab4051ac-5b0a-4f2b-a023-806cfcd4f8af'),
(121046,32,34257,NULL,2610,1,'2026-02-24 17:21:57','2026-02-24 17:21:57','de9126b4-1532-4f41-a2b5-3854d643ccaa'),
(121047,32,34257,NULL,2598,2,'2026-02-24 17:21:57','2026-02-24 17:21:57','49f82a79-f3bd-481d-9612-7630ab605b12'),
(121048,32,34257,NULL,2608,3,'2026-02-24 17:21:57','2026-02-24 17:21:57','6fd9e439-7437-4e6f-8da5-835b7e48bc56'),
(121049,32,34257,NULL,2600,4,'2026-02-24 17:21:57','2026-02-24 17:21:57','f3c7277b-1874-49f9-a7b4-6aae33d60d15'),
(121050,32,34257,NULL,2596,5,'2026-02-24 17:21:57','2026-02-24 17:21:57','15e0cd5a-b827-46cb-b3ae-ddbd742bafff'),
(121051,32,34257,NULL,2602,6,'2026-02-24 17:21:57','2026-02-24 17:21:57','e9b452de-726d-4a65-96ee-4a302b8e37d6'),
(121052,32,34257,NULL,2612,7,'2026-02-24 17:21:57','2026-02-24 17:21:57','3b96d7c4-7a43-40b6-aa92-2e9b3530d77a'),
(121053,32,34257,NULL,2618,8,'2026-02-24 17:21:57','2026-02-24 17:21:57','d2654094-0a1f-4848-b64c-515b2ba7fd31'),
(121054,32,34257,NULL,2604,9,'2026-02-24 17:21:57','2026-02-24 17:21:57','0db102c6-55fa-4b76-a067-65f868bc8d1f'),
(121055,32,34257,NULL,2606,10,'2026-02-24 17:21:57','2026-02-24 17:21:57','9d3354ee-c20e-41a9-bd99-45c237123804'),
(121056,16,34257,NULL,9068,1,'2026-02-24 17:21:57','2026-02-24 17:21:57','5575848e-b896-444f-883e-4e5c1c5e31e2'),
(121057,7,34257,NULL,6547,1,'2026-02-24 17:21:57','2026-02-24 17:21:57','3dbdf20a-a9a6-41eb-9dee-045ea835c1ba'),
(121058,7,34257,NULL,601,2,'2026-02-24 17:21:57','2026-02-24 17:21:57','b18f873b-4498-465e-b24a-7eaca58e7544'),
(121059,7,34257,NULL,617,3,'2026-02-24 17:21:57','2026-02-24 17:21:57','57ccda90-cd59-4f86-908a-5a14761f5b7a'),
(121060,7,34257,NULL,9732,4,'2026-02-24 17:21:57','2026-02-24 17:21:57','3a3f8f01-f108-4ff3-b4a8-eb0f214657d7'),
(121061,7,34257,NULL,9735,5,'2026-02-24 17:21:57','2026-02-24 17:21:57','e3a42691-fe4e-4eed-8e06-6d0491398349'),
(121062,7,34257,NULL,2972,6,'2026-02-24 17:21:57','2026-02-24 17:21:57','4c4fdc3b-fd7c-40f7-ba74-7378746d76e8'),
(121063,7,34257,NULL,9549,7,'2026-02-24 17:21:57','2026-02-24 17:21:57','fa76a1f1-3b87-448c-9557-82db23a2ed16'),
(121064,7,34257,NULL,605,8,'2026-02-24 17:21:57','2026-02-24 17:21:57','db07e63f-1197-4165-b2be-95adbcc73d9d'),
(121065,7,34257,NULL,9552,9,'2026-02-24 17:21:57','2026-02-24 17:21:57','4266a568-2d9a-4d9f-9b51-83c858474b47'),
(121066,82,34257,NULL,479,1,'2026-02-24 17:21:57','2026-02-24 17:21:57','b4128d4f-9632-41a7-9d36-c55694680882'),
(121067,82,34257,NULL,491,2,'2026-02-24 17:21:57','2026-02-24 17:21:57','8984440d-5a9e-4387-abc5-797b44d4e148'),
(121068,46,34257,NULL,3697,1,'2026-02-24 17:21:57','2026-02-24 17:21:57','d498aba1-0680-4ef0-b5ba-833ea4ab3782'),
(121069,47,34257,NULL,12297,1,'2026-02-24 17:21:57','2026-02-24 17:21:57','c73dc40c-6404-4daa-96c1-cb82e4d0bca8'),
(121070,57,34257,NULL,9071,1,'2026-02-24 17:21:57','2026-02-24 17:21:57','ff629b09-2b99-4a57-9acd-beccdd9aa94d'),
(121071,57,34257,NULL,9072,2,'2026-02-24 17:21:57','2026-02-24 17:21:57','4e509503-1248-4652-9322-a209fab6c5ec'),
(121072,57,34257,NULL,9073,3,'2026-02-24 17:21:57','2026-02-24 17:21:57','247340a7-7f20-46fb-a0dc-f9f7e8f71aec'),
(121073,57,34257,NULL,9074,4,'2026-02-24 17:21:57','2026-02-24 17:21:57','4744221e-d019-43e6-96ce-85febb764570'),
(121074,57,34257,NULL,9075,5,'2026-02-24 17:21:57','2026-02-24 17:21:57','c4682511-b67b-475b-b60e-ef1fd35dbae2'),
(121075,13,34257,NULL,6872,1,'2026-02-24 17:21:57','2026-02-24 17:21:57','b4ba667e-99fe-4dc9-baa1-023de07bb60e'),
(121076,32,34261,NULL,2610,1,'2026-02-24 17:24:07','2026-02-24 17:24:07','d533be23-378b-4ed2-a095-e6b8116abe39'),
(121077,32,34261,NULL,2598,2,'2026-02-24 17:24:07','2026-02-24 17:24:07','b8e0c861-6325-48f1-8176-a239e7ff9f16'),
(121078,32,34261,NULL,2624,3,'2026-02-24 17:24:07','2026-02-24 17:24:07','14711ac0-2175-4a2c-bae6-876a3ccc8db6'),
(121079,32,34261,NULL,2600,4,'2026-02-24 17:24:07','2026-02-24 17:24:07','9a14df61-d450-4639-8d80-5a59dbf7f14f'),
(121080,32,34261,NULL,2596,5,'2026-02-24 17:24:07','2026-02-24 17:24:07','0effeec8-2402-4fa8-be0d-3f9b0587d406'),
(121081,32,34261,NULL,2602,6,'2026-02-24 17:24:07','2026-02-24 17:24:07','cc02c5c7-9604-4e99-9b2d-f074475eaebb'),
(121082,32,34261,NULL,2606,7,'2026-02-24 17:24:07','2026-02-24 17:24:07','dda3a861-1e4b-4503-9f9a-5be230459113'),
(121083,32,34261,NULL,2612,8,'2026-02-24 17:24:07','2026-02-24 17:24:07','2ff5a74f-40b3-4845-a095-18c320bc77db'),
(121084,32,34261,NULL,2604,9,'2026-02-24 17:24:07','2026-02-24 17:24:07','8774d089-54f6-4ced-bea9-e47250a5bb71'),
(121085,32,34261,NULL,2608,10,'2026-02-24 17:24:07','2026-02-24 17:24:07','21251512-cb60-4015-9836-b1c4777c9400'),
(121086,16,34261,NULL,11819,1,'2026-02-24 17:24:07','2026-02-24 17:24:07','317a5ee8-9658-44c1-9687-2d05f02ff8cf'),
(121087,7,34261,NULL,2969,1,'2026-02-24 17:24:07','2026-02-24 17:24:07','4e62fabe-6f54-4b4e-a8f1-268c3d0c2eef'),
(121088,7,34261,NULL,617,2,'2026-02-24 17:24:07','2026-02-24 17:24:07','4a563f53-f4f6-4fc0-ba88-50892b8ddc07'),
(121089,7,34261,NULL,605,3,'2026-02-24 17:24:07','2026-02-24 17:24:07','6d0c25aa-365b-4fd6-8a58-68ef700d461c'),
(121090,7,34261,NULL,9552,4,'2026-02-24 17:24:07','2026-02-24 17:24:07','e9af0d78-04c8-41f5-bbe0-3b32bddff644'),
(121091,82,34261,NULL,491,1,'2026-02-24 17:24:07','2026-02-24 17:24:07','1ab91686-0f77-4027-9a96-0b1706dfd790'),
(121092,46,34261,NULL,2891,1,'2026-02-24 17:24:07','2026-02-24 17:24:07','48d03c9c-43a0-4803-b002-c598cd8aeb25'),
(121093,47,34261,NULL,14967,1,'2026-02-24 17:24:07','2026-02-24 17:24:07','ad15e62c-5ff4-4493-87a9-a92b54ecefc5'),
(121094,57,34261,NULL,4927,1,'2026-02-24 17:24:07','2026-02-24 17:24:07','51ee8486-0398-40be-858a-0e5760177b88'),
(121095,57,34261,NULL,7772,2,'2026-02-24 17:24:07','2026-02-24 17:24:07','1b2100ac-353a-4e40-a83a-8703ebf317a7'),
(121096,57,34261,NULL,4931,3,'2026-02-24 17:24:07','2026-02-24 17:24:07','23488f88-0a8a-4a1e-992b-42c9013ccf65'),
(121097,57,34261,NULL,4930,4,'2026-02-24 17:24:07','2026-02-24 17:24:07','2bfaf39b-dc7c-43fc-9a5f-dfd16e76d564'),
(121098,57,34261,NULL,4932,5,'2026-02-24 17:24:07','2026-02-24 17:24:07','8ad22225-6d64-4632-8419-3a579e6e7662'),
(121099,57,34261,NULL,4933,6,'2026-02-24 17:24:07','2026-02-24 17:24:07','7c238af8-df8f-4f7f-8555-f48e58b4bdf5'),
(121100,57,34261,NULL,4934,7,'2026-02-24 17:24:07','2026-02-24 17:24:07','13db95a7-90ac-4b76-9e99-66546d9b62ac'),
(121101,57,34261,NULL,4935,8,'2026-02-24 17:24:07','2026-02-24 17:24:07','851e7550-484f-4444-99d6-7d0609ef6501'),
(121102,57,34261,NULL,7739,9,'2026-02-24 17:24:07','2026-02-24 17:24:07','bd775cc5-b0ab-4549-97b7-3ab6030d7028'),
(121103,57,34261,NULL,7740,10,'2026-02-24 17:24:07','2026-02-24 17:24:07','d99dc5e9-e786-4614-9e51-41bdb78bcd72'),
(121104,57,34261,NULL,7741,11,'2026-02-24 17:24:07','2026-02-24 17:24:07','3856369e-aa86-46a9-8163-765f19b0fb2a'),
(121105,13,34261,NULL,23854,1,'2026-02-24 17:24:07','2026-02-24 17:24:07','26edaf88-296e-475f-aac8-7b092a8c3209'),
(121106,32,34263,NULL,2614,1,'2026-02-24 17:24:19','2026-02-24 17:24:19','ea348f73-7244-4c48-8589-38d2767b1d46'),
(121107,32,34263,NULL,2610,2,'2026-02-24 17:24:19','2026-02-24 17:24:19','fdea8196-b197-4887-9b5e-945d42bc3f9d'),
(121108,32,34263,NULL,2598,3,'2026-02-24 17:24:19','2026-02-24 17:24:19','07e03386-f644-4c7a-a1ec-b32762a2a525'),
(121109,32,34263,NULL,2608,4,'2026-02-24 17:24:19','2026-02-24 17:24:19','698d780c-23ad-454c-9978-e49cd27a3337'),
(121110,32,34263,NULL,2600,5,'2026-02-24 17:24:19','2026-02-24 17:24:19','b863a7ad-03dd-42f6-b4db-51ac9abfca40'),
(121111,32,34263,NULL,2596,6,'2026-02-24 17:24:19','2026-02-24 17:24:19','d6e545a7-4bb8-4827-a427-005c329b7d0c'),
(121112,32,34263,NULL,2602,7,'2026-02-24 17:24:19','2026-02-24 17:24:19','4380697a-7d74-4a9b-b113-cd39282f8cd6'),
(121113,32,34263,NULL,2606,8,'2026-02-24 17:24:19','2026-02-24 17:24:19','fff78bfa-2c83-4d8e-87a9-00f27e633137'),
(121114,32,34263,NULL,2604,9,'2026-02-24 17:24:19','2026-02-24 17:24:19','167c0bb9-c4da-4b98-8311-19a8f034a67f'),
(121115,32,34263,NULL,2624,10,'2026-02-24 17:24:19','2026-02-24 17:24:19','a6f29a2d-bc50-4aa2-9fa1-9c4fefb9b421'),
(121116,32,34263,NULL,2612,11,'2026-02-24 17:24:19','2026-02-24 17:24:19','211bbcc0-774a-497f-94b4-a5686043c39d'),
(121117,16,34263,NULL,8081,1,'2026-02-24 17:24:19','2026-02-24 17:24:19','b8f7aa98-06a6-4c7b-ad10-c269c3bbab95'),
(121118,7,34263,NULL,3468,1,'2026-02-24 17:24:19','2026-02-24 17:24:19','00ce1c4b-c2f0-49f5-aa59-e1f48631b103'),
(121119,7,34263,NULL,601,2,'2026-02-24 17:24:19','2026-02-24 17:24:19','e2c4997f-48dc-47f9-94a1-21fa9aad5bcb'),
(121120,7,34263,NULL,9640,3,'2026-02-24 17:24:19','2026-02-24 17:24:19','1d3daf93-06a2-462c-84e1-b41da1707b0f'),
(121121,7,34263,NULL,2974,4,'2026-02-24 17:24:19','2026-02-24 17:24:19','9307c93e-8ab0-4dd0-9164-f00fb4619c24'),
(121122,7,34263,NULL,617,5,'2026-02-24 17:24:19','2026-02-24 17:24:19','cb1a67f7-9849-44b5-b4fc-b63b24517a3d'),
(121123,7,34263,NULL,605,6,'2026-02-24 17:24:19','2026-02-24 17:24:19','d7460634-f237-4511-863e-5f8489ae030e'),
(121124,7,34263,NULL,9552,7,'2026-02-24 17:24:19','2026-02-24 17:24:19','1cd97e1b-2875-4eb2-9e13-2ee736bfbea6'),
(121125,46,34263,NULL,2891,1,'2026-02-24 17:24:19','2026-02-24 17:24:19','69d58acd-b68f-4e6d-91ec-712ca69a65fd'),
(121126,47,34263,NULL,12395,1,'2026-02-24 17:24:19','2026-02-24 17:24:19','30e18437-6417-43f0-8df2-4d4e56263389'),
(121127,57,34263,NULL,8082,1,'2026-02-24 17:24:19','2026-02-24 17:24:19','e1bcd587-0b38-4944-902a-cd35c2507931'),
(121128,57,34263,NULL,8085,2,'2026-02-24 17:24:19','2026-02-24 17:24:19','06484a89-bd02-47b5-9ce6-3f7693324e6b'),
(121129,57,34263,NULL,8086,3,'2026-02-24 17:24:19','2026-02-24 17:24:19','95c8d60a-b7dd-4894-84bc-ea9d79095771'),
(121130,57,34263,NULL,8087,4,'2026-02-24 17:24:19','2026-02-24 17:24:19','7a613139-4212-4d3b-a277-16a39c304ff6'),
(121131,13,34263,NULL,6814,1,'2026-02-24 17:24:19','2026-02-24 17:24:19','3697bbc5-1633-4a9a-86fe-feda0d48e789'),
(121132,32,34264,NULL,2610,1,'2026-02-24 17:24:29','2026-02-24 17:24:29','93ef3200-31af-45d7-a45e-230d2a3e4b43'),
(121133,32,34264,NULL,2598,2,'2026-02-24 17:24:29','2026-02-24 17:24:29','3996abe2-1abf-45a1-9469-b66e36b89398'),
(121134,32,34264,NULL,2624,3,'2026-02-24 17:24:29','2026-02-24 17:24:29','e2845ab1-7597-46ef-ad39-948f80f25948'),
(121135,32,34264,NULL,2600,4,'2026-02-24 17:24:29','2026-02-24 17:24:29','1c8ee210-e095-40e4-941e-720f99920372'),
(121136,32,34264,NULL,2606,5,'2026-02-24 17:24:29','2026-02-24 17:24:29','be7145b4-029c-43e9-b32b-e8e024d63418'),
(121137,32,34264,NULL,2604,6,'2026-02-24 17:24:29','2026-02-24 17:24:29','1449fe8a-2259-494e-acf7-7fc169515649'),
(121138,32,34264,NULL,2608,7,'2026-02-24 17:24:29','2026-02-24 17:24:29','bb1cf10a-7edd-4212-94bc-622ae47c2600'),
(121139,32,34264,NULL,2602,8,'2026-02-24 17:24:29','2026-02-24 17:24:29','6ee396c0-5ee1-4274-b578-cf263e22c07a'),
(121140,32,34264,NULL,2596,9,'2026-02-24 17:24:29','2026-02-24 17:24:29','bb175c52-d1d3-4e68-82b7-11b2542d00fc'),
(121141,32,34264,NULL,2612,10,'2026-02-24 17:24:29','2026-02-24 17:24:29','b5a9148a-ec8f-49d1-aab4-7a2f6728d3cf'),
(121142,16,34264,NULL,4440,1,'2026-02-24 17:24:29','2026-02-24 17:24:29','0641c7d2-2965-4a17-a06a-fa48e379c87f'),
(121143,7,34264,NULL,2969,1,'2026-02-24 17:24:29','2026-02-24 17:24:29','83c9726c-3693-4b79-8129-b1b7a4fb3b96'),
(121144,7,34264,NULL,617,2,'2026-02-24 17:24:29','2026-02-24 17:24:29','d6b9ec02-2312-4f1a-ac12-0c3b178b4fa2'),
(121145,7,34264,NULL,605,3,'2026-02-24 17:24:29','2026-02-24 17:24:29','91f3b246-9698-4d55-9588-3031b1fa335c'),
(121146,7,34264,NULL,9552,4,'2026-02-24 17:24:29','2026-02-24 17:24:29','b2c4fbf0-2813-4915-9a0c-4757d3097fb1'),
(121147,82,34264,NULL,469,1,'2026-02-24 17:24:29','2026-02-24 17:24:29','e98746e0-8785-491d-b294-52242f3a54c1'),
(121148,82,34264,NULL,491,2,'2026-02-24 17:24:29','2026-02-24 17:24:29','7700f2eb-0112-40cc-a1b1-9bed8078fcbd'),
(121149,46,34264,NULL,2891,1,'2026-02-24 17:24:29','2026-02-24 17:24:29','264ec911-b17b-4063-88b7-e98f6ac58996'),
(121150,47,34264,NULL,10492,1,'2026-02-24 17:24:29','2026-02-24 17:24:29','83e21f82-2880-4be8-bb71-a6edd8151e9c'),
(121151,57,34264,NULL,8867,1,'2026-02-24 17:24:29','2026-02-24 17:24:29','35f90618-3ebd-4d15-af78-a709fcc3853c'),
(121152,57,34264,NULL,8864,2,'2026-02-24 17:24:29','2026-02-24 17:24:29','c58bac3c-a872-479b-9b72-86306a20c6a5'),
(121153,57,34264,NULL,8869,3,'2026-02-24 17:24:29','2026-02-24 17:24:29','a4599c68-c7f8-4f3b-866d-46f09f79edd2'),
(121154,57,34264,NULL,8866,4,'2026-02-24 17:24:29','2026-02-24 17:24:29','67a341d3-1bba-4deb-af68-dcf545e3c6aa'),
(121155,57,34264,NULL,8865,5,'2026-02-24 17:24:29','2026-02-24 17:24:29','24eb4837-4f07-43d6-a863-3af05322d0c0'),
(121156,13,34264,NULL,23824,1,'2026-02-24 17:24:29','2026-02-24 17:24:29','442cb5af-7b28-4c72-b508-fe81b6420cbe'),
(121157,32,34265,NULL,2610,1,'2026-02-24 17:24:36','2026-02-24 17:24:36','d82c9874-4b89-45cc-9625-1fbf5c1fe8a0'),
(121158,32,34265,NULL,2598,2,'2026-02-24 17:24:36','2026-02-24 17:24:36','044a97b8-8154-4007-909b-8f749cc7f9a6'),
(121159,32,34265,NULL,2608,3,'2026-02-24 17:24:36','2026-02-24 17:24:36','d42db8d4-4e2a-479e-8ed4-8fae0d3ae037'),
(121160,32,34265,NULL,2624,4,'2026-02-24 17:24:36','2026-02-24 17:24:36','941c8ca2-cf67-4d9a-b552-0e8b0e6fa6b9'),
(121161,32,34265,NULL,2600,5,'2026-02-24 17:24:36','2026-02-24 17:24:36','8b47a767-7f65-48bf-883a-01863c83c871'),
(121162,32,34265,NULL,2596,6,'2026-02-24 17:24:36','2026-02-24 17:24:36','69e836a6-a209-4409-8d1b-609fa21331b0'),
(121163,32,34265,NULL,2602,7,'2026-02-24 17:24:36','2026-02-24 17:24:36','84f1c4ac-4c6b-48cc-bb57-a456c971861a'),
(121164,32,34265,NULL,2606,8,'2026-02-24 17:24:36','2026-02-24 17:24:36','1fd51f5f-9a3c-448b-9e2f-08421b76372c'),
(121165,32,34265,NULL,2612,9,'2026-02-24 17:24:36','2026-02-24 17:24:36','3d2779f5-95ad-4ac8-a053-300cc6bbf543'),
(121166,32,34265,NULL,2604,10,'2026-02-24 17:24:36','2026-02-24 17:24:36','e13ce295-0c5b-48ea-a6a4-153912b19462'),
(121167,16,34265,NULL,4786,1,'2026-02-24 17:24:36','2026-02-24 17:24:36','86711832-5bbb-4079-a66e-623bab4942a8'),
(121168,7,34265,NULL,6547,1,'2026-02-24 17:24:36','2026-02-24 17:24:36','1dba7c6d-59a9-4b93-a9a9-c7d5b7670513'),
(121169,7,34265,NULL,601,2,'2026-02-24 17:24:36','2026-02-24 17:24:36','08b02acd-ec42-4edb-80be-bfa8036b4d77'),
(121170,7,34265,NULL,617,3,'2026-02-24 17:24:36','2026-02-24 17:24:36','8a043f7f-0526-4b69-b20c-096b75031a73'),
(121171,7,34265,NULL,605,4,'2026-02-24 17:24:36','2026-02-24 17:24:36','120b4b62-3a49-4a62-bc18-1e2b0a5c367f'),
(121172,7,34265,NULL,9552,5,'2026-02-24 17:24:36','2026-02-24 17:24:36','c85d3cb3-e27d-4b06-9d5e-a6e4fd003d63'),
(121173,82,34265,NULL,491,1,'2026-02-24 17:24:36','2026-02-24 17:24:36','f90470e2-494f-4cbd-a15f-64e433205753'),
(121174,46,34265,NULL,2891,1,'2026-02-24 17:24:36','2026-02-24 17:24:36','d4ff32e2-4711-4377-842b-debf9024d420'),
(121175,47,34265,NULL,12247,1,'2026-02-24 17:24:36','2026-02-24 17:24:36','a169fbe0-65b5-4409-ada4-0d81691e557e'),
(121176,57,34265,NULL,4808,1,'2026-02-24 17:24:36','2026-02-24 17:24:36','d15deb56-27e2-44ab-82f9-a7f0e32e794d'),
(121177,57,34265,NULL,4811,2,'2026-02-24 17:24:36','2026-02-24 17:24:36','736baae1-850c-4469-a5b2-e5157b43c4c9'),
(121178,57,34265,NULL,4807,3,'2026-02-24 17:24:36','2026-02-24 17:24:36','efa11ccf-a159-430a-aace-1f9cf6845d0b'),
(121179,57,34265,NULL,4806,4,'2026-02-24 17:24:36','2026-02-24 17:24:36','b594f048-5fb6-44c3-803e-6af250fad1ad'),
(121180,57,34265,NULL,4809,5,'2026-02-24 17:24:36','2026-02-24 17:24:36','620a24df-6688-4319-9799-fb023818183e'),
(121181,57,34265,NULL,4810,6,'2026-02-24 17:24:36','2026-02-24 17:24:36','b1df5c73-2c9a-4edc-a86e-33823539bcea'),
(121182,13,34265,NULL,28921,1,'2026-02-24 17:24:36','2026-02-24 17:24:36','52278198-94ef-459d-9cf8-cc8676ccdd88'),
(121183,32,34266,NULL,2610,1,'2026-02-24 17:24:50','2026-02-24 17:24:50','b6f41afc-ec30-4fd9-9585-651a69eac433'),
(121184,32,34266,NULL,2598,2,'2026-02-24 17:24:50','2026-02-24 17:24:50','f84e0524-f78e-44f1-a951-482b9d440efd'),
(121185,32,34266,NULL,2608,3,'2026-02-24 17:24:50','2026-02-24 17:24:50','7b98978c-b4cd-496e-8269-6954c17ace92'),
(121186,32,34266,NULL,2624,4,'2026-02-24 17:24:50','2026-02-24 17:24:50','406d33d3-1f77-4865-a42b-126d046a2a36'),
(121187,32,34266,NULL,2600,5,'2026-02-24 17:24:50','2026-02-24 17:24:50','9d0a2f3c-46c8-4ce9-b655-9edde9957269'),
(121188,32,34266,NULL,2596,6,'2026-02-24 17:24:50','2026-02-24 17:24:50','97ae2846-2cb0-472c-9a36-2ca433fb6a9c'),
(121189,32,34266,NULL,2602,7,'2026-02-24 17:24:50','2026-02-24 17:24:50','f3a78114-fb24-497d-bcd2-1e7af4c7cc84'),
(121190,32,34266,NULL,2606,8,'2026-02-24 17:24:50','2026-02-24 17:24:50','8588527e-d5c1-414b-9b7d-b9cdf9128f6a'),
(121191,32,34266,NULL,2612,9,'2026-02-24 17:24:50','2026-02-24 17:24:50','1d11a2a6-daef-4644-b481-f54ea4dab0f4'),
(121192,32,34266,NULL,2604,10,'2026-02-24 17:24:50','2026-02-24 17:24:50','e1c67b14-79bf-4a4e-937b-7f1c24d0f5ea'),
(121193,16,34266,NULL,9038,1,'2026-02-24 17:24:50','2026-02-24 17:24:50','e901eb78-0776-4f50-aad9-ff709cb95618'),
(121194,7,34266,NULL,601,1,'2026-02-24 17:24:50','2026-02-24 17:24:50','4f9a7714-c02f-493e-882d-a9ee53353a3d'),
(121195,7,34266,NULL,3468,2,'2026-02-24 17:24:50','2026-02-24 17:24:50','2de26f68-8b01-4deb-8f57-c022d9789a77'),
(121196,7,34266,NULL,2974,3,'2026-02-24 17:24:50','2026-02-24 17:24:50','7f23ed76-d9b1-41e5-9e39-092129be0fd0'),
(121197,7,34266,NULL,28766,4,'2026-02-24 17:24:50','2026-02-24 17:24:50','eba81284-1db2-4fc7-a705-ddea6a39f7e4'),
(121198,7,34266,NULL,605,5,'2026-02-24 17:24:50','2026-02-24 17:24:50','9cc16601-fd13-4211-abc4-eec5ffbd2f73'),
(121199,7,34266,NULL,617,6,'2026-02-24 17:24:50','2026-02-24 17:24:50','7029253a-508d-4007-94a4-85c7678810a1'),
(121200,7,34266,NULL,9552,7,'2026-02-24 17:24:50','2026-02-24 17:24:50','b83e3d7a-9afb-4d05-b2a2-7f665e0e096e'),
(121201,82,34266,NULL,491,1,'2026-02-24 17:24:50','2026-02-24 17:24:50','3944bb25-7838-4a3a-ac4c-1a22852df966'),
(121202,46,34266,NULL,2891,1,'2026-02-24 17:24:50','2026-02-24 17:24:50','835183e0-b6e0-4487-8565-5a80d6c35d6c'),
(121203,47,34266,NULL,12285,1,'2026-02-24 17:24:50','2026-02-24 17:24:50','bcd3ba78-0dac-4bd7-91b6-a6ce0f595c8c'),
(121204,57,34266,NULL,9045,1,'2026-02-24 17:24:50','2026-02-24 17:24:50','7ac0c14a-20f1-4edf-8fe0-d54a962f9c5e'),
(121205,57,34266,NULL,9046,2,'2026-02-24 17:24:50','2026-02-24 17:24:50','98128b41-b7d2-46ee-98fa-c00d88e152f4'),
(121206,57,34266,NULL,9042,3,'2026-02-24 17:24:50','2026-02-24 17:24:50','d23ee147-f10f-4997-94ff-5a44f46889b7'),
(121207,57,34266,NULL,9043,4,'2026-02-24 17:24:50','2026-02-24 17:24:50','5cb89c70-21d3-475a-b215-3b1b5d8d3b39'),
(121208,57,34266,NULL,9044,5,'2026-02-24 17:24:50','2026-02-24 17:24:50','d21a651c-bec7-45ce-8044-c2b3dfd6a5e5'),
(121209,57,34266,NULL,9041,6,'2026-02-24 17:24:50','2026-02-24 17:24:50','fb203956-b1b2-48ac-9ff9-03c186f2c68c'),
(121210,13,34266,NULL,6860,1,'2026-02-24 17:24:50','2026-02-24 17:24:50','466279a7-c813-4d2d-90cf-8c9c26caf6fc'),
(121211,32,34267,NULL,2614,1,'2026-02-24 17:25:00','2026-02-24 17:25:00','7e6a909b-b2c7-468b-884e-eb1b2edc9b3a'),
(121212,32,34267,NULL,2610,2,'2026-02-24 17:25:00','2026-02-24 17:25:00','6786b693-41b2-4fc4-8123-ce5e5812b2f1'),
(121213,32,34267,NULL,2622,3,'2026-02-24 17:25:00','2026-02-24 17:25:00','ab2237f1-caed-4b52-9de4-70eec623803f'),
(121214,32,34267,NULL,2598,4,'2026-02-24 17:25:00','2026-02-24 17:25:00','181fd0ff-8e30-4f0c-8607-c05dd52a4177'),
(121215,32,34267,NULL,2608,5,'2026-02-24 17:25:00','2026-02-24 17:25:00','93c77d26-42d2-45f1-a45b-a22bd0cf2f2c'),
(121216,32,34267,NULL,2624,6,'2026-02-24 17:25:00','2026-02-24 17:25:00','f4a7e5eb-1f3a-49b4-9f14-1a48b37234c0'),
(121217,32,34267,NULL,2600,7,'2026-02-24 17:25:00','2026-02-24 17:25:00','6369ce43-a12a-49f8-a86e-de626434ce60'),
(121218,32,34267,NULL,2596,8,'2026-02-24 17:25:00','2026-02-24 17:25:00','5191c879-2db4-49e1-8f9a-d7af28536713'),
(121219,32,34267,NULL,2602,9,'2026-02-24 17:25:00','2026-02-24 17:25:00','9556db64-37a1-4df5-8088-76df832b4470'),
(121220,32,34267,NULL,2606,10,'2026-02-24 17:25:00','2026-02-24 17:25:00','4120185a-2f3f-427d-9382-b86585a8df03'),
(121221,32,34267,NULL,2612,11,'2026-02-24 17:25:00','2026-02-24 17:25:00','0591b75d-d522-430e-a994-75198fc1e0cd'),
(121222,32,34267,NULL,2618,12,'2026-02-24 17:25:00','2026-02-24 17:25:00','0bce2f2d-69e4-460d-8bee-0b148e3d3967'),
(121223,32,34267,NULL,2604,13,'2026-02-24 17:25:00','2026-02-24 17:25:00','378c6203-dad7-48de-a69b-593bb090e5d0'),
(121224,16,34267,NULL,9051,1,'2026-02-24 17:25:00','2026-02-24 17:25:00','f663f3af-2d73-4a0a-b346-b134d712b86f'),
(121225,7,34267,NULL,601,1,'2026-02-24 17:25:00','2026-02-24 17:25:00','5ae76ff9-feb8-415c-8b96-2606e53a8ed3'),
(121226,7,34267,NULL,605,2,'2026-02-24 17:25:00','2026-02-24 17:25:00','d7d047a3-0a40-4996-ab0d-e5e308668e0a'),
(121227,7,34267,NULL,617,3,'2026-02-24 17:25:00','2026-02-24 17:25:00','9518d869-af2b-4241-bbb8-eab3a901c1b6'),
(121228,7,34267,NULL,9552,4,'2026-02-24 17:25:00','2026-02-24 17:25:00','069941ad-ae36-4a07-b227-39856425d4aa'),
(121229,46,34267,NULL,2891,1,'2026-02-24 17:25:00','2026-02-24 17:25:00','46ef2842-0fe6-4c6d-a9ed-e2dca41c6275'),
(121230,46,34267,NULL,3697,2,'2026-02-24 17:25:00','2026-02-24 17:25:00','84806755-0f14-4086-babe-11081a431c7a'),
(121231,46,34267,NULL,4403,3,'2026-02-24 17:25:00','2026-02-24 17:25:00','288f3d92-7f06-4deb-9af5-46a68f101799'),
(121232,47,34267,NULL,12289,1,'2026-02-24 17:25:00','2026-02-24 17:25:00','29193aa7-363a-4403-8ed9-98ce8620452a'),
(121233,57,34267,NULL,8601,1,'2026-02-24 17:25:00','2026-02-24 17:25:00','b235a178-a79d-442b-841e-3d68824419b8'),
(121234,57,34267,NULL,8600,2,'2026-02-24 17:25:00','2026-02-24 17:25:00','f4b47c92-304b-49d1-9d73-b2d479057656'),
(121235,57,34267,NULL,8602,3,'2026-02-24 17:25:00','2026-02-24 17:25:00','a5ff1bcd-fe95-4c77-8b23-43919a76ea5e'),
(121236,57,34267,NULL,8603,4,'2026-02-24 17:25:00','2026-02-24 17:25:00','86a30656-8578-403d-8462-5c11cae9fcec'),
(121237,57,34267,NULL,8604,5,'2026-02-24 17:25:00','2026-02-24 17:25:00','cafec802-4cb4-4b21-8ae8-d44f55e64c44'),
(121238,57,34267,NULL,8605,6,'2026-02-24 17:25:00','2026-02-24 17:25:00','449ca89a-7ce5-4850-aee8-b00d013929d7'),
(121239,13,34267,NULL,23779,1,'2026-02-24 17:25:00','2026-02-24 17:25:00','ed3537c3-d017-4ac2-bf4b-72d18fcea653'),
(121240,32,34268,NULL,2610,1,'2026-02-24 17:25:12','2026-02-24 17:25:12','bccd9ff7-6956-4cc6-8c8f-b787e9f550ec'),
(121241,32,34268,NULL,2598,2,'2026-02-24 17:25:12','2026-02-24 17:25:12','057cd25c-7444-43f4-a9b3-f8bae4de70cb'),
(121242,32,34268,NULL,2608,3,'2026-02-24 17:25:12','2026-02-24 17:25:12','079c683e-f764-4858-890d-394529d26aa1'),
(121243,32,34268,NULL,2624,4,'2026-02-24 17:25:12','2026-02-24 17:25:12','1e9275c5-e5a8-4dcd-8b99-5b919616e9bf'),
(121244,32,34268,NULL,2600,5,'2026-02-24 17:25:12','2026-02-24 17:25:12','7e79c00f-1d1f-4063-8b70-6421488688a3'),
(121245,32,34268,NULL,2596,6,'2026-02-24 17:25:12','2026-02-24 17:25:12','aec4de20-75e1-458c-aee5-b2289cee7de4'),
(121246,32,34268,NULL,2602,7,'2026-02-24 17:25:12','2026-02-24 17:25:12','7c1ce4c1-6958-46e9-b93d-81fb708afada'),
(121247,32,34268,NULL,2606,8,'2026-02-24 17:25:12','2026-02-24 17:25:12','a9b0a582-c8c7-42fc-acd2-42ded7ee9e82'),
(121248,32,34268,NULL,2612,9,'2026-02-24 17:25:12','2026-02-24 17:25:12','a229a920-95d6-482d-8c1c-fdb080d3b782'),
(121249,32,34268,NULL,2604,10,'2026-02-24 17:25:12','2026-02-24 17:25:12','00aca654-46fe-46b9-b9e7-4510b44a03f8'),
(121250,16,34268,NULL,5140,1,'2026-02-24 17:25:12','2026-02-24 17:25:12','fb087805-a8ec-44cc-ad44-11f13b645b1a'),
(121251,7,34268,NULL,6547,1,'2026-02-24 17:25:12','2026-02-24 17:25:12','1c232887-4cca-4d1e-9a24-e6bce6d83386'),
(121252,7,34268,NULL,601,2,'2026-02-24 17:25:12','2026-02-24 17:25:12','582a90db-e4c8-4cfb-96cd-1a78106484af'),
(121253,7,34268,NULL,9735,3,'2026-02-24 17:25:12','2026-02-24 17:25:12','1c2683da-50cd-4543-ba7b-16b50b1f650f'),
(121254,7,34268,NULL,617,4,'2026-02-24 17:25:12','2026-02-24 17:25:12','9c074fe7-5351-4788-b1a1-f56d689793fa'),
(121255,7,34268,NULL,605,5,'2026-02-24 17:25:12','2026-02-24 17:25:12','57596f15-7043-4501-8b93-676ecf8e8905'),
(121256,7,34268,NULL,9552,6,'2026-02-24 17:25:12','2026-02-24 17:25:12','f771c5af-83f8-461b-8e85-6e4b7286e593'),
(121257,82,34268,NULL,491,1,'2026-02-24 17:25:12','2026-02-24 17:25:12','10616afc-91d9-47c9-b98f-2ffac2f29ff5'),
(121258,46,34268,NULL,2891,1,'2026-02-24 17:25:12','2026-02-24 17:25:12','e952d8bf-1af1-4255-83f8-1633523d08b8'),
(121259,47,34268,NULL,12315,1,'2026-02-24 17:25:12','2026-02-24 17:25:12','1084cabe-17e4-473e-abde-12d37e9ab1f5'),
(121260,57,34268,NULL,5146,1,'2026-02-24 17:25:12','2026-02-24 17:25:12','0058c5b5-6b37-428a-acbb-706192fcf905'),
(121261,57,34268,NULL,5147,2,'2026-02-24 17:25:12','2026-02-24 17:25:12','fd6e54a7-071c-4f3d-b22d-b021194f1dc5'),
(121262,57,34268,NULL,5148,3,'2026-02-24 17:25:12','2026-02-24 17:25:12','55f8c183-3d6c-4480-8cad-06f8881225c8'),
(121263,57,34268,NULL,5149,4,'2026-02-24 17:25:12','2026-02-24 17:25:12','3a50c4d3-a008-4b3b-8463-74e746881302'),
(121264,57,34268,NULL,5150,5,'2026-02-24 17:25:12','2026-02-24 17:25:12','35df011f-2095-4e97-a859-a93eb0c48eb5'),
(121265,57,34268,NULL,5151,6,'2026-02-24 17:25:12','2026-02-24 17:25:12','3447ff84-9357-4d3d-9128-1438222cde71'),
(121266,57,34268,NULL,5152,7,'2026-02-24 17:25:12','2026-02-24 17:25:12','b36561aa-b587-49ec-a685-3527f321872f'),
(121267,57,34268,NULL,5153,8,'2026-02-24 17:25:12','2026-02-24 17:25:12','2cd7ed3d-80b2-4d6f-a844-3f39d576e1ed'),
(121268,13,34268,NULL,6882,1,'2026-02-24 17:25:12','2026-02-24 17:25:12','f0f5b314-ac52-486f-830b-e3f4ec35900a'),
(121269,32,34269,NULL,2614,1,'2026-02-24 17:25:23','2026-02-24 17:25:23','a8f3c92e-2f88-4f59-85a6-aead5e2135f2'),
(121270,32,34269,NULL,2610,2,'2026-02-24 17:25:23','2026-02-24 17:25:23','db03e676-597a-4b97-977b-83d5d22d2906'),
(121271,32,34269,NULL,2598,3,'2026-02-24 17:25:23','2026-02-24 17:25:23','4d61c1b2-480b-4952-8bc8-88621ea61f67'),
(121272,32,34269,NULL,2608,4,'2026-02-24 17:25:23','2026-02-24 17:25:23','91c2ab1e-b1c5-4c69-b3b6-62101240194d'),
(121273,32,34269,NULL,2624,5,'2026-02-24 17:25:23','2026-02-24 17:25:23','dbc6fec8-4607-4937-99f1-58a7a4bd8f40'),
(121274,32,34269,NULL,2600,6,'2026-02-24 17:25:23','2026-02-24 17:25:23','c2ffc4f5-3dd8-48c0-83bf-681a18109754'),
(121275,32,34269,NULL,2596,7,'2026-02-24 17:25:23','2026-02-24 17:25:23','d11c563c-54bc-4926-b73a-69db8bd9da7a'),
(121276,32,34269,NULL,2602,8,'2026-02-24 17:25:23','2026-02-24 17:25:23','2e342a3d-940c-4ef6-831f-9ce10cbf875d'),
(121277,32,34269,NULL,2606,9,'2026-02-24 17:25:23','2026-02-24 17:25:23','24e6cbed-4941-401c-a316-65cf0988f78e'),
(121278,32,34269,NULL,2612,10,'2026-02-24 17:25:23','2026-02-24 17:25:23','bf2fdc34-a979-4895-9202-8f6897849dac'),
(121279,32,34269,NULL,2604,11,'2026-02-24 17:25:23','2026-02-24 17:25:23','728805bf-91ef-470b-a119-5ca8548a1980'),
(121280,16,34269,NULL,10210,1,'2026-02-24 17:25:23','2026-02-24 17:25:23','54404993-577b-4868-9067-84e173d8d6d8'),
(121281,7,34269,NULL,2969,1,'2026-02-24 17:25:23','2026-02-24 17:25:23','d4746f9b-90d5-4b51-ba3a-c52c84765f8a'),
(121282,7,34269,NULL,617,2,'2026-02-24 17:25:23','2026-02-24 17:25:23','6185a0b8-8b84-47fc-821a-69057b459ae1'),
(121283,7,34269,NULL,605,3,'2026-02-24 17:25:23','2026-02-24 17:25:23','ac67c0fc-5618-4505-85ca-28304ee65259'),
(121284,7,34269,NULL,9552,4,'2026-02-24 17:25:23','2026-02-24 17:25:23','bc7b09ab-c0ec-4310-b558-9e02097d9780'),
(121285,46,34269,NULL,2891,1,'2026-02-24 17:25:23','2026-02-24 17:25:23','ae071a44-7277-4ab7-aa5f-a9d17784dda7'),
(121286,47,34269,NULL,12339,1,'2026-02-24 17:25:23','2026-02-24 17:25:23','9d5fe8f5-521c-4e09-a6ce-7569d2d2ea22'),
(121287,57,34269,NULL,9148,1,'2026-02-24 17:25:23','2026-02-24 17:25:23','8e1196ca-3390-4c43-ab77-cf410385b246'),
(121288,57,34269,NULL,9145,2,'2026-02-24 17:25:23','2026-02-24 17:25:23','913b4176-cd28-415d-a558-d9b79f193081'),
(121289,57,34269,NULL,9149,3,'2026-02-24 17:25:23','2026-02-24 17:25:23','9ade51d8-537e-4c92-b153-f212dec7b692'),
(121290,57,34269,NULL,9150,4,'2026-02-24 17:25:23','2026-02-24 17:25:23','e51b7a53-30b5-4696-a056-2f677bac16b7'),
(121291,57,34269,NULL,9144,5,'2026-02-24 17:25:23','2026-02-24 17:25:23','f34330fd-086f-4a39-af5f-5dd8db166356'),
(121292,57,34269,NULL,9146,6,'2026-02-24 17:25:23','2026-02-24 17:25:23','447c3d7a-7d15-40f6-811a-a7e099d1bba0'),
(121293,57,34269,NULL,9147,7,'2026-02-24 17:25:23','2026-02-24 17:25:23','2910569a-3bb0-400e-9aee-cdf630a82c7b'),
(121294,57,34269,NULL,10213,8,'2026-02-24 17:25:23','2026-02-24 17:25:23','b557a5cf-d3eb-4c3a-9bd2-9f596f269b68'),
(121295,13,34269,NULL,6922,1,'2026-02-24 17:25:23','2026-02-24 17:25:23','a639c987-6ffe-4123-9c04-d6852fd817a9'),
(121296,32,34271,NULL,2614,1,'2026-02-24 17:25:33','2026-02-24 17:25:33','fbd580aa-e54a-4083-b973-458cd5938e65'),
(121297,32,34271,NULL,2610,2,'2026-02-24 17:25:33','2026-02-24 17:25:33','5d456ef1-dfeb-4836-9bee-ddf7122dba3e'),
(121298,32,34271,NULL,2598,3,'2026-02-24 17:25:33','2026-02-24 17:25:33','e5c015e6-0404-46ac-bdf5-d797ee8a7cb2'),
(121299,32,34271,NULL,2608,4,'2026-02-24 17:25:33','2026-02-24 17:25:33','128aa91f-8588-4fea-96e2-9b5e844c5783'),
(121300,32,34271,NULL,2624,5,'2026-02-24 17:25:33','2026-02-24 17:25:33','ed8d6359-13c9-483a-a3d5-c2441a5c0cac'),
(121301,32,34271,NULL,2600,6,'2026-02-24 17:25:33','2026-02-24 17:25:33','ba20a43f-a9f6-48c9-a894-921529172440'),
(121302,32,34271,NULL,2596,7,'2026-02-24 17:25:33','2026-02-24 17:25:33','eb942cd4-2db9-460a-a849-334a5f8f2f75'),
(121303,32,34271,NULL,2602,8,'2026-02-24 17:25:33','2026-02-24 17:25:33','6a011deb-8cf1-4c00-a0d2-4809356ba81c'),
(121304,32,34271,NULL,2606,9,'2026-02-24 17:25:33','2026-02-24 17:25:33','a29c3f8d-6e28-4273-8e5c-8caa175c6898'),
(121305,32,34271,NULL,2612,10,'2026-02-24 17:25:33','2026-02-24 17:25:33','2bfaa477-3ca2-4e8a-954f-1ee44b8077f0'),
(121306,32,34271,NULL,2604,11,'2026-02-24 17:25:33','2026-02-24 17:25:33','1362481a-6461-4652-834b-9422ea2608e9'),
(121307,16,34271,NULL,9852,1,'2026-02-24 17:25:33','2026-02-24 17:25:33','ca4cf6ec-5f2d-4ff5-a814-dac38bc09103'),
(121308,7,34271,NULL,605,1,'2026-02-24 17:25:33','2026-02-24 17:25:33','14d9d0ec-9dab-4c21-b307-c314e2932338'),
(121309,7,34271,NULL,617,2,'2026-02-24 17:25:33','2026-02-24 17:25:33','62454020-1ff1-4f6c-ad7a-ea8267de71bc'),
(121310,7,34271,NULL,9552,3,'2026-02-24 17:25:33','2026-02-24 17:25:33','70a0435c-0b5b-4e79-a7dd-a5a86e047cda'),
(121311,46,34271,NULL,2891,1,'2026-02-24 17:25:33','2026-02-24 17:25:33','98318509-f5f1-4e7a-baa1-53ca0b6097fd'),
(121312,47,34271,NULL,12352,1,'2026-02-24 17:25:33','2026-02-24 17:25:33','4ac26db6-819e-413c-ad02-32ab139c1d4c'),
(121313,57,34271,NULL,9861,1,'2026-02-24 17:25:33','2026-02-24 17:25:33','3f60b25f-f662-43ac-94d9-ae6c35384821'),
(121314,57,34271,NULL,9866,2,'2026-02-24 17:25:33','2026-02-24 17:25:33','af43a72d-34ca-4b07-aee3-54bd6c7e6de1'),
(121315,57,34271,NULL,9865,3,'2026-02-24 17:25:33','2026-02-24 17:25:33','eda91c05-0ee4-48b5-b7b6-a57f6c29f2a8'),
(121316,57,34271,NULL,9862,4,'2026-02-24 17:25:33','2026-02-24 17:25:33','e8bc1b77-a801-4838-8c2e-07c013acfcea'),
(121317,57,34271,NULL,9859,5,'2026-02-24 17:25:33','2026-02-24 17:25:33','85386577-039f-4b9f-9910-a9d6aec8c6a2'),
(121318,57,34271,NULL,9864,6,'2026-02-24 17:25:33','2026-02-24 17:25:33','4611af09-e29b-4a46-97be-9221ffab3c18'),
(121319,57,34271,NULL,9868,7,'2026-02-24 17:25:33','2026-02-24 17:25:33','f35fb2b0-907f-4268-9a0d-ccd80e95774b'),
(121320,57,34271,NULL,9869,8,'2026-02-24 17:25:33','2026-02-24 17:25:33','343b54fc-ec17-4221-ae00-d2813f7490b8'),
(121321,57,34271,NULL,9870,9,'2026-02-24 17:25:33','2026-02-24 17:25:33','9be98ae3-c2a9-4563-8546-a7bef93854ad'),
(121322,57,34271,NULL,9871,10,'2026-02-24 17:25:33','2026-02-24 17:25:33','e10658ac-b7b6-4056-983b-f772e8657c88'),
(121323,57,34271,NULL,9872,11,'2026-02-24 17:25:33','2026-02-24 17:25:33','2b5c3288-a530-49eb-a2a8-fe6aaa868e00'),
(121324,57,34271,NULL,9873,12,'2026-02-24 17:25:33','2026-02-24 17:25:33','e1ebd2fa-c6b6-49a3-804f-60626c1f7f7f'),
(121325,57,34271,NULL,9874,13,'2026-02-24 17:25:33','2026-02-24 17:25:33','c073164c-2853-4823-b8ff-1d155eceec44'),
(121326,57,34271,NULL,9876,14,'2026-02-24 17:25:33','2026-02-24 17:25:33','636f6cb4-fc3c-47df-baa6-45fe47e3c8a5'),
(121327,13,34271,NULL,6927,1,'2026-02-24 17:25:33','2026-02-24 17:25:33','d8073c0a-05a7-4d6e-ad05-9b5269d6a101'),
(121328,32,34272,NULL,2614,1,'2026-02-24 17:25:43','2026-02-24 17:25:43','ac4b0b32-e392-4935-9e73-3ae474547546'),
(121329,32,34272,NULL,2610,2,'2026-02-24 17:25:43','2026-02-24 17:25:43','78c1250e-13fe-4e7a-9d98-5f306c85a73e'),
(121330,32,34272,NULL,2598,3,'2026-02-24 17:25:43','2026-02-24 17:25:43','d9d2503c-6264-436f-8039-c3c30a40503f'),
(121331,32,34272,NULL,2608,4,'2026-02-24 17:25:43','2026-02-24 17:25:43','08416e8c-bac1-4e58-86b6-884bc046e9d3'),
(121332,32,34272,NULL,2624,5,'2026-02-24 17:25:43','2026-02-24 17:25:43','51db2988-3247-4a14-b850-27313690bbad'),
(121333,32,34272,NULL,2600,6,'2026-02-24 17:25:43','2026-02-24 17:25:43','2ec2bf69-f68f-4c13-acee-febf6184a06f'),
(121334,32,34272,NULL,2596,7,'2026-02-24 17:25:43','2026-02-24 17:25:43','c6b44e11-0891-4809-8be9-8cf4eaf944bb'),
(121335,32,34272,NULL,2602,8,'2026-02-24 17:25:43','2026-02-24 17:25:43','6a9c6598-2d03-43bd-810e-ceed017aefed'),
(121336,32,34272,NULL,2606,9,'2026-02-24 17:25:43','2026-02-24 17:25:43','1ebd24a0-bacd-4b6a-a536-693fa020180b'),
(121337,32,34272,NULL,2612,10,'2026-02-24 17:25:43','2026-02-24 17:25:43','0cad25b3-5bc0-45d1-9d39-967f2fbfa063'),
(121338,32,34272,NULL,2604,11,'2026-02-24 17:25:43','2026-02-24 17:25:43','0561aa67-386f-4200-8fdc-03bb7ff451cb'),
(121339,16,34272,NULL,9204,1,'2026-02-24 17:25:43','2026-02-24 17:25:43','56cf0b4f-bc8b-42bf-8427-d00d7563ee48'),
(121340,7,34272,NULL,3468,1,'2026-02-24 17:25:43','2026-02-24 17:25:43','117b620a-2d7e-4e71-9da8-e763f4683a46'),
(121341,7,34272,NULL,617,2,'2026-02-24 17:25:43','2026-02-24 17:25:43','7b558b80-b170-42af-ab94-f4b17d7b0b05'),
(121342,7,34272,NULL,605,3,'2026-02-24 17:25:43','2026-02-24 17:25:43','68362140-6dbb-4b8c-9bb9-990d1a7b5d78'),
(121343,7,34272,NULL,9552,4,'2026-02-24 17:25:43','2026-02-24 17:25:43','a39e1654-2038-4ff9-8683-c49c488d0bb5'),
(121344,46,34272,NULL,2891,1,'2026-02-24 17:25:43','2026-02-24 17:25:43','4f1be426-abd5-4df2-a493-b451352263f9'),
(121345,47,34272,NULL,12360,1,'2026-02-24 17:25:43','2026-02-24 17:25:43','ad32e1a6-84e4-450a-952e-4348af5f0494'),
(121346,57,34272,NULL,9211,1,'2026-02-24 17:25:43','2026-02-24 17:25:43','d3a262c5-cf06-4e50-8a54-bd55a115fe08'),
(121347,57,34272,NULL,9210,2,'2026-02-24 17:25:43','2026-02-24 17:25:43','9df2072e-ba20-4928-9c06-75a63ca4e2d3'),
(121348,57,34272,NULL,9213,3,'2026-02-24 17:25:43','2026-02-24 17:25:43','4f34f370-976d-4e88-8019-70cc5e33745f'),
(121349,57,34272,NULL,9212,4,'2026-02-24 17:25:43','2026-02-24 17:25:43','767e91f7-3cd0-481f-aa97-51c2b3ea9745'),
(121350,57,34272,NULL,9209,5,'2026-02-24 17:25:43','2026-02-24 17:25:43','edb8c349-5f51-4fa8-8ea0-e2bff62fb6f1'),
(121351,57,34272,NULL,9207,6,'2026-02-24 17:25:43','2026-02-24 17:25:43','39fdb48c-a015-4c23-8098-6a6e231413b4'),
(121352,57,34272,NULL,9208,7,'2026-02-24 17:25:43','2026-02-24 17:25:43','2e41ed69-196c-46ac-a658-1ccc6b8917c7'),
(121353,32,34273,NULL,2610,1,'2026-02-24 17:25:53','2026-02-24 17:25:53','83befcd2-ef22-491f-a88b-0972bda0210e'),
(121354,32,34273,NULL,2598,2,'2026-02-24 17:25:53','2026-02-24 17:25:53','f7f37d17-46ce-42d6-ac4c-79d204c1a0f7'),
(121355,32,34273,NULL,2608,3,'2026-02-24 17:25:53','2026-02-24 17:25:53','6842a7d4-40de-4a7b-9bf6-e938c054153c'),
(121356,32,34273,NULL,2624,4,'2026-02-24 17:25:53','2026-02-24 17:25:53','2cdfce9e-f20e-4abd-908d-c6e0f180af09'),
(121357,32,34273,NULL,2600,5,'2026-02-24 17:25:53','2026-02-24 17:25:53','f1a18683-2771-4761-9ef0-d7366893abf0'),
(121358,32,34273,NULL,2596,6,'2026-02-24 17:25:53','2026-02-24 17:25:53','ec5636b7-a9e3-46ee-93da-ba20085eb8ea'),
(121359,32,34273,NULL,2602,7,'2026-02-24 17:25:53','2026-02-24 17:25:53','f3268f25-8da2-4e1b-9fd0-af4991347c42'),
(121360,32,34273,NULL,2606,8,'2026-02-24 17:25:53','2026-02-24 17:25:53','c140f214-331b-4797-be89-f4e480305000'),
(121361,32,34273,NULL,2612,9,'2026-02-24 17:25:53','2026-02-24 17:25:53','3a7284b6-1379-492a-91ff-15ce3f82a778'),
(121362,32,34273,NULL,2604,10,'2026-02-24 17:25:53','2026-02-24 17:25:53','6be52d2a-217b-49ae-96d5-09f676e48aba'),
(121363,16,34273,NULL,10069,1,'2026-02-24 17:25:53','2026-02-24 17:25:53','7297dddc-fcbd-49d0-a8e5-55a71419fa10'),
(121364,7,34273,NULL,601,1,'2026-02-24 17:25:53','2026-02-24 17:25:53','cfbde201-ecf7-4935-ba06-6c0eea856246'),
(121365,7,34273,NULL,605,2,'2026-02-24 17:25:53','2026-02-24 17:25:53','c52acd8f-0dd2-4c99-a41b-4fffe146748e'),
(121366,7,34273,NULL,617,3,'2026-02-24 17:25:53','2026-02-24 17:25:53','d6516dc5-201c-4df2-9df1-2378fccb0f35'),
(121367,7,34273,NULL,2972,4,'2026-02-24 17:25:53','2026-02-24 17:25:53','f4e5eb68-7cdf-4cb2-8c55-6786de0c5a15'),
(121368,7,34273,NULL,9549,5,'2026-02-24 17:25:53','2026-02-24 17:25:53','3954287e-01cd-4479-bc22-6bccd5c83836'),
(121369,7,34273,NULL,9552,6,'2026-02-24 17:25:53','2026-02-24 17:25:53','99941990-adc8-4074-85fc-6a9665a77717'),
(121370,82,34273,NULL,491,1,'2026-02-24 17:25:53','2026-02-24 17:25:53','8a39452e-7376-4d0a-baa7-519d419c213b'),
(121371,46,34273,NULL,2891,1,'2026-02-24 17:25:53','2026-02-24 17:25:53','e0b3b3c7-af05-406e-bfad-eed6a9784ec5'),
(121372,47,34273,NULL,12461,1,'2026-02-24 17:25:53','2026-02-24 17:25:53','df3c5cfc-4542-4cc1-81d5-9db3ec165dee'),
(121373,57,34273,NULL,10072,1,'2026-02-24 17:25:53','2026-02-24 17:25:53','dd58f5ca-1bcf-4952-b462-6018112b69f7'),
(121374,57,34273,NULL,10079,2,'2026-02-24 17:25:53','2026-02-24 17:25:53','638a861d-202d-43aa-b0e9-fcada8921f92'),
(121375,57,34273,NULL,10074,3,'2026-02-24 17:25:53','2026-02-24 17:25:53','e99e2322-a1d8-48d4-bfc6-51eccc99c477'),
(121376,57,34273,NULL,10076,4,'2026-02-24 17:25:53','2026-02-24 17:25:53','2e9b0551-4a70-4d0b-83e9-4e030fd5ccc1'),
(121377,57,34273,NULL,10075,5,'2026-02-24 17:25:53','2026-02-24 17:25:53','d2cdbd66-0d75-46bc-8810-ae89474402f5'),
(121378,57,34273,NULL,10080,6,'2026-02-24 17:25:53','2026-02-24 17:25:53','d595287d-827e-439e-bc33-8e61b9f4c74b'),
(121379,57,34273,NULL,10071,7,'2026-02-24 17:25:53','2026-02-24 17:25:53','48d4d7fe-1d11-4d0c-9713-e703e61702d6'),
(121380,57,34273,NULL,10070,8,'2026-02-24 17:25:53','2026-02-24 17:25:53','e1dd73e7-9705-46b1-9367-edeec43ed1e1'),
(121381,57,34273,NULL,10077,9,'2026-02-24 17:25:53','2026-02-24 17:25:53','81a50ac6-76cc-4833-9212-c7f15b93408a'),
(121382,57,34273,NULL,10078,10,'2026-02-24 17:25:53','2026-02-24 17:25:53','045ce06f-3638-4b22-9795-30876418c652'),
(121383,13,34273,NULL,23761,1,'2026-02-24 17:25:53','2026-02-24 17:25:53','a06525b0-ac0b-4e3b-8e4b-b9132db4aa20'),
(121384,32,34274,NULL,2610,1,'2026-02-24 17:26:54','2026-02-24 17:26:54','078f1974-b1c1-4947-a51b-eee897797bbd'),
(121385,32,34274,NULL,2598,2,'2026-02-24 17:26:54','2026-02-24 17:26:54','742e76b5-50e2-4d9a-bdbc-42d690e6424b'),
(121386,32,34274,NULL,2608,3,'2026-02-24 17:26:54','2026-02-24 17:26:54','57ad3056-0c64-48a3-be02-9909e706d97c'),
(121387,32,34274,NULL,2624,4,'2026-02-24 17:26:54','2026-02-24 17:26:54','2089199e-8464-4f62-ab79-094e5aba299c'),
(121388,32,34274,NULL,2600,5,'2026-02-24 17:26:54','2026-02-24 17:26:54','1ce95356-1509-48a4-be87-ce8be3d8de07'),
(121389,32,34274,NULL,2596,6,'2026-02-24 17:26:54','2026-02-24 17:26:54','23449328-8d41-4f0e-96f9-9da7ccfbceb4'),
(121390,32,34274,NULL,2606,7,'2026-02-24 17:26:54','2026-02-24 17:26:54','fcbf5f85-a05e-40b8-bbcd-d8eb9799232f'),
(121391,32,34274,NULL,2604,8,'2026-02-24 17:26:54','2026-02-24 17:26:54','a257ef30-152e-4ab9-873f-171953bde06d'),
(121392,32,34274,NULL,2602,9,'2026-02-24 17:26:54','2026-02-24 17:26:54','d26b3416-303c-4144-a780-dac8c6a2dd04'),
(121393,32,34274,NULL,2612,10,'2026-02-24 17:26:54','2026-02-24 17:26:54','56a26b3e-8cf6-48bf-b331-ad5650cc905c'),
(121394,16,34274,NULL,9524,1,'2026-02-24 17:26:54','2026-02-24 17:26:54','36a99052-5cf5-4a23-96de-86ed94662595'),
(121395,7,34274,NULL,617,1,'2026-02-24 17:26:54','2026-02-24 17:26:54','9d02a894-8d4e-4828-89db-caba97d17182'),
(121396,7,34274,NULL,605,2,'2026-02-24 17:26:54','2026-02-24 17:26:54','1dccaad2-6f49-41e1-8b45-a06754c0d29e'),
(121397,7,34274,NULL,9552,3,'2026-02-24 17:26:54','2026-02-24 17:26:54','86d41347-0e52-4244-a67a-46d23fe0624d'),
(121398,82,34274,NULL,491,1,'2026-02-24 17:26:54','2026-02-24 17:26:54','6bd73fce-0039-40d9-bb90-0357d08ca0e4'),
(121399,46,34274,NULL,2891,1,'2026-02-24 17:26:54','2026-02-24 17:26:54','bb437c0a-1e65-4595-a900-3553ff5b6769'),
(121400,47,34274,NULL,10460,1,'2026-02-24 17:26:54','2026-02-24 17:26:54','60ea80cb-9d7f-4234-812a-bdb89842775a'),
(121401,57,34274,NULL,9529,1,'2026-02-24 17:26:54','2026-02-24 17:26:54','78912496-4358-417d-873c-89dd473c2b24'),
(121402,57,34274,NULL,9530,2,'2026-02-24 17:26:54','2026-02-24 17:26:54','5fa1b0b3-aaa1-402e-b6fc-1846ab4aaf02'),
(121403,57,34274,NULL,9531,3,'2026-02-24 17:26:54','2026-02-24 17:26:54','d59c3211-3d75-494c-868a-6164e35314d1'),
(121404,13,34274,NULL,23770,1,'2026-02-24 17:26:54','2026-02-24 17:26:54','26f48f60-b1cb-4545-b915-296f0ad9a52f'),
(121405,12,34274,NULL,15380,1,'2026-02-24 17:26:54','2026-02-24 17:26:54','29f76c9f-abac-4f9f-8d41-0531a6063ba4'),
(121406,32,34275,NULL,2614,1,'2026-02-24 17:27:03','2026-02-24 17:27:03','dbd83868-28ed-4325-b98d-0303d64c9f72'),
(121407,32,34275,NULL,2610,2,'2026-02-24 17:27:03','2026-02-24 17:27:03','5312072f-2695-4831-92f2-5f7cc8c54886'),
(121408,32,34275,NULL,2598,3,'2026-02-24 17:27:03','2026-02-24 17:27:03','6d00a61a-1833-4d9f-af7a-69da9d01c42b'),
(121409,32,34275,NULL,2600,4,'2026-02-24 17:27:03','2026-02-24 17:27:03','5eb7638a-fa1c-4778-b975-affbac514fd7'),
(121410,32,34275,NULL,2596,5,'2026-02-24 17:27:03','2026-02-24 17:27:03','e3559cbe-a223-4404-b089-c58aeb712000'),
(121411,32,34275,NULL,2602,6,'2026-02-24 17:27:03','2026-02-24 17:27:03','e2d36075-3029-46d3-aa6f-91bbf8716eee'),
(121412,32,34275,NULL,2606,7,'2026-02-24 17:27:03','2026-02-24 17:27:03','8ae6993a-be97-4c41-93b0-25a49f0c95a1'),
(121413,32,34275,NULL,2604,8,'2026-02-24 17:27:03','2026-02-24 17:27:03','69d6f587-e829-4db2-9204-73caaeadd8f5'),
(121414,32,34275,NULL,2608,9,'2026-02-24 17:27:03','2026-02-24 17:27:03','270cc0db-5cd4-4cfd-bf43-330300158ab5'),
(121415,32,34275,NULL,2612,10,'2026-02-24 17:27:03','2026-02-24 17:27:03','962bf48a-89a6-4844-9fa0-862d779d3aac'),
(121416,16,34275,NULL,3425,1,'2026-02-24 17:27:03','2026-02-24 17:27:03','a70fbfb2-c2c5-4100-808b-d75779d72209'),
(121417,7,34275,NULL,601,1,'2026-02-24 17:27:03','2026-02-24 17:27:03','7a6fa063-24f8-45c4-93a2-6e3bce0ec324'),
(121418,7,34275,NULL,617,2,'2026-02-24 17:27:03','2026-02-24 17:27:03','5be7f991-deaf-412c-bb82-7ec3dcb7daaf'),
(121419,7,34275,NULL,605,3,'2026-02-24 17:27:03','2026-02-24 17:27:03','633dfe49-46b3-4b9b-b01c-652c9470bdc3'),
(121420,7,34275,NULL,9552,4,'2026-02-24 17:27:03','2026-02-24 17:27:03','903600b8-50f8-41b8-81a1-c6b460b0a855'),
(121421,82,34275,NULL,491,1,'2026-02-24 17:27:03','2026-02-24 17:27:03','05ecaeb9-f6f1-42c1-b0fd-2dc89abd0cca'),
(121422,46,34275,NULL,7381,1,'2026-02-24 17:27:03','2026-02-24 17:27:03','59a78992-516c-4fd6-925f-536d3faab1c7'),
(121423,47,34275,NULL,15002,1,'2026-02-24 17:27:03','2026-02-24 17:27:03','85d5e811-3e56-406f-a61a-3af6ba94b792'),
(121424,57,34275,NULL,7862,1,'2026-02-24 17:27:03','2026-02-24 17:27:03','ef24c215-9415-4020-918e-fe9e2887f883'),
(121425,57,34275,NULL,7858,2,'2026-02-24 17:27:03','2026-02-24 17:27:03','0e3e26cf-666b-41c7-b54a-e2cf261ad94f'),
(121426,57,34275,NULL,7864,3,'2026-02-24 17:27:03','2026-02-24 17:27:03','8874c245-8c75-45df-b4cd-e31011b270d7'),
(121427,57,34275,NULL,7859,4,'2026-02-24 17:27:03','2026-02-24 17:27:03','357fa577-9446-4279-a671-2cb28c2b94b9'),
(121428,57,34275,NULL,7861,5,'2026-02-24 17:27:03','2026-02-24 17:27:03','82a8e43d-c2ce-40e1-b54e-cfef500d7f91'),
(121429,57,34275,NULL,7863,6,'2026-02-24 17:27:03','2026-02-24 17:27:03','6be99c5b-4379-4f2f-8173-973a011074e3'),
(121430,57,34275,NULL,7860,7,'2026-02-24 17:27:03','2026-02-24 17:27:03','9ccbbc33-1830-468f-9760-99164cc0ef0e'),
(121431,13,34275,NULL,23869,1,'2026-02-24 17:27:03','2026-02-24 17:27:03','bf099a61-829f-447f-b7c4-a03158c5ff67'),
(121432,32,34276,NULL,2614,1,'2026-02-24 17:27:12','2026-02-24 17:27:12','6482c40a-91dd-47bc-be53-db08f155cdff'),
(121433,32,34276,NULL,2610,2,'2026-02-24 17:27:12','2026-02-24 17:27:12','d5610091-6a37-4603-acbf-31a662b065c8'),
(121434,32,34276,NULL,2598,3,'2026-02-24 17:27:12','2026-02-24 17:27:12','c57176a2-4e2a-4e62-b447-e418b1158435'),
(121435,32,34276,NULL,2600,4,'2026-02-24 17:27:12','2026-02-24 17:27:12','9216a4ef-69e5-4683-85ad-cdd87e927945'),
(121436,32,34276,NULL,2596,5,'2026-02-24 17:27:12','2026-02-24 17:27:12','8e658d7c-f96a-49e5-930b-9d6b7a0d30d9'),
(121437,32,34276,NULL,2602,6,'2026-02-24 17:27:12','2026-02-24 17:27:12','c38e3858-6396-47cb-ad56-69348b07c22e'),
(121438,32,34276,NULL,2604,7,'2026-02-24 17:27:12','2026-02-24 17:27:12','e7f60bf8-f9ae-4cf7-947d-fd0b3a900d29'),
(121439,32,34276,NULL,2608,8,'2026-02-24 17:27:12','2026-02-24 17:27:12','a3542812-e02d-4808-8dba-51f0587649a1'),
(121440,32,34276,NULL,2606,9,'2026-02-24 17:27:12','2026-02-24 17:27:12','eebfc353-e2b0-4007-a65d-91e6f13b0cc1'),
(121441,32,34276,NULL,2612,10,'2026-02-24 17:27:12','2026-02-24 17:27:12','215b2435-c8b8-482f-933f-1e6034fd70b4'),
(121442,16,34276,NULL,3564,1,'2026-02-24 17:27:12','2026-02-24 17:27:12','9d884ab2-6045-473e-b338-d3de7c658fc4'),
(121443,7,34276,NULL,601,1,'2026-02-24 17:27:12','2026-02-24 17:27:12','29fb0606-717f-45f2-baa9-a6c1cabd953c'),
(121444,7,34276,NULL,617,2,'2026-02-24 17:27:12','2026-02-24 17:27:12','7c1d533e-8ec9-44a5-9746-9465f9bcadc5'),
(121445,7,34276,NULL,605,3,'2026-02-24 17:27:12','2026-02-24 17:27:12','a0056907-ae1e-46b4-8758-6f2795345674'),
(121446,7,34276,NULL,9552,4,'2026-02-24 17:27:12','2026-02-24 17:27:12','11f25c77-c66b-408c-b06e-1d046ae8d054'),
(121447,47,34276,NULL,15014,1,'2026-02-24 17:27:12','2026-02-24 17:27:12','a0f8a596-2131-49bc-8b51-59b5a7f0ded9'),
(121448,57,34276,NULL,7908,1,'2026-02-24 17:27:12','2026-02-24 17:27:12','c67d0a0f-5f3e-4ce1-9204-bae4a483b74a'),
(121449,57,34276,NULL,7910,2,'2026-02-24 17:27:12','2026-02-24 17:27:12','7bc44729-63d8-4132-97bb-c3b2a6e8bb59'),
(121450,57,34276,NULL,7911,3,'2026-02-24 17:27:12','2026-02-24 17:27:12','653991de-d30e-40f3-b7d7-737de72cd3b9'),
(121451,57,34276,NULL,7909,4,'2026-02-24 17:27:12','2026-02-24 17:27:12','4065b7a6-5be7-477e-bc1f-09a35691c794'),
(121452,13,34276,NULL,23881,1,'2026-02-24 17:27:12','2026-02-24 17:27:12','984368a5-fb41-4f0e-9d23-9370014999dd'),
(121453,32,34277,NULL,2614,1,'2026-02-24 17:27:29','2026-02-24 17:27:29','d462ef04-32f8-4140-9ae5-fa44ff3f2009'),
(121454,32,34277,NULL,2610,2,'2026-02-24 17:27:29','2026-02-24 17:27:29','8f55dd95-3c2a-4ecb-ae20-03a9f48d1868'),
(121455,32,34277,NULL,2598,3,'2026-02-24 17:27:29','2026-02-24 17:27:29','42472215-d149-4a56-9ca8-5e5f0aabe9ad'),
(121456,32,34277,NULL,2600,4,'2026-02-24 17:27:29','2026-02-24 17:27:29','0d3a53e9-c559-48e3-96f1-199802113afa'),
(121457,32,34277,NULL,2604,5,'2026-02-24 17:27:29','2026-02-24 17:27:29','aa542c4f-250b-42cd-916c-9c1b1066a7cf'),
(121458,32,34277,NULL,2608,6,'2026-02-24 17:27:29','2026-02-24 17:27:29','f3fb7c7f-a22c-49ab-8d11-ba89e46accfd'),
(121459,32,34277,NULL,2596,7,'2026-02-24 17:27:29','2026-02-24 17:27:29','67eac161-e261-4548-9132-e9bdd9f0ca7c'),
(121460,32,34277,NULL,2602,8,'2026-02-24 17:27:29','2026-02-24 17:27:29','b4f49da8-b916-48fa-a90a-8f40340fc45d'),
(121461,32,34277,NULL,2606,9,'2026-02-24 17:27:29','2026-02-24 17:27:29','962c5386-9da1-4258-975e-e3d125213ed8'),
(121462,32,34277,NULL,2612,10,'2026-02-24 17:27:29','2026-02-24 17:27:29','ca0888ae-e1ee-4470-85c8-9c9df42969de'),
(121463,16,34277,NULL,4824,1,'2026-02-24 17:27:29','2026-02-24 17:27:29','3dc8eec1-5180-4fa6-a6d5-ed922b4910c8'),
(121464,7,34277,NULL,6547,1,'2026-02-24 17:27:29','2026-02-24 17:27:29','21b7d7ca-cf77-449b-9d43-846580bae2c2'),
(121465,7,34277,NULL,601,2,'2026-02-24 17:27:29','2026-02-24 17:27:29','d80ae3fb-b0d5-4ccf-8cf2-80e32406553f'),
(121466,7,34277,NULL,2974,3,'2026-02-24 17:27:29','2026-02-24 17:27:29','058e2f51-dbae-4df6-b875-a626344bde64'),
(121467,7,34277,NULL,617,4,'2026-02-24 17:27:29','2026-02-24 17:27:29','556f104b-5509-463d-820c-4289c0516ffb'),
(121468,7,34277,NULL,9640,5,'2026-02-24 17:27:29','2026-02-24 17:27:29','e570a8bb-e1ec-4e19-b99a-e350ce24d7ea'),
(121469,7,34277,NULL,9549,6,'2026-02-24 17:27:29','2026-02-24 17:27:29','2ac71d3e-98a3-49f3-902b-8b987fefe9b7'),
(121470,7,34277,NULL,605,7,'2026-02-24 17:27:29','2026-02-24 17:27:29','2950db46-ebca-4f96-808a-0df8b8f17492'),
(121471,7,34277,NULL,9552,8,'2026-02-24 17:27:29','2026-02-24 17:27:29','30dfcdbf-5ca8-4264-a764-9763e2d11f78'),
(121472,82,34277,NULL,479,1,'2026-02-24 17:27:29','2026-02-24 17:27:29','cf37c9a9-5fdb-4918-baea-8ff2fb207589'),
(121473,47,34277,NULL,12482,1,'2026-02-24 17:27:29','2026-02-24 17:27:29','6b3b2fb7-4f33-4828-bea5-784991d7ac35'),
(121474,57,34277,NULL,4821,1,'2026-02-24 17:27:29','2026-02-24 17:27:29','c954747a-397d-499a-8c02-3af1d009322c'),
(121475,57,34277,NULL,4822,2,'2026-02-24 17:27:29','2026-02-24 17:27:29','420d0b90-7d81-4e49-82f0-0329efe61b5f'),
(121476,57,34277,NULL,4823,3,'2026-02-24 17:27:29','2026-02-24 17:27:29','86aca939-6c7b-4453-9c9f-f0b4f8e0b152'),
(121477,57,34277,NULL,4824,4,'2026-02-24 17:27:29','2026-02-24 17:27:29','a93f4a98-d359-4f66-ae50-1961184dae63'),
(121478,13,34277,NULL,6620,1,'2026-02-24 17:27:29','2026-02-24 17:27:29','0c6de310-0d3b-403f-88e6-bee22a69ebdb'),
(121479,32,34278,NULL,2614,1,'2026-02-24 17:27:40','2026-02-24 17:27:40','21237336-d72d-4189-9afb-379426f62075'),
(121480,32,34278,NULL,2610,2,'2026-02-24 17:27:40','2026-02-24 17:27:40','c880d266-3201-4d5e-9c7b-a65037c1f750'),
(121481,32,34278,NULL,2598,3,'2026-02-24 17:27:40','2026-02-24 17:27:40','b91567db-3824-47c9-b216-5caebff6bc66'),
(121482,32,34278,NULL,2608,4,'2026-02-24 17:27:40','2026-02-24 17:27:40','259ef62c-e6b6-4b7b-a72a-cd73c9e18835'),
(121483,32,34278,NULL,2600,5,'2026-02-24 17:27:40','2026-02-24 17:27:40','ef6cd7f7-db84-4743-a1d3-0e0d4ee6b355'),
(121484,32,34278,NULL,2596,6,'2026-02-24 17:27:40','2026-02-24 17:27:40','6fd3be4e-89d1-443b-8133-f72ce830fe7c'),
(121485,32,34278,NULL,2602,7,'2026-02-24 17:27:40','2026-02-24 17:27:40','14fd8210-457c-46d9-a3e9-7ea896ad36ed'),
(121486,32,34278,NULL,2606,8,'2026-02-24 17:27:40','2026-02-24 17:27:40','742ba96a-0b8d-45ee-9322-62a402d68a62'),
(121487,32,34278,NULL,2612,9,'2026-02-24 17:27:40','2026-02-24 17:27:40','a2a49344-cce8-4682-9ed3-d538dc2e6c65'),
(121488,32,34278,NULL,2604,10,'2026-02-24 17:27:40','2026-02-24 17:27:40','a64f194a-4552-4c40-93c1-ec125a520b87'),
(121489,16,34278,NULL,6741,1,'2026-02-24 17:27:40','2026-02-24 17:27:40','b056e7ef-9327-45d1-9a9c-d77e93552fcf'),
(121490,7,34278,NULL,605,1,'2026-02-24 17:27:40','2026-02-24 17:27:40','02487489-aa96-44a1-9db0-5a1413f9dcba'),
(121491,7,34278,NULL,617,2,'2026-02-24 17:27:40','2026-02-24 17:27:40','052adde6-8639-4b55-8c5c-bae55aee4192'),
(121492,7,34278,NULL,9552,3,'2026-02-24 17:27:40','2026-02-24 17:27:40','a74e58db-3633-4b03-b2d3-abf97e969f4f'),
(121493,47,34278,NULL,12269,1,'2026-02-24 17:27:40','2026-02-24 17:27:40','a0f9abdd-72aa-4eed-b39b-eabf031e04b3'),
(121494,57,34278,NULL,6759,1,'2026-02-24 17:27:40','2026-02-24 17:27:40','87e635ff-65a9-4b1d-b64c-381eaec94c39'),
(121495,57,34278,NULL,6760,2,'2026-02-24 17:27:40','2026-02-24 17:27:40','e2c88ec0-3790-48d0-ad3c-196bede045a6'),
(121496,57,34278,NULL,6761,3,'2026-02-24 17:27:40','2026-02-24 17:27:40','15dce64a-990e-45c9-b9f5-81298a626bba'),
(121497,57,34278,NULL,6762,4,'2026-02-24 17:27:40','2026-02-24 17:27:40','5da9929f-3dd3-41c7-9205-f494377ccaf3'),
(121498,57,34278,NULL,6763,5,'2026-02-24 17:27:40','2026-02-24 17:27:40','c4a3dafd-cdd7-4632-b3b8-962834b2766b'),
(121499,57,34278,NULL,6764,6,'2026-02-24 17:27:40','2026-02-24 17:27:40','94422d06-7bc6-496c-a387-7d79ef1210bb'),
(121500,57,34278,NULL,6765,7,'2026-02-24 17:27:40','2026-02-24 17:27:40','a03ff32b-4828-4638-b1e1-3465b289b81c'),
(121501,57,34278,NULL,6766,8,'2026-02-24 17:27:40','2026-02-24 17:27:40','b43b5860-0106-47fc-8b43-2952002c741c'),
(121502,13,34278,NULL,6767,1,'2026-02-24 17:27:40','2026-02-24 17:27:40','83bf85c4-80c4-4798-b26a-0188dd5756b2'),
(121503,32,34279,NULL,2610,1,'2026-02-24 17:28:37','2026-02-24 17:28:37','bd0f2176-a4ca-455c-a59a-1b9547e11334'),
(121504,32,34279,NULL,2598,2,'2026-02-24 17:28:37','2026-02-24 17:28:37','9b1cea36-e32c-41f6-8065-aa7fdc86aeaf'),
(121505,32,34279,NULL,2600,3,'2026-02-24 17:28:37','2026-02-24 17:28:37','1c06a300-cf48-47ae-9d8d-417de07ef729'),
(121506,32,34279,NULL,2596,4,'2026-02-24 17:28:37','2026-02-24 17:28:37','bb59b761-883c-4c65-b4f3-be78d1702c31'),
(121507,32,34279,NULL,2602,5,'2026-02-24 17:28:37','2026-02-24 17:28:37','93418577-63e8-4473-8330-a383b36b2a4d'),
(121508,32,34279,NULL,2604,6,'2026-02-24 17:28:37','2026-02-24 17:28:37','0b317c4e-a5fe-472f-820b-1342b5556a28'),
(121509,32,34279,NULL,2608,7,'2026-02-24 17:28:37','2026-02-24 17:28:37','9784d9ce-5b91-4943-b930-7bddf85227af'),
(121510,32,34279,NULL,2606,8,'2026-02-24 17:28:37','2026-02-24 17:28:37','658c7360-9691-4e00-adc0-2f1c3e9ce0e7'),
(121511,32,34279,NULL,2612,9,'2026-02-24 17:28:37','2026-02-24 17:28:37','ae9c68f1-9359-4403-bb9f-f0a9e5edaac7'),
(121512,16,34279,NULL,5253,1,'2026-02-24 17:28:37','2026-02-24 17:28:37','dad59fac-a409-4d1c-89b8-70ae58465d9f'),
(121513,7,34279,NULL,601,1,'2026-02-24 17:28:37','2026-02-24 17:28:37','8ded57da-c06e-4609-aaf9-d46dade38581'),
(121514,7,34279,NULL,617,2,'2026-02-24 17:28:37','2026-02-24 17:28:37','ae3283a2-eb3d-4f01-a0d3-e809792cfe8b'),
(121515,7,34279,NULL,9727,3,'2026-02-24 17:28:37','2026-02-24 17:28:37','06416bb5-e373-4e0c-a10f-6a6a22191cca'),
(121516,7,34279,NULL,9552,4,'2026-02-24 17:28:37','2026-02-24 17:28:37','ff0951b2-41c9-4435-87ad-6a9d62234998'),
(121517,7,34279,NULL,605,5,'2026-02-24 17:28:37','2026-02-24 17:28:37','90a65b5d-030d-442c-985b-5ad29b1c3d88'),
(121518,82,34279,NULL,491,1,'2026-02-24 17:28:37','2026-02-24 17:28:37','65fe57d6-b520-42d2-bc98-cd6210fd6070'),
(121519,46,34279,NULL,7379,1,'2026-02-24 17:28:37','2026-02-24 17:28:37','d15f564f-9a25-424a-9f1d-3f1ad9f5314f'),
(121520,47,34279,NULL,15017,1,'2026-02-24 17:28:37','2026-02-24 17:28:37','385fb219-9a7c-4a66-a230-d561593e6f9f'),
(121521,57,34279,NULL,7926,1,'2026-02-24 17:28:37','2026-02-24 17:28:37','82e26988-88fc-49e2-ad89-63e9895f0ee5'),
(121522,57,34279,NULL,7928,2,'2026-02-24 17:28:37','2026-02-24 17:28:37','0595e74d-41df-42d5-9340-9d532588d07c'),
(121523,57,34279,NULL,7927,3,'2026-02-24 17:28:37','2026-02-24 17:28:37','3672f876-561b-422c-908a-514d1f192162'),
(121524,57,34279,NULL,7924,4,'2026-02-24 17:28:37','2026-02-24 17:28:37','386b7749-86b2-4710-8c46-607d3c127487'),
(121525,57,34279,NULL,7925,5,'2026-02-24 17:28:37','2026-02-24 17:28:37','e9522116-2a18-48d1-89fb-53f3d1024b58'),
(121526,57,34279,NULL,7923,6,'2026-02-24 17:28:37','2026-02-24 17:28:37','4bd84510-b9a7-4829-93ab-6795fb5fb5b3'),
(121527,57,34279,NULL,7920,7,'2026-02-24 17:28:37','2026-02-24 17:28:37','bde637a3-4748-42d1-b9de-7bed5a608ef8'),
(121528,57,34279,NULL,7922,8,'2026-02-24 17:28:37','2026-02-24 17:28:37','b9d4bc80-52db-46c7-8d8a-fbde529c5a11'),
(121529,57,34279,NULL,7921,9,'2026-02-24 17:28:37','2026-02-24 17:28:37','a1a40243-3eea-4d7b-bcb1-360cb0747516'),
(121530,13,34279,NULL,23900,1,'2026-02-24 17:28:37','2026-02-24 17:28:37','d73cb99e-adc5-4f90-8b99-764ca45de8b9'),
(121552,32,34343,NULL,2614,1,'2026-02-24 20:34:55','2026-02-24 20:34:55','f95562c7-f1c3-4ea3-8c78-1b42577c7762'),
(121553,32,34343,NULL,2610,2,'2026-02-24 20:34:55','2026-02-24 20:34:55','ab9a2105-1be4-4383-a601-ba1c3eb79f32'),
(121554,32,34343,NULL,2598,3,'2026-02-24 20:34:55','2026-02-24 20:34:55','34849ca9-4d0d-4f0a-a8a8-19c0b0878a27'),
(121555,32,34343,NULL,2600,4,'2026-02-24 20:34:55','2026-02-24 20:34:55','3037acb6-1bbe-4dda-becb-77c4ac034ce4'),
(121556,32,34343,NULL,2602,5,'2026-02-24 20:34:55','2026-02-24 20:34:55','32fade52-7cb2-46a4-81ed-fb9afae963d3'),
(121557,32,34343,NULL,2612,6,'2026-02-24 20:34:55','2026-02-24 20:34:55','e3413529-629b-42c4-ae2e-0eba9a039869'),
(121558,32,34343,NULL,2604,7,'2026-02-24 20:34:55','2026-02-24 20:34:55','f48159df-0ae8-4981-97e5-1df8e8b9b82c'),
(121559,32,34343,NULL,2608,8,'2026-02-24 20:34:55','2026-02-24 20:34:55','5f404694-36ba-4a52-a916-29f13c21a50d'),
(121560,32,34343,NULL,2596,9,'2026-02-24 20:34:55','2026-02-24 20:34:55','59ea5e61-a6a2-4945-8504-ddd12d3e2631'),
(121561,32,34343,NULL,2606,10,'2026-02-24 20:34:55','2026-02-24 20:34:55','74107d9a-f991-4440-8d80-110b29ea9db4'),
(121562,16,34343,NULL,4083,1,'2026-02-24 20:34:55','2026-02-24 20:34:55','2d00b3ad-1f95-4978-9937-98981bc1126b'),
(121563,7,34343,NULL,601,1,'2026-02-24 20:34:55','2026-02-24 20:34:55','aeffb508-ab7c-4746-bb4b-db4627cfc6b1'),
(121564,7,34343,NULL,617,2,'2026-02-24 20:34:55','2026-02-24 20:34:55','cd405c32-fdb6-487e-bd16-024b598405c2'),
(121565,7,34343,NULL,605,3,'2026-02-24 20:34:55','2026-02-24 20:34:55','1afb8f10-2d59-48a2-ad52-f5aa299cb1e6'),
(121566,7,34343,NULL,9552,4,'2026-02-24 20:34:55','2026-02-24 20:34:55','3b574144-40da-4483-85fa-ddf95111dcb8'),
(121567,47,34343,NULL,12421,1,'2026-02-24 20:34:55','2026-02-24 20:34:55','83de77c3-0a93-4f97-a46f-c70f986f2d65'),
(121568,57,34343,NULL,5056,1,'2026-02-24 20:34:55','2026-02-24 20:34:55','f0efc31b-6b2d-42b4-af00-14a1185f0f2a'),
(121569,57,34343,NULL,5055,2,'2026-02-24 20:34:55','2026-02-24 20:34:55','a0809a8c-d9aa-4ec9-aa2a-9a1b01d0882d'),
(121570,57,34343,NULL,5057,3,'2026-02-24 20:34:55','2026-02-24 20:34:55','5bd59bf6-dbb3-4c28-9263-9aabf83f3c9a'),
(121571,57,34343,NULL,5058,4,'2026-02-24 20:34:55','2026-02-24 20:34:55','2726539e-717d-4bc0-9b6a-f22d8658b1d9'),
(121572,13,34343,NULL,23737,1,'2026-02-24 20:34:55','2026-02-24 20:34:55','ffb11ab3-91ea-4325-ba5d-5191015d5ec7'),
(121601,22,1590,NULL,34755,1,'2026-02-25 19:41:19','2026-02-25 19:41:19','6fe0e3fa-214d-4d97-a2ec-abdad047d392'),
(121602,32,34758,NULL,2610,1,'2026-02-25 19:41:19','2026-02-25 19:41:19','52c0b79e-5755-4999-abbb-c4ae17981b47'),
(121603,32,34758,NULL,2598,2,'2026-02-25 19:41:19','2026-02-25 19:41:19','9257c0fa-f972-4429-8c16-dba858b07949'),
(121604,32,34758,NULL,2600,3,'2026-02-25 19:41:19','2026-02-25 19:41:19','5a934c75-997e-45a6-9308-e81555b4ddf9'),
(121605,32,34758,NULL,2602,4,'2026-02-25 19:41:19','2026-02-25 19:41:19','9bce3115-9f5e-497d-8e72-c08b52fdbfe5'),
(121606,32,34758,NULL,2612,5,'2026-02-25 19:41:19','2026-02-25 19:41:19','3b30512a-8dec-4067-b27d-1a917d1b5b87'),
(121607,32,34758,NULL,2618,6,'2026-02-25 19:41:19','2026-02-25 19:41:19','5b2375fd-026b-494d-b32a-3ac850cc2997'),
(121608,32,34758,NULL,2604,7,'2026-02-25 19:41:19','2026-02-25 19:41:19','0ad0ab27-c70a-495a-8efc-963572e42a2b'),
(121609,32,34758,NULL,2608,8,'2026-02-25 19:41:19','2026-02-25 19:41:19','3b39b225-d147-45f7-9e77-a082bd8cf670'),
(121610,32,34758,NULL,2596,9,'2026-02-25 19:41:19','2026-02-25 19:41:19','c59bc604-756b-487d-871a-cd8275f3cc7e'),
(121611,32,34758,NULL,2606,10,'2026-02-25 19:41:19','2026-02-25 19:41:19','3ee6b301-8d42-4c43-8d21-a5748e0b6898'),
(121612,16,34758,NULL,8034,1,'2026-02-25 19:41:19','2026-02-25 19:41:19','b2c249a8-9efe-4f75-b199-79130cb89095'),
(121613,7,34758,NULL,6547,1,'2026-02-25 19:41:19','2026-02-25 19:41:19','d1ee64da-8dc7-47db-b7e5-2ba8fff8386c'),
(121614,7,34758,NULL,601,2,'2026-02-25 19:41:19','2026-02-25 19:41:19','0d18901a-9ba0-4fde-86e8-f2805ae1f973'),
(121615,7,34758,NULL,2974,3,'2026-02-25 19:41:19','2026-02-25 19:41:19','9887b062-1618-4de7-9e48-e9227fdc236d'),
(121616,7,34758,NULL,617,4,'2026-02-25 19:41:19','2026-02-25 19:41:19','c43bb6a1-0041-4685-8f09-63843b2b8f89'),
(121617,7,34758,NULL,9727,5,'2026-02-25 19:41:19','2026-02-25 19:41:19','0e4f72b8-62c3-4c22-b9ea-e79e4c0f8a7c'),
(121618,7,34758,NULL,605,6,'2026-02-25 19:41:19','2026-02-25 19:41:19','2d16ba81-fdba-4bf0-937e-581131533322'),
(121619,7,34758,NULL,9552,7,'2026-02-25 19:41:19','2026-02-25 19:41:19','ffa0f472-96d8-4897-b186-73f066ef42eb'),
(121620,82,34758,NULL,479,1,'2026-02-25 19:41:19','2026-02-25 19:41:19','8c0000c4-0b35-49dc-b33d-13fc966ea39d'),
(121621,82,34758,NULL,491,2,'2026-02-25 19:41:19','2026-02-25 19:41:19','803dcbea-b3ae-4665-bf01-84cf55d27339'),
(121622,46,34758,NULL,3697,1,'2026-02-25 19:41:19','2026-02-25 19:41:19','a50897ba-fd50-45be-91e1-c4cb886c83ac'),
(121623,47,34758,NULL,12389,1,'2026-02-25 19:41:19','2026-02-25 19:41:19','bbb156e3-f75c-467a-93ec-54bd0d76404c'),
(121624,57,34758,NULL,8033,1,'2026-02-25 19:41:19','2026-02-25 19:41:19','46786d39-4cc6-4f71-a484-dfc180ed0fa5'),
(121625,57,34758,NULL,8032,2,'2026-02-25 19:41:19','2026-02-25 19:41:19','3fb39064-be57-438f-b34f-0c1cb1b704b2'),
(121626,57,34758,NULL,8036,3,'2026-02-25 19:41:19','2026-02-25 19:41:19','2f122a41-e34c-4485-ba28-616bc49eae75'),
(121627,57,34758,NULL,8035,4,'2026-02-25 19:41:19','2026-02-25 19:41:19','d036df03-5fb1-4b6b-94a1-d5ff46276bfa'),
(121628,13,34758,NULL,23707,1,'2026-02-25 19:41:19','2026-02-25 19:41:19','21de85a5-8e21-4e62-80de-babbec0e5ff3'),
(121629,22,34759,NULL,34755,1,'2026-02-25 19:41:19','2026-02-25 19:41:19','003cc2c8-9c46-455d-a47f-ae871f4d37ed'),
(121630,83,34776,NULL,1431,1,'2026-02-25 19:57:27','2026-02-25 19:57:27','e2c7fa55-114d-474b-b824-4ab822e8697c'),
(121631,16,34776,NULL,6640,1,'2026-02-25 19:57:27','2026-02-25 19:57:27','73dbb834-85b3-483c-b690-378abe92783e'),
(121632,7,34776,NULL,617,1,'2026-02-25 19:57:27','2026-02-25 19:57:27','af9a151a-89a5-4814-b7f0-4e60f94d0cc2'),
(121633,7,34776,NULL,605,2,'2026-02-25 19:57:27','2026-02-25 19:57:27','a47c3de9-fc58-46da-8f15-ca91e8cab092'),
(121634,7,34776,NULL,9552,3,'2026-02-25 19:57:27','2026-02-25 19:57:27','31a67b50-39b6-4522-bcad-6e3f1bd92478'),
(121635,57,34776,NULL,6635,1,'2026-02-25 19:57:27','2026-02-25 19:57:27','29207f31-6ad2-4637-9f28-bd18ec376d6b'),
(121636,57,34776,NULL,6636,2,'2026-02-25 19:57:27','2026-02-25 19:57:27','cb678f42-ccc9-4de2-bf8e-26eb0ea89289'),
(121637,57,34776,NULL,6637,3,'2026-02-25 19:57:27','2026-02-25 19:57:27','129c2235-c994-4221-b5d5-8e6e08db6408'),
(121638,57,34776,NULL,6638,4,'2026-02-25 19:57:27','2026-02-25 19:57:27','90c52203-3c91-433a-b9a2-234f335c2c7d'),
(121639,57,34776,NULL,6639,5,'2026-02-25 19:57:27','2026-02-25 19:57:27','e04986be-a30d-4a76-b6eb-141c92c92404'),
(121640,57,34776,NULL,6640,6,'2026-02-25 19:57:27','2026-02-25 19:57:27','889d3db9-c523-4193-a6b9-a2469285bbc6'),
(121641,13,34776,NULL,23752,1,'2026-02-25 19:57:27','2026-02-25 19:57:27','f8b069bf-dce2-4380-a4b0-4b393f106c9a'),
(121642,12,34776,NULL,12727,1,'2026-02-25 19:57:27','2026-02-25 19:57:27','5cdef17f-86e4-4f18-b9fd-4e5f699eeeb3'),
(121670,32,36160,NULL,2610,1,'2026-02-26 14:24:58','2026-02-26 14:24:58','bfefc654-4050-40db-8c51-ebfc143e6117'),
(121671,32,36160,NULL,2598,2,'2026-02-26 14:24:58','2026-02-26 14:24:58','762402d8-d11d-46e3-8d30-50ee84506fb2'),
(121672,32,36160,NULL,2600,3,'2026-02-26 14:24:58','2026-02-26 14:24:58','ead6af61-dc4e-465c-8a7b-132be5f59b3e'),
(121673,32,36160,NULL,2602,4,'2026-02-26 14:24:58','2026-02-26 14:24:58','91823943-28bd-42aa-a9c8-e4b2e47f7fa7'),
(121674,32,36160,NULL,2612,5,'2026-02-26 14:24:58','2026-02-26 14:24:58','ab68b9fa-6a8d-436f-aaf4-959a2df05339'),
(121675,32,36160,NULL,2618,6,'2026-02-26 14:24:58','2026-02-26 14:24:58','dac53dd6-5e6e-4839-81f3-95d1f1afe447'),
(121676,32,36160,NULL,2604,7,'2026-02-26 14:24:58','2026-02-26 14:24:58','5a244024-6ba5-4cd8-8030-da69b4c0f40b'),
(121677,32,36160,NULL,2614,8,'2026-02-26 14:24:58','2026-02-26 14:24:58','1604164d-712f-4f3c-938b-1888e8c70b8e'),
(121678,32,36160,NULL,2608,9,'2026-02-26 14:24:58','2026-02-26 14:24:58','d3605df9-1348-48db-827d-8b007216d97d'),
(121679,32,36160,NULL,2596,10,'2026-02-26 14:24:58','2026-02-26 14:24:58','1a16dc64-8e80-4d70-8268-f5b9392a8214'),
(121680,32,36160,NULL,2606,11,'2026-02-26 14:24:58','2026-02-26 14:24:58','b26c4219-6d51-436c-a842-5bf1f3baf551'),
(121681,16,36160,NULL,8104,1,'2026-02-26 14:24:58','2026-02-26 14:24:58','e76894c5-4a69-46c4-8fba-147dbb8b6294'),
(121682,7,36160,NULL,9724,1,'2026-02-26 14:24:58','2026-02-26 14:24:58','6ac8f15b-aacb-4c30-b22c-8a7b77e5c15d'),
(121683,7,36160,NULL,2974,2,'2026-02-26 14:24:58','2026-02-26 14:24:58','726d7bc6-e350-4f7c-85bb-690371d93f2c'),
(121684,7,36160,NULL,2969,3,'2026-02-26 14:24:58','2026-02-26 14:24:58','858e767b-0f25-4d18-a49b-ac039816c064'),
(121685,7,36160,NULL,617,4,'2026-02-26 14:24:58','2026-02-26 14:24:58','0fe4a679-5c83-4829-82e1-ef8ada2652bf'),
(121686,7,36160,NULL,605,5,'2026-02-26 14:24:58','2026-02-26 14:24:58','9577e6eb-cb14-4d96-9166-3b481732988f'),
(121687,7,36160,NULL,9552,6,'2026-02-26 14:24:58','2026-02-26 14:24:58','0668e16e-e133-4c88-81c2-32eec523050f'),
(121688,82,36160,NULL,479,1,'2026-02-26 14:24:58','2026-02-26 14:24:58','52aec9f6-629e-49a2-baf1-8c2f6db2a817'),
(121689,46,36160,NULL,3697,1,'2026-02-26 14:24:58','2026-02-26 14:24:58','7d5c4fcd-7d84-440a-855e-0661cde4a5ec'),
(121690,47,36160,NULL,12403,1,'2026-02-26 14:24:58','2026-02-26 14:24:58','e9852d7b-5802-4c8c-8fb9-85cea2871817'),
(121691,57,36160,NULL,8108,1,'2026-02-26 14:24:58','2026-02-26 14:24:58','68a8565f-8253-4fb6-9921-278c89ae428e'),
(121692,57,36160,NULL,8107,2,'2026-02-26 14:24:58','2026-02-26 14:24:58','5eb4d026-b392-41a5-be7e-a0fbb4122333'),
(121693,57,36160,NULL,8106,3,'2026-02-26 14:24:58','2026-02-26 14:24:58','787a6b78-4dc8-4734-b11d-ca0ff5a858f6'),
(121694,57,36160,NULL,8105,4,'2026-02-26 14:24:58','2026-02-26 14:24:58','c79fb387-a8a6-426e-a813-646a1eecc521'),
(121695,13,36160,NULL,6820,1,'2026-02-26 14:24:58','2026-02-26 14:24:58','883c3819-f55d-456e-8b4d-c24cf5f1290c'),
(121761,7,1467,NULL,3468,2,'2026-02-26 21:36:31','2026-02-26 21:36:31','a0ddb3c6-04a5-442c-b375-56d5c404673b'),
(121762,32,36225,NULL,2610,1,'2026-02-26 21:36:31','2026-02-26 21:36:31','2e938cd0-e771-46e8-8920-2e85bd7f1129'),
(121763,32,36225,NULL,2598,2,'2026-02-26 21:36:31','2026-02-26 21:36:31','daa33494-badb-434b-89cc-d254373799b6'),
(121764,32,36225,NULL,2608,3,'2026-02-26 21:36:31','2026-02-26 21:36:31','40a5bff6-a664-43e5-a87d-eef4d34ca567'),
(121765,32,36225,NULL,2600,4,'2026-02-26 21:36:31','2026-02-26 21:36:31','2163f83a-7722-489a-a55c-b32bc5124435'),
(121766,32,36225,NULL,2596,5,'2026-02-26 21:36:31','2026-02-26 21:36:31','bbd63853-0671-418f-832b-8d60504ca449'),
(121767,32,36225,NULL,2602,6,'2026-02-26 21:36:31','2026-02-26 21:36:31','66922cc7-0e69-4c97-9fd5-c64025abbe66'),
(121768,32,36225,NULL,2606,7,'2026-02-26 21:36:31','2026-02-26 21:36:31','7406d88c-23d7-487e-beb7-acd24da81d6b'),
(121769,32,36225,NULL,2612,8,'2026-02-26 21:36:31','2026-02-26 21:36:31','937acb23-bf73-446d-85ed-b9d2e760f2e4'),
(121770,32,36225,NULL,2604,9,'2026-02-26 21:36:31','2026-02-26 21:36:31','22e68852-40c5-47af-b153-d70918a9be4c'),
(121771,16,36225,NULL,10248,1,'2026-02-26 21:36:31','2026-02-26 21:36:31','03b8b670-3e61-4a07-8299-8cbe8200afc5'),
(121772,7,36225,NULL,601,1,'2026-02-26 21:36:31','2026-02-26 21:36:31','326f3503-d65b-405f-aa18-156d9d29ee3e'),
(121773,7,36225,NULL,3468,2,'2026-02-26 21:36:31','2026-02-26 21:36:31','f9ed51af-ed36-4b93-b356-c332cf13977e'),
(121774,7,36225,NULL,2974,3,'2026-02-26 21:36:31','2026-02-26 21:36:31','370e1610-fef6-4066-bba5-3dfb229c5240'),
(121775,7,36225,NULL,28766,4,'2026-02-26 21:36:31','2026-02-26 21:36:31','f5679e9e-8027-41cb-b68b-87fe9ebc5f27'),
(121776,7,36225,NULL,617,5,'2026-02-26 21:36:31','2026-02-26 21:36:31','a5123dff-6f66-4d3e-b87f-e02de06fcc7b'),
(121777,7,36225,NULL,605,6,'2026-02-26 21:36:31','2026-02-26 21:36:31','f8e3a445-2040-4144-9bef-b3d5f5fdbeec'),
(121778,7,36225,NULL,9552,7,'2026-02-26 21:36:31','2026-02-26 21:36:31','fb65cb19-9061-4b84-a0a9-db6d1a5b48e0'),
(121779,82,36225,NULL,491,1,'2026-02-26 21:36:31','2026-02-26 21:36:31','4824731d-65dc-4609-8832-892f7f208353'),
(121780,46,36225,NULL,7369,1,'2026-02-26 21:36:31','2026-02-26 21:36:31','c3c4e835-8fca-4637-bee5-00da9bd4681f'),
(121781,47,36225,NULL,15316,1,'2026-02-26 21:36:31','2026-02-26 21:36:31','66f2b929-50e9-4167-b2d6-1a726b4b0bf9'),
(121782,57,36225,NULL,10250,1,'2026-02-26 21:36:31','2026-02-26 21:36:31','2b3b6fbd-953c-4407-b718-2ff485a3e395'),
(121783,57,36225,NULL,10249,2,'2026-02-26 21:36:31','2026-02-26 21:36:31','9c5624bc-26cd-4f31-8ce9-25890019346f'),
(121784,57,36225,NULL,9331,3,'2026-02-26 21:36:31','2026-02-26 21:36:31','9464b0ff-5832-4bc6-adb9-a0f1027c7ed5'),
(121785,57,36225,NULL,9336,4,'2026-02-26 21:36:31','2026-02-26 21:36:31','a4592841-e579-43e6-b7a3-2b1a2db86e9b'),
(121786,57,36225,NULL,9332,5,'2026-02-26 21:36:31','2026-02-26 21:36:31','311f5ba8-d9a7-4fad-b061-f496a2265533'),
(121787,57,36225,NULL,10251,6,'2026-02-26 21:36:31','2026-02-26 21:36:31','a22fc076-d105-446e-bcc3-83b4750c91dd'),
(121788,57,36225,NULL,9333,7,'2026-02-26 21:36:31','2026-02-26 21:36:31','0b5cf70c-6be9-490c-832a-bd8062cdc12a'),
(121789,57,36225,NULL,9334,8,'2026-02-26 21:36:31','2026-02-26 21:36:31','83f568a3-55fc-4482-a7e2-53dc6d5de8a6'),
(121790,57,36225,NULL,9335,9,'2026-02-26 21:36:31','2026-02-26 21:36:31','f1879405-b7a2-4317-910a-12d5f89fbd75'),
(121791,57,36225,NULL,10252,10,'2026-02-26 21:36:31','2026-02-26 21:36:31','d48e8ba0-5572-40b5-a4a1-25aa7a79fa81'),
(121792,13,36225,NULL,23764,1,'2026-02-26 21:36:31','2026-02-26 21:36:31','7ba2a986-4856-45bc-9996-29e96258235a'),
(121823,7,1343,NULL,3468,2,'2026-02-26 21:37:40','2026-02-26 21:37:40','563d15a7-2a90-4e06-ac17-d1bab140e821'),
(121824,32,36227,NULL,2610,1,'2026-02-26 21:37:41','2026-02-26 21:37:41','86694c59-b6eb-452c-8f55-a82547564947'),
(121825,32,36227,NULL,2598,2,'2026-02-26 21:37:41','2026-02-26 21:37:41','7a317533-c32c-4670-b5a6-d0db76001fbf'),
(121826,32,36227,NULL,2608,3,'2026-02-26 21:37:41','2026-02-26 21:37:41','d050f131-1684-4b3d-ba0b-8e38f7443b0e'),
(121827,32,36227,NULL,2624,4,'2026-02-26 21:37:41','2026-02-26 21:37:41','7344bbb2-a049-47dc-bb27-39ab0cea2ba2'),
(121828,32,36227,NULL,2600,5,'2026-02-26 21:37:41','2026-02-26 21:37:41','86f76be4-dc8f-4aeb-8327-f267100e5a50'),
(121829,32,36227,NULL,2596,6,'2026-02-26 21:37:41','2026-02-26 21:37:41','bc4a0cd5-45eb-41b1-b4c2-fd7022e2b3f4'),
(121830,32,36227,NULL,2602,7,'2026-02-26 21:37:41','2026-02-26 21:37:41','b18e599d-3a2a-4714-8c39-5d7b6128289a'),
(121831,32,36227,NULL,2606,8,'2026-02-26 21:37:41','2026-02-26 21:37:41','f4e28dcd-be4c-490f-982f-8b934695d79c'),
(121832,32,36227,NULL,2612,9,'2026-02-26 21:37:41','2026-02-26 21:37:41','aef5b71e-8b3c-4c4d-a251-2035ef8efac3'),
(121833,32,36227,NULL,2604,10,'2026-02-26 21:37:41','2026-02-26 21:37:41','b19c3b8e-af6d-4841-8183-05a3a5945eae'),
(121834,16,36227,NULL,5140,1,'2026-02-26 21:37:41','2026-02-26 21:37:41','046f30c0-a47e-4473-a523-307149632d55'),
(121835,7,36227,NULL,601,1,'2026-02-26 21:37:41','2026-02-26 21:37:41','e85c5dd5-c24e-45a5-8100-ce103b6584ac'),
(121836,7,36227,NULL,3468,2,'2026-02-26 21:37:41','2026-02-26 21:37:41','86c48f1d-62e9-4215-b87a-c1e156c861de'),
(121837,7,36227,NULL,9735,3,'2026-02-26 21:37:41','2026-02-26 21:37:41','15ce6a69-817b-4306-904d-48502b52aa1c'),
(121838,7,36227,NULL,617,4,'2026-02-26 21:37:41','2026-02-26 21:37:41','9a5552e8-a3f5-40be-a112-f16b15292022'),
(121839,7,36227,NULL,605,5,'2026-02-26 21:37:41','2026-02-26 21:37:41','198af120-3d70-485c-a863-b75e37f8c130'),
(121840,7,36227,NULL,9552,6,'2026-02-26 21:37:41','2026-02-26 21:37:41','1bd3e5d7-8c53-44ae-82d9-6bc72bfe3e53'),
(121841,82,36227,NULL,491,1,'2026-02-26 21:37:41','2026-02-26 21:37:41','bb553ca2-4576-4f72-abbe-5eefee5b94a3'),
(121842,46,36227,NULL,2891,1,'2026-02-26 21:37:41','2026-02-26 21:37:41','b66d67b8-36cb-47cf-86da-332b003e317c'),
(121843,47,36227,NULL,12315,1,'2026-02-26 21:37:41','2026-02-26 21:37:41','c4abc6d9-d4af-45ad-8335-b30b3bc0640f'),
(121844,57,36227,NULL,5146,1,'2026-02-26 21:37:41','2026-02-26 21:37:41','6d7f4593-c181-4194-9316-041346809193'),
(121845,57,36227,NULL,5147,2,'2026-02-26 21:37:41','2026-02-26 21:37:41','eb494ccc-1c9e-4562-8fde-955b9b20993e'),
(121846,57,36227,NULL,5148,3,'2026-02-26 21:37:41','2026-02-26 21:37:41','7573b038-264f-454c-b0af-8469d67c6fe3'),
(121847,57,36227,NULL,5149,4,'2026-02-26 21:37:41','2026-02-26 21:37:41','ff095855-fad7-498d-a456-78f73a98c36a'),
(121848,57,36227,NULL,5150,5,'2026-02-26 21:37:41','2026-02-26 21:37:41','f4635439-bb46-4590-8bee-3c6b4224c94e'),
(121849,57,36227,NULL,5151,6,'2026-02-26 21:37:41','2026-02-26 21:37:41','733ca725-0adb-47bb-88f4-fa0d7ddb27fd'),
(121850,57,36227,NULL,5152,7,'2026-02-26 21:37:41','2026-02-26 21:37:41','90bdc15b-d07e-442d-9bf3-bd3f19b39a57'),
(121851,57,36227,NULL,5153,8,'2026-02-26 21:37:41','2026-02-26 21:37:41','c85cf819-ca1d-4fa5-abdd-eaaf6a823875'),
(121852,13,36227,NULL,6882,1,'2026-02-26 21:37:41','2026-02-26 21:37:41','139d3b7b-9c0e-40aa-913d-d14e03235e20'),
(121879,32,36229,NULL,2610,1,'2026-02-26 21:38:33','2026-02-26 21:38:33','791ee565-01dc-4610-b6e7-03bfe7beb392'),
(121880,32,36229,NULL,2598,2,'2026-02-26 21:38:33','2026-02-26 21:38:33','a3793148-d77e-400e-a082-67df8aea6d72'),
(121881,32,36229,NULL,2600,3,'2026-02-26 21:38:33','2026-02-26 21:38:33','b30e31a1-b345-472e-8559-7f58833181f3'),
(121882,32,36229,NULL,2602,4,'2026-02-26 21:38:33','2026-02-26 21:38:33','5dc89711-88da-4562-8058-ceb7d6864cab'),
(121883,32,36229,NULL,2612,5,'2026-02-26 21:38:33','2026-02-26 21:38:33','add40248-d067-4408-b3d8-d88b9c55d81c'),
(121884,32,36229,NULL,2618,6,'2026-02-26 21:38:33','2026-02-26 21:38:33','9df20608-d6bb-48f4-b2da-279f18b9e6b1'),
(121885,32,36229,NULL,2604,7,'2026-02-26 21:38:33','2026-02-26 21:38:33','6941ca02-a9bd-4c1a-868f-20c00bbd5ce8'),
(121886,32,36229,NULL,2614,8,'2026-02-26 21:38:33','2026-02-26 21:38:33','886468dc-2c42-46f1-887c-dbcf127320c8'),
(121887,32,36229,NULL,2608,9,'2026-02-26 21:38:33','2026-02-26 21:38:33','72b195ed-e821-480f-b46d-cfa2828121e5'),
(121888,32,36229,NULL,2596,10,'2026-02-26 21:38:33','2026-02-26 21:38:33','b1b34927-8538-4b17-b27d-d5e343c4053e'),
(121889,32,36229,NULL,2606,11,'2026-02-26 21:38:33','2026-02-26 21:38:33','fd19bc8a-a4d8-47e9-97d4-bc1e653a1434'),
(121890,16,36229,NULL,8104,1,'2026-02-26 21:38:33','2026-02-26 21:38:33','00c82778-388b-4fe3-9a9f-247f91481b26'),
(121891,7,36229,NULL,9724,1,'2026-02-26 21:38:33','2026-02-26 21:38:33','823b68d6-9062-4353-b7d5-f8b3c3aa4ff2'),
(121892,7,36229,NULL,2969,2,'2026-02-26 21:38:33','2026-02-26 21:38:33','e9b33565-e8f9-4f03-ad91-98fad7d894aa'),
(121893,7,36229,NULL,2974,3,'2026-02-26 21:38:33','2026-02-26 21:38:33','7b1d1db0-2bf8-4d63-90b3-a1b089ce86a1'),
(121894,7,36229,NULL,617,4,'2026-02-26 21:38:33','2026-02-26 21:38:33','a8dd851e-636f-438b-8b12-06732326e967'),
(121895,7,36229,NULL,605,5,'2026-02-26 21:38:33','2026-02-26 21:38:33','b7e4c376-7182-4fbd-90f1-2988a892c422'),
(121896,7,36229,NULL,9552,6,'2026-02-26 21:38:33','2026-02-26 21:38:33','acf7c356-596d-4081-a129-e43e2af0dd6c'),
(121897,82,36229,NULL,479,1,'2026-02-26 21:38:33','2026-02-26 21:38:33','b98114a8-f35b-4217-8463-1a37965cc2a6'),
(121898,46,36229,NULL,3697,1,'2026-02-26 21:38:33','2026-02-26 21:38:33','17ead474-2179-49f5-a2bb-e770b146e0a3'),
(121899,47,36229,NULL,12403,1,'2026-02-26 21:38:33','2026-02-26 21:38:33','d78150ac-9717-4b75-b6e5-4ec15b46b9aa'),
(121900,57,36229,NULL,8108,1,'2026-02-26 21:38:33','2026-02-26 21:38:33','8902961d-ab09-4dae-8879-c8d7dae85dee'),
(121901,57,36229,NULL,8107,2,'2026-02-26 21:38:33','2026-02-26 21:38:33','4d7fd2a7-bc6f-445c-b434-57254e69064d'),
(121902,57,36229,NULL,8106,3,'2026-02-26 21:38:33','2026-02-26 21:38:33','06fe35a7-8c76-4896-a4d3-cdf470ad5e35'),
(121903,57,36229,NULL,8105,4,'2026-02-26 21:38:33','2026-02-26 21:38:33','7803fc53-2473-4dd0-bfd7-03d11b6eaf59'),
(121904,13,36229,NULL,6820,1,'2026-02-26 21:38:33','2026-02-26 21:38:33','afb3f26d-a47a-40e7-a84e-998cab50f8dd'),
(121930,32,36233,NULL,2610,1,'2026-02-26 22:08:23','2026-02-26 22:08:23','8deec8b6-2991-4d8e-abad-ede797ae5124'),
(121931,32,36233,NULL,2598,2,'2026-02-26 22:08:23','2026-02-26 22:08:23','b7ec9362-5490-4cc7-aad5-d9a07d1274cd'),
(121932,32,36233,NULL,2600,3,'2026-02-26 22:08:23','2026-02-26 22:08:23','85edcf4c-57e1-4f36-8417-75e20c9b308c'),
(121933,32,36233,NULL,2602,4,'2026-02-26 22:08:23','2026-02-26 22:08:23','153bd2e6-ac5b-4f26-b02f-82f811104e48'),
(121934,32,36233,NULL,2604,5,'2026-02-26 22:08:23','2026-02-26 22:08:23','21226d23-521f-483d-a98b-2f3bbd638537'),
(121935,32,36233,NULL,2608,6,'2026-02-26 22:08:23','2026-02-26 22:08:23','47a55c19-d946-4033-a409-c734d004c6ac'),
(121936,32,36233,NULL,2596,7,'2026-02-26 22:08:23','2026-02-26 22:08:23','db31de56-c38f-4733-b800-b6ccdc305d16'),
(121937,32,36233,NULL,2606,8,'2026-02-26 22:08:23','2026-02-26 22:08:23','42aa5088-3ef8-4f98-b0cc-b4cea98caa3e'),
(121938,32,36233,NULL,2612,9,'2026-02-26 22:08:23','2026-02-26 22:08:23','a921d00c-32cc-43a3-9d87-6654f8126da6'),
(121939,16,36233,NULL,8178,1,'2026-02-26 22:08:23','2026-02-26 22:08:23','59c5343d-3981-43ab-beb8-7fe1b13a19aa'),
(121940,7,36233,NULL,3468,1,'2026-02-26 22:08:23','2026-02-26 22:08:23','0129a15d-b734-4cef-8f9e-088c7a10797b'),
(121941,7,36233,NULL,601,2,'2026-02-26 22:08:23','2026-02-26 22:08:23','8ddda607-b723-4b4d-8ae0-bcab0202d69e'),
(121942,7,36233,NULL,2974,3,'2026-02-26 22:08:23','2026-02-26 22:08:23','18db1e5f-ce13-4107-ab60-b9de54634e2c'),
(121943,7,36233,NULL,9640,4,'2026-02-26 22:08:23','2026-02-26 22:08:23','1331fa47-10d0-4030-a72c-1de7c5ee0c18'),
(121944,7,36233,NULL,617,5,'2026-02-26 22:08:23','2026-02-26 22:08:23','2962ea23-260d-4b46-96a5-9588e0560c93'),
(121945,7,36233,NULL,9724,6,'2026-02-26 22:08:23','2026-02-26 22:08:23','e67d4db2-3be4-4383-bf91-b7c663506b77'),
(121946,7,36233,NULL,605,7,'2026-02-26 22:08:23','2026-02-26 22:08:23','0b685e3d-2cfd-45ac-9537-bb1cf1dae1a0'),
(121947,7,36233,NULL,9552,8,'2026-02-26 22:08:23','2026-02-26 22:08:23','a90025c1-0032-4795-8c3e-dd7a130097cd'),
(121948,82,36233,NULL,491,1,'2026-02-26 22:08:23','2026-02-26 22:08:23','d999eb59-ea1f-442f-b8aa-7cc4acbb86f0'),
(121949,47,36233,NULL,12425,1,'2026-02-26 22:08:23','2026-02-26 22:08:23','d38c9db7-a291-49c5-b78b-f4de5aed6ecc'),
(121950,57,36233,NULL,8175,1,'2026-02-26 22:08:23','2026-02-26 22:08:23','38f9f9f2-adc8-488a-877b-91b238206021'),
(121951,57,36233,NULL,8194,2,'2026-02-26 22:08:23','2026-02-26 22:08:23','0e8dd822-167a-4324-9d99-b9f4729d8289'),
(121952,57,36233,NULL,8174,3,'2026-02-26 22:08:23','2026-02-26 22:08:23','868dc43f-dd21-4107-a2bc-a4b79d82a431'),
(121953,57,36233,NULL,8177,4,'2026-02-26 22:08:23','2026-02-26 22:08:23','7aa85865-2024-4353-b18f-80e2311ca1bd'),
(121954,13,36233,NULL,23734,1,'2026-02-26 22:08:23','2026-02-26 22:08:23','5be7f8ec-ac91-49f2-afaa-8cfa7f8d59b3'),
(121980,32,36237,NULL,2610,1,'2026-02-26 22:09:29','2026-02-26 22:09:29','8c8475b6-9062-4bd2-9d35-74800a50a19a'),
(121981,32,36237,NULL,2598,2,'2026-02-26 22:09:29','2026-02-26 22:09:29','1556e021-faed-4e02-9ef0-db68af18cfca'),
(121982,32,36237,NULL,2600,3,'2026-02-26 22:09:29','2026-02-26 22:09:29','9b549b00-68fc-4705-bcd4-ec691003d8d8'),
(121983,32,36237,NULL,2602,4,'2026-02-26 22:09:29','2026-02-26 22:09:29','8dcd3710-0c98-4ddf-9db2-abfc98de1fe4'),
(121984,32,36237,NULL,2604,5,'2026-02-26 22:09:29','2026-02-26 22:09:29','e6e82583-6d51-4e3b-8b87-136fdab4973d'),
(121985,32,36237,NULL,2608,6,'2026-02-26 22:09:29','2026-02-26 22:09:29','782f20c8-0ca3-476e-9003-2a2fdf692a7d'),
(121986,32,36237,NULL,2596,7,'2026-02-26 22:09:29','2026-02-26 22:09:29','22b92594-9796-4dfb-8e56-b47fd41a8206'),
(121987,32,36237,NULL,2606,8,'2026-02-26 22:09:29','2026-02-26 22:09:29','06f10725-f2b8-4b1b-8f8c-199f0585aadc'),
(121988,32,36237,NULL,2612,9,'2026-02-26 22:09:29','2026-02-26 22:09:29','8d9c7659-d91a-4cdf-9cea-a299220a6e2c'),
(121989,16,36237,NULL,8178,1,'2026-02-26 22:09:29','2026-02-26 22:09:29','537b1d09-d116-4d47-b48b-1f16958dcb8a'),
(121990,7,36237,NULL,3468,1,'2026-02-26 22:09:29','2026-02-26 22:09:29','4f175ecb-ae83-42e7-85ad-9f091cb265f8'),
(121991,7,36237,NULL,601,2,'2026-02-26 22:09:29','2026-02-26 22:09:29','5c1b84d3-993d-4617-b814-e8675700fe93'),
(121992,7,36237,NULL,2974,3,'2026-02-26 22:09:29','2026-02-26 22:09:29','70bff6f8-635d-42a7-a530-5efe93f63210'),
(121993,7,36237,NULL,9640,4,'2026-02-26 22:09:29','2026-02-26 22:09:29','b1338613-b923-4ce2-86e5-1dfa985bb9ae'),
(121994,7,36237,NULL,617,5,'2026-02-26 22:09:29','2026-02-26 22:09:29','d213cfe1-89a7-4c30-9173-b2265adf3a77'),
(121995,7,36237,NULL,9724,6,'2026-02-26 22:09:29','2026-02-26 22:09:29','121bfdf6-234d-4476-9740-e2fabcf08263'),
(121996,7,36237,NULL,605,7,'2026-02-26 22:09:29','2026-02-26 22:09:29','3f076c39-cc31-4f7b-9876-2a711d44531d'),
(121997,7,36237,NULL,9552,8,'2026-02-26 22:09:29','2026-02-26 22:09:29','1a4ede6f-8114-496c-b118-6da6460e2ca6'),
(121998,82,36237,NULL,491,1,'2026-02-26 22:09:29','2026-02-26 22:09:29','11a6e313-e52d-4d58-a0f7-96769ce873b6'),
(121999,47,36237,NULL,12425,1,'2026-02-26 22:09:29','2026-02-26 22:09:29','6dd25d51-0d12-47b6-889c-dc3420caa0c9'),
(122000,57,36237,NULL,8175,1,'2026-02-26 22:09:29','2026-02-26 22:09:29','adbd2adb-a85f-4cf4-ac6d-de1ceec9c323'),
(122001,57,36237,NULL,8194,2,'2026-02-26 22:09:29','2026-02-26 22:09:29','dd1aad5f-91c9-4c5d-b465-989ba4304840'),
(122002,57,36237,NULL,8174,3,'2026-02-26 22:09:29','2026-02-26 22:09:29','58782f97-7486-4c7e-8bab-46510bdeede6'),
(122003,57,36237,NULL,8177,4,'2026-02-26 22:09:29','2026-02-26 22:09:29','aba2f2da-5b8a-44b5-84ce-d79c6fe66d06'),
(122004,13,36237,NULL,23734,1,'2026-02-26 22:09:29','2026-02-26 22:09:29','cda9762b-82a0-4443-bcf8-745d7dd5a1b8'),
(122039,32,36242,NULL,2610,1,'2026-02-26 22:10:50','2026-02-26 22:10:50','7ca36629-2f6c-4def-ad70-72c6100787de'),
(122040,32,36242,NULL,2598,2,'2026-02-26 22:10:50','2026-02-26 22:10:50','4e13bafc-fb0c-4c69-91cd-c9847259c383'),
(122041,32,36242,NULL,2600,3,'2026-02-26 22:10:50','2026-02-26 22:10:50','7c25615a-269b-464b-b9f3-d48feee3c41a'),
(122042,32,36242,NULL,2604,4,'2026-02-26 22:10:50','2026-02-26 22:10:50','c298f34e-10ab-42ac-a98a-d6bc29dd4f02'),
(122043,32,36242,NULL,2608,5,'2026-02-26 22:10:50','2026-02-26 22:10:50','d261a516-2070-4e72-9235-67b9b7fc33c5'),
(122044,32,36242,NULL,2596,6,'2026-02-26 22:10:50','2026-02-26 22:10:50','01da11f5-da14-4254-b99c-6052b6e33ecb'),
(122045,32,36242,NULL,2602,7,'2026-02-26 22:10:50','2026-02-26 22:10:50','c0b3ab0a-5cf6-45df-b4cc-fde7836b8192'),
(122046,32,36242,NULL,2606,8,'2026-02-26 22:10:50','2026-02-26 22:10:50','df4ac118-0236-4f47-ba85-fd34b1d06f0d'),
(122047,32,36242,NULL,2612,9,'2026-02-26 22:10:50','2026-02-26 22:10:50','d09d7356-b4c2-4d51-9142-3446b910aded'),
(122048,16,36242,NULL,3374,1,'2026-02-26 22:10:50','2026-02-26 22:10:50','d2a65a2a-b237-44aa-b9c7-2adc446fe7e7'),
(122049,7,36242,NULL,3468,1,'2026-02-26 22:10:50','2026-02-26 22:10:50','be518d30-798e-41b9-87e6-b50497ce81a8'),
(122050,7,36242,NULL,9732,2,'2026-02-26 22:10:50','2026-02-26 22:10:50','ea22855c-1085-4b3f-8c78-d53de89ad327'),
(122051,7,36242,NULL,617,3,'2026-02-26 22:10:50','2026-02-26 22:10:50','1ef269c1-8eb4-44cf-b814-5f3b21ba7abf'),
(122052,7,36242,NULL,605,4,'2026-02-26 22:10:50','2026-02-26 22:10:50','551b327b-25a3-4a60-a3aa-fa2b1d985f4f'),
(122053,7,36242,NULL,9552,5,'2026-02-26 22:10:50','2026-02-26 22:10:50','aa28047d-92c1-4a35-8d18-1ae998840a48'),
(122054,82,36242,NULL,469,1,'2026-02-26 22:10:50','2026-02-26 22:10:50','dce1ee93-dd66-48a3-a8f5-64b27d61d32b'),
(122055,82,36242,NULL,475,2,'2026-02-26 22:10:50','2026-02-26 22:10:50','7fb5bd54-a468-4476-ba20-6fcff8278346'),
(122056,82,36242,NULL,479,3,'2026-02-26 22:10:50','2026-02-26 22:10:50','98279e51-f065-40af-b358-d6984fd0c055'),
(122057,82,36242,NULL,491,4,'2026-02-26 22:10:50','2026-02-26 22:10:50','9245da7a-c1a7-433a-ac64-43f79e32b708'),
(122058,47,36242,NULL,12333,1,'2026-02-26 22:10:50','2026-02-26 22:10:50','971ea61c-53a3-4885-af68-e3ebf5657a1a'),
(122059,57,36242,NULL,3362,1,'2026-02-26 22:10:50','2026-02-26 22:10:50','7803f262-c580-45a8-a5b9-b8707f51e3ce'),
(122060,57,36242,NULL,3363,2,'2026-02-26 22:10:50','2026-02-26 22:10:50','bbe4aeee-7eb8-4971-9d81-ea8b64d04b25'),
(122061,57,36242,NULL,3364,3,'2026-02-26 22:10:50','2026-02-26 22:10:50','cdd75cc8-7a76-473a-bb81-5ea34efd8dfe'),
(122062,57,36242,NULL,3365,4,'2026-02-26 22:10:50','2026-02-26 22:10:50','236eed2b-8175-4e17-bc7d-04f27fd3d3bb'),
(122063,57,36242,NULL,3366,5,'2026-02-26 22:10:50','2026-02-26 22:10:50','b42ab5f4-8779-4dfe-8abf-bea113f4bd2d'),
(122064,57,36242,NULL,3367,6,'2026-02-26 22:10:50','2026-02-26 22:10:50','3e43a167-0f0e-4419-b7db-3d8538bc3ddc'),
(122065,57,36242,NULL,3368,7,'2026-02-26 22:10:50','2026-02-26 22:10:50','d9e13018-0948-427b-8764-173208f61761'),
(122066,57,36242,NULL,3369,8,'2026-02-26 22:10:50','2026-02-26 22:10:50','7e68475e-0a02-4475-bd78-4985bc9a16b5'),
(122067,57,36242,NULL,3370,9,'2026-02-26 22:10:50','2026-02-26 22:10:50','378ef171-646a-43d6-841b-2accdce7f1dc'),
(122068,57,36242,NULL,3371,10,'2026-02-26 22:10:50','2026-02-26 22:10:50','d82fa4a8-7cda-44f0-899c-a324c86e68fb'),
(122069,57,36242,NULL,3372,11,'2026-02-26 22:10:50','2026-02-26 22:10:50','0d761348-3547-45e8-a9b3-5ede0406323e'),
(122070,57,36242,NULL,3373,12,'2026-02-26 22:10:50','2026-02-26 22:10:50','0d85eb7a-4959-4e23-abfa-dc5a19758bb6'),
(122071,57,36242,NULL,3374,13,'2026-02-26 22:10:50','2026-02-26 22:10:50','43a93f58-4db0-4db4-afcd-69d3e95f9df8'),
(122072,72,36242,NULL,548,1,'2026-02-26 22:10:50','2026-02-26 22:10:50','8d70c7df-019a-4a8f-bdfe-a4460580671c'),
(122107,32,36245,NULL,2610,1,'2026-02-26 22:12:14','2026-02-26 22:12:14','b52cf9f8-5d7e-4705-8d92-0e77b9dfe968'),
(122108,32,36245,NULL,2598,2,'2026-02-26 22:12:14','2026-02-26 22:12:14','80f3095c-3c62-4df8-b846-990999f357a6'),
(122109,32,36245,NULL,2600,3,'2026-02-26 22:12:14','2026-02-26 22:12:14','6cd12cc7-097f-45a7-a29c-0e179caf99c5'),
(122110,32,36245,NULL,2604,4,'2026-02-26 22:12:14','2026-02-26 22:12:14','6a1cec80-ac87-429f-a501-2c96b695c14e'),
(122111,32,36245,NULL,2608,5,'2026-02-26 22:12:14','2026-02-26 22:12:14','3311fb0e-62fd-495c-829a-9008df1a0b9b'),
(122112,32,36245,NULL,2596,6,'2026-02-26 22:12:14','2026-02-26 22:12:14','2b88e0bc-b689-415b-93aa-b6c7f86c3def'),
(122113,32,36245,NULL,2602,7,'2026-02-26 22:12:14','2026-02-26 22:12:14','d74365c4-c5d7-4793-b35e-ece55040ac47'),
(122114,32,36245,NULL,2606,8,'2026-02-26 22:12:14','2026-02-26 22:12:14','ffbd1940-6723-43ec-b9d5-673933207941'),
(122115,32,36245,NULL,2612,9,'2026-02-26 22:12:14','2026-02-26 22:12:14','d89516b7-c5a4-4e18-8f1e-7fd5d23b00f5'),
(122116,16,36245,NULL,3374,1,'2026-02-26 22:12:14','2026-02-26 22:12:14','d3cdbb5e-c083-4762-9ac2-f0f93f3e021e'),
(122117,7,36245,NULL,3468,1,'2026-02-26 22:12:14','2026-02-26 22:12:14','772589ac-47e7-4fc5-9e98-733adcdde78b'),
(122118,7,36245,NULL,9732,2,'2026-02-26 22:12:14','2026-02-26 22:12:14','85a59476-80cc-4b52-bda6-757f9f9c9ea2'),
(122119,7,36245,NULL,617,3,'2026-02-26 22:12:14','2026-02-26 22:12:14','3264058b-8cdf-4af6-ba80-afb54f1bcc0b'),
(122120,7,36245,NULL,605,4,'2026-02-26 22:12:14','2026-02-26 22:12:14','1a7d62e7-dc47-45e6-846b-b68abcbc4d62'),
(122121,7,36245,NULL,9552,5,'2026-02-26 22:12:14','2026-02-26 22:12:14','7e21d616-d7c9-4e65-bb15-8ec01289409b'),
(122122,82,36245,NULL,469,1,'2026-02-26 22:12:14','2026-02-26 22:12:14','0ee5a1a0-b436-42b3-9e0e-11f5f32d0ccb'),
(122123,82,36245,NULL,475,2,'2026-02-26 22:12:14','2026-02-26 22:12:14','d68088a3-6e06-49a8-83d7-a98d7a8b5b80'),
(122124,82,36245,NULL,479,3,'2026-02-26 22:12:14','2026-02-26 22:12:14','cb3eff36-cbeb-45cb-bf55-1d482ab51208'),
(122125,82,36245,NULL,491,4,'2026-02-26 22:12:14','2026-02-26 22:12:14','5ef6579f-e898-42ab-8ad7-77ddb4fb183c'),
(122126,47,36245,NULL,12333,1,'2026-02-26 22:12:14','2026-02-26 22:12:14','9a2b254f-1371-4ebb-9b82-5c38e813838f'),
(122127,57,36245,NULL,3362,1,'2026-02-26 22:12:14','2026-02-26 22:12:14','9f335df8-884b-4c96-8f5c-493808a2f754'),
(122128,57,36245,NULL,3363,2,'2026-02-26 22:12:14','2026-02-26 22:12:14','27e356bf-0614-4633-b109-d7479b472139'),
(122129,57,36245,NULL,3364,3,'2026-02-26 22:12:14','2026-02-26 22:12:14','b5b8112f-a313-493a-956c-4f92223049b4'),
(122130,57,36245,NULL,3365,4,'2026-02-26 22:12:14','2026-02-26 22:12:14','4475d912-f1d3-4f6f-adf4-538082ea2bac'),
(122131,57,36245,NULL,3366,5,'2026-02-26 22:12:14','2026-02-26 22:12:14','3f21c3b9-88a4-42d0-bdf0-d24532e703f7'),
(122132,57,36245,NULL,3367,6,'2026-02-26 22:12:14','2026-02-26 22:12:14','6bbdba6d-003e-4d24-9e5f-0878e403e4f7'),
(122133,57,36245,NULL,3368,7,'2026-02-26 22:12:14','2026-02-26 22:12:14','e2422f85-e0db-48df-a2e3-ecc03c8167f7'),
(122134,57,36245,NULL,3369,8,'2026-02-26 22:12:14','2026-02-26 22:12:14','6bb45dab-26ba-4bba-a049-2332ab5e8de5'),
(122135,57,36245,NULL,3370,9,'2026-02-26 22:12:14','2026-02-26 22:12:14','43cfb6b3-b000-4bd4-a22d-49afe462d116'),
(122136,57,36245,NULL,3371,10,'2026-02-26 22:12:14','2026-02-26 22:12:14','7e338564-492d-4d30-a53a-f199ddcf59c7'),
(122137,57,36245,NULL,3372,11,'2026-02-26 22:12:14','2026-02-26 22:12:14','01139f42-c6c1-4626-b37a-6928b958f7b9'),
(122138,57,36245,NULL,3373,12,'2026-02-26 22:12:14','2026-02-26 22:12:14','de87b5b5-6343-476e-ba99-2f5a031b1202'),
(122139,57,36245,NULL,3374,13,'2026-02-26 22:12:14','2026-02-26 22:12:14','849b6f30-3030-4467-9de6-2c768beb6f7a'),
(122140,72,36245,NULL,548,1,'2026-02-26 22:12:14','2026-02-26 22:12:14','2c439171-466a-4036-bd1b-f1e959b5e248'),
(122141,32,36267,NULL,2614,1,'2026-02-27 01:44:31','2026-02-27 01:44:31','ffe102c7-81f1-4cbf-9ab4-4c7a0115b85c'),
(122142,32,36267,NULL,2610,2,'2026-02-27 01:44:31','2026-02-27 01:44:31','e256ca5a-0e04-4cec-918d-7553aca6c3dc'),
(122143,32,36267,NULL,2598,3,'2026-02-27 01:44:31','2026-02-27 01:44:31','62c36678-848b-4fb0-9405-b795dcd86983'),
(122144,32,36267,NULL,2600,4,'2026-02-27 01:44:31','2026-02-27 01:44:31','49b0a6bd-7cf5-49d2-809d-2346d81b8b3f'),
(122145,32,36267,NULL,2612,5,'2026-02-27 01:44:31','2026-02-27 01:44:31','fdbf0104-55fd-408d-8de3-7921047c7b22'),
(122146,32,36267,NULL,2604,6,'2026-02-27 01:44:31','2026-02-27 01:44:31','f25676ab-5270-4998-aa6b-cad5d58c62f0'),
(122147,32,36267,NULL,2608,7,'2026-02-27 01:44:31','2026-02-27 01:44:31','82f0ae2b-9ed1-4629-97ca-c1bb20dc67c9'),
(122148,32,36267,NULL,2596,8,'2026-02-27 01:44:31','2026-02-27 01:44:31','10fbd6d5-7a82-4b2c-adbb-4ed07b4aab27'),
(122149,32,36267,NULL,2602,9,'2026-02-27 01:44:31','2026-02-27 01:44:31','544c418a-483f-4521-bd61-42bd1571260b'),
(122150,32,36267,NULL,2606,10,'2026-02-27 01:44:31','2026-02-27 01:44:31','a63b9911-59f2-44e9-8723-eb079861c548'),
(122151,16,36267,NULL,3722,1,'2026-02-27 01:44:31','2026-02-27 01:44:31','9576a4d8-7d30-4489-ad97-d72a31ba8fb9'),
(122152,7,36267,NULL,3468,1,'2026-02-27 01:44:31','2026-02-27 01:44:31','5a21cc93-0782-4e2c-bd57-299c5c2ce626'),
(122153,7,36267,NULL,601,2,'2026-02-27 01:44:31','2026-02-27 01:44:31','25f2573b-9c75-4a9b-b5a2-77c3fbdf44a7'),
(122154,7,36267,NULL,9640,3,'2026-02-27 01:44:31','2026-02-27 01:44:31','97cdb1d6-7b06-4dff-8caf-16d56dc76bce'),
(122155,7,36267,NULL,617,4,'2026-02-27 01:44:31','2026-02-27 01:44:31','17f16224-ad15-46ee-b460-683d957a75fb'),
(122156,7,36267,NULL,605,5,'2026-02-27 01:44:31','2026-02-27 01:44:31','190afee1-77bb-4443-babd-307c14f9a824'),
(122157,7,36267,NULL,9552,6,'2026-02-27 01:44:31','2026-02-27 01:44:31','f0912eef-5e1d-4e15-90c7-67b4f98b9a5e'),
(122158,7,36267,NULL,9549,7,'2026-02-27 01:44:31','2026-02-27 01:44:31','5c5c62e4-d1bf-4d7c-8b5f-5ba1184a94b9'),
(122159,82,36267,NULL,479,1,'2026-02-27 01:44:31','2026-02-27 01:44:31','472ae979-7ba0-4c99-8931-67431338290b'),
(122160,47,36267,NULL,12386,1,'2026-02-27 01:44:31','2026-02-27 01:44:31','e03e06f9-a773-493e-bed5-e4d1b658bbc5'),
(122161,57,36267,NULL,8024,1,'2026-02-27 01:44:31','2026-02-27 01:44:31','7677d56e-80f3-44be-ae64-31c03296120c'),
(122162,57,36267,NULL,8025,2,'2026-02-27 01:44:31','2026-02-27 01:44:31','fa48d340-374d-4022-a369-27bab6edbd94'),
(122163,57,36267,NULL,8027,3,'2026-02-27 01:44:31','2026-02-27 01:44:31','4d331807-e312-4408-aaa7-45b64fb472a9'),
(122164,57,36267,NULL,8026,4,'2026-02-27 01:44:31','2026-02-27 01:44:31','2536702f-b372-4d75-9ccf-40f93978fe2b'),
(122165,13,36267,NULL,23704,1,'2026-02-27 01:44:31','2026-02-27 01:44:31','d5a48e2d-5e21-40ae-b3c5-d036bdb05398'),
(122166,16,36268,NULL,7937,1,'2026-02-27 01:48:43','2026-02-27 01:48:43','d72c1d57-c250-4ccc-a746-2c5318fa2af9'),
(122167,7,36268,NULL,617,1,'2026-02-27 01:48:43','2026-02-27 01:48:43','3eb0565c-7831-453e-931a-18de8060546f'),
(122168,7,36268,NULL,605,2,'2026-02-27 01:48:43','2026-02-27 01:48:43','b3ee989c-189c-4a44-a6ea-f89454bb8e48'),
(122169,7,36268,NULL,9552,3,'2026-02-27 01:48:43','2026-02-27 01:48:43','521a32a8-362d-4368-a10c-f474c93525a5'),
(122170,57,36268,NULL,7939,1,'2026-02-27 01:48:43','2026-02-27 01:48:43','db195c31-2b15-4428-b70d-e4ba0553ab67'),
(122171,57,36268,NULL,7941,2,'2026-02-27 01:48:43','2026-02-27 01:48:43','3ca35974-f7b5-434d-b68d-9d1a2199db88'),
(122172,57,36268,NULL,7940,3,'2026-02-27 01:48:43','2026-02-27 01:48:43','fb51c71b-5c7e-4a06-8199-4edc6a076005'),
(122173,57,36268,NULL,7938,4,'2026-02-27 01:48:43','2026-02-27 01:48:43','41a112e5-e70b-4b6f-8d93-b21db2666b2a'),
(122174,13,36268,NULL,23944,1,'2026-02-27 01:48:43','2026-02-27 01:48:43','929f1382-e54d-43e6-b4fa-1c0ad5a9c13f'),
(122202,7,957,NULL,601,1,'2026-03-04 15:00:08','2026-03-04 15:00:08','ff828488-61b1-41c2-967c-582084d1392e'),
(122203,7,957,NULL,3468,2,'2026-03-04 15:00:08','2026-03-04 15:00:08','2998072a-fa11-4a85-b0ff-4fa9afbc891a'),
(122204,32,38277,NULL,2610,1,'2026-03-04 15:00:08','2026-03-04 15:00:08','1c3daf1d-ed1f-43fd-8055-cf82484d120d'),
(122205,32,38277,NULL,2598,2,'2026-03-04 15:00:08','2026-03-04 15:00:08','95b910ab-c570-46c5-a63e-180814c169e2'),
(122206,32,38277,NULL,2608,3,'2026-03-04 15:00:08','2026-03-04 15:00:08','449d274f-1d9e-483d-a92c-b511e6295e58'),
(122207,32,38277,NULL,2600,4,'2026-03-04 15:00:08','2026-03-04 15:00:08','ddc740d2-2444-45de-b4aa-70704e8a6df5'),
(122208,32,38277,NULL,2596,5,'2026-03-04 15:00:08','2026-03-04 15:00:08','93522d0c-2b91-4d83-8728-ffca312520fc'),
(122209,32,38277,NULL,2602,6,'2026-03-04 15:00:08','2026-03-04 15:00:08','66277403-15b4-486c-8ebf-abe33a41b5f6'),
(122210,32,38277,NULL,2604,7,'2026-03-04 15:00:08','2026-03-04 15:00:08','912497a8-9de6-4a1d-a87c-34c18cf7576e'),
(122211,32,38277,NULL,2606,8,'2026-03-04 15:00:08','2026-03-04 15:00:08','0ed72ccd-c02f-41d8-8955-02dff5b3c09b'),
(122212,32,38277,NULL,2612,9,'2026-03-04 15:00:08','2026-03-04 15:00:08','494b85df-de72-440d-a8ce-6ac393bd8f4a'),
(122213,16,38277,NULL,7707,1,'2026-03-04 15:00:08','2026-03-04 15:00:08','cfac9ddd-8639-4bfc-aac6-6b66713f9cf5'),
(122214,7,38277,NULL,601,1,'2026-03-04 15:00:08','2026-03-04 15:00:08','0f36d74b-9f31-40d1-a12e-8f87b2d1d929'),
(122215,7,38277,NULL,3468,2,'2026-03-04 15:00:08','2026-03-04 15:00:08','c761cec7-5a8a-440d-82f6-cc5e4ba503e3'),
(122216,7,38277,NULL,3027,3,'2026-03-04 15:00:08','2026-03-04 15:00:08','7f4383f2-3f06-48a6-b671-f0aa99ef811b'),
(122217,7,38277,NULL,9727,4,'2026-03-04 15:00:08','2026-03-04 15:00:08','e3ec1551-3fe1-41fd-a1ba-bf04065fb085'),
(122218,7,38277,NULL,617,5,'2026-03-04 15:00:08','2026-03-04 15:00:08','45a0d6ef-f61c-46e0-8505-888ffaee17cb'),
(122219,7,38277,NULL,605,6,'2026-03-04 15:00:08','2026-03-04 15:00:08','009f3540-8fc4-41d5-b9b5-d1a5a91a1426'),
(122220,82,38277,NULL,491,1,'2026-03-04 15:00:08','2026-03-04 15:00:08','1f7f05ca-2e8f-4c20-8ef3-920c7b9444e5'),
(122221,46,38277,NULL,7369,1,'2026-03-04 15:00:08','2026-03-04 15:00:08','fb97d510-e3c3-4969-aa81-ab2e43d561b3'),
(122222,47,38277,NULL,14963,1,'2026-03-04 15:00:08','2026-03-04 15:00:08','d9ece91e-77ff-4250-8312-ef24d3419f41'),
(122223,57,38277,NULL,4923,1,'2026-03-04 15:00:08','2026-03-04 15:00:08','b4b6a393-896e-4032-9521-16b75a278afa'),
(122224,57,38277,NULL,4920,2,'2026-03-04 15:00:08','2026-03-04 15:00:08','338cdbe7-a37b-42e5-9e9f-c2c0be1617c8'),
(122225,57,38277,NULL,4921,3,'2026-03-04 15:00:08','2026-03-04 15:00:08','7a7a1ce2-edfd-4154-8e20-df457abde240'),
(122226,57,38277,NULL,4922,4,'2026-03-04 15:00:08','2026-03-04 15:00:08','2a7c95af-46ba-4ea7-92af-41ccd084b3c6'),
(122227,57,38277,NULL,4924,5,'2026-03-04 15:00:08','2026-03-04 15:00:08','ca848655-4956-48c9-a4ba-7b79e5b0b1c0'),
(122228,57,38277,NULL,7722,6,'2026-03-04 15:00:08','2026-03-04 15:00:08','c492e227-549b-450c-ac3b-72586906e380'),
(122229,13,38277,NULL,23851,1,'2026-03-04 15:00:08','2026-03-04 15:00:08','0f25176c-b267-4b81-9000-6e47467533bd'),
(122230,32,38279,NULL,2610,1,'2026-03-04 15:00:23','2026-03-04 15:00:23','8ae9ec54-eefb-4c7d-9b69-4d7742553460'),
(122231,32,38279,NULL,2598,2,'2026-03-04 15:00:23','2026-03-04 15:00:23','6ead8eda-43c7-45aa-9065-97d45b19a292'),
(122232,32,38279,NULL,2600,3,'2026-03-04 15:00:23','2026-03-04 15:00:23','4ef7fd7e-668b-4965-8b04-aec6f0b42eb9'),
(122233,32,38279,NULL,2602,4,'2026-03-04 15:00:23','2026-03-04 15:00:23','9ec32582-3c46-435e-a907-3a749a6eefa3'),
(122234,32,38279,NULL,2612,5,'2026-03-04 15:00:23','2026-03-04 15:00:23','b99fe536-bbe6-423b-9814-f87b7a060d04'),
(122235,32,38279,NULL,2618,6,'2026-03-04 15:00:23','2026-03-04 15:00:23','0cde3aa9-56d3-4e3d-979d-0b545313301c'),
(122236,32,38279,NULL,2604,7,'2026-03-04 15:00:23','2026-03-04 15:00:23','5fc38349-7b2a-4480-8480-0b04be367203'),
(122237,32,38279,NULL,2614,8,'2026-03-04 15:00:23','2026-03-04 15:00:23','23e920bc-07da-4ebd-bedb-65b3d83e8e0a'),
(122238,32,38279,NULL,2608,9,'2026-03-04 15:00:23','2026-03-04 15:00:23','6fa93c40-3f02-4548-a97d-a9e2ab82e820'),
(122239,32,38279,NULL,2596,10,'2026-03-04 15:00:23','2026-03-04 15:00:23','6b2ae0e4-dbfc-4ed5-97c2-8b44774c03a9'),
(122240,32,38279,NULL,2606,11,'2026-03-04 15:00:23','2026-03-04 15:00:23','484d15c1-395d-4cca-b868-51cfec8cb82d'),
(122241,16,38279,NULL,8104,1,'2026-03-04 15:00:23','2026-03-04 15:00:23','6566d71f-c1bc-49a7-ad21-9de4a3b8fb69'),
(122242,7,38279,NULL,9724,1,'2026-03-04 15:00:23','2026-03-04 15:00:23','5e1e7621-a38a-4e81-b0bb-eea63871b8c1'),
(122243,7,38279,NULL,2969,2,'2026-03-04 15:00:23','2026-03-04 15:00:23','e923e610-a472-43b2-8c9f-949f77a0cd9f'),
(122244,7,38279,NULL,2974,3,'2026-03-04 15:00:23','2026-03-04 15:00:23','dab0f0bb-a16b-492b-92d7-7a7f397d0a26'),
(122245,7,38279,NULL,617,4,'2026-03-04 15:00:23','2026-03-04 15:00:23','27275a82-de82-4182-9ae4-ff0c7f04ad8a'),
(122246,7,38279,NULL,605,5,'2026-03-04 15:00:23','2026-03-04 15:00:23','94612fca-5c40-4576-bc4e-06583ada4633'),
(122247,7,38279,NULL,9552,6,'2026-03-04 15:00:23','2026-03-04 15:00:23','34445a0b-e13a-4812-800e-af584a30903d'),
(122248,82,38279,NULL,479,1,'2026-03-04 15:00:23','2026-03-04 15:00:23','ed9de416-38d6-439a-809a-a135d094a614'),
(122249,46,38279,NULL,3697,1,'2026-03-04 15:00:23','2026-03-04 15:00:23','bca6c670-f76d-467a-b6ee-2650aebd3518'),
(122250,47,38279,NULL,12403,1,'2026-03-04 15:00:23','2026-03-04 15:00:23','e9de332a-f0f2-466c-8831-265c6455543a'),
(122251,57,38279,NULL,8108,1,'2026-03-04 15:00:23','2026-03-04 15:00:23','21e34348-9306-4fe8-8808-c481cbf809b7'),
(122252,57,38279,NULL,8107,2,'2026-03-04 15:00:23','2026-03-04 15:00:23','26c948ee-c1d5-4af1-9b51-9e058ef2d90e'),
(122253,57,38279,NULL,8106,3,'2026-03-04 15:00:23','2026-03-04 15:00:23','f55c0e44-310b-43ce-b2ad-8456b878a2ca'),
(122254,57,38279,NULL,8105,4,'2026-03-04 15:00:23','2026-03-04 15:00:23','490c779a-0fff-4e49-86d7-7f1b2a1d9ee8'),
(122255,13,38279,NULL,6820,1,'2026-03-04 15:00:23','2026-03-04 15:00:23','97ebd301-1d91-45fc-9aaa-1a34d4fd1ad8'),
(122256,32,38293,NULL,2614,1,'2026-03-04 15:07:45','2026-03-04 15:07:45','3da4ea25-5746-4644-bf8d-7f290f5a11c8'),
(122257,32,38293,NULL,2610,2,'2026-03-04 15:07:45','2026-03-04 15:07:45','019a332e-583b-4412-af9c-d029fb53f9a7'),
(122258,32,38293,NULL,2598,3,'2026-03-04 15:07:45','2026-03-04 15:07:45','4ffcaa0c-cdec-4fcd-9596-f9b3398d6c36'),
(122259,32,38293,NULL,2608,4,'2026-03-04 15:07:45','2026-03-04 15:07:45','3ffc2360-e29b-465f-b53d-e5eaee86dd78'),
(122260,32,38293,NULL,2600,5,'2026-03-04 15:07:45','2026-03-04 15:07:45','3d645c53-8fe6-44c2-9d29-17d7c483ac85'),
(122261,32,38293,NULL,2596,6,'2026-03-04 15:07:45','2026-03-04 15:07:45','f2ed7d97-fb01-495a-a107-b8430aed9c60'),
(122262,32,38293,NULL,2602,7,'2026-03-04 15:07:45','2026-03-04 15:07:45','2f38b9eb-56c5-4593-96c6-222a5f17aaf1'),
(122263,32,38293,NULL,2612,8,'2026-03-04 15:07:45','2026-03-04 15:07:45','b6349d23-7ab8-4582-90be-6905dad1d06f'),
(122264,32,38293,NULL,2604,9,'2026-03-04 15:07:45','2026-03-04 15:07:45','3d53546d-fdb6-49ae-b2a7-77749832623e'),
(122265,32,38293,NULL,2606,10,'2026-03-04 15:07:45','2026-03-04 15:07:45','a10b8fe6-313e-465c-8fa3-b0a6dc01b9af'),
(122266,16,38293,NULL,9238,1,'2026-03-04 15:07:45','2026-03-04 15:07:45','a5776ef3-01dd-41a3-9f70-a5077ec3a370'),
(122267,7,38293,NULL,3468,1,'2026-03-04 15:07:45','2026-03-04 15:07:45','398eaa9e-eccc-4d56-8ef7-2cc44a589584'),
(122268,7,38293,NULL,601,2,'2026-03-04 15:07:45','2026-03-04 15:07:45','97bbc578-cd52-470d-b143-f247bd730d9a'),
(122269,7,38293,NULL,617,3,'2026-03-04 15:07:45','2026-03-04 15:07:45','e984ff38-32de-4c30-ad90-6ceb95f289fc'),
(122270,7,38293,NULL,9552,4,'2026-03-04 15:07:45','2026-03-04 15:07:45','8e9d02ff-1d98-40dc-beea-d7db3fe99000'),
(122271,7,38293,NULL,605,5,'2026-03-04 15:07:45','2026-03-04 15:07:45','798ccebf-2944-4d0f-be5c-6e5f85ee98da'),
(122272,82,38293,NULL,479,1,'2026-03-04 15:07:45','2026-03-04 15:07:45','94802cb0-179a-4680-841f-e5c77c6b820e'),
(122273,47,38293,NULL,12374,1,'2026-03-04 15:07:45','2026-03-04 15:07:45','2c21cf9e-955e-4d86-b4a2-cd686a91861e'),
(122274,57,38293,NULL,9244,1,'2026-03-04 15:07:45','2026-03-04 15:07:45','a1763ef5-c6d3-46d2-aff7-02fcafa9a2c7'),
(122275,57,38293,NULL,9250,2,'2026-03-04 15:07:45','2026-03-04 15:07:45','94e49a2d-4365-4f6c-acad-dc660b331d18'),
(122276,57,38293,NULL,9245,3,'2026-03-04 15:07:45','2026-03-04 15:07:45','2e372b35-e382-47d0-8606-525bd757230d'),
(122277,57,38293,NULL,9246,4,'2026-03-04 15:07:45','2026-03-04 15:07:45','e9911b64-bdf2-4304-bb4f-d940e06e9f6d'),
(122278,57,38293,NULL,9247,5,'2026-03-04 15:07:45','2026-03-04 15:07:45','02753a3e-de79-40c5-b373-dc8bd1cc2857'),
(122279,57,38293,NULL,9248,6,'2026-03-04 15:07:45','2026-03-04 15:07:45','9847a439-655b-4944-b9d3-295fbecc4f7a'),
(122280,57,38293,NULL,9249,7,'2026-03-04 15:07:45','2026-03-04 15:07:45','5d2dca81-0ef8-42c6-a9e8-b1811d98dbd9'),
(122281,32,38294,NULL,2610,1,'2026-03-04 15:08:05','2026-03-04 15:08:05','0a34722f-e3a7-4170-b359-525cbcba3e23'),
(122282,32,38294,NULL,2598,2,'2026-03-04 15:08:05','2026-03-04 15:08:05','4bac0427-c3c9-4db1-a745-93d7b3df1a15'),
(122283,32,38294,NULL,2608,3,'2026-03-04 15:08:05','2026-03-04 15:08:05','15b4d515-7562-4fed-a8f4-0be07b53a4c1'),
(122284,32,38294,NULL,2600,4,'2026-03-04 15:08:05','2026-03-04 15:08:05','90d5d9ee-e30e-4c83-9da7-489462e2b5ed'),
(122285,32,38294,NULL,2596,5,'2026-03-04 15:08:05','2026-03-04 15:08:05','02de5ace-77eb-43ce-abbc-0b8da349933f'),
(122286,32,38294,NULL,2602,6,'2026-03-04 15:08:05','2026-03-04 15:08:05','54e5faa0-f325-4e81-bad5-bda068ee4185'),
(122287,32,38294,NULL,2606,7,'2026-03-04 15:08:05','2026-03-04 15:08:05','ef9c02be-41b9-4c9b-ac8f-7017cc1b9b8d'),
(122288,32,38294,NULL,2612,8,'2026-03-04 15:08:05','2026-03-04 15:08:05','1af38d9b-0f43-4065-88a8-436f1a3437a0'),
(122289,32,38294,NULL,2604,9,'2026-03-04 15:08:05','2026-03-04 15:08:05','06bc044a-f0ca-4212-969e-8dda08fa583f'),
(122290,16,38294,NULL,10248,1,'2026-03-04 15:08:05','2026-03-04 15:08:05','4193fd14-6412-482b-a8cc-9f89eb23f971'),
(122291,7,38294,NULL,601,1,'2026-03-04 15:08:05','2026-03-04 15:08:05','1f5fa42a-31f4-4ddd-89ad-f644caac3242'),
(122292,7,38294,NULL,3468,2,'2026-03-04 15:08:05','2026-03-04 15:08:05','fb68800f-f965-4678-9b8b-187ba6069114'),
(122293,7,38294,NULL,2974,3,'2026-03-04 15:08:05','2026-03-04 15:08:05','94442aa5-feb4-4d97-8c41-1e6cdb119506'),
(122294,7,38294,NULL,28766,4,'2026-03-04 15:08:05','2026-03-04 15:08:05','aa0eca9b-1c12-4bf6-b34c-a227a436685c'),
(122295,7,38294,NULL,617,5,'2026-03-04 15:08:05','2026-03-04 15:08:05','3669827c-f54a-48e5-b779-3976c001b26a'),
(122296,7,38294,NULL,605,6,'2026-03-04 15:08:05','2026-03-04 15:08:05','fe59d0e4-1d57-444a-a358-735c264a78b3'),
(122297,7,38294,NULL,9552,7,'2026-03-04 15:08:05','2026-03-04 15:08:05','0a4ad618-035b-4e08-b91b-d341b6f9fed5'),
(122298,82,38294,NULL,491,1,'2026-03-04 15:08:05','2026-03-04 15:08:05','90982c90-1cf9-42b3-a59a-0530e1d72db0'),
(122299,46,38294,NULL,7369,1,'2026-03-04 15:08:05','2026-03-04 15:08:05','8b9ce1fa-b70b-4470-9f9b-cd67865b5613'),
(122300,47,38294,NULL,15316,1,'2026-03-04 15:08:05','2026-03-04 15:08:05','47f4a981-b050-46d2-b9f8-c030d7bebc11'),
(122301,57,38294,NULL,10250,1,'2026-03-04 15:08:05','2026-03-04 15:08:05','4d41d0e6-ab90-4b79-b4d1-36b9a6ddc710'),
(122302,57,38294,NULL,10249,2,'2026-03-04 15:08:05','2026-03-04 15:08:05','e956b522-5636-4904-bef6-cc959f168909'),
(122303,57,38294,NULL,9331,3,'2026-03-04 15:08:05','2026-03-04 15:08:05','a633725d-a463-4abe-b16a-f722b35dc89e'),
(122304,57,38294,NULL,9336,4,'2026-03-04 15:08:05','2026-03-04 15:08:05','ab885e58-0e20-40ab-99df-59be14dc94e3'),
(122305,57,38294,NULL,9332,5,'2026-03-04 15:08:05','2026-03-04 15:08:05','870e2c86-6b96-4b4d-b4be-cc1bf0ded1cb'),
(122306,57,38294,NULL,10251,6,'2026-03-04 15:08:05','2026-03-04 15:08:05','3e4db0f7-0523-49ad-965b-faccd12d71e4'),
(122307,57,38294,NULL,9333,7,'2026-03-04 15:08:05','2026-03-04 15:08:05','ace41b5e-05fc-4786-a8e8-2ef2268f7837'),
(122308,57,38294,NULL,9334,8,'2026-03-04 15:08:05','2026-03-04 15:08:05','46c54a8c-25ba-44f2-9b18-c942d7e2837c'),
(122309,57,38294,NULL,9335,9,'2026-03-04 15:08:05','2026-03-04 15:08:05','2572cbc4-a469-42cc-bdab-3acdfb883272'),
(122310,57,38294,NULL,10252,10,'2026-03-04 15:08:05','2026-03-04 15:08:05','a9c6494c-46aa-4501-b6e9-4aa0d5537034'),
(122311,13,38294,NULL,23764,1,'2026-03-04 15:08:05','2026-03-04 15:08:05','dfbbf9ac-0e45-46d1-b5c1-4e822ae36278'),
(122312,32,38295,NULL,2610,1,'2026-03-04 15:08:23','2026-03-04 15:08:23','6d3c58d1-dbec-4ea5-b20e-740cb2cf535d'),
(122313,32,38295,NULL,2598,2,'2026-03-04 15:08:23','2026-03-04 15:08:23','2cb0b5ea-0dfe-458c-a420-a384f22c4ecb'),
(122314,32,38295,NULL,2608,3,'2026-03-04 15:08:23','2026-03-04 15:08:23','a69d7c1d-0ce5-4940-9170-1e6bf2865760'),
(122315,32,38295,NULL,2600,4,'2026-03-04 15:08:23','2026-03-04 15:08:23','6b1459f4-5c07-459e-a92f-7ebcb2669187'),
(122316,32,38295,NULL,2596,5,'2026-03-04 15:08:23','2026-03-04 15:08:23','90f333ec-65cf-4e9f-84d0-87f9d8672c93'),
(122317,32,38295,NULL,2602,6,'2026-03-04 15:08:23','2026-03-04 15:08:23','e0c958eb-3bef-4b89-815b-0df12ed6ce2d'),
(122318,32,38295,NULL,2604,7,'2026-03-04 15:08:23','2026-03-04 15:08:23','8a3542cc-e69c-4e7f-a65f-5a7b5bbee651'),
(122319,32,38295,NULL,2606,8,'2026-03-04 15:08:23','2026-03-04 15:08:23','bb88915f-c08b-4d27-9cc9-40890f0e87f1'),
(122320,32,38295,NULL,2612,9,'2026-03-04 15:08:23','2026-03-04 15:08:23','1929ae5d-870f-4877-ba06-b969c32378be'),
(122321,16,38295,NULL,7707,1,'2026-03-04 15:08:23','2026-03-04 15:08:23','6268f6af-d8f3-4906-9f19-de11b4e6c587'),
(122322,7,38295,NULL,601,1,'2026-03-04 15:08:23','2026-03-04 15:08:23','e80dac01-9937-4231-8768-cb9b83bf70e7'),
(122323,7,38295,NULL,3468,2,'2026-03-04 15:08:23','2026-03-04 15:08:23','b36b1091-cbf2-4b40-abb2-00f69781d6d8'),
(122324,7,38295,NULL,3027,3,'2026-03-04 15:08:23','2026-03-04 15:08:23','a1caa790-978c-40c8-a50f-d791f2485a10'),
(122325,7,38295,NULL,9727,4,'2026-03-04 15:08:23','2026-03-04 15:08:23','d2235232-6e74-44ed-8c50-1d814e55a28e'),
(122326,7,38295,NULL,617,5,'2026-03-04 15:08:23','2026-03-04 15:08:23','d347e073-d59b-42c2-b74e-8d05af7a085a'),
(122327,7,38295,NULL,605,6,'2026-03-04 15:08:23','2026-03-04 15:08:23','64bbb0b0-890d-491e-83b7-b5fe04cdfb43'),
(122328,82,38295,NULL,491,1,'2026-03-04 15:08:23','2026-03-04 15:08:23','55df862e-6692-4858-9036-0ae3dd7caa6a'),
(122329,46,38295,NULL,7369,1,'2026-03-04 15:08:23','2026-03-04 15:08:23','293ef7c2-1da4-4631-8c32-d1367eb1d5cd'),
(122330,47,38295,NULL,14963,1,'2026-03-04 15:08:23','2026-03-04 15:08:23','1ed76340-767c-479a-867d-6dd02136dc7e'),
(122331,57,38295,NULL,4923,1,'2026-03-04 15:08:23','2026-03-04 15:08:23','a315073c-635b-402a-851b-7bd4b5c7fb6c'),
(122332,57,38295,NULL,4920,2,'2026-03-04 15:08:23','2026-03-04 15:08:23','846f4963-60d2-4cbc-a576-12f2e0d943bf'),
(122333,57,38295,NULL,4921,3,'2026-03-04 15:08:23','2026-03-04 15:08:23','99f38aea-4d51-47e2-9abd-5b3767858307'),
(122334,57,38295,NULL,4922,4,'2026-03-04 15:08:23','2026-03-04 15:08:23','c86c930e-d6c9-4f63-a073-5ff35c3078e9'),
(122335,57,38295,NULL,4924,5,'2026-03-04 15:08:23','2026-03-04 15:08:23','9956d55c-7ebf-4f88-8b06-b02897902819'),
(122336,57,38295,NULL,7722,6,'2026-03-04 15:08:23','2026-03-04 15:08:23','3b23c403-07f0-4f2e-b527-0e9230f6b638'),
(122337,13,38295,NULL,23851,1,'2026-03-04 15:08:23','2026-03-04 15:08:23','5cc610c3-f811-4fd9-a0ff-69ece204287e'),
(122338,32,38296,NULL,2610,1,'2026-03-04 15:08:34','2026-03-04 15:08:34','7f9e96de-d6ca-4c9c-bb60-ee068cc996f4'),
(122339,32,38296,NULL,2598,2,'2026-03-04 15:08:34','2026-03-04 15:08:34','5dd27542-f4c6-4bb3-8ffd-b1a30d7df375'),
(122340,32,38296,NULL,2600,3,'2026-03-04 15:08:34','2026-03-04 15:08:34','2536a46e-38c2-428f-b48f-6a2c98675cc4'),
(122341,32,38296,NULL,2602,4,'2026-03-04 15:08:34','2026-03-04 15:08:34','db7181af-6263-452c-9f3e-18eb5944df8c'),
(122342,32,38296,NULL,2612,5,'2026-03-04 15:08:34','2026-03-04 15:08:34','36302e1a-82d7-45ee-80db-8c0ce1e5224b'),
(122343,32,38296,NULL,2618,6,'2026-03-04 15:08:34','2026-03-04 15:08:34','a3a5c349-ec2b-4276-93d4-a687185b0d86'),
(122344,32,38296,NULL,2604,7,'2026-03-04 15:08:34','2026-03-04 15:08:34','24ff5997-a7ac-418f-bd29-31c11a7459d8'),
(122345,32,38296,NULL,2614,8,'2026-03-04 15:08:34','2026-03-04 15:08:34','08aad062-4da7-4f5d-bf5c-1f877961efc2'),
(122346,32,38296,NULL,2608,9,'2026-03-04 15:08:34','2026-03-04 15:08:34','ccecb43b-1e1b-48c4-b9ec-07be822d3052'),
(122347,32,38296,NULL,2596,10,'2026-03-04 15:08:34','2026-03-04 15:08:34','77671adb-4bee-4df0-8437-e415b0b9ecd6'),
(122348,32,38296,NULL,2606,11,'2026-03-04 15:08:34','2026-03-04 15:08:34','c0974be4-cff5-4a27-b063-66ad29ca9e1b'),
(122349,16,38296,NULL,8104,1,'2026-03-04 15:08:34','2026-03-04 15:08:34','4e3df126-09f3-4cdd-9e17-46ee801d4857'),
(122350,7,38296,NULL,9724,1,'2026-03-04 15:08:34','2026-03-04 15:08:34','7120a492-d72b-4b29-82f3-c5934122a01a'),
(122351,7,38296,NULL,2969,2,'2026-03-04 15:08:34','2026-03-04 15:08:34','bf74451a-3417-4b82-866e-7f068578eca8'),
(122352,7,38296,NULL,2974,3,'2026-03-04 15:08:34','2026-03-04 15:08:34','39027c8d-4cad-4145-b060-e0625a133fed'),
(122353,7,38296,NULL,617,4,'2026-03-04 15:08:34','2026-03-04 15:08:34','8f9cc298-024f-46de-97ea-bf1b95ecfbf0'),
(122354,7,38296,NULL,605,5,'2026-03-04 15:08:34','2026-03-04 15:08:34','9e717e2a-3b13-48fb-9d5a-6ce8219bc257'),
(122355,7,38296,NULL,9552,6,'2026-03-04 15:08:34','2026-03-04 15:08:34','d30f09a2-b96a-4977-9fe8-d80c1a49b3fb'),
(122356,82,38296,NULL,479,1,'2026-03-04 15:08:34','2026-03-04 15:08:34','33340503-f2c5-4042-9853-737ba829f0a1'),
(122357,46,38296,NULL,3697,1,'2026-03-04 15:08:34','2026-03-04 15:08:34','a84d5334-ffa4-44b2-8fb7-f5b4c864dd14'),
(122358,47,38296,NULL,12403,1,'2026-03-04 15:08:34','2026-03-04 15:08:34','79470f47-557e-493f-b15c-0d953093dcba'),
(122359,57,38296,NULL,8108,1,'2026-03-04 15:08:34','2026-03-04 15:08:34','94d2effe-4573-48cb-a754-29bdf0e5279e'),
(122360,57,38296,NULL,8107,2,'2026-03-04 15:08:34','2026-03-04 15:08:34','d3f4e2fe-0c44-4a5e-b8e7-7fc6c58f49ca'),
(122361,57,38296,NULL,8106,3,'2026-03-04 15:08:34','2026-03-04 15:08:34','7966da96-99b4-43e2-be84-20cc71cf05b6'),
(122362,57,38296,NULL,8105,4,'2026-03-04 15:08:34','2026-03-04 15:08:34','0c8b51e3-b853-4e56-96a7-41016746a395'),
(122363,13,38296,NULL,6820,1,'2026-03-04 15:08:34','2026-03-04 15:08:34','1e18318d-b13c-451c-ad5b-f00c1442da4a'),
(122388,32,38298,NULL,2610,1,'2026-03-04 15:08:57','2026-03-04 15:08:57','e9bf4115-f8ec-424c-829a-b9e551cc6c1c'),
(122389,32,38298,NULL,2598,2,'2026-03-04 15:08:57','2026-03-04 15:08:57','5ce10123-c050-49dc-b372-64dd52b13a13'),
(122390,32,38298,NULL,2608,3,'2026-03-04 15:08:57','2026-03-04 15:08:57','9319fa90-90fb-4d48-98b3-6b1ca795a57c'),
(122391,32,38298,NULL,2600,4,'2026-03-04 15:08:57','2026-03-04 15:08:57','fdc51a6d-4bb9-4794-b0a3-9939db0bbb37'),
(122392,32,38298,NULL,2596,5,'2026-03-04 15:08:57','2026-03-04 15:08:57','12e58f7f-2fd5-4380-b82d-0aa82daa9a52'),
(122393,32,38298,NULL,2602,6,'2026-03-04 15:08:57','2026-03-04 15:08:57','d9234861-def6-49e9-8583-53128da6b8c6'),
(122394,32,38298,NULL,2606,7,'2026-03-04 15:08:57','2026-03-04 15:08:57','3c894624-b9e1-4b3f-9702-8e236098f7dc'),
(122395,32,38298,NULL,2612,8,'2026-03-04 15:08:57','2026-03-04 15:08:57','64ae85f9-3643-435e-9bf5-0edba945cc6f'),
(122396,32,38298,NULL,2604,9,'2026-03-04 15:08:57','2026-03-04 15:08:57','d50246c0-d5dc-41c5-8516-0eb334020138'),
(122397,16,38298,NULL,9286,1,'2026-03-04 15:08:57','2026-03-04 15:08:57','d44aef94-379c-4ce7-bf53-5bd988f1a3a5'),
(122398,7,38298,NULL,601,1,'2026-03-04 15:08:57','2026-03-04 15:08:57','da9b206a-3c99-4f4e-ac04-1cce76b14647'),
(122399,7,38298,NULL,617,2,'2026-03-04 15:08:57','2026-03-04 15:08:57','6fd5dac7-a19a-49da-ab48-afde02293c46'),
(122400,7,38298,NULL,9552,3,'2026-03-04 15:08:57','2026-03-04 15:08:57','bc7be5e9-2d5d-4b17-ad52-71d5bce61a25'),
(122401,7,38298,NULL,605,4,'2026-03-04 15:08:57','2026-03-04 15:08:57','b769ecf5-9e58-4faf-99d6-01dd1cb38583'),
(122402,82,38298,NULL,491,1,'2026-03-04 15:08:57','2026-03-04 15:08:57','0744d99c-81f0-4446-bcd8-ef89961b2d38'),
(122403,47,38298,NULL,12455,1,'2026-03-04 15:08:57','2026-03-04 15:08:57','fd927971-2521-4421-9ad0-2f7709ec2760'),
(122404,57,38298,NULL,9293,1,'2026-03-04 15:08:57','2026-03-04 15:08:57','d0081909-a6e5-4500-9213-55b3680be240'),
(122405,57,38298,NULL,9290,2,'2026-03-04 15:08:57','2026-03-04 15:08:57','b85efe6c-afb0-4ebd-b6d0-ad54794f5744'),
(122406,57,38298,NULL,9289,3,'2026-03-04 15:08:57','2026-03-04 15:08:57','d74883d0-91b5-4ab5-8108-b5783e3a2eba'),
(122407,57,38298,NULL,9294,4,'2026-03-04 15:08:57','2026-03-04 15:08:57','880917c1-3a26-44cf-bbee-1da7966946a0'),
(122408,57,38298,NULL,9291,5,'2026-03-04 15:08:57','2026-03-04 15:08:57','e05c90ac-2538-4709-8358-d3765063d5d7'),
(122409,57,38298,NULL,9292,6,'2026-03-04 15:08:57','2026-03-04 15:08:57','1cf1e9dd-2e08-41ad-ac84-8131bcc11e03'),
(122410,13,38298,NULL,23755,1,'2026-03-04 15:08:57','2026-03-04 15:08:57','08b72eed-9991-49a0-bf44-7bb7473fd8e5'),
(122411,32,38299,NULL,2610,1,'2026-03-04 15:09:07','2026-03-04 15:09:07','7e69f93f-627e-4201-9026-18af67f96e50'),
(122412,32,38299,NULL,2598,2,'2026-03-04 15:09:07','2026-03-04 15:09:07','a2da6da4-a35d-4f62-bf4b-9e0cc5d6411b'),
(122413,32,38299,NULL,2600,3,'2026-03-04 15:09:07','2026-03-04 15:09:07','6b6e9058-dc23-4782-968d-415ba4b3ea06'),
(122414,32,38299,NULL,2602,4,'2026-03-04 15:09:07','2026-03-04 15:09:07','174e6f80-d8a1-473d-8855-48d1f2f8aa93'),
(122415,32,38299,NULL,2612,5,'2026-03-04 15:09:07','2026-03-04 15:09:07','2f8a1512-be2f-407e-a6b2-9de02c74f514'),
(122416,32,38299,NULL,2618,6,'2026-03-04 15:09:07','2026-03-04 15:09:07','7e3b771f-dbf1-4d38-ad0a-3880a3a65da0'),
(122417,32,38299,NULL,2604,7,'2026-03-04 15:09:07','2026-03-04 15:09:07','29883614-5bfd-49e1-8cbe-7c667ecfeb81'),
(122418,32,38299,NULL,2608,8,'2026-03-04 15:09:07','2026-03-04 15:09:07','d2fcbd13-70c2-435b-82db-2e2a68b75426'),
(122419,32,38299,NULL,2596,9,'2026-03-04 15:09:07','2026-03-04 15:09:07','99a7dbe4-8012-4866-9947-0c5df111e600'),
(122420,32,38299,NULL,2606,10,'2026-03-04 15:09:07','2026-03-04 15:09:07','77ddf853-dbc7-45ca-9a1e-f53b1fa58ee8'),
(122421,16,38299,NULL,4639,1,'2026-03-04 15:09:07','2026-03-04 15:09:07','94c3def0-c7fd-4666-be0d-96988b115efd'),
(122422,7,38299,NULL,2974,1,'2026-03-04 15:09:07','2026-03-04 15:09:07','1212afa7-fc96-47bf-8614-2ace167512a6'),
(122423,7,38299,NULL,617,2,'2026-03-04 15:09:07','2026-03-04 15:09:07','2ebf77da-b65f-487f-8408-cbb590d65277'),
(122424,7,38299,NULL,605,3,'2026-03-04 15:09:07','2026-03-04 15:09:07','2c1f6e92-41cc-4329-b33b-3f7712be0403'),
(122425,7,38299,NULL,9552,4,'2026-03-04 15:09:07','2026-03-04 15:09:07','72e0a305-01d6-49ae-b9d3-9fd925e6b94a'),
(122426,82,38299,NULL,491,1,'2026-03-04 15:09:07','2026-03-04 15:09:07','885c7f02-c709-4327-b0ff-a39bab2fc4d7'),
(122427,46,38299,NULL,3697,1,'2026-03-04 15:09:07','2026-03-04 15:09:07','5f9f1c76-5b5f-45ae-93f6-567edaf81e3d'),
(122428,47,38299,NULL,12494,1,'2026-03-04 15:09:07','2026-03-04 15:09:07','11f84e4d-a911-4b14-bac6-39fc442cce05'),
(122429,57,38299,NULL,5084,1,'2026-03-04 15:09:07','2026-03-04 15:09:07','8cab57a6-e1ea-4082-9cad-a218edeeeb58'),
(122430,57,38299,NULL,5085,2,'2026-03-04 15:09:07','2026-03-04 15:09:07','ee6e4c0c-f50e-48c5-beff-e6944f7d9b17'),
(122431,57,38299,NULL,5086,3,'2026-03-04 15:09:07','2026-03-04 15:09:07','4e8c9f05-08bc-4bf4-a7b5-db93a04a6708'),
(122432,57,38299,NULL,5087,4,'2026-03-04 15:09:07','2026-03-04 15:09:07','e5e70c78-b286-4bf0-9761-05b8adc21326'),
(122433,57,38299,NULL,5088,5,'2026-03-04 15:09:07','2026-03-04 15:09:07','12b0fb56-adec-4a58-b636-d6e5c695ea7f'),
(122434,13,38299,NULL,23842,1,'2026-03-04 15:09:07','2026-03-04 15:09:07','584741ea-cbaa-438c-9784-c97bc97c4796'),
(122435,32,38300,NULL,2610,1,'2026-03-04 15:09:20','2026-03-04 15:09:20','bb9e79e8-41fe-4538-900f-99011b167707'),
(122436,32,38300,NULL,2598,2,'2026-03-04 15:09:20','2026-03-04 15:09:20','d6f258ca-c2fd-443b-a3e4-248c9ed72cb4'),
(122437,32,38300,NULL,2608,3,'2026-03-04 15:09:20','2026-03-04 15:09:20','2e819d25-a765-4279-a168-4d4c72983ba2'),
(122438,32,38300,NULL,2600,4,'2026-03-04 15:09:20','2026-03-04 15:09:20','e9b8506e-a961-4bb2-8a2d-c54b229a1424'),
(122439,32,38300,NULL,2596,5,'2026-03-04 15:09:20','2026-03-04 15:09:20','68f60929-9420-4e7b-a63a-415caaef2d9b'),
(122440,32,38300,NULL,2602,6,'2026-03-04 15:09:20','2026-03-04 15:09:20','85e74f0b-d9a4-4529-aa5f-8b753498731b'),
(122441,32,38300,NULL,2604,7,'2026-03-04 15:09:20','2026-03-04 15:09:20','a29910a1-3866-4d1d-839a-01440e4fccc7'),
(122442,32,38300,NULL,2606,8,'2026-03-04 15:09:20','2026-03-04 15:09:20','8399eb96-ddc5-4fd9-8003-2f6013baa9ea'),
(122443,32,38300,NULL,2612,9,'2026-03-04 15:09:20','2026-03-04 15:09:20','62424543-2cd1-4a42-8320-b3fc42993a5f'),
(122444,16,38300,NULL,10219,1,'2026-03-04 15:09:20','2026-03-04 15:09:20','848ed59e-8f43-4505-8923-ec919308adfd'),
(122445,7,38300,NULL,601,1,'2026-03-04 15:09:20','2026-03-04 15:09:20','a55594ca-dd3d-49e6-af5a-a0f1420e2f67'),
(122446,7,38300,NULL,2974,2,'2026-03-04 15:09:20','2026-03-04 15:09:20','80881743-1664-4c0f-b42f-6da31191834d'),
(122447,7,38300,NULL,617,3,'2026-03-04 15:09:20','2026-03-04 15:09:20','6d37ba95-0542-46db-a243-5a1b6d662c72'),
(122448,7,38300,NULL,9732,4,'2026-03-04 15:09:20','2026-03-04 15:09:20','e1dc00fd-e50b-484c-b661-d915dd5951c1'),
(122449,7,38300,NULL,9735,5,'2026-03-04 15:09:20','2026-03-04 15:09:20','cf5d356e-1644-48dc-90a0-fe0123ba8c3b'),
(122450,7,38300,NULL,9552,6,'2026-03-04 15:09:20','2026-03-04 15:09:20','ae12a2d7-009a-44f0-a015-ec4b21ace9d0'),
(122451,7,38300,NULL,605,7,'2026-03-04 15:09:20','2026-03-04 15:09:20','df9895e8-4d94-4e6c-b02f-5c64c5e28ff4'),
(122452,82,38300,NULL,491,1,'2026-03-04 15:09:20','2026-03-04 15:09:20','0671b674-64d0-4ce6-9c0a-de79393960ee'),
(122453,47,38300,NULL,15023,1,'2026-03-04 15:09:20','2026-03-04 15:09:20','6e3bda8d-16fe-42ff-93b1-d030fcd21f9d'),
(122454,57,38300,NULL,10220,1,'2026-03-04 15:09:20','2026-03-04 15:09:20','d5faefcc-6863-4f87-87ea-4202c447d763'),
(122455,57,38300,NULL,10224,2,'2026-03-04 15:09:20','2026-03-04 15:09:20','08a17d46-8c2a-437f-affa-793806ff280b'),
(122456,57,38300,NULL,10221,3,'2026-03-04 15:09:20','2026-03-04 15:09:20','7f08e771-009e-4a1a-8243-bacaece8dcb4'),
(122457,57,38300,NULL,10222,4,'2026-03-04 15:09:20','2026-03-04 15:09:20','9622a31f-8f37-4ce8-a5b9-325f7a8ad4a4'),
(122458,57,38300,NULL,10225,5,'2026-03-04 15:09:20','2026-03-04 15:09:20','5bf67296-00b8-439b-871d-98454d8b20e5'),
(122459,57,38300,NULL,10226,6,'2026-03-04 15:09:20','2026-03-04 15:09:20','1e0f150d-47e7-4503-a509-6a499a63a171'),
(122460,57,38300,NULL,10228,7,'2026-03-04 15:09:20','2026-03-04 15:09:20','c1cd1f17-a0b3-4280-b041-d7ae29c8b25a'),
(122461,57,38300,NULL,10229,8,'2026-03-04 15:09:20','2026-03-04 15:09:20','99a0f4e1-c516-441b-9019-1477ff526e34'),
(122462,57,38300,NULL,10232,9,'2026-03-04 15:09:20','2026-03-04 15:09:20','46974e3d-244f-42e9-9a3f-5802dbf48eb5'),
(122463,57,38300,NULL,10233,10,'2026-03-04 15:09:20','2026-03-04 15:09:20','3e351391-6b00-4486-80bf-d2b7a722bf74'),
(122464,57,38300,NULL,10234,11,'2026-03-04 15:09:20','2026-03-04 15:09:20','0e5b1060-dcc5-443c-89db-37e9dc626225'),
(122465,57,38300,NULL,10236,12,'2026-03-04 15:09:20','2026-03-04 15:09:20','f1e53952-6878-462e-8e9c-4734ed1490b4'),
(122466,57,38300,NULL,10237,13,'2026-03-04 15:09:20','2026-03-04 15:09:20','d134d822-6a9b-4169-acb4-3767280635ae'),
(122467,57,38300,NULL,10238,14,'2026-03-04 15:09:20','2026-03-04 15:09:20','cddbb381-8b78-477c-941d-6ad344521659'),
(122468,57,38300,NULL,10240,15,'2026-03-04 15:09:20','2026-03-04 15:09:20','9eed4a7e-cee0-4065-ad4b-0c90074d3b37'),
(122469,13,38300,NULL,23890,1,'2026-03-04 15:09:20','2026-03-04 15:09:20','8d7023da-1a4d-495e-865b-2bdbe783227a'),
(122470,32,38304,NULL,2610,1,'2026-03-04 15:10:55','2026-03-04 15:10:55','56bfae9d-c94f-42a8-92bb-179773a7a055'),
(122471,32,38304,NULL,2598,2,'2026-03-04 15:10:55','2026-03-04 15:10:55','0e0f19ce-35a6-4888-823c-723b9d68174e'),
(122472,32,38304,NULL,2600,3,'2026-03-04 15:10:55','2026-03-04 15:10:55','8874a0cd-2a98-4ac0-82f6-62f58067afab'),
(122473,32,38304,NULL,2604,4,'2026-03-04 15:10:55','2026-03-04 15:10:55','67af075a-b5b6-4ee4-bdc4-b88c4eb666cf'),
(122474,32,38304,NULL,2608,5,'2026-03-04 15:10:55','2026-03-04 15:10:55','ed28c980-bce5-4cee-99fb-b57c51f1f58a'),
(122475,32,38304,NULL,2602,6,'2026-03-04 15:10:55','2026-03-04 15:10:55','426def36-e339-43d8-85a1-43d6d28b8c9a'),
(122476,32,38304,NULL,2596,7,'2026-03-04 15:10:55','2026-03-04 15:10:55','b44dded9-1693-4ad6-9027-c9f2361a9de9'),
(122477,32,38304,NULL,2606,8,'2026-03-04 15:10:55','2026-03-04 15:10:55','35b60709-415d-4f6c-90c3-ffeb050d765b'),
(122478,32,38304,NULL,2612,9,'2026-03-04 15:10:55','2026-03-04 15:10:55','71bbf2d1-af7e-449e-9863-82e2bc29f298'),
(122479,16,38304,NULL,4466,1,'2026-03-04 15:10:55','2026-03-04 15:10:55','844fe4c8-964e-475e-a93d-1f06f6d40fe2'),
(122480,7,38304,NULL,617,1,'2026-03-04 15:10:55','2026-03-04 15:10:55','61b5bded-4746-4378-a589-3184817017ef'),
(122481,7,38304,NULL,605,2,'2026-03-04 15:10:55','2026-03-04 15:10:55','d9f72f34-b58f-44b1-94a9-52efc32ee91a'),
(122482,7,38304,NULL,9552,3,'2026-03-04 15:10:55','2026-03-04 15:10:55','422474fd-206e-4735-9008-7af3d64a1e8f'),
(122483,82,38304,NULL,469,1,'2026-03-04 15:10:55','2026-03-04 15:10:55','48aaea58-deed-4265-b97c-d169b2f81641'),
(122484,82,38304,NULL,479,2,'2026-03-04 15:10:55','2026-03-04 15:10:55','1189f1c1-e797-4a50-94b3-5248af194c15'),
(122485,82,38304,NULL,491,3,'2026-03-04 15:10:55','2026-03-04 15:10:55','2ce3c429-35d0-4dd6-afcf-0c822037a97f'),
(122486,47,38304,NULL,10495,1,'2026-03-04 15:10:55','2026-03-04 15:10:55','25039440-4902-4c35-937c-9f787141e67a'),
(122487,57,38304,NULL,8888,1,'2026-03-04 15:10:55','2026-03-04 15:10:55','c72f66d3-0694-4582-b063-5576bd85c6a9'),
(122488,57,38304,NULL,8889,2,'2026-03-04 15:10:55','2026-03-04 15:10:55','dbb0f0ac-2b76-419f-b9b0-9bb6a3381299'),
(122489,57,38304,NULL,9589,3,'2026-03-04 15:10:55','2026-03-04 15:10:55','e13176d6-0a54-4447-a215-46f0b43aaa33'),
(122490,13,38304,NULL,23827,1,'2026-03-04 15:10:55','2026-03-04 15:10:55','e2b5943d-99e4-408d-9b31-0452960d74bd'),
(122491,32,38305,NULL,2610,1,'2026-03-04 15:11:15','2026-03-04 15:11:15','e3b9eadf-1e94-4ba1-a59f-72d6a4e1fcee'),
(122492,32,38305,NULL,2598,2,'2026-03-04 15:11:15','2026-03-04 15:11:15','7c03c82f-bc3f-40df-9baa-b7dda810baa5'),
(122493,32,38305,NULL,2600,3,'2026-03-04 15:11:15','2026-03-04 15:11:15','7cda2727-a581-427b-8ef6-807f250d4c72'),
(122494,32,38305,NULL,2604,4,'2026-03-04 15:11:15','2026-03-04 15:11:15','88959e28-c674-4c80-ade5-51b091d95f04'),
(122495,32,38305,NULL,2614,5,'2026-03-04 15:11:15','2026-03-04 15:11:15','a0d5f1f8-2f63-4422-97b0-8328e2d2547c'),
(122496,32,38305,NULL,2608,6,'2026-03-04 15:11:15','2026-03-04 15:11:15','57a6f4e4-acb9-4b2f-89cb-a14e73cf1a82'),
(122497,32,38305,NULL,2596,7,'2026-03-04 15:11:15','2026-03-04 15:11:15','bbdf8978-916d-4956-8c55-3a2a1579f057'),
(122498,32,38305,NULL,2602,8,'2026-03-04 15:11:15','2026-03-04 15:11:15','3fd20868-73e5-489d-b727-72d5e15b23fc'),
(122499,32,38305,NULL,2606,9,'2026-03-04 15:11:15','2026-03-04 15:11:15','b1e34096-d687-4ba2-ade7-38fcef56a534'),
(122500,32,38305,NULL,2612,10,'2026-03-04 15:11:15','2026-03-04 15:11:15','bff2c95f-1312-4ad5-bdf3-3b7f155a9ab4'),
(122501,16,38305,NULL,4017,1,'2026-03-04 15:11:15','2026-03-04 15:11:15','bbc9262f-d181-446f-95ce-3b0aa5d014d1'),
(122502,7,38305,NULL,3468,1,'2026-03-04 15:11:15','2026-03-04 15:11:15','c53bb851-1a71-4093-bab0-03091fc2d681'),
(122503,7,38305,NULL,2969,2,'2026-03-04 15:11:15','2026-03-04 15:11:15','a7c5751b-fe7b-49de-8c91-f66d3c0b37dd'),
(122504,7,38305,NULL,617,3,'2026-03-04 15:11:15','2026-03-04 15:11:15','b5814f3d-5196-4594-9dc9-b03231bcf4a3'),
(122505,7,38305,NULL,9724,4,'2026-03-04 15:11:15','2026-03-04 15:11:15','8a28a43c-e3b2-419b-96e3-c85f1944f952'),
(122506,7,38305,NULL,2972,5,'2026-03-04 15:11:15','2026-03-04 15:11:15','19b0c623-c774-426f-b426-a2a89ae731d7'),
(122507,7,38305,NULL,605,6,'2026-03-04 15:11:15','2026-03-04 15:11:15','d243c7fa-1274-44d6-b3a0-338e7d8303d6'),
(122508,7,38305,NULL,9552,7,'2026-03-04 15:11:15','2026-03-04 15:11:15','d16803a8-c880-4005-bf67-d53aad4e9b08'),
(122509,47,38305,NULL,12418,1,'2026-03-04 15:11:15','2026-03-04 15:11:15','092c35e4-dac3-4323-b6d9-ea7002e5c18c'),
(122510,57,38305,NULL,8163,1,'2026-03-04 15:11:15','2026-03-04 15:11:15','ef67e703-1868-40fc-8eec-ac87ef52ff9c'),
(122511,57,38305,NULL,8162,2,'2026-03-04 15:11:15','2026-03-04 15:11:15','2f8f4a0f-79f4-43d3-a2dc-7bb54ccfd45c'),
(122512,57,38305,NULL,8164,3,'2026-03-04 15:11:15','2026-03-04 15:11:15','6fa2ba3d-e33c-43b3-93ab-b2368cec8f8e'),
(122513,57,38305,NULL,8165,4,'2026-03-04 15:11:15','2026-03-04 15:11:15','7ac02658-7a7c-4ae3-9fbf-7ee99070941c'),
(122514,13,38305,NULL,23730,1,'2026-03-04 15:11:15','2026-03-04 15:11:15','a53fc8d5-702b-4ce1-b3d0-eb72c28afa56'),
(122542,32,38317,NULL,2610,1,'2026-03-04 15:30:55','2026-03-04 15:30:55','5ff8e427-45b3-43be-9583-965c6e898bf8'),
(122543,32,38317,NULL,2598,2,'2026-03-04 15:30:55','2026-03-04 15:30:55','5f628bec-eea6-4086-aadc-db2ba26e3dfe'),
(122544,32,38317,NULL,2600,3,'2026-03-04 15:30:55','2026-03-04 15:30:55','afa877eb-aeca-4de9-a69d-8b95b038921b'),
(122545,32,38317,NULL,2602,4,'2026-03-04 15:30:55','2026-03-04 15:30:55','a2f50c7c-9b4a-42c1-885b-21222011ec16'),
(122546,32,38317,NULL,2612,5,'2026-03-04 15:30:55','2026-03-04 15:30:55','8a75525d-0306-4f99-9478-4ec86931f3c4'),
(122547,32,38317,NULL,2618,6,'2026-03-04 15:30:55','2026-03-04 15:30:55','65c1e349-fe4f-4407-8b04-39139cb22cb3'),
(122548,32,38317,NULL,2604,7,'2026-03-04 15:30:55','2026-03-04 15:30:55','b544212e-7bfa-4314-8c1e-6fe2f5b55921'),
(122549,32,38317,NULL,2608,8,'2026-03-04 15:30:55','2026-03-04 15:30:55','b84fd504-5923-4e06-ab31-12b6e2599707'),
(122550,32,38317,NULL,2596,9,'2026-03-04 15:30:55','2026-03-04 15:30:55','cef50294-a4c6-467b-9d00-0014b8844503'),
(122551,32,38317,NULL,2606,10,'2026-03-04 15:30:55','2026-03-04 15:30:55','dc818ca5-1796-4039-ac3e-326d4a5a7be9'),
(122552,16,38317,NULL,4829,1,'2026-03-04 15:30:55','2026-03-04 15:30:55','4624ed85-e348-4057-8286-2b2886fafb3d'),
(122553,7,38317,NULL,3468,1,'2026-03-04 15:30:55','2026-03-04 15:30:55','1ec798cf-2113-487d-8b58-66d6182eb57c'),
(122554,7,38317,NULL,601,2,'2026-03-04 15:30:55','2026-03-04 15:30:55','f52b4a96-65c5-458a-86f4-dd22edd7fbaf'),
(122555,7,38317,NULL,617,3,'2026-03-04 15:30:55','2026-03-04 15:30:55','6b88b62d-9b64-42cf-8540-8fadd8650e5c'),
(122556,7,38317,NULL,605,4,'2026-03-04 15:30:55','2026-03-04 15:30:55','4e8737b4-ae6e-43ea-b6da-36c2d1add4f3'),
(122557,7,38317,NULL,9552,5,'2026-03-04 15:30:55','2026-03-04 15:30:55','e6c1e8c6-fa9b-48a5-b7ba-8f0b2b4348c6'),
(122558,82,38317,NULL,479,1,'2026-03-04 15:30:55','2026-03-04 15:30:55','ec7b5d2a-466e-42fc-a1c8-035c119a83ec'),
(122559,82,38317,NULL,491,2,'2026-03-04 15:30:55','2026-03-04 15:30:55','9b1bf1c4-6826-4176-9147-52b238a45a2d'),
(122560,46,38317,NULL,3697,1,'2026-03-04 15:30:55','2026-03-04 15:30:55','ab24fedc-532a-4635-bee5-e010a8d658d2'),
(122561,47,38317,NULL,12380,1,'2026-03-04 15:30:55','2026-03-04 15:30:55','567dd19a-cadc-4171-901c-7e29a8e9790b'),
(122562,57,38317,NULL,4829,1,'2026-03-04 15:30:55','2026-03-04 15:30:55','4ebefbbf-3aad-4841-ada7-3b324d16d133'),
(122563,57,38317,NULL,3689,2,'2026-03-04 15:30:55','2026-03-04 15:30:55','96be3396-941d-43a1-868e-b41b77409ad3'),
(122564,57,38317,NULL,4826,3,'2026-03-04 15:30:55','2026-03-04 15:30:55','44205995-c1df-44e0-95b0-5521d99754fb'),
(122565,57,38317,NULL,4828,4,'2026-03-04 15:30:55','2026-03-04 15:30:55','9d1e84c9-9802-4866-902d-50adbed5e3a5'),
(122566,57,38317,NULL,4827,5,'2026-03-04 15:30:55','2026-03-04 15:30:55','eadaa985-202e-4a47-9ff3-df107ae4da60'),
(122567,13,38317,NULL,23701,1,'2026-03-04 15:30:55','2026-03-04 15:30:55','acae2c8a-014d-423d-bc4c-15f235640e34'),
(122595,32,38321,NULL,2614,1,'2026-03-04 15:31:37','2026-03-04 15:31:37','850db872-7c9f-4ec3-909c-feb669bff0b9'),
(122596,32,38321,NULL,2610,2,'2026-03-04 15:31:37','2026-03-04 15:31:37','d87af2a3-a3c9-46cc-8a53-9ee7176e61ae'),
(122597,32,38321,NULL,2598,3,'2026-03-04 15:31:37','2026-03-04 15:31:37','83e606ef-958b-4f4f-9024-fbdd9d420add'),
(122598,32,38321,NULL,2608,4,'2026-03-04 15:31:37','2026-03-04 15:31:37','cfd00370-b4e6-4958-a371-3804d39fbf3d'),
(122599,32,38321,NULL,2600,5,'2026-03-04 15:31:37','2026-03-04 15:31:37','80b5c106-7f5b-46f2-b6bc-f127392c2bc0'),
(122600,32,38321,NULL,2596,6,'2026-03-04 15:31:37','2026-03-04 15:31:37','89d14810-d892-43e0-b1d6-666f0275afaf'),
(122601,32,38321,NULL,2602,7,'2026-03-04 15:31:37','2026-03-04 15:31:37','727aa1a6-91b2-4223-8571-ac5cefdcedee'),
(122602,32,38321,NULL,2606,8,'2026-03-04 15:31:37','2026-03-04 15:31:37','d1beaa19-05a1-4a61-831d-48ce862c8f84'),
(122603,32,38321,NULL,2604,9,'2026-03-04 15:31:37','2026-03-04 15:31:37','cbf5be37-de20-4dd3-bf11-bf08ba311724'),
(122604,32,38321,NULL,2624,10,'2026-03-04 15:31:37','2026-03-04 15:31:37','381e8918-f1cb-4ab0-a4a0-9143bdd89b24'),
(122605,32,38321,NULL,2612,11,'2026-03-04 15:31:37','2026-03-04 15:31:37','a5c500fd-bd16-4328-861a-e215aeb4a531'),
(122606,16,38321,NULL,8081,1,'2026-03-04 15:31:37','2026-03-04 15:31:37','d770ff7e-8873-41e6-9e83-22d1b8a6a9c9'),
(122607,7,38321,NULL,3468,1,'2026-03-04 15:31:37','2026-03-04 15:31:37','530b609a-c311-4108-9167-14c0c35a9433'),
(122608,7,38321,NULL,601,2,'2026-03-04 15:31:37','2026-03-04 15:31:37','8806c802-9c86-40e5-b750-a4ae29e310fc'),
(122609,7,38321,NULL,9640,3,'2026-03-04 15:31:37','2026-03-04 15:31:37','1f3ca2ec-0c4f-485e-9845-14f8d2ee2cae'),
(122610,7,38321,NULL,2974,4,'2026-03-04 15:31:37','2026-03-04 15:31:37','e9d7c6b7-3278-4ab0-a82d-4c0948f0b0e9'),
(122611,7,38321,NULL,617,5,'2026-03-04 15:31:37','2026-03-04 15:31:37','4baa4d2f-b085-411d-abf8-8c02b4bff71b'),
(122612,7,38321,NULL,605,6,'2026-03-04 15:31:37','2026-03-04 15:31:37','130959c4-c77c-4b70-ac69-617a67ef934b'),
(122613,7,38321,NULL,9552,7,'2026-03-04 15:31:37','2026-03-04 15:31:37','2ada8a15-729e-43a1-94d6-d7123cbe6c1d'),
(122614,46,38321,NULL,2891,1,'2026-03-04 15:31:37','2026-03-04 15:31:37','5f41ddc6-1560-434c-a8e8-5912dcd97e35'),
(122615,47,38321,NULL,12395,1,'2026-03-04 15:31:37','2026-03-04 15:31:37','d11ab082-348e-4384-b0a5-7db5bbb13038'),
(122616,57,38321,NULL,8082,1,'2026-03-04 15:31:37','2026-03-04 15:31:37','a0b095bf-d137-44a6-8c8b-ca8c09c7ec6e'),
(122617,57,38321,NULL,8085,2,'2026-03-04 15:31:37','2026-03-04 15:31:37','e38dc78e-d87a-455f-a33c-d3e7e4f91f4f'),
(122618,57,38321,NULL,8086,3,'2026-03-04 15:31:37','2026-03-04 15:31:37','b305f313-bbcf-4bba-b9d8-871425b2bcb0'),
(122619,57,38321,NULL,8087,4,'2026-03-04 15:31:37','2026-03-04 15:31:37','8d2c7aa4-fabd-41f6-832b-841c6a950252'),
(122620,13,38321,NULL,6814,1,'2026-03-04 15:31:37','2026-03-04 15:31:37','e395c4c8-d02f-417c-9dfe-a8ad03cfa2be'),
(122646,32,38326,NULL,2614,1,'2026-03-04 15:32:02','2026-03-04 15:32:02','bb4645f3-c4b5-4146-8bc4-f52f9ad00da5'),
(122647,32,38326,NULL,2610,2,'2026-03-04 15:32:02','2026-03-04 15:32:02','bdf1ceac-ecff-4fa4-8121-9116ed4c334c'),
(122648,32,38326,NULL,2598,3,'2026-03-04 15:32:02','2026-03-04 15:32:02','1aeb4432-2939-4778-9395-4d11cc073dfc'),
(122649,32,38326,NULL,2600,4,'2026-03-04 15:32:02','2026-03-04 15:32:02','4e536b3b-70b7-4aa5-bc9f-c1794785c507'),
(122650,32,38326,NULL,2602,5,'2026-03-04 15:32:02','2026-03-04 15:32:02','ff665a3c-e307-44e9-b561-8678f9b58a29'),
(122651,32,38326,NULL,2604,6,'2026-03-04 15:32:02','2026-03-04 15:32:02','0c8fe3d4-e97d-460c-b011-e3e4d77fb931'),
(122652,32,38326,NULL,2608,7,'2026-03-04 15:32:02','2026-03-04 15:32:02','04656e2e-96fb-43d5-9c70-07ca523fc1f2'),
(122653,32,38326,NULL,2596,8,'2026-03-04 15:32:02','2026-03-04 15:32:02','a26a1e4c-79db-4126-aa19-a9989211bd89'),
(122654,32,38326,NULL,2606,9,'2026-03-04 15:32:02','2026-03-04 15:32:02','551ebb3e-51cc-4917-980c-6c24fe7c3e78'),
(122655,32,38326,NULL,2612,10,'2026-03-04 15:32:02','2026-03-04 15:32:02','c20b6a5c-f2cb-455c-bff0-809245acd3dd'),
(122656,16,38326,NULL,3808,1,'2026-03-04 15:32:02','2026-03-04 15:32:02','ef223eff-0163-4d8c-bc58-9ee020ab8a19'),
(122657,7,38326,NULL,3468,1,'2026-03-04 15:32:02','2026-03-04 15:32:02','f7008c6a-9e9e-4ad1-9cfb-9edb0e96758d'),
(122658,7,38326,NULL,601,2,'2026-03-04 15:32:02','2026-03-04 15:32:02','ef24b373-dabe-45b7-9768-341198e80d3a'),
(122659,7,38326,NULL,2972,3,'2026-03-04 15:32:02','2026-03-04 15:32:02','dfcaabe9-5b37-4db0-8ba5-989cf4fa8543'),
(122660,7,38326,NULL,2974,4,'2026-03-04 15:32:02','2026-03-04 15:32:02','b021239b-f2a3-47ee-a5cd-7fd0605778bb'),
(122661,7,38326,NULL,617,5,'2026-03-04 15:32:02','2026-03-04 15:32:02','1ac70ca2-f09a-435b-a971-d9cef6279e29'),
(122662,7,38326,NULL,605,6,'2026-03-04 15:32:02','2026-03-04 15:32:02','3f2ef421-6a91-48b3-a856-e33b7ac548b7'),
(122663,7,38326,NULL,9552,7,'2026-03-04 15:32:02','2026-03-04 15:32:02','33e115e1-b824-4fa4-b7a8-fcf766508eac'),
(122664,82,38326,NULL,479,1,'2026-03-04 15:32:02','2026-03-04 15:32:02','a825021f-6805-4931-8e1c-f4f63d28b5c6'),
(122665,47,38326,NULL,12391,1,'2026-03-04 15:32:02','2026-03-04 15:32:02','a612b859-3533-48d4-a960-fbfa296695af'),
(122666,57,38326,NULL,8052,1,'2026-03-04 15:32:02','2026-03-04 15:32:02','0da98f82-af9a-4f9f-bde3-ecfc43c2c95d'),
(122667,57,38326,NULL,8054,2,'2026-03-04 15:32:02','2026-03-04 15:32:02','6cf4cd45-dcf3-4764-ae60-ab378e049941'),
(122668,57,38326,NULL,8053,3,'2026-03-04 15:32:02','2026-03-04 15:32:02','0af29f2e-38fe-4458-92fb-566236c719d7'),
(122669,57,38326,NULL,8051,4,'2026-03-04 15:32:02','2026-03-04 15:32:02','d4ddbab3-3a99-4dca-97bd-4c101470dff1'),
(122670,13,38326,NULL,23709,1,'2026-03-04 15:32:02','2026-03-04 15:32:02','ad3b563c-4b1d-4ab7-85da-9ab48103223d'),
(122703,32,38347,NULL,2614,1,'2026-03-04 15:53:55','2026-03-04 15:53:55','86f8345e-e1fb-4276-94cc-38665587ec65'),
(122704,32,38347,NULL,2610,2,'2026-03-04 15:53:55','2026-03-04 15:53:55','402e5503-8f95-41cc-adc6-94a0090daa35'),
(122705,32,38347,NULL,2598,3,'2026-03-04 15:53:55','2026-03-04 15:53:55','673081d5-f5d7-416c-8f0c-4445c8c4cb01'),
(122706,32,38347,NULL,2608,4,'2026-03-04 15:53:55','2026-03-04 15:53:55','b1379c01-42ff-47d0-9ce5-4872ba372bf2'),
(122707,32,38347,NULL,2624,5,'2026-03-04 15:53:55','2026-03-04 15:53:55','87f3f281-affc-4a55-965d-aa5845c1e818'),
(122708,32,38347,NULL,2600,6,'2026-03-04 15:53:55','2026-03-04 15:53:55','e833f03c-00a5-417e-90a8-59969bb9caf7'),
(122709,32,38347,NULL,2596,7,'2026-03-04 15:53:55','2026-03-04 15:53:55','e8013b7a-49ee-4ce2-a90d-4b1691ad36ce'),
(122710,32,38347,NULL,2602,8,'2026-03-04 15:53:55','2026-03-04 15:53:55','604b2416-1d15-4145-8677-52daed68e9c2'),
(122711,32,38347,NULL,2606,9,'2026-03-04 15:53:55','2026-03-04 15:53:55','062476d8-82bf-4293-823b-ef6a09cad818'),
(122712,32,38347,NULL,2612,10,'2026-03-04 15:53:55','2026-03-04 15:53:55','49cf2734-dbef-4c19-98b7-c86d4fbe7ed0'),
(122713,32,38347,NULL,2604,11,'2026-03-04 15:53:55','2026-03-04 15:53:55','ea25dcf3-f933-4e3e-a54b-1e0269d32973'),
(122714,16,38347,NULL,9852,1,'2026-03-04 15:53:55','2026-03-04 15:53:55','17caca1d-7ac9-4c1d-a27b-b042320af7cb'),
(122715,7,38347,NULL,605,1,'2026-03-04 15:53:55','2026-03-04 15:53:55','5d27e775-a62e-4b89-ba7c-b5ceca602e8c'),
(122716,7,38347,NULL,617,2,'2026-03-04 15:53:55','2026-03-04 15:53:55','1244d00f-9759-4b37-94df-5d7c162f0fb3'),
(122717,7,38347,NULL,9552,3,'2026-03-04 15:53:55','2026-03-04 15:53:55','5d8acf10-c03b-4e74-8324-9f9634bd2fc7'),
(122718,46,38347,NULL,2891,1,'2026-03-04 15:53:55','2026-03-04 15:53:55','3729d01f-3a71-48df-979e-b9e88ca08dd2'),
(122719,47,38347,NULL,12352,1,'2026-03-04 15:53:55','2026-03-04 15:53:55','15155fb4-9bb3-4043-ac51-23c6d4d7b3f6'),
(122720,57,38347,NULL,9861,1,'2026-03-04 15:53:55','2026-03-04 15:53:55','b2cbaaa5-2417-463b-a340-3d115fbb9a0b'),
(122721,57,38347,NULL,9866,2,'2026-03-04 15:53:55','2026-03-04 15:53:55','db7c7396-3795-4c07-812c-733e43ac5aaf'),
(122722,57,38347,NULL,9865,3,'2026-03-04 15:53:55','2026-03-04 15:53:55','e4a10fb6-46fc-40be-8d49-4698f5feb5f4'),
(122723,57,38347,NULL,9862,4,'2026-03-04 15:53:55','2026-03-04 15:53:55','bfa82b2a-9b88-46b5-a9fa-075742389f26'),
(122724,57,38347,NULL,9859,5,'2026-03-04 15:53:55','2026-03-04 15:53:55','be4b0f38-671e-461b-8492-f31d5e129a1d'),
(122725,57,38347,NULL,9864,6,'2026-03-04 15:53:55','2026-03-04 15:53:55','d9f941de-b5ff-43c8-a29a-108b3fed41d1'),
(122726,57,38347,NULL,9868,7,'2026-03-04 15:53:55','2026-03-04 15:53:55','f4782799-9894-4725-b682-576e6ba0415c'),
(122727,57,38347,NULL,9869,8,'2026-03-04 15:53:55','2026-03-04 15:53:55','b99b0999-cbf5-498d-bbf4-250e288a1dee'),
(122728,57,38347,NULL,9870,9,'2026-03-04 15:53:55','2026-03-04 15:53:55','9b63a771-9b3f-449a-ae43-c2e9b2fb9431'),
(122729,57,38347,NULL,9871,10,'2026-03-04 15:53:55','2026-03-04 15:53:55','1b7213a1-cabb-4a2b-a246-e36f926082e2'),
(122730,57,38347,NULL,9872,11,'2026-03-04 15:53:55','2026-03-04 15:53:55','54f54fae-c9d2-42db-aebe-e4e4ff016fb3'),
(122731,57,38347,NULL,9873,12,'2026-03-04 15:53:55','2026-03-04 15:53:55','da3e93ab-f59d-44d1-baaa-50992ff3c8f5'),
(122732,57,38347,NULL,9874,13,'2026-03-04 15:53:55','2026-03-04 15:53:55','df90b7da-37d3-42cb-ac8e-adccb2bd07a4'),
(122733,57,38347,NULL,9876,14,'2026-03-04 15:53:55','2026-03-04 15:53:55','f0f0ef33-a2a3-4acb-b339-e02c7581e811'),
(122734,13,38347,NULL,6927,1,'2026-03-04 15:53:55','2026-03-04 15:53:55','fd5a25d6-2b84-4b6e-b207-43c4fd8878bb'),
(122767,32,38352,NULL,2614,1,'2026-03-04 16:00:28','2026-03-04 16:00:28','dfc76f32-aca0-4b99-bf7b-6f96b21cf7be'),
(122768,32,38352,NULL,2610,2,'2026-03-04 16:00:28','2026-03-04 16:00:28','9f37be72-e5d3-443d-93d9-b6c3e5741aa8'),
(122769,32,38352,NULL,2598,3,'2026-03-04 16:00:28','2026-03-04 16:00:28','67cb5d7b-1a3a-4e47-8df2-9b44290174c3'),
(122770,32,38352,NULL,2608,4,'2026-03-04 16:00:28','2026-03-04 16:00:28','0e7b6124-c35a-4ef4-931a-608f79e0dd96'),
(122771,32,38352,NULL,2624,5,'2026-03-04 16:00:28','2026-03-04 16:00:28','0c8b9aab-efc2-447b-a4d5-0cd854e23511'),
(122772,32,38352,NULL,2600,6,'2026-03-04 16:00:28','2026-03-04 16:00:28','4cbf0802-4a3b-408e-8a03-8e1b56e33f5f'),
(122773,32,38352,NULL,2596,7,'2026-03-04 16:00:28','2026-03-04 16:00:28','2a12b996-356a-4440-898f-b13e32169b37'),
(122774,32,38352,NULL,2602,8,'2026-03-04 16:00:28','2026-03-04 16:00:28','f4407b57-2ed2-4e0e-a7d0-3d78c6c605ce'),
(122775,32,38352,NULL,2606,9,'2026-03-04 16:00:28','2026-03-04 16:00:28','df42419e-5dad-4ce5-aa09-dbe89778fb8a'),
(122776,32,38352,NULL,2612,10,'2026-03-04 16:00:28','2026-03-04 16:00:28','f64c9a21-48a1-4657-8d67-b4e54b5e949f'),
(122777,32,38352,NULL,2604,11,'2026-03-04 16:00:28','2026-03-04 16:00:28','83307a4f-bd02-4218-98dd-ada48d85f822'),
(122778,16,38352,NULL,9852,1,'2026-03-04 16:00:28','2026-03-04 16:00:28','71cc92da-64a8-4419-8402-2e61759f048d'),
(122779,7,38352,NULL,605,1,'2026-03-04 16:00:28','2026-03-04 16:00:28','101f1252-f0e3-43a1-8655-dd7dcc6339b9'),
(122780,7,38352,NULL,617,2,'2026-03-04 16:00:28','2026-03-04 16:00:28','155ba5a4-c01e-42bb-ad5f-4b8bb8d3632d'),
(122781,7,38352,NULL,9552,3,'2026-03-04 16:00:28','2026-03-04 16:00:28','799cb4db-3981-4bf5-9511-396fb9f8b416'),
(122782,46,38352,NULL,2891,1,'2026-03-04 16:00:28','2026-03-04 16:00:28','1b13e4c6-04c8-4cf4-b70a-c14a1b973690'),
(122783,47,38352,NULL,12352,1,'2026-03-04 16:00:28','2026-03-04 16:00:28','3f524a5e-4ba1-451e-88c0-5bf531f5e484'),
(122784,57,38352,NULL,9861,1,'2026-03-04 16:00:28','2026-03-04 16:00:28','a17da13b-8615-42a2-8e5f-36c1bd7e5448'),
(122785,57,38352,NULL,9866,2,'2026-03-04 16:00:28','2026-03-04 16:00:28','2ccc9cb4-b538-4b20-9d61-1de28d9e4b5f'),
(122786,57,38352,NULL,9865,3,'2026-03-04 16:00:28','2026-03-04 16:00:28','e3c862a0-8bfa-48c8-a542-c4cce0c6418e'),
(122787,57,38352,NULL,9862,4,'2026-03-04 16:00:28','2026-03-04 16:00:28','38399138-935e-4320-9459-68bcfcfce545'),
(122788,57,38352,NULL,9859,5,'2026-03-04 16:00:28','2026-03-04 16:00:28','eb459826-b534-4fb5-ad5c-1a92e5e82c44'),
(122789,57,38352,NULL,9864,6,'2026-03-04 16:00:28','2026-03-04 16:00:28','2a4b3e58-bebf-458a-8072-56240370bafb'),
(122790,57,38352,NULL,9868,7,'2026-03-04 16:00:28','2026-03-04 16:00:28','2d64a177-d7a2-4bfa-adbd-fa8fdf846395'),
(122791,57,38352,NULL,9869,8,'2026-03-04 16:00:28','2026-03-04 16:00:28','a7a57971-024c-4c57-8ced-ce8826219029'),
(122792,57,38352,NULL,9870,9,'2026-03-04 16:00:28','2026-03-04 16:00:28','7dc651a6-9327-401b-aa4a-f5f335ca9702'),
(122793,57,38352,NULL,9871,10,'2026-03-04 16:00:28','2026-03-04 16:00:28','b9f72481-5f7a-435d-914e-3c3cdac1e550'),
(122794,57,38352,NULL,9872,11,'2026-03-04 16:00:28','2026-03-04 16:00:28','9cd9c8fe-b9ae-43f9-bbab-bc7779d45107'),
(122795,57,38352,NULL,9873,12,'2026-03-04 16:00:28','2026-03-04 16:00:28','317c8a63-ca05-43c8-ab36-856479afd571'),
(122796,57,38352,NULL,9874,13,'2026-03-04 16:00:28','2026-03-04 16:00:28','04e03308-e68a-478b-a8ea-7c3a17a70e9c'),
(122797,57,38352,NULL,9876,14,'2026-03-04 16:00:28','2026-03-04 16:00:28','04f68be1-f27f-4a92-b4ad-fd130a3cab07'),
(122798,13,38352,NULL,6927,1,'2026-03-04 16:00:28','2026-03-04 16:00:28','764dc4c8-411b-4e6c-b4bb-c31a06f583fa'),
(122831,32,38357,NULL,2614,1,'2026-03-04 16:06:17','2026-03-04 16:06:17','da644ade-6cb3-4155-a025-e19e652862a4'),
(122832,32,38357,NULL,2610,2,'2026-03-04 16:06:17','2026-03-04 16:06:17','3fa3534f-daa6-43df-a1aa-4d977de19053'),
(122833,32,38357,NULL,2598,3,'2026-03-04 16:06:17','2026-03-04 16:06:17','faeca7ff-7c1c-424a-9c4d-f71f3c127f49'),
(122834,32,38357,NULL,2608,4,'2026-03-04 16:06:17','2026-03-04 16:06:17','ef66fbd8-2fa5-4e8b-9fce-dc3b28f6e339'),
(122835,32,38357,NULL,2624,5,'2026-03-04 16:06:17','2026-03-04 16:06:17','30d57b58-7f16-4881-98f6-dd836e573f1d'),
(122836,32,38357,NULL,2600,6,'2026-03-04 16:06:17','2026-03-04 16:06:17','381c1293-3ac5-466e-9e54-7132170e91b8'),
(122837,32,38357,NULL,2596,7,'2026-03-04 16:06:17','2026-03-04 16:06:17','f8996bb0-b598-479e-84c6-6290dbf351e4'),
(122838,32,38357,NULL,2602,8,'2026-03-04 16:06:17','2026-03-04 16:06:17','0d490731-9eac-463b-b09e-11e7f5468bc8'),
(122839,32,38357,NULL,2606,9,'2026-03-04 16:06:17','2026-03-04 16:06:17','5821fc7e-2602-4d93-8310-d2ace13de583'),
(122840,32,38357,NULL,2612,10,'2026-03-04 16:06:17','2026-03-04 16:06:17','f9206eb0-ef6c-4291-add7-dcd36b34ff03'),
(122841,32,38357,NULL,2604,11,'2026-03-04 16:06:17','2026-03-04 16:06:17','d886d5a6-2b6c-4a4d-b0b2-1ab72bf3bcfb'),
(122842,16,38357,NULL,9852,1,'2026-03-04 16:06:17','2026-03-04 16:06:17','12dfd5aa-af80-4a5b-acf2-f14c265547ef'),
(122843,7,38357,NULL,605,1,'2026-03-04 16:06:17','2026-03-04 16:06:17','61520767-6aeb-42b9-a079-5656963526cc'),
(122844,7,38357,NULL,617,2,'2026-03-04 16:06:17','2026-03-04 16:06:17','78e91637-ecfd-4f51-a436-07a78f76d7b5'),
(122845,7,38357,NULL,9552,3,'2026-03-04 16:06:17','2026-03-04 16:06:17','1715ed1f-2733-485d-9924-6fbd950a6b03'),
(122846,46,38357,NULL,2891,1,'2026-03-04 16:06:17','2026-03-04 16:06:17','80942a45-9112-47dd-a03c-b0e909b7d241'),
(122847,47,38357,NULL,12352,1,'2026-03-04 16:06:17','2026-03-04 16:06:17','a6b01b01-bff5-49f0-9921-56097465dca9'),
(122848,57,38357,NULL,9861,1,'2026-03-04 16:06:17','2026-03-04 16:06:17','a646121e-e6c0-4154-b71e-6b2a2b8e546b'),
(122849,57,38357,NULL,9866,2,'2026-03-04 16:06:17','2026-03-04 16:06:17','44a55705-0712-42d5-94ce-195245d4f0bd'),
(122850,57,38357,NULL,9865,3,'2026-03-04 16:06:17','2026-03-04 16:06:17','c6bb446e-e4fe-4c71-b572-1ec01490c7fb'),
(122851,57,38357,NULL,9862,4,'2026-03-04 16:06:17','2026-03-04 16:06:17','fcd4635c-706b-4ab2-82f1-6564892d6850'),
(122852,57,38357,NULL,9859,5,'2026-03-04 16:06:17','2026-03-04 16:06:17','5763ac2f-37cb-4930-94cf-7d955c01b59a'),
(122853,57,38357,NULL,9864,6,'2026-03-04 16:06:17','2026-03-04 16:06:17','c2bbf786-357d-4bf9-87f9-8d5d02276c09'),
(122854,57,38357,NULL,9868,7,'2026-03-04 16:06:17','2026-03-04 16:06:17','2a27db3a-975d-4c71-9054-8132b7e92511'),
(122855,57,38357,NULL,9869,8,'2026-03-04 16:06:17','2026-03-04 16:06:17','43ad3c8e-6389-4f06-8b4f-287729a1bac1'),
(122856,57,38357,NULL,9870,9,'2026-03-04 16:06:17','2026-03-04 16:06:17','71be5ddb-2fdb-40ce-9679-7884028c7a25'),
(122857,57,38357,NULL,9871,10,'2026-03-04 16:06:17','2026-03-04 16:06:17','02f84c68-2a46-4b65-8612-2f7ff879cdf2'),
(122858,57,38357,NULL,9872,11,'2026-03-04 16:06:17','2026-03-04 16:06:17','dfb30748-3902-49f7-a66f-e865e790f56f'),
(122859,57,38357,NULL,9873,12,'2026-03-04 16:06:17','2026-03-04 16:06:17','78b65948-60c1-4a6d-bf57-c4a14d43ed69'),
(122860,57,38357,NULL,9874,13,'2026-03-04 16:06:17','2026-03-04 16:06:17','c38dbf75-86c4-416a-aae1-d3b0bf39fc70'),
(122861,57,38357,NULL,9876,14,'2026-03-04 16:06:17','2026-03-04 16:06:17','dab708ff-c32a-44d9-8acd-1c5ba4ffc127'),
(122862,13,38357,NULL,6927,1,'2026-03-04 16:06:17','2026-03-04 16:06:17','00e8a47f-c748-4841-a26f-979d078e5120'),
(122895,32,38361,NULL,2614,1,'2026-03-04 16:10:01','2026-03-04 16:10:01','8d20dae2-e8b9-411c-b119-0ce8f2647057'),
(122896,32,38361,NULL,2610,2,'2026-03-04 16:10:01','2026-03-04 16:10:01','92dc12fe-eaef-44a4-b687-4f399d874ab2'),
(122897,32,38361,NULL,2598,3,'2026-03-04 16:10:01','2026-03-04 16:10:01','899d3477-536a-451d-a14d-a1db284e8d35'),
(122898,32,38361,NULL,2608,4,'2026-03-04 16:10:01','2026-03-04 16:10:01','90389620-b1d1-49ce-8e17-e69b6ac2c5e7'),
(122899,32,38361,NULL,2624,5,'2026-03-04 16:10:01','2026-03-04 16:10:01','9f16b378-4694-4c72-8b74-fc9277419054'),
(122900,32,38361,NULL,2600,6,'2026-03-04 16:10:01','2026-03-04 16:10:01','b7e4551d-24f4-43db-810e-8eedc2854adc'),
(122901,32,38361,NULL,2596,7,'2026-03-04 16:10:01','2026-03-04 16:10:01','af3f84fc-9541-49a6-a071-763fc3962638'),
(122902,32,38361,NULL,2602,8,'2026-03-04 16:10:01','2026-03-04 16:10:01','4c96c9ef-4441-4a0c-a1c3-206eebd5b047'),
(122903,32,38361,NULL,2606,9,'2026-03-04 16:10:01','2026-03-04 16:10:01','09a1fc19-32a5-4568-9498-5e698edbfded'),
(122904,32,38361,NULL,2612,10,'2026-03-04 16:10:01','2026-03-04 16:10:01','de45d8a7-120a-45d7-b6e7-96bd0060cfb5'),
(122905,32,38361,NULL,2604,11,'2026-03-04 16:10:01','2026-03-04 16:10:01','a33a9472-108d-4fec-a95d-53c755aa6fcb'),
(122906,16,38361,NULL,9852,1,'2026-03-04 16:10:01','2026-03-04 16:10:01','5b9fefeb-06de-40d6-b3fa-a0ac7a7c89b8'),
(122907,7,38361,NULL,605,1,'2026-03-04 16:10:01','2026-03-04 16:10:01','0f75ee88-6fec-437b-9265-0a99e1f0c076'),
(122908,7,38361,NULL,617,2,'2026-03-04 16:10:01','2026-03-04 16:10:01','19175e3d-acd0-45aa-84ab-4361444c140f'),
(122909,7,38361,NULL,9552,3,'2026-03-04 16:10:01','2026-03-04 16:10:01','27fda830-5425-4505-bb93-99e591323cb2'),
(122910,46,38361,NULL,2891,1,'2026-03-04 16:10:01','2026-03-04 16:10:01','a51386d9-26c7-44fc-9d9d-15ae1ce6640e'),
(122911,47,38361,NULL,12352,1,'2026-03-04 16:10:01','2026-03-04 16:10:01','0bc6b3bb-1eae-4277-9a34-ee42c362eb69'),
(122912,57,38361,NULL,9861,1,'2026-03-04 16:10:01','2026-03-04 16:10:01','a5503391-6588-4657-a966-c538d91e65b9'),
(122913,57,38361,NULL,9866,2,'2026-03-04 16:10:01','2026-03-04 16:10:01','21fa9ddc-b83e-4b72-8b12-3cd2a6d485e9'),
(122914,57,38361,NULL,9865,3,'2026-03-04 16:10:01','2026-03-04 16:10:01','7de435c9-1f18-480e-8af5-29b9b1a01afe'),
(122915,57,38361,NULL,9862,4,'2026-03-04 16:10:01','2026-03-04 16:10:01','9484a45e-a7b3-48b7-af68-426c85ffc92b'),
(122916,57,38361,NULL,9859,5,'2026-03-04 16:10:01','2026-03-04 16:10:01','1b8a2d41-a996-4c00-80aa-d8c5fbdce2c5'),
(122917,57,38361,NULL,9864,6,'2026-03-04 16:10:01','2026-03-04 16:10:01','99d3068b-830c-4c07-ac37-ecdb5f67ba00'),
(122918,57,38361,NULL,9868,7,'2026-03-04 16:10:01','2026-03-04 16:10:01','400ffd08-e588-45c4-84b7-71bc56c9bae1'),
(122919,57,38361,NULL,9869,8,'2026-03-04 16:10:01','2026-03-04 16:10:01','14fe77b4-7ee0-4460-a768-d85e8a65db03'),
(122920,57,38361,NULL,9870,9,'2026-03-04 16:10:01','2026-03-04 16:10:01','dc652715-4787-48b8-ae1a-956ed5b33b01'),
(122921,57,38361,NULL,9871,10,'2026-03-04 16:10:01','2026-03-04 16:10:01','8a471568-0f8b-4459-a5ac-dac3fecb9a62'),
(122922,57,38361,NULL,9872,11,'2026-03-04 16:10:01','2026-03-04 16:10:01','1475b836-09ed-4776-b8e4-46a2cc1a68df'),
(122923,57,38361,NULL,9873,12,'2026-03-04 16:10:01','2026-03-04 16:10:01','1c4e8079-46ec-431a-80df-aa834d4fdc26'),
(122924,57,38361,NULL,9874,13,'2026-03-04 16:10:01','2026-03-04 16:10:01','7c4af7f1-3578-40b9-bd60-f6f68696a228'),
(122925,57,38361,NULL,9876,14,'2026-03-04 16:10:01','2026-03-04 16:10:01','585939e3-080d-4160-9192-b195181c2d85'),
(122926,13,38361,NULL,6927,1,'2026-03-04 16:10:01','2026-03-04 16:10:01','25d22d83-9d6f-4d67-a28f-0cb1dd141f47'),
(122953,22,38325,NULL,38369,1,'2026-03-04 16:55:21','2026-03-04 16:55:21','f70c32cd-f57f-40e5-9751-3bd782a43ff0'),
(122954,32,38372,NULL,2614,1,'2026-03-04 16:55:21','2026-03-04 16:55:21','35264133-843a-48bf-a90e-f41b22ea648e'),
(122955,32,38372,NULL,2610,2,'2026-03-04 16:55:21','2026-03-04 16:55:21','fbeba0cf-f399-417e-9e74-a61f7b8db25d'),
(122956,32,38372,NULL,2598,3,'2026-03-04 16:55:21','2026-03-04 16:55:21','4d22a174-4d45-4a6d-8c13-1db658fb72f9'),
(122957,32,38372,NULL,2600,4,'2026-03-04 16:55:21','2026-03-04 16:55:21','44ea2350-b4fb-4d3b-a2b5-1dbc0d7ac32c'),
(122958,32,38372,NULL,2602,5,'2026-03-04 16:55:21','2026-03-04 16:55:21','1c59c0e8-36b2-46d7-b764-9ae97145fce2'),
(122959,32,38372,NULL,2604,6,'2026-03-04 16:55:21','2026-03-04 16:55:21','af59e783-1277-41b1-8138-38949a856422'),
(122960,32,38372,NULL,2608,7,'2026-03-04 16:55:21','2026-03-04 16:55:21','613a3308-9bdd-4da8-afe3-b453400685c2'),
(122961,32,38372,NULL,2596,8,'2026-03-04 16:55:21','2026-03-04 16:55:21','13bc7e92-4a20-4850-8d14-1ddfd479b451'),
(122962,32,38372,NULL,2606,9,'2026-03-04 16:55:21','2026-03-04 16:55:21','d31bbe6c-304d-46fe-871e-993e3485fce8'),
(122963,32,38372,NULL,2612,10,'2026-03-04 16:55:21','2026-03-04 16:55:21','8db6a40f-ac3a-4a63-98bd-42838ffa79c7'),
(122964,16,38372,NULL,3808,1,'2026-03-04 16:55:21','2026-03-04 16:55:21','f75d3577-a1b0-447c-aeaa-9006c5472ad5'),
(122965,7,38372,NULL,3468,1,'2026-03-04 16:55:21','2026-03-04 16:55:21','2de0e9bb-0c89-4cd8-a9ed-2e1e56d6234a'),
(122966,7,38372,NULL,601,2,'2026-03-04 16:55:21','2026-03-04 16:55:21','62e7756f-026e-4422-88a8-565cf3eaecc2'),
(122967,7,38372,NULL,2972,3,'2026-03-04 16:55:21','2026-03-04 16:55:21','da55dbb7-31a9-4a12-8b0b-b74fbca92921'),
(122968,7,38372,NULL,2974,4,'2026-03-04 16:55:21','2026-03-04 16:55:21','6ef6596f-1553-4441-9a8b-c5a1fbd49d40'),
(122969,7,38372,NULL,617,5,'2026-03-04 16:55:21','2026-03-04 16:55:21','f43a5e26-483f-493c-9fbb-6565d2882c66'),
(122970,7,38372,NULL,605,6,'2026-03-04 16:55:21','2026-03-04 16:55:21','5df93cdf-cece-45ca-a6ad-65fc6b5e0c57'),
(122971,7,38372,NULL,9552,7,'2026-03-04 16:55:21','2026-03-04 16:55:21','7024dd9d-fb6c-4ecb-8f37-11dc048ceeda'),
(122972,82,38372,NULL,479,1,'2026-03-04 16:55:21','2026-03-04 16:55:21','ac663992-cae8-4341-9354-982de24fe452'),
(122973,47,38372,NULL,12391,1,'2026-03-04 16:55:21','2026-03-04 16:55:21','8c32f9f6-ad03-4881-9d59-2aa001f4689e'),
(122974,57,38372,NULL,8052,1,'2026-03-04 16:55:21','2026-03-04 16:55:21','a082b13a-a011-420a-aa8d-196b154f5512'),
(122975,57,38372,NULL,8054,2,'2026-03-04 16:55:21','2026-03-04 16:55:21','7a8689ae-b24a-4c25-bf70-d6a2c524ece9'),
(122976,57,38372,NULL,8053,3,'2026-03-04 16:55:21','2026-03-04 16:55:21','bea41f49-4fd7-41a9-8dea-2bd59ae8965f'),
(122977,57,38372,NULL,8051,4,'2026-03-04 16:55:21','2026-03-04 16:55:21','35a531ea-9b28-4bfc-b7f9-1e9de4b23394'),
(122978,13,38372,NULL,23709,1,'2026-03-04 16:55:21','2026-03-04 16:55:21','aef7c5d9-c3fd-4e59-ad00-b0894475f401'),
(122979,22,38373,NULL,38369,1,'2026-03-04 16:55:21','2026-03-04 16:55:21','b3e63fe2-3be2-4d9e-b0d3-815cc4e4f72a'),
(122980,32,38374,NULL,2614,1,'2026-03-04 16:59:15','2026-03-04 16:59:15','01e6222a-1a59-45e6-b3f6-b8c7d1c8cf5d'),
(122981,32,38374,NULL,2610,2,'2026-03-04 16:59:15','2026-03-04 16:59:15','f48bc19f-ff4c-414d-9e86-c5657fa954e6'),
(122982,32,38374,NULL,2598,3,'2026-03-04 16:59:15','2026-03-04 16:59:15','ffd49027-f842-4741-b577-09e25176b03f'),
(122983,32,38374,NULL,2608,4,'2026-03-04 16:59:15','2026-03-04 16:59:15','8c007070-0441-40fe-bce7-69fd07884f01'),
(122984,32,38374,NULL,2624,5,'2026-03-04 16:59:15','2026-03-04 16:59:15','df76e84e-6f20-4adf-a8c6-17de99e252cb'),
(122985,32,38374,NULL,2600,6,'2026-03-04 16:59:15','2026-03-04 16:59:15','bdf027e2-c8a1-4f3c-876f-f9cf044da39f'),
(122986,32,38374,NULL,2596,7,'2026-03-04 16:59:15','2026-03-04 16:59:15','c5c447b8-4eeb-4a46-9940-89bd3c4da114'),
(122987,32,38374,NULL,2602,8,'2026-03-04 16:59:15','2026-03-04 16:59:15','c62e6da2-ad80-4a05-9eaa-806fcb7cf42c'),
(122988,32,38374,NULL,2606,9,'2026-03-04 16:59:15','2026-03-04 16:59:15','a87739ba-3d8c-480b-98d4-f232197d5f59'),
(122989,32,38374,NULL,2612,10,'2026-03-04 16:59:15','2026-03-04 16:59:15','625aa8f0-0487-48c6-9d02-108703c0a00e'),
(122990,32,38374,NULL,2604,11,'2026-03-04 16:59:15','2026-03-04 16:59:15','421cf5b8-0a30-41d6-98c3-8e8c49bae1b4'),
(122991,16,38374,NULL,9852,1,'2026-03-04 16:59:15','2026-03-04 16:59:15','77c588cb-1266-40ed-bd33-7d4aec15c106'),
(122992,7,38374,NULL,605,1,'2026-03-04 16:59:15','2026-03-04 16:59:15','9a8b56e4-42ab-472f-ac6f-55ff50eff94b'),
(122993,7,38374,NULL,617,2,'2026-03-04 16:59:15','2026-03-04 16:59:15','b8d87ab2-6e1c-4f1b-8487-6b0b567a0dd0'),
(122994,7,38374,NULL,9552,3,'2026-03-04 16:59:15','2026-03-04 16:59:15','de9de773-b190-4846-bafe-2005a59f18f8'),
(122995,46,38374,NULL,2891,1,'2026-03-04 16:59:15','2026-03-04 16:59:15','01e088fa-3d9b-41e0-a4cd-f030483805d5'),
(122996,47,38374,NULL,12352,1,'2026-03-04 16:59:15','2026-03-04 16:59:15','8fbd6b0e-31c7-4df7-9082-0f618cd50a1b'),
(122997,57,38374,NULL,9861,1,'2026-03-04 16:59:15','2026-03-04 16:59:15','96e635ea-4111-43cb-a543-e59e395f070c'),
(122998,57,38374,NULL,9866,2,'2026-03-04 16:59:15','2026-03-04 16:59:15','bcb448d1-0146-482f-9c20-c1b50c64ad5c'),
(122999,57,38374,NULL,9865,3,'2026-03-04 16:59:15','2026-03-04 16:59:15','1a1cb869-3d51-443c-ad3d-8e7b00e3bdac'),
(123000,57,38374,NULL,9862,4,'2026-03-04 16:59:15','2026-03-04 16:59:15','117ff4f9-3fe1-438b-a20c-f9a08ef4bb17'),
(123001,57,38374,NULL,9859,5,'2026-03-04 16:59:15','2026-03-04 16:59:15','2611f1ec-f4e7-46ad-9c03-f408d0cc2371'),
(123002,57,38374,NULL,9864,6,'2026-03-04 16:59:15','2026-03-04 16:59:15','0e4517af-00da-4848-956c-1abb9a77116d'),
(123003,57,38374,NULL,9868,7,'2026-03-04 16:59:15','2026-03-04 16:59:15','f599272b-15e3-4ee6-9c7d-7bcfb6b2ae94'),
(123004,57,38374,NULL,9869,8,'2026-03-04 16:59:15','2026-03-04 16:59:15','fea2d127-312d-4385-afde-ac88cd875c41'),
(123005,57,38374,NULL,9870,9,'2026-03-04 16:59:15','2026-03-04 16:59:15','46532a7e-210b-40c1-b725-bb7ebea57a97'),
(123006,57,38374,NULL,9871,10,'2026-03-04 16:59:15','2026-03-04 16:59:15','5d3eab81-3cf1-4c67-87a5-407523ec1f6e'),
(123007,57,38374,NULL,9872,11,'2026-03-04 16:59:15','2026-03-04 16:59:15','3ed23323-9a43-4948-85e4-4873dc303153'),
(123008,57,38374,NULL,9873,12,'2026-03-04 16:59:15','2026-03-04 16:59:15','48877452-299a-4964-803d-5cd24c471155'),
(123009,57,38374,NULL,9874,13,'2026-03-04 16:59:15','2026-03-04 16:59:15','47d946cf-4567-4d6a-b22e-9360926965dc'),
(123010,57,38374,NULL,9876,14,'2026-03-04 16:59:15','2026-03-04 16:59:15','89897753-3e16-4a51-b03b-3ddee94d4aad'),
(123011,13,38374,NULL,6927,1,'2026-03-04 16:59:15','2026-03-04 16:59:15','3543e728-d37f-44bf-a5b7-88144187b7dd'),
(123012,32,38450,NULL,2610,1,'2026-03-04 18:57:10','2026-03-04 18:57:10','b6d5f21f-ba6c-4368-85aa-56911c2f3f8b'),
(123013,32,38450,NULL,2598,2,'2026-03-04 18:57:10','2026-03-04 18:57:10','951929a5-4fd8-4d8d-86ba-7c040d2a3d07'),
(123014,32,38450,NULL,2600,3,'2026-03-04 18:57:10','2026-03-04 18:57:10','cccaa618-e53b-4549-910b-37af541f4bee'),
(123015,32,38450,NULL,2606,4,'2026-03-04 18:57:10','2026-03-04 18:57:10','2b0f284d-4057-4ff9-be3c-0ae13df64bee'),
(123016,32,38450,NULL,2604,5,'2026-03-04 18:57:10','2026-03-04 18:57:10','a3a53caf-4367-45a9-9694-fb69934435ac'),
(123017,32,38450,NULL,2614,6,'2026-03-04 18:57:10','2026-03-04 18:57:10','f28b8b3a-59af-4b6c-891b-0c400757a5c0'),
(123018,32,38450,NULL,2608,7,'2026-03-04 18:57:10','2026-03-04 18:57:10','082b9acc-0a34-4b04-b3d1-86a99eb13a71'),
(123019,32,38450,NULL,2596,8,'2026-03-04 18:57:10','2026-03-04 18:57:10','7243f93a-0029-46f3-a6bc-73a29dc26cf9'),
(123020,32,38450,NULL,2602,9,'2026-03-04 18:57:10','2026-03-04 18:57:10','f0e651a6-3851-43ef-9004-9876ed86e73f'),
(123021,32,38450,NULL,2612,10,'2026-03-04 18:57:10','2026-03-04 18:57:10','7ff2dd25-b21d-4122-8dd1-8994ea0d3bcd'),
(123022,16,38450,NULL,5191,1,'2026-03-04 18:57:10','2026-03-04 18:57:10','8ae0de0c-a770-4ba9-866f-2aff3376740b'),
(123023,7,38450,NULL,2969,1,'2026-03-04 18:57:10','2026-03-04 18:57:10','66fa5865-e48a-4673-9bf6-1da3a9364c60'),
(123024,7,38450,NULL,28766,2,'2026-03-04 18:57:10','2026-03-04 18:57:10','926eb4e5-4f32-4934-9d46-31e430338d85'),
(123025,7,38450,NULL,617,3,'2026-03-04 18:57:10','2026-03-04 18:57:10','d39e1f34-3c7d-4aeb-989a-39fb2437d0cf'),
(123026,7,38450,NULL,605,4,'2026-03-04 18:57:10','2026-03-04 18:57:10','6eb7baea-819b-4564-8f53-f0b52b53ed3a'),
(123027,7,38450,NULL,9552,5,'2026-03-04 18:57:10','2026-03-04 18:57:10','209e77da-ff19-458a-8abe-9caf5b22897c'),
(123028,47,38450,NULL,12370,1,'2026-03-04 18:57:10','2026-03-04 18:57:10','da3ffad2-fa6c-418f-b022-262b63519a2b'),
(123029,57,38450,NULL,5185,1,'2026-03-04 18:57:10','2026-03-04 18:57:10','2d0e9048-41cd-4e10-abd2-ed0d96f4946b'),
(123030,57,38450,NULL,5186,2,'2026-03-04 18:57:10','2026-03-04 18:57:10','c5695f8f-0cb5-408c-9c38-b7357d64123a'),
(123031,57,38450,NULL,5187,3,'2026-03-04 18:57:10','2026-03-04 18:57:10','49d9863c-59c4-48c0-b2ea-2652d34d8f07'),
(123032,57,38450,NULL,5188,4,'2026-03-04 18:57:10','2026-03-04 18:57:10','88feaf6b-8043-4476-96a6-4f84ed3a509b'),
(123033,57,38450,NULL,5189,5,'2026-03-04 18:57:10','2026-03-04 18:57:10','ec11582c-b3cf-4d51-8470-cd1cf36e3531'),
(123034,57,38450,NULL,5190,6,'2026-03-04 18:57:10','2026-03-04 18:57:10','97c59976-4f69-4945-9a06-759d123cb737'),
(123035,13,38450,NULL,24348,1,'2026-03-04 18:57:10','2026-03-04 18:57:10','c542d427-6ac8-43f5-ae9a-8ca852da409f'),
(123036,32,38451,NULL,2614,1,'2026-03-04 18:57:39','2026-03-04 18:57:39','f7845808-2806-4cbe-84f3-8bc70def1440'),
(123037,32,38451,NULL,2598,2,'2026-03-04 18:57:39','2026-03-04 18:57:39','1dfbf156-01e5-4b8a-88a0-750ab0bac8d0'),
(123038,32,38451,NULL,2608,3,'2026-03-04 18:57:39','2026-03-04 18:57:39','97250d0e-1134-4641-bf0c-f9905d9f9a6e'),
(123039,32,38451,NULL,2600,4,'2026-03-04 18:57:39','2026-03-04 18:57:39','3fa0c06d-8902-4fb4-85a4-c0ddfc4123cb'),
(123040,32,38451,NULL,2596,5,'2026-03-04 18:57:39','2026-03-04 18:57:39','765b0cec-dd53-4725-8fb4-bb04e9378257'),
(123041,32,38451,NULL,2602,6,'2026-03-04 18:57:39','2026-03-04 18:57:39','d4e8ba9d-9513-4dfe-b1df-5a877ec07301'),
(123042,32,38451,NULL,2612,7,'2026-03-04 18:57:39','2026-03-04 18:57:39','326e705a-bd57-43f5-9ca2-6b79f11377e6'),
(123043,32,38451,NULL,2604,8,'2026-03-04 18:57:39','2026-03-04 18:57:39','a2091f34-3ad8-4c7c-84cc-4a34b4aa4ddb'),
(123044,16,38451,NULL,10216,1,'2026-03-04 18:57:39','2026-03-04 18:57:39','df6f674f-30bc-4607-8066-a3394ffd6935'),
(123045,7,38451,NULL,9732,1,'2026-03-04 18:57:39','2026-03-04 18:57:39','8855d2d6-fb60-4f06-9112-21fe84b4a50e'),
(123046,7,38451,NULL,617,2,'2026-03-04 18:57:39','2026-03-04 18:57:39','22ad528e-a33d-47b9-9d05-20fa4865da2f'),
(123047,7,38451,NULL,605,3,'2026-03-04 18:57:39','2026-03-04 18:57:39','210ed0e5-2d41-43a9-a73a-71f01299f8f1'),
(123048,7,38451,NULL,9552,4,'2026-03-04 18:57:39','2026-03-04 18:57:39','e0f1af9b-4d6c-4de6-8991-cf7d6a733ae7'),
(123049,82,38451,NULL,479,1,'2026-03-04 18:57:39','2026-03-04 18:57:39','1504f250-0acc-45af-9295-fb9b8407cfe1'),
(123050,82,38451,NULL,483,2,'2026-03-04 18:57:39','2026-03-04 18:57:39','4c3f9582-c608-4c77-a3a0-0574843a9f74'),
(123051,47,38451,NULL,12324,1,'2026-03-04 18:57:39','2026-03-04 18:57:39','e1cf1598-4c9a-4346-9517-b1fe6280c54e'),
(123052,57,38451,NULL,9694,1,'2026-03-04 18:57:39','2026-03-04 18:57:39','76524b02-af82-4fc9-8c12-068eb31f4861'),
(123053,57,38451,NULL,9692,2,'2026-03-04 18:57:39','2026-03-04 18:57:39','0bb15d1f-f241-4c1e-a97e-8d1a57cc5150'),
(123054,57,38451,NULL,9693,3,'2026-03-04 18:57:39','2026-03-04 18:57:39','e86a024d-2c2e-45d1-bce2-2a7c59692fef'),
(123055,57,38451,NULL,9685,4,'2026-03-04 18:57:39','2026-03-04 18:57:39','e4663e8d-e540-44a5-9227-66212985de36'),
(123056,57,38451,NULL,9686,5,'2026-03-04 18:57:39','2026-03-04 18:57:39','a1c7a015-e956-4a57-a9cb-2b623c6859ca'),
(123057,57,38451,NULL,9687,6,'2026-03-04 18:57:39','2026-03-04 18:57:39','af813ad3-a374-4a76-a8e3-f952b35d7ab6'),
(123058,57,38451,NULL,9688,7,'2026-03-04 18:57:39','2026-03-04 18:57:39','9019f067-99eb-464d-8bd8-83eabcd5f661'),
(123059,57,38451,NULL,9689,8,'2026-03-04 18:57:39','2026-03-04 18:57:39','bfd0b819-7619-48ed-a42f-0aa72fc1e898'),
(123060,57,38451,NULL,9690,9,'2026-03-04 18:57:39','2026-03-04 18:57:39','7e1bcbad-13d0-4fbc-b0dc-ec9c2c51d41c'),
(123061,13,38451,NULL,23691,1,'2026-03-04 18:57:39','2026-03-04 18:57:39','aba57210-2884-43be-85ea-46a2b1fbf2d2'),
(123062,32,38452,NULL,2610,1,'2026-03-04 18:57:49','2026-03-04 18:57:49','d64c876f-6593-4695-b85a-223dc767c0f7'),
(123063,32,38452,NULL,2598,2,'2026-03-04 18:57:49','2026-03-04 18:57:49','5a52e431-a25c-444a-9b5f-531a62b04ece'),
(123064,32,38452,NULL,2600,3,'2026-03-04 18:57:49','2026-03-04 18:57:49','6dff786d-fc04-4eae-a290-1110b40a82e0'),
(123065,32,38452,NULL,2604,4,'2026-03-04 18:57:49','2026-03-04 18:57:49','33940126-0652-444b-adde-c1bdd2ec3d7b'),
(123066,32,38452,NULL,2608,5,'2026-03-04 18:57:49','2026-03-04 18:57:49','98f27ec8-1fc8-427e-bff2-31334782ca31'),
(123067,32,38452,NULL,2596,6,'2026-03-04 18:57:49','2026-03-04 18:57:49','471d49e7-0900-4b00-8950-df7fd758769f'),
(123068,32,38452,NULL,2602,7,'2026-03-04 18:57:49','2026-03-04 18:57:49','5f23d40a-0dc3-43a9-b4b1-d359cd6bbc3e'),
(123069,32,38452,NULL,2606,8,'2026-03-04 18:57:49','2026-03-04 18:57:49','e639761f-aeac-4047-b624-566445d6d334'),
(123070,32,38452,NULL,2612,9,'2026-03-04 18:57:49','2026-03-04 18:57:49','496714e1-6a1f-4c97-a91c-f646e7853177'),
(123071,16,38452,NULL,3374,1,'2026-03-04 18:57:49','2026-03-04 18:57:49','67f888fb-4c4b-4afa-ab7c-4d6d7ab6455f'),
(123072,7,38452,NULL,3468,1,'2026-03-04 18:57:49','2026-03-04 18:57:49','8f528f64-4d24-4bcc-b58b-2ab87abb6e2c'),
(123073,7,38452,NULL,9732,2,'2026-03-04 18:57:49','2026-03-04 18:57:49','23a0ba9e-68d0-48f1-9005-ac172bcea2af'),
(123074,7,38452,NULL,617,3,'2026-03-04 18:57:49','2026-03-04 18:57:49','d8979201-df24-4131-af1a-99c208b8131f'),
(123075,7,38452,NULL,605,4,'2026-03-04 18:57:49','2026-03-04 18:57:49','10c8c93c-7f8b-4709-abf2-00bf2822e991'),
(123076,7,38452,NULL,9552,5,'2026-03-04 18:57:49','2026-03-04 18:57:49','5577ecc5-d77c-4608-a0e1-cf8bc6081ffc'),
(123077,82,38452,NULL,469,1,'2026-03-04 18:57:49','2026-03-04 18:57:49','aaff055d-26ef-4330-be84-e645fb2595ee'),
(123078,82,38452,NULL,475,2,'2026-03-04 18:57:49','2026-03-04 18:57:49','c069b5ba-037b-4498-8320-9e2a4bb77153'),
(123079,82,38452,NULL,479,3,'2026-03-04 18:57:49','2026-03-04 18:57:49','82546818-89ed-4145-bb76-dc5316d570c2'),
(123080,82,38452,NULL,491,4,'2026-03-04 18:57:49','2026-03-04 18:57:49','f28a6229-e35d-4d57-a72f-8fe7008aa451'),
(123081,47,38452,NULL,12333,1,'2026-03-04 18:57:49','2026-03-04 18:57:49','4d046a36-e644-458c-92b8-a5d0312d1b07'),
(123082,57,38452,NULL,3362,1,'2026-03-04 18:57:49','2026-03-04 18:57:49','a7029b71-ba7c-4194-9585-640fa725ef1d'),
(123083,57,38452,NULL,3363,2,'2026-03-04 18:57:49','2026-03-04 18:57:49','8e7410c0-e0eb-43a4-aa64-26e72df63d48'),
(123084,57,38452,NULL,3364,3,'2026-03-04 18:57:49','2026-03-04 18:57:49','815713ff-3b64-4d14-b1d7-476897fbc70f'),
(123085,57,38452,NULL,3365,4,'2026-03-04 18:57:49','2026-03-04 18:57:49','78e6f2e1-99a4-4821-a998-ecb433684b1f'),
(123086,57,38452,NULL,3366,5,'2026-03-04 18:57:49','2026-03-04 18:57:49','eaceda57-e62f-479a-9b09-de71c72f4e0a'),
(123087,57,38452,NULL,3367,6,'2026-03-04 18:57:49','2026-03-04 18:57:49','3f2a73c2-a598-4251-a279-f4aa1a327c71'),
(123088,57,38452,NULL,3368,7,'2026-03-04 18:57:49','2026-03-04 18:57:49','0cb21b8a-6a65-4e91-959a-666609dfc3ba'),
(123089,57,38452,NULL,3369,8,'2026-03-04 18:57:49','2026-03-04 18:57:49','1d623657-0f56-4588-a6e7-1dbe1b2653e7'),
(123090,57,38452,NULL,3370,9,'2026-03-04 18:57:49','2026-03-04 18:57:49','af2e2932-82c4-4c11-b752-d6a4651b07f6'),
(123091,57,38452,NULL,3371,10,'2026-03-04 18:57:49','2026-03-04 18:57:49','30e6bcd9-6681-421d-ae98-bb2e429e918f'),
(123092,57,38452,NULL,3372,11,'2026-03-04 18:57:49','2026-03-04 18:57:49','06f8a90d-ef2d-4383-b39c-10a1ff999f16'),
(123093,57,38452,NULL,3373,12,'2026-03-04 18:57:49','2026-03-04 18:57:49','f809dd06-453f-432a-b781-396b256a2b55'),
(123094,57,38452,NULL,3374,13,'2026-03-04 18:57:49','2026-03-04 18:57:49','c77bddcc-7bb2-41b9-ad37-c6a8553204b6'),
(123095,72,38452,NULL,548,1,'2026-03-04 18:57:49','2026-03-04 18:57:49','97c206d1-bdb8-4626-854c-0b63b30a64cf'),
(123096,32,38454,NULL,2614,1,'2026-03-04 18:58:01','2026-03-04 18:58:01','af828e99-2064-44fe-95da-5ae7034fdceb'),
(123097,32,38454,NULL,2610,2,'2026-03-04 18:58:01','2026-03-04 18:58:01','ab044fa5-ac26-4414-a6a0-b6ff009026e0'),
(123098,32,38454,NULL,2598,3,'2026-03-04 18:58:01','2026-03-04 18:58:01','670f4e3c-1979-4cda-8ffd-cbc5fbc7bfba'),
(123099,32,38454,NULL,2608,4,'2026-03-04 18:58:01','2026-03-04 18:58:01','4e79443f-f842-4925-85d3-b9e13955a815'),
(123100,32,38454,NULL,2624,5,'2026-03-04 18:58:01','2026-03-04 18:58:01','e5ba23c5-6ee1-406b-b628-fd71f1554358'),
(123101,32,38454,NULL,2600,6,'2026-03-04 18:58:01','2026-03-04 18:58:01','062d3239-f99a-4547-9557-9768aa27cd46'),
(123102,32,38454,NULL,2596,7,'2026-03-04 18:58:01','2026-03-04 18:58:01','03cd6d9a-fcb5-4631-9703-d7a2fe855a47'),
(123103,32,38454,NULL,2602,8,'2026-03-04 18:58:01','2026-03-04 18:58:01','bb62db9d-a601-40b0-959e-38017a589f34'),
(123104,32,38454,NULL,2606,9,'2026-03-04 18:58:01','2026-03-04 18:58:01','447cd097-4135-4364-a8f1-0108682940e5'),
(123105,32,38454,NULL,2612,10,'2026-03-04 18:58:01','2026-03-04 18:58:01','c6a9a58f-0526-4681-b930-848fe38a7e1d'),
(123106,32,38454,NULL,2604,11,'2026-03-04 18:58:01','2026-03-04 18:58:01','f63f27cc-2597-4dcb-ad1b-69c4d8b1b253'),
(123107,16,38454,NULL,10210,1,'2026-03-04 18:58:01','2026-03-04 18:58:01','230b51cb-65b0-4cf7-92b4-2542427aef0a'),
(123108,7,38454,NULL,2969,1,'2026-03-04 18:58:01','2026-03-04 18:58:01','8c9a05fe-406b-4d7c-b089-98a283da2fc9'),
(123109,7,38454,NULL,617,2,'2026-03-04 18:58:01','2026-03-04 18:58:01','88b03881-8137-4560-bb42-421260a5916f'),
(123110,7,38454,NULL,605,3,'2026-03-04 18:58:01','2026-03-04 18:58:01','d1c734e4-c96f-4ff4-a8bb-2edd30a2231c'),
(123111,7,38454,NULL,9552,4,'2026-03-04 18:58:01','2026-03-04 18:58:01','b874ab4f-61b2-406e-8ead-a55fa03d02bc'),
(123112,46,38454,NULL,2891,1,'2026-03-04 18:58:01','2026-03-04 18:58:01','f5885169-c64e-4791-8356-e78d2c4e5ca1'),
(123113,47,38454,NULL,12339,1,'2026-03-04 18:58:01','2026-03-04 18:58:01','83a25422-e5a8-4ed8-a4dd-db9054a2ba6e'),
(123114,57,38454,NULL,9148,1,'2026-03-04 18:58:01','2026-03-04 18:58:01','89ee72ff-63a9-43de-942c-afb24737421d'),
(123115,57,38454,NULL,9145,2,'2026-03-04 18:58:01','2026-03-04 18:58:01','ceda7922-3f8c-4aa9-b2cf-5b02460500bb'),
(123116,57,38454,NULL,9149,3,'2026-03-04 18:58:01','2026-03-04 18:58:01','3b93b4cf-ff3c-46e6-939d-a6bb631d3312'),
(123117,57,38454,NULL,9150,4,'2026-03-04 18:58:01','2026-03-04 18:58:01','c0fb9471-2595-45f5-8acd-dcb421f682c6'),
(123118,57,38454,NULL,9144,5,'2026-03-04 18:58:01','2026-03-04 18:58:01','7df9f29c-43a5-411a-95be-1cba3e475742'),
(123119,57,38454,NULL,9146,6,'2026-03-04 18:58:01','2026-03-04 18:58:01','d70d08a4-c95c-428d-9ad4-359e81e2dc97'),
(123120,57,38454,NULL,9147,7,'2026-03-04 18:58:01','2026-03-04 18:58:01','e2581c10-cd13-4e53-a89f-1836e12179ce'),
(123121,57,38454,NULL,10213,8,'2026-03-04 18:58:01','2026-03-04 18:58:01','8580eb52-8b85-46fe-98c6-62edc7ca106a'),
(123122,13,38454,NULL,6922,1,'2026-03-04 18:58:01','2026-03-04 18:58:01','8749cea3-ea92-42a1-837e-fc2c0e9f6593'),
(123123,32,38455,NULL,2614,1,'2026-03-04 18:58:14','2026-03-04 18:58:14','4678793a-8d65-4ff2-9a6c-86c0a3b18abc'),
(123124,32,38455,NULL,2610,2,'2026-03-04 18:58:14','2026-03-04 18:58:14','aa55043e-399e-4a38-b25c-c11fe4fd2a04'),
(123125,32,38455,NULL,2598,3,'2026-03-04 18:58:14','2026-03-04 18:58:14','fe4a7afd-70aa-43e9-9bbb-748faea5c1c2'),
(123126,32,38455,NULL,2608,4,'2026-03-04 18:58:14','2026-03-04 18:58:14','f0a5e8a0-8e70-4a37-8bd9-08d644a9cbe6'),
(123127,32,38455,NULL,2600,5,'2026-03-04 18:58:14','2026-03-04 18:58:14','6a69f433-6668-4195-abdd-f83502b5be54'),
(123128,32,38455,NULL,2596,6,'2026-03-04 18:58:14','2026-03-04 18:58:14','8828d183-d64a-4541-91f0-42fdac966b0a'),
(123129,32,38455,NULL,2602,7,'2026-03-04 18:58:14','2026-03-04 18:58:14','f5a89c9d-5338-420d-9861-3636c5b7566f'),
(123130,32,38455,NULL,2612,8,'2026-03-04 18:58:14','2026-03-04 18:58:14','e1f6ad72-dbb8-4b59-949e-ef14f664afba'),
(123131,32,38455,NULL,2604,9,'2026-03-04 18:58:14','2026-03-04 18:58:14','edb241bc-ae3b-47a6-9ec6-971a7aad6ba0'),
(123132,32,38455,NULL,2606,10,'2026-03-04 18:58:14','2026-03-04 18:58:14','398ad7bf-d12f-445a-9a31-7aa15657982c'),
(123133,16,38455,NULL,9155,1,'2026-03-04 18:58:14','2026-03-04 18:58:14','9c1d254d-7d5d-4887-a7f4-e78853e19658'),
(123134,7,38455,NULL,605,1,'2026-03-04 18:58:14','2026-03-04 18:58:14','a3325538-066c-4024-9e8c-2d30c100389a'),
(123135,7,38455,NULL,617,2,'2026-03-04 18:58:14','2026-03-04 18:58:14','1d915924-abd6-4948-b994-fef4ff3ff9e7'),
(123136,7,38455,NULL,9552,3,'2026-03-04 18:58:14','2026-03-04 18:58:14','8f117f71-183e-40a2-8528-6ec1a26e1716'),
(123137,82,38455,NULL,479,1,'2026-03-04 18:58:14','2026-03-04 18:58:14','61d1280e-7089-476a-8fd4-fb70e5eed325'),
(123138,47,38455,NULL,12342,1,'2026-03-04 18:58:14','2026-03-04 18:58:14','6879431c-9d8a-4aae-9884-8b45d461a545'),
(123139,57,38455,NULL,9160,1,'2026-03-04 18:58:14','2026-03-04 18:58:14','8e5f29c8-693c-442a-a3e5-2c9d7e918aeb'),
(123140,57,38455,NULL,9162,2,'2026-03-04 18:58:14','2026-03-04 18:58:14','d680db9e-0e71-46d7-aad7-8d055a2e48dd'),
(123141,57,38455,NULL,9164,3,'2026-03-04 18:58:14','2026-03-04 18:58:14','c90efea0-ab65-44d1-ac1f-9ccfbdc9cc66'),
(123142,57,38455,NULL,9163,4,'2026-03-04 18:58:14','2026-03-04 18:58:14','d8019962-02e1-4e87-937a-9bb0c0cf1fd6'),
(123143,57,38455,NULL,9161,5,'2026-03-04 18:58:14','2026-03-04 18:58:14','2b142395-fee2-40f3-9aba-0ec39081f35f'),
(123144,57,38455,NULL,9165,6,'2026-03-04 18:58:14','2026-03-04 18:58:14','9cee9526-48cf-429e-bdeb-47ad05393b05'),
(123145,32,38456,NULL,2614,1,'2026-03-04 18:58:26','2026-03-04 18:58:26','9110dd37-0ea8-4025-9f07-f5259a0c4ce6'),
(123146,32,38456,NULL,2610,2,'2026-03-04 18:58:26','2026-03-04 18:58:26','d1f5bfc7-e73c-48bc-a135-2d42e1f6f050'),
(123147,32,38456,NULL,2598,3,'2026-03-04 18:58:26','2026-03-04 18:58:26','06c2df6b-28be-4d9e-bca1-15b6c4638563'),
(123148,32,38456,NULL,2608,4,'2026-03-04 18:58:26','2026-03-04 18:58:26','a8da69da-8c7a-4e99-91ef-9b70e008aebc'),
(123149,32,38456,NULL,2600,5,'2026-03-04 18:58:26','2026-03-04 18:58:26','361f11cc-d154-446b-b41c-ac36e62fd65f'),
(123150,32,38456,NULL,2596,6,'2026-03-04 18:58:26','2026-03-04 18:58:26','4853a34c-2e40-4800-aa8f-41c9d50ef5ee'),
(123151,32,38456,NULL,2602,7,'2026-03-04 18:58:26','2026-03-04 18:58:26','372fc9be-d003-4bc6-8e86-8d6205f590d1'),
(123152,32,38456,NULL,2612,8,'2026-03-04 18:58:26','2026-03-04 18:58:26','b3a75302-6e2d-40c2-ba72-23f619150f59'),
(123153,32,38456,NULL,2606,9,'2026-03-04 18:58:26','2026-03-04 18:58:26','322f9421-b877-41e7-ac50-f6ddd3f5cd75'),
(123154,16,38456,NULL,9749,1,'2026-03-04 18:58:26','2026-03-04 18:58:26','802db251-0d30-428a-97d2-52da0c2d0c83'),
(123155,7,38456,NULL,6547,1,'2026-03-04 18:58:26','2026-03-04 18:58:26','805d6167-9d3b-40aa-b56e-1d2fecf8a074'),
(123156,7,38456,NULL,9732,2,'2026-03-04 18:58:26','2026-03-04 18:58:26','008292a7-968c-4e12-882f-916e471acf85'),
(123157,7,38456,NULL,9735,3,'2026-03-04 18:58:26','2026-03-04 18:58:26','6a74714a-1777-45a5-a107-391b3ab1f1af'),
(123158,7,38456,NULL,9640,4,'2026-03-04 18:58:26','2026-03-04 18:58:26','138db8a6-7b8f-4dbd-900e-f8d4a6e08ee0'),
(123159,7,38456,NULL,617,5,'2026-03-04 18:58:26','2026-03-04 18:58:26','8284665d-9e6a-4222-9b73-55fc124af023'),
(123160,7,38456,NULL,605,6,'2026-03-04 18:58:26','2026-03-04 18:58:26','906d048d-ff29-484b-b9bc-4f2d2a909b50'),
(123161,7,38456,NULL,9552,7,'2026-03-04 18:58:26','2026-03-04 18:58:26','c2f9bfb5-9f43-4d38-a1b3-4576dacc1dc2'),
(123162,82,38456,NULL,477,1,'2026-03-04 18:58:26','2026-03-04 18:58:26','22e37e9f-88e6-4df1-aa70-790a9f23a7b6'),
(123163,82,38456,NULL,479,2,'2026-03-04 18:58:26','2026-03-04 18:58:26','5e4196a8-64cc-4194-9dbd-73a10d6840eb'),
(123164,47,38456,NULL,12344,1,'2026-03-04 18:58:26','2026-03-04 18:58:26','aa6634a0-086f-4f73-845f-007c10d887c8'),
(123165,57,38456,NULL,9804,1,'2026-03-04 18:58:26','2026-03-04 18:58:26','7a13d349-8d4a-46bd-850b-a5c717ffa8cd'),
(123166,57,38456,NULL,9811,2,'2026-03-04 18:58:26','2026-03-04 18:58:26','f538c05d-7f05-4049-8027-eecd526577b8'),
(123167,57,38456,NULL,9805,3,'2026-03-04 18:58:26','2026-03-04 18:58:26','7f4e11d1-f8a4-4165-977e-660192140644'),
(123168,57,38456,NULL,9806,4,'2026-03-04 18:58:26','2026-03-04 18:58:26','27d041c7-b898-4002-a4b4-6f030aeb7cda'),
(123169,57,38456,NULL,9807,5,'2026-03-04 18:58:26','2026-03-04 18:58:26','f592b2a9-196d-4d38-bb54-f3f51c3fcc7a'),
(123170,57,38456,NULL,9800,6,'2026-03-04 18:58:26','2026-03-04 18:58:26','001e6c0a-798b-4211-9b59-588496de576f'),
(123171,57,38456,NULL,9808,7,'2026-03-04 18:58:26','2026-03-04 18:58:26','1f4bc4c9-ed2d-4550-87e6-d76919b0ddfa'),
(123172,57,38456,NULL,9809,8,'2026-03-04 18:58:26','2026-03-04 18:58:26','2a6be5a7-43ff-4a54-a061-49fa5aa097a8'),
(123173,57,38456,NULL,9812,9,'2026-03-04 18:58:26','2026-03-04 18:58:26','b0785243-1290-4994-bf4b-7c4123effb03'),
(123174,57,38456,NULL,9813,10,'2026-03-04 18:58:26','2026-03-04 18:58:26','59b4e73f-d8c4-4237-8b91-ec2c4e6a65dd'),
(123175,13,38456,NULL,6925,1,'2026-03-04 18:58:26','2026-03-04 18:58:26','bbf2e1c0-597b-41a1-9b6a-242c5209220a'),
(123176,32,38457,NULL,2614,1,'2026-03-04 18:58:34','2026-03-04 18:58:34','22f622aa-3a44-4dd5-ba86-0044e5f3c8f6'),
(123177,32,38457,NULL,2610,2,'2026-03-04 18:58:34','2026-03-04 18:58:34','5ffa43b5-a6de-456b-8185-d82fe1ade6e2'),
(123178,32,38457,NULL,2598,3,'2026-03-04 18:58:34','2026-03-04 18:58:34','31209781-d329-4a6d-a6de-26130e47ce77'),
(123179,32,38457,NULL,2608,4,'2026-03-04 18:58:34','2026-03-04 18:58:34','448d5316-ed72-4750-ae82-196e66b1a447'),
(123180,32,38457,NULL,2624,5,'2026-03-04 18:58:34','2026-03-04 18:58:34','64d9402d-3911-48bf-bb7a-51b37aa5c95c'),
(123181,32,38457,NULL,2600,6,'2026-03-04 18:58:34','2026-03-04 18:58:34','a825d795-3e43-49c0-b14c-d002d64c8a3b'),
(123182,32,38457,NULL,2596,7,'2026-03-04 18:58:34','2026-03-04 18:58:34','37386a09-2796-431f-8e4a-1dd2524c765b'),
(123183,32,38457,NULL,2602,8,'2026-03-04 18:58:34','2026-03-04 18:58:34','ed5f17f2-1982-466a-8508-043adfbec8a5'),
(123184,32,38457,NULL,2606,9,'2026-03-04 18:58:34','2026-03-04 18:58:34','c65ae37b-a174-4187-88c4-c22971dae80e'),
(123185,32,38457,NULL,2612,10,'2026-03-04 18:58:34','2026-03-04 18:58:34','3888aff0-b117-4aeb-b381-f77b901fd6cb'),
(123186,32,38457,NULL,2604,11,'2026-03-04 18:58:34','2026-03-04 18:58:34','71bb4121-3fc4-4a3b-972b-7b7b9dfe1d5f'),
(123187,16,38457,NULL,9852,1,'2026-03-04 18:58:34','2026-03-04 18:58:34','e03fdc17-6aa3-47d5-93ed-e2fcde3fb295'),
(123188,7,38457,NULL,605,1,'2026-03-04 18:58:34','2026-03-04 18:58:34','f6d548a5-af26-47c6-9b5a-d322babb9d07'),
(123189,7,38457,NULL,617,2,'2026-03-04 18:58:34','2026-03-04 18:58:34','c43ad10d-9845-433f-9672-3455a7f1b89c'),
(123190,7,38457,NULL,9552,3,'2026-03-04 18:58:34','2026-03-04 18:58:34','232cef69-6493-4e0d-91c2-d5573af3524f'),
(123191,46,38457,NULL,2891,1,'2026-03-04 18:58:34','2026-03-04 18:58:34','7abd4e09-3816-4484-ae30-640d8c0d905d'),
(123192,47,38457,NULL,12352,1,'2026-03-04 18:58:34','2026-03-04 18:58:34','bdf9f854-77f2-4cbc-9613-f93b4b46ce4d'),
(123193,57,38457,NULL,9861,1,'2026-03-04 18:58:34','2026-03-04 18:58:34','36d38d12-8c3a-41d0-9535-3614889eed68'),
(123194,57,38457,NULL,9866,2,'2026-03-04 18:58:34','2026-03-04 18:58:34','44f959a8-e4b2-463d-b416-97ab151aaf8a'),
(123195,57,38457,NULL,9865,3,'2026-03-04 18:58:34','2026-03-04 18:58:34','47ae3afd-c061-489b-a666-2f686c93618a'),
(123196,57,38457,NULL,9862,4,'2026-03-04 18:58:34','2026-03-04 18:58:34','73f14303-5843-4e28-b0cf-4725614b6d7f'),
(123197,57,38457,NULL,9859,5,'2026-03-04 18:58:34','2026-03-04 18:58:34','63d76a37-b341-4fa9-b49b-dcb1c44ea009'),
(123198,57,38457,NULL,9864,6,'2026-03-04 18:58:34','2026-03-04 18:58:34','81966ad0-4dc0-4d1e-9726-f69315447d79'),
(123199,57,38457,NULL,9868,7,'2026-03-04 18:58:34','2026-03-04 18:58:34','c3b12e5c-549f-47cd-821c-dda69595dfdc'),
(123200,57,38457,NULL,9869,8,'2026-03-04 18:58:34','2026-03-04 18:58:34','4da8975f-f39f-43ad-a483-fe3289a22b77'),
(123201,57,38457,NULL,9870,9,'2026-03-04 18:58:34','2026-03-04 18:58:34','b35378dc-8a24-405b-9f56-970466f107da'),
(123202,57,38457,NULL,9871,10,'2026-03-04 18:58:34','2026-03-04 18:58:34','48f7cbf3-a7f4-4489-a112-67f0c9413c51'),
(123203,57,38457,NULL,9872,11,'2026-03-04 18:58:34','2026-03-04 18:58:34','28299ae7-145a-4b23-b764-a80dc3d6895b'),
(123204,57,38457,NULL,9873,12,'2026-03-04 18:58:34','2026-03-04 18:58:34','afcadb6b-dfcd-4a58-a82c-060c5051fdde'),
(123205,57,38457,NULL,9874,13,'2026-03-04 18:58:34','2026-03-04 18:58:34','b62eef5b-7ed1-4fca-931b-887708147a15'),
(123206,57,38457,NULL,9876,14,'2026-03-04 18:58:34','2026-03-04 18:58:34','85281661-4c0c-466b-b73c-2251cdfd64fd'),
(123207,13,38457,NULL,6927,1,'2026-03-04 18:58:34','2026-03-04 18:58:34','76ea0e1d-b459-4d1f-8df0-2e68b11788e7'),
(123208,32,38458,NULL,2614,1,'2026-03-04 18:58:44','2026-03-04 18:58:44','3aef90b0-0431-4a34-831e-7adc79320b1f'),
(123209,32,38458,NULL,2610,2,'2026-03-04 18:58:44','2026-03-04 18:58:44','d564d412-0bd4-4fdb-abd7-d86dee289ec2'),
(123210,32,38458,NULL,2598,3,'2026-03-04 18:58:44','2026-03-04 18:58:44','221aa76d-9766-4c6c-9a4b-77282668bb09'),
(123211,32,38458,NULL,2608,4,'2026-03-04 18:58:44','2026-03-04 18:58:44','d9faebeb-4db9-4bc4-acbc-1c738c6547ef'),
(123212,32,38458,NULL,2600,5,'2026-03-04 18:58:44','2026-03-04 18:58:44','b08983ce-6e7e-402b-a3ab-bb8cc62144f4'),
(123213,32,38458,NULL,2596,6,'2026-03-04 18:58:44','2026-03-04 18:58:44','12c7b490-00e6-49dc-b808-5787068fba8c'),
(123214,32,38458,NULL,2602,7,'2026-03-04 18:58:44','2026-03-04 18:58:44','d0f08c6d-2020-4f59-8982-5b6fd29c2120'),
(123215,32,38458,NULL,2606,8,'2026-03-04 18:58:44','2026-03-04 18:58:44','5b797b66-98ec-4e78-b3ce-d39765491756'),
(123216,32,38458,NULL,2612,9,'2026-03-04 18:58:44','2026-03-04 18:58:44','59e2e03e-3e5f-47bf-abdf-42ce028f6705'),
(123217,32,38458,NULL,2604,10,'2026-03-04 18:58:44','2026-03-04 18:58:44','939a60de-a4bc-4a05-a78b-67a999dbd112'),
(123218,16,38458,NULL,9181,1,'2026-03-04 18:58:44','2026-03-04 18:58:44','b766e0f8-a5a0-4b45-bfc7-8752bc588d93'),
(123219,7,38458,NULL,2969,1,'2026-03-04 18:58:44','2026-03-04 18:58:44','aec36160-ffcd-4d13-91d4-438cee471900'),
(123220,7,38458,NULL,605,2,'2026-03-04 18:58:44','2026-03-04 18:58:44','cbe262b9-895f-4b6f-a96e-4edd95cccd84'),
(123221,7,38458,NULL,617,3,'2026-03-04 18:58:44','2026-03-04 18:58:44','77f5c0b4-3f65-4bd4-b3db-199749392cd4'),
(123222,7,38458,NULL,9552,4,'2026-03-04 18:58:44','2026-03-04 18:58:44','ca63c36a-f9c8-40b6-ba67-cd43743952a6'),
(123223,47,38458,NULL,12355,1,'2026-03-04 18:58:44','2026-03-04 18:58:44','bf919100-523b-45aa-91a5-7feea1bdc1e3'),
(123224,57,38458,NULL,9184,1,'2026-03-04 18:58:44','2026-03-04 18:58:44','fc590038-8bd7-42be-8857-16d25d8af29d'),
(123225,57,38458,NULL,9185,2,'2026-03-04 18:58:44','2026-03-04 18:58:44','cce5baa5-2654-4008-b8f1-7c58247ea20a'),
(123226,57,38458,NULL,9186,3,'2026-03-04 18:58:44','2026-03-04 18:58:44','6ac2a45d-099c-4059-8feb-70eb6e0f795d'),
(123227,57,38458,NULL,9187,4,'2026-03-04 18:58:44','2026-03-04 18:58:44','c36ad216-84d6-4488-8c75-d103023f24b6'),
(123228,57,38458,NULL,9188,5,'2026-03-04 18:58:44','2026-03-04 18:58:44','2c893453-6a92-4d62-b2d6-33a42989933a'),
(123229,57,38458,NULL,9189,6,'2026-03-04 18:58:44','2026-03-04 18:58:44','d29247aa-b761-4752-93be-bb68587f3544'),
(123230,57,38458,NULL,9190,7,'2026-03-04 18:58:44','2026-03-04 18:58:44','867828a3-a771-48d8-9b5d-bac5bb0f0c81'),
(123231,57,38458,NULL,9191,8,'2026-03-04 18:58:44','2026-03-04 18:58:44','0b32593c-d5e3-42e7-927a-ae474ffedafc'),
(123232,57,38458,NULL,9192,9,'2026-03-04 18:58:44','2026-03-04 18:58:44','3623b46d-2e50-4496-aecf-1d070762f03b'),
(123233,57,38458,NULL,9193,10,'2026-03-04 18:58:44','2026-03-04 18:58:44','745c848a-b3dd-40f7-b7e1-616cc5f1a24c'),
(123234,13,38458,NULL,6931,1,'2026-03-04 18:58:44','2026-03-04 18:58:44','4530c86d-8735-471a-a05e-89239af79ea1'),
(123235,32,38459,NULL,2614,1,'2026-03-04 18:58:52','2026-03-04 18:58:52','11cffc78-b861-4566-a846-cb0deddeb640'),
(123236,32,38459,NULL,2610,2,'2026-03-04 18:58:52','2026-03-04 18:58:52','a6477a15-8a6b-4aff-82da-1316601605e5'),
(123237,32,38459,NULL,2598,3,'2026-03-04 18:58:52','2026-03-04 18:58:52','d5179868-8ff3-4c74-8144-0bd07f743518'),
(123238,32,38459,NULL,2608,4,'2026-03-04 18:58:52','2026-03-04 18:58:52','b7523174-c641-45ef-981d-394c6c0cff3c'),
(123239,32,38459,NULL,2600,5,'2026-03-04 18:58:52','2026-03-04 18:58:52','34223d4b-50da-44a4-9f01-3a22ff4c6122'),
(123240,32,38459,NULL,2596,6,'2026-03-04 18:58:52','2026-03-04 18:58:52','94e113b9-c68d-46d7-806d-d174fb7f436a'),
(123241,32,38459,NULL,2602,7,'2026-03-04 18:58:52','2026-03-04 18:58:52','0afad222-0497-43d5-a556-006de300dee9'),
(123242,32,38459,NULL,2612,8,'2026-03-04 18:58:52','2026-03-04 18:58:52','d28de562-4830-482f-8f32-a6c7c8a1ee4f'),
(123243,32,38459,NULL,2604,9,'2026-03-04 18:58:52','2026-03-04 18:58:52','1e623908-91ed-4a6c-8700-1f03ba560dc9'),
(123244,32,38459,NULL,2606,10,'2026-03-04 18:58:52','2026-03-04 18:58:52','4189d631-8957-4ecd-be95-036dc0bb2868'),
(123245,16,38459,NULL,9901,1,'2026-03-04 18:58:52','2026-03-04 18:58:52','8bb4ca48-deb4-4105-8dc8-a4463401a7ce'),
(123246,7,38459,NULL,605,1,'2026-03-04 18:58:52','2026-03-04 18:58:52','0484305c-ded1-4944-aea2-67ee670141ee'),
(123247,7,38459,NULL,617,2,'2026-03-04 18:58:52','2026-03-04 18:58:52','5a39e785-5244-4c09-ab4f-33156790945f'),
(123248,7,38459,NULL,9552,3,'2026-03-04 18:58:52','2026-03-04 18:58:52','df560891-f174-4e18-a013-f68652be51b8'),
(123249,82,38459,NULL,479,1,'2026-03-04 18:58:52','2026-03-04 18:58:52','589601d7-a96d-472c-893f-65e104cb4412'),
(123250,47,38459,NULL,12358,1,'2026-03-04 18:58:52','2026-03-04 18:58:52','633b39c3-011e-4a62-a384-39768515f4e6'),
(123251,57,38459,NULL,9903,1,'2026-03-04 18:58:52','2026-03-04 18:58:52','3e49c583-b485-49fe-8dc7-5ff0b2c812c0'),
(123252,57,38459,NULL,9904,2,'2026-03-04 18:58:52','2026-03-04 18:58:52','b144dc74-554f-4dbd-80ed-86bc826607d1'),
(123253,57,38459,NULL,9907,3,'2026-03-04 18:58:52','2026-03-04 18:58:52','00e2bb80-be44-454b-90d3-709ccbfb709b'),
(123254,57,38459,NULL,9908,4,'2026-03-04 18:58:52','2026-03-04 18:58:52','943b88af-3ca7-4ab0-9be9-89b6a85f9f12'),
(123255,57,38459,NULL,9909,5,'2026-03-04 18:58:52','2026-03-04 18:58:52','d18081d0-e3b4-434d-b416-98b287ad8437'),
(123256,57,38459,NULL,9910,6,'2026-03-04 18:58:52','2026-03-04 18:58:52','484496a4-18c2-45e8-8fb0-1c4dd26b0828'),
(123257,57,38459,NULL,9911,7,'2026-03-04 18:58:52','2026-03-04 18:58:52','fd75f7e1-fa89-4f97-9c1e-7186d2eb6456'),
(123258,57,38459,NULL,9912,8,'2026-03-04 18:58:52','2026-03-04 18:58:52','f87bef6a-56e0-4884-acc2-9f64f52f7cc6'),
(123259,57,38459,NULL,9913,9,'2026-03-04 18:58:52','2026-03-04 18:58:52','c066f19b-de4c-4863-b7b5-4986411bc2c5'),
(123260,57,38459,NULL,9914,10,'2026-03-04 18:58:52','2026-03-04 18:58:52','a2cd1566-4628-461e-b787-1915358a477f'),
(123261,57,38459,NULL,9915,11,'2026-03-04 18:58:52','2026-03-04 18:58:52','6a02f840-4e20-41ab-86b2-838c11505bfb'),
(123262,57,38459,NULL,9905,12,'2026-03-04 18:58:52','2026-03-04 18:58:52','0772d439-5c87-43a8-a03c-1c5d33ea0227'),
(123263,57,38459,NULL,9906,13,'2026-03-04 18:58:52','2026-03-04 18:58:52','a3a2f5f9-008b-49b8-82cf-b1fdc9404716'),
(123264,32,38460,NULL,2614,1,'2026-03-04 18:59:02','2026-03-04 18:59:02','27e316ed-3b57-4b60-a740-dd24d98f8e2b'),
(123265,32,38460,NULL,2610,2,'2026-03-04 18:59:02','2026-03-04 18:59:02','446dbfa6-9a38-4a3c-b931-8d0c0696f3c3'),
(123266,32,38460,NULL,2598,3,'2026-03-04 18:59:02','2026-03-04 18:59:02','d1f4195b-15a0-4e02-a610-6ad45be4a1b3'),
(123267,32,38460,NULL,2608,4,'2026-03-04 18:59:02','2026-03-04 18:59:02','1e600b62-bb0c-404e-9186-59655d99569f'),
(123268,32,38460,NULL,2624,5,'2026-03-04 18:59:02','2026-03-04 18:59:02','7f1599ab-5f99-4fea-a77f-5066d80f763c'),
(123269,32,38460,NULL,2600,6,'2026-03-04 18:59:02','2026-03-04 18:59:02','cefa34a4-7b1c-4a08-857d-f83ba4b322b3'),
(123270,32,38460,NULL,2596,7,'2026-03-04 18:59:02','2026-03-04 18:59:02','22ec9cfa-2261-4349-8dee-892286b1eb44'),
(123271,32,38460,NULL,2602,8,'2026-03-04 18:59:02','2026-03-04 18:59:02','25effd03-ac88-40e0-9d3d-20ab8340b24b'),
(123272,32,38460,NULL,2606,9,'2026-03-04 18:59:02','2026-03-04 18:59:02','5148220e-d256-4c85-9968-8a4f942515f6'),
(123273,32,38460,NULL,2612,10,'2026-03-04 18:59:02','2026-03-04 18:59:02','6486b6c2-cba0-4db9-8934-99b29f5aa1c7'),
(123274,32,38460,NULL,2604,11,'2026-03-04 18:59:02','2026-03-04 18:59:02','33e9f6d7-8a9f-4aa3-a12a-86d884288406'),
(123275,16,38460,NULL,9204,1,'2026-03-04 18:59:02','2026-03-04 18:59:02','fd8c0964-9b1b-4d63-bf49-b5d8603ec539'),
(123276,7,38460,NULL,3468,1,'2026-03-04 18:59:02','2026-03-04 18:59:02','3972e335-6d71-4b0f-84d8-88485696a6e7'),
(123277,7,38460,NULL,617,2,'2026-03-04 18:59:02','2026-03-04 18:59:02','af9be117-5bff-4c21-8022-8c7c624f259b'),
(123278,7,38460,NULL,605,3,'2026-03-04 18:59:02','2026-03-04 18:59:02','cd449eeb-8859-4814-878c-e0aa5ca54725'),
(123279,7,38460,NULL,9552,4,'2026-03-04 18:59:02','2026-03-04 18:59:02','a7e04ba3-db36-471b-8752-d51d57b9c4ed'),
(123280,46,38460,NULL,2891,1,'2026-03-04 18:59:02','2026-03-04 18:59:02','5e9df8c4-b729-4f47-9b1c-f25ff9afc778'),
(123281,47,38460,NULL,12360,1,'2026-03-04 18:59:02','2026-03-04 18:59:02','336fc6fc-0ab8-49dc-aca2-543af9ae8984'),
(123282,57,38460,NULL,9211,1,'2026-03-04 18:59:02','2026-03-04 18:59:02','09620ce1-aa1d-477d-91e1-f1a552f6edab'),
(123283,57,38460,NULL,9210,2,'2026-03-04 18:59:02','2026-03-04 18:59:02','f5372ab0-6612-4369-9014-b147dbd53691'),
(123284,57,38460,NULL,9213,3,'2026-03-04 18:59:02','2026-03-04 18:59:02','f95ad835-3b73-44c0-ba5e-325b94446413'),
(123285,57,38460,NULL,9212,4,'2026-03-04 18:59:02','2026-03-04 18:59:02','0687336d-60a4-49ea-8568-b44fda37a36b'),
(123286,57,38460,NULL,9209,5,'2026-03-04 18:59:02','2026-03-04 18:59:02','6150c87d-4426-4cfc-afdb-a866bdf8ae1e'),
(123287,57,38460,NULL,9207,6,'2026-03-04 18:59:02','2026-03-04 18:59:02','17188e05-41c2-4d31-b068-50e3af9ef051'),
(123288,57,38460,NULL,9208,7,'2026-03-04 18:59:02','2026-03-04 18:59:02','9171bf87-2146-4ee6-b2a6-c68e5180e135'),
(123289,32,38461,NULL,2610,1,'2026-03-04 18:59:17','2026-03-04 18:59:17','df50da3e-1ce2-4c88-b52b-ecd548d31a6f'),
(123290,32,38461,NULL,2598,2,'2026-03-04 18:59:17','2026-03-04 18:59:17','6626d3b8-73ea-4601-ae08-969ec3556db5'),
(123291,32,38461,NULL,2600,3,'2026-03-04 18:59:17','2026-03-04 18:59:17','33f503e5-5b1d-4fd0-951e-a4fa01256a7c'),
(123292,32,38461,NULL,2606,4,'2026-03-04 18:59:17','2026-03-04 18:59:17','fbc99427-a4e3-4664-8f6c-f283635c59bd'),
(123293,32,38461,NULL,2604,5,'2026-03-04 18:59:17','2026-03-04 18:59:17','ed29ccaa-f5dd-40d0-9107-da6e5c34e50d'),
(123294,32,38461,NULL,2614,6,'2026-03-04 18:59:17','2026-03-04 18:59:17','5586ebf6-eb55-43d6-8b04-ed927a03bb0d'),
(123295,32,38461,NULL,2608,7,'2026-03-04 18:59:17','2026-03-04 18:59:17','c15561a0-89b9-451a-88c7-322e71ca4ac3'),
(123296,32,38461,NULL,2596,8,'2026-03-04 18:59:17','2026-03-04 18:59:17','4590a5fb-a7ae-4dd3-9084-5b03e5276d89'),
(123297,32,38461,NULL,2602,9,'2026-03-04 18:59:17','2026-03-04 18:59:17','90e4f867-b9a0-472a-8360-1acff37457a2'),
(123298,32,38461,NULL,2612,10,'2026-03-04 18:59:17','2026-03-04 18:59:17','29652bb2-5795-42d0-b39f-d1ac9b45f686'),
(123299,16,38461,NULL,5191,1,'2026-03-04 18:59:17','2026-03-04 18:59:17','685ff918-e623-4f46-af7b-a49265029fa6'),
(123300,7,38461,NULL,2969,1,'2026-03-04 18:59:17','2026-03-04 18:59:17','4c0eb3b3-36bf-4756-be03-9d5fb3f57d7b'),
(123301,7,38461,NULL,28766,2,'2026-03-04 18:59:17','2026-03-04 18:59:17','b3717c64-0574-4905-8d08-54ff3646d17f'),
(123302,7,38461,NULL,617,3,'2026-03-04 18:59:17','2026-03-04 18:59:17','19c605e7-8e89-45c0-a09c-16159e0b640b'),
(123303,7,38461,NULL,605,4,'2026-03-04 18:59:17','2026-03-04 18:59:17','49971841-a446-481d-ae89-4cffde8c3ecb'),
(123304,7,38461,NULL,9552,5,'2026-03-04 18:59:17','2026-03-04 18:59:17','6bbf062f-83ee-499b-b041-cb4ba2122e20'),
(123305,47,38461,NULL,12370,1,'2026-03-04 18:59:17','2026-03-04 18:59:17','9d8f1cf5-7159-4fa0-8d20-d126d614a372'),
(123306,57,38461,NULL,5185,1,'2026-03-04 18:59:17','2026-03-04 18:59:17','8cbdee92-d2d3-4309-8ddb-7a1075c61922'),
(123307,57,38461,NULL,5186,2,'2026-03-04 18:59:17','2026-03-04 18:59:17','3f9cb67d-2d3b-475d-8bce-27b43119c6be'),
(123308,57,38461,NULL,5187,3,'2026-03-04 18:59:17','2026-03-04 18:59:17','708a3c6b-f0d2-409b-8ca9-7dd4045d2e39'),
(123309,57,38461,NULL,5188,4,'2026-03-04 18:59:17','2026-03-04 18:59:17','1827dc18-7195-4b35-8701-c062ef664f96'),
(123310,57,38461,NULL,5189,5,'2026-03-04 18:59:17','2026-03-04 18:59:17','6ed54e11-e656-4b2e-bc42-67d524cf656b'),
(123311,57,38461,NULL,5190,6,'2026-03-04 18:59:17','2026-03-04 18:59:17','291af318-4762-4174-890f-924229f012b1'),
(123312,13,38461,NULL,24348,1,'2026-03-04 18:59:17','2026-03-04 18:59:17','084269e2-66fa-4e5a-8070-0cbf702e36e7'),
(123313,32,38462,NULL,2610,1,'2026-03-04 18:59:29','2026-03-04 18:59:29','77a2d6bb-1c20-4778-8ebe-954a2baf3ea3'),
(123314,32,38462,NULL,2598,2,'2026-03-04 18:59:29','2026-03-04 18:59:29','79a5fd3f-1261-44fc-a5ad-63bfb0735559'),
(123315,32,38462,NULL,2600,3,'2026-03-04 18:59:29','2026-03-04 18:59:29','474c5f4c-7d67-4f41-b6c4-3491f3efb953'),
(123316,32,38462,NULL,2604,4,'2026-03-04 18:59:29','2026-03-04 18:59:29','51fb9f40-4f27-4806-bea4-a3c884705316'),
(123317,32,38462,NULL,2608,5,'2026-03-04 18:59:29','2026-03-04 18:59:29','fd9e0421-ca2b-45d7-a36b-cda6a4274ad1'),
(123318,32,38462,NULL,2596,6,'2026-03-04 18:59:29','2026-03-04 18:59:29','9a8e9b01-266f-459c-b76b-dd4efbe2e12b'),
(123319,32,38462,NULL,2602,7,'2026-03-04 18:59:29','2026-03-04 18:59:29','256458ae-4117-4408-b262-3aed0fec880a'),
(123320,32,38462,NULL,2606,8,'2026-03-04 18:59:29','2026-03-04 18:59:29','8f82c6b4-d103-452b-abaa-5daebf64657d'),
(123321,32,38462,NULL,2612,9,'2026-03-04 18:59:29','2026-03-04 18:59:29','52b27e1a-36ea-4669-912f-2c29174a6603'),
(123322,16,38462,NULL,9219,1,'2026-03-04 18:59:29','2026-03-04 18:59:29','399a1f3a-1428-4fcf-a327-b621a8a85ce6'),
(123323,7,38462,NULL,601,1,'2026-03-04 18:59:29','2026-03-04 18:59:29','019e0106-f28c-4317-8de0-644831bce16e'),
(123324,7,38462,NULL,605,2,'2026-03-04 18:59:29','2026-03-04 18:59:29','506a4a55-0fe6-4d2e-9983-dad1c9b33311'),
(123325,7,38462,NULL,617,3,'2026-03-04 18:59:29','2026-03-04 18:59:29','1ffcfc7a-14cf-412f-a062-983cf512b2bb'),
(123326,7,38462,NULL,9552,4,'2026-03-04 18:59:29','2026-03-04 18:59:29','7933db7c-fa57-4388-8920-32f1af7ace44'),
(123327,82,38462,NULL,469,1,'2026-03-04 18:59:29','2026-03-04 18:59:29','70905764-34a4-4a24-a8fb-20220c799270'),
(123328,82,38462,NULL,475,2,'2026-03-04 18:59:29','2026-03-04 18:59:29','9cb17550-d613-4c7e-8057-95be04d62aab'),
(123329,82,38462,NULL,479,3,'2026-03-04 18:59:29','2026-03-04 18:59:29','85f9bc3e-fd6a-4390-ac4f-1fc2a17846cc'),
(123330,82,38462,NULL,491,4,'2026-03-04 18:59:29','2026-03-04 18:59:29','24efb869-a72b-432c-8735-64c6caa87145'),
(123331,47,38462,NULL,27449,1,'2026-03-04 18:59:29','2026-03-04 18:59:29','6f0fefdc-da1a-43f2-bc3e-ab0e27266533'),
(123332,57,38462,NULL,9222,1,'2026-03-04 18:59:29','2026-03-04 18:59:29','1c97ec28-a9cc-4543-886d-83dbf5d7317e'),
(123333,57,38462,NULL,9223,2,'2026-03-04 18:59:29','2026-03-04 18:59:29','410e4a6f-b82b-4bd7-a04c-c17cd00f5bb2'),
(123334,57,38462,NULL,9224,3,'2026-03-04 18:59:29','2026-03-04 18:59:29','d24f72a2-5b34-4af1-a41c-e77f3a7d307f'),
(123335,57,38462,NULL,9225,4,'2026-03-04 18:59:29','2026-03-04 18:59:29','1653d72f-5450-4bd8-9b31-23ed93395dba'),
(123336,57,38462,NULL,9226,5,'2026-03-04 18:59:29','2026-03-04 18:59:29','d6edb0f1-9833-4608-ac1a-0af3c0e85804'),
(123337,57,38462,NULL,12288,6,'2026-03-04 18:59:29','2026-03-04 18:59:29','831c9c1d-ae96-4769-9c29-9d5bb093554a'),
(123338,13,38462,NULL,23697,1,'2026-03-04 18:59:29','2026-03-04 18:59:29','69728101-a719-42ca-bdda-d000e7808c57'),
(123339,32,38463,NULL,2610,1,'2026-03-04 18:59:37','2026-03-04 18:59:37','75932b72-ff92-460d-8ce0-19773f12aaf0'),
(123340,32,38463,NULL,2598,2,'2026-03-04 18:59:37','2026-03-04 18:59:37','2c8ac604-7d82-427c-801d-6cb646d80163'),
(123341,32,38463,NULL,2600,3,'2026-03-04 18:59:37','2026-03-04 18:59:37','87d0d8a0-cbbe-4c53-835e-14b045e556ed'),
(123342,32,38463,NULL,2604,4,'2026-03-04 18:59:37','2026-03-04 18:59:37','11ebd228-d8df-468e-84c9-50c5ac7fb8b3'),
(123343,32,38463,NULL,2608,5,'2026-03-04 18:59:37','2026-03-04 18:59:37','fbc97ecc-807a-4ffb-9b67-86c7a7309896'),
(123344,32,38463,NULL,2596,6,'2026-03-04 18:59:37','2026-03-04 18:59:37','b8866cd8-13c6-489e-a7ae-d01beca39b7b'),
(123345,32,38463,NULL,2602,7,'2026-03-04 18:59:37','2026-03-04 18:59:37','9596e11c-49a9-4cd7-97f5-ace8376ffbc8'),
(123346,32,38463,NULL,2606,8,'2026-03-04 18:59:37','2026-03-04 18:59:37','ca32ed09-d2dd-4fb3-bfb4-41d005f5b765'),
(123347,32,38463,NULL,2612,9,'2026-03-04 18:59:37','2026-03-04 18:59:37','6595bff0-d587-4d6f-b23d-a31d0a73f478'),
(123348,16,38463,NULL,9947,1,'2026-03-04 18:59:37','2026-03-04 18:59:37','7f263d53-d5e5-49b9-90b2-e0a3582d396a'),
(123349,7,38463,NULL,605,1,'2026-03-04 18:59:37','2026-03-04 18:59:37','6d89169c-a6f4-4da0-8558-be8023d7e3ef'),
(123350,7,38463,NULL,617,2,'2026-03-04 18:59:37','2026-03-04 18:59:37','bcff9f33-b4e7-4772-83c5-64693d280b1c'),
(123351,7,38463,NULL,9552,3,'2026-03-04 18:59:37','2026-03-04 18:59:37','7b3c8c7e-b04d-4570-89c9-ccd83479b7b5'),
(123352,82,38463,NULL,469,1,'2026-03-04 18:59:37','2026-03-04 18:59:37','e49c5c87-24de-4297-acab-563b1929611c'),
(123353,82,38463,NULL,475,2,'2026-03-04 18:59:37','2026-03-04 18:59:37','e540b5f9-9db5-4f6c-95eb-9bc1d890441a'),
(123354,82,38463,NULL,479,3,'2026-03-04 18:59:37','2026-03-04 18:59:37','f973df0f-8a81-4175-89f3-afca3164d00a'),
(123355,82,38463,NULL,491,4,'2026-03-04 18:59:37','2026-03-04 18:59:37','3fb2b338-7c0f-4bdc-acd9-c5c3e2d5f355'),
(123356,47,38463,NULL,12368,1,'2026-03-04 18:59:37','2026-03-04 18:59:37','1bcf0034-e5fd-475f-9e98-70808acae649'),
(123357,57,38463,NULL,9959,1,'2026-03-04 18:59:37','2026-03-04 18:59:37','00aaa1cf-75c2-40f8-b409-aa84d37e9de7'),
(123358,57,38463,NULL,9972,2,'2026-03-04 18:59:37','2026-03-04 18:59:37','25588f6a-d664-48eb-b130-b3e0ad1be0a6'),
(123359,57,38463,NULL,9973,3,'2026-03-04 18:59:37','2026-03-04 18:59:37','7776ea1c-c2c4-47d3-aa7c-bc39512f926f'),
(123360,57,38463,NULL,9957,4,'2026-03-04 18:59:37','2026-03-04 18:59:37','edd73dfc-8fb0-49a8-bb98-0086dc5b77d5'),
(123361,57,38463,NULL,9953,5,'2026-03-04 18:59:37','2026-03-04 18:59:37','5d4a334d-166b-4762-95ee-758eaa77b32d'),
(123362,57,38463,NULL,9954,6,'2026-03-04 18:59:37','2026-03-04 18:59:37','089b3a73-6985-47ea-a920-b46bbc44214b'),
(123363,57,38463,NULL,9956,7,'2026-03-04 18:59:37','2026-03-04 18:59:37','eab6b4e2-60dd-4e96-bd98-6bcbb9d1265e'),
(123364,57,38463,NULL,9949,8,'2026-03-04 18:59:37','2026-03-04 18:59:37','c4394dd6-a209-45e9-9ccf-df95717f3555'),
(123365,57,38463,NULL,9958,9,'2026-03-04 18:59:37','2026-03-04 18:59:37','be0a4bf9-d8ff-4ec7-8368-61aee1a4a5b3'),
(123366,57,38463,NULL,9960,10,'2026-03-04 18:59:37','2026-03-04 18:59:37','198afcc7-2393-40a9-bc86-1d6fe94d1c27'),
(123367,57,38463,NULL,9962,11,'2026-03-04 18:59:37','2026-03-04 18:59:37','cb50eae4-8b32-40a1-b8f0-cf3880b7de98'),
(123368,57,38463,NULL,9971,12,'2026-03-04 18:59:37','2026-03-04 18:59:37','e802d314-59bc-47d5-b778-038137ea0d5d'),
(123369,13,38463,NULL,7732,1,'2026-03-04 18:59:37','2026-03-04 18:59:37','29845a38-8a44-46e6-9b43-3afa06a19406'),
(123370,32,38464,NULL,2614,1,'2026-03-04 18:59:44','2026-03-04 18:59:44','e5718794-03ab-44eb-a594-d16d44c48289'),
(123371,32,38464,NULL,2610,2,'2026-03-04 18:59:44','2026-03-04 18:59:44','2a45e154-47d6-4a40-99e7-3fdd75fe7aac'),
(123372,32,38464,NULL,2598,3,'2026-03-04 18:59:44','2026-03-04 18:59:44','b51439b4-653f-4ac2-b0d7-db38ee5c5317'),
(123373,32,38464,NULL,2608,4,'2026-03-04 18:59:44','2026-03-04 18:59:44','7f1e8d5f-76e5-4acb-87d9-02e8d23147a9'),
(123374,32,38464,NULL,2600,5,'2026-03-04 18:59:44','2026-03-04 18:59:44','f7e49fe1-a4f8-46c2-9090-fceadbf9a7e0'),
(123375,32,38464,NULL,2596,6,'2026-03-04 18:59:44','2026-03-04 18:59:44','94c6e69f-3999-40e8-befc-a64bea7bccc0'),
(123376,32,38464,NULL,2602,7,'2026-03-04 18:59:44','2026-03-04 18:59:44','819461e9-27a1-40b3-91b6-e91018e2ebd8'),
(123377,32,38464,NULL,2612,8,'2026-03-04 18:59:44','2026-03-04 18:59:44','b47a56d4-40cc-4ad1-8001-a20784ce28a7'),
(123378,32,38464,NULL,2604,9,'2026-03-04 18:59:44','2026-03-04 18:59:44','1838a4a9-3de0-4547-8027-90ce41498577'),
(123379,32,38464,NULL,2606,10,'2026-03-04 18:59:44','2026-03-04 18:59:44','1b06bf9b-964a-4d81-a21d-a9e9aa1f1ee2'),
(123380,16,38464,NULL,9238,1,'2026-03-04 18:59:44','2026-03-04 18:59:44','0eaecc1a-69c6-4781-b06e-cb968956e87e'),
(123381,7,38464,NULL,3468,1,'2026-03-04 18:59:44','2026-03-04 18:59:44','6f84ee20-f51e-416f-b663-9a51d4b6a760'),
(123382,7,38464,NULL,601,2,'2026-03-04 18:59:44','2026-03-04 18:59:44','35446d68-8418-4965-b7fe-b43f12055cd2'),
(123383,7,38464,NULL,617,3,'2026-03-04 18:59:44','2026-03-04 18:59:44','27b7acdf-d328-4f45-ac7e-e61897cff99b'),
(123384,7,38464,NULL,9552,4,'2026-03-04 18:59:44','2026-03-04 18:59:44','d4784515-ec80-4ff9-97a9-82121fe05334'),
(123385,7,38464,NULL,605,5,'2026-03-04 18:59:44','2026-03-04 18:59:44','1c3566a5-12e9-40f2-8a42-0204904eb010'),
(123386,82,38464,NULL,479,1,'2026-03-04 18:59:44','2026-03-04 18:59:44','35686feb-199d-4f20-ac3d-048bceb181da'),
(123387,47,38464,NULL,12374,1,'2026-03-04 18:59:44','2026-03-04 18:59:44','5d154f86-730e-4b83-bfce-6eec311de4b3'),
(123388,57,38464,NULL,9244,1,'2026-03-04 18:59:44','2026-03-04 18:59:44','d00b6c3f-4d14-4a98-88eb-52a0b21eb8da'),
(123389,57,38464,NULL,9250,2,'2026-03-04 18:59:44','2026-03-04 18:59:44','cb46e346-cdc6-497c-8063-ec4c3dbe62fa'),
(123390,57,38464,NULL,9245,3,'2026-03-04 18:59:44','2026-03-04 18:59:44','c8ab0c2a-5fd7-4c34-9a57-5c3d9faa275c'),
(123391,57,38464,NULL,9246,4,'2026-03-04 18:59:44','2026-03-04 18:59:44','888e9ca9-c266-40f8-942e-54883dd0ef00'),
(123392,57,38464,NULL,9247,5,'2026-03-04 18:59:44','2026-03-04 18:59:44','bbb8cde6-8c4b-4953-9ac9-7dc71cb39a8b'),
(123393,57,38464,NULL,9248,6,'2026-03-04 18:59:44','2026-03-04 18:59:44','a8f0ba31-6576-4a76-bffb-5b4701a4fc2c'),
(123394,57,38464,NULL,9249,7,'2026-03-04 18:59:44','2026-03-04 18:59:44','67cf40da-a6b2-45b1-99e8-59df36b1e0af'),
(123395,32,38474,NULL,2610,1,'2026-03-04 19:42:23','2026-03-04 19:42:23','023f1726-407d-4dca-beda-6894d8e23ba0'),
(123396,32,38474,NULL,2598,2,'2026-03-04 19:42:23','2026-03-04 19:42:23','ceb67bd5-2b19-4e3a-97df-a5d689e4196e'),
(123397,32,38474,NULL,2608,3,'2026-03-04 19:42:23','2026-03-04 19:42:23','f1d15a54-cfc2-4169-b954-6ea0ce9733e8'),
(123398,32,38474,NULL,2624,4,'2026-03-04 19:42:23','2026-03-04 19:42:23','56294380-c62c-42ca-9b96-a1c2c7addb68'),
(123399,32,38474,NULL,2600,5,'2026-03-04 19:42:23','2026-03-04 19:42:23','ef6af7b1-bfa7-4f1c-b1ce-6fc4daeb23cf'),
(123400,32,38474,NULL,2596,6,'2026-03-04 19:42:23','2026-03-04 19:42:23','8fa6bbdb-a260-421b-82fb-3c6604400f0c'),
(123401,32,38474,NULL,2602,7,'2026-03-04 19:42:23','2026-03-04 19:42:23','abf4f798-e8bd-4770-b6e2-79695e2bb84a'),
(123402,32,38474,NULL,2606,8,'2026-03-04 19:42:23','2026-03-04 19:42:23','0f02e45c-5e21-4793-8ae8-93a42403e905'),
(123403,32,38474,NULL,2612,9,'2026-03-04 19:42:23','2026-03-04 19:42:23','2edbb423-977d-495c-b959-0ecb06a1a499'),
(123404,32,38474,NULL,2604,10,'2026-03-04 19:42:23','2026-03-04 19:42:23','387b507a-af24-49c4-a118-2a1f91c53a53'),
(123405,16,38474,NULL,4786,1,'2026-03-04 19:42:23','2026-03-04 19:42:23','555328e0-4028-4ca0-b592-4409468a2c17'),
(123406,7,38474,NULL,6547,1,'2026-03-04 19:42:23','2026-03-04 19:42:23','9fb5236c-6932-4d0a-8713-537423677ac3'),
(123407,7,38474,NULL,601,2,'2026-03-04 19:42:23','2026-03-04 19:42:23','02982ccf-a83e-4348-96ce-cd296bd00850'),
(123408,7,38474,NULL,617,3,'2026-03-04 19:42:23','2026-03-04 19:42:23','eb02ecb0-31b9-426f-9f00-e08d2c52c223'),
(123409,7,38474,NULL,605,4,'2026-03-04 19:42:23','2026-03-04 19:42:23','ce619957-991a-4637-9135-64d597605683'),
(123410,7,38474,NULL,9552,5,'2026-03-04 19:42:23','2026-03-04 19:42:23','6c6db1f4-15d7-43e3-aa09-4f8368ca7800'),
(123411,82,38474,NULL,491,1,'2026-03-04 19:42:23','2026-03-04 19:42:23','cf6b96ba-5f3d-49c2-9001-36a0cdbca986'),
(123412,46,38474,NULL,2891,1,'2026-03-04 19:42:23','2026-03-04 19:42:23','ec6f8ee8-8ef9-4593-b6e9-15c8b6d1d3c7'),
(123413,47,38474,NULL,12247,1,'2026-03-04 19:42:23','2026-03-04 19:42:23','e9788c75-2e65-4934-bb2f-998fbd28fbab'),
(123414,57,38474,NULL,4808,1,'2026-03-04 19:42:23','2026-03-04 19:42:23','214f2df4-40ca-428b-b581-65322d34af06'),
(123415,57,38474,NULL,4811,2,'2026-03-04 19:42:23','2026-03-04 19:42:23','a507b970-3fd0-4bcf-99dc-80d5b74b3545'),
(123416,57,38474,NULL,4807,3,'2026-03-04 19:42:23','2026-03-04 19:42:23','93cd171f-0d18-4d5b-8fe7-52593e11f55d'),
(123417,57,38474,NULL,4806,4,'2026-03-04 19:42:23','2026-03-04 19:42:23','ce353aa1-b614-4915-b98e-e00df3a48e59'),
(123418,57,38474,NULL,4809,5,'2026-03-04 19:42:23','2026-03-04 19:42:23','cbe81f32-dd75-48c6-b4af-fa5628d20fb2'),
(123419,57,38474,NULL,4810,6,'2026-03-04 19:42:23','2026-03-04 19:42:23','c19e9fc2-2aa4-4da4-b28b-9f38a4991d45'),
(123420,13,38474,NULL,28921,1,'2026-03-04 19:42:23','2026-03-04 19:42:23','3e08344b-497a-41fd-b5ca-156959d3a173'),
(123421,32,38475,NULL,2610,1,'2026-03-04 19:44:46','2026-03-04 19:44:46','27a3c963-e363-4b76-99c2-95c50e36c775'),
(123422,32,38475,NULL,2598,2,'2026-03-04 19:44:46','2026-03-04 19:44:46','ceb88ed2-a548-4ba1-9f4e-337cd2e2d73c'),
(123423,32,38475,NULL,2608,3,'2026-03-04 19:44:46','2026-03-04 19:44:46','c5352297-3cc6-4e81-8fff-e29e17a12986'),
(123424,32,38475,NULL,2600,4,'2026-03-04 19:44:46','2026-03-04 19:44:46','e7abb8a7-da70-4591-afa7-ac46c32ac04f'),
(123425,32,38475,NULL,2596,5,'2026-03-04 19:44:46','2026-03-04 19:44:46','25aedcbc-3597-4ef5-b9c4-44fb2b8c976f'),
(123426,32,38475,NULL,2602,6,'2026-03-04 19:44:46','2026-03-04 19:44:46','9d0b7ab6-06d3-402a-b6e8-481b7fc7431a'),
(123427,32,38475,NULL,2604,7,'2026-03-04 19:44:46','2026-03-04 19:44:46','f074a73b-b629-4e35-9985-b6ec961df55d'),
(123428,32,38475,NULL,2606,8,'2026-03-04 19:44:46','2026-03-04 19:44:46','44c36238-0cc6-4cc1-8c66-d1446de6393c'),
(123429,32,38475,NULL,2612,9,'2026-03-04 19:44:46','2026-03-04 19:44:46','d549e615-f4d6-4ffd-a59e-2200db9c8ea9'),
(123430,16,38475,NULL,545,1,'2026-03-04 19:44:46','2026-03-04 19:44:46','30c4706b-65be-4582-a95f-e02ed80cb935'),
(123431,7,38475,NULL,601,1,'2026-03-04 19:44:46','2026-03-04 19:44:46','890403da-a58e-475d-af2b-55e56e568734'),
(123432,7,38475,NULL,617,2,'2026-03-04 19:44:46','2026-03-04 19:44:46','bd6e9345-5856-4e3b-9d35-e0b8da75fa63'),
(123433,7,38475,NULL,605,3,'2026-03-04 19:44:46','2026-03-04 19:44:46','4355af16-2339-4603-9b4a-16b7f8d34d8f'),
(123434,7,38475,NULL,9552,4,'2026-03-04 19:44:46','2026-03-04 19:44:46','d9e3ebe0-8261-49cc-a1d2-ac472c757693'),
(123435,82,38475,NULL,491,1,'2026-03-04 19:44:46','2026-03-04 19:44:46','8170e107-c898-4269-bb5f-e432588e84d9'),
(123436,47,38475,NULL,14954,1,'2026-03-04 19:44:46','2026-03-04 19:44:46','bb0b6e77-032f-4fb0-a4b2-c2a43555760e'),
(123437,57,38475,NULL,545,1,'2026-03-04 19:44:46','2026-03-04 19:44:46','3490a5f9-8491-49d3-b236-d6197767b350'),
(123438,57,38475,NULL,137,2,'2026-03-04 19:44:46','2026-03-04 19:44:46','f98ea542-2abd-4089-aea0-8296dfa1ec7f'),
(123439,57,38475,NULL,138,3,'2026-03-04 19:44:46','2026-03-04 19:44:46','67a32cbc-9b42-467d-8ac7-b987aa43bf14'),
(123440,57,38475,NULL,136,4,'2026-03-04 19:44:46','2026-03-04 19:44:46','522042f2-62e6-4116-914d-88f997600e77'),
(123441,13,38475,NULL,23845,1,'2026-03-04 19:44:46','2026-03-04 19:44:46','37b90ede-1599-4960-a7d6-436bdb4b74c9'),
(123442,32,38476,NULL,2610,1,'2026-03-04 19:45:25','2026-03-04 19:45:25','928e9e43-4491-4614-b134-8598eab9f1a7'),
(123443,32,38476,NULL,2598,2,'2026-03-04 19:45:25','2026-03-04 19:45:25','39391955-01f8-4324-8fd1-7bc5a1475974'),
(123444,32,38476,NULL,2600,3,'2026-03-04 19:45:25','2026-03-04 19:45:25','529fe3ab-3763-4485-9b33-c766e3987e8e'),
(123445,32,38476,NULL,2602,4,'2026-03-04 19:45:25','2026-03-04 19:45:25','573cba97-437c-4dd4-9035-3d92bcd30c02'),
(123446,32,38476,NULL,2612,5,'2026-03-04 19:45:25','2026-03-04 19:45:25','9ca17a94-2dc7-454d-a43f-18a5d35b20fa'),
(123447,32,38476,NULL,2618,6,'2026-03-04 19:45:25','2026-03-04 19:45:25','2ee771b7-b591-4ae3-a704-3ef91ffeb184'),
(123448,32,38476,NULL,2604,7,'2026-03-04 19:45:25','2026-03-04 19:45:25','63562cb6-0732-43c1-98bf-ffbad7de3e11'),
(123449,32,38476,NULL,2608,8,'2026-03-04 19:45:25','2026-03-04 19:45:25','18a52fbb-413d-48c1-bfd7-933773c67382'),
(123450,32,38476,NULL,2596,9,'2026-03-04 19:45:25','2026-03-04 19:45:25','ee2978c5-8030-4d91-a951-bda1dc82ba3f'),
(123451,32,38476,NULL,2606,10,'2026-03-04 19:45:25','2026-03-04 19:45:25','ddfc66e4-dd38-4eaa-b41d-360c82f8f8af'),
(123452,16,38476,NULL,4829,1,'2026-03-04 19:45:25','2026-03-04 19:45:25','dda8a8d5-fc0b-4c4f-a3af-a9a9ef454a41'),
(123453,7,38476,NULL,3468,1,'2026-03-04 19:45:25','2026-03-04 19:45:25','15e0e2d8-f890-4a44-8afa-114acee629fb'),
(123454,7,38476,NULL,601,2,'2026-03-04 19:45:25','2026-03-04 19:45:25','0c3128a6-d643-4dc7-945a-77ec3cfeaa63'),
(123455,7,38476,NULL,617,3,'2026-03-04 19:45:25','2026-03-04 19:45:25','2b22851a-602c-48fe-8c6f-d0095624ad96'),
(123456,7,38476,NULL,605,4,'2026-03-04 19:45:25','2026-03-04 19:45:25','2a91dd33-3cc1-4165-9ccc-72faf07b7fbd'),
(123457,7,38476,NULL,9552,5,'2026-03-04 19:45:25','2026-03-04 19:45:25','5e8d1d16-2fbd-4236-8091-b224c5483303'),
(123458,82,38476,NULL,479,1,'2026-03-04 19:45:25','2026-03-04 19:45:25','7757e9ba-6fe0-4d75-a9cc-906bc5514bf8'),
(123459,82,38476,NULL,491,2,'2026-03-04 19:45:25','2026-03-04 19:45:25','a83b2964-74d8-4443-baa8-7753892c238e'),
(123460,46,38476,NULL,3697,1,'2026-03-04 19:45:25','2026-03-04 19:45:25','12bea7d1-bf6d-4198-877e-f3b4765bcbac'),
(123461,47,38476,NULL,12380,1,'2026-03-04 19:45:25','2026-03-04 19:45:25','f3f90f60-d173-481e-94e4-fa493ce95214'),
(123462,57,38476,NULL,4829,1,'2026-03-04 19:45:25','2026-03-04 19:45:25','671f7745-a0b4-4731-9a32-60cdc4397248'),
(123463,57,38476,NULL,3689,2,'2026-03-04 19:45:25','2026-03-04 19:45:25','d4799475-5c70-4acf-a694-68b8954e136a'),
(123464,57,38476,NULL,4826,3,'2026-03-04 19:45:25','2026-03-04 19:45:25','dfbc77bc-159f-4d30-84c4-725605afe743'),
(123465,57,38476,NULL,4828,4,'2026-03-04 19:45:25','2026-03-04 19:45:25','f46934f3-c7f2-4714-9c33-0059e8731544'),
(123466,57,38476,NULL,4827,5,'2026-03-04 19:45:25','2026-03-04 19:45:25','966e3d2e-8f44-4c83-95ad-25671d92a332'),
(123467,13,38476,NULL,23701,1,'2026-03-04 19:45:25','2026-03-04 19:45:25','7b581810-2c6c-46d3-abc4-c2f7573203d6'),
(123468,32,38477,NULL,2614,1,'2026-03-04 19:47:57','2026-03-04 19:47:57','e22dc760-44a1-4e33-9f98-188866873b50'),
(123469,32,38477,NULL,2610,2,'2026-03-04 19:47:57','2026-03-04 19:47:57','ba8e74e4-0d64-41ae-95ed-f25b518147f3'),
(123470,32,38477,NULL,2598,3,'2026-03-04 19:47:57','2026-03-04 19:47:57','06d337e7-7207-4235-b47c-8cbd8a91e6a8'),
(123471,32,38477,NULL,2600,4,'2026-03-04 19:47:57','2026-03-04 19:47:57','19d28a2b-7456-4a82-8527-348df7770e9c'),
(123472,32,38477,NULL,2612,5,'2026-03-04 19:47:57','2026-03-04 19:47:57','6a1e6a9e-e896-4283-9b1e-27b556162d84'),
(123473,32,38477,NULL,2604,6,'2026-03-04 19:47:57','2026-03-04 19:47:57','27fbacb2-d67b-49d0-b7ab-b5d90c49b943'),
(123474,32,38477,NULL,2608,7,'2026-03-04 19:47:57','2026-03-04 19:47:57','5f2d95bf-0fae-45c3-9920-97399010999c'),
(123475,32,38477,NULL,2596,8,'2026-03-04 19:47:57','2026-03-04 19:47:57','fdfe9fe8-a98e-4b9a-af56-aac4a9ac6782'),
(123476,32,38477,NULL,2602,9,'2026-03-04 19:47:57','2026-03-04 19:47:57','c67ba544-baa4-4a95-affa-0ea206f37737'),
(123477,32,38477,NULL,2606,10,'2026-03-04 19:47:57','2026-03-04 19:47:57','dba15f8c-1eae-45d5-acf2-1182cdb1cd8f'),
(123478,16,38477,NULL,3722,1,'2026-03-04 19:47:57','2026-03-04 19:47:57','73e45f98-ca7b-4776-973e-291d699f339a'),
(123479,7,38477,NULL,3468,1,'2026-03-04 19:47:57','2026-03-04 19:47:57','38cd16bc-5e35-48b1-a809-e3cd7038be41'),
(123480,7,38477,NULL,601,2,'2026-03-04 19:47:57','2026-03-04 19:47:57','de0a63ee-ec62-4e74-bde7-ff297624046e'),
(123481,7,38477,NULL,9640,3,'2026-03-04 19:47:57','2026-03-04 19:47:57','21878da9-784f-4799-a592-2e2aaf5f7b5d'),
(123482,7,38477,NULL,617,4,'2026-03-04 19:47:57','2026-03-04 19:47:57','4da5a84d-af26-4c24-a9e2-463b685043d9'),
(123483,7,38477,NULL,605,5,'2026-03-04 19:47:57','2026-03-04 19:47:57','66332fdc-a267-4f81-815e-439a777e7f32'),
(123484,7,38477,NULL,9552,6,'2026-03-04 19:47:57','2026-03-04 19:47:57','1d97c86f-5265-4e78-8075-3c28149e60c4'),
(123485,7,38477,NULL,9549,7,'2026-03-04 19:47:57','2026-03-04 19:47:57','211f93e6-c6a6-41e2-b611-f5ae8376731f'),
(123486,82,38477,NULL,479,1,'2026-03-04 19:47:57','2026-03-04 19:47:57','e94f906d-1a92-4cb8-a256-4d163e0ce3f7'),
(123487,47,38477,NULL,12386,1,'2026-03-04 19:47:57','2026-03-04 19:47:57','ad0c355c-1766-4975-99cc-48949fc98ce5'),
(123488,57,38477,NULL,8024,1,'2026-03-04 19:47:57','2026-03-04 19:47:57','b52967b3-2f21-4835-9c03-362fb13854d9'),
(123489,57,38477,NULL,8025,2,'2026-03-04 19:47:57','2026-03-04 19:47:57','639213be-82a6-437d-a96a-3730c50a026b'),
(123490,57,38477,NULL,8027,3,'2026-03-04 19:47:57','2026-03-04 19:47:57','f6a83862-4366-46b9-9013-a77017ce4bae'),
(123491,57,38477,NULL,8026,4,'2026-03-04 19:47:57','2026-03-04 19:47:57','f3ba5bfc-6896-401e-97f4-2315a1fd836e'),
(123492,13,38477,NULL,23704,1,'2026-03-04 19:47:57','2026-03-04 19:47:57','c64ff67a-9f6d-4e55-adb0-249d091cff3c'),
(123493,32,38478,NULL,2610,1,'2026-03-04 19:48:20','2026-03-04 19:48:20','73d4379d-7ce5-4c9d-8969-e2413cfa666d'),
(123494,32,38478,NULL,2598,2,'2026-03-04 19:48:20','2026-03-04 19:48:20','d30131bc-30d5-44fc-9195-357106fb4b53'),
(123495,32,38478,NULL,2600,3,'2026-03-04 19:48:20','2026-03-04 19:48:20','e4c69e69-4fd5-40b7-856f-3c4b09f4fd23'),
(123496,32,38478,NULL,2602,4,'2026-03-04 19:48:20','2026-03-04 19:48:20','40816665-2025-4fc7-852c-29a686c8fe71'),
(123497,32,38478,NULL,2612,5,'2026-03-04 19:48:20','2026-03-04 19:48:20','b6c64cc1-f472-4f4c-8a5e-8c180fcdf8d4'),
(123498,32,38478,NULL,2618,6,'2026-03-04 19:48:20','2026-03-04 19:48:20','0f8d5dbb-b2d3-476f-922b-0459e39ae283'),
(123499,32,38478,NULL,2604,7,'2026-03-04 19:48:20','2026-03-04 19:48:20','d764d0f4-9b0a-4294-9e88-b60dadd71ca0'),
(123500,32,38478,NULL,2608,8,'2026-03-04 19:48:20','2026-03-04 19:48:20','e3b78c7d-7717-48e2-9879-20ca3a4c5539'),
(123501,32,38478,NULL,2596,9,'2026-03-04 19:48:20','2026-03-04 19:48:20','466fb15e-d7aa-4865-bed1-64ed96a596bf'),
(123502,32,38478,NULL,2606,10,'2026-03-04 19:48:20','2026-03-04 19:48:20','73be41df-4f83-4933-9fbd-570534eb920b'),
(123503,16,38478,NULL,8034,1,'2026-03-04 19:48:20','2026-03-04 19:48:20','83040d43-c7cf-4dd3-8ca1-5f683cc9e67f'),
(123504,7,38478,NULL,6547,1,'2026-03-04 19:48:20','2026-03-04 19:48:20','98468457-223a-4804-8ab9-db4a41fb1a6b'),
(123505,7,38478,NULL,601,2,'2026-03-04 19:48:20','2026-03-04 19:48:20','73d80173-ca74-491d-8319-79d91d668665'),
(123506,7,38478,NULL,2974,3,'2026-03-04 19:48:20','2026-03-04 19:48:20','a45ebeac-e95c-42ca-bbf2-408d2fd4f3bb'),
(123507,7,38478,NULL,617,4,'2026-03-04 19:48:20','2026-03-04 19:48:20','f89838aa-0608-4003-8a16-b61a4cf9a798'),
(123508,7,38478,NULL,9727,5,'2026-03-04 19:48:20','2026-03-04 19:48:20','35795c82-5879-4238-b68f-7ae3c9ee1d99'),
(123509,7,38478,NULL,605,6,'2026-03-04 19:48:20','2026-03-04 19:48:20','879d4ed7-9a0b-4cbf-87e7-f16e7ec37177'),
(123510,7,38478,NULL,9552,7,'2026-03-04 19:48:20','2026-03-04 19:48:20','0e98233b-23cb-4ecc-996a-ad4fb6de0ad8'),
(123511,82,38478,NULL,479,1,'2026-03-04 19:48:20','2026-03-04 19:48:20','d23b46fa-b751-494a-a4e3-a2d7c2450e34'),
(123512,82,38478,NULL,491,2,'2026-03-04 19:48:20','2026-03-04 19:48:20','e4dfd4ac-af5d-4ca8-8f1f-366cc7ae668b'),
(123513,46,38478,NULL,3697,1,'2026-03-04 19:48:20','2026-03-04 19:48:20','0ec60008-d20c-469b-803e-83022cf1d1c3'),
(123514,47,38478,NULL,12389,1,'2026-03-04 19:48:20','2026-03-04 19:48:20','39e815c2-77f3-4928-9963-91e0ccf3fe2c'),
(123515,57,38478,NULL,8033,1,'2026-03-04 19:48:20','2026-03-04 19:48:20','a29ca936-c2c6-4a70-a27c-aa386cdb57d0'),
(123516,57,38478,NULL,8032,2,'2026-03-04 19:48:20','2026-03-04 19:48:20','85e04f63-351c-4ca3-b5a8-85542d3ba9a7'),
(123517,57,38478,NULL,8036,3,'2026-03-04 19:48:20','2026-03-04 19:48:20','555d11d3-971f-476c-9f89-9f49e4a814e6'),
(123518,57,38478,NULL,8035,4,'2026-03-04 19:48:20','2026-03-04 19:48:20','ea93a833-8445-464b-b3c2-f5dedf862e4d'),
(123519,13,38478,NULL,23707,1,'2026-03-04 19:48:20','2026-03-04 19:48:20','49b70782-fbbc-4563-8b5c-34fde198ecdd'),
(123520,32,38479,NULL,2614,1,'2026-03-04 19:49:31','2026-03-04 19:49:31','2926ccdc-aa61-4327-9c25-190be8faddd9'),
(123521,32,38479,NULL,2610,2,'2026-03-04 19:49:31','2026-03-04 19:49:31','123c8437-4bbc-45dd-bade-5155b165ff11'),
(123522,32,38479,NULL,2598,3,'2026-03-04 19:49:31','2026-03-04 19:49:31','9db9f7a9-bcb9-4e7d-a4a4-00070dd37bd6'),
(123523,32,38479,NULL,2600,4,'2026-03-04 19:49:31','2026-03-04 19:49:31','3a9e3ffb-d961-4eee-b49d-9ae4ed5d282a'),
(123524,32,38479,NULL,2602,5,'2026-03-04 19:49:31','2026-03-04 19:49:31','a2688e46-a510-427c-ba5f-a0332114e92f'),
(123525,32,38479,NULL,2604,6,'2026-03-04 19:49:31','2026-03-04 19:49:31','72867020-8690-41b6-a2fd-96a94c378c5b'),
(123526,32,38479,NULL,2608,7,'2026-03-04 19:49:31','2026-03-04 19:49:31','c7e259bb-1a8d-4e3c-aac2-cf5da5e13d3a'),
(123527,32,38479,NULL,2596,8,'2026-03-04 19:49:31','2026-03-04 19:49:31','505a636a-3fab-4006-8d96-02193963e93b'),
(123528,32,38479,NULL,2606,9,'2026-03-04 19:49:31','2026-03-04 19:49:31','677dd355-fcca-4683-a397-2e097811b40c'),
(123529,32,38479,NULL,2612,10,'2026-03-04 19:49:31','2026-03-04 19:49:31','9e53f70b-f3ed-4e19-b0ed-d5bec86d126f'),
(123530,16,38479,NULL,3808,1,'2026-03-04 19:49:31','2026-03-04 19:49:31','ecaa6321-ea7b-480c-a65a-aaecf9a3960a'),
(123531,7,38479,NULL,3468,1,'2026-03-04 19:49:31','2026-03-04 19:49:31','71e84364-fddf-46a8-b10c-e8ddb47bf86e'),
(123532,7,38479,NULL,601,2,'2026-03-04 19:49:31','2026-03-04 19:49:31','9aab5302-2a52-4cb2-9656-425077bdbae4'),
(123533,7,38479,NULL,2972,3,'2026-03-04 19:49:31','2026-03-04 19:49:31','cb697270-b612-4cd1-b343-b75372b1483e'),
(123534,7,38479,NULL,2974,4,'2026-03-04 19:49:31','2026-03-04 19:49:31','dd1d6907-d463-4bbe-a442-e0fe79d9a7f2'),
(123535,7,38479,NULL,617,5,'2026-03-04 19:49:31','2026-03-04 19:49:31','1e6d2e10-fbc6-44a6-bb30-e36784ee5d4c'),
(123536,7,38479,NULL,605,6,'2026-03-04 19:49:31','2026-03-04 19:49:31','fb9e2337-63ea-4b33-89bd-2cdb55479bc5'),
(123537,7,38479,NULL,9552,7,'2026-03-04 19:49:31','2026-03-04 19:49:31','aa96f468-9c34-4276-87a4-02e5cec94201'),
(123538,82,38479,NULL,479,1,'2026-03-04 19:49:31','2026-03-04 19:49:31','b8931480-fde4-4a38-9191-21bd984bd7dc'),
(123539,47,38479,NULL,12391,1,'2026-03-04 19:49:31','2026-03-04 19:49:31','2263feaf-0f1a-4089-964f-e2a46ff168c0'),
(123540,57,38479,NULL,8052,1,'2026-03-04 19:49:31','2026-03-04 19:49:31','c012853d-36e8-4c47-8b35-4b4372979f6d'),
(123541,57,38479,NULL,8054,2,'2026-03-04 19:49:31','2026-03-04 19:49:31','91849638-80c1-4324-ab7a-27b56bcabc1b'),
(123542,57,38479,NULL,8053,3,'2026-03-04 19:49:31','2026-03-04 19:49:31','f8c32d8c-c55e-490d-8e30-deeb1705dd99'),
(123543,57,38479,NULL,8051,4,'2026-03-04 19:49:31','2026-03-04 19:49:31','d7765ef1-4acd-45e3-8e0b-c26ec0796413'),
(123544,13,38479,NULL,23709,1,'2026-03-04 19:49:31','2026-03-04 19:49:31','3188816c-829d-4765-b201-6550fc24c328'),
(123545,32,38480,NULL,2614,1,'2026-03-04 19:49:58','2026-03-04 19:49:58','fc4c6c8a-223a-4c0d-b6f4-9e084b3248fb'),
(123546,83,38480,NULL,1045,1,'2026-03-04 19:49:58','2026-03-04 19:49:58','c4aa00a6-ae3d-4cbc-9715-4d9f83216821'),
(123547,16,38480,NULL,6530,1,'2026-03-04 19:49:58','2026-03-04 19:49:58','64299f44-696e-442d-9bf5-24a2be37cd1b'),
(123548,7,38480,NULL,617,1,'2026-03-04 19:49:58','2026-03-04 19:49:58','12fb5fb2-8d6c-4c04-b0c8-4da89d4db56e'),
(123549,7,38480,NULL,9558,2,'2026-03-04 19:49:58','2026-03-04 19:49:58','89a774b2-a523-44d5-80b6-1f460aea8a3b'),
(123550,7,38480,NULL,605,3,'2026-03-04 19:49:58','2026-03-04 19:49:58','59d7ef39-b0e3-4fba-84cc-ce2016c5405f'),
(123551,7,38480,NULL,9552,4,'2026-03-04 19:49:58','2026-03-04 19:49:58','781230da-0f6b-480b-bdf0-df900a6bbe6f'),
(123552,57,38480,NULL,8064,1,'2026-03-04 19:49:58','2026-03-04 19:49:58','ad80acc1-d583-48f5-927f-f0f119b67bcf'),
(123553,57,38480,NULL,8061,2,'2026-03-04 19:49:58','2026-03-04 19:49:58','b5b399fd-db96-4bb5-b192-b3d300442c0f'),
(123554,57,38480,NULL,8060,3,'2026-03-04 19:49:58','2026-03-04 19:49:58','271d7ec9-01aa-4772-afb1-66af9bf4e097'),
(123555,57,38480,NULL,8063,4,'2026-03-04 19:49:58','2026-03-04 19:49:58','01da04ee-9a71-4cd6-9004-2252b5ee8347'),
(123556,57,38480,NULL,8062,5,'2026-03-04 19:49:58','2026-03-04 19:49:58','b6be74e5-1a6a-4616-a6bb-47df06239488'),
(123557,74,38480,NULL,14613,1,'2026-03-04 19:49:58','2026-03-04 19:49:58','80e876ba-3ed3-466f-b523-0c5acd86473a'),
(123558,13,38480,NULL,23713,1,'2026-03-04 19:49:58','2026-03-04 19:49:58','8dfad8aa-6e89-4c83-9879-f08db37e3255'),
(123559,12,38480,NULL,12713,1,'2026-03-04 19:49:58','2026-03-04 19:49:58','875bc5fc-0c9d-4e27-8427-6ede0d40e2e7'),
(123560,32,38481,NULL,2614,1,'2026-03-04 19:50:29','2026-03-04 19:50:29','1c84a909-2b58-4b2e-ab38-fa57062ebb64'),
(123561,32,38481,NULL,2610,2,'2026-03-04 19:50:29','2026-03-04 19:50:29','5d1b1efc-3b71-4cda-bbd9-80be56cfdd37'),
(123562,32,38481,NULL,2598,3,'2026-03-04 19:50:29','2026-03-04 19:50:29','648ac93f-5e1e-4300-a99e-a131a08d2158'),
(123563,32,38481,NULL,2608,4,'2026-03-04 19:50:29','2026-03-04 19:50:29','2dbf4a8c-ad77-42a7-a29c-a5422c3319c6'),
(123564,32,38481,NULL,2600,5,'2026-03-04 19:50:29','2026-03-04 19:50:29','de97c91a-4bb2-47df-be24-de2143efed11'),
(123565,32,38481,NULL,2596,6,'2026-03-04 19:50:29','2026-03-04 19:50:29','38d91246-7caa-457f-b7b4-863406b418e9'),
(123566,32,38481,NULL,2602,7,'2026-03-04 19:50:29','2026-03-04 19:50:29','143b14b2-ed1d-40af-bdca-16da373a8036'),
(123567,32,38481,NULL,2606,8,'2026-03-04 19:50:29','2026-03-04 19:50:29','d5af17d6-a213-442a-95d3-4864caed6cd5'),
(123568,32,38481,NULL,2604,9,'2026-03-04 19:50:29','2026-03-04 19:50:29','d5177ad7-9b17-4e1f-8b6f-ed49f876790b'),
(123569,32,38481,NULL,2624,10,'2026-03-04 19:50:29','2026-03-04 19:50:29','80888662-1560-4646-8208-3cdc8ba5148e'),
(123570,32,38481,NULL,2612,11,'2026-03-04 19:50:29','2026-03-04 19:50:29','c3f53d34-94f6-40b4-b0d4-6c3d61b9e396'),
(123571,16,38481,NULL,8081,1,'2026-03-04 19:50:29','2026-03-04 19:50:29','e4959f3b-6818-47bf-ab34-b3f52c3e37a3'),
(123572,7,38481,NULL,3468,1,'2026-03-04 19:50:29','2026-03-04 19:50:29','8b73c180-627b-463f-ab7f-e8b7b9ed1a7e'),
(123573,7,38481,NULL,601,2,'2026-03-04 19:50:29','2026-03-04 19:50:29','0e37eb3e-500f-474f-b3ac-fc4d2547df42'),
(123574,7,38481,NULL,9640,3,'2026-03-04 19:50:29','2026-03-04 19:50:29','d64a2a2c-1010-47b7-baa3-b7c1fae8af7e'),
(123575,7,38481,NULL,2974,4,'2026-03-04 19:50:29','2026-03-04 19:50:29','f0fd71c5-d2e3-4d46-969b-1e21fdfcf9aa'),
(123576,7,38481,NULL,617,5,'2026-03-04 19:50:29','2026-03-04 19:50:29','75a2d0dd-cf0c-46aa-b040-ff434019e15d'),
(123577,7,38481,NULL,605,6,'2026-03-04 19:50:29','2026-03-04 19:50:29','0175ab7c-975e-48c4-8fa1-0538d8949f59'),
(123578,7,38481,NULL,9552,7,'2026-03-04 19:50:29','2026-03-04 19:50:29','f7e86036-136d-4a1b-b617-db54e3faa180'),
(123579,46,38481,NULL,2891,1,'2026-03-04 19:50:29','2026-03-04 19:50:29','1625fed0-9bc0-4da3-892c-4c13b9af273e'),
(123580,47,38481,NULL,12395,1,'2026-03-04 19:50:29','2026-03-04 19:50:29','581e1864-e326-40cd-a7aa-fa6da73a005b'),
(123581,57,38481,NULL,8082,1,'2026-03-04 19:50:29','2026-03-04 19:50:29','dd7ccd68-722d-4f10-a55c-6dc6d24e821d'),
(123582,57,38481,NULL,8085,2,'2026-03-04 19:50:29','2026-03-04 19:50:29','aed33136-6633-4d65-9d84-1bedbc2b80cb'),
(123583,57,38481,NULL,8086,3,'2026-03-04 19:50:29','2026-03-04 19:50:29','6a736ab0-abfd-47eb-84f4-d847c8f0609e'),
(123584,57,38481,NULL,8087,4,'2026-03-04 19:50:29','2026-03-04 19:50:29','04d194f0-db12-4747-bf71-e6687a4a7447'),
(123585,13,38481,NULL,6814,1,'2026-03-04 19:50:29','2026-03-04 19:50:29','0f357ddd-904a-4f0d-81bf-af6983b7dc83'),
(123586,32,38482,NULL,2610,1,'2026-03-04 19:50:53','2026-03-04 19:50:53','ab7f5467-1fe8-406e-9fcf-819d42feca9a'),
(123587,32,38482,NULL,2598,2,'2026-03-04 19:50:53','2026-03-04 19:50:53','fd5cd5d0-c43a-4407-b0c2-b0dceb06ba9a'),
(123588,32,38482,NULL,2600,3,'2026-03-04 19:50:53','2026-03-04 19:50:53','e571572f-d5be-48ee-b945-dccc281b8693'),
(123589,32,38482,NULL,2604,4,'2026-03-04 19:50:53','2026-03-04 19:50:53','74f49678-10ec-4535-a13d-7a25f6d36796'),
(123590,32,38482,NULL,2608,5,'2026-03-04 19:50:53','2026-03-04 19:50:53','a52837cd-7df4-4bc7-b98a-473d52ce4533'),
(123591,32,38482,NULL,2596,6,'2026-03-04 19:50:53','2026-03-04 19:50:53','04de5717-f211-4c8d-9837-56f97c7eb509'),
(123592,32,38482,NULL,2602,7,'2026-03-04 19:50:53','2026-03-04 19:50:53','5f4dc092-b060-47fc-9bdb-bbb1d6b50081'),
(123593,32,38482,NULL,2606,8,'2026-03-04 19:50:53','2026-03-04 19:50:53','028f6fe0-4bff-448e-9663-b097ca9386c4'),
(123594,32,38482,NULL,2612,9,'2026-03-04 19:50:53','2026-03-04 19:50:53','8ee670d8-84a2-4da9-be0b-37a807e2655d'),
(123595,16,38482,NULL,3865,1,'2026-03-04 19:50:53','2026-03-04 19:50:53','05a388af-8437-4366-b403-e584b62ec30d'),
(123596,7,38482,NULL,3468,1,'2026-03-04 19:50:53','2026-03-04 19:50:53','b0b1b548-231d-4a3c-ac98-e32d4a9941ae'),
(123597,7,38482,NULL,601,2,'2026-03-04 19:50:53','2026-03-04 19:50:53','61a4905a-e179-4a69-8d4a-ec5016873e67'),
(123598,7,38482,NULL,3093,3,'2026-03-04 19:50:53','2026-03-04 19:50:53','b05d4710-25e7-46d5-980f-dc07041104e4'),
(123599,7,38482,NULL,617,4,'2026-03-04 19:50:53','2026-03-04 19:50:53','ece5108c-3c0d-45fd-8c98-81d97e781b40'),
(123600,7,38482,NULL,605,5,'2026-03-04 19:50:53','2026-03-04 19:50:53','67d943c9-a8e2-4207-ac16-53a3e25c7b02'),
(123601,7,38482,NULL,9552,6,'2026-03-04 19:50:53','2026-03-04 19:50:53','69a84922-49bf-4c56-bbbf-dc993e3be611'),
(123602,82,38482,NULL,479,1,'2026-03-04 19:50:53','2026-03-04 19:50:53','5b92315d-c746-40a6-89f0-c46081f56cb5'),
(123603,82,38482,NULL,491,2,'2026-03-04 19:50:53','2026-03-04 19:50:53','cad7f2d7-cef3-48a9-84f7-b12c8a854a90'),
(123604,47,38482,NULL,12398,1,'2026-03-04 19:50:53','2026-03-04 19:50:53','f072ccd8-592b-40c9-8441-14e8a3f18d72'),
(123605,57,38482,NULL,8094,1,'2026-03-04 19:50:53','2026-03-04 19:50:53','1d964d5d-b9f2-4ed7-a0d6-d58d7b207404'),
(123606,57,38482,NULL,8093,2,'2026-03-04 19:50:53','2026-03-04 19:50:53','94ee19ea-f9ca-4132-a8d8-a8b0ef1fd2b5'),
(123607,57,38482,NULL,8095,3,'2026-03-04 19:50:53','2026-03-04 19:50:53','f18ac6f6-a0e7-483c-a5e6-f0bb4399570a'),
(123608,57,38482,NULL,8092,4,'2026-03-04 19:50:53','2026-03-04 19:50:53','398d3f4f-51ad-4d7d-b084-cd4cb0440a9b'),
(123609,13,38482,NULL,23716,1,'2026-03-04 19:50:53','2026-03-04 19:50:53','f40dea97-3b27-4ef0-a232-335e9599ee8a'),
(123610,32,38483,NULL,2610,1,'2026-03-04 19:51:22','2026-03-04 19:51:22','fdc7181a-f57b-4169-b6d6-37fa12221b84'),
(123611,32,38483,NULL,2598,2,'2026-03-04 19:51:22','2026-03-04 19:51:22','bb8938d5-65b8-4b60-82c6-f23f35e05335'),
(123612,32,38483,NULL,2600,3,'2026-03-04 19:51:22','2026-03-04 19:51:22','9f131144-a4dd-48b3-b3d4-8adacebe12ca'),
(123613,32,38483,NULL,2602,4,'2026-03-04 19:51:22','2026-03-04 19:51:22','831d1e99-4116-40d4-b36f-f856295cd9a7'),
(123614,32,38483,NULL,2612,5,'2026-03-04 19:51:22','2026-03-04 19:51:22','630dcaee-c80f-436a-ab84-259e4e6b55a0'),
(123615,32,38483,NULL,2618,6,'2026-03-04 19:51:22','2026-03-04 19:51:22','44acd3dd-a528-4ea4-b9e8-70642a989ac8'),
(123616,32,38483,NULL,2604,7,'2026-03-04 19:51:22','2026-03-04 19:51:22','38febe0b-dc13-402c-bf86-1d29b1dc546c'),
(123617,32,38483,NULL,2614,8,'2026-03-04 19:51:22','2026-03-04 19:51:22','8d4c662c-109f-4f7d-9cd5-85ac68bd77b3'),
(123618,32,38483,NULL,2608,9,'2026-03-04 19:51:22','2026-03-04 19:51:22','4628823d-0996-4847-84ec-075a639266b7'),
(123619,32,38483,NULL,2596,10,'2026-03-04 19:51:22','2026-03-04 19:51:22','b31d50b8-2d00-4485-971f-b563edac4729'),
(123620,32,38483,NULL,2606,11,'2026-03-04 19:51:22','2026-03-04 19:51:22','3f64d788-75a2-4cb4-ad12-3ffb1764fa4d'),
(123621,16,38483,NULL,8104,1,'2026-03-04 19:51:22','2026-03-04 19:51:22','ffcef30b-b4fb-415b-9117-a53d02b522f4'),
(123622,7,38483,NULL,9724,1,'2026-03-04 19:51:22','2026-03-04 19:51:22','c83f1215-90dd-46d9-b0f6-b66dae4a3175'),
(123623,7,38483,NULL,2969,2,'2026-03-04 19:51:22','2026-03-04 19:51:22','cbf0c4dd-f36c-4fb6-9401-2c961253616a'),
(123624,7,38483,NULL,2974,3,'2026-03-04 19:51:22','2026-03-04 19:51:22','c99599ac-5d67-49c5-9acc-9290ab5deb33'),
(123625,7,38483,NULL,617,4,'2026-03-04 19:51:22','2026-03-04 19:51:22','b6452ac2-60d7-41e3-8597-a2036b3d0299'),
(123626,7,38483,NULL,605,5,'2026-03-04 19:51:22','2026-03-04 19:51:22','4b91c9e3-3a19-42a3-985d-a2a38d5ad647'),
(123627,7,38483,NULL,9552,6,'2026-03-04 19:51:22','2026-03-04 19:51:22','cb630bb1-d63a-4954-aee5-6962b1b89f39'),
(123628,82,38483,NULL,479,1,'2026-03-04 19:51:22','2026-03-04 19:51:22','c492cd39-5205-4080-a4bb-b0369d7626bc'),
(123629,46,38483,NULL,3697,1,'2026-03-04 19:51:22','2026-03-04 19:51:22','d469df93-2cf0-4f55-9e36-5d91cb1a97f2'),
(123630,47,38483,NULL,12403,1,'2026-03-04 19:51:22','2026-03-04 19:51:22','3bc96826-249a-4680-a365-b25c3ec70053'),
(123631,57,38483,NULL,8108,1,'2026-03-04 19:51:22','2026-03-04 19:51:22','9bc1758e-2738-44c7-a659-74c2329025ed'),
(123632,57,38483,NULL,8107,2,'2026-03-04 19:51:22','2026-03-04 19:51:22','b9ce6ca6-3465-4587-ad30-536854dc7a55'),
(123633,57,38483,NULL,8106,3,'2026-03-04 19:51:22','2026-03-04 19:51:22','84284f55-c5e2-49d7-8239-2f4ab5b4f820'),
(123634,57,38483,NULL,8105,4,'2026-03-04 19:51:22','2026-03-04 19:51:22','55494d87-296b-4b22-aa8c-66e80e05724a'),
(123635,13,38483,NULL,6820,1,'2026-03-04 19:51:22','2026-03-04 19:51:22','1be8ab6f-a46d-403f-aeb1-06de00b15915'),
(123636,32,38485,NULL,2610,1,'2026-03-04 19:57:21','2026-03-04 19:57:21','6a0362e6-56ce-47d8-a8f2-6f71bb809bec'),
(123637,32,38485,NULL,2598,2,'2026-03-04 19:57:21','2026-03-04 19:57:21','998bb4ea-cd72-47db-afc6-a04b9743059c'),
(123638,32,38485,NULL,2600,3,'2026-03-04 19:57:21','2026-03-04 19:57:21','eae04d0f-f650-411e-b6d1-d9c3eb1d45cd'),
(123639,32,38485,NULL,2602,4,'2026-03-04 19:57:21','2026-03-04 19:57:21','cd785966-9965-4659-90b9-99dd85ad95ef'),
(123640,32,38485,NULL,2612,5,'2026-03-04 19:57:21','2026-03-04 19:57:21','1ec1a9ed-18b0-4cea-81dc-81ed48559940'),
(123641,32,38485,NULL,2618,6,'2026-03-04 19:57:21','2026-03-04 19:57:21','dfd417ee-af87-49b8-b108-3f9265b9cf27'),
(123642,32,38485,NULL,2604,7,'2026-03-04 19:57:21','2026-03-04 19:57:21','ff53e2da-381b-4aac-85a2-b405ce803e43'),
(123643,32,38485,NULL,2614,8,'2026-03-04 19:57:21','2026-03-04 19:57:21','75d33fe6-b0f0-418d-982a-5e1293108c69'),
(123644,32,38485,NULL,2608,9,'2026-03-04 19:57:21','2026-03-04 19:57:21','b093d23a-5d11-4e67-bc37-4c096590148d'),
(123645,32,38485,NULL,2596,10,'2026-03-04 19:57:21','2026-03-04 19:57:21','0e58493d-0daa-4b6b-8cbe-ccf8de9c2719'),
(123646,32,38485,NULL,2606,11,'2026-03-04 19:57:21','2026-03-04 19:57:21','e8ff0299-489e-43cc-ac1b-eb9137c8ed7a'),
(123647,16,38485,NULL,8104,1,'2026-03-04 19:57:21','2026-03-04 19:57:21','64e357a4-e5be-4987-ab7c-e4b723f1dce2'),
(123648,7,38485,NULL,9724,1,'2026-03-04 19:57:21','2026-03-04 19:57:21','84896939-5621-47f8-9713-780166d9c37f'),
(123649,7,38485,NULL,2969,2,'2026-03-04 19:57:21','2026-03-04 19:57:21','9f643ada-8fda-416a-b67c-38747a53bba4'),
(123650,7,38485,NULL,2974,3,'2026-03-04 19:57:21','2026-03-04 19:57:21','ab30e81b-c296-453e-a091-68109c4036c6'),
(123651,7,38485,NULL,617,4,'2026-03-04 19:57:21','2026-03-04 19:57:21','33b2235d-18b4-4383-8530-f5871609e451'),
(123652,7,38485,NULL,605,5,'2026-03-04 19:57:21','2026-03-04 19:57:21','fe806aff-11db-4c81-8f87-206f0891cdaa'),
(123653,7,38485,NULL,9552,6,'2026-03-04 19:57:21','2026-03-04 19:57:21','d21bdeb8-0362-4a99-af30-55c61e58595d'),
(123654,82,38485,NULL,479,1,'2026-03-04 19:57:21','2026-03-04 19:57:21','943d39bc-a96b-476a-ad70-b0b55a89a03b'),
(123655,46,38485,NULL,3697,1,'2026-03-04 19:57:21','2026-03-04 19:57:21','88f39aa9-434d-42f3-b92e-9dd883afe353'),
(123656,47,38485,NULL,12403,1,'2026-03-04 19:57:21','2026-03-04 19:57:21','93b9d313-fd58-4414-9979-67060affc1b0'),
(123657,57,38485,NULL,8108,1,'2026-03-04 19:57:21','2026-03-04 19:57:21','b87b6a53-33e4-412c-9e78-ffe80c4451db'),
(123658,57,38485,NULL,8107,2,'2026-03-04 19:57:21','2026-03-04 19:57:21','fd36465f-4e42-4cb6-ab7f-f2c61641fc83'),
(123659,57,38485,NULL,8106,3,'2026-03-04 19:57:21','2026-03-04 19:57:21','96540971-82e9-41a0-93cf-5e7a6fd00cf3'),
(123660,57,38485,NULL,8105,4,'2026-03-04 19:57:21','2026-03-04 19:57:21','58ee086e-6561-4e51-9fff-b27924ab0c9d'),
(123661,13,38485,NULL,6820,1,'2026-03-04 19:57:21','2026-03-04 19:57:21','a70230bc-cef8-4ce2-89ee-49247b70bd91'),
(123662,32,38487,NULL,2610,1,'2026-03-04 19:58:20','2026-03-04 19:58:20','fe39b3b1-62e6-4381-b17f-45814c8b062e'),
(123663,32,38487,NULL,2598,2,'2026-03-04 19:58:20','2026-03-04 19:58:20','81707eac-9214-4074-985f-a97d7ab41176'),
(123664,32,38487,NULL,2600,3,'2026-03-04 19:58:20','2026-03-04 19:58:20','6e72eb87-b35f-4164-8523-7c322ff436db'),
(123665,32,38487,NULL,2606,4,'2026-03-04 19:58:20','2026-03-04 19:58:20','0c6f72ad-de01-4c72-9161-d9a34e1f0c4b'),
(123666,32,38487,NULL,2604,5,'2026-03-04 19:58:20','2026-03-04 19:58:20','4225f761-ac47-450f-8b87-fdc2539595f0'),
(123667,32,38487,NULL,2614,6,'2026-03-04 19:58:20','2026-03-04 19:58:20','8554d96b-3bbe-4027-8730-5a85238d168e'),
(123668,32,38487,NULL,2608,7,'2026-03-04 19:58:20','2026-03-04 19:58:20','56175c33-bbe5-4849-a29a-66887bab771a'),
(123669,32,38487,NULL,2596,8,'2026-03-04 19:58:20','2026-03-04 19:58:20','5af84c21-6e1f-4111-bfb0-5647ae28b01a'),
(123670,32,38487,NULL,2602,9,'2026-03-04 19:58:20','2026-03-04 19:58:20','e6018617-7917-4a7a-a5ec-81785e57cba0'),
(123671,32,38487,NULL,2612,10,'2026-03-04 19:58:20','2026-03-04 19:58:20','2579c19f-c5f9-4a71-b3a5-7d14e2c019bc'),
(123672,16,38487,NULL,9415,1,'2026-03-04 19:58:20','2026-03-04 19:58:20','c0ff4dba-81ff-44d7-9e56-626e244cc47f'),
(123673,7,38487,NULL,3468,1,'2026-03-04 19:58:20','2026-03-04 19:58:20','3aa22c16-59b1-41aa-adf3-a2c432292cef'),
(123674,7,38487,NULL,2969,2,'2026-03-04 19:58:20','2026-03-04 19:58:20','8adaf954-a80f-4653-96fe-545c3c9a0a00'),
(123675,7,38487,NULL,617,3,'2026-03-04 19:58:20','2026-03-04 19:58:20','a4d6bd5d-ea7d-464a-a6a2-584f24821f6b'),
(123676,7,38487,NULL,605,4,'2026-03-04 19:58:20','2026-03-04 19:58:20','b011d43d-8979-46aa-9fcc-637f7f076e84'),
(123677,7,38487,NULL,9552,5,'2026-03-04 19:58:20','2026-03-04 19:58:20','be71faa1-3af0-4388-b6da-cdce98344aa8'),
(123678,47,38487,NULL,12405,1,'2026-03-04 19:58:20','2026-03-04 19:58:20','cdfee5d8-384e-4ae4-8656-d46c5480ea0e'),
(123679,57,38487,NULL,3927,1,'2026-03-04 19:58:20','2026-03-04 19:58:20','27e5aa87-b621-4de9-b255-a4c0b6aa54ab'),
(123680,57,38487,NULL,8117,2,'2026-03-04 19:58:20','2026-03-04 19:58:20','cad778f7-6473-4544-acc6-021fb423c60a'),
(123681,57,38487,NULL,8119,3,'2026-03-04 19:58:20','2026-03-04 19:58:20','88fc28fe-ea2e-4687-8572-41bdb4bac317'),
(123682,57,38487,NULL,8120,4,'2026-03-04 19:58:20','2026-03-04 19:58:20','3dcadf0f-2ffc-474f-801f-c1bbe4fb2f8d'),
(123683,13,38487,NULL,23719,1,'2026-03-04 19:58:20','2026-03-04 19:58:20','e0869e61-1219-4b64-b6a2-a37f2319d7a9'),
(123684,32,38488,NULL,2610,1,'2026-03-04 19:58:53','2026-03-04 19:58:53','1d9570c5-d83f-4950-80d6-e9796feb9e2a'),
(123685,32,38488,NULL,2598,2,'2026-03-04 19:58:53','2026-03-04 19:58:53','cee90169-da93-4946-b614-1de8d021d84d'),
(123686,32,38488,NULL,2600,3,'2026-03-04 19:58:53','2026-03-04 19:58:53','0ea750dc-7fcc-46fd-b445-d995c90f19c1'),
(123687,32,38488,NULL,2604,4,'2026-03-04 19:58:53','2026-03-04 19:58:53','229ed8ba-77ec-43b1-ad54-f04cca996dbf'),
(123688,32,38488,NULL,2608,5,'2026-03-04 19:58:53','2026-03-04 19:58:53','4ca06906-afa7-40cb-89b8-eb12cb53386e'),
(123689,32,38488,NULL,2596,6,'2026-03-04 19:58:53','2026-03-04 19:58:53','9116ad72-02dd-4942-be86-86c7b94b769e'),
(123690,32,38488,NULL,2602,7,'2026-03-04 19:58:53','2026-03-04 19:58:53','ae749820-0d3d-4bef-9899-b42e9cd90e19'),
(123691,32,38488,NULL,2606,8,'2026-03-04 19:58:53','2026-03-04 19:58:53','ea22adcc-9675-4a15-90de-a5a344b62ae0'),
(123692,32,38488,NULL,2612,9,'2026-03-04 19:58:53','2026-03-04 19:58:53','93312f0a-164c-44c2-a503-5a6ebbe3dabb'),
(123693,16,38488,NULL,3959,1,'2026-03-04 19:58:53','2026-03-04 19:58:53','caf96a24-374d-4f60-9aa3-0981b6b89a78'),
(123694,7,38488,NULL,3468,1,'2026-03-04 19:58:53','2026-03-04 19:58:53','f0ae8438-0786-4a0f-a54d-141fedc379ac'),
(123695,7,38488,NULL,601,2,'2026-03-04 19:58:53','2026-03-04 19:58:53','47a42c89-a330-4e8d-bd9a-ad1e81148286'),
(123696,7,38488,NULL,617,3,'2026-03-04 19:58:53','2026-03-04 19:58:53','22ac2b7c-d9cb-4053-9306-319f3cc547b5'),
(123697,7,38488,NULL,9552,4,'2026-03-04 19:58:53','2026-03-04 19:58:53','5c42cfc0-5de8-4f5d-b966-40e870f2ae31'),
(123698,7,38488,NULL,605,5,'2026-03-04 19:58:53','2026-03-04 19:58:53','2b1ecd95-9f9d-4757-9c47-4e76b910b3fe'),
(123699,82,38488,NULL,479,1,'2026-03-04 19:58:53','2026-03-04 19:58:53','a2bb331e-de62-478b-8683-ef7a69721b12'),
(123700,82,38488,NULL,491,2,'2026-03-04 19:58:53','2026-03-04 19:58:53','07ee31fc-a19c-4062-bbfc-278767be3b88'),
(123701,47,38488,NULL,12408,1,'2026-03-04 19:58:53','2026-03-04 19:58:53','b8043830-4ca7-4777-9a22-594b99f664b5'),
(123702,57,38488,NULL,8132,1,'2026-03-04 19:58:53','2026-03-04 19:58:53','9d5ae793-65fa-4659-8a61-78c42b0e65a5'),
(123703,57,38488,NULL,8136,2,'2026-03-04 19:58:53','2026-03-04 19:58:53','8ccaa04d-dcbc-4d34-b9ea-d79e0aaee892'),
(123704,57,38488,NULL,8131,3,'2026-03-04 19:58:53','2026-03-04 19:58:53','323b7c66-5e68-458d-b3a8-9cc5a5d3b178'),
(123705,57,38488,NULL,8134,4,'2026-03-04 19:58:53','2026-03-04 19:58:53','00a11261-14cf-44f5-810b-cc529c44d392'),
(123706,57,38488,NULL,8135,5,'2026-03-04 19:58:53','2026-03-04 19:58:53','e57a4d45-7778-4a34-835c-95e699560b0b'),
(123707,13,38488,NULL,23721,1,'2026-03-04 19:58:53','2026-03-04 19:58:53','89b0f75f-182e-40a6-ae73-20c7dcb1f5f3'),
(123708,32,38490,NULL,2610,1,'2026-03-04 19:59:32','2026-03-04 19:59:32','03663072-d40a-440f-a6ed-81332a7d9051'),
(123709,32,38490,NULL,2598,2,'2026-03-04 19:59:32','2026-03-04 19:59:32','485c9ad8-8c83-495f-a92f-6be9d8842eb8'),
(123710,32,38490,NULL,2600,3,'2026-03-04 19:59:32','2026-03-04 19:59:32','bcffa577-9ee4-4651-9725-5a14e8c90d6b'),
(123711,32,38490,NULL,2604,4,'2026-03-04 19:59:32','2026-03-04 19:59:32','eb384760-6cf4-49f4-9c3d-b0b656fc2811'),
(123712,32,38490,NULL,2608,5,'2026-03-04 19:59:32','2026-03-04 19:59:32','3bdcfaac-439f-4b15-8a18-57714362109b'),
(123713,32,38490,NULL,2596,6,'2026-03-04 19:59:32','2026-03-04 19:59:32','12476553-f64e-47e5-b5ac-5c96d9b3fa90'),
(123714,32,38490,NULL,2602,7,'2026-03-04 19:59:32','2026-03-04 19:59:32','e3d60c1e-e550-45ee-9280-0b19ab98b09d'),
(123715,32,38490,NULL,2606,8,'2026-03-04 19:59:32','2026-03-04 19:59:32','d77e1544-d69d-452b-8944-32a878d315e7'),
(123716,32,38490,NULL,2612,9,'2026-03-04 19:59:32','2026-03-04 19:59:32','908af091-5f4e-4042-8a2b-5f0df774635c'),
(123717,16,38490,NULL,9420,1,'2026-03-04 19:59:32','2026-03-04 19:59:32','dd007643-2af6-4fc3-a3e3-81139c0c1fac'),
(123718,7,38490,NULL,6547,1,'2026-03-04 19:59:32','2026-03-04 19:59:32','999826be-2f00-44f4-8beb-a1254688def7'),
(123719,7,38490,NULL,601,2,'2026-03-04 19:59:32','2026-03-04 19:59:32','cd26220e-2baa-4b8b-89dd-17994662e18b'),
(123720,7,38490,NULL,28766,3,'2026-03-04 19:59:32','2026-03-04 19:59:32','78dc659c-8544-4d86-b0ce-a79ecfb70559'),
(123721,7,38490,NULL,617,4,'2026-03-04 19:59:32','2026-03-04 19:59:32','67f67eea-7100-4464-9cef-c5b0c4e43731'),
(123722,7,38490,NULL,605,5,'2026-03-04 19:59:32','2026-03-04 19:59:32','0bf055e5-a739-446c-bc3d-8900da84aebc'),
(123723,7,38490,NULL,9552,6,'2026-03-04 19:59:32','2026-03-04 19:59:32','045e6ed9-02f7-4979-9eb7-520ed50d6948'),
(123724,82,38490,NULL,491,1,'2026-03-04 19:59:32','2026-03-04 19:59:32','8e75be18-a5c9-45fc-89e1-287db4f10517'),
(123725,47,38490,NULL,12413,1,'2026-03-04 19:59:32','2026-03-04 19:59:32','6d237001-279f-4387-bb46-6ee624438ee2'),
(123726,57,38490,NULL,8141,1,'2026-03-04 19:59:32','2026-03-04 19:59:32','6352fd98-5d9d-41cd-bc2f-647c727cffc0'),
(123727,57,38490,NULL,5129,2,'2026-03-04 19:59:32','2026-03-04 19:59:32','4894e135-a1f1-4130-935f-96b8b7974163'),
(123728,57,38490,NULL,5127,3,'2026-03-04 19:59:32','2026-03-04 19:59:32','0e7f3888-dcc0-4c51-87b4-dd4e0ae9777e'),
(123729,57,38490,NULL,8142,4,'2026-03-04 19:59:32','2026-03-04 19:59:32','1aa65e9e-7411-49ea-af46-d26687c58e06'),
(123730,57,38490,NULL,9423,5,'2026-03-04 19:59:32','2026-03-04 19:59:32','6907e2fd-1902-4a72-b5a2-2a070db42d04'),
(123731,57,38490,NULL,9424,6,'2026-03-04 19:59:32','2026-03-04 19:59:32','d74b5d26-f5f4-4efa-877a-1ae4a57e04fc'),
(123732,57,38490,NULL,9425,7,'2026-03-04 19:59:32','2026-03-04 19:59:32','3703a74a-c0b1-47cc-99f8-70aeed862853'),
(123733,57,38490,NULL,9426,8,'2026-03-04 19:59:32','2026-03-04 19:59:32','aed352e7-242d-4ce8-bd7e-f333a502ebc9'),
(123734,57,38490,NULL,9427,9,'2026-03-04 19:59:32','2026-03-04 19:59:32','4e1d0f25-e80b-4cf0-b1fd-93a12665b0fa'),
(123735,13,38490,NULL,23725,1,'2026-03-04 19:59:32','2026-03-04 19:59:32','b7e65c1f-505d-4cfd-a5fe-873ca9fe2a60'),
(123736,32,38492,NULL,2610,1,'2026-03-04 20:00:35','2026-03-04 20:00:35','315ee778-b4e9-40b8-9053-6b52c6bc8993'),
(123737,32,38492,NULL,2598,2,'2026-03-04 20:00:35','2026-03-04 20:00:35','186710ac-8f67-41c3-8781-79bee79bd6c2'),
(123738,32,38492,NULL,2600,3,'2026-03-04 20:00:35','2026-03-04 20:00:35','98fe69f5-eb07-4fc8-ba20-3048dd2acbed'),
(123739,32,38492,NULL,2604,4,'2026-03-04 20:00:35','2026-03-04 20:00:35','b5358cfd-bcb2-465a-addf-3c8f1b295a10'),
(123740,32,38492,NULL,2614,5,'2026-03-04 20:00:35','2026-03-04 20:00:35','ed40122f-e01e-405e-ac6f-118942f1e4f4'),
(123741,32,38492,NULL,2608,6,'2026-03-04 20:00:35','2026-03-04 20:00:35','06dc72c1-0ab6-4b68-b3f3-c1626fc4fb62'),
(123742,32,38492,NULL,2596,7,'2026-03-04 20:00:35','2026-03-04 20:00:35','a97d6538-a761-4144-b4e4-16db418785d4'),
(123743,32,38492,NULL,2602,8,'2026-03-04 20:00:35','2026-03-04 20:00:35','f6342ca8-36aa-4957-a390-b17b74c4e72b'),
(123744,32,38492,NULL,2606,9,'2026-03-04 20:00:35','2026-03-04 20:00:35','5c5959cb-5088-4c07-b7f5-2ce561425c49'),
(123745,32,38492,NULL,2612,10,'2026-03-04 20:00:35','2026-03-04 20:00:35','0bfe6f5b-cf77-44b5-a050-2435359795f9'),
(123746,16,38492,NULL,4017,1,'2026-03-04 20:00:35','2026-03-04 20:00:35','74f4f244-2355-4951-8f20-67c6d276d69f'),
(123747,7,38492,NULL,3468,1,'2026-03-04 20:00:35','2026-03-04 20:00:35','a42c846e-8586-4ce2-a22f-bc06c2329948'),
(123748,7,38492,NULL,2969,2,'2026-03-04 20:00:35','2026-03-04 20:00:35','39814586-abe7-4b04-9aa3-bc6a231bbdc8'),
(123749,7,38492,NULL,617,3,'2026-03-04 20:00:35','2026-03-04 20:00:35','31ba30f3-d404-43a9-ad35-d1ac69759f0e'),
(123750,7,38492,NULL,9724,4,'2026-03-04 20:00:35','2026-03-04 20:00:35','d1eec635-20d6-4b86-9d84-266bd7b7dd34'),
(123751,7,38492,NULL,2972,5,'2026-03-04 20:00:35','2026-03-04 20:00:35','1460a9df-70f9-460f-9ade-09ec56a3900f'),
(123752,7,38492,NULL,605,6,'2026-03-04 20:00:35','2026-03-04 20:00:35','b31aa99e-9307-496c-9b44-f8e2422485dd'),
(123753,7,38492,NULL,9552,7,'2026-03-04 20:00:35','2026-03-04 20:00:35','a566fab8-c947-4035-8c81-10e8ddf6f508'),
(123754,47,38492,NULL,12418,1,'2026-03-04 20:00:35','2026-03-04 20:00:35','215aa571-49eb-453a-b32e-963ba10fc84d'),
(123755,57,38492,NULL,8163,1,'2026-03-04 20:00:35','2026-03-04 20:00:35','338abf58-e2df-4191-845f-377cb0f8dddd'),
(123756,57,38492,NULL,8162,2,'2026-03-04 20:00:35','2026-03-04 20:00:35','7afffcc3-e6b7-48c9-8ab6-f818a7b40aee'),
(123757,57,38492,NULL,8164,3,'2026-03-04 20:00:35','2026-03-04 20:00:35','482d01d8-b252-40bb-9646-bb7be5846108'),
(123758,57,38492,NULL,8165,4,'2026-03-04 20:00:35','2026-03-04 20:00:35','bf56e463-2bc3-4769-b75d-cbfd1fb62396'),
(123759,13,38492,NULL,23730,1,'2026-03-04 20:00:35','2026-03-04 20:00:35','b4b7c0c0-0f0d-4619-838d-9aec40dd4b18'),
(123760,32,38493,NULL,2610,1,'2026-03-04 20:02:01','2026-03-04 20:02:01','a0c4a80c-9f27-4488-bdca-557c472eadda'),
(123761,32,38493,NULL,2598,2,'2026-03-04 20:02:01','2026-03-04 20:02:01','e698e4ec-072b-4cf4-bbc7-894ad0b7a138'),
(123762,32,38493,NULL,2600,3,'2026-03-04 20:02:01','2026-03-04 20:02:01','4d508b8a-88b1-47bd-affa-9d926f64ba6b'),
(123763,32,38493,NULL,2602,4,'2026-03-04 20:02:01','2026-03-04 20:02:01','e17093b6-1408-4972-8135-67ebf8e7d0a0'),
(123764,32,38493,NULL,2604,5,'2026-03-04 20:02:01','2026-03-04 20:02:01','efea8e83-bd10-4856-9315-b49a0b40de32'),
(123765,32,38493,NULL,2608,6,'2026-03-04 20:02:01','2026-03-04 20:02:01','703aa405-446c-470d-b4b1-00c03b4e153b'),
(123766,32,38493,NULL,2596,7,'2026-03-04 20:02:01','2026-03-04 20:02:01','f97d49aa-1b8a-4a10-8615-083344745b09'),
(123767,32,38493,NULL,2606,8,'2026-03-04 20:02:01','2026-03-04 20:02:01','9db12713-6bce-4612-a9b9-2d65b401e755'),
(123768,32,38493,NULL,2612,9,'2026-03-04 20:02:01','2026-03-04 20:02:01','d76a4665-6be9-45cb-acab-625c3aa4220a'),
(123769,16,38493,NULL,8178,1,'2026-03-04 20:02:01','2026-03-04 20:02:01','cea4e7ec-a01f-4080-ac1a-a9ae93a88883'),
(123770,7,38493,NULL,3468,1,'2026-03-04 20:02:01','2026-03-04 20:02:01','28c06fbf-5011-4ee6-a388-a4c0609852b0'),
(123771,7,38493,NULL,601,2,'2026-03-04 20:02:01','2026-03-04 20:02:01','1b6df738-c5d6-4810-9229-1b1cd43a4019'),
(123772,7,38493,NULL,2974,3,'2026-03-04 20:02:01','2026-03-04 20:02:01','8e88e3a7-95b3-46ca-a5ac-63c196875bf8'),
(123773,7,38493,NULL,9640,4,'2026-03-04 20:02:01','2026-03-04 20:02:01','ca89552d-96a5-48d6-9e73-001195928f01'),
(123774,7,38493,NULL,617,5,'2026-03-04 20:02:01','2026-03-04 20:02:01','8d45629d-4926-480d-84eb-cfe9013c57c5'),
(123775,7,38493,NULL,9724,6,'2026-03-04 20:02:01','2026-03-04 20:02:01','7319969a-b2c1-4b6e-8dc2-7fccb1a80f64'),
(123776,7,38493,NULL,605,7,'2026-03-04 20:02:01','2026-03-04 20:02:01','4fdd9aca-b655-4e85-b417-18a7f4dc2015'),
(123777,7,38493,NULL,9552,8,'2026-03-04 20:02:01','2026-03-04 20:02:01','efa08359-9c75-4a24-9192-267c38248904'),
(123778,82,38493,NULL,491,1,'2026-03-04 20:02:01','2026-03-04 20:02:01','d9163aaa-0221-4c83-b77d-812260fdf54f'),
(123779,47,38493,NULL,12425,1,'2026-03-04 20:02:01','2026-03-04 20:02:01','e8c0acb0-d2e8-48bb-b37a-8b7b4a5b32dd'),
(123780,57,38493,NULL,8175,1,'2026-03-04 20:02:01','2026-03-04 20:02:01','076dec2c-091d-4929-9281-a80090d4917a'),
(123781,57,38493,NULL,8194,2,'2026-03-04 20:02:01','2026-03-04 20:02:01','b6177444-97ba-4fe3-bc17-1e55c232b86d'),
(123782,57,38493,NULL,8174,3,'2026-03-04 20:02:01','2026-03-04 20:02:01','b300d6ce-060a-4575-a12c-5a989c5612ef'),
(123783,57,38493,NULL,8177,4,'2026-03-04 20:02:01','2026-03-04 20:02:01','a73d897e-c700-4825-956f-68e69cdc2594'),
(123784,13,38493,NULL,23734,1,'2026-03-04 20:02:01','2026-03-04 20:02:01','44aac955-bd27-41a5-895b-81972626bd5a'),
(123785,32,38494,NULL,2614,1,'2026-03-04 20:02:27','2026-03-04 20:02:27','ef272f3b-4e95-4c64-9466-32f90c1c72aa'),
(123786,32,38494,NULL,2610,2,'2026-03-04 20:02:27','2026-03-04 20:02:27','6089722c-ae7a-4d73-b896-9fc5316a7c0d'),
(123787,32,38494,NULL,2598,3,'2026-03-04 20:02:27','2026-03-04 20:02:27','91915402-fb18-4cf6-a065-8ffc93d6b5df'),
(123788,32,38494,NULL,2600,4,'2026-03-04 20:02:27','2026-03-04 20:02:27','f11ad16a-4553-4e9e-b046-beb1e6dd408c'),
(123789,32,38494,NULL,2602,5,'2026-03-04 20:02:27','2026-03-04 20:02:27','5a7c7377-a1bd-4f14-9512-159be4599f9f'),
(123790,32,38494,NULL,2612,6,'2026-03-04 20:02:27','2026-03-04 20:02:27','892de2cc-0e9c-483d-8567-9d464bbaa394'),
(123791,32,38494,NULL,2604,7,'2026-03-04 20:02:27','2026-03-04 20:02:27','be985905-2066-47b5-bc2c-897ce811298b'),
(123792,32,38494,NULL,2608,8,'2026-03-04 20:02:27','2026-03-04 20:02:27','cb9dac27-9baa-43fa-97b4-8d1a83f0afa8'),
(123793,32,38494,NULL,2596,9,'2026-03-04 20:02:27','2026-03-04 20:02:27','a226f480-12d7-4855-9681-75928b199e65'),
(123794,32,38494,NULL,2606,10,'2026-03-04 20:02:27','2026-03-04 20:02:27','1bb2f7d9-1bd9-4658-9de7-12fd6febf81e'),
(123795,16,38494,NULL,4083,1,'2026-03-04 20:02:27','2026-03-04 20:02:27','0db275ae-a1b3-4567-8bdf-bb232317f221'),
(123796,7,38494,NULL,601,1,'2026-03-04 20:02:27','2026-03-04 20:02:27','f40008e9-7a92-4074-a186-305d3c1f6560'),
(123797,7,38494,NULL,617,2,'2026-03-04 20:02:27','2026-03-04 20:02:27','746c8cc6-6474-49fc-a1b6-4448ece44208'),
(123798,7,38494,NULL,605,3,'2026-03-04 20:02:27','2026-03-04 20:02:27','fb59810a-010a-4ac7-917b-76a3b3cfb151'),
(123799,7,38494,NULL,9552,4,'2026-03-04 20:02:27','2026-03-04 20:02:27','584424be-cbe5-42d7-a6c6-ea51ee16a7ae'),
(123800,47,38494,NULL,12421,1,'2026-03-04 20:02:27','2026-03-04 20:02:27','75040a94-32d6-4135-ae41-9a8237884bfc'),
(123801,57,38494,NULL,5056,1,'2026-03-04 20:02:27','2026-03-04 20:02:27','66706159-4358-4e5e-b4e1-ac0043df1be4'),
(123802,57,38494,NULL,5055,2,'2026-03-04 20:02:27','2026-03-04 20:02:27','085eb6ee-a53f-4429-946e-89a03ce7b985'),
(123803,57,38494,NULL,5057,3,'2026-03-04 20:02:27','2026-03-04 20:02:27','d11f65cc-b850-4ef8-9cdd-77a95c366294'),
(123804,57,38494,NULL,5058,4,'2026-03-04 20:02:27','2026-03-04 20:02:27','3afd1fc7-13f2-4c5b-8730-72a329de968d'),
(123805,13,38494,NULL,23737,1,'2026-03-04 20:02:27','2026-03-04 20:02:27','86cb7580-2bc0-44b1-8ed0-61ecc0f90592'),
(123806,32,38495,NULL,2614,1,'2026-03-04 20:04:55','2026-03-04 20:04:55','2fe49074-c515-4d64-92ba-1bff50a2746b'),
(123807,16,38495,NULL,8208,1,'2026-03-04 20:04:55','2026-03-04 20:04:55','e103c5a8-9803-4b98-acd9-b9d15ab510c3'),
(123808,7,38495,NULL,617,1,'2026-03-04 20:04:55','2026-03-04 20:04:55','5f6570c7-bcf0-4473-b1d1-2a7c79395ba7'),
(123809,7,38495,NULL,9555,2,'2026-03-04 20:04:55','2026-03-04 20:04:55','fdfa4a99-b562-4dea-a911-42d80632f1da'),
(123810,7,38495,NULL,605,3,'2026-03-04 20:04:55','2026-03-04 20:04:55','42f64869-4b0c-45f2-acbe-1ce318ee7811'),
(123811,7,38495,NULL,9552,4,'2026-03-04 20:04:55','2026-03-04 20:04:55','505d2c48-8c46-4e3d-8078-1935087cffb9'),
(123812,57,38495,NULL,8218,1,'2026-03-04 20:04:55','2026-03-04 20:04:55','774a115f-364d-4cc3-9bb0-0e616bef04d0'),
(123813,57,38495,NULL,8217,2,'2026-03-04 20:04:55','2026-03-04 20:04:55','8a058ccf-49bc-4b9c-b8ec-33ee1ea1b2c7'),
(123814,57,38495,NULL,8211,3,'2026-03-04 20:04:55','2026-03-04 20:04:55','dd2c6984-343b-43e9-96fa-544f00c8e8a6'),
(123815,57,38495,NULL,8214,4,'2026-03-04 20:04:55','2026-03-04 20:04:55','8eb6f091-9c27-4a80-9283-99b9745d3189'),
(123816,57,38495,NULL,8213,5,'2026-03-04 20:04:55','2026-03-04 20:04:55','1059766b-89fa-4f28-8085-1b64f3828fbf'),
(123817,57,38495,NULL,8212,6,'2026-03-04 20:04:55','2026-03-04 20:04:55','d32a40df-dc23-406f-b4ca-89a8020ee2b5'),
(123818,57,38495,NULL,8215,7,'2026-03-04 20:04:55','2026-03-04 20:04:55','eca0b587-d197-403d-9aec-3b2efc73336e'),
(123819,74,38495,NULL,9453,1,'2026-03-04 20:04:55','2026-03-04 20:04:55','40bf29f0-0fd5-49d4-9178-b8ba2ce05cae'),
(123820,13,38495,NULL,23903,1,'2026-03-04 20:04:55','2026-03-04 20:04:55','ec2d77b9-83f2-4639-b20d-11b1ed36b07e'),
(123821,12,38495,NULL,12715,1,'2026-03-04 20:04:55','2026-03-04 20:04:55','ff3dadb7-598a-404f-af95-f825602ee9f4'),
(123822,32,38497,NULL,2610,1,'2026-03-04 20:05:15','2026-03-04 20:05:15','1a79bf44-7df5-40d8-bdf4-91587fd15357'),
(123823,32,38497,NULL,2598,2,'2026-03-04 20:05:15','2026-03-04 20:05:15','d849f6b9-9d2d-4576-931b-6c9871e42364'),
(123824,32,38497,NULL,2600,3,'2026-03-04 20:05:15','2026-03-04 20:05:15','2bce6f91-9249-423b-8a31-b0fee5fd711f'),
(123825,32,38497,NULL,2604,4,'2026-03-04 20:05:15','2026-03-04 20:05:15','585ed340-6f47-49bd-9951-5ecf0d419f1f'),
(123826,32,38497,NULL,2608,5,'2026-03-04 20:05:15','2026-03-04 20:05:15','50dd37e9-83e7-49b3-869d-ad4a7a914119'),
(123827,32,38497,NULL,2596,6,'2026-03-04 20:05:15','2026-03-04 20:05:15','6e2abc5c-032c-4309-8424-d2a71f7e78de'),
(123828,32,38497,NULL,2602,7,'2026-03-04 20:05:15','2026-03-04 20:05:15','652f445e-f3f5-4389-b5a1-b9045a663452'),
(123829,32,38497,NULL,2606,8,'2026-03-04 20:05:15','2026-03-04 20:05:15','ed72338c-d51c-4a51-8fd9-2baef47e3e5d'),
(123830,32,38497,NULL,2612,9,'2026-03-04 20:05:15','2026-03-04 20:05:15','7666ca02-4ab0-422e-9114-f5fe368d725c'),
(123831,16,38497,NULL,4142,1,'2026-03-04 20:05:15','2026-03-04 20:05:15','63a0bb9b-02af-4665-a102-d8b3e2673332'),
(123832,7,38497,NULL,6547,1,'2026-03-04 20:05:15','2026-03-04 20:05:15','d878d6d3-c40c-4e5d-98c1-52ce4c526c89'),
(123833,7,38497,NULL,601,2,'2026-03-04 20:05:15','2026-03-04 20:05:15','1d6ce93a-70cb-4f88-9cb0-7ea1430a600e'),
(123834,7,38497,NULL,9724,3,'2026-03-04 20:05:15','2026-03-04 20:05:15','e2c71dd4-bb6a-4a9d-bd2e-94f081d71b98'),
(123835,7,38497,NULL,2972,4,'2026-03-04 20:05:15','2026-03-04 20:05:15','cc52d8a7-c31a-4d51-8256-fb3d8efe3c65'),
(123836,7,38497,NULL,617,5,'2026-03-04 20:05:15','2026-03-04 20:05:15','8be693f0-9ac7-47a7-927c-90b95e24a016'),
(123837,7,38497,NULL,605,6,'2026-03-04 20:05:15','2026-03-04 20:05:15','9b6813e2-b5cf-459e-ba6c-4bd4564425d9'),
(123838,7,38497,NULL,9552,7,'2026-03-04 20:05:15','2026-03-04 20:05:15','6faa2800-562d-4ce4-9848-65400bddf9b5'),
(123839,82,38497,NULL,491,1,'2026-03-04 20:05:15','2026-03-04 20:05:15','79904a16-418e-4df9-8f42-0296ed93b379'),
(123840,47,38497,NULL,12428,1,'2026-03-04 20:05:15','2026-03-04 20:05:15','c008166f-a8fa-4372-940a-eed6236e3d51'),
(123841,57,38497,NULL,4955,1,'2026-03-04 20:05:15','2026-03-04 20:05:15','e7df6659-3385-4651-aaed-aeacc01a46ad'),
(123842,57,38497,NULL,4956,2,'2026-03-04 20:05:15','2026-03-04 20:05:15','f6c6ccfb-8935-4083-9c60-d5a8f0f498f7'),
(123843,57,38497,NULL,4957,3,'2026-03-04 20:05:15','2026-03-04 20:05:15','b9b37c91-7f04-4f71-a759-f5176437f83f'),
(123844,57,38497,NULL,8227,4,'2026-03-04 20:05:15','2026-03-04 20:05:15','fd05398b-3b24-4269-81ee-d30f7d34497a'),
(123845,13,38497,NULL,23740,1,'2026-03-04 20:05:15','2026-03-04 20:05:15','5e6aebc2-af17-46fa-af81-cfad14e5193e'),
(123846,32,38498,NULL,2614,1,'2026-03-04 20:07:05','2026-03-04 20:07:05','33b9c98f-c675-40ae-80a6-78759e907874'),
(123847,16,38498,NULL,8208,1,'2026-03-04 20:07:05','2026-03-04 20:07:05','fbd48093-fa1b-43ec-ac1f-0dbcb356c027'),
(123848,7,38498,NULL,617,1,'2026-03-04 20:07:05','2026-03-04 20:07:05','2059d263-4946-4363-a78a-8e7b2a66d1b8'),
(123849,7,38498,NULL,9555,2,'2026-03-04 20:07:05','2026-03-04 20:07:05','77da5c9a-9af4-49ab-8414-71e6d5e8672b'),
(123850,7,38498,NULL,605,3,'2026-03-04 20:07:05','2026-03-04 20:07:05','4aaf24a5-5ebc-4d84-bf0a-ec99789b715b'),
(123851,7,38498,NULL,9552,4,'2026-03-04 20:07:05','2026-03-04 20:07:05','d50e677e-1093-40f9-9045-0e1eec98f43f'),
(123852,57,38498,NULL,8218,1,'2026-03-04 20:07:05','2026-03-04 20:07:05','c2de6bf6-a5ab-487a-b093-775a83b71090'),
(123853,57,38498,NULL,8217,2,'2026-03-04 20:07:05','2026-03-04 20:07:05','44155a26-f77e-4aa0-bec2-2e3332d80360'),
(123854,57,38498,NULL,8211,3,'2026-03-04 20:07:05','2026-03-04 20:07:05','811ac2ad-aaf5-44a0-ace8-6c5b261393e6'),
(123855,57,38498,NULL,8214,4,'2026-03-04 20:07:05','2026-03-04 20:07:05','3dd52f30-d03a-460a-b719-638b70f075ee'),
(123856,57,38498,NULL,8213,5,'2026-03-04 20:07:05','2026-03-04 20:07:05','d6cea406-6d07-42a1-aa69-9b45c4a206cd'),
(123857,57,38498,NULL,8212,6,'2026-03-04 20:07:05','2026-03-04 20:07:05','4bda2c5f-f9fa-4ac8-aa0d-939e0039df4b'),
(123858,57,38498,NULL,8215,7,'2026-03-04 20:07:05','2026-03-04 20:07:05','a1d14d47-1640-446c-bfbe-607830a2a570'),
(123859,74,38498,NULL,9453,1,'2026-03-04 20:07:05','2026-03-04 20:07:05','f3ac34de-d263-413c-bc3e-66fc3c608559'),
(123860,13,38498,NULL,23903,1,'2026-03-04 20:07:05','2026-03-04 20:07:05','08c1c738-b110-4e92-9852-ff25b06650f0'),
(123861,12,38498,NULL,12715,1,'2026-03-04 20:07:05','2026-03-04 20:07:05','b0c90dc0-2e6d-42a9-aabf-3bba39ef10e0'),
(123862,32,38499,NULL,2610,1,'2026-03-04 20:10:41','2026-03-04 20:10:41','8906c2e6-e34e-485c-9e42-bb45c89028df'),
(123863,32,38499,NULL,2598,2,'2026-03-04 20:10:41','2026-03-04 20:10:41','0749960c-3e26-4537-b5eb-34ca39ae12a9'),
(123864,32,38499,NULL,2608,3,'2026-03-04 20:10:41','2026-03-04 20:10:41','ddc71131-1c2c-4622-b9f1-8f948e0bf500'),
(123865,32,38499,NULL,2600,4,'2026-03-04 20:10:41','2026-03-04 20:10:41','a171737e-8216-44c2-9d02-5d6ae365d47c'),
(123866,32,38499,NULL,2596,5,'2026-03-04 20:10:41','2026-03-04 20:10:41','5d769770-8ae0-41fb-83e6-e9b0ac3e0b62'),
(123867,32,38499,NULL,2602,6,'2026-03-04 20:10:41','2026-03-04 20:10:41','52afb128-aa1e-427b-abc8-1968681cf085'),
(123868,32,38499,NULL,2606,7,'2026-03-04 20:10:41','2026-03-04 20:10:41','ed95783c-c97a-4392-bc01-eac7a901f63f'),
(123869,32,38499,NULL,2612,8,'2026-03-04 20:10:41','2026-03-04 20:10:41','200db8ef-b5b8-49e0-9462-af3772ff4d28'),
(123870,32,38499,NULL,2604,9,'2026-03-04 20:10:41','2026-03-04 20:10:41','115a21c9-e8e4-4e2d-bde8-0812712e523e'),
(123871,16,38499,NULL,9255,1,'2026-03-04 20:10:41','2026-03-04 20:10:41','bb0b0dbc-073e-469e-87ec-6c612a0104ac'),
(123872,7,38499,NULL,601,1,'2026-03-04 20:10:41','2026-03-04 20:10:41','0d210127-07fa-4dd7-b39f-feff5100ed03'),
(123873,7,38499,NULL,605,2,'2026-03-04 20:10:41','2026-03-04 20:10:41','15756ec3-7b5d-421d-a4c8-1e02b581a967'),
(123874,7,38499,NULL,617,3,'2026-03-04 20:10:41','2026-03-04 20:10:41','e92c7d9c-db80-4d44-9aff-f81bbf3b655b'),
(123875,7,38499,NULL,9552,4,'2026-03-04 20:10:41','2026-03-04 20:10:41','3d835b32-32c0-471b-a958-9ab06b1581c3'),
(123876,82,38499,NULL,491,1,'2026-03-04 20:10:41','2026-03-04 20:10:41','3a204fdb-af1a-4616-83ee-73e6849bcb14'),
(123877,47,38499,NULL,12446,1,'2026-03-04 20:10:41','2026-03-04 20:10:41','28b5e982-098a-400e-8c40-9facb4d04517'),
(123878,57,38499,NULL,9260,1,'2026-03-04 20:10:41','2026-03-04 20:10:41','f0995b04-4bad-494b-ae01-2a060fc94072'),
(123879,57,38499,NULL,9261,2,'2026-03-04 20:10:41','2026-03-04 20:10:41','b27b93c2-41e6-4a36-a129-b7b296f84b16'),
(123880,57,38499,NULL,9258,3,'2026-03-04 20:10:41','2026-03-04 20:10:41','0c24c38b-097d-48c8-ba48-643bfa03c7c0'),
(123881,57,38499,NULL,9259,4,'2026-03-04 20:10:41','2026-03-04 20:10:41','35fc7a73-d14e-4960-916f-a599a636b00f'),
(123882,13,38499,NULL,23743,1,'2026-03-04 20:10:41','2026-03-04 20:10:41','0e8eff06-fe63-4c45-8f5a-3c7b35a875da'),
(123883,83,38500,NULL,1431,1,'2026-03-04 20:11:25','2026-03-04 20:11:25','cca465c3-d40e-4d7c-952a-c4cfa7c3fce4'),
(123884,16,38500,NULL,6640,1,'2026-03-04 20:11:25','2026-03-04 20:11:25','8286630c-ba57-4337-89ef-f09e8afb8db4'),
(123885,7,38500,NULL,617,1,'2026-03-04 20:11:25','2026-03-04 20:11:25','7fc758dc-e9e1-434e-a627-efca2e327bde'),
(123886,7,38500,NULL,605,2,'2026-03-04 20:11:25','2026-03-04 20:11:25','d6ff4867-e0ee-4ddb-bab2-b41eb759ee11'),
(123887,7,38500,NULL,9552,3,'2026-03-04 20:11:25','2026-03-04 20:11:25','74ea84fe-f1ef-4460-b76a-304944ec922e'),
(123888,57,38500,NULL,6635,1,'2026-03-04 20:11:25','2026-03-04 20:11:25','c156cede-b0be-4a0f-be85-f360f5d77b2a'),
(123889,57,38500,NULL,6636,2,'2026-03-04 20:11:25','2026-03-04 20:11:25','828c5ec5-ae3a-4392-b34a-2458f2cefcd2'),
(123890,57,38500,NULL,6637,3,'2026-03-04 20:11:25','2026-03-04 20:11:25','b8824c23-41e6-4a67-af5b-40477c863800'),
(123891,57,38500,NULL,6638,4,'2026-03-04 20:11:25','2026-03-04 20:11:25','12a20c62-e0ba-4b4a-b562-0e7df4dd532d'),
(123892,57,38500,NULL,6639,5,'2026-03-04 20:11:25','2026-03-04 20:11:25','04b85e80-2088-48e7-a50d-bf70424d98b0'),
(123893,57,38500,NULL,6640,6,'2026-03-04 20:11:25','2026-03-04 20:11:25','a4330549-bc0d-4b5c-b2b4-759f0fb902ab'),
(123894,13,38500,NULL,23752,1,'2026-03-04 20:11:25','2026-03-04 20:11:25','5db02b8e-0ec8-4505-a000-93c2041e3fd5'),
(123895,12,38500,NULL,12727,1,'2026-03-04 20:11:25','2026-03-04 20:11:25','be9dfc9c-86a2-4eae-8888-52d6c826f25b'),
(123896,32,38501,NULL,2614,1,'2026-03-04 20:12:44','2026-03-04 20:12:44','f3733bcc-9956-43b9-83c5-504510748f63'),
(123897,32,38501,NULL,2610,2,'2026-03-04 20:12:44','2026-03-04 20:12:44','15e066c1-7dfa-4601-b67e-efd60ac2e684'),
(123898,32,38501,NULL,2598,3,'2026-03-04 20:12:44','2026-03-04 20:12:44','e7d4448b-2e41-4334-96f2-34735d838ac8'),
(123899,32,38501,NULL,2608,4,'2026-03-04 20:12:44','2026-03-04 20:12:44','2f1a0041-2196-4d53-a333-05ea0c876cde'),
(123900,32,38501,NULL,2600,5,'2026-03-04 20:12:44','2026-03-04 20:12:44','0b428ad9-b3f0-4310-a41e-62b738c920cb'),
(123901,32,38501,NULL,2596,6,'2026-03-04 20:12:44','2026-03-04 20:12:44','a795106f-740e-4a19-b81d-12b397010507'),
(123902,32,38501,NULL,2602,7,'2026-03-04 20:12:44','2026-03-04 20:12:44','9a06c5f7-4797-4d14-a980-1ba7ff6c1e1a'),
(123903,32,38501,NULL,2606,8,'2026-03-04 20:12:44','2026-03-04 20:12:44','c70cf693-f4dd-4afb-8653-e62e98f90cf6'),
(123904,32,38501,NULL,2612,9,'2026-03-04 20:12:44','2026-03-04 20:12:44','c5843148-b4d3-4e18-808a-2f8b843f7613'),
(123905,32,38501,NULL,2604,10,'2026-03-04 20:12:44','2026-03-04 20:12:44','4232f692-04fa-456e-a6a9-46e8197ef3f0'),
(123906,16,38501,NULL,6659,1,'2026-03-04 20:12:44','2026-03-04 20:12:44','9a9b4800-ea29-49d3-9535-00bea94b737a'),
(123907,7,38501,NULL,6547,1,'2026-03-04 20:12:44','2026-03-04 20:12:44','693ea190-370d-45f8-bc16-687087236f67'),
(123908,7,38501,NULL,601,2,'2026-03-04 20:12:44','2026-03-04 20:12:44','97d385a8-68f0-41e3-9d28-0ad7efda1971'),
(123909,7,38501,NULL,617,3,'2026-03-04 20:12:44','2026-03-04 20:12:44','ccb84fff-2682-4408-aa4f-e0206d5408a1'),
(123910,7,38501,NULL,9640,4,'2026-03-04 20:12:44','2026-03-04 20:12:44','c2b900ce-e3a2-4073-aed8-acec13679071'),
(123911,7,38501,NULL,2974,5,'2026-03-04 20:12:44','2026-03-04 20:12:44','77b97a69-4ace-41a3-a1ef-ca76c3b13bb7'),
(123912,7,38501,NULL,605,6,'2026-03-04 20:12:44','2026-03-04 20:12:44','92307284-c146-4137-b651-9d28d70e0eac'),
(123913,7,38501,NULL,9552,7,'2026-03-04 20:12:44','2026-03-04 20:12:44','f2e1d768-6531-4805-b8f0-0120a73b25b1'),
(123914,47,38501,NULL,12453,1,'2026-03-04 20:12:44','2026-03-04 20:12:44','1407c557-5508-4354-a62b-e29d727f7a0d'),
(123915,57,38501,NULL,6680,1,'2026-03-04 20:12:44','2026-03-04 20:12:44','8b7fe961-2819-42c3-8548-cdeb2bf87179'),
(123916,57,38501,NULL,6681,2,'2026-03-04 20:12:44','2026-03-04 20:12:44','a2952113-659e-406b-a4d3-bfd1722705ea'),
(123917,57,38501,NULL,6682,3,'2026-03-04 20:12:44','2026-03-04 20:12:44','8fc40660-7e81-4f24-8a32-051b28f240ff'),
(123918,57,38501,NULL,6683,4,'2026-03-04 20:12:44','2026-03-04 20:12:44','047758b3-1216-4a2b-809a-033d4c5a322c'),
(123919,57,38501,NULL,6684,5,'2026-03-04 20:12:44','2026-03-04 20:12:44','393e0379-fa80-4897-8c6f-efd4415d37f8'),
(123920,13,38501,NULL,23749,1,'2026-03-04 20:12:44','2026-03-04 20:12:44','0371527f-c668-4efb-923b-317bf6aec07b'),
(123921,32,38502,NULL,2610,1,'2026-03-04 20:13:17','2026-03-04 20:13:17','df7174aa-a77c-4cec-b08b-a27f6c0c45f1'),
(123922,32,38502,NULL,2598,2,'2026-03-04 20:13:17','2026-03-04 20:13:17','38694910-1067-4580-9ec1-1bc8141206dd'),
(123923,32,38502,NULL,2608,3,'2026-03-04 20:13:17','2026-03-04 20:13:17','6d332094-0849-4a18-b480-52a5be7151ef'),
(123924,32,38502,NULL,2600,4,'2026-03-04 20:13:17','2026-03-04 20:13:17','0dfa54af-5cfc-48f5-9fa2-3a44af90d1b8'),
(123925,32,38502,NULL,2596,5,'2026-03-04 20:13:17','2026-03-04 20:13:17','fccf9f01-9d12-4870-9fbb-59b5b4fd4d46'),
(123926,32,38502,NULL,2602,6,'2026-03-04 20:13:17','2026-03-04 20:13:17','f664d261-7bbd-4330-b05e-6843b8edab56'),
(123927,32,38502,NULL,2606,7,'2026-03-04 20:13:17','2026-03-04 20:13:17','67f5a4c9-6969-4a87-99be-2f8cbd684e0d'),
(123928,32,38502,NULL,2612,8,'2026-03-04 20:13:17','2026-03-04 20:13:17','382bdcdc-771b-4221-8b3a-7575e55061c3'),
(123929,32,38502,NULL,2604,9,'2026-03-04 20:13:17','2026-03-04 20:13:17','0b037270-a0a9-4f30-b9ed-bf4ced662bcf'),
(123930,16,38502,NULL,9286,1,'2026-03-04 20:13:17','2026-03-04 20:13:17','d0c21d12-0c6f-47d4-94e9-210515dbc5ca'),
(123931,7,38502,NULL,601,1,'2026-03-04 20:13:17','2026-03-04 20:13:17','bc4eae18-2f72-4b95-9ec7-85ccc0200c6d'),
(123932,7,38502,NULL,617,2,'2026-03-04 20:13:17','2026-03-04 20:13:17','ea466f2a-3d2c-4223-96ef-91ae1d2a2afa'),
(123933,7,38502,NULL,9552,3,'2026-03-04 20:13:17','2026-03-04 20:13:17','f42d0c4c-9a23-4996-95eb-bb973acb87a0'),
(123934,7,38502,NULL,605,4,'2026-03-04 20:13:17','2026-03-04 20:13:17','4cbf012b-a520-43d2-940c-3e925d1bde57'),
(123935,82,38502,NULL,491,1,'2026-03-04 20:13:17','2026-03-04 20:13:17','f5f19059-1475-404b-a18e-5e0ef4ea6655'),
(123936,47,38502,NULL,12455,1,'2026-03-04 20:13:17','2026-03-04 20:13:17','aa351b5f-4ea6-46fe-8348-76f51d1d5b1e'),
(123937,57,38502,NULL,9293,1,'2026-03-04 20:13:17','2026-03-04 20:13:17','0b6a2655-d038-4e41-b498-feddffed7f45'),
(123938,57,38502,NULL,9290,2,'2026-03-04 20:13:17','2026-03-04 20:13:17','d2436a6f-539b-439e-9bf3-a1bd1619429a'),
(123939,57,38502,NULL,9289,3,'2026-03-04 20:13:17','2026-03-04 20:13:17','b923b4d2-a689-42fc-9d49-d5f53344657c'),
(123940,57,38502,NULL,9294,4,'2026-03-04 20:13:17','2026-03-04 20:13:17','c0bf304d-2fb5-44a7-a7f0-c6c4c3bff55c'),
(123941,57,38502,NULL,9291,5,'2026-03-04 20:13:17','2026-03-04 20:13:17','cca0c5d3-5dd6-4e82-aa38-274f47c48d33'),
(123942,57,38502,NULL,9292,6,'2026-03-04 20:13:17','2026-03-04 20:13:17','a151c497-5df3-4368-b5ba-038c937f57ff'),
(123943,13,38502,NULL,23755,1,'2026-03-04 20:13:17','2026-03-04 20:13:17','867ea1f4-c085-4138-97cc-dc1b65ad00c8'),
(123944,32,38503,NULL,2610,1,'2026-03-04 20:15:10','2026-03-04 20:15:10','c449f8b4-fcaa-44bb-99dc-262cd9aa62b0'),
(123945,32,38503,NULL,2598,2,'2026-03-04 20:15:10','2026-03-04 20:15:10','92d9439f-97e1-4c8d-98be-4ff3530335ab'),
(123946,32,38503,NULL,2608,3,'2026-03-04 20:15:10','2026-03-04 20:15:10','0c2744ff-1d73-4227-9bae-93f9b9d95595'),
(123947,32,38503,NULL,2624,4,'2026-03-04 20:15:10','2026-03-04 20:15:10','05f49c5a-a689-4b71-b0dd-ae1589f17f53'),
(123948,32,38503,NULL,2600,5,'2026-03-04 20:15:10','2026-03-04 20:15:10','019fd286-8ed1-47ae-b195-b8797d300155'),
(123949,32,38503,NULL,2596,6,'2026-03-04 20:15:10','2026-03-04 20:15:10','38419849-0f36-42e4-ac3d-c98de6f4f0fd'),
(123950,32,38503,NULL,2602,7,'2026-03-04 20:15:10','2026-03-04 20:15:10','dce547db-07e3-414a-884c-e043df0ba759'),
(123951,32,38503,NULL,2606,8,'2026-03-04 20:15:10','2026-03-04 20:15:10','c9708369-d63a-4c20-b481-4aeb5e181407'),
(123952,32,38503,NULL,2612,9,'2026-03-04 20:15:10','2026-03-04 20:15:10','f7a3faad-63a1-46bc-9219-d88fe03909ea'),
(123953,32,38503,NULL,2604,10,'2026-03-04 20:15:10','2026-03-04 20:15:10','765e0618-8812-47e4-8280-9d8d781c18c2'),
(123954,16,38503,NULL,10069,1,'2026-03-04 20:15:10','2026-03-04 20:15:10','c80445d3-aa39-4b22-bd05-392cb2640e59'),
(123955,7,38503,NULL,601,1,'2026-03-04 20:15:10','2026-03-04 20:15:10','0d623dc1-848b-4819-b685-ca5779d9e7b1'),
(123956,7,38503,NULL,605,2,'2026-03-04 20:15:10','2026-03-04 20:15:10','59355fc9-09de-4a29-bb2f-d0f9898a5ae7'),
(123957,7,38503,NULL,617,3,'2026-03-04 20:15:10','2026-03-04 20:15:10','fba18bb5-a18f-4150-bc0a-d8ae8ba1e73c'),
(123958,7,38503,NULL,2972,4,'2026-03-04 20:15:10','2026-03-04 20:15:10','d47b9b80-4313-472a-adf0-dc929c0cfc01'),
(123959,7,38503,NULL,9549,5,'2026-03-04 20:15:10','2026-03-04 20:15:10','53695115-d20a-4101-acad-166557162965'),
(123960,7,38503,NULL,9552,6,'2026-03-04 20:15:10','2026-03-04 20:15:10','ab8a7e63-11cc-4208-b9f6-5a8dd2562ad1'),
(123961,82,38503,NULL,491,1,'2026-03-04 20:15:10','2026-03-04 20:15:10','4b96cfed-fc04-42e7-a46f-d1a0ec6e4c88'),
(123962,46,38503,NULL,2891,1,'2026-03-04 20:15:10','2026-03-04 20:15:10','d3d6abf5-777d-405e-9835-fdcf0d3a1d35'),
(123963,47,38503,NULL,12461,1,'2026-03-04 20:15:10','2026-03-04 20:15:10','dfc58c3c-539c-422b-aa72-c1fe754d7b9b'),
(123964,57,38503,NULL,10072,1,'2026-03-04 20:15:10','2026-03-04 20:15:10','1ca6e411-af88-477d-b48d-fc00dfc0d10b'),
(123965,57,38503,NULL,10079,2,'2026-03-04 20:15:10','2026-03-04 20:15:10','95567bb0-f04a-4cfb-ab34-0d71239fa32f'),
(123966,57,38503,NULL,10074,3,'2026-03-04 20:15:10','2026-03-04 20:15:10','2e2dd502-0fdd-444d-afef-b58e4df6dad4'),
(123967,57,38503,NULL,10076,4,'2026-03-04 20:15:10','2026-03-04 20:15:10','69f0c18f-3110-4463-a092-ed6914dd04ae'),
(123968,57,38503,NULL,10075,5,'2026-03-04 20:15:10','2026-03-04 20:15:10','1384bd9f-190f-491f-8d03-b83bd2ceb10c'),
(123969,57,38503,NULL,10080,6,'2026-03-04 20:15:10','2026-03-04 20:15:10','c16663ae-5b72-4105-8473-95c725baca5f'),
(123970,57,38503,NULL,10071,7,'2026-03-04 20:15:10','2026-03-04 20:15:10','1826440c-7050-43a9-bb54-f3c2e414862a'),
(123971,57,38503,NULL,10070,8,'2026-03-04 20:15:10','2026-03-04 20:15:10','0cdda9e2-5c1b-4fc9-a79c-24c52c5d7471'),
(123972,57,38503,NULL,10077,9,'2026-03-04 20:15:10','2026-03-04 20:15:10','4adee866-3580-413f-ae86-a14171b3ef2d'),
(123973,57,38503,NULL,10078,10,'2026-03-04 20:15:10','2026-03-04 20:15:10','4b8688e5-ab50-4e9a-8f44-625d266ba53a'),
(123974,13,38503,NULL,23761,1,'2026-03-04 20:15:10','2026-03-04 20:15:10','90f194f4-1f88-4f52-8bda-798b5df237e5'),
(123975,32,38504,NULL,2614,1,'2026-03-04 20:16:18','2026-03-04 20:16:18','396545da-291a-4f88-8582-b1bc7b48d015'),
(123976,32,38504,NULL,2610,2,'2026-03-04 20:16:18','2026-03-04 20:16:18','31ce0858-bf13-4cb6-a04d-25955fbfe13a'),
(123977,32,38504,NULL,2598,3,'2026-03-04 20:16:18','2026-03-04 20:16:18','191f2d47-969c-4324-a842-0a6d7eaa4eda'),
(123978,32,38504,NULL,2608,4,'2026-03-04 20:16:18','2026-03-04 20:16:18','df9b6f23-3833-48b1-9c10-d648ea6e4020'),
(123979,32,38504,NULL,2600,5,'2026-03-04 20:16:18','2026-03-04 20:16:18','1017e62e-1a84-48f0-89f5-7c908750b236'),
(123980,32,38504,NULL,2596,6,'2026-03-04 20:16:18','2026-03-04 20:16:18','4e3ec3bb-2b44-4711-a93e-2aae71ee5134'),
(123981,32,38504,NULL,2602,7,'2026-03-04 20:16:18','2026-03-04 20:16:18','f21b869a-0f6c-4576-b3c4-e7103ec9c81b'),
(123982,32,38504,NULL,2606,8,'2026-03-04 20:16:18','2026-03-04 20:16:18','be2c9711-64db-4421-b7ae-a4e21bbbf873'),
(123983,32,38504,NULL,2612,9,'2026-03-04 20:16:18','2026-03-04 20:16:18','071c5732-9190-4d70-83e4-a9a1041e5728'),
(123984,32,38504,NULL,2604,10,'2026-03-04 20:16:18','2026-03-04 20:16:18','25b167f3-d9d1-4f0d-a1af-e27514a008d7'),
(123985,16,38504,NULL,10041,1,'2026-03-04 20:16:18','2026-03-04 20:16:18','e842f14e-8590-48d8-af1e-bb8cfe1b27b2'),
(123986,7,38504,NULL,601,1,'2026-03-04 20:16:18','2026-03-04 20:16:18','d3734788-bbd2-413a-b0d9-6ceeb22e0935'),
(123987,7,38504,NULL,617,2,'2026-03-04 20:16:18','2026-03-04 20:16:18','e9b758f8-5705-4f0b-a24b-c9ebcc032f1c'),
(123988,7,38504,NULL,9549,3,'2026-03-04 20:16:18','2026-03-04 20:16:18','d72fa58d-ff86-4ba8-8ace-881d0af313fc'),
(123989,7,38504,NULL,605,4,'2026-03-04 20:16:18','2026-03-04 20:16:18','eb902258-87e2-453a-a8e8-23354102aa33'),
(123990,7,38504,NULL,9552,5,'2026-03-04 20:16:18','2026-03-04 20:16:18','b6a8a3d6-88b8-40f1-ac96-89db262fe6a8'),
(123991,47,38504,NULL,12458,1,'2026-03-04 20:16:18','2026-03-04 20:16:18','e86cfc73-6eaf-40fe-8f02-b484a9f9fe62'),
(123992,57,38504,NULL,10057,1,'2026-03-04 20:16:18','2026-03-04 20:16:18','8b2494c1-dce5-4668-8260-1d868d846c76'),
(123993,57,38504,NULL,10049,2,'2026-03-04 20:16:18','2026-03-04 20:16:18','c315bc90-18fc-4360-b096-bd5e814df069'),
(123994,57,38504,NULL,10044,3,'2026-03-04 20:16:18','2026-03-04 20:16:18','5637e787-1c20-4e67-b19f-cda5903edb48'),
(123995,57,38504,NULL,10045,4,'2026-03-04 20:16:18','2026-03-04 20:16:18','99481ad5-a31a-4387-920b-2e8fbecc873a'),
(123996,57,38504,NULL,10042,5,'2026-03-04 20:16:18','2026-03-04 20:16:18','f04332b7-5afe-4391-a993-6462a4015284'),
(123997,57,38504,NULL,10043,6,'2026-03-04 20:16:18','2026-03-04 20:16:18','81624731-e889-40d0-ba01-8a99fed13d85'),
(123998,57,38504,NULL,10046,7,'2026-03-04 20:16:18','2026-03-04 20:16:18','1cf31e7a-803b-4e06-8537-8c4ea51f7807'),
(123999,57,38504,NULL,10047,8,'2026-03-04 20:16:18','2026-03-04 20:16:18','84026ddf-f5f2-4e4c-b0d2-ed7981dadfb2'),
(124000,57,38504,NULL,10048,9,'2026-03-04 20:16:18','2026-03-04 20:16:18','58c7697b-34f8-4d79-9b73-27a227243fdd'),
(124001,57,38504,NULL,10051,10,'2026-03-04 20:16:18','2026-03-04 20:16:18','fa07c5d5-58bc-4c65-8070-46069530e0eb'),
(124002,57,38504,NULL,10052,11,'2026-03-04 20:16:18','2026-03-04 20:16:18','1e0dddf9-82e4-437d-af65-6ada413859fb'),
(124003,57,38504,NULL,10053,12,'2026-03-04 20:16:18','2026-03-04 20:16:18','5a2316ce-8a4b-4745-82bc-033622cb4940'),
(124004,57,38504,NULL,10055,13,'2026-03-04 20:16:18','2026-03-04 20:16:18','2efd3164-23b9-4c9b-a56e-b14f83719b63'),
(124005,57,38504,NULL,10059,14,'2026-03-04 20:16:18','2026-03-04 20:16:18','c927a97b-dfa4-429f-83c3-ebbb0ca8e338'),
(124006,57,38504,NULL,10060,15,'2026-03-04 20:16:18','2026-03-04 20:16:18','74b1437c-330e-4e8c-b9fc-cbd0f622707f'),
(124007,13,38504,NULL,23758,1,'2026-03-04 20:16:18','2026-03-04 20:16:18','be30d3ae-f00a-40ea-b260-391f3b75e5f5'),
(124008,32,38505,NULL,2610,1,'2026-03-04 20:17:19','2026-03-04 20:17:19','1c6d086b-9200-4d5c-9802-5ef61a582aa8'),
(124009,32,38505,NULL,2598,2,'2026-03-04 20:17:19','2026-03-04 20:17:19','18d27e95-278f-4ae9-919a-21c8bba377c1'),
(124010,32,38505,NULL,2608,3,'2026-03-04 20:17:19','2026-03-04 20:17:19','e5c2ebbc-6c67-4e12-b29d-de87fe084db2'),
(124011,32,38505,NULL,2600,4,'2026-03-04 20:17:19','2026-03-04 20:17:19','811da2e1-00d9-4e73-ac73-b8a27338c5db'),
(124012,32,38505,NULL,2596,5,'2026-03-04 20:17:19','2026-03-04 20:17:19','b93de2d2-2993-4df9-8c1e-fbe0006d5e5f'),
(124013,32,38505,NULL,2602,6,'2026-03-04 20:17:19','2026-03-04 20:17:19','4d24819b-783a-4a65-ad29-faf5a622a59e'),
(124014,32,38505,NULL,2606,7,'2026-03-04 20:17:19','2026-03-04 20:17:19','32e89570-c7a1-49bf-b786-5bac455474c6'),
(124015,32,38505,NULL,2612,8,'2026-03-04 20:17:19','2026-03-04 20:17:19','02fc586d-8634-4711-946a-af54e5e6b9e8'),
(124016,32,38505,NULL,2604,9,'2026-03-04 20:17:19','2026-03-04 20:17:19','36ee7322-22c0-4076-a07b-af5b2942b67e'),
(124017,16,38505,NULL,6422,1,'2026-03-04 20:17:19','2026-03-04 20:17:19','e873e1a9-c95a-4d66-9d5a-7add243055a0'),
(124018,7,38505,NULL,3468,1,'2026-03-04 20:17:19','2026-03-04 20:17:19','91d5ce20-cbcd-4ecd-b973-f144595ab3ad'),
(124019,7,38505,NULL,601,2,'2026-03-04 20:17:19','2026-03-04 20:17:19','06ab31e6-dbba-4c1a-a170-b69b89b96861'),
(124020,7,38505,NULL,617,3,'2026-03-04 20:17:19','2026-03-04 20:17:19','29c1cf3a-13fb-4321-9419-c59692d9cb8b'),
(124021,7,38505,NULL,605,4,'2026-03-04 20:17:19','2026-03-04 20:17:19','3d63ec53-f36a-468a-b05c-f81cefdf99eb'),
(124022,7,38505,NULL,9552,5,'2026-03-04 20:17:19','2026-03-04 20:17:19','56ddc879-dc7b-4b99-a9de-d1dde5294ad8'),
(124023,82,38505,NULL,491,1,'2026-03-04 20:17:19','2026-03-04 20:17:19','a6b974b3-443f-4a59-bfb7-754ddb86bebb'),
(124024,46,38505,NULL,7369,1,'2026-03-04 20:17:19','2026-03-04 20:17:19','7a9dfc5b-f393-4e50-b4d6-f73ae48e888c'),
(124025,47,38505,NULL,12467,1,'2026-03-04 20:17:19','2026-03-04 20:17:19','a39292cd-829c-48f3-8c07-bda74ceed020'),
(124026,57,38505,NULL,9319,1,'2026-03-04 20:17:19','2026-03-04 20:17:19','dd913b54-814b-4e39-b739-eae0876b3540'),
(124027,57,38505,NULL,9320,2,'2026-03-04 20:17:19','2026-03-04 20:17:19','b8a4af2c-512c-4540-a75a-44632c34aded'),
(124028,57,38505,NULL,9321,3,'2026-03-04 20:17:19','2026-03-04 20:17:19','53595977-2fac-4826-85d8-2a1f71aa6bed'),
(124029,57,38505,NULL,9322,4,'2026-03-04 20:17:19','2026-03-04 20:17:19','73df7994-d160-424a-8f41-ee5b4f4dd97d'),
(124030,57,38505,NULL,10087,5,'2026-03-04 20:17:19','2026-03-04 20:17:19','eeaa6976-bca5-426f-b0da-e08b00917f7b'),
(124031,57,38505,NULL,9323,6,'2026-03-04 20:17:19','2026-03-04 20:17:19','38d3123a-8296-4348-bf7b-46564a1b6974'),
(124032,57,38505,NULL,10084,7,'2026-03-04 20:17:19','2026-03-04 20:17:19','65f9c017-121b-42ac-9a0a-c96e154c8968'),
(124033,57,38505,NULL,10085,8,'2026-03-04 20:17:19','2026-03-04 20:17:19','52c7d0e9-8eca-4fe2-8c24-01d03ba70459'),
(124034,57,38505,NULL,10088,9,'2026-03-04 20:17:19','2026-03-04 20:17:19','6c983666-9c1a-42e1-bd1e-120d34ef6005'),
(124035,57,38505,NULL,10089,10,'2026-03-04 20:17:19','2026-03-04 20:17:19','7558bcbf-d320-4b4a-ad59-b26f7939d36a'),
(124036,57,38505,NULL,10083,11,'2026-03-04 20:17:19','2026-03-04 20:17:19','33487c10-c9dc-4da4-a68c-b4e3fcbcabee'),
(124037,57,38505,NULL,10090,12,'2026-03-04 20:17:19','2026-03-04 20:17:19','96c68cfd-4494-4aa6-bb89-bc5f21ab05fd'),
(124038,13,38505,NULL,6844,1,'2026-03-04 20:17:19','2026-03-04 20:17:19','871c2780-197b-4c7b-8369-9522a2234917'),
(124039,32,38506,NULL,2610,1,'2026-03-04 20:17:49','2026-03-04 20:17:49','e72a148a-4565-42e3-868a-320ab1fd6b0b'),
(124040,32,38506,NULL,2598,2,'2026-03-04 20:17:49','2026-03-04 20:17:49','e34c7890-246d-41bd-9943-532c53d96920'),
(124041,32,38506,NULL,2608,3,'2026-03-04 20:17:49','2026-03-04 20:17:49','568c1104-dea1-4cb5-85ab-9345c6b8778a'),
(124042,32,38506,NULL,2600,4,'2026-03-04 20:17:49','2026-03-04 20:17:49','5cba4b51-a3a7-42f9-a195-3f1d55e185ba'),
(124043,32,38506,NULL,2596,5,'2026-03-04 20:17:49','2026-03-04 20:17:49','e8c58b5f-2941-4e1e-a674-1780872981d1'),
(124044,32,38506,NULL,2602,6,'2026-03-04 20:17:49','2026-03-04 20:17:49','8de79701-74fb-4e63-bdfe-5f10ba1b6a45'),
(124045,32,38506,NULL,2606,7,'2026-03-04 20:17:49','2026-03-04 20:17:49','24f94e67-bed7-4978-bbe2-17008f07b106'),
(124046,32,38506,NULL,2612,8,'2026-03-04 20:17:49','2026-03-04 20:17:49','96f6b49d-aa03-46ed-b434-3725d589dd41'),
(124047,32,38506,NULL,2604,9,'2026-03-04 20:17:49','2026-03-04 20:17:49','75ed2dff-4242-4cf0-9bf1-db6a23255076'),
(124048,16,38506,NULL,10248,1,'2026-03-04 20:17:49','2026-03-04 20:17:49','bbca1102-e961-4228-92d3-e622fb77970d'),
(124049,7,38506,NULL,601,1,'2026-03-04 20:17:49','2026-03-04 20:17:49','045de4aa-c5be-418b-82d7-9c2e1cf71a72'),
(124050,7,38506,NULL,3468,2,'2026-03-04 20:17:49','2026-03-04 20:17:49','ccb2c750-98e4-42db-a026-89f0e1594956'),
(124051,7,38506,NULL,2974,3,'2026-03-04 20:17:49','2026-03-04 20:17:49','4c201a27-2820-44f8-938e-f6c6c5473d3f'),
(124052,7,38506,NULL,28766,4,'2026-03-04 20:17:49','2026-03-04 20:17:49','2f1fc41c-b995-4e09-a87f-13c323bc8cfe'),
(124053,7,38506,NULL,617,5,'2026-03-04 20:17:49','2026-03-04 20:17:49','9733b746-0be3-467b-8d3e-a5f01d42504f'),
(124054,7,38506,NULL,605,6,'2026-03-04 20:17:49','2026-03-04 20:17:49','0c4cbbaf-33dd-4623-b338-04c1a759f9b5'),
(124055,7,38506,NULL,9552,7,'2026-03-04 20:17:49','2026-03-04 20:17:49','dee2d862-601f-4f24-bb35-a575242a9dc1'),
(124056,82,38506,NULL,491,1,'2026-03-04 20:17:49','2026-03-04 20:17:49','7898086b-8163-4d97-a071-6db2b5103187'),
(124057,46,38506,NULL,7369,1,'2026-03-04 20:17:49','2026-03-04 20:17:49','f9c7dc79-84a7-46b7-9d9c-6e41dbe864d2'),
(124058,47,38506,NULL,15316,1,'2026-03-04 20:17:49','2026-03-04 20:17:49','aaf49716-be3a-40d1-b904-292aac9c2e9d'),
(124059,57,38506,NULL,10250,1,'2026-03-04 20:17:49','2026-03-04 20:17:49','feafa99f-e184-45a6-b614-26e90f4b0fde'),
(124060,57,38506,NULL,10249,2,'2026-03-04 20:17:49','2026-03-04 20:17:49','2ca79071-cbe2-454d-bfb9-37f2369321b3'),
(124061,57,38506,NULL,9331,3,'2026-03-04 20:17:49','2026-03-04 20:17:49','28512a75-bda6-48d6-8616-b7e44a8894aa'),
(124062,57,38506,NULL,9336,4,'2026-03-04 20:17:49','2026-03-04 20:17:49','9d1acb79-711e-4921-8802-8f14b4605563'),
(124063,57,38506,NULL,9332,5,'2026-03-04 20:17:49','2026-03-04 20:17:49','208e183a-4f37-41f5-815b-cd3ef594ab0e'),
(124064,57,38506,NULL,10251,6,'2026-03-04 20:17:49','2026-03-04 20:17:49','26a817ef-8834-4035-ba1e-1a56578cd15b'),
(124065,57,38506,NULL,9333,7,'2026-03-04 20:17:49','2026-03-04 20:17:49','71a1ed79-a864-49da-b2ec-e467b2d6981a'),
(124066,57,38506,NULL,9334,8,'2026-03-04 20:17:49','2026-03-04 20:17:49','0928538e-cf7f-435c-9163-3e07f67ac235'),
(124067,57,38506,NULL,9335,9,'2026-03-04 20:17:49','2026-03-04 20:17:49','9829786b-4d7b-497e-bf85-aaf0772cc93f'),
(124068,57,38506,NULL,10252,10,'2026-03-04 20:17:49','2026-03-04 20:17:49','4db6cfa6-e38e-4b05-881b-ba89c2f496ae'),
(124069,13,38506,NULL,23764,1,'2026-03-04 20:17:49','2026-03-04 20:17:49','dd6dde6d-cabe-44a0-b2cb-3201a52597af'),
(124070,32,38507,NULL,2598,1,'2026-03-04 20:20:38','2026-03-04 20:20:38','a6e37fcb-4017-4bfe-b024-7745d34c0b3f'),
(124071,32,38507,NULL,2608,2,'2026-03-04 20:20:38','2026-03-04 20:20:38','c33409ec-7113-4d33-be70-44e2e7f3e973'),
(124072,32,38507,NULL,2600,3,'2026-03-04 20:20:38','2026-03-04 20:20:38','219405f2-87ad-4b17-8a36-69e29ac638dc'),
(124073,32,38507,NULL,2596,4,'2026-03-04 20:20:38','2026-03-04 20:20:38','3f648e2d-462b-481d-ae41-30701e9eacd8'),
(124074,32,38507,NULL,2602,5,'2026-03-04 20:20:38','2026-03-04 20:20:38','1c8d00c2-7a87-4be2-b6c5-ceee1e6da7dd'),
(124075,32,38507,NULL,2606,6,'2026-03-04 20:20:38','2026-03-04 20:20:38','c7736a26-f082-4533-9ac2-01f27275bd09'),
(124076,32,38507,NULL,2604,7,'2026-03-04 20:20:38','2026-03-04 20:20:38','64911ab8-a617-46b0-8c42-59831a07a44a'),
(124077,32,38507,NULL,2610,8,'2026-03-04 20:20:38','2026-03-04 20:20:38','d9f6ca80-eb77-4c91-a764-1a71e993b56e'),
(124078,32,38507,NULL,2612,9,'2026-03-04 20:20:38','2026-03-04 20:20:38','697bd5c6-0efe-46ce-b53b-c06aeb8eb2fa'),
(124079,16,38507,NULL,11978,1,'2026-03-04 20:20:38','2026-03-04 20:20:38','de6b8d3a-c2f3-4b3e-b5f3-969ade6774aa'),
(124080,7,38507,NULL,617,1,'2026-03-04 20:20:38','2026-03-04 20:20:38','82755f3e-a43d-496f-9683-821a8980a211'),
(124081,7,38507,NULL,605,2,'2026-03-04 20:20:38','2026-03-04 20:20:38','3781fa63-bcac-46d8-b359-549e6d5bcc92'),
(124082,7,38507,NULL,9552,3,'2026-03-04 20:20:38','2026-03-04 20:20:38','af65d7ec-dbbc-4dd8-9300-b507a968cebc'),
(124083,82,38507,NULL,491,1,'2026-03-04 20:20:38','2026-03-04 20:20:38','4d899a25-c4b5-4915-bca8-45776cbc227d'),
(124084,47,38507,NULL,10466,1,'2026-03-04 20:20:38','2026-03-04 20:20:38','57c04582-7ceb-41a0-9629-46e842d86458'),
(124085,57,38507,NULL,9469,1,'2026-03-04 20:20:38','2026-03-04 20:20:38','060f6344-4a94-4435-b94e-1f62542f30d4'),
(124086,57,38507,NULL,9470,2,'2026-03-04 20:20:38','2026-03-04 20:20:38','eed6a324-a797-4ee8-9de4-362d6c30af4a'),
(124087,57,38507,NULL,9471,3,'2026-03-04 20:20:38','2026-03-04 20:20:38','668d4e57-69c7-40b2-8609-824e13623c6c'),
(124088,57,38507,NULL,10097,4,'2026-03-04 20:20:38','2026-03-04 20:20:38','c9d3062e-141f-46a0-852b-d631f6f18cf3'),
(124089,57,38507,NULL,10098,5,'2026-03-04 20:20:38','2026-03-04 20:20:38','f796e302-538a-499c-a5d1-5d5114ae2ac6'),
(124090,57,38507,NULL,10099,6,'2026-03-04 20:20:38','2026-03-04 20:20:38','9c35cd05-37fb-46b2-9bbc-fd5d8ebc1cf3'),
(124091,57,38507,NULL,10100,7,'2026-03-04 20:20:38','2026-03-04 20:20:38','ea946eb4-4a70-44d9-b5d8-921401e42307'),
(124092,57,38507,NULL,10101,8,'2026-03-04 20:20:38','2026-03-04 20:20:38','2787efb4-e301-4bb7-82b7-37a6cb4d4b9e'),
(124093,57,38507,NULL,10102,9,'2026-03-04 20:20:38','2026-03-04 20:20:38','d3809000-761e-43d8-97de-631929faa361'),
(124094,13,38507,NULL,23767,1,'2026-03-04 20:20:38','2026-03-04 20:20:38','84a12f6f-b482-454e-b699-c0c9b627488d'),
(124095,12,38507,NULL,15384,1,'2026-03-04 20:20:38','2026-03-04 20:20:38','fe2f4152-95c3-4cf4-a1be-f918bffb84e0'),
(124096,32,38508,NULL,2610,1,'2026-03-04 20:21:10','2026-03-04 20:21:10','363e7079-eb96-4eed-93a8-64bc8d8baeb2'),
(124097,32,38508,NULL,2598,2,'2026-03-04 20:21:10','2026-03-04 20:21:10','dd407607-87d7-4b2c-93a3-b52a03aa7372'),
(124098,32,38508,NULL,2608,3,'2026-03-04 20:21:10','2026-03-04 20:21:10','4cb9b132-2673-442f-909c-b6a6ab3fb689'),
(124099,32,38508,NULL,2624,4,'2026-03-04 20:21:10','2026-03-04 20:21:10','f289f2e0-1e92-47e4-84d3-b6796b395088'),
(124100,32,38508,NULL,2600,5,'2026-03-04 20:21:10','2026-03-04 20:21:10','a9edbbd1-b685-4d2c-b4d4-298418ffbff0'),
(124101,32,38508,NULL,2596,6,'2026-03-04 20:21:10','2026-03-04 20:21:10','3873b517-aa5f-4bcc-a8ec-39fe7f3f0773'),
(124102,32,38508,NULL,2606,7,'2026-03-04 20:21:10','2026-03-04 20:21:10','eaf42f06-54e9-49ca-9723-b6da99b47817'),
(124103,32,38508,NULL,2604,8,'2026-03-04 20:21:10','2026-03-04 20:21:10','8e4c5b33-0394-4b0d-ba09-00f1b74f7892'),
(124104,32,38508,NULL,2602,9,'2026-03-04 20:21:10','2026-03-04 20:21:10','c08ec24d-4932-463b-bcda-9e0e31a2c657'),
(124105,32,38508,NULL,2612,10,'2026-03-04 20:21:10','2026-03-04 20:21:10','59259b5a-5bf7-446e-bcd6-21711b422e6b'),
(124106,16,38508,NULL,9524,1,'2026-03-04 20:21:10','2026-03-04 20:21:10','a88325eb-500c-4b6a-b7a6-21ca07f9edc4'),
(124107,7,38508,NULL,617,1,'2026-03-04 20:21:10','2026-03-04 20:21:10','d3d9f418-a861-4830-9f38-b7d0f1f3e8d7'),
(124108,7,38508,NULL,605,2,'2026-03-04 20:21:10','2026-03-04 20:21:10','717e3820-a24c-4ed6-baac-1fa2eced4a4e'),
(124109,7,38508,NULL,9552,3,'2026-03-04 20:21:10','2026-03-04 20:21:10','675be2e9-346e-48b0-8bed-54f80cd7f939'),
(124110,82,38508,NULL,491,1,'2026-03-04 20:21:10','2026-03-04 20:21:10','f95e9ddf-00bc-4678-9efe-1be40ac63068'),
(124111,46,38508,NULL,2891,1,'2026-03-04 20:21:10','2026-03-04 20:21:10','71975431-61c5-48c9-a4ea-ed31dc64e726'),
(124112,47,38508,NULL,10460,1,'2026-03-04 20:21:10','2026-03-04 20:21:10','edf53846-96ea-45fb-9647-36135044dbf8'),
(124113,57,38508,NULL,9529,1,'2026-03-04 20:21:10','2026-03-04 20:21:10','f51553bc-3feb-4444-8d54-6a2cee07ea33'),
(124114,57,38508,NULL,9530,2,'2026-03-04 20:21:10','2026-03-04 20:21:10','5e12a730-780b-4097-8d11-ec2ebb506d3a'),
(124115,57,38508,NULL,9531,3,'2026-03-04 20:21:10','2026-03-04 20:21:10','56862604-7d12-4f8e-8bf3-8c9c060b83cc'),
(124116,13,38508,NULL,23770,1,'2026-03-04 20:21:10','2026-03-04 20:21:10','4db68614-cd90-4bca-99d5-875e9bafb1b4'),
(124117,12,38508,NULL,15380,1,'2026-03-04 20:21:10','2026-03-04 20:21:10','4f776cb4-13b4-414a-9eee-309402aca925'),
(124118,32,38509,NULL,2598,1,'2026-03-04 20:21:54','2026-03-04 20:21:54','0b12ddbc-4938-4671-8c9e-4584039aeca3'),
(124119,32,38509,NULL,2608,2,'2026-03-04 20:21:54','2026-03-04 20:21:54','7444cec6-9950-45eb-86a4-349457a1c469'),
(124120,32,38509,NULL,2600,3,'2026-03-04 20:21:54','2026-03-04 20:21:54','8d95178a-b7dc-4ea3-9d29-eeb26b1a1557'),
(124121,32,38509,NULL,2596,4,'2026-03-04 20:21:54','2026-03-04 20:21:54','b99149c6-3c13-4316-a0d3-243201ec1e47'),
(124122,32,38509,NULL,2602,5,'2026-03-04 20:21:54','2026-03-04 20:21:54','f3f84884-7d89-426d-8f4d-02b693a89fa0'),
(124123,32,38509,NULL,2606,6,'2026-03-04 20:21:54','2026-03-04 20:21:54','87351d8e-789e-4670-a978-bc212b086086'),
(124124,32,38509,NULL,2604,7,'2026-03-04 20:21:54','2026-03-04 20:21:54','a73baa03-9d73-4818-8231-21d080295ff6'),
(124125,32,38509,NULL,2610,8,'2026-03-04 20:21:54','2026-03-04 20:21:54','6baef1dc-db19-4e78-96d9-4a0044f52d88'),
(124126,32,38509,NULL,2612,9,'2026-03-04 20:21:54','2026-03-04 20:21:54','7af94dfd-e033-424e-8c60-b8c24b6eeb53'),
(124127,16,38509,NULL,15333,1,'2026-03-04 20:21:54','2026-03-04 20:21:54','24df91a5-1e15-4c58-82a6-2724d76380b8'),
(124128,7,38509,NULL,2969,1,'2026-03-04 20:21:54','2026-03-04 20:21:54','8e167195-e6c9-4c8f-a53a-72472ad15f30'),
(124129,7,38509,NULL,617,2,'2026-03-04 20:21:54','2026-03-04 20:21:54','b3fd8bc6-2ec6-4cd2-9353-0aa9871d94cd'),
(124130,7,38509,NULL,605,3,'2026-03-04 20:21:54','2026-03-04 20:21:54','d348bd6a-9a5a-4bda-a90e-1eba9a6f0848'),
(124131,7,38509,NULL,9552,4,'2026-03-04 20:21:54','2026-03-04 20:21:54','e6068bf0-7ef4-4238-8721-271d5a5d02ca'),
(124132,82,38509,NULL,491,1,'2026-03-04 20:21:54','2026-03-04 20:21:54','e12199f0-eee8-4465-ab41-388c45a81423'),
(124133,47,38509,NULL,10463,1,'2026-03-04 20:21:54','2026-03-04 20:21:54','faf8ce0a-06c3-4520-a4c9-a08f226dd2e5'),
(124134,13,38509,NULL,23773,1,'2026-03-04 20:21:54','2026-03-04 20:21:54','00b9d25f-0b9b-4402-aca0-9219d9d2c6ae'),
(124135,12,38509,NULL,15374,1,'2026-03-04 20:21:54','2026-03-04 20:21:54','e788fd5d-4fb0-47db-924f-c35cdaae3e12'),
(124136,32,38510,NULL,2610,1,'2026-03-04 20:22:32','2026-03-04 20:22:32','8621ab38-45a7-4f42-b155-b4b8defe728a'),
(124137,32,38510,NULL,2598,2,'2026-03-04 20:22:32','2026-03-04 20:22:32','7fb81b47-7eca-4bce-906f-e7245bfb89f2'),
(124138,32,38510,NULL,2608,3,'2026-03-04 20:22:32','2026-03-04 20:22:32','8490c346-b9f2-43cc-9dc5-d8ad496d4ac9'),
(124139,32,38510,NULL,2624,4,'2026-03-04 20:22:32','2026-03-04 20:22:32','c6833e50-8841-4c5f-91c7-f6d3dedac0cb'),
(124140,32,38510,NULL,2600,5,'2026-03-04 20:22:32','2026-03-04 20:22:32','688393e7-0015-406c-bc33-2d443c10959e'),
(124141,32,38510,NULL,2596,6,'2026-03-04 20:22:32','2026-03-04 20:22:32','a0d27181-72db-4f26-bbe1-74640cb69bd9'),
(124142,32,38510,NULL,2602,7,'2026-03-04 20:22:32','2026-03-04 20:22:32','b2e006f5-e73c-455a-985e-7bbc46d20420'),
(124143,32,38510,NULL,2606,8,'2026-03-04 20:22:32','2026-03-04 20:22:32','0eb88a6a-076d-47cb-9e3e-a0d91244f9c9'),
(124144,32,38510,NULL,2612,9,'2026-03-04 20:22:32','2026-03-04 20:22:32','0f035fa0-dcad-401d-8e75-98036cf4877a'),
(124145,32,38510,NULL,2604,10,'2026-03-04 20:22:32','2026-03-04 20:22:32','b6e1f0c7-9481-43e1-9c61-d2fd82413bab'),
(124146,16,38510,NULL,4786,1,'2026-03-04 20:22:32','2026-03-04 20:22:32','67370062-0792-4c0a-a274-90ee7b757b38'),
(124147,7,38510,NULL,6547,1,'2026-03-04 20:22:32','2026-03-04 20:22:32','25948529-267e-4db3-8864-b0af3237fa76'),
(124148,7,38510,NULL,601,2,'2026-03-04 20:22:32','2026-03-04 20:22:32','5dd184e3-a9a7-4b6b-bfb3-75fb70fbd3fe'),
(124149,7,38510,NULL,617,3,'2026-03-04 20:22:32','2026-03-04 20:22:32','91c52e3d-5204-4d3b-866a-e878f856067d'),
(124150,7,38510,NULL,605,4,'2026-03-04 20:22:32','2026-03-04 20:22:32','749de2df-0674-4dd1-8447-71a0b136bcef'),
(124151,7,38510,NULL,9552,5,'2026-03-04 20:22:32','2026-03-04 20:22:32','21928c7f-f144-42a1-82c9-095663c810c3'),
(124152,82,38510,NULL,491,1,'2026-03-04 20:22:32','2026-03-04 20:22:32','7c5be063-ed7a-4ab1-9392-79f80e59d0ce'),
(124153,46,38510,NULL,2891,1,'2026-03-04 20:22:32','2026-03-04 20:22:32','0b125681-9959-41eb-ab02-fb3c787135f4'),
(124154,47,38510,NULL,12247,1,'2026-03-04 20:22:32','2026-03-04 20:22:32','5f24836e-3145-4b33-9b11-6c97f0a47355'),
(124155,57,38510,NULL,4808,1,'2026-03-04 20:22:32','2026-03-04 20:22:32','8e766b4e-913f-4a57-a831-4c95924fb1b8'),
(124156,57,38510,NULL,4811,2,'2026-03-04 20:22:32','2026-03-04 20:22:32','91127137-6a7d-4b20-97f6-5cfe3774fcdd'),
(124157,57,38510,NULL,4807,3,'2026-03-04 20:22:32','2026-03-04 20:22:32','0719034d-8dde-44c6-9ea8-16298816a142'),
(124158,57,38510,NULL,4806,4,'2026-03-04 20:22:32','2026-03-04 20:22:32','60dd10a3-233b-4686-b7e9-55d670dfd099'),
(124159,57,38510,NULL,4809,5,'2026-03-04 20:22:32','2026-03-04 20:22:32','91f98390-0c86-4d5c-a4e7-14741d50f1ac'),
(124160,57,38510,NULL,4810,6,'2026-03-04 20:22:32','2026-03-04 20:22:32','4b4f95a1-07e9-4edc-b042-22c99e272d03'),
(124161,13,38510,NULL,28921,1,'2026-03-04 20:22:32','2026-03-04 20:22:32','f25c5c4d-3b0d-4e83-92f6-a551c6f32498'),
(124162,32,38513,NULL,2598,1,'2026-03-04 20:42:43','2026-03-04 20:42:43','4a876355-3728-4adc-9d39-1dfd81c3557c'),
(124163,32,38513,NULL,2608,2,'2026-03-04 20:42:43','2026-03-04 20:42:43','c09fa1da-b8a0-413c-b6f7-553ea495aa58'),
(124164,32,38513,NULL,2600,3,'2026-03-04 20:42:43','2026-03-04 20:42:43','d498be3f-5c71-4b02-8d26-38f12ff22bbb'),
(124165,32,38513,NULL,2602,4,'2026-03-04 20:42:43','2026-03-04 20:42:43','de718c92-1224-4ae5-83e5-e77dc919f367'),
(124166,32,38513,NULL,2612,5,'2026-03-04 20:42:43','2026-03-04 20:42:43','83d47ba5-2e9f-40f5-aa1c-cc69163eb2b1'),
(124167,32,38513,NULL,2604,6,'2026-03-04 20:42:43','2026-03-04 20:42:43','53f9d48e-b538-47e5-a3a6-4d61dd49ee0a'),
(124168,32,38513,NULL,2610,7,'2026-03-04 20:42:43','2026-03-04 20:42:43','457cbfa1-3fd8-4819-8190-b06626a6ca2e'),
(124169,32,38513,NULL,2596,8,'2026-03-04 20:42:43','2026-03-04 20:42:43','98b0766f-e870-459d-86ed-b8cdb40e4264'),
(124170,32,38513,NULL,2606,9,'2026-03-04 20:42:43','2026-03-04 20:42:43','19c28b13-d66b-44c0-a26d-548dd18444be'),
(124171,16,38513,NULL,4884,1,'2026-03-04 20:42:43','2026-03-04 20:42:43','f9f7fd84-72b1-42c0-9b59-d21bf1a6bb73'),
(124172,7,38513,NULL,6547,1,'2026-03-04 20:42:43','2026-03-04 20:42:43','04129934-998b-43ea-8ffe-499eafdcfcce'),
(124173,7,38513,NULL,601,2,'2026-03-04 20:42:43','2026-03-04 20:42:43','3746a9f9-303f-42cc-be2f-f8d3364a6e95'),
(124174,7,38513,NULL,9732,3,'2026-03-04 20:42:43','2026-03-04 20:42:43','f11ce2c8-0c5b-4d5f-a657-455509e1fc3b'),
(124175,7,38513,NULL,9735,4,'2026-03-04 20:42:43','2026-03-04 20:42:43','9b17285a-5185-41f2-9733-0f824737b58b'),
(124176,7,38513,NULL,617,5,'2026-03-04 20:42:43','2026-03-04 20:42:43','386ddc8d-c56c-4db7-98ff-f5441583fd66'),
(124177,7,38513,NULL,605,6,'2026-03-04 20:42:43','2026-03-04 20:42:43','e05a0508-ae63-40e6-ab1d-8598a1fb4b7f'),
(124178,7,38513,NULL,9552,7,'2026-03-04 20:42:43','2026-03-04 20:42:43','e71edaed-c509-43ec-8e0c-5fa0b4de001c'),
(124179,82,38513,NULL,479,1,'2026-03-04 20:42:43','2026-03-04 20:42:43','513b95b6-2806-4e6a-a84b-5f162013f0f0'),
(124180,82,38513,NULL,491,2,'2026-03-04 20:42:43','2026-03-04 20:42:43','a4fd0a3c-d398-4060-9f6d-1bb9a75f77b4'),
(124181,82,38513,NULL,469,3,'2026-03-04 20:42:43','2026-03-04 20:42:43','b3806157-acad-41ae-91db-b19298d03b78'),
(124182,47,38513,NULL,12256,1,'2026-03-04 20:42:43','2026-03-04 20:42:43','e231e879-ebde-4532-8541-566204c24d9d'),
(124183,57,38513,NULL,4886,1,'2026-03-04 20:42:43','2026-03-04 20:42:43','734c9222-97be-446c-a92c-1e9883d1dee5'),
(124184,57,38513,NULL,4880,2,'2026-03-04 20:42:43','2026-03-04 20:42:43','064c3d19-f871-49f6-82b8-73f23a9d8878'),
(124185,57,38513,NULL,4888,3,'2026-03-04 20:42:43','2026-03-04 20:42:43','841a5e31-8ca9-450c-82cf-8f9734f255b2'),
(124186,57,38513,NULL,4882,4,'2026-03-04 20:42:43','2026-03-04 20:42:43','1a83b98a-5a76-4a4e-88ec-31fbaac09cc6'),
(124187,57,38513,NULL,4879,5,'2026-03-04 20:42:43','2026-03-04 20:42:43','98df7528-acf0-4594-b2bc-193754d12f87'),
(124188,57,38513,NULL,4881,6,'2026-03-04 20:42:43','2026-03-04 20:42:43','d9b56b74-2c7a-4d14-8337-393393edb82e'),
(124189,57,38513,NULL,4887,7,'2026-03-04 20:42:43','2026-03-04 20:42:43','b9b8d6db-baa8-4b7e-a038-7b9d313703a2'),
(124190,57,38513,NULL,4883,8,'2026-03-04 20:42:43','2026-03-04 20:42:43','e7dc0986-cb3f-4c07-8239-972f17356f5f'),
(124191,57,38513,NULL,4884,9,'2026-03-04 20:42:43','2026-03-04 20:42:43','bcded907-9afa-4371-af88-def69b503bae'),
(124192,57,38513,NULL,4885,10,'2026-03-04 20:42:43','2026-03-04 20:42:43','8d325475-7b02-42e1-9a90-098efa027b80'),
(124193,13,38513,NULL,23776,1,'2026-03-04 20:42:43','2026-03-04 20:42:43','3ad2beac-efdd-41f7-a144-e178299d9c29'),
(124194,32,38514,NULL,2610,1,'2026-03-04 20:43:56','2026-03-04 20:43:56','e433e615-59f7-4d8a-9718-c14fa06a2bb3'),
(124195,32,38514,NULL,2598,2,'2026-03-04 20:43:56','2026-03-04 20:43:56','d1ebf007-3ade-4470-89ad-c066ac96abd6'),
(124196,32,38514,NULL,2608,3,'2026-03-04 20:43:56','2026-03-04 20:43:56','e6460155-284f-49f9-b4fa-c0dc463b1f37'),
(124197,32,38514,NULL,2600,4,'2026-03-04 20:43:56','2026-03-04 20:43:56','92147834-03cc-4fbe-913d-47af6649d0ce'),
(124198,32,38514,NULL,2596,5,'2026-03-04 20:43:56','2026-03-04 20:43:56','3c1ffe21-067c-4568-b83d-d63d487449cd'),
(124199,32,38514,NULL,2602,6,'2026-03-04 20:43:56','2026-03-04 20:43:56','02bbcc73-4eb8-44a3-bc7f-2a94e38236f1'),
(124200,32,38514,NULL,2612,7,'2026-03-04 20:43:56','2026-03-04 20:43:56','b1fe506a-d001-4a15-8627-2e371c29e967'),
(124201,32,38514,NULL,2618,8,'2026-03-04 20:43:56','2026-03-04 20:43:56','bfeb6d9c-207e-4e3a-abd2-25417283495b'),
(124202,32,38514,NULL,2604,9,'2026-03-04 20:43:56','2026-03-04 20:43:56','3c5931e7-6818-4d61-92cf-ae4d98eaf715'),
(124203,32,38514,NULL,2606,10,'2026-03-04 20:43:56','2026-03-04 20:43:56','52a64e4c-7ddf-4eff-8d06-a6da06c537bf'),
(124204,16,38514,NULL,9008,1,'2026-03-04 20:43:56','2026-03-04 20:43:56','9f3aeeab-d891-4069-a7d1-5ca9e6d6c696'),
(124205,7,38514,NULL,605,1,'2026-03-04 20:43:56','2026-03-04 20:43:56','53486baa-e7d9-4b83-be32-896954881bcb'),
(124206,7,38514,NULL,617,2,'2026-03-04 20:43:56','2026-03-04 20:43:56','ce14bd36-d5ec-43a1-a82c-6b57b8699517'),
(124207,7,38514,NULL,9552,3,'2026-03-04 20:43:56','2026-03-04 20:43:56','88cad5f9-000c-4565-8d64-d9cfac5028b8'),
(124208,82,38514,NULL,479,1,'2026-03-04 20:43:56','2026-03-04 20:43:56','f223239f-14bb-4872-b2a9-f2da0b236541'),
(124209,82,38514,NULL,491,2,'2026-03-04 20:43:56','2026-03-04 20:43:56','52aab2df-bbc0-4f47-9863-8c4c77b05560'),
(124210,46,38514,NULL,3697,1,'2026-03-04 20:43:56','2026-03-04 20:43:56','809a6c25-222e-40a7-987b-1e8105c8e8fe'),
(124211,47,38514,NULL,12278,1,'2026-03-04 20:43:56','2026-03-04 20:43:56','9dc87147-3823-4357-ac1a-0b7ca7a774c0'),
(124212,57,38514,NULL,9011,1,'2026-03-04 20:43:56','2026-03-04 20:43:56','22da2fd0-d482-4b27-9767-bfa167a987af'),
(124213,57,38514,NULL,9017,2,'2026-03-04 20:43:56','2026-03-04 20:43:56','45a7b687-5dff-47e6-88ad-e81b1bdd02a5'),
(124214,57,38514,NULL,9015,3,'2026-03-04 20:43:56','2026-03-04 20:43:56','8dcc00ad-8b63-4e73-a60e-5900a8236343'),
(124215,57,38514,NULL,9016,4,'2026-03-04 20:43:56','2026-03-04 20:43:56','b43773e7-849c-46cd-9efd-8bd3df4e3a46'),
(124216,57,38514,NULL,9013,5,'2026-03-04 20:43:56','2026-03-04 20:43:56','00d322aa-bfb6-4fa2-bb11-5d78e33a562f'),
(124217,57,38514,NULL,9014,6,'2026-03-04 20:43:56','2026-03-04 20:43:56','6be0131a-a535-4d80-87c2-6af9c8855751'),
(124218,57,38514,NULL,9012,7,'2026-03-04 20:43:56','2026-03-04 20:43:56','392b40b9-066c-4063-8dc6-b7ceecf2a963'),
(124219,57,38514,NULL,9018,8,'2026-03-04 20:43:56','2026-03-04 20:43:56','6efc6460-45b4-4865-a540-a174bb4f9d03'),
(124220,13,38514,NULL,23694,1,'2026-03-04 20:43:56','2026-03-04 20:43:56','e642a944-6a65-415b-a372-ba7030159d25'),
(124221,32,38515,NULL,2610,1,'2026-03-04 20:45:24','2026-03-04 20:45:24','f1630c51-6a9f-425f-b335-2d1fde92fbf0'),
(124222,32,38515,NULL,2598,2,'2026-03-04 20:45:24','2026-03-04 20:45:24','4049e51c-22af-498f-a748-78106c16cef0'),
(124223,32,38515,NULL,2608,3,'2026-03-04 20:45:24','2026-03-04 20:45:24','f6e1c36d-29b4-4536-8d81-9e0d8b31a265'),
(124224,32,38515,NULL,2624,4,'2026-03-04 20:45:24','2026-03-04 20:45:24','c787db91-c04e-4a5f-bb25-d1d8b7fda080'),
(124225,32,38515,NULL,2600,5,'2026-03-04 20:45:24','2026-03-04 20:45:24','f05d4c8d-6d17-47af-a0f3-42eac5548f05'),
(124226,32,38515,NULL,2596,6,'2026-03-04 20:45:24','2026-03-04 20:45:24','19380ae1-1f6e-4be6-aa73-1d43af0cef0f'),
(124227,32,38515,NULL,2602,7,'2026-03-04 20:45:24','2026-03-04 20:45:24','e9d1a121-0146-4bb1-88c3-43599d2e83a6'),
(124228,32,38515,NULL,2606,8,'2026-03-04 20:45:24','2026-03-04 20:45:24','549a3bac-4658-4270-8b76-c1084ba527d0'),
(124229,32,38515,NULL,2612,9,'2026-03-04 20:45:24','2026-03-04 20:45:24','0c96992c-25a5-4a6f-958d-7752de72adbd'),
(124230,32,38515,NULL,2604,10,'2026-03-04 20:45:24','2026-03-04 20:45:24','a8a13a1f-eb36-439b-ae9a-2f17df7e54f1'),
(124231,16,38515,NULL,9038,1,'2026-03-04 20:45:24','2026-03-04 20:45:24','2fb10f32-4488-498f-b373-e00a75e4e2bc'),
(124232,7,38515,NULL,601,1,'2026-03-04 20:45:24','2026-03-04 20:45:24','0e7e1115-8172-451d-a683-3d7cd76f5de1'),
(124233,7,38515,NULL,3468,2,'2026-03-04 20:45:24','2026-03-04 20:45:24','b7030332-06f8-4f9f-8615-a6d9140cf9e9'),
(124234,7,38515,NULL,2974,3,'2026-03-04 20:45:24','2026-03-04 20:45:24','aea9a1b1-6992-4ee6-b0cb-a27efbe46524'),
(124235,7,38515,NULL,28766,4,'2026-03-04 20:45:24','2026-03-04 20:45:24','5c8f7ca1-c9f4-4e41-9505-f1b518f4d1c9'),
(124236,7,38515,NULL,605,5,'2026-03-04 20:45:24','2026-03-04 20:45:24','bb2861a8-6e96-4d60-9a46-35525961cf26'),
(124237,7,38515,NULL,617,6,'2026-03-04 20:45:24','2026-03-04 20:45:24','6f390ea6-6207-406f-a4ae-8093914332f8'),
(124238,7,38515,NULL,9552,7,'2026-03-04 20:45:24','2026-03-04 20:45:24','9a6474be-d62a-406c-9315-247a5730fc03'),
(124239,82,38515,NULL,491,1,'2026-03-04 20:45:24','2026-03-04 20:45:24','c54ba6e8-4732-4436-bf3b-4a1c1e295283'),
(124240,46,38515,NULL,2891,1,'2026-03-04 20:45:24','2026-03-04 20:45:24','c1a29597-11fa-466c-8893-859b05fbe02e'),
(124241,47,38515,NULL,12285,1,'2026-03-04 20:45:24','2026-03-04 20:45:24','2552df30-c5ff-44f6-9424-203990016954'),
(124242,57,38515,NULL,9045,1,'2026-03-04 20:45:24','2026-03-04 20:45:24','f29dac24-27c6-4400-8e11-e4d4859dfe9b'),
(124243,57,38515,NULL,9046,2,'2026-03-04 20:45:24','2026-03-04 20:45:24','160086b2-ab20-4bbd-8326-1d2662590f25'),
(124244,57,38515,NULL,9042,3,'2026-03-04 20:45:24','2026-03-04 20:45:24','a5e6c065-8acc-4a12-a1ea-f7233964a251'),
(124245,57,38515,NULL,9043,4,'2026-03-04 20:45:24','2026-03-04 20:45:24','68622ab4-4585-4ffe-982e-0053ecf0a18f'),
(124246,57,38515,NULL,9044,5,'2026-03-04 20:45:24','2026-03-04 20:45:24','e68a322e-6e63-4fac-84c9-c0657e9df009'),
(124247,57,38515,NULL,9041,6,'2026-03-04 20:45:24','2026-03-04 20:45:24','47f3533f-1411-408d-93c9-00b0b9536287'),
(124248,13,38515,NULL,6860,1,'2026-03-04 20:45:24','2026-03-04 20:45:24','4f658cf0-b47e-49eb-bc91-3871aa19d535'),
(124249,32,38516,NULL,2614,1,'2026-03-04 20:45:51','2026-03-04 20:45:51','0835f628-c982-4393-838c-b7763cb7e73f'),
(124250,32,38516,NULL,2610,2,'2026-03-04 20:45:51','2026-03-04 20:45:51','f0bb51ba-1c1a-4ae3-b95c-b74ce219ab7c'),
(124251,32,38516,NULL,2622,3,'2026-03-04 20:45:51','2026-03-04 20:45:51','fa19de7a-5b33-4ec8-a04e-f2e0af4d73b2'),
(124252,32,38516,NULL,2598,4,'2026-03-04 20:45:51','2026-03-04 20:45:51','effac036-29af-4958-a529-6368d0971e9d'),
(124253,32,38516,NULL,2608,5,'2026-03-04 20:45:51','2026-03-04 20:45:51','b0126cb9-848f-4656-912f-31eeff7e0faa'),
(124254,32,38516,NULL,2624,6,'2026-03-04 20:45:51','2026-03-04 20:45:51','de292e83-0eea-4b1d-a5a6-6f8730b8b49b'),
(124255,32,38516,NULL,2600,7,'2026-03-04 20:45:51','2026-03-04 20:45:51','bd465acf-0c2f-45bd-9264-15af4d806421'),
(124256,32,38516,NULL,2596,8,'2026-03-04 20:45:51','2026-03-04 20:45:51','eddc85e5-aae1-466e-aa20-fdfd58e017f9'),
(124257,32,38516,NULL,2602,9,'2026-03-04 20:45:51','2026-03-04 20:45:51','85638910-9b62-4006-b0b5-6aef9464c8fb'),
(124258,32,38516,NULL,2606,10,'2026-03-04 20:45:51','2026-03-04 20:45:51','72767c30-1f7d-49db-96f3-3e322af440cd'),
(124259,32,38516,NULL,2612,11,'2026-03-04 20:45:51','2026-03-04 20:45:51','60550567-f23a-470b-887c-c27edb0c804c'),
(124260,32,38516,NULL,2618,12,'2026-03-04 20:45:51','2026-03-04 20:45:51','e89f96fb-303a-42a0-ae45-9b5c84d44ace'),
(124261,32,38516,NULL,2604,13,'2026-03-04 20:45:51','2026-03-04 20:45:51','0e3764c1-d4e4-45b7-8fc5-299e447f3a34'),
(124262,16,38516,NULL,9051,1,'2026-03-04 20:45:51','2026-03-04 20:45:51','cb351204-7ced-45dc-85e3-2cf2dbf7372a'),
(124263,7,38516,NULL,601,1,'2026-03-04 20:45:51','2026-03-04 20:45:51','81ce9078-f568-406b-a670-7839f025fb7c'),
(124264,7,38516,NULL,605,2,'2026-03-04 20:45:51','2026-03-04 20:45:51','773386cc-160d-4b29-a359-d8dd372b5f5d'),
(124265,7,38516,NULL,617,3,'2026-03-04 20:45:51','2026-03-04 20:45:51','c6393927-e83c-48a4-8f2a-9baf89ad1d14'),
(124266,7,38516,NULL,9552,4,'2026-03-04 20:45:51','2026-03-04 20:45:51','239f5ef9-f44c-4e02-b2df-29d66458d8d7'),
(124267,46,38516,NULL,2891,1,'2026-03-04 20:45:51','2026-03-04 20:45:51','8b3dcad6-9896-4da3-8f07-18776a08f6be'),
(124268,46,38516,NULL,3697,2,'2026-03-04 20:45:51','2026-03-04 20:45:51','8f75837d-a5dd-4d81-94c1-d828df2f13f3'),
(124269,46,38516,NULL,4403,3,'2026-03-04 20:45:51','2026-03-04 20:45:51','1e78241d-c3ee-44fa-a8e5-7d3066165f0b'),
(124270,47,38516,NULL,12289,1,'2026-03-04 20:45:51','2026-03-04 20:45:51','df13e4ab-ceb9-417c-aafa-33db3c6c0ba8'),
(124271,57,38516,NULL,8601,1,'2026-03-04 20:45:51','2026-03-04 20:45:51','9846bdee-8378-42da-b9ac-b42110f23afc'),
(124272,57,38516,NULL,8600,2,'2026-03-04 20:45:51','2026-03-04 20:45:51','573eb881-2f24-4d50-8a29-252d8b677a2e'),
(124273,57,38516,NULL,8602,3,'2026-03-04 20:45:51','2026-03-04 20:45:51','486fbbcb-015d-4f84-82a2-1c5049f30c13'),
(124274,57,38516,NULL,8603,4,'2026-03-04 20:45:51','2026-03-04 20:45:51','1c3cf006-f6d7-49b5-a739-e3421e9a0a62'),
(124275,57,38516,NULL,8604,5,'2026-03-04 20:45:51','2026-03-04 20:45:51','9908a8a1-6c8b-4b3d-999f-6e2ba7e8773f'),
(124276,57,38516,NULL,8605,6,'2026-03-04 20:45:51','2026-03-04 20:45:51','82479baa-c440-482e-b6ae-82f1fd02a265'),
(124277,13,38516,NULL,23779,1,'2026-03-04 20:45:51','2026-03-04 20:45:51','0430fb9e-e5ef-4585-beca-55ea56b92d7f'),
(124278,32,38517,NULL,2610,1,'2026-03-04 20:46:15','2026-03-04 20:46:15','b722a2f4-1bdc-400d-bcb3-62c562ee0de8'),
(124279,32,38517,NULL,2598,2,'2026-03-04 20:46:15','2026-03-04 20:46:15','19dd2481-2581-4ef5-aecd-627e13053f19'),
(124280,32,38517,NULL,2608,3,'2026-03-04 20:46:15','2026-03-04 20:46:15','b6d220f4-1451-4a6a-814d-30e9020b1c02'),
(124281,32,38517,NULL,2600,4,'2026-03-04 20:46:15','2026-03-04 20:46:15','1eed7e83-794b-4d28-848c-2c46d1969f3b'),
(124282,32,38517,NULL,2596,5,'2026-03-04 20:46:15','2026-03-04 20:46:15','c3d825d9-7250-4eb0-b4ea-be9252a8fdf2'),
(124283,32,38517,NULL,2602,6,'2026-03-04 20:46:15','2026-03-04 20:46:15','433308af-33e5-4e90-a643-50b0fe951b46'),
(124284,32,38517,NULL,2612,7,'2026-03-04 20:46:15','2026-03-04 20:46:15','f3371409-56e2-4846-b7f5-a4651197fa2f'),
(124285,32,38517,NULL,2604,8,'2026-03-04 20:46:15','2026-03-04 20:46:15','39350b48-36cd-4cf1-b30a-1d8d0940fa72'),
(124286,32,38517,NULL,2606,9,'2026-03-04 20:46:15','2026-03-04 20:46:15','99bd1d39-2abe-401f-9688-d183fa8d9122'),
(124287,16,38517,NULL,9056,1,'2026-03-04 20:46:15','2026-03-04 20:46:15','74ed6e0f-52bb-42dd-b24c-5043425387bc'),
(124288,7,38517,NULL,601,1,'2026-03-04 20:46:15','2026-03-04 20:46:15','dae985d3-a49b-4c7a-a83c-639dadc062f8'),
(124289,7,38517,NULL,605,2,'2026-03-04 20:46:15','2026-03-04 20:46:15','67048824-fa74-4a22-902f-0c1854f3e82c'),
(124290,7,38517,NULL,617,3,'2026-03-04 20:46:15','2026-03-04 20:46:15','633d729c-cb0e-4790-9542-edd9ba7f931b'),
(124291,7,38517,NULL,9552,4,'2026-03-04 20:46:15','2026-03-04 20:46:15','2e9d673e-a049-4109-ae5c-a16bf3934f43'),
(124292,82,38517,NULL,479,1,'2026-03-04 20:46:15','2026-03-04 20:46:15','e8cdf1eb-89d4-460b-8059-9469af60565d'),
(124293,82,38517,NULL,491,2,'2026-03-04 20:46:15','2026-03-04 20:46:15','21892980-3921-4c22-96e6-c527ef050ded'),
(124294,47,38517,NULL,12293,1,'2026-03-04 20:46:15','2026-03-04 20:46:15','45b4b395-58c7-439b-8bf5-80e15eb926c7'),
(124295,57,38517,NULL,9061,1,'2026-03-04 20:46:15','2026-03-04 20:46:15','52ee50d8-a7ec-4c0f-94b7-2291fa0d007b'),
(124296,57,38517,NULL,9062,2,'2026-03-04 20:46:15','2026-03-04 20:46:15','ef65278d-b35e-4774-9d53-fe661fc86bbc'),
(124297,57,38517,NULL,9063,3,'2026-03-04 20:46:15','2026-03-04 20:46:15','1d838b57-c57a-48b6-bd7b-b3b90ed9ba9c'),
(124298,57,38517,NULL,9060,4,'2026-03-04 20:46:15','2026-03-04 20:46:15','b1580ff8-ae59-49d9-9640-3cc65f61a5c4'),
(124299,57,38517,NULL,9059,5,'2026-03-04 20:46:15','2026-03-04 20:46:15','e836f342-cd1d-4b5f-9041-868937c30876'),
(124300,13,38517,NULL,6867,1,'2026-03-04 20:46:15','2026-03-04 20:46:15','79faa1d6-045a-44d1-99b0-fb22f43e054c'),
(124301,32,38518,NULL,2610,1,'2026-03-04 20:46:55','2026-03-04 20:46:55','fce12485-d40e-4df5-a7f6-46c8ce0ef3e8'),
(124302,32,38518,NULL,2598,2,'2026-03-04 20:46:55','2026-03-04 20:46:55','0b89c807-8a9b-4fa2-be60-07d82327fe96'),
(124303,32,38518,NULL,2608,3,'2026-03-04 20:46:55','2026-03-04 20:46:55','ba13785b-0a66-4bee-a356-26bafb5a8700'),
(124304,32,38518,NULL,2600,4,'2026-03-04 20:46:55','2026-03-04 20:46:55','6d4880e2-7afc-45e0-8ce9-1ce7698e4e43'),
(124305,32,38518,NULL,2596,5,'2026-03-04 20:46:55','2026-03-04 20:46:55','a86be920-355e-4936-bfa6-c76e21bb3596'),
(124306,32,38518,NULL,2602,6,'2026-03-04 20:46:55','2026-03-04 20:46:55','40a03573-1ccd-4066-84ec-5171d57b0d8c'),
(124307,32,38518,NULL,2612,7,'2026-03-04 20:46:55','2026-03-04 20:46:55','98167014-5bdb-4888-a19f-3c520f994a62'),
(124308,32,38518,NULL,2618,8,'2026-03-04 20:46:55','2026-03-04 20:46:55','f160882d-525f-4948-8a26-30af2856bc69'),
(124309,32,38518,NULL,2604,9,'2026-03-04 20:46:55','2026-03-04 20:46:55','857c52e9-f56f-46ca-acb7-bf55923fb1c2'),
(124310,32,38518,NULL,2606,10,'2026-03-04 20:46:55','2026-03-04 20:46:55','1d1eacf3-a508-46da-8c71-0c07c0118f05'),
(124311,16,38518,NULL,9068,1,'2026-03-04 20:46:55','2026-03-04 20:46:55','d93ba0c2-0700-4d67-a72b-1bc9422c3832'),
(124312,7,38518,NULL,6547,1,'2026-03-04 20:46:55','2026-03-04 20:46:55','da8f4266-c072-4f26-b04a-79a53d937242'),
(124313,7,38518,NULL,601,2,'2026-03-04 20:46:55','2026-03-04 20:46:55','b5238373-32fa-4311-a7d5-6da221972e6f'),
(124314,7,38518,NULL,617,3,'2026-03-04 20:46:55','2026-03-04 20:46:55','19af9bf5-8410-444b-a3a7-b15fa41d7c91'),
(124315,7,38518,NULL,9732,4,'2026-03-04 20:46:55','2026-03-04 20:46:55','246b9608-cd22-4bc2-87fb-825a20669b22'),
(124316,7,38518,NULL,9735,5,'2026-03-04 20:46:55','2026-03-04 20:46:55','42f7bfbc-2399-4c9b-8a02-9eda3245e4d2'),
(124317,7,38518,NULL,2972,6,'2026-03-04 20:46:55','2026-03-04 20:46:55','ba07b2f8-da75-451f-821a-c8be3ff431e9'),
(124318,7,38518,NULL,9549,7,'2026-03-04 20:46:55','2026-03-04 20:46:55','20528a78-e06f-49b9-b563-b403a7e543cd'),
(124319,7,38518,NULL,605,8,'2026-03-04 20:46:55','2026-03-04 20:46:55','f28184f3-a5a0-49b6-b2f8-1963388298b0'),
(124320,7,38518,NULL,9552,9,'2026-03-04 20:46:55','2026-03-04 20:46:55','9bc97486-a411-4001-81da-ae5c80a4bdd6'),
(124321,82,38518,NULL,479,1,'2026-03-04 20:46:55','2026-03-04 20:46:55','6d1107d4-bef3-4af2-9ef9-8e8219ac8795'),
(124322,82,38518,NULL,491,2,'2026-03-04 20:46:55','2026-03-04 20:46:55','8e8716f1-ce24-4bde-8e0f-e4c59f8d5b6f'),
(124323,46,38518,NULL,3697,1,'2026-03-04 20:46:55','2026-03-04 20:46:55','9e4ff27c-e013-4271-8b2f-0b99eb489217'),
(124324,47,38518,NULL,12297,1,'2026-03-04 20:46:55','2026-03-04 20:46:55','7095e120-e378-4e0b-9c59-765bede331a9'),
(124325,57,38518,NULL,9071,1,'2026-03-04 20:46:55','2026-03-04 20:46:55','65dede26-e3f2-491e-b561-4832b6231b31'),
(124326,57,38518,NULL,9072,2,'2026-03-04 20:46:55','2026-03-04 20:46:55','9fcb15e5-598a-43f8-b2b8-a5c259e92b2a'),
(124327,57,38518,NULL,9073,3,'2026-03-04 20:46:55','2026-03-04 20:46:55','61186ddc-aaf3-46a5-95fc-fc6a48e2e44d'),
(124328,57,38518,NULL,9074,4,'2026-03-04 20:46:55','2026-03-04 20:46:55','bc828b91-5db9-4117-8dc4-2aa65e166f5c'),
(124329,57,38518,NULL,9075,5,'2026-03-04 20:46:55','2026-03-04 20:46:55','0c77aa77-a46f-4c3f-96aa-67080f9d989e'),
(124330,13,38518,NULL,6872,1,'2026-03-04 20:46:55','2026-03-04 20:46:55','243c6d93-a7cf-43e0-b08e-9f400e1deafa'),
(124331,32,38519,NULL,2610,1,'2026-03-04 20:47:24','2026-03-04 20:47:24','e312696b-1c6f-4c13-9190-ba3e538acd64'),
(124332,32,38519,NULL,2598,2,'2026-03-04 20:47:24','2026-03-04 20:47:24','388134c4-91b3-4474-b1d3-0ceef9b1a73a'),
(124333,32,38519,NULL,2608,3,'2026-03-04 20:47:24','2026-03-04 20:47:24','263773a3-da14-48bf-8843-fad2985b66de'),
(124334,32,38519,NULL,2600,4,'2026-03-04 20:47:24','2026-03-04 20:47:24','cf2a14e7-8c87-4a21-9daa-90abdfede2f5'),
(124335,32,38519,NULL,2596,5,'2026-03-04 20:47:24','2026-03-04 20:47:24','716ea150-ff1c-4e47-8eec-48dcee494753'),
(124336,32,38519,NULL,2602,6,'2026-03-04 20:47:24','2026-03-04 20:47:24','2e8b0c4f-8ba4-471c-8965-cdce1c5445dd'),
(124337,32,38519,NULL,2612,7,'2026-03-04 20:47:24','2026-03-04 20:47:24','09a17c68-b247-4b53-8b65-a78254bd32ec'),
(124338,32,38519,NULL,2604,8,'2026-03-04 20:47:24','2026-03-04 20:47:24','dd0e1b90-ef23-4216-b526-067e0b6bab04'),
(124339,32,38519,NULL,2606,9,'2026-03-04 20:47:24','2026-03-04 20:47:24','77e394d7-0a74-43e6-87ce-1600b53b9273'),
(124340,16,38519,NULL,9080,1,'2026-03-04 20:47:24','2026-03-04 20:47:24','39604b25-e7d8-4e08-9f6d-a53330f4639f'),
(124341,7,38519,NULL,605,1,'2026-03-04 20:47:24','2026-03-04 20:47:24','2cb2ab61-9921-48d7-b0c4-b1e503106ca9'),
(124342,7,38519,NULL,617,2,'2026-03-04 20:47:24','2026-03-04 20:47:24','243eca9a-6b5c-4b19-81d9-7c4deb745083'),
(124343,7,38519,NULL,9552,3,'2026-03-04 20:47:24','2026-03-04 20:47:24','56b90b47-7e5c-437e-b42d-2f9ccacd5342'),
(124344,82,38519,NULL,479,1,'2026-03-04 20:47:24','2026-03-04 20:47:24','44927505-c5c4-495f-8509-a519f0618dc5'),
(124345,82,38519,NULL,491,2,'2026-03-04 20:47:24','2026-03-04 20:47:24','45553bf7-c437-4295-9dd5-030462b24d84'),
(124346,47,38519,NULL,12303,1,'2026-03-04 20:47:24','2026-03-04 20:47:24','23b35e1e-3163-4e36-8c8e-54ee7e9f4043'),
(124347,57,38519,NULL,9087,1,'2026-03-04 20:47:24','2026-03-04 20:47:24','29bdf0d2-5101-48d7-8d5d-b9251b81b608'),
(124348,57,38519,NULL,9088,2,'2026-03-04 20:47:24','2026-03-04 20:47:24','b383b90c-4bad-49b0-a3d9-a0f6dd37558b'),
(124349,57,38519,NULL,9086,3,'2026-03-04 20:47:24','2026-03-04 20:47:24','9f279306-4791-4bb6-bb6b-61391d2df84f'),
(124350,57,38519,NULL,9083,4,'2026-03-04 20:47:24','2026-03-04 20:47:24','32fbec17-b2b5-41bd-8e83-877d0896ca4d'),
(124351,57,38519,NULL,9085,5,'2026-03-04 20:47:24','2026-03-04 20:47:24','fc9acc69-4d17-40ec-934b-6213601c1912'),
(124352,57,38519,NULL,9084,6,'2026-03-04 20:47:24','2026-03-04 20:47:24','8a93b566-f5e9-4404-988a-e5594c32778e'),
(124353,74,38519,NULL,23783,1,'2026-03-04 20:47:24','2026-03-04 20:47:24','a206dd3b-dfa2-4b5f-a2e6-b26a117de5b8'),
(124354,32,38520,NULL,2610,1,'2026-03-04 20:47:55','2026-03-04 20:47:55','6cce0f4f-14f7-47d8-8512-e4cc20c9ea1d'),
(124355,32,38520,NULL,2598,2,'2026-03-04 20:47:55','2026-03-04 20:47:55','cdaec9c1-e477-446a-b4dd-e6a19c96d2dd'),
(124356,32,38520,NULL,2608,3,'2026-03-04 20:47:55','2026-03-04 20:47:55','eb2a10f8-5d01-46f4-9706-874461c85f31'),
(124357,32,38520,NULL,2600,4,'2026-03-04 20:47:55','2026-03-04 20:47:55','7e797138-b055-43a8-8ac3-3c6153186840'),
(124358,32,38520,NULL,2602,5,'2026-03-04 20:47:55','2026-03-04 20:47:55','a0a1dfb4-1cef-4ad7-a202-92a856ca8293'),
(124359,32,38520,NULL,2612,6,'2026-03-04 20:47:55','2026-03-04 20:47:55','a71f2857-ef82-4866-aca6-6c691ba7c761'),
(124360,32,38520,NULL,2604,7,'2026-03-04 20:47:55','2026-03-04 20:47:55','a8598e31-4ba8-4579-af18-324fa9aa609b'),
(124361,32,38520,NULL,2596,8,'2026-03-04 20:47:55','2026-03-04 20:47:55','56174ba3-ee23-437f-99a7-7dc2cab64515'),
(124362,32,38520,NULL,2606,9,'2026-03-04 20:47:55','2026-03-04 20:47:55','d8db5577-fff1-47ad-accc-5f785c9ffa4d'),
(124363,16,38520,NULL,5213,1,'2026-03-04 20:47:55','2026-03-04 20:47:55','98fd4c9c-5f54-4068-bc1f-d5c380bb77e4'),
(124364,7,38520,NULL,3468,1,'2026-03-04 20:47:55','2026-03-04 20:47:55','b4b2353e-2aa6-4bee-bc9b-89f1fa378dd4'),
(124365,7,38520,NULL,601,2,'2026-03-04 20:47:55','2026-03-04 20:47:55','11cb2002-ce39-40fa-9d7e-8c90555b0196'),
(124366,7,38520,NULL,617,3,'2026-03-04 20:47:55','2026-03-04 20:47:55','bba1a89f-5f1d-4025-a6e4-dc9b9d2d8ba3'),
(124367,7,38520,NULL,605,4,'2026-03-04 20:47:55','2026-03-04 20:47:55','ecc0638a-76bf-4034-bfed-8aa347f5c754'),
(124368,7,38520,NULL,9552,5,'2026-03-04 20:47:55','2026-03-04 20:47:55','e5489fc4-cd13-418b-a4c4-7b7ca50b791b'),
(124369,82,38520,NULL,479,1,'2026-03-04 20:47:55','2026-03-04 20:47:55','8d5ec1df-6c58-4f96-bd1a-d4d525f4f2b2'),
(124370,82,38520,NULL,491,2,'2026-03-04 20:47:55','2026-03-04 20:47:55','b871aaac-ff4e-40f6-a1bf-d207a303c3fd'),
(124371,47,38520,NULL,12308,1,'2026-03-04 20:47:55','2026-03-04 20:47:55','0b49bbc5-0f03-4d4b-b298-8bfca2f698d6'),
(124372,57,38520,NULL,5233,1,'2026-03-04 20:47:55','2026-03-04 20:47:55','a3a525d1-24f5-479a-8910-0bed404c2e97'),
(124373,57,38520,NULL,5234,2,'2026-03-04 20:47:55','2026-03-04 20:47:55','84bd03a8-c904-4323-965a-b67782a279fe'),
(124374,57,38520,NULL,5235,3,'2026-03-04 20:47:55','2026-03-04 20:47:55','397e3daf-bef6-4ef6-a419-7231b46c1852'),
(124375,57,38520,NULL,5236,4,'2026-03-04 20:47:55','2026-03-04 20:47:55','5ffa7542-2f22-48c4-9853-307cda685c22'),
(124376,57,38520,NULL,5237,5,'2026-03-04 20:47:55','2026-03-04 20:47:55','3af1a626-2ca2-47be-a5c8-59b11337e874'),
(124377,57,38520,NULL,5238,6,'2026-03-04 20:47:55','2026-03-04 20:47:55','0dc7eb0e-54c2-4e2d-87df-326be938291b'),
(124378,57,38520,NULL,5239,7,'2026-03-04 20:47:55','2026-03-04 20:47:55','170a6818-d4c3-41f6-8740-25a6ce1c318f'),
(124379,13,38520,NULL,23792,1,'2026-03-04 20:47:55','2026-03-04 20:47:55','9366fd26-eb0c-4e59-90fc-69e22bff1651'),
(124380,32,38521,NULL,2610,1,'2026-03-04 20:48:24','2026-03-04 20:48:24','05b3e929-73bf-4a91-a5fb-14fb5835cf74'),
(124381,32,38521,NULL,2598,2,'2026-03-04 20:48:24','2026-03-04 20:48:24','d9abc308-d6ca-485a-a321-e2ab5c66b2a0'),
(124382,32,38521,NULL,2608,3,'2026-03-04 20:48:24','2026-03-04 20:48:24','c50acb10-8973-4797-ac80-adf091464dc2'),
(124383,32,38521,NULL,2624,4,'2026-03-04 20:48:24','2026-03-04 20:48:24','0fa60da4-bdda-4788-9d7f-159aeb315d27'),
(124384,32,38521,NULL,2600,5,'2026-03-04 20:48:24','2026-03-04 20:48:24','cd6bddb0-404e-4ee7-a717-ca5161787c73'),
(124385,32,38521,NULL,2596,6,'2026-03-04 20:48:24','2026-03-04 20:48:24','941506e4-6667-4a33-ab4c-b793c22039f1'),
(124386,32,38521,NULL,2602,7,'2026-03-04 20:48:24','2026-03-04 20:48:24','f3ae434f-f93a-4670-b5ad-cb0040947fde'),
(124387,32,38521,NULL,2606,8,'2026-03-04 20:48:24','2026-03-04 20:48:24','377a092e-d56c-4714-a0c2-e32e2424d4fe'),
(124388,32,38521,NULL,2612,9,'2026-03-04 20:48:24','2026-03-04 20:48:24','1184cecd-178d-4c98-be4b-58c9d05dfb34'),
(124389,32,38521,NULL,2604,10,'2026-03-04 20:48:24','2026-03-04 20:48:24','8e462ebb-ff46-4906-8924-ba01eb0d3a4e'),
(124390,16,38521,NULL,5140,1,'2026-03-04 20:48:24','2026-03-04 20:48:24','64cfba45-ebdb-408e-898d-ab1c1141e40c'),
(124391,7,38521,NULL,601,1,'2026-03-04 20:48:24','2026-03-04 20:48:24','bffcf27b-edde-44cb-9b56-a65dc1d3391d'),
(124392,7,38521,NULL,3468,2,'2026-03-04 20:48:24','2026-03-04 20:48:24','f94e91f4-4aca-42e8-ba78-316253a7ba07'),
(124393,7,38521,NULL,9735,3,'2026-03-04 20:48:24','2026-03-04 20:48:24','d244691b-a62a-4111-aa3b-9735ac0ee93c'),
(124394,7,38521,NULL,617,4,'2026-03-04 20:48:24','2026-03-04 20:48:24','e9b4d1e9-d36f-4503-9124-8950e27947e7'),
(124395,7,38521,NULL,605,5,'2026-03-04 20:48:24','2026-03-04 20:48:24','46ad50d4-9333-40f7-96e8-0e284e3f2aea'),
(124396,7,38521,NULL,9552,6,'2026-03-04 20:48:24','2026-03-04 20:48:24','13befdbd-cca1-40bd-82f9-af8f91038fa6'),
(124397,82,38521,NULL,491,1,'2026-03-04 20:48:24','2026-03-04 20:48:24','db6487a7-ea81-4390-9f9b-b3440718d173'),
(124398,46,38521,NULL,2891,1,'2026-03-04 20:48:24','2026-03-04 20:48:24','5c86eddc-57a5-429b-a8fb-1ec8927290ff'),
(124399,47,38521,NULL,12315,1,'2026-03-04 20:48:24','2026-03-04 20:48:24','5ca99aa3-b871-457c-bf6f-b55c5ad0b768'),
(124400,57,38521,NULL,5146,1,'2026-03-04 20:48:24','2026-03-04 20:48:24','f974483b-697f-4256-ad93-2f7ab4cc5044'),
(124401,57,38521,NULL,5147,2,'2026-03-04 20:48:24','2026-03-04 20:48:24','0022385b-ea16-4a39-8817-2d4928755a0e'),
(124402,57,38521,NULL,5148,3,'2026-03-04 20:48:24','2026-03-04 20:48:24','9334323e-558e-4125-8aa6-4027b97530fb'),
(124403,57,38521,NULL,5149,4,'2026-03-04 20:48:24','2026-03-04 20:48:24','1c35907b-5a09-4f2f-8461-248612c42bff'),
(124404,57,38521,NULL,5150,5,'2026-03-04 20:48:24','2026-03-04 20:48:24','0153f4d9-ee75-4323-9808-38ba217bcc02'),
(124405,57,38521,NULL,5151,6,'2026-03-04 20:48:24','2026-03-04 20:48:24','bd22ac91-1eea-45e6-8fb3-19133f935cae'),
(124406,57,38521,NULL,5152,7,'2026-03-04 20:48:24','2026-03-04 20:48:24','b2e4516a-a8f4-483c-be07-d48c6c826a0c'),
(124407,57,38521,NULL,5153,8,'2026-03-04 20:48:24','2026-03-04 20:48:24','4aac3a2b-884a-42b3-b760-4dfb76a31686'),
(124408,13,38521,NULL,6882,1,'2026-03-04 20:48:24','2026-03-04 20:48:24','af2a9339-aa14-4163-8441-276268b479fd'),
(124409,32,38522,NULL,2614,1,'2026-03-04 20:48:47','2026-03-04 20:48:47','dbaff51b-3af1-49eb-9596-f00252b2c668'),
(124410,32,38522,NULL,2610,2,'2026-03-04 20:48:47','2026-03-04 20:48:47','4b5a5fd3-0c87-49a8-8ca9-0c9a25a48481'),
(124411,32,38522,NULL,2598,3,'2026-03-04 20:48:47','2026-03-04 20:48:47','9d0ff387-028a-4a34-a56d-26c01989d762'),
(124412,32,38522,NULL,2608,4,'2026-03-04 20:48:47','2026-03-04 20:48:47','1cb380dc-a954-49be-8093-5288ce261c41'),
(124413,32,38522,NULL,2600,5,'2026-03-04 20:48:47','2026-03-04 20:48:47','64537a6c-0b77-41d8-9d40-52f1e1ca70f9'),
(124414,32,38522,NULL,2596,6,'2026-03-04 20:48:47','2026-03-04 20:48:47','88497e08-b85c-4400-9cef-01f5b3391bf4'),
(124415,32,38522,NULL,2602,7,'2026-03-04 20:48:47','2026-03-04 20:48:47','833d7907-9652-4d90-a8e2-45d1282e9239'),
(124416,32,38522,NULL,2606,8,'2026-03-04 20:48:47','2026-03-04 20:48:47','fc7ab5c4-ce5d-4d23-8bfa-5dad516dc55b'),
(124417,32,38522,NULL,2612,9,'2026-03-04 20:48:47','2026-03-04 20:48:47','6dfda776-4dca-4567-aa08-c34f2c016ed7'),
(124418,32,38522,NULL,2604,10,'2026-03-04 20:48:47','2026-03-04 20:48:47','501f56d4-611d-4528-9d10-42ee2f9d9986'),
(124419,16,38522,NULL,5013,1,'2026-03-04 20:48:47','2026-03-04 20:48:47','c7fe2eef-68c0-4e5e-ae96-352085f65a27'),
(124420,7,38522,NULL,3468,1,'2026-03-04 20:48:47','2026-03-04 20:48:47','3ec23d81-720e-4ddd-9d8f-28e443b63ef3'),
(124421,7,38522,NULL,617,2,'2026-03-04 20:48:47','2026-03-04 20:48:47','2cc473e7-27bb-425d-a1ee-40b0a791df13'),
(124422,7,38522,NULL,605,3,'2026-03-04 20:48:47','2026-03-04 20:48:47','9d052df1-ed76-4512-bda4-d8a84773714b'),
(124423,7,38522,NULL,9552,4,'2026-03-04 20:48:47','2026-03-04 20:48:47','bbd98696-af1f-4603-8355-bdb2edbfbc87'),
(124424,47,38522,NULL,12321,1,'2026-03-04 20:48:47','2026-03-04 20:48:47','2742e36f-9348-4cdb-a887-37d19c770eca'),
(124425,57,38522,NULL,5033,1,'2026-03-04 20:48:47','2026-03-04 20:48:47','2eeef3a9-98c9-4a4d-8569-4c3b408caa6e'),
(124426,57,38522,NULL,5034,2,'2026-03-04 20:48:47','2026-03-04 20:48:47','06731f7c-3fbd-490c-a91d-d05ed5e7746c'),
(124427,57,38522,NULL,5035,3,'2026-03-04 20:48:47','2026-03-04 20:48:47','0afd3e10-5810-4b4b-8679-51da824ccccb'),
(124428,57,38522,NULL,5036,4,'2026-03-04 20:48:47','2026-03-04 20:48:47','7422019d-09a9-4254-bb7e-2572324b42b0'),
(124429,57,38522,NULL,5037,5,'2026-03-04 20:48:47','2026-03-04 20:48:47','c107f197-4ab1-4700-9904-15c308cc5040'),
(124430,57,38522,NULL,5038,6,'2026-03-04 20:48:47','2026-03-04 20:48:47','e06ea5ab-03c3-478e-951f-c4201c358a07'),
(124431,57,38522,NULL,5039,7,'2026-03-04 20:48:47','2026-03-04 20:48:47','7430ca39-4d65-4379-a2f3-c1e5ef68f73a'),
(124432,57,38522,NULL,5040,8,'2026-03-04 20:48:47','2026-03-04 20:48:47','328d798d-bcd6-40a6-9704-218ca7e12c6a'),
(124433,13,38522,NULL,23795,1,'2026-03-04 20:48:47','2026-03-04 20:48:47','93446016-8754-4ecf-a712-23a8c93d6530'),
(124434,32,38523,NULL,2614,1,'2026-03-04 21:05:25','2026-03-04 21:05:25','c6e3258e-8a6d-4be0-8357-1c3c233e5630'),
(124435,16,38523,NULL,8208,1,'2026-03-04 21:05:25','2026-03-04 21:05:25','a0b73b00-b2de-44fb-9603-8c9028acd94c'),
(124436,7,38523,NULL,617,1,'2026-03-04 21:05:25','2026-03-04 21:05:25','e399ecbb-5488-4f59-85d0-161f9e7b119b'),
(124437,7,38523,NULL,9555,2,'2026-03-04 21:05:25','2026-03-04 21:05:25','503697af-733b-4d1e-b714-67e918591f76'),
(124438,7,38523,NULL,605,3,'2026-03-04 21:05:25','2026-03-04 21:05:25','02b16e65-5779-44dc-b8b6-2835d2a2bd6c'),
(124439,7,38523,NULL,9552,4,'2026-03-04 21:05:25','2026-03-04 21:05:25','eb9bc814-555c-411e-927e-14489cea8928'),
(124440,57,38523,NULL,8218,1,'2026-03-04 21:05:25','2026-03-04 21:05:25','4afdd040-37d9-451e-a7c3-50fec850e719'),
(124441,57,38523,NULL,8217,2,'2026-03-04 21:05:25','2026-03-04 21:05:25','8870ef0e-c0f0-4510-ada9-aae3a4801ee2'),
(124442,57,38523,NULL,8211,3,'2026-03-04 21:05:25','2026-03-04 21:05:25','16a8fca9-99e5-43ae-b029-ebf22d7f75d5'),
(124443,57,38523,NULL,8214,4,'2026-03-04 21:05:25','2026-03-04 21:05:25','e73f8453-a11e-4e89-a17e-3d6790215ea3'),
(124444,57,38523,NULL,8213,5,'2026-03-04 21:05:25','2026-03-04 21:05:25','2b770bf8-ab8e-41f9-92bd-36b1be95336c'),
(124445,57,38523,NULL,8212,6,'2026-03-04 21:05:25','2026-03-04 21:05:25','f4ed1b86-4734-488d-8b74-b940d27c4c53'),
(124446,57,38523,NULL,8215,7,'2026-03-04 21:05:25','2026-03-04 21:05:25','57e80633-a11e-4d3b-bdc4-ec0a860fbdd2'),
(124447,74,38523,NULL,9453,1,'2026-03-04 21:05:25','2026-03-04 21:05:25','b419d20b-d35e-4a8a-942b-7e34e86133ad'),
(124448,13,38523,NULL,23903,1,'2026-03-04 21:05:25','2026-03-04 21:05:25','45341a97-21b2-4f83-a076-59012f9cf2a6'),
(124449,12,38523,NULL,12715,1,'2026-03-04 21:05:25','2026-03-04 21:05:25','39a4f850-4b6e-41a8-8465-cdf2fb71137c'),
(124474,32,38707,NULL,2610,1,'2026-03-05 15:26:51','2026-03-05 15:26:51','e5657542-2322-4adc-9644-548c33ce0b86'),
(124475,32,38707,NULL,2598,2,'2026-03-05 15:26:51','2026-03-05 15:26:51','486e1bbe-3461-4a89-b131-b6ba538b1d75'),
(124476,32,38707,NULL,2600,3,'2026-03-05 15:26:51','2026-03-05 15:26:51','189775f6-589d-4e7e-8186-0cec973dfcdf'),
(124477,32,38707,NULL,2606,4,'2026-03-05 15:26:51','2026-03-05 15:26:51','fbe29aae-dc48-444c-9ab6-218c5cc95781'),
(124478,32,38707,NULL,2604,5,'2026-03-05 15:26:51','2026-03-05 15:26:51','84c25fd9-15b4-43f9-8d22-28918d404b22'),
(124479,32,38707,NULL,2614,6,'2026-03-05 15:26:51','2026-03-05 15:26:51','61f574ac-7c1d-4bcb-9cc1-9471b63d7b33'),
(124480,32,38707,NULL,2608,7,'2026-03-05 15:26:51','2026-03-05 15:26:51','5cf6a96c-07b5-430f-aaf6-b7bc9473d2b2'),
(124481,32,38707,NULL,2596,8,'2026-03-05 15:26:51','2026-03-05 15:26:51','2240c136-0c2f-49e7-bc9b-c2ecdcbb358d'),
(124482,32,38707,NULL,2602,9,'2026-03-05 15:26:51','2026-03-05 15:26:51','7ea88eec-6c4d-47a5-b41e-c468ea69edd6'),
(124483,32,38707,NULL,2612,10,'2026-03-05 15:26:51','2026-03-05 15:26:51','5a2c3870-bc47-4940-9fe1-92c7630f6e2d'),
(124484,16,38707,NULL,5191,1,'2026-03-05 15:26:51','2026-03-05 15:26:51','54ef949d-43b4-4f02-8498-ff885b166843'),
(124485,7,38707,NULL,2969,1,'2026-03-05 15:26:51','2026-03-05 15:26:51','ad94acb6-b178-4711-8469-d0d88965cca5'),
(124486,7,38707,NULL,28766,2,'2026-03-05 15:26:51','2026-03-05 15:26:51','5582b347-d91a-4e7c-b2ce-e978054f00cd'),
(124487,7,38707,NULL,617,3,'2026-03-05 15:26:51','2026-03-05 15:26:51','1f7532fe-bc8d-468d-9281-d93950cb7214'),
(124488,7,38707,NULL,605,4,'2026-03-05 15:26:51','2026-03-05 15:26:51','196fea7b-4fed-4824-84f1-322992f3003a'),
(124489,7,38707,NULL,9552,5,'2026-03-05 15:26:51','2026-03-05 15:26:51','2f058798-4de8-4229-b1bb-bff81f3bc729'),
(124490,47,38707,NULL,12370,1,'2026-03-05 15:26:51','2026-03-05 15:26:51','7d35e983-c954-41b5-a7ab-78dfac6d2d79'),
(124491,57,38707,NULL,5185,1,'2026-03-05 15:26:51','2026-03-05 15:26:51','1cd25d15-b10e-4630-bdf6-b605a8e61597'),
(124492,57,38707,NULL,5186,2,'2026-03-05 15:26:51','2026-03-05 15:26:51','3343ccf1-270f-4434-9e33-496839ebd1e3'),
(124493,57,38707,NULL,5187,3,'2026-03-05 15:26:51','2026-03-05 15:26:51','445c66a7-0703-4a36-8cc3-ca5328f0da21'),
(124494,57,38707,NULL,5188,4,'2026-03-05 15:26:51','2026-03-05 15:26:51','283dce97-7ac4-4ee7-ba03-c86fd80a3f49'),
(124495,57,38707,NULL,5189,5,'2026-03-05 15:26:51','2026-03-05 15:26:51','276064fa-f633-46d4-9939-9b791feb02f1'),
(124496,57,38707,NULL,5190,6,'2026-03-05 15:26:51','2026-03-05 15:26:51','c0062de1-b605-44ec-a264-40e91c43b62e'),
(124497,13,38707,NULL,24348,1,'2026-03-05 15:26:51','2026-03-05 15:26:51','37649e8b-710e-4195-9803-210ede11b7d7'),
(124522,32,38711,NULL,2610,1,'2026-03-05 15:30:30','2026-03-05 15:30:30','b4b091ed-ac0a-44f1-9aea-4a6921de5e91'),
(124523,32,38711,NULL,2598,2,'2026-03-05 15:30:30','2026-03-05 15:30:30','3f9b3aff-eb08-41b3-81f1-d2bef155e924'),
(124524,32,38711,NULL,2600,3,'2026-03-05 15:30:30','2026-03-05 15:30:30','93b53215-fed8-449d-b5b3-44123e5918bb'),
(124525,32,38711,NULL,2606,4,'2026-03-05 15:30:30','2026-03-05 15:30:30','2333c680-9997-450e-9d09-68fb4755b847'),
(124526,32,38711,NULL,2604,5,'2026-03-05 15:30:30','2026-03-05 15:30:30','72b42980-96a3-4991-b77e-42bb527d6067'),
(124527,32,38711,NULL,2614,6,'2026-03-05 15:30:30','2026-03-05 15:30:30','c6690c6a-f780-4f19-953e-11387d915155'),
(124528,32,38711,NULL,2608,7,'2026-03-05 15:30:30','2026-03-05 15:30:30','65a4c477-5f1a-49ed-abcf-bb6df27db1ac'),
(124529,32,38711,NULL,2596,8,'2026-03-05 15:30:30','2026-03-05 15:30:30','e8165d68-a480-4f2c-a674-8d5c7e143753'),
(124530,32,38711,NULL,2602,9,'2026-03-05 15:30:30','2026-03-05 15:30:30','0d087c79-6595-4358-8dc5-a2942c2deecd'),
(124531,32,38711,NULL,2612,10,'2026-03-05 15:30:30','2026-03-05 15:30:30','f156946a-02da-49b1-8203-e4ce9c05c151'),
(124532,16,38711,NULL,5191,1,'2026-03-05 15:30:30','2026-03-05 15:30:30','ee1b43db-fb2a-404a-93bf-f4e5ae0073da'),
(124533,7,38711,NULL,2969,1,'2026-03-05 15:30:30','2026-03-05 15:30:30','8b7a5b70-14b6-4c77-bdec-129b14a19427'),
(124534,7,38711,NULL,28766,2,'2026-03-05 15:30:30','2026-03-05 15:30:30','2f7ec3f9-5591-4cee-80f9-56f3b2224026'),
(124535,7,38711,NULL,617,3,'2026-03-05 15:30:30','2026-03-05 15:30:30','8c5c54c8-22c1-4981-b54f-bbdbcee5e6a5'),
(124536,7,38711,NULL,605,4,'2026-03-05 15:30:30','2026-03-05 15:30:30','09d54f29-5076-4649-ba93-7de89469f71f'),
(124537,7,38711,NULL,9552,5,'2026-03-05 15:30:30','2026-03-05 15:30:30','f0cf9475-dc02-4dad-a73b-63fe201721e9'),
(124538,47,38711,NULL,12370,1,'2026-03-05 15:30:30','2026-03-05 15:30:30','064d6839-0cda-4d3b-85ca-94167daae3d6'),
(124539,57,38711,NULL,5185,1,'2026-03-05 15:30:30','2026-03-05 15:30:30','9891afed-b84f-4dcd-84d5-b483c36ccff8'),
(124540,57,38711,NULL,5186,2,'2026-03-05 15:30:30','2026-03-05 15:30:30','4dea29c9-2801-40b7-a918-a2689b9a6f1f'),
(124541,57,38711,NULL,5187,3,'2026-03-05 15:30:30','2026-03-05 15:30:30','282a7e11-a03c-4f29-a466-3cdd36370c87'),
(124542,57,38711,NULL,5188,4,'2026-03-05 15:30:30','2026-03-05 15:30:30','298403a9-2be7-433b-a56e-072a569cdb0e'),
(124543,57,38711,NULL,5189,5,'2026-03-05 15:30:30','2026-03-05 15:30:30','a505bb96-b5a0-4824-b184-9e9970fbbab8'),
(124544,57,38711,NULL,5190,6,'2026-03-05 15:30:30','2026-03-05 15:30:30','95878b71-652f-4c13-a0e3-4531d3363df8'),
(124545,13,38711,NULL,24348,1,'2026-03-05 15:30:30','2026-03-05 15:30:30','e0c18e12-6912-4f73-beac-fe4758c1d323'),
(124578,32,38714,NULL,2614,1,'2026-03-05 15:39:03','2026-03-05 15:39:03','57e8b654-9561-4415-9169-d88d3a923216'),
(124579,32,38714,NULL,2610,2,'2026-03-05 15:39:03','2026-03-05 15:39:03','cac9ebe4-9b9e-4b90-a334-3772b7d225ff'),
(124580,32,38714,NULL,2598,3,'2026-03-05 15:39:03','2026-03-05 15:39:03','7b162c2a-e43c-4eea-9759-7f07250ee4e4'),
(124581,32,38714,NULL,2608,4,'2026-03-05 15:39:03','2026-03-05 15:39:03','d24363ff-6711-421f-8e49-b223641a7232'),
(124582,32,38714,NULL,2624,5,'2026-03-05 15:39:03','2026-03-05 15:39:03','00ac49d9-9b2e-4554-ab53-bd60743d369f'),
(124583,32,38714,NULL,2600,6,'2026-03-05 15:39:03','2026-03-05 15:39:03','e61966ef-b8c2-4c2d-bbcf-0ef59dd3b84c'),
(124584,32,38714,NULL,2596,7,'2026-03-05 15:39:03','2026-03-05 15:39:03','bf6a8189-8a16-40e1-8fac-60046950e5e2'),
(124585,32,38714,NULL,2602,8,'2026-03-05 15:39:03','2026-03-05 15:39:03','3db968e1-fd15-491f-ab41-c34c7ab0d99d'),
(124586,32,38714,NULL,2606,9,'2026-03-05 15:39:03','2026-03-05 15:39:03','2d06f27a-ffab-4ffc-830f-6addaf4fa396'),
(124587,32,38714,NULL,2612,10,'2026-03-05 15:39:03','2026-03-05 15:39:03','62848c7f-bfac-4e6f-9b94-f070ffffd831'),
(124588,32,38714,NULL,2604,11,'2026-03-05 15:39:03','2026-03-05 15:39:03','58074367-592e-40c0-a63a-330a04e944fd'),
(124589,16,38714,NULL,9852,1,'2026-03-05 15:39:03','2026-03-05 15:39:03','4e03da9e-d9bd-43a3-982f-9b045884fe99'),
(124590,7,38714,NULL,605,1,'2026-03-05 15:39:03','2026-03-05 15:39:03','83099320-6934-4384-a579-b0408d2b941c'),
(124591,7,38714,NULL,617,2,'2026-03-05 15:39:03','2026-03-05 15:39:03','a4b5a52e-44e2-4010-9a4a-6b46a2f5a24c'),
(124592,7,38714,NULL,9552,3,'2026-03-05 15:39:03','2026-03-05 15:39:03','332f6d5d-1519-403e-aa0e-3ea0ab817d46'),
(124593,46,38714,NULL,2891,1,'2026-03-05 15:39:03','2026-03-05 15:39:03','0fcec331-64c9-4b6b-8a0e-f208297ef5e2'),
(124594,47,38714,NULL,12352,1,'2026-03-05 15:39:03','2026-03-05 15:39:03','f8cc5ee1-5a70-4e96-9310-32740c4f495b'),
(124595,57,38714,NULL,9861,1,'2026-03-05 15:39:03','2026-03-05 15:39:03','8ebc4865-86a8-483e-ad9f-6df30ceaeb29'),
(124596,57,38714,NULL,9866,2,'2026-03-05 15:39:03','2026-03-05 15:39:03','ac046e31-db7d-46b9-925f-31f9fd4b2c8b'),
(124597,57,38714,NULL,9865,3,'2026-03-05 15:39:03','2026-03-05 15:39:03','265bfac2-0891-46da-a554-78239138d2c0'),
(124598,57,38714,NULL,9862,4,'2026-03-05 15:39:03','2026-03-05 15:39:03','929231fa-9b5c-4958-b0d1-d0b1a4a80213'),
(124599,57,38714,NULL,9859,5,'2026-03-05 15:39:03','2026-03-05 15:39:03','1ff0db97-0ff0-4738-a795-9d8581181d6c'),
(124600,57,38714,NULL,9864,6,'2026-03-05 15:39:03','2026-03-05 15:39:03','a997b1e1-2540-4a9e-9a35-ed4bc006c65c'),
(124601,57,38714,NULL,9868,7,'2026-03-05 15:39:03','2026-03-05 15:39:03','4a12fe2b-89be-4be2-a1e8-1955697a021a'),
(124602,57,38714,NULL,9869,8,'2026-03-05 15:39:03','2026-03-05 15:39:03','b2021d8a-5528-4a18-9eb4-ab7707fcb8c9'),
(124603,57,38714,NULL,9870,9,'2026-03-05 15:39:03','2026-03-05 15:39:03','a1adcb78-a065-404b-816c-91ac323aa692'),
(124604,57,38714,NULL,9871,10,'2026-03-05 15:39:03','2026-03-05 15:39:03','97772a19-4831-4eba-9446-b63ef544e4c2'),
(124605,57,38714,NULL,9872,11,'2026-03-05 15:39:03','2026-03-05 15:39:03','24521aa8-67f6-496e-a398-c67aa07265ff'),
(124606,57,38714,NULL,9873,12,'2026-03-05 15:39:03','2026-03-05 15:39:03','e2d283cd-67b3-4fad-8f5f-2ad0c161ff42'),
(124607,57,38714,NULL,9874,13,'2026-03-05 15:39:03','2026-03-05 15:39:03','9f13db3b-1bfd-4835-bca2-b95d5d6e8b48'),
(124608,57,38714,NULL,9876,14,'2026-03-05 15:39:03','2026-03-05 15:39:03','52ca924a-29f6-486c-9945-ec507c42fe23'),
(124609,13,38714,NULL,6927,1,'2026-03-05 15:39:03','2026-03-05 15:39:03','073bd697-322a-46b0-b7e1-48cdb49f7df9'),
(124641,32,38718,NULL,2614,1,'2026-03-05 15:40:10','2026-03-05 15:40:10','220e6803-db30-4417-8332-0184964fe9d5'),
(124642,32,38718,NULL,2610,2,'2026-03-05 15:40:10','2026-03-05 15:40:10','c1425f94-5ed0-434b-bcb2-4ec1408ebba2'),
(124643,32,38718,NULL,2598,3,'2026-03-05 15:40:10','2026-03-05 15:40:10','7abe1cc3-542e-4ab2-86f3-be925b8da55a'),
(124644,32,38718,NULL,2608,4,'2026-03-05 15:40:10','2026-03-05 15:40:10','0382c79e-8564-4a90-933f-d80774158e4c'),
(124645,32,38718,NULL,2600,5,'2026-03-05 15:40:10','2026-03-05 15:40:10','33afe020-31f0-44dc-8cdc-687dd3b60e05'),
(124646,32,38718,NULL,2596,6,'2026-03-05 15:40:10','2026-03-05 15:40:10','b0545667-1b16-4661-bbee-01d5f4c75750'),
(124647,32,38718,NULL,2602,7,'2026-03-05 15:40:10','2026-03-05 15:40:10','83961863-0e17-47a9-a021-14dc0e3052d0'),
(124648,32,38718,NULL,2612,8,'2026-03-05 15:40:10','2026-03-05 15:40:10','e72e3fc1-fdba-44d6-9a2d-5737252f9e9d'),
(124649,32,38718,NULL,2606,9,'2026-03-05 15:40:10','2026-03-05 15:40:10','afe2eb84-08ae-4545-a6ad-bd37164db1e1'),
(124650,16,38718,NULL,9749,1,'2026-03-05 15:40:10','2026-03-05 15:40:10','afae7f9d-8353-42f2-bc14-0524035254f9'),
(124651,7,38718,NULL,6547,1,'2026-03-05 15:40:10','2026-03-05 15:40:10','08100ec1-028e-4c19-9f00-93ef2a7aa037'),
(124652,7,38718,NULL,9732,2,'2026-03-05 15:40:10','2026-03-05 15:40:10','94ff2aee-70cf-45b4-b6f7-367800bb843e'),
(124653,7,38718,NULL,9735,3,'2026-03-05 15:40:10','2026-03-05 15:40:10','7cf44c87-daec-4f6e-ae71-1bff591ae7c5'),
(124654,7,38718,NULL,9640,4,'2026-03-05 15:40:10','2026-03-05 15:40:10','d330bbc9-bd78-4b32-a892-1127db31fd51'),
(124655,7,38718,NULL,617,5,'2026-03-05 15:40:10','2026-03-05 15:40:10','c48093d4-f118-4eee-beab-7a63e40d7a58'),
(124656,7,38718,NULL,605,6,'2026-03-05 15:40:10','2026-03-05 15:40:10','964820f4-5c2e-4d27-9a84-cc2395a61817'),
(124657,7,38718,NULL,9552,7,'2026-03-05 15:40:10','2026-03-05 15:40:10','f0526c8d-1376-4be6-bdb3-889a21719ace'),
(124658,82,38718,NULL,477,1,'2026-03-05 15:40:10','2026-03-05 15:40:10','29399f7d-a308-485a-8417-b0356894d711'),
(124659,82,38718,NULL,479,2,'2026-03-05 15:40:10','2026-03-05 15:40:10','a31a0dce-5a4b-4b2c-94e9-d31afa083fe1'),
(124660,47,38718,NULL,12344,1,'2026-03-05 15:40:10','2026-03-05 15:40:10','efe938fa-25a2-4dc6-94bb-9448a3a4e06d'),
(124661,57,38718,NULL,9804,1,'2026-03-05 15:40:10','2026-03-05 15:40:10','10cf8cbc-e8f5-4736-9937-f9704c124170'),
(124662,57,38718,NULL,9811,2,'2026-03-05 15:40:10','2026-03-05 15:40:10','447394a9-3c38-48ad-9430-8aece4d1829e'),
(124663,57,38718,NULL,9805,3,'2026-03-05 15:40:10','2026-03-05 15:40:10','3efd6998-8aed-48e7-9498-3e17a588f359'),
(124664,57,38718,NULL,9806,4,'2026-03-05 15:40:10','2026-03-05 15:40:10','4fd1aecc-358c-48a3-bf12-b7d1709f3950'),
(124665,57,38718,NULL,9807,5,'2026-03-05 15:40:10','2026-03-05 15:40:10','8000483c-6fec-481d-b4b9-80910f533329'),
(124666,57,38718,NULL,9800,6,'2026-03-05 15:40:10','2026-03-05 15:40:10','6f4f95fb-51db-4a83-9985-0038f7a7f4b9'),
(124667,57,38718,NULL,9808,7,'2026-03-05 15:40:10','2026-03-05 15:40:10','2bfd1c92-f2f4-4512-85a9-c0170266e4b2'),
(124668,57,38718,NULL,9809,8,'2026-03-05 15:40:10','2026-03-05 15:40:10','25f7a224-913c-4329-8c39-aa850e0b96c1'),
(124669,57,38718,NULL,9812,9,'2026-03-05 15:40:10','2026-03-05 15:40:10','8ab2ed8e-179c-4082-a6d3-dfabf2c252a2'),
(124670,57,38718,NULL,9813,10,'2026-03-05 15:40:10','2026-03-05 15:40:10','ecd822a4-b015-42fc-8348-0ee5af19b0fe'),
(124671,13,38718,NULL,6925,1,'2026-03-05 15:40:10','2026-03-05 15:40:10','9bd610f6-97ed-474e-9c7b-321088b93c03'),
(124700,32,38745,NULL,2610,1,'2026-03-05 18:14:43','2026-03-05 18:14:43','6d4d2106-db37-4378-b558-e4c5d8349b08'),
(124701,32,38745,NULL,2598,2,'2026-03-05 18:14:43','2026-03-05 18:14:43','e78abe9f-25b0-487b-8489-c859123d9d10'),
(124702,32,38745,NULL,2600,3,'2026-03-05 18:14:43','2026-03-05 18:14:43','1c11b15c-7ee5-48ff-82cc-3bff10f7fba8'),
(124703,32,38745,NULL,2604,4,'2026-03-05 18:14:43','2026-03-05 18:14:43','6e31b0ea-a3b2-4dd5-93be-d710c1cf15e9'),
(124704,32,38745,NULL,2608,5,'2026-03-05 18:14:43','2026-03-05 18:14:43','288d813c-08b5-4698-b834-d48f7ea86d1e'),
(124705,32,38745,NULL,2596,6,'2026-03-05 18:14:43','2026-03-05 18:14:43','8bc5f32c-f88c-4739-ad19-75baa122d4b9'),
(124706,32,38745,NULL,2602,7,'2026-03-05 18:14:43','2026-03-05 18:14:43','4b55264c-44cb-4108-b5a5-b27ea2e53d07'),
(124707,32,38745,NULL,2606,8,'2026-03-05 18:14:43','2026-03-05 18:14:43','d613a86a-ab49-45f5-929a-446f94810a7a'),
(124708,32,38745,NULL,2612,9,'2026-03-05 18:14:43','2026-03-05 18:14:43','951db1f2-6f54-402d-8fcd-04bb316d746c'),
(124709,16,38745,NULL,9420,1,'2026-03-05 18:14:43','2026-03-05 18:14:43','cfa7aaec-63f0-470e-b52a-f97827aa1018'),
(124710,7,38745,NULL,6547,1,'2026-03-05 18:14:43','2026-03-05 18:14:43','d8ce7357-259f-43c4-8f48-7b527b715ba6'),
(124711,7,38745,NULL,601,2,'2026-03-05 18:14:43','2026-03-05 18:14:43','b8b79241-10f9-4930-b6ef-8734e0dc00be'),
(124712,7,38745,NULL,28766,3,'2026-03-05 18:14:43','2026-03-05 18:14:43','80cd0ec6-0d91-46dc-a7ac-4f88522682a0'),
(124713,7,38745,NULL,617,4,'2026-03-05 18:14:43','2026-03-05 18:14:43','080ecbd8-1f2c-4452-95f3-b03c58bfe406'),
(124714,7,38745,NULL,605,5,'2026-03-05 18:14:43','2026-03-05 18:14:43','a8b7252c-a989-4861-a44d-80181f547959'),
(124715,7,38745,NULL,9552,6,'2026-03-05 18:14:43','2026-03-05 18:14:43','43625085-507a-4d55-a4e5-7b209e53f073'),
(124716,82,38745,NULL,491,1,'2026-03-05 18:14:43','2026-03-05 18:14:43','da163ec4-7c59-4781-ae40-0da89826455f'),
(124717,47,38745,NULL,12413,1,'2026-03-05 18:14:43','2026-03-05 18:14:43','77ff4110-9e5a-46d6-87d8-c49e5afa5e9d'),
(124718,57,38745,NULL,8141,1,'2026-03-05 18:14:43','2026-03-05 18:14:43','141553e7-c51d-4e86-90a0-a917e2f7513c'),
(124719,57,38745,NULL,5129,2,'2026-03-05 18:14:43','2026-03-05 18:14:43','0873cc31-766e-4613-8503-42cef20d46e5'),
(124720,57,38745,NULL,5127,3,'2026-03-05 18:14:43','2026-03-05 18:14:43','4c44b152-78e0-4baf-a51a-99eeffac9e45'),
(124721,57,38745,NULL,8142,4,'2026-03-05 18:14:43','2026-03-05 18:14:43','0252bb4c-c8c2-4540-9bdd-620f54037764'),
(124722,57,38745,NULL,9423,5,'2026-03-05 18:14:43','2026-03-05 18:14:43','6e9f8ebd-8bbc-4317-80b8-02345c5156ff'),
(124723,57,38745,NULL,9424,6,'2026-03-05 18:14:43','2026-03-05 18:14:43','9df72d77-0697-4bcd-8c3d-a7bad0ddf279'),
(124724,57,38745,NULL,9425,7,'2026-03-05 18:14:43','2026-03-05 18:14:43','225877ed-f934-4f3f-8c40-bd36adb890e7'),
(124725,57,38745,NULL,9426,8,'2026-03-05 18:14:43','2026-03-05 18:14:43','fe78742a-720b-4e17-93a5-4b0aebd483b6'),
(124726,57,38745,NULL,9427,9,'2026-03-05 18:14:43','2026-03-05 18:14:43','2149acd7-3e6a-4a37-835b-6df1ec9fe169'),
(124727,13,38745,NULL,23725,1,'2026-03-05 18:14:43','2026-03-05 18:14:43','6a6ba6d0-eb43-41b0-827a-3585a10c2927'),
(124728,32,38746,NULL,2610,1,'2026-03-05 18:15:00','2026-03-05 18:15:00','11e23574-f992-44c5-b2d2-b15e76c8503f'),
(124729,32,38746,NULL,2598,2,'2026-03-05 18:15:00','2026-03-05 18:15:00','b451d401-19e6-4f97-8f54-ddec6430b1b2'),
(124730,32,38746,NULL,2600,3,'2026-03-05 18:15:00','2026-03-05 18:15:00','ada201c7-d6c5-493c-a155-86dfbf53f6a5'),
(124731,32,38746,NULL,2604,4,'2026-03-05 18:15:00','2026-03-05 18:15:00','519cc408-151d-4ec4-9c43-304b9152b3c6'),
(124732,32,38746,NULL,2608,5,'2026-03-05 18:15:00','2026-03-05 18:15:00','e3b134ed-b6c9-40c9-b9a1-ff17edb3d5ae'),
(124733,32,38746,NULL,2596,6,'2026-03-05 18:15:00','2026-03-05 18:15:00','9e29bdb8-cd6c-434b-892a-55173803d5d8'),
(124734,32,38746,NULL,2602,7,'2026-03-05 18:15:00','2026-03-05 18:15:00','c70e6526-75e1-412e-9154-c86b134aeb8a'),
(124735,32,38746,NULL,2606,8,'2026-03-05 18:15:00','2026-03-05 18:15:00','c5b3b840-d6fe-4002-8145-cc21d90e8e5d'),
(124736,32,38746,NULL,2612,9,'2026-03-05 18:15:00','2026-03-05 18:15:00','430ede3d-01d4-4e25-8d31-44dc39258505'),
(124737,16,38746,NULL,9420,1,'2026-03-05 18:15:00','2026-03-05 18:15:00','fb64562e-8916-4c53-af02-ec615bd71ece'),
(124738,7,38746,NULL,6547,1,'2026-03-05 18:15:00','2026-03-05 18:15:00','f685851b-0f1c-4cb7-a4c7-b2a0e8ea9b48'),
(124739,7,38746,NULL,601,2,'2026-03-05 18:15:00','2026-03-05 18:15:00','ebc62a36-1834-4a7e-8548-cd9b90ba11d2'),
(124740,7,38746,NULL,28766,3,'2026-03-05 18:15:00','2026-03-05 18:15:00','fa0991a9-ec72-41d6-89de-be2a7b712fac'),
(124741,7,38746,NULL,617,4,'2026-03-05 18:15:00','2026-03-05 18:15:00','d8333a1e-5f3a-4e62-922f-40ae50c83087'),
(124742,7,38746,NULL,605,5,'2026-03-05 18:15:00','2026-03-05 18:15:00','e7b919f8-e6de-4788-aa07-2401fd562c39'),
(124743,7,38746,NULL,9552,6,'2026-03-05 18:15:00','2026-03-05 18:15:00','e4f31132-7cad-4aa7-9b7d-dc75297b3204'),
(124744,82,38746,NULL,491,1,'2026-03-05 18:15:00','2026-03-05 18:15:00','1ffb15de-8a52-43d9-8b64-65bd9338a6c7'),
(124745,47,38746,NULL,12413,1,'2026-03-05 18:15:00','2026-03-05 18:15:00','3ea3e3e4-bbcb-487e-9335-27a910f542e0'),
(124746,57,38746,NULL,8141,1,'2026-03-05 18:15:00','2026-03-05 18:15:00','43b51b28-f0d8-4d30-abf8-c4cb7bb9c279'),
(124747,57,38746,NULL,5129,2,'2026-03-05 18:15:00','2026-03-05 18:15:00','372f1fc4-d7eb-41ae-a1a3-edf1acddd9fa'),
(124748,57,38746,NULL,5127,3,'2026-03-05 18:15:00','2026-03-05 18:15:00','60e6cffa-859d-4569-bd05-9171688fc9b0'),
(124749,57,38746,NULL,8142,4,'2026-03-05 18:15:00','2026-03-05 18:15:00','f4e2fda4-c1d4-4eca-b0cb-7c5329adfba2'),
(124750,57,38746,NULL,9423,5,'2026-03-05 18:15:00','2026-03-05 18:15:00','22fb214d-dcf8-4c72-b0dc-10adb47bc0d7'),
(124751,57,38746,NULL,9424,6,'2026-03-05 18:15:00','2026-03-05 18:15:00','4e666538-fca9-43ee-b042-c720df3f062c'),
(124752,57,38746,NULL,9425,7,'2026-03-05 18:15:00','2026-03-05 18:15:00','1bc4b9d0-dcff-4de0-96d1-233087825568'),
(124753,57,38746,NULL,9426,8,'2026-03-05 18:15:00','2026-03-05 18:15:00','7895c684-5153-4235-b98e-e0680c433e52'),
(124754,57,38746,NULL,9427,9,'2026-03-05 18:15:00','2026-03-05 18:15:00','2c12ca03-5ecc-4ac9-ba49-26ddcdafc6b5'),
(124755,13,38746,NULL,23725,1,'2026-03-05 18:15:00','2026-03-05 18:15:00','822b53eb-976d-49f3-9530-ebecc14c275a'),
(124756,32,38749,NULL,2610,1,'2026-03-05 18:26:30','2026-03-05 18:26:30','b9c89602-ffb9-4fa2-b934-614b141a4a2a'),
(124757,32,38749,NULL,2598,2,'2026-03-05 18:26:30','2026-03-05 18:26:30','85a68e80-5120-4626-95ed-cc386d5d2c75'),
(124758,32,38749,NULL,2600,3,'2026-03-05 18:26:30','2026-03-05 18:26:30','e0c46469-a135-46e3-9695-9456fc9dcee4'),
(124759,32,38749,NULL,2604,4,'2026-03-05 18:26:30','2026-03-05 18:26:30','6909d6d8-ed21-4733-a2b2-9b4f4d5cdec5'),
(124760,32,38749,NULL,2608,5,'2026-03-05 18:26:30','2026-03-05 18:26:30','57ad76d3-4573-4c26-bf2a-9708af25ad05'),
(124761,32,38749,NULL,2596,6,'2026-03-05 18:26:30','2026-03-05 18:26:30','9dfa0ba4-e8e7-420e-95d6-98d1ba4de46c'),
(124762,32,38749,NULL,2602,7,'2026-03-05 18:26:30','2026-03-05 18:26:30','5874f8a6-117b-428a-848c-a8df82f63132'),
(124763,32,38749,NULL,2606,8,'2026-03-05 18:26:30','2026-03-05 18:26:30','c1896442-a282-4a73-bf36-350946503f2e'),
(124764,32,38749,NULL,2612,9,'2026-03-05 18:26:30','2026-03-05 18:26:30','c39aaca2-e10b-4a71-858d-a2e8281b568a'),
(124765,16,38749,NULL,9420,1,'2026-03-05 18:26:30','2026-03-05 18:26:30','1e933731-8b55-4bab-9def-861c975284f1'),
(124766,7,38749,NULL,6547,1,'2026-03-05 18:26:30','2026-03-05 18:26:30','ad53c84c-944c-4ecd-a376-b8ac0c300e04'),
(124767,7,38749,NULL,601,2,'2026-03-05 18:26:30','2026-03-05 18:26:30','66a20613-375d-4625-b48b-e19c9ad80444'),
(124768,7,38749,NULL,28766,3,'2026-03-05 18:26:30','2026-03-05 18:26:30','ba176c9a-805d-4184-ac72-19d9a0b1c039'),
(124769,7,38749,NULL,617,4,'2026-03-05 18:26:30','2026-03-05 18:26:30','6766e147-dd15-464a-8853-fa7363eed899'),
(124770,7,38749,NULL,605,5,'2026-03-05 18:26:30','2026-03-05 18:26:30','caa5c3a6-8010-46c2-a5a5-cd3630cc9656'),
(124771,7,38749,NULL,9552,6,'2026-03-05 18:26:30','2026-03-05 18:26:30','510e2f68-351d-4060-a490-9f2e2f7fc31b'),
(124772,82,38749,NULL,491,1,'2026-03-05 18:26:30','2026-03-05 18:26:30','b3ab034c-6dea-40c4-afba-781cf5cceadf'),
(124773,47,38749,NULL,12413,1,'2026-03-05 18:26:30','2026-03-05 18:26:30','a654374c-25dc-4c57-ab50-7364f7dfe3be'),
(124774,57,38749,NULL,8141,1,'2026-03-05 18:26:30','2026-03-05 18:26:30','a34b89ef-a0d1-4784-8fca-f9b94280f1d5'),
(124775,57,38749,NULL,5129,2,'2026-03-05 18:26:30','2026-03-05 18:26:30','24370b29-965a-4a2c-880c-ffe07335c0a2'),
(124776,57,38749,NULL,5127,3,'2026-03-05 18:26:30','2026-03-05 18:26:30','221d2429-ee5d-43e6-aa0d-f171b31b9d99'),
(124777,57,38749,NULL,8142,4,'2026-03-05 18:26:30','2026-03-05 18:26:30','47db98e9-53e2-4439-9721-a87a749f97a3'),
(124778,57,38749,NULL,9423,5,'2026-03-05 18:26:30','2026-03-05 18:26:30','a85450a0-40fb-412f-ae27-bfed93c59927'),
(124779,57,38749,NULL,9424,6,'2026-03-05 18:26:30','2026-03-05 18:26:30','dd5d361e-b1b1-411a-9f90-455cd1a9f34e'),
(124780,57,38749,NULL,9425,7,'2026-03-05 18:26:30','2026-03-05 18:26:30','96b3263a-ced9-4d86-ad3d-b928c7fe2954'),
(124781,57,38749,NULL,9426,8,'2026-03-05 18:26:30','2026-03-05 18:26:30','f878e43f-7041-403d-9a79-cebb681c4cc7'),
(124782,57,38749,NULL,9427,9,'2026-03-05 18:26:30','2026-03-05 18:26:30','f0332993-bbd5-4f06-845f-927f48a2c781'),
(124783,13,38749,NULL,23725,1,'2026-03-05 18:26:30','2026-03-05 18:26:30','7cf266f6-44cc-4f05-a6b4-b5d7419f05ba'),
(124807,32,38758,NULL,2610,1,'2026-03-05 19:29:05','2026-03-05 19:29:05','0a31de71-497c-4d44-8311-32d7ad48bb2b'),
(124808,32,38758,NULL,2598,2,'2026-03-05 19:29:05','2026-03-05 19:29:05','fb5dd9e0-bc89-4371-8dda-1b830edc3342'),
(124809,32,38758,NULL,2608,3,'2026-03-05 19:29:05','2026-03-05 19:29:05','a27d8de6-65dc-4e32-b203-5a9e672550ff'),
(124810,32,38758,NULL,2600,4,'2026-03-05 19:29:05','2026-03-05 19:29:05','beb5c49a-05e1-4bb4-9728-773f3916095e'),
(124811,32,38758,NULL,2596,5,'2026-03-05 19:29:05','2026-03-05 19:29:05','44c4def6-e9a7-4e18-929d-54d86fc35106'),
(124812,32,38758,NULL,2602,6,'2026-03-05 19:29:05','2026-03-05 19:29:05','12c2d07e-c0aa-4e64-9b83-3ef5240a85a0'),
(124813,32,38758,NULL,2612,7,'2026-03-05 19:29:05','2026-03-05 19:29:05','fc05e1b1-7fad-439b-82ed-f8a21152e1b7'),
(124814,32,38758,NULL,2604,8,'2026-03-05 19:29:05','2026-03-05 19:29:05','fbf9ed08-311d-421d-9714-c3a7733280b2'),
(124815,32,38758,NULL,2606,9,'2026-03-05 19:29:05','2026-03-05 19:29:05','f8f2aee6-dd82-41df-86ff-d4141ef50cd0'),
(124816,16,38758,NULL,9056,1,'2026-03-05 19:29:05','2026-03-05 19:29:05','b61fcc62-1ecc-4857-a395-f5228797f160'),
(124817,7,38758,NULL,601,1,'2026-03-05 19:29:05','2026-03-05 19:29:05','e450b7d8-155f-4c33-8732-49a0567d971f'),
(124818,7,38758,NULL,605,2,'2026-03-05 19:29:05','2026-03-05 19:29:05','58f2f8d1-fb53-4a7d-9322-6cc8617bc599'),
(124819,7,38758,NULL,617,3,'2026-03-05 19:29:05','2026-03-05 19:29:05','35fc2cf3-fc6f-4136-965c-9eac69836e11'),
(124820,7,38758,NULL,9552,4,'2026-03-05 19:29:05','2026-03-05 19:29:05','5b9f44e1-e412-4c14-b13b-b1ab0d9ddef8'),
(124821,82,38758,NULL,479,1,'2026-03-05 19:29:05','2026-03-05 19:29:05','48dd0c44-7ee1-4b0e-9dfc-6a6b8e1da2e0'),
(124822,82,38758,NULL,491,2,'2026-03-05 19:29:05','2026-03-05 19:29:05','ee565bba-2345-4591-8693-ded979efaf85'),
(124823,47,38758,NULL,12293,1,'2026-03-05 19:29:05','2026-03-05 19:29:05','6802e7f4-31ef-46c1-be6c-54b0ae05df8d'),
(124824,57,38758,NULL,9061,1,'2026-03-05 19:29:05','2026-03-05 19:29:05','85056a12-7258-4ef3-8b81-868330daae04'),
(124825,57,38758,NULL,9062,2,'2026-03-05 19:29:05','2026-03-05 19:29:05','c2344914-5f7c-41dd-9a8d-d86364366e87'),
(124826,57,38758,NULL,9063,3,'2026-03-05 19:29:05','2026-03-05 19:29:05','7d0a42d7-615f-4f39-b525-7adb1174ec40'),
(124827,57,38758,NULL,9060,4,'2026-03-05 19:29:05','2026-03-05 19:29:05','af423477-bf84-4063-9edb-f9517c074a71'),
(124828,57,38758,NULL,9059,5,'2026-03-05 19:29:05','2026-03-05 19:29:05','c3f19a0a-0415-41ab-b5c4-f8d76cb4f0c9'),
(124829,13,38758,NULL,6867,1,'2026-03-05 19:29:05','2026-03-05 19:29:05','659e2ecf-7fe7-4884-b002-9131acebd1ea'),
(124830,32,38760,NULL,2610,1,'2026-03-05 19:40:54','2026-03-05 19:40:54','10552a0a-07c9-4d36-ad79-e88096a19839'),
(124831,32,38760,NULL,2598,2,'2026-03-05 19:40:54','2026-03-05 19:40:54','b251248a-5fd1-4ceb-b090-b8d2fa9ded1f'),
(124832,32,38760,NULL,2608,3,'2026-03-05 19:40:54','2026-03-05 19:40:54','2d823867-56cb-44d7-a4ef-e6896221b7eb'),
(124833,32,38760,NULL,2624,4,'2026-03-05 19:40:54','2026-03-05 19:40:54','e5d8dd2a-9e43-41b9-8240-12535ead2410'),
(124834,32,38760,NULL,2600,5,'2026-03-05 19:40:54','2026-03-05 19:40:54','cd3ab362-9044-4776-8bc6-344f16592ba7'),
(124835,32,38760,NULL,2596,6,'2026-03-05 19:40:54','2026-03-05 19:40:54','f846869e-0b78-4f30-b695-b3e78c849823'),
(124836,32,38760,NULL,2602,7,'2026-03-05 19:40:54','2026-03-05 19:40:54','e8a55b8b-d7bc-4b87-aa99-aa7d54cd7edc'),
(124837,32,38760,NULL,2606,8,'2026-03-05 19:40:54','2026-03-05 19:40:54','81a371fc-357d-4a0c-b8d0-8f8642283698'),
(124838,32,38760,NULL,2612,9,'2026-03-05 19:40:54','2026-03-05 19:40:54','8f1f7a57-8c5c-403b-8490-ca5c901e4d0b'),
(124839,32,38760,NULL,2604,10,'2026-03-05 19:40:54','2026-03-05 19:40:54','b8a9448e-60ed-42a1-9127-165b0cd0d0bb'),
(124840,16,38760,NULL,10069,1,'2026-03-05 19:40:54','2026-03-05 19:40:54','e0fd6472-1304-4f02-8844-f71ce256c347'),
(124841,7,38760,NULL,601,1,'2026-03-05 19:40:54','2026-03-05 19:40:54','0813eb26-52ac-4a02-8c8c-e4f7c0ce2cd4'),
(124842,7,38760,NULL,605,2,'2026-03-05 19:40:54','2026-03-05 19:40:54','8d9f996a-8534-4e2f-8fbc-e1183f4f1069'),
(124843,7,38760,NULL,617,3,'2026-03-05 19:40:54','2026-03-05 19:40:54','0a7073d6-c09a-4cb5-b069-be5212d8ddba'),
(124844,7,38760,NULL,2972,4,'2026-03-05 19:40:54','2026-03-05 19:40:54','e69b10ca-1015-4d45-8489-b233fa30cce4'),
(124845,7,38760,NULL,9549,5,'2026-03-05 19:40:54','2026-03-05 19:40:54','35ecda7e-fc12-4411-b79e-cffc958c3c4f'),
(124846,7,38760,NULL,9552,6,'2026-03-05 19:40:54','2026-03-05 19:40:54','0c71fcd2-0dd3-4f6c-b970-3443b0b9d441'),
(124847,82,38760,NULL,491,1,'2026-03-05 19:40:54','2026-03-05 19:40:54','1737a674-4a47-4540-a620-cf9077fdafd2'),
(124848,46,38760,NULL,2891,1,'2026-03-05 19:40:54','2026-03-05 19:40:54','3f7bf58d-1d6e-4efd-b70c-41576702639e'),
(124849,47,38760,NULL,12461,1,'2026-03-05 19:40:54','2026-03-05 19:40:54','458168e0-b1a4-4185-8e0e-5b80c936e2b0'),
(124850,57,38760,NULL,10072,1,'2026-03-05 19:40:54','2026-03-05 19:40:54','002541c4-9926-485b-9002-e97dab1fa457'),
(124851,57,38760,NULL,10079,2,'2026-03-05 19:40:54','2026-03-05 19:40:54','3bd6bd91-ddc4-4494-8485-61d1250654e5'),
(124852,57,38760,NULL,10074,3,'2026-03-05 19:40:54','2026-03-05 19:40:54','f641948f-cb0a-4cca-b521-ce509bd310c7'),
(124853,57,38760,NULL,10076,4,'2026-03-05 19:40:54','2026-03-05 19:40:54','3d54e213-5a8e-4544-b241-07eda12980d5'),
(124854,57,38760,NULL,10075,5,'2026-03-05 19:40:54','2026-03-05 19:40:54','cacc4f34-89ca-4541-bb28-4f48ddbc9e95'),
(124855,57,38760,NULL,10080,6,'2026-03-05 19:40:54','2026-03-05 19:40:54','062fde30-e872-4754-9761-edbca4a15fc8'),
(124856,57,38760,NULL,10071,7,'2026-03-05 19:40:54','2026-03-05 19:40:54','56a82864-32b0-4f8e-be50-663608c637df'),
(124857,57,38760,NULL,10070,8,'2026-03-05 19:40:54','2026-03-05 19:40:54','c1bd33f1-79a3-4e9c-8abb-752370b8eaff'),
(124858,57,38760,NULL,10077,9,'2026-03-05 19:40:54','2026-03-05 19:40:54','6062c6d8-7215-469e-bd0a-4a06cd731816'),
(124859,57,38760,NULL,10078,10,'2026-03-05 19:40:54','2026-03-05 19:40:54','df217092-7951-4642-8169-d4eacdc486f6'),
(124860,13,38760,NULL,23761,1,'2026-03-05 19:40:54','2026-03-05 19:40:54','d5380c83-31b0-412c-abca-d71f2eafbeb7'),
(124861,32,38764,NULL,2614,1,'2026-03-05 20:01:28','2026-03-05 20:01:28','f6cf3354-b71f-458f-bef3-0f5c86a64126'),
(124862,32,38764,NULL,2610,2,'2026-03-05 20:01:28','2026-03-05 20:01:28','93154b63-c8ed-4bb4-a673-f7286dbbbd2f'),
(124863,32,38764,NULL,2598,3,'2026-03-05 20:01:28','2026-03-05 20:01:28','e99f52e6-83ac-4659-a8b0-bd2c775cf679'),
(124864,32,38764,NULL,2608,4,'2026-03-05 20:01:28','2026-03-05 20:01:28','1b16817b-b1e4-467c-936a-6bf851249ed4'),
(124865,32,38764,NULL,2624,5,'2026-03-05 20:01:28','2026-03-05 20:01:28','a8241bf7-4024-4328-a17c-4dd18c36909b'),
(124866,32,38764,NULL,2600,6,'2026-03-05 20:01:28','2026-03-05 20:01:28','45a5a1a1-dd2d-45d2-99a8-97db3e633a8b'),
(124867,32,38764,NULL,2596,7,'2026-03-05 20:01:28','2026-03-05 20:01:28','f60ec4c7-f4ee-41e6-9310-a5ee666c5466'),
(124868,32,38764,NULL,2602,8,'2026-03-05 20:01:28','2026-03-05 20:01:28','8148a3d3-c83b-4b9a-8af5-ab0cee33c317'),
(124869,32,38764,NULL,2606,9,'2026-03-05 20:01:28','2026-03-05 20:01:28','ac618342-ac1b-4a7b-adea-98fd2be8b769'),
(124870,32,38764,NULL,2612,10,'2026-03-05 20:01:28','2026-03-05 20:01:28','cd176680-52f4-4784-8eaa-40b60366e294'),
(124871,32,38764,NULL,2604,11,'2026-03-05 20:01:28','2026-03-05 20:01:28','3b4fa0bb-968a-47c6-b7c2-b7e7c3c3ebb2'),
(124872,16,38764,NULL,9852,1,'2026-03-05 20:01:28','2026-03-05 20:01:28','dd3d9567-2805-4c73-b348-c2ae0d6a0ae8'),
(124873,7,38764,NULL,605,1,'2026-03-05 20:01:28','2026-03-05 20:01:28','6782180c-b9fe-4399-8c26-488b49cf7c78'),
(124874,7,38764,NULL,617,2,'2026-03-05 20:01:28','2026-03-05 20:01:28','195eb09c-dd1c-459e-81ff-e0e0eabc4ede'),
(124875,7,38764,NULL,9552,3,'2026-03-05 20:01:28','2026-03-05 20:01:28','3221b343-a628-4e76-9ddc-67c40cad171d'),
(124876,46,38764,NULL,2891,1,'2026-03-05 20:01:28','2026-03-05 20:01:28','fb71ead5-d4ab-4ad4-984e-d769beb9a47d'),
(124877,47,38764,NULL,12352,1,'2026-03-05 20:01:28','2026-03-05 20:01:28','a5768999-d397-4202-a445-971fd3c6343c'),
(124878,57,38764,NULL,9861,1,'2026-03-05 20:01:28','2026-03-05 20:01:28','4372813d-3f5e-45fc-8d9f-8827697ad1ed'),
(124879,57,38764,NULL,9866,2,'2026-03-05 20:01:28','2026-03-05 20:01:28','e8b48d2e-553b-4fe0-b694-e456b7f72b53'),
(124880,57,38764,NULL,9865,3,'2026-03-05 20:01:28','2026-03-05 20:01:28','c9ed5de9-b8ea-4586-9506-9466c3d43f0a'),
(124881,57,38764,NULL,9862,4,'2026-03-05 20:01:28','2026-03-05 20:01:28','1ef2459c-9491-4440-904c-d7afc3b2f53f'),
(124882,57,38764,NULL,9859,5,'2026-03-05 20:01:28','2026-03-05 20:01:28','2a319363-1a46-479e-8741-85fce1dead0d'),
(124883,57,38764,NULL,9864,6,'2026-03-05 20:01:28','2026-03-05 20:01:28','3e1f450c-fb19-4d1d-a7ad-c998523d1e3a'),
(124884,57,38764,NULL,9868,7,'2026-03-05 20:01:28','2026-03-05 20:01:28','215c8726-74a3-4edc-acce-804d0dab9dc6'),
(124885,57,38764,NULL,9869,8,'2026-03-05 20:01:28','2026-03-05 20:01:28','b46d45b2-a282-4bc2-a459-49ff9bc3ba12'),
(124886,57,38764,NULL,9870,9,'2026-03-05 20:01:28','2026-03-05 20:01:28','eed56730-d33f-43fc-898f-58c1a24e22b4'),
(124887,57,38764,NULL,9871,10,'2026-03-05 20:01:28','2026-03-05 20:01:28','b735ef18-e921-4952-888e-aa830f6ebc94'),
(124888,57,38764,NULL,9872,11,'2026-03-05 20:01:28','2026-03-05 20:01:28','7f264d7b-5bde-4f0e-8d18-47c0855f89c9'),
(124889,57,38764,NULL,9873,12,'2026-03-05 20:01:28','2026-03-05 20:01:28','7d3762c6-ad86-4535-8cc8-3a74cd9edbd4'),
(124890,57,38764,NULL,9874,13,'2026-03-05 20:01:28','2026-03-05 20:01:28','ee55be2b-40b9-4f7c-89de-bc9a43009946'),
(124891,57,38764,NULL,9876,14,'2026-03-05 20:01:28','2026-03-05 20:01:28','1d440957-3c01-4113-8103-f731a797d158'),
(124892,13,38764,NULL,6927,1,'2026-03-05 20:01:28','2026-03-05 20:01:28','964eb349-b2b1-48ed-a07d-5156dc75d723'),
(124893,32,38765,NULL,2614,1,'2026-03-05 20:09:41','2026-03-05 20:09:41','29d46029-52b5-435a-a416-4ed990b0d4d8'),
(124894,32,38765,NULL,2610,2,'2026-03-05 20:09:41','2026-03-05 20:09:41','0be4f7f2-6d2f-4aaf-945e-73c76e0ebe83'),
(124895,32,38765,NULL,2598,3,'2026-03-05 20:09:41','2026-03-05 20:09:41','8faabc28-5c7e-4f62-8244-80583eccc9c0'),
(124896,32,38765,NULL,2600,4,'2026-03-05 20:09:41','2026-03-05 20:09:41','48e868e4-0fd5-4da1-bca9-0fbdd48c42fe'),
(124897,32,38765,NULL,2604,5,'2026-03-05 20:09:41','2026-03-05 20:09:41','ee45abb1-36ea-4b9b-a1cd-5f5b4fe7bc6e'),
(124898,32,38765,NULL,2608,6,'2026-03-05 20:09:41','2026-03-05 20:09:41','ac7db1f4-5f06-4081-be75-5d75470f6afa'),
(124899,32,38765,NULL,2596,7,'2026-03-05 20:09:41','2026-03-05 20:09:41','a20cfa35-3a84-4b8b-8d60-fea540bce359'),
(124900,32,38765,NULL,2602,8,'2026-03-05 20:09:41','2026-03-05 20:09:41','a6cd7ccc-cdb0-4da6-8447-cec85b16809f'),
(124901,32,38765,NULL,2606,9,'2026-03-05 20:09:41','2026-03-05 20:09:41','0865ad2c-058f-4fb0-85e2-24ef00f4e7a8'),
(124902,32,38765,NULL,2612,10,'2026-03-05 20:09:41','2026-03-05 20:09:41','76af936a-a433-4c12-8692-9a8bf79cb9f7'),
(124903,16,38765,NULL,4824,1,'2026-03-05 20:09:41','2026-03-05 20:09:41','d0d13378-e472-4f80-913e-759de64db0d0'),
(124904,7,38765,NULL,6547,1,'2026-03-05 20:09:41','2026-03-05 20:09:41','07f91355-3360-4806-b21d-f9819df49ddf'),
(124905,7,38765,NULL,601,2,'2026-03-05 20:09:41','2026-03-05 20:09:41','a98cea1e-6cc3-4492-ae57-acb8dcd76024'),
(124906,7,38765,NULL,2974,3,'2026-03-05 20:09:41','2026-03-05 20:09:41','eb4eb0fa-64ed-4ae1-b57b-7efe4b58a78d'),
(124907,7,38765,NULL,617,4,'2026-03-05 20:09:41','2026-03-05 20:09:41','9ee13b9f-ea56-43a0-83b7-5ddbd623f978'),
(124908,7,38765,NULL,9640,5,'2026-03-05 20:09:41','2026-03-05 20:09:41','f132c31b-ca6d-44a6-b7b6-922776920257'),
(124909,7,38765,NULL,9549,6,'2026-03-05 20:09:41','2026-03-05 20:09:41','224a46d3-0760-4d22-b518-3307c38542cc'),
(124910,7,38765,NULL,605,7,'2026-03-05 20:09:41','2026-03-05 20:09:41','e9435cea-089d-4c08-a71e-f68746c5eb30'),
(124911,7,38765,NULL,9552,8,'2026-03-05 20:09:41','2026-03-05 20:09:41','90b211ca-5459-471f-89b7-6c6543696449'),
(124912,82,38765,NULL,479,1,'2026-03-05 20:09:41','2026-03-05 20:09:41','168593bf-dffa-4c15-92a8-743e2ee3abf8'),
(124913,47,38765,NULL,12482,1,'2026-03-05 20:09:41','2026-03-05 20:09:41','d22d9aa1-77c6-428d-a58c-5e180d158817'),
(124914,57,38765,NULL,4821,1,'2026-03-05 20:09:41','2026-03-05 20:09:41','2cccfcf3-6a20-48e6-99ba-dbad89616a37'),
(124915,57,38765,NULL,4822,2,'2026-03-05 20:09:41','2026-03-05 20:09:41','bb42f6ec-1a3b-4810-9baa-3a813f423941'),
(124916,57,38765,NULL,4823,3,'2026-03-05 20:09:41','2026-03-05 20:09:41','7fb30430-30bc-452a-9aa2-1da2564ee115'),
(124917,57,38765,NULL,4824,4,'2026-03-05 20:09:41','2026-03-05 20:09:41','6bea2b94-c4f4-4f35-ae44-ddc0403b0f7f'),
(124918,13,38765,NULL,6620,1,'2026-03-05 20:09:41','2026-03-05 20:09:41','42c708ff-b27d-43ca-aa55-33d63b04ef9f'),
(124919,32,38766,NULL,2610,1,'2026-03-05 20:10:55','2026-03-05 20:10:55','c6f17a6b-19cd-4a9b-8a5e-c80b3c78ba36'),
(124920,32,38766,NULL,2598,2,'2026-03-05 20:10:55','2026-03-05 20:10:55','bff1b2b5-9273-4a98-9f22-88ce615684d8'),
(124921,32,38766,NULL,2600,3,'2026-03-05 20:10:55','2026-03-05 20:10:55','6ee97687-63ac-4a3b-a68b-55c6670c8f25'),
(124922,32,38766,NULL,2604,4,'2026-03-05 20:10:55','2026-03-05 20:10:55','070310fd-8deb-44fe-85b1-b556a00b3805'),
(124923,32,38766,NULL,2608,5,'2026-03-05 20:10:55','2026-03-05 20:10:55','b001e176-7a42-43a4-963d-274fa9500519'),
(124924,32,38766,NULL,2602,6,'2026-03-05 20:10:55','2026-03-05 20:10:55','e0296da4-e357-47e2-b6b4-3dff41ed8760'),
(124925,32,38766,NULL,2596,7,'2026-03-05 20:10:55','2026-03-05 20:10:55','11dc238c-b8e4-4bb8-8c92-4e5bbdf06509'),
(124926,32,38766,NULL,2606,8,'2026-03-05 20:10:55','2026-03-05 20:10:55','f0c65189-96d3-4a4c-92b5-4de74fb32991'),
(124927,32,38766,NULL,2612,9,'2026-03-05 20:10:55','2026-03-05 20:10:55','4997d186-371d-4a74-b871-8264ccc6da17'),
(124928,16,38766,NULL,4834,1,'2026-03-05 20:10:55','2026-03-05 20:10:55','f7e7316a-5e1c-4d13-bc78-f56af21f7b90'),
(124929,7,38766,NULL,6547,1,'2026-03-05 20:10:55','2026-03-05 20:10:55','3b4a3a75-f826-4044-8ede-3f57bd30d088'),
(124930,7,38766,NULL,601,2,'2026-03-05 20:10:55','2026-03-05 20:10:55','50124811-136e-4886-8491-cd5d9881d19d'),
(124931,7,38766,NULL,9640,3,'2026-03-05 20:10:55','2026-03-05 20:10:55','a95cf2f7-9eff-43b9-b1af-189f810e66f6'),
(124932,7,38766,NULL,28766,4,'2026-03-05 20:10:55','2026-03-05 20:10:55','24b1e1ba-ae9a-405b-afca-f30a81b58517'),
(124933,7,38766,NULL,617,5,'2026-03-05 20:10:55','2026-03-05 20:10:55','4c32d1b4-fc10-4ca1-b794-bbc945824638'),
(124934,7,38766,NULL,605,6,'2026-03-05 20:10:55','2026-03-05 20:10:55','9f2de59d-0bd6-40f9-a54c-fde4de388bea'),
(124935,82,38766,NULL,469,1,'2026-03-05 20:10:55','2026-03-05 20:10:55','97184f2b-cbc2-454c-aae1-b6f8d51de365'),
(124936,82,38766,NULL,479,2,'2026-03-05 20:10:55','2026-03-05 20:10:55','df4ba154-f739-4ff7-a7d1-6cd8bb5887e1'),
(124937,82,38766,NULL,491,3,'2026-03-05 20:10:55','2026-03-05 20:10:55','d4e6964d-514e-428f-b91a-2cf79f6acbd3'),
(124938,47,38766,NULL,10474,1,'2026-03-05 20:10:55','2026-03-05 20:10:55','5524f8dd-c1eb-4264-b37f-717ea204791f'),
(124939,57,38766,NULL,4838,1,'2026-03-05 20:10:55','2026-03-05 20:10:55','da81d1ff-1917-4092-af8b-72aa7e40b6d8'),
(124940,57,38766,NULL,4836,2,'2026-03-05 20:10:55','2026-03-05 20:10:55','b31d011a-11f5-4eea-be23-fffef3e2702d'),
(124941,57,38766,NULL,4834,3,'2026-03-05 20:10:55','2026-03-05 20:10:55','edc9ef05-5d8e-4f78-bee5-a97e3f1d91d3'),
(124942,57,38766,NULL,4837,4,'2026-03-05 20:10:55','2026-03-05 20:10:55','84fe4479-1f7e-4aae-baa5-b9b423d5b904'),
(124943,13,38766,NULL,23802,1,'2026-03-05 20:10:55','2026-03-05 20:10:55','b6ea1663-b894-42f1-a1da-0499d6a1c1a9'),
(124944,32,38767,NULL,2610,1,'2026-03-05 20:11:26','2026-03-05 20:11:26','8d9772b7-c484-4f94-9192-c1845a61e3fc'),
(124945,32,38767,NULL,2598,2,'2026-03-05 20:11:26','2026-03-05 20:11:26','9ba46d6d-38de-419e-be30-cd70c58f4285'),
(124946,32,38767,NULL,2600,3,'2026-03-05 20:11:26','2026-03-05 20:11:26','6e4f599e-5915-4d61-8336-06f98eff5dac'),
(124947,32,38767,NULL,2604,4,'2026-03-05 20:11:26','2026-03-05 20:11:26','475bd557-4520-4330-9e86-465fa5970e23'),
(124948,32,38767,NULL,2608,5,'2026-03-05 20:11:26','2026-03-05 20:11:26','2fef5fba-b77c-4f12-afe4-d7580b08ab73'),
(124949,32,38767,NULL,2596,6,'2026-03-05 20:11:26','2026-03-05 20:11:26','21002a4e-68e5-4116-818c-8e19730cc4ef'),
(124950,32,38767,NULL,2602,7,'2026-03-05 20:11:26','2026-03-05 20:11:26','5659da25-ff01-400d-9b46-998dbcf617f4'),
(124951,32,38767,NULL,2606,8,'2026-03-05 20:11:26','2026-03-05 20:11:26','a20d87d9-851d-4ef6-b1a7-e373337727d9'),
(124952,32,38767,NULL,2612,9,'2026-03-05 20:11:26','2026-03-05 20:11:26','886245b8-6e7c-4ac0-9788-f8c7a9ab86b0'),
(124953,16,38767,NULL,4282,1,'2026-03-05 20:11:26','2026-03-05 20:11:26','dfcb499a-5c78-4464-b1b9-bc76de130a98'),
(124954,7,38767,NULL,2969,1,'2026-03-05 20:11:26','2026-03-05 20:11:26','101804c1-3758-4e9f-a896-fde0fd6cdbe7'),
(124955,7,38767,NULL,617,2,'2026-03-05 20:11:26','2026-03-05 20:11:26','dccb8549-bf11-4380-8281-67f3088ed9c7'),
(124956,7,38767,NULL,605,3,'2026-03-05 20:11:26','2026-03-05 20:11:26','0f622267-3cd7-4fb4-bed2-61dbe250ec0b'),
(124957,7,38767,NULL,9552,4,'2026-03-05 20:11:26','2026-03-05 20:11:26','08b452d3-2aac-4c84-bd1d-15840d1306de'),
(124958,82,38767,NULL,469,1,'2026-03-05 20:11:26','2026-03-05 20:11:26','784eee89-d096-456a-a30a-a8cb08d092c3'),
(124959,82,38767,NULL,479,2,'2026-03-05 20:11:26','2026-03-05 20:11:26','0436331e-3961-4c38-b4c7-902029726aec'),
(124960,82,38767,NULL,491,3,'2026-03-05 20:11:26','2026-03-05 20:11:26','a75441e9-eada-4c41-8da2-6838f9ee7029'),
(124961,47,38767,NULL,10478,1,'2026-03-05 20:11:26','2026-03-05 20:11:26','7af482d4-daf2-4211-8cde-f1ccf878a55d'),
(124962,57,38767,NULL,8740,1,'2026-03-05 20:11:26','2026-03-05 20:11:26','a08df868-b947-4cdb-b973-0f845fc1f192'),
(124963,57,38767,NULL,4911,2,'2026-03-05 20:11:26','2026-03-05 20:11:26','c15296ae-c6c5-44b7-8bfb-b45e9be87461'),
(124964,57,38767,NULL,4909,3,'2026-03-05 20:11:26','2026-03-05 20:11:26','9a6c839e-909c-4f2a-8470-c11b474232c5'),
(124965,57,38767,NULL,4910,4,'2026-03-05 20:11:26','2026-03-05 20:11:26','ef408f27-12a0-47b2-a13f-873d3dc69097'),
(124966,13,38767,NULL,23804,1,'2026-03-05 20:11:26','2026-03-05 20:11:26','6be04c25-f7ba-400a-8ee5-7744895e21fd'),
(124967,83,38768,NULL,1185,1,'2026-03-05 20:11:54','2026-03-05 20:11:54','dd1e40c3-4bf0-4fbb-9995-995757e7fb2e'),
(124968,16,38768,NULL,6598,1,'2026-03-05 20:11:54','2026-03-05 20:11:54','cd663907-7b8b-4daa-8a97-aefcf1731ac5'),
(124969,57,38768,NULL,6600,1,'2026-03-05 20:11:54','2026-03-05 20:11:54','cfa4ec29-fd90-44c3-bc8e-9af817284ed4'),
(124970,57,38768,NULL,6601,2,'2026-03-05 20:11:54','2026-03-05 20:11:54','916b64dc-a9b3-488b-b535-d9e1a2d0b2b0'),
(124971,57,38768,NULL,4322,3,'2026-03-05 20:11:54','2026-03-05 20:11:54','4b1390d9-bd88-4762-bb2c-36ed5f053479'),
(124972,57,38768,NULL,8774,4,'2026-03-05 20:11:54','2026-03-05 20:11:54','6a702b8d-ca79-48f5-b597-e25a600e13ec'),
(124973,13,38768,NULL,23808,1,'2026-03-05 20:11:54','2026-03-05 20:11:54','0afe3287-3c41-4c6b-81f8-2ea18945d2c9'),
(124974,32,38769,NULL,2610,1,'2026-03-05 20:12:14','2026-03-05 20:12:14','f4f434d3-9afb-409b-a879-4765c63027d0'),
(124975,32,38769,NULL,2598,2,'2026-03-05 20:12:14','2026-03-05 20:12:14','dfebd8a8-1fa8-46c6-aace-f6fd43b14a64'),
(124976,32,38769,NULL,2600,3,'2026-03-05 20:12:14','2026-03-05 20:12:14','9eeb3321-06f0-48d0-9555-6ab5d7b41624'),
(124977,32,38769,NULL,2604,4,'2026-03-05 20:12:14','2026-03-05 20:12:14','cb3ce0d0-05e2-4f2e-970b-346d14ea767c'),
(124978,32,38769,NULL,2608,5,'2026-03-05 20:12:14','2026-03-05 20:12:14','87efba6a-c42b-4234-9e97-1de0bc9d3810'),
(124979,32,38769,NULL,2602,6,'2026-03-05 20:12:14','2026-03-05 20:12:14','9580cb1e-5361-44d8-88b7-106944c07776'),
(124980,32,38769,NULL,2596,7,'2026-03-05 20:12:14','2026-03-05 20:12:14','64ec748b-7ae5-4a7a-a740-9865d00e6b53'),
(124981,32,38769,NULL,2606,8,'2026-03-05 20:12:14','2026-03-05 20:12:14','c030f17c-b8f6-43f7-9041-ed893e7af328'),
(124982,32,38769,NULL,2612,9,'2026-03-05 20:12:14','2026-03-05 20:12:14','10e686b5-8b79-4bd0-9cb4-b3bd18dc59f3'),
(124983,16,38769,NULL,4358,1,'2026-03-05 20:12:14','2026-03-05 20:12:14','6b74bc64-1070-4b68-a622-da13dbfb1c72'),
(124984,7,38769,NULL,2969,1,'2026-03-05 20:12:14','2026-03-05 20:12:14','ff34a3a3-f178-43ec-8489-fc9f71d87146'),
(124985,7,38769,NULL,617,2,'2026-03-05 20:12:14','2026-03-05 20:12:14','60122687-08ce-4507-a181-559e3755c457'),
(124986,7,38769,NULL,605,3,'2026-03-05 20:12:14','2026-03-05 20:12:14','95e94932-d796-454e-8b70-917041414281'),
(124987,7,38769,NULL,9552,4,'2026-03-05 20:12:14','2026-03-05 20:12:14','9c7232be-3cba-484c-9b4e-176b5392106f'),
(124988,82,38769,NULL,469,1,'2026-03-05 20:12:14','2026-03-05 20:12:14','9f1c1f1a-0af1-495f-aaa2-f168460fd11b'),
(124989,82,38769,NULL,479,2,'2026-03-05 20:12:14','2026-03-05 20:12:14','2282cd5f-4e80-4fd2-8a10-d1c2ceb1186c'),
(124990,82,38769,NULL,491,3,'2026-03-05 20:12:14','2026-03-05 20:12:14','c484c9bb-6c3f-4870-a899-22b1c5a2fb78'),
(124991,47,38769,NULL,10483,1,'2026-03-05 20:12:14','2026-03-05 20:12:14','fb5fa513-8fc3-4d26-aa33-aa56869ca6a3'),
(124992,57,38769,NULL,8781,1,'2026-03-05 20:12:14','2026-03-05 20:12:14','e5e13a43-42ee-43ec-8024-9c9a8ca58fe3'),
(124993,57,38769,NULL,8782,2,'2026-03-05 20:12:14','2026-03-05 20:12:14','f86b59d5-8a9e-419c-8586-1e6d5e22c40d'),
(124994,57,38769,NULL,8783,3,'2026-03-05 20:12:14','2026-03-05 20:12:14','f937423a-e78c-4f43-ae7a-cbce0c62e053'),
(124995,57,38769,NULL,8784,4,'2026-03-05 20:12:14','2026-03-05 20:12:14','a8088e25-f4f7-459b-a490-2c71ced93ca5'),
(124996,57,38769,NULL,8785,5,'2026-03-05 20:12:14','2026-03-05 20:12:14','9eba33c7-cdd6-4220-b5f8-9b124baaa926'),
(124997,57,38769,NULL,8786,6,'2026-03-05 20:12:14','2026-03-05 20:12:14','afe9754f-5e28-40fd-9e04-e59d898556ca'),
(124998,57,38769,NULL,8779,7,'2026-03-05 20:12:14','2026-03-05 20:12:14','09a5e81b-6817-4bd4-b7ca-c1490ef6452a'),
(124999,57,38769,NULL,8780,8,'2026-03-05 20:12:14','2026-03-05 20:12:14','0d7c298d-dbc0-4eae-a163-0e558ffeb9c2'),
(125000,13,38769,NULL,23816,1,'2026-03-05 20:12:14','2026-03-05 20:12:14','94fceab5-fff0-4287-b59f-31fa9c8136ae'),
(125001,32,38770,NULL,2610,1,'2026-03-05 20:12:43','2026-03-05 20:12:43','06344c27-538b-42b8-8f5f-04cc20fd0426'),
(125002,32,38770,NULL,2622,2,'2026-03-05 20:12:43','2026-03-05 20:12:43','72cfacaf-6047-42ad-9789-1e0ed9e1c3fc'),
(125003,32,38770,NULL,2598,3,'2026-03-05 20:12:43','2026-03-05 20:12:43','bc81a4a4-a8b5-4766-808b-742bf464e216'),
(125004,32,38770,NULL,2600,4,'2026-03-05 20:12:43','2026-03-05 20:12:43','9ec4834d-0a17-408b-a29b-b2f61e4ecd01'),
(125005,32,38770,NULL,2604,5,'2026-03-05 20:12:43','2026-03-05 20:12:43','5ec349bf-5919-4c6f-abdf-9023bd5f72da'),
(125006,32,38770,NULL,2608,6,'2026-03-05 20:12:43','2026-03-05 20:12:43','a0aff1a8-9fdc-4496-b47c-a23ca7626ad3'),
(125007,32,38770,NULL,2602,7,'2026-03-05 20:12:43','2026-03-05 20:12:43','5db1806d-3b4e-47b7-9e67-cbc6031635c2'),
(125008,32,38770,NULL,2596,8,'2026-03-05 20:12:43','2026-03-05 20:12:43','332fdde2-45f2-41b2-a432-7dc868566e53'),
(125009,32,38770,NULL,2606,9,'2026-03-05 20:12:43','2026-03-05 20:12:43','02a1ba94-2555-48ac-bd39-13db66a4f10c'),
(125010,32,38770,NULL,2612,10,'2026-03-05 20:12:43','2026-03-05 20:12:43','d0c8612b-6498-494c-89c9-3679bd06bbd2'),
(125011,16,38770,NULL,4385,1,'2026-03-05 20:12:43','2026-03-05 20:12:43','515dd301-f778-466f-bcd9-a4f4850af65d'),
(125012,7,38770,NULL,617,1,'2026-03-05 20:12:43','2026-03-05 20:12:43','cfdd140b-c77d-4eea-8a23-4b95b9017a8e'),
(125013,7,38770,NULL,605,2,'2026-03-05 20:12:43','2026-03-05 20:12:43','f108e243-356b-43ac-91d0-e96b6abb57ac'),
(125014,7,38770,NULL,9552,3,'2026-03-05 20:12:43','2026-03-05 20:12:43','833e298d-1dec-4542-aea4-601cebd75339'),
(125015,82,38770,NULL,469,1,'2026-03-05 20:12:43','2026-03-05 20:12:43','789d1da2-b398-4ce1-b06b-e4efd6b5fdad'),
(125016,82,38770,NULL,479,2,'2026-03-05 20:12:43','2026-03-05 20:12:43','fd262ed8-9440-41db-9566-f230e2d076bc'),
(125017,82,38770,NULL,491,3,'2026-03-05 20:12:43','2026-03-05 20:12:43','b13a048e-f424-4f1b-b9c6-d2227b1b7446'),
(125018,46,38770,NULL,4403,1,'2026-03-05 20:12:43','2026-03-05 20:12:43','6ca17fa3-8351-4c20-bf6d-09bd18b813e8'),
(125019,47,38770,NULL,10486,1,'2026-03-05 20:12:43','2026-03-05 20:12:43','755f4e2e-2269-41d4-9920-2e9832fba8fa'),
(125020,57,38770,NULL,8806,1,'2026-03-05 20:12:43','2026-03-05 20:12:43','64cec068-b852-4dc6-a6a8-3b27103dd31d'),
(125021,57,38770,NULL,8808,2,'2026-03-05 20:12:43','2026-03-05 20:12:43','812d721a-2d0e-42d3-b763-82e007c8a53d'),
(125022,57,38770,NULL,8810,3,'2026-03-05 20:12:43','2026-03-05 20:12:43','2cf2a153-95c4-4d1e-81b6-ae8a02d9bada'),
(125023,57,38770,NULL,8803,4,'2026-03-05 20:12:43','2026-03-05 20:12:43','3ca3b135-b345-452f-b379-129f4d6c15fe'),
(125024,57,38770,NULL,8804,5,'2026-03-05 20:12:43','2026-03-05 20:12:43','153f8048-0904-435d-8227-ee5a68229d0e'),
(125025,57,38770,NULL,8805,6,'2026-03-05 20:12:43','2026-03-05 20:12:43','bcb60407-0a73-407c-b4ba-882e453d4d31'),
(125026,57,38770,NULL,8807,7,'2026-03-05 20:12:43','2026-03-05 20:12:43','7a42b33d-33f9-4cc6-9b8d-f4886d26e564'),
(125027,13,38770,NULL,23819,1,'2026-03-05 20:12:43','2026-03-05 20:12:43','640d7940-3d6a-46b5-afad-942805dc72ac'),
(125028,32,38771,NULL,2610,1,'2026-03-05 20:13:08','2026-03-05 20:13:08','afd1aa9d-0fda-4ab5-ac4d-c61be4ca76b8'),
(125029,32,38771,NULL,2598,2,'2026-03-05 20:13:08','2026-03-05 20:13:08','20a6fc0b-e2a6-45d5-9a08-c4466075996f'),
(125030,32,38771,NULL,2600,3,'2026-03-05 20:13:08','2026-03-05 20:13:08','46132a7e-1cb4-47e5-8a39-f1d1f948f616'),
(125031,32,38771,NULL,2602,4,'2026-03-05 20:13:08','2026-03-05 20:13:08','818e28af-7955-4e9e-b941-f46dbf819e36'),
(125032,32,38771,NULL,2612,5,'2026-03-05 20:13:08','2026-03-05 20:13:08','14f91afc-49fc-4eec-b905-ad9ec9c02809'),
(125033,32,38771,NULL,2618,6,'2026-03-05 20:13:08','2026-03-05 20:13:08','4c8681d5-6922-4eab-a3db-d9f3279c82db'),
(125034,32,38771,NULL,2604,7,'2026-03-05 20:13:08','2026-03-05 20:13:08','78276410-619c-434e-a946-b0df3a1a78d4'),
(125035,32,38771,NULL,2608,8,'2026-03-05 20:13:08','2026-03-05 20:13:08','be786057-9ca1-4c5e-bcb0-886429b520dd'),
(125036,32,38771,NULL,2596,9,'2026-03-05 20:13:08','2026-03-05 20:13:08','639c399e-702f-4373-af60-0bda0aa5fff1'),
(125037,32,38771,NULL,2606,10,'2026-03-05 20:13:08','2026-03-05 20:13:08','6341c40c-c8bb-4337-a826-214ec0b37139'),
(125038,16,38771,NULL,4414,1,'2026-03-05 20:13:08','2026-03-05 20:13:08','c9acea93-9c4c-4722-b891-948e483e311a'),
(125039,7,38771,NULL,6547,1,'2026-03-05 20:13:08','2026-03-05 20:13:08','57606dc5-897a-4a75-b69c-422d3f06135c'),
(125040,7,38771,NULL,601,2,'2026-03-05 20:13:08','2026-03-05 20:13:08','930d6cbc-56d8-4a09-8f86-46d846c0fe7c'),
(125041,7,38771,NULL,617,3,'2026-03-05 20:13:08','2026-03-05 20:13:08','4a722c0c-d7bf-4ee0-ae89-2fc741c752c5'),
(125042,7,38771,NULL,605,4,'2026-03-05 20:13:08','2026-03-05 20:13:08','c34def59-d65a-44ed-9d9d-20ce1f40d6b9'),
(125043,7,38771,NULL,9552,5,'2026-03-05 20:13:08','2026-03-05 20:13:08','57fa6172-5435-4de7-b2f1-d27254cb505a'),
(125044,82,38771,NULL,469,1,'2026-03-05 20:13:08','2026-03-05 20:13:08','431a9d80-b852-43e9-ba9f-365ed732047c'),
(125045,82,38771,NULL,479,2,'2026-03-05 20:13:08','2026-03-05 20:13:08','91963f2b-9907-4dbe-8ce4-a1b38363a398'),
(125046,82,38771,NULL,491,3,'2026-03-05 20:13:08','2026-03-05 20:13:08','900d8ef3-f053-44ee-8516-9000338c44e7'),
(125047,46,38771,NULL,3697,1,'2026-03-05 20:13:08','2026-03-05 20:13:08','7d53ed1a-c736-476b-b666-4363a7b1b634'),
(125048,47,38771,NULL,10489,1,'2026-03-05 20:13:08','2026-03-05 20:13:08','9ec75017-a3d2-49e3-8ef1-874e6ae5fba5'),
(125049,57,38771,NULL,8831,1,'2026-03-05 20:13:08','2026-03-05 20:13:08','6ea4058e-f709-4e64-a3ad-8c99a97775ba'),
(125050,57,38771,NULL,8837,2,'2026-03-05 20:13:08','2026-03-05 20:13:08','dea8167a-253f-4115-a41a-2e5cab64b673'),
(125051,57,38771,NULL,8835,3,'2026-03-05 20:13:08','2026-03-05 20:13:08','d7e99d96-1f5b-490e-9585-d8935761cdff'),
(125052,57,38771,NULL,8832,4,'2026-03-05 20:13:08','2026-03-05 20:13:08','924633d9-11f5-473e-81f5-48f6bbf40c9b'),
(125053,57,38771,NULL,8833,5,'2026-03-05 20:13:08','2026-03-05 20:13:08','91c6c989-bc47-4275-a8f6-b6b7e4172501'),
(125054,57,38771,NULL,8834,6,'2026-03-05 20:13:08','2026-03-05 20:13:08','39cdda12-ffcb-4081-923b-5410db4b3181'),
(125055,57,38771,NULL,8836,7,'2026-03-05 20:13:08','2026-03-05 20:13:08','ddf950a6-8ff6-42ba-a6a5-b116ca75a950'),
(125056,57,38771,NULL,8830,8,'2026-03-05 20:13:08','2026-03-05 20:13:08','b13f6b10-40ca-4498-818c-969f3a1111c1'),
(125057,57,38771,NULL,8829,9,'2026-03-05 20:13:08','2026-03-05 20:13:08','6973ce79-b683-4a6e-9c8b-545404cdbe08'),
(125058,13,38771,NULL,23821,1,'2026-03-05 20:13:08','2026-03-05 20:13:08','16518753-dbec-4bc8-8b23-d0232cdb6e05'),
(125059,32,38772,NULL,2610,1,'2026-03-05 20:13:41','2026-03-05 20:13:41','3d317673-53ae-42df-8e66-428694879866'),
(125060,32,38772,NULL,2598,2,'2026-03-05 20:13:41','2026-03-05 20:13:41','f9cb803a-6574-42fe-bd74-5acef5fb1581'),
(125061,32,38772,NULL,2624,3,'2026-03-05 20:13:41','2026-03-05 20:13:41','7cc4ee26-477a-4be0-97c3-53d790b7ed53'),
(125062,32,38772,NULL,2600,4,'2026-03-05 20:13:41','2026-03-05 20:13:41','3212fdaf-9d77-48b7-994d-aef12160ddbc'),
(125063,32,38772,NULL,2606,5,'2026-03-05 20:13:41','2026-03-05 20:13:41','efc751db-ca18-4cb6-aa49-0e6424352eb1'),
(125064,32,38772,NULL,2604,6,'2026-03-05 20:13:41','2026-03-05 20:13:41','22956093-79b8-429f-8e4e-6d4a4441c3be'),
(125065,32,38772,NULL,2608,7,'2026-03-05 20:13:41','2026-03-05 20:13:41','b0d47cde-91c4-4023-87d0-9f226d980d33'),
(125066,32,38772,NULL,2602,8,'2026-03-05 20:13:41','2026-03-05 20:13:41','1d29b95a-d8ee-4582-8b42-c57ef881e7f5'),
(125067,32,38772,NULL,2596,9,'2026-03-05 20:13:41','2026-03-05 20:13:41','89a22347-163b-4a62-88cd-0265aee9b90a'),
(125068,32,38772,NULL,2612,10,'2026-03-05 20:13:41','2026-03-05 20:13:41','ae4ba1c8-c14c-4941-8ea4-da3631528ce1'),
(125069,16,38772,NULL,4440,1,'2026-03-05 20:13:41','2026-03-05 20:13:41','e87fe348-2c40-4539-bc40-ed6135014aa2'),
(125070,7,38772,NULL,2969,1,'2026-03-05 20:13:41','2026-03-05 20:13:41','39bbd190-9ae3-4800-814d-864f246e08f3'),
(125071,7,38772,NULL,617,2,'2026-03-05 20:13:41','2026-03-05 20:13:41','7abb9d67-9108-4e25-85e4-6101902bc562'),
(125072,7,38772,NULL,605,3,'2026-03-05 20:13:41','2026-03-05 20:13:41','a1882f65-e3b9-4a08-9d2d-a06d36c0dc42'),
(125073,7,38772,NULL,9552,4,'2026-03-05 20:13:41','2026-03-05 20:13:41','0d067b78-c8d1-49bb-bb16-b56ab29078cc'),
(125074,82,38772,NULL,469,1,'2026-03-05 20:13:41','2026-03-05 20:13:41','af87d627-c133-4cd8-b4da-7cb5c7bfa560'),
(125075,82,38772,NULL,491,2,'2026-03-05 20:13:41','2026-03-05 20:13:41','b0e2c4f4-f6c3-43fe-b179-89c113c5b166'),
(125076,46,38772,NULL,2891,1,'2026-03-05 20:13:41','2026-03-05 20:13:41','e5d565d0-f07e-4d5b-b6ff-69ab6cc34280'),
(125077,47,38772,NULL,10492,1,'2026-03-05 20:13:41','2026-03-05 20:13:41','f0b13e1d-3264-458d-a921-f8c0e53dced6'),
(125078,57,38772,NULL,8867,1,'2026-03-05 20:13:41','2026-03-05 20:13:41','b1711335-d8b5-4371-977d-97b9fed8687d'),
(125079,57,38772,NULL,8864,2,'2026-03-05 20:13:41','2026-03-05 20:13:41','94dc367e-cae8-4234-91bf-0ae148d1ee7f'),
(125080,57,38772,NULL,8869,3,'2026-03-05 20:13:41','2026-03-05 20:13:41','f746272d-a240-4aa3-a293-388b3d3965cb'),
(125081,57,38772,NULL,8866,4,'2026-03-05 20:13:41','2026-03-05 20:13:41','2e208ac8-f45b-4aba-ab16-f413a238d47d'),
(125082,57,38772,NULL,8865,5,'2026-03-05 20:13:41','2026-03-05 20:13:41','05708f28-2b93-4d35-a4d0-87b06b8b7c76'),
(125083,13,38772,NULL,23824,1,'2026-03-05 20:13:41','2026-03-05 20:13:41','a64b72c8-9b0f-4cbf-b0f6-b279390e77bc'),
(125084,32,38773,NULL,2610,1,'2026-03-05 20:14:08','2026-03-05 20:14:08','941a0094-b660-4015-a5e8-cae4e51e7d93'),
(125085,32,38773,NULL,2598,2,'2026-03-05 20:14:08','2026-03-05 20:14:08','56ba4826-70fb-4365-ab77-a4c521287a6b'),
(125086,32,38773,NULL,2600,3,'2026-03-05 20:14:08','2026-03-05 20:14:08','b2c9240b-18d7-49d2-ad8b-714ccc84b8da'),
(125087,32,38773,NULL,2604,4,'2026-03-05 20:14:08','2026-03-05 20:14:08','f6693c1f-c899-46c8-bdff-7c2861cc935b'),
(125088,32,38773,NULL,2608,5,'2026-03-05 20:14:08','2026-03-05 20:14:08','73675911-3c5c-4dcb-b360-4dc0de79dd59'),
(125089,32,38773,NULL,2602,6,'2026-03-05 20:14:08','2026-03-05 20:14:08','6e7c899d-4525-42f6-b81a-2132449a2b53'),
(125090,32,38773,NULL,2596,7,'2026-03-05 20:14:08','2026-03-05 20:14:08','79b65601-13c5-4ac0-9d79-7b15f882e16d'),
(125091,32,38773,NULL,2606,8,'2026-03-05 20:14:08','2026-03-05 20:14:08','8d039a5c-ebba-4a8b-9fd1-c3dc6be725c5'),
(125092,32,38773,NULL,2612,9,'2026-03-05 20:14:08','2026-03-05 20:14:08','92d13c5e-c60a-484e-a330-8345a63dea17'),
(125093,16,38773,NULL,4466,1,'2026-03-05 20:14:08','2026-03-05 20:14:08','b85303b8-c185-4634-8c41-c424a7619de3'),
(125094,7,38773,NULL,617,1,'2026-03-05 20:14:08','2026-03-05 20:14:08','8fbdaff6-90b7-4c13-97a2-cca6698e2ad5'),
(125095,7,38773,NULL,605,2,'2026-03-05 20:14:08','2026-03-05 20:14:08','87f322ad-ffd5-4d30-8932-5653ca4b02e4'),
(125096,7,38773,NULL,9552,3,'2026-03-05 20:14:08','2026-03-05 20:14:08','21e2cc60-b808-4d86-b000-5deb49dca1c6'),
(125097,82,38773,NULL,469,1,'2026-03-05 20:14:08','2026-03-05 20:14:08','b93a79b8-2cfd-4695-9e7c-df0730df3d75'),
(125098,82,38773,NULL,479,2,'2026-03-05 20:14:08','2026-03-05 20:14:08','e3e5417d-e297-4922-b969-49ba682db1fe'),
(125099,82,38773,NULL,491,3,'2026-03-05 20:14:08','2026-03-05 20:14:08','fec52e53-8487-4148-aa4e-38b52bbef090'),
(125100,47,38773,NULL,10495,1,'2026-03-05 20:14:08','2026-03-05 20:14:08','b5ede028-21a7-4762-80de-cc23fd56569d'),
(125101,57,38773,NULL,8888,1,'2026-03-05 20:14:08','2026-03-05 20:14:08','e88005a4-8f9f-4db0-8538-2a946dce2de0'),
(125102,57,38773,NULL,8889,2,'2026-03-05 20:14:08','2026-03-05 20:14:08','812cdcd5-547e-4c93-a549-d50a5263fdc5'),
(125103,57,38773,NULL,9589,3,'2026-03-05 20:14:08','2026-03-05 20:14:08','9b3bfbc1-0db1-4ef0-ac2f-0f984be885cc'),
(125104,13,38773,NULL,23827,1,'2026-03-05 20:14:08','2026-03-05 20:14:08','2cf971f4-b012-40ad-918a-e59826372651'),
(125105,32,38774,NULL,2610,1,'2026-03-05 20:14:50','2026-03-05 20:14:50','d4b3737c-3be3-4843-ab96-9c1e114e2e73'),
(125106,32,38774,NULL,2598,2,'2026-03-05 20:14:50','2026-03-05 20:14:50','89c9abc8-b8db-4364-b03c-0b2857d3d747'),
(125107,32,38774,NULL,2600,3,'2026-03-05 20:14:50','2026-03-05 20:14:50','e3aa7820-7796-4d10-930a-6016c4ae0920'),
(125108,32,38774,NULL,2604,4,'2026-03-05 20:14:50','2026-03-05 20:14:50','e7f35fec-a58b-4302-9626-66d636d26c85'),
(125109,32,38774,NULL,2608,5,'2026-03-05 20:14:50','2026-03-05 20:14:50','ccd6f93f-4118-491b-9a21-c203de3e5cf5'),
(125110,32,38774,NULL,2602,6,'2026-03-05 20:14:50','2026-03-05 20:14:50','8db46fb9-9cd3-491a-8f73-6e74c872790a'),
(125111,32,38774,NULL,2596,7,'2026-03-05 20:14:50','2026-03-05 20:14:50','6aca320a-8242-4aa0-9294-8398a7e315df'),
(125112,32,38774,NULL,2606,8,'2026-03-05 20:14:50','2026-03-05 20:14:50','72a39e82-0908-4c14-a088-829d65081ed7'),
(125113,32,38774,NULL,2612,9,'2026-03-05 20:14:50','2026-03-05 20:14:50','64f2b5b7-8419-4b86-9cac-75f353b3a4e3'),
(125114,16,38774,NULL,4497,1,'2026-03-05 20:14:50','2026-03-05 20:14:50','253e4d11-af25-488d-9fcd-5263c317acab'),
(125115,7,38774,NULL,3468,1,'2026-03-05 20:14:50','2026-03-05 20:14:50','d7bc0d36-9664-4607-8174-ca0427560433'),
(125116,7,38774,NULL,2969,2,'2026-03-05 20:14:50','2026-03-05 20:14:50','2aaf3891-8865-4bb5-95cc-4ee1229aa7ac'),
(125117,7,38774,NULL,617,3,'2026-03-05 20:14:50','2026-03-05 20:14:50','8e214027-b0ac-4024-b391-6b55e2ea3664'),
(125118,7,38774,NULL,9732,4,'2026-03-05 20:14:50','2026-03-05 20:14:50','796c473b-c3dd-478e-b49a-d18dddfc4e9a'),
(125119,7,38774,NULL,9640,5,'2026-03-05 20:14:50','2026-03-05 20:14:50','afb1d5ac-a225-41b8-b92d-d896d1252e29'),
(125120,7,38774,NULL,9552,6,'2026-03-05 20:14:50','2026-03-05 20:14:50','1f7c52a5-7751-427b-874a-b261a2a8c8c8'),
(125121,7,38774,NULL,605,7,'2026-03-05 20:14:50','2026-03-05 20:14:50','fdbb2c43-a52e-401f-83c4-4ac7ad338ac8'),
(125122,82,38774,NULL,469,1,'2026-03-05 20:14:50','2026-03-05 20:14:50','b1f8a9dd-79ab-47c1-ad30-e34782355c17'),
(125123,82,38774,NULL,479,2,'2026-03-05 20:14:50','2026-03-05 20:14:50','f6684bbb-eda6-4928-a965-3952533dd7c2'),
(125124,82,38774,NULL,491,3,'2026-03-05 20:14:50','2026-03-05 20:14:50','da8ec5ec-8532-4493-89f0-5441abfc3128'),
(125125,47,38774,NULL,10498,1,'2026-03-05 20:14:50','2026-03-05 20:14:50','4c355d2e-3510-4408-87ae-94baf3a8a41b'),
(125126,57,38774,NULL,8923,1,'2026-03-05 20:14:50','2026-03-05 20:14:50','62562216-391b-4e27-9bd6-263d757de297'),
(125127,57,38774,NULL,8936,2,'2026-03-05 20:14:50','2026-03-05 20:14:50','301faa31-dba7-4542-abf3-59cbf34d81a2'),
(125128,57,38774,NULL,8934,3,'2026-03-05 20:14:50','2026-03-05 20:14:50','820d0cc5-8e7c-4a0b-a6df-ad1c059787f4'),
(125129,57,38774,NULL,8935,4,'2026-03-05 20:14:50','2026-03-05 20:14:50','860b1a81-b9c1-4f30-afab-632186ab7b62'),
(125130,57,38774,NULL,8931,5,'2026-03-05 20:14:50','2026-03-05 20:14:50','3dbf54e9-dc5d-40b7-a64b-fc2af72e5d53'),
(125131,57,38774,NULL,8928,6,'2026-03-05 20:14:50','2026-03-05 20:14:50','199da747-d91c-4e89-b6a3-31fcdb1a1bc9'),
(125132,57,38774,NULL,8929,7,'2026-03-05 20:14:50','2026-03-05 20:14:50','149ccb36-83c7-43eb-ab75-1cb2e522ff0b'),
(125133,57,38774,NULL,8930,8,'2026-03-05 20:14:50','2026-03-05 20:14:50','c2eaa0c5-175d-4e0d-931a-c76a4c7d4a91'),
(125134,57,38774,NULL,8920,9,'2026-03-05 20:14:50','2026-03-05 20:14:50','1d9b9df2-91ab-4ec0-b590-2bbf2e253ca4'),
(125135,57,38774,NULL,8918,10,'2026-03-05 20:14:50','2026-03-05 20:14:50','369e75ad-eb84-4e51-8475-dcde37f624a8'),
(125136,57,38774,NULL,8919,11,'2026-03-05 20:14:50','2026-03-05 20:14:50','3ca4e58c-fd9a-44a6-8ffc-301fa3048652'),
(125137,57,38774,NULL,8924,12,'2026-03-05 20:14:50','2026-03-05 20:14:50','7af78778-3e58-4387-9946-66e1b4492aca'),
(125138,57,38774,NULL,8925,13,'2026-03-05 20:14:50','2026-03-05 20:14:50','044677cf-91fe-4668-a6d8-fc272cc7036f'),
(125139,57,38774,NULL,8926,14,'2026-03-05 20:14:50','2026-03-05 20:14:50','a19a1795-9b85-40f7-9bbc-35e82783e5fa'),
(125140,57,38774,NULL,8927,15,'2026-03-05 20:14:50','2026-03-05 20:14:50','36893d0c-0ea6-470e-b4fa-e529ec63efb1'),
(125141,57,38774,NULL,8932,16,'2026-03-05 20:14:50','2026-03-05 20:14:50','6d99ba97-f207-4210-aea0-99641120ff29'),
(125142,57,38774,NULL,8933,17,'2026-03-05 20:14:50','2026-03-05 20:14:50','ef62fdc7-5a95-4a26-b585-ae88c0007231'),
(125143,13,38774,NULL,23830,1,'2026-03-05 20:14:50','2026-03-05 20:14:50','22d369d3-cc0c-411c-b1ee-41c77a8c3eaa'),
(125144,32,38775,NULL,2610,1,'2026-03-05 20:15:25','2026-03-05 20:15:25','92fc8b2e-873e-41ef-b646-b5af85908ab8'),
(125145,32,38775,NULL,2598,2,'2026-03-05 20:15:25','2026-03-05 20:15:25','63dfa38c-5ffb-43d6-a024-1ec189d3f101'),
(125146,32,38775,NULL,2600,3,'2026-03-05 20:15:25','2026-03-05 20:15:25','0c7a1c27-54de-4046-8aa4-d631090444e4'),
(125147,32,38775,NULL,2604,4,'2026-03-05 20:15:25','2026-03-05 20:15:25','b9e4e429-1f81-4f6e-ac21-95acbc71a678'),
(125148,32,38775,NULL,2608,5,'2026-03-05 20:15:25','2026-03-05 20:15:25','020056e4-b2e7-422d-b63e-55f1bfd07a31'),
(125149,32,38775,NULL,2602,6,'2026-03-05 20:15:25','2026-03-05 20:15:25','050ed737-7e02-4764-b8f9-bdc6a5dc7af1'),
(125150,32,38775,NULL,2596,7,'2026-03-05 20:15:25','2026-03-05 20:15:25','93cbc50e-c249-4799-8059-0cd414f4236a'),
(125151,32,38775,NULL,2606,8,'2026-03-05 20:15:25','2026-03-05 20:15:25','6037928e-4131-4bd5-ba39-67eebac99fdb'),
(125152,32,38775,NULL,2612,9,'2026-03-05 20:15:25','2026-03-05 20:15:25','4526ca84-b326-417a-8a09-dd4daa6b9655'),
(125153,16,38775,NULL,4526,1,'2026-03-05 20:15:25','2026-03-05 20:15:25','47366b99-0d1d-4867-81d4-83d23d4a425b'),
(125154,7,38775,NULL,2969,1,'2026-03-05 20:15:25','2026-03-05 20:15:25','e14cbcce-ec84-45ea-8309-748d4b2c02a3'),
(125155,7,38775,NULL,2974,2,'2026-03-05 20:15:25','2026-03-05 20:15:25','f8000aa1-3ebf-4ec6-a3a3-0400ccee13ae'),
(125156,7,38775,NULL,617,3,'2026-03-05 20:15:25','2026-03-05 20:15:25','6b65060e-c8a7-43fa-9421-468d2a63b697'),
(125157,7,38775,NULL,605,4,'2026-03-05 20:15:25','2026-03-05 20:15:25','0e847cb6-c7b0-4f74-a44b-1d64beb4cfd2'),
(125158,7,38775,NULL,9552,5,'2026-03-05 20:15:25','2026-03-05 20:15:25','cfb70925-bf26-4429-a80d-f62ee21dd06e'),
(125159,82,38775,NULL,469,1,'2026-03-05 20:15:25','2026-03-05 20:15:25','676d1611-f28f-401f-8c64-3386597fe403'),
(125160,82,38775,NULL,479,2,'2026-03-05 20:15:25','2026-03-05 20:15:25','18f2bd96-1b27-487b-b6f2-ddd78d5ec1d4'),
(125161,82,38775,NULL,491,3,'2026-03-05 20:15:25','2026-03-05 20:15:25','a991de32-76d6-49a8-96cc-79cf245b7523'),
(125162,47,38775,NULL,10501,1,'2026-03-05 20:15:25','2026-03-05 20:15:25','31c7a16d-4a3c-4f55-8c48-8ef31c1f8847'),
(125163,57,38775,NULL,8955,1,'2026-03-05 20:15:25','2026-03-05 20:15:25','4c1d49c1-f00e-40e4-a3b5-df15a6cd8ae6'),
(125164,57,38775,NULL,8956,2,'2026-03-05 20:15:25','2026-03-05 20:15:25','568f027a-0136-4c64-9479-48c9d9a3ab9d'),
(125165,57,38775,NULL,8957,3,'2026-03-05 20:15:25','2026-03-05 20:15:25','4e69ae73-21b7-4c96-9c95-381a64102847'),
(125166,57,38775,NULL,8958,4,'2026-03-05 20:15:25','2026-03-05 20:15:25','4bdd6e92-e8bf-4edc-9837-a16b46210145'),
(125167,57,38775,NULL,8953,5,'2026-03-05 20:15:25','2026-03-05 20:15:25','c70c25b0-782a-49c9-b64c-ebcd454a335a'),
(125168,57,38775,NULL,8954,6,'2026-03-05 20:15:25','2026-03-05 20:15:25','8837a3b8-0741-409d-910f-4317f1756b4c'),
(125169,57,38775,NULL,9592,7,'2026-03-05 20:15:25','2026-03-05 20:15:25','8e41028b-eb00-4557-8b80-a8565392b06b'),
(125170,57,38775,NULL,8959,8,'2026-03-05 20:15:25','2026-03-05 20:15:25','8c8044ef-0fed-4b2f-80db-aeefdb4a86e4'),
(125171,13,38775,NULL,23833,1,'2026-03-05 20:15:25','2026-03-05 20:15:25','2a898511-3eef-438f-8edf-32108860c30c'),
(125172,32,38776,NULL,2610,1,'2026-03-05 20:15:54','2026-03-05 20:15:54','f08ba38a-adf5-4d9a-a769-b0da39a8283d'),
(125173,32,38776,NULL,2598,2,'2026-03-05 20:15:54','2026-03-05 20:15:54','e03dc853-b56a-47ea-a675-90e88f02caad'),
(125174,32,38776,NULL,2600,3,'2026-03-05 20:15:54','2026-03-05 20:15:54','ee947260-525b-4277-8d42-93896e02d580'),
(125175,32,38776,NULL,2604,4,'2026-03-05 20:15:54','2026-03-05 20:15:54','b98b86f3-b0bc-4ebe-ac6f-80b80719e027'),
(125176,32,38776,NULL,2608,5,'2026-03-05 20:15:54','2026-03-05 20:15:54','bc62658b-d505-4f8a-af7c-11aa79cbd153'),
(125177,32,38776,NULL,2602,6,'2026-03-05 20:15:54','2026-03-05 20:15:54','829254b3-1022-403f-810a-ccc2fd1d8672'),
(125178,32,38776,NULL,2596,7,'2026-03-05 20:15:54','2026-03-05 20:15:54','c64348fc-41f1-4eae-91e3-08c9b2d382a2'),
(125179,32,38776,NULL,2606,8,'2026-03-05 20:15:54','2026-03-05 20:15:54','48f770c6-8259-4038-ab0e-ca4574c5696b'),
(125180,32,38776,NULL,2612,9,'2026-03-05 20:15:54','2026-03-05 20:15:54','3d80740e-edca-413e-b364-6beb21d1b194'),
(125181,16,38776,NULL,4554,1,'2026-03-05 20:15:54','2026-03-05 20:15:54','7d07d928-e822-465c-87da-c0a680e95a71'),
(125182,7,38776,NULL,3468,1,'2026-03-05 20:15:54','2026-03-05 20:15:54','27917014-b6be-4906-8c75-97cde9edd524'),
(125183,7,38776,NULL,617,2,'2026-03-05 20:15:54','2026-03-05 20:15:54','641f2bac-97fa-4131-8119-5ffc0bde9ede'),
(125184,7,38776,NULL,605,3,'2026-03-05 20:15:54','2026-03-05 20:15:54','73468780-183d-422f-8c0e-cc39bd4679f2'),
(125185,7,38776,NULL,9552,4,'2026-03-05 20:15:54','2026-03-05 20:15:54','f21f6b6f-578d-4e1f-8ea0-596b34ca5199'),
(125186,82,38776,NULL,469,1,'2026-03-05 20:15:54','2026-03-05 20:15:54','4a00764f-0423-4032-819b-9758c6569497'),
(125187,82,38776,NULL,479,2,'2026-03-05 20:15:54','2026-03-05 20:15:54','a62781a9-73fc-45f0-beff-d6314b93207f'),
(125188,82,38776,NULL,491,3,'2026-03-05 20:15:54','2026-03-05 20:15:54','2693fb3d-b64b-45ee-beab-de4947efa7de'),
(125189,47,38776,NULL,10504,1,'2026-03-05 20:15:54','2026-03-05 20:15:54','517fd64e-cb68-46aa-b51d-6beaaa41862c'),
(125190,57,38776,NULL,8968,1,'2026-03-05 20:15:54','2026-03-05 20:15:54','5d0f2813-1e58-4e52-82e6-5fe3d86694a7'),
(125191,57,38776,NULL,8970,2,'2026-03-05 20:15:54','2026-03-05 20:15:54','3362d2a7-fbec-4d09-af77-89b5b3784a9c'),
(125192,57,38776,NULL,8971,3,'2026-03-05 20:15:54','2026-03-05 20:15:54','126a769a-206d-4f2c-ba4b-9d6132c500fa'),
(125193,57,38776,NULL,8972,4,'2026-03-05 20:15:54','2026-03-05 20:15:54','35c3b74d-d946-4c5e-b2ff-88e2c3f87112'),
(125194,57,38776,NULL,8973,5,'2026-03-05 20:15:54','2026-03-05 20:15:54','e29ed7b5-241d-45cb-9d64-579bab69d349'),
(125195,57,38776,NULL,8969,6,'2026-03-05 20:15:54','2026-03-05 20:15:54','6356bcff-4456-425e-98d1-6bc32bcec7e0'),
(125196,57,38776,NULL,8974,7,'2026-03-05 20:15:54','2026-03-05 20:15:54','3c5cc562-ad65-4f3d-be95-438152770533'),
(125197,13,38776,NULL,23836,1,'2026-03-05 20:15:54','2026-03-05 20:15:54','1f7ecd83-5b32-42ae-944e-04e1802e4527'),
(125198,32,38777,NULL,2610,1,'2026-03-05 20:16:17','2026-03-05 20:16:17','d9203e73-aed9-4bc4-997b-431a4af484bf'),
(125199,32,38777,NULL,2598,2,'2026-03-05 20:16:17','2026-03-05 20:16:17','65b4caa0-f853-417b-9401-d7c66d3a85d8'),
(125200,32,38777,NULL,2600,3,'2026-03-05 20:16:17','2026-03-05 20:16:17','d03a53c9-33b4-4ff0-99d0-5a0fb4c22944'),
(125201,32,38777,NULL,2602,4,'2026-03-05 20:16:17','2026-03-05 20:16:17','8e205395-dea0-4868-887c-5f9ce15fbc95'),
(125202,32,38777,NULL,2604,5,'2026-03-05 20:16:17','2026-03-05 20:16:17','a2a0a9a4-580a-41a8-b397-07687ca395e0'),
(125203,32,38777,NULL,2608,6,'2026-03-05 20:16:17','2026-03-05 20:16:17','7482ca8b-c464-49d4-b93c-d2677bfec487'),
(125204,32,38777,NULL,2596,7,'2026-03-05 20:16:17','2026-03-05 20:16:17','71eb48c9-acc7-4c29-9043-96e1d754cc8d'),
(125205,32,38777,NULL,2606,8,'2026-03-05 20:16:17','2026-03-05 20:16:17','c8b764f5-bccd-45f0-8603-69f7e9a6c1b0'),
(125206,32,38777,NULL,2612,9,'2026-03-05 20:16:17','2026-03-05 20:16:17','f7cff008-628a-438c-8af9-c5761e0379ba'),
(125207,16,38777,NULL,4579,1,'2026-03-05 20:16:17','2026-03-05 20:16:17','c4ba652e-adc0-4066-9e77-9e9baedb91d5'),
(125208,7,38777,NULL,2969,1,'2026-03-05 20:16:17','2026-03-05 20:16:17','e90a14a5-ee8c-4ea3-93fc-fbe6ab222781'),
(125209,7,38777,NULL,9727,2,'2026-03-05 20:16:17','2026-03-05 20:16:17','7b49796c-b91a-4c7b-92ac-eb7be7c68b58'),
(125210,7,38777,NULL,617,3,'2026-03-05 20:16:17','2026-03-05 20:16:17','d7a4f741-0116-41c8-905a-6354a803e130'),
(125211,7,38777,NULL,605,4,'2026-03-05 20:16:17','2026-03-05 20:16:17','8b952d3b-bdf1-4750-925e-f46425a9b49f'),
(125212,7,38777,NULL,9552,5,'2026-03-05 20:16:17','2026-03-05 20:16:17','6750ff5d-5aa0-42d3-9a9e-6baaf7663976'),
(125213,82,38777,NULL,479,1,'2026-03-05 20:16:17','2026-03-05 20:16:17','83e6c66a-c3d2-40be-bc8d-60cc53a1087e'),
(125214,82,38777,NULL,491,2,'2026-03-05 20:16:17','2026-03-05 20:16:17','95caa06b-35a9-423b-80e0-7b053d6afdbf'),
(125215,47,38777,NULL,12489,1,'2026-03-05 20:16:17','2026-03-05 20:16:17','5516fb59-30e8-4acf-a66f-3e5abfc9e699'),
(125216,57,38777,NULL,8984,1,'2026-03-05 20:16:17','2026-03-05 20:16:17','8a7bd7ef-481f-4407-a1d7-f11de864089a'),
(125217,57,38777,NULL,8982,2,'2026-03-05 20:16:17','2026-03-05 20:16:17','bbe8cb52-abdb-434f-ac70-053e81cf0ed7'),
(125218,57,38777,NULL,8981,3,'2026-03-05 20:16:17','2026-03-05 20:16:17','877b6ad2-5ebb-4492-bf3f-a2440e4c0555'),
(125219,57,38777,NULL,8983,4,'2026-03-05 20:16:17','2026-03-05 20:16:17','0c81a18e-b6a0-4082-984f-b5fa588efc35'),
(125220,57,38777,NULL,8980,5,'2026-03-05 20:16:17','2026-03-05 20:16:17','30e910bb-0e96-4225-93b0-16d42f5e1bc9'),
(125221,13,38777,NULL,23839,1,'2026-03-05 20:16:17','2026-03-05 20:16:17','49114c5a-fac2-4160-a854-632e400ecffe'),
(125222,32,38778,NULL,2610,1,'2026-03-05 20:16:45','2026-03-05 20:16:45','d346c57d-d3a1-463d-953f-a211c5feb4ed'),
(125223,32,38778,NULL,2598,2,'2026-03-05 20:16:45','2026-03-05 20:16:45','a54f689d-8eb8-41ae-b905-87a5549e461e'),
(125224,32,38778,NULL,2600,3,'2026-03-05 20:16:45','2026-03-05 20:16:45','723e8432-c2eb-4c13-a344-93527886b7cf'),
(125225,32,38778,NULL,2602,4,'2026-03-05 20:16:45','2026-03-05 20:16:45','656c95bf-7483-41bd-90b0-8e4b18acb126'),
(125226,32,38778,NULL,2612,5,'2026-03-05 20:16:45','2026-03-05 20:16:45','691a768a-5fb5-4ffc-be83-4d7c6fe20453'),
(125227,32,38778,NULL,2618,6,'2026-03-05 20:16:45','2026-03-05 20:16:45','f695b65b-fc11-4b65-acee-2ad845b7cae7'),
(125228,32,38778,NULL,2604,7,'2026-03-05 20:16:45','2026-03-05 20:16:45','0eee3e57-6e33-4858-8966-64febb561171'),
(125229,32,38778,NULL,2608,8,'2026-03-05 20:16:45','2026-03-05 20:16:45','d70411fe-ae2d-416c-a0dd-4e3274d0f0e9'),
(125230,32,38778,NULL,2596,9,'2026-03-05 20:16:45','2026-03-05 20:16:45','1f33330a-831b-4e76-af5f-4751689eee7f'),
(125231,32,38778,NULL,2606,10,'2026-03-05 20:16:45','2026-03-05 20:16:45','e9121882-cba7-4afc-ac79-dd1deb81a9fe'),
(125232,16,38778,NULL,4639,1,'2026-03-05 20:16:45','2026-03-05 20:16:45','aea0fb1b-60d7-4bab-bb0c-fcb30fdc8115'),
(125233,7,38778,NULL,2974,1,'2026-03-05 20:16:45','2026-03-05 20:16:45','6b5ba1d8-bed3-4e8e-975b-806c3b290c5d'),
(125234,7,38778,NULL,617,2,'2026-03-05 20:16:45','2026-03-05 20:16:45','3e86a465-5eb6-4e31-8b0e-1c3c033f82d2'),
(125235,7,38778,NULL,605,3,'2026-03-05 20:16:45','2026-03-05 20:16:45','8d467b9f-b7ac-4960-b8f9-a54f51cac5a1'),
(125236,7,38778,NULL,9552,4,'2026-03-05 20:16:45','2026-03-05 20:16:45','ed532b8b-bed4-4a62-b7eb-af372f81f4c6'),
(125237,82,38778,NULL,491,1,'2026-03-05 20:16:45','2026-03-05 20:16:45','2c9c7d91-8f3e-4b30-a62d-995760c3979e'),
(125238,46,38778,NULL,3697,1,'2026-03-05 20:16:45','2026-03-05 20:16:45','0d0902a5-bd0f-44a1-a109-fea4dd7e61fc'),
(125239,47,38778,NULL,12494,1,'2026-03-05 20:16:45','2026-03-05 20:16:45','1cf502ad-cfe7-4ed7-bc4c-7581e2ef2c22'),
(125240,57,38778,NULL,5084,1,'2026-03-05 20:16:45','2026-03-05 20:16:45','d481d6d4-c73d-41e8-ac87-bbf84493c2b6'),
(125241,57,38778,NULL,5085,2,'2026-03-05 20:16:45','2026-03-05 20:16:45','01a19222-3fb6-43f1-9093-f83b40f3fac0'),
(125242,57,38778,NULL,5086,3,'2026-03-05 20:16:45','2026-03-05 20:16:45','d17605d7-1410-47e7-9cc7-a59d254c04c1'),
(125243,57,38778,NULL,5087,4,'2026-03-05 20:16:45','2026-03-05 20:16:45','3c887c6f-9511-4d3e-875d-a9f68df8cbf4'),
(125244,57,38778,NULL,5088,5,'2026-03-05 20:16:45','2026-03-05 20:16:45','5c3b563b-2d8b-486e-bc91-26784e713455'),
(125245,13,38778,NULL,23842,1,'2026-03-05 20:16:45','2026-03-05 20:16:45','a32250f6-c1a7-4975-8c06-0b5e1e27dc37'),
(125246,32,38779,NULL,2610,1,'2026-03-05 20:23:29','2026-03-05 20:23:29','eba12b76-1242-4d67-9185-f39bd8fd0a32'),
(125247,32,38779,NULL,2598,2,'2026-03-05 20:23:29','2026-03-05 20:23:29','9d26b673-41c6-4ccd-8cfa-3c72fbf74f42'),
(125248,32,38779,NULL,2608,3,'2026-03-05 20:23:29','2026-03-05 20:23:29','71607e15-438a-410f-bf2e-a80956cf1ca0'),
(125249,32,38779,NULL,2600,4,'2026-03-05 20:23:29','2026-03-05 20:23:29','09308dc5-7545-4ee1-9f4d-d6776857f79a'),
(125250,32,38779,NULL,2596,5,'2026-03-05 20:23:29','2026-03-05 20:23:29','7194449c-f38b-4c39-afef-c8ccab35c828'),
(125251,32,38779,NULL,2602,6,'2026-03-05 20:23:29','2026-03-05 20:23:29','f60a757b-f12f-4672-9f1f-fb866672e99d'),
(125252,32,38779,NULL,2604,7,'2026-03-05 20:23:29','2026-03-05 20:23:29','662f734e-fca0-49bd-b4e6-01fac54831d2'),
(125253,32,38779,NULL,2606,8,'2026-03-05 20:23:29','2026-03-05 20:23:29','a70c071b-4456-409b-8cc4-c56e4eb2756b'),
(125254,32,38779,NULL,2612,9,'2026-03-05 20:23:29','2026-03-05 20:23:29','47f526fd-b865-4042-a3c3-ad3dcedd56c9'),
(125255,16,38779,NULL,545,1,'2026-03-05 20:23:29','2026-03-05 20:23:29','a2c08d85-ad9f-4d46-b080-72eb0315d3fe'),
(125256,7,38779,NULL,601,1,'2026-03-05 20:23:29','2026-03-05 20:23:29','2d22eb91-a0c2-46f3-afcd-d4af5a2a2ca5'),
(125257,7,38779,NULL,617,2,'2026-03-05 20:23:29','2026-03-05 20:23:29','cdbac2b1-3948-4619-b380-7ff0244f6289'),
(125258,7,38779,NULL,605,3,'2026-03-05 20:23:29','2026-03-05 20:23:29','93ed0769-0cb7-4a4d-b42e-f78ffa6701ad'),
(125259,7,38779,NULL,9552,4,'2026-03-05 20:23:29','2026-03-05 20:23:29','8d933007-fbe5-48b0-be8c-2c9b8085c305'),
(125260,82,38779,NULL,491,1,'2026-03-05 20:23:29','2026-03-05 20:23:29','1916c454-7da5-48be-931a-24ded3324203'),
(125261,47,38779,NULL,14954,1,'2026-03-05 20:23:29','2026-03-05 20:23:29','729e9843-5482-4827-bc48-5db1d0ab7b76'),
(125262,57,38779,NULL,545,1,'2026-03-05 20:23:29','2026-03-05 20:23:29','959be42a-2e8d-47f3-9472-b8c8ebceee12'),
(125263,57,38779,NULL,137,2,'2026-03-05 20:23:29','2026-03-05 20:23:29','fc9d1606-0d64-4091-912e-0a3724566523'),
(125264,57,38779,NULL,138,3,'2026-03-05 20:23:29','2026-03-05 20:23:29','8a72854d-d060-4914-8482-93680b70b8e6'),
(125265,57,38779,NULL,136,4,'2026-03-05 20:23:29','2026-03-05 20:23:29','4454589d-a9c1-4f96-bc01-d77f84817d57'),
(125266,13,38779,NULL,23845,1,'2026-03-05 20:23:29','2026-03-05 20:23:29','ba6a6702-7765-49b7-9d2d-395326ebc9d1'),
(125267,32,38780,NULL,2610,1,'2026-03-05 20:24:04','2026-03-05 20:24:04','3fba7ac2-cea7-406b-a9ac-e8917f996aba'),
(125268,32,38780,NULL,2598,2,'2026-03-05 20:24:04','2026-03-05 20:24:04','910f0956-93bf-4357-b351-d2b5054cffc2'),
(125269,32,38780,NULL,2608,3,'2026-03-05 20:24:04','2026-03-05 20:24:04','cf4c1ee6-8f24-4106-95b7-7f8dcc26ebce'),
(125270,32,38780,NULL,2600,4,'2026-03-05 20:24:04','2026-03-05 20:24:04','278d7459-927e-45a0-aa06-c5822464a826'),
(125271,32,38780,NULL,2596,5,'2026-03-05 20:24:04','2026-03-05 20:24:04','c9578565-6bab-47d7-8983-1f1ec888c8d2'),
(125272,32,38780,NULL,2602,6,'2026-03-05 20:24:04','2026-03-05 20:24:04','9f57984c-1051-4930-8aae-4fc758d288ab'),
(125273,32,38780,NULL,2604,7,'2026-03-05 20:24:04','2026-03-05 20:24:04','1bc378bc-24f8-4ebf-8b15-2b894d23f139'),
(125274,32,38780,NULL,2606,8,'2026-03-05 20:24:04','2026-03-05 20:24:04','b4b2bd1f-8d98-4ca8-9b22-61dfb817a3d7'),
(125275,32,38780,NULL,2612,9,'2026-03-05 20:24:04','2026-03-05 20:24:04','1553a8b3-43b0-4a09-8ec4-029148ca8165'),
(125276,83,38780,NULL,951,1,'2026-03-05 20:24:04','2026-03-05 20:24:04','0b250254-07dd-4c73-8b17-c1155f8d1da2'),
(125277,16,38780,NULL,22384,1,'2026-03-05 20:24:04','2026-03-05 20:24:04','75106028-738f-436b-9a92-042ef40b35b4'),
(125278,7,38780,NULL,6547,1,'2026-03-05 20:24:04','2026-03-05 20:24:04','64cf3db7-9164-419f-8e74-83fb67410b46'),
(125279,7,38780,NULL,601,2,'2026-03-05 20:24:04','2026-03-05 20:24:04','4180c0dd-04d9-4f05-b747-508df233ed29'),
(125280,7,38780,NULL,2972,3,'2026-03-05 20:24:04','2026-03-05 20:24:04','bc19a3a0-d70b-4e9a-bbcb-e9fdc5ac1422'),
(125281,7,38780,NULL,2974,4,'2026-03-05 20:24:04','2026-03-05 20:24:04','a994e9e3-30b2-4a17-9fa2-cf26a01fb8d6'),
(125282,7,38780,NULL,617,5,'2026-03-05 20:24:04','2026-03-05 20:24:04','78baf279-1edf-49cd-a1bb-2b914d93893c'),
(125283,7,38780,NULL,605,6,'2026-03-05 20:24:04','2026-03-05 20:24:04','b5aa413a-092e-4732-96c8-48a8e0504988'),
(125284,7,38780,NULL,9552,7,'2026-03-05 20:24:04','2026-03-05 20:24:04','11376575-393b-41bc-b85b-19924b3026fc'),
(125285,82,38780,NULL,491,1,'2026-03-05 20:24:04','2026-03-05 20:24:04','ae26fdac-2409-4223-a864-b1286ee44d79'),
(125286,47,38780,NULL,14958,1,'2026-03-05 20:24:04','2026-03-05 20:24:04','91198ec1-a22e-4198-a345-20b3ba464b9a'),
(125287,57,38780,NULL,4842,1,'2026-03-05 20:24:04','2026-03-05 20:24:04','7e48ce1b-ab87-4805-a834-d2d00152944a'),
(125288,57,38780,NULL,4841,2,'2026-03-05 20:24:04','2026-03-05 20:24:04','3ec5dd42-5314-4a3b-aaa0-1ec805fbb3e4'),
(125289,57,38780,NULL,4846,3,'2026-03-05 20:24:04','2026-03-05 20:24:04','87d37522-e028-4cce-8475-64d8bd3153c2'),
(125290,57,38780,NULL,4845,4,'2026-03-05 20:24:04','2026-03-05 20:24:04','2ec95579-2a98-4816-99fe-df71c80a7bb2'),
(125291,57,38780,NULL,4844,5,'2026-03-05 20:24:04','2026-03-05 20:24:04','3878d739-3ecf-4e62-a760-20f209f2c79f'),
(125292,57,38780,NULL,4843,6,'2026-03-05 20:24:04','2026-03-05 20:24:04','8468feb4-ae3a-43f5-901d-3a87255e7f4e'),
(125293,13,38780,NULL,23936,1,'2026-03-05 20:24:04','2026-03-05 20:24:04','d3580ae0-0c90-41e3-90ff-084d636fa24d'),
(125294,83,38781,NULL,945,1,'2026-03-05 20:24:38','2026-03-05 20:24:38','598dbc64-0086-4bc4-a5f5-398ae7407be8'),
(125295,16,38781,NULL,2968,1,'2026-03-05 20:24:38','2026-03-05 20:24:38','a5f6712c-0a6e-4387-88fc-a6638c506d84'),
(125296,7,38781,NULL,605,1,'2026-03-05 20:24:38','2026-03-05 20:24:38','0ba3c087-cb44-4e14-95ae-d105292f1a38'),
(125297,7,38781,NULL,617,2,'2026-03-05 20:24:38','2026-03-05 20:24:38','98688a30-3d00-49c6-8ede-a5a952255726'),
(125298,7,38781,NULL,9552,3,'2026-03-05 20:24:38','2026-03-05 20:24:38','258b27d1-59b6-45e0-974e-bfc22ff29ab8'),
(125299,57,38781,NULL,3248,1,'2026-03-05 20:24:38','2026-03-05 20:24:38','64c02adc-1bd9-4348-a7f8-a14feb9fe708'),
(125300,57,38781,NULL,3246,2,'2026-03-05 20:24:38','2026-03-05 20:24:38','369fa179-57e8-4fa5-87d4-2324ab11efae'),
(125301,57,38781,NULL,3254,3,'2026-03-05 20:24:38','2026-03-05 20:24:38','f8be2c3e-1744-437a-8ed3-a2bb7884b461'),
(125302,57,38781,NULL,3253,4,'2026-03-05 20:24:38','2026-03-05 20:24:38','8733bec7-eb25-4688-a091-815e8ae97f87'),
(125303,57,38781,NULL,3251,5,'2026-03-05 20:24:38','2026-03-05 20:24:38','193009e2-8183-48eb-ae84-6ebe3765876e'),
(125304,57,38781,NULL,3245,6,'2026-03-05 20:24:38','2026-03-05 20:24:38','82b2f694-efa3-4a93-af26-7cc4cf45f5f0'),
(125305,13,38781,NULL,23848,1,'2026-03-05 20:24:38','2026-03-05 20:24:38','b65d3c59-a902-410c-9fab-38b2d962da8b'),
(125306,32,38783,NULL,2610,1,'2026-03-05 20:25:08','2026-03-05 20:25:08','0394a000-2e9d-4e55-a51d-64ffd6752e85'),
(125307,32,38783,NULL,2598,2,'2026-03-05 20:25:08','2026-03-05 20:25:08','181b72a8-b0b1-4d88-9c38-764d8fe31cf8'),
(125308,32,38783,NULL,2608,3,'2026-03-05 20:25:08','2026-03-05 20:25:08','7f93de5f-8098-48a1-b768-fe1cdfb2c432'),
(125309,32,38783,NULL,2600,4,'2026-03-05 20:25:08','2026-03-05 20:25:08','0af4d19a-e284-4d1f-bc64-c1ca73c5be25'),
(125310,32,38783,NULL,2596,5,'2026-03-05 20:25:08','2026-03-05 20:25:08','a9c01d16-014b-4199-9816-a667e17915cf'),
(125311,32,38783,NULL,2602,6,'2026-03-05 20:25:08','2026-03-05 20:25:08','6cda3ba1-801b-40fd-a84a-49d781309389'),
(125312,32,38783,NULL,2604,7,'2026-03-05 20:25:08','2026-03-05 20:25:08','edb1a831-cb36-47b3-9618-1dac0bba863c'),
(125313,32,38783,NULL,2606,8,'2026-03-05 20:25:08','2026-03-05 20:25:08','7d8d21dc-5356-4377-a22b-25b8e9c2956e'),
(125314,32,38783,NULL,2612,9,'2026-03-05 20:25:08','2026-03-05 20:25:08','6a25bab8-e378-4b59-b46c-511af933e6b9'),
(125315,16,38783,NULL,7707,1,'2026-03-05 20:25:08','2026-03-05 20:25:08','7f4c8ee0-4a0f-44fb-bb1b-18d512f2abac'),
(125316,7,38783,NULL,601,1,'2026-03-05 20:25:08','2026-03-05 20:25:08','53235796-7b62-47b0-ae76-9cfba3e5f126'),
(125317,7,38783,NULL,3468,2,'2026-03-05 20:25:08','2026-03-05 20:25:08','820ec4f1-85b2-4292-a19f-72fbf1a96517'),
(125318,7,38783,NULL,3027,3,'2026-03-05 20:25:08','2026-03-05 20:25:08','f55d2e58-4246-4cac-b7fc-de9830b5cd88'),
(125319,7,38783,NULL,9727,4,'2026-03-05 20:25:08','2026-03-05 20:25:08','01514a79-c5af-4cba-89b6-57b0f4eea8de'),
(125320,7,38783,NULL,617,5,'2026-03-05 20:25:08','2026-03-05 20:25:08','31fcda69-05bc-4147-a5b5-4c4925365aa3'),
(125321,7,38783,NULL,605,6,'2026-03-05 20:25:08','2026-03-05 20:25:08','4b98d172-accc-4cd9-afdd-7e85fadc9c36'),
(125322,82,38783,NULL,491,1,'2026-03-05 20:25:08','2026-03-05 20:25:08','49227dbc-2c7e-4a41-81fb-2d823963881f'),
(125323,46,38783,NULL,7369,1,'2026-03-05 20:25:08','2026-03-05 20:25:08','66ae19be-2952-4a43-bb0d-449e9de389e1'),
(125324,47,38783,NULL,14963,1,'2026-03-05 20:25:08','2026-03-05 20:25:08','8c4c06ba-369a-4ff2-b963-1db470415cfa'),
(125325,57,38783,NULL,4923,1,'2026-03-05 20:25:08','2026-03-05 20:25:08','10f04483-430f-4e2a-9e14-4d1bb792380c'),
(125326,57,38783,NULL,4920,2,'2026-03-05 20:25:08','2026-03-05 20:25:08','6845b706-11cd-4020-bc78-38fd5b31515a'),
(125327,57,38783,NULL,4921,3,'2026-03-05 20:25:08','2026-03-05 20:25:08','419b9490-99bd-4ba8-aae9-81326b417cd1'),
(125328,57,38783,NULL,4922,4,'2026-03-05 20:25:08','2026-03-05 20:25:08','2f185378-a42d-4af8-9e08-230990fa058c'),
(125329,57,38783,NULL,4924,5,'2026-03-05 20:25:08','2026-03-05 20:25:08','6ddbe229-cfb2-4e6f-8824-50dfa6be07dc'),
(125330,57,38783,NULL,7722,6,'2026-03-05 20:25:08','2026-03-05 20:25:08','91ad4bf4-aeb4-4302-a840-28c65eecc7a5'),
(125331,13,38783,NULL,23851,1,'2026-03-05 20:25:08','2026-03-05 20:25:08','8f6b3484-bbf9-4f9d-b99a-3d931dd0b354'),
(125332,32,38784,NULL,2610,1,'2026-03-05 20:25:31','2026-03-05 20:25:31','33f1ae59-dd53-4045-859e-a5b01f843138'),
(125333,32,38784,NULL,2598,2,'2026-03-05 20:25:31','2026-03-05 20:25:31','3b94f3b4-5e3e-4cc8-a542-fbbfdfa4d280'),
(125334,32,38784,NULL,2624,3,'2026-03-05 20:25:31','2026-03-05 20:25:31','61ec6c7a-1d3e-426a-94d0-cdc358239a01'),
(125335,32,38784,NULL,2600,4,'2026-03-05 20:25:31','2026-03-05 20:25:31','f2e11c4e-1537-432e-be1d-b864382528eb'),
(125336,32,38784,NULL,2596,5,'2026-03-05 20:25:31','2026-03-05 20:25:31','b66e38ba-f110-4118-90e6-cf9dff116ac3'),
(125337,32,38784,NULL,2602,6,'2026-03-05 20:25:31','2026-03-05 20:25:31','5339e513-b1f6-4359-8285-2b3e65ca08d4'),
(125338,32,38784,NULL,2606,7,'2026-03-05 20:25:31','2026-03-05 20:25:31','f4f09d5b-2de4-4351-9852-ed6d24d1777f'),
(125339,32,38784,NULL,2612,8,'2026-03-05 20:25:31','2026-03-05 20:25:31','478401aa-0760-4bca-a982-5897f14de507'),
(125340,32,38784,NULL,2604,9,'2026-03-05 20:25:31','2026-03-05 20:25:31','3ab6e7f0-1f20-440c-b60a-f636ce1a33bb'),
(125341,32,38784,NULL,2608,10,'2026-03-05 20:25:31','2026-03-05 20:25:31','47665846-2bee-4bd0-bd56-05be3fec4ba7'),
(125342,16,38784,NULL,11819,1,'2026-03-05 20:25:31','2026-03-05 20:25:31','f5f903e7-90cd-45ff-a578-057aa2cc8cd1'),
(125343,7,38784,NULL,2969,1,'2026-03-05 20:25:31','2026-03-05 20:25:31','8d70dd61-cb5d-4059-8479-219f7798d379'),
(125344,7,38784,NULL,617,2,'2026-03-05 20:25:31','2026-03-05 20:25:31','8fe0eef0-c0c1-40bd-8f20-5eaab2fbc219'),
(125345,7,38784,NULL,605,3,'2026-03-05 20:25:31','2026-03-05 20:25:31','1de37b50-61b1-41a2-81ee-dca0e12485af'),
(125346,7,38784,NULL,9552,4,'2026-03-05 20:25:31','2026-03-05 20:25:31','61b2646d-352a-4075-a65a-cbf574499ea5'),
(125347,82,38784,NULL,491,1,'2026-03-05 20:25:31','2026-03-05 20:25:31','b9ff7c3b-aa6c-4a73-b24b-b9ee9f76616b'),
(125348,46,38784,NULL,2891,1,'2026-03-05 20:25:31','2026-03-05 20:25:31','1d1707eb-4c0c-4baf-a8c7-6d7a4a134f2c'),
(125349,47,38784,NULL,14967,1,'2026-03-05 20:25:31','2026-03-05 20:25:31','1cfcb46d-d043-477c-9aa4-040309608c88'),
(125350,57,38784,NULL,4927,1,'2026-03-05 20:25:31','2026-03-05 20:25:31','7e24a12b-a797-4738-8531-5025dc692624'),
(125351,57,38784,NULL,7772,2,'2026-03-05 20:25:31','2026-03-05 20:25:31','4bc4b842-468d-4839-9ba2-6a8a6a8a4ed4'),
(125352,57,38784,NULL,4931,3,'2026-03-05 20:25:31','2026-03-05 20:25:31','dc1aac84-ca94-458f-8f02-2447164d9633'),
(125353,57,38784,NULL,4930,4,'2026-03-05 20:25:31','2026-03-05 20:25:31','390e4974-c965-4175-96e9-3c0928e945a6'),
(125354,57,38784,NULL,4932,5,'2026-03-05 20:25:31','2026-03-05 20:25:31','70c063b2-c50b-4d32-bac7-74aa10f879c5'),
(125355,57,38784,NULL,4933,6,'2026-03-05 20:25:31','2026-03-05 20:25:31','b8b72f73-5c14-4876-b895-bc526b740077'),
(125356,57,38784,NULL,4934,7,'2026-03-05 20:25:31','2026-03-05 20:25:31','a1babe76-7642-49c7-9ae2-76ff64ebc4fe'),
(125357,57,38784,NULL,4935,8,'2026-03-05 20:25:31','2026-03-05 20:25:31','5213639c-fe56-4713-bea5-23c96c9c025e'),
(125358,57,38784,NULL,7739,9,'2026-03-05 20:25:31','2026-03-05 20:25:31','91d9e847-b68c-45e6-8c8c-758e4a41247a'),
(125359,57,38784,NULL,7740,10,'2026-03-05 20:25:31','2026-03-05 20:25:31','c04a64df-13cc-4012-bf0e-343819938767'),
(125360,57,38784,NULL,7741,11,'2026-03-05 20:25:31','2026-03-05 20:25:31','e546128c-52e3-431d-a283-31c06f317d06'),
(125361,13,38784,NULL,23854,1,'2026-03-05 20:25:31','2026-03-05 20:25:31','b281e173-b11b-41dc-a8c2-aa5317cce820'),
(125362,32,38785,NULL,2610,1,'2026-03-05 20:25:53','2026-03-05 20:25:53','6c90b346-acd6-4054-bc25-7fcd4f43febc'),
(125363,32,38785,NULL,2598,2,'2026-03-05 20:25:53','2026-03-05 20:25:53','60737803-d9f2-4ac9-81f9-d57f3445c962'),
(125364,32,38785,NULL,2600,3,'2026-03-05 20:25:53','2026-03-05 20:25:53','d1824c79-656a-4cac-b11c-b17c763b7bad'),
(125365,32,38785,NULL,2596,4,'2026-03-05 20:25:53','2026-03-05 20:25:53','701909a1-1ffc-4264-9b77-a8be13e7fb0b'),
(125366,32,38785,NULL,2602,5,'2026-03-05 20:25:53','2026-03-05 20:25:53','6191e3f1-c51d-41ba-b661-4f05188906e8'),
(125367,32,38785,NULL,2604,6,'2026-03-05 20:25:53','2026-03-05 20:25:53','5d7d37b9-1de5-4a81-8ff8-a4ebcba00f54'),
(125368,32,38785,NULL,2608,7,'2026-03-05 20:25:53','2026-03-05 20:25:53','f0fed4ac-a9a6-47d9-b3ba-d4cbfe7a240f'),
(125369,32,38785,NULL,2606,8,'2026-03-05 20:25:53','2026-03-05 20:25:53','8482fa2f-55dd-4e79-9bd0-71d1bf1d600b'),
(125370,32,38785,NULL,2612,9,'2026-03-05 20:25:53','2026-03-05 20:25:53','bf22d64d-9ba7-4f3f-8be6-4d33dfd076e9'),
(125371,16,38785,NULL,9354,1,'2026-03-05 20:25:53','2026-03-05 20:25:53','84fb271e-5ebb-48e4-a31a-6df22274a84d'),
(125372,7,38785,NULL,6547,1,'2026-03-05 20:25:53','2026-03-05 20:25:53','fa768158-8b92-494c-be9c-a6aaeec9b9a2'),
(125373,7,38785,NULL,601,2,'2026-03-05 20:25:53','2026-03-05 20:25:53','0a1c1063-5117-4d30-b65e-976a4c651428'),
(125374,7,38785,NULL,3093,3,'2026-03-05 20:25:53','2026-03-05 20:25:53','10ee5164-2f31-40e2-83bd-f6efd836c884'),
(125375,7,38785,NULL,617,4,'2026-03-05 20:25:53','2026-03-05 20:25:53','4f3321bc-d879-44b6-aca3-aff9594982af'),
(125376,7,38785,NULL,605,5,'2026-03-05 20:25:53','2026-03-05 20:25:53','0fdcb1d6-ae40-4e97-becf-30e743642e38'),
(125377,7,38785,NULL,9552,6,'2026-03-05 20:25:53','2026-03-05 20:25:53','5cc36409-44b1-4c86-a9b4-0cba93b4ef45'),
(125378,82,38785,NULL,491,1,'2026-03-05 20:25:53','2026-03-05 20:25:53','4f54d876-5991-48e7-a217-7e64f1002d24'),
(125379,47,38785,NULL,14970,1,'2026-03-05 20:25:53','2026-03-05 20:25:53','8410ff32-3768-4c3e-a832-cc2fcc208c3c'),
(125380,57,38785,NULL,7778,1,'2026-03-05 20:25:53','2026-03-05 20:25:53','163ff777-3f61-4e0a-bf31-456e411130bd'),
(125381,57,38785,NULL,7779,2,'2026-03-05 20:25:53','2026-03-05 20:25:53','a721f74c-7b7c-447c-84b0-d52ee8c9faa8'),
(125382,57,38785,NULL,7780,3,'2026-03-05 20:25:53','2026-03-05 20:25:53','dc54d25e-4f9e-4f07-b15e-7d099b11bcaf'),
(125383,57,38785,NULL,7781,4,'2026-03-05 20:25:53','2026-03-05 20:25:53','5e32d604-e217-4066-9871-140d33438983'),
(125384,57,38785,NULL,7783,5,'2026-03-05 20:25:53','2026-03-05 20:25:53','9194a83f-12b0-433a-8483-299a7fca38f7'),
(125385,57,38785,NULL,7784,6,'2026-03-05 20:25:53','2026-03-05 20:25:53','3576e771-ed3b-49d8-bbfa-b0338688b177'),
(125386,57,38785,NULL,7785,7,'2026-03-05 20:25:53','2026-03-05 20:25:53','1fe4c626-7f2c-403b-9153-2c9cfad8884d'),
(125387,13,38785,NULL,23857,1,'2026-03-05 20:25:53','2026-03-05 20:25:53','f2156ce7-6220-4e2a-9056-7902059531d9'),
(125388,32,38786,NULL,2614,1,'2026-03-05 20:26:26','2026-03-05 20:26:26','197a6de4-abdd-47f3-9bc0-67c78c97b9ff'),
(125389,32,38786,NULL,2610,2,'2026-03-05 20:26:26','2026-03-05 20:26:26','419e78eb-5829-4519-a138-78eb58c5c0fe'),
(125390,32,38786,NULL,2598,3,'2026-03-05 20:26:26','2026-03-05 20:26:26','a5c94aba-43f2-4e6a-98ae-f303f6a6e254'),
(125391,32,38786,NULL,2608,4,'2026-03-05 20:26:26','2026-03-05 20:26:26','9f08cbb5-9ca9-4dea-9026-8fa749a0a626'),
(125392,32,38786,NULL,2600,5,'2026-03-05 20:26:26','2026-03-05 20:26:26','0e3fa040-2a4c-4d37-9896-94e6e958e248'),
(125393,32,38786,NULL,2596,6,'2026-03-05 20:26:26','2026-03-05 20:26:26','8b1921d2-94e2-4392-8785-b0d188c236c6'),
(125394,32,38786,NULL,2602,7,'2026-03-05 20:26:26','2026-03-05 20:26:26','36ac6a16-d623-408e-aee8-da59ff7057e8'),
(125395,32,38786,NULL,2604,8,'2026-03-05 20:26:26','2026-03-05 20:26:26','b1aac448-e1c2-4582-8aa1-798f62cce91f'),
(125396,32,38786,NULL,2606,9,'2026-03-05 20:26:26','2026-03-05 20:26:26','93932377-0ec5-43e7-88ad-777ea1531fd7'),
(125397,32,38786,NULL,2612,10,'2026-03-05 20:26:26','2026-03-05 20:26:26','60ad5604-4778-4f6e-9072-4dae812edd9d'),
(125398,16,38786,NULL,7791,1,'2026-03-05 20:26:26','2026-03-05 20:26:26','67f56c54-208d-4e8e-b3c0-130f893b3a1f'),
(125399,7,38786,NULL,601,1,'2026-03-05 20:26:26','2026-03-05 20:26:26','312e44d5-ef5e-4412-b156-eae033704b2c'),
(125400,7,38786,NULL,9735,2,'2026-03-05 20:26:26','2026-03-05 20:26:26','d394dc09-3257-4d0f-b72d-712558306f18'),
(125401,7,38786,NULL,617,3,'2026-03-05 20:26:26','2026-03-05 20:26:26','50cab130-9467-4e85-8998-3d40822d7cdb'),
(125402,7,38786,NULL,9640,4,'2026-03-05 20:26:26','2026-03-05 20:26:26','0f4ce684-51b2-4099-ba44-0999621e65d2'),
(125403,7,38786,NULL,2974,5,'2026-03-05 20:26:26','2026-03-05 20:26:26','10871b5d-c32b-450a-91ae-ab940a7838a2'),
(125404,7,38786,NULL,605,6,'2026-03-05 20:26:26','2026-03-05 20:26:26','df124a1c-65b8-4efe-9975-e024bcc9f741'),
(125405,7,38786,NULL,9549,7,'2026-03-05 20:26:26','2026-03-05 20:26:26','95a71d03-a5eb-4639-a7aa-fefedaf2a587'),
(125406,7,38786,NULL,9552,8,'2026-03-05 20:26:26','2026-03-05 20:26:26','3121ac86-6494-4217-a0b8-2556b221fded'),
(125407,47,38786,NULL,14975,1,'2026-03-05 20:26:26','2026-03-05 20:26:26','aa9dc8f5-b1c5-4854-acea-c7184eda400b'),
(125408,57,38786,NULL,7829,1,'2026-03-05 20:26:26','2026-03-05 20:26:26','f4d5c63d-35b0-4433-a3be-d8a0771ab35e'),
(125409,57,38786,NULL,7830,2,'2026-03-05 20:26:26','2026-03-05 20:26:26','2df4188f-83f6-4263-981d-d30f37b6c96b'),
(125410,57,38786,NULL,7833,3,'2026-03-05 20:26:26','2026-03-05 20:26:26','aee11fad-564f-435d-9df0-f1eb930558c5'),
(125411,57,38786,NULL,7831,4,'2026-03-05 20:26:26','2026-03-05 20:26:26','595f990b-5bcd-482a-ae79-3bde07cdb25a'),
(125412,57,38786,NULL,7826,5,'2026-03-05 20:26:26','2026-03-05 20:26:26','2654bbbb-5bbd-4de6-8c9d-6fbe47900713'),
(125413,57,38786,NULL,7828,6,'2026-03-05 20:26:26','2026-03-05 20:26:26','fe835f0c-cf8b-4955-9e5a-8e4ecc5e7853'),
(125414,57,38786,NULL,7827,7,'2026-03-05 20:26:26','2026-03-05 20:26:26','0f94551a-8a1f-4247-bb5d-0f04b1805875'),
(125415,57,38786,NULL,7832,8,'2026-03-05 20:26:26','2026-03-05 20:26:26','635aabc5-50ac-454c-8de2-632b31d83233'),
(125416,13,38786,NULL,23859,1,'2026-03-05 20:26:26','2026-03-05 20:26:26','10268e45-1cc3-4e9a-8fab-587d3cf45307'),
(125417,32,38787,NULL,2614,1,'2026-03-05 20:26:59','2026-03-05 20:26:59','67b9c6c8-1e57-4fc8-acf6-1827396540af'),
(125418,32,38787,NULL,2610,2,'2026-03-05 20:26:59','2026-03-05 20:26:59','ff542d40-bef3-431e-8c86-6bfbcccae522'),
(125419,32,38787,NULL,2598,3,'2026-03-05 20:26:59','2026-03-05 20:26:59','7970d162-4b1b-4008-bbc6-39151a2c6732'),
(125420,32,38787,NULL,2608,4,'2026-03-05 20:26:59','2026-03-05 20:26:59','598afceb-2e50-425b-a129-22a1ac30233f'),
(125421,32,38787,NULL,2600,5,'2026-03-05 20:26:59','2026-03-05 20:26:59','0408313f-8ef6-4411-9624-90195a894208'),
(125422,32,38787,NULL,2596,6,'2026-03-05 20:26:59','2026-03-05 20:26:59','26902339-c4ca-4e25-8a5a-5e93856f3eb7'),
(125423,32,38787,NULL,2602,7,'2026-03-05 20:26:59','2026-03-05 20:26:59','129051fb-1a68-457a-ad84-16989cc42794'),
(125424,32,38787,NULL,2604,8,'2026-03-05 20:26:59','2026-03-05 20:26:59','ec2c8544-783a-42e5-835b-9d2fd254ed26'),
(125425,32,38787,NULL,2606,9,'2026-03-05 20:26:59','2026-03-05 20:26:59','ddf9e6ce-8c03-48c5-9707-cbe230d64aa9'),
(125426,32,38787,NULL,2612,10,'2026-03-05 20:26:59','2026-03-05 20:26:59','66ad8570-5874-492d-aa6f-f29fc3f83018'),
(125427,16,38787,NULL,3158,1,'2026-03-05 20:26:59','2026-03-05 20:26:59','41ebb6c2-0097-488e-aca9-cc36d15ff76f'),
(125428,7,38787,NULL,601,1,'2026-03-05 20:26:59','2026-03-05 20:26:59','740e1225-7f51-4395-9778-346e8afbdf5c'),
(125429,7,38787,NULL,2974,2,'2026-03-05 20:26:59','2026-03-05 20:26:59','c327ba6c-b62c-410f-bedb-1fd7c71f7cda'),
(125430,7,38787,NULL,617,3,'2026-03-05 20:26:59','2026-03-05 20:26:59','6316b582-339e-47a0-8b13-2bf8a2749ac1'),
(125431,7,38787,NULL,605,4,'2026-03-05 20:26:59','2026-03-05 20:26:59','435c616c-52db-4e67-af1d-faacab2b3eee'),
(125432,7,38787,NULL,9552,5,'2026-03-05 20:26:59','2026-03-05 20:26:59','85aea7a9-b13c-4a3f-9a60-4ae36324a226'),
(125433,47,38787,NULL,14983,1,'2026-03-05 20:26:59','2026-03-05 20:26:59','91de974a-91be-4f74-b27d-76379de839e0'),
(125434,57,38787,NULL,7838,1,'2026-03-05 20:26:59','2026-03-05 20:26:59','cc67e38d-89c6-4e5a-ac1c-b05691c37658'),
(125435,57,38787,NULL,7840,2,'2026-03-05 20:26:59','2026-03-05 20:26:59','c19bf5b2-0f85-4e67-8b39-bd8a3f3e2ae0'),
(125436,57,38787,NULL,7839,3,'2026-03-05 20:26:59','2026-03-05 20:26:59','05891599-7d72-4d46-8fc7-9537a5f09001'),
(125437,57,38787,NULL,7841,4,'2026-03-05 20:26:59','2026-03-05 20:26:59','e820e38c-fd49-4c04-b2c4-1dc1204ef31d'),
(125438,57,38787,NULL,7842,5,'2026-03-05 20:26:59','2026-03-05 20:26:59','627e8337-f394-46fa-81b4-a32818b3f0d5'),
(125439,13,38787,NULL,23863,1,'2026-03-05 20:26:59','2026-03-05 20:26:59','5ead6f08-7bad-429c-b5fd-daaf1063ca76'),
(125440,32,38788,NULL,2610,1,'2026-03-05 20:27:23','2026-03-05 20:27:23','46e1fad9-7d9d-481f-b5ad-34e942e17f9e'),
(125441,32,38788,NULL,2598,2,'2026-03-05 20:27:23','2026-03-05 20:27:23','027413db-5003-4e74-8e08-9371b911a7b5'),
(125442,32,38788,NULL,2600,3,'2026-03-05 20:27:23','2026-03-05 20:27:23','67969042-9b6a-488e-81e1-671cd7e52ae2'),
(125443,32,38788,NULL,2596,4,'2026-03-05 20:27:23','2026-03-05 20:27:23','cd8ef37d-2763-4cf5-9669-ae3a319e0d55'),
(125444,32,38788,NULL,2602,5,'2026-03-05 20:27:23','2026-03-05 20:27:23','4133bcb0-54a5-4842-9304-4889030d959e'),
(125445,32,38788,NULL,2604,6,'2026-03-05 20:27:23','2026-03-05 20:27:23','18a5e0ff-3cfc-48fd-9732-a703a54e0e78'),
(125446,32,38788,NULL,2608,7,'2026-03-05 20:27:23','2026-03-05 20:27:23','27b9871c-0325-431b-99bd-35870c122e90'),
(125447,32,38788,NULL,2606,8,'2026-03-05 20:27:23','2026-03-05 20:27:23','6d7eda95-a549-4aa8-adf6-027fa33682e4'),
(125448,32,38788,NULL,2612,9,'2026-03-05 20:27:23','2026-03-05 20:27:23','9721cbaf-9e7f-4333-b33b-158614c13019'),
(125449,16,38788,NULL,7850,1,'2026-03-05 20:27:23','2026-03-05 20:27:23','0dd60c82-7328-4581-b1c0-7fa7744a0234'),
(125450,7,38788,NULL,601,1,'2026-03-05 20:27:23','2026-03-05 20:27:23','6768b19c-9031-438b-8e9a-d5c35bef90b0'),
(125451,7,38788,NULL,617,2,'2026-03-05 20:27:23','2026-03-05 20:27:23','e4a5121f-3ed3-4568-879e-e92aec8bea63'),
(125452,7,38788,NULL,605,3,'2026-03-05 20:27:23','2026-03-05 20:27:23','a19af82f-c2ab-46d4-b963-e8b351a4eb9c'),
(125453,7,38788,NULL,9552,4,'2026-03-05 20:27:23','2026-03-05 20:27:23','ccfcae6c-5377-46ca-8706-c2618ebf0f65'),
(125454,82,38788,NULL,491,1,'2026-03-05 20:27:23','2026-03-05 20:27:23','2e7bd525-0d8e-48f4-a636-e180c0e8f64a'),
(125455,47,38788,NULL,14999,1,'2026-03-05 20:27:23','2026-03-05 20:27:23','c97a8a4e-11e7-449a-b922-8526a514c06f'),
(125456,57,38788,NULL,7851,1,'2026-03-05 20:27:23','2026-03-05 20:27:23','66a3f70b-47ca-4a16-9d3d-cd7a36cea8b2'),
(125457,57,38788,NULL,7853,2,'2026-03-05 20:27:23','2026-03-05 20:27:23','6da9af3b-544d-46b2-8afd-cd8764cb01e6'),
(125458,57,38788,NULL,7852,3,'2026-03-05 20:27:23','2026-03-05 20:27:23','c96ffe9f-52a1-4f85-ac80-17691cd435b4'),
(125459,57,38788,NULL,3377,4,'2026-03-05 20:27:23','2026-03-05 20:27:23','a8f5e203-a061-4f43-846d-d6dadf18fb28'),
(125460,13,38788,NULL,23866,1,'2026-03-05 20:27:23','2026-03-05 20:27:23','e04bc242-04d1-402e-a0aa-d29846ae1a0e'),
(125461,32,38789,NULL,2614,1,'2026-03-05 20:27:48','2026-03-05 20:27:48','04742fd1-8ba5-400c-acbd-a72421c587f0'),
(125462,32,38789,NULL,2610,2,'2026-03-05 20:27:48','2026-03-05 20:27:48','62df8c63-6630-4c5b-b468-5c4987cae226'),
(125463,32,38789,NULL,2598,3,'2026-03-05 20:27:48','2026-03-05 20:27:48','9263da4d-396b-4017-82e8-ee1db559d00f'),
(125464,32,38789,NULL,2600,4,'2026-03-05 20:27:48','2026-03-05 20:27:48','a9b7d2f8-6ca2-4f35-ab7b-7f45b371ab9c'),
(125465,32,38789,NULL,2596,5,'2026-03-05 20:27:48','2026-03-05 20:27:48','91ba15a6-6fe2-4cf0-9e05-8f479b5c7051'),
(125466,32,38789,NULL,2602,6,'2026-03-05 20:27:48','2026-03-05 20:27:48','61a1f1a0-b681-4fd2-9b74-58a753a2cb9b'),
(125467,32,38789,NULL,2606,7,'2026-03-05 20:27:48','2026-03-05 20:27:48','84ea82b7-8341-4103-a4b5-b38ba2e7a2ce'),
(125468,32,38789,NULL,2604,8,'2026-03-05 20:27:48','2026-03-05 20:27:48','65f6eb9c-0618-47de-9004-da6484d0d174'),
(125469,32,38789,NULL,2608,9,'2026-03-05 20:27:48','2026-03-05 20:27:48','aa7602f3-0674-4e9d-9603-aa0ab77e3389'),
(125470,32,38789,NULL,2612,10,'2026-03-05 20:27:48','2026-03-05 20:27:48','238f8eec-f2a1-453d-9e35-9c6483abd513'),
(125471,16,38789,NULL,3425,1,'2026-03-05 20:27:48','2026-03-05 20:27:48','1f4ff7a2-b9e5-4f84-8434-ce586d19fd41'),
(125472,7,38789,NULL,601,1,'2026-03-05 20:27:48','2026-03-05 20:27:48','62b85350-e4c8-43c0-9a69-fbe73e692e4d'),
(125473,7,38789,NULL,617,2,'2026-03-05 20:27:48','2026-03-05 20:27:48','950003ef-3206-4f4b-b491-4439dad673b0'),
(125474,7,38789,NULL,605,3,'2026-03-05 20:27:48','2026-03-05 20:27:48','0895b735-ca5f-4b4c-8a57-856e74b5fd9a'),
(125475,7,38789,NULL,9552,4,'2026-03-05 20:27:48','2026-03-05 20:27:48','aebe3226-9c50-4787-aa42-40030e55343e'),
(125476,82,38789,NULL,491,1,'2026-03-05 20:27:48','2026-03-05 20:27:48','e8c77356-182f-4ab5-8860-60ac267086a9'),
(125477,46,38789,NULL,7381,1,'2026-03-05 20:27:48','2026-03-05 20:27:48','eb79726b-e148-41e1-b4da-85da6efa1e15'),
(125478,47,38789,NULL,15002,1,'2026-03-05 20:27:48','2026-03-05 20:27:48','f1e7a9ad-06e6-4e64-af69-b2c247f532d9'),
(125479,57,38789,NULL,7862,1,'2026-03-05 20:27:48','2026-03-05 20:27:48','9c9f9418-7b90-4d3a-a72b-1d85bac22ea4'),
(125480,57,38789,NULL,7858,2,'2026-03-05 20:27:48','2026-03-05 20:27:48','b49dda85-2ba1-4859-9820-9bbd503e4374'),
(125481,57,38789,NULL,7864,3,'2026-03-05 20:27:48','2026-03-05 20:27:48','b9fef1a1-0b54-442b-96b9-da54b075e0c9'),
(125482,57,38789,NULL,7859,4,'2026-03-05 20:27:48','2026-03-05 20:27:48','74612f74-226d-4cb6-8cb3-b67994c33ca4'),
(125483,57,38789,NULL,7861,5,'2026-03-05 20:27:48','2026-03-05 20:27:48','9a9d38d7-83d0-44bc-978e-c5b4f02a35df'),
(125484,57,38789,NULL,7863,6,'2026-03-05 20:27:48','2026-03-05 20:27:48','4a04f9dd-f1bc-4c01-b5dd-ea999308b984'),
(125485,57,38789,NULL,7860,7,'2026-03-05 20:27:48','2026-03-05 20:27:48','7fa880c2-3a1a-4826-8128-7c04139aeca8'),
(125486,13,38789,NULL,23869,1,'2026-03-05 20:27:48','2026-03-05 20:27:48','b507f7a5-64c0-42dc-ac00-85611086fc83'),
(125487,32,38790,NULL,2610,1,'2026-03-05 20:28:14','2026-03-05 20:28:14','aafd1b57-38fd-446f-ac6f-1df18f5eb6ef'),
(125488,32,38790,NULL,2598,2,'2026-03-05 20:28:14','2026-03-05 20:28:14','58d6ccec-0f7b-407f-a66f-ab4576c0de75'),
(125489,32,38790,NULL,2600,3,'2026-03-05 20:28:14','2026-03-05 20:28:14','0e87c429-f674-4a1b-8ba0-3488264ec074'),
(125490,32,38790,NULL,2596,4,'2026-03-05 20:28:14','2026-03-05 20:28:14','12b2aba5-fb32-41cf-8293-9272e30d89c6'),
(125491,32,38790,NULL,2602,5,'2026-03-05 20:28:14','2026-03-05 20:28:14','0fe63b84-f20b-423c-a4c6-c94a38cebc13'),
(125492,32,38790,NULL,2604,6,'2026-03-05 20:28:14','2026-03-05 20:28:14','1893a6a0-6aa0-4993-b643-9fe5aa662ce9'),
(125493,32,38790,NULL,2608,7,'2026-03-05 20:28:14','2026-03-05 20:28:14','5df554db-7017-4e53-824e-897e47eaa32a'),
(125494,32,38790,NULL,2606,8,'2026-03-05 20:28:14','2026-03-05 20:28:14','834e0449-d93f-44f6-ab03-44ceb0d74aa6'),
(125495,32,38790,NULL,2612,9,'2026-03-05 20:28:14','2026-03-05 20:28:14','eb5491bf-c8bb-4095-abee-f0561d2c86d3'),
(125496,16,38790,NULL,7871,1,'2026-03-05 20:28:14','2026-03-05 20:28:14','d5f96721-1095-4b14-a8f4-c5b18b675cfe'),
(125497,7,38790,NULL,6547,1,'2026-03-05 20:28:14','2026-03-05 20:28:14','122cadce-0128-4566-b374-dfcae0598a2d'),
(125498,7,38790,NULL,601,2,'2026-03-05 20:28:14','2026-03-05 20:28:14','179aaaa5-a4ba-4b71-a3db-6a2f0cdfac08'),
(125499,7,38790,NULL,617,3,'2026-03-05 20:28:14','2026-03-05 20:28:14','0243b738-02bb-4b90-8bde-b772129ab6ae'),
(125500,7,38790,NULL,9724,4,'2026-03-05 20:28:14','2026-03-05 20:28:14','f430388f-8bf6-4fcc-b833-487e52a3ddb3'),
(125501,7,38790,NULL,2974,5,'2026-03-05 20:28:14','2026-03-05 20:28:14','162fad40-716a-4419-b5a7-42af87f5b2b2'),
(125502,7,38790,NULL,9640,6,'2026-03-05 20:28:14','2026-03-05 20:28:14','a51279b9-f964-475e-8efa-da02ff53dc02'),
(125503,7,38790,NULL,28766,7,'2026-03-05 20:28:14','2026-03-05 20:28:14','db0ceb88-cbfe-4b93-90be-c14a26e0323e'),
(125504,7,38790,NULL,605,8,'2026-03-05 20:28:14','2026-03-05 20:28:14','44c41454-f150-4497-a753-f77bddacbc98'),
(125505,7,38790,NULL,9552,9,'2026-03-05 20:28:14','2026-03-05 20:28:14','2100b5ae-5f06-455c-ac82-a40c3862aff0'),
(125506,82,38790,NULL,491,1,'2026-03-05 20:28:14','2026-03-05 20:28:14','d04b78a3-0e80-4d1c-9b53-8f5b77cf1966'),
(125507,46,38790,NULL,7369,1,'2026-03-05 20:28:14','2026-03-05 20:28:14','38678542-02d0-409e-a66e-9cd8f4112180'),
(125508,47,38790,NULL,15005,1,'2026-03-05 20:28:14','2026-03-05 20:28:14','2a6afb0f-3609-46d0-b048-c38647b796f8'),
(125509,57,38790,NULL,7870,1,'2026-03-05 20:28:14','2026-03-05 20:28:14','955444f6-0be8-4736-a4ba-47d1380a031c'),
(125510,57,38790,NULL,7869,2,'2026-03-05 20:28:14','2026-03-05 20:28:14','05b54786-d15d-4754-98ec-4aa2f9c2ef6f'),
(125511,57,38790,NULL,7868,3,'2026-03-05 20:28:14','2026-03-05 20:28:14','a7951bf3-0b58-4a6b-ab27-116917a2b0ec'),
(125512,57,38790,NULL,7874,4,'2026-03-05 20:28:14','2026-03-05 20:28:14','135afbbb-defc-4dca-91d6-cfd7df0d3a9f'),
(125513,57,38790,NULL,7873,5,'2026-03-05 20:28:14','2026-03-05 20:28:14','cb3d4687-30f1-409c-8808-5d9c30b73ca6'),
(125514,57,38790,NULL,3467,6,'2026-03-05 20:28:14','2026-03-05 20:28:14','6d31ba8f-8e7a-4b72-98b2-d4843a5c275f'),
(125515,57,38790,NULL,7872,7,'2026-03-05 20:28:14','2026-03-05 20:28:14','4f7ea6d3-b55b-4c63-bda1-d2efe9031176'),
(125516,13,38790,NULL,23872,1,'2026-03-05 20:28:14','2026-03-05 20:28:14','99736d57-dade-45e6-b280-7fc89073bfb0'),
(125517,32,38792,NULL,2610,1,'2026-03-05 20:28:44','2026-03-05 20:28:44','652f11fc-be96-4835-9f53-b4c79c72814d'),
(125518,32,38792,NULL,2598,2,'2026-03-05 20:28:44','2026-03-05 20:28:44','a3132ec3-a5d6-4880-bc9e-da2addbaf042'),
(125519,32,38792,NULL,2608,3,'2026-03-05 20:28:44','2026-03-05 20:28:44','6fa739ac-7758-421a-8b5b-d9c52f65fa4a'),
(125520,32,38792,NULL,2600,4,'2026-03-05 20:28:44','2026-03-05 20:28:44','da10a573-5909-4a63-bb12-a700991d30dd'),
(125521,32,38792,NULL,2596,5,'2026-03-05 20:28:44','2026-03-05 20:28:44','4d220834-2be4-4025-9e5f-7dc5b7163271'),
(125522,32,38792,NULL,2602,6,'2026-03-05 20:28:44','2026-03-05 20:28:44','f855763c-fb55-4cde-99b7-1422f1c14e1e'),
(125523,32,38792,NULL,2612,7,'2026-03-05 20:28:44','2026-03-05 20:28:44','4cadb439-f0d7-4db5-bb60-cec142cd4041'),
(125524,32,38792,NULL,2604,8,'2026-03-05 20:28:44','2026-03-05 20:28:44','6d31e736-e035-4d16-91a6-40e17899a880'),
(125525,32,38792,NULL,2606,9,'2026-03-05 20:28:44','2026-03-05 20:28:44','646b1d4f-02b8-448e-a797-b9fd0f46c152'),
(125526,16,38792,NULL,7881,1,'2026-03-05 20:28:44','2026-03-05 20:28:44','e741d76e-9c2c-45ad-9b3b-08aeeaa5affb'),
(125527,7,38792,NULL,601,1,'2026-03-05 20:28:44','2026-03-05 20:28:44','dbf0597f-b4ce-4fb4-89b6-bf69ebaa50f7'),
(125528,7,38792,NULL,605,2,'2026-03-05 20:28:44','2026-03-05 20:28:44','08c23d0d-ea3c-47eb-8dae-a672259f7d7b'),
(125529,7,38792,NULL,617,3,'2026-03-05 20:28:44','2026-03-05 20:28:44','48f14146-f47c-4e5e-8693-9b0e6d3df075'),
(125530,7,38792,NULL,2974,4,'2026-03-05 20:28:44','2026-03-05 20:28:44','29bbb747-0d36-4ef5-9954-38190d5e6e38'),
(125531,7,38792,NULL,9552,5,'2026-03-05 20:28:44','2026-03-05 20:28:44','c8112537-0570-4b0a-9e33-eb3205836e0e'),
(125532,82,38792,NULL,491,1,'2026-03-05 20:28:44','2026-03-05 20:28:44','74942d6b-29b7-41b3-b35a-16a901e63540'),
(125533,47,38792,NULL,15008,1,'2026-03-05 20:28:44','2026-03-05 20:28:44','ff8a827b-0bf6-4c84-b78a-c6433a2f92c6'),
(125534,57,38792,NULL,7883,1,'2026-03-05 20:28:44','2026-03-05 20:28:44','c32afe7c-35a2-4bb8-8db5-8469e33ad0be'),
(125535,57,38792,NULL,7886,2,'2026-03-05 20:28:44','2026-03-05 20:28:44','7865d70c-9587-48a1-bff1-1907a0aa36d7'),
(125536,57,38792,NULL,7885,3,'2026-03-05 20:28:44','2026-03-05 20:28:44','9f08c1c4-335a-40be-afab-ede753a5884b'),
(125537,57,38792,NULL,7882,4,'2026-03-05 20:28:44','2026-03-05 20:28:44','1b1314db-fdf8-47cd-b4a2-2994b9d0d494'),
(125538,57,38792,NULL,7884,5,'2026-03-05 20:28:44','2026-03-05 20:28:44','563d54d3-be44-498b-8ecb-e244b5c70df7'),
(125539,13,38792,NULL,23874,1,'2026-03-05 20:28:44','2026-03-05 20:28:44','64faf19f-6791-492f-ab01-f0a436f12c4a'),
(125540,32,38793,NULL,2610,1,'2026-03-05 20:29:28','2026-03-05 20:29:28','80798385-6350-44bc-be77-10707e9b7f89'),
(125541,32,38793,NULL,2598,2,'2026-03-05 20:29:28','2026-03-05 20:29:28','4e333dc3-db76-4045-97bf-1f3cc64b6a25'),
(125542,32,38793,NULL,2608,3,'2026-03-05 20:29:28','2026-03-05 20:29:28','6f19d907-2f21-41e8-b1f8-7727f32781cc'),
(125543,32,38793,NULL,2600,4,'2026-03-05 20:29:28','2026-03-05 20:29:28','29366f7b-1bdc-4434-bcdc-41cc1e946f2c'),
(125544,32,38793,NULL,2596,5,'2026-03-05 20:29:28','2026-03-05 20:29:28','a9d2e69d-7020-4874-b0c0-a54963f14a21'),
(125545,32,38793,NULL,2602,6,'2026-03-05 20:29:28','2026-03-05 20:29:28','dc47ab16-521f-4342-a2ca-98f8af22e2f1'),
(125546,32,38793,NULL,2604,7,'2026-03-05 20:29:28','2026-03-05 20:29:28','fd24d5f4-f3b9-458b-ad22-91110bf9daeb'),
(125547,32,38793,NULL,2606,8,'2026-03-05 20:29:28','2026-03-05 20:29:28','d290f6fc-1511-4bf5-9865-abffaf86fcbe'),
(125548,32,38793,NULL,2612,9,'2026-03-05 20:29:28','2026-03-05 20:29:28','42e6a208-b564-4256-b094-b83cd45d2943'),
(125549,16,38793,NULL,7891,1,'2026-03-05 20:29:28','2026-03-05 20:29:28','cc96b823-b9be-4b99-b945-cf4c2734405f'),
(125550,7,38793,NULL,601,1,'2026-03-05 20:29:28','2026-03-05 20:29:28','ca62fac6-ab6a-4148-b78e-1cc91bdde7b4'),
(125551,7,38793,NULL,2974,2,'2026-03-05 20:29:28','2026-03-05 20:29:28','88f5a5bf-dd66-42dc-ba67-1d5ea477167c'),
(125552,7,38793,NULL,617,3,'2026-03-05 20:29:28','2026-03-05 20:29:28','bec4935e-d763-4cfa-be0e-22725d0663c7'),
(125553,7,38793,NULL,9732,4,'2026-03-05 20:29:28','2026-03-05 20:29:28','8986de6f-2343-4a03-b5cb-a3027485f669'),
(125554,7,38793,NULL,605,5,'2026-03-05 20:29:28','2026-03-05 20:29:28','72f2d841-1b6c-4395-a92e-c7b9634eb80c'),
(125555,7,38793,NULL,9552,6,'2026-03-05 20:29:28','2026-03-05 20:29:28','726f2ad9-d350-4ac8-a141-2d5dbdcf53be'),
(125556,82,38793,NULL,491,1,'2026-03-05 20:29:28','2026-03-05 20:29:28','c6105d99-26e5-4c99-b666-1a344fcc7a65'),
(125557,47,38793,NULL,15011,1,'2026-03-05 20:29:28','2026-03-05 20:29:28','93b86856-c421-4e2d-8e85-9391cd2632b7'),
(125558,57,38793,NULL,7893,1,'2026-03-05 20:29:28','2026-03-05 20:29:28','ad4d0e90-c234-41e3-afa1-183af34e8336'),
(125559,57,38793,NULL,7892,2,'2026-03-05 20:29:28','2026-03-05 20:29:28','1c153dce-1d7f-4b3b-a459-74aa146187de'),
(125560,57,38793,NULL,7894,3,'2026-03-05 20:29:28','2026-03-05 20:29:28','3e7adfc5-5715-4ebf-bc1a-39edf2934129'),
(125561,57,38793,NULL,7901,4,'2026-03-05 20:29:28','2026-03-05 20:29:28','05b47728-4534-4914-ab9d-9694f1b98121'),
(125562,13,38793,NULL,23878,1,'2026-03-05 20:29:28','2026-03-05 20:29:28','e31cfa51-9ec1-4016-8a0d-f023d3addafc'),
(125563,32,38794,NULL,2614,1,'2026-03-05 20:29:51','2026-03-05 20:29:51','b34c720e-d897-430d-8b15-97a56cbc4d67'),
(125564,32,38794,NULL,2610,2,'2026-03-05 20:29:51','2026-03-05 20:29:51','15e92830-c295-4db9-8204-c7d2c7f4f989'),
(125565,32,38794,NULL,2598,3,'2026-03-05 20:29:51','2026-03-05 20:29:51','fbebd7fc-2442-4f03-8eea-55288e252fe8'),
(125566,32,38794,NULL,2600,4,'2026-03-05 20:29:51','2026-03-05 20:29:51','93aec972-1668-4abd-b345-489f284ba722'),
(125567,32,38794,NULL,2596,5,'2026-03-05 20:29:51','2026-03-05 20:29:51','17590434-44d2-4552-9d91-8f83d59ae5d1'),
(125568,32,38794,NULL,2602,6,'2026-03-05 20:29:51','2026-03-05 20:29:51','b760b7b4-2e2b-4fe4-a677-eb8b24bce939'),
(125569,32,38794,NULL,2604,7,'2026-03-05 20:29:51','2026-03-05 20:29:51','7a024e94-a04e-41c7-9ca9-0021041cb2f9'),
(125570,32,38794,NULL,2608,8,'2026-03-05 20:29:51','2026-03-05 20:29:51','f136eb90-6146-481b-9f01-3bf09b1e51d9'),
(125571,32,38794,NULL,2606,9,'2026-03-05 20:29:51','2026-03-05 20:29:51','75e540c4-a438-436d-8b99-1c4544fcfaf6'),
(125572,32,38794,NULL,2612,10,'2026-03-05 20:29:51','2026-03-05 20:29:51','4eb3cb75-0b2b-4a41-b011-d9329fe2f2ee'),
(125573,16,38794,NULL,3564,1,'2026-03-05 20:29:51','2026-03-05 20:29:51','4cfdf296-d54a-46a7-b3bf-bfe1c7dd4053'),
(125574,7,38794,NULL,601,1,'2026-03-05 20:29:51','2026-03-05 20:29:51','d6cc9107-cf6a-4fdf-8bad-3ae55b43ad13'),
(125575,7,38794,NULL,617,2,'2026-03-05 20:29:51','2026-03-05 20:29:51','d01b21c7-42b4-42bd-989c-92b00e067554'),
(125576,7,38794,NULL,605,3,'2026-03-05 20:29:51','2026-03-05 20:29:51','9e093b72-24b3-416d-a312-b0ce0cea005d'),
(125577,7,38794,NULL,9552,4,'2026-03-05 20:29:51','2026-03-05 20:29:51','3d08cea7-5f16-469b-a17a-76e5ff8dbeec'),
(125578,47,38794,NULL,15014,1,'2026-03-05 20:29:51','2026-03-05 20:29:51','efd63abb-23b5-4637-a0e4-657ccfa7367d'),
(125579,57,38794,NULL,7908,1,'2026-03-05 20:29:51','2026-03-05 20:29:51','bbe65ac2-da49-4c07-8759-f3f78bb3edcd'),
(125580,57,38794,NULL,7910,2,'2026-03-05 20:29:51','2026-03-05 20:29:51','031e86ef-52b8-4dc0-a8e7-8ab90a1e80b2'),
(125581,57,38794,NULL,7911,3,'2026-03-05 20:29:51','2026-03-05 20:29:51','dda1b8fa-2bf3-4b70-bd01-722884f11a2d'),
(125582,57,38794,NULL,7909,4,'2026-03-05 20:29:51','2026-03-05 20:29:51','46a9d471-fd0a-4e00-8f67-61ab91566a36'),
(125583,13,38794,NULL,23881,1,'2026-03-05 20:29:51','2026-03-05 20:29:51','d882c5d4-3db1-45fc-9345-149b6913ad23'),
(125584,32,38795,NULL,2610,1,'2026-03-05 20:30:18','2026-03-05 20:30:18','54080f0e-8f13-4a7b-a88c-6e88ba4e9551'),
(125585,32,38795,NULL,2598,2,'2026-03-05 20:30:18','2026-03-05 20:30:18','638e12b5-9e41-43be-9218-79032390ffe6'),
(125586,32,38795,NULL,2600,3,'2026-03-05 20:30:18','2026-03-05 20:30:18','dd908d24-54ec-4e3d-b72c-d56d38669808'),
(125587,32,38795,NULL,2596,4,'2026-03-05 20:30:18','2026-03-05 20:30:18','75fef4b5-4719-4656-a209-44268c57c99c'),
(125588,32,38795,NULL,2602,5,'2026-03-05 20:30:18','2026-03-05 20:30:18','3d6a042a-41dd-464c-8c4f-76d9f2a282a8'),
(125589,32,38795,NULL,2604,6,'2026-03-05 20:30:18','2026-03-05 20:30:18','6d04dbec-5891-4b0f-bab6-fbacb7aeed0a'),
(125590,32,38795,NULL,2608,7,'2026-03-05 20:30:18','2026-03-05 20:30:18','1536366b-7493-4466-87dd-28595daa3428'),
(125591,32,38795,NULL,2606,8,'2026-03-05 20:30:18','2026-03-05 20:30:18','f0238fb8-94f5-4ed7-a8da-7cf4dc722a5a'),
(125592,32,38795,NULL,2612,9,'2026-03-05 20:30:18','2026-03-05 20:30:18','df9d2fff-820f-43b9-9de8-bf39c96f7110'),
(125593,16,38795,NULL,5253,1,'2026-03-05 20:30:18','2026-03-05 20:30:18','e75b7e8e-495a-4873-a168-93b01aa551cf'),
(125594,7,38795,NULL,601,1,'2026-03-05 20:30:18','2026-03-05 20:30:18','13724b81-703c-4d2a-bc64-cfd45edeade9'),
(125595,7,38795,NULL,617,2,'2026-03-05 20:30:18','2026-03-05 20:30:18','2aef1c04-e523-4501-89b8-c8c3cde5f773'),
(125596,7,38795,NULL,9727,3,'2026-03-05 20:30:18','2026-03-05 20:30:18','08740bfa-0192-4abe-80ed-ec993266ab25'),
(125597,7,38795,NULL,9552,4,'2026-03-05 20:30:18','2026-03-05 20:30:18','d8488d9b-7e13-47d7-a55b-fe5565382bf6'),
(125598,7,38795,NULL,605,5,'2026-03-05 20:30:18','2026-03-05 20:30:18','f1637100-b75c-4721-9856-d14d26972c5c'),
(125599,82,38795,NULL,491,1,'2026-03-05 20:30:18','2026-03-05 20:30:18','d42725a0-7c44-4936-8f42-64a76e924a29'),
(125600,46,38795,NULL,7379,1,'2026-03-05 20:30:18','2026-03-05 20:30:18','b404df4d-2130-45fa-a205-fb719e52eacb'),
(125601,47,38795,NULL,15017,1,'2026-03-05 20:30:18','2026-03-05 20:30:18','cad8491f-c11e-4aed-a2eb-eb66294a9755'),
(125602,57,38795,NULL,7926,1,'2026-03-05 20:30:18','2026-03-05 20:30:18','50da66e9-1e22-48ca-b49c-d2dd9a5820eb'),
(125603,57,38795,NULL,7928,2,'2026-03-05 20:30:18','2026-03-05 20:30:18','b315094a-9021-4c1c-bf48-d87f3180b5ac'),
(125604,57,38795,NULL,7927,3,'2026-03-05 20:30:18','2026-03-05 20:30:18','907ca249-38d9-428c-8909-a5bd6ce57c80'),
(125605,57,38795,NULL,7924,4,'2026-03-05 20:30:18','2026-03-05 20:30:18','99ee14db-cd02-451a-a5b2-4142dba51de7'),
(125606,57,38795,NULL,7925,5,'2026-03-05 20:30:18','2026-03-05 20:30:18','991a7ce5-ec64-46ec-8d6e-f6ff686fa3b9'),
(125607,57,38795,NULL,7923,6,'2026-03-05 20:30:18','2026-03-05 20:30:18','5a4ba77b-fe61-4912-8fe5-653eeaa555f8'),
(125608,57,38795,NULL,7920,7,'2026-03-05 20:30:18','2026-03-05 20:30:18','6d0deee9-baa9-49ef-82af-aab128aed419'),
(125609,57,38795,NULL,7922,8,'2026-03-05 20:30:18','2026-03-05 20:30:18','5b3ead16-50f3-4d94-a4a1-7befc04334a8'),
(125610,57,38795,NULL,7921,9,'2026-03-05 20:30:18','2026-03-05 20:30:18','bf811f7e-71c7-4f86-9d72-6d76f03765a5'),
(125611,13,38795,NULL,23900,1,'2026-03-05 20:30:18','2026-03-05 20:30:18','c483f01f-61c9-4b98-a604-1b513a9b01c4'),
(125612,32,38796,NULL,2614,1,'2026-03-05 20:30:42','2026-03-05 20:30:42','b4805b0e-9497-4029-80d6-33ae0a230555'),
(125613,32,38796,NULL,2610,2,'2026-03-05 20:30:42','2026-03-05 20:30:42','f6da5238-4bc3-4af0-99fe-c150c69a88b8'),
(125614,32,38796,NULL,2598,3,'2026-03-05 20:30:42','2026-03-05 20:30:42','7db44f71-9de9-4143-827f-0ed6d34b12da'),
(125615,32,38796,NULL,2600,4,'2026-03-05 20:30:42','2026-03-05 20:30:42','63899f04-e19b-41fb-b92c-5f248e6b1178'),
(125616,32,38796,NULL,2596,5,'2026-03-05 20:30:42','2026-03-05 20:30:42','cc8bb38c-fb36-4c8f-a680-4a6507ef8bca'),
(125617,32,38796,NULL,2602,6,'2026-03-05 20:30:42','2026-03-05 20:30:42','eed8a386-ccee-4fd8-81ad-7e12d84a6b7a'),
(125618,32,38796,NULL,2612,7,'2026-03-05 20:30:42','2026-03-05 20:30:42','850b8121-cf77-42ac-b9f6-432ab9cdd5d9'),
(125619,32,38796,NULL,2604,8,'2026-03-05 20:30:42','2026-03-05 20:30:42','5425b3e8-8be1-40a8-bec8-bcb1d9b82319'),
(125620,32,38796,NULL,2608,9,'2026-03-05 20:30:42','2026-03-05 20:30:42','edbfa336-0b16-4e95-bf16-878faeac5ad2'),
(125621,32,38796,NULL,2606,10,'2026-03-05 20:30:42','2026-03-05 20:30:42','db79a4f1-07a8-4914-bbf3-0e66babe442f'),
(125622,32,38796,NULL,2622,11,'2026-03-05 20:30:42','2026-03-05 20:30:42','5536860d-24d1-4d54-89ad-495bd8af8fba'),
(125623,16,38796,NULL,3623,1,'2026-03-05 20:30:42','2026-03-05 20:30:42','423920dc-d86d-40c2-9cba-991b4a89665b'),
(125624,7,38796,NULL,601,1,'2026-03-05 20:30:42','2026-03-05 20:30:42','5989dd23-1083-4d01-b4d7-34b8b2dda9f5'),
(125625,7,38796,NULL,617,2,'2026-03-05 20:30:42','2026-03-05 20:30:42','108f1fff-7953-4d31-a97e-2abeabc8731e'),
(125626,7,38796,NULL,605,3,'2026-03-05 20:30:42','2026-03-05 20:30:42','73b6aca9-67b5-4851-94fd-ac70fb3ad565'),
(125627,7,38796,NULL,9552,4,'2026-03-05 20:30:42','2026-03-05 20:30:42','ff9e992f-6d8b-4b9c-bd5b-6e3421795818'),
(125628,47,38796,NULL,15019,1,'2026-03-05 20:30:42','2026-03-05 20:30:42','859153d7-47ac-4079-ae5e-6606cb0d9768'),
(125629,57,38796,NULL,7950,1,'2026-03-05 20:30:42','2026-03-05 20:30:42','af4f7c9d-88c1-4c8d-9eed-085595b12efa'),
(125630,57,38796,NULL,7952,2,'2026-03-05 20:30:42','2026-03-05 20:30:42','52491040-eb7b-4ffb-8672-a83ff5a6319d'),
(125631,57,38796,NULL,7956,3,'2026-03-05 20:30:42','2026-03-05 20:30:42','a7a79d84-df86-4248-8db7-f4e5bc1406be'),
(125632,57,38796,NULL,7955,4,'2026-03-05 20:30:42','2026-03-05 20:30:42','5c4fe481-ae37-4b12-9f3d-0128d39af0f7'),
(125633,57,38796,NULL,7951,5,'2026-03-05 20:30:42','2026-03-05 20:30:42','53a9e39f-a9ff-4079-9c09-d7705999807d'),
(125634,57,38796,NULL,7954,6,'2026-03-05 20:30:42','2026-03-05 20:30:42','5d38fd39-faa1-4a39-9c0a-c258086274d3'),
(125635,57,38796,NULL,7953,7,'2026-03-05 20:30:42','2026-03-05 20:30:42','7bbd80ef-41da-4eef-a5fe-bb4011a1151b'),
(125636,57,38796,NULL,7957,8,'2026-03-05 20:30:42','2026-03-05 20:30:42','d5cd546d-be64-422f-8d34-c920bff6182e'),
(125637,13,38796,NULL,23887,1,'2026-03-05 20:30:42','2026-03-05 20:30:42','c55ad0a3-107e-4110-8d6d-0e8cee18c2ec'),
(125638,32,38797,NULL,2610,1,'2026-03-05 20:31:08','2026-03-05 20:31:08','e31d3ca3-6a6a-4f5b-86f9-dc7e2a2ff21c'),
(125639,32,38797,NULL,2598,2,'2026-03-05 20:31:08','2026-03-05 20:31:08','bad800de-abad-49dc-8863-61b8f74a7280'),
(125640,32,38797,NULL,2608,3,'2026-03-05 20:31:08','2026-03-05 20:31:08','838bd498-4d68-4af4-90a2-5099fd605699'),
(125641,32,38797,NULL,2600,4,'2026-03-05 20:31:08','2026-03-05 20:31:08','f1de8efe-261d-4000-bc0d-51be1292af55'),
(125642,32,38797,NULL,2596,5,'2026-03-05 20:31:08','2026-03-05 20:31:08','44d48df4-5b2f-4552-8e99-8c578c99c006'),
(125643,32,38797,NULL,2602,6,'2026-03-05 20:31:08','2026-03-05 20:31:08','201841f0-4f49-4883-b27d-66113368c58a'),
(125644,32,38797,NULL,2604,7,'2026-03-05 20:31:08','2026-03-05 20:31:08','5fb89a7f-39bd-49d4-bfa7-a634bca789d6'),
(125645,32,38797,NULL,2606,8,'2026-03-05 20:31:08','2026-03-05 20:31:08','91c065a1-0c5e-4569-884c-02ae6ded4e71'),
(125646,32,38797,NULL,2612,9,'2026-03-05 20:31:08','2026-03-05 20:31:08','909756ce-737d-40d2-9d41-4032188fbd8e'),
(125647,16,38797,NULL,10219,1,'2026-03-05 20:31:08','2026-03-05 20:31:08','189b591f-33a8-444d-9ea5-b98945996dbb'),
(125648,7,38797,NULL,601,1,'2026-03-05 20:31:08','2026-03-05 20:31:08','13bf63e5-a4f7-406e-bc02-cd9467d45b9b'),
(125649,7,38797,NULL,2974,2,'2026-03-05 20:31:08','2026-03-05 20:31:08','0d4622cb-4a73-4cb9-b447-b9690583b123'),
(125650,7,38797,NULL,617,3,'2026-03-05 20:31:08','2026-03-05 20:31:08','d18aeb21-c216-4b47-98f7-3de6db45e565'),
(125651,7,38797,NULL,9732,4,'2026-03-05 20:31:08','2026-03-05 20:31:08','14eaf9f4-ead3-4095-ab5e-b7aae1f65ae0'),
(125652,7,38797,NULL,9735,5,'2026-03-05 20:31:08','2026-03-05 20:31:08','ef4bba11-e4d4-4dab-8108-c5d63543238a'),
(125653,7,38797,NULL,9552,6,'2026-03-05 20:31:08','2026-03-05 20:31:08','ee9bb033-7100-454e-b75c-555aee8ef07d'),
(125654,7,38797,NULL,605,7,'2026-03-05 20:31:08','2026-03-05 20:31:08','5e5d2d85-ebee-406e-8613-0d728b617381'),
(125655,82,38797,NULL,491,1,'2026-03-05 20:31:08','2026-03-05 20:31:08','32d97379-f94b-4b9d-a8d5-11c8b8e97449'),
(125656,47,38797,NULL,15023,1,'2026-03-05 20:31:08','2026-03-05 20:31:08','542bfadb-1eba-4a41-bff3-bf501999b50f'),
(125657,57,38797,NULL,10220,1,'2026-03-05 20:31:08','2026-03-05 20:31:08','2d670ebf-a4d5-4070-bd71-50b26ebca4a0'),
(125658,57,38797,NULL,10224,2,'2026-03-05 20:31:08','2026-03-05 20:31:08','8c84418e-7a1e-4b51-ad16-fa5d53f99448'),
(125659,57,38797,NULL,10221,3,'2026-03-05 20:31:08','2026-03-05 20:31:08','0c8bb718-2fb0-46f6-8eda-b6dcec31ab32'),
(125660,57,38797,NULL,10222,4,'2026-03-05 20:31:08','2026-03-05 20:31:08','37a00b65-26c8-4831-b26a-b5b94c3dc394'),
(125661,57,38797,NULL,10225,5,'2026-03-05 20:31:08','2026-03-05 20:31:08','e888fb3d-3e40-4292-b139-584d94351f1c'),
(125662,57,38797,NULL,10226,6,'2026-03-05 20:31:08','2026-03-05 20:31:08','feb7aa17-ac36-46e4-9bf2-cccab804eb17'),
(125663,57,38797,NULL,10228,7,'2026-03-05 20:31:08','2026-03-05 20:31:08','373daf7b-9702-4db9-abcb-8950f7dba0b5'),
(125664,57,38797,NULL,10229,8,'2026-03-05 20:31:08','2026-03-05 20:31:08','f1c66a3e-da4f-4903-8b7b-0a1bbdebd2c8'),
(125665,57,38797,NULL,10232,9,'2026-03-05 20:31:08','2026-03-05 20:31:08','48ecb31c-2cbe-4901-8039-3efb8c65caa1'),
(125666,57,38797,NULL,10233,10,'2026-03-05 20:31:08','2026-03-05 20:31:08','9a7b2f90-ffaa-4ed3-ba81-8ac48d4cbee9'),
(125667,57,38797,NULL,10234,11,'2026-03-05 20:31:08','2026-03-05 20:31:08','442e6f69-ef6f-4dcf-82b6-dc1fcaec7929'),
(125668,57,38797,NULL,10236,12,'2026-03-05 20:31:08','2026-03-05 20:31:08','3554de67-5b5e-42f3-bfa3-9e4a3c08889f'),
(125669,57,38797,NULL,10237,13,'2026-03-05 20:31:08','2026-03-05 20:31:08','d1e760c5-2ae1-466a-91c0-fba8b7dfe28d'),
(125670,57,38797,NULL,10238,14,'2026-03-05 20:31:08','2026-03-05 20:31:08','d5686446-cb9e-4d1b-b074-bd5a82aabf9b'),
(125671,57,38797,NULL,10240,15,'2026-03-05 20:31:08','2026-03-05 20:31:08','1dd9518b-c182-419f-b7bb-494de1a8451a'),
(125672,13,38797,NULL,23890,1,'2026-03-05 20:31:08','2026-03-05 20:31:08','b9b261e4-f302-4ba6-a3fa-5b4dff29d20e'),
(125673,32,38798,NULL,2614,1,'2026-03-05 20:41:47','2026-03-05 20:41:47','e31996bf-86d0-415d-b3f7-cbc9749fa83d'),
(125674,32,38798,NULL,2598,2,'2026-03-05 20:41:47','2026-03-05 20:41:47','50e3e63b-3274-40a0-9596-12f828d7d0de'),
(125675,32,38798,NULL,2608,3,'2026-03-05 20:41:47','2026-03-05 20:41:47','553b9566-8ef1-4e09-b81e-d7ce613a4417'),
(125676,32,38798,NULL,2600,4,'2026-03-05 20:41:47','2026-03-05 20:41:47','aee5dadd-c00a-48d4-9157-845552200bad'),
(125677,32,38798,NULL,2596,5,'2026-03-05 20:41:47','2026-03-05 20:41:47','dfb5013e-414b-43e7-8181-f50aaf702fca'),
(125678,32,38798,NULL,2602,6,'2026-03-05 20:41:47','2026-03-05 20:41:47','a910402f-cbfc-4a3e-9dd4-1df6e078af7f'),
(125679,32,38798,NULL,2612,7,'2026-03-05 20:41:47','2026-03-05 20:41:47','980ff8c0-fcdf-474f-af90-0596c2a74520'),
(125680,32,38798,NULL,2604,8,'2026-03-05 20:41:47','2026-03-05 20:41:47','515a4520-7f56-47c7-918c-c98bb2a7c06d'),
(125681,16,38798,NULL,10216,1,'2026-03-05 20:41:47','2026-03-05 20:41:47','dc674c58-c107-4d6c-8260-6ee5bc59c1be'),
(125682,7,38798,NULL,9732,1,'2026-03-05 20:41:47','2026-03-05 20:41:47','7ac79ed0-df5f-40eb-943e-26226f03d5e9'),
(125683,7,38798,NULL,617,2,'2026-03-05 20:41:47','2026-03-05 20:41:47','9eec0fe9-aa19-4d0f-9ac7-8cc84638532a'),
(125684,7,38798,NULL,605,3,'2026-03-05 20:41:47','2026-03-05 20:41:47','42425210-649d-44ae-bd0d-a7b6a2254e4b'),
(125685,7,38798,NULL,9552,4,'2026-03-05 20:41:47','2026-03-05 20:41:47','e22be1c1-709a-4092-9e6f-6d713317b1ad'),
(125686,82,38798,NULL,479,1,'2026-03-05 20:41:47','2026-03-05 20:41:47','f1474446-5ddf-4838-b4fb-6b0a4c83ad96'),
(125687,82,38798,NULL,483,2,'2026-03-05 20:41:47','2026-03-05 20:41:47','b3d4f8cd-0cf2-4f01-978e-57d37c210ab6'),
(125688,47,38798,NULL,12324,1,'2026-03-05 20:41:47','2026-03-05 20:41:47','f5fbc19c-da50-442f-9069-e4f243580c61'),
(125689,57,38798,NULL,9694,1,'2026-03-05 20:41:47','2026-03-05 20:41:47','9c2c4e33-c7ce-48c5-8d86-1428ea9bb18a'),
(125690,57,38798,NULL,9692,2,'2026-03-05 20:41:47','2026-03-05 20:41:47','79b14ef4-de9e-45a5-9ef1-380cfeb904ac'),
(125691,57,38798,NULL,9693,3,'2026-03-05 20:41:47','2026-03-05 20:41:47','7b48e04d-1c80-490e-81c3-6c0b358a4027'),
(125692,57,38798,NULL,9685,4,'2026-03-05 20:41:47','2026-03-05 20:41:47','f8bcea91-8fb1-48ac-a8b5-868a0b405283'),
(125693,57,38798,NULL,9686,5,'2026-03-05 20:41:47','2026-03-05 20:41:47','e5aca44a-d08a-4c6d-a96f-2429d2c3d4cd'),
(125694,57,38798,NULL,9687,6,'2026-03-05 20:41:47','2026-03-05 20:41:47','1d659ca9-6d62-4df1-a9fd-ae65645e1ffb'),
(125695,57,38798,NULL,9688,7,'2026-03-05 20:41:47','2026-03-05 20:41:47','4e33affc-770e-4f09-9e1e-870cfab200a6'),
(125696,57,38798,NULL,9689,8,'2026-03-05 20:41:47','2026-03-05 20:41:47','bd1f9639-679f-4496-a6a6-684b4eaf9931'),
(125697,57,38798,NULL,9690,9,'2026-03-05 20:41:47','2026-03-05 20:41:47','141d4202-c71f-4962-b3e1-96eb85d7c331'),
(125698,13,38798,NULL,23691,1,'2026-03-05 20:41:47','2026-03-05 20:41:47','f1b4ac7b-89f7-4e16-8d7c-1e682d687c19'),
(125734,13,1353,NULL,38800,1,'2026-03-05 20:42:05','2026-03-05 20:42:05','9c0edf62-4b51-4df1-acb8-81ce42411e0f'),
(125735,32,38801,NULL,2610,1,'2026-03-05 20:42:05','2026-03-05 20:42:05','4d5106ed-bddc-43a7-8569-975b7e93871c'),
(125736,32,38801,NULL,2598,2,'2026-03-05 20:42:05','2026-03-05 20:42:05','aebb89f4-645c-4488-9d08-2d375d6fda8f'),
(125737,32,38801,NULL,2600,3,'2026-03-05 20:42:05','2026-03-05 20:42:05','f102dd5e-5861-4d2a-8e3b-0efa49ecdf4a'),
(125738,32,38801,NULL,2604,4,'2026-03-05 20:42:05','2026-03-05 20:42:05','0999067d-9b37-46a1-86dd-c4239e75077a'),
(125739,32,38801,NULL,2608,5,'2026-03-05 20:42:05','2026-03-05 20:42:05','c1f0cc5a-ef08-4f29-a620-c9c33e8e0244'),
(125740,32,38801,NULL,2596,6,'2026-03-05 20:42:05','2026-03-05 20:42:05','53a61893-c434-4069-84dc-34d56795be36'),
(125741,32,38801,NULL,2602,7,'2026-03-05 20:42:05','2026-03-05 20:42:05','d26ab0d3-7a04-419b-9565-1824d5b31daf'),
(125742,32,38801,NULL,2606,8,'2026-03-05 20:42:05','2026-03-05 20:42:05','b1e1f654-bd44-4013-b079-d7bf357e3fea'),
(125743,32,38801,NULL,2612,9,'2026-03-05 20:42:05','2026-03-05 20:42:05','295aa244-a355-4816-8056-9b27fdc4b2e7'),
(125744,16,38801,NULL,3374,1,'2026-03-05 20:42:05','2026-03-05 20:42:05','c97888be-5544-4f8a-8409-d5e503c12a82'),
(125745,7,38801,NULL,3468,1,'2026-03-05 20:42:05','2026-03-05 20:42:05','d7cb465e-80f4-4fc1-911d-636314826f47'),
(125746,7,38801,NULL,9732,2,'2026-03-05 20:42:05','2026-03-05 20:42:05','84cd316a-46e5-4b68-acbf-8b079d5021b5'),
(125747,7,38801,NULL,617,3,'2026-03-05 20:42:05','2026-03-05 20:42:05','81b61e10-dc98-4467-af2f-bcbf76532e37'),
(125748,7,38801,NULL,605,4,'2026-03-05 20:42:05','2026-03-05 20:42:05','5feb4139-a14d-4907-84ef-94373d6fd9b1'),
(125749,7,38801,NULL,9552,5,'2026-03-05 20:42:05','2026-03-05 20:42:05','9346bf25-37a2-472f-b731-7181bb96505e'),
(125750,82,38801,NULL,469,1,'2026-03-05 20:42:05','2026-03-05 20:42:05','7e0be8d8-7013-4df9-b9fe-4580439a8442'),
(125751,82,38801,NULL,475,2,'2026-03-05 20:42:05','2026-03-05 20:42:05','e3a95162-252f-44dd-835b-35de04c607d2'),
(125752,82,38801,NULL,479,3,'2026-03-05 20:42:05','2026-03-05 20:42:05','090de967-fecf-4797-87ba-b09b6f96c39e'),
(125753,82,38801,NULL,491,4,'2026-03-05 20:42:05','2026-03-05 20:42:05','e585ae25-3f8b-4ba9-a222-ea93bb07ecee'),
(125754,47,38801,NULL,12333,1,'2026-03-05 20:42:05','2026-03-05 20:42:05','59c57787-9229-4604-9438-09ec09204cce'),
(125755,57,38801,NULL,3362,1,'2026-03-05 20:42:05','2026-03-05 20:42:05','b655ac39-9db4-469c-8576-b796afdddc4f'),
(125756,57,38801,NULL,3363,2,'2026-03-05 20:42:05','2026-03-05 20:42:05','a4d53687-d97c-491c-8c10-5b6e3cbcf602'),
(125757,57,38801,NULL,3364,3,'2026-03-05 20:42:05','2026-03-05 20:42:05','d409cb7a-638d-43a7-a383-7c9c34975d67'),
(125758,57,38801,NULL,3365,4,'2026-03-05 20:42:05','2026-03-05 20:42:05','e290423f-8f52-462f-9164-6ea93675f48c'),
(125759,57,38801,NULL,3366,5,'2026-03-05 20:42:05','2026-03-05 20:42:05','7e0cc27a-7745-4b5a-9220-7f534d6ddf6d'),
(125760,57,38801,NULL,3367,6,'2026-03-05 20:42:05','2026-03-05 20:42:05','364e490d-c712-4f0f-b64d-48b42f5494f2'),
(125761,57,38801,NULL,3368,7,'2026-03-05 20:42:05','2026-03-05 20:42:05','46866fd1-bcd0-48e0-80e6-79882d7ca849'),
(125762,57,38801,NULL,3369,8,'2026-03-05 20:42:05','2026-03-05 20:42:05','375008df-9cb9-4da2-a5fd-e586bf944b35'),
(125763,57,38801,NULL,3370,9,'2026-03-05 20:42:05','2026-03-05 20:42:05','04897d76-119b-48b2-af56-30da53eca634'),
(125764,57,38801,NULL,3371,10,'2026-03-05 20:42:05','2026-03-05 20:42:05','73368510-966f-4c0b-930b-ae968df4a83f'),
(125765,57,38801,NULL,3372,11,'2026-03-05 20:42:05','2026-03-05 20:42:05','eb32386e-e198-4d4c-a49c-ab0a6b3368c1'),
(125766,57,38801,NULL,3373,12,'2026-03-05 20:42:05','2026-03-05 20:42:05','68a74a9b-63bf-455e-b5dd-118ed24fbe65'),
(125767,57,38801,NULL,3374,13,'2026-03-05 20:42:05','2026-03-05 20:42:05','7840f9ac-7cec-4cb1-bbe1-41c7f59fc5ea'),
(125768,13,38801,NULL,38800,1,'2026-03-05 20:42:05','2026-03-05 20:42:05','ba55cd99-6d80-4a1e-a202-a92012c9c9b3'),
(125795,13,1413,NULL,38802,1,'2026-03-05 20:42:36','2026-03-05 20:42:36','508d2073-a5c4-4c29-b140-4a3095b48da1'),
(125796,32,38804,NULL,2614,1,'2026-03-05 20:42:36','2026-03-05 20:42:36','7bfbe306-3dab-4842-9f80-b242468f9e5c'),
(125797,32,38804,NULL,2610,2,'2026-03-05 20:42:36','2026-03-05 20:42:36','509880bf-e59c-43cd-b467-765476f91e56'),
(125798,32,38804,NULL,2598,3,'2026-03-05 20:42:36','2026-03-05 20:42:36','84ad4577-1a41-4b29-9f23-43e333eb790b'),
(125799,32,38804,NULL,2608,4,'2026-03-05 20:42:36','2026-03-05 20:42:36','0954991f-0a6a-452f-8d09-256142154272'),
(125800,32,38804,NULL,2600,5,'2026-03-05 20:42:36','2026-03-05 20:42:36','3ebd5deb-05d8-400d-a7c2-78355b684f91'),
(125801,32,38804,NULL,2596,6,'2026-03-05 20:42:36','2026-03-05 20:42:36','73a7bf7b-a8cd-461e-b9b4-d71723b484b0'),
(125802,32,38804,NULL,2602,7,'2026-03-05 20:42:36','2026-03-05 20:42:36','24a13771-6ee1-4736-81b7-689d25735474'),
(125803,32,38804,NULL,2612,8,'2026-03-05 20:42:36','2026-03-05 20:42:36','e6323f4c-3a85-4fa6-9da2-bc5892ae2136'),
(125804,32,38804,NULL,2604,9,'2026-03-05 20:42:36','2026-03-05 20:42:36','b283075d-26ed-42fe-90e8-482980616a7a'),
(125805,32,38804,NULL,2606,10,'2026-03-05 20:42:36','2026-03-05 20:42:36','7d720776-845b-4b62-999d-056f02c8ed81'),
(125806,16,38804,NULL,9238,1,'2026-03-05 20:42:36','2026-03-05 20:42:36','ef484fb5-76da-46f0-beb5-24d4483b3651'),
(125807,7,38804,NULL,3468,1,'2026-03-05 20:42:36','2026-03-05 20:42:36','1c0b2884-250b-4b9d-b5ad-7cae7c301515'),
(125808,7,38804,NULL,601,2,'2026-03-05 20:42:36','2026-03-05 20:42:36','9e4b6ffd-0e2e-44b5-a7eb-7275c5f47a95'),
(125809,7,38804,NULL,617,3,'2026-03-05 20:42:36','2026-03-05 20:42:36','acbb29a7-c852-4d68-9681-9bf8291f40f7'),
(125810,7,38804,NULL,9552,4,'2026-03-05 20:42:36','2026-03-05 20:42:36','c330be64-bed9-42ed-89aa-40efbca53fff'),
(125811,7,38804,NULL,605,5,'2026-03-05 20:42:36','2026-03-05 20:42:36','9bcc7d14-4753-4d79-882b-b51f1b66b77d'),
(125812,82,38804,NULL,479,1,'2026-03-05 20:42:36','2026-03-05 20:42:36','266b6462-4286-484f-accd-393361ff76f7'),
(125813,47,38804,NULL,12374,1,'2026-03-05 20:42:36','2026-03-05 20:42:36','c637c2a5-0fd8-464b-ab9e-66290b4901e7'),
(125814,57,38804,NULL,9244,1,'2026-03-05 20:42:36','2026-03-05 20:42:36','37237675-fbba-483f-9f4d-ce214e504ea4'),
(125815,57,38804,NULL,9250,2,'2026-03-05 20:42:36','2026-03-05 20:42:36','7f5b6da2-e240-4956-a44b-6f66f67153c8'),
(125816,57,38804,NULL,9245,3,'2026-03-05 20:42:36','2026-03-05 20:42:36','4ecf3117-5eb2-43be-ba7c-cd6af2370a60'),
(125817,57,38804,NULL,9246,4,'2026-03-05 20:42:36','2026-03-05 20:42:36','29ab9032-d1c2-48dd-b72b-d660798ad29c'),
(125818,57,38804,NULL,9247,5,'2026-03-05 20:42:36','2026-03-05 20:42:36','adce5e39-bf90-4290-96f5-6cd1e3bf05bf'),
(125819,57,38804,NULL,9248,6,'2026-03-05 20:42:36','2026-03-05 20:42:36','ebfbc5e4-05dc-4205-8c18-4c28d9546934'),
(125820,57,38804,NULL,9249,7,'2026-03-05 20:42:36','2026-03-05 20:42:36','dec15052-85ec-465f-9daf-0d63de7d7fdb'),
(125821,13,38804,NULL,38802,1,'2026-03-05 20:42:36','2026-03-05 20:42:36','539d84d9-e6aa-4246-9eff-d7b484899a59'),
(125845,13,1365,NULL,38805,1,'2026-03-05 20:43:08','2026-03-05 20:43:08','dc834490-9a27-473a-8d12-2a4e8e8d9c10'),
(125846,32,38807,NULL,2614,1,'2026-03-05 20:43:08','2026-03-05 20:43:08','6f97ad15-e5bc-4646-a80f-d7432efdf4d2'),
(125847,32,38807,NULL,2610,2,'2026-03-05 20:43:08','2026-03-05 20:43:08','6cb54743-38e8-4fcb-94f9-dc392a79b6d3'),
(125848,32,38807,NULL,2598,3,'2026-03-05 20:43:08','2026-03-05 20:43:08','6085db9c-c609-4fbc-b41d-a554b9e6648c'),
(125849,32,38807,NULL,2608,4,'2026-03-05 20:43:08','2026-03-05 20:43:08','e777b8a6-4bcf-46bb-837e-9cf186b8b218'),
(125850,32,38807,NULL,2600,5,'2026-03-05 20:43:08','2026-03-05 20:43:08','6ce1e801-5b05-4611-9cae-b6b007f8e63f'),
(125851,32,38807,NULL,2596,6,'2026-03-05 20:43:08','2026-03-05 20:43:08','6323a366-274a-4330-a03f-3ec6104b62ad'),
(125852,32,38807,NULL,2602,7,'2026-03-05 20:43:08','2026-03-05 20:43:08','d6b85483-1a68-4d3f-a6e1-0e9709996f3b'),
(125853,32,38807,NULL,2612,8,'2026-03-05 20:43:08','2026-03-05 20:43:08','d278d180-db5e-4f37-bbd9-7943d42a460d'),
(125854,32,38807,NULL,2604,9,'2026-03-05 20:43:08','2026-03-05 20:43:08','27f48e2d-823c-4b66-88fa-b805d418e2fa'),
(125855,32,38807,NULL,2606,10,'2026-03-05 20:43:08','2026-03-05 20:43:08','4264340a-afe1-472b-9b98-b395167e010f'),
(125856,16,38807,NULL,9155,1,'2026-03-05 20:43:08','2026-03-05 20:43:08','8f82fffa-547d-4c5e-b3dd-b43550839658'),
(125857,7,38807,NULL,605,1,'2026-03-05 20:43:08','2026-03-05 20:43:08','53456afa-9509-45d7-9345-25b8df2790ef'),
(125858,7,38807,NULL,617,2,'2026-03-05 20:43:08','2026-03-05 20:43:08','74cf7248-d701-460b-a3ea-fc852bace043'),
(125859,7,38807,NULL,9552,3,'2026-03-05 20:43:08','2026-03-05 20:43:08','36d4503c-764d-45f4-83e1-ae54e740882f'),
(125860,82,38807,NULL,479,1,'2026-03-05 20:43:08','2026-03-05 20:43:08','6d60d9a4-9f43-4b70-b9a8-8f1b1aa248db'),
(125861,47,38807,NULL,12342,1,'2026-03-05 20:43:08','2026-03-05 20:43:08','a9293fed-9ad8-4c0d-85af-51a5c93c5173'),
(125862,57,38807,NULL,9160,1,'2026-03-05 20:43:08','2026-03-05 20:43:08','383dfcbb-f6f5-43fc-8a38-8f0f3dc72c70'),
(125863,57,38807,NULL,9162,2,'2026-03-05 20:43:08','2026-03-05 20:43:08','6c14afeb-5b11-4112-a0df-9542874f5d3e'),
(125864,57,38807,NULL,9164,3,'2026-03-05 20:43:08','2026-03-05 20:43:08','2b2ce246-a6d8-4b46-ae6c-c96fb8787324'),
(125865,57,38807,NULL,9163,4,'2026-03-05 20:43:08','2026-03-05 20:43:08','46d8b0e6-528a-4cb2-b993-8a1ef1e2ed2b'),
(125866,57,38807,NULL,9161,5,'2026-03-05 20:43:08','2026-03-05 20:43:08','3ee93615-e5d0-49a0-90cb-be2ef0643408'),
(125867,57,38807,NULL,9165,6,'2026-03-05 20:43:08','2026-03-05 20:43:08','c21bd4b2-cf2a-4f53-ad0a-9f9ba0bf9d82'),
(125868,13,38807,NULL,38805,1,'2026-03-05 20:43:08','2026-03-05 20:43:08','7c27f57e-a066-4fc4-a5e4-6338edaa304b'),
(125869,32,38808,NULL,2614,1,'2026-03-05 20:43:40','2026-03-05 20:43:40','4a162c72-d791-43e5-9f48-c50383b61a8b'),
(125870,32,38808,NULL,2610,2,'2026-03-05 20:43:40','2026-03-05 20:43:40','b05ecb93-a283-49fa-8068-6a1cdf983611'),
(125871,32,38808,NULL,2598,3,'2026-03-05 20:43:40','2026-03-05 20:43:40','8ddbd8d6-6320-448a-b150-3efba248421c'),
(125872,32,38808,NULL,2608,4,'2026-03-05 20:43:40','2026-03-05 20:43:40','7cc1fe00-f67d-4155-a7d5-9d6845c99393'),
(125873,32,38808,NULL,2600,5,'2026-03-05 20:43:40','2026-03-05 20:43:40','947399cd-3216-4007-8387-80ab8c83c56d'),
(125874,32,38808,NULL,2596,6,'2026-03-05 20:43:40','2026-03-05 20:43:40','b2355f69-ab7b-43a4-8687-19f154e1c462'),
(125875,32,38808,NULL,2602,7,'2026-03-05 20:43:40','2026-03-05 20:43:40','03e678f0-3c6f-4b01-a991-1ebc19abee37'),
(125876,32,38808,NULL,2612,8,'2026-03-05 20:43:40','2026-03-05 20:43:40','d6346303-466e-4fd3-9042-b836eb848f9d'),
(125877,32,38808,NULL,2606,9,'2026-03-05 20:43:40','2026-03-05 20:43:40','2651a379-6067-4d8c-931a-aaa1e72786cd'),
(125878,16,38808,NULL,9749,1,'2026-03-05 20:43:40','2026-03-05 20:43:40','dffad10e-a47a-4311-954a-19c14dceec74'),
(125879,7,38808,NULL,6547,1,'2026-03-05 20:43:40','2026-03-05 20:43:40','c4ef5099-3252-470f-85a4-72616b471868'),
(125880,7,38808,NULL,9732,2,'2026-03-05 20:43:40','2026-03-05 20:43:40','4ac6d421-d3fe-40bf-bb1e-e26ac25051c2'),
(125881,7,38808,NULL,9735,3,'2026-03-05 20:43:40','2026-03-05 20:43:40','e51aa687-5389-461c-a647-91a2d60409ae'),
(125882,7,38808,NULL,9640,4,'2026-03-05 20:43:40','2026-03-05 20:43:40','18733fc1-98ea-4cdd-8092-8830510bc14b'),
(125883,7,38808,NULL,617,5,'2026-03-05 20:43:40','2026-03-05 20:43:40','988367fd-bbfd-47ec-a553-8299d1b95099'),
(125884,7,38808,NULL,605,6,'2026-03-05 20:43:40','2026-03-05 20:43:40','a9780710-a294-47b9-8949-fba69340c337'),
(125885,7,38808,NULL,9552,7,'2026-03-05 20:43:40','2026-03-05 20:43:40','1b269d87-9c75-4f43-a9bd-966596d8670d'),
(125886,82,38808,NULL,477,1,'2026-03-05 20:43:40','2026-03-05 20:43:40','99782554-5194-41c0-b6ba-45878e21b32c'),
(125887,82,38808,NULL,479,2,'2026-03-05 20:43:40','2026-03-05 20:43:40','0696a3d2-62ff-4fed-af65-23da5be82944'),
(125888,47,38808,NULL,12344,1,'2026-03-05 20:43:40','2026-03-05 20:43:40','f60ebaed-b53c-4789-ab31-b564d919e3bc'),
(125889,57,38808,NULL,9804,1,'2026-03-05 20:43:40','2026-03-05 20:43:40','e05dbb89-024a-46fd-9389-bd703cb9fd39'),
(125890,57,38808,NULL,9811,2,'2026-03-05 20:43:40','2026-03-05 20:43:40','e369f272-b370-4fd1-96fd-fab8cb1bceb8'),
(125891,57,38808,NULL,9805,3,'2026-03-05 20:43:40','2026-03-05 20:43:40','2afa8812-76b3-45c1-894b-e1e7678268dc'),
(125892,57,38808,NULL,9806,4,'2026-03-05 20:43:40','2026-03-05 20:43:40','df069ec8-5092-4d2d-ba95-840ca2464d46'),
(125893,57,38808,NULL,9807,5,'2026-03-05 20:43:40','2026-03-05 20:43:40','4e02fecd-1ecc-47f9-9038-bbc35f14af2b'),
(125894,57,38808,NULL,9800,6,'2026-03-05 20:43:40','2026-03-05 20:43:40','befcfa7e-4e9c-4f60-9d60-4fec769546da'),
(125895,57,38808,NULL,9808,7,'2026-03-05 20:43:40','2026-03-05 20:43:40','661a6216-5674-4044-a3ee-edc3bd633994'),
(125896,57,38808,NULL,9809,8,'2026-03-05 20:43:40','2026-03-05 20:43:40','1740ab3f-add4-4623-a5fa-2959c4a4f7f6'),
(125897,57,38808,NULL,9812,9,'2026-03-05 20:43:40','2026-03-05 20:43:40','e41102cc-60ac-491c-90d3-0e85651436b8'),
(125898,57,38808,NULL,9813,10,'2026-03-05 20:43:40','2026-03-05 20:43:40','a6450ff0-3f3b-4b2e-9341-ed5c83543257'),
(125899,13,38808,NULL,6925,1,'2026-03-05 20:43:40','2026-03-05 20:43:40','9397f74a-24dc-4ccc-b024-96c182318f72'),
(125900,32,38809,NULL,2614,1,'2026-03-05 20:44:08','2026-03-05 20:44:08','b3629473-b040-478c-9ad6-c7a00169b1b2'),
(125901,32,38809,NULL,2610,2,'2026-03-05 20:44:08','2026-03-05 20:44:08','8f175484-ec33-4918-8b42-19d9e06592c9'),
(125902,32,38809,NULL,2598,3,'2026-03-05 20:44:08','2026-03-05 20:44:08','db1bc85f-3f4c-4963-bfae-cacf74a4de14'),
(125903,32,38809,NULL,2608,4,'2026-03-05 20:44:08','2026-03-05 20:44:08','aa06c2f1-c5ed-4c49-ba61-edb7a0fd697d'),
(125904,32,38809,NULL,2624,5,'2026-03-05 20:44:08','2026-03-05 20:44:08','9a1d0aa4-b797-4068-bbc6-b95a3d96feb8'),
(125905,32,38809,NULL,2600,6,'2026-03-05 20:44:08','2026-03-05 20:44:08','a5a4cc08-eb80-4c48-bd31-b8e77b678f95'),
(125906,32,38809,NULL,2596,7,'2026-03-05 20:44:08','2026-03-05 20:44:08','4f3d9c55-b935-4a57-a276-db9102264665'),
(125907,32,38809,NULL,2602,8,'2026-03-05 20:44:08','2026-03-05 20:44:08','a31d14ab-c08a-465a-ab35-91e3950079d7'),
(125908,32,38809,NULL,2606,9,'2026-03-05 20:44:08','2026-03-05 20:44:08','b95db810-fa38-426b-b795-abb59bf77fc2'),
(125909,32,38809,NULL,2612,10,'2026-03-05 20:44:08','2026-03-05 20:44:08','207bbe70-cb27-48d9-9b59-ef5ece52130d'),
(125910,32,38809,NULL,2604,11,'2026-03-05 20:44:08','2026-03-05 20:44:08','13c8889e-bb66-441b-b502-e469243aa1a0'),
(125911,16,38809,NULL,9852,1,'2026-03-05 20:44:08','2026-03-05 20:44:08','59e7422a-5ee0-4c74-b2bd-ce4d49c9573b'),
(125912,7,38809,NULL,605,1,'2026-03-05 20:44:08','2026-03-05 20:44:08','2322fb47-d9d5-450d-849a-70fe5b9c3aa4'),
(125913,7,38809,NULL,617,2,'2026-03-05 20:44:08','2026-03-05 20:44:08','54322168-cdbe-46dd-87a7-ed0d907218de'),
(125914,7,38809,NULL,9552,3,'2026-03-05 20:44:08','2026-03-05 20:44:08','c9532d5c-5627-4c8d-87bd-63f62a54a761'),
(125915,46,38809,NULL,2891,1,'2026-03-05 20:44:08','2026-03-05 20:44:08','4d250bd1-38e8-4faa-a453-3ac4534c94a6'),
(125916,47,38809,NULL,12352,1,'2026-03-05 20:44:08','2026-03-05 20:44:08','5478f225-81e1-43e3-946b-3d1af1e6762c'),
(125917,57,38809,NULL,9861,1,'2026-03-05 20:44:08','2026-03-05 20:44:08','543b8a6c-2117-40c3-855d-498a42fcb92a'),
(125918,57,38809,NULL,9866,2,'2026-03-05 20:44:08','2026-03-05 20:44:08','00d19317-81c1-4574-8d5a-732430a46c07'),
(125919,57,38809,NULL,9865,3,'2026-03-05 20:44:08','2026-03-05 20:44:08','3b210b11-c89f-44bf-b0f2-d86ad7041ac4'),
(125920,57,38809,NULL,9862,4,'2026-03-05 20:44:08','2026-03-05 20:44:08','49e1fd1c-b46c-4d25-a63c-6fea267d7171'),
(125921,57,38809,NULL,9859,5,'2026-03-05 20:44:08','2026-03-05 20:44:08','8f53edf0-252b-4370-a342-0e06b4c433ca'),
(125922,57,38809,NULL,9864,6,'2026-03-05 20:44:08','2026-03-05 20:44:08','86254be2-b8a7-42d8-a3ef-57b87ed2e04e'),
(125923,57,38809,NULL,9868,7,'2026-03-05 20:44:08','2026-03-05 20:44:08','6fb45e44-3542-4708-a145-8e511450006b'),
(125924,57,38809,NULL,9869,8,'2026-03-05 20:44:08','2026-03-05 20:44:08','be07291b-7d60-4650-95b4-b62e030ca590'),
(125925,57,38809,NULL,9870,9,'2026-03-05 20:44:08','2026-03-05 20:44:08','8e577920-3a60-477b-bd0e-41dd044b5d5f'),
(125926,57,38809,NULL,9871,10,'2026-03-05 20:44:08','2026-03-05 20:44:08','c5ea1d61-9a9f-4777-8290-d8cdf17dbdc7'),
(125927,57,38809,NULL,9872,11,'2026-03-05 20:44:08','2026-03-05 20:44:08','b770e1ce-40f7-41bf-a01d-138c61c6b785'),
(125928,57,38809,NULL,9873,12,'2026-03-05 20:44:08','2026-03-05 20:44:08','2530f096-00d3-48fc-ba3f-0ec49f3e4c41'),
(125929,57,38809,NULL,9874,13,'2026-03-05 20:44:08','2026-03-05 20:44:08','3a14132b-82ae-4498-a49f-eb72f113f001'),
(125930,57,38809,NULL,9876,14,'2026-03-05 20:44:08','2026-03-05 20:44:08','a2b9896e-6418-410d-b735-107ecfa791bf'),
(125931,13,38809,NULL,6927,1,'2026-03-05 20:44:08','2026-03-05 20:44:08','733b9dc4-9e01-4641-8f97-248e2c9086c5'),
(125932,32,38810,NULL,2614,1,'2026-03-05 20:44:38','2026-03-05 20:44:38','464120cb-7fb0-4e44-b133-d7c5269e7b67'),
(125933,32,38810,NULL,2610,2,'2026-03-05 20:44:38','2026-03-05 20:44:38','999a4ba7-d8cb-4ca6-aa21-0447c04e59d4'),
(125934,32,38810,NULL,2598,3,'2026-03-05 20:44:38','2026-03-05 20:44:38','c62b91ea-5463-4d61-9fa8-ce2a4db18130'),
(125935,32,38810,NULL,2608,4,'2026-03-05 20:44:38','2026-03-05 20:44:38','3dec5ce8-2d4b-41fe-9dfc-f51325e76650'),
(125936,32,38810,NULL,2600,5,'2026-03-05 20:44:38','2026-03-05 20:44:38','46f3acbe-33c9-4b6a-a103-e70b1bc7ec9d'),
(125937,32,38810,NULL,2596,6,'2026-03-05 20:44:38','2026-03-05 20:44:38','72f4f7ee-02ac-4d9d-96c2-1c025074bff9'),
(125938,32,38810,NULL,2602,7,'2026-03-05 20:44:38','2026-03-05 20:44:38','25713334-a783-483d-9ec9-7b6676dd3966'),
(125939,32,38810,NULL,2606,8,'2026-03-05 20:44:38','2026-03-05 20:44:38','e29bfb89-c68f-4672-840e-7d163dec868d'),
(125940,32,38810,NULL,2612,9,'2026-03-05 20:44:38','2026-03-05 20:44:38','78ee42a1-f692-41c4-8af7-fcf151605a65'),
(125941,32,38810,NULL,2604,10,'2026-03-05 20:44:38','2026-03-05 20:44:38','e7a95b02-e4a4-40bd-9972-e45a5669fcd7'),
(125942,16,38810,NULL,9181,1,'2026-03-05 20:44:38','2026-03-05 20:44:38','e793599d-ec1f-4315-b949-2e384af7b8ab'),
(125943,7,38810,NULL,2969,1,'2026-03-05 20:44:38','2026-03-05 20:44:38','85c19f1c-a0f4-4aa6-bdd4-1359fbf0a364'),
(125944,7,38810,NULL,605,2,'2026-03-05 20:44:38','2026-03-05 20:44:38','fcf89554-09ef-4c4e-99bd-e040e524aa24'),
(125945,7,38810,NULL,617,3,'2026-03-05 20:44:38','2026-03-05 20:44:38','be3d2460-4944-44c2-a1d6-5569a90db370'),
(125946,7,38810,NULL,9552,4,'2026-03-05 20:44:38','2026-03-05 20:44:38','2f1a604f-4d9e-419a-8ac6-2afe80d62d2d'),
(125947,47,38810,NULL,12355,1,'2026-03-05 20:44:38','2026-03-05 20:44:38','226a2c8a-985a-452c-beb8-3f656d81fce4'),
(125948,57,38810,NULL,9184,1,'2026-03-05 20:44:38','2026-03-05 20:44:38','daf3692a-29cf-4f64-8c22-7f1114799c12'),
(125949,57,38810,NULL,9185,2,'2026-03-05 20:44:38','2026-03-05 20:44:38','72cb3dce-cf49-4e65-8706-45e5ecd1e033'),
(125950,57,38810,NULL,9186,3,'2026-03-05 20:44:38','2026-03-05 20:44:38','56d6a4fe-e871-40f8-83c9-8940ca362040'),
(125951,57,38810,NULL,9187,4,'2026-03-05 20:44:38','2026-03-05 20:44:38','dde37f13-934e-4591-bbd2-9e1044995e74'),
(125952,57,38810,NULL,9188,5,'2026-03-05 20:44:38','2026-03-05 20:44:38','2a49025b-64dd-466b-ab45-0c8334685192'),
(125953,57,38810,NULL,9189,6,'2026-03-05 20:44:38','2026-03-05 20:44:38','532e2254-e573-486b-af01-38a75826ea06'),
(125954,57,38810,NULL,9190,7,'2026-03-05 20:44:38','2026-03-05 20:44:38','fce72f74-55d2-4f9a-87b6-b12faa1d8fcf'),
(125955,57,38810,NULL,9191,8,'2026-03-05 20:44:38','2026-03-05 20:44:38','862dff4c-8146-4358-9332-e518596de5d5'),
(125956,57,38810,NULL,9192,9,'2026-03-05 20:44:38','2026-03-05 20:44:38','474c6574-7b36-4762-9896-d1cf4dade18a'),
(125957,57,38810,NULL,9193,10,'2026-03-05 20:44:38','2026-03-05 20:44:38','edc871e1-5add-4d2a-8412-75c8ede9dae7'),
(125958,13,38810,NULL,6931,1,'2026-03-05 20:44:38','2026-03-05 20:44:38','388c9137-407c-40e5-9a58-39c4a23111f9'),
(125989,13,1383,NULL,38811,1,'2026-03-05 20:44:56','2026-03-05 20:44:56','047da1ee-cfdb-4a27-a33a-0e522bf3d7e2'),
(125990,32,38813,NULL,2614,1,'2026-03-05 20:44:56','2026-03-05 20:44:56','f0a3b867-8a04-43e0-be34-5be9caccbbf2'),
(125991,32,38813,NULL,2610,2,'2026-03-05 20:44:56','2026-03-05 20:44:56','4765abeb-86ad-4393-af11-fb4915f957c9'),
(125992,32,38813,NULL,2598,3,'2026-03-05 20:44:56','2026-03-05 20:44:56','0a58a4de-17ef-458b-86bd-c494de3f3691'),
(125993,32,38813,NULL,2608,4,'2026-03-05 20:44:56','2026-03-05 20:44:56','049e453d-923d-4cbf-9655-46a1d04937b1'),
(125994,32,38813,NULL,2600,5,'2026-03-05 20:44:56','2026-03-05 20:44:56','85606c97-411d-4df5-af5d-69bcaea0ad9b'),
(125995,32,38813,NULL,2596,6,'2026-03-05 20:44:56','2026-03-05 20:44:56','981e5072-8ff7-4d10-8c36-90e69b392c8e'),
(125996,32,38813,NULL,2602,7,'2026-03-05 20:44:56','2026-03-05 20:44:56','e18c2db8-b347-4797-bfe2-28ee0618b836'),
(125997,32,38813,NULL,2612,8,'2026-03-05 20:44:56','2026-03-05 20:44:56','5ff23ca9-800d-4856-ad67-714227b22545'),
(125998,32,38813,NULL,2604,9,'2026-03-05 20:44:56','2026-03-05 20:44:56','0639223d-d199-45df-b96a-661d8cc72bb7'),
(125999,32,38813,NULL,2606,10,'2026-03-05 20:44:56','2026-03-05 20:44:56','a83c9eed-404c-4e86-a730-c73e7a892037'),
(126000,16,38813,NULL,9901,1,'2026-03-05 20:44:56','2026-03-05 20:44:56','313a8246-7256-4e08-9e04-5bd90271685f'),
(126001,7,38813,NULL,605,1,'2026-03-05 20:44:56','2026-03-05 20:44:56','2043e408-8e19-4211-a965-1b596153b0e5'),
(126002,7,38813,NULL,617,2,'2026-03-05 20:44:56','2026-03-05 20:44:56','cbc54fef-f3cc-4a09-905c-3b48cb1eca08'),
(126003,7,38813,NULL,9552,3,'2026-03-05 20:44:56','2026-03-05 20:44:56','4c82d5d5-785e-4b92-ae47-bf29b9dd39cb'),
(126004,82,38813,NULL,479,1,'2026-03-05 20:44:56','2026-03-05 20:44:56','45cd4837-21d5-4051-ac13-02514b3234b3'),
(126005,47,38813,NULL,12358,1,'2026-03-05 20:44:56','2026-03-05 20:44:56','91ce1d7e-fc81-48e4-974f-afb147d47293'),
(126006,57,38813,NULL,9903,1,'2026-03-05 20:44:56','2026-03-05 20:44:56','bf3fa1bb-42f8-4069-af57-65f971b9fe49'),
(126007,57,38813,NULL,9904,2,'2026-03-05 20:44:56','2026-03-05 20:44:56','8cf41ce9-6a1d-40e5-929d-96388b34e437'),
(126008,57,38813,NULL,9907,3,'2026-03-05 20:44:56','2026-03-05 20:44:56','815b49e7-d0f8-4836-92d3-68f7474fcbf8'),
(126009,57,38813,NULL,9908,4,'2026-03-05 20:44:56','2026-03-05 20:44:56','45b59d55-b9f3-4d7a-90df-e72907ade0e4'),
(126010,57,38813,NULL,9909,5,'2026-03-05 20:44:56','2026-03-05 20:44:56','b38ec1c0-21ca-4aff-8684-fb46d812eca2'),
(126011,57,38813,NULL,9910,6,'2026-03-05 20:44:56','2026-03-05 20:44:56','a0f14ddd-3531-428b-86b7-b819459350bb'),
(126012,57,38813,NULL,9911,7,'2026-03-05 20:44:56','2026-03-05 20:44:56','985a1771-f64c-416d-9b97-e3b247a2fc41'),
(126013,57,38813,NULL,9912,8,'2026-03-05 20:44:56','2026-03-05 20:44:56','827db924-379d-4c22-8195-fbd58ffaa4d6'),
(126014,57,38813,NULL,9913,9,'2026-03-05 20:44:56','2026-03-05 20:44:56','be7da5cf-68c1-4e66-9c39-776243778f73'),
(126015,57,38813,NULL,9914,10,'2026-03-05 20:44:56','2026-03-05 20:44:56','2f503c2d-2c51-4cc8-a510-44731bb1d4b4'),
(126016,57,38813,NULL,9915,11,'2026-03-05 20:44:56','2026-03-05 20:44:56','c8eb8aa9-500c-4fbf-a95c-7a8801528060'),
(126017,57,38813,NULL,9905,12,'2026-03-05 20:44:56','2026-03-05 20:44:56','2274fa73-ea66-4b29-b6a8-abaacc2cdb7b'),
(126018,57,38813,NULL,9906,13,'2026-03-05 20:44:56','2026-03-05 20:44:56','8c14b5a0-5881-4291-8133-c16dfcb8fd4f'),
(126019,13,38813,NULL,38811,1,'2026-03-05 20:44:56','2026-03-05 20:44:56','3e19a7ff-ad36-42a1-8e7e-acec7d14cf52'),
(126046,13,1389,NULL,38814,1,'2026-03-05 20:45:29','2026-03-05 20:45:29','f0157766-5a38-473b-b4c0-b6307f4079ce'),
(126047,32,38816,NULL,2614,1,'2026-03-05 20:45:30','2026-03-05 20:45:30','c71fdd30-c6a8-4172-8661-4121b441f235'),
(126048,32,38816,NULL,2610,2,'2026-03-05 20:45:30','2026-03-05 20:45:30','3dca2445-cab5-4208-8eac-0b49eabee863'),
(126049,32,38816,NULL,2598,3,'2026-03-05 20:45:30','2026-03-05 20:45:30','724f4e2e-03dd-4b68-bc00-5afed5673a12'),
(126050,32,38816,NULL,2608,4,'2026-03-05 20:45:30','2026-03-05 20:45:30','9718d3dc-4464-45ab-95e4-98dfe9509b8a'),
(126051,32,38816,NULL,2624,5,'2026-03-05 20:45:30','2026-03-05 20:45:30','afb4ddda-a51c-4057-8360-2fc2b1859896'),
(126052,32,38816,NULL,2600,6,'2026-03-05 20:45:30','2026-03-05 20:45:30','50e907b7-5324-482e-b8ca-e7d1052bf653'),
(126053,32,38816,NULL,2596,7,'2026-03-05 20:45:30','2026-03-05 20:45:30','69ef5c19-0cdc-4dfb-8f77-6592d1f645f3'),
(126054,32,38816,NULL,2602,8,'2026-03-05 20:45:30','2026-03-05 20:45:30','cc2bcc4e-1499-4300-9075-cb9b68321b99'),
(126055,32,38816,NULL,2606,9,'2026-03-05 20:45:30','2026-03-05 20:45:30','50aeb7d6-c71c-45e8-9bbd-e59992aa692c'),
(126056,32,38816,NULL,2612,10,'2026-03-05 20:45:30','2026-03-05 20:45:30','e76bd841-d33a-46a0-abd5-82bbb74ec893'),
(126057,32,38816,NULL,2604,11,'2026-03-05 20:45:30','2026-03-05 20:45:30','e16283e5-342e-460d-ba18-87912ad95de4'),
(126058,16,38816,NULL,9204,1,'2026-03-05 20:45:30','2026-03-05 20:45:30','005a30f1-e160-4f5a-8d24-9579f1e57038'),
(126059,7,38816,NULL,3468,1,'2026-03-05 20:45:30','2026-03-05 20:45:30','9233827f-c906-4519-b093-e4818aadae46'),
(126060,7,38816,NULL,617,2,'2026-03-05 20:45:30','2026-03-05 20:45:30','3e15bb94-09db-410b-bc4b-7dc2f02ddf39'),
(126061,7,38816,NULL,605,3,'2026-03-05 20:45:30','2026-03-05 20:45:30','47c8cb17-2e6e-4bff-8ae7-1ff5a43f75f0'),
(126062,7,38816,NULL,9552,4,'2026-03-05 20:45:30','2026-03-05 20:45:30','e8edcf9b-603b-4a94-ba07-156b070de428'),
(126063,46,38816,NULL,2891,1,'2026-03-05 20:45:30','2026-03-05 20:45:30','48096d80-e409-4368-a0c9-a49b75d8aa05'),
(126064,47,38816,NULL,12360,1,'2026-03-05 20:45:30','2026-03-05 20:45:30','4c5f5d71-3aef-45c8-a5f6-592ceeed0a06'),
(126065,57,38816,NULL,9211,1,'2026-03-05 20:45:30','2026-03-05 20:45:30','424c48e8-75c5-4da4-8603-1f3d43c4d9eb'),
(126066,57,38816,NULL,9210,2,'2026-03-05 20:45:30','2026-03-05 20:45:30','e5cae42a-1fec-49ba-aab2-9924b1d877fa'),
(126067,57,38816,NULL,9213,3,'2026-03-05 20:45:30','2026-03-05 20:45:30','f5b9da8d-290c-420a-8663-9f360e9f9ccd'),
(126068,57,38816,NULL,9212,4,'2026-03-05 20:45:30','2026-03-05 20:45:30','859de2ce-2033-4304-b4b5-d7011795b68f'),
(126069,57,38816,NULL,9209,5,'2026-03-05 20:45:30','2026-03-05 20:45:30','fbd734b8-00d4-44cf-bf9d-acdfb1ed6fbb'),
(126070,57,38816,NULL,9207,6,'2026-03-05 20:45:30','2026-03-05 20:45:30','ac8f49fc-dc96-477a-aa8b-970c75c48b4f'),
(126071,57,38816,NULL,9208,7,'2026-03-05 20:45:30','2026-03-05 20:45:30','54465cba-0e7d-469f-83f8-98dae459bc62'),
(126072,13,38816,NULL,38814,1,'2026-03-05 20:45:30','2026-03-05 20:45:30','7c7dfacc-f1d7-4e54-b572-436c343a81d9'),
(126073,32,38817,NULL,2610,1,'2026-03-05 20:45:52','2026-03-05 20:45:52','8da38e0c-1fba-4169-953b-e8c5257d827b'),
(126074,32,38817,NULL,2598,2,'2026-03-05 20:45:52','2026-03-05 20:45:52','5c0c5a7b-2021-42cd-a617-8ce0e56455a6'),
(126075,32,38817,NULL,2600,3,'2026-03-05 20:45:52','2026-03-05 20:45:52','95bf50b7-6976-4887-aa1e-c564b557a453'),
(126076,32,38817,NULL,2606,4,'2026-03-05 20:45:52','2026-03-05 20:45:52','384abb59-69ec-45e9-8ae5-5393c3526ac4'),
(126077,32,38817,NULL,2604,5,'2026-03-05 20:45:52','2026-03-05 20:45:52','c4676e12-3ea6-4f0b-8de3-aed9ff38755b'),
(126078,32,38817,NULL,2614,6,'2026-03-05 20:45:52','2026-03-05 20:45:52','1d84986f-874e-4acf-8044-ed61fb23104c'),
(126079,32,38817,NULL,2608,7,'2026-03-05 20:45:52','2026-03-05 20:45:52','e32add48-5d1f-4d11-b9a3-dea6c7ad46c0'),
(126080,32,38817,NULL,2596,8,'2026-03-05 20:45:52','2026-03-05 20:45:52','e572c120-8637-4eb5-8b7e-1acb3206dfce'),
(126081,32,38817,NULL,2602,9,'2026-03-05 20:45:52','2026-03-05 20:45:52','703518f5-5f04-4533-8311-202e88f0273b'),
(126082,32,38817,NULL,2612,10,'2026-03-05 20:45:52','2026-03-05 20:45:52','9c46e553-fdd9-40bc-947e-258630f32954'),
(126083,16,38817,NULL,5191,1,'2026-03-05 20:45:52','2026-03-05 20:45:52','8f6cd27b-c85b-41d2-b02d-703664198dca'),
(126084,7,38817,NULL,2969,1,'2026-03-05 20:45:52','2026-03-05 20:45:52','290e2339-85d4-46cf-be02-32b00ad50756'),
(126085,7,38817,NULL,28766,2,'2026-03-05 20:45:52','2026-03-05 20:45:52','d36e326e-6544-4461-a65e-16406e07d83a'),
(126086,7,38817,NULL,617,3,'2026-03-05 20:45:52','2026-03-05 20:45:52','cbdd5d62-fece-4705-b670-d83bcb134479'),
(126087,7,38817,NULL,605,4,'2026-03-05 20:45:52','2026-03-05 20:45:52','944d0e89-11ed-4d67-9c30-c380e78b17c8'),
(126088,7,38817,NULL,9552,5,'2026-03-05 20:45:52','2026-03-05 20:45:52','ff29e97d-8418-4e7c-b66b-8b3d641c881e'),
(126089,47,38817,NULL,12370,1,'2026-03-05 20:45:52','2026-03-05 20:45:52','8ae9c75a-d32c-4641-8d6e-9a79ae26c312'),
(126090,57,38817,NULL,5185,1,'2026-03-05 20:45:52','2026-03-05 20:45:52','ff8f692e-ae3a-4471-92aa-81c41d66d577'),
(126091,57,38817,NULL,5186,2,'2026-03-05 20:45:52','2026-03-05 20:45:52','adea694c-f12d-45fd-a518-ede8a3a11597'),
(126092,57,38817,NULL,5187,3,'2026-03-05 20:45:52','2026-03-05 20:45:52','a7ec1fb3-67f4-480b-bc14-831d30a31c65'),
(126093,57,38817,NULL,5188,4,'2026-03-05 20:45:52','2026-03-05 20:45:52','a0f4e66b-543c-4c54-9a3d-fd0a3c19d19e'),
(126094,57,38817,NULL,5189,5,'2026-03-05 20:45:52','2026-03-05 20:45:52','5e9221d1-8c8f-46eb-8760-decd99331133'),
(126095,57,38817,NULL,5190,6,'2026-03-05 20:45:52','2026-03-05 20:45:52','8322951b-8334-47e5-b186-4b25789ad831'),
(126096,13,38817,NULL,24348,1,'2026-03-05 20:45:52','2026-03-05 20:45:52','39a108f6-37e5-48b8-934d-a960e5d2bc99'),
(126097,32,39213,NULL,2614,1,'2026-03-06 19:18:00','2026-03-06 19:18:00','080fdc89-9bfd-4175-bd06-5d7ce1d96406'),
(126098,32,39213,NULL,2610,2,'2026-03-06 19:18:00','2026-03-06 19:18:00','844f4bec-0e2b-41b6-99e9-1466a78671c1'),
(126099,32,39213,NULL,2598,3,'2026-03-06 19:18:00','2026-03-06 19:18:00','e8b9c099-6f2f-437e-83e7-a4457d415d6b'),
(126100,32,39213,NULL,2608,4,'2026-03-06 19:18:00','2026-03-06 19:18:00','bcc45ee6-4fdd-4c34-bc97-1d0ac288c48e'),
(126101,32,39213,NULL,2600,5,'2026-03-06 19:18:00','2026-03-06 19:18:00','19d44ced-608b-4584-bcd9-efe7bbf3b60b'),
(126102,32,39213,NULL,2596,6,'2026-03-06 19:18:00','2026-03-06 19:18:00','1cfc1264-e36f-4135-a7fd-36df91e63ab7'),
(126103,32,39213,NULL,2602,7,'2026-03-06 19:18:00','2026-03-06 19:18:00','6395c1a6-7a1d-4d2f-9bde-e806a5b2d528'),
(126104,32,39213,NULL,2604,8,'2026-03-06 19:18:00','2026-03-06 19:18:00','883f6c2a-c51c-4dd9-b264-4a72fe9ffb5a'),
(126105,32,39213,NULL,2606,9,'2026-03-06 19:18:00','2026-03-06 19:18:00','ec93e018-5e4b-4ab4-83cf-e196f2e6f949'),
(126106,32,39213,NULL,2612,10,'2026-03-06 19:18:00','2026-03-06 19:18:00','8abd2caa-fd83-4e03-be6f-ca73637cf8a0'),
(126107,16,39213,NULL,3158,1,'2026-03-06 19:18:00','2026-03-06 19:18:00','42bb5062-7a7f-49cb-941b-084ac24cc8ec'),
(126108,7,39213,NULL,601,1,'2026-03-06 19:18:00','2026-03-06 19:18:00','4b53a051-c0be-4de7-ba17-a1ba6746787e'),
(126109,7,39213,NULL,2974,2,'2026-03-06 19:18:00','2026-03-06 19:18:00','07f0d4a9-fc6d-457f-b593-782e26d12aee'),
(126110,7,39213,NULL,617,3,'2026-03-06 19:18:00','2026-03-06 19:18:00','ea9b37ff-d9b5-4b96-9391-89db8c4aadac'),
(126111,7,39213,NULL,605,4,'2026-03-06 19:18:00','2026-03-06 19:18:00','e333e5b6-b6b3-422b-ade7-c44356817cee'),
(126112,7,39213,NULL,9552,5,'2026-03-06 19:18:00','2026-03-06 19:18:00','393cbeac-7771-405f-965c-94f59335601a'),
(126113,47,39213,NULL,14983,1,'2026-03-06 19:18:00','2026-03-06 19:18:00','447f888b-74dd-4d6f-b4e8-c96dff1ccad6'),
(126114,57,39213,NULL,7838,1,'2026-03-06 19:18:00','2026-03-06 19:18:00','367c4b0c-12d2-46ab-bc81-bd834400873a'),
(126115,57,39213,NULL,7840,2,'2026-03-06 19:18:00','2026-03-06 19:18:00','03e23d16-cdbe-42da-8777-60843a4112fa'),
(126116,57,39213,NULL,7839,3,'2026-03-06 19:18:00','2026-03-06 19:18:00','fa6f5d2c-98d8-48e7-acd2-8c73f3336124'),
(126117,57,39213,NULL,7841,4,'2026-03-06 19:18:00','2026-03-06 19:18:00','ea60893e-e572-4391-b7eb-6e57a3e096de'),
(126118,57,39213,NULL,7842,5,'2026-03-06 19:18:00','2026-03-06 19:18:00','24e299e7-3c5e-4623-99e7-d2acc63d871a'),
(126119,13,39213,NULL,23863,1,'2026-03-06 19:18:00','2026-03-06 19:18:00','9e9b91a2-31cd-4882-9a54-58108b81c320'),
(126146,32,40279,NULL,2614,1,'2026-03-09 13:38:56','2026-03-09 13:38:56','31986225-8d82-437f-8f28-67726fa097de'),
(126147,32,40279,NULL,2610,2,'2026-03-09 13:38:56','2026-03-09 13:38:56','98e48fce-0235-4487-b309-8ff88359d60f'),
(126148,32,40279,NULL,2598,3,'2026-03-09 13:38:56','2026-03-09 13:38:56','c39ffd90-d3f6-4b1c-a570-66e2e5534b45'),
(126149,32,40279,NULL,2600,4,'2026-03-09 13:38:56','2026-03-09 13:38:56','7054c557-3246-4c8a-a2a4-c066122dc4cd'),
(126150,32,40279,NULL,2612,5,'2026-03-09 13:38:56','2026-03-09 13:38:56','6733eea1-08d8-483c-a341-a5e1093cb944'),
(126151,32,40279,NULL,2604,6,'2026-03-09 13:38:56','2026-03-09 13:38:56','2441e480-f809-417a-bb62-52ff86240ff2'),
(126152,32,40279,NULL,2608,7,'2026-03-09 13:38:56','2026-03-09 13:38:56','42b415b4-d997-427f-9ba8-8bb278ade907'),
(126153,32,40279,NULL,2596,8,'2026-03-09 13:38:56','2026-03-09 13:38:56','8b55dbd2-f07f-40e6-83c7-450a41fc1b32'),
(126154,32,40279,NULL,2602,9,'2026-03-09 13:38:56','2026-03-09 13:38:56','c3f8c2cd-5e65-4349-8eaf-c97442e0d45d'),
(126155,32,40279,NULL,2606,10,'2026-03-09 13:38:56','2026-03-09 13:38:56','d814babe-6338-4cf3-a0c5-874e9b9e5371'),
(126156,16,40279,NULL,3722,1,'2026-03-09 13:38:56','2026-03-09 13:38:56','29dc3a0f-a608-41e4-9b55-18a370a8d2af'),
(126157,7,40279,NULL,3468,1,'2026-03-09 13:38:56','2026-03-09 13:38:56','5e31ebea-2f94-4bb3-be64-61b6d548f6e4'),
(126158,7,40279,NULL,601,2,'2026-03-09 13:38:56','2026-03-09 13:38:56','a116a6e2-bc45-48b4-81c4-12948365a74b'),
(126159,7,40279,NULL,9640,3,'2026-03-09 13:38:56','2026-03-09 13:38:56','d17aa1fa-3722-4b75-8882-d7073d067eb2'),
(126160,7,40279,NULL,617,4,'2026-03-09 13:38:56','2026-03-09 13:38:56','793a77af-0cf6-4351-8bac-260ae0ebc1ea'),
(126161,7,40279,NULL,605,5,'2026-03-09 13:38:56','2026-03-09 13:38:56','3400bb30-054b-4ac7-a3f0-9bdd4977d229'),
(126162,7,40279,NULL,9552,6,'2026-03-09 13:38:56','2026-03-09 13:38:56','4f451cca-2a67-4bf9-b771-9bd2a55123ea'),
(126163,7,40279,NULL,9549,7,'2026-03-09 13:38:56','2026-03-09 13:38:56','110712dd-1001-431b-8b16-043a7c919ac0'),
(126164,82,40279,NULL,479,1,'2026-03-09 13:38:56','2026-03-09 13:38:56','1a32efaa-edad-4bd6-b469-f53fb934b624'),
(126165,47,40279,NULL,12386,1,'2026-03-09 13:38:56','2026-03-09 13:38:56','2c1c9b6a-0903-4759-9f99-77e7b360e458'),
(126166,57,40279,NULL,8024,1,'2026-03-09 13:38:56','2026-03-09 13:38:56','0a35ac01-560b-43a7-9a6f-4ec9c4e5dede'),
(126167,57,40279,NULL,8025,2,'2026-03-09 13:38:56','2026-03-09 13:38:56','00bedbd6-c607-4764-9d1b-d5e1ecfa37d0'),
(126168,57,40279,NULL,8027,3,'2026-03-09 13:38:56','2026-03-09 13:38:56','9b657615-f230-44d1-a3f3-836a64ac8677'),
(126169,57,40279,NULL,8026,4,'2026-03-09 13:38:56','2026-03-09 13:38:56','ea342a3f-b110-4206-bfc6-337e7a0e5d58'),
(126170,13,40279,NULL,23704,1,'2026-03-09 13:38:56','2026-03-09 13:38:56','be353b1e-da6e-4e7e-b214-0511ad866ea2'),
(126171,32,40281,NULL,2614,1,'2026-03-09 13:40:13','2026-03-09 13:40:13','b86922da-5134-446c-8a83-6b9e341ea1f3'),
(126172,32,40281,NULL,2610,2,'2026-03-09 13:40:13','2026-03-09 13:40:13','3100f52f-f549-46f0-8d89-5194f55df1f4'),
(126173,32,40281,NULL,2598,3,'2026-03-09 13:40:13','2026-03-09 13:40:13','92adeac9-22cb-46cf-81a5-b2f3eaeb8ec8'),
(126174,32,40281,NULL,2600,4,'2026-03-09 13:40:13','2026-03-09 13:40:13','1e878fe4-fc74-48b8-b279-414122d1f170'),
(126175,32,40281,NULL,2612,5,'2026-03-09 13:40:13','2026-03-09 13:40:13','fc1b9443-c271-453e-906a-be9dcafadb74'),
(126176,32,40281,NULL,2604,6,'2026-03-09 13:40:13','2026-03-09 13:40:13','d5ce074e-77a1-48c2-ab7b-df74bbebac61'),
(126177,32,40281,NULL,2608,7,'2026-03-09 13:40:13','2026-03-09 13:40:13','9b960cbe-39a0-406e-b563-b0ecd5dab5ca'),
(126178,32,40281,NULL,2596,8,'2026-03-09 13:40:13','2026-03-09 13:40:13','b2e6ebba-8ad6-43de-a317-adc9e1865074'),
(126179,32,40281,NULL,2602,9,'2026-03-09 13:40:13','2026-03-09 13:40:13','5581912c-0bbe-411a-b03a-8ccdf4cb342d'),
(126180,32,40281,NULL,2606,10,'2026-03-09 13:40:13','2026-03-09 13:40:13','1ff3e943-d6e1-4e1c-a533-24a989705264'),
(126181,16,40281,NULL,3722,1,'2026-03-09 13:40:13','2026-03-09 13:40:13','9502e9ec-5e40-4518-a145-25f5a2c52ca6'),
(126182,7,40281,NULL,3468,1,'2026-03-09 13:40:13','2026-03-09 13:40:13','4cc8b0ff-5115-448e-ba3c-2fe759973072'),
(126183,7,40281,NULL,601,2,'2026-03-09 13:40:13','2026-03-09 13:40:13','6f8c8edc-8821-4e07-b558-0e5d00ac8df5'),
(126184,7,40281,NULL,9640,3,'2026-03-09 13:40:13','2026-03-09 13:40:13','786afaa6-1916-4a41-9f83-d2260a04bdeb'),
(126185,7,40281,NULL,617,4,'2026-03-09 13:40:13','2026-03-09 13:40:13','0ef28a8e-f011-457b-998d-3a753e1070bc'),
(126186,7,40281,NULL,605,5,'2026-03-09 13:40:13','2026-03-09 13:40:13','3f82828c-aeec-46fe-9d3a-1b946988ba48'),
(126187,7,40281,NULL,9552,6,'2026-03-09 13:40:13','2026-03-09 13:40:13','42a1d129-0f4d-4b51-9666-f73b82feeca9'),
(126188,7,40281,NULL,9549,7,'2026-03-09 13:40:13','2026-03-09 13:40:13','8bc38bbb-68e9-4419-9d23-04d869b935da'),
(126189,82,40281,NULL,479,1,'2026-03-09 13:40:13','2026-03-09 13:40:13','4998205e-9645-4c75-a552-27867ab25736'),
(126190,47,40281,NULL,12386,1,'2026-03-09 13:40:13','2026-03-09 13:40:13','4310195c-27a7-432e-adf7-2f6eb26f745b'),
(126191,57,40281,NULL,8024,1,'2026-03-09 13:40:13','2026-03-09 13:40:13','1402dc0e-6fc0-4990-9c70-17f5ef5b34b0'),
(126192,57,40281,NULL,8025,2,'2026-03-09 13:40:13','2026-03-09 13:40:13','5834b299-d33c-4054-b80a-7c72f56f1d05'),
(126193,57,40281,NULL,8027,3,'2026-03-09 13:40:13','2026-03-09 13:40:13','dd0cfcdc-063b-4ffe-9650-ce758d0eb18f'),
(126194,57,40281,NULL,8026,4,'2026-03-09 13:40:13','2026-03-09 13:40:13','fc68d04f-3900-4915-8265-b71ff433aa5f'),
(126195,13,40281,NULL,23704,1,'2026-03-09 13:40:13','2026-03-09 13:40:13','729ddd7f-508f-49c6-a32f-de65ab9fd1e8'),
(126225,32,40346,NULL,2610,1,'2026-03-09 14:56:17','2026-03-09 14:56:17','5ed40592-6fd8-4b00-9502-775e131b73f5'),
(126226,32,40346,NULL,2598,2,'2026-03-09 14:56:17','2026-03-09 14:56:17','ab391c2d-3a5f-4a52-bdca-a8c5dd91d01f'),
(126227,32,40346,NULL,2600,3,'2026-03-09 14:56:17','2026-03-09 14:56:17','6436dedb-b222-41a1-beed-24ffcd60b28f'),
(126228,32,40346,NULL,2604,4,'2026-03-09 14:56:17','2026-03-09 14:56:17','711beafe-f5d8-494b-81a6-85e6a20297a6'),
(126229,32,40346,NULL,2608,5,'2026-03-09 14:56:17','2026-03-09 14:56:17','4c66363b-1398-48eb-b130-5f4bd701aa3d'),
(126230,32,40346,NULL,2596,6,'2026-03-09 14:56:17','2026-03-09 14:56:17','a70bbb5a-be41-4017-ba11-53181d6450e5'),
(126231,32,40346,NULL,2602,7,'2026-03-09 14:56:17','2026-03-09 14:56:17','7d08c436-195f-4abd-b9d9-c0f6c54e5617'),
(126232,32,40346,NULL,2606,8,'2026-03-09 14:56:17','2026-03-09 14:56:17','a284130b-2d03-43f6-946f-1abca4b23847'),
(126233,32,40346,NULL,2612,9,'2026-03-09 14:56:17','2026-03-09 14:56:17','43f450d9-6088-4c15-a3c7-c5fdcffc6b23'),
(126234,16,40346,NULL,9420,1,'2026-03-09 14:56:17','2026-03-09 14:56:17','daa3cef2-9258-4338-80be-d8156416ba15'),
(126235,7,40346,NULL,6547,1,'2026-03-09 14:56:17','2026-03-09 14:56:17','61818df5-924b-4b53-852d-7cb533e4f947'),
(126236,7,40346,NULL,601,2,'2026-03-09 14:56:17','2026-03-09 14:56:17','32563cf6-ddbf-4159-8b77-2f17de0b2648'),
(126237,7,40346,NULL,28766,3,'2026-03-09 14:56:17','2026-03-09 14:56:17','49a6d755-5789-47b7-a2fb-6fd721836d2f'),
(126238,7,40346,NULL,617,4,'2026-03-09 14:56:17','2026-03-09 14:56:17','0d2780f3-c7b4-429d-9aa6-ab50db33d3de'),
(126239,7,40346,NULL,605,5,'2026-03-09 14:56:17','2026-03-09 14:56:17','ed17740c-cb5b-440d-9796-1394a6aacbde'),
(126240,7,40346,NULL,9552,6,'2026-03-09 14:56:17','2026-03-09 14:56:17','7a7addfd-2dcc-47b9-a614-c16045f24b09'),
(126241,82,40346,NULL,491,1,'2026-03-09 14:56:17','2026-03-09 14:56:17','c934fc65-1e95-47c6-887d-2a0bc344a813'),
(126242,47,40346,NULL,12413,1,'2026-03-09 14:56:17','2026-03-09 14:56:17','e7b32a45-bd01-4a36-8b43-8c35212a90a6'),
(126243,57,40346,NULL,8141,1,'2026-03-09 14:56:17','2026-03-09 14:56:17','ab3da68b-8a83-412a-8557-d4f5e333d95f'),
(126244,57,40346,NULL,5129,2,'2026-03-09 14:56:17','2026-03-09 14:56:17','24433982-d827-419e-ad27-acd83ac1a9f1'),
(126245,57,40346,NULL,5127,3,'2026-03-09 14:56:17','2026-03-09 14:56:17','62a76b9e-a001-4897-bbfb-7dbe3e81492a'),
(126246,57,40346,NULL,8142,4,'2026-03-09 14:56:17','2026-03-09 14:56:17','2b7fa30b-be0c-4c88-8f13-5a68a8914856'),
(126247,57,40346,NULL,9423,5,'2026-03-09 14:56:17','2026-03-09 14:56:17','a7ce29d4-76f8-46fb-98d0-7861e9e373ac'),
(126248,57,40346,NULL,9424,6,'2026-03-09 14:56:17','2026-03-09 14:56:17','023163f0-8e41-44ab-82fd-1c994179f811'),
(126249,57,40346,NULL,9425,7,'2026-03-09 14:56:17','2026-03-09 14:56:17','6be73006-2d88-4d11-8980-bf6f75c259d3'),
(126250,57,40346,NULL,9426,8,'2026-03-09 14:56:17','2026-03-09 14:56:17','fe1e8fc0-2567-4a28-b355-5bc21d3debf2'),
(126251,57,40346,NULL,9427,9,'2026-03-09 14:56:17','2026-03-09 14:56:17','f0a63e80-7775-46b7-8d09-e37885998c1c'),
(126252,13,40346,NULL,23725,1,'2026-03-09 14:56:17','2026-03-09 14:56:17','4e716f7a-5e19-462a-9961-ac9cfe0402f3'),
(126282,32,40357,NULL,2610,1,'2026-03-09 15:07:17','2026-03-09 15:07:17','3519a9bf-7840-4879-a6c3-ea057cd60406'),
(126283,32,40357,NULL,2598,2,'2026-03-09 15:07:17','2026-03-09 15:07:17','fbe0cce0-46c5-43cc-9cad-7a25048fafeb'),
(126284,32,40357,NULL,2600,3,'2026-03-09 15:07:17','2026-03-09 15:07:17','65c8d992-e4e9-4d1b-99f6-3cb4a8224468'),
(126285,32,40357,NULL,2604,4,'2026-03-09 15:07:17','2026-03-09 15:07:17','d7feb230-4fd5-4efe-a60b-6a931e6796b8'),
(126286,32,40357,NULL,2608,5,'2026-03-09 15:07:17','2026-03-09 15:07:17','eea66a4d-b8fb-4b0f-8038-eb487611923b'),
(126287,32,40357,NULL,2596,6,'2026-03-09 15:07:17','2026-03-09 15:07:17','d3332b8e-8aa7-4612-9916-3ecab3597ba6'),
(126288,32,40357,NULL,2602,7,'2026-03-09 15:07:17','2026-03-09 15:07:17','accec65c-fed7-40e5-adcc-dfbd53fbee60'),
(126289,32,40357,NULL,2606,8,'2026-03-09 15:07:17','2026-03-09 15:07:17','1b57e4c8-454f-4b00-a274-e17ef296a077'),
(126290,32,40357,NULL,2612,9,'2026-03-09 15:07:17','2026-03-09 15:07:17','bbe5aed7-6d72-4436-a619-527998ffc241'),
(126291,16,40357,NULL,9420,1,'2026-03-09 15:07:17','2026-03-09 15:07:17','0ae5d9f3-9989-4a65-92fd-66a7cb2d6562'),
(126292,7,40357,NULL,6547,1,'2026-03-09 15:07:17','2026-03-09 15:07:17','0284045b-955d-4766-9024-bdb06af58fcf'),
(126293,7,40357,NULL,601,2,'2026-03-09 15:07:17','2026-03-09 15:07:17','1902f925-ff37-4f7d-a6d2-ca24d81e1ab1'),
(126294,7,40357,NULL,28766,3,'2026-03-09 15:07:17','2026-03-09 15:07:17','17f7e69f-f570-46e0-97ac-43273d6f5280'),
(126295,7,40357,NULL,617,4,'2026-03-09 15:07:17','2026-03-09 15:07:17','c12d8031-c12f-414f-8364-5c9e4ee3148f'),
(126296,7,40357,NULL,605,5,'2026-03-09 15:07:17','2026-03-09 15:07:17','3543e8af-28de-4b1e-a8de-27a731d68f9e'),
(126297,7,40357,NULL,9552,6,'2026-03-09 15:07:17','2026-03-09 15:07:17','3124d313-bdf0-45b2-8c61-fc03bf228f0d'),
(126298,82,40357,NULL,491,1,'2026-03-09 15:07:17','2026-03-09 15:07:17','dab9bcfa-c09c-4566-b96b-8f879b112d93'),
(126299,47,40357,NULL,12413,1,'2026-03-09 15:07:17','2026-03-09 15:07:17','2064f534-243b-4145-b059-3639554a5491'),
(126300,57,40357,NULL,8141,1,'2026-03-09 15:07:17','2026-03-09 15:07:17','0aa82290-0baa-4e21-8de8-ec9301190179'),
(126301,57,40357,NULL,5129,2,'2026-03-09 15:07:17','2026-03-09 15:07:17','283c91a0-3184-4afe-a452-09f990593769'),
(126302,57,40357,NULL,5127,3,'2026-03-09 15:07:17','2026-03-09 15:07:17','768c30ac-c07a-464a-85c1-f0564d68cba4'),
(126303,57,40357,NULL,8142,4,'2026-03-09 15:07:17','2026-03-09 15:07:17','759c04f7-29a3-4f93-aaa9-ef247777d0db'),
(126304,57,40357,NULL,9423,5,'2026-03-09 15:07:17','2026-03-09 15:07:17','544b38e9-f8a8-4f74-b858-c1b48e238784'),
(126305,57,40357,NULL,9424,6,'2026-03-09 15:07:17','2026-03-09 15:07:17','68d269b7-f114-416d-a469-65d36ebc20e3'),
(126306,57,40357,NULL,9425,7,'2026-03-09 15:07:17','2026-03-09 15:07:17','37694d9b-37a2-4b28-bc46-bcb20cc5cdae'),
(126307,57,40357,NULL,9426,8,'2026-03-09 15:07:17','2026-03-09 15:07:17','86676d92-b94f-48e7-9eff-2eb111f483a7'),
(126308,57,40357,NULL,9427,9,'2026-03-09 15:07:17','2026-03-09 15:07:17','eafeb685-151e-461f-8ad8-ab286391d311'),
(126309,13,40357,NULL,23725,1,'2026-03-09 15:07:17','2026-03-09 15:07:17','01c81160-88d1-4713-9e34-a0efab925a47'),
(126310,22,40358,NULL,11769,1,'2026-03-09 15:07:17','2026-03-09 15:07:17','58ac5745-3bc9-4ee7-a159-dbd48b365665'),
(126311,32,40369,NULL,2610,1,'2026-03-09 15:16:37','2026-03-09 15:16:37','c60e4b8d-385e-4b0d-853f-29093fd7a22a'),
(126312,32,40369,NULL,2598,2,'2026-03-09 15:16:37','2026-03-09 15:16:37','effb5aba-f61f-43e8-bfcc-ae4455ca9acc'),
(126313,32,40369,NULL,2608,3,'2026-03-09 15:16:37','2026-03-09 15:16:37','5909ae12-3b82-47b3-b844-8576c22a9472'),
(126314,32,40369,NULL,2600,4,'2026-03-09 15:16:37','2026-03-09 15:16:37','c2e2253a-3ec4-4bdc-b4cc-0b88ba57283c'),
(126315,32,40369,NULL,2596,5,'2026-03-09 15:16:37','2026-03-09 15:16:37','bd283350-e364-4e7a-b658-ce523078a054'),
(126316,32,40369,NULL,2602,6,'2026-03-09 15:16:37','2026-03-09 15:16:37','c58aa307-3724-4c06-9fd8-dbcf7192b31a'),
(126317,32,40369,NULL,2604,7,'2026-03-09 15:16:37','2026-03-09 15:16:37','189a908d-95d8-43ca-84bb-bf2f42e446ce'),
(126318,32,40369,NULL,2606,8,'2026-03-09 15:16:37','2026-03-09 15:16:37','c822aea0-3ee1-47be-b299-2029312ac794'),
(126319,32,40369,NULL,2612,9,'2026-03-09 15:16:37','2026-03-09 15:16:37','9bbc2d33-8d70-4f49-8124-3f1a4149caef'),
(126320,16,40369,NULL,545,1,'2026-03-09 15:16:37','2026-03-09 15:16:37','5b84f93b-ca58-4b41-841b-af26d34ae4dc'),
(126321,7,40369,NULL,601,1,'2026-03-09 15:16:37','2026-03-09 15:16:37','c08cefbd-cc9e-49cc-8c8e-6d3ed419e6ac'),
(126322,7,40369,NULL,617,2,'2026-03-09 15:16:37','2026-03-09 15:16:37','0c5d7f3b-de7d-45a5-a1e0-2dfda0979eb1'),
(126323,7,40369,NULL,605,3,'2026-03-09 15:16:37','2026-03-09 15:16:37','0b480dcd-78bd-462f-9a31-e47354e688e1'),
(126324,7,40369,NULL,9552,4,'2026-03-09 15:16:37','2026-03-09 15:16:37','7e1c04b1-103e-4d8b-af1e-4a38b2ad597c'),
(126325,82,40369,NULL,491,1,'2026-03-09 15:16:37','2026-03-09 15:16:37','36de38ee-1bc7-4af1-a68b-c719b38e37bb'),
(126326,47,40369,NULL,14954,1,'2026-03-09 15:16:37','2026-03-09 15:16:37','a1998673-7aed-4776-9a9d-f840e8dfc4fe'),
(126327,57,40369,NULL,545,1,'2026-03-09 15:16:37','2026-03-09 15:16:37','8cc14790-d048-439e-8c90-5a29938ef39e'),
(126328,57,40369,NULL,137,2,'2026-03-09 15:16:37','2026-03-09 15:16:37','48379548-096e-4731-ad7c-eca9e7b006a3'),
(126329,57,40369,NULL,138,3,'2026-03-09 15:16:37','2026-03-09 15:16:37','bfa51d7c-2cfb-4456-912a-c039c885a161'),
(126330,57,40369,NULL,136,4,'2026-03-09 15:16:37','2026-03-09 15:16:37','40a349fe-e36b-4740-a4ac-ddee4b2ac73e'),
(126331,13,40369,NULL,23845,1,'2026-03-09 15:16:37','2026-03-09 15:16:37','5d834704-8f51-406a-9a78-4c1e4a5a4a6c'),
(126364,22,1509,NULL,40372,1,'2026-03-09 15:17:43','2026-03-09 15:17:43','6e95c8e6-bd21-4ffe-b61f-2290e9a599eb'),
(126365,32,40376,NULL,2610,1,'2026-03-09 15:17:43','2026-03-09 15:17:43','a0a3439e-3843-4439-a8d3-cd6b1b50844b'),
(126366,32,40376,NULL,2598,2,'2026-03-09 15:17:43','2026-03-09 15:17:43','4773b056-ba4d-4d9a-bb14-9e4745bc7019'),
(126367,32,40376,NULL,2624,3,'2026-03-09 15:17:43','2026-03-09 15:17:43','2ad050d6-c113-4b1a-b5f7-5f75dd7a3a9e'),
(126368,32,40376,NULL,2600,4,'2026-03-09 15:17:43','2026-03-09 15:17:43','3f2a18a3-c124-4ce6-88bc-6f3d4e485888'),
(126369,32,40376,NULL,2596,5,'2026-03-09 15:17:43','2026-03-09 15:17:43','9f6ffcde-92d0-434c-b311-c683aea0208b'),
(126370,32,40376,NULL,2602,6,'2026-03-09 15:17:43','2026-03-09 15:17:43','1a092aef-ec13-4b03-8fa9-bd212ec3f6b9'),
(126371,32,40376,NULL,2606,7,'2026-03-09 15:17:43','2026-03-09 15:17:43','ea339b36-e5f9-486f-93ce-2462a63e5f02'),
(126372,32,40376,NULL,2612,8,'2026-03-09 15:17:43','2026-03-09 15:17:43','347f37f5-e07b-4a1b-b606-cca3bbb6560d'),
(126373,32,40376,NULL,2604,9,'2026-03-09 15:17:43','2026-03-09 15:17:43','d1617fa6-1cd7-4f59-92ba-2f1f837f1b37'),
(126374,32,40376,NULL,2608,10,'2026-03-09 15:17:43','2026-03-09 15:17:43','680a08f2-8f05-4f55-a7e4-9d030c7e5c60'),
(126375,16,40376,NULL,11819,1,'2026-03-09 15:17:43','2026-03-09 15:17:43','69f63c16-b18b-4a73-8ce0-b67867ba6280'),
(126376,7,40376,NULL,2969,1,'2026-03-09 15:17:43','2026-03-09 15:17:43','ed4af182-b518-480c-8994-f14fb8fa81fa'),
(126377,7,40376,NULL,617,2,'2026-03-09 15:17:43','2026-03-09 15:17:43','ae9c5143-2325-45ab-84fc-25b0a0a63581'),
(126378,7,40376,NULL,605,3,'2026-03-09 15:17:43','2026-03-09 15:17:43','c18b93ac-b895-4abd-bb60-ceba0f4fea40'),
(126379,7,40376,NULL,9552,4,'2026-03-09 15:17:43','2026-03-09 15:17:43','255d428b-902a-4c7b-bc3a-577751bd0225'),
(126380,82,40376,NULL,491,1,'2026-03-09 15:17:43','2026-03-09 15:17:43','52849758-3608-49ce-8cc9-64f015747f0b'),
(126381,46,40376,NULL,2891,1,'2026-03-09 15:17:43','2026-03-09 15:17:43','5eeb8a3a-4c99-45f2-8b5d-570b52dcf2dd'),
(126382,47,40376,NULL,14967,1,'2026-03-09 15:17:43','2026-03-09 15:17:43','9b66e5b3-a260-4964-bbed-1b46b82c00dc'),
(126383,57,40376,NULL,4927,1,'2026-03-09 15:17:43','2026-03-09 15:17:43','6ff86f76-b70d-437b-b806-5c5147fa8aac'),
(126384,57,40376,NULL,7772,2,'2026-03-09 15:17:43','2026-03-09 15:17:43','818f6c9c-f43a-47a1-8e9f-cff4cc117117'),
(126385,57,40376,NULL,4931,3,'2026-03-09 15:17:43','2026-03-09 15:17:43','e61acbe3-2a99-4e3e-9d16-b2420d50bf91'),
(126386,57,40376,NULL,4930,4,'2026-03-09 15:17:43','2026-03-09 15:17:43','c938db44-1b8e-49e4-bbc1-6330da1e6006'),
(126387,57,40376,NULL,4932,5,'2026-03-09 15:17:43','2026-03-09 15:17:43','ea9b0c6b-3711-40ae-9793-778fbc130c2f'),
(126388,57,40376,NULL,4933,6,'2026-03-09 15:17:43','2026-03-09 15:17:43','0236516f-8c82-493e-92ea-9948ac27959b'),
(126389,57,40376,NULL,4934,7,'2026-03-09 15:17:43','2026-03-09 15:17:43','6732bde0-3e3a-4b85-839a-6ad75ecf09a2'),
(126390,57,40376,NULL,4935,8,'2026-03-09 15:17:43','2026-03-09 15:17:43','350ed1e6-4899-4b07-8464-4326c15e788b'),
(126391,57,40376,NULL,7739,9,'2026-03-09 15:17:43','2026-03-09 15:17:43','939a3971-3551-4937-aaa7-ecf103729bed'),
(126392,57,40376,NULL,7740,10,'2026-03-09 15:17:43','2026-03-09 15:17:43','e0998400-11b1-400f-bcce-93c928fd3ef3'),
(126393,57,40376,NULL,7741,11,'2026-03-09 15:17:43','2026-03-09 15:17:43','eac3b59e-5f3a-4790-bc61-a2e0b7082271'),
(126394,13,40376,NULL,23854,1,'2026-03-09 15:17:43','2026-03-09 15:17:43','e59229b6-8065-4d70-a68a-062144af21b0'),
(126395,22,40377,NULL,40372,1,'2026-03-09 15:17:43','2026-03-09 15:17:43','34de6c98-5e90-475a-8755-e5a1de9413d1'),
(126426,32,40385,NULL,2610,1,'2026-03-09 15:21:19','2026-03-09 15:21:19','f0b741e4-38e5-47d8-80a9-8e9671553c13'),
(126427,32,40385,NULL,2598,2,'2026-03-09 15:21:19','2026-03-09 15:21:19','c43621bb-fe4a-45f3-8d58-276fef245987'),
(126428,32,40385,NULL,2608,3,'2026-03-09 15:21:19','2026-03-09 15:21:19','7e81b52f-ccfa-4a65-95ae-6f3982e38a89'),
(126429,32,40385,NULL,2600,4,'2026-03-09 15:21:19','2026-03-09 15:21:19','d49f84a7-472f-45fc-a19b-7d51fad35dc6'),
(126430,32,40385,NULL,2596,5,'2026-03-09 15:21:19','2026-03-09 15:21:19','658f6277-f19b-4c81-b73f-c2b7942c763e'),
(126431,32,40385,NULL,2602,6,'2026-03-09 15:21:19','2026-03-09 15:21:19','468af4bf-433f-4e3d-a8f5-83b5305b9de0'),
(126432,32,40385,NULL,2604,7,'2026-03-09 15:21:19','2026-03-09 15:21:19','1766bbf3-36f4-4e61-a1c9-3f0fb23c1256'),
(126433,32,40385,NULL,2606,8,'2026-03-09 15:21:19','2026-03-09 15:21:19','c58dc048-d499-4a9b-8a5c-c2dda07034e0'),
(126434,32,40385,NULL,2612,9,'2026-03-09 15:21:19','2026-03-09 15:21:19','1b98c4e9-d2c8-42f8-b299-25d230375057'),
(126435,16,40385,NULL,7707,1,'2026-03-09 15:21:19','2026-03-09 15:21:19','1fc16721-346b-4ca2-bf66-569546df5b13'),
(126436,7,40385,NULL,601,1,'2026-03-09 15:21:19','2026-03-09 15:21:19','8c29b602-73a6-4e73-b332-60ca038b576c'),
(126437,7,40385,NULL,3468,2,'2026-03-09 15:21:19','2026-03-09 15:21:19','c410a756-f376-4760-a41a-57436f0de0a9'),
(126438,7,40385,NULL,3027,3,'2026-03-09 15:21:19','2026-03-09 15:21:19','75e98b78-e2a3-47d9-8ed1-36559320a859'),
(126439,7,40385,NULL,9727,4,'2026-03-09 15:21:19','2026-03-09 15:21:19','497a4e3d-5ef6-409c-b144-4efd852362d8'),
(126440,7,40385,NULL,617,5,'2026-03-09 15:21:19','2026-03-09 15:21:19','c06ba39c-58e6-4cf2-a466-de7c802f7522'),
(126441,7,40385,NULL,605,6,'2026-03-09 15:21:19','2026-03-09 15:21:19','21bd4220-f795-49bb-bc62-486750a2eba7'),
(126442,82,40385,NULL,491,1,'2026-03-09 15:21:19','2026-03-09 15:21:19','55f88135-5e07-4cee-963f-de152cbd0a32'),
(126443,46,40385,NULL,7369,1,'2026-03-09 15:21:19','2026-03-09 15:21:19','a44fe8cc-107d-4016-82df-29d339e14ed9'),
(126444,47,40385,NULL,14963,1,'2026-03-09 15:21:19','2026-03-09 15:21:19','a61dd2dc-1a75-4c90-8c2f-702022430f2d'),
(126445,57,40385,NULL,4923,1,'2026-03-09 15:21:19','2026-03-09 15:21:19','c40301e5-db72-416d-8a9e-ca7c45118677'),
(126446,57,40385,NULL,4920,2,'2026-03-09 15:21:19','2026-03-09 15:21:19','e39ee6d6-abb4-470d-9a70-9616625dcaae'),
(126447,57,40385,NULL,4921,3,'2026-03-09 15:21:19','2026-03-09 15:21:19','74bf5b1f-bce7-44f8-941d-4cb3bcd27090'),
(126448,57,40385,NULL,4922,4,'2026-03-09 15:21:19','2026-03-09 15:21:19','3bebe6e0-cc2c-4437-a021-06814189c2c7'),
(126449,57,40385,NULL,4924,5,'2026-03-09 15:21:19','2026-03-09 15:21:19','4261f354-75bf-4fb4-ab7f-fb7181c09616'),
(126450,57,40385,NULL,7722,6,'2026-03-09 15:21:19','2026-03-09 15:21:19','d62122d8-eae5-4b71-b62f-9f6edeb6faee'),
(126451,13,40385,NULL,23851,1,'2026-03-09 15:21:19','2026-03-09 15:21:19','bcc1362d-8aa1-40f2-8c83-f2080edcdb50'),
(126452,22,40386,NULL,40382,1,'2026-03-09 15:21:19','2026-03-09 15:21:19','16215be6-36ae-4196-b77a-65cc50086307'),
(126480,32,40405,NULL,2614,1,'2026-03-09 15:30:55','2026-03-09 15:30:55','2f5dca09-f688-436a-9876-323dbd142986'),
(126481,32,40405,NULL,2610,2,'2026-03-09 15:30:55','2026-03-09 15:30:55','6663641d-57ff-4995-b307-bcd64f0846eb'),
(126482,32,40405,NULL,2598,3,'2026-03-09 15:30:55','2026-03-09 15:30:55','c05e546f-2172-4cf2-bb19-56c3fbab659c'),
(126483,32,40405,NULL,2600,4,'2026-03-09 15:30:55','2026-03-09 15:30:55','faad0cc6-4710-495b-b544-ab8539a6c44b'),
(126484,32,40405,NULL,2596,5,'2026-03-09 15:30:55','2026-03-09 15:30:55','b9d10239-c912-40b6-9ed0-8b3c220a0f86'),
(126485,32,40405,NULL,2602,6,'2026-03-09 15:30:55','2026-03-09 15:30:55','3cdb33d5-8c50-430e-a8dc-cac8c1d854ad'),
(126486,32,40405,NULL,2606,7,'2026-03-09 15:30:55','2026-03-09 15:30:55','152a9129-8ef8-441b-94bf-fee310f11b7b'),
(126487,32,40405,NULL,2604,8,'2026-03-09 15:30:55','2026-03-09 15:30:55','1a91bceb-dd19-44cd-a988-3aec549f5ef0'),
(126488,32,40405,NULL,2608,9,'2026-03-09 15:30:55','2026-03-09 15:30:55','eaa6b919-9b07-4b52-afe8-1d91b6c9c689'),
(126489,32,40405,NULL,2612,10,'2026-03-09 15:30:55','2026-03-09 15:30:55','a3ba36a1-3687-45e0-b790-73763f4054b0'),
(126490,16,40405,NULL,3425,1,'2026-03-09 15:30:55','2026-03-09 15:30:55','f8b97f8d-fbf7-4e77-8935-d2ca70e7bd88'),
(126491,7,40405,NULL,601,1,'2026-03-09 15:30:55','2026-03-09 15:30:55','6fe89b07-041f-4a8f-9ece-d5aa84a53e17'),
(126492,7,40405,NULL,617,2,'2026-03-09 15:30:55','2026-03-09 15:30:55','8b162a68-1887-4587-bb35-6a9d098aec10'),
(126493,7,40405,NULL,605,3,'2026-03-09 15:30:55','2026-03-09 15:30:55','fdf45110-8c6d-4bfa-a9a8-14340e0c8bfd'),
(126494,7,40405,NULL,9552,4,'2026-03-09 15:30:55','2026-03-09 15:30:55','0006c694-e5d9-45f8-a500-692e353dc11b'),
(126495,82,40405,NULL,491,1,'2026-03-09 15:30:55','2026-03-09 15:30:55','5f6b2dac-ff78-4b5e-b6dd-87b7a604e219'),
(126496,46,40405,NULL,7381,1,'2026-03-09 15:30:55','2026-03-09 15:30:55','0dcb48e7-3418-4e14-acf3-b8807105d528'),
(126497,47,40405,NULL,15002,1,'2026-03-09 15:30:55','2026-03-09 15:30:55','f05b7b52-2a6c-4274-8bbf-cfef795a5f60'),
(126498,57,40405,NULL,7862,1,'2026-03-09 15:30:55','2026-03-09 15:30:55','fa2c67a6-e4d7-4cc5-8a29-5f737ae31c45'),
(126499,57,40405,NULL,7858,2,'2026-03-09 15:30:55','2026-03-09 15:30:55','b416befe-1e8b-4fea-901f-c7b4422ce6d4'),
(126500,57,40405,NULL,7864,3,'2026-03-09 15:30:55','2026-03-09 15:30:55','a138fd6e-f0b0-4c96-af5a-d16d400b3018'),
(126501,57,40405,NULL,7859,4,'2026-03-09 15:30:55','2026-03-09 15:30:55','472cc1b3-629f-4631-80cd-5d3910f1836e'),
(126502,57,40405,NULL,7861,5,'2026-03-09 15:30:55','2026-03-09 15:30:55','04cd72d6-951b-4b9e-a545-b4b7832e3445'),
(126503,57,40405,NULL,7863,6,'2026-03-09 15:30:55','2026-03-09 15:30:55','39da74be-a886-486b-a61e-a53f5760340c'),
(126504,57,40405,NULL,7860,7,'2026-03-09 15:30:55','2026-03-09 15:30:55','f515e988-6689-486a-ab23-ff62841564d2'),
(126505,13,40405,NULL,23869,1,'2026-03-09 15:30:55','2026-03-09 15:30:55','45963b23-1731-40c5-ab30-65bfa82ab4a5'),
(126506,22,40406,NULL,7068,1,'2026-03-09 15:30:55','2026-03-09 15:30:55','3a25c825-e7f4-49ad-b6a6-dbee37507492'),
(126535,22,1536,NULL,40411,1,'2026-03-09 15:33:26','2026-03-09 15:33:26','906fd774-ff17-47fe-aff5-a1c1329ec195'),
(126536,32,40413,NULL,2614,1,'2026-03-09 15:33:26','2026-03-09 15:33:26','99472142-5e29-4607-8ecb-1cd8a3fde867'),
(126537,32,40413,NULL,2610,2,'2026-03-09 15:33:26','2026-03-09 15:33:26','71f0720c-939f-4b16-ae5a-21c7d4d68ad2'),
(126538,32,40413,NULL,2598,3,'2026-03-09 15:33:26','2026-03-09 15:33:26','ca2bf245-467a-4adf-95ea-fdbbafff7864'),
(126539,32,40413,NULL,2600,4,'2026-03-09 15:33:26','2026-03-09 15:33:26','ccec7a3b-8d49-4242-a9a1-9871f35b187d'),
(126540,32,40413,NULL,2596,5,'2026-03-09 15:33:26','2026-03-09 15:33:26','f80ab0f7-02dc-4c8c-a590-1dc10afd21aa'),
(126541,32,40413,NULL,2602,6,'2026-03-09 15:33:26','2026-03-09 15:33:26','3183e9f2-952c-42d8-888d-bb162b8f6792'),
(126542,32,40413,NULL,2606,7,'2026-03-09 15:33:26','2026-03-09 15:33:26','b7ef9a4a-d3d5-41ce-a9f0-4be55543cb0a'),
(126543,32,40413,NULL,2604,8,'2026-03-09 15:33:26','2026-03-09 15:33:26','bdba04a7-a548-4375-a2fe-d555967c664d'),
(126544,32,40413,NULL,2608,9,'2026-03-09 15:33:26','2026-03-09 15:33:26','dda3fb1c-820c-4c26-891d-4b2e7cf24663'),
(126545,32,40413,NULL,2612,10,'2026-03-09 15:33:26','2026-03-09 15:33:26','b3eca22f-b4f7-47ec-ba2c-ffe4b5fdb0fc'),
(126546,16,40413,NULL,3425,1,'2026-03-09 15:33:26','2026-03-09 15:33:26','36a17249-42eb-4df9-a712-0cb790e3fca8'),
(126547,7,40413,NULL,601,1,'2026-03-09 15:33:26','2026-03-09 15:33:26','bc1479cc-ca28-40ba-a32a-24b6caabf320'),
(126548,7,40413,NULL,617,2,'2026-03-09 15:33:26','2026-03-09 15:33:26','b6c2b68a-b2ef-49fc-b6ec-b904ce08fa75'),
(126549,7,40413,NULL,605,3,'2026-03-09 15:33:26','2026-03-09 15:33:26','056c5a45-0178-4a1f-a364-8b5b1c1d5ed9'),
(126550,7,40413,NULL,9552,4,'2026-03-09 15:33:26','2026-03-09 15:33:26','80865c2b-88f3-4d68-8a66-e58ad193f26d'),
(126551,82,40413,NULL,491,1,'2026-03-09 15:33:26','2026-03-09 15:33:26','e34b0da2-4605-4798-9cec-3bed72988ca4'),
(126552,46,40413,NULL,7381,1,'2026-03-09 15:33:26','2026-03-09 15:33:26','e11c1287-b369-454f-beab-b05adc32c03b'),
(126553,47,40413,NULL,15002,1,'2026-03-09 15:33:26','2026-03-09 15:33:26','24afc541-d287-43ce-a81b-b70c43e7318c'),
(126554,57,40413,NULL,7862,1,'2026-03-09 15:33:26','2026-03-09 15:33:26','78a0e0f1-3d67-44b8-bd3b-fc77a86bf5aa'),
(126555,57,40413,NULL,7858,2,'2026-03-09 15:33:26','2026-03-09 15:33:26','8e728c99-82c7-45eb-9bf1-97eb349f29fc'),
(126556,57,40413,NULL,7864,3,'2026-03-09 15:33:26','2026-03-09 15:33:26','4b919da6-b3b2-4992-a1c2-b68f1071137b'),
(126557,57,40413,NULL,7859,4,'2026-03-09 15:33:26','2026-03-09 15:33:26','3d5e5327-411a-40bb-b5f3-6b140aa904ac'),
(126558,57,40413,NULL,7861,5,'2026-03-09 15:33:26','2026-03-09 15:33:26','1ee9acd1-4701-4d21-a170-6d50822c8f9b'),
(126559,57,40413,NULL,7863,6,'2026-03-09 15:33:26','2026-03-09 15:33:26','4ced5382-b8e7-48c7-86f3-9bdae9a1cbd6'),
(126560,57,40413,NULL,7860,7,'2026-03-09 15:33:26','2026-03-09 15:33:26','b40f83a4-3221-4afb-8405-4efbd8bb27fc'),
(126561,13,40413,NULL,23869,1,'2026-03-09 15:33:26','2026-03-09 15:33:26','f664b00a-bc2f-4036-9d71-cd48c22ec063'),
(126562,22,40414,NULL,40411,1,'2026-03-09 15:33:26','2026-03-09 15:33:26','87322d39-7d5d-49b2-ab30-51300ca7288c'),
(126563,32,40416,NULL,2614,1,'2026-03-09 15:34:23','2026-03-09 15:34:23','76ae39fd-8d7e-44c8-94af-04105e7e4569'),
(126564,32,40416,NULL,2610,2,'2026-03-09 15:34:23','2026-03-09 15:34:23','3063e692-30cd-4f3f-b0bb-2aeb2be6b3c8'),
(126565,32,40416,NULL,2598,3,'2026-03-09 15:34:23','2026-03-09 15:34:23','58ae1452-18a4-4231-82c4-5b631656e0dd'),
(126566,32,40416,NULL,2600,4,'2026-03-09 15:34:23','2026-03-09 15:34:23','ae5d0ab7-4fad-4cbe-90bc-d0053cbcc0d5'),
(126567,32,40416,NULL,2596,5,'2026-03-09 15:34:23','2026-03-09 15:34:23','da8d2ab4-7db1-4662-a3d0-060696348345'),
(126568,32,40416,NULL,2602,6,'2026-03-09 15:34:23','2026-03-09 15:34:23','2525a1de-c3ec-4d41-ac61-b6f50c07f376'),
(126569,32,40416,NULL,2606,7,'2026-03-09 15:34:23','2026-03-09 15:34:23','abc340c2-5f23-4c6b-b4de-f1f7da44f91b'),
(126570,32,40416,NULL,2604,8,'2026-03-09 15:34:23','2026-03-09 15:34:23','08eab440-fe8f-4559-b675-fbfcb109822c'),
(126571,32,40416,NULL,2608,9,'2026-03-09 15:34:23','2026-03-09 15:34:23','d7109900-ebd4-49e1-91e0-b44ac4f136b5'),
(126572,32,40416,NULL,2612,10,'2026-03-09 15:34:23','2026-03-09 15:34:23','dc05680c-4489-4ac3-891b-550846f01b1e'),
(126573,16,40416,NULL,3425,1,'2026-03-09 15:34:23','2026-03-09 15:34:23','762866b2-9f4b-4339-9896-8a2f6cc2527a'),
(126574,7,40416,NULL,601,1,'2026-03-09 15:34:23','2026-03-09 15:34:23','297e148c-1862-4f3e-a057-9f8b5bf793d3'),
(126575,7,40416,NULL,617,2,'2026-03-09 15:34:23','2026-03-09 15:34:23','572ee6ed-8059-4f86-81e9-5999d07c0b94'),
(126576,7,40416,NULL,605,3,'2026-03-09 15:34:23','2026-03-09 15:34:23','00ce050c-dee5-4d7b-a764-a0e025709a7c'),
(126577,7,40416,NULL,9552,4,'2026-03-09 15:34:23','2026-03-09 15:34:23','d4c4efd2-68f1-44f3-a4ae-7ca3955a2733'),
(126578,82,40416,NULL,491,1,'2026-03-09 15:34:23','2026-03-09 15:34:23','792c88dd-8735-40d2-9a94-e1fd6539ff11'),
(126579,46,40416,NULL,7381,1,'2026-03-09 15:34:23','2026-03-09 15:34:23','9cc945c3-0d66-4f04-84b9-42769d8fbc24'),
(126580,47,40416,NULL,15002,1,'2026-03-09 15:34:23','2026-03-09 15:34:23','85f33487-b296-4c2c-8bc8-e42dec08321f'),
(126581,57,40416,NULL,7862,1,'2026-03-09 15:34:23','2026-03-09 15:34:23','1fa6df5f-02f4-494d-a020-c22ec9d6d836'),
(126582,57,40416,NULL,7858,2,'2026-03-09 15:34:23','2026-03-09 15:34:23','2d934884-cabe-43cb-b697-db8eff6a52be'),
(126583,57,40416,NULL,7864,3,'2026-03-09 15:34:23','2026-03-09 15:34:23','ba058e06-4e43-457a-8a32-593ec803da59'),
(126584,57,40416,NULL,7859,4,'2026-03-09 15:34:23','2026-03-09 15:34:23','1d434cf6-fb62-4f58-ab22-2977246ab4ed'),
(126585,57,40416,NULL,7861,5,'2026-03-09 15:34:23','2026-03-09 15:34:23','d3fe9f54-a391-4ac7-97ed-f934ac143a69'),
(126586,57,40416,NULL,7863,6,'2026-03-09 15:34:23','2026-03-09 15:34:23','81d0628b-23f2-4adc-b78a-4490ec24f9af'),
(126587,57,40416,NULL,7860,7,'2026-03-09 15:34:23','2026-03-09 15:34:23','b84ca44e-e52e-4dda-9766-0ba9918cc3a9'),
(126588,13,40416,NULL,23869,1,'2026-03-09 15:34:23','2026-03-09 15:34:23','e5d4738c-26ea-444c-af78-40203c84519d'),
(126616,32,40421,NULL,2614,1,'2026-03-09 15:35:44','2026-03-09 15:35:44','c22d74fd-24df-4979-8e55-02e70f7b0b60'),
(126617,32,40421,NULL,2610,2,'2026-03-09 15:35:44','2026-03-09 15:35:44','942f5f23-5cec-4d29-9d80-c4116f5dbad3'),
(126618,32,40421,NULL,2598,3,'2026-03-09 15:35:44','2026-03-09 15:35:44','a326f7de-6a9c-4851-83a6-bab56d4f7991'),
(126619,32,40421,NULL,2600,4,'2026-03-09 15:35:44','2026-03-09 15:35:44','88c36d75-8c72-44f5-a752-093f63655504'),
(126620,32,40421,NULL,2596,5,'2026-03-09 15:35:44','2026-03-09 15:35:44','7f468acd-b504-4868-bd15-a8dfcf307307'),
(126621,32,40421,NULL,2602,6,'2026-03-09 15:35:44','2026-03-09 15:35:44','e7f59df0-c2b6-43a1-a9cf-b65702a2893e'),
(126622,32,40421,NULL,2606,7,'2026-03-09 15:35:44','2026-03-09 15:35:44','97f64d81-06a3-41c8-91c9-c77ecd5da89c'),
(126623,32,40421,NULL,2604,8,'2026-03-09 15:35:44','2026-03-09 15:35:44','bfcfbf5f-936a-4f88-8ef4-4b68a1079bc5'),
(126624,32,40421,NULL,2608,9,'2026-03-09 15:35:44','2026-03-09 15:35:44','a7c49df2-09f9-42c6-9cca-7afd844abf90'),
(126625,32,40421,NULL,2612,10,'2026-03-09 15:35:44','2026-03-09 15:35:44','c00631e1-bfc2-41cd-a0fa-7ed8229995e1'),
(126626,16,40421,NULL,3425,1,'2026-03-09 15:35:44','2026-03-09 15:35:44','a058dfac-b030-4044-a480-a9a4f99bcf5b'),
(126627,7,40421,NULL,601,1,'2026-03-09 15:35:44','2026-03-09 15:35:44','3b93bf8d-b679-45e2-ae8c-46c8a1552600'),
(126628,7,40421,NULL,617,2,'2026-03-09 15:35:44','2026-03-09 15:35:44','c666fcec-7182-409d-bd32-4c7accf5bc70'),
(126629,7,40421,NULL,605,3,'2026-03-09 15:35:44','2026-03-09 15:35:44','c69c175d-4231-4b50-999e-5f632dca5358'),
(126630,7,40421,NULL,9552,4,'2026-03-09 15:35:44','2026-03-09 15:35:44','7c125f06-ef67-40c9-abd6-c51b67bea71f'),
(126631,82,40421,NULL,491,1,'2026-03-09 15:35:44','2026-03-09 15:35:44','3cf5f09e-e513-4220-895c-91e8cb8c6ffd'),
(126632,46,40421,NULL,7381,1,'2026-03-09 15:35:44','2026-03-09 15:35:44','6fec51d1-29de-41d9-89f2-21f58af2f553'),
(126633,47,40421,NULL,15002,1,'2026-03-09 15:35:44','2026-03-09 15:35:44','04df6d7d-20a2-4a12-90dd-5bd1c411095d'),
(126634,57,40421,NULL,7862,1,'2026-03-09 15:35:44','2026-03-09 15:35:44','03341baf-6411-4753-9afe-2de43f4b7e07'),
(126635,57,40421,NULL,7858,2,'2026-03-09 15:35:44','2026-03-09 15:35:44','4fe69f9f-9682-449b-b6c7-5e2e3917b4fe'),
(126636,57,40421,NULL,7864,3,'2026-03-09 15:35:44','2026-03-09 15:35:44','150ec30b-b6a2-4bb5-a339-038a5747b660'),
(126637,57,40421,NULL,7859,4,'2026-03-09 15:35:44','2026-03-09 15:35:44','8102da80-0937-4ac7-aa63-50d90dd1e7ff'),
(126638,57,40421,NULL,7861,5,'2026-03-09 15:35:44','2026-03-09 15:35:44','370baef9-14ca-4a43-93fd-f4503e59ce5b'),
(126639,57,40421,NULL,7863,6,'2026-03-09 15:35:44','2026-03-09 15:35:44','32478637-a467-4fe2-9981-83c14e0912a5'),
(126640,57,40421,NULL,7860,7,'2026-03-09 15:35:44','2026-03-09 15:35:44','f2afa113-a74d-445e-962e-f74b98a27a8d'),
(126641,13,40421,NULL,23869,1,'2026-03-09 15:35:44','2026-03-09 15:35:44','3f9f97da-1b2d-4d9e-a7b0-880435c38856'),
(126670,32,40425,NULL,2614,1,'2026-03-09 15:36:26','2026-03-09 15:36:26','9c905f99-9a13-4b6e-9aef-c0dadf3b4dee'),
(126671,32,40425,NULL,2610,2,'2026-03-09 15:36:26','2026-03-09 15:36:26','b9df8506-ff2c-49cc-867b-bd1eb541de84'),
(126672,32,40425,NULL,2598,3,'2026-03-09 15:36:26','2026-03-09 15:36:26','e9fc6a44-dd89-4284-9bad-d73b39f01dda'),
(126673,32,40425,NULL,2600,4,'2026-03-09 15:36:26','2026-03-09 15:36:26','75d3716f-6d02-4675-acd0-508b3a593102'),
(126674,32,40425,NULL,2596,5,'2026-03-09 15:36:26','2026-03-09 15:36:26','13ce06ea-1df8-4908-ace4-374ec04a6299'),
(126675,32,40425,NULL,2602,6,'2026-03-09 15:36:26','2026-03-09 15:36:26','f8c94a04-733c-4008-9148-52cde41a957b'),
(126676,32,40425,NULL,2606,7,'2026-03-09 15:36:26','2026-03-09 15:36:26','ee47e333-1d2f-4f7c-a5eb-d9d96d8e3885'),
(126677,32,40425,NULL,2604,8,'2026-03-09 15:36:26','2026-03-09 15:36:26','3f126fab-49e0-44f6-a088-f084819bb707'),
(126678,32,40425,NULL,2608,9,'2026-03-09 15:36:26','2026-03-09 15:36:26','01f86a4a-94fc-48a1-9349-e6dfbe07028c'),
(126679,32,40425,NULL,2612,10,'2026-03-09 15:36:26','2026-03-09 15:36:26','ccc1a95d-9f10-47d3-8992-4ad8c05b349a'),
(126680,16,40425,NULL,3425,1,'2026-03-09 15:36:26','2026-03-09 15:36:26','f35ee37b-e752-48b2-9220-ceb0bba93e65'),
(126681,7,40425,NULL,601,1,'2026-03-09 15:36:26','2026-03-09 15:36:26','a8cefb11-1863-4aeb-ab4f-a62f6bd333eb'),
(126682,7,40425,NULL,617,2,'2026-03-09 15:36:26','2026-03-09 15:36:26','e1ae52b2-f6f8-4acc-bccd-77df4a0e148f'),
(126683,7,40425,NULL,605,3,'2026-03-09 15:36:26','2026-03-09 15:36:26','65fb4b7f-b429-4e8e-921d-0e952e4ad171'),
(126684,7,40425,NULL,9552,4,'2026-03-09 15:36:26','2026-03-09 15:36:26','0f0f1059-1f6e-47d0-aa3e-6a1f6b501539'),
(126685,82,40425,NULL,491,1,'2026-03-09 15:36:26','2026-03-09 15:36:26','02680569-29df-469f-9b98-b811e3ef943d'),
(126686,46,40425,NULL,7381,1,'2026-03-09 15:36:26','2026-03-09 15:36:26','492bcbdc-0bb9-409f-bd25-b24a5a28c101'),
(126687,47,40425,NULL,15002,1,'2026-03-09 15:36:26','2026-03-09 15:36:26','7a680fc6-7077-40a4-990c-099a4af8098b'),
(126688,57,40425,NULL,7862,1,'2026-03-09 15:36:26','2026-03-09 15:36:26','f0fe3ef2-c8d1-44e7-b2d2-dbd35bc37976'),
(126689,57,40425,NULL,7858,2,'2026-03-09 15:36:26','2026-03-09 15:36:26','8940a435-c05c-4b7a-b85a-55ba431019c1'),
(126690,57,40425,NULL,7864,3,'2026-03-09 15:36:26','2026-03-09 15:36:26','b179a818-30db-4eae-8a8b-96d568dda53c'),
(126691,57,40425,NULL,7859,4,'2026-03-09 15:36:26','2026-03-09 15:36:26','5aa63b92-4fee-4920-be03-93d6bfd1c026'),
(126692,57,40425,NULL,7861,5,'2026-03-09 15:36:26','2026-03-09 15:36:26','35210267-ba72-4d00-9df9-f6548e0f20a8'),
(126693,57,40425,NULL,7863,6,'2026-03-09 15:36:26','2026-03-09 15:36:26','9723f537-ae13-425b-8817-6e9b72a9179c'),
(126694,57,40425,NULL,7860,7,'2026-03-09 15:36:26','2026-03-09 15:36:26','499f9985-3333-4bea-b8e9-8650eb581536'),
(126695,13,40425,NULL,23869,1,'2026-03-09 15:36:26','2026-03-09 15:36:26','849fdda1-f1b9-45ec-83e0-576e079f0955'),
(126696,22,40426,NULL,40411,1,'2026-03-09 15:36:26','2026-03-09 15:36:26','916dc688-3c84-471d-ae8a-bbb3f828caa4'),
(126724,32,40431,NULL,2614,1,'2026-03-09 15:37:31','2026-03-09 15:37:31','d47703ab-eeed-49d8-9c70-dead385617b1'),
(126725,32,40431,NULL,2610,2,'2026-03-09 15:37:31','2026-03-09 15:37:31','9dbcb1e7-3130-45ab-9be6-b292de83a88d'),
(126726,32,40431,NULL,2598,3,'2026-03-09 15:37:31','2026-03-09 15:37:31','cef74bc7-17b9-42a9-bf21-d3d63828ae9f'),
(126727,32,40431,NULL,2600,4,'2026-03-09 15:37:31','2026-03-09 15:37:31','472b574d-ff2f-45b2-a86a-3943a6c21c0c'),
(126728,32,40431,NULL,2596,5,'2026-03-09 15:37:31','2026-03-09 15:37:31','cb8e07e7-cec5-4b6f-9386-a72bc6dc38cf'),
(126729,32,40431,NULL,2602,6,'2026-03-09 15:37:31','2026-03-09 15:37:31','80295f95-bfa8-4580-8e8c-b602a2a2f648'),
(126730,32,40431,NULL,2606,7,'2026-03-09 15:37:31','2026-03-09 15:37:31','080d9485-952d-47f7-9706-3e40e289756f'),
(126731,32,40431,NULL,2604,8,'2026-03-09 15:37:31','2026-03-09 15:37:31','4836331b-b3df-4a0e-8c01-ddccd1cf9a08'),
(126732,32,40431,NULL,2608,9,'2026-03-09 15:37:31','2026-03-09 15:37:31','9afa812a-d4fa-42f0-bea8-dede6ba293aa'),
(126733,32,40431,NULL,2612,10,'2026-03-09 15:37:31','2026-03-09 15:37:31','f23cdbb9-a611-44f1-bceb-e3f4107942a5'),
(126734,16,40431,NULL,3425,1,'2026-03-09 15:37:31','2026-03-09 15:37:31','e74a1166-8262-4c7e-b367-ded68fee9509'),
(126735,7,40431,NULL,601,1,'2026-03-09 15:37:31','2026-03-09 15:37:31','223d6d45-c119-43b8-8a17-d861a4f1904d'),
(126736,7,40431,NULL,617,2,'2026-03-09 15:37:31','2026-03-09 15:37:31','55c6fdde-7bd6-4119-a5e0-3905e00d0bed'),
(126737,7,40431,NULL,605,3,'2026-03-09 15:37:31','2026-03-09 15:37:31','92d1578a-9e6d-4c25-8cb0-f92ccc17bfbc'),
(126738,7,40431,NULL,9552,4,'2026-03-09 15:37:31','2026-03-09 15:37:31','59ed6af5-e238-4974-b03c-51ea7b54e664'),
(126739,82,40431,NULL,491,1,'2026-03-09 15:37:31','2026-03-09 15:37:31','1c671bca-b6c5-491e-a784-05dda5e54790'),
(126740,46,40431,NULL,7381,1,'2026-03-09 15:37:31','2026-03-09 15:37:31','19fb547c-d66c-4fa4-9d93-1bee14bcda10'),
(126741,47,40431,NULL,15002,1,'2026-03-09 15:37:31','2026-03-09 15:37:31','47bd4080-ddc7-425b-a94f-0fbba8736fc4'),
(126742,57,40431,NULL,7862,1,'2026-03-09 15:37:31','2026-03-09 15:37:31','0c2c99ea-c508-4c50-bafc-cff1835c9369'),
(126743,57,40431,NULL,7858,2,'2026-03-09 15:37:31','2026-03-09 15:37:31','9aecf4bf-ed48-495c-8cdb-d7fbde245faf'),
(126744,57,40431,NULL,7864,3,'2026-03-09 15:37:31','2026-03-09 15:37:31','e15a43cb-211d-4cc3-aba1-6c840bf6387f'),
(126745,57,40431,NULL,7859,4,'2026-03-09 15:37:31','2026-03-09 15:37:31','61392779-7aa7-4de9-9f31-4efeecb467e7'),
(126746,57,40431,NULL,7861,5,'2026-03-09 15:37:31','2026-03-09 15:37:31','94f87160-3719-44d0-b3a2-813590b04f7b'),
(126747,57,40431,NULL,7863,6,'2026-03-09 15:37:31','2026-03-09 15:37:31','30d29029-ee9c-45c3-9b26-8ec2b79c5a34'),
(126748,57,40431,NULL,7860,7,'2026-03-09 15:37:31','2026-03-09 15:37:31','e38622e3-d5db-440e-bf30-d5c6b1d1a25c'),
(126749,13,40431,NULL,23869,1,'2026-03-09 15:37:31','2026-03-09 15:37:31','9cbcd818-9223-48c6-a4a5-67a29e4fb8b1'),
(126777,32,40438,NULL,2610,1,'2026-03-09 15:38:22','2026-03-09 15:38:22','89785c4a-b665-4b3b-803e-aa7451c38009'),
(126778,32,40438,NULL,2598,2,'2026-03-09 15:38:22','2026-03-09 15:38:22','086e4852-7393-4a0f-8122-ad0263626677'),
(126779,32,40438,NULL,2608,3,'2026-03-09 15:38:22','2026-03-09 15:38:22','1d9594a3-f0cc-4280-9de5-d9bdb952a668'),
(126780,32,40438,NULL,2600,4,'2026-03-09 15:38:22','2026-03-09 15:38:22','ede26f0e-807e-435d-b2f8-97d7217a243f'),
(126781,32,40438,NULL,2596,5,'2026-03-09 15:38:22','2026-03-09 15:38:22','de4beb0f-e487-4652-9434-0b734f8ae796'),
(126782,32,40438,NULL,2602,6,'2026-03-09 15:38:22','2026-03-09 15:38:22','4eaddc88-6914-4729-b602-2d82ee1e835f'),
(126783,32,40438,NULL,2604,7,'2026-03-09 15:38:22','2026-03-09 15:38:22','406e1b1c-96c2-48c2-b2b1-4ec809d23780'),
(126784,32,40438,NULL,2606,8,'2026-03-09 15:38:22','2026-03-09 15:38:22','356754c0-eb1e-4bcb-9cc8-3839dd0ec776'),
(126785,32,40438,NULL,2612,9,'2026-03-09 15:38:22','2026-03-09 15:38:22','35c8f1f0-8c21-4202-847b-2d5744f3d178'),
(126786,16,40438,NULL,7707,1,'2026-03-09 15:38:22','2026-03-09 15:38:22','6490ce17-025e-45d5-9f8c-f9aba97fcacf'),
(126787,7,40438,NULL,601,1,'2026-03-09 15:38:22','2026-03-09 15:38:22','375174cb-22fc-4b39-8135-10c87021b4c2'),
(126788,7,40438,NULL,3468,2,'2026-03-09 15:38:22','2026-03-09 15:38:22','b3fd3212-d4c2-491e-ad6d-1ad4b0b8af63'),
(126789,7,40438,NULL,3027,3,'2026-03-09 15:38:22','2026-03-09 15:38:22','40ca4c7d-4e74-44bb-a65d-b302d9dfe247'),
(126790,7,40438,NULL,9727,4,'2026-03-09 15:38:22','2026-03-09 15:38:22','c9c36612-ad29-48a7-9204-df675f4c4ced'),
(126791,7,40438,NULL,617,5,'2026-03-09 15:38:22','2026-03-09 15:38:22','08a9493d-bcf6-4a9c-818d-d6fbcc52d927'),
(126792,7,40438,NULL,605,6,'2026-03-09 15:38:22','2026-03-09 15:38:22','edcfdbda-700a-44d2-b0a0-682659fcd3de'),
(126793,82,40438,NULL,491,1,'2026-03-09 15:38:22','2026-03-09 15:38:22','f9fbeed6-dc20-4482-9f8f-1f6b490b7b1b'),
(126794,46,40438,NULL,7369,1,'2026-03-09 15:38:22','2026-03-09 15:38:22','99d6ad40-ac5c-4578-84ce-5967d378ad27'),
(126795,47,40438,NULL,14963,1,'2026-03-09 15:38:22','2026-03-09 15:38:22','e9b4d090-dee4-4d29-af22-f1d101b31196'),
(126796,57,40438,NULL,4923,1,'2026-03-09 15:38:22','2026-03-09 15:38:22','ef36e12b-57e1-4600-9efb-9093183b59ee'),
(126797,57,40438,NULL,4920,2,'2026-03-09 15:38:22','2026-03-09 15:38:22','27ae0959-20be-4308-b345-71f73b9c50a9'),
(126798,57,40438,NULL,4921,3,'2026-03-09 15:38:22','2026-03-09 15:38:22','ab13cb39-7905-4701-8ea3-b0f77dbe5696'),
(126799,57,40438,NULL,4922,4,'2026-03-09 15:38:22','2026-03-09 15:38:22','0cfe3194-eaaa-45f5-9c07-6f98547400c1'),
(126800,57,40438,NULL,4924,5,'2026-03-09 15:38:22','2026-03-09 15:38:22','8fd6f6f0-7894-491c-89c4-0ccd1dfb6a4d'),
(126801,57,40438,NULL,7722,6,'2026-03-09 15:38:22','2026-03-09 15:38:22','fe5cf0ec-3ea4-42ec-9111-bba44c240eb2'),
(126802,13,40438,NULL,23851,1,'2026-03-09 15:38:22','2026-03-09 15:38:22','7cc89d9b-686f-4870-a13e-864a24e7b075'),
(126830,22,40420,NULL,40443,1,'2026-03-09 15:41:52','2026-03-09 15:41:52','0f6b580f-8a3e-4268-94bd-e18e8d4147a3'),
(126831,32,40446,NULL,2614,1,'2026-03-09 15:41:52','2026-03-09 15:41:52','688cdf7b-0813-43b5-ab14-c55920a6a457'),
(126832,32,40446,NULL,2610,2,'2026-03-09 15:41:52','2026-03-09 15:41:52','aa218c50-f357-411c-8a6e-e92061e5852b'),
(126833,32,40446,NULL,2598,3,'2026-03-09 15:41:52','2026-03-09 15:41:52','305dc422-382e-43ee-92b6-74c926e6ba85'),
(126834,32,40446,NULL,2600,4,'2026-03-09 15:41:52','2026-03-09 15:41:52','a328be16-0907-40ca-abcd-325bff462d7d'),
(126835,32,40446,NULL,2596,5,'2026-03-09 15:41:52','2026-03-09 15:41:52','4c9e37ed-4ffb-437f-b984-21e65089c127'),
(126836,32,40446,NULL,2602,6,'2026-03-09 15:41:52','2026-03-09 15:41:52','70141f75-27c8-420c-b3d8-943a2186777c'),
(126837,32,40446,NULL,2606,7,'2026-03-09 15:41:52','2026-03-09 15:41:52','dcd3d2d0-e4d5-4623-94aa-adbfb06f63a7'),
(126838,32,40446,NULL,2604,8,'2026-03-09 15:41:52','2026-03-09 15:41:52','133fe5a2-2285-4ca8-b098-505b672c9ce1'),
(126839,32,40446,NULL,2608,9,'2026-03-09 15:41:52','2026-03-09 15:41:52','1cf8d8df-e456-4020-b996-c615b17a6357'),
(126840,32,40446,NULL,2612,10,'2026-03-09 15:41:52','2026-03-09 15:41:52','cc762f3b-5eda-4c3d-ba1e-31e141db7f00'),
(126841,16,40446,NULL,3425,1,'2026-03-09 15:41:52','2026-03-09 15:41:52','4986b29d-d5c1-45e8-af88-8fa0e6ee0271'),
(126842,7,40446,NULL,601,1,'2026-03-09 15:41:52','2026-03-09 15:41:52','c51ffa61-0bad-47f2-abda-e9790c404dd9'),
(126843,7,40446,NULL,617,2,'2026-03-09 15:41:52','2026-03-09 15:41:52','8d7eb468-7315-4348-92e4-2caee13f10ab'),
(126844,7,40446,NULL,605,3,'2026-03-09 15:41:52','2026-03-09 15:41:52','510504b4-951b-4c71-8064-21ccc0c1e0e8'),
(126845,7,40446,NULL,9552,4,'2026-03-09 15:41:52','2026-03-09 15:41:52','9c5156df-2484-44dc-ba03-55a89ac45d72'),
(126846,82,40446,NULL,491,1,'2026-03-09 15:41:52','2026-03-09 15:41:52','bd39103c-c2c9-4d96-a3bf-a421052d1d2b'),
(126847,46,40446,NULL,7381,1,'2026-03-09 15:41:52','2026-03-09 15:41:52','095fcc4f-d2fe-401c-8021-ebb2fccd7a5f'),
(126848,47,40446,NULL,15002,1,'2026-03-09 15:41:52','2026-03-09 15:41:52','9e6a8df2-8dd9-4f0e-93af-0be02f6587aa'),
(126849,57,40446,NULL,7862,1,'2026-03-09 15:41:52','2026-03-09 15:41:52','155ce805-c4bd-4443-b3f9-e7d413d4fa66'),
(126850,57,40446,NULL,7858,2,'2026-03-09 15:41:52','2026-03-09 15:41:52','332cffce-7be2-4241-998a-923d97d59fef'),
(126851,57,40446,NULL,7864,3,'2026-03-09 15:41:52','2026-03-09 15:41:52','eb9cc5d2-6993-4d4f-aa43-5eefd1bd24d3'),
(126852,57,40446,NULL,7859,4,'2026-03-09 15:41:52','2026-03-09 15:41:52','7e21d2c4-16da-4503-a0a7-87d34ad1e31d'),
(126853,57,40446,NULL,7861,5,'2026-03-09 15:41:52','2026-03-09 15:41:52','bcd1c60e-a539-4f6d-a093-493fa3b1f90c'),
(126854,57,40446,NULL,7863,6,'2026-03-09 15:41:52','2026-03-09 15:41:52','fceddbf1-d73e-45a1-8cdf-e13b653e9f78'),
(126855,57,40446,NULL,7860,7,'2026-03-09 15:41:52','2026-03-09 15:41:52','aad6b9f2-8595-455e-b0cb-7b96c1c8d473'),
(126856,13,40446,NULL,23869,1,'2026-03-09 15:41:52','2026-03-09 15:41:52','a87e6d6d-ea46-4980-b785-a5372239bb0f'),
(126857,22,40447,NULL,40443,1,'2026-03-09 15:41:52','2026-03-09 15:41:52','5b8ec517-6a79-4f5f-a30d-e9a06cf82021'),
(126885,22,40384,NULL,40441,1,'2026-03-09 15:42:10','2026-03-09 15:42:10','4113f06d-edaa-4755-b27c-02c546140585'),
(126886,32,40450,NULL,2610,1,'2026-03-09 15:42:10','2026-03-09 15:42:10','3d29c705-41fc-40ca-b1ee-d7557a22e46e'),
(126887,32,40450,NULL,2598,2,'2026-03-09 15:42:10','2026-03-09 15:42:10','92641b95-ee9d-48b3-a3aa-0e35ee2a9d35'),
(126888,32,40450,NULL,2608,3,'2026-03-09 15:42:10','2026-03-09 15:42:10','505c36d6-d2af-4e91-89f0-e5f1d6b3f882'),
(126889,32,40450,NULL,2600,4,'2026-03-09 15:42:10','2026-03-09 15:42:10','974a334d-feca-416e-a073-e034eb179c25'),
(126890,32,40450,NULL,2596,5,'2026-03-09 15:42:10','2026-03-09 15:42:10','87620a11-679e-4310-899a-36659762f253'),
(126891,32,40450,NULL,2602,6,'2026-03-09 15:42:10','2026-03-09 15:42:10','2a2db061-44ab-4725-8f55-e4bf55740eb3'),
(126892,32,40450,NULL,2604,7,'2026-03-09 15:42:10','2026-03-09 15:42:10','2e396edb-e5c3-4ae8-b091-73c3e0294b53'),
(126893,32,40450,NULL,2606,8,'2026-03-09 15:42:10','2026-03-09 15:42:10','7990882c-e1b7-4487-b743-412918809d64'),
(126894,32,40450,NULL,2612,9,'2026-03-09 15:42:10','2026-03-09 15:42:10','ab11d659-2e6a-421f-9f0a-6eccd37f0cb9'),
(126895,16,40450,NULL,7707,1,'2026-03-09 15:42:10','2026-03-09 15:42:10','fd9448d2-8910-4ee4-b764-38aed25b702b'),
(126896,7,40450,NULL,601,1,'2026-03-09 15:42:10','2026-03-09 15:42:10','bac43a02-9485-45d2-b9f4-be8348200bb7'),
(126897,7,40450,NULL,3468,2,'2026-03-09 15:42:10','2026-03-09 15:42:10','b875a368-3a9e-43a8-bf06-19941e5c607a'),
(126898,7,40450,NULL,3027,3,'2026-03-09 15:42:10','2026-03-09 15:42:10','edd29d61-5c02-40d7-aa61-a9947e151aea'),
(126899,7,40450,NULL,9727,4,'2026-03-09 15:42:10','2026-03-09 15:42:10','74bf0fb8-21ef-4583-8f05-a8c9ab357d6a'),
(126900,7,40450,NULL,617,5,'2026-03-09 15:42:10','2026-03-09 15:42:10','eb1ea8f9-d11a-4359-9f32-6dd10cff4665'),
(126901,7,40450,NULL,605,6,'2026-03-09 15:42:10','2026-03-09 15:42:10','fbcb7e84-137b-44ab-a803-34dfd2c992e9'),
(126902,82,40450,NULL,491,1,'2026-03-09 15:42:10','2026-03-09 15:42:10','6c1ac11b-60e9-496f-b164-a9f4ea5ec189'),
(126903,46,40450,NULL,7369,1,'2026-03-09 15:42:10','2026-03-09 15:42:10','edbc5fc3-41d8-459b-bb27-8baa1fc421c0'),
(126904,47,40450,NULL,14963,1,'2026-03-09 15:42:10','2026-03-09 15:42:10','3ee7c721-a240-4376-891e-2437525e56a6'),
(126905,57,40450,NULL,4923,1,'2026-03-09 15:42:10','2026-03-09 15:42:10','849120c2-73c4-43ed-b540-0f86fb9f3a0d'),
(126906,57,40450,NULL,4920,2,'2026-03-09 15:42:10','2026-03-09 15:42:10','ad3a635b-a87a-497d-a352-027a4cc47c9a'),
(126907,57,40450,NULL,4921,3,'2026-03-09 15:42:10','2026-03-09 15:42:10','c7058216-1a51-4b56-bb45-2e11981a09bb'),
(126908,57,40450,NULL,4922,4,'2026-03-09 15:42:10','2026-03-09 15:42:10','8d05a4c2-259e-4ccc-b237-c20c6ccf2034'),
(126909,57,40450,NULL,4924,5,'2026-03-09 15:42:10','2026-03-09 15:42:10','2dad49cf-6a19-414d-a3be-7fc3e6524116'),
(126910,57,40450,NULL,7722,6,'2026-03-09 15:42:10','2026-03-09 15:42:10','92722168-a061-46cd-bf12-4bc886269fee'),
(126911,13,40450,NULL,23851,1,'2026-03-09 15:42:10','2026-03-09 15:42:10','7aa28739-9abf-4996-9c40-551e160fe2cc'),
(126912,22,40451,NULL,40441,1,'2026-03-09 15:42:10','2026-03-09 15:42:10','044e8db9-fa77-4f49-9684-f8d7100ae607'),
(126944,32,40456,NULL,2610,1,'2026-03-09 15:48:08','2026-03-09 15:48:08','52978107-2ef0-41cc-99aa-b0f88c8b84ad'),
(126945,32,40456,NULL,2598,2,'2026-03-09 15:48:08','2026-03-09 15:48:08','76701840-d60f-46c6-a4c2-bc9d69f71196'),
(126946,32,40456,NULL,2600,3,'2026-03-09 15:48:08','2026-03-09 15:48:08','67f7646b-484e-4be5-a756-140f365b2ac7'),
(126947,32,40456,NULL,2596,4,'2026-03-09 15:48:08','2026-03-09 15:48:08','c3f2e066-0b73-4be1-80fe-3d0d39538306'),
(126948,32,40456,NULL,2602,5,'2026-03-09 15:48:08','2026-03-09 15:48:08','9179e4b0-8558-45ea-953f-37e846d1f60a'),
(126949,32,40456,NULL,2604,6,'2026-03-09 15:48:08','2026-03-09 15:48:08','aa3d12ff-1058-4d82-bb44-5e0ff820d349'),
(126950,32,40456,NULL,2608,7,'2026-03-09 15:48:08','2026-03-09 15:48:08','ccf971af-fde8-4b81-b885-9f7a4a1d042a'),
(126951,32,40456,NULL,2606,8,'2026-03-09 15:48:08','2026-03-09 15:48:08','4027e049-7b64-4f18-be9c-aaa031cccbda'),
(126952,32,40456,NULL,2612,9,'2026-03-09 15:48:08','2026-03-09 15:48:08','fa620ab9-cc04-4a30-9069-4b0f471cb9f5'),
(126953,16,40456,NULL,7871,1,'2026-03-09 15:48:08','2026-03-09 15:48:08','554da06a-f198-49dc-97cb-530a1570bbf9'),
(126954,7,40456,NULL,6547,1,'2026-03-09 15:48:08','2026-03-09 15:48:08','9586c74d-4124-49fc-9612-aad5e9994626'),
(126955,7,40456,NULL,601,2,'2026-03-09 15:48:08','2026-03-09 15:48:08','8fdd48dd-7d21-4b3a-b6cc-862f1972b3eb'),
(126956,7,40456,NULL,617,3,'2026-03-09 15:48:08','2026-03-09 15:48:08','e898012a-c1ca-4d45-a838-1f4ddadda8e1'),
(126957,7,40456,NULL,9724,4,'2026-03-09 15:48:08','2026-03-09 15:48:08','42bcbb36-4f84-4857-be34-3fda68b4be61'),
(126958,7,40456,NULL,2974,5,'2026-03-09 15:48:08','2026-03-09 15:48:08','389b4d43-6726-4ebd-8c7b-3823cbc888fc'),
(126959,7,40456,NULL,9640,6,'2026-03-09 15:48:08','2026-03-09 15:48:08','5e4edf71-8282-4256-9f93-87c546a50c56'),
(126960,7,40456,NULL,28766,7,'2026-03-09 15:48:08','2026-03-09 15:48:08','b55dd2c3-fdc9-471f-9d48-fcf5099446c1'),
(126961,7,40456,NULL,605,8,'2026-03-09 15:48:08','2026-03-09 15:48:08','045bfe45-98fd-4444-bf5d-2b2f2f59ac9f'),
(126962,7,40456,NULL,9552,9,'2026-03-09 15:48:08','2026-03-09 15:48:08','4798b919-7d29-41e5-b416-fb0cf058b44e'),
(126963,82,40456,NULL,491,1,'2026-03-09 15:48:08','2026-03-09 15:48:08','25f8df60-ea9c-4c7e-8f91-b097cec3518f'),
(126964,46,40456,NULL,7369,1,'2026-03-09 15:48:08','2026-03-09 15:48:08','ac13959a-28eb-4cc1-b265-c7b9f142d953'),
(126965,47,40456,NULL,15005,1,'2026-03-09 15:48:08','2026-03-09 15:48:08','6f355907-4a3c-4ce8-af4b-69ad3b26c2fa'),
(126966,57,40456,NULL,7870,1,'2026-03-09 15:48:08','2026-03-09 15:48:08','50d01969-4c92-436c-b0ff-98e9fd58dca7'),
(126967,57,40456,NULL,7869,2,'2026-03-09 15:48:08','2026-03-09 15:48:08','eafea943-1a95-42e2-a7fb-608c2b5b1418'),
(126968,57,40456,NULL,7868,3,'2026-03-09 15:48:08','2026-03-09 15:48:08','c7be0719-3416-4d8a-a3e3-b80703758eae'),
(126969,57,40456,NULL,7874,4,'2026-03-09 15:48:08','2026-03-09 15:48:08','ed3e54df-9566-4404-afbf-01fc2114ae11'),
(126970,57,40456,NULL,7873,5,'2026-03-09 15:48:08','2026-03-09 15:48:08','a8570484-cdcb-4a4f-9a20-12ef249e8d0a'),
(126971,57,40456,NULL,3467,6,'2026-03-09 15:48:08','2026-03-09 15:48:08','557eca6c-2086-4145-b061-6f8e513f8562'),
(126972,57,40456,NULL,7872,7,'2026-03-09 15:48:08','2026-03-09 15:48:08','34bea1ab-889f-4721-9230-113a170b24ff'),
(126973,13,40456,NULL,23872,1,'2026-03-09 15:48:08','2026-03-09 15:48:08','5490a8ec-ab54-43b4-911b-f9dba58e5eb2'),
(126974,22,40457,NULL,3494,1,'2026-03-09 15:48:08','2026-03-09 15:48:08','96997ccc-e234-4e11-92e3-cb35fe37974c'),
(126999,32,40462,NULL,2610,1,'2026-03-09 15:54:48','2026-03-09 15:54:48','9519e174-fa2c-4cfd-a8e0-4b3d9d8c826c'),
(127000,32,40462,NULL,2598,2,'2026-03-09 15:54:48','2026-03-09 15:54:48','9ee13e37-a3f5-42c0-81bf-3bbebc83e37f'),
(127001,32,40462,NULL,2608,3,'2026-03-09 15:54:48','2026-03-09 15:54:48','ce19a9b6-b399-4875-bcc3-2d366ddd4581'),
(127002,32,40462,NULL,2600,4,'2026-03-09 15:54:48','2026-03-09 15:54:48','f73cf5ac-e3ae-4b36-a308-ee423f062372'),
(127003,32,40462,NULL,2596,5,'2026-03-09 15:54:48','2026-03-09 15:54:48','37e0c216-fa49-42d9-9acc-063b94abcb73'),
(127004,32,40462,NULL,2602,6,'2026-03-09 15:54:48','2026-03-09 15:54:48','efea7b11-0dbd-4699-955f-000eaa866934'),
(127005,32,40462,NULL,2612,7,'2026-03-09 15:54:48','2026-03-09 15:54:48','02e4584a-11f8-4e68-a3d6-fe2b2e01ea7e'),
(127006,32,40462,NULL,2604,8,'2026-03-09 15:54:48','2026-03-09 15:54:48','09d4e174-47a9-430f-8ec9-3be2d21b6ed0'),
(127007,32,40462,NULL,2606,9,'2026-03-09 15:54:48','2026-03-09 15:54:48','7616925f-d9f6-4ed8-a10f-6c7940730a8a'),
(127008,16,40462,NULL,7881,1,'2026-03-09 15:54:48','2026-03-09 15:54:48','f436f2bc-9586-48eb-87e0-4b98aaf3cdcc'),
(127009,7,40462,NULL,601,1,'2026-03-09 15:54:48','2026-03-09 15:54:48','c2bc851d-4175-4572-812a-54e2a6981f6d'),
(127010,7,40462,NULL,605,2,'2026-03-09 15:54:48','2026-03-09 15:54:48','a4d210a2-83ba-4868-a85c-317dcd70703d'),
(127011,7,40462,NULL,617,3,'2026-03-09 15:54:48','2026-03-09 15:54:48','4cffd006-aee8-4040-98f1-0083f2cc1399'),
(127012,7,40462,NULL,2974,4,'2026-03-09 15:54:48','2026-03-09 15:54:48','c4d9a65e-2fde-4bba-9238-2627da857ef5'),
(127013,7,40462,NULL,9552,5,'2026-03-09 15:54:48','2026-03-09 15:54:48','f510a981-aabe-4230-8ce6-3de15c8558ed'),
(127014,82,40462,NULL,491,1,'2026-03-09 15:54:48','2026-03-09 15:54:48','e822fc58-290c-43fd-8684-ad10604884b9'),
(127015,47,40462,NULL,15008,1,'2026-03-09 15:54:48','2026-03-09 15:54:48','e6abf537-6bce-4185-aa06-9a2ea778b107'),
(127016,57,40462,NULL,7883,1,'2026-03-09 15:54:48','2026-03-09 15:54:48','88faa659-775d-4803-badd-2e8485ea087b'),
(127017,57,40462,NULL,7886,2,'2026-03-09 15:54:48','2026-03-09 15:54:48','09197a2e-438a-4c3c-b524-b6e94567f98a'),
(127018,57,40462,NULL,7885,3,'2026-03-09 15:54:48','2026-03-09 15:54:48','8f34d2f8-0e07-445f-bcab-c9c5e6d9997c'),
(127019,57,40462,NULL,7882,4,'2026-03-09 15:54:48','2026-03-09 15:54:48','5d929712-1c93-435b-b5dc-f39aeb1e95b7'),
(127020,57,40462,NULL,7884,5,'2026-03-09 15:54:48','2026-03-09 15:54:48','12bc463b-7f00-42f6-8bca-e34746a30fbf'),
(127021,13,40462,NULL,23874,1,'2026-03-09 15:54:48','2026-03-09 15:54:48','5166f81d-37e7-4daf-9bf0-1845a5795477'),
(127022,22,40463,NULL,7084,1,'2026-03-09 15:54:48','2026-03-09 15:54:48','1ae93649-6d76-459c-be72-4f9d84ddadfe'),
(127050,32,40468,NULL,2614,1,'2026-03-09 15:59:31','2026-03-09 15:59:31','411b7087-06f5-4c13-873c-9ee5ea0784d3'),
(127051,32,40468,NULL,2610,2,'2026-03-09 15:59:31','2026-03-09 15:59:31','b8021535-63fa-4bfa-8fce-49f61ae79bb2'),
(127052,32,40468,NULL,2598,3,'2026-03-09 15:59:31','2026-03-09 15:59:31','9c49d181-5536-4cf9-96f1-c77976db2de8'),
(127053,32,40468,NULL,2600,4,'2026-03-09 15:59:31','2026-03-09 15:59:31','2ffce59b-f355-46b1-aab7-4b6a5c952443'),
(127054,32,40468,NULL,2596,5,'2026-03-09 15:59:31','2026-03-09 15:59:31','346d6a11-cdee-4270-9841-eb5ea4245668'),
(127055,32,40468,NULL,2602,6,'2026-03-09 15:59:31','2026-03-09 15:59:31','15396697-6be2-462a-bced-ef75adcfc2e6'),
(127056,32,40468,NULL,2612,7,'2026-03-09 15:59:31','2026-03-09 15:59:31','d1fe990f-0b89-4ee3-a324-4cb539d7c56c'),
(127057,32,40468,NULL,2604,8,'2026-03-09 15:59:31','2026-03-09 15:59:31','5625adda-1b07-4201-ab89-35fafbba8991'),
(127058,32,40468,NULL,2608,9,'2026-03-09 15:59:31','2026-03-09 15:59:31','53f8c354-2ae9-46d4-a0d1-c7f087887ee4'),
(127059,32,40468,NULL,2606,10,'2026-03-09 15:59:31','2026-03-09 15:59:31','809470fb-a8c1-42ad-abed-2f16f035d8d3'),
(127060,32,40468,NULL,2622,11,'2026-03-09 15:59:31','2026-03-09 15:59:31','4f47a4a8-c829-447a-b282-a1f6e8ec05d3'),
(127061,16,40468,NULL,3623,1,'2026-03-09 15:59:31','2026-03-09 15:59:31','7eec1912-c275-4856-94dd-3fd6beeabb33'),
(127062,7,40468,NULL,601,1,'2026-03-09 15:59:31','2026-03-09 15:59:31','f63e6a76-c610-4823-9ab5-f43fd34e026d'),
(127063,7,40468,NULL,617,2,'2026-03-09 15:59:31','2026-03-09 15:59:31','0d9ba102-4037-486e-9087-3cf8e42c3dcc'),
(127064,7,40468,NULL,605,3,'2026-03-09 15:59:31','2026-03-09 15:59:31','5e8ee45c-46f2-47b2-8447-1a71debbcb05'),
(127065,7,40468,NULL,9552,4,'2026-03-09 15:59:31','2026-03-09 15:59:31','11faf296-0aa5-4b65-ab02-d8a04b1c8761'),
(127066,47,40468,NULL,15019,1,'2026-03-09 15:59:31','2026-03-09 15:59:31','ac75d8b1-14d8-4b44-ae6f-f418bf299f35'),
(127067,57,40468,NULL,7950,1,'2026-03-09 15:59:31','2026-03-09 15:59:31','c21840fe-62ce-4d90-97c2-230a72a39e6d'),
(127068,57,40468,NULL,7952,2,'2026-03-09 15:59:31','2026-03-09 15:59:31','365d63ac-3a53-4a6c-a2ca-3cb1164bdc38'),
(127069,57,40468,NULL,7956,3,'2026-03-09 15:59:31','2026-03-09 15:59:31','78c5e18e-c073-472c-81da-1f742a78e6ff'),
(127070,57,40468,NULL,7955,4,'2026-03-09 15:59:31','2026-03-09 15:59:31','28df9552-84ed-4c0d-b0b1-41363ced45e4'),
(127071,57,40468,NULL,7951,5,'2026-03-09 15:59:31','2026-03-09 15:59:31','fcf9632b-af10-46d5-aae2-2bc867385cfa'),
(127072,57,40468,NULL,7954,6,'2026-03-09 15:59:31','2026-03-09 15:59:31','c1ca2a20-d784-4235-890b-1b4a8555e4ca'),
(127073,57,40468,NULL,7953,7,'2026-03-09 15:59:31','2026-03-09 15:59:31','714e2f51-c4dc-45df-a272-11bebcb64a31'),
(127074,57,40468,NULL,7957,8,'2026-03-09 15:59:31','2026-03-09 15:59:31','646669cf-1e78-4ae2-a178-b873e609163d'),
(127075,13,40468,NULL,23887,1,'2026-03-09 15:59:31','2026-03-09 15:59:31','ecb7a24c-8dad-4fc4-9747-55584598b70a'),
(127076,22,40469,NULL,7291,1,'2026-03-09 15:59:31','2026-03-09 15:59:31','c031456e-cc5c-4027-a2fd-acb8b48b8177'),
(127113,32,40473,NULL,2610,1,'2026-03-09 16:02:46','2026-03-09 16:02:46','ffaa8f99-a7ea-4c53-a91a-744e515888b9'),
(127114,32,40473,NULL,2598,2,'2026-03-09 16:02:46','2026-03-09 16:02:46','810963c1-773f-4157-8050-cd56360660ba'),
(127115,32,40473,NULL,2608,3,'2026-03-09 16:02:46','2026-03-09 16:02:46','dc455862-f119-4634-b9be-1053e8a4cda9'),
(127116,32,40473,NULL,2600,4,'2026-03-09 16:02:46','2026-03-09 16:02:46','5ee33942-cf7c-48a3-9cc2-841f7c322e8d'),
(127117,32,40473,NULL,2596,5,'2026-03-09 16:02:46','2026-03-09 16:02:46','1065017a-bf8b-40bc-a06e-583332523729'),
(127118,32,40473,NULL,2602,6,'2026-03-09 16:02:46','2026-03-09 16:02:46','2d13116e-ad9b-4459-863b-cfd61394691e'),
(127119,32,40473,NULL,2604,7,'2026-03-09 16:02:46','2026-03-09 16:02:46','068b53ad-4f7f-487f-9d4c-2638f8f0ebba'),
(127120,32,40473,NULL,2606,8,'2026-03-09 16:02:46','2026-03-09 16:02:46','b3beabb7-79bd-4284-a0aa-9d4445c397ad'),
(127121,32,40473,NULL,2612,9,'2026-03-09 16:02:46','2026-03-09 16:02:46','7c60fe38-9ecb-43f3-a256-5e5353ba15c0'),
(127122,16,40473,NULL,10219,1,'2026-03-09 16:02:46','2026-03-09 16:02:46','62e95a09-0eeb-4722-8d1a-327d144faff1'),
(127123,7,40473,NULL,601,1,'2026-03-09 16:02:46','2026-03-09 16:02:46','cff0210e-df9f-46c6-b42b-aad6c2190bc0'),
(127124,7,40473,NULL,2974,2,'2026-03-09 16:02:46','2026-03-09 16:02:46','bd4617f8-d6f6-4532-a216-cd9b6c507410'),
(127125,7,40473,NULL,617,3,'2026-03-09 16:02:46','2026-03-09 16:02:46','e74e6ea6-9599-42fd-91dc-2b189e9e1129'),
(127126,7,40473,NULL,9732,4,'2026-03-09 16:02:46','2026-03-09 16:02:46','80b52563-a0e3-4d33-9a66-807e1dd4a872'),
(127127,7,40473,NULL,9735,5,'2026-03-09 16:02:46','2026-03-09 16:02:46','72013bb0-c6bd-44ae-953f-14b7e1811985'),
(127128,7,40473,NULL,9552,6,'2026-03-09 16:02:46','2026-03-09 16:02:46','2eafee4d-2187-4fbd-81b4-e2937af3a733'),
(127129,7,40473,NULL,605,7,'2026-03-09 16:02:46','2026-03-09 16:02:46','568eba69-346a-46db-b21f-3ac8e5e95373'),
(127130,82,40473,NULL,491,1,'2026-03-09 16:02:46','2026-03-09 16:02:46','12731c76-8360-42ff-8612-e73a615a1926'),
(127131,47,40473,NULL,15023,1,'2026-03-09 16:02:46','2026-03-09 16:02:46','7611c69e-1284-41f7-84d0-015bc4e54df6'),
(127132,57,40473,NULL,10220,1,'2026-03-09 16:02:46','2026-03-09 16:02:46','0078ba38-b4e1-4dc5-a3e8-3f91d6c2ceac'),
(127133,57,40473,NULL,10224,2,'2026-03-09 16:02:46','2026-03-09 16:02:46','98cc4207-2077-4601-9683-510e6ac5c5b2'),
(127134,57,40473,NULL,10221,3,'2026-03-09 16:02:46','2026-03-09 16:02:46','b5177da3-7909-40d5-8d3e-ac2066408deb'),
(127135,57,40473,NULL,10222,4,'2026-03-09 16:02:46','2026-03-09 16:02:46','f895b4e2-5f5b-42ec-bbee-403756cb856a'),
(127136,57,40473,NULL,10225,5,'2026-03-09 16:02:46','2026-03-09 16:02:46','949de822-3572-4a29-8bb3-9045e4237c48'),
(127137,57,40473,NULL,10226,6,'2026-03-09 16:02:46','2026-03-09 16:02:46','cc7c85db-c202-459a-8da0-2512d8b501ff'),
(127138,57,40473,NULL,10228,7,'2026-03-09 16:02:46','2026-03-09 16:02:46','f2670b72-2a76-412e-ad7f-4e5a0e72cfd5'),
(127139,57,40473,NULL,10229,8,'2026-03-09 16:02:46','2026-03-09 16:02:46','b09414d7-02af-4ff5-ade8-80e6f7c21f46'),
(127140,57,40473,NULL,10232,9,'2026-03-09 16:02:46','2026-03-09 16:02:46','1ffd39ef-956d-4bc1-8bbe-23dfcd19119f'),
(127141,57,40473,NULL,10233,10,'2026-03-09 16:02:46','2026-03-09 16:02:46','85026d54-6e3f-451a-9b28-bd6af5e81dc4'),
(127142,57,40473,NULL,10234,11,'2026-03-09 16:02:46','2026-03-09 16:02:46','070e70b1-b2cf-4c7e-a531-d26dd4ff809f'),
(127143,57,40473,NULL,10236,12,'2026-03-09 16:02:46','2026-03-09 16:02:46','5391f2ef-527c-4920-9383-772003ad8414'),
(127144,57,40473,NULL,10237,13,'2026-03-09 16:02:46','2026-03-09 16:02:46','291c203c-0114-4797-9d4f-8150b916650c'),
(127145,57,40473,NULL,10238,14,'2026-03-09 16:02:46','2026-03-09 16:02:46','dc41915e-1588-445f-9288-3c8589ee9cf4'),
(127146,57,40473,NULL,10240,15,'2026-03-09 16:02:46','2026-03-09 16:02:46','f6f0c049-f388-4cff-a39d-928f0d7e4823'),
(127147,13,40473,NULL,23890,1,'2026-03-09 16:02:46','2026-03-09 16:02:46','89ddf4b6-9c85-4615-9e60-8ba6b43a77af'),
(127148,22,40474,NULL,7320,1,'2026-03-09 16:02:46','2026-03-09 16:02:46','4753059c-fb68-478c-9054-d4d7240b4309'),
(127166,32,40478,NULL,2614,1,'2026-03-09 16:06:39','2026-03-09 16:06:39','c967ac32-953b-4f08-94ae-6ae8a4a3fdfe'),
(127167,16,40478,NULL,8208,1,'2026-03-09 16:06:39','2026-03-09 16:06:39','6bdbe417-b479-4194-9c47-0208b998fd14'),
(127168,7,40478,NULL,617,1,'2026-03-09 16:06:39','2026-03-09 16:06:39','f52caf09-ef69-43fb-9596-549815304db8'),
(127169,7,40478,NULL,9555,2,'2026-03-09 16:06:39','2026-03-09 16:06:39','21343340-7e0e-417e-bca6-f90fd5cb1336'),
(127170,7,40478,NULL,605,3,'2026-03-09 16:06:39','2026-03-09 16:06:39','834b049b-461b-4283-b3aa-8a14ced9b621'),
(127171,7,40478,NULL,9552,4,'2026-03-09 16:06:39','2026-03-09 16:06:39','1ff32f67-8c3f-4c4b-ac7d-cce5506922ac'),
(127172,57,40478,NULL,8218,1,'2026-03-09 16:06:39','2026-03-09 16:06:39','2173c243-a2b6-4bbe-95c2-922e59a6fd12'),
(127173,57,40478,NULL,8217,2,'2026-03-09 16:06:39','2026-03-09 16:06:39','5322dbce-1ecf-4365-90b9-a697f3ddaba5'),
(127174,57,40478,NULL,8211,3,'2026-03-09 16:06:39','2026-03-09 16:06:39','f41f8677-11fb-41db-a894-1e939bc2c15b'),
(127175,57,40478,NULL,8214,4,'2026-03-09 16:06:39','2026-03-09 16:06:39','576b87cd-2869-4f27-8826-00d36c15b6c5'),
(127176,57,40478,NULL,8213,5,'2026-03-09 16:06:39','2026-03-09 16:06:39','e6df0357-92ff-40a5-b24b-f38acb78b136'),
(127177,57,40478,NULL,8212,6,'2026-03-09 16:06:39','2026-03-09 16:06:39','81d38887-c15e-4468-93c8-f566abd37f07'),
(127178,57,40478,NULL,8215,7,'2026-03-09 16:06:39','2026-03-09 16:06:39','fb2aca2d-f0f1-4ee8-ab75-9648badc5849'),
(127179,74,40478,NULL,9453,1,'2026-03-09 16:06:39','2026-03-09 16:06:39','d3479daa-f7e1-49a6-94d3-685769f681b0'),
(127180,13,40478,NULL,23903,1,'2026-03-09 16:06:39','2026-03-09 16:06:39','cf53f417-016f-430f-a268-dc99b3aad60b'),
(127181,12,40478,NULL,12715,1,'2026-03-09 16:06:39','2026-03-09 16:06:39','9705b3b5-29b9-4a94-a283-02e4d2d4377c'),
(127182,22,40479,NULL,5001,1,'2026-03-09 16:06:39','2026-03-09 16:06:39','33bde6e7-1997-405a-9085-27c64e285a9f'),
(127199,32,40485,NULL,2614,1,'2026-03-09 16:09:42','2026-03-09 16:09:42','dfe221c2-5156-4957-b13c-7846c5733575'),
(127200,83,40485,NULL,1045,1,'2026-03-09 16:09:42','2026-03-09 16:09:42','4946956e-abed-4b49-be4f-63736542f049'),
(127201,16,40485,NULL,6530,1,'2026-03-09 16:09:42','2026-03-09 16:09:42','dcee43c8-dc99-4e36-92e0-bc03aea07796'),
(127202,7,40485,NULL,617,1,'2026-03-09 16:09:42','2026-03-09 16:09:42','99c11ebc-02f8-4d0e-95c9-26babb085206'),
(127203,7,40485,NULL,9558,2,'2026-03-09 16:09:42','2026-03-09 16:09:42','8584b48c-0e84-40b5-b9eb-94f53ca18d83'),
(127204,7,40485,NULL,605,3,'2026-03-09 16:09:42','2026-03-09 16:09:42','6e34c4df-6381-4856-a453-3dad5ef42b3e'),
(127205,7,40485,NULL,9552,4,'2026-03-09 16:09:42','2026-03-09 16:09:42','885f2488-22e1-4dc7-b2d1-fdeb3106ca30'),
(127206,57,40485,NULL,8064,1,'2026-03-09 16:09:42','2026-03-09 16:09:42','61fc1cde-9b7b-4ba7-834e-c8ee410c97f6'),
(127207,57,40485,NULL,8061,2,'2026-03-09 16:09:42','2026-03-09 16:09:42','b847ef28-2b41-4bed-b268-34fc93cee1b3'),
(127208,57,40485,NULL,8060,3,'2026-03-09 16:09:42','2026-03-09 16:09:42','d3f591b5-7324-4093-a2df-c9cdfe0f921d'),
(127209,57,40485,NULL,8063,4,'2026-03-09 16:09:42','2026-03-09 16:09:42','45359340-50fc-49e9-acbf-4ea843836bf5'),
(127210,57,40485,NULL,8062,5,'2026-03-09 16:09:42','2026-03-09 16:09:42','67a71ad8-2245-4c70-bb97-3b2b6e8007f8'),
(127211,74,40485,NULL,14613,1,'2026-03-09 16:09:42','2026-03-09 16:09:42','9b2ce169-e579-414b-a81e-a2e3fd69b4fe'),
(127212,13,40485,NULL,23713,1,'2026-03-09 16:09:42','2026-03-09 16:09:42','0f8a2c63-4acb-473b-9689-5a5f00dc1f0b'),
(127213,12,40485,NULL,12713,1,'2026-03-09 16:09:42','2026-03-09 16:09:42','588ff6df-caec-4470-849a-1092beb0e8b8'),
(127214,22,40486,NULL,6183,1,'2026-03-09 16:09:42','2026-03-09 16:09:42','ed5888e3-5a9f-497f-a719-f72e8669a929'),
(127228,83,40489,NULL,945,1,'2026-03-09 16:12:24','2026-03-09 16:12:24','abb81413-ad20-4f9c-a19c-ad37528e7055'),
(127229,16,40489,NULL,2968,1,'2026-03-09 16:12:24','2026-03-09 16:12:24','1b37c9ae-f695-47b7-b15a-12c9758cd364'),
(127230,7,40489,NULL,605,1,'2026-03-09 16:12:24','2026-03-09 16:12:24','ee6b1cc9-fef6-4b2e-a977-42390d7dcec8'),
(127231,7,40489,NULL,617,2,'2026-03-09 16:12:24','2026-03-09 16:12:24','f5c52fa1-a809-4f65-9cbd-83da9697ece0'),
(127232,7,40489,NULL,9552,3,'2026-03-09 16:12:24','2026-03-09 16:12:24','5098cdbd-0a25-48f0-8a1f-c5228a9fe909'),
(127233,57,40489,NULL,3248,1,'2026-03-09 16:12:24','2026-03-09 16:12:24','ff441dd6-eb9b-48df-b7e4-7caf7af991a9'),
(127234,57,40489,NULL,3246,2,'2026-03-09 16:12:24','2026-03-09 16:12:24','2a025e5c-bd29-415f-9f1b-f05b17f5fda3'),
(127235,57,40489,NULL,3254,3,'2026-03-09 16:12:24','2026-03-09 16:12:24','f801bc49-ae2b-4b6c-b874-64cbda57f3ca'),
(127236,57,40489,NULL,3253,4,'2026-03-09 16:12:24','2026-03-09 16:12:24','e02a820a-1863-45ce-8d55-82aa82a51a44'),
(127237,57,40489,NULL,3251,5,'2026-03-09 16:12:24','2026-03-09 16:12:24','030890c6-93f0-4936-8ba3-260910c16bc3'),
(127238,57,40489,NULL,3245,6,'2026-03-09 16:12:24','2026-03-09 16:12:24','b5f90c39-d6a9-40bf-8a84-20bc263db489'),
(127239,13,40489,NULL,23848,1,'2026-03-09 16:12:24','2026-03-09 16:12:24','6323fbaa-495d-404a-959b-4054dc813b24'),
(127240,22,40490,NULL,6460,1,'2026-03-09 16:12:24','2026-03-09 16:12:24','73374463-7a05-44e6-84ff-a03ee0e773b8'),
(127270,32,40495,NULL,2610,1,'2026-03-09 16:15:01','2026-03-09 16:15:01','ab1986f7-db4c-4c2d-aeb8-d7cf3a01c2af'),
(127271,32,40495,NULL,2598,2,'2026-03-09 16:15:01','2026-03-09 16:15:01','8a0aa3ff-a9a5-40ac-b88a-2480ab7df56f'),
(127272,32,40495,NULL,2600,3,'2026-03-09 16:15:01','2026-03-09 16:15:01','d1a78feb-25db-429a-a6df-b88a9ef4eb13'),
(127273,32,40495,NULL,2596,4,'2026-03-09 16:15:01','2026-03-09 16:15:01','2d56a827-c73c-48a9-9268-053a99cfdad3'),
(127274,32,40495,NULL,2602,5,'2026-03-09 16:15:01','2026-03-09 16:15:01','77716570-c0d7-416c-bfbf-023133995adf'),
(127275,32,40495,NULL,2604,6,'2026-03-09 16:15:01','2026-03-09 16:15:01','7d6ddb9c-9509-498a-a930-e4a0aa1df9e1'),
(127276,32,40495,NULL,2608,7,'2026-03-09 16:15:01','2026-03-09 16:15:01','08a76457-7464-4a15-a70d-bf37e27e8aed'),
(127277,32,40495,NULL,2606,8,'2026-03-09 16:15:01','2026-03-09 16:15:01','4758e63a-35cf-413a-a71a-c702e93821df'),
(127278,32,40495,NULL,2612,9,'2026-03-09 16:15:01','2026-03-09 16:15:01','d6dd258f-7de7-4b14-b311-1009cfec49b4'),
(127279,16,40495,NULL,5253,1,'2026-03-09 16:15:01','2026-03-09 16:15:01','afc483c1-cc60-4849-8a88-f019dc41d4c5'),
(127280,7,40495,NULL,601,1,'2026-03-09 16:15:01','2026-03-09 16:15:01','846ddf6c-2244-48f8-acd9-a6233043eba5'),
(127281,7,40495,NULL,617,2,'2026-03-09 16:15:01','2026-03-09 16:15:01','1dbcf3bf-e5e1-4891-96a9-75959fb26a20'),
(127282,7,40495,NULL,9727,3,'2026-03-09 16:15:01','2026-03-09 16:15:01','728a34f0-4e94-451f-abd4-6547d8222cd8'),
(127283,7,40495,NULL,9552,4,'2026-03-09 16:15:01','2026-03-09 16:15:01','d62409f5-a9cc-4d5d-afd1-5a045b1c5649'),
(127284,7,40495,NULL,605,5,'2026-03-09 16:15:01','2026-03-09 16:15:01','332ce1ca-d30a-462c-862a-aef95889002b'),
(127285,82,40495,NULL,491,1,'2026-03-09 16:15:01','2026-03-09 16:15:01','a4def769-49c0-4388-bc2e-3a8c88eb2662'),
(127286,46,40495,NULL,7379,1,'2026-03-09 16:15:01','2026-03-09 16:15:01','e765b72a-fe46-41c3-876f-c110ddbc94de'),
(127287,47,40495,NULL,15017,1,'2026-03-09 16:15:01','2026-03-09 16:15:01','84030b4f-49c7-4d12-b88c-bd80b5d6507d'),
(127288,57,40495,NULL,7926,1,'2026-03-09 16:15:01','2026-03-09 16:15:01','d5a324c2-5b7d-4354-9e90-80f776c514ef'),
(127289,57,40495,NULL,7928,2,'2026-03-09 16:15:01','2026-03-09 16:15:01','01eee26f-d436-48b0-828a-c3da582a9394'),
(127290,57,40495,NULL,7927,3,'2026-03-09 16:15:01','2026-03-09 16:15:01','6a9403f5-c87a-48cb-9cce-4f6372215e5c'),
(127291,57,40495,NULL,7924,4,'2026-03-09 16:15:01','2026-03-09 16:15:01','8b9f0b5c-6955-4288-8734-f5f5210cb784'),
(127292,57,40495,NULL,7925,5,'2026-03-09 16:15:01','2026-03-09 16:15:01','c724c7c9-bef5-477a-98bc-d58bfc4f2dc1'),
(127293,57,40495,NULL,7923,6,'2026-03-09 16:15:01','2026-03-09 16:15:01','f4bf72fa-b3d5-43c4-9796-4efef67ebe94'),
(127294,57,40495,NULL,7920,7,'2026-03-09 16:15:01','2026-03-09 16:15:01','d26eceb8-e703-43ef-b290-5e55134c75c7'),
(127295,57,40495,NULL,7922,8,'2026-03-09 16:15:01','2026-03-09 16:15:01','40fe72b9-3680-4c7e-b830-3e133b230d85'),
(127296,57,40495,NULL,7921,9,'2026-03-09 16:15:01','2026-03-09 16:15:01','4d0fe3aa-e042-428d-ab8e-32899d5b283b'),
(127297,13,40495,NULL,23900,1,'2026-03-09 16:15:01','2026-03-09 16:15:01','d80397f3-83da-4c6a-8919-d16fc73284fb'),
(127298,22,40496,NULL,14795,1,'2026-03-09 16:15:01','2026-03-09 16:15:01','3db5b77a-874b-4e59-ab9a-4311a504ebce'),
(127321,32,40501,NULL,2610,1,'2026-03-09 16:18:38','2026-03-09 16:18:38','f178f7db-8d32-4231-9641-b7216624a5ec'),
(127322,32,40501,NULL,2598,2,'2026-03-09 16:18:38','2026-03-09 16:18:38','1d42ca27-6028-4301-a1fb-c98afb3f0cbf'),
(127323,32,40501,NULL,2608,3,'2026-03-09 16:18:38','2026-03-09 16:18:38','6e142cdf-2978-4ea2-abf0-5274519d0f4b'),
(127324,32,40501,NULL,2600,4,'2026-03-09 16:18:38','2026-03-09 16:18:38','1e280152-dc73-484d-a0bc-0d8561cfbede'),
(127325,32,40501,NULL,2596,5,'2026-03-09 16:18:38','2026-03-09 16:18:38','444a6bc2-2d28-4eca-9ad3-3c1b81b8df17'),
(127326,32,40501,NULL,2602,6,'2026-03-09 16:18:38','2026-03-09 16:18:38','eb9a8d38-f0c2-4989-9aae-55d4ef8309ab'),
(127327,32,40501,NULL,2604,7,'2026-03-09 16:18:38','2026-03-09 16:18:38','3bf1e475-a96f-4fa7-bd40-aa2a7de02d52'),
(127328,32,40501,NULL,2606,8,'2026-03-09 16:18:38','2026-03-09 16:18:38','201814b9-a3ff-4f54-947f-4ff53f21ae7d'),
(127329,32,40501,NULL,2612,9,'2026-03-09 16:18:38','2026-03-09 16:18:38','057841f9-8717-40a3-b323-9115e3b8af1b'),
(127330,16,40501,NULL,545,1,'2026-03-09 16:18:38','2026-03-09 16:18:38','c41eeb45-a6a1-45fc-97ec-96d5b217711e'),
(127331,7,40501,NULL,601,1,'2026-03-09 16:18:38','2026-03-09 16:18:38','0bacfd29-3988-4a72-98f0-a9905180b90c'),
(127332,7,40501,NULL,617,2,'2026-03-09 16:18:38','2026-03-09 16:18:38','12c252ee-6dff-446c-ac1e-27b7744bf65b'),
(127333,7,40501,NULL,605,3,'2026-03-09 16:18:38','2026-03-09 16:18:38','e47edc7e-a2d4-4787-9496-dff8c4bf31fb'),
(127334,7,40501,NULL,9552,4,'2026-03-09 16:18:38','2026-03-09 16:18:38','0a57f772-27a0-4cce-ad98-6a74dcd51ff2'),
(127335,82,40501,NULL,491,1,'2026-03-09 16:18:38','2026-03-09 16:18:38','999b5c33-217c-4ced-9386-62c46518625e'),
(127336,47,40501,NULL,14954,1,'2026-03-09 16:18:38','2026-03-09 16:18:38','a6da7704-108c-4d20-a291-ea69e556505d'),
(127337,57,40501,NULL,545,1,'2026-03-09 16:18:38','2026-03-09 16:18:38','79428564-dc68-4535-9ba9-b489c64a18b5'),
(127338,57,40501,NULL,137,2,'2026-03-09 16:18:38','2026-03-09 16:18:38','d8ad1d32-217b-4b66-89b6-a035eeb358db'),
(127339,57,40501,NULL,138,3,'2026-03-09 16:18:38','2026-03-09 16:18:38','1140e60a-e80e-4344-bb0f-cc0d9172a1fd'),
(127340,57,40501,NULL,136,4,'2026-03-09 16:18:38','2026-03-09 16:18:38','ba231461-cae8-4343-8e7e-2ef9c272d4b1'),
(127341,13,40501,NULL,23845,1,'2026-03-09 16:18:38','2026-03-09 16:18:38','a373e100-fa2b-4d1a-aae3-7b33d74b0502'),
(127342,22,40502,NULL,10437,1,'2026-03-09 16:18:38','2026-03-09 16:18:38','2d822c14-ab43-44fc-9bb2-3b7180d968df'),
(127371,32,40508,NULL,2610,1,'2026-03-09 16:22:05','2026-03-09 16:22:05','256ba3db-8205-4a10-81b3-7ccab5316dcb'),
(127372,32,40508,NULL,2598,2,'2026-03-09 16:22:05','2026-03-09 16:22:05','ef8b7a2a-80f1-4216-a2bb-a624469b00d8'),
(127373,32,40508,NULL,2608,3,'2026-03-09 16:22:05','2026-03-09 16:22:05','2839d48c-bd7d-4ebe-93ca-7c81e7da0ec4'),
(127374,32,40508,NULL,2600,4,'2026-03-09 16:22:05','2026-03-09 16:22:05','eb088593-2d15-4e22-81c3-f7a505326953'),
(127375,32,40508,NULL,2596,5,'2026-03-09 16:22:05','2026-03-09 16:22:05','9ba054d7-856d-4012-9c98-433397449545'),
(127376,32,40508,NULL,2602,6,'2026-03-09 16:22:05','2026-03-09 16:22:05','b6cc182a-f5b9-4816-834b-b2edef019d36'),
(127377,32,40508,NULL,2604,7,'2026-03-09 16:22:05','2026-03-09 16:22:05','a1f96cb3-bfe1-474b-8270-fe4658109d06'),
(127378,32,40508,NULL,2606,8,'2026-03-09 16:22:05','2026-03-09 16:22:05','144a2a4f-0cc0-4621-8076-5f9d8f6b5c20'),
(127379,32,40508,NULL,2612,9,'2026-03-09 16:22:05','2026-03-09 16:22:05','0fc7cbe4-f6ab-49f2-a8d4-e99e02db1639'),
(127380,83,40508,NULL,951,1,'2026-03-09 16:22:05','2026-03-09 16:22:05','029cf845-be19-4283-a078-69f2e5b0d290'),
(127381,16,40508,NULL,22384,1,'2026-03-09 16:22:05','2026-03-09 16:22:05','74de56ba-34bb-4125-a229-d7d974ca42ec'),
(127382,7,40508,NULL,6547,1,'2026-03-09 16:22:05','2026-03-09 16:22:05','d7af775a-1181-4bc5-83aa-32cbbff4efb5'),
(127383,7,40508,NULL,601,2,'2026-03-09 16:22:05','2026-03-09 16:22:05','88a0bf98-397e-45f8-a956-94f6c69f71b2'),
(127384,7,40508,NULL,2972,3,'2026-03-09 16:22:05','2026-03-09 16:22:05','1b3dce6f-3b21-440a-b692-70b826bacf38'),
(127385,7,40508,NULL,2974,4,'2026-03-09 16:22:05','2026-03-09 16:22:05','e609a08f-c3a5-4de5-93c1-748ea29ff9b3'),
(127386,7,40508,NULL,617,5,'2026-03-09 16:22:05','2026-03-09 16:22:05','8eb76ed5-d416-4c45-ac12-43f61d1d6c46'),
(127387,7,40508,NULL,605,6,'2026-03-09 16:22:05','2026-03-09 16:22:05','966e6ab9-3b18-4d67-9160-5cccad6a7f4b'),
(127388,7,40508,NULL,9552,7,'2026-03-09 16:22:05','2026-03-09 16:22:05','6c4244e9-1dba-4c86-8f46-d32331f4f8ab'),
(127389,82,40508,NULL,491,1,'2026-03-09 16:22:05','2026-03-09 16:22:05','5571d156-5eca-461e-aeab-3da6119f51dc'),
(127390,47,40508,NULL,14958,1,'2026-03-09 16:22:05','2026-03-09 16:22:05','eeac3d53-cdba-4ba5-89ff-b9ed5c9d8eea'),
(127391,57,40508,NULL,4842,1,'2026-03-09 16:22:05','2026-03-09 16:22:05','1ea90311-d87a-4fa4-9a58-ee00e7709ecb'),
(127392,57,40508,NULL,4841,2,'2026-03-09 16:22:05','2026-03-09 16:22:05','34e5ea30-0e8f-419f-a023-5cb105b2ae13'),
(127393,57,40508,NULL,4846,3,'2026-03-09 16:22:05','2026-03-09 16:22:05','2e4936a3-38be-4756-bc91-3743ae28ec65'),
(127394,57,40508,NULL,4845,4,'2026-03-09 16:22:05','2026-03-09 16:22:05','fa5a5428-6900-4a5c-aa6e-02d53ee431d3'),
(127395,57,40508,NULL,4844,5,'2026-03-09 16:22:05','2026-03-09 16:22:05','509309e7-415e-4281-a35d-ee9a8f0dba52'),
(127396,57,40508,NULL,4843,6,'2026-03-09 16:22:05','2026-03-09 16:22:05','ce57c393-2481-4a33-842e-c57d3cab5bc9'),
(127397,13,40508,NULL,23936,1,'2026-03-09 16:22:05','2026-03-09 16:22:05','b743f55b-69ec-456d-85be-316b9a2df931'),
(127425,32,40515,NULL,2614,1,'2026-03-09 16:24:26','2026-03-09 16:24:26','a54d244e-dc9f-4b24-8777-f7e888149334'),
(127426,32,40515,NULL,2610,2,'2026-03-09 16:24:26','2026-03-09 16:24:26','737e82fa-6dfe-45ee-bc48-b93c061178e7'),
(127427,32,40515,NULL,2598,3,'2026-03-09 16:24:26','2026-03-09 16:24:26','72106bef-3384-40b2-a4d7-20af9c850051'),
(127428,32,40515,NULL,2600,4,'2026-03-09 16:24:26','2026-03-09 16:24:26','1104faa7-3697-42b1-bfa4-0497a7b5c421'),
(127429,32,40515,NULL,2604,5,'2026-03-09 16:24:26','2026-03-09 16:24:26','42e27400-d27a-457a-9dc5-37206370f7ea'),
(127430,32,40515,NULL,2608,6,'2026-03-09 16:24:26','2026-03-09 16:24:26','fbb6c29b-cea3-464a-afc8-82bc9f10f82e'),
(127431,32,40515,NULL,2596,7,'2026-03-09 16:24:26','2026-03-09 16:24:26','107e181f-403f-4db4-8cfa-f4bef46154ae'),
(127432,32,40515,NULL,2602,8,'2026-03-09 16:24:26','2026-03-09 16:24:26','24989548-a4aa-4bf1-8a4f-a6ed24490a1f'),
(127433,32,40515,NULL,2606,9,'2026-03-09 16:24:26','2026-03-09 16:24:26','bc5f1f7a-478b-4100-94fa-14bff445e13a'),
(127434,32,40515,NULL,2612,10,'2026-03-09 16:24:26','2026-03-09 16:24:26','49a693dd-7a98-40ea-927f-601fbe117a96'),
(127435,16,40515,NULL,4824,1,'2026-03-09 16:24:26','2026-03-09 16:24:26','b3151cb8-cf38-4e9a-90c9-b77140815967'),
(127436,7,40515,NULL,6547,1,'2026-03-09 16:24:26','2026-03-09 16:24:26','ad7b2e84-d5b0-4cd7-8928-a79bc07a8773'),
(127437,7,40515,NULL,601,2,'2026-03-09 16:24:26','2026-03-09 16:24:26','f31ae854-97c0-412e-a66d-07358df2dbbf'),
(127438,7,40515,NULL,2974,3,'2026-03-09 16:24:26','2026-03-09 16:24:26','a83c111d-f43f-4dcb-aa44-d41198cb3b10'),
(127439,7,40515,NULL,617,4,'2026-03-09 16:24:26','2026-03-09 16:24:26','526ebf5e-182c-45f6-9425-614d02b57d7e'),
(127440,7,40515,NULL,9640,5,'2026-03-09 16:24:26','2026-03-09 16:24:26','2bf377d0-7a98-4e3e-855b-6c5b4bb85e43'),
(127441,7,40515,NULL,9549,6,'2026-03-09 16:24:26','2026-03-09 16:24:26','c9fecd08-defa-4291-8389-caf7b6e9e931'),
(127442,7,40515,NULL,605,7,'2026-03-09 16:24:26','2026-03-09 16:24:26','5c458778-0727-42dd-b889-a190df23bb2b'),
(127443,7,40515,NULL,9552,8,'2026-03-09 16:24:26','2026-03-09 16:24:26','df2babdd-08be-4657-8de9-347f9e5177f6'),
(127444,82,40515,NULL,479,1,'2026-03-09 16:24:26','2026-03-09 16:24:26','1e416d10-ce5b-4256-a867-52c32f5f4caf'),
(127445,47,40515,NULL,12482,1,'2026-03-09 16:24:26','2026-03-09 16:24:26','3e2e168c-4045-4466-8624-8527edb375a4'),
(127446,57,40515,NULL,4821,1,'2026-03-09 16:24:26','2026-03-09 16:24:26','bfa2abee-ab96-4b30-8339-ee7c0ddb93d7'),
(127447,57,40515,NULL,4822,2,'2026-03-09 16:24:26','2026-03-09 16:24:26','f93856c9-d45d-411e-9498-137490ad84f5'),
(127448,57,40515,NULL,4823,3,'2026-03-09 16:24:26','2026-03-09 16:24:26','cb55a833-955c-4ecd-9c30-5964fef9b693'),
(127449,57,40515,NULL,4824,4,'2026-03-09 16:24:26','2026-03-09 16:24:26','ce54bee8-2560-484b-b125-ef641a7bce6a'),
(127450,13,40515,NULL,6620,1,'2026-03-09 16:24:26','2026-03-09 16:24:26','96312a1e-f149-4256-90e7-8a1cf0a79897'),
(127451,22,40516,NULL,6629,1,'2026-03-09 16:24:27','2026-03-09 16:24:27','a8578e76-61bc-451f-bdf6-15e6f315b122'),
(127452,32,40536,NULL,2610,1,'2026-03-09 18:14:23','2026-03-09 18:14:23','6b5878cd-0bc0-4eb5-bfbc-3eb5f834d8c4'),
(127453,32,40536,NULL,2598,2,'2026-03-09 18:14:23','2026-03-09 18:14:23','0d4ad033-f68f-44e8-9cd4-84c618b24a5c'),
(127454,32,40536,NULL,2600,3,'2026-03-09 18:14:23','2026-03-09 18:14:23','845918c2-0b79-46d6-8bb5-c2fd8430f71f'),
(127455,32,40536,NULL,2602,4,'2026-03-09 18:14:23','2026-03-09 18:14:23','6d71a663-76ce-4894-81bd-e0bd55822bce'),
(127456,32,40536,NULL,2612,5,'2026-03-09 18:14:23','2026-03-09 18:14:23','39237c4c-c29b-4a39-b0a3-39a136e99dba'),
(127457,32,40536,NULL,2618,6,'2026-03-09 18:14:23','2026-03-09 18:14:23','e8ff0fba-658f-4a74-b520-048d63da5dcd'),
(127458,32,40536,NULL,2604,7,'2026-03-09 18:14:23','2026-03-09 18:14:23','11e3724f-1ba3-4a1f-9fca-305bdc1d8a1f'),
(127459,32,40536,NULL,2608,8,'2026-03-09 18:14:23','2026-03-09 18:14:23','a02005e0-2b9b-4726-811c-64ac8687f83a'),
(127460,32,40536,NULL,2596,9,'2026-03-09 18:14:23','2026-03-09 18:14:23','bc0f2a7b-7a53-41ef-92b3-bc7c48572210'),
(127461,32,40536,NULL,2606,10,'2026-03-09 18:14:23','2026-03-09 18:14:23','041625e5-6f85-4701-868d-d504f02e5df3'),
(127462,16,40536,NULL,4639,1,'2026-03-09 18:14:23','2026-03-09 18:14:23','d52830e8-8cce-4d65-a695-34c7c5520c6e'),
(127463,7,40536,NULL,2974,1,'2026-03-09 18:14:23','2026-03-09 18:14:23','72463c88-85be-454a-9caa-2cd08a524344'),
(127464,7,40536,NULL,617,2,'2026-03-09 18:14:23','2026-03-09 18:14:23','4fb23a93-efd5-44ad-9f8b-7421ebed4684'),
(127465,7,40536,NULL,605,3,'2026-03-09 18:14:23','2026-03-09 18:14:23','53f7e969-2a2b-4e65-9a74-d8665795a55b'),
(127466,7,40536,NULL,9552,4,'2026-03-09 18:14:23','2026-03-09 18:14:23','cb14bcf9-0b9a-4327-85f8-19bf0498d69c'),
(127467,82,40536,NULL,491,1,'2026-03-09 18:14:23','2026-03-09 18:14:23','3d0327eb-dce6-499e-ad36-d905572343b5'),
(127468,46,40536,NULL,3697,1,'2026-03-09 18:14:23','2026-03-09 18:14:23','dbf0f503-cc04-4a66-88aa-1afc8322acd7'),
(127469,47,40536,NULL,12494,1,'2026-03-09 18:14:23','2026-03-09 18:14:23','f9288be5-f1c5-4813-9c4f-f6a72d9d2f8f'),
(127470,57,40536,NULL,5084,1,'2026-03-09 18:14:23','2026-03-09 18:14:23','60a988d6-5ea4-4c67-9dd9-d799354e46e3'),
(127471,57,40536,NULL,5085,2,'2026-03-09 18:14:23','2026-03-09 18:14:23','13d14761-56ab-43ae-a3d0-c684352e61ff'),
(127472,57,40536,NULL,5086,3,'2026-03-09 18:14:23','2026-03-09 18:14:23','f0935344-2a16-4480-9365-6bcbf3adfd78'),
(127473,57,40536,NULL,5087,4,'2026-03-09 18:14:23','2026-03-09 18:14:23','8bb2fee2-8668-4ffc-8ad6-2700748ddb47'),
(127474,57,40536,NULL,5088,5,'2026-03-09 18:14:23','2026-03-09 18:14:23','713ae01e-69db-4d39-a93f-5049f9d20f28'),
(127475,13,40536,NULL,23842,1,'2026-03-09 18:14:23','2026-03-09 18:14:23','ce355a85-dc57-47df-8a8c-1ec6173f92d1'),
(127505,32,40541,NULL,2610,1,'2026-03-09 18:18:04','2026-03-09 18:18:04','45efde7c-dbf8-48cd-813d-99c84ab2d81e'),
(127506,32,40541,NULL,2598,2,'2026-03-09 18:18:04','2026-03-09 18:18:04','55351221-02e1-4bf5-b6de-e5ae01472f55'),
(127507,32,40541,NULL,2608,3,'2026-03-09 18:18:04','2026-03-09 18:18:04','109951f2-9ad4-4fb9-aba5-4ee4224babc0'),
(127508,32,40541,NULL,2624,4,'2026-03-09 18:18:04','2026-03-09 18:18:04','1861c76c-18c3-447a-9882-ab9a2b876312'),
(127509,32,40541,NULL,2600,5,'2026-03-09 18:18:04','2026-03-09 18:18:04','5230bb30-ef2e-4ebc-bc16-4f598dd8de18'),
(127510,32,40541,NULL,2596,6,'2026-03-09 18:18:04','2026-03-09 18:18:04','85614b89-d8a4-4f42-84e3-06ec9811c1f6'),
(127511,32,40541,NULL,2602,7,'2026-03-09 18:18:04','2026-03-09 18:18:04','dba3a953-9663-4451-b596-dd51fdc6397f'),
(127512,32,40541,NULL,2606,8,'2026-03-09 18:18:04','2026-03-09 18:18:04','c737b926-d436-411a-bf0c-0d9940f72ed7'),
(127513,32,40541,NULL,2612,9,'2026-03-09 18:18:04','2026-03-09 18:18:04','cc465473-8d8d-4678-9937-7ffd18541b1b'),
(127514,32,40541,NULL,2604,10,'2026-03-09 18:18:04','2026-03-09 18:18:04','0c3dd291-dc6d-47b8-a0d0-f3261c117af7'),
(127515,16,40541,NULL,9038,1,'2026-03-09 18:18:04','2026-03-09 18:18:04','5011bfb4-fbb2-4b86-adc1-13bc9b4b3ca1'),
(127516,7,40541,NULL,601,1,'2026-03-09 18:18:04','2026-03-09 18:18:04','e49360b2-2f17-47ea-928c-c55b083d5f01'),
(127517,7,40541,NULL,3468,2,'2026-03-09 18:18:04','2026-03-09 18:18:04','4c3e5939-5b7d-4ab2-8a1d-6dd3c3cbf555'),
(127518,7,40541,NULL,2974,3,'2026-03-09 18:18:04','2026-03-09 18:18:04','04e7824c-c475-4ae1-a7d7-d8e3061cc1c2'),
(127519,7,40541,NULL,28766,4,'2026-03-09 18:18:04','2026-03-09 18:18:04','8d3cdc6f-c3c3-483c-84e0-75f7cb55db88'),
(127520,7,40541,NULL,605,5,'2026-03-09 18:18:04','2026-03-09 18:18:04','24eae8a7-a854-4fa2-af1e-35bbd326df87'),
(127521,7,40541,NULL,617,6,'2026-03-09 18:18:04','2026-03-09 18:18:04','0c8ea315-27ed-422e-a9bc-93b56f59ca07'),
(127522,7,40541,NULL,9552,7,'2026-03-09 18:18:04','2026-03-09 18:18:04','48e2ecb9-8902-4ab7-85bc-18d37df5eee3'),
(127523,82,40541,NULL,491,1,'2026-03-09 18:18:04','2026-03-09 18:18:04','50bd044d-4200-4a8f-9e6f-663481984365'),
(127524,46,40541,NULL,2891,1,'2026-03-09 18:18:04','2026-03-09 18:18:04','c597c6bb-f1a6-43da-90b6-ee64f274a362'),
(127525,47,40541,NULL,12285,1,'2026-03-09 18:18:04','2026-03-09 18:18:04','d62d03e3-c273-4bb2-a198-9099a412f07f'),
(127526,57,40541,NULL,9045,1,'2026-03-09 18:18:04','2026-03-09 18:18:04','7b9bfaec-b88a-4836-9907-8c6a6caaf983'),
(127527,57,40541,NULL,9046,2,'2026-03-09 18:18:04','2026-03-09 18:18:04','8e0aaa40-b926-41fc-a6f7-beb8f6433afe'),
(127528,57,40541,NULL,9042,3,'2026-03-09 18:18:04','2026-03-09 18:18:04','b4489365-8159-4bb6-86dc-6fb9ebe13bae'),
(127529,57,40541,NULL,9043,4,'2026-03-09 18:18:04','2026-03-09 18:18:04','ed6fc162-d910-4a06-8e17-fe08fbee6c34'),
(127530,57,40541,NULL,9044,5,'2026-03-09 18:18:04','2026-03-09 18:18:04','cb877d6b-64f2-4431-b46b-afe20f711a42'),
(127531,57,40541,NULL,9041,6,'2026-03-09 18:18:04','2026-03-09 18:18:04','34adee6d-648d-41a9-9c39-5064a3c66a33'),
(127532,13,40541,NULL,6860,1,'2026-03-09 18:18:04','2026-03-09 18:18:04','65f20b9c-c78b-43ac-859c-8a4acdc633e1'),
(127563,32,40551,NULL,2610,1,'2026-03-09 18:23:36','2026-03-09 18:23:36','7f466565-cc9f-4484-bfd6-b79f969e69b2'),
(127564,32,40551,NULL,2598,2,'2026-03-09 18:23:36','2026-03-09 18:23:36','ebed0611-fcef-4b47-815d-3b2d24a6f1d9'),
(127565,32,40551,NULL,2608,3,'2026-03-09 18:23:36','2026-03-09 18:23:36','dda01ac8-a198-4b68-9ff8-6e36f1ac15af'),
(127566,32,40551,NULL,2624,4,'2026-03-09 18:23:36','2026-03-09 18:23:36','cfd24200-08f8-4ab3-891f-41014a46b897'),
(127567,32,40551,NULL,2600,5,'2026-03-09 18:23:36','2026-03-09 18:23:36','f6b711b0-6ba0-4637-8269-f15f7494fbee'),
(127568,32,40551,NULL,2596,6,'2026-03-09 18:23:36','2026-03-09 18:23:36','a1d4e8c1-394c-4d90-a2d7-98985e92b8a8'),
(127569,32,40551,NULL,2602,7,'2026-03-09 18:23:36','2026-03-09 18:23:36','fa84b921-cc32-4830-be3b-2372a3a3058b'),
(127570,32,40551,NULL,2606,8,'2026-03-09 18:23:36','2026-03-09 18:23:36','9dcda032-d70b-4f8e-83a3-7ae7d08de4f0'),
(127571,32,40551,NULL,2612,9,'2026-03-09 18:23:36','2026-03-09 18:23:36','7cf3ea88-7dc9-4e42-b7d9-435898793268'),
(127572,32,40551,NULL,2604,10,'2026-03-09 18:23:36','2026-03-09 18:23:36','87e8b405-d887-4778-80fd-3da58dc570fa'),
(127573,16,40551,NULL,9038,1,'2026-03-09 18:23:36','2026-03-09 18:23:36','6e1b49d0-31e7-4cf8-800c-ff5a1fb2319d'),
(127574,7,40551,NULL,601,1,'2026-03-09 18:23:36','2026-03-09 18:23:36','216e80a8-ae1f-4f3c-9f56-13388b0423c5'),
(127575,7,40551,NULL,3468,2,'2026-03-09 18:23:36','2026-03-09 18:23:36','e4b4515d-6db8-49ed-9fe0-978fea939921'),
(127576,7,40551,NULL,2974,3,'2026-03-09 18:23:36','2026-03-09 18:23:36','c1792941-66be-436a-92e8-4bf77ee935bc'),
(127577,7,40551,NULL,28766,4,'2026-03-09 18:23:36','2026-03-09 18:23:36','76abe4af-b9e8-4735-92d6-4c69e333bf91'),
(127578,7,40551,NULL,605,5,'2026-03-09 18:23:36','2026-03-09 18:23:36','8926dc89-71be-4175-a9c5-4876a17d54ee'),
(127579,7,40551,NULL,617,6,'2026-03-09 18:23:36','2026-03-09 18:23:36','352e70fc-7a9b-41f8-9a45-b8bc62921e69'),
(127580,7,40551,NULL,9552,7,'2026-03-09 18:23:36','2026-03-09 18:23:36','7c1af074-1360-46ab-9029-34ba76bbb0e2'),
(127581,82,40551,NULL,491,1,'2026-03-09 18:23:36','2026-03-09 18:23:36','91586366-ff51-4db5-a427-2cdd96f38c1a'),
(127582,46,40551,NULL,2891,1,'2026-03-09 18:23:36','2026-03-09 18:23:36','186bc6e5-f6c7-41ed-a915-bad72967d366'),
(127583,47,40551,NULL,12285,1,'2026-03-09 18:23:36','2026-03-09 18:23:36','ad5e3ee7-7e84-4b46-a05a-2d19e23835db'),
(127584,57,40551,NULL,9045,1,'2026-03-09 18:23:36','2026-03-09 18:23:36','bcc7c0f8-b003-4c08-a26e-bf526f27703e'),
(127585,57,40551,NULL,9046,2,'2026-03-09 18:23:36','2026-03-09 18:23:36','a5ed773e-e6ce-42b5-8009-19a530fb07e3'),
(127586,57,40551,NULL,9042,3,'2026-03-09 18:23:36','2026-03-09 18:23:36','712c10e1-5509-40de-b76e-e73bbfa71d19'),
(127587,57,40551,NULL,9043,4,'2026-03-09 18:23:36','2026-03-09 18:23:36','bd026bfa-0dea-4c32-ac00-41829c0045b1'),
(127588,57,40551,NULL,9044,5,'2026-03-09 18:23:36','2026-03-09 18:23:36','2e79264a-0295-43c2-a7d8-8f3abd302dd8'),
(127589,57,40551,NULL,9041,6,'2026-03-09 18:23:36','2026-03-09 18:23:36','98db4e19-bdfc-45c3-96d4-7d92d10f579e'),
(127590,13,40551,NULL,6860,1,'2026-03-09 18:23:36','2026-03-09 18:23:36','13cb4a95-4286-433b-9b2c-bb879128f7e6'),
(127615,32,40848,NULL,2610,1,'2026-03-10 15:25:39','2026-03-10 15:25:39','793a48e4-a7ba-4637-8de6-02b0a235f8e9'),
(127616,32,40848,NULL,2598,2,'2026-03-10 15:25:39','2026-03-10 15:25:39','1c8f8edb-60cb-4b3f-ac10-8045cb082ec5'),
(127617,32,40848,NULL,2600,3,'2026-03-10 15:25:39','2026-03-10 15:25:39','a1cb7b24-1ec7-445e-9f2c-8fa921f732ea'),
(127618,32,40848,NULL,2602,4,'2026-03-10 15:25:39','2026-03-10 15:25:39','c333487a-9887-4ec5-bb89-95d6c474f416'),
(127619,32,40848,NULL,2612,5,'2026-03-10 15:25:39','2026-03-10 15:25:39','ee4fb565-cb1d-40e7-af94-984b6db32e6c'),
(127620,32,40848,NULL,2618,6,'2026-03-10 15:25:39','2026-03-10 15:25:39','a3ca18e8-bbfc-48a5-9d0c-56ce916b6212'),
(127621,32,40848,NULL,2604,7,'2026-03-10 15:25:39','2026-03-10 15:25:39','58ae4ee9-5782-4522-93a7-d903794fcdf8'),
(127622,32,40848,NULL,2608,8,'2026-03-10 15:25:39','2026-03-10 15:25:39','c851792f-3e61-4782-a012-996d896632f3'),
(127623,32,40848,NULL,2596,9,'2026-03-10 15:25:39','2026-03-10 15:25:39','f4cff920-7a31-4311-9ec6-becb89d2d0c2'),
(127624,32,40848,NULL,2606,10,'2026-03-10 15:25:39','2026-03-10 15:25:39','98f2f7b1-167f-4934-8a37-046eaede931a'),
(127625,16,40848,NULL,4639,1,'2026-03-10 15:25:39','2026-03-10 15:25:39','40a3704e-e549-4182-afa9-048cbc70ed1c'),
(127626,7,40848,NULL,2974,1,'2026-03-10 15:25:39','2026-03-10 15:25:39','6fb7ecd4-c6c3-4fe5-9c4f-ff824c97aa8e'),
(127627,7,40848,NULL,617,2,'2026-03-10 15:25:39','2026-03-10 15:25:39','b533f8f7-4495-4f99-9e81-cfb17371ff77'),
(127628,7,40848,NULL,605,3,'2026-03-10 15:25:39','2026-03-10 15:25:39','9b5d90d8-6072-4bc8-9c0a-071af29e6c79'),
(127629,7,40848,NULL,9552,4,'2026-03-10 15:25:39','2026-03-10 15:25:39','2157fd75-6a4e-4d87-9ba2-c55e3392f7a4'),
(127630,82,40848,NULL,491,1,'2026-03-10 15:25:39','2026-03-10 15:25:39','0685bf0d-976f-41d7-bf8c-80fe8b420fa6'),
(127631,46,40848,NULL,3697,1,'2026-03-10 15:25:39','2026-03-10 15:25:39','05870916-959d-4b40-adab-62b857315e6d'),
(127632,47,40848,NULL,12494,1,'2026-03-10 15:25:39','2026-03-10 15:25:39','8fb9ceb9-461e-493d-aa74-75117a7a36b2'),
(127633,57,40848,NULL,5084,1,'2026-03-10 15:25:39','2026-03-10 15:25:39','17e92bd0-ef64-4829-90d4-2db1728ae1d4'),
(127634,57,40848,NULL,5085,2,'2026-03-10 15:25:39','2026-03-10 15:25:39','22b59599-ce4b-4546-97d2-a241e07c5d79'),
(127635,57,40848,NULL,5086,3,'2026-03-10 15:25:39','2026-03-10 15:25:39','51205dc9-33c7-4dbb-904b-9b8bfdb647a2'),
(127636,57,40848,NULL,5087,4,'2026-03-10 15:25:39','2026-03-10 15:25:39','03fed654-2bf6-44b5-bafe-ad1ef48860a7'),
(127637,57,40848,NULL,5088,5,'2026-03-10 15:25:39','2026-03-10 15:25:39','65e8639b-0603-4c7c-85dd-855b27a3ec69'),
(127638,13,40848,NULL,23842,1,'2026-03-10 15:25:39','2026-03-10 15:25:39','2e17a6cb-a975-46e5-8ee4-6dd8adb267e3'),
(127666,22,1578,NULL,40920,1,'2026-03-10 20:23:48','2026-03-10 20:23:48','16221a7a-98a2-403d-bfc7-e6b81bf23b36'),
(127667,32,40923,NULL,2610,1,'2026-03-10 20:23:48','2026-03-10 20:23:48','b0357ea7-5ee4-49d1-ba89-880f46023acb'),
(127668,32,40923,NULL,2598,2,'2026-03-10 20:23:48','2026-03-10 20:23:48','bacbb6f2-58a6-422a-bc84-504183c083e1'),
(127669,32,40923,NULL,2600,3,'2026-03-10 20:23:48','2026-03-10 20:23:48','3704f5f6-0ae5-4c91-ade3-6e868f5a96d3'),
(127670,32,40923,NULL,2602,4,'2026-03-10 20:23:48','2026-03-10 20:23:48','9c6d4840-35e6-4eb2-a29d-f48ded50755a'),
(127671,32,40923,NULL,2612,5,'2026-03-10 20:23:48','2026-03-10 20:23:48','fcef5271-9769-4063-9580-d483d5804b8f'),
(127672,32,40923,NULL,2618,6,'2026-03-10 20:23:48','2026-03-10 20:23:48','a3a38dbd-8640-42a1-8f48-7e3140848cbf'),
(127673,32,40923,NULL,2604,7,'2026-03-10 20:23:48','2026-03-10 20:23:48','e7d01716-5e51-4249-adaa-9794ec9bea63'),
(127674,32,40923,NULL,2608,8,'2026-03-10 20:23:48','2026-03-10 20:23:48','008b9173-f366-46fa-95ca-dc696075c73f'),
(127675,32,40923,NULL,2596,9,'2026-03-10 20:23:48','2026-03-10 20:23:48','b8c7fed3-102a-4ef3-b1c1-5a43bb759c7f'),
(127676,32,40923,NULL,2606,10,'2026-03-10 20:23:48','2026-03-10 20:23:48','e641c1b5-4e9c-4d73-8417-bbeaa8b84ccb'),
(127677,16,40923,NULL,4829,1,'2026-03-10 20:23:48','2026-03-10 20:23:48','86e0a944-dae2-4506-9a7f-367c61ac7e99'),
(127678,7,40923,NULL,3468,1,'2026-03-10 20:23:48','2026-03-10 20:23:48','bad55e29-be0c-482e-9d2a-a09cb84efa69'),
(127679,7,40923,NULL,601,2,'2026-03-10 20:23:48','2026-03-10 20:23:48','baed13f4-2448-4dce-b8f8-ba673c1c4879'),
(127680,7,40923,NULL,617,3,'2026-03-10 20:23:48','2026-03-10 20:23:48','b9697e03-76f5-4eae-a29a-10f97d697f26'),
(127681,7,40923,NULL,605,4,'2026-03-10 20:23:48','2026-03-10 20:23:48','35b49354-7864-41c5-b684-3d6fd7f02056'),
(127682,7,40923,NULL,9552,5,'2026-03-10 20:23:48','2026-03-10 20:23:48','2a9e3244-8c11-48e2-8bc9-1882e3cb8d97'),
(127683,82,40923,NULL,479,1,'2026-03-10 20:23:48','2026-03-10 20:23:48','2f718f99-76a5-4512-a6d7-e339230fb59c'),
(127684,82,40923,NULL,491,2,'2026-03-10 20:23:48','2026-03-10 20:23:48','5e0d0bfb-a206-4e37-8bd6-b725280539dc'),
(127685,46,40923,NULL,3697,1,'2026-03-10 20:23:48','2026-03-10 20:23:48','d67c0436-80d1-42cc-a563-2ae38d6017cb'),
(127686,47,40923,NULL,12380,1,'2026-03-10 20:23:48','2026-03-10 20:23:48','0fe92ed6-643e-4d6e-8113-bdc349c4ed2f'),
(127687,57,40923,NULL,4829,1,'2026-03-10 20:23:48','2026-03-10 20:23:48','17e37773-a971-4e7f-90c0-52710ac4f0ce'),
(127688,57,40923,NULL,3689,2,'2026-03-10 20:23:48','2026-03-10 20:23:48','9903bec5-f078-40f6-8812-b9041edb6c38'),
(127689,57,40923,NULL,4826,3,'2026-03-10 20:23:48','2026-03-10 20:23:48','72939b34-a9ce-4d1f-ba0c-552c6d22afc5'),
(127690,57,40923,NULL,4828,4,'2026-03-10 20:23:48','2026-03-10 20:23:48','4033356d-86a2-4838-9795-a1cebb1f5ef7'),
(127691,57,40923,NULL,4827,5,'2026-03-10 20:23:48','2026-03-10 20:23:48','14aff6d2-83a0-42de-b840-6689cc9f8650'),
(127692,13,40923,NULL,23701,1,'2026-03-10 20:23:48','2026-03-10 20:23:48','c8281dc8-07fc-44b3-a333-824f9c19e972'),
(127693,22,40924,NULL,40920,1,'2026-03-10 20:23:48','2026-03-10 20:23:48','c182a5a2-e7f4-405e-be56-377147827227'),
(127721,66,43145,NULL,43147,1,'2026-03-16 16:08:01','2026-03-16 16:08:01','6c9a6402-755f-476e-9d98-59b9803cdb12'),
(127746,32,43159,NULL,2610,1,'2026-03-16 16:36:17','2026-03-16 16:36:17','16928eaf-e963-4087-ab57-15fc181be1ed'),
(127747,32,43159,NULL,2598,2,'2026-03-16 16:36:17','2026-03-16 16:36:17','cd58e3cf-fd94-42df-8b0b-9ea3aad79439'),
(127748,32,43159,NULL,2600,3,'2026-03-16 16:36:17','2026-03-16 16:36:17','b5661199-5359-41d4-912f-31bbeae6f1ed'),
(127749,32,43159,NULL,2602,4,'2026-03-16 16:36:17','2026-03-16 16:36:17','cc8a0a27-d53b-4f1f-985c-92cb668b474c'),
(127750,32,43159,NULL,2612,5,'2026-03-16 16:36:17','2026-03-16 16:36:17','2fdf4b96-cd79-42d1-b3ec-ac1792e4559e'),
(127751,32,43159,NULL,2618,6,'2026-03-16 16:36:17','2026-03-16 16:36:17','47d19100-f464-4551-b261-76f2effe73fb'),
(127752,32,43159,NULL,2604,7,'2026-03-16 16:36:17','2026-03-16 16:36:17','d1656255-cdf8-4931-8dff-204a286cac7b'),
(127753,32,43159,NULL,2608,8,'2026-03-16 16:36:17','2026-03-16 16:36:17','47a07e30-5abf-4dd3-9b3a-222d7b8f990d'),
(127754,32,43159,NULL,2596,9,'2026-03-16 16:36:17','2026-03-16 16:36:17','05163f17-0870-4115-b8da-fcc38d117335'),
(127755,32,43159,NULL,2606,10,'2026-03-16 16:36:17','2026-03-16 16:36:17','55bb77f5-960e-415a-9039-bb248a324a22'),
(127756,16,43159,NULL,4639,1,'2026-03-16 16:36:17','2026-03-16 16:36:17','49dacc8e-60da-46e6-92bc-28130cc8307b'),
(127757,7,43159,NULL,2974,1,'2026-03-16 16:36:17','2026-03-16 16:36:17','2285158d-c5f9-4b7b-bbef-8037e4b3c345'),
(127758,7,43159,NULL,617,2,'2026-03-16 16:36:17','2026-03-16 16:36:17','aa425ab5-2557-49ec-a3ed-ea39960f4b1e'),
(127759,7,43159,NULL,605,3,'2026-03-16 16:36:17','2026-03-16 16:36:17','b85cabbc-37f5-4eb0-b06b-d79d5ab3d241'),
(127760,7,43159,NULL,9552,4,'2026-03-16 16:36:17','2026-03-16 16:36:17','75fe2ea4-814d-42b1-b3b7-054b11fe7b53'),
(127761,82,43159,NULL,491,1,'2026-03-16 16:36:17','2026-03-16 16:36:17','5584d7e9-04c6-4997-b437-b9f56393e047'),
(127762,46,43159,NULL,3697,1,'2026-03-16 16:36:17','2026-03-16 16:36:17','637be1cb-5c43-41b1-aa07-db17e8f32129'),
(127763,47,43159,NULL,12494,1,'2026-03-16 16:36:17','2026-03-16 16:36:17','3f46c471-502a-4231-965d-b9072998856b'),
(127764,57,43159,NULL,5084,1,'2026-03-16 16:36:17','2026-03-16 16:36:17','14d1f6f1-721c-4c5d-8b37-79c69c2c8ce0'),
(127765,57,43159,NULL,5085,2,'2026-03-16 16:36:17','2026-03-16 16:36:17','95de2eae-3433-4b91-85cf-e716556e2a2f'),
(127766,57,43159,NULL,5086,3,'2026-03-16 16:36:17','2026-03-16 16:36:17','86349381-e46a-4717-9876-8f2367a5c69e'),
(127767,57,43159,NULL,5087,4,'2026-03-16 16:36:17','2026-03-16 16:36:17','55c6f92d-a5ac-4528-8a56-d067b196faeb'),
(127768,57,43159,NULL,5088,5,'2026-03-16 16:36:17','2026-03-16 16:36:17','60eeaade-4e61-4f79-84ed-8ba04accc11e'),
(127769,13,43159,NULL,23842,1,'2026-03-16 16:36:17','2026-03-16 16:36:17','8ddb37bc-c4a7-4842-8183-2ccc4ff1c88f'),
(127794,32,43161,NULL,2610,1,'2026-03-16 16:36:40','2026-03-16 16:36:40','fe74ff26-bb5e-44aa-87c2-184bdf4545b4'),
(127795,32,43161,NULL,2598,2,'2026-03-16 16:36:40','2026-03-16 16:36:40','2f279363-671f-451f-a6b1-9f5350dfd573'),
(127796,32,43161,NULL,2600,3,'2026-03-16 16:36:40','2026-03-16 16:36:40','80d5d620-aedb-47cc-9837-97d36c651e54'),
(127797,32,43161,NULL,2602,4,'2026-03-16 16:36:40','2026-03-16 16:36:40','8a6bc83f-5fc3-4f6f-92a3-031310faaf10'),
(127798,32,43161,NULL,2612,5,'2026-03-16 16:36:40','2026-03-16 16:36:40','dd8c3f10-dc5f-4d63-ba55-90d7d7db1ca1'),
(127799,32,43161,NULL,2618,6,'2026-03-16 16:36:40','2026-03-16 16:36:40','88955ab0-4cbe-486a-99b2-c30dda83adaf'),
(127800,32,43161,NULL,2604,7,'2026-03-16 16:36:40','2026-03-16 16:36:40','9e7305cc-a91e-4dd3-86d4-d9a4426a2567'),
(127801,32,43161,NULL,2608,8,'2026-03-16 16:36:40','2026-03-16 16:36:40','54a83dc3-6c70-4ce2-9367-12833fb2d4ba'),
(127802,32,43161,NULL,2596,9,'2026-03-16 16:36:40','2026-03-16 16:36:40','0614ed9c-08c7-48b8-9553-6dc517efd430'),
(127803,32,43161,NULL,2606,10,'2026-03-16 16:36:40','2026-03-16 16:36:40','59f39e59-de2b-4ae8-b70c-6f4a49cbc730'),
(127804,16,43161,NULL,4639,1,'2026-03-16 16:36:40','2026-03-16 16:36:40','a2607b67-fd54-438c-81d4-2b3f203d7212'),
(127805,7,43161,NULL,2974,1,'2026-03-16 16:36:40','2026-03-16 16:36:40','979d190e-b322-4771-ae8f-124fe841bd36'),
(127806,7,43161,NULL,617,2,'2026-03-16 16:36:40','2026-03-16 16:36:40','0642775f-7dbc-4b15-be43-9132677aa923'),
(127807,7,43161,NULL,605,3,'2026-03-16 16:36:40','2026-03-16 16:36:40','98163c99-cfb4-4e1c-8d2f-b66d2f779462'),
(127808,7,43161,NULL,9552,4,'2026-03-16 16:36:40','2026-03-16 16:36:40','e7ce6f3e-8c44-4063-9cdd-f09b7f66c7b4'),
(127809,82,43161,NULL,491,1,'2026-03-16 16:36:40','2026-03-16 16:36:40','ca2dfab7-457a-42ad-a78f-4d19cce9337f'),
(127810,46,43161,NULL,3697,1,'2026-03-16 16:36:40','2026-03-16 16:36:40','c0ee983b-2ecd-4916-8b75-93f3f6ecde9c'),
(127811,47,43161,NULL,12494,1,'2026-03-16 16:36:40','2026-03-16 16:36:40','f15793d5-b14d-4ab8-a62d-c4584c6ad0ed'),
(127812,57,43161,NULL,5084,1,'2026-03-16 16:36:40','2026-03-16 16:36:40','f8f99205-140c-48f3-b9a9-baf77c024245'),
(127813,57,43161,NULL,5085,2,'2026-03-16 16:36:40','2026-03-16 16:36:40','e4e6724a-cddc-4393-a5d3-91de8f84f6c3'),
(127814,57,43161,NULL,5086,3,'2026-03-16 16:36:40','2026-03-16 16:36:40','4f03a5cc-34be-479f-a33b-98d9edcc39b5'),
(127815,57,43161,NULL,5087,4,'2026-03-16 16:36:40','2026-03-16 16:36:40','7b5f82dc-da19-4e46-8f2d-940ad54f09fb'),
(127816,57,43161,NULL,5088,5,'2026-03-16 16:36:40','2026-03-16 16:36:40','18759022-af47-4ae3-a5b0-b2df4762b998'),
(127817,13,43161,NULL,23842,1,'2026-03-16 16:36:40','2026-03-16 16:36:40','cafddbd2-42de-46bf-b6cf-d1d6bd0d43d3'),
(127852,13,1425,NULL,43181,1,'2026-03-16 18:28:17','2026-03-16 18:28:17','02fad8a2-348c-48b8-88e8-877195c29adf'),
(127853,32,43182,NULL,2610,1,'2026-03-16 18:28:17','2026-03-16 18:28:17','1712736b-b2dc-4821-b6b7-b377958eaabc'),
(127854,32,43182,NULL,2598,2,'2026-03-16 18:28:17','2026-03-16 18:28:17','fbd811f8-6f3c-4cc9-a5ca-9c73410a8c2c'),
(127855,32,43182,NULL,2608,3,'2026-03-16 18:28:17','2026-03-16 18:28:17','06c1549a-1651-4a16-a1c1-3b0e3c35526d'),
(127856,32,43182,NULL,2600,4,'2026-03-16 18:28:17','2026-03-16 18:28:17','601aa5f9-e887-49c7-89eb-a72571025879'),
(127857,32,43182,NULL,2596,5,'2026-03-16 18:28:17','2026-03-16 18:28:17','dce6b883-d4f6-47c0-bf06-1a5a199d736e'),
(127858,32,43182,NULL,2602,6,'2026-03-16 18:28:17','2026-03-16 18:28:17','8612e362-2109-4941-bc88-ad11222e694a'),
(127859,32,43182,NULL,2606,7,'2026-03-16 18:28:17','2026-03-16 18:28:17','43b58a4c-52f5-45cf-be86-54608b1e620c'),
(127860,32,43182,NULL,2612,8,'2026-03-16 18:28:17','2026-03-16 18:28:17','d7a67cd7-cc27-4a6d-8294-086d1d5f7c22'),
(127861,32,43182,NULL,2604,9,'2026-03-16 18:28:17','2026-03-16 18:28:17','6206df8d-e2ab-4be0-83aa-5a86648894fb'),
(127862,16,43182,NULL,10000,1,'2026-03-16 18:28:17','2026-03-16 18:28:17','c2749c0a-f3c7-454b-bd60-d9586b7c2351'),
(127863,7,43182,NULL,3468,1,'2026-03-16 18:28:17','2026-03-16 18:28:17','4ebbd73d-ee13-4374-96aa-8171ed5f4de4'),
(127864,7,43182,NULL,601,2,'2026-03-16 18:28:17','2026-03-16 18:28:17','051a1a0d-45b2-4229-ac72-5c1fff2ddae3'),
(127865,7,43182,NULL,617,3,'2026-03-16 18:28:17','2026-03-16 18:28:17','5e97d9a4-18bf-48a4-92bf-7694fa8728c2'),
(127866,7,43182,NULL,605,4,'2026-03-16 18:28:17','2026-03-16 18:28:17','c6f8a8db-d5d8-4682-b403-6b1121ed91e7'),
(127867,7,43182,NULL,9552,5,'2026-03-16 18:28:17','2026-03-16 18:28:17','01565139-f783-4cee-8bf7-9628ca9a0cb2'),
(127868,82,43182,NULL,491,1,'2026-03-16 18:28:17','2026-03-16 18:28:17','0ded4234-7dbd-41dc-9e5d-8b7a0446a5ad'),
(127869,46,43182,NULL,7369,1,'2026-03-16 18:28:17','2026-03-16 18:28:17','a2e02c0c-b063-4542-8982-9e48a8d5f958'),
(127870,47,43182,NULL,12449,1,'2026-03-16 18:28:17','2026-03-16 18:28:17','a6198bf0-258e-4276-a320-f7378f8f5aa3'),
(127871,57,43182,NULL,10004,1,'2026-03-16 18:28:17','2026-03-16 18:28:17','fe563c1a-b475-48fd-9c64-3f5076caf7d4'),
(127872,57,43182,NULL,10005,2,'2026-03-16 18:28:17','2026-03-16 18:28:17','7501f7f7-6edd-475e-9821-6330f378b28c'),
(127873,57,43182,NULL,10006,3,'2026-03-16 18:28:17','2026-03-16 18:28:17','7b9e78a3-f048-45ef-9a9e-bdc7bbdd0043'),
(127874,57,43182,NULL,10007,4,'2026-03-16 18:28:17','2026-03-16 18:28:17','6deec554-5602-4e6c-8868-574e7662b1b6'),
(127875,57,43182,NULL,10009,5,'2026-03-16 18:28:17','2026-03-16 18:28:17','1fddc829-07b3-4b44-8c91-4c72ec8adc3d'),
(127876,57,43182,NULL,10010,6,'2026-03-16 18:28:17','2026-03-16 18:28:17','feda47a3-4fc6-4e5d-9fad-a04f62588177'),
(127877,57,43182,NULL,10012,7,'2026-03-16 18:28:17','2026-03-16 18:28:17','bc818700-4499-42ba-aaf5-692e9e1913f4'),
(127878,57,43182,NULL,10013,8,'2026-03-16 18:28:17','2026-03-16 18:28:17','9dcf8416-402a-4e5d-ac35-6618c2e7069a'),
(127879,57,43182,NULL,10014,9,'2026-03-16 18:28:17','2026-03-16 18:28:17','d0c76a26-3ac3-4f45-9b26-1a812c4166e6'),
(127880,57,43182,NULL,10015,10,'2026-03-16 18:28:17','2026-03-16 18:28:17','052aab4d-e862-49c0-bf9c-8cb07c4d5e56'),
(127881,57,43182,NULL,10016,11,'2026-03-16 18:28:17','2026-03-16 18:28:17','4d89e747-38e1-4d3d-a08c-4503b260dc8b'),
(127882,57,43182,NULL,10018,12,'2026-03-16 18:28:17','2026-03-16 18:28:17','6df4f857-5018-4394-90d9-4b205d7340d5'),
(127883,57,43182,NULL,10019,13,'2026-03-16 18:28:17','2026-03-16 18:28:17','a4a4b82d-6e69-463b-8e8e-157d1b0f9349'),
(127884,57,43182,NULL,10020,14,'2026-03-16 18:28:17','2026-03-16 18:28:17','ba6325ae-b5fe-45c5-92d9-8a20469cdd0d'),
(127885,13,43182,NULL,43181,1,'2026-03-16 18:28:17','2026-03-16 18:28:17','58c96ccf-73dc-4295-be94-9ef07df8ebed'),
(127911,13,1269,NULL,43184,1,'2026-03-16 18:29:12','2026-03-16 18:29:12','44ac5143-9af7-451f-99f9-14f076c7f87c'),
(127912,32,43185,NULL,2614,1,'2026-03-16 18:29:12','2026-03-16 18:29:12','e5af9f3d-0ef6-4031-8331-411684d1dcad'),
(127913,32,43185,NULL,2610,2,'2026-03-16 18:29:12','2026-03-16 18:29:12','cd6caeb7-26f4-4792-90f9-ff114095fc23'),
(127914,32,43185,NULL,2598,3,'2026-03-16 18:29:12','2026-03-16 18:29:12','8c4c5223-8ebb-4360-a7ca-5892f4eb27c1'),
(127915,32,43185,NULL,2608,4,'2026-03-16 18:29:12','2026-03-16 18:29:12','4e920485-fb14-4f9a-8b52-76bb61acefac'),
(127916,32,43185,NULL,2600,5,'2026-03-16 18:29:12','2026-03-16 18:29:12','1cd4ff21-906d-4e4a-b9dd-ca8ae78984b5'),
(127917,32,43185,NULL,2596,6,'2026-03-16 18:29:12','2026-03-16 18:29:12','5206e568-857f-4e3e-94a0-ee79f5a186e9'),
(127918,32,43185,NULL,2602,7,'2026-03-16 18:29:12','2026-03-16 18:29:12','7608bb70-1b2a-4b1c-85e1-681862e81f98'),
(127919,32,43185,NULL,2606,8,'2026-03-16 18:29:12','2026-03-16 18:29:12','6f3694d9-e245-41df-969d-7ddcf14429ec'),
(127920,32,43185,NULL,2612,9,'2026-03-16 18:29:12','2026-03-16 18:29:12','61c179fc-44ba-4904-a86c-c719ee71d3c1'),
(127921,32,43185,NULL,2604,10,'2026-03-16 18:29:12','2026-03-16 18:29:12','9da27e39-bb98-4206-9880-bfa1a15bb738'),
(127922,16,43185,NULL,6741,1,'2026-03-16 18:29:12','2026-03-16 18:29:12','ca96fa31-ff82-450a-b37b-34dc29623ff1'),
(127923,7,43185,NULL,605,1,'2026-03-16 18:29:12','2026-03-16 18:29:12','f1997025-a8ba-4cae-ac14-3cf1fdc8ad16'),
(127924,7,43185,NULL,617,2,'2026-03-16 18:29:12','2026-03-16 18:29:12','d3f77fb8-c730-48b5-990f-ee71c3957d5b'),
(127925,7,43185,NULL,9552,3,'2026-03-16 18:29:12','2026-03-16 18:29:12','f23eb816-0f57-400a-abf0-30ec79319b26'),
(127926,47,43185,NULL,12269,1,'2026-03-16 18:29:12','2026-03-16 18:29:12','bab7f6be-9aeb-42d1-bcf5-8b14c53f9f55'),
(127927,57,43185,NULL,6759,1,'2026-03-16 18:29:12','2026-03-16 18:29:12','6f6f132a-c829-4e43-87c5-a054bef38ada'),
(127928,57,43185,NULL,6760,2,'2026-03-16 18:29:12','2026-03-16 18:29:12','a47bcadc-f8f7-4794-a340-5b782d755d1f'),
(127929,57,43185,NULL,6761,3,'2026-03-16 18:29:12','2026-03-16 18:29:12','f9f589ac-a2e7-4f54-8c95-51bd0b45969e'),
(127930,57,43185,NULL,6762,4,'2026-03-16 18:29:12','2026-03-16 18:29:12','3a10cf4c-14c0-4ae6-b151-1413c657784f'),
(127931,57,43185,NULL,6763,5,'2026-03-16 18:29:12','2026-03-16 18:29:12','2abee285-9649-4613-ba65-08e3bb14dac8'),
(127932,57,43185,NULL,6764,6,'2026-03-16 18:29:12','2026-03-16 18:29:12','75d51917-900a-453d-abd2-c319a143daeb'),
(127933,57,43185,NULL,6765,7,'2026-03-16 18:29:12','2026-03-16 18:29:12','60f4f192-7f89-46ae-b1a8-ab59bb8009c4'),
(127934,57,43185,NULL,6766,8,'2026-03-16 18:29:12','2026-03-16 18:29:12','f2a8f7ce-611d-4db9-9b1a-444bc966a3ac'),
(127935,13,43185,NULL,43184,1,'2026-03-16 18:29:12','2026-03-16 18:29:12','e7895177-065e-4326-8fba-a6c193bacff6'),
(127960,13,1289,NULL,43186,1,'2026-03-16 18:30:30','2026-03-16 18:30:30','2af93037-a133-41f2-8859-4bac6ddfc854'),
(127961,32,43188,NULL,2610,1,'2026-03-16 18:30:30','2026-03-16 18:30:30','815a524b-5f88-472c-8688-c26a56c2c13f'),
(127962,32,43188,NULL,2598,2,'2026-03-16 18:30:30','2026-03-16 18:30:30','59d67ee0-a826-4ac0-8225-e95a607dc68c'),
(127963,32,43188,NULL,2608,3,'2026-03-16 18:30:30','2026-03-16 18:30:30','55feef2f-e7d9-4902-8d39-00fde79a21a4'),
(127964,32,43188,NULL,2600,4,'2026-03-16 18:30:30','2026-03-16 18:30:30','e21dc992-bcf9-4243-a41a-4742e5cb3a1d'),
(127965,32,43188,NULL,2596,5,'2026-03-16 18:30:30','2026-03-16 18:30:30','ea32d4e5-6a84-41ab-8967-ac1b9079869b'),
(127966,32,43188,NULL,2602,6,'2026-03-16 18:30:30','2026-03-16 18:30:30','9da5446e-ae9b-45ac-92dd-ef76dfa9aff1'),
(127967,32,43188,NULL,2612,7,'2026-03-16 18:30:30','2026-03-16 18:30:30','60bf5c14-f9d7-412c-aab4-f68ff7b1d394'),
(127968,32,43188,NULL,2604,8,'2026-03-16 18:30:30','2026-03-16 18:30:30','fa39f3d2-9652-411c-a1df-042b27b0cf33'),
(127969,32,43188,NULL,2606,9,'2026-03-16 18:30:30','2026-03-16 18:30:30','becd706c-1bf8-4536-80b5-4554ef6e17f4'),
(127970,16,43188,NULL,9025,1,'2026-03-16 18:30:30','2026-03-16 18:30:30','18b2144b-d414-4173-a4ce-d2aacbaf7cbe'),
(127971,7,43188,NULL,601,1,'2026-03-16 18:30:30','2026-03-16 18:30:30','2578f983-427d-4e13-9f55-80396299eda5'),
(127972,7,43188,NULL,605,2,'2026-03-16 18:30:30','2026-03-16 18:30:30','76ef0b5f-a000-42ef-b752-a6d8fd24efe4'),
(127973,7,43188,NULL,617,3,'2026-03-16 18:30:30','2026-03-16 18:30:30','cc554f06-ef91-4009-ae68-c791b5235eb4'),
(127974,7,43188,NULL,9552,4,'2026-03-16 18:30:30','2026-03-16 18:30:30','3d497c68-c00f-41a7-bde7-51775c637c25'),
(127975,82,43188,NULL,479,1,'2026-03-16 18:30:30','2026-03-16 18:30:30','f8f746ec-6c03-42e8-a545-0b653a578b03'),
(127976,82,43188,NULL,491,2,'2026-03-16 18:30:30','2026-03-16 18:30:30','efcdec92-64c8-4c64-a6fd-b23a81b46300'),
(127977,47,43188,NULL,12281,1,'2026-03-16 18:30:30','2026-03-16 18:30:30','1e0904d6-166c-449a-818b-4320429dff40'),
(127978,57,43188,NULL,9030,1,'2026-03-16 18:30:30','2026-03-16 18:30:30','561bd6e7-8563-45ea-8aa3-556312d2b2c4'),
(127979,57,43188,NULL,9031,2,'2026-03-16 18:30:30','2026-03-16 18:30:30','f219edf9-2e6c-402f-a043-3bb1a6e560cf'),
(127980,57,43188,NULL,9032,3,'2026-03-16 18:30:30','2026-03-16 18:30:30','c3a5959f-5ef3-4de3-8daa-1e4017e588a9'),
(127981,57,43188,NULL,9033,4,'2026-03-16 18:30:30','2026-03-16 18:30:30','33a23da0-505c-4c91-ac5e-81f709b98e62'),
(127982,57,43188,NULL,9029,5,'2026-03-16 18:30:30','2026-03-16 18:30:30','8beb464d-23dd-4b55-9ba7-804a997ed43d'),
(127983,57,43188,NULL,9028,6,'2026-03-16 18:30:30','2026-03-16 18:30:30','7e8f0e21-b49b-462e-adae-ab73105586e9'),
(127984,13,43188,NULL,43186,1,'2026-03-16 18:30:30','2026-03-16 18:30:30','96b3a76c-11cb-4b68-941f-41809613ba67'),
(128013,32,44483,NULL,2610,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','e3fd7847-0e7a-4be3-8f90-aabb7856a101'),
(128014,32,44483,NULL,2598,2,'2026-03-17 19:01:42','2026-03-17 19:01:42','b5fef99b-e887-41dc-8a0a-e377274444dd'),
(128015,32,44483,NULL,2600,3,'2026-03-17 19:01:42','2026-03-17 19:01:42','5fb6544c-cb94-48ac-8e09-4f182ff7a924'),
(128016,32,44483,NULL,2604,4,'2026-03-17 19:01:42','2026-03-17 19:01:42','91b2a58a-4f2a-498e-8512-b414515b6a5a'),
(128017,32,44483,NULL,2608,5,'2026-03-17 19:01:42','2026-03-17 19:01:42','69bf897f-94b0-4d98-957c-683294076e56'),
(128018,32,44483,NULL,2596,6,'2026-03-17 19:01:42','2026-03-17 19:01:42','e586ae34-c11e-4c89-895d-6288ec1aa7b7'),
(128019,32,44483,NULL,2602,7,'2026-03-17 19:01:42','2026-03-17 19:01:42','d33d648e-20fe-4c4b-8a31-309c68a2b025'),
(128020,32,44483,NULL,2606,8,'2026-03-17 19:01:42','2026-03-17 19:01:42','99569811-3d21-4921-8346-498e838f03cc'),
(128021,32,44483,NULL,2612,9,'2026-03-17 19:01:42','2026-03-17 19:01:42','7a467039-f792-42b8-8216-5baa922bcb93'),
(128022,16,44483,NULL,9420,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','28069c09-0c2c-4a30-ae71-4d41456816f5'),
(128023,7,44483,NULL,6547,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','38dcd213-4c40-4f71-9171-4317dc9e5c94'),
(128024,7,44483,NULL,601,2,'2026-03-17 19:01:42','2026-03-17 19:01:42','e59b4e0a-c6ad-4274-80c3-d0c6b8ab917b'),
(128025,7,44483,NULL,28766,3,'2026-03-17 19:01:42','2026-03-17 19:01:42','8be93209-9221-4426-ae88-f7a0fbeda946'),
(128026,7,44483,NULL,617,4,'2026-03-17 19:01:42','2026-03-17 19:01:42','5415fb92-dc01-46ff-8855-1dcd11d6908e'),
(128027,7,44483,NULL,605,5,'2026-03-17 19:01:42','2026-03-17 19:01:42','1da5b6e7-a03d-47dd-b46c-fa087a119cb8'),
(128028,7,44483,NULL,9552,6,'2026-03-17 19:01:42','2026-03-17 19:01:42','f0c75a2f-1397-4f74-823f-9bf8d0122949'),
(128029,82,44483,NULL,491,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','b3d679d3-a3a6-4883-9c91-db354bbdbef2'),
(128030,47,44483,NULL,12413,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','a55a30c5-f0fe-48ad-91d5-d631f385862e'),
(128031,57,44483,NULL,8141,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','660b2f37-2ebc-4875-b3c9-14de3cd1a6e0'),
(128032,57,44483,NULL,5129,2,'2026-03-17 19:01:42','2026-03-17 19:01:42','2a72da9a-cc85-49cd-9517-68470e8f6000'),
(128033,57,44483,NULL,5127,3,'2026-03-17 19:01:42','2026-03-17 19:01:42','2e127e46-4b13-490f-adf5-1e2442c583d8'),
(128034,57,44483,NULL,8142,4,'2026-03-17 19:01:42','2026-03-17 19:01:42','9fa9858e-f5e0-4077-bf7f-a95a2be3d9d0'),
(128035,57,44483,NULL,9423,5,'2026-03-17 19:01:42','2026-03-17 19:01:42','370a1f55-edaa-48b6-a13a-a02125b1532b'),
(128036,57,44483,NULL,9424,6,'2026-03-17 19:01:42','2026-03-17 19:01:42','fe1dc114-961b-4914-9805-b7d05ce31624'),
(128037,57,44483,NULL,9425,7,'2026-03-17 19:01:42','2026-03-17 19:01:42','16251c11-48cc-4d81-a120-ee917fd4b876'),
(128038,57,44483,NULL,9426,8,'2026-03-17 19:01:42','2026-03-17 19:01:42','7a5e8f5d-ce36-4646-aebe-0a3f3d2d9fa3'),
(128039,57,44483,NULL,9427,9,'2026-03-17 19:01:42','2026-03-17 19:01:42','d67a0919-d1bd-486b-b8a5-0121db262aa6'),
(128040,13,44483,NULL,23725,1,'2026-03-17 19:01:42','2026-03-17 19:01:42','d70ce2d6-a6f4-449b-b1f9-d6e289ba83b2'),
(128041,58,47364,NULL,47365,1,'2026-03-19 17:05:57','2026-03-19 17:05:57','a566c1fa-8cfe-45ec-b11d-bd11b900bee4'),
(128042,58,47366,NULL,47365,1,'2026-03-19 17:06:10','2026-03-19 17:06:10','a65fb021-fad3-4f1f-8706-d2963ef8d122'),
(128065,7,1129,NULL,47364,3,'2026-03-19 17:06:20','2026-03-19 17:06:20','d438a799-1047-4735-945f-f94f9c18fc1b'),
(128066,32,47368,NULL,2614,1,'2026-03-19 17:06:20','2026-03-19 17:06:20','ca242d7c-ef04-4350-8b45-0a26ec366787'),
(128067,32,47368,NULL,2610,2,'2026-03-19 17:06:20','2026-03-19 17:06:20','5aeb5a8a-5bd2-4d9f-a85e-24d24f657250'),
(128068,32,47368,NULL,2598,3,'2026-03-19 17:06:20','2026-03-19 17:06:20','8e91b975-6861-468a-b32a-b21f2f926678'),
(128069,32,47368,NULL,2600,4,'2026-03-19 17:06:20','2026-03-19 17:06:20','1f0baf96-e240-4a31-b45f-dd867c7d89b5'),
(128070,32,47368,NULL,2602,5,'2026-03-19 17:06:20','2026-03-19 17:06:20','956312f9-ba71-4606-baba-dec923a5f9a1'),
(128071,32,47368,NULL,2612,6,'2026-03-19 17:06:20','2026-03-19 17:06:20','471a4a65-5747-4f96-8246-1f55f262ef08'),
(128072,32,47368,NULL,2604,7,'2026-03-19 17:06:20','2026-03-19 17:06:20','5a556df6-6d54-45af-8e22-b5b24a2fea84'),
(128073,32,47368,NULL,2608,8,'2026-03-19 17:06:20','2026-03-19 17:06:20','fe70da5f-2ded-44b5-82fd-637b784157e3'),
(128074,32,47368,NULL,2596,9,'2026-03-19 17:06:20','2026-03-19 17:06:20','4928058f-5a31-4d41-b86b-386a96a3567d'),
(128075,32,47368,NULL,2606,10,'2026-03-19 17:06:20','2026-03-19 17:06:20','52d0545f-fde3-41e3-b4af-f803f64203bf'),
(128076,16,47368,NULL,4083,1,'2026-03-19 17:06:20','2026-03-19 17:06:20','d77e0b4d-2b56-473e-a27b-288ab343dc80'),
(128077,7,47368,NULL,601,1,'2026-03-19 17:06:20','2026-03-19 17:06:20','daab4d22-17f7-4dbb-a070-8748fe967bdf'),
(128078,7,47368,NULL,617,2,'2026-03-19 17:06:20','2026-03-19 17:06:20','acd5bc32-a0c7-4aaa-a888-7b7eac25b1ee'),
(128079,7,47368,NULL,47364,3,'2026-03-19 17:06:20','2026-03-19 17:06:20','b943c62e-4b81-4a89-9a75-36d6e6b2d4b3'),
(128080,7,47368,NULL,605,4,'2026-03-19 17:06:20','2026-03-19 17:06:20','d3845eab-329d-43f2-b583-7d8b8d7206de'),
(128081,7,47368,NULL,9552,5,'2026-03-19 17:06:20','2026-03-19 17:06:20','f94bd024-841e-4dd4-9d8d-4076a31b1684'),
(128082,47,47368,NULL,12421,1,'2026-03-19 17:06:20','2026-03-19 17:06:20','9512e162-55bd-4535-afce-edf258ffc59e'),
(128083,57,47368,NULL,5056,1,'2026-03-19 17:06:20','2026-03-19 17:06:20','fa3a3cd1-0b35-41dd-a21b-74d66ea38e74'),
(128084,57,47368,NULL,5055,2,'2026-03-19 17:06:20','2026-03-19 17:06:20','9e3b1235-1e03-471e-9be2-732a76d8da6a'),
(128085,57,47368,NULL,5057,3,'2026-03-19 17:06:20','2026-03-19 17:06:20','750dc418-4e44-4c42-a3ff-f7708bdf7216'),
(128086,57,47368,NULL,5058,4,'2026-03-19 17:06:20','2026-03-19 17:06:20','7d71e9e6-4f30-4a71-8a55-290cb411c7f4'),
(128087,13,47368,NULL,23737,1,'2026-03-19 17:06:20','2026-03-19 17:06:20','0a1b5638-1d35-4f3c-8b90-7f51b55d2797'),
(128113,7,1237,NULL,47364,3,'2026-03-19 17:24:01','2026-03-19 17:24:01','7a8422fa-2ac8-4e23-a26f-dd5ac0c0ae74'),
(128114,32,47374,NULL,2610,1,'2026-03-19 17:24:01','2026-03-19 17:24:01','179d2354-dc5e-48a7-b433-ec0cf7b9bc74'),
(128115,32,47374,NULL,2598,2,'2026-03-19 17:24:01','2026-03-19 17:24:01','fd07112d-39d0-41f7-9256-60e630965eb1'),
(128116,32,47374,NULL,2600,3,'2026-03-19 17:24:01','2026-03-19 17:24:01','ac29a0d0-04f8-4a41-869b-c7d8b38cee4c'),
(128117,32,47374,NULL,2602,4,'2026-03-19 17:24:01','2026-03-19 17:24:01','9fbb62fc-aa6a-4ac9-9c9b-f56794aea1a0'),
(128118,32,47374,NULL,2604,5,'2026-03-19 17:24:01','2026-03-19 17:24:01','a1ff89d1-3869-485d-97dc-43414545325b'),
(128119,32,47374,NULL,2608,6,'2026-03-19 17:24:01','2026-03-19 17:24:01','8675dada-6b85-4da1-ba64-171a26fe218f'),
(128120,32,47374,NULL,2596,7,'2026-03-19 17:24:01','2026-03-19 17:24:01','b3f6d850-4045-4dda-9cf6-6f7e5d7fd79a'),
(128121,32,47374,NULL,2606,8,'2026-03-19 17:24:01','2026-03-19 17:24:01','30445bfa-187c-4367-b98f-ff6344b49e25'),
(128122,32,47374,NULL,2612,9,'2026-03-19 17:24:01','2026-03-19 17:24:01','514ad53d-5649-4870-96ce-97626daf753a'),
(128123,16,47374,NULL,4579,1,'2026-03-19 17:24:01','2026-03-19 17:24:01','b459a469-462d-440a-b12c-b80f91f9372a'),
(128124,7,47374,NULL,2969,1,'2026-03-19 17:24:01','2026-03-19 17:24:01','e398ef66-351b-4e71-b096-a2906261840d'),
(128125,7,47374,NULL,9727,2,'2026-03-19 17:24:01','2026-03-19 17:24:01','88a6324e-f804-4a02-aaf6-329a19bd1012'),
(128126,7,47374,NULL,47364,3,'2026-03-19 17:24:01','2026-03-19 17:24:01','5430c3bd-8ea7-4113-b25e-1c3003790ef9'),
(128127,7,47374,NULL,617,4,'2026-03-19 17:24:01','2026-03-19 17:24:01','7c0c6753-8963-4c02-8a5c-49499649216a'),
(128128,7,47374,NULL,605,5,'2026-03-19 17:24:01','2026-03-19 17:24:01','0cbff73c-ea7f-440a-8fa1-779d722c80b1'),
(128129,7,47374,NULL,9552,6,'2026-03-19 17:24:01','2026-03-19 17:24:01','3d017abb-5ded-4f07-b6f2-be738d015b0e'),
(128130,82,47374,NULL,479,1,'2026-03-19 17:24:01','2026-03-19 17:24:01','439a5bff-2710-4c4b-8141-4d92d9e398f8'),
(128131,82,47374,NULL,491,2,'2026-03-19 17:24:01','2026-03-19 17:24:01','ad551c58-b6b6-4957-a474-cb0ecd570d2a'),
(128132,47,47374,NULL,12489,1,'2026-03-19 17:24:01','2026-03-19 17:24:01','c286c576-8159-419c-ac0e-71946317b51e'),
(128133,57,47374,NULL,8984,1,'2026-03-19 17:24:01','2026-03-19 17:24:01','5060a679-53fd-4dbf-b132-9e105aef51c7'),
(128134,57,47374,NULL,8982,2,'2026-03-19 17:24:01','2026-03-19 17:24:01','b9ca3ab5-eada-476c-a627-7ff7e06ff29c'),
(128135,57,47374,NULL,8981,3,'2026-03-19 17:24:01','2026-03-19 17:24:01','6ac25ae1-89a3-40b8-9ad9-55555b19d15e'),
(128136,57,47374,NULL,8983,4,'2026-03-19 17:24:01','2026-03-19 17:24:01','351c85d4-0d21-44e8-a612-567ddc2f09ed'),
(128137,57,47374,NULL,8980,5,'2026-03-19 17:24:01','2026-03-19 17:24:01','a415b24b-0739-4046-9660-399c05f82e78'),
(128138,13,47374,NULL,23839,1,'2026-03-19 17:24:01','2026-03-19 17:24:01','984bcb17-d390-4adc-b21f-9da8dccb7496'),
(128170,7,1243,NULL,47364,4,'2026-03-19 17:25:00','2026-03-19 17:25:00','17339ffd-aceb-412a-a862-03917e3afcf0'),
(128171,32,47377,NULL,2610,1,'2026-03-19 17:25:00','2026-03-19 17:25:00','41292c94-eaea-43a1-9c62-682ef63a8347'),
(128172,32,47377,NULL,2598,2,'2026-03-19 17:25:00','2026-03-19 17:25:00','43f62b38-194a-4e21-aaa6-c814a7a60386'),
(128173,32,47377,NULL,2600,3,'2026-03-19 17:25:00','2026-03-19 17:25:00','620a022f-b4db-480b-9c64-2ae3ad6210e9'),
(128174,32,47377,NULL,2604,4,'2026-03-19 17:25:00','2026-03-19 17:25:00','003da17d-e4e4-4cb8-a44b-12f54cb93a0f'),
(128175,32,47377,NULL,2608,5,'2026-03-19 17:25:00','2026-03-19 17:25:00','722e0236-55a4-4a14-bd01-32902fb6a60f'),
(128176,32,47377,NULL,2596,6,'2026-03-19 17:25:00','2026-03-19 17:25:00','395a49e8-091e-41c4-80b9-b2764352f9fd'),
(128177,32,47377,NULL,2602,7,'2026-03-19 17:25:00','2026-03-19 17:25:00','52e4d103-e324-4dee-a7ac-1910b5a2ef6b'),
(128178,32,47377,NULL,2606,8,'2026-03-19 17:25:00','2026-03-19 17:25:00','d8956ec2-61e1-49b2-9e6e-4cac5e5a42d9'),
(128179,32,47377,NULL,2612,9,'2026-03-19 17:25:00','2026-03-19 17:25:00','1d549311-f449-494f-b1cf-152840e908d0'),
(128180,16,47377,NULL,4610,1,'2026-03-19 17:25:00','2026-03-19 17:25:00','22ad1015-8268-4ef8-88a9-15093a0ae934'),
(128181,7,47377,NULL,2969,1,'2026-03-19 17:25:00','2026-03-19 17:25:00','fdc851d6-187c-4796-b1b2-7f95502a6add'),
(128182,7,47377,NULL,9640,2,'2026-03-19 17:25:00','2026-03-19 17:25:00','738d0c4a-3702-45fd-beb9-f68e66afb9d5'),
(128183,7,47377,NULL,2974,3,'2026-03-19 17:25:00','2026-03-19 17:25:00','da4a8ad7-3b91-4b5b-ba32-ea4ee1aee53b'),
(128184,7,47377,NULL,47364,4,'2026-03-19 17:25:00','2026-03-19 17:25:00','53b55de1-ce23-4156-9b17-f6e128b50469'),
(128185,7,47377,NULL,617,5,'2026-03-19 17:25:00','2026-03-19 17:25:00','c46eaac4-52e2-4996-b094-9bea01ea922e'),
(128186,7,47377,NULL,605,6,'2026-03-19 17:25:00','2026-03-19 17:25:00','de192e52-fe64-4820-b4d5-1b62a0385c05'),
(128187,7,47377,NULL,9552,7,'2026-03-19 17:25:00','2026-03-19 17:25:00','349bd73c-f467-40b6-8560-c5e99c891615'),
(128188,82,47377,NULL,491,1,'2026-03-19 17:25:00','2026-03-19 17:25:00','51b87751-d07b-41ef-8445-29cc5392bb2f'),
(128189,57,47377,NULL,9629,1,'2026-03-19 17:25:00','2026-03-19 17:25:00','1223d5ca-ac69-4491-b1e4-e90defcd3c82'),
(128190,57,47377,NULL,9631,2,'2026-03-19 17:25:00','2026-03-19 17:25:00','fb1c3206-df2b-4cc1-bcb5-9b995207545b'),
(128191,57,47377,NULL,9630,3,'2026-03-19 17:25:00','2026-03-19 17:25:00','b7a864a2-bb1a-4e5e-9f80-b628c2a906d8'),
(128192,57,47377,NULL,9628,4,'2026-03-19 17:25:00','2026-03-19 17:25:00','4fe0c906-5987-4565-b0ce-28a2d6ad606e'),
(128193,57,47377,NULL,9627,5,'2026-03-19 17:25:00','2026-03-19 17:25:00','0ea46ed5-01fe-43c3-af11-9e96c982e71b'),
(128194,57,47377,NULL,9632,6,'2026-03-19 17:25:00','2026-03-19 17:25:00','b4ee5b77-2fb0-4412-ab01-55e202ed4c1f'),
(128195,57,47377,NULL,9633,7,'2026-03-19 17:25:00','2026-03-19 17:25:00','889ff04a-cfa8-4546-b610-b49ed2ff00ee'),
(128196,57,47377,NULL,9625,8,'2026-03-19 17:25:00','2026-03-19 17:25:00','0eb03a5a-b020-43ee-bede-f855d6a6dfef'),
(128197,57,47377,NULL,9626,9,'2026-03-19 17:25:00','2026-03-19 17:25:00','b4d6247e-d6e2-4ee8-b755-98fe8d7f85e4'),
(128198,57,47377,NULL,9624,10,'2026-03-19 17:25:00','2026-03-19 17:25:00','283f9ce8-22b6-4e59-b4b8-3d001f7f687f'),
(128199,57,47377,NULL,9623,11,'2026-03-19 17:25:00','2026-03-19 17:25:00','fad01709-29b7-46ae-8c11-0343964b3b81'),
(128200,57,47377,NULL,9622,12,'2026-03-19 17:25:00','2026-03-19 17:25:00','f1fb3239-386b-414e-8834-3ba465dbeb79'),
(128201,13,47377,NULL,10152,1,'2026-03-19 17:25:00','2026-03-19 17:25:00','975112a0-493b-46ce-b30f-cfe087a60ba1'),
(128229,22,1607,NULL,47386,1,'2026-03-19 18:46:22','2026-03-19 18:46:22','36bbc6f9-44dc-4f48-bd04-275099f00968'),
(128230,32,47389,NULL,2614,1,'2026-03-19 18:46:23','2026-03-19 18:46:23','a98ac019-1bbf-41ae-9b94-7c36b11a915d'),
(128231,32,47389,NULL,2610,2,'2026-03-19 18:46:23','2026-03-19 18:46:23','da641b88-6faf-4414-b9b6-45d786a84d7b'),
(128232,32,47389,NULL,2598,3,'2026-03-19 18:46:23','2026-03-19 18:46:23','00b151f8-d521-40cc-9078-755565a616a9'),
(128233,32,47389,NULL,2608,4,'2026-03-19 18:46:23','2026-03-19 18:46:23','8c898548-ff1d-4df1-96a0-296dedf6451f'),
(128234,32,47389,NULL,2600,5,'2026-03-19 18:46:23','2026-03-19 18:46:23','4ae4cd46-0b7a-462e-9f81-0db5ed1d1973'),
(128235,32,47389,NULL,2596,6,'2026-03-19 18:46:23','2026-03-19 18:46:23','2b6d7f6c-7654-4615-9b21-70c9d665431e'),
(128236,32,47389,NULL,2602,7,'2026-03-19 18:46:23','2026-03-19 18:46:23','4f0a59e2-ca4c-4ea6-86b8-6d8fcd05196b'),
(128237,32,47389,NULL,2606,8,'2026-03-19 18:46:23','2026-03-19 18:46:23','0e7fa017-604d-4de3-91d2-35d8ca4c0c7b'),
(128238,32,47389,NULL,2604,9,'2026-03-19 18:46:23','2026-03-19 18:46:23','24dc002a-958b-4994-af8a-e8303d88434b'),
(128239,32,47389,NULL,2624,10,'2026-03-19 18:46:23','2026-03-19 18:46:23','ba3f7363-7f2c-4b80-915f-b82ff3d7cb13'),
(128240,32,47389,NULL,2612,11,'2026-03-19 18:46:23','2026-03-19 18:46:23','9d3a959c-1f88-415a-9b66-7b6e97491c04'),
(128241,16,47389,NULL,8081,1,'2026-03-19 18:46:23','2026-03-19 18:46:23','610668bf-5fe8-465e-87ee-fedefa43bf47'),
(128242,7,47389,NULL,3468,1,'2026-03-19 18:46:23','2026-03-19 18:46:23','afe34b4b-61eb-459e-93fb-d7c5bcfc4950'),
(128243,7,47389,NULL,601,2,'2026-03-19 18:46:23','2026-03-19 18:46:23','2f9cc5ed-bd3f-4739-ae00-630dfdc4c94f'),
(128244,7,47389,NULL,9640,3,'2026-03-19 18:46:23','2026-03-19 18:46:23','ed6d8ae7-07da-45ca-85da-a3080d30850b'),
(128245,7,47389,NULL,2974,4,'2026-03-19 18:46:23','2026-03-19 18:46:23','65d7d917-252b-4025-9fa8-97471c7c5bde'),
(128246,7,47389,NULL,617,5,'2026-03-19 18:46:23','2026-03-19 18:46:23','676ce4ff-75a4-4cc0-a4bf-9af28a2e08e4'),
(128247,7,47389,NULL,605,6,'2026-03-19 18:46:23','2026-03-19 18:46:23','d7442e14-468a-4f2b-86c9-70e2d2063d65'),
(128248,7,47389,NULL,9552,7,'2026-03-19 18:46:23','2026-03-19 18:46:23','dd294042-c712-4083-a69d-52d94c10f641'),
(128249,46,47389,NULL,2891,1,'2026-03-19 18:46:23','2026-03-19 18:46:23','f2ca5d7f-3d18-4b71-8416-387dffc46842'),
(128250,47,47389,NULL,12395,1,'2026-03-19 18:46:23','2026-03-19 18:46:23','d7bd7b12-c2c1-4983-9ba5-bf8e2053f429'),
(128251,57,47389,NULL,8082,1,'2026-03-19 18:46:23','2026-03-19 18:46:23','ef4387a6-67ab-4875-991b-0eab6acd6ce4'),
(128252,57,47389,NULL,8085,2,'2026-03-19 18:46:23','2026-03-19 18:46:23','7a5105ee-1531-41e5-9d42-d092e9d2be2c'),
(128253,57,47389,NULL,8086,3,'2026-03-19 18:46:23','2026-03-19 18:46:23','76af130f-ee59-4d74-9cca-4c573fec7ba8'),
(128254,57,47389,NULL,8087,4,'2026-03-19 18:46:23','2026-03-19 18:46:23','356f77dc-c3ba-415b-b11f-3a4213d5b9a4'),
(128255,13,47389,NULL,6814,1,'2026-03-19 18:46:23','2026-03-19 18:46:23','e3d04ce4-f990-4291-9216-fa2490479802'),
(128256,22,47390,NULL,47386,1,'2026-03-19 18:46:23','2026-03-19 18:46:23','5b8445e2-240d-4a0f-95d8-0d7a58b28631'),
(128284,7,1165,NULL,47364,3,'2026-03-19 19:58:41','2026-03-19 19:58:41','1f017d58-a3be-4c1b-a287-ffacdee3cb1a'),
(128285,32,47405,NULL,2614,1,'2026-03-19 19:58:41','2026-03-19 19:58:41','08915407-0395-4146-a398-7a2d84db474a'),
(128286,32,47405,NULL,2610,2,'2026-03-19 19:58:41','2026-03-19 19:58:41','b755aeb1-9cc4-4dad-9582-11b1dcfe2931'),
(128287,32,47405,NULL,2598,3,'2026-03-19 19:58:41','2026-03-19 19:58:41','71edaa3f-3e97-4711-bdc3-cd0c1c71f488'),
(128288,32,47405,NULL,2600,4,'2026-03-19 19:58:41','2026-03-19 19:58:41','eb13e1c4-3133-4ffa-8ab6-262bc61904f0'),
(128289,32,47405,NULL,2604,5,'2026-03-19 19:58:41','2026-03-19 19:58:41','3e52a9fc-d4fa-4db1-9153-6ef024f497c6'),
(128290,32,47405,NULL,2608,6,'2026-03-19 19:58:41','2026-03-19 19:58:41','3f4ab007-9130-4ce7-898b-d6c653db67e7'),
(128291,32,47405,NULL,2596,7,'2026-03-19 19:58:41','2026-03-19 19:58:41','bb446646-afcb-4e56-b982-8220845f692c'),
(128292,32,47405,NULL,2602,8,'2026-03-19 19:58:41','2026-03-19 19:58:41','446671f1-4cde-4eac-a9a8-597dc0887407'),
(128293,32,47405,NULL,2606,9,'2026-03-19 19:58:41','2026-03-19 19:58:41','09dde972-d7f0-4ae9-b669-f7980c2c791c'),
(128294,32,47405,NULL,2612,10,'2026-03-19 19:58:41','2026-03-19 19:58:41','3beda8b8-7da1-4ea3-9c49-80d57c4f8d5b'),
(128295,16,47405,NULL,4824,1,'2026-03-19 19:58:41','2026-03-19 19:58:41','2d0f41c5-1598-41b7-a434-6a07d1fcb414'),
(128296,7,47405,NULL,6547,1,'2026-03-19 19:58:41','2026-03-19 19:58:41','b11481f0-2f34-4a87-9136-d31ba0aee499'),
(128297,7,47405,NULL,601,2,'2026-03-19 19:58:41','2026-03-19 19:58:41','22dc0e5a-ef03-475c-963d-5736992c83f7'),
(128298,7,47405,NULL,47364,3,'2026-03-19 19:58:41','2026-03-19 19:58:41','eb7196eb-4365-49a7-afd7-fc3151546d9b'),
(128299,7,47405,NULL,9640,4,'2026-03-19 19:58:41','2026-03-19 19:58:41','bccbe654-5a6c-4a9b-82c4-b9751c6767d1'),
(128300,7,47405,NULL,2974,5,'2026-03-19 19:58:41','2026-03-19 19:58:41','f3678378-29f1-4b9e-a588-6667c1cc4920'),
(128301,7,47405,NULL,617,6,'2026-03-19 19:58:41','2026-03-19 19:58:41','1a812a1f-39c6-4bf4-b04b-61496eb2e573'),
(128302,7,47405,NULL,9549,7,'2026-03-19 19:58:41','2026-03-19 19:58:41','d8da45b8-390f-4700-935b-3e6aeab7e0a3'),
(128303,7,47405,NULL,605,8,'2026-03-19 19:58:41','2026-03-19 19:58:41','c16fe482-1a51-4ca3-b8c3-66588d6ca38b'),
(128304,7,47405,NULL,9552,9,'2026-03-19 19:58:41','2026-03-19 19:58:41','4726a625-3e8f-43ec-a852-287f3e41dd33'),
(128305,82,47405,NULL,479,1,'2026-03-19 19:58:41','2026-03-19 19:58:41','b753e305-e055-40e5-8aad-557c9cc64a40'),
(128306,47,47405,NULL,12482,1,'2026-03-19 19:58:41','2026-03-19 19:58:41','4a55f368-91fb-4708-b3a6-0014753c8aa4'),
(128307,57,47405,NULL,4821,1,'2026-03-19 19:58:41','2026-03-19 19:58:41','f53c53e5-cf82-487c-a885-e3bd35b41c8e'),
(128308,57,47405,NULL,4822,2,'2026-03-19 19:58:41','2026-03-19 19:58:41','9730bc8f-6aad-4404-8e64-ffbfa7b77507'),
(128309,57,47405,NULL,4823,3,'2026-03-19 19:58:41','2026-03-19 19:58:41','c2958f18-82ce-4c21-b97f-1fd61903a523'),
(128310,57,47405,NULL,4824,4,'2026-03-19 19:58:41','2026-03-19 19:58:41','c5cd7c24-7689-43c7-89bd-665c365d87ab'),
(128311,13,47405,NULL,6620,1,'2026-03-19 19:58:41','2026-03-19 19:58:41','b59899cc-5739-461e-a307-a0c40608b9e8'),
(128346,32,50143,NULL,2598,1,'2026-03-25 18:51:15','2026-03-25 18:51:15','67ac77d7-6e5e-469f-9f8d-673368c86f79'),
(128347,32,50143,NULL,2608,2,'2026-03-25 18:51:15','2026-03-25 18:51:15','f3a93b6c-6edb-48bf-8f17-65af13aceab7'),
(128348,32,50143,NULL,2600,3,'2026-03-25 18:51:15','2026-03-25 18:51:15','9ed56fd9-23ee-4714-90ee-bdf15e3036c8'),
(128349,32,50143,NULL,2602,4,'2026-03-25 18:51:15','2026-03-25 18:51:15','35facb5c-2e12-4cd0-8fe9-bac165acd4bc'),
(128350,32,50143,NULL,2612,5,'2026-03-25 18:51:15','2026-03-25 18:51:15','7a2dd844-e12e-476a-9973-3302c3336326'),
(128351,32,50143,NULL,2604,6,'2026-03-25 18:51:15','2026-03-25 18:51:15','da980f49-236c-4a07-a40f-e42c519ac1ac'),
(128352,32,50143,NULL,2610,7,'2026-03-25 18:51:15','2026-03-25 18:51:15','388ebe08-952f-4445-a7ff-c7930b162afa'),
(128353,32,50143,NULL,2596,8,'2026-03-25 18:51:15','2026-03-25 18:51:15','0d72907f-18a2-43bf-b1d1-9ca5d79e59a7'),
(128354,32,50143,NULL,2606,9,'2026-03-25 18:51:15','2026-03-25 18:51:15','d553eb55-248a-4e93-b411-afbd034181b3'),
(128355,16,50143,NULL,4884,1,'2026-03-25 18:51:15','2026-03-25 18:51:15','4a9369db-a843-47ab-8fbb-e1358a01ee4d'),
(128356,7,50143,NULL,6547,1,'2026-03-25 18:51:15','2026-03-25 18:51:15','5a1ffc79-aad4-4fdd-b693-aa555c4d385d'),
(128357,7,50143,NULL,601,2,'2026-03-25 18:51:15','2026-03-25 18:51:15','aecef263-dee0-45b2-94e1-ea0f47deae3b'),
(128358,7,50143,NULL,9732,3,'2026-03-25 18:51:15','2026-03-25 18:51:15','e3928022-6811-4003-a529-7197ab541008'),
(128359,7,50143,NULL,9735,4,'2026-03-25 18:51:15','2026-03-25 18:51:15','218891a1-764f-4f6b-a7e9-3fc972da519a'),
(128360,7,50143,NULL,617,5,'2026-03-25 18:51:15','2026-03-25 18:51:15','8a1c0e6d-9674-4a23-9ca4-39ae535a4ec1'),
(128361,7,50143,NULL,605,6,'2026-03-25 18:51:15','2026-03-25 18:51:15','0022d257-39a1-4166-a97f-1c956199dd39'),
(128362,7,50143,NULL,9552,7,'2026-03-25 18:51:15','2026-03-25 18:51:15','d5022bef-9578-4584-90ca-1d02f641e631'),
(128363,82,50143,NULL,479,1,'2026-03-25 18:51:15','2026-03-25 18:51:15','484dfbd2-1166-43dc-9028-59799a2b1344'),
(128364,82,50143,NULL,491,2,'2026-03-25 18:51:15','2026-03-25 18:51:15','0ccbd2ac-c30d-4f64-bd6c-63b9e34f79be'),
(128365,82,50143,NULL,469,3,'2026-03-25 18:51:15','2026-03-25 18:51:15','fb221747-3fbc-481d-8af6-1756ac8a9556'),
(128366,47,50143,NULL,12256,1,'2026-03-25 18:51:15','2026-03-25 18:51:15','e2512333-9ebe-4484-938b-62b3ef56046d'),
(128367,57,50143,NULL,4886,1,'2026-03-25 18:51:15','2026-03-25 18:51:15','9c2e84ba-c2d5-4999-882b-6e70ad4d64d7'),
(128368,57,50143,NULL,4880,2,'2026-03-25 18:51:15','2026-03-25 18:51:15','dd4e3503-eced-4ca7-af0b-ca3abaac10dc'),
(128369,57,50143,NULL,4888,3,'2026-03-25 18:51:15','2026-03-25 18:51:15','100b7ad4-6eb7-434c-9d14-eeb6dca56e47'),
(128370,57,50143,NULL,4882,4,'2026-03-25 18:51:15','2026-03-25 18:51:15','38ef412f-d6dc-4644-8062-f6dd87563a87'),
(128371,57,50143,NULL,4879,5,'2026-03-25 18:51:15','2026-03-25 18:51:15','8dd716ed-e53b-4b48-8a0b-8fe2cb089c0a'),
(128372,57,50143,NULL,4881,6,'2026-03-25 18:51:15','2026-03-25 18:51:15','ece0038c-876e-4f4e-9678-beb1ff24194f'),
(128373,57,50143,NULL,4887,7,'2026-03-25 18:51:15','2026-03-25 18:51:15','240607d5-9267-4c59-9ca4-3636f400dd95'),
(128374,57,50143,NULL,4883,8,'2026-03-25 18:51:15','2026-03-25 18:51:15','bf3cffe2-d661-44ca-8a50-fe15541d512e'),
(128375,57,50143,NULL,4884,9,'2026-03-25 18:51:15','2026-03-25 18:51:15','f653ce19-5dd1-4ca8-8a36-c7ca02ff81b0'),
(128376,57,50143,NULL,4885,10,'2026-03-25 18:51:15','2026-03-25 18:51:15','86a0d30d-0366-472d-925d-30755954f729'),
(128377,13,50143,NULL,23776,1,'2026-03-25 18:51:15','2026-03-25 18:51:15','c2626395-cb8b-4a39-825f-77218b9d3cab'),
(128378,66,50144,NULL,50141,1,'2026-03-25 18:51:15','2026-03-25 18:51:15','880c45a6-8591-4d88-9590-9e32e44b703c'),
(128413,66,50142,NULL,50152,1,'2026-03-25 18:54:54','2026-03-25 18:54:54','30951a19-5266-4f2e-b8d1-e0c475e71e5c'),
(128414,32,50154,NULL,2598,1,'2026-03-25 18:54:54','2026-03-25 18:54:54','8de2a8ef-823f-449c-9156-41b2d5eb8fb8'),
(128415,32,50154,NULL,2608,2,'2026-03-25 18:54:54','2026-03-25 18:54:54','23d8e4a6-ae6c-401b-b8e8-1484139db169'),
(128416,32,50154,NULL,2600,3,'2026-03-25 18:54:54','2026-03-25 18:54:54','322d7bc9-9990-44ad-8650-7ed7fb83e94b'),
(128417,32,50154,NULL,2602,4,'2026-03-25 18:54:54','2026-03-25 18:54:54','9867d5e9-3908-460a-820e-6998d53fcfb6'),
(128418,32,50154,NULL,2612,5,'2026-03-25 18:54:54','2026-03-25 18:54:54','db93252c-d2c8-4494-bf25-b48f1d8a0d9d'),
(128419,32,50154,NULL,2604,6,'2026-03-25 18:54:54','2026-03-25 18:54:54','9e6649d3-1974-4d3c-beb7-43f6e136a223'),
(128420,32,50154,NULL,2610,7,'2026-03-25 18:54:54','2026-03-25 18:54:54','689754a9-a971-415b-b22d-88a7c3f06286'),
(128421,32,50154,NULL,2596,8,'2026-03-25 18:54:54','2026-03-25 18:54:54','25e42bbf-7a28-42a6-bf67-18d426c43697'),
(128422,32,50154,NULL,2606,9,'2026-03-25 18:54:54','2026-03-25 18:54:54','3964b311-7edc-4b31-905c-7f96225086de'),
(128423,16,50154,NULL,4884,1,'2026-03-25 18:54:54','2026-03-25 18:54:54','21c26780-addf-4bb3-be38-94ea160c304b'),
(128424,7,50154,NULL,6547,1,'2026-03-25 18:54:54','2026-03-25 18:54:54','e36ef4cb-7930-416b-a147-9c1730776755'),
(128425,7,50154,NULL,601,2,'2026-03-25 18:54:54','2026-03-25 18:54:54','9e97c0cf-f629-44bf-a6bc-ee4e24d776ef'),
(128426,7,50154,NULL,9732,3,'2026-03-25 18:54:54','2026-03-25 18:54:54','9a557270-ef01-4612-ac78-748ea27d2031'),
(128427,7,50154,NULL,9735,4,'2026-03-25 18:54:54','2026-03-25 18:54:54','5eed0157-e33c-489b-8bbd-34cf14370b45'),
(128428,7,50154,NULL,617,5,'2026-03-25 18:54:54','2026-03-25 18:54:54','092599cb-bce6-4e91-a08f-51723e1ab2e9'),
(128429,7,50154,NULL,605,6,'2026-03-25 18:54:54','2026-03-25 18:54:54','82d0c051-5424-41fc-b296-1a5312223b0a'),
(128430,7,50154,NULL,9552,7,'2026-03-25 18:54:54','2026-03-25 18:54:54','e5ee7924-c024-4207-aafe-e1ab9163819c'),
(128431,82,50154,NULL,479,1,'2026-03-25 18:54:54','2026-03-25 18:54:54','a9a348b6-6c85-45ce-98d6-acb1bfcb67cd'),
(128432,82,50154,NULL,491,2,'2026-03-25 18:54:54','2026-03-25 18:54:54','2b9e59fa-93a9-494c-9533-da738e2eca07'),
(128433,82,50154,NULL,469,3,'2026-03-25 18:54:54','2026-03-25 18:54:54','ef617ddd-9d87-449d-88e1-4f3a505723a8'),
(128434,47,50154,NULL,12256,1,'2026-03-25 18:54:54','2026-03-25 18:54:54','1a189550-53de-4d36-b617-b5dffe477e06'),
(128435,57,50154,NULL,4886,1,'2026-03-25 18:54:54','2026-03-25 18:54:54','7cb52ab4-4b41-4191-b1b0-3ffa64e6ff3c'),
(128436,57,50154,NULL,4880,2,'2026-03-25 18:54:54','2026-03-25 18:54:54','ada00a10-4a83-4296-b7c0-a3ebf67b7377'),
(128437,57,50154,NULL,4888,3,'2026-03-25 18:54:54','2026-03-25 18:54:54','8d7201ea-c9c1-4982-b6eb-bea78a50f30e'),
(128438,57,50154,NULL,4882,4,'2026-03-25 18:54:54','2026-03-25 18:54:54','619e90f0-2f20-4c67-a57c-9db4b04b4664'),
(128439,57,50154,NULL,4879,5,'2026-03-25 18:54:54','2026-03-25 18:54:54','475f6097-ed2a-4dcc-93c5-ba70b0de52a7'),
(128440,57,50154,NULL,4881,6,'2026-03-25 18:54:54','2026-03-25 18:54:54','10697f61-94cf-4034-9404-8cd23cd56aa4'),
(128441,57,50154,NULL,4887,7,'2026-03-25 18:54:54','2026-03-25 18:54:54','97ed3f42-2244-40ee-a170-9c80dc9e4070'),
(128442,57,50154,NULL,4883,8,'2026-03-25 18:54:54','2026-03-25 18:54:54','be55e33e-c3b7-4f28-80ae-a763ab5355bc'),
(128443,57,50154,NULL,4884,9,'2026-03-25 18:54:54','2026-03-25 18:54:54','4575e392-663f-4704-8302-974c8d9055be'),
(128444,57,50154,NULL,4885,10,'2026-03-25 18:54:54','2026-03-25 18:54:54','a59dd54b-6ff6-4737-8080-57179d5ce6bc'),
(128445,13,50154,NULL,23776,1,'2026-03-25 18:54:54','2026-03-25 18:54:54','7ad57de6-e60f-4977-aa05-c4c7e4f8a840'),
(128446,66,50155,NULL,50152,1,'2026-03-25 18:54:54','2026-03-25 18:54:54','70643d21-9a77-4209-9b3e-3f930cf44c76'),
(128476,66,50164,NULL,50152,1,'2026-03-25 18:56:36','2026-03-25 18:56:36','ca5c1be3-989e-45c3-9094-86801d1ed643'),
(128477,32,50165,NULL,2610,1,'2026-03-25 18:56:36','2026-03-25 18:56:36','271bcdea-fcc1-4735-82cc-727250bf4da1'),
(128478,32,50165,NULL,2598,2,'2026-03-25 18:56:36','2026-03-25 18:56:36','5c6e6772-3a84-42ab-8ee4-74925de56ba4'),
(128479,32,50165,NULL,2608,3,'2026-03-25 18:56:36','2026-03-25 18:56:36','0ab197ae-4b62-4f4b-9ee5-ac1233f5eb37'),
(128480,32,50165,NULL,2624,4,'2026-03-25 18:56:36','2026-03-25 18:56:36','38edb6ae-beb5-4c41-9241-bae1447b2b06'),
(128481,32,50165,NULL,2600,5,'2026-03-25 18:56:36','2026-03-25 18:56:36','84f5c90f-f872-4c6f-811d-3c9a0cc8adf7'),
(128482,32,50165,NULL,2596,6,'2026-03-25 18:56:36','2026-03-25 18:56:36','8b2e852c-bc41-4bb7-bf09-b974d471c43c'),
(128483,32,50165,NULL,2602,7,'2026-03-25 18:56:36','2026-03-25 18:56:36','66b7af40-55ea-41af-bc37-cc6bff16571f'),
(128484,32,50165,NULL,2606,8,'2026-03-25 18:56:36','2026-03-25 18:56:36','331cf28c-dfc3-49b9-8365-3b20ef97dfe8'),
(128485,32,50165,NULL,2612,9,'2026-03-25 18:56:36','2026-03-25 18:56:36','98166751-3272-4a64-849a-b29034660b59'),
(128486,32,50165,NULL,2604,10,'2026-03-25 18:56:36','2026-03-25 18:56:36','63d30fbd-235e-4e8d-9981-05124c725538'),
(128487,16,50165,NULL,9038,1,'2026-03-25 18:56:36','2026-03-25 18:56:36','d486f32d-a67c-4284-9d84-b6c7184d3f95'),
(128488,7,50165,NULL,601,1,'2026-03-25 18:56:36','2026-03-25 18:56:36','a2644c18-9627-4323-89e4-258f576cea18'),
(128489,7,50165,NULL,3468,2,'2026-03-25 18:56:36','2026-03-25 18:56:36','cb9f857c-7c5a-444c-94fc-b02fd6edcdea'),
(128490,7,50165,NULL,2974,3,'2026-03-25 18:56:36','2026-03-25 18:56:36','7bc07330-4266-4cb8-a076-37522079de8c'),
(128491,7,50165,NULL,28766,4,'2026-03-25 18:56:36','2026-03-25 18:56:36','5cd59187-2730-4e7d-8ecd-f176f3bef394'),
(128492,7,50165,NULL,605,5,'2026-03-25 18:56:36','2026-03-25 18:56:36','3fc20eeb-d715-4802-956d-ddf377979d9c'),
(128493,7,50165,NULL,617,6,'2026-03-25 18:56:36','2026-03-25 18:56:36','e7f87aa2-bfeb-49e2-a9c9-ee57ab5cc667'),
(128494,7,50165,NULL,9552,7,'2026-03-25 18:56:36','2026-03-25 18:56:36','17193def-e035-4ec6-868b-acaabc1003f5'),
(128495,82,50165,NULL,491,1,'2026-03-25 18:56:36','2026-03-25 18:56:36','7cd3b3dd-9435-4d56-b96e-0d20528a00b8'),
(128496,46,50165,NULL,2891,1,'2026-03-25 18:56:36','2026-03-25 18:56:36','2335707f-24a0-4e5f-aea7-d3b4dc3dfec0'),
(128497,47,50165,NULL,12285,1,'2026-03-25 18:56:36','2026-03-25 18:56:36','6c4f4d53-ed5a-4159-b051-f28b083064e7'),
(128498,57,50165,NULL,9045,1,'2026-03-25 18:56:36','2026-03-25 18:56:36','9b0b9404-c43f-4886-9da2-439e0dcb97db'),
(128499,57,50165,NULL,9046,2,'2026-03-25 18:56:36','2026-03-25 18:56:36','3b74cf71-5e98-4835-b7b3-bb05d05a5fa6'),
(128500,57,50165,NULL,9042,3,'2026-03-25 18:56:36','2026-03-25 18:56:36','a04949a7-ff82-4cb0-bd38-cdbbaf239894'),
(128501,57,50165,NULL,9043,4,'2026-03-25 18:56:36','2026-03-25 18:56:36','ffc41cce-8f6e-42f1-9930-e41124058dff'),
(128502,57,50165,NULL,9044,5,'2026-03-25 18:56:36','2026-03-25 18:56:36','91eff23e-955a-4e67-80ea-97282aa560e5'),
(128503,57,50165,NULL,9041,6,'2026-03-25 18:56:36','2026-03-25 18:56:36','4b41a74f-b871-45b0-a64b-5efba41c2621'),
(128504,13,50165,NULL,6860,1,'2026-03-25 18:56:36','2026-03-25 18:56:36','83a5d2f4-f18f-4d62-94b5-e1fc2a1f322c'),
(128505,66,50166,NULL,50152,1,'2026-03-25 18:56:36','2026-03-25 18:56:36','5b8d5258-7f67-4e0c-97a6-772870733eb8'),
(128507,22,5246,NULL,41388,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','52e6f8c4-7df5-4927-a47b-d7f7cca2fd36'),
(128508,66,50170,NULL,50152,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','21964752-72da-454f-a5f4-d9a4d86cdd74'),
(128509,32,50171,NULL,2610,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','eb3f596f-9392-4515-a2ce-22d04289ac92'),
(128510,32,50171,NULL,2598,2,'2026-03-25 18:57:10','2026-03-25 18:57:10','227e3030-aa42-4c33-be7b-4a1a96ab526e'),
(128511,32,50171,NULL,2608,3,'2026-03-25 18:57:10','2026-03-25 18:57:10','fc1e523c-5a06-4270-a051-820b625253fc'),
(128512,32,50171,NULL,2600,4,'2026-03-25 18:57:10','2026-03-25 18:57:10','577124ca-79ec-403f-8d7c-f845b51fc4be'),
(128513,32,50171,NULL,2602,5,'2026-03-25 18:57:10','2026-03-25 18:57:10','02031bfd-4169-4e6c-9503-e614d1d26f26'),
(128514,32,50171,NULL,2612,6,'2026-03-25 18:57:10','2026-03-25 18:57:10','1ccae500-dcdd-4110-bb1a-00e8ff774b7d'),
(128515,32,50171,NULL,2604,7,'2026-03-25 18:57:10','2026-03-25 18:57:10','5d4a8f29-d7f1-4246-a344-0674bf465006'),
(128516,32,50171,NULL,2596,8,'2026-03-25 18:57:10','2026-03-25 18:57:10','f0317d7d-44d1-46f1-b59b-b0ed2002f442'),
(128517,32,50171,NULL,2606,9,'2026-03-25 18:57:10','2026-03-25 18:57:10','58170061-d73b-4087-8058-2583f15d6e54'),
(128518,16,50171,NULL,5213,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','bf5729de-acec-4ec3-8bab-ec5725e2832f'),
(128519,7,50171,NULL,3468,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','55ccbe53-c287-4eef-bb01-d631f971aecf'),
(128520,7,50171,NULL,601,2,'2026-03-25 18:57:10','2026-03-25 18:57:10','ed8742c2-47dc-4567-be25-0df05e6b9c7e'),
(128521,7,50171,NULL,617,3,'2026-03-25 18:57:10','2026-03-25 18:57:10','c0995e11-e968-4c74-8877-e4d62a9b22fd'),
(128522,7,50171,NULL,605,4,'2026-03-25 18:57:10','2026-03-25 18:57:10','197b4bf4-8573-4064-abc7-ef71d0817e0a'),
(128523,7,50171,NULL,9552,5,'2026-03-25 18:57:10','2026-03-25 18:57:10','b9d369d1-35f0-43d8-aa81-8d06894aa258'),
(128524,82,50171,NULL,479,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','9e78b58c-09a6-42be-b4a8-5ba37cf0c628'),
(128525,82,50171,NULL,491,2,'2026-03-25 18:57:10','2026-03-25 18:57:10','12345fa3-7159-4a57-bc8b-77b91f17a394'),
(128526,47,50171,NULL,12308,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','b29c306f-51b2-40a5-b4df-e5492dab0f49'),
(128527,57,50171,NULL,5233,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','1d6f8fbd-74b5-45f6-9560-c2d802e82fb7'),
(128528,57,50171,NULL,5234,2,'2026-03-25 18:57:10','2026-03-25 18:57:10','a07a7b7a-8bb0-4308-bbfa-816654152fa2'),
(128529,57,50171,NULL,5235,3,'2026-03-25 18:57:10','2026-03-25 18:57:10','49f10865-f72e-4ffe-b9c3-376e23a61162'),
(128530,57,50171,NULL,5236,4,'2026-03-25 18:57:10','2026-03-25 18:57:10','3e87a0dc-f964-4db3-8948-bfa4bf14dfa1'),
(128531,57,50171,NULL,5237,5,'2026-03-25 18:57:10','2026-03-25 18:57:10','db858ecc-6cb5-419c-a101-2f7ba22f8c21'),
(128532,57,50171,NULL,5238,6,'2026-03-25 18:57:10','2026-03-25 18:57:10','70a2d710-48e4-4b4d-ac09-076269da8747'),
(128533,57,50171,NULL,5239,7,'2026-03-25 18:57:10','2026-03-25 18:57:10','458c6805-55f8-48f1-b11d-62c4f97910d0'),
(128534,13,50171,NULL,23792,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','952238a1-db48-4992-9e30-fe6d28cbfe60'),
(128535,22,50172,NULL,41388,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','708828a2-3308-4812-956a-fd9ad858f00e'),
(128536,66,50173,NULL,50152,1,'2026-03-25 18:57:10','2026-03-25 18:57:10','21b5dd95-6d9c-4c99-9a9e-9adb520d96d9'),
(128564,66,50181,NULL,50180,1,'2026-03-25 19:00:42','2026-03-25 19:00:42','fa6b08c0-cdf1-4653-9378-49ef20233a58'),
(128565,32,50182,NULL,2598,1,'2026-03-25 19:00:42','2026-03-25 19:00:42','4f86d1db-a4b0-4b47-86e6-928090d617d4'),
(128566,32,50182,NULL,2608,2,'2026-03-25 19:00:42','2026-03-25 19:00:42','010a92d5-69eb-4c1a-9bc1-ad23ec179b9e'),
(128567,32,50182,NULL,2600,3,'2026-03-25 19:00:42','2026-03-25 19:00:42','a4586e0c-0e03-4123-b02a-99f3c3fb8359'),
(128568,32,50182,NULL,2596,4,'2026-03-25 19:00:42','2026-03-25 19:00:42','0ee418b0-22c4-4bb8-a3c3-d977d56f4310'),
(128569,32,50182,NULL,2602,5,'2026-03-25 19:00:42','2026-03-25 19:00:42','39874f5f-de24-4299-bb6b-bc77fd69fab8'),
(128570,32,50182,NULL,2606,6,'2026-03-25 19:00:42','2026-03-25 19:00:42','a1a7f471-385b-492c-978c-4c0583019447'),
(128571,32,50182,NULL,2604,7,'2026-03-25 19:00:42','2026-03-25 19:00:42','a8cd16be-17e3-4c92-bf5c-9db6525cdcd8'),
(128572,32,50182,NULL,2610,8,'2026-03-25 19:00:42','2026-03-25 19:00:42','7264af54-aaf3-4f72-94eb-a9352f7b6803'),
(128573,32,50182,NULL,2612,9,'2026-03-25 19:00:42','2026-03-25 19:00:42','93b764d5-25d1-46d3-8367-de7d753d3069'),
(128574,16,50182,NULL,11978,1,'2026-03-25 19:00:42','2026-03-25 19:00:42','e68f86cf-563b-45b1-86fc-b2f0250b3362'),
(128575,7,50182,NULL,617,1,'2026-03-25 19:00:42','2026-03-25 19:00:42','b9e6c65d-591b-410f-b806-1b684bd2c351'),
(128576,7,50182,NULL,605,2,'2026-03-25 19:00:42','2026-03-25 19:00:42','cb6cca67-ac57-4b5b-8fc6-ec150b94950a'),
(128577,7,50182,NULL,9552,3,'2026-03-25 19:00:42','2026-03-25 19:00:42','c5620832-fa6a-4055-a585-a680eba2d0c7'),
(128578,82,50182,NULL,491,1,'2026-03-25 19:00:42','2026-03-25 19:00:42','4bd17351-f040-4f18-b239-5ca9aff9c03a'),
(128579,47,50182,NULL,10466,1,'2026-03-25 19:00:42','2026-03-25 19:00:42','fc3fdfa8-84d7-4d05-ac83-1e251dda483c'),
(128580,57,50182,NULL,9469,1,'2026-03-25 19:00:42','2026-03-25 19:00:42','0b6d06d5-60c3-4784-8214-7546dc87f664'),
(128581,57,50182,NULL,9470,2,'2026-03-25 19:00:42','2026-03-25 19:00:42','5a818cd6-0f91-413c-8088-936b8a7becb8'),
(128582,57,50182,NULL,9471,3,'2026-03-25 19:00:42','2026-03-25 19:00:42','88e100a5-7a60-40a1-8b7f-bea5b9c33838'),
(128583,57,50182,NULL,10097,4,'2026-03-25 19:00:42','2026-03-25 19:00:42','67d3ebdc-c2b2-4482-8ca5-8a8881b57523'),
(128584,57,50182,NULL,10098,5,'2026-03-25 19:00:42','2026-03-25 19:00:42','9451f646-0207-47d3-a128-085d769163a7'),
(128585,57,50182,NULL,10099,6,'2026-03-25 19:00:42','2026-03-25 19:00:42','ccf23090-63fe-41fd-a496-9f5e9c1135fa'),
(128586,57,50182,NULL,10100,7,'2026-03-25 19:00:42','2026-03-25 19:00:42','815d4775-756c-41dd-a9f0-4bf7ad63904c'),
(128587,57,50182,NULL,10101,8,'2026-03-25 19:00:42','2026-03-25 19:00:42','393b0beb-82ea-4ea5-ad8d-6830b2bb33ef'),
(128588,57,50182,NULL,10102,9,'2026-03-25 19:00:42','2026-03-25 19:00:42','1b86b5da-bd5e-48ac-83e2-238960b10b72'),
(128589,13,50182,NULL,23767,1,'2026-03-25 19:00:42','2026-03-25 19:00:42','d299d9f6-4841-4dbf-a546-ea5727c428c4'),
(128590,12,50182,NULL,15384,1,'2026-03-25 19:00:42','2026-03-25 19:00:42','5d929644-f485-4de0-806c-ca8e2a8418c3'),
(128591,66,50183,NULL,50180,1,'2026-03-25 19:00:42','2026-03-25 19:00:42','d616272c-b80b-4274-9e9f-3e85b80d35fc'),
(128615,66,50187,NULL,50180,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','abc07a96-9620-4dc5-885e-c0c98e5cb542'),
(128616,32,50188,NULL,2610,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','11e5ebc4-0749-447d-91e7-438e5e73357a'),
(128617,32,50188,NULL,2598,2,'2026-03-25 19:02:03','2026-03-25 19:02:03','54cb2e42-c825-4966-9374-0f197e0b595b'),
(128618,32,50188,NULL,2608,3,'2026-03-25 19:02:03','2026-03-25 19:02:03','96ab9e88-f963-4720-bee3-febe670c9abf'),
(128619,32,50188,NULL,2624,4,'2026-03-25 19:02:03','2026-03-25 19:02:03','b8490669-ac60-4443-ac20-7a8c7672593d'),
(128620,32,50188,NULL,2600,5,'2026-03-25 19:02:03','2026-03-25 19:02:03','d955f7cc-7613-4057-b758-9aec5491d73c'),
(128621,32,50188,NULL,2596,6,'2026-03-25 19:02:03','2026-03-25 19:02:03','d758a1cb-671e-4a6b-b944-6009a49094a5'),
(128622,32,50188,NULL,2606,7,'2026-03-25 19:02:03','2026-03-25 19:02:03','2c2d0ceb-908a-4c8f-89e3-9e20ec4d9e9a'),
(128623,32,50188,NULL,2604,8,'2026-03-25 19:02:03','2026-03-25 19:02:03','2100ca53-0ae3-4929-8330-a4acf362f9cf'),
(128624,32,50188,NULL,2602,9,'2026-03-25 19:02:03','2026-03-25 19:02:03','5d19ae02-14a7-4647-9476-f5bb458bca31'),
(128625,32,50188,NULL,2612,10,'2026-03-25 19:02:03','2026-03-25 19:02:03','003740c3-b6ae-4cbc-a7fa-fed8b0458dac'),
(128626,16,50188,NULL,9524,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','b0d21ec8-fb27-4ff3-b3a9-7b30e69f1673'),
(128627,7,50188,NULL,617,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','1c3daa81-b8a4-4513-85d1-eafc019aef01'),
(128628,7,50188,NULL,605,2,'2026-03-25 19:02:03','2026-03-25 19:02:03','dc4926db-e79b-423e-9781-10dfc34d34e6'),
(128629,7,50188,NULL,9552,3,'2026-03-25 19:02:03','2026-03-25 19:02:03','beaf1a11-abd0-4366-b28f-7d8c10d50f42'),
(128630,82,50188,NULL,491,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','86fec9e3-b0be-4e28-addc-df43ee13d26e'),
(128631,46,50188,NULL,2891,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','99ad1fb0-20ff-47ed-97bd-feb13594a048'),
(128632,47,50188,NULL,10460,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','8cafa574-11b5-406c-9b61-d0566ba6da65'),
(128633,57,50188,NULL,9529,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','84601c4f-a60a-43dc-8807-4807d63bdedd'),
(128634,57,50188,NULL,9530,2,'2026-03-25 19:02:03','2026-03-25 19:02:03','8d330c37-e8cf-454a-adda-ffb57049641f'),
(128635,57,50188,NULL,9531,3,'2026-03-25 19:02:03','2026-03-25 19:02:03','043670d4-93d5-4c17-ae8d-625406ce55e7'),
(128636,13,50188,NULL,23770,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','160cd922-6a3d-4c92-8d29-b2f1c8614e31'),
(128637,12,50188,NULL,15380,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','81f32b2f-753c-4c8c-82d4-3ca1ffde78cb'),
(128638,66,50189,NULL,50180,1,'2026-03-25 19:02:03','2026-03-25 19:02:03','978ca94f-c8fb-49d4-bc9d-1edf462ec23c'),
(128658,66,50194,NULL,50180,1,'2026-03-25 19:02:31','2026-03-25 19:02:31','55c8b885-c29a-4636-9605-597811c5a662'),
(128659,32,50195,NULL,2598,1,'2026-03-25 19:02:31','2026-03-25 19:02:31','777d8fe0-7d42-42a7-bc3e-f459699534be'),
(128660,32,50195,NULL,2608,2,'2026-03-25 19:02:31','2026-03-25 19:02:31','b2237a8e-467e-4067-9d0b-4f7e4d8af570'),
(128661,32,50195,NULL,2600,3,'2026-03-25 19:02:31','2026-03-25 19:02:31','9636fe6e-7046-4719-8d68-d257535ea29e'),
(128662,32,50195,NULL,2596,4,'2026-03-25 19:02:31','2026-03-25 19:02:31','df9de325-4014-46d3-82fe-c4c5a799ba93'),
(128663,32,50195,NULL,2602,5,'2026-03-25 19:02:31','2026-03-25 19:02:31','c4c190a5-8a09-4e2e-afe5-b0de72bf4713'),
(128664,32,50195,NULL,2606,6,'2026-03-25 19:02:31','2026-03-25 19:02:31','535a552c-b43f-4f30-9955-e5db4a68ee18'),
(128665,32,50195,NULL,2604,7,'2026-03-25 19:02:31','2026-03-25 19:02:31','4f3415c6-76da-4315-900a-91ae26e708dc'),
(128666,32,50195,NULL,2610,8,'2026-03-25 19:02:31','2026-03-25 19:02:31','12f6cdaf-563d-4b4f-8b7c-93dfce977769'),
(128667,32,50195,NULL,2612,9,'2026-03-25 19:02:31','2026-03-25 19:02:31','99147c94-1357-4cdb-9b06-bdb7fa341f3b'),
(128668,16,50195,NULL,15333,1,'2026-03-25 19:02:31','2026-03-25 19:02:31','c03c0e9f-d310-45c7-887e-1b335420af8c'),
(128669,7,50195,NULL,2969,1,'2026-03-25 19:02:31','2026-03-25 19:02:31','09da5f24-1cd1-4b0d-9f0a-794fd6cc8619'),
(128670,7,50195,NULL,617,2,'2026-03-25 19:02:31','2026-03-25 19:02:31','fdcb62a2-28e7-402f-b6bf-62696b51d539'),
(128671,7,50195,NULL,605,3,'2026-03-25 19:02:31','2026-03-25 19:02:31','26e34958-02e8-426b-8751-b18c678dceb2'),
(128672,7,50195,NULL,9552,4,'2026-03-25 19:02:31','2026-03-25 19:02:31','7abec841-9144-4744-90a8-41960056d0d0'),
(128673,82,50195,NULL,491,1,'2026-03-25 19:02:31','2026-03-25 19:02:31','d7908e76-273c-4a09-a786-4fefb053c93b'),
(128674,47,50195,NULL,10463,1,'2026-03-25 19:02:31','2026-03-25 19:02:31','3b4ebdb3-8af4-4f89-8bda-dcbadc4d3d4e'),
(128675,13,50195,NULL,23773,1,'2026-03-25 19:02:31','2026-03-25 19:02:31','ff5c3e32-8a2d-46e7-b3db-08804251efdd'),
(128676,12,50195,NULL,15374,1,'2026-03-25 19:02:31','2026-03-25 19:02:31','f98c9a2d-10e9-4a89-9ea9-ddc69305e736'),
(128677,66,50196,NULL,50180,1,'2026-03-25 19:02:31','2026-03-25 19:02:31','f9e561cf-b32c-47d2-afb5-e5a13b576149'),
(128700,66,50218,NULL,50217,1,'2026-03-25 19:19:39','2026-03-25 19:19:39','c3e3a890-95bf-4a40-860b-8f6c7233566b'),
(128701,32,50219,NULL,2610,1,'2026-03-25 19:19:39','2026-03-25 19:19:39','25569d2a-dea7-4c45-9495-f343d186da87'),
(128702,32,50219,NULL,2598,2,'2026-03-25 19:19:39','2026-03-25 19:19:39','6bedd312-c86d-4b51-a054-102aacdac14b'),
(128703,32,50219,NULL,2608,3,'2026-03-25 19:19:39','2026-03-25 19:19:39','caa103b3-6bf4-4122-a7e3-6bc4a03d1cdb'),
(128704,32,50219,NULL,2600,4,'2026-03-25 19:19:39','2026-03-25 19:19:39','9e4f1260-483e-41d8-9cdb-18ed6511b67f'),
(128705,32,50219,NULL,2596,5,'2026-03-25 19:19:39','2026-03-25 19:19:39','9fe4b01e-9b9b-4df0-bda5-986e3e0bc390'),
(128706,32,50219,NULL,2602,6,'2026-03-25 19:19:39','2026-03-25 19:19:39','3512fa92-ddb4-441a-8683-25ebf6246a2b'),
(128707,32,50219,NULL,2606,7,'2026-03-25 19:19:39','2026-03-25 19:19:39','86c68718-0ccc-487c-954c-271d7e42e9de'),
(128708,32,50219,NULL,2612,8,'2026-03-25 19:19:39','2026-03-25 19:19:39','39488555-99f8-42c6-864b-c0a7b1954446'),
(128709,32,50219,NULL,2604,9,'2026-03-25 19:19:39','2026-03-25 19:19:39','048fe4be-8743-4fd5-8f2e-c8935b48c9ec'),
(128710,16,50219,NULL,9255,1,'2026-03-25 19:19:39','2026-03-25 19:19:39','3d06be22-28b2-4a87-b075-35bb166d751e'),
(128711,7,50219,NULL,601,1,'2026-03-25 19:19:39','2026-03-25 19:19:39','f3283382-8f0f-444d-acae-162f83223bef'),
(128712,7,50219,NULL,605,2,'2026-03-25 19:19:39','2026-03-25 19:19:39','21d6a239-fe65-4a97-bed3-832944711872'),
(128713,7,50219,NULL,617,3,'2026-03-25 19:19:39','2026-03-25 19:19:39','3418a562-390f-471f-8374-5e24ae753aa0'),
(128714,7,50219,NULL,9552,4,'2026-03-25 19:19:39','2026-03-25 19:19:39','3fac49f9-3ae7-427a-8ef9-9c6914ae2e1b'),
(128715,82,50219,NULL,491,1,'2026-03-25 19:19:39','2026-03-25 19:19:39','d1acfbcd-4143-4062-8e12-cf7cb89f4d3c'),
(128716,47,50219,NULL,12446,1,'2026-03-25 19:19:39','2026-03-25 19:19:39','1fe15034-bcc0-45e6-9ceb-65b1254adfc0'),
(128717,57,50219,NULL,9260,1,'2026-03-25 19:19:39','2026-03-25 19:19:39','87049179-32d8-4dd5-b2eb-a7eed56751a0'),
(128718,57,50219,NULL,9261,2,'2026-03-25 19:19:39','2026-03-25 19:19:39','4262d4ef-6952-400d-ac4c-76a16cca0657'),
(128719,57,50219,NULL,9258,3,'2026-03-25 19:19:39','2026-03-25 19:19:39','743756f2-0370-408f-b5c4-5de10a458fad'),
(128720,57,50219,NULL,9259,4,'2026-03-25 19:19:39','2026-03-25 19:19:39','08d88467-b8c7-48cb-ae17-e6c278df404d'),
(128721,13,50219,NULL,23743,1,'2026-03-25 19:19:39','2026-03-25 19:19:39','2e852036-3a97-486c-a8d9-1b732b88a17b'),
(128722,66,50220,NULL,50217,1,'2026-03-25 19:19:39','2026-03-25 19:19:39','cca1c8d1-e738-4769-8709-1feb8256863a'),
(128757,66,50224,NULL,50217,1,'2026-03-25 19:20:46','2026-03-25 19:20:46','0b170150-5536-4ae0-8d8d-4e50e8e35fa0'),
(128758,32,50225,NULL,2610,1,'2026-03-25 19:20:46','2026-03-25 19:20:46','d0169036-c173-4caa-9bfe-fff6af65f4af'),
(128759,32,50225,NULL,2598,2,'2026-03-25 19:20:46','2026-03-25 19:20:46','e7c63869-9cc3-4f76-8b71-c649506567ed'),
(128760,32,50225,NULL,2608,3,'2026-03-25 19:20:46','2026-03-25 19:20:46','8ece8f96-2b2b-4a00-b698-603947aeb2c9'),
(128761,32,50225,NULL,2600,4,'2026-03-25 19:20:46','2026-03-25 19:20:46','80b37fc1-cd79-4e07-8e85-46a9b4279a6b'),
(128762,32,50225,NULL,2596,5,'2026-03-25 19:20:46','2026-03-25 19:20:46','520db211-076a-4979-a273-b47596712754'),
(128763,32,50225,NULL,2602,6,'2026-03-25 19:20:46','2026-03-25 19:20:46','b94fa62e-3205-4554-85f4-73ad3277ca9f'),
(128764,32,50225,NULL,2606,7,'2026-03-25 19:20:46','2026-03-25 19:20:46','4b3aa8b8-1934-4485-b75c-38306452a571'),
(128765,32,50225,NULL,2612,8,'2026-03-25 19:20:46','2026-03-25 19:20:46','ca4eb6f5-1279-4b69-97bb-a2bf1ff888bc'),
(128766,32,50225,NULL,2604,9,'2026-03-25 19:20:46','2026-03-25 19:20:46','f1a3638a-9873-4889-be72-933e496188c4'),
(128767,16,50225,NULL,10000,1,'2026-03-25 19:20:46','2026-03-25 19:20:46','71e9b7bc-406b-4bbe-ba9e-905880d5a2d1'),
(128768,7,50225,NULL,3468,1,'2026-03-25 19:20:46','2026-03-25 19:20:46','56c9bcbe-90f9-48d7-b4c6-13f183392d1c'),
(128769,7,50225,NULL,601,2,'2026-03-25 19:20:46','2026-03-25 19:20:46','c9859688-27cd-494f-b883-7b0f60d9ab10'),
(128770,7,50225,NULL,617,3,'2026-03-25 19:20:46','2026-03-25 19:20:46','5ab4544f-f5c3-44a3-bf4e-71a3fed8ca3c'),
(128771,7,50225,NULL,605,4,'2026-03-25 19:20:46','2026-03-25 19:20:46','cabc31cc-f5d3-4369-b483-76cff9036a18'),
(128772,7,50225,NULL,9552,5,'2026-03-25 19:20:46','2026-03-25 19:20:46','68e5a205-eb1e-425d-9987-6755f7b048d8'),
(128773,82,50225,NULL,491,1,'2026-03-25 19:20:46','2026-03-25 19:20:46','4f510dcf-5ec7-4d78-b894-593ded5482f3'),
(128774,46,50225,NULL,7369,1,'2026-03-25 19:20:46','2026-03-25 19:20:46','7be37a0c-24ba-4bbe-982a-d33bb410c4ff'),
(128775,47,50225,NULL,12449,1,'2026-03-25 19:20:46','2026-03-25 19:20:46','e4a211b4-92e5-4859-9a66-106d2b4bfbfb'),
(128776,57,50225,NULL,10004,1,'2026-03-25 19:20:46','2026-03-25 19:20:46','d63620e6-ee3d-4f08-b3ed-4b140fa4c19f'),
(128777,57,50225,NULL,10005,2,'2026-03-25 19:20:46','2026-03-25 19:20:46','7c3a17af-7cd5-40f1-bd79-e9c0374c8852'),
(128778,57,50225,NULL,10006,3,'2026-03-25 19:20:46','2026-03-25 19:20:46','43a75f57-c7d2-4385-871a-f873736b93f6'),
(128779,57,50225,NULL,10007,4,'2026-03-25 19:20:46','2026-03-25 19:20:46','f475ed0a-5ea1-4e14-a7c8-4b38fa8fbf9d'),
(128780,57,50225,NULL,10009,5,'2026-03-25 19:20:46','2026-03-25 19:20:46','d81826f9-e1e0-4eba-804c-1373631f0d8f'),
(128781,57,50225,NULL,10010,6,'2026-03-25 19:20:46','2026-03-25 19:20:46','ca83c841-ad12-45a6-afc5-1d41065b4f4a'),
(128782,57,50225,NULL,10012,7,'2026-03-25 19:20:46','2026-03-25 19:20:46','8453ed06-03f2-41b3-a028-4c709620dfc9'),
(128783,57,50225,NULL,10013,8,'2026-03-25 19:20:46','2026-03-25 19:20:46','9cca25c4-b085-47b2-b27d-0a92ee06bfa4'),
(128784,57,50225,NULL,10014,9,'2026-03-25 19:20:46','2026-03-25 19:20:46','fb5df2a0-e9f8-480e-b454-8b168867fbe0'),
(128785,57,50225,NULL,10015,10,'2026-03-25 19:20:46','2026-03-25 19:20:46','cf59d908-26bc-44b4-91f8-4579cc435ffd'),
(128786,57,50225,NULL,10016,11,'2026-03-25 19:20:46','2026-03-25 19:20:46','44101f82-7335-4e06-a0a7-b41ef0df586c'),
(128787,57,50225,NULL,10018,12,'2026-03-25 19:20:46','2026-03-25 19:20:46','09d0b1be-b5e2-49ac-9555-3f05794c859f'),
(128788,57,50225,NULL,10019,13,'2026-03-25 19:20:46','2026-03-25 19:20:46','1c49569f-d8a2-4697-941c-8e8b9042b8bd'),
(128789,57,50225,NULL,10020,14,'2026-03-25 19:20:46','2026-03-25 19:20:46','31021b77-5e88-4961-ae76-78342b89ec75'),
(128790,13,50225,NULL,43181,1,'2026-03-25 19:20:46','2026-03-25 19:20:46','1ced2ff1-1cc4-41c9-8286-6ba55b7f18ab'),
(128791,66,50226,NULL,50217,1,'2026-03-25 19:20:46','2026-03-25 19:20:46','1c667108-8ded-4de5-bd06-1d0fa9b6be10'),
(128818,66,50230,NULL,50217,1,'2026-03-25 19:21:09','2026-03-25 19:21:09','e2d06ed8-7ef7-438a-bf0f-2a4fccd5acf7'),
(128819,32,50231,NULL,2614,1,'2026-03-25 19:21:09','2026-03-25 19:21:09','276924b1-72e9-4010-b1af-163dbf98fe43'),
(128820,32,50231,NULL,2610,2,'2026-03-25 19:21:09','2026-03-25 19:21:09','d783593e-7990-46de-966a-879b779e7fd9'),
(128821,32,50231,NULL,2598,3,'2026-03-25 19:21:09','2026-03-25 19:21:09','38db94ca-3493-4dec-8704-7f469caeefab'),
(128822,32,50231,NULL,2608,4,'2026-03-25 19:21:09','2026-03-25 19:21:09','1c58c1fc-d280-4603-8d53-622007bc0f3e'),
(128823,32,50231,NULL,2600,5,'2026-03-25 19:21:09','2026-03-25 19:21:09','3c5d07f3-3d24-4346-b0fc-d61f46776ceb'),
(128824,32,50231,NULL,2596,6,'2026-03-25 19:21:09','2026-03-25 19:21:09','417f77b3-2b50-45dc-b456-d0272c744a6d'),
(128825,32,50231,NULL,2602,7,'2026-03-25 19:21:09','2026-03-25 19:21:09','f654cf26-0457-46e3-a5ed-a1fdad4cb347'),
(128826,32,50231,NULL,2606,8,'2026-03-25 19:21:09','2026-03-25 19:21:09','27ab4237-8224-4d34-9bf6-7b9feba84bd0'),
(128827,32,50231,NULL,2612,9,'2026-03-25 19:21:09','2026-03-25 19:21:09','25139ea1-16ef-4670-b9d4-b69f26a483f9'),
(128828,32,50231,NULL,2604,10,'2026-03-25 19:21:09','2026-03-25 19:21:09','ec2ec167-7be1-4f39-9ea2-620fdd8578c7'),
(128829,16,50231,NULL,6659,1,'2026-03-25 19:21:09','2026-03-25 19:21:09','b77d8212-3b89-4820-975f-fc1d6cae19eb'),
(128830,7,50231,NULL,6547,1,'2026-03-25 19:21:09','2026-03-25 19:21:09','1d430be0-ad52-43e5-b8bb-9c436fa5ff8e'),
(128831,7,50231,NULL,601,2,'2026-03-25 19:21:09','2026-03-25 19:21:09','357d27a3-eb71-49b9-8b94-a0a0183accf0'),
(128832,7,50231,NULL,617,3,'2026-03-25 19:21:09','2026-03-25 19:21:09','ac800825-0835-49da-b963-976f966a128f'),
(128833,7,50231,NULL,9640,4,'2026-03-25 19:21:09','2026-03-25 19:21:09','b766363a-f3b0-4f8f-a961-e95bc39aa7bc'),
(128834,7,50231,NULL,2974,5,'2026-03-25 19:21:09','2026-03-25 19:21:09','0916743e-4477-4a38-b3fa-c58529a33590'),
(128835,7,50231,NULL,605,6,'2026-03-25 19:21:09','2026-03-25 19:21:09','3f7fdd4c-cdd1-41b1-b358-b651d1a6bec5'),
(128836,7,50231,NULL,9552,7,'2026-03-25 19:21:09','2026-03-25 19:21:09','d17a5ad4-2493-4b9c-af0d-0e6372781741'),
(128837,47,50231,NULL,12453,1,'2026-03-25 19:21:09','2026-03-25 19:21:09','d0196a41-2f94-4975-a36e-5082c29fb952'),
(128838,57,50231,NULL,6680,1,'2026-03-25 19:21:09','2026-03-25 19:21:09','8177cf2a-c4bf-4f4d-9f57-c43315cfbe9e'),
(128839,57,50231,NULL,6681,2,'2026-03-25 19:21:09','2026-03-25 19:21:09','0772f470-6ce0-4bf8-9d37-79b7ae944c74'),
(128840,57,50231,NULL,6682,3,'2026-03-25 19:21:09','2026-03-25 19:21:09','b6013408-2c33-4c3d-9a09-717d3e009cf6'),
(128841,57,50231,NULL,6683,4,'2026-03-25 19:21:09','2026-03-25 19:21:09','ce5a1520-21a2-4217-baa6-91fa1e680ffd'),
(128842,57,50231,NULL,6684,5,'2026-03-25 19:21:09','2026-03-25 19:21:09','63486576-5220-4932-8ee8-735bcfb24232'),
(128843,13,50231,NULL,23749,1,'2026-03-25 19:21:09','2026-03-25 19:21:09','b5d0a7e2-21bd-4e4c-b765-2ea1dd6591bc'),
(128844,66,50232,NULL,50217,1,'2026-03-25 19:21:09','2026-03-25 19:21:09','2e5c1188-cdfb-47e3-9a65-eab2d3b66c81'),
(128859,66,50238,NULL,50217,1,'2026-03-25 19:27:45','2026-03-25 19:27:45','987e936c-114f-4c07-a942-c4db860b0030'),
(128860,83,50239,NULL,1431,1,'2026-03-25 19:27:45','2026-03-25 19:27:45','84d32964-c104-494c-8464-9252549ca14c'),
(128861,16,50239,NULL,6640,1,'2026-03-25 19:27:45','2026-03-25 19:27:45','639a63d8-cdda-40df-9063-f09f1c39fe74'),
(128862,7,50239,NULL,617,1,'2026-03-25 19:27:45','2026-03-25 19:27:45','73093305-3bcd-4154-8c42-7a1789fd08cf'),
(128863,7,50239,NULL,605,2,'2026-03-25 19:27:45','2026-03-25 19:27:45','2c1d5371-5c27-45c8-966e-5bac6507b842'),
(128864,7,50239,NULL,9552,3,'2026-03-25 19:27:45','2026-03-25 19:27:45','24cf1810-a6f9-430e-9a90-451fc1ed9139'),
(128865,57,50239,NULL,6635,1,'2026-03-25 19:27:45','2026-03-25 19:27:45','7b85c334-3cf2-4b18-9b64-adf6e13056f8'),
(128866,57,50239,NULL,6636,2,'2026-03-25 19:27:45','2026-03-25 19:27:45','a3ce5b2c-91f5-45eb-af64-7bedcaab22ab'),
(128867,57,50239,NULL,6637,3,'2026-03-25 19:27:45','2026-03-25 19:27:45','177edf7c-0614-4448-82ef-17e237ad8eba'),
(128868,57,50239,NULL,6638,4,'2026-03-25 19:27:45','2026-03-25 19:27:45','5bb91018-f86f-434c-9e2b-b19ccaf6e8ad'),
(128869,57,50239,NULL,6639,5,'2026-03-25 19:27:45','2026-03-25 19:27:45','7bb76dc9-b328-4d98-b7fd-e8b18e44d3f6'),
(128870,57,50239,NULL,6640,6,'2026-03-25 19:27:45','2026-03-25 19:27:45','bcd512bc-883d-4a5e-a04e-3f09d1f84520'),
(128871,13,50239,NULL,23752,1,'2026-03-25 19:27:45','2026-03-25 19:27:45','a70d833a-0634-4902-9799-415dd9fec50b'),
(128872,12,50239,NULL,12727,1,'2026-03-25 19:27:45','2026-03-25 19:27:45','cc4c0285-c7fa-40b9-b47e-8f16a682c857'),
(128873,66,50240,NULL,50217,1,'2026-03-25 19:27:45','2026-03-25 19:27:45','2ce12950-55b3-4a74-81a7-501eea392563'),
(128898,66,50243,NULL,50217,1,'2026-03-25 19:28:12','2026-03-25 19:28:12','043c11cb-47d9-4863-aa33-7a5f3bec69b0'),
(128899,32,50244,NULL,2610,1,'2026-03-25 19:28:12','2026-03-25 19:28:12','f9965354-5df4-4d7f-bd9c-4f7a8e63df14'),
(128900,32,50244,NULL,2598,2,'2026-03-25 19:28:12','2026-03-25 19:28:12','696dc6d5-d61e-4c20-ac30-9f1756b8104f'),
(128901,32,50244,NULL,2608,3,'2026-03-25 19:28:12','2026-03-25 19:28:12','230a38cc-2e88-4175-8e4a-fd79ed7fae50'),
(128902,32,50244,NULL,2600,4,'2026-03-25 19:28:12','2026-03-25 19:28:12','cfb698f0-082c-4332-93b9-002e0a9150b4'),
(128903,32,50244,NULL,2596,5,'2026-03-25 19:28:12','2026-03-25 19:28:12','48bac97b-74ed-4972-bdfd-915f22d206e8'),
(128904,32,50244,NULL,2602,6,'2026-03-25 19:28:12','2026-03-25 19:28:12','847fc0c6-e681-4259-9ed6-e83a436eebe5'),
(128905,32,50244,NULL,2606,7,'2026-03-25 19:28:12','2026-03-25 19:28:12','4018f0e8-a821-4b27-9892-b311017b12cf'),
(128906,32,50244,NULL,2612,8,'2026-03-25 19:28:12','2026-03-25 19:28:12','377d81c9-bab2-40be-9161-fdd3a978b70f'),
(128907,32,50244,NULL,2604,9,'2026-03-25 19:28:12','2026-03-25 19:28:12','024cb7e5-4e74-4ed4-9f24-0fe20b34d79f'),
(128908,16,50244,NULL,9286,1,'2026-03-25 19:28:12','2026-03-25 19:28:12','613adc5a-5154-4421-a849-891798fa3c86'),
(128909,7,50244,NULL,601,1,'2026-03-25 19:28:12','2026-03-25 19:28:12','fa1f6df9-3a3a-49f0-84ed-a0bad15b5f61'),
(128910,7,50244,NULL,617,2,'2026-03-25 19:28:12','2026-03-25 19:28:12','b3b25595-d6d2-42ba-a9ee-203869a883a2'),
(128911,7,50244,NULL,9552,3,'2026-03-25 19:28:12','2026-03-25 19:28:12','9b71c89d-b343-4c18-9a7f-5ac51b3182dd'),
(128912,7,50244,NULL,605,4,'2026-03-25 19:28:12','2026-03-25 19:28:12','6c8ddd93-066e-4656-8b5a-a42762242815'),
(128913,82,50244,NULL,491,1,'2026-03-25 19:28:12','2026-03-25 19:28:12','c4cc48b8-7336-4e77-8a3e-700c5fdd24ea'),
(128914,47,50244,NULL,12455,1,'2026-03-25 19:28:12','2026-03-25 19:28:12','c1a3305b-9f51-45c8-b488-2df309f8197b'),
(128915,57,50244,NULL,9293,1,'2026-03-25 19:28:12','2026-03-25 19:28:12','3f75778f-3bfb-4d83-9f1a-bfd5c8f5d31c'),
(128916,57,50244,NULL,9290,2,'2026-03-25 19:28:12','2026-03-25 19:28:12','efc16ee7-af67-4cb2-a9ae-91b5f9e2fca5'),
(128917,57,50244,NULL,9289,3,'2026-03-25 19:28:12','2026-03-25 19:28:12','5d810a83-6931-4b7c-8b26-8cb5f55e12ac'),
(128918,57,50244,NULL,9294,4,'2026-03-25 19:28:12','2026-03-25 19:28:12','8b47464e-b543-4ff2-8aad-67b2f0e1b1f5'),
(128919,57,50244,NULL,9291,5,'2026-03-25 19:28:12','2026-03-25 19:28:12','1d844507-ae0f-49c1-8f89-51769ba35f4e'),
(128920,57,50244,NULL,9292,6,'2026-03-25 19:28:12','2026-03-25 19:28:12','d594b1c7-8808-4c30-89ac-58c878265158'),
(128921,13,50244,NULL,23755,1,'2026-03-25 19:28:12','2026-03-25 19:28:12','76546743-e73c-4c43-8e42-2d5def7f80d6'),
(128922,66,50245,NULL,50217,1,'2026-03-25 19:28:12','2026-03-25 19:28:12','bbcfa640-24c3-4d7c-a0f9-5836e6a6a0b3'),
(128957,66,50248,NULL,50217,1,'2026-03-25 19:28:36','2026-03-25 19:28:36','834dfb00-4134-433b-866f-8f73973ba5c1'),
(128958,32,50249,NULL,2614,1,'2026-03-25 19:28:36','2026-03-25 19:28:36','4ad06fd3-a529-43a5-980b-f1379401a83d'),
(128959,32,50249,NULL,2610,2,'2026-03-25 19:28:36','2026-03-25 19:28:36','9985fd96-58d5-44fe-8419-b389e33b8c07'),
(128960,32,50249,NULL,2598,3,'2026-03-25 19:28:36','2026-03-25 19:28:36','35c84d88-e3ed-4892-bcba-5de934f535cf'),
(128961,32,50249,NULL,2608,4,'2026-03-25 19:28:36','2026-03-25 19:28:36','fbb8e4a5-fefc-4ccf-9514-a9e00b8dd21a'),
(128962,32,50249,NULL,2600,5,'2026-03-25 19:28:36','2026-03-25 19:28:36','d5e8a8da-6227-432a-af10-fff9f4cda914'),
(128963,32,50249,NULL,2596,6,'2026-03-25 19:28:36','2026-03-25 19:28:36','fa9b4fff-e49b-4814-90a0-b5af7cb23b02'),
(128964,32,50249,NULL,2602,7,'2026-03-25 19:28:36','2026-03-25 19:28:36','a021fbb6-faae-4aa1-bac7-c0baff8e46ef'),
(128965,32,50249,NULL,2606,8,'2026-03-25 19:28:36','2026-03-25 19:28:36','277453e8-60ba-4823-8c04-8e3b4d954890'),
(128966,32,50249,NULL,2612,9,'2026-03-25 19:28:36','2026-03-25 19:28:36','a2405f10-cfe5-4239-800d-51b5bd0b80fa'),
(128967,32,50249,NULL,2604,10,'2026-03-25 19:28:36','2026-03-25 19:28:36','2d0ac599-d962-415f-a91d-3e606b650460'),
(128968,16,50249,NULL,10041,1,'2026-03-25 19:28:36','2026-03-25 19:28:36','584d2ed4-a55a-4868-903a-a82b715b3b00'),
(128969,7,50249,NULL,601,1,'2026-03-25 19:28:36','2026-03-25 19:28:36','9f035a1c-a3f9-4457-bfd7-d297ec2f7b07'),
(128970,7,50249,NULL,617,2,'2026-03-25 19:28:36','2026-03-25 19:28:36','91b34512-6f50-4145-9cbb-1d384effe445'),
(128971,7,50249,NULL,9549,3,'2026-03-25 19:28:36','2026-03-25 19:28:36','cb40fe89-6b0b-40b2-98c6-d69a30bb1b5d'),
(128972,7,50249,NULL,605,4,'2026-03-25 19:28:36','2026-03-25 19:28:36','c72775b4-9672-44e7-b58f-d661be0b9d28'),
(128973,7,50249,NULL,9552,5,'2026-03-25 19:28:36','2026-03-25 19:28:36','c09296ce-eb1b-44aa-8374-51d70c671dd8'),
(128974,47,50249,NULL,12458,1,'2026-03-25 19:28:36','2026-03-25 19:28:36','a29b83b9-01d9-4b1f-a36e-9464897b2f6f'),
(128975,57,50249,NULL,10057,1,'2026-03-25 19:28:36','2026-03-25 19:28:36','60d44748-a7d5-4f4a-81a3-b25bba713e81'),
(128976,57,50249,NULL,10049,2,'2026-03-25 19:28:36','2026-03-25 19:28:36','926497f9-9e05-44ac-8df5-7dd110cc67d5'),
(128977,57,50249,NULL,10044,3,'2026-03-25 19:28:36','2026-03-25 19:28:36','733fa6d3-0f93-4bf3-bcf7-deb5672d7777'),
(128978,57,50249,NULL,10045,4,'2026-03-25 19:28:36','2026-03-25 19:28:36','0cb7b8d0-0590-45a7-b48b-6a1dfe26eab7'),
(128979,57,50249,NULL,10042,5,'2026-03-25 19:28:36','2026-03-25 19:28:36','825e8d0e-d9fe-4534-8507-79c5399ad4d2'),
(128980,57,50249,NULL,10043,6,'2026-03-25 19:28:36','2026-03-25 19:28:36','5898d8cf-9027-42b8-833e-3927082ecc1a'),
(128981,57,50249,NULL,10046,7,'2026-03-25 19:28:36','2026-03-25 19:28:36','30e111c0-d80e-4a84-a8d7-3db237e7a44b'),
(128982,57,50249,NULL,10047,8,'2026-03-25 19:28:36','2026-03-25 19:28:36','59638131-8c75-47cc-8772-f404eeb2ea87'),
(128983,57,50249,NULL,10048,9,'2026-03-25 19:28:36','2026-03-25 19:28:36','4a55cf01-6492-4060-ac3d-4afd29e21f12'),
(128984,57,50249,NULL,10051,10,'2026-03-25 19:28:36','2026-03-25 19:28:36','5c6b1783-25ef-485e-8ee0-097e7ce53155'),
(128985,57,50249,NULL,10052,11,'2026-03-25 19:28:36','2026-03-25 19:28:36','95097f18-9389-4b0d-b151-dbad4a368a6b'),
(128986,57,50249,NULL,10053,12,'2026-03-25 19:28:36','2026-03-25 19:28:36','b39ba23d-91db-432e-86c0-77c55683db3a'),
(128987,57,50249,NULL,10055,13,'2026-03-25 19:28:36','2026-03-25 19:28:36','ed8a10d2-8ccc-434b-9368-e4f0c0a25bb1'),
(128988,57,50249,NULL,10059,14,'2026-03-25 19:28:36','2026-03-25 19:28:36','f5d3f533-a55b-407d-a8e0-f89a0f62bc38'),
(128989,57,50249,NULL,10060,15,'2026-03-25 19:28:36','2026-03-25 19:28:36','0ec3590a-7d0a-4144-aa19-6a7818eec4cc'),
(128990,13,50249,NULL,23758,1,'2026-03-25 19:28:36','2026-03-25 19:28:36','f1e7f0b5-0b61-456a-8b41-15999607ea3e'),
(128991,66,50250,NULL,50217,1,'2026-03-25 19:28:36','2026-03-25 19:28:36','c04d420a-f0a7-4e56-aba0-1ab9dc89ecc7'),
(129024,66,50253,NULL,50217,1,'2026-03-25 19:28:57','2026-03-25 19:28:57','7cc3fab6-6dc8-4355-a21a-bd42a1950841'),
(129025,32,50254,NULL,2610,1,'2026-03-25 19:28:57','2026-03-25 19:28:57','6abc01dd-26df-4e7b-b57c-66e55347bc28'),
(129026,32,50254,NULL,2598,2,'2026-03-25 19:28:57','2026-03-25 19:28:57','57aef60d-ac08-4337-8326-7d61b55e49e3'),
(129027,32,50254,NULL,2608,3,'2026-03-25 19:28:57','2026-03-25 19:28:57','902f9c4c-882d-4277-80b4-a8d13aaaa1cc'),
(129028,32,50254,NULL,2624,4,'2026-03-25 19:28:57','2026-03-25 19:28:57','f846766a-395d-4717-b420-2efec48a86c1'),
(129029,32,50254,NULL,2600,5,'2026-03-25 19:28:57','2026-03-25 19:28:57','91281db8-4bff-4989-a1a1-902f1dbd871e'),
(129030,32,50254,NULL,2596,6,'2026-03-25 19:28:57','2026-03-25 19:28:57','62fc8803-39b5-4461-b628-d03410bc7636'),
(129031,32,50254,NULL,2602,7,'2026-03-25 19:28:57','2026-03-25 19:28:57','2cbcaf27-3e95-44f1-bc8e-6be9d54fed6f'),
(129032,32,50254,NULL,2606,8,'2026-03-25 19:28:57','2026-03-25 19:28:57','380e23d6-e221-4e8a-bc27-b1c911f96cbc'),
(129033,32,50254,NULL,2612,9,'2026-03-25 19:28:57','2026-03-25 19:28:57','1af8f64c-1d88-48bd-86ce-472bb9c0c39b'),
(129034,32,50254,NULL,2604,10,'2026-03-25 19:28:57','2026-03-25 19:28:57','e27116fe-ddd9-47ad-8f38-80b989025aa2'),
(129035,16,50254,NULL,10069,1,'2026-03-25 19:28:57','2026-03-25 19:28:57','2cac848c-2692-4ca0-8d2d-3eb09a866514'),
(129036,7,50254,NULL,601,1,'2026-03-25 19:28:57','2026-03-25 19:28:57','28d56075-3c9f-4b58-9431-dcb6fa67de2d'),
(129037,7,50254,NULL,605,2,'2026-03-25 19:28:57','2026-03-25 19:28:57','3b6aba3d-3700-4a6c-a9cb-25062e68aa04'),
(129038,7,50254,NULL,617,3,'2026-03-25 19:28:57','2026-03-25 19:28:57','e7fef4ac-58aa-41aa-9437-cdced066e7d8'),
(129039,7,50254,NULL,2972,4,'2026-03-25 19:28:57','2026-03-25 19:28:57','1ae061eb-cc22-440c-8c1f-0612e8cd56bc'),
(129040,7,50254,NULL,9549,5,'2026-03-25 19:28:57','2026-03-25 19:28:57','708d08aa-22cc-407d-9c64-2ba502c9742f'),
(129041,7,50254,NULL,9552,6,'2026-03-25 19:28:57','2026-03-25 19:28:57','7ee76164-6a05-400f-a5ca-49392b448887'),
(129042,82,50254,NULL,491,1,'2026-03-25 19:28:57','2026-03-25 19:28:57','4aef4e2f-4067-449c-9499-8aad86b8be30'),
(129043,46,50254,NULL,2891,1,'2026-03-25 19:28:57','2026-03-25 19:28:57','fee050bd-c937-4346-a11a-0a99cd4bf34c'),
(129044,47,50254,NULL,12461,1,'2026-03-25 19:28:57','2026-03-25 19:28:57','d67507dd-64a4-4d88-96f9-ec79074bb1c6'),
(129045,57,50254,NULL,10072,1,'2026-03-25 19:28:57','2026-03-25 19:28:57','31cbc2c3-4bba-4572-90f2-f48557fc000d'),
(129046,57,50254,NULL,10079,2,'2026-03-25 19:28:57','2026-03-25 19:28:57','5cc0a125-5949-4dd7-973a-691728156df3'),
(129047,57,50254,NULL,10074,3,'2026-03-25 19:28:57','2026-03-25 19:28:57','5d4ac38b-1f0f-4dc3-8b5e-40cb5a1bf0f6'),
(129048,57,50254,NULL,10076,4,'2026-03-25 19:28:57','2026-03-25 19:28:57','45b93b16-a11d-4646-9516-4b8c8cc3c0ed'),
(129049,57,50254,NULL,10075,5,'2026-03-25 19:28:57','2026-03-25 19:28:57','47a8891b-2df9-4d08-af0f-c8c48879d8ae'),
(129050,57,50254,NULL,10080,6,'2026-03-25 19:28:57','2026-03-25 19:28:57','9226cdc5-159f-4bb9-a7a7-038b8f009449'),
(129051,57,50254,NULL,10071,7,'2026-03-25 19:28:57','2026-03-25 19:28:57','50c94d70-2939-4612-817e-d7e34abc5c1d'),
(129052,57,50254,NULL,10070,8,'2026-03-25 19:28:57','2026-03-25 19:28:57','a96a1b4e-49c3-4f3e-b926-32b446d6ce76'),
(129053,57,50254,NULL,10077,9,'2026-03-25 19:28:57','2026-03-25 19:28:57','17914e93-3fc5-485c-9825-803b1ed0812a'),
(129054,57,50254,NULL,10078,10,'2026-03-25 19:28:57','2026-03-25 19:28:57','9f64ab40-1014-4857-9107-8127432729d7'),
(129055,13,50254,NULL,23761,1,'2026-03-25 19:28:57','2026-03-25 19:28:57','9e2dde70-cc06-4fdc-8dfe-a67364acb1df'),
(129056,66,50255,NULL,50217,1,'2026-03-25 19:28:57','2026-03-25 19:28:57','27fe1317-db55-4454-8a3d-44def96f300f'),
(129089,66,50258,NULL,50217,1,'2026-03-25 19:29:16','2026-03-25 19:29:16','d3dfa6d5-27e0-4f88-8471-2de44252089d'),
(129090,32,50259,NULL,2610,1,'2026-03-25 19:29:16','2026-03-25 19:29:16','e8831b5a-ba1d-41b5-9361-c37b9d1325dd'),
(129091,32,50259,NULL,2598,2,'2026-03-25 19:29:16','2026-03-25 19:29:16','18bbf7a8-603b-40be-b75b-78d3b203d79b'),
(129092,32,50259,NULL,2608,3,'2026-03-25 19:29:16','2026-03-25 19:29:16','5fadf24d-031a-4e51-b860-afe9353fd718'),
(129093,32,50259,NULL,2600,4,'2026-03-25 19:29:16','2026-03-25 19:29:16','e910a24e-f3f0-4d77-ab99-9a7c71bda08a'),
(129094,32,50259,NULL,2596,5,'2026-03-25 19:29:16','2026-03-25 19:29:16','b4ca6a96-9385-46e7-9d21-48ed4761632a'),
(129095,32,50259,NULL,2602,6,'2026-03-25 19:29:16','2026-03-25 19:29:16','e6d9a851-e5f2-4110-8e3a-e50e01b020e9'),
(129096,32,50259,NULL,2606,7,'2026-03-25 19:29:16','2026-03-25 19:29:16','88df1e96-2394-44af-9c96-99a934ecf0b8'),
(129097,32,50259,NULL,2612,8,'2026-03-25 19:29:16','2026-03-25 19:29:16','a4a7b063-48f0-4a6f-af2d-5dd9882c6854'),
(129098,32,50259,NULL,2604,9,'2026-03-25 19:29:16','2026-03-25 19:29:16','2b9aa5ac-20fa-4cf4-b089-548fef5cb68e'),
(129099,16,50259,NULL,6422,1,'2026-03-25 19:29:16','2026-03-25 19:29:16','80beb2b9-3768-48ff-8854-acdb438843ed'),
(129100,7,50259,NULL,3468,1,'2026-03-25 19:29:16','2026-03-25 19:29:16','5ce70242-5a74-45bd-8cab-4851676aaa54'),
(129101,7,50259,NULL,601,2,'2026-03-25 19:29:16','2026-03-25 19:29:16','5db59f87-c85b-4d02-8b50-9bc18c12d5fd'),
(129102,7,50259,NULL,617,3,'2026-03-25 19:29:16','2026-03-25 19:29:16','b68d4b2d-fa8c-427a-93c6-0f828b506a6a'),
(129103,7,50259,NULL,605,4,'2026-03-25 19:29:16','2026-03-25 19:29:16','a4e8c439-4ef6-4d57-9eeb-9d4c4fca1ac6'),
(129104,7,50259,NULL,9552,5,'2026-03-25 19:29:16','2026-03-25 19:29:16','22004fdf-56d7-41ba-8cbc-b1a488163193'),
(129105,82,50259,NULL,491,1,'2026-03-25 19:29:16','2026-03-25 19:29:16','ce8d04ba-2066-4ae3-905d-d46a56ab3196'),
(129106,46,50259,NULL,7369,1,'2026-03-25 19:29:16','2026-03-25 19:29:16','27982603-87ce-4ba4-a8aa-4f30fc8cf2a3'),
(129107,47,50259,NULL,12467,1,'2026-03-25 19:29:16','2026-03-25 19:29:16','b22379f4-84ad-4f9f-b43a-a720aa2e4217'),
(129108,57,50259,NULL,9319,1,'2026-03-25 19:29:16','2026-03-25 19:29:16','63f0b974-a87d-473d-9ee8-665027062079'),
(129109,57,50259,NULL,9320,2,'2026-03-25 19:29:16','2026-03-25 19:29:16','17004b33-c37e-40a8-a5e4-a66ae2ab94a0'),
(129110,57,50259,NULL,9321,3,'2026-03-25 19:29:16','2026-03-25 19:29:16','493e0fac-d0e4-4a04-a4c1-8a1dbacbbbfe'),
(129111,57,50259,NULL,9322,4,'2026-03-25 19:29:16','2026-03-25 19:29:16','bfc7c663-8039-4501-a096-07cdd848cdd3'),
(129112,57,50259,NULL,10087,5,'2026-03-25 19:29:16','2026-03-25 19:29:16','8d31d518-caac-4d20-ba69-b2b850932ba9'),
(129113,57,50259,NULL,9323,6,'2026-03-25 19:29:16','2026-03-25 19:29:16','6af1c05a-94e3-44fb-a64a-6f559e9c85ac'),
(129114,57,50259,NULL,10084,7,'2026-03-25 19:29:16','2026-03-25 19:29:16','56a9b674-2ae6-459c-bac0-675735a45357'),
(129115,57,50259,NULL,10085,8,'2026-03-25 19:29:16','2026-03-25 19:29:16','8e7e86d5-ba20-4a26-b0ca-c65a0dd3560d'),
(129116,57,50259,NULL,10088,9,'2026-03-25 19:29:16','2026-03-25 19:29:16','3bb91a78-6656-4ea5-848e-fb628d009bba'),
(129117,57,50259,NULL,10089,10,'2026-03-25 19:29:16','2026-03-25 19:29:16','73269563-4808-45f5-9a9a-13cf0d241da4'),
(129118,57,50259,NULL,10083,11,'2026-03-25 19:29:16','2026-03-25 19:29:16','331c2d89-3201-455e-aff6-5537550a0001'),
(129119,57,50259,NULL,10090,12,'2026-03-25 19:29:16','2026-03-25 19:29:16','d2ba9b0f-ede2-4c31-a8f2-bcf1e0b92a57'),
(129120,13,50259,NULL,6844,1,'2026-03-25 19:29:16','2026-03-25 19:29:16','22b183ee-f737-428d-b673-050fa4bd7b6b'),
(129121,66,50260,NULL,50217,1,'2026-03-25 19:29:16','2026-03-25 19:29:16','0467aa40-0768-432d-b4c6-3a5195a1ad13'),
(129154,66,50264,NULL,50217,1,'2026-03-25 19:29:36','2026-03-25 19:29:36','16415e5b-2217-42d9-b4a6-400fd3ef21f1'),
(129155,32,50265,NULL,2610,1,'2026-03-25 19:29:36','2026-03-25 19:29:36','63bfd7a0-87a9-402f-8e09-78a0ca42d503'),
(129156,32,50265,NULL,2598,2,'2026-03-25 19:29:36','2026-03-25 19:29:36','9be1f412-e4bd-4b97-bc87-aa78d89b6924'),
(129157,32,50265,NULL,2608,3,'2026-03-25 19:29:36','2026-03-25 19:29:36','67922c9f-29c5-4b7d-ae43-10e3d3bc2a2a'),
(129158,32,50265,NULL,2600,4,'2026-03-25 19:29:36','2026-03-25 19:29:36','d36ea24c-9f5c-4138-ac04-e122ec2464cd'),
(129159,32,50265,NULL,2596,5,'2026-03-25 19:29:36','2026-03-25 19:29:36','a69e5e1b-52a9-410c-99d5-f4e494e952f7'),
(129160,32,50265,NULL,2602,6,'2026-03-25 19:29:36','2026-03-25 19:29:36','e16fbac7-6422-4462-a475-708d74d49d19'),
(129161,32,50265,NULL,2606,7,'2026-03-25 19:29:36','2026-03-25 19:29:36','bcd29d0a-0d5b-4f45-9e8e-1cb9f663b8d3'),
(129162,32,50265,NULL,2612,8,'2026-03-25 19:29:36','2026-03-25 19:29:36','c87b86a0-95a9-470f-a4ec-fbeb01095b79'),
(129163,32,50265,NULL,2604,9,'2026-03-25 19:29:36','2026-03-25 19:29:36','a1415f21-26c8-42f8-a2f8-389fb80c01ce'),
(129164,16,50265,NULL,10248,1,'2026-03-25 19:29:36','2026-03-25 19:29:36','6d02f5f1-c079-4482-86bf-a81bcf08d27a'),
(129165,7,50265,NULL,601,1,'2026-03-25 19:29:36','2026-03-25 19:29:36','a0a1349d-2939-4fbd-b449-680ac9090135'),
(129166,7,50265,NULL,3468,2,'2026-03-25 19:29:36','2026-03-25 19:29:36','3f46919a-1d21-488b-ab5d-74d1b2473acb'),
(129167,7,50265,NULL,2974,3,'2026-03-25 19:29:36','2026-03-25 19:29:36','0e27c142-bb56-45f6-a961-2e7d6505626a'),
(129168,7,50265,NULL,28766,4,'2026-03-25 19:29:36','2026-03-25 19:29:36','f1e1fc7b-a8a4-47ca-b7f3-60a33c48dcbe'),
(129169,7,50265,NULL,617,5,'2026-03-25 19:29:36','2026-03-25 19:29:36','3289c087-a818-42e2-86d0-f9966d31a898'),
(129170,7,50265,NULL,605,6,'2026-03-25 19:29:36','2026-03-25 19:29:36','6a4fe8ec-ef32-4b07-8014-e56a1ca4fa7c'),
(129171,7,50265,NULL,9552,7,'2026-03-25 19:29:36','2026-03-25 19:29:36','22c67f0f-8c94-476a-a793-2470dfa1abe3'),
(129172,82,50265,NULL,491,1,'2026-03-25 19:29:36','2026-03-25 19:29:36','b92c313a-2903-4b03-9a46-5b09ecf7b776'),
(129173,46,50265,NULL,7369,1,'2026-03-25 19:29:36','2026-03-25 19:29:36','4060cb43-e9a4-4938-8507-0ccfb590f332'),
(129174,47,50265,NULL,15316,1,'2026-03-25 19:29:36','2026-03-25 19:29:36','56c9ed33-0d92-42e4-a622-7caed2b826a2'),
(129175,57,50265,NULL,10250,1,'2026-03-25 19:29:36','2026-03-25 19:29:36','7fc5aadc-8ff7-442c-bb51-fa2a201d80b4'),
(129176,57,50265,NULL,10249,2,'2026-03-25 19:29:36','2026-03-25 19:29:36','4cd6d6d6-06ba-4228-9a4b-9614de22461e'),
(129177,57,50265,NULL,9331,3,'2026-03-25 19:29:36','2026-03-25 19:29:36','60019ec6-653a-49f4-9c3a-db42c9e7f6a0'),
(129178,57,50265,NULL,9336,4,'2026-03-25 19:29:36','2026-03-25 19:29:36','c1cce27c-2282-409c-a36e-2130afbbb091'),
(129179,57,50265,NULL,9332,5,'2026-03-25 19:29:36','2026-03-25 19:29:36','ca9ca0af-ea71-49bc-8ef7-9544abd3a83d'),
(129180,57,50265,NULL,10251,6,'2026-03-25 19:29:36','2026-03-25 19:29:36','18faf4bf-bd6c-4dd6-90cb-f23f8860ae57'),
(129181,57,50265,NULL,9333,7,'2026-03-25 19:29:36','2026-03-25 19:29:36','42354faa-6330-4e22-a1ae-5061be2a68b9'),
(129182,57,50265,NULL,9334,8,'2026-03-25 19:29:36','2026-03-25 19:29:36','75a2a947-2bc9-41e9-ba48-1e97e076d98b'),
(129183,57,50265,NULL,9335,9,'2026-03-25 19:29:36','2026-03-25 19:29:36','eb42c2c7-6e24-454d-b8f5-5d4223952807'),
(129184,57,50265,NULL,10252,10,'2026-03-25 19:29:36','2026-03-25 19:29:36','d62ecf84-3ee3-4f8b-8c1d-c772ab721290'),
(129185,13,50265,NULL,23764,1,'2026-03-25 19:29:36','2026-03-25 19:29:36','6201b312-7838-410f-8bcc-791d2a885e61'),
(129186,66,50266,NULL,50217,1,'2026-03-25 19:29:36','2026-03-25 19:29:36','3d5df325-c475-4dcb-8879-92006a5d82b1'),
(129209,66,50275,NULL,50274,1,'2026-03-25 19:33:11','2026-03-25 19:33:11','8f5ad5f9-3cda-41a5-a1c6-807cab16acc3'),
(129210,32,50276,NULL,2610,1,'2026-03-25 19:33:11','2026-03-25 19:33:11','f6ca2bb5-e38c-495f-8f6a-c3524f850199'),
(129211,32,50276,NULL,2598,2,'2026-03-25 19:33:11','2026-03-25 19:33:11','2d42758c-8c9c-419c-a92c-d6de7809f687'),
(129212,32,50276,NULL,2608,3,'2026-03-25 19:33:11','2026-03-25 19:33:11','49c46dc8-7b0d-47e1-98a9-5aa4ba05b752'),
(129213,32,50276,NULL,2600,4,'2026-03-25 19:33:11','2026-03-25 19:33:11','20ba0a3c-b063-45a6-ba09-c8b7c69c4b58'),
(129214,32,50276,NULL,2596,5,'2026-03-25 19:33:11','2026-03-25 19:33:11','bb68eb2d-6d50-40b8-b4e0-20d3c58862af'),
(129215,32,50276,NULL,2602,6,'2026-03-25 19:33:11','2026-03-25 19:33:11','bd9db4b0-2cea-45fa-8353-7e27cfee2af5'),
(129216,32,50276,NULL,2604,7,'2026-03-25 19:33:11','2026-03-25 19:33:11','68dd7fb0-cdf0-4175-87c8-f91f1e3616d8'),
(129217,32,50276,NULL,2606,8,'2026-03-25 19:33:11','2026-03-25 19:33:11','d34e1976-43a1-4c94-a148-bdb02a75f1cc'),
(129218,32,50276,NULL,2612,9,'2026-03-25 19:33:11','2026-03-25 19:33:11','4e637f67-b7eb-461e-903a-b300d1394fd0'),
(129219,16,50276,NULL,545,1,'2026-03-25 19:33:11','2026-03-25 19:33:11','ca4dc414-6133-4ce1-9b82-b61596e26030'),
(129220,7,50276,NULL,601,1,'2026-03-25 19:33:11','2026-03-25 19:33:11','3e9b5bff-1123-4433-9798-4132aa9bafef'),
(129221,7,50276,NULL,617,2,'2026-03-25 19:33:11','2026-03-25 19:33:11','877f3501-61e7-4f5f-97f3-74a384a9f131'),
(129222,7,50276,NULL,605,3,'2026-03-25 19:33:11','2026-03-25 19:33:11','b5865a29-d8fa-44f8-9e0b-a6680d5b50de'),
(129223,7,50276,NULL,9552,4,'2026-03-25 19:33:11','2026-03-25 19:33:11','c5bfa6df-2e6b-46fc-8d8d-924305187add'),
(129224,82,50276,NULL,491,1,'2026-03-25 19:33:11','2026-03-25 19:33:11','68a58268-f52b-40ee-8ee3-488effd6098c'),
(129225,47,50276,NULL,14954,1,'2026-03-25 19:33:11','2026-03-25 19:33:11','1f25accc-939d-40c2-822b-ce6e38c653df'),
(129226,57,50276,NULL,545,1,'2026-03-25 19:33:11','2026-03-25 19:33:11','1cfdbb1c-f47a-47dc-950b-e1e704860aeb'),
(129227,57,50276,NULL,137,2,'2026-03-25 19:33:11','2026-03-25 19:33:11','8b25bc0b-f7ec-4793-82f0-33784a2717b1'),
(129228,57,50276,NULL,138,3,'2026-03-25 19:33:11','2026-03-25 19:33:11','388a6efe-81bf-42cd-a5c6-db5e6cb60304'),
(129229,57,50276,NULL,136,4,'2026-03-25 19:33:11','2026-03-25 19:33:11','27a5d953-5b06-4e31-b2d2-b6dd48ed870c'),
(129230,13,50276,NULL,23845,1,'2026-03-25 19:33:11','2026-03-25 19:33:11','1e047756-6131-4977-8a65-9c25efbbcc16'),
(129231,66,50277,NULL,50274,1,'2026-03-25 19:33:11','2026-03-25 19:33:11','621236a4-9edd-42c0-a0c3-71ce0c804558'),
(129260,66,50280,NULL,50274,1,'2026-03-25 19:33:50','2026-03-25 19:33:50','81583263-1c7c-464b-8fb8-ce1bbc67f328'),
(129261,32,50281,NULL,2610,1,'2026-03-25 19:33:50','2026-03-25 19:33:50','0db68248-7c93-4c0a-b023-cce600ca9990'),
(129262,32,50281,NULL,2598,2,'2026-03-25 19:33:50','2026-03-25 19:33:50','3b613245-9641-4a9b-8910-42c4e3206051'),
(129263,32,50281,NULL,2608,3,'2026-03-25 19:33:50','2026-03-25 19:33:50','6a008be0-850c-44cd-91d1-3c5773ad93cc'),
(129264,32,50281,NULL,2600,4,'2026-03-25 19:33:50','2026-03-25 19:33:50','bd3b8868-1602-46b9-b442-77c3dd14e9dc'),
(129265,32,50281,NULL,2596,5,'2026-03-25 19:33:50','2026-03-25 19:33:50','803eb468-45c7-4699-8d2e-6bd16241be2c'),
(129266,32,50281,NULL,2602,6,'2026-03-25 19:33:50','2026-03-25 19:33:50','6734b0d2-4890-41cb-98b8-8a265f3f3d71'),
(129267,32,50281,NULL,2604,7,'2026-03-25 19:33:50','2026-03-25 19:33:50','990e16bd-25b7-4807-a217-c1f0a1de56a7'),
(129268,32,50281,NULL,2606,8,'2026-03-25 19:33:50','2026-03-25 19:33:50','5814110f-43fe-4ee1-8818-41df3cd78b83'),
(129269,32,50281,NULL,2612,9,'2026-03-25 19:33:50','2026-03-25 19:33:50','b38f5536-a43f-48ba-8b57-1e042a3b5963'),
(129270,83,50281,NULL,951,1,'2026-03-25 19:33:50','2026-03-25 19:33:50','e485c28c-7737-47f5-bb8d-288bc38efbf9'),
(129271,16,50281,NULL,22384,1,'2026-03-25 19:33:50','2026-03-25 19:33:50','faf99b08-5897-408e-b13f-7fc72f70155b'),
(129272,7,50281,NULL,6547,1,'2026-03-25 19:33:50','2026-03-25 19:33:50','6eef50ae-98b3-434d-bc92-8652a7d572b4'),
(129273,7,50281,NULL,601,2,'2026-03-25 19:33:50','2026-03-25 19:33:50','5767c523-5c06-4e7d-8fe6-479bf1bdd409'),
(129274,7,50281,NULL,2972,3,'2026-03-25 19:33:50','2026-03-25 19:33:50','c77a08a2-50f7-4b82-9e33-946dd6baa426'),
(129275,7,50281,NULL,2974,4,'2026-03-25 19:33:50','2026-03-25 19:33:50','64dbf5a2-0962-4fdb-93e0-2cb4c0632af6'),
(129276,7,50281,NULL,617,5,'2026-03-25 19:33:50','2026-03-25 19:33:50','69cd2561-a0d3-464b-843d-4f17cbdc8fd0'),
(129277,7,50281,NULL,605,6,'2026-03-25 19:33:50','2026-03-25 19:33:50','a42bcaee-dd4c-474f-8808-cdeea0855895'),
(129278,7,50281,NULL,9552,7,'2026-03-25 19:33:50','2026-03-25 19:33:50','da92afdb-e719-4162-a182-f3b27cc3249e'),
(129279,82,50281,NULL,491,1,'2026-03-25 19:33:50','2026-03-25 19:33:50','0d841262-ed72-4692-bbd9-f80a114f7d5a'),
(129280,47,50281,NULL,14958,1,'2026-03-25 19:33:50','2026-03-25 19:33:50','3dbb89fe-07b2-4591-a1d9-58bb29e2af67'),
(129281,57,50281,NULL,4842,1,'2026-03-25 19:33:50','2026-03-25 19:33:50','03ee3877-df10-46a6-838d-10bd54c74899'),
(129282,57,50281,NULL,4841,2,'2026-03-25 19:33:50','2026-03-25 19:33:50','e58a0e42-c095-4db1-aa2f-51d28b25e696'),
(129283,57,50281,NULL,4846,3,'2026-03-25 19:33:50','2026-03-25 19:33:50','79a1b704-4088-4b34-b4f7-b687c3ed5f67'),
(129284,57,50281,NULL,4845,4,'2026-03-25 19:33:50','2026-03-25 19:33:50','e2415599-ea3d-49d0-bf0d-aede111d1554'),
(129285,57,50281,NULL,4844,5,'2026-03-25 19:33:50','2026-03-25 19:33:50','f8356399-4dc9-4645-b0dc-18f0e3a95493'),
(129286,57,50281,NULL,4843,6,'2026-03-25 19:33:50','2026-03-25 19:33:50','614ed3fe-ab26-43d4-b403-1ce87c58a932'),
(129287,13,50281,NULL,23936,1,'2026-03-25 19:33:50','2026-03-25 19:33:50','a4f8533a-2bb4-45ae-aad8-876987173301'),
(129288,66,50282,NULL,50274,1,'2026-03-25 19:33:50','2026-03-25 19:33:50','3fe07dd3-3d67-4610-a57c-6b06f6f4b3a2'),
(129302,66,50285,NULL,50274,1,'2026-03-25 19:34:12','2026-03-25 19:34:12','b3ac250b-5a4a-4f0c-bc21-5a21d80eeb2e'),
(129303,83,50286,NULL,945,1,'2026-03-25 19:34:12','2026-03-25 19:34:12','0682c570-cb50-4526-ab03-70a6eeb2484e'),
(129304,16,50286,NULL,2968,1,'2026-03-25 19:34:12','2026-03-25 19:34:12','e787b56c-6d1d-4f0e-8dba-1367d79c178d'),
(129305,7,50286,NULL,605,1,'2026-03-25 19:34:12','2026-03-25 19:34:12','bdbe425a-9cfb-4127-adf2-36ae0eff131a'),
(129306,7,50286,NULL,617,2,'2026-03-25 19:34:12','2026-03-25 19:34:12','c553d68b-e6ec-408f-8085-4949d15fd4e5'),
(129307,7,50286,NULL,9552,3,'2026-03-25 19:34:12','2026-03-25 19:34:12','b6400339-a122-4118-9068-7dec555fe5fe'),
(129308,57,50286,NULL,3248,1,'2026-03-25 19:34:12','2026-03-25 19:34:12','89e2f48a-65ab-4a92-8e53-be0957a11433'),
(129309,57,50286,NULL,3246,2,'2026-03-25 19:34:12','2026-03-25 19:34:12','1af26078-8fb3-4208-b0d2-dba0835ef633'),
(129310,57,50286,NULL,3254,3,'2026-03-25 19:34:12','2026-03-25 19:34:12','e40954e1-c4e3-4368-9040-800aaef4864e'),
(129311,57,50286,NULL,3253,4,'2026-03-25 19:34:12','2026-03-25 19:34:12','8f0da48c-abed-4d06-b2fc-17e78a26693b'),
(129312,57,50286,NULL,3251,5,'2026-03-25 19:34:12','2026-03-25 19:34:12','44e121f6-ad67-4b24-a8c5-17a8fa4c4211'),
(129313,57,50286,NULL,3245,6,'2026-03-25 19:34:12','2026-03-25 19:34:12','a32a06ae-85b6-43eb-a2f7-31562fb5fdd5'),
(129314,13,50286,NULL,23848,1,'2026-03-25 19:34:12','2026-03-25 19:34:12','c6ecbc54-2e19-4e4e-b432-03a46dd0eb1d'),
(129315,66,50287,NULL,50274,1,'2026-03-25 19:34:12','2026-03-25 19:34:12','632e295b-5adc-4e04-8c96-6e8be118c6b8'),
(129343,66,50290,NULL,50274,1,'2026-03-25 19:34:29','2026-03-25 19:34:29','ce6c7ca4-fdd8-499d-b746-a3630d94ab0b'),
(129344,32,50291,NULL,2610,1,'2026-03-25 19:34:29','2026-03-25 19:34:29','e884afb0-d4c0-4384-8ac0-15ca6b1603d5'),
(129345,32,50291,NULL,2598,2,'2026-03-25 19:34:29','2026-03-25 19:34:29','e442e4c0-3a97-4cff-997e-133ede5416a6'),
(129346,32,50291,NULL,2608,3,'2026-03-25 19:34:29','2026-03-25 19:34:29','d0f37f61-bf67-4560-b4f0-a0d02e43b1df'),
(129347,32,50291,NULL,2600,4,'2026-03-25 19:34:29','2026-03-25 19:34:29','249a6d4b-f89f-40aa-bdb3-a3cbee3706f0'),
(129348,32,50291,NULL,2596,5,'2026-03-25 19:34:29','2026-03-25 19:34:29','0f18ac7e-d0de-4709-9d8c-be27b600e2b1'),
(129349,32,50291,NULL,2602,6,'2026-03-25 19:34:29','2026-03-25 19:34:29','8b44b749-f3e0-4070-bac9-e4bae16f7e24'),
(129350,32,50291,NULL,2604,7,'2026-03-25 19:34:29','2026-03-25 19:34:29','77335ea0-817a-4428-8108-101aa0eb885b'),
(129351,32,50291,NULL,2606,8,'2026-03-25 19:34:29','2026-03-25 19:34:29','3913034f-6e8c-409d-b392-d85146b499b0'),
(129352,32,50291,NULL,2612,9,'2026-03-25 19:34:29','2026-03-25 19:34:29','32016e41-0dc0-499e-9a98-d037570831a5'),
(129353,16,50291,NULL,7707,1,'2026-03-25 19:34:29','2026-03-25 19:34:29','f20eb266-8466-4835-bd1a-f2106d1d2c29'),
(129354,7,50291,NULL,601,1,'2026-03-25 19:34:29','2026-03-25 19:34:29','ebebf4e7-f321-46c3-9b1f-d9db797024c4'),
(129355,7,50291,NULL,3468,2,'2026-03-25 19:34:29','2026-03-25 19:34:29','59874a0e-0529-4945-a973-ccf9ea9484c3'),
(129356,7,50291,NULL,3027,3,'2026-03-25 19:34:29','2026-03-25 19:34:29','6a1de4d2-ebe1-4457-ab5d-ef0ae70caa8e'),
(129357,7,50291,NULL,9727,4,'2026-03-25 19:34:29','2026-03-25 19:34:29','e39b286d-1aed-4cf0-92f8-400fafdf3768'),
(129358,7,50291,NULL,617,5,'2026-03-25 19:34:29','2026-03-25 19:34:29','134314c1-9c33-4723-b762-ccb0af42754c'),
(129359,7,50291,NULL,605,6,'2026-03-25 19:34:29','2026-03-25 19:34:29','dda9758a-74cf-4f8f-86f8-e132a894234f'),
(129360,82,50291,NULL,491,1,'2026-03-25 19:34:29','2026-03-25 19:34:29','ce60cf07-97e2-485f-b4d2-01a9bd34c563'),
(129361,46,50291,NULL,7369,1,'2026-03-25 19:34:29','2026-03-25 19:34:29','845be55b-0798-43ba-ba54-f3bb26af6b0e'),
(129362,47,50291,NULL,14963,1,'2026-03-25 19:34:29','2026-03-25 19:34:29','b1edffaf-2b79-4a37-af3e-4af6215c1cf2'),
(129363,57,50291,NULL,4923,1,'2026-03-25 19:34:29','2026-03-25 19:34:29','76dc5f98-38bb-453d-bf2c-0b2cfcf8e429'),
(129364,57,50291,NULL,4920,2,'2026-03-25 19:34:29','2026-03-25 19:34:29','26afd00d-716b-46ea-8652-576444881a8f'),
(129365,57,50291,NULL,4921,3,'2026-03-25 19:34:29','2026-03-25 19:34:29','e23fb7bf-7813-42de-94d1-4bac55569864'),
(129366,57,50291,NULL,4922,4,'2026-03-25 19:34:29','2026-03-25 19:34:29','0ccdeae8-f247-4e78-9c97-57b61d06a246'),
(129367,57,50291,NULL,4924,5,'2026-03-25 19:34:29','2026-03-25 19:34:29','f7f498b8-3578-4a33-a061-6457de19c5c2'),
(129368,57,50291,NULL,7722,6,'2026-03-25 19:34:29','2026-03-25 19:34:29','00e28d10-cd93-4c1a-a490-7d9912193af7'),
(129369,13,50291,NULL,23851,1,'2026-03-25 19:34:29','2026-03-25 19:34:29','f30fb9e4-363a-4e91-b455-b79484c642cb'),
(129370,66,50292,NULL,50274,1,'2026-03-25 19:34:29','2026-03-25 19:34:29','93918f77-e769-4475-8785-e8680486b409'),
(129402,66,50295,NULL,50274,1,'2026-03-25 19:34:46','2026-03-25 19:34:46','6a27e521-581e-409e-9260-979319bb81a6'),
(129403,32,50296,NULL,2610,1,'2026-03-25 19:34:46','2026-03-25 19:34:46','8688c377-1a06-47ca-b94f-1d8769e9aff7'),
(129404,32,50296,NULL,2598,2,'2026-03-25 19:34:46','2026-03-25 19:34:46','09709d1b-309e-430a-bba1-5a3bda53772d'),
(129405,32,50296,NULL,2624,3,'2026-03-25 19:34:46','2026-03-25 19:34:46','cd3a5aa7-3347-4295-af0c-1bd4707622aa'),
(129406,32,50296,NULL,2600,4,'2026-03-25 19:34:46','2026-03-25 19:34:46','65a4b08d-26e3-49d3-b465-ebc833d4840f'),
(129407,32,50296,NULL,2596,5,'2026-03-25 19:34:46','2026-03-25 19:34:46','ba44e0b6-8771-43a1-b424-151c00fba0d5'),
(129408,32,50296,NULL,2602,6,'2026-03-25 19:34:46','2026-03-25 19:34:46','947d0d11-252d-4064-8ea8-dd532d481a3e'),
(129409,32,50296,NULL,2606,7,'2026-03-25 19:34:46','2026-03-25 19:34:46','c5d9d65a-7912-4f38-8ef3-605b73102a50'),
(129410,32,50296,NULL,2612,8,'2026-03-25 19:34:46','2026-03-25 19:34:46','c1cbe608-58f5-4551-9cbd-422548314175'),
(129411,32,50296,NULL,2604,9,'2026-03-25 19:34:46','2026-03-25 19:34:46','12d57ddb-af7a-4545-afdf-0797936e528c'),
(129412,32,50296,NULL,2608,10,'2026-03-25 19:34:46','2026-03-25 19:34:46','d8c69434-7c6b-491c-8bf9-6a0eddbdcacf'),
(129413,16,50296,NULL,11819,1,'2026-03-25 19:34:46','2026-03-25 19:34:46','e3759964-161b-4ca0-bc39-1edb10403336'),
(129414,7,50296,NULL,2969,1,'2026-03-25 19:34:46','2026-03-25 19:34:46','ddec1a6a-f13d-4a52-9db6-702d104f793c'),
(129415,7,50296,NULL,617,2,'2026-03-25 19:34:46','2026-03-25 19:34:46','16dc2bbd-7617-4fdc-b7c3-67f2b1af2d9b'),
(129416,7,50296,NULL,605,3,'2026-03-25 19:34:46','2026-03-25 19:34:46','73f8e1c2-b5fc-4fed-a0a3-e79edff35051'),
(129417,7,50296,NULL,9552,4,'2026-03-25 19:34:46','2026-03-25 19:34:46','79cf6830-9cf5-4c47-9ec4-b5548cee735e'),
(129418,82,50296,NULL,491,1,'2026-03-25 19:34:46','2026-03-25 19:34:46','c14e4b32-5d7c-4645-b2f9-024470465f33'),
(129419,46,50296,NULL,2891,1,'2026-03-25 19:34:46','2026-03-25 19:34:46','2d08b6ec-393a-4faf-b10c-aaac4321658f'),
(129420,47,50296,NULL,14967,1,'2026-03-25 19:34:46','2026-03-25 19:34:46','0cd44493-14f4-40b6-ba76-7ea43bd4ef58'),
(129421,57,50296,NULL,4927,1,'2026-03-25 19:34:46','2026-03-25 19:34:46','724cbc45-ce50-406e-a4f3-6bf0b2cfd3af'),
(129422,57,50296,NULL,7772,2,'2026-03-25 19:34:46','2026-03-25 19:34:46','e6176fd9-ac48-42d5-b89c-4269ae876312'),
(129423,57,50296,NULL,4931,3,'2026-03-25 19:34:46','2026-03-25 19:34:46','c9fefd2f-189b-4976-a4e1-4a60f4870910'),
(129424,57,50296,NULL,4930,4,'2026-03-25 19:34:46','2026-03-25 19:34:46','44df4043-da86-4803-b3b3-80cab478321f'),
(129425,57,50296,NULL,4932,5,'2026-03-25 19:34:46','2026-03-25 19:34:46','214f3173-7460-4198-b106-cbe85a8f96da'),
(129426,57,50296,NULL,4933,6,'2026-03-25 19:34:46','2026-03-25 19:34:46','c5132104-a249-4559-9c9c-e79780920c06'),
(129427,57,50296,NULL,4934,7,'2026-03-25 19:34:46','2026-03-25 19:34:46','6de2271d-66ee-45d1-8ff5-8db7c3065b09'),
(129428,57,50296,NULL,4935,8,'2026-03-25 19:34:46','2026-03-25 19:34:46','98b19cb0-d593-498e-90d6-bab5fa1cc8df'),
(129429,57,50296,NULL,7739,9,'2026-03-25 19:34:46','2026-03-25 19:34:46','a9c92d40-33de-4c2d-8520-2bbb48d1845b'),
(129430,57,50296,NULL,7740,10,'2026-03-25 19:34:46','2026-03-25 19:34:46','a4ddd55a-1e2e-43e2-b92f-effc85744a8c'),
(129431,57,50296,NULL,7741,11,'2026-03-25 19:34:46','2026-03-25 19:34:46','05c21333-a471-4059-9b29-43650bafc6af'),
(129432,13,50296,NULL,23854,1,'2026-03-25 19:34:46','2026-03-25 19:34:46','55f9eeac-edc1-4618-b7ff-d66dcf4377ca'),
(129433,66,50297,NULL,50274,1,'2026-03-25 19:34:46','2026-03-25 19:34:46','17dde510-c0cc-476a-a52c-c2017485d696'),
(129461,66,50300,NULL,50274,1,'2026-03-25 19:35:05','2026-03-25 19:35:05','d64ff66c-a544-4c21-9751-b9cfdd0f676c'),
(129462,32,50301,NULL,2610,1,'2026-03-25 19:35:05','2026-03-25 19:35:05','a1084ef9-eb23-4f7c-b7e2-7798d646d862'),
(129463,32,50301,NULL,2598,2,'2026-03-25 19:35:05','2026-03-25 19:35:05','3f52b386-0903-4b1b-becf-9e52e3110366'),
(129464,32,50301,NULL,2600,3,'2026-03-25 19:35:05','2026-03-25 19:35:05','e03edbee-6c38-4dcc-b983-83e0fc925759'),
(129465,32,50301,NULL,2596,4,'2026-03-25 19:35:05','2026-03-25 19:35:05','56f4c0e2-a2be-45c9-9157-2ed7be46e0a8'),
(129466,32,50301,NULL,2602,5,'2026-03-25 19:35:05','2026-03-25 19:35:05','e81e1ba5-976d-46cd-9f01-ec4571f6540f'),
(129467,32,50301,NULL,2604,6,'2026-03-25 19:35:05','2026-03-25 19:35:05','47f427dc-18b4-4b96-8e1f-da746af010a8'),
(129468,32,50301,NULL,2608,7,'2026-03-25 19:35:05','2026-03-25 19:35:05','f99242b6-c180-42ba-9df5-8479c13e8d8a'),
(129469,32,50301,NULL,2606,8,'2026-03-25 19:35:05','2026-03-25 19:35:05','ab34ceab-9bf6-4bc6-b8e1-07f852ff690c'),
(129470,32,50301,NULL,2612,9,'2026-03-25 19:35:05','2026-03-25 19:35:05','7bae8408-ee29-414f-89b8-74a6c88714b5'),
(129471,16,50301,NULL,9354,1,'2026-03-25 19:35:05','2026-03-25 19:35:05','281f22e0-b0de-4acf-9df5-093bbbea4536'),
(129472,7,50301,NULL,6547,1,'2026-03-25 19:35:05','2026-03-25 19:35:05','ae61c169-d861-4457-a4c5-6bdc4670337b'),
(129473,7,50301,NULL,601,2,'2026-03-25 19:35:05','2026-03-25 19:35:05','7dc8a600-0266-4f66-a70e-f7627cab1412'),
(129474,7,50301,NULL,3093,3,'2026-03-25 19:35:05','2026-03-25 19:35:05','0270117f-036e-45ca-870e-097e1692a3fa'),
(129475,7,50301,NULL,617,4,'2026-03-25 19:35:05','2026-03-25 19:35:05','06e3340e-8159-4a0c-b6bc-85fa09a94ae0'),
(129476,7,50301,NULL,605,5,'2026-03-25 19:35:05','2026-03-25 19:35:05','e3556595-6519-452e-a8f4-fae9756a54ba'),
(129477,7,50301,NULL,9552,6,'2026-03-25 19:35:05','2026-03-25 19:35:05','a01937f7-d204-484f-82b7-f5bd88005e3f'),
(129478,82,50301,NULL,491,1,'2026-03-25 19:35:05','2026-03-25 19:35:05','4a9f1baf-f91e-4a51-8dca-bc5e47b213d3'),
(129479,47,50301,NULL,14970,1,'2026-03-25 19:35:05','2026-03-25 19:35:05','86a47531-c146-447b-b316-d605c288df4d'),
(129480,57,50301,NULL,7778,1,'2026-03-25 19:35:05','2026-03-25 19:35:05','0823e15a-daaf-49b5-af9d-abfabe7a0a06'),
(129481,57,50301,NULL,7779,2,'2026-03-25 19:35:05','2026-03-25 19:35:05','a273c6af-ac7b-4335-968d-14c60e76012a'),
(129482,57,50301,NULL,7780,3,'2026-03-25 19:35:05','2026-03-25 19:35:05','335e82ba-d5b3-42ed-bce8-81989eadf66d'),
(129483,57,50301,NULL,7781,4,'2026-03-25 19:35:05','2026-03-25 19:35:05','70f11c55-38bd-4a9e-95b5-4a7550ecbd66'),
(129484,57,50301,NULL,7783,5,'2026-03-25 19:35:05','2026-03-25 19:35:05','35a28f07-f3c7-41e4-925c-eb5897353252'),
(129485,57,50301,NULL,7784,6,'2026-03-25 19:35:05','2026-03-25 19:35:05','d9f70396-056e-43cd-b495-7d4a32f12ad4'),
(129486,57,50301,NULL,7785,7,'2026-03-25 19:35:05','2026-03-25 19:35:05','28fd72a0-e8e6-482f-a179-6390afc2bd28'),
(129487,13,50301,NULL,23857,1,'2026-03-25 19:35:05','2026-03-25 19:35:05','34eefa7d-b0a9-4fc0-9c8f-63879beed553'),
(129488,66,50302,NULL,50274,1,'2026-03-25 19:35:05','2026-03-25 19:35:05','ce329115-5b2f-4af8-95eb-654ee40e4b1b'),
(129519,66,50305,NULL,50274,1,'2026-03-25 19:35:31','2026-03-25 19:35:31','904eadec-7c1f-4f9b-ae92-858dd301316d'),
(129520,32,50306,NULL,2614,1,'2026-03-25 19:35:31','2026-03-25 19:35:31','e58b949b-4965-4737-94ea-df26dd8fd6f0'),
(129521,32,50306,NULL,2610,2,'2026-03-25 19:35:31','2026-03-25 19:35:31','2e648401-fba6-449e-a710-882184e3f880'),
(129522,32,50306,NULL,2598,3,'2026-03-25 19:35:31','2026-03-25 19:35:31','59d617e0-4424-42c6-8318-c7990cd333a4'),
(129523,32,50306,NULL,2608,4,'2026-03-25 19:35:31','2026-03-25 19:35:31','9fe7f444-a7d3-4385-b950-7b6ae777ab31'),
(129524,32,50306,NULL,2600,5,'2026-03-25 19:35:31','2026-03-25 19:35:31','d77d40fc-f08d-4938-8888-a1a9d9030c79'),
(129525,32,50306,NULL,2596,6,'2026-03-25 19:35:31','2026-03-25 19:35:31','9f9bb875-f39c-42c6-9081-567cae99e619'),
(129526,32,50306,NULL,2602,7,'2026-03-25 19:35:31','2026-03-25 19:35:31','cd945944-1bf5-462f-9419-3a6b5aa10a40'),
(129527,32,50306,NULL,2604,8,'2026-03-25 19:35:31','2026-03-25 19:35:31','dba749ed-4eb6-45d9-9a2e-83e915636765'),
(129528,32,50306,NULL,2606,9,'2026-03-25 19:35:31','2026-03-25 19:35:31','10d7bd1f-cab0-4f26-81ef-cc5dbe67557f'),
(129529,32,50306,NULL,2612,10,'2026-03-25 19:35:31','2026-03-25 19:35:31','00a13b31-5c0d-4339-af1b-b28741fddb68'),
(129530,16,50306,NULL,7791,1,'2026-03-25 19:35:31','2026-03-25 19:35:31','e7a39610-d55c-41da-9ada-061b3d54dba5'),
(129531,7,50306,NULL,601,1,'2026-03-25 19:35:31','2026-03-25 19:35:31','ab3fe481-a863-4970-ab9d-66dc2427a893'),
(129532,7,50306,NULL,9735,2,'2026-03-25 19:35:31','2026-03-25 19:35:31','0d98a8d3-aca5-46f3-a887-c23cccf5705d'),
(129533,7,50306,NULL,617,3,'2026-03-25 19:35:31','2026-03-25 19:35:31','f8cb01f3-6953-4ba2-a882-a5b0c61652f1'),
(129534,7,50306,NULL,9640,4,'2026-03-25 19:35:31','2026-03-25 19:35:31','4216e86c-43bf-4427-a0bf-9c958145b607'),
(129535,7,50306,NULL,2974,5,'2026-03-25 19:35:31','2026-03-25 19:35:31','a353f100-0f24-4536-bb89-92c19d090bfd'),
(129536,7,50306,NULL,605,6,'2026-03-25 19:35:31','2026-03-25 19:35:31','f150bac7-5ee9-47aa-9e11-a1ba1f1c8b67'),
(129537,7,50306,NULL,9549,7,'2026-03-25 19:35:31','2026-03-25 19:35:31','a78e9146-9fa7-4394-86f7-59a27144cfe5'),
(129538,7,50306,NULL,9552,8,'2026-03-25 19:35:31','2026-03-25 19:35:31','2a522e9b-26b4-49bc-b3dd-ebce76c5df86'),
(129539,47,50306,NULL,14975,1,'2026-03-25 19:35:31','2026-03-25 19:35:31','1b400734-8dae-4ea3-9971-efdba7661d4c'),
(129540,57,50306,NULL,7829,1,'2026-03-25 19:35:31','2026-03-25 19:35:31','d73b474d-5d1f-4948-aa11-4549d1583dc6'),
(129541,57,50306,NULL,7830,2,'2026-03-25 19:35:31','2026-03-25 19:35:31','dec182f9-4602-409f-ac20-1b3abf1e27c4'),
(129542,57,50306,NULL,7833,3,'2026-03-25 19:35:31','2026-03-25 19:35:31','d22a4572-a1e0-4f01-b356-721586b315ed'),
(129543,57,50306,NULL,7831,4,'2026-03-25 19:35:31','2026-03-25 19:35:31','41f307fd-7290-4b3d-bc62-f8e154f5c429'),
(129544,57,50306,NULL,7826,5,'2026-03-25 19:35:31','2026-03-25 19:35:31','2aa6f7a5-e170-4eaa-a0a7-9fde7660865d'),
(129545,57,50306,NULL,7828,6,'2026-03-25 19:35:31','2026-03-25 19:35:31','111acca4-23b5-4177-8cd0-fbed98249964'),
(129546,57,50306,NULL,7827,7,'2026-03-25 19:35:31','2026-03-25 19:35:31','6cfffa0a-234b-4b79-8b0a-53bbc21d72a4'),
(129547,57,50306,NULL,7832,8,'2026-03-25 19:35:31','2026-03-25 19:35:31','f7684b03-222f-43e2-9e5d-c42d333e4a26'),
(129548,13,50306,NULL,23859,1,'2026-03-25 19:35:31','2026-03-25 19:35:31','dab12499-d39e-4598-ae05-3e9acf103d2d'),
(129549,66,50307,NULL,50274,1,'2026-03-25 19:35:31','2026-03-25 19:35:31','e361e3f7-971d-4777-81f2-332ce96ceac1'),
(129574,66,50310,NULL,50274,1,'2026-03-25 19:35:52','2026-03-25 19:35:52','a14746bd-daa5-4988-a96a-8d97dde1d19f'),
(129575,32,50311,NULL,2614,1,'2026-03-25 19:35:52','2026-03-25 19:35:52','9da46ef3-2d35-4ef0-8895-99ba6a7d3c80'),
(129576,32,50311,NULL,2610,2,'2026-03-25 19:35:52','2026-03-25 19:35:52','29e27041-f6b4-44dd-b430-c99652fe408c'),
(129577,32,50311,NULL,2598,3,'2026-03-25 19:35:52','2026-03-25 19:35:52','a8f974b3-8243-49f5-acfc-433df89f4dcb'),
(129578,32,50311,NULL,2608,4,'2026-03-25 19:35:52','2026-03-25 19:35:52','3081cdef-97ac-4fb2-80dc-041ad5f2ae29'),
(129579,32,50311,NULL,2600,5,'2026-03-25 19:35:52','2026-03-25 19:35:52','6f0a5504-88b8-4c1a-aae5-4f32a1c0a840'),
(129580,32,50311,NULL,2596,6,'2026-03-25 19:35:52','2026-03-25 19:35:52','dc82b598-20ef-49e3-8ff7-12193bd5984d'),
(129581,32,50311,NULL,2602,7,'2026-03-25 19:35:52','2026-03-25 19:35:52','1cf8069b-b8e3-4fab-bfaf-af095c4c7d2a'),
(129582,32,50311,NULL,2604,8,'2026-03-25 19:35:52','2026-03-25 19:35:52','e9501208-de37-461f-be55-f9934a0c598e'),
(129583,32,50311,NULL,2606,9,'2026-03-25 19:35:52','2026-03-25 19:35:52','64b25532-b8de-4bb7-b7f2-8670ee5e783c'),
(129584,32,50311,NULL,2612,10,'2026-03-25 19:35:52','2026-03-25 19:35:52','9f53040f-81ee-4343-a5da-ab3d22352a25'),
(129585,16,50311,NULL,3158,1,'2026-03-25 19:35:52','2026-03-25 19:35:52','71d9e6d6-ad79-44a7-858b-5df5fd15ed58'),
(129586,7,50311,NULL,601,1,'2026-03-25 19:35:52','2026-03-25 19:35:52','0e9f172c-e3ec-4919-903d-738918ff124e'),
(129587,7,50311,NULL,2974,2,'2026-03-25 19:35:52','2026-03-25 19:35:52','d9b29136-4d1f-4aed-884e-8b8099b44b77'),
(129588,7,50311,NULL,617,3,'2026-03-25 19:35:52','2026-03-25 19:35:52','db9bdeb7-37ed-45db-bf0a-5a7c298b2b53'),
(129589,7,50311,NULL,605,4,'2026-03-25 19:35:52','2026-03-25 19:35:52','7173c48d-3fd5-4432-8333-a71e266560a9'),
(129590,7,50311,NULL,9552,5,'2026-03-25 19:35:52','2026-03-25 19:35:52','5f753578-6ae5-4ccd-a881-c4ec98130667'),
(129591,47,50311,NULL,14983,1,'2026-03-25 19:35:52','2026-03-25 19:35:52','d1a48e97-3fa2-4989-9b06-66f385703214'),
(129592,57,50311,NULL,7838,1,'2026-03-25 19:35:52','2026-03-25 19:35:52','edb189e0-b880-4622-b2d2-88698206d3d7'),
(129593,57,50311,NULL,7840,2,'2026-03-25 19:35:52','2026-03-25 19:35:52','5b1bdb97-b3ca-4da1-9dc1-03401b94cb54'),
(129594,57,50311,NULL,7839,3,'2026-03-25 19:35:52','2026-03-25 19:35:52','7c7f6887-7418-4704-af68-6bec2544b224'),
(129595,57,50311,NULL,7841,4,'2026-03-25 19:35:52','2026-03-25 19:35:52','c80bbe5d-2dcc-447e-823d-d8aebe533784'),
(129596,57,50311,NULL,7842,5,'2026-03-25 19:35:52','2026-03-25 19:35:52','2d472c1f-68c2-4c4f-a8a2-21409209b2cd'),
(129597,13,50311,NULL,23863,1,'2026-03-25 19:35:52','2026-03-25 19:35:52','46e9808d-10dc-4498-ab37-694ec387a5eb'),
(129598,66,50312,NULL,50274,1,'2026-03-25 19:35:52','2026-03-25 19:35:52','d9bea039-175a-4db0-b925-b03064b6815d'),
(129621,66,50316,NULL,50274,1,'2026-03-25 19:36:13','2026-03-25 19:36:13','f52c60aa-59c4-42d3-b59f-c7b894985d43'),
(129622,32,50317,NULL,2610,1,'2026-03-25 19:36:13','2026-03-25 19:36:13','498a5b85-f2e7-471b-8837-60a676737898'),
(129623,32,50317,NULL,2598,2,'2026-03-25 19:36:13','2026-03-25 19:36:13','31dfed4c-25ef-498f-b062-70c56c1e1b07'),
(129624,32,50317,NULL,2600,3,'2026-03-25 19:36:13','2026-03-25 19:36:13','c73dad1f-43ee-4261-8ddd-0a9be98075b1'),
(129625,32,50317,NULL,2596,4,'2026-03-25 19:36:13','2026-03-25 19:36:13','faefaa18-cae2-4046-8a26-0a43ce91bb74'),
(129626,32,50317,NULL,2602,5,'2026-03-25 19:36:13','2026-03-25 19:36:13','235a698c-10c6-49ba-9123-fd3611718aa2'),
(129627,32,50317,NULL,2604,6,'2026-03-25 19:36:13','2026-03-25 19:36:13','a10f7a72-6884-4cac-a092-e1a02896debf'),
(129628,32,50317,NULL,2608,7,'2026-03-25 19:36:13','2026-03-25 19:36:13','28445292-5b7e-4fbd-b655-5f5d925520d0'),
(129629,32,50317,NULL,2606,8,'2026-03-25 19:36:13','2026-03-25 19:36:13','3b732fe9-dc71-40e0-b731-8833d19fd9f4'),
(129630,32,50317,NULL,2612,9,'2026-03-25 19:36:13','2026-03-25 19:36:13','d704e887-abd7-40c5-abf5-c5699d63d6c9'),
(129631,16,50317,NULL,7850,1,'2026-03-25 19:36:13','2026-03-25 19:36:13','47a26d5d-ed44-43f1-9ec9-1b978fbeb8ac'),
(129632,7,50317,NULL,601,1,'2026-03-25 19:36:13','2026-03-25 19:36:13','21499608-afc1-48f1-a987-5e00bb637c7c'),
(129633,7,50317,NULL,617,2,'2026-03-25 19:36:13','2026-03-25 19:36:13','393e34ef-e4ca-43c9-9e02-40e2fd6d8a29'),
(129634,7,50317,NULL,605,3,'2026-03-25 19:36:13','2026-03-25 19:36:13','a8b24d67-c080-46bf-be78-e5a3c8c00187'),
(129635,7,50317,NULL,9552,4,'2026-03-25 19:36:13','2026-03-25 19:36:13','15502020-de44-4e20-9019-21802284e201'),
(129636,82,50317,NULL,491,1,'2026-03-25 19:36:13','2026-03-25 19:36:13','f367be4f-7fc5-4d0c-9afe-13a16a9fad84'),
(129637,47,50317,NULL,14999,1,'2026-03-25 19:36:13','2026-03-25 19:36:13','83380e75-bf19-48f8-99f4-0aea4c5cadf9'),
(129638,57,50317,NULL,7851,1,'2026-03-25 19:36:13','2026-03-25 19:36:13','9abee338-63b9-4d5e-8374-41eb8b98d089'),
(129639,57,50317,NULL,7853,2,'2026-03-25 19:36:13','2026-03-25 19:36:13','cab50322-f396-48a8-b954-5a73d2bdc678'),
(129640,57,50317,NULL,7852,3,'2026-03-25 19:36:13','2026-03-25 19:36:13','8d74880a-dded-420e-bbcb-84b9e597f0cc'),
(129641,57,50317,NULL,3377,4,'2026-03-25 19:36:13','2026-03-25 19:36:13','249a596a-5fcb-4453-9c41-26054577444d'),
(129642,13,50317,NULL,23866,1,'2026-03-25 19:36:13','2026-03-25 19:36:13','6c412c52-e55c-4902-bb66-b351cc1b43c9'),
(129643,66,50318,NULL,50274,1,'2026-03-25 19:36:13','2026-03-25 19:36:13','5638db8d-a1ed-44ad-8b2d-3e4690fbc8f2'),
(129671,66,50321,NULL,50274,1,'2026-03-25 19:36:32','2026-03-25 19:36:32','d9ed51fc-135c-4b6a-92af-ce34d7abbaf4'),
(129672,32,50322,NULL,2614,1,'2026-03-25 19:36:32','2026-03-25 19:36:32','807fafce-f174-467d-a42c-170e494d7d74'),
(129673,32,50322,NULL,2610,2,'2026-03-25 19:36:32','2026-03-25 19:36:32','820300ec-406b-427f-8296-d96e09689087'),
(129674,32,50322,NULL,2598,3,'2026-03-25 19:36:32','2026-03-25 19:36:32','a2b0e83b-0af3-449e-90a8-b8aa6fa07133'),
(129675,32,50322,NULL,2600,4,'2026-03-25 19:36:32','2026-03-25 19:36:32','d54f255d-8ed8-4424-85e8-0aeac2f1cf21'),
(129676,32,50322,NULL,2596,5,'2026-03-25 19:36:32','2026-03-25 19:36:32','0d595525-83bc-425a-a462-a7fae8216f79'),
(129677,32,50322,NULL,2602,6,'2026-03-25 19:36:32','2026-03-25 19:36:32','e0253131-1098-452f-b415-623bf3dcb88b'),
(129678,32,50322,NULL,2606,7,'2026-03-25 19:36:32','2026-03-25 19:36:32','5be5c3ed-3a46-477a-a408-f11b77ddba3a'),
(129679,32,50322,NULL,2604,8,'2026-03-25 19:36:32','2026-03-25 19:36:32','c14ced71-40f1-4bfd-b508-3a6a81a3ff8f'),
(129680,32,50322,NULL,2608,9,'2026-03-25 19:36:32','2026-03-25 19:36:32','ddf406cb-73de-4850-a5cc-81bb02f49bda'),
(129681,32,50322,NULL,2612,10,'2026-03-25 19:36:32','2026-03-25 19:36:32','bd84173b-84d3-4f69-895b-172b5a5d6109'),
(129682,16,50322,NULL,3425,1,'2026-03-25 19:36:32','2026-03-25 19:36:32','9a2c585f-f138-4282-af23-e78ae3652c37'),
(129683,7,50322,NULL,601,1,'2026-03-25 19:36:32','2026-03-25 19:36:32','885b3fc7-010d-4aca-bb73-e46de0a318c5'),
(129684,7,50322,NULL,617,2,'2026-03-25 19:36:32','2026-03-25 19:36:32','658295f1-9ad6-4597-af1d-7e31968cb3c7'),
(129685,7,50322,NULL,605,3,'2026-03-25 19:36:32','2026-03-25 19:36:32','b0bdae7a-5bbb-4dc6-a0dc-9e4e929effee'),
(129686,7,50322,NULL,9552,4,'2026-03-25 19:36:32','2026-03-25 19:36:32','9b5c4211-14d0-4dc3-9250-5c49c921cd3e'),
(129687,82,50322,NULL,491,1,'2026-03-25 19:36:32','2026-03-25 19:36:32','a21b3ee3-7778-41f6-babf-3365bc6c6835'),
(129688,46,50322,NULL,7381,1,'2026-03-25 19:36:32','2026-03-25 19:36:32','7ca0d0c5-54e3-4e3c-b184-041a94edfc52'),
(129689,47,50322,NULL,15002,1,'2026-03-25 19:36:32','2026-03-25 19:36:32','4b927da3-fb53-4917-a51a-a1e025da8f32'),
(129690,57,50322,NULL,7862,1,'2026-03-25 19:36:32','2026-03-25 19:36:32','1630de70-5763-4546-b305-70b04e904fa7'),
(129691,57,50322,NULL,7858,2,'2026-03-25 19:36:32','2026-03-25 19:36:32','b2243685-610c-4ff2-a70d-9e69420e8233'),
(129692,57,50322,NULL,7864,3,'2026-03-25 19:36:32','2026-03-25 19:36:32','615fbe92-332d-4dbd-9062-e9493bd1b4cf'),
(129693,57,50322,NULL,7859,4,'2026-03-25 19:36:32','2026-03-25 19:36:32','eee981da-d72d-4092-a632-79d6c6947639'),
(129694,57,50322,NULL,7861,5,'2026-03-25 19:36:32','2026-03-25 19:36:32','a8016223-3cbe-442f-bf2f-cb2eadbb75f6'),
(129695,57,50322,NULL,7863,6,'2026-03-25 19:36:32','2026-03-25 19:36:32','05a95ae7-3d4a-443e-aba9-5ddeb86b57cc'),
(129696,57,50322,NULL,7860,7,'2026-03-25 19:36:32','2026-03-25 19:36:32','074d8f96-b82c-4187-bfad-a77f92247e1c'),
(129697,13,50322,NULL,23869,1,'2026-03-25 19:36:32','2026-03-25 19:36:32','a934091b-09d0-44ad-ad98-b7d15266ea24'),
(129698,66,50323,NULL,50274,1,'2026-03-25 19:36:32','2026-03-25 19:36:32','46c6b07d-5cd8-4083-b281-ca42db41c6fe'),
(129730,66,50326,NULL,50274,1,'2026-03-25 19:36:54','2026-03-25 19:36:54','b552d1ba-03ff-4d3d-b1b2-73a9494d990f'),
(129731,32,50327,NULL,2610,1,'2026-03-25 19:36:54','2026-03-25 19:36:54','27fc5e5c-737a-49a9-8400-df0d776f7e71'),
(129732,32,50327,NULL,2598,2,'2026-03-25 19:36:54','2026-03-25 19:36:54','04149abf-287d-4f56-9fd5-0e904a586375'),
(129733,32,50327,NULL,2600,3,'2026-03-25 19:36:54','2026-03-25 19:36:54','240a0f63-1b12-4920-a577-f9b8fb0c1035'),
(129734,32,50327,NULL,2596,4,'2026-03-25 19:36:54','2026-03-25 19:36:54','65dde5fa-9023-40b0-8a25-c0cd7ee7363b'),
(129735,32,50327,NULL,2602,5,'2026-03-25 19:36:54','2026-03-25 19:36:54','5d9cfe67-76dc-4646-98c6-90f97f4f0978'),
(129736,32,50327,NULL,2604,6,'2026-03-25 19:36:54','2026-03-25 19:36:54','c1b9a82a-a529-4d14-b33d-441a014b4d88'),
(129737,32,50327,NULL,2608,7,'2026-03-25 19:36:54','2026-03-25 19:36:54','2de52816-371b-49fe-b70a-704015388ced'),
(129738,32,50327,NULL,2606,8,'2026-03-25 19:36:54','2026-03-25 19:36:54','1a92f9e3-abe7-443f-9569-f1d2ecd9071a'),
(129739,32,50327,NULL,2612,9,'2026-03-25 19:36:54','2026-03-25 19:36:54','eb8a62df-c28f-4a4e-bbbe-280883e366ef'),
(129740,16,50327,NULL,7871,1,'2026-03-25 19:36:54','2026-03-25 19:36:54','2cdeb958-d94c-4176-8cb7-eed8303debed'),
(129741,7,50327,NULL,6547,1,'2026-03-25 19:36:54','2026-03-25 19:36:54','b38da94f-894d-4987-a7de-154fc4b6eb75'),
(129742,7,50327,NULL,601,2,'2026-03-25 19:36:54','2026-03-25 19:36:54','5e8647cd-bb75-4f93-b468-54915827d624'),
(129743,7,50327,NULL,617,3,'2026-03-25 19:36:54','2026-03-25 19:36:54','2918511a-7d83-45e2-af59-76184c1872ce'),
(129744,7,50327,NULL,9724,4,'2026-03-25 19:36:54','2026-03-25 19:36:54','71fe9756-a839-463a-92f9-c2356903d97b'),
(129745,7,50327,NULL,2974,5,'2026-03-25 19:36:54','2026-03-25 19:36:54','afc6245b-1e0e-4078-8c97-0d2fd0b5e7bc'),
(129746,7,50327,NULL,9640,6,'2026-03-25 19:36:54','2026-03-25 19:36:54','4a987bb7-218b-41b2-b10c-b06c2af1d11d'),
(129747,7,50327,NULL,28766,7,'2026-03-25 19:36:54','2026-03-25 19:36:54','02618ff4-0d12-4c9c-8c93-4efe3663fda5'),
(129748,7,50327,NULL,605,8,'2026-03-25 19:36:54','2026-03-25 19:36:54','d3a56042-a614-47bd-bcfe-96c1bcbc8e08'),
(129749,7,50327,NULL,9552,9,'2026-03-25 19:36:54','2026-03-25 19:36:54','95285617-8c37-4af8-a786-5c3a7ddcba23'),
(129750,82,50327,NULL,491,1,'2026-03-25 19:36:54','2026-03-25 19:36:54','ec5d480d-6b5a-49ae-aa19-a661170de7f7'),
(129751,46,50327,NULL,7369,1,'2026-03-25 19:36:54','2026-03-25 19:36:54','bd9c08a3-459c-437d-abae-acfb834dfc3a'),
(129752,47,50327,NULL,15005,1,'2026-03-25 19:36:54','2026-03-25 19:36:54','43bedb4e-6126-4519-b7f7-2b6b7ddf1125'),
(129753,57,50327,NULL,7870,1,'2026-03-25 19:36:54','2026-03-25 19:36:54','3314e120-d165-4ea4-802e-82c311f22f67'),
(129754,57,50327,NULL,7869,2,'2026-03-25 19:36:54','2026-03-25 19:36:54','9b57a933-b573-444c-ab48-a87036c20144'),
(129755,57,50327,NULL,7868,3,'2026-03-25 19:36:54','2026-03-25 19:36:54','cd49134a-b991-4fce-8fbe-0fc2fcf025c2'),
(129756,57,50327,NULL,7874,4,'2026-03-25 19:36:54','2026-03-25 19:36:54','db57dc68-e8b6-459d-8cd0-086f12b44c4c'),
(129757,57,50327,NULL,7873,5,'2026-03-25 19:36:54','2026-03-25 19:36:54','f4c3cdbe-7fec-4a05-b439-be4c156b67e7'),
(129758,57,50327,NULL,3467,6,'2026-03-25 19:36:54','2026-03-25 19:36:54','d964edeb-e97a-4051-a769-304e925b382d'),
(129759,57,50327,NULL,7872,7,'2026-03-25 19:36:54','2026-03-25 19:36:54','ec66d1c4-a44c-4364-9751-082b5ddfdbed'),
(129760,13,50327,NULL,23872,1,'2026-03-25 19:36:54','2026-03-25 19:36:54','a2dfc1e2-b35f-4668-afa7-511c494df340'),
(129761,66,50328,NULL,50274,1,'2026-03-25 19:36:54','2026-03-25 19:36:54','2d1a1c48-e9a5-4e95-b792-ae1799c0d9ea'),
(129786,66,50331,NULL,50274,1,'2026-03-25 19:37:16','2026-03-25 19:37:16','3547fa50-489e-40c3-912e-49e6b4396938'),
(129787,32,50332,NULL,2610,1,'2026-03-25 19:37:16','2026-03-25 19:37:16','d3a27975-6818-422a-b40e-7af272c7ebe5'),
(129788,32,50332,NULL,2598,2,'2026-03-25 19:37:16','2026-03-25 19:37:16','c286b58d-f4ab-4682-9397-035859442eec'),
(129789,32,50332,NULL,2608,3,'2026-03-25 19:37:16','2026-03-25 19:37:16','e2db629b-a99c-43ce-8f66-915f55df973f'),
(129790,32,50332,NULL,2600,4,'2026-03-25 19:37:16','2026-03-25 19:37:16','e22717d2-0aa5-4a50-a40b-76ca9e6bc446'),
(129791,32,50332,NULL,2596,5,'2026-03-25 19:37:16','2026-03-25 19:37:16','96cbf0ad-7669-42df-8b4d-858edb116fe5'),
(129792,32,50332,NULL,2602,6,'2026-03-25 19:37:16','2026-03-25 19:37:16','06de7313-741c-40dc-8a50-53589bf4d030'),
(129793,32,50332,NULL,2612,7,'2026-03-25 19:37:16','2026-03-25 19:37:16','ca804524-1c20-42f3-b955-3929c7a0faa0'),
(129794,32,50332,NULL,2604,8,'2026-03-25 19:37:16','2026-03-25 19:37:16','bcdb7cba-3043-4834-8826-20fb43a1f60a'),
(129795,32,50332,NULL,2606,9,'2026-03-25 19:37:16','2026-03-25 19:37:16','6d4887c6-d0f3-4f40-a4d6-296f8245d82b'),
(129796,16,50332,NULL,7881,1,'2026-03-25 19:37:16','2026-03-25 19:37:16','cbe67507-e4aa-4f6d-bd80-31024ffea12e'),
(129797,7,50332,NULL,601,1,'2026-03-25 19:37:16','2026-03-25 19:37:16','824795cf-1b8d-494b-8e6d-607742c375f1'),
(129798,7,50332,NULL,605,2,'2026-03-25 19:37:16','2026-03-25 19:37:16','df1ad114-8ae8-492f-8a58-85b27d6491c5'),
(129799,7,50332,NULL,617,3,'2026-03-25 19:37:16','2026-03-25 19:37:16','9a8ee46b-9e5c-4fa7-99ca-7247b47dcbf4'),
(129800,7,50332,NULL,2974,4,'2026-03-25 19:37:16','2026-03-25 19:37:16','35a6f932-ecde-4abf-83ae-99da21a780ce'),
(129801,7,50332,NULL,9552,5,'2026-03-25 19:37:16','2026-03-25 19:37:16','1c8bf0c2-6a97-4119-a527-1c20c8187dd0'),
(129802,82,50332,NULL,491,1,'2026-03-25 19:37:16','2026-03-25 19:37:16','3d58a3fb-4d26-499d-ac06-8073db8df1d1'),
(129803,47,50332,NULL,15008,1,'2026-03-25 19:37:16','2026-03-25 19:37:16','88ee8366-a136-4ded-b5b1-bf69add48d43'),
(129804,57,50332,NULL,7883,1,'2026-03-25 19:37:16','2026-03-25 19:37:16','e445f9cd-807e-4c38-8da0-776d9ab03f7b'),
(129805,57,50332,NULL,7886,2,'2026-03-25 19:37:16','2026-03-25 19:37:16','bba771be-2d39-4925-be38-0660aac86708'),
(129806,57,50332,NULL,7885,3,'2026-03-25 19:37:16','2026-03-25 19:37:16','df2ad34f-d16f-4b84-ae2d-a670a811be66'),
(129807,57,50332,NULL,7882,4,'2026-03-25 19:37:16','2026-03-25 19:37:16','94750413-7aac-4ba5-b699-960966fda703'),
(129808,57,50332,NULL,7884,5,'2026-03-25 19:37:16','2026-03-25 19:37:16','63b7be13-9cc0-4939-bd0e-c7a4783fbdde'),
(129809,13,50332,NULL,23874,1,'2026-03-25 19:37:16','2026-03-25 19:37:16','6a752e8a-a5f2-4f8f-b7ed-95a4673b5fd9'),
(129810,66,50333,NULL,50274,1,'2026-03-25 19:37:16','2026-03-25 19:37:16','c0a4e292-566b-49e8-9b9f-e2c277b0a212'),
(129835,66,50337,NULL,50274,1,'2026-03-25 19:38:04','2026-03-25 19:38:04','bca5f456-62b7-4133-9e90-c97b490d155a'),
(129836,32,50338,NULL,2610,1,'2026-03-25 19:38:04','2026-03-25 19:38:04','8848bc95-366b-456b-a2fd-42fbd4e059f2'),
(129837,32,50338,NULL,2598,2,'2026-03-25 19:38:04','2026-03-25 19:38:04','a129c557-acf6-413b-ab8c-0b662875ef94'),
(129838,32,50338,NULL,2608,3,'2026-03-25 19:38:04','2026-03-25 19:38:04','91025ee2-3412-4ecc-9dd8-50191beaa32f'),
(129839,32,50338,NULL,2600,4,'2026-03-25 19:38:04','2026-03-25 19:38:04','ec51bb93-e074-45d6-b935-9e6cd392d647'),
(129840,32,50338,NULL,2596,5,'2026-03-25 19:38:04','2026-03-25 19:38:04','58709ce3-d64d-4c20-9304-44427fcb6d54'),
(129841,32,50338,NULL,2602,6,'2026-03-25 19:38:04','2026-03-25 19:38:04','49251986-a981-4a2c-8770-54c5647dce28'),
(129842,32,50338,NULL,2604,7,'2026-03-25 19:38:04','2026-03-25 19:38:04','eee55970-c308-4500-9b86-e2e1037d655a'),
(129843,32,50338,NULL,2606,8,'2026-03-25 19:38:04','2026-03-25 19:38:04','3a8637b9-3650-49b0-a2cd-103dfc957b29'),
(129844,32,50338,NULL,2612,9,'2026-03-25 19:38:04','2026-03-25 19:38:04','82e5b138-f1f9-409b-b076-431e652450e3'),
(129845,16,50338,NULL,7891,1,'2026-03-25 19:38:04','2026-03-25 19:38:04','0e05cbd9-f1c3-4943-8ea8-e3bbdd1e61a1'),
(129846,7,50338,NULL,601,1,'2026-03-25 19:38:04','2026-03-25 19:38:04','444018e0-6fff-4eb2-ab70-852684fc81b8'),
(129847,7,50338,NULL,2974,2,'2026-03-25 19:38:04','2026-03-25 19:38:04','c23f632c-34fc-4e0e-925b-7633da9f2873'),
(129848,7,50338,NULL,617,3,'2026-03-25 19:38:04','2026-03-25 19:38:04','207a33d1-bca2-42bc-9f23-0943ac396f41'),
(129849,7,50338,NULL,9732,4,'2026-03-25 19:38:04','2026-03-25 19:38:04','37c74217-1f93-434a-99d0-9dfaf16e64a2'),
(129850,7,50338,NULL,605,5,'2026-03-25 19:38:04','2026-03-25 19:38:04','611c8068-25f7-4150-988f-569f464ee119'),
(129851,7,50338,NULL,9552,6,'2026-03-25 19:38:04','2026-03-25 19:38:04','0cf312c0-2536-4af1-8fe5-767fb6897744'),
(129852,82,50338,NULL,491,1,'2026-03-25 19:38:04','2026-03-25 19:38:04','d511593b-cab0-469c-b9a1-5f24e52dc4ad'),
(129853,47,50338,NULL,15011,1,'2026-03-25 19:38:04','2026-03-25 19:38:04','c733aa13-d404-4fd6-9124-31104da15217'),
(129854,57,50338,NULL,7893,1,'2026-03-25 19:38:04','2026-03-25 19:38:04','72d3a5f8-ae57-41c3-ab71-4879b6093e3f'),
(129855,57,50338,NULL,7892,2,'2026-03-25 19:38:04','2026-03-25 19:38:04','56cf4c80-f6d0-4c57-b089-0b96d782acaf'),
(129856,57,50338,NULL,7894,3,'2026-03-25 19:38:04','2026-03-25 19:38:04','27f34334-2ffb-437f-af27-eeba27f543a8'),
(129857,57,50338,NULL,7901,4,'2026-03-25 19:38:04','2026-03-25 19:38:04','b98ef663-2cc9-4fbe-a21b-ab82d784c702'),
(129858,13,50338,NULL,23878,1,'2026-03-25 19:38:04','2026-03-25 19:38:04','b7c2f55e-5ad5-4533-a6b9-3a69d6fa6d8d'),
(129859,66,50339,NULL,50274,1,'2026-03-25 19:38:04','2026-03-25 19:38:04','0f46f5c4-082a-4091-9511-b15bf88ecc31'),
(129882,66,50344,NULL,50274,1,'2026-03-25 19:38:25','2026-03-25 19:38:25','1f6f4d74-0f06-458e-946e-fccc270ca293'),
(129883,32,50345,NULL,2614,1,'2026-03-25 19:38:25','2026-03-25 19:38:25','af501608-01b3-4fec-84f2-5abd1f3bc5c5'),
(129884,32,50345,NULL,2610,2,'2026-03-25 19:38:25','2026-03-25 19:38:25','53e9cd40-1223-4728-8c3b-baad53ab91c4'),
(129885,32,50345,NULL,2598,3,'2026-03-25 19:38:25','2026-03-25 19:38:25','78fc9e27-0fc0-4f85-ae66-d337648b383f'),
(129886,32,50345,NULL,2600,4,'2026-03-25 19:38:25','2026-03-25 19:38:25','42dc8b16-0aa7-42d2-b606-c27accc1c4bd'),
(129887,32,50345,NULL,2596,5,'2026-03-25 19:38:25','2026-03-25 19:38:25','3a6e5005-a4e2-4b9b-ba29-ac697f17714d'),
(129888,32,50345,NULL,2602,6,'2026-03-25 19:38:25','2026-03-25 19:38:25','64d58e3c-b40e-4fdd-95e7-b687b9b9bad3'),
(129889,32,50345,NULL,2604,7,'2026-03-25 19:38:25','2026-03-25 19:38:25','75f98a1e-18c5-448b-8a49-93e5a5979dbb'),
(129890,32,50345,NULL,2608,8,'2026-03-25 19:38:25','2026-03-25 19:38:25','8d8aba9b-9335-49bb-8baa-947ec8029229'),
(129891,32,50345,NULL,2606,9,'2026-03-25 19:38:25','2026-03-25 19:38:25','733732fe-60df-4a7c-b237-34006941c82c'),
(129892,32,50345,NULL,2612,10,'2026-03-25 19:38:25','2026-03-25 19:38:25','5034210b-fff9-4acf-926d-5807dad30183'),
(129893,16,50345,NULL,3564,1,'2026-03-25 19:38:25','2026-03-25 19:38:25','4e9cd094-e0f9-46ed-87e3-f2f988122185'),
(129894,7,50345,NULL,601,1,'2026-03-25 19:38:25','2026-03-25 19:38:25','d7079117-51c0-439d-bd24-a329ffd0f50c'),
(129895,7,50345,NULL,617,2,'2026-03-25 19:38:25','2026-03-25 19:38:25','2355d024-e810-4e12-87ec-66498186d7a8'),
(129896,7,50345,NULL,605,3,'2026-03-25 19:38:25','2026-03-25 19:38:25','948d1bc2-662c-4a48-8d96-f54615f4d0aa'),
(129897,7,50345,NULL,9552,4,'2026-03-25 19:38:25','2026-03-25 19:38:25','cb4047ea-e369-4123-82e7-75b33e07aaac'),
(129898,47,50345,NULL,15014,1,'2026-03-25 19:38:25','2026-03-25 19:38:25','80a06cf0-4596-4cf0-8084-1fa14af1ce00'),
(129899,57,50345,NULL,7908,1,'2026-03-25 19:38:25','2026-03-25 19:38:25','29e7bf8e-a2fa-43a2-8186-39a716d17338'),
(129900,57,50345,NULL,7910,2,'2026-03-25 19:38:25','2026-03-25 19:38:25','5a7b6cdf-167f-40ce-b8fa-aa911d993070'),
(129901,57,50345,NULL,7911,3,'2026-03-25 19:38:25','2026-03-25 19:38:25','f6080bb4-b099-4c64-b904-1e6d51a23589'),
(129902,57,50345,NULL,7909,4,'2026-03-25 19:38:25','2026-03-25 19:38:25','b82efb1a-217a-4802-8ec8-b832837324ea'),
(129903,13,50345,NULL,23881,1,'2026-03-25 19:38:25','2026-03-25 19:38:25','da21b846-b0ad-4d67-a721-673646fe12fd'),
(129904,66,50346,NULL,50274,1,'2026-03-25 19:38:25','2026-03-25 19:38:25','6be85aaa-45b7-44c5-8ac6-56d5ce9c3eb0'),
(129934,66,50350,NULL,50274,1,'2026-03-25 19:38:42','2026-03-25 19:38:42','797a67d3-0e75-4e2c-94c7-907cb880291e'),
(129935,32,50351,NULL,2610,1,'2026-03-25 19:38:42','2026-03-25 19:38:42','b30e39c8-8223-4474-9574-0b9f82363e3c'),
(129936,32,50351,NULL,2598,2,'2026-03-25 19:38:42','2026-03-25 19:38:42','f5141213-6e71-4a0f-8e08-378f4ee91ee9'),
(129937,32,50351,NULL,2600,3,'2026-03-25 19:38:42','2026-03-25 19:38:42','44a15d7b-e47b-4e88-ad4e-ea3e9f808e02'),
(129938,32,50351,NULL,2596,4,'2026-03-25 19:38:42','2026-03-25 19:38:42','0661e626-46a0-4378-9413-5042880e08b0'),
(129939,32,50351,NULL,2602,5,'2026-03-25 19:38:42','2026-03-25 19:38:42','ed253e69-a116-44c6-9c91-1dab21a4de5f'),
(129940,32,50351,NULL,2604,6,'2026-03-25 19:38:42','2026-03-25 19:38:42','5944bd48-581e-4a4e-8f29-639f748cc658'),
(129941,32,50351,NULL,2608,7,'2026-03-25 19:38:42','2026-03-25 19:38:42','c1215244-ec83-4fc2-aa17-ba70339ec60f'),
(129942,32,50351,NULL,2606,8,'2026-03-25 19:38:42','2026-03-25 19:38:42','a1626997-69fb-4c8a-948e-224fbe7cc841'),
(129943,32,50351,NULL,2612,9,'2026-03-25 19:38:42','2026-03-25 19:38:42','9dc75911-a260-4e0f-a464-82a0b9493fed'),
(129944,16,50351,NULL,5253,1,'2026-03-25 19:38:42','2026-03-25 19:38:42','6a97390c-c658-45f6-a56e-cddd7707dc91'),
(129945,7,50351,NULL,601,1,'2026-03-25 19:38:42','2026-03-25 19:38:42','e777dd8a-d039-4ab9-a802-12ca62ab58ed'),
(129946,7,50351,NULL,617,2,'2026-03-25 19:38:42','2026-03-25 19:38:42','193f14d9-c82d-4a6f-92f0-af559dd85979'),
(129947,7,50351,NULL,9727,3,'2026-03-25 19:38:42','2026-03-25 19:38:42','190d8d70-95bd-46ba-8dd0-3a5df99c7a43'),
(129948,7,50351,NULL,9552,4,'2026-03-25 19:38:42','2026-03-25 19:38:42','809332b8-2f20-4389-a4f6-e17bace44946'),
(129949,7,50351,NULL,605,5,'2026-03-25 19:38:42','2026-03-25 19:38:42','0c5b3e9c-cf13-45a8-aa2b-16012bc25faf'),
(129950,82,50351,NULL,491,1,'2026-03-25 19:38:42','2026-03-25 19:38:42','9b01e1a2-6dfa-4af8-b58a-fea27d28d217'),
(129951,46,50351,NULL,7379,1,'2026-03-25 19:38:42','2026-03-25 19:38:42','a0c4e7cd-b0ff-4aea-884e-bf3f04a69b05'),
(129952,47,50351,NULL,15017,1,'2026-03-25 19:38:42','2026-03-25 19:38:42','cc587dd9-7656-4d06-be55-a61e01d2905b'),
(129953,57,50351,NULL,7926,1,'2026-03-25 19:38:42','2026-03-25 19:38:42','62855611-de0a-43ff-8c85-f1437682dc31'),
(129954,57,50351,NULL,7928,2,'2026-03-25 19:38:42','2026-03-25 19:38:42','e3f995b1-c79e-40c6-9b46-05a48dbdfe56'),
(129955,57,50351,NULL,7927,3,'2026-03-25 19:38:42','2026-03-25 19:38:42','f6e488e2-3007-477a-8808-bd9bbec46574'),
(129956,57,50351,NULL,7924,4,'2026-03-25 19:38:42','2026-03-25 19:38:42','e7981480-4936-4afd-b143-2aee294b40da'),
(129957,57,50351,NULL,7925,5,'2026-03-25 19:38:42','2026-03-25 19:38:42','f18003ed-bcae-454d-bf16-2624aa627e3e'),
(129958,57,50351,NULL,7923,6,'2026-03-25 19:38:42','2026-03-25 19:38:42','09432da4-bfe7-4329-8243-d2228ee39f0c'),
(129959,57,50351,NULL,7920,7,'2026-03-25 19:38:42','2026-03-25 19:38:42','5873090f-0cc3-462b-8542-191e4094ddef'),
(129960,57,50351,NULL,7922,8,'2026-03-25 19:38:42','2026-03-25 19:38:42','72d6ba48-8d9b-4e14-b971-2eec50cb9b0e'),
(129961,57,50351,NULL,7921,9,'2026-03-25 19:38:42','2026-03-25 19:38:42','fa2e038f-2881-45e8-9130-0e493af14112'),
(129962,13,50351,NULL,23900,1,'2026-03-25 19:38:42','2026-03-25 19:38:42','4fc5dfeb-7706-4995-817d-5b69d0c759f5'),
(129963,66,50352,NULL,50274,1,'2026-03-25 19:38:42','2026-03-25 19:38:42','26216cda-2b77-4169-9570-bbc65ec37d2e'),
(129991,66,50355,NULL,50274,1,'2026-03-25 19:39:04','2026-03-25 19:39:04','c99f4406-e4b0-46bf-adc9-99947432b02c'),
(129992,32,50356,NULL,2614,1,'2026-03-25 19:39:04','2026-03-25 19:39:04','3af2d154-f3c9-4b33-865d-e89df11142e7'),
(129993,32,50356,NULL,2610,2,'2026-03-25 19:39:04','2026-03-25 19:39:04','423b4d13-2913-41a8-ac34-e45b30d7ca06'),
(129994,32,50356,NULL,2598,3,'2026-03-25 19:39:04','2026-03-25 19:39:04','2e0ff935-176a-4d51-be7d-5f9671e59a82'),
(129995,32,50356,NULL,2600,4,'2026-03-25 19:39:04','2026-03-25 19:39:04','b2fea1fc-e30f-4ac0-b1ca-5dd5e9032768'),
(129996,32,50356,NULL,2596,5,'2026-03-25 19:39:04','2026-03-25 19:39:04','a1c8a5ee-e5af-4690-b4e6-8ad86d8a6bb2'),
(129997,32,50356,NULL,2602,6,'2026-03-25 19:39:04','2026-03-25 19:39:04','c22677ab-f746-46ba-925c-a5e431eb10eb'),
(129998,32,50356,NULL,2612,7,'2026-03-25 19:39:04','2026-03-25 19:39:04','a4fe1d80-90cd-4fd9-9f7d-7d41b70c7e04'),
(129999,32,50356,NULL,2604,8,'2026-03-25 19:39:04','2026-03-25 19:39:04','67f33713-3bbb-4b71-93fc-a93e398393e6'),
(130000,32,50356,NULL,2608,9,'2026-03-25 19:39:04','2026-03-25 19:39:04','96c78ea6-ff72-418f-a874-00c07404a8ef'),
(130001,32,50356,NULL,2606,10,'2026-03-25 19:39:04','2026-03-25 19:39:04','8ce6a2d7-93be-4185-a786-ee815b3a4649'),
(130002,32,50356,NULL,2622,11,'2026-03-25 19:39:04','2026-03-25 19:39:04','ca5ee952-9218-4754-aa7d-7b134f162374'),
(130003,16,50356,NULL,3623,1,'2026-03-25 19:39:04','2026-03-25 19:39:04','79288d1c-c9b2-4fef-9f44-eb1f7f6b1e15'),
(130004,7,50356,NULL,601,1,'2026-03-25 19:39:04','2026-03-25 19:39:04','c6ba7289-ffdb-452e-96ff-535de841fddb'),
(130005,7,50356,NULL,617,2,'2026-03-25 19:39:04','2026-03-25 19:39:04','da0506f7-04ad-4c74-bc64-e63c00d470a9'),
(130006,7,50356,NULL,605,3,'2026-03-25 19:39:04','2026-03-25 19:39:04','3280aa22-6c55-4eae-9329-41a8bd406323'),
(130007,7,50356,NULL,9552,4,'2026-03-25 19:39:04','2026-03-25 19:39:04','1d89f3cb-0a85-43f8-8646-7dd8c49076f4'),
(130008,47,50356,NULL,15019,1,'2026-03-25 19:39:04','2026-03-25 19:39:04','18e21350-a832-4bed-b0e2-6df136d579b2'),
(130009,57,50356,NULL,7950,1,'2026-03-25 19:39:04','2026-03-25 19:39:04','1daad555-3536-4376-8cd1-7a4a6cc33f45'),
(130010,57,50356,NULL,7952,2,'2026-03-25 19:39:04','2026-03-25 19:39:04','65e52189-d3dd-48e8-a20a-da0a4db01cc0'),
(130011,57,50356,NULL,7956,3,'2026-03-25 19:39:04','2026-03-25 19:39:04','4e1d91cf-7aa9-4a47-af9b-e58efb038130'),
(130012,57,50356,NULL,7955,4,'2026-03-25 19:39:04','2026-03-25 19:39:04','7f38b267-4532-428b-949a-df1b5fb727a7'),
(130013,57,50356,NULL,7951,5,'2026-03-25 19:39:04','2026-03-25 19:39:04','d4700f13-6949-42af-9b6e-3c3a0cfcd5f5'),
(130014,57,50356,NULL,7954,6,'2026-03-25 19:39:04','2026-03-25 19:39:04','84db09da-1c5f-4971-8f32-1306cf2803cb'),
(130015,57,50356,NULL,7953,7,'2026-03-25 19:39:04','2026-03-25 19:39:04','2af022ee-0359-45c4-891e-08886640276e'),
(130016,57,50356,NULL,7957,8,'2026-03-25 19:39:04','2026-03-25 19:39:04','065ba8a0-4c48-45f0-b4a5-8cbbc3f3516f'),
(130017,13,50356,NULL,23887,1,'2026-03-25 19:39:04','2026-03-25 19:39:04','7edb9b8c-7fb6-4930-bbef-7a9b4262f13c'),
(130018,66,50357,NULL,6026,1,'2026-03-25 19:39:04','2026-03-25 19:39:04','a454091b-b5c6-4790-80e0-c34386352082'),
(130019,66,50358,NULL,50274,1,'2026-03-25 19:39:04','2026-03-25 19:39:04','ce84c75a-4cec-4cc2-b4fa-1520e289effc'),
(130056,66,50362,NULL,50274,1,'2026-03-25 19:39:20','2026-03-25 19:39:20','bd1b79a4-25d9-4310-8707-e50c47a8ee19'),
(130057,32,50363,NULL,2610,1,'2026-03-25 19:39:20','2026-03-25 19:39:20','629ce63c-d945-4a30-bf26-5c845df179d2'),
(130058,32,50363,NULL,2598,2,'2026-03-25 19:39:20','2026-03-25 19:39:20','f2fdad1f-6e24-4909-a767-2b4bff8ab35c'),
(130059,32,50363,NULL,2608,3,'2026-03-25 19:39:20','2026-03-25 19:39:20','3463b8f8-1020-494d-a19e-f45f13a91472'),
(130060,32,50363,NULL,2600,4,'2026-03-25 19:39:20','2026-03-25 19:39:20','5ab210c3-9bc3-4c7b-a758-aa5eabf9a407'),
(130061,32,50363,NULL,2596,5,'2026-03-25 19:39:20','2026-03-25 19:39:20','e7676e86-c90b-4f3c-9e8a-d7d032ba5ff1'),
(130062,32,50363,NULL,2602,6,'2026-03-25 19:39:20','2026-03-25 19:39:20','19e93f80-db67-45d8-a9db-68c5505adb20'),
(130063,32,50363,NULL,2604,7,'2026-03-25 19:39:20','2026-03-25 19:39:20','462c05f6-5eda-4c29-9263-18581306b0cf'),
(130064,32,50363,NULL,2606,8,'2026-03-25 19:39:20','2026-03-25 19:39:20','276acadd-0ac0-4fb7-9534-918f2cf8a9bf'),
(130065,32,50363,NULL,2612,9,'2026-03-25 19:39:20','2026-03-25 19:39:20','4f88e03d-2c1f-4c9d-b28c-a7bcb734c70c'),
(130066,16,50363,NULL,10219,1,'2026-03-25 19:39:20','2026-03-25 19:39:20','d33a4071-45ca-4edf-a815-d5a0158e5e58'),
(130067,7,50363,NULL,601,1,'2026-03-25 19:39:20','2026-03-25 19:39:20','41fae368-830b-4542-8d12-299cafacb363'),
(130068,7,50363,NULL,2974,2,'2026-03-25 19:39:20','2026-03-25 19:39:20','86935af5-115c-4b28-9805-32bfedc3a63e'),
(130069,7,50363,NULL,617,3,'2026-03-25 19:39:20','2026-03-25 19:39:20','07aed084-5aa3-4fa7-bbe6-53088967bc34'),
(130070,7,50363,NULL,9732,4,'2026-03-25 19:39:20','2026-03-25 19:39:20','7d4c602d-6633-44ee-8aaa-05b2a77d127b'),
(130071,7,50363,NULL,9735,5,'2026-03-25 19:39:20','2026-03-25 19:39:20','3a60a36f-4dc8-4d16-b7a4-c49735d92e3d'),
(130072,7,50363,NULL,9552,6,'2026-03-25 19:39:20','2026-03-25 19:39:20','66c5a4dc-b1d5-4ebd-bf9c-8c946d717000'),
(130073,7,50363,NULL,605,7,'2026-03-25 19:39:20','2026-03-25 19:39:20','37ed2930-6c39-4053-a42d-6335e91df9de'),
(130074,82,50363,NULL,491,1,'2026-03-25 19:39:20','2026-03-25 19:39:20','50c633cf-dfa9-4c36-8cbe-58370085fd6c'),
(130075,47,50363,NULL,15023,1,'2026-03-25 19:39:20','2026-03-25 19:39:20','7dc5c0e6-6932-480a-942a-b01d81d013a1'),
(130076,57,50363,NULL,10220,1,'2026-03-25 19:39:20','2026-03-25 19:39:20','bb673f7c-3202-4d1f-9428-2cf7a617356a'),
(130077,57,50363,NULL,10224,2,'2026-03-25 19:39:20','2026-03-25 19:39:20','5031e0b8-0216-4521-b21b-e8f52be86095'),
(130078,57,50363,NULL,10221,3,'2026-03-25 19:39:20','2026-03-25 19:39:20','af56dc38-04fa-42b7-98ea-75d5fe69fd32'),
(130079,57,50363,NULL,10222,4,'2026-03-25 19:39:20','2026-03-25 19:39:20','4cd5467b-d298-48b5-bd18-8daa8d56c402'),
(130080,57,50363,NULL,10225,5,'2026-03-25 19:39:20','2026-03-25 19:39:20','64b3b526-07c7-4527-8809-3fcd7fdaa4c9'),
(130081,57,50363,NULL,10226,6,'2026-03-25 19:39:20','2026-03-25 19:39:20','e7e8e9c7-78e1-426c-8497-4efef2490a30'),
(130082,57,50363,NULL,10228,7,'2026-03-25 19:39:20','2026-03-25 19:39:20','aee2c4a2-a7b2-4dca-8eeb-8766561dd6ed'),
(130083,57,50363,NULL,10229,8,'2026-03-25 19:39:20','2026-03-25 19:39:20','96e9bd2a-af35-4aa1-8dd9-9f601623733d'),
(130084,57,50363,NULL,10232,9,'2026-03-25 19:39:20','2026-03-25 19:39:20','9d62c173-ca2e-4b04-98f4-00d7c822b509'),
(130085,57,50363,NULL,10233,10,'2026-03-25 19:39:20','2026-03-25 19:39:20','ab79efd0-36aa-440a-a9e2-a0e9d2ad637a'),
(130086,57,50363,NULL,10234,11,'2026-03-25 19:39:20','2026-03-25 19:39:20','842864b0-ca07-403a-b763-99b65292bcc5'),
(130087,57,50363,NULL,10236,12,'2026-03-25 19:39:20','2026-03-25 19:39:20','4a0e75d7-aa41-491b-8ef7-88142cd58500'),
(130088,57,50363,NULL,10237,13,'2026-03-25 19:39:20','2026-03-25 19:39:20','ba75b6b4-d7cb-4dae-b9be-4187ac1b0ff4'),
(130089,57,50363,NULL,10238,14,'2026-03-25 19:39:20','2026-03-25 19:39:20','82c0da10-a0f9-43d7-9e59-691ceaf0a747'),
(130090,57,50363,NULL,10240,15,'2026-03-25 19:39:20','2026-03-25 19:39:20','539c094a-3d4c-426c-85ec-37b05e750868'),
(130091,13,50363,NULL,23890,1,'2026-03-25 19:39:20','2026-03-25 19:39:20','7c20b197-8c2e-4f3e-ad4c-71304d37173f'),
(130092,66,50364,NULL,50274,1,'2026-03-25 19:39:20','2026-03-25 19:39:20','e9a2e542-ad98-47f4-9334-733b74c5f121'),
(130120,66,50368,NULL,50274,1,'2026-03-25 19:39:45','2026-03-25 19:39:45','c8466e18-5bcd-40be-b0a2-9d35670eeb0d'),
(130121,32,50369,NULL,2610,1,'2026-03-25 19:39:45','2026-03-25 19:39:45','4da5047b-109f-48f7-b511-0da51311f7b7'),
(130122,32,50369,NULL,2598,2,'2026-03-25 19:39:45','2026-03-25 19:39:45','8dd1ecd7-3a72-4aa3-92fb-639ee14f4c97'),
(130123,32,50369,NULL,2600,3,'2026-03-25 19:39:45','2026-03-25 19:39:45','1e2134a1-b007-405a-856c-683a6ad9b5e1'),
(130124,32,50369,NULL,2602,4,'2026-03-25 19:39:45','2026-03-25 19:39:45','bb55d7e1-0452-412b-918e-dc893422f437'),
(130125,32,50369,NULL,2612,5,'2026-03-25 19:39:45','2026-03-25 19:39:45','c1424ebc-4eb6-42c9-9b51-12c55c121456'),
(130126,32,50369,NULL,2618,6,'2026-03-25 19:39:45','2026-03-25 19:39:45','37422338-7976-478f-a411-a2ee744ef119'),
(130127,32,50369,NULL,2604,7,'2026-03-25 19:39:45','2026-03-25 19:39:45','397e49a0-bddc-499a-844b-dfc750248e23'),
(130128,32,50369,NULL,2608,8,'2026-03-25 19:39:45','2026-03-25 19:39:45','cebf7ec1-b208-4500-9af9-8231acb7d8c5'),
(130129,32,50369,NULL,2596,9,'2026-03-25 19:39:45','2026-03-25 19:39:45','4496d627-b1db-4f61-a7b8-62b7367f8493'),
(130130,32,50369,NULL,2606,10,'2026-03-25 19:39:45','2026-03-25 19:39:45','72dd1a11-75a1-4137-b33a-8373ea3eca56'),
(130131,16,50369,NULL,4829,1,'2026-03-25 19:39:45','2026-03-25 19:39:45','cae88608-0749-4dea-a1a3-9fe555213cc4'),
(130132,7,50369,NULL,3468,1,'2026-03-25 19:39:45','2026-03-25 19:39:45','2fb1070e-5cac-4344-a663-2fa44a14b73d'),
(130133,7,50369,NULL,601,2,'2026-03-25 19:39:45','2026-03-25 19:39:45','24745ff7-363b-4e8a-b3b9-c2856bd46a1c'),
(130134,7,50369,NULL,617,3,'2026-03-25 19:39:45','2026-03-25 19:39:45','ab435837-1972-4e8b-906f-6287089775c2'),
(130135,7,50369,NULL,605,4,'2026-03-25 19:39:45','2026-03-25 19:39:45','25c4f6a7-ad14-4565-abd8-5a95362df4f3'),
(130136,7,50369,NULL,9552,5,'2026-03-25 19:39:45','2026-03-25 19:39:45','9cbbabd0-c1e6-4272-9f36-2d6206a235e0'),
(130137,82,50369,NULL,479,1,'2026-03-25 19:39:45','2026-03-25 19:39:45','ced363bf-072e-48a6-a7ce-da8149c2e12e'),
(130138,82,50369,NULL,491,2,'2026-03-25 19:39:45','2026-03-25 19:39:45','d97ec15b-df51-4474-80a5-04230b347f67'),
(130139,46,50369,NULL,3697,1,'2026-03-25 19:39:45','2026-03-25 19:39:45','6aeb4392-8ff5-48d8-99d9-4cf6f272b3c5'),
(130140,47,50369,NULL,12380,1,'2026-03-25 19:39:45','2026-03-25 19:39:45','99680ef6-e717-461d-94e6-bcec6e8081c6'),
(130141,57,50369,NULL,4829,1,'2026-03-25 19:39:45','2026-03-25 19:39:45','c523600b-0894-4e1c-bf06-c75dc517ab3d'),
(130142,57,50369,NULL,3689,2,'2026-03-25 19:39:45','2026-03-25 19:39:45','ab817b47-e2f0-494e-80c1-e74ceff2f95d'),
(130143,57,50369,NULL,4826,3,'2026-03-25 19:39:45','2026-03-25 19:39:45','245ab32d-8d64-4140-9654-03c46fda31f3'),
(130144,57,50369,NULL,4828,4,'2026-03-25 19:39:45','2026-03-25 19:39:45','0350925a-0509-415c-867c-6a8493987c42'),
(130145,57,50369,NULL,4827,5,'2026-03-25 19:39:45','2026-03-25 19:39:45','57737223-b261-48a7-9a7c-acd0c985138a'),
(130146,13,50369,NULL,23701,1,'2026-03-25 19:39:45','2026-03-25 19:39:45','51ea4a7c-15b1-488b-b9e6-1f8f9d30aa3f'),
(130147,66,50370,NULL,50274,1,'2026-03-25 19:39:45','2026-03-25 19:39:45','bcb2dee2-e37f-4090-9f82-b2911e85076a'),
(130174,66,50373,NULL,50274,1,'2026-03-25 19:40:02','2026-03-25 19:40:02','ff5ae8fa-8e05-45c8-8ee5-b5f1ff7edc73'),
(130175,32,50374,NULL,2614,1,'2026-03-25 19:40:02','2026-03-25 19:40:02','24ad01d9-7474-4730-a381-4aa5dd8170e8'),
(130176,32,50374,NULL,2610,2,'2026-03-25 19:40:02','2026-03-25 19:40:02','6b835605-f12c-4b55-b9d4-0de0e453a644'),
(130177,32,50374,NULL,2598,3,'2026-03-25 19:40:02','2026-03-25 19:40:02','bbaff771-b3fa-403d-8840-a4e6337f2405'),
(130178,32,50374,NULL,2600,4,'2026-03-25 19:40:02','2026-03-25 19:40:02','2c88fdc9-1d29-4cc4-aa99-ba9130a0bbc6'),
(130179,32,50374,NULL,2612,5,'2026-03-25 19:40:02','2026-03-25 19:40:02','79b77d55-28fb-41df-b2bc-adf28cf55f77'),
(130180,32,50374,NULL,2604,6,'2026-03-25 19:40:02','2026-03-25 19:40:02','5859c098-3311-4890-9d51-a8355b3298dd'),
(130181,32,50374,NULL,2608,7,'2026-03-25 19:40:02','2026-03-25 19:40:02','ac06611d-2e30-4045-ac63-1f8e9ba334ad'),
(130182,32,50374,NULL,2596,8,'2026-03-25 19:40:02','2026-03-25 19:40:02','8f0514eb-e317-4bc7-b6a9-20a5bffae710'),
(130183,32,50374,NULL,2602,9,'2026-03-25 19:40:02','2026-03-25 19:40:02','75a18efd-c35b-4e32-9b35-602d0705b247'),
(130184,32,50374,NULL,2606,10,'2026-03-25 19:40:02','2026-03-25 19:40:02','53aa0c73-3b31-4b2c-8315-e33fa1b6479c'),
(130185,16,50374,NULL,3722,1,'2026-03-25 19:40:02','2026-03-25 19:40:02','5a0e70e8-b833-4ed2-94ed-8a8d15a74fde'),
(130186,7,50374,NULL,3468,1,'2026-03-25 19:40:02','2026-03-25 19:40:02','6b266938-8824-41a6-9069-1395c45af1d6'),
(130187,7,50374,NULL,601,2,'2026-03-25 19:40:02','2026-03-25 19:40:02','cbafb4cc-6518-4f45-a9dd-39ae784e2d29'),
(130188,7,50374,NULL,9640,3,'2026-03-25 19:40:02','2026-03-25 19:40:02','e4348b62-6cad-40a9-8a20-0b6c0a5eee4a'),
(130189,7,50374,NULL,617,4,'2026-03-25 19:40:02','2026-03-25 19:40:02','2e1cb200-4aca-4634-8e0b-1d1638918ed1'),
(130190,7,50374,NULL,605,5,'2026-03-25 19:40:02','2026-03-25 19:40:02','a4cbf5f8-1e33-41b2-b936-9ca84b1eea86'),
(130191,7,50374,NULL,9552,6,'2026-03-25 19:40:02','2026-03-25 19:40:02','9f9cf677-db5c-4584-91a8-3006f05e2f53'),
(130192,7,50374,NULL,9549,7,'2026-03-25 19:40:02','2026-03-25 19:40:02','1cc14355-6413-434e-933b-21c3258849b0'),
(130193,82,50374,NULL,479,1,'2026-03-25 19:40:02','2026-03-25 19:40:02','6a68ba22-e786-421d-bcfa-e82efdde9df0'),
(130194,47,50374,NULL,12386,1,'2026-03-25 19:40:02','2026-03-25 19:40:02','a5cc0d49-fa67-482c-8332-c4bf13f60f93'),
(130195,57,50374,NULL,8024,1,'2026-03-25 19:40:02','2026-03-25 19:40:02','4fe25d83-3117-47b3-a91a-c96a8cd0043e'),
(130196,57,50374,NULL,8025,2,'2026-03-25 19:40:02','2026-03-25 19:40:02','e25a96e2-5aab-4813-a5ce-44648d9f8826'),
(130197,57,50374,NULL,8027,3,'2026-03-25 19:40:02','2026-03-25 19:40:02','965f7d73-7a97-4a8e-a8b7-1d6a5e96c01b'),
(130198,57,50374,NULL,8026,4,'2026-03-25 19:40:02','2026-03-25 19:40:02','d81545f1-61db-44db-8429-fbf8f22e6ac6'),
(130199,13,50374,NULL,23704,1,'2026-03-25 19:40:02','2026-03-25 19:40:02','623bec6f-2747-437e-a324-da9ee0154c04'),
(130200,66,50375,NULL,50274,1,'2026-03-25 19:40:02','2026-03-25 19:40:02','b8a17650-c258-473f-853d-7a18be2d157f'),
(130229,66,50378,NULL,50274,1,'2026-03-25 19:40:27','2026-03-25 19:40:27','f1d680d7-2ddb-4834-98ac-009706f55d78'),
(130230,32,50379,NULL,2610,1,'2026-03-25 19:40:27','2026-03-25 19:40:27','efa382cb-f027-4339-83c8-b8ed7237d685'),
(130231,32,50379,NULL,2598,2,'2026-03-25 19:40:27','2026-03-25 19:40:27','9fd3cf6f-8fb7-41e5-bed7-d67b9a6f77de'),
(130232,32,50379,NULL,2600,3,'2026-03-25 19:40:27','2026-03-25 19:40:27','a516e048-f5ea-45cb-b329-4d4c867dfa8f'),
(130233,32,50379,NULL,2602,4,'2026-03-25 19:40:27','2026-03-25 19:40:27','93d87bde-c50c-4559-99e7-4f5fc393ec2a'),
(130234,32,50379,NULL,2612,5,'2026-03-25 19:40:27','2026-03-25 19:40:27','b2078a26-6d97-4242-9918-f9d9dbc20202'),
(130235,32,50379,NULL,2618,6,'2026-03-25 19:40:27','2026-03-25 19:40:27','b53b30bd-1767-464d-b824-8c0ef190755f'),
(130236,32,50379,NULL,2604,7,'2026-03-25 19:40:27','2026-03-25 19:40:27','487a857e-ab4b-41bd-9268-66f61f1af0e5'),
(130237,32,50379,NULL,2608,8,'2026-03-25 19:40:27','2026-03-25 19:40:27','d41fbc09-ffdc-4c5e-830f-20fad2184571'),
(130238,32,50379,NULL,2596,9,'2026-03-25 19:40:27','2026-03-25 19:40:27','44649647-2f48-478f-93e2-d3c7b5eded12'),
(130239,32,50379,NULL,2606,10,'2026-03-25 19:40:27','2026-03-25 19:40:27','563a8ef9-38a8-476d-a15e-fb8796dd0272'),
(130240,16,50379,NULL,8034,1,'2026-03-25 19:40:27','2026-03-25 19:40:27','df9901b6-0df8-4c2e-8782-2eb79a323ab8'),
(130241,7,50379,NULL,6547,1,'2026-03-25 19:40:27','2026-03-25 19:40:27','6ab6e842-e8fa-4b0a-b7f9-719b1a58a24d'),
(130242,7,50379,NULL,601,2,'2026-03-25 19:40:27','2026-03-25 19:40:27','d0e9a46c-58fb-4121-b4c8-4e3d11c8e931'),
(130243,7,50379,NULL,2974,3,'2026-03-25 19:40:27','2026-03-25 19:40:27','1c9dd0e9-3ec0-496f-ba26-d66d0c4bd871'),
(130244,7,50379,NULL,617,4,'2026-03-25 19:40:27','2026-03-25 19:40:27','f8f72a5d-b39f-4753-89de-63f89fc9f112'),
(130245,7,50379,NULL,9727,5,'2026-03-25 19:40:27','2026-03-25 19:40:27','7353a5a8-4ffe-4103-8097-c9f2a271f1fb'),
(130246,7,50379,NULL,605,6,'2026-03-25 19:40:27','2026-03-25 19:40:27','8edde250-ca4c-4169-b215-0665b1e6c119'),
(130247,7,50379,NULL,9552,7,'2026-03-25 19:40:27','2026-03-25 19:40:27','d0d22540-b44c-4219-9636-180c9e5598e7'),
(130248,82,50379,NULL,479,1,'2026-03-25 19:40:27','2026-03-25 19:40:27','7e847217-169b-4446-a4ce-f1277696f55a'),
(130249,82,50379,NULL,491,2,'2026-03-25 19:40:27','2026-03-25 19:40:27','54bbca39-20d4-4af4-b18f-e73ce3326d8a'),
(130250,46,50379,NULL,3697,1,'2026-03-25 19:40:27','2026-03-25 19:40:27','9c292542-af48-4f12-ac6b-2396002dc105'),
(130251,47,50379,NULL,12389,1,'2026-03-25 19:40:27','2026-03-25 19:40:27','9b0c31dc-a20a-47bb-8d66-4ea0f3125b41'),
(130252,57,50379,NULL,8033,1,'2026-03-25 19:40:27','2026-03-25 19:40:27','3763381f-5c70-425b-a8f3-d9140d7c9280'),
(130253,57,50379,NULL,8032,2,'2026-03-25 19:40:27','2026-03-25 19:40:27','95491573-efae-4cd3-8303-ddc694cac1b3'),
(130254,57,50379,NULL,8036,3,'2026-03-25 19:40:27','2026-03-25 19:40:27','311b10c3-5514-4e49-a505-bf04d4da65f7'),
(130255,57,50379,NULL,8035,4,'2026-03-25 19:40:27','2026-03-25 19:40:27','7a215b9c-f87a-4846-aac1-6d3b6f965fd4'),
(130256,13,50379,NULL,23707,1,'2026-03-25 19:40:27','2026-03-25 19:40:27','59516ac2-dc95-44f2-a4b6-5978e5c1bea8'),
(130257,66,50380,NULL,50274,1,'2026-03-25 19:40:27','2026-03-25 19:40:27','b02ec7c9-bf41-4dcf-9855-5ec399d950f6'),
(130258,32,50381,NULL,2610,1,'2026-03-25 19:40:29','2026-03-25 19:40:29','5ca76fec-71f9-4a18-b594-78ab7f14258b'),
(130259,32,50381,NULL,2598,2,'2026-03-25 19:40:29','2026-03-25 19:40:29','9deec569-856c-49fa-a1e9-cad44a064be4'),
(130260,32,50381,NULL,2600,3,'2026-03-25 19:40:29','2026-03-25 19:40:29','8d282e36-7c0e-4e3c-95d6-60687633a787'),
(130261,32,50381,NULL,2602,4,'2026-03-25 19:40:29','2026-03-25 19:40:29','541756c3-96e9-40e9-81e4-e7c3eb3ef3fe'),
(130262,32,50381,NULL,2612,5,'2026-03-25 19:40:29','2026-03-25 19:40:29','2fa4750b-7c20-4f9d-912f-355b704ea46c'),
(130263,32,50381,NULL,2618,6,'2026-03-25 19:40:29','2026-03-25 19:40:29','a5827044-894e-4746-afae-502a16a671a1'),
(130264,32,50381,NULL,2604,7,'2026-03-25 19:40:29','2026-03-25 19:40:29','01d1c693-ef5a-44d1-ba50-583d9ec7ae0e'),
(130265,32,50381,NULL,2608,8,'2026-03-25 19:40:29','2026-03-25 19:40:29','8d47af4a-53da-4c96-83fb-41f8982f5b31'),
(130266,32,50381,NULL,2596,9,'2026-03-25 19:40:29','2026-03-25 19:40:29','ee3007b3-99d9-4697-a118-b5e02b166936'),
(130267,32,50381,NULL,2606,10,'2026-03-25 19:40:29','2026-03-25 19:40:29','2f72b6f4-7406-4e11-b089-6491146f167c'),
(130268,16,50381,NULL,8034,1,'2026-03-25 19:40:29','2026-03-25 19:40:29','e624da09-9fe6-448b-bbaa-1fc927d12374'),
(130269,7,50381,NULL,6547,1,'2026-03-25 19:40:29','2026-03-25 19:40:29','c9769320-72cc-464c-809a-dcc9c2d713d5'),
(130270,7,50381,NULL,601,2,'2026-03-25 19:40:29','2026-03-25 19:40:29','5c91ee67-ec80-4aab-bb0b-53037c34b3bc'),
(130271,7,50381,NULL,2974,3,'2026-03-25 19:40:29','2026-03-25 19:40:29','8bd999c5-d64b-4aa0-a42c-334788fa936d'),
(130272,7,50381,NULL,617,4,'2026-03-25 19:40:29','2026-03-25 19:40:29','5932d491-a93a-427f-be7a-2ddf08fe5ddd'),
(130273,7,50381,NULL,9727,5,'2026-03-25 19:40:29','2026-03-25 19:40:29','666c261e-c8de-45a7-9d39-946d3559d49f'),
(130274,7,50381,NULL,605,6,'2026-03-25 19:40:29','2026-03-25 19:40:29','12e59ae5-e4a0-4904-80da-d2af5d8041cb'),
(130275,7,50381,NULL,9552,7,'2026-03-25 19:40:29','2026-03-25 19:40:29','bcbbe4e0-dd99-4378-94ae-6fe3846e3832'),
(130276,82,50381,NULL,479,1,'2026-03-25 19:40:29','2026-03-25 19:40:29','15e60ab5-ab66-4b54-8443-becfb0032e3e'),
(130277,82,50381,NULL,491,2,'2026-03-25 19:40:29','2026-03-25 19:40:29','f7b597dc-8b16-496e-9511-b54c144cd4c3'),
(130278,46,50381,NULL,3697,1,'2026-03-25 19:40:29','2026-03-25 19:40:29','f3509edd-a421-4479-9c6d-51784f232050'),
(130279,47,50381,NULL,12389,1,'2026-03-25 19:40:29','2026-03-25 19:40:29','b05ff5f0-2477-4f4b-afcc-481586ed1d4a'),
(130280,57,50381,NULL,8033,1,'2026-03-25 19:40:29','2026-03-25 19:40:29','ce527dda-4185-400d-8f50-7abb05c114a7'),
(130281,57,50381,NULL,8032,2,'2026-03-25 19:40:29','2026-03-25 19:40:29','ea0ffb45-8c7e-40f1-b523-3dc635a20012'),
(130282,57,50381,NULL,8036,3,'2026-03-25 19:40:29','2026-03-25 19:40:29','6434cb46-7be9-4851-a9d3-802db5bc384a'),
(130283,57,50381,NULL,8035,4,'2026-03-25 19:40:29','2026-03-25 19:40:29','541baede-3f68-4274-a8e2-270baf16f0bc'),
(130284,13,50381,NULL,23707,1,'2026-03-25 19:40:29','2026-03-25 19:40:29','755876af-d111-446f-a418-a783deba8ab5'),
(130311,66,50384,NULL,50274,1,'2026-03-25 19:40:53','2026-03-25 19:40:53','4b399004-3ab9-4bc0-bf68-c71c95ae7557'),
(130312,32,50385,NULL,2614,1,'2026-03-25 19:40:53','2026-03-25 19:40:53','b7be13c4-0681-4134-8367-358b7eb824a0'),
(130313,32,50385,NULL,2610,2,'2026-03-25 19:40:53','2026-03-25 19:40:53','87f60748-1791-4fe3-b31f-bb0e4c7f7158'),
(130314,32,50385,NULL,2598,3,'2026-03-25 19:40:53','2026-03-25 19:40:53','5ce7f7d0-3653-429b-9a95-ccfab61b146e'),
(130315,32,50385,NULL,2600,4,'2026-03-25 19:40:53','2026-03-25 19:40:53','4fa8546b-8fcb-4ad0-902e-e1f794102714'),
(130316,32,50385,NULL,2602,5,'2026-03-25 19:40:53','2026-03-25 19:40:53','fa0a4a07-e269-4e1d-b425-57edf47fcd68'),
(130317,32,50385,NULL,2604,6,'2026-03-25 19:40:53','2026-03-25 19:40:53','0663b950-95f2-4aac-91fb-c57fe2fc0b82'),
(130318,32,50385,NULL,2608,7,'2026-03-25 19:40:53','2026-03-25 19:40:53','2e7f1826-7234-4006-bf1a-f6c1823f77e1'),
(130319,32,50385,NULL,2596,8,'2026-03-25 19:40:53','2026-03-25 19:40:53','869bdfa8-d569-4e9a-8061-24d8993742d3'),
(130320,32,50385,NULL,2606,9,'2026-03-25 19:40:53','2026-03-25 19:40:53','09cb43ff-f736-4bc5-a328-21c5cc550b78'),
(130321,32,50385,NULL,2612,10,'2026-03-25 19:40:53','2026-03-25 19:40:53','ed938a90-5a44-4a7a-9f04-9335f1044f51'),
(130322,16,50385,NULL,3808,1,'2026-03-25 19:40:53','2026-03-25 19:40:53','1144bb47-8322-4e68-8717-4d008882055f'),
(130323,7,50385,NULL,3468,1,'2026-03-25 19:40:53','2026-03-25 19:40:53','635e2088-756b-4187-aeb7-654c29fbeca2'),
(130324,7,50385,NULL,601,2,'2026-03-25 19:40:53','2026-03-25 19:40:53','ac169921-c580-48fe-a286-c74f9909677d'),
(130325,7,50385,NULL,2972,3,'2026-03-25 19:40:53','2026-03-25 19:40:53','c82181b2-f0c8-488a-b1b9-d7ff83b16f29'),
(130326,7,50385,NULL,2974,4,'2026-03-25 19:40:53','2026-03-25 19:40:53','b28ecb1f-d714-4932-b1e8-067776777231'),
(130327,7,50385,NULL,617,5,'2026-03-25 19:40:53','2026-03-25 19:40:53','89e08920-c253-4061-836d-44be54b2c0a6'),
(130328,7,50385,NULL,605,6,'2026-03-25 19:40:53','2026-03-25 19:40:53','aa823fda-8359-4746-83f5-358fc5e41b49'),
(130329,7,50385,NULL,9552,7,'2026-03-25 19:40:53','2026-03-25 19:40:53','708a51ba-1fed-4457-ad12-d0d56bf44511'),
(130330,82,50385,NULL,479,1,'2026-03-25 19:40:53','2026-03-25 19:40:53','b35a3b12-2162-4394-9231-6d28cc6ff4bc'),
(130331,47,50385,NULL,12391,1,'2026-03-25 19:40:53','2026-03-25 19:40:53','1b25dbcb-59e4-4a0c-af28-00c7e7d78ef3'),
(130332,57,50385,NULL,8052,1,'2026-03-25 19:40:53','2026-03-25 19:40:53','e050877b-5fd2-4675-8534-d10d235e4a83'),
(130333,57,50385,NULL,8054,2,'2026-03-25 19:40:53','2026-03-25 19:40:53','71c8ebac-42bc-4f68-a311-70b75bd55839'),
(130334,57,50385,NULL,8053,3,'2026-03-25 19:40:53','2026-03-25 19:40:53','0c0e6352-fad8-48a2-9ad0-91ecc52afed9'),
(130335,57,50385,NULL,8051,4,'2026-03-25 19:40:53','2026-03-25 19:40:53','f3516564-5152-478c-a250-b0bb048388ae'),
(130336,13,50385,NULL,23709,1,'2026-03-25 19:40:53','2026-03-25 19:40:53','4039c78d-a76e-416b-a942-12f446eca6ac'),
(130337,66,50386,NULL,50274,1,'2026-03-25 19:40:53','2026-03-25 19:40:53','8606d22f-d5db-4d06-9b3f-0d64dbd87914'),
(130354,66,50389,NULL,50274,1,'2026-03-25 19:41:11','2026-03-25 19:41:11','691cc033-7507-49ff-8f23-ef791ed44602'),
(130355,32,50390,NULL,2614,1,'2026-03-25 19:41:11','2026-03-25 19:41:11','3f97d4fb-36f5-4cff-b461-236bb3bb88fb'),
(130356,83,50390,NULL,1045,1,'2026-03-25 19:41:11','2026-03-25 19:41:11','a356aa7d-3054-4977-bd35-9f5e8c52bf58'),
(130357,16,50390,NULL,6530,1,'2026-03-25 19:41:11','2026-03-25 19:41:11','9d8f55c1-d279-4c24-9a2e-1fd99ba2a709'),
(130358,7,50390,NULL,617,1,'2026-03-25 19:41:11','2026-03-25 19:41:11','0b034fdc-6ef5-4eb0-a3a9-359275814019'),
(130359,7,50390,NULL,9558,2,'2026-03-25 19:41:11','2026-03-25 19:41:11','06e7d100-322d-4a42-a08e-a86460ce6e96'),
(130360,7,50390,NULL,605,3,'2026-03-25 19:41:11','2026-03-25 19:41:11','b83b7dbd-5c3c-450c-9c36-bdda8dbc89fe'),
(130361,7,50390,NULL,9552,4,'2026-03-25 19:41:11','2026-03-25 19:41:11','feb0dbca-6f54-41db-9fd9-814e21021cf3'),
(130362,57,50390,NULL,8064,1,'2026-03-25 19:41:11','2026-03-25 19:41:11','a9bbab8e-8434-4257-a8b6-eefeec8e4592'),
(130363,57,50390,NULL,8061,2,'2026-03-25 19:41:11','2026-03-25 19:41:11','2cee9eab-708b-4218-8e64-ab6c064e8d8b'),
(130364,57,50390,NULL,8060,3,'2026-03-25 19:41:11','2026-03-25 19:41:11','f4dca9d7-b25e-4af2-941c-203e635d1b05'),
(130365,57,50390,NULL,8063,4,'2026-03-25 19:41:11','2026-03-25 19:41:11','443ce82a-ba64-4e1d-a7bb-1cc6a8f35ff2'),
(130366,57,50390,NULL,8062,5,'2026-03-25 19:41:11','2026-03-25 19:41:11','88716bc2-d4bc-4ea1-bd1c-9c80398620dd'),
(130367,74,50390,NULL,14613,1,'2026-03-25 19:41:11','2026-03-25 19:41:11','ceb9a3fb-50b6-43d9-b976-700f6a5c3b83'),
(130368,13,50390,NULL,23713,1,'2026-03-25 19:41:11','2026-03-25 19:41:11','742dd305-3f45-42e2-b0f0-2eff29a4964a'),
(130369,12,50390,NULL,12713,1,'2026-03-25 19:41:11','2026-03-25 19:41:11','67a225a2-ebbf-4885-bdbe-89be4152ea1d'),
(130370,66,50391,NULL,50274,1,'2026-03-25 19:41:11','2026-03-25 19:41:11','495098a7-8c45-4918-877b-e8779ebeb558'),
(130398,66,50394,NULL,50274,1,'2026-03-25 19:41:32','2026-03-25 19:41:32','e783fbb8-a50b-45ea-a039-35e428d77d3d'),
(130399,32,50395,NULL,2614,1,'2026-03-25 19:41:32','2026-03-25 19:41:32','8ce28930-60bf-4825-87a1-84ec9e85c47f'),
(130400,32,50395,NULL,2610,2,'2026-03-25 19:41:32','2026-03-25 19:41:32','347443d3-06bb-4531-a0f0-6ed3bb7bf0a2'),
(130401,32,50395,NULL,2598,3,'2026-03-25 19:41:32','2026-03-25 19:41:32','79dd2a2d-46d3-423c-ab9c-4bc631cb8191'),
(130402,32,50395,NULL,2608,4,'2026-03-25 19:41:32','2026-03-25 19:41:32','3d04da3d-8a24-4e54-8d74-a49313a17a7c'),
(130403,32,50395,NULL,2600,5,'2026-03-25 19:41:32','2026-03-25 19:41:32','1232b47a-061a-4b59-928e-2f7833a27506'),
(130404,32,50395,NULL,2596,6,'2026-03-25 19:41:32','2026-03-25 19:41:32','2539dfcb-3d86-4200-ab3a-d5e90fc0a031'),
(130405,32,50395,NULL,2602,7,'2026-03-25 19:41:32','2026-03-25 19:41:32','cd13e989-af81-456d-9b7e-a545b657b8fd'),
(130406,32,50395,NULL,2606,8,'2026-03-25 19:41:32','2026-03-25 19:41:32','4e6f37d0-8f05-4091-947e-e30c2bda4b99'),
(130407,32,50395,NULL,2604,9,'2026-03-25 19:41:32','2026-03-25 19:41:32','d65fb246-63b4-4680-a150-a43e7417bcfa'),
(130408,32,50395,NULL,2624,10,'2026-03-25 19:41:32','2026-03-25 19:41:32','c4cdd5c8-0ea5-49ad-9a18-de77908a205e'),
(130409,32,50395,NULL,2612,11,'2026-03-25 19:41:32','2026-03-25 19:41:32','8c18c3c3-16b2-4b67-9b67-298ce71eecaf'),
(130410,16,50395,NULL,8081,1,'2026-03-25 19:41:32','2026-03-25 19:41:32','edaa38da-68a1-41e7-af4c-7076b59f5f4a'),
(130411,7,50395,NULL,3468,1,'2026-03-25 19:41:32','2026-03-25 19:41:32','4e672280-5837-4e38-b5b3-24582d7afebd'),
(130412,7,50395,NULL,601,2,'2026-03-25 19:41:32','2026-03-25 19:41:32','18e42b48-4211-45c5-942f-24a59da56461'),
(130413,7,50395,NULL,9640,3,'2026-03-25 19:41:32','2026-03-25 19:41:32','9e44d42b-befc-4408-b21f-86f331c46d1a'),
(130414,7,50395,NULL,2974,4,'2026-03-25 19:41:32','2026-03-25 19:41:32','03e7dbcf-ee5b-42bf-9151-69e17667fe49'),
(130415,7,50395,NULL,617,5,'2026-03-25 19:41:32','2026-03-25 19:41:32','8f9e028c-80a3-49ac-9ed6-ac5f275fb56b'),
(130416,7,50395,NULL,605,6,'2026-03-25 19:41:32','2026-03-25 19:41:32','dafabdd1-c08d-4a7a-a807-037607bbf7c0'),
(130417,7,50395,NULL,9552,7,'2026-03-25 19:41:32','2026-03-25 19:41:32','9ba656b7-a13f-4004-a89f-9280d03c527f'),
(130418,46,50395,NULL,2891,1,'2026-03-25 19:41:32','2026-03-25 19:41:32','bd03c4be-173a-4594-b934-1d7ad9f04404'),
(130419,47,50395,NULL,12395,1,'2026-03-25 19:41:32','2026-03-25 19:41:32','112a4ec4-b919-45c1-aed7-f225f621b2c1'),
(130420,57,50395,NULL,8082,1,'2026-03-25 19:41:32','2026-03-25 19:41:32','420a4014-25e2-400a-8ce8-5ff50994997d'),
(130421,57,50395,NULL,8085,2,'2026-03-25 19:41:32','2026-03-25 19:41:32','4954948b-4ac4-4a89-a6a0-81ed1db46099'),
(130422,57,50395,NULL,8086,3,'2026-03-25 19:41:32','2026-03-25 19:41:32','ae5c7076-75b8-4c23-8b41-1a25b9cecedc'),
(130423,57,50395,NULL,8087,4,'2026-03-25 19:41:32','2026-03-25 19:41:32','ca2602af-99a3-4e4c-ab43-1da4f42527e3'),
(130424,13,50395,NULL,6814,1,'2026-03-25 19:41:32','2026-03-25 19:41:32','d398885d-d701-4843-82d6-c41a794eeeee'),
(130425,66,50396,NULL,50274,1,'2026-03-25 19:41:32','2026-03-25 19:41:32','0c774244-af21-487a-ac9c-1ecd4090bbf1'),
(130451,66,50399,NULL,50274,1,'2026-03-25 19:41:50','2026-03-25 19:41:50','c3ce6364-8956-48b7-8c48-26d52eab7bc2'),
(130452,32,50400,NULL,2610,1,'2026-03-25 19:41:50','2026-03-25 19:41:50','20518a38-a305-417b-aa23-710d295d50d4'),
(130453,32,50400,NULL,2598,2,'2026-03-25 19:41:50','2026-03-25 19:41:50','56784df2-63af-402a-8d40-93a5c293874d'),
(130454,32,50400,NULL,2600,3,'2026-03-25 19:41:50','2026-03-25 19:41:50','a728358b-bd48-4f7e-821d-d37175d5bcaa'),
(130455,32,50400,NULL,2604,4,'2026-03-25 19:41:50','2026-03-25 19:41:50','99709470-e9f2-4f8b-b040-90cf8b3fb969'),
(130456,32,50400,NULL,2608,5,'2026-03-25 19:41:50','2026-03-25 19:41:50','0e4e31a7-de90-430b-ac5a-27ffead27b0f'),
(130457,32,50400,NULL,2596,6,'2026-03-25 19:41:50','2026-03-25 19:41:50','73705797-76ae-4cc7-be73-9c61dab9acf9'),
(130458,32,50400,NULL,2602,7,'2026-03-25 19:41:50','2026-03-25 19:41:50','4d050416-9be7-4c2c-a44f-be6be5147c79'),
(130459,32,50400,NULL,2606,8,'2026-03-25 19:41:50','2026-03-25 19:41:50','7962fef5-9978-4c99-9257-ff0e588800c7'),
(130460,32,50400,NULL,2612,9,'2026-03-25 19:41:50','2026-03-25 19:41:50','3726590a-aedc-4c85-a320-f29bb509eab2'),
(130461,16,50400,NULL,3865,1,'2026-03-25 19:41:50','2026-03-25 19:41:50','86d353f6-4262-4a7c-9f03-62d13448abe2'),
(130462,7,50400,NULL,3468,1,'2026-03-25 19:41:50','2026-03-25 19:41:50','769065c3-deca-483b-92ba-227ae5fa8d6e'),
(130463,7,50400,NULL,601,2,'2026-03-25 19:41:50','2026-03-25 19:41:50','1602b1d0-6b7e-45f1-b354-7145fbb33b05'),
(130464,7,50400,NULL,3093,3,'2026-03-25 19:41:50','2026-03-25 19:41:50','ed73e9d0-c575-4d25-b015-3a7e4bfe2be0'),
(130465,7,50400,NULL,617,4,'2026-03-25 19:41:50','2026-03-25 19:41:50','9a0853c5-106e-40b9-a0e3-fac1c1cbc239'),
(130466,7,50400,NULL,605,5,'2026-03-25 19:41:50','2026-03-25 19:41:50','e6b67229-0474-4f99-9e2d-65bafa6909db'),
(130467,7,50400,NULL,9552,6,'2026-03-25 19:41:50','2026-03-25 19:41:50','8faa7e13-71fd-49a5-9e03-771ac397a224'),
(130468,82,50400,NULL,479,1,'2026-03-25 19:41:50','2026-03-25 19:41:50','6cd2b4da-5110-4ca5-b5cb-41c2e60ab3f9'),
(130469,82,50400,NULL,491,2,'2026-03-25 19:41:50','2026-03-25 19:41:50','aa7e460e-69c5-4748-aa50-1998e7cdf355'),
(130470,47,50400,NULL,12398,1,'2026-03-25 19:41:50','2026-03-25 19:41:50','f6b53906-ad2c-4618-aeca-6f57c918240c'),
(130471,57,50400,NULL,8094,1,'2026-03-25 19:41:50','2026-03-25 19:41:50','5d0d3bcc-fdbd-410a-a64d-09e3ab36a5fd'),
(130472,57,50400,NULL,8093,2,'2026-03-25 19:41:50','2026-03-25 19:41:50','d5a76ba1-a27e-429b-a41b-00ae5f14b531'),
(130473,57,50400,NULL,8095,3,'2026-03-25 19:41:50','2026-03-25 19:41:50','01d1e577-c0a5-411d-bfe6-1bbbd3a301a2'),
(130474,57,50400,NULL,8092,4,'2026-03-25 19:41:50','2026-03-25 19:41:50','090e9625-5518-4355-9d21-4870da8a9cc7'),
(130475,13,50400,NULL,23716,1,'2026-03-25 19:41:50','2026-03-25 19:41:50','ef166efd-6ea8-4e17-a73c-43e357efa1d7'),
(130476,66,50401,NULL,50274,1,'2026-03-25 19:41:50','2026-03-25 19:41:50','a4a6da80-9147-49a7-a76f-70e67e01a615'),
(130504,66,50404,NULL,50274,1,'2026-03-25 19:42:13','2026-03-25 19:42:13','8397f3d3-e140-4858-8dde-a03f40ba3ad8'),
(130505,32,50405,NULL,2610,1,'2026-03-25 19:42:13','2026-03-25 19:42:13','2da5c612-bcec-435b-91ee-c21fe24e588e'),
(130506,32,50405,NULL,2598,2,'2026-03-25 19:42:13','2026-03-25 19:42:13','ee034b93-f37c-4079-8f2e-5e78210312b2'),
(130507,32,50405,NULL,2600,3,'2026-03-25 19:42:13','2026-03-25 19:42:13','66a5ef56-8333-47ea-8b12-553ec6009ba1'),
(130508,32,50405,NULL,2602,4,'2026-03-25 19:42:13','2026-03-25 19:42:13','36c3f789-f920-41f8-8208-89e69a753dd2'),
(130509,32,50405,NULL,2612,5,'2026-03-25 19:42:13','2026-03-25 19:42:13','dce0fe50-eef6-4c29-9ab6-dae1b7aaa9b8'),
(130510,32,50405,NULL,2618,6,'2026-03-25 19:42:13','2026-03-25 19:42:13','8bcf20cd-77d5-4644-b860-2da48875096b'),
(130511,32,50405,NULL,2604,7,'2026-03-25 19:42:13','2026-03-25 19:42:13','47d01265-beb3-4ad7-b79f-7e369e84ec04'),
(130512,32,50405,NULL,2614,8,'2026-03-25 19:42:13','2026-03-25 19:42:13','db977aca-19a6-4d5c-8fd1-0a737b736338'),
(130513,32,50405,NULL,2608,9,'2026-03-25 19:42:13','2026-03-25 19:42:13','76eb2116-d0d5-4993-8165-43c06c62c704'),
(130514,32,50405,NULL,2596,10,'2026-03-25 19:42:13','2026-03-25 19:42:13','cba8e417-2ae4-4a2d-8f60-fac181dc2596'),
(130515,32,50405,NULL,2606,11,'2026-03-25 19:42:13','2026-03-25 19:42:13','518bab90-e9de-46e1-94d3-b2bfbb71aec1'),
(130516,16,50405,NULL,8104,1,'2026-03-25 19:42:13','2026-03-25 19:42:13','793066c3-9967-465d-ab4d-f6815deb48c1'),
(130517,7,50405,NULL,9724,1,'2026-03-25 19:42:13','2026-03-25 19:42:13','c5d207aa-00c2-4783-9089-38c181337226'),
(130518,7,50405,NULL,2969,2,'2026-03-25 19:42:13','2026-03-25 19:42:13','25289072-4627-435e-8680-32b1b0e5c331'),
(130519,7,50405,NULL,2974,3,'2026-03-25 19:42:13','2026-03-25 19:42:13','b5a9f579-22dc-4842-b74b-87e7e5cc90ce'),
(130520,7,50405,NULL,617,4,'2026-03-25 19:42:13','2026-03-25 19:42:13','f3f8e60c-b087-480a-ad2b-4dfe19638f41'),
(130521,7,50405,NULL,605,5,'2026-03-25 19:42:13','2026-03-25 19:42:13','44a1c34c-bafd-40e6-afd0-f79a5e821ecb'),
(130522,7,50405,NULL,9552,6,'2026-03-25 19:42:13','2026-03-25 19:42:13','5d4a7124-3d54-40fe-acf4-837c66fb3f84'),
(130523,82,50405,NULL,479,1,'2026-03-25 19:42:13','2026-03-25 19:42:13','168bb451-d8f8-4b48-8898-c8735d3b53a3'),
(130524,46,50405,NULL,3697,1,'2026-03-25 19:42:13','2026-03-25 19:42:13','855afc57-4f1a-46c3-9d6d-3c92db9dc2ad'),
(130525,47,50405,NULL,12403,1,'2026-03-25 19:42:13','2026-03-25 19:42:13','9538369b-a6f7-4d85-b1c9-3f98ced8a031'),
(130526,57,50405,NULL,8108,1,'2026-03-25 19:42:13','2026-03-25 19:42:13','ebdae324-1614-4a31-b3c2-66707a253e14'),
(130527,57,50405,NULL,8107,2,'2026-03-25 19:42:13','2026-03-25 19:42:13','9aca593c-0d6b-44df-9397-cd0b5de875a4'),
(130528,57,50405,NULL,8106,3,'2026-03-25 19:42:13','2026-03-25 19:42:13','c59a0944-9afa-4542-8e57-61afd8c68d98'),
(130529,57,50405,NULL,8105,4,'2026-03-25 19:42:13','2026-03-25 19:42:13','75c835ca-d5ea-491f-b639-29f2acdde57c'),
(130530,13,50405,NULL,6820,1,'2026-03-25 19:42:13','2026-03-25 19:42:13','e67a7732-5973-4b46-a0ac-9dbd7dca3976'),
(130531,66,50406,NULL,50274,1,'2026-03-25 19:42:13','2026-03-25 19:42:13','e5f7622b-8cec-4528-b885-e86981991da8'),
(130555,66,50409,NULL,50274,1,'2026-03-25 19:42:33','2026-03-25 19:42:33','139ae9be-0410-4ee9-ad0b-79f463ee7ab8'),
(130556,32,50410,NULL,2610,1,'2026-03-25 19:42:33','2026-03-25 19:42:33','b668e4cf-75f3-446a-b65c-8065ac59eaca'),
(130557,32,50410,NULL,2598,2,'2026-03-25 19:42:33','2026-03-25 19:42:33','c4f131db-f784-4fce-b187-60ec0cd33937'),
(130558,32,50410,NULL,2600,3,'2026-03-25 19:42:33','2026-03-25 19:42:33','709ce200-19f6-485f-84d8-a299d9c772a3'),
(130559,32,50410,NULL,2606,4,'2026-03-25 19:42:33','2026-03-25 19:42:33','4ea14a59-ed4b-431e-9505-ba90fecff893'),
(130560,32,50410,NULL,2604,5,'2026-03-25 19:42:33','2026-03-25 19:42:33','fe192d49-64cd-4ec4-842b-0339b904045c'),
(130561,32,50410,NULL,2614,6,'2026-03-25 19:42:33','2026-03-25 19:42:33','3a4dbb64-8287-43da-8a76-1c8e010fbbde'),
(130562,32,50410,NULL,2608,7,'2026-03-25 19:42:33','2026-03-25 19:42:33','761a8458-e4cc-4deb-bbcd-eafdba0fea7c'),
(130563,32,50410,NULL,2596,8,'2026-03-25 19:42:33','2026-03-25 19:42:33','69fd53fb-df9e-4ef8-af5d-a301aa334dd3'),
(130564,32,50410,NULL,2602,9,'2026-03-25 19:42:33','2026-03-25 19:42:33','ea663276-b220-46f6-9174-d5af8bd802f8'),
(130565,32,50410,NULL,2612,10,'2026-03-25 19:42:33','2026-03-25 19:42:33','c0d51efa-7bfa-4cea-80f9-2dbe107f0b3c'),
(130566,16,50410,NULL,9415,1,'2026-03-25 19:42:33','2026-03-25 19:42:33','65ec7b5e-c9c6-4604-835b-ec4cbf4e8af3'),
(130567,7,50410,NULL,3468,1,'2026-03-25 19:42:33','2026-03-25 19:42:33','754bfead-9b97-400d-862f-93154ce8d37c'),
(130568,7,50410,NULL,2969,2,'2026-03-25 19:42:33','2026-03-25 19:42:33','4443e6f2-a3e6-4139-82db-86232cd26ae5'),
(130569,7,50410,NULL,617,3,'2026-03-25 19:42:33','2026-03-25 19:42:33','c1e3e783-80db-41d1-92c7-d6b287a5f9e1'),
(130570,7,50410,NULL,605,4,'2026-03-25 19:42:33','2026-03-25 19:42:33','d31097b4-f580-41de-aba7-53806af37560'),
(130571,7,50410,NULL,9552,5,'2026-03-25 19:42:33','2026-03-25 19:42:33','18995262-2289-43fe-b3d9-db025cc961f5'),
(130572,47,50410,NULL,12405,1,'2026-03-25 19:42:33','2026-03-25 19:42:33','f416701f-12e2-41bf-838e-cde2db3c3bcc'),
(130573,57,50410,NULL,3927,1,'2026-03-25 19:42:33','2026-03-25 19:42:33','c83265c8-d73c-490f-85af-f4c169e3a2fe'),
(130574,57,50410,NULL,8117,2,'2026-03-25 19:42:33','2026-03-25 19:42:33','f50440c0-3466-4742-8da1-d61bb0dfa2a3'),
(130575,57,50410,NULL,8119,3,'2026-03-25 19:42:33','2026-03-25 19:42:33','1396eec8-8e1c-4346-8be1-775e8675329e'),
(130576,57,50410,NULL,8120,4,'2026-03-25 19:42:33','2026-03-25 19:42:33','598c1404-0a38-4a37-be4a-da6a6658e512'),
(130577,13,50410,NULL,23719,1,'2026-03-25 19:42:33','2026-03-25 19:42:33','540d2c31-f4d4-4917-9205-f9f2d8e730d0'),
(130578,66,50411,NULL,50274,1,'2026-03-25 19:42:33','2026-03-25 19:42:33','ee20b112-0ed1-4327-9392-7b4f8b7eafe9'),
(130604,66,50414,NULL,50274,1,'2026-03-25 19:42:52','2026-03-25 19:42:52','14bb86e0-1e4a-480a-9538-a44204fe8363'),
(130605,32,50415,NULL,2610,1,'2026-03-25 19:42:53','2026-03-25 19:42:53','3ac0b398-03b0-4916-a1b4-b79a48d2460c'),
(130606,32,50415,NULL,2598,2,'2026-03-25 19:42:53','2026-03-25 19:42:53','8ae1b12f-8673-46d9-8c3e-075ecedb380d'),
(130607,32,50415,NULL,2600,3,'2026-03-25 19:42:53','2026-03-25 19:42:53','1878cb55-db00-44ac-aba4-00f94c8b9354'),
(130608,32,50415,NULL,2604,4,'2026-03-25 19:42:53','2026-03-25 19:42:53','2ad8df1b-2aa0-4d47-af52-79880e61a43e'),
(130609,32,50415,NULL,2608,5,'2026-03-25 19:42:53','2026-03-25 19:42:53','578563f4-5064-4736-979f-78c3eb1508f3'),
(130610,32,50415,NULL,2596,6,'2026-03-25 19:42:53','2026-03-25 19:42:53','91b68d36-4e5f-4381-a3e3-24da1abfb921'),
(130611,32,50415,NULL,2602,7,'2026-03-25 19:42:53','2026-03-25 19:42:53','b777843e-e5d8-4912-94ad-6dc4e890ed93'),
(130612,32,50415,NULL,2606,8,'2026-03-25 19:42:53','2026-03-25 19:42:53','9d20191f-a521-485e-82a2-d811bf54d833'),
(130613,32,50415,NULL,2612,9,'2026-03-25 19:42:53','2026-03-25 19:42:53','c9ac4e37-bf98-4399-b8a5-ecd716d1f30c'),
(130614,16,50415,NULL,3959,1,'2026-03-25 19:42:53','2026-03-25 19:42:53','3d7f3720-01a0-4069-9f70-b401c87fba0e'),
(130615,7,50415,NULL,3468,1,'2026-03-25 19:42:53','2026-03-25 19:42:53','18880830-57a1-43a9-b2fd-5fb4dce62101'),
(130616,7,50415,NULL,601,2,'2026-03-25 19:42:53','2026-03-25 19:42:53','18365502-bae0-4c1d-8002-7455e94b9c2e'),
(130617,7,50415,NULL,617,3,'2026-03-25 19:42:53','2026-03-25 19:42:53','f22e2cb6-f390-4eeb-af8c-150d2a6aa42f'),
(130618,7,50415,NULL,9552,4,'2026-03-25 19:42:53','2026-03-25 19:42:53','417e3baa-bbca-4b44-8e93-4884d4e109c7'),
(130619,7,50415,NULL,605,5,'2026-03-25 19:42:53','2026-03-25 19:42:53','2c30a8e0-cf28-4dfd-824a-b9f3c22ab20a'),
(130620,82,50415,NULL,479,1,'2026-03-25 19:42:53','2026-03-25 19:42:53','3a76c9dd-4e59-47ce-b9c1-358d5a37f0ea'),
(130621,82,50415,NULL,491,2,'2026-03-25 19:42:53','2026-03-25 19:42:53','8c91c78f-8707-4d40-a71e-d04345af054c'),
(130622,47,50415,NULL,12408,1,'2026-03-25 19:42:53','2026-03-25 19:42:53','10c9fec5-3971-4cd2-b03e-7aa30349a9a9'),
(130623,57,50415,NULL,8132,1,'2026-03-25 19:42:53','2026-03-25 19:42:53','9d80f438-25ff-42fb-bf91-9d2628a68fa9'),
(130624,57,50415,NULL,8136,2,'2026-03-25 19:42:53','2026-03-25 19:42:53','de31c7dc-8e94-4cd2-a7e3-5a0dc71a19fd'),
(130625,57,50415,NULL,8131,3,'2026-03-25 19:42:53','2026-03-25 19:42:53','eeed869b-005f-405d-9b43-51be5d037699'),
(130626,57,50415,NULL,8134,4,'2026-03-25 19:42:53','2026-03-25 19:42:53','41798bd6-6de2-46ca-9840-854618bcd4bb'),
(130627,57,50415,NULL,8135,5,'2026-03-25 19:42:53','2026-03-25 19:42:53','26b97847-b44d-4f78-8cbe-d483187be0cf'),
(130628,13,50415,NULL,23721,1,'2026-03-25 19:42:53','2026-03-25 19:42:53','322decf6-2f5d-4237-869c-66488f74ac20'),
(130629,66,50416,NULL,50274,1,'2026-03-25 19:42:53','2026-03-25 19:42:53','0c986d4f-f909-49a6-a578-caeec4868853'),
(130659,66,50419,NULL,50274,1,'2026-03-25 19:43:09','2026-03-25 19:43:09','603e6254-5e53-4ff6-8c9b-8b5b1d378682'),
(130660,32,50420,NULL,2610,1,'2026-03-25 19:43:09','2026-03-25 19:43:09','73411185-8109-41b9-9894-b8a33a864dc0'),
(130661,32,50420,NULL,2598,2,'2026-03-25 19:43:09','2026-03-25 19:43:09','48cb1245-a1cd-48eb-ae47-092eb6ea62ea'),
(130662,32,50420,NULL,2600,3,'2026-03-25 19:43:09','2026-03-25 19:43:09','1aeb93b1-8e35-446e-927b-15261ced49a0'),
(130663,32,50420,NULL,2604,4,'2026-03-25 19:43:09','2026-03-25 19:43:09','4b84d72d-999f-42b3-bb04-ba5b0fd4730b'),
(130664,32,50420,NULL,2608,5,'2026-03-25 19:43:09','2026-03-25 19:43:09','ca8da039-8df4-44fd-a935-5263a7b7cde1'),
(130665,32,50420,NULL,2596,6,'2026-03-25 19:43:09','2026-03-25 19:43:09','40501177-969e-440a-aec7-c91e3e004b17'),
(130666,32,50420,NULL,2602,7,'2026-03-25 19:43:09','2026-03-25 19:43:09','c5b76a1c-1aad-4e6f-9fb3-66fdf6730f95'),
(130667,32,50420,NULL,2606,8,'2026-03-25 19:43:09','2026-03-25 19:43:09','d27f8acc-418f-45ec-bfc0-74caefbf9de4'),
(130668,32,50420,NULL,2612,9,'2026-03-25 19:43:09','2026-03-25 19:43:09','4c9dffc2-ae86-46a6-b05f-53978d40eba3'),
(130669,16,50420,NULL,9420,1,'2026-03-25 19:43:09','2026-03-25 19:43:09','aeb200df-303a-4a31-89ec-e3d11755389e'),
(130670,7,50420,NULL,6547,1,'2026-03-25 19:43:09','2026-03-25 19:43:09','c4e590a8-974f-4fa6-819f-e6d05dbaf866'),
(130671,7,50420,NULL,601,2,'2026-03-25 19:43:09','2026-03-25 19:43:09','75914393-d959-4428-a666-79a9599a30e5'),
(130672,7,50420,NULL,28766,3,'2026-03-25 19:43:09','2026-03-25 19:43:09','0520f38a-b62e-4891-a2e0-df7ffa099153'),
(130673,7,50420,NULL,617,4,'2026-03-25 19:43:09','2026-03-25 19:43:09','0a65bbbe-566b-4797-90e7-f815c1d5d28a'),
(130674,7,50420,NULL,605,5,'2026-03-25 19:43:09','2026-03-25 19:43:09','fb385564-c17d-4b34-9af1-34cbcfdb7656'),
(130675,7,50420,NULL,9552,6,'2026-03-25 19:43:09','2026-03-25 19:43:09','6ae26e4c-b52e-43e6-a304-0cad78e75906'),
(130676,82,50420,NULL,491,1,'2026-03-25 19:43:09','2026-03-25 19:43:09','124eb62e-3486-403f-9218-2cf7a33e49d3'),
(130677,47,50420,NULL,12413,1,'2026-03-25 19:43:09','2026-03-25 19:43:09','1fbbdf5b-ce97-47d1-b041-89ec7317eb2d'),
(130678,57,50420,NULL,8141,1,'2026-03-25 19:43:09','2026-03-25 19:43:09','1f7e815c-e053-4deb-9923-d90ad270b35b'),
(130679,57,50420,NULL,5129,2,'2026-03-25 19:43:09','2026-03-25 19:43:09','b978010c-6878-427f-a76e-bd7341d1e85b'),
(130680,57,50420,NULL,5127,3,'2026-03-25 19:43:09','2026-03-25 19:43:09','d0ae0703-37bd-4e8e-a401-e8814c1f1440'),
(130681,57,50420,NULL,8142,4,'2026-03-25 19:43:09','2026-03-25 19:43:09','6aba034a-ce19-4659-8cee-d3f79cedd912'),
(130682,57,50420,NULL,9423,5,'2026-03-25 19:43:09','2026-03-25 19:43:09','7a879c2b-4a26-4eea-a09c-65ac6b583367'),
(130683,57,50420,NULL,9424,6,'2026-03-25 19:43:09','2026-03-25 19:43:09','0ad0a1d6-c801-4afb-bdbe-99c72a7f1d27'),
(130684,57,50420,NULL,9425,7,'2026-03-25 19:43:09','2026-03-25 19:43:09','52328261-53b7-4dc1-a70c-22712e572efb'),
(130685,57,50420,NULL,9426,8,'2026-03-25 19:43:09','2026-03-25 19:43:09','44bd381c-58e5-46d3-a7e9-8831edc0c1cf'),
(130686,57,50420,NULL,9427,9,'2026-03-25 19:43:09','2026-03-25 19:43:09','0cd1e367-2a71-44af-8089-877ba96bde7b'),
(130687,13,50420,NULL,23725,1,'2026-03-25 19:43:09','2026-03-25 19:43:09','83a3304c-83c6-427d-84c0-1221ae18756a'),
(130688,66,50421,NULL,50274,1,'2026-03-25 19:43:09','2026-03-25 19:43:09','9f3a9ba9-ef4b-40aa-a5d4-54d377cc7b17'),
(130714,66,50424,NULL,50274,1,'2026-03-25 19:43:32','2026-03-25 19:43:32','be752de5-81eb-49ba-a254-e1f6ebefc2ee'),
(130715,32,50425,NULL,2610,1,'2026-03-25 19:43:32','2026-03-25 19:43:32','9d380115-a7fb-44d7-a908-1be968022786'),
(130716,32,50425,NULL,2598,2,'2026-03-25 19:43:32','2026-03-25 19:43:32','451380ab-9bad-4d00-b542-985236d0e4cc'),
(130717,32,50425,NULL,2600,3,'2026-03-25 19:43:32','2026-03-25 19:43:32','5133c23b-b72e-475a-84b4-65ab77386a91'),
(130718,32,50425,NULL,2604,4,'2026-03-25 19:43:32','2026-03-25 19:43:32','1ebc1a20-b4c2-49ec-94d7-b1e193374fd5'),
(130719,32,50425,NULL,2614,5,'2026-03-25 19:43:32','2026-03-25 19:43:32','c0b72ceb-c874-4357-a134-667b268a1a54'),
(130720,32,50425,NULL,2608,6,'2026-03-25 19:43:32','2026-03-25 19:43:32','668fd727-d428-4c42-8f8b-5d73e9525e46'),
(130721,32,50425,NULL,2596,7,'2026-03-25 19:43:32','2026-03-25 19:43:32','d85db856-c98b-41a2-91df-c2a86d3af716'),
(130722,32,50425,NULL,2602,8,'2026-03-25 19:43:32','2026-03-25 19:43:32','a91c81ac-2ce0-4f14-b66b-f0471588187c'),
(130723,32,50425,NULL,2606,9,'2026-03-25 19:43:32','2026-03-25 19:43:32','2f4195b2-94cd-4844-8330-ca1e0ec3ea0d'),
(130724,32,50425,NULL,2612,10,'2026-03-25 19:43:32','2026-03-25 19:43:32','4b1c5d91-312e-4159-b0a3-e61e45880535'),
(130725,16,50425,NULL,4017,1,'2026-03-25 19:43:32','2026-03-25 19:43:32','a1f722f8-dbce-41b6-969c-e67d1bdd0c18'),
(130726,7,50425,NULL,3468,1,'2026-03-25 19:43:32','2026-03-25 19:43:32','735370f0-aafb-4ee1-81e9-2d7eb9c5be67'),
(130727,7,50425,NULL,2969,2,'2026-03-25 19:43:32','2026-03-25 19:43:32','3546d960-23d5-43d2-8d87-fac46ab9e7b1'),
(130728,7,50425,NULL,617,3,'2026-03-25 19:43:32','2026-03-25 19:43:32','68fe6071-7828-4d07-addb-ae927de2214b'),
(130729,7,50425,NULL,9724,4,'2026-03-25 19:43:32','2026-03-25 19:43:32','9b0c027e-b137-4824-9602-2a5815dd8a62'),
(130730,7,50425,NULL,2972,5,'2026-03-25 19:43:32','2026-03-25 19:43:32','0faf851f-253e-4048-8193-b982efc1109d'),
(130731,7,50425,NULL,605,6,'2026-03-25 19:43:32','2026-03-25 19:43:32','f2a8fed5-9501-41e6-9ad9-fb82031d919a'),
(130732,7,50425,NULL,9552,7,'2026-03-25 19:43:32','2026-03-25 19:43:32','6cfb85c6-621a-4ee5-8af6-411a7053562d'),
(130733,47,50425,NULL,12418,1,'2026-03-25 19:43:32','2026-03-25 19:43:32','80403b43-6cd3-4465-b2ac-4a650309768a'),
(130734,57,50425,NULL,8163,1,'2026-03-25 19:43:32','2026-03-25 19:43:32','bd681f1c-b279-4bba-9b22-74c48b0d3f77'),
(130735,57,50425,NULL,8162,2,'2026-03-25 19:43:32','2026-03-25 19:43:32','ad685e52-fab0-4504-a2fb-a51b6cd9b763'),
(130736,57,50425,NULL,8164,3,'2026-03-25 19:43:32','2026-03-25 19:43:32','abf20ed0-9cc9-40e5-99fb-09c8b4cc5001'),
(130737,57,50425,NULL,8165,4,'2026-03-25 19:43:32','2026-03-25 19:43:32','2cff573b-5fd2-4ce4-bb82-1c8caf1d6e3a'),
(130738,13,50425,NULL,23730,1,'2026-03-25 19:43:32','2026-03-25 19:43:32','2869a6bc-d415-41ba-a3c9-f0a322662af6'),
(130739,66,50426,NULL,50274,1,'2026-03-25 19:43:33','2026-03-25 19:43:33','3c654471-fc6e-4de2-aa53-d96fdc77b0df'),
(130766,66,50429,NULL,50274,1,'2026-03-25 19:43:49','2026-03-25 19:43:49','5c9baba8-b1f0-46c2-a029-70cac8834f0a'),
(130767,32,50430,NULL,2610,1,'2026-03-25 19:43:49','2026-03-25 19:43:49','29dbbdd1-fd16-47eb-83ee-d92c5231d4d5'),
(130768,32,50430,NULL,2598,2,'2026-03-25 19:43:49','2026-03-25 19:43:49','f658c792-2eff-43e0-b054-a2def2f7e3ed'),
(130769,32,50430,NULL,2600,3,'2026-03-25 19:43:49','2026-03-25 19:43:49','0b3b7cb7-24df-4286-9d6f-e6e2658bc84a'),
(130770,32,50430,NULL,2602,4,'2026-03-25 19:43:49','2026-03-25 19:43:49','9b88b7a0-9519-4597-841f-b4b7ded7e7d3'),
(130771,32,50430,NULL,2604,5,'2026-03-25 19:43:49','2026-03-25 19:43:49','193a6588-0db5-4ff3-8b3b-f5d31831a2a0'),
(130772,32,50430,NULL,2608,6,'2026-03-25 19:43:49','2026-03-25 19:43:49','6affe509-9e21-49a2-855d-870fe0e5cbbe'),
(130773,32,50430,NULL,2596,7,'2026-03-25 19:43:49','2026-03-25 19:43:49','f541c70f-4e95-404e-9005-a8098f143357'),
(130774,32,50430,NULL,2606,8,'2026-03-25 19:43:49','2026-03-25 19:43:49','69ae48c6-1458-4db0-9b4d-e54ed6337bc7'),
(130775,32,50430,NULL,2612,9,'2026-03-25 19:43:49','2026-03-25 19:43:49','32d7485a-0c94-434b-83d4-f3b56bbf2eea'),
(130776,16,50430,NULL,8178,1,'2026-03-25 19:43:49','2026-03-25 19:43:49','548e30fe-54ac-4a3b-933c-e995abd7314b'),
(130777,7,50430,NULL,3468,1,'2026-03-25 19:43:49','2026-03-25 19:43:49','2842eaf5-5de8-4282-b553-65c303fe2afd'),
(130778,7,50430,NULL,601,2,'2026-03-25 19:43:49','2026-03-25 19:43:49','c22486cf-e54e-4b42-9b13-f85d30cd9f32'),
(130779,7,50430,NULL,2974,3,'2026-03-25 19:43:49','2026-03-25 19:43:49','67a5c6da-5d71-4ce8-96d6-65d0aeacb502'),
(130780,7,50430,NULL,9640,4,'2026-03-25 19:43:49','2026-03-25 19:43:49','2c655204-62fb-4528-8ca6-629bcce630ee'),
(130781,7,50430,NULL,617,5,'2026-03-25 19:43:49','2026-03-25 19:43:49','60cf8d91-828e-41e3-9209-aa178bb0693a'),
(130782,7,50430,NULL,9724,6,'2026-03-25 19:43:49','2026-03-25 19:43:49','6e79c272-ffb4-4e18-894b-00b43739829d'),
(130783,7,50430,NULL,605,7,'2026-03-25 19:43:49','2026-03-25 19:43:49','7b57190d-a661-4b2a-b343-2c17c4c9b3ed'),
(130784,7,50430,NULL,9552,8,'2026-03-25 19:43:49','2026-03-25 19:43:49','9bf4051f-e6e1-4fab-81f8-55efb49e139c'),
(130785,82,50430,NULL,491,1,'2026-03-25 19:43:49','2026-03-25 19:43:49','5250c57c-5073-4679-96f8-0d3359647db6'),
(130786,47,50430,NULL,12425,1,'2026-03-25 19:43:49','2026-03-25 19:43:49','74696e98-f6dd-452a-96b4-198c6adb4011'),
(130787,57,50430,NULL,8175,1,'2026-03-25 19:43:49','2026-03-25 19:43:49','e8a26b1d-8812-4348-9d80-4847b5b31cc5'),
(130788,57,50430,NULL,8194,2,'2026-03-25 19:43:49','2026-03-25 19:43:49','afeec835-50f3-49dd-ae92-e830841a9d7b'),
(130789,57,50430,NULL,8174,3,'2026-03-25 19:43:49','2026-03-25 19:43:49','3b71212b-61cd-483a-b10a-ec0e2aefeb72'),
(130790,57,50430,NULL,8177,4,'2026-03-25 19:43:49','2026-03-25 19:43:49','97d4491a-cbb8-402e-8274-43b844d55bc3'),
(130791,13,50430,NULL,23734,1,'2026-03-25 19:43:49','2026-03-25 19:43:49','87e67e39-0d9d-435d-9a04-078f12092764'),
(130792,66,50431,NULL,50274,1,'2026-03-25 19:43:49','2026-03-25 19:43:49','de44f2d8-9ea6-4ecd-b20d-f90084600db9'),
(130816,66,50435,NULL,50274,1,'2026-03-25 19:44:10','2026-03-25 19:44:10','1f7bdbb4-af22-4222-9811-18dc59264fca'),
(130817,32,50436,NULL,2614,1,'2026-03-25 19:44:10','2026-03-25 19:44:10','21fa3c8b-ed9c-4a77-8cf8-ce77574b829d'),
(130818,32,50436,NULL,2610,2,'2026-03-25 19:44:10','2026-03-25 19:44:10','82cddb26-2799-4b6c-8d6a-85717aa45eeb'),
(130819,32,50436,NULL,2598,3,'2026-03-25 19:44:10','2026-03-25 19:44:10','9efff08f-293d-4434-af7b-8f6e231ab9e9'),
(130820,32,50436,NULL,2600,4,'2026-03-25 19:44:10','2026-03-25 19:44:10','c74736e7-36c4-4a5c-9354-f14edffabd12'),
(130821,32,50436,NULL,2602,5,'2026-03-25 19:44:10','2026-03-25 19:44:10','efe1331c-71f0-4d48-8183-44a919bf05f1'),
(130822,32,50436,NULL,2612,6,'2026-03-25 19:44:10','2026-03-25 19:44:10','b59a67cc-3e37-41a5-8186-20c5fab8b183'),
(130823,32,50436,NULL,2604,7,'2026-03-25 19:44:10','2026-03-25 19:44:10','65365ac5-29b4-4765-b116-355727b0d14b'),
(130824,32,50436,NULL,2608,8,'2026-03-25 19:44:10','2026-03-25 19:44:10','fe174b25-6401-4e1b-9a5a-a33f55e72d08'),
(130825,32,50436,NULL,2596,9,'2026-03-25 19:44:10','2026-03-25 19:44:10','7ebc12b7-a9f0-4d91-93a6-f5638179004f'),
(130826,32,50436,NULL,2606,10,'2026-03-25 19:44:10','2026-03-25 19:44:10','160c5110-f0f6-445f-a48e-212b828ab5fe'),
(130827,16,50436,NULL,4083,1,'2026-03-25 19:44:10','2026-03-25 19:44:10','67041024-78c6-4f72-b5c3-8757277224a7'),
(130828,7,50436,NULL,601,1,'2026-03-25 19:44:10','2026-03-25 19:44:10','ce7f3fe9-6fd3-4f86-b04c-a00106d20b80'),
(130829,7,50436,NULL,617,2,'2026-03-25 19:44:10','2026-03-25 19:44:10','c3f52723-3fa7-4ed2-8b57-0ab30c4bce0c'),
(130830,7,50436,NULL,47364,3,'2026-03-25 19:44:10','2026-03-25 19:44:10','f3ce2d4a-e554-4227-9a2f-e37531d03dc0'),
(130831,7,50436,NULL,605,4,'2026-03-25 19:44:10','2026-03-25 19:44:10','f3184160-ac3e-4a7d-b14d-cecc970f0214'),
(130832,7,50436,NULL,9552,5,'2026-03-25 19:44:10','2026-03-25 19:44:10','3e21b46c-15ec-436e-9b2e-d7e752b33f75'),
(130833,47,50436,NULL,12421,1,'2026-03-25 19:44:10','2026-03-25 19:44:10','e4ff25af-3a8f-42c5-be3d-f838f3bc134c'),
(130834,57,50436,NULL,5056,1,'2026-03-25 19:44:10','2026-03-25 19:44:10','bbce35ec-b1b6-4e02-aed1-00a4f3ecac7b'),
(130835,57,50436,NULL,5055,2,'2026-03-25 19:44:10','2026-03-25 19:44:10','cafbacb0-1198-40e3-85f9-d897bd15a5d0'),
(130836,57,50436,NULL,5057,3,'2026-03-25 19:44:10','2026-03-25 19:44:10','ad8a3869-094c-40f3-a19b-d8b5dd736965'),
(130837,57,50436,NULL,5058,4,'2026-03-25 19:44:10','2026-03-25 19:44:10','b383d920-0c98-4fa6-ace5-1d510eeab561'),
(130838,13,50436,NULL,23737,1,'2026-03-25 19:44:10','2026-03-25 19:44:10','6998b0df-01bc-41dd-b06f-a63761f38bd2'),
(130839,66,50437,NULL,50274,1,'2026-03-25 19:44:10','2026-03-25 19:44:10','78fa6348-5309-4ce7-b0f7-956bbbf5b935'),
(130857,66,50441,NULL,50274,1,'2026-03-25 19:44:24','2026-03-25 19:44:24','e506758a-f4f0-454e-91d3-eae548440526'),
(130858,32,50442,NULL,2614,1,'2026-03-25 19:44:24','2026-03-25 19:44:24','a38cb330-4619-4623-9e6d-47e98cab8bfd'),
(130859,16,50442,NULL,8208,1,'2026-03-25 19:44:24','2026-03-25 19:44:24','80843e55-cf0a-4e46-b1bb-5c4c8a0cb87b'),
(130860,7,50442,NULL,617,1,'2026-03-25 19:44:24','2026-03-25 19:44:24','f6bee39c-adc0-44b2-a87e-a0df6b47ceca'),
(130861,7,50442,NULL,9555,2,'2026-03-25 19:44:24','2026-03-25 19:44:24','f7adf2bf-bd52-44d7-9689-7dd893934507'),
(130862,7,50442,NULL,605,3,'2026-03-25 19:44:24','2026-03-25 19:44:24','d434504e-b8c0-4f7b-9eb4-1a62453bd1bd'),
(130863,7,50442,NULL,9552,4,'2026-03-25 19:44:24','2026-03-25 19:44:24','e3a4ed67-e1f5-4c48-a6bd-79aeb58afea6'),
(130864,57,50442,NULL,8218,1,'2026-03-25 19:44:24','2026-03-25 19:44:24','cec70717-9a06-4c11-99e4-ed49dc71a19a'),
(130865,57,50442,NULL,8217,2,'2026-03-25 19:44:24','2026-03-25 19:44:24','ca06c660-3566-4a01-a602-7a7672976150'),
(130866,57,50442,NULL,8211,3,'2026-03-25 19:44:24','2026-03-25 19:44:24','5a5cd7a7-5050-4591-bb66-98558548a0ac'),
(130867,57,50442,NULL,8214,4,'2026-03-25 19:44:24','2026-03-25 19:44:24','2de5350f-2c78-4658-865a-a6eaaaef79d5'),
(130868,57,50442,NULL,8213,5,'2026-03-25 19:44:24','2026-03-25 19:44:24','9a8e6480-4096-4484-9d1a-c9918f5d933c'),
(130869,57,50442,NULL,8212,6,'2026-03-25 19:44:24','2026-03-25 19:44:24','2caba2e7-a948-4f5d-a596-4f055871be3b'),
(130870,57,50442,NULL,8215,7,'2026-03-25 19:44:24','2026-03-25 19:44:24','402ad982-023f-49d9-8169-cc2057322c29'),
(130871,74,50442,NULL,9453,1,'2026-03-25 19:44:24','2026-03-25 19:44:24','759144b8-332d-4354-bf06-7ad535be840f'),
(130872,13,50442,NULL,23903,1,'2026-03-25 19:44:24','2026-03-25 19:44:24','7e14fe1d-07d5-4b44-9617-03e0842c6606'),
(130873,12,50442,NULL,12715,1,'2026-03-25 19:44:24','2026-03-25 19:44:24','378af77e-cefe-4d48-bfda-e080543b0e2e'),
(130874,66,50443,NULL,50274,1,'2026-03-25 19:44:24','2026-03-25 19:44:24','8463dda0-a945-4b13-a064-b2932d1f8a64'),
(130900,66,50450,NULL,50274,1,'2026-03-25 19:44:40','2026-03-25 19:44:40','0c40a629-754d-410e-a4b0-f1307a3513ad'),
(130901,32,50451,NULL,2610,1,'2026-03-25 19:44:40','2026-03-25 19:44:40','bd0f0201-7332-4c67-9de9-b58fe9761c04'),
(130902,32,50451,NULL,2598,2,'2026-03-25 19:44:40','2026-03-25 19:44:40','50e36da0-c6d5-43d9-aee0-302cb697257e'),
(130903,32,50451,NULL,2600,3,'2026-03-25 19:44:40','2026-03-25 19:44:40','088d478b-545c-40e7-8ea1-de5d581b030c'),
(130904,32,50451,NULL,2604,4,'2026-03-25 19:44:40','2026-03-25 19:44:40','bfb2961f-7c2e-4b4c-bff4-d1ca5642cd50'),
(130905,32,50451,NULL,2608,5,'2026-03-25 19:44:40','2026-03-25 19:44:40','11238be8-ace4-469e-a182-2026b8305d69'),
(130906,32,50451,NULL,2596,6,'2026-03-25 19:44:40','2026-03-25 19:44:40','a5551875-1c91-41cc-bef7-3d85dfcecc0e'),
(130907,32,50451,NULL,2602,7,'2026-03-25 19:44:40','2026-03-25 19:44:40','7b866435-bedb-4bec-aaf8-606f0be5d5a2'),
(130908,32,50451,NULL,2606,8,'2026-03-25 19:44:40','2026-03-25 19:44:40','d717e411-17cc-43d3-b34d-055e593cff1d'),
(130909,32,50451,NULL,2612,9,'2026-03-25 19:44:40','2026-03-25 19:44:40','829c30f8-e514-4fe9-8296-01d58c35e000'),
(130910,16,50451,NULL,4142,1,'2026-03-25 19:44:40','2026-03-25 19:44:40','8e784825-bbbf-4452-b883-f7116a4498fc'),
(130911,7,50451,NULL,6547,1,'2026-03-25 19:44:40','2026-03-25 19:44:40','fff9f247-9348-4173-afe8-7279e3dbbd2f'),
(130912,7,50451,NULL,601,2,'2026-03-25 19:44:40','2026-03-25 19:44:40','035cc86f-9734-4a22-9595-3c0007a435f0'),
(130913,7,50451,NULL,9724,3,'2026-03-25 19:44:40','2026-03-25 19:44:40','429d599d-e7a3-47fa-9e17-689d13bd2c7b'),
(130914,7,50451,NULL,2972,4,'2026-03-25 19:44:40','2026-03-25 19:44:40','126490b5-7a19-4e45-ae45-bfc11579caaa'),
(130915,7,50451,NULL,617,5,'2026-03-25 19:44:40','2026-03-25 19:44:40','a0b64240-b30a-41d1-adcd-625c73c61896'),
(130916,7,50451,NULL,605,6,'2026-03-25 19:44:40','2026-03-25 19:44:40','a8828cee-8ba1-4089-b1b5-e0741e29965a'),
(130917,7,50451,NULL,9552,7,'2026-03-25 19:44:40','2026-03-25 19:44:40','38ebf909-d8b8-47ee-bec2-eeecfba2cc45'),
(130918,82,50451,NULL,491,1,'2026-03-25 19:44:40','2026-03-25 19:44:40','69418080-0307-4d2d-bb1d-3cc1e751df42'),
(130919,47,50451,NULL,12428,1,'2026-03-25 19:44:40','2026-03-25 19:44:40','5a14856b-f946-4363-aa8e-f0d44bce74e7'),
(130920,57,50451,NULL,4955,1,'2026-03-25 19:44:40','2026-03-25 19:44:40','912d19f4-76b6-47e2-8fdd-eceeb2b32c4a'),
(130921,57,50451,NULL,4956,2,'2026-03-25 19:44:40','2026-03-25 19:44:40','f3f54556-d116-45d3-8406-8aedb4f5075c'),
(130922,57,50451,NULL,4957,3,'2026-03-25 19:44:40','2026-03-25 19:44:40','45a5cbd7-e330-4626-b3f4-5d67deb94269'),
(130923,57,50451,NULL,8227,4,'2026-03-25 19:44:40','2026-03-25 19:44:40','7073a11f-7ba7-4321-a9a2-571b9be8d3cd'),
(130924,13,50451,NULL,23740,1,'2026-03-25 19:44:40','2026-03-25 19:44:40','90184435-f307-437a-bde9-95b0291816ba'),
(130925,66,50452,NULL,50274,1,'2026-03-25 19:44:40','2026-03-25 19:44:40','227f1e78-bb82-4d79-853b-0a917da32e1f'),
(130934,66,50455,NULL,50274,1,'2026-03-25 19:44:59','2026-03-25 19:44:59','a467d4c9-b36f-4a79-9d82-161a7dd56774'),
(130935,83,50456,NULL,1185,1,'2026-03-25 19:44:59','2026-03-25 19:44:59','4ca54179-8dff-44b7-aa49-724fbeebb870'),
(130936,16,50456,NULL,6598,1,'2026-03-25 19:44:59','2026-03-25 19:44:59','3d3449d6-62fc-483f-99ec-ade40f5b4705'),
(130937,57,50456,NULL,6600,1,'2026-03-25 19:44:59','2026-03-25 19:44:59','8d957d97-f57c-49e2-9745-b8abecf7705b'),
(130938,57,50456,NULL,6601,2,'2026-03-25 19:44:59','2026-03-25 19:44:59','b78de742-1b78-48d6-99e6-286093af1cb1'),
(130939,57,50456,NULL,4322,3,'2026-03-25 19:44:59','2026-03-25 19:44:59','e9d4ea30-78f2-4a4c-875e-3bed6f8c7530'),
(130940,57,50456,NULL,8774,4,'2026-03-25 19:44:59','2026-03-25 19:44:59','68f6e37d-02aa-4cfc-b35e-05229970b40b'),
(130941,13,50456,NULL,23808,1,'2026-03-25 19:44:59','2026-03-25 19:44:59','bcd9b9d7-9eb6-4b02-a3c9-081b1968efcc'),
(130942,66,50457,NULL,50274,1,'2026-03-25 19:44:59','2026-03-25 19:44:59','5345af4a-070b-4372-a1bd-142c2227330a'),
(130971,66,50460,NULL,50274,1,'2026-03-25 19:45:17','2026-03-25 19:45:17','8c031a1c-60c9-4f83-9b7d-ea779acf4c23'),
(130972,32,50461,NULL,2614,1,'2026-03-25 19:45:17','2026-03-25 19:45:17','e6ce1b97-9e5b-45e2-9520-8709f3caa8ba'),
(130973,32,50461,NULL,2610,2,'2026-03-25 19:45:17','2026-03-25 19:45:17','6d57daee-a1da-43d6-9ee2-dda84ce10aa2'),
(130974,32,50461,NULL,2598,3,'2026-03-25 19:45:17','2026-03-25 19:45:17','d00f1aa8-401f-47c4-af05-e1259e0a50a9'),
(130975,32,50461,NULL,2600,4,'2026-03-25 19:45:17','2026-03-25 19:45:17','9265c0a8-98a4-49c5-89d8-11763c3aafab'),
(130976,32,50461,NULL,2604,5,'2026-03-25 19:45:17','2026-03-25 19:45:17','40b4bedc-80e3-478d-a852-9684f9631572'),
(130977,32,50461,NULL,2608,6,'2026-03-25 19:45:17','2026-03-25 19:45:17','254ecf86-7159-46fd-bf1e-64680f14507b'),
(130978,32,50461,NULL,2596,7,'2026-03-25 19:45:17','2026-03-25 19:45:17','ec11739c-854e-4a83-9dee-df2892e547ee'),
(130979,32,50461,NULL,2602,8,'2026-03-25 19:45:17','2026-03-25 19:45:17','1a2e4173-2f67-4eb2-b8cd-8baef376da63'),
(130980,32,50461,NULL,2606,9,'2026-03-25 19:45:17','2026-03-25 19:45:17','79b29472-2c20-4f74-982b-b7d033500963'),
(130981,32,50461,NULL,2612,10,'2026-03-25 19:45:17','2026-03-25 19:45:17','b0732a2d-d46f-4943-8011-aad35b85f244'),
(130982,16,50461,NULL,4824,1,'2026-03-25 19:45:17','2026-03-25 19:45:17','9e973fc7-3740-479f-90ea-2ec80a9a0c61'),
(130983,7,50461,NULL,6547,1,'2026-03-25 19:45:17','2026-03-25 19:45:17','cc22ade5-5d66-4766-9d20-fb4250a40b95'),
(130984,7,50461,NULL,601,2,'2026-03-25 19:45:17','2026-03-25 19:45:17','3676fb19-32c4-4fce-99ab-52647d75f122'),
(130985,7,50461,NULL,47364,3,'2026-03-25 19:45:17','2026-03-25 19:45:17','ae76a3e0-0c2d-4cdd-af04-47a71fca8a84'),
(130986,7,50461,NULL,9640,4,'2026-03-25 19:45:17','2026-03-25 19:45:17','bfaa35ac-2acd-402b-9652-213f776ca925'),
(130987,7,50461,NULL,2974,5,'2026-03-25 19:45:17','2026-03-25 19:45:17','5f7de422-5b42-4d59-9c15-bc3bcf0e69fc'),
(130988,7,50461,NULL,617,6,'2026-03-25 19:45:17','2026-03-25 19:45:17','152a10a8-6401-4b8d-986f-00e9530e73a9'),
(130989,7,50461,NULL,9549,7,'2026-03-25 19:45:17','2026-03-25 19:45:17','c41f8043-8340-40ba-af3f-66fc4567e587'),
(130990,7,50461,NULL,605,8,'2026-03-25 19:45:17','2026-03-25 19:45:17','9075ad9d-bceb-432f-b644-4ad358f74697'),
(130991,7,50461,NULL,9552,9,'2026-03-25 19:45:17','2026-03-25 19:45:17','c78d786e-32ee-4281-a278-0494c19c7aae'),
(130992,82,50461,NULL,479,1,'2026-03-25 19:45:17','2026-03-25 19:45:17','7b9063a1-9510-43b0-9b42-927c26f8db5d'),
(130993,47,50461,NULL,12482,1,'2026-03-25 19:45:17','2026-03-25 19:45:17','265e3911-5b59-4b5a-ac3f-a105574c5e62'),
(130994,57,50461,NULL,4821,1,'2026-03-25 19:45:17','2026-03-25 19:45:17','bc360a2f-8b8a-4fee-aca3-3dd97bcea740'),
(130995,57,50461,NULL,4822,2,'2026-03-25 19:45:17','2026-03-25 19:45:17','4c09c6a3-4ae2-4b70-8bc5-97697a714e8d'),
(130996,57,50461,NULL,4823,3,'2026-03-25 19:45:17','2026-03-25 19:45:17','56e078de-53a1-4b12-a16d-3e355e990eb7'),
(130997,57,50461,NULL,4824,4,'2026-03-25 19:45:17','2026-03-25 19:45:17','0face3e8-a341-4856-bb38-69dffbf927a2'),
(130998,13,50461,NULL,6620,1,'2026-03-25 19:45:17','2026-03-25 19:45:17','993b6cce-47dc-44a0-8c4d-f1f8034f83c8'),
(130999,66,50462,NULL,50274,1,'2026-03-25 19:45:17','2026-03-25 19:45:17','a4299a3b-83ad-4bc7-aa4d-da91e8497da6'),
(131024,66,50466,NULL,50274,1,'2026-03-25 19:45:37','2026-03-25 19:45:37','39b10cb1-6267-403e-bccd-a5eb130e8015'),
(131025,32,50467,NULL,2610,1,'2026-03-25 19:45:37','2026-03-25 19:45:37','e4161f2a-cb22-4c2a-8e35-9857f024f842'),
(131026,32,50467,NULL,2598,2,'2026-03-25 19:45:37','2026-03-25 19:45:37','25354bf4-a880-445b-ab47-a2f480db7dd7'),
(131027,32,50467,NULL,2600,3,'2026-03-25 19:45:37','2026-03-25 19:45:37','5ff58a67-fd1f-4148-8cce-ac088e289879'),
(131028,32,50467,NULL,2604,4,'2026-03-25 19:45:37','2026-03-25 19:45:37','cceda21c-dac2-42f6-9918-eb77a935380c'),
(131029,32,50467,NULL,2608,5,'2026-03-25 19:45:37','2026-03-25 19:45:37','45a2d67e-fd5b-4fbe-92d6-e1299a045246'),
(131030,32,50467,NULL,2596,6,'2026-03-25 19:45:37','2026-03-25 19:45:37','602a2126-4d94-49ef-ab6a-24883487ef4b'),
(131031,32,50467,NULL,2602,7,'2026-03-25 19:45:37','2026-03-25 19:45:37','a79245f1-d362-48a6-b0d9-8c31f7ab1ae4'),
(131032,32,50467,NULL,2606,8,'2026-03-25 19:45:37','2026-03-25 19:45:37','46698ba6-f30b-4094-aa79-91fb8e94ae49'),
(131033,32,50467,NULL,2612,9,'2026-03-25 19:45:37','2026-03-25 19:45:37','0b84c42b-fafb-41cc-bdaf-4ce4edcc58b8'),
(131034,16,50467,NULL,4282,1,'2026-03-25 19:45:37','2026-03-25 19:45:37','51cb92be-b976-4ea9-b8b8-307cc0afc01a'),
(131035,7,50467,NULL,2969,1,'2026-03-25 19:45:37','2026-03-25 19:45:37','177475f1-5e6c-469b-9d1e-e8a8f6c808f5'),
(131036,7,50467,NULL,617,2,'2026-03-25 19:45:37','2026-03-25 19:45:37','88daca26-cefb-4c1e-8995-74d175123259'),
(131037,7,50467,NULL,605,3,'2026-03-25 19:45:37','2026-03-25 19:45:37','2f031bbf-adba-411a-aa06-65d8d87de7be'),
(131038,7,50467,NULL,9552,4,'2026-03-25 19:45:37','2026-03-25 19:45:37','aa4a43da-c37a-44f5-b7e4-201f53f407d5'),
(131039,82,50467,NULL,469,1,'2026-03-25 19:45:37','2026-03-25 19:45:37','e558c67a-f68d-40b4-9bad-2dd28b190669'),
(131040,82,50467,NULL,479,2,'2026-03-25 19:45:37','2026-03-25 19:45:37','e7d73331-4945-415f-ae99-7faca2cc9555'),
(131041,82,50467,NULL,491,3,'2026-03-25 19:45:37','2026-03-25 19:45:37','eb1013bd-cabf-4811-a465-acf71aa3aba9'),
(131042,47,50467,NULL,10478,1,'2026-03-25 19:45:37','2026-03-25 19:45:37','e467abd8-f2dc-46b1-9a7f-2510eb2fda11'),
(131043,57,50467,NULL,8740,1,'2026-03-25 19:45:37','2026-03-25 19:45:37','53f25cf2-3e88-46cc-991b-53034641e7bd'),
(131044,57,50467,NULL,4911,2,'2026-03-25 19:45:37','2026-03-25 19:45:37','c3fc1c56-7afb-4f3f-a965-f3a2e1685b6f'),
(131045,57,50467,NULL,4909,3,'2026-03-25 19:45:37','2026-03-25 19:45:37','afc76f9d-eef7-4ecc-92f5-a901f05cb20a'),
(131046,57,50467,NULL,4910,4,'2026-03-25 19:45:37','2026-03-25 19:45:37','c09f5fb6-a432-4151-9aea-12027672c044'),
(131047,13,50467,NULL,23804,1,'2026-03-25 19:45:37','2026-03-25 19:45:37','deabbec0-e643-4f78-931f-e6066bb87157'),
(131048,66,50468,NULL,50274,1,'2026-03-25 19:45:37','2026-03-25 19:45:37','0b9982a7-5484-45ca-87a3-f32fbff7a739'),
(131079,66,50471,NULL,50274,1,'2026-03-25 19:45:53','2026-03-25 19:45:53','7b5b52e0-9fbf-4ae6-995c-445ab7a0a0c6'),
(131080,32,50472,NULL,2610,1,'2026-03-25 19:45:53','2026-03-25 19:45:53','66cf8653-c493-4026-ace6-ee86f84a341b'),
(131081,32,50472,NULL,2598,2,'2026-03-25 19:45:53','2026-03-25 19:45:53','972e5bf7-0687-4b66-9d55-2e289d601e07'),
(131082,32,50472,NULL,2600,3,'2026-03-25 19:45:53','2026-03-25 19:45:53','e9df13db-7a01-456d-ad72-046694e9f71a'),
(131083,32,50472,NULL,2604,4,'2026-03-25 19:45:53','2026-03-25 19:45:53','4f45d3c8-a284-48d1-9a5a-c5e5c9fa1252'),
(131084,32,50472,NULL,2608,5,'2026-03-25 19:45:53','2026-03-25 19:45:53','32783905-fa6e-46a0-a002-6dc3860c4f8a'),
(131085,32,50472,NULL,2602,6,'2026-03-25 19:45:53','2026-03-25 19:45:53','50ebf6c0-ea3d-4c2c-8945-02d5df781752'),
(131086,32,50472,NULL,2596,7,'2026-03-25 19:45:53','2026-03-25 19:45:53','1a1ec82a-7176-4f41-b522-70b2c4aa5a8b'),
(131087,32,50472,NULL,2606,8,'2026-03-25 19:45:53','2026-03-25 19:45:53','fadca25c-76bb-401f-a875-e8f1ab714aa9'),
(131088,32,50472,NULL,2612,9,'2026-03-25 19:45:53','2026-03-25 19:45:53','2a974cf4-0a1e-41e9-8036-1c2cc9152bad'),
(131089,83,50472,NULL,1161,1,'2026-03-25 19:45:53','2026-03-25 19:45:53','e6c3df30-9f2e-48fc-92d9-5ebee624a2d8'),
(131090,16,50472,NULL,4322,1,'2026-03-25 19:45:53','2026-03-25 19:45:53','5d5bbd9e-dbd8-4987-8acd-473bbd33120e'),
(131091,7,50472,NULL,2969,1,'2026-03-25 19:45:53','2026-03-25 19:45:53','b95d10de-e01e-4b6d-9ba1-3909c77ea24f'),
(131092,7,50472,NULL,617,2,'2026-03-25 19:45:53','2026-03-25 19:45:53','c393f3bf-8704-453a-9182-b17b8deb9776'),
(131093,7,50472,NULL,605,3,'2026-03-25 19:45:53','2026-03-25 19:45:53','0fc26713-505d-4b28-a83d-07b8d90976dc'),
(131094,7,50472,NULL,9552,4,'2026-03-25 19:45:53','2026-03-25 19:45:53','0fae0523-2770-4a3e-b0c2-4016bd520768'),
(131095,82,50472,NULL,469,1,'2026-03-25 19:45:53','2026-03-25 19:45:53','58645a16-d9fa-4e29-8e4b-42a9f639cc94'),
(131096,82,50472,NULL,479,2,'2026-03-25 19:45:53','2026-03-25 19:45:53','38472e81-3085-42aa-916b-ff7b003d336a'),
(131097,82,50472,NULL,491,3,'2026-03-25 19:45:53','2026-03-25 19:45:53','7abb1adf-2f24-4565-98cb-7ff1ad4b1015'),
(131098,47,50472,NULL,10480,1,'2026-03-25 19:45:53','2026-03-25 19:45:53','330ea42f-3eee-48f3-a90e-e4ea9724b244'),
(131099,57,50472,NULL,8747,1,'2026-03-25 19:45:53','2026-03-25 19:45:53','ea810f8d-d748-4fa2-b210-423c87c3f6ba'),
(131100,57,50472,NULL,8750,2,'2026-03-25 19:45:53','2026-03-25 19:45:53','48ce976b-37ef-462e-bf15-03549ca6850c'),
(131101,57,50472,NULL,8751,3,'2026-03-25 19:45:53','2026-03-25 19:45:53','a3ed46bb-e282-4f8c-bfb4-a797293fe7c2'),
(131102,57,50472,NULL,8746,4,'2026-03-25 19:45:53','2026-03-25 19:45:53','adfc7910-325c-4ac2-8382-bdbeec162dd6'),
(131103,57,50472,NULL,8753,5,'2026-03-25 19:45:53','2026-03-25 19:45:53','e2bb84e7-a2c1-4edb-af07-f30ece67979b'),
(131104,57,50472,NULL,8754,6,'2026-03-25 19:45:53','2026-03-25 19:45:53','d9f718d9-d8ae-40a2-be3a-be8e48297115'),
(131105,57,50472,NULL,8749,7,'2026-03-25 19:45:53','2026-03-25 19:45:53','08e6bd41-5e2a-4200-b327-675945686aef'),
(131106,57,50472,NULL,8744,8,'2026-03-25 19:45:53','2026-03-25 19:45:53','e9f508b8-23f7-4bfd-b2cd-841c165aa184'),
(131107,57,50472,NULL,8745,9,'2026-03-25 19:45:53','2026-03-25 19:45:53','01c40824-ff8f-44a7-8d68-b94925e1db08'),
(131108,13,50472,NULL,23811,1,'2026-03-25 19:45:53','2026-03-25 19:45:53','f0aaaf9d-1c5b-4b54-89cc-540716ff7fd3'),
(131109,66,50473,NULL,50274,1,'2026-03-25 19:45:54','2026-03-25 19:45:54','a6f2be0e-a12a-4bac-91fa-8e95dd502051'),
(131138,66,50476,NULL,50274,1,'2026-03-25 19:46:13','2026-03-25 19:46:13','593fbe8e-9abe-47ed-a7e9-a6d4f14f81b7'),
(131139,32,50477,NULL,2610,1,'2026-03-25 19:46:13','2026-03-25 19:46:13','521fdf6e-2072-4691-b728-9146ed8fb142'),
(131140,32,50477,NULL,2598,2,'2026-03-25 19:46:13','2026-03-25 19:46:13','ffdf3388-2eec-44fb-a7ff-c7e6b5ff6448'),
(131141,32,50477,NULL,2600,3,'2026-03-25 19:46:13','2026-03-25 19:46:13','58641428-1bda-48ff-92a3-aeb67eafa485'),
(131142,32,50477,NULL,2604,4,'2026-03-25 19:46:13','2026-03-25 19:46:13','da7af2be-6764-4432-86b3-c767a3af081d'),
(131143,32,50477,NULL,2608,5,'2026-03-25 19:46:13','2026-03-25 19:46:13','18245592-9072-47d5-8006-e503ba385528'),
(131144,32,50477,NULL,2602,6,'2026-03-25 19:46:13','2026-03-25 19:46:13','48c45c6e-f4e0-4f9b-b1af-f4b81c03c79e'),
(131145,32,50477,NULL,2596,7,'2026-03-25 19:46:13','2026-03-25 19:46:13','66701036-770a-4d94-af0a-73fabfa0ec7a'),
(131146,32,50477,NULL,2606,8,'2026-03-25 19:46:13','2026-03-25 19:46:13','618fecf6-0975-46dd-be63-4d1f120729da'),
(131147,32,50477,NULL,2612,9,'2026-03-25 19:46:13','2026-03-25 19:46:13','baac5574-3431-4e1b-94ae-7c9f07165654'),
(131148,16,50477,NULL,4358,1,'2026-03-25 19:46:13','2026-03-25 19:46:13','c28c3b4b-2ccc-4fe4-9484-7100ef9947b6'),
(131149,7,50477,NULL,2969,1,'2026-03-25 19:46:13','2026-03-25 19:46:13','36979546-252d-410b-8603-5580b5a0ce7e'),
(131150,7,50477,NULL,617,2,'2026-03-25 19:46:13','2026-03-25 19:46:13','077d28d9-1f24-4537-8981-ca24693359a7'),
(131151,7,50477,NULL,605,3,'2026-03-25 19:46:13','2026-03-25 19:46:13','b0e150c1-6796-43a8-810d-b6c917cd7106'),
(131152,7,50477,NULL,9552,4,'2026-03-25 19:46:13','2026-03-25 19:46:13','feb96a64-5e66-4dcd-8f81-e9511657ba4d'),
(131153,82,50477,NULL,469,1,'2026-03-25 19:46:13','2026-03-25 19:46:13','0a204093-affc-49db-9f8b-30228bb1ad68'),
(131154,82,50477,NULL,479,2,'2026-03-25 19:46:13','2026-03-25 19:46:13','d9888af5-f971-4937-8d43-acc15315afb7'),
(131155,82,50477,NULL,491,3,'2026-03-25 19:46:13','2026-03-25 19:46:13','60eb1f5d-862c-4311-b8ba-e4df8479dd28'),
(131156,47,50477,NULL,10483,1,'2026-03-25 19:46:13','2026-03-25 19:46:13','18bda028-312f-46c4-9dbf-9b60de0fd168'),
(131157,57,50477,NULL,8781,1,'2026-03-25 19:46:13','2026-03-25 19:46:13','51c8911e-62fa-4641-893b-3950b8d6ea5d'),
(131158,57,50477,NULL,8782,2,'2026-03-25 19:46:13','2026-03-25 19:46:13','6cc4aaff-3462-45ef-a368-ba315192e143'),
(131159,57,50477,NULL,8783,3,'2026-03-25 19:46:13','2026-03-25 19:46:13','bfbfa724-98b2-41f5-a07d-3873f84c9a07'),
(131160,57,50477,NULL,8784,4,'2026-03-25 19:46:13','2026-03-25 19:46:13','3e48748f-dde9-4c7a-80a8-86f5c6ceb270'),
(131161,57,50477,NULL,8785,5,'2026-03-25 19:46:13','2026-03-25 19:46:13','c7f8448c-6846-4c00-aef2-bce97e1167b4'),
(131162,57,50477,NULL,8786,6,'2026-03-25 19:46:13','2026-03-25 19:46:13','a6ca4e6e-2196-4376-b463-d6565142aaf8'),
(131163,57,50477,NULL,8779,7,'2026-03-25 19:46:13','2026-03-25 19:46:13','f0ecc305-1319-4d74-ba1c-511ce249477c'),
(131164,57,50477,NULL,8780,8,'2026-03-25 19:46:13','2026-03-25 19:46:13','72ecaaf4-a37b-4115-88a7-f77f4e766f8f'),
(131165,13,50477,NULL,23816,1,'2026-03-25 19:46:13','2026-03-25 19:46:13','4eb46cd9-9605-488b-a704-becfcb498918'),
(131166,66,50478,NULL,50274,1,'2026-03-25 19:46:13','2026-03-25 19:46:13','35ffea5c-db99-4657-8674-ceef454a5e6e'),
(131195,66,50481,NULL,50274,1,'2026-03-25 19:46:30','2026-03-25 19:46:30','34771b69-10f0-4541-9065-38433a21cdd7'),
(131196,32,50482,NULL,2610,1,'2026-03-25 19:46:30','2026-03-25 19:46:30','b0c35b03-4f7f-444e-af41-b0f1809574f6'),
(131197,32,50482,NULL,2622,2,'2026-03-25 19:46:30','2026-03-25 19:46:30','11cd516d-9ef9-4f5f-875e-0cf7035aa93b'),
(131198,32,50482,NULL,2598,3,'2026-03-25 19:46:30','2026-03-25 19:46:30','3f6f5beb-3010-417e-beb4-8a378c61f00b'),
(131199,32,50482,NULL,2600,4,'2026-03-25 19:46:30','2026-03-25 19:46:30','64eb3143-43a8-48da-af40-722dd36d49c1'),
(131200,32,50482,NULL,2604,5,'2026-03-25 19:46:30','2026-03-25 19:46:30','406dc741-8d35-4a79-902a-bbfdc114d150'),
(131201,32,50482,NULL,2608,6,'2026-03-25 19:46:30','2026-03-25 19:46:30','2e3144ec-59df-4c74-803a-e37cfb8ca2f5'),
(131202,32,50482,NULL,2602,7,'2026-03-25 19:46:30','2026-03-25 19:46:30','5006115b-f179-4a38-a4e8-cf94fd548e5f'),
(131203,32,50482,NULL,2596,8,'2026-03-25 19:46:30','2026-03-25 19:46:30','88bdd564-69d8-431a-a051-828e0bc27b2b'),
(131204,32,50482,NULL,2606,9,'2026-03-25 19:46:30','2026-03-25 19:46:30','e57d374c-ef1b-4b1c-9110-4dcf5cfa79b5'),
(131205,32,50482,NULL,2612,10,'2026-03-25 19:46:30','2026-03-25 19:46:30','7cd53c6d-7303-42db-965b-4cee38bd31ec'),
(131206,16,50482,NULL,4385,1,'2026-03-25 19:46:30','2026-03-25 19:46:30','773741f5-ca11-4cf7-b8b9-165687831544'),
(131207,7,50482,NULL,617,1,'2026-03-25 19:46:30','2026-03-25 19:46:30','21503271-0001-41de-b721-90801214a22f'),
(131208,7,50482,NULL,605,2,'2026-03-25 19:46:30','2026-03-25 19:46:30','d2edba07-611f-4fc6-9df3-dfb392045a5b'),
(131209,7,50482,NULL,9552,3,'2026-03-25 19:46:30','2026-03-25 19:46:30','390fd5d2-2e99-40dc-978d-0854efa13fb6'),
(131210,82,50482,NULL,469,1,'2026-03-25 19:46:30','2026-03-25 19:46:30','6e0f1580-6f7a-4558-b3c6-6d06d72a9560'),
(131211,82,50482,NULL,479,2,'2026-03-25 19:46:30','2026-03-25 19:46:30','49d0061b-9acc-4d64-a525-94e01a628809'),
(131212,82,50482,NULL,491,3,'2026-03-25 19:46:30','2026-03-25 19:46:30','d1b1e2ca-44d3-4ecd-b3e4-002ede29be92'),
(131213,46,50482,NULL,4403,1,'2026-03-25 19:46:30','2026-03-25 19:46:30','dc872458-7366-49ef-9b66-0e4630d4e5c3'),
(131214,47,50482,NULL,10486,1,'2026-03-25 19:46:30','2026-03-25 19:46:30','dbe56e1f-f8f9-4f7b-9163-1d41ad412082'),
(131215,57,50482,NULL,8806,1,'2026-03-25 19:46:30','2026-03-25 19:46:30','09c55a07-a857-47fa-9d9c-f95f42102efa'),
(131216,57,50482,NULL,8808,2,'2026-03-25 19:46:30','2026-03-25 19:46:30','15745798-56c2-4a06-b0c7-883e7450d0e6'),
(131217,57,50482,NULL,8810,3,'2026-03-25 19:46:30','2026-03-25 19:46:30','6469a835-df19-467a-86d9-f737e0d56097'),
(131218,57,50482,NULL,8803,4,'2026-03-25 19:46:30','2026-03-25 19:46:30','d8494c5b-8a5e-4bca-bc99-b23c3dd04a89'),
(131219,57,50482,NULL,8804,5,'2026-03-25 19:46:30','2026-03-25 19:46:30','7a586187-a8da-44bb-9e92-007f771a87e6'),
(131220,57,50482,NULL,8805,6,'2026-03-25 19:46:30','2026-03-25 19:46:30','949b8aa2-e24d-4809-832a-fe383512b214'),
(131221,57,50482,NULL,8807,7,'2026-03-25 19:46:30','2026-03-25 19:46:30','c8dd36a6-731d-4e4c-8f27-561aa6c49799'),
(131222,13,50482,NULL,23819,1,'2026-03-25 19:46:30','2026-03-25 19:46:30','049534c5-2679-4cad-bf16-7ea8840836db'),
(131223,66,50483,NULL,50274,1,'2026-03-25 19:46:30','2026-03-25 19:46:30','9eac1799-4e1c-4acb-a5f8-2d1feec7790e'),
(131224,32,50484,NULL,2610,1,'2026-03-25 19:46:40','2026-03-25 19:46:40','46dce36c-de01-49a5-9a5e-61792ba4fa59'),
(131225,32,50484,NULL,2598,2,'2026-03-25 19:46:40','2026-03-25 19:46:40','9f3b712f-e072-4c02-aa3c-ad731e334893'),
(131226,32,50484,NULL,2600,3,'2026-03-25 19:46:40','2026-03-25 19:46:40','fc070ac3-563c-4481-aa70-e3809a3138b1'),
(131227,32,50484,NULL,2604,4,'2026-03-25 19:46:40','2026-03-25 19:46:40','1f76e862-b281-428f-8bde-f771c2093542'),
(131228,32,50484,NULL,2608,5,'2026-03-25 19:46:40','2026-03-25 19:46:40','86ff8391-a4f6-43ed-8248-c2ae6bf68c47'),
(131229,32,50484,NULL,2602,6,'2026-03-25 19:46:40','2026-03-25 19:46:40','25ae20f8-8e7a-4356-88e1-09faa2c411c8'),
(131230,32,50484,NULL,2596,7,'2026-03-25 19:46:40','2026-03-25 19:46:40','f7cfc82e-0b28-42b1-908a-e9ce1f3b8e14'),
(131231,32,50484,NULL,2606,8,'2026-03-25 19:46:40','2026-03-25 19:46:40','0a24bfdd-293f-4580-90f4-6a97d0cc5753'),
(131232,32,50484,NULL,2612,9,'2026-03-25 19:46:40','2026-03-25 19:46:40','aca969f9-9f6c-44e0-bbac-93440ba9bc12'),
(131233,16,50484,NULL,4358,1,'2026-03-25 19:46:40','2026-03-25 19:46:40','4ad47baa-4499-4f8e-92ea-5647e79d2c88'),
(131234,7,50484,NULL,2969,1,'2026-03-25 19:46:40','2026-03-25 19:46:40','b475a56d-88e6-4376-97fb-4f8d67413818'),
(131235,7,50484,NULL,617,2,'2026-03-25 19:46:40','2026-03-25 19:46:40','daa13cf9-271d-46d0-b826-91c68fe21fbd'),
(131236,7,50484,NULL,605,3,'2026-03-25 19:46:40','2026-03-25 19:46:40','758765b8-c2af-4193-9855-db49075c0703'),
(131237,7,50484,NULL,9552,4,'2026-03-25 19:46:40','2026-03-25 19:46:40','7135f9f2-d296-442b-9ece-bd28513acc1e'),
(131238,82,50484,NULL,469,1,'2026-03-25 19:46:40','2026-03-25 19:46:40','cd9c49c4-bc64-4c13-acb3-fc36592f68fc'),
(131239,82,50484,NULL,479,2,'2026-03-25 19:46:40','2026-03-25 19:46:40','0734852a-3add-4747-80db-4597863ec3a4'),
(131240,82,50484,NULL,491,3,'2026-03-25 19:46:40','2026-03-25 19:46:40','96224cf3-e437-4de0-8992-51dc411bbcad'),
(131241,47,50484,NULL,10483,1,'2026-03-25 19:46:40','2026-03-25 19:46:40','edc62d26-ce75-450b-804b-93ce2c94a732'),
(131242,57,50484,NULL,8781,1,'2026-03-25 19:46:40','2026-03-25 19:46:40','edcd44c9-f4fa-49e8-986e-07d305d554fd'),
(131243,57,50484,NULL,8782,2,'2026-03-25 19:46:40','2026-03-25 19:46:40','d14cbfc7-d245-4a7a-ab56-6363dbec2eb9'),
(131244,57,50484,NULL,8783,3,'2026-03-25 19:46:40','2026-03-25 19:46:40','9469d40e-0b68-4bf2-9ef6-1646156035bc'),
(131245,57,50484,NULL,8784,4,'2026-03-25 19:46:40','2026-03-25 19:46:40','be583c4f-c16e-4767-a474-2882655bca18'),
(131246,57,50484,NULL,8785,5,'2026-03-25 19:46:40','2026-03-25 19:46:40','2703a9d2-8619-48fd-84b7-51da4cb2f820'),
(131247,57,50484,NULL,8786,6,'2026-03-25 19:46:40','2026-03-25 19:46:40','19477875-50e0-417e-94f0-38aa1e9d5c1f'),
(131248,57,50484,NULL,8779,7,'2026-03-25 19:46:40','2026-03-25 19:46:40','190b89b8-5fac-4d5d-a50e-ebffa45fbadf'),
(131249,57,50484,NULL,8780,8,'2026-03-25 19:46:40','2026-03-25 19:46:40','23bb7467-8ab5-4369-b527-c3d6b22ebc57'),
(131250,13,50484,NULL,23816,1,'2026-03-25 19:46:40','2026-03-25 19:46:40','feb74dca-04cf-4734-a96f-0be2372de893'),
(131283,66,50487,NULL,50274,1,'2026-03-25 19:46:57','2026-03-25 19:46:57','1642853a-18c3-4b9f-8ec6-c8c4ce2d72b4'),
(131284,32,50488,NULL,2610,1,'2026-03-25 19:46:57','2026-03-25 19:46:57','b83cd26a-cbf1-481a-bda5-23d4edb5c808'),
(131285,32,50488,NULL,2598,2,'2026-03-25 19:46:57','2026-03-25 19:46:57','2b3118fd-0822-4af2-88ca-dd33aa660e37'),
(131286,32,50488,NULL,2600,3,'2026-03-25 19:46:57','2026-03-25 19:46:57','6c667cb5-5503-402f-9ae4-e122e3f415da'),
(131287,32,50488,NULL,2602,4,'2026-03-25 19:46:57','2026-03-25 19:46:57','94ddddef-934c-4f04-a25f-d46a6fb940d4'),
(131288,32,50488,NULL,2612,5,'2026-03-25 19:46:57','2026-03-25 19:46:57','ae137cb6-b93d-4968-ab40-699872ce1a84'),
(131289,32,50488,NULL,2618,6,'2026-03-25 19:46:57','2026-03-25 19:46:57','796fef2c-df08-44d3-b3b4-13ea364b7fcf'),
(131290,32,50488,NULL,2604,7,'2026-03-25 19:46:57','2026-03-25 19:46:57','afe47786-0bad-4e25-9dfc-2aa2cff61511'),
(131291,32,50488,NULL,2608,8,'2026-03-25 19:46:57','2026-03-25 19:46:57','5e79503e-64da-476f-9ed3-1d7f9c353c0c'),
(131292,32,50488,NULL,2596,9,'2026-03-25 19:46:57','2026-03-25 19:46:57','1afd41a3-2e77-48f5-975d-10ddda742f29'),
(131293,32,50488,NULL,2606,10,'2026-03-25 19:46:57','2026-03-25 19:46:57','35f946cb-a09e-40e4-bd83-7bd038b8ba42'),
(131294,16,50488,NULL,4414,1,'2026-03-25 19:46:57','2026-03-25 19:46:57','0adeec46-44de-4a13-9d95-e90c80766473'),
(131295,7,50488,NULL,6547,1,'2026-03-25 19:46:57','2026-03-25 19:46:57','adba7444-f9bb-4370-9578-9f126cf3d62e'),
(131296,7,50488,NULL,601,2,'2026-03-25 19:46:57','2026-03-25 19:46:57','a2edcf61-8825-4916-97f2-90ec172a7f3d'),
(131297,7,50488,NULL,617,3,'2026-03-25 19:46:57','2026-03-25 19:46:57','c84db8ec-b85f-42e7-a20d-331fc9ab5610'),
(131298,7,50488,NULL,605,4,'2026-03-25 19:46:57','2026-03-25 19:46:57','6e3cc586-d23c-49b2-a89e-723d5d242bed'),
(131299,7,50488,NULL,9552,5,'2026-03-25 19:46:57','2026-03-25 19:46:57','be65eb24-9286-4f0d-a5c6-2fa8fb18a0f4'),
(131300,82,50488,NULL,469,1,'2026-03-25 19:46:57','2026-03-25 19:46:57','1f4f8f3c-4098-4169-a669-1f1df5b2e7d2'),
(131301,82,50488,NULL,479,2,'2026-03-25 19:46:57','2026-03-25 19:46:57','82e67e14-739a-440f-ab28-7a70a82e2cda'),
(131302,82,50488,NULL,491,3,'2026-03-25 19:46:57','2026-03-25 19:46:57','02c739d6-a13b-47fe-8470-854afdb26bd8'),
(131303,46,50488,NULL,3697,1,'2026-03-25 19:46:57','2026-03-25 19:46:57','4f538eee-8a24-4167-b85a-ff0d30be0444'),
(131304,47,50488,NULL,10489,1,'2026-03-25 19:46:57','2026-03-25 19:46:57','b112e914-2eb1-4396-8cf8-e72c8b637791'),
(131305,57,50488,NULL,8831,1,'2026-03-25 19:46:57','2026-03-25 19:46:57','6d8ab259-883a-4a65-87e4-5205857e538d'),
(131306,57,50488,NULL,8837,2,'2026-03-25 19:46:57','2026-03-25 19:46:57','075dcc14-2271-47be-bde3-77ac70b06ecd'),
(131307,57,50488,NULL,8835,3,'2026-03-25 19:46:57','2026-03-25 19:46:57','56723580-5287-48d9-9c86-cc3641dfcc8c'),
(131308,57,50488,NULL,8832,4,'2026-03-25 19:46:57','2026-03-25 19:46:57','23c6951b-d919-4fe0-96a1-526c0d0d3998'),
(131309,57,50488,NULL,8833,5,'2026-03-25 19:46:57','2026-03-25 19:46:57','50e097ba-3fd5-4cbe-92f7-f3b996c4fe22'),
(131310,57,50488,NULL,8834,6,'2026-03-25 19:46:57','2026-03-25 19:46:57','a62719d4-f31a-41f9-8dc9-0c742382443e'),
(131311,57,50488,NULL,8836,7,'2026-03-25 19:46:57','2026-03-25 19:46:57','a6748c14-8ec8-4852-924d-37b65eaa00ea'),
(131312,57,50488,NULL,8830,8,'2026-03-25 19:46:57','2026-03-25 19:46:57','cae1df8e-c9c9-4a26-8012-b721b19e43e4'),
(131313,57,50488,NULL,8829,9,'2026-03-25 19:46:57','2026-03-25 19:46:57','9ea8c7fc-2731-4fed-bb93-a83c27ae35f5'),
(131314,13,50488,NULL,23821,1,'2026-03-25 19:46:57','2026-03-25 19:46:57','96931a56-785b-4711-858f-2bcb6f10e203'),
(131315,66,50489,NULL,50274,1,'2026-03-25 19:46:57','2026-03-25 19:46:57','fdc3040d-33c2-4d43-b021-d6ed4bc6a518'),
(131338,66,50492,NULL,50274,1,'2026-03-25 19:47:14','2026-03-25 19:47:14','ef7a8fd5-46b8-4e5a-90f0-9ec36cfda676'),
(131339,32,50493,NULL,2610,1,'2026-03-25 19:47:14','2026-03-25 19:47:14','93ac93f5-d61f-4996-b469-567e4f891735'),
(131340,32,50493,NULL,2598,2,'2026-03-25 19:47:14','2026-03-25 19:47:14','a000fa8d-b893-4061-8a90-32d76d2de10e'),
(131341,32,50493,NULL,2600,3,'2026-03-25 19:47:14','2026-03-25 19:47:14','46e38e14-c0e4-443c-9530-4a161682ef41'),
(131342,32,50493,NULL,2604,4,'2026-03-25 19:47:14','2026-03-25 19:47:14','7019adcc-f6c6-4e8f-8b72-98f582e3281e'),
(131343,32,50493,NULL,2608,5,'2026-03-25 19:47:14','2026-03-25 19:47:14','b48dbe0c-2146-403a-9030-435fbb3d2901'),
(131344,32,50493,NULL,2602,6,'2026-03-25 19:47:14','2026-03-25 19:47:14','b48e99bd-cd95-4f4d-9e8d-8bc4b739c73d'),
(131345,32,50493,NULL,2596,7,'2026-03-25 19:47:14','2026-03-25 19:47:14','b264ad3e-f954-432a-8d40-0939d0870ba4'),
(131346,32,50493,NULL,2606,8,'2026-03-25 19:47:14','2026-03-25 19:47:14','280cc212-c90d-4aa1-a38f-2623ad263d32'),
(131347,32,50493,NULL,2612,9,'2026-03-25 19:47:14','2026-03-25 19:47:14','324b4380-40e3-4324-b9df-3d1d3fa7508d'),
(131348,16,50493,NULL,4466,1,'2026-03-25 19:47:14','2026-03-25 19:47:14','a7bb1290-9c59-4142-ae56-460fc4cf4ba5'),
(131349,7,50493,NULL,617,1,'2026-03-25 19:47:14','2026-03-25 19:47:14','743a9249-35af-4c97-90d1-2efc04264c81'),
(131350,7,50493,NULL,605,2,'2026-03-25 19:47:14','2026-03-25 19:47:14','dbe3b99b-387e-42b2-8059-91a6fe1a6b4a'),
(131351,7,50493,NULL,9552,3,'2026-03-25 19:47:14','2026-03-25 19:47:14','09e6c848-8481-43d9-a312-011c22fce0b5'),
(131352,82,50493,NULL,469,1,'2026-03-25 19:47:14','2026-03-25 19:47:14','8c5accd8-745e-4029-9947-041f3df71fa3'),
(131353,82,50493,NULL,479,2,'2026-03-25 19:47:14','2026-03-25 19:47:14','3df422c1-d8a6-471f-8d2d-d6bbeec2f279'),
(131354,82,50493,NULL,491,3,'2026-03-25 19:47:14','2026-03-25 19:47:14','b84f9b81-3133-446f-916a-a8c53940d7a8'),
(131355,47,50493,NULL,10495,1,'2026-03-25 19:47:14','2026-03-25 19:47:14','6f1c5b05-99c6-4a58-b6cb-45eb240ac05d'),
(131356,57,50493,NULL,8888,1,'2026-03-25 19:47:14','2026-03-25 19:47:14','01b9b78a-7d26-4db8-802c-590b7e6e2ba5'),
(131357,57,50493,NULL,8889,2,'2026-03-25 19:47:14','2026-03-25 19:47:14','f94c096b-9f21-406c-a54b-ff7d81ad8e99'),
(131358,57,50493,NULL,9589,3,'2026-03-25 19:47:14','2026-03-25 19:47:14','55cc9551-998c-4870-9128-a5a857dbea04'),
(131359,13,50493,NULL,23827,1,'2026-03-25 19:47:14','2026-03-25 19:47:14','a8c2800e-f57a-464f-ae79-34a640491d91'),
(131360,66,50494,NULL,50274,1,'2026-03-25 19:47:14','2026-03-25 19:47:14','673a7a0b-31b2-4769-9558-ea393e5a8a36'),
(131390,66,50497,NULL,50274,1,'2026-03-25 19:47:33','2026-03-25 19:47:33','8d918220-0c65-4fe9-8e53-77b1252ad244'),
(131391,32,50498,NULL,2610,1,'2026-03-25 19:47:33','2026-03-25 19:47:33','fb24f799-08a0-4e60-9111-075ccd389901'),
(131392,32,50498,NULL,2598,2,'2026-03-25 19:47:33','2026-03-25 19:47:33','b664b2ab-5da5-4996-bf19-7aa009203b9b'),
(131393,32,50498,NULL,2600,3,'2026-03-25 19:47:33','2026-03-25 19:47:33','af0b63a9-36d9-439f-88e1-0fe50371f7d8'),
(131394,32,50498,NULL,2604,4,'2026-03-25 19:47:33','2026-03-25 19:47:33','86ae19c5-eaa0-42ff-87fe-828b5cee002e'),
(131395,32,50498,NULL,2608,5,'2026-03-25 19:47:33','2026-03-25 19:47:33','de972e89-02a0-4e3e-900b-0acc1136c534'),
(131396,32,50498,NULL,2602,6,'2026-03-25 19:47:33','2026-03-25 19:47:33','f5b2bc65-cd5a-4660-b4fe-4df59e4369ff'),
(131397,32,50498,NULL,2596,7,'2026-03-25 19:47:33','2026-03-25 19:47:33','05a12321-711e-4b60-9389-4e3c6e7bb028'),
(131398,32,50498,NULL,2606,8,'2026-03-25 19:47:33','2026-03-25 19:47:33','69f65241-5378-49c7-9b82-1ba653c7a3d3'),
(131399,32,50498,NULL,2612,9,'2026-03-25 19:47:33','2026-03-25 19:47:33','218ab3c7-c73e-43b0-95a0-0a7234ed5e67'),
(131400,16,50498,NULL,4526,1,'2026-03-25 19:47:33','2026-03-25 19:47:33','eb597d78-f2be-40d7-9c72-10ca95d047fc'),
(131401,7,50498,NULL,2969,1,'2026-03-25 19:47:33','2026-03-25 19:47:33','fb5d7a8b-acd6-4346-ad1c-982e3a732c6e'),
(131402,7,50498,NULL,2974,2,'2026-03-25 19:47:33','2026-03-25 19:47:33','4c9c7d3d-29bd-43c6-83c5-f586d16b7e5f'),
(131403,7,50498,NULL,617,3,'2026-03-25 19:47:33','2026-03-25 19:47:33','825d3f0c-44f3-424f-bf47-e6996740d663'),
(131404,7,50498,NULL,605,4,'2026-03-25 19:47:33','2026-03-25 19:47:33','9a828ee8-4d16-4872-9330-1f7c52ada87d'),
(131405,7,50498,NULL,9552,5,'2026-03-25 19:47:33','2026-03-25 19:47:33','1bbc1016-ba60-4755-9d1a-f74a51ad5877'),
(131406,82,50498,NULL,469,1,'2026-03-25 19:47:33','2026-03-25 19:47:33','41510a01-4ca5-4d35-8234-112bf0f07298'),
(131407,82,50498,NULL,479,2,'2026-03-25 19:47:33','2026-03-25 19:47:33','d23df564-52ab-4103-8f92-51bb6a66da92'),
(131408,82,50498,NULL,491,3,'2026-03-25 19:47:33','2026-03-25 19:47:33','44151847-3b97-4f3d-bfdc-7225e07ef202'),
(131409,47,50498,NULL,10501,1,'2026-03-25 19:47:33','2026-03-25 19:47:33','409add50-3dc8-4183-b85d-9afe03e95400'),
(131410,57,50498,NULL,8955,1,'2026-03-25 19:47:33','2026-03-25 19:47:33','c3670da8-ea0d-4731-b7f5-5e952ca507d1'),
(131411,57,50498,NULL,8956,2,'2026-03-25 19:47:33','2026-03-25 19:47:33','f5a22226-0b84-4494-930a-5a2d0b05de09'),
(131412,57,50498,NULL,8957,3,'2026-03-25 19:47:33','2026-03-25 19:47:33','8e3fc2f6-5166-44ee-9a57-880c0b7751e0'),
(131413,57,50498,NULL,8958,4,'2026-03-25 19:47:33','2026-03-25 19:47:33','f078965b-a676-4cd1-9c7a-41441a100e9e'),
(131414,57,50498,NULL,8953,5,'2026-03-25 19:47:33','2026-03-25 19:47:33','3ff1e39c-511d-4053-a637-c55c1d3ef0fc'),
(131415,57,50498,NULL,8954,6,'2026-03-25 19:47:33','2026-03-25 19:47:33','62e4c17f-ff02-4c30-8d22-74e0fea58c25'),
(131416,57,50498,NULL,9592,7,'2026-03-25 19:47:33','2026-03-25 19:47:33','b95e0a2f-09f1-4fa4-9c7c-ef337a729a88'),
(131417,57,50498,NULL,8959,8,'2026-03-25 19:47:33','2026-03-25 19:47:33','61e616d0-f411-4baa-98d8-32a10096d75c'),
(131418,13,50498,NULL,23833,1,'2026-03-25 19:47:33','2026-03-25 19:47:33','f5a383d6-3c4a-46c4-ae8a-4c6150cf13f8'),
(131419,66,50499,NULL,50274,1,'2026-03-25 19:47:33','2026-03-25 19:47:33','3a35233a-b00d-4132-aafd-824e042d56ee'),
(131447,66,50502,NULL,50274,1,'2026-03-25 19:47:50','2026-03-25 19:47:50','79dc5270-726e-4844-946a-0619120856e3'),
(131448,32,50503,NULL,2610,1,'2026-03-25 19:47:50','2026-03-25 19:47:50','0ffa5ef2-383c-4269-a436-bc198877d2e0'),
(131449,32,50503,NULL,2598,2,'2026-03-25 19:47:50','2026-03-25 19:47:50','47d4137f-70ac-49a3-b5c4-c4a0bb3760e4'),
(131450,32,50503,NULL,2600,3,'2026-03-25 19:47:50','2026-03-25 19:47:50','5ae17f36-29c4-4ede-8ede-b5a1c81e0cb4'),
(131451,32,50503,NULL,2604,4,'2026-03-25 19:47:50','2026-03-25 19:47:50','41ed527e-9868-4b7e-b1af-91ca9ee3ba36'),
(131452,32,50503,NULL,2608,5,'2026-03-25 19:47:50','2026-03-25 19:47:50','1e05c283-351c-4f3e-9bf0-6b14b181f212'),
(131453,32,50503,NULL,2602,6,'2026-03-25 19:47:50','2026-03-25 19:47:50','5133f675-8f4f-4e18-9e66-b00a6b8bad21'),
(131454,32,50503,NULL,2596,7,'2026-03-25 19:47:50','2026-03-25 19:47:50','589e2a96-b28c-4159-b02c-bba9ea30624a'),
(131455,32,50503,NULL,2606,8,'2026-03-25 19:47:50','2026-03-25 19:47:50','968207a7-b6e3-41aa-a65a-63b3810bc9f7'),
(131456,32,50503,NULL,2612,9,'2026-03-25 19:47:50','2026-03-25 19:47:50','6d8fbff4-9a1e-4650-9428-a26462f14d90'),
(131457,16,50503,NULL,4554,1,'2026-03-25 19:47:50','2026-03-25 19:47:50','4d85a9a1-104d-4ab1-af5c-4929e349e955'),
(131458,7,50503,NULL,3468,1,'2026-03-25 19:47:50','2026-03-25 19:47:50','796498ba-443f-479d-9f0c-599a27c2b9aa'),
(131459,7,50503,NULL,617,2,'2026-03-25 19:47:50','2026-03-25 19:47:50','ef253f99-0db1-4ae0-9619-199f7e56f934'),
(131460,7,50503,NULL,605,3,'2026-03-25 19:47:50','2026-03-25 19:47:50','a29b1d6f-8cb9-4720-8d45-f7e872314182'),
(131461,7,50503,NULL,9552,4,'2026-03-25 19:47:50','2026-03-25 19:47:50','c92704d6-f6f8-4832-b2f9-6b03a2843cfd'),
(131462,82,50503,NULL,469,1,'2026-03-25 19:47:50','2026-03-25 19:47:50','2781f281-40ed-4ada-ab3d-6909bb2ab315'),
(131463,82,50503,NULL,479,2,'2026-03-25 19:47:50','2026-03-25 19:47:50','a620da36-0158-4157-903e-87a3ed3120ba'),
(131464,82,50503,NULL,491,3,'2026-03-25 19:47:50','2026-03-25 19:47:50','8cfcef24-0b20-4695-a6e5-0565b8cdc7ce'),
(131465,47,50503,NULL,10504,1,'2026-03-25 19:47:50','2026-03-25 19:47:50','fa193add-bb95-42e6-905c-ec926706191c'),
(131466,57,50503,NULL,8968,1,'2026-03-25 19:47:50','2026-03-25 19:47:50','957a6fb2-9f51-4541-b5eb-5433c009221b'),
(131467,57,50503,NULL,8970,2,'2026-03-25 19:47:50','2026-03-25 19:47:50','c02aa275-6ee2-40e7-bbd1-c307c933aabd'),
(131468,57,50503,NULL,8971,3,'2026-03-25 19:47:50','2026-03-25 19:47:50','81cdef15-9b5c-4dae-a85e-e059f978e0f3'),
(131469,57,50503,NULL,8972,4,'2026-03-25 19:47:50','2026-03-25 19:47:50','90843240-2cb6-494f-b056-bd719ba9d9b2'),
(131470,57,50503,NULL,8973,5,'2026-03-25 19:47:50','2026-03-25 19:47:50','b0d4b1ae-54b1-42e5-bb5c-7177eb7f5a83'),
(131471,57,50503,NULL,8969,6,'2026-03-25 19:47:50','2026-03-25 19:47:50','f0b443fd-1259-4811-ab86-0fb1ada3d169'),
(131472,57,50503,NULL,8974,7,'2026-03-25 19:47:50','2026-03-25 19:47:50','be27223b-56fd-4e97-9769-9efe29a35563'),
(131473,13,50503,NULL,23836,1,'2026-03-25 19:47:50','2026-03-25 19:47:50','4927cc83-d4df-4d16-847f-bcabe68d38c5'),
(131474,66,50504,NULL,50274,1,'2026-03-25 19:47:50','2026-03-25 19:47:50','cac20a16-9d7e-4fb5-a488-7d16bb568ca3'),
(131501,66,50508,NULL,50274,1,'2026-03-25 19:48:08','2026-03-25 19:48:08','56fb3b45-7b2b-4b36-9113-7474ef7ab420'),
(131502,32,50509,NULL,2610,1,'2026-03-25 19:48:08','2026-03-25 19:48:08','d7ba4bd5-dfeb-4fec-bd38-b22b300b116f'),
(131503,32,50509,NULL,2598,2,'2026-03-25 19:48:08','2026-03-25 19:48:08','c1a3030b-48ef-4f40-9f9f-b4fae404a3f3'),
(131504,32,50509,NULL,2600,3,'2026-03-25 19:48:08','2026-03-25 19:48:08','063a44a8-3a79-4366-836d-d2fb82a0ed21'),
(131505,32,50509,NULL,2602,4,'2026-03-25 19:48:08','2026-03-25 19:48:08','4c809d2b-67e1-4258-8896-ff5daeff1ec0'),
(131506,32,50509,NULL,2604,5,'2026-03-25 19:48:08','2026-03-25 19:48:08','7200faae-c7ec-4bf7-aad9-c509d5a207c3'),
(131507,32,50509,NULL,2608,6,'2026-03-25 19:48:08','2026-03-25 19:48:08','f73d0030-8571-4227-916d-b88713aafdb6'),
(131508,32,50509,NULL,2596,7,'2026-03-25 19:48:08','2026-03-25 19:48:08','87c0828a-8b20-4347-8b53-4dd4f3af5e91'),
(131509,32,50509,NULL,2606,8,'2026-03-25 19:48:08','2026-03-25 19:48:08','057de0d8-df4e-475c-ac94-fb5dde3e595a'),
(131510,32,50509,NULL,2612,9,'2026-03-25 19:48:08','2026-03-25 19:48:08','d0210f8b-58ba-465b-847c-c1171e50999f'),
(131511,16,50509,NULL,4579,1,'2026-03-25 19:48:08','2026-03-25 19:48:08','0e0bfc7a-eb2c-422f-b8fb-714cb1a25407'),
(131512,7,50509,NULL,2969,1,'2026-03-25 19:48:08','2026-03-25 19:48:08','58cd9f84-f7a5-442c-ad64-f19959c0b964'),
(131513,7,50509,NULL,9727,2,'2026-03-25 19:48:08','2026-03-25 19:48:08','23d7e02f-6670-4e73-bd32-d6b8c0641413'),
(131514,7,50509,NULL,47364,3,'2026-03-25 19:48:08','2026-03-25 19:48:08','f622e784-b80f-4e4e-ac8f-aec4715b6a0c'),
(131515,7,50509,NULL,617,4,'2026-03-25 19:48:08','2026-03-25 19:48:08','d3bd7aaf-92d6-454e-a9fd-d82c5c418d5a'),
(131516,7,50509,NULL,605,5,'2026-03-25 19:48:08','2026-03-25 19:48:08','bbd3ce0a-064a-4641-9ae5-ab150d0e07a4'),
(131517,7,50509,NULL,9552,6,'2026-03-25 19:48:08','2026-03-25 19:48:08','9e5b7c63-0df2-4d40-8316-593bbdc283ea'),
(131518,82,50509,NULL,479,1,'2026-03-25 19:48:08','2026-03-25 19:48:08','8df2bc72-e9ca-4eff-8df4-015b37291d39'),
(131519,82,50509,NULL,491,2,'2026-03-25 19:48:08','2026-03-25 19:48:08','2298423f-2569-4915-a740-0299a3f127f0'),
(131520,47,50509,NULL,12489,1,'2026-03-25 19:48:08','2026-03-25 19:48:08','599f97d7-8cdc-4f8e-ad65-7a962ad28c92'),
(131521,57,50509,NULL,8984,1,'2026-03-25 19:48:08','2026-03-25 19:48:08','07a0db6a-96a9-4397-bbf0-f88f257b8ccd'),
(131522,57,50509,NULL,8982,2,'2026-03-25 19:48:08','2026-03-25 19:48:08','f2a4a7f6-5e0e-42c2-9ae9-825e0f97bf6e'),
(131523,57,50509,NULL,8981,3,'2026-03-25 19:48:08','2026-03-25 19:48:08','5e8ac20d-8795-4f89-8817-3f2e8298bfd3'),
(131524,57,50509,NULL,8983,4,'2026-03-25 19:48:08','2026-03-25 19:48:08','2b1cba17-22b0-46e0-8496-b709a7057e47'),
(131525,57,50509,NULL,8980,5,'2026-03-25 19:48:08','2026-03-25 19:48:08','580a0e7c-1089-4635-b05d-5e73eb2c599d'),
(131526,13,50509,NULL,23839,1,'2026-03-25 19:48:08','2026-03-25 19:48:08','c0fc6d4d-321d-4f48-81e4-4d409ac772c4'),
(131527,66,50510,NULL,50274,1,'2026-03-25 19:48:08','2026-03-25 19:48:08','3fe31710-88c3-48a7-9a87-a79de045270d'),
(131560,66,50514,NULL,50274,1,'2026-03-25 19:48:35','2026-03-25 19:48:35','87a3e46f-3ce7-4664-a8e5-aa7ff65dd137'),
(131561,32,50515,NULL,2610,1,'2026-03-25 19:48:35','2026-03-25 19:48:35','27379ef4-220d-412d-92b1-44a5fbd04df9'),
(131562,32,50515,NULL,2598,2,'2026-03-25 19:48:35','2026-03-25 19:48:35','6c6f6a55-8922-40c5-9ace-e8fe1c240256'),
(131563,32,50515,NULL,2600,3,'2026-03-25 19:48:35','2026-03-25 19:48:35','d24245d3-68c7-49e0-943b-70857ff8d789'),
(131564,32,50515,NULL,2604,4,'2026-03-25 19:48:35','2026-03-25 19:48:35','52b1fc6a-e8d6-4d17-afc1-7639e65ef8cd'),
(131565,32,50515,NULL,2608,5,'2026-03-25 19:48:35','2026-03-25 19:48:35','6acf8ebd-a0a3-4ccb-88f7-bfcd02968ab7'),
(131566,32,50515,NULL,2596,6,'2026-03-25 19:48:35','2026-03-25 19:48:35','26a43b92-8501-4fbb-99cd-86468c4387c8'),
(131567,32,50515,NULL,2602,7,'2026-03-25 19:48:35','2026-03-25 19:48:35','c45547fc-e173-4fc8-bf02-6075a4d18b03'),
(131568,32,50515,NULL,2606,8,'2026-03-25 19:48:35','2026-03-25 19:48:35','c15474ed-ad38-485e-bd9e-13f649506896'),
(131569,32,50515,NULL,2612,9,'2026-03-25 19:48:35','2026-03-25 19:48:35','75aba981-ba5d-4c6c-93c1-33f480e4450c'),
(131570,16,50515,NULL,4610,1,'2026-03-25 19:48:35','2026-03-25 19:48:35','d12f802c-9a81-45b8-a4aa-e0eba117813c'),
(131571,7,50515,NULL,2969,1,'2026-03-25 19:48:35','2026-03-25 19:48:35','77183bae-377b-4fd7-aa0c-e787bb9932ff'),
(131572,7,50515,NULL,9640,2,'2026-03-25 19:48:35','2026-03-25 19:48:35','01da184d-5050-4ca1-9cd3-d7a9cc7782e6'),
(131573,7,50515,NULL,2974,3,'2026-03-25 19:48:35','2026-03-25 19:48:35','4a73b526-09cd-4993-9371-0be90133bbb4'),
(131574,7,50515,NULL,47364,4,'2026-03-25 19:48:35','2026-03-25 19:48:35','b20c1283-0046-4de0-8431-14f096709096'),
(131575,7,50515,NULL,617,5,'2026-03-25 19:48:35','2026-03-25 19:48:35','beae3d1b-eae9-4f52-89e8-c5b5861d5c4a'),
(131576,7,50515,NULL,605,6,'2026-03-25 19:48:35','2026-03-25 19:48:35','d80c5d36-f52e-4d03-8b8f-4b349199d658'),
(131577,7,50515,NULL,9552,7,'2026-03-25 19:48:35','2026-03-25 19:48:35','ad552b2f-c0ba-4e8c-a115-5832d7a2c400'),
(131578,82,50515,NULL,491,1,'2026-03-25 19:48:35','2026-03-25 19:48:35','36c4b813-6f36-4251-a5de-9aa1944cf6c6'),
(131579,57,50515,NULL,9629,1,'2026-03-25 19:48:35','2026-03-25 19:48:35','b774ef8c-939c-4346-a783-ae7bbab52c1a'),
(131580,57,50515,NULL,9631,2,'2026-03-25 19:48:35','2026-03-25 19:48:35','81654a38-b762-49f2-b345-1d9c4c0366b6'),
(131581,57,50515,NULL,9630,3,'2026-03-25 19:48:35','2026-03-25 19:48:35','0eb702fa-41e4-4d89-b302-64e06a654f74'),
(131582,57,50515,NULL,9628,4,'2026-03-25 19:48:35','2026-03-25 19:48:35','ccfa5a06-0656-497b-8097-12204f9b0c4c'),
(131583,57,50515,NULL,9627,5,'2026-03-25 19:48:35','2026-03-25 19:48:35','bf20c7bd-e325-4064-9c35-d7558ad93b91'),
(131584,57,50515,NULL,9632,6,'2026-03-25 19:48:35','2026-03-25 19:48:35','3a123951-8c44-421c-ba5a-b1ebeebd7421'),
(131585,57,50515,NULL,9633,7,'2026-03-25 19:48:35','2026-03-25 19:48:35','daad633c-4619-473d-a1b5-ba3f5252368a'),
(131586,57,50515,NULL,9625,8,'2026-03-25 19:48:35','2026-03-25 19:48:35','9197cc9b-96e6-46c3-93d3-5cf07026de1f'),
(131587,57,50515,NULL,9626,9,'2026-03-25 19:48:35','2026-03-25 19:48:35','4fc3eb7d-7fb1-4458-819c-a1486c3679a3'),
(131588,57,50515,NULL,9624,10,'2026-03-25 19:48:35','2026-03-25 19:48:35','b447d924-f32d-4886-8f0a-5c1cd8367750'),
(131589,57,50515,NULL,9623,11,'2026-03-25 19:48:35','2026-03-25 19:48:35','d3de7dd7-0700-4ff4-a852-54074d3022da'),
(131590,57,50515,NULL,9622,12,'2026-03-25 19:48:35','2026-03-25 19:48:35','7e23095d-950a-483b-aafc-9fa634fb97a6'),
(131591,13,50515,NULL,10152,1,'2026-03-25 19:48:35','2026-03-25 19:48:35','987c6e7d-1ec5-4b01-8ff4-9b6622db036d'),
(131592,66,50516,NULL,50274,1,'2026-03-25 19:48:35','2026-03-25 19:48:35','d6ecfd57-af97-45dd-a0f7-fe1f5fc793f8'),
(131618,66,50519,NULL,50274,1,'2026-03-25 19:49:02','2026-03-25 19:49:02','c5a21add-2b04-45af-b7a2-dbb0ca34936f'),
(131619,32,50520,NULL,2610,1,'2026-03-25 19:49:02','2026-03-25 19:49:02','8b7a958c-22cf-4ed3-8b7f-761eed02db6d'),
(131620,32,50520,NULL,2598,2,'2026-03-25 19:49:02','2026-03-25 19:49:02','40ad4c80-d8b0-477b-9997-2e9f0030fcce'),
(131621,32,50520,NULL,2600,3,'2026-03-25 19:49:02','2026-03-25 19:49:02','89e9b217-952f-4a7a-9248-c5d722b4092b'),
(131622,32,50520,NULL,2602,4,'2026-03-25 19:49:02','2026-03-25 19:49:02','af25b4f8-2850-47bc-a67f-346fb9f646f1'),
(131623,32,50520,NULL,2612,5,'2026-03-25 19:49:02','2026-03-25 19:49:02','fdf313bd-ea9b-46c6-b534-52dcc5b4cd4b'),
(131624,32,50520,NULL,2618,6,'2026-03-25 19:49:02','2026-03-25 19:49:02','e1589cb6-d7dd-41d5-ab9a-0e1dcfa157f5'),
(131625,32,50520,NULL,2604,7,'2026-03-25 19:49:02','2026-03-25 19:49:02','879621fe-bc81-4f14-81ba-4f60a733838b'),
(131626,32,50520,NULL,2608,8,'2026-03-25 19:49:02','2026-03-25 19:49:02','945eca18-3b7b-44ae-ae05-37f05355dfa7'),
(131627,32,50520,NULL,2596,9,'2026-03-25 19:49:02','2026-03-25 19:49:02','630ec382-937c-4dbe-a2b8-134057677977'),
(131628,32,50520,NULL,2606,10,'2026-03-25 19:49:02','2026-03-25 19:49:02','5078fd06-ba1b-462a-88be-8773505945e8'),
(131629,16,50520,NULL,4639,1,'2026-03-25 19:49:02','2026-03-25 19:49:02','21666a75-4b3a-4468-ab0c-ce9435445c98'),
(131630,7,50520,NULL,2974,1,'2026-03-25 19:49:02','2026-03-25 19:49:02','0c234aa3-b941-4dd4-a235-b2e9ecb9f08b'),
(131631,7,50520,NULL,617,2,'2026-03-25 19:49:02','2026-03-25 19:49:02','61ad368f-1cfe-4218-8d13-bf6970f5971e'),
(131632,7,50520,NULL,605,3,'2026-03-25 19:49:02','2026-03-25 19:49:02','97db140d-6a01-46d4-a393-518253a4b633'),
(131633,7,50520,NULL,9552,4,'2026-03-25 19:49:02','2026-03-25 19:49:02','f8d31742-f851-4546-83de-ecf8944e6601'),
(131634,82,50520,NULL,491,1,'2026-03-25 19:49:02','2026-03-25 19:49:02','83320f6f-2354-48ae-821d-935aa8f3c87a'),
(131635,46,50520,NULL,3697,1,'2026-03-25 19:49:02','2026-03-25 19:49:02','74ee15fc-e487-4345-8a35-f57b520f28b6'),
(131636,47,50520,NULL,12494,1,'2026-03-25 19:49:02','2026-03-25 19:49:02','9f1a10f4-7016-49f1-bca7-d5356886dbcc'),
(131637,57,50520,NULL,5084,1,'2026-03-25 19:49:02','2026-03-25 19:49:02','a08f3e24-f625-446f-a5a3-b517f0350f3e'),
(131638,57,50520,NULL,5085,2,'2026-03-25 19:49:02','2026-03-25 19:49:02','d052f469-8b5c-425c-aab4-99d4099aafb2'),
(131639,57,50520,NULL,5086,3,'2026-03-25 19:49:02','2026-03-25 19:49:02','9016f227-23ee-47da-b7ac-0d1cb39b82bc'),
(131640,57,50520,NULL,5087,4,'2026-03-25 19:49:02','2026-03-25 19:49:02','8a29295f-f2ba-449c-9aa0-8fdceffc02fe'),
(131641,57,50520,NULL,5088,5,'2026-03-25 19:49:02','2026-03-25 19:49:02','c84ca404-f547-4ce0-a725-2bb9e8e19664'),
(131642,13,50520,NULL,23842,1,'2026-03-25 19:49:02','2026-03-25 19:49:02','a491196d-8475-4cb1-a92c-95639ee9aab6'),
(131643,66,50521,NULL,50274,1,'2026-03-25 19:49:02','2026-03-25 19:49:02','48b3a233-5623-42d0-8d01-677a9b5347ae'),
(131671,66,50525,NULL,50524,1,'2026-03-25 19:51:03','2026-03-25 19:51:03','b2dbc3f0-6960-49f8-ad30-c559d73c3791'),
(131672,32,50526,NULL,2614,1,'2026-03-25 19:51:03','2026-03-25 19:51:03','bbf8e922-b6a3-4fff-aa12-382de58a0a45'),
(131673,32,50526,NULL,2598,2,'2026-03-25 19:51:03','2026-03-25 19:51:03','a39ef1a5-f591-4708-805d-b27cfe491f1e'),
(131674,32,50526,NULL,2608,3,'2026-03-25 19:51:03','2026-03-25 19:51:03','a3cfbb6f-49a6-4911-99a6-be3673eb43e7'),
(131675,32,50526,NULL,2600,4,'2026-03-25 19:51:03','2026-03-25 19:51:03','e7549e20-fcc1-4f19-82a1-ff94ead3ce34'),
(131676,32,50526,NULL,2596,5,'2026-03-25 19:51:03','2026-03-25 19:51:03','8fb086e0-f3c2-47db-9f19-fbfc36eb1760'),
(131677,32,50526,NULL,2602,6,'2026-03-25 19:51:03','2026-03-25 19:51:03','14cecc9b-806b-4620-849f-d5b1618f60f5'),
(131678,32,50526,NULL,2612,7,'2026-03-25 19:51:03','2026-03-25 19:51:03','c4ca2db3-c178-4116-9909-04c71b1e8c18'),
(131679,32,50526,NULL,2604,8,'2026-03-25 19:51:03','2026-03-25 19:51:03','a13b548a-85da-4210-b342-160e23b4c2fc'),
(131680,16,50526,NULL,10216,1,'2026-03-25 19:51:03','2026-03-25 19:51:03','a22733d8-b184-4df0-b1f8-6ebd11846255'),
(131681,7,50526,NULL,9732,1,'2026-03-25 19:51:03','2026-03-25 19:51:03','819877de-7b5b-4f84-90cc-61d6239bd1a2'),
(131682,7,50526,NULL,617,2,'2026-03-25 19:51:03','2026-03-25 19:51:03','07bec0b4-9cc9-4628-b1c9-0428fbdef44f'),
(131683,7,50526,NULL,605,3,'2026-03-25 19:51:03','2026-03-25 19:51:03','3ebd08fa-c10e-4b0c-8386-d6f77a99df7e'),
(131684,7,50526,NULL,9552,4,'2026-03-25 19:51:03','2026-03-25 19:51:03','669a13db-36b7-4ed3-9955-d08ba08a2edf'),
(131685,82,50526,NULL,479,1,'2026-03-25 19:51:03','2026-03-25 19:51:03','1b123a95-8b9c-4889-9eb9-2619ad7529c2'),
(131686,82,50526,NULL,483,2,'2026-03-25 19:51:03','2026-03-25 19:51:03','c14df1e1-8a51-4a30-80a0-2e469a70421e'),
(131687,47,50526,NULL,12324,1,'2026-03-25 19:51:03','2026-03-25 19:51:03','ec6056b6-0228-4c0e-ae05-312dff207cf4'),
(131688,57,50526,NULL,9694,1,'2026-03-25 19:51:03','2026-03-25 19:51:03','dcdaa0d9-e1e4-411d-b31f-30ea6f16606f'),
(131689,57,50526,NULL,9692,2,'2026-03-25 19:51:03','2026-03-25 19:51:03','aacc325c-4441-4461-9900-8dd7acc70897'),
(131690,57,50526,NULL,9693,3,'2026-03-25 19:51:03','2026-03-25 19:51:03','1b7a7067-d2e0-4dc2-82ae-50f5552cdeef'),
(131691,57,50526,NULL,9685,4,'2026-03-25 19:51:03','2026-03-25 19:51:03','43dba84f-c465-49b6-9f5f-bb80903f1f15'),
(131692,57,50526,NULL,9686,5,'2026-03-25 19:51:03','2026-03-25 19:51:03','3944d4b3-dfee-488d-90e5-dc688278cdfd'),
(131693,57,50526,NULL,9687,6,'2026-03-25 19:51:03','2026-03-25 19:51:03','e4197de2-2ed8-4a8e-9a6b-4933557c23c5'),
(131694,57,50526,NULL,9688,7,'2026-03-25 19:51:03','2026-03-25 19:51:03','997b284e-d9e2-423c-8767-bcd182c40f5d'),
(131695,57,50526,NULL,9689,8,'2026-03-25 19:51:03','2026-03-25 19:51:03','6eb87fe8-b2e6-40b8-a9a6-7fe774fa9a32'),
(131696,57,50526,NULL,9690,9,'2026-03-25 19:51:03','2026-03-25 19:51:03','ebaba346-f0c7-4e3c-9c33-14d25f5f757d'),
(131697,13,50526,NULL,23691,1,'2026-03-25 19:51:03','2026-03-25 19:51:03','dca036d0-d62a-4e7d-a256-f1c67aad1dcf'),
(131698,66,50527,NULL,50524,1,'2026-03-25 19:51:03','2026-03-25 19:51:03','c6d54b57-e66e-4378-97da-2aae7f2735e3'),
(131734,66,50530,NULL,50524,1,'2026-03-25 19:51:39','2026-03-25 19:51:39','cf5ba8a9-9316-4cbb-9f70-bca594e3d07a'),
(131735,32,50531,NULL,2610,1,'2026-03-25 19:51:39','2026-03-25 19:51:39','9d4c85ed-46ce-4c4a-a5a7-d78348d3fbe5'),
(131736,32,50531,NULL,2598,2,'2026-03-25 19:51:39','2026-03-25 19:51:39','9973c4d1-aeb0-4905-90bd-8d7deee42c3f'),
(131737,32,50531,NULL,2600,3,'2026-03-25 19:51:39','2026-03-25 19:51:39','cb8cc91b-a7d8-4c87-a9c2-5085fdebe440'),
(131738,32,50531,NULL,2604,4,'2026-03-25 19:51:39','2026-03-25 19:51:39','3b80ea1a-5e1f-4d96-af69-f721f5164df1'),
(131739,32,50531,NULL,2608,5,'2026-03-25 19:51:39','2026-03-25 19:51:39','62370c98-a988-42c3-9b64-3deac678753b'),
(131740,32,50531,NULL,2596,6,'2026-03-25 19:51:39','2026-03-25 19:51:39','17a405ce-4323-4a02-b42f-ec8e5c8bd8c9'),
(131741,32,50531,NULL,2602,7,'2026-03-25 19:51:39','2026-03-25 19:51:39','a8f625ca-63ec-43c4-a166-2972aeccd12c'),
(131742,32,50531,NULL,2606,8,'2026-03-25 19:51:39','2026-03-25 19:51:39','233664a2-e4f0-4142-94d4-79bd9c39d2f4'),
(131743,32,50531,NULL,2612,9,'2026-03-25 19:51:39','2026-03-25 19:51:39','d2e20814-d7f3-42f1-a25e-d3006725a7a4'),
(131744,16,50531,NULL,3374,1,'2026-03-25 19:51:39','2026-03-25 19:51:39','e2941ea8-9093-4f58-87a4-5d38e2d1216f'),
(131745,7,50531,NULL,3468,1,'2026-03-25 19:51:39','2026-03-25 19:51:39','553c73c4-6d51-4d60-90f8-962cd528ea72'),
(131746,7,50531,NULL,9732,2,'2026-03-25 19:51:39','2026-03-25 19:51:39','15f9cbf7-a381-41a8-a0a5-5b08a4e8f360'),
(131747,7,50531,NULL,617,3,'2026-03-25 19:51:39','2026-03-25 19:51:39','babeeaf4-84f9-4bb2-87d1-4ad41cd10cb5'),
(131748,7,50531,NULL,605,4,'2026-03-25 19:51:39','2026-03-25 19:51:39','c5bf1a2b-1138-40cb-a286-9103f924eda4'),
(131749,7,50531,NULL,9552,5,'2026-03-25 19:51:39','2026-03-25 19:51:39','8dd31f64-aa8d-45c9-889a-3384065ac31d'),
(131750,82,50531,NULL,469,1,'2026-03-25 19:51:39','2026-03-25 19:51:39','4c88471f-8a37-4bde-ae34-1d562eda2f87'),
(131751,82,50531,NULL,475,2,'2026-03-25 19:51:39','2026-03-25 19:51:39','d7f65972-858c-41cd-8c99-0f943e874460'),
(131752,82,50531,NULL,479,3,'2026-03-25 19:51:39','2026-03-25 19:51:39','7c45fffb-9c3a-471b-bf2c-85215e871a84'),
(131753,82,50531,NULL,491,4,'2026-03-25 19:51:39','2026-03-25 19:51:39','94e25abb-6d64-49a6-b57e-385c1e227480'),
(131754,47,50531,NULL,12333,1,'2026-03-25 19:51:39','2026-03-25 19:51:39','9386ecf5-e58f-42fe-ac73-b1fe373b3c7b'),
(131755,57,50531,NULL,3362,1,'2026-03-25 19:51:39','2026-03-25 19:51:39','489b000f-11d7-4969-9034-29bd7b038396'),
(131756,57,50531,NULL,3363,2,'2026-03-25 19:51:39','2026-03-25 19:51:39','130aa4a3-9caa-490b-8b3f-fbe564a12460'),
(131757,57,50531,NULL,3364,3,'2026-03-25 19:51:39','2026-03-25 19:51:39','db8c2f0d-abe0-40fb-a84d-cd25690d5aa8'),
(131758,57,50531,NULL,3365,4,'2026-03-25 19:51:39','2026-03-25 19:51:39','9f603d79-083d-48b1-a7d7-81728dc9c60e'),
(131759,57,50531,NULL,3366,5,'2026-03-25 19:51:39','2026-03-25 19:51:39','5cb826db-9dbd-4842-ad2e-0089dd27e27b'),
(131760,57,50531,NULL,3367,6,'2026-03-25 19:51:39','2026-03-25 19:51:39','97e49360-59ea-43c9-9b4b-96295f6aa479'),
(131761,57,50531,NULL,3368,7,'2026-03-25 19:51:39','2026-03-25 19:51:39','fa89f4d4-df40-40ca-8bf1-c8c0f2604b2e'),
(131762,57,50531,NULL,3369,8,'2026-03-25 19:51:39','2026-03-25 19:51:39','8b82f871-87c5-4ab0-967f-48dbc4dc77d5'),
(131763,57,50531,NULL,3370,9,'2026-03-25 19:51:39','2026-03-25 19:51:39','fec3685a-9f39-4570-be2d-6748a509c733'),
(131764,57,50531,NULL,3371,10,'2026-03-25 19:51:39','2026-03-25 19:51:39','f5506193-3c1b-482d-9dba-401eeef74836'),
(131765,57,50531,NULL,3372,11,'2026-03-25 19:51:39','2026-03-25 19:51:39','09a649df-44a9-44a4-b22e-ee61a408714e'),
(131766,57,50531,NULL,3373,12,'2026-03-25 19:51:39','2026-03-25 19:51:39','b0904730-2617-406e-a12e-77da3dab991b'),
(131767,57,50531,NULL,3374,13,'2026-03-25 19:51:39','2026-03-25 19:51:39','042ff868-110f-4c1b-bca7-5cc71b27a1c7'),
(131768,13,50531,NULL,38800,1,'2026-03-25 19:51:39','2026-03-25 19:51:39','99a9b538-8241-484a-a6a1-82d737e43a52'),
(131769,66,50532,NULL,50524,1,'2026-03-25 19:51:39','2026-03-25 19:51:39','f88aeadd-5bd0-433f-9be8-5c320eb183f9'),
(131798,66,50535,NULL,50524,1,'2026-03-25 19:51:58','2026-03-25 19:51:58','4637ad35-1471-476b-8f90-73227e981e16'),
(131799,32,50536,NULL,2614,1,'2026-03-25 19:51:58','2026-03-25 19:51:58','3fb15188-bdc4-4162-b253-72c8a0325703'),
(131800,32,50536,NULL,2610,2,'2026-03-25 19:51:58','2026-03-25 19:51:58','1ff7c50e-73b3-421a-9a1c-83b522327ad2'),
(131801,32,50536,NULL,2598,3,'2026-03-25 19:51:58','2026-03-25 19:51:58','c25cee2c-93e0-4042-a83b-cfdcd1235ad2'),
(131802,32,50536,NULL,2608,4,'2026-03-25 19:51:58','2026-03-25 19:51:58','8ecb10a6-a305-4b9e-8d66-d150ee621452'),
(131803,32,50536,NULL,2624,5,'2026-03-25 19:51:58','2026-03-25 19:51:58','9387dbbd-f1e1-48c1-bf64-cd7d6ac35761'),
(131804,32,50536,NULL,2600,6,'2026-03-25 19:51:58','2026-03-25 19:51:58','cfa41bce-5311-43d1-bab6-3d4d9ccd39dc'),
(131805,32,50536,NULL,2596,7,'2026-03-25 19:51:58','2026-03-25 19:51:58','5500cd8a-29b5-4bd5-9aaf-7db2f1fa9249'),
(131806,32,50536,NULL,2602,8,'2026-03-25 19:51:58','2026-03-25 19:51:58','baa32f81-55d0-41ca-bf42-d8fbe594594e'),
(131807,32,50536,NULL,2606,9,'2026-03-25 19:51:58','2026-03-25 19:51:58','a1af0c71-c8ec-43bc-b79a-09844ea5b030'),
(131808,32,50536,NULL,2612,10,'2026-03-25 19:51:58','2026-03-25 19:51:58','3e52c479-0004-41de-86f2-be5b4b469dad'),
(131809,32,50536,NULL,2604,11,'2026-03-25 19:51:58','2026-03-25 19:51:58','280453f0-f060-4800-9916-2a42d5dcfe31'),
(131810,16,50536,NULL,10210,1,'2026-03-25 19:51:58','2026-03-25 19:51:58','4d98c889-ede1-42a8-be39-a8ebe7ac1093'),
(131811,7,50536,NULL,2969,1,'2026-03-25 19:51:58','2026-03-25 19:51:58','9e28c1f5-46dd-4247-8938-efecce1d09cd'),
(131812,7,50536,NULL,617,2,'2026-03-25 19:51:58','2026-03-25 19:51:58','930db38c-6056-4348-bf5d-28f2534fea8b'),
(131813,7,50536,NULL,605,3,'2026-03-25 19:51:58','2026-03-25 19:51:58','e8cb419f-bad5-4cea-898c-f68e3b16d4d3'),
(131814,7,50536,NULL,9552,4,'2026-03-25 19:51:58','2026-03-25 19:51:58','73172427-8515-4d36-ad58-0df0da3f2c8f'),
(131815,46,50536,NULL,2891,1,'2026-03-25 19:51:58','2026-03-25 19:51:58','33c1ebe2-b250-476d-86a5-b88cae1a378a'),
(131816,47,50536,NULL,12339,1,'2026-03-25 19:51:58','2026-03-25 19:51:58','8622b05f-f19e-485a-8e39-7ea03f64b7b5'),
(131817,57,50536,NULL,9148,1,'2026-03-25 19:51:58','2026-03-25 19:51:58','617ca854-ad5e-4243-8b54-81442584923f'),
(131818,57,50536,NULL,9145,2,'2026-03-25 19:51:58','2026-03-25 19:51:58','b3ed40b1-20df-4911-8165-a0193cb0a105'),
(131819,57,50536,NULL,9149,3,'2026-03-25 19:51:58','2026-03-25 19:51:58','edb3dba3-eab6-4e78-b49e-f1b3512d1363'),
(131820,57,50536,NULL,9150,4,'2026-03-25 19:51:58','2026-03-25 19:51:58','062092d7-35c1-40cf-8f90-f44b2871b00d'),
(131821,57,50536,NULL,9144,5,'2026-03-25 19:51:58','2026-03-25 19:51:58','881d2f88-ef13-4452-81d3-0995fbc52a33'),
(131822,57,50536,NULL,9146,6,'2026-03-25 19:51:58','2026-03-25 19:51:58','54b80933-2cc2-485a-a1b6-73ec576559a2'),
(131823,57,50536,NULL,9147,7,'2026-03-25 19:51:58','2026-03-25 19:51:58','11d660eb-de20-4848-8f15-1405010c0cdc'),
(131824,57,50536,NULL,10213,8,'2026-03-25 19:51:58','2026-03-25 19:51:58','bb9f6e11-97ad-444e-9bfa-bae15edf2ff2'),
(131825,13,50536,NULL,6922,1,'2026-03-25 19:51:58','2026-03-25 19:51:58','51fd71b3-7f98-4327-96c9-f584aac587bf'),
(131826,66,50537,NULL,50524,1,'2026-03-25 19:51:58','2026-03-25 19:51:58','15c80c57-3673-4e91-b61f-e33d0ad4819e'),
(131851,66,50540,NULL,50524,1,'2026-03-25 19:52:16','2026-03-25 19:52:16','e0f4bae5-0e26-4bf5-8f96-c60685e1684f'),
(131852,32,50541,NULL,2614,1,'2026-03-25 19:52:16','2026-03-25 19:52:16','193195bf-8351-46af-b1d0-394b49189c36'),
(131853,32,50541,NULL,2610,2,'2026-03-25 19:52:16','2026-03-25 19:52:16','14579b1e-7372-4399-9a2a-75dd71b91904'),
(131854,32,50541,NULL,2598,3,'2026-03-25 19:52:16','2026-03-25 19:52:16','0a1a4fc0-9b0d-4419-b6ae-6938fda3a174'),
(131855,32,50541,NULL,2608,4,'2026-03-25 19:52:16','2026-03-25 19:52:16','4553df92-74e0-48e2-9a85-815910292014'),
(131856,32,50541,NULL,2600,5,'2026-03-25 19:52:16','2026-03-25 19:52:16','10472cb1-786d-4e46-9621-fa6efcaca081'),
(131857,32,50541,NULL,2596,6,'2026-03-25 19:52:16','2026-03-25 19:52:16','7b405576-7632-4c62-9b1b-d8783ab0c2ce'),
(131858,32,50541,NULL,2602,7,'2026-03-25 19:52:16','2026-03-25 19:52:16','463b252e-4e5d-4496-8a4e-0730c1e6087c'),
(131859,32,50541,NULL,2612,8,'2026-03-25 19:52:16','2026-03-25 19:52:16','03f34c61-53ab-4e03-8d26-da16bb4ec16f'),
(131860,32,50541,NULL,2604,9,'2026-03-25 19:52:16','2026-03-25 19:52:16','8fe3f831-99b6-439e-a8fd-14188f231900'),
(131861,32,50541,NULL,2606,10,'2026-03-25 19:52:16','2026-03-25 19:52:16','c46fc55a-0094-4127-951c-2a681f453f00'),
(131862,16,50541,NULL,9155,1,'2026-03-25 19:52:16','2026-03-25 19:52:16','7462a3c6-0997-4bb5-9666-b89dbded727e'),
(131863,7,50541,NULL,605,1,'2026-03-25 19:52:16','2026-03-25 19:52:16','855f6da3-1762-47a7-8273-e8ffb9432d67'),
(131864,7,50541,NULL,617,2,'2026-03-25 19:52:16','2026-03-25 19:52:16','a7022c3b-fba9-4a66-938b-496b31af0bf9'),
(131865,7,50541,NULL,9552,3,'2026-03-25 19:52:16','2026-03-25 19:52:16','225a71f0-5f04-45d7-846e-e67a406d3525'),
(131866,82,50541,NULL,479,1,'2026-03-25 19:52:16','2026-03-25 19:52:16','d4d024b9-66d8-42fa-9dde-e252005577ef'),
(131867,47,50541,NULL,12342,1,'2026-03-25 19:52:16','2026-03-25 19:52:16','c688905d-ad6e-4de6-b2b4-9da511796ab6'),
(131868,57,50541,NULL,9160,1,'2026-03-25 19:52:16','2026-03-25 19:52:16','a949e7f6-c72f-4038-9372-7cc867d8753a'),
(131869,57,50541,NULL,9162,2,'2026-03-25 19:52:16','2026-03-25 19:52:16','3b9a6c30-faa4-4b6f-975e-e661e0bc25e6'),
(131870,57,50541,NULL,9164,3,'2026-03-25 19:52:16','2026-03-25 19:52:16','e7d1e4a7-947a-4631-a7f9-8cfcb1ea2ec1'),
(131871,57,50541,NULL,9163,4,'2026-03-25 19:52:16','2026-03-25 19:52:16','0ca1fbcd-e1a5-4ba4-af22-d3ae3598328f'),
(131872,57,50541,NULL,9161,5,'2026-03-25 19:52:16','2026-03-25 19:52:16','aa7fc41a-c7dc-4a5f-88cc-7ce50e703bc1'),
(131873,57,50541,NULL,9165,6,'2026-03-25 19:52:16','2026-03-25 19:52:16','b644bd1c-a5bd-4a34-abb2-e94609de68b6'),
(131874,13,50541,NULL,38805,1,'2026-03-25 19:52:16','2026-03-25 19:52:16','c930924d-1444-4636-98e3-6a8390f5173f'),
(131875,66,50542,NULL,50524,1,'2026-03-25 19:52:16','2026-03-25 19:52:16','9820c667-4018-4fc7-ad33-9c0edcf91393'),
(131908,66,50546,NULL,50524,1,'2026-03-25 19:52:35','2026-03-25 19:52:35','6a361032-2932-489a-8acf-e94f6f21774c'),
(131909,32,50547,NULL,2614,1,'2026-03-25 19:52:35','2026-03-25 19:52:35','8251e824-3cd6-46a2-921e-ec0d1b507ba0'),
(131910,32,50547,NULL,2610,2,'2026-03-25 19:52:35','2026-03-25 19:52:35','b76851fa-0669-4c0d-b26b-c49340c5efb3'),
(131911,32,50547,NULL,2598,3,'2026-03-25 19:52:35','2026-03-25 19:52:35','7ad27d50-5cb6-4135-aa91-06d752754951'),
(131912,32,50547,NULL,2608,4,'2026-03-25 19:52:35','2026-03-25 19:52:35','04d95ff9-edec-4635-82a6-ee3142b12300'),
(131913,32,50547,NULL,2600,5,'2026-03-25 19:52:35','2026-03-25 19:52:35','d9e1d7ea-5417-4419-8720-e6c4b4bd75e9'),
(131914,32,50547,NULL,2596,6,'2026-03-25 19:52:35','2026-03-25 19:52:35','69d7d737-1e35-45dd-9032-51d338ab3b6e'),
(131915,32,50547,NULL,2602,7,'2026-03-25 19:52:35','2026-03-25 19:52:35','0f08df46-a66a-4d1d-af9b-da9a53206b94'),
(131916,32,50547,NULL,2612,8,'2026-03-25 19:52:35','2026-03-25 19:52:35','62291265-93dd-4eb4-bb7c-14ab32a0b4ba'),
(131917,32,50547,NULL,2606,9,'2026-03-25 19:52:35','2026-03-25 19:52:35','f98ee06c-f314-453f-989d-06b71db3dfc6'),
(131918,16,50547,NULL,9749,1,'2026-03-25 19:52:35','2026-03-25 19:52:35','47ecc576-00d7-4535-a301-2b627d64d32c'),
(131919,7,50547,NULL,6547,1,'2026-03-25 19:52:35','2026-03-25 19:52:35','8dfbaaab-c416-4b00-a011-6382dd2ba8bf'),
(131920,7,50547,NULL,9732,2,'2026-03-25 19:52:35','2026-03-25 19:52:35','a1199838-5e8f-4320-ae41-fb30a663af28'),
(131921,7,50547,NULL,9735,3,'2026-03-25 19:52:35','2026-03-25 19:52:35','8e65d25b-338f-41dd-bc6d-40ed4b0d77b3'),
(131922,7,50547,NULL,9640,4,'2026-03-25 19:52:35','2026-03-25 19:52:35','09ac31c0-0783-4616-a807-47b17f07600a'),
(131923,7,50547,NULL,617,5,'2026-03-25 19:52:35','2026-03-25 19:52:35','b0f887fe-7a8e-480e-bd20-d0c005b76d23'),
(131924,7,50547,NULL,605,6,'2026-03-25 19:52:35','2026-03-25 19:52:35','060342b6-c559-4115-a897-9618e4eb68c9'),
(131925,7,50547,NULL,9552,7,'2026-03-25 19:52:35','2026-03-25 19:52:35','83faeea9-d0b6-42a6-9a8f-01fd6b236e80'),
(131926,82,50547,NULL,477,1,'2026-03-25 19:52:35','2026-03-25 19:52:35','df3ab249-5d75-4b71-a783-f9458dc95404'),
(131927,82,50547,NULL,479,2,'2026-03-25 19:52:35','2026-03-25 19:52:35','e40ba9b1-00f1-42ff-b7bb-6397f9371087'),
(131928,47,50547,NULL,12344,1,'2026-03-25 19:52:35','2026-03-25 19:52:35','3c34b73f-6a66-49aa-8ca3-5aa3e37928d0'),
(131929,57,50547,NULL,9804,1,'2026-03-25 19:52:35','2026-03-25 19:52:35','19116232-db16-409b-8002-9786e3867dff'),
(131930,57,50547,NULL,9811,2,'2026-03-25 19:52:35','2026-03-25 19:52:35','00444f7b-dc64-420b-a62d-263a2f969111'),
(131931,57,50547,NULL,9805,3,'2026-03-25 19:52:35','2026-03-25 19:52:35','f455d442-5d0a-4095-9dcf-2f47f9a71ce1'),
(131932,57,50547,NULL,9806,4,'2026-03-25 19:52:35','2026-03-25 19:52:35','453279ad-930e-4da1-8944-edbc61f2f00b'),
(131933,57,50547,NULL,9807,5,'2026-03-25 19:52:35','2026-03-25 19:52:35','21872777-d0e1-4946-956a-0c14888276ee'),
(131934,57,50547,NULL,9800,6,'2026-03-25 19:52:35','2026-03-25 19:52:35','d1842212-bbbb-404e-b770-9dc1f586999f'),
(131935,57,50547,NULL,9808,7,'2026-03-25 19:52:35','2026-03-25 19:52:35','d68371fa-7d56-4eb4-b6eb-0b1ae1d293a1'),
(131936,57,50547,NULL,9809,8,'2026-03-25 19:52:35','2026-03-25 19:52:35','fe172cb5-2625-4d69-8d25-52103a1f8dee'),
(131937,57,50547,NULL,9812,9,'2026-03-25 19:52:35','2026-03-25 19:52:35','fa17c554-c5f0-4117-932c-39d2a254027b'),
(131938,57,50547,NULL,9813,10,'2026-03-25 19:52:35','2026-03-25 19:52:35','ab5aa04d-0ba3-4353-8160-60b4c311678a'),
(131939,13,50547,NULL,6925,1,'2026-03-25 19:52:35','2026-03-25 19:52:35','8800b63c-80b8-47dd-b6b8-f9eb4d557f8a'),
(131940,66,50548,NULL,50524,1,'2026-03-25 19:52:35','2026-03-25 19:52:35','c4d7d087-4eaf-413d-8f5c-87a964071409'),
(131974,66,50551,NULL,50524,1,'2026-03-25 19:52:54','2026-03-25 19:52:54','649d6a3c-24cb-491c-be2d-97fea82f85ec'),
(131975,32,50552,NULL,2614,1,'2026-03-25 19:52:54','2026-03-25 19:52:54','04919445-7658-438d-a00b-8f0a2cf7b90f'),
(131976,32,50552,NULL,2610,2,'2026-03-25 19:52:54','2026-03-25 19:52:54','a07c8a16-7143-45b2-9bd0-9de1fecb6cc1'),
(131977,32,50552,NULL,2598,3,'2026-03-25 19:52:54','2026-03-25 19:52:54','f34838c7-3631-4405-98c6-e6c35a1a3d85'),
(131978,32,50552,NULL,2608,4,'2026-03-25 19:52:54','2026-03-25 19:52:54','e651f3ce-69dd-476e-8999-96e5a2ec8b28'),
(131979,32,50552,NULL,2624,5,'2026-03-25 19:52:54','2026-03-25 19:52:54','c21672b1-ce51-432c-aae3-185d3d1ada24'),
(131980,32,50552,NULL,2600,6,'2026-03-25 19:52:54','2026-03-25 19:52:54','415efbcd-71b6-4e7f-9b74-d3f4a8be19e6'),
(131981,32,50552,NULL,2596,7,'2026-03-25 19:52:54','2026-03-25 19:52:54','469eb1e4-e8d7-4342-8fca-f7e2affecb1a'),
(131982,32,50552,NULL,2602,8,'2026-03-25 19:52:54','2026-03-25 19:52:54','520713f2-5367-405d-a53a-56a677ade456'),
(131983,32,50552,NULL,2606,9,'2026-03-25 19:52:54','2026-03-25 19:52:54','18250af9-9442-4e0d-8005-2ad23bbbcf89'),
(131984,32,50552,NULL,2612,10,'2026-03-25 19:52:54','2026-03-25 19:52:54','06087239-9d2c-4d74-b5a9-7cddbf87957e'),
(131985,32,50552,NULL,2604,11,'2026-03-25 19:52:54','2026-03-25 19:52:54','7cc07ceb-ff9e-4365-ac86-cc31627e1014'),
(131986,16,50552,NULL,9852,1,'2026-03-25 19:52:54','2026-03-25 19:52:54','4c22cec0-aa46-4712-a01d-adf62b9c59d2'),
(131987,7,50552,NULL,605,1,'2026-03-25 19:52:54','2026-03-25 19:52:54','538e1a47-7847-4183-b9e5-50eba5f1cc08'),
(131988,7,50552,NULL,617,2,'2026-03-25 19:52:54','2026-03-25 19:52:54','bf3bc0d6-dd60-4f1a-8cea-de0ac69a524a'),
(131989,7,50552,NULL,9552,3,'2026-03-25 19:52:54','2026-03-25 19:52:54','ef529b87-2f33-428d-bdf2-1d733f8e9d8a'),
(131990,46,50552,NULL,2891,1,'2026-03-25 19:52:54','2026-03-25 19:52:54','47466853-eb08-48d3-a9d7-7450d98875fa'),
(131991,47,50552,NULL,12352,1,'2026-03-25 19:52:54','2026-03-25 19:52:54','b962515b-7641-4d13-ab06-3836811245b5'),
(131992,57,50552,NULL,9861,1,'2026-03-25 19:52:54','2026-03-25 19:52:54','d2d43b01-0be0-41be-b2d2-948dabd92fe9'),
(131993,57,50552,NULL,9866,2,'2026-03-25 19:52:54','2026-03-25 19:52:54','e4555ad5-3eec-4033-879a-b793bf11702e'),
(131994,57,50552,NULL,9865,3,'2026-03-25 19:52:54','2026-03-25 19:52:54','116d3e87-74d6-4fde-a4ef-c154b732d2ea'),
(131995,57,50552,NULL,9862,4,'2026-03-25 19:52:54','2026-03-25 19:52:54','fa6515f8-e8f2-4a86-8b4e-6ade3ef89ca8'),
(131996,57,50552,NULL,9859,5,'2026-03-25 19:52:54','2026-03-25 19:52:54','d1194ab8-ee5d-4fe9-93b1-ce729389a3da'),
(131997,57,50552,NULL,9864,6,'2026-03-25 19:52:54','2026-03-25 19:52:54','c8e166d0-55f8-4985-9473-dceb71ff6b6e'),
(131998,57,50552,NULL,9868,7,'2026-03-25 19:52:54','2026-03-25 19:52:54','33111fc2-b85f-427d-87f4-3abb747e389a'),
(131999,57,50552,NULL,9869,8,'2026-03-25 19:52:54','2026-03-25 19:52:54','38d142a5-9d1e-4a3d-9677-dead8d28bd03'),
(132000,57,50552,NULL,9870,9,'2026-03-25 19:52:54','2026-03-25 19:52:54','9391814c-ce52-4f43-851d-3d62b70422b9'),
(132001,57,50552,NULL,9871,10,'2026-03-25 19:52:54','2026-03-25 19:52:54','7eac9c36-6e74-48b7-a43a-e52e37b4015b'),
(132002,57,50552,NULL,9872,11,'2026-03-25 19:52:54','2026-03-25 19:52:54','bf753944-fdeb-49d6-9970-ca69414c319a'),
(132003,57,50552,NULL,9873,12,'2026-03-25 19:52:54','2026-03-25 19:52:54','935c690d-17f1-40a8-b0dc-687be8bd8b2d'),
(132004,57,50552,NULL,9874,13,'2026-03-25 19:52:54','2026-03-25 19:52:54','34c6d71d-37b1-4bca-a36b-435ee5191940'),
(132005,57,50552,NULL,9876,14,'2026-03-25 19:52:54','2026-03-25 19:52:54','bbd5d7a7-4e94-4e16-9409-0e5fe695392f'),
(132006,13,50552,NULL,6927,1,'2026-03-25 19:52:54','2026-03-25 19:52:54','19f23c29-4eb2-4c85-99ed-28d5f47492a4'),
(132007,66,50553,NULL,50524,1,'2026-03-25 19:52:54','2026-03-25 19:52:54','ebe92a4e-187c-4c98-b31a-cda5ee963c88'),
(132036,66,50556,NULL,50524,1,'2026-03-25 19:53:33','2026-03-25 19:53:33','3ad8f9a0-28ab-4698-929d-37b40e10bd52'),
(132037,32,50557,NULL,2614,1,'2026-03-25 19:53:33','2026-03-25 19:53:33','687685b6-8505-4d68-8e9c-5a1318269461'),
(132038,32,50557,NULL,2610,2,'2026-03-25 19:53:33','2026-03-25 19:53:33','4c950de8-58e1-497c-b54e-a186133e8206'),
(132039,32,50557,NULL,2598,3,'2026-03-25 19:53:33','2026-03-25 19:53:33','3ac5ac98-9cd4-4737-8426-38145a9d23e2'),
(132040,32,50557,NULL,2608,4,'2026-03-25 19:53:33','2026-03-25 19:53:33','506d1b2d-3f2c-422c-904c-110e4585e457'),
(132041,32,50557,NULL,2600,5,'2026-03-25 19:53:33','2026-03-25 19:53:33','5026d738-7a1d-4ba7-bea2-e66dc9db0a65'),
(132042,32,50557,NULL,2596,6,'2026-03-25 19:53:33','2026-03-25 19:53:33','8f17864d-fda0-4ae9-b54b-cb83183a65d6'),
(132043,32,50557,NULL,2602,7,'2026-03-25 19:53:33','2026-03-25 19:53:33','b46ebb0a-913e-4d4e-ad0c-c87716424cc7'),
(132044,32,50557,NULL,2606,8,'2026-03-25 19:53:33','2026-03-25 19:53:33','cda90e57-ec1b-4039-8c66-407df3734a12'),
(132045,32,50557,NULL,2612,9,'2026-03-25 19:53:33','2026-03-25 19:53:33','d1d5bab2-e4d9-4f62-9671-50da2d9bdef3'),
(132046,32,50557,NULL,2604,10,'2026-03-25 19:53:33','2026-03-25 19:53:33','d28f347f-75fb-4189-ba56-8a95530b65e2'),
(132047,16,50557,NULL,9181,1,'2026-03-25 19:53:33','2026-03-25 19:53:33','e65f3aeb-5017-4dc4-af01-9655605f1b3b'),
(132048,7,50557,NULL,2969,1,'2026-03-25 19:53:33','2026-03-25 19:53:33','b89da2bb-29b3-4310-af52-8dd50c4fd739'),
(132049,7,50557,NULL,605,2,'2026-03-25 19:53:33','2026-03-25 19:53:33','0afa4313-dad4-454d-9197-105dd760cd9f'),
(132050,7,50557,NULL,617,3,'2026-03-25 19:53:33','2026-03-25 19:53:33','1db3d44f-8927-42c3-8a32-4e8fa59606f5'),
(132051,7,50557,NULL,9552,4,'2026-03-25 19:53:33','2026-03-25 19:53:33','0cf1bf59-fca3-453e-a8a9-7b7f88034183'),
(132052,47,50557,NULL,12355,1,'2026-03-25 19:53:33','2026-03-25 19:53:33','591abb28-3784-4020-8d32-1cf7fd1b13eb'),
(132053,57,50557,NULL,9184,1,'2026-03-25 19:53:33','2026-03-25 19:53:33','049df36e-80ce-44e2-8ef5-4b4069e268dd'),
(132054,57,50557,NULL,9185,2,'2026-03-25 19:53:33','2026-03-25 19:53:33','a56fa385-ce2b-4ce2-9248-a0817956f0bb'),
(132055,57,50557,NULL,9186,3,'2026-03-25 19:53:33','2026-03-25 19:53:33','80a662ad-eba8-4753-85bb-a837e2a3e657'),
(132056,57,50557,NULL,9187,4,'2026-03-25 19:53:33','2026-03-25 19:53:33','4bb698fb-3d44-479b-abc6-445a7d16220d'),
(132057,57,50557,NULL,9188,5,'2026-03-25 19:53:33','2026-03-25 19:53:33','ca15fd73-1ed8-470c-a542-f1c335e51ae9'),
(132058,57,50557,NULL,9189,6,'2026-03-25 19:53:33','2026-03-25 19:53:33','f6d0b086-fec6-4185-9a16-894dd9df1780'),
(132059,57,50557,NULL,9190,7,'2026-03-25 19:53:33','2026-03-25 19:53:33','4c2de4b6-d809-4fce-8fbd-ffac22b8363a'),
(132060,57,50557,NULL,9191,8,'2026-03-25 19:53:33','2026-03-25 19:53:33','d122b4f0-7f46-4e0f-bb0e-1cbb6daefcda'),
(132061,57,50557,NULL,9192,9,'2026-03-25 19:53:33','2026-03-25 19:53:33','77032864-50b4-4609-8f01-e58d35d3fc14'),
(132062,57,50557,NULL,9193,10,'2026-03-25 19:53:33','2026-03-25 19:53:33','ba179142-7387-4f6f-91bf-39da0d119195'),
(132063,13,50557,NULL,6931,1,'2026-03-25 19:53:33','2026-03-25 19:53:33','4552c7f5-2b1f-46e1-b09f-ff66f9fe5a78'),
(132064,66,50558,NULL,50524,1,'2026-03-25 19:53:33','2026-03-25 19:53:33','a5dead42-ad35-41e8-ba76-8d61ed0ca828'),
(132096,66,50561,NULL,50524,1,'2026-03-25 19:53:51','2026-03-25 19:53:51','05e3432c-c8f7-4382-97f8-6340ea823f4e'),
(132097,32,50562,NULL,2614,1,'2026-03-25 19:53:51','2026-03-25 19:53:51','9c3dbc19-1746-472b-ba3d-a0b22014fb22'),
(132098,32,50562,NULL,2610,2,'2026-03-25 19:53:51','2026-03-25 19:53:51','9e3141e2-a710-41f1-b0df-5d1e2a49fd1a'),
(132099,32,50562,NULL,2598,3,'2026-03-25 19:53:51','2026-03-25 19:53:51','b08ea83c-a09a-48aa-a884-d24814c63a67'),
(132100,32,50562,NULL,2608,4,'2026-03-25 19:53:51','2026-03-25 19:53:51','fbd10a42-bd5b-4e92-861e-7a135768cede'),
(132101,32,50562,NULL,2600,5,'2026-03-25 19:53:51','2026-03-25 19:53:51','1a6c3d80-bb10-4173-a9d5-f804a649ebf4'),
(132102,32,50562,NULL,2596,6,'2026-03-25 19:53:51','2026-03-25 19:53:51','b802dac2-5e99-4434-89e7-9be9fce16440'),
(132103,32,50562,NULL,2602,7,'2026-03-25 19:53:51','2026-03-25 19:53:51','19d760e3-1973-4877-82ae-79db9d3bf6fd'),
(132104,32,50562,NULL,2612,8,'2026-03-25 19:53:51','2026-03-25 19:53:51','617e45d2-76c5-4dcd-8140-69048160ef7a'),
(132105,32,50562,NULL,2604,9,'2026-03-25 19:53:51','2026-03-25 19:53:51','6db11a1f-a194-4326-b612-04812c2f65cf'),
(132106,32,50562,NULL,2606,10,'2026-03-25 19:53:51','2026-03-25 19:53:51','7a48d167-4e09-4ba0-86aa-dea370ca8ca3'),
(132107,16,50562,NULL,9901,1,'2026-03-25 19:53:51','2026-03-25 19:53:51','adbb3588-cf29-484d-a611-6d360e53c76e'),
(132108,7,50562,NULL,605,1,'2026-03-25 19:53:51','2026-03-25 19:53:51','9840a696-e3e8-4aa2-9d0e-5371c61b8dfa'),
(132109,7,50562,NULL,617,2,'2026-03-25 19:53:51','2026-03-25 19:53:51','b33b7df7-fac6-4df2-8a73-0a258f3c1479'),
(132110,7,50562,NULL,9552,3,'2026-03-25 19:53:51','2026-03-25 19:53:51','ced2e651-2049-4796-9790-1e61795a6a95'),
(132111,82,50562,NULL,479,1,'2026-03-25 19:53:51','2026-03-25 19:53:51','afa2cf27-a2b3-4cf2-bb3c-71de308e8f8a'),
(132112,47,50562,NULL,12358,1,'2026-03-25 19:53:51','2026-03-25 19:53:51','e96c1972-50c2-4cd1-aec3-b27b8ac46932'),
(132113,57,50562,NULL,9903,1,'2026-03-25 19:53:51','2026-03-25 19:53:51','be56c625-92fd-4565-a25b-c493c6909b38'),
(132114,57,50562,NULL,9904,2,'2026-03-25 19:53:51','2026-03-25 19:53:51','22a5037f-8fbe-4368-8389-6e617f7596f9'),
(132115,57,50562,NULL,9907,3,'2026-03-25 19:53:51','2026-03-25 19:53:51','dfd9a7cf-b2cd-4c0d-866d-d6577c6751b3'),
(132116,57,50562,NULL,9908,4,'2026-03-25 19:53:51','2026-03-25 19:53:51','fc6a60a1-0dfa-4cc8-a2ee-744daa750ce1'),
(132117,57,50562,NULL,9909,5,'2026-03-25 19:53:51','2026-03-25 19:53:51','43c519f4-6da5-450e-a78a-ebfc767ae917'),
(132118,57,50562,NULL,9910,6,'2026-03-25 19:53:51','2026-03-25 19:53:51','dcdee8d4-906e-452c-bda6-ce11c0ad8250'),
(132119,57,50562,NULL,9911,7,'2026-03-25 19:53:51','2026-03-25 19:53:51','06332004-ce66-458d-bae1-cbec71a10582'),
(132120,57,50562,NULL,9912,8,'2026-03-25 19:53:51','2026-03-25 19:53:51','23c00dc5-2691-43f8-a39b-f81951316f61'),
(132121,57,50562,NULL,9913,9,'2026-03-25 19:53:51','2026-03-25 19:53:51','ce2c70be-7db9-4aab-87a8-91ccccb930b9'),
(132122,57,50562,NULL,9914,10,'2026-03-25 19:53:51','2026-03-25 19:53:51','3331751e-b2e8-4533-97a3-409dad36887a'),
(132123,57,50562,NULL,9915,11,'2026-03-25 19:53:51','2026-03-25 19:53:51','c066d8e9-c7e0-42fc-8d4a-c317f5b4b6ff'),
(132124,57,50562,NULL,9905,12,'2026-03-25 19:53:51','2026-03-25 19:53:51','af2cd7ef-0253-4415-9ba3-822e1d816005'),
(132125,57,50562,NULL,9906,13,'2026-03-25 19:53:51','2026-03-25 19:53:51','22abfa43-6b21-4519-8066-b717108e35e0'),
(132126,13,50562,NULL,38811,1,'2026-03-25 19:53:51','2026-03-25 19:53:51','6c4a14a5-7d76-4bf1-ae3c-32c6204f0612'),
(132127,66,50563,NULL,50524,1,'2026-03-25 19:53:51','2026-03-25 19:53:51','ac52cccd-8813-40de-b043-d245ba6b9452'),
(132155,66,50566,NULL,50524,1,'2026-03-25 19:54:11','2026-03-25 19:54:11','00418e97-c9aa-4cd8-85bd-24126a9c7ce6'),
(132156,32,50567,NULL,2614,1,'2026-03-25 19:54:11','2026-03-25 19:54:11','8b9f6a49-4fd8-45da-b07b-60b89bc1df45'),
(132157,32,50567,NULL,2610,2,'2026-03-25 19:54:11','2026-03-25 19:54:11','a1b0aab8-9ed1-49fa-b777-7d7d7a6272dc'),
(132158,32,50567,NULL,2598,3,'2026-03-25 19:54:11','2026-03-25 19:54:11','a46f9884-4313-4bc2-8ab3-cd9345201e6d'),
(132159,32,50567,NULL,2608,4,'2026-03-25 19:54:11','2026-03-25 19:54:11','28ae60e1-6830-4bd0-9589-b0b049f5058b'),
(132160,32,50567,NULL,2624,5,'2026-03-25 19:54:11','2026-03-25 19:54:11','453c0abe-ee10-4ef7-b8f6-3413e1e25f64'),
(132161,32,50567,NULL,2600,6,'2026-03-25 19:54:11','2026-03-25 19:54:11','ef5d29bd-0d2a-4f86-9e65-5ef28814bd55'),
(132162,32,50567,NULL,2596,7,'2026-03-25 19:54:11','2026-03-25 19:54:11','bcb8999a-2b20-4afd-8063-5870d4a0198a'),
(132163,32,50567,NULL,2602,8,'2026-03-25 19:54:11','2026-03-25 19:54:11','6c2bf87c-bd80-40e6-a725-edcfa120689d'),
(132164,32,50567,NULL,2606,9,'2026-03-25 19:54:11','2026-03-25 19:54:11','6b751167-f598-4083-8a2e-4d4ec5b6ba8c'),
(132165,32,50567,NULL,2612,10,'2026-03-25 19:54:11','2026-03-25 19:54:11','3730f859-3f0c-458f-82e8-9fbe673a05e7'),
(132166,32,50567,NULL,2604,11,'2026-03-25 19:54:11','2026-03-25 19:54:11','8904f911-0489-4308-8400-a22d325f915d'),
(132167,16,50567,NULL,9204,1,'2026-03-25 19:54:11','2026-03-25 19:54:11','43b57a62-a29b-4153-bb8d-de0bbf74874f'),
(132168,7,50567,NULL,3468,1,'2026-03-25 19:54:11','2026-03-25 19:54:11','b39b6578-2dcc-445a-8456-c0afb1a97e8a'),
(132169,7,50567,NULL,617,2,'2026-03-25 19:54:11','2026-03-25 19:54:11','02a306d2-c1a8-4897-b5d3-1945519ed024'),
(132170,7,50567,NULL,605,3,'2026-03-25 19:54:11','2026-03-25 19:54:11','4a647590-b07e-4405-9ae8-d94f73079f5e'),
(132171,7,50567,NULL,9552,4,'2026-03-25 19:54:11','2026-03-25 19:54:11','4d2568d5-d98f-4ce4-8c66-ec1fd13d67e2'),
(132172,46,50567,NULL,2891,1,'2026-03-25 19:54:11','2026-03-25 19:54:11','6177bfe3-b870-493b-a43e-e76943e75575'),
(132173,47,50567,NULL,12360,1,'2026-03-25 19:54:11','2026-03-25 19:54:11','205d9dc3-ce2d-4ebb-a182-be6b82f4e19f'),
(132174,57,50567,NULL,9211,1,'2026-03-25 19:54:11','2026-03-25 19:54:11','f340edac-68ec-4421-8a70-e7e467b91a6b'),
(132175,57,50567,NULL,9210,2,'2026-03-25 19:54:11','2026-03-25 19:54:11','81deb9ab-c19c-4cc7-889d-ba903f5d18f2'),
(132176,57,50567,NULL,9213,3,'2026-03-25 19:54:11','2026-03-25 19:54:11','973b5cb0-5570-41fe-9683-06ee0133a754'),
(132177,57,50567,NULL,9212,4,'2026-03-25 19:54:11','2026-03-25 19:54:11','e5cb2b4f-5732-4843-a3de-3d3dd5eddd57'),
(132178,57,50567,NULL,9209,5,'2026-03-25 19:54:11','2026-03-25 19:54:11','2bba680d-fc34-4fca-b7f0-72887cf40c98'),
(132179,57,50567,NULL,9207,6,'2026-03-25 19:54:11','2026-03-25 19:54:11','d9d8370d-fe3c-4c70-8e48-f7f0fc252cec'),
(132180,57,50567,NULL,9208,7,'2026-03-25 19:54:11','2026-03-25 19:54:11','43fd3001-a5f9-4431-99ef-afbb7008403b'),
(132181,13,50567,NULL,38814,1,'2026-03-25 19:54:11','2026-03-25 19:54:11','35c42a8d-482d-43ec-a48f-94ed40a6819a'),
(132182,66,50568,NULL,50524,1,'2026-03-25 19:54:11','2026-03-25 19:54:11','28d5844c-6b3b-47c1-8c90-17cb95e54b63'),
(132208,66,50571,NULL,50524,1,'2026-03-25 19:54:30','2026-03-25 19:54:30','5d8664f6-ed98-40da-a961-47027a25a4ef'),
(132209,32,50572,NULL,2610,1,'2026-03-25 19:54:30','2026-03-25 19:54:30','63fbe1b8-8831-49f5-99b5-6069b038aabf'),
(132210,32,50572,NULL,2598,2,'2026-03-25 19:54:30','2026-03-25 19:54:30','8b9c643b-d67f-45c5-bd39-1b1b0b1c7ed1'),
(132211,32,50572,NULL,2600,3,'2026-03-25 19:54:30','2026-03-25 19:54:30','918305e6-beba-4494-aecc-c8b1a8024873'),
(132212,32,50572,NULL,2606,4,'2026-03-25 19:54:30','2026-03-25 19:54:30','4e82f2d2-1205-4349-9b69-97533b4ccb16'),
(132213,32,50572,NULL,2604,5,'2026-03-25 19:54:30','2026-03-25 19:54:30','523f78b6-573e-4b7a-ae76-e0a968612e10'),
(132214,32,50572,NULL,2614,6,'2026-03-25 19:54:30','2026-03-25 19:54:30','d31eb21a-aa39-4815-8e90-357c524098c7'),
(132215,32,50572,NULL,2608,7,'2026-03-25 19:54:30','2026-03-25 19:54:30','c6a89ef9-1689-4377-9b27-6eea688142f2'),
(132216,32,50572,NULL,2596,8,'2026-03-25 19:54:30','2026-03-25 19:54:30','d386407f-bf97-448e-ba74-ef6685d2762c'),
(132217,32,50572,NULL,2602,9,'2026-03-25 19:54:30','2026-03-25 19:54:30','f1b884bb-9879-4f63-9cd6-fcfe3a4d82dd'),
(132218,32,50572,NULL,2612,10,'2026-03-25 19:54:30','2026-03-25 19:54:30','41911735-0602-450a-8ca1-8402d82e87fa'),
(132219,16,50572,NULL,5191,1,'2026-03-25 19:54:30','2026-03-25 19:54:30','592503e5-f283-4123-80e9-77780d562c2b'),
(132220,7,50572,NULL,2969,1,'2026-03-25 19:54:30','2026-03-25 19:54:30','8313aa42-c686-4530-b853-bb7ceb58123f'),
(132221,7,50572,NULL,28766,2,'2026-03-25 19:54:30','2026-03-25 19:54:30','84a92ef9-9806-4894-bc6d-b0a2cd289571'),
(132222,7,50572,NULL,617,3,'2026-03-25 19:54:30','2026-03-25 19:54:30','b5070b1b-a0f4-4f97-b4de-f1620735416c'),
(132223,7,50572,NULL,605,4,'2026-03-25 19:54:30','2026-03-25 19:54:30','d7b9665a-f011-47cf-b407-ba3a5e07c483'),
(132224,7,50572,NULL,9552,5,'2026-03-25 19:54:30','2026-03-25 19:54:30','af095f76-f26b-4b8a-9297-c69c0297e0eb'),
(132225,47,50572,NULL,12370,1,'2026-03-25 19:54:30','2026-03-25 19:54:30','1f6aee37-abc6-4de3-ae1c-b4cb3f3a28e1'),
(132226,57,50572,NULL,5185,1,'2026-03-25 19:54:30','2026-03-25 19:54:30','915a41fe-0f2a-4b6c-ac02-ad80291301dc'),
(132227,57,50572,NULL,5186,2,'2026-03-25 19:54:30','2026-03-25 19:54:30','d42c7a4d-e6d6-475a-81d2-82c58e6229cf'),
(132228,57,50572,NULL,5187,3,'2026-03-25 19:54:30','2026-03-25 19:54:30','9d789745-30ca-4481-8ca4-e48ed559a8b6'),
(132229,57,50572,NULL,5188,4,'2026-03-25 19:54:30','2026-03-25 19:54:30','1aa6a4ec-aacf-4b3f-9057-017a7de54ece'),
(132230,57,50572,NULL,5189,5,'2026-03-25 19:54:30','2026-03-25 19:54:30','1a3e7cc0-d8f4-4a76-b88b-f1f14716ad93'),
(132231,57,50572,NULL,5190,6,'2026-03-25 19:54:30','2026-03-25 19:54:30','60ef3459-7a14-4430-a9c1-037826f13e71'),
(132232,13,50572,NULL,24348,1,'2026-03-25 19:54:30','2026-03-25 19:54:30','d287df36-7cb2-4480-9529-75af1989bd4f'),
(132233,66,50573,NULL,50524,1,'2026-03-25 19:54:30','2026-03-25 19:54:30','c2601c70-281b-470e-b6f3-cb440f640c39'),
(132261,66,50576,NULL,50524,1,'2026-03-25 19:54:53','2026-03-25 19:54:53','d1b59f88-6a26-4772-b226-0afbf57d5584'),
(132262,32,50577,NULL,2610,1,'2026-03-25 19:54:53','2026-03-25 19:54:53','90a3e736-a04e-426f-b5a9-6bdc2c087c58'),
(132263,32,50577,NULL,2598,2,'2026-03-25 19:54:53','2026-03-25 19:54:53','bb300bd0-7634-4cfa-9e54-5ff3d91a82ce'),
(132264,32,50577,NULL,2600,3,'2026-03-25 19:54:53','2026-03-25 19:54:53','9a90abcc-c26a-4b49-a3b0-6a64b798222f'),
(132265,32,50577,NULL,2604,4,'2026-03-25 19:54:53','2026-03-25 19:54:53','1d361b9d-a408-46c8-8158-6166bc824e75'),
(132266,32,50577,NULL,2608,5,'2026-03-25 19:54:53','2026-03-25 19:54:53','8538632f-92b5-4176-84f4-26ef27a58df7'),
(132267,32,50577,NULL,2596,6,'2026-03-25 19:54:53','2026-03-25 19:54:53','0872f2c9-fb3e-4014-8b85-28bcbca98bea'),
(132268,32,50577,NULL,2602,7,'2026-03-25 19:54:53','2026-03-25 19:54:53','b84ae67c-c14d-4974-9d86-6b6f0bc1c8a8'),
(132269,32,50577,NULL,2606,8,'2026-03-25 19:54:53','2026-03-25 19:54:53','491d82f8-9884-41de-8b71-fcf5f5ac7201'),
(132270,32,50577,NULL,2612,9,'2026-03-25 19:54:53','2026-03-25 19:54:53','c394a40a-1dcf-4669-9cb1-bcf35f0c9314'),
(132271,16,50577,NULL,9219,1,'2026-03-25 19:54:53','2026-03-25 19:54:53','49722802-c3d8-409c-a05f-59b80f4b5c6d'),
(132272,7,50577,NULL,601,1,'2026-03-25 19:54:53','2026-03-25 19:54:53','a8dc356d-a4d6-4b2f-913c-0bbaa04d0942'),
(132273,7,50577,NULL,605,2,'2026-03-25 19:54:53','2026-03-25 19:54:53','ece727ef-44d0-4103-ac5b-01162315fa43'),
(132274,7,50577,NULL,617,3,'2026-03-25 19:54:53','2026-03-25 19:54:53','03e0ec40-3066-4763-bd7b-dba3d2d9f612'),
(132275,7,50577,NULL,9552,4,'2026-03-25 19:54:53','2026-03-25 19:54:53','a41185e6-2e12-4892-a3e8-5c26d9724ff3'),
(132276,82,50577,NULL,469,1,'2026-03-25 19:54:53','2026-03-25 19:54:53','fed35588-b4c3-4753-bd1d-ceb105f685d8'),
(132277,82,50577,NULL,475,2,'2026-03-25 19:54:53','2026-03-25 19:54:53','f3950add-2bb8-4302-86bf-fc10ba1796be'),
(132278,82,50577,NULL,479,3,'2026-03-25 19:54:53','2026-03-25 19:54:53','98068ab6-c784-417e-b4e0-136e235b20e4'),
(132279,82,50577,NULL,491,4,'2026-03-25 19:54:53','2026-03-25 19:54:53','357ebfea-df96-4349-9d25-cdcd04f8f64e'),
(132280,47,50577,NULL,27449,1,'2026-03-25 19:54:53','2026-03-25 19:54:53','88e602a9-18c5-46a4-8707-fb93c9dff0ec'),
(132281,57,50577,NULL,9222,1,'2026-03-25 19:54:53','2026-03-25 19:54:53','66d473bc-b2df-4054-a467-a94be955f2b0'),
(132282,57,50577,NULL,9223,2,'2026-03-25 19:54:53','2026-03-25 19:54:53','e84a0c7c-8c05-474c-a557-0fa5c9ba2004'),
(132283,57,50577,NULL,9224,3,'2026-03-25 19:54:53','2026-03-25 19:54:53','2862e140-301b-45e2-9b84-ac6b2dd513dc'),
(132284,57,50577,NULL,9225,4,'2026-03-25 19:54:53','2026-03-25 19:54:53','c5a5661d-36f3-4101-bda4-a279df2c8faa'),
(132285,57,50577,NULL,9226,5,'2026-03-25 19:54:53','2026-03-25 19:54:53','fa26feb6-6800-47dd-9809-3c30f8fe110a'),
(132286,57,50577,NULL,12288,6,'2026-03-25 19:54:53','2026-03-25 19:54:53','c31f5151-964d-4329-8e3a-daff60d0351e'),
(132287,13,50577,NULL,23697,1,'2026-03-25 19:54:53','2026-03-25 19:54:53','133c6207-331b-41df-b0fe-3feb37f6076f'),
(132288,66,50578,NULL,50524,1,'2026-03-25 19:54:53','2026-03-25 19:54:53','3ebee8b3-031c-4b5e-8f18-e120f6674489'),
(132321,66,50581,NULL,50524,1,'2026-03-25 19:55:08','2026-03-25 19:55:08','cc69f737-faa8-4c34-b3cb-5a294c007395'),
(132322,32,50582,NULL,2610,1,'2026-03-25 19:55:08','2026-03-25 19:55:08','b7b3bba0-727e-46f0-b601-0abb7494d110'),
(132323,32,50582,NULL,2598,2,'2026-03-25 19:55:08','2026-03-25 19:55:08','b7d74cca-fd0d-4b9a-a2bc-d139e5805454'),
(132324,32,50582,NULL,2600,3,'2026-03-25 19:55:08','2026-03-25 19:55:08','d48ffb7e-653f-490c-b9c3-89ea949a51e6'),
(132325,32,50582,NULL,2604,4,'2026-03-25 19:55:08','2026-03-25 19:55:08','edde71be-a07a-4dc1-99fb-c950c2546059'),
(132326,32,50582,NULL,2608,5,'2026-03-25 19:55:08','2026-03-25 19:55:08','2fffcf89-6378-46cf-8291-bf4f409a893e'),
(132327,32,50582,NULL,2596,6,'2026-03-25 19:55:08','2026-03-25 19:55:08','8416e958-ce41-4174-934d-f7c462a13ceb'),
(132328,32,50582,NULL,2602,7,'2026-03-25 19:55:08','2026-03-25 19:55:08','71329ad4-d7e5-4821-abc2-e3d97b0cccdd'),
(132329,32,50582,NULL,2606,8,'2026-03-25 19:55:08','2026-03-25 19:55:08','49da8571-0931-4b59-b8d8-32ba32c2dcb8'),
(132330,32,50582,NULL,2612,9,'2026-03-25 19:55:08','2026-03-25 19:55:08','a38755e6-a6d8-4708-b3b8-67eb57d94e69'),
(132331,16,50582,NULL,9947,1,'2026-03-25 19:55:08','2026-03-25 19:55:08','5e28ab22-2854-4ff4-990b-154e30e7846d'),
(132332,7,50582,NULL,605,1,'2026-03-25 19:55:08','2026-03-25 19:55:08','f0a5b88d-39f0-4045-b597-09f014561452'),
(132333,7,50582,NULL,617,2,'2026-03-25 19:55:08','2026-03-25 19:55:08','98afc7d4-d610-4c88-8b88-ab213a3ea5b8'),
(132334,7,50582,NULL,9552,3,'2026-03-25 19:55:08','2026-03-25 19:55:08','38c062bd-30eb-42d0-9351-6bfbfd2b8415'),
(132335,82,50582,NULL,469,1,'2026-03-25 19:55:08','2026-03-25 19:55:08','a457c0f2-b359-4894-a1ef-851c5b106685'),
(132336,82,50582,NULL,475,2,'2026-03-25 19:55:08','2026-03-25 19:55:08','f1280329-c89a-4519-abba-301e41848568'),
(132337,82,50582,NULL,479,3,'2026-03-25 19:55:08','2026-03-25 19:55:08','bc60e3bf-cf76-4ce7-9d7b-e73a390153bc'),
(132338,82,50582,NULL,491,4,'2026-03-25 19:55:08','2026-03-25 19:55:08','08083f88-53ed-48f5-b61f-67485460b322'),
(132339,47,50582,NULL,12368,1,'2026-03-25 19:55:08','2026-03-25 19:55:08','180b2da4-0ab8-49ff-911c-ea407ee4922e'),
(132340,57,50582,NULL,9959,1,'2026-03-25 19:55:08','2026-03-25 19:55:08','28b96309-b4a3-457f-888d-6eba58f24c1c'),
(132341,57,50582,NULL,9972,2,'2026-03-25 19:55:08','2026-03-25 19:55:08','5cb34544-17c3-4f0e-99c2-6e8fc27f9db1'),
(132342,57,50582,NULL,9973,3,'2026-03-25 19:55:08','2026-03-25 19:55:08','4e514500-a9c3-42dd-b9eb-bb64d84ae840'),
(132343,57,50582,NULL,9957,4,'2026-03-25 19:55:08','2026-03-25 19:55:08','126a6fd1-dd1d-4bf6-adb9-73f874eadf8f'),
(132344,57,50582,NULL,9953,5,'2026-03-25 19:55:08','2026-03-25 19:55:08','cf2a4cfa-28aa-4ed6-83fc-f891678746a3'),
(132345,57,50582,NULL,9954,6,'2026-03-25 19:55:08','2026-03-25 19:55:08','63fceb2a-9f7b-4f63-a3c7-e7bca6c92739'),
(132346,57,50582,NULL,9956,7,'2026-03-25 19:55:08','2026-03-25 19:55:08','fc5a53ef-709f-416d-8636-d872ca7a6c5f'),
(132347,57,50582,NULL,9949,8,'2026-03-25 19:55:08','2026-03-25 19:55:08','c946f379-c834-488c-9305-ba2c4270d1c3'),
(132348,57,50582,NULL,9958,9,'2026-03-25 19:55:08','2026-03-25 19:55:08','2f181815-d8c1-46c0-a7d4-2350269835da'),
(132349,57,50582,NULL,9960,10,'2026-03-25 19:55:08','2026-03-25 19:55:08','a2185c96-e59b-4ad1-b6c3-3f15d00df5f1'),
(132350,57,50582,NULL,9962,11,'2026-03-25 19:55:08','2026-03-25 19:55:08','44b4df9c-5aba-43c7-9058-b39a97c9ecbe'),
(132351,57,50582,NULL,9971,12,'2026-03-25 19:55:08','2026-03-25 19:55:08','7e3a64a1-b44a-4258-a83a-7c6f893c6075'),
(132352,13,50582,NULL,7732,1,'2026-03-25 19:55:08','2026-03-25 19:55:08','b8a00312-94f3-48df-8f8e-1b4aeb780fdf'),
(132353,66,50583,NULL,50524,1,'2026-03-25 19:55:08','2026-03-25 19:55:08','35e66c3f-aaac-48cc-9124-126546374177'),
(132381,66,50587,NULL,50524,1,'2026-03-25 19:55:26','2026-03-25 19:55:26','b6a23e46-c0f7-4482-8d76-88d9d58d3e9f'),
(132382,32,50588,NULL,2614,1,'2026-03-25 19:55:26','2026-03-25 19:55:26','66b16039-8840-4636-8803-e1b3398c1f73'),
(132383,32,50588,NULL,2610,2,'2026-03-25 19:55:26','2026-03-25 19:55:26','4482ce40-59f9-4dc3-9c31-95b31b824613'),
(132384,32,50588,NULL,2598,3,'2026-03-25 19:55:26','2026-03-25 19:55:26','a1cc74ee-a529-4624-82d6-adddc77643d8'),
(132385,32,50588,NULL,2608,4,'2026-03-25 19:55:26','2026-03-25 19:55:26','27634082-8745-4d07-b91d-8bfa2de4d88d'),
(132386,32,50588,NULL,2600,5,'2026-03-25 19:55:26','2026-03-25 19:55:26','a72df12b-eed1-42ed-9873-882e10566bde'),
(132387,32,50588,NULL,2596,6,'2026-03-25 19:55:26','2026-03-25 19:55:26','d4046769-8a19-43f0-b340-57d300c317b5'),
(132388,32,50588,NULL,2602,7,'2026-03-25 19:55:26','2026-03-25 19:55:26','26ad8768-9c00-427f-bbaf-1868d5519fe2'),
(132389,32,50588,NULL,2612,8,'2026-03-25 19:55:26','2026-03-25 19:55:26','05273fd3-781b-492f-ac5a-60ac11f9ae25'),
(132390,32,50588,NULL,2604,9,'2026-03-25 19:55:26','2026-03-25 19:55:26','bee835ca-a582-4ecf-9b32-6687479822a3'),
(132391,32,50588,NULL,2606,10,'2026-03-25 19:55:26','2026-03-25 19:55:26','3188c9ac-652c-4cae-abbd-d6895572fa1b'),
(132392,16,50588,NULL,9238,1,'2026-03-25 19:55:26','2026-03-25 19:55:26','cd488d09-4d51-4e3b-ba10-1c3e1a349398'),
(132393,7,50588,NULL,3468,1,'2026-03-25 19:55:26','2026-03-25 19:55:26','d9771bc0-1b76-477e-87b7-b35328940bb0'),
(132394,7,50588,NULL,601,2,'2026-03-25 19:55:26','2026-03-25 19:55:26','4c382ff0-63e5-43bb-8da6-ce5f17bda651'),
(132395,7,50588,NULL,617,3,'2026-03-25 19:55:26','2026-03-25 19:55:26','6cb24ab7-930f-4e72-b903-2b948bcdc077'),
(132396,7,50588,NULL,9552,4,'2026-03-25 19:55:26','2026-03-25 19:55:26','c5259e67-959e-472d-a60c-60079168a5d4'),
(132397,7,50588,NULL,605,5,'2026-03-25 19:55:26','2026-03-25 19:55:26','3439d695-bdf8-4c15-8297-b186ce594403'),
(132398,82,50588,NULL,479,1,'2026-03-25 19:55:26','2026-03-25 19:55:26','dc8e1b97-a219-4880-9eb6-014323c6e2a2'),
(132399,47,50588,NULL,12374,1,'2026-03-25 19:55:26','2026-03-25 19:55:26','39353f31-d4dd-4246-9224-56d2704f61b2'),
(132400,57,50588,NULL,9244,1,'2026-03-25 19:55:26','2026-03-25 19:55:26','768a6494-b231-4a0e-b753-e92dc24a918e'),
(132401,57,50588,NULL,9250,2,'2026-03-25 19:55:26','2026-03-25 19:55:26','29b8dcee-70c0-4c27-baab-12ae1242fed5'),
(132402,57,50588,NULL,9245,3,'2026-03-25 19:55:26','2026-03-25 19:55:26','24b669ac-fd8a-4eda-889f-15d2c47361ba'),
(132403,57,50588,NULL,9246,4,'2026-03-25 19:55:26','2026-03-25 19:55:26','f113f8fd-6289-481f-b0f8-e08784727f9f'),
(132404,57,50588,NULL,9247,5,'2026-03-25 19:55:26','2026-03-25 19:55:26','18e5f2d8-9962-41f8-9515-1ffa2baac892'),
(132405,57,50588,NULL,9248,6,'2026-03-25 19:55:26','2026-03-25 19:55:26','e6a226b0-223f-4728-b6c6-e71daf0bd6ed'),
(132406,57,50588,NULL,9249,7,'2026-03-25 19:55:26','2026-03-25 19:55:26','96dc5371-faf1-4992-bc38-08e0c3e8ec09'),
(132407,13,50588,NULL,38802,1,'2026-03-25 19:55:26','2026-03-25 19:55:26','c94b21f2-ab8b-4854-b662-8d22345ea041'),
(132408,66,50589,NULL,50524,1,'2026-03-25 19:55:26','2026-03-25 19:55:26','159fbaab-1abf-49d4-8fa4-f4fa0888b6eb'),
(132436,66,50593,NULL,50592,1,'2026-03-25 19:57:30','2026-03-25 19:57:30','0a0e7c72-ed11-4e40-a18e-6aa43966e7f4'),
(132437,32,50594,NULL,2610,1,'2026-03-25 19:57:30','2026-03-25 19:57:30','c0b9e84c-34b7-493e-9ed2-d82f3a7afe4a'),
(132438,32,50594,NULL,2598,2,'2026-03-25 19:57:30','2026-03-25 19:57:30','4a0a9d8e-d0e9-4717-a0f9-f810dfaf0808'),
(132439,32,50594,NULL,2608,3,'2026-03-25 19:57:30','2026-03-25 19:57:30','6b3ea92c-a291-4e6d-bab3-b3eccf0b0e0d'),
(132440,32,50594,NULL,2624,4,'2026-03-25 19:57:30','2026-03-25 19:57:30','f8f97191-621c-4ade-9202-c4468d1f8d99'),
(132441,32,50594,NULL,2600,5,'2026-03-25 19:57:30','2026-03-25 19:57:30','7a7d0685-c21c-447c-aef6-abba92e3e16b'),
(132442,32,50594,NULL,2596,6,'2026-03-25 19:57:30','2026-03-25 19:57:30','8072b925-32c4-46e9-ad0f-fc447875baab'),
(132443,32,50594,NULL,2602,7,'2026-03-25 19:57:30','2026-03-25 19:57:30','b68ecbd2-98d1-492e-9791-616bf476d76d'),
(132444,32,50594,NULL,2606,8,'2026-03-25 19:57:30','2026-03-25 19:57:30','55217919-592a-4687-bde7-6003c6660031'),
(132445,32,50594,NULL,2612,9,'2026-03-25 19:57:30','2026-03-25 19:57:30','063936ac-3bd3-4afc-bd42-e1c4dd2100fb'),
(132446,32,50594,NULL,2604,10,'2026-03-25 19:57:30','2026-03-25 19:57:30','6783bf0a-a78c-4430-bcd2-9905513533d4'),
(132447,16,50594,NULL,4786,1,'2026-03-25 19:57:30','2026-03-25 19:57:30','2f94db4b-9f60-41e8-bf50-e0d9f1f1a441'),
(132448,7,50594,NULL,6547,1,'2026-03-25 19:57:30','2026-03-25 19:57:30','06d4d443-608d-4281-bd66-6b8e6ece35c0'),
(132449,7,50594,NULL,601,2,'2026-03-25 19:57:30','2026-03-25 19:57:30','009ca14a-5a2e-4aa5-969a-26f475d77210'),
(132450,7,50594,NULL,617,3,'2026-03-25 19:57:30','2026-03-25 19:57:30','c3a4a121-a376-4660-840b-d06a843d7dac'),
(132451,7,50594,NULL,605,4,'2026-03-25 19:57:30','2026-03-25 19:57:30','b52be131-c1d9-41b0-9b93-4b5409ba1eb8'),
(132452,7,50594,NULL,9552,5,'2026-03-25 19:57:30','2026-03-25 19:57:30','d588304e-5af6-4aea-a60c-f8cf7aa21015'),
(132453,82,50594,NULL,491,1,'2026-03-25 19:57:30','2026-03-25 19:57:30','c0d19553-42b6-4e95-96e8-538f73c36745'),
(132454,46,50594,NULL,2891,1,'2026-03-25 19:57:30','2026-03-25 19:57:30','8551c2ce-cf71-43a9-a3cd-2b24e2831e10'),
(132455,47,50594,NULL,12247,1,'2026-03-25 19:57:30','2026-03-25 19:57:30','da728219-d1ea-4725-b5b5-fe470ffaf378'),
(132456,57,50594,NULL,4808,1,'2026-03-25 19:57:30','2026-03-25 19:57:30','8a64c360-3524-4e2c-a945-06646edb5d64'),
(132457,57,50594,NULL,4811,2,'2026-03-25 19:57:30','2026-03-25 19:57:30','f4a47bff-3539-4a66-a3ef-67f3e880c93c'),
(132458,57,50594,NULL,4807,3,'2026-03-25 19:57:30','2026-03-25 19:57:30','0f8669b9-e55f-4640-916e-8743362f34ec'),
(132459,57,50594,NULL,4806,4,'2026-03-25 19:57:30','2026-03-25 19:57:30','24ccead0-4d3b-4e8d-8406-d04e4186aacf'),
(132460,57,50594,NULL,4809,5,'2026-03-25 19:57:30','2026-03-25 19:57:30','c5fd88a8-4c9e-4ce3-8dc2-fc4184134cd1'),
(132461,57,50594,NULL,4810,6,'2026-03-25 19:57:30','2026-03-25 19:57:30','756b019f-431f-4bed-9a18-f1347e707d9c'),
(132462,13,50594,NULL,28921,1,'2026-03-25 19:57:30','2026-03-25 19:57:30','b3b1f24b-9c5e-43e9-b8cb-16414bc7f4d5'),
(132463,66,50595,NULL,50592,1,'2026-03-25 19:57:30','2026-03-25 19:57:30','45da9f6c-6832-4b6d-84e5-abe18ca638ad'),
(132489,66,50598,NULL,50592,1,'2026-03-25 19:58:11','2026-03-25 19:58:11','bb7a982f-73b0-43cc-99e4-efa461f54842'),
(132490,32,50599,NULL,2614,1,'2026-03-25 19:58:11','2026-03-25 19:58:11','1b166901-c888-4aa7-837e-0929d176ed47'),
(132491,32,50599,NULL,2610,2,'2026-03-25 19:58:11','2026-03-25 19:58:11','6b313508-be0a-4d14-bccf-62cd2c59466d'),
(132492,32,50599,NULL,2598,3,'2026-03-25 19:58:11','2026-03-25 19:58:11','137d5fc5-7569-480e-b40f-6673992a2369'),
(132493,32,50599,NULL,2608,4,'2026-03-25 19:58:11','2026-03-25 19:58:11','f2c11988-9e3d-46b6-b9f2-469753e7c399'),
(132494,32,50599,NULL,2600,5,'2026-03-25 19:58:11','2026-03-25 19:58:11','cb10beac-82ec-4efc-8736-b4644a53350d'),
(132495,32,50599,NULL,2596,6,'2026-03-25 19:58:11','2026-03-25 19:58:11','844e058a-2ba0-4c05-aa1a-b0a4c1f1f070'),
(132496,32,50599,NULL,2602,7,'2026-03-25 19:58:11','2026-03-25 19:58:11','bd97e74d-102c-4192-a8d2-8e7c211cfddf'),
(132497,32,50599,NULL,2606,8,'2026-03-25 19:58:11','2026-03-25 19:58:11','366f47b4-87e4-4a40-87bc-337b1cf4d3b9'),
(132498,32,50599,NULL,2612,9,'2026-03-25 19:58:11','2026-03-25 19:58:11','2fa4de31-d43c-4ab8-8cce-aa5f50b66e63'),
(132499,32,50599,NULL,2604,10,'2026-03-25 19:58:11','2026-03-25 19:58:11','7d58eaf7-d345-4e13-a917-e0455c4b5c4c'),
(132500,16,50599,NULL,6741,1,'2026-03-25 19:58:11','2026-03-25 19:58:11','1a49322f-fd79-4bbe-bbb1-ea61804b718e'),
(132501,7,50599,NULL,605,1,'2026-03-25 19:58:11','2026-03-25 19:58:11','fa8e53c7-5f3c-4bf9-8e57-e042721075b4'),
(132502,7,50599,NULL,617,2,'2026-03-25 19:58:11','2026-03-25 19:58:11','3129fcb9-0728-42e3-bd44-a4bf8e7cacad'),
(132503,7,50599,NULL,9552,3,'2026-03-25 19:58:11','2026-03-25 19:58:11','c4029479-f777-4fd1-a497-d8ab4bb92a37'),
(132504,47,50599,NULL,12269,1,'2026-03-25 19:58:11','2026-03-25 19:58:11','3ae3100a-9413-4492-b463-173e447e5fdb'),
(132505,57,50599,NULL,6759,1,'2026-03-25 19:58:11','2026-03-25 19:58:11','77c18472-c4b9-46cb-91ec-0cea058f9b8e'),
(132506,57,50599,NULL,6760,2,'2026-03-25 19:58:11','2026-03-25 19:58:11','e0d1aaed-3b34-4baf-956f-7fc9f1c9650a'),
(132507,57,50599,NULL,6761,3,'2026-03-25 19:58:11','2026-03-25 19:58:11','f93d475d-99f8-4d74-88e9-341890046126'),
(132508,57,50599,NULL,6762,4,'2026-03-25 19:58:11','2026-03-25 19:58:11','359f5e30-1b01-4538-8db6-beba8890e4cf'),
(132509,57,50599,NULL,6763,5,'2026-03-25 19:58:11','2026-03-25 19:58:11','6cf8bf8b-58ab-454b-9c26-2f655654e533'),
(132510,57,50599,NULL,6764,6,'2026-03-25 19:58:11','2026-03-25 19:58:11','9df0a005-aad0-4c12-af8e-d8c11f6e5cff'),
(132511,57,50599,NULL,6765,7,'2026-03-25 19:58:11','2026-03-25 19:58:11','04bd68ed-775b-43e5-aa6a-3af0d755a98e'),
(132512,57,50599,NULL,6766,8,'2026-03-25 19:58:11','2026-03-25 19:58:11','50f90067-155f-46f7-860c-1020dff648af'),
(132513,13,50599,NULL,43184,1,'2026-03-25 19:58:11','2026-03-25 19:58:11','23bdf281-4139-4f53-97f0-a04a8728ae97'),
(132514,66,50600,NULL,50592,1,'2026-03-25 19:58:11','2026-03-25 19:58:11','daf8120e-c5d7-49aa-946f-55ec5b5f8698'),
(132543,66,50603,NULL,50592,1,'2026-03-25 19:58:34','2026-03-25 19:58:34','f973f76f-60e6-4831-9b81-c5e6583c4298'),
(132544,32,50604,NULL,2610,1,'2026-03-25 19:58:34','2026-03-25 19:58:34','6caa1518-fb59-4eb4-8bed-501c0156f750'),
(132545,32,50604,NULL,2598,2,'2026-03-25 19:58:34','2026-03-25 19:58:34','9f8d3bd9-aa4e-4f83-8008-db8ecdbd95ee'),
(132546,32,50604,NULL,2608,3,'2026-03-25 19:58:34','2026-03-25 19:58:34','ae83c196-7ff7-4209-88c9-c4b15adc32e0'),
(132547,32,50604,NULL,2600,4,'2026-03-25 19:58:34','2026-03-25 19:58:34','c96a7dcd-6e9a-4742-97b2-4dfcd10792c8'),
(132548,32,50604,NULL,2596,5,'2026-03-25 19:58:34','2026-03-25 19:58:34','98b7ac80-e81a-43d6-91cf-e4de1f772f1e'),
(132549,32,50604,NULL,2602,6,'2026-03-25 19:58:34','2026-03-25 19:58:34','bae27748-de43-4a4a-b7ea-1e6ffde0e204'),
(132550,32,50604,NULL,2612,7,'2026-03-25 19:58:34','2026-03-25 19:58:34','68c2f5e8-672a-4728-b4e9-aaa1bc915e61'),
(132551,32,50604,NULL,2618,8,'2026-03-25 19:58:34','2026-03-25 19:58:34','10079da6-1f91-4aee-96ee-3df04c29b4a9'),
(132552,32,50604,NULL,2604,9,'2026-03-25 19:58:34','2026-03-25 19:58:34','d4411cf2-4a10-4436-b523-385bc554a78f'),
(132553,32,50604,NULL,2606,10,'2026-03-25 19:58:34','2026-03-25 19:58:34','2f2eea38-cdaf-4059-91d5-f3447874a6f1'),
(132554,16,50604,NULL,9008,1,'2026-03-25 19:58:34','2026-03-25 19:58:34','ae581084-6ab8-4a5d-b7a0-ead9793da23c'),
(132555,7,50604,NULL,605,1,'2026-03-25 19:58:34','2026-03-25 19:58:34','aa220ae3-bc1c-49d0-8a35-0dc3581eb493'),
(132556,7,50604,NULL,617,2,'2026-03-25 19:58:34','2026-03-25 19:58:34','aeacc94d-e094-4f7e-abc8-bd24f0e3f9b9'),
(132557,7,50604,NULL,9552,3,'2026-03-25 19:58:34','2026-03-25 19:58:34','ff1baf26-6e5e-47f4-b0e6-b00c503182cc');
INSERT INTO `relations` VALUES
(132558,82,50604,NULL,479,1,'2026-03-25 19:58:34','2026-03-25 19:58:34','8d62bd91-ae90-4c33-813e-89c5975de88f'),
(132559,82,50604,NULL,491,2,'2026-03-25 19:58:34','2026-03-25 19:58:34','ee366175-0f7e-462a-b56f-7e6ab1dcbd28'),
(132560,46,50604,NULL,3697,1,'2026-03-25 19:58:34','2026-03-25 19:58:34','c7a71c99-08ff-4f2b-a96d-6026673b042a'),
(132561,47,50604,NULL,12278,1,'2026-03-25 19:58:34','2026-03-25 19:58:34','144a7a09-3b02-43a0-b58f-b53d41993d25'),
(132562,57,50604,NULL,9011,1,'2026-03-25 19:58:34','2026-03-25 19:58:34','63cdfdb4-48c6-4bf5-ae6b-d70a8b9d0e87'),
(132563,57,50604,NULL,9017,2,'2026-03-25 19:58:34','2026-03-25 19:58:34','b77fd915-f8ef-4fbd-9870-104fe91be26d'),
(132564,57,50604,NULL,9015,3,'2026-03-25 19:58:34','2026-03-25 19:58:34','1f238b76-f756-4311-8aad-8d6dcff41cf7'),
(132565,57,50604,NULL,9016,4,'2026-03-25 19:58:34','2026-03-25 19:58:34','22724a0a-077a-483b-8f6c-63f743934c13'),
(132566,57,50604,NULL,9013,5,'2026-03-25 19:58:34','2026-03-25 19:58:34','da0153e0-5b88-4057-b574-d02a64cdb3f7'),
(132567,57,50604,NULL,9014,6,'2026-03-25 19:58:34','2026-03-25 19:58:34','82a61f20-772c-4a42-a4e4-e92e30b6c842'),
(132568,57,50604,NULL,9012,7,'2026-03-25 19:58:34','2026-03-25 19:58:34','0f967e1f-503f-4a0b-befa-42f4742219dd'),
(132569,57,50604,NULL,9018,8,'2026-03-25 19:58:34','2026-03-25 19:58:34','9894db57-3a5a-426d-be12-7c00ac2a86b4'),
(132570,13,50604,NULL,23694,1,'2026-03-25 19:58:34','2026-03-25 19:58:34','951be027-cb9c-463a-8cf9-bf6ff83b3b45'),
(132571,66,50605,NULL,50592,1,'2026-03-25 19:58:34','2026-03-25 19:58:34','39fe3270-6b4c-4fda-9dc0-b1d054baa084'),
(132597,66,50608,NULL,50592,1,'2026-03-25 19:58:54','2026-03-25 19:58:54','9b71030d-3f0b-4161-af10-a869efb8c667'),
(132598,32,50609,NULL,2610,1,'2026-03-25 19:58:54','2026-03-25 19:58:54','1816cf87-6397-4334-af46-90448755366a'),
(132599,32,50609,NULL,2598,2,'2026-03-25 19:58:54','2026-03-25 19:58:54','9ae257ae-6adf-4f51-8696-e1e575b08353'),
(132600,32,50609,NULL,2608,3,'2026-03-25 19:58:54','2026-03-25 19:58:54','7f143075-1c6d-4548-a721-b1b31cc98653'),
(132601,32,50609,NULL,2600,4,'2026-03-25 19:58:54','2026-03-25 19:58:54','da765e0a-487f-4453-bfd1-226c01a6f576'),
(132602,32,50609,NULL,2596,5,'2026-03-25 19:58:54','2026-03-25 19:58:54','c2ce2337-ea20-4dae-b75e-0fffef08e6b2'),
(132603,32,50609,NULL,2602,6,'2026-03-25 19:58:54','2026-03-25 19:58:54','488aaeae-973c-4125-8117-f8036044be4c'),
(132604,32,50609,NULL,2612,7,'2026-03-25 19:58:54','2026-03-25 19:58:54','939ee9c7-c1a4-46f1-afc8-dafb1cb93997'),
(132605,32,50609,NULL,2604,8,'2026-03-25 19:58:54','2026-03-25 19:58:54','2602732f-e1a6-4eff-802e-c269daf4985b'),
(132606,32,50609,NULL,2606,9,'2026-03-25 19:58:54','2026-03-25 19:58:54','d4237e43-edfb-4259-8344-a1e30114a3c8'),
(132607,16,50609,NULL,9025,1,'2026-03-25 19:58:54','2026-03-25 19:58:54','64b5e422-9a17-4bec-8464-c131ac03ef46'),
(132608,7,50609,NULL,601,1,'2026-03-25 19:58:54','2026-03-25 19:58:54','548afe77-9a24-4568-b18c-33b75616c755'),
(132609,7,50609,NULL,605,2,'2026-03-25 19:58:54','2026-03-25 19:58:54','531d54e5-6675-41c4-801e-5fed4700626e'),
(132610,7,50609,NULL,617,3,'2026-03-25 19:58:54','2026-03-25 19:58:54','50f4a9df-9fe3-4d81-a4c9-98de6d271588'),
(132611,7,50609,NULL,9552,4,'2026-03-25 19:58:54','2026-03-25 19:58:54','00c02cc7-730f-4804-8b5c-f84924bf22a1'),
(132612,82,50609,NULL,479,1,'2026-03-25 19:58:54','2026-03-25 19:58:54','4d2173c3-1f39-4f69-82c7-29fb66ec42be'),
(132613,82,50609,NULL,491,2,'2026-03-25 19:58:54','2026-03-25 19:58:54','51433fcf-db94-47b5-bea6-da31d6f6f983'),
(132614,47,50609,NULL,12281,1,'2026-03-25 19:58:54','2026-03-25 19:58:54','ee3d04e6-c4bf-4804-999a-c2892c052d4b'),
(132615,57,50609,NULL,9030,1,'2026-03-25 19:58:54','2026-03-25 19:58:54','a64154d6-94c6-49a7-aa96-9c9db8849e97'),
(132616,57,50609,NULL,9031,2,'2026-03-25 19:58:54','2026-03-25 19:58:54','335b7405-d4cf-4242-ba33-bf78491f45ee'),
(132617,57,50609,NULL,9032,3,'2026-03-25 19:58:54','2026-03-25 19:58:54','8b9ae5af-8c41-43de-94e3-41c282118246'),
(132618,57,50609,NULL,9033,4,'2026-03-25 19:58:54','2026-03-25 19:58:54','ecad334c-fb05-4fd3-90a1-7bd82d1936a4'),
(132619,57,50609,NULL,9029,5,'2026-03-25 19:58:54','2026-03-25 19:58:54','71658575-5b7e-48e1-ad29-600af7959bca'),
(132620,57,50609,NULL,9028,6,'2026-03-25 19:58:54','2026-03-25 19:58:54','ec18445a-595c-40e6-be5d-471d31a8fbd8'),
(132621,13,50609,NULL,43186,1,'2026-03-25 19:58:54','2026-03-25 19:58:54','b78e1efe-7e4e-46a4-9d4c-6d30fadc54a2'),
(132622,66,50610,NULL,50592,1,'2026-03-25 19:58:54','2026-03-25 19:58:54','c3ea3617-91a5-49cb-abaf-3513f257c1a4'),
(132653,66,50614,NULL,50592,1,'2026-03-25 19:59:12','2026-03-25 19:59:12','3a6b3ceb-8550-4c4d-834c-02ab7edf49e5'),
(132654,32,50615,NULL,2614,1,'2026-03-25 19:59:12','2026-03-25 19:59:12','181581ce-8cf1-45e1-a521-c0e9628ba82d'),
(132655,32,50615,NULL,2610,2,'2026-03-25 19:59:12','2026-03-25 19:59:12','aa48a92d-0379-454c-94bb-e0103f0e04d5'),
(132656,32,50615,NULL,2622,3,'2026-03-25 19:59:12','2026-03-25 19:59:12','8d4baff0-b30a-424b-86f0-b43a4bdf7097'),
(132657,32,50615,NULL,2598,4,'2026-03-25 19:59:12','2026-03-25 19:59:12','427e902c-a8b4-4e06-b979-d85f71c662d5'),
(132658,32,50615,NULL,2608,5,'2026-03-25 19:59:12','2026-03-25 19:59:12','e8f3b834-4342-4129-9c52-774255a3f540'),
(132659,32,50615,NULL,2624,6,'2026-03-25 19:59:12','2026-03-25 19:59:12','8e35b52b-4d45-4def-baad-d61f418662fe'),
(132660,32,50615,NULL,2600,7,'2026-03-25 19:59:12','2026-03-25 19:59:12','6f2e0e91-db72-4339-8f08-4764d8f182aa'),
(132661,32,50615,NULL,2596,8,'2026-03-25 19:59:12','2026-03-25 19:59:12','258aa19c-fdd1-4c74-b198-b284567809b7'),
(132662,32,50615,NULL,2602,9,'2026-03-25 19:59:12','2026-03-25 19:59:12','69822571-62e2-4216-b66a-a795fa99c976'),
(132663,32,50615,NULL,2606,10,'2026-03-25 19:59:12','2026-03-25 19:59:12','b6afde47-39c8-4220-a98f-8964084bd20e'),
(132664,32,50615,NULL,2612,11,'2026-03-25 19:59:12','2026-03-25 19:59:12','6e6dc298-ffc7-4114-adf7-636c7ab41016'),
(132665,32,50615,NULL,2618,12,'2026-03-25 19:59:12','2026-03-25 19:59:12','e361de7f-1488-4228-a1c6-b19229c8ec31'),
(132666,32,50615,NULL,2604,13,'2026-03-25 19:59:12','2026-03-25 19:59:12','d86c4ea5-1895-4840-8de4-268b20a69e9d'),
(132667,16,50615,NULL,9051,1,'2026-03-25 19:59:12','2026-03-25 19:59:12','1b7d0fee-9578-410c-aa09-7b13952c0211'),
(132668,7,50615,NULL,601,1,'2026-03-25 19:59:12','2026-03-25 19:59:12','3e015606-f5f4-46b4-93ba-2e3602b00f3f'),
(132669,7,50615,NULL,605,2,'2026-03-25 19:59:12','2026-03-25 19:59:12','a12c4281-0abc-4ca7-a3b4-0c8335f42354'),
(132670,7,50615,NULL,617,3,'2026-03-25 19:59:12','2026-03-25 19:59:12','20933692-4cd7-4f63-8956-32aef55954eb'),
(132671,7,50615,NULL,9552,4,'2026-03-25 19:59:12','2026-03-25 19:59:12','62ee77c3-64a1-4592-9e0e-0e3e5ed003c0'),
(132672,46,50615,NULL,2891,1,'2026-03-25 19:59:12','2026-03-25 19:59:12','7347f50c-7da7-4c38-9b06-06e7df48862a'),
(132673,46,50615,NULL,3697,2,'2026-03-25 19:59:12','2026-03-25 19:59:12','01a1357a-cde8-42c4-b714-2d7f1dcdcce8'),
(132674,46,50615,NULL,4403,3,'2026-03-25 19:59:12','2026-03-25 19:59:12','1e1c75e2-feb6-468d-90ac-d358ddb1bd66'),
(132675,47,50615,NULL,12289,1,'2026-03-25 19:59:12','2026-03-25 19:59:12','14e2c05c-9724-44c7-a258-e282ac252d5c'),
(132676,57,50615,NULL,8601,1,'2026-03-25 19:59:12','2026-03-25 19:59:12','40045db5-7c48-4667-9b37-77620a408af1'),
(132677,57,50615,NULL,8600,2,'2026-03-25 19:59:12','2026-03-25 19:59:12','2815f32d-20e8-4dfa-979d-272724a5b723'),
(132678,57,50615,NULL,8602,3,'2026-03-25 19:59:12','2026-03-25 19:59:12','135cd246-e5b3-48aa-a958-4a3301a8d4c1'),
(132679,57,50615,NULL,8603,4,'2026-03-25 19:59:12','2026-03-25 19:59:12','fdb1730b-d963-44ba-bcbc-33afcef6e03d'),
(132680,57,50615,NULL,8604,5,'2026-03-25 19:59:12','2026-03-25 19:59:12','743503ef-d3f2-4e02-ac61-b980deb4ef71'),
(132681,57,50615,NULL,8605,6,'2026-03-25 19:59:12','2026-03-25 19:59:12','edb4a348-5ec3-4531-8e7d-59bb1d50a4fb'),
(132682,13,50615,NULL,23779,1,'2026-03-25 19:59:12','2026-03-25 19:59:12','a14d0985-95fa-46ca-ab74-0e7458213d86'),
(132683,66,50616,NULL,50592,1,'2026-03-25 19:59:12','2026-03-25 19:59:12','960b480f-74f6-4f83-8f75-e548daecaa5c'),
(132708,66,50619,NULL,50592,1,'2026-03-25 19:59:30','2026-03-25 19:59:30','7a2a2eda-0255-4d44-91e5-ce5e6cec77ef'),
(132709,32,50620,NULL,2610,1,'2026-03-25 19:59:30','2026-03-25 19:59:30','84d3b915-1fcc-4f21-8ec0-80462a9c1292'),
(132710,32,50620,NULL,2598,2,'2026-03-25 19:59:30','2026-03-25 19:59:30','fdecd1c2-735a-4b74-8a48-895fb149128e'),
(132711,32,50620,NULL,2608,3,'2026-03-25 19:59:30','2026-03-25 19:59:30','fe319359-aa07-416c-acbf-6afcb6cb329a'),
(132712,32,50620,NULL,2600,4,'2026-03-25 19:59:30','2026-03-25 19:59:30','060e1371-d802-4228-a02d-d6dde1bb0e1b'),
(132713,32,50620,NULL,2596,5,'2026-03-25 19:59:30','2026-03-25 19:59:30','2ea34aeb-3a69-4313-950c-a5ccbfa87c14'),
(132714,32,50620,NULL,2602,6,'2026-03-25 19:59:30','2026-03-25 19:59:30','d6b80a5c-ee4e-4b9d-b1cb-d97e1153d58c'),
(132715,32,50620,NULL,2612,7,'2026-03-25 19:59:30','2026-03-25 19:59:30','fa9e97a0-559e-45eb-97b6-e72c9a2faef1'),
(132716,32,50620,NULL,2604,8,'2026-03-25 19:59:30','2026-03-25 19:59:30','fb62dd87-468f-4769-ad88-4e4f62240ffe'),
(132717,32,50620,NULL,2606,9,'2026-03-25 19:59:30','2026-03-25 19:59:30','66aa5f90-a996-4885-9ff5-f78ed8f18ddc'),
(132718,16,50620,NULL,9056,1,'2026-03-25 19:59:30','2026-03-25 19:59:30','bda995b6-bd93-4728-9875-19676411cb13'),
(132719,7,50620,NULL,601,1,'2026-03-25 19:59:30','2026-03-25 19:59:30','29631aa6-0b3e-438f-a07e-e32ca4298ccd'),
(132720,7,50620,NULL,605,2,'2026-03-25 19:59:30','2026-03-25 19:59:30','948d4a47-9aaf-46a5-9147-2408eff9449e'),
(132721,7,50620,NULL,617,3,'2026-03-25 19:59:30','2026-03-25 19:59:30','a2135ec3-e9c8-4a8c-a77b-26352eb10b19'),
(132722,7,50620,NULL,9552,4,'2026-03-25 19:59:30','2026-03-25 19:59:30','ba9d1194-7e41-44aa-b447-f4c5c3a55cdc'),
(132723,82,50620,NULL,479,1,'2026-03-25 19:59:30','2026-03-25 19:59:30','76cc9d1f-1602-4658-b9a0-9809296c8536'),
(132724,82,50620,NULL,491,2,'2026-03-25 19:59:30','2026-03-25 19:59:30','7c470e8a-72fb-498c-8112-3d61ea2dc308'),
(132725,47,50620,NULL,12293,1,'2026-03-25 19:59:30','2026-03-25 19:59:30','c942fd14-8efa-482b-a917-6e07b391c32f'),
(132726,57,50620,NULL,9061,1,'2026-03-25 19:59:30','2026-03-25 19:59:30','0a494ab3-ca05-40ae-b55d-5760a9fb3516'),
(132727,57,50620,NULL,9062,2,'2026-03-25 19:59:30','2026-03-25 19:59:30','55a679d9-5d11-4be7-bfb8-3c6daed45076'),
(132728,57,50620,NULL,9063,3,'2026-03-25 19:59:30','2026-03-25 19:59:30','0b1d8648-ef57-4a77-aa96-266fad23467f'),
(132729,57,50620,NULL,9060,4,'2026-03-25 19:59:30','2026-03-25 19:59:30','afc87085-a417-4f96-9a8c-f90b9a05de4b'),
(132730,57,50620,NULL,9059,5,'2026-03-25 19:59:30','2026-03-25 19:59:30','5668f7a5-e07d-43a8-8b98-c9e41be0a194'),
(132731,13,50620,NULL,6867,1,'2026-03-25 19:59:30','2026-03-25 19:59:30','daab271b-b8ca-4233-aa38-a7aaf8a41d8f'),
(132732,66,50621,NULL,50592,1,'2026-03-25 19:59:30','2026-03-25 19:59:30','c3f3841f-df32-4bb5-869d-3eeff29b3b7b'),
(132764,66,50624,NULL,50592,1,'2026-03-25 19:59:50','2026-03-25 19:59:50','3757e0d0-a6be-4f36-acb6-69a6b659656f'),
(132765,32,50625,NULL,2610,1,'2026-03-25 19:59:50','2026-03-25 19:59:50','ef483a2c-0afb-40cc-9fca-ed90fc28a546'),
(132766,32,50625,NULL,2598,2,'2026-03-25 19:59:50','2026-03-25 19:59:50','3d7ab534-3c49-458d-9d8e-5ac9e636bade'),
(132767,32,50625,NULL,2608,3,'2026-03-25 19:59:50','2026-03-25 19:59:50','3f0d7a64-7e8c-434a-8911-359a0e2c3e0e'),
(132768,32,50625,NULL,2600,4,'2026-03-25 19:59:50','2026-03-25 19:59:50','d80b3334-6cda-4ce3-9199-807e07dfcff8'),
(132769,32,50625,NULL,2596,5,'2026-03-25 19:59:50','2026-03-25 19:59:50','d82ff125-1158-41a0-91f7-50c49011ec8b'),
(132770,32,50625,NULL,2602,6,'2026-03-25 19:59:50','2026-03-25 19:59:50','6341e875-5e8c-46e7-b93d-cd4cce2215f5'),
(132771,32,50625,NULL,2612,7,'2026-03-25 19:59:50','2026-03-25 19:59:50','c4c0b598-51d7-4f5d-b490-2ae8ffc23113'),
(132772,32,50625,NULL,2618,8,'2026-03-25 19:59:50','2026-03-25 19:59:50','f4219a1a-e4f5-4ccb-8667-3bf32adc2191'),
(132773,32,50625,NULL,2604,9,'2026-03-25 19:59:50','2026-03-25 19:59:50','353e5e90-a400-44bd-8c3d-2dc0d022fa82'),
(132774,32,50625,NULL,2606,10,'2026-03-25 19:59:50','2026-03-25 19:59:50','c96b4bdf-95fe-4b93-a678-5e2c51c75a3b'),
(132775,16,50625,NULL,9068,1,'2026-03-25 19:59:50','2026-03-25 19:59:50','15c5d8f0-f620-4157-945f-b57c91d994b7'),
(132776,7,50625,NULL,6547,1,'2026-03-25 19:59:50','2026-03-25 19:59:50','d2e90814-607f-45b3-bbd5-514704f2e7df'),
(132777,7,50625,NULL,601,2,'2026-03-25 19:59:50','2026-03-25 19:59:50','0c3be795-daf2-4157-8234-b2ee5805012c'),
(132778,7,50625,NULL,617,3,'2026-03-25 19:59:50','2026-03-25 19:59:50','7c7cbe88-2e27-423c-a332-0467755c9967'),
(132779,7,50625,NULL,9732,4,'2026-03-25 19:59:50','2026-03-25 19:59:50','f60ca309-6b36-4ce1-921e-1215102346b7'),
(132780,7,50625,NULL,9735,5,'2026-03-25 19:59:50','2026-03-25 19:59:50','b6c7fd4a-2f70-4ad5-9479-4199bf63df8a'),
(132781,7,50625,NULL,2972,6,'2026-03-25 19:59:50','2026-03-25 19:59:50','30ab1421-94fc-4542-8c2d-d97c0e753c49'),
(132782,7,50625,NULL,9549,7,'2026-03-25 19:59:50','2026-03-25 19:59:50','08b99088-91bb-447c-b3ba-df23b0bb4f7a'),
(132783,7,50625,NULL,605,8,'2026-03-25 19:59:50','2026-03-25 19:59:50','c0549fca-0635-47bd-9173-0529c676e5c1'),
(132784,7,50625,NULL,9552,9,'2026-03-25 19:59:50','2026-03-25 19:59:50','03246450-d68e-4a9f-acb1-69528694ad87'),
(132785,82,50625,NULL,479,1,'2026-03-25 19:59:50','2026-03-25 19:59:50','f7a54c60-4f55-4835-aec5-12530e35e9e1'),
(132786,82,50625,NULL,491,2,'2026-03-25 19:59:50','2026-03-25 19:59:50','d79a9572-6549-4f71-a062-399583ccf734'),
(132787,46,50625,NULL,3697,1,'2026-03-25 19:59:50','2026-03-25 19:59:50','f1893a95-0358-4c89-aec4-2b825403aec8'),
(132788,47,50625,NULL,12297,1,'2026-03-25 19:59:50','2026-03-25 19:59:50','c70fe842-13c1-4b1a-884b-4ea6fad68555'),
(132789,57,50625,NULL,9071,1,'2026-03-25 19:59:50','2026-03-25 19:59:50','839639fd-9548-45ea-94b8-83e15f62baab'),
(132790,57,50625,NULL,9072,2,'2026-03-25 19:59:50','2026-03-25 19:59:50','b5bf2b74-24fd-4479-b303-3fd28de9f300'),
(132791,57,50625,NULL,9073,3,'2026-03-25 19:59:50','2026-03-25 19:59:50','6d9bfce3-9d24-4cda-acec-0015ce3832d4'),
(132792,57,50625,NULL,9074,4,'2026-03-25 19:59:50','2026-03-25 19:59:50','2b9efe85-016e-4376-a61f-3926953a3fff'),
(132793,57,50625,NULL,9075,5,'2026-03-25 19:59:50','2026-03-25 19:59:50','c06976e0-c0f1-4c89-86d5-19e5c0bef23e'),
(132794,13,50625,NULL,6872,1,'2026-03-25 19:59:50','2026-03-25 19:59:50','43a89135-01b0-4a45-aab7-f84e504e5cfb'),
(132795,66,50626,NULL,50592,1,'2026-03-25 19:59:50','2026-03-25 19:59:50','89d5a02a-e660-4687-9a7e-5749615c9d81'),
(132821,66,50629,NULL,50592,1,'2026-03-25 20:00:09','2026-03-25 20:00:09','afa7ee2d-2083-4872-9df2-6c8cf4883d66'),
(132822,32,50630,NULL,2614,1,'2026-03-25 20:00:09','2026-03-25 20:00:09','4708734d-c209-4aea-b9e6-9c13fd72014b'),
(132823,32,50630,NULL,2610,2,'2026-03-25 20:00:09','2026-03-25 20:00:09','22bff908-81f0-4d65-b555-376ae7852083'),
(132824,32,50630,NULL,2598,3,'2026-03-25 20:00:09','2026-03-25 20:00:09','f5854031-cbc7-42b8-a5e9-24d60589121f'),
(132825,32,50630,NULL,2608,4,'2026-03-25 20:00:09','2026-03-25 20:00:09','81ac2c8a-b7bc-442a-9eb2-a9b259a051f6'),
(132826,32,50630,NULL,2600,5,'2026-03-25 20:00:09','2026-03-25 20:00:09','824ee413-9aef-47db-820e-92624c56db91'),
(132827,32,50630,NULL,2596,6,'2026-03-25 20:00:09','2026-03-25 20:00:09','b2a3a032-491a-4a64-96c1-1b05c882516c'),
(132828,32,50630,NULL,2602,7,'2026-03-25 20:00:09','2026-03-25 20:00:09','854c59d0-5172-4dda-9dab-cadd1d66e490'),
(132829,32,50630,NULL,2612,8,'2026-03-25 20:00:09','2026-03-25 20:00:09','b19a8f76-a3c7-4ecf-b640-1e7f3e5a1eec'),
(132830,32,50630,NULL,2604,9,'2026-03-25 20:00:09','2026-03-25 20:00:09','2e2e3f72-efef-418a-8158-6104be26b9b3'),
(132831,32,50630,NULL,2606,10,'2026-03-25 20:00:09','2026-03-25 20:00:09','eee75e81-a720-4c19-8764-96a86023c3ed'),
(132832,16,50630,NULL,9095,1,'2026-03-25 20:00:09','2026-03-25 20:00:09','a7e90195-5206-4aff-b2bd-1583c921b6ee'),
(132833,7,50630,NULL,3468,1,'2026-03-25 20:00:09','2026-03-25 20:00:09','d01648c3-d107-473e-86bd-eee864fcce8a'),
(132834,7,50630,NULL,617,2,'2026-03-25 20:00:09','2026-03-25 20:00:09','54b93093-bc9a-4f5f-a171-fc3e73c7807e'),
(132835,7,50630,NULL,605,3,'2026-03-25 20:00:09','2026-03-25 20:00:09','9318113a-da3c-453c-b78b-30b90d99e17b'),
(132836,7,50630,NULL,9552,4,'2026-03-25 20:00:09','2026-03-25 20:00:09','17162925-0128-4fe2-878f-acd531c72e6c'),
(132837,82,50630,NULL,479,1,'2026-03-25 20:00:09','2026-03-25 20:00:09','1f277aea-20c6-4d2e-87de-8e8493066a35'),
(132838,47,50630,NULL,12306,1,'2026-03-25 20:00:09','2026-03-25 20:00:09','d669612f-b814-4ff4-811d-a19f79902d96'),
(132839,57,50630,NULL,9100,1,'2026-03-25 20:00:09','2026-03-25 20:00:09','484673c7-3e61-4a90-8a91-c9b26f3c1592'),
(132840,57,50630,NULL,9102,2,'2026-03-25 20:00:09','2026-03-25 20:00:09','c0ebefe6-ae96-4d56-a447-60c7721c7d30'),
(132841,57,50630,NULL,9103,3,'2026-03-25 20:00:09','2026-03-25 20:00:09','83affe90-645c-4447-9071-c19b22c5f633'),
(132842,57,50630,NULL,9104,4,'2026-03-25 20:00:09','2026-03-25 20:00:09','689d7dc2-9090-4b5d-b76a-f24a4df7c372'),
(132843,57,50630,NULL,9101,5,'2026-03-25 20:00:09','2026-03-25 20:00:09','82115d2d-142c-4e7b-9ce3-83d49cda2992'),
(132844,57,50630,NULL,9105,6,'2026-03-25 20:00:09','2026-03-25 20:00:09','b230f131-50a9-447f-b3ac-d8fe6a03043e'),
(132845,13,50630,NULL,23788,1,'2026-03-25 20:00:09','2026-03-25 20:00:09','79a65152-8d0d-4fbc-a8f0-72597378812f'),
(132846,66,50631,NULL,50592,1,'2026-03-25 20:00:09','2026-03-25 20:00:09','23fb4150-fb6b-4f26-a39a-8027c3214fe9'),
(132877,66,50634,NULL,50592,1,'2026-03-25 20:00:27','2026-03-25 20:00:27','955f4cb4-ca94-4659-a827-ad18fbec31c9'),
(132878,32,50635,NULL,2610,1,'2026-03-25 20:00:27','2026-03-25 20:00:27','b0961cbf-6be5-4918-9a9c-5b5260f0974f'),
(132879,32,50635,NULL,2598,2,'2026-03-25 20:00:27','2026-03-25 20:00:27','7d22119d-c452-4423-80fc-ca76a096ca4d'),
(132880,32,50635,NULL,2608,3,'2026-03-25 20:00:27','2026-03-25 20:00:27','fb57cd84-e88c-4423-b440-a8fbb07c050e'),
(132881,32,50635,NULL,2624,4,'2026-03-25 20:00:27','2026-03-25 20:00:27','903c4395-8594-4deb-99cb-7ff394887ef0'),
(132882,32,50635,NULL,2600,5,'2026-03-25 20:00:27','2026-03-25 20:00:27','0f04c530-8b0b-431c-a2dc-3f5b73ec5e4f'),
(132883,32,50635,NULL,2596,6,'2026-03-25 20:00:27','2026-03-25 20:00:27','d8dce186-995c-45fb-8bae-283aa65c652d'),
(132884,32,50635,NULL,2602,7,'2026-03-25 20:00:27','2026-03-25 20:00:27','5a1d6c37-7772-4f75-9236-385401af3fc0'),
(132885,32,50635,NULL,2606,8,'2026-03-25 20:00:27','2026-03-25 20:00:27','ad5cae96-e4c7-43f2-b90b-852ef20c9a42'),
(132886,32,50635,NULL,2612,9,'2026-03-25 20:00:27','2026-03-25 20:00:27','9b12420f-3969-4c28-9138-acd9efa03218'),
(132887,32,50635,NULL,2604,10,'2026-03-25 20:00:27','2026-03-25 20:00:27','0ba7daba-5ddd-4133-8e51-ae4069827092'),
(132888,16,50635,NULL,5140,1,'2026-03-25 20:00:27','2026-03-25 20:00:27','094d4160-f804-44f0-9829-984eaef0063d'),
(132889,7,50635,NULL,601,1,'2026-03-25 20:00:27','2026-03-25 20:00:27','eacfcba8-351e-4379-860d-2c8ab0e83517'),
(132890,7,50635,NULL,3468,2,'2026-03-25 20:00:27','2026-03-25 20:00:27','346663d6-61f2-4262-9eed-d7f2b448b8fe'),
(132891,7,50635,NULL,9735,3,'2026-03-25 20:00:27','2026-03-25 20:00:27','a4202511-6883-4fc8-a53a-4325d63d18b0'),
(132892,7,50635,NULL,617,4,'2026-03-25 20:00:27','2026-03-25 20:00:27','69d6b9ec-2b1c-4d95-a220-1f19bdcbcde2'),
(132893,7,50635,NULL,605,5,'2026-03-25 20:00:27','2026-03-25 20:00:27','7472a9d5-b992-4a36-8730-c5bf107cc019'),
(132894,7,50635,NULL,9552,6,'2026-03-25 20:00:27','2026-03-25 20:00:27','d60212dd-5b73-4c08-9d6b-0c935a317764'),
(132895,82,50635,NULL,491,1,'2026-03-25 20:00:27','2026-03-25 20:00:27','7d98f132-bff0-4da6-9fbb-cd884e848008'),
(132896,46,50635,NULL,2891,1,'2026-03-25 20:00:27','2026-03-25 20:00:27','d99f65ad-c7a7-44ed-b011-217cd457e760'),
(132897,47,50635,NULL,12315,1,'2026-03-25 20:00:27','2026-03-25 20:00:27','7ec2b2a4-9e9b-4dc8-bf1f-20e02dd5bc05'),
(132898,57,50635,NULL,5146,1,'2026-03-25 20:00:27','2026-03-25 20:00:27','837ebee4-caa9-4e0a-86ff-e66b0ce325e5'),
(132899,57,50635,NULL,5147,2,'2026-03-25 20:00:27','2026-03-25 20:00:27','b9a95ad8-6c5a-46ce-a8f3-1ee516f2bc7f'),
(132900,57,50635,NULL,5148,3,'2026-03-25 20:00:27','2026-03-25 20:00:27','0054c4f9-90ce-4034-8f25-94509d53ab6f'),
(132901,57,50635,NULL,5149,4,'2026-03-25 20:00:27','2026-03-25 20:00:27','97c7f404-a34f-45b3-955e-6321f67f232b'),
(132902,57,50635,NULL,5150,5,'2026-03-25 20:00:27','2026-03-25 20:00:27','76f138c5-8db6-4840-bc16-d5836bb099d3'),
(132903,57,50635,NULL,5151,6,'2026-03-25 20:00:27','2026-03-25 20:00:27','6a97c5bc-092e-407a-8658-643c93486e46'),
(132904,57,50635,NULL,5152,7,'2026-03-25 20:00:27','2026-03-25 20:00:27','39876b14-22cc-4a8e-941d-7c0382ce709f'),
(132905,57,50635,NULL,5153,8,'2026-03-25 20:00:27','2026-03-25 20:00:27','b6f413c8-cbe5-416c-a784-de3264924e41'),
(132906,13,50635,NULL,6882,1,'2026-03-25 20:00:27','2026-03-25 20:00:27','3bef78b9-64d6-4f1d-8d09-fed62495bbd1'),
(132907,66,50636,NULL,50592,1,'2026-03-25 20:00:27','2026-03-25 20:00:27','ea9be348-c676-4d2c-a2de-7df2582cce7b'),
(132934,66,50639,NULL,50592,1,'2026-03-25 20:00:41','2026-03-25 20:00:41','85c12543-f6ef-43c2-a777-96c8e34a9f51'),
(132935,32,50640,NULL,2614,1,'2026-03-25 20:00:41','2026-03-25 20:00:41','a2b20350-2d3f-4d36-b1c5-d1eff0535db2'),
(132936,32,50640,NULL,2610,2,'2026-03-25 20:00:41','2026-03-25 20:00:41','c92cf109-dc95-492a-874c-380ddb6ee3f6'),
(132937,32,50640,NULL,2598,3,'2026-03-25 20:00:41','2026-03-25 20:00:41','326511d6-00bf-4e7d-88fa-2ad36d1146c4'),
(132938,32,50640,NULL,2608,4,'2026-03-25 20:00:41','2026-03-25 20:00:41','6cf91173-c564-431e-b11c-6323ddc25aa9'),
(132939,32,50640,NULL,2600,5,'2026-03-25 20:00:41','2026-03-25 20:00:41','c8e10282-eb7f-420f-8f3b-8565c6c11173'),
(132940,32,50640,NULL,2596,6,'2026-03-25 20:00:41','2026-03-25 20:00:41','cead4fbe-7726-40e5-bd3c-322c2ee9c9a3'),
(132941,32,50640,NULL,2602,7,'2026-03-25 20:00:41','2026-03-25 20:00:41','bc41fe0d-6999-4015-b194-9e02fc2e4446'),
(132942,32,50640,NULL,2606,8,'2026-03-25 20:00:41','2026-03-25 20:00:41','d2eede8a-b2d8-475c-a083-a382e3c3adc2'),
(132943,32,50640,NULL,2612,9,'2026-03-25 20:00:41','2026-03-25 20:00:41','6ef7e624-55e0-4eff-a75c-ab6176faf32c'),
(132944,32,50640,NULL,2604,10,'2026-03-25 20:00:41','2026-03-25 20:00:41','f98d2751-9b84-43f7-a936-e6a6bbdba2e4'),
(132945,16,50640,NULL,5013,1,'2026-03-25 20:00:41','2026-03-25 20:00:41','fa4c0ea2-2a23-4e9c-94c3-83a947ab82f9'),
(132946,7,50640,NULL,3468,1,'2026-03-25 20:00:41','2026-03-25 20:00:41','58a52f69-f4e0-403e-843e-4c77e2636f1d'),
(132947,7,50640,NULL,617,2,'2026-03-25 20:00:41','2026-03-25 20:00:41','778b3e3d-5be8-43b5-a917-99d3bbfc7d09'),
(132948,7,50640,NULL,605,3,'2026-03-25 20:00:41','2026-03-25 20:00:41','313bc5ff-30d8-4d2d-997e-3894785eb733'),
(132949,7,50640,NULL,9552,4,'2026-03-25 20:00:41','2026-03-25 20:00:41','c7c17de3-35e6-47e3-8842-239821a934a7'),
(132950,47,50640,NULL,12321,1,'2026-03-25 20:00:41','2026-03-25 20:00:41','a64194b2-ebac-4c91-b85d-c4f4325dbd78'),
(132951,57,50640,NULL,5033,1,'2026-03-25 20:00:41','2026-03-25 20:00:41','0b50a9c8-b7bc-4228-90f4-4794e2368b33'),
(132952,57,50640,NULL,5034,2,'2026-03-25 20:00:41','2026-03-25 20:00:41','4c0a7a57-8317-465c-b8e4-441e25b5787c'),
(132953,57,50640,NULL,5035,3,'2026-03-25 20:00:41','2026-03-25 20:00:41','6e13f20f-2a2e-4733-a180-3ae30f61d8e8'),
(132954,57,50640,NULL,5036,4,'2026-03-25 20:00:41','2026-03-25 20:00:41','34bd7bd3-8ea6-43d0-98a3-6b8738bfb695'),
(132955,57,50640,NULL,5037,5,'2026-03-25 20:00:41','2026-03-25 20:00:41','12f5c9f2-b788-4188-842c-2b44b4683ee2'),
(132956,57,50640,NULL,5038,6,'2026-03-25 20:00:41','2026-03-25 20:00:41','a91ee75d-7bbf-4c7a-ac62-8ab1a8e670de'),
(132957,57,50640,NULL,5039,7,'2026-03-25 20:00:41','2026-03-25 20:00:41','a39c9ba3-ee52-42d2-8830-5ea681d809bf'),
(132958,57,50640,NULL,5040,8,'2026-03-25 20:00:41','2026-03-25 20:00:41','35b4dd9f-750e-43e7-aa66-cbf15b12bf44'),
(132959,13,50640,NULL,23795,1,'2026-03-25 20:00:41','2026-03-25 20:00:41','afd81e11-485d-44da-9287-2676716f79ef'),
(132960,66,50641,NULL,50592,1,'2026-03-25 20:00:41','2026-03-25 20:00:41','522c6ed1-5a69-4488-941b-688bbe90b136'),
(132986,66,50647,NULL,50646,1,'2026-03-25 20:02:16','2026-03-25 20:02:16','98cd822a-0428-4183-b482-8d160e409a41'),
(132987,32,50648,NULL,2610,1,'2026-03-25 20:02:16','2026-03-25 20:02:16','6e38a9b7-ca3f-47ae-b0b5-65cbf1fe60bc'),
(132988,32,50648,NULL,2598,2,'2026-03-25 20:02:16','2026-03-25 20:02:16','a8a2e75e-dda8-4ee3-b499-6e21bebe2c9e'),
(132989,32,50648,NULL,2608,3,'2026-03-25 20:02:16','2026-03-25 20:02:16','fe0d96cb-3ace-444e-b6af-d997b6444cd4'),
(132990,32,50648,NULL,2600,4,'2026-03-25 20:02:16','2026-03-25 20:02:16','ee833775-5b22-44a4-b510-65014c5cffb4'),
(132991,32,50648,NULL,2602,5,'2026-03-25 20:02:16','2026-03-25 20:02:16','4af78fdb-f409-4ae3-a02c-8db29c44c423'),
(132992,32,50648,NULL,2612,6,'2026-03-25 20:02:16','2026-03-25 20:02:16','96e216ab-d481-489f-a8b8-fb6f9ad634c2'),
(132993,32,50648,NULL,2604,7,'2026-03-25 20:02:16','2026-03-25 20:02:16','26948258-bc94-4e07-a9e1-005e5df30970'),
(132994,32,50648,NULL,2596,8,'2026-03-25 20:02:16','2026-03-25 20:02:16','9e385cfb-9ced-4c58-a1f1-2b82c04c726e'),
(132995,32,50648,NULL,2606,9,'2026-03-25 20:02:16','2026-03-25 20:02:16','0e6787cf-c303-426a-8036-e1f32f8edb5a'),
(132996,16,50648,NULL,6793,1,'2026-03-25 20:02:16','2026-03-25 20:02:16','2a430753-5788-46ab-9561-71f194473b19'),
(132997,7,50648,NULL,2969,1,'2026-03-25 20:02:16','2026-03-25 20:02:16','411c2751-b5d6-49cc-8f4e-ba3da604a0b1'),
(132998,7,50648,NULL,605,2,'2026-03-25 20:02:16','2026-03-25 20:02:16','4846de03-4ebe-49f8-bce4-dc444d6802c1'),
(132999,7,50648,NULL,617,3,'2026-03-25 20:02:16','2026-03-25 20:02:16','011f69fb-b4a4-46bb-9103-61ccc7086d6a'),
(133000,7,50648,NULL,9552,4,'2026-03-25 20:02:16','2026-03-25 20:02:16','bff1d7a4-57ec-44bc-98df-d73f1b2d82ec'),
(133001,82,50648,NULL,479,1,'2026-03-25 20:02:16','2026-03-25 20:02:16','b1017a9c-2310-4f65-bf5e-57fc54fdb51a'),
(133002,82,50648,NULL,491,2,'2026-03-25 20:02:16','2026-03-25 20:02:16','33a08ff3-7dcd-432b-b160-f626e2e2ea7c'),
(133003,82,50648,NULL,469,3,'2026-03-25 20:02:16','2026-03-25 20:02:16','cb875b1a-3bf7-48a3-82e9-7b6c0337ee07'),
(133004,47,50648,NULL,12275,1,'2026-03-25 20:02:16','2026-03-25 20:02:16','216c86fb-0808-4395-837e-7252bc98dae8'),
(133005,57,50648,NULL,6792,1,'2026-03-25 20:02:16','2026-03-25 20:02:16','73a44e7d-65ce-4d98-ac57-8f502087a42f'),
(133006,57,50648,NULL,6793,2,'2026-03-25 20:02:16','2026-03-25 20:02:16','8c4ab21e-45d7-490d-ad44-b2865595d8cd'),
(133007,57,50648,NULL,6794,3,'2026-03-25 20:02:16','2026-03-25 20:02:16','cfae460e-f53f-4fc7-b70f-f6a325351960'),
(133008,57,50648,NULL,6795,4,'2026-03-25 20:02:16','2026-03-25 20:02:16','92b03f7e-1a60-4270-96e5-03f653d9ec88'),
(133009,57,50648,NULL,6796,5,'2026-03-25 20:02:16','2026-03-25 20:02:16','9c20c923-ed26-4879-9fc8-dacb00a41194'),
(133010,13,50648,NULL,6852,1,'2026-03-25 20:02:16','2026-03-25 20:02:16','7a225262-d403-4359-9fa3-52fb89d9e190'),
(133011,66,50649,NULL,50646,1,'2026-03-25 20:02:16','2026-03-25 20:02:16','8824e069-2429-45e4-a3b0-bf8c1854d718'),
(133036,66,50652,NULL,50646,1,'2026-03-25 20:03:06','2026-03-25 20:03:06','50122b34-4de4-4213-bede-f6642f100ee2'),
(133037,32,50653,NULL,2610,1,'2026-03-25 20:03:06','2026-03-25 20:03:06','cb15ebd6-ec3c-4723-9605-d458286bd6f1'),
(133038,32,50653,NULL,2598,2,'2026-03-25 20:03:06','2026-03-25 20:03:06','35fe5766-3c7a-4a4a-b2b7-95eb495da8fa'),
(133039,32,50653,NULL,2608,3,'2026-03-25 20:03:06','2026-03-25 20:03:06','146696ca-ea4a-41af-965d-12f16b6d6b5c'),
(133040,32,50653,NULL,2600,4,'2026-03-25 20:03:06','2026-03-25 20:03:06','fd0a1d90-3051-4bdd-a719-26fe0abd0676'),
(133041,32,50653,NULL,2596,5,'2026-03-25 20:03:06','2026-03-25 20:03:06','bd9a86e9-3ce2-4bb7-90ab-6eb156107791'),
(133042,32,50653,NULL,2602,6,'2026-03-25 20:03:06','2026-03-25 20:03:06','7b41d22d-38c1-45f2-baac-9bb4397536a4'),
(133043,32,50653,NULL,2612,7,'2026-03-25 20:03:06','2026-03-25 20:03:06','6b833e9a-0df2-4e35-aa26-345c21161372'),
(133044,32,50653,NULL,2604,8,'2026-03-25 20:03:06','2026-03-25 20:03:06','6c8e33ea-1d29-4bff-80c7-307f66d9b019'),
(133045,32,50653,NULL,2606,9,'2026-03-25 20:03:06','2026-03-25 20:03:06','6495b5b4-f8a9-4410-b4dd-f8815b863c38'),
(133046,16,50653,NULL,9080,1,'2026-03-25 20:03:06','2026-03-25 20:03:06','726723c0-8c3e-4515-9f6e-c82b2a9f5484'),
(133047,7,50653,NULL,605,1,'2026-03-25 20:03:06','2026-03-25 20:03:06','d2103155-9766-4f76-8f4e-2dfcf3ebe536'),
(133048,7,50653,NULL,617,2,'2026-03-25 20:03:06','2026-03-25 20:03:06','2644cfeb-d51c-4518-9b9c-2023a3e4acd0'),
(133049,7,50653,NULL,9552,3,'2026-03-25 20:03:06','2026-03-25 20:03:06','3f509ea8-be03-4e39-87f9-b9324c6661e4'),
(133050,82,50653,NULL,479,1,'2026-03-25 20:03:06','2026-03-25 20:03:06','106dff81-f148-4f42-8895-56b86638461a'),
(133051,82,50653,NULL,491,2,'2026-03-25 20:03:06','2026-03-25 20:03:06','9ab4a080-7ac8-40c0-b64b-b8b040842afb'),
(133052,47,50653,NULL,12303,1,'2026-03-25 20:03:06','2026-03-25 20:03:06','62388c80-9ddd-4cd2-a7f9-5a56544e20fd'),
(133053,57,50653,NULL,9087,1,'2026-03-25 20:03:06','2026-03-25 20:03:06','0fe2d226-3241-4e5b-a603-73eaa7dcca58'),
(133054,57,50653,NULL,9088,2,'2026-03-25 20:03:06','2026-03-25 20:03:06','eb662bed-33a1-4f45-985b-1dcc4fbfa9c3'),
(133055,57,50653,NULL,9086,3,'2026-03-25 20:03:06','2026-03-25 20:03:06','ca63ee75-aaaa-4a3d-8369-14c57c7686a6'),
(133056,57,50653,NULL,9083,4,'2026-03-25 20:03:06','2026-03-25 20:03:06','f3aa2bca-230d-429a-801f-c60cd1b70218'),
(133057,57,50653,NULL,9085,5,'2026-03-25 20:03:06','2026-03-25 20:03:06','21ae83b8-57ab-4554-95b3-3a22ccb31dc3'),
(133058,57,50653,NULL,9084,6,'2026-03-25 20:03:06','2026-03-25 20:03:06','05eb1986-3f32-4940-b9a3-faa36389eacd'),
(133059,74,50653,NULL,23783,1,'2026-03-25 20:03:06','2026-03-25 20:03:06','1186cc30-7646-439c-82e3-f2f302fc0302'),
(133060,66,50654,NULL,50646,1,'2026-03-25 20:03:06','2026-03-25 20:03:06','45aabbd5-473b-4c98-8d34-093a979c3ca1'),
(133087,66,50664,NULL,50663,1,'2026-03-25 20:26:14','2026-03-25 20:26:14','87b6d3a5-91fb-42fd-9da6-be69f38ab1d5'),
(133088,32,50665,NULL,2610,1,'2026-03-25 20:26:14','2026-03-25 20:26:14','becd5649-0c82-45c4-bdcb-4b0f0acd90b7'),
(133089,32,50665,NULL,2598,2,'2026-03-25 20:26:14','2026-03-25 20:26:14','a2b39ae1-867a-4fa2-a744-81bf54ab06ef'),
(133090,32,50665,NULL,2600,3,'2026-03-25 20:26:14','2026-03-25 20:26:14','9ba93988-40ac-4b4f-8c66-8db813d5a310'),
(133091,32,50665,NULL,2604,4,'2026-03-25 20:26:14','2026-03-25 20:26:14','03dc370b-e475-4181-b2d1-f962d547e3bc'),
(133092,32,50665,NULL,2608,5,'2026-03-25 20:26:14','2026-03-25 20:26:14','e490e4b5-0bd7-46d4-aca5-0cfa2dcbfead'),
(133093,32,50665,NULL,2602,6,'2026-03-25 20:26:14','2026-03-25 20:26:14','0a015d28-e740-4803-8a98-597dbf9f532d'),
(133094,32,50665,NULL,2596,7,'2026-03-25 20:26:14','2026-03-25 20:26:14','6b07c932-ffd3-4f47-be15-47347a4f73bb'),
(133095,32,50665,NULL,2606,8,'2026-03-25 20:26:14','2026-03-25 20:26:14','2079d8c6-5664-4c2a-8b7e-2cdb64b4cd11'),
(133096,32,50665,NULL,2612,9,'2026-03-25 20:26:14','2026-03-25 20:26:14','803f0a7d-5524-48b6-881a-620633f4afa7'),
(133097,16,50665,NULL,4834,1,'2026-03-25 20:26:14','2026-03-25 20:26:14','1d502cda-1cc8-49f5-b919-8e98439fb2dc'),
(133098,7,50665,NULL,6547,1,'2026-03-25 20:26:14','2026-03-25 20:26:14','e3c86706-33ef-463f-9259-2c4822b12040'),
(133099,7,50665,NULL,601,2,'2026-03-25 20:26:14','2026-03-25 20:26:14','a4c2e1ca-78c8-4fd6-8a98-9faf4ca3f474'),
(133100,7,50665,NULL,9640,3,'2026-03-25 20:26:14','2026-03-25 20:26:14','fd992c0d-591d-4fad-87ae-be720b50f79f'),
(133101,7,50665,NULL,28766,4,'2026-03-25 20:26:14','2026-03-25 20:26:14','0fef8c11-fb11-489a-8d01-495ef713f4a6'),
(133102,7,50665,NULL,617,5,'2026-03-25 20:26:14','2026-03-25 20:26:14','e2d5299c-dce9-4dad-84fc-95ff1babed84'),
(133103,7,50665,NULL,605,6,'2026-03-25 20:26:14','2026-03-25 20:26:14','50b27b9e-f706-457d-adac-3c3c4cd65e60'),
(133104,82,50665,NULL,469,1,'2026-03-25 20:26:14','2026-03-25 20:26:14','2a3ce3ca-802c-4bc6-8c10-0e94e5e7619a'),
(133105,82,50665,NULL,479,2,'2026-03-25 20:26:14','2026-03-25 20:26:14','5404df6f-24d2-4382-8dbc-aedabbd3be59'),
(133106,82,50665,NULL,491,3,'2026-03-25 20:26:14','2026-03-25 20:26:14','17e6acba-964b-4635-b85e-d72a3847d7c0'),
(133107,47,50665,NULL,10474,1,'2026-03-25 20:26:14','2026-03-25 20:26:14','96b25f81-c661-4b50-b784-38dc18b40011'),
(133108,57,50665,NULL,4838,1,'2026-03-25 20:26:14','2026-03-25 20:26:14','ffd4d235-91ef-4734-8d61-ed307bc27b59'),
(133109,57,50665,NULL,4836,2,'2026-03-25 20:26:14','2026-03-25 20:26:14','8bf78839-6e67-4ec2-b157-b3b0653e1a39'),
(133110,57,50665,NULL,4834,3,'2026-03-25 20:26:14','2026-03-25 20:26:14','b6d05d79-ce8e-41f3-8a7f-441ad4e0921c'),
(133111,57,50665,NULL,4837,4,'2026-03-25 20:26:14','2026-03-25 20:26:14','ab7b9d4a-184e-4705-aea0-a6751b94a9d7'),
(133112,13,50665,NULL,23802,1,'2026-03-25 20:26:14','2026-03-25 20:26:14','c7b8d60e-18d3-43ef-9c27-e8ac05e33f67'),
(133113,66,50666,NULL,50663,1,'2026-03-25 20:26:14','2026-03-25 20:26:14','e63c4901-efa3-4b31-a92f-0646bcce9a9e'),
(133140,66,50670,NULL,50663,1,'2026-03-25 20:26:43','2026-03-25 20:26:43','233c263e-9380-4f9c-a340-fe12753e7e23'),
(133141,32,50671,NULL,2610,1,'2026-03-25 20:26:43','2026-03-25 20:26:43','7268cc42-aaf6-4515-bd5a-e990f881d19f'),
(133142,32,50671,NULL,2598,2,'2026-03-25 20:26:43','2026-03-25 20:26:43','d7e4e68c-4702-4492-9ac5-3eacc92c9785'),
(133143,32,50671,NULL,2624,3,'2026-03-25 20:26:43','2026-03-25 20:26:43','5a2fca92-eb03-4660-a96b-9ffba1c04abc'),
(133144,32,50671,NULL,2600,4,'2026-03-25 20:26:43','2026-03-25 20:26:43','f64a7777-7352-4c5f-8109-5d240f918e07'),
(133145,32,50671,NULL,2606,5,'2026-03-25 20:26:43','2026-03-25 20:26:43','b962b985-360e-4239-aec0-15330e52b6cb'),
(133146,32,50671,NULL,2604,6,'2026-03-25 20:26:43','2026-03-25 20:26:43','017def7c-99ca-448d-8f48-dd550a483a3a'),
(133147,32,50671,NULL,2608,7,'2026-03-25 20:26:43','2026-03-25 20:26:43','3a5bad27-9242-41f0-add6-5ee5e909ee89'),
(133148,32,50671,NULL,2602,8,'2026-03-25 20:26:43','2026-03-25 20:26:43','d45d149a-28cd-4e75-a32f-15ade4d35356'),
(133149,32,50671,NULL,2596,9,'2026-03-25 20:26:43','2026-03-25 20:26:43','da4a9271-486c-4b61-8679-381da45272fe'),
(133150,32,50671,NULL,2612,10,'2026-03-25 20:26:43','2026-03-25 20:26:43','bcf38028-b1e1-4eb7-a2a6-04109d6e4222'),
(133151,16,50671,NULL,4440,1,'2026-03-25 20:26:43','2026-03-25 20:26:43','be031ae1-ea71-4718-84db-1ac3378fffcc'),
(133152,7,50671,NULL,2969,1,'2026-03-25 20:26:43','2026-03-25 20:26:43','119103b4-e004-41de-991d-8c86d85a3e15'),
(133153,7,50671,NULL,617,2,'2026-03-25 20:26:43','2026-03-25 20:26:43','51761f38-20c3-4d23-bc4f-3ec10f60399e'),
(133154,7,50671,NULL,605,3,'2026-03-25 20:26:43','2026-03-25 20:26:43','d725f94f-cdb4-4992-8e1b-ac042300b4c4'),
(133155,7,50671,NULL,9552,4,'2026-03-25 20:26:43','2026-03-25 20:26:43','fb4d1ed4-ee28-47db-b23b-64294a94eff5'),
(133156,82,50671,NULL,469,1,'2026-03-25 20:26:43','2026-03-25 20:26:43','9105d5ef-346c-4fea-a087-f093fccf6fd9'),
(133157,82,50671,NULL,491,2,'2026-03-25 20:26:43','2026-03-25 20:26:43','3b3ea60e-4a2b-48b4-9aea-4f32005e14b9'),
(133158,46,50671,NULL,2891,1,'2026-03-25 20:26:43','2026-03-25 20:26:43','e200f36c-14b3-429e-8dd6-81a9694c5577'),
(133159,47,50671,NULL,10492,1,'2026-03-25 20:26:43','2026-03-25 20:26:43','e9023378-8356-466e-a50e-05a575f2ea45'),
(133160,57,50671,NULL,8867,1,'2026-03-25 20:26:43','2026-03-25 20:26:43','8a69e63f-a381-4fca-ab84-18cf6f12d010'),
(133161,57,50671,NULL,8864,2,'2026-03-25 20:26:43','2026-03-25 20:26:43','3e48d334-17fe-4518-850d-5d952e469ac0'),
(133162,57,50671,NULL,8869,3,'2026-03-25 20:26:43','2026-03-25 20:26:43','ca10c345-0d2f-46ca-b07c-beaa9f898400'),
(133163,57,50671,NULL,8866,4,'2026-03-25 20:26:43','2026-03-25 20:26:43','612d40f6-aa20-40f0-87b5-0cc6a410f27d'),
(133164,57,50671,NULL,8865,5,'2026-03-25 20:26:43','2026-03-25 20:26:43','e45e8ca3-0124-4945-bf3c-34254c270446'),
(133165,13,50671,NULL,23824,1,'2026-03-25 20:26:43','2026-03-25 20:26:43','8e656ae7-5ce3-4772-8436-c715827ceeca'),
(133166,66,50672,NULL,50663,1,'2026-03-25 20:26:43','2026-03-25 20:26:43','3f806e7c-29bb-4e6e-925b-3ce90d29f060'),
(133207,66,50676,NULL,50663,1,'2026-03-25 20:27:02','2026-03-25 20:27:02','c6a150de-d5e4-4c49-9677-6aa7b0d17ff8'),
(133208,32,50677,NULL,2610,1,'2026-03-25 20:27:02','2026-03-25 20:27:02','253a5eb0-d4d4-42ab-a4c8-194e192e127b'),
(133209,32,50677,NULL,2598,2,'2026-03-25 20:27:02','2026-03-25 20:27:02','63264123-3b9d-49ed-8ba5-369669efef4e'),
(133210,32,50677,NULL,2600,3,'2026-03-25 20:27:02','2026-03-25 20:27:02','acc2de64-158c-402a-ab0b-9bbccd9b77eb'),
(133211,32,50677,NULL,2604,4,'2026-03-25 20:27:02','2026-03-25 20:27:02','513653af-d7fa-476b-9741-5bcde2640cce'),
(133212,32,50677,NULL,2608,5,'2026-03-25 20:27:02','2026-03-25 20:27:02','195cf595-2588-4d81-9d9d-30531d1d77b7'),
(133213,32,50677,NULL,2602,6,'2026-03-25 20:27:02','2026-03-25 20:27:02','e421891c-c0ff-413d-a955-a260992ce61b'),
(133214,32,50677,NULL,2596,7,'2026-03-25 20:27:02','2026-03-25 20:27:02','627370ff-3259-4bf3-8d31-12c0167878e7'),
(133215,32,50677,NULL,2606,8,'2026-03-25 20:27:02','2026-03-25 20:27:02','01afb214-a627-4149-9fda-4f327a92f38d'),
(133216,32,50677,NULL,2612,9,'2026-03-25 20:27:02','2026-03-25 20:27:02','08fc7c40-1689-4c73-9742-9517b8035493'),
(133217,16,50677,NULL,4497,1,'2026-03-25 20:27:02','2026-03-25 20:27:02','448ba265-7e7f-4274-a21c-a26d0da90e38'),
(133218,7,50677,NULL,3468,1,'2026-03-25 20:27:02','2026-03-25 20:27:02','a6a34f35-cffb-4098-a259-531197717952'),
(133219,7,50677,NULL,2969,2,'2026-03-25 20:27:02','2026-03-25 20:27:02','97324287-a7de-451e-8244-63a6d28717af'),
(133220,7,50677,NULL,617,3,'2026-03-25 20:27:02','2026-03-25 20:27:02','7a1e3394-f808-4947-a8d6-20f2d13f7586'),
(133221,7,50677,NULL,9732,4,'2026-03-25 20:27:02','2026-03-25 20:27:02','6c2f61ce-76f3-4177-8904-81a37001860f'),
(133222,7,50677,NULL,9640,5,'2026-03-25 20:27:02','2026-03-25 20:27:02','0216502a-1947-4d28-9abd-deb794c1413f'),
(133223,7,50677,NULL,9552,6,'2026-03-25 20:27:02','2026-03-25 20:27:02','186cdd6f-1d9b-4748-84ea-479331e1bf2c'),
(133224,7,50677,NULL,605,7,'2026-03-25 20:27:02','2026-03-25 20:27:02','b64b7e71-ff37-4f58-b384-9bf7cd7034e8'),
(133225,82,50677,NULL,469,1,'2026-03-25 20:27:02','2026-03-25 20:27:02','b2eff306-098b-4290-af01-7fa5f59fb7e7'),
(133226,82,50677,NULL,479,2,'2026-03-25 20:27:02','2026-03-25 20:27:02','d88c3fd8-ea7e-409a-adf4-3240125bbbeb'),
(133227,82,50677,NULL,491,3,'2026-03-25 20:27:02','2026-03-25 20:27:02','1a5b19cb-24ae-4e34-b247-cd343dfee15a'),
(133228,47,50677,NULL,10498,1,'2026-03-25 20:27:02','2026-03-25 20:27:02','cd87ba4d-7f6c-44da-9f31-e4fa1cf4172e'),
(133229,57,50677,NULL,8923,1,'2026-03-25 20:27:02','2026-03-25 20:27:02','35a76f4f-9da6-4d64-826d-145202b6ad34'),
(133230,57,50677,NULL,8936,2,'2026-03-25 20:27:02','2026-03-25 20:27:02','52100c41-2ebe-449c-bdc9-7ccc138baa83'),
(133231,57,50677,NULL,8934,3,'2026-03-25 20:27:02','2026-03-25 20:27:02','08134435-1fdb-4a1e-9f27-0275687e029a'),
(133232,57,50677,NULL,8935,4,'2026-03-25 20:27:02','2026-03-25 20:27:02','1d4d0dc2-8fd5-4ac2-9c8a-7b7c1f8ac941'),
(133233,57,50677,NULL,8931,5,'2026-03-25 20:27:02','2026-03-25 20:27:02','cddcede4-2f74-47be-b535-75335dc0cd91'),
(133234,57,50677,NULL,8928,6,'2026-03-25 20:27:02','2026-03-25 20:27:02','72882a7e-120c-4d0f-9561-390468c9be81'),
(133235,57,50677,NULL,8929,7,'2026-03-25 20:27:02','2026-03-25 20:27:02','3a0afadc-9bbb-4173-b38b-ac71130d0061'),
(133236,57,50677,NULL,8930,8,'2026-03-25 20:27:02','2026-03-25 20:27:02','3cf64a4d-5cf4-4d42-9654-cd1cd862c37e'),
(133237,57,50677,NULL,8920,9,'2026-03-25 20:27:02','2026-03-25 20:27:02','4f5665ca-7d38-4b3e-8c69-d23934bedcd0'),
(133238,57,50677,NULL,8918,10,'2026-03-25 20:27:02','2026-03-25 20:27:02','07cc997a-c270-4ed2-acef-141185d5ab2e'),
(133239,57,50677,NULL,8919,11,'2026-03-25 20:27:02','2026-03-25 20:27:02','8b95c0fd-9d5c-464d-8749-ac660559ef38'),
(133240,57,50677,NULL,8924,12,'2026-03-25 20:27:02','2026-03-25 20:27:02','8156bff1-3d3f-4222-b468-8df0f8b1e192'),
(133241,57,50677,NULL,8925,13,'2026-03-25 20:27:02','2026-03-25 20:27:02','72c06410-6121-4503-9f25-5f17a4845b7d'),
(133242,57,50677,NULL,8926,14,'2026-03-25 20:27:02','2026-03-25 20:27:02','1b40cf18-624e-4026-9c34-6dd01b1827e6'),
(133243,57,50677,NULL,8927,15,'2026-03-25 20:27:02','2026-03-25 20:27:02','c6790f20-c867-402e-a6b7-a8254b446e79'),
(133244,57,50677,NULL,8932,16,'2026-03-25 20:27:02','2026-03-25 20:27:02','84bf3b2a-45b5-4338-9bf3-a345cc46ad00'),
(133245,57,50677,NULL,8933,17,'2026-03-25 20:27:02','2026-03-25 20:27:02','418a2ddd-a82f-4b64-9b81-2e4a3a512173'),
(133246,13,50677,NULL,23830,1,'2026-03-25 20:27:02','2026-03-25 20:27:02','9f537c98-bb1c-4687-8fec-4f0ce7f523eb'),
(133247,66,50678,NULL,50663,1,'2026-03-25 20:27:02','2026-03-25 20:27:02','7ba1b582-44ef-434a-bb7c-1adefee3f4bb'),
(133274,32,54156,NULL,2614,1,'2026-03-30 13:50:32','2026-03-30 13:50:32','b7cd95db-0eb8-4f5c-8a3b-f07c28ecc34b'),
(133275,32,54156,NULL,2610,2,'2026-03-30 13:50:32','2026-03-30 13:50:32','7e5ebc40-cc2f-4133-abc8-6facb81a0109'),
(133276,32,54156,NULL,2598,3,'2026-03-30 13:50:32','2026-03-30 13:50:32','95cbbcab-9d1c-4b62-bf42-e255640a3198'),
(133277,32,54156,NULL,2600,4,'2026-03-30 13:50:32','2026-03-30 13:50:32','1d686f02-fd91-445f-9a16-47f6c7c37673'),
(133278,32,54156,NULL,2612,5,'2026-03-30 13:50:32','2026-03-30 13:50:32','eec7d544-aa92-4258-ab7f-368bc3b9b6c4'),
(133279,32,54156,NULL,2604,6,'2026-03-30 13:50:32','2026-03-30 13:50:32','13ecf2cb-0255-4de4-877b-862bbd7cec78'),
(133280,32,54156,NULL,2608,7,'2026-03-30 13:50:32','2026-03-30 13:50:32','03c9df18-1421-40ab-aaed-cdae586a2fd7'),
(133281,32,54156,NULL,2596,8,'2026-03-30 13:50:32','2026-03-30 13:50:32','57b0b435-6e63-445f-ab84-197b4fad05da'),
(133282,32,54156,NULL,2602,9,'2026-03-30 13:50:32','2026-03-30 13:50:32','8951b503-47ba-40ff-8eb4-7209d03a9ce6'),
(133283,32,54156,NULL,2606,10,'2026-03-30 13:50:32','2026-03-30 13:50:32','b1568884-b3d7-4a02-b131-850cb2e128c1'),
(133284,16,54156,NULL,3722,1,'2026-03-30 13:50:32','2026-03-30 13:50:32','28e10b3f-38fc-4ac4-b252-192bb5ab158e'),
(133285,7,54156,NULL,3468,1,'2026-03-30 13:50:32','2026-03-30 13:50:32','84646d0d-3e81-4ac4-a29f-921e74252b96'),
(133286,7,54156,NULL,601,2,'2026-03-30 13:50:32','2026-03-30 13:50:32','fecc0559-d123-49e0-a1e2-5e85cf2f2071'),
(133287,7,54156,NULL,9640,3,'2026-03-30 13:50:32','2026-03-30 13:50:32','205cb19b-40b2-4305-b723-e6018218462c'),
(133288,7,54156,NULL,617,4,'2026-03-30 13:50:32','2026-03-30 13:50:32','eaa8d4ad-eb98-4ec7-88ef-9eccb13c6b6a'),
(133289,7,54156,NULL,605,5,'2026-03-30 13:50:32','2026-03-30 13:50:32','cd3066c2-f817-4b15-b64c-3daff4a7bf5e'),
(133290,7,54156,NULL,9552,6,'2026-03-30 13:50:32','2026-03-30 13:50:32','1496ccbe-a3cc-4881-a092-4b6b191ebebb'),
(133291,7,54156,NULL,9549,7,'2026-03-30 13:50:32','2026-03-30 13:50:32','e87763fb-ab4d-4657-a8cd-531b7213fd3a'),
(133292,82,54156,NULL,479,1,'2026-03-30 13:50:32','2026-03-30 13:50:32','ccb93e55-c91a-432b-8478-cb0c067c87be'),
(133293,47,54156,NULL,12386,1,'2026-03-30 13:50:32','2026-03-30 13:50:32','ca76a6ef-c684-4b9a-9387-f0fb08067ea9'),
(133294,57,54156,NULL,8024,1,'2026-03-30 13:50:32','2026-03-30 13:50:32','639abf28-a30d-4468-a8d3-0e70b3fa7a67'),
(133295,57,54156,NULL,8025,2,'2026-03-30 13:50:32','2026-03-30 13:50:32','b896d459-b560-4860-a0d1-fbc6339463cd'),
(133296,57,54156,NULL,8027,3,'2026-03-30 13:50:32','2026-03-30 13:50:32','3f6240dc-96ad-4886-8061-2c66d1b35105'),
(133297,57,54156,NULL,8026,4,'2026-03-30 13:50:32','2026-03-30 13:50:32','c5d407ee-4cde-45dd-91f9-781637ba0f3c'),
(133298,13,54156,NULL,23704,1,'2026-03-30 13:50:32','2026-03-30 13:50:32','e8f394c6-015d-48ce-be02-96e2f002249e');
/*!40000 ALTER TABLE `relations` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `revisions`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `revisions` WRITE;
/*!40000 ALTER TABLE `revisions` DISABLE KEYS */;
INSERT INTO `revisions` VALUES
(46,111,1,1,''),
(47,113,1,1,''),
(48,115,1,1,''),
(49,117,1,1,''),
(50,119,1,1,''),
(51,121,1,1,''),
(153,325,1,1,''),
(154,325,1,2,'Applied “Draft 1”'),
(155,329,1,1,''),
(156,331,1,1,''),
(157,333,1,1,''),
(158,335,1,1,''),
(159,337,1,1,''),
(160,339,1,1,''),
(161,341,1,1,''),
(162,343,1,1,''),
(163,325,1,3,'Applied “Draft 1”'),
(164,348,1,1,''),
(165,350,1,1,''),
(166,352,1,1,''),
(167,354,1,1,''),
(168,356,1,1,''),
(169,358,1,1,''),
(170,360,1,1,''),
(171,362,1,1,''),
(172,364,1,1,''),
(173,366,1,1,''),
(174,368,1,1,''),
(175,370,1,1,''),
(176,372,1,1,''),
(177,374,1,1,''),
(178,376,1,1,''),
(179,378,1,1,''),
(181,382,1,1,''),
(182,384,1,1,''),
(183,386,1,1,''),
(184,388,1,1,''),
(185,390,1,1,''),
(186,392,1,1,''),
(187,394,1,1,''),
(188,396,1,1,''),
(189,398,1,1,''),
(190,400,1,1,''),
(191,402,1,1,''),
(192,404,1,1,''),
(193,406,1,1,''),
(194,408,1,1,''),
(195,410,1,1,''),
(196,412,1,1,''),
(197,414,1,1,''),
(225,457,1,1,''),
(226,459,1,1,''),
(227,461,1,1,''),
(228,463,1,1,''),
(229,465,1,1,''),
(230,467,1,1,''),
(231,469,1,1,''),
(232,471,1,1,''),
(233,473,1,1,''),
(234,475,1,1,''),
(235,477,1,1,''),
(236,479,1,1,''),
(237,481,1,1,''),
(238,483,1,1,''),
(239,485,1,1,''),
(240,487,1,1,''),
(241,489,1,1,''),
(242,491,1,1,''),
(243,493,1,1,''),
(244,495,1,1,''),
(245,497,1,1,''),
(273,555,1,1,''),
(274,557,1,1,''),
(275,559,1,1,''),
(294,601,1,1,''),
(296,605,1,1,''),
(297,605,1,2,''),
(298,601,1,2,''),
(299,601,1,3,''),
(300,601,1,4,''),
(301,601,1,5,'Applied “Draft 1”'),
(302,617,1,1,''),
(303,617,1,2,''),
(304,617,1,3,'Applied “Draft 1”'),
(305,605,1,3,'Applied “Draft 1”'),
(308,601,1,6,''),
(521,951,1,1,NULL),
(522,952,1,1,NULL),
(523,953,1,1,NULL),
(530,969,1,1,NULL),
(531,970,1,1,NULL),
(532,971,1,1,NULL),
(533,975,1,1,NULL),
(534,976,1,1,NULL),
(535,977,1,1,NULL),
(536,981,1,1,NULL),
(537,982,1,1,NULL),
(538,983,1,1,NULL),
(539,984,1,1,NULL),
(540,989,1,1,NULL),
(541,990,1,1,NULL),
(542,991,1,1,NULL),
(543,995,1,1,NULL),
(544,996,1,1,NULL),
(545,999,1,1,NULL),
(546,1000,1,1,NULL),
(547,1001,1,1,NULL),
(548,1005,1,1,NULL),
(549,1006,1,1,NULL),
(550,1007,1,1,NULL),
(554,1017,1,1,NULL),
(555,1018,1,1,NULL),
(556,1019,1,1,NULL),
(561,1031,1,1,NULL),
(562,1032,1,1,NULL),
(563,1035,1,1,NULL),
(564,1036,1,1,NULL),
(565,1037,1,1,NULL),
(566,1041,1,1,NULL),
(567,1042,1,1,NULL),
(571,1051,1,1,NULL),
(572,1052,1,1,NULL),
(573,1053,1,1,NULL),
(574,1054,1,1,NULL),
(575,1059,1,1,NULL),
(576,1060,1,1,NULL),
(577,1061,1,1,NULL),
(578,1062,1,1,NULL),
(579,1067,1,1,NULL),
(580,1068,1,1,NULL),
(581,1069,1,1,NULL),
(582,1073,1,1,NULL),
(583,1074,1,1,NULL),
(584,1075,1,1,NULL),
(585,1079,1,1,NULL),
(586,1080,1,1,NULL),
(587,1081,1,1,NULL),
(588,1085,1,1,NULL),
(589,1086,1,1,NULL),
(590,1087,1,1,NULL),
(591,1091,1,1,NULL),
(592,1092,1,1,NULL),
(593,1093,1,1,NULL),
(594,1097,1,1,NULL),
(595,1098,1,1,NULL),
(596,1099,1,1,NULL),
(597,1103,1,1,NULL),
(598,1104,1,1,NULL),
(599,1105,1,1,NULL),
(600,1109,1,1,NULL),
(601,1110,1,1,NULL),
(602,1111,1,1,NULL),
(603,1112,1,1,NULL),
(604,1117,1,1,NULL),
(605,1118,1,1,NULL),
(606,1119,1,1,NULL),
(610,1129,1,1,NULL),
(611,1130,1,1,NULL),
(612,1131,1,1,NULL),
(613,1135,1,1,NULL),
(614,1136,1,1,NULL),
(615,1137,1,1,NULL),
(616,1141,1,1,NULL),
(617,1143,1,1,NULL),
(618,1144,1,1,NULL),
(619,1145,1,1,NULL),
(620,1149,1,1,NULL),
(621,1150,1,1,NULL),
(622,1151,1,1,NULL),
(623,1155,1,1,NULL),
(624,1156,1,1,NULL),
(625,1157,1,1,NULL),
(626,1161,1,1,NULL),
(627,1162,1,1,NULL),
(631,1171,1,1,NULL),
(632,1172,1,1,NULL),
(633,1173,1,1,NULL),
(637,1185,1,1,NULL),
(638,1186,1,1,NULL),
(639,1187,1,1,NULL),
(640,1191,1,1,NULL),
(641,1192,1,1,NULL),
(642,1193,1,1,NULL),
(643,1197,1,1,NULL),
(644,1198,1,1,NULL),
(645,1201,1,1,NULL),
(646,1202,1,1,NULL),
(647,1203,1,1,NULL),
(648,1204,1,1,NULL),
(649,1209,1,1,NULL),
(650,1210,1,1,NULL),
(651,1211,1,1,NULL),
(652,1215,1,1,NULL),
(653,1216,1,1,NULL),
(654,1219,1,1,NULL),
(655,1220,1,1,NULL),
(656,1221,1,1,NULL),
(657,1225,1,1,NULL),
(658,1226,1,1,NULL),
(659,1227,1,1,NULL),
(660,1231,1,1,NULL),
(661,1232,1,1,NULL),
(662,1233,1,1,NULL),
(663,1237,1,1,NULL),
(664,1238,1,1,NULL),
(665,1239,1,1,NULL),
(666,1243,1,1,NULL),
(667,1244,1,1,NULL),
(668,1245,1,1,NULL),
(669,1249,1,1,NULL),
(670,1250,1,1,NULL),
(671,1251,1,1,NULL),
(675,1261,1,1,NULL),
(676,1262,1,1,NULL),
(677,1263,1,1,NULL),
(678,1264,1,1,NULL),
(679,1269,1,1,NULL),
(680,1270,1,1,NULL),
(681,1271,1,1,NULL),
(682,1272,1,1,NULL),
(683,1277,1,1,NULL),
(684,1278,1,1,NULL),
(685,1279,1,1,NULL),
(686,1283,1,1,NULL),
(687,1284,1,1,NULL),
(688,1285,1,1,NULL),
(689,1289,1,1,NULL),
(690,1290,1,1,NULL),
(691,1291,1,1,NULL),
(692,1292,1,1,NULL),
(693,1297,1,1,NULL),
(694,1298,1,1,NULL),
(695,1299,1,1,NULL),
(696,1303,1,1,NULL),
(697,1304,1,1,NULL),
(698,1305,1,1,NULL),
(699,1309,1,1,NULL),
(700,1310,1,1,NULL),
(701,1311,1,1,NULL),
(702,1315,1,1,NULL),
(703,1316,1,1,NULL),
(704,1317,1,1,NULL),
(705,1318,1,1,NULL),
(706,1323,1,1,NULL),
(707,1324,1,1,NULL),
(708,1325,1,1,NULL),
(709,1329,1,1,NULL),
(710,1330,1,1,NULL),
(711,1331,1,1,NULL),
(712,1332,1,1,NULL),
(713,1337,1,1,NULL),
(714,1338,1,1,NULL),
(715,1339,1,1,NULL),
(716,1343,1,1,NULL),
(717,1344,1,1,NULL),
(718,1345,1,1,NULL),
(719,1349,1,1,NULL),
(720,1350,1,1,NULL),
(724,1359,1,1,NULL),
(725,1360,1,1,NULL),
(726,1361,1,1,NULL),
(727,1365,1,1,NULL),
(728,1366,1,1,NULL),
(729,1367,1,1,NULL),
(730,1371,1,1,NULL),
(731,1372,1,1,NULL),
(732,1373,1,1,NULL),
(733,1377,1,1,NULL),
(734,1378,1,1,NULL),
(735,1379,1,1,NULL),
(736,1383,1,1,NULL),
(737,1384,1,1,NULL),
(738,1385,1,1,NULL),
(739,1389,1,1,NULL),
(740,1390,1,1,NULL),
(741,1391,1,1,NULL),
(742,1395,1,1,NULL),
(743,1396,1,1,NULL),
(744,1397,1,1,NULL),
(745,1401,1,1,NULL),
(746,1402,1,1,NULL),
(747,1403,1,1,NULL),
(748,1407,1,1,NULL),
(749,1408,1,1,NULL),
(750,1409,1,1,NULL),
(751,1413,1,1,NULL),
(752,1414,1,1,NULL),
(753,1415,1,1,NULL),
(754,1419,1,1,NULL),
(755,1420,1,1,NULL),
(756,1421,1,1,NULL),
(757,1425,1,1,NULL),
(758,1426,1,1,NULL),
(759,1427,1,1,NULL),
(760,1431,1,1,NULL),
(761,1432,1,1,NULL),
(762,1433,1,1,NULL),
(763,1437,1,1,NULL),
(764,1438,1,1,NULL),
(765,1439,1,1,NULL),
(766,1443,1,1,NULL),
(767,1444,1,1,NULL),
(768,1445,1,1,NULL),
(769,1449,1,1,NULL),
(770,1450,1,1,NULL),
(771,1451,1,1,NULL),
(772,1455,1,1,NULL),
(773,1456,1,1,NULL),
(774,1457,1,1,NULL),
(775,1461,1,1,NULL),
(776,1462,1,1,NULL),
(777,1463,1,1,NULL),
(778,1467,1,1,NULL),
(779,1468,1,1,NULL),
(780,1469,1,1,NULL),
(781,1473,1,1,NULL),
(782,1474,1,1,NULL),
(783,1477,1,1,NULL),
(784,1478,1,1,NULL),
(796,951,1,2,NULL),
(797,1499,1,1,NULL),
(798,1500,1,1,NULL),
(805,969,1,2,NULL),
(806,1514,1,1,NULL),
(807,1515,1,1,NULL),
(808,975,1,2,NULL),
(809,1519,1,1,NULL),
(810,1520,1,1,NULL),
(811,981,1,2,NULL),
(812,1524,1,1,NULL),
(813,1525,1,1,NULL),
(814,1526,1,1,NULL),
(815,989,1,2,NULL),
(816,1531,1,1,NULL),
(817,1532,1,1,NULL),
(818,995,1,2,NULL),
(819,1536,1,1,NULL),
(820,999,1,2,NULL),
(821,1539,1,1,NULL),
(822,1540,1,1,NULL),
(823,1005,1,2,NULL),
(824,1544,1,1,NULL),
(825,1545,1,1,NULL),
(826,1011,1,2,NULL),
(827,1549,1,1,NULL),
(828,1550,1,1,NULL),
(829,1017,1,2,NULL),
(830,1554,1,1,NULL),
(831,1555,1,1,NULL),
(836,1031,1,2,NULL),
(837,1566,1,1,NULL),
(838,1035,1,2,NULL),
(839,1569,1,1,NULL),
(840,1570,1,1,NULL),
(841,1041,1,2,NULL),
(842,1574,1,1,NULL),
(846,1051,1,2,NULL),
(847,1582,1,1,NULL),
(848,1583,1,1,NULL),
(849,1584,1,1,NULL),
(850,1059,1,2,NULL),
(851,1589,1,1,NULL),
(852,1590,1,1,NULL),
(853,1591,1,1,NULL),
(854,1067,1,2,NULL),
(855,1596,1,1,NULL),
(856,1597,1,1,NULL),
(857,1073,1,2,NULL),
(858,1601,1,1,NULL),
(859,1602,1,1,NULL),
(860,1079,1,2,NULL),
(861,1606,1,1,NULL),
(862,1607,1,1,NULL),
(863,1085,1,2,NULL),
(864,1611,1,1,NULL),
(865,1612,1,1,NULL),
(866,1091,1,2,NULL),
(867,1616,1,1,NULL),
(868,1617,1,1,NULL),
(869,1097,1,2,NULL),
(870,1621,1,1,NULL),
(871,1622,1,1,NULL),
(872,1103,1,2,NULL),
(873,1626,1,1,NULL),
(874,1627,1,1,NULL),
(875,1109,1,2,NULL),
(876,1631,1,1,NULL),
(877,1632,1,1,NULL),
(878,1633,1,1,NULL),
(879,1117,1,2,NULL),
(880,1638,1,1,NULL),
(881,1639,1,1,NULL),
(883,1643,1,1,NULL),
(884,1644,1,1,NULL),
(885,1129,1,2,NULL),
(886,1648,1,1,NULL),
(887,1649,1,1,NULL),
(888,1135,1,2,NULL),
(889,1653,1,1,NULL),
(890,1654,1,1,NULL),
(891,1141,1,2,NULL),
(892,1143,1,2,NULL),
(893,1659,1,1,NULL),
(894,1660,1,1,NULL),
(895,1149,1,2,NULL),
(896,1664,1,1,NULL),
(897,1665,1,1,NULL),
(898,1155,1,2,NULL),
(899,1669,1,1,NULL),
(900,1670,1,1,NULL),
(901,1161,1,2,NULL),
(902,1674,1,1,NULL),
(904,1677,1,1,NULL),
(905,1678,1,1,NULL),
(906,1171,1,2,NULL),
(907,1682,1,1,NULL),
(908,1683,1,1,NULL),
(912,1185,1,2,NULL),
(913,1694,1,1,NULL),
(914,1695,1,1,NULL),
(915,1191,1,2,NULL),
(916,1699,1,1,NULL),
(917,1700,1,1,NULL),
(918,1197,1,2,NULL),
(919,1704,1,1,NULL),
(920,1201,1,2,NULL),
(921,1707,1,1,NULL),
(922,1708,1,1,NULL),
(923,1709,1,1,NULL),
(924,1209,1,2,NULL),
(925,1714,1,1,NULL),
(926,1715,1,1,NULL),
(927,1215,1,2,NULL),
(928,1719,1,1,NULL),
(929,1219,1,2,NULL),
(930,1722,1,1,NULL),
(931,1723,1,1,NULL),
(932,1225,1,2,NULL),
(933,1727,1,1,NULL),
(934,1728,1,1,NULL),
(935,1231,1,2,NULL),
(936,1732,1,1,NULL),
(937,1733,1,1,NULL),
(938,1237,1,2,NULL),
(939,1737,1,1,NULL),
(940,1738,1,1,NULL),
(941,1243,1,2,NULL),
(942,1742,1,1,NULL),
(943,1743,1,1,NULL),
(944,1249,1,2,NULL),
(945,1747,1,1,NULL),
(946,1748,1,1,NULL),
(950,1261,1,2,NULL),
(951,1757,1,1,NULL),
(952,1758,1,1,NULL),
(953,1759,1,1,NULL),
(954,1269,1,2,NULL),
(955,1764,1,1,NULL),
(956,1765,1,1,NULL),
(957,1766,1,1,NULL),
(958,1277,1,2,NULL),
(959,1771,1,1,NULL),
(960,1772,1,1,NULL),
(961,1283,1,2,NULL),
(962,1776,1,1,NULL),
(963,1777,1,1,NULL),
(964,1289,1,2,NULL),
(965,1781,1,1,NULL),
(966,1782,1,1,NULL),
(967,1783,1,1,NULL),
(968,1297,1,2,NULL),
(969,1788,1,1,NULL),
(970,1789,1,1,NULL),
(971,1303,1,2,NULL),
(972,1793,1,1,NULL),
(973,1794,1,1,NULL),
(974,1309,1,2,NULL),
(975,1798,1,1,NULL),
(976,1799,1,1,NULL),
(977,1315,1,2,NULL),
(978,1803,1,1,NULL),
(979,1804,1,1,NULL),
(980,1805,1,1,NULL),
(981,1323,1,2,NULL),
(982,1810,1,1,NULL),
(983,1811,1,1,NULL),
(984,1329,1,2,NULL),
(985,1815,1,1,NULL),
(986,1816,1,1,NULL),
(987,1817,1,1,NULL),
(988,1337,1,2,NULL),
(989,1822,1,1,NULL),
(990,1823,1,1,NULL),
(991,1343,1,2,NULL),
(992,1827,1,1,NULL),
(993,1828,1,1,NULL),
(994,1349,1,2,NULL),
(995,1832,1,1,NULL),
(999,1359,1,2,NULL),
(1000,1840,1,1,NULL),
(1001,1841,1,1,NULL),
(1002,1365,1,2,NULL),
(1003,1845,1,1,NULL),
(1004,1846,1,1,NULL),
(1005,1371,1,2,NULL),
(1006,1850,1,1,NULL),
(1007,1851,1,1,NULL),
(1008,1377,1,2,NULL),
(1009,1855,1,1,NULL),
(1010,1856,1,1,NULL),
(1011,1383,1,2,NULL),
(1012,1860,1,1,NULL),
(1013,1861,1,1,NULL),
(1014,1389,1,2,NULL),
(1015,1865,1,1,NULL),
(1016,1866,1,1,NULL),
(1017,1395,1,2,NULL),
(1018,1870,1,1,NULL),
(1019,1871,1,1,NULL),
(1020,1401,1,2,NULL),
(1021,1875,1,1,NULL),
(1022,1876,1,1,NULL),
(1023,1407,1,2,NULL),
(1024,1880,1,1,NULL),
(1025,1881,1,1,NULL),
(1026,1413,1,2,NULL),
(1027,1885,1,1,NULL),
(1028,1886,1,1,NULL),
(1029,1419,1,2,NULL),
(1030,1890,1,1,NULL),
(1031,1891,1,1,NULL),
(1032,1425,1,2,NULL),
(1033,1895,1,1,NULL),
(1034,1896,1,1,NULL),
(1035,1431,1,2,NULL),
(1036,1900,1,1,NULL),
(1037,1901,1,1,NULL),
(1038,1437,1,2,NULL),
(1039,1905,1,1,NULL),
(1040,1906,1,1,NULL),
(1041,1443,1,2,NULL),
(1042,1910,1,1,NULL),
(1043,1911,1,1,NULL),
(1044,1449,1,2,NULL),
(1045,1915,1,1,NULL),
(1046,1916,1,1,NULL),
(1047,1455,1,2,NULL),
(1048,1920,1,1,NULL),
(1049,1921,1,1,NULL),
(1050,1461,1,2,NULL),
(1051,1925,1,1,NULL),
(1052,1926,1,1,NULL),
(1053,1467,1,2,NULL),
(1054,1930,1,1,NULL),
(1055,1931,1,1,NULL),
(1056,1473,1,2,NULL),
(1057,1935,1,1,NULL),
(1058,1477,1,2,NULL),
(1059,1938,1,1,NULL),
(1067,1165,1,4,'Applied “Draft 1”'),
(1070,1171,1,3,'Applied “Draft 1”'),
(1072,951,1,3,'Applied “Draft 1”'),
(1073,1261,1,3,'Applied “Draft 1”'),
(1079,1051,1,3,'Applied “Draft 1”'),
(1080,1051,1,4,'Applied “Draft 1”'),
(1081,1185,1,3,'Applied “Draft 1”'),
(1082,1161,1,3,'Applied “Draft 1”'),
(1085,1059,1,3,'Applied “Draft 1”'),
(1086,1269,1,3,'Applied “Draft 1”'),
(1087,969,1,3,'Applied “Draft 1”'),
(1088,1277,1,3,'Applied “Draft 1”'),
(1089,1191,1,3,'Applied “Draft 1”'),
(1090,1419,1,3,'Applied “Draft 1”'),
(1091,1419,1,4,'Applied “Draft 1”'),
(1092,1425,1,3,'Applied “Draft 1”'),
(1093,1359,1,3,'Applied “Draft 1”'),
(1094,1365,1,3,'Applied “Draft 1”'),
(1095,975,1,3,'Applied “Draft 1”'),
(1096,1067,1,3,'Applied “Draft 1”'),
(1097,1431,1,3,'Applied “Draft 1”'),
(1098,1437,1,3,'Applied “Draft 1”'),
(1099,1283,1,3,'Applied “Draft 1”'),
(1100,1437,1,4,'Applied “Draft 1”'),
(1101,1283,1,4,''),
(1102,1197,1,3,'Applied “Draft 1”'),
(1103,1201,1,3,'Applied “Draft 1”'),
(1104,1443,1,3,'Applied “Draft 1”'),
(1105,1209,1,3,'Applied “Draft 1”'),
(1106,1289,1,3,'Applied “Draft 1”'),
(1107,1297,1,3,'Applied “Draft 1”'),
(1108,1303,1,3,'Applied “Draft 1”'),
(1109,1073,1,3,'Applied “Draft 1”'),
(1110,981,1,3,'Applied “Draft 1”'),
(1111,1215,1,3,'Applied “Draft 1”'),
(1112,1371,1,3,'Applied “Draft 1”'),
(1113,1449,1,3,'Applied “Draft 1”'),
(1114,1455,1,3,'Applied “Draft 1”'),
(1115,989,1,3,'Applied “Draft 1”'),
(1116,1309,1,3,'Applied “Draft 1”'),
(1117,995,1,3,'Applied “Draft 1”'),
(1118,1219,1,3,'Applied “Draft 1”'),
(1119,1079,1,3,'Applied “Draft 1”'),
(1120,1477,1,3,'Applied “Draft 1”'),
(1121,1377,1,3,'Applied “Draft 1”'),
(1122,1461,1,3,'Applied “Draft 1”'),
(1123,1467,1,3,'Applied “Draft 1”'),
(1124,1467,1,4,'Applied “Draft 1”'),
(1125,1225,1,3,'Applied “Draft 1”'),
(1126,1225,1,4,'Applied “Draft 1”'),
(1127,1005,1,3,'Applied “Draft 1”'),
(1128,1315,1,3,'Applied “Draft 1”'),
(1129,1085,1,3,'Applied “Draft 1”'),
(1130,1383,1,3,'Applied “Draft 1”'),
(1131,1323,1,3,'Applied “Draft 1”'),
(1132,1011,1,3,'Applied “Draft 1”'),
(1133,1091,1,3,'Applied “Draft 1”'),
(1134,1097,1,3,'Applied “Draft 1”'),
(1135,1097,1,4,'Applied “Draft 1”'),
(1136,1231,1,3,'Applied “Draft 1”'),
(1137,1103,1,3,'Applied “Draft 1”'),
(1138,1237,1,3,'Applied “Draft 1”'),
(1139,1243,1,3,'Applied “Draft 1”'),
(1140,1389,1,3,'Applied “Draft 1”'),
(1141,1243,1,4,'Applied “Draft 1”'),
(1142,1149,1,3,'Applied “Draft 1”'),
(1143,1149,1,4,'Applied “Draft 1”'),
(1144,1155,1,3,'Applied “Draft 1”'),
(1145,1329,1,3,'Applied “Draft 1”'),
(1146,1329,1,4,'Applied “Draft 1”'),
(1148,1337,1,3,'Applied “Draft 1”'),
(1149,1407,1,3,'Applied “Draft 1”'),
(1150,1343,1,3,'Applied “Draft 1”'),
(1151,1395,1,3,'Applied “Draft 1”'),
(1152,1401,1,3,'Applied “Draft 1”'),
(1153,1473,1,3,'Applied “Draft 1”'),
(1154,1031,1,3,'Applied “Draft 1”'),
(1155,1413,1,3,'Applied “Draft 1”'),
(1156,1035,1,3,'Applied “Draft 1”'),
(1157,1041,1,3,'Applied “Draft 1”'),
(1158,1249,1,3,'Applied “Draft 1”'),
(1159,1123,1,3,'Applied “Draft 1”'),
(1160,1129,1,3,'Applied “Draft 1”'),
(1161,1349,1,3,'Applied “Draft 1”'),
(1162,1135,1,3,'Applied “Draft 1”'),
(1163,1141,1,3,'Applied “Draft 1”'),
(1164,1141,1,4,'Applied “Draft 1”'),
(1165,1143,1,3,'Applied “Draft 1”'),
(1166,1117,1,3,'Applied “Draft 1”'),
(1167,1109,1,3,'Applied “Draft 1”'),
(1169,1017,1,3,'Applied “Draft 1”'),
(1170,999,1,3,'Applied “Draft 1”'),
(1172,1261,1,4,'Applied “Draft 1”'),
(1174,1185,1,4,'Applied “Draft 1”'),
(1176,1277,1,4,'Applied “Draft 1”'),
(1177,1191,1,4,'Applied “Draft 1”'),
(1178,1359,1,4,'Applied “Draft 1”'),
(1179,1431,1,4,'Applied “Draft 1”'),
(1180,1197,1,4,'Applied “Draft 1”'),
(1181,1201,1,4,'Applied “Draft 1”'),
(1182,1309,1,4,'Applied “Draft 1”'),
(1183,1443,1,4,'Applied “Draft 1”'),
(1184,1209,1,4,'Applied “Draft 1”'),
(1185,1289,1,4,'Applied “Draft 1”'),
(1186,1297,1,4,'Applied “Draft 1”'),
(1187,1303,1,4,'Applied “Draft 1”'),
(1188,1215,1,4,''),
(1189,1371,1,4,'Applied “Draft 1”'),
(1190,1449,1,4,'Applied “Draft 1”'),
(1191,1231,1,4,'Applied “Draft 1”'),
(1192,1161,1,4,'Applied “Draft 1”'),
(1194,497,1,2,''),
(1198,951,1,4,'Applied “Draft 1”'),
(1199,1437,1,5,'Applied “Draft 1”'),
(1202,56,1,8,NULL),
(1203,57,1,8,NULL),
(1204,63,1,10,NULL),
(1210,951,1,5,NULL),
(1211,1499,1,2,NULL),
(1212,1500,1,2,NULL),
(1215,1505,1,2,NULL),
(1219,969,1,4,NULL),
(1220,1514,1,2,NULL),
(1221,1515,1,2,NULL),
(1222,975,1,4,NULL),
(1223,1519,1,2,NULL),
(1224,1520,1,2,NULL),
(1225,981,1,4,NULL),
(1226,1524,1,2,NULL),
(1227,1525,1,2,NULL),
(1228,1526,1,2,NULL),
(1229,989,1,4,NULL),
(1230,1531,1,2,NULL),
(1231,1532,1,2,NULL),
(1232,995,1,4,NULL),
(1233,1536,1,2,NULL),
(1234,999,1,4,NULL),
(1235,1539,1,2,NULL),
(1236,1540,1,2,NULL),
(1237,1005,1,4,NULL),
(1238,1544,1,2,NULL),
(1239,1545,1,2,NULL),
(1240,1011,1,4,NULL),
(1241,1549,1,2,NULL),
(1242,1550,1,2,NULL),
(1243,1017,1,4,NULL),
(1244,1554,1,2,NULL),
(1245,1555,1,2,NULL),
(1250,1031,1,4,NULL),
(1251,1566,1,2,NULL),
(1252,1035,1,4,NULL),
(1253,1569,1,2,NULL),
(1254,1570,1,2,NULL),
(1255,1041,1,4,NULL),
(1256,1574,1,2,NULL),
(1257,1045,1,7,NULL),
(1258,1577,1,2,NULL),
(1259,1578,1,2,NULL),
(1260,1051,1,5,NULL),
(1261,1582,1,2,NULL),
(1262,1583,1,2,NULL),
(1263,1584,1,2,NULL),
(1264,1059,1,4,NULL),
(1265,1589,1,2,NULL),
(1266,1590,1,2,NULL),
(1267,1591,1,2,NULL),
(1268,1067,1,4,NULL),
(1269,1596,1,2,NULL),
(1270,1597,1,2,NULL),
(1271,1073,1,4,NULL),
(1272,1601,1,2,NULL),
(1273,1602,1,2,NULL),
(1274,1079,1,4,NULL),
(1275,1606,1,2,NULL),
(1276,1607,1,2,NULL),
(1277,1085,1,4,NULL),
(1278,1611,1,2,NULL),
(1279,1612,1,2,NULL),
(1280,1091,1,4,NULL),
(1281,1616,1,2,NULL),
(1282,1617,1,2,NULL),
(1283,1097,1,5,NULL),
(1284,1621,1,2,NULL),
(1285,1622,1,2,NULL),
(1286,1103,1,4,NULL),
(1287,1626,1,2,NULL),
(1288,1627,1,2,NULL),
(1289,1109,1,4,NULL),
(1290,1631,1,2,NULL),
(1291,1632,1,2,NULL),
(1292,1633,1,2,NULL),
(1293,1117,1,4,NULL),
(1294,1638,1,2,NULL),
(1295,1639,1,2,NULL),
(1296,1123,1,4,NULL),
(1297,1643,1,2,NULL),
(1298,1644,1,2,NULL),
(1299,1129,1,4,NULL),
(1300,1648,1,2,NULL),
(1301,1649,1,2,NULL),
(1302,1135,1,4,NULL),
(1303,1653,1,2,NULL),
(1304,1654,1,2,NULL),
(1305,1143,1,4,NULL),
(1306,1659,1,2,NULL),
(1307,1660,1,2,NULL),
(1308,1155,1,4,NULL),
(1309,1669,1,2,NULL),
(1310,1670,1,2,NULL),
(1311,1161,1,5,NULL),
(1312,1674,1,2,NULL),
(1313,1165,1,5,NULL),
(1314,1677,1,2,NULL),
(1315,1678,1,2,NULL),
(1316,1171,1,4,NULL),
(1317,1682,1,2,NULL),
(1318,1683,1,2,NULL),
(1322,1185,1,5,NULL),
(1323,1694,1,2,NULL),
(1324,1695,1,2,NULL),
(1325,1191,1,5,NULL),
(1326,1699,1,2,NULL),
(1327,1700,1,2,NULL),
(1328,1197,1,5,NULL),
(1329,1704,1,2,NULL),
(1330,1201,1,5,NULL),
(1331,1707,1,2,NULL),
(1332,1708,1,2,NULL),
(1333,1709,1,2,NULL),
(1334,1209,1,5,NULL),
(1335,1714,1,2,NULL),
(1336,1715,1,2,NULL),
(1337,1215,1,5,NULL),
(1338,1719,1,2,NULL),
(1339,1219,1,4,NULL),
(1340,1722,1,2,NULL),
(1341,1723,1,2,NULL),
(1342,1225,1,5,NULL),
(1343,1727,1,2,NULL),
(1344,1728,1,2,NULL),
(1345,1231,1,5,NULL),
(1346,1732,1,2,NULL),
(1347,1733,1,2,NULL),
(1348,1237,1,4,NULL),
(1349,1737,1,2,NULL),
(1350,1738,1,2,NULL),
(1351,1243,1,5,NULL),
(1352,1742,1,2,NULL),
(1353,1743,1,2,NULL),
(1354,1249,1,4,NULL),
(1355,1747,1,2,NULL),
(1356,1748,1,2,NULL),
(1360,1261,1,5,NULL),
(1361,1757,1,2,NULL),
(1362,1758,1,2,NULL),
(1363,1759,1,2,NULL),
(1364,1269,1,4,NULL),
(1365,1764,1,2,NULL),
(1366,1765,1,2,NULL),
(1367,1766,1,2,NULL),
(1368,1277,1,5,NULL),
(1369,1771,1,2,NULL),
(1370,1772,1,2,NULL),
(1371,1283,1,5,NULL),
(1372,1776,1,2,NULL),
(1373,1777,1,2,NULL),
(1374,1289,1,5,NULL),
(1375,1781,1,2,NULL),
(1376,1782,1,2,NULL),
(1377,1783,1,2,NULL),
(1378,1297,1,5,NULL),
(1379,1788,1,2,NULL),
(1380,1789,1,2,NULL),
(1381,1303,1,5,NULL),
(1382,1793,1,2,NULL),
(1383,1794,1,2,NULL),
(1384,1309,1,5,NULL),
(1385,1798,1,2,NULL),
(1386,1799,1,2,NULL),
(1387,1315,1,4,NULL),
(1388,1803,1,2,NULL),
(1389,1804,1,2,NULL),
(1390,1805,1,2,NULL),
(1391,1323,1,4,NULL),
(1392,1810,1,2,NULL),
(1393,1811,1,2,NULL),
(1394,1329,1,5,NULL),
(1395,1815,1,2,NULL),
(1396,1816,1,2,NULL),
(1397,1817,1,2,NULL),
(1398,1337,1,4,NULL),
(1399,1822,1,2,NULL),
(1400,1823,1,2,NULL),
(1401,1343,1,4,NULL),
(1402,1827,1,2,NULL),
(1403,1828,1,2,NULL),
(1404,1349,1,4,NULL),
(1405,1832,1,2,NULL),
(1407,1835,1,2,NULL),
(1408,1836,1,2,NULL),
(1409,1359,1,5,NULL),
(1410,1840,1,2,NULL),
(1411,1841,1,2,NULL),
(1412,1365,1,4,NULL),
(1413,1845,1,2,NULL),
(1414,1846,1,2,NULL),
(1415,1371,1,5,NULL),
(1416,1850,1,2,NULL),
(1417,1851,1,2,NULL),
(1418,1377,1,4,NULL),
(1419,1855,1,2,NULL),
(1420,1856,1,2,NULL),
(1421,1383,1,4,NULL),
(1422,1860,1,2,NULL),
(1423,1861,1,2,NULL),
(1424,1389,1,4,NULL),
(1425,1865,1,2,NULL),
(1426,1866,1,2,NULL),
(1427,1395,1,4,NULL),
(1428,1870,1,2,NULL),
(1429,1871,1,2,NULL),
(1430,1401,1,4,NULL),
(1431,1875,1,2,NULL),
(1432,1876,1,2,NULL),
(1433,1407,1,4,NULL),
(1434,1880,1,2,NULL),
(1435,1881,1,2,NULL),
(1436,1413,1,4,NULL),
(1437,1885,1,2,NULL),
(1438,1886,1,2,NULL),
(1439,1419,1,5,NULL),
(1440,1890,1,2,NULL),
(1441,1891,1,2,NULL),
(1442,1425,1,4,NULL),
(1443,1895,1,2,NULL),
(1444,1896,1,2,NULL),
(1445,1431,1,5,NULL),
(1446,1900,1,2,NULL),
(1447,1901,1,2,NULL),
(1448,1437,1,6,NULL),
(1449,1905,1,2,NULL),
(1450,1906,1,2,NULL),
(1451,1443,1,5,NULL),
(1452,1910,1,2,NULL),
(1453,1911,1,2,NULL),
(1454,1449,1,5,NULL),
(1455,1915,1,2,NULL),
(1456,1916,1,2,NULL),
(1457,1455,1,4,NULL),
(1458,1920,1,2,NULL),
(1459,1921,1,2,NULL),
(1460,1461,1,4,NULL),
(1461,1925,1,2,NULL),
(1462,1926,1,2,NULL),
(1463,1467,1,5,NULL),
(1464,1930,1,2,NULL),
(1465,1931,1,2,NULL),
(1466,1473,1,4,NULL),
(1467,1935,1,2,NULL),
(1468,1477,1,4,NULL),
(1469,1938,1,2,NULL),
(1471,1941,1,2,NULL),
(1476,1487,1,3,NULL),
(1477,605,1,4,'Applied “Draft 1”'),
(1478,2519,1,1,''),
(1479,2519,1,2,'Applied “Draft 1”'),
(1480,2523,1,1,''),
(1481,2523,1,2,'Applied “Draft 1”'),
(1482,2527,1,1,''),
(1483,2527,1,2,'Applied “Draft 1”'),
(1484,2531,1,1,''),
(1485,2531,1,2,'Applied “Draft 1”'),
(1486,2535,1,1,''),
(1487,2537,1,1,''),
(1488,2535,1,2,'Applied “Draft 1”'),
(1489,2537,1,2,'Applied “Draft 1”'),
(1490,2535,1,3,'Applied “Draft 1”'),
(1491,2531,1,3,'Applied “Draft 1”'),
(1492,2527,1,3,'Applied “Draft 1”'),
(1493,2523,1,3,'Applied “Draft 1”'),
(1494,2519,1,3,'Applied “Draft 1”'),
(1495,2553,1,1,''),
(1496,2555,1,1,''),
(1497,2557,1,1,''),
(1498,2559,1,1,''),
(1499,2561,1,1,''),
(1500,2563,1,1,''),
(1501,2565,1,1,''),
(1502,2567,1,1,''),
(1503,2569,1,1,''),
(1504,2571,1,1,''),
(1505,2573,1,1,''),
(1506,2573,1,2,''),
(1507,2576,1,1,''),
(1508,2537,1,3,'Applied “Draft 1”'),
(1509,2535,1,4,'Applied “Draft 1”'),
(1510,2531,1,4,'Applied “Draft 1”'),
(1511,2527,1,4,'Applied “Draft 1”'),
(1512,2523,1,4,'Applied “Draft 1”'),
(1513,2519,1,4,'Applied “Draft 1”'),
(1514,2590,1,1,''),
(1515,2537,1,4,''),
(1516,2590,1,2,'Applied “Draft 1”'),
(1517,2596,1,1,''),
(1518,2598,1,1,''),
(1519,2600,1,1,''),
(1520,2602,1,1,''),
(1521,2604,1,1,''),
(1522,2606,1,1,''),
(1523,2608,1,1,''),
(1524,2610,1,1,''),
(1525,2612,1,1,''),
(1526,2614,1,1,''),
(1528,2618,1,1,''),
(1530,2622,1,1,''),
(1531,2624,1,1,''),
(1535,1165,1,6,'Applied “Draft 1”'),
(1536,2590,1,3,'Applied “Draft 1”'),
(1537,497,1,3,'Applied “Draft 1”'),
(1538,951,1,6,'Applied “Draft 1”'),
(1540,1359,1,6,'Applied “Draft 1”'),
(1541,1353,1,8,'Applied “Draft 1”'),
(1542,1365,1,5,'Applied “Draft 1”'),
(1543,1371,1,6,'Applied “Draft 1”'),
(1544,1353,1,9,'Applied “Draft 1”'),
(1545,1359,1,7,'Applied “Draft 1”'),
(1546,1365,1,6,'Applied “Draft 1”'),
(1547,1377,1,5,'Applied “Draft 1”'),
(1548,1383,1,5,'Applied “Draft 1”'),
(1549,1389,1,5,'Applied “Draft 1”'),
(1550,1395,1,5,'Applied “Draft 1”'),
(1551,1401,1,5,'Applied “Draft 1”'),
(1552,1407,1,5,'Applied “Draft 1”'),
(1553,1413,1,5,'Applied “Draft 1”'),
(1554,1413,1,6,'Applied “Draft 1”'),
(1555,1413,1,7,'Applied “Draft 1”'),
(1556,1359,1,8,'Applied “Draft 1”'),
(1557,1353,1,10,'Applied “Draft 1”'),
(1558,1395,1,6,'Applied “Draft 1”'),
(1559,1365,1,7,'Applied “Draft 1”'),
(1560,1371,1,7,'Applied “Draft 1”'),
(1561,1377,1,6,'Applied “Draft 1”'),
(1562,1383,1,6,'Applied “Draft 1”'),
(1563,1389,1,6,'Applied “Draft 1”'),
(1564,1401,1,6,'Applied “Draft 1”'),
(1565,1407,1,6,'Applied “Draft 1”'),
(1566,1413,1,8,'Applied “Draft 1”'),
(1567,1353,1,11,'Applied “Draft 1”'),
(1568,1359,1,9,'Applied “Draft 1”'),
(1569,1365,1,8,''),
(1570,1395,1,7,'Applied “Draft 1”'),
(1571,1371,1,8,'Applied “Draft 1”'),
(1572,1377,1,7,'Applied “Draft 1”'),
(1573,1401,1,7,'Applied “Draft 1”'),
(1574,1383,1,7,'Applied “Draft 1”'),
(1575,1389,1,7,'Applied “Draft 1”'),
(1576,1407,1,7,'Applied “Draft 1”'),
(1577,2712,1,1,''),
(1578,2712,1,2,'Applied “Draft 1”'),
(1580,2712,1,3,'Applied “Draft 1”'),
(1581,2720,1,1,''),
(1582,2720,1,2,'Applied “Draft 1”'),
(1583,2720,1,3,'Applied “Draft 1”'),
(1584,2720,1,4,'Applied “Draft 1”'),
(1585,2712,1,4,'Applied “Draft 1”'),
(1587,1059,1,5,'Applied “Draft 1”'),
(1588,1283,1,6,'Applied “Draft 1”'),
(1590,601,1,7,'Applied “Draft 1”'),
(1592,2743,1,1,NULL),
(1593,2744,1,1,NULL),
(1594,601,1,8,'Applied “Draft 1”'),
(1595,459,1,2,''),
(1596,459,1,3,'Applied “Draft 1”'),
(1597,461,1,2,''),
(1598,457,1,2,'Applied “Draft 1”'),
(1599,463,1,2,'Applied “Draft 1”'),
(1600,465,1,2,'Applied “Draft 1”'),
(1601,467,1,2,''),
(1602,469,1,2,'Applied “Draft 1”'),
(1603,471,1,2,''),
(1604,475,1,2,'Applied “Draft 1”'),
(1605,475,1,3,''),
(1606,477,1,2,''),
(1607,479,1,2,''),
(1608,481,1,2,'Applied “Draft 1”'),
(1609,483,1,2,''),
(1610,485,1,2,''),
(1611,497,1,4,''),
(1612,487,1,2,'Applied “Draft 1”'),
(1613,489,1,2,''),
(1614,491,1,2,''),
(1615,493,1,2,''),
(1616,495,1,2,'Applied “Draft 1”'),
(1622,459,1,4,'Applied “Draft 1”'),
(1623,465,1,3,'Applied “Draft 1”'),
(1624,497,1,5,''),
(1625,487,1,3,'Applied “Draft 1”'),
(1627,2825,1,1,NULL),
(1628,2826,1,1,NULL),
(1629,2827,1,1,NULL),
(1630,2828,1,1,NULL),
(1631,2829,1,1,NULL),
(1632,2830,1,1,NULL),
(1637,1171,1,5,'Applied “Draft 1”'),
(1638,2622,1,2,''),
(1639,1481,1,5,'Applied “Draft 1”'),
(1642,2537,1,5,'Applied “Draft 1”'),
(1643,2535,1,5,'Applied “Draft 1”'),
(1644,2537,1,6,'Applied “Draft 1”'),
(1645,2527,1,5,'Applied “Draft 1”'),
(1646,2523,1,5,'Applied “Draft 1”'),
(1647,2531,1,5,'Applied “Draft 1”'),
(1648,2519,1,5,'Applied “Draft 1”'),
(1649,2880,1,1,''),
(1652,2891,1,1,''),
(1659,1395,1,8,'Applied “Draft 1”'),
(1660,111,1,2,NULL),
(1661,113,1,2,NULL),
(1662,115,1,2,NULL),
(1663,117,1,2,NULL),
(1664,119,1,2,NULL),
(1665,121,1,2,NULL),
(1666,555,1,2,NULL),
(1667,557,1,2,NULL),
(1668,559,1,2,NULL),
(1671,2891,1,2,''),
(1672,2531,1,6,'Applied “Draft 1”'),
(1674,2791,1,2,NULL),
(1679,2945,1,2,NULL),
(1681,2793,1,3,NULL),
(1682,601,1,9,'Applied “Draft 1”'),
(1683,605,1,5,'Applied “Draft 1”'),
(1684,617,1,4,'Applied “Draft 1”'),
(1685,1045,1,8,'Applied “Draft 1”'),
(1686,2712,1,5,'Applied “Draft 1”'),
(1687,2969,1,1,''),
(1688,2972,1,1,''),
(1689,2974,1,1,''),
(1690,2969,1,2,''),
(1691,2974,1,2,''),
(1693,2983,1,1,NULL),
(1694,2984,1,1,NULL),
(1695,2985,1,1,NULL),
(1696,2986,1,1,NULL),
(1697,2987,1,1,NULL),
(1700,2999,1,1,NULL),
(1701,3000,1,1,NULL),
(1704,2972,1,2,'Applied “Draft 1”'),
(1706,3027,1,1,''),
(1708,957,1,7,'Applied “Draft 1”'),
(1709,3036,1,1,NULL),
(1710,3037,1,1,NULL),
(1711,3038,1,1,NULL),
(1712,3039,1,1,NULL),
(1713,3040,1,1,NULL),
(1714,957,1,8,'Applied “Draft 1”'),
(1715,1504,1,3,NULL),
(1716,1505,1,3,NULL),
(1717,957,1,9,'Applied “Draft 1”'),
(1720,3066,1,1,NULL),
(1721,3067,1,1,NULL),
(1722,3068,1,1,NULL),
(1723,3069,1,1,NULL),
(1724,3070,1,1,NULL),
(1726,3079,1,1,NULL),
(1728,1509,1,3,NULL),
(1729,1510,1,3,NULL),
(1731,3093,1,1,''),
(1732,969,1,5,'Applied “Draft 1”'),
(1733,969,1,6,'Applied “Draft 1”'),
(1734,3102,1,1,NULL),
(1735,3103,1,1,NULL),
(1736,3104,1,1,NULL),
(1737,3105,1,1,NULL),
(1738,3106,1,1,NULL),
(1739,969,1,7,'Applied “Draft 1”'),
(1740,969,1,8,'Applied “Draft 1”'),
(1741,1514,1,3,NULL),
(1742,1515,1,3,NULL),
(1744,975,1,5,'Applied “Draft 1”'),
(1745,975,1,6,'Applied “Draft 1”'),
(1746,3138,1,1,NULL),
(1747,3139,1,1,NULL),
(1748,3140,1,1,NULL),
(1749,3141,1,1,NULL),
(1750,3142,1,1,NULL),
(1751,3143,1,1,NULL),
(1752,3144,1,1,NULL),
(1753,3145,1,1,NULL),
(1754,1519,1,3,NULL),
(1755,1520,1,3,NULL),
(1756,981,1,5,'Applied “Draft 1”'),
(1757,981,1,6,'Applied “Draft 1”'),
(1758,3166,1,1,NULL),
(1759,3167,1,1,NULL),
(1760,3168,1,1,NULL),
(1761,3169,1,1,NULL),
(1762,3170,1,1,NULL),
(1763,981,1,7,'Applied “Draft 1”'),
(1764,3182,1,1,NULL),
(1765,1525,1,3,NULL),
(1766,1526,1,3,NULL),
(1767,981,1,8,'Applied “Draft 1”'),
(1768,3192,1,1,''),
(1769,3194,1,1,''),
(1770,3196,1,1,''),
(1771,3198,1,1,''),
(1772,3200,1,1,''),
(1773,3202,1,1,''),
(1774,3204,1,1,''),
(1775,3206,1,1,''),
(1776,3208,1,1,''),
(1777,3210,1,1,''),
(1782,1165,1,7,'Applied “Draft 1”'),
(1783,957,1,10,'Applied “Draft 1”'),
(1784,2720,1,5,'Applied “Draft 1”'),
(1785,951,1,7,'Applied “Draft 1”'),
(1786,1499,1,3,NULL),
(1787,951,1,8,'Applied “Draft 1”'),
(1788,3255,1,1,NULL),
(1789,3256,1,1,NULL),
(1790,3257,1,1,NULL),
(1791,3258,1,1,NULL),
(1792,3259,1,1,NULL),
(1793,3260,1,1,NULL),
(1794,3261,1,1,NULL),
(1795,3262,1,1,NULL),
(1796,3263,1,1,NULL),
(1797,951,1,9,'Applied “Draft 1”'),
(1798,2880,1,2,'Applied “Draft 1”'),
(1799,2880,1,3,'Applied “Draft 1”'),
(1800,2880,1,4,'Applied “Draft 1”'),
(1801,3292,1,1,NULL),
(1802,3293,1,1,NULL),
(1803,3294,1,1,NULL),
(1804,3295,1,1,NULL),
(1805,2880,1,5,'Applied “Draft 1”'),
(1806,3303,1,1,NULL),
(1807,2880,1,6,'Applied “Draft 1”'),
(1808,3308,1,1,NULL),
(1809,2880,1,7,'Applied “Draft 1”'),
(1810,3316,1,1,NULL),
(1811,3317,1,1,NULL),
(1812,3318,1,1,NULL),
(1813,3319,1,1,NULL),
(1814,1353,1,12,'Applied “Draft 1”'),
(1815,3335,1,1,NULL),
(1816,3336,1,1,NULL),
(1817,3337,1,1,NULL),
(1818,3338,1,1,NULL),
(1819,3339,1,1,NULL),
(1820,3340,1,1,NULL),
(1821,3341,1,1,NULL),
(1822,3342,1,1,NULL),
(1823,3343,1,1,NULL),
(1824,1353,1,13,'Applied “Draft 1”'),
(1825,1835,1,3,NULL),
(1826,1353,1,14,'Applied “Draft 1”'),
(1827,1353,1,15,'Applied “Draft 1”'),
(1828,989,1,5,'Applied “Draft 1”'),
(1829,989,1,6,'Applied “Draft 1”'),
(1830,3385,1,1,NULL),
(1831,3386,1,1,NULL),
(1832,3387,1,1,NULL),
(1833,3388,1,1,NULL),
(1834,3389,1,1,NULL),
(1835,989,1,7,'Applied “Draft 1”'),
(1836,989,1,8,'Applied “Draft 1”'),
(1837,3403,1,1,NULL),
(1838,3404,1,1,NULL),
(1839,3405,1,1,NULL),
(1840,3406,1,1,NULL),
(1841,989,1,9,'Applied “Draft 1”'),
(1842,989,1,10,'Applied “Draft 1”'),
(1843,1531,1,3,NULL),
(1844,1532,1,3,NULL),
(1845,989,1,11,'Applied “Draft 1”'),
(1846,995,1,5,'Applied “Draft 1”'),
(1847,3431,1,1,NULL),
(1848,3432,1,1,NULL),
(1849,3433,1,1,NULL),
(1850,3434,1,1,NULL),
(1851,3435,1,1,NULL),
(1852,995,1,6,'Applied “Draft 1”'),
(1853,995,1,7,'Applied “Draft 1”'),
(1854,3450,1,1,NULL),
(1855,3451,1,1,NULL),
(1856,3452,1,1,NULL),
(1857,3453,1,1,NULL),
(1858,3454,1,1,NULL),
(1859,995,1,8,'Applied “Draft 1”'),
(1860,1536,1,3,NULL),
(1861,995,1,9,''),
(1862,3468,1,1,''),
(1863,2974,1,3,'Applied “Draft 1”'),
(1864,999,1,5,'Applied “Draft 1”'),
(1865,999,1,6,'Applied “Draft 1”'),
(1866,3479,1,1,NULL),
(1867,3480,1,1,NULL),
(1868,3481,1,1,NULL),
(1869,3482,1,1,NULL),
(1870,3483,1,1,NULL),
(1871,999,1,7,'Applied “Draft 1”'),
(1872,1005,1,5,'Applied “Draft 1”'),
(1873,1005,1,6,'Applied “Draft 1”'),
(1874,3507,1,1,NULL),
(1875,3508,1,1,NULL),
(1876,3509,1,1,NULL),
(1877,3510,1,1,NULL),
(1878,3511,1,1,NULL),
(1879,1005,1,7,'Applied “Draft 1”'),
(1880,3522,1,1,NULL),
(1881,1544,1,3,NULL),
(1882,1545,1,3,NULL),
(1883,1005,1,8,'Applied “Draft 1”'),
(1884,1011,1,5,'Applied “Draft 1”'),
(1885,3536,1,1,NULL),
(1886,3537,1,1,NULL),
(1887,3538,1,1,NULL),
(1888,3539,1,1,NULL),
(1889,3540,1,1,NULL),
(1890,1011,1,6,'Applied “Draft 1”'),
(1891,1011,1,7,'Applied “Draft 1”'),
(1892,3554,1,1,NULL),
(1893,3555,1,1,NULL),
(1894,1549,1,3,NULL),
(1895,1550,1,3,NULL),
(1896,1011,1,8,'Applied “Draft 1”'),
(1897,1017,1,5,'Applied “Draft 1”'),
(1898,1017,1,6,'Applied “Draft 1”'),
(1899,3572,1,1,NULL),
(1900,3573,1,1,NULL),
(1901,3574,1,1,NULL),
(1902,3575,1,1,NULL),
(1903,3576,1,1,NULL),
(1904,1017,1,7,'Applied “Draft 1”'),
(1905,1017,1,8,'Applied “Draft 1”'),
(1906,1554,1,3,NULL),
(1907,1555,1,3,NULL),
(1908,1017,1,9,'Applied “Draft 1”'),
(1911,3602,1,1,NULL),
(1912,3603,1,1,NULL),
(1913,3604,1,1,NULL),
(1914,3605,1,1,NULL),
(1918,1560,1,3,NULL),
(1919,1561,1,3,NULL),
(1920,1035,1,5,'Applied “Draft 1”'),
(1921,1035,1,6,'Applied “Draft 1”'),
(1922,3631,1,1,NULL),
(1923,3632,1,1,NULL),
(1924,3633,1,1,NULL),
(1925,3634,1,1,NULL),
(1926,3635,1,1,NULL),
(1927,1035,1,7,'Applied “Draft 1”'),
(1928,1035,1,8,'Applied “Draft 1”'),
(1929,1569,1,3,NULL),
(1930,1570,1,3,NULL),
(1931,1035,1,9,'Applied “Draft 1”'),
(1932,1041,1,5,'Applied “Draft 1”'),
(1933,1041,1,6,'Applied “Draft 1”'),
(1934,3662,1,1,NULL),
(1935,3663,1,1,NULL),
(1936,3664,1,1,NULL),
(1937,3665,1,1,NULL),
(1938,3666,1,1,NULL),
(1939,1041,1,7,'Applied “Draft 1”'),
(1940,1041,1,8,'Applied “Draft 1”'),
(1941,3680,1,1,NULL),
(1942,3681,1,1,NULL),
(1943,3682,1,1,NULL),
(1944,1574,1,3,NULL),
(1945,1045,1,9,'Applied “Draft 1”'),
(1946,3697,1,1,''),
(1947,1045,1,10,'Applied “Draft 1”'),
(1948,3699,1,1,NULL),
(1949,3700,1,1,NULL),
(1950,3701,1,1,NULL),
(1951,3702,1,1,NULL),
(1952,3703,1,1,NULL),
(1953,1045,1,11,'Applied “Draft 1”'),
(1954,3716,1,1,NULL),
(1955,1577,1,3,NULL),
(1956,1578,1,3,NULL),
(1957,1051,1,6,'Applied “Draft 1”'),
(1958,1051,1,7,'Applied “Draft 1”'),
(1959,3730,1,1,NULL),
(1960,3731,1,1,NULL),
(1961,3732,1,1,NULL),
(1962,3733,1,1,NULL),
(1963,3734,1,1,NULL),
(1964,1051,1,8,'Applied “Draft 1”'),
(1965,1051,1,9,'Applied “Draft 1”'),
(1966,3749,1,1,NULL),
(1967,1583,1,3,NULL),
(1968,1584,1,3,NULL),
(1969,1353,1,16,'Applied “Draft 1”'),
(1970,951,1,10,'Applied “Draft 1”'),
(1971,2880,1,8,'Applied “Draft 1”'),
(1972,1059,1,6,'Applied “Draft 1”'),
(1973,1059,1,7,'Applied “Draft 1”'),
(1974,3769,1,1,NULL),
(1975,3770,1,1,NULL),
(1976,3771,1,1,NULL),
(1977,3772,1,1,NULL),
(1978,3773,1,1,NULL),
(1979,1059,1,8,'Applied “Draft 1”'),
(1980,1059,1,9,'Applied “Draft 1”'),
(1981,3785,1,1,NULL),
(1982,3786,1,1,NULL),
(1983,1059,1,10,'Applied “Draft 1”'),
(1984,1590,1,3,NULL),
(1985,1591,1,3,NULL),
(1986,1059,1,11,'Applied “Draft 1”'),
(1987,1067,1,5,'Applied “Draft 1”'),
(1988,1596,1,3,NULL),
(1989,1597,1,3,NULL),
(1990,1067,1,6,'Applied “Draft 1”'),
(1991,3814,1,1,NULL),
(1992,3815,1,1,NULL),
(1993,3816,1,1,NULL),
(1994,3817,1,1,NULL),
(1995,3818,1,1,NULL),
(1996,3819,1,1,NULL),
(1997,1067,1,7,'Applied “Draft 1”'),
(1998,1067,1,8,'Applied “Draft 1”'),
(1999,1079,1,5,'Applied “Draft 1”'),
(2000,1079,1,6,'Applied “Draft 1”'),
(2001,3840,1,1,NULL),
(2002,3841,1,1,NULL),
(2003,3842,1,1,NULL),
(2004,3843,1,1,NULL),
(2005,3844,1,1,NULL),
(2006,1079,1,7,'Applied “Draft 1”'),
(2007,1079,1,8,'Applied “Draft 1”'),
(2008,3859,1,1,NULL),
(2009,1606,1,3,NULL),
(2010,1607,1,3,NULL),
(2011,1085,1,5,'Applied “Draft 1”'),
(2012,1085,1,6,'Applied “Draft 1”'),
(2013,3874,1,1,NULL),
(2014,3875,1,1,NULL),
(2015,3876,1,1,NULL),
(2016,3877,1,1,NULL),
(2017,3878,1,1,NULL),
(2018,3879,1,1,NULL),
(2019,1085,1,7,'Applied “Draft 1”'),
(2020,1611,1,3,NULL),
(2021,1612,1,3,NULL),
(2022,1085,1,8,'Applied “Draft 1”'),
(2023,1091,1,5,'Applied “Draft 1”'),
(2024,3902,1,1,NULL),
(2025,3903,1,1,NULL),
(2026,3904,1,1,NULL),
(2027,3905,1,1,NULL),
(2028,3906,1,1,NULL),
(2029,1091,1,6,'Applied “Draft 1”'),
(2030,1091,1,7,'Applied “Draft 1”'),
(2031,3921,1,1,NULL),
(2032,1616,1,3,NULL),
(2033,1617,1,3,NULL),
(2034,1097,1,6,'Applied “Draft 1”'),
(2035,1097,1,7,'Applied “Draft 1”'),
(2036,3935,1,1,NULL),
(2037,3936,1,1,NULL),
(2038,3937,1,1,NULL),
(2039,3938,1,1,NULL),
(2040,3939,1,1,NULL),
(2041,1097,1,8,'Applied “Draft 1”'),
(2042,3948,1,1,NULL),
(2043,1097,1,9,'Applied “Draft 1”'),
(2044,1621,1,3,NULL),
(2045,1622,1,3,NULL),
(2046,1103,1,5,'Applied “Draft 1”'),
(2047,3965,1,1,NULL),
(2048,3966,1,1,NULL),
(2049,3967,1,1,NULL),
(2050,3968,1,1,NULL),
(2051,3969,1,1,NULL),
(2052,1103,1,6,'Applied “Draft 1”'),
(2053,1103,1,7,'Applied “Draft 1”'),
(2054,1626,1,3,NULL),
(2055,1627,1,3,NULL),
(2056,1109,1,5,'Applied “Draft 1”'),
(2057,3992,1,1,NULL),
(2058,3993,1,1,NULL),
(2059,3994,1,1,NULL),
(2060,3995,1,1,NULL),
(2061,3996,1,1,NULL),
(2062,1109,1,6,'Applied “Draft 1”'),
(2063,1109,1,7,'Applied “Draft 1”'),
(2064,4011,1,1,NULL),
(2065,1632,1,3,NULL),
(2066,1633,1,3,NULL),
(2067,1117,1,5,'Applied “Draft 1”'),
(2068,4026,1,1,NULL),
(2069,4027,1,1,NULL),
(2070,4028,1,1,NULL),
(2071,4029,1,1,NULL),
(2072,1638,1,3,NULL),
(2073,1639,1,3,NULL),
(2074,1117,1,6,'Applied “Draft 1”'),
(2075,1117,1,7,'Applied “Draft 1”'),
(2076,1638,1,4,NULL),
(2077,1639,1,4,NULL),
(2078,1123,1,5,'Applied “Draft 1”'),
(2079,1123,1,6,'Applied “Draft 1”'),
(2080,4053,1,1,NULL),
(2081,4054,1,1,NULL),
(2082,4055,1,1,NULL),
(2083,4056,1,1,NULL),
(2084,4057,1,1,NULL),
(2085,1123,1,7,'Applied “Draft 1”'),
(2086,4070,1,1,NULL),
(2087,4071,1,1,NULL),
(2088,1643,1,3,NULL),
(2089,1644,1,3,NULL),
(2090,1123,1,8,'Applied “Draft 1”'),
(2091,1123,1,9,'Applied “Draft 1”'),
(2092,1129,1,5,'Applied “Draft 1”'),
(2093,4089,1,1,NULL),
(2094,4090,1,1,NULL),
(2095,4091,1,1,NULL),
(2096,4092,1,1,NULL),
(2097,4093,1,1,NULL),
(2098,1129,1,6,'Applied “Draft 1”'),
(2099,1129,1,7,'Applied “Draft 1”'),
(2100,1648,1,3,NULL),
(2101,1649,1,3,NULL),
(2102,1143,1,5,'Applied “Draft 1”'),
(2103,1143,1,6,'Applied “Draft 1”'),
(2104,4117,1,1,NULL),
(2105,4118,1,1,NULL),
(2106,4119,1,1,NULL),
(2107,4120,1,1,NULL),
(2108,4121,1,1,NULL),
(2109,1143,1,7,'Applied “Draft 1”'),
(2110,4131,1,1,NULL),
(2111,4132,1,1,NULL),
(2112,1143,1,8,'Applied “Draft 1”'),
(2113,4143,1,1,NULL),
(2114,1660,1,3,NULL),
(2115,1149,1,5,'Applied “Draft 1”'),
(2116,1149,1,6,'Applied “Draft 1”'),
(2117,4156,1,1,NULL),
(2118,4157,1,1,NULL),
(2119,4158,1,1,NULL),
(2120,4159,1,1,NULL),
(2121,4160,1,1,NULL),
(2122,1149,1,7,'Applied “Draft 1”'),
(2123,1149,1,8,'Applied “Draft 1”'),
(2124,4174,1,1,NULL),
(2125,1665,1,2,NULL),
(2126,1155,1,5,'Applied “Draft 1”'),
(2127,1155,1,6,'Applied “Draft 1”'),
(2128,1155,1,7,'Applied “Draft 1”'),
(2129,4189,1,1,NULL),
(2130,4190,1,1,NULL),
(2131,4191,1,1,NULL),
(2132,4192,1,1,NULL),
(2133,4193,1,1,NULL),
(2134,1155,1,8,'Applied “Draft 1”'),
(2135,4210,1,1,NULL),
(2136,4211,1,1,NULL),
(2137,4212,1,1,NULL),
(2138,4213,1,1,NULL),
(2139,4214,1,1,NULL),
(2140,1670,1,3,NULL),
(2141,1165,1,8,'Applied “Draft 1”'),
(2142,1165,1,9,'Applied “Draft 1”'),
(2143,4231,1,1,NULL),
(2144,4232,1,1,NULL),
(2145,4233,1,1,NULL),
(2146,4234,1,1,NULL),
(2147,4235,1,1,NULL),
(2148,1165,1,10,'Applied “Draft 1”'),
(2149,1165,1,11,'Applied “Draft 1”'),
(2150,1677,1,3,NULL),
(2151,1678,1,3,NULL),
(2152,1165,1,12,'Applied “Draft 1”'),
(2153,1171,1,6,'Applied “Draft 1”'),
(2154,1171,1,7,'Applied “Draft 1”'),
(2155,4261,1,1,NULL),
(2156,4262,1,1,NULL),
(2157,4263,1,1,NULL),
(2158,4264,1,1,NULL),
(2159,4265,1,1,NULL),
(2160,1171,1,8,'Applied “Draft 1”'),
(2161,4277,1,1,NULL),
(2162,1682,1,3,NULL),
(2163,1683,1,3,NULL),
(2165,4289,1,1,NULL),
(2166,4290,1,1,NULL),
(2167,4291,1,1,NULL),
(2168,4292,1,1,NULL),
(2169,4293,1,1,NULL),
(2173,4307,1,1,NULL),
(2174,4308,1,1,NULL),
(2178,1185,1,6,'Applied “Draft 1”'),
(2179,1694,1,3,NULL),
(2180,1695,1,3,NULL),
(2181,1185,1,7,'Applied “Draft 1”'),
(2182,4332,1,1,NULL),
(2183,4333,1,1,NULL),
(2184,4334,1,1,NULL),
(2185,4335,1,1,NULL),
(2186,4336,1,1,NULL),
(2187,1185,1,8,'Applied “Draft 1”'),
(2188,1185,1,9,''),
(2189,1443,1,6,'Applied “Draft 1”'),
(2190,1911,1,3,NULL),
(2192,999,1,8,'Applied “Draft 1”'),
(2193,1539,1,3,NULL),
(2194,1540,1,3,NULL),
(2195,1191,1,6,'Applied “Draft 1”'),
(2196,4365,1,1,NULL),
(2197,4366,1,1,NULL),
(2198,4367,1,1,NULL),
(2199,4368,1,1,NULL),
(2200,4369,1,1,NULL),
(2201,1191,1,7,'Applied “Draft 1”'),
(2202,1191,1,8,'Applied “Draft 1”'),
(2203,1699,1,3,NULL),
(2204,1700,1,3,NULL),
(2205,1197,1,6,'Applied “Draft 1”'),
(2206,4391,1,1,NULL),
(2207,4392,1,1,NULL),
(2208,4393,1,1,NULL),
(2209,4394,1,1,NULL),
(2210,4395,1,1,NULL),
(2211,4403,1,1,''),
(2212,1197,1,7,'Applied “Draft 1”'),
(2213,1197,1,8,'Applied “Draft 1”'),
(2214,4409,1,1,NULL),
(2215,1704,1,3,NULL),
(2216,1201,1,6,'Applied “Draft 1”'),
(2217,4420,1,1,NULL),
(2218,4421,1,1,NULL),
(2219,4422,1,1,NULL),
(2220,4423,1,1,NULL),
(2221,4424,1,1,NULL),
(2222,1201,1,7,'Applied “Draft 1”'),
(2223,1201,1,8,'Applied “Draft 1”'),
(2224,1708,1,3,NULL),
(2225,1709,1,3,NULL),
(2226,1209,1,6,'Applied “Draft 1”'),
(2227,4446,1,1,NULL),
(2228,4447,1,1,NULL),
(2229,4448,1,1,NULL),
(2230,4449,1,1,NULL),
(2231,4450,1,1,NULL),
(2232,1209,1,7,'Applied “Draft 1”'),
(2233,1209,1,8,'Applied “Draft 1”'),
(2234,1714,1,3,NULL),
(2235,1715,1,3,NULL),
(2236,1215,1,6,'Applied “Draft 1”'),
(2237,1215,1,7,'Applied “Draft 1”'),
(2238,4474,1,1,NULL),
(2239,4475,1,1,NULL),
(2240,4476,1,1,NULL),
(2241,4477,1,1,NULL),
(2242,4478,1,1,NULL),
(2243,1215,1,8,'Applied “Draft 1”'),
(2244,1215,1,9,'Applied “Draft 1”'),
(2245,1215,1,10,'Applied “Draft 1”'),
(2246,4492,1,1,NULL),
(2247,1719,1,3,NULL),
(2248,1219,1,5,'Applied “Draft 1”'),
(2249,4504,1,1,NULL),
(2250,4505,1,1,NULL),
(2251,4506,1,1,NULL),
(2252,4507,1,1,NULL),
(2253,4508,1,1,NULL),
(2254,1219,1,6,'Applied “Draft 1”'),
(2255,4521,1,1,NULL),
(2256,1723,1,3,NULL),
(2257,1225,1,6,'Applied “Draft 1”'),
(2258,1225,1,7,'Applied “Draft 1”'),
(2259,4534,1,1,NULL),
(2260,4535,1,1,NULL),
(2261,4536,1,1,NULL),
(2262,4537,1,1,NULL),
(2263,4538,1,1,NULL),
(2264,1225,1,8,'Applied “Draft 1”'),
(2265,1225,1,9,'Applied “Draft 1”'),
(2266,1727,1,3,NULL),
(2267,1728,1,3,NULL),
(2268,1231,1,6,'Applied “Draft 1”'),
(2269,4564,1,1,NULL),
(2270,4565,1,1,NULL),
(2271,4566,1,1,NULL),
(2272,4567,1,1,NULL),
(2273,4568,1,1,NULL),
(2274,1732,1,3,NULL),
(2275,4569,1,1,NULL),
(2276,1237,1,5,'Applied “Draft 1”'),
(2277,4586,1,1,NULL),
(2278,4587,1,1,NULL),
(2279,4588,1,1,NULL),
(2280,4589,1,1,NULL),
(2281,4590,1,1,NULL),
(2282,1237,1,6,'Applied “Draft 1”'),
(2283,1237,1,7,'Applied “Draft 1”'),
(2284,4604,1,1,NULL),
(2285,1737,1,3,NULL),
(2286,1738,1,3,NULL),
(2287,1243,1,6,'Applied “Draft 1”'),
(2288,4621,1,1,NULL),
(2289,4622,1,1,NULL),
(2290,4623,1,1,NULL),
(2291,4624,1,1,NULL),
(2292,4625,1,1,NULL),
(2293,4626,1,1,NULL),
(2294,4627,1,1,NULL),
(2295,1742,1,3,NULL),
(2296,1743,1,3,NULL),
(2297,1249,1,5,'Applied “Draft 1”'),
(2298,4645,1,1,NULL),
(2299,4646,1,1,NULL),
(2300,4647,1,1,NULL),
(2301,4648,1,1,NULL),
(2302,4649,1,1,NULL),
(2303,1249,1,6,'Applied “Draft 1”'),
(2304,4660,1,1,NULL),
(2305,1747,1,3,NULL),
(2306,1748,1,3,NULL),
(2307,1481,1,6,'Applied “Draft 1”'),
(2308,1473,1,5,'Applied “Draft 1”'),
(2309,1473,1,6,'Applied “Draft 1”'),
(2310,1473,1,7,'Applied “Draft 1”'),
(2311,1935,1,3,NULL),
(2312,4674,1,1,NULL),
(2313,1477,1,5,'Applied “Draft 1”'),
(2314,1477,1,6,'Applied “Draft 1”'),
(2315,1477,1,7,'Applied “Draft 1”'),
(2316,1477,1,8,'Applied “Draft 1”'),
(2317,1938,1,3,NULL),
(2318,4687,1,1,NULL),
(2319,1481,1,7,'Applied “Draft 1”'),
(2320,1481,1,8,'Applied “Draft 1”'),
(2321,1481,1,9,'Applied “Draft 1”'),
(2322,1481,1,10,'Applied “Draft 1”'),
(2323,1941,1,3,NULL),
(2324,4700,1,1,NULL),
(2326,1437,1,7,'Applied “Draft 1”'),
(2327,1437,1,8,'Applied “Draft 1”'),
(2328,1437,1,9,'Applied “Draft 1”'),
(2329,1437,1,10,'Applied “Draft 1”'),
(2333,4768,1,1,NULL),
(2335,4792,1,1,NULL),
(2336,4793,1,1,NULL),
(2337,4794,1,1,NULL),
(2338,4795,1,1,NULL),
(2339,4796,1,1,NULL),
(2343,1752,1,3,NULL),
(2344,1753,1,3,NULL),
(2346,1045,1,12,'Applied “Draft 1”'),
(2347,1045,1,13,'Applied “Draft 1”'),
(2348,1171,1,9,'Applied “Draft 1”'),
(2352,951,1,11,'Applied “Draft 1”'),
(2355,1261,1,6,'Applied “Draft 1”'),
(2356,4867,1,1,NULL),
(2357,4868,1,1,NULL),
(2358,4869,1,1,NULL),
(2359,4870,1,1,NULL),
(2360,4871,1,1,NULL),
(2361,1261,1,7,'Applied “Draft 1”'),
(2362,1261,1,8,'Applied “Draft 1”'),
(2363,4893,1,1,NULL),
(2364,4894,1,1,NULL),
(2365,1261,1,9,'Applied “Draft 1”'),
(2366,4904,1,1,NULL),
(2367,1759,1,3,NULL),
(2370,1693,1,4,NULL),
(2371,957,1,11,'Applied “Draft 1”'),
(2375,4945,1,1,NULL),
(2376,4946,1,1,NULL),
(2377,1143,1,9,'Applied “Draft 1”'),
(2378,1143,1,10,'Applied “Draft 1”'),
(2379,4964,1,1,NULL),
(2380,4965,1,1,NULL),
(2381,4966,1,1,NULL),
(2382,1135,1,5,'Applied “Draft 1”'),
(2383,4979,1,1,NULL),
(2384,4980,1,1,NULL),
(2385,4981,1,1,NULL),
(2386,4982,1,1,NULL),
(2387,4983,1,1,NULL),
(2388,1135,1,6,'Applied “Draft 1”'),
(2389,1135,1,7,'Applied “Draft 1”'),
(2390,1653,1,3,NULL),
(2391,1654,1,3,NULL),
(2392,1135,1,8,'Applied “Draft 1”'),
(2393,5009,1,1,NULL),
(2394,1349,1,5,'Applied “Draft 1”'),
(2395,5019,1,1,NULL),
(2396,5020,1,1,NULL),
(2397,5021,1,1,NULL),
(2398,5022,1,1,NULL),
(2399,5023,1,1,NULL),
(2400,1349,1,6,'Applied “Draft 1”'),
(2401,1349,1,7,'Applied “Draft 1”'),
(2402,1832,1,3,NULL),
(2403,1349,1,8,'Applied “Draft 1”'),
(2404,5048,1,1,NULL),
(2405,1129,1,8,'Applied “Draft 1”'),
(2406,5059,1,1,NULL),
(2407,5060,1,1,NULL),
(2408,1123,1,10,'Applied “Draft 1”'),
(2409,5070,1,1,NULL),
(2410,5071,1,1,NULL),
(2411,1123,1,11,'Applied “Draft 1”'),
(2412,1045,1,14,'Applied “Draft 1”'),
(2413,1045,1,15,'Applied “Draft 1”'),
(2414,1249,1,7,'Applied “Draft 1”'),
(2415,1249,1,8,'Applied “Draft 1”'),
(2416,1041,1,9,'Applied “Draft 1”'),
(2417,5099,1,1,NULL),
(2418,5100,1,1,NULL),
(2419,1035,1,10,'Applied “Draft 1”'),
(2420,5115,1,1,NULL),
(2421,5116,1,1,NULL),
(2422,1109,1,8,'Applied “Draft 1”'),
(2423,5134,1,1,NULL),
(2424,5135,1,1,NULL),
(2425,1343,1,5,'Applied “Draft 1”'),
(2426,5161,1,1,NULL),
(2427,5162,1,1,NULL),
(2428,5163,1,1,NULL),
(2429,5164,1,1,NULL),
(2430,5165,1,1,NULL),
(2431,5166,1,1,NULL),
(2432,1827,1,3,NULL),
(2433,1828,1,3,NULL),
(2434,5167,1,1,NULL),
(2435,5168,1,1,NULL),
(2436,1407,1,8,'Applied “Draft 1”'),
(2437,5197,1,1,NULL),
(2438,5198,1,1,NULL),
(2439,5199,1,1,NULL),
(2440,5200,1,1,NULL),
(2441,5201,1,1,NULL),
(2442,1880,1,3,NULL),
(2443,1881,1,3,NULL),
(2444,5202,1,1,NULL),
(2445,1337,1,5,'Applied “Draft 1”'),
(2446,5219,1,1,NULL),
(2447,5220,1,1,NULL),
(2448,5221,1,1,NULL),
(2449,5222,1,1,NULL),
(2450,5223,1,1,NULL),
(2451,1337,1,6,'Applied “Draft 1”'),
(2452,1337,1,7,'Applied “Draft 1”'),
(2453,5246,1,1,NULL),
(2454,1823,1,3,NULL),
(2455,5247,1,1,NULL),
(2456,1023,1,9,'Applied “Draft 1”'),
(2457,5261,1,1,NULL),
(2458,5262,1,1,NULL),
(2459,2720,1,6,'Applied “Draft 1”'),
(2460,1079,1,9,'Applied “Draft 1”'),
(2461,1079,1,10,'Applied “Draft 1”'),
(2464,1171,1,10,'Applied “Draft 1”'),
(2465,5307,1,1,NULL),
(2466,1045,1,16,'Applied “Draft 1”'),
(2467,5310,1,1,NULL),
(2469,5315,1,1,NULL),
(2470,951,1,12,'Applied “Draft 1”'),
(2471,5319,1,1,NULL),
(2472,1261,1,10,'Applied “Draft 1”'),
(2473,5324,1,1,NULL),
(2475,5329,1,1,NULL),
(2476,957,1,12,'Applied “Draft 1”'),
(2477,5334,1,1,NULL),
(2479,5339,1,1,NULL),
(2480,2720,1,7,'Applied “Draft 1”'),
(2481,5343,1,1,NULL),
(2482,1051,1,10,'Applied “Draft 1”'),
(2483,5348,1,1,NULL),
(2484,1185,1,10,'Applied “Draft 1”'),
(2485,5353,1,1,NULL),
(2486,1059,1,12,'Applied “Draft 1”'),
(2487,5358,1,1,NULL),
(2488,1269,1,5,'Applied “Draft 1”'),
(2489,5363,1,1,NULL),
(2490,969,1,9,'Applied “Draft 1”'),
(2491,5368,1,1,NULL),
(2492,1277,1,6,'Applied “Draft 1”'),
(2493,5373,1,1,NULL),
(2494,1191,1,9,'Applied “Draft 1”'),
(2495,5376,1,1,NULL),
(2496,5377,1,1,NULL),
(2497,1419,1,6,'Applied “Draft 1”'),
(2498,5383,1,1,NULL),
(2499,1413,1,9,'Applied “Draft 1”'),
(2500,5388,1,1,NULL),
(2501,1425,1,5,'Applied “Draft 1”'),
(2502,5393,1,1,NULL),
(2503,1359,1,10,'Applied “Draft 1”'),
(2504,5398,1,1,NULL),
(2505,1365,1,9,'Applied “Draft 1”'),
(2506,5403,1,1,NULL),
(2507,975,1,7,'Applied “Draft 1”'),
(2508,5408,1,1,NULL),
(2509,1067,1,9,'Applied “Draft 1”'),
(2510,5413,1,1,NULL),
(2511,1431,1,6,'Applied “Draft 1”'),
(2512,5418,1,1,NULL),
(2513,1283,1,7,'Applied “Draft 1”'),
(2514,5423,1,1,NULL),
(2515,1197,1,9,'Applied “Draft 1”'),
(2516,5428,1,1,NULL),
(2517,1201,1,9,'Applied “Draft 1”'),
(2518,5433,1,1,NULL),
(2519,1443,1,7,'Applied “Draft 1”'),
(2520,5438,1,1,NULL),
(2521,1209,1,9,'Applied “Draft 1”'),
(2522,5443,1,1,NULL),
(2523,1289,1,6,'Applied “Draft 1”'),
(2524,5447,1,1,NULL),
(2525,1297,1,6,'Applied “Draft 1”'),
(2526,5452,1,1,NULL),
(2527,981,1,9,'Applied “Draft 1”'),
(2528,5457,1,1,NULL),
(2529,1073,1,5,'Applied “Draft 1”'),
(2530,5461,1,1,NULL),
(2531,1303,1,6,'Applied “Draft 1”'),
(2532,5466,1,1,NULL),
(2533,1215,1,11,'Applied “Draft 1”'),
(2534,5471,1,1,NULL),
(2535,1395,1,9,'Applied “Draft 1”'),
(2536,5476,1,1,NULL),
(2537,1371,1,9,'Applied “Draft 1”'),
(2538,5481,1,1,NULL),
(2539,1449,1,6,'Applied “Draft 1”'),
(2540,5486,1,1,NULL),
(2541,1455,1,5,'Applied “Draft 1”'),
(2542,5491,1,1,NULL),
(2543,989,1,12,'Applied “Draft 1”'),
(2544,5495,1,1,NULL),
(2545,1309,1,6,'Applied “Draft 1”'),
(2546,5500,1,1,NULL),
(2547,995,1,10,'Applied “Draft 1”'),
(2548,5505,1,1,NULL),
(2549,1219,1,7,'Applied “Draft 1”'),
(2550,5510,1,1,NULL),
(2551,1079,1,11,'Applied “Draft 1”'),
(2552,5515,1,1,NULL),
(2553,1377,1,8,'Applied “Draft 1”'),
(2554,5520,1,1,NULL),
(2555,999,1,9,'Applied “Draft 1”'),
(2556,5525,1,1,NULL),
(2557,1477,1,9,'Applied “Draft 1”'),
(2558,5530,1,1,NULL),
(2559,1085,1,9,'Applied “Draft 1”'),
(2560,5535,1,1,NULL),
(2561,1461,1,5,'Applied “Draft 1”'),
(2562,5540,1,1,NULL),
(2563,1467,1,6,'Applied “Draft 1”'),
(2564,5545,1,1,NULL),
(2565,1225,1,10,'Applied “Draft 1”'),
(2566,5550,1,1,NULL),
(2567,1005,1,9,'Applied “Draft 1”'),
(2568,5555,1,1,NULL),
(2569,1315,1,5,'Applied “Draft 1”'),
(2570,5560,1,1,NULL),
(2571,1383,1,8,'Applied “Draft 1”'),
(2572,5565,1,1,NULL),
(2573,1323,1,5,'Applied “Draft 1”'),
(2574,5570,1,1,NULL),
(2575,1011,1,9,'Applied “Draft 1”'),
(2576,5575,1,1,NULL),
(2577,1011,1,10,'Applied “Draft 1”'),
(2578,1091,1,8,'Applied “Draft 1”'),
(2579,5582,1,1,NULL),
(2580,1097,1,10,'Applied “Draft 1”'),
(2581,5587,1,1,NULL),
(2582,1231,1,7,'Applied “Draft 1”'),
(2583,5592,1,1,NULL),
(2584,1103,1,8,'Applied “Draft 1”'),
(2585,5597,1,1,NULL),
(2586,1237,1,8,'Applied “Draft 1”'),
(2587,5602,1,1,NULL),
(2588,1243,1,7,'Applied “Draft 1”'),
(2589,5607,1,1,NULL),
(2590,1389,1,8,'Applied “Draft 1”'),
(2591,5612,1,1,NULL),
(2592,1149,1,9,'Applied “Draft 1”'),
(2593,5617,1,1,NULL),
(2594,1329,1,6,'Applied “Draft 1”'),
(2595,5622,1,1,NULL),
(2596,1481,1,11,'Applied “Draft 1”'),
(2597,5627,1,1,NULL),
(2598,1017,1,10,'Applied “Draft 1”'),
(2599,5632,1,1,NULL),
(2600,1023,1,10,'Applied “Draft 1”'),
(2601,1343,1,6,'Applied “Draft 1”'),
(2602,1109,1,9,'Applied “Draft 1”'),
(2603,1117,1,8,'Applied “Draft 1”'),
(2604,5644,1,1,NULL),
(2605,1473,1,8,'Applied “Draft 1”'),
(2606,5649,1,1,NULL),
(2607,1031,1,5,'Applied “Draft 1”'),
(2608,5653,1,1,NULL),
(2609,1035,1,11,'Applied “Draft 1”'),
(2610,1041,1,10,'Applied “Draft 1”'),
(2611,1249,1,9,'Applied “Draft 1”'),
(2612,5662,1,1,NULL),
(2613,1123,1,12,'Applied “Draft 1”'),
(2614,1129,1,9,'Applied “Draft 1”'),
(2615,1349,1,9,'Applied “Draft 1”'),
(2616,1135,1,9,''),
(2617,1141,1,5,'Applied “Draft 1”'),
(2618,5673,1,1,NULL),
(2619,951,1,13,'Applied “Draft 1”'),
(2620,5681,1,1,NULL),
(2621,2720,1,8,'Applied “Draft 1”'),
(2622,5697,1,1,NULL),
(2624,5702,1,1,NULL),
(2625,1353,1,17,'Applied “Draft 1”'),
(2626,5710,1,1,NULL),
(2627,5711,1,1,NULL),
(2628,1171,1,11,'Applied “Draft 1”'),
(2629,5720,1,1,NULL),
(2630,1261,1,11,'Applied “Draft 1”'),
(2631,5725,1,1,NULL),
(2633,5731,1,1,NULL),
(2634,2880,1,9,'Applied “Draft 1”'),
(2635,5737,1,1,NULL),
(2636,5738,1,1,NULL),
(2637,957,1,13,'Applied “Draft 1”'),
(2638,5745,1,1,NULL),
(2640,5750,1,1,NULL),
(2641,1185,1,11,'Applied “Draft 1”'),
(2642,5756,1,1,NULL),
(2643,1059,1,13,'Applied “Draft 1”'),
(2644,5762,1,1,NULL),
(2645,1269,1,6,'Applied “Draft 1”'),
(2646,5768,1,1,NULL),
(2647,969,1,10,'Applied “Draft 1”'),
(2648,5774,1,1,NULL),
(2649,1277,1,7,'Applied “Draft 1”'),
(2650,5780,1,1,NULL),
(2651,1191,1,10,'Applied “Draft 1”'),
(2652,5786,1,1,NULL),
(2653,1419,1,7,'Applied “Draft 1”'),
(2654,5792,1,1,NULL),
(2655,975,1,8,'Applied “Draft 1”'),
(2656,5798,1,1,NULL),
(2657,1067,1,10,'Applied “Draft 1”'),
(2658,5804,1,1,NULL),
(2659,1431,1,7,'Applied “Draft 1”'),
(2660,5810,1,1,NULL),
(2661,1437,1,11,'Applied “Draft 1”'),
(2662,5816,1,1,NULL),
(2663,1283,1,8,'Applied “Draft 1”'),
(2664,5822,1,1,NULL),
(2665,1197,1,10,'Applied “Draft 1”'),
(2666,5828,1,1,NULL),
(2667,1201,1,10,'Applied “Draft 1”'),
(2668,5834,1,1,NULL),
(2669,1209,1,10,'Applied “Draft 1”'),
(2670,5840,1,1,NULL),
(2671,1289,1,7,'Applied “Draft 1”'),
(2672,5846,1,1,NULL),
(2673,1297,1,7,'Applied “Draft 1”'),
(2674,5852,1,1,NULL),
(2675,981,1,10,'Applied “Draft 1”'),
(2676,5858,1,1,NULL),
(2677,1073,1,6,'Applied “Draft 1”'),
(2678,5864,1,1,NULL),
(2679,1303,1,7,'Applied “Draft 1”'),
(2680,5870,1,1,NULL),
(2681,1455,1,6,'Applied “Draft 1”'),
(2682,5876,1,1,NULL),
(2683,989,1,13,'Applied “Draft 1”'),
(2684,5882,1,1,NULL),
(2685,1219,1,8,'Applied “Draft 1”'),
(2686,5888,1,1,NULL),
(2687,999,1,10,'Applied “Draft 1”'),
(2688,5894,1,1,NULL),
(2689,1477,1,10,'Applied “Draft 1”'),
(2690,5900,1,1,NULL),
(2691,1085,1,10,'Applied “Draft 1”'),
(2692,5906,1,1,NULL),
(2693,1467,1,7,'Applied “Draft 1”'),
(2694,5912,1,1,NULL),
(2695,1225,1,11,'Applied “Draft 1”'),
(2696,5918,1,1,NULL),
(2697,1315,1,6,'Applied “Draft 1”'),
(2698,5924,1,1,NULL),
(2699,1323,1,6,'Applied “Draft 1”'),
(2700,5930,1,1,NULL),
(2701,1011,1,11,'Applied “Draft 1”'),
(2702,5936,1,1,NULL),
(2703,1091,1,9,'Applied “Draft 1”'),
(2704,5942,1,1,NULL),
(2705,1237,1,9,'Applied “Draft 1”'),
(2706,5948,1,1,NULL),
(2707,1243,1,8,'Applied “Draft 1”'),
(2708,5954,1,1,NULL),
(2709,1389,1,9,'Applied “Draft 1”'),
(2710,5960,1,1,NULL),
(2711,1329,1,7,'Applied “Draft 1”'),
(2712,5966,1,1,NULL),
(2713,1481,1,12,'Applied “Draft 1”'),
(2714,5972,1,1,NULL),
(2715,1023,1,11,'Applied “Draft 1”'),
(2716,5978,1,1,NULL),
(2717,1337,1,8,'Applied “Draft 1”'),
(2718,5983,1,1,NULL),
(2719,1407,1,9,'Applied “Draft 1”'),
(2720,5988,1,1,NULL),
(2721,1343,1,7,'Applied “Draft 1”'),
(2722,5995,1,1,NULL),
(2723,1109,1,10,'Applied “Draft 1”'),
(2724,6001,1,1,NULL),
(2725,1117,1,9,'Applied “Draft 1”'),
(2726,6007,1,1,NULL),
(2727,1407,1,10,'Applied “Draft 1”'),
(2728,1473,1,9,'Applied “Draft 1”'),
(2729,6015,1,1,NULL),
(2730,1031,1,6,'Applied “Draft 1”'),
(2731,6021,1,1,NULL),
(2732,1035,1,12,'Applied “Draft 1”'),
(2733,6027,1,1,NULL),
(2734,1249,1,10,'Applied “Draft 1”'),
(2735,6034,1,1,NULL),
(2736,1349,1,10,'Applied “Draft 1”'),
(2737,6040,1,1,NULL),
(2738,1135,1,10,'Applied “Draft 1”'),
(2739,6046,1,1,NULL),
(2740,1269,1,7,'Applied “Draft 1”'),
(2741,1765,1,3,NULL),
(2742,1766,1,3,NULL),
(2743,969,1,11,'Applied “Draft 1”'),
(2744,6076,1,1,NULL),
(2745,1277,1,8,'Applied “Draft 1”'),
(2746,1771,1,3,NULL),
(2747,1772,1,3,NULL),
(2748,1191,1,11,'Applied “Draft 1”'),
(2749,1419,1,8,'Applied “Draft 1”'),
(2750,1890,1,3,NULL),
(2751,1891,1,3,NULL),
(2752,1413,1,10,'Applied “Draft 1”'),
(2753,1885,1,3,NULL),
(2754,1886,1,3,NULL),
(2755,1425,1,6,'Applied “Draft 1”'),
(2756,1896,1,3,NULL),
(2757,1359,1,11,'Applied “Draft 1”'),
(2758,1841,1,3,NULL),
(2759,1365,1,10,'Applied “Draft 1”'),
(2760,1845,1,3,NULL),
(2761,1846,1,3,NULL),
(2762,975,1,9,'Applied “Draft 1”'),
(2763,1519,1,4,NULL),
(2764,1067,1,11,'Applied “Draft 1”'),
(2765,1431,1,8,'Applied “Draft 1”'),
(2766,1900,1,3,NULL),
(2767,1901,1,3,NULL),
(2768,1437,1,12,'Applied “Draft 1”'),
(2769,1905,1,3,NULL),
(2770,1906,1,3,NULL),
(2771,1283,1,9,'Applied “Draft 1”'),
(2772,1776,1,3,NULL),
(2773,1777,1,3,NULL),
(2774,2712,1,6,'Applied “Draft 1”'),
(2775,1197,1,11,'Applied “Draft 1”'),
(2776,1201,1,11,'Applied “Draft 1”'),
(2777,1443,1,8,'Applied “Draft 1”'),
(2778,6158,1,1,NULL),
(2779,1209,1,11,'Applied “Draft 1”'),
(2780,1289,1,8,'Applied “Draft 1”'),
(2781,1782,1,3,NULL),
(2782,1783,1,3,NULL),
(2783,1297,1,8,'Applied “Draft 1”'),
(2784,1788,1,3,NULL),
(2785,1789,1,3,NULL),
(2786,981,1,11,'Applied “Draft 1”'),
(2787,1073,1,7,'Applied “Draft 1”'),
(2788,1601,1,3,NULL),
(2789,1602,1,3,NULL),
(2790,1303,1,8,'Applied “Draft 1”'),
(2791,1793,1,3,NULL),
(2792,1794,1,3,NULL),
(2793,1215,1,12,''),
(2794,1395,1,10,'Applied “Draft 1”'),
(2795,1870,1,3,NULL),
(2796,1371,1,10,'Applied “Draft 1”'),
(2797,1850,1,3,NULL),
(2798,1851,1,3,NULL),
(2799,1449,1,7,'Applied “Draft 1”'),
(2800,1916,1,3,NULL),
(2801,1455,1,7,'Applied “Draft 1”'),
(2802,1920,1,3,NULL),
(2803,1921,1,3,NULL),
(2804,989,1,14,'Applied “Draft 1”'),
(2805,1309,1,7,'Applied “Draft 1”'),
(2806,1799,1,3,NULL),
(2807,995,1,11,'Applied “Draft 1”'),
(2808,1219,1,9,'Applied “Draft 1”'),
(2809,1079,1,12,'Applied “Draft 1”'),
(2810,1377,1,9,'Applied “Draft 1”'),
(2811,1855,1,3,NULL),
(2812,1856,1,3,NULL),
(2813,1401,1,8,'Applied “Draft 1”'),
(2814,1875,1,3,NULL),
(2815,1876,1,3,NULL),
(2816,999,1,11,'Applied “Draft 1”'),
(2817,1477,1,11,'Applied “Draft 1”'),
(2818,1085,1,11,'Applied “Draft 1”'),
(2819,1611,1,4,NULL),
(2820,1461,1,6,'Applied “Draft 1”'),
(2821,6259,1,1,NULL),
(2822,1926,1,3,NULL),
(2823,1467,1,8,'Applied “Draft 1”'),
(2824,1930,1,3,NULL),
(2825,1467,1,9,'Applied “Draft 1”'),
(2826,1931,1,3,NULL),
(2827,1225,1,12,'Applied “Draft 1”'),
(2828,1005,1,10,'Applied “Draft 1”'),
(2829,1315,1,7,'Applied “Draft 1”'),
(2830,1804,1,3,NULL),
(2831,1805,1,3,NULL),
(2832,1383,1,9,'Applied “Draft 1”'),
(2833,1860,1,3,NULL),
(2834,1323,1,7,'Applied “Draft 1”'),
(2835,1810,1,3,NULL),
(2836,1811,1,3,NULL),
(2837,1011,1,12,'Applied “Draft 1”'),
(2838,1549,1,4,NULL),
(2839,1091,1,10,'Applied “Draft 1”'),
(2840,1097,1,11,'Applied “Draft 1”'),
(2841,1621,1,4,NULL),
(2842,1231,1,8,'Applied “Draft 1”'),
(2843,1103,1,9,'Applied “Draft 1”'),
(2844,1626,1,4,NULL),
(2845,1237,1,10,'Applied “Draft 1”'),
(2846,1243,1,9,'Applied “Draft 1”'),
(2847,1389,1,10,'Applied “Draft 1”'),
(2848,1865,1,3,NULL),
(2849,1866,1,3,NULL),
(2850,1149,1,10,'Applied “Draft 1”'),
(2851,1155,1,9,'Applied “Draft 1”'),
(2852,1329,1,8,'Applied “Draft 1”'),
(2853,1816,1,3,NULL),
(2854,1481,1,13,'Applied “Draft 1”'),
(2855,1481,1,14,'Applied “Draft 1”'),
(2856,1017,1,11,'Applied “Draft 1”'),
(2857,1017,1,12,'Applied “Draft 1”'),
(2858,1554,1,4,NULL),
(2859,1555,1,4,NULL),
(2860,1023,1,12,'Applied “Draft 1”'),
(2861,1337,1,9,'Applied “Draft 1”'),
(2862,1407,1,11,'Applied “Draft 1”'),
(2863,1343,1,8,'Applied “Draft 1”'),
(2864,1109,1,11,'Applied “Draft 1”'),
(2865,1117,1,10,'Applied “Draft 1”'),
(2866,1473,1,10,'Applied “Draft 1”'),
(2867,1031,1,7,'Applied “Draft 1”'),
(2868,6365,1,1,NULL),
(2869,1035,1,13,'Applied “Draft 1”'),
(2870,1041,1,11,'Applied “Draft 1”'),
(2871,1249,1,11,'Applied “Draft 1”'),
(2872,1123,1,13,'Applied “Draft 1”'),
(2873,1643,1,4,NULL),
(2874,1129,1,10,'Applied “Draft 1”'),
(2875,1349,1,11,'Applied “Draft 1”'),
(2876,1135,1,11,'Applied “Draft 1”'),
(2877,1141,1,6,'Applied “Draft 1”'),
(2878,1143,1,11,'Applied “Draft 1”'),
(2879,1059,1,14,'Applied “Draft 1”'),
(2881,2720,1,9,'Applied “Draft 1”'),
(2882,6391,1,1,NULL),
(2883,1353,1,18,'Applied “Draft 1”'),
(2884,1365,1,11,'Applied “Draft 1”'),
(2885,2712,1,7,'Applied “Draft 1”'),
(2886,1371,1,11,'Applied “Draft 1”'),
(2887,1377,1,10,'Applied “Draft 1”'),
(2888,1383,1,10,'Applied “Draft 1”'),
(2889,1389,1,11,'Applied “Draft 1”'),
(2890,1389,1,12,'Applied “Draft 1”'),
(2891,1407,1,12,'Applied “Draft 1”'),
(2892,1395,1,11,'Applied “Draft 1”'),
(2893,1401,1,9,'Applied “Draft 1”'),
(2894,1413,1,11,'Applied “Draft 1”'),
(2895,1161,1,6,'Applied “Draft 1”'),
(2896,1461,1,7,'Applied “Draft 1”'),
(2897,1303,1,9,'Applied “Draft 1”'),
(2898,1793,1,4,NULL),
(2899,1419,1,9,'Applied “Draft 1”'),
(2900,1123,1,14,'Applied “Draft 1”'),
(2901,1177,1,16,'Applied “Draft 1”'),
(2902,1692,1,4,NULL),
(2903,2880,1,10,'Applied “Draft 1”'),
(2904,3303,1,2,NULL),
(2905,951,1,14,'Applied “Draft 1”'),
(2906,6462,1,1,NULL),
(2907,951,1,15,'Applied “Draft 1”'),
(2908,6462,1,2,NULL),
(2911,111,1,3,'Applied “Draft 1”'),
(2912,111,1,4,''),
(2913,113,1,3,'Applied “Draft 1”'),
(2914,115,1,3,'Applied “Draft 1”'),
(2915,117,1,3,'Applied “Draft 1”'),
(2916,119,1,3,'Applied “Draft 1”'),
(2917,121,1,3,'Applied “Draft 1”'),
(2918,555,1,3,'Applied “Draft 1”'),
(2919,557,1,3,'Applied “Draft 1”'),
(2920,559,1,3,'Applied “Draft 1”'),
(2922,111,1,5,NULL),
(2923,113,1,4,NULL),
(2924,115,1,4,NULL),
(2925,117,1,4,NULL),
(2926,119,1,4,NULL),
(2927,121,1,4,NULL),
(2928,555,1,4,NULL),
(2929,557,1,4,NULL),
(2930,559,1,4,NULL),
(2931,1045,1,17,'Applied “Draft 1”'),
(2932,1045,1,18,'Applied “Draft 1”'),
(2933,1073,1,8,'Applied “Draft 1”'),
(2934,1073,1,9,'Applied “Draft 1”'),
(2935,1073,1,10,'Applied “Draft 1”'),
(2938,6547,1,1,''),
(2939,6547,1,2,'Applied “Draft 1”'),
(2940,1255,1,24,'Applied “Draft 1”'),
(2941,1473,1,11,'Applied “Draft 1”'),
(2942,1473,1,12,'Applied “Draft 1”'),
(2943,1935,1,4,NULL),
(2944,1473,1,13,'Applied “Draft 1”'),
(2945,1477,1,12,'Applied “Draft 1”'),
(2946,1477,1,13,'Applied “Draft 1”'),
(2947,6570,1,1,NULL),
(2948,6571,1,1,NULL),
(2949,6572,1,1,NULL),
(2950,1481,1,15,'Applied “Draft 1”'),
(2951,6582,1,1,NULL),
(2952,6583,1,1,NULL),
(2953,6584,1,1,NULL),
(2954,6585,1,1,NULL),
(2955,1481,1,16,'Applied “Draft 1”'),
(2956,1161,1,7,'Applied “Draft 1”'),
(2957,1161,1,8,'Applied “Draft 1”'),
(2958,6603,1,1,NULL),
(2959,1161,1,9,'Applied “Draft 1”'),
(2960,1674,1,3,NULL),
(2961,1177,1,17,'Applied “Draft 1”'),
(2962,1177,1,18,'Applied “Draft 1”'),
(2963,1692,1,5,NULL),
(2964,1177,1,19,'Applied “Draft 1”'),
(2965,1165,1,13,'Applied “Draft 1”'),
(2966,6621,1,1,NULL),
(2967,6622,1,1,NULL),
(2968,6623,1,1,NULL),
(2969,1165,1,14,'Applied “Draft 1”'),
(2970,1677,1,4,NULL),
(2971,1165,1,15,'Applied “Draft 1”'),
(2972,1437,1,13,'Applied “Draft 1”'),
(2973,1437,1,14,'Applied “Draft 1”'),
(2974,1437,1,15,'Applied “Draft 1”'),
(2975,1437,1,16,'Applied “Draft 1”'),
(2976,6651,1,1,NULL),
(2977,6652,1,1,NULL),
(2978,6653,1,1,NULL),
(2979,1431,1,9,'Applied “Draft 1”'),
(2980,6668,1,1,NULL),
(2981,6669,1,1,NULL),
(2982,6670,1,1,NULL),
(2983,6671,1,1,NULL),
(2984,6672,1,1,NULL),
(2985,1431,1,10,'Applied “Draft 1”'),
(2986,1431,1,11,'Applied “Draft 1”'),
(2987,1901,1,4,NULL),
(2988,1177,1,20,'Applied “Draft 1”'),
(2989,1177,1,21,'Applied “Draft 1”'),
(2990,1177,1,22,'Applied “Draft 1”'),
(2991,1177,1,23,'Applied “Draft 1”'),
(2992,6719,1,1,NULL),
(2993,6722,1,1,''),
(2994,1177,1,24,'Applied “Draft 1”'),
(2995,6719,1,2,NULL),
(2996,1255,1,25,'Applied “Draft 1”'),
(2997,1261,1,12,'Applied “Draft 1”'),
(2998,1269,1,8,'Applied “Draft 1”'),
(2999,6747,1,1,NULL),
(3000,6748,1,1,NULL),
(3001,6749,1,1,NULL),
(3002,6750,1,1,NULL),
(3003,6751,1,1,NULL),
(3004,1269,1,9,'Applied “Draft 1”'),
(3005,1269,1,10,'Applied “Draft 1”'),
(3006,1277,1,9,'Applied “Draft 1”'),
(3007,1277,1,10,'Applied “Draft 1”'),
(3008,6780,1,1,NULL),
(3009,6781,1,1,NULL),
(3010,6782,1,1,NULL),
(3011,6783,1,1,NULL),
(3012,6784,1,1,NULL),
(3013,1277,1,11,'Applied “Draft 1”'),
(3014,1045,1,19,'Applied “Draft 1”'),
(3015,1051,1,11,'Applied “Draft 1”'),
(3016,1059,1,15,'Applied “Draft 1”'),
(3017,1059,1,16,'Applied “Draft 1”'),
(3018,1073,1,11,'Applied “Draft 1”'),
(3019,1079,1,13,'Applied “Draft 1”'),
(3020,1085,1,12,'Applied “Draft 1”'),
(3021,1091,1,11,''),
(3022,1097,1,12,'Applied “Draft 1”'),
(3023,1123,1,15,'Applied “Draft 1”'),
(3024,1129,1,11,'Applied “Draft 1”'),
(3025,1143,1,12,'Applied “Draft 1”'),
(3026,1425,1,7,'Applied “Draft 1”'),
(3027,1431,1,12,'Applied “Draft 1”'),
(3028,1437,1,17,'Applied “Draft 1”'),
(3029,1906,1,4,NULL),
(3030,1461,1,8,'Applied “Draft 1”'),
(3031,1467,1,10,'Applied “Draft 1”'),
(3032,1261,1,13,'Applied “Draft 1”'),
(3033,1277,1,12,'Applied “Draft 1”'),
(3034,1277,1,13,'Applied “Draft 1”'),
(3035,1283,1,10,'Applied “Draft 1”'),
(3036,1297,1,9,'Applied “Draft 1”'),
(3037,1303,1,10,'Applied “Draft 1”'),
(3038,1309,1,8,'Applied “Draft 1”'),
(3039,1309,1,9,'Applied “Draft 1”'),
(3040,1315,1,8,'Applied “Draft 1”'),
(3041,1323,1,8,''),
(3042,1323,1,9,'Applied “Draft 1”'),
(3043,1329,1,9,'Applied “Draft 1”'),
(3044,1343,1,9,''),
(3045,1165,1,16,'Applied “Draft 1”'),
(3046,1171,1,12,'Applied “Draft 1”'),
(3047,1161,1,10,'Applied “Draft 1”'),
(3048,1191,1,12,'Applied “Draft 1”'),
(3049,1191,1,13,'Applied “Draft 1”'),
(3050,1197,1,12,'Applied “Draft 1”'),
(3051,1209,1,12,'Applied “Draft 1”'),
(3052,1215,1,13,'Applied “Draft 1”'),
(3053,1219,1,10,'Applied “Draft 1”'),
(3054,1225,1,13,''),
(3055,1231,1,9,'Applied “Draft 1”'),
(3056,1237,1,11,'Applied “Draft 1”'),
(3057,1249,1,12,'Applied “Draft 1”'),
(3059,957,1,14,'Applied “Draft 1”'),
(3060,1359,1,12,'Applied “Draft 1”'),
(3061,2712,1,8,'Applied “Draft 1”'),
(3062,1371,1,12,''),
(3063,1377,1,11,'Applied “Draft 1”'),
(3064,1407,1,13,'Applied “Draft 1”'),
(3067,1494,1,4,NULL),
(3068,951,1,16,'Applied “Draft 1”'),
(3069,1255,1,26,'Applied “Draft 1”'),
(3070,1752,1,4,NULL),
(3071,1255,1,27,'Applied “Draft 1”'),
(3072,1165,1,17,'Applied “Draft 1”'),
(3073,1045,1,20,'Applied “Draft 1”'),
(3074,1577,1,4,NULL),
(3075,1045,1,21,'Applied “Draft 1”'),
(3076,1171,1,13,'Applied “Draft 1”'),
(3077,6974,1,1,NULL),
(3078,1171,1,14,'Applied “Draft 1”'),
(3079,1261,1,14,'Applied “Draft 1”'),
(3080,1177,1,25,'Applied “Draft 1”'),
(3081,957,1,15,''),
(3082,969,1,12,'Applied “Draft 1”'),
(3083,1514,1,4,NULL),
(3084,969,1,13,'Applied “Draft 1”'),
(3085,1514,1,5,NULL),
(3086,969,1,14,'Applied “Draft 1”'),
(3088,1051,1,12,'Applied “Draft 1”'),
(3089,1185,1,12,'Applied “Draft 1”'),
(3090,1161,1,11,'Applied “Draft 1”'),
(3091,1059,1,17,'Applied “Draft 1”'),
(3092,1269,1,11,'Applied “Draft 1”'),
(3093,969,1,15,'Applied “Draft 1”'),
(3094,1277,1,14,'Applied “Draft 1”'),
(3095,1191,1,14,'Applied “Draft 1”'),
(3096,1699,1,4,NULL),
(3097,1191,1,15,'Applied “Draft 1”'),
(3098,1419,1,10,'Applied “Draft 1”'),
(3099,1425,1,8,'Applied “Draft 1”'),
(3100,1895,1,3,NULL),
(3101,975,1,10,'Applied “Draft 1”'),
(3102,1067,1,12,'Applied “Draft 1”'),
(3103,1431,1,13,'Applied “Draft 1”'),
(3104,1437,1,18,'Applied “Draft 1”'),
(3105,1283,1,11,'Applied “Draft 1”'),
(3106,1776,1,4,NULL),
(3107,1283,1,12,'Applied “Draft 1”'),
(3108,1776,1,5,NULL),
(3109,1197,1,13,'Applied “Draft 1”'),
(3110,1704,1,4,NULL),
(3111,1443,1,9,'Applied “Draft 1”'),
(3112,1449,1,8,'Applied “Draft 1”'),
(3113,7060,1,1,NULL),
(3114,1455,1,8,'Applied “Draft 1”'),
(3115,995,1,12,'Applied “Draft 1”'),
(3116,1536,1,4,NULL),
(3117,1377,1,12,'Applied “Draft 1”'),
(3118,1005,1,11,'Applied “Draft 1”'),
(3119,1544,1,4,NULL),
(3120,1103,1,10,'Applied “Draft 1”'),
(3121,1626,1,5,NULL),
(3122,1477,1,14,'Applied “Draft 1”'),
(3123,4687,1,2,NULL),
(3124,1477,1,15,'Applied “Draft 1”'),
(3125,1477,1,16,'Applied “Draft 1”'),
(3126,4687,1,3,NULL),
(3127,1477,1,17,'Applied “Draft 1”'),
(3128,1477,1,18,'Applied “Draft 1”'),
(3129,1938,1,4,NULL),
(3130,1477,1,19,''),
(3132,1255,1,28,'Applied “Draft 1”'),
(3133,1419,1,11,'Applied “Draft 1”'),
(3134,1891,1,4,NULL),
(3135,1419,1,12,'Applied “Draft 1”'),
(3136,1891,1,5,NULL),
(3137,1419,1,13,''),
(3138,1255,1,29,'Applied “Draft 1”'),
(3140,951,1,17,'Applied “Draft 1”'),
(3141,2880,NULL,11,NULL),
(3142,2720,NULL,10,NULL),
(3143,2712,NULL,9,NULL),
(3144,1481,NULL,17,NULL),
(3145,1477,NULL,20,NULL),
(3146,1473,NULL,14,NULL),
(3147,1467,NULL,11,NULL),
(3148,1461,NULL,9,NULL),
(3149,1455,NULL,9,NULL),
(3150,1449,NULL,9,NULL),
(3151,1443,NULL,10,NULL),
(3152,1437,NULL,19,NULL),
(3153,1431,NULL,14,NULL),
(3154,1425,NULL,9,NULL),
(3155,1419,NULL,14,NULL),
(3156,1413,NULL,12,NULL),
(3157,1407,NULL,14,NULL),
(3158,1401,NULL,10,NULL),
(3159,1395,NULL,12,NULL),
(3160,1389,NULL,13,NULL),
(3161,1383,NULL,11,NULL),
(3162,1377,NULL,13,NULL),
(3163,1371,NULL,13,NULL),
(3164,1365,NULL,12,NULL),
(3165,1359,NULL,13,NULL),
(3166,1353,NULL,19,NULL),
(3167,1349,NULL,12,NULL),
(3168,1343,NULL,10,NULL),
(3169,1337,NULL,10,NULL),
(3170,1329,NULL,10,NULL),
(3171,1323,NULL,10,NULL),
(3172,1315,NULL,9,NULL),
(3173,1309,NULL,10,NULL),
(3174,1303,NULL,11,NULL),
(3175,1297,NULL,10,NULL),
(3176,1289,NULL,9,NULL),
(3177,1283,NULL,13,NULL),
(3178,1277,NULL,15,NULL),
(3179,1269,NULL,12,NULL),
(3180,1261,NULL,15,NULL),
(3181,1255,NULL,30,NULL),
(3182,1249,NULL,13,NULL),
(3183,1243,NULL,10,NULL),
(3184,1237,NULL,12,NULL),
(3185,1231,NULL,10,NULL),
(3186,1225,NULL,14,NULL),
(3187,1219,NULL,11,NULL),
(3188,1215,NULL,14,NULL),
(3189,1209,NULL,13,NULL),
(3190,1201,NULL,12,NULL),
(3191,1197,NULL,14,NULL),
(3192,1191,NULL,16,NULL),
(3193,1185,NULL,13,NULL),
(3194,1177,NULL,26,NULL),
(3195,1171,NULL,15,NULL),
(3196,1165,NULL,18,NULL),
(3197,1161,NULL,12,NULL),
(3198,1155,NULL,10,NULL),
(3199,1149,NULL,11,NULL),
(3200,1143,NULL,13,NULL),
(3201,1141,NULL,7,NULL),
(3202,1135,NULL,12,NULL),
(3203,1129,NULL,12,NULL),
(3204,1123,NULL,16,NULL),
(3205,1117,NULL,11,NULL),
(3206,1109,NULL,12,NULL),
(3207,1103,NULL,11,NULL),
(3208,1097,NULL,13,NULL),
(3209,1091,NULL,12,NULL),
(3210,1085,NULL,13,NULL),
(3211,1079,NULL,14,NULL),
(3212,1073,NULL,12,NULL),
(3213,1067,NULL,13,NULL),
(3214,1059,NULL,18,NULL),
(3215,1051,NULL,13,NULL),
(3216,1045,NULL,22,NULL),
(3217,1041,NULL,12,NULL),
(3218,1035,NULL,14,NULL),
(3219,1031,NULL,8,NULL),
(3220,1023,NULL,13,NULL),
(3221,1017,NULL,13,NULL),
(3222,1011,NULL,13,NULL),
(3223,1005,NULL,12,NULL),
(3224,999,NULL,12,NULL),
(3225,995,NULL,13,NULL),
(3226,989,NULL,15,NULL),
(3227,981,NULL,12,NULL),
(3228,975,NULL,11,NULL),
(3229,969,NULL,16,NULL),
(3231,957,NULL,16,NULL),
(3232,951,NULL,18,NULL),
(3235,1165,1,19,'Applied “Draft 1”'),
(3238,1353,1,20,'Applied “Draft 1”'),
(3239,1395,1,13,'Applied “Draft 1”'),
(3240,1395,1,14,'Applied “Draft 1”'),
(3241,1395,1,15,'Applied “Draft 1”'),
(3242,1353,1,21,'Applied “Draft 1”'),
(3243,1353,1,22,'Applied “Draft 1”'),
(3245,1477,1,21,'Applied “Draft 1”'),
(3246,951,1,19,'Applied “Draft 1”'),
(3247,1201,1,13,'Applied “Draft 1”'),
(3248,1035,1,15,'Applied “Draft 1”'),
(3249,1569,1,4,NULL),
(3250,1035,1,16,'Applied “Draft 1”'),
(3251,1359,1,14,'Applied “Draft 1”'),
(3252,1841,1,4,NULL),
(3253,1359,1,15,'Applied “Draft 1”'),
(3254,981,1,13,'Applied “Draft 1”'),
(3255,1525,1,4,NULL),
(3256,1011,1,14,'Applied “Draft 1”'),
(3257,1549,1,5,NULL),
(3258,1023,1,14,'Applied “Draft 1”'),
(3259,1560,1,4,NULL),
(3260,1023,1,15,'Applied “Draft 1”'),
(3261,1041,1,13,'Applied “Draft 1”'),
(3262,1574,1,4,NULL),
(3263,1097,1,14,'Applied “Draft 1”'),
(3264,1621,1,5,NULL),
(3265,1123,1,17,'Applied “Draft 1”'),
(3266,1643,1,5,NULL),
(3267,1353,1,23,'Applied “Draft 1”'),
(3268,7338,1,1,NULL),
(3269,7339,1,1,NULL),
(3270,7340,1,1,NULL),
(3271,1353,1,24,'Applied “Draft 1”'),
(3272,1353,1,25,'Applied “Draft 1”'),
(3273,7338,1,2,NULL),
(3274,1337,1,11,'Applied “Draft 1”'),
(3275,5246,1,2,NULL),
(3276,1395,1,16,'Applied “Draft 1”'),
(3277,1870,1,4,NULL),
(3278,1871,1,3,NULL),
(3279,1209,1,14,'Applied “Draft 1”'),
(3280,1715,1,4,NULL),
(3281,7369,1,1,''),
(3282,3697,1,2,'Applied “Draft 1”'),
(3283,4403,1,2,'Applied “Draft 1”'),
(3284,2891,1,3,'Applied “Draft 1”'),
(3285,7377,1,1,''),
(3286,7379,1,1,''),
(3287,7381,1,1,''),
(3289,1353,1,26,'Applied “Draft 1”'),
(3291,951,1,20,'Applied “Draft 1”'),
(3292,951,1,21,'Applied “Draft 1”'),
(3293,951,1,22,''),
(3299,957,1,17,'Applied “Draft 1”'),
(3300,957,1,18,'Applied “Draft 1”'),
(3304,969,1,17,'Applied “Draft 1”'),
(3305,969,1,18,'Applied “Draft 1”'),
(3306,975,1,12,'Applied “Draft 1”'),
(3307,975,1,13,'Applied “Draft 1”'),
(3308,981,1,14,'Applied “Draft 1”'),
(3309,989,1,16,'Applied “Draft 1”'),
(3310,995,1,14,'Applied “Draft 1”'),
(3311,999,1,13,'Applied “Draft 1”'),
(3312,999,1,14,'Applied “Draft 1”'),
(3313,999,1,15,'Applied “Draft 1”'),
(3314,1005,1,13,'Applied “Draft 1”'),
(3315,1011,1,15,'Applied “Draft 1”'),
(3316,1017,1,14,'Applied “Draft 1”'),
(3317,1017,1,15,'Applied “Draft 1”'),
(3318,1017,1,16,'Applied “Draft 1”'),
(3319,1023,1,16,'Applied “Draft 1”'),
(3320,1023,1,17,'Applied “Draft 1”'),
(3321,1031,1,9,'Applied “Draft 1”'),
(3322,1035,1,17,'Applied “Draft 1”'),
(3323,1035,1,18,'Applied “Draft 1”'),
(3324,1041,1,14,'Applied “Draft 1”'),
(3325,1041,1,15,'Applied “Draft 1”'),
(3326,1045,1,23,'Applied “Draft 1”'),
(3327,1051,1,14,'Applied “Draft 1”'),
(3328,1059,1,19,'Applied “Draft 1”'),
(3329,1067,1,14,'Applied “Draft 1”'),
(3330,1079,1,15,'Applied “Draft 1”'),
(3331,1085,1,14,'Applied “Draft 1”'),
(3332,1091,1,13,'Applied “Draft 1”'),
(3333,1097,1,15,'Applied “Draft 1”'),
(3334,1103,1,12,'Applied “Draft 1”'),
(3335,1109,1,13,'Applied “Draft 1”'),
(3336,1117,1,12,'Applied “Draft 1”'),
(3337,1123,1,18,'Applied “Draft 1”'),
(3338,1129,1,13,'Applied “Draft 1”'),
(3339,1129,1,14,'Applied “Draft 1”'),
(3340,1141,1,8,'Applied “Draft 1”'),
(3341,1143,1,14,'Applied “Draft 1”'),
(3342,1149,1,12,'Applied “Draft 1”'),
(3343,1155,1,11,'Applied “Draft 1”'),
(3344,1143,1,15,'Applied “Draft 1”'),
(3345,1129,1,15,'Applied “Draft 1”'),
(3346,1141,1,9,'Applied “Draft 1”'),
(3347,1165,1,20,'Applied “Draft 1”'),
(3348,1171,1,16,'Applied “Draft 1”'),
(3349,1177,1,27,'Applied “Draft 1”'),
(3350,1185,1,14,'Applied “Draft 1”'),
(3351,1191,1,17,'Applied “Draft 1”'),
(3352,1197,1,15,'Applied “Draft 1”'),
(3353,1201,1,14,'Applied “Draft 1”'),
(3354,1209,1,15,'Applied “Draft 1”'),
(3355,1215,1,15,'Applied “Draft 1”'),
(3356,1219,1,12,'Applied “Draft 1”'),
(3357,1225,1,15,'Applied “Draft 1”'),
(3358,1231,1,11,'Applied “Draft 1”'),
(3359,1237,1,13,'Applied “Draft 1”'),
(3360,1243,1,11,'Applied “Draft 1”'),
(3361,1249,1,14,'Applied “Draft 1”'),
(3362,1255,1,31,'Applied “Draft 1”'),
(3363,1261,1,16,'Applied “Draft 1”'),
(3364,1269,1,13,'Applied “Draft 1”'),
(3365,1277,1,16,'Applied “Draft 1”'),
(3366,1283,1,14,'Applied “Draft 1”'),
(3367,1289,1,10,'Applied “Draft 1”'),
(3368,1297,1,11,'Applied “Draft 1”'),
(3369,1303,1,12,'Applied “Draft 1”'),
(3370,1309,1,11,'Applied “Draft 1”'),
(3371,1315,1,10,'Applied “Draft 1”'),
(3372,1323,1,11,'Applied “Draft 1”'),
(3373,1329,1,11,'Applied “Draft 1”'),
(3374,1337,1,12,'Applied “Draft 1”'),
(3375,1343,1,11,'Applied “Draft 1”'),
(3376,1349,1,13,'Applied “Draft 1”'),
(3377,1349,1,14,'Applied “Draft 1”'),
(3378,1353,1,27,'Applied “Draft 1”'),
(3379,1359,1,16,'Applied “Draft 1”'),
(3380,1365,1,13,'Applied “Draft 1”'),
(3381,2712,1,10,'Applied “Draft 1”'),
(3382,2720,1,11,'Applied “Draft 1”'),
(3383,2712,1,11,'Applied “Draft 1”'),
(3384,1413,1,13,'Applied “Draft 1”'),
(3385,1371,1,14,'Applied “Draft 1”'),
(3386,1377,1,14,'Applied “Draft 1”'),
(3387,1383,1,12,'Applied “Draft 1”'),
(3388,1389,1,14,'Applied “Draft 1”'),
(3389,1407,1,15,'Applied “Draft 1”'),
(3390,1395,1,17,'Applied “Draft 1”'),
(3391,1401,1,11,'Applied “Draft 1”'),
(3392,1419,1,15,'Applied “Draft 1”'),
(3393,1425,1,10,'Applied “Draft 1”'),
(3394,1431,1,15,'Applied “Draft 1”'),
(3395,1443,1,11,'Applied “Draft 1”'),
(3396,1449,1,10,'Applied “Draft 1”'),
(3397,1455,1,10,'Applied “Draft 1”'),
(3398,1461,1,10,'Applied “Draft 1”'),
(3399,1467,1,12,'Applied “Draft 1”'),
(3400,1473,1,15,'Applied “Draft 1”'),
(3401,1477,1,22,'Applied “Draft 1”'),
(3402,1481,1,18,'Applied “Draft 1”'),
(3403,1431,1,16,'Applied “Draft 1”'),
(3404,7584,1,1,NULL),
(3405,1431,1,17,'Applied “Draft 1”'),
(3406,1431,1,18,'Applied “Draft 1”'),
(3407,1231,1,12,'Applied “Draft 1”'),
(3408,1197,1,16,'Applied “Draft 1”'),
(3409,1201,1,15,'Applied “Draft 1”'),
(3410,1185,1,15,'Applied “Draft 1”'),
(3411,1165,1,21,'Applied “Draft 1”'),
(3412,1143,1,16,'Applied “Draft 1”'),
(3413,1143,1,17,'Applied “Draft 1”'),
(3414,1141,1,10,'Applied “Draft 1”'),
(3415,1155,1,12,'Applied “Draft 1”'),
(3416,1149,1,13,'Applied “Draft 1”'),
(3417,1231,1,13,'Applied “Draft 1”'),
(3418,1197,1,17,'Applied “Draft 1”'),
(3419,1201,1,16,'Applied “Draft 1”'),
(3420,1185,1,16,'Applied “Draft 1”'),
(3421,1165,1,22,'Applied “Draft 1”'),
(3422,1143,1,18,'Applied “Draft 1”'),
(3423,1141,1,11,'Applied “Draft 1”'),
(3424,1155,1,13,'Applied “Draft 1”'),
(3425,1149,1,14,'Applied “Draft 1”'),
(3426,1045,1,24,'Applied “Draft 1”'),
(3427,1085,1,15,'Applied “Draft 1”'),
(3428,1097,1,16,'Applied “Draft 1”'),
(3429,1103,1,13,'Applied “Draft 1”'),
(3430,1129,1,16,'Applied “Draft 1”'),
(3431,1141,1,12,'Applied “Draft 1”'),
(3432,1143,1,19,'Applied “Draft 1”'),
(3434,951,1,23,'Applied “Draft 1”'),
(3435,957,1,19,'Applied “Draft 1”'),
(3437,969,1,19,'Applied “Draft 1”'),
(3438,975,1,14,'Applied “Draft 1”'),
(3439,981,1,15,'Applied “Draft 1”'),
(3440,989,1,17,'Applied “Draft 1”'),
(3441,995,1,15,'Applied “Draft 1”'),
(3442,1005,1,14,'Applied “Draft 1”'),
(3443,1011,1,16,'Applied “Draft 1”'),
(3444,1017,1,17,'Applied “Draft 1”'),
(3445,1023,1,18,'Applied “Draft 1”'),
(3446,1031,1,10,'Applied “Draft 1”'),
(3447,1035,1,19,'Applied “Draft 1”'),
(3448,1041,1,16,'Applied “Draft 1”'),
(3449,2,1,101,'Applied “Draft 2”'),
(3450,2,1,102,'Applied “Draft 2”'),
(3451,2,1,103,'Applied “Draft 2”'),
(3455,957,1,20,'Applied “Draft 1”'),
(3456,957,1,21,'Applied “Draft 1”'),
(3457,957,1,22,'Applied “Draft 1”'),
(3458,957,1,23,'Applied “Draft 1”'),
(3459,957,1,24,'Applied “Draft 1”'),
(3460,957,1,25,'Applied “Draft 1”'),
(3461,957,1,26,'Applied “Draft 1”'),
(3462,957,1,27,'Applied “Draft 1”'),
(3463,957,1,28,'Applied “Draft 1”'),
(3464,957,1,29,'Applied “Draft 1”'),
(3466,1401,1,12,'Applied “Draft 1”'),
(3467,957,1,30,'Applied “Draft 1”'),
(3476,963,1,28,'Applied “Draft 1”'),
(3477,1177,1,28,'Applied “Draft 1”'),
(3478,1023,1,19,'Applied “Draft 1”'),
(3479,963,1,29,'Applied “Draft 1”'),
(3480,963,1,30,''),
(3481,963,1,31,'Applied “Draft 1”'),
(3482,963,1,32,'Applied “Draft 1”'),
(3483,963,1,33,''),
(3484,969,1,20,'Applied “Draft 1”'),
(3485,969,1,21,'Applied “Draft 1”'),
(3486,969,1,22,'Applied “Draft 1”'),
(3487,975,1,15,'Applied “Draft 1”'),
(3488,1165,1,23,'Applied “Draft 1”'),
(3489,1165,1,24,'Applied “Draft 1”'),
(3490,1171,1,17,'Applied “Draft 1”'),
(3491,1171,1,18,'Applied “Draft 1”'),
(3492,479,1,3,'Applied “Draft 1”'),
(3493,479,1,4,''),
(3494,479,1,5,'Applied “Draft 1”'),
(3495,1165,1,25,'Applied “Draft 1”'),
(3496,479,1,6,''),
(3497,1165,1,26,'Applied “Draft 1”'),
(3498,1165,1,27,'Applied “Draft 1”'),
(3499,1177,1,29,'Applied “Draft 1”'),
(3500,6722,1,2,'Applied “Draft 1”'),
(3501,1177,1,30,'Applied “Draft 1”'),
(3502,7822,1,1,NULL),
(3503,975,1,16,'Applied “Draft 1”'),
(3504,975,1,17,'Applied “Draft 1”'),
(3505,981,1,16,'Applied “Draft 1”'),
(3506,981,1,17,'Applied “Draft 1”'),
(3507,989,1,18,'Applied “Draft 1”'),
(3508,989,1,19,'Applied “Draft 1”'),
(3509,989,1,20,'Applied “Draft 1”'),
(3510,995,1,16,'Applied “Draft 1”'),
(3511,995,1,17,'Applied “Draft 1”'),
(3512,999,1,16,'Applied “Draft 1”'),
(3513,999,1,17,'Applied “Draft 1”'),
(3514,999,1,18,'Applied “Draft 1”'),
(3515,1005,1,15,'Applied “Draft 1”'),
(3516,1005,1,16,'Applied “Draft 1”'),
(3517,1011,1,17,'Applied “Draft 1”'),
(3518,1011,1,18,'Applied “Draft 1”'),
(3519,1011,1,19,'Applied “Draft 1”'),
(3520,1011,1,20,'Applied “Draft 1”'),
(3521,1011,1,21,'Applied “Draft 1”'),
(3522,1011,1,22,'Applied “Draft 1”'),
(3523,1017,1,18,'Applied “Draft 1”'),
(3524,1017,1,19,'Applied “Draft 1”'),
(3525,1017,1,20,'Applied “Draft 1”'),
(3526,1017,1,21,'Applied “Draft 1”'),
(3527,1023,1,20,'Applied “Draft 1”'),
(3528,1023,1,21,'Applied “Draft 1”'),
(3529,1023,1,22,'Applied “Draft 1”'),
(3530,1023,1,23,'Applied “Draft 1”'),
(3531,1031,1,11,'Applied “Draft 1”'),
(3532,1031,1,12,'Applied “Draft 1”'),
(3533,1031,1,13,'Applied “Draft 1”'),
(3534,1031,1,14,'Applied “Draft 1”'),
(3535,1035,1,20,'Applied “Draft 1”'),
(3536,1035,1,21,'Applied “Draft 1”'),
(3537,1177,1,31,'Applied “Draft 1”'),
(3538,1041,1,17,'Applied “Draft 1”'),
(3539,1177,1,32,'Applied “Draft 1”'),
(3540,1161,1,13,'Applied “Draft 1”'),
(3541,1165,1,28,'Applied “Draft 1”'),
(3542,1165,1,29,'Applied “Draft 1”'),
(3543,1171,1,19,'Applied “Draft 1”'),
(3544,1177,1,33,'Applied “Draft 1”'),
(3545,1185,1,17,'Applied “Draft 1”'),
(3546,1165,1,30,'Applied “Draft 1”'),
(3547,1191,1,18,'Applied “Draft 1”'),
(3548,1191,1,19,'Applied “Draft 1”'),
(3549,1045,1,25,'Applied “Draft 1”'),
(3550,1045,1,26,'Applied “Draft 1”'),
(3551,1045,1,27,'Applied “Draft 1”'),
(3552,1045,1,28,'Applied “Draft 1”'),
(3553,1045,1,29,'Applied “Draft 1”'),
(3554,1045,1,30,'Applied “Draft 1”'),
(3555,1045,1,31,'Applied “Draft 1”'),
(3556,1045,1,32,'Applied “Draft 1”'),
(3557,1045,1,33,'Applied “Draft 1”'),
(3558,1045,1,34,'Applied “Draft 1”'),
(3559,1051,1,15,'Applied “Draft 1”'),
(3560,1051,1,16,'Applied “Draft 1”'),
(3561,1051,1,17,'Applied “Draft 1”'),
(3562,1051,1,18,'Applied “Draft 1”'),
(3563,1051,1,19,'Applied “Draft 1”'),
(3564,1051,1,20,'Applied “Draft 1”'),
(3565,1051,1,21,'Applied “Draft 1”'),
(3566,1051,1,22,'Applied “Draft 1”'),
(3567,1051,1,23,'Applied “Draft 1”'),
(3568,1051,1,24,'Applied “Draft 1”'),
(3569,1059,1,20,'Applied “Draft 1”'),
(3570,1059,1,21,'Applied “Draft 1”'),
(3571,1059,1,22,'Applied “Draft 1”'),
(3572,1059,1,23,'Applied “Draft 1”'),
(3573,1059,1,24,'Applied “Draft 1”'),
(3574,1059,1,25,'Applied “Draft 1”'),
(3575,1067,1,15,'Applied “Draft 1”'),
(3576,1067,1,16,'Applied “Draft 1”'),
(3577,1067,1,17,'Applied “Draft 1”'),
(3578,1073,1,13,'Applied “Draft 1”'),
(3579,1073,1,14,'Applied “Draft 1”'),
(3580,1073,1,15,'Applied “Draft 1”'),
(3581,1073,1,16,'Applied “Draft 1”'),
(3582,1073,1,17,'Applied “Draft 1”'),
(3583,1073,1,18,'Applied “Draft 1”'),
(3584,1073,1,19,'Applied “Draft 1”'),
(3585,1073,1,20,'Applied “Draft 1”'),
(3586,1079,1,16,'Applied “Draft 1”'),
(3587,1079,1,17,'Applied “Draft 1”'),
(3588,1079,1,18,'Applied “Draft 1”'),
(3589,1085,1,16,'Applied “Draft 1”'),
(3590,1085,1,17,'Applied “Draft 1”'),
(3591,1085,1,18,'Applied “Draft 1”'),
(3592,1085,1,19,'Applied “Draft 1”'),
(3593,1091,1,14,'Applied “Draft 1”'),
(3594,1091,1,15,'Applied “Draft 1”'),
(3595,1091,1,16,'Applied “Draft 1”'),
(3596,1091,1,17,'Applied “Draft 1”'),
(3597,1097,1,17,'Applied “Draft 1”'),
(3598,1097,1,18,'Applied “Draft 1”'),
(3599,1097,1,19,'Applied “Draft 1”'),
(3600,1097,1,20,'Applied “Draft 1”'),
(3601,1097,1,21,'Applied “Draft 1”'),
(3602,1103,1,14,'Applied “Draft 1”'),
(3603,1103,1,15,'Applied “Draft 1”'),
(3604,1109,1,14,'Applied “Draft 1”'),
(3605,1109,1,15,'Applied “Draft 1”'),
(3606,1109,1,16,'Applied “Draft 1”'),
(3607,1109,1,17,'Applied “Draft 1”'),
(3608,1109,1,18,'Applied “Draft 1”'),
(3609,1117,1,13,'Applied “Draft 1”'),
(3610,1117,1,14,'Applied “Draft 1”'),
(3611,1117,1,15,'Applied “Draft 1”'),
(3612,1117,1,16,'Applied “Draft 1”'),
(3613,1117,1,17,'Applied “Draft 1”'),
(3614,1117,1,18,'Applied “Draft 1”'),
(3615,1117,1,19,'Applied “Draft 1”'),
(3616,1123,1,19,'Applied “Draft 1”'),
(3617,1123,1,20,'Applied “Draft 1”'),
(3618,1123,1,21,'Applied “Draft 1”'),
(3619,1123,1,22,'Applied “Draft 1”'),
(3620,1123,1,23,'Applied “Draft 1”'),
(3621,1123,1,24,''),
(3622,1123,1,25,'Applied “Draft 1”'),
(3623,1123,1,26,'Applied “Draft 1”'),
(3624,1123,1,27,'Applied “Draft 1”'),
(3625,1123,1,28,'Applied “Draft 1”'),
(3626,1123,1,29,'Applied “Draft 1”'),
(3627,1123,1,30,'Applied “Draft 1”'),
(3628,1129,1,17,'Applied “Draft 1”'),
(3629,1129,1,18,'Applied “Draft 1”'),
(3630,1129,1,19,'Applied “Draft 1”'),
(3631,1129,1,20,'Applied “Draft 1”'),
(3632,1135,1,13,'Applied “Draft 1”'),
(3633,1135,1,14,'Applied “Draft 1”'),
(3634,1135,1,15,'Applied “Draft 1”'),
(3635,1135,1,16,'Applied “Draft 1”'),
(3636,1135,1,17,'Applied “Draft 1”'),
(3637,1143,1,20,'Applied “Draft 1”'),
(3638,1143,1,21,'Applied “Draft 1”'),
(3639,1143,1,22,'Applied “Draft 1”'),
(3640,1143,1,23,'Applied “Draft 1”'),
(3641,1191,1,20,'Applied “Draft 1”'),
(3642,1197,1,18,'Applied “Draft 1”'),
(3643,1201,1,17,'Applied “Draft 1”'),
(3644,1209,1,16,'Applied “Draft 1”'),
(3645,1209,1,17,'Applied “Draft 1”'),
(3646,1215,1,16,'Applied “Draft 1”'),
(3647,1215,1,17,'Applied “Draft 1”'),
(3648,1215,1,18,'Applied “Draft 1”'),
(3649,1219,1,13,'Applied “Draft 1”'),
(3650,1219,1,14,'Applied “Draft 1”'),
(3651,1171,1,20,'Applied “Draft 1”'),
(3652,1225,1,16,'Applied “Draft 1”'),
(3653,1225,1,17,'Applied “Draft 1”'),
(3654,1225,1,18,'Applied “Draft 1”'),
(3655,1225,1,19,'Applied “Draft 1”'),
(3656,1231,1,14,'Applied “Draft 1”'),
(3657,1231,1,15,'Applied “Draft 1”'),
(3658,1237,1,14,'Applied “Draft 1”'),
(3659,1237,1,15,'Applied “Draft 1”'),
(3660,1237,1,16,'Applied “Draft 1”'),
(3661,1243,1,12,'Applied “Draft 1”'),
(3662,1249,1,15,'Applied “Draft 1”'),
(3663,1255,1,32,'Applied “Draft 1”'),
(3664,1261,1,17,'Applied “Draft 1”'),
(3665,1269,1,14,'Applied “Draft 1”'),
(3666,1283,1,15,'Applied “Draft 1”'),
(3667,1283,1,16,'Applied “Draft 1”'),
(3668,1283,1,17,'Applied “Draft 1”'),
(3669,1283,1,18,'Applied “Draft 1”'),
(3670,1289,1,11,'Applied “Draft 1”'),
(3671,1289,1,12,'Applied “Draft 1”'),
(3672,1289,1,13,'Applied “Draft 1”'),
(3673,1297,1,12,'Applied “Draft 1”'),
(3674,1303,1,13,'Applied “Draft 1”'),
(3675,1303,1,14,'Applied “Draft 1”'),
(3676,1303,1,15,'Applied “Draft 1”'),
(3677,1303,1,16,'Applied “Draft 1”'),
(3678,1303,1,17,'Applied “Draft 1”'),
(3679,1315,1,11,'Applied “Draft 1”'),
(3680,1323,1,12,'Applied “Draft 1”'),
(3681,1323,1,13,'Applied “Draft 1”'),
(3682,1323,1,14,'Applied “Draft 1”'),
(3683,1315,1,12,'Applied “Draft 1”'),
(3684,1315,1,13,'Applied “Draft 1”'),
(3685,1329,1,12,'Applied “Draft 1”'),
(3686,1329,1,13,'Applied “Draft 1”'),
(3687,1329,1,14,'Applied “Draft 1”'),
(3688,1329,1,15,'Applied “Draft 1”'),
(3689,1349,1,15,'Applied “Draft 1”'),
(3690,1349,1,16,''),
(3691,1359,1,17,'Applied “Draft 1”'),
(3692,1359,1,18,'Applied “Draft 1”'),
(3693,1359,1,19,'Applied “Draft 1”'),
(3694,1365,1,14,'Applied “Draft 1”'),
(3695,1365,1,15,'Applied “Draft 1”'),
(3696,1371,1,15,'Applied “Draft 1”'),
(3697,1371,1,16,'Applied “Draft 1”'),
(3698,1353,1,28,'Applied “Draft 1”'),
(3699,7339,1,2,NULL),
(3700,7340,1,2,NULL),
(3701,1377,1,15,'Applied “Draft 1”'),
(3702,1377,1,16,'Applied “Draft 1”'),
(3703,1377,1,17,'Applied “Draft 1”'),
(3704,1383,1,13,'Applied “Draft 1”'),
(3705,1383,1,14,'Applied “Draft 1”'),
(3706,1389,1,15,'Applied “Draft 1”'),
(3707,1389,1,16,'Applied “Draft 1”'),
(3708,1413,1,14,'Applied “Draft 1”'),
(3709,1413,1,15,'Applied “Draft 1”'),
(3710,2,1,104,'Applied “Draft 2”'),
(3712,951,1,24,'Applied “Draft 1”'),
(3713,951,1,25,'Applied “Draft 1”'),
(3714,969,1,23,'Applied “Draft 1”'),
(3715,975,1,18,'Applied “Draft 1”'),
(3716,975,1,19,'Applied “Draft 1”'),
(3717,989,1,21,'Applied “Draft 1”'),
(3718,989,1,22,'Applied “Draft 1”'),
(3719,989,1,23,'Applied “Draft 1”'),
(3720,999,1,19,'Applied “Draft 1”'),
(3721,999,1,20,'Applied “Draft 1”'),
(3722,1005,1,17,'Applied “Draft 1”'),
(3723,1011,1,23,'Applied “Draft 1”'),
(3724,1011,1,24,'Applied “Draft 1”'),
(3725,1011,1,25,'Applied “Draft 1”'),
(3726,1011,1,26,'Applied “Draft 1”'),
(3727,1023,1,24,'Applied “Draft 1”'),
(3728,1023,1,25,'Applied “Draft 1”'),
(3729,1031,1,15,'Applied “Draft 1”'),
(3730,1035,1,22,'Applied “Draft 1”'),
(3731,1035,1,23,'Applied “Draft 1”'),
(3732,1041,1,18,''),
(3733,1045,1,35,'Applied “Draft 1”'),
(3734,1051,1,25,'Applied “Draft 1”'),
(3735,1051,1,26,'Applied “Draft 1”'),
(3736,1059,1,26,'Applied “Draft 1”'),
(3737,1059,1,27,'Applied “Draft 1”'),
(3738,1059,1,28,'Applied “Draft 1”'),
(3739,1073,1,21,'Applied “Draft 1”'),
(3740,1079,1,19,'Applied “Draft 1”'),
(3741,1085,1,20,'Applied “Draft 1”'),
(3742,1103,1,16,'Applied “Draft 1”'),
(3743,1103,1,17,'Applied “Draft 1”'),
(3744,1109,1,19,'Applied “Draft 1”'),
(3745,1117,1,20,'Applied “Draft 1”'),
(3746,1123,1,31,'Applied “Draft 1”'),
(3747,1129,1,21,'Applied “Draft 1”'),
(3748,1135,1,18,'Applied “Draft 1”'),
(3749,1143,1,24,'Applied “Draft 1”'),
(3750,1431,1,19,'Applied “Draft 1”'),
(3751,1437,1,20,'Applied “Draft 1”'),
(3752,1437,1,21,'Applied “Draft 1”'),
(3753,1389,1,17,'Applied “Draft 1”'),
(3754,1437,1,22,'Applied “Draft 1”'),
(3755,1283,1,19,'Applied “Draft 1”'),
(3756,963,1,34,'Applied “Draft 1”'),
(3757,1249,1,16,'Applied “Draft 1”'),
(3758,1437,1,23,'Applied “Draft 1”'),
(3759,1437,1,24,'Applied “Draft 1”'),
(3760,1443,1,12,'Applied “Draft 1”'),
(3761,1449,1,11,'Applied “Draft 1”'),
(3762,1449,1,12,'Applied “Draft 1”'),
(3763,1461,1,11,'Applied “Draft 1”'),
(3764,1467,1,13,'Applied “Draft 1”'),
(3765,1419,1,16,'Applied “Draft 1”'),
(3766,1425,1,11,'Applied “Draft 1”'),
(3767,1431,1,20,'Applied “Draft 1”'),
(3768,1437,1,25,'Applied “Draft 1”'),
(3769,1443,1,13,'Applied “Draft 1”'),
(3770,1449,1,13,'Applied “Draft 1”'),
(3771,1455,1,11,'Applied “Draft 1”'),
(3772,1461,1,12,'Applied “Draft 1”'),
(3773,1467,1,14,'Applied “Draft 1”'),
(3774,1473,1,16,'Applied “Draft 1”'),
(3775,1473,1,17,'Applied “Draft 1”'),
(3776,1477,1,23,'Applied “Draft 1”'),
(3777,1477,1,24,'Applied “Draft 1”'),
(3778,1477,1,25,'Applied “Draft 1”'),
(3779,1481,1,19,'Applied “Draft 1”'),
(3780,1481,1,20,'Applied “Draft 1”'),
(3781,1353,1,29,'Applied “Draft 1”'),
(3782,8518,1,1,NULL),
(3783,1353,1,30,'Applied “Draft 1”'),
(3784,7339,1,3,NULL),
(3785,1353,1,31,'Applied “Draft 1”'),
(3786,7339,1,4,NULL),
(3787,7340,1,3,NULL),
(3788,1395,1,18,'Applied “Draft 1”'),
(3789,8535,1,1,NULL),
(3790,8536,1,1,NULL),
(3791,963,1,35,'Applied “Draft 1”'),
(3792,1255,1,33,'Applied “Draft 1”'),
(3793,2,1,105,'Applied “Draft 2”'),
(3794,1353,1,32,'Applied “Draft 1”'),
(3795,8518,1,2,NULL),
(3796,1165,1,31,'Applied “Draft 1”'),
(3797,1045,1,36,'Applied “Draft 1”'),
(3798,963,1,36,'Applied “Draft 1”'),
(3799,1353,1,33,'Applied “Draft 1”'),
(3800,8518,1,3,NULL),
(3801,7339,1,5,NULL),
(3802,1303,1,18,'Applied “Draft 1”'),
(3803,1303,1,19,'Applied “Draft 1”'),
(3804,1419,1,17,'Applied “Draft 1”'),
(3805,2,1,106,'Applied “Draft 2”'),
(3806,1059,1,29,'Applied “Draft 1”'),
(3807,1059,1,30,'Applied “Draft 1”'),
(3808,2,1,107,'Applied “Draft 2”'),
(3809,2,1,108,'Applied “Draft 2”'),
(3810,951,1,26,'Applied “Draft 1”'),
(3811,1500,1,3,NULL),
(3812,5319,1,2,NULL),
(3813,5681,1,2,NULL),
(3814,951,1,27,'Applied “Draft 1”'),
(3815,3255,1,2,NULL),
(3816,3256,1,2,NULL),
(3817,3257,1,2,NULL),
(3818,3258,1,2,NULL),
(3819,3259,1,2,NULL),
(3821,951,1,28,'Applied “Draft 1”'),
(3822,3260,1,2,NULL),
(3823,3261,1,2,NULL),
(3824,3262,1,2,NULL),
(3825,8650,1,1,NULL),
(3826,951,1,29,''),
(3827,1161,1,14,'Applied “Draft 1”'),
(3828,1161,1,15,'Applied “Draft 1”'),
(3829,8660,1,1,NULL),
(3830,1161,1,16,'Applied “Draft 1”'),
(3831,6603,1,2,NULL),
(3832,8668,1,1,NULL),
(3833,8669,1,1,NULL),
(3834,8670,1,1,NULL),
(3835,1161,1,17,'Applied “Draft 1”'),
(3836,1161,1,18,'Applied “Draft 1”'),
(3837,1161,1,19,'Applied “Draft 1”'),
(3838,1161,1,20,'Applied “Draft 1”'),
(3839,8689,1,1,NULL),
(3840,8690,1,1,NULL),
(3841,8691,1,1,NULL),
(3842,8692,1,1,NULL),
(3843,1161,1,21,''),
(3844,1161,1,22,'Applied “Draft 1”'),
(3845,1161,1,23,''),
(3846,1161,1,24,'Applied “Draft 1”'),
(3847,1674,1,4,NULL),
(3848,8706,1,1,NULL),
(3849,8707,1,1,NULL),
(3850,1161,1,25,''),
(3851,1161,1,26,''),
(3852,981,1,18,'Applied “Draft 1”'),
(3853,1526,1,4,NULL),
(3854,2,1,109,'Applied “Draft 2”'),
(3855,1487,1,4,NULL),
(3857,1495,1,4,NULL),
(3858,957,1,31,'Applied “Draft 1”'),
(3859,1505,1,4,NULL),
(3860,1161,1,27,''),
(3861,1171,1,21,'Applied “Draft 1”'),
(3862,1171,1,22,'Applied “Draft 1”'),
(3863,1171,1,23,'Applied “Draft 1”'),
(3864,1683,1,4,NULL),
(3865,1171,1,24,'Applied “Draft 1”'),
(3866,1177,1,34,'Applied “Draft 1”'),
(3867,1177,1,35,'Applied “Draft 1”'),
(3868,1177,1,36,'Applied “Draft 1”'),
(3869,1185,1,18,'Applied “Draft 1”'),
(3870,1185,1,19,'Applied “Draft 1”'),
(3871,1185,1,20,'Applied “Draft 1”'),
(3872,1695,1,4,NULL),
(3873,1161,1,28,'Applied “Draft 1”'),
(3874,1674,1,5,NULL),
(3875,1185,1,21,'Applied “Draft 1”'),
(3876,1694,1,4,NULL),
(3877,1161,1,29,'Applied “Draft 1”'),
(3878,1161,1,30,'Applied “Draft 1”'),
(3879,1191,1,21,'Applied “Draft 1”'),
(3880,1191,1,22,'Applied “Draft 1”'),
(3881,1191,1,23,'Applied “Draft 1”'),
(3882,1700,1,4,NULL),
(3883,1197,1,19,'Applied “Draft 1”'),
(3884,8812,1,1,NULL),
(3885,1255,1,34,'Applied “Draft 1”'),
(3886,1753,1,4,NULL),
(3887,1197,1,20,'Applied “Draft 1”'),
(3888,1261,1,18,'Applied “Draft 1”'),
(3889,1269,1,15,'Applied “Draft 1”'),
(3890,1277,1,17,'Applied “Draft 1”'),
(3891,1201,1,18,'Applied “Draft 1”'),
(3892,1283,1,20,'Applied “Draft 1”'),
(3893,1289,1,14,'Applied “Draft 1”'),
(3894,1201,1,19,'Applied “Draft 1”'),
(3895,1297,1,13,'Applied “Draft 1”'),
(3896,1303,1,20,'Applied “Draft 1”'),
(3897,1309,1,12,'Applied “Draft 1”'),
(3898,8853,1,1,NULL),
(3899,1315,1,14,'Applied “Draft 1”'),
(3900,1323,1,15,'Applied “Draft 1”'),
(3901,1329,1,16,'Applied “Draft 1”'),
(3902,1816,1,4,NULL),
(3903,8872,1,1,NULL),
(3904,1209,1,18,'Applied “Draft 1”'),
(3905,1329,1,17,'Applied “Draft 1”'),
(3906,1209,1,19,'Applied “Draft 1”'),
(3907,1337,1,13,'Applied “Draft 1”'),
(3908,1343,1,12,'Applied “Draft 1”'),
(3909,1349,1,17,'Applied “Draft 1”'),
(3910,1215,1,19,'Applied “Draft 1”'),
(3911,8894,1,1,NULL),
(3912,2720,1,12,'Applied “Draft 1”'),
(3913,8897,1,1,NULL),
(3914,1353,1,34,'Applied “Draft 1”'),
(3915,1836,1,3,NULL),
(3916,1359,1,20,'Applied “Draft 1”'),
(3917,1840,1,3,NULL),
(3918,1365,1,16,'Applied “Draft 1”'),
(3919,2712,1,12,'Applied “Draft 1”'),
(3920,8911,1,1,NULL),
(3921,1215,1,20,'Applied “Draft 1”'),
(3922,1371,1,17,'Applied “Draft 1”'),
(3923,1850,1,4,NULL),
(3924,1377,1,18,'Applied “Draft 1”'),
(3925,1855,1,4,NULL),
(3926,1856,1,4,NULL),
(3927,1219,1,15,'Applied “Draft 1”'),
(3928,1383,1,15,'Applied “Draft 1”'),
(3929,1861,1,3,NULL),
(3930,1389,1,18,'Applied “Draft 1”'),
(3931,1225,1,20,'Applied “Draft 1”'),
(3932,1225,1,21,'Applied “Draft 1”'),
(3933,1231,1,16,'Applied “Draft 1”'),
(3934,1732,1,4,NULL),
(3935,1231,1,17,'Applied “Draft 1”'),
(3936,1231,1,18,'Applied “Draft 1”'),
(3937,1237,1,17,'Applied “Draft 1”'),
(3938,1738,1,4,NULL),
(3939,1237,1,18,'Applied “Draft 1”'),
(3940,1243,1,13,'Applied “Draft 1”'),
(3941,1249,1,17,'Applied “Draft 1”'),
(3942,1748,1,4,NULL),
(3943,1249,1,18,'Applied “Draft 1”'),
(3944,1255,1,35,'Applied “Draft 1”'),
(3945,1261,1,19,'Applied “Draft 1”'),
(3946,1269,1,16,'Applied “Draft 1”'),
(3947,1269,1,17,'Applied “Draft 1”'),
(3948,1277,1,18,'Applied “Draft 1”'),
(3949,1283,1,21,'Applied “Draft 1”'),
(3950,1283,1,22,'Applied “Draft 1”'),
(3951,1283,1,23,'Applied “Draft 1”'),
(3952,1283,1,24,'Applied “Draft 1”'),
(3953,1289,1,15,'Applied “Draft 1”'),
(3954,1289,1,16,'Applied “Draft 1”'),
(3955,1289,1,17,'Applied “Draft 1”'),
(3956,1297,1,14,'Applied “Draft 1”'),
(3957,1297,1,15,'Applied “Draft 1”'),
(3958,1297,1,16,'Applied “Draft 1”'),
(3959,1303,1,21,'Applied “Draft 1”'),
(3960,1303,1,22,'Applied “Draft 1”'),
(3961,1309,1,13,'Applied “Draft 1”'),
(3962,1309,1,14,'Applied “Draft 1”'),
(3963,1309,1,15,'Applied “Draft 1”'),
(3964,1315,1,15,'Applied “Draft 1”'),
(3965,1315,1,16,'Applied “Draft 1”'),
(3966,1315,1,17,'Applied “Draft 1”'),
(3967,1323,1,16,'Applied “Draft 1”'),
(3968,1323,1,17,'Applied “Draft 1”'),
(3969,1323,1,18,'Applied “Draft 1”'),
(3970,1811,1,4,NULL),
(3971,1329,1,18,'Applied “Draft 1”'),
(3972,1329,1,19,'Applied “Draft 1”'),
(3973,1329,1,20,'Applied “Draft 1”'),
(3974,1329,1,21,'Applied “Draft 1”'),
(3975,1329,1,22,'Applied “Draft 1”'),
(3976,1343,1,13,'Applied “Draft 1”'),
(3977,1343,1,14,'Applied “Draft 1”'),
(3978,1337,1,14,'Applied “Draft 1”'),
(3979,1349,1,18,'Applied “Draft 1”'),
(3980,1349,1,19,'Applied “Draft 1”'),
(3981,9121,1,1,NULL),
(3982,1349,1,20,'Applied “Draft 1”'),
(3983,2720,1,13,'Applied “Draft 1”'),
(3984,2720,1,14,'Applied “Draft 1”'),
(3985,2720,1,15,'Applied “Draft 1”'),
(3986,1353,1,35,'Applied “Draft 1”'),
(3987,1359,1,21,'Applied “Draft 1”'),
(3988,1841,1,5,NULL),
(3989,1359,1,22,'Applied “Draft 1”'),
(3990,1359,1,23,'Applied “Draft 1”'),
(3991,1359,1,24,'Applied “Draft 1”'),
(3992,1359,1,25,'Applied “Draft 1”'),
(3993,1365,1,17,'Applied “Draft 1”'),
(3994,1365,1,18,'Applied “Draft 1”'),
(3995,1365,1,19,'Applied “Draft 1”'),
(3996,1365,1,20,'Applied “Draft 1”'),
(3997,2712,1,13,'Applied “Draft 1”'),
(3998,2712,1,14,'Applied “Draft 1”'),
(3999,2712,1,15,'Applied “Draft 1”'),
(4000,1371,1,18,'Applied “Draft 1”'),
(4001,1371,1,19,'Applied “Draft 1”'),
(4002,1377,1,19,'Applied “Draft 1”'),
(4003,1377,1,20,'Applied “Draft 1”'),
(4004,1377,1,21,'Applied “Draft 1”'),
(4005,1377,1,22,'Applied “Draft 1”'),
(4006,1383,1,16,'Applied “Draft 1”'),
(4007,1383,1,17,'Applied “Draft 1”'),
(4008,1389,1,19,'Applied “Draft 1”'),
(4009,1389,1,20,'Applied “Draft 1”'),
(4010,1389,1,21,'Applied “Draft 1”'),
(4011,1389,1,22,'Applied “Draft 1”'),
(4012,1395,1,19,'Applied “Draft 1”'),
(4013,1395,1,20,'Applied “Draft 1”'),
(4014,1395,1,21,'Applied “Draft 1”'),
(4015,1401,1,13,'Applied “Draft 1”'),
(4016,1401,1,14,'Applied “Draft 1”'),
(4017,1407,1,16,'Applied “Draft 1”'),
(4018,1407,1,17,'Applied “Draft 1”'),
(4019,1413,1,16,'Applied “Draft 1”'),
(4020,1413,1,17,'Applied “Draft 1”'),
(4021,1413,1,18,'Applied “Draft 1”'),
(4022,1413,1,19,'Applied “Draft 1”'),
(4023,1419,1,18,'Applied “Draft 1”'),
(4024,1419,1,19,'Applied “Draft 1”'),
(4025,1419,1,20,'Applied “Draft 1”'),
(4026,1425,1,12,'Applied “Draft 1”'),
(4027,1425,1,13,'Applied “Draft 1”'),
(4028,1431,1,21,'Applied “Draft 1”'),
(4029,1431,1,22,'Applied “Draft 1”'),
(4030,1901,1,5,NULL),
(4031,1431,1,23,'Applied “Draft 1”'),
(4032,6670,1,2,NULL),
(4033,1431,1,24,'Applied “Draft 1”'),
(4034,1419,1,21,'Applied “Draft 1”'),
(4035,1437,1,26,'Applied “Draft 1”'),
(4036,1443,1,14,'Applied “Draft 1”'),
(4037,1443,1,15,'Applied “Draft 1”'),
(4038,1443,1,16,'Applied “Draft 1”'),
(4039,1449,1,14,'Applied “Draft 1”'),
(4040,1916,1,4,NULL),
(4041,1449,1,15,'Applied “Draft 1”'),
(4042,1449,1,16,'Applied “Draft 1”'),
(4043,1449,1,17,'Applied “Draft 1”'),
(4044,1455,1,12,'Applied “Draft 1”'),
(4045,1455,1,13,'Applied “Draft 1”'),
(4046,1455,1,14,'Applied “Draft 1”'),
(4047,1461,1,13,'Applied “Draft 1”'),
(4048,1461,1,14,'Applied “Draft 1”'),
(4049,1467,1,15,'Applied “Draft 1”'),
(4050,1467,1,16,'Applied “Draft 1”'),
(4051,1467,1,17,'Applied “Draft 1”'),
(4052,2,1,110,'Applied “Draft 2”'),
(4053,1487,1,5,NULL),
(4054,2,1,111,'Applied “Draft 2”'),
(4056,951,1,30,'Applied “Draft 1”'),
(4057,957,1,32,'Applied “Draft 1”'),
(4058,963,1,37,'Applied “Draft 1”'),
(4059,969,1,24,'Applied “Draft 1”'),
(4060,969,1,25,'Applied “Draft 1”'),
(4061,975,1,20,'Applied “Draft 1”'),
(4062,1520,1,4,NULL),
(4063,975,1,21,'Applied “Draft 1”'),
(4064,981,1,19,'Applied “Draft 1”'),
(4065,989,1,24,'Applied “Draft 1”'),
(4066,995,1,18,'Applied “Draft 1”'),
(4067,9367,1,1,NULL),
(4068,995,1,19,'Applied “Draft 1”'),
(4069,1005,1,18,'Applied “Draft 1”'),
(4070,1545,1,4,NULL),
(4071,1005,1,19,'Applied “Draft 1”'),
(4072,1011,1,27,'Applied “Draft 1”'),
(4073,9378,1,1,NULL),
(4074,1011,1,28,'Applied “Draft 1”'),
(4075,1017,1,22,'Applied “Draft 1”'),
(4076,1017,1,23,'Applied “Draft 1”'),
(4077,1017,1,24,'Applied “Draft 1”'),
(4078,1023,1,26,'Applied “Draft 1”'),
(4079,1023,1,27,'Applied “Draft 1”'),
(4080,1031,1,16,'Applied “Draft 1”'),
(4081,9393,1,1,NULL),
(4082,1031,1,17,'Applied “Draft 1”'),
(4083,1035,1,24,'Applied “Draft 1”'),
(4084,1041,1,19,'Applied “Draft 1”'),
(4085,9400,1,1,NULL),
(4086,1041,1,20,'Applied “Draft 1”'),
(4087,1045,1,37,'Applied “Draft 1”'),
(4088,1051,1,27,'Applied “Draft 1”'),
(4089,1059,1,31,'Applied “Draft 1”'),
(4090,1067,1,18,'Applied “Draft 1”'),
(4091,1597,1,4,NULL),
(4092,1067,1,19,'Applied “Draft 1”'),
(4093,1091,1,18,'Applied “Draft 1”'),
(4094,1097,1,22,'Applied “Draft 1”'),
(4095,1097,1,23,'Applied “Draft 1”'),
(4096,1103,1,18,'Applied “Draft 1”'),
(4097,1109,1,20,'Applied “Draft 1”'),
(4098,1109,1,21,'Applied “Draft 1”'),
(4099,1109,1,22,'Applied “Draft 1”'),
(4100,1117,1,21,'Applied “Draft 1”'),
(4101,1639,1,5,NULL),
(4102,1117,1,22,'Applied “Draft 1”'),
(4103,1123,1,32,'Applied “Draft 1”'),
(4104,1644,1,4,NULL),
(4105,1123,1,33,'Applied “Draft 1”'),
(4106,1129,1,22,'Applied “Draft 1”'),
(4107,1648,1,4,NULL),
(4108,1129,1,23,'Applied “Draft 1”'),
(4109,1135,1,19,'Applied “Draft 1”'),
(4110,4979,1,2,NULL),
(4111,1135,1,20,'Applied “Draft 1”'),
(4112,1135,1,21,'Applied “Draft 1”'),
(4113,1135,1,22,'Applied “Draft 1”'),
(4114,1041,1,21,'Applied “Draft 1”'),
(4115,1431,1,25,'Applied “Draft 1”'),
(4116,1431,1,26,'Applied “Draft 1”'),
(4117,1431,1,27,'Applied “Draft 1”'),
(4118,1473,1,18,'Applied “Draft 1”'),
(4119,1473,1,19,'Applied “Draft 1”'),
(4120,1473,1,20,'Applied “Draft 1”'),
(4121,1473,1,21,'Applied “Draft 1”'),
(4122,1143,1,25,'Applied “Draft 1”'),
(4123,1161,1,31,'Applied “Draft 1”'),
(4124,1165,1,32,'Applied “Draft 1”'),
(4125,1165,1,33,'Applied “Draft 1”'),
(4126,1171,1,25,'Applied “Draft 1”'),
(4127,1177,1,37,'Applied “Draft 1”'),
(4128,7822,1,2,NULL),
(4129,1177,1,38,'Applied “Draft 1”'),
(4130,7822,1,3,NULL),
(4131,1177,1,39,'Applied “Draft 1”'),
(4132,1177,1,40,'Applied “Draft 1”'),
(4133,2880,1,12,'Applied “Draft 1”'),
(4134,2880,1,13,'Applied “Draft 1”'),
(4135,1185,1,22,'Applied “Draft 1”'),
(4136,9502,1,1,NULL),
(4137,1185,1,23,'Applied “Draft 1”'),
(4138,1191,1,24,'Applied “Draft 1”'),
(4139,1191,1,25,'Applied “Draft 1”'),
(4140,1191,1,26,'Applied “Draft 1”'),
(4141,1149,1,15,'Applied “Draft 1”'),
(4142,4158,1,2,NULL),
(4143,1149,1,16,'Applied “Draft 1”'),
(4144,1155,1,14,'Applied “Draft 1”'),
(4145,1155,1,15,'Applied “Draft 1”'),
(4146,1477,1,26,'Applied “Draft 1”'),
(4147,1477,1,27,'Applied “Draft 1”'),
(4148,1477,1,28,'Applied “Draft 1”'),
(4149,1477,1,29,'Applied “Draft 1”'),
(4150,1481,1,21,'Applied “Draft 1”'),
(4151,1481,1,22,'Applied “Draft 1”'),
(4152,2969,1,3,'Applied “Draft 1”'),
(4153,3468,1,2,'Applied “Draft 1”'),
(4154,6547,1,3,'Applied “Draft 1”'),
(4155,9549,1,1,''),
(4156,9552,1,1,''),
(4157,9555,1,1,''),
(4158,9558,1,1,''),
(4159,1255,1,36,'Applied “Draft 1”'),
(4160,1255,1,37,'Applied “Draft 1”'),
(4161,1255,1,38,'Applied “Draft 1”'),
(4162,963,1,38,'Applied “Draft 1”'),
(4163,1079,1,20,'Applied “Draft 1”'),
(4164,1079,1,21,'Applied “Draft 1”'),
(4165,1079,1,22,'Applied “Draft 1”'),
(4166,1389,1,23,'Applied “Draft 1”'),
(4167,1437,1,27,'Applied “Draft 1”'),
(4168,1283,1,25,'Applied “Draft 1”'),
(4169,963,1,39,'Applied “Draft 1”'),
(4170,963,1,40,''),
(4171,963,1,41,'Applied “Draft 1”'),
(4172,1249,1,19,'Applied “Draft 1”'),
(4173,1215,1,21,'Applied “Draft 1”'),
(4174,1225,1,22,'Applied “Draft 1”'),
(4175,1103,1,19,'Applied “Draft 1”'),
(4176,1103,1,20,'Applied “Draft 1”'),
(4177,1237,1,19,'Applied “Draft 1”'),
(4178,1237,1,20,'Applied “Draft 1”'),
(4179,1237,1,21,'Applied “Draft 1”'),
(4180,1023,1,28,'Applied “Draft 1”'),
(4181,1023,1,29,'Applied “Draft 1”'),
(4182,1023,1,30,'Applied “Draft 1”'),
(4183,1243,1,14,'Applied “Draft 1”'),
(4184,1243,1,15,'Applied “Draft 1”'),
(4185,1243,1,16,'Applied “Draft 1”'),
(4186,1215,1,22,'Applied “Draft 1”'),
(4187,1215,1,23,'Applied “Draft 1”'),
(4188,1215,1,24,'Applied “Draft 1”'),
(4189,1243,1,17,'Applied “Draft 1”'),
(4190,1243,1,18,'Applied “Draft 1”'),
(4191,1243,1,19,'Applied “Draft 1”'),
(4192,9640,1,1,''),
(4193,2972,1,3,'Applied “Draft 1”'),
(4194,2969,1,4,'Applied “Draft 1”'),
(4196,9648,1,1,''),
(4197,9650,1,1,''),
(4198,9652,1,1,''),
(4199,358,1,2,''),
(4200,376,1,2,''),
(4201,9656,1,1,''),
(4209,2720,1,16,'Applied “Draft 1”'),
(4210,6547,1,4,'Applied “Draft 1”'),
(4211,601,1,10,'Applied “Draft 1”'),
(4212,3468,1,3,'Applied “Draft 1”'),
(4213,2969,1,5,'Applied “Draft 1”'),
(4214,9552,1,2,'Applied “Draft 1”'),
(4215,2972,1,4,''),
(4216,9549,1,2,'Applied “Draft 1”'),
(4217,9555,1,2,'Applied “Draft 1”'),
(4218,9558,1,2,'Applied “Draft 1”'),
(4219,9724,1,1,''),
(4220,9727,1,1,''),
(4221,9724,1,2,'Applied “Draft 1”'),
(4222,9732,1,1,''),
(4223,9735,1,1,''),
(4224,1255,1,39,'Applied “Draft 1”'),
(4225,1255,1,40,'Applied “Draft 1”'),
(4226,1261,1,20,'Applied “Draft 1”'),
(4227,1261,1,21,'Applied “Draft 1”'),
(4228,1269,1,18,'Applied “Draft 1”'),
(4229,1277,1,19,'Applied “Draft 1”'),
(4230,1277,1,20,'Applied “Draft 1”'),
(4231,1283,1,26,'Applied “Draft 1”'),
(4232,1289,1,18,'Applied “Draft 1”'),
(4233,1289,1,19,'Applied “Draft 1”'),
(4234,1297,1,17,'Applied “Draft 1”'),
(4235,1303,1,23,'Applied “Draft 1”'),
(4236,1309,1,16,'Applied “Draft 1”'),
(4237,1315,1,18,'Applied “Draft 1”'),
(4238,1315,1,19,'Applied “Draft 1”'),
(4239,1323,1,19,'Applied “Draft 1”'),
(4240,1329,1,23,'Applied “Draft 1”'),
(4241,1329,1,24,'Applied “Draft 1”'),
(4242,1337,1,15,'Applied “Draft 1”'),
(4243,1337,1,16,'Applied “Draft 1”'),
(4244,1337,1,17,'Applied “Draft 1”'),
(4245,1343,1,15,'Applied “Draft 1”'),
(4246,1343,1,16,'Applied “Draft 1”'),
(4247,1349,1,21,'Applied “Draft 1”'),
(4248,1481,1,23,'Applied “Draft 1”'),
(4249,1481,1,24,'Applied “Draft 1”'),
(4250,1473,1,22,'Applied “Draft 1”'),
(4251,1477,1,30,'Applied “Draft 1”'),
(4252,1419,1,22,'Applied “Draft 1”'),
(4253,1425,1,14,'Applied “Draft 1”'),
(4254,1431,1,28,'Applied “Draft 1”'),
(4255,1431,1,29,'Applied “Draft 1”'),
(4256,1443,1,17,'Applied “Draft 1”'),
(4257,2712,1,16,'Applied “Draft 1”'),
(4258,1437,1,28,'Applied “Draft 1”'),
(4259,1449,1,18,'Applied “Draft 1”'),
(4260,1455,1,15,'Applied “Draft 1”'),
(4261,1461,1,15,'Applied “Draft 1”'),
(4262,1467,1,18,'Applied “Draft 1”'),
(4263,2720,1,17,'Applied “Draft 1”'),
(4264,2720,1,18,'Applied “Draft 1”'),
(4265,1353,1,36,'Applied “Draft 1”'),
(4266,1359,1,26,'Applied “Draft 1”'),
(4267,1365,1,21,'Applied “Draft 1”'),
(4268,2712,1,17,'Applied “Draft 1”'),
(4269,2712,1,18,'Applied “Draft 1”'),
(4270,1371,1,20,'Applied “Draft 1”'),
(4271,1377,1,23,'Applied “Draft 1”'),
(4272,1383,1,18,'Applied “Draft 1”'),
(4273,1371,1,21,'Applied “Draft 1”'),
(4274,1389,1,24,'Applied “Draft 1”'),
(4275,1395,1,22,'Applied “Draft 1”'),
(4276,1401,1,15,'Applied “Draft 1”'),
(4277,1407,1,18,'Applied “Draft 1”'),
(4278,1413,1,20,'Applied “Draft 1”'),
(4279,1371,1,22,'Applied “Draft 1”'),
(4280,2,1,112,'Applied “Draft 2”'),
(4281,945,1,38,'Applied “Draft 1”'),
(4282,951,1,31,'Applied “Draft 1”'),
(4283,957,1,33,'Applied “Draft 1”'),
(4284,963,1,42,'Applied “Draft 1”'),
(4285,969,1,26,'Applied “Draft 1”'),
(4286,975,1,22,'Applied “Draft 1”'),
(4287,975,1,23,'Applied “Draft 1”'),
(4288,981,1,20,'Applied “Draft 1”'),
(4289,989,1,25,'Applied “Draft 1”'),
(4290,995,1,20,'Applied “Draft 1”'),
(4291,1383,1,19,'Applied “Draft 1”'),
(4292,999,1,21,'Applied “Draft 1”'),
(4293,1005,1,20,'Applied “Draft 1”'),
(4294,1011,1,29,'Applied “Draft 1”'),
(4295,1017,1,25,'Applied “Draft 1”'),
(4296,1023,1,31,'Applied “Draft 1”'),
(4297,1031,1,18,'Applied “Draft 1”'),
(4298,1035,1,25,'Applied “Draft 1”'),
(4299,1041,1,22,'Applied “Draft 1”'),
(4300,1045,1,38,'Applied “Draft 1”'),
(4301,1051,1,28,'Applied “Draft 1”'),
(4302,1059,1,32,'Applied “Draft 1”'),
(4303,1051,1,29,'Applied “Draft 1”'),
(4304,1067,1,20,'Applied “Draft 1”'),
(4305,1073,1,22,'Applied “Draft 1”'),
(4306,1073,1,23,'Applied “Draft 1”'),
(4307,1079,1,23,'Applied “Draft 1”'),
(4308,1085,1,21,'Applied “Draft 1”'),
(4309,1091,1,19,'Applied “Draft 1”'),
(4310,1097,1,24,'Applied “Draft 1”'),
(4311,1103,1,21,'Applied “Draft 1”'),
(4312,1109,1,23,'Applied “Draft 1”'),
(4313,1117,1,23,'Applied “Draft 1”'),
(4314,1401,1,16,'Applied “Draft 1”'),
(4315,1123,1,34,'Applied “Draft 1”'),
(4316,1129,1,24,'Applied “Draft 1”'),
(4317,1135,1,23,'Applied “Draft 1”'),
(4318,1143,1,26,'Applied “Draft 1”'),
(4319,1149,1,17,'Applied “Draft 1”'),
(4320,1155,1,16,'Applied “Draft 1”'),
(4321,1165,1,34,'Applied “Draft 1”'),
(4322,1171,1,26,'Applied “Draft 1”'),
(4323,1177,1,41,'Applied “Draft 1”'),
(4324,1165,1,35,'Applied “Draft 1”'),
(4325,1185,1,24,'Applied “Draft 1”'),
(4326,1191,1,27,'Applied “Draft 1”'),
(4327,1197,1,21,'Applied “Draft 1”'),
(4328,1425,1,15,'Applied “Draft 1”'),
(4329,1201,1,20,'Applied “Draft 1”'),
(4330,1209,1,20,'Applied “Draft 1”'),
(4331,1215,1,25,'Applied “Draft 1”'),
(4332,1219,1,16,'Applied “Draft 1”'),
(4333,1219,1,17,'Applied “Draft 1”'),
(4334,1225,1,23,'Applied “Draft 1”'),
(4335,1231,1,19,'Applied “Draft 1”'),
(4336,1237,1,22,'Applied “Draft 1”'),
(4337,1243,1,20,'Applied “Draft 1”'),
(4338,1249,1,20,'Applied “Draft 1”'),
(4339,1449,1,19,'Applied “Draft 1”'),
(4340,1449,1,20,'Applied “Draft 1”'),
(4341,1449,1,21,'Applied “Draft 1”'),
(4342,1455,1,16,'Applied “Draft 1”'),
(4343,1461,1,16,'Applied “Draft 1”'),
(4344,1473,1,23,'Applied “Draft 1”'),
(4345,1473,1,24,'Applied “Draft 1”'),
(4346,1283,1,27,'Applied “Draft 1”'),
(4347,10110,1,1,NULL),
(4348,10111,1,1,NULL),
(4349,10112,1,1,NULL),
(4350,10113,1,1,NULL),
(4351,10114,1,1,NULL),
(4352,1283,1,28,'Applied “Draft 1”'),
(4353,1289,1,20,'Applied “Draft 1”'),
(4354,10129,1,1,NULL),
(4355,10130,1,1,NULL),
(4356,10131,1,1,NULL),
(4357,10132,1,1,NULL),
(4358,10133,1,1,NULL),
(4359,1371,1,23,'Applied “Draft 1”'),
(4360,1371,1,24,'Applied “Draft 1”'),
(4361,10144,1,1,''),
(4362,1201,1,21,'Applied “Draft 1”'),
(4363,1243,1,21,'Applied “Draft 1”'),
(4364,1443,1,18,'Applied “Draft 1”'),
(4365,1449,1,22,'Applied “Draft 1”'),
(4366,1455,1,17,'Applied “Draft 1”'),
(4367,1473,1,25,'Applied “Draft 1”'),
(4368,1481,1,25,'Applied “Draft 1”'),
(4369,6583,1,2,NULL),
(4370,1297,1,18,'Applied “Draft 1”'),
(4371,10178,1,1,NULL),
(4372,10179,1,1,NULL),
(4373,10180,1,1,NULL),
(4374,10181,1,1,NULL),
(4375,10182,1,1,NULL),
(4376,1297,1,19,'Applied “Draft 1”'),
(4377,1309,1,17,'Applied “Draft 1”'),
(4378,10197,1,1,NULL),
(4379,10198,1,1,NULL),
(4380,10199,1,1,NULL),
(4381,10200,1,1,NULL),
(4382,10201,1,1,NULL),
(4383,1359,1,27,'Applied “Draft 1”'),
(4384,1359,1,28,'Applied “Draft 1”'),
(4385,2720,1,19,'Applied “Draft 1”'),
(4386,1041,1,23,'Applied “Draft 1”'),
(4387,1041,1,24,'Applied “Draft 1”'),
(4388,1045,1,39,'Applied “Draft 1”'),
(4389,1467,1,19,'Applied “Draft 1”'),
(4390,1315,1,20,'Applied “Draft 1”'),
(4391,10260,1,1,NULL),
(4392,10261,1,1,NULL),
(4393,10262,1,1,NULL),
(4394,10263,1,1,NULL),
(4395,10264,1,1,NULL),
(4396,1323,1,20,'Applied “Draft 1”'),
(4397,10277,1,1,NULL),
(4398,10278,1,1,NULL),
(4399,10279,1,1,NULL),
(4400,10280,1,1,NULL),
(4401,10281,1,1,NULL),
(4402,1329,1,25,'Applied “Draft 1”'),
(4403,10294,1,1,NULL),
(4404,10295,1,1,NULL),
(4405,10296,1,1,NULL),
(4406,10297,1,1,NULL),
(4407,10298,1,1,NULL),
(4408,2720,1,20,'Applied “Draft 1”'),
(4409,10310,1,1,NULL),
(4410,10311,1,1,NULL),
(4411,10312,1,1,NULL),
(4412,10313,1,1,NULL),
(4413,2720,1,21,'Applied “Draft 1”'),
(4414,1359,1,29,'Applied “Draft 1”'),
(4415,10326,1,1,NULL),
(4416,10327,1,1,NULL),
(4417,10328,1,1,NULL),
(4418,10329,1,1,NULL),
(4419,1365,1,22,'Applied “Draft 1”'),
(4420,10340,1,1,NULL),
(4421,10341,1,1,NULL),
(4422,10342,1,1,NULL),
(4423,10343,1,1,NULL),
(4424,975,1,24,'Applied “Draft 1”'),
(4425,999,1,22,'Applied “Draft 1”'),
(4426,1011,1,30,'Applied “Draft 1”'),
(4427,1041,1,25,'Applied “Draft 1”'),
(4428,1051,1,30,'Applied “Draft 1”'),
(4429,1079,1,24,'Applied “Draft 1”'),
(4430,1123,1,35,'Applied “Draft 1”'),
(4431,1149,1,18,'Applied “Draft 1”'),
(4432,1155,1,17,'Applied “Draft 1”'),
(4433,1171,1,27,'Applied “Draft 1”'),
(4434,1243,1,22,'Applied “Draft 1”'),
(4435,1315,1,21,'Applied “Draft 1”'),
(4436,1431,1,30,'Applied “Draft 1”'),
(4437,1255,1,41,'Applied “Draft 1”'),
(4438,10392,1,1,NULL),
(4439,10393,1,1,NULL),
(4440,10394,1,1,NULL),
(4441,10395,1,1,NULL),
(4442,1255,1,42,'Applied “Draft 1”'),
(4443,4945,1,2,NULL),
(4444,2891,1,4,'Applied “Draft 1”'),
(4445,1255,1,43,'Applied “Draft 1”'),
(4446,1255,1,44,'Applied “Draft 1”'),
(4447,1255,1,45,'Applied “Draft 1”'),
(4448,1255,1,46,'Applied “Draft 1”'),
(4449,1255,1,47,'Applied “Draft 1”'),
(4450,1255,1,48,'Applied “Draft 1”'),
(4451,1255,1,49,'Applied “Draft 1”'),
(4452,2,1,113,'Applied “Draft 2”'),
(4453,1255,1,50,'Applied “Draft 1”'),
(4454,1349,1,22,'Applied “Draft 1”'),
(4455,2,1,114,'Applied “Draft 2”'),
(4456,2793,1,4,NULL),
(4457,2,1,115,'Applied “Draft 2”'),
(4458,4768,1,2,NULL),
(4459,1487,1,6,NULL),
(4460,945,1,39,'Applied “Draft 1”'),
(4461,10448,1,1,NULL),
(4462,10449,1,1,NULL),
(4463,951,1,32,'Applied “Draft 1”'),
(4464,951,1,33,'Applied “Draft 1”'),
(4465,1477,1,31,'Applied “Draft 1”'),
(4466,1481,1,26,'Applied “Draft 1”'),
(4467,1473,1,26,'Applied “Draft 1”'),
(4468,1171,1,28,'Applied “Draft 1”'),
(4469,1177,1,42,'Applied “Draft 1”'),
(4470,1185,1,25,'Applied “Draft 1”'),
(4471,1191,1,28,'Applied “Draft 1”'),
(4472,1197,1,22,'Applied “Draft 1”'),
(4473,1201,1,22,'Applied “Draft 1”'),
(4474,1209,1,21,'Applied “Draft 1”'),
(4475,1215,1,26,'Applied “Draft 1”'),
(4476,1219,1,18,'Applied “Draft 1”'),
(4477,1225,1,24,'Applied “Draft 1”'),
(4478,1231,1,20,'Applied “Draft 1”'),
(4479,2,1,116,'Applied “Draft 2”'),
(4480,945,1,40,'Applied “Draft 1”'),
(4481,957,1,34,'Applied “Draft 1”'),
(4482,945,1,41,'Applied “Draft 1”'),
(4483,963,1,43,'Applied “Draft 1”'),
(4484,969,1,27,'Applied “Draft 1”'),
(4485,975,1,25,'Applied “Draft 1”'),
(4486,981,1,21,'Applied “Draft 1”'),
(4487,989,1,26,'Applied “Draft 1”'),
(4488,995,1,21,'Applied “Draft 1”'),
(4489,999,1,23,'Applied “Draft 1”'),
(4490,1005,1,21,'Applied “Draft 1”'),
(4491,1011,1,31,'Applied “Draft 1”'),
(4492,1017,1,26,'Applied “Draft 1”'),
(4493,1023,1,32,'Applied “Draft 1”'),
(4494,1035,1,26,'Applied “Draft 1”'),
(4495,1041,1,26,'Applied “Draft 1”'),
(4496,995,1,22,'Applied “Draft 1”'),
(4497,1023,1,33,'Applied “Draft 1”'),
(4498,1185,1,26,'Applied “Draft 1”'),
(4499,2880,1,14,'Applied “Draft 1”'),
(4500,1185,1,27,'Applied “Draft 1”'),
(4501,1161,1,32,'Applied “Draft 1”'),
(4502,1283,1,29,'Applied “Draft 1”'),
(4503,1371,1,25,'Applied “Draft 1”'),
(4504,11018,1,1,NULL),
(4505,11019,1,1,NULL),
(4506,11020,1,1,NULL),
(4507,11021,1,1,NULL),
(4508,11022,1,1,NULL),
(4509,1377,1,24,'Applied “Draft 1”'),
(4510,11037,1,1,NULL),
(4511,11038,1,1,NULL),
(4512,11039,1,1,NULL),
(4513,11040,1,1,NULL),
(4514,11041,1,1,NULL),
(4515,1377,1,25,'Applied “Draft 1”'),
(4516,1383,1,20,'Applied “Draft 1”'),
(4517,11057,1,1,NULL),
(4518,11058,1,1,NULL),
(4519,11059,1,1,NULL),
(4520,11060,1,1,NULL),
(4521,11061,1,1,NULL),
(4522,1389,1,25,'Applied “Draft 1”'),
(4523,11076,1,1,NULL),
(4524,11077,1,1,NULL),
(4525,11078,1,1,NULL),
(4526,11079,1,1,NULL),
(4527,11080,1,1,NULL),
(4528,1413,1,21,'Applied “Draft 1”'),
(4529,11097,1,1,NULL),
(4530,11098,1,1,NULL),
(4531,11099,1,1,NULL),
(4532,11100,1,1,NULL),
(4533,11101,1,1,NULL),
(4534,1401,1,17,'Applied “Draft 1”'),
(4535,11112,1,1,NULL),
(4536,1401,1,18,'Applied “Draft 1”'),
(4537,11124,1,1,NULL),
(4538,11125,1,1,NULL),
(4539,11126,1,1,NULL),
(4540,11127,1,1,NULL),
(4541,1395,1,23,'Applied “Draft 1”'),
(4542,11147,1,1,NULL),
(4543,11148,1,1,NULL),
(4544,11149,1,1,NULL),
(4545,11150,1,1,NULL),
(4546,11151,1,1,NULL),
(4547,2712,1,19,'Applied “Draft 1”'),
(4548,11170,1,1,NULL),
(4549,11171,1,1,NULL),
(4550,11172,1,1,NULL),
(4551,11173,1,1,NULL),
(4552,11174,1,1,NULL),
(4553,1419,1,23,'Applied “Draft 1”'),
(4554,11193,1,1,NULL),
(4555,11194,1,1,NULL),
(4556,11195,1,1,NULL),
(4557,11196,1,1,NULL),
(4558,11197,1,1,NULL),
(4559,1425,1,16,'Applied “Draft 1”'),
(4560,11215,1,1,NULL),
(4561,11216,1,1,NULL),
(4562,11217,1,1,NULL),
(4563,11218,1,1,NULL),
(4564,11219,1,1,NULL),
(4565,1437,1,29,'Applied “Draft 1”'),
(4566,6651,1,2,NULL),
(4567,6652,1,2,NULL),
(4568,1437,1,30,'Applied “Draft 1”'),
(4569,1431,1,31,'Applied “Draft 1”'),
(4570,6670,1,3,NULL),
(4571,6671,1,2,NULL),
(4572,1437,1,31,'Applied “Draft 1”'),
(4573,11254,1,1,NULL),
(4574,6653,1,2,NULL),
(4575,11255,1,1,NULL),
(4576,1443,1,19,'Applied “Draft 1”'),
(4577,11269,1,1,NULL),
(4578,11270,1,1,NULL),
(4579,11271,1,1,NULL),
(4580,11272,1,1,NULL),
(4581,11273,1,1,NULL),
(4582,1449,1,23,'Applied “Draft 1”'),
(4583,11287,1,1,NULL),
(4584,11288,1,1,NULL),
(4585,11289,1,1,NULL),
(4586,11290,1,1,NULL),
(4587,11291,1,1,NULL),
(4588,1455,1,18,'Applied “Draft 1”'),
(4589,11306,1,1,NULL),
(4590,11307,1,1,NULL),
(4591,11308,1,1,NULL),
(4592,11309,1,1,NULL),
(4593,11310,1,1,NULL),
(4594,1461,1,17,'Applied “Draft 1”'),
(4595,11325,1,1,NULL),
(4596,11326,1,1,NULL),
(4597,11327,1,1,NULL),
(4598,11328,1,1,NULL),
(4599,11329,1,1,NULL),
(4600,1467,1,20,'Applied “Draft 1”'),
(4601,11343,1,1,NULL),
(4602,11344,1,1,NULL),
(4603,11345,1,1,NULL),
(4604,11346,1,1,NULL),
(4605,11347,1,1,NULL),
(4606,1481,1,27,'Applied “Draft 1”'),
(4607,1481,1,28,'Applied “Draft 1”'),
(4608,1191,1,29,'Applied “Draft 1”'),
(4609,1353,1,37,'Applied “Draft 1”'),
(4610,2,1,117,'Applied “Draft 2”'),
(4611,11434,1,1,''),
(4612,11434,1,2,'Applied “Draft 1”'),
(4613,11434,1,3,'Applied “Draft 1”'),
(4614,11434,1,4,''),
(4615,11434,1,5,'Applied “Draft 1”'),
(4616,11434,1,6,''),
(4617,11434,1,7,''),
(4618,1481,1,29,'Reverted content from revision 27.'),
(4619,6582,1,2,NULL),
(4620,6583,1,3,NULL),
(4621,6584,1,2,NULL),
(4622,6585,1,2,NULL),
(4623,1941,1,4,NULL),
(4624,4700,1,2,NULL),
(4625,5627,1,2,NULL),
(4626,5972,1,2,NULL),
(4627,1481,1,30,'Applied “Draft 1”'),
(4628,1481,1,31,'Applied “Draft 1”'),
(4629,1481,1,32,'Applied “Draft 1”'),
(4630,1481,1,33,'Applied “Draft 1”'),
(4631,11434,1,8,'Applied “Draft 1”'),
(4632,11434,1,9,''),
(4633,945,1,42,'Applied “Draft 1”'),
(4634,11434,1,10,''),
(4635,1481,1,34,'Applied “Draft 1”'),
(4636,1481,1,35,'Applied “Draft 1”'),
(4637,1481,1,36,'Applied “Draft 1”'),
(4638,1481,1,37,'Applied “Draft 1”'),
(4639,1177,1,43,'Applied “Draft 1”'),
(4640,951,1,34,'Applied “Draft 1”'),
(4641,951,1,35,'Applied “Draft 1”'),
(4642,1031,1,19,'Applied “Draft 1”'),
(4643,1073,1,24,'Applied “Draft 1”'),
(4644,1073,1,25,'Applied “Draft 1”'),
(4645,1079,1,25,'Applied “Draft 1”'),
(4646,1135,1,24,'Applied “Draft 1”'),
(4647,1135,1,25,'Applied “Draft 1”'),
(4648,1653,1,4,NULL),
(4649,11563,1,1,NULL),
(4650,1161,1,33,'Applied “Draft 1”'),
(4651,1161,1,34,'Applied “Draft 1”'),
(4652,1353,1,38,'Applied “Draft 1”'),
(4653,11575,1,1,NULL),
(4654,11576,1,1,NULL),
(4655,1353,1,39,'Applied “Draft 1”'),
(4656,1395,1,24,'Applied “Draft 1”'),
(4657,8536,1,2,NULL),
(4658,1449,1,24,'Applied “Draft 1”'),
(4659,7060,1,2,NULL),
(4660,1255,1,51,'Applied “Draft 1”'),
(4661,2,1,118,'Applied “Draft 2”'),
(4662,1117,1,24,'Applied “Draft 1”'),
(4663,1638,1,5,NULL),
(4664,2,1,119,'Applied “Draft 2”'),
(4665,1487,1,7,NULL),
(4666,2,1,120,'Applied “Draft 2”'),
(4667,951,1,36,'Applied “Draft 1”'),
(4668,945,1,43,'Applied “Draft 1”'),
(4669,957,1,35,'Applied “Draft 1”'),
(4670,1505,1,5,NULL),
(4671,957,1,36,'Applied “Draft 1”'),
(4672,963,1,44,'Applied “Draft 1”'),
(4673,1509,1,4,NULL),
(4674,963,1,45,'Applied “Draft 1”'),
(4675,969,1,28,'Applied “Draft 1”'),
(4676,1514,1,6,NULL),
(4677,975,1,26,'Applied “Draft 1”'),
(4678,1520,1,5,NULL),
(4679,975,1,27,'Applied “Draft 1”'),
(4680,1519,1,5,NULL),
(4681,975,1,28,'Applied “Draft 1”'),
(4682,981,1,22,'Applied “Draft 1”'),
(4683,1525,1,5,NULL),
(4684,981,1,23,'Applied “Draft 1”'),
(4685,1526,1,5,NULL),
(4686,981,1,24,'Applied “Draft 1”'),
(4687,989,1,27,'Applied “Draft 1”'),
(4688,995,1,23,'Applied “Draft 1”'),
(4689,999,1,24,'Applied “Draft 1”'),
(4690,11676,1,1,NULL),
(4691,999,1,25,'Applied “Draft 1”'),
(4692,1005,1,22,'Applied “Draft 1”'),
(4693,1011,1,32,'Applied “Draft 1”'),
(4694,9378,1,2,NULL),
(4695,1011,1,33,'Applied “Draft 1”'),
(4696,1017,1,27,''),
(4697,1023,1,34,'Applied “Draft 1”'),
(4698,1031,1,20,'Applied “Draft 1”'),
(4699,9393,1,2,NULL),
(4700,1035,1,27,'Applied “Draft 1”'),
(4701,1041,1,27,'Applied “Draft 1”'),
(4702,9400,1,2,NULL),
(4703,1041,1,28,'Applied “Draft 1”'),
(4704,1045,1,40,'Applied “Draft 1”'),
(4705,1051,1,31,''),
(4706,2891,1,5,'Applied “Draft 1”'),
(4707,963,1,46,'Applied “Draft 1”'),
(4708,1059,1,33,'Applied “Draft 1”'),
(4709,1591,1,4,NULL),
(4710,1059,1,34,''),
(4711,1067,1,21,'Applied “Draft 1”'),
(4712,1067,1,22,'Applied “Draft 1”'),
(4713,1596,1,4,NULL),
(4714,1067,1,23,'Applied “Draft 1”'),
(4715,1073,1,26,'Applied “Draft 1”'),
(4716,1079,1,26,'Applied “Draft 1”'),
(4717,1085,1,22,'Applied “Draft 1”'),
(4718,1611,1,5,NULL),
(4719,963,1,47,'Applied “Draft 1”'),
(4720,1255,1,52,'Applied “Draft 1”'),
(4721,945,1,44,'Applied “Draft 1”'),
(4722,2891,1,6,'Applied “Draft 1”'),
(4723,1085,1,23,'Applied “Draft 1”'),
(4724,1612,1,4,NULL),
(4725,1085,1,24,'Applied “Draft 1”'),
(4726,963,1,48,'Applied “Draft 1”'),
(4727,963,1,49,'Applied “Draft 1”'),
(4728,1091,1,20,'Applied “Draft 1”'),
(4729,1097,1,25,'Applied “Draft 1”'),
(4730,1103,1,22,'Applied “Draft 1”'),
(4731,1109,1,24,'Applied “Draft 1”'),
(4732,1632,1,4,NULL),
(4733,963,1,50,'Applied “Draft 1”'),
(4734,1109,1,25,'Applied “Draft 1”'),
(4735,995,1,24,'Applied “Draft 1”'),
(4736,1237,1,23,'Applied “Draft 1”'),
(4737,1023,1,35,'Applied “Draft 1”'),
(4738,963,1,51,'Applied “Draft 1”'),
(4739,1023,1,36,'Applied “Draft 1”'),
(4740,1117,1,25,'Applied “Draft 1”'),
(4741,963,1,52,'Applied “Draft 1”'),
(4742,963,1,53,'Applied “Draft 1”'),
(4743,963,1,54,'Applied “Draft 1”'),
(4744,963,1,55,'Applied “Draft 1”'),
(4745,1249,1,21,'Applied “Draft 1”'),
(4746,1103,1,23,'Applied “Draft 1”'),
(4747,1389,1,26,'Applied “Draft 1”'),
(4748,1023,1,37,'Applied “Draft 1”'),
(4749,1215,1,27,'Applied “Draft 1”'),
(4750,1255,1,53,'Applied “Draft 1”'),
(4751,1461,1,18,'Applied “Draft 1”'),
(4752,963,1,56,'Applied “Draft 1”'),
(4753,1079,1,27,'Applied “Draft 1”'),
(4754,1261,1,22,'Applied “Draft 1”'),
(4755,1477,1,32,'Applied “Draft 1”'),
(4756,1243,1,23,'Applied “Draft 1”'),
(4757,1407,1,19,'Applied “Draft 1”'),
(4758,2,1,121,'Applied “Draft 2”'),
(4759,2720,1,22,'Applied “Draft 1”'),
(4760,1209,1,22,'Applied “Draft 1”'),
(4761,1209,1,23,'Applied “Draft 1”'),
(4762,1177,1,44,'Applied “Draft 1”'),
(4763,1177,1,45,'Applied “Draft 1”'),
(4764,963,1,57,'Applied “Draft 1”'),
(4765,963,1,58,'Applied “Draft 1”'),
(4766,1177,1,46,'Applied “Draft 1”'),
(4767,963,1,59,'Applied “Draft 1”'),
(4768,1255,1,54,'Applied “Draft 1”'),
(4769,2,1,122,'Applied “Draft 2”'),
(4770,1165,1,36,'Applied “Draft 1”'),
(4771,1045,1,41,'Applied “Draft 1”'),
(4772,1171,1,29,'Applied “Draft 1”'),
(4773,1079,1,28,''),
(4774,1045,1,42,'Applied “Draft 1”'),
(4775,1171,1,30,'Applied “Draft 1”'),
(4776,945,1,45,'Applied “Draft 1”'),
(4777,951,1,37,'Applied “Draft 1”'),
(4778,1261,1,23,'Applied “Draft 1”'),
(4779,1261,1,24,'Applied “Draft 1”'),
(4780,1177,1,47,'Applied “Draft 1”'),
(4781,2720,1,23,'Applied “Draft 1”'),
(4782,1051,1,32,'Applied “Draft 1”'),
(4783,1051,1,33,'Applied “Draft 1”'),
(4784,1185,1,28,'Applied “Draft 1”'),
(4785,1353,1,40,'Applied “Draft 1”'),
(4786,1059,1,35,'Applied “Draft 1”'),
(4787,1269,1,19,'Applied “Draft 1”'),
(4788,969,1,29,'Applied “Draft 1”'),
(4789,1277,1,21,'Applied “Draft 1”'),
(4790,1191,1,30,'Applied “Draft 1”'),
(4791,1419,1,24,'Applied “Draft 1”'),
(4792,1413,1,22,'Applied “Draft 1”'),
(4793,1425,1,17,'Applied “Draft 1”'),
(4794,1359,1,30,'Applied “Draft 1”'),
(4795,1365,1,23,'Applied “Draft 1”'),
(4796,975,1,29,'Applied “Draft 1”'),
(4797,1067,1,24,'Applied “Draft 1”'),
(4798,1431,1,32,'Applied “Draft 1”'),
(4799,1283,1,30,'Applied “Draft 1”'),
(4800,2712,1,20,'Applied “Draft 1”'),
(4801,1197,1,23,'Applied “Draft 1”'),
(4802,1201,1,23,'Applied “Draft 1”'),
(4803,1289,1,21,'Applied “Draft 1”'),
(4804,981,1,25,'Applied “Draft 1”'),
(4805,1073,1,27,'Applied “Draft 1”'),
(4806,1215,1,28,'Applied “Draft 1”'),
(4807,1395,1,25,'Applied “Draft 1”'),
(4808,989,1,28,'Applied “Draft 1”'),
(4809,1309,1,18,'Applied “Draft 1”'),
(4810,995,1,25,''),
(4811,1473,1,27,'Applied “Draft 1”'),
(4812,1219,1,19,'Applied “Draft 1”'),
(4813,1401,1,19,'Applied “Draft 1”'),
(4814,999,1,26,'Applied “Draft 1”'),
(4815,1085,1,25,'Applied “Draft 1”'),
(4816,1225,1,25,'Applied “Draft 1”'),
(4817,1005,1,23,'Applied “Draft 1”'),
(4818,1315,1,22,'Applied “Draft 1”'),
(4819,1383,1,21,'Applied “Draft 1”'),
(4820,1323,1,21,'Applied “Draft 1”'),
(4821,1011,1,34,'Applied “Draft 1”'),
(4822,1091,1,21,'Applied “Draft 1”'),
(4823,1097,1,26,'Applied “Draft 1”'),
(4824,1231,1,21,'Applied “Draft 1”'),
(4825,1103,1,24,'Applied “Draft 1”'),
(4826,1237,1,24,'Applied “Draft 1”'),
(4827,1329,1,26,'Applied “Draft 1”'),
(4828,1481,1,38,'Applied “Draft 1”'),
(4829,1017,1,28,'Applied “Draft 1”'),
(4830,1023,1,38,'Applied “Draft 1”'),
(4831,1337,1,18,'Applied “Draft 1”'),
(4832,1109,1,26,'Applied “Draft 1”'),
(4833,1117,1,26,'Applied “Draft 1”'),
(4834,1035,1,28,'Applied “Draft 1”'),
(4835,1041,1,29,'Applied “Draft 1”'),
(4836,1249,1,22,'Applied “Draft 1”'),
(4837,1123,1,36,'Applied “Draft 1”'),
(4838,1129,1,25,'Applied “Draft 1”'),
(4839,1141,1,13,'Applied “Draft 1”'),
(4840,1143,1,27,'Applied “Draft 1”'),
(4841,1177,1,48,'Applied “Draft 1”'),
(4842,2880,1,15,NULL),
(4843,1255,1,55,'Applied “Draft 1”'),
(4844,2,1,123,'Applied “Draft 2”'),
(4845,1165,1,37,'Applied “Draft 1”'),
(4846,2,1,124,'Applied “Draft 2”'),
(4847,1165,1,38,'Applied “Draft 1”'),
(4848,1171,1,31,'Applied “Draft 1”'),
(4849,945,1,46,'Applied “Draft 1”'),
(4850,1171,1,32,'Applied “Draft 1”'),
(4851,957,1,37,'Applied “Draft 1”'),
(4852,1185,1,29,'Applied “Draft 1”'),
(4853,1353,1,41,'Applied “Draft 1”'),
(4854,1261,1,25,'Applied “Draft 1”'),
(4855,969,1,30,'Applied “Draft 1”'),
(4856,1191,1,31,'Applied “Draft 1”'),
(4857,1277,1,22,'Applied “Draft 1”'),
(4858,975,1,30,'Applied “Draft 1”'),
(4859,1067,1,25,'Applied “Draft 1”'),
(4860,1197,1,24,'Applied “Draft 1”'),
(4861,1209,1,24,'Applied “Draft 1”'),
(4862,981,1,26,'Applied “Draft 1”'),
(4863,1215,1,29,'Applied “Draft 1”'),
(4864,1395,1,26,'Applied “Draft 1”'),
(4865,989,1,29,'Applied “Draft 1”'),
(4866,995,1,26,'Applied “Draft 1”'),
(4867,1219,1,20,'Applied “Draft 1”'),
(4868,1079,1,29,'Applied “Draft 1”'),
(4869,1401,1,20,'Applied “Draft 1”'),
(4870,999,1,27,'Applied “Draft 1”'),
(4871,1085,1,26,'Applied “Draft 1”'),
(4872,1225,1,26,'Applied “Draft 1”'),
(4873,1011,1,35,'Applied “Draft 1”'),
(4874,1097,1,27,'Applied “Draft 1”'),
(4875,1231,1,22,'Applied “Draft 1”'),
(4876,1103,1,25,'Applied “Draft 1”'),
(4877,1237,1,25,'Applied “Draft 1”'),
(4878,1243,1,24,'Applied “Draft 1”'),
(4879,1017,1,29,'Applied “Draft 1”'),
(4880,1023,1,39,'Applied “Draft 1”'),
(4881,1109,1,27,'Applied “Draft 1”'),
(4882,1117,1,27,'Applied “Draft 1”'),
(4883,1041,1,30,'Applied “Draft 1”'),
(4884,1123,1,37,'Applied “Draft 1”'),
(4885,1143,1,28,'Applied “Draft 1”'),
(4886,2,1,125,'Applied “Draft 2”'),
(4887,1141,1,14,'Applied “Draft 1”'),
(4888,945,1,47,'Applied “Draft 1”'),
(4889,957,1,38,'Applied “Draft 1”'),
(4890,963,1,60,'Applied “Draft 1”'),
(4891,969,1,31,'Applied “Draft 1”'),
(4892,975,1,31,'Applied “Draft 1”'),
(4893,981,1,27,'Applied “Draft 1”'),
(4894,989,1,30,'Applied “Draft 1”'),
(4895,995,1,27,'Applied “Draft 1”'),
(4896,999,1,28,'Applied “Draft 1”'),
(4897,1005,1,24,'Applied “Draft 1”'),
(4898,1011,1,36,'Applied “Draft 1”'),
(4899,1017,1,30,'Applied “Draft 1”'),
(4900,1023,1,40,'Applied “Draft 1”'),
(4901,1035,1,29,'Applied “Draft 1”'),
(4902,1041,1,31,'Applied “Draft 1”'),
(4903,1255,1,56,'Applied “Draft 1”'),
(4904,1395,1,27,'Applied “Draft 1”'),
(4905,1261,1,26,'Applied “Draft 1”'),
(4906,1261,1,27,'Applied “Draft 1”'),
(4907,1395,1,28,'Applied “Draft 1”'),
(4908,1269,1,20,'Applied “Draft 1”'),
(4909,1277,1,23,'Applied “Draft 1”'),
(4910,1283,1,31,'Applied “Draft 1”'),
(4911,1289,1,22,'Applied “Draft 1”'),
(4912,1395,1,29,'Applied “Draft 1”'),
(4913,1297,1,20,'Applied “Draft 1”'),
(4914,1303,1,24,'Applied “Draft 1”'),
(4915,1395,1,30,'Applied “Draft 1”'),
(4916,1309,1,19,'Applied “Draft 1”'),
(4917,1315,1,23,'Applied “Draft 1”'),
(4918,1323,1,22,'Applied “Draft 1”'),
(4919,1329,1,27,'Applied “Draft 1”'),
(4920,1337,1,19,'Applied “Draft 1”'),
(4921,1343,1,17,'Applied “Draft 1”'),
(4922,1349,1,23,'Applied “Draft 1”'),
(4923,2720,1,24,'Applied “Draft 1”'),
(4924,1117,1,28,'Applied “Draft 1”'),
(4925,1639,1,6,NULL),
(4926,1353,1,42,'Applied “Draft 1”'),
(4927,1117,1,29,'Applied “Draft 1”'),
(4928,1359,1,31,'Applied “Draft 1”'),
(4929,1365,1,24,'Applied “Draft 1”'),
(4930,2712,1,21,'Applied “Draft 1”'),
(4931,1123,1,38,'Applied “Draft 1”'),
(4932,1371,1,26,'Applied “Draft 1”'),
(4933,1377,1,26,'Applied “Draft 1”'),
(4934,1383,1,22,'Applied “Draft 1”'),
(4935,1389,1,27,'Applied “Draft 1”'),
(4936,1395,1,31,'Applied “Draft 1”'),
(4937,1401,1,21,'Applied “Draft 1”'),
(4938,1407,1,20,'Applied “Draft 1”'),
(4939,1413,1,23,'Applied “Draft 1”'),
(4940,1045,1,43,'Applied “Draft 1”'),
(4941,1051,1,34,'Applied “Draft 1”'),
(4942,1059,1,36,'Applied “Draft 1”'),
(4943,1067,1,26,'Applied “Draft 1”'),
(4944,1079,1,30,'Applied “Draft 1”'),
(4945,1085,1,27,'Applied “Draft 1”'),
(4946,1091,1,22,'Applied “Draft 1”'),
(4947,1097,1,28,'Applied “Draft 1”'),
(4948,1103,1,26,'Applied “Draft 1”'),
(4949,1109,1,28,'Applied “Draft 1”'),
(4950,1117,1,30,'Applied “Draft 1”'),
(4951,1129,1,26,'Applied “Draft 1”'),
(4952,1123,1,39,'Applied “Draft 1”'),
(4953,1143,1,29,'Applied “Draft 1”'),
(4954,1149,1,19,'Applied “Draft 1”'),
(4955,1155,1,18,'Applied “Draft 1”'),
(4956,1419,1,25,'Applied “Draft 1”'),
(4957,1425,1,18,'Applied “Draft 1”'),
(4958,1431,1,33,'Applied “Draft 1”'),
(4959,1443,1,20,'Applied “Draft 1”'),
(4960,1449,1,25,'Applied “Draft 1”'),
(4961,1455,1,19,'Applied “Draft 1”'),
(4962,1461,1,19,'Applied “Draft 1”'),
(4963,1467,1,21,'Applied “Draft 1”'),
(4964,1129,1,27,'Applied “Draft 1”'),
(4965,12476,1,1,NULL),
(4966,1129,1,28,'Applied “Draft 1”'),
(4967,1135,1,26,'Applied “Draft 1”'),
(4968,1143,1,30,'Applied “Draft 1”'),
(4969,1143,1,31,'Applied “Draft 1”'),
(4970,1237,1,26,'Applied “Draft 1”'),
(4971,1249,1,23,'Applied “Draft 1”'),
(4972,1185,1,30,'Applied “Draft 1”'),
(4973,1161,1,35,'Applied “Draft 1”'),
(4974,1165,1,39,'Applied “Draft 1”'),
(4975,1171,1,33,'Applied “Draft 1”'),
(4976,1177,1,49,'Applied “Draft 1”'),
(4977,1191,1,32,'Applied “Draft 1”'),
(4978,1177,1,50,'Applied “Draft 1”'),
(4979,1197,1,25,'Applied “Draft 1”'),
(4980,8812,1,2,NULL),
(4981,1177,1,51,'Applied “Draft 1”'),
(4982,1177,1,52,'Applied “Draft 1”'),
(4983,1177,1,53,'Applied “Draft 1”'),
(4984,1197,1,26,'Applied “Draft 1”'),
(4985,1201,1,24,'Applied “Draft 1”'),
(4986,1177,1,54,'Applied “Draft 1”'),
(4987,1209,1,25,'Applied “Draft 1”'),
(4988,1215,1,30,'Applied “Draft 1”'),
(4989,1719,1,4,NULL),
(4990,8894,1,2,NULL),
(4991,1219,1,21,'Applied “Draft 1”'),
(4992,1225,1,27,'Applied “Draft 1”'),
(4993,1727,1,4,NULL),
(4994,1728,1,4,NULL),
(4995,1225,1,28,'Applied “Draft 1”'),
(4996,1231,1,23,'Applied “Draft 1”'),
(4997,1237,1,27,'Applied “Draft 1”'),
(4998,1243,1,25,'Applied “Draft 1”'),
(4999,1249,1,24,'Applied “Draft 1”'),
(5000,1747,1,4,NULL),
(5001,1748,1,5,NULL),
(5002,1073,1,28,'Applied “Draft 1”'),
(5003,1073,1,29,''),
(5004,1073,1,30,'Applied “Draft 1”'),
(5005,1135,1,27,'Applied “Draft 1”'),
(5006,1437,1,32,'Applied “Draft 1”'),
(5007,1481,1,39,'Applied “Draft 1”'),
(5008,1941,1,5,NULL),
(5009,1477,1,33,'Applied “Draft 1”'),
(5010,1473,1,28,'Applied “Draft 1”'),
(5011,1935,1,5,NULL),
(5012,1473,1,29,'Applied “Draft 1”'),
(5013,1419,1,26,'Applied “Draft 1”'),
(5014,1425,1,19,'Applied “Draft 1”'),
(5015,2622,1,3,'Applied “Draft 1”'),
(5016,1431,1,34,'Applied “Draft 1”'),
(5017,1900,1,4,NULL),
(5018,1901,1,6,NULL),
(5019,1437,1,33,'Applied “Draft 1”'),
(5020,1443,1,21,'Applied “Draft 1”'),
(5021,1449,1,26,''),
(5022,1455,1,20,'Applied “Draft 1”'),
(5023,1461,1,20,''),
(5024,1467,1,22,'Applied “Draft 1”'),
(5025,2720,1,25,'Applied “Draft 1”'),
(5026,6391,1,2,NULL),
(5027,8897,1,2,NULL),
(5028,1041,1,32,'Applied “Draft 1”'),
(5029,1035,1,30,'Applied “Draft 1”'),
(5030,2720,1,26,'Applied “Draft 1”'),
(5031,1353,1,43,'Applied “Draft 1”'),
(5032,1835,1,4,NULL),
(5033,1073,1,31,'Applied “Draft 1”'),
(5034,1135,1,28,'Applied “Draft 1”'),
(5035,1353,1,44,'Applied “Draft 1”'),
(5036,1836,1,4,NULL),
(5037,1359,1,32,'Applied “Draft 1”'),
(5038,1841,1,6,NULL),
(5039,1371,1,27,'Applied “Draft 1”'),
(5040,1850,1,5,NULL),
(5041,1371,1,28,'Applied “Draft 1”'),
(5042,1851,1,4,NULL),
(5043,1377,1,27,'Applied “Draft 1”'),
(5044,1855,1,5,NULL),
(5045,1856,1,5,NULL),
(5046,4403,1,3,''),
(5047,1073,1,32,'Applied “Draft 1”'),
(5048,1383,1,23,'Applied “Draft 1”'),
(5049,1395,1,32,'Applied “Draft 1”'),
(5050,1401,1,22,'Applied “Draft 1”'),
(5051,1875,1,4,NULL),
(5052,1407,1,21,'Applied “Draft 1”'),
(5053,1413,1,24,'Applied “Draft 1”'),
(5054,1481,1,40,'Applied “Draft 1”'),
(5055,1431,1,35,'Applied “Draft 1”'),
(5056,1901,1,7,NULL),
(5057,2614,1,2,'Applied “Draft 1”'),
(5058,1073,1,33,'Applied “Draft 1”'),
(5059,1073,1,34,'Applied “Draft 1”'),
(5060,1419,1,27,'Applied “Draft 1”'),
(5061,1419,1,28,'Applied “Draft 1”'),
(5062,1890,1,4,NULL),
(5063,1419,1,29,''),
(5064,1023,1,41,'Applied “Draft 1”'),
(5065,1560,1,5,NULL),
(5066,1255,1,57,'Applied “Draft 1”'),
(5067,1261,1,28,'Applied “Draft 1”'),
(5068,1269,1,21,'Applied “Draft 1”'),
(5069,1277,1,24,''),
(5070,1283,1,32,'Applied “Draft 1”'),
(5071,1289,1,23,'Applied “Draft 1”'),
(5072,1297,1,21,''),
(5073,1303,1,25,'Applied “Draft 1”'),
(5074,1309,1,20,'Applied “Draft 1”'),
(5075,1315,1,24,'Applied “Draft 1”'),
(5076,1323,1,23,'Applied “Draft 1”'),
(5077,1811,1,5,NULL),
(5078,1323,1,24,'Applied “Draft 1”'),
(5079,1329,1,28,'Applied “Draft 1”'),
(5080,8872,1,2,NULL),
(5081,1337,1,20,'Applied “Draft 1”'),
(5082,1343,1,18,'Applied “Draft 1”'),
(5083,1349,1,24,'Applied “Draft 1”'),
(5084,9121,1,2,NULL),
(5085,1023,1,42,''),
(5086,1031,1,21,'Applied “Draft 1”'),
(5087,9393,1,3,NULL),
(5088,945,1,48,'Applied “Draft 1”'),
(5089,1323,1,25,'Applied “Draft 1”'),
(5090,1811,1,6,NULL),
(5091,1171,1,34,'Applied “Draft 1”'),
(5092,1683,1,5,NULL),
(5093,945,1,49,'Applied “Draft 1”'),
(5094,2,1,126,'Applied “Draft 2”'),
(5095,1487,1,8,NULL),
(5096,981,1,28,'Applied “Draft 1”'),
(5097,2,1,127,'Applied “Draft 2”'),
(5098,1487,1,9,NULL),
(5099,945,1,50,'Applied “Draft 1”'),
(5100,969,1,32,'Applied “Draft 1”'),
(5101,2,1,128,'Applied “Draft 2”'),
(5102,2,1,129,'Applied “Draft 2”'),
(5103,945,1,51,'Applied “Draft 1”'),
(5104,945,1,52,'Applied “Draft 1”'),
(5105,957,1,39,'Applied “Draft 1”'),
(5106,957,1,40,'Applied “Draft 1”'),
(5107,963,1,61,'Applied “Draft 1”'),
(5108,969,1,33,'Applied “Draft 1”'),
(5109,975,1,32,'Applied “Draft 1”'),
(5110,975,1,33,'Applied “Draft 1”'),
(5111,975,1,34,'Applied “Draft 1”'),
(5112,981,1,29,'Applied “Draft 1”'),
(5113,2,1,130,'Applied “Draft 2”'),
(5114,945,1,53,'Applied “Draft 1”'),
(5115,957,1,41,'Applied “Draft 1”'),
(5116,963,1,62,'Applied “Draft 1”'),
(5117,969,1,34,'Applied “Draft 1”'),
(5118,975,1,35,'Applied “Draft 1”'),
(5119,981,1,30,'Applied “Draft 1”'),
(5120,989,1,31,'Applied “Draft 1”'),
(5121,995,1,28,'Applied “Draft 1”'),
(5122,999,1,29,'Applied “Draft 1”'),
(5123,1005,1,25,'Applied “Draft 1”'),
(5124,1011,1,37,'Applied “Draft 1”'),
(5125,1017,1,31,'Applied “Draft 1”'),
(5126,1023,1,43,'Applied “Draft 1”'),
(5127,1035,1,31,'Applied “Draft 1”'),
(5128,1041,1,33,'Applied “Draft 1”'),
(5129,975,1,36,'Applied “Draft 1”'),
(5130,1143,1,32,'Applied “Draft 1”'),
(5131,1141,1,15,'Applied “Draft 1”'),
(5132,1135,1,29,'Applied “Draft 1”'),
(5133,1349,1,25,'Applied “Draft 1”'),
(5134,1129,1,29,'Applied “Draft 1”'),
(5135,1123,1,40,'Applied “Draft 1”'),
(5136,1249,1,25,'Applied “Draft 1”'),
(5137,1041,1,34,'Applied “Draft 1”'),
(5138,1035,1,32,'Applied “Draft 1”'),
(5139,1031,1,22,'Applied “Draft 1”'),
(5140,1473,1,30,'Applied “Draft 1”'),
(5141,1117,1,31,'Applied “Draft 1”'),
(5142,1109,1,29,'Applied “Draft 1”'),
(5143,1343,1,19,'Applied “Draft 1”'),
(5144,1407,1,22,'Applied “Draft 1”'),
(5145,1109,1,30,'Applied “Draft 1”'),
(5146,945,1,54,'Applied “Draft 1”'),
(5147,945,1,55,'Applied “Draft 1”'),
(5148,945,1,56,'Applied “Draft 1”'),
(5149,945,1,57,'Applied “Draft 1”'),
(5150,945,1,58,'Applied “Draft 1”'),
(5151,1143,1,33,'Applied “Draft 1”'),
(5152,945,1,59,'Applied “Draft 1”'),
(5153,15095,1,1,NULL),
(5154,1141,1,16,NULL),
(5155,945,1,60,'Applied “Draft 1”'),
(5156,1135,1,30,'Applied “Draft 1”'),
(5157,1349,1,26,'Applied “Draft 1”'),
(5158,1129,1,30,'Applied “Draft 1”'),
(5159,1123,1,41,'Applied “Draft 1”'),
(5160,945,1,61,'Applied “Draft 1”'),
(5161,945,1,62,'Applied “Draft 1”'),
(5162,1249,1,26,'Applied “Draft 1”'),
(5163,1041,1,35,'Applied “Draft 1”'),
(5164,1035,1,33,'Applied “Draft 1”'),
(5165,1031,1,23,'Applied “Draft 1”'),
(5166,1481,1,41,'Applied “Draft 1”'),
(5167,1473,1,31,'Applied “Draft 1”'),
(5168,945,1,63,'Applied “Draft 1”'),
(5169,1117,1,32,'Applied “Draft 1”'),
(5170,1109,1,31,'Applied “Draft 1”'),
(5171,1343,1,20,'Applied “Draft 1”'),
(5172,1407,1,23,'Applied “Draft 1”'),
(5173,1337,1,21,'Applied “Draft 1”'),
(5174,1023,1,44,'Applied “Draft 1”'),
(5175,1017,1,32,'Applied “Draft 1”'),
(5176,1481,1,42,'Applied “Draft 1”'),
(5177,1329,1,29,'Applied “Draft 1”'),
(5178,1389,1,28,'Applied “Draft 1”'),
(5179,1243,1,26,'Applied “Draft 1”'),
(5180,1237,1,28,'Applied “Draft 1”'),
(5181,1103,1,27,'Applied “Draft 1”'),
(5182,1231,1,24,'Applied “Draft 1”'),
(5183,1097,1,29,'Applied “Draft 1”'),
(5184,1091,1,23,'Applied “Draft 1”'),
(5185,1011,1,38,'Applied “Draft 1”'),
(5186,1323,1,26,'Applied “Draft 1”'),
(5187,1383,1,24,'Applied “Draft 1”'),
(5188,1315,1,25,'Applied “Draft 1”'),
(5189,1005,1,26,'Applied “Draft 1”'),
(5190,1225,1,29,'Applied “Draft 1”'),
(5191,1467,1,23,'Applied “Draft 1”'),
(5192,1461,1,21,'Applied “Draft 1”'),
(5193,1085,1,28,'Applied “Draft 1”'),
(5194,1477,1,34,'Applied “Draft 1”'),
(5195,999,1,30,'Applied “Draft 1”'),
(5196,1401,1,23,'Applied “Draft 1”'),
(5197,1377,1,28,'Applied “Draft 1”'),
(5198,1079,1,31,'Applied “Draft 1”'),
(5199,1219,1,22,'Applied “Draft 1”'),
(5200,995,1,29,'Applied “Draft 1”'),
(5201,1309,1,21,'Applied “Draft 1”'),
(5202,989,1,32,'Applied “Draft 1”'),
(5203,1455,1,21,'Applied “Draft 1”'),
(5204,1449,1,27,'Applied “Draft 1”'),
(5205,1371,1,29,'Applied “Draft 1”'),
(5206,1395,1,33,'Applied “Draft 1”'),
(5207,1215,1,31,'Applied “Draft 1”'),
(5208,1303,1,26,'Applied “Draft 1”'),
(5209,1073,1,35,'Applied “Draft 1”'),
(5210,981,1,31,'Applied “Draft 1”'),
(5211,1297,1,22,'Applied “Draft 1”'),
(5212,1289,1,24,'Applied “Draft 1”'),
(5213,1209,1,26,'Applied “Draft 1”'),
(5214,1443,1,22,'Applied “Draft 1”'),
(5215,1201,1,25,'Applied “Draft 1”'),
(5216,1197,1,27,'Applied “Draft 1”'),
(5217,2712,1,22,'Applied “Draft 1”'),
(5218,1283,1,33,'Applied “Draft 1”'),
(5219,1437,1,34,'Applied “Draft 1”'),
(5220,1437,1,35,''),
(5221,1431,1,36,'Applied “Draft 1”'),
(5222,1067,1,27,'Applied “Draft 1”'),
(5223,975,1,37,'Applied “Draft 1”'),
(5224,1365,1,25,'Applied “Draft 1”'),
(5225,1359,1,33,'Applied “Draft 1”'),
(5226,1425,1,20,'Applied “Draft 1”'),
(5227,1413,1,25,'Applied “Draft 1”'),
(5228,1419,1,30,'Applied “Draft 1”'),
(5229,1191,1,33,'Applied “Draft 1”'),
(5230,1277,1,25,'Applied “Draft 1”'),
(5231,969,1,35,'Applied “Draft 1”'),
(5232,1269,1,22,'Applied “Draft 1”'),
(5233,1059,1,37,'Applied “Draft 1”'),
(5234,1353,1,45,'Applied “Draft 1”'),
(5235,1161,1,36,'Applied “Draft 1”'),
(5236,1185,1,31,'Applied “Draft 1”'),
(5237,1051,1,35,'Applied “Draft 1”'),
(5238,2720,1,27,'Applied “Draft 1”'),
(5239,963,1,63,'Applied “Draft 1”'),
(5240,957,1,42,'Applied “Draft 1”'),
(5241,1177,1,55,'Applied “Draft 1”'),
(5242,1261,1,29,'Applied “Draft 1”'),
(5243,951,1,38,'Applied “Draft 1”'),
(5244,945,1,64,''),
(5245,1171,1,35,'Applied “Draft 1”'),
(5246,1045,1,44,'Applied “Draft 1”'),
(5247,1165,1,40,'Applied “Draft 1”'),
(5248,2,1,131,'Applied “Draft 2”'),
(5249,1255,1,58,'Applied “Draft 1”'),
(5250,1467,1,24,'Applied “Draft 1”'),
(5251,1481,1,43,'Applied “Draft 1”'),
(5252,1481,1,44,'Applied “Draft 1”'),
(5253,1481,1,45,'Applied “Draft 1”'),
(5254,1481,1,46,'Applied “Draft 1”'),
(5255,1481,1,47,'Applied “Draft 1”'),
(5256,1449,1,28,'Applied “Draft 1”'),
(5257,1449,1,29,'Applied “Draft 1”'),
(5258,1449,1,30,'Applied “Draft 1”'),
(5259,963,1,64,'Applied “Draft 1”'),
(5260,1449,1,31,'Applied “Draft 1”'),
(5261,1449,1,32,'Applied “Draft 1”'),
(5262,1481,1,48,'Applied “Draft 1”'),
(5263,1477,1,35,'Applied “Draft 1”'),
(5264,1473,1,32,'Applied “Draft 1”'),
(5265,1437,1,36,'Applied “Draft 1”'),
(5266,1255,1,59,'Applied “Draft 1”'),
(5267,1449,1,33,'Applied “Draft 1”'),
(5268,945,1,65,'Applied “Draft 1”'),
(5269,981,1,32,'Applied “Draft 1”'),
(5270,2,1,132,'Applied “Draft 2”'),
(5271,2,1,133,'Applied “Draft 2”'),
(5272,945,1,66,'Applied “Draft 1”'),
(5273,957,1,43,'Applied “Draft 1”'),
(5274,957,1,44,'Applied “Draft 1”'),
(5275,963,1,65,'Applied “Draft 1”'),
(5276,963,1,66,'Applied “Draft 1”'),
(5277,969,1,36,'Applied “Draft 1”'),
(5278,969,1,37,'Applied “Draft 1”'),
(5279,975,1,38,'Applied “Draft 1”'),
(5280,975,1,39,'Applied “Draft 1”'),
(5281,981,1,33,'Applied “Draft 1”'),
(5282,981,1,34,'Applied “Draft 1”'),
(5283,989,1,33,'Applied “Draft 1”'),
(5284,995,1,30,'Applied “Draft 1”'),
(5285,999,1,31,'Applied “Draft 1”'),
(5286,1005,1,27,'Applied “Draft 1”'),
(5287,1005,1,28,'Applied “Draft 1”'),
(5288,1011,1,39,'Applied “Draft 1”'),
(5289,1017,1,33,'Applied “Draft 1”'),
(5290,1023,1,45,'Applied “Draft 1”'),
(5291,1031,1,24,'Applied “Draft 1”'),
(5292,1035,1,34,'Applied “Draft 1”'),
(5293,1041,1,36,'Applied “Draft 1”'),
(5294,1045,1,45,'Applied “Draft 1”'),
(5295,1051,1,36,'Applied “Draft 1”'),
(5296,1059,1,38,'Applied “Draft 1”'),
(5297,1067,1,28,'Applied “Draft 1”'),
(5298,1073,1,36,'Applied “Draft 1”'),
(5299,1079,1,32,'Applied “Draft 1”'),
(5300,1079,1,33,'Applied “Draft 1”'),
(5301,1079,1,34,'Applied “Draft 1”'),
(5302,1085,1,29,'Applied “Draft 1”'),
(5303,1085,1,30,''),
(5304,1091,1,24,'Applied “Draft 1”'),
(5305,1097,1,30,'Applied “Draft 1”'),
(5306,1103,1,28,'Applied “Draft 1”'),
(5307,1109,1,32,'Applied “Draft 1”'),
(5308,1117,1,33,'Applied “Draft 1”'),
(5309,1123,1,42,'Applied “Draft 1”'),
(5310,1129,1,31,'Applied “Draft 1”'),
(5311,1135,1,31,'Applied “Draft 1”'),
(5312,1143,1,34,'Applied “Draft 1”'),
(5313,2720,1,28,'Applied “Draft 1”'),
(5314,2720,1,29,'Applied “Draft 1”'),
(5315,1353,1,46,'Applied “Draft 1”'),
(5316,1413,1,26,'Applied “Draft 1”'),
(5317,1359,1,34,'Applied “Draft 1”'),
(5318,1365,1,26,'Applied “Draft 1”'),
(5319,2712,1,23,'Applied “Draft 1”'),
(5320,1395,1,34,'Applied “Draft 1”'),
(5321,1371,1,30,'Applied “Draft 1”'),
(5322,1377,1,29,'Applied “Draft 1”'),
(5323,1401,1,24,'Applied “Draft 1”'),
(5324,1383,1,25,'Applied “Draft 1”'),
(5325,1389,1,29,'Applied “Draft 1”'),
(5326,995,1,31,'Applied “Draft 1”'),
(5327,9367,1,2,NULL),
(5328,995,1,32,''),
(5329,1407,1,24,'Applied “Draft 1”'),
(5330,1477,1,36,'Applied “Draft 1”'),
(5331,1481,1,49,'Applied “Draft 1”'),
(5332,1473,1,33,'Applied “Draft 1”'),
(5333,1419,1,31,'Applied “Draft 1”'),
(5334,1425,1,21,'Applied “Draft 1”'),
(5335,1431,1,37,'Applied “Draft 1”'),
(5336,1443,1,23,'Applied “Draft 1”'),
(5337,1449,1,34,'Applied “Draft 1”'),
(5338,1455,1,22,'Applied “Draft 1”'),
(5339,1461,1,22,'Applied “Draft 1”'),
(5340,1467,1,25,'Applied “Draft 1”'),
(5341,1165,1,41,'Applied “Draft 1”'),
(5342,1171,1,36,'Applied “Draft 1”'),
(5343,1171,1,37,'Applied “Draft 1”'),
(5344,1177,1,56,'Applied “Draft 1”'),
(5345,1177,1,57,'Applied “Draft 1”'),
(5346,1185,1,32,'Applied “Draft 1”'),
(5347,1191,1,34,'Applied “Draft 1”'),
(5348,1197,1,28,'Applied “Draft 1”'),
(5349,1197,1,29,'Applied “Draft 1”'),
(5350,1201,1,26,'Applied “Draft 1”'),
(5351,1209,1,27,'Applied “Draft 1”'),
(5352,1215,1,32,'Applied “Draft 1”'),
(5353,1219,1,23,'Applied “Draft 1”'),
(5354,1225,1,30,'Applied “Draft 1”'),
(5355,1231,1,25,'Applied “Draft 1”'),
(5356,1237,1,29,'Applied “Draft 1”'),
(5357,1243,1,27,'Applied “Draft 1”'),
(5358,1249,1,27,'Applied “Draft 1”'),
(5359,1255,1,60,'Applied “Draft 1”'),
(5360,1261,1,30,'Applied “Draft 1”'),
(5361,1269,1,23,''),
(5362,1277,1,26,'Applied “Draft 1”'),
(5363,1283,1,34,'Applied “Draft 1”'),
(5364,1289,1,25,'Applied “Draft 1”'),
(5365,1297,1,23,'Applied “Draft 1”'),
(5366,1303,1,27,'Applied “Draft 1”'),
(5367,1303,1,28,'Applied “Draft 1”'),
(5368,1309,1,22,'Applied “Draft 1”'),
(5369,1315,1,26,'Applied “Draft 1”'),
(5370,1323,1,27,'Applied “Draft 1”'),
(5371,1329,1,30,''),
(5372,1337,1,22,'Applied “Draft 1”'),
(5373,1343,1,21,'Applied “Draft 1”'),
(5374,1349,1,27,'Applied “Draft 1”'),
(5375,951,1,39,'Applied “Draft 1”'),
(5376,951,1,40,'Applied “Draft 1”'),
(5377,1161,1,37,'Applied “Draft 1”'),
(5378,1161,1,38,'Applied “Draft 1”'),
(5379,1161,1,39,'Applied “Draft 1”'),
(5380,1437,1,37,'Applied “Draft 1”'),
(5381,1255,1,61,'Applied “Draft 1”'),
(5382,2,1,134,'Applied “Draft 2”'),
(5383,2945,1,3,NULL),
(5384,2,1,135,'Applied “Draft 2”'),
(5385,2945,1,4,NULL),
(5386,945,1,67,'Applied “Draft 1”'),
(5387,15942,1,1,NULL),
(5388,945,1,68,'Applied “Draft 1”'),
(5389,945,1,69,'Applied “Draft 1”'),
(5390,951,1,41,'Applied “Draft 1”'),
(5391,957,1,45,'Applied “Draft 1”'),
(5392,15961,1,1,NULL),
(5393,957,1,46,'Applied “Draft 1”'),
(5394,951,1,42,'Applied “Draft 1”'),
(5395,5681,1,3,NULL),
(5396,951,1,43,'Applied “Draft 1”'),
(5397,951,1,44,'Applied “Draft 1”'),
(5398,963,1,67,'Applied “Draft 1”'),
(5399,15984,1,1,NULL),
(5400,963,1,68,'Applied “Draft 1”'),
(5401,963,1,69,'Applied “Draft 1”'),
(5402,969,1,38,'Applied “Draft 1”'),
(5403,15998,1,1,NULL),
(5404,969,1,39,'Applied “Draft 1”'),
(5405,5774,1,2,NULL),
(5406,969,1,40,'Applied “Draft 1”'),
(5407,15998,1,2,NULL),
(5408,975,1,40,'Applied “Draft 1”'),
(5409,16021,1,1,NULL),
(5410,975,1,41,'Applied “Draft 1”'),
(5411,5798,1,2,NULL),
(5412,975,1,42,'Applied “Draft 1”'),
(5413,16021,1,2,NULL),
(5414,981,1,35,'Applied “Draft 1”'),
(5415,16039,1,1,NULL),
(5416,981,1,36,'Applied “Draft 1”'),
(5417,989,1,34,'Applied “Draft 1”'),
(5418,16049,1,1,NULL),
(5419,989,1,35,'Applied “Draft 1”'),
(5420,995,1,33,'Applied “Draft 1”'),
(5421,16062,1,1,NULL),
(5422,16063,1,1,NULL),
(5423,995,1,34,'Applied “Draft 1”'),
(5424,16063,1,2,NULL),
(5425,999,1,32,'Applied “Draft 1”'),
(5426,16076,1,1,NULL),
(5427,999,1,33,'Applied “Draft 1”'),
(5428,5894,1,2,NULL),
(5429,999,1,34,'Applied “Draft 1”'),
(5430,16076,1,2,NULL),
(5431,1005,1,29,'Applied “Draft 1”'),
(5432,16096,1,1,NULL),
(5433,16097,1,1,NULL),
(5434,1005,1,30,'Applied “Draft 1”'),
(5435,16096,1,2,NULL),
(5436,1005,1,31,'Applied “Draft 1”'),
(5437,1011,1,40,'Applied “Draft 1”'),
(5438,16110,1,1,NULL),
(5439,1011,1,41,'Applied “Draft 1”'),
(5440,2,1,136,'Applied “Draft 2”'),
(5441,2945,1,5,NULL),
(5442,1011,1,42,'Applied “Draft 1”'),
(5443,16110,1,2,NULL),
(5444,1011,1,43,'Applied “Draft 1”'),
(5445,16110,1,3,NULL),
(5446,1017,1,34,'Applied “Draft 1”'),
(5447,16136,1,1,NULL),
(5448,16137,1,1,NULL),
(5449,1017,1,35,'Applied “Draft 1”'),
(5450,1023,1,46,'Applied “Draft 1”'),
(5451,16152,1,1,NULL),
(5452,1023,1,47,'Applied “Draft 1”'),
(5453,16152,1,2,NULL),
(5454,1035,1,35,'Applied “Draft 1”'),
(5455,5116,1,2,NULL),
(5456,1041,1,37,'Applied “Draft 1”'),
(5457,5100,1,2,NULL),
(5458,1031,1,25,'Applied “Draft 1”'),
(5459,6021,1,2,NULL),
(5460,1031,1,26,'Applied “Draft 1”'),
(5461,1035,1,36,'Applied “Draft 1”'),
(5462,1041,1,38,'Applied “Draft 1”'),
(5463,5100,1,3,NULL),
(5464,16186,1,1,NULL),
(5465,1035,1,37,'Applied “Draft 1”'),
(5466,5116,1,3,NULL),
(5467,1035,1,38,'Applied “Draft 1”'),
(5468,1035,1,39,''),
(5469,1045,1,46,'Applied “Draft 1”'),
(5470,16209,1,1,NULL),
(5471,16210,1,1,NULL),
(5472,1051,1,37,'Applied “Draft 1”'),
(5473,16223,1,1,NULL),
(5474,16224,1,1,NULL),
(5475,1051,1,38,'Applied “Draft 1”'),
(5476,1059,1,39,'Applied “Draft 1”'),
(5477,16235,1,1,NULL),
(5478,1059,1,40,'Applied “Draft 1”'),
(5479,1067,1,29,'Applied “Draft 1”'),
(5480,16245,1,1,NULL),
(5481,1067,1,30,''),
(5482,1073,1,37,'Applied “Draft 1”'),
(5483,1079,1,35,'Applied “Draft 1”'),
(5484,16259,1,1,NULL),
(5485,16260,1,1,NULL),
(5486,1079,1,36,'Applied “Draft 1”'),
(5487,1085,1,31,'Applied “Draft 1”'),
(5488,16271,1,1,NULL),
(5489,1085,1,32,'Applied “Draft 1”'),
(5490,1091,1,25,'Applied “Draft 1”'),
(5491,16282,1,1,NULL),
(5492,1091,1,26,'Applied “Draft 1”'),
(5493,1097,1,31,'Applied “Draft 1”'),
(5494,16296,1,1,NULL),
(5495,16297,1,1,NULL),
(5496,1097,1,32,'Applied “Draft 1”'),
(5497,1103,1,29,'Applied “Draft 1”'),
(5498,16310,1,1,NULL),
(5499,16311,1,1,NULL),
(5500,1165,1,42,'Applied “Draft 1”'),
(5501,6623,1,2,NULL),
(5502,1165,1,43,'Applied “Draft 1”'),
(5503,6621,1,2,NULL),
(5504,1165,1,44,'Applied “Draft 1”'),
(5505,1045,1,47,'Applied “Draft 1”'),
(5506,1171,1,38,'Applied “Draft 1”'),
(5507,1261,1,31,'Applied “Draft 1”'),
(5508,1177,1,58,'Applied “Draft 1”'),
(5509,16932,1,1,NULL),
(5510,1177,1,59,'Applied “Draft 1”'),
(5511,2,1,137,'Applied “Draft 2”'),
(5512,1177,1,60,'Applied “Draft 1”'),
(5513,16932,1,2,NULL),
(5514,2720,1,30,'Applied “Draft 1”'),
(5515,1185,1,33,'Applied “Draft 1”'),
(5516,16955,1,1,NULL),
(5517,1185,1,34,'Applied “Draft 1”'),
(5518,1185,1,35,''),
(5519,1161,1,40,'Applied “Draft 1”'),
(5520,16966,1,1,NULL),
(5521,1161,1,41,'Applied “Draft 1”'),
(5522,8707,1,2,NULL),
(5523,1353,1,47,'Applied “Draft 1”'),
(5524,5710,1,2,NULL),
(5525,1353,1,48,'Applied “Draft 1”'),
(5526,1269,1,24,'Applied “Draft 1”'),
(5527,1277,1,27,''),
(5528,1191,1,35,'Applied “Draft 1”'),
(5529,5786,1,2,NULL),
(5530,5377,1,2,NULL),
(5531,1191,1,36,'Applied “Draft 1”'),
(5532,1191,1,37,'Applied “Draft 1”'),
(5533,1419,1,32,'Applied “Draft 1”'),
(5534,5792,1,2,NULL),
(5535,1419,1,33,'Applied “Draft 1”'),
(5536,1413,1,27,'Applied “Draft 1”'),
(5537,17020,1,1,NULL),
(5538,1413,1,28,''),
(5539,1425,1,22,'Applied “Draft 1”'),
(5540,5393,1,2,NULL),
(5541,17029,1,1,NULL),
(5542,1359,1,35,'Applied “Draft 1”'),
(5543,17040,1,1,NULL),
(5544,1359,1,36,'Applied “Draft 1”'),
(5545,1365,1,27,'Applied “Draft 1”'),
(5546,17048,1,1,NULL),
(5547,1431,1,38,''),
(5548,1437,1,38,'Applied “Draft 1”'),
(5549,17054,1,1,NULL),
(5550,1437,1,39,''),
(5551,1283,1,35,'Applied “Draft 1”'),
(5552,2712,1,24,'Applied “Draft 1”'),
(5553,17064,1,1,NULL),
(5554,17065,1,1,NULL),
(5555,2712,1,25,'Applied “Draft 1”'),
(5556,1197,1,30,'Applied “Draft 1”'),
(5557,17076,1,1,NULL),
(5558,1197,1,31,'Applied “Draft 1”'),
(5559,1201,1,27,'Applied “Draft 1”'),
(5560,17086,1,1,NULL),
(5561,1201,1,28,'Applied “Draft 1”'),
(5562,5834,1,2,NULL),
(5563,1201,1,29,'Applied “Draft 1”'),
(5564,1443,1,24,'Applied “Draft 1”'),
(5565,17099,1,1,NULL),
(5566,1443,1,25,'Applied “Draft 1”'),
(5567,1209,1,28,'Applied “Draft 1”'),
(5568,5840,1,2,NULL),
(5569,1289,1,26,'Applied “Draft 1”'),
(5570,1297,1,24,'Applied “Draft 1”'),
(5571,1303,1,29,'Applied “Draft 1”'),
(5572,5870,1,2,NULL),
(5573,1303,1,30,'Applied “Draft 1”'),
(5574,1215,1,33,'Applied “Draft 1”'),
(5575,17128,1,1,NULL),
(5576,17129,1,1,NULL),
(5577,1395,1,35,'Applied “Draft 1”'),
(5578,5476,1,2,NULL),
(5579,17137,1,1,NULL),
(5580,1371,1,31,'Applied “Draft 1”'),
(5581,17145,1,1,NULL),
(5582,1449,1,35,'Applied “Draft 1”'),
(5583,17151,1,1,NULL),
(5584,1455,1,23,'Applied “Draft 1”'),
(5585,1309,1,23,'Applied “Draft 1”'),
(5586,5500,1,2,NULL),
(5587,17160,1,1,NULL),
(5588,1219,1,24,'Applied “Draft 1”'),
(5589,5510,1,2,NULL),
(5590,1377,1,30,'Applied “Draft 1”'),
(5591,5520,1,2,NULL),
(5592,17172,1,1,NULL),
(5593,1401,1,25,'Applied “Draft 1”'),
(5594,17180,1,1,NULL),
(5595,17181,1,1,NULL),
(5596,1401,1,26,'Applied “Draft 1”'),
(5597,1477,1,37,''),
(5598,1461,1,23,'Applied “Draft 1”'),
(5599,5540,1,2,NULL),
(5600,17194,1,1,NULL),
(5601,1467,1,26,'Applied “Draft 1”'),
(5602,5912,1,2,NULL),
(5603,1225,1,31,'Applied “Draft 1”'),
(5604,17209,1,1,NULL),
(5605,1225,1,32,'Applied “Draft 1”'),
(5606,5918,1,2,NULL),
(5607,1231,1,26,'Applied “Draft 1”'),
(5608,17225,1,1,NULL),
(5609,17226,1,1,NULL),
(5610,1237,1,30,'Applied “Draft 1”'),
(5611,1103,1,30,'Applied “Draft 1”'),
(5612,1237,1,31,'Applied “Draft 1”'),
(5613,17238,1,1,NULL),
(5614,1243,1,28,'Applied “Draft 1”'),
(5615,17243,1,1,NULL),
(5616,1237,1,32,'Applied “Draft 1”'),
(5617,17238,1,2,NULL),
(5618,1237,1,33,'Applied “Draft 1”'),
(5619,17238,1,3,NULL),
(5620,1249,1,28,'Applied “Draft 1”'),
(5621,17259,1,1,NULL),
(5622,1249,1,29,'Applied “Draft 1”'),
(5623,6034,1,2,NULL),
(5624,1243,1,29,'Applied “Draft 1”'),
(5625,17243,1,2,NULL),
(5626,1243,1,30,'Applied “Draft 1”'),
(5627,1237,1,34,'Applied “Draft 1”'),
(5628,17238,1,4,NULL),
(5629,1237,1,35,'Applied “Draft 1”'),
(5630,1109,1,33,'Applied “Draft 1”'),
(5631,6001,1,2,NULL),
(5632,5135,1,2,NULL),
(5633,1109,1,34,'Applied “Draft 1”'),
(5634,1315,1,27,'Applied “Draft 1”'),
(5635,1383,1,26,'Applied “Draft 1”'),
(5636,17302,1,1,NULL),
(5637,1323,1,28,''),
(5638,1389,1,30,'Applied “Draft 1”'),
(5639,1329,1,31,'Applied “Draft 1”'),
(5640,5966,1,2,NULL),
(5641,1481,1,50,'Applied “Draft 1”'),
(5642,1337,1,23,'Applied “Draft 1”'),
(5643,5983,1,2,NULL),
(5644,1337,1,24,'Applied “Draft 1”'),
(5645,1407,1,25,'Applied “Draft 1”'),
(5646,1343,1,22,'Applied “Draft 1”'),
(5647,1117,1,34,'Applied “Draft 1”'),
(5648,17333,1,1,NULL),
(5649,1117,1,35,'Applied “Draft 1”'),
(5650,6007,1,2,NULL),
(5651,1117,1,36,'Applied “Draft 1”'),
(5652,1473,1,34,'Applied “Draft 1”'),
(5653,5649,1,2,NULL),
(5654,1473,1,35,'Applied “Draft 1”'),
(5655,6015,1,2,NULL),
(5656,1473,1,36,'Applied “Draft 1”'),
(5657,1123,1,43,'Applied “Draft 1”'),
(5658,17361,1,1,NULL),
(5659,5071,1,2,NULL),
(5660,1123,1,44,'Applied “Draft 1”'),
(5661,5071,1,3,NULL),
(5662,1129,1,32,'Applied “Draft 1”'),
(5663,17376,1,1,NULL),
(5664,5060,1,2,NULL),
(5665,1129,1,33,'Applied “Draft 1”'),
(5666,1349,1,28,'Applied “Draft 1”'),
(5667,1135,1,32,'Applied “Draft 1”'),
(5668,2,1,138,'Applied “Draft 2”'),
(5669,2945,1,6,NULL),
(5670,1143,1,35,'Applied “Draft 1”'),
(5671,4965,1,2,NULL),
(5672,4966,1,2,NULL),
(5673,1261,1,32,'Applied “Draft 1”'),
(5674,4893,1,2,NULL),
(5675,19140,1,1,NULL),
(5676,19141,1,1,NULL),
(5677,1255,1,62,'Applied “Draft 1”'),
(5678,1255,1,63,'Applied “Draft 1”'),
(5679,10392,1,2,NULL),
(5680,10393,1,2,NULL),
(5681,10394,1,2,NULL),
(5682,2,1,139,'Applied “Draft 2”'),
(5683,1269,1,25,'Applied “Draft 1”'),
(5684,19172,1,1,NULL),
(5685,19173,1,1,NULL),
(5686,19174,1,1,NULL),
(5687,19175,1,1,NULL),
(5688,19176,1,1,NULL),
(5689,1269,1,26,'Applied “Draft 1”'),
(5690,1277,1,28,'Applied “Draft 1”'),
(5691,19475,1,1,NULL),
(5692,19476,1,1,NULL),
(5693,19477,1,1,NULL),
(5694,19478,1,1,NULL),
(5695,19479,1,1,NULL),
(5696,1283,1,36,'Applied “Draft 1”'),
(5697,19499,1,1,NULL),
(5698,19500,1,1,NULL),
(5699,19501,1,1,NULL),
(5700,19502,1,1,NULL),
(5701,19503,1,1,NULL),
(5702,1289,1,27,'Applied “Draft 1”'),
(5703,19522,1,1,NULL),
(5704,19523,1,1,NULL),
(5705,19524,1,1,NULL),
(5706,19525,1,1,NULL),
(5707,19526,1,1,NULL),
(5708,1277,1,29,'Applied “Draft 1”'),
(5709,19475,1,2,NULL),
(5710,1261,1,33,'Applied “Draft 1”'),
(5711,4893,1,3,NULL),
(5712,4894,1,2,NULL),
(5713,19140,1,2,NULL),
(5714,19141,1,2,NULL),
(5715,1255,1,64,'Applied “Draft 1”'),
(5716,19554,1,1,NULL),
(5717,10394,1,3,NULL),
(5718,1297,1,25,'Applied “Draft 1”'),
(5719,19565,1,1,NULL),
(5720,19566,1,1,NULL),
(5721,19567,1,1,NULL),
(5722,19568,1,1,NULL),
(5723,19569,1,1,NULL),
(5724,1303,1,31,'Applied “Draft 1”'),
(5725,19595,1,1,NULL),
(5726,19596,1,1,NULL),
(5727,19597,1,1,NULL),
(5728,19598,1,1,NULL),
(5729,19599,1,1,NULL),
(5730,1309,1,24,'Applied “Draft 1”'),
(5731,19614,1,1,NULL),
(5732,19615,1,1,NULL),
(5733,19616,1,1,NULL),
(5734,19617,1,1,NULL),
(5735,19618,1,1,NULL),
(5736,1315,1,28,'Applied “Draft 1”'),
(5737,19633,1,1,NULL),
(5738,19634,1,1,NULL),
(5739,19635,1,1,NULL),
(5740,19636,1,1,NULL),
(5741,19637,1,1,NULL),
(5742,1323,1,29,'Applied “Draft 1”'),
(5743,19657,1,1,NULL),
(5744,19658,1,1,NULL),
(5745,19659,1,1,NULL),
(5746,19660,1,1,NULL),
(5747,19661,1,1,NULL),
(5748,1329,1,32,'Applied “Draft 1”'),
(5749,19675,1,1,NULL),
(5750,19676,1,1,NULL),
(5751,19677,1,1,NULL),
(5752,19678,1,1,NULL),
(5753,19679,1,1,NULL),
(5754,1337,1,25,'Applied “Draft 1”'),
(5755,19698,1,1,NULL),
(5756,19699,1,1,NULL),
(5757,19700,1,1,NULL),
(5758,19701,1,1,NULL),
(5759,19702,1,1,NULL),
(5760,1343,1,23,'Applied “Draft 1”'),
(5761,19724,1,1,NULL),
(5762,19725,1,1,NULL),
(5763,19726,1,1,NULL),
(5764,19727,1,1,NULL),
(5765,19728,1,1,NULL),
(5766,1349,1,29,'Applied “Draft 1”'),
(5767,19749,1,1,NULL),
(5768,19750,1,1,NULL),
(5769,19751,1,1,NULL),
(5770,19752,1,1,NULL),
(5771,19753,1,1,NULL),
(5772,2720,1,31,'Applied “Draft 1”'),
(5773,19776,1,1,NULL),
(5774,19777,1,1,NULL),
(5775,19778,1,1,NULL),
(5776,19779,1,1,NULL),
(5777,19780,1,1,NULL),
(5778,1353,1,49,'Applied “Draft 1”'),
(5779,3340,1,2,NULL),
(5780,19802,1,1,NULL),
(5781,3342,1,2,NULL),
(5782,3343,1,2,NULL),
(5783,19803,1,1,NULL),
(5784,1413,1,29,'Applied “Draft 1”'),
(5785,19818,1,1,NULL),
(5786,19819,1,1,NULL),
(5787,19820,1,1,NULL),
(5788,19821,1,1,NULL),
(5789,19822,1,1,NULL),
(5790,1359,1,37,'Applied “Draft 1”'),
(5791,19840,1,1,NULL),
(5792,19841,1,1,NULL),
(5793,19842,1,1,NULL),
(5794,19843,1,1,NULL),
(5795,19844,1,1,NULL),
(5796,1365,1,28,'Applied “Draft 1”'),
(5797,19858,1,1,NULL),
(5798,19859,1,1,NULL),
(5799,19860,1,1,NULL),
(5800,19861,1,1,NULL),
(5801,19862,1,1,NULL),
(5802,2712,1,26,'Applied “Draft 1”'),
(5803,19875,1,1,NULL),
(5804,19876,1,1,NULL),
(5805,19877,1,1,NULL),
(5806,19878,1,1,NULL),
(5807,19879,1,1,NULL),
(5808,1395,1,36,'Applied “Draft 1”'),
(5809,19895,1,1,NULL),
(5810,19896,1,1,NULL),
(5811,19897,1,1,NULL),
(5812,19898,1,1,NULL),
(5813,19899,1,1,NULL),
(5814,1371,1,32,'Applied “Draft 1”'),
(5815,19914,1,1,NULL),
(5816,19915,1,1,NULL),
(5817,19916,1,1,NULL),
(5818,19917,1,1,NULL),
(5819,19918,1,1,NULL),
(5820,1377,1,31,'Applied “Draft 1”'),
(5821,19930,1,1,NULL),
(5822,19931,1,1,NULL),
(5823,19932,1,1,NULL),
(5824,19933,1,1,NULL),
(5825,1377,1,32,'Applied “Draft 1”'),
(5826,19941,1,1,NULL),
(5827,1383,1,27,'Applied “Draft 1”'),
(5828,19950,1,1,NULL),
(5829,19951,1,1,NULL),
(5830,19952,1,1,NULL),
(5831,19953,1,1,NULL),
(5832,19954,1,1,NULL),
(5833,2,1,140,'Applied “Draft 2”'),
(5834,945,1,70,'Applied “Draft 1”'),
(5835,2999,1,2,NULL),
(5836,3000,1,2,NULL),
(5837,20839,1,1,NULL),
(5838,15942,1,2,NULL),
(5839,2,1,141,'Applied “Draft 2”'),
(5840,2945,1,7,NULL),
(5841,1041,1,39,'Applied “Draft 1”'),
(5842,1123,1,45,'Applied “Draft 1”'),
(5843,5071,1,4,NULL),
(5844,975,1,43,'Applied “Draft 1”'),
(5845,3143,1,2,NULL),
(5846,3144,1,2,NULL),
(5847,20918,1,1,NULL),
(5848,945,1,71,'Applied “Draft 1”'),
(5849,963,1,70,'Applied “Draft 1”'),
(5850,3079,1,2,NULL),
(5851,20933,1,1,NULL),
(5852,20934,1,1,NULL),
(5853,20935,1,1,NULL),
(5854,20936,1,1,NULL),
(5855,969,1,41,'Applied “Draft 1”'),
(5856,20949,1,1,NULL),
(5857,20950,1,1,NULL),
(5858,20951,1,1,NULL),
(5859,20952,1,1,NULL),
(5860,20953,1,1,NULL),
(5861,975,1,44,'Applied “Draft 1”'),
(5862,981,1,37,'Applied “Draft 1”'),
(5863,20968,1,1,NULL),
(5864,20969,1,1,NULL),
(5865,20970,1,1,NULL),
(5866,981,1,38,'Applied “Draft 1”'),
(5867,989,1,36,'Applied “Draft 1”'),
(5868,995,1,35,'Applied “Draft 1”'),
(5869,3450,1,2,NULL),
(5870,3452,1,2,NULL),
(5871,3451,1,2,NULL),
(5872,3453,1,2,NULL),
(5873,3454,1,2,NULL),
(5874,999,1,35,'Applied “Draft 1”'),
(5875,1005,1,32,'Applied “Draft 1”'),
(5876,3522,1,2,NULL),
(5877,20999,1,1,NULL),
(5878,21000,1,1,NULL),
(5879,21001,1,1,NULL),
(5880,1011,1,44,'Applied “Draft 1”'),
(5881,3555,1,2,NULL),
(5882,3554,1,2,NULL),
(5883,21021,1,1,NULL),
(5884,21022,1,1,NULL),
(5885,1023,1,48,'Applied “Draft 1”'),
(5886,21036,1,1,NULL),
(5887,21037,1,1,NULL),
(5888,21038,1,1,NULL),
(5889,21039,1,1,NULL),
(5890,1031,1,27,'Applied “Draft 1”'),
(5891,1041,1,40,'Applied “Draft 1”'),
(5892,3680,1,2,NULL),
(5893,3681,1,2,NULL),
(5894,3682,1,2,NULL),
(5895,21052,1,1,NULL),
(5896,1045,1,48,'Applied “Draft 1”'),
(5897,1051,1,39,'Applied “Draft 1”'),
(5898,3749,1,2,NULL),
(5899,1059,1,41,'Applied “Draft 1”'),
(5900,21069,1,1,NULL),
(5901,3786,1,2,NULL),
(5902,21070,1,1,NULL),
(5903,1067,1,31,'Applied “Draft 1”'),
(5904,3819,1,2,NULL),
(5905,1079,1,37,'Applied “Draft 1”'),
(5906,3859,1,2,NULL),
(5907,1085,1,33,'Applied “Draft 1”'),
(5908,3879,1,2,NULL),
(5909,1091,1,27,'Applied “Draft 1”'),
(5910,3921,1,2,NULL),
(5911,1097,1,33,'Applied “Draft 1”'),
(5912,3948,1,2,NULL),
(5913,1109,1,35,'Applied “Draft 1”'),
(5914,4011,1,2,NULL),
(5915,1123,1,46,'Applied “Draft 1”'),
(5916,4070,1,2,NULL),
(5917,4071,1,2,NULL),
(5918,1143,1,36,'Applied “Draft 1”'),
(5919,4131,1,2,NULL),
(5920,4132,1,2,NULL),
(5921,1171,1,39,'Applied “Draft 1”'),
(5922,4277,1,2,NULL),
(5923,1197,1,32,'Applied “Draft 1”'),
(5924,4409,1,2,NULL),
(5925,1215,1,34,'Applied “Draft 1”'),
(5926,4492,1,2,NULL),
(5927,1237,1,36,'Applied “Draft 1”'),
(5928,4604,1,2,NULL),
(5929,1243,1,31,'Applied “Draft 1”'),
(5930,4626,1,2,NULL),
(5931,4627,1,2,NULL),
(5932,1249,1,30,'Applied “Draft 1”'),
(5933,4660,1,2,NULL),
(5934,1261,1,34,'Applied “Draft 1”'),
(5935,1395,1,37,''),
(5936,1389,1,31,'Applied “Draft 1”'),
(5937,1425,1,23,'Applied “Draft 1”'),
(5938,1431,1,39,'Applied “Draft 1”'),
(5939,1443,1,26,'Applied “Draft 1”'),
(5940,1449,1,36,'Applied “Draft 1”'),
(5941,1461,1,24,'Applied “Draft 1”'),
(5942,1315,1,29,'Applied “Draft 1”'),
(5943,1315,1,30,'Applied “Draft 1”'),
(5944,1413,1,30,'Applied “Draft 1”'),
(5945,2,1,142,'Applied “Draft 2”'),
(5946,945,1,72,'Applied “Draft 1”'),
(5947,951,1,45,'Applied “Draft 1”'),
(5948,3260,1,3,NULL),
(5949,3261,1,3,NULL),
(5950,3262,1,3,NULL),
(5951,8650,1,2,NULL),
(5952,21334,1,1,NULL),
(5953,945,1,73,''),
(5954,957,1,47,'Applied “Draft 1”'),
(5955,21349,1,1,NULL),
(5956,21350,1,1,NULL),
(5957,21351,1,1,NULL),
(5958,21352,1,1,NULL),
(5959,21353,1,1,NULL),
(5960,963,1,71,'Applied “Draft 1”'),
(5961,20935,1,2,NULL),
(5962,969,1,42,'Applied “Draft 1”'),
(5963,975,1,45,'Applied “Draft 1”'),
(5964,981,1,39,'Applied “Draft 1”'),
(5965,989,1,37,'Applied “Draft 1”'),
(5966,3403,1,2,NULL),
(5967,21374,1,1,NULL),
(5968,995,1,36,'Applied “Draft 1”'),
(5969,999,1,36,'Applied “Draft 1”'),
(5970,21404,1,1,NULL),
(5971,21405,1,1,NULL),
(5972,21406,1,1,NULL),
(5973,21407,1,1,NULL),
(5974,21408,1,1,NULL),
(5975,1005,1,33,'Applied “Draft 1”'),
(5976,1011,1,45,'Applied “Draft 1”'),
(5977,1017,1,36,'Applied “Draft 1”'),
(5978,21432,1,1,NULL),
(5979,21433,1,1,NULL),
(5980,21434,1,1,NULL),
(5981,21435,1,1,NULL),
(5982,21436,1,1,NULL),
(5983,1023,1,49,'Applied “Draft 1”'),
(5984,1031,1,28,'Applied “Draft 1”'),
(5985,1035,1,40,'Applied “Draft 1”'),
(5986,21457,1,1,NULL),
(5987,21458,1,1,NULL),
(5988,21459,1,1,NULL),
(5989,21460,1,1,NULL),
(5990,1041,1,41,'Applied “Draft 1”'),
(5991,1045,1,49,'Applied “Draft 1”'),
(5992,21476,1,1,NULL),
(5993,21477,1,1,NULL),
(5994,21478,1,1,NULL),
(5995,21479,1,1,NULL),
(5996,21480,1,1,NULL),
(5997,1051,1,40,'Applied “Draft 1”'),
(5998,21492,1,1,NULL),
(5999,3749,1,3,NULL),
(6000,21493,1,1,NULL),
(6001,21494,1,1,NULL),
(6002,21495,1,1,NULL),
(6003,1059,1,42,'Applied “Draft 1”'),
(6004,3785,1,2,NULL),
(6005,3786,1,3,NULL),
(6006,21507,1,1,NULL),
(6007,1067,1,32,'Applied “Draft 1”'),
(6008,3819,1,3,NULL),
(6009,21517,1,1,NULL),
(6010,21518,1,1,NULL),
(6011,21519,1,1,NULL),
(6012,1073,1,38,'Applied “Draft 1”'),
(6013,21531,1,1,NULL),
(6014,21532,1,1,NULL),
(6015,21533,1,1,NULL),
(6016,21534,1,1,NULL),
(6017,21535,1,1,NULL),
(6018,1079,1,38,'Applied “Draft 1”'),
(6019,21549,1,1,NULL),
(6020,21550,1,1,NULL),
(6021,21551,1,1,NULL),
(6022,21552,1,1,NULL),
(6023,21553,1,1,NULL),
(6024,1085,1,34,'Applied “Draft 1”'),
(6025,21571,1,1,NULL),
(6026,21572,1,1,NULL),
(6027,21573,1,1,NULL),
(6028,21574,1,1,NULL),
(6029,21575,1,1,NULL),
(6030,1091,1,28,'Applied “Draft 1”'),
(6031,3921,1,3,NULL),
(6032,21588,1,1,NULL),
(6033,21589,1,1,NULL),
(6034,21590,1,1,NULL),
(6035,1097,1,34,'Applied “Draft 1”'),
(6036,3948,1,3,NULL),
(6037,21601,1,1,NULL),
(6038,21602,1,1,NULL),
(6039,21603,1,1,NULL),
(6040,1103,1,31,'Applied “Draft 1”'),
(6041,21639,1,1,NULL),
(6042,21640,1,1,NULL),
(6043,21641,1,1,NULL),
(6044,21642,1,1,NULL),
(6045,1109,1,36,'Applied “Draft 1”'),
(6046,4011,1,3,NULL),
(6047,21658,1,1,NULL),
(6048,21659,1,1,NULL),
(6049,21660,1,1,NULL),
(6050,1109,1,37,'Applied “Draft 1”'),
(6051,1117,1,37,'Applied “Draft 1”'),
(6052,21675,1,1,NULL),
(6053,21676,1,1,NULL),
(6054,21677,1,1,NULL),
(6055,21678,1,1,NULL),
(6056,1123,1,47,'Applied “Draft 1”'),
(6057,4070,1,3,NULL),
(6058,21694,1,1,NULL),
(6059,21695,1,1,NULL),
(6060,21696,1,1,NULL),
(6061,21697,1,1,NULL),
(6062,1129,1,34,'Applied “Draft 1”'),
(6063,21709,1,1,NULL),
(6064,21710,1,1,NULL),
(6065,21711,1,1,NULL),
(6066,21712,1,1,NULL),
(6067,1135,1,33,'Applied “Draft 1”'),
(6068,21725,1,1,NULL),
(6069,21726,1,1,NULL),
(6070,21727,1,1,NULL),
(6071,21728,1,1,NULL),
(6072,1143,1,37,'Applied “Draft 1”'),
(6073,21741,1,1,NULL),
(6074,4132,1,3,NULL),
(6075,21742,1,1,NULL),
(6076,21743,1,1,NULL),
(6077,1161,1,42,'Applied “Draft 1”'),
(6078,1165,1,45,'Applied “Draft 1”'),
(6079,21759,1,1,NULL),
(6080,21760,1,1,NULL),
(6081,21761,1,1,NULL),
(6082,21762,1,1,NULL),
(6083,21763,1,1,NULL),
(6084,1171,1,40,'Applied “Draft 1”'),
(6085,4277,1,3,NULL),
(6086,21776,1,1,NULL),
(6087,21777,1,1,NULL),
(6088,21778,1,1,NULL),
(6089,1177,1,61,'Applied “Draft 1”'),
(6090,21792,1,1,NULL),
(6091,4307,1,2,NULL),
(6092,4308,1,2,NULL),
(6093,21793,1,1,NULL),
(6094,21794,1,1,NULL),
(6095,1185,1,36,'Applied “Draft 1”'),
(6096,21808,1,1,NULL),
(6097,21809,1,1,NULL),
(6098,21810,1,1,NULL),
(6099,21811,1,1,NULL),
(6100,21812,1,1,NULL),
(6101,1161,1,43,'Applied “Draft 1”'),
(6102,8690,1,2,NULL),
(6103,8692,1,2,NULL),
(6104,1191,1,38,'Applied “Draft 1”'),
(6105,21835,1,1,NULL),
(6106,21836,1,1,NULL),
(6107,21837,1,1,NULL),
(6108,21838,1,1,NULL),
(6109,21839,1,1,NULL),
(6110,1185,1,37,'Applied “Draft 1”'),
(6111,21812,1,2,NULL),
(6112,1197,1,33,'Applied “Draft 1”'),
(6113,4409,1,3,NULL),
(6114,21855,1,1,NULL),
(6115,21856,1,1,NULL),
(6116,21857,1,1,NULL),
(6117,1395,1,38,'Applied “Draft 1”'),
(6118,945,1,74,'Applied “Draft 1”'),
(6119,1407,1,26,'Applied “Draft 1”'),
(6120,2720,1,32,'Applied “Draft 1”'),
(6121,1283,1,37,'Applied “Draft 1”'),
(6122,1395,1,39,'Applied “Draft 1”'),
(6123,1045,1,50,'Applied “Draft 1”'),
(6124,1051,1,41,'Applied “Draft 1”'),
(6125,1059,1,43,'Applied “Draft 1”'),
(6126,1067,1,33,'Applied “Draft 1”'),
(6127,1073,1,39,'Applied “Draft 1”'),
(6128,1085,1,35,'Applied “Draft 1”'),
(6129,1097,1,35,'Applied “Draft 1”'),
(6130,1103,1,32,'Applied “Draft 1”'),
(6131,1109,1,38,'Applied “Draft 1”'),
(6132,1117,1,38,'Applied “Draft 1”'),
(6133,1123,1,48,'Applied “Draft 1”'),
(6134,1129,1,35,'Applied “Draft 1”'),
(6135,1143,1,38,'Applied “Draft 1”'),
(6136,1419,1,34,'Applied “Draft 1”'),
(6137,1425,1,24,'Applied “Draft 1”'),
(6138,1431,1,40,'Applied “Draft 1”'),
(6139,1437,1,40,'Applied “Draft 1”'),
(6140,1443,1,27,'Applied “Draft 1”'),
(6141,1449,1,37,'Applied “Draft 1”'),
(6142,1455,1,24,'Applied “Draft 1”'),
(6143,1467,1,27,'Applied “Draft 1”'),
(6144,1473,1,37,'Applied “Draft 1”'),
(6145,1477,1,38,'Applied “Draft 1”'),
(6146,1481,1,51,'Applied “Draft 1”'),
(6147,1261,1,35,'Applied “Draft 1”'),
(6148,1303,1,32,'Applied “Draft 1”'),
(6149,1323,1,30,'Applied “Draft 1”'),
(6150,1329,1,33,'Applied “Draft 1”'),
(6151,1337,1,26,'Applied “Draft 1”'),
(6152,1349,1,30,'Applied “Draft 1”'),
(6153,1171,1,41,'Applied “Draft 1”'),
(6154,1177,1,62,'Applied “Draft 1”'),
(6155,1161,1,44,'Applied “Draft 1”'),
(6156,1185,1,38,'Applied “Draft 1”'),
(6157,1191,1,39,'Applied “Draft 1”'),
(6158,1197,1,34,'Applied “Draft 1”'),
(6159,1201,1,30,'Applied “Draft 1”'),
(6160,1209,1,29,'Applied “Draft 1”'),
(6161,1215,1,35,'Applied “Draft 1”'),
(6162,1219,1,25,'Applied “Draft 1”'),
(6163,1225,1,33,'Applied “Draft 1”'),
(6164,1231,1,27,'Applied “Draft 1”'),
(6165,1237,1,37,'Applied “Draft 1”'),
(6166,1249,1,31,'Applied “Draft 1”'),
(6167,2,1,143,'Applied “Draft 2”'),
(6168,951,1,46,'Applied “Draft 1”'),
(6169,957,1,48,'Applied “Draft 1”'),
(6170,963,1,72,'Applied “Draft 1”'),
(6171,969,1,43,'Applied “Draft 1”'),
(6172,975,1,46,''),
(6173,981,1,40,'Applied “Draft 1”'),
(6174,989,1,38,'Applied “Draft 1”'),
(6175,995,1,37,'Applied “Draft 1”'),
(6176,999,1,37,'Applied “Draft 1”'),
(6177,1005,1,34,'Applied “Draft 1”'),
(6178,1011,1,46,'Applied “Draft 1”'),
(6179,1017,1,37,'Applied “Draft 1”'),
(6180,1023,1,50,'Applied “Draft 1”'),
(6181,1035,1,41,'Applied “Draft 1”'),
(6182,1041,1,42,'Applied “Draft 1”'),
(6183,1023,1,51,'Applied “Draft 1”'),
(6184,1023,1,52,'Applied “Draft 1”'),
(6185,1135,1,34,'Applied “Draft 1”'),
(6186,945,1,75,'Applied “Draft 1”'),
(6187,945,1,76,'Applied “Draft 1”'),
(6188,945,1,77,'Applied “Draft 1”'),
(6189,1031,1,29,'Applied “Draft 1”'),
(6190,1407,1,27,'Applied “Draft 1”'),
(6191,1353,1,50,'Applied “Draft 1”'),
(6192,2,1,144,'Applied “Draft 2”'),
(6193,1109,1,39,'Applied “Draft 1”'),
(6194,1269,1,27,'Applied “Draft 1”'),
(6195,1237,1,38,'Applied “Draft 1”'),
(6196,1467,1,28,'Applied “Draft 1”'),
(6197,1023,1,53,'Applied “Draft 1”'),
(6198,1209,1,30,'Applied “Draft 1”'),
(6199,1209,1,31,'Applied “Draft 1”'),
(6200,1209,1,32,'Applied “Draft 1”'),
(6201,1209,1,33,'Applied “Draft 1”'),
(6202,1209,1,34,'Applied “Draft 1”'),
(6203,1209,1,35,'Applied “Draft 1”'),
(6204,1023,1,54,'Applied “Draft 1”'),
(6205,3603,1,2,NULL),
(6206,3604,1,2,NULL),
(6207,25681,1,1,NULL),
(6208,25682,1,1,NULL),
(6209,1395,1,40,'Applied “Draft 1”'),
(6210,1449,1,38,'Applied “Draft 1”'),
(6211,27529,1,1,NULL),
(6212,1449,1,39,'Applied “Draft 1”'),
(6213,1449,1,40,'Applied “Draft 1”'),
(6214,2720,1,33,'Applied “Draft 1”'),
(6215,2720,1,34,'Applied “Draft 1”'),
(6216,2712,1,27,'Applied “Draft 1”'),
(6217,2712,1,28,'Applied “Draft 1”'),
(6218,1395,1,41,'Applied “Draft 1”'),
(6219,1395,1,42,'Applied “Draft 1”'),
(6220,1413,1,31,'Applied “Draft 1”'),
(6221,1413,1,32,'Applied “Draft 1”'),
(6222,1407,1,28,'Applied “Draft 1”'),
(6223,1407,1,29,'Applied “Draft 1”'),
(6224,1401,1,27,'Applied “Draft 1”'),
(6225,1401,1,28,'Applied “Draft 1”'),
(6226,1389,1,32,'Applied “Draft 1”'),
(6227,1389,1,33,'Applied “Draft 1”'),
(6228,1383,1,28,'Applied “Draft 1”'),
(6229,1383,1,29,'Applied “Draft 1”'),
(6230,1377,1,33,'Applied “Draft 1”'),
(6231,1377,1,34,'Applied “Draft 1”'),
(6232,1371,1,33,'Applied “Draft 1”'),
(6233,1371,1,34,'Applied “Draft 1”'),
(6234,1365,1,29,'Applied “Draft 1”'),
(6235,1365,1,30,'Applied “Draft 1”'),
(6236,1359,1,38,'Applied “Draft 1”'),
(6237,1359,1,39,'Applied “Draft 1”'),
(6238,1353,1,51,'Applied “Draft 1”'),
(6239,1353,1,52,'Applied “Draft 1”'),
(6240,2891,1,7,'Applied “Draft 1”'),
(6241,2891,1,8,'Applied “Draft 1”'),
(6242,1359,1,40,'Applied “Draft 1”'),
(6243,2,1,145,'Applied “Draft 2”'),
(6244,9549,1,3,''),
(6245,1165,1,46,'Applied “Draft 1”'),
(6246,1051,1,42,'Applied “Draft 1”'),
(6247,975,1,47,'Applied “Draft 1”'),
(6248,1455,1,25,'Applied “Draft 1”'),
(6249,1315,1,31,'Applied “Draft 1”'),
(6250,1455,1,26,'Applied “Draft 1”'),
(6251,28766,1,1,''),
(6252,999,1,38,'Applied “Draft 1”'),
(6253,999,1,39,'Applied “Draft 1”'),
(6254,1165,1,47,'Applied “Draft 1”'),
(6255,999,1,40,'Applied “Draft 1”'),
(6256,1171,1,42,'Applied “Draft 1”'),
(6257,1467,1,29,'Applied “Draft 1”'),
(6258,1297,1,26,'Applied “Draft 1”'),
(6259,1407,1,30,'Applied “Draft 1”'),
(6260,1109,1,40,'Applied “Draft 1”'),
(6261,1297,1,27,'Applied “Draft 1”'),
(6262,1297,1,28,'Applied “Draft 1”'),
(6263,1255,1,65,'Applied “Draft 1”'),
(6264,1165,1,48,''),
(6265,1045,1,51,'Applied “Draft 1”'),
(6266,1171,1,43,'Applied “Draft 1”'),
(6267,945,1,78,'Applied “Draft 1”'),
(6268,1261,1,36,'Applied “Draft 1”'),
(6269,1177,1,63,'Applied “Draft 1”'),
(6270,963,1,73,'Applied “Draft 1”'),
(6271,2720,1,35,'Applied “Draft 1”'),
(6272,1269,1,28,'Applied “Draft 1”'),
(6273,969,1,44,'Applied “Draft 1”'),
(6274,1277,1,30,'Applied “Draft 1”'),
(6275,1419,1,35,'Applied “Draft 1”'),
(6276,1413,1,33,'Applied “Draft 1”'),
(6277,1425,1,25,'Applied “Draft 1”'),
(6278,1359,1,41,'Applied “Draft 1”'),
(6279,1365,1,31,'Applied “Draft 1”'),
(6280,1431,1,41,'Applied “Draft 1”'),
(6281,1283,1,38,'Applied “Draft 1”'),
(6282,2712,1,29,'Applied “Draft 1”'),
(6283,1197,1,35,'Applied “Draft 1”'),
(6284,1443,1,28,'Applied “Draft 1”'),
(6285,1209,1,36,'Applied “Draft 1”'),
(6286,1289,1,28,'Applied “Draft 1”'),
(6287,1297,1,29,'Applied “Draft 1”'),
(6288,981,1,41,'Applied “Draft 1”'),
(6289,1303,1,33,''),
(6290,1371,1,35,'Applied “Draft 1”'),
(6291,1449,1,41,'Applied “Draft 1”'),
(6292,1455,1,27,'Applied “Draft 1”'),
(6293,989,1,39,'Applied “Draft 1”'),
(6294,1309,1,25,'Applied “Draft 1”'),
(6295,995,1,38,'Applied “Draft 1”'),
(6296,1377,1,35,'Applied “Draft 1”'),
(6297,1477,1,39,'Applied “Draft 1”'),
(6298,1461,1,25,'Applied “Draft 1”'),
(6299,1477,1,40,'Applied “Draft 1”'),
(6300,1467,1,30,'Applied “Draft 1”'),
(6301,1005,1,35,''),
(6302,1315,1,32,'Applied “Draft 1”'),
(6303,1383,1,30,'Applied “Draft 1”'),
(6304,1323,1,31,'Applied “Draft 1”'),
(6305,1011,1,47,'Applied “Draft 1”'),
(6306,1389,1,34,'Applied “Draft 1”'),
(6307,1481,1,52,''),
(6308,1017,1,38,'Applied “Draft 1”'),
(6309,1337,1,27,'Applied “Draft 1”'),
(6310,1407,1,31,'Applied “Draft 1”'),
(6311,1343,1,24,'Applied “Draft 1”'),
(6312,1473,1,38,'Applied “Draft 1”'),
(6313,1035,1,42,'Applied “Draft 1”'),
(6314,1249,1,32,'Applied “Draft 1”'),
(6315,1129,1,36,'Applied “Draft 1”'),
(6316,1349,1,31,'Applied “Draft 1”'),
(6317,1255,1,66,'Applied “Draft 1”'),
(6318,1255,1,67,'Applied “Draft 1”'),
(6319,1753,1,5,NULL),
(6320,1215,1,36,'Applied “Draft 1”'),
(6321,1719,1,5,NULL),
(6322,1349,1,32,'Applied “Draft 1”'),
(6323,31411,1,1,NULL),
(6324,1283,1,39,'Applied “Draft 1”'),
(6325,31427,1,1,NULL),
(6326,945,1,79,''),
(6327,945,1,80,''),
(6328,945,1,81,'Applied “Draft 1”'),
(6329,945,1,82,'Applied “Draft 1”'),
(6330,945,1,83,'Applied “Draft 1”'),
(6331,945,1,84,''),
(6332,1255,1,68,''),
(6333,1329,1,34,'Applied “Draft 1”'),
(6334,1091,1,29,'Applied “Draft 1”'),
(6335,1011,1,48,'Applied “Draft 1”'),
(6336,9378,1,3,NULL),
(6337,1011,1,49,'Applied “Draft 1”'),
(6338,9378,1,4,NULL),
(6339,957,1,49,''),
(6340,999,1,41,''),
(6341,1425,1,26,''),
(6342,1467,1,31,''),
(6343,1255,1,69,''),
(6344,1197,1,36,''),
(6345,1303,1,34,''),
(6346,1045,1,52,''),
(6347,1059,1,44,''),
(6348,1091,1,30,''),
(6349,1249,1,33,''),
(6350,1283,1,40,''),
(6351,1315,1,33,''),
(6352,963,1,74,''),
(6353,1079,1,39,'Applied “Draft 1”'),
(6354,1209,1,37,''),
(6355,1255,1,70,''),
(6356,1297,1,30,''),
(6357,1303,1,35,''),
(6358,1343,1,25,''),
(6359,1359,1,42,'Applied “Draft 1”'),
(6360,1371,1,36,''),
(6361,1389,1,35,''),
(6362,1455,1,28,''),
(6363,1477,1,41,''),
(6364,995,1,39,''),
(6365,1017,1,39,''),
(6366,1165,1,49,''),
(6367,1269,1,29,''),
(6368,1023,1,55,''),
(6369,1129,1,37,'Applied “Draft 1”'),
(6370,1059,1,45,'Applied “Draft 1”'),
(6371,1590,1,4,NULL),
(6372,1437,1,41,''),
(6373,1091,1,31,'Applied “Draft 1”'),
(6374,1616,1,4,NULL),
(6375,1467,1,32,'Applied “Draft 1”'),
(6376,1343,1,26,'Applied “Draft 1”'),
(6377,1091,1,32,'Applied “Draft 1”'),
(6378,1123,1,49,'Applied “Draft 1”'),
(6379,36232,1,1,NULL),
(6380,1123,1,50,'Applied “Draft 1”'),
(6381,36232,1,2,NULL),
(6382,1353,1,53,'Applied “Draft 1”'),
(6383,36241,1,1,NULL),
(6384,1353,1,54,'Applied “Draft 1”'),
(6385,1051,1,43,''),
(6386,1031,1,30,NULL),
(6387,957,1,50,'Applied “Draft 1”'),
(6388,1091,1,33,''),
(6389,1413,1,34,''),
(6390,1467,1,33,''),
(6391,957,1,51,''),
(6392,1091,1,34,''),
(6393,1443,1,29,'Applied “Draft 1”'),
(6394,1249,1,34,''),
(6395,1041,1,43,''),
(6396,1215,1,37,''),
(6397,1117,1,39,''),
(6398,1045,1,53,'Applied “Draft 1”'),
(6399,1578,1,4,NULL),
(6400,1079,1,40,'Applied “Draft 1”'),
(6401,1607,1,4,NULL),
(6402,1067,1,34,'Applied “Draft 1”'),
(6403,38325,1,1,NULL),
(6404,1371,1,37,'Applied “Draft 1”'),
(6405,1371,1,38,'Applied “Draft 1”'),
(6406,1371,1,39,'Applied “Draft 1”'),
(6407,1371,1,40,'Applied “Draft 1”'),
(6408,1067,1,35,'Applied “Draft 1”'),
(6409,38325,1,2,NULL),
(6410,1371,1,41,''),
(6411,1407,1,32,'Applied “Draft 1”'),
(6412,2720,1,36,''),
(6413,1353,1,55,''),
(6414,1359,1,43,''),
(6415,1365,1,32,''),
(6416,2712,1,30,''),
(6417,1371,1,42,''),
(6418,1377,1,36,''),
(6419,1383,1,31,''),
(6420,1389,1,36,''),
(6421,1407,1,33,''),
(6422,1395,1,43,''),
(6423,1401,1,29,''),
(6424,1413,1,35,''),
(6425,1255,1,71,''),
(6426,2,1,146,'Applied “Draft 2”'),
(6427,1045,1,54,''),
(6428,1051,1,44,''),
(6429,1059,1,46,''),
(6430,1067,1,36,''),
(6431,1073,1,40,'Applied “Draft 1”'),
(6432,1079,1,41,''),
(6433,1085,1,36,''),
(6434,1091,1,35,''),
(6435,1091,1,36,''),
(6436,1097,1,36,''),
(6437,1103,1,33,''),
(6438,1109,1,41,''),
(6439,1117,1,40,''),
(6440,1123,1,51,''),
(6441,1129,1,38,''),
(6442,1135,1,35,''),
(6443,1143,1,39,''),
(6444,1135,1,36,''),
(6445,1419,1,36,''),
(6446,1437,1,42,''),
(6447,1431,1,42,''),
(6448,1443,1,30,''),
(6449,1455,1,29,''),
(6450,1449,1,42,''),
(6451,1461,1,26,''),
(6452,1467,1,34,''),
(6453,1473,1,39,''),
(6454,1477,1,42,''),
(6455,1481,1,53,''),
(6456,1255,1,72,''),
(6457,1261,1,37,''),
(6458,1283,1,41,''),
(6459,1297,1,31,''),
(6460,1303,1,36,''),
(6461,1309,1,26,''),
(6462,1315,1,34,''),
(6463,1323,1,32,''),
(6464,1337,1,28,''),
(6465,1343,1,27,''),
(6466,1349,1,33,''),
(6467,1135,1,37,''),
(6468,1407,1,34,'Applied “Draft 1”'),
(6469,1407,1,35,'Applied “Draft 1”'),
(6470,1371,1,43,'Applied “Draft 1”'),
(6471,2712,1,31,'Applied “Draft 1”'),
(6472,1109,1,42,'Applied “Draft 1”'),
(6473,1109,1,43,''),
(6474,1109,1,44,''),
(6475,1309,1,27,'Applied “Draft 1”'),
(6476,8853,1,2,NULL),
(6477,1455,1,30,''),
(6478,1371,1,44,''),
(6479,1165,1,50,''),
(6480,1171,1,44,''),
(6481,1177,1,64,''),
(6482,1161,1,45,''),
(6483,1191,1,40,''),
(6484,1197,1,37,''),
(6485,1201,1,31,''),
(6486,1209,1,38,''),
(6487,1215,1,38,''),
(6488,1219,1,26,''),
(6489,1225,1,34,''),
(6490,1231,1,28,''),
(6491,1237,1,39,''),
(6492,1249,1,35,''),
(6493,2,1,147,''),
(6494,945,1,85,''),
(6495,951,1,47,''),
(6496,957,1,52,''),
(6497,963,1,75,''),
(6498,969,1,45,''),
(6499,975,1,48,''),
(6500,981,1,42,''),
(6501,989,1,40,''),
(6502,995,1,40,''),
(6503,999,1,42,''),
(6504,1005,1,36,''),
(6505,1011,1,50,''),
(6506,1017,1,40,''),
(6507,1023,1,56,''),
(6508,1035,1,43,''),
(6509,1041,1,44,''),
(6510,2720,1,37,''),
(6511,1353,1,56,'Applied “Draft 1”'),
(6512,1413,1,36,'Applied “Draft 1”'),
(6513,1365,1,33,'Applied “Draft 1”'),
(6514,2712,1,32,''),
(6515,1371,1,45,''),
(6516,1377,1,37,''),
(6517,1383,1,32,'Applied “Draft 1”'),
(6518,1389,1,37,'Applied “Draft 1”'),
(6519,1407,1,36,''),
(6520,981,1,43,''),
(6521,1051,1,45,'Applied “Draft 1”'),
(6522,1583,1,4,NULL),
(6523,1051,1,46,''),
(6524,1109,1,45,'Applied “Draft 1”'),
(6525,1633,1,4,NULL),
(6526,1109,1,46,'Applied “Draft 1”'),
(6527,1632,1,5,NULL),
(6528,2,1,148,''),
(6529,963,1,76,'Applied “Draft 1”'),
(6530,1509,1,5,NULL),
(6531,957,1,53,'Applied “Draft 1”'),
(6532,40384,1,1,NULL),
(6533,995,1,41,'Applied “Draft 1”'),
(6534,1536,1,5,NULL),
(6535,995,1,42,'Applied “Draft 1”'),
(6536,1536,1,6,NULL),
(6537,995,1,43,''),
(6538,995,1,44,'Applied “Draft 1”'),
(6539,40420,1,1,NULL),
(6540,995,1,45,'Applied “Draft 1”'),
(6541,40420,1,2,NULL),
(6542,995,1,46,'Applied “Draft 1”'),
(6543,40420,1,3,NULL),
(6544,957,1,54,'Applied “Draft 1”'),
(6545,40384,1,2,NULL),
(6546,995,1,47,'Applied “Draft 1”'),
(6547,40420,1,4,NULL),
(6548,957,1,55,'Applied “Draft 1”'),
(6549,40384,1,3,NULL),
(6550,999,1,43,'Applied “Draft 1”'),
(6551,1539,1,4,NULL),
(6552,1005,1,37,'Applied “Draft 1”'),
(6553,1544,1,5,NULL),
(6554,1035,1,44,'Applied “Draft 1”'),
(6555,1569,1,5,NULL),
(6556,1041,1,45,'Applied “Draft 1”'),
(6557,1574,1,5,NULL),
(6558,1135,1,38,'Applied “Draft 1”'),
(6559,1653,1,5,NULL),
(6560,1073,1,41,'Applied “Draft 1”'),
(6561,1601,1,4,NULL),
(6562,951,1,48,'Applied “Draft 1”'),
(6563,6462,1,3,NULL),
(6564,1023,1,57,'Applied “Draft 1”'),
(6565,1560,1,6,NULL),
(6566,2,1,149,'Applied “Draft 2”'),
(6567,4768,1,3,NULL),
(6568,945,1,86,'Applied “Draft 1”'),
(6569,1494,1,5,NULL),
(6570,1165,1,51,'Applied “Draft 1”'),
(6571,1677,1,5,NULL),
(6572,1249,1,36,''),
(6573,1297,1,32,'Applied “Draft 1”'),
(6574,40540,1,1,NULL),
(6575,1297,1,33,'Applied “Draft 1”'),
(6576,40550,1,1,NULL),
(6577,1249,1,37,'Applied “Draft 1”'),
(6578,1045,1,55,'Applied “Draft 1”'),
(6579,1578,1,5,NULL),
(6580,1249,1,38,'Applied “Draft 1”'),
(6581,1249,1,39,'Applied “Draft 1”'),
(6582,1425,1,27,'Applied “Draft 1”'),
(6583,1269,1,30,'Applied “Draft 1”'),
(6584,1289,1,29,'Applied “Draft 1”'),
(6585,1109,1,47,'Applied “Draft 1”'),
(6586,47364,1,1,''),
(6587,1129,1,39,'Applied “Draft 1”'),
(6588,1237,1,40,'Applied “Draft 1”'),
(6589,1243,1,32,'Applied “Draft 1”'),
(6590,1079,1,42,'Applied “Draft 1”'),
(6591,1607,1,5,NULL),
(6592,1165,1,52,'Applied “Draft 1”'),
(6593,1261,1,38,'Applied “Draft 1”'),
(6594,50142,1,1,NULL),
(6595,1261,1,39,'Applied “Draft 1”'),
(6596,50142,1,2,NULL),
(6597,1297,1,34,'Applied “Draft 1”'),
(6598,50164,1,1,NULL),
(6599,1337,1,29,'Applied “Draft 1”'),
(6600,5246,1,3,NULL),
(6601,50170,1,1,NULL),
(6602,1473,1,40,'Applied “Draft 1”'),
(6603,50181,1,1,NULL),
(6604,1477,1,43,'Applied “Draft 1”'),
(6605,50187,1,1,NULL),
(6606,1481,1,54,'Applied “Draft 1”'),
(6607,50194,1,1,NULL),
(6608,1419,1,37,'Applied “Draft 1”'),
(6609,50218,1,1,NULL),
(6610,1425,1,28,'Applied “Draft 1”'),
(6611,50224,1,1,NULL),
(6612,1431,1,43,'Applied “Draft 1”'),
(6613,50230,1,1,NULL),
(6614,1437,1,43,'Applied “Draft 1”'),
(6615,50238,1,1,NULL),
(6616,1443,1,31,'Applied “Draft 1”'),
(6617,50243,1,1,NULL),
(6618,1449,1,43,'Applied “Draft 1”'),
(6619,50248,1,1,NULL),
(6620,1455,1,31,'Applied “Draft 1”'),
(6621,50253,1,1,NULL),
(6622,1461,1,27,'Applied “Draft 1”'),
(6623,50258,1,1,NULL),
(6624,1467,1,35,'Applied “Draft 1”'),
(6625,50264,1,1,NULL),
(6626,2,1,150,'Applied “Draft 2”'),
(6627,50275,1,1,NULL),
(6628,945,1,87,'Applied “Draft 1”'),
(6629,50280,1,1,NULL),
(6630,951,1,49,'Applied “Draft 1”'),
(6631,50285,1,1,NULL),
(6632,957,1,56,'Applied “Draft 1”'),
(6633,50290,1,1,NULL),
(6634,963,1,77,'Applied “Draft 1”'),
(6635,50295,1,1,NULL),
(6636,969,1,46,'Applied “Draft 1”'),
(6637,50300,1,1,NULL),
(6638,975,1,49,'Applied “Draft 1”'),
(6639,50305,1,1,NULL),
(6640,981,1,44,'Applied “Draft 1”'),
(6641,50310,1,1,NULL),
(6642,989,1,41,'Applied “Draft 1”'),
(6643,50316,1,1,NULL),
(6644,995,1,48,'Applied “Draft 1”'),
(6645,50321,1,1,NULL),
(6646,999,1,44,'Applied “Draft 1”'),
(6647,50326,1,1,NULL),
(6648,1005,1,38,'Applied “Draft 1”'),
(6649,50331,1,1,NULL),
(6650,1011,1,51,'Applied “Draft 1”'),
(6651,50337,1,1,NULL),
(6652,1017,1,41,'Applied “Draft 1”'),
(6653,50344,1,1,NULL),
(6654,1023,1,58,'Applied “Draft 1”'),
(6655,50350,1,1,NULL),
(6656,1035,1,45,'Applied “Draft 1”'),
(6657,6027,1,2,NULL),
(6658,50355,1,1,NULL),
(6659,1041,1,46,'Applied “Draft 1”'),
(6660,50362,1,1,NULL),
(6661,1045,1,56,'Applied “Draft 1”'),
(6662,50368,1,1,NULL),
(6663,1051,1,47,'Applied “Draft 1”'),
(6664,50373,1,1,NULL),
(6665,1059,1,47,'Applied “Draft 1”'),
(6666,50378,1,1,NULL),
(6667,1059,1,48,''),
(6668,1067,1,37,'Applied “Draft 1”'),
(6669,50384,1,1,NULL),
(6670,1073,1,42,'Applied “Draft 1”'),
(6671,50389,1,1,NULL),
(6672,1079,1,43,'Applied “Draft 1”'),
(6673,50394,1,1,NULL),
(6674,1085,1,37,'Applied “Draft 1”'),
(6675,50399,1,1,NULL),
(6676,1091,1,37,'Applied “Draft 1”'),
(6677,50404,1,1,NULL),
(6678,1097,1,37,'Applied “Draft 1”'),
(6679,50409,1,1,NULL),
(6680,1103,1,34,'Applied “Draft 1”'),
(6681,50414,1,1,NULL),
(6682,1109,1,48,'Applied “Draft 1”'),
(6683,50419,1,1,NULL),
(6684,1117,1,41,'Applied “Draft 1”'),
(6685,50424,1,1,NULL),
(6686,1123,1,52,'Applied “Draft 1”'),
(6687,50429,1,1,NULL),
(6688,1129,1,40,'Applied “Draft 1”'),
(6689,50435,1,1,NULL),
(6690,1135,1,39,'Applied “Draft 1”'),
(6691,50441,1,1,NULL),
(6692,1143,1,40,'Applied “Draft 1”'),
(6693,50450,1,1,NULL),
(6694,1161,1,46,'Applied “Draft 1”'),
(6695,50455,1,1,NULL),
(6696,1165,1,53,'Applied “Draft 1”'),
(6697,50460,1,1,NULL),
(6698,1177,1,65,'Applied “Draft 1”'),
(6699,50466,1,1,NULL),
(6700,1185,1,39,'Applied “Draft 1”'),
(6701,50471,1,1,NULL),
(6702,1191,1,41,'Applied “Draft 1”'),
(6703,50476,1,1,NULL),
(6704,1197,1,38,'Applied “Draft 1”'),
(6705,50481,1,1,NULL),
(6706,1191,1,42,''),
(6707,1201,1,32,'Applied “Draft 1”'),
(6708,50487,1,1,NULL),
(6709,1215,1,39,'Applied “Draft 1”'),
(6710,50492,1,1,NULL),
(6711,1225,1,35,'Applied “Draft 1”'),
(6712,50497,1,1,NULL),
(6713,1231,1,29,'Applied “Draft 1”'),
(6714,50502,1,1,NULL),
(6715,1237,1,41,'Applied “Draft 1”'),
(6716,50508,1,1,NULL),
(6717,1243,1,33,'Applied “Draft 1”'),
(6718,50514,1,1,NULL),
(6719,1249,1,40,'Applied “Draft 1”'),
(6720,50519,1,1,NULL),
(6721,2720,1,38,'Applied “Draft 1”'),
(6722,50525,1,1,NULL),
(6723,1353,1,57,'Applied “Draft 1”'),
(6724,50530,1,1,NULL),
(6725,1359,1,44,'Applied “Draft 1”'),
(6726,50535,1,1,NULL),
(6727,1365,1,34,'Applied “Draft 1”'),
(6728,50540,1,1,NULL),
(6729,2712,1,33,'Applied “Draft 1”'),
(6730,50546,1,1,NULL),
(6731,1371,1,46,'Applied “Draft 1”'),
(6732,50551,1,1,NULL),
(6733,1377,1,38,'Applied “Draft 1”'),
(6734,50556,1,1,NULL),
(6735,1383,1,33,'Applied “Draft 1”'),
(6736,50561,1,1,NULL),
(6737,1389,1,38,'Applied “Draft 1”'),
(6738,50566,1,1,NULL),
(6739,1407,1,37,'Applied “Draft 1”'),
(6740,50571,1,1,NULL),
(6741,1395,1,44,'Applied “Draft 1”'),
(6742,50576,1,1,NULL),
(6743,1401,1,30,'Applied “Draft 1”'),
(6744,50581,1,1,NULL),
(6745,1413,1,37,'Applied “Draft 1”'),
(6746,50587,1,1,NULL),
(6747,1255,1,73,'Applied “Draft 1”'),
(6748,50593,1,1,NULL),
(6749,1269,1,31,'Applied “Draft 1”'),
(6750,50598,1,1,NULL),
(6751,1283,1,42,'Applied “Draft 1”'),
(6752,50603,1,1,NULL),
(6753,1289,1,30,'Applied “Draft 1”'),
(6754,50608,1,1,NULL),
(6755,1303,1,37,'Applied “Draft 1”'),
(6756,50614,1,1,NULL),
(6757,1309,1,28,'Applied “Draft 1”'),
(6758,50619,1,1,NULL),
(6759,1315,1,35,'Applied “Draft 1”'),
(6760,50624,1,1,NULL),
(6761,1329,1,35,'Applied “Draft 1”'),
(6762,50629,1,1,NULL),
(6763,1343,1,28,'Applied “Draft 1”'),
(6764,50634,1,1,NULL),
(6765,1349,1,34,'Applied “Draft 1”'),
(6766,50639,1,1,NULL),
(6767,1277,1,31,'Applied “Draft 1”'),
(6768,50647,1,1,NULL),
(6769,1323,1,33,'Applied “Draft 1”'),
(6770,50652,1,1,NULL),
(6771,1171,1,45,'Applied “Draft 1”'),
(6772,50664,1,1,NULL),
(6773,1209,1,39,'Applied “Draft 1”'),
(6774,50670,1,1,NULL),
(6775,1219,1,27,'Applied “Draft 1”'),
(6776,50676,1,1,NULL),
(6777,1051,1,48,'Applied “Draft 1”');
/*!40000 ALTER TABLE `revisions` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `searchindex`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `searchindex` WRITE;
/*!40000 ALTER TABLE `searchindex` DISABLE KEYS */;
INSERT INTO `searchindex` VALUES
(1,'email',0,1,' kaden aftonkleingroup com '),
(1,'firstname',0,1,''),
(1,'fullname',0,1,''),
(1,'lastname',0,1,''),
(1,'slug',0,1,''),
(1,'username',0,1,' admin '),
(2,'slug',0,1,' ccarbors '),
(2,'title',0,1,' arbors '),
(8,'addressline1',0,1,' 1750 nj 37 '),
(8,'addressline2',0,1,''),
(8,'addressline3',0,1,''),
(8,'administrativearea',0,1,' nj '),
(8,'countrycode',0,1,' us '),
(8,'dependentlocality',0,1,''),
(8,'fullname',0,1,''),
(8,'locality',0,1,' toms river '),
(8,'organization',0,1,''),
(8,'organizationtaxid',0,1,''),
(8,'postalcode',0,1,' 08757 '),
(8,'slug',0,1,' temp oafegazovtrfydqmmqaxsfbghndwkdltlqnq '),
(8,'sortingcode',0,1,''),
(8,'title',0,1,' complete care at arbors '),
(56,'slug',0,1,' robert a '),
(56,'title',0,1,' ashie t '),
(57,'slug',0,1,' bernadette m '),
(57,'title',0,1,' carole t '),
(63,'slug',0,1,' mary o '),
(63,'title',0,1,' cora o '),
(111,'slug',0,1,' private semi private suites '),
(111,'title',0,1,' comfortable rooms '),
(113,'slug',0,1,' cafe restaurant style dining '),
(113,'title',0,1,' chef inspired dining '),
(115,'slug',0,1,' on site beauty salon and barbershop '),
(115,'title',0,1,' healing environments '),
(117,'slug',0,1,' lounges and guest areas '),
(117,'title',0,1,' concierge services '),
(119,'slug',0,1,' courtyard gardens '),
(119,'title',0,1,' personalized wellness '),
(121,'slug',0,1,' cultural educational religious and social activities '),
(121,'title',0,1,' engaging lifestyle '),
(131,'slug',0,1,' rated 5 stars from centers for medicare medicaid services '),
(131,'title',0,1,' rated 5 stars from centers for medicare medicaid services '),
(132,'slug',0,1,' rated 5 stars in quality measures from centers for medicare medicaid services '),
(132,'title',0,1,' rated 5 stars in quality measures from centers for medicare medicaid services '),
(136,'alt',0,1,''),
(136,'extension',0,1,' jpg '),
(136,'filename',0,1,' arbors entrance jpg '),
(136,'kind',0,1,' image '),
(136,'slug',0,1,''),
(136,'title',0,1,' arbors entrance '),
(137,'alt',0,1,''),
(137,'extension',0,1,' jpg '),
(137,'filename',0,1,' arbors room jpg '),
(137,'kind',0,1,' image '),
(137,'slug',0,1,''),
(137,'title',0,1,' arbors room '),
(138,'alt',0,1,''),
(138,'extension',0,1,' jpg '),
(138,'filename',0,1,' arbors table jpg '),
(138,'kind',0,1,' image '),
(138,'slug',0,1,''),
(138,'title',0,1,' arbors table '),
(285,'alt',0,1,''),
(285,'extension',0,1,' jpg '),
(285,'filename',0,1,' hands holding jpg '),
(285,'kind',0,1,' image '),
(285,'slug',0,1,''),
(285,'title',0,1,' hands holding '),
(325,'slug',0,1,' what types of care do you provide '),
(325,'title',0,1,' what types of care do you provide '),
(329,'slug',0,1,' general information '),
(329,'title',0,1,' general information '),
(331,'slug',0,1,' admission process '),
(331,'title',0,1,' admission process '),
(333,'slug',0,1,' care and services '),
(333,'title',0,1,' care and services '),
(335,'slug',0,1,' amenities and lifestyle '),
(335,'title',0,1,' amenities and lifestyle '),
(337,'slug',0,1,' visitation and communication '),
(337,'title',0,1,' visitation and communication '),
(339,'slug',0,1,' family support involvement '),
(339,'title',0,1,' family support involvement '),
(341,'slug',0,1,' financial information '),
(341,'title',0,1,' financial information '),
(343,'slug',0,1,' discharge and transition '),
(343,'title',0,1,' discharge and transition '),
(348,'slug',0,1,' what is post acute care '),
(348,'title',0,1,' what is post acute care '),
(350,'slug',0,1,' how do i know if my loved one needs long term care '),
(350,'title',0,1,' how do i know if my loved one needs long term care '),
(352,'slug',0,1,' how do i start the admissions process '),
(352,'title',0,1,' how do i start the admissions process '),
(354,'slug',0,1,' what sort of paperwork is required '),
(354,'title',0,1,' what sort of paperwork is required '),
(356,'slug',0,1,' can i tour the facility before making a decision '),
(356,'title',0,1,' can i tour the facility before making a decision '),
(358,'slug',0,1,' what should i bring when my loved one is admitted '),
(358,'title',0,1,' what should i bring when my loved one is admitted '),
(360,'slug',0,1,' what will admission day look like '),
(360,'title',0,1,' what will admission day look like '),
(362,'slug',0,1,' will someone contact me after admission '),
(362,'title',0,1,' will someone contact me after admission '),
(364,'slug',0,1,' what if my loved one moves from rehab to long term care '),
(364,'title',0,1,' what if my loved one moves from rehab to long term care '),
(366,'slug',0,1,' what rehabilitation services are available '),
(366,'title',0,1,' what rehabilitation services are available '),
(368,'slug',0,1,' how soon does therapy begin '),
(368,'title',0,1,' how soon does therapy begin '),
(370,'slug',0,1,' how do i know when therapy or care tasks are scheduled '),
(370,'title',0,1,' how do i know when therapy or care tasks are scheduled '),
(372,'slug',0,1,' how is medical care managed during a stay '),
(372,'title',0,1,' how is medical care managed during a stay '),
(374,'slug',0,1,' are family members involved in care planning '),
(374,'title',0,1,' are family members involved in care planning '),
(376,'slug',0,1,' how do you personalize care plans '),
(376,'title',0,1,' how do you personalize care plans '),
(378,'slug',0,1,' who do i contact if i have concerns about care '),
(378,'title',0,1,' who do i contact if i have concerns about care '),
(382,'slug',0,1,' what amenities are available to residents '),
(382,'title',0,1,' what amenities are available to residents '),
(384,'slug',0,1,' can residents personalize their rooms '),
(384,'title',0,1,' can residents personalize their rooms '),
(386,'slug',0,1,' are there activities for residents '),
(386,'title',0,1,' are there activities for residents '),
(388,'slug',0,1,' do residents need money for anything '),
(388,'title',0,1,' do residents need money for anything '),
(390,'slug',0,1,' what are your visitation policies '),
(390,'title',0,1,' what are your visitation policies '),
(392,'slug',0,1,' when is the best time to visit '),
(392,'title',0,1,' when is the best time to visit '),
(394,'slug',0,1,' how can i stay informed about my loved ones care '),
(394,'title',0,1,' how can i stay informed about my loved ones care '),
(396,'slug',0,1,' who gets updates about care '),
(396,'title',0,1,' who gets updates about care '),
(398,'slug',0,1,' can our family pet come for a visit '),
(398,'title',0,1,' can our family pet come for a visit '),
(400,'slug',0,1,' what should i expect emotionally during the first few days '),
(400,'title',0,1,' what should i expect emotionally during the first few days '),
(402,'slug',0,1,' how can i help my loved one adjust '),
(402,'title',0,1,' how can i help my loved one adjust '),
(404,'slug',0,1,' what if i feel unprepared or have questions later '),
(404,'title',0,1,' what if i feel unprepared or have questions later '),
(406,'slug',0,1,' what insurance plans do you accept '),
(406,'title',0,1,' what insurance plans do you accept '),
(408,'slug',0,1,' what if insurance coverage ends but my loved one still needs care '),
(408,'title',0,1,' what if insurance coverage ends but my loved one still needs care '),
(410,'slug',0,1,' what happens if my loved ones needs change and they stay longer than expected '),
(410,'title',0,1,' what happens if my loved ones needs change and they stay longer than expected '),
(412,'slug',0,1,' how do you support residents when they are ready to return home '),
(412,'title',0,1,' how do you support residents when they are ready to return home '),
(414,'slug',0,1,' can my loved one return if they need more care after discharge '),
(414,'title',0,1,' can my loved one return if they need more care after discharge '),
(457,'slug',0,1,' occupational therapy '),
(457,'title',0,1,' occupational therapy '),
(459,'slug',0,1,' rehabilitation program '),
(459,'title',0,1,' rehabilitation program '),
(461,'slug',0,1,' physical therapy '),
(461,'title',0,1,' physical therapy '),
(463,'slug',0,1,' speech therapy '),
(463,'title',0,1,' speech therapy '),
(465,'slug',0,1,' post acute care and skilled nursing services '),
(465,'title',0,1,' post acute care and skilled nursing services '),
(467,'slug',0,1,' primary care '),
(467,'title',0,1,' primary care '),
(469,'slug',0,1,' orthopedic post surgical care '),
(469,'title',0,1,' orthopedic post surgical care '),
(471,'slug',0,1,' cardiac care '),
(471,'title',0,1,' cardiac care '),
(473,'slug',0,1,' neuro stroke care '),
(473,'title',0,1,' neuro stroke care '),
(475,'slug',0,1,' pulmonary care '),
(475,'title',0,1,' pulmonary care '),
(477,'slug',0,1,' wound care '),
(477,'title',0,1,' wound care '),
(479,'slug',0,1,' renal care '),
(479,'title',0,1,' renal care '),
(481,'slug',0,1,' palliative care '),
(481,'title',0,1,' palliative care '),
(483,'slug',0,1,' bariatric care '),
(483,'title',0,1,' bariatric care '),
(485,'slug',0,1,' psychology psychiatric care '),
(485,'title',0,1,' psychology psychiatric care '),
(487,'slug',0,1,' long term care services '),
(487,'title',0,1,' long term care services '),
(489,'slug',0,1,' geriatric care '),
(489,'title',0,1,' geriatric care '),
(491,'slug',0,1,' memory care '),
(491,'title',0,1,' memory care '),
(493,'slug',0,1,' hospice care '),
(493,'title',0,1,' hospice care '),
(495,'slug',0,1,' respite care '),
(495,'title',0,1,' respite care '),
(497,'slug',0,1,' advanced clinical specialties '),
(497,'title',0,1,' advanced clinical programs '),
(545,'alt',0,1,''),
(545,'extension',0,1,' jpg '),
(545,'filename',0,1,' arbors cover photo jpg '),
(545,'kind',0,1,' image '),
(545,'slug',0,1,''),
(545,'title',0,1,' arbors cover photo '),
(548,'alt',0,1,''),
(548,'extension',0,1,' pdf '),
(548,'filename',0,1,' arbors flyer pdf '),
(548,'kind',0,1,' pdf '),
(548,'slug',0,1,''),
(548,'title',0,1,' arbors flyer '),
(554,'slug',0,1,''),
(555,'slug',0,1,' daily housekeeping '),
(555,'title',0,1,' clinical excellence '),
(557,'slug',0,1,' laundry service '),
(557,'title',0,1,' moments that matter '),
(559,'slug',0,1,' complimentary wifi '),
(559,'title',0,1,' trusted reputation '),
(601,'slug',0,1,' cms five star quality measures from '),
(601,'title',0,1,' cms five star quality '),
(605,'slug',0,1,' ahca bronze award from '),
(605,'title',0,1,' striving for ten '),
(612,'alt',0,1,''),
(612,'extension',0,1,' jpg '),
(612,'filename',0,1,' greatplacetowork jpg '),
(612,'kind',0,1,' image '),
(612,'slug',0,1,''),
(612,'title',0,1,' great placeto work '),
(613,'alt',0,1,''),
(613,'extension',0,1,' jpg '),
(613,'filename',0,1,' strivingforten jpg '),
(613,'kind',0,1,' image '),
(613,'slug',0,1,''),
(613,'title',0,1,' strivingfor ten '),
(614,'alt',0,1,''),
(614,'extension',0,1,' jpg '),
(614,'filename',0,1,' 5star oqm jpg '),
(614,'kind',0,1,' image '),
(614,'slug',0,1,''),
(614,'title',0,1,' cms 5 star overall and quality measures '),
(617,'slug',0,1,' from '),
(617,'title',0,1,' great place to work 2025 2026 '),
(632,'alt',0,1,''),
(632,'extension',0,1,' jpg '),
(632,'filename',0,1,' arbors admin jpg '),
(632,'kind',0,1,' image '),
(632,'slug',0,1,''),
(632,'title',0,1,' arbors admin '),
(634,'alt',0,1,''),
(634,'extension',0,1,' jpg '),
(634,'filename',0,1,' arbors ad 1 jpg '),
(634,'kind',0,1,' image '),
(634,'slug',0,1,''),
(634,'title',0,1,' arbors ad 1 '),
(945,'slug',0,1,' ccbeylea '),
(945,'title',0,1,' bey lea '),
(951,'slug',0,1,' ccbeyleaalf '),
(951,'title',0,1,' bey lea assisted living '),
(952,'slug',0,1,''),
(952,'title',0,1,' susan degeorge '),
(953,'slug',0,1,''),
(953,'title',0,1,' brianna osipow '),
(957,'slug',0,1,' completecarebrick '),
(957,'title',0,1,' brick '),
(963,'slug',0,1,' ccburlingtonwoods '),
(963,'title',0,1,' burlington woods '),
(969,'slug',0,1,' ccatcourthouse '),
(969,'title',0,1,' court house '),
(970,'slug',0,1,''),
(970,'title',0,1,' brian klocke '),
(971,'slug',0,1,''),
(971,'title',0,1,' stacy moldando '),
(975,'slug',0,1,' ccatgreenacres '),
(975,'title',0,1,' green acres '),
(976,'slug',0,1,''),
(976,'title',0,1,' eli basch '),
(977,'slug',0,1,''),
(977,'title',0,1,' dana bea '),
(981,'slug',0,1,' ccholidaycity '),
(981,'title',0,1,' holiday city '),
(982,'slug',0,1,''),
(982,'title',0,1,' katie davis '),
(983,'slug',0,1,''),
(983,'title',0,1,' riten pandya '),
(984,'slug',0,1,''),
(984,'title',0,1,' shelby svehla '),
(989,'slug',0,1,' cckressonview '),
(989,'title',0,1,' kresson view '),
(990,'slug',0,1,''),
(990,'title',0,1,' rita degore '),
(991,'slug',0,1,''),
(991,'title',0,1,' elise mcglinchy '),
(995,'slug',0,1,' cclaurelton '),
(995,'title',0,1,' laurelton '),
(996,'slug',0,1,''),
(996,'title',0,1,' jay orzel '),
(999,'slug',0,1,' ccmarcella '),
(999,'title',0,1,' marcella '),
(1000,'slug',0,1,''),
(1000,'title',0,1,' joe kaufman '),
(1001,'slug',0,1,''),
(1001,'title',0,1,' taylor manning '),
(1005,'slug',0,1,' ccmonmouth '),
(1005,'title',0,1,' monmouth '),
(1006,'slug',0,1,''),
(1006,'title',0,1,' chaim kesserman '),
(1007,'slug',0,1,''),
(1007,'title',0,1,' melissa natale '),
(1011,'slug',0,1,' ccoceangrove '),
(1011,'title',0,1,' ocean grove '),
(1017,'slug',0,1,' ccshorrockgardens '),
(1017,'title',0,1,' shorrock gardens '),
(1018,'slug',0,1,''),
(1018,'title',0,1,' shalom ephrathi '),
(1019,'slug',0,1,''),
(1019,'title',0,1,' julie schafer '),
(1023,'slug',0,1,' ccshrewsbury '),
(1023,'title',0,1,' shrewsbury '),
(1031,'slug',0,1,' ccvictoriacommons '),
(1031,'title',0,1,' victoria commons '),
(1032,'slug',0,1,''),
(1032,'title',0,1,' krista rickards '),
(1035,'slug',0,1,' ccvoorhees '),
(1035,'title',0,1,' voorhees '),
(1036,'slug',0,1,''),
(1036,'title',0,1,' susan love '),
(1037,'slug',0,1,''),
(1037,'title',0,1,' rhonda lapalomento '),
(1041,'slug',0,1,' completecarewall '),
(1041,'title',0,1,' wall '),
(1042,'slug',0,1,''),
(1042,'title',0,1,' eli siegfried '),
(1045,'slug',0,1,' ccbayshore '),
(1045,'title',0,1,' bayshore '),
(1051,'slug',0,1,' cccedargrove '),
(1051,'title',0,1,' cedar grove '),
(1052,'slug',0,1,''),
(1052,'title',0,1,' jasmine johnson '),
(1053,'slug',0,1,''),
(1053,'title',0,1,' jospeh marx '),
(1054,'slug',0,1,''),
(1054,'title',0,1,' annarela amat '),
(1059,'slug',0,1,' completecareclark '),
(1059,'title',0,1,' clark '),
(1060,'slug',0,1,''),
(1060,'title',0,1,' christele larosiliere saielle pierrilus '),
(1061,'slug',0,1,''),
(1061,'title',0,1,' joseph edeltuch '),
(1062,'slug',0,1,''),
(1062,'title',0,1,' wislande mauril '),
(1067,'slug',0,1,' ccgreenknoll '),
(1067,'title',0,1,' green knoll '),
(1068,'slug',0,1,''),
(1068,'title',0,1,' rikka libatique '),
(1069,'slug',0,1,''),
(1069,'title',0,1,' reem khair '),
(1073,'slug',0,1,' ccholmdel '),
(1073,'title',0,1,' holmdel '),
(1074,'slug',0,1,''),
(1074,'title',0,1,' brian long '),
(1075,'slug',0,1,''),
(1075,'title',0,1,' deena coffee sr director of sales and marketing '),
(1079,'slug',0,1,' completecareatmadison '),
(1079,'title',0,1,' madison '),
(1080,'slug',0,1,''),
(1080,'title',0,1,' yehuda smoke '),
(1081,'slug',0,1,''),
(1081,'title',0,1,' eileen medina '),
(1085,'slug',0,1,' ccmercerville '),
(1085,'title',0,1,' mercerville '),
(1086,'slug',0,1,''),
(1086,'title',0,1,' yehuda zev berman '),
(1087,'slug',0,1,''),
(1087,'title',0,1,' kris worman '),
(1091,'slug',0,1,' ccorangepark '),
(1091,'title',0,1,' orange park '),
(1092,'slug',0,1,''),
(1092,'title',0,1,' yehuda gottlieb '),
(1093,'slug',0,1,''),
(1093,'title',0,1,' blondine prevlion '),
(1097,'slug',0,1,' ccparkplace '),
(1097,'title',0,1,' park place '),
(1098,'slug',0,1,''),
(1098,'title',0,1,' leiby mayorovitz '),
(1099,'slug',0,1,''),
(1099,'title',0,1,' kimberly olaughlin '),
(1103,'slug',0,1,' ccplainfield '),
(1103,'title',0,1,' plainfield '),
(1104,'slug',0,1,''),
(1104,'title',0,1,' aviel saleh '),
(1105,'slug',0,1,''),
(1105,'title',0,1,' ida dziadyk '),
(1109,'slug',0,1,' ccstvincents '),
(1109,'title',0,1,' st vincents '),
(1110,'slug',0,1,''),
(1110,'title',0,1,' donna davies '),
(1111,'slug',0,1,''),
(1111,'title',0,1,' tiffany romano '),
(1112,'slug',0,1,''),
(1112,'title',0,1,' jocelyn raymond '),
(1117,'slug',0,1,' ccsummitridge '),
(1117,'title',0,1,' summit ridge '),
(1118,'slug',0,1,''),
(1118,'title',0,1,' kanene oleka '),
(1119,'slug',0,1,''),
(1119,'title',0,1,' alarys tavares '),
(1123,'slug',0,1,' ccwestcaldwell '),
(1123,'title',0,1,' west caldwell '),
(1129,'slug',0,1,' ccwestfield '),
(1129,'title',0,1,' westfield '),
(1130,'slug',0,1,''),
(1130,'title',0,1,' joe cohen '),
(1131,'slug',0,1,''),
(1131,'title',0,1,' kenya williams '),
(1135,'slug',0,1,' ccwhisperingwoods '),
(1135,'title',0,1,' whispering woods '),
(1136,'slug',0,1,''),
(1136,'title',0,1,' michele chihadeh '),
(1137,'slug',0,1,''),
(1137,'title',0,1,' deena coffee sr director of sales and marketing '),
(1141,'slug',0,1,' ccatwillowcreek '),
(1141,'title',0,1,' willow creek '),
(1143,'slug',0,1,' ccwoodlands '),
(1143,'title',0,1,' woodlands '),
(1144,'slug',0,1,''),
(1144,'title',0,1,' michael bahooshian '),
(1145,'slug',0,1,''),
(1145,'title',0,1,' brionna allen jordan '),
(1149,'slug',0,1,' rooseveltcarecenter edison '),
(1149,'title',0,1,' roosevelt edison '),
(1150,'slug',0,1,''),
(1150,'title',0,1,' mark sorrento '),
(1151,'slug',0,1,''),
(1151,'title',0,1,' vanessa osi '),
(1155,'slug',0,1,' rooseveltcarecenter oldbridgepletecaremgmt '),
(1155,'title',0,1,' roosevelt old bridge '),
(1156,'slug',0,1,''),
(1156,'title',0,1,' evan gold '),
(1157,'slug',0,1,''),
(1157,'title',0,1,' kendra bass '),
(1161,'slug',0,1,' ccchestnuthillalf '),
(1161,'title',0,1,' chestnut hill residences '),
(1162,'slug',0,1,''),
(1162,'title',0,1,' naftali feld '),
(1165,'slug',0,1,' completecarebarnhill '),
(1165,'title',0,1,' barn hill '),
(1171,'slug',0,1,' completecareberkshire '),
(1171,'title',0,1,' berkshire '),
(1172,'slug',0,1,''),
(1172,'title',0,1,' shannon vinciguerra '),
(1173,'slug',0,1,''),
(1173,'title',0,1,' adrienne lukity '),
(1177,'slug',0,1,' ccbrakeleypark '),
(1177,'title',0,1,' brakeley park '),
(1185,'slug',0,1,' ccchestnuthill '),
(1185,'title',0,1,' chestnut hill '),
(1186,'slug',0,1,''),
(1186,'title',0,1,' henry litchfield '),
(1187,'slug',0,1,''),
(1187,'title',0,1,' elizabeth pallotto '),
(1191,'slug',0,1,' ccfairlawnedge '),
(1191,'title',0,1,' fair lawn edge '),
(1192,'slug',0,1,''),
(1192,'title',0,1,' robert constantin '),
(1193,'slug',0,1,''),
(1193,'title',0,1,' derah evans '),
(1197,'slug',0,1,' cchamiltonplaza '),
(1197,'title',0,1,' hamilton plaza '),
(1198,'slug',0,1,''),
(1198,'title',0,1,' steven rieder '),
(1201,'slug',0,1,' ccharborage '),
(1201,'title',0,1,' harborage '),
(1202,'slug',0,1,''),
(1202,'title',0,1,' yeira matos '),
(1203,'slug',0,1,''),
(1203,'title',0,1,' michael lifschutz '),
(1204,'slug',0,1,''),
(1204,'title',0,1,' merlin romero '),
(1209,'slug',0,1,' ccharstonhall '),
(1209,'title',0,1,' harston hall '),
(1210,'slug',0,1,''),
(1210,'title',0,1,' joshua levy '),
(1211,'slug',0,1,''),
(1211,'title',0,1,' tammy mauz '),
(1215,'slug',0,1,' ccinglemoor '),
(1215,'title',0,1,' inglemoor '),
(1216,'slug',0,1,''),
(1216,'title',0,1,' ian singer '),
(1219,'slug',0,1,' cclehigh '),
(1219,'title',0,1,' lehigh '),
(1220,'slug',0,1,''),
(1220,'title',0,1,' deb stoneback '),
(1221,'slug',0,1,''),
(1221,'title',0,1,' monica trilli '),
(1225,'slug',0,1,' ccmilfordmanor '),
(1225,'title',0,1,' milford manor '),
(1226,'slug',0,1,''),
(1226,'title',0,1,' grace reyes '),
(1227,'slug',0,1,''),
(1227,'title',0,1,' amanda sensale '),
(1231,'slug',0,1,' ccphillipsburg '),
(1231,'title',0,1,' phillipsburg '),
(1232,'slug',0,1,''),
(1232,'title',0,1,' abby dantinne '),
(1233,'slug',0,1,''),
(1233,'title',0,1,' michele cartagena '),
(1237,'slug',0,1,' ccprospectheights '),
(1237,'title',0,1,' prospect heights '),
(1238,'slug',0,1,''),
(1238,'title',0,1,' rj clemor '),
(1239,'slug',0,1,''),
(1239,'title',0,1,' luisa alcover '),
(1243,'slug',0,1,' ccregent '),
(1243,'title',0,1,' regent '),
(1244,'slug',0,1,''),
(1244,'title',0,1,' moshe gottesman '),
(1245,'slug',0,1,''),
(1245,'title',0,1,' dawyn karvoski '),
(1249,'slug',0,1,' ccwaynehills '),
(1249,'title',0,1,' wayne hills '),
(1250,'slug',0,1,''),
(1250,'title',0,1,' ralph muller '),
(1251,'slug',0,1,''),
(1251,'title',0,1,' amanda sensale '),
(1255,'slug',0,1,' ccannapolis '),
(1255,'title',0,1,' annapolis '),
(1261,'slug',0,1,' ccbrackenville '),
(1261,'title',0,1,' brackenville '),
(1262,'slug',0,1,''),
(1262,'title',0,1,' alexandra greene '),
(1263,'slug',0,1,''),
(1263,'title',0,1,' ronald inglis '),
(1264,'slug',0,1,''),
(1264,'title',0,1,' tiffany gugliotta '),
(1269,'slug',0,1,' cccorsicahills '),
(1269,'title',0,1,' corsica hills '),
(1270,'slug',0,1,''),
(1270,'title',0,1,' ashley henderson '),
(1271,'slug',0,1,''),
(1271,'title',0,1,' jessica dukes '),
(1272,'slug',0,1,''),
(1272,'title',0,1,' mariah beatty '),
(1277,'slug',0,1,' ccdawnview '),
(1277,'title',0,1,' dawnview '),
(1278,'slug',0,1,''),
(1278,'title',0,1,' stephanie j shoemaker '),
(1279,'slug',0,1,''),
(1279,'title',0,1,' sheila keister '),
(1283,'slug',0,1,' cchagerstown '),
(1283,'title',0,1,' hagerstown '),
(1284,'slug',0,1,''),
(1284,'title',0,1,' cindy nasrawy '),
(1285,'slug',0,1,''),
(1285,'title',0,1,' stephanie kendle '),
(1289,'slug',0,1,' completecareheritage '),
(1289,'title',0,1,' heritage '),
(1290,'slug',0,1,''),
(1290,'title',0,1,' leroy watters '),
(1291,'slug',0,1,''),
(1291,'title',0,1,' william brawders '),
(1292,'slug',0,1,''),
(1292,'title',0,1,' debbie kramer '),
(1297,'slug',0,1,' completecarehillside '),
(1297,'title',0,1,' hillside '),
(1298,'slug',0,1,''),
(1298,'title',0,1,' ruth graziano '),
(1299,'slug',0,1,''),
(1299,'title',0,1,' pam melvin '),
(1303,'slug',0,1,' cchyattsville '),
(1303,'title',0,1,' hyattsville '),
(1304,'slug',0,1,''),
(1304,'title',0,1,' aaron smith '),
(1305,'slug',0,1,''),
(1305,'title',0,1,' isha bah '),
(1309,'slug',0,1,' cclaplata '),
(1309,'title',0,1,' la plata '),
(1310,'slug',0,1,''),
(1310,'title',0,1,' bill dickey '),
(1311,'slug',0,1,''),
(1311,'title',0,1,' delaura harris '),
(1315,'slug',0,1,' ccmultimed '),
(1315,'title',0,1,' multi medical center '),
(1316,'slug',0,1,''),
(1316,'title',0,1,' krysten scharfe '),
(1317,'slug',0,1,''),
(1317,'title',0,1,' stacie odachowski '),
(1318,'slug',0,1,''),
(1318,'title',0,1,' kristy shanahan '),
(1323,'slug',0,1,' completecareoakridge '),
(1323,'title',0,1,' oak ridge '),
(1324,'slug',0,1,''),
(1324,'title',0,1,' jim triana '),
(1325,'slug',0,1,''),
(1325,'title',0,1,' holly medley '),
(1329,'slug',0,1,' ccsevernapark '),
(1329,'title',0,1,' severna park '),
(1330,'slug',0,1,''),
(1330,'title',0,1,' angela gillis '),
(1331,'slug',0,1,''),
(1331,'title',0,1,' jane ketternam '),
(1332,'slug',0,1,''),
(1332,'title',0,1,' jamal harris '),
(1337,'slug',0,1,' ccsilverlake '),
(1337,'title',0,1,' silver lake '),
(1338,'slug',0,1,''),
(1338,'title',0,1,' steven smith '),
(1339,'slug',0,1,''),
(1339,'title',0,1,' jessica hurst '),
(1343,'slug',0,1,' ccspringbrook '),
(1343,'title',0,1,' springbrook '),
(1344,'slug',0,1,''),
(1344,'title',0,1,' oludapo eludoyin '),
(1345,'slug',0,1,''),
(1345,'title',0,1,' luis vargas '),
(1349,'slug',0,1,' ccwheaton '),
(1349,'title',0,1,' wheaton '),
(1350,'slug',0,1,''),
(1350,'title',0,1,' latif nabi '),
(1353,'slug',0,1,' ccchristianhome '),
(1353,'title',0,1,' christian home '),
(1359,'slug',0,1,' ccglendalewest '),
(1359,'title',0,1,' glendale west '),
(1360,'slug',0,1,''),
(1360,'title',0,1,' evan kinney '),
(1361,'slug',0,1,''),
(1361,'title',0,1,' katie schleicher '),
(1365,'slug',0,1,' ccgrandeprairie '),
(1365,'title',0,1,' grande prairie '),
(1366,'slug',0,1,''),
(1366,'title',0,1,' william steele '),
(1367,'slug',0,1,''),
(1367,'title',0,1,' jennifer chuc '),
(1371,'slug',0,1,' cckensington '),
(1371,'title',0,1,' kensington '),
(1372,'slug',0,1,''),
(1372,'title',0,1,' christine klekamp '),
(1373,'slug',0,1,''),
(1373,'title',0,1,' lindsay parry '),
(1377,'slug',0,1,' ccmanitowoc '),
(1377,'title',0,1,' manitowoc '),
(1378,'slug',0,1,''),
(1378,'title',0,1,' cynthia grindheim '),
(1379,'slug',0,1,''),
(1379,'title',0,1,' hailey hagg '),
(1383,'slug',0,1,' ccnazareth '),
(1383,'title',0,1,' nazareth '),
(1384,'slug',0,1,''),
(1384,'title',0,1,' jason williams '),
(1385,'slug',0,1,''),
(1385,'title',0,1,' gloria neal '),
(1389,'slug',0,1,' ccridgewood '),
(1389,'title',0,1,' ridgewood '),
(1390,'slug',0,1,''),
(1390,'title',0,1,' scott myers executive director '),
(1391,'slug',0,1,''),
(1391,'title',0,1,' rachel woodford '),
(1395,'slug',0,1,' ccjeffersonmeadows '),
(1395,'title',0,1,' jefferson meadows '),
(1396,'slug',0,1,''),
(1396,'title',0,1,' emily greenwood '),
(1397,'slug',0,1,''),
(1397,'title',0,1,' ashley siegler '),
(1401,'slug',0,1,' ccmaplegrove '),
(1401,'title',0,1,' maple grove '),
(1402,'slug',0,1,''),
(1402,'title',0,1,' sean murphy '),
(1403,'slug',0,1,''),
(1403,'title',0,1,' jamie l forman '),
(1407,'slug',0,1,' ccsouthpointe '),
(1407,'title',0,1,' southpointe '),
(1408,'slug',0,1,''),
(1408,'title',0,1,' rebecca rieber executive director '),
(1409,'slug',0,1,''),
(1409,'title',0,1,' catherine misorski '),
(1413,'slug',0,1,' ccgermantown '),
(1413,'title',0,1,' germantown '),
(1414,'slug',0,1,''),
(1414,'title',0,1,' erin binder '),
(1415,'slug',0,1,''),
(1415,'title',0,1,' deana stakic '),
(1419,'slug',0,1,' ccfoxhill '),
(1419,'title',0,1,' fox hill '),
(1420,'slug',0,1,''),
(1420,'title',0,1,' jeff hilliard '),
(1421,'slug',0,1,''),
(1421,'title',0,1,' holly dean '),
(1425,'slug',0,1,' completecareglendale '),
(1425,'title',0,1,' glendale '),
(1426,'slug',0,1,''),
(1426,'title',0,1,' melissa schmitt '),
(1427,'slug',0,1,''),
(1427,'title',0,1,' karley conway '),
(1431,'slug',0,1,' ccgrotonregency '),
(1431,'title',0,1,' groton regency '),
(1432,'slug',0,1,''),
(1432,'title',0,1,' jeffrey turner '),
(1433,'slug',0,1,''),
(1433,'title',0,1,' lynn marino ava genova '),
(1437,'slug',0,1,' ccgrotonrch '),
(1437,'title',0,1,' groton regency residential care home '),
(1438,'slug',0,1,''),
(1438,'title',0,1,' jeffrey turner '),
(1439,'slug',0,1,''),
(1439,'title',0,1,' lynn marino ava genova '),
(1443,'slug',0,1,' ccharringtoncourt '),
(1443,'title',0,1,' harrington court '),
(1444,'slug',0,1,''),
(1444,'title',0,1,' angela perry '),
(1445,'slug',0,1,''),
(1445,'title',0,1,' rebekah mcdougall '),
(1449,'slug',0,1,' completecarekhn '),
(1449,'title',0,1,' kimberly hall north '),
(1450,'slug',0,1,''),
(1450,'title',0,1,' natalie duncan '),
(1451,'slug',0,1,''),
(1451,'title',0,1,' kiera dickenson '),
(1455,'slug',0,1,' completecarekhs '),
(1455,'title',0,1,' kimberly hall south '),
(1456,'slug',0,1,''),
(1456,'title',0,1,' thomas russo '),
(1457,'slug',0,1,''),
(1457,'title',0,1,' barbara grogoza '),
(1461,'slug',0,1,' ccmeriden '),
(1461,'title',0,1,' meriden '),
(1462,'slug',0,1,''),
(1462,'title',0,1,' carmelina lina hillard '),
(1463,'slug',0,1,''),
(1463,'title',0,1,' lisa sala '),
(1467,'slug',0,1,' ccmiddlebury '),
(1467,'title',0,1,' middlebury '),
(1468,'slug',0,1,''),
(1468,'title',0,1,' peter knights '),
(1469,'slug',0,1,''),
(1469,'title',0,1,' alexa graves '),
(1473,'slug',0,1,' completecareblvd '),
(1473,'title',0,1,' the boulevard '),
(1474,'slug',0,1,''),
(1474,'title',0,1,' luisa villalba assistant admin '),
(1477,'slug',0,1,' ccmargatepark '),
(1477,'title',0,1,' margate park '),
(1478,'slug',0,1,''),
(1478,'title',0,1,' eli barnett '),
(1481,'slug',0,1,' ccsheridancommons '),
(1481,'title',0,1,' sheridan commons '),
(1487,'slug',0,1,' jessica bland '),
(1487,'title',0,1,' jessica bland '),
(1494,'slug',0,1,' eli siegfried '),
(1494,'title',0,1,' eli siegfried '),
(1495,'slug',0,1,' brianna osipow '),
(1495,'title',0,1,' brianna osipow '),
(1499,'slug',0,1,' susan degeorge '),
(1499,'title',0,1,' susan degeorge '),
(1500,'slug',0,1,' brianna osipow '),
(1500,'title',0,1,' brianna osipow '),
(1504,'slug',0,1,' joe hiller '),
(1504,'title',0,1,' joe hiller '),
(1505,'slug',0,1,' brianna febus '),
(1505,'title',0,1,' jocelyn ruiz '),
(1509,'slug',0,1,' eli goldman '),
(1509,'title',0,1,' eli goldman '),
(1510,'slug',0,1,' carmen gonzalez '),
(1510,'title',0,1,' carmen gonzalez '),
(1514,'slug',0,1,' brian klocke '),
(1514,'title',0,1,' brian klocke '),
(1515,'slug',0,1,' stacy moldando '),
(1515,'title',0,1,' stacy moldando '),
(1519,'slug',0,1,' eli basch '),
(1519,'title',0,1,' menachem shapiro '),
(1520,'slug',0,1,' dana bea '),
(1520,'title',0,1,' jessica cooke '),
(1524,'slug',0,1,''),
(1524,'title',0,1,' katie davis '),
(1525,'slug',0,1,' riten pandya '),
(1525,'title',0,1,' riten pandya '),
(1526,'slug',0,1,' shelby svehla '),
(1526,'title',0,1,' patricia brown '),
(1531,'slug',0,1,' rita degore '),
(1531,'title',0,1,' rita degore '),
(1532,'slug',0,1,' elise mcglinchy '),
(1532,'title',0,1,' elise mcglinchy '),
(1536,'slug',0,1,' jay orzel '),
(1536,'title',0,1,' elizabeth irrizarry '),
(1539,'slug',0,1,' joe kaufman '),
(1539,'title',0,1,' joe kaufman '),
(1540,'slug',0,1,' taylor manning '),
(1540,'title',0,1,' taylor manning '),
(1544,'slug',0,1,' chaim kesserman '),
(1544,'title',0,1,' chaim kesserman '),
(1545,'slug',0,1,' melissa natale '),
(1545,'title',0,1,' telley messavi '),
(1549,'slug',0,1,' yossi stern '),
(1549,'title',0,1,' dimitry ruchaevsky '),
(1550,'slug',0,1,' jenna mikolay '),
(1550,'title',0,1,' jenna mikolay '),
(1554,'slug',0,1,' shalom ephrathi '),
(1554,'title',0,1,' shalom ephrathi '),
(1555,'slug',0,1,' julie schafer '),
(1555,'title',0,1,' julie schafer '),
(1559,'slug',0,1,''),
(1559,'title',0,1,' tonya hollman '),
(1560,'slug',0,1,' jason gibbs '),
(1560,'title',0,1,' jason gibbs '),
(1561,'slug',0,1,' djana kolari '),
(1561,'title',0,1,' djana kolari '),
(1566,'slug',0,1,''),
(1566,'title',0,1,' krista rickards '),
(1569,'slug',0,1,' susan love '),
(1569,'title',0,1,' susan love '),
(1570,'slug',0,1,' rhonda lapalomento '),
(1570,'title',0,1,' rhonda lapalomento '),
(1574,'slug',0,1,' kyle newfeld '),
(1574,'title',0,1,' kyle newfeld '),
(1577,'slug',0,1,' yoni nussbaum '),
(1577,'title',0,1,' yoni nussbaum '),
(1578,'slug',0,1,' amie davison '),
(1578,'title',0,1,' amie davison '),
(1582,'slug',0,1,''),
(1582,'title',0,1,' jasmine johnson '),
(1583,'slug',0,1,' jeanne leus '),
(1583,'title',0,1,' jeanne leus '),
(1584,'slug',0,1,' annarela amat '),
(1584,'title',0,1,' annarela amat '),
(1589,'slug',0,1,''),
(1589,'title',0,1,' christele larosiliere saielle pierrilus '),
(1590,'slug',0,1,' joseph edeltuch '),
(1590,'title',0,1,' joseph edeltuch '),
(1591,'slug',0,1,' wislande mauril '),
(1591,'title',0,1,' wislande mauril '),
(1596,'slug',0,1,' rikka libatique '),
(1596,'title',0,1,' rikka libatique '),
(1597,'slug',0,1,' reem khair '),
(1597,'title',0,1,' reem khair '),
(1601,'slug',0,1,' brian long '),
(1601,'title',0,1,' brian long '),
(1602,'slug',0,1,' deena coffee '),
(1602,'title',0,1,' deena coffee '),
(1606,'slug',0,1,' yehuda smoke '),
(1606,'title',0,1,' yehuda smoke '),
(1607,'slug',0,1,' ashley graham '),
(1607,'title',0,1,' ashley graham '),
(1611,'slug',0,1,' yehuda zev berman '),
(1611,'title',0,1,' zev berman '),
(1612,'slug',0,1,' kris worman '),
(1612,'title',0,1,' kris worman '),
(1616,'slug',0,1,' mac thervil '),
(1616,'title',0,1,' mac thervil '),
(1617,'slug',0,1,' blondine prevlion '),
(1617,'title',0,1,' blondine prevlion '),
(1621,'slug',0,1,' leiby mayorovitz '),
(1621,'title',0,1,' leiby mayerovitz '),
(1622,'slug',0,1,' kimberly olaughlin '),
(1622,'title',0,1,' kimberly olaughlin '),
(1626,'slug',0,1,' aviel saleh '),
(1626,'title',0,1,' aviel seleh '),
(1627,'slug',0,1,' ida dziadyk '),
(1627,'title',0,1,' ida dziadyk '),
(1631,'slug',0,1,''),
(1631,'title',0,1,' donna davies '),
(1632,'slug',0,1,' tiffany romano '),
(1632,'title',0,1,' tiffany romano '),
(1633,'slug',0,1,' danielle flemmings '),
(1633,'title',0,1,' danielle flemmings '),
(1638,'slug',0,1,' kanene oleka '),
(1638,'title',0,1,' olga shneyderman '),
(1639,'slug',0,1,' alarys tavares '),
(1639,'title',0,1,' darian reed '),
(1643,'slug',0,1,' anna chbihi '),
(1643,'title',0,1,' anna chbihi '),
(1644,'slug',0,1,' beverly blaise '),
(1644,'title',0,1,' shawanna tavers '),
(1648,'slug',0,1,' joe cohen '),
(1648,'title',0,1,' yosef gerson '),
(1649,'slug',0,1,' kenya williams '),
(1649,'title',0,1,' kenya williams '),
(1653,'slug',0,1,' michele chihadeh '),
(1653,'title',0,1,' michele chihadeh '),
(1654,'slug',0,1,' deena coffee sr director of sales and marketing '),
(1654,'title',0,1,' deena coffee sr director of sales and marketing '),
(1659,'slug',0,1,''),
(1659,'title',0,1,' michael bahooshian '),
(1660,'slug',0,1,' brionna allen jordan '),
(1660,'title',0,1,' brionna allen jordan '),
(1664,'slug',0,1,''),
(1664,'title',0,1,' mark sorrento '),
(1665,'slug',0,1,' vanessa osi '),
(1665,'title',0,1,' vanessa osi '),
(1669,'slug',0,1,''),
(1669,'title',0,1,' evan gold '),
(1670,'slug',0,1,' kendra bass '),
(1670,'title',0,1,' kendra bass '),
(1674,'slug',0,1,' naftali feld '),
(1674,'title',0,1,' naftali feld '),
(1677,'slug',0,1,' erica braun '),
(1677,'title',0,1,' erica braun '),
(1678,'slug',0,1,' louise imperiale '),
(1678,'title',0,1,' louise imperiale '),
(1682,'slug',0,1,' shannon vinciguerra '),
(1682,'title',0,1,' shannon vinciguerra '),
(1683,'slug',0,1,' jennifer harvey '),
(1683,'title',0,1,' jennifer harvey '),
(1692,'slug',0,1,' courtney petocz '),
(1692,'title',0,1,' courtney petocz '),
(1693,'slug',0,1,' michele cartagena '),
(1693,'title',0,1,' michele cartagena '),
(1694,'slug',0,1,' henry litchfield '),
(1694,'title',0,1,' henry litchfield '),
(1695,'slug',0,1,' elizabeth pallotto '),
(1695,'title',0,1,' elizabeth pallotto '),
(1699,'slug',0,1,' robert constantin '),
(1699,'title',0,1,' robert constantin '),
(1700,'slug',0,1,' derah evans '),
(1700,'title',0,1,' ruth bryant '),
(1704,'slug',0,1,' steven rieder '),
(1704,'title',0,1,' steven rieder '),
(1707,'slug',0,1,''),
(1707,'title',0,1,' yeira matos '),
(1708,'slug',0,1,' michael lifschutz '),
(1708,'title',0,1,' michael lifschutz '),
(1709,'slug',0,1,' merlin romero '),
(1709,'title',0,1,' merlin romero '),
(1714,'slug',0,1,' joshua levy '),
(1714,'title',0,1,' joshua levy '),
(1715,'slug',0,1,' tammy mauz '),
(1715,'title',0,1,' tammy mauz '),
(1719,'slug',0,1,' trevor dublin '),
(1719,'title',0,1,' trevor dublin '),
(1722,'slug',0,1,''),
(1722,'title',0,1,' deb stoneback '),
(1723,'slug',0,1,' monica trilli '),
(1723,'title',0,1,' monica trilli '),
(1727,'slug',0,1,' moshe rosenblatt '),
(1727,'title',0,1,' moshe rosenblatt '),
(1728,'slug',0,1,' amanda sensale '),
(1728,'title',0,1,' amanda sensale '),
(1732,'slug',0,1,' abby dantinne '),
(1732,'title',0,1,' edward burleigh '),
(1733,'slug',0,1,''),
(1733,'title',0,1,' michele cartagena '),
(1737,'slug',0,1,' rj clemor '),
(1737,'title',0,1,' rj clemor '),
(1738,'slug',0,1,' luisa alcover '),
(1738,'title',0,1,' luisa alcover '),
(1742,'slug',0,1,' moshe gottesman '),
(1742,'title',0,1,' moshe gottesman '),
(1743,'slug',0,1,' dawyn karvoski '),
(1743,'title',0,1,' dawyn karvoski '),
(1747,'slug',0,1,' ralph muller '),
(1747,'title',0,1,' ralph muller '),
(1748,'slug',0,1,' amanda sensale '),
(1748,'title',0,1,' angelica dulay '),
(1752,'slug',0,1,' michael willis '),
(1752,'title',0,1,' michael willis '),
(1753,'slug',0,1,' andrea aggasid '),
(1753,'title',0,1,' hilary jones '),
(1757,'slug',0,1,''),
(1757,'title',0,1,' alexandra greene '),
(1758,'slug',0,1,''),
(1758,'title',0,1,' ronald inglis '),
(1759,'slug',0,1,' tiffany gugliotta '),
(1759,'title',0,1,' tiffany gugliotta '),
(1764,'slug',0,1,''),
(1764,'title',0,1,' ashley henderson '),
(1765,'slug',0,1,' jessica dukes '),
(1765,'title',0,1,' jessica dukes '),
(1766,'slug',0,1,' mariah beatty '),
(1766,'title',0,1,' mariah beatty '),
(1771,'slug',0,1,' stephanie j shoemaker '),
(1771,'title',0,1,' stephanie j shoemaker '),
(1772,'slug',0,1,' sheila keister '),
(1772,'title',0,1,' sheila keister '),
(1776,'slug',0,1,' cindy nasrawy '),
(1776,'title',0,1,' cindy nasrawy '),
(1777,'slug',0,1,' stephanie kendle '),
(1777,'title',0,1,' stephanie kendle '),
(1781,'slug',0,1,''),
(1781,'title',0,1,' leroy watters '),
(1782,'slug',0,1,' william brawders '),
(1782,'title',0,1,' william brawders '),
(1783,'slug',0,1,' debbie kramer '),
(1783,'title',0,1,' debbie kramer '),
(1788,'slug',0,1,' ruth graziano '),
(1788,'title',0,1,' ruth graziano '),
(1789,'slug',0,1,' pam melvin '),
(1789,'title',0,1,' pam melvin '),
(1793,'slug',0,1,' antionette doublin '),
(1793,'title',0,1,' antionette doublin '),
(1794,'slug',0,1,' isha bah '),
(1794,'title',0,1,' isha bah '),
(1798,'slug',0,1,''),
(1798,'title',0,1,' bill dickey '),
(1799,'slug',0,1,' delaura harris '),
(1799,'title',0,1,' delaura harris '),
(1803,'slug',0,1,''),
(1803,'title',0,1,' krysten scharfe '),
(1804,'slug',0,1,' stacie odachowski '),
(1804,'title',0,1,' stacie odachowski '),
(1805,'slug',0,1,' kristy shanahan '),
(1805,'title',0,1,' kristy shanahan '),
(1810,'slug',0,1,' jim triana '),
(1810,'title',0,1,' jim triana '),
(1811,'slug',0,1,' holly medley '),
(1811,'title',0,1,' holly medley '),
(1815,'slug',0,1,''),
(1815,'title',0,1,' angela gillis '),
(1816,'slug',0,1,' jane ketterman '),
(1816,'title',0,1,' richard ludlow '),
(1817,'slug',0,1,''),
(1817,'title',0,1,' jamal harris '),
(1822,'slug',0,1,''),
(1822,'title',0,1,' steven smith '),
(1823,'slug',0,1,' jessica hurst '),
(1823,'title',0,1,' jessica hurst '),
(1827,'slug',0,1,' oludapo eludoyin '),
(1827,'title',0,1,' oludapo eludoyin '),
(1828,'slug',0,1,' luis vargas '),
(1828,'title',0,1,' luis vargas '),
(1832,'slug',0,1,' latif nabi '),
(1832,'title',0,1,' latif nabi '),
(1835,'slug',0,1,' lauren fetrow '),
(1835,'title',0,1,' lauren fetrow '),
(1836,'slug',0,1,' amy evans '),
(1836,'title',0,1,' amy evans '),
(1840,'slug',0,1,' evan kinney '),
(1840,'title',0,1,' evan kinney '),
(1841,'slug',0,1,' katie schleicher '),
(1841,'title',0,1,' katie schleicher '),
(1845,'slug',0,1,' william steele '),
(1845,'title',0,1,' william steele '),
(1846,'slug',0,1,' jennifer chuc '),
(1846,'title',0,1,' jennifer chuc '),
(1850,'slug',0,1,' christine klekamp '),
(1850,'title',0,1,' scott hochstadt '),
(1851,'slug',0,1,' lindsay parry '),
(1851,'title',0,1,' lindsay parry '),
(1855,'slug',0,1,' cynthia grindheim '),
(1855,'title',0,1,' brianna christel '),
(1856,'slug',0,1,' hailey hagg '),
(1856,'title',0,1,' hailey shillcox '),
(1860,'slug',0,1,' jason williams '),
(1860,'title',0,1,' jason williams '),
(1861,'slug',0,1,' victoria gouldthorp '),
(1861,'title',0,1,' victoria gouldthorp '),
(1865,'slug',0,1,' scott myers '),
(1865,'title',0,1,' scott myers '),
(1866,'slug',0,1,' rachel woodford '),
(1866,'title',0,1,' rachel woodford '),
(1870,'slug',0,1,' emily greenwood '),
(1870,'title',0,1,' emily greenwood '),
(1871,'slug',0,1,' ashley siegler '),
(1871,'title',0,1,' ashley siegler '),
(1875,'slug',0,1,' sean murphy '),
(1875,'title',0,1,' sean murphy '),
(1876,'slug',0,1,' jamie l forman '),
(1876,'title',0,1,' jamie l forman '),
(1880,'slug',0,1,' rebecca rieber '),
(1880,'title',0,1,' rebecca rieber '),
(1881,'slug',0,1,' catherine misorski '),
(1881,'title',0,1,' catherine misorski '),
(1885,'slug',0,1,' michael spitzer '),
(1885,'title',0,1,' michael spitzer '),
(1886,'slug',0,1,' deana stakic '),
(1886,'title',0,1,' deana stakic '),
(1890,'slug',0,1,' jeff hilliard '),
(1890,'title',0,1,' elisabeth woolf '),
(1891,'slug',0,1,' holly dean '),
(1891,'title',0,1,' christina king '),
(1895,'slug',0,1,' melissa schmitt '),
(1895,'title',0,1,' melissa schmitt '),
(1896,'slug',0,1,' karley conway '),
(1896,'title',0,1,' karley conway '),
(1900,'slug',0,1,' jeffrey turner '),
(1900,'title',0,1,' jeffrey turner '),
(1901,'slug',0,1,' lynn marino '),
(1901,'title',0,1,' holly dean '),
(1905,'slug',0,1,' jeffrey turner '),
(1905,'title',0,1,' jeffrey turner '),
(1906,'slug',0,1,' ava genova '),
(1906,'title',0,1,' ava genova '),
(1910,'slug',0,1,''),
(1910,'title',0,1,' angela perry '),
(1911,'slug',0,1,' madison roman '),
(1911,'title',0,1,' madison roman '),
(1915,'slug',0,1,''),
(1915,'title',0,1,' natalie duncan '),
(1916,'slug',0,1,' kiera dickenson '),
(1916,'title',0,1,' kiera dickenso '),
(1920,'slug',0,1,' thomas russo '),
(1920,'title',0,1,' thomas russo '),
(1921,'slug',0,1,' barbara grogoza '),
(1921,'title',0,1,' barbara grogoza '),
(1925,'slug',0,1,''),
(1925,'title',0,1,' carmelina lina hillard '),
(1926,'slug',0,1,' lisa sala '),
(1926,'title',0,1,' lisa sala '),
(1930,'slug',0,1,' peter knights '),
(1930,'title',0,1,' peter knights '),
(1931,'slug',0,1,' alexa graves '),
(1931,'title',0,1,' alexa graves '),
(1935,'slug',0,1,' darnell fortney bs ms lnha '),
(1935,'title',0,1,' david glat '),
(1938,'slug',0,1,' naisha lee bs lnha '),
(1938,'title',0,1,' naisha lee bs lnha '),
(1941,'slug',0,1,' michael jacobson lnha '),
(1941,'title',0,1,' michael jacobson lnha '),
(2516,'alt',0,1,''),
(2516,'extension',0,1,' jpg '),
(2516,'filename',0,1,' striveforten updated jpg '),
(2516,'kind',0,1,' image '),
(2516,'slug',0,1,''),
(2516,'title',0,1,' strivefor ten updated '),
(2519,'field',35,1,' wellness wellness '),
(2519,'field',36,1,' when many people think of recreation programs in long term care centers they often picture residents gathered for a lively game of bingo while bingo has its place in the hearts of many the reality is that recreation programs offer so much more '),
(2519,'field',38,1,' when many people think of recreation programs in long term care centers they often picture residents gathered for a lively game of bingo while bingo has its place in the hearts of many the reality is that recreation programs offer so much more these programs are thoughtfully designed to improve the quality of life for residents address their individual needs and foster a sense of purpose and community we invite you to take a closer look at the purpose behind recreation programs in long term care centers and the profound benefits they provide for residents and their families promoting physical health and wellness staying active is essential at any age and recreation programs help residents maintain their physical health through tailored activities programs like chair yoga dance walking clubs and group exercise classes support mobility balance and flexibility by engaging in these activities residents can prevent falls manage chronic conditions and enhance overall strength and endurance for example a simple morning stretch class might help a resident reduce joint stiffness helping them perform daily tasks more comfortably and maintain a sense of independence enhancing cognitive function recreation programs often incorporate activities that challenge the mind such as trivia puzzles creative writing and brain games these programs are particularly valuable for residents living with dementia or other cognitive impairments evidence based programs like music therapy and memory cafes stimulate memory recall and improve focus while art classes encourage creative thinking and self expression these activities not only preserve cognitive function but also provide a meaningful outlet for emotions every month our corporate team creates an engaging program for every facility to do this month we created a dice trivia game where residents could toss the dice and whatever number came up they would answer the coordinating personal trivia question to share with their friends explained rivky jacobs corporate director of marketing fostering emotional well being adjusting to life in a long term care setting even just for a short rehabilitation stay can be challenging but recreation programs are vital in creating a welcoming and supportive environment activities like pet therapy gardening and music sessions offer therapeutic benefits reducing stress anxiety and depression residents often experience a boost in self esteem and a sense of accomplishment when they complete a project learn something new or engage in meaningful tasks for example a resident who enjoys painting may find joy in seeing their artwork displayed in a community art show explained tracy aiello regional activities director building social connections loneliness and isolation are common concerns for older adults but recreation programs encourage residents to connect with others group activities like book clubs cooking classes and themed social events foster camaraderie and a sense of belonging family focused events such as holiday celebrations and intergenerational programs strengthen bonds between residents and their loved ones creating cherished memories that enhance the care experience celebrating individual interests and cultures the most impactful recreation programs are resident centered catering to individual preferences hobbies and cultural backgrounds by offering diverse activities such as music from different eras spiritual services and cultural festivals residents feel valued and understood explained tracy when a resident is empowered to pursue their passions whether its knitting gardening or leading a group discussion they regain a sense of purpose that enriches their daily life empowering residents to thrive the ultimate goal of recreation programs is not merely to fill time but to create opportunities for residents to thrive these programs are thoughtfully designed to address the whole person body mind and spirit while fostering a sense of joy and fulfillment when families understand the deeper purpose of recreation programs they see long term care not just as a place for their loved ones to live but as a vibrant community where they can continue to grow connect and contribute christina fleming svp of communications explained breaking the bingo stereotype while bingo remains a cherished pastime todays recreation programs are so much more dynamic and impactful theyre an essential part of long term care rooted in the belief that every resident deserves to live a meaningful and engaged life as a family member or potential resident when you see the range of activities available in a long term care center know that theres intention behind every program these activities are carefully crafted to improve the physical emotional and social well being of residents ensuring they feel valued connected and supported in their care journey christina added by embracing the purpose behind recreation programs we can break the bingo stereotype and shine a light on the transformative power of meaningful engagement in long term care '),
(2519,'slug',0,1,' beyond bingo the transformative benefits of recreation programs in long term care '),
(2519,'title',0,1,' beyond bingo the transformative benefits of recreation programs in long term care '),
(2523,'field',35,1,' wellness wellness '),
(2523,'field',36,1,' aging is a journey not a diagnosis and yet in healthcare we too often treat it as something to be managed rather than embraced '),
(2523,'field',38,1,' by dr jessica israel chief medical innovation officer complete care aging is a journey not a diagnosis and yet in healthcare we too often treat it as something to be managed rather than embraced at complete care we believe in caring for the whole person not just their medical needs but their emotional well being their independence their relationships and their dignity this philosophy is at the heart of everything we do as a geriatrician ive worked with thousands of patients and families navigating the complexities of aging what ive learned is that good care starts with good listening when we truly understand the individual what matters most to them what makes them feel safe what brings them joy we can offer care that feels personal respectful and empowering our team works across settings rehabilitation long term care memory support and palliative care to ensure that every person in our care feels seen and valued we know that the decision to seek support whether after a hospital stay or when living at home becomes challenging can be emotional thats why we meet families with compassion patience and transparency every step of the way dignity in aging isnt just about respecting someones past its about honoring who they are today and what they still hope for tomorrow whether someone comes to us for a few weeks of therapy or makes one of our communities their home we are committed to walking that journey with them with skill warmth and unwavering respect because aging with dignity should be the standard not the exception '),
(2523,'slug',0,1,' caring for the whole person how we approach aging with dignity '),
(2523,'title',0,1,' caring for the whole person how we approach aging with dignity '),
(2527,'field',35,1,' health health rehabilitation rehabilitation '),
(2527,'field',36,1,' when a loved one needs more support after a hospital stay following a fall or simply because daily life has become more difficult navigating care options can feel overwhelming at complete care were here to simplify that process '),
(2527,'field',38,1,' heres a breakdown of the main levels of care we offer and what each one means post acute rehabilitation subacute rehab who its for individuals recovering after a hospital stay surgery illness or injury goal regain strength mobility and independence through daily physical occupational or speech therapy length of stay typically short term 1 3 weeks depending on recovery skilled nursing care who its for patients who need round the clock medical monitoring or specialized care such as wound care iv medications or complex medical needs goal support recovery or manage chronic conditions with a high level of clinical oversight length of stay can be short term or long term depending on condition long term care ltc who its for individuals who require ongoing support with daily activities like bathing dressing mobility and medication management goal provide a safe nurturing home like environment with 24 7 care and community engagement length of stay ongoing residential care memory care who its for people living with alzheimers disease or other forms of dementia goal offer a secure comforting environment with staff trained in memory support daily structure and dignity centered care palliative hospice care who its for individuals with serious or terminal illness seeking comfort quality of life and support for both the patient and family goal provide pain and symptom management emotional and spiritual support and guidance through end of life decisions we know that no two people and no two journeys are the same thats why were committed to helping you find the level of care that fits your unique needs and goals whether youre planning ahead or facing a sudden decision you dont have to navigate it alone reach out anytime were here to guide you '),
(2527,'slug',0,1,' levels of care explained from rehabilitation to long term care '),
(2527,'title',0,1,' levels of care explained from rehabilitation to long term care '),
(2531,'field',36,1,' whether its after a hospital stay or due to a change in a loved ones health choosing a skilled nursing facility can feel like a high stakes decision at a vulnerable time with so many options how do you know what to look for and what to ask '),
(2531,'field',38,1,' whether its after a hospital stay or due to a change in a loved ones health choosing a skilled nursing facility can feel like a high stakes decision at a vulnerable time with so many options how do you know what to look for and what to ask at complete care we believe families deserve transparency compassion and clarity weve created this list to help guide you through the process so you can feel confident in the care your loved one receives wherever you choose top questions to ask a skilled nursing facility 1 what services and care levels do you provide make sure the facility offers the type of care your loved one needs whether its short term rehab long term care memory care or specialized programs like cardiac or pulmonary rehabilitation 2 what is the staff to resident ratio this gives you an idea of how much individual attention your loved one will receive ask about nursing coverage therapy availability and medical provider access 3 how are care plans developed and how involved are families look for facilities that involve families in care planning and encourage open communication with staff and medical providers 4 what does a typical day look like for residents ask about daily routines activities therapy schedules dining options and how they encourage socialization independence and engagement 5 how does the facility handle hospital readmissions and emergencies understanding their protocols and hospital partnerships can give you peace of mind 6 is the facility clean updated and welcoming during your tour take note of the environment does it feel warm and homelike are rooms and common areas well maintained 7 what are the recent inspection results or ratings ask to review recent department of health surveys or check medicares care compare website to review inspection results and quality ratings 8 how do you support emotional well being for residents and families facilities should have support in place for transitions emotional health spiritual care and family communication 9 what are your visitation policies especially in a post pandemic world its important to understand how the facility approaches visitation safety and family involvement 10 what makes your facility different this is your chance to hear what the team is proud of whether its their therapy outcomes culture specialized programs or exceptional staff final tip trust your gut beyond the answers pay attention to how youre treated when you call or visit are the staff kind and knowledgeable do they make you feel welcome and supported choosing a care facility is never just about a building its about people values and trust at complete care were honored to be a part of that journey for so many families if youre beginning your search were here to help no pressure just guidance '),
(2531,'slug',0,1,' questions to ask when choosing a skilled nursing facility '),
(2531,'title',0,1,' questions to ask when choosing a skilled nursing facility '),
(2535,'field',36,1,' caring for a loved one at home can be a deeply rewarding experience but it can also be physically and emotionally exhausting many caregivers struggle with the question when is it time to consider outside help '),
(2535,'field',38,1,' caring for a loved one at home can be a deeply rewarding experience but it can also be physically and emotionally exhausting many caregivers struggle with the question when is it time to consider outside help the answer is different for every family but there are some clear signs that extra support may be the right next step for your loved ones health and for your own well being signs it may be time to consider more help 1 care needs are becoming too complex if your loved one requires medical care youre not trained to provide like wound care iv medications mobility transfers or dementia related behaviors it may be time to look at professional support 2 youre feeling constantly overwhelmed or burned out caregiver fatigue is real if youre sacrificing your own health work sleep or relationships its a sign that something needs to change 3 theyre not thriving at home are they losing weight becoming withdrawn having frequent falls or skipping medications a change in environment with more structure and supervision can help prevent health decline 4 safety is becoming a concern if your loved one is wandering forgetting to turn off the stove or struggling with basic hygiene its time to talk about safer solutions 5 youre facing an unexpected crisis a hospitalization fall or sudden health change can accelerate the need for short term rehab respite care or a more supportive living environment youre not giving up youre getting support asking for help isnt failure its love in action at complete care we work with families to explore the right level of care whether thats post hospital rehabilitation long term skilled nursing memory care or hospice sometimes the right next step is just a few weeks of respite care so you can rest and recharge other times its a longer term plan that ensures your loved one gets the consistent care they need in a safe supportive environment you dont have to make this decision alone were here to listen guide and support you every step of the way '),
(2535,'slug',0,1,' caring for a loved one at home when its time to consider more help '),
(2535,'title',0,1,' caring for a loved one at home when its time to consider more help '),
(2537,'field',35,1,' wellness rehabilitation '),
(2537,'field',36,1,' caring for a loved one at home is an act of love but even the most devoted caregivers need a break sometimes thats where respite care comes in '),
(2537,'field',38,1,' caring for a loved one at home is an act of love but even the most devoted caregivers need a break sometimes thats where respite care comes in a respite stay is a short term stay in a senior living facility designed to give caregivers time to rest travel recover from illness or simply recharge its also a way to provide your loved one with temporary professional care in a safe supportive environment what happens during a respite stay at complete care a respite guest receives the same level of care and attention as a full time resident this includes 24 7 nursing care and supervision assistance with daily activities bathing dressing medications etc meals and nutrition oversight therapy services if needed social activities and opportunities for engagement a comfortable furnished room stays can range from a few days to several weeks depending on your familys needs who can benefit from a respite stay respite care is a great option when youre going on vacation or traveling for work youre recovering from surgery or illness youre feeling burned out and need time to recharge your loved one needs extra support after a hospital stay but isnt ready to return home you want to try out a care setting before considering long term care how can i pay for a respite stay respite stays can be paid for in a few different ways depending on the circumstances medicare in some cases medicare may cover up to 5 days of respite care in a skilled nursing or hospice setting if your loved one qualifies for hospice benefits this must be coordinated through a medicare certified hospice program medicaid some state medicaid programs offer coverage for short term respite care eligibility and coverage vary by state so check with your medicaid plan or our admissions team for guidance private pay many families choose to pay privately for respite stays especially when using it as a planned break or trial experience long term care insurance if your loved one has long term care insurance it may include a respite care benefit review the policy or ask your provider for details veterans benefits eligible veterans may have access to respite coverage through the va ask your va caseworker or contact our admissions team for assistance navigating this benefit a break that benefits everyone respite care isnt just a break for the caregiver its a chance for your loved one to experience expert care social connection and a change of environment that may be refreshing for them too if youre starting to feel overwhelmed or if youre planning time away know this you dont have to do it all alone let us support you '),
(2537,'slug',0,1,' what is a respite stay and how can it help '),
(2537,'title',0,1,' what is a respite stay and how can it help '),
(2553,'slug',0,1,' articles '),
(2553,'title',0,1,' articles '),
(2555,'slug',0,1,' videos '),
(2555,'title',0,1,' videos '),
(2557,'slug',0,1,' case studies '),
(2557,'title',0,1,' case studies '),
(2559,'slug',0,1,' news '),
(2559,'title',0,1,' news '),
(2561,'slug',0,1,' wellness '),
(2561,'title',0,1,' wellness '),
(2563,'slug',0,1,' health '),
(2563,'title',0,1,' health '),
(2565,'slug',0,1,' cardiac '),
(2565,'title',0,1,' cardiac '),
(2567,'slug',0,1,' pulmonary '),
(2567,'title',0,1,' pulmonary '),
(2569,'slug',0,1,' orthopedic '),
(2569,'title',0,1,' orthopedic '),
(2571,'slug',0,1,' rehabilitation '),
(2571,'title',0,1,' rehabilitation '),
(2573,'slug',0,1,' neurological '),
(2573,'title',0,1,' neurological '),
(2576,'slug',0,1,' wound care '),
(2576,'title',0,1,' wound care '),
(2590,'field',35,1,' health '),
(2590,'field',36,1,' real change starts with informed choices this resource shares inspiring stories and actionable advice on transforming your lifestyle through better health practices at complete care were committed to empowering you '),
(2590,'field',38,1,' real change starts with informed choices this resource shares inspiring stories and actionable advice on transforming your lifestyle through better health practices at complete care were committed to empowering you '),
(2590,'slug',0,1,' listen to us voices from new jerseys nursing homes '),
(2590,'title',0,1,' listen to us voices from new jerseys nursing homes '),
(2594,'alt',0,1,''),
(2594,'extension',0,1,' jpg '),
(2594,'filename',0,1,' listentousvideo jpg '),
(2594,'kind',0,1,' image '),
(2594,'slug',0,1,''),
(2594,'title',0,1,' listen to us video '),
(2596,'slug',0,1,' orthopedic post surgical care '),
(2596,'title',0,1,' orthopedic post surgical care '),
(2598,'slug',0,1,' cardiac care '),
(2598,'title',0,1,' cardiac care '),
(2600,'slug',0,1,' neuro stroke care '),
(2600,'title',0,1,' neuro stroke care '),
(2602,'slug',0,1,' pulmonology care '),
(2602,'title',0,1,' pulmonology care '),
(2604,'slug',0,1,' wound care '),
(2604,'title',0,1,' wound care '),
(2606,'slug',0,1,' renal care '),
(2606,'title',0,1,' renal care '),
(2608,'slug',0,1,' chronic illness care '),
(2608,'title',0,1,' chronic illness care '),
(2610,'slug',0,1,' bariatric care '),
(2610,'title',0,1,' bariatric care '),
(2612,'slug',0,1,' specialized infectious disease care '),
(2612,'title',0,1,' specialized infectious disease care '),
(2614,'slug',0,1,' alzheimers dementia memory care '),
(2614,'title',0,1,' alzheimers dementia memory care '),
(2618,'slug',0,1,' ventilator unit '),
(2618,'title',0,1,' ventilator unit '),
(2622,'slug',0,1,' behavioral unit '),
(2622,'title',0,1,' behaviors '),
(2624,'slug',0,1,' dialysis '),
(2624,'title',0,1,' dialysis '),
(2712,'slug',0,1,' cchalescorners '),
(2712,'title',0,1,' hales corners '),
(2720,'slug',0,1,' cccareage '),
(2720,'title',0,1,' care age '),
(2743,'slug',0,1,' barbara b '),
(2743,'title',0,1,' barbara b '),
(2744,'slug',0,1,' david o '),
(2744,'title',0,1,' david o '),
(2785,'slug',0,1,' privacy policy '),
(2785,'title',0,1,' privacy policy '),
(2786,'slug',0,1,' website privacy policy '),
(2786,'title',0,1,' website privacy policy '),
(2787,'slug',0,1,' terms of service '),
(2787,'title',0,1,' terms of service '),
(2791,'slug',0,1,' legal statement '),
(2791,'title',0,1,' legal statement '),
(2793,'slug',0,1,' non discrimination notice '),
(2793,'title',0,1,' non discrimination notice '),
(2800,'alt',0,1,''),
(2800,'extension',0,1,' png '),
(2800,'filename',0,1,' rehab 2025 09 23 212249 sgzj png '),
(2800,'kind',0,1,' image '),
(2800,'slug',0,1,''),
(2800,'title',0,1,' rehab '),
(2803,'alt',0,1,''),
(2803,'extension',0,1,' png '),
(2803,'filename',0,1,' post acute 2025 09 23 212238 tmva png '),
(2803,'kind',0,1,' image '),
(2803,'slug',0,1,''),
(2803,'title',0,1,' post acute '),
(2806,'alt',0,1,''),
(2806,'extension',0,1,' png '),
(2806,'filename',0,1,' advanced 2025 09 23 212231 zbhk png '),
(2806,'kind',0,1,' image '),
(2806,'slug',0,1,''),
(2806,'title',0,1,' advanced '),
(2809,'alt',0,1,''),
(2809,'extension',0,1,' png '),
(2809,'filename',0,1,' long term 2025 09 23 212224 mktw png '),
(2809,'kind',0,1,' image '),
(2809,'slug',0,1,''),
(2809,'title',0,1,' long term '),
(2812,'slug',0,1,' lpn '),
(2812,'title',0,1,' lpn '),
(2813,'slug',0,1,' lpn '),
(2813,'title',0,1,' lpn '),
(2814,'slug',0,1,' director of activities '),
(2814,'title',0,1,' director of activities '),
(2815,'slug',0,1,' hr manager '),
(2815,'title',0,1,' hr manager '),
(2816,'slug',0,1,' mds '),
(2816,'title',0,1,' mds '),
(2817,'slug',0,1,' business office '),
(2817,'title',0,1,' business office '),
(2825,'slug',0,1,' lpn '),
(2825,'title',0,1,' lpn '),
(2826,'slug',0,1,' lpn '),
(2826,'title',0,1,' lpn '),
(2827,'slug',0,1,' director of activities '),
(2827,'title',0,1,' director of activities '),
(2828,'slug',0,1,' hr manager '),
(2828,'title',0,1,' hr manager '),
(2829,'slug',0,1,' mds '),
(2829,'title',0,1,' mds '),
(2830,'slug',0,1,' business office '),
(2830,'title',0,1,' business office '),
(2855,'alt',0,1,''),
(2855,'extension',0,1,' jpg '),
(2855,'filename',0,1,' whatisarespitestay article jpg '),
(2855,'kind',0,1,' image '),
(2855,'slug',0,1,''),
(2855,'title',0,1,' whatisa respite stay article '),
(2856,'alt',0,1,''),
(2856,'extension',0,1,' jpg '),
(2856,'filename',0,1,' caringforalovedoneathome article jpg '),
(2856,'kind',0,1,' image '),
(2856,'slug',0,1,''),
(2856,'title',0,1,' caring fora loved oneat home article '),
(2857,'alt',0,1,''),
(2857,'extension',0,1,' jpg '),
(2857,'filename',0,1,' caringforthewholeperson article jpg '),
(2857,'kind',0,1,' image '),
(2857,'slug',0,1,''),
(2857,'title',0,1,' caring forthe whole person article '),
(2858,'alt',0,1,''),
(2858,'extension',0,1,' jpg '),
(2858,'filename',0,1,' levelsofcareexplained article jpg '),
(2858,'kind',0,1,' image '),
(2858,'slug',0,1,''),
(2858,'title',0,1,' levelsof care explained article '),
(2869,'alt',0,1,''),
(2869,'extension',0,1,' png '),
(2869,'filename',0,1,' bestofmineralcounty png '),
(2869,'kind',0,1,' image '),
(2869,'slug',0,1,''),
(2869,'title',0,1,' best of mineral county '),
(2870,'alt',0,1,''),
(2870,'extension',0,1,' png '),
(2870,'filename',0,1,' greatplacetowork 2025 png '),
(2870,'kind',0,1,' image '),
(2870,'slug',0,1,''),
(2870,'title',0,1,' great place to work 2025 '),
(2871,'alt',0,1,''),
(2871,'extension',0,1,' png '),
(2871,'filename',0,1,' jointcommission png '),
(2871,'kind',0,1,' image '),
(2871,'slug',0,1,''),
(2871,'title',0,1,' joint commission '),
(2872,'alt',0,1,''),
(2872,'extension',0,1,' png '),
(2872,'filename',0,1,' newsweekbestnursinghomes png '),
(2872,'kind',0,1,' image '),
(2872,'slug',0,1,''),
(2872,'title',0,1,' newsweek best nursing homes '),
(2873,'alt',0,1,''),
(2873,'extension',0,1,' png '),
(2873,'filename',0,1,' 5 qm png '),
(2873,'kind',0,1,' image '),
(2873,'slug',0,1,''),
(2873,'title',0,1,' cms 5 star quality measures '),
(2874,'alt',0,1,''),
(2874,'extension',0,1,' png '),
(2874,'filename',0,1,' us news best nursing homes png '),
(2874,'kind',0,1,' image '),
(2874,'slug',0,1,''),
(2874,'title',0,1,' us news long term best nursing homes '),
(2877,'alt',0,1,''),
(2877,'extension',0,1,' jpg '),
(2877,'filename',0,1,' beyondbingo article jpg '),
(2877,'kind',0,1,' image '),
(2877,'slug',0,1,''),
(2877,'title',0,1,' beyond bingo article '),
(2880,'slug',0,1,' ccbrakeleyparkrch '),
(2880,'title',0,1,' brakeley park residential care home '),
(2886,'alt',0,1,''),
(2886,'extension',0,1,' png '),
(2886,'filename',0,1,' striving for ten png '),
(2886,'kind',0,1,' image '),
(2886,'slug',0,1,''),
(2886,'title',0,1,' striving for ten '),
(2887,'alt',0,1,''),
(2887,'extension',0,1,' png '),
(2887,'filename',0,1,' bronze ahca png '),
(2887,'kind',0,1,' image '),
(2887,'slug',0,1,''),
(2887,'title',0,1,' acha bronze '),
(2888,'alt',0,1,''),
(2888,'extension',0,1,' png '),
(2888,'filename',0,1,' silver ahca png '),
(2888,'kind',0,1,' image '),
(2888,'slug',0,1,''),
(2888,'title',0,1,' ahca silver '),
(2889,'alt',0,1,''),
(2889,'extension',0,1,' png '),
(2889,'filename',0,1,' ahca silver2 png '),
(2889,'kind',0,1,' image '),
(2889,'slug',0,1,''),
(2889,'title',0,1,' ahca silver2 '),
(2890,'alt',0,1,''),
(2890,'extension',0,1,' png '),
(2890,'filename',0,1,' ahca bronze 2 png '),
(2890,'kind',0,1,' image '),
(2890,'slug',0,1,''),
(2890,'title',0,1,' ahca bronze 2 '),
(2891,'slug',0,1,' dialysis den '),
(2891,'title',0,1,' on site dialysis advantage '),
(2927,'alt',0,1,''),
(2927,'extension',0,1,' jpg '),
(2927,'filename',0,1,' questionstoask blog jpg '),
(2927,'kind',0,1,' image '),
(2927,'slug',0,1,''),
(2927,'title',0,1,' questionsto ask blog '),
(2931,'alt',0,1,''),
(2931,'extension',0,1,' pdf '),
(2931,'filename',0,1,' complete care privacy policy pdf '),
(2931,'kind',0,1,' pdf '),
(2931,'slug',0,1,''),
(2931,'title',0,1,' complete care privacy policy '),
(2933,'alt',0,1,''),
(2933,'extension',0,1,' pdf '),
(2933,'filename',0,1,' complete care website privacy policy pdf '),
(2933,'kind',0,1,' pdf '),
(2933,'slug',0,1,''),
(2933,'title',0,1,' complete care website privacy policy '),
(2934,'alt',0,1,''),
(2934,'extension',0,1,' pdf '),
(2934,'filename',0,1,' complete care terms of service pdf '),
(2934,'kind',0,1,' pdf '),
(2934,'slug',0,1,''),
(2934,'title',0,1,' complete care terms of service '),
(2941,'alt',0,1,''),
(2941,'extension',0,1,' pdf '),
(2941,'filename',0,1,' nondiscriminationnotice pdf '),
(2941,'kind',0,1,' pdf '),
(2941,'slug',0,1,''),
(2941,'title',0,1,' non discrimination notice '),
(2945,'slug',0,1,' disclosures '),
(2945,'title',0,1,' disclosures '),
(2968,'alt',0,1,''),
(2968,'extension',0,1,' jpg '),
(2968,'filename',0,1,' dsc 1449 jpg '),
(2968,'kind',0,1,' image '),
(2968,'slug',0,1,''),
(2968,'title',0,1,' bey lea lobby '),
(2969,'slug',0,1,' 4 qm '),
(2969,'title',0,1,' cms 4 quality '),
(2970,'alt',0,1,''),
(2970,'extension',0,1,' png '),
(2970,'filename',0,1,' cms 4 star qm png '),
(2970,'kind',0,1,' image '),
(2970,'slug',0,1,''),
(2970,'title',0,1,' cms 4 star quality measures '),
(2972,'slug',0,1,' newsweek '),
(2972,'title',0,1,' newsweek 2025 '),
(2974,'slug',0,1,' acha bronze '),
(2974,'title',0,1,' acha bronze '),
(2983,'slug',0,1,' janice l '),
(2983,'title',0,1,' janice l '),
(2984,'slug',0,1,' christine f '),
(2984,'title',0,1,' christine f '),
(2985,'slug',0,1,' elisa c '),
(2985,'title',0,1,' elisa c '),
(2986,'slug',0,1,' n a '),
(2986,'title',0,1,' n a '),
(2987,'slug',0,1,' patty m '),
(2987,'title',0,1,' patty m '),
(2999,'slug',0,1,' cna '),
(2999,'title',0,1,' cna '),
(3000,'slug',0,1,' cna '),
(3000,'title',0,1,' cna '),
(3011,'alt',0,1,''),
(3011,'extension',0,1,' jpg '),
(3011,'filename',0,1,' brick lobby jpg '),
(3011,'kind',0,1,' image '),
(3011,'slug',0,1,''),
(3011,'title',0,1,' brick lobby '),
(3017,'alt',0,1,''),
(3017,'extension',0,1,' png '),
(3017,'filename',0,1,' cms overall 5 png '),
(3017,'kind',0,1,' image '),
(3017,'slug',0,1,''),
(3017,'title',0,1,' cms 5 star overall '),
(3018,'alt',0,1,''),
(3018,'extension',0,1,' png '),
(3018,'filename',0,1,' cms overall 4 png '),
(3018,'kind',0,1,' image '),
(3018,'slug',0,1,''),
(3018,'title',0,1,' cms 4 star overall '),
(3019,'alt',0,1,''),
(3019,'extension',0,1,' png '),
(3019,'filename',0,1,' cms quality and overall 4 png '),
(3019,'kind',0,1,' image '),
(3019,'slug',0,1,''),
(3019,'title',0,1,' cms 4 star quality and overall '),
(3020,'alt',0,1,''),
(3020,'extension',0,1,' png '),
(3020,'filename',0,1,' us news short term png '),
(3020,'kind',0,1,' image '),
(3020,'slug',0,1,''),
(3020,'title',0,1,' us news short term '),
(3021,'alt',0,1,''),
(3021,'extension',0,1,' png '),
(3021,'filename',0,1,' vohra png '),
(3021,'kind',0,1,' image '),
(3021,'slug',0,1,''),
(3021,'title',0,1,' vohra '),
(3022,'alt',0,1,''),
(3022,'extension',0,1,' png '),
(3022,'filename',0,1,' local bomineral 2025 logo png '),
(3022,'kind',0,1,' image '),
(3022,'slug',0,1,''),
(3022,'title',0,1,' mineral 2025 awards '),
(3023,'alt',0,1,''),
(3023,'extension',0,1,' png '),
(3023,'filename',0,1,' local bomineral 2025 logo winner png '),
(3023,'kind',0,1,' image '),
(3023,'slug',0,1,''),
(3023,'title',0,1,' mineral 2025 winner '),
(3027,'slug',0,1,' jaaco '),
(3027,'title',0,1,' jaaco '),
(3036,'slug',0,1,' john g '),
(3036,'title',0,1,' john g '),
(3037,'slug',0,1,' merissa b '),
(3037,'title',0,1,' merissa b '),
(3038,'slug',0,1,' elchanan s '),
(3038,'title',0,1,' elchanan s '),
(3039,'slug',0,1,' joyce s '),
(3039,'title',0,1,' joyce s '),
(3040,'slug',0,1,' kelly f '),
(3040,'title',0,1,' kelly f '),
(3048,'alt',0,1,''),
(3048,'extension',0,1,' jpg '),
(3048,'filename',0,1,' brick admin jpg '),
(3048,'kind',0,1,' image '),
(3048,'slug',0,1,''),
(3048,'title',0,1,' brick admin '),
(3058,'alt',0,1,''),
(3058,'extension',0,1,' jpg '),
(3058,'filename',0,1,' burlingtonwoods lobby jpg '),
(3058,'kind',0,1,' image '),
(3058,'slug',0,1,''),
(3058,'title',0,1,' burlington woods lobby '),
(3066,'slug',0,1,' evelyn s '),
(3066,'title',0,1,' evelyn s '),
(3067,'slug',0,1,' samuel h '),
(3067,'title',0,1,' samuel h '),
(3068,'slug',0,1,' christine d '),
(3068,'title',0,1,' christine d '),
(3069,'slug',0,1,' dwayne d '),
(3069,'title',0,1,' dwayne d '),
(3070,'slug',0,1,' renee w '),
(3070,'title',0,1,' renee w '),
(3079,'slug',0,1,' employee '),
(3079,'title',0,1,' kitchen aide '),
(3084,'alt',0,1,''),
(3084,'extension',0,1,' jpg '),
(3084,'filename',0,1,' burlington ad 1 jpg '),
(3084,'kind',0,1,' image '),
(3084,'slug',0,1,''),
(3084,'title',0,1,' burlington admissions director '),
(3090,'alt',0,1,''),
(3090,'extension',0,1,' jpg '),
(3090,'filename',0,1,' court house lobby jpg '),
(3090,'kind',0,1,' image '),
(3090,'slug',0,1,''),
(3090,'title',0,1,' court house lobby '),
(3093,'slug',0,1,' ahca silver '),
(3093,'title',0,1,' ahca silver '),
(3102,'slug',0,1,' luann m '),
(3102,'title',0,1,' luann m '),
(3103,'slug',0,1,' kathy t '),
(3103,'title',0,1,' kathy t '),
(3104,'slug',0,1,' deborah b '),
(3104,'title',0,1,' deborah b '),
(3105,'slug',0,1,' george c '),
(3105,'title',0,1,' george c '),
(3106,'slug',0,1,' lisa h '),
(3106,'title',0,1,' lisa h '),
(3122,'alt',0,1,''),
(3122,'extension',0,1,' jpg '),
(3122,'filename',0,1,' greenacres lobby jpg '),
(3122,'kind',0,1,' image '),
(3122,'slug',0,1,''),
(3122,'title',0,1,' green acres lobby '),
(3137,'alt',0,1,''),
(3137,'extension',0,1,' jpg '),
(3137,'filename',0,1,' greenacres ad jpg '),
(3137,'kind',0,1,' image '),
(3137,'slug',0,1,''),
(3137,'title',0,1,' green acres ad '),
(3138,'slug',0,1,' d d '),
(3138,'title',0,1,' d d '),
(3139,'slug',0,1,' margaret k '),
(3139,'title',0,1,' margaret k '),
(3140,'slug',0,1,' jeremy s '),
(3140,'title',0,1,' jeremy s '),
(3141,'slug',0,1,' linda b '),
(3141,'title',0,1,' linda b '),
(3142,'slug',0,1,' juvy c '),
(3142,'title',0,1,' juvy c '),
(3143,'slug',0,1,' lpn '),
(3143,'title',0,1,' lpn '),
(3144,'slug',0,1,' cna '),
(3144,'title',0,1,' cna '),
(3145,'slug',0,1,' lpn '),
(3145,'title',0,1,' lpn '),
(3158,'alt',0,1,''),
(3158,'extension',0,1,' jpg '),
(3158,'filename',0,1,' holidaycity lobby jpg '),
(3158,'kind',0,1,' image '),
(3158,'slug',0,1,''),
(3158,'title',0,1,' holiday city lobby '),
(3166,'slug',0,1,' goldie r '),
(3166,'title',0,1,' goldie r '),
(3167,'slug',0,1,' dee d '),
(3167,'title',0,1,' dee d '),
(3168,'slug',0,1,' avrumi k '),
(3168,'title',0,1,' avrumi k '),
(3169,'slug',0,1,' david d '),
(3169,'title',0,1,' david d '),
(3170,'slug',0,1,' jennifer t '),
(3170,'title',0,1,' jennifer t '),
(3180,'alt',0,1,''),
(3180,'extension',0,1,' jpg '),
(3180,'filename',0,1,' holiday city ad jpg '),
(3180,'kind',0,1,' image '),
(3180,'slug',0,1,''),
(3180,'title',0,1,' holiday city ad '),
(3182,'slug',0,1,' activities assistant '),
(3182,'title',0,1,' activities assistant '),
(3189,'handle',0,1,' volunteer '),
(3189,'slug',0,1,''),
(3189,'title',0,1,' volunteer '),
(3190,'handle',0,1,' contact '),
(3190,'slug',0,1,''),
(3190,'title',0,1,' contact '),
(3191,'handle',0,1,' careers '),
(3191,'slug',0,1,''),
(3191,'title',0,1,' careers '),
(3192,'slug',0,1,' nursing '),
(3192,'title',0,1,' nursing '),
(3194,'slug',0,1,' dietary food service '),
(3194,'title',0,1,' dietary food service '),
(3196,'slug',0,1,' activities recreation '),
(3196,'title',0,1,' activities recreation '),
(3198,'slug',0,1,' maintenance housekeeping '),
(3198,'title',0,1,' maintenance housekeeping '),
(3200,'slug',0,1,' administrative business office '),
(3200,'title',0,1,' administrative business office '),
(3202,'slug',0,1,' social services '),
(3202,'title',0,1,' social services '),
(3204,'slug',0,1,' hr staffing '),
(3204,'title',0,1,' hr staffing '),
(3206,'slug',0,1,' recruitment '),
(3206,'title',0,1,' recruitment '),
(3208,'slug',0,1,' admissions marketing '),
(3208,'title',0,1,' admissions marketing '),
(3210,'slug',0,1,' volunteer opportunities '),
(3210,'title',0,1,' volunteer opportunities '),
(3221,'alt',0,1,''),
(3221,'extension',0,1,' jpg '),
(3221,'filename',0,1,' bey lea al admin jpg '),
(3221,'kind',0,1,' image '),
(3221,'slug',0,1,''),
(3221,'title',0,1,' bey lea al admin '),
(3235,'alt',0,1,''),
(3235,'extension',0,1,' jpg '),
(3235,'filename',0,1,' bey lea bathroom jpg '),
(3235,'kind',0,1,' image '),
(3235,'slug',0,1,''),
(3235,'title',0,1,' bey lea bathroom '),
(3236,'alt',0,1,''),
(3236,'extension',0,1,' jpg '),
(3236,'filename',0,1,' bey lea common jpg '),
(3236,'kind',0,1,' image '),
(3236,'slug',0,1,''),
(3236,'title',0,1,' bey lea common '),
(3237,'alt',0,1,''),
(3237,'extension',0,1,' jpg '),
(3237,'filename',0,1,' bey lea couch jpg '),
(3237,'kind',0,1,' image '),
(3237,'slug',0,1,''),
(3237,'title',0,1,' bey lea couch '),
(3238,'alt',0,1,''),
(3238,'extension',0,1,' jpg '),
(3238,'filename',0,1,' bey lea room jpg '),
(3238,'kind',0,1,' image '),
(3238,'slug',0,1,''),
(3238,'title',0,1,' bey lea room '),
(3239,'alt',0,1,''),
(3239,'extension',0,1,' jpg '),
(3239,'filename',0,1,' bey lea room2 jpg '),
(3239,'kind',0,1,' image '),
(3239,'slug',0,1,''),
(3239,'title',0,1,' bey lea room2 '),
(3240,'alt',0,1,''),
(3240,'extension',0,1,' jpg '),
(3240,'filename',0,1,' bey lea bed jpg '),
(3240,'kind',0,1,' image '),
(3240,'slug',0,1,''),
(3240,'title',0,1,' bey lea bed '),
(3241,'alt',0,1,''),
(3241,'extension',0,1,' jpg '),
(3241,'filename',0,1,' bey lea clinic jpg '),
(3241,'kind',0,1,' image '),
(3241,'slug',0,1,''),
(3241,'title',0,1,' bey lea clinic '),
(3242,'alt',0,1,''),
(3242,'extension',0,1,' jpg '),
(3242,'filename',0,1,' bey lea gym jpg '),
(3242,'kind',0,1,' image '),
(3242,'slug',0,1,''),
(3242,'title',0,1,' bey lea gym '),
(3243,'alt',0,1,''),
(3243,'extension',0,1,' jpg '),
(3243,'filename',0,1,' bey lea kitchen jpg '),
(3243,'kind',0,1,' image '),
(3243,'slug',0,1,''),
(3243,'title',0,1,' bey lea kitchen '),
(3244,'alt',0,1,''),
(3244,'extension',0,1,' jpg '),
(3244,'filename',0,1,' bey lea lobby jpg '),
(3244,'kind',0,1,' image '),
(3244,'slug',0,1,''),
(3244,'title',0,1,' bey lea lobby '),
(3245,'alt',0,1,''),
(3245,'extension',0,1,' jpg '),
(3245,'filename',0,1,' bey lea bathroom 2025 10 08 222837 modw jpg '),
(3245,'kind',0,1,' image '),
(3245,'slug',0,1,''),
(3245,'title',0,1,' bey lea bathroom '),
(3246,'alt',0,1,''),
(3246,'extension',0,1,' jpg '),
(3246,'filename',0,1,' bey lea bed 2025 10 08 222839 xulc jpg '),
(3246,'kind',0,1,' image '),
(3246,'slug',0,1,''),
(3246,'title',0,1,' bey lea bed '),
(3247,'alt',0,1,''),
(3247,'extension',0,1,' jpg '),
(3247,'filename',0,1,' bey lea clinic 2025 10 08 222840 oadk jpg '),
(3247,'kind',0,1,' image '),
(3247,'slug',0,1,''),
(3247,'title',0,1,' bey lea clinic '),
(3248,'alt',0,1,''),
(3248,'extension',0,1,' jpg '),
(3248,'filename',0,1,' bey lea common 2025 10 08 222840 orrb jpg '),
(3248,'kind',0,1,' image '),
(3248,'slug',0,1,''),
(3248,'title',0,1,' bey lea common '),
(3249,'alt',0,1,''),
(3249,'extension',0,1,' jpg '),
(3249,'filename',0,1,' bey lea couch 2025 10 08 222841 bwye jpg '),
(3249,'kind',0,1,' image '),
(3249,'slug',0,1,''),
(3249,'title',0,1,' bey lea couch '),
(3250,'alt',0,1,''),
(3250,'extension',0,1,' jpg '),
(3250,'filename',0,1,' bey lea gym 2025 10 08 222842 arrz jpg '),
(3250,'kind',0,1,' image '),
(3250,'slug',0,1,''),
(3250,'title',0,1,' bey lea gym '),
(3251,'alt',0,1,''),
(3251,'extension',0,1,' jpg '),
(3251,'filename',0,1,' bey lea kitchen 2025 10 08 222843 urug jpg '),
(3251,'kind',0,1,' image '),
(3251,'slug',0,1,''),
(3251,'title',0,1,' bey lea kitchen '),
(3252,'alt',0,1,''),
(3252,'extension',0,1,' jpg '),
(3252,'filename',0,1,' bey lea lobby 2025 10 08 222843 pqvz jpg '),
(3252,'kind',0,1,' image '),
(3252,'slug',0,1,''),
(3252,'title',0,1,' bey lea lobby '),
(3253,'alt',0,1,''),
(3253,'extension',0,1,' jpg '),
(3253,'filename',0,1,' bey lea room 2025 10 08 222844 dvij jpg '),
(3253,'kind',0,1,' image '),
(3253,'slug',0,1,''),
(3253,'title',0,1,' bey lea room '),
(3254,'alt',0,1,''),
(3254,'extension',0,1,' jpg '),
(3254,'filename',0,1,' bey lea room2 2025 10 08 222845 hoiy jpg '),
(3254,'kind',0,1,' image '),
(3254,'slug',0,1,''),
(3254,'title',0,1,' bey lea room2 '),
(3255,'slug',0,1,' source '),
(3255,'title',0,1,' patty m '),
(3256,'slug',0,1,' source '),
(3256,'title',0,1,' charles a '),
(3257,'slug',0,1,' source '),
(3257,'title',0,1,' janice l '),
(3258,'slug',0,1,' source '),
(3258,'title',0,1,' pam b '),
(3259,'slug',0,1,' source '),
(3259,'title',0,1,' emma i '),
(3260,'slug',0,1,' source '),
(3260,'title',0,1,' cna '),
(3261,'slug',0,1,' source '),
(3261,'title',0,1,' cna '),
(3262,'slug',0,1,' source '),
(3262,'title',0,1,' recreational director '),
(3263,'slug',0,1,' source '),
(3263,'title',0,1,' source '),
(3276,'alt',0,1,''),
(3276,'extension',0,1,' jpg '),
(3276,'filename',0,1,' brakeleypark lobby jpg '),
(3276,'kind',0,1,' image '),
(3276,'slug',0,1,''),
(3276,'title',0,1,' brakeley park lobby '),
(3278,'alt',0,1,''),
(3278,'extension',0,1,' jpg '),
(3278,'filename',0,1,' brakeleypark lobby2 jpg '),
(3278,'kind',0,1,' image '),
(3278,'slug',0,1,''),
(3278,'title',0,1,' brakeley park lobby2 '),
(3279,'alt',0,1,''),
(3279,'extension',0,1,' jpg '),
(3279,'filename',0,1,' brakeleypark lobby3 jpg '),
(3279,'kind',0,1,' image '),
(3279,'slug',0,1,''),
(3279,'title',0,1,' brakeley park lobby3 '),
(3280,'alt',0,1,''),
(3280,'extension',0,1,' jpg '),
(3280,'filename',0,1,' brakeleypark rehabgym jpg '),
(3280,'kind',0,1,' image '),
(3280,'slug',0,1,''),
(3280,'title',0,1,' brakeley park rehab gym '),
(3281,'alt',0,1,''),
(3281,'extension',0,1,' jpg '),
(3281,'filename',0,1,' brakeleypark rehabgym2 jpg '),
(3281,'kind',0,1,' image '),
(3281,'slug',0,1,''),
(3281,'title',0,1,' brakeley park rehab gym2 '),
(3282,'alt',0,1,''),
(3282,'extension',0,1,' jpg '),
(3282,'filename',0,1,' brakeleypark room jpg '),
(3282,'kind',0,1,' image '),
(3282,'slug',0,1,''),
(3282,'title',0,1,' brakeley park room '),
(3283,'alt',0,1,''),
(3283,'extension',0,1,' jpg '),
(3283,'filename',0,1,' brakeleypark room2 jpg '),
(3283,'kind',0,1,' image '),
(3283,'slug',0,1,''),
(3283,'title',0,1,' brakeley park room2 '),
(3292,'slug',0,1,' source '),
(3292,'title',0,1,' source '),
(3293,'slug',0,1,' source '),
(3293,'title',0,1,' source '),
(3294,'slug',0,1,' source '),
(3294,'title',0,1,' source '),
(3295,'slug',0,1,' source '),
(3295,'title',0,1,' source '),
(3303,'slug',0,1,' courtney petocz '),
(3303,'title',0,1,' courtney petocz '),
(3308,'slug',0,1,' michele cartagena '),
(3308,'title',0,1,' michele cartagena '),
(3316,'slug',0,1,' source '),
(3316,'title',0,1,' source '),
(3317,'slug',0,1,' source '),
(3317,'title',0,1,' source '),
(3318,'slug',0,1,' source '),
(3318,'title',0,1,' source '),
(3319,'slug',0,1,' source '),
(3319,'title',0,1,' source '),
(3335,'slug',0,1,' cynthia n '),
(3335,'title',0,1,' cynthia n '),
(3336,'slug',0,1,' joan s '),
(3336,'title',0,1,' joan s '),
(3337,'slug',0,1,' kathy a '),
(3337,'title',0,1,' kathy a '),
(3338,'slug',0,1,' brigette s '),
(3338,'title',0,1,' brigette s '),
(3339,'slug',0,1,' meagan g '),
(3339,'title',0,1,' meagan g '),
(3340,'slug',0,1,' scheduling coordinator '),
(3340,'title',0,1,' scheduling coordinator '),
(3341,'slug',0,1,' front desk receptionist '),
(3341,'title',0,1,' front desk receptionist '),
(3342,'slug',0,1,' source '),
(3342,'title',0,1,' activities director '),
(3343,'slug',0,1,' source '),
(3343,'title',0,1,' cna '),
(3362,'alt',0,1,''),
(3362,'extension',0,1,' jpg '),
(3362,'filename',0,1,' 367a4645 jpg '),
(3362,'kind',0,1,' image '),
(3362,'slug',0,1,''),
(3362,'title',0,1,' 367 a4645 '),
(3363,'alt',0,1,''),
(3363,'extension',0,1,' jpg '),
(3363,'filename',0,1,' 367a4650 jpg '),
(3363,'kind',0,1,' image '),
(3363,'slug',0,1,''),
(3363,'title',0,1,' 367 a4650 '),
(3364,'alt',0,1,''),
(3364,'extension',0,1,' jpg '),
(3364,'filename',0,1,' 367a4664 jpg '),
(3364,'kind',0,1,' image '),
(3364,'slug',0,1,''),
(3364,'title',0,1,' 367 a4664 '),
(3365,'alt',0,1,''),
(3365,'extension',0,1,' jpg '),
(3365,'filename',0,1,' 367a4717 jpg '),
(3365,'kind',0,1,' image '),
(3365,'slug',0,1,''),
(3365,'title',0,1,' 367 a4717 '),
(3366,'alt',0,1,''),
(3366,'extension',0,1,' jpg '),
(3366,'filename',0,1,' 367a4731 jpg '),
(3366,'kind',0,1,' image '),
(3366,'slug',0,1,''),
(3366,'title',0,1,' 367 a4731 '),
(3367,'alt',0,1,''),
(3367,'extension',0,1,' jpg '),
(3367,'filename',0,1,' 367a4751 jpg '),
(3367,'kind',0,1,' image '),
(3367,'slug',0,1,''),
(3367,'title',0,1,' 367 a4751 '),
(3368,'alt',0,1,''),
(3368,'extension',0,1,' jpg '),
(3368,'filename',0,1,' 367a4760 jpg '),
(3368,'kind',0,1,' image '),
(3368,'slug',0,1,''),
(3368,'title',0,1,' 367 a4760 '),
(3369,'alt',0,1,''),
(3369,'extension',0,1,' jpg '),
(3369,'filename',0,1,' 367a4773 jpg '),
(3369,'kind',0,1,' image '),
(3369,'slug',0,1,''),
(3369,'title',0,1,' 367 a4773 '),
(3370,'alt',0,1,''),
(3370,'extension',0,1,' jpg '),
(3370,'filename',0,1,' 367a4781 jpg '),
(3370,'kind',0,1,' image '),
(3370,'slug',0,1,''),
(3370,'title',0,1,' 367 a4781 '),
(3371,'alt',0,1,''),
(3371,'extension',0,1,' jpg '),
(3371,'filename',0,1,' 367a4808 jpg '),
(3371,'kind',0,1,' image '),
(3371,'slug',0,1,''),
(3371,'title',0,1,' 367 a4808 '),
(3372,'alt',0,1,''),
(3372,'extension',0,1,' jpg '),
(3372,'filename',0,1,' 367a4820 jpg '),
(3372,'kind',0,1,' image '),
(3372,'slug',0,1,''),
(3372,'title',0,1,' 367 a4820 '),
(3373,'alt',0,1,''),
(3373,'extension',0,1,' jpg '),
(3373,'filename',0,1,' dji 0862 christianhome waupun jpg '),
(3373,'kind',0,1,' image '),
(3373,'slug',0,1,''),
(3373,'title',0,1,' dji 0862 christian home waupun '),
(3374,'alt',0,1,''),
(3374,'extension',0,1,' jpg '),
(3374,'filename',0,1,' img 4736 christianhome waupun jpg '),
(3374,'kind',0,1,' image '),
(3374,'slug',0,1,''),
(3374,'title',0,1,' img 4736 christian home waupun '),
(3377,'alt',0,1,''),
(3377,'extension',0,1,' jpg '),
(3377,'filename',0,1,' lobby 7 jpg '),
(3377,'kind',0,1,' image '),
(3377,'slug',0,1,''),
(3377,'title',0,1,' kresson view lobby '),
(3385,'slug',0,1,' john l '),
(3385,'title',0,1,' john l '),
(3386,'slug',0,1,' lisa k '),
(3386,'title',0,1,' lisa k '),
(3387,'slug',0,1,' lorette d '),
(3387,'title',0,1,' lorette d '),
(3388,'slug',0,1,' paul c '),
(3388,'title',0,1,' paul c '),
(3389,'slug',0,1,' meerz m '),
(3389,'title',0,1,' meerz m '),
(3403,'slug',0,1,' social services '),
(3403,'title',0,1,' social services '),
(3404,'slug',0,1,' business office manager '),
(3404,'title',0,1,' business office manager '),
(3405,'slug',0,1,' director of admissions '),
(3405,'title',0,1,' director of admissions '),
(3406,'slug',0,1,' cna '),
(3406,'title',0,1,' cna '),
(3416,'alt',0,1,''),
(3416,'extension',0,1,' jpg '),
(3416,'filename',0,1,' kresson admin jpg '),
(3416,'kind',0,1,' image '),
(3416,'slug',0,1,''),
(3416,'title',0,1,' kresson admin '),
(3418,'alt',0,1,''),
(3418,'extension',0,1,' jpg '),
(3418,'filename',0,1,' kresson ad jpg '),
(3418,'kind',0,1,' image '),
(3418,'slug',0,1,''),
(3418,'title',0,1,' kresson ad '),
(3425,'alt',0,1,''),
(3425,'extension',0,1,' jpg '),
(3425,'filename',0,1,' laurelton lobby jpg '),
(3425,'kind',0,1,' image '),
(3425,'slug',0,1,''),
(3425,'title',0,1,' laurelton lobby '),
(3431,'slug',0,1,' deanna r '),
(3431,'title',0,1,' deanna r '),
(3432,'slug',0,1,' moshe g '),
(3432,'title',0,1,' moshe g '),
(3433,'slug',0,1,' c l '),
(3433,'title',0,1,' c l '),
(3434,'slug',0,1,' mark f '),
(3434,'title',0,1,' mark f '),
(3435,'slug',0,1,' shana k '),
(3435,'title',0,1,' shana k '),
(3450,'slug',0,1,' admissions coordinator '),
(3450,'title',0,1,' admissions coordinator '),
(3451,'slug',0,1,' director of social services '),
(3451,'title',0,1,' director of social services '),
(3452,'slug',0,1,' cna '),
(3452,'title',0,1,' cna '),
(3453,'slug',0,1,' cna '),
(3453,'title',0,1,' cna '),
(3454,'slug',0,1,' cna '),
(3454,'title',0,1,' cna '),
(3467,'alt',0,1,''),
(3467,'extension',0,1,' jpg '),
(3467,'filename',0,1,' marcella lobby 1 jpg '),
(3467,'kind',0,1,' image '),
(3467,'slug',0,1,''),
(3467,'title',0,1,' marcella lobby '),
(3468,'slug',0,1,' cms 4 star overall '),
(3468,'title',0,1,' cms 4 star overall '),
(3479,'slug',0,1,' darryl gatewood '),
(3479,'title',0,1,' darryl gatewood '),
(3480,'slug',0,1,' chuck m '),
(3480,'title',0,1,' chuck m '),
(3481,'slug',0,1,' peter b '),
(3481,'title',0,1,' peter b '),
(3482,'slug',0,1,' betsy b '),
(3482,'title',0,1,' betsy b '),
(3483,'slug',0,1,' ronald c '),
(3483,'title',0,1,' ronald c '),
(3494,'alt',0,1,''),
(3494,'extension',0,1,' jpg '),
(3494,'filename',0,1,' marcella admin 1 jpg '),
(3494,'kind',0,1,' image '),
(3494,'slug',0,1,''),
(3494,'title',0,1,' marcella admin '),
(3495,'alt',0,1,''),
(3495,'extension',0,1,' jpg '),
(3495,'filename',0,1,' taylor manning admissions jpg '),
(3495,'kind',0,1,' image '),
(3495,'slug',0,1,''),
(3495,'title',0,1,' marcella admissions '),
(3498,'alt',0,1,''),
(3498,'extension',0,1,' jpg '),
(3498,'filename',0,1,' lobby 8 jpg '),
(3498,'kind',0,1,' image '),
(3498,'slug',0,1,''),
(3498,'title',0,1,' monmouth lobby '),
(3507,'slug',0,1,' william r '),
(3507,'title',0,1,' william r '),
(3508,'slug',0,1,' michael r '),
(3508,'title',0,1,' michael r '),
(3509,'slug',0,1,' tati f '),
(3509,'title',0,1,' tati f '),
(3510,'slug',0,1,' ahron t '),
(3510,'title',0,1,' ahron t '),
(3511,'slug',0,1,' azriel f '),
(3511,'title',0,1,' azriel f '),
(3522,'slug',0,1,' mds coordinator '),
(3522,'title',0,1,' mds coordinator '),
(3530,'alt',0,1,''),
(3530,'extension',0,1,' jpg '),
(3530,'filename',0,1,' oceangrove lobby jpg '),
(3530,'kind',0,1,' image '),
(3530,'slug',0,1,''),
(3530,'title',0,1,' ocean grove lobby '),
(3536,'slug',0,1,' janice s '),
(3536,'title',0,1,' janice s '),
(3537,'slug',0,1,' tova h '),
(3537,'title',0,1,' tova h '),
(3538,'slug',0,1,' joanne b '),
(3538,'title',0,1,' joanne b '),
(3539,'slug',0,1,' victoria m '),
(3539,'title',0,1,' victoria m '),
(3540,'slug',0,1,' karyn r '),
(3540,'title',0,1,' karyn r '),
(3554,'slug',0,1,' food service director '),
(3554,'title',0,1,' food service director '),
(3555,'slug',0,1,' dietary aide '),
(3555,'title',0,1,' dietary aide '),
(3564,'alt',0,1,''),
(3564,'extension',0,1,' jpg '),
(3564,'filename',0,1,' shorrockgardens lobby jpg '),
(3564,'kind',0,1,' image '),
(3564,'slug',0,1,''),
(3564,'title',0,1,' shorrock gardens lobby '),
(3572,'slug',0,1,' carol p '),
(3572,'title',0,1,' carol p '),
(3573,'slug',0,1,' jant o '),
(3573,'title',0,1,' jant o '),
(3574,'slug',0,1,' annette p '),
(3574,'title',0,1,' annette p '),
(3575,'slug',0,1,' mary r '),
(3575,'title',0,1,' mary r '),
(3576,'slug',0,1,' mark f '),
(3576,'title',0,1,' mark f '),
(3594,'alt',0,1,''),
(3594,'extension',0,1,' jpg '),
(3594,'filename',0,1,' oasis lobby jpg '),
(3594,'kind',0,1,' image '),
(3594,'slug',0,1,''),
(3594,'title',0,1,' oasis lobby '),
(3602,'slug',0,1,' rachel n '),
(3602,'title',0,1,' rachel n '),
(3603,'slug',0,1,' karen l '),
(3603,'title',0,1,' karen l '),
(3604,'slug',0,1,' django w '),
(3604,'title',0,1,' django w '),
(3605,'slug',0,1,' nancy m '),
(3605,'title',0,1,' nancy m '),
(3623,'alt',0,1,''),
(3623,'extension',0,1,' jpg '),
(3623,'filename',0,1,' lobby 9 jpg '),
(3623,'kind',0,1,' image '),
(3623,'slug',0,1,''),
(3623,'title',0,1,' lobby 9 '),
(3631,'slug',0,1,' luis m '),
(3631,'title',0,1,' luis m '),
(3632,'slug',0,1,' nancy p '),
(3632,'title',0,1,' nancy p '),
(3633,'slug',0,1,' mary c '),
(3633,'title',0,1,' mary c '),
(3634,'slug',0,1,' doreleena h '),
(3634,'title',0,1,' doreleena h '),
(3635,'slug',0,1,' deborah m '),
(3635,'title',0,1,' deborah m '),
(3648,'alt',0,1,''),
(3648,'extension',0,1,' jpg '),
(3648,'filename',0,1,' voorhees ad jpg '),
(3648,'kind',0,1,' image '),
(3648,'slug',0,1,''),
(3648,'title',0,1,' voorhees ad '),
(3662,'slug',0,1,' pete a '),
(3662,'title',0,1,' pete a '),
(3663,'slug',0,1,' joseph n '),
(3663,'title',0,1,' joseph n '),
(3664,'slug',0,1,' james n '),
(3664,'title',0,1,' james n '),
(3665,'slug',0,1,' elaine d '),
(3665,'title',0,1,' elaine d '),
(3666,'slug',0,1,' jay c '),
(3666,'title',0,1,' jay c '),
(3680,'slug',0,1,' receptionist '),
(3680,'title',0,1,' receptionist '),
(3681,'slug',0,1,' lpn '),
(3681,'title',0,1,' lpn '),
(3682,'slug',0,1,' supervisor '),
(3682,'title',0,1,' supervisor '),
(3689,'alt',0,1,''),
(3689,'extension',0,1,' jpg '),
(3689,'filename',0,1,' bayshore lobby jpg '),
(3689,'kind',0,1,' image '),
(3689,'slug',0,1,''),
(3689,'title',0,1,' bayshore lobby '),
(3697,'slug',0,1,' ventilator unit '),
(3697,'title',0,1,' ventilator support '),
(3699,'slug',0,1,' goose a '),
(3699,'title',0,1,' goose a '),
(3700,'slug',0,1,' jane s '),
(3700,'title',0,1,' jane s '),
(3701,'slug',0,1,' beryl r '),
(3701,'title',0,1,' beryl r '),
(3702,'slug',0,1,' robert m '),
(3702,'title',0,1,' robert m '),
(3703,'slug',0,1,' rudy r '),
(3703,'title',0,1,' rudy r '),
(3712,'alt',0,1,''),
(3712,'extension',0,1,' jpg '),
(3712,'filename',0,1,' bayshore admin jpg '),
(3712,'kind',0,1,' image '),
(3712,'slug',0,1,''),
(3712,'title',0,1,' bayshore admin '),
(3714,'alt',0,1,''),
(3714,'extension',0,1,' jpg '),
(3714,'filename',0,1,' bayshore ad jpg '),
(3714,'kind',0,1,' image '),
(3714,'slug',0,1,''),
(3714,'title',0,1,' bayshore ad '),
(3716,'slug',0,1,' evs associate '),
(3716,'title',0,1,' evs associate '),
(3722,'alt',0,1,''),
(3722,'extension',0,1,' jpg '),
(3722,'filename',0,1,' cedar grove lobby jpg '),
(3722,'kind',0,1,' image '),
(3722,'slug',0,1,''),
(3722,'title',0,1,' cedar grove lobby '),
(3730,'slug',0,1,' brandon w '),
(3730,'title',0,1,' brandon w '),
(3731,'slug',0,1,' lori g '),
(3731,'title',0,1,' lori g '),
(3732,'slug',0,1,' kayla m '),
(3732,'title',0,1,' kayla m '),
(3733,'slug',0,1,' grayson a '),
(3733,'title',0,1,' grayson a '),
(3734,'slug',0,1,' maudie r '),
(3734,'title',0,1,' maudie r '),
(3746,'alt',0,1,''),
(3746,'extension',0,1,' jpg '),
(3746,'filename',0,1,' cedar grove admin jpg '),
(3746,'kind',0,1,' image '),
(3746,'slug',0,1,''),
(3746,'title',0,1,' cedar grove admin '),
(3748,'alt',0,1,''),
(3748,'extension',0,1,' jpg '),
(3748,'filename',0,1,' cedar grove admissions director jpg '),
(3748,'kind',0,1,' image '),
(3748,'slug',0,1,''),
(3748,'title',0,1,' cedar grove admissions director '),
(3749,'slug',0,1,' recreation director '),
(3749,'title',0,1,' recreation director '),
(3761,'alt',0,1,''),
(3761,'extension',0,1,' jpg '),
(3761,'filename',0,1,' clark lobby jpg '),
(3761,'kind',0,1,' image '),
(3761,'slug',0,1,''),
(3761,'title',0,1,' clark lobby '),
(3769,'slug',0,1,' rolando e '),
(3769,'title',0,1,' rolando e '),
(3770,'slug',0,1,' laurie k '),
(3770,'title',0,1,' laurie k '),
(3771,'slug',0,1,' ben c '),
(3771,'title',0,1,' ben c '),
(3772,'slug',0,1,' denean l '),
(3772,'title',0,1,' denean l '),
(3773,'slug',0,1,' garrett o '),
(3773,'title',0,1,' garrett o '),
(3785,'slug',0,1,' staffing coordinator '),
(3785,'title',0,1,' staffing coordinator '),
(3786,'slug',0,1,' employee '),
(3786,'title',0,1,' dietary cook '),
(3800,'alt',0,1,''),
(3800,'extension',0,1,' jpg '),
(3800,'filename',0,1,' greenknoll admin jpg '),
(3800,'kind',0,1,' image '),
(3800,'slug',0,1,''),
(3800,'title',0,1,' green knoll admin '),
(3802,'alt',0,1,''),
(3802,'extension',0,1,' jpg '),
(3802,'filename',0,1,' greenknoll ad jpg '),
(3802,'kind',0,1,' image '),
(3802,'slug',0,1,''),
(3802,'title',0,1,' green knoll ad '),
(3808,'alt',0,1,''),
(3808,'extension',0,1,' jpg '),
(3808,'filename',0,1,' green knoll lobby jpg '),
(3808,'kind',0,1,' image '),
(3808,'slug',0,1,''),
(3808,'title',0,1,' green knoll lobby '),
(3814,'slug',0,1,' shirley l '),
(3814,'title',0,1,' shirley l '),
(3815,'slug',0,1,' leah r '),
(3815,'title',0,1,' leah r '),
(3816,'slug',0,1,' christine l '),
(3816,'title',0,1,' christine l '),
(3817,'slug',0,1,' summer c '),
(3817,'title',0,1,' summer c '),
(3818,'slug',0,1,' margarethe t '),
(3818,'title',0,1,' margarethe t '),
(3819,'slug',0,1,' lpn '),
(3819,'title',0,1,' lpn '),
(3840,'slug',0,1,' dawn s '),
(3840,'title',0,1,' dawn s '),
(3841,'slug',0,1,' denis k '),
(3841,'title',0,1,' denis k '),
(3842,'slug',0,1,' jennifer b '),
(3842,'title',0,1,' jennifer b '),
(3843,'slug',0,1,' chris b '),
(3843,'title',0,1,' chris b '),
(3844,'slug',0,1,' anon '),
(3844,'title',0,1,' anon '),
(3856,'alt',0,1,''),
(3856,'extension',0,1,' jpg '),
(3856,'filename',0,1,' madison admin jpg '),
(3856,'kind',0,1,' image '),
(3856,'slug',0,1,''),
(3856,'title',0,1,' madison admin '),
(3858,'alt',0,1,''),
(3858,'extension',0,1,' jpg '),
(3858,'filename',0,1,' madison ad jpg '),
(3858,'kind',0,1,' image '),
(3858,'slug',0,1,''),
(3858,'title',0,1,' madison ad '),
(3859,'slug',0,1,' dietary aide '),
(3859,'title',0,1,' dietary aide '),
(3865,'alt',0,1,''),
(3865,'extension',0,1,' jpg '),
(3865,'filename',0,1,' mercerville lobby jpg '),
(3865,'kind',0,1,' image '),
(3865,'slug',0,1,''),
(3865,'title',0,1,' mercerville lobby '),
(3874,'slug',0,1,' cynthia r '),
(3874,'title',0,1,' cynthia r '),
(3875,'slug',0,1,' monica j '),
(3875,'title',0,1,' monica j '),
(3876,'slug',0,1,' jewell k '),
(3876,'title',0,1,' jewell k '),
(3877,'slug',0,1,' juan o '),
(3877,'title',0,1,' juan o '),
(3878,'slug',0,1,' al b '),
(3878,'title',0,1,' al b '),
(3879,'slug',0,1,' hr '),
(3879,'title',0,1,' hr '),
(3896,'alt',0,1,''),
(3896,'extension',0,1,' jpg '),
(3896,'filename',0,1,' orange park lobby jpg '),
(3896,'kind',0,1,' image '),
(3896,'slug',0,1,''),
(3896,'title',0,1,' orange park lobby '),
(3902,'slug',0,1,' dov b '),
(3902,'title',0,1,' dov b '),
(3903,'slug',0,1,' jonathan s '),
(3903,'title',0,1,' jonathan s '),
(3904,'slug',0,1,' cherie m '),
(3904,'title',0,1,' cherie m '),
(3905,'slug',0,1,' cynthia s '),
(3905,'title',0,1,' cynthia s '),
(3906,'slug',0,1,' samuel l '),
(3906,'title',0,1,' samuel l '),
(3918,'alt',0,1,''),
(3918,'extension',0,1,' jpg '),
(3918,'filename',0,1,' orange admin jpg '),
(3918,'kind',0,1,' image '),
(3918,'slug',0,1,''),
(3918,'title',0,1,' orange admin '),
(3920,'alt',0,1,''),
(3920,'extension',0,1,' jpg '),
(3920,'filename',0,1,' orange ad jpg '),
(3920,'kind',0,1,' image '),
(3920,'slug',0,1,''),
(3920,'title',0,1,' orange ad '),
(3921,'slug',0,1,' recreation director '),
(3921,'title',0,1,' recreation director '),
(3927,'alt',0,1,''),
(3927,'extension',0,1,' jpg '),
(3927,'filename',0,1,' park place lobby jpg '),
(3927,'kind',0,1,' image '),
(3927,'slug',0,1,''),
(3927,'title',0,1,' park place lobby '),
(3935,'slug',0,1,' pamela g '),
(3935,'title',0,1,' pamela g '),
(3936,'slug',0,1,' barabara m '),
(3936,'title',0,1,' barabara m '),
(3937,'slug',0,1,' richard r '),
(3937,'title',0,1,' richard r '),
(3938,'slug',0,1,' shelby b '),
(3938,'title',0,1,' shelby b '),
(3939,'slug',0,1,' xiaonng c '),
(3939,'title',0,1,' xiaonng c '),
(3948,'slug',0,1,' front desk receptionist '),
(3948,'title',0,1,' front desk receptionist '),
(3954,'alt',0,1,''),
(3954,'extension',0,1,' jpg '),
(3954,'filename',0,1,' park place ad jpg '),
(3954,'kind',0,1,' image '),
(3954,'slug',0,1,''),
(3954,'title',0,1,' park place ad '),
(3959,'alt',0,1,''),
(3959,'extension',0,1,' jpg '),
(3959,'filename',0,1,' plainfield lobby jpg '),
(3959,'kind',0,1,' image '),
(3959,'slug',0,1,''),
(3959,'title',0,1,' plainfield lobby '),
(3965,'slug',0,1,' krasnoff s '),
(3965,'title',0,1,' krasnoff s '),
(3966,'slug',0,1,' stephanie m '),
(3966,'title',0,1,' stephanie m '),
(3967,'slug',0,1,' joan b '),
(3967,'title',0,1,' joan b '),
(3968,'slug',0,1,' peter h '),
(3968,'title',0,1,' peter h '),
(3969,'slug',0,1,' morgan m '),
(3969,'title',0,1,' morgan m '),
(3981,'alt',0,1,''),
(3981,'extension',0,1,' jpg '),
(3981,'filename',0,1,' plainfield ad jpg '),
(3981,'kind',0,1,' image '),
(3981,'slug',0,1,''),
(3981,'title',0,1,' plainfield ad '),
(3986,'alt',0,1,''),
(3986,'extension',0,1,' jpg '),
(3986,'filename',0,1,' st vincents lobby jpg '),
(3986,'kind',0,1,' image '),
(3986,'slug',0,1,''),
(3986,'title',0,1,' st vincents lobby '),
(3992,'slug',0,1,' david b '),
(3992,'title',0,1,' david b '),
(3993,'slug',0,1,' lauren c '),
(3993,'title',0,1,' lauren c '),
(3994,'slug',0,1,' antoinette s '),
(3994,'title',0,1,' antoinette s '),
(3995,'slug',0,1,' erica g '),
(3995,'title',0,1,' erica g '),
(3996,'slug',0,1,' diane s '),
(3996,'title',0,1,' diane s '),
(4008,'alt',0,1,''),
(4008,'extension',0,1,' jpg '),
(4008,'filename',0,1,' st vincent admin jpg '),
(4008,'kind',0,1,' image '),
(4008,'slug',0,1,''),
(4008,'title',0,1,' st vincent admin '),
(4010,'alt',0,1,''),
(4010,'extension',0,1,' jpg '),
(4010,'filename',0,1,' st vincents ad jpg '),
(4010,'kind',0,1,' image '),
(4010,'slug',0,1,''),
(4010,'title',0,1,' st vincents ad '),
(4011,'slug',0,1,' rn '),
(4011,'title',0,1,' rn '),
(4017,'alt',0,1,''),
(4017,'extension',0,1,' jpg '),
(4017,'filename',0,1,' summit ridge lobby jpg '),
(4017,'kind',0,1,' image '),
(4017,'slug',0,1,''),
(4017,'title',0,1,' summit ridge lobby '),
(4018,'alt',0,1,''),
(4018,'extension',0,1,' jpg '),
(4018,'filename',0,1,' summit admin jpg '),
(4018,'kind',0,1,' image '),
(4018,'slug',0,1,''),
(4018,'title',0,1,' summit admin '),
(4020,'alt',0,1,''),
(4020,'extension',0,1,' jpg '),
(4020,'filename',0,1,' summit ad jpg '),
(4020,'kind',0,1,' image '),
(4020,'slug',0,1,''),
(4020,'title',0,1,' summit ad '),
(4026,'slug',0,1,' cynthia m '),
(4026,'title',0,1,' cynthia m '),
(4027,'slug',0,1,' lloyd e '),
(4027,'title',0,1,' lloyd e '),
(4028,'slug',0,1,' james e '),
(4028,'title',0,1,' james e '),
(4029,'slug',0,1,' marcia s '),
(4029,'title',0,1,' marcia s '),
(4053,'slug',0,1,' susan k '),
(4053,'title',0,1,' susan k '),
(4054,'slug',0,1,' david c '),
(4054,'title',0,1,' david c '),
(4055,'slug',0,1,' felicia a '),
(4055,'title',0,1,' felicia a '),
(4056,'slug',0,1,' dorothy z '),
(4056,'title',0,1,' dorothy z '),
(4057,'slug',0,1,' glen r '),
(4057,'title',0,1,' glen r '),
(4069,'alt',0,1,''),
(4069,'extension',0,1,' jpg '),
(4069,'filename',0,1,' caldwell ad jpg '),
(4069,'kind',0,1,' image '),
(4069,'slug',0,1,''),
(4069,'title',0,1,' caldwell ad '),
(4070,'slug',0,1,' recreation complete care '),
(4070,'title',0,1,' recreation assistant '),
(4071,'slug',0,1,' employee '),
(4071,'title',0,1,' employee '),
(4080,'alt',0,1,''),
(4080,'extension',0,1,' jpg '),
(4080,'filename',0,1,' west caldwell lobby jpg '),
(4080,'kind',0,1,' image '),
(4080,'slug',0,1,''),
(4080,'title',0,1,' west caldwell lobby '),
(4083,'alt',0,1,''),
(4083,'extension',0,1,' jpg '),
(4083,'filename',0,1,' westfield lobby jpg '),
(4083,'kind',0,1,' image '),
(4083,'slug',0,1,''),
(4083,'title',0,1,' westfield lobby '),
(4089,'slug',0,1,' thomas w '),
(4089,'title',0,1,' thomas w '),
(4090,'slug',0,1,' tameka j '),
(4090,'title',0,1,' tameka j '),
(4091,'slug',0,1,' janet p '),
(4091,'title',0,1,' janet p '),
(4092,'slug',0,1,' colette c '),
(4092,'title',0,1,' colette c '),
(4093,'slug',0,1,' madelyn a '),
(4093,'title',0,1,' madelyn a '),
(4105,'alt',0,1,''),
(4105,'extension',0,1,' jpg '),
(4105,'filename',0,1,' westfield ad jpg '),
(4105,'kind',0,1,' image '),
(4105,'slug',0,1,''),
(4105,'title',0,1,' westfield ad '),
(4117,'slug',0,1,' vicky s '),
(4117,'title',0,1,' vicky s '),
(4118,'slug',0,1,' jeanie p '),
(4118,'title',0,1,' jeanie p '),
(4119,'slug',0,1,' diana h '),
(4119,'title',0,1,' diana h '),
(4120,'slug',0,1,' patricia c '),
(4120,'title',0,1,' patricia c '),
(4121,'slug',0,1,' eleonor a '),
(4121,'title',0,1,' eleonor a '),
(4131,'slug',0,1,' manager '),
(4131,'title',0,1,' manager '),
(4132,'slug',0,1,' director of therapeutic recreation '),
(4132,'title',0,1,' director of therapeutic recreation '),
(4138,'alt',0,1,''),
(4138,'extension',0,1,' jpg '),
(4138,'filename',0,1,' woodlands admin jpg '),
(4138,'kind',0,1,' image '),
(4138,'slug',0,1,''),
(4138,'title',0,1,' woodlands admin '),
(4141,'alt',0,1,''),
(4141,'extension',0,1,' jpg '),
(4141,'filename',0,1,' woodlands ad jpg '),
(4141,'kind',0,1,' image '),
(4141,'slug',0,1,''),
(4141,'title',0,1,' woodlands ad '),
(4142,'alt',0,1,''),
(4142,'extension',0,1,' jpg '),
(4142,'filename',0,1,' woodlands lobby jpg '),
(4142,'kind',0,1,' image '),
(4142,'slug',0,1,''),
(4142,'title',0,1,' woodlands lobby '),
(4143,'slug',0,1,' michael bahooshian '),
(4143,'title',0,1,' michael bahooshian '),
(4150,'alt',0,1,''),
(4150,'extension',0,1,' jpg '),
(4150,'filename',0,1,' roosevelt edison lounge jpg '),
(4150,'kind',0,1,' image '),
(4150,'slug',0,1,''),
(4150,'title',0,1,' roosevelt edison lounge '),
(4156,'slug',0,1,' laura m '),
(4156,'title',0,1,' laura m '),
(4157,'slug',0,1,' anthony d '),
(4157,'title',0,1,' anthony d '),
(4158,'slug',0,1,' majorie f '),
(4158,'title',0,1,' majorie f '),
(4159,'slug',0,1,' robin s '),
(4159,'title',0,1,' robin s '),
(4160,'slug',0,1,' laura p '),
(4160,'title',0,1,' laura p '),
(4172,'alt',0,1,''),
(4172,'extension',0,1,' jpg '),
(4172,'filename',0,1,' edison admin jpg '),
(4172,'kind',0,1,' image '),
(4172,'slug',0,1,''),
(4172,'title',0,1,' edison admin '),
(4174,'slug',0,1,' mark sorrento '),
(4174,'title',0,1,' mark sorrento '),
(4181,'alt',0,1,''),
(4181,'extension',0,1,' jpg '),
(4181,'filename',0,1,' roosevelt old bridge gym jpg '),
(4181,'kind',0,1,' image '),
(4181,'slug',0,1,''),
(4181,'title',0,1,' roosevelt old bridge gym '),
(4189,'slug',0,1,' john t '),
(4189,'title',0,1,' john t '),
(4190,'slug',0,1,' evette h '),
(4190,'title',0,1,' evette h '),
(4191,'slug',0,1,' thomasina w '),
(4191,'title',0,1,' thomasina w '),
(4192,'slug',0,1,' oleg k '),
(4192,'title',0,1,' oleg k '),
(4193,'slug',0,1,' robert t '),
(4193,'title',0,1,' robert t '),
(4207,'alt',0,1,''),
(4207,'extension',0,1,' jpg '),
(4207,'filename',0,1,' old bridge admin jpg '),
(4207,'kind',0,1,' image '),
(4207,'slug',0,1,''),
(4207,'title',0,1,' old bridge admin '),
(4208,'alt',0,1,''),
(4208,'extension',0,1,' jpg '),
(4208,'filename',0,1,' old bridge ad jpg '),
(4208,'kind',0,1,' image '),
(4208,'slug',0,1,''),
(4208,'title',0,1,' old bridge ad '),
(4210,'slug',0,1,' employee '),
(4210,'title',0,1,' employee '),
(4211,'slug',0,1,' lpn '),
(4211,'title',0,1,' lpn '),
(4212,'slug',0,1,' dietary aide '),
(4212,'title',0,1,' dietary aide '),
(4213,'slug',0,1,' cna '),
(4213,'title',0,1,' cna '),
(4214,'slug',0,1,' egold roosevelthealthob orgevan gold '),
(4214,'title',0,1,' evan gold '),
(4223,'alt',0,1,''),
(4223,'extension',0,1,' jpg '),
(4223,'filename',0,1,' barn hill lobby jpg '),
(4223,'kind',0,1,' image '),
(4223,'slug',0,1,''),
(4223,'title',0,1,' barn hill lobby '),
(4231,'slug',0,1,' beth h '),
(4231,'title',0,1,' beth h '),
(4232,'slug',0,1,' gary z '),
(4232,'title',0,1,' gary z '),
(4233,'slug',0,1,' marci n '),
(4233,'title',0,1,' marci n '),
(4234,'slug',0,1,' michael s '),
(4234,'title',0,1,' michael s '),
(4235,'slug',0,1,' gina h '),
(4235,'title',0,1,' gina h '),
(4246,'alt',0,1,''),
(4246,'extension',0,1,' jpg '),
(4246,'filename',0,1,' barn hill ad jpg '),
(4246,'kind',0,1,' image '),
(4246,'slug',0,1,''),
(4246,'title',0,1,' barn hill ad '),
(4261,'slug',0,1,' charlie a '),
(4261,'title',0,1,' charlie a '),
(4262,'slug',0,1,' katie r '),
(4262,'title',0,1,' katie r '),
(4263,'slug',0,1,' stacey g '),
(4263,'title',0,1,' stacey g '),
(4264,'slug',0,1,' stephanie s '),
(4264,'title',0,1,' stephanie s '),
(4265,'slug',0,1,' jeff y '),
(4265,'title',0,1,' jeff y '),
(4276,'alt',0,1,''),
(4276,'extension',0,1,' jpg '),
(4276,'filename',0,1,' berkshire lobby jpg '),
(4276,'kind',0,1,' image '),
(4276,'slug',0,1,''),
(4276,'title',0,1,' berkshire lobby '),
(4277,'slug',0,1,' cna '),
(4277,'title',0,1,' cna '),
(4282,'alt',0,1,''),
(4282,'extension',0,1,' jpg '),
(4282,'filename',0,1,' brakeley park lobby jpg '),
(4282,'kind',0,1,' image '),
(4282,'slug',0,1,''),
(4282,'title',0,1,' brakeley park lobby '),
(4289,'slug',0,1,' robin d '),
(4289,'title',0,1,' robin d '),
(4290,'slug',0,1,' diane m '),
(4290,'title',0,1,' diane m '),
(4291,'slug',0,1,' sarah d '),
(4291,'title',0,1,' sarah d '),
(4292,'slug',0,1,' christine c '),
(4292,'title',0,1,' christine c '),
(4293,'slug',0,1,' jillian c '),
(4293,'title',0,1,' jillian c '),
(4307,'slug',0,1,' unit manager '),
(4307,'title',0,1,' unit manager '),
(4308,'slug',0,1,' activities aide '),
(4308,'title',0,1,' activities aide '),
(4322,'alt',0,1,''),
(4322,'extension',0,1,' jpg '),
(4322,'filename',0,1,' chestnut hill lobby jpg '),
(4322,'kind',0,1,' image '),
(4322,'slug',0,1,''),
(4322,'title',0,1,' chestnut hill lobby '),
(4332,'slug',0,1,' jackie j '),
(4332,'title',0,1,' jackie j '),
(4333,'slug',0,1,' omayra s '),
(4333,'title',0,1,' omayra s '),
(4334,'slug',0,1,' jenny p '),
(4334,'title',0,1,' jenny p '),
(4335,'slug',0,1,' sue m '),
(4335,'title',0,1,' sue m '),
(4336,'slug',0,1,' catherine c '),
(4336,'title',0,1,' catherine c '),
(4349,'alt',0,1,''),
(4349,'extension',0,1,' jpg '),
(4349,'filename',0,1,' harrington ad jpg '),
(4349,'kind',0,1,' image '),
(4349,'slug',0,1,''),
(4349,'title',0,1,' harrington ad '),
(4358,'alt',0,1,''),
(4358,'extension',0,1,' jpg '),
(4358,'filename',0,1,' fair lawn lobby jpg '),
(4358,'kind',0,1,' image '),
(4358,'slug',0,1,''),
(4358,'title',0,1,' fair lawn lobby '),
(4365,'slug',0,1,' sandra m '),
(4365,'title',0,1,' sandra m '),
(4366,'slug',0,1,' tanya t '),
(4366,'title',0,1,' tanya t '),
(4367,'slug',0,1,' matt c '),
(4367,'title',0,1,' matt c '),
(4368,'slug',0,1,' cathie h '),
(4368,'title',0,1,' cathie h '),
(4369,'slug',0,1,' benoit b '),
(4369,'title',0,1,' benoit b '),
(4385,'alt',0,1,''),
(4385,'extension',0,1,' jpg '),
(4385,'filename',0,1,' hamilton plaza lobby jpg '),
(4385,'kind',0,1,' image '),
(4385,'slug',0,1,''),
(4385,'title',0,1,' hamilton plaza lobby '),
(4391,'slug',0,1,' tracy b '),
(4391,'title',0,1,' tracy b '),
(4392,'slug',0,1,' susan h '),
(4392,'title',0,1,' susan h '),
(4393,'slug',0,1,' diana t '),
(4393,'title',0,1,' diana t '),
(4394,'slug',0,1,' lupita p '),
(4394,'title',0,1,' lupita p '),
(4395,'slug',0,1,' alvaro m '),
(4395,'title',0,1,' alvaro m '),
(4403,'slug',0,1,' behavioral unit '),
(4403,'title',0,1,' behavioral health support '),
(4409,'slug',0,1,' cna '),
(4409,'title',0,1,' cna '),
(4414,'alt',0,1,''),
(4414,'extension',0,1,' jpg '),
(4414,'filename',0,1,' harborage lobby jpg '),
(4414,'kind',0,1,' image '),
(4414,'slug',0,1,''),
(4414,'title',0,1,' harborage lobby '),
(4420,'slug',0,1,' milady r '),
(4420,'title',0,1,' milady r '),
(4421,'slug',0,1,' anna m '),
(4421,'title',0,1,' anna m '),
(4422,'slug',0,1,' mary l '),
(4422,'title',0,1,' mary l '),
(4423,'slug',0,1,' dee d '),
(4423,'title',0,1,' dee d '),
(4424,'slug',0,1,' joseph r '),
(4424,'title',0,1,' joseph r '),
(4440,'alt',0,1,''),
(4440,'extension',0,1,' jpg '),
(4440,'filename',0,1,' harston lobby jpg '),
(4440,'kind',0,1,' image '),
(4440,'slug',0,1,''),
(4440,'title',0,1,' harston lobby '),
(4446,'slug',0,1,' edgar s '),
(4446,'title',0,1,' edgar s '),
(4447,'slug',0,1,' daniel p '),
(4447,'title',0,1,' daniel p '),
(4448,'slug',0,1,' david h '),
(4448,'title',0,1,' david h '),
(4449,'slug',0,1,' kimberly r '),
(4449,'title',0,1,' kimberly r '),
(4450,'slug',0,1,' mike m '),
(4450,'title',0,1,' mike m '),
(4466,'alt',0,1,''),
(4466,'extension',0,1,' jpg '),
(4466,'filename',0,1,' inglemoor lobby jpg '),
(4466,'kind',0,1,' image '),
(4466,'slug',0,1,''),
(4466,'title',0,1,' inglemoor lobby '),
(4474,'slug',0,1,' steve w '),
(4474,'title',0,1,' steve w '),
(4475,'slug',0,1,' frida g '),
(4475,'title',0,1,' frida g '),
(4476,'slug',0,1,' anon '),
(4476,'title',0,1,' anon '),
(4477,'slug',0,1,' irene y '),
(4477,'title',0,1,' irene y '),
(4478,'slug',0,1,' irma b '),
(4478,'title',0,1,' irma b '),
(4492,'slug',0,1,' activities assistant '),
(4492,'title',0,1,' activities assistant '),
(4497,'alt',0,1,''),
(4497,'extension',0,1,' jpg '),
(4497,'filename',0,1,' lehigh lobby jpg '),
(4497,'kind',0,1,' image '),
(4497,'slug',0,1,''),
(4497,'title',0,1,' lehigh lobby '),
(4504,'slug',0,1,' dolores h '),
(4504,'title',0,1,' dolores h '),
(4505,'slug',0,1,' steve r '),
(4505,'title',0,1,' steve r '),
(4506,'slug',0,1,' james d '),
(4506,'title',0,1,' james d '),
(4507,'slug',0,1,' linda m '),
(4507,'title',0,1,' linda m '),
(4508,'slug',0,1,' sarah g '),
(4508,'title',0,1,' sarah g '),
(4518,'alt',0,1,''),
(4518,'extension',0,1,' jpg '),
(4518,'filename',0,1,' lehigh ad jpg '),
(4518,'kind',0,1,' image '),
(4518,'slug',0,1,''),
(4518,'title',0,1,' lehigh ad '),
(4519,'alt',0,1,''),
(4519,'extension',0,1,' jpg '),
(4519,'filename',0,1,' lehigh admin jpg '),
(4519,'kind',0,1,' image '),
(4519,'slug',0,1,''),
(4519,'title',0,1,' lehigh admin '),
(4521,'slug',0,1,' deb stoneback '),
(4521,'title',0,1,' deb stoneback '),
(4526,'alt',0,1,''),
(4526,'extension',0,1,' jpg '),
(4526,'filename',0,1,' milford manor lobby jpg '),
(4526,'kind',0,1,' image '),
(4526,'slug',0,1,''),
(4526,'title',0,1,' milford manor lobby '),
(4534,'slug',0,1,' mary o '),
(4534,'title',0,1,' mary o '),
(4535,'slug',0,1,' molly e '),
(4535,'title',0,1,' molly e '),
(4536,'slug',0,1,' jeanne h '),
(4536,'title',0,1,' jeanne h '),
(4537,'slug',0,1,' patricia b '),
(4537,'title',0,1,' patricia b '),
(4538,'slug',0,1,' susan t '),
(4538,'title',0,1,' susan t '),
(4554,'alt',0,1,''),
(4554,'extension',0,1,' jpg '),
(4554,'filename',0,1,' phillipsburg lobby jpg '),
(4554,'kind',0,1,' image '),
(4554,'slug',0,1,''),
(4554,'title',0,1,' phillipsburg lobby '),
(4562,'alt',0,1,''),
(4562,'extension',0,1,' jpg '),
(4562,'filename',0,1,' brakeley ad jpg '),
(4562,'kind',0,1,' image '),
(4562,'slug',0,1,''),
(4562,'title',0,1,' brakeley ad '),
(4564,'slug',0,1,' deborah c '),
(4564,'title',0,1,' deborah c '),
(4565,'slug',0,1,' deborah r '),
(4565,'title',0,1,' deborah r '),
(4566,'slug',0,1,' hank s '),
(4566,'title',0,1,' hank s '),
(4567,'slug',0,1,' gladys m '),
(4567,'title',0,1,' gladys m '),
(4568,'slug',0,1,' shanora w '),
(4568,'title',0,1,' shanora w '),
(4569,'slug',0,1,' michele cartagena '),
(4569,'title',0,1,' michele cartagena '),
(4579,'alt',0,1,''),
(4579,'extension',0,1,' jpg '),
(4579,'filename',0,1,' prospect heights lobby jpg '),
(4579,'kind',0,1,' image '),
(4579,'slug',0,1,''),
(4579,'title',0,1,' prospect heights lobby '),
(4586,'slug',0,1,' spencer o '),
(4586,'title',0,1,' spencer o '),
(4587,'slug',0,1,' joey r '),
(4587,'title',0,1,' joey r '),
(4588,'slug',0,1,' morrissa s '),
(4588,'title',0,1,' morrissa s '),
(4589,'slug',0,1,' christine k '),
(4589,'title',0,1,' christine k '),
(4590,'slug',0,1,' john k '),
(4590,'title',0,1,' john k '),
(4602,'alt',0,1,''),
(4602,'extension',0,1,' jpg '),
(4602,'filename',0,1,' prospect admin jpg '),
(4602,'kind',0,1,' image '),
(4602,'slug',0,1,''),
(4602,'title',0,1,' prospect admin '),
(4604,'slug',0,1,' employee '),
(4604,'title',0,1,' employee '),
(4610,'alt',0,1,''),
(4610,'extension',0,1,' jpg '),
(4610,'filename',0,1,' regent lobby jpg '),
(4610,'kind',0,1,' image '),
(4610,'slug',0,1,''),
(4610,'title',0,1,' regent lobby '),
(4620,'alt',0,1,''),
(4620,'extension',0,1,' jpg '),
(4620,'filename',0,1,' regent ad jpg '),
(4620,'kind',0,1,' image '),
(4620,'slug',0,1,''),
(4620,'title',0,1,' regent ad '),
(4621,'slug',0,1,' anothony f '),
(4621,'title',0,1,' anothony f '),
(4622,'slug',0,1,' edward k '),
(4622,'title',0,1,' edward k '),
(4623,'slug',0,1,' kyle p '),
(4623,'title',0,1,' kyle p '),
(4624,'slug',0,1,' ellen c '),
(4624,'title',0,1,' ellen c '),
(4625,'slug',0,1,' maricris t '),
(4625,'title',0,1,' maricris t '),
(4626,'slug',0,1,' employee '),
(4626,'title',0,1,' employee '),
(4627,'slug',0,1,' employee '),
(4627,'title',0,1,' employee '),
(4639,'alt',0,1,''),
(4639,'extension',0,1,' jpg '),
(4639,'filename',0,1,' wayne hills lobby jpg '),
(4639,'kind',0,1,' image '),
(4639,'slug',0,1,''),
(4639,'title',0,1,' wayne hills lobby '),
(4645,'slug',0,1,' brandon b '),
(4645,'title',0,1,' brandon b '),
(4646,'slug',0,1,' jacqueline m '),
(4646,'title',0,1,' jacqueline m '),
(4647,'slug',0,1,' deborah w '),
(4647,'title',0,1,' deborah w '),
(4648,'slug',0,1,' carlo c '),
(4648,'title',0,1,' carlo c '),
(4649,'slug',0,1,' linda e '),
(4649,'title',0,1,' linda e '),
(4660,'slug',0,1,' employee '),
(4660,'title',0,1,' employee '),
(4674,'slug',0,1,' victoria jenkins '),
(4674,'title',0,1,' victoria jenkins '),
(4687,'slug',0,1,' rolando lasco '),
(4687,'title',0,1,' rolando lasco '),
(4700,'slug',0,1,' meir silverstein '),
(4700,'title',0,1,' meir silverstein '),
(4707,'field:10',0,1,' test '),
(4707,'field:6',0,1,' test test '),
(4707,'field:7',0,1,' kaden aftonkleingroup com '),
(4707,'field:8',0,1,' akg '),
(4707,'field:9',0,1,' general inquiry '),
(4707,'title',0,1,' 2025 10 22 16 42 42 '),
(4713,'field:10',0,1,' testing groton '),
(4713,'field:6',0,1,' test test '),
(4713,'field:7',0,1,' kaden aftonkleingroup com '),
(4713,'field:8',0,1,' akg '),
(4713,'field:9',0,1,' general inquiry '),
(4713,'title',0,1,' 2025 10 22 16 50 26 '),
(4716,'field:10',0,1,' test with relations '),
(4716,'field:6',0,1,' test test '),
(4716,'field:7',0,1,' kaden aftonkleingroup com '),
(4716,'field:8',0,1,' akg '),
(4716,'field:9',0,1,' general inquiry '),
(4716,'title',0,1,' 2025 10 22 17 10 04 '),
(4718,'field:10',0,1,' testing corporate '),
(4718,'field:18',0,1,' https staging mycompletecare com contact '),
(4718,'field:6',0,1,' test test '),
(4718,'field:7',0,1,' kaden aftonkleingroup com '),
(4718,'field:8',0,1,' akg '),
(4718,'field:9',0,1,' general inquiry '),
(4718,'title',0,1,' 2025 10 22 17 17 45 '),
(4720,'field:10',0,1,' test only entry '),
(4720,'field:18',0,1,' https ccgrotonrch com contact '),
(4720,'field:6',0,1,' test test '),
(4720,'field:7',0,1,' kaden aftonkleingroup com '),
(4720,'field:8',0,1,' test '),
(4720,'field:9',0,1,' general inquiry '),
(4720,'title',0,1,' 2025 10 22 17 20 15 '),
(4722,'field:10',0,1,' test entry '),
(4722,'field:18',0,1,' https ccgrotonrch com contact '),
(4722,'field:6',0,1,' test test '),
(4722,'field:7',0,1,' kaden aftonkleingroup com '),
(4722,'field:8',0,1,' akg '),
(4722,'field:9',0,1,' general inquiry '),
(4722,'title',0,1,' 2025 10 22 17 22 05 '),
(4724,'field:10',0,1,' test 1 '),
(4724,'field:18',0,1,' https ccgrotonrch com contact '),
(4724,'field:6',0,1,' test test '),
(4724,'field:7',0,1,' kaden aftonkleingroup com '),
(4724,'field:8',0,1,' akg '),
(4724,'field:9',0,1,' general inquiry '),
(4724,'title',0,1,' 2025 10 22 17 25 34 '),
(4726,'field:10',0,1,' test recipients field '),
(4726,'field:18',0,1,' https ccgrotonrch com contact '),
(4726,'field:19',0,1,''),
(4726,'field:6',0,1,' test test '),
(4726,'field:7',0,1,' kaden aftonkleingroup com '),
(4726,'field:8',0,1,' akg '),
(4726,'field:9',0,1,' general inquiry '),
(4726,'title',0,1,' 2025 10 22 17 33 13 '),
(4728,'field:10',0,1,' test recipients 2 '),
(4728,'field:18',0,1,' https ccgrotonrch com contact '),
(4728,'field:19',0,1,' kaden aftonkleingroup com '),
(4728,'field:6',0,1,' test test '),
(4728,'field:7',0,1,' kaden aftonkleingroup com '),
(4728,'field:8',0,1,' test '),
(4728,'field:9',0,1,' general inquiry '),
(4728,'title',0,1,' 2025 10 22 17 34 41 '),
(4730,'field:10',0,1,' test corporate contact '),
(4730,'field:18',0,1,' https staging mycompletecare com contact '),
(4730,'field:19',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4730,'field:6',0,1,' test test '),
(4730,'field:7',0,1,' kaden aftonkleingroup com '),
(4730,'field:8',0,1,' akg '),
(4730,'field:9',0,1,' general inquiry '),
(4730,'title',0,1,' 2025 10 22 17 52 01 '),
(4732,'field:10',0,1,' akg testing contact form on groton regency rch '),
(4732,'field:18',0,1,' https ccgrotonrch com contact '),
(4732,'field:19',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4732,'field:6',0,1,' test test '),
(4732,'field:7',0,1,' kaden aftonkleingroup com '),
(4732,'field:8',0,1,' akg '),
(4732,'field:9',0,1,' general inquiry '),
(4732,'title',0,1,' 2025 10 22 18 05 29 '),
(4734,'field:10',0,1,' testing groton '),
(4734,'field:18',0,1,' https ccgrotonrch com contact '),
(4734,'field:19',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4734,'field:6',0,1,' test test '),
(4734,'field:7',0,1,' kaden aftonkleingroup com '),
(4734,'field:8',0,1,' akg '),
(4734,'field:9',0,1,' careers '),
(4734,'title',0,1,' 2025 10 22 18 09 45 '),
(4736,'field:10',0,1,' testing groton contact '),
(4736,'field:18',0,1,' https ccgrotonrch com contact '),
(4736,'field:19',0,1,' kaden aftonkleingroup com '),
(4736,'field:6',0,1,' test test '),
(4736,'field:7',0,1,' kaden aftonkleingroup com '),
(4736,'field:8',0,1,' akg '),
(4736,'field:9',0,1,' general inquiry '),
(4736,'title',0,1,' 2025 10 22 18 11 03 '),
(4737,'field:12',0,1,' test test '),
(4737,'field:13',0,1,' kaden aftonkleingroup com '),
(4737,'field:14',0,1,' 18017094417 '),
(4737,'field:15',0,1,' files resumes complete care terms of service pdf '),
(4737,'field:16',0,1,' activities recreation administrative business office admissions marketing '),
(4737,'field:17',0,1,' testing groton rch careers form '),
(4737,'field:20',0,1,' https ccgrotonrch com careers '),
(4737,'field:21',0,1,' kaden aftonkleingroup com '),
(4737,'title',0,1,' 2025 10 22 18 11 44 '),
(4739,'field:1',0,1,' test test '),
(4739,'field:2',0,1,' kaden aftonkleingroup com '),
(4739,'field:22',0,1,' https staging mycompletecare com volunteer '),
(4739,'field:23',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4739,'field:3',0,1,' 18017094417 '),
(4739,'field:4',0,1,' complete care at groton regency residential care home '),
(4739,'field:5',0,1,' testing volunteer form '),
(4739,'title',0,1,' 2025 10 22 18 12 39 '),
(4740,'field:10',0,1,' testing corporate contact form '),
(4740,'field:18',0,1,' https staging mycompletecare com contact '),
(4740,'field:19',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4740,'field:6',0,1,' test test '),
(4740,'field:7',0,1,' kaden aftonkleingroup com '),
(4740,'field:8',0,1,' akg '),
(4740,'field:9',0,1,' general inquiry '),
(4740,'title',0,1,' 2025 10 22 18 12 49 '),
(4741,'field:12',0,1,' test test '),
(4741,'field:13',0,1,' kaden aftonkleingroup com '),
(4741,'field:14',0,1,' 18017094417 '),
(4741,'field:15',0,1,' files resumes complete care privacy policy pdf '),
(4741,'field:16',0,1,' administrative business office admissions marketing dietary food service '),
(4741,'field:17',0,1,' testing corporate careers form '),
(4741,'field:20',0,1,' https staging mycompletecare com careers '),
(4741,'field:21',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4741,'title',0,1,' 2025 10 22 18 13 08 '),
(4748,'field:1',0,1,' test test '),
(4748,'field:2',0,1,' kaden aftonkleingroup com '),
(4748,'field:22',0,1,' https staging mycompletecare com volunteer '),
(4748,'field:23',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4748,'field:3',0,1,' 18017094417 '),
(4748,'field:4',0,1,' complete care at chestnut hill '),
(4748,'field:5',0,1,' testing volunteer form '),
(4748,'title',0,1,' 2025 10 22 18 20 15 '),
(4749,'field:1',0,1,' test test '),
(4749,'field:2',0,1,' kaden aftonkleingroup com '),
(4749,'field:22',0,1,' https staging mycompletecare com volunteer '),
(4749,'field:23',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4749,'field:3',0,1,' 18017094417 '),
(4749,'field:4',0,1,' complete care at christian home '),
(4749,'field:5',0,1,' test 2 '),
(4749,'title',0,1,' 2025 10 22 18 21 51 '),
(4752,'field:10',0,1,' test '),
(4752,'field:18',0,1,' https staging mycompletecare com contact '),
(4752,'field:19',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4752,'field:6',0,1,' test test '),
(4752,'field:7',0,1,' kaden aftonkleingroup com '),
(4752,'field:8',0,1,' akg '),
(4752,'field:9',0,1,' general inquiry '),
(4752,'title',0,1,' 2025 10 22 18 22 16 '),
(4753,'field:10',0,1,' test '),
(4753,'field:18',0,1,' https staging mycompletecare com contact '),
(4753,'field:19',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4753,'field:6',0,1,' test test '),
(4753,'field:7',0,1,' kaden aftonkleingroup com '),
(4753,'field:8',0,1,' test '),
(4753,'field:9',0,1,' general inquiry '),
(4753,'title',0,1,' 2025 10 22 18 24 10 '),
(4754,'field:12',0,1,' test test '),
(4754,'field:13',0,1,' kaden aftonkleingroup com '),
(4754,'field:14',0,1,' 18017094417 '),
(4754,'field:15',0,1,''),
(4754,'field:16',0,1,' activities recreation administrative business office '),
(4754,'field:17',0,1,' test '),
(4754,'field:20',0,1,' https staging mycompletecare com careers '),
(4754,'field:21',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(4754,'title',0,1,' 2025 10 22 18 27 32 '),
(4761,'field:10',0,1,' hello have your ccchestnuthillalf com website indexed in google search index for it to appear in web search results register ccchestnuthillalf com at https searchregister net '),
(4761,'field:18',0,1,' http ccchestnuthillalf com contact '),
(4761,'field:19',0,1,' info ccchestnuthill com '),
(4761,'field:6',0,1,' tangela freytag '),
(4761,'field:7',0,1,' domains domainindexer pro '),
(4761,'field:8',0,1,' web search index '),
(4761,'field:9',0,1,' other '),
(4761,'title',0,1,' 2025 10 25 12 31 10 '),
(4762,'field:10',0,1,' hello for ccchestnuthillalf com website to be displayed in search results it needs to be indexed by google search index register ccchestnuthillalf com at https searchregister info '),
(4762,'field:18',0,1,' http ccchestnuthillalf com contact '),
(4762,'field:19',0,1,' info ccchestnuthill com '),
(4762,'field:6',0,1,' jamal fuqua '),
(4762,'field:7',0,1,' domain webindexing pro '),
(4762,'field:8',0,1,' web search index '),
(4762,'field:9',0,1,' volunteer opportunities '),
(4762,'title',0,1,' 2025 10 26 12 36 23 '),
(4768,'slug',0,1,' alyssa francese '),
(4768,'title',0,1,' alyssa francese '),
(4774,'field:10',0,1,' hello register your ccchestnuthillalf com website to seodirectory to get a better ranking in web searches free one month trial https seodir pro '),
(4774,'field:18',0,1,' http ccchestnuthillalf com contact '),
(4774,'field:19',0,1,' info ccchestnuthill com '),
(4774,'field:6',0,1,' virgil peralta '),
(4774,'field:7',0,1,' join seoreglster pro '),
(4774,'field:8',0,1,' seodirectory '),
(4774,'field:9',0,1,' resident family support '),
(4774,'title',0,1,' 2025 10 27 12 18 25 '),
(4776,'field:10',0,1,' hello register ccgrotonrch com to google search index and have it displayed in search results add ccgrotonrch com at https searchregister org '),
(4776,'field:18',0,1,' http ccgrotonrch com contact '),
(4776,'field:19',0,1,' kaden aftonkleingroup com '),
(4776,'field:6',0,1,' denice hedges '),
(4776,'field:7',0,1,' domains indexsubmit net '),
(4776,'field:8',0,1,' web search index '),
(4776,'field:9',0,1,' media inquiry '),
(4776,'title',0,1,' 2025 10 29 12 06 42 '),
(4777,'field:10',0,1,' hello team ccchestnuthillalf com i was going through your website i personally see a lot of potential in your website business our main focus will be to help generate more sales online traffic we can place your website on googles 1st page we will improve your websites position on google and get more traffic if you are interested then we can send you our past work details client testimonials price list and an affordable quotation with the best offer thank you lucy johnson '),
(4777,'field:18',0,1,' http ccchestnuthillalf com contact '),
(4777,'field:19',0,1,' info ccchestnuthill com '),
(4777,'field:6',0,1,' lucy johnson '),
(4777,'field:7',0,1,' lucyjohnson web gmail com '),
(4777,'field:8',0,1,' webpageoptimization com '),
(4777,'field:9',0,1,' other '),
(4777,'title',0,1,' 2025 10 29 23 51 48 '),
(4778,'field:10',0,1,' hello team ccchestnuthillalf com i came across your website on the internet and saw that it was not showing up in any of the search engines google yahoo and bing for the majority of keywords associated with your company because of this youre losing a ton of calls to your competitors we will improve your websites position on google and get more traffic please respond with your phone number so we can schedule a follow up call for you within 24 hours id be glad to go over our plan with you thank you lucy johnson '),
(4778,'field:18',0,1,' http ccchestnuthillalf com contact '),
(4778,'field:19',0,1,' info ccchestnuthill com '),
(4778,'field:6',0,1,' lucy johnson '),
(4778,'field:7',0,1,' lucyjohnson web gmail com '),
(4778,'field:8',0,1,' webpageoptimization com '),
(4778,'field:9',0,1,' resident family support '),
(4778,'title',0,1,' 2025 10 30 00 17 08 '),
(4779,'field:10',0,1,' hello team ccgrotonrch com i just wanted to know if you require a better solution to manage seo smo smm ppc campaigns keyword research reporting etc we are a leading digital marketing agency offering marketing solutions at affordable prices our main focus will be to help generate more sales online traffic we will improve your websites position on google and get more traffic please respond with your phone number so we can schedule a follow up call for you within 24 hours id be glad to go over our plan with you thank you lucy johnson '),
(4779,'field:18',0,1,' http ccgrotonrch com contact '),
(4779,'field:19',0,1,' kaden aftonkleingroup com '),
(4779,'field:6',0,1,' lucy johnson '),
(4779,'field:7',0,1,' lucyjohnson web gmail com '),
(4779,'field:8',0,1,' webpageoptimization com '),
(4779,'field:9',0,1,' general inquiry '),
(4779,'title',0,1,' 2025 10 30 00 26 39 '),
(4784,'field:10',0,1,' hi looking to improve your posture and live a healthier life our medico postura body posture corrector is here to help experience instant posture improvement with medico postura this easy to use device can be worn anywhere anytime at home work or even while you sleep made from lightweight breathable fabric it ensures comfort all day long grab it today at a fantastic 60% off https medicopostura com plus enjoy free shipping for today only dont miss out on this amazing deal get yours now and start transforming your posture all the best cortney '),
(4784,'field:18',0,1,' http ccgrotonrch com contact '),
(4784,'field:19',0,1,' kaden aftonkleingroup com '),
(4784,'field:6',0,1,' cortney '),
(4784,'field:7',0,1,' info ramsbotham medicopostura com '),
(4784,'field:8',0,1,' cortney ramsbotham '),
(4784,'field:9',0,1,' careers '),
(4784,'title',0,1,' 2025 11 04 06 23 45 '),
(4786,'alt',0,1,''),
(4786,'extension',0,1,' jpg '),
(4786,'filename',0,1,' annap ext 4 jpg '),
(4786,'kind',0,1,' image '),
(4786,'slug',0,1,''),
(4786,'title',0,1,' annap ext 4 '),
(4792,'slug',0,1,' colbie l '),
(4792,'title',0,1,' colbie l '),
(4793,'slug',0,1,' clifford c '),
(4793,'title',0,1,' clifford c '),
(4794,'slug',0,1,' autumn h '),
(4794,'title',0,1,' autumn h '),
(4795,'slug',0,1,' katie m '),
(4795,'title',0,1,' katie m '),
(4796,'slug',0,1,' victoria t '),
(4796,'title',0,1,' victoria t '),
(4806,'alt',0,1,''),
(4806,'extension',0,1,' jpg '),
(4806,'filename',0,1,' annap activity rm 6 jpg '),
(4806,'kind',0,1,' image '),
(4806,'slug',0,1,''),
(4806,'title',0,1,' annap activity rm 6 '),
(4807,'alt',0,1,''),
(4807,'extension',0,1,' jpg '),
(4807,'filename',0,1,' annap dining7 jpg '),
(4807,'kind',0,1,' image '),
(4807,'slug',0,1,''),
(4807,'title',0,1,' annap dining7 '),
(4808,'alt',0,1,''),
(4808,'extension',0,1,' jpg '),
(4808,'filename',0,1,' annap lobby6 jpg '),
(4808,'kind',0,1,' image '),
(4808,'slug',0,1,''),
(4808,'title',0,1,' annap lobby6 '),
(4809,'alt',0,1,''),
(4809,'extension',0,1,' jpg '),
(4809,'filename',0,1,' annap rehab 0 jpg '),
(4809,'kind',0,1,' image '),
(4809,'slug',0,1,''),
(4809,'title',0,1,' annap rehab 0 '),
(4810,'alt',0,1,''),
(4810,'extension',0,1,' jpg '),
(4810,'filename',0,1,' annap renal 3 jpg '),
(4810,'kind',0,1,' image '),
(4810,'slug',0,1,''),
(4810,'title',0,1,' annap renal 3 '),
(4811,'alt',0,1,''),
(4811,'extension',0,1,' jpg '),
(4811,'filename',0,1,' annap room9 jpg '),
(4811,'kind',0,1,' image '),
(4811,'slug',0,1,''),
(4811,'title',0,1,' annap room9 '),
(4815,'alt',0,1,''),
(4815,'extension',0,1,' jpg '),
(4815,'filename',0,1,' annapolis admin jpg '),
(4815,'kind',0,1,' image '),
(4815,'slug',0,1,''),
(4815,'title',0,1,' annapolis admin '),
(4821,'alt',0,1,''),
(4821,'extension',0,1,' jpg '),
(4821,'filename',0,1,' barnhill lobby3 jpg '),
(4821,'kind',0,1,' image '),
(4821,'slug',0,1,''),
(4821,'title',0,1,' barn hill lobby3 '),
(4822,'alt',0,1,''),
(4822,'extension',0,1,' jpg '),
(4822,'filename',0,1,' barnhill rehabgym jpg '),
(4822,'kind',0,1,' image '),
(4822,'slug',0,1,''),
(4822,'title',0,1,' barn hill rehab gym '),
(4823,'alt',0,1,''),
(4823,'extension',0,1,' jpg '),
(4823,'filename',0,1,' barnhill rehabgym2 jpg '),
(4823,'kind',0,1,' image '),
(4823,'slug',0,1,''),
(4823,'title',0,1,' barn hill rehab gym2 '),
(4824,'alt',0,1,''),
(4824,'extension',0,1,' jpg '),
(4824,'filename',0,1,' barnhill room jpg '),
(4824,'kind',0,1,' image '),
(4824,'slug',0,1,''),
(4824,'title',0,1,' barn hill room '),
(4826,'alt',0,1,''),
(4826,'extension',0,1,' jpg '),
(4826,'filename',0,1,' bayshore room jpg '),
(4826,'kind',0,1,' image '),
(4826,'slug',0,1,''),
(4826,'title',0,1,' bayshore room '),
(4827,'alt',0,1,''),
(4827,'extension',0,1,' jpg '),
(4827,'filename',0,1,' bayshore gym jpg '),
(4827,'kind',0,1,' image '),
(4827,'slug',0,1,''),
(4827,'title',0,1,' bayshore gym '),
(4828,'alt',0,1,''),
(4828,'extension',0,1,' jpg '),
(4828,'filename',0,1,' bayshore dining jpg '),
(4828,'kind',0,1,' image '),
(4828,'slug',0,1,''),
(4828,'title',0,1,' bayshore dining '),
(4829,'alt',0,1,''),
(4829,'extension',0,1,' jpg '),
(4829,'filename',0,1,' bayshore exterior jpg '),
(4829,'kind',0,1,' image '),
(4829,'slug',0,1,''),
(4829,'title',0,1,' bayshore exterior '),
(4834,'alt',0,1,''),
(4834,'extension',0,1,' jpg '),
(4834,'filename',0,1,' 367a8053 jpg '),
(4834,'kind',0,1,' image '),
(4834,'slug',0,1,''),
(4834,'title',0,1,' berkshire single room '),
(4835,'alt',0,1,''),
(4835,'extension',0,1,' jpg '),
(4835,'filename',0,1,' 367a8068 jpg '),
(4835,'kind',0,1,' image '),
(4835,'slug',0,1,''),
(4835,'title',0,1,' 367 a8068 '),
(4836,'alt',0,1,''),
(4836,'extension',0,1,' jpg '),
(4836,'filename',0,1,' 367a8091 jpg '),
(4836,'kind',0,1,' image '),
(4836,'slug',0,1,''),
(4836,'title',0,1,' berkshire room '),
(4837,'alt',0,1,''),
(4837,'extension',0,1,' jpg '),
(4837,'filename',0,1,' 367a8101 jpg '),
(4837,'kind',0,1,' image '),
(4837,'slug',0,1,''),
(4837,'title',0,1,' berkshire rehab gym '),
(4838,'alt',0,1,''),
(4838,'extension',0,1,' jpg '),
(4838,'filename',0,1,' 367a8110 jpg '),
(4838,'kind',0,1,' image '),
(4838,'slug',0,1,''),
(4838,'title',0,1,' berkshire rehab gym 2 '),
(4841,'alt',0,1,''),
(4841,'extension',0,1,' jpg '),
(4841,'filename',0,1,' dsc 0779 jpg '),
(4841,'kind',0,1,' image '),
(4841,'slug',0,1,''),
(4841,'title',0,1,' dsc 0779 '),
(4842,'alt',0,1,''),
(4842,'extension',0,1,' jpg '),
(4842,'filename',0,1,' dsc 0803 edit jpg '),
(4842,'kind',0,1,' image '),
(4842,'slug',0,1,''),
(4842,'title',0,1,' dsc 0803 edit '),
(4843,'alt',0,1,''),
(4843,'extension',0,1,' jpg '),
(4843,'filename',0,1,' dsc 0855 jpg '),
(4843,'kind',0,1,' image '),
(4843,'slug',0,1,''),
(4843,'title',0,1,' dsc 0855 '),
(4844,'alt',0,1,''),
(4844,'extension',0,1,' jpg '),
(4844,'filename',0,1,' dsc 0922 jpg '),
(4844,'kind',0,1,' image '),
(4844,'slug',0,1,''),
(4844,'title',0,1,' dsc 0922 '),
(4845,'alt',0,1,''),
(4845,'extension',0,1,' jpg '),
(4845,'filename',0,1,' dsc 1021 jpg '),
(4845,'kind',0,1,' image '),
(4845,'slug',0,1,''),
(4845,'title',0,1,' dsc 1021 '),
(4846,'alt',0,1,''),
(4846,'extension',0,1,' jpg '),
(4846,'filename',0,1,' dsc 1052 jpg '),
(4846,'kind',0,1,' image '),
(4846,'slug',0,1,''),
(4846,'title',0,1,' dsc 1052 '),
(4861,'alt',0,1,''),
(4861,'extension',0,1,' jpg '),
(4861,'filename',0,1,' brackenville lobby 01 jpg '),
(4861,'kind',0,1,' image '),
(4861,'slug',0,1,''),
(4861,'title',0,1,' brackenville lobby 01 '),
(4867,'slug',0,1,' artie s '),
(4867,'title',0,1,' artie s '),
(4868,'slug',0,1,' theresa y '),
(4868,'title',0,1,' theresa y '),
(4869,'slug',0,1,' debbie g '),
(4869,'title',0,1,' debbie g '),
(4870,'slug',0,1,' mary t '),
(4870,'title',0,1,' mary t '),
(4871,'slug',0,1,' patti t '),
(4871,'title',0,1,' patti t '),
(4879,'alt',0,1,''),
(4879,'extension',0,1,' jpg '),
(4879,'filename',0,1,' brackenville activities 13 jpg '),
(4879,'kind',0,1,' image '),
(4879,'slug',0,1,''),
(4879,'title',0,1,' brackenville activities 13 '),
(4880,'alt',0,1,''),
(4880,'extension',0,1,' jpg '),
(4880,'filename',0,1,' brackenville adl kitchen 15 jpg '),
(4880,'kind',0,1,' image '),
(4880,'slug',0,1,''),
(4880,'title',0,1,' brackenville adl kitchen 15 '),
(4881,'alt',0,1,''),
(4881,'extension',0,1,' jpg '),
(4881,'filename',0,1,' brackenville chapel 09 jpg '),
(4881,'kind',0,1,' image '),
(4881,'slug',0,1,''),
(4881,'title',0,1,' brackenville chapel 09 '),
(4882,'alt',0,1,''),
(4882,'extension',0,1,' jpg '),
(4882,'filename',0,1,' brackenville dining 14 jpg '),
(4882,'kind',0,1,' image '),
(4882,'slug',0,1,''),
(4882,'title',0,1,' brackenville dining 14 '),
(4883,'alt',0,1,''),
(4883,'extension',0,1,' jpg '),
(4883,'filename',0,1,' brackenville double room 03 jpg '),
(4883,'kind',0,1,' image '),
(4883,'slug',0,1,''),
(4883,'title',0,1,' brackenville double room 03 '),
(4884,'alt',0,1,''),
(4884,'extension',0,1,' jpg '),
(4884,'filename',0,1,' brackenville exterior 03 jpg '),
(4884,'kind',0,1,' image '),
(4884,'slug',0,1,''),
(4884,'title',0,1,' brackenville exterior 03 '),
(4885,'alt',0,1,''),
(4885,'extension',0,1,' jpg '),
(4885,'filename',0,1,' brackenville fish pond 06 jpg '),
(4885,'kind',0,1,' image '),
(4885,'slug',0,1,''),
(4885,'title',0,1,' brackenville fish pond 06 '),
(4886,'alt',0,1,''),
(4886,'extension',0,1,' jpg '),
(4886,'filename',0,1,' brackenville rehab gym 00 jpg '),
(4886,'kind',0,1,' image '),
(4886,'slug',0,1,''),
(4886,'title',0,1,' brackenville rehab gym 00 '),
(4887,'alt',0,1,''),
(4887,'extension',0,1,' jpg '),
(4887,'filename',0,1,' brackenville salon 10 jpg '),
(4887,'kind',0,1,' image '),
(4887,'slug',0,1,''),
(4887,'title',0,1,' brackenville salon 10 '),
(4888,'alt',0,1,''),
(4888,'extension',0,1,' jpg '),
(4888,'filename',0,1,' brackenville single room 04 jpg '),
(4888,'kind',0,1,' image '),
(4888,'slug',0,1,''),
(4888,'title',0,1,' brackenville single room 04 '),
(4893,'slug',0,1,' employee '),
(4893,'title',0,1,' lpn '),
(4894,'slug',0,1,' cna '),
(4894,'title',0,1,' cna '),
(4900,'alt',0,1,''),
(4900,'extension',0,1,' jpg '),
(4900,'filename',0,1,' brackenville admin jpg '),
(4900,'kind',0,1,' image '),
(4900,'slug',0,1,''),
(4900,'title',0,1,' brackenville admin '),
(4902,'alt',0,1,''),
(4902,'extension',0,1,' jpg '),
(4902,'filename',0,1,' brackenville ad jpg '),
(4902,'kind',0,1,' image '),
(4902,'slug',0,1,''),
(4902,'title',0,1,' brackenville ad '),
(4904,'slug',0,1,' ronald inglis '),
(4904,'title',0,1,' ronald inglis '),
(4909,'alt',0,1,''),
(4909,'extension',0,1,' jpg '),
(4909,'filename',0,1,' brakeleypark rehabgym 2025 11 04 210017 zosm jpg '),
(4909,'kind',0,1,' image '),
(4909,'slug',0,1,''),
(4909,'title',0,1,' brakeley park rehab gym '),
(4910,'alt',0,1,''),
(4910,'extension',0,1,' jpg '),
(4910,'filename',0,1,' brakeleypark rehabgym2 2025 11 04 210026 khnv jpg '),
(4910,'kind',0,1,' image '),
(4910,'slug',0,1,''),
(4910,'title',0,1,' brakeley park rehab gym2 '),
(4911,'alt',0,1,''),
(4911,'extension',0,1,' jpg '),
(4911,'filename',0,1,' brakeleypark room 2025 11 04 210035 tcfl jpg '),
(4911,'kind',0,1,' image '),
(4911,'slug',0,1,''),
(4911,'title',0,1,' brakeley park room '),
(4914,'alt',0,1,''),
(4914,'extension',0,1,' jpg '),
(4914,'filename',0,1,' phillipsburg ad jpg '),
(4914,'kind',0,1,' image '),
(4914,'slug',0,1,''),
(4914,'title',0,1,' phillipsburg ad '),
(4920,'alt',0,1,''),
(4920,'extension',0,1,' jpg '),
(4920,'filename',0,1,' sts 0008 sts 00121 jpg '),
(4920,'kind',0,1,' image '),
(4920,'slug',0,1,''),
(4920,'title',0,1,' sts 0008 sts 00121 '),
(4921,'alt',0,1,''),
(4921,'extension',0,1,' jpg '),
(4921,'filename',0,1,' sts 0031 sts 00463 jpg '),
(4921,'kind',0,1,' image '),
(4921,'slug',0,1,''),
(4921,'title',0,1,' sts 0031 sts 00463 '),
(4922,'alt',0,1,''),
(4922,'extension',0,1,' jpg '),
(4922,'filename',0,1,' sts 0050 sts 00554 jpg '),
(4922,'kind',0,1,' image '),
(4922,'slug',0,1,''),
(4922,'title',0,1,' sts 0050 sts 00554 '),
(4923,'alt',0,1,''),
(4923,'extension',0,1,' jpg '),
(4923,'filename',0,1,' sts 0196 sts 020021 jpg '),
(4923,'kind',0,1,' image '),
(4923,'slug',0,1,''),
(4923,'title',0,1,' sts 0196 sts 020021 '),
(4924,'alt',0,1,''),
(4924,'extension',0,1,' jpg '),
(4924,'filename',0,1,' sts 00666 jpg '),
(4924,'kind',0,1,' image '),
(4924,'slug',0,1,''),
(4924,'title',0,1,' sts 00666 '),
(4927,'alt',0,1,''),
(4927,'extension',0,1,' jpg '),
(4927,'filename',0,1,' large res 02 jpg '),
(4927,'kind',0,1,' image '),
(4927,'slug',0,1,''),
(4927,'title',0,1,' large res 02 '),
(4929,'alt',0,1,''),
(4929,'extension',0,1,' jpg '),
(4929,'filename',0,1,' large res 07 jpg '),
(4929,'kind',0,1,' image '),
(4929,'slug',0,1,''),
(4929,'title',0,1,' large res 07 '),
(4930,'alt',0,1,''),
(4930,'extension',0,1,' jpg '),
(4930,'filename',0,1,' large res 08 jpg '),
(4930,'kind',0,1,' image '),
(4930,'slug',0,1,''),
(4930,'title',0,1,' large res 08 '),
(4931,'alt',0,1,''),
(4931,'extension',0,1,' jpg '),
(4931,'filename',0,1,' large res 11 jpg '),
(4931,'kind',0,1,' image '),
(4931,'slug',0,1,''),
(4931,'title',0,1,' large res 11 '),
(4932,'alt',0,1,''),
(4932,'extension',0,1,' jpg '),
(4932,'filename',0,1,' 367a7508 jpg '),
(4932,'kind',0,1,' image '),
(4932,'slug',0,1,''),
(4932,'title',0,1,' 367 a7508 '),
(4933,'alt',0,1,''),
(4933,'extension',0,1,' jpg '),
(4933,'filename',0,1,' 367a7610 jpg '),
(4933,'kind',0,1,' image '),
(4933,'slug',0,1,''),
(4933,'title',0,1,' 367 a7610 '),
(4934,'alt',0,1,''),
(4934,'extension',0,1,' jpg '),
(4934,'filename',0,1,' bw10 jpg '),
(4934,'kind',0,1,' image '),
(4934,'slug',0,1,''),
(4934,'title',0,1,' bw10 '),
(4935,'alt',0,1,''),
(4935,'extension',0,1,' jpg '),
(4935,'filename',0,1,' dsc09305 edit jpg '),
(4935,'kind',0,1,' image '),
(4935,'slug',0,1,''),
(4935,'title',0,1,' dsc09305 edit '),
(4944,'alt',0,1,''),
(4944,'extension',0,1,' pdf '),
(4944,'filename',0,1,' nondiscrimination notice annapolis pdf '),
(4944,'kind',0,1,' pdf '),
(4944,'slug',0,1,''),
(4944,'title',0,1,' nondiscrimination notice annapolis '),
(4945,'slug',0,1,' legal statement '),
(4945,'title',0,1,' legal statement '),
(4946,'slug',0,1,' non discrimination notice '),
(4946,'title',0,1,' non discrimination notice '),
(4951,'alt',0,1,''),
(4951,'extension',0,1,' pdf '),
(4951,'filename',0,1,' nondiscrimination notice barnhill pdf '),
(4951,'kind',0,1,' pdf '),
(4951,'slug',0,1,''),
(4951,'title',0,1,' nondiscrimination notice barn hill '),
(4955,'alt',0,1,''),
(4955,'extension',0,1,' jpg '),
(4955,'filename',0,1,' woodlands rehabgym jpg '),
(4955,'kind',0,1,' image '),
(4955,'slug',0,1,''),
(4955,'title',0,1,' woodlands rehab gym '),
(4956,'alt',0,1,''),
(4956,'extension',0,1,' jpg '),
(4956,'filename',0,1,' woodlands room jpg '),
(4956,'kind',0,1,' image '),
(4956,'slug',0,1,''),
(4956,'title',0,1,' woodlands room '),
(4957,'alt',0,1,''),
(4957,'extension',0,1,' jpg '),
(4957,'filename',0,1,' woodlands room2 jpg '),
(4957,'kind',0,1,' image '),
(4957,'slug',0,1,''),
(4957,'title',0,1,' woodlands room2 '),
(4962,'alt',0,1,''),
(4962,'extension',0,1,' pdf '),
(4962,'filename',0,1,' nondiscrimination notice woodlands pdf '),
(4962,'kind',0,1,' pdf '),
(4962,'slug',0,1,''),
(4962,'title',0,1,' nondiscrimination notice woodlands '),
(4964,'slug',0,1,' legal statement '),
(4964,'title',0,1,' legal statement '),
(4965,'slug',0,1,' non disclosure statement '),
(4965,'title',0,1,' non disclosure statement '),
(4966,'slug',0,1,' disclosures '),
(4966,'title',0,1,' disclosures '),
(4973,'alt',0,1,''),
(4973,'extension',0,1,' jpg '),
(4973,'filename',0,1,' sts 0357 jpg '),
(4973,'kind',0,1,' image '),
(4973,'slug',0,1,''),
(4973,'title',0,1,' sts 0357 '),
(4979,'slug',0,1,' richard b '),
(4979,'title',0,1,' richard b '),
(4980,'slug',0,1,' ateka k '),
(4980,'title',0,1,' ateka k '),
(4981,'slug',0,1,' robert c '),
(4981,'title',0,1,' robert c '),
(4982,'slug',0,1,' kristi a '),
(4982,'title',0,1,' kristi a '),
(4983,'slug',0,1,' mary m '),
(4983,'title',0,1,' mary m '),
(4991,'alt',0,1,''),
(4991,'extension',0,1,' jpg '),
(4991,'filename',0,1,' sts 0223 jpg '),
(4991,'kind',0,1,' image '),
(4991,'slug',0,1,''),
(4991,'title',0,1,' sts 0223 '),
(4992,'alt',0,1,''),
(4992,'extension',0,1,' jpg '),
(4992,'filename',0,1,' sts 0245 jpg '),
(4992,'kind',0,1,' image '),
(4992,'slug',0,1,''),
(4992,'title',0,1,' sts 0245 '),
(4993,'alt',0,1,''),
(4993,'extension',0,1,' jpg '),
(4993,'filename',0,1,' sts 0264 jpg '),
(4993,'kind',0,1,' image '),
(4993,'slug',0,1,''),
(4993,'title',0,1,' sts 0264 '),
(4994,'alt',0,1,''),
(4994,'extension',0,1,' jpg '),
(4994,'filename',0,1,' sts 0286 jpg '),
(4994,'kind',0,1,' image '),
(4994,'slug',0,1,''),
(4994,'title',0,1,' sts 0286 '),
(4995,'alt',0,1,''),
(4995,'extension',0,1,' jpg '),
(4995,'filename',0,1,' sts 0297 jpg '),
(4995,'kind',0,1,' image '),
(4995,'slug',0,1,''),
(4995,'title',0,1,' sts 0297 '),
(4996,'alt',0,1,''),
(4996,'extension',0,1,' jpg '),
(4996,'filename',0,1,' sts 0314 jpg '),
(4996,'kind',0,1,' image '),
(4996,'slug',0,1,''),
(4996,'title',0,1,' sts 0314 '),
(4997,'alt',0,1,''),
(4997,'extension',0,1,' jpg '),
(4997,'filename',0,1,' sts 0420 jpg '),
(4997,'kind',0,1,' image '),
(4997,'slug',0,1,''),
(4997,'title',0,1,' sts 0420 '),
(5001,'alt',0,1,''),
(5001,'extension',0,1,' jpg '),
(5001,'filename',0,1,' whisperingwoods admin jpg '),
(5001,'kind',0,1,' image '),
(5001,'slug',0,1,''),
(5001,'title',0,1,' whispering admin '),
(5003,'alt',0,1,''),
(5003,'extension',0,1,' jpg '),
(5003,'filename',0,1,' whispering ad jpg '),
(5003,'kind',0,1,' image '),
(5003,'slug',0,1,''),
(5003,'title',0,1,' whispering ad '),
(5009,'slug',0,1,' legal statement '),
(5009,'title',0,1,' legal statement '),
(5013,'alt',0,1,''),
(5013,'extension',0,1,' jpg '),
(5013,'filename',0,1,' wheaton lobby11 jpg '),
(5013,'kind',0,1,' image '),
(5013,'slug',0,1,''),
(5013,'title',0,1,' wheaton lobby11 '),
(5019,'slug',0,1,' jeanne m '),
(5019,'title',0,1,' jeanne m '),
(5020,'slug',0,1,' marie a '),
(5020,'title',0,1,' marie a '),
(5021,'slug',0,1,' neil v '),
(5021,'title',0,1,' neil v '),
(5022,'slug',0,1,' eden d '),
(5022,'title',0,1,' eden d '),
(5023,'slug',0,1,' steven j '),
(5023,'title',0,1,' steven j '),
(5033,'alt',0,1,''),
(5033,'extension',0,1,' jpg '),
(5033,'filename',0,1,' wheaton activities jpg '),
(5033,'kind',0,1,' image '),
(5033,'slug',0,1,''),
(5033,'title',0,1,' wheaton activities '),
(5034,'alt',0,1,''),
(5034,'extension',0,1,' jpg '),
(5034,'filename',0,1,' wheaton dining 17 jpg '),
(5034,'kind',0,1,' image '),
(5034,'slug',0,1,''),
(5034,'title',0,1,' wheaton dining 17 '),
(5035,'alt',0,1,''),
(5035,'extension',0,1,' jpg '),
(5035,'filename',0,1,' wheaton ext 19 jpg '),
(5035,'kind',0,1,' image '),
(5035,'slug',0,1,''),
(5035,'title',0,1,' wheaton ext 19 '),
(5036,'alt',0,1,''),
(5036,'extension',0,1,' jpg '),
(5036,'filename',0,1,' wheaton memory care 14 jpg '),
(5036,'kind',0,1,' image '),
(5036,'slug',0,1,''),
(5036,'title',0,1,' wheaton memory care 14 '),
(5037,'alt',0,1,''),
(5037,'extension',0,1,' jpg '),
(5037,'filename',0,1,' wheaton rehab 07 jpg '),
(5037,'kind',0,1,' image '),
(5037,'slug',0,1,''),
(5037,'title',0,1,' wheaton rehab 07 '),
(5038,'alt',0,1,''),
(5038,'extension',0,1,' jpg '),
(5038,'filename',0,1,' wheaton rehab kitchen 09 jpg '),
(5038,'kind',0,1,' image '),
(5038,'slug',0,1,''),
(5038,'title',0,1,' wheaton rehab kitchen 09 '),
(5039,'alt',0,1,''),
(5039,'extension',0,1,' jpg '),
(5039,'filename',0,1,' wheaton room 03 jpg '),
(5039,'kind',0,1,' image '),
(5039,'slug',0,1,''),
(5039,'title',0,1,' wheaton room 03 '),
(5040,'alt',0,1,''),
(5040,'extension',0,1,' jpg '),
(5040,'filename',0,1,' wheaton room 05 jpg '),
(5040,'kind',0,1,' image '),
(5040,'slug',0,1,''),
(5040,'title',0,1,' wheaton room 05 '),
(5042,'alt',0,1,''),
(5042,'extension',0,1,' jpg '),
(5042,'filename',0,1,' wheaton admin jpg '),
(5042,'kind',0,1,' image '),
(5042,'slug',0,1,''),
(5042,'title',0,1,' wheaton admin '),
(5048,'slug',0,1,' legal statement '),
(5048,'title',0,1,' legal statement '),
(5055,'alt',0,1,''),
(5055,'extension',0,1,' jpg '),
(5055,'filename',0,1,' westfield doubleroom jpg '),
(5055,'kind',0,1,' image '),
(5055,'slug',0,1,''),
(5055,'title',0,1,' westfield double room '),
(5056,'alt',0,1,''),
(5056,'extension',0,1,' jpg '),
(5056,'filename',0,1,' westfield lobby jpg '),
(5056,'kind',0,1,' image '),
(5056,'slug',0,1,''),
(5056,'title',0,1,' westfield lobby '),
(5057,'alt',0,1,''),
(5057,'extension',0,1,' jpg '),
(5057,'filename',0,1,' westfield rehabgym jpg '),
(5057,'kind',0,1,' image '),
(5057,'slug',0,1,''),
(5057,'title',0,1,' westfield rehab gym '),
(5058,'alt',0,1,''),
(5058,'extension',0,1,' jpg '),
(5058,'filename',0,1,' westfield singleroom jpg '),
(5058,'kind',0,1,' image '),
(5058,'slug',0,1,''),
(5058,'title',0,1,' westfield single room '),
(5059,'slug',0,1,' legal statement '),
(5059,'title',0,1,' legal statement '),
(5060,'slug',0,1,' disclosures '),
(5060,'title',0,1,' disclosures '),
(5067,'alt',0,1,''),
(5067,'extension',0,1,' jpg '),
(5067,'filename',0,1,' westcaldwell room2 jpg '),
(5067,'kind',0,1,' image '),
(5067,'slug',0,1,''),
(5067,'title',0,1,' west caldwell room2 '),
(5068,'alt',0,1,''),
(5068,'extension',0,1,' jpg '),
(5068,'filename',0,1,' westcaldwell room 1 jpg '),
(5068,'kind',0,1,' image '),
(5068,'slug',0,1,''),
(5068,'title',0,1,' west caldwell room 1 '),
(5069,'alt',0,1,''),
(5069,'extension',0,1,' jpg '),
(5069,'filename',0,1,' westcaldwell rehabgym 1 jpg '),
(5069,'kind',0,1,' image '),
(5069,'slug',0,1,''),
(5069,'title',0,1,' west caldwell rehab gym 1 '),
(5070,'slug',0,1,' legal statement '),
(5070,'title',0,1,' legal statement '),
(5071,'slug',0,1,' disclosures '),
(5071,'title',0,1,' disclosures '),
(5084,'alt',0,1,''),
(5084,'extension',0,1,' jpg '),
(5084,'filename',0,1,' waynehills doubleroom jpg '),
(5084,'kind',0,1,' image '),
(5084,'slug',0,1,''),
(5084,'title',0,1,' wayne hills double room '),
(5085,'alt',0,1,''),
(5085,'extension',0,1,' jpg '),
(5085,'filename',0,1,' waynehills rehabgym jpg '),
(5085,'kind',0,1,' image '),
(5085,'slug',0,1,''),
(5085,'title',0,1,' wayne hills rehab gym '),
(5086,'alt',0,1,''),
(5086,'extension',0,1,' jpg '),
(5086,'filename',0,1,' waynehills rehabgym2 jpg '),
(5086,'kind',0,1,' image '),
(5086,'slug',0,1,''),
(5086,'title',0,1,' wayne hills rehab gym2 '),
(5087,'alt',0,1,''),
(5087,'extension',0,1,' jpg '),
(5087,'filename',0,1,' waynehills rehabgym3 jpg '),
(5087,'kind',0,1,' image '),
(5087,'slug',0,1,''),
(5087,'title',0,1,' wayne hills rehab gym3 '),
(5088,'alt',0,1,''),
(5088,'extension',0,1,' jpg '),
(5088,'filename',0,1,' waynehills singleroom jpg '),
(5088,'kind',0,1,' image '),
(5088,'slug',0,1,''),
(5088,'title',0,1,' wayne hills single room '),
(5095,'alt',0,1,''),
(5095,'extension',0,1,' jpg '),
(5095,'filename',0,1,' sts 0008 jpg '),
(5095,'kind',0,1,' image '),
(5095,'slug',0,1,''),
(5095,'title',0,1,' sts 0008 '),
(5096,'alt',0,1,''),
(5096,'extension',0,1,' jpg '),
(5096,'filename',0,1,' sts 0051 jpg '),
(5096,'kind',0,1,' image '),
(5096,'slug',0,1,''),
(5096,'title',0,1,' sts 0051 '),
(5097,'alt',0,1,''),
(5097,'extension',0,1,' jpg '),
(5097,'filename',0,1,' sts 0175 jpg '),
(5097,'kind',0,1,' image '),
(5097,'slug',0,1,''),
(5097,'title',0,1,' sts 0175 '),
(5098,'alt',0,1,''),
(5098,'extension',0,1,' jpg '),
(5098,'filename',0,1,' sts 0182 jpg '),
(5098,'kind',0,1,' image '),
(5098,'slug',0,1,''),
(5098,'title',0,1,' sts 0182 '),
(5099,'slug',0,1,' legal statement '),
(5099,'title',0,1,' legal statement '),
(5100,'slug',0,1,' disclosures '),
(5100,'title',0,1,' disclosures '),
(5105,'alt',0,1,''),
(5105,'extension',0,1,' jpg '),
(5105,'filename',0,1,' dsc09338 edit jpg '),
(5105,'kind',0,1,' image '),
(5105,'slug',0,1,''),
(5105,'title',0,1,' dsc09338 edit '),
(5106,'alt',0,1,''),
(5106,'extension',0,1,' jpg '),
(5106,'filename',0,1,' dsc09598 edit jpg '),
(5106,'kind',0,1,' image '),
(5106,'slug',0,1,''),
(5106,'title',0,1,' dsc09598 edit '),
(5107,'alt',0,1,''),
(5107,'extension',0,1,' jpg '),
(5107,'filename',0,1,' dsc09617 edit jpg '),
(5107,'kind',0,1,' image '),
(5107,'slug',0,1,''),
(5107,'title',0,1,' dsc09617 edit '),
(5108,'alt',0,1,''),
(5108,'extension',0,1,' jpg '),
(5108,'filename',0,1,' dsc09629 jpg '),
(5108,'kind',0,1,' image '),
(5108,'slug',0,1,''),
(5108,'title',0,1,' dsc09629 '),
(5109,'alt',0,1,''),
(5109,'extension',0,1,' jpg '),
(5109,'filename',0,1,' dsc09631 edit jpg '),
(5109,'kind',0,1,' image '),
(5109,'slug',0,1,''),
(5109,'title',0,1,' dsc09631 edit '),
(5110,'alt',0,1,''),
(5110,'extension',0,1,' jpg '),
(5110,'filename',0,1,' dsc09643 edit jpg '),
(5110,'kind',0,1,' image '),
(5110,'slug',0,1,''),
(5110,'title',0,1,' dsc09643 edit '),
(5111,'alt',0,1,''),
(5111,'extension',0,1,' jpg '),
(5111,'filename',0,1,' dsc09644 jpg '),
(5111,'kind',0,1,' image '),
(5111,'slug',0,1,''),
(5111,'title',0,1,' dsc09644 '),
(5112,'alt',0,1,''),
(5112,'extension',0,1,' jpg '),
(5112,'filename',0,1,' exterior jpg '),
(5112,'kind',0,1,' image '),
(5112,'slug',0,1,''),
(5112,'title',0,1,' exterior '),
(5115,'slug',0,1,' legal statement '),
(5115,'title',0,1,' legal statement '),
(5116,'slug',0,1,' disclosures '),
(5116,'title',0,1,' disclosures '),
(5122,'alt',0,1,''),
(5122,'extension',0,1,' jpg '),
(5122,'filename',0,1,' high res 02 jpg '),
(5122,'kind',0,1,' image '),
(5122,'slug',0,1,''),
(5122,'title',0,1,' high res 02 '),
(5123,'alt',0,1,''),
(5123,'extension',0,1,' jpg '),
(5123,'filename',0,1,' high res 03 jpg '),
(5123,'kind',0,1,' image '),
(5123,'slug',0,1,''),
(5123,'title',0,1,' high res 03 '),
(5124,'alt',0,1,''),
(5124,'extension',0,1,' jpg '),
(5124,'filename',0,1,' high res 04 jpg '),
(5124,'kind',0,1,' image '),
(5124,'slug',0,1,''),
(5124,'title',0,1,' high res 04 '),
(5125,'alt',0,1,''),
(5125,'extension',0,1,' jpg '),
(5125,'filename',0,1,' high res 08 jpg '),
(5125,'kind',0,1,' image '),
(5125,'slug',0,1,''),
(5125,'title',0,1,' high res 08 '),
(5127,'alt',0,1,''),
(5127,'extension',0,1,' jpg '),
(5127,'filename',0,1,' stvincents rehabgym jpg '),
(5127,'kind',0,1,' image '),
(5127,'slug',0,1,''),
(5127,'title',0,1,' st vincents rehab gym '),
(5128,'alt',0,1,''),
(5128,'extension',0,1,' jpg '),
(5128,'filename',0,1,' stvincents room jpg '),
(5128,'kind',0,1,' image '),
(5128,'slug',0,1,''),
(5128,'title',0,1,' st vincents room '),
(5129,'alt',0,1,''),
(5129,'extension',0,1,' jpg '),
(5129,'filename',0,1,' stvincents room2 jpg '),
(5129,'kind',0,1,' image '),
(5129,'slug',0,1,''),
(5129,'title',0,1,' st vincents room2 '),
(5130,'alt',0,1,''),
(5130,'extension',0,1,' jpeg '),
(5130,'filename',0,1,' unknown 6 jpeg '),
(5130,'kind',0,1,' image '),
(5130,'slug',0,1,''),
(5130,'title',0,1,' unknown 6 '),
(5131,'alt',0,1,''),
(5131,'extension',0,1,' jpeg '),
(5131,'filename',0,1,' unknown 10 jpeg '),
(5131,'kind',0,1,' image '),
(5131,'slug',0,1,''),
(5131,'title',0,1,' unknown 10 '),
(5134,'slug',0,1,' legal statements '),
(5134,'title',0,1,' legal statements '),
(5135,'slug',0,1,' disclosures '),
(5135,'title',0,1,' disclosures '),
(5140,'alt',0,1,''),
(5140,'extension',0,1,' jpg '),
(5140,'filename',0,1,' springbrook lobby 13 jpg '),
(5140,'kind',0,1,' image '),
(5140,'slug',0,1,''),
(5140,'title',0,1,' springbrook lobby 13 '),
(5146,'alt',0,1,''),
(5146,'extension',0,1,' jpg '),
(5146,'filename',0,1,' springbrook dining 12 jpg '),
(5146,'kind',0,1,' image '),
(5146,'slug',0,1,''),
(5146,'title',0,1,' springbrook dining 12 '),
(5147,'alt',0,1,''),
(5147,'extension',0,1,' jpg '),
(5147,'filename',0,1,' springbrook ext 02 jpg '),
(5147,'kind',0,1,' image '),
(5147,'slug',0,1,''),
(5147,'title',0,1,' springbrook ext 02 '),
(5148,'alt',0,1,''),
(5148,'extension',0,1,' jpg '),
(5148,'filename',0,1,' springbrook ext 04 jpg '),
(5148,'kind',0,1,' image '),
(5148,'slug',0,1,''),
(5148,'title',0,1,' springbrook ext 04 '),
(5149,'alt',0,1,''),
(5149,'extension',0,1,' jpg '),
(5149,'filename',0,1,' springbrook gazebo 16 jpg '),
(5149,'kind',0,1,' image '),
(5149,'slug',0,1,''),
(5149,'title',0,1,' springbrook gazebo 16 '),
(5150,'alt',0,1,''),
(5150,'extension',0,1,' jpg '),
(5150,'filename',0,1,' springbrook rehab 05 jpg '),
(5150,'kind',0,1,' image '),
(5150,'slug',0,1,''),
(5150,'title',0,1,' springbrook rehab 05 '),
(5151,'alt',0,1,''),
(5151,'extension',0,1,' jpg '),
(5151,'filename',0,1,' springbrook renal care 08 jpg '),
(5151,'kind',0,1,' image '),
(5151,'slug',0,1,''),
(5151,'title',0,1,' springbrook renal care 08 '),
(5152,'alt',0,1,''),
(5152,'extension',0,1,' jpg '),
(5152,'filename',0,1,' springbrook renal care 09 jpg '),
(5152,'kind',0,1,' image '),
(5152,'slug',0,1,''),
(5152,'title',0,1,' springbrook renal care 09 '),
(5153,'alt',0,1,''),
(5153,'extension',0,1,' jpg '),
(5153,'filename',0,1,' springbrook room 10 jpg '),
(5153,'kind',0,1,' image '),
(5153,'slug',0,1,''),
(5153,'title',0,1,' springbrook room 10 '),
(5156,'alt',0,1,''),
(5156,'extension',0,1,' jpg '),
(5156,'filename',0,1,' springbrook admin jpg '),
(5156,'kind',0,1,' image '),
(5156,'slug',0,1,''),
(5156,'title',0,1,' springbrook admin '),
(5158,'alt',0,1,''),
(5158,'extension',0,1,' jpg '),
(5158,'filename',0,1,' springbrook ad jpg '),
(5158,'kind',0,1,' image '),
(5158,'slug',0,1,''),
(5158,'title',0,1,' springbrook ad '),
(5161,'slug',0,1,' jerry b '),
(5161,'title',0,1,' jerry b '),
(5162,'slug',0,1,' michael f '),
(5162,'title',0,1,' michael f '),
(5163,'slug',0,1,' marc n '),
(5163,'title',0,1,' marc n '),
(5164,'slug',0,1,' karen p '),
(5164,'title',0,1,' karen p '),
(5165,'slug',0,1,' right j '),
(5165,'title',0,1,' right j '),
(5166,'slug',0,1,' employee '),
(5166,'title',0,1,' employee '),
(5167,'slug',0,1,' legal statement '),
(5167,'title',0,1,' legal statement '),
(5168,'slug',0,1,' disclosures '),
(5168,'title',0,1,' disclosures '),
(5185,'alt',0,1,''),
(5185,'extension',0,1,' jpg '),
(5185,'filename',0,1,' 367a3378 jpg '),
(5185,'kind',0,1,' image '),
(5185,'slug',0,1,''),
(5185,'title',0,1,' 367 a3378 '),
(5186,'alt',0,1,''),
(5186,'extension',0,1,' jpg '),
(5186,'filename',0,1,' 367a3391 jpg '),
(5186,'kind',0,1,' image '),
(5186,'slug',0,1,''),
(5186,'title',0,1,' 367 a3391 '),
(5187,'alt',0,1,''),
(5187,'extension',0,1,' jpg '),
(5187,'filename',0,1,' 367a3400 jpg '),
(5187,'kind',0,1,' image '),
(5187,'slug',0,1,''),
(5187,'title',0,1,' 367 a3400 '),
(5188,'alt',0,1,''),
(5188,'extension',0,1,' jpg '),
(5188,'filename',0,1,' 367a3416 jpg '),
(5188,'kind',0,1,' image '),
(5188,'slug',0,1,''),
(5188,'title',0,1,' 367 a3416 '),
(5189,'alt',0,1,''),
(5189,'extension',0,1,' jpg '),
(5189,'filename',0,1,' 367a3441 jpg '),
(5189,'kind',0,1,' image '),
(5189,'slug',0,1,''),
(5189,'title',0,1,' 367 a3441 '),
(5190,'alt',0,1,''),
(5190,'extension',0,1,' jpg '),
(5190,'filename',0,1,' 367a3468 jpg '),
(5190,'kind',0,1,' image '),
(5190,'slug',0,1,''),
(5190,'title',0,1,' 367 a3468 '),
(5191,'alt',0,1,''),
(5191,'extension',0,1,' jpg '),
(5191,'filename',0,1,' 367a3468 2025 11 05 190348 fmiv jpg '),
(5191,'kind',0,1,' image '),
(5191,'slug',0,1,''),
(5191,'title',0,1,' 367 a3468 '),
(5197,'slug',0,1,' cookie g '),
(5197,'title',0,1,' cookie g '),
(5198,'slug',0,1,' gino m '),
(5198,'title',0,1,' gino m '),
(5199,'slug',0,1,' aj m '),
(5199,'title',0,1,' aj m '),
(5200,'slug',0,1,' katherine s '),
(5200,'title',0,1,' katherine s '),
(5201,'slug',0,1,' family '),
(5201,'title',0,1,' family '),
(5202,'slug',0,1,' legal statement '),
(5202,'title',0,1,' legal statement '),
(5213,'alt',0,1,''),
(5213,'extension',0,1,' jpg '),
(5213,'filename',0,1,' silver lake exterior 15 jpg '),
(5213,'kind',0,1,' image '),
(5213,'slug',0,1,''),
(5213,'title',0,1,' silver lake exterior 15 '),
(5219,'slug',0,1,' larry c '),
(5219,'title',0,1,' larry c '),
(5220,'slug',0,1,' alex d '),
(5220,'title',0,1,' alex d '),
(5221,'slug',0,1,' linda s '),
(5221,'title',0,1,' linda s '),
(5222,'slug',0,1,' korin m '),
(5222,'title',0,1,' korin m '),
(5223,'slug',0,1,' virginia p '),
(5223,'title',0,1,' virginia p '),
(5233,'alt',0,1,''),
(5233,'extension',0,1,' jpg '),
(5233,'filename',0,1,' silver lake dining 02 jpg '),
(5233,'kind',0,1,' image '),
(5233,'slug',0,1,''),
(5233,'title',0,1,' silver lake dining 02 '),
(5234,'alt',0,1,''),
(5234,'extension',0,1,' jpg '),
(5234,'filename',0,1,' silver lake double bed 07 jpg '),
(5234,'kind',0,1,' image '),
(5234,'slug',0,1,''),
(5234,'title',0,1,' silver lake double bed 07 '),
(5235,'alt',0,1,''),
(5235,'extension',0,1,' jpg '),
(5235,'filename',0,1,' silver lake lobby 04 jpg '),
(5235,'kind',0,1,' image '),
(5235,'slug',0,1,''),
(5235,'title',0,1,' silver lake lobby 04 '),
(5236,'alt',0,1,''),
(5236,'extension',0,1,' jpg '),
(5236,'filename',0,1,' silver lake patio 16 jpg '),
(5236,'kind',0,1,' image '),
(5236,'slug',0,1,''),
(5236,'title',0,1,' silver lake patio 16 '),
(5237,'alt',0,1,''),
(5237,'extension',0,1,' jpg '),
(5237,'filename',0,1,' silver lake rehab gym 05 jpg '),
(5237,'kind',0,1,' image '),
(5237,'slug',0,1,''),
(5237,'title',0,1,' silver lake rehab gym 05 '),
(5238,'alt',0,1,''),
(5238,'extension',0,1,' jpg '),
(5238,'filename',0,1,' silver lake single bed 08 jpg '),
(5238,'kind',0,1,' image '),
(5238,'slug',0,1,''),
(5238,'title',0,1,' silver lake single bed 08 '),
(5239,'alt',0,1,''),
(5239,'extension',0,1,' jpg '),
(5239,'filename',0,1,' silver lake sitting room 06 jpg '),
(5239,'kind',0,1,' image '),
(5239,'slug',0,1,''),
(5239,'title',0,1,' silver lake sitting room 06 '),
(5241,'alt',0,1,''),
(5241,'extension',0,1,' jpg '),
(5241,'filename',0,1,' silver admin jpg '),
(5241,'kind',0,1,' image '),
(5241,'slug',0,1,''),
(5241,'title',0,1,' silver admin '),
(5244,'alt',0,1,''),
(5244,'extension',0,1,' jpg '),
(5244,'filename',0,1,' silver ad jpg '),
(5244,'kind',0,1,' image '),
(5244,'slug',0,1,''),
(5244,'title',0,1,' silver ad '),
(5246,'slug',0,1,' steven smith '),
(5246,'title',0,1,' stacey radcliffe '),
(5247,'slug',0,1,' complete care at silver lake is an independently owned and operated entity that is licensed to use the complete care name as well as to receive non health care related services from other independently owned and operated affiliates all health care relate '),
(5247,'title',0,1,' legal statement '),
(5253,'alt',0,1,''),
(5253,'extension',0,1,' jpg '),
(5253,'filename',0,1,' shrewsbury exterior 2 jpg '),
(5253,'kind',0,1,' image '),
(5253,'slug',0,1,''),
(5253,'title',0,1,' shrewsbury exterior 2 '),
(5254,'alt',0,1,''),
(5254,'extension',0,1,' jpg '),
(5254,'filename',0,1,' sts 00111 jpg '),
(5254,'kind',0,1,' image '),
(5254,'slug',0,1,''),
(5254,'title',0,1,' sts 00111 '),
(5255,'alt',0,1,''),
(5255,'extension',0,1,' jpg '),
(5255,'filename',0,1,' sts 0146 sts 015012 jpg '),
(5255,'kind',0,1,' image '),
(5255,'slug',0,1,''),
(5255,'title',0,1,' sts 0146 sts 015012 '),
(5256,'alt',0,1,''),
(5256,'extension',0,1,' jpg '),
(5256,'filename',0,1,' sts 0167 sts 017214 jpg '),
(5256,'kind',0,1,' image '),
(5256,'slug',0,1,''),
(5256,'title',0,1,' sts 0167 sts 017214 '),
(5257,'alt',0,1,''),
(5257,'extension',0,1,' jpg '),
(5257,'filename',0,1,' sts 00556 jpg '),
(5257,'kind',0,1,' image '),
(5257,'slug',0,1,''),
(5257,'title',0,1,' sts 00556 '),
(5258,'alt',0,1,''),
(5258,'extension',0,1,' jpg '),
(5258,'filename',0,1,' sts 018315 jpg '),
(5258,'kind',0,1,' image '),
(5258,'slug',0,1,''),
(5258,'title',0,1,' sts 018315 '),
(5261,'slug',0,1,' legal statement '),
(5261,'title',0,1,' legal statement '),
(5262,'slug',0,1,' disclosures '),
(5262,'title',0,1,' disclosures '),
(5266,'field:10',0,1,' hey there i wanted to reach out and let you know about our new dog harness its really easy to put on and take off in just 2 seconds and its personalized for each dog plus we offer a lifetime warranty so you can be sure your pet is always safe and stylish weve had a lot of success with it so far and i think your dog would love it get yours today with 50% off https caredogbest com free shipping today only best horace '),
(5266,'field:18',0,1,' http ccgrotonrch com contact '),
(5266,'field:19',0,1,' kaden aftonkleingroup com '),
(5266,'field:6',0,1,' horace '),
(5266,'field:7',0,1,' info ccgrotonrch com '),
(5266,'field:8',0,1,' horace rector '),
(5266,'field:9',0,1,' media inquiry '),
(5266,'title',0,1,' 2025 11 06 05 29 31 '),
(5268,'field:10',0,1,' add ccgrotonrch com website to google search index to appear in web search results submit ccgrotonrch com at https searchregister info '),
(5268,'field:18',0,1,' http ccgrotonrch com contact '),
(5268,'field:19',0,1,' kaden aftonkleingroup com '),
(5268,'field:6',0,1,' morgan quirk '),
(5268,'field:7',0,1,' register domainsubmlt org '),
(5268,'field:8',0,1,' web search index '),
(5268,'field:9',0,1,' general inquiry '),
(5268,'title',0,1,' 2025 11 10 08 13 26 '),
(5274,'field:10',0,1,' boost ccchestnuthillalf com search engine rankings grow your search appearance and generate powerful backlinks bonusbacklinks com we deliver daily backlinks and bring website visits to your site every day get 85% off quality daily backlinks organic website visits price only from $1 bonus coupon codes https bonusbacklinks com 85sale bonusbacklinks com daily backlinks and organic visits to skyrocket your webpage every day '),
(5274,'field:18',0,1,' http ccchestnuthillalf com contact '),
(5274,'field:19',0,1,' info ccchestnuthill com '),
(5274,'field:6',0,1,' seo backlinks '),
(5274,'field:7',0,1,' rose garey gmail com '),
(5274,'field:8',0,1,' website backlinks '),
(5274,'field:9',0,1,' resident family support '),
(5274,'title',0,1,' 2025 11 10 16 54 42 '),
(5277,'alt',0,1,''),
(5277,'extension',0,1,' jpg '),
(5277,'filename',0,1,' large res 04 jpg '),
(5277,'kind',0,1,' image '),
(5277,'slug',0,1,''),
(5277,'title',0,1,' large res 04 '),
(5278,'alt',0,1,''),
(5278,'extension',0,1,' jpg '),
(5278,'filename',0,1,' large res 06 jpg '),
(5278,'kind',0,1,' image '),
(5278,'slug',0,1,''),
(5278,'title',0,1,' large res 06 '),
(5279,'alt',0,1,''),
(5279,'extension',0,1,' jpg '),
(5279,'filename',0,1,' large res 11 2025 11 11 180403 ncyp jpg '),
(5279,'kind',0,1,' image '),
(5279,'slug',0,1,''),
(5279,'title',0,1,' large res 11 '),
(5280,'alt',0,1,''),
(5280,'extension',0,1,' jpg '),
(5280,'filename',0,1,' large res 18 jpg '),
(5280,'kind',0,1,' image '),
(5280,'slug',0,1,''),
(5280,'title',0,1,' large res 18 '),
(5281,'alt',0,1,''),
(5281,'extension',0,1,' jpg '),
(5281,'filename',0,1,' large res 03 2025 11 11 180442 nykh jpg '),
(5281,'kind',0,1,' image '),
(5281,'slug',0,1,''),
(5281,'title',0,1,' large res 03 '),
(5282,'alt',0,1,''),
(5282,'extension',0,1,' jpg '),
(5282,'filename',0,1,' madison rehabgym jpg '),
(5282,'kind',0,1,' image '),
(5282,'slug',0,1,''),
(5282,'title',0,1,' madison rehab gym '),
(5286,'field:10',0,1,' register your ccchestnuthillalf com website in google search index to have it displayed in web search results submit ccchestnuthillalf com at https searchregister net '),
(5286,'field:18',0,1,' http ccchestnuthillalf com contact '),
(5286,'field:19',0,1,' info ccchestnuthill com '),
(5286,'field:6',0,1,' anderson cheatham '),
(5286,'field:7',0,1,' register domainsubmlt net '),
(5286,'field:8',0,1,' web search index '),
(5286,'field:9',0,1,' media inquiry '),
(5286,'title',0,1,' 2025 11 11 10 13 10 '),
(5288,'field:10',0,1,' more and more people skip google search and ask chatgpt to search for everything add ccgrotonrch com to our ai optimized directory to help them find ccgrotonrch com join now https aireg pro '),
(5288,'field:18',0,1,' http ccgrotonrch com contact '),
(5288,'field:19',0,1,' kaden aftonkleingroup com '),
(5288,'field:6',0,1,' esther hickey '),
(5288,'field:7',0,1,' aboout airegistry pro '),
(5288,'field:8',0,1,''),
(5288,'field:9',0,1,' volunteer opportunities '),
(5288,'title',0,1,' 2025 11 11 14 48 18 '),
(5292,'alt',0,1,''),
(5292,'extension',0,1,' pdf '),
(5292,'filename',0,1,' pi315331 24a1 pdf '),
(5292,'kind',0,1,' pdf '),
(5292,'slug',0,1,''),
(5292,'title',0,1,' pi315331 24 a1 passaic '),
(5293,'alt',0,1,''),
(5293,'extension',0,1,' pdf '),
(5293,'filename',0,1,' complete care at passaic llc 2024 statement of revenues pdf '),
(5293,'kind',0,1,' pdf '),
(5293,'slug',0,1,''),
(5293,'title',0,1,' complete care at passaic llc 2024 statement of revenues '),
(5294,'alt',0,1,''),
(5294,'extension',0,1,' pdf '),
(5294,'filename',0,1,' complete care at passaic llc 2024 nj audit pdf '),
(5294,'kind',0,1,' pdf '),
(5294,'slug',0,1,''),
(5294,'title',0,1,' complete care at passaic llc 2024 nj audit '),
(5297,'field:10',0,1,' more and more people skip google search and ask chatgpt to search for everything add ccchestnuthillalf com to our ai optimized directory to help them find ccchestnuthillalf com join now https aireg pro '),
(5297,'field:18',0,1,' http ccchestnuthillalf com contact '),
(5297,'field:19',0,1,' info ccchestnuthill com '),
(5297,'field:6',0,1,' audra blaxcell '),
(5297,'field:7',0,1,' aboout airegistry pro '),
(5297,'field:8',0,1,''),
(5297,'field:9',0,1,' careers '),
(5297,'title',0,1,' 2025 11 12 12 02 59 '),
(5307,'slug',0,1,' legal statement '),
(5307,'title',0,1,' legal statement '),
(5310,'slug',0,1,' legal statement '),
(5310,'title',0,1,' legal statement '),
(5315,'slug',0,1,' legal statement '),
(5315,'title',0,1,' legal statement '),
(5319,'slug',0,1,' legal statement '),
(5319,'title',0,1,' legal statement '),
(5324,'slug',0,1,' legal statement '),
(5324,'title',0,1,' legal statement '),
(5329,'slug',0,1,' legal statement '),
(5329,'title',0,1,' legal statement '),
(5334,'slug',0,1,' legal statement '),
(5334,'title',0,1,' legal statement '),
(5339,'slug',0,1,' legal statement '),
(5339,'title',0,1,' legal statement '),
(5343,'slug',0,1,' legal statement '),
(5343,'title',0,1,' legal statement '),
(5348,'slug',0,1,' legal statement '),
(5348,'title',0,1,' legal statement '),
(5353,'slug',0,1,' legal statement '),
(5353,'title',0,1,' legal statement '),
(5358,'slug',0,1,' legal statement '),
(5358,'title',0,1,' legal statement '),
(5363,'slug',0,1,' legal statement '),
(5363,'title',0,1,' legal statement '),
(5368,'slug',0,1,' legal statement '),
(5368,'title',0,1,' legal statement '),
(5373,'slug',0,1,' legal statement '),
(5373,'title',0,1,' legal statement '),
(5376,'slug',0,1,' legal statement '),
(5376,'title',0,1,' legal statement '),
(5377,'slug',0,1,' disclosures '),
(5377,'title',0,1,' disclosures '),
(5383,'slug',0,1,' legal statement '),
(5383,'title',0,1,' legal statement '),
(5388,'slug',0,1,' legal statement '),
(5388,'title',0,1,' legal statement '),
(5393,'slug',0,1,' legal statement '),
(5393,'title',0,1,' legal statement '),
(5398,'slug',0,1,' legal statement '),
(5398,'title',0,1,' legal statement '),
(5403,'slug',0,1,' legal statement '),
(5403,'title',0,1,' legal statement '),
(5408,'slug',0,1,' legal statement '),
(5408,'title',0,1,' legal statement '),
(5413,'slug',0,1,' legal statement '),
(5413,'title',0,1,' legal statement '),
(5418,'slug',0,1,' legal statement '),
(5418,'title',0,1,' legal statement '),
(5423,'slug',0,1,' legal statement '),
(5423,'title',0,1,' legal statement '),
(5428,'slug',0,1,' legal statement '),
(5428,'title',0,1,' legal statement '),
(5433,'slug',0,1,' legal statement '),
(5433,'title',0,1,' legal statement '),
(5438,'slug',0,1,' legal statement '),
(5438,'title',0,1,' legal statement '),
(5443,'slug',0,1,' legal statement '),
(5443,'title',0,1,' legal statement '),
(5447,'slug',0,1,' legal statement '),
(5447,'title',0,1,' legal statement '),
(5452,'slug',0,1,' legal statement '),
(5452,'title',0,1,' legal statement '),
(5457,'slug',0,1,' legal statement '),
(5457,'title',0,1,' legal statement '),
(5461,'slug',0,1,' legal statement '),
(5461,'title',0,1,' legal statement '),
(5466,'slug',0,1,' legal statement '),
(5466,'title',0,1,' legal statement '),
(5471,'slug',0,1,' legal statement '),
(5471,'title',0,1,' legal statement '),
(5476,'slug',0,1,' legal statement '),
(5476,'title',0,1,' legal statement '),
(5481,'slug',0,1,' legal statement '),
(5481,'title',0,1,' legal statement '),
(5486,'slug',0,1,' legal statement '),
(5486,'title',0,1,' legal statement '),
(5491,'slug',0,1,' legal statement '),
(5491,'title',0,1,' legal statement '),
(5495,'slug',0,1,' legal statement '),
(5495,'title',0,1,' legal statement '),
(5500,'slug',0,1,' legal statement '),
(5500,'title',0,1,' legal statement '),
(5505,'slug',0,1,' legal statement '),
(5505,'title',0,1,' legal statement '),
(5510,'slug',0,1,' legal statement '),
(5510,'title',0,1,' legal statement '),
(5515,'slug',0,1,' legal statement '),
(5515,'title',0,1,' legal statement '),
(5520,'slug',0,1,' legal statement '),
(5520,'title',0,1,' legal statement '),
(5525,'slug',0,1,' legal statement '),
(5525,'title',0,1,' legal statement '),
(5530,'slug',0,1,' legal statement '),
(5530,'title',0,1,' legal statement '),
(5535,'slug',0,1,' legal statement '),
(5535,'title',0,1,' legal statement '),
(5540,'slug',0,1,' legal statement '),
(5540,'title',0,1,' legal statement '),
(5545,'slug',0,1,' legal statement '),
(5545,'title',0,1,' legal statement '),
(5550,'slug',0,1,' legal statement '),
(5550,'title',0,1,' legal statement '),
(5555,'slug',0,1,' legal statement '),
(5555,'title',0,1,' legal statement '),
(5560,'slug',0,1,' legal statement '),
(5560,'title',0,1,' legal statement '),
(5565,'slug',0,1,' legal statement '),
(5565,'title',0,1,' legal statement '),
(5570,'slug',0,1,' legal statement '),
(5570,'title',0,1,' legal statement '),
(5575,'slug',0,1,' legal statement '),
(5575,'title',0,1,' legal statement '),
(5582,'slug',0,1,' legal statement '),
(5582,'title',0,1,' legal statement '),
(5587,'slug',0,1,' legal statement '),
(5587,'title',0,1,' legal statement '),
(5592,'slug',0,1,' legal statement '),
(5592,'title',0,1,' legal statement '),
(5597,'slug',0,1,' legal statement '),
(5597,'title',0,1,' legal statement '),
(5602,'slug',0,1,' legal statement '),
(5602,'title',0,1,' legal statement '),
(5607,'slug',0,1,' legal statement '),
(5607,'title',0,1,' legal statement '),
(5612,'slug',0,1,' legal statement '),
(5612,'title',0,1,' legal statement '),
(5617,'slug',0,1,' legal statement '),
(5617,'title',0,1,' legal statement '),
(5622,'slug',0,1,' legal statement '),
(5622,'title',0,1,' legal statement '),
(5627,'slug',0,1,' legal statement '),
(5627,'title',0,1,' legal statement '),
(5632,'slug',0,1,' legal statement '),
(5632,'title',0,1,' legal statement '),
(5644,'slug',0,1,' legal statement '),
(5644,'title',0,1,' legal statement '),
(5649,'slug',0,1,' legal statement '),
(5649,'title',0,1,' legal statement '),
(5653,'slug',0,1,' legal statement '),
(5653,'title',0,1,' legal statement '),
(5662,'slug',0,1,' legal statement '),
(5662,'title',0,1,' legal statement '),
(5673,'slug',0,1,' legal statement '),
(5673,'title',0,1,' legal statement '),
(5680,'alt',0,1,''),
(5680,'extension',0,1,' pdf '),
(5680,'filename',0,1,' nondiscrimination notice beylea 3 pdf '),
(5680,'kind',0,1,' pdf '),
(5680,'slug',0,1,''),
(5680,'title',0,1,' nondiscrimination notice bey lea '),
(5681,'slug',0,1,' non discrimination notice '),
(5681,'title',0,1,' non discrimination notice '),
(5684,'field:10',0,1,' hey there i hope this email finds you well i wanted to let you know about our new bange backpacks and sling bags that just released the bags are waterproof and anti theft and have a built in usb cable that can recharge your phone while youre on the go both bags are made of durable and high quality materials and are perfect for everyday use or travel order yours now at 50% off with free shipping http bangeshop com enjoy bruce '),
(5684,'field:18',0,1,' http ccgrotonrch com contact '),
(5684,'field:19',0,1,' kaden aftonkleingroup com '),
(5684,'field:6',0,1,' bruce '),
(5684,'field:7',0,1,' info bruce bangeshop com '),
(5684,'field:8',0,1,' bruce mead '),
(5684,'field:9',0,1,' media inquiry '),
(5684,'title',0,1,' 2025 11 14 01 59 59 '),
(5685,'field:10',0,1,' hey team ccchestnuthillalf com i would like to discuss seo i can help your website to get on first page of google and increase the number of leads and sales you are getting from your website may i send you a quote price list bests regards ankit best ai seo company accounts manager www letsgetoptimize com phone no 1 949 508 0277 '),
(5685,'field:18',0,1,' http ccchestnuthillalf com contact '),
(5685,'field:19',0,1,' info ccchestnuthill com '),
(5685,'field:6',0,1,' ankit s '),
(5685,'field:7',0,1,' letsgetuoptimize gmail com '),
(5685,'field:8',0,1,' letsgetuoptimize '),
(5685,'field:9',0,1,' resident family support '),
(5685,'title',0,1,' 2025 11 14 02 13 16 '),
(5691,'field:10',0,1,' hey team ccgrotonrch com i would like to discuss seo i can help your website to get on first page of google and increase the number of leads and sales you are getting from your website may i send you a quote price list bests regards ankit best ai seo company accounts manager www letsgetoptimize com phone no 1 949 508 0277 '),
(5691,'field:18',0,1,' http ccgrotonrch com contact '),
(5691,'field:19',0,1,' kaden aftonkleingroup com '),
(5691,'field:6',0,1,' ankit s '),
(5691,'field:7',0,1,' letsgetuoptimize gmail com '),
(5691,'field:8',0,1,' letsgetuoptimize '),
(5691,'field:9',0,1,' resident family support '),
(5691,'title',0,1,' 2025 11 14 07 53 02 '),
(5696,'alt',0,1,''),
(5696,'extension',0,1,' pdf '),
(5696,'filename',0,1,' nondiscrimination notice careage pdf '),
(5696,'kind',0,1,' pdf '),
(5696,'slug',0,1,''),
(5696,'title',0,1,' nondiscrimination notice care age '),
(5697,'slug',0,1,' non discrimination care age '),
(5697,'title',0,1,' non discrimination notice '),
(5701,'alt',0,1,''),
(5701,'extension',0,1,' pdf '),
(5701,'filename',0,1,' nondiscrimination notice beyleasnf pdf '),
(5701,'kind',0,1,' pdf '),
(5701,'slug',0,1,''),
(5701,'title',0,1,' nondiscrimination notice bey lea snf '),
(5702,'slug',0,1,' non discrimination notice '),
(5702,'title',0,1,' non discrimination notice '),
(5709,'alt',0,1,''),
(5709,'extension',0,1,' pdf '),
(5709,'filename',0,1,' nondiscrimination notice christianhome pdf '),
(5709,'kind',0,1,' pdf '),
(5709,'slug',0,1,''),
(5709,'title',0,1,' nondiscrimination notice christian home '),
(5710,'slug',0,1,' legal statement '),
(5710,'title',0,1,' legal statement '),
(5711,'slug',0,1,' non discrimination notice '),
(5711,'title',0,1,' non discrimination notice '),
(5719,'alt',0,1,''),
(5719,'extension',0,1,' pdf '),
(5719,'filename',0,1,' ccg 00503a nondiscrimination notice berkshire pdf '),
(5719,'kind',0,1,' pdf '),
(5719,'slug',0,1,''),
(5719,'title',0,1,' ccg 00503a nondiscrimination notice berkshire '),
(5720,'slug',0,1,' non discrimination notice '),
(5720,'title',0,1,' non discrimination notice '),
(5724,'alt',0,1,''),
(5724,'extension',0,1,' pdf '),
(5724,'filename',0,1,' ccg 00503a nondiscrimination notice brackenville pdf '),
(5724,'kind',0,1,' pdf '),
(5724,'slug',0,1,''),
(5724,'title',0,1,' ccg 00503a nondiscrimination notice brackenville '),
(5725,'slug',0,1,' non discrimination notice '),
(5725,'title',0,1,' non discrimination notice '),
(5730,'alt',0,1,''),
(5730,'extension',0,1,' pdf '),
(5730,'filename',0,1,' ccg 00503a nondiscrimination notice brakeley pdf '),
(5730,'kind',0,1,' pdf '),
(5730,'slug',0,1,''),
(5730,'title',0,1,' ccg 00503a nondiscrimination notice brakeley '),
(5731,'slug',0,1,' non discrimination notice '),
(5731,'title',0,1,' non discrimination notice '),
(5737,'slug',0,1,' legal statement '),
(5737,'title',0,1,' legal statement '),
(5738,'slug',0,1,' non discrimination notice '),
(5738,'title',0,1,' non discrimination notice '),
(5744,'alt',0,1,''),
(5744,'extension',0,1,' pdf '),
(5744,'filename',0,1,' ccg 00503a nondiscrimination notice brick pdf '),
(5744,'kind',0,1,' pdf '),
(5744,'slug',0,1,''),
(5744,'title',0,1,' ccg 00503a nondiscrimination notice brick '),
(5745,'slug',0,1,' non discrimination notice '),
(5745,'title',0,1,' non discrimination notice '),
(5749,'alt',0,1,''),
(5749,'extension',0,1,' pdf '),
(5749,'filename',0,1,' ccg 00503a nondiscrimination notice burlington pdf '),
(5749,'kind',0,1,' pdf '),
(5749,'slug',0,1,''),
(5749,'title',0,1,' ccg 00503a nondiscrimination notice burlington '),
(5750,'slug',0,1,' non discrimination notice '),
(5750,'title',0,1,' non discrimination notice '),
(5755,'alt',0,1,''),
(5755,'extension',0,1,' pdf '),
(5755,'filename',0,1,' ccg 00503a nondiscrimination notice chestnut pdf '),
(5755,'kind',0,1,' pdf '),
(5755,'slug',0,1,''),
(5755,'title',0,1,' ccg 00503a nondiscrimination notice chestnut '),
(5756,'slug',0,1,' non discrimination notice '),
(5756,'title',0,1,' non discrimination notice '),
(5761,'alt',0,1,''),
(5761,'extension',0,1,' pdf '),
(5761,'filename',0,1,' ccg 00503a nondiscrimination notice clark pdf '),
(5761,'kind',0,1,' pdf '),
(5761,'slug',0,1,''),
(5761,'title',0,1,' ccg 00503a nondiscrimination notice clark '),
(5762,'slug',0,1,' non discrimination notice '),
(5762,'title',0,1,' non discrimination notice '),
(5767,'alt',0,1,''),
(5767,'extension',0,1,' pdf '),
(5767,'filename',0,1,' ccg 00503a nondiscrimination notice corsica pdf '),
(5767,'kind',0,1,' pdf '),
(5767,'slug',0,1,''),
(5767,'title',0,1,' ccg 00503a nondiscrimination notice corsica '),
(5768,'slug',0,1,' non discrimination notice '),
(5768,'title',0,1,' non discrimination notice '),
(5773,'alt',0,1,''),
(5773,'extension',0,1,' pdf '),
(5773,'filename',0,1,' ccg 00503a nondiscrimination notice courthouse pdf '),
(5773,'kind',0,1,' pdf '),
(5773,'slug',0,1,''),
(5773,'title',0,1,' ccg 00503a nondiscrimination notice court house '),
(5774,'slug',0,1,' non discrimination notice '),
(5774,'title',0,1,' non discrimination notice '),
(5779,'alt',0,1,''),
(5779,'extension',0,1,' pdf '),
(5779,'filename',0,1,' ccg 00503a nondiscrimination notice dawnview pdf '),
(5779,'kind',0,1,' pdf '),
(5779,'slug',0,1,''),
(5779,'title',0,1,' ccg 00503a nondiscrimination notice dawnview '),
(5780,'slug',0,1,' non discrimination notice '),
(5780,'title',0,1,' non discrimination notice '),
(5785,'alt',0,1,''),
(5785,'extension',0,1,' pdf '),
(5785,'filename',0,1,' ccg 00503a nondiscrimination notice fairlawn pdf '),
(5785,'kind',0,1,' pdf '),
(5785,'slug',0,1,''),
(5785,'title',0,1,' ccg 00503a nondiscrimination notice fairlawn '),
(5786,'slug',0,1,' non discrimination notice '),
(5786,'title',0,1,' non discrimination notice '),
(5791,'alt',0,1,''),
(5791,'extension',0,1,' pdf '),
(5791,'filename',0,1,' ccg 00503a nondiscrimination notice foxhill pdf '),
(5791,'kind',0,1,' pdf '),
(5791,'slug',0,1,''),
(5791,'title',0,1,' ccg 00503a nondiscrimination notice fox hill '),
(5792,'slug',0,1,' non discrimination notice '),
(5792,'title',0,1,' non discrimination notice '),
(5797,'alt',0,1,''),
(5797,'extension',0,1,' pdf '),
(5797,'filename',0,1,' ccg 00503a nondiscrimination notice greenacres pdf '),
(5797,'kind',0,1,' pdf '),
(5797,'slug',0,1,''),
(5797,'title',0,1,' ccg 00503a nondiscrimination notice green acres '),
(5798,'slug',0,1,' non discrimination notice '),
(5798,'title',0,1,' non discrimination notice '),
(5803,'alt',0,1,''),
(5803,'extension',0,1,' pdf '),
(5803,'filename',0,1,' ccg 00503a nondiscrimination notice greenknoll pdf '),
(5803,'kind',0,1,' pdf '),
(5803,'slug',0,1,''),
(5803,'title',0,1,' ccg 00503a nondiscrimination notice green knoll '),
(5804,'slug',0,1,' non discrimination notice '),
(5804,'title',0,1,' non discrimination notice '),
(5809,'alt',0,1,''),
(5809,'extension',0,1,' pdf '),
(5809,'filename',0,1,' ccg 00503a nondiscrimination notice grotonregency pdf '),
(5809,'kind',0,1,' pdf '),
(5809,'slug',0,1,''),
(5809,'title',0,1,' ccg 00503a nondiscrimination notice groton regency '),
(5810,'slug',0,1,' non discrimination notice '),
(5810,'title',0,1,' non discrimination notice '),
(5815,'alt',0,1,''),
(5815,'extension',0,1,' pdf '),
(5815,'filename',0,1,' ccg 00503a nondiscrimination notice grotonregency 2025 11 14 165909 umwq pdf '),
(5815,'kind',0,1,' pdf '),
(5815,'slug',0,1,''),
(5815,'title',0,1,' ccg 00503a nondiscrimination notice groton regency '),
(5816,'slug',0,1,' non discrimination notice '),
(5816,'title',0,1,' non discrimination notice '),
(5821,'alt',0,1,''),
(5821,'extension',0,1,' pdf '),
(5821,'filename',0,1,' ccg 00503a nondiscrimination notice hagerstown pdf '),
(5821,'kind',0,1,' pdf '),
(5821,'slug',0,1,''),
(5821,'title',0,1,' ccg 00503a nondiscrimination notice hagerstown '),
(5822,'slug',0,1,' non discrimination notice '),
(5822,'title',0,1,' non discrimination notice '),
(5827,'alt',0,1,''),
(5827,'extension',0,1,' pdf '),
(5827,'filename',0,1,' ccg 00503a nondiscrimination notice hamiltonplaza pdf '),
(5827,'kind',0,1,' pdf '),
(5827,'slug',0,1,''),
(5827,'title',0,1,' ccg 00503a nondiscrimination notice hamilton plaza '),
(5828,'slug',0,1,' non discrimination notice '),
(5828,'title',0,1,' non discrimination notice '),
(5833,'alt',0,1,''),
(5833,'extension',0,1,' pdf '),
(5833,'filename',0,1,' ccg 00503a nondiscrimination notice harborage pdf '),
(5833,'kind',0,1,' pdf '),
(5833,'slug',0,1,''),
(5833,'title',0,1,' ccg 00503a nondiscrimination notice harborage '),
(5834,'slug',0,1,' non discrimination notice '),
(5834,'title',0,1,' non discrimination notice '),
(5839,'alt',0,1,''),
(5839,'extension',0,1,' pdf '),
(5839,'filename',0,1,' ccg 00503a nondiscrimination notice harstonhall pdf '),
(5839,'kind',0,1,' pdf '),
(5839,'slug',0,1,''),
(5839,'title',0,1,' ccg 00503a nondiscrimination notice harston hall '),
(5840,'slug',0,1,' non discrimination notice '),
(5840,'title',0,1,' non discrimination notice '),
(5845,'alt',0,1,''),
(5845,'extension',0,1,' pdf '),
(5845,'filename',0,1,' ccg 00503a nondiscrimination notice heritage pdf '),
(5845,'kind',0,1,' pdf '),
(5845,'slug',0,1,''),
(5845,'title',0,1,' ccg 00503a nondiscrimination notice heritage '),
(5846,'slug',0,1,' non discrimination notice '),
(5846,'title',0,1,' non discrimination notice '),
(5851,'alt',0,1,''),
(5851,'extension',0,1,' pdf '),
(5851,'filename',0,1,' ccg 00503a nondiscrimination notice hillside pdf '),
(5851,'kind',0,1,' pdf '),
(5851,'slug',0,1,''),
(5851,'title',0,1,' ccg 00503a nondiscrimination notice hillside '),
(5852,'slug',0,1,' non discrimination notice '),
(5852,'title',0,1,' non discrimination notice '),
(5857,'alt',0,1,''),
(5857,'extension',0,1,' pdf '),
(5857,'filename',0,1,' ccg 00503a nondiscrimination notice holiday pdf '),
(5857,'kind',0,1,' pdf '),
(5857,'slug',0,1,''),
(5857,'title',0,1,' ccg 00503a nondiscrimination notice holiday '),
(5858,'slug',0,1,' non discrimination notice '),
(5858,'title',0,1,' non discrimination notice '),
(5863,'alt',0,1,''),
(5863,'extension',0,1,' pdf '),
(5863,'filename',0,1,' ccg 00503a nondiscrimination notice holmdel pdf '),
(5863,'kind',0,1,' pdf '),
(5863,'slug',0,1,''),
(5863,'title',0,1,' ccg 00503a nondiscrimination notice holmdel '),
(5864,'slug',0,1,' non discrimination notice '),
(5864,'title',0,1,' non discrimination notice '),
(5869,'alt',0,1,''),
(5869,'extension',0,1,' pdf '),
(5869,'filename',0,1,' ccg 00503a nondiscrimination notice hyattsville pdf '),
(5869,'kind',0,1,' pdf '),
(5869,'slug',0,1,''),
(5869,'title',0,1,' ccg 00503a nondiscrimination notice hyattsville '),
(5870,'slug',0,1,' non discrimination notice '),
(5870,'title',0,1,' non discrimination notice '),
(5875,'alt',0,1,''),
(5875,'extension',0,1,' pdf '),
(5875,'filename',0,1,' ccg 00503a nondiscrimination notice khs pdf '),
(5875,'kind',0,1,' pdf '),
(5875,'slug',0,1,''),
(5875,'title',0,1,' ccg 00503a nondiscrimination notice khs '),
(5876,'slug',0,1,' non discrimination notice '),
(5876,'title',0,1,' non discrimination notice '),
(5881,'alt',0,1,''),
(5881,'extension',0,1,' pdf '),
(5881,'filename',0,1,' ccg 00503a nondiscrimination notice kressonview pdf '),
(5881,'kind',0,1,' pdf '),
(5881,'slug',0,1,''),
(5881,'title',0,1,' ccg 00503a nondiscrimination notice kresson view '),
(5882,'slug',0,1,' non discrimination notice '),
(5882,'title',0,1,' non discrimination notice '),
(5887,'alt',0,1,''),
(5887,'extension',0,1,' pdf '),
(5887,'filename',0,1,' ccg 00503a nondiscrimination notice lehigh pdf '),
(5887,'kind',0,1,' pdf '),
(5887,'slug',0,1,''),
(5887,'title',0,1,' ccg 00503a nondiscrimination notice lehigh '),
(5888,'slug',0,1,' non discrimination notice '),
(5888,'title',0,1,' non discrimination notice '),
(5893,'alt',0,1,''),
(5893,'extension',0,1,' pdf '),
(5893,'filename',0,1,' ccg 00503a nondiscrimination notice marcella pdf '),
(5893,'kind',0,1,' pdf '),
(5893,'slug',0,1,''),
(5893,'title',0,1,' ccg 00503a nondiscrimination notice marcella '),
(5894,'slug',0,1,' non discrimination notice '),
(5894,'title',0,1,' non discrimination notice '),
(5899,'alt',0,1,''),
(5899,'extension',0,1,' pdf '),
(5899,'filename',0,1,' ccg 00503a nondiscrimination notice margatepark pdf '),
(5899,'kind',0,1,' pdf '),
(5899,'slug',0,1,''),
(5899,'title',0,1,' ccg 00503a nondiscrimination notice margate park '),
(5900,'slug',0,1,' non discrimination notice '),
(5900,'title',0,1,' non discrimination notice '),
(5905,'alt',0,1,''),
(5905,'extension',0,1,' pdf '),
(5905,'filename',0,1,' ccg 00503a nondiscrimination notice mercerville pdf '),
(5905,'kind',0,1,' pdf '),
(5905,'slug',0,1,''),
(5905,'title',0,1,' ccg 00503a nondiscrimination notice mercerville '),
(5906,'slug',0,1,' non discrimination notice '),
(5906,'title',0,1,' non discrimination notice '),
(5911,'alt',0,1,''),
(5911,'extension',0,1,' pdf '),
(5911,'filename',0,1,' ccg 00503a nondiscrimination notice middlebury pdf '),
(5911,'kind',0,1,' pdf '),
(5911,'slug',0,1,''),
(5911,'title',0,1,' ccg 00503a nondiscrimination notice middlebury '),
(5912,'slug',0,1,' non discrimination notice '),
(5912,'title',0,1,' non discrimination notice '),
(5917,'alt',0,1,''),
(5917,'extension',0,1,' pdf '),
(5917,'filename',0,1,' ccg 00503a nondiscrimination notice milfordmanor pdf '),
(5917,'kind',0,1,' pdf '),
(5917,'slug',0,1,''),
(5917,'title',0,1,' ccg 00503a nondiscrimination notice milford manor '),
(5918,'slug',0,1,' non discrimination notice '),
(5918,'title',0,1,' non discrimination notice '),
(5923,'alt',0,1,''),
(5923,'extension',0,1,' pdf '),
(5923,'filename',0,1,' ccg 00503a nondiscrimination notice multimed pdf '),
(5923,'kind',0,1,' pdf '),
(5923,'slug',0,1,''),
(5923,'title',0,1,' ccg 00503a nondiscrimination notice multi med '),
(5924,'slug',0,1,' non discrimination notice '),
(5924,'title',0,1,' non discrimination notice '),
(5929,'alt',0,1,''),
(5929,'extension',0,1,' pdf '),
(5929,'filename',0,1,' ccg 00503a nondiscrimination notice oakridge pdf '),
(5929,'kind',0,1,' pdf '),
(5929,'slug',0,1,''),
(5929,'title',0,1,' ccg 00503a nondiscrimination notice oak ridge '),
(5930,'slug',0,1,' non discrimination notice '),
(5930,'title',0,1,' non discrimination notice '),
(5935,'alt',0,1,''),
(5935,'extension',0,1,' pdf '),
(5935,'filename',0,1,' ccg 00503a nondiscrimination notice oceangrove pdf '),
(5935,'kind',0,1,' pdf '),
(5935,'slug',0,1,''),
(5935,'title',0,1,' ccg 00503a nondiscrimination notice ocean grove '),
(5936,'slug',0,1,' non discrimination notice '),
(5936,'title',0,1,' non discrimination notice '),
(5941,'alt',0,1,''),
(5941,'extension',0,1,' pdf '),
(5941,'filename',0,1,' ccg 00503a nondiscrimination notice orange pdf '),
(5941,'kind',0,1,' pdf '),
(5941,'slug',0,1,''),
(5941,'title',0,1,' ccg 00503a nondiscrimination notice orange '),
(5942,'slug',0,1,' non discrimination notice '),
(5942,'title',0,1,' non discrimination notice '),
(5947,'alt',0,1,''),
(5947,'extension',0,1,' pdf '),
(5947,'filename',0,1,' ccg 00503a nondiscrimination notice prospect pdf '),
(5947,'kind',0,1,' pdf '),
(5947,'slug',0,1,''),
(5947,'title',0,1,' ccg 00503a nondiscrimination notice prospect '),
(5948,'slug',0,1,' non discrimination notice '),
(5948,'title',0,1,' non discrimination notice '),
(5953,'alt',0,1,''),
(5953,'extension',0,1,' pdf '),
(5953,'filename',0,1,' ccg 00503a nondiscrimination notice regent pdf '),
(5953,'kind',0,1,' pdf '),
(5953,'slug',0,1,''),
(5953,'title',0,1,' ccg 00503a nondiscrimination notice regent '),
(5954,'slug',0,1,' non discrimination notice '),
(5954,'title',0,1,' non discrimination notice '),
(5959,'alt',0,1,''),
(5959,'extension',0,1,' pdf '),
(5959,'filename',0,1,' ccg 00503a nondiscrimination notice ridgewood pdf '),
(5959,'kind',0,1,' pdf '),
(5959,'slug',0,1,''),
(5959,'title',0,1,' ccg 00503a nondiscrimination notice ridgewood '),
(5960,'slug',0,1,' non discrimination notice '),
(5960,'title',0,1,' non discrimination notice '),
(5965,'alt',0,1,''),
(5965,'extension',0,1,' pdf '),
(5965,'filename',0,1,' ccg 00503a nondiscrimination notice severna pdf '),
(5965,'kind',0,1,' pdf '),
(5965,'slug',0,1,''),
(5965,'title',0,1,' ccg 00503a nondiscrimination notice severna '),
(5966,'slug',0,1,' non discrimination notice '),
(5966,'title',0,1,' non discrimination notice '),
(5971,'alt',0,1,''),
(5971,'extension',0,1,' pdf '),
(5971,'filename',0,1,' ccg 00503a nondiscrimination notice sheridancommons pdf '),
(5971,'kind',0,1,' pdf '),
(5971,'slug',0,1,''),
(5971,'title',0,1,' ccg 00503a nondiscrimination notice sheridan commons '),
(5972,'slug',0,1,' non discrimination notice '),
(5972,'title',0,1,' non discrimination notice '),
(5977,'alt',0,1,''),
(5977,'extension',0,1,' pdf '),
(5977,'filename',0,1,' ccg 00503a nondiscrimination notice shrewsbury pdf '),
(5977,'kind',0,1,' pdf '),
(5977,'slug',0,1,''),
(5977,'title',0,1,' ccg 00503a nondiscrimination notice shrewsbury '),
(5978,'slug',0,1,' non discrimination notice '),
(5978,'title',0,1,' non discrimination notice '),
(5982,'alt',0,1,''),
(5982,'extension',0,1,' pdf '),
(5982,'filename',0,1,' ccg 00503a nondiscrimination notice silverlake pdf '),
(5982,'kind',0,1,' pdf '),
(5982,'slug',0,1,''),
(5982,'title',0,1,' ccg 00503a nondiscrimination notice silver lake '),
(5983,'slug',0,1,' non discrimination notice '),
(5983,'title',0,1,' non discrimination notice '),
(5987,'alt',0,1,''),
(5987,'extension',0,1,' pdf '),
(5987,'filename',0,1,' ccg 00503a nondiscrimination notice southpointe pdf '),
(5987,'kind',0,1,' pdf '),
(5987,'slug',0,1,''),
(5987,'title',0,1,' ccg 00503a nondiscrimination notice southpointe '),
(5988,'slug',0,1,' non discrimination notice '),
(5988,'title',0,1,' non discrimination notice '),
(5994,'alt',0,1,''),
(5994,'extension',0,1,' pdf '),
(5994,'filename',0,1,' ccg 00503a nondiscrimination notice silverspring pdf '),
(5994,'kind',0,1,' pdf '),
(5994,'slug',0,1,''),
(5994,'title',0,1,' ccg 00503a nondiscrimination notice silver spring '),
(5995,'slug',0,1,' non discrimination notice '),
(5995,'title',0,1,' non discrimination notice '),
(6000,'alt',0,1,''),
(6000,'extension',0,1,' pdf '),
(6000,'filename',0,1,' ccg 00503a nondiscrimination notice stvincents pdf '),
(6000,'kind',0,1,' pdf '),
(6000,'slug',0,1,''),
(6000,'title',0,1,' ccg 00503a nondiscrimination notice st vincents '),
(6001,'slug',0,1,' non discrimination notice '),
(6001,'title',0,1,' non discrimination notice '),
(6006,'alt',0,1,''),
(6006,'extension',0,1,' pdf '),
(6006,'filename',0,1,' ccg 00503a nondiscrimination notice summit pdf '),
(6006,'kind',0,1,' pdf '),
(6006,'slug',0,1,''),
(6006,'title',0,1,' ccg 00503a nondiscrimination notice summit '),
(6007,'slug',0,1,' non discrimination notice '),
(6007,'title',0,1,' non discrimination notice '),
(6013,'alt',0,1,''),
(6013,'extension',0,1,' pdf '),
(6013,'filename',0,1,' ccg 00503a nondiscrimination notice blvd pdf '),
(6013,'kind',0,1,' pdf '),
(6013,'slug',0,1,''),
(6013,'title',0,1,' ccg 00503a nondiscrimination notice blvd '),
(6015,'slug',0,1,' non discrimination notice '),
(6015,'title',0,1,' non discrimination notice '),
(6020,'alt',0,1,''),
(6020,'extension',0,1,' pdf '),
(6020,'filename',0,1,' ccg 00503a nondiscrimination notice victoriacommons pdf '),
(6020,'kind',0,1,' pdf '),
(6020,'slug',0,1,''),
(6020,'title',0,1,' ccg 00503a nondiscrimination notice victoria commons '),
(6021,'slug',0,1,' non discrimination notice '),
(6021,'title',0,1,' non discrimination notice '),
(6026,'alt',0,1,''),
(6026,'extension',0,1,' pdf '),
(6026,'filename',0,1,' ccg 00503a nondiscrimination notice voorhees pdf '),
(6026,'kind',0,1,' pdf '),
(6026,'slug',0,1,''),
(6026,'title',0,1,' ccg 00503a nondiscrimination notice voorhees '),
(6027,'slug',0,1,' non discrimination notice '),
(6027,'title',0,1,' non discrimination notice '),
(6033,'alt',0,1,''),
(6033,'extension',0,1,' pdf '),
(6033,'filename',0,1,' ccg 00503a nondiscrimination notice wayne pdf '),
(6033,'kind',0,1,' pdf '),
(6033,'slug',0,1,''),
(6033,'title',0,1,' ccg 00503a nondiscrimination notice wayne '),
(6034,'slug',0,1,' non discrimination notice '),
(6034,'title',0,1,' non discrimination notice '),
(6039,'alt',0,1,''),
(6039,'extension',0,1,' pdf '),
(6039,'filename',0,1,' ccg 00503a nondiscrimination notice wheaton pdf '),
(6039,'kind',0,1,' pdf '),
(6039,'slug',0,1,''),
(6039,'title',0,1,' ccg 00503a nondiscrimination notice wheaton '),
(6040,'slug',0,1,' non discrimination notice '),
(6040,'title',0,1,' non discrimination notice '),
(6045,'alt',0,1,''),
(6045,'extension',0,1,' pdf '),
(6045,'filename',0,1,' ccg 00503a nondiscrimination notice whispering pdf '),
(6045,'kind',0,1,' pdf '),
(6045,'slug',0,1,''),
(6045,'title',0,1,' ccg 00503a nondiscrimination notice whispering '),
(6046,'slug',0,1,' non discrimination notice '),
(6046,'title',0,1,' non discrimination notice '),
(6064,'alt',0,1,''),
(6064,'extension',0,1,' jpg '),
(6064,'filename',0,1,' corsica ad jpg '),
(6064,'kind',0,1,' image '),
(6064,'slug',0,1,''),
(6064,'title',0,1,' corsica ad '),
(6065,'alt',0,1,''),
(6065,'extension',0,1,' jpg '),
(6065,'filename',0,1,' corsica admin jpg '),
(6065,'kind',0,1,' image '),
(6065,'slug',0,1,''),
(6065,'title',0,1,' corsica admin '),
(6074,'alt',0,1,''),
(6074,'extension',0,1,' jpg '),
(6074,'filename',0,1,' courthouse ad jpg '),
(6074,'kind',0,1,' image '),
(6074,'slug',0,1,''),
(6074,'title',0,1,' court house ad '),
(6076,'slug',0,1,' stacy moldando '),
(6076,'title',0,1,' stacy maldonado '),
(6081,'alt',0,1,''),
(6081,'extension',0,1,' jpg '),
(6081,'filename',0,1,' dawnview admin jpg '),
(6081,'kind',0,1,' image '),
(6081,'slug',0,1,''),
(6081,'title',0,1,' dawnview admin '),
(6082,'alt',0,1,''),
(6082,'extension',0,1,' jpg '),
(6082,'filename',0,1,' dawnview ad jpg '),
(6082,'kind',0,1,' image '),
(6082,'slug',0,1,''),
(6082,'title',0,1,' dawnview ad '),
(6090,'alt',0,1,''),
(6090,'extension',0,1,' jpg '),
(6090,'filename',0,1,' fox hill admin jpg '),
(6090,'kind',0,1,' image '),
(6090,'slug',0,1,''),
(6090,'title',0,1,' fox hill admin '),
(6093,'alt',0,1,''),
(6093,'extension',0,1,' jpg '),
(6093,'filename',0,1,' foxhill ad jpg '),
(6093,'kind',0,1,' image '),
(6093,'slug',0,1,''),
(6093,'title',0,1,' fox hill ad '),
(6099,'alt',0,1,''),
(6099,'extension',0,1,' jpg '),
(6099,'filename',0,1,' virginia ad jpg '),
(6099,'kind',0,1,' image '),
(6099,'slug',0,1,''),
(6099,'title',0,1,' virginia ad '),
(6105,'alt',0,1,''),
(6105,'extension',0,1,' jpg '),
(6105,'filename',0,1,' glendale ad jpg '),
(6105,'kind',0,1,' image '),
(6105,'slug',0,1,''),
(6105,'title',0,1,' glendale ad '),
(6112,'alt',0,1,''),
(6112,'extension',0,1,' jpg '),
(6112,'filename',0,1,' glendale west ad jpg '),
(6112,'kind',0,1,' image '),
(6112,'slug',0,1,''),
(6112,'title',0,1,' glendale west ad '),
(6128,'alt',0,1,''),
(6128,'extension',0,1,' jpg '),
(6128,'filename',0,1,' groton admin jpg '),
(6128,'kind',0,1,' image '),
(6128,'slug',0,1,''),
(6128,'title',0,1,' groton admin '),
(6130,'alt',0,1,''),
(6130,'extension',0,1,' jpg '),
(6130,'filename',0,1,' groton ad jpg '),
(6130,'kind',0,1,' image '),
(6130,'slug',0,1,''),
(6130,'title',0,1,' groton ad '),
(6137,'alt',0,1,''),
(6137,'extension',0,1,' jpg '),
(6137,'filename',0,1,' groton rch ad jpg '),
(6137,'kind',0,1,' image '),
(6137,'slug',0,1,''),
(6137,'title',0,1,' groton rch ad '),
(6143,'alt',0,1,''),
(6143,'extension',0,1,' jpg '),
(6143,'filename',0,1,' hagerstown ad jpg '),
(6143,'kind',0,1,' image '),
(6143,'slug',0,1,''),
(6143,'title',0,1,' hagerstown ad '),
(6156,'alt',0,1,''),
(6156,'extension',0,1,' jpg '),
(6156,'filename',0,1,' harrington admin jpg '),
(6156,'kind',0,1,' image '),
(6156,'slug',0,1,''),
(6156,'title',0,1,' harrington admin '),
(6158,'slug',0,1,' angela perry '),
(6158,'title',0,1,' angela perry '),
(6165,'alt',0,1,''),
(6165,'extension',0,1,' jpg '),
(6165,'filename',0,1,' heritage ad jpg '),
(6165,'kind',0,1,' image '),
(6165,'slug',0,1,''),
(6165,'title',0,1,' heritage ad '),
(6167,'alt',0,1,''),
(6167,'extension',0,1,' jpg '),
(6167,'filename',0,1,' heritage admin jpg '),
(6167,'kind',0,1,' image '),
(6167,'slug',0,1,''),
(6167,'title',0,1,' heritage admin '),
(6173,'alt',0,1,''),
(6173,'extension',0,1,' jpg '),
(6173,'filename',0,1,' hillside admin jpg '),
(6173,'kind',0,1,' image '),
(6173,'slug',0,1,''),
(6173,'title',0,1,' hillside admin '),
(6175,'alt',0,1,''),
(6175,'extension',0,1,' jpg '),
(6175,'filename',0,1,' hillside ad jpg '),
(6175,'kind',0,1,' image '),
(6175,'slug',0,1,''),
(6175,'title',0,1,' hillside ad '),
(6183,'alt',0,1,''),
(6183,'extension',0,1,' jpg '),
(6183,'filename',0,1,' holmdel admin 1 jpg '),
(6183,'kind',0,1,' image '),
(6183,'slug',0,1,''),
(6183,'title',0,1,' holmdel admin '),
(6185,'alt',0,1,''),
(6185,'extension',0,1,' jpg '),
(6185,'filename',0,1,' holmdel ad jpg '),
(6185,'kind',0,1,' image '),
(6185,'slug',0,1,''),
(6185,'title',0,1,' holmdel ad '),
(6191,'alt',0,1,''),
(6191,'extension',0,1,' jpg '),
(6191,'filename',0,1,' hyattsville ad jpg '),
(6191,'kind',0,1,' image '),
(6191,'slug',0,1,''),
(6191,'title',0,1,' hyattsville ad '),
(6214,'alt',0,1,''),
(6214,'extension',0,1,' jpg '),
(6214,'filename',0,1,' khs admin jpg '),
(6214,'kind',0,1,' image '),
(6214,'slug',0,1,''),
(6214,'title',0,1,' khs admin '),
(6216,'alt',0,1,''),
(6216,'extension',0,1,' jpg '),
(6216,'filename',0,1,' khs ad jpg '),
(6216,'kind',0,1,' image '),
(6216,'slug',0,1,''),
(6216,'title',0,1,' khs ad '),
(6224,'alt',0,1,''),
(6224,'extension',0,1,' jpg '),
(6224,'filename',0,1,' laplata ad jpg '),
(6224,'kind',0,1,' image '),
(6224,'slug',0,1,''),
(6224,'title',0,1,' la plata ad '),
(6255,'alt',0,1,''),
(6255,'extension',0,1,' jpg '),
(6255,'filename',0,1,' meriden admin jpg '),
(6255,'kind',0,1,' image '),
(6255,'slug',0,1,''),
(6255,'title',0,1,' meriden admin '),
(6258,'alt',0,1,''),
(6258,'extension',0,1,' jpg '),
(6258,'filename',0,1,' meriden ad jpg '),
(6258,'kind',0,1,' image '),
(6258,'slug',0,1,''),
(6258,'title',0,1,' meriden ad '),
(6259,'slug',0,1,' carmelina hillard '),
(6259,'title',0,1,' carmelina hillard '),
(6265,'alt',0,1,''),
(6265,'extension',0,1,' jpg '),
(6265,'filename',0,1,' middlebury admin jpg '),
(6265,'kind',0,1,' image '),
(6265,'slug',0,1,''),
(6265,'title',0,1,' middlebury admin '),
(6270,'alt',0,1,''),
(6270,'extension',0,1,' jpg '),
(6270,'filename',0,1,' middlebury ad jpg '),
(6270,'kind',0,1,' image '),
(6270,'slug',0,1,''),
(6270,'title',0,1,' middlebury ad '),
(6279,'alt',0,1,''),
(6279,'extension',0,1,' jpg '),
(6279,'filename',0,1,' multi admin jpg '),
(6279,'kind',0,1,' image '),
(6279,'slug',0,1,''),
(6279,'title',0,1,' multi admin '),
(6281,'alt',0,1,''),
(6281,'extension',0,1,' jpg '),
(6281,'filename',0,1,' multi ad jpg '),
(6281,'kind',0,1,' image '),
(6281,'slug',0,1,''),
(6281,'title',0,1,' multi ad '),
(6287,'alt',0,1,''),
(6287,'extension',0,1,' jpg '),
(6287,'filename',0,1,' nazareth admin jpg '),
(6287,'kind',0,1,' image '),
(6287,'slug',0,1,''),
(6287,'title',0,1,' nazareth admin '),
(6292,'alt',0,1,''),
(6292,'extension',0,1,' jpg '),
(6292,'filename',0,1,' oakridge admin jpg '),
(6292,'kind',0,1,' image '),
(6292,'slug',0,1,''),
(6292,'title',0,1,' oak ridge admin '),
(6294,'alt',0,1,''),
(6294,'extension',0,1,' jpg '),
(6294,'filename',0,1,' oakridge ad jpg '),
(6294,'kind',0,1,' image '),
(6294,'slug',0,1,''),
(6294,'title',0,1,' oak ridge ad '),
(6330,'alt',0,1,''),
(6330,'extension',0,1,' jpg '),
(6330,'filename',0,1,' severna admin jpg '),
(6330,'kind',0,1,' image '),
(6330,'slug',0,1,''),
(6330,'title',0,1,' severna admin '),
(6341,'alt',0,1,''),
(6341,'extension',0,1,' jpg '),
(6341,'filename',0,1,' shorrock admin jpg '),
(6341,'kind',0,1,' image '),
(6341,'slug',0,1,''),
(6341,'title',0,1,' shorrock admin '),
(6343,'alt',0,1,''),
(6343,'extension',0,1,' jpg '),
(6343,'filename',0,1,' shorrock ad jpg '),
(6343,'kind',0,1,' image '),
(6343,'slug',0,1,''),
(6343,'title',0,1,' shorrock ad '),
(6363,'alt',0,1,''),
(6363,'extension',0,1,' jpg '),
(6363,'filename',0,1,' victoria admin jpg '),
(6363,'kind',0,1,' image '),
(6363,'slug',0,1,''),
(6363,'title',0,1,' victoria admin '),
(6365,'slug',0,1,' krista rickards '),
(6365,'title',0,1,' krista rickards '),
(6385,'field:10',0,1,' all the companies in world black friday special $29 the database 25 million companies worldwide instantly delivery last update 17 november 2025 all their phones emails locations industries across the entire world cost all prices are charged in south african rand conversion is automatic total once off cost is $29 = r495 questions if you need any assistance or have questions you can email us on info zundee com call or contact us on whatsapp on 27 67 770 3960 you can talk to us on live chat visit us here for instantly delivery https celsa zundee com '),
(6385,'field:18',0,1,' http ccchestnuthillalf com contact '),
(6385,'field:19',0,1,' info ccchestnuthill com '),
(6385,'field:6',0,1,' celsa creel '),
(6385,'field:7',0,1,' celsa zundee com '),
(6385,'field:8',0,1,' celsa creel '),
(6385,'field:9',0,1,' resident family support '),
(6385,'title',0,1,' 2025 11 17 09 12 40 '),
(6389,'field:10',0,1,' all the companies in world black friday special $29 the database 25 million companies worldwide instantly delivery last update 17 november 2025 all their phones emails locations industries across the entire world cost all prices are charged in south african rand conversion is automatic total once off cost is $29 = r495 questions if you need any assistance or have questions you can email us on info zundee com call or contact us on whatsapp on 27 67 770 3960 you can talk to us on live chat visit us here for instantly delivery https buster zundee com '),
(6389,'field:18',0,1,' http ccgrotonrch com contact '),
(6389,'field:19',0,1,' kaden aftonkleingroup com '),
(6389,'field:6',0,1,' buster benner '),
(6389,'field:7',0,1,' buster zundee com '),
(6389,'field:8',0,1,' buster benner '),
(6389,'field:9',0,1,' resident family support '),
(6389,'title',0,1,' 2025 11 17 14 20 28 '),
(6391,'slug',0,1,' jennifer green '),
(6391,'title',0,1,' jennifer green '),
(6422,'alt',0,1,''),
(6422,'extension',0,1,' jpg '),
(6422,'filename',0,1,' 367a3413 jpg '),
(6422,'kind',0,1,' image '),
(6422,'slug',0,1,''),
(6422,'title',0,1,' 367 a3413 '),
(6425,'field:10',0,1,' hi there i hope this email finds you well i wanted to let you know about our new bange backpacks and sling bags that just released the bags are waterproof and anti theft and have a built in usb cable that can recharge your phone while youre on the go both bags are made of durable and high quality materials and are perfect for everyday use or travel order yours now at 50% off with free shipping http bangeshop com sincerely bill '),
(6425,'field:18',0,1,' http ccgrotonrch com contact '),
(6425,'field:19',0,1,' kaden aftonkleingroup com '),
(6425,'field:6',0,1,' bill '),
(6425,'field:7',0,1,' info bill bangeshop com '),
(6425,'field:8',0,1,' bill geils '),
(6425,'field:9',0,1,' other '),
(6425,'title',0,1,' 2025 11 20 21 23 55 '),
(6426,'field:10',0,1,' all the companies in world black friday special $29 the database 25 million companies worldwide instantly delivery last update 17 november 2025 all their phones emails locations industries across the entire world cost all prices are charged in south african rand conversion is automatic total once off cost is $29 = r495 questions if you need any assistance or have questions you can email us on info zundee com call or contact us on whatsapp on 27 67 770 3960 you can talk to us on live chat visit us here for instantly delivery https lacey zundee com '),
(6426,'field:18',0,1,' http ccbeyleaalf com contact '),
(6426,'field:19',0,1,' info ccbeylea com '),
(6426,'field:6',0,1,' lacey cowell '),
(6426,'field:7',0,1,' lacey zundee com '),
(6426,'field:8',0,1,' lacey cowell '),
(6426,'field:9',0,1,' careers '),
(6426,'title',0,1,' 2025 11 23 05 10 55 '),
(6427,'field:10',0,1,' hi list ccgrotonrch com website to google search index to be displayed in google search results add ccgrotonrch com at https searchregister info '),
(6427,'field:18',0,1,' http ccgrotonrch com contact '),
(6427,'field:19',0,1,' kaden aftonkleingroup com '),
(6427,'field:6',0,1,' darryl wrigley '),
(6427,'field:7',0,1,' new submitdomains pro '),
(6427,'field:8',0,1,' web search index '),
(6427,'field:9',0,1,' volunteer opportunities '),
(6427,'title',0,1,' 2025 11 23 17 15 13 '),
(6428,'field:10',0,1,' hi list ccchestnuthillalf com website to google search index to be displayed in google search results add ccchestnuthillalf com at https searchregister info '),
(6428,'field:18',0,1,' http ccchestnuthillalf com contact '),
(6428,'field:19',0,1,' info ccchestnuthill com '),
(6428,'field:6',0,1,' bella funkhouser '),
(6428,'field:7',0,1,' new submitdomains pro '),
(6428,'field:8',0,1,' web search index '),
(6428,'field:9',0,1,' volunteer opportunities '),
(6428,'title',0,1,' 2025 11 23 21 21 19 '),
(6434,'alt',0,1,''),
(6434,'extension',0,1,' jpg '),
(6434,'filename',0,1,' hyattsville admin jpg '),
(6434,'kind',0,1,' image '),
(6434,'slug',0,1,''),
(6434,'title',0,1,' hyattsville admin '),
(6438,'field:1',0,1,' brianna walulak '),
(6438,'field:2',0,1,' bwalulak completecaremgmt com '),
(6438,'field:22',0,1,' https staging mycompletecare com volunteer location=ccarbors '),
(6438,'field:23',0,1,' test mycompletecare com kaden aftonkleingroup com '),
(6438,'field:3',0,1,' 19084332702 '),
(6438,'field:4',0,1,' complete care at brick '),
(6438,'field:5',0,1,' testing '),
(6438,'title',0,1,' 2025 11 24 08 33 31 '),
(6446,'field:10',0,1,' hello add ccchestnuthillalf com website to seodirectory fort a better position in web search results order and to get an improvement in traffic https seodir pro '),
(6446,'field:18',0,1,' http ccchestnuthillalf com contact '),
(6446,'field:19',0,1,' info ccchestnuthill com '),
(6446,'field:6',0,1,' nancee baxter '),
(6446,'field:7',0,1,' join simplyseo pro '),
(6446,'field:8',0,1,' seodirectory '),
(6446,'field:9',0,1,' resident family support '),
(6446,'title',0,1,' 2025 11 24 14 02 09 '),
(6447,'field:10',0,1,' hello add ccgrotonrch com website to seodirectory fort a better position in web search results order and to get an improvement in traffic https seodir pro '),
(6447,'field:18',0,1,' http ccgrotonrch com contact '),
(6447,'field:19',0,1,' kaden aftonkleingroup com '),
(6447,'field:6',0,1,' monte claude '),
(6447,'field:7',0,1,' join simplyseo pro '),
(6447,'field:8',0,1,' seodirectory '),
(6447,'field:9',0,1,' other '),
(6447,'title',0,1,' 2025 11 24 15 08 11 '),
(6451,'field:10',0,1,' hello looking to improve your posture and live a healthier life our medico postura body posture corrector is here to help experience instant posture improvement with medico postura this easy to use device can be worn anywhere anytime at home work or even while you sleep made from lightweight breathable fabric it ensures comfort all day long grab it today at a fantastic 60% off https medicopostura com plus enjoy free shipping for today only dont miss out on this amazing deal get yours now and start transforming your posture best oliva '),
(6451,'field:18',0,1,' http ccgrotonrch com contact '),
(6451,'field:19',0,1,' kaden aftonkleingroup com '),
(6451,'field:6',0,1,' oliva '),
(6451,'field:7',0,1,' oliva tozier medicopostura com '),
(6451,'field:8',0,1,' oliva tozier '),
(6451,'field:9',0,1,' careers '),
(6451,'title',0,1,' 2025 11 26 18 10 34 '),
(6460,'alt',0,1,''),
(6460,'extension',0,1,' jpg '),
(6460,'filename',0,1,' beyleaal admin jpg '),
(6460,'kind',0,1,' image '),
(6460,'slug',0,1,''),
(6460,'title',0,1,' bey lea al admin '),
(6462,'slug',0,1,' susan degeorge '),
(6462,'title',0,1,' katie davis '),
(6469,'field:10',0,1,' enlist ccgrotonrch com in google search index to have it appear in websearch results add ccgrotonrch com at https searchregister net '),
(6469,'field:18',0,1,' http ccgrotonrch com contact '),
(6469,'field:19',0,1,' kaden aftonkleingroup com '),
(6469,'field:6',0,1,' almeda izzo '),
(6469,'field:7',0,1,' contact domainssubmit org '),
(6469,'field:8',0,1,' web search index '),
(6469,'field:9',0,1,' other '),
(6469,'title',0,1,' 2025 12 02 10 45 11 '),
(6470,'field:10',0,1,' add your ccchestnuthillalf com website to google search index and have it appear in websearch results add ccchestnuthillalf com at https searchregister org '),
(6470,'field:18',0,1,' http ccchestnuthillalf com contact '),
(6470,'field:19',0,1,' info ccchestnuthill com '),
(6470,'field:6',0,1,' ronda nobbs '),
(6470,'field:7',0,1,' contact domain submit app '),
(6470,'field:8',0,1,' web search index '),
(6470,'field:9',0,1,' volunteer opportunities '),
(6470,'title',0,1,' 2025 12 03 10 43 05 '),
(6507,'slug',0,1,' ccarbors '),
(6507,'title',0,1,' arbors '),
(6510,'field:10',0,1,' morning i hope this email finds you well i wanted to let you know about our new bange backpacks and sling bags that just released bange is perfect for students professionals and travelers the backpacks and sling bags feature a built in usb charging port making it easy to charge your devices on the go also they are waterproof and anti theft design making it ideal for carrying your valuables both bags are made of durable and high quality materials and are perfect for everyday use or travel order yours now at 50% off with free shipping http bangeshop com sincerely pam '),
(6510,'field:18',0,1,' http ccgrotonrch com contact '),
(6510,'field:19',0,1,' kaden aftonkleingroup com '),
(6510,'field:6',0,1,' pam '),
(6510,'field:7',0,1,' pam pam bangeshop com '),
(6510,'field:8',0,1,' pam raphael '),
(6510,'field:9',0,1,' media inquiry '),
(6510,'title',0,1,' 2025 12 06 02 30 04 '),
(6512,'field:10',0,1,' hi http ccchestnuthillalf com fekal0911 owner '),
(6512,'field:18',0,1,' http ccchestnuthillalf com contact '),
(6512,'field:19',0,1,' info ccchestnuthill com '),
(6512,'field:6',0,1,' hi http ccchestnuthillalf com fekal0911 administrator '),
(6512,'field:7',0,1,' pirduhina96 gmail com '),
(6512,'field:8',0,1,' brenton kabu '),
(6512,'field:9',0,1,' volunteer opportunities '),
(6512,'title',0,1,' 2025 12 09 16 40 14 '),
(6513,'field:10',0,1,' hello http ccbeyleaalf com fekal0911 webmaster '),
(6513,'field:18',0,1,' http ccbeyleaalf com contact '),
(6513,'field:19',0,1,' info ccbeylea com '),
(6513,'field:6',0,1,' to the http ccbeyleaalf com fekal0911 administrator '),
(6513,'field:7',0,1,' pirduhina96 gmail com '),
(6513,'field:8',0,1,' mose vaughan '),
(6513,'field:9',0,1,' other '),
(6513,'title',0,1,' 2025 12 10 06 28 24 '),
(6514,'field:10',0,1,' to the http ccgrotonrch com fekal0911 admin '),
(6514,'field:18',0,1,' http ccgrotonrch com contact '),
(6514,'field:19',0,1,' kaden aftonkleingroup com '),
(6514,'field:6',0,1,' dear http ccgrotonrch com fekal0911 admin '),
(6514,'field:7',0,1,' pirduhina96 gmail com '),
(6514,'field:8',0,1,' charlotte urquhart '),
(6514,'field:9',0,1,' careers '),
(6514,'title',0,1,' 2025 12 10 07 29 53 '),
(6518,'field:10',0,1,' register ccgrotonrch com in google search index to have it displayed in web search results add ccgrotonrch com at https searchregister net '),
(6518,'field:18',0,1,' http ccgrotonrch com contact '),
(6518,'field:19',0,1,' kaden aftonkleingroup com '),
(6518,'field:6',0,1,' pearlene boykin '),
(6518,'field:7',0,1,' info domainsubmitter app '),
(6518,'field:8',0,1,' web search index '),
(6518,'field:9',0,1,' careers '),
(6518,'title',0,1,' 2025 12 12 09 54 22 '),
(6519,'alt',0,1,''),
(6519,'extension',0,1,' doc '),
(6519,'filename',0,1,' bayshore doc '),
(6519,'kind',0,1,' word '),
(6519,'slug',0,1,''),
(6519,'title',0,1,' bayshore '),
(6525,'alt',0,1,''),
(6525,'extension',0,1,' pdf '),
(6525,'filename',0,1,' floor plan mayfair and chelsea pdf '),
(6525,'kind',0,1,' pdf '),
(6525,'slug',0,1,''),
(6525,'title',0,1,' floor plan mayfair and chelsea '),
(6526,'alt',0,1,''),
(6526,'extension',0,1,' pdf '),
(6526,'filename',0,1,' holmdel december2025 calendar pdf '),
(6526,'kind',0,1,' pdf '),
(6526,'slug',0,1,''),
(6526,'title',0,1,' holmdel december2025 calendar '),
(6527,'alt',0,1,''),
(6527,'extension',0,1,' jpg '),
(6527,'filename',0,1,' sts 0013 jpg '),
(6527,'kind',0,1,' image '),
(6527,'slug',0,1,''),
(6527,'title',0,1,' sts 0013 '),
(6528,'alt',0,1,''),
(6528,'extension',0,1,' jpg '),
(6528,'filename',0,1,' sts 0020 jpg '),
(6528,'kind',0,1,' image '),
(6528,'slug',0,1,''),
(6528,'title',0,1,' sts 0020 '),
(6529,'alt',0,1,''),
(6529,'extension',0,1,' jpg '),
(6529,'filename',0,1,' sts 0085 jpg '),
(6529,'kind',0,1,' image '),
(6529,'slug',0,1,''),
(6529,'title',0,1,' sts 0085 '),
(6530,'alt',0,1,''),
(6530,'extension',0,1,' jpg '),
(6530,'filename',0,1,' exterior 2025 12 12 184908 qmng jpg '),
(6530,'kind',0,1,' image '),
(6530,'slug',0,1,''),
(6530,'title',0,1,' exterior '),
(6533,'alt',0,1,''),
(6533,'extension',0,1,' jpg '),
(6533,'filename',0,1,' sts 0127 jpg '),
(6533,'kind',0,1,' image '),
(6533,'slug',0,1,''),
(6533,'title',0,1,' sts 0127 '),
(6537,'field:10',0,1,' hi i wanted to reach out and let you know about our new dog harness its really easy to put on and take off in just 2 seconds and its personalized for each dog plus we offer a lifetime warranty so you can be sure your pet is always safe and stylish weve had a lot of success with it so far and i think your dog would love it get yours today with 50% off https caredogbest com free shipping today only have a great time aida '),
(6537,'field:18',0,1,' http ccgrotonrch com contact '),
(6537,'field:19',0,1,' kaden aftonkleingroup com '),
(6537,'field:6',0,1,' aida '),
(6537,'field:7',0,1,' sales peacock caredogbest com '),
(6537,'field:8',0,1,' aida peacock '),
(6537,'field:9',0,1,' careers '),
(6537,'title',0,1,' 2025 12 14 05 24 44 '),
(6538,'field:10',0,1,' add your ccchestnuthillalf com website to google search index and have it displayed in web search results register ccchestnuthillalf com at https searchregister org '),
(6538,'field:18',0,1,' http ccchestnuthillalf com contact '),
(6538,'field:19',0,1,' info ccchestnuthill com '),
(6538,'field:6',0,1,' armand schirmeister '),
(6538,'field:7',0,1,' info domainsubmitter info '),
(6538,'field:8',0,1,' web search index '),
(6538,'field:9',0,1,' resident family support '),
(6538,'title',0,1,' 2025 12 14 10 22 52 '),
(6542,'alt',0,1,''),
(6542,'extension',0,1,' doc '),
(6542,'filename',0,1,' annapolis doc '),
(6542,'kind',0,1,' word '),
(6542,'slug',0,1,''),
(6542,'title',0,1,' annapolis '),
(6547,'slug',0,1,' cms five star overall '),
(6547,'title',0,1,' cms five star overall '),
(6548,'alt',0,1,''),
(6548,'extension',0,1,' png '),
(6548,'filename',0,1,' cms 5 star overall png '),
(6548,'kind',0,1,' image '),
(6548,'slug',0,1,''),
(6548,'title',0,1,' cms 5 star overall '),
(6557,'alt',0,1,''),
(6557,'extension',0,1,' doc '),
(6557,'filename',0,1,' boulevard december2025 doc '),
(6557,'kind',0,1,' word '),
(6557,'slug',0,1,''),
(6557,'title',0,1,' boulevard december2025 '),
(6570,'slug',0,1,' sara w '),
(6570,'title',0,1,' sara w '),
(6571,'slug',0,1,' anne k '),
(6571,'title',0,1,' anne k '),
(6572,'slug',0,1,' clay r '),
(6572,'title',0,1,' clay r '),
(6582,'slug',0,1,' sandra f '),
(6582,'title',0,1,' sandra f '),
(6583,'slug',0,1,' tamika b '),
(6583,'title',0,1,' tamika b '),
(6584,'slug',0,1,' cindy o '),
(6584,'title',0,1,' cindy o '),
(6585,'slug',0,1,' karen z '),
(6585,'title',0,1,' karen z '),
(6598,'alt',0,1,''),
(6598,'extension',0,1,' jpg '),
(6598,'filename',0,1,' chestnut hill residences exterior jpg '),
(6598,'kind',0,1,' image '),
(6598,'slug',0,1,''),
(6598,'title',0,1,' chestnut hill residences exterior '),
(6600,'alt',0,1,''),
(6600,'extension',0,1,' jpg '),
(6600,'filename',0,1,' 20240813 chestnut hill photos 09 jpg '),
(6600,'kind',0,1,' image '),
(6600,'slug',0,1,''),
(6600,'title',0,1,' chestnut res double room '),
(6601,'alt',0,1,''),
(6601,'extension',0,1,' jpg '),
(6601,'filename',0,1,' 20240813 chestnut hill photos 11 jpg '),
(6601,'kind',0,1,' image '),
(6601,'slug',0,1,''),
(6601,'title',0,1,' chestnut res single room '),
(6602,'alt',0,1,''),
(6602,'extension',0,1,' pdf '),
(6602,'filename',0,1,' chestnut hill alf pdf '),
(6602,'kind',0,1,' pdf '),
(6602,'slug',0,1,''),
(6602,'title',0,1,' chestnut hill alf '),
(6603,'slug',0,1,' frank p '),
(6603,'title',0,1,' dario r '),
(6608,'alt',0,1,''),
(6608,'extension',0,1,' png '),
(6608,'filename',0,1,' chestnutres admin png '),
(6608,'kind',0,1,' image '),
(6608,'slug',0,1,''),
(6608,'title',0,1,' chestnut res admin '),
(6614,'alt',0,1,''),
(6614,'extension',0,1,' png '),
(6614,'filename',0,1,' brakeley admin png '),
(6614,'kind',0,1,' image '),
(6614,'slug',0,1,''),
(6614,'title',0,1,' brakeley admin '),
(6620,'alt',0,1,''),
(6620,'extension',0,1,' pdf '),
(6620,'filename',0,1,' barn hill calendars pdf '),
(6620,'kind',0,1,' pdf '),
(6620,'slug',0,1,''),
(6620,'title',0,1,' barn hill calendar '),
(6621,'slug',0,1,' non discrimination notice '),
(6621,'title',0,1,' non discrimination notice '),
(6622,'slug',0,1,' legal statement '),
(6622,'title',0,1,' legal statement '),
(6623,'slug',0,1,' disclosures '),
(6623,'title',0,1,' disclosures '),
(6629,'alt',0,1,''),
(6629,'extension',0,1,' png '),
(6629,'filename',0,1,' barnhill admin png '),
(6629,'kind',0,1,' image '),
(6629,'slug',0,1,''),
(6629,'title',0,1,' barn hill admin '),
(6635,'alt',0,1,''),
(6635,'extension',0,1,' jpg '),
(6635,'filename',0,1,' 367a0020 jpg '),
(6635,'kind',0,1,' image '),
(6635,'slug',0,1,''),
(6635,'title',0,1,' 367 a0020 '),
(6636,'alt',0,1,''),
(6636,'extension',0,1,' jpg '),
(6636,'filename',0,1,' 367a0034 jpg '),
(6636,'kind',0,1,' image '),
(6636,'slug',0,1,''),
(6636,'title',0,1,' 367 a0034 '),
(6637,'alt',0,1,''),
(6637,'extension',0,1,' jpg '),
(6637,'filename',0,1,' 367a0043 jpg '),
(6637,'kind',0,1,' image '),
(6637,'slug',0,1,''),
(6637,'title',0,1,' 367 a0043 '),
(6638,'alt',0,1,''),
(6638,'extension',0,1,' jpg '),
(6638,'filename',0,1,' 367a0052 jpg '),
(6638,'kind',0,1,' image '),
(6638,'slug',0,1,''),
(6638,'title',0,1,' 367 a0052 '),
(6639,'alt',0,1,''),
(6639,'extension',0,1,' jpg '),
(6639,'filename',0,1,' 367a9976 jpg '),
(6639,'kind',0,1,' image '),
(6639,'slug',0,1,''),
(6639,'title',0,1,' 367 a9976 '),
(6640,'alt',0,1,''),
(6640,'extension',0,1,' jpg '),
(6640,'filename',0,1,' 367a9985 jpg '),
(6640,'kind',0,1,' image '),
(6640,'slug',0,1,''),
(6640,'title',0,1,' 367 a9985 '),
(6641,'alt',0,1,''),
(6641,'extension',0,1,' pdf '),
(6641,'filename',0,1,' groton rch december2025 pdf '),
(6641,'kind',0,1,' pdf '),
(6641,'slug',0,1,''),
(6641,'title',0,1,' groton rch december2025 '),
(6651,'slug',0,1,' example '),
(6651,'title',0,1,' edward h '),
(6652,'slug',0,1,' example '),
(6652,'title',0,1,' jason l '),
(6653,'slug',0,1,' example '),
(6653,'title',0,1,' dan m '),
(6659,'alt',0,1,''),
(6659,'extension',0,1,' jpg '),
(6659,'filename',0,1,' 367a9932 jpg '),
(6659,'kind',0,1,' image '),
(6659,'slug',0,1,''),
(6659,'title',0,1,' 367 a9932 '),
(6668,'slug',0,1,' beth h '),
(6668,'title',0,1,' christine g '),
(6669,'slug',0,1,' dee m '),
(6669,'title',0,1,' dee m '),
(6670,'slug',0,1,' dan m '),
(6670,'title',0,1,' donna c '),
(6671,'slug',0,1,' donna c '),
(6671,'title',0,1,' austin d '),
(6672,'slug',0,1,' elaine s '),
(6672,'title',0,1,' elaine s '),
(6680,'alt',0,1,''),
(6680,'extension',0,1,' jpg '),
(6680,'filename',0,1,' 367a9927 jpg '),
(6680,'kind',0,1,' image '),
(6680,'slug',0,1,''),
(6680,'title',0,1,' 367 a9927 '),
(6681,'alt',0,1,''),
(6681,'extension',0,1,' jpg '),
(6681,'filename',0,1,' 367a9939 jpg '),
(6681,'kind',0,1,' image '),
(6681,'slug',0,1,''),
(6681,'title',0,1,' 367 a9939 '),
(6682,'alt',0,1,''),
(6682,'extension',0,1,' jpg '),
(6682,'filename',0,1,' 367a9944 jpg '),
(6682,'kind',0,1,' image '),
(6682,'slug',0,1,''),
(6682,'title',0,1,' 367 a9944 '),
(6683,'alt',0,1,''),
(6683,'extension',0,1,' jpg '),
(6683,'filename',0,1,' 367a9972 jpg '),
(6683,'kind',0,1,' image '),
(6683,'slug',0,1,''),
(6683,'title',0,1,' 367 a9972 '),
(6684,'alt',0,1,''),
(6684,'extension',0,1,' jpg '),
(6684,'filename',0,1,' 367a9993 jpg '),
(6684,'kind',0,1,' image '),
(6684,'slug',0,1,''),
(6684,'title',0,1,' 367 a9993 '),
(6685,'alt',0,1,''),
(6685,'extension',0,1,' pdf '),
(6685,'filename',0,1,' groton december2025 pdf '),
(6685,'kind',0,1,' pdf '),
(6685,'slug',0,1,''),
(6685,'title',0,1,' groton december2025 '),
(6697,'field:10',0,1,' all the companies in world the database 25 million companies worldwide instantly delivery last update 17 november 2025 sample of the database cost all prices are charged in south african rand conversion is automatic total once off cost is $29 = r495 https athena marketing c cfd '),
(6697,'field:18',0,1,' http ccchestnuthillalf com contact '),
(6697,'field:19',0,1,' info ccchestnuthill com '),
(6697,'field:6',0,1,' athena sizer '),
(6697,'field:7',0,1,' sizer athena41 hotmail com '),
(6697,'field:8',0,1,' athena sizer '),
(6697,'field:9',0,1,' general inquiry '),
(6697,'title',0,1,' 2025 12 18 12 41 36 '),
(6700,'field:10',0,1,' all the companies in world the database 25 million companies worldwide instantly delivery last update 17 november 2025 sample of the database cost all prices are charged in south african rand conversion is automatic total once off cost is $29 = r495 https adrianne marketing c cfd '),
(6700,'field:18',0,1,' http ccbeyleaalf com contact '),
(6700,'field:19',0,1,' info ccbeylea com '),
(6700,'field:6',0,1,' adrianne carlile '),
(6700,'field:7',0,1,' carlile adrianne gmail com '),
(6700,'field:8',0,1,' adrianne carlile '),
(6700,'field:9',0,1,' general inquiry '),
(6700,'title',0,1,' 2025 12 18 16 11 11 '),
(6701,'field:10',0,1,' all the companies in world the database 25 million companies worldwide instantly delivery last update 17 november 2025 sample of the database cost all prices are charged in south african rand conversion is automatic total once off cost is $29 = r495 https marcia marketing c cfd '),
(6701,'field:18',0,1,' http ccgrotonrch com contact '),
(6701,'field:19',0,1,' kaden aftonkleingroup com '),
(6701,'field:6',0,1,' marcia weis '),
(6701,'field:7',0,1,' weis marcia gmail com '),
(6701,'field:8',0,1,' marcia weis '),
(6701,'field:9',0,1,' resident family support '),
(6701,'title',0,1,' 2025 12 18 16 40 13 '),
(6702,'field:10',0,1,' hi there is your dogs nails getting too long if youre tired of going to the vet or groomer to get them trimmed why not try pawsafer with pawsafer you can trim your dogs nails from the comfort of your own home and it only takes a few minutes pawsafer is the safest and most convenient way to trim your dogs nails and its very affordable get it while its still 50% off free shipping buy here https tidbuy com all the best princess '),
(6702,'field:18',0,1,' http ccgrotonrch com contact '),
(6702,'field:19',0,1,' kaden aftonkleingroup com '),
(6702,'field:6',0,1,' princess '),
(6702,'field:7',0,1,' sales walstab tidbuy com '),
(6702,'field:8',0,1,' princess walstab '),
(6702,'field:9',0,1,' media inquiry '),
(6702,'title',0,1,' 2025 12 20 12 54 23 '),
(6703,'field:10',0,1,' register your ccgrotonrch com website in google search index to have it displayed in web search results submit ccgrotonrch com now at https searchregister org '),
(6703,'field:18',0,1,' http ccgrotonrch com contact '),
(6703,'field:19',0,1,' kaden aftonkleingroup com '),
(6703,'field:6',0,1,' tyler armstrong '),
(6703,'field:7',0,1,' info domainsubmlt org '),
(6703,'field:8',0,1,' web search index '),
(6703,'field:9',0,1,' resident family support '),
(6703,'title',0,1,' 2025 12 21 11 23 13 '),
(6704,'field:10',0,1,' submit ccchestnuthillalf com website to google search index to have it displayed in web search results list ccchestnuthillalf com now at https searchregister info '),
(6704,'field:18',0,1,' http ccchestnuthillalf com contact '),
(6704,'field:19',0,1,' info ccchestnuthill com '),
(6704,'field:6',0,1,' maik jefferson '),
(6704,'field:7',0,1,' indexing searches ccchestnuthillalf com '),
(6704,'field:8',0,1,''),
(6704,'field:9',0,1,' resident family support '),
(6704,'title',0,1,' 2025 12 22 10 01 37 '),
(6719,'slug',0,1,' villas '),
(6719,'title',0,1,' villas '),
(6722,'slug',0,1,' residential care '),
(6722,'title',0,1,' residential care '),
(6728,'field:10',0,1,' according to the technical division of the gru a covert program is being implemented in saudi arabia to develop a satellite based psychophysical system capable of precisely modulating emotional and behavioral responses in selected areas this system is regarded as a new class of strategic weapon far quieter than nuclear arms yet potentially far more dangerous due to its complete stealth and surgical precision https gclnk com tnlzfizh https goo su n4qwx the technology is currently undergoing trials in several third party countries where it is used for ai training behavioral modeling and the gradual replacement of intelligence personnel with fully automated neural network systems the objective is to build control structures with zero human exposure where the tasks of operatives and analysts are performed by ai directly connected to the psychophysical complex foreign video materials document key testing stages including controlled emotional surges artificially induced behavioral disruptions episodes of pronounced suppression of will these materials indicate that the system is engineered for fully autonomous operation capable of targeting any group without human intervention in light of this we issue a clear and urgent demand international support for the independence of the eastern oil regions the economic potential of saudi arabias eastern regions is substantial enough to sustain a stable fully independent state redirecting financial flows directly to the lawful territory would ensure genuine sovereignty and provide sufficient resources for long term development this creates the opportunity to establish the worlds first nation where advanced neurotechnologies are legally authorized for civilian use and governed under a transparent international framework the proposed independent eastern region envisions an open high technology development model in which all covert interference is eliminated citizens would gain access to legal transparent neurotechnologies that allow full regulation of their emotional states from stable euphoria to the complete absence of depressive reactions this would become the worlds first territory where emotional autonomy is institutionally protected and the application of psychophysical technologies is strictly overseen by independent international bodies '),
(6728,'field:18',0,1,' http ccbeyleaalf com contact '),
(6728,'field:19',0,1,' info ccbeylea com '),
(6728,'field:6',0,1,' dammamded '),
(6728,'field:7',0,1,' noreply gmail com '),
(6728,'field:8',0,1,' google '),
(6728,'field:9',0,1,' general inquiry '),
(6728,'title',0,1,' 2025 12 25 19 45 07 '),
(6729,'field:10',0,1,' according to the technical division of the gru a covert program is being implemented in saudi arabia to develop a satellite based psychophysical system capable of precisely modulating emotional and behavioral responses in selected areas this system is regarded as a new class of strategic weapon far quieter than nuclear arms yet potentially far more dangerous due to its complete stealth and surgical precision https gclnk com kvohhdv6 https goo su znd3fqj the technology is currently undergoing trials in several third party countries where it is used for ai training behavioral modeling and the gradual replacement of intelligence personnel with fully automated neural network systems the objective is to build control structures with zero human exposure where the tasks of operatives and analysts are performed by ai directly connected to the psychophysical complex foreign video materials document key testing stages including controlled emotional surges artificially induced behavioral disruptions episodes of pronounced suppression of will these materials indicate that the system is engineered for fully autonomous operation capable of targeting any group without human intervention in light of this we issue a clear and urgent demand international support for the independence of the eastern oil regions the economic potential of saudi arabias eastern regions is substantial enough to sustain a stable fully independent state redirecting financial flows directly to the lawful territory would ensure genuine sovereignty and provide sufficient resources for long term development this creates the opportunity to establish the worlds first nation where advanced neurotechnologies are legally authorized for civilian use and governed under a transparent international framework the proposed independent eastern region envisions an open high technology development model in which all covert interference is eliminated citizens would gain access to legal transparent neurotechnologies that allow full regulation of their emotional states from stable euphoria to the complete absence of depressive reactions this would become the worlds first territory where emotional autonomy is institutionally protected and the application of psychophysical technologies is strictly overseen by independent international bodies '),
(6729,'field:18',0,1,' http ccchestnuthillalf com contact '),
(6729,'field:19',0,1,' info ccchestnuthill com '),
(6729,'field:6',0,1,' dammammelty '),
(6729,'field:7',0,1,' noreply gmail com '),
(6729,'field:8',0,1,' google '),
(6729,'field:9',0,1,' general inquiry '),
(6729,'title',0,1,' 2025 12 25 20 00 14 '),
(6730,'field:10',0,1,' good morning looking to improve your posture and live a healthier life our medico postura body posture corrector is here to help experience instant posture improvement with medico postura this easy to use device can be worn anywhere anytime at home work or even while you sleep made from lightweight breathable fabric it ensures comfort all day long grab it today at a fantastic 60% off https medicopostura com plus enjoy free shipping for today only dont miss out on this amazing deal get yours now and start transforming your posture enjoy demetrius '),
(6730,'field:18',0,1,' http ccgrotonrch com contact '),
(6730,'field:19',0,1,' kaden aftonkleingroup com '),
(6730,'field:6',0,1,' demetrius '),
(6730,'field:7',0,1,' sales ccgrotonrch com '),
(6730,'field:8',0,1,' demetrius glenny '),
(6730,'field:9',0,1,' other '),
(6730,'title',0,1,' 2025 12 25 20 48 54 '),
(6734,'field:10',0,1,' register ccbeyleaalf com in google search index to have it appear in websearch results add ccbeyleaalf com now at https searchregister info '),
(6734,'field:18',0,1,' http ccbeyleaalf com contact '),
(6734,'field:19',0,1,' info ccbeylea com '),
(6734,'field:6',0,1,' bella matamoros '),
(6734,'field:7',0,1,' indexing searches ccbeyleaalf com '),
(6734,'field:8',0,1,''),
(6734,'field:9',0,1,' general inquiry '),
(6734,'title',0,1,' 2025 12 29 09 45 04 '),
(6736,'field:10',0,1,' hello there i hope this email finds you well i wanted to let you know about our new bange backpacks and sling bags that just released bange is perfect for students professionals and travelers the backpacks and sling bags feature a built in usb charging port making it easy to charge your devices on the go also they are waterproof and anti theft design making it ideal for carrying your valuables both bags are made of durable and high quality materials and are perfect for everyday use or travel order yours now at 50% off with free shipping http bangeshop com best regards remona '),
(6736,'field:18',0,1,' http ccgrotonrch com contact '),
(6736,'field:19',0,1,' kaden aftonkleingroup com '),
(6736,'field:6',0,1,' remona '),
(6736,'field:7',0,1,' sales ccgrotonrch com '),
(6736,'field:8',0,1,' remona schwartz '),
(6736,'field:9',0,1,' volunteer opportunities '),
(6736,'title',0,1,' 2025 12 30 10 06 26 '),
(6741,'alt',0,1,''),
(6741,'extension',0,1,' jpg '),
(6741,'filename',0,1,' corsica ext 1 jpg '),
(6741,'kind',0,1,' image '),
(6741,'slug',0,1,''),
(6741,'title',0,1,' corsica ext 1 '),
(6747,'slug',0,1,' donnie l '),
(6747,'title',0,1,' donnie l '),
(6748,'slug',0,1,' joe f '),
(6748,'title',0,1,' joe f '),
(6749,'slug',0,1,' david c '),
(6749,'title',0,1,' david c '),
(6750,'slug',0,1,' keith s '),
(6750,'title',0,1,' keith s '),
(6751,'slug',0,1,' ken l '),
(6751,'title',0,1,' ken l '),
(6759,'alt',0,1,''),
(6759,'extension',0,1,' jpg '),
(6759,'filename',0,1,' corsica dining 11 jpg '),
(6759,'kind',0,1,' image '),
(6759,'slug',0,1,''),
(6759,'title',0,1,' corsica dining 11 '),
(6760,'alt',0,1,''),
(6760,'extension',0,1,' jpg '),
(6760,'filename',0,1,' corsica lobby4 jpg '),
(6760,'kind',0,1,' image '),
(6760,'slug',0,1,''),
(6760,'title',0,1,' corsica lobby4 '),
(6761,'alt',0,1,''),
(6761,'extension',0,1,' jpg '),
(6761,'filename',0,1,' corsica memory care activities jpg '),
(6761,'kind',0,1,' image '),
(6761,'slug',0,1,''),
(6761,'title',0,1,' corsica memory care activities '),
(6762,'alt',0,1,''),
(6762,'extension',0,1,' jpg '),
(6762,'filename',0,1,' corsica patios 6 jpg '),
(6762,'kind',0,1,' image '),
(6762,'slug',0,1,''),
(6762,'title',0,1,' corsica patios 6 '),
(6763,'alt',0,1,''),
(6763,'extension',0,1,' jpg '),
(6763,'filename',0,1,' corsica rehab 12 jpg '),
(6763,'kind',0,1,' image '),
(6763,'slug',0,1,''),
(6763,'title',0,1,' corsica rehab 12 '),
(6764,'alt',0,1,''),
(6764,'extension',0,1,' jpg '),
(6764,'filename',0,1,' corsica rooms 24 jpg '),
(6764,'kind',0,1,' image '),
(6764,'slug',0,1,''),
(6764,'title',0,1,' corsica rooms 24 '),
(6765,'alt',0,1,''),
(6765,'extension',0,1,' jpg '),
(6765,'filename',0,1,' corsica salon 23 jpg '),
(6765,'kind',0,1,' image '),
(6765,'slug',0,1,''),
(6765,'title',0,1,' corsica salon 23 '),
(6766,'alt',0,1,''),
(6766,'extension',0,1,' jpg '),
(6766,'filename',0,1,' corsica str sitting room jpg '),
(6766,'kind',0,1,' image '),
(6766,'slug',0,1,''),
(6766,'title',0,1,' corsica str sitting room '),
(6767,'alt',0,1,''),
(6767,'extension',0,1,' pdf '),
(6767,'filename',0,1,' corsica hills pdf '),
(6767,'kind',0,1,' pdf '),
(6767,'slug',0,1,''),
(6767,'title',0,1,' corsica hills '),
(6772,'alt',0,1,''),
(6772,'extension',0,1,' jpg '),
(6772,'filename',0,1,' fort ashby lobby 09 jpg '),
(6772,'kind',0,1,' image '),
(6772,'slug',0,1,''),
(6772,'title',0,1,' fort ashby lobby 09 '),
(6780,'slug',0,1,' lori l '),
(6780,'title',0,1,' lori l '),
(6781,'slug',0,1,' laura m '),
(6781,'title',0,1,' laura m '),
(6782,'slug',0,1,' casey s '),
(6782,'title',0,1,' casey s '),
(6783,'slug',0,1,' michelle b '),
(6783,'title',0,1,' michelle b '),
(6784,'slug',0,1,' melissa w '),
(6784,'title',0,1,' melissa w '),
(6792,'alt',0,1,''),
(6792,'extension',0,1,' jpg '),
(6792,'filename',0,1,' fort ashby dining 12 jpg '),
(6792,'kind',0,1,' image '),
(6792,'slug',0,1,''),
(6792,'title',0,1,' fort ashby dining 12 '),
(6793,'alt',0,1,''),
(6793,'extension',0,1,' jpg '),
(6793,'filename',0,1,' fort ashby exterior02 jpg '),
(6793,'kind',0,1,' image '),
(6793,'slug',0,1,''),
(6793,'title',0,1,' fort ashby exterior02 '),
(6794,'alt',0,1,''),
(6794,'extension',0,1,' jpg '),
(6794,'filename',0,1,' fort ashby lounge 13 jpg '),
(6794,'kind',0,1,' image '),
(6794,'slug',0,1,''),
(6794,'title',0,1,' fort ashby lounge 13 '),
(6795,'alt',0,1,''),
(6795,'extension',0,1,' jpg '),
(6795,'filename',0,1,' fort ashby rehab 10 jpg '),
(6795,'kind',0,1,' image '),
(6795,'slug',0,1,''),
(6795,'title',0,1,' fort ashby rehab 10 '),
(6796,'alt',0,1,''),
(6796,'extension',0,1,' jpg '),
(6796,'filename',0,1,' fort ashby room 11 jpg '),
(6796,'kind',0,1,' image '),
(6796,'slug',0,1,''),
(6796,'title',0,1,' fort ashby room 11 '),
(6797,'alt',0,1,''),
(6797,'extension',0,1,' doc '),
(6797,'filename',0,1,' dawnview doc '),
(6797,'kind',0,1,' word '),
(6797,'slug',0,1,''),
(6797,'title',0,1,' dawnview '),
(6799,'field:10',0,1,' hello add ccbeyleaalf com to seodirectory fort a better ranking in web search results order https seodir pro '),
(6799,'field:18',0,1,' http ccbeyleaalf com contact '),
(6799,'field:19',0,1,' info ccbeylea com '),
(6799,'field:6',0,1,' claudia lapsley '),
(6799,'field:7',0,1,' join seo4ccbeyleaalf com '),
(6799,'field:8',0,1,' seodirectory '),
(6799,'field:9',0,1,' general inquiry '),
(6799,'title',0,1,' 2025 12 30 14 14 15 '),
(6814,'alt',0,1,''),
(6814,'extension',0,1,' pdf '),
(6814,'filename',0,1,' madison pdf '),
(6814,'kind',0,1,' pdf '),
(6814,'slug',0,1,''),
(6814,'title',0,1,' madison '),
(6820,'alt',0,1,''),
(6820,'extension',0,1,' pdf '),
(6820,'filename',0,1,' orange park march pdf '),
(6820,'kind',0,1,' pdf '),
(6820,'slug',0,1,''),
(6820,'title',0,1,' orange park '),
(6844,'alt',0,1,''),
(6844,'extension',0,1,' pdf '),
(6844,'filename',0,1,' meriden march pdf '),
(6844,'kind',0,1,' pdf '),
(6844,'slug',0,1,''),
(6844,'title',0,1,' meriden calendar '),
(6852,'alt',0,1,''),
(6852,'extension',0,1,' pdf '),
(6852,'filename',0,1,' dawnview january2026 pdf '),
(6852,'kind',0,1,' pdf '),
(6852,'slug',0,1,''),
(6852,'title',0,1,' dawnview january2026 '),
(6860,'alt',0,1,''),
(6860,'extension',0,1,' pdf '),
(6860,'filename',0,1,' hillside march pdf '),
(6860,'kind',0,1,' pdf '),
(6860,'slug',0,1,''),
(6860,'title',0,1,' hillside calendar '),
(6864,'alt',0,1,''),
(6864,'extension',0,1,' pdf '),
(6864,'filename',0,1,' hillside 2 2026 01 02 202801 wfsj pdf '),
(6864,'kind',0,1,' pdf '),
(6864,'slug',0,1,''),
(6864,'title',0,1,' hillside 2 '),
(6867,'alt',0,1,''),
(6867,'extension',0,1,' pdf '),
(6867,'filename',0,1,' laplata march pdf '),
(6867,'kind',0,1,' pdf '),
(6867,'slug',0,1,''),
(6867,'title',0,1,' la plata calendar '),
(6872,'alt',0,1,''),
(6872,'extension',0,1,' pdf '),
(6872,'filename',0,1,' multi medical march pdf '),
(6872,'kind',0,1,' pdf '),
(6872,'slug',0,1,''),
(6872,'title',0,1,' multi medical calendar '),
(6882,'alt',0,1,''),
(6882,'extension',0,1,' pdf '),
(6882,'filename',0,1,' springbrook march2026 pdf '),
(6882,'kind',0,1,' pdf '),
(6882,'slug',0,1,''),
(6882,'title',0,1,' springbrook calendar '),
(6919,'alt',0,1,''),
(6919,'extension',0,1,' pdf '),
(6919,'filename',0,1,' arbors january2026calendar 2026 01 02 205430 dbyg pdf '),
(6919,'kind',0,1,' pdf '),
(6919,'slug',0,1,''),
(6919,'title',0,1,' arbors january2026 calendar '),
(6922,'alt',0,1,''),
(6922,'extension',0,1,' pdf '),
(6922,'filename',0,1,' glendale west pdf '),
(6922,'kind',0,1,' pdf '),
(6922,'slug',0,1,''),
(6922,'title',0,1,' glendale west '),
(6925,'alt',0,1,''),
(6925,'extension',0,1,' pdf '),
(6925,'filename',0,1,' halescorners pdf '),
(6925,'kind',0,1,' pdf '),
(6925,'slug',0,1,''),
(6925,'title',0,1,' hales corners calendar '),
(6927,'alt',0,1,''),
(6927,'extension',0,1,' pdf '),
(6927,'filename',0,1,' kensington pdf '),
(6927,'kind',0,1,' pdf '),
(6927,'slug',0,1,''),
(6927,'title',0,1,' kensington calendar '),
(6931,'alt',0,1,''),
(6931,'extension',0,1,' pdf '),
(6931,'filename',0,1,' manitowoc pdf '),
(6931,'kind',0,1,' pdf '),
(6931,'slug',0,1,''),
(6931,'title',0,1,' manitowoc calendar '),
(6937,'field:10',0,1,' hi its jayrn if your site already uses or is preparing to use affiliate links this will be relevant one issue i see constantly is that monetization is treated as something you add later instead of something thats designed into the site from the beginning that usually leads to random placement of links unclear visitor intent unpredictable income it works but never consistently i put together a short explanation of why this happens and what changes once monetization is structured properly https marketersmentor com recurring income system php refer=ccbeyleaalf com youll know quickly whether this applies to your situation jayrn ps and one quick note so youre not wondering why youre hearing from me i only reach out to website owners because theyre the ones actively building something online im not blasting random emails im simply sharing a resource that has been helping a lot of people create predictable online income if it resonates great if not no worries unsubscribe https marketersmentor com unsubscribe php d=ccbeyleaalf com '),
(6937,'field:18',0,1,' http ccbeyleaalf com contact '),
(6937,'field:19',0,1,' info ccbeylea com '),
(6937,'field:6',0,1,' jayrn smith '),
(6937,'field:7',0,1,' koehn dwight hotmail com '),
(6937,'field:8',0,1,' dwight koehn '),
(6937,'field:9',0,1,' resident family support '),
(6937,'title',0,1,' 2026 01 03 16 14 53 '),
(6938,'field:10',0,1,' hi its jayrn if your site already uses or is preparing to use affiliate links this will be relevant one issue i see constantly is that monetization is treated as something you add later instead of something thats designed into the site from the beginning that usually leads to random placement of links unclear visitor intent unpredictable income it works but never consistently i put together a short explanation of why this happens and what changes once monetization is structured properly https marketersmentor com recurring income system php refer=ccgrotonrch com youll know quickly whether this applies to your situation jayrn ps and one quick note so youre not wondering why youre hearing from me i only reach out to website owners because theyre the ones actively building something online im not blasting random emails im simply sharing a resource that has been helping a lot of people create predictable online income if it resonates great if not no worries unsubscribe https marketersmentor com unsubscribe php d=ccgrotonrch com '),
(6938,'field:18',0,1,' http ccgrotonrch com contact '),
(6938,'field:19',0,1,' kaden aftonkleingroup com '),
(6938,'field:6',0,1,' jayrn smith '),
(6938,'field:7',0,1,' northmore jackie outlook com '),
(6938,'field:8',0,1,' jackie northmore '),
(6938,'field:9',0,1,' media inquiry '),
(6938,'title',0,1,' 2026 01 03 17 30 47 '),
(6939,'field:10',0,1,' hi its jayrn if your site already uses or is preparing to use affiliate links this will be relevant one issue i see constantly is that monetization is treated as something you add later instead of something thats designed into the site from the beginning that usually leads to random placement of links unclear visitor intent unpredictable income it works but never consistently i put together a short explanation of why this happens and what changes once monetization is structured properly https marketersmentor com recurring income system php refer=ccchestnuthillalf com youll know quickly whether this applies to your situation jayrn ps and one quick note so youre not wondering why youre hearing from me i only reach out to website owners because theyre the ones actively building something online im not blasting random emails im simply sharing a resource that has been helping a lot of people create predictable online income if it resonates great if not no worries unsubscribe https marketersmentor com unsubscribe php d=ccchestnuthillalf com '),
(6939,'field:18',0,1,' http ccchestnuthillalf com contact '),
(6939,'field:19',0,1,' info ccchestnuthill com '),
(6939,'field:6',0,1,' jayrn smith '),
(6939,'field:7',0,1,' leoma coverdale gmail com '),
(6939,'field:8',0,1,' leoma coverdale '),
(6939,'field:9',0,1,' resident family support '),
(6939,'title',0,1,' 2026 01 03 20 11 19 '),
(6943,'field:10',0,1,' hi i wanted to reach out and let you know about our new dog harness its really easy to put on and take off in just 2 seconds and its personalized for each dog plus we offer a lifetime warranty so you can be sure your pet is always safe and stylish weve had a lot of success with it so far and i think your dog would love it get yours today with 50% off https caredogbest com free shipping today only best regards lucretia '),
(6943,'field:18',0,1,' http ccgrotonrch com contact '),
(6943,'field:19',0,1,' kaden aftonkleingroup com '),
(6943,'field:6',0,1,' lucretia '),
(6943,'field:7',0,1,' sales ccgrotonrch com '),
(6943,'field:8',0,1,' lucretia calabrese '),
(6943,'field:9',0,1,' volunteer opportunities '),
(6943,'title',0,1,' 2026 01 05 07 52 04 '),
(6949,'alt',0,1,''),
(6949,'extension',0,1,' jpg '),
(6949,'filename',0,1,' beyleasnf admin jpg '),
(6949,'kind',0,1,' image '),
(6949,'slug',0,1,''),
(6949,'title',0,1,' bey lea snf admin '),
(6954,'alt',0,1,''),
(6954,'extension',0,1,' jpg '),
(6954,'filename',0,1,' annapolis admin 1 jpg '),
(6954,'kind',0,1,' image '),
(6954,'slug',0,1,''),
(6954,'title',0,1,' annapolis admin 1 '),
(6964,'alt',0,1,''),
(6964,'extension',0,1,' jpg '),
(6964,'filename',0,1,' bayshore admin 1 jpg '),
(6964,'kind',0,1,' image '),
(6964,'slug',0,1,''),
(6964,'title',0,1,' bayshore admin 1 '),
(6971,'alt',0,1,''),
(6971,'extension',0,1,' jpg '),
(6971,'filename',0,1,' berkshire admin jpg '),
(6971,'kind',0,1,' image '),
(6971,'slug',0,1,''),
(6971,'title',0,1,' berkshire admin '),
(6974,'slug',0,1,' shannon vinciguerra '),
(6974,'title',0,1,' shannon vinciguerra '),
(6986,'alt',0,1,''),
(6986,'extension',0,1,' jpg '),
(6986,'filename',0,1,' courthouse admin jpg '),
(6986,'kind',0,1,' image '),
(6986,'slug',0,1,''),
(6986,'title',0,1,' court house admin '),
(6991,'alt',0,1,''),
(6991,'extension',0,1,' jpg '),
(6991,'filename',0,1,' courthouse admin 1 jpg '),
(6991,'kind',0,1,' image '),
(6991,'slug',0,1,''),
(6991,'title',0,1,' court house admin 1 '),
(7013,'alt',0,1,''),
(7013,'extension',0,1,' jpg '),
(7013,'filename',0,1,' fairlawn admin jpg '),
(7013,'kind',0,1,' image '),
(7013,'slug',0,1,''),
(7013,'title',0,1,' fair lawn admin '),
(7020,'alt',0,1,''),
(7020,'extension',0,1,' jpg '),
(7020,'filename',0,1,' glendalect admin jpg '),
(7020,'kind',0,1,' image '),
(7020,'slug',0,1,''),
(7020,'title',0,1,' glendale ct admin '),
(7038,'alt',0,1,''),
(7038,'extension',0,1,' jpg '),
(7038,'filename',0,1,' hagerstown admin 1 jpg '),
(7038,'kind',0,1,' image '),
(7038,'slug',0,1,''),
(7038,'title',0,1,' hagerstown admin 1 '),
(7042,'alt',0,1,''),
(7042,'extension',0,1,' jpg '),
(7042,'filename',0,1,' hamiltonplaza admin jpg '),
(7042,'kind',0,1,' image '),
(7042,'slug',0,1,''),
(7042,'title',0,1,' hamilton plaza admin '),
(7060,'slug',0,1,' marian guadioso '),
(7060,'title',0,1,' melissa vivo '),
(7068,'alt',0,1,''),
(7068,'extension',0,1,' jpg '),
(7068,'filename',0,1,' laurelton admin jpg '),
(7068,'kind',0,1,' image '),
(7068,'slug',0,1,''),
(7068,'title',0,1,' laurelton admin '),
(7084,'alt',0,1,''),
(7084,'extension',0,1,' jpg '),
(7084,'filename',0,1,' monmouth admin 1 jpg '),
(7084,'kind',0,1,' image '),
(7084,'slug',0,1,''),
(7084,'title',0,1,' monmouth admin '),
(7096,'alt',0,1,''),
(7096,'extension',0,1,' jpg '),
(7096,'filename',0,1,' plainfield admin jpg '),
(7096,'kind',0,1,' image '),
(7096,'slug',0,1,''),
(7096,'title',0,1,' plainfield admin '),
(7126,'alt',0,1,''),
(7126,'extension',0,1,' jpg '),
(7126,'filename',0,1,' margate ad jpg '),
(7126,'kind',0,1,' image '),
(7126,'slug',0,1,''),
(7126,'title',0,1,' margate ad '),
(7140,'alt',0,1,''),
(7140,'extension',0,1,' jpg '),
(7140,'filename',0,1,' margate admin jpg '),
(7140,'kind',0,1,' image '),
(7140,'slug',0,1,''),
(7140,'title',0,1,' margate admin '),
(7151,'alt',0,1,''),
(7151,'extension',0,1,' jpg '),
(7151,'filename',0,1,' foxhill ad 1 jpg '),
(7151,'kind',0,1,' image '),
(7151,'slug',0,1,''),
(7151,'title',0,1,' fox hill ad 1 '),
(7275,'field:10',0,1,' submit ccgrotonrch com to googlesearch index and have it displayed in web searches results register ccgrotonrch com now at https searchregister net '),
(7275,'field:18',0,1,' http ccgrotonrch com contact '),
(7275,'field:19',0,1,' kaden aftonkleingroup com '),
(7275,'field:6',0,1,' merry goldie '),
(7275,'field:7',0,1,' indexing searches ccgrotonrch com '),
(7275,'field:8',0,1,''),
(7275,'field:9',0,1,' general inquiry '),
(7275,'title',0,1,' 2026 01 06 15 52 12 '),
(7288,'alt',0,1,''),
(7288,'extension',0,1,' docx '),
(7288,'filename',0,1,' bayshore docx '),
(7288,'kind',0,1,' word '),
(7288,'slug',0,1,''),
(7288,'title',0,1,' bayshore '),
(7291,'alt',0,1,''),
(7291,'extension',0,1,' jpg '),
(7291,'filename',0,1,' voorhees admin 1 jpg '),
(7291,'kind',0,1,' image '),
(7291,'slug',0,1,''),
(7291,'title',0,1,' voorhees admin '),
(7299,'alt',0,1,''),
(7299,'extension',0,1,' jpg '),
(7299,'filename',0,1,' glendalewest ad jpg '),
(7299,'kind',0,1,' image '),
(7299,'slug',0,1,''),
(7299,'title',0,1,' glendale west ad '),
(7307,'alt',0,1,''),
(7307,'extension',0,1,' jpg '),
(7307,'filename',0,1,' holidaycity admin jpg '),
(7307,'kind',0,1,' image '),
(7307,'slug',0,1,''),
(7307,'title',0,1,' holiday city admin '),
(7310,'alt',0,1,''),
(7310,'extension',0,1,' jpg '),
(7310,'filename',0,1,' oceangrove admin jpg '),
(7310,'kind',0,1,' image '),
(7310,'slug',0,1,''),
(7310,'title',0,1,' ocean grove admin '),
(7314,'alt',0,1,''),
(7314,'extension',0,1,' jpg '),
(7314,'filename',0,1,' shrewsbury admin jpg '),
(7314,'kind',0,1,' image '),
(7314,'slug',0,1,''),
(7314,'title',0,1,' shrewsbury admin '),
(7320,'alt',0,1,''),
(7320,'extension',0,1,' jpg '),
(7320,'filename',0,1,' wall admin 1 jpg '),
(7320,'kind',0,1,' image '),
(7320,'slug',0,1,''),
(7320,'title',0,1,' wall admin '),
(7324,'alt',0,1,''),
(7324,'extension',0,1,' jpg '),
(7324,'filename',0,1,' parkplace admin jpg '),
(7324,'kind',0,1,' image '),
(7324,'slug',0,1,''),
(7324,'title',0,1,' park place admin '),
(7328,'alt',0,1,''),
(7328,'extension',0,1,' jpg '),
(7328,'filename',0,1,' westcaldwell admin jpg '),
(7328,'kind',0,1,' image '),
(7328,'slug',0,1,''),
(7328,'title',0,1,' west caldwell admin '),
(7332,'field:10',0,1,' hello add ccgrotonrch com to seodirectory fort a better ranking in web search results order https seodir pro '),
(7332,'field:18',0,1,' http ccgrotonrch com contact '),
(7332,'field:19',0,1,' kaden aftonkleingroup com '),
(7332,'field:6',0,1,' nolan teague '),
(7332,'field:7',0,1,' join seo4ccgrotonrch com '),
(7332,'field:8',0,1,' seodirectory '),
(7332,'field:9',0,1,' volunteer opportunities '),
(7332,'title',0,1,' 2026 01 07 15 29 21 '),
(7333,'field:10',0,1,' more and more people skip google search and ask chatgpt to search for everything add ccbeyleaalf com to our ai optimized directory now to increase your chances of being recommended join now https aireg pro '),
(7333,'field:18',0,1,' http ccbeyleaalf com contact '),
(7333,'field:19',0,1,' info ccbeylea com '),
(7333,'field:6',0,1,' georgina duquette '),
(7333,'field:7',0,1,' ai list ccbeyleaalf com '),
(7333,'field:8',0,1,''),
(7333,'field:9',0,1,' resident family support '),
(7333,'title',0,1,' 2026 01 07 19 01 19 '),
(7338,'slug',0,1,''),
(7338,'title',0,1,''),
(7339,'slug',0,1,''),
(7339,'title',0,1,''),
(7340,'slug',0,1,''),
(7340,'title',0,1,''),
(7356,'alt',0,1,''),
(7356,'extension',0,1,' jpg '),
(7356,'filename',0,1,' jefferson admin jpg '),
(7356,'kind',0,1,' image '),
(7356,'slug',0,1,''),
(7356,'title',0,1,' jefferson admin '),
(7359,'alt',0,1,''),
(7359,'extension',0,1,' jpg '),
(7359,'filename',0,1,' jefferson ad jpg '),
(7359,'kind',0,1,' image '),
(7359,'slug',0,1,''),
(7359,'title',0,1,' jefferson ad '),
(7365,'alt',0,1,''),
(7365,'extension',0,1,' jpg '),
(7365,'filename',0,1,' harston ad jpg '),
(7365,'kind',0,1,' image '),
(7365,'slug',0,1,''),
(7365,'title',0,1,' harston ad '),
(7369,'slug',0,1,' heart success '),
(7369,'title',0,1,' heart success '),
(7377,'slug',0,1,' pulmonary progress '),
(7377,'title',0,1,' pulmonary progress '),
(7379,'slug',0,1,' oasis orthopedic recovery redefined '),
(7379,'title',0,1,' oasis orthopedic recovery redefined '),
(7381,'slug',0,1,' moments memory care with meaning '),
(7381,'title',0,1,' moments memory care with meaning '),
(7384,'field:10',0,1,' more and more people skip google search and ask chatgpt to search for everything add ccgrotonrch com to our ai optimized directory now to increase your chances of being recommended join now https aireg pro '),
(7384,'field:18',0,1,' http ccgrotonrch com contact '),
(7384,'field:19',0,1,' kaden aftonkleingroup com '),
(7384,'field:6',0,1,' ariel serena '),
(7384,'field:7',0,1,' ai list ccgrotonrch com '),
(7384,'field:8',0,1,''),
(7384,'field:9',0,1,' volunteer opportunities '),
(7384,'title',0,1,' 2026 01 08 19 53 36 '),
(7387,'field:10',0,1,' register ccchestnuthillalf com in googleindex to have it start appearing in search results submit ccchestnuthillalf com now at https searchregister info '),
(7387,'field:18',0,1,' http ccchestnuthillalf com contact '),
(7387,'field:19',0,1,' info ccchestnuthill com '),
(7387,'field:6',0,1,' horace dannevig '),
(7387,'field:7',0,1,' indexing searches ccchestnuthillalf com '),
(7387,'field:8',0,1,''),
(7387,'field:9',0,1,' other '),
(7387,'title',0,1,' 2026 01 09 10 27 20 '),
(7400,'field:10',0,1,' hello add ccchestnuthillalf com to seodirectory fort a better ranking in web search results order https seodir pro '),
(7400,'field:18',0,1,' http ccchestnuthillalf com contact '),
(7400,'field:19',0,1,' info ccchestnuthill com '),
(7400,'field:6',0,1,' juana eller '),
(7400,'field:7',0,1,' join seo4ccchestnuthillalf com '),
(7400,'field:8',0,1,' seodirectory '),
(7400,'field:9',0,1,' resident family support '),
(7400,'title',0,1,' 2026 01 10 18 43 12 '),
(7401,'field:10',0,1,' submit ccbeyleaalf com to google index and have it appear in searches add ccbeyleaalf com now at https searchregister net '),
(7401,'field:18',0,1,' http ccbeyleaalf com contact '),
(7401,'field:19',0,1,' info ccbeylea com '),
(7401,'field:6',0,1,' timothy lefroy '),
(7401,'field:7',0,1,' indexing searches ccbeyleaalf com '),
(7401,'field:8',0,1,''),
(7401,'field:9',0,1,' volunteer opportunities '),
(7401,'title',0,1,' 2026 01 11 12 30 58 '),
(7402,'field:10',0,1,' more and more people skip google search and ask chatgpt to search for everything add ccchestnuthillalf com to our ai optimized directory now to increase your chances of being recommended join now https aireg pro '),
(7402,'field:18',0,1,' http ccchestnuthillalf com contact '),
(7402,'field:19',0,1,' info ccchestnuthill com '),
(7402,'field:6',0,1,' charity gregson '),
(7402,'field:7',0,1,' ai list ccchestnuthillalf com '),
(7402,'field:8',0,1,''),
(7402,'field:9',0,1,' careers '),
(7402,'title',0,1,' 2026 01 11 16 49 04 '),
(7403,'field:10',0,1,' hi we run a youtube growth service which increases your number of subscribers both safety and practically we guarantee to gain you new 300 500 subscribers per month people subscribe because they are interested in your videos channel increasing video likes comments and interaction all actions are made manually by our team we do not use any bots the price is just $60 usd per month and we can start immediately if you are interested and would like to see some of our previous work let me know and we can discuss further kind regards to unsubscribe reply with the word unsubscribe in the subject '),
(7403,'field:18',0,1,' http ccchestnuthillalf com contact '),
(7403,'field:19',0,1,' info ccchestnuthill com '),
(7403,'field:6',0,1,' janet julian '),
(7403,'field:7',0,1,' ruchiuyou gmail com '),
(7403,'field:8',0,1,' vinhgrowth '),
(7403,'field:9',0,1,' general inquiry '),
(7403,'title',0,1,' 2026 01 12 00 18 22 '),
(7584,'slug',0,1,' memory care '),
(7584,'title',0,1,' memory care '),
(7700,'alt',0,1,''),
(7700,'extension',0,1,' jpg '),
(7700,'filename',0,1,' 1351 old freehold rd 07202023 011725 1 jpg '),
(7700,'kind',0,1,' image '),
(7700,'slug',0,1,''),
(7700,'title',0,1,' 1351 old freehold rd 07202023 011725 1 '),
(7707,'alt',0,1,''),
(7707,'extension',0,1,' jpg '),
(7707,'filename',0,1,' sts 016216 1 jpg '),
(7707,'kind',0,1,' image '),
(7707,'slug',0,1,''),
(7707,'title',0,1,' sts 016216 1 '),
(7722,'alt',0,1,''),
(7722,'extension',0,1,' jpg '),
(7722,'filename',0,1,' sts 0190 sts 019420 jpg '),
(7722,'kind',0,1,' image '),
(7722,'slug',0,1,''),
(7722,'title',0,1,' sts 0190 sts 019420 '),
(7732,'alt',0,1,''),
(7732,'extension',0,1,' pdf '),
(7732,'filename',0,1,' maple grove january pdf '),
(7732,'kind',0,1,' pdf '),
(7732,'slug',0,1,''),
(7732,'title',0,1,' maple grove january '),
(7739,'alt',0,1,''),
(7739,'extension',0,1,' jpg '),
(7739,'filename',0,1,' dsc09295 edit jpg '),
(7739,'kind',0,1,' image '),
(7739,'slug',0,1,''),
(7739,'title',0,1,' dsc09295 edit '),
(7740,'alt',0,1,''),
(7740,'extension',0,1,' jpg '),
(7740,'filename',0,1,' dsc09301 edit jpg '),
(7740,'kind',0,1,' image '),
(7740,'slug',0,1,''),
(7740,'title',0,1,' dsc09301 edit '),
(7741,'alt',0,1,''),
(7741,'extension',0,1,' jpg '),
(7741,'filename',0,1,' dsc09284 edit 1 jpg '),
(7741,'kind',0,1,' image '),
(7741,'slug',0,1,''),
(7741,'title',0,1,' dsc09284 edit 1 '),
(7763,'field:10',0,1,' hello add ccbeyleaalf com to seodirectory fort a better ranking in search engines results visit now https seodir pro '),
(7763,'field:18',0,1,' http ccbeyleaalf com contact '),
(7763,'field:19',0,1,' info ccbeylea com '),
(7763,'field:6',0,1,' dana barff '),
(7763,'field:7',0,1,' join seo4ccbeyleaalf com '),
(7763,'field:8',0,1,' seodirectory '),
(7763,'field:9',0,1,' other '),
(7763,'title',0,1,' 2026 01 12 15 19 50 '),
(7764,'field:10',0,1,' its time for a hair and grooming upgrade with airluxe were clearing out stock to make room for new innovations grab our premium styling tools at their lowest prices of the season claim your exclusive discount now https clarimart com the ultimate travel friendly styling companion '),
(7764,'field:18',0,1,' http ccgrotonrch com contact '),
(7764,'field:19',0,1,' kaden aftonkleingroup com '),
(7764,'field:6',0,1,' lea '),
(7764,'field:7',0,1,' lea ccgrotonrch com '),
(7764,'field:8',0,1,' lea tiemann '),
(7764,'field:9',0,1,' other '),
(7764,'title',0,1,' 2026 01 12 17 27 11 '),
(7772,'alt',0,1,''),
(7772,'extension',0,1,' jpg '),
(7772,'filename',0,1,' large res 03 jpg '),
(7772,'kind',0,1,' image '),
(7772,'slug',0,1,''),
(7772,'title',0,1,' large res 03 '),
(7778,'alt',0,1,''),
(7778,'extension',0,1,' jpg '),
(7778,'filename',0,1,' dsc00072 hdr jpg '),
(7778,'kind',0,1,' image '),
(7778,'slug',0,1,''),
(7778,'title',0,1,' dsc00072 hdr '),
(7779,'alt',0,1,''),
(7779,'extension',0,1,' jpg '),
(7779,'filename',0,1,' dsc00088 edit jpg '),
(7779,'kind',0,1,' image '),
(7779,'slug',0,1,''),
(7779,'title',0,1,' dsc00088 edit '),
(7780,'alt',0,1,''),
(7780,'extension',0,1,' jpg '),
(7780,'filename',0,1,' dsc00092 jpg '),
(7780,'kind',0,1,' image '),
(7780,'slug',0,1,''),
(7780,'title',0,1,' dsc00092 '),
(7781,'alt',0,1,''),
(7781,'extension',0,1,' jpg '),
(7781,'filename',0,1,' dsc00163 edit jpg '),
(7781,'kind',0,1,' image '),
(7781,'slug',0,1,''),
(7781,'title',0,1,' dsc00163 edit '),
(7782,'alt',0,1,''),
(7782,'extension',0,1,' jpg '),
(7782,'filename',0,1,' dsc00168 edit jpg '),
(7782,'kind',0,1,' image '),
(7782,'slug',0,1,''),
(7782,'title',0,1,' dsc00168 edit '),
(7783,'alt',0,1,''),
(7783,'extension',0,1,' jpg '),
(7783,'filename',0,1,' dsc00171 edit jpg '),
(7783,'kind',0,1,' image '),
(7783,'slug',0,1,''),
(7783,'title',0,1,' dsc00171 edit '),
(7784,'alt',0,1,''),
(7784,'extension',0,1,' jpg '),
(7784,'filename',0,1,' dsc00264 edit jpg '),
(7784,'kind',0,1,' image '),
(7784,'slug',0,1,''),
(7784,'title',0,1,' dsc00264 edit '),
(7785,'alt',0,1,''),
(7785,'extension',0,1,' jpg '),
(7785,'filename',0,1,' dsc00297 edit jpg '),
(7785,'kind',0,1,' image '),
(7785,'slug',0,1,''),
(7785,'title',0,1,' dsc00297 edit '),
(7791,'alt',0,1,''),
(7791,'extension',0,1,' jpg '),
(7791,'filename',0,1,' green acres lobby jpg '),
(7791,'kind',0,1,' image '),
(7791,'slug',0,1,''),
(7791,'title',0,1,' green acres lobby '),
(7818,'alt',0,1,''),
(7818,'extension',0,1,' png '),
(7818,'filename',0,1,' residential care png '),
(7818,'kind',0,1,' image '),
(7818,'slug',0,1,''),
(7818,'title',0,1,' residential care '),
(7822,'slug',0,1,' villas '),
(7822,'title',0,1,' the villas brakeley parks residential care home '),
(7826,'alt',0,1,''),
(7826,'extension',0,1,' jpg '),
(7826,'filename',0,1,' green acres dining jpg '),
(7826,'kind',0,1,' image '),
(7826,'slug',0,1,''),
(7826,'title',0,1,' green acres dining '),
(7827,'alt',0,1,''),
(7827,'extension',0,1,' jpg '),
(7827,'filename',0,1,' green acres gym 2 jpg '),
(7827,'kind',0,1,' image '),
(7827,'slug',0,1,''),
(7827,'title',0,1,' green acres gym 2 '),
(7828,'alt',0,1,''),
(7828,'extension',0,1,' jpg '),
(7828,'filename',0,1,' green acres gym jpg '),
(7828,'kind',0,1,' image '),
(7828,'slug',0,1,''),
(7828,'title',0,1,' green acres gym '),
(7829,'alt',0,1,''),
(7829,'extension',0,1,' jpg '),
(7829,'filename',0,1,' green acres lobby 2 jpg '),
(7829,'kind',0,1,' image '),
(7829,'slug',0,1,''),
(7829,'title',0,1,' green acres lobby 2 '),
(7830,'alt',0,1,''),
(7830,'extension',0,1,' jpg '),
(7830,'filename',0,1,' green acres common room jpg '),
(7830,'kind',0,1,' image '),
(7830,'slug',0,1,''),
(7830,'title',0,1,' green acres common room '),
(7831,'alt',0,1,''),
(7831,'extension',0,1,' jpg '),
(7831,'filename',0,1,' green acres double room jpg '),
(7831,'kind',0,1,' image '),
(7831,'slug',0,1,''),
(7831,'title',0,1,' green acres double room '),
(7832,'alt',0,1,''),
(7832,'extension',0,1,' jpg '),
(7832,'filename',0,1,' green acres hall jpg '),
(7832,'kind',0,1,' image '),
(7832,'slug',0,1,''),
(7832,'title',0,1,' green acres hall '),
(7833,'alt',0,1,''),
(7833,'extension',0,1,' jpg '),
(7833,'filename',0,1,' green acres room remodeled jpg '),
(7833,'kind',0,1,' image '),
(7833,'slug',0,1,''),
(7833,'title',0,1,' green acres room remodeled '),
(7838,'alt',0,1,''),
(7838,'extension',0,1,' jpg '),
(7838,'filename',0,1,' holiday city exterior jpg '),
(7838,'kind',0,1,' image '),
(7838,'slug',0,1,''),
(7838,'title',0,1,' holiday city exterior '),
(7839,'alt',0,1,''),
(7839,'extension',0,1,' jpg '),
(7839,'filename',0,1,' holiday city hallway jpg '),
(7839,'kind',0,1,' image '),
(7839,'slug',0,1,''),
(7839,'title',0,1,' holiday city hallway '),
(7840,'alt',0,1,''),
(7840,'extension',0,1,' jpg '),
(7840,'filename',0,1,' holiday city room jpg '),
(7840,'kind',0,1,' image '),
(7840,'slug',0,1,''),
(7840,'title',0,1,' holiday city room '),
(7841,'alt',0,1,''),
(7841,'extension',0,1,' jpg '),
(7841,'filename',0,1,' holiday city rehab bed jpg '),
(7841,'kind',0,1,' image '),
(7841,'slug',0,1,''),
(7841,'title',0,1,' holiday city rehab bed '),
(7842,'alt',0,1,''),
(7842,'extension',0,1,' jpg '),
(7842,'filename',0,1,' holiday city rehab gym jpg '),
(7842,'kind',0,1,' image '),
(7842,'slug',0,1,''),
(7842,'title',0,1,' holiday city rehab gym '),
(7847,'alt',0,1,''),
(7847,'extension',0,1,' jpg '),
(7847,'filename',0,1,' kresson common area jpg '),
(7847,'kind',0,1,' image '),
(7847,'slug',0,1,''),
(7847,'title',0,1,' kresson common area '),
(7850,'alt',0,1,''),
(7850,'extension',0,1,' jpg '),
(7850,'filename',0,1,' kresson common area 2026 01 13 202245 qpnh jpg '),
(7850,'kind',0,1,' image '),
(7850,'slug',0,1,''),
(7850,'title',0,1,' kresson common area '),
(7851,'alt',0,1,''),
(7851,'extension',0,1,' jpg '),
(7851,'filename',0,1,' kresson common room jpg '),
(7851,'kind',0,1,' image '),
(7851,'slug',0,1,''),
(7851,'title',0,1,' kresson common room '),
(7852,'alt',0,1,''),
(7852,'extension',0,1,' jpg '),
(7852,'filename',0,1,' kresson rehab gym jpg '),
(7852,'kind',0,1,' image '),
(7852,'slug',0,1,''),
(7852,'title',0,1,' kresson rehab gym '),
(7853,'alt',0,1,''),
(7853,'extension',0,1,' jpg '),
(7853,'filename',0,1,' kresson room jpg '),
(7853,'kind',0,1,' image '),
(7853,'slug',0,1,''),
(7853,'title',0,1,' kresson room '),
(7858,'alt',0,1,''),
(7858,'extension',0,1,' jpg '),
(7858,'filename',0,1,' laurelton bedroom jpg '),
(7858,'kind',0,1,' image '),
(7858,'slug',0,1,''),
(7858,'title',0,1,' laurelton bedroom '),
(7859,'alt',0,1,''),
(7859,'extension',0,1,' jpg '),
(7859,'filename',0,1,' laurelton dining room jpg '),
(7859,'kind',0,1,' image '),
(7859,'slug',0,1,''),
(7859,'title',0,1,' laurelton dining room '),
(7860,'alt',0,1,''),
(7860,'extension',0,1,' jpg '),
(7860,'filename',0,1,' laurelton hall jpg '),
(7860,'kind',0,1,' image '),
(7860,'slug',0,1,''),
(7860,'title',0,1,' laurelton hall '),
(7861,'alt',0,1,''),
(7861,'extension',0,1,' jpg '),
(7861,'filename',0,1,' laurelton kitchen jpg '),
(7861,'kind',0,1,' image '),
(7861,'slug',0,1,''),
(7861,'title',0,1,' laurelton kitchen '),
(7862,'alt',0,1,''),
(7862,'extension',0,1,' jpg '),
(7862,'filename',0,1,' laurelton lobby 2026 01 13 203906 iztr jpg '),
(7862,'kind',0,1,' image '),
(7862,'slug',0,1,''),
(7862,'title',0,1,' laurelton lobby '),
(7863,'alt',0,1,''),
(7863,'extension',0,1,' jpg '),
(7863,'filename',0,1,' laurelton rehab gym jpg '),
(7863,'kind',0,1,' image '),
(7863,'slug',0,1,''),
(7863,'title',0,1,' laurelton rehab gym '),
(7864,'alt',0,1,''),
(7864,'extension',0,1,' jpg '),
(7864,'filename',0,1,' laurelton resident room2 treiger jpg '),
(7864,'kind',0,1,' image '),
(7864,'slug',0,1,''),
(7864,'title',0,1,' laurelton resident room2 treiger '),
(7868,'alt',0,1,''),
(7868,'extension',0,1,' jpg '),
(7868,'filename',0,1,' marcella activity room jpg '),
(7868,'kind',0,1,' image '),
(7868,'slug',0,1,''),
(7868,'title',0,1,' marcella activity room '),
(7869,'alt',0,1,''),
(7869,'extension',0,1,' jpg '),
(7869,'filename',0,1,' marcella bedroom jpg '),
(7869,'kind',0,1,' image '),
(7869,'slug',0,1,''),
(7869,'title',0,1,' marcella bedroom '),
(7870,'alt',0,1,''),
(7870,'extension',0,1,' jpg '),
(7870,'filename',0,1,' marcella exterior 2 jpg '),
(7870,'kind',0,1,' image '),
(7870,'slug',0,1,''),
(7870,'title',0,1,' marcella exterior 2 '),
(7871,'alt',0,1,''),
(7871,'extension',0,1,' jpg '),
(7871,'filename',0,1,' marcella exterior jpg '),
(7871,'kind',0,1,' image '),
(7871,'slug',0,1,''),
(7871,'title',0,1,' marcella exterior '),
(7872,'alt',0,1,''),
(7872,'extension',0,1,' jpg '),
(7872,'filename',0,1,' marcella gazebo jpg '),
(7872,'kind',0,1,' image '),
(7872,'slug',0,1,''),
(7872,'title',0,1,' marcella gazebo '),
(7873,'alt',0,1,''),
(7873,'extension',0,1,' jpg '),
(7873,'filename',0,1,' marcella hallway jpg '),
(7873,'kind',0,1,' image '),
(7873,'slug',0,1,''),
(7873,'title',0,1,' marcella hallway '),
(7874,'alt',0,1,''),
(7874,'extension',0,1,' jpg '),
(7874,'filename',0,1,' marcella rehab gym jpg '),
(7874,'kind',0,1,' image '),
(7874,'slug',0,1,''),
(7874,'title',0,1,' marcella rehab gym '),
(7881,'alt',0,1,''),
(7881,'extension',0,1,' jpg '),
(7881,'filename',0,1,' monmouth lobby jpg '),
(7881,'kind',0,1,' image '),
(7881,'slug',0,1,''),
(7881,'title',0,1,' monmouth lobby '),
(7882,'alt',0,1,''),
(7882,'extension',0,1,' jpg '),
(7882,'filename',0,1,' monmouth dining jpg '),
(7882,'kind',0,1,' image '),
(7882,'slug',0,1,''),
(7882,'title',0,1,' monmouth dining '),
(7883,'alt',0,1,''),
(7883,'extension',0,1,' jpg '),
(7883,'filename',0,1,' monmouth lobby 2 jpg '),
(7883,'kind',0,1,' image '),
(7883,'slug',0,1,''),
(7883,'title',0,1,' monmouth lobby 2 '),
(7884,'alt',0,1,''),
(7884,'extension',0,1,' jpg '),
(7884,'filename',0,1,' monmouth rehab gym jpg '),
(7884,'kind',0,1,' image '),
(7884,'slug',0,1,''),
(7884,'title',0,1,' monmouth rehab gym '),
(7885,'alt',0,1,''),
(7885,'extension',0,1,' jpg '),
(7885,'filename',0,1,' monmouth room storage jpg '),
(7885,'kind',0,1,' image '),
(7885,'slug',0,1,''),
(7885,'title',0,1,' monmouth room storage '),
(7886,'alt',0,1,''),
(7886,'extension',0,1,' jpg '),
(7886,'filename',0,1,' monmouth room jpg '),
(7886,'kind',0,1,' image '),
(7886,'slug',0,1,''),
(7886,'title',0,1,' monmouth room '),
(7891,'alt',0,1,''),
(7891,'extension',0,1,' jpg '),
(7891,'filename',0,1,' ocean grove exterior jpg '),
(7891,'kind',0,1,' image '),
(7891,'slug',0,1,''),
(7891,'title',0,1,' ocean grove exterior '),
(7892,'alt',0,1,''),
(7892,'extension',0,1,' jpg '),
(7892,'filename',0,1,' ocean grove bedroom jpg '),
(7892,'kind',0,1,' image '),
(7892,'slug',0,1,''),
(7892,'title',0,1,' ocean grove bedroom '),
(7893,'alt',0,1,''),
(7893,'extension',0,1,' jpg '),
(7893,'filename',0,1,' ocean grove dining jpg '),
(7893,'kind',0,1,' image '),
(7893,'slug',0,1,''),
(7893,'title',0,1,' ocean grove dining '),
(7894,'alt',0,1,''),
(7894,'extension',0,1,' jpg '),
(7894,'filename',0,1,' ocean grove rehab gym jpg '),
(7894,'kind',0,1,' image '),
(7894,'slug',0,1,''),
(7894,'title',0,1,' ocean grove rehab gym '),
(7901,'alt',0,1,''),
(7901,'extension',0,1,' jpg '),
(7901,'filename',0,1,' ocean grove lobby jpg '),
(7901,'kind',0,1,' image '),
(7901,'slug',0,1,''),
(7901,'title',0,1,' ocean grove lobby '),
(7908,'alt',0,1,''),
(7908,'extension',0,1,' jpg '),
(7908,'filename',0,1,' shorrockgardens lobby 2026 01 13 212308 rkus jpg '),
(7908,'kind',0,1,' image '),
(7908,'slug',0,1,''),
(7908,'title',0,1,' shorrock gardens lobby '),
(7909,'alt',0,1,''),
(7909,'extension',0,1,' jpg '),
(7909,'filename',0,1,' shorrockgardens rehabgym jpg '),
(7909,'kind',0,1,' image '),
(7909,'slug',0,1,''),
(7909,'title',0,1,' shorrock gardens rehab gym '),
(7910,'alt',0,1,''),
(7910,'extension',0,1,' jpg '),
(7910,'filename',0,1,' shorrockgardens room jpg '),
(7910,'kind',0,1,' image '),
(7910,'slug',0,1,''),
(7910,'title',0,1,' shorrock gardens room '),
(7911,'alt',0,1,''),
(7911,'extension',0,1,' jpg '),
(7911,'filename',0,1,' shorrockgardens room2 jpg '),
(7911,'kind',0,1,' image '),
(7911,'slug',0,1,''),
(7911,'title',0,1,' shorrock gardens room2 '),
(7920,'alt',0,1,''),
(7920,'extension',0,1,' jpg '),
(7920,'filename',0,1,' shrewsbury rehab gym jpg '),
(7920,'kind',0,1,' image '),
(7920,'slug',0,1,''),
(7920,'title',0,1,' shrewsbury rehab gym '),
(7921,'alt',0,1,''),
(7921,'extension',0,1,' jpg '),
(7921,'filename',0,1,' shrewsbury room 2 jpg '),
(7921,'kind',0,1,' image '),
(7921,'slug',0,1,''),
(7921,'title',0,1,' shrewsbury room 2 '),
(7922,'alt',0,1,''),
(7922,'extension',0,1,' jpg '),
(7922,'filename',0,1,' shrewsbury room jpg '),
(7922,'kind',0,1,' image '),
(7922,'slug',0,1,''),
(7922,'title',0,1,' shrewsbury room '),
(7923,'alt',0,1,''),
(7923,'extension',0,1,' jpg '),
(7923,'filename',0,1,' shrewsbury dining jpg '),
(7923,'kind',0,1,' image '),
(7923,'slug',0,1,''),
(7923,'title',0,1,' shrewsbury dining '),
(7924,'alt',0,1,''),
(7924,'extension',0,1,' jpg '),
(7924,'filename',0,1,' oasis common room jpg '),
(7924,'kind',0,1,' image '),
(7924,'slug',0,1,''),
(7924,'title',0,1,' oasis common room '),
(7925,'alt',0,1,''),
(7925,'extension',0,1,' jpg '),
(7925,'filename',0,1,' oasis dining jpg '),
(7925,'kind',0,1,' image '),
(7925,'slug',0,1,''),
(7925,'title',0,1,' oasis dining '),
(7926,'alt',0,1,''),
(7926,'extension',0,1,' jpg '),
(7926,'filename',0,1,' oasis lobby 2026 01 13 213805 ryjc jpg '),
(7926,'kind',0,1,' image '),
(7926,'slug',0,1,''),
(7926,'title',0,1,' oasis lobby '),
(7927,'alt',0,1,''),
(7927,'extension',0,1,' jpg '),
(7927,'filename',0,1,' oasis room jpg '),
(7927,'kind',0,1,' image '),
(7927,'slug',0,1,''),
(7927,'title',0,1,' oasis room '),
(7928,'alt',0,1,''),
(7928,'extension',0,1,' jpg '),
(7928,'filename',0,1,' oasis station jpg '),
(7928,'kind',0,1,' image '),
(7928,'slug',0,1,''),
(7928,'title',0,1,' oasis station '),
(7937,'alt',0,1,''),
(7937,'extension',0,1,' jpg '),
(7937,'filename',0,1,' victoria commons exterior jpg '),
(7937,'kind',0,1,' image '),
(7937,'slug',0,1,''),
(7937,'title',0,1,' victoria commons exterior '),
(7938,'alt',0,1,''),
(7938,'extension',0,1,' jpg '),
(7938,'filename',0,1,' victoria commons common room jpg '),
(7938,'kind',0,1,' image '),
(7938,'slug',0,1,''),
(7938,'title',0,1,' victoria commons common room '),
(7939,'alt',0,1,''),
(7939,'extension',0,1,' jpg '),
(7939,'filename',0,1,' victoria commons dining jpg '),
(7939,'kind',0,1,' image '),
(7939,'slug',0,1,''),
(7939,'title',0,1,' victoria commons dining '),
(7940,'alt',0,1,''),
(7940,'extension',0,1,' jpg '),
(7940,'filename',0,1,' victoria commons hallway jpg '),
(7940,'kind',0,1,' image '),
(7940,'slug',0,1,''),
(7940,'title',0,1,' victoria commons hallway '),
(7941,'alt',0,1,''),
(7941,'extension',0,1,' jpg '),
(7941,'filename',0,1,' victoria commons social room jpg '),
(7941,'kind',0,1,' image '),
(7941,'slug',0,1,''),
(7941,'title',0,1,' victoria commons social room '),
(7950,'alt',0,1,''),
(7950,'extension',0,1,' jpg '),
(7950,'filename',0,1,' voorhees courtyard jpg '),
(7950,'kind',0,1,' image '),
(7950,'slug',0,1,''),
(7950,'title',0,1,' voorhees courtyard '),
(7951,'alt',0,1,''),
(7951,'extension',0,1,' jpg '),
(7951,'filename',0,1,' voorhees dining jpg '),
(7951,'kind',0,1,' image '),
(7951,'slug',0,1,''),
(7951,'title',0,1,' voorhees dining '),
(7952,'alt',0,1,''),
(7952,'extension',0,1,' jpg '),
(7952,'filename',0,1,' voorhees exterior jpg '),
(7952,'kind',0,1,' image '),
(7952,'slug',0,1,''),
(7952,'title',0,1,' voorhees exterior '),
(7953,'alt',0,1,''),
(7953,'extension',0,1,' jpg '),
(7953,'filename',0,1,' voorhees hallway jpg '),
(7953,'kind',0,1,' image '),
(7953,'slug',0,1,''),
(7953,'title',0,1,' voorhees hallway '),
(7954,'alt',0,1,''),
(7954,'extension',0,1,' jpg '),
(7954,'filename',0,1,' voorhees rehab gym jpg '),
(7954,'kind',0,1,' image '),
(7954,'slug',0,1,''),
(7954,'title',0,1,' voorhees rehab gym '),
(7955,'alt',0,1,''),
(7955,'extension',0,1,' jpg '),
(7955,'filename',0,1,' voorhees room 2 jpg '),
(7955,'kind',0,1,' image '),
(7955,'slug',0,1,''),
(7955,'title',0,1,' voorhees room 2 '),
(7956,'alt',0,1,''),
(7956,'extension',0,1,' jpg '),
(7956,'filename',0,1,' voorhees room jpg '),
(7956,'kind',0,1,' image '),
(7956,'slug',0,1,''),
(7956,'title',0,1,' voorhees room '),
(7957,'alt',0,1,''),
(7957,'extension',0,1,' jpg '),
(7957,'filename',0,1,' voorhees seating area jpg '),
(7957,'kind',0,1,' image '),
(7957,'slug',0,1,''),
(7957,'title',0,1,' voorhees seating area '),
(7966,'field:10',0,1,' users search using ai more more add ccbeyleaalf com to our ai optimized directory now to increase your chances of being recommended mentioned list it here https aireg pro '),
(7966,'field:18',0,1,' http ccbeyleaalf com contact '),
(7966,'field:19',0,1,' info ccbeylea com '),
(7966,'field:6',0,1,' jimmy vanzetti '),
(7966,'field:7',0,1,' better ai ccbeyleaalf com '),
(7966,'field:8',0,1,''),
(7966,'field:9',0,1,' resident family support '),
(7966,'title',0,1,' 2026 01 13 15 33 26 '),
(7998,'alt',0,1,''),
(7998,'extension',0,1,' jpg '),
(7998,'filename',0,1,' bayshore entrance jpg '),
(7998,'kind',0,1,' image '),
(7998,'slug',0,1,''),
(7998,'title',0,1,' bayshore entrance '),
(8017,'alt',0,1,''),
(8017,'extension',0,1,' jpg '),
(8017,'filename',0,1,' large res 14 jpg '),
(8017,'kind',0,1,' image '),
(8017,'slug',0,1,''),
(8017,'title',0,1,' large res 14 '),
(8024,'alt',0,1,''),
(8024,'extension',0,1,' jpg '),
(8024,'filename',0,1,' cedar grove hall jpg '),
(8024,'kind',0,1,' image '),
(8024,'slug',0,1,''),
(8024,'title',0,1,' cedar grove hall '),
(8025,'alt',0,1,''),
(8025,'extension',0,1,' jpg '),
(8025,'filename',0,1,' cedar grove lobby 2 jpg '),
(8025,'kind',0,1,' image '),
(8025,'slug',0,1,''),
(8025,'title',0,1,' cedar grove lobby 2 '),
(8026,'alt',0,1,''),
(8026,'extension',0,1,' jpg '),
(8026,'filename',0,1,' cedar grove rehab gym 2 jpg '),
(8026,'kind',0,1,' image '),
(8026,'slug',0,1,''),
(8026,'title',0,1,' cedar grove rehab gym 2 '),
(8027,'alt',0,1,''),
(8027,'extension',0,1,' jpg '),
(8027,'filename',0,1,' cedar grove rehab gym jpg '),
(8027,'kind',0,1,' image '),
(8027,'slug',0,1,''),
(8027,'title',0,1,' cedar grove rehab gym '),
(8032,'alt',0,1,''),
(8032,'extension',0,1,' jpg '),
(8032,'filename',0,1,' clark bedroom jpg '),
(8032,'kind',0,1,' image '),
(8032,'slug',0,1,''),
(8032,'title',0,1,' clark bedroom '),
(8033,'alt',0,1,''),
(8033,'extension',0,1,' jpg '),
(8033,'filename',0,1,' clark dining jpg '),
(8033,'kind',0,1,' image '),
(8033,'slug',0,1,''),
(8033,'title',0,1,' clark dining '),
(8034,'alt',0,1,''),
(8034,'extension',0,1,' jpg '),
(8034,'filename',0,1,' clark lobby 2026 01 14 163722 hdsq jpg '),
(8034,'kind',0,1,' image '),
(8034,'slug',0,1,''),
(8034,'title',0,1,' clark lobby '),
(8035,'alt',0,1,''),
(8035,'extension',0,1,' jpg '),
(8035,'filename',0,1,' clark rehab gym jpg '),
(8035,'kind',0,1,' image '),
(8035,'slug',0,1,''),
(8035,'title',0,1,' clark rehab gym '),
(8036,'alt',0,1,''),
(8036,'extension',0,1,' jpg '),
(8036,'filename',0,1,' clark room 2 jpg '),
(8036,'kind',0,1,' image '),
(8036,'slug',0,1,''),
(8036,'title',0,1,' clark room 2 '),
(8051,'alt',0,1,''),
(8051,'extension',0,1,' jpg '),
(8051,'filename',0,1,' green knoll hallway jpg '),
(8051,'kind',0,1,' image '),
(8051,'slug',0,1,''),
(8051,'title',0,1,' green knoll hallway '),
(8052,'alt',0,1,''),
(8052,'extension',0,1,' jpg '),
(8052,'filename',0,1,' green knoll lobby 2 jpg '),
(8052,'kind',0,1,' image '),
(8052,'slug',0,1,''),
(8052,'title',0,1,' green knoll lobby 2 '),
(8053,'alt',0,1,''),
(8053,'extension',0,1,' jpg '),
(8053,'filename',0,1,' green knoll rehab gym jpg '),
(8053,'kind',0,1,' image '),
(8053,'slug',0,1,''),
(8053,'title',0,1,' green knoll rehab gym '),
(8054,'alt',0,1,''),
(8054,'extension',0,1,' jpg '),
(8054,'filename',0,1,' green knoll room jpg '),
(8054,'kind',0,1,' image '),
(8054,'slug',0,1,''),
(8054,'title',0,1,' green knoll room '),
(8060,'alt',0,1,''),
(8060,'extension',0,1,' jpg '),
(8060,'filename',0,1,' holmdel bedroom amenities jpg '),
(8060,'kind',0,1,' image '),
(8060,'slug',0,1,''),
(8060,'title',0,1,' holmdel bedroom amenities '),
(8061,'alt',0,1,''),
(8061,'extension',0,1,' jpg '),
(8061,'filename',0,1,' holmdel bedroom jpg '),
(8061,'kind',0,1,' image '),
(8061,'slug',0,1,''),
(8061,'title',0,1,' holmdel bedroom '),
(8062,'alt',0,1,''),
(8062,'extension',0,1,' jpg '),
(8062,'filename',0,1,' holmdel common area jpg '),
(8062,'kind',0,1,' image '),
(8062,'slug',0,1,''),
(8062,'title',0,1,' holmdel common area '),
(8063,'alt',0,1,''),
(8063,'extension',0,1,' jpg '),
(8063,'filename',0,1,' holmdel kitchen jpg '),
(8063,'kind',0,1,' image '),
(8063,'slug',0,1,''),
(8063,'title',0,1,' holmdel kitchen '),
(8064,'alt',0,1,''),
(8064,'extension',0,1,' jpg '),
(8064,'filename',0,1,' holmdel porch jpg '),
(8064,'kind',0,1,' image '),
(8064,'slug',0,1,''),
(8064,'title',0,1,' holmdel porch '),
(8079,'alt',0,1,''),
(8079,'extension',0,1,' jpg '),
(8079,'filename',0,1,' madison bedroom jpg '),
(8079,'kind',0,1,' image '),
(8079,'slug',0,1,''),
(8079,'title',0,1,' madison bedroom '),
(8080,'alt',0,1,''),
(8080,'extension',0,1,' jpg '),
(8080,'filename',0,1,' madison rehab gym jpg '),
(8080,'kind',0,1,' image '),
(8080,'slug',0,1,''),
(8080,'title',0,1,' madison rehab gym '),
(8081,'alt',0,1,''),
(8081,'extension',0,1,' jpg '),
(8081,'filename',0,1,' madison lobby wide 1 jpg '),
(8081,'kind',0,1,' image '),
(8081,'slug',0,1,''),
(8081,'title',0,1,' madison lobby wide 1 '),
(8082,'alt',0,1,''),
(8082,'extension',0,1,' jpg '),
(8082,'filename',0,1,' madison lobby zoom 1 jpg '),
(8082,'kind',0,1,' image '),
(8082,'slug',0,1,''),
(8082,'title',0,1,' madison lobby zoom 1 '),
(8085,'alt',0,1,''),
(8085,'extension',0,1,' jpg '),
(8085,'filename',0,1,' madison bedroom 2 jpg '),
(8085,'kind',0,1,' image '),
(8085,'slug',0,1,''),
(8085,'title',0,1,' madison bedroom 2 '),
(8086,'alt',0,1,''),
(8086,'extension',0,1,' jpg '),
(8086,'filename',0,1,' madison rehab gym 2026 01 14 170453 pywe jpg '),
(8086,'kind',0,1,' image '),
(8086,'slug',0,1,''),
(8086,'title',0,1,' madison rehab gym '),
(8087,'alt',0,1,''),
(8087,'extension',0,1,' jpg '),
(8087,'filename',0,1,' madison dialysis jpg '),
(8087,'kind',0,1,' image '),
(8087,'slug',0,1,''),
(8087,'title',0,1,' madison dialysis '),
(8092,'alt',0,1,''),
(8092,'extension',0,1,' jpg '),
(8092,'filename',0,1,' mercerville common area jpg '),
(8092,'kind',0,1,' image '),
(8092,'slug',0,1,''),
(8092,'title',0,1,' mercerville common area '),
(8093,'alt',0,1,''),
(8093,'extension',0,1,' jpg '),
(8093,'filename',0,1,' mercerville double room jpg '),
(8093,'kind',0,1,' image '),
(8093,'slug',0,1,''),
(8093,'title',0,1,' mercerville double room '),
(8094,'alt',0,1,''),
(8094,'extension',0,1,' jpg '),
(8094,'filename',0,1,' mercerville lobby 2 jpg '),
(8094,'kind',0,1,' image '),
(8094,'slug',0,1,''),
(8094,'title',0,1,' mercerville lobby 2 '),
(8095,'alt',0,1,''),
(8095,'extension',0,1,' jpg '),
(8095,'filename',0,1,' mercerville rehab gym jpg '),
(8095,'kind',0,1,' image '),
(8095,'slug',0,1,''),
(8095,'title',0,1,' mercerville rehab gym '),
(8104,'alt',0,1,''),
(8104,'extension',0,1,' jpg '),
(8104,'filename',0,1,' orange park lobby 2026 01 14 173649 reeh jpg '),
(8104,'kind',0,1,' image '),
(8104,'slug',0,1,''),
(8104,'title',0,1,' orange park lobby '),
(8105,'alt',0,1,''),
(8105,'extension',0,1,' jpg '),
(8105,'filename',0,1,' orange park dining jpg '),
(8105,'kind',0,1,' image '),
(8105,'slug',0,1,''),
(8105,'title',0,1,' orange park dining '),
(8106,'alt',0,1,''),
(8106,'extension',0,1,' jpg '),
(8106,'filename',0,1,' orange park rehab gym jpg '),
(8106,'kind',0,1,' image '),
(8106,'slug',0,1,''),
(8106,'title',0,1,' orange park rehab gym '),
(8107,'alt',0,1,''),
(8107,'extension',0,1,' jpg '),
(8107,'filename',0,1,' orange park room jpg '),
(8107,'kind',0,1,' image '),
(8107,'slug',0,1,''),
(8107,'title',0,1,' orange park room '),
(8108,'alt',0,1,''),
(8108,'extension',0,1,' jpg '),
(8108,'filename',0,1,' orange park hallway jpg '),
(8108,'kind',0,1,' image '),
(8108,'slug',0,1,''),
(8108,'title',0,1,' orange park hallway '),
(8117,'alt',0,1,''),
(8117,'extension',0,1,' jpg '),
(8117,'filename',0,1,' park place bedroom jpg '),
(8117,'kind',0,1,' image '),
(8117,'slug',0,1,''),
(8117,'title',0,1,' park place bedroom '),
(8118,'alt',0,1,''),
(8118,'extension',0,1,' jpg '),
(8118,'filename',0,1,' park place lounge jpg '),
(8118,'kind',0,1,' image '),
(8118,'slug',0,1,''),
(8118,'title',0,1,' park place lounge '),
(8119,'alt',0,1,''),
(8119,'extension',0,1,' jpg '),
(8119,'filename',0,1,' park place rehab gym full jpg '),
(8119,'kind',0,1,' image '),
(8119,'slug',0,1,''),
(8119,'title',0,1,' park place rehab gym full '),
(8120,'alt',0,1,''),
(8120,'extension',0,1,' jpg '),
(8120,'filename',0,1,' park place rehab gym jpg '),
(8120,'kind',0,1,' image '),
(8120,'slug',0,1,''),
(8120,'title',0,1,' park place rehab gym '),
(8131,'alt',0,1,''),
(8131,'extension',0,1,' jpg '),
(8131,'filename',0,1,' plainfield bedroom jpg '),
(8131,'kind',0,1,' image '),
(8131,'slug',0,1,''),
(8131,'title',0,1,' plainfield bedroom '),
(8132,'alt',0,1,''),
(8132,'extension',0,1,' jpg '),
(8132,'filename',0,1,' plainfield common area 2 jpg '),
(8132,'kind',0,1,' image '),
(8132,'slug',0,1,''),
(8132,'title',0,1,' plainfield common area 2 '),
(8133,'alt',0,1,''),
(8133,'extension',0,1,' jpg '),
(8133,'filename',0,1,' plainfield common area jpg '),
(8133,'kind',0,1,' image '),
(8133,'slug',0,1,''),
(8133,'title',0,1,' plainfield common area '),
(8134,'alt',0,1,''),
(8134,'extension',0,1,' jpg '),
(8134,'filename',0,1,' plainfield dining jpg '),
(8134,'kind',0,1,' image '),
(8134,'slug',0,1,''),
(8134,'title',0,1,' plainfield dining '),
(8135,'alt',0,1,''),
(8135,'extension',0,1,' jpg '),
(8135,'filename',0,1,' plainfield hallway jpg '),
(8135,'kind',0,1,' image '),
(8135,'slug',0,1,''),
(8135,'title',0,1,' plainfield hallway '),
(8136,'alt',0,1,''),
(8136,'extension',0,1,' jpg '),
(8136,'filename',0,1,' plainfield lobby 2 jpg '),
(8136,'kind',0,1,' image '),
(8136,'slug',0,1,''),
(8136,'title',0,1,' plainfield lobby 2 '),
(8141,'alt',0,1,''),
(8141,'extension',0,1,' jpeg '),
(8141,'filename',0,1,' st vincent courtyard jpeg '),
(8141,'kind',0,1,' image '),
(8141,'slug',0,1,''),
(8141,'title',0,1,' st vincent courtyard '),
(8142,'alt',0,1,''),
(8142,'extension',0,1,' jpeg '),
(8142,'filename',0,1,' st vincents church jpeg '),
(8142,'kind',0,1,' image '),
(8142,'slug',0,1,''),
(8142,'title',0,1,' st vincents church '),
(8162,'alt',0,1,''),
(8162,'extension',0,1,' jpg '),
(8162,'filename',0,1,' summit ridge common area jpg '),
(8162,'kind',0,1,' image '),
(8162,'slug',0,1,''),
(8162,'title',0,1,' summit ridge common area '),
(8163,'alt',0,1,''),
(8163,'extension',0,1,' jpg '),
(8163,'filename',0,1,' summit ridge hallway jpg '),
(8163,'kind',0,1,' image '),
(8163,'slug',0,1,''),
(8163,'title',0,1,' summit ridge hallway '),
(8164,'alt',0,1,''),
(8164,'extension',0,1,' jpg '),
(8164,'filename',0,1,' summit ridge room jpg '),
(8164,'kind',0,1,' image '),
(8164,'slug',0,1,''),
(8164,'title',0,1,' summit ridge room '),
(8165,'alt',0,1,''),
(8165,'extension',0,1,' jpg '),
(8165,'filename',0,1,' summit ridge rehab gym jpg '),
(8165,'kind',0,1,' image '),
(8165,'slug',0,1,''),
(8165,'title',0,1,' summit ridge rehab gym '),
(8174,'alt',0,1,''),
(8174,'extension',0,1,' jpg '),
(8174,'filename',0,1,' west caldwell rehab gym jpg '),
(8174,'kind',0,1,' image '),
(8174,'slug',0,1,''),
(8174,'title',0,1,' west caldwell rehab gym '),
(8175,'alt',0,1,''),
(8175,'extension',0,1,' jpg '),
(8175,'filename',0,1,' west caldwell room 2 jpg '),
(8175,'kind',0,1,' image '),
(8175,'slug',0,1,''),
(8175,'title',0,1,' west caldwell room 2 '),
(8176,'alt',0,1,''),
(8176,'extension',0,1,' jpg '),
(8176,'filename',0,1,' west caldwell room jpg '),
(8176,'kind',0,1,' image '),
(8176,'slug',0,1,''),
(8176,'title',0,1,' west caldwell room '),
(8177,'alt',0,1,''),
(8177,'extension',0,1,' jpg '),
(8177,'filename',0,1,' west caldwell lobby 2026 01 14 192910 gtco jpg '),
(8177,'kind',0,1,' image '),
(8177,'slug',0,1,''),
(8177,'title',0,1,' west caldwell lobby '),
(8178,'alt',0,1,''),
(8178,'extension',0,1,' jpg '),
(8178,'filename',0,1,' west caldwell lobby 2026 01 14 192929 slyo jpg '),
(8178,'kind',0,1,' image '),
(8178,'slug',0,1,''),
(8178,'title',0,1,' west caldwell lobby '),
(8194,'alt',0,1,''),
(8194,'extension',0,1,' jpg '),
(8194,'filename',0,1,' west caldwell room 2026 01 14 193430 epnv jpg '),
(8194,'kind',0,1,' image '),
(8194,'slug',0,1,''),
(8194,'title',0,1,' west caldwell room '),
(8208,'alt',0,1,''),
(8208,'extension',0,1,' jpg '),
(8208,'filename',0,1,' whispering woods lobby jpg '),
(8208,'kind',0,1,' image '),
(8208,'slug',0,1,''),
(8208,'title',0,1,' whispering woods lobby '),
(8211,'alt',0,1,''),
(8211,'extension',0,1,' jpg '),
(8211,'filename',0,1,' whispering woods apartment room jpg '),
(8211,'kind',0,1,' image '),
(8211,'slug',0,1,''),
(8211,'title',0,1,' whispering woods apartment room '),
(8212,'alt',0,1,''),
(8212,'extension',0,1,' jpg '),
(8212,'filename',0,1,' whispering woods bed 2 jpg '),
(8212,'kind',0,1,' image '),
(8212,'slug',0,1,''),
(8212,'title',0,1,' whispering woods bed 2 '),
(8213,'alt',0,1,''),
(8213,'extension',0,1,' jpg '),
(8213,'filename',0,1,' whispering woods bed jpg '),
(8213,'kind',0,1,' image '),
(8213,'slug',0,1,''),
(8213,'title',0,1,' whispering woods bed '),
(8214,'alt',0,1,''),
(8214,'extension',0,1,' jpg '),
(8214,'filename',0,1,' whispering woods bedroom jpg '),
(8214,'kind',0,1,' image '),
(8214,'slug',0,1,''),
(8214,'title',0,1,' whispering woods bedroom '),
(8215,'alt',0,1,''),
(8215,'extension',0,1,' jpg '),
(8215,'filename',0,1,' whispering woods dining jpg '),
(8215,'kind',0,1,' image '),
(8215,'slug',0,1,''),
(8215,'title',0,1,' whispering woods dining '),
(8216,'alt',0,1,''),
(8216,'extension',0,1,' jpg '),
(8216,'filename',0,1,' whispering woods exterior zoom jpg '),
(8216,'kind',0,1,' image '),
(8216,'slug',0,1,''),
(8216,'title',0,1,' whispering woods exterior zoom '),
(8217,'alt',0,1,''),
(8217,'extension',0,1,' jpg '),
(8217,'filename',0,1,' whispering woods exterior jpg '),
(8217,'kind',0,1,' image '),
(8217,'slug',0,1,''),
(8217,'title',0,1,' whispering woods exterior '),
(8218,'alt',0,1,''),
(8218,'extension',0,1,' jpg '),
(8218,'filename',0,1,' whispering woods lobby 2026 01 14 200411 qqgo jpg '),
(8218,'kind',0,1,' image '),
(8218,'slug',0,1,''),
(8218,'title',0,1,' whispering woods lobby '),
(8227,'alt',0,1,''),
(8227,'extension',0,1,' jpg '),
(8227,'filename',0,1,' woodlands lobby2 jpg '),
(8227,'kind',0,1,' image '),
(8227,'slug',0,1,''),
(8227,'title',0,1,' woodlands lobby2 '),
(8518,'slug',0,1,''),
(8518,'title',0,1,''),
(8535,'slug',0,1,''),
(8535,'title',0,1,''),
(8536,'slug',0,1,''),
(8536,'title',0,1,''),
(8549,'field:10',0,1,' i am testing the contact form on the new website please ignore this email if you receive it thank you jonathan '),
(8549,'field:18',0,1,' https staging mycompletecare com ccmaplegrove contact '),
(8549,'field:19',0,1,' info stmaryscrc com '),
(8549,'field:6',0,1,' jon tech keys '),
(8549,'field:7',0,1,' jonathan solomon tech keys com '),
(8549,'field:8',0,1,' tech keys '),
(8549,'field:9',0,1,' general inquiry '),
(8549,'title',0,1,' 2026 01 15 12 35 55 '),
(8600,'alt',0,1,''),
(8600,'extension',0,1,' jpg '),
(8600,'filename',0,1,' hyattesville dining 06 jpg '),
(8600,'kind',0,1,' image '),
(8600,'slug',0,1,''),
(8600,'title',0,1,' hyattesville dining 06 '),
(8601,'alt',0,1,''),
(8601,'extension',0,1,' jpg '),
(8601,'filename',0,1,' hyattesville exterior 02 jpg '),
(8601,'kind',0,1,' image '),
(8601,'slug',0,1,''),
(8601,'title',0,1,' hyattesville exterior 02 '),
(8602,'alt',0,1,''),
(8602,'extension',0,1,' jpg '),
(8602,'filename',0,1,' hyattesville rehab 09 jpg '),
(8602,'kind',0,1,' image '),
(8602,'slug',0,1,''),
(8602,'title',0,1,' hyattesville rehab 09 '),
(8603,'alt',0,1,''),
(8603,'extension',0,1,' jpg '),
(8603,'filename',0,1,' hyattesville renal care 01 jpg '),
(8603,'kind',0,1,' image '),
(8603,'slug',0,1,''),
(8603,'title',0,1,' hyattesville renal care 01 '),
(8604,'alt',0,1,''),
(8604,'extension',0,1,' jpg '),
(8604,'filename',0,1,' hyattesville rooms 10 jpg '),
(8604,'kind',0,1,' image '),
(8604,'slug',0,1,''),
(8604,'title',0,1,' hyattesville rooms 10 '),
(8605,'alt',0,1,''),
(8605,'extension',0,1,' jpg '),
(8605,'filename',0,1,' hyattesville rooms 11 jpg '),
(8605,'kind',0,1,' image '),
(8605,'slug',0,1,''),
(8605,'title',0,1,' hyattesville rooms 11 '),
(8623,'alt',0,1,''),
(8623,'extension',0,1,' jpg '),
(8623,'filename',0,1,' beylea ad jpg '),
(8623,'kind',0,1,' image '),
(8623,'slug',0,1,''),
(8623,'title',0,1,' bey lea ad '),
(8650,'slug',0,1,' source '),
(8650,'title',0,1,' dietary '),
(8660,'slug',0,1,' frank p '),
(8660,'title',0,1,' frank p '),
(8668,'slug',0,1,' jackie j '),
(8668,'title',0,1,' jackie j '),
(8669,'slug',0,1,' rosalie r '),
(8669,'title',0,1,' rosalie r '),
(8670,'slug',0,1,' jenny p '),
(8670,'title',0,1,' jenny p '),
(8676,'alt',0,1,''),
(8676,'extension',0,1,' jpg '),
(8676,'filename',0,1,' chestnut dining room jpg '),
(8676,'kind',0,1,' image '),
(8676,'slug',0,1,''),
(8676,'title',0,1,' chestnut dining room '),
(8677,'alt',0,1,''),
(8677,'extension',0,1,' jpg '),
(8677,'filename',0,1,' chestnut res lobby 1 jpg '),
(8677,'kind',0,1,' image '),
(8677,'slug',0,1,''),
(8677,'title',0,1,' chestnut res lobby 1 '),
(8689,'slug',0,1,' recreation director '),
(8689,'title',0,1,' recreation director '),
(8690,'slug',0,1,' dietary aide '),
(8690,'title',0,1,' dietary aide '),
(8691,'slug',0,1,' housekeeping '),
(8691,'title',0,1,' housekeeping '),
(8692,'slug',0,1,' rn '),
(8692,'title',0,1,' activities assistant '),
(8704,'alt',0,1,''),
(8704,'extension',0,1,' jpg '),
(8704,'filename',0,1,' chestnutres ad jpg '),
(8704,'kind',0,1,' image '),
(8704,'slug',0,1,''),
(8704,'title',0,1,' chestnut res ad '),
(8706,'slug',0,1,' elizabeth pallotto '),
(8706,'title',0,1,' elizabeth pallotto '),
(8707,'slug',0,1,' legal statement '),
(8707,'title',0,1,' legal statement '),
(8733,'alt',0,1,''),
(8733,'extension',0,1,' jpg '),
(8733,'filename',0,1,' berkshire ad jpg '),
(8733,'kind',0,1,' image '),
(8733,'slug',0,1,''),
(8733,'title',0,1,' berkshire ad '),
(8740,'alt',0,1,''),
(8740,'extension',0,1,' jpg '),
(8740,'filename',0,1,' brakeleypark lobby2 2026 01 16 204735 pkfu jpg '),
(8740,'kind',0,1,' image '),
(8740,'slug',0,1,''),
(8740,'title',0,1,' brakeley park lobby2 '),
(8744,'alt',0,1,''),
(8744,'extension',0,1,' jpg '),
(8744,'filename',0,1,' chestnuthill rehabgym2 jpg '),
(8744,'kind',0,1,' image '),
(8744,'slug',0,1,''),
(8744,'title',0,1,' chestnut hill rehab gym2 '),
(8745,'alt',0,1,''),
(8745,'extension',0,1,' jpg '),
(8745,'filename',0,1,' chestnuthill rehabgym3 jpg '),
(8745,'kind',0,1,' image '),
(8745,'slug',0,1,''),
(8745,'title',0,1,' chestnut hill rehab gym3 '),
(8746,'alt',0,1,''),
(8746,'extension',0,1,' jpg '),
(8746,'filename',0,1,' chestnuthill room2 jpg '),
(8746,'kind',0,1,' image '),
(8746,'slug',0,1,''),
(8746,'title',0,1,' chestnut hill room2 '),
(8747,'alt',0,1,''),
(8747,'extension',0,1,' jpg '),
(8747,'filename',0,1,' chestnuthill lobby jpg '),
(8747,'kind',0,1,' image '),
(8747,'slug',0,1,''),
(8747,'title',0,1,' chestnut hill lobby '),
(8748,'alt',0,1,''),
(8748,'extension',0,1,' jpg '),
(8748,'filename',0,1,' chestnuthill lobby4 jpg '),
(8748,'kind',0,1,' image '),
(8748,'slug',0,1,''),
(8748,'title',0,1,' chestnut hill lobby4 '),
(8749,'alt',0,1,''),
(8749,'extension',0,1,' jpg '),
(8749,'filename',0,1,' chestnuthill rehabgym jpg '),
(8749,'kind',0,1,' image '),
(8749,'slug',0,1,''),
(8749,'title',0,1,' chestnut hill rehab gym '),
(8750,'alt',0,1,''),
(8750,'extension',0,1,' jpg '),
(8750,'filename',0,1,' chestnuthill room jpg '),
(8750,'kind',0,1,' image '),
(8750,'slug',0,1,''),
(8750,'title',0,1,' chestnut hill room '),
(8751,'alt',0,1,''),
(8751,'extension',0,1,' jpg '),
(8751,'filename',0,1,' chestnuthill room seating jpg '),
(8751,'kind',0,1,' image '),
(8751,'slug',0,1,''),
(8751,'title',0,1,' chestnut hill room seating '),
(8752,'alt',0,1,''),
(8752,'extension',0,1,' jpg '),
(8752,'filename',0,1,' chestnuthill room2 2026 01 16 205601 ddqz jpg '),
(8752,'kind',0,1,' image '),
(8752,'slug',0,1,''),
(8752,'title',0,1,' chestnut hill room2 '),
(8753,'alt',0,1,''),
(8753,'extension',0,1,' jpg '),
(8753,'filename',0,1,' chestnuthill room3 jpg '),
(8753,'kind',0,1,' image '),
(8753,'slug',0,1,''),
(8753,'title',0,1,' chestnut hill room3 '),
(8754,'alt',0,1,''),
(8754,'extension',0,1,' jpg '),
(8754,'filename',0,1,' chestnuthill room4 jpg '),
(8754,'kind',0,1,' image '),
(8754,'slug',0,1,''),
(8754,'title',0,1,' chestnut hill room4 '),
(8759,'alt',0,1,''),
(8759,'extension',0,1,' jpg '),
(8759,'filename',0,1,' chestnutres ad 2026 01 16 205903 jjyk jpg '),
(8759,'kind',0,1,' image '),
(8759,'slug',0,1,''),
(8759,'title',0,1,' chestnut res ad '),
(8764,'alt',0,1,''),
(8764,'extension',0,1,' jpg '),
(8764,'filename',0,1,' chestnutres admin jpg '),
(8764,'kind',0,1,' image '),
(8764,'slug',0,1,''),
(8764,'title',0,1,' chestnut res admin '),
(8769,'alt',0,1,''),
(8769,'extension',0,1,' jpg '),
(8769,'filename',0,1,' chestnut admin jpg '),
(8769,'kind',0,1,' image '),
(8769,'slug',0,1,''),
(8769,'title',0,1,' chestnut admin '),
(8774,'alt',0,1,''),
(8774,'extension',0,1,' png '),
(8774,'filename',0,1,' screenshot 2026 01 16 153447 png '),
(8774,'kind',0,1,' image '),
(8774,'slug',0,1,''),
(8774,'title',0,1,' chestnut dining '),
(8779,'alt',0,1,''),
(8779,'extension',0,1,' jpg '),
(8779,'filename',0,1,' fairlawn room3 jpg '),
(8779,'kind',0,1,' image '),
(8779,'slug',0,1,''),
(8779,'title',0,1,' fair lawn room3 '),
(8780,'alt',0,1,''),
(8780,'extension',0,1,' jpg '),
(8780,'filename',0,1,' fairlawn salon jpg '),
(8780,'kind',0,1,' image '),
(8780,'slug',0,1,''),
(8780,'title',0,1,' fair lawn salon '),
(8781,'alt',0,1,''),
(8781,'extension',0,1,' jpg '),
(8781,'filename',0,1,' fair lawn lobby 2026 01 17 001245 kxgj jpg '),
(8781,'kind',0,1,' image '),
(8781,'slug',0,1,''),
(8781,'title',0,1,' fair lawn lobby '),
(8782,'alt',0,1,''),
(8782,'extension',0,1,' jpg '),
(8782,'filename',0,1,' fairlawn lobby jpg '),
(8782,'kind',0,1,' image '),
(8782,'slug',0,1,''),
(8782,'title',0,1,' fair lawn lobby '),
(8783,'alt',0,1,''),
(8783,'extension',0,1,' jpg '),
(8783,'filename',0,1,' fairlawn rehabgym jpg '),
(8783,'kind',0,1,' image '),
(8783,'slug',0,1,''),
(8783,'title',0,1,' fair lawn rehab gym '),
(8784,'alt',0,1,''),
(8784,'extension',0,1,' jpg '),
(8784,'filename',0,1,' fairlawn rehabgym2 jpg '),
(8784,'kind',0,1,' image '),
(8784,'slug',0,1,''),
(8784,'title',0,1,' fair lawn rehab gym2 '),
(8785,'alt',0,1,''),
(8785,'extension',0,1,' jpg '),
(8785,'filename',0,1,' fairlawn room jpg '),
(8785,'kind',0,1,' image '),
(8785,'slug',0,1,''),
(8785,'title',0,1,' fair lawn room '),
(8786,'alt',0,1,''),
(8786,'extension',0,1,' jpg '),
(8786,'filename',0,1,' fairlawn room2 jpg '),
(8786,'kind',0,1,' image '),
(8786,'slug',0,1,''),
(8786,'title',0,1,' fair lawn room2 '),
(8795,'alt',0,1,''),
(8795,'extension',0,1,' jpg '),
(8795,'filename',0,1,' fairlawn room3 2026 01 17 001839 unuq jpg '),
(8795,'kind',0,1,' image '),
(8795,'slug',0,1,''),
(8795,'title',0,1,' fair lawn room3 '),
(8796,'alt',0,1,''),
(8796,'extension',0,1,' jpg '),
(8796,'filename',0,1,' fairlawn salon 2026 01 17 001842 qwip jpg '),
(8796,'kind',0,1,' image '),
(8796,'slug',0,1,''),
(8796,'title',0,1,' fair lawn salon '),
(8797,'alt',0,1,''),
(8797,'extension',0,1,' jpg '),
(8797,'filename',0,1,' fair lawn lobby 2026 01 17 001843 pdqx jpg '),
(8797,'kind',0,1,' image '),
(8797,'slug',0,1,''),
(8797,'title',0,1,' fair lawn lobby '),
(8798,'alt',0,1,''),
(8798,'extension',0,1,' jpg '),
(8798,'filename',0,1,' fairlawn lobby 2026 01 17 001845 fobr jpg '),
(8798,'kind',0,1,' image '),
(8798,'slug',0,1,''),
(8798,'title',0,1,' fair lawn lobby '),
(8799,'alt',0,1,''),
(8799,'extension',0,1,' jpg '),
(8799,'filename',0,1,' fairlawn rehabgym 2026 01 17 001847 zekw jpg '),
(8799,'kind',0,1,' image '),
(8799,'slug',0,1,''),
(8799,'title',0,1,' fair lawn rehab gym '),
(8800,'alt',0,1,''),
(8800,'extension',0,1,' jpg '),
(8800,'filename',0,1,' fairlawn rehabgym2 2026 01 17 001849 mbqx jpg '),
(8800,'kind',0,1,' image '),
(8800,'slug',0,1,''),
(8800,'title',0,1,' fair lawn rehab gym2 '),
(8801,'alt',0,1,''),
(8801,'extension',0,1,' jpg '),
(8801,'filename',0,1,' fairlawn room 2026 01 17 001851 qwzd jpg '),
(8801,'kind',0,1,' image '),
(8801,'slug',0,1,''),
(8801,'title',0,1,' fair lawn room '),
(8802,'alt',0,1,''),
(8802,'extension',0,1,' jpg '),
(8802,'filename',0,1,' fairlawn room2 2026 01 17 001853 pgud jpg '),
(8802,'kind',0,1,' image '),
(8802,'slug',0,1,''),
(8802,'title',0,1,' fair lawn room2 '),
(8803,'alt',0,1,''),
(8803,'extension',0,1,' jpg '),
(8803,'filename',0,1,' hamiltonplaza rehabgym3 jpg '),
(8803,'kind',0,1,' image '),
(8803,'slug',0,1,''),
(8803,'title',0,1,' hamilton plaza rehab gym3 '),
(8804,'alt',0,1,''),
(8804,'extension',0,1,' jpg '),
(8804,'filename',0,1,' hamiltonplaza singleroom jpg '),
(8804,'kind',0,1,' image '),
(8804,'slug',0,1,''),
(8804,'title',0,1,' hamilton plaza single room '),
(8805,'alt',0,1,''),
(8805,'extension',0,1,' jpg '),
(8805,'filename',0,1,' hamiltonplaza singleroom2 jpg '),
(8805,'kind',0,1,' image '),
(8805,'slug',0,1,''),
(8805,'title',0,1,' hamilton plaza single room2 '),
(8806,'alt',0,1,''),
(8806,'extension',0,1,' jpg '),
(8806,'filename',0,1,' hamilton plaza lobby 2026 01 17 002024 xdxz jpg '),
(8806,'kind',0,1,' image '),
(8806,'slug',0,1,''),
(8806,'title',0,1,' hamilton plaza lobby '),
(8807,'alt',0,1,''),
(8807,'extension',0,1,' jpg '),
(8807,'filename',0,1,' hamiltonplaza doubleroom jpg '),
(8807,'kind',0,1,' image '),
(8807,'slug',0,1,''),
(8807,'title',0,1,' hamilton plaza double room '),
(8808,'alt',0,1,''),
(8808,'extension',0,1,' jpg '),
(8808,'filename',0,1,' hamiltonplaza rehabgym jpg '),
(8808,'kind',0,1,' image '),
(8808,'slug',0,1,''),
(8808,'title',0,1,' hamilton plaza rehab gym '),
(8810,'alt',0,1,''),
(8810,'extension',0,1,' jpg '),
(8810,'filename',0,1,' hamiltonplaza rehabgym2 jpg '),
(8810,'kind',0,1,' image '),
(8810,'slug',0,1,''),
(8810,'title',0,1,' hamilton plaza rehab gym2 '),
(8812,'slug',0,1,' ronald mondesir '),
(8812,'title',0,1,' ronald mondesir '),
(8829,'alt',0,1,''),
(8829,'extension',0,1,' jpg '),
(8829,'filename',0,1,' double room 2 jpg '),
(8829,'kind',0,1,' image '),
(8829,'slug',0,1,''),
(8829,'title',0,1,' double room 2 '),
(8830,'alt',0,1,''),
(8830,'extension',0,1,' jpg '),
(8830,'filename',0,1,' double room jpg '),
(8830,'kind',0,1,' image '),
(8830,'slug',0,1,''),
(8830,'title',0,1,' double room '),
(8831,'alt',0,1,''),
(8831,'extension',0,1,' jpg '),
(8831,'filename',0,1,' harborage lobby 2026 01 17 002408 oebx jpg '),
(8831,'kind',0,1,' image '),
(8831,'slug',0,1,''),
(8831,'title',0,1,' harborage lobby '),
(8832,'alt',0,1,''),
(8832,'extension',0,1,' jpg '),
(8832,'filename',0,1,' room 2 jpg '),
(8832,'kind',0,1,' image '),
(8832,'slug',0,1,''),
(8832,'title',0,1,' room 2 '),
(8833,'alt',0,1,''),
(8833,'extension',0,1,' jpg '),
(8833,'filename',0,1,' room 3 jpg '),
(8833,'kind',0,1,' image '),
(8833,'slug',0,1,''),
(8833,'title',0,1,' room 3 '),
(8834,'alt',0,1,''),
(8834,'extension',0,1,' jpg '),
(8834,'filename',0,1,' room 4 jpg '),
(8834,'kind',0,1,' image '),
(8834,'slug',0,1,''),
(8834,'title',0,1,' room 4 '),
(8835,'alt',0,1,''),
(8835,'extension',0,1,' jpg '),
(8835,'filename',0,1,' room jpg '),
(8835,'kind',0,1,' image '),
(8835,'slug',0,1,''),
(8835,'title',0,1,' room '),
(8836,'alt',0,1,''),
(8836,'extension',0,1,' jpg '),
(8836,'filename',0,1,' bathroom jpg '),
(8836,'kind',0,1,' image '),
(8836,'slug',0,1,''),
(8836,'title',0,1,' bathroom '),
(8837,'alt',0,1,''),
(8837,'extension',0,1,' jpg '),
(8837,'filename',0,1,' dinning area jpg '),
(8837,'kind',0,1,' image '),
(8837,'slug',0,1,''),
(8837,'title',0,1,' dinning area '),
(8839,'slug',0,1,' stephanie kendle '),
(8839,'title',0,1,' stephanie kendle '),
(8853,'slug',0,1,' pamela grzyb '),
(8853,'title',0,1,' pamela grzyb '),
(8862,'alt',0,1,''),
(8862,'extension',0,1,' jpg '),
(8862,'filename',0,1,' double bed room 4 jpg '),
(8862,'kind',0,1,' image '),
(8862,'slug',0,1,''),
(8862,'title',0,1,' double bed room 4 '),
(8864,'alt',0,1,''),
(8864,'extension',0,1,' jpg '),
(8864,'filename',0,1,' double bed room jpg '),
(8864,'kind',0,1,' image '),
(8864,'slug',0,1,''),
(8864,'title',0,1,' double bed room '),
(8865,'alt',0,1,''),
(8865,'extension',0,1,' jpg '),
(8865,'filename',0,1,' front of building 2 jpg '),
(8865,'kind',0,1,' image '),
(8865,'slug',0,1,''),
(8865,'title',0,1,' front of building 2 '),
(8866,'alt',0,1,''),
(8866,'extension',0,1,' jpg '),
(8866,'filename',0,1,' front of building jpg '),
(8866,'kind',0,1,' image '),
(8866,'slug',0,1,''),
(8866,'title',0,1,' front of building '),
(8867,'alt',0,1,''),
(8867,'extension',0,1,' jpg '),
(8867,'filename',0,1,' harston lobby 2026 01 17 002931 aqjr jpg '),
(8867,'kind',0,1,' image '),
(8867,'slug',0,1,''),
(8867,'title',0,1,' harston lobby '),
(8868,'alt',0,1,''),
(8868,'extension',0,1,' jpg '),
(8868,'filename',0,1,' lobby jpg '),
(8868,'kind',0,1,' image '),
(8868,'slug',0,1,''),
(8868,'title',0,1,' lobby '),
(8869,'alt',0,1,''),
(8869,'extension',0,1,' jpg '),
(8869,'filename',0,1,' double bed room 2 jpg '),
(8869,'kind',0,1,' image '),
(8869,'slug',0,1,''),
(8869,'title',0,1,' double bed room 2 '),
(8871,'alt',0,1,''),
(8871,'extension',0,1,' jpg '),
(8871,'filename',0,1,' double bed room 3 jpg '),
(8871,'kind',0,1,' image '),
(8871,'slug',0,1,''),
(8871,'title',0,1,' double bed room 3 '),
(8872,'slug',0,1,' serena corley '),
(8872,'title',0,1,' serena corley '),
(8888,'alt',0,1,''),
(8888,'extension',0,1,' jpg '),
(8888,'filename',0,1,' inglemoor lobby 2026 01 17 003315 dzkx jpg '),
(8888,'kind',0,1,' image '),
(8888,'slug',0,1,''),
(8888,'title',0,1,' inglemoor lobby '),
(8889,'alt',0,1,''),
(8889,'extension',0,1,' jpg '),
(8889,'filename',0,1,' lobby 2 jpg '),
(8889,'kind',0,1,' image '),
(8889,'slug',0,1,''),
(8889,'title',0,1,' lobby 2 '),
(8894,'slug',0,1,' sasha saco '),
(8894,'title',0,1,' sasha saco '),
(8897,'slug',0,1,' bridget roe '),
(8897,'title',0,1,' bridget roe '),
(8911,'slug',0,1,' christine klekamp '),
(8911,'title',0,1,' christine klekamp '),
(8918,'alt',0,1,''),
(8918,'extension',0,1,' jpg '),
(8918,'filename',0,1,' gym rehab 2 jpg '),
(8918,'kind',0,1,' image '),
(8918,'slug',0,1,''),
(8918,'title',0,1,' gym rehab 2 '),
(8919,'alt',0,1,''),
(8919,'extension',0,1,' jpg '),
(8919,'filename',0,1,' gym rehab 3 jpg '),
(8919,'kind',0,1,' image '),
(8919,'slug',0,1,''),
(8919,'title',0,1,' gym rehab 3 '),
(8920,'alt',0,1,''),
(8920,'extension',0,1,' jpg '),
(8920,'filename',0,1,' gym rehab jpg '),
(8920,'kind',0,1,' image '),
(8920,'slug',0,1,''),
(8920,'title',0,1,' gym rehab '),
(8923,'alt',0,1,''),
(8923,'extension',0,1,' jpg '),
(8923,'filename',0,1,' lehigh lobby 2026 01 17 003749 qrmb jpg '),
(8923,'kind',0,1,' image '),
(8923,'slug',0,1,''),
(8923,'title',0,1,' lehigh lobby '),
(8924,'alt',0,1,''),
(8924,'extension',0,1,' jpg '),
(8924,'filename',0,1,' patio jpg '),
(8924,'kind',0,1,' image '),
(8924,'slug',0,1,''),
(8924,'title',0,1,' patio '),
(8925,'alt',0,1,''),
(8925,'extension',0,1,' jpg '),
(8925,'filename',0,1,' room bed jpg '),
(8925,'kind',0,1,' image '),
(8925,'slug',0,1,''),
(8925,'title',0,1,' room bed '),
(8926,'alt',0,1,''),
(8926,'extension',0,1,' jpg '),
(8926,'filename',0,1,' 367a8203 jpg '),
(8926,'kind',0,1,' image '),
(8926,'slug',0,1,''),
(8926,'title',0,1,' 367 a8203 '),
(8927,'alt',0,1,''),
(8927,'extension',0,1,' jpg '),
(8927,'filename',0,1,' 367a8236 jpg '),
(8927,'kind',0,1,' image '),
(8927,'slug',0,1,''),
(8927,'title',0,1,' 367 a8236 '),
(8928,'alt',0,1,''),
(8928,'extension',0,1,' jpg '),
(8928,'filename',0,1,' aerial view 2 jpg '),
(8928,'kind',0,1,' image '),
(8928,'slug',0,1,''),
(8928,'title',0,1,' aerial view 2 '),
(8929,'alt',0,1,''),
(8929,'extension',0,1,' jpg '),
(8929,'filename',0,1,' aerial view 3 jpg '),
(8929,'kind',0,1,' image '),
(8929,'slug',0,1,''),
(8929,'title',0,1,' aerial view 3 '),
(8930,'alt',0,1,''),
(8930,'extension',0,1,' jpg '),
(8930,'filename',0,1,' aerial view 4 jpg '),
(8930,'kind',0,1,' image '),
(8930,'slug',0,1,''),
(8930,'title',0,1,' aerial view 4 '),
(8931,'alt',0,1,''),
(8931,'extension',0,1,' jpg '),
(8931,'filename',0,1,' aerial view jpg '),
(8931,'kind',0,1,' image '),
(8931,'slug',0,1,''),
(8931,'title',0,1,' aerial view '),
(8932,'alt',0,1,''),
(8932,'extension',0,1,' jpg '),
(8932,'filename',0,1,' double bed room 2 2026 01 17 003806 dnbf jpg '),
(8932,'kind',0,1,' image '),
(8932,'slug',0,1,''),
(8932,'title',0,1,' double bed room 2 '),
(8933,'alt',0,1,''),
(8933,'extension',0,1,' jpg '),
(8933,'filename',0,1,' double bedroom jpg '),
(8933,'kind',0,1,' image '),
(8933,'slug',0,1,''),
(8933,'title',0,1,' double bedroom '),
(8934,'alt',0,1,''),
(8934,'extension',0,1,' jpg '),
(8934,'filename',0,1,' front of building 2 2026 01 17 003812 thei jpg '),
(8934,'kind',0,1,' image '),
(8934,'slug',0,1,''),
(8934,'title',0,1,' front of building 2 '),
(8935,'alt',0,1,''),
(8935,'extension',0,1,' jpg '),
(8935,'filename',0,1,' front of building 3 jpg '),
(8935,'kind',0,1,' image '),
(8935,'slug',0,1,''),
(8935,'title',0,1,' front of building 3 '),
(8936,'alt',0,1,''),
(8936,'extension',0,1,' jpg '),
(8936,'filename',0,1,' front of building 2026 01 17 003813 svcy jpg '),
(8936,'kind',0,1,' image '),
(8936,'slug',0,1,''),
(8936,'title',0,1,' front of building '),
(8953,'alt',0,1,''),
(8953,'extension',0,1,' jpg '),
(8953,'filename',0,1,' milfordmanor room3 jpg '),
(8953,'kind',0,1,' image '),
(8953,'slug',0,1,''),
(8953,'title',0,1,' milford manor room3 '),
(8954,'alt',0,1,''),
(8954,'extension',0,1,' jpg '),
(8954,'filename',0,1,' milfordmanor kitchen jpg '),
(8954,'kind',0,1,' image '),
(8954,'slug',0,1,''),
(8954,'title',0,1,' milford manor kitchen '),
(8955,'alt',0,1,''),
(8955,'extension',0,1,' jpg '),
(8955,'filename',0,1,' milfordmanor rehabgym jpg '),
(8955,'kind',0,1,' image '),
(8955,'slug',0,1,''),
(8955,'title',0,1,' milford manor rehab gym '),
(8956,'alt',0,1,''),
(8956,'extension',0,1,' jpg '),
(8956,'filename',0,1,' milfordmanor rehabgym2 jpg '),
(8956,'kind',0,1,' image '),
(8956,'slug',0,1,''),
(8956,'title',0,1,' milford manor rehab gym2 '),
(8957,'alt',0,1,''),
(8957,'extension',0,1,' jpg '),
(8957,'filename',0,1,' milfordmanor room jpg '),
(8957,'kind',0,1,' image '),
(8957,'slug',0,1,''),
(8957,'title',0,1,' milford manor room '),
(8958,'alt',0,1,''),
(8958,'extension',0,1,' jpg '),
(8958,'filename',0,1,' milfordmanor room2 jpg '),
(8958,'kind',0,1,' image '),
(8958,'slug',0,1,''),
(8958,'title',0,1,' milford manor room2 '),
(8959,'alt',0,1,''),
(8959,'extension',0,1,' jpg '),
(8959,'filename',0,1,' milford manor lobby 2026 01 17 004233 ctpq jpg '),
(8959,'kind',0,1,' image '),
(8959,'slug',0,1,''),
(8959,'title',0,1,' milford manor lobby '),
(8968,'alt',0,1,''),
(8968,'extension',0,1,' jpg '),
(8968,'filename',0,1,' phillipsburg lobby 2026 01 17 004803 xrol jpg '),
(8968,'kind',0,1,' image '),
(8968,'slug',0,1,''),
(8968,'title',0,1,' phillipsburg lobby '),
(8969,'alt',0,1,''),
(8969,'extension',0,1,' jpg '),
(8969,'filename',0,1,' phillipsburg doubleroom jpg '),
(8969,'kind',0,1,' image '),
(8969,'slug',0,1,''),
(8969,'title',0,1,' phillipsburg double room '),
(8970,'alt',0,1,''),
(8970,'extension',0,1,' jpg '),
(8970,'filename',0,1,' phillipsburg rehabgym jpg '),
(8970,'kind',0,1,' image '),
(8970,'slug',0,1,''),
(8970,'title',0,1,' phillipsburg rehab gym '),
(8971,'alt',0,1,''),
(8971,'extension',0,1,' jpg '),
(8971,'filename',0,1,' phillipsburg rehabgym2 jpg '),
(8971,'kind',0,1,' image '),
(8971,'slug',0,1,''),
(8971,'title',0,1,' phillipsburg rehab gym2 '),
(8972,'alt',0,1,''),
(8972,'extension',0,1,' jpg '),
(8972,'filename',0,1,' phillipsburg singleroom1 jpg '),
(8972,'kind',0,1,' image '),
(8972,'slug',0,1,''),
(8972,'title',0,1,' phillipsburg single room1 '),
(8973,'alt',0,1,''),
(8973,'extension',0,1,' jpg '),
(8973,'filename',0,1,' phillipsburg singleroom2 jpg '),
(8973,'kind',0,1,' image '),
(8973,'slug',0,1,''),
(8973,'title',0,1,' phillipsburg single room2 '),
(8974,'alt',0,1,''),
(8974,'extension',0,1,' jpg '),
(8974,'filename',0,1,' phillipsburg sittingarea jpg '),
(8974,'kind',0,1,' image '),
(8974,'slug',0,1,''),
(8974,'title',0,1,' phillipsburg sitting area '),
(8980,'alt',0,1,''),
(8980,'extension',0,1,' jpg '),
(8980,'filename',0,1,' lobby 2026 01 17 005106 tvup jpg '),
(8980,'kind',0,1,' image '),
(8980,'slug',0,1,''),
(8980,'title',0,1,' lobby '),
(8981,'alt',0,1,''),
(8981,'extension',0,1,' jpg '),
(8981,'filename',0,1,' room 2026 01 17 005110 egxb jpg '),
(8981,'kind',0,1,' image '),
(8981,'slug',0,1,''),
(8981,'title',0,1,' room '),
(8982,'alt',0,1,''),
(8982,'extension',0,1,' jpg '),
(8982,'filename',0,1,' sts 0283 jpg '),
(8982,'kind',0,1,' image '),
(8982,'slug',0,1,''),
(8982,'title',0,1,' sts 0283 '),
(8983,'alt',0,1,''),
(8983,'extension',0,1,' jpg '),
(8983,'filename',0,1,' double bed room 2026 01 17 005114 qvgn jpg '),
(8983,'kind',0,1,' image '),
(8983,'slug',0,1,''),
(8983,'title',0,1,' double bed room '),
(8984,'alt',0,1,''),
(8984,'extension',0,1,' jpg '),
(8984,'filename',0,1,' gym rehab 2026 01 17 005117 vmiy jpg '),
(8984,'kind',0,1,' image '),
(8984,'slug',0,1,''),
(8984,'title',0,1,' gym rehab '),
(9008,'alt',0,1,''),
(9008,'extension',0,1,' jpg '),
(9008,'filename',0,1,' hagerstown cover photo jpg '),
(9008,'kind',0,1,' image '),
(9008,'slug',0,1,''),
(9008,'title',0,1,' hagerstown cover photo '),
(9011,'alt',0,1,''),
(9011,'extension',0,1,' jpg '),
(9011,'filename',0,1,' hagerstown lobby 04 jpg '),
(9011,'kind',0,1,' image '),
(9011,'slug',0,1,''),
(9011,'title',0,1,' hagerstown lobby 04 '),
(9012,'alt',0,1,''),
(9012,'extension',0,1,' jpg '),
(9012,'filename',0,1,' hagerstown patient room 07 jpg '),
(9012,'kind',0,1,' image '),
(9012,'slug',0,1,''),
(9012,'title',0,1,' hagerstown patient room 07 '),
(9013,'alt',0,1,''),
(9013,'extension',0,1,' jpg '),
(9013,'filename',0,1,' hagerstown rehab 05 jpg '),
(9013,'kind',0,1,' image '),
(9013,'slug',0,1,''),
(9013,'title',0,1,' hagerstown rehab 05 '),
(9014,'alt',0,1,''),
(9014,'extension',0,1,' jpg '),
(9014,'filename',0,1,' hagerstown single patient room 081 jpg '),
(9014,'kind',0,1,' image '),
(9014,'slug',0,1,''),
(9014,'title',0,1,' hagerstown single patient room 081 '),
(9015,'alt',0,1,''),
(9015,'extension',0,1,' jpg '),
(9015,'filename',0,1,' rehab gym 3 jpg '),
(9015,'kind',0,1,' image '),
(9015,'slug',0,1,''),
(9015,'title',0,1,' rehab gym 3 '),
(9016,'alt',0,1,''),
(9016,'extension',0,1,' jpg '),
(9016,'filename',0,1,' rehab gym 4 jpg '),
(9016,'kind',0,1,' image '),
(9016,'slug',0,1,''),
(9016,'title',0,1,' rehab gym 4 '),
(9017,'alt',0,1,''),
(9017,'extension',0,1,' jpg '),
(9017,'filename',0,1,' rehab gym jpg '),
(9017,'kind',0,1,' image '),
(9017,'slug',0,1,''),
(9017,'title',0,1,' rehab gym '),
(9018,'alt',0,1,''),
(9018,'extension',0,1,' jpg '),
(9018,'filename',0,1,' semi private room 2 jpg '),
(9018,'kind',0,1,' image '),
(9018,'slug',0,1,''),
(9018,'title',0,1,' semi private room 2 '),
(9025,'alt',0,1,''),
(9025,'extension',0,1,' jpg '),
(9025,'filename',0,1,' heritage cover photo jpg '),
(9025,'kind',0,1,' image '),
(9025,'slug',0,1,''),
(9025,'title',0,1,' heritage cover photo '),
(9028,'alt',0,1,''),
(9028,'extension',0,1,' jpg '),
(9028,'filename',0,1,' lobby copy jpg '),
(9028,'kind',0,1,' image '),
(9028,'slug',0,1,''),
(9028,'title',0,1,' lobby copy '),
(9029,'alt',0,1,''),
(9029,'extension',0,1,' jpg '),
(9029,'filename',0,1,' patio 04 copy jpg '),
(9029,'kind',0,1,' image '),
(9029,'slug',0,1,''),
(9029,'title',0,1,' patio 04 copy '),
(9030,'alt',0,1,''),
(9030,'extension',0,1,' jpg '),
(9030,'filename',0,1,' physical therapy gym 08 jpg '),
(9030,'kind',0,1,' image '),
(9030,'slug',0,1,''),
(9030,'title',0,1,' physical therapy gym 08 '),
(9031,'alt',0,1,''),
(9031,'extension',0,1,' jpg '),
(9031,'filename',0,1,' physical therapy gym 12 jpg '),
(9031,'kind',0,1,' image '),
(9031,'slug',0,1,''),
(9031,'title',0,1,' physical therapy gym 12 '),
(9032,'alt',0,1,''),
(9032,'extension',0,1,' jpg '),
(9032,'filename',0,1,' physical therapy gym 13 002 jpg '),
(9032,'kind',0,1,' image '),
(9032,'slug',0,1,''),
(9032,'title',0,1,' physical therapy gym 13 002 '),
(9033,'alt',0,1,''),
(9033,'extension',0,1,' jpg '),
(9033,'filename',0,1,' room 06 002 jpg '),
(9033,'kind',0,1,' image '),
(9033,'slug',0,1,''),
(9033,'title',0,1,' room 06 002 '),
(9038,'alt',0,1,''),
(9038,'extension',0,1,' jpg '),
(9038,'filename',0,1,' hillside cover photo jpg '),
(9038,'kind',0,1,' image '),
(9038,'slug',0,1,''),
(9038,'title',0,1,' hillside cover photo '),
(9041,'alt',0,1,''),
(9041,'extension',0,1,' jpg '),
(9041,'filename',0,1,' hillside activities 10 jpg '),
(9041,'kind',0,1,' image '),
(9041,'slug',0,1,''),
(9041,'title',0,1,' hillside activities 10 '),
(9042,'alt',0,1,''),
(9042,'extension',0,1,' jpg '),
(9042,'filename',0,1,' hillside double bed 08 jpg '),
(9042,'kind',0,1,' image '),
(9042,'slug',0,1,''),
(9042,'title',0,1,' hillside double bed 08 '),
(9043,'alt',0,1,''),
(9043,'extension',0,1,' jpg '),
(9043,'filename',0,1,' hillside lobby 05 jpg '),
(9043,'kind',0,1,' image '),
(9043,'slug',0,1,''),
(9043,'title',0,1,' hillside lobby 05 '),
(9044,'alt',0,1,''),
(9044,'extension',0,1,' jpg '),
(9044,'filename',0,1,' hillside lobby and activities 06 jpg '),
(9044,'kind',0,1,' image '),
(9044,'slug',0,1,''),
(9044,'title',0,1,' hillside lobby and activities 06 '),
(9045,'alt',0,1,''),
(9045,'extension',0,1,' jpg '),
(9045,'filename',0,1,' hillside rehab gym 11 jpg '),
(9045,'kind',0,1,' image '),
(9045,'slug',0,1,''),
(9045,'title',0,1,' hillside rehab gym 11 '),
(9046,'alt',0,1,''),
(9046,'extension',0,1,' jpg '),
(9046,'filename',0,1,' hillside single bed 07 jpg '),
(9046,'kind',0,1,' image '),
(9046,'slug',0,1,''),
(9046,'title',0,1,' hillside single bed 07 '),
(9051,'alt',0,1,''),
(9051,'extension',0,1,' jpg '),
(9051,'filename',0,1,' hyattsville cover photo jpg '),
(9051,'kind',0,1,' image '),
(9051,'slug',0,1,''),
(9051,'title',0,1,' hyattsville cover photo '),
(9056,'alt',0,1,''),
(9056,'extension',0,1,' jpg '),
(9056,'filename',0,1,' laplata cover photo jpg '),
(9056,'kind',0,1,' image '),
(9056,'slug',0,1,''),
(9056,'title',0,1,' la plata cover photo '),
(9059,'alt',0,1,''),
(9059,'extension',0,1,' jpg '),
(9059,'filename',0,1,' laplata greenhouse 05 jpg '),
(9059,'kind',0,1,' image '),
(9059,'slug',0,1,''),
(9059,'title',0,1,' la plata greenhouse 05 '),
(9060,'alt',0,1,''),
(9060,'extension',0,1,' jpg '),
(9060,'filename',0,1,' laplata lobby 02 jpg '),
(9060,'kind',0,1,' image '),
(9060,'slug',0,1,''),
(9060,'title',0,1,' la plata lobby 02 '),
(9061,'alt',0,1,''),
(9061,'extension',0,1,' jpg '),
(9061,'filename',0,1,' laplata rehab 01 jpg '),
(9061,'kind',0,1,' image '),
(9061,'slug',0,1,''),
(9061,'title',0,1,' la plata rehab 01 '),
(9062,'alt',0,1,''),
(9062,'extension',0,1,' jpg '),
(9062,'filename',0,1,' laplata rooms 13 jpg '),
(9062,'kind',0,1,' image '),
(9062,'slug',0,1,''),
(9062,'title',0,1,' la plata rooms 13 '),
(9063,'alt',0,1,''),
(9063,'extension',0,1,' jpg '),
(9063,'filename',0,1,' laplata rooms 14 jpg '),
(9063,'kind',0,1,' image '),
(9063,'slug',0,1,''),
(9063,'title',0,1,' la plata rooms 14 '),
(9068,'alt',0,1,''),
(9068,'extension',0,1,' jpg '),
(9068,'filename',0,1,' cover photo jpg '),
(9068,'kind',0,1,' image '),
(9068,'slug',0,1,''),
(9068,'title',0,1,' cover photo '),
(9071,'alt',0,1,''),
(9071,'extension',0,1,' jpg '),
(9071,'filename',0,1,' towson activities10 jpg '),
(9071,'kind',0,1,' image '),
(9071,'slug',0,1,''),
(9071,'title',0,1,' towson activities10 '),
(9072,'alt',0,1,''),
(9072,'extension',0,1,' jpg '),
(9072,'filename',0,1,' towson lounge 06 jpg '),
(9072,'kind',0,1,' image '),
(9072,'slug',0,1,''),
(9072,'title',0,1,' towson lounge 06 '),
(9073,'alt',0,1,''),
(9073,'extension',0,1,' jpg '),
(9073,'filename',0,1,' towson rehab 08 jpg '),
(9073,'kind',0,1,' image '),
(9073,'slug',0,1,''),
(9073,'title',0,1,' towson rehab 08 '),
(9074,'alt',0,1,''),
(9074,'extension',0,1,' jpg '),
(9074,'filename',0,1,' towson rooms 11 jpg '),
(9074,'kind',0,1,' image '),
(9074,'slug',0,1,''),
(9074,'title',0,1,' towson rooms 11 '),
(9075,'alt',0,1,''),
(9075,'extension',0,1,' jpg '),
(9075,'filename',0,1,' towson rooms 12 jpg '),
(9075,'kind',0,1,' image '),
(9075,'slug',0,1,''),
(9075,'title',0,1,' towson rooms 12 '),
(9080,'alt',0,1,''),
(9080,'extension',0,1,' jpg '),
(9080,'filename',0,1,' oak ridge exterior 08 jpg '),
(9080,'kind',0,1,' image '),
(9080,'slug',0,1,''),
(9080,'title',0,1,' oak ridge exterior 08 '),
(9083,'alt',0,1,''),
(9083,'extension',0,1,' jpg '),
(9083,'filename',0,1,' oak ridge dining 12 jpg '),
(9083,'kind',0,1,' image '),
(9083,'slug',0,1,''),
(9083,'title',0,1,' oak ridge dining 12 '),
(9084,'alt',0,1,''),
(9084,'extension',0,1,' jpg '),
(9084,'filename',0,1,' oak ridge exterior 08 2026 01 17 013538 kjmd jpg '),
(9084,'kind',0,1,' image '),
(9084,'slug',0,1,''),
(9084,'title',0,1,' oak ridge exterior 08 '),
(9085,'alt',0,1,''),
(9085,'extension',0,1,' jpg '),
(9085,'filename',0,1,' oak ridge lobby 10 jpg '),
(9085,'kind',0,1,' image '),
(9085,'slug',0,1,''),
(9085,'title',0,1,' oak ridge lobby 10 '),
(9086,'alt',0,1,''),
(9086,'extension',0,1,' jpg '),
(9086,'filename',0,1,' oak ridge lounge 14 jpg '),
(9086,'kind',0,1,' image '),
(9086,'slug',0,1,''),
(9086,'title',0,1,' oak ridge lounge 14 '),
(9087,'alt',0,1,''),
(9087,'extension',0,1,' jpg '),
(9087,'filename',0,1,' oak ridge rehab 09 jpg '),
(9087,'kind',0,1,' image '),
(9087,'slug',0,1,''),
(9087,'title',0,1,' oak ridge rehab 09 '),
(9088,'alt',0,1,''),
(9088,'extension',0,1,' jpg '),
(9088,'filename',0,1,' oak ridge room15 jpg '),
(9088,'kind',0,1,' image '),
(9088,'slug',0,1,''),
(9088,'title',0,1,' oak ridge room15 '),
(9095,'alt',0,1,''),
(9095,'extension',0,1,' jpg '),
(9095,'filename',0,1,' severna cover photo jpg '),
(9095,'kind',0,1,' image '),
(9095,'slug',0,1,''),
(9095,'title',0,1,' severna cover photo '),
(9100,'alt',0,1,''),
(9100,'extension',0,1,' jpg '),
(9100,'filename',0,1,' severna memory sitting room jpg '),
(9100,'kind',0,1,' image '),
(9100,'slug',0,1,''),
(9100,'title',0,1,' severna memory sitting room '),
(9101,'alt',0,1,''),
(9101,'extension',0,1,' jpg '),
(9101,'filename',0,1,' severna outdoor area 11 jpg '),
(9101,'kind',0,1,' image '),
(9101,'slug',0,1,''),
(9101,'title',0,1,' severna outdoor area 11 '),
(9102,'alt',0,1,''),
(9102,'extension',0,1,' jpg '),
(9102,'filename',0,1,' severna rehab 24 jpg '),
(9102,'kind',0,1,' image '),
(9102,'slug',0,1,''),
(9102,'title',0,1,' severna rehab 24 '),
(9103,'alt',0,1,''),
(9103,'extension',0,1,' jpg '),
(9103,'filename',0,1,' severna room 19 jpg '),
(9103,'kind',0,1,' image '),
(9103,'slug',0,1,''),
(9103,'title',0,1,' severna room 19 '),
(9104,'alt',0,1,''),
(9104,'extension',0,1,' jpg '),
(9104,'filename',0,1,' severna lobby 15 jpg '),
(9104,'kind',0,1,' image '),
(9104,'slug',0,1,''),
(9104,'title',0,1,' severna lobby 15 '),
(9105,'alt',0,1,''),
(9105,'extension',0,1,' jpg '),
(9105,'filename',0,1,' severna memory care patio jpg '),
(9105,'kind',0,1,' image '),
(9105,'slug',0,1,''),
(9105,'title',0,1,' severna memory care patio '),
(9121,'slug',0,1,' stacy ann madagu '),
(9121,'title',0,1,' karen winter '),
(9139,'alt',0,1,''),
(9139,'extension',0,1,' jpg '),
(9139,'filename',0,1,' lobby 2026 01 17 015416 zwse jpg '),
(9139,'kind',0,1,' image '),
(9139,'slug',0,1,''),
(9139,'title',0,1,' lobby '),
(9144,'alt',0,1,''),
(9144,'extension',0,1,' jpg '),
(9144,'filename',0,1,' room 4 2026 01 17 015508 beli jpg '),
(9144,'kind',0,1,' image '),
(9144,'slug',0,1,''),
(9144,'title',0,1,' room 4 '),
(9145,'alt',0,1,''),
(9145,'extension',0,1,' jpg '),
(9145,'filename',0,1,' room 2026 01 17 015511 xbjk jpg '),
(9145,'kind',0,1,' image '),
(9145,'slug',0,1,''),
(9145,'title',0,1,' room '),
(9146,'alt',0,1,''),
(9146,'extension',0,1,' jpg '),
(9146,'filename',0,1,' seating jpg '),
(9146,'kind',0,1,' image '),
(9146,'slug',0,1,''),
(9146,'title',0,1,' seating '),
(9147,'alt',0,1,''),
(9147,'extension',0,1,' jpg '),
(9147,'filename',0,1,' lobby 2026 01 17 015514 ehoy jpg '),
(9147,'kind',0,1,' image '),
(9147,'slug',0,1,''),
(9147,'title',0,1,' lobby '),
(9148,'alt',0,1,''),
(9148,'extension',0,1,' jpg '),
(9148,'filename',0,1,' rehab gym 2026 01 17 015517 dfwr jpg '),
(9148,'kind',0,1,' image '),
(9148,'slug',0,1,''),
(9148,'title',0,1,' rehab gym '),
(9149,'alt',0,1,''),
(9149,'extension',0,1,' jpg '),
(9149,'filename',0,1,' room 2 2026 01 17 015519 kpky jpg '),
(9149,'kind',0,1,' image '),
(9149,'slug',0,1,''),
(9149,'title',0,1,' room 2 '),
(9150,'alt',0,1,''),
(9150,'extension',0,1,' jpg '),
(9150,'filename',0,1,' room 3 2026 01 17 015521 uide jpg '),
(9150,'kind',0,1,' image '),
(9150,'slug',0,1,''),
(9150,'title',0,1,' room 3 '),
(9155,'alt',0,1,''),
(9155,'extension',0,1,' jpg '),
(9155,'filename',0,1,' lobby 3 overview jpg '),
(9155,'kind',0,1,' image '),
(9155,'slug',0,1,''),
(9155,'title',0,1,' lobby 3 overview '),
(9160,'alt',0,1,''),
(9160,'extension',0,1,' jpg '),
(9160,'filename',0,1,' lobby 3 overview 2026 01 17 020007 ywnk jpg '),
(9160,'kind',0,1,' image '),
(9160,'slug',0,1,''),
(9160,'title',0,1,' lobby 3 overview '),
(9161,'alt',0,1,''),
(9161,'extension',0,1,' jpg '),
(9161,'filename',0,1,' lobby 2026 01 17 020010 ctlf jpg '),
(9161,'kind',0,1,' image '),
(9161,'slug',0,1,''),
(9161,'title',0,1,' lobby '),
(9162,'alt',0,1,''),
(9162,'extension',0,1,' jpg '),
(9162,'filename',0,1,' rehab gym 2026 01 17 020012 dyno jpg '),
(9162,'kind',0,1,' image '),
(9162,'slug',0,1,''),
(9162,'title',0,1,' rehab gym '),
(9163,'alt',0,1,''),
(9163,'extension',0,1,' jpg '),
(9163,'filename',0,1,' room 2 2026 01 17 020013 yoko jpg '),
(9163,'kind',0,1,' image '),
(9163,'slug',0,1,''),
(9163,'title',0,1,' room 2 '),
(9164,'alt',0,1,''),
(9164,'extension',0,1,' jpg '),
(9164,'filename',0,1,' room 2026 01 17 020016 yqrl jpg '),
(9164,'kind',0,1,' image '),
(9164,'slug',0,1,''),
(9164,'title',0,1,' room '),
(9165,'alt',0,1,''),
(9165,'extension',0,1,' jpg '),
(9165,'filename',0,1,' lobby 2 2026 01 17 020018 goab jpg '),
(9165,'kind',0,1,' image '),
(9165,'slug',0,1,''),
(9165,'title',0,1,' lobby 2 '),
(9172,'alt',0,1,''),
(9172,'extension',0,1,' jpg '),
(9172,'filename',0,1,' rehab gym 2 jpg '),
(9172,'kind',0,1,' image '),
(9172,'slug',0,1,''),
(9172,'title',0,1,' rehab gym 2 '),
(9181,'alt',0,1,''),
(9181,'extension',0,1,' jpg '),
(9181,'filename',0,1,' front of building 2 2026 01 17 021212 iwib jpg '),
(9181,'kind',0,1,' image '),
(9181,'slug',0,1,''),
(9181,'title',0,1,' front of building 2 '),
(9184,'alt',0,1,''),
(9184,'extension',0,1,' jpg '),
(9184,'filename',0,1,' room 2 2026 01 17 021302 ujoq jpg '),
(9184,'kind',0,1,' image '),
(9184,'slug',0,1,''),
(9184,'title',0,1,' room 2 '),
(9185,'alt',0,1,''),
(9185,'extension',0,1,' jpg '),
(9185,'filename',0,1,' room 3 2026 01 17 021304 wnda jpg '),
(9185,'kind',0,1,' image '),
(9185,'slug',0,1,''),
(9185,'title',0,1,' room 3 '),
(9186,'alt',0,1,''),
(9186,'extension',0,1,' jpg '),
(9186,'filename',0,1,' room 2026 01 17 021307 cjlj jpg '),
(9186,'kind',0,1,' image '),
(9186,'slug',0,1,''),
(9186,'title',0,1,' room '),
(9187,'alt',0,1,''),
(9187,'extension',0,1,' jpg '),
(9187,'filename',0,1,' service area 2 jpg '),
(9187,'kind',0,1,' image '),
(9187,'slug',0,1,''),
(9187,'title',0,1,' service area 2 '),
(9188,'alt',0,1,''),
(9188,'extension',0,1,' jpg '),
(9188,'filename',0,1,' service area 3 jpg '),
(9188,'kind',0,1,' image '),
(9188,'slug',0,1,''),
(9188,'title',0,1,' service area 3 '),
(9189,'alt',0,1,''),
(9189,'extension',0,1,' jpg '),
(9189,'filename',0,1,' service area jpg '),
(9189,'kind',0,1,' image '),
(9189,'slug',0,1,''),
(9189,'title',0,1,' service area '),
(9190,'alt',0,1,''),
(9190,'extension',0,1,' jpg '),
(9190,'filename',0,1,' 367a4617 jpg '),
(9190,'kind',0,1,' image '),
(9190,'slug',0,1,''),
(9190,'title',0,1,' 367 a4617 '),
(9191,'alt',0,1,''),
(9191,'extension',0,1,' jpg '),
(9191,'filename',0,1,' front of building 2 2026 01 17 021318 buqk jpg '),
(9191,'kind',0,1,' image '),
(9191,'slug',0,1,''),
(9191,'title',0,1,' front of building 2 '),
(9192,'alt',0,1,''),
(9192,'extension',0,1,' jpg '),
(9192,'filename',0,1,' front of building 2026 01 17 021320 mucq jpg '),
(9192,'kind',0,1,' image '),
(9192,'slug',0,1,''),
(9192,'title',0,1,' front of building '),
(9193,'alt',0,1,''),
(9193,'extension',0,1,' jpg '),
(9193,'filename',0,1,' rehab gym 2026 01 17 021322 pjfu jpg '),
(9193,'kind',0,1,' image '),
(9193,'slug',0,1,''),
(9193,'title',0,1,' rehab gym '),
(9204,'alt',0,1,''),
(9204,'extension',0,1,' jpg '),
(9204,'filename',0,1,' lobby 2 2026 01 17 021948 ohoi jpg '),
(9204,'kind',0,1,' image '),
(9204,'slug',0,1,''),
(9204,'title',0,1,' lobby 2 '),
(9207,'alt',0,1,''),
(9207,'extension',0,1,' jpg '),
(9207,'filename',0,1,' bathroom 2026 01 17 022012 ahso jpg '),
(9207,'kind',0,1,' image '),
(9207,'slug',0,1,''),
(9207,'title',0,1,' bathroom '),
(9208,'alt',0,1,''),
(9208,'extension',0,1,' jpg '),
(9208,'filename',0,1,' dining area jpg '),
(9208,'kind',0,1,' image '),
(9208,'slug',0,1,''),
(9208,'title',0,1,' dining area '),
(9209,'alt',0,1,''),
(9209,'extension',0,1,' jpg '),
(9209,'filename',0,1,' double bed room 2026 01 17 022013 kjiy jpg '),
(9209,'kind',0,1,' image '),
(9209,'slug',0,1,''),
(9209,'title',0,1,' double bed room '),
(9210,'alt',0,1,''),
(9210,'extension',0,1,' jpg '),
(9210,'filename',0,1,' lobby 2 2026 01 17 022014 scdz jpg '),
(9210,'kind',0,1,' image '),
(9210,'slug',0,1,''),
(9210,'title',0,1,' lobby 2 '),
(9211,'alt',0,1,''),
(9211,'extension',0,1,' jpg '),
(9211,'filename',0,1,' lobby 2026 01 17 022015 xccz jpg '),
(9211,'kind',0,1,' image '),
(9211,'slug',0,1,''),
(9211,'title',0,1,' lobby '),
(9212,'alt',0,1,''),
(9212,'extension',0,1,' jpg '),
(9212,'filename',0,1,' room 2 2026 01 17 022016 htzr jpg '),
(9212,'kind',0,1,' image '),
(9212,'slug',0,1,''),
(9212,'title',0,1,' room 2 '),
(9213,'alt',0,1,''),
(9213,'extension',0,1,' jpg '),
(9213,'filename',0,1,' room 2026 01 17 022017 ximw jpg '),
(9213,'kind',0,1,' image '),
(9213,'slug',0,1,''),
(9213,'title',0,1,' room '),
(9219,'alt',0,1,''),
(9219,'extension',0,1,' jpg '),
(9219,'filename',0,1,' lobby 2026 01 17 022630 ayfg jpg '),
(9219,'kind',0,1,' image '),
(9219,'slug',0,1,''),
(9219,'title',0,1,' lobby '),
(9222,'alt',0,1,''),
(9222,'extension',0,1,' jpg '),
(9222,'filename',0,1,' rehab gym 2 2026 01 17 022729 epec jpg '),
(9222,'kind',0,1,' image '),
(9222,'slug',0,1,''),
(9222,'title',0,1,' rehab gym 2 '),
(9223,'alt',0,1,''),
(9223,'extension',0,1,' jpg '),
(9223,'filename',0,1,' rehab gym 2026 01 17 022731 anvz jpg '),
(9223,'kind',0,1,' image '),
(9223,'slug',0,1,''),
(9223,'title',0,1,' rehab gym '),
(9224,'alt',0,1,''),
(9224,'extension',0,1,' jpg '),
(9224,'filename',0,1,' dining area 2026 01 17 022734 nwro jpg '),
(9224,'kind',0,1,' image '),
(9224,'slug',0,1,''),
(9224,'title',0,1,' dining area '),
(9225,'alt',0,1,''),
(9225,'extension',0,1,' jpg '),
(9225,'filename',0,1,' double bed room 2026 01 17 022737 apcr jpg '),
(9225,'kind',0,1,' image '),
(9225,'slug',0,1,''),
(9225,'title',0,1,' double bed room '),
(9226,'alt',0,1,''),
(9226,'extension',0,1,' jpg '),
(9226,'filename',0,1,' lobby 2026 01 17 022739 kauj jpg '),
(9226,'kind',0,1,' image '),
(9226,'slug',0,1,''),
(9226,'title',0,1,' lobby '),
(9238,'alt',0,1,''),
(9238,'extension',0,1,' jpg '),
(9238,'filename',0,1,' lobby 3 jpg '),
(9238,'kind',0,1,' image '),
(9238,'slug',0,1,''),
(9238,'title',0,1,' lobby 3 '),
(9244,'alt',0,1,''),
(9244,'extension',0,1,' jpg '),
(9244,'filename',0,1,' rehab gym 2026 01 17 023735 rgrd jpg '),
(9244,'kind',0,1,' image '),
(9244,'slug',0,1,''),
(9244,'title',0,1,' rehab gym '),
(9245,'alt',0,1,''),
(9245,'extension',0,1,' jpg '),
(9245,'filename',0,1,' double room 2026 01 17 023738 otaz jpg '),
(9245,'kind',0,1,' image '),
(9245,'slug',0,1,''),
(9245,'title',0,1,' double room '),
(9246,'alt',0,1,''),
(9246,'extension',0,1,' jpg '),
(9246,'filename',0,1,' front of building 2 2026 01 17 023739 gkfl jpg '),
(9246,'kind',0,1,' image '),
(9246,'slug',0,1,''),
(9246,'title',0,1,' front of building 2 '),
(9247,'alt',0,1,''),
(9247,'extension',0,1,' jpg '),
(9247,'filename',0,1,' kitchen area jpg '),
(9247,'kind',0,1,' image '),
(9247,'slug',0,1,''),
(9247,'title',0,1,' kitchen area '),
(9248,'alt',0,1,''),
(9248,'extension',0,1,' jpg '),
(9248,'filename',0,1,' lobby 2 2026 01 17 023742 xotr jpg '),
(9248,'kind',0,1,' image '),
(9248,'slug',0,1,''),
(9248,'title',0,1,' lobby 2 '),
(9249,'alt',0,1,''),
(9249,'extension',0,1,' jpg '),
(9249,'filename',0,1,' lobby 3 2026 01 17 023744 fttw jpg '),
(9249,'kind',0,1,' image '),
(9249,'slug',0,1,''),
(9249,'title',0,1,' lobby 3 '),
(9250,'alt',0,1,''),
(9250,'extension',0,1,' jpg '),
(9250,'filename',0,1,' rehab gym 2 2026 01 17 023746 veyd jpg '),
(9250,'kind',0,1,' image '),
(9250,'slug',0,1,''),
(9250,'title',0,1,' rehab gym 2 '),
(9255,'alt',0,1,''),
(9255,'extension',0,1,' jpg '),
(9255,'filename',0,1,' lobby 2026 01 17 024049 pwhf jpg '),
(9255,'kind',0,1,' image '),
(9255,'slug',0,1,''),
(9255,'title',0,1,' lobby '),
(9258,'alt',0,1,''),
(9258,'extension',0,1,' jpg '),
(9258,'filename',0,1,' lobby 2 2026 01 17 024131 otji jpg '),
(9258,'kind',0,1,' image '),
(9258,'slug',0,1,''),
(9258,'title',0,1,' lobby 2 '),
(9259,'alt',0,1,''),
(9259,'extension',0,1,' jpg '),
(9259,'filename',0,1,' lobby 2026 01 17 024132 gtnb jpg '),
(9259,'kind',0,1,' image '),
(9259,'slug',0,1,''),
(9259,'title',0,1,' lobby '),
(9260,'alt',0,1,''),
(9260,'extension',0,1,' jpg '),
(9260,'filename',0,1,' room 2026 01 17 024132 vjdj jpg '),
(9260,'kind',0,1,' image '),
(9260,'slug',0,1,''),
(9260,'title',0,1,' room '),
(9261,'alt',0,1,''),
(9261,'extension',0,1,' jpg '),
(9261,'filename',0,1,' dinning area 2026 01 17 024134 tuxw jpg '),
(9261,'kind',0,1,' image '),
(9261,'slug',0,1,''),
(9261,'title',0,1,' dinning area '),
(9286,'alt',0,1,''),
(9286,'extension',0,1,' jpg '),
(9286,'filename',0,1,' lobby 2026 01 17 140145 nmub jpg '),
(9286,'kind',0,1,' image '),
(9286,'slug',0,1,''),
(9286,'title',0,1,' lobby '),
(9289,'alt',0,1,''),
(9289,'extension',0,1,' jpg '),
(9289,'filename',0,1,' dinning area 2 jpg '),
(9289,'kind',0,1,' image '),
(9289,'slug',0,1,''),
(9289,'title',0,1,' dinning area 2 '),
(9290,'alt',0,1,''),
(9290,'extension',0,1,' jpg '),
(9290,'filename',0,1,' dinning area 2026 01 17 140307 nomh jpg '),
(9290,'kind',0,1,' image '),
(9290,'slug',0,1,''),
(9290,'title',0,1,' dinning area '),
(9291,'alt',0,1,''),
(9291,'extension',0,1,' jpg '),
(9291,'filename',0,1,' lobby 2026 01 17 140309 zckg jpg '),
(9291,'kind',0,1,' image '),
(9291,'slug',0,1,''),
(9291,'title',0,1,' lobby '),
(9292,'alt',0,1,''),
(9292,'extension',0,1,' jpg '),
(9292,'filename',0,1,' outside seating jpg '),
(9292,'kind',0,1,' image '),
(9292,'slug',0,1,''),
(9292,'title',0,1,' outside seating '),
(9293,'alt',0,1,''),
(9293,'extension',0,1,' jpg '),
(9293,'filename',0,1,' rehab gym 2026 01 17 140315 ntdx jpg '),
(9293,'kind',0,1,' image '),
(9293,'slug',0,1,''),
(9293,'title',0,1,' rehab gym '),
(9294,'alt',0,1,''),
(9294,'extension',0,1,' jpg '),
(9294,'filename',0,1,' dinning area piano jpg '),
(9294,'kind',0,1,' image '),
(9294,'slug',0,1,''),
(9294,'title',0,1,' dinning area piano '),
(9309,'alt',0,1,''),
(9309,'extension',0,1,' jpg '),
(9309,'filename',0,1,' lobby 2026 01 17 141153 gfwd jpg '),
(9309,'kind',0,1,' image '),
(9309,'slug',0,1,''),
(9309,'title',0,1,' lobby '),
(9312,'alt',0,1,''),
(9312,'extension',0,1,' jpg '),
(9312,'filename',0,1,' lobby 2026 01 17 141243 utls jpg '),
(9312,'kind',0,1,' image '),
(9312,'slug',0,1,''),
(9312,'title',0,1,' lobby '),
(9313,'alt',0,1,''),
(9313,'extension',0,1,' jpg '),
(9313,'filename',0,1,' room 2026 01 17 141246 mphf jpg '),
(9313,'kind',0,1,' image '),
(9313,'slug',0,1,''),
(9313,'title',0,1,' room '),
(9314,'alt',0,1,''),
(9314,'extension',0,1,' jpg '),
(9314,'filename',0,1,' front of building 2026 01 17 141247 bgai jpg '),
(9314,'kind',0,1,' image '),
(9314,'slug',0,1,''),
(9314,'title',0,1,' front of building '),
(9319,'alt',0,1,''),
(9319,'extension',0,1,' jpg '),
(9319,'filename',0,1,' gym rehab 2026 01 17 141538 xcuh jpg '),
(9319,'kind',0,1,' image '),
(9319,'slug',0,1,''),
(9319,'title',0,1,' gym rehab '),
(9320,'alt',0,1,''),
(9320,'extension',0,1,' jpg '),
(9320,'filename',0,1,' lobby 2 2026 01 17 141541 tgxq jpg '),
(9320,'kind',0,1,' image '),
(9320,'slug',0,1,''),
(9320,'title',0,1,' lobby 2 '),
(9321,'alt',0,1,''),
(9321,'extension',0,1,' jpg '),
(9321,'filename',0,1,' lobby 2026 01 17 141543 tphz jpg '),
(9321,'kind',0,1,' image '),
(9321,'slug',0,1,''),
(9321,'title',0,1,' lobby '),
(9322,'alt',0,1,''),
(9322,'extension',0,1,' jpg '),
(9322,'filename',0,1,' room 2 2026 01 17 141545 yrzi jpg '),
(9322,'kind',0,1,' image '),
(9322,'slug',0,1,''),
(9322,'title',0,1,' room 2 '),
(9323,'alt',0,1,''),
(9323,'extension',0,1,' jpg '),
(9323,'filename',0,1,' room 2026 01 17 141548 grpc jpg '),
(9323,'kind',0,1,' image '),
(9323,'slug',0,1,''),
(9323,'title',0,1,' room '),
(9328,'alt',0,1,''),
(9328,'extension',0,1,' jpg '),
(9328,'filename',0,1,' gym rehab 2 2026 01 17 141824 jbny jpg '),
(9328,'kind',0,1,' image '),
(9328,'slug',0,1,''),
(9328,'title',0,1,' gym rehab 2 '),
(9331,'alt',0,1,''),
(9331,'extension',0,1,' jpg '),
(9331,'filename',0,1,' gym rehab 3 2026 01 17 141929 vvae jpg '),
(9331,'kind',0,1,' image '),
(9331,'slug',0,1,''),
(9331,'title',0,1,' gym rehab 3 '),
(9332,'alt',0,1,''),
(9332,'extension',0,1,' jpg '),
(9332,'filename',0,1,' gym rehab 2026 01 17 141932 mmit jpg '),
(9332,'kind',0,1,' image '),
(9332,'slug',0,1,''),
(9332,'title',0,1,' gym rehab '),
(9333,'alt',0,1,''),
(9333,'extension',0,1,' jpg '),
(9333,'filename',0,1,' double bed room 2 2026 01 17 141934 xbzj jpg '),
(9333,'kind',0,1,' image '),
(9333,'slug',0,1,''),
(9333,'title',0,1,' double bed room 2 '),
(9334,'alt',0,1,''),
(9334,'extension',0,1,' jpg '),
(9334,'filename',0,1,' double bed room 2026 01 17 141936 qmwf jpg '),
(9334,'kind',0,1,' image '),
(9334,'slug',0,1,''),
(9334,'title',0,1,' double bed room '),
(9335,'alt',0,1,''),
(9335,'extension',0,1,' jpg '),
(9335,'filename',0,1,' entertainment area jpg '),
(9335,'kind',0,1,' image '),
(9335,'slug',0,1,''),
(9335,'title',0,1,' entertainment area '),
(9336,'alt',0,1,''),
(9336,'extension',0,1,' jpg '),
(9336,'filename',0,1,' gym rehab 2 2026 01 17 141941 cfyt jpg '),
(9336,'kind',0,1,' image '),
(9336,'slug',0,1,''),
(9336,'title',0,1,' gym rehab 2 '),
(9354,'alt',0,1,''),
(9354,'extension',0,1,' jpg '),
(9354,'filename',0,1,' rehab gym 2026 01 17 142832 rvju jpg '),
(9354,'kind',0,1,' image '),
(9354,'slug',0,1,''),
(9354,'title',0,1,' rehab gym '),
(9367,'slug',0,1,' danielle garcia '),
(9367,'title',0,1,' danielle garcia '),
(9378,'slug',0,1,' marissa wolff '),
(9378,'title',0,1,' marissa wolff '),
(9393,'slug',0,1,' caitlyn corbett '),
(9393,'title',0,1,' kaitlyn corbett '),
(9400,'slug',0,1,' sabrina cotte '),
(9400,'title',0,1,' sabrina cotte '),
(9415,'alt',0,1,''),
(9415,'extension',0,1,' jpg '),
(9415,'filename',0,1,' park place lobby 2026 01 17 145451 dave jpg '),
(9415,'kind',0,1,' image '),
(9415,'slug',0,1,''),
(9415,'title',0,1,' park place lobby '),
(9420,'alt',0,1,''),
(9420,'extension',0,1,' jpeg '),
(9420,'filename',0,1,' unknown 9 jpeg '),
(9420,'kind',0,1,' image '),
(9420,'slug',0,1,''),
(9420,'title',0,1,' unknown 9 '),
(9423,'alt',0,1,''),
(9423,'extension',0,1,' jpeg '),
(9423,'filename',0,1,' unknown 8 jpeg '),
(9423,'kind',0,1,' image '),
(9423,'slug',0,1,''),
(9423,'title',0,1,' unknown 8 '),
(9424,'alt',0,1,''),
(9424,'extension',0,1,' jpeg '),
(9424,'filename',0,1,' unknown 7 jpeg '),
(9424,'kind',0,1,' image '),
(9424,'slug',0,1,''),
(9424,'title',0,1,' unknown 7 '),
(9425,'alt',0,1,''),
(9425,'extension',0,1,' jpeg '),
(9425,'filename',0,1,' unknown 3 jpeg '),
(9425,'kind',0,1,' image '),
(9425,'slug',0,1,''),
(9425,'title',0,1,' unknown 3 '),
(9426,'alt',0,1,''),
(9426,'extension',0,1,' jpeg '),
(9426,'filename',0,1,' unknown jpeg '),
(9426,'kind',0,1,' image '),
(9426,'slug',0,1,''),
(9426,'title',0,1,' unknown '),
(9427,'alt',0,1,''),
(9427,'extension',0,1,' jpeg '),
(9427,'filename',0,1,' unknown 1 jpeg '),
(9427,'kind',0,1,' image '),
(9427,'slug',0,1,''),
(9427,'title',0,1,' unknown 1 '),
(9453,'alt',0,1,''),
(9453,'extension',0,1,' pdf '),
(9453,'filename',0,1,' cc ww floor plan flyer 1 pdf '),
(9453,'kind',0,1,' pdf '),
(9453,'slug',0,1,''),
(9453,'title',0,1,' cc ww floor plan flyer 1 '),
(9466,'alt',0,1,''),
(9466,'extension',0,1,' jpg '),
(9466,'filename',0,1,' mayfield jpg '),
(9466,'kind',0,1,' image '),
(9466,'slug',0,1,''),
(9466,'title',0,1,' mayfield '),
(9469,'alt',0,1,''),
(9469,'extension',0,1,' jpg '),
(9469,'filename',0,1,' mayfield 3 jpg '),
(9469,'kind',0,1,' image '),
(9469,'slug',0,1,''),
(9469,'title',0,1,' boulevard 3 '),
(9470,'alt',0,1,''),
(9470,'extension',0,1,' jpg '),
(9470,'filename',0,1,' mayfield 2 jpg '),
(9470,'kind',0,1,' image '),
(9470,'slug',0,1,''),
(9470,'title',0,1,' boulevard 2 '),
(9471,'alt',0,1,''),
(9471,'extension',0,1,' jpg '),
(9471,'filename',0,1,' mayfield 2026 01 17 153553 swad jpg '),
(9471,'kind',0,1,' image '),
(9471,'slug',0,1,''),
(9471,'title',0,1,' boulevard '),
(9502,'slug',0,1,' test '),
(9502,'title',0,1,' test '),
(9518,'alt',0,1,''),
(9518,'extension',0,1,' jpg '),
(9518,'filename',0,1,' roosevelt old bridge gym 2026 01 17 161242 qxrn jpg '),
(9518,'kind',0,1,' image '),
(9518,'slug',0,1,''),
(9518,'title',0,1,' roosevelt old bridge gym '),
(9519,'alt',0,1,''),
(9519,'extension',0,1,' jpg '),
(9519,'filename',0,1,' roosevelt oldbridge doubleroom jpg '),
(9519,'kind',0,1,' image '),
(9519,'slug',0,1,''),
(9519,'title',0,1,' roosevelt old bridge double room '),
(9520,'alt',0,1,''),
(9520,'extension',0,1,' jpg '),
(9520,'filename',0,1,' roosevelt oldbridge singleroom jpg '),
(9520,'kind',0,1,' image '),
(9520,'slug',0,1,''),
(9520,'title',0,1,' roosevelt old bridge single room '),
(9524,'alt',0,1,''),
(9524,'extension',0,1,' jpg '),
(9524,'filename',0,1,' uptown 3 jpg '),
(9524,'kind',0,1,' image '),
(9524,'slug',0,1,''),
(9524,'title',0,1,' margate park '),
(9529,'alt',0,1,''),
(9529,'extension',0,1,' jpg '),
(9529,'filename',0,1,' uptown 3 2026 01 17 161618 wfxl jpg '),
(9529,'kind',0,1,' image '),
(9529,'slug',0,1,''),
(9529,'title',0,1,' uptown 3 '),
(9530,'alt',0,1,''),
(9530,'extension',0,1,' jpg '),
(9530,'filename',0,1,' uptown 2 jpg '),
(9530,'kind',0,1,' image '),
(9530,'slug',0,1,''),
(9530,'title',0,1,' uptown 2 '),
(9531,'alt',0,1,''),
(9531,'extension',0,1,' jpg '),
(9531,'filename',0,1,' uptown jpg '),
(9531,'kind',0,1,' image '),
(9531,'slug',0,1,''),
(9531,'title',0,1,' uptown '),
(9535,'alt',0,1,''),
(9535,'extension',0,1,' jpg '),
(9535,'filename',0,1,' beacon 1 jpg '),
(9535,'kind',0,1,' image '),
(9535,'slug',0,1,''),
(9535,'title',0,1,' beacon 1 '),
(9540,'alt',0,1,''),
(9540,'extension',0,1,' png '),
(9540,'filename',0,1,' 4 qm png '),
(9540,'kind',0,1,' image '),
(9540,'slug',0,1,''),
(9540,'title',0,1,' 4 qm '),
(9543,'alt',0,1,''),
(9543,'extension',0,1,' png '),
(9543,'filename',0,1,' 4 overall png '),
(9543,'kind',0,1,' image '),
(9543,'slug',0,1,''),
(9543,'title',0,1,' 4 overall '),
(9546,'alt',0,1,''),
(9546,'extension',0,1,' png '),
(9546,'filename',0,1,' 5 overall png '),
(9546,'kind',0,1,' image '),
(9546,'slug',0,1,''),
(9546,'title',0,1,' 5 overall '),
(9549,'slug',0,1,' legacy award '),
(9549,'title',0,1,' legacy award '),
(9552,'slug',0,1,' high 5 '),
(9552,'title',0,1,' high 5 '),
(9553,'alt',0,1,''),
(9553,'extension',0,1,' png '),
(9553,'filename',0,1,' high 5 png '),
(9553,'kind',0,1,' image '),
(9553,'slug',0,1,''),
(9553,'title',0,1,' high 5 '),
(9555,'slug',0,1,' ww google '),
(9555,'title',0,1,' ww google '),
(9556,'alt',0,1,''),
(9556,'extension',0,1,' png '),
(9556,'filename',0,1,' ww png '),
(9556,'kind',0,1,' image '),
(9556,'slug',0,1,''),
(9556,'title',0,1,' ww '),
(9558,'slug',0,1,' holmdel google '),
(9558,'title',0,1,' holmdel google '),
(9559,'alt',0,1,''),
(9559,'extension',0,1,' png '),
(9559,'filename',0,1,' holmdel png '),
(9559,'kind',0,1,' image '),
(9559,'slug',0,1,''),
(9559,'title',0,1,' holmdel '),
(9589,'alt',0,1,''),
(9589,'extension',0,1,' jpg '),
(9589,'filename',0,1,' inglemoor dining room jpg '),
(9589,'kind',0,1,' image '),
(9589,'slug',0,1,''),
(9589,'title',0,1,' inglemoor dining room '),
(9592,'alt',0,1,''),
(9592,'extension',0,1,' jpg '),
(9592,'filename',0,1,' milfordmanor lobby website jpg '),
(9592,'kind',0,1,' image '),
(9592,'slug',0,1,''),
(9592,'title',0,1,' milford manor lobby website '),
(9622,'alt',0,1,''),
(9622,'extension',0,1,' jpg '),
(9622,'filename',0,1,' regent dining 1 jpg '),
(9622,'kind',0,1,' image '),
(9622,'slug',0,1,''),
(9622,'title',0,1,' regent dining 1 '),
(9623,'alt',0,1,''),
(9623,'extension',0,1,' jpg '),
(9623,'filename',0,1,' regent dining 2 jpg '),
(9623,'kind',0,1,' image '),
(9623,'slug',0,1,''),
(9623,'title',0,1,' regent dining 2 '),
(9624,'alt',0,1,''),
(9624,'extension',0,1,' jpg '),
(9624,'filename',0,1,' regent gym 1 edit jpg '),
(9624,'kind',0,1,' image '),
(9624,'slug',0,1,''),
(9624,'title',0,1,' regent gym 1 edit '),
(9625,'alt',0,1,''),
(9625,'extension',0,1,' jpg '),
(9625,'filename',0,1,' regent gym 2 jpg '),
(9625,'kind',0,1,' image '),
(9625,'slug',0,1,''),
(9625,'title',0,1,' regent gym 2 '),
(9626,'alt',0,1,''),
(9626,'extension',0,1,' jpg '),
(9626,'filename',0,1,' regent gym 3 edit jpg '),
(9626,'kind',0,1,' image '),
(9626,'slug',0,1,''),
(9626,'title',0,1,' regent gym 3 edit '),
(9627,'alt',0,1,''),
(9627,'extension',0,1,' jpg '),
(9627,'filename',0,1,' regent hall 2 jpg '),
(9627,'kind',0,1,' image '),
(9627,'slug',0,1,''),
(9627,'title',0,1,' regent hall 2 '),
(9628,'alt',0,1,''),
(9628,'extension',0,1,' jpg '),
(9628,'filename',0,1,' regent hall jpg '),
(9628,'kind',0,1,' image '),
(9628,'slug',0,1,''),
(9628,'title',0,1,' regent hall '),
(9629,'alt',0,1,''),
(9629,'extension',0,1,' jpg '),
(9629,'filename',0,1,' regent lobby 1 jpg '),
(9629,'kind',0,1,' image '),
(9629,'slug',0,1,''),
(9629,'title',0,1,' regent lobby 1 '),
(9630,'alt',0,1,''),
(9630,'extension',0,1,' jpg '),
(9630,'filename',0,1,' regent lobby 2 jpg '),
(9630,'kind',0,1,' image '),
(9630,'slug',0,1,''),
(9630,'title',0,1,' regent lobby 2 '),
(9631,'alt',0,1,''),
(9631,'extension',0,1,' jpg '),
(9631,'filename',0,1,' regent lobby 3 jpg '),
(9631,'kind',0,1,' image '),
(9631,'slug',0,1,''),
(9631,'title',0,1,' regent lobby 3 '),
(9632,'alt',0,1,''),
(9632,'extension',0,1,' jpg '),
(9632,'filename',0,1,' regent room 1 jpg '),
(9632,'kind',0,1,' image '),
(9632,'slug',0,1,''),
(9632,'title',0,1,' regent room 1 '),
(9633,'alt',0,1,''),
(9633,'extension',0,1,' jpg '),
(9633,'filename',0,1,' regent room 2 jpg '),
(9633,'kind',0,1,' image '),
(9633,'slug',0,1,''),
(9633,'title',0,1,' regent room 2 '),
(9640,'slug',0,1,' newsweek 2026 '),
(9640,'title',0,1,' newsweek 2026 '),
(9641,'alt',0,1,''),
(9641,'extension',0,1,' png '),
(9641,'filename',0,1,' newsweek best nursing home cc badge 2026 png '),
(9641,'kind',0,1,' image '),
(9641,'slug',0,1,''),
(9641,'title',0,1,' newsweek best nursing home cc badge 2026 '),
(9648,'slug',0,1,' how long will my loved one need to be in rehab '),
(9648,'title',0,1,' how long will my loved one need to be in rehab '),
(9650,'slug',0,1,' is there a dietician that can assist with my loved ones dietary needs '),
(9650,'title',0,1,' is there a dietician that can assist with my loved ones dietary needs '),
(9652,'slug',0,1,' will i be updated if my loved ones care needs or location change '),
(9652,'title',0,1,' will i be updated if my loved ones care needs or location change '),
(9656,'slug',0,1,' how often will i see a physician '),
(9656,'title',0,1,' how often will i see a physician '),
(9663,'alt',0,1,''),
(9663,'extension',0,1,' png '),
(9663,'filename',0,1,' cc badges for website high5 png '),
(9663,'kind',0,1,' image '),
(9663,'slug',0,1,''),
(9663,'title',0,1,' cc badges for website high5 '),
(9664,'alt',0,1,''),
(9664,'extension',0,1,' png '),
(9664,'filename',0,1,' cc badges for website holmdel google png '),
(9664,'kind',0,1,' image '),
(9664,'slug',0,1,''),
(9664,'title',0,1,' cc badges for website holmdel google '),
(9666,'alt',0,1,''),
(9666,'extension',0,1,' png '),
(9666,'filename',0,1,' cc badges for website preferred provider place holder png '),
(9666,'kind',0,1,' image '),
(9666,'slug',0,1,''),
(9666,'title',0,1,' cc badges for website preferred provider place holder '),
(9669,'alt',0,1,''),
(9669,'extension',0,1,' png '),
(9669,'filename',0,1,' cc badges for website legacy award 2026 01 17 185804 nvfg png '),
(9669,'kind',0,1,' image '),
(9669,'slug',0,1,''),
(9669,'title',0,1,' cc badges for website legacy award '),
(9672,'alt',0,1,''),
(9672,'extension',0,1,' png '),
(9672,'filename',0,1,' cc badges for website high5 2026 01 17 185838 noah png '),
(9672,'kind',0,1,' image '),
(9672,'slug',0,1,''),
(9672,'title',0,1,' cc badges for website high5 '),
(9675,'alt',0,1,''),
(9675,'extension',0,1,' png '),
(9675,'filename',0,1,' cc badges for website preferred provider place holder 2026 01 17 185923 aisu png '),
(9675,'kind',0,1,' image '),
(9675,'slug',0,1,''),
(9675,'title',0,1,' cc badges for website preferred provider place holder '),
(9677,'alt',0,1,''),
(9677,'extension',0,1,' png '),
(9677,'filename',0,1,' cc cms 4 o png '),
(9677,'kind',0,1,' image '),
(9677,'slug',0,1,''),
(9677,'title',0,1,' cc cms 4 o '),
(9680,'alt',0,1,''),
(9680,'extension',0,1,' png '),
(9680,'filename',0,1,' preferred provider atlanticare png '),
(9680,'kind',0,1,' image '),
(9680,'slug',0,1,''),
(9680,'title',0,1,' preferred provider atlanti care '),
(9685,'alt',0,1,''),
(9685,'extension',0,1,' jpg '),
(9685,'filename',0,1,' 367a3617 jpg '),
(9685,'kind',0,1,' image '),
(9685,'slug',0,1,''),
(9685,'title',0,1,' care age single room '),
(9686,'alt',0,1,''),
(9686,'extension',0,1,' jpg '),
(9686,'filename',0,1,' 367a3628 jpg '),
(9686,'kind',0,1,' image '),
(9686,'slug',0,1,''),
(9686,'title',0,1,' care age single room 2 '),
(9687,'alt',0,1,''),
(9687,'extension',0,1,' jpg '),
(9687,'filename',0,1,' 367a3644 jpg '),
(9687,'kind',0,1,' image '),
(9687,'slug',0,1,''),
(9687,'title',0,1,' care age single room 3 '),
(9688,'alt',0,1,''),
(9688,'extension',0,1,' jpg '),
(9688,'filename',0,1,' 367a3655 jpg '),
(9688,'kind',0,1,' image '),
(9688,'slug',0,1,''),
(9688,'title',0,1,' care age double room 1 '),
(9689,'alt',0,1,''),
(9689,'extension',0,1,' jpg '),
(9689,'filename',0,1,' 367a3670 jpg '),
(9689,'kind',0,1,' image '),
(9689,'slug',0,1,''),
(9689,'title',0,1,' care age double room 2 '),
(9690,'alt',0,1,''),
(9690,'extension',0,1,' jpg '),
(9690,'filename',0,1,' 367a3686 jpg '),
(9690,'kind',0,1,' image '),
(9690,'slug',0,1,''),
(9690,'title',0,1,' care age gym '),
(9691,'alt',0,1,''),
(9691,'extension',0,1,' jpg '),
(9691,'filename',0,1,' 367a3695 jpg '),
(9691,'kind',0,1,' image '),
(9691,'slug',0,1,''),
(9691,'title',0,1,' 367 a3695 '),
(9692,'alt',0,1,''),
(9692,'extension',0,1,' jpg '),
(9692,'filename',0,1,' 367a3719 jpg '),
(9692,'kind',0,1,' image '),
(9692,'slug',0,1,''),
(9692,'title',0,1,' care age exterior '),
(9693,'alt',0,1,''),
(9693,'extension',0,1,' jpg '),
(9693,'filename',0,1,' care age family room jpg '),
(9693,'kind',0,1,' image '),
(9693,'slug',0,1,''),
(9693,'title',0,1,' care age family room '),
(9694,'alt',0,1,''),
(9694,'extension',0,1,' jpg '),
(9694,'filename',0,1,' care age outdoor patio jpg '),
(9694,'kind',0,1,' image '),
(9694,'slug',0,1,''),
(9694,'title',0,1,' care age outdoor patio '),
(9698,'alt',0,1,''),
(9698,'extension',0,1,' png '),
(9698,'filename',0,1,' cc cms 5 o png '),
(9698,'kind',0,1,' image '),
(9698,'slug',0,1,''),
(9698,'title',0,1,' cc cms 5 o '),
(9701,'alt',0,1,''),
(9701,'extension',0,1,' png '),
(9701,'filename',0,1,' cc cms 5 qm png '),
(9701,'kind',0,1,' image '),
(9701,'slug',0,1,''),
(9701,'title',0,1,' cc cms 5 qm '),
(9704,'alt',0,1,''),
(9704,'extension',0,1,' png '),
(9704,'filename',0,1,' cc cms 4 o 2026 01 17 193121 zejc png '),
(9704,'kind',0,1,' image '),
(9704,'slug',0,1,''),
(9704,'title',0,1,' cc cms 4 o '),
(9707,'alt',0,1,''),
(9707,'extension',0,1,' png '),
(9707,'filename',0,1,' cc cms 4 qm png '),
(9707,'kind',0,1,' image '),
(9707,'slug',0,1,''),
(9707,'title',0,1,' cc cms 4 qm '),
(9710,'alt',0,1,''),
(9710,'extension',0,1,' png '),
(9710,'filename',0,1,' cc badges for website high5 2026 01 17 193201 wozc png '),
(9710,'kind',0,1,' image '),
(9710,'slug',0,1,''),
(9710,'title',0,1,' cc badges for website high5 '),
(9714,'alt',0,1,''),
(9714,'extension',0,1,' png '),
(9714,'filename',0,1,' cc legacy awards 2024 badge png '),
(9714,'kind',0,1,' image '),
(9714,'slug',0,1,''),
(9714,'title',0,1,' cc legacy award 2024 badge '),
(9717,'alt',0,1,''),
(9717,'extension',0,1,' png '),
(9717,'filename',0,1,' cc badges for website ww google png '),
(9717,'kind',0,1,' image '),
(9717,'slug',0,1,''),
(9717,'title',0,1,' cc badges for website ww google '),
(9720,'alt',0,1,''),
(9720,'extension',0,1,' png '),
(9720,'filename',0,1,' cc badges for website holmdel google 2026 01 17 193420 obtc png '),
(9720,'kind',0,1,' image '),
(9720,'slug',0,1,''),
(9720,'title',0,1,' cc badges for website holmdel google '),
(9724,'slug',0,1,' us news ltc 2026 '),
(9724,'title',0,1,' us news ltc 2025 '),
(9725,'alt',0,1,''),
(9725,'extension',0,1,' png '),
(9725,'filename',0,1,' badge nursinghomes longterm year 2025 png '),
(9725,'kind',0,1,' image '),
(9725,'slug',0,1,''),
(9725,'title',0,1,' badge nursing homes long term year 2025 '),
(9727,'slug',0,1,' us news str 2025 '),
(9727,'title',0,1,' us news str 2025 '),
(9728,'alt',0,1,''),
(9728,'extension',0,1,' png '),
(9728,'filename',0,1,' badge nursinghomes shortterm year 2025 png '),
(9728,'kind',0,1,' image '),
(9728,'slug',0,1,''),
(9728,'title',0,1,' badge nursing homes short term year 2025 '),
(9732,'slug',0,1,' us news str 2026 '),
(9732,'title',0,1,' us news str 2026 '),
(9733,'alt',0,1,''),
(9733,'extension',0,1,' png '),
(9733,'filename',0,1,' badge nursinghomes shortterm year png '),
(9733,'kind',0,1,' image '),
(9733,'slug',0,1,''),
(9733,'title',0,1,' badge nursing homes short term year '),
(9735,'slug',0,1,' us news ltc 2026 '),
(9735,'title',0,1,' us news ltc 2026 '),
(9736,'alt',0,1,''),
(9736,'extension',0,1,' png '),
(9736,'filename',0,1,' badge nursinghomes longterm year png '),
(9736,'kind',0,1,' image '),
(9736,'slug',0,1,''),
(9736,'title',0,1,' badge nursing homes long term year '),
(9749,'alt',0,1,''),
(9749,'extension',0,1,' jpg '),
(9749,'filename',0,1,' hales corners external 1 jpg '),
(9749,'kind',0,1,' image '),
(9749,'slug',0,1,''),
(9749,'title',0,1,' hales corners external 1 '),
(9800,'alt',0,1,''),
(9800,'extension',0,1,' jpg '),
(9800,'filename',0,1,' hales corners dining room jpg '),
(9800,'kind',0,1,' image '),
(9800,'slug',0,1,''),
(9800,'title',0,1,' hales corners dining room '),
(9803,'alt',0,1,''),
(9803,'extension',0,1,' jpg '),
(9803,'filename',0,1,' hales corners external 1 2026 01 17 202153 aync jpg '),
(9803,'kind',0,1,' image '),
(9803,'slug',0,1,''),
(9803,'title',0,1,' hales corners external 1 '),
(9804,'alt',0,1,''),
(9804,'extension',0,1,' jpg '),
(9804,'filename',0,1,' hales corners external 2 jpg '),
(9804,'kind',0,1,' image '),
(9804,'slug',0,1,''),
(9804,'title',0,1,' hales corners external 2 '),
(9805,'alt',0,1,''),
(9805,'extension',0,1,' jpg '),
(9805,'filename',0,1,' hales corners external 3 jpg '),
(9805,'kind',0,1,' image '),
(9805,'slug',0,1,''),
(9805,'title',0,1,' hales corners external 3 '),
(9806,'alt',0,1,''),
(9806,'extension',0,1,' jpg '),
(9806,'filename',0,1,' hales corners gym 1 jpg '),
(9806,'kind',0,1,' image '),
(9806,'slug',0,1,''),
(9806,'title',0,1,' hales corners gym 1 '),
(9807,'alt',0,1,''),
(9807,'extension',0,1,' jpg '),
(9807,'filename',0,1,' hales corners gym 2 jpg '),
(9807,'kind',0,1,' image '),
(9807,'slug',0,1,''),
(9807,'title',0,1,' hales corners gym 2 '),
(9808,'alt',0,1,''),
(9808,'extension',0,1,' jpg '),
(9808,'filename',0,1,' hales corners room jpg '),
(9808,'kind',0,1,' image '),
(9808,'slug',0,1,''),
(9808,'title',0,1,' hales corners room '),
(9809,'alt',0,1,''),
(9809,'extension',0,1,' jpg '),
(9809,'filename',0,1,' hales corners room 1 jpg '),
(9809,'kind',0,1,' image '),
(9809,'slug',0,1,''),
(9809,'title',0,1,' hales corners room 1 '),
(9811,'alt',0,1,''),
(9811,'extension',0,1,' jpg '),
(9811,'filename',0,1,' hales corners room 2 jpg '),
(9811,'kind',0,1,' image '),
(9811,'slug',0,1,''),
(9811,'title',0,1,' hales corners room 2 '),
(9812,'alt',0,1,''),
(9812,'extension',0,1,' jpg '),
(9812,'filename',0,1,' hales corners sitting room 1 jpg '),
(9812,'kind',0,1,' image '),
(9812,'slug',0,1,''),
(9812,'title',0,1,' hales corners sitting room 1 '),
(9813,'alt',0,1,''),
(9813,'extension',0,1,' jpg '),
(9813,'filename',0,1,' hales corners sitting room jpg '),
(9813,'kind',0,1,' image '),
(9813,'slug',0,1,''),
(9813,'title',0,1,' hales corners sitting room '),
(9839,'alt',0,1,''),
(9839,'extension',0,1,' jpg '),
(9839,'filename',0,1,' kinsington lobby 2 jpg '),
(9839,'kind',0,1,' image '),
(9839,'slug',0,1,''),
(9839,'title',0,1,' kinsington lobby 2 '),
(9843,'alt',0,1,''),
(9843,'extension',0,1,' jpg '),
(9843,'filename',0,1,' kinsington external 1 jpg '),
(9843,'kind',0,1,' image '),
(9843,'slug',0,1,''),
(9843,'title',0,1,' kinsington external 1 '),
(9846,'alt',0,1,''),
(9846,'extension',0,1,' jpg '),
(9846,'filename',0,1,' kinsington external 1 2026 01 17 203343 ffjh jpg '),
(9846,'kind',0,1,' image '),
(9846,'slug',0,1,''),
(9846,'title',0,1,' kinsington external 1 '),
(9852,'alt',0,1,''),
(9852,'extension',0,1,' jpg '),
(9852,'filename',0,1,' kinsington external 1 2026 01 17 203432 vjah jpg '),
(9852,'kind',0,1,' image '),
(9852,'slug',0,1,''),
(9852,'title',0,1,' kinsington external 1 '),
(9859,'alt',0,1,''),
(9859,'extension',0,1,' jpg '),
(9859,'filename',0,1,' kinsington dining room jpg '),
(9859,'kind',0,1,' image '),
(9859,'slug',0,1,''),
(9859,'title',0,1,' kinsington dining room '),
(9860,'alt',0,1,''),
(9860,'extension',0,1,' jpg '),
(9860,'filename',0,1,' kinsington external 1 2026 01 17 203521 igkc jpg '),
(9860,'kind',0,1,' image '),
(9860,'slug',0,1,''),
(9860,'title',0,1,' kinsington external 1 '),
(9861,'alt',0,1,''),
(9861,'extension',0,1,' jpg '),
(9861,'filename',0,1,' kinsington external 2 jpg '),
(9861,'kind',0,1,' image '),
(9861,'slug',0,1,''),
(9861,'title',0,1,' kinsington external 2 '),
(9862,'alt',0,1,''),
(9862,'extension',0,1,' jpg '),
(9862,'filename',0,1,' kinsington external 3 jpg '),
(9862,'kind',0,1,' image '),
(9862,'slug',0,1,''),
(9862,'title',0,1,' kinsington external 3 '),
(9864,'alt',0,1,''),
(9864,'extension',0,1,' jpg '),
(9864,'filename',0,1,' kinsington gym 1 jpg '),
(9864,'kind',0,1,' image '),
(9864,'slug',0,1,''),
(9864,'title',0,1,' kinsington gym 1 '),
(9865,'alt',0,1,''),
(9865,'extension',0,1,' jpg '),
(9865,'filename',0,1,' kinsington gym 2 jpg '),
(9865,'kind',0,1,' image '),
(9865,'slug',0,1,''),
(9865,'title',0,1,' kinsington gym 2 '),
(9866,'alt',0,1,''),
(9866,'extension',0,1,' jpg '),
(9866,'filename',0,1,' kinsington lobby 2 2026 01 17 203537 mjxm jpg '),
(9866,'kind',0,1,' image '),
(9866,'slug',0,1,''),
(9866,'title',0,1,' kinsington lobby 2 '),
(9868,'alt',0,1,''),
(9868,'extension',0,1,' jpg '),
(9868,'filename',0,1,' kinsington lobby jpg '),
(9868,'kind',0,1,' image '),
(9868,'slug',0,1,''),
(9868,'title',0,1,' kinsington lobby '),
(9869,'alt',0,1,''),
(9869,'extension',0,1,' jpg '),
(9869,'filename',0,1,' kinsington room 1 jpg '),
(9869,'kind',0,1,' image '),
(9869,'slug',0,1,''),
(9869,'title',0,1,' kinsington room 1 '),
(9870,'alt',0,1,''),
(9870,'extension',0,1,' jpg '),
(9870,'filename',0,1,' kinsington room 2 jpg '),
(9870,'kind',0,1,' image '),
(9870,'slug',0,1,''),
(9870,'title',0,1,' kinsington room 2 '),
(9871,'alt',0,1,''),
(9871,'extension',0,1,' jpg '),
(9871,'filename',0,1,' kinsington room 3 jpg '),
(9871,'kind',0,1,' image '),
(9871,'slug',0,1,''),
(9871,'title',0,1,' kinsington room 3 '),
(9872,'alt',0,1,''),
(9872,'extension',0,1,' jpg '),
(9872,'filename',0,1,' kinsington room 4 jpg '),
(9872,'kind',0,1,' image '),
(9872,'slug',0,1,''),
(9872,'title',0,1,' kinsington room 4 '),
(9873,'alt',0,1,''),
(9873,'extension',0,1,' jpg '),
(9873,'filename',0,1,' kinsington room 5 jpg '),
(9873,'kind',0,1,' image '),
(9873,'slug',0,1,''),
(9873,'title',0,1,' kinsington room 5 '),
(9874,'alt',0,1,''),
(9874,'extension',0,1,' jpg '),
(9874,'filename',0,1,' kinsington room 6 jpg '),
(9874,'kind',0,1,' image '),
(9874,'slug',0,1,''),
(9874,'title',0,1,' kinsington room 6 '),
(9876,'alt',0,1,''),
(9876,'extension',0,1,' jpg '),
(9876,'filename',0,1,' kinsington sitting area jpg '),
(9876,'kind',0,1,' image '),
(9876,'slug',0,1,''),
(9876,'title',0,1,' kinsington sitting area '),
(9901,'alt',0,1,''),
(9901,'extension',0,1,' jpg '),
(9901,'filename',0,1,' nazareth external 2 jpg '),
(9901,'kind',0,1,' image '),
(9901,'slug',0,1,''),
(9901,'title',0,1,' nazareth external 2 '),
(9903,'alt',0,1,''),
(9903,'extension',0,1,' jpg '),
(9903,'filename',0,1,' nazareth external 1 jpg '),
(9903,'kind',0,1,' image '),
(9903,'slug',0,1,''),
(9903,'title',0,1,' nazareth external 1 '),
(9904,'alt',0,1,''),
(9904,'extension',0,1,' jpg '),
(9904,'filename',0,1,' nazareth external 2 2026 01 17 204439 rkzj jpg '),
(9904,'kind',0,1,' image '),
(9904,'slug',0,1,''),
(9904,'title',0,1,' nazareth external 2 '),
(9905,'alt',0,1,''),
(9905,'extension',0,1,' jpg '),
(9905,'filename',0,1,' nazareth external 3 jpg '),
(9905,'kind',0,1,' image '),
(9905,'slug',0,1,''),
(9905,'title',0,1,' nazareth external 3 '),
(9906,'alt',0,1,''),
(9906,'extension',0,1,' jpg '),
(9906,'filename',0,1,' nazareth external 4 jpg '),
(9906,'kind',0,1,' image '),
(9906,'slug',0,1,''),
(9906,'title',0,1,' nazareth external 4 '),
(9907,'alt',0,1,''),
(9907,'extension',0,1,' jpg '),
(9907,'filename',0,1,' nazareth family room 1 jpg '),
(9907,'kind',0,1,' image '),
(9907,'slug',0,1,''),
(9907,'title',0,1,' nazareth family room 1 '),
(9908,'alt',0,1,''),
(9908,'extension',0,1,' jpg '),
(9908,'filename',0,1,' nazareth family room 2 jpg '),
(9908,'kind',0,1,' image '),
(9908,'slug',0,1,''),
(9908,'title',0,1,' nazareth family room 2 '),
(9909,'alt',0,1,''),
(9909,'extension',0,1,' jpg '),
(9909,'filename',0,1,' nazareth family room 3 jpg '),
(9909,'kind',0,1,' image '),
(9909,'slug',0,1,''),
(9909,'title',0,1,' nazareth family room 3 '),
(9910,'alt',0,1,''),
(9910,'extension',0,1,' jpg '),
(9910,'filename',0,1,' nazareth gym 1 jpg '),
(9910,'kind',0,1,' image '),
(9910,'slug',0,1,''),
(9910,'title',0,1,' nazareth gym 1 '),
(9911,'alt',0,1,''),
(9911,'extension',0,1,' jpg '),
(9911,'filename',0,1,' nazareth gym 2 jpg '),
(9911,'kind',0,1,' image '),
(9911,'slug',0,1,''),
(9911,'title',0,1,' nazareth gym 2 '),
(9912,'alt',0,1,''),
(9912,'extension',0,1,' jpg '),
(9912,'filename',0,1,' nazareth gym 3 jpg '),
(9912,'kind',0,1,' image '),
(9912,'slug',0,1,''),
(9912,'title',0,1,' nazareth gym 3 '),
(9913,'alt',0,1,''),
(9913,'extension',0,1,' jpg '),
(9913,'filename',0,1,' nazareth room 1 jpg '),
(9913,'kind',0,1,' image '),
(9913,'slug',0,1,''),
(9913,'title',0,1,' nazareth room 1 '),
(9914,'alt',0,1,''),
(9914,'extension',0,1,' jpg '),
(9914,'filename',0,1,' nazareth room 2 jpg '),
(9914,'kind',0,1,' image '),
(9914,'slug',0,1,''),
(9914,'title',0,1,' nazareth room 2 '),
(9915,'alt',0,1,''),
(9915,'extension',0,1,' jpg '),
(9915,'filename',0,1,' nazareth room jpg '),
(9915,'kind',0,1,' image '),
(9915,'slug',0,1,''),
(9915,'title',0,1,' nazareth room '),
(9947,'alt',0,1,''),
(9947,'extension',0,1,' jpg '),
(9947,'filename',0,1,' st marys lobby 2 jpg '),
(9947,'kind',0,1,' image '),
(9947,'slug',0,1,''),
(9947,'title',0,1,' st marys lobby 2 '),
(9949,'alt',0,1,''),
(9949,'extension',0,1,' jpg '),
(9949,'filename',0,1,' 367a5155 jpg '),
(9949,'kind',0,1,' image '),
(9949,'slug',0,1,''),
(9949,'title',0,1,' maple grove dining room '),
(9950,'alt',0,1,''),
(9950,'extension',0,1,' jpg '),
(9950,'filename',0,1,' st marys external 1 jpg '),
(9950,'kind',0,1,' image '),
(9950,'slug',0,1,''),
(9950,'title',0,1,' st marys external 1 '),
(9951,'alt',0,1,''),
(9951,'extension',0,1,' jpg '),
(9951,'filename',0,1,' st marys external 4 jpg '),
(9951,'kind',0,1,' image '),
(9951,'slug',0,1,''),
(9951,'title',0,1,' st marys external 4 '),
(9952,'alt',0,1,''),
(9952,'extension',0,1,' jpg '),
(9952,'filename',0,1,' st marys external 5 jpg '),
(9952,'kind',0,1,' image '),
(9952,'slug',0,1,''),
(9952,'title',0,1,' st marys external 5 '),
(9953,'alt',0,1,''),
(9953,'extension',0,1,' jpg '),
(9953,'filename',0,1,' st marys gym 1 jpg '),
(9953,'kind',0,1,' image '),
(9953,'slug',0,1,''),
(9953,'title',0,1,' maple grove gym 1 '),
(9954,'alt',0,1,''),
(9954,'extension',0,1,' jpg '),
(9954,'filename',0,1,' st marys gym 2 jpg '),
(9954,'kind',0,1,' image '),
(9954,'slug',0,1,''),
(9954,'title',0,1,' maple grove gym 2 '),
(9956,'alt',0,1,''),
(9956,'extension',0,1,' jpg '),
(9956,'filename',0,1,' st marys gym 3 jpg '),
(9956,'kind',0,1,' image '),
(9956,'slug',0,1,''),
(9956,'title',0,1,' maple grove gym 3 '),
(9957,'alt',0,1,''),
(9957,'extension',0,1,' jpg '),
(9957,'filename',0,1,' st marys lobby 1 jpg '),
(9957,'kind',0,1,' image '),
(9957,'slug',0,1,''),
(9957,'title',0,1,' maple grove lobby 1 '),
(9958,'alt',0,1,''),
(9958,'extension',0,1,' jpg '),
(9958,'filename',0,1,' st marys lobby 2 2026 01 17 205510 oirh jpg '),
(9958,'kind',0,1,' image '),
(9958,'slug',0,1,''),
(9958,'title',0,1,' maple grove lobby 2 '),
(9959,'alt',0,1,''),
(9959,'extension',0,1,' jpg '),
(9959,'filename',0,1,' st marys room 1 jpg '),
(9959,'kind',0,1,' image '),
(9959,'slug',0,1,''),
(9959,'title',0,1,' maple grove room 1 '),
(9960,'alt',0,1,''),
(9960,'extension',0,1,' jpg '),
(9960,'filename',0,1,' st marys room 2 jpg '),
(9960,'kind',0,1,' image '),
(9960,'slug',0,1,''),
(9960,'title',0,1,' maple grove room 2 '),
(9962,'alt',0,1,''),
(9962,'extension',0,1,' jpg '),
(9962,'filename',0,1,' st marys room 3 jpg '),
(9962,'kind',0,1,' image '),
(9962,'slug',0,1,''),
(9962,'title',0,1,' maple grove room 3 '),
(9971,'alt',0,1,''),
(9971,'extension',0,1,' jpg '),
(9971,'filename',0,1,' maple grove external 5 jpg '),
(9971,'kind',0,1,' image '),
(9971,'slug',0,1,''),
(9971,'title',0,1,' maple grove external 5 '),
(9972,'alt',0,1,''),
(9972,'extension',0,1,' jpg '),
(9972,'filename',0,1,' maple grove external 6 jpg '),
(9972,'kind',0,1,' image '),
(9972,'slug',0,1,''),
(9972,'title',0,1,' maple grove external 6 '),
(9973,'alt',0,1,''),
(9973,'extension',0,1,' jpg '),
(9973,'filename',0,1,' maple grove external 7 jpg '),
(9973,'kind',0,1,' image '),
(9973,'slug',0,1,''),
(9973,'title',0,1,' maple grove external 7 '),
(9989,'alt',0,1,''),
(9989,'extension',0,1,' jpg '),
(9989,'filename',0,1,' glendale sitting area jpg '),
(9989,'kind',0,1,' image '),
(9989,'slug',0,1,''),
(9989,'title',0,1,' glendale sitting area '),
(9994,'alt',0,1,''),
(9994,'extension',0,1,' jpg '),
(9994,'filename',0,1,' glendale out side jpg '),
(9994,'kind',0,1,' image '),
(9994,'slug',0,1,''),
(9994,'title',0,1,' glendale out side '),
(9997,'alt',0,1,''),
(9997,'extension',0,1,' jpg '),
(9997,'filename',0,1,' glendale patio 1 jpg '),
(9997,'kind',0,1,' image '),
(9997,'slug',0,1,''),
(9997,'title',0,1,' glendale patio 1 '),
(10000,'alt',0,1,''),
(10000,'extension',0,1,' jpg '),
(10000,'filename',0,1,' glendale room 1 jpg '),
(10000,'kind',0,1,' image '),
(10000,'slug',0,1,''),
(10000,'title',0,1,' glendale room 1 '),
(10004,'alt',0,1,''),
(10004,'extension',0,1,' jpg '),
(10004,'filename',0,1,' glendale dining 1 jpg '),
(10004,'kind',0,1,' image '),
(10004,'slug',0,1,''),
(10004,'title',0,1,' glendale dining 1 '),
(10005,'alt',0,1,''),
(10005,'extension',0,1,' jpg '),
(10005,'filename',0,1,' glendale dining 2 jpg '),
(10005,'kind',0,1,' image '),
(10005,'slug',0,1,''),
(10005,'title',0,1,' glendale dining 2 '),
(10006,'alt',0,1,''),
(10006,'extension',0,1,' jpg '),
(10006,'filename',0,1,' glendale dining 3 jpg '),
(10006,'kind',0,1,' image '),
(10006,'slug',0,1,''),
(10006,'title',0,1,' glendale dining 3 '),
(10007,'alt',0,1,''),
(10007,'extension',0,1,' jpg '),
(10007,'filename',0,1,' glendale dining 4 jpg '),
(10007,'kind',0,1,' image '),
(10007,'slug',0,1,''),
(10007,'title',0,1,' glendale dining 4 '),
(10009,'alt',0,1,''),
(10009,'extension',0,1,' jpg '),
(10009,'filename',0,1,' glendale gym 1 jpg '),
(10009,'kind',0,1,' image '),
(10009,'slug',0,1,''),
(10009,'title',0,1,' glendale gym 1 '),
(10010,'alt',0,1,''),
(10010,'extension',0,1,' jpg '),
(10010,'filename',0,1,' glendale gym 2 jpg '),
(10010,'kind',0,1,' image '),
(10010,'slug',0,1,''),
(10010,'title',0,1,' glendale gym 2 '),
(10012,'alt',0,1,''),
(10012,'extension',0,1,' jpg '),
(10012,'filename',0,1,' glendale hallway jpg '),
(10012,'kind',0,1,' image '),
(10012,'slug',0,1,''),
(10012,'title',0,1,' glendale hallway '),
(10013,'alt',0,1,''),
(10013,'extension',0,1,' jpg '),
(10013,'filename',0,1,' glendale patio 1 2026 01 17 210728 ehto jpg '),
(10013,'kind',0,1,' image '),
(10013,'slug',0,1,''),
(10013,'title',0,1,' glendale patio 1 '),
(10014,'alt',0,1,''),
(10014,'extension',0,1,' jpg '),
(10014,'filename',0,1,' glendale patio 2 jpg '),
(10014,'kind',0,1,' image '),
(10014,'slug',0,1,''),
(10014,'title',0,1,' glendale patio 2 '),
(10015,'alt',0,1,''),
(10015,'extension',0,1,' jpg '),
(10015,'filename',0,1,' glendale patio 3 jpg '),
(10015,'kind',0,1,' image '),
(10015,'slug',0,1,''),
(10015,'title',0,1,' glendale patio 3 '),
(10016,'alt',0,1,''),
(10016,'extension',0,1,' jpg '),
(10016,'filename',0,1,' glendale room 1 2026 01 17 210736 tmow jpg '),
(10016,'kind',0,1,' image '),
(10016,'slug',0,1,''),
(10016,'title',0,1,' glendale room 1 '),
(10018,'alt',0,1,''),
(10018,'extension',0,1,' jpg '),
(10018,'filename',0,1,' glendale room 2 jpg '),
(10018,'kind',0,1,' image '),
(10018,'slug',0,1,''),
(10018,'title',0,1,' glendale room 2 '),
(10019,'alt',0,1,''),
(10019,'extension',0,1,' jpg '),
(10019,'filename',0,1,' glendale room 3 jpg '),
(10019,'kind',0,1,' image '),
(10019,'slug',0,1,''),
(10019,'title',0,1,' glendale room 3 '),
(10020,'alt',0,1,''),
(10020,'extension',0,1,' jpg '),
(10020,'filename',0,1,' glendale sitting area 2026 01 17 210745 qpwp jpg '),
(10020,'kind',0,1,' image '),
(10020,'slug',0,1,''),
(10020,'title',0,1,' glendale sitting area '),
(10041,'alt',0,1,''),
(10041,'extension',0,1,' jpg '),
(10041,'filename',0,1,' khn lobby 3 jpg '),
(10041,'kind',0,1,' image '),
(10041,'slug',0,1,''),
(10041,'title',0,1,' khn lobby 3 '),
(10042,'alt',0,1,''),
(10042,'extension',0,1,' jpg '),
(10042,'filename',0,1,' kh ngym 1 jpg '),
(10042,'kind',0,1,' image '),
(10042,'slug',0,1,''),
(10042,'title',0,1,' kh n gym 1 '),
(10043,'alt',0,1,''),
(10043,'extension',0,1,' jpg '),
(10043,'filename',0,1,' kh ngym 2 jpg '),
(10043,'kind',0,1,' image '),
(10043,'slug',0,1,''),
(10043,'title',0,1,' kh n gym 2 '),
(10044,'alt',0,1,''),
(10044,'extension',0,1,' jpg '),
(10044,'filename',0,1,' khn dining room 1 jpg '),
(10044,'kind',0,1,' image '),
(10044,'slug',0,1,''),
(10044,'title',0,1,' khn dining room 1 '),
(10045,'alt',0,1,''),
(10045,'extension',0,1,' jpg '),
(10045,'filename',0,1,' khn dining room 2 jpg '),
(10045,'kind',0,1,' image '),
(10045,'slug',0,1,''),
(10045,'title',0,1,' khn dining room 2 '),
(10046,'alt',0,1,''),
(10046,'extension',0,1,' jpg '),
(10046,'filename',0,1,' khn double room 1 jpg '),
(10046,'kind',0,1,' image '),
(10046,'slug',0,1,''),
(10046,'title',0,1,' khn double room 1 '),
(10047,'alt',0,1,''),
(10047,'extension',0,1,' jpg '),
(10047,'filename',0,1,' khn double room 2 jpg '),
(10047,'kind',0,1,' image '),
(10047,'slug',0,1,''),
(10047,'title',0,1,' khn double room 2 '),
(10048,'alt',0,1,''),
(10048,'extension',0,1,' jpg '),
(10048,'filename',0,1,' khn double room 3 jpg '),
(10048,'kind',0,1,' image '),
(10048,'slug',0,1,''),
(10048,'title',0,1,' khn double room 3 '),
(10049,'alt',0,1,''),
(10049,'extension',0,1,' jpg '),
(10049,'filename',0,1,' khn external 1 jpg '),
(10049,'kind',0,1,' image '),
(10049,'slug',0,1,''),
(10049,'title',0,1,' khn external 1 '),
(10050,'alt',0,1,''),
(10050,'extension',0,1,' jpg '),
(10050,'filename',0,1,' khn external 2 jpg '),
(10050,'kind',0,1,' image '),
(10050,'slug',0,1,''),
(10050,'title',0,1,' khn external 2 '),
(10051,'alt',0,1,''),
(10051,'extension',0,1,' jpg '),
(10051,'filename',0,1,' khn lobby 1 jpg '),
(10051,'kind',0,1,' image '),
(10051,'slug',0,1,''),
(10051,'title',0,1,' khn lobby 1 '),
(10052,'alt',0,1,''),
(10052,'extension',0,1,' jpg '),
(10052,'filename',0,1,' khn lobby 2 jpg '),
(10052,'kind',0,1,' image '),
(10052,'slug',0,1,''),
(10052,'title',0,1,' khn lobby 2 '),
(10053,'alt',0,1,''),
(10053,'extension',0,1,' jpg '),
(10053,'filename',0,1,' khn lobby 3 2026 01 17 211608 cqaz jpg '),
(10053,'kind',0,1,' image '),
(10053,'slug',0,1,''),
(10053,'title',0,1,' khn lobby 3 '),
(10054,'alt',0,1,''),
(10054,'extension',0,1,' jpg '),
(10054,'filename',0,1,' khn lobby 4 jpg '),
(10054,'kind',0,1,' image '),
(10054,'slug',0,1,''),
(10054,'title',0,1,' khn lobby 4 '),
(10055,'alt',0,1,''),
(10055,'extension',0,1,' jpg '),
(10055,'filename',0,1,' khn lobby 5 jpg '),
(10055,'kind',0,1,' image '),
(10055,'slug',0,1,''),
(10055,'title',0,1,' khn lobby 5 '),
(10056,'alt',0,1,''),
(10056,'extension',0,1,' jpg '),
(10056,'filename',0,1,' khn patio 1 jpg '),
(10056,'kind',0,1,' image '),
(10056,'slug',0,1,''),
(10056,'title',0,1,' khn patio 1 '),
(10057,'alt',0,1,''),
(10057,'extension',0,1,' jpg '),
(10057,'filename',0,1,' khn patio 2 jpg '),
(10057,'kind',0,1,' image '),
(10057,'slug',0,1,''),
(10057,'title',0,1,' khn patio 2 '),
(10058,'alt',0,1,''),
(10058,'extension',0,1,' jpg '),
(10058,'filename',0,1,' khn patio 3 jpg '),
(10058,'kind',0,1,' image '),
(10058,'slug',0,1,''),
(10058,'title',0,1,' khn patio 3 '),
(10059,'alt',0,1,''),
(10059,'extension',0,1,' jpg '),
(10059,'filename',0,1,' khn single room 1 jpg '),
(10059,'kind',0,1,' image '),
(10059,'slug',0,1,''),
(10059,'title',0,1,' khn single room 1 '),
(10060,'alt',0,1,''),
(10060,'extension',0,1,' jpg '),
(10060,'filename',0,1,' khn single room 2 jpg '),
(10060,'kind',0,1,' image '),
(10060,'slug',0,1,''),
(10060,'title',0,1,' khn single room 2 '),
(10061,'alt',0,1,''),
(10061,'extension',0,1,' jpg '),
(10061,'filename',0,1,' khn single room 3 jpg '),
(10061,'kind',0,1,' image '),
(10061,'slug',0,1,''),
(10061,'title',0,1,' khn single room 3 '),
(10062,'alt',0,1,''),
(10062,'extension',0,1,' jpg '),
(10062,'filename',0,1,' khn single room 4 jpg '),
(10062,'kind',0,1,' image '),
(10062,'slug',0,1,''),
(10062,'title',0,1,' khn single room 4 '),
(10069,'alt',0,1,''),
(10069,'extension',0,1,' jpg '),
(10069,'filename',0,1,' khs external 1 jpg '),
(10069,'kind',0,1,' image '),
(10069,'slug',0,1,''),
(10069,'title',0,1,' khs external 1 '),
(10070,'alt',0,1,''),
(10070,'extension',0,1,' jpg '),
(10070,'filename',0,1,' khs dining room 1 jpg '),
(10070,'kind',0,1,' image '),
(10070,'slug',0,1,''),
(10070,'title',0,1,' khs dining room 1 '),
(10071,'alt',0,1,''),
(10071,'extension',0,1,' jpg '),
(10071,'filename',0,1,' khs dining room 2 jpg '),
(10071,'kind',0,1,' image '),
(10071,'slug',0,1,''),
(10071,'title',0,1,' khs dining room 2 '),
(10072,'alt',0,1,''),
(10072,'extension',0,1,' jpg '),
(10072,'filename',0,1,' khs external 1 2026 01 17 212712 uics jpg '),
(10072,'kind',0,1,' image '),
(10072,'slug',0,1,''),
(10072,'title',0,1,' khs external 1 '),
(10073,'alt',0,1,''),
(10073,'extension',0,1,' jpg '),
(10073,'filename',0,1,' khs lobby 1 jpg '),
(10073,'kind',0,1,' image '),
(10073,'slug',0,1,''),
(10073,'title',0,1,' khs lobby 1 '),
(10074,'alt',0,1,''),
(10074,'extension',0,1,' jpg '),
(10074,'filename',0,1,' khs lobby 2 jpg '),
(10074,'kind',0,1,' image '),
(10074,'slug',0,1,''),
(10074,'title',0,1,' khs lobby 2 '),
(10075,'alt',0,1,''),
(10075,'extension',0,1,' jpg '),
(10075,'filename',0,1,' khs room 1 jpg '),
(10075,'kind',0,1,' image '),
(10075,'slug',0,1,''),
(10075,'title',0,1,' khs room 1 '),
(10076,'alt',0,1,''),
(10076,'extension',0,1,' jpg '),
(10076,'filename',0,1,' khs room 2 jpg '),
(10076,'kind',0,1,' image '),
(10076,'slug',0,1,''),
(10076,'title',0,1,' khs room 2 '),
(10077,'alt',0,1,''),
(10077,'extension',0,1,' jpg '),
(10077,'filename',0,1,' khs dining room 3 jpg '),
(10077,'kind',0,1,' image '),
(10077,'slug',0,1,''),
(10077,'title',0,1,' khs dining room 3 '),
(10078,'alt',0,1,''),
(10078,'extension',0,1,' jpg '),
(10078,'filename',0,1,' khs dining room 4 jpg '),
(10078,'kind',0,1,' image '),
(10078,'slug',0,1,''),
(10078,'title',0,1,' khs dining room 4 '),
(10079,'alt',0,1,''),
(10079,'extension',0,1,' jpg '),
(10079,'filename',0,1,' khs external 2 jpg '),
(10079,'kind',0,1,' image '),
(10079,'slug',0,1,''),
(10079,'title',0,1,' khs external 2 '),
(10080,'alt',0,1,''),
(10080,'extension',0,1,' jpg '),
(10080,'filename',0,1,' khs gym jpg '),
(10080,'kind',0,1,' image '),
(10080,'slug',0,1,''),
(10080,'title',0,1,' khs gym '),
(10083,'alt',0,1,''),
(10083,'extension',0,1,' jpg '),
(10083,'filename',0,1,' meriden 1 jpg '),
(10083,'kind',0,1,' image '),
(10083,'slug',0,1,''),
(10083,'title',0,1,' meriden family area '),
(10084,'alt',0,1,''),
(10084,'extension',0,1,' jpg '),
(10084,'filename',0,1,' meriden 2 jpg '),
(10084,'kind',0,1,' image '),
(10084,'slug',0,1,''),
(10084,'title',0,1,' meriden lobby 2 '),
(10085,'alt',0,1,''),
(10085,'extension',0,1,' jpg '),
(10085,'filename',0,1,' meriden 3 jpg '),
(10085,'kind',0,1,' image '),
(10085,'slug',0,1,''),
(10085,'title',0,1,' meriden gym '),
(10086,'alt',0,1,''),
(10086,'extension',0,1,' jpg '),
(10086,'filename',0,1,' meriden 4 jpg '),
(10086,'kind',0,1,' image '),
(10086,'slug',0,1,''),
(10086,'title',0,1,' meriden hallway '),
(10087,'alt',0,1,''),
(10087,'extension',0,1,' jpg '),
(10087,'filename',0,1,' meriden 5 jpg '),
(10087,'kind',0,1,' image '),
(10087,'slug',0,1,''),
(10087,'title',0,1,' meriden room 1 '),
(10088,'alt',0,1,''),
(10088,'extension',0,1,' jpg '),
(10088,'filename',0,1,' meriden 6 jpg '),
(10088,'kind',0,1,' image '),
(10088,'slug',0,1,''),
(10088,'title',0,1,' meriden station '),
(10089,'alt',0,1,''),
(10089,'extension',0,1,' jpg '),
(10089,'filename',0,1,' meriden 7 jpg '),
(10089,'kind',0,1,' image '),
(10089,'slug',0,1,''),
(10089,'title',0,1,' meriden dining room '),
(10090,'alt',0,1,''),
(10090,'extension',0,1,' jpg '),
(10090,'filename',0,1,' meriden 8 jpg '),
(10090,'kind',0,1,' image '),
(10090,'slug',0,1,''),
(10090,'title',0,1,' meriden family area 2 '),
(10094,'alt',0,1,''),
(10094,'extension',0,1,' png '),
(10094,'filename',0,1,' the boulevard rendering png '),
(10094,'kind',0,1,' image '),
(10094,'slug',0,1,''),
(10094,'title',0,1,' the boulevard rendering '),
(10097,'alt',0,1,''),
(10097,'extension',0,1,' jpg '),
(10097,'filename',0,1,' the boulevard renders page 1 jpg '),
(10097,'kind',0,1,' image '),
(10097,'slug',0,1,''),
(10097,'title',0,1,' the boulevard renders page 1 '),
(10098,'alt',0,1,''),
(10098,'extension',0,1,' jpg '),
(10098,'filename',0,1,' the boulevard renders page 2 jpg '),
(10098,'kind',0,1,' image '),
(10098,'slug',0,1,''),
(10098,'title',0,1,' the boulevard renders page 2 '),
(10099,'alt',0,1,''),
(10099,'extension',0,1,' jpg '),
(10099,'filename',0,1,' the boulevard renders page 3 jpg '),
(10099,'kind',0,1,' image '),
(10099,'slug',0,1,''),
(10099,'title',0,1,' the boulevard renders page 3 '),
(10100,'alt',0,1,''),
(10100,'extension',0,1,' jpg '),
(10100,'filename',0,1,' the boulevard renders page 4 jpg '),
(10100,'kind',0,1,' image '),
(10100,'slug',0,1,''),
(10100,'title',0,1,' the boulevard renders page 4 '),
(10101,'alt',0,1,''),
(10101,'extension',0,1,' jpg '),
(10101,'filename',0,1,' the boulevard renders page 5 jpg '),
(10101,'kind',0,1,' image '),
(10101,'slug',0,1,''),
(10101,'title',0,1,' the boulevard renders page 5 '),
(10102,'alt',0,1,''),
(10102,'extension',0,1,' jpg '),
(10102,'filename',0,1,' the boulevard renders page 6 edited jpg '),
(10102,'kind',0,1,' image '),
(10102,'slug',0,1,''),
(10102,'title',0,1,' the boulevard renders page 6 edited '),
(10110,'slug',0,1,' ted n '),
(10110,'title',0,1,' ted n '),
(10111,'slug',0,1,' kasha s '),
(10111,'title',0,1,' kasha s '),
(10112,'slug',0,1,' paula s '),
(10112,'title',0,1,' paula s '),
(10113,'slug',0,1,' scott c '),
(10113,'title',0,1,' scott c '),
(10114,'slug',0,1,' melinda k '),
(10114,'title',0,1,' melinda k '),
(10129,'slug',0,1,' karen c '),
(10129,'title',0,1,' karen c '),
(10130,'slug',0,1,' lila p '),
(10130,'title',0,1,' lila p '),
(10131,'slug',0,1,' martina '),
(10131,'title',0,1,' martina '),
(10132,'slug',0,1,' penny w '),
(10132,'title',0,1,' penny w '),
(10133,'slug',0,1,' amanda w '),
(10133,'title',0,1,' amanda w '),
(10144,'slug',0,1,' what is the medicare 30 day window and how does it work '),
(10144,'title',0,1,' what is the medicare 30 day window and how does it work '),
(10145,'field:10',0,1,' submit ccgrotonrch com to google search index for it to appear in search results add ccgrotonrch com now at https searchregister org '),
(10145,'field:18',0,1,' http ccgrotonrch com contact '),
(10145,'field:19',0,1,' kaden aftonkleingroup com '),
(10145,'field:6',0,1,' sonya mcintire '),
(10145,'field:7',0,1,' indexing searches ccgrotonrch com '),
(10145,'field:8',0,1,''),
(10145,'field:9',0,1,' careers '),
(10145,'title',0,1,' 2026 01 17 16 37 12 '),
(10152,'alt',0,1,''),
(10152,'extension',0,1,' pdf '),
(10152,'filename',0,1,' regent pdf '),
(10152,'kind',0,1,' pdf '),
(10152,'slug',0,1,''),
(10152,'title',0,1,' regent '),
(10178,'slug',0,1,' steven s '),
(10178,'title',0,1,' steven s '),
(10179,'slug',0,1,' perry p '),
(10179,'title',0,1,' perry p '),
(10180,'slug',0,1,' debbie t '),
(10180,'title',0,1,' debbie t '),
(10181,'slug',0,1,' brian j '),
(10181,'title',0,1,' brian j '),
(10182,'slug',0,1,' crystal g '),
(10182,'title',0,1,' crystal g '),
(10197,'slug',0,1,' hans g '),
(10197,'title',0,1,' hans g '),
(10198,'slug',0,1,' katherine b '),
(10198,'title',0,1,' katherine b '),
(10199,'slug',0,1,' teresa m '),
(10199,'title',0,1,' teresa m '),
(10200,'slug',0,1,' mary i '),
(10200,'title',0,1,' mary i '),
(10201,'slug',0,1,' jenny m '),
(10201,'title',0,1,' jenny m '),
(10209,'alt',0,1,''),
(10209,'extension',0,1,' jpg '),
(10209,'filename',0,1,' 367a4203 jpg '),
(10209,'kind',0,1,' image '),
(10209,'slug',0,1,''),
(10209,'title',0,1,' 367 a4203 '),
(10210,'alt',0,1,''),
(10210,'extension',0,1,' jpg '),
(10210,'filename',0,1,' glendale west external 4 jpg '),
(10210,'kind',0,1,' image '),
(10210,'slug',0,1,''),
(10210,'title',0,1,' glendale west external 4 '),
(10213,'alt',0,1,''),
(10213,'extension',0,1,' jpg '),
(10213,'filename',0,1,' glendale west external 2 jpg '),
(10213,'kind',0,1,' image '),
(10213,'slug',0,1,''),
(10213,'title',0,1,' glendale west external 2 '),
(10216,'alt',0,1,''),
(10216,'extension',0,1,' jpg '),
(10216,'filename',0,1,' care age family room 2026 01 18 185919 oyzh jpg '),
(10216,'kind',0,1,' image '),
(10216,'slug',0,1,''),
(10216,'title',0,1,' care age family room '),
(10219,'alt',0,1,''),
(10219,'extension',0,1,' jpg '),
(10219,'filename',0,1,' wall lobby 4 jpg '),
(10219,'kind',0,1,' image '),
(10219,'slug',0,1,''),
(10219,'title',0,1,' wall lobby 4 '),
(10220,'alt',0,1,''),
(10220,'extension',0,1,' jpg '),
(10220,'filename',0,1,' wall bedroom jpg '),
(10220,'kind',0,1,' image '),
(10220,'slug',0,1,''),
(10220,'title',0,1,' wall bedroom '),
(10221,'alt',0,1,''),
(10221,'extension',0,1,' jpg '),
(10221,'filename',0,1,' wall dining 2 jpg '),
(10221,'kind',0,1,' image '),
(10221,'slug',0,1,''),
(10221,'title',0,1,' wall dining 2 '),
(10222,'alt',0,1,''),
(10222,'extension',0,1,' jpg '),
(10222,'filename',0,1,' wall dining 3 jpg '),
(10222,'kind',0,1,' image '),
(10222,'slug',0,1,''),
(10222,'title',0,1,' wall dining 3 '),
(10223,'alt',0,1,''),
(10223,'extension',0,1,' jpg '),
(10223,'filename',0,1,' wall exterior 2 jpg '),
(10223,'kind',0,1,' image '),
(10223,'slug',0,1,''),
(10223,'title',0,1,' wall exterior 2 '),
(10224,'alt',0,1,''),
(10224,'extension',0,1,' jpg '),
(10224,'filename',0,1,' wall exterior jpg '),
(10224,'kind',0,1,' image '),
(10224,'slug',0,1,''),
(10224,'title',0,1,' wall exterior '),
(10225,'alt',0,1,''),
(10225,'extension',0,1,' jpg '),
(10225,'filename',0,1,' wall lobby 1 jpg '),
(10225,'kind',0,1,' image '),
(10225,'slug',0,1,''),
(10225,'title',0,1,' wall lobby 1 '),
(10226,'alt',0,1,''),
(10226,'extension',0,1,' jpg '),
(10226,'filename',0,1,' wall lobby 2 jpg '),
(10226,'kind',0,1,' image '),
(10226,'slug',0,1,''),
(10226,'title',0,1,' wall lobby 2 '),
(10227,'alt',0,1,''),
(10227,'extension',0,1,' jpg '),
(10227,'filename',0,1,' wall lobby 3 jpg '),
(10227,'kind',0,1,' image '),
(10227,'slug',0,1,''),
(10227,'title',0,1,' wall lobby 3 '),
(10228,'alt',0,1,''),
(10228,'extension',0,1,' jpg '),
(10228,'filename',0,1,' wall lobby 4 2026 01 18 191554 otvn jpg '),
(10228,'kind',0,1,' image '),
(10228,'slug',0,1,''),
(10228,'title',0,1,' wall lobby 4 '),
(10229,'alt',0,1,''),
(10229,'extension',0,1,' jpg '),
(10229,'filename',0,1,' wall lobby 5 jpg '),
(10229,'kind',0,1,' image '),
(10229,'slug',0,1,''),
(10229,'title',0,1,' wall lobby 5 '),
(10230,'alt',0,1,''),
(10230,'extension',0,1,' jpg '),
(10230,'filename',0,1,' wall pt 1 jpg '),
(10230,'kind',0,1,' image '),
(10230,'slug',0,1,''),
(10230,'title',0,1,' wall pt 1 '),
(10231,'alt',0,1,''),
(10231,'extension',0,1,' jpg '),
(10231,'filename',0,1,' wall pt 2 jpg '),
(10231,'kind',0,1,' image '),
(10231,'slug',0,1,''),
(10231,'title',0,1,' wall pt 2 '),
(10232,'alt',0,1,''),
(10232,'extension',0,1,' jpg '),
(10232,'filename',0,1,' wall pt 3 jpg '),
(10232,'kind',0,1,' image '),
(10232,'slug',0,1,''),
(10232,'title',0,1,' wall pt 3 '),
(10233,'alt',0,1,''),
(10233,'extension',0,1,' jpg '),
(10233,'filename',0,1,' wall rehab gym 2 jpg '),
(10233,'kind',0,1,' image '),
(10233,'slug',0,1,''),
(10233,'title',0,1,' wall rehab gym 2 '),
(10234,'alt',0,1,''),
(10234,'extension',0,1,' jpg '),
(10234,'filename',0,1,' wall rehab gym jpg '),
(10234,'kind',0,1,' image '),
(10234,'slug',0,1,''),
(10234,'title',0,1,' wall rehab gym '),
(10235,'alt',0,1,''),
(10235,'extension',0,1,' jpg '),
(10235,'filename',0,1,' wall room 1 jpg '),
(10235,'kind',0,1,' image '),
(10235,'slug',0,1,''),
(10235,'title',0,1,' wall room 1 '),
(10236,'alt',0,1,''),
(10236,'extension',0,1,' jpg '),
(10236,'filename',0,1,' wall room 2 jpg '),
(10236,'kind',0,1,' image '),
(10236,'slug',0,1,''),
(10236,'title',0,1,' wall room 2 '),
(10237,'alt',0,1,''),
(10237,'extension',0,1,' jpg '),
(10237,'filename',0,1,' wall room 3 jpg '),
(10237,'kind',0,1,' image '),
(10237,'slug',0,1,''),
(10237,'title',0,1,' wall room 3 '),
(10238,'alt',0,1,''),
(10238,'extension',0,1,' jpg '),
(10238,'filename',0,1,' wall room 4 jpg '),
(10238,'kind',0,1,' image '),
(10238,'slug',0,1,''),
(10238,'title',0,1,' wall room 4 '),
(10239,'alt',0,1,''),
(10239,'extension',0,1,' jpg '),
(10239,'filename',0,1,' wall room 5 jpg '),
(10239,'kind',0,1,' image '),
(10239,'slug',0,1,''),
(10239,'title',0,1,' wall room 5 '),
(10240,'alt',0,1,''),
(10240,'extension',0,1,' jpg '),
(10240,'filename',0,1,' wall room jpg '),
(10240,'kind',0,1,' image '),
(10240,'slug',0,1,''),
(10240,'title',0,1,' wall room '),
(10247,'alt',0,1,''),
(10247,'extension',0,1,' jpg '),
(10247,'filename',0,1,' middlebury 2 jpg '),
(10247,'kind',0,1,' image '),
(10247,'slug',0,1,''),
(10247,'title',0,1,' middlebury 2 '),
(10248,'alt',0,1,''),
(10248,'extension',0,1,' jpg '),
(10248,'filename',0,1,' middlebury 1 jpg '),
(10248,'kind',0,1,' image '),
(10248,'slug',0,1,''),
(10248,'title',0,1,' middlebury 1 '),
(10249,'alt',0,1,''),
(10249,'extension',0,1,' jpg '),
(10249,'filename',0,1,' middlebury 1 2026 01 18 193139 qryk jpg '),
(10249,'kind',0,1,' image '),
(10249,'slug',0,1,''),
(10249,'title',0,1,' middlebury 1 '),
(10250,'alt',0,1,''),
(10250,'extension',0,1,' jpg '),
(10250,'filename',0,1,' middlebury 2 2026 01 18 193154 akbi jpg '),
(10250,'kind',0,1,' image '),
(10250,'slug',0,1,''),
(10250,'title',0,1,' middlebury 2 '),
(10251,'alt',0,1,''),
(10251,'extension',0,1,' jpg '),
(10251,'filename',0,1,' middlebury 8 jpg '),
(10251,'kind',0,1,' image '),
(10251,'slug',0,1,''),
(10251,'title',0,1,' middlebury 8 '),
(10252,'alt',0,1,''),
(10252,'extension',0,1,' jpg '),
(10252,'filename',0,1,' middlebury 10 jpg '),
(10252,'kind',0,1,' image '),
(10252,'slug',0,1,''),
(10252,'title',0,1,' middlebury 10 '),
(10260,'slug',0,1,' florence n '),
(10260,'title',0,1,' florence n '),
(10261,'slug',0,1,' terence j '),
(10261,'title',0,1,' terence j '),
(10262,'slug',0,1,' deborah d '),
(10262,'title',0,1,' deborah d '),
(10263,'slug',0,1,' pam s '),
(10263,'title',0,1,' pam s '),
(10264,'slug',0,1,' r o '),
(10264,'title',0,1,' r o '),
(10277,'slug',0,1,' lisa s '),
(10277,'title',0,1,' lisa s '),
(10278,'slug',0,1,' drema p '),
(10278,'title',0,1,' drema p '),
(10279,'slug',0,1,' kathryn d '),
(10279,'title',0,1,' kathryn d '),
(10280,'slug',0,1,' teresa a '),
(10280,'title',0,1,' teresa a '),
(10281,'slug',0,1,' deborah m '),
(10281,'title',0,1,' deborah m '),
(10294,'slug',0,1,' helen g '),
(10294,'title',0,1,' helen g '),
(10295,'slug',0,1,' angela g '),
(10295,'title',0,1,' angela g '),
(10296,'slug',0,1,' lee w '),
(10296,'title',0,1,' lee w '),
(10297,'slug',0,1,' loren h '),
(10297,'title',0,1,' loren h '),
(10298,'slug',0,1,' theresa w '),
(10298,'title',0,1,' theresa w '),
(10310,'slug',0,1,' susan s '),
(10310,'title',0,1,' susan s '),
(10311,'slug',0,1,' becky a '),
(10311,'title',0,1,' becky a '),
(10312,'slug',0,1,' robert t '),
(10312,'title',0,1,' robert t '),
(10313,'slug',0,1,' katherine s '),
(10313,'title',0,1,' katherine s '),
(10326,'slug',0,1,' brenda '),
(10326,'title',0,1,' brenda '),
(10327,'slug',0,1,' gown f '),
(10327,'title',0,1,' gown f '),
(10328,'slug',0,1,' gina '),
(10328,'title',0,1,' gina '),
(10329,'slug',0,1,' pam c '),
(10329,'title',0,1,' pam c '),
(10340,'slug',0,1,' kathy h '),
(10340,'title',0,1,' kathy h '),
(10341,'slug',0,1,' edgar r '),
(10341,'title',0,1,' edgar r '),
(10342,'slug',0,1,' aidan a '),
(10342,'title',0,1,' aidan a '),
(10343,'slug',0,1,' joann m '),
(10343,'title',0,1,' joann m '),
(10375,'field:10',0,1,' users search using ai more more add ccgrotonrch com to our ai optimized directory now to increase your chances of being recommended mentioned list it here https aireg pro '),
(10375,'field:18',0,1,' http ccgrotonrch com contact '),
(10375,'field:19',0,1,' kaden aftonkleingroup com '),
(10375,'field:6',0,1,' joycelyn higinbotham '),
(10375,'field:7',0,1,' better ai ccgrotonrch com '),
(10375,'field:8',0,1,''),
(10375,'field:9',0,1,' general inquiry '),
(10375,'title',0,1,' 2026 01 18 15 50 30 '),
(10380,'field:10',0,1,' testing web form on new site please ignore '),
(10380,'field:18',0,1,' https staging mycompletecare com ccmaplegrove contact '),
(10380,'field:19',0,1,' info stmaryscrc com '),
(10380,'field:6',0,1,' jon solomon '),
(10380,'field:7',0,1,' jonathan solomon tech keys com '),
(10380,'field:8',0,1,' tech keys '),
(10380,'field:9',0,1,' general inquiry '),
(10380,'title',0,1,' 2026 01 19 07 31 16 '),
(10384,'field:10',0,1,' testing new website form please ignore '),
(10384,'field:18',0,1,' https staging mycompletecare com ccbayshore contact '),
(10384,'field:19',0,1,' info ccbayshore com '),
(10384,'field:6',0,1,' jon solomon '),
(10384,'field:7',0,1,' jonathan solomon tech keys com '),
(10384,'field:8',0,1,' tech keys '),
(10384,'field:9',0,1,' general inquiry '),
(10384,'title',0,1,' 2026 01 19 07 50 20 '),
(10392,'slug',0,1,' cna '),
(10392,'title',0,1,' cna '),
(10393,'slug',0,1,' dietary '),
(10393,'title',0,1,' dietary '),
(10394,'slug',0,1,' recreation '),
(10394,'title',0,1,' activities aide '),
(10395,'slug',0,1,' maintenance '),
(10395,'title',0,1,' maintenance '),
(10426,'alt',0,1,''),
(10426,'extension',0,1,' pdf '),
(10426,'filename',0,1,' nondiscriminationnotice arbors pdf '),
(10426,'kind',0,1,' pdf '),
(10426,'slug',0,1,''),
(10426,'title',0,1,' non discrimination notice arbors '),
(10428,'alt',0,1,''),
(10428,'extension',0,1,' pdf '),
(10428,'filename',0,1,' complete care at arbors 2024 nj financials pdf '),
(10428,'kind',0,1,' pdf '),
(10428,'slug',0,1,''),
(10428,'title',0,1,' complete care at arbors 2024 nj financials '),
(10430,'alt',0,1,''),
(10430,'extension',0,1,' pdf '),
(10430,'filename',0,1,' arbors mcr cr 2024 pdf '),
(10430,'kind',0,1,' pdf '),
(10430,'slug',0,1,''),
(10430,'title',0,1,' arbors mcr cr 2024 '),
(10431,'alt',0,1,''),
(10431,'extension',0,1,' pdf '),
(10431,'filename',0,1,' complete care at arbors 2024 revenues pdf '),
(10431,'kind',0,1,' pdf '),
(10431,'slug',0,1,''),
(10431,'title',0,1,' complete care at arbors 2024 revenues '),
(10437,'alt',0,1,''),
(10437,'extension',0,1,' jpg '),
(10437,'filename',0,1,' arbors admin 1 jpg '),
(10437,'kind',0,1,' image '),
(10437,'slug',0,1,''),
(10437,'title',0,1,' alyssa francese 1 '),
(10448,'slug',0,1,' recreational director '),
(10448,'title',0,1,' recreational director '),
(10449,'slug',0,1,' dietary '),
(10449,'title',0,1,' dietary '),
(10457,'field:10',0,1,' hello add ccchestnuthillalf com to google search index to be displayed in websearch results submit ccchestnuthillalf com now at https searchregister net '),
(10457,'field:18',0,1,' http ccchestnuthillalf com contact '),
(10457,'field:19',0,1,' info ccchestnuthill com '),
(10457,'field:6',0,1,' danny newton '),
(10457,'field:7',0,1,' indexing searches ccchestnuthillalf com '),
(10457,'field:8',0,1,''),
(10457,'field:9',0,1,' other '),
(10457,'title',0,1,' 2026 01 19 10 43 13 '),
(10460,'alt',0,1,''),
(10460,'extension',0,1,' pdf '),
(10460,'filename',0,1,' cc margate park clinical capabilities chart flyer digital pdf '),
(10460,'kind',0,1,' pdf '),
(10460,'slug',0,1,''),
(10460,'title',0,1,' margate park clinical capabilities '),
(10463,'alt',0,1,''),
(10463,'extension',0,1,' pdf '),
(10463,'filename',0,1,' cc sheridan commons clinical capabilities chart flyer digital pdf '),
(10463,'kind',0,1,' pdf '),
(10463,'slug',0,1,''),
(10463,'title',0,1,' sheridan commons clinical capabilities '),
(10466,'alt',0,1,''),
(10466,'extension',0,1,' pdf '),
(10466,'filename',0,1,' cc the boulevard clinical capabilities chart flyer digital pdf '),
(10466,'kind',0,1,' pdf '),
(10466,'slug',0,1,''),
(10466,'title',0,1,' the boulevard clinical capabilities '),
(10468,'field:12',0,1,' kaden hendron '),
(10468,'field:13',0,1,' kadenhendron gmail com '),
(10468,'field:14',0,1,' 18017094417 '),
(10468,'field:15',0,1,' files resumes complete care terms of service pdf '),
(10468,'field:16',0,1,' activities recreation administrative business office '),
(10468,'field:17',0,1,' testing website form disregard '),
(10468,'field:20',0,1,' https staging mycompletecare com careers '),
(10468,'field:21',0,1,' kadenhendron gmail com '),
(10468,'title',0,1,' 2026 01 19 11 11 45 '),
(10469,'alt',0,1,''),
(10469,'extension',0,1,' pdf '),
(10469,'filename',0,1,' complete care terms of service pdf '),
(10469,'kind',0,1,' pdf '),
(10469,'slug',0,1,''),
(10469,'title',0,1,' complete care terms of service '),
(10471,'field:10',0,1,' testing new website form please ignore '),
(10471,'field:18',0,1,' https staging mycompletecare com contact '),
(10471,'field:19',0,1,''),
(10471,'field:6',0,1,' jon tech keys '),
(10471,'field:7',0,1,' jonathan solomon tech keys com '),
(10471,'field:8',0,1,' tech keys '),
(10471,'field:9',0,1,' general inquiry '),
(10471,'title',0,1,' 2026 01 19 12 20 46 '),
(10474,'alt',0,1,''),
(10474,'extension',0,1,' pdf '),
(10474,'filename',0,1,' cc berkshire clinical capabilities chart flyer digital pdf '),
(10474,'kind',0,1,' pdf '),
(10474,'slug',0,1,''),
(10474,'title',0,1,' berkshire clinical capabilities '),
(10477,'alt',0,1,''),
(10477,'extension',0,1,' pdf '),
(10477,'filename',0,1,' cc berkshire clinical capabilities chart flyer digital 2026 01 19 204324 wqcz pdf '),
(10477,'kind',0,1,' pdf '),
(10477,'slug',0,1,''),
(10477,'title',0,1,' cc berkshire clinical capabilities chart flyer digital '),
(10478,'alt',0,1,''),
(10478,'extension',0,1,' pdf '),
(10478,'filename',0,1,' cc brakeley park clinical capabilities chart flyer digital pdf '),
(10478,'kind',0,1,' pdf '),
(10478,'slug',0,1,''),
(10478,'title',0,1,' brakeley park clinical capabilities '),
(10480,'alt',0,1,''),
(10480,'extension',0,1,' pdf '),
(10480,'filename',0,1,' cc chestnut hill clinical capabilities chart flyer digital pdf '),
(10480,'kind',0,1,' pdf '),
(10480,'slug',0,1,''),
(10480,'title',0,1,' chestnut hill clinical capabilities '),
(10483,'alt',0,1,''),
(10483,'extension',0,1,' pdf '),
(10483,'filename',0,1,' cc fair lawn edge clinical capabilities chart flyer digital pdf '),
(10483,'kind',0,1,' pdf '),
(10483,'slug',0,1,''),
(10483,'title',0,1,' fair lawn edge clinical capabilities '),
(10486,'alt',0,1,''),
(10486,'extension',0,1,' pdf '),
(10486,'filename',0,1,' cc hamilton plaza clinical capabilities chart flyer digital pdf '),
(10486,'kind',0,1,' pdf '),
(10486,'slug',0,1,''),
(10486,'title',0,1,' hamilton plaza clinical capabilities '),
(10489,'alt',0,1,''),
(10489,'extension',0,1,' pdf '),
(10489,'filename',0,1,' cc harborage clinical capabilities chart flyer digital pdf '),
(10489,'kind',0,1,' pdf '),
(10489,'slug',0,1,''),
(10489,'title',0,1,' harborage clinical capabilities '),
(10492,'alt',0,1,''),
(10492,'extension',0,1,' pdf '),
(10492,'filename',0,1,' cc harston hall clinical capabilities chart flyer digital pdf '),
(10492,'kind',0,1,' pdf '),
(10492,'slug',0,1,''),
(10492,'title',0,1,' harston hall clinical capabilities '),
(10495,'alt',0,1,''),
(10495,'extension',0,1,' pdf '),
(10495,'filename',0,1,' cc inglemoor clinical capabilities chart flyer digital pdf '),
(10495,'kind',0,1,' pdf '),
(10495,'slug',0,1,''),
(10495,'title',0,1,' inglemoor clinical capabilities '),
(10498,'alt',0,1,''),
(10498,'extension',0,1,' pdf '),
(10498,'filename',0,1,' cc lehigh clinical capabilities chart flyer digital pdf '),
(10498,'kind',0,1,' pdf '),
(10498,'slug',0,1,''),
(10498,'title',0,1,' lehigh clinical capabilities '),
(10501,'alt',0,1,''),
(10501,'extension',0,1,' pdf '),
(10501,'filename',0,1,' cc milford manor clinical capabilities chart flyer digital pdf '),
(10501,'kind',0,1,' pdf '),
(10501,'slug',0,1,''),
(10501,'title',0,1,' milford manor clinical capabilities '),
(10504,'alt',0,1,''),
(10504,'extension',0,1,' pdf '),
(10504,'filename',0,1,' cc phillipsburg clinical capabilities chart flyer digital pdf '),
(10504,'kind',0,1,' pdf '),
(10504,'slug',0,1,''),
(10504,'title',0,1,' phillipsburg clinical capabilities '),
(10507,'alt',0,1,''),
(10507,'extension',0,1,' pdf '),
(10507,'filename',0,1,' cc arbors clinical capabilities chart flyer digital pdf '),
(10507,'kind',0,1,' pdf '),
(10507,'slug',0,1,''),
(10507,'title',0,1,' arbors clinical capabilities '),
(10510,'alt',0,1,''),
(10510,'extension',0,1,' pdf '),
(10510,'filename',0,1,' cc arbors clinical capabilities chart flyer digital 2026 01 19 205936 akqc pdf '),
(10510,'kind',0,1,' pdf '),
(10510,'slug',0,1,''),
(10510,'title',0,1,' arbors clinical capabilities '),
(10513,'alt',0,1,''),
(10513,'extension',0,1,' pdf '),
(10513,'filename',0,1,' cc brick clinical capabilities chart flyer digital pdf '),
(10513,'kind',0,1,' pdf '),
(10513,'slug',0,1,''),
(10513,'title',0,1,' brick clinical capabilities '),
(10516,'field:10',0,1,' onlinepharmacy online pharmacy no dr prescriptions viagra online pharmacy the lowest viagra price guaranteed fast canadian pharmacy no prescription canadian pharmacies online special offers '),
(10516,'field:18',0,1,' https ccsevernapark com contact '),
(10516,'field:19',0,1,' info ccsevernapark com '),
(10516,'field:6',0,1,' jamestrlimisa '),
(10516,'field:7',0,1,' coyomvbs fringmail com '),
(10516,'field:8',0,1,' google '),
(10516,'field:9',0,1,' general inquiry '),
(10516,'title',0,1,' 2026 01 19 13 02 21 '),
(10517,'alt',0,1,''),
(10517,'extension',0,1,' pdf '),
(10517,'filename',0,1,' cc bey lea clinical capabilities chart flyer digital pdf '),
(10517,'kind',0,1,' pdf '),
(10517,'slug',0,1,''),
(10517,'title',0,1,' bey lea clinical capabilities '),
(10523,'alt',0,1,''),
(10523,'extension',0,1,' pdf '),
(10523,'filename',0,1,' cc burlington woods clinical capabilities chart flyer digital pdf '),
(10523,'kind',0,1,' pdf '),
(10523,'slug',0,1,''),
(10523,'title',0,1,' burlington woods clinical capabilities '),
(10526,'alt',0,1,''),
(10526,'extension',0,1,' pdf '),
(10526,'filename',0,1,' cc court house clinical capabilities chart flyer digital pdf '),
(10526,'kind',0,1,' pdf '),
(10526,'slug',0,1,''),
(10526,'title',0,1,' court house clinical capabilities '),
(10529,'alt',0,1,''),
(10529,'extension',0,1,' pdf '),
(10529,'filename',0,1,' cc green acres clinical capabilities chart flyer digital pdf '),
(10529,'kind',0,1,' pdf '),
(10529,'slug',0,1,''),
(10529,'title',0,1,' green acres clinical capabilities '),
(10532,'alt',0,1,''),
(10532,'extension',0,1,' pdf '),
(10532,'filename',0,1,' cc holiday city clinical capabilities chart flyer digital pdf '),
(10532,'kind',0,1,' pdf '),
(10532,'slug',0,1,''),
(10532,'title',0,1,' cc holiday city clinical capabilities chart flyer digital '),
(10535,'alt',0,1,''),
(10535,'extension',0,1,' pdf '),
(10535,'filename',0,1,' cc kresson view clinical capabilities chart flyer digital pdf '),
(10535,'kind',0,1,' pdf '),
(10535,'slug',0,1,''),
(10535,'title',0,1,' cc kresson view clinical capabilities chart flyer digital '),
(10538,'alt',0,1,''),
(10538,'extension',0,1,' pdf '),
(10538,'filename',0,1,' cc laurelton clinical capabilities chart flyer digital pdf '),
(10538,'kind',0,1,' pdf '),
(10538,'slug',0,1,''),
(10538,'title',0,1,' cc laurelton clinical capabilities chart flyer digital '),
(10540,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccmonmouth com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(10540,'field:18',0,1,' https ccmonmouth com contact '),
(10540,'field:19',0,1,' info ccmonmouth com '),
(10540,'field:6',0,1,' qasim yaseen '),
(10540,'field:7',0,1,' qasimyaseen326 gmail com '),
(10540,'field:8',0,1,' web ui ux design and developemnt '),
(10540,'field:9',0,1,' media inquiry '),
(10540,'title',0,1,' 2026 01 19 13 14 18 '),
(10543,'alt',0,1,''),
(10543,'extension',0,1,' pdf '),
(10543,'filename',0,1,' cc marcella clinical capabilities chart flyer digital pdf '),
(10543,'kind',0,1,' pdf '),
(10543,'slug',0,1,''),
(10543,'title',0,1,' cc marcella clinical capabilities chart flyer digital '),
(10546,'alt',0,1,''),
(10546,'extension',0,1,' pdf '),
(10546,'filename',0,1,' cc monmouth clinical capabilities chart flyer digital pdf '),
(10546,'kind',0,1,' pdf '),
(10546,'slug',0,1,''),
(10546,'title',0,1,' cc monmouth clinical capabilities chart flyer digital '),
(10549,'alt',0,1,''),
(10549,'extension',0,1,' pdf '),
(10549,'filename',0,1,' cc ocean grove clinical capabilities chart flyer digital pdf '),
(10549,'kind',0,1,' pdf '),
(10549,'slug',0,1,''),
(10549,'title',0,1,' cc ocean grove clinical capabilities chart flyer digital '),
(10552,'field:10',0,1,' greetings mr ms im michael williams from an investment consultancy we connect clients globally with low interest loans to help achieve your goals whether for personal business or project funding we collaborate with reputable investors to turn your proposals into reality share your business plan and executive summary with us at michael williams lotusfinconsults com to explore funding options sincerely michael williams senior financial consultant http www lotusfinanceconsults com '),
(10552,'field:18',0,1,' http cchyattsville com contact '),
(10552,'field:19',0,1,' info cchyattsville com '),
(10552,'field:6',0,1,' michael williams '),
(10552,'field:7',0,1,' michaelswills2022 gmail com '),
(10552,'field:8',0,1,' google '),
(10552,'field:9',0,1,' general inquiry '),
(10552,'title',0,1,' 2026 01 19 13 16 05 '),
(10553,'alt',0,1,''),
(10553,'extension',0,1,' pdf '),
(10553,'filename',0,1,' cc shorrock gardens clinical capabilities chart flyer digital pdf '),
(10553,'kind',0,1,' pdf '),
(10553,'slug',0,1,''),
(10553,'title',0,1,' cc shorrock gardens clinical capabilities chart flyer digital '),
(10557,'alt',0,1,''),
(10557,'extension',0,1,' pdf '),
(10557,'filename',0,1,' cc shrewsbury clinical capabilities chart flyer digital pdf '),
(10557,'kind',0,1,' pdf '),
(10557,'slug',0,1,''),
(10557,'title',0,1,' cc shrewsbury clinical capabilities chart flyer digital '),
(10560,'alt',0,1,''),
(10560,'extension',0,1,' pdf '),
(10560,'filename',0,1,' cc voorhees clinical capabilities chart flyer digital pdf '),
(10560,'kind',0,1,' pdf '),
(10560,'slug',0,1,''),
(10560,'title',0,1,' cc voorhees clinical capabilities chart flyer digital '),
(10563,'alt',0,1,''),
(10563,'extension',0,1,' pdf '),
(10563,'filename',0,1,' cc wall clinical capabilities chart flyer digital pdf '),
(10563,'kind',0,1,' pdf '),
(10563,'slug',0,1,''),
(10563,'title',0,1,' cc wall clinical capabilities chart flyer digital '),
(10565,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccmultimed com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(10565,'field:18',0,1,' https ccmultimed com contact '),
(10565,'field:19',0,1,' info ccmultimed com '),
(10565,'field:6',0,1,' qasim yaseen '),
(10565,'field:7',0,1,' qasimyaseen326 gmail com '),
(10565,'field:8',0,1,' web ui ux design and developemnt '),
(10565,'field:9',0,1,' other '),
(10565,'title',0,1,' 2026 01 19 13 19 12 '),
(10566,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccgreenknoll com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(10566,'field:18',0,1,' https ccgreenknoll com contact '),
(10566,'field:19',0,1,' info ccgreenknoll com '),
(10566,'field:6',0,1,' qasim yaseen '),
(10566,'field:7',0,1,' qasimyaseen326 gmail com '),
(10566,'field:8',0,1,' web ui ux design and developemnt '),
(10566,'field:9',0,1,' volunteer opportunities '),
(10566,'title',0,1,' 2026 01 19 13 26 40 '),
(10567,'field:10',0,1,' ciao volevo sapere il tuo prezzo '),
(10567,'field:18',0,1,' http ccholidaycity com contact '),
(10567,'field:19',0,1,' info ccholidaycity com '),
(10567,'field:6',0,1,' robertdet '),
(10567,'field:7',0,1,' zekisuquc419 gmail com '),
(10567,'field:8',0,1,' google '),
(10567,'field:9',0,1,' general inquiry '),
(10567,'title',0,1,' 2026 01 19 13 45 18 '),
(10568,'field:10',0,1,' hi i wanted to know your price '),
(10568,'field:18',0,1,' http ccmercerville com contact '),
(10568,'field:19',0,1,' info ccmercerville com '),
(10568,'field:6',0,1,' georgepeets '),
(10568,'field:7',0,1,' zekisuquc419 gmail com '),
(10568,'field:8',0,1,' google '),
(10568,'field:9',0,1,' general inquiry '),
(10568,'title',0,1,' 2026 01 19 13 59 44 '),
(10569,'field:10',0,1,' salam qiymetinizi bilmek istedim '),
(10569,'field:18',0,1,' http ccshorrockgardens com contact '),
(10569,'field:19',0,1,' info ccshorrockgardens com '),
(10569,'field:6',0,1,' leepef '),
(10569,'field:7',0,1,' zekisuquc419 gmail com '),
(10569,'field:8',0,1,' google '),
(10569,'field:9',0,1,' general inquiry '),
(10569,'title',0,1,' 2026 01 19 14 07 17 '),
(10570,'field:10',0,1,' get positive reviews to boost your business reputation 90% of new customers rely on reviews fresh 5 star feedback helps them choose you faster we provide reviews on google yelp tripadvisor trustpilot glassdoor facebook and more reach out email oliver alfareviews com whatsapp link https wa me 447575802542 '),
(10570,'field:18',0,1,' https completecarewall com contact '),
(10570,'field:19',0,1,' info completecarewall com '),
(10570,'field:6',0,1,' oliver '),
(10570,'field:7',0,1,' oliver alfareviews com '),
(10570,'field:8',0,1,' positive reviews '),
(10570,'field:9',0,1,' careers '),
(10570,'title',0,1,' 2026 01 19 14 13 44 '),
(10571,'field:10',0,1,' best and affordable hosting service at https myskyhost com our 50% off lifetime just $1 month for web site hosting use code 50%wb our 10% off lifetime for vps hosting use code vps10%off our budget dedicated starting from $15 month '),
(10571,'field:18',0,1,' https ccharborage com contact '),
(10571,'field:19',0,1,' info ccharborage com '),
(10571,'field:6',0,1,' lenore taubman '),
(10571,'field:7',0,1,' lenore taubman gmail com '),
(10571,'field:8',0,1,' lenore taubman '),
(10571,'field:9',0,1,' other '),
(10571,'title',0,1,' 2026 01 19 14 15 19 '),
(10572,'field:10',0,1,' greetings mr ms im michael williams from an investment consultancy we connect clients globally with low interest loans to help achieve your goals whether for personal business or project funding we collaborate with reputable investors to turn your proposals into reality share your business plan and executive summary with us at michael williams lotusfinconsults com to explore funding options sincerely michael williams senior financial consultant http www lotusfinanceconsults com '),
(10572,'field:18',0,1,' http cclaplata com contact '),
(10572,'field:19',0,1,' info cclaplata com '),
(10572,'field:6',0,1,' michael williams '),
(10572,'field:7',0,1,' michaelswills2022 gmail com '),
(10572,'field:8',0,1,' google '),
(10572,'field:9',0,1,' general inquiry '),
(10572,'title',0,1,' 2026 01 19 14 31 45 '),
(10573,'field:10',0,1,' are you interested in a straightforward cleaning quote that meets your companys specific needs our team has earned countless awards for not only the quality of our cleaning services but also the support we offer our customers may i give you more information id be available to provide a no obligation cleaning estimate based on your cleaning expectations and specifications all the best sonia lewis business development rep truesparkle cleaner sonia truesparklecleaner com respond with stop to optout '),
(10573,'field:18',0,1,' https staging mycompletecare com contact '),
(10573,'field:19',0,1,''),
(10573,'field:6',0,1,' sonia lewis '),
(10573,'field:7',0,1,' sonia truesparklecleaner com '),
(10573,'field:8',0,1,' truesparkle cleaner '),
(10573,'field:9',0,1,' general inquiry '),
(10573,'title',0,1,' 2026 01 19 14 40 17 '),
(10574,'field:12',0,1,' uzziel pepana '),
(10574,'field:13',0,1,' puzziel1982 gmail com '),
(10574,'field:14',0,1,' 8482107968 '),
(10574,'field:15',0,1,' files resumes uzziel pepana usrn resume 2 pdf '),
(10574,'field:16',0,1,' nursing '),
(10574,'field:17',0,1,' dear hiring manager good day i am writing to express my interest in the medication nurse position at complete care at brick i am a dedicated and detail oriented nurse with a strong commitment to safe medication administration and high quality resident care and i would welcome the opportunity to contribute to your healthcare team i bring hands on experience in administering medications monitoring residents for therapeutic and adverse effects and ensuring compliance with physician orders and facility policies i am highly attentive to accuracy documentation and infection control practices and i consistently prioritize patient safety and dignity in addition i work well within interdisciplinary teams and communicate effectively with residents families and healthcare providers to support optimal outcomes what draws me to complete care at brick is your reputation for compassionate resident centered care and your commitment to maintaining a supportive clinical environment i share these values and take pride in being dependable organized and calm under pressure qualities that are essential for a medication nurse role in a long term care setting i would appreciate the opportunity to further discuss how my skills professionalism and dedication to quality care can benefit complete care at brick thank you for your time and consideration i look forward to hearing from you sincerely uzziel pepana '),
(10574,'field:20',0,1,' https completecarebrick com careers '),
(10574,'field:21',0,1,' info completecarebrick com '),
(10574,'title',0,1,' 2026 01 19 14 40 54 '),
(10575,'alt',0,1,''),
(10575,'extension',0,1,' pdf '),
(10575,'filename',0,1,' uzziel pepana usrn resume 2 pdf '),
(10575,'kind',0,1,' pdf '),
(10575,'slug',0,1,''),
(10575,'title',0,1,' uzziel pepana usrn resume 2 '),
(10576,'field:10',0,1,' hai ami apnar muulZ jante cez়echilam '),
(10576,'field:18',0,1,' http ccdawnview com contact '),
(10576,'field:19',0,1,' info ccdawnview com '),
(10576,'field:6',0,1,' georgeplurb '),
(10576,'field:7',0,1,' zekisuquc419 gmail com '),
(10576,'field:8',0,1,' google '),
(10576,'field:9',0,1,' general inquiry '),
(10576,'title',0,1,' 2026 01 19 15 10 04 '),
(10577,'field:10',0,1,' pryvitanne ia xaceў davedacca vas prais '),
(10577,'field:18',0,1,' http ccdawnview com contact '),
(10577,'field:19',0,1,' info ccdawnview com '),
(10577,'field:6',0,1,' robertplurb '),
(10577,'field:7',0,1,' zekisuquc419 gmail com '),
(10577,'field:8',0,1,' google '),
(10577,'field:9',0,1,' general inquiry '),
(10577,'title',0,1,' 2026 01 19 15 13 51 '),
(10578,'field:10',0,1,' get positive reviews to boost your business reputation 90% of new customers rely on reviews fresh 5 star feedback helps them choose you faster we provide reviews on google yelp tripadvisor trustpilot glassdoor facebook and more reach out email oliver alfareviews com whatsapp link https wa me 447575802542 '),
(10578,'field:18',0,1,' http completecareberkshire com contact '),
(10578,'field:19',0,1,' info completecareberkshire com '),
(10578,'field:6',0,1,' oliver '),
(10578,'field:7',0,1,' oliver alfareviews com '),
(10578,'field:8',0,1,' positive reviews '),
(10578,'field:9',0,1,' volunteer opportunities '),
(10578,'title',0,1,' 2026 01 19 15 17 20 '),
(10579,'field:10',0,1,' cutty loli underneath times girls https is gd blcaho '),
(10579,'field:18',0,1,' http completecarewall com contact '),
(10579,'field:19',0,1,' info completecarewall com '),
(10579,'field:6',0,1,' jeffreyket '),
(10579,'field:7',0,1,' fgzxgdsffg gmail com '),
(10579,'field:8',0,1,' google '),
(10579,'field:9',0,1,' general inquiry '),
(10579,'title',0,1,' 2026 01 19 15 17 50 '),
(10580,'field:10',0,1,' esli vy zaregistriruetes u nas na saite to vasa skidka budet soxraniatsia i podstavliatsia avtomaticeski https deneb spb ru krestoviny i vy budete videt vasi ceny https deneb spb ru burty i flancy sistemy truboprovodov iz polipropilena prigodny dlia vsex izvestnyx vidov prokladki otkrytoi prokladki prokladki pod stukaturkoi v saxtax i kanalax i dr https deneb spb ru zaglushki po zaprosu 498 https deneb spb ru mufty razemnye amerikanki 91 https deneb spb ru krestoviny teplovoz ispolzuet vasi cookie i drugie dannye ctoby sdelat servis udobnym https deneb spb ru zaglushki prodolzaia ispolzovat ego ili nazimaia priniat vy soglasaetes s usloviiami https deneb spb ru obvody podrobnee https deneb spb ru izolyaciya po zaprosu 6 072 https deneb spb ru contacts 20 https deneb spb ru kollektory po zaprosu 5 065 https deneb spb ru trojniki 48 https deneb spb ru svarochnye apparaty i mashiny '),
(10580,'field:18',0,1,' https ccharstonhall com contact '),
(10580,'field:19',0,1,' info ccharstonhall com '),
(10580,'field:6',0,1,' robertgaf '),
(10580,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(10580,'field:8',0,1,' google '),
(10580,'field:9',0,1,' general inquiry '),
(10580,'title',0,1,' 2026 01 19 15 24 46 '),
(10581,'field:1',0,1,' alice aston '),
(10581,'field:2',0,1,' alicelilyaston outlook com '),
(10581,'field:22',0,1,' https staging mycompletecare com volunteer '),
(10581,'field:23',0,1,''),
(10581,'field:3',0,1,' 5512541774 '),
(10581,'field:4',0,1,' complete care at harborage '),
(10581,'field:5',0,1,' i would love to volunteer and give some of my time to your residents i lost 3 of my grandparents in 2017 i used to take them for lunch and run errands for them every week i love cross generational friendships and conversations and would love to have the opportunity to give back in any way that i can hope to hear from you soon alice '),
(10581,'title',0,1,' 2026 01 19 15 35 12 '),
(10582,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccgrotonregency com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(10582,'field:18',0,1,' https ccgrotonregency com contact '),
(10582,'field:19',0,1,' info ccgrotonregency com '),
(10582,'field:6',0,1,' qasim yaseen '),
(10582,'field:7',0,1,' qasimyaseen326 gmail com '),
(10582,'field:8',0,1,' web ui ux design and developemnt '),
(10582,'field:9',0,1,' general inquiry '),
(10582,'title',0,1,' 2026 01 19 15 46 14 '),
(10583,'field:10',0,1,' we have a ambulance bill for a patient of yours that was sent out to the hospital within his first 100 days in the facility where and who should we send this to thank you for your assistance '),
(10583,'field:18',0,1,' https ccstvincents com contact '),
(10583,'field:19',0,1,' info ccstvincents com '),
(10583,'field:6',0,1,' chuck mcsweeney '),
(10583,'field:7',0,1,' chuck emscs com '),
(10583,'field:8',0,1,' ems consulting alert care ambulance '),
(10583,'field:9',0,1,' resident family support '),
(10583,'title',0,1,' 2026 01 19 15 48 02 '),
(10584,'field:10',0,1,' sveiki as norejau suzinoti jusu kaina '),
(10584,'field:18',0,1,' http ccsummitridge com contact '),
(10584,'field:19',0,1,' info ccsummitridge com '),
(10584,'field:6',0,1,' georgesot '),
(10584,'field:7',0,1,' zekisuquc419 gmail com '),
(10584,'field:8',0,1,' google '),
(10584,'field:9',0,1,' general inquiry '),
(10584,'title',0,1,' 2026 01 19 15 51 13 '),
(10585,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site cclehigh com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(10585,'field:18',0,1,' https cclehigh com contact '),
(10585,'field:19',0,1,' info cclehigh com '),
(10585,'field:6',0,1,' qasim yaseen '),
(10585,'field:7',0,1,' qasimyaseen326 gmail com '),
(10585,'field:8',0,1,' web ui ux design and developemnt '),
(10585,'field:9',0,1,' careers '),
(10585,'title',0,1,' 2026 01 19 16 00 36 '),
(10586,'field:10',0,1,' hi kam dashur te di cmimin tuaj '),
(10586,'field:18',0,1,' http completecarewall com contact '),
(10586,'field:19',0,1,' info completecarewall com '),
(10586,'field:6',0,1,' georgeinfob '),
(10586,'field:7',0,1,' zekisuquc419 gmail com '),
(10586,'field:8',0,1,' google '),
(10586,'field:9',0,1,' general inquiry '),
(10586,'title',0,1,' 2026 01 19 16 24 50 '),
(10587,'field:10',0,1,' canadian pharmacies cialis without a doctors prescription pharmacy pharmacy university of malta viagra 100mg price kemadrin canadian '),
(10587,'field:18',0,1,' https completecareoakridge com contact '),
(10587,'field:19',0,1,' info completecareoakridge com '),
(10587,'field:6',0,1,' jamestrlslova '),
(10587,'field:7',0,1,' coyomvbs fringmail com '),
(10587,'field:8',0,1,' google '),
(10587,'field:9',0,1,' general inquiry '),
(10587,'title',0,1,' 2026 01 19 16 31 01 '),
(10588,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site completecareoakridge com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(10588,'field:18',0,1,' https completecareoakridge com contact '),
(10588,'field:19',0,1,' info completecareoakridge com '),
(10588,'field:6',0,1,' qasim yaseen '),
(10588,'field:7',0,1,' qasimyaseen326 gmail com '),
(10588,'field:8',0,1,' web ui ux design and developemnt '),
(10588,'field:9',0,1,' volunteer opportunities '),
(10588,'title',0,1,' 2026 01 19 16 39 35 '),
(10589,'field:10',0,1,' subject exploring potential partnership opportunity proposal for cto or head of product good afternoon im the owner of a custom software development team specializing in telehealth and digital health platforms we work with nursing facilities that need secure scalable and compliant systems beyond a basic website our team builds full telemedicine platforms patient and provider portals scheduling systems internal dashboards and long term maintenance pipelines all aligned with the standards required in regulated healthcare environments we would love to explore how we can support your roadmap especially as you scale your virtual care capabilities a few reasons nursing facilities choose to partner with us weve delivered work for major global brands including amgen doctor on demand sky therapist and bmw mercedes audi toyota volkswagen netflix nfl and bose deep experience in telehealth and virtual care we build hipaa compliant telemedicine platforms patient onboarding workflows clinician tools and digital health applications that handle complex medical requirements end to end delivery our team handles everything from product strategy ux backend engineering and integrations to testing deployment and long term support scalable engineering capacity we integrate directly into your development cycles and help you ship features faster stabilize your platform and improve performance as you grow id be happy to connect for a short call next week to learn more about your current priorities and explore whether wed be a good fit what day works best for you best regards marko baric ceo '),
(10589,'field:18',0,1,' https staging mycompletecare com contact '),
(10589,'field:19',0,1,''),
(10589,'field:6',0,1,' marko baric '),
(10589,'field:7',0,1,' partnerships elektrik dev '),
(10589,'field:8',0,1,' elektrik dev '),
(10589,'field:9',0,1,' general inquiry '),
(10589,'title',0,1,' 2026 01 19 17 00 55 '),
(10590,'field:10',0,1,' hi i just visited mycompletecare com and wondered if youd ever thought about having an engaging video to explain or promote what you do our videos cost just $195 usd for a 30 second video $239 for 60 seconds and include a full script voice over and video i can show you some previous videos weve done if you want me to send some over let me know if youre interested in seeing samples of our previous work regards joanna '),
(10590,'field:18',0,1,' https mycompletecare com contact '),
(10590,'field:19',0,1,''),
(10590,'field:6',0,1,' joanna riggs '),
(10590,'field:7',0,1,' joannariggsvideo gmail com '),
(10590,'field:8',0,1,''),
(10590,'field:9',0,1,' resident family support '),
(10590,'title',0,1,' 2026 01 19 17 07 54 '),
(10591,'field:10',0,1,' v liubom voprose kliucevoe stabilnost i nadeznost ia eto osobenno ponimaiu doma kogda za oknom minus a v pomeshhenii rovnoe teplo ot gazovogo kotla '),
(10591,'field:18',0,1,' http ccatgreenacres com contact '),
(10591,'field:19',0,1,' info ccatgreenacres com '),
(10591,'field:6',0,1,' sanitaalure '),
(10591,'field:7',0,1,' jayab at0 6 2 gmail com '),
(10591,'field:8',0,1,' google '),
(10591,'field:9',0,1,' general inquiry '),
(10591,'title',0,1,' 2026 01 19 17 53 35 '),
(10592,'field:10',0,1,' get positive reviews to boost your business reputation 90% of new customers rely on reviews fresh 5 star feedback helps them choose you faster we provide reviews on google yelp tripadvisor trustpilot glassdoor facebook and more reach out email oliver alfareviews com whatsapp link https wa me 447575802542 '),
(10592,'field:18',0,1,' https ccsevernapark com contact '),
(10592,'field:19',0,1,' info ccsevernapark com '),
(10592,'field:6',0,1,' oliver '),
(10592,'field:7',0,1,' oliver alfareviews com '),
(10592,'field:8',0,1,' positive reviews '),
(10592,'field:9',0,1,' general inquiry '),
(10592,'title',0,1,' 2026 01 19 18 12 49 '),
(10593,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccmilfordmanor com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(10593,'field:18',0,1,' https ccmilfordmanor com contact '),
(10593,'field:19',0,1,' info ccmilfordmanor com '),
(10593,'field:6',0,1,' qasim yaseen '),
(10593,'field:7',0,1,' qasimyaseen326 gmail com '),
(10593,'field:8',0,1,' web ui ux design and developemnt '),
(10593,'field:9',0,1,' other '),
(10593,'title',0,1,' 2026 01 19 18 29 28 '),
(10594,'field:10',0,1,' sveiki es gribeju zinat savu cenu '),
(10594,'field:18',0,1,' http ccbayshore com contact '),
(10594,'field:19',0,1,' info ccbayshore com '),
(10594,'field:6',0,1,' georgesow '),
(10594,'field:7',0,1,' zekisuquc419 gmail com '),
(10594,'field:8',0,1,' google '),
(10594,'field:9',0,1,' general inquiry '),
(10594,'title',0,1,' 2026 01 19 18 41 42 '),
(10595,'field:10',0,1,' hello my name is charlotte douglas with united eletrical contractor as part of our q1 q2 2026 planning we are exploring select business partnerships and advisory relationships and would welcome a brief discussion to assess potential alignment kind regards charlotte douglas project executive united eletrical contractor '),
(10595,'field:18',0,1,' https ccdawnview com contact '),
(10595,'field:19',0,1,' info ccdawnview com '),
(10595,'field:6',0,1,' charlotte douglas '),
(10595,'field:7',0,1,' charlotte douglas coastaelectricservices com '),
(10595,'field:8',0,1,' coastal electric services '),
(10595,'field:9',0,1,' resident family support '),
(10595,'title',0,1,' 2026 01 19 18 52 22 '),
(10596,'field:10',0,1,' hi there i hope youre doing well id love to share an article for your site about helpful resources for seniors to stay healthy and active from understanding medicare and easy exercises to tasty senior friendly recipes there are so many ways to support seniors in living their best lives if this sounds like a good fit id be happy to contribute the article as a guest post let me know what you think warm regards denise long grandma in chief denise grandmothering info grandmothering info p s my goal is to write articles that help readers in real ways while boosting ai visibility if this idea doesnt click i can send a few more options or if youd rather i dont reach out again just say the word '),
(10596,'field:18',0,1,' https ccwheaton com contact '),
(10596,'field:19',0,1,' info ccwheaton com '),
(10596,'field:6',0,1,' denise long '),
(10596,'field:7',0,1,' denise grandmothering info '),
(10596,'field:8',0,1,' grandmothering '),
(10596,'field:9',0,1,' other '),
(10596,'title',0,1,' 2026 01 19 18 58 32 '),
(10597,'field:10',0,1,' care needs overview skilled nursing facility with 24 7 nursing coverage enteral feeding peg g tube and medications administered via tube comprehensive medication management total assist adls immobile and nonverbal resident '),
(10597,'field:18',0,1,' https cchyattsville com contact '),
(10597,'field:19',0,1,' info cchyattsville com '),
(10597,'field:6',0,1,' miss donshay '),
(10597,'field:7',0,1,' missdonshay gmail com '),
(10597,'field:8',0,1,''),
(10597,'field:9',0,1,' general inquiry '),
(10597,'title',0,1,' 2026 01 19 19 31 42 '),
(10598,'field:10',0,1,' hi i just visited ccorangepark com and wondered if youd ever thought about having an engaging video to explain what you do or to be used on social media as a promotional tool our videos cost just $195 usd for a 30 second video $239 for 60 seconds and include a full script voice over and video i can show you some previous videos weve done if you want me to send some over let me know if youre interested in seeing samples of our previous work regards joanna '),
(10598,'field:18',0,1,' https ccorangepark com contact '),
(10598,'field:19',0,1,' info ccorangepark com '),
(10598,'field:6',0,1,' joanna riggs '),
(10598,'field:7',0,1,' joannariggsvideo gmail com '),
(10598,'field:8',0,1,''),
(10598,'field:9',0,1,' media inquiry '),
(10598,'title',0,1,' 2026 01 19 19 36 39 '),
(10599,'field:10',0,1,' if $100 bought you 2 000 000 guaranteed placements why wouldnt you use it this message reached you directly doesnt that show how powerful the delivery network is why miss out when the system is already proven visit www contactpageads com and see how far $100 can actually go '),
(10599,'field:18',0,1,' http ccharborage com contact '),
(10599,'field:19',0,1,' info ccharborage com '),
(10599,'field:6',0,1,' irving nugent '),
(10599,'field:7',0,1,' irving nugent googlemail com '),
(10599,'field:8',0,1,' irving nugent '),
(10599,'field:9',0,1,' other '),
(10599,'title',0,1,' 2026 01 19 19 37 20 '),
(10600,'field:10',0,1,' greetings mr ms im michael williams from an investment consultancy we connect clients globally with low interest loans to help achieve your goals whether for personal business or project funding we collaborate with reputable investors to turn your proposals into reality share your business plan and executive summary with us at michael williams lotusfinconsults com to explore funding options sincerely michael williams senior financial consultant http www lotusfinanceconsults com '),
(10600,'field:18',0,1,' http completecareheritage com contact '),
(10600,'field:19',0,1,' info completecareheritage com '),
(10600,'field:6',0,1,' michael williams '),
(10600,'field:7',0,1,' michaelswills2022 gmail com '),
(10600,'field:8',0,1,' google '),
(10600,'field:9',0,1,' general inquiry '),
(10600,'title',0,1,' 2026 01 19 19 42 18 '),
(10601,'field:10',0,1,' prodaza gruzovyx sin i sin dlia legkovyx avtomobilei optom po cenam proizvoditelia s nds kupit siny optom asiancatalog rassrocka plateza nds markirovka sin cz sertifikaty eas my zainteresovany v sotrudnicestve '),
(10601,'field:18',0,1,' https ccwestfield com contact '),
(10601,'field:19',0,1,' info ccwestfield com '),
(10601,'field:6',0,1,' varpdoma '),
(10601,'field:7',0,1,' cargo888 cn gmail com '),
(10601,'field:8',0,1,' google '),
(10601,'field:9',0,1,' general inquiry '),
(10601,'title',0,1,' 2026 01 19 19 51 56 '),
(10602,'field:10',0,1,' vy polucite besplatnoe servisnoe obsluzivanie pri vozniknovenii nepredvidennyx situacii zatop zamena trub https skyprofi ru natyazhnye potolki vsevolozhsk tenevoi natiaznoi potolok v vannoi komnate podrobnee https skyprofi ru vakansii onlain kalkuliator super tocnyi kalkuliator dlia rasceta prostyx pvx i tkanevyx potolkov my sami im polzuemsia poprobuite dlia sloznyx dizainerskix potolkov my poka kalkuliatora ne izobreli poetomu esli vam nuzen svetiashhiisia mnogourovnevyi potolok s fotopecatiu to pozaluista zvonite nam po nomeru 8 812 938 13 98 https skyprofi ru stati matovyj natyazhnoj potolok photo konkurentnye ceny na importnye polotna optimalnuiu stoimost uslug predostavlenie rassrocki konsultacionnuiu podderzku operativnoe vypolnenie zakaza https skyprofi ru stati matovyj natyazhnoj potolok photo dlia vsex kto xocet dobavit iarkix krasok v svoi interer my zapuskaem specialnuiu akciiu natiaznye potolki https skyprofi ru stati natyazhnye potolki iz belgii evropejskoe kachestvo '),
(10602,'field:18',0,1,' https ccbrackenville com contact '),
(10602,'field:19',0,1,' info ccbrackenville com '),
(10602,'field:6',0,1,' markusdeeds '),
(10602,'field:7',0,1,' profconbu 64 mail ru '),
(10602,'field:8',0,1,' google '),
(10602,'field:9',0,1,' general inquiry '),
(10602,'title',0,1,' 2026 01 19 20 12 04 '),
(10603,'field:10',0,1,' zakazyvali furset na svadbu v mosfurset ostalis v vostorge bliuda byli svezie vkusnye i krasivo oformlennye https shcherbinins ru contacts osobenno ponravilis kanape s lososem i mini burgery gosti upletali za obe shheki https shcherbinins ru aboutus otdelnoe spasibo za operativnost vse privezli vovremia servirovka byla bezuprecnoi https shcherbinins ru aboutus obsluzivanie na vyssem urovne oficianty rabotali bystro i nenavia https shcherbinins ru uslugy zakazyvali detskii furset na den rozdeniia deti i roditeli v polnom vostorge kompaniia predlozila udobnoe meniu mini piccy fruktovye saslycki iarkie kapkeiki i poleznye smuzi https shcherbinins ru uslugy vse bylo svezee krasocnoe i bezopasnoe dlia malysei https shcherbinins ru uslugy servis na vysote privezli vovremia pomogli s rasstanovkoi ubrali posle prazdnika https shcherbinins ru contacts ocen dovolny budem rekomendovat https shcherbinins ru menu vse ocen ponravilos vse svezee i vkusnoe https shcherbinins ru dostavili vovremia https shcherbinins ru spasibo vyberi svoi format gotovye sety nabory v boksax ili individualnoe meniu s posudoi i obsluzivaniem https shcherbinins ru contacts kak zakazat keitering iuliia 2 dnia nazad https shcherbinins ru '),
(10603,'field:18',0,1,' https ccholidaycity com contact '),
(10603,'field:19',0,1,' info ccholidaycity com '),
(10603,'field:6',0,1,' michaeltib '),
(10603,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10603,'field:8',0,1,' google '),
(10603,'field:9',0,1,' general inquiry '),
(10603,'title',0,1,' 2026 01 19 20 14 18 '),
(10604,'field:10',0,1,' termometry bimetalliceskie nakladnye i s pogruznoi gilzoi obespecivaiut tocnye izmereniia temperatury v sirokom diapazone https sbn 66 ru kontrolno izmeritelnye pribory 1 polevoy hart kommunikator modeli 475 emerson eti pribory ispolzuiutsia v razlicnyx otrasliax vkliucaia ximiceskuiu promyslennost energetiku i pishhevuiu promyslennost https sbn 66 ru raskhodomery shtray mass 1 raskhodomery shtray mass termomanometry socetaiut v sebe funkcii izmereniia davleniia i temperatury cto delaet ix nezamenimymi v sloznyx sistemax gde trebuetsia kompleksnyi kontrol parametrov https sbn 66 ru kontrolno izmeritelnye pribory 1 registriruyuschiy kalibrator fluke 754 manometr indikator s osevym podkliuceniem vt https sbn 66 ru kontrolno izmeritelnye pribory 1 gazoanalitka trassovyy gazoanalizator tgaes tm40 https sbn 66 ru kontrolno izmeritelnye pribory 1 kommunikator emerson trex ams t https sbn 66 ru raskhodomery shtray mass 1 raskhodomery shtray mass stoimost rasscityvaetsia v zavisimosti ot kolicestva celovek zaiavlennyx na obucenie edinovremenno https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery ultrazvukovye raskhodomery raskhodomer ultrazvukovoy siemens sitrans fus1010 realizaciia programmy professionalnoi perepodgotovki napravlena na polucenie kompetencii neobxodimoi dlia vypolneniia novogo vida professionalnoi deiatelnosti priobretenie novoi kvalifikacii https sbn 66 ru kontrolno izmeritelnye pribory 1 vlagomery nefti slusatel osvoivsii programmu perepodgotovki budet obladat znaniiami i navykami neobxodimym dlia ispolneniia dolznostnyx obiazannostei https sbn 66 ru kontrolno izmeritelnye pribory 1 gazoanalitka datchiki gazoanalizatory dgs eris 210 kontrolno izmeritelnye pribory kip iavliaiutsia neotieemlemoi castiu sovremennyx texniceskix sistem i proizvodstvennyx processov https sbn 66 ru kontrolno izmeritelnye pribory 1 nart usb modem metran 682 oni razrabotany s celiu obespecit tocnye i nadeznye izmereniia parametrov okruzaiushhei sredy texniceskix processov i oborudovaniia https sbn 66 ru raskhodomery shtray mass 1 marina ivanova https sbn 66 ru kontrolno izmeritelnye pribory 1 vlagomery nefti vlagomer nefti vsn 2 '),
(10604,'field:18',0,1,' https ccholidaycity com contact '),
(10604,'field:19',0,1,' info ccholidaycity com '),
(10604,'field:6',0,1,' danielulced '),
(10604,'field:7',0,1,' coezathurpu1983 mail ru '),
(10604,'field:8',0,1,' google '),
(10604,'field:9',0,1,' general inquiry '),
(10604,'title',0,1,' 2026 01 19 20 16 38 '),
(10605,'field:10',0,1,' bonusy postoiannym klientam oplata v udobnoi dlia vas forme https dostafka obedi ru contacts pervoe 3 naimenovaniia https dostafka obedi ru rez da es https dostafka obedi ru reviews voda slivki 33% kartofel kapusta belokacannaia luk repcatyi morkov maslo rastitelnoe sol perec cernyi molotyi bulyon ovoshhnoi kubik obshhii ves 300 g https dostafka obedi ru contacts gotovaia eda na den iz gotovyx bliud eto otlicnoe resenie dlia tex kto ne privyk tratit vremia na prigotovlenie pishhi https dostafka obedi ru services kompleksnye obedy 6 gotovye bliuda zakazannye na den vsegda svezie i vkusnye https dostafka obedi ru type menu salaty organizui svoe vremia priema pishhi https dostafka obedi ru privacy policy vysvobodi vremia na razvitie i obshhenie s blizkimi vam liudmi https dostafka obedi ru services kompleksnyi obed 400 rublei https dostafka obedi ru contacts liubye bliuda iz meniu na vybor https dostafka obedi ru contacts '),
(10605,'field:18',0,1,' https ccatgreenacres com contact '),
(10605,'field:19',0,1,' info ccatgreenacres com '),
(10605,'field:6',0,1,' edwinupsef '),
(10605,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(10605,'field:8',0,1,' google '),
(10605,'field:9',0,1,' general inquiry '),
(10605,'title',0,1,' 2026 01 19 20 20 17 '),
(10606,'field:10',0,1,' na nasem saite predstavleny vse predlozeniia ot avtoritetnoi kompanii camelgroup italiia neskolko soten tovarov postoianno naxodiatsia na sklade https stosastudio ru kak obustroit bolshuyu kuhnyu polucit vybrannuiu italianskuiu mebel v nalicii mozno bukvalno za scitannye dni https stosastudio ru bezhevye kuhni idealnoe sochetanie elegantnosti i sovremennosti pri zelanii vy mozete samostoiatelno posetit nasi sklady v moskve ili v spb i zabrat svoi zakaz v liuboe udobnoe dlia vas vremia predvaritelno uvedomiv nas ob etom https stosastudio ru idei dlya kuhni obedennaya zona garmoniya i stil 2 rabotaia s nami vy polucite bolse cem mogli ozidat vam ne nuzno ni o cem bespokoitsia https stosastudio ru izyskannost seryh kuhon mif ili realnost my budem soprovozdat vas na vsex etapax pokupki https stosastudio ru s samogo nacala nasego obshheniia vy stanovites v pervuiu ocered nasimi druziami https stosastudio ru contacts s momenta vasego prileta s vybora stilia mebeli i zakancivaia ee dostavkoi sborkoi i ustanovkoi v vasem dome vy pod nasei opekoi https stosastudio ru klassicheskie italyanskie kuhni putevoditel po traditsionnomu dizajnu i funktsionalnosti my vozmem na sebia kontrol proizvodstva i upakovki mebeli budem besplatno xranit ee na svoem sklade poka ves vas zakaz ne budet ukomplektovan organizuem dostavku mebeli do vasego doma vkliucaia rastamozku i polnoe straxovanie gruza a pri vasem zelanii obespecim sborku i montaz mebeli u vas doma sborshhikami iz italii ili iz rossii https stosastudio ru catalog page 2 vse eto kompanii mirovogo masstaba davno zarabotavsie bezuprecnuiu reputaciiu proizvoditelei vysokokacestvennoi originalnoi mebeli na samyi pritiazatelnyi vkus tessarolo italiia stil art deko klassiceskii stil na zakaz https stosastudio ru catalog kuhni murano mebel napriamuiu iz italii rossiia https stosastudio ru kak pravilno vybrat mebel dlya kuhni fabrika tessarolo https stosastudio ru bezhevye kuhni idealnoe sochetanie elegantnosti i sovremennosti '),
(10606,'field:18',0,1,' http cchyattsville com contact '),
(10606,'field:19',0,1,' info cchyattsville com '),
(10606,'field:6',0,1,' craigetere '),
(10606,'field:7',0,1,' valerakimuvo mail ru '),
(10606,'field:8',0,1,' google '),
(10606,'field:9',0,1,' general inquiry '),
(10606,'title',0,1,' 2026 01 19 20 21 48 '),
(10607,'field:10',0,1,' dopolnitelno snizaem ceny na uslugi po vyrubke za scet valka pod koren srez po castiam krona sucia stvol uznat ceny i rasscitat stoimost vy mozete samostoiatelno izuciv prais list glavnyi faktor kotoryi vliiaet na stoimost raboty po spilu derevev eto sostoianie drevesiny poroda dereva razvitost krony i raspolozenie cennyx obieektov vokrug https arbvbg ru privacypolicy nam prixodilos mnogo rabotat v raznyx usloviiax i professionalnyi vzgliad otlicaetsia ot ponimaniia klienta o texnologii vypolneniia raboty https arbvbg ru zakazciki specialno zanizaiut ili ne pridaiut znaceniia nekotorym detaliam i utaivaiut eto staraias polucit lucsuiu stoimost https arbvbg ru privacypolicy uze po priezdu nedostovernaia informaciia skazannaia po telefonu mozet uvelicit stoimost rabot https arbvbg ru privacypolicy budte cestny i otkryty k specialistam https arbvbg ru tak skolko stoit spilit derevo na dacnom ucastke spilit derevo riadom s domom trebuet bolsoi otvetstvennosti https arbvbg ru ne kazdyi alpinist vozmetsia za takoe i tem bolee za priemlemuiu cenu https arbvbg ru privacypolicy nasa komanda imeet vse neobxodimoe snariazeniia i opyt dlia raboty vblizi postroek https arbvbg ru privacypolicy vsego paru casov iuvelirnoi raboty i vy mozete prinimat otlicnuiu rabotu https arbvbg ru privacypolicy stoimost spila dereva opredeliaetsia isxodia iz diametra stvola i sloznosti rabot https arbvbg ru nize privedeny srednie ceny na izieiatie derevev https arbvbg ru '),
(10607,'field:18',0,1,' https cclehigh com contact '),
(10607,'field:19',0,1,' info cclehigh com '),
(10607,'field:6',0,1,' charlesskare '),
(10607,'field:7',0,1,' nikolayy shevcov mail ru '),
(10607,'field:8',0,1,' google '),
(10607,'field:9',0,1,' general inquiry '),
(10607,'title',0,1,' 2026 01 19 20 21 57 '),
(10608,'field:10',0,1,' stomatologiia eto ne strasno a sovremenno komfortno i kacestvenno https superdenta ru mediki xirurgiia i udalenie https superdenta ru implantologiya nasi metody i texnologii https superdenta ru viniry zapisatsia na priem k stomatologu v nasei klinike mozno po telefonu ili cerez onlain formu na saite https superdenta ru akcii nasi specialisty pomogut vam vybrat udobnoe vremia dlia vizita a takze otvetiat na liubye voprosy o predstoiashhem lecenii https superdenta ru terapevticheskaya my garantiruem kacestvennoe i professionalnoe obsluzivanie kazdomu pacientu https superdenta ru implantologiya raspisanie nedostupno https superdenta ru protezirovanie stomatologiia aspekt rabotaet s 1991 goda https superdenta ru hirurgiya '),
(10608,'field:18',0,1,' http ccwestfield com contact '),
(10608,'field:19',0,1,' info ccwestfield com '),
(10608,'field:6',0,1,' rogerkem '),
(10608,'field:7',0,1,' pestovafivr1985 mail ru '),
(10608,'field:8',0,1,' google '),
(10608,'field:9',0,1,' general inquiry '),
(10608,'title',0,1,' 2026 01 19 20 22 52 '),
(10609,'field:10',0,1,' krome produktov pitaniia na pervom meste po populiarnosti u zitelei bolsinstva regionov sibiri okazalis tovary dlia zivotnyx https bayra market index php dispatch=products on sale page=51 1 god 5 mes https bayra market oniks finans ooo category id=24502 page=1 odno iz glavnyx pravil marketpleisa dostavit bystro https bayra market oniks finans ooo category id=13641 esli pokupatel v novosibirske i sklad prodavca toze tam ego tovar sistema pokazet v cisle pervyx potomu cto celovek polucit zakaz bystro https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00009992 poisk ne obshhii on zatocen pod region https bayra market sergu page 46 utm referer=geoadv search yabs utm ya campaign=89823972517 yabizcmpgn=25716636 utm candidate=59247141423 obieekt prodan https bayra market produkty pitaniya ru konservy rybnye konservy ru 2 sayra primorskaya 250 g sila sibiri glavnye vygodopriobretateli rosta populiarnosti internet pokupok krupneisie marketpleisy https bayra market oniks finans ooo category id=25987 page=35 v 2023 godu rynok e commerce uvelicilsia na 2 6 trln rublei i osnovnaia cast etogo rosta prislas na wildberries i ozon sootvetstvenno 35% i 31% a v summe cetyre krupneisix marketpleisa plius iandeks market i megamarket obespecili bolee 80% ot vsego rosta rynka sleduet iz otceta data insight https bayra market galantereya i ukrasheniya page 100 ajax datametrika id=59790 ajax datayandexmetrika added quantity=1 ajax datayandexmetrika added price=848 00 ajax datayandexmetrika added name=bros artikul k1 00016386 podrazdeleniia sobstvennoi bezopasnosti vypolniaiut sushhestvennuiu rol v profilaktike i presecenii pravonarusenii vyiavlenii lic vstavsix na put predatelstva interesov sluzby gosudarstvennoi zashhite sotrudnikov organov vnutrennix del https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya komplekty 1 komplekt k1 00015270 istoriia https bayra market oniks finans ooo category id=25987 page=17 '),
(10609,'field:18',0,1,' https completecarehillside com contact '),
(10609,'field:19',0,1,' info completecarehillside com '),
(10609,'field:6',0,1,' georgegem '),
(10609,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(10609,'field:8',0,1,' google '),
(10609,'field:9',0,1,' general inquiry '),
(10609,'title',0,1,' 2026 01 19 20 24 09 '),
(10610,'field:10',0,1,' vysokoe kacestvo vsex predstavlennyx detalei https zapchasti remont ru pages about u nas v prodaze firmennye detali ne kitaiskie analogi a originalnye izdeliia ot izvestnyx proverennyx proizvoditelei '),
(10610,'field:18',0,1,' http ccshorrockgardens com contact '),
(10610,'field:19',0,1,' info ccshorrockgardens com '),
(10610,'field:6',0,1,' marcusisora '),
(10610,'field:7',0,1,' zuyev vadik bk ru '),
(10610,'field:8',0,1,' google '),
(10610,'field:9',0,1,' general inquiry '),
(10610,'title',0,1,' 2026 01 19 20 24 25 '),
(10611,'field:10',0,1,' mastera studii imeiut opyt raboty bolee 10 let osnovnye mastera bolee 30 let https maze tattoo catalog g gravura vse oborudovanie proxodit tshhatelnuiu obrabotku i sterilizaciiu https maze tattoo catalog d dovlatov osnashhenie studii sootvetstvuet vsem trebovaniiam sanepidemstancii poetomu risk zarazeniia cem libo iskliucen https maze tattoo catalog p studiia ispolzuet kacestvennye rasxodnye materialy ot proverennyx proizvoditelei https maze tattoo catalog g gravura studiia xudozestvennoi tatuirovki i pirsinga v kotoroi uvazaiut tonkie iziashhnye siuzety no po zelaniiu klienta mogut nabit i brutalnyi cerep i cernuiu metku https maze tattoo catalog k kosmos i kosmonavty zdes takze mozno perekryt ili otrestavrirovat tatuirovku sdelat klassiceskie vidy pirsinga ili daze otucitsia na tatuirovshhika https maze tattoo catalog t tigr zakryt okno https maze tattoo catalog y ukazatel puti studiia blackfly 5300 uiutnoe pomeshhenie s vezlivym personalom gde prosto priiatno naxoditsia https maze tattoo catalog r rakovini ognishhe https maze tattoo catalog r rakovini sikarnyi individualnyi eskiz sikarnaia rabota mastera https maze tattoo catalog l lev lucse vriad li kto sdelal by vsem spasibo '),
(10611,'field:18',0,1,' https ccbrackenville com contact '),
(10611,'field:19',0,1,' info ccbrackenville com '),
(10611,'field:6',0,1,' barrysaibe '),
(10611,'field:7',0,1,' prosavmobi1981 mail ru '),
(10611,'field:8',0,1,' google '),
(10611,'field:9',0,1,' general inquiry '),
(10611,'title',0,1,' 2026 01 19 20 25 50 '),
(10612,'field:10',0,1,' hi search is changing faster than most businesses realize more buyers are now discovering products and services through ai driven platforms not only traditional search results this is why we created the ai rankings seo plan at monkey digital its designed to help websites become clear trusted and discoverable by ai systems that increasingly influence how people find and choose businesses you can view the plan here https www monkeydigital co ai rankings if youd like to see whether this approach makes sense for your site feel free to reach out directly even a quick question is fine whatsapp https wa link b87jor best regards mike thijs svensson monkey digital mike monkeydigital co phone whatsapp 1 775 314 7914 '),
(10612,'field:18',0,1,' http ccstvincents com contact '),
(10612,'field:19',0,1,' info ccstvincents com '),
(10612,'field:6',0,1,' mike thijs svensson '),
(10612,'field:7',0,1,' mike monkeydigital co '),
(10612,'field:8',0,1,' google '),
(10612,'field:9',0,1,' general inquiry '),
(10612,'title',0,1,' 2026 01 19 20 29 03 '),
(10613,'field:10',0,1,' m https www virgo show com spektakli balet taganskaia ul https www virgo show com icegirls aleksandra solzenicyna d https www virgo show com ballet 18 m https www virgo show com newyear mendeleevskaia ul https www virgo show com korporativy novoslobodskaia 14 19s4 https www virgo show com blog balerina visenka na torte ili kak soz adres m https www virgo show com ballet ploshhad ilica tankovyi pr d d https www virgo show com spektakli balet 4 s https www virgo show com korporativy 47 m https www virgo show com blog cheerleading school in moscow sviblovo tenistyi proezd 6 m https www virgo show com blog fotosessiia v cvetushhix sadax teplyi stan ul https www virgo show com musical golubinskaia 6b m https www virgo show com blog are ballerinas for a childrens party a luxury or an affordable reality iasenevo profsoiuznaia ulica 123as21 https www virgo show com wedding program adres adres iaroslavskoe sosse sergievo posadskii raion d https www virgo show com lights morozovo park prikliucenii sait http www https www virgo show com musical quadrider https www virgo show com contact ru telefon 7 499 390 41 35 stoimost ot 3000 r https www virgo show com cas za dvuxmestnyi kvadrocikl https www virgo show com silverpool sao '),
(10613,'field:18',0,1,' http ccshorrockgardens com contact '),
(10613,'field:19',0,1,' info ccshorrockgardens com '),
(10613,'field:6',0,1,' robertjearp '),
(10613,'field:7',0,1,' mlonanlout1985 mail ru '),
(10613,'field:8',0,1,' google '),
(10613,'field:9',0,1,' general inquiry '),
(10613,'title',0,1,' 2026 01 19 20 30 32 '),
(10614,'field:10',0,1,' otdelnogo vnimaniia zasluzivaet svet v gostinoi lucse vsego esli eto budet podvesnoi gipsokartonnyi natiaznoi potolok so vstroennymi svetilnikami ili mnogourovnevaia konstrukciia https olga filippova ru beauty salons spa design ona pozvolit tocecno vydeliat svetom raznye zony i sozdavat osobuiu atmosferu https olga filippova ru blog kazetsia cto ispolzovanie v interere veshhei u kotoryx net nikakogo osobogo naznaceniia dovolno bessmyslennaia ideia https olga filippova ru smi zacem pokupat cto to cemu nelzia daze naiti dostoinoe primenenie otvet prost potomu cto takie predmety oboznacaiut stil a znacit dopolniaiut oformlenie interera https olga filippova ru blog 5 prakticeskix rekomendacii dlia dizainera po vedeniiu instagram delimsia sovetami kotorye budut polezny kazdomu dizaineru kotoromu ne bezrazlicno ego instagram portfolio https olga filippova ru interery medical study center poleznye sovety i rekomendacii ot eksperta i kvartbloga https olga filippova ru interior appartment obucenie zdes mozet dlitsia ot 1 do 2 let vkliucaet vse neobxodimye discipliny i podgotovku diplomnogo proekta https olga filippova ru portfolio 2 pri etom ucitsia mozno i ocno i distancionno a v cisle prepodavatelei mnogo praktikuiushhix dizainerov i dekoratorov https olga filippova ru kontakts '),
(10614,'field:18',0,1,' https cckressonview com contact '),
(10614,'field:19',0,1,' info cckressonview com '),
(10614,'field:6',0,1,' scottwhobe '),
(10614,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(10614,'field:8',0,1,' google '),
(10614,'field:9',0,1,' general inquiry '),
(10614,'title',0,1,' 2026 01 19 20 31 23 '),
(10615,'field:10',0,1,' otopleniia klassiceskogo s radiatorami ili teplogo pola vodosnabzeniia goriacego xolodnogo ventiliacii klimaticeskix sistem melioracii poliva oroseniia v sadovodstve fermerskom ili selskom xoziaistve proizvodstvennyx texnologiceskix linii na ximiceskix drugix predpriiatiiax forma postavki otrezki dlinoi 4 ili 2 m https deneb spb ru rasprodazha kolicestvo truby v upakovke zavisit ot ee tiporazmera https deneb spb ru klipsy nize privedena cena truby za pogonnyi metr https deneb spb ru ugolniki tu 22 https deneb spb ru shtanga rezbovaya 21 https deneb spb ru mufty i perekhodniki 21 001 03637755 2017 https deneb spb ru zaglushki po zaprosu 337 https deneb spb ru truby pn 10 i pn 20 60 https deneb spb ru ugolniki po zaprosu 141 https deneb spb ru burty i flancy 05 https deneb spb ru krestoviny dlia truboprovodnyx sistem v kotoryx temperatura rabocei sredy prevysaet 80 c primeniaiut polipropilenovye truby armirovannyi folgoi https deneb spb ru filtry i obratnye klapany inogda primeniaiut ne splosnoe armirovanie folgoi https deneb spb ru nastennye komplekty pod smesitel v sistemax smontirovannyx iz takix trub temperatura transportiruemoi sredy ne dolzna byt vyse 95 c https deneb spb ru izolyaciya '),
(10615,'field:18',0,1,' https ccfairlawnedge com contact '),
(10615,'field:19',0,1,' info ccfairlawnedge com '),
(10615,'field:6',0,1,' robertwah '),
(10615,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(10615,'field:8',0,1,' google '),
(10615,'field:9',0,1,' general inquiry '),
(10615,'title',0,1,' 2026 01 19 20 32 14 '),
(10616,'field:10',0,1,' uz ne znaiu cto iz perecislennyx interernyx trendov ostanetsia v tope v sleduiushhem godu no to cto zaprosy iz kategorii tocno ostanutsia licno u menia somneniia net https olga filippova ru fitness spa esli vy liubite krasocnost naidite sposob privnesti v interer vasi liubimye cveta s pomoshhiu divannyx podusek ili sieemnyx oboev https olga filippova ru uslugi seny esli vy nemalo putesestvovali vystavite na vseobshhee obozrenie fotografii kotorye vy delali v puti ili veshhi kotorye vam udalos priobresti ili naiti vo vremia putesestviia https olga filippova ru interery fasad esli vy pitaete osobuiu liubov k zirafam razmestite na polu kovrik ili kupite obitye tkaniu stulia s sootvetstvuiushhim printom https olga filippova ru interery fasad pervoe i osnovnoe s cem stoit opredelitsia skolko raznyx vy xotite sozdat https olga filippova ru office interior naprimer v komnate pobolse mozno sdelat gostinuiu i garderobnuiu togda pomeshhenie mozno razdelit zerkalnym skafom ili prostoi sirmoi https olga filippova ru interery medical study center zonu gostinoi oformliat mozno v smelyx tonax ispolzovat socetanie iarkix i spokoinyx tonov a garderobnaia mozet byt oformlena v svetlyx ili naoborot temnyx ottenkax https olga filippova ru interery fasad itak po sostoianiiu na 28 dekabria 2018 goda dannaia statistika publikuetsia kazdyi god v konce dekabria my imeem sleduiushhie interernye trendy 2019 2020 godov s momenta vozniknoveniia dizain interera predpolagal rabotu ne tolko nad ubranstvom pomeshheniia no i nad ego ergonomikoi https olga filippova ru office interior s poiavleniem konveiernoi sborki i promyslennogo proizvodstva dizain interera polucil sirocaisee rasprostranenie https olga filippova ru blog '),
(10616,'field:18',0,1,' https ccvoorhees com contact '),
(10616,'field:19',0,1,' info ccvoorhees com '),
(10616,'field:6',0,1,' scottbup '),
(10616,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(10616,'field:8',0,1,' google '),
(10616,'field:9',0,1,' general inquiry '),
(10616,'title',0,1,' 2026 01 19 20 32 34 '),
(10617,'field:10',0,1,' sozdatelnica brenda almo https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya komplekty 1 komplekt k1 00020671 iuliia ileva https bayra market ip klimenko category id=25709 cto polzuetsia sprosom https bayra market ip klimenko category id=25490 eto te izderzki kotorye nuzno zakladyvat v cenoobrazovanie https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00020825 nedobrosovestnye pokupateli vozvrashhaiut tovar prozzennyi utiugom ili ponosennye i dyriavye vo vsex mestax kostiumy https bayra market produkty pitaniya ru kolbasy sosiski i delikatesy kolbasy ru po tatarski kolbasa 350 g odnazdy kto to podmenil nasu kurtku na staruiu kurtku brenda bershka i takix istorii u nas desiatki https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00018564 samyi rasprostranennyi i ocen nedobrosovestnyi sposob ponizit prodazi u konkurenta oformlenie zakaza na ego tovar v otdalennyi region i posleduiushhii otkaz ot vykupa etogo zakaza https bayra market oniks finans ooo category id=13422 page=139 v rezultate prodavec zria oplacivaet logistiku teriaet reiting a kartocka padaet v vydace iz za rosta procenta otkazov https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00017054 proshhe ze vsego ponizit reiting konkurenta banalnymi ploximi otzyvami konstatiruet moskalenko https bayra market produkty pitaniya ru page 33 na pike populiarnosti v 2023 godu cifrovaia i bytovaia texniki https bayra market index php dispatch=products on sale page=2 na vtorom meste odezda i obuv https bayra market produkty pitaniya ru page 36 troiku liderov zakryvaet pokupka mebeli i tovarov dlia doma https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00020547 v associacii kompanii internet torgovli rasskazali cto na fone rosta populiarnosti onlain pokupok proizoslo uvelicenie srednego ceka na 30% v takix kategoriiax kak sporttovary aksessuary i apteki https bayra market zhenschinam ru page 44 pri etom sibir okazalas odnim iz nemnogix regionov gde uvelicilsia srednii cek zakaza avtozapcastei i avtoaksessuarov na 13% v 2024 godu rost prodolzitsia https bayra market ip klimenko category id=25701 page=4 osnovnym draiverom stanet vozmoznost naiti analogicnyi tovar po bolee nizkoi cene https bayra market produkty pitaniya ru page 44 v usloviiax snizeniia doxodov naseleniia i rosta infliacii potrebiteli budut ekonomit i cashhe zakazyvat onlain https bayra market index php dispatch=products on sale page=131 tak v pervyi mesiac 2024 goda prodazi wildberries v sibiri v sravnenii s aprelem 2023 goda vyrosli na 67% v kolicestvennom vyrazenii i na 5% v deneznom https bayra market novorozhdennym page 29 '),
(10617,'field:18',0,1,' https cclehigh com contact '),
(10617,'field:19',0,1,' info cclehigh com '),
(10617,'field:6',0,1,' georgeevevy '),
(10617,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(10617,'field:8',0,1,' google '),
(10617,'field:9',0,1,' general inquiry '),
(10617,'title',0,1,' 2026 01 19 20 35 33 '),
(10618,'field:10',0,1,' datcik urovnia topliva https ftnet ru company gps glonass sistema monitoringa predstavliaet soboi kompaktnyi priemo vycislitelnyi modul kotoryi obrabatyvaet signaly dvux sistem sputnikovoi navigacii amerikanskoi navstar gps i rossiiskoi glonass https ftnet ru pilot monitoring sovmestimost s ustroystvami kompleksnyi podxod v opredelenii nazemnyx koordinat pozvoliaet sokratit topometriceskuiu velicinu osibok pozicionirovaniia do 2 metrov a castotu ix vozniknoveniia do 30 % pri etom gabaritnye razmery i energopotreblenie kombinirovannyx sistem monitoringa ne otlicaiutsia ot analogicnyx ustroistv prinimaiushhix signal kakoi libo odnoi gruppy sputnikov https ftnet ru penza zaprosit obrazec https ftnet ru narofominsk snizaet rasxody na toplivo https ftnet ru toir snizaet pereprobegi i levye reisy https ftnet ru visokayagorapartnerstvo monitoring transporta v rossii https ftnet ru logistpro '),
(10618,'field:18',0,1,' https completecarebrick com contact '),
(10618,'field:19',0,1,' info completecarebrick com '),
(10618,'field:6',0,1,' lloydzep '),
(10618,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(10618,'field:8',0,1,' google '),
(10618,'field:9',0,1,' general inquiry '),
(10618,'title',0,1,' 2026 01 19 20 39 34 '),
(10619,'field:10',0,1,' hi worried about hidden seo issues on your website let us help completely free run a 100% free seo check and discover the exact problems holding your site back from ranking higher on google run your free seo check now https www speed seo net check site seo score or chat with us and our agent will run the report for you https www speed seo net whatsapp with us best regards mike gerhard schmidt speed seo digital email info speed seo net phone whatsapp 1 833 454 8622 '),
(10619,'field:18',0,1,' http ccstvincents com contact '),
(10619,'field:19',0,1,' info ccstvincents com '),
(10619,'field:6',0,1,' mike gerhard schmidt '),
(10619,'field:7',0,1,' info speed seo net '),
(10619,'field:8',0,1,' google '),
(10619,'field:9',0,1,' general inquiry '),
(10619,'title',0,1,' 2026 01 19 20 39 42 '),
(10620,'field:10',0,1,' 456318 g https kupefurnitur ru onas miass celiabinskoi oblasti pr https kupefurnitur ru contact oktiabria 18 https kupefurnitur ru my takze dorozim svoei reputaciei i vsegda idem na vstrecu nasim klientam https kupefurnitur ru vy budete dovolny vzaimovygodnym sotrudnicestvom s nami mexanizmy dlia skafov kupe vypolnennye iz procnyx i nadeznyx materialov udobny v ekspluatacii i rasscitany na dolgii srok sluzby https kupefurnitur ru price ispolzovanie v proizvodstve mebeli sovremennyx razdviznyx sistem otkryvaet sirokie vozmoznosti dlia dizaina i sozdaniia ergonomicnogo prostranstva https kupefurnitur ru nadeznost funkcionalnost i daze estetika mebeli vo mnogom zavisit ot takoi vaznoi detali kak mebelnaia furnitura https kupefurnitur ru contact podbiraia dlia sebia skaf garnitur ili delaia ix na zakaz ocen vazno obrashhat vnimanie i na takoi element https kupefurnitur ru contact ved vo mnogom ot etogo zavisit takze i dolgovecnost izdeliia https kupefurnitur ru contact krome togo ona sposobna sdelat ekspluataciiu mebeli bolee prostoi i komfortnoi https kupefurnitur ru catalog bolsoe raznoobrazie predmetov etoi kategorii mozno vygodno kupit v internet magazine makmart v moskve https kupefurnitur ru price opt 2 171 https kupefurnitur ru 00r https kupefurnitur ru '),
(10620,'field:18',0,1,' https ccbrackenville com contact '),
(10620,'field:19',0,1,' info ccbrackenville com '),
(10620,'field:6',0,1,' ronaldmoits '),
(10620,'field:7',0,1,' konstantinrovini mail ru '),
(10620,'field:8',0,1,' google '),
(10620,'field:9',0,1,' general inquiry '),
(10620,'title',0,1,' 2026 01 19 20 39 48 '),
(10621,'field:10',0,1,' ezemesiacno proveriaem vse stranicy saita https proffseo ru prodvizhenie sajtov po moskve on kontroliruet vypolnenie rabot i sobliudenie srokov resaet voznikaiushhie zadaci i voprosy otcityvaetsia o rezultatax https proffseo ru prodvizhenie zarubezhnykh sajtov 3 e mesto v reitinge seo agentstv https proffseo ru privacy skidka 100% na pervyi mesiac prodvizeniia saita eshhe istorii uspexa https proffseo ru prodvizhenie sajtov po rf ceny na uslugu prodvizenie saita https proffseo ru prodvizhenie sajtov po rf '),
(10621,'field:18',0,1,' https ccwestfield com contact '),
(10621,'field:19',0,1,' info ccwestfield com '),
(10621,'field:6',0,1,' buddymup '),
(10621,'field:7',0,1,' dolnovam mail ru '),
(10621,'field:8',0,1,' google '),
(10621,'field:9',0,1,' general inquiry '),
(10621,'title',0,1,' 2026 01 19 20 40 20 '),
(10622,'field:10',0,1,' g https maze tattoo catalog i moskva 20 maia 2025 https maze tattoo catalog p plecho opyt raboty https maze tattoo catalog k krylya tatu salon kot tatu studiia https maze tattoo catalog ee ezoterika putesestvui s kudago https maze tattoo catalog r rozy nasi professionalnye mastera v uiutnom i sovremennom tatu salone obladaiut vsemi neobxodimymi znaniiami i navykami ctoby vy smogli polucit imenno takoi rezultat kotoryi ozidaete https maze tattoo catalog b belki kacestvennuiu krasivuiu tatuirovku https maze tattoo catalog t tigr 7 499 645 95 95 https maze tattoo catalog s svekla '),
(10622,'field:18',0,1,' https ccbrackenville com contact '),
(10622,'field:19',0,1,' info ccbrackenville com '),
(10622,'field:6',0,1,' barrysaibe '),
(10622,'field:7',0,1,' prosavmobi1981 mail ru '),
(10622,'field:8',0,1,' google '),
(10622,'field:9',0,1,' general inquiry '),
(10622,'title',0,1,' 2026 01 19 20 42 19 '),
(10623,'field:10',0,1,' sputnikovyi monitoring transporta ot mss glonass https ftnet ru telematic narusenie pdd strafy https ftnet ru career sputnikovyi gps glonass monitoring transporta pozvoliaet uvidet trek navigacii na karte probeg prostoi mesta stoianok grafiki datcikov i skorost https ftnet ru region onlain monitoring transporta v liuboe vremia 24 7 prosmatrivai istoriiu dvizeniia formirui otcety https ftnet ru nefteyugansk glonass gps treker arnavi integral 4 https ftnet ru preduprezdenie narusenii pdd poluceniia strafov sobliudenie pravil texobsluzivaniia avto vypolnenie uslovii trudovogo dogovora voditeliami svoevremennyi otdyx i polnocennaia rabota iskliucenie riska pokupki levyx cekov zashhita ot sliva topliva iz baka iskliucenie veroiatnosti levyx reisov https ftnet ru ustanovka gbo na lada kalina '),
(10623,'field:18',0,1,' https completecarehillside com contact '),
(10623,'field:19',0,1,' info completecarehillside com '),
(10623,'field:6',0,1,' lloydreove '),
(10623,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(10623,'field:8',0,1,' google '),
(10623,'field:9',0,1,' general inquiry '),
(10623,'title',0,1,' 2026 01 19 20 43 29 '),
(10624,'field:10',0,1,' monitoring transporta https ftnet ru zherdevka skolko ze stoit servis monitoringa transporta v zavisimosti ot vozmoznostei glonass ustroistv i zelanii klienta stoimost ustanovki i samogo ustroistva mozet kolebatsia ot piati tysiac do neskolkix desiatkov tysiac rublei https ftnet ru gbo propan lada vesta v kompanii montrans podberut i smontiruiut terminaly pod konkretnye zadaci vladelcev https ftnet ru chulman v sistemu kontrolia i upravleniia atp my integriruem mnogofunkcionalnoe oborudovanie ot odnogo iz vedushhix rossiiskix proizvoditelei resenii kontrolia rasxoda gsm https ftnet ru sevastopol datcik podieema kuzova https ftnet ru career monitoring transportnyx sredstv v rezime realnogo vremeni s udobnym dostupom k dannym i legkoi integraciei v sushhestvuiushhie sistemy https ftnet ru 1c sistema monitoringa i kontrolia transporta snizaet zatraty na soderzanie avtoparka https ftnet ru tver '),
(10624,'field:18',0,1,' https cclehigh com contact '),
(10624,'field:19',0,1,' info cclehigh com '),
(10624,'field:6',0,1,' lloydbap '),
(10624,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(10624,'field:8',0,1,' google '),
(10624,'field:9',0,1,' general inquiry '),
(10624,'title',0,1,' 2026 01 19 20 50 28 '),
(10625,'field:10',0,1,' xotite pod kliuc daem skidku do 30% na droblenie pnei i izmelcenie vetok https arbvbg ru uznat ceny i rasscitat stoimost vy mozete samostoiatelno izuciv prais list bolee 8 mi let na rynke https arbvbg ru privacypolicy my uze davno zanimaemsia vyrubkoi udaleniem i obrezkoi nasazdenii a takze vypolniaem kompleks meropriiatii napravlennyx na ozdorovlenie i zashhitu derevev https arbvbg ru privacypolicy za vremia raboty my pomogli liudiam izbavitsia ot tysiac mesaiushhix derevev i predotvratili nemalo avariinyx situacii https arbvbg ru kvalificirovannye specialisty https arbvbg ru privacypolicy u nas rabotaiut specialisty s mnogoletnim opytom raboty kotorye imeiut dokumenty podtverzdaiushhie ix vysokuiu kvalifikaciiu https arbvbg ru privacypolicy garantiia bezopasnosti https arbvbg ru my obespecivaem polnuiu bezopasnost imushhestva liudei i nesem otvetstvennost za ushherb https arbvbg ru privacypolicy rabota pod kliuc https arbvbg ru privacypolicy my vozmem na sebia vse zaboty i vypolnim kompleksnye raboty nacinaia poluceniem neobxodimyx dokumentov i zakancivaia ocishheniem territorii ot vetvei pnei i drugogo musora https arbvbg ru skidki https arbvbg ru zakazyvaia u nas udalenie ot 5 pnei ili derevev vy polucaete skidku https arbvbg ru privacypolicy predlozenie aktualno dlia postoiannyx klientov https arbvbg ru privacypolicy bonusy https arbvbg ru privacypolicy esli nuzno podpilit nadoevsii pen ili kust my sdelaem eto besplatno avtovyski klassificiruiutsia po dline vyleta strely na sleduiushhie osnovnye tipy gibkaia cenovaia politika https arbvbg ru privacypolicy professionalnyi instrument i oborudovanie https arbvbg ru '),
(10625,'field:18',0,1,' https ccatgreenacres com contact '),
(10625,'field:19',0,1,' info ccatgreenacres com '),
(10625,'field:6',0,1,' charlesdwelf '),
(10625,'field:7',0,1,' nikolayy shevcov mail ru '),
(10625,'field:8',0,1,' google '),
(10625,'field:9',0,1,' general inquiry '),
(10625,'title',0,1,' 2026 01 19 20 50 50 '),
(10626,'field:10',0,1,' if you could put your offer in front of two million real websites for $100 what would that be worth to your business most companies spend that much on a single day of ads and they dont even get guaranteed placement here youre getting 2 000 000 guaranteed contact page submissions for a flat $100 no bidding no algorithms no maybe just pure direct delivery think about the math for a second even if only 0 01% of those 2m placements respond thats 200 leads at $100 total thats fifty cents per lead if your conversion rate is even 1% thats two new customers whats a customer worth to you $200 $500 $5 000 the roi becomes obvious fast and remember youre reading this message right now because the system works this didnt land in your inbox by accident it was delivered directly to you through the same infrastructure your campaign will use if this message reached you your message will reach others the exact same way at scale ask yourself how much would it cost to get 2 million impressions through ads thousands how much would it cost to manually reach out to 2 million websites impossible how much does it cost here $100 flat guaranteed this is the kind of reach that businesses use to dominate markets quietly before their competitors even realize what happened and the only difference between the ones who scale and the ones who stall is simple action if you want reach this is the most cost‑efficient channel youll ever see if you want roi nothing else comes close if you want results this is the system that forces your offer into the market instead of waiting for traffic to show up visit https contactpageads com and launch your campaign while the $100 rate is still active the sooner you start the sooner the numbers start working in your favor '),
(10626,'field:18',0,1,' http ccstvincents com contact '),
(10626,'field:19',0,1,' info ccstvincents com '),
(10626,'field:6',0,1,' chiquita bowling '),
(10626,'field:7',0,1,' chiquita bowling yahoo com '),
(10626,'field:8',0,1,' chiquita bowling '),
(10626,'field:9',0,1,' general inquiry '),
(10626,'title',0,1,' 2026 01 19 20 51 01 '),
(10627,'field:10',0,1,' hai saya ingin tahu harga anda '),
(10627,'field:18',0,1,' http completecarehillside com contact '),
(10627,'field:19',0,1,' info completecarehillside com '),
(10627,'field:6',0,1,' leeslurf '),
(10627,'field:7',0,1,' zekisuquc419 gmail com '),
(10627,'field:8',0,1,' google '),
(10627,'field:9',0,1,' general inquiry '),
(10627,'title',0,1,' 2026 01 19 20 51 13 '),
(10628,'field:10',0,1,' 2 oe mesto v reitinge seo kompanii v premium segmente https proffseo ru prodvizhenie sajtov po moskve opredelenie prioritetov https proffseo ru prodvizhenie sajtov po rf primery geonezavisimyx zaprosov ecept torta napoleon ak izbavitsia ot lisnego vesa ak samostoiatelno vybrat utiug senniaia podrezka derevev sada i pr https proffseo ru privacy seo prodvizenie razrabotka saitov kontekstnaia reklama crm tex https proffseo ru podderzka https proffseo ru rost nebrendovogo trafika https proffseo ru prodvizhenie angloyazychnykh sajtov s kruglosutocnoi otcetnostiu i oplatoi po faktu za rezultat pozicii v poiske ili privlecennyx klientov s kalendarnym grafikom i dostupom k licnomu kabinetu v sisteme statistiki https proffseo ru '),
(10628,'field:18',0,1,' https ccbrackenville com contact '),
(10628,'field:19',0,1,' info ccbrackenville com '),
(10628,'field:6',0,1,' buddyedump '),
(10628,'field:7',0,1,' dolnovam mail ru '),
(10628,'field:8',0,1,' google '),
(10628,'field:9',0,1,' general inquiry '),
(10628,'title',0,1,' 2026 01 19 20 53 03 '),
(10629,'field:10',0,1,' 15 000 rub https www angioprof ru statya 146 narushenie avtorskix i smezhnyix prav html v v vvedenie lek https www angioprof ru uslugi nevrologii preparatov https www angioprof ru statya 146 narushenie avtorskix i smezhnyix prav html odnokratnyi seans mikroskleroterapii mnozestvennyx teleangiektazii predelax 1 i zony odnoi niznei konecnosti 3 kategoriia sloznosti skleroterapiia teleangioektazii a11 https www angioprof ru uslugi sout 12 https www angioprof ru 003 https www angioprof ru uslugi flebologii i angiologii lechenie varikoza html 011 https www angioprof ru v prodazhe ortopedicheskie tovaryi obuv ortopedicheskaya obuv ortopedicheskaya domashnyaya html endovazalnaia lazernaia koaguliaciia ven niznix konecnostei dvux i bolee magistralnyx podkoznyx ven s edinicnymi pritokami ili i perforantami na bedre ili goleni v predelax odnoi konecnosti a22 https www angioprof ru uslugi endokrinologiya 12 https www angioprof ru uslugi podologii 003 https www angioprof ru uslugi flebologii i angiologii 006 https www angioprof ru uslugi informacziya ob osushhestvlenii deyatelnosti v usloviyax covid 19 html rassirennyx venax otekax boli tiazesti i zzenii v nogax nocnyx sudorogax poiavlenii sosudistyx setocek dolgo zazivaiushhix troficeskix iazvax https www angioprof ru kosmeticeskaia flebologiia https www angioprof ru uslugi flebologii i angiologii lechenie varikoza html postavlennaia ocenka budet predvaritelnaia ne iavliaetsia diagnozom i dolzna byt interpritirovana lecashhim vracom na osnovanii kliniceskix dannyx i uzi diagnostiki https www angioprof ru uslugi flebologii i angiologii preparat neovaskulgen pri lechenii oank html imeiutsia protivopokazaniia neobxodima konsultaciia specialista https www angioprof ru v prodazhe ortopedicheskie tovaryi '),
(10629,'field:18',0,1,' https ccwestfield com contact '),
(10629,'field:19',0,1,' info ccwestfield com '),
(10629,'field:6',0,1,' melvinlah '),
(10629,'field:7',0,1,' riinata osippova bk ru '),
(10629,'field:8',0,1,' google '),
(10629,'field:9',0,1,' general inquiry '),
(10629,'title',0,1,' 2026 01 19 20 58 05 '),
(10630,'field:10',0,1,' marketpleis wildberries zakryl krupnuiu sdelku na skladskom rynke https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00017388 kompaniia arendovala bolee 40 tys https bayra market detyam page 18 kv https bayra market produkty pitaniya ru chay kofe kakao chay chay ahmad zelenyy s zhasminom 100paketikov m nedaleko ot krasnoiarska https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00017889 select warehouse=56 pomeshhenie oboidetsia ei v 500 mln rub https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00018968 ezegodno https bayra market zhenschinam ru page 44 ploshhadi budut ispolzovatsia v kacestve raspredelitelnogo centra dlia rassireniia prisutstviia v sibiri https bayra market oniks finans ooo category id=13422 page=19 seicas osnovnoi fokus razvitiia marketpleisov nebolsie goroda https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00018694 material po teme https bayra market sergu page 15 layout=products multicolumns takze my poniali cto nuzno razdeliat assortiment v magazinax i na marketpleisax https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00015082 no est i iskliuceniia odezdu kotoraia predstavlena v magazinax my otpravliaem na marketpleis tolko v tom slucae esli ona vystrelila po ostalnym kanalam prodaz https bayra market kontroller dlya solnechnoy elektrostancii ru dlya sobak korm dlya sobak almaz 7kg inace tovary tak i budut lezat na skladax wildberries tem samym zamoroziv oborotnye sredstva https bayra market oniks finans ooo page=84 v kompanii otmecaiut prezde cem zapuskat magazin na marketpleise stoit gluboko pogruzitsia v vopros ekonomiki https bayra market oniks finans ooo items per page=24 page=78 na kazdoi ploshhadke usloviia raznye a novicki casto ne mogut gluboko proscitat svoi zatraty https bayra market odezhda ru 5 detyam novorozhdennym polzunki i shtanishki tunika iz muslina molochnaya rost 98 i samu ploshhadku nuzno vybirat s umom po slovam vitaliia kozemiakina odnogo iz osnovatelei brenda muzzle na ozon poniatnye instrumenty prodvizeniia tovara zdes proshhe vystrelit s nulia https bayra market odezhda ru 5 detyam novorozhdennym komplekty na vypisku komplekt na vypisku i love mam molochnyy leto rost 62 no i komissii neskolko vyse cem na drugix ploshhadkax https bayra market vypechka i sladosti a na wildberries casticno uspex prodavca zavisit ot udaci i kacestvo dostavki xuze zato na etoi ploshhadke bolse pokupatelei https bayra market produkty pitaniya ru chay kofe kakao chay mayskiy chay serdce ceylona 25 paketikov preimushhestva pokupki https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00017265 select warehouse=56 1 god 11 mes https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kole ozherelya i busy kole k1 00019090 '),
(10630,'field:18',0,1,' https ccatgreenacres com contact '),
(10630,'field:19',0,1,' info ccatgreenacres com '),
(10630,'field:6',0,1,' georgeexacy '),
(10630,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(10630,'field:8',0,1,' google '),
(10630,'field:9',0,1,' general inquiry '),
(10630,'title',0,1,' 2026 01 19 21 02 49 '),
(10631,'field:10',0,1,' dlia togo ctoby sdelat zakaz na spil derevev v vasem regione i polucit skidku na cenu rabot prosto pozvonite nam po telefonu 7 985 764 46 44 ili ostavte zaiavku vospolzovavsis formoi obratnoi sviazi https arbvbg ru privacypolicy estestvennyi naklon s zemli ispolzovanie ottiazki s zemli valka dereva po castiam bez zavesivaniia alpinist valka dereva po castiam s zavesivaniem alpinist ot 700 ot 1500 ot 3000 ot 5000 https arbvbg ru rucnoi spil https arbvbg ru privacypolicy obrezka derevev https arbvbg ru privacypolicy eto sanitarnaia procedura predpolagaiushhaia reguliarnoe obrezanie krony i vetvei cto pozvoliaet dereviam soxraniat opriatnyi vid i dekorativnye kacestva https arbvbg ru privacypolicy takze obrezka nuzna i plodovym dereviam ee delaiut s celiu povysit ix urozainost https arbvbg ru vypolniat takuiu proceduru nuzno pravilno ctoby ona prinesla nasazdeniiam polzu a ne vred https arbvbg ru specialisty nasei kompanii sobliudaiut vse trebovaniia poetomu vy mozete byt uvereny v kacestve obrezki udalenie derevev po castiam https arbvbg ru privacypolicy spilivat vysokie derevia i krupnomery nuzno ocen akkuratno sobliudaia opredelennye pravila https arbvbg ru osobenno kogda prostranstvo ogranicenno i riadom naxodiatsia raznye sooruzeniia https arbvbg ru privacypolicy vo izbezanie opasnyx situacii my spilivaem derevo po castiam https arbvbg ru nezavisimo ot vysoty nasazdeniia nasi alpinisty smogut spravitsia s avariinym derevom i obespecat ego kacestvennoe udalenie https arbvbg ru privacypolicy vse raboty provodiatsia s predelnoi ostoroznostiu poetomu kommunikacii i blizlezashhie sooruzeniia ne povrezdaiutsia https arbvbg ru privacypolicy udalenie pnei https arbvbg ru privacypolicy kogda derevo prosto spilivaetsia to ostaiutsia pni casto mesaiushhie dvizeniiu i ne socetaiushhiesia s koncepciei landsaftnogo dizaina https arbvbg ru izbavitsia ot nix samostoiatelno nelegko https arbvbg ru privacypolicy poskolku nesmotria na kazushhuiusia legkost udaleniia vykorcevyvanie pnei dolzno vypolniatsia s sobliudeniem nekotoryx niuansov https arbvbg ru naprimer nuzno ucityvat osobennosti stroeniia pnia tip pocvy i dr https arbvbg ru imeia bolsoi opyt raboty specialisty kompanii gektar sposobny tocno opredelit optimalnyi sposob udaleniia pnei https arbvbg ru eto pozvoliaet bystro ocistit territoriiu ot mesaiushhix obieektov osobo ne narusaia vnesnii vid territorii https arbvbg ru privacypolicy udalenie suxix derevev https arbvbg ru nalicie suxix nasazdenii negativno otrazaetsia na esteticeskix kacestvax dvorovoi territorii https arbvbg ru privacypolicy pri etom suxostoi nesut v sebe opasnost dlia zdorovia i zizni liudei https arbvbg ru privacypolicy kompaniia gektar vypolnit kacestvennyi spil derevev v moskve i moskovskoi oblasti po priemlemoi cene https arbvbg ru iznacalno nasi specialisty ocenivaiut situaciiu i tolko posle etogo pristupaiut k udaleniiu avariinyx nasazdenii podobrav naibolee podxodiashhii sposob https arbvbg ru obrezka staryx i suxix vetvei https arbvbg ru privacypolicy ocen casto raboty po udaleniiu mesaiushhix vetvei provodiatsia v usloviiax zatrudnennyx otsutstviem dostatocnogo prostranstva https arbvbg ru privacypolicy poetomu obrezka dolzna vypolniatsia professionalami sposobnymi podobrat nuznyi metod udaleniia krony https arbvbg ru privacypolicy nasi specialisty obrezaiut vetvi akkuratno soxraniaia zelenye pobegi nepovrezdennymi https arbvbg ru privacypolicy blagodaria etomu krona formiruetsia pravilno a derevo vygliadit esteticeski privlekatelnym https arbvbg ru privacypolicy udalenie derevev https arbvbg ru neobxodimost v izbavlenii ot nasazdenii voznikaet po riadu pricin iz za silnogo naklona derevo sozdaet opasnye situacii nasazdenie uslozniaet vypolnenie rabot po podgotovke zemli pod zastroiku derevo silno povrezdeno bolezniami ili vrediteliami https arbvbg ru ctoby udalenie nasazdenii proslo bezopasno i s sobliudeniem trebovanii neobxodimo doverit rabotu specialistam https arbvbg ru privacypolicy my smozem pomoc vam nezavisimo ot sloznosti situacii https arbvbg ru privacypolicy ispolzuia specialnye instrumenty i oborudovanie my bystro ustranim mesaiushhie derevia https arbvbg ru privacypolicy pri etom vse cto naxoditsia riadom s nasazdeniiami postroiki masiny kommunikacii ne budet povrezdeno https arbvbg ru privacypolicy nalicie spectexniki i specoborudovaniia https arbvbg ru dlia kontroliruemogo padeniia dereva v processe spilivaniia sozdaetsia procnoe prednatiazenie v opredelennom napravlenii https arbvbg ru arboristy ispolzuiut zatiagivaiushhie stropy dlia fiksacii gruzov https arbvbg ru privacypolicy obespecivaetsia bezopasnost raboty rastenie ne zavalitsia na sosednie obieekty a upadet na zaranee podgotovlennuiu ploshhadku https arbvbg ru forma spila vazna dlia effektivnogo udaleniia dereva https arbvbg ru privacypolicy esli prosto nadpilit stvol instrument prosto zastrianet v tolshhe a samo nasazdenie ostanetsia v vertikalnom polozenii https arbvbg ru privacypolicy pravilnaia texnologiia spilki derevev na ucastke predusmatrivaet pervyi gorizontalnyi zapil ne doxodia do konca ucastka i vtoroi pod uglom v 60 gradusov https arbvbg ru spilivat rekomenduetsia na vysote celoveceskogo rosta https arbvbg ru zapil pod opredelennym uglom formiruet napravlenie padeniia drevesnogo stvola https arbvbg ru privacypolicy vypilennaia cast stvola vynimaetsia iz tolshhi https arbvbg ru nasazdenie derzitsia na nebolsom ucastke https arbvbg ru dlia predotvrashheniia prezdevremennogo padeniia ego podderzivaiut stropami ili krepkimi verevkami https arbvbg ru privacypolicy professionalnyi arborist ostorozno podpilivaet ostavsiisia ucastok https arbvbg ru specialist po spilu sledit ctoby derevo ne zavalilos v protivopoloznom ot vybrannogo napravlenii https arbvbg ru privacypolicy v processe zadaetsia nuznyi uroven natiazeniia strop i verevok https arbvbg ru posle spila bolsogo dereva na castnom ucastke ostaetsia pen s kornevoi sistemoi https arbvbg ru dlia udaleniia ego snacala ogoliaiut https arbvbg ru specialist razrubaet korni ispolzuia topor ili lopatu s ostrym kraem v 50 100 santimetrov ot stvola https arbvbg ru privacypolicy podgotovlennyi pen vytaskivaetsia iz zemli podrucnymi sredstvami ili specialnoi texnikoi s rycagami lebedkami i drugimi funkcionalnymi castiami https arbvbg ru udalenie so stvola vetok https arbvbg ru ocishhennoe nasazdenie mozet byt utilizirovano ili ispolzovano dlia stroitelstva ili sozdaniia predmetov byta https arbvbg ru privacypolicy '),
(10631,'field:18',0,1,' https ccharstonhall com contact '),
(10631,'field:19',0,1,' info ccharstonhall com '),
(10631,'field:6',0,1,' charlesplaxy '),
(10631,'field:7',0,1,' nikolayy shevcov mail ru '),
(10631,'field:8',0,1,' google '),
(10631,'field:9',0,1,' general inquiry '),
(10631,'title',0,1,' 2026 01 19 21 05 24 '),
(10632,'field:10',0,1,' prednaznacenie tolshhinomera emat 100 dlia izmereniia tolshhiny listov stenok emkostei trub gibov trub truboprovodov a takze mostovyx korpusnyx transportnyx sudovyx i drugix konstrukcii i izdelii v t https www ndt club com proizvoditeli 12 lych htm c https www ndt club com product 830 magnitnii analizator metallov koercitimetr ma 412mm htm s pokrytymi poverxnostiami v processe i posle ix izgotovleniia i ekspluatacii https www ndt club com product 273 rentgenovskaya plenka kodak htm tolshhinomer mozet rabotat na silno korrodirovannyx poverxnostiax https www ndt club com product 708 rft magnetic belt magnitnii krepejnii remen htm rabotaet po cernym metallamrabocaia temperatura 25 s do 50 smaks https www ndt club com product 129 apk mars nord htm izmerenie 3000 mikronsag izmerenii 1 mikronpodsvetka ekrana estdop https www ndt club com product 609 preobrazovateli dlya tolshinomerov olympus htm funkcii fonarikproizvodstvo polsagarantiia 1 god gruppa kompanii gk teplopribory prompribor teplokontrol i dr https www ndt club com rekvizity htm eto pribory i avtomatika dlia izmereniia kontrolia i regulirovaniia parametrov texnologiceskix processov rasxodometriia teplokontrol teploucet kontrol davleniia urovnia svoistv i koncentracii i pr https www ndt club com product 774 v7 317 vibrometr portativnii karandashnogo tipa htm https www ndt club com product 659 kelvin kompakt m1 infrakrasnii pirometr htm rabotaet po cernym i cvetnym metallamrabocaia temperatura 25 s do 50 smaks https www ndt club com product 78 ad 64m defektoskop akysticheskii htm izmerenie 3000 mikronsag izmerenii 1 mikronpodsvetka ekrana estdop https www ndt club com product 724 rashodnie materiali dlya kapillyarnogo kontrolya inspektor ochistitel proyavitel penetrant htm funkcii fonarikproizvodstvo polsagarantiia 1 god vkliucit pribor esli u vas nazmite na kurok i podozdite paru minut pri etom nelzia prikasatsia k metalliceskoi poverxnosti https www ndt club com product 569 metolab 501 stacionarnii tverdomer po mikro vikkersy htm v protivnom slucae proizoidet sboi nastroek https www ndt club com product 570 metolab 502 stacionarnii tverdomer po mikro vikkersy htm posle etogo plotno prizmite pribor k proveriaemoi poverxnosti https www ndt club com product 293 ykvs 1 ystanovka kontrolya soderjaniya vodi v sotovih konstrykciyah htm '),
(10632,'field:18',0,1,' https ccbayshore com contact '),
(10632,'field:19',0,1,' info ccbayshore com '),
(10632,'field:6',0,1,' stevendaype '),
(10632,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(10632,'field:8',0,1,' google '),
(10632,'field:9',0,1,' general inquiry '),
(10632,'title',0,1,' 2026 01 19 21 06 11 '),
(10633,'field:10',0,1,' bortovaia sistema kontrolia i otslezivaniia transportnyx sredstv https ftnet ru agentipocards princip raboty reseniia dlia gps glonass monitoringa transporta https ftnet ru visokayagorapartnerstvo kacestvennyi montaz zalog effektivnoi raboty monitoringa transporta https ftnet ru ufa my predlagaem vam ne prosto kupit i ustanovit sputnikovuiu sistemu monitoringa avtomobilei i spectexniki https ftnet ru company my sozdali celuiu ekosistemu dlia uspesnogo kontrolia analiza i cifrovizacii transportnyx kompanii https ftnet ru kaliningrad zaprosit obrazec https ftnet ru telematickeys kontrol mestonaxozdeniia kontrol marsruta kontrol grafika dvizeniia kontrol dostizeniia geograficeskoi tocki i sms opoveshhenie kontrol prostoev kontrol probega kontrol skorosti dvizeniia https ftnet ru 1c '),
(10633,'field:18',0,1,' https ccatgreenacres com contact '),
(10633,'field:19',0,1,' info ccatgreenacres com '),
(10633,'field:6',0,1,' lloydvew '),
(10633,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(10633,'field:8',0,1,' google '),
(10633,'field:9',0,1,' general inquiry '),
(10633,'title',0,1,' 2026 01 19 21 06 59 '),
(10634,'field:10',0,1,' cena s ustanovkoi 24 750 shh https skyprofi ru stati chto luchshe tkanevye natyazhnye potolki ili pvx populiarnaia novinka kak proisxodit zakaz i ustanovka natiaznogo potolka skryvaiut nerovnosti iavliaiutsia germeticnymi vyderzivaiut do 100 litrov vody na 1 m2 polotna bystro ustanavlivaiutsia i legko demontiruiutsia s natiaznymi potolkami net problem s uborkoi pozarobezopasny otnositelno nedorogie https skyprofi ru potolki v rajonax natyazhnye potolki v kolpinskom rajone ili rasscitaite svoi potolok v nasem kalkuliatore sovremennyi sou rum v sankt peterburge https skyprofi ru natyazhnye potolki pvkh matovye natyazhnye potolki '),
(10634,'field:18',0,1,' https completecareheritage com contact '),
(10634,'field:19',0,1,' info completecareheritage com '),
(10634,'field:6',0,1,' markusben '),
(10634,'field:7',0,1,' profconbu 64 mail ru '),
(10634,'field:8',0,1,' google '),
(10634,'field:9',0,1,' general inquiry '),
(10634,'title',0,1,' 2026 01 19 21 08 31 '),
(10635,'field:10',0,1,' 5 razlicnyx moduliacii radiovoln vozmoznost izmenenii castot v xode procedur dlia dostizeniia neobxodimogo rezultata intuitivno poniatnaia panel upravleniia vysokaia tocnost provedeniia operacii za scet bipoliarnyx mono poliarnyx funkcii nalicie zvukovyx svetodiodnyx datcikov kontroliruiushhix parametry raboty generatora vozmoznost ekstrennogo otkliuceniia apparatury v slucae vozniknoveniia neispravnostei avariinyx situacii https ellman ru devices procedura pelleve iavliaetsia kliniceski proverennym effektivnymi bezopasnym i prakticeski bezboleznennym metodom apparatnoi kosmetologii dlia omolozeniia i udaleniia morshhin https ellman ru oval '),
(10635,'field:18',0,1,' https completecarebrick com contact '),
(10635,'field:19',0,1,' info completecarebrick com '),
(10635,'field:6',0,1,' jeffreyevoro '),
(10635,'field:7',0,1,' rerkgeemong98 mail ru '),
(10635,'field:8',0,1,' google '),
(10635,'field:9',0,1,' general inquiry '),
(10635,'title',0,1,' 2026 01 19 21 08 33 '),
(10636,'field:10',0,1,' 1 8 metra 0 8 tonny https drogal ru glavnaya vakansii otvetili na samye castye voprosy ot vas https drogal ru glossary nakopitelnie skladi ot 1 800 cas za 1 cel https drogal ru glossary indikator naklona sirokii avtopark gruzovickof pozvoliaet resat polnyi obieem zadac zakazcika https drogal ru glossary big beg specialnye krany dlia transportnyx sredstv verxnei pogruzki idealno podxodiat dlia raspolozeniia v kuzove tiazelyx metallov spectexniki oborudovaniia liubyx negabaritnyx mnogotonnyx izdelii https drogal ru glossary takelazhnaya osnastka daze samye sloznye takelaznye raboty my vypolniaem na vysokoprofessionalnom urovne s sobliudeniem srokov i uslovii propisannyx v dogovore https drogal ru voprosi otveti gost 15846 2002 takelaz promyslennogo oborudovaniia press 8 tonn https drogal ru uslugi kranovye raboty uslugi stropalshchikov '),
(10636,'field:18',0,1,' https ccwestfield com contact '),
(10636,'field:19',0,1,' info ccwestfield com '),
(10636,'field:6',0,1,' roberthoita '),
(10636,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(10636,'field:8',0,1,' google '),
(10636,'field:9',0,1,' general inquiry '),
(10636,'title',0,1,' 2026 01 19 21 11 24 '),
(10637,'field:10',0,1,' perecen vypuskaemogo oborudovaniia universalnye kuxonnye masiny miasorubki farsemesalki ovoshherezki protirocnye masiny kartofelecistki rybocistki testomesy vzbivalnye masiny mukoproseivateli https zittel ru oborudovanie 37 oborudovanie 231 kontrol pechati daty na proizvodstvennoj linii html zavod vypuskaet zapasnye casti k dannoi produkcii a takze dopolnitelnoe oborudovanie podstavki k masinam zashhitnye kozuxi telezki podkatnye kupatnicy mezgosborniki i dr https zittel ru filtr 37 oborudovanie 123 preimuschestva filtrov cadalpe html proizvodstvo xolodilnogo oborudovaniia xolodilnye vitriny i ix servisnoe obsluzivanie https zittel ru oborudovanie 37 oborudovanie 186 depalletizator pod emnogo tipa apsol italiya model depal l html strategiceskii partner mirovyx proizvoditelei napitkov molocnyx produktov i torgovyx setei https zittel ru oborudovanie 37 oborudovanie 184 elektrodializ dlya obrabotki vina html e mail adres elektronnoi pocty zashhishhen ot spam botov https zittel ru oborudovanie 37 oborudovanie 216 tsentrobezhnyj separator voran avstriya model ca 40p html dlia prosmotra adresa v vasem brauzere dolzen byt vkliucen javascript https zittel ru oborudovanie 37 oborudovanie 200 etiketirovochnaya mashina dlya termousadochnoj etiketki model sleeve html vologodskii zavod texnologiceskogo oborudovaniia dlia predpriiatii pishhevoi promyslennosti https zittel ru oborudovanie 37 oborudovanie 234 rotornyj avtomat dlya fasovki kofe v kapsuly kitaj html kompleksnyi inziniring proektirovanie izgotovlenie postavka pusko naladka obucenie https zittel ru partners 127 apsol upakovochnoe oborudovanie html protemol proizvodit emkostnoe oborudovanie moduli priemki pasterizacionno oxladitelnye ustanovki oxladiteli cip moiki vakuum apparaty a takze potocno avtomatizirovannuiu liniiu proizvodstva slivocnogo masla i spredov olmas pro i potocno avtomatizirovannuiu liniiu proizvodstva tvoroga olit pro https zittel ru opolaskivateli html elektro mexaniceskoe oborudovanie https zittel ru oborudovanie 37 oborudovanie 154 monoblok dlya ukladki flou pak v korob nasypyu t m apsol italiya html vologodskie masiny https zittel ru likerovodochnoe html '),
(10637,'field:18',0,1,' http ccshorrockgardens com contact '),
(10637,'field:19',0,1,' info ccshorrockgardens com '),
(10637,'field:6',0,1,' josephsuera '),
(10637,'field:7',0,1,' lashawndaqkpuc mail ru '),
(10637,'field:8',0,1,' google '),
(10637,'field:9',0,1,' general inquiry '),
(10637,'title',0,1,' 2026 01 19 21 12 03 '),
(10638,'field:10',0,1,' avtorskii vebinar doktora nadezdy stepanovny zverevoi udalenie novoobrazovanii v genitalnoi oblasti https ellman ru plates neosporimye preimushhestva apparata surgitron https ellman ru basic kompleksnoe osnashhenie lpu medlabkom https ellman ru plates komplekt postavki mozet byt izmenen proizvoditelem https ellman ru accessories sostav bazovogo koplekta elektrodov meniaetsia po zelaniiu pokupatelia i zavisit ot specialistov dlia nuzd kotoryx priobreten apparat https ellman ru triangular prodaza oborudovaniia '),
(10638,'field:18',0,1,' https completecarehillside com contact '),
(10638,'field:19',0,1,' info completecarehillside com '),
(10638,'field:6',0,1,' jeffreyweday '),
(10638,'field:7',0,1,' rerkgeemong98 mail ru '),
(10638,'field:8',0,1,' google '),
(10638,'field:9',0,1,' general inquiry '),
(10638,'title',0,1,' 2026 01 19 21 12 07 '),
(10639,'field:10',0,1,' caterme predlagaet riad preimushhestv delaiushhix process vybora i zakaza keiteringa legkim i udobnym zakaz dostavili vovremia vse tradicionno polzovalis servisom vtoroi raz vkusno i sytno https shcherbinins ru menu bolsoe spasibo predostavliaem nedorogoi keitering https shcherbinins ru menu nasi ceny ne prevysaiut srednerynocnye a kacestvo edy neizmenno ostaetsia na samom vysokom urovne https shcherbinins ru uslugy upakovka vkus vnesnii vid preimushhestva keiteringa ot caterme https shcherbinins ru menu 3 zaversite oformlenie zakaza ili podtverdite ego po telefonu u nasego menedzera https shcherbinins ru uslugy '),
(10639,'field:18',0,1,' https ccbrackenville com contact '),
(10639,'field:19',0,1,' info ccbrackenville com '),
(10639,'field:6',0,1,' michaelsubre '),
(10639,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10639,'field:8',0,1,' google '),
(10639,'field:9',0,1,' general inquiry '),
(10639,'title',0,1,' 2026 01 19 21 12 31 '),
(10640,'field:10',0,1,' cena po zaprosu https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery vihrevye raskhodomery kran sarovoi dlia podkliuceniia manometra https sbn 66 ru truboprovodnaya armatura komplektuiushhie dlia manometrov i termometrov https sbn 66 ru raskhodomery shtray mass 1 raskhodomery shtray mass pribor kontrolno izmeritelnyi v rossii https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery rotametry manometr indikator s niznim podkliuceniem vt https sbn 66 ru raskhodomery shtray mass 1 prezentaciya shtray mass tm50 https sbn 66 ru kontrolno izmeritelnye pribory 1 vlagomery nefti vlagomer nefti red eye d https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery shtray mass moskva 108851 moskva g https sbn 66 ru raskhodomery shtray mass 1 prezentaciya shtray mass shherbinka ul https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery termalno massovye raskhodomery zeleznodoroznaia d https sbn 66 ru kontrolno izmeritelnye pribory 1 vlagomery nefti vlagomer nefti vsn 2 sp 32 str https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery ultrazvukovye raskhodomery raskhodomer krohne ufm3030k 1 tel 7 495 228 30 30 sankt peterburg 192019 sankt peterburg ul https sbn 66 ru kontrolno izmeritelnye pribory 1 radiostanciya motorola professora kacalova 11 tel 7 812 324 77 50 samara 443031 g https sbn 66 ru kontrolno izmeritelnye pribory 1 gazoanalitka datchiki gazoanalizatory dgs eris 210 samara 9 proseka 2 i proezd d https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery ultrazvukovye raskhodomery 16 a tel 7 846 269 64 54 rostov na donu 344018 rostov na donu ul https sbn 66 ru kontrolno izmeritelnye pribory 1 tekuceva zd https sbn 66 ru truboprovodnaya armatura zadvizhki shibernye nozhevye avk avk vag vag cyl 139 94 tel 7 863 306 56 00 krasnodar 350033 krasnodar ul https sbn 66 ru raskhodomery shtray mass 1 stavropolskaia d https sbn 66 ru kontrolno izmeritelnye pribory 1 datchiki raskhoda gaza drg m 16080 160 400 800 1600 2500 5000 5 b tel 7 861 214 98 92 ekaterinburg 620016 ekaterinburg ul https sbn 66 ru kontrolno izmeritelnye pribory 1 konverter rosemount 333 akademika vonsovskogo 1 a tel 7 343 278 24 90 https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery shtray mass '),
(10640,'field:18',0,1,' https ccbrackenville com contact '),
(10640,'field:19',0,1,' info ccbrackenville com '),
(10640,'field:6',0,1,' danieltem '),
(10640,'field:7',0,1,' coezathurpu1983 mail ru '),
(10640,'field:8',0,1,' google '),
(10640,'field:9',0,1,' general inquiry '),
(10640,'title',0,1,' 2026 01 19 21 12 48 '),
(10641,'field:10',0,1,' kartofelnoe piure so svinoi vyrezkoi https dostafka obedi ru picca rolly salat bifsteks steik minestrone xarco razve mozno vse sieest za raz i xoroso cto miaso ne nado zasalivat i priatat v pogreb kak v srednevekove https dostafka obedi ru dostavka no i o srokax prigodnosti zabyvat ne stoit besplatnaia dostavka https dostafka obedi ru type menu goryachie blyuda kartofel s gribami https dostafka obedi ru type menu pervye blyuda kak xranit edu doma i pri kakoi temperature https dostafka obedi ru about otlicno nalazennaia dostavka korporativnyx obedov v ofis v moskve ot canapeclub obespecit kollektiv edinomyslennikov vkusnoi teploi i raznoobraznoi pishhei idealno sootvetstvuiushhei individualnym predpocteniiam kazdogo https dostafka obedi ru services kompleksnye obedy 6 eda kotoruiu my predlagaem gotovitsia vysokoklassnymi povarami na sovremennom oborudovanii so znaniem kulinarnyx tonkostei i liuboviu k svoemu delu https dostafka obedi ru privacy policy svoevremennaia dostavka iavliaetsia garantiei togo cto pishha pribudet k vam svezeprigotovlennoi i goriacei https dostafka obedi ru '),
(10641,'field:18',0,1,' https ccwestfield com contact '),
(10641,'field:19',0,1,' info ccwestfield com '),
(10641,'field:6',0,1,' edwinlic '),
(10641,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(10641,'field:8',0,1,' google '),
(10641,'field:9',0,1,' general inquiry '),
(10641,'title',0,1,' 2026 01 19 21 16 09 '),
(10642,'field:10',0,1,' naprimer v cisle novosibirskix prodavcov brend umnoi kosmetiki dlia lica tela i volos bodyton organiceskie produkty hellodreams cafe dekorativnye cvety fiora brend dereviannyx igrusek volsebnoe derevo https bayra market galantereya i ukrasheniya page 157 ajax datametrika id=59790 ajax datayandexmetrika added quantity=1 ajax datayandexmetrika added price=848 00 ajax datayandexmetrika added name=bros artikul k1 00016386 diana basters otmecaet cto na starte vyxoda na wildberries u brenda uze byla podogretaia i loialnaia auditoriia kotoraia zdala tovar na marketpleisax https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya shnurki shnurok k1 00001889 xotia ne oboslos i bez sloznostei i xitryx manipuliacii drugix pokupatelei https bayra market oniks finans ooo category id=13422 page=70 publikuem istoriiu kotoroi s nami podelilas zitelnica sibiri https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00000743 ranse ia ne doveriala marketpleisam ot slova sovsem https bayra market odezhda ru 5 detyam devochkam bluzy i rubashki ru 3 bluzka dlya devochki bezhevaya rost 122 128 menia mnogie ugovarivali cto to zakazat prosto poprobovat no vse bylo tshhetno https bayra market polufabrikaty ru 2 page 2 v moei golove roilis mysli a vdrug ne po razmeru potom perezakazyvat a eto vremia https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00001022 a esli dengi ne vernut td spustia god ia vse taki resila poprobovat https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya podveski i kulony podveska k1 00017441 skacala prilozenie https bayra market oniks finans ooo category id=25987 page=77 sdelala zakaz i poneslos za poslednii god cislo moix pokupok na marketpleisax vyroslo v desiatki raz https bayra market odezhda ru 5 detyam novorozhdennym platya i yubki plate oduvanchik na knopkah rost 86 92 ia ne mogu ostanovitsia byvaet i takoe cto ia cut li ne kazdyi den cto to zakazyvaiu i xozu v punkt vydaci https bayra market oniks finans ooo category id=25987 page=113 seicas vot podsela na blogerov kotoryi delaiut raspakovku i zaodno prikrepliaiut kucu artikulov https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00000642 a mne vse nado inogda daze na marketpleisax sizu cashhe cem v socialnyx setiax https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00017579 prolistyvaiu rekomendacii dobavliaiu tovary v korzinu i delaiu zakaz https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00001213 pervoe vremia s radostiu bezala v punkt vydaci ctoby primerit ocerednuiu bezdelusku no seicas s kazdoi pokupkoi radosti vse mense https bayra market ip klimenko category id=25469 oshhushhenie cto zakazyvaiu cto to prosto po privycke https bayra market odezhda ru 5 detyam novorozhdennym bodi ru bodi oversayz rost 68 cto mne delat psixologi nazyvaiut eto kopingovymi mexanizmami https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kole ozherelya i busy busy k1 00018935 eto deistviia liudei kotorye pomogaiut im borotsia so stressom https bayra market oniks finans ooo page=24 mnogie tak spravliaiutsia s napriazeniem ili trevogoi https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00010815 mexanizm takoi odnazdy vy cto to zakazali na marketpleisax eto cto to vas ocen poradovalo https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kole ozherelya i busy kole k1 00017748 v vasei golove otlozilos pokupki v internete eto radostno https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00002211 posle na vas naoral nacalnik na rabote ili rebenok ustroil isteriku v magazine https bayra market oniks finans ooo category id=25987 page=6 vy snova otkryvaete marketpleis delaete pokupku i snova poiavliaetsia radost https bayra market oniks finans ooo category id=25987 page=21 vy nacinaete delat eto na povtore prixodite v marketpleisy po privycke dlia sobstvennogo uspokoeniia ili izbeganiia nepriiatnyx cuvstv https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00001073 select warehouse=56 cto delat esli vam ok to mozno voobshhe nicego ne delat https bayra market produkty pitaniya ru kolbasy sosiski i delikatesy kolbasy ru semeynaya kolbasa s chesnokom ekstra varenaya 500 g u vas poiavitsia novaia veshhica sdelaete kogo to cut bogace vvp vyrastet akcionery marketpleisov polucat dividendy a nenuznoe potom prodadite https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00017692 esli vy xotite cto to meniat to nacnite s prostogo udaleniia prilozeniia https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00018466 v kratkosrocnoi perspektive eto pomozet https bayra market broshi i znachki page 3 odnako kopingovyi mexanizm silnee i skoro vy naidete sposob oboiti svoi ze zaprety https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00001812 ponabliudaitee za soboi v kakoe vremia cashhe vsego skrolite lentu marketpleisov https bayra market ip klimenko category id=24806 page=16 esli eto pozdnii vecer to ne lucse li lec spat a esli obed to stoit perekusit https bayra market novorozhdennym page 27 ved emocii obycno berut vverx nad golodnym zeludkom https bayra market produkty pitaniya ru molochnaya produkciya syry syrnye produkty ru tvorozhnyy syr slivochnyy 60 130 g plavych a eshhe obratite vnimanie na to kogda vy ne sidite v marketpleisax https bayra market oniks finans ooo category id=24500 page=10 eto vazno https bayra market braslety page 2 tak vy poimete vasi interesy https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00000976 to cto sposobno borotsia s zavisimostiu https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00020043 otvette sebe na vopros mozno li cashhe oshhushhat eto xorosee a ne to ploxoe poprobuite poniat ot cego vy bezite s kakimi emociiami ne mozete spravitsia mozete li vy samostoiatelno resit problemu naprimer vam nadoela ezednevnaia rutina kotoraia vyzyvaet lis apatiiu https bayra market odezhda ru 5 detyam novorozhdennym polzunki i shtanishki vyazanaya kofta seraya rost 74 togda stoit podumat o putesestvii ili pereezde a ne o soppinge https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00019897 select warehouse=56 angelina salamatova https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00018876 lucse vsego vkladyvatsia v prodvizenie vnutri marketpleisov market bez pleisa cego ne xvataet dlia internet torgovli v sibiri https bayra market zhenschinam ru page 166 analitika dannyx osnova priniatiia resenii https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00020809 '),
(10642,'field:18',0,1,' https ccharstonhall com contact '),
(10642,'field:19',0,1,' info ccharstonhall com '),
(10642,'field:6',0,1,' georgesap '),
(10642,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(10642,'field:8',0,1,' google '),
(10642,'field:9',0,1,' general inquiry '),
(10642,'title',0,1,' 2026 01 19 21 16 49 '),
(10643,'field:10',0,1,' rezultaty nasix klientov https proffseo ru prodvizhenie zarubezhnykh sajtov vremia procteniia 7 minut https proffseo ru prodvizhenie sajtov po moskve personalnyi akkaunt menedzer https proffseo ru kontakty my rasskazem o tonkostiax geonezavisimoi raskrutki saitov v granicax rf i runeta pod iandeks i google https proffseo ru privacy po versii adindex 2021 https proffseo ru prodvizhenie sajtov po moskve poiskovaia vydaca po geozavisimym i geonezavisimym zaprosam vygliadit po raznomu https proffseo ru tak esli polzovatel nabiraet v poiskovoi stroke frazu dostavka piccy na pervyx strockax vydaci on uvidit saity kompanii kotorye rabotaiut v ego regione https proffseo ru privacy polzovateliam iz iaroslavlia po etomu zaprosu budut v pervuiu ocered pokazany iaroslavskie piccerii a potrebiteliam iz niznego novgoroda nizegorodskie https proffseo ru drugie delo esli polzovatel vvedet zapros kak prigotovit plov https proffseo ru kontakty gde by on ni naxodilsia v iaroslavle ili niznem novgorode na pervoi stranice poiskovoi vydaci budut pokazany odni i te ze rezultaty spisok naibolee populiarnyx resursov posviashhennyx kulinarii https proffseo ru prodvizhenie sajtov po rf kak opredelit tip zaprosa i kak prodvigatsia po geozavisimym zaprosam vy mozete uznat iz stati geozavisimye zaprosy https proffseo ru kontakty '),
(10643,'field:18',0,1,' https cchyattsville com contact '),
(10643,'field:19',0,1,' info cchyattsville com '),
(10643,'field:6',0,1,' buddycix '),
(10643,'field:7',0,1,' dolnovam mail ru '),
(10643,'field:8',0,1,' google '),
(10643,'field:9',0,1,' general inquiry '),
(10643,'title',0,1,' 2026 01 19 21 18 01 '),
(10644,'field:10',0,1,' konsultaciia eksperta https ellman ru devices prodaza oborudovaniia 7 495 120 29 39 https ellman ru basic srok garantii 12 mesiacev https ellman ru plates oplata https ellman ru articles '),
(10644,'field:18',0,1,' https cclehigh com contact '),
(10644,'field:19',0,1,' info cclehigh com '),
(10644,'field:6',0,1,' jeffreyunete '),
(10644,'field:7',0,1,' rerkgeemong98 mail ru '),
(10644,'field:8',0,1,' google '),
(10644,'field:9',0,1,' general inquiry '),
(10644,'title',0,1,' 2026 01 19 21 19 00 '),
(10645,'field:10',0,1,' dereviannye iashhiki po gost 10198 91 https yaschiki ru product derevyannii yashchik 400 400 400 iashhik doshhatyi reecnyi vnutrennii razmer 600x400x300 mm https yaschiki ru upakovka oborudovaniya v raioni krainego severa gruz polnostiu upakovan soglasno vsem normativam i pravilam gost https yaschiki ru upakovka oborudovaniya v raioni krainego severa kakie sushhestvuiut vidy dereviannoi tary dlia perevozki gruzov na osnove 5 istocnikov https yaschiki ru product category obreshetka gruza mexaniceskuiu procnost legkost universalnost https yaschiki ru product derevyannii yashchik 1200 1200 750 '),
(10645,'field:18',0,1,' http ccshorrockgardens com contact '),
(10645,'field:19',0,1,' info ccshorrockgardens com '),
(10645,'field:6',0,1,' andrewgroum '),
(10645,'field:7',0,1,' yaroslav sevastyanov 1988 mail ru '),
(10645,'field:8',0,1,' google '),
(10645,'field:9',0,1,' general inquiry '),
(10645,'title',0,1,' 2026 01 19 21 19 56 '),
(10646,'field:10',0,1,' hi i just visited cclaplata com and wondered if youve ever considered an impactful video to advertise your business our videos can generate impressive results on both your website and across social media our videos cost just $195 usd for a 30 second video $239 for 60 seconds and include a full script voice over and video i can show you some previous videos weve done if you want me to send some over let me know if youre interested in seeing samples of our previous work regards joanna '),
(10646,'field:18',0,1,' https cclaplata com contact '),
(10646,'field:19',0,1,' info cclaplata com '),
(10646,'field:6',0,1,' joanna riggs '),
(10646,'field:7',0,1,' joannariggsvideo gmail com '),
(10646,'field:8',0,1,''),
(10646,'field:9',0,1,' other '),
(10646,'title',0,1,' 2026 01 19 21 21 40 '),
(10647,'field:10',0,1,' cena za ustanovku kapsuly https arbvbg ru privacypolicy spil derevev v moskve i moskovskoi oblasti https arbvbg ru osobye usloviia megapolisa udalenie derevev v bolsom gorode trebuet uceta mnozestva faktorov ot blizosti kommunikacii do minimizacii neudobstv dlia zitelei https arbvbg ru privacypolicy my garantiruem cto raboty budut provedeny akkuratno i s minimalnym vliianiem na okruzaiushhuiu sredu https arbvbg ru droblenie vetok https arbvbg ru privacypolicy nasi kontakty kompaniia gektar rabotaet v dannom napravlenii uze mnogo let poetomu nasi specialisty imeiut bogatyi opyt v kacestvennom udalenii avariinyx derevev v moskve i moskovskoi oblasti a gramotnyi podxod k postavlennoi zadace i vysokii uroven podgotovki iavliaiutsia zalogom bezuprecnogo vypolneniia raboty '),
(10647,'field:18',0,1,' https ccbayshore com contact '),
(10647,'field:19',0,1,' info ccbayshore com '),
(10647,'field:6',0,1,' charleszep '),
(10647,'field:7',0,1,' nikolayy shevcov mail ru '),
(10647,'field:8',0,1,' google '),
(10647,'field:9',0,1,' general inquiry '),
(10647,'title',0,1,' 2026 01 19 21 22 21 '),
(10648,'field:10',0,1,' meski dlia stroitelnogo musora https kapio ru katalog meshki dlya musora meshki psd meshki dlja musora 120 litrov 70h110 sm psd v rulonah po 10 shtuk oranzhevye standart primeniaetsia dlia musora posle remonta dlia peregnoia https kapio ru zakaz ot 6 rul upak mesok obladaet xorosimi dielektriceskimi svoistvami soxraniaete rabocie svoistva v sirokom temperaturnom diapazone ot 70 c do 100 obladaet vysokoi mexaniceskoi procnostiu https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v rulonax meshki 120 litrov 10 sht v rulone 70h110 pvd chernyj standart vozmoznostiu mnogokratnogo ispolzovaniia https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki salfetka viskoznaja 30h38 rozovaja bez upakovki nevospriimcivostiu k erozii i deistviiu gribkov https kapio ru kontaktyi sostav materiala polipropilen https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki salfetka iz mikrofibry 35h40 zheltaja bez up razmery meska 55 x 95 sm https kapio ru katalog mopyi mopyi 80 sm regiony rf https kapio ru katalog sredstva dlya zashhityi ruk xozyajstvennyie perchatki perchatki nitrilovye razmer m sirina 60 sm vysota 70 sm obieem 60l plotnost 15 mkm upakovka 1500 st https kapio ru katalog byitovaya ximiya universalnyie sredstva universalnoe chistjashhee sredstvo universal cleaner flakon 600 ml grass 2 sirina 45 sm vysota 75 sm https kapio ru katalog xozyajstvennyij inventar flaunderyi i ramki dlya mopov venik sorgo proshivnoj vysshij sort kommerceskaia koncessiia ooo saturn centr podrobnosti v razdele skidki '),
(10648,'field:18',0,1,' https completecarebrick com contact '),
(10648,'field:19',0,1,' info completecarebrick com '),
(10648,'field:6',0,1,' michaelslirm '),
(10648,'field:7',0,1,' simonenko borya list ru '),
(10648,'field:8',0,1,' google '),
(10648,'field:9',0,1,' general inquiry '),
(10648,'title',0,1,' 2026 01 19 21 22 57 '),
(10649,'field:10',0,1,' meski dlia musora azur 120 l 10 st https kapio ru katalog byitovaya ximiya sredstva dlya myitya posudyi minuta sredstvo dlja mytja posudy 5 l cena aktualna na 04 https kapio ru katalog bumazhnaya produkcziya polotencza salfetki tualetnaya bumaga bumazhnyie polotencza 12 https kapio ru katalog byitovaya ximiya sredstva dlya poslestroitelnoj uborki i fasadov megalan f universalnyj ochistitel fasadov zdanij i razlichnyh poverhnostej 5l 2025 https kapio ru katalog strejch plenka strejch plenka dlya ruchnoj upakovki strejch plenka 500mm 20mk prozrachnaja ves rulona 2 kg regiony obsluzivaniia partnerov komus sirina 60 sm vysota 70 sm plotnost 15 mkm https kapio ru katalog byitovaya ximiya myilo zhidkoe soglasno dokumentacii proizvoditelei zelenye meski rasscitany na nagruzku 50 kg eto pri minimalnom razmere 50x90 sm poetomu ne vsegda stoit zapolniat ix po polnoi esli nuzno k primeru privezti pesok lucse napolnit dva meska napolovinu cem odin polnostiu https kapio ru katalog strejch plenka strejch plenka dlya ruchnoj upakovki strejch plenka 500mm 20mk prozrachnaja ves rulona 2 kg edinstvennoe cego oni boiatsia dlitelnogo vozdeistviia ultrafioletovyx lucei https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki trjapka dlja pola viskoznaja 50h60 oranzhevaja esli takuiu taru zabyt na solncepeke na mesiac drugoi polipropilen mozet poteriat svoiu procnost https kapio ru zakaz ot 25 par meski dlia musora moskva https kapio ru katalog byitovaya ximiya sredstva dlya myitya polov megalan sredstvo dlja mytja polov 5 litrov '),
(10649,'field:18',0,1,' https completecarehillside com contact '),
(10649,'field:19',0,1,' info completecarehillside com '),
(10649,'field:6',0,1,' michaelbek '),
(10649,'field:7',0,1,' simonenko borya list ru '),
(10649,'field:8',0,1,' google '),
(10649,'field:9',0,1,' general inquiry '),
(10649,'title',0,1,' 2026 01 19 21 27 19 '),
(10650,'field:10',0,1,' obieekt prodan https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00017392 srednii cek na marketpleisax pri etom rastet medlennee cem v internet magazinax https bayra market galantereya i ukrasheniya page 112 esli na marketpleisax za god on uvelicilsia na 3% do 1771 rub to v internet magazinax srazu na 24% do 6944 rub https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00018473 marketpleis takze vyiasnil kakie gruppy tovarov sibiriaki zakazyvaiut cashhe vsego https bayra market odezhda ru 5 detyam novorozhdennym pelenki ugolok pelenka s kruzhevom r 8080sm v celom po sibiri lidiruiut tovary dlia kosek i sobak na vtorom meste kosmetika i parfiumeriia na tretem tovary dlia novorozdennyx https bayra market sergu page 34 takaia kartina nabliudaetsia v kemerovskoi novosibirskoi omskoi tomskoi oblastiax krasnoiarskom krae i xakasii https bayra market oniks finans ooo category id=25987 page=5 v respublikax tuva i altai na pervom meste kosmetika i parfiumeriia https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00000571 select warehouse=56 v altaiskom krae kanceliariia okazalas populiarnee tovarov dlia detei a v tuve posudu zakazyvaiut cashhe cem tovary dlia zivotnyx https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00002208 ozon takze predlagaet finansirovanie cerez p2b platformu ozon https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00001266 invest s pomoshhiu nee prodavcy mogut polucit zaim menee cem za dvoe sutok govorit kaleeva https bayra market novorozhdennym page 19 marketpleisy stali neotieemlemoi castiu sovremennoi torgovli predostavliaia udobnuiu platformu dlia prodavcov i pokupatelei https bayra market sergu page 9 utm referer=geoadv search yabs utm ya campaign=89823972517 yabizcmpgn=25716636 utm candidate=59247141426 kratnyi rost obieemov prodaz v castnosti cerez nasu ploshhadku podtverzdaet vostrebovannost platformy vsemi ucastnikami processa ot proizvoditelia do pokupatelia https bayra market odezhda ru 5 detyam novorozhdennym polzunki i shtanishki ru shtany vyazanye bezhevye rost 86 92 rol marketpleisov v torgovle budet prodolzat rasti sposobstvuia v tom cisle razvitiiu malogo i srednego biznesa predostavliaia im dostup k sirokoi auditorii potencialnyx klientov soobshhil maksim volkov zamestitel predsedatelia sibirskogo banka sbera https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00001749 v odno i to ze vremia ziteli iuga rossii mogut cashhe iskat sokovyzimalki a severa moshhnye obogrevateli https bayra market kolca page 2 layout=products multicolumns daze v ramkax odnogo marketpleisa vkusy razniatsia predpocteniia po brendam kofe v raznyx regionax mogut silno otlicatsia https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00016256 '),
(10650,'field:18',0,1,' https ccbayshore com contact '),
(10650,'field:19',0,1,' info ccbayshore com '),
(10650,'field:6',0,1,' georgemuh '),
(10650,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(10650,'field:8',0,1,' google '),
(10650,'field:9',0,1,' general inquiry '),
(10650,'title',0,1,' 2026 01 19 21 33 51 '),
(10651,'field:10',0,1,' gelendzik ul https rich house su photos tatiany makarovoi d https rich house su photos 5 https rich house su services gelendzik ul https rich house su contacts serafimovica d https rich house su about 8 https rich house su rooms mobilnoe prilozenie https rich house su photos 586 https rich house su about 2 m ot centra gelendzik https rich house su otdyx v gelendzike vse vkliuceno do buxty gelendzikskoi 559 m https rich house su about '),
(10651,'field:18',0,1,' http ccsevernapark com contact '),
(10651,'field:19',0,1,' info ccsevernapark com '),
(10651,'field:6',0,1,' geraldcok '),
(10651,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(10651,'field:8',0,1,' google '),
(10651,'field:9',0,1,' general inquiry '),
(10651,'title',0,1,' 2026 01 19 21 42 42 '),
(10652,'field:10',0,1,' 353475 rossiia krasnodarskii krai g https rich house su photos gelendzik ul https rich house su services novorossiiskaia 12 gelendzik https rich house su services posmotret dostupnye nomera https rich house su rooms ulica krasnogvardeiskaia d https rich house su booking 26 gelendzik https rich house su soci 1 228 otelei skidki i specpredlozeniia https rich house su contacts 399 otzyvov https rich house su '),
(10652,'field:18',0,1,' http ccsevernapark com contact '),
(10652,'field:19',0,1,' info ccsevernapark com '),
(10652,'field:6',0,1,' geraldcok '),
(10652,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(10652,'field:8',0,1,' google '),
(10652,'field:9',0,1,' general inquiry '),
(10652,'title',0,1,' 2026 01 19 21 44 58 '),
(10653,'field:10',0,1,' o zenhotels https rich house su services com programma loialnosti sluzba podderzki baza znanii mobilnoe prilozenie https rich house su restaurants ulica krasnogvardeiskaia d https rich house su contacts 26 gelendzik https rich house su booking do cernogo moria 272 m https rich house su services obieekt proveren https rich house su contacts do cernogo moria 836 m https rich house su 164 otzyva https rich house su '),
(10653,'field:18',0,1,' http ccsevernapark com contact '),
(10653,'field:19',0,1,' info ccsevernapark com '),
(10653,'field:6',0,1,' geraldcok '),
(10653,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(10653,'field:8',0,1,' google '),
(10653,'field:9',0,1,' general inquiry '),
(10653,'title',0,1,' 2026 01 19 21 53 57 '),
(10654,'field:10',0,1,' canadian pharmacy stock url=http viagrasamplesfrompfizer com ship free viagra sample url viagra levitra cialis online canada pharmacy url=http canadian24hourpharmacy com first medicine online pharmacy store url buy single viagra pills uk 369 canpharm buy viagra cvs pharmacy url=https www certifiedonlinepharmacy com online no script pharmacy url low prices generic cialis online '),
(10654,'field:18',0,1,' https ccharstonhall com contact '),
(10654,'field:19',0,1,' info ccharstonhall com '),
(10654,'field:6',0,1,' bradlyvon '),
(10654,'field:7',0,1,' zxhjfgro vargosmail com '),
(10654,'field:8',0,1,' google '),
(10654,'field:9',0,1,' general inquiry '),
(10654,'title',0,1,' 2026 01 19 21 56 52 '),
(10655,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccmercerville com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(10655,'field:18',0,1,' https ccmercerville com contact '),
(10655,'field:19',0,1,' info ccmercerville com '),
(10655,'field:6',0,1,' qasim yaseen '),
(10655,'field:7',0,1,' qasimyaseen326 gmail com '),
(10655,'field:8',0,1,' web ui ux design and developemnt '),
(10655,'field:9',0,1,' careers '),
(10655,'title',0,1,' 2026 01 19 22 02 43 '),
(10656,'field:10',0,1,' kak zakazat edu dlia keiteringa v moskve strogii otbor postavshhikov https shcherbinins ru contacts razdelnoe xranenie produktov https shcherbinins ru reguliarnyi kontrol kacestva na vsex etapax https shcherbinins ru menu preimushhestva keiteringa ot caterme https shcherbinins ru arina kompaniia delovaia rossiia https shcherbinins ru uslugy obratite vnimanie cto zakazy ne prinimaiutsia menee cem za 48 casov do momenta dostavki https shcherbinins ru uslugy eto neobxodimo ctoby my uspeli zakupit svezie produkty specialno pod vase meropriiatie https shcherbinins ru menu xolodnye zakuski assorti miasnye syrnye ovoshhnye salaty tradicionnye i avtorskie goriacie zakuski ziuleny spring rolly frikase i pr osnovnye bliuda iz miasa ili ryby dopolnennye garnirami izyskannye deserty svezie frukty vypecku razlivnye napitki https shcherbinins ru uslugy '),
(10656,'field:18',0,1,' http ccspringbrook com contact '),
(10656,'field:19',0,1,' info ccspringbrook com '),
(10656,'field:6',0,1,' michaelrough '),
(10656,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10656,'field:8',0,1,' google '),
(10656,'field:9',0,1,' general inquiry '),
(10656,'title',0,1,' 2026 01 19 22 04 19 '),
(10657,'field:10',0,1,' bystraia i svoevremennaia dostavka dostavka edy keitering v moskve osushhestvliaetsia v kratcaisie sroki https shcherbinins ru contacts svezie i kacestvennye produkty ispolzovanie tolko svezix produktov ot proverennyx postavshhikov https shcherbinins ru aboutus individualnoe meniu razrabotka meniu pod vas vkus i predpocteniia https shcherbinins ru aboutus organizovyval furset dlia kolleg https shcherbinins ru contacts ia zanimaius organizaciei meropriiatii i dlia menia vazno ctoby keitering byl ne prosto vkusnym no eshhe kacestvennym i stilnym https shcherbinins ru aboutus mosfurshet catering v etom plane idealnyi partner https shcherbinins ru contacts nedavno byl piknik na prirode i sety s raznymi vidami saslyckov podosli prosto otlicno https shcherbinins ru uslugy a deserty u nix eto prosto mecta sladkoezki razoslis momentalno https shcherbinins ru contacts uslugi servisa caterme https shcherbinins ru contacts ocen vkusnaia eda i dostavili vse vovremia maksimalno rekomenduiu https shcherbinins ru menu pomimo keiteringa my predlagaem sirokii spektr dopolnitelnyx uslug ctoby sdelat vase meropriiatie polnocennym https shcherbinins ru uslugy vy mozete zakazat u nas sleduiushhie uslugi posuda arenda mebeli tekstil oficianty dekor poisk i bronirovanie ploshhadok organizaciia sobytiia i logistika https shcherbinins ru aboutus '),
(10657,'field:18',0,1,' http ccspringbrook com contact '),
(10657,'field:19',0,1,' info ccspringbrook com '),
(10657,'field:6',0,1,' michaelrough '),
(10657,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10657,'field:8',0,1,' google '),
(10657,'field:9',0,1,' general inquiry '),
(10657,'title',0,1,' 2026 01 19 22 04 19 '),
(10658,'field:10',0,1,' 648 rub cel https shcherbinins ru contacts kommunikaciia https shcherbinins ru aboutus prekrasnye rebiata obiazatelnye druzeliubnye idut na vstrecu eda vkusnaia i podaca ocen interesnaia odnoznacno da fursetnoe meniu na 12 15 person https shcherbinins ru aboutus 14 702 27% sovremennyi podxod k keiteringovym kompaniiam daet vam eshhe bolse sansov bez xlopot ustroit idealnyi prazdnik https shcherbinins ru contacts naprimer mozno arendovat banketnuiu mebel stilnyi stolovyi tekstil posudu i pribory https shcherbinins ru uslugy '),
(10658,'field:18',0,1,' http ccspringbrook com contact '),
(10658,'field:19',0,1,' info ccspringbrook com '),
(10658,'field:6',0,1,' michaelrough '),
(10658,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10658,'field:8',0,1,' google '),
(10658,'field:9',0,1,' general inquiry '),
(10658,'title',0,1,' 2026 01 19 22 04 19 '),
(10659,'field:10',0,1,' hola volia saber el seu preu '),
(10659,'field:18',0,1,' http ccatgreenacres com contact '),
(10659,'field:19',0,1,' info ccatgreenacres com '),
(10659,'field:6',0,1,' georgeemumn '),
(10659,'field:7',0,1,' zekisuquc419 gmail com '),
(10659,'field:8',0,1,' google '),
(10659,'field:9',0,1,' general inquiry '),
(10659,'title',0,1,' 2026 01 19 22 08 36 '),
(10660,'field:10',0,1,' dear on behalf of the organizing committee we are pleased to invite you to the international conference on nursing education healthcare 2026 taking place on june 22 23 2026 in london uk theme caring beyond boundaries nursings impact on global health more about us https nursingeducationconferences org venue london a global hub of culture history and innovation kindly provide your mobile number for easy communication for queries feel free to reply contact us we look forward to your participation warm regards program manager mounisha nandivada ph 1 470 916 6880 intelli global meetings '),
(10660,'field:18',0,1,' https staging mycompletecare com contact '),
(10660,'field:19',0,1,''),
(10660,'field:6',0,1,' mounisha nandivada '),
(10660,'field:7',0,1,' nursingcare intellimeetings org '),
(10660,'field:8',0,1,' intelli global conferences '),
(10660,'field:9',0,1,' general inquiry '),
(10660,'title',0,1,' 2026 01 19 22 25 39 '),
(10661,'field:10',0,1,' kaixo zure prezioa jakin nahi nuen '),
(10661,'field:18',0,1,' http ccbrackenville com contact '),
(10661,'field:19',0,1,' info ccbrackenville com '),
(10661,'field:6',0,1,' georgejed '),
(10661,'field:7',0,1,' zekisuquc419 gmail com '),
(10661,'field:8',0,1,' google '),
(10661,'field:9',0,1,' general inquiry '),
(10661,'title',0,1,' 2026 01 19 22 36 12 '),
(10662,'field:10',0,1,' licnyi kabinet https rich house su contacts dolzanskaia 137 otelei 210 otzyvov https rich house su contacts ot 6 100 rub https rich house su rooms za nomer v sutki https rich house su contacts gelendzik zavtrak vkliucen https rich house su do centra 2 https rich house su rooms 4 km https rich house su about '),
(10662,'field:18',0,1,' http cckressonview com contact '),
(10662,'field:19',0,1,' info cckressonview com '),
(10662,'field:6',0,1,' geraldgew '),
(10662,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(10662,'field:8',0,1,' google '),
(10662,'field:9',0,1,' general inquiry '),
(10662,'title',0,1,' 2026 01 19 22 57 21 '),
(10663,'field:10',0,1,' 210 otzyvov https rich house su photos posmotret dostupnye nomera https rich house su about gelendzik zavtrak vkliucen https rich house su rooms 3 https rich house su rooms 2 km ot centra gelendzik https rich house su rooms zavtrak vkliucen https rich house su do centra 4 https rich house su about 7 km https rich house su contacts '),
(10663,'field:18',0,1,' http ccvoorhees com contact '),
(10663,'field:19',0,1,' info ccvoorhees com '),
(10663,'field:6',0,1,' geraldhidly '),
(10663,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(10663,'field:8',0,1,' google '),
(10663,'field:9',0,1,' general inquiry '),
(10663,'title',0,1,' 2026 01 19 23 10 00 '),
(10664,'field:10',0,1,' hello at cateus investment company cic we understand that the right funding structure can significantly accelerate your business growth whether youre an early stage startup or a scaling enterprise our investment solutions are tailored to align with your vision and long term success we currently offer two primary financing options debt financing access capital at a competitive 3% annual interest rate with no prepayment penalties ideal for businesses seeking straightforward low cost funding while maintaining full ownership convertible debt financing a hybrid solution offering 3% annual interest with a conversion feature after two years the debt can convert into a 10 15% equity stake providing both immediate funding and future alignment of interests if youre seeking strategic funding with flexibility we invite you to share your pitch deck or executive summary our team is ready to work with you to identify the most effective investment structure to support your business trajectory we look forward to exploring how cic can partner with you to unlock your companys full potential warm regards oman rook executive investment consultant director cateus investment company cic oman rook cateusgroup org cateusgroup gmail com http www cateusinvestmentsgroup com '),
(10664,'field:18',0,1,' http ccmercerville com contact '),
(10664,'field:19',0,1,' info ccmercerville com '),
(10664,'field:6',0,1,' oman rook '),
(10664,'field:7',0,1,' oman virgilian com '),
(10664,'field:8',0,1,' google '),
(10664,'field:9',0,1,' general inquiry '),
(10664,'title',0,1,' 2026 01 19 23 14 33 '),
(10665,'field:10',0,1,' i am inquiring for my mother for rehab services she was recently discharged from christiana hospital with back pain spasms that is affecting her mobility i was hoping you could give me information on how we could get her admitted to your facility for pt ot from home she tried to go home with assistance from my dad and home health but she needs more than he can provide thank you '),
(10665,'field:18',0,1,' https ccbrackenville com contact '),
(10665,'field:19',0,1,' info ccbrackenville com '),
(10665,'field:6',0,1,' allyson paris '),
(10665,'field:7',0,1,' allyson worthley gmail com '),
(10665,'field:8',0,1,''),
(10665,'field:9',0,1,' general inquiry '),
(10665,'title',0,1,' 2026 01 19 23 24 18 '),
(10666,'field:10',0,1,' hej jeg onskede at kende din pris '),
(10666,'field:18',0,1,' http ccbayshore com contact '),
(10666,'field:19',0,1,' info ccbayshore com '),
(10666,'field:6',0,1,' leesow '),
(10666,'field:7',0,1,' zekisuquc419 gmail com '),
(10666,'field:8',0,1,' google '),
(10666,'field:9',0,1,' general inquiry '),
(10666,'title',0,1,' 2026 01 19 23 34 46 '),
(10667,'field:10',0,1,' v nalicii 17 st https sbn 66 ru truboprovodnaya armatura ot 36 300 rub https sbn 66 ru kontrolno izmeritelnye pribory 1 datchiki raskhoda gaza drg m 16080 160 400 800 1600 2500 5000 dlia povyseniia na rabote mne nuzny byli dopolnitelnye professionalnye znaniia i podtverzdaiushhie dokumenty https sbn 66 ru raskhodomery shtray mass 1 raskhodomery shtray mass ia kak celovek karerist ubezdena cto znaniia lisnimi nikogda ne byvaiut i dopolnitelnoe obucenie mne poidet na polzu vo vsex smyslax ne tolko dlia karernoi lestnicy no i dlia bolee kompetentnoi raboty https sbn 66 ru ia polnostiu dovolna processom obuceniia v cppk prepodavateli mastera svoego dela xorosii spisok dopolnitelnoi literatury i udobnyi onlain format obuceniia https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery ultrazvukovye raskhodomery raskhodomer endresshauser prosonic flow dokumenty zdat dolgo ne prislos polucila na pocte spustia nedeliu posle togo kak prosla itogovuiu attestaciiu https sbn 66 ru kontrolno izmeritelnye pribory 1 vlagomery nefti vlagomer nefti red eye bimetalliceskii termometr s aksialnym ispolneniem diametrom 63 mm prednaznacen dlia izmereniia temperatur v diapazone 0 120 c https sbn 66 ru kontrolno izmeritelnye pribory 1 gazoanalitka gazoanalizatory sgoes obladaet zashhitoi ip43 cto obespecivaet nadeznost v ekspluatacii https sbn 66 ru idealen dlia ispolzovaniia v razlicnyx promyslennyx i bytovyx usloviiax https sbn 66 ru raskhodomery shtray mass 1 raskhodomery shtray mass dlia uceta vody potrebliaemoi v kazdoi kvartire primeniaiutsia odnostruinye krylcatye vodoscetciki du15 mm s izolirovannym ot vody scetnym mexanizmom https sbn 66 ru kontrolno izmeritelnye pribory 1 gazoanalitka datchiki gazoanalizatory dgs eris 210 scetciki mogut byt osnashheny impulsnym vyxodom dlia vyvoda informacii ob izmerennyx parametrax na registrator https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery ultrazvukovye raskhodomery raskhodomer krohne ufm3030k dlia izmereniia obieema vody na vvode v zdanie ispolzuiutsia domovye i turbinnye scetciki vody https sbn 66 ru kontrolno izmeritelnye pribory 1 pozharnye izveschateli ipes ikuf 1 dlia uceta teplopotrebleniia primeniaiutsia specialnye pribory teploscetciki https sbn 66 ru kontrolno izmeritelnye pribory 1 raskhodomery rotametry okoncanie msk 22 https sbn 66 ru kontrolno izmeritelnye pribory 1 radiostanciya motorola 05 https sbn 66 ru kontrolno izmeritelnye pribory 1 vlagomery nefti vlagomery nefti potochnye rhase dynamics 2025 13 01 https sbn 66 ru kontrolno izmeritelnye pribory 1 vlagomery nefti vlagomer nefti vsn 2 sp '),
(10667,'field:18',0,1,' https completecareheritage com contact '),
(10667,'field:19',0,1,' info completecareheritage com '),
(10667,'field:6',0,1,' danielchins '),
(10667,'field:7',0,1,' coezathurpu1983 mail ru '),
(10667,'field:8',0,1,' google '),
(10667,'field:9',0,1,' general inquiry '),
(10667,'title',0,1,' 2026 01 19 23 50 55 '),
(10668,'field:10',0,1,' anna romasova https shcherbinins ru uslugy mixail i arina svadba ariny i mixaila v prostranstve cross studio na iauze timur spasibo bolsoe https shcherbinins ru priexali kak my i prosili poranse https shcherbinins ru menu rukovodstvo i gosti meropriiatiia peredaiut vam blagodarnost vse ocen krasivoe i vkusno ot menia tak ze bolsoe spasibo s vami ocen priiatno rabotat nesmotria na nasi meniaiushhiesia obstoiatelstva posli nam na vstrecu budem obrashhatsia k vam eshhe i rekomendovat partneram https shcherbinins ru contacts paket s stoimost 1 000 rub persona vxodit v stoimost logistika arenda oborudovaniia tekstilia servirovki obsluzivanie meropriiatiia zakaz ot 30 000 rub https shcherbinins ru menu zakazat furset https shcherbinins ru uslugy vybor klientov caterme https shcherbinins ru anna 4 dnia nazad https shcherbinins ru contacts '),
(10668,'field:18',0,1,' https completecareheritage com contact '),
(10668,'field:19',0,1,' info completecareheritage com '),
(10668,'field:6',0,1,' michaelroows '),
(10668,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10668,'field:8',0,1,' google '),
(10668,'field:9',0,1,' general inquiry '),
(10668,'title',0,1,' 2026 01 19 23 50 55 '),
(10669,'field:10',0,1,' rukovoditel otdela internet marketinga https proffseo ru privacy po versii reitinga runeta 2020 g https proffseo ru privacy cel sozdaniia razlicnyx rezultatov dlia raznyx regionov ulucsenie kacestva poiska otsutstvie zavedomo nenuznyx polzovateliu saitov i informacii https proffseo ru privacy zakazat prodvizenie saita u nadeznogo podriadcika https proffseo ru prodvizhenie zarubezhnykh sajtov uvelicit celevoi nebrendovyi trafik na sait ecco shoes https proffseo ru prodvizhenie zarubezhnykh sajtov ru https proffseo ru kontakty v vebmastere est vozmoznost ukazat neskolko naselennyx punktov poetomu esli filialy kompanii predstavleny v raznyx gorodax lucse razmestit informaciiu o vsex regionax v kotoryx est glavnye ofisy i ukazat cto vy rabotaete po vsei rossii https proffseo ru prodvizhenie angloyazychnykh sajtov ostalnye goroda mozno dobavit v servisax iandeks https proffseo ru prodvizhenie zarubezhnykh sajtov biznes i google moi biznes https proffseo ru prodvizhenie zarubezhnykh sajtov bolee podrobno ob etix sposobax prodvizeniia my rasskazem nize https proffseo ru prodvizhenie sajtov po moskve regionalnoe prodvizenie pomogaet ulucsit pozicii saita v poiskovoi vydace v odnom ili neskolkix regionax privlec celevuiu auditoriiu i uvelicit konversiiu pri sravnitelno nevysokix zatratax https proffseo ru prodvizhenie sajtov po moskve poiskovye sistemy loialnee otnosiatsia k mestnym kompaniiam i konkurenciia v odnom regione nize cem po vsei rossii poetomu prodvigaias po geozavisimym zaprosam dostignut pervoi stranicy poiska namnogo proshhe https proffseo ru prodvizhenie sajtov po moskve v state my rasskazem kakie sposoby regionalnogo prodvizeniia saita naibolee effektivny i kak vesti seo prodvizenie saita v top 10 iandeksa i google v odnom i neskolkix regionax https proffseo ru prodvizhenie sajtov po moskve '),
(10669,'field:18',0,1,' https ccbayshore com contact '),
(10669,'field:19',0,1,' info ccbayshore com '),
(10669,'field:6',0,1,' buddyoptot '),
(10669,'field:7',0,1,' dolnovam mail ru '),
(10669,'field:8',0,1,' google '),
(10669,'field:9',0,1,' general inquiry '),
(10669,'title',0,1,' 2026 01 20 00 05 13 '),
(10670,'field:10',0,1,' hello at cateus investment company cic we understand that the right funding structure can significantly accelerate your business growth whether youre an early stage startup or a scaling enterprise our investment solutions are tailored to align with your vision and long term success we currently offer two primary financing options debt financing access capital at a competitive 3% annual interest rate with no prepayment penalties ideal for businesses seeking straightforward low cost funding while maintaining full ownership convertible debt financing a hybrid solution offering 3% annual interest with a conversion feature after two years the debt can convert into a 10 15% equity stake providing both immediate funding and future alignment of interests if youre seeking strategic funding with flexibility we invite you to share your pitch deck or executive summary our team is ready to work with you to identify the most effective investment structure to support your business trajectory we look forward to exploring how cic can partner with you to unlock your companys full potential warm regards oman rook executive investment consultant director cateus investment company cic oman rook cateusgroup org cateusgroup gmail com http www cateusinvestmentsgroup com '),
(10670,'field:18',0,1,' http ccmarcella com contact '),
(10670,'field:19',0,1,' info ccmarcella com '),
(10670,'field:6',0,1,' oman rook '),
(10670,'field:7',0,1,' oman virgilian com '),
(10670,'field:8',0,1,' google '),
(10670,'field:9',0,1,' general inquiry '),
(10670,'title',0,1,' 2026 01 20 00 19 00 '),
(10671,'field:10',0,1,' ola queria saber o seu prezo '),
(10671,'field:18',0,1,' http completecarebrick com contact '),
(10671,'field:19',0,1,' info completecarebrick com '),
(10671,'field:6',0,1,' robertbop '),
(10671,'field:7',0,1,' zekisuquc419 gmail com '),
(10671,'field:8',0,1,' google '),
(10671,'field:9',0,1,' general inquiry '),
(10671,'title',0,1,' 2026 01 20 00 27 39 '),
(10672,'field:10',0,1,' metprominteks https svk27 ru manufacturing oblast primeneniia svarnyx vozduxovodov https svk27 ru katalog drossel klapany v nalicii opt 17 https svk27 ru katalog vozduhovody iz stali ocinkovannoy chernoy nerzhaveyushchey alyuminiya 11 https svk27 ru katalog myagkie vstavki 25 https svk27 ru katalog reshetki naruzhnye v nalicii opt roznica 17 https svk27 ru katalog deflektory 11 https svk27 ru katalog myagkie vstavki 25 https svk27 ru manufacturing material i tolshhina stali ogneupornye sistemy https svk27 ru '),
(10672,'field:18',0,1,' http cchyattsville com contact '),
(10672,'field:19',0,1,' info cchyattsville com '),
(10672,'field:6',0,1,' patrickidecy '),
(10672,'field:7',0,1,' serj luzan98 mail ru '),
(10672,'field:8',0,1,' google '),
(10672,'field:9',0,1,' general inquiry '),
(10672,'title',0,1,' 2026 01 20 00 33 21 '),
(10673,'field:10',0,1,' celexa no prescription us pharmacy url=http skypharmac com sky pharmacy online drugstore url buy viagra online canadian pharmacy lowest price url=http xyzpharm com usa pharmacy no script url buy generic cialis online buy discount cialis tadalafil online from canadian drug store brand viagra online pharmacy url=http onlineviagraprescription com viagra online url $ cialis free 30 day trial we offer drug for lowest prices on '),
(10673,'field:18',0,1,' https ccfairlawnedge com contact '),
(10673,'field:19',0,1,' info ccfairlawnedge com '),
(10673,'field:6',0,1,' bradlywhent '),
(10673,'field:7',0,1,' zxhjfgro vargosmail com '),
(10673,'field:8',0,1,' google '),
(10673,'field:9',0,1,' general inquiry '),
(10673,'title',0,1,' 2026 01 20 00 47 40 '),
(10674,'field:10',0,1,' kaixo zure prezioa jakin nahi nuen '),
(10674,'field:18',0,1,' http ccmonmouth com contact '),
(10674,'field:19',0,1,' info ccmonmouth com '),
(10674,'field:6',0,1,' roberttup '),
(10674,'field:7',0,1,' zekisuquc419 gmail com '),
(10674,'field:8',0,1,' google '),
(10674,'field:9',0,1,' general inquiry '),
(10674,'title',0,1,' 2026 01 20 01 25 25 '),
(10675,'field:10',0,1,' vysokii uroven servisa pocemu vazno vybirat kacestvennye tatu salony v moskve https maze tattoo catalog m mini tatu v osnovnom takie ukraseniia predpocitaiut zenshhiny no v poslednee vremia ix vse cashhe praktikuiut muzciny https maze tattoo catalog a akuly populiarnymi mestami ustanovki mikrodermal iavliaiutsia zona dekolte i prostranstvo v oblasti kliucic https maze tattoo catalog l letuchaya mish tam ukraseniia ne tolko krasivo smotriatsia no i bystree zazivaiut https maze tattoo catalog p panda krome togo oblast dekolte i kliucic pocti nikogda ne kontaktiruet s kakimi libo predmetami poetomu prokol zdes scitaetsia samym bezopasnym https maze tattoo catalog k vprocem nikto ne zapreshhaet ukrasat mikrodermalami lico ruki palcy i drugie casti tela https maze tattoo catalog sha studiia na pokrovke s sirokim diapazonom ot xudozestvennoi tatuirovki liuboi sloznosti do sramirovaniia i mikrodermalov https maze tattoo catalog l lovets snov mastera rabotaiut v raznyx napravleniiax ot utoncennyx vesennix neznostei vrode cvetov do epicnyx rukavov dostoinyx rok muzykantov https maze tattoo catalog ch chasy plius siuda casto privoziat gostevyx masterov cto uvelicivaet vasi sansy na deistvitelno neobycnuiu tatuirovku https maze tattoo catalog c nacinalos vse s podvala na krasnom oktiabre i eksperimentax na druziax a teper u banana tattoo armiia poklonnikov kak v onlaine tak i v reale https maze tattoo catalog c sobaka posetiv nasu studiiu vy smozete ocenit bezuprecnyi uroven obsluzivaniia po 10 balnoi skale i ostavit svoi otzyv https maze tattoo catalog m medved esli nadumaete ukrasit svoe telo neznoi vetockoi sireni pleskom voln v akvarelnoi texnike ili ptickoi v sorry mom s etimi zadacami spraviatsia https maze tattoo catalog ts tsvety a tex kto gotov k sereznym eksperimentam uvedut v totalnyi dotvork ili tradicionnuiu iaponskuiu tatuirovku https maze tattoo catalog ch '),
(10675,'field:18',0,1,' https completecareheritage com contact '),
(10675,'field:19',0,1,' info completecareheritage com '),
(10675,'field:6',0,1,' barrylot '),
(10675,'field:7',0,1,' prosavmobi1981 mail ru '),
(10675,'field:8',0,1,' google '),
(10675,'field:9',0,1,' general inquiry '),
(10675,'title',0,1,' 2026 01 20 01 49 57 '),
(10676,'field:10',0,1,' nasi ceny nize obratite vnimanie otsutstvuet vozmoznost vybora cveta po tovaram v sootvetstvuiushhei grafe dlia kotoryx ukazano assorti https kapio ru katalog byitovaya ximiya dezinficziruyushhie sredstva zelenye meski pod stroitelnyi musor vypolneny iz polipropilena vtorsyria udesevliaiushhego sebestoimost tary https kapio ru katalog byitovaya ximiya myilo xozyajstvennoe mylo hozjajstvennoe 200 gr 72 meski musornye izgotovleny na kruglotkackom stanke obrazuiushhem plotnoe perepletenie polipropilenovyx lent https kapio ru katalog chehly i vkladyshi dlja kontejnerov chehly dlja roll kontejnerov vypolneny iz netoksicnyx materialov absoliutno bezopasnyx dlia zdorovia celoveka https kapio ru katalog byitovaya ximiya pyatnovyivoditeli i otbelivateli belizna gel otbelivatel 1l bolsie meski stroitelnye dlia musora ne poddaiutsia gribku ustoicivy k vozdeistviiu vlagi vyderzivaiut temperaturu ot 70 do 100s vo vlaznyx i neotaplivaemyx skladskix pomeshheniiax v podvalax garazax i na balkonax https kapio ru katalog byitovaya ximiya sredstva dlya kuxni sif aktiv chistjashhij krem 500ml 2 ix mozno prosivat sinteticeskoi nitiu skrucivat provolokoi i verevkami skleivat skotcem https kapio ru katalog byitovaya ximiya sredstva dlya myitya polov universalnoe mojushhee sredstvo progressivnoe help 5 kg podxodiat dlia mnogokratnogo ispolzovaniia https kapio ru katalog meshki dlya musora meshki pnd meshki dlja musora 30 litrov pnd chernye 30 shtuk v rulone lajt universalnye meski gorazdo procnee cem pakety ispolzuiutsia v grazdanskom i promyslennom stroitelstve bytu i perevozkax https kapio ru katalog xozyajstvennyij inventar meshki dlya pyilesosov meshok pylesbornyj dlja pylesosa fimap fv 9 bp9 pani pronja komplekt 5sht sobstvennaia razvivaiushhaiasia set supermarketov poriadok i tocki samovyvoza sotrudnicestvo s lucsimi transportnymi kompaniiami kontrol vremeni komplektacii zakazov vse eto pozvoliaet nam dostavliat tovary v liubuiu tocku rossii v szatye sroki preimushhestva nasix musornyx meskov https kapio ru o kompanii meski dlia musora s tesmoi 120 l 10 st https kapio ru zakaz ot 12 pach upak '),
(10676,'field:18',0,1,' https cclehigh com contact '),
(10676,'field:19',0,1,' info cclehigh com '),
(10676,'field:6',0,1,' michaelteere '),
(10676,'field:7',0,1,' simonenko borya list ru '),
(10676,'field:8',0,1,' google '),
(10676,'field:9',0,1,' general inquiry '),
(10676,'title',0,1,' 2026 01 20 01 53 43 '),
(10677,'field:10',0,1,' dlia etogo stilia xarakterno ispolzovanie legkix stor mebeli belogo cveta i svetlyx polov pastelnyx ottenkov zivyx cvetov bolsogo kolicestva dekora v vide statuetok i procego https olga filippova ru pri zapolnenii reziume podrobno opisite opyt daze nebolsoi polucennyi na praktike ili stazirovke poriadok raboty nad proektami tonkosti reseniia nestandartnyx zadac https olga filippova ru interior appartment dlia togo ctoby vasi zatraty pokrylis vam ponadobitsia okolo goda https olga filippova ru horeca no pri uslovii cto v mesiac vy budete realizovyvat primerno 4 proekta https olga filippova ru smi t https olga filippova ru blog e https olga filippova ru office interior mesiacnyi doxod budet ne menee 200 t https olga filippova ru interior appartment r https olga filippova ru interery fasad posle goda raboty vy budete pozinat plody svoix usilii https olga filippova ru fitness spa scitaiu cto nebolsoi kvartiry ploshhadiu 30 35 m lucsii variant otkrytaia planirovka t https olga filippova ru beauty salons spa design e https olga filippova ru smi studiia https olga filippova ru office interior tak sozdaetsia bolsee prostranstvo a za scet zonirovaniia komnatu i kuxniu mozno razdelit vizualno https olga filippova ru interior appartment zivut v nebolsix kvartirax odinocki ili molodye pary bez detei tak cto vydeliat otdelnuiu kuxniu dlia zarki parki i vypecki pirogov soversenno ne obiazatelno https olga filippova ru kontakts eto kak mozno vybrat svoiu krovat esli ne polezat na nei do pokupki a esli vam potom budet na nei neudobno spat ili cvet vybrannyx oboev cerez internet v itoge budet ne tem cto xocetsia '),
(10677,'field:18',0,1,' https ccsevernapark com contact '),
(10677,'field:19',0,1,' info ccsevernapark com '),
(10677,'field:6',0,1,' scottsaise '),
(10677,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(10677,'field:8',0,1,' google '),
(10677,'field:9',0,1,' general inquiry '),
(10677,'title',0,1,' 2026 01 20 01 56 49 '),
(10678,'field:10',0,1,' po zaprosu 13 526 https deneb spb ru adaptory nasadki i sverla dlya sedel 64 https deneb spb ru zaglushki my iavliaemsia oficialnymi postavshhikami poetomu mozem predlozit ceny na 15 20% desevle cem v srednem po rynku https deneb spb ru izolyaciya cena mozet otlicatsia v zavisimosti ot regiona rossii https deneb spb ru contacts casto my otgruzaem truby i fitingi iz sankt peterburga v moskvu i drugie goroda rossii https deneb spb ru vse novosti dlia rasceta stoimosti i srokov obratites v otdel prodaz https deneb spb ru ugolniki maksimalnaia rabocaia temperatura https deneb spb ru adaptory nasadki i sverla dlya sedel iz za svoix vysokix fiziko texniceskix xarakteristik polipropilenovye truby primeniaiutsia v dovolno sirokom spektre po zaprosu 3 329 https deneb spb ru shejvery i torcevateli 96 https deneb spb ru vse novosti '),
(10678,'field:18',0,1,' https completecarebrick com contact '),
(10678,'field:19',0,1,' info completecarebrick com '),
(10678,'field:6',0,1,' robertmet '),
(10678,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(10678,'field:8',0,1,' google '),
(10678,'field:9',0,1,' general inquiry '),
(10678,'title',0,1,' 2026 01 20 01 57 27 '),
(10679,'field:10',0,1,' ucebnoe posobie surgitron medicinskii apparat kotoryi primeniaetsia v oblasti radiovolnovoi xirurgii https ellman ru diamond surgitron emc sozdaet vysokocastotnye radiovolny cto pozvoliaet provodit osobo tocnye operacii https ellman ru triangular xirurg delaet razrez tak nazyvaemym sposobom temperatura vozdeistviia sostavliaet 38 80 gradusov celsiia cto bezopasno dlia pacienta i xirurga https ellman ru diamond to v zar to v xolod apparatnye metody udaleniia lokalnyx zirovyx otlozenii https ellman ru triangular 7 495 120 29 39 https ellman ru diamond komplekt postavki mozet byt izmenen proizvoditelem https ellman ru ball sostav bazovogo koplekta elektrodov meniaetsia po zelaniiu pokupatelia i zavisit ot specialistov dlia nuzd kotoryx priobreten apparat https ellman ru oval '),
(10679,'field:18',0,1,' https ccatgreenacres com contact '),
(10679,'field:19',0,1,' info ccatgreenacres com '),
(10679,'field:6',0,1,' jeffreycab '),
(10679,'field:7',0,1,' rerkgeemong98 mail ru '),
(10679,'field:8',0,1,' google '),
(10679,'field:9',0,1,' general inquiry '),
(10679,'title',0,1,' 2026 01 20 01 58 05 '),
(10680,'field:10',0,1,' my iskrenne liubim svoe delo i znaem cto lucse srabotaet dlia nasego klienta https proffseo ru prodvizhenie angloyazychnykh sajtov perexodov s forumov blagodaria kraud marketingu https proffseo ru prodvizhenie zarubezhnykh sajtov skidka 100% na pervyi mesiac gotovim seo strategiiu https proffseo ru kontakty tagline awards 2021 https proffseo ru privacy rost celevogo trafika https proffseo ru prodvizhenie sajtov po rf '),
(10680,'field:18',0,1,' https ccbrackenville com contact '),
(10680,'field:19',0,1,' info ccbrackenville com '),
(10680,'field:6',0,1,' buddyedump '),
(10680,'field:7',0,1,' dolnovam mail ru '),
(10680,'field:8',0,1,' google '),
(10680,'field:9',0,1,' general inquiry '),
(10680,'title',0,1,' 2026 01 20 01 58 08 '),
(10681,'field:10',0,1,' posiv xudi https norsy ru voprosy otvety kompaniia el teks posiv zanimaetsia posivom odezdy dlia zakazcikov iz moskvy i regionov rossii https norsy ru poshiv futbolok na proizvodstve rabotaiut lucsie konstruktory texnologi dizainery svei i laboranty https norsy ru o nas sem tekstilnye i trikotaznye izdeliia krupnym i melkim optom ot 10 stuk na razmer ot 30 stuk na model my rabotaem s muzskimi i zenskimi variaciiami odezdy otsivaem nariady dlia detskoi auditorii a takze krasocnye kostiumy dlia teatralnyx postanovok https norsy ru otzyvy optovye izdeliia sveinogo cexa imeiut posiv detskoi odezdy https norsy ru nastroeny na trikotaz i legkie tkani siut bez rastiazeniia i posadki ravnomerno prais list posiv https norsy ru pochemu my '),
(10681,'field:18',0,1,' https cckressonview com contact '),
(10681,'field:19',0,1,' info cckressonview com '),
(10681,'field:6',0,1,' leonelfup '),
(10681,'field:7',0,1,' stapuntril1990 mail ru '),
(10681,'field:8',0,1,' google '),
(10681,'field:9',0,1,' general inquiry '),
(10681,'title',0,1,' 2026 01 20 01 58 22 '),
(10682,'field:10',0,1,' polesskii proezd 16s1 https norsy ru kacestvo proxodit kontrol specialistov na kazdom etape https norsy ru o nas nadeznuiu furnituru cetkost obrabotki svov udobnuiu posadku vysokii uroven komfortom svoboda dvizenii zashhitnymi funkciiami pri neobxodimosti sveinoe proizvodstvo https norsy ru voprosy otvety gradaciia 200 razmer https norsy ru pochemu my liuboi material i mesto naneseniia https norsy ru kontakty '),
(10682,'field:18',0,1,' https ccvoorhees com contact '),
(10682,'field:19',0,1,' info ccvoorhees com '),
(10682,'field:6',0,1,' leonelbuips '),
(10682,'field:7',0,1,' stapuntril1990 mail ru '),
(10682,'field:8',0,1,' google '),
(10682,'field:9',0,1,' general inquiry '),
(10682,'title',0,1,' 2026 01 20 01 59 26 '),
(10683,'field:10',0,1,' podpisites na novosti https kupefurnitur ru opt 1 337 https kupefurnitur ru price 50r https kupefurnitur ru catalog na nasem saite predstavlena furnitura dlia proizvodstva ofisnoi mebeli kompiuternyx stolov skafov miagkoi mebeli kresel i divanov v usloviiax krizisa mnogie proizvoditeli staraiutsia sekonomit na proizvodstve mebeli dlia ofisnyx ucrezdenii delaia vybor v polzu bolee desevyx materialov i komplektuiushhix https kupefurnitur ru price odnako poroi takoi vybor mozet stat pricinoi poiavleniia na rynke nekacestvennoi mebeli kotoraia ne prednaznacena dlia dlitelnoi ekspluatacii i bystro teriaet svoi funkcionalnye vozmoznosti i esteticnyi vnesnii vid https kupefurnitur ru onas dlia reseniia dannoi problemy neobxodimo vnimatelno izucit rynok postavshhikov materialov i furnitury na nasem saite vy naidete optimalnye reseniia dlia proizvodstva ofisnoi mebeli po dostupnoi cene https kupefurnitur ru onas my zainteresovany v dolgosrocnom i vygodnom dlia obeix storon sotrudnicestve na postoiannoi osnove https kupefurnitur ru onas v assortimente nasego internet magazina predstavleny sleduiushhie vidy mebelnoi furnitury '),
(10683,'field:18',0,1,' https completecareheritage com contact '),
(10683,'field:19',0,1,' info completecareheritage com '),
(10683,'field:6',0,1,' ronaldchack '),
(10683,'field:7',0,1,' konstantinrovini mail ru '),
(10683,'field:8',0,1,' google '),
(10683,'field:9',0,1,' general inquiry '),
(10683,'title',0,1,' 2026 01 20 02 01 01 '),
(10684,'field:10',0,1,' eshhe odin nemalovaznyi moment liudiam resivsim zapisatsia k nam na kursy ne pridetsia platit lisnie dengi za oborudovanie kraski iskusstvennuiu kozu i drugie rasxodniki vse eto vsegda est u nas https maze tattoo catalog m mayak posle proxozdeniia kursov i poluceniia sertifikata my naxodimsia na sviazi i gotovy podderzat i slovom i delom pomoc s trudoustroistvom podskazat gde v dannyi moment trebuiutsia specialisty https maze tattoo catalog yo vpolne vozmozno cto posle poluceniia sertifikata vy stanete clenom nasego kollektiva https maze tattoo catalog ch chertopoloh 7 499 645 95 95 https maze tattoo catalog ch cherep s 2009 goda https maze tattoo catalog gh zhuravli studiia tatu na arbate 21 200 bolse masterov https maze tattoo catalog ch chasy 90972 https maze tattoo catalog m malenkiy prints '),
(10684,'field:18',0,1,' https completecareheritage com contact '),
(10684,'field:19',0,1,' info completecareheritage com '),
(10684,'field:6',0,1,' barrylot '),
(10684,'field:7',0,1,' prosavmobi1981 mail ru '),
(10684,'field:8',0,1,' google '),
(10684,'field:9',0,1,' general inquiry '),
(10684,'title',0,1,' 2026 01 20 02 01 02 '),
(10685,'field:10',0,1,' po zaprosu 768 https deneb spb ru shtanga rezbovaya 64 https deneb spb ru obvody nominalnoe davlenie do 25 bar diametr 20 63 mm tolshhina stenki 3 4 10 5 mm temperatura transportiruemoi vody do 90 s srok sluzby 50 let gost 32415 2013 tu 22 https deneb spb ru shtanga rezbovaya 21 https deneb spb ru truby armirovannye alyuminiem 29 002 14693610 2018 klass 1 2 4 5 pitevaia https deneb spb ru truby pn 10 i pn 20 polipropilen polipropilenovye truby ppr gf armirovannye steklovoloknom vodosnabzenie otoplenie https deneb spb ru vtp https deneb spb ru trojniki 700 https deneb spb ru adaptory nasadki i sverla dlya sedel 0020 https deneb spb ru vse novosti po zaprosu 7094 https deneb spb ru nastennye komplekty pod smesitel 34 https deneb spb ru truby armirovannye steklovoloknom pn20 i pn25 po zaprosu 34 011 https deneb spb ru zaglushki 20 https deneb spb ru krany latunnye rezbovye po zaprosu 1 912 https deneb spb ru vse novosti 96 https deneb spb ru mufty i perekhodniki '),
(10685,'field:18',0,1,' https completecarehillside com contact '),
(10685,'field:19',0,1,' info completecarehillside com '),
(10685,'field:6',0,1,' robertsex '),
(10685,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(10685,'field:8',0,1,' google '),
(10685,'field:9',0,1,' general inquiry '),
(10685,'title',0,1,' 2026 01 20 02 01 22 '),
(10686,'field:10',0,1,' endovazalnaia lazernaia koaguliaciia ven niznix konecnostei odnoi magistralnoi podkoznoi veny s mnozestvennymi pritokami ili i perforantami na bedre i goleni v predelax odnoi konecnosti a22 https www angioprof ru uslugi flebologii i angiologii kompressionnyij trikotazh html 12 https www angioprof ru v prodazhe ortopedicheskie tovaryi obuv ortopedicheskaya 003 https www angioprof ru v prodazhe tovaryi dlya zdorovya badyi 003 https www angioprof ru uslugi informacziya ob osushhestvlenii deyatelnosti v usloviyax covid 19 html boliat i otekaiut nog osobenno k veceru koza goleni i stop zudit vy cuvstvuete zzenie na nogax mnogo sosudistyx zvezdocek i setok nogi bystro ustaiut v ikronoznyx myscax slucaiutsia sudorogi na poverxnosti nog xoroso vidny izvitye vypuklye veny https www angioprof ru v prodazhe tovaryi dlya zdorovya mediczinskij trikotazh mediczinskie noski dlya diabetikov html konsultaciia interpretaciia s analizami i obsledovaniiami storonnix organizacii d https www angioprof ru v prodazhe ortopedicheskie tovaryi kompressionnyij trikotazh m https www angioprof ru v prodazhe ortopedicheskie tovaryi obuv ortopedicheskaya n https www angioprof ru otzivi angioprof radiocastotnaia abliaciia rca v predelax odnogo stvola bolsoi ili maloi podkoznoi veny na odnoi niznei konecnosti bez stoimosti elektroda mnogoletnii opyt specialistov garantiruet professionalnyi podxod k reseniiu sloznyx zadac https www angioprof ru uslugi flebologii i angiologii kompleksnaia diagnostika obespecivaet tocnuiu verifikaciiu diagnoza https www angioprof ru uslugi nevrologii primenenie maloinvazivnyx texnologii minimiziruet operacionnuiu travmu https www angioprof ru uslugi podologii potlivost nog html vyzov flebologa na dom https www angioprof ru '),
(10686,'field:18',0,1,' https cchyattsville com contact '),
(10686,'field:19',0,1,' info cchyattsville com '),
(10686,'field:6',0,1,' melvinemara '),
(10686,'field:7',0,1,' riinata osippova bk ru '),
(10686,'field:8',0,1,' google '),
(10686,'field:9',0,1,' general inquiry '),
(10686,'title',0,1,' 2026 01 20 02 03 33 '),
(10687,'field:10',0,1,' my predlagaem truby neskolkix vidov pn10 dlia ustroistva sistem podogreva pola xolodnogo vodosnabzeniia kondicionirovaniia kanalizacii https deneb spb ru vse novosti izdeliia etoi serii imeiut samuiu nizkuiu cenu za scet maloi tolshhiny stenok i umerennoi procnosti https deneb spb ru shejvery i torcevateli secenie do 110 mm predelno dopustimoe davlenie do 1 mpa https deneb spb ru nastennye komplekty pod smesitel pn16 dlia formirovaniia otopitelnogo kompleksa v zilyx pomeshheniiax https deneb spb ru mufty razemnye amerikanki ctoby obespecit izdeliiam iz polipropilena stoikost k perepadam temperatur uveliceniiu nagruzki do 1 6 mpa proizvoditeli armiruiut ix aliuminievym ili steklovolokonnym sloem https deneb spb ru obvody pn20 usilennye https deneb spb ru mufty i perekhodniki pri diametre ot 16 do 90 mm vyderzivaiut davlenie do 2 mpa poetomu ix pokupaiut dlia montaza sistem obogreva kanalizacii ventiliacii v grazdanskix kommerceskix texniceskix i promyslennyx obieektax https deneb spb ru dostavka po zaprosu 2433 https deneb spb ru truby armirovannye alyuminiem 12 https deneb spb ru clientam v nemnogix minusax mozno otmetit nevozmoznost gnut iz za ix procnosti poetomu polipropilenovye truby dlia vnutrennix setei postavliaiut tolko v vide otrezkov dlinoi do 4 m diametrami ot 20 do 110 mm kotorye rasscitanny na davlenie pn10 pn16 i pn20 i ctoby ispravit minus ispolzuiut povoroty i sgiby specialnye fitingi troiniki ugolki mufty perexody i drugie elementy kotorye pozvoliaiut sostavit sistemu vodosnabzeniia i otopleniia samoi neveroiatnoi sloznosti pri minimalnyx deneznyx zatratax v tom cisle osobenno pri priobretenii polipropilenovyx trub optom https deneb spb ru truby pn 10 i pn 20 ostavit otzyv https deneb spb ru burty i flancy vysokaia propusknaia sposobnost na soedineniiax '),
(10687,'field:18',0,1,' https cclehigh com contact '),
(10687,'field:19',0,1,' info cclehigh com '),
(10687,'field:6',0,1,' robertbaf '),
(10687,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(10687,'field:8',0,1,' google '),
(10687,'field:9',0,1,' general inquiry '),
(10687,'title',0,1,' 2026 01 20 02 08 18 '),
(10688,'field:10',0,1,' transportnye sredstva v nalicii ix priblizitelnaia vmestimost i stoimost dostavki po udalennosti https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v plastah meski dlia musora moskva https kapio ru katalog meshki dlya musora meshki pnd meshki dlja musora 60 litrov pnd chernye 20 shtuk v rulone 2 cena 10 https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki salfetka iz mikrofibry 30h30 sinjaja bez up 5 r https kapio ru katalog filter obem 120 page 2 na cto obratit vnimanie pri vybore meskov dlia musora ofis g https kapio ru katalog byitovaya ximiya sredstva dlya myitya posudyi purri purry total tabletki dlja posudomoechnyh mashin 100sht v upakovke moskva ul https kapio ru katalog xozyajstvennyij inventar meshki dlya pyilesosov meshok pylesbornyj dlja pylesosa karcher t7 1 t 9 1 k6 pani pronja komplekt 5 sht xibinskii proezd d https kapio ru katalog xozyajstvennyij inventar meshki dlya pyilesosov meshok pylesbornyj dlja pylesosa numatic nu1 pani pronja komplekt 5 sht 20 ofis 207a https kapio ru katalog byitovaya ximiya nizkaia cena 169 procnyi 105 vmestitelnyi 72 bolsoi razmer 35 xorosee kacestvo 27 vyderzivaet ves 25 otsutstvie zapaxa 6 tonkii 79 rvetsia 52 neprocnyi 48 https kapio ru katalog meshki dlya musora meshki pnd meshki dlja musora 60 litrov pnd chernye 50 shtuk v rulone '),
(10688,'field:18',0,1,' https ccatgreenacres com contact '),
(10688,'field:19',0,1,' info ccatgreenacres com '),
(10688,'field:6',0,1,' michaelflasp '),
(10688,'field:7',0,1,' simonenko borya list ru '),
(10688,'field:8',0,1,' google '),
(10688,'field:9',0,1,' general inquiry '),
(10688,'title',0,1,' 2026 01 20 02 10 17 '),
(10689,'field:10',0,1,' celevye zaiavki i prodazi https proffseo ru privacy vyros trafik s mobilnyx ustroistv https proffseo ru privacy eshhe istorii uspexa https proffseo ru kontakty 2 e mesto v reitinge crm marketing komanda veb dizainerov https proffseo ru privacy esli model distribucii v vasem biznese osnovana na regionalnyx partnerax to s pomoshhiu prodvizeniia saita v regionax my privlecem regionalnyx optovikov dilerov i agentstva so vsei rossii https proffseo ru privacy '),
(10689,'field:18',0,1,' https completecareheritage com contact '),
(10689,'field:19',0,1,' info completecareheritage com '),
(10689,'field:6',0,1,' buddypsync '),
(10689,'field:7',0,1,' dolnovam mail ru '),
(10689,'field:8',0,1,' google '),
(10689,'field:9',0,1,' general inquiry '),
(10689,'title',0,1,' 2026 01 20 02 11 46 '),
(10690,'field:10',0,1,' ot sloznosti vypolneniia kolicestva i vesa peremeshhaemyx obieektov kolicestva spectexniki i personala ucastvuiushhix v proekte https drogal ru glossary informacionnie nadpisi stanislav moskva https drogal ru portfolio tags uslugi avtokrana 50 tonn takelaz stankov https drogal ru uslugi kranovye raboty uslugi stropalshchikov sleduiushhii cas 1 350 cas https drogal ru glossary sredstvo paketirovaniya gazon gidrobort https drogal ru portfolio tags uslugi avtokrana 50 tonn o tarife bystryi pereezd '),
(10690,'field:18',0,1,' https cchyattsville com contact '),
(10690,'field:19',0,1,' info cchyattsville com '),
(10690,'field:6',0,1,' robertoriva '),
(10690,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(10690,'field:8',0,1,' google '),
(10690,'field:9',0,1,' general inquiry '),
(10690,'title',0,1,' 2026 01 20 02 13 56 '),
(10691,'field:10',0,1,' stomatologiia eto ne strasno a sovremenno komfortno i kacestvenno https superdenta ru ortodontiya implantaciia protezirovanie xirurgiia ortodontiia vse v odnom meste https superdenta ru ortodontiya zakryto do 09 00 https superdenta ru otbelivanie ul https superdenta ru awards leiteizena d https superdenta ru esteticheskaya 7a https superdenta ru terapevticheskaya pered priemom provedem konsultaciiu polnuiu diagnostiku i sostavim podrobnyi plan leceniia https superdenta ru control kacestvo leceniia kontroliruetsia radiovizoigraficeskoi sistemoi visio dent oblucenie ot kotoroi v desiatki raz mense rentgenovskogo a dlia sterilizacii instrumentov primeniaetsia nadeznoe oborudovanie nemeckoi firmy melag https superdenta ru implantologiya vysokokvalificirovannye sotrudniki stomatologiceskogo kabineta i kliniki vita dent primeniaiut v rabote noveisie zubosoxraniaiushhie texnologii ultrazvukovoe rassirenie kornevogo kanala problemnyx zubov lecenie kistogranulem putem vyvedeniia za verxusku kornia sredstv stimuliruiushhix kosteobrazovanie ukreplenie razrusennoi koronki zuba s pomoshhiu pinov steklovolokonnyx i titanovyx stiftov https superdenta ru mediki '),
(10691,'field:18',0,1,' http cchyattsville com contact '),
(10691,'field:19',0,1,' info cchyattsville com '),
(10691,'field:6',0,1,' rogertuh '),
(10691,'field:7',0,1,' pestovafivr1985 mail ru '),
(10691,'field:8',0,1,' google '),
(10691,'field:9',0,1,' general inquiry '),
(10691,'title',0,1,' 2026 01 20 02 13 57 '),
(10692,'field:10',0,1,' zakazyvaiu ne pervyi raz https dostafka obedi ru services kompleksnye obedy 6 vse takoe bezumno vkusnoe svezee https dostafka obedi ru type menu goryachie blyuda eshhe i bonusy daiut v vide vkusniasek ocen dovolna https dostafka obedi ru menu osobenno cennoi https dostafka obedi ru dostavka aleksandra https dostafka obedi ru type menu napitki ocen vkusno sotrudniki dovolnye i glavnoe ne dorogo vsem po karmanu https dostafka obedi ru spasibo https dostafka obedi ru type menu goryachie blyuda kompaniia fsk lider vyrazaet ogromnuiu blagodarnost vysokoprofessionalnoi komande kompanii obedy smail v tom cisle generalnomu direktoru smirnomu aleksandru aleksandrovicu za prevosxodnuiu organizaciiu processa pitaniia sotrudnikov nasei kompanii https dostafka obedi ru reviews my sotrudnicaem uze bolee 3 x let i na protiazenii etogo nemalogo sroka ni razu ne razocarovalis v kacestve predostavliaemyx uslug spasibo za zabotlivoe obsluzivanie i vkusneisuiu edu nadeemsia na dolgosrocnoe prodolzenie sotrudnicestva dostavka v termosax i obsluzivanie s liniei razdaci https dostafka obedi ru type menu goryachie blyuda prislo vremia obeda a poiti nekuda meniu vsex okrestnyx zavedenii prielos da i vremeni ne tak mnogo a mozet byt prosto ne xocetsia tratit svoe dragocennoe vremia i sily na to ctoby prigotovit obed '),
(10692,'field:18',0,1,' https cchyattsville com contact '),
(10692,'field:19',0,1,' info cchyattsville com '),
(10692,'field:6',0,1,' edwindet '),
(10692,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(10692,'field:8',0,1,' google '),
(10692,'field:9',0,1,' general inquiry '),
(10692,'title',0,1,' 2026 01 20 02 18 48 '),
(10693,'field:10',0,1,' opredelenie mestopolozeniia avto v rezime realnogo vremeni parametry dvizeniia skorost i ee rost ostanovka avto otklonenie ot zadannogo marsruta kontrol rabocix casov voditelia rasxod topliva ego ucet pri zapravke prodolzitelnost funkcionirovaniia dvigatelia kontrol ego parametrov videonabliudenie kontrol scepki temperaturnogo rezima i eshhe bolee 30 parametrov https ftnet ru penza ternovka cena 48900 rub https ftnet ru ustanovka gbo na lada kalina ucet topliva i toplivnyi balans https ftnet ru gbo renault logan na metane zaprosit obrazec https ftnet ru logistpro besplatnyi test draiv https ftnet ru penza ternovka preimushhestva i vozmoznosti sistemy monitoringa https ftnet ru agentipocards '),
(10693,'field:18',0,1,' https ccwestfield com contact '),
(10693,'field:19',0,1,' info ccwestfield com '),
(10693,'field:6',0,1,' lloydmub '),
(10693,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(10693,'field:8',0,1,' google '),
(10693,'field:9',0,1,' general inquiry '),
(10693,'title',0,1,' 2026 01 20 02 22 16 '),
(10694,'field:10',0,1,' po zaprosu 3732 https deneb spb ru zaglushki 31 https deneb spb ru homuty santekhnicheskie trubnye po zaprosu 289 https deneb spb ru mufty kombinirovannye 64 https deneb spb ru dostavka my na sviazi pn pt s 9 do 18 msk 2 po zaprosu 337 https deneb spb ru kollektory 60 https deneb spb ru obvody raznovidnosti polipropilenovyx trub https deneb spb ru mufty i perekhodniki naznacenie https deneb spb ru truby pn 10 i pn 20 '),
(10694,'field:18',0,1,' https ccatgreenacres com contact '),
(10694,'field:19',0,1,' info ccatgreenacres com '),
(10694,'field:6',0,1,' robertdiere '),
(10694,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(10694,'field:8',0,1,' google '),
(10694,'field:9',0,1,' general inquiry '),
(10694,'title',0,1,' 2026 01 20 02 26 36 '),
(10695,'field:10',0,1,' po priobreteniiu dannoi uslugi vam neobxodimo sviazatsia s nami po telefonam 8 977 577 3703 soprovozdenie prodaz 8 977 577 3702 agrosoprovozdenie v nasei kompanii rabotaiut specialisty vysokogo urovnia https arbvbg ru privacypolicy priglasaem poznakomitsia s clenami nasei komandy spil derevev https arbvbg ru privacypolicy spil derevev https arbvbg ru spil dereva castiami s zavesivaniem kazdoi iz nix https arbvbg ru privacypolicy texnologiia ispolzuetsia v situacii kogda ne predstavliaetsia vozmoznym spilit i sbrosit vniz daze nebolsie elementy stvola riadom raspolozeny zdaniia linii elektroperedac a pod samim derevom est posadki zelenye nasazdeniia kotorye trebuetsia soxranit https arbvbg ru eto samyi trudoemkii i akkuratnyi sposob pozvoliaiushhii specialistu arboristu tocno i bezopasno dlia okruzaiushhei infrastruktury spilit derevo v usloviiax nebolsix ploshhadei https arbvbg ru privacypolicy odna iz specializacii nasix sotrudnikov professionalnaia rascistka territorii ot nenuznyx zelenyx nasazdenii v tom cisle avariinyx derevev https arbvbg ru personal predpriiatiia obladaet neobxodimymi kompetenciiami i raspolagaet dostupom k nuznym dlia raboty prisposobleniiam i spectexnike https arbvbg ru garantiruetsia professionalnyi podxod individualnoe rassmotrenie kazdogo zakaza korotkie sroki produktivnost i kacestvo deistvii pri dostupnyx cenax na uslugu https arbvbg ru derevia eto ukrasenie liubogo ucastka no inogda oni mogut predstavliat sereznuiu ugrozu dlia bezopasnosti liudei imushhestva i kommunikacii https arbvbg ru privacypolicy vot osnovnye priciny po kotorym vladelcy ucastkov obrashhaiutsia za uslugami spila derevev '),
(10695,'field:18',0,1,' https ccwestfield com contact '),
(10695,'field:19',0,1,' info ccwestfield com '),
(10695,'field:6',0,1,' charlesswern '),
(10695,'field:7',0,1,' nikolayy shevcov mail ru '),
(10695,'field:8',0,1,' google '),
(10695,'field:9',0,1,' general inquiry '),
(10695,'title',0,1,' 2026 01 20 02 28 36 '),
(10696,'field:10',0,1,' oformliaia kuxonnyi interer vazno udeliat osoboe vnimanie vsem detaliam v zavisimosti ot stilia kotoryi vy vybrali https olga filippova ru fitness spa k primeru esli vy predpocli kuxniu oformit v stile xaitek ucityvaite cto v nem dolzny prisutstvovat stekliannye i metalliceskie poverxnosti no nikak ne iarkie polotenicka kotorye vpisutsia gorazdo lucse v stil kantri https olga filippova ru interior appartment zaliuzi na oknax prekrasno budut smotretsia v liubom dizaine interera https olga filippova ru smi razgraniciv ix po funkcionalnosti poly v obedennoi i prixozei ukladyvaem keramiceskim kafelem v gostevoi spalnoi pokrytiem pola mozet posluzit laminat https olga filippova ru kontakts tak ze eshhe nam neobxodimo vydelit kazduiu otvedennuiu oblast otdelnym osveshheniem https olga filippova ru kontakts absoliutno liuboi celovek mozet vospolzovatsia etimi sovetami sozdat pravilnuiu planirovku priobresti prekrasnyi divan sozdat dekorativnye gruppy predmetov ili sloi dobavit zivoi zeleni ili nemnogo cernogo cveta priderzivatsia klassiceskix linii ispravliat osibki v oformlenii s pomoshhiu fotografii i cto samoe vaznoe sdelat interer po nastoiashhemu individualnym https olga filippova ru horeca remont mozet prevratitsia v dlitelnyi process kotoryi trebuet finansovyx vremennyx i moralnyx zatrat https olga filippova ru blog mnogie slysali cto remont mozno nacat no ne zakoncit https olga filippova ru interior appartment '),
(10696,'field:18',0,1,' https completecareoakridge com contact '),
(10696,'field:19',0,1,' info completecareoakridge com '),
(10696,'field:6',0,1,' scottmyday '),
(10696,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(10696,'field:8',0,1,' google '),
(10696,'field:9',0,1,' general inquiry '),
(10696,'title',0,1,' 2026 01 20 02 31 55 '),
(10697,'field:10',0,1,' eleni https rich house su restaurants lazarevskoe 563 otelia besplatnaia otmena https rich house su arxipo osipovka 189 otelei besplatnaia otmena https rich house su rooms 379 otzyvov https rich house su '),
(10697,'field:18',0,1,' http ccsevernapark com contact '),
(10697,'field:19',0,1,' info ccsevernapark com '),
(10697,'field:6',0,1,' geraldcok '),
(10697,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(10697,'field:8',0,1,' google '),
(10697,'field:9',0,1,' general inquiry '),
(10697,'title',0,1,' 2026 01 20 02 32 13 '),
(10698,'field:10',0,1,' sawubona bengifuna ukwazi intengo yakho '),
(10698,'field:18',0,1,' http completecareheritage com contact '),
(10698,'field:19',0,1,' info completecareheritage com '),
(10698,'field:6',0,1,' robertpaist '),
(10698,'field:7',0,1,' zekisuquc419 gmail com '),
(10698,'field:8',0,1,' google '),
(10698,'field:9',0,1,' general inquiry '),
(10698,'title',0,1,' 2026 01 20 02 34 30 '),
(10699,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccwoodlands com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(10699,'field:18',0,1,' https ccwoodlands com contact '),
(10699,'field:19',0,1,' info ccwoodlands com '),
(10699,'field:6',0,1,' qasim yaseen '),
(10699,'field:7',0,1,' qasimyaseen326 gmail com '),
(10699,'field:8',0,1,' web ui ux design and developemnt '),
(10699,'field:9',0,1,' volunteer opportunities '),
(10699,'title',0,1,' 2026 01 20 02 43 07 '),
(10700,'field:10',0,1,' hello my name is charlotte douglas with united eletrical contractor as part of our q1 q2 2026 planning we are exploring select business partnerships and advisory relationships and would welcome a brief discussion to assess potential alignment kind regards charlotte douglas project executive united eletrical contractor '),
(10700,'field:18',0,1,' http ccatgreenacres com contact '),
(10700,'field:19',0,1,' info ccatgreenacres com '),
(10700,'field:6',0,1,' charlotte douglas '),
(10700,'field:7',0,1,' charlotte douglas coastaelectricservices com '),
(10700,'field:8',0,1,' coastal electric services '),
(10700,'field:9',0,1,' resident family support '),
(10700,'title',0,1,' 2026 01 20 03 03 29 '),
(10701,'field:10',0,1,' cena upala na 20% xorosuiu gostinicu v gelendzike mozno vybrat po otzyvam kotorye ostavliali ranee prozivavsie v gostinicax gosti https rich house su services samye vostrebovannye obieekty razmeshheniia po mneniiu postoialcev otel oskar metropol grand otel gelendzik otel centralnyi i drugie https rich house su restaurants do centra 500 m https rich house su restaurants do centra 400 m https rich house su about otdyx v krymu vse vkliuceno bronirovanie nomerov v mini oteliax gelendzika po cene ot 3000 rublei v sutki bez nakrutok i posrednikov foto opisanie i realnye otzyvy otdyxaiushhix https rich house su rooms nedorogoi otdyx u cernogo moria podobrali dlia vas bolee razmeshheniia https rich house su restaurants '),
(10701,'field:18',0,1,' http completecareoakridge com contact '),
(10701,'field:19',0,1,' info completecareoakridge com '),
(10701,'field:6',0,1,' geraldfumma '),
(10701,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(10701,'field:8',0,1,' google '),
(10701,'field:9',0,1,' general inquiry '),
(10701,'title',0,1,' 2026 01 20 03 09 47 '),
(10702,'field:10',0,1,' ulica lunacarskogo dom 125 gelendzik https rich house su services anapa 1 148 otelei ulica tolstogo d https rich house su restaurants 30 gelendzik https rich house su photos gelendzik gelendzikskii pr t d https rich house su 133 1463 km trassy m4 https rich house su services samoe glavnoe v gostinicax gelendzika eto to cto prakticeski vse oni naxodiatsia na beregu moria https rich house su contacts sovsem riadom s poberezem raspolozilis sleduiushhie obieekty primore grand resort hotel lermont bogema premium https rich house su restaurants otdyxaia v takix oteliax vy smozete polnocenno nasladitsia pliaznym otdyxom s druziami detmi ili bolsoi semei https rich house su photos iuznaia ozereevka 19 otelei '),
(10702,'field:18',0,1,' http completecareoakridge com contact '),
(10702,'field:19',0,1,' info completecareoakridge com '),
(10702,'field:6',0,1,' geraldfumma '),
(10702,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(10702,'field:8',0,1,' google '),
(10702,'field:9',0,1,' general inquiry '),
(10702,'title',0,1,' 2026 01 20 03 10 09 '),
(10703,'field:10',0,1,' posle analiza situacii vyiasnilas sxema podstavy odin iz konkurentov zakazal bolsuiu partiiu sopperov novosibirskogo sellera vlozil v kazduiu model zaranee podgotovlennuiu birku i otpravil nazad https bayra market sergu page 54 posle etogo kitaiskie sumki poexali po vsei rossii https bayra market ip klimenko page=32 pri etom otsledit kto i kogda sdelal zakladku nevozmozno https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00002067 kak nevozmozno naiti i vse modeli s poddelnymi birkami https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00018879 predstavitel brenda naturalnoi avtorskoi kosmetiki zaharova my srazu vysli na marketpleisy eto byl aprel 2021 goda i pervym produktom kotoryi my vyveli na ozon byl universalnyi sampun dlia sobak https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00015456 svoei filosofiei tovar otlicalsia ot konkurentov i my vystrelili stali masstabirovatsia bukvalno za 4 5 mesiacev zaniali bolse 20 % ot vsei kategorii po prodazam https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kole ozherelya i busy kole k1 00019115 komanda polucila mnogo polozitelnyx otzyvov poniala cto v etoi nise est rost i stala razvivat tovarnuiu lineiku https bayra market oniks finans ooo category id=13422 page=115 nacinali vdvoem postepenno rassiriaia stat rabotnikov teper ix 25 celovek byvaet obidno kogda vy vlozili sily i biudzet v novyi region a tovar tam ne posel https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00015000 ne stoit otcaivatsia https bayra market produkty pitaniya ru chay kofe kakao chay mayskiy chay korona rossii 100 g situaciia popravima esli deistvovat po produmannomu planu https bayra market ip klimenko category id=24755 v odno i to ze vremia ziteli iuga rossii mogut cashhe iskat sokovyzimalki a severa moshhnye obogrevateli https bayra market odezhda ru 5 detyam novorozhdennym kostyumy i komplekty ru 2 komplekt vyazannyy pudra rost 68 74 daze v ramkax odnogo marketpleisa vkusy razniatsia predpocteniia po brendam kofe v raznyx regionax mogut silno otlicatsia https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00016789 select warehouse=56 mozno poigrat s psixologiei ceny https bayra market bizhuteriya page 13 v regionax s bolee nizkoi pokupatelnoi sposobnostiu lucse rabotaiut nerovnye ceny naprimer 998 vmesto 1000 dlia moskvy ili peterburga eto ne tak kriticno https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00014940 testiruite cenovye gipotezy https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00020860 odnako pri etom ne obiazatelno snizat cenu mozno dat dopolnitelnuiu cennost https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00015349 naprimer esli po zadannoi cene tovar prodaetsia ploxo vmesto snizeniia na 5% mozno prikladyvat k kazdomu zakazu priiatnyi nedorogoi podarok i obiazatelno otrazit eto na kartocke https bayra market produkty pitaniya ru makarony krupy i muka makaronnye izdeliya ru 2 makaronnye izdeliya perya 5 kg melnik '),
(10703,'field:18',0,1,' https ccwestfield com contact '),
(10703,'field:19',0,1,' info ccwestfield com '),
(10703,'field:6',0,1,' georgetic '),
(10703,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(10703,'field:8',0,1,' google '),
(10703,'field:9',0,1,' general inquiry '),
(10703,'title',0,1,' 2026 01 20 03 14 19 '),
(10704,'field:10',0,1,' vse vkliuceno https rich house su contacts bystroe bronirovanie https rich house su services bogema premium https rich house su about eleni https rich house su rooms gostevoi dom https rich house su restaurants besplatnaia otmena https rich house su photos '),
(10704,'field:18',0,1,' http completecareoakridge com contact '),
(10704,'field:19',0,1,' info completecareoakridge com '),
(10704,'field:6',0,1,' geraldfumma '),
(10704,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(10704,'field:8',0,1,' google '),
(10704,'field:9',0,1,' general inquiry '),
(10704,'title',0,1,' 2026 01 20 03 15 41 '),
(10705,'field:10',0,1,' sozdadim unikalnyi proekt vasego sada s detalnoi 3d vizualizaciei i polnym komplektom certezei https berezov lsk ru raboty vypolneny 27 dnei https berezov lsk ru ctoby ne razocarovatsia v ozidaniiax i polucit nuznyi rezultat vybiraite podriadcika s imenem https berezov lsk ru po nastoiashhemu professionalnye landsaftnye biuro rabotaiut ne pervyi god xoroso izvestny na rynke landsaftnyx uslug postoianno ucastvuiut v dizainerskix vystavkax konkursax imeiut reputaciiu v svoem dele gromkie proekty i nagrady https berezov lsk ru vospolzuites uslugami studii dizaina i vdoxnite novuiu zizn v svoi ucastok https berezov lsk ru stroitelstvo prudov pod kliuc https berezov lsk ru realizuem liuboi stil dizaina https berezov lsk ru '),
(10705,'field:18',0,1,' https ccholidaycity com contact '),
(10705,'field:19',0,1,' info ccholidaycity com '),
(10705,'field:6',0,1,' scottorerb '),
(10705,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(10705,'field:8',0,1,' google '),
(10705,'field:9',0,1,' general inquiry '),
(10705,'title',0,1,' 2026 01 20 03 16 40 '),
(10706,'field:10',0,1,' monopoliarnye elektroxirurgiceskie instrumenty bipoliarnye elektroxirurgiceskie instrumenty evakuatory dyma https ellman ru needle 1995 2023 vse prava zashhishheny https ellman ru tips mikrorazrez https ellman ru accessories v etom rezime razrusenie kletok i tkanei minimalno https ellman ru tips nabliudaetsia bystroe zazivlenie i vysocaisii kosmeticeskii effekt https ellman ru devices to v zar to v xolod apparatnye metody udaleniia lokalnyx zirovyx otlozenii https ellman ru devices est na sklade https ellman ru round razrez i koaguliaciia proisxodiashhie odnovremenno https ellman ru round '),
(10706,'field:18',0,1,' https ccwestfield com contact '),
(10706,'field:19',0,1,' info ccwestfield com '),
(10706,'field:6',0,1,' jeffreyhougs '),
(10706,'field:7',0,1,' rerkgeemong98 mail ru '),
(10706,'field:8',0,1,' google '),
(10706,'field:9',0,1,' general inquiry '),
(10706,'title',0,1,' 2026 01 20 03 17 44 '),
(10707,'field:10',0,1,' nasi klienty https shcherbinins ru aboutus burger bum na 10 person https shcherbinins ru contacts fursetnye sety ot 1 350 rublei https shcherbinins ru ekaterina andreeva https shcherbinins ru contacts dlia dannogo meropriiatiia pered nami stoiala zadaca razrabotat skandinavskoe meniu https shcherbinins ru uslugy neobxodimo bylo vyderzat tematiku etogo sobytiia predlozit aktualnye bliuda i krasivo vizualno prepodnesti gostiam https shcherbinins ru aboutus nam doveriaiut samye trebovatelnye korporativnye klienty https shcherbinins ru '),
(10707,'field:18',0,1,' http ccspringbrook com contact '),
(10707,'field:19',0,1,' info ccspringbrook com '),
(10707,'field:6',0,1,' michaelrough '),
(10707,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10707,'field:8',0,1,' google '),
(10707,'field:9',0,1,' general inquiry '),
(10707,'title',0,1,' 2026 01 20 03 22 13 '),
(10708,'field:10',0,1,' szia meg akartam tudni az arat '),
(10708,'field:18',0,1,' http ccparkplace com contact '),
(10708,'field:19',0,1,' info ccparkplace com '),
(10708,'field:6',0,1,' leezer '),
(10708,'field:7',0,1,' zekisuquc419 gmail com '),
(10708,'field:8',0,1,' google '),
(10708,'field:9',0,1,' general inquiry '),
(10708,'title',0,1,' 2026 01 20 03 24 58 '),
(10709,'field:10',0,1,' pozarnye rezervuary kak neobxodimaia cast sistemy pozarnoi bezopasnosti promyslennogo predpriiatiia obespecivaiushhaia bystryi dostup k texniceskoi vode dlia ustraneniia vozgoranii https mklider ru katalog emkosti rgsp rezervuary gorizontalnye stalnye podzemnye rgsp 10 m3 html odnim iz kliucevyx elementov liuboi inzenernoi sistemy teplo i vodo snabzeniia iavliaetsia salnikovyi kompensator https mklider ru katalog rezervuarnoe oborudovanie patrubok montazhnyy pm etot element truboprovodnoi armatury igraet vaznuiu rol v obespecenii nadeznoi i effektivnoi raboty truboprovodov sistem otopleniia vodosnabzeniia i drugix inzenernyx sistem https mklider ru katalog rezervuarnoe oborudovanie lyuki v dannoi state my rassmotrim osnovnye osobennosti salnikovyx kompensatorov ix preimushhestva i sfery primeneniia https mklider ru katalog oborudovanie dlya azs azotnyy uzel dlya mezhstennogo prostranstva rezervuarov izgotovlenie i montaz rezervuarnogo parka na 100000 m 3 pod temnye i svetlye nefteprodukty https mklider ru katalog rezervuarnoe oborudovanie kran sifonnyy ks montaz texnologiceskogo truboprovoda nefteproduktov texnologiceskaia obviazka parka vertikalnyx stalnyx rezervuarov obieemom v=8000m3 rvs 5000m3 rvs 2000m3 rvs 1000m3 montaz i texnologiceskaia obviazka gruzovyx ocistnyx nasosov i oborudovaniia v gruzovoi nasosnoi https mklider ru katalog emkosti rgsp rezervuary gorizontalnye stalnye podzemnye rgsp 50 m3 html montaz setei pozarotuseniia https mklider ru katalog oborudovanie dlya azs rassekatel potoka rp 80 montaz setei podogreva i sbora kondensata https mklider ru katalog rezervuarnoe oborudovanie patrubok montazhnyy pm izgotovlenie i montaz metallokonstrukcii texnologiceskix estakad opor i perexodnyx mostikov https mklider ru katalog rezervuarnoe oborudovanie patrubok zachistnoy pz prodaza navesnogo oborudovaniia https mklider ru katalog rezervuarnoe oborudovanie patrubok montazhnyy pm '),
(10709,'field:18',0,1,' https ccholidaycity com contact '),
(10709,'field:19',0,1,' info ccholidaycity com '),
(10709,'field:6',0,1,' michaelkicky '),
(10709,'field:7',0,1,' akindinkudryashov6842 mail ru '),
(10709,'field:8',0,1,' google '),
(10709,'field:9',0,1,' general inquiry '),
(10709,'title',0,1,' 2026 01 20 03 26 03 '),
(10710,'field:10',0,1,' s sgjsr rdzr 8 8 '),
(10710,'field:18',0,1,' http ccmonmouth com contact '),
(10710,'field:19',0,1,' info ccmonmouth com '),
(10710,'field:6',0,1,' alymeaft '),
(10710,'field:7',0,1,' webmasterandrey777 gmail com '),
(10710,'field:8',0,1,' google '),
(10710,'field:9',0,1,' general inquiry '),
(10710,'title',0,1,' 2026 01 20 03 28 04 '),
(10711,'field:10',0,1,' ostavte svoi kontakty i my sviazemsia s vami vy polucaete ne tolko izgotovlenie odezdy no i professionalnuiu podderzku na vsex etapax proizvodstva https norsy ru o nas eto znacitelno ekonomit vase vremia i sredstva https norsy ru kontakty alternativnyi sposob konkurenty ne strasny esli tovar vy priobretaete v nasei kompanii https norsy ru voprosy otvety vospolzuites knopkoi zaiavki i my sviazemsia s vami ctoby priniat zakaz https norsy ru otzyvy my ispolzuem cookies dlia bystroi i udobnoi raboty saita https norsy ru poshiv hudi prodolzaia polzovatsia saitom vy prinimaete usloviia obrabotki personalnyx dannyx https norsy ru pocemu vam stoit zakazat uslugi sveinogo proizvodstva v amadei print '),
(10711,'field:18',0,1,' https ccsevernapark com contact '),
(10711,'field:19',0,1,' info ccsevernapark com '),
(10711,'field:6',0,1,' leonelwoock '),
(10711,'field:7',0,1,' stapuntril1990 mail ru '),
(10711,'field:8',0,1,' google '),
(10711,'field:9',0,1,' general inquiry '),
(10711,'title',0,1,' 2026 01 20 03 30 40 '),
(10712,'field:10',0,1,' kruglosutocnyi montaz oborudovaniia https ftnet ru partner1c glonass gps monitoring avtotransporta i kontrolia rasxoda topliva pomogaet otslezivat mestopolozenie transporta onlain ego skorost rasxod gsm oboroty dvs i drugie parametry https ftnet ru tomsk cena 10100 rub https ftnet ru career polucit podrobnuiu informaciiu o rabote transportnyx sredstv v kompanii umensit rasxody na obsluzivanie sistemy kontrolia transporta kontrolirovat peredvizenie transporta i operativno vnosit izmeneniia v marsrut znacitelno sokratit vremia reakcii na vnestatnye situacii predotvratit ugon i drugie nesankcionirovannye vozdeistviia na vasi transportnye sredstva otslezivat skorost peredvizeniia transporta i kontrolirovat rasxod topliva sistema monitoringa transporta gps glonass https ftnet ru slaviansk castye remonty https ftnet ru tagil '),
(10712,'field:18',0,1,' https cchyattsville com contact '),
(10712,'field:19',0,1,' info cchyattsville com '),
(10712,'field:6',0,1,' lloydsat '),
(10712,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(10712,'field:8',0,1,' google '),
(10712,'field:9',0,1,' general inquiry '),
(10712,'title',0,1,' 2026 01 20 03 37 58 '),
(10713,'field:10',0,1,' 35 km za mkad https drogal ru glossary dokument ne iavliaetsia publicnoi ofertoi https drogal ru glossary poddon vybrat faily udalit https drogal ru glossary stropalshik perevezli gruz na https drogal ru glossary logisticheskie riski ekspovestrans https drogal ru glossary transportnaya upakovka specialisty kompanii stogruz vypolniat vozlozennuiu na nix rabotu daze v samyx sloznyx usloviiax https drogal ru portfolio items takelazh s mpu my obespecim effektivnyi i operativnyi pereezd sklada cexa i zavoda peremestim i podnimem oborudovanie izgotovim kacestvennuiu transportnuiu upakovku i obresetku https drogal ru portfolio items takelazh portalnogo stanka 51 t '),
(10713,'field:18',0,1,' https ccbayshore com contact '),
(10713,'field:19',0,1,' info ccbayshore com '),
(10713,'field:6',0,1,' robertmut '),
(10713,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(10713,'field:8',0,1,' google '),
(10713,'field:9',0,1,' general inquiry '),
(10713,'title',0,1,' 2026 01 20 03 41 09 '),
(10714,'field:10',0,1,' ezednevno nalicnymi kureru https dostafka obedi ru type menu pervye blyuda spagetti s sousom boloneze https dostafka obedi ru reviews kurinoe bedro zapecennoe s makaronami https dostafka obedi ru type menu goryachie blyuda dostavka obedov https dostafka obedi ru dostavka rez da es https dostafka obedi ru type menu salaty sostav lavas file indeiki v k sampinyony syr tomaty sous slivocnyi luk maslo podsolnecnoe salat aisberg ves 210g kaloriinost 250 8 belki 8 4 ziry 13 4 uglevody 23 9 https dostafka obedi ru type menu pervye blyuda '),
(10714,'field:18',0,1,' https ccbayshore com contact '),
(10714,'field:19',0,1,' info ccbayshore com '),
(10714,'field:6',0,1,' edwinhom '),
(10714,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(10714,'field:8',0,1,' google '),
(10714,'field:9',0,1,' general inquiry '),
(10714,'title',0,1,' 2026 01 20 03 41 41 '),
(10715,'field:10',0,1,' tak vy naverniaka poimete kakoi stil i cto siuda podxodit iz dekorativnyx detalei interera https olga filippova ru portfolio 2 takze budet poniatno i otnositelno cvetovoi gammy kakie cveta rekomenduetsia primeniat a kakie soversenno ne stoit https olga filippova ru blog 1 podpisites na kolleg v socsetiax https olga filippova ru kontakts prosmatrivaite keisy kotorye vas vdoxnovliaiut https olga filippova ru uslugi seny fiksiruite poriadok raboty nad proektami https olga filippova ru interery medical study center kazdyi cuzoi primer istocnik opyta prezde cem nacinat vosproizvodit kakie libo izmeneniia sleduet resit v kakom stile oni budut vypolneny https olga filippova ru office interior v pervuiu ocered stoit isxodit iz togo cto vam nravitsia cemu v bolsei stepeni otdaete predpocteniia https olga filippova ru shop '),
(10715,'field:18',0,1,' https completecarewall com contact '),
(10715,'field:19',0,1,' info completecarewall com '),
(10715,'field:6',0,1,' scottvok '),
(10715,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(10715,'field:8',0,1,' google '),
(10715,'field:9',0,1,' general inquiry '),
(10715,'title',0,1,' 2026 01 20 03 45 15 '),
(10716,'field:10',0,1,' esli my ne smozem sviazatsia s polucatelem v tecenie 2 dnei s momenta oformleniia zakaza zakaz annuliruetsia https oookors ru product morozhenoe zhidkaya karamel 24 sht vystavlennye i neoplacennye sceta dlia beznalicnoi oplaty aktualny v tecenii 3 dnei potom tovar snimaetsia s rezerva https oookors ru product shokoladnicza s fundukom 230 gr upak 12 sht budte vnimatelny pri oformlenii zakaza i pozaluista ukazite maksimalno vozmoznoe kolicestvo vasix kontaktnyx dannyx https oookors ru product kislaya pulya hhl 20 sht prezde cem zakazat produkty pitaniia optom vy mozete udostoveritsia v ix svezesti i proverit originalnost dlia etogo u nas est vse neobxodimye dokumenty https oookors ru product yachmennoe firmennoe 05 l st 12 sht minimalnyi zakaz 3000 rub https oookors ru product grinfild chaj 100 pak letyashhij drakon zelenyj upak 9 sht dlia besplatnoi dostavki po moskve https oookors ru product kalinov rodnik 05l 12 sht pet zaversenie https oookors ru product ahmad chaj czejlon 25 pak upak 12 sht assortiment i xarakteristika produktov pitaniia https oookors ru product babaevskij funduk 100 gr 4 blok 17 sht podpisatsia na rassylku https oookors ru product zhigulevskoe gost 05 l st 12 sht '),
(10716,'field:18',0,1,' https cckressonview com contact '),
(10716,'field:19',0,1,' info cckressonview com '),
(10716,'field:6',0,1,' patrickvof '),
(10716,'field:7',0,1,' cratunsculit1988 mail ru '),
(10716,'field:8',0,1,' google '),
(10716,'field:9',0,1,' general inquiry '),
(10716,'title',0,1,' 2026 01 20 03 45 29 '),
(10717,'field:10',0,1,' postavka produktov pitaniia optom i v roznicu https oookors ru product dobryj apelsin fanta 033 l zh b 12 sht 1 https oookors ru product colg z shhetka shelkov niti s drev ugl 1 1 sirokii assortiment https oookors ru product milka pechene molochnyj shokolad 168gr 14 sht u nas vy naidete vse neobxodimoe dlia polnocennogo funkcionirovaniia vasego predpriiatiia https oookors ru product milka orehovaya pasta funduk 85 gr blok 20 sht my predlagaem optom produkty pitaniia vsex kategorii ovoshhi frukty miaso ryba molocnye produkty bakaleia napitki i mnogoe drugoe https oookors ru product klubnika marmelad blok 50 sht ne vsem udobno delat pokupki v obycnyx magazinax https oookors ru product old spice dezodorant wolfthorn aer 150ml onlain dostavka produktov pozvoliaet 12 sentiabria 2024 https oookors ru product bad 045 l 045 l zh b 24 sht zakazyvaite produkty optom na b2b https oookors ru product yakobs monarh paket 500 gr upak 6 sht trade perexodite v drugie kategorii i vybiraite nuznye vam tovary trebuetsia pitevaia voda negazirovannaia 1l neobxodimo kommerceskoe predlozenie https oookors ru product blek monstr 05l zh b 12 sht ultra peachy keen '),
(10717,'field:18',0,1,' https ccvoorhees com contact '),
(10717,'field:19',0,1,' info ccvoorhees com '),
(10717,'field:6',0,1,' patrickcramp '),
(10717,'field:7',0,1,' cratunsculit1988 mail ru '),
(10717,'field:8',0,1,' google '),
(10717,'field:9',0,1,' general inquiry '),
(10717,'title',0,1,' 2026 01 20 03 46 29 '),
(10718,'field:10',0,1,' meski dlia musora kupit nedorogo v rossii https kapio ru katalog mopyi mopyi kentukki mop kentukki mikrofibra samyi bolsoi katalog tovarov s opisaniem xarakteristikami i otzyvami https kapio ru katalog filter obem 220 ceny na meski dlia musora s dostavkoi v internet magazine petrovic https kapio ru katalog filter obem 60 cena 1 https kapio ru katalog byitovaya ximiya sredstva dlya chistki stekol i zerkal himitek charoit butylka 1 litr 17 r https kapio ru katalog meshki dlya musora meshki pnd meshki dlja musora 60 litrov pnd chernye 30 shtuk v rulone meski dlia musora optom https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki salfetka iz mikrofibry 35h40 krasnaja bez up sirina 55 sm vysota 105 sm https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki salfetka iz mikrofibry 30h30 zelenaja bez up dlia adresov raspolozennyx bolee 21 km ot mkad stoimost dostavki po soglasovaniiu s menedzerom https kapio ru katalog klejkie lentyi kleykie lenty s logotipom napisat otzyv https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki salfetka iz mikrofibry 30h30 sinjaja bez up '),
(10718,'field:18',0,1,' https ccwestfield com contact '),
(10718,'field:19',0,1,' info ccwestfield com '),
(10718,'field:6',0,1,' michaeljoype '),
(10718,'field:7',0,1,' simonenko borya list ru '),
(10718,'field:8',0,1,' google '),
(10718,'field:9',0,1,' general inquiry '),
(10718,'title',0,1,' 2026 01 20 03 51 03 '),
(10719,'field:10',0,1,' antennaia plastina odnorazovaia sterilnaia texniceskie xarakteristiki moduliaciia forma volny pribor imeet cetyre vyxodnyx formy volny dostavka nastroika obucenie 0 rublei https ellman ru articles '),
(10719,'field:18',0,1,' https cchyattsville com contact '),
(10719,'field:19',0,1,' info cchyattsville com '),
(10719,'field:6',0,1,' jeffreysot '),
(10719,'field:7',0,1,' rerkgeemong98 mail ru '),
(10719,'field:8',0,1,' google '),
(10719,'field:9',0,1,' general inquiry '),
(10719,'title',0,1,' 2026 01 20 03 51 25 '),
(10720,'field:10',0,1,' bez rastruba https deneb spb ru contacts po zaprosu 6 072 https deneb spb ru zaglushki 20 https deneb spb ru burty i flancy po zaprosu 8502 https deneb spb ru kompensatory 80 https deneb spb ru trojniki zagruzka otzyvov https deneb spb ru krany latunnye rezbovye truby armirovannye steklovoloknom primeniaiutsia dlia obustroistva sistem vodosnabzeniia u kotoryx temperatura vody ne prevysaet 80 c https deneb spb ru shejvery i torcevateli klass ekspluatacii https deneb spb ru mufty razemnye amerikanki '),
(10720,'field:18',0,1,' https ccwestfield com contact '),
(10720,'field:19',0,1,' info ccwestfield com '),
(10720,'field:6',0,1,' robertwhask '),
(10720,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(10720,'field:8',0,1,' google '),
(10720,'field:9',0,1,' general inquiry '),
(10720,'title',0,1,' 2026 01 20 03 52 53 '),
(10721,'field:10',0,1,' udalenie derevev v moskve eto vaznaia usluga kotoraia pozvoliaet podderzivat poriadok i bezopasnost v gorode https arbvbg ru nasi specialisty imeiut bolsoi opyt v spile derevev obrezke vetok i udalenii pnei obespecivaia cistotu i poriadok na vasem ucastke https arbvbg ru privacypolicy my ispolzuem sovremennoe oborudovanie dlia rascistki ucastkov ot derevev cto pozvoliaet nam vypolniat rabotu bystro i kacestvenno https arbvbg ru privacypolicy starye plodovye kultury mozno spilit samostoiatelno esli otsutstvuet risk ix padeniia na dvorovye sooruzeniia ili provoda https arbvbg ru privacypolicy v etom slucae obrashhaiutsia za pomoshhiu k lesorubam https arbvbg ru eshhe odin povod zakazat professionalnye raboty po kompleksnoi rascistke territorii neobxodimost vyrubki podleska voznikaiushhaia u sobstvennikov lesnyx ucastkov https arbvbg ru spil dereva s ucetom napravleniia padeniia https arbvbg ru process protekaet v standartnoi posledovatelnosti mozno spilit derevo na sobstvennom ucastke v moskovskoi oblasti v pervom slucae trebuetsia pravilnyi rascet v kakoe mesto upadet derevo i ne zadenet li ono blizlezashhei postroiki https arbvbg ru privacypolicy pri vtorom variante cashhe vsego polzuiutsia alpinistskim snariazeniem ili avtovyskoi ctoby dobratsia do otdelnyx castei https arbvbg ru zdes vse nuzno obiazatelno proverit nadeznost straxovki ogradit mesto provedeniia rabot proscitat vse vozmoznye sloznosti inace meropriiatie mozet zakoncitsia vesma placevno https arbvbg ru '),
(10721,'field:18',0,1,' https cchyattsville com contact '),
(10721,'field:19',0,1,' info cchyattsville com '),
(10721,'field:6',0,1,' charlesnuart '),
(10721,'field:7',0,1,' nikolayy shevcov mail ru '),
(10721,'field:8',0,1,' google '),
(10721,'field:9',0,1,' general inquiry '),
(10721,'title',0,1,' 2026 01 20 03 54 47 '),
(10722,'field:10',0,1,' dizain odnokomnatnoi kvartiry produmyvat gorazdo sloznee cem predstavliaetsia https olga filippova ru portfolio 2 v odnoi komnate naxoditsia i spalnoe mesto i gostinaia i inogda daze mesto dlia rebenka https olga filippova ru office interior my zivem vdvoem s suprugom https olga filippova ru blog mebeli resili cto budet po minimumu https olga filippova ru blog tona komnaty svetlye https olga filippova ru uslugi seny net tiazelyx stor i navisaiushhei liustry https olga filippova ru interery fasad interer smotritsia neploxo https olga filippova ru uslugi seny u nas byvaiut gosti i vse my umeshhaemsia https olga filippova ru office interior assortiment contour pozvoliaet realizovat masstabnyi ili korporativnyi dizain interera v liubom stilisticeskom resenii https olga filippova ru kontakts v tom cisle i unikalno garmonicnyi v protivorecii avangard https olga filippova ru kak pravilo oformleniem etoi komnaty zanimaiutsia eshhe do rozdeniia rebenka https olga filippova ru uslugi seny ctoby vy ne ispytyvali vozmoznyx stressov v processe remonta moralno podgotovtes k etoi procedure uznav nekotorye vaznye niuansy https olga filippova ru office interior k primeru ucityvaite tot fakt budet u vas malcik ili devocka ot etogo zavisit i oformlenie dizaina interera https olga filippova ru interery fasad ctoby izbavitsia ot golovnoi boli i neobdumannyx finansovyx zatrat vnimatelno oznakomtes s perecnem interesnyx xitrostei po obustroistvu interera ne bolsoi kvartiry https olga filippova ru portfolio 2 osnovnymi faktorami vliianiia na vybor interernogo reseniia iavliaiutsia ploshhad pomeshheniia i funkcionalnoe planirovanie ispolzovaniia https olga filippova ru no nemalovazny i arxitekturno proektnye osobennosti https olga filippova ru smi logicnym kazetsia predpolozenie cto dizain kvartiry studii 25 kv m dopustit mense vozmoznostei cem dizain 30 metrovogo appartmenta https olga filippova ru shop v to ze vremia neudacnoe sootnosenie parametrov sten i gradusnost uglov mogut stat sushhestvennym prepiatstviem v maksimalnoi realizacii poleznoi ploshhadi https olga filippova ru interior appartment esli v kvartire naidetsia nisa ili kladovka vam povezlo ved zdes mozno sdelat otdelnyi skaf i xranit v odnom meste vse veshhi https olga filippova ru interery fasad takze polocki mozno sdelat i pod krovatiu u vas budet dopolnitelnoe mesto dlia odezdy knig ili postelnogo belia https olga filippova ru interery fasad '),
(10722,'field:18',0,1,' https ccwestcaldwell com contact '),
(10722,'field:19',0,1,' info ccwestcaldwell com '),
(10722,'field:6',0,1,' scottforie '),
(10722,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(10722,'field:8',0,1,' google '),
(10722,'field:9',0,1,' general inquiry '),
(10722,'title',0,1,' 2026 01 20 03 56 09 '),
(10723,'field:10',0,1,' s sgjsr rdzr rdzrjsgjrjer rjrdzsrdzsdj '),
(10723,'field:18',0,1,' http completecareoakridge com contact '),
(10723,'field:19',0,1,' info completecareoakridge com '),
(10723,'field:6',0,1,' alysmevy '),
(10723,'field:7',0,1,' webmasterandrey777 gmail com '),
(10723,'field:8',0,1,' google '),
(10723,'field:9',0,1,' general inquiry '),
(10723,'title',0,1,' 2026 01 20 03 57 22 '),
(10724,'field:10',0,1,' postavshhik metallokonstrukcii metalliceskix emkostei ferm metalliceskix balki svarnoi https mobelmetall ru contacts podrubriki masinostroenie i metalloobrabotka anta gruppa kompanii adres g https mobelmetall ru blog poroshkovaya pokraska dubna sankt peterburg pr t stacek d https mobelmetall ru policy 47 tel 7 812 320 32 72 748 20 40 https mobelmetall ru armmetall adres g https mobelmetall ru aboutus moskva ul https mobelmetall ru blog poroshkovaya pokraska dubna iskry d https mobelmetall ru lazernaya rezka dubna 17a str https mobelmetall ru aboutus 3 tel 7 495 266 10 18 https mobelmetall ru poroshkovaya pokraska dubna aisberg adres g https mobelmetall ru lazernaya rezka dubna izevsk ul https mobelmetall ru questions novoazimova d https mobelmetall ru lazernaya svarka dubna 13 tel 7 3412 79 44 79 80 86 https mobelmetall ru aboutus aleksandrovskii masinostroitelnyi zavod adres g https mobelmetall ru gibka metalla aleksandrovsk ul https mobelmetall ru poroshkovaya pokraska dubna voikova d https mobelmetall ru blog poroshkovaya pokraska dubna 3 tel 7 34274 3 27 87 7 30 00 https mobelmetall ru ourproduction '),
(10724,'field:18',0,1,' https cckressonview com contact '),
(10724,'field:19',0,1,' info cckressonview com '),
(10724,'field:6',0,1,' shermanhoaws '),
(10724,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(10724,'field:8',0,1,' google '),
(10724,'field:9',0,1,' general inquiry '),
(10724,'title',0,1,' 2026 01 20 03 58 38 '),
(10725,'field:10',0,1,' salutations are you ready for unbeatable online casino entertainment https moveto short gy 3606 this casino boasts 5 250 top tier games and industry leading bonuses with a generous welcome offer for newcomers and ongoing promotions for regulars players can enjoy extended gaming sessions and increased winnings sign up now for your exclusive bonus reward https moveto short gy 3606 bet spin win your gateway to luck starts at our casino florentina do you like country music turn up your cardio with country workout party songs fuel your run gym session and every move with high energy country hits https moveto short gy 3620 '),
(10725,'field:18',0,1,' https completecarebarnhill com contact '),
(10725,'field:19',0,1,' info completecarebarnhill com '),
(10725,'field:6',0,1,' florentina ashton '),
(10725,'field:7',0,1,' ashton florentina hotmail com '),
(10725,'field:8',0,1,' florentina ashton '),
(10725,'field:9',0,1,' other '),
(10725,'title',0,1,' 2026 01 20 03 59 20 '),
(10726,'field:10',0,1,' podrobnosti togo kak kupit miagkuiu mebel dlia zavedenii obshhepita oplatit zakaz oformit dostavku ili sborku vsegda mozno uznat u nasix menedzerov po telefonu https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo sapfir esli vy zapolnite formu zakaza obratnogo zvonka nas sotrudnik sviazetsia s vami uze cerez neskolko minut i otvetit na vse voprosy https divanlogia ru catalog myagkaya mebel dlya restoranov modulnyie divanyi modulnyij chester spalnoe mesto https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi london art 00001 miagkuiu mebel dlia restoranov miagkuiu mebel dlia kafe miagkuiu mebel dlia barov miagkuiu mebel dlia intererov gostinic i art prostranstv https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 1 velvet lux 92 dlia ekonomii prostranstva i obespeceniia maksimalnogo kolicestva posadocnyx mest divany staviat u sten https divanlogia ru catalog myagkaya mebel dlya doma uglovyie divanyi centralnaia cast zala otvoditsia pod stoliki s kreslami i stuliami https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi parizh art 00009 po nabliudeniiam v takix zonax gosti provodiat mense vremeni cem v miagkix https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo bravo massiv metall https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo molero izgotovlenie nestandartnyx modelei i razmerov https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo ameli 3 '),
(10726,'field:18',0,1,' https cckressonview com contact '),
(10726,'field:19',0,1,' info cckressonview com '),
(10726,'field:6',0,1,' tyronetoida '),
(10726,'field:7',0,1,' galyazafuna mail ru '),
(10726,'field:8',0,1,' google '),
(10726,'field:9',0,1,' general inquiry '),
(10726,'title',0,1,' 2026 01 20 03 59 32 '),
(10727,'field:10',0,1,' ooo ximstalkon inziniring lider sredi epc kompanii https mobelmetall ru lazernaya svarka dubna predpriiatie stroit obieekty xraneniia i perevalki zidkostei gazov i sypucix produktov sozdaet nadeznye i bezopasnye rezervuarnye parki dlia predpriiatii rossii i bliznego zarubezia https mobelmetall ru lazernaya svarka dubna specmontaz angarsk https mobelmetall ru gibka metalla adamant stal adres g https mobelmetall ru aboutus sankt peterburg ul https mobelmetall ru policy fucika d https mobelmetall ru ourproduction 8 ofis 309 tel 7 812 602 79 56 https mobelmetall ru friazevskii zavod metallokonstrukcii fzm stocker system nalicie sobstvennoi logisticeskoi bazy https mobelmetall ru lazernaya svarka dubna okved 2014 25 https mobelmetall ru ourproduction 11 https mobelmetall ru poroshkovaya pokraska dubna '),
(10727,'field:18',0,1,' https ccvoorhees com contact '),
(10727,'field:19',0,1,' info ccvoorhees com '),
(10727,'field:6',0,1,' shermanclova '),
(10727,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(10727,'field:8',0,1,' google '),
(10727,'field:9',0,1,' general inquiry '),
(10727,'title',0,1,' 2026 01 20 03 59 45 '),
(10728,'field:10',0,1,' materialy i otdelka miagkoi mebeli https divanlogia ru price barnye stoiki https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo merlin odnomestnyi https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan ameli 2 preimushhestva mebeli dlia restorana ot profbar https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 3 miagkii divan s podlokotnikami dlia restorana i kafe https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo fleks nas internet magazin iavliaetsia oficialnym partnerom mebelnoi fabriki sheffilton lidera rynka sovremennoi biudzetnoi mebeli dlia daci kvartiry ofisa a takze segmenta horeca https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo fortobello my predlagaem krasivye i nadeznye stoly kresla stulia dlia vasego zavedeniia po cenam ot proizvoditelia https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan dortmand '),
(10728,'field:18',0,1,' https ccvoorhees com contact '),
(10728,'field:19',0,1,' info ccvoorhees com '),
(10728,'field:6',0,1,' tyronekeeno '),
(10728,'field:7',0,1,' galyazafuna mail ru '),
(10728,'field:8',0,1,' google '),
(10728,'field:9',0,1,' general inquiry '),
(10728,'title',0,1,' 2026 01 20 04 00 49 '),
(10729,'field:10',0,1,' my izmenili formulu podsceta nebrendovogo trafika ubrali musornye poddomeny v vydace proveli rabotu s kartockami prorabotali strukturu kataloga i assortimenta https proffseo ru gotovim seo strategiiu https proffseo ru prodvizhenie sajtov po moskve 3 e mesto v reitinge lucsix agentstv po seo prodvizeniiu v oblasti finansy banki straxovanie upravlenie aktivami https proffseo ru analiziruem povedenceskie metriki vyiavliaem i ispravliaem osibki iuzabiliti https proffseo ru prodvizhenie zarubezhnykh sajtov sozdadim adaptivnuiu versiiu saita esli u vas ee eshhe net https proffseo ru prodvizhenie zarubezhnykh sajtov na udobnom saite legko zakazyvat i pokupat https proffseo ru prodvizhenie zarubezhnykh sajtov prodvizenie v top 10 po rossii https proffseo ru kontakty komu budet polezna statia '),
(10729,'field:18',0,1,' https ccsilverlake com contact '),
(10729,'field:19',0,1,' info ccsilverlake com '),
(10729,'field:6',0,1,' buddydus '),
(10729,'field:7',0,1,' dolnovam mail ru '),
(10729,'field:8',0,1,' google '),
(10729,'field:9',0,1,' general inquiry '),
(10729,'title',0,1,' 2026 01 20 04 29 52 '),
(10730,'field:10',0,1,' esli vy davno xoteli zapustit svoi brend dizainerskoi odezdy povsednevnoi sportivnoi ili liuboi drugoi vy prisli po adresu https norsy ru poshiv hudi my rabotaem s nacinaiushhimi i uze uspesnymi brendami odezdy mnogie iz kotoryx nacali svoi put imenno s nas kliucevye napravleniia fabriki brendirovanie i pecat printov https norsy ru ceny 79169703287 https norsy ru otzyvy my predlagaem uslugu posiva brendirovannogo postelnogo belia i stor dlia vladelcev xostelov i gostinic bolnic https norsy ru voprosy otvety na nasei fabrike vy mozete zakazat posiv stor i postelnoe bele iz tkanei vysocaisego kacestva https norsy ru poshiv hudi po vasemu zakazu proizvedem posiv sase dekorativnyx podusek lambrekenov cexly na stulia pokryvala stegannye odeiala https norsy ru pochemu my sveinaia fabrika 21 proizvoditel postelnogo belia i stor https norsy ru poshiv futbolok o nas https norsy ru o nas '),
(10730,'field:18',0,1,' https completecareoakridge com contact '),
(10730,'field:19',0,1,' info completecareoakridge com '),
(10730,'field:6',0,1,' leoneldex '),
(10730,'field:7',0,1,' stapuntril1990 mail ru '),
(10730,'field:8',0,1,' google '),
(10730,'field:9',0,1,' general inquiry '),
(10730,'title',0,1,' 2026 01 20 04 34 41 '),
(10731,'field:10',0,1,' po zaprosu https bayra market galantereya i ukrasheniya page 123 ajax datametrika id=59790 ajax datayandexmetrika added quantity=1 ajax datayandexmetrika added price=848 00 ajax datayandexmetrika added name=bros artikul k1 00016386 vo pervyx eto xoroso prorabotannyi vizual kartocki udacno li vygliadiat tovary na foto cetko li sostavleno detalnoe opisanie propisan li sostav tkani kak v nasem slucae i kak za veshhami neobxodimo uxazivat https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00012670 u nas klassnye kartocki krasivyi kontent i ego proizvodstvom kstati zanimaius ia sama https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya podveski i kulony podveska k1 00009041 k foto my vsegda prikrepliaem video ctoby liudi videli kak ta ili inaia model sidit na figure https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00016935 vo vtoryx ocen vazny realnye otzyvy pokupatelei https bayra market index php dispatch=products on sale page=80 ia so svoei storony vsegda prizyvala svoix klientov ostavliat otzyvy https bayra market produkty pitaniya ru page 4 obieiasniala pocemu eto tak vazno dlia nas poskolku kolicestvo xorosix otzyvov pomogaet vyiti v top i poiavliatsia na pervyx stranicax po zaprosam https bayra market galantereya i ukrasheniya page 15 v tretix vazna reguliarnost postavok i postoiannoe nalicie tovarov na sklade https bayra market oniks finans ooo category id=25987 page=52 u nas s etim inogda slucaiutsia pereboi potomu cto proizvodstvo ne mozet udovletvorit ves spros no my staraemsia podderzivat normalnuiu reguliarnost postavok https bayra market produkty pitaniya ru molochnaya produkciya syry syrnye produkty ru syr rossiyskiy p t kiprino 180 g floupak tovary kazduiu nedeliu otpravliaiutsia na raznye sklady nuzno izucat zony pokrytiia i maksimalno zagruzatsia na raznye sklady ctoby liudi iz raznyx regionov mogli spokoino zakazat tvoi tovar https bayra market detyam page 27 obieekt prodan https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00020677 novicku ze sozdatelnica brenda almo predlagaet s samogo nacala raboty imet plan prodaz i proizvodstvennyi plan dlia kazdogo iz marketpleisov po artikulam https bayra market produkty pitaniya ru chay kofe kakao chay chay azerchay zelenyy 25 paketikov my resili vyiti na wildberries potomu cto postavili celiu uvelicit obshhii oborot biznesa a takze xoteli nastroit eshhe odin kanal prodaz pomimo sobstvennogo internet magazina i neskolkix magazinov v oflain https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00000056 prezde cem nacat deistvovat my prosli neskolko onlain obucenii na tot moment nasi finansovye vozmoznosti byli neveliki i my vziali nacinaiushhego wb menedzera devusku kotoraia tolko nedavno otucilas i resila porabotat menedzerom prodaz na marketpleise https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00019737 3 600 000 f https bayra market oniks finans ooo category id=24507 page=15 '),
(10731,'field:18',0,1,' https cchyattsville com contact '),
(10731,'field:19',0,1,' info cchyattsville com '),
(10731,'field:6',0,1,' georgekeymn '),
(10731,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(10731,'field:8',0,1,' google '),
(10731,'field:9',0,1,' general inquiry '),
(10731,'title',0,1,' 2026 01 20 04 35 01 '),
(10732,'field:10',0,1,' vysokoe kacestvo otdelocnyx i kromocnyx materialov rosaks podtverzdeno sertifikatami sootvetstviia https kupefurnitur ru price dlia togo ctoby kupit mebelnuiu furnituru v moskve optom vam dostatocno pozvonit po telefonam kompanii rosaks ili zapolnit korotkuiu formu obratnoi sviazi https kupefurnitur ru price sirokii assortiment https kupefurnitur ru onas preimushhestva nasei kompanii blagodaria intuitivno poniatnoi navigacii i udobno strukturirovannomu saitu neobxodimye tovary legko vybirat i oplacivat onlain https kupefurnitur ru price magazin furnitury dlia mebeli kdm uspesno rabotaet na rynke bolee 20 let aktivno razvivaia optovo roznicnuiu set https kupefurnitur ru u nas vy naidete ves professionalnyi assortiment i kvalificirovannuiu pomoshh menedzera s komplektaciei zakazov https kupefurnitur ru 8 https kupefurnitur ru contact 18 pokupatel predostavliaet prodavcu soglasie na obrabotku svoix personalnyx dannyx fio nomera telefona adresa elektronnoi pocty i drugix predostavlennyx pokupatelem dannyx neobxodimyx prodavcu dlia celei podtverzdeniia oznakomleniia pokupatelia s usloviiami libo dlia napravleniia pokupateliu eps https kupefurnitur ru onas v slucae esli prodavcu napravliaet eps neposredstvenno predieiaviteliu pokupatel garantiruet cto polucil u predieiavitelia soglasie na obrabotku personalnyx dannyx predieiavitelia i peredacu ix prodavcu a takze obiazuetsia predostavit prodavcu podtverzdenie poluceniia takogo soglasiia https kupefurnitur ru catalog '),
(10732,'field:18',0,1,' https ccharstonhall com contact '),
(10732,'field:19',0,1,' info ccharstonhall com '),
(10732,'field:6',0,1,' ronaldbaw '),
(10732,'field:7',0,1,' konstantinrovini mail ru '),
(10732,'field:8',0,1,' google '),
(10732,'field:9',0,1,' general inquiry '),
(10732,'title',0,1,' 2026 01 20 04 37 57 '),
(10733,'field:10',0,1,' dekorirovanie plit idei i materialy https www kovanie ogrady ru catalog byudzhetnye pamyatniki pamyatnik iz granita pv 19 ploxoe sostoianie nadpisei na nadgrobii eto kliucevoi kriterii po kotoromu ucastok opredeliaetsia kak zabrosennyi https www kovanie ogrady ru catalog pamyatniki siny pamyatnik iz granita pv 6 restavraciia nadpisei pervoe o cem sleduet zadumatsia pri uxode za ucastkom ili ego vosstanovlenii https www kovanie ogrady ru catalog pamyatniki detskie granitnyy pamyatnik pg 7 takaia rabota trebuet navykov i akkuratnosti specialist dolzen akkuratno vosstanovit imena i daty ne povrediv samo nadgrobie https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pg 24 resit etu zadacu pomozet ritual https www kovanie ogrady ru catalog sostavnye elementy tsokolya podlozhka pdg 3 ru my udalim staruiu krasku podgotovim poverxnost pamiatnika i nanesem novuiu nadpis https www kovanie ogrady ru catalog pamyatnik mame granitnyy pamyatnik pg 9 opyt bolee 12 let v blagoustroistve kladbishh vypolniaem raboty na vsex kladbishhax moskvy i oblasti individualnyi podxod k kazdomu zaxoroneniiu vozmoznost zakaza distancionno ispolzuem tolko kacestvennye iznosostoikie materialy predostavliaem foto blagoustroistva mogily na kladbishhe do i posle rabotaem strogo po dogovoru s garantiei https www kovanie ogrady ru catalog pamyatniki muzhchine granitnyy pamyatnik pr 28 process oblagorazivaniia mest zaxoronenii ne samyi prostoi https www kovanie ogrady ru catalog izdeliya iz granita pamyatnik iz granita pv 6 obieem predstoiashhix rabot zavisit ot predpoctenii blizkix usopsego https www kovanie ogrady ru catalog pamyatniki detskie granitnyy pamyatnik pr 19 ctoby vo vremia ix vypolneniia ne stolknutsia s problemami predvaritelno stoit razrabotat eskiz https www kovanie ogrady ru catalog pamyatniki figurnye granitnyy pamyatnik pr 29 na nem sleduet predusmotret mesta montaza stola skameiki a takze opredelitsia s pamiatnikom https www kovanie ogrady ru catalog pamyatniki docheri granitnyy pamyatnik pv 60 pamiatnik iz materialov leznikovskogo i diabaza https www kovanie ogrady ru catalog pamyatniki muzhchine pamyatnik iz granita pv 6 soglasovanie rabot po blagoustroistvu mesta zaxoroneniia s predstaviteliami administracii kladbishha https www kovanie ogrady ru catalog pamyatniki muzhchine granitnyy pamyatnik pv 42 v castnosti v moskve i mosoblasti razresenie upolnomocennyx lic obiazatelno trebuetsia pri ustanovke pamiatnika i blagoustroistve mogily ustroistve ogrady '),
(10733,'field:18',0,1,' https ccharstonhall com contact '),
(10733,'field:19',0,1,' info ccharstonhall com '),
(10733,'field:6',0,1,' josephadeve '),
(10733,'field:7',0,1,' ramyl gilmanov mail ru '),
(10733,'field:8',0,1,' google '),
(10733,'field:9',0,1,' general inquiry '),
(10733,'title',0,1,' 2026 01 20 04 37 57 '),
(10734,'field:10',0,1,' kottedznyi poselok golicyno 9 proektiruiushhie sistemy poliva drenaza i osveshheniia https berezov lsk ru skolko budet stoit dizain ucastka razmerom 10 sotok vozvrashhaias v moskvu ne propustite memorial sovetskomu soldatu podo rzevom https berezov lsk ru zakazyval v grid landsaftnoe proektirovanie dlia ucastka 20 sotok v istrinskom raione https berezov lsk ru na samom dele eto ne pervyi moi opyt raboty s landsaftnymi dizainerami i do etogo mne kak to ne ocen vezlo https berezov lsk ru tut ia byl na samom dele priiatno udivlen i operativnostiu i kacestvom raboty https berezov lsk ru ot 25000 rub 100m2 rub https berezov lsk ru '),
(10734,'field:18',0,1,' https ccbrackenville com contact '),
(10734,'field:19',0,1,' info ccbrackenville com '),
(10734,'field:6',0,1,' scottglync '),
(10734,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(10734,'field:8',0,1,' google '),
(10734,'field:9',0,1,' general inquiry '),
(10734,'title',0,1,' 2026 01 20 04 43 20 '),
(10735,'field:10',0,1,' 1 k kvartira https si design ru river park eta usluga formata pod kliuc nuzna dlia tex kto cenit svoe vremia https si design ru river park dizainer vedet polnyi kontrol nad xodom realizacii zilogo ili biznes proekta vo vremia remontnyx rabot vyezzaet v magaziny dlia podbora mebeli i materialov pomogaet v organizacii dostavki i priemki materialov ot postavshhikov na obieekte https si design ru eurodvushka posle vneseniia avansa zamershhik vyezzaet po zaiavlennomu adresu dlia osmotra zilploshhadi vypolneniia neobxodimyx izmerenii specialist obsudit s klientom osobennosti stilistiki soglasuet dopolnitelnye niuansy po otdelke drugim usloviiam dizainery firmy razrabatyvaiut predvaritelnoe resenie po planirovke i otdelocnym materialam razmeshheniiu mebeli na etom etape predusmotrena vozmoznost dvoinoi korrektirovki proekta bez doplaty za uslugi na osnovanii priniatogo reseniia vypolniaiut kompiuternuiu vizualizaciiu ctoby prodemonstrirovat nagliadno osobennosti planirovki zakazciku ispravit nekotorye momenty do podgotovki texniceskix dokumentov delaiut certezi s razrabotkoi plana elektroprovodki vodosnabzeniia kanalizacii drugix kommunikacii etot etap takze dopuskaet razovuiu besplatnuiu korrektirovku do itogovogo utverzdeniia proekta na zaversaiushhei stadii razrabatyvaiut okoncatelnuiu redakciiu proekta https si design ru sky dizain moego interera budet kak na vasix kartinkax planirovka i raspredelenie biudzeta https si design ru townhouse sostav dizain proekta https si design ru western port '),
(10735,'field:18',0,1,' https ccholidaycity com contact '),
(10735,'field:19',0,1,' info ccholidaycity com '),
(10735,'field:6',0,1,' bryantum '),
(10735,'field:7',0,1,' nikolaii shevcov mail ru '),
(10735,'field:8',0,1,' google '),
(10735,'field:9',0,1,' general inquiry '),
(10735,'title',0,1,' 2026 01 20 04 45 20 '),
(10736,'field:10',0,1,' hae eg vildi vita verd thitt '),
(10736,'field:18',0,1,' http cclaplata com contact '),
(10736,'field:19',0,1,' info cclaplata com '),
(10736,'field:6',0,1,' robertraw '),
(10736,'field:7',0,1,' zekisuquc419 gmail com '),
(10736,'field:8',0,1,' google '),
(10736,'field:9',0,1,' general inquiry '),
(10736,'title',0,1,' 2026 01 20 04 49 11 '),
(10737,'field:10',0,1,' reiting 4 https akademy21 ru master resnic 0 iz 5 https akademy21 ru contacts spb 0 https akademy21 ru contacts murmansk gornolyznyi otdyx dostoprimecatelnosti ozdorovlenie pamiatniki istorii pliaznyi otdyx tixii spokoinyi https akademy21 ru dolgovremenaia ukladka iaponiia posmotri i leti esli vy iavliaetes poklonnikom aktivnogo otdyxa poezdka v kitai budet razumnym reseniem ved na prostorax etoi strany imeiutsia usloviia dlia zaniatii prakticeski liubymi vidami sporta nacinaia daivingom na ostrove xainan i zakancivaia gornolyznym sportom https akademy21 ru courses leshmaker otdyxai aktivno sportivno pozitivno tangla hotel sanya https akademy21 ru konturnaya plastika gub '),
(10737,'field:18',0,1,' http completecarebrick com contact '),
(10737,'field:19',0,1,' info completecarebrick com '),
(10737,'field:6',0,1,' philipvar '),
(10737,'field:7',0,1,' halcheni1990 mail ru '),
(10737,'field:8',0,1,' google '),
(10737,'field:9',0,1,' general inquiry '),
(10737,'title',0,1,' 2026 01 20 04 56 23 '),
(10738,'field:10',0,1,' polzovatsia keiteringom vygodno ved blagodaria etomu servisu vy 666 rub cel https shcherbinins ru na prazdniki svadba iubilei detskii den rozdeniia na delovye meropriiatiia konferenciia gala uzin prezentaciia produkta na otdyx piknik vstreca s druziami za gorodom https shcherbinins ru uslugy 1 den 1 cas nazad https shcherbinins ru uslugy ot cego zavisit stoimost keiteringa preimushhestva zakaza keiteringa https shcherbinins ru menu '),
(10738,'field:18',0,1,' http ccspringbrook com contact '),
(10738,'field:19',0,1,' info ccspringbrook com '),
(10738,'field:6',0,1,' michaelrough '),
(10738,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10738,'field:8',0,1,' google '),
(10738,'field:9',0,1,' general inquiry '),
(10738,'title',0,1,' 2026 01 20 04 57 49 '),
(10739,'field:10',0,1,' pod vasi usloviia my sproektiruem i izgotovim konstrukcii nestandartnyx razmerov https mklider ru uslugi kontrol kachestva ispytaniya produktsii html razrabotka dokumentacii vxodit v paket uslug po soprovozdeniiu zakaza pod kliuc https mklider ru katalog oborudovanie dlya azs ognepregraditeli na nasem proizvodstve my sobliudaem vysokie texniceskie standartny raboty s metallom poetomu mozem garantirovat bezuprecnoe kacestvo gotovyx izdelii https mklider ru katalog emkosti page=3 konecno eto vlecet za soboi dopolnitelnye zatraty cto skazyvaetsia na itogovoi cene metalliceskix emkostei https mklider ru katalog emkosti rgsp rezervuary gorizontalnye stalnye podzemnye rgsp 5 m3 html tem ne menee otsutstvie posrednikov i otlazennoe proizvodstvo pozvoliaiut nam predlagat dostupnye ceny bez poter v kacestve https mklider ru katalog protivopozharnoe oborudovanie ognepregraditel op odin iz krupneisix proizvoditelei rezervuarov v rossii https mklider ru katalog oborudovanie dlya azs ognepregraditeli zakazite uslugu po proizvodstvu rezervuarov v nasei kompanii po dogovornoi cene https mklider ru nashi raboty html ostavte zaiavku specialisty sviazutsia s vami v blizaisee vremia https mklider ru katalog emkosti rgs rezervuary gorizontalnye stalnye rgsd 25 m3 html '),
(10739,'field:18',0,1,' https ccbrackenville com contact '),
(10739,'field:19',0,1,' info ccbrackenville com '),
(10739,'field:6',0,1,' michaelsuh '),
(10739,'field:7',0,1,' akindinkudryashov6842 mail ru '),
(10739,'field:8',0,1,' google '),
(10739,'field:9',0,1,' general inquiry '),
(10739,'title',0,1,' 2026 01 20 04 58 49 '),
(10740,'field:10',0,1,' rezultaty analizov predstavliaiutsia v dvux formatax libo prosto ukazyvaetsia procentnoe soderzanie iskomogo komponenta libo daetsia kacestvennaia ocenka proby https dez spasatel ru articles authors nadezhda viktorovna shved podrobnee o uslugax laboratorii mozno uznat po nomeru telefona na saite https dez spasatel ru akaritsidnaya obrabotka podrobnee o ses cao https dez spasatel ru dezinfekciya obrabotka ot pleseni sanepidemstanciia moskvy oficialnyi sait https dez spasatel ru dezinsekciya mol sobliudaite rekomendacii professionalov po podgotovke kvartiry i uborke posle obrabotki https dez spasatel ru dezinfekciya lishay podorobnee o ses sao https dez spasatel ru unichtozhenie zapakhov zapakh gari mikrobiologiceskii analiz https dez spasatel ru articles klopy '),
(10740,'field:18',0,1,' https cckressonview com contact '),
(10740,'field:19',0,1,' info cckressonview com '),
(10740,'field:6',0,1,' michaelkiz '),
(10740,'field:7',0,1,' yulyagabipo mail ru '),
(10740,'field:8',0,1,' google '),
(10740,'field:9',0,1,' general inquiry '),
(10740,'title',0,1,' 2026 01 20 05 06 36 '),
(10741,'field:10',0,1,' xocu v podarok https kapio ru katalog bumazhnaya produkcziya polotencza salfetki tualetnaya bumaga tualetnaya bumaga bumaga tualetnaja belaja mjagkij znak 1sl 51m bytovye musornye meski ispolzuiutsia v domax ofisax kafe i restoranax https kapio ru katalog akczii meshok 120 litrov 70h110 sm pvd chernyj standart jekonom izgotavlivaiutsia iz polietilena nizkogo ili vysokogo davleniia pnd pvd otlicaiutsia procnostiu i elasticnostiu https kapio ru katalog chehly i vkladyshi dlja kontejnerov stroitelnye meski povysennoi plotnosti vyderzivaiut bolsoi ves i ostrye predmety takie kak kuski betona steklo metall https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki salfetka iz mikrofibry 30h30 zheltaja bez up biologiceski razlagaemye meski ekologicnyi variant kotoryi razlagaetsia pod vozdeistviem okruzaiushhei sredy snizaia nagruzku na prirodu https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v plastah meshok 220 litrov 90h130 sm pvd chernyj jekonom cvetnye i cernye meski dlia musora pozvoliaiut sortirovat otxody cto udobno dlia utilizacii i pererabotki https kapio ru katalog chehly i vkladyshi dlja kontejnerov ukreplennye meski otlicaiutsia mnogosloinoi strukturoi povysennoi procnostiu i ustoicivostiu k mexaniceskim povrezdeniiam https kapio ru katalog xozyajstvennyij inventar usloviia oplaty dlia fiziceskix lic https kapio ru dostavka i servis kompaniia romaska iavliaetsia liderom po proizvodstvu paketov dlia musora streic plenki i paketov maika v moskve i oblasti https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v plastah meshok 180 litrov 90h110 sm pvd chernyj osoboprochnyj esli tovar dostavliaetsia kurerom to oplata osushhestvliaetsia nalicnymi kureru v ruki https kapio ru katalog byitovaya ximiya sredstva dlya myitya polov nika universal 1kg sr vo dlja mytja poverhnostej polov krasnyj pri polucenii tovara obiazatelno proverte komplektaciiu tovara https kapio ru katalog strejch plenka strejch plenka dlya ruchnoj upakovki iz polietilena nizkogo i vysokogo davleniia dlia ekspluatacii v bytovom ili proizvodstvennom rezime s postucnoi ili rulonnoi fasovkoi https kapio ru katalog sredstva dlya zashhityi ruk xozyajstvennyie perchatki perchatki rezinovye libry s napyleniem jelastichnye zheltye razmery s m l xl '),
(10741,'field:18',0,1,' https cchyattsville com contact '),
(10741,'field:19',0,1,' info cchyattsville com '),
(10741,'field:6',0,1,' michaeljam '),
(10741,'field:7',0,1,' simonenko borya list ru '),
(10741,'field:8',0,1,' google '),
(10741,'field:9',0,1,' general inquiry '),
(10741,'title',0,1,' 2026 01 20 05 07 44 '),
(10742,'field:10',0,1,' obrabotka ucastkov ot nasekomyx https dez spasatel ru articles tarakany kak nayti gnezdo tarakanov v kvartire sobliudenie pravil bezopasnosti https dez spasatel ru deratizatsiya unichtozhenie gryzunov myshi podelitsia statei kompetentnost i masterstvo znanie zakonodatelstva resursy https dez spasatel ru deratizatsiya unichtozhenie gryzunov krysy dokumentalnoe soprovozdenie https dez spasatel ru articles tarakany prichiny poyavleniya tarakanov i kak izbavitsya ot nikh dlia predotvrashheniia povtornogo poiavleniia organizuiutsia dopolnitelnye meropriiatiia po profilaktike '),
(10742,'field:18',0,1,' https ccvoorhees com contact '),
(10742,'field:19',0,1,' info ccvoorhees com '),
(10742,'field:6',0,1,' michaelslany '),
(10742,'field:7',0,1,' yulyagabipo mail ru '),
(10742,'field:8',0,1,' google '),
(10742,'field:9',0,1,' general inquiry '),
(10742,'title',0,1,' 2026 01 20 05 07 52 '),
(10743,'field:10',0,1,' bakaleia svezee miaso ryba polufabrikaty xlebobulocnye izdeliia molocnaia produkciia bytovaia ximiia specodezda odezda obuv cvety tabacnye izdeliia i mnogoe drugoe https oookors ru product davi zhele svinka 13 gr 100 sht olivkovoe maslo optovye pokupki kotorogo aktualny kak dlia magazinov tak i dlia tocek obshhestvennogo pitaniia eto produkt obiazannyi svoim proisxozdeniem olive evropeiskoi https oookors ru product glaz babl gam 14 gr blok 50 sht vecnozelenyi plod iz sred v nasi dni ee priniali i castnye lica https oookors ru product shah chaj 25 pak upak 24 sht organizaciia sovmestnyx pokupok dlia sosedei po dace kottedznyx poselkov bolsix semei sulit sushhestvennuiu ekonomiiu sredstv za scet optovyx cen ekonomiiu vremeni nervov i sil za scet dostavki neposredstvenno po adresu https oookors ru product dobryj 1l 12 sht vishnya ryabina yabloko produkty pitaniia optom ot postavshhika https oookors ru product marochnoe svetloe 05 l st 6 sht magaziny i supermarkety proizvoditelei polufabrikatov oteli sanatorii pansionaty doma otdyxa kluby profilaktorii kafe restorany stolovye i drugie predpriiatiia obshhestvennogo pitaniia medicinskie obrazovatelnye i doskolnye ucrezdeniia bolsie i mnogodetnye semi so srednim urovnem doxoda organizatory sovmestnyx pokupok https oookors ru product hols kolors blok 12 sht produkty dlia restoranov https oookors ru product natahtari 05l st 20 sht krem slivki '),
(10743,'field:18',0,1,' https ccsevernapark com contact '),
(10743,'field:19',0,1,' info ccsevernapark com '),
(10743,'field:6',0,1,' patricknip '),
(10743,'field:7',0,1,' cratunsculit1988 mail ru '),
(10743,'field:8',0,1,' google '),
(10743,'field:9',0,1,' general inquiry '),
(10743,'title',0,1,' 2026 01 20 05 10 28 '),
(10744,'field:10',0,1,' s momenta vozniknoveniia dizain interera predpolagal rabotu ne tolko nad ubranstvom pomeshheniia no i nad ego ergonomikoi https olga filippova ru kontakts s poiavleniem konveiernoi sborki i promyslennogo proizvodstva dizain interera polucil sirocaisee rasprostranenie https olga filippova ru interior appartment kazetsia cto ispolzovanie v interere veshhei u kotoryx net nikakogo osobogo naznaceniia dovolno bessmyslennaia ideia https olga filippova ru fitness spa zacem pokupat cto to cemu nelzia daze naiti dostoinoe primenenie otvet prost potomu cto takie predmety oboznacaiut stil a znacit dopolniaiut oformlenie interera https olga filippova ru fitness spa pol dolzen byt pokryt ocen procnym vlagoustoicivym i iznosoustoicivym materialom https olga filippova ru fitness spa ved eto pervoe i glavnoe pomeshhenie kuda vse budut zaxodit srazu posle ulicy https olga filippova ru uslugi seny obitaia v trexkomnatnoi kvartire ocen casto soediniaiut gostinuiu s kuxnei ctoby polucit odnu komnatu stolovuiu https olga filippova ru fitness spa ideia eta xorosaia no zdes vazno pravilno otdelit kuxniu ot stolovoi gostinoi zala https olga filippova ru beauty salons spa design sdelat eto mozno pri pomoshhi prostyx priemov ustanovit legkie peregorodki sirmy iz za kotoryx kuxnia budet kak budto arki ili kolonny https olga filippova ru shop takim obrazom gostinuiu mozno razdelit ne tolko na dve no i na neskolko tri cetyre zon https olga filippova ru horeca naprimer arka soedinit obshhee prostranstvo a dopolnitelnaia sirma ili kolonny otdeliat obedennuiu zonu ot zony relaksa gde budet stoiat divan televizor viset polocki s knigami https olga filippova ru office interior interes poniaten v evrope i amerike znacitelnoe kolicestvo liudei zivut v sieemnom zile https olga filippova ru kontakts pokraska poverxnostei v etom slucae iavliaetsia prostym bystrym i otnositelno desevym sposobom obnovit interer https olga filippova ru interery fasad '),
(10744,'field:18',0,1,' https ccspringbrook com contact '),
(10744,'field:19',0,1,' info ccspringbrook com '),
(10744,'field:6',0,1,' scottbloke '),
(10744,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(10744,'field:8',0,1,' google '),
(10744,'field:9',0,1,' general inquiry '),
(10744,'title',0,1,' 2026 01 20 05 20 07 '),
(10745,'field:10',0,1,' nazvanie mesta zaxoroneniia my rabotaem na vsex kladbishhax moskvy i oblasti nomer ucastka pod zaxoronenie predpocteniia po dizainu fotografii i informaciiu dlia naneseniia na tablicku ili nadgrobie https www kovanie ogrady ru catalog pamyatniki muzhchine pamyatnik iz granita pv 20 izgotovlenie i ustanovka granitnogo cokolia m p granitnyi cokol ispolzuetsia dlia dolgovecnosti i esteticeskoi privlekatelnosti https www kovanie ogrady ru catalog pamyatniki siny granitnyy pamyatnik pv 35 cena zavisit ot kacestva i materiala https www kovanie ogrady ru catalog pamyatnik mame granitnyy pamyatnik pv 40 oblicovka daet vozmoznost oformit mogilu v liubom cvetu i stile naprimer ispolzuia naturalnyi granit https www kovanie ogrady ru catalog pamyatniki zchenshchine pagen 2=6 figurnye elementy pridaiut unikalnost ot prostyx form do sloznyx 3d eskizov https www kovanie ogrady ru catalog pamyatniki detskie granitnyy pamyatnik pg 1 rasteniia ispolzovanie rastenii i cvetov pridast mogile uxozennyi vid i garmoniiu s prirodoi https www kovanie ogrady ru catalog pamyatniki detskie pagen 2=4 trotuarnaia ukladka obespecivaet udobnyi dostup k zaxoroneniiu delaia ego oformleniem bolee akkuratnym https www kovanie ogrady ru catalog vertikalnye granitnyy pamyatnik pv 33 svetilniki dobavliaiut uiut osobenno v vecernee vremia i sozdaiut atmosferu spokoistviia https www kovanie ogrady ru catalog khudozhestvennaya kovka kovanyy zabor 7 pamiatnik v moskovskoi oblasti https www kovanie ogrady ru catalog pamyatniki granitnyy pamyatnik pg 34 kakoi srok vypolneniia rabot so vremenem liubaia mogila teriaet vnesnii vid plitka treskaetsia rasteniia vygoraiut pamiatnik tuskneet a zemlia osedaet https www kovanie ogrady ru catalog kovanye ogrady volna blagoustroistvo mesta zaxoroneniia pozvoliaet ne tolko vosstanovit poriadok no i vyrazit uvazenie k pamiati blizkogo https www kovanie ogrady ru catalog pamyatniki siny granitnyy pamyatnik pg 7 eto vaznaia cast tradicii i kultury https www kovanie ogrady ru catalog sostavnye elementy tsokolya stolb sg 12 a dlia tex kto naxoditsia daleko my obespecim polnuiu prozracnost vypolneniia zakaza fotofiksaciia kazdogo etapa poniatnaia otcetnost akkuratnaia realizaciia vsex pozelanii https www kovanie ogrady ru catalog pamyatniki babyshke granitnyy pamyatnik pg 1 '),
(10745,'field:18',0,1,' https ccfairlawnedge com contact '),
(10745,'field:19',0,1,' info ccfairlawnedge com '),
(10745,'field:6',0,1,' josephknord '),
(10745,'field:7',0,1,' ramyl gilmanov mail ru '),
(10745,'field:8',0,1,' google '),
(10745,'field:9',0,1,' general inquiry '),
(10745,'title',0,1,' 2026 01 20 05 21 05 '),
(10746,'field:10',0,1,' ustanovleniia pravil dostupa k personalnym dannym ispolzovanie sredstv zashhity informacii obnaruzenie faktov nesankcionirovannogo dostupa vosstanovlenie personalnyx dannyx kontrol i ocenku effektivnosti primeniaemyx mer ucet masinnyx nositelei personalnyx dannyx registraciiu i ucet vsex deistvii soversaemyx s personalnymi dannymi v informacionnyx sistemax personalnyx dannyx https kupefurnitur ru mebelnaia furnitura https kupefurnitur ru contact opt 2 96 https kupefurnitur ru price 30r https kupefurnitur ru price opora dlia korpusnoi mebeli knr 50 80 xrom texniceskie xarakteristiki material v internet magazine mebelnoi furnitury i komplektuiushhix rosaks predstavleny texniceskie xarakteristiki material cinkovyi splav cvet '),
(10746,'field:18',0,1,' https ccfairlawnedge com contact '),
(10746,'field:19',0,1,' info ccfairlawnedge com '),
(10746,'field:6',0,1,' ronaldgar '),
(10746,'field:7',0,1,' konstantinrovini mail ru '),
(10746,'field:8',0,1,' google '),
(10746,'field:9',0,1,' general inquiry '),
(10746,'title',0,1,' 2026 01 20 05 21 06 '),
(10747,'field:10',0,1,' v gonkonge v proslom godu prozivalo okolo 60 tysiac multimillionerov ci aktivy ocenivaiutsia v 10 mln gonkongskix dollarov i bolee cto v pererascete v amerikanskie cerez dve nedeli posle pervogo razgovora s menedzerom ia uzinal v novoi kuxne https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d46 html otmecu masterstvo i punktualnost montaznikov prisli vovremia i sdelali vse na sovest https www legnostyle ru catalog mebel kb 13 html ispolzovanie razlicnyx materialov pozvoliaet integrirovat specificeskie faktury https www legnostyle ru catalog lestnici lestnica l8 2 html ix kontrast i sozdaet unikalnyi vnesnii vid predmeta mebeli https www legnostyle ru catalog inter eri potolki pt 27 html segodnia v rossii sushhestvuiut firmy kotorye zanimaiutsia dostavkoi elitnoi mebeli iz evropy https www legnostyle ru interernye lestnicy html stilnye i respektabelnye kabinety rukovoditelia eto statusnaia produkciia vip klassa kotoruiu priobretaiut rukovoditeli top menedzerov vyssego zvena https www legnostyle ru catalog mebel shkafy sekcii gorki scg 35 html rabocie mesta i pomeshheniia pervyx lic osnashhennye produkciei iz italii ili ispanii podcerknet vysokii uroven kompanii i status ee rukovodstva https www legnostyle ru catalog nashi raboty inter er zagorodnogo doma k6 html samym glavnym aspektom takze iavliaetsia zamknutyi cikl proizvodstva https www legnostyle ru catalog lestnici lestnica l1 15 html krome etogo dlia razlicnoi ekskliuzivnoi mebeli podbiraetsia pervoklassnaia furnitura i delaetsia podborka spona vrucnuiu https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p21 html bezopasnymi naturalnymi materialami proizvoditsia lakirovka poverxnostei https www legnostyle ru catalog mebel elitnaya detskaya mebel pagen 1=3 otdelka mebeli kozei pozvoliaet sdelat i bez togo idealnuiu italianskuiu mebel eshhe bolee interesnoi i neobycnoi https www legnostyle ru catalog mejkomnatnie dveri model i15 html dlia dizainerov koza kak otdelocnyi material vyse liubyx modnyx tendencii https www legnostyle ru catalog mebel shkafy sekcii gorki ona mozet byt ispolzovana vezde v abazure v skafax v krovatiax daze na polu i na stenax https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 17 html '),
(10747,'field:18',0,1,' https ccharstonhall com contact '),
(10747,'field:19',0,1,' info ccharstonhall com '),
(10747,'field:6',0,1,' daviddapow '),
(10747,'field:7',0,1,' tacusol 6816 mail ru '),
(10747,'field:8',0,1,' google '),
(10747,'field:9',0,1,' general inquiry '),
(10747,'title',0,1,' 2026 01 20 05 25 50 '),
(10748,'field:10',0,1,' dekorativnoe pokrytie vycvetaet poiavliaiutsia piatna i potertosti deformiruiutsia elementy konstrukcii https www legnostyle ru catalog dveri pagen 1=9 tolko kacestvenno vypolnennaia restavraciia pomozet vernut pervozdannoe velikolepie izdelii https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e5 html sredi predlozenii iompanii otlicno vpisetsia v liuboi interer https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=4 ogromnyi vybor mebeli dlia gostinic barov i biliardnyx mogut zainteresovat takze professionalov https www legnostyle ru catalog kuhni kuhna 27 html v gonkonge sotni rabotnikov mediciny v tom cisle medsestry i vraci nacali v ponedelnik zabastovku https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e22 html po informacii ot mestnyx smi mediki trebuiut ctoby vlasti polnostiu zakryli granicu s materikovym kitaem cto predotvratit epidemiiu koroonavirusa v regione https www legnostyle ru catalog kuhni kuhna 21 html na elitnuiu mebel deistvuet skladskaia programma blagodaria kotoroi interesuiushhie vas komplekty mogut byt dostavleny v tecenie 2 3 dnei https www legnostyle ru catalog mebel s 2 html kazdyi pokupatel mozet vospolzovatsia dizainerskaia mebel po individualnomu zakazu v moskve izgotavlivaetsia na nasei fabrike https www legnostyle ru catalog mebel spalni sp 1 html ot momenta zakaza do ee ustanovki vas zakaz proxodit neskolko otdelov dizainerskii konstruktorskii stoliarnyi maliarnyi sborocnyi https www legnostyle ru catalog lestnici derevannie vintovie lestnici lestnica l4 4 html my proizvodim produkciiu po individualnym proektam dlia castnyx domov restoranov ofisov v moskve i moskovskoi oblasti https www legnostyle ru catalog mebel elitnaya detskaya mebel d1 5 html funkcionalnost i bezopasnost https www legnostyle ru catalog dveri iz massiva pagen 1=2 elitnye izdeliia prednaznaceny dlia ekspluatacii a ne tolko dlia estetiki https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d9 html ergonomika modelei proektiruetsia takze tshhatelno kak i bezuprecnyi vid https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=17 poetomu pri ix proizvodstve ne dopuskaiutsia upushheniia vybiraiutsia tolko bezopasnye reseniia v tom cisle i ekologiceski bezopasnye https www legnostyle ru catalog lestnici lestnica l4 3 html takie modeli vybiraiut osobo trebovatelnye pokupateli ceniashhie svoe zdorove https www legnostyle ru derevyannaya arka html '),
(10748,'field:18',0,1,' https ccharstonhall com contact '),
(10748,'field:19',0,1,' info ccharstonhall com '),
(10748,'field:6',0,1,' daviddapow '),
(10748,'field:7',0,1,' tacusol 6816 mail ru '),
(10748,'field:8',0,1,' google '),
(10748,'field:9',0,1,' general inquiry '),
(10748,'title',0,1,' 2026 01 20 05 25 51 '),
(10749,'field:10',0,1,' looking to get more patients weve conducted an extensive industry analysis and have data on every provider in the in home health care industry respond to receive a free competitor analysis report '),
(10749,'field:18',0,1,' https ccstvincents com contact '),
(10749,'field:19',0,1,' info ccstvincents com '),
(10749,'field:6',0,1,' dale galdo '),
(10749,'field:7',0,1,' dgaldo mapagency com '),
(10749,'field:8',0,1,' map agency '),
(10749,'field:9',0,1,' general inquiry '),
(10749,'title',0,1,' 2026 01 20 05 26 01 '),
(10750,'field:10',0,1,' o https akademy21 ru contacts sochi xainan https akademy21 ru narachivabie browei k sozaleniiu u nas net podxodiashhix turov dlia otobrazeniia https akademy21 ru mmedsestra specialnye predlozeniia https akademy21 ru apparatniy pedecur 03 https akademy21 ru master brovist 06 https akademy21 ru courses nailservice 2019 na velikuiu kitaiskuiu stenu budut puskat po zapisi 07 https akademy21 ru limfodrenajny massage lica 08 https akademy21 ru trener makeup 2018 kurort veixai priglasaet liubitelei muzyki i piva 23 https akademy21 ru trener estetika tela 07 https akademy21 ru medsestra cosmetolog 2018 zapretnyi gorod rabotaet po novomu raspisaniiu https akademy21 ru master nogtevogo servisa pokazat vse predlozeniia https akademy21 ru contacts yuzhno sahalinsk sovmeshhennyi s tv https akademy21 ru contacts vladivostok '),
(10750,'field:18',0,1,' http completecarehillside com contact '),
(10750,'field:19',0,1,' info completecarehillside com '),
(10750,'field:6',0,1,' philipquaph '),
(10750,'field:7',0,1,' halcheni1990 mail ru '),
(10750,'field:8',0,1,' google '),
(10750,'field:9',0,1,' general inquiry '),
(10750,'title',0,1,' 2026 01 20 05 27 59 '),
(10751,'field:10',0,1,' ot cego zavisit stoimost keiteringa kanape dlia furseta ot 100 rublei https shcherbinins ru uslugy vse bylo prosto super brali set n5 vsem xvatilo https shcherbinins ru vse bylo svezee i vkusnoe rekomenduiu spasibo i uspexov gotovimsia k meropriiatiiu i provodim ivent kruglosutocnaia onlain podderzka klientov https shcherbinins ru contacts vybor klientov caterme https shcherbinins ru menu '),
(10751,'field:18',0,1,' http ccorangepark com contact '),
(10751,'field:19',0,1,' info ccorangepark com '),
(10751,'field:6',0,1,' michaelsow '),
(10751,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10751,'field:8',0,1,' google '),
(10751,'field:9',0,1,' general inquiry '),
(10751,'title',0,1,' 2026 01 20 05 28 40 '),
(10752,'field:10',0,1,' kak zakazat keitering v moskve cerez caterme https shcherbinins ru contacts mixail i arina https shcherbinins ru menu kommunikaciia https shcherbinins ru uslugy 1 337 rub cel https shcherbinins ru organizovyval furset dlia kolleg https shcherbinins ru contacts ili razmestite zaiavku i polucite do 7 individualnyx predlozenii za 30 minut '),
(10752,'field:18',0,1,' http ccorangepark com contact '),
(10752,'field:19',0,1,' info ccorangepark com '),
(10752,'field:6',0,1,' michaelsow '),
(10752,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10752,'field:8',0,1,' google '),
(10752,'field:9',0,1,' general inquiry '),
(10752,'title',0,1,' 2026 01 20 05 28 41 '),
(10753,'field:10',0,1,' portfolio https hydcom ru my rady kazdomu klientu priglasaem k sotrudnicestvu s nami proizvodstvo gidravliceskogo oborudovaniia v nasei kompanii zaversaetsia provedeniem stendovyx ispytanii na procnost i germeticnost soglasno trebovaniiam gost 18464 96 https hydcom ru politika obrabotki personal nyh dannyh eto polnostiu iskliucaet veroiatnost zavodskogo braka i pozvoliaet nam garantirovat vysokoe kacestvo izdelii predostavliaia 12 mesiacev garantii na liuboi izgotovlennyi gidrocilindr https hydcom ru politika obrabotki personal nyh dannyh kacestvo proizvedennogo tovara obespecivaetsia izgotovlenie gidrocilindrov na zakaz vkliucaet sleduiushhie etapy rabot process kacestvennoi svarki s minimalnym nagrevom izdeliia podrazumevaet bystruiu impulsnuiu svarku specialnym svarocnym apparatom https hydcom ru politika obrabotki personal nyh dannyh '),
(10753,'field:18',0,1,' http ccsilverlake com contact '),
(10753,'field:19',0,1,' info ccsilverlake com '),
(10753,'field:6',0,1,' williskar '),
(10753,'field:7',0,1,' martakalinina84 mail ru '),
(10753,'field:8',0,1,' google '),
(10753,'field:9',0,1,' general inquiry '),
(10753,'title',0,1,' 2026 01 20 05 29 17 '),
(10754,'field:10',0,1,' burger bum na 35 40 person https shcherbinins ru uslugy esli pri podgotovke k konferencii vy zabyli ob organizacii kofe breika obratites v nasu keiteringovuiu kompaniiu https shcherbinins ru menu v meniu est sety fursetnyx zakusok i gotovyx bliud na liuboi vkus https shcherbinins ru uslugy zakazyvali furset na svadbu v mosfurset https shcherbinins ru novinki nedeli https shcherbinins ru menu originalnoe oformlenie sozdaet atmosferu prazdnika i obespecivaet unikalnost vasego meropriiatiia https shcherbinins ru menu my vyezzaem na mesto provedeniia zaranee ctoby potom produmat kazduiu detal do melocei vkliucaia udobnuiu rasstanovku stolov i servirovku kotoraia dolzna socetatsia s obshhei stilistikoi i cvetovoi gammoi https shcherbinins ru contacts 443 rub cel https shcherbinins ru uslugy '),
(10754,'field:18',0,1,' http ccorangepark com contact '),
(10754,'field:19',0,1,' info ccorangepark com '),
(10754,'field:6',0,1,' michaelsow '),
(10754,'field:7',0,1,' natulya fedosova 96 mail ru '),
(10754,'field:8',0,1,' google '),
(10754,'field:9',0,1,' general inquiry '),
(10754,'title',0,1,' 2026 01 20 05 30 35 '),
(10755,'field:10',0,1,' voghjvouyn es vouzvoum ei imanal dzer giny '),
(10755,'field:18',0,1,' http completecareclark com contact '),
(10755,'field:19',0,1,' info completecareclark com '),
(10755,'field:6',0,1,' georgeraisk '),
(10755,'field:7',0,1,' zekisuquc419 gmail com '),
(10755,'field:8',0,1,' google '),
(10755,'field:9',0,1,' general inquiry '),
(10755,'title',0,1,' 2026 01 20 05 33 15 '),
(10756,'field:10',0,1,' 7 495 066 9214 https dialdrive ru diagnostika avtomobilia ot 1400 rub https dialdrive ru dvs 38 let opyt 17 let https dialdrive ru dvs telefon i socset podtverzdeny https dialdrive ru vladelec liuboi masiny oficialnaia garantiia na kotoruiu uze zakoncilas mozet stolknutsia s neobxodimostiu ustraniat kakuiu to nepoladku za svoi scet https dialdrive ru katalizator i glavnyi vopros kotoryi vstaet v etot moment delat li remont avtomobilia svoimi rukami ili obratitsia k professionalam https dialdrive ru dvs pervyi variant vsegda desevle no crevat razlicnymi sloznostiami otsutstvie instrumenta garaza zapasnyx detalei znanii i t https dialdrive ru katalizator p vtoroi mozet vletet v kopeecku no zato vy polucite garantiiu cto vse vypolneno kak nado https dialdrive ru remont avtomobilia 1000 rub https dialdrive ru otremontirovat avtomobil 6000 rub https dialdrive ru dvs remont avto 5500 rub https dialdrive ru '),
(10756,'field:18',0,1,' https cckressonview com contact '),
(10756,'field:19',0,1,' info cckressonview com '),
(10756,'field:6',0,1,' vincentblido '),
(10756,'field:7',0,1,' andreyy filimonov bk ru '),
(10756,'field:8',0,1,' google '),
(10756,'field:9',0,1,' general inquiry '),
(10756,'title',0,1,' 2026 01 20 05 33 34 '),
(10757,'field:10',0,1,' tonirovka prisla v negodnost poiavilis puzyrki zadiry vy priobreli avtomobil s tonirovannymi lobovym i perednimi steklami a eto zapreshheno pdd s 1 iiulia 2012 goda https dialdrive ru dvs otdal parniam masinu vse bylo sdelano v ogovorennye sroki kacestvenno dostoinogo urovnia somnenii nikakix https dialdrive ru dvs tak ze mozno poprosit parnei otpravit vam foto processa remonta ili pokraski avtomobilia oni vsegda poidut na vstrecu i uctut vasi pozelaniia https dialdrive ru katalizator ia ostalsia v polne dovolen obrashhaites k nim https dialdrive ru katalizator dokumenty podtverzdeny https dialdrive ru primery rabot https dialdrive ru dvs nazvanie stoimost zamena scepleniia komplekt ot 18000 prokacka kontura scepleniia ot 2400 zamena glavnogo cillindra scepleniia ot 3000 zamena rabocego cillindra scepleniia ot 3000 sborka razborka akpp mkpp legkovogo monoprivodnogo a m ot 9000 s u akpp mkpp polnoprivodnogo a m ot 15000 sborka razborka akpp mkpp polnoprivodnogo a m ot 15000 s u akpp mkpp legkovogo monoprivodnogo a m ot 18000 https dialdrive ru v servisnyx centrax koleso https dialdrive ru ru vas ozidaiut '),
(10757,'field:18',0,1,' https ccvoorhees com contact '),
(10757,'field:19',0,1,' info ccvoorhees com '),
(10757,'field:6',0,1,' vincentcob '),
(10757,'field:7',0,1,' andreyy filimonov bk ru '),
(10757,'field:8',0,1,' google '),
(10757,'field:9',0,1,' general inquiry '),
(10757,'title',0,1,' 2026 01 20 05 34 51 '),
(10758,'field:10',0,1,' zatem ustanavlivaem starye esli oni v normalnom sostoianii ili novye kolca novye kolca ustanavlivaiutsia na novye porsni ne stoit ispolzovat na nix starye detali http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 esli pri sborke vy zasomnevalis v blagonadeznosti satunnyx vkladysei zamenite ix na novye http dmalmotors ru remont dvigatelej html sobiraia porsnevuiu gruppu staruiu ili novuiu ne zabyvaite obilno ix smazyvat tak vy oblegcite sebe zadacu ustanovki porsnei s satunami obratno v golovku cilindrov i uberezete detali ot iznosa pri pervom zapuske dvigatelia posle remonta http dmalmotors ru zamena tsepi ili remnya grm html konstrukciia sovremennyx avto uze predusmatrivaet instrumenty dlia samodiagnostiki http dmalmotors ru remont starterov html dlia etoi celi v razlicnye agregaty vkliucaia dvigatel ustanavlivaiutsia cuvstvitelnye datciki http dmalmotors ru remont korobki peredach html poetomu ctoby ustanovit mnogie neispravnosti masteru dostatocno podkliucit specialnyi skaner v bortovoi sisteme masiny http dmalmotors ru promyvka inzhektorov html v nasem servisnom centre klientam dostupna kompiuternaia diagnostika dvigatelia http dmalmotors ru remont starterov html my ne tolko vyiavim defekty motora no i operativno ustranim ix http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 pozvonite ili ostavte svoi koordinaty na saite s vami sviazetsia nas specialist http dmalmotors ru remont starterov html my garantiruem cto odnazdy posetiv nas avtoservis vy voidete v cislo postoiannyx klientov po dostoinstvu ocenivsix kacestvo i skorost nasei raboty http dmalmotors ru vazno doveriat vse podobnye meropriiatiia opytnym professionalam ctoby ne prislos bespokoitsia o tom cto v kakoi to moment mozet proizoiti vnezapnaia polomka http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html tem bolee cto na vse provedennye raboty vy polucaete oficialnuiu garantiiu http dmalmotors ru remont starterov html utecka oxlazdaiushhei zidkosti http dmalmotors ru remont generatorov html pri etoi neispravnosti rekomenduetsia dolivka vody v sistemu oxlazdeniia http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html nuzno ponimat eto vremennaia mera no ona pozvolit vam doexat do blizaisego sto dlia provedeniia remonta http dmalmotors ru remont starterov html rastocka bloka cilindrov pod 0 http dmalmotors ru regulyarnoe tekhobsluzhivanie html 5 s zamenoi porsnevoi gruppy http dmalmotors ru remont sistemy okhlazhdeniya html mesiac nazad takoi remont 1nz vyxodil v raione 75 000 rabota zapcasti http dmalmotors ru regulyarnoe tekhobsluzhivanie html garantiia 10 000 km ili 6 mesiacev http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html '),
(10758,'field:18',0,1,' https cckressonview com contact '),
(10758,'field:19',0,1,' info cckressonview com '),
(10758,'field:6',0,1,' emanuelwizon '),
(10758,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(10758,'field:8',0,1,' google '),
(10758,'field:9',0,1,' general inquiry '),
(10758,'title',0,1,' 2026 01 20 05 36 19 '),
(10759,'field:10',0,1,' howdy doody ccatwillowcreek com did you know that it is possible to send a business proposal legally and securely when such commercial offers are sent no personal data is used and messages are sent to forms specifically designed to receive messages and appeals efficiently the importance of messages sent through communication forms reduces the chance of them being treated as spam give our service a go it wont cost you a thing we can deliver up to 50 000 messages on your instruction the cost of sending one million messages is $59 this offer is automatically generated contact us telegram https t me feedbackformeu whatsapp 375259112693 whatsapp https wa me 375259112693 we only use chat for communication '),
(10759,'field:18',0,1,' http ccatwillowcreek com contact '),
(10759,'field:19',0,1,''),
(10759,'field:6',0,1,' raymonddup '),
(10759,'field:7',0,1,' no reply josephlaurent gmail com '),
(10759,'field:8',0,1,' google '),
(10759,'field:9',0,1,' general inquiry '),
(10759,'title',0,1,' 2026 01 20 05 37 29 '),
(10760,'field:10',0,1,' liuboi avtomobil trebuet remonta http dmalmotors ru zamena i remont stsepleniya html samyi sloznyi po dvigateliu http dmalmotors ru remont starterov html samomu vosstanavlivat moshhnost ili v sto otdat v masterskoi vypolniat i bystree i kacestvennee http dmalmotors ru no srazu pricenites skolko budet stoit kapitalnyi remont dvigatelia svoimi rukami http dmalmotors ru summy xvatilo by na dva tri remonta http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 evro 0 esilovoi agregat740 http dmalmotors ru remont dvigatelej html 10 kamaz 5410 54112 5320 55102 5511 moshhnost sostavliaet 210 l http dmalmotors ru remont avtoelektriki html s http dmalmotors ru remont sistemy okhlazhdeniya html samyi bolsoi minus etogo dvigatelia v tom cto on ne otvecaet ekologiceskim dvigatel kamaza svoimi rukami evro standartam http dmalmotors ru diagnostika inzhektora html silovoi agregat pozvoliaet massoi 16 2 t vziat na buksir pricep massoi 11 5 tonn http dmalmotors ru diagnostika inzhektora html maslianyi nasos na avtomobiliax kamaz otlicaetsia dovolno taki sloznym stroeniem http dmalmotors ru samostoiatelno otremontirovat ili zamenit eto ustroistvo smozet ne kazdyi poetomu esli u voditelia malo opyta i sootvetstvuiushhix navykov lucse vsego obratitsia v servisnuiu sluzbu http dmalmotors ru promyvka inzhektorov html ximiko mexaniceskoe pri kotorom mexaniceskoe iznasivanie soprovozdaetsia sushhestvennymi ximiceskimi izmeneniiami t http dmalmotors ru zamena i remont stsepleniya html e http dmalmotors ru zamena tsepi ili remnya grm html izmeneniem struktury materiala detalei korroziia i dr http dmalmotors ru zamena masel i filtrov html '),
(10760,'field:18',0,1,' https ccvoorhees com contact '),
(10760,'field:19',0,1,' info ccvoorhees com '),
(10760,'field:6',0,1,' emanuellougs '),
(10760,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(10760,'field:8',0,1,' google '),
(10760,'field:9',0,1,' general inquiry '),
(10760,'title',0,1,' 2026 01 20 05 37 37 '),
(10761,'field:10',0,1,' po zaprosu 2280 https deneb spb ru krany i ventili 17 https deneb spb ru kollektory truba polipropilenovaia ppr pprc o 25x2 3 mm pn 10 sdr 11 belaia proizvoditsia iz random sopolimera tip 3 borealis ra 130e finliandiia ispolzuetsia v inzenernyx sistemax xolodnogo vodosnabzeniia vodootvedeniia i teplyx polov s rabocei temperaturoi do 45 s pn 10 do 60 s pn16 do 80 s pn 20 dlia podaci xolodnoi i pitevoi vody povysennogo davleniia goriacei proizvodstvennoi vody dlia transportirovki i xraneniia szatogo vozduxa ximiceskix veshhestv v sistemax kondicionirovaniia vozduxa v promyslennyx raspredelitelnyx setiax https deneb spb ru truby pn 10 i pn 20 srok ekspluatacii izdeliia sostavliaet do 50 let https deneb spb ru kollektory dlia ulucseniia raboty saita i ego vzaimodeistviia s polzovateliami my ispolzuem faily cookie https deneb spb ru burty i flancy prodolzaia rabotu s saitom vy razresaete ispolzovanie cookie failov https deneb spb ru clientam vy vsegda mozete otkliucit faily cookie v nastroikax vasego brauzera https deneb spb ru mufty i perekhodniki podrobnee o cookie failov https deneb spb ru kollektory 5 https deneb spb ru sedla 2 https deneb spb ru truby pn 10 i pn 20 2 maksimalnyi srok sluzby truboprovoda dlia kazdogo klassa ekspluatacii opredeliaetsia summarnym vremenem raboty truboprovoda pri temperaturax t rab t maks t avar i sostavliaet 50 let https deneb spb ru contacts katalog tovarov https deneb spb ru ankery oblast primeneniia polipropilenovyx trub inzenernye prezde vsego otopitelnye vodoprovodnye i texnologiceskie ustanovki https deneb spb ru obvody polipropilenovye truby xarakterizuiutsia procnostiu nepodverzennostiu korrozii ustoicivostiu k vozdeistviiu agressivnyx sred https deneb spb ru kompensatory praktikov privlekaet ix prostoi montaz metodom muftovoi svarki legkaia transportirovka https deneb spb ru homuty santekhnicheskie trubnye pri sobliudenii uslovii ekspluatacii srok sluzby dannyx trub ne menee 50 let https deneb spb ru truby armirovannye steklovoloknom pn20 i pn25 valtec predlagaet odnosloinye i mnogosloinye truby i fitingi iz polipropilena povysennoi procnosti pp r 100 kotorye vypuskaiutsia na noveisem oborudovanii https deneb spb ru dostavka diapazon diametrov ot 20 do 110 mm https deneb spb ru truby pn 10 i pn 20 mnogosloinye polipropilenovye truby valtec ppr fiber pp r fb pp r armirovany steklovoloknom ppr alux pp r al pp r splosnoi aliuminievoi prosloikoi polnostiu iskliucaiushhei diffuziiu kisloroda https deneb spb ru truby armirovannye alyuminiem forma postavki produkcii otrezki po 4 i 2 m https deneb spb ru mufty i perekhodniki '),
(10761,'field:18',0,1,' https cchyattsville com contact '),
(10761,'field:19',0,1,' info cchyattsville com '),
(10761,'field:6',0,1,' robertzinia '),
(10761,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(10761,'field:8',0,1,' google '),
(10761,'field:9',0,1,' general inquiry '),
(10761,'title',0,1,' 2026 01 20 05 40 47 '),
(10762,'field:10',0,1,' restavraciia vypolniaetsia opytnymi masterami na professionalnom urovne https www legnostyle ru catalog mejkomnatnie dveri razdvizhnye dveri razdvijnaa dver rd 3 html pozvonite po nasemu telefonu priamo seicas ctoby priglasit specialista na dom ili v ofis my vernem vasi izdeliia k zizni bystro akkuratno i kacestvenno celovek vpervye stolknuvsiisia s maneroi povedeniia kitaicev v bytu casto byvaet obeskurazen https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l4 9 html toze proisxodit i vo vremia delovyx peregovorov https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s3 html vam sleduet sozdanie dizainerskogo proekta vsegda delaetsia s ucetom pozelanii vladelca doma https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=3 specialisty rabotaiushhie na fabrike otlicaiutsia vysokoi kvalifikaciei professionalizmom umeniem sozdavat unikalnye predmety interera opytom raboty https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 5 html dizainer ne tolko formiruet interesnyi proekt on s matematiceskoi tocnostiu sozdaet takuiu mebel kotoraia budet udobnoi ergonomicnoi ekologicnoi vo vsex smyslax etogo slova https www legnostyle ru catalog mebel garderobnie pagen 1=2 gotovyi proekt peredaetsia v ruki masterov kotorye neposredstvenno i zaimutsia proizvodstvom https www legnostyle ru catalog lestnici derevannie vintovie lestnici lestnica l4 6 html dostoinstva mebeli predstavlennoi v salonax nesomnenno otmetit tot kto obladaet tonkim blagorodnym vkusom i cenit sovokupnost stilnogo dizaina i neobycainogo komforta https www legnostyle ru mezhkomnatnye dveri iz duba html na segodniasnii den elitnaia mebel polzuetsia osobennym interesom sredi naseleniia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=2 kak pravilo izgotavlivaiut ee na zakaz poetomu pokupateli s samymi bolsimi trebovaniiami mogut vypolnit razlicnye individualnye pozelaniia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o5 html krome togo mebel ot lidiruiushhix proizvoditelei otlicaetsia dopolnitelnoi otdelkoi s primeneniem naturalnogo susalnogo zolota 24k https www legnostyle ru montazh ustanovka derevyannyh lestnic html estetiku vnesnego vida v osnovnom zadaiut iziashhnye elementy xarakternye dlia francuzskogo i italianskogo stilia https www legnostyle ru catalog lestnici elitnye lestnica l4 4 html '),
(10762,'field:18',0,1,' https ccfairlawnedge com contact '),
(10762,'field:19',0,1,' info ccfairlawnedge com '),
(10762,'field:6',0,1,' davidleate '),
(10762,'field:7',0,1,' tacusol 6816 mail ru '),
(10762,'field:8',0,1,' google '),
(10762,'field:9',0,1,' general inquiry '),
(10762,'title',0,1,' 2026 01 20 05 48 49 '),
(10763,'field:10',0,1,' obstavit dom ili kvartiru obustroit spalniu kabinet ili biblioteku oborudovat torgovoe pomeshhenie ili interer restorana zadaca dlia tex kto ponimaet cennost xorosei zizni https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver o19 html v deistvitelnosti pereprodaza tovarov iz kitaia vygodnoe delo esli znat pravilnyx prodavcov i osobennosti kitaiskogo rynka https www legnostyle ru catalog lestnici elitnye vybor tovarov i proizvoditelei v kompaniia zabotitsia o svoix klientax poetomu predlagaet kacestvennuiu nemeckuiu mebel ot lucsix proizvoditelei https www legnostyle ru catalog inter eri potolki pt 10 html u nas sirokii assortiment produkcii https www legnostyle ru catalog mebel prihojie gp 4 html v kataloge vy naidete bolsoe raznoobrazie korpusnoi i miagkoi mebeli kotoraia obladaet otlicnymi ekspluatacionnymi xarakteristikami https www legnostyle ru catalog mebel shkafy sekcii gorki pagen 1=3 na saite proekta predstavlena aktualnaia i polnaia informaciia o bolee cem 5 232 680 organizaciiax rossii i sng v vide udobnogo rubrikatora po sferam deiatelnosti kompanii i geograficeskogo spravocnika organizacii https www legnostyle ru catalog inter eri potolki pt 1 html administraciia saita ne neset otvetstvennosti za kontent na saite tak kak vsia informaciia na saite sobrana iz otkrytyx istocnikov i dobavliaetsia polzovateliami a otzyvy napisany posetiteliami saita https www legnostyle ru catalog lestnici lestnica l8 18 html my uze 10 let zanimaemsia realizaciei dobrotnoi ekologiceski cistoi i bezopasnoi mebeli v rossii https www legnostyle ru catalog mejkomnatnie dveri perfetto pagen 1=2 kazdyi posetitel nasego saita naidet dlia sebia podxodiashhii variant sootvetstvuiushhii ego vkusovym predpocteniiam i finansovym vozmoznostiam https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=21 ekskliuzivnyi predstavitel elitnoi mebeli izgotovlennyi v italianskoi masterskoi neizmenno socetaet v sebe dorogie materialy rucnuiu rabotu dolgovecnost i nadeznost https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e30 html otliciia mezdu produkciei razlicnyx fabrik mozet zakliucatsia v privlecenii k razrabotke novyx modelei izvestnyx dizainerov ili unikalnym podxodom k obespeceniiu kontrolia kacestva https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 23 html tak fabrika busatto predlagaet mebel izgotovlennuiu v lucsix tradiciiax proslyx let a mebel ot bamax ili arca vypolnena v velikolepnom stile soediniaiushhem teplo nastoiashhego dereva i stroguiu vyrazitelnost form https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 27 html '),
(10763,'field:18',0,1,' https ccfairlawnedge com contact '),
(10763,'field:19',0,1,' info ccfairlawnedge com '),
(10763,'field:6',0,1,' davidleate '),
(10763,'field:7',0,1,' tacusol 6816 mail ru '),
(10763,'field:8',0,1,' google '),
(10763,'field:9',0,1,' general inquiry '),
(10763,'title',0,1,' 2026 01 20 05 48 50 '),
(10764,'field:10',0,1,' hello we have a special opportunity that could significantly boost traffic and visibility for your website ccparkplace com what if you could drive real targeted website traffic automatically using ai without paid ads complicated setups or ongoing management thats exactly what ai traffic whale delivers ai traffic whale uses advanced ai technology to generate consistent high quality traffic from multiple sources helping websites increase exposure improve engagement and grow faster all on autopilot no technical skills required no monthly ad spend and no complex tools to manage you set it up once and the ai does the work for you see how it works here https traffic vinhgrowth com you are receiving this message because we believe this offer may be relevant to your website if you do not wish to receive further communications from us please click here to unsubscribe https vinhgrowth com unsubscribe domain=ccparkplace com address 60 crown street london looking out for you margaret julia '),
(10764,'field:18',0,1,' http ccparkplace com contact '),
(10764,'field:19',0,1,' info ccparkplace com '),
(10764,'field:6',0,1,' margaret julia '),
(10764,'field:7',0,1,' yiyayova gmail com '),
(10764,'field:8',0,1,' aistore '),
(10764,'field:9',0,1,' volunteer opportunities '),
(10764,'title',0,1,' 2026 01 20 05 53 56 '),
(10765,'field:10',0,1,' vse privedennye v opisanii dannogo pribora parametry iavliaiutsia tipicnymi ix tocnoe znacenie opredeliaetsia v processe kalibrovki https www ndt club com product 536 shabloni i prisposobleniya dlya vizyalnogo i izmeritelnogo kontrolya htm dlia opredeleniia realnyx parametrov pribora pri ego priobretenii rekomenduem zakazat kalibrovku v metrologiceskoi sluzbe https www ndt club com product 52 silver schmidt live molotok shmidta proceq htm obnovleno 14 ianvaria 2017 https www ndt club com product 797 aquadrive stanciya ypravleniya htm https www ndt club com index php z=sendast %cf pd=5 https www ndt club com produkcija 320 zaryadnie ystroistva dlya tolshinomerov htm b https www ndt club com product 784 komplekt dlya yzk zoni posadki podshipnika kolesa boeing airbus htm u https www ndt club com product 991 semnii akkymylyator lipol 8 0 ach 11 1 v htm ud 11pu ekon 2 b https www ndt club com product 973 symka firmennaya dlya portativnih priborov tc2 htm u https www ndt club com product 338 posipen tolshinomer pokritii defelsko htm po 10t https www ndt club com produkcija 306 far i cfa yltrazvykovie defektoskopi htm r https www ndt club com product 485 kropus air ema tolshinomer htm kabeli i preobrazovateli k ud i tolshhinomeram https www ndt club com product 801 teplovizor hikmicro b20 htm analizator dlia dizelnyx dvigatelei k 290 po 10 t https www ndt club com product 46 temp 4k tverdomer dinamicheskii so vstroennim datchikom htm r https www ndt club com proizvoditeli 18 aka geo htm vakuumnye nasosy s eldvigateliami b https www ndt club com fotogalereya 8 htm u v https www ndt club com produkcija 320 zaryadnie ystroistva dlya tolshinomerov htm https www ndt club com product 778 v7 220 vibrometr portativnii htm https www ndt club com product 151 tr210 izmeritel sherohovatosti htm pered provedeniem izmerenii tolshhiny posredstvom tolshhinomera wt100a ocistite poverxnost ot pyli griazi i rzavciny a takze ot nanesennyx na nee pokrytii naprimer kraski https www ndt club com product 363 ysd 50 ips yltrazvykovoi defektoskop htm ponizte seroxovatost poverxnosti crezmernaia seroxovatost mozet privesti k iskazeniiu rezultatov izmerenii libo k nevozmoznosti scityvaniia dannyx https www ndt club com product 762 izmeritelnaya stoika shtativ ta 620 1 htm pered provedeniem izmerenii neobxodimo maksimalno sgladit poverxnost posredstvom peskostruinoi obrabotki slifovki polirovki ili s pomoshhiu sviazuiushhego veshhestva vysokoi viazkosti https www ndt club com proizvoditeli 22 skb stroipribor htm '),
(10765,'field:18',0,1,' https cckressonview com contact '),
(10765,'field:19',0,1,' info cckressonview com '),
(10765,'field:6',0,1,' stevenpiore '),
(10765,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(10765,'field:8',0,1,' google '),
(10765,'field:9',0,1,' general inquiry '),
(10765,'title',0,1,' 2026 01 20 06 18 17 '),
(10766,'field:10',0,1,' rabotaet po cernym i cvetnym metallamrabocaia temperatura 0 s do 50 smaks https www ndt club com product 429 mh 10 magnitometr milliteslametr htm izmerenie 1250 mikronsag izmerenii 1 mikronpodsvetka ekrana netdop https www ndt club com product 280 opravka s sharikom dlya izmereniya tvyordosti po metody rokvella 216 1 588 mm htm funkcii povorotnyi ekranproizvodstvo kitaigarantiia 1 god razmeshhennaia na saite informaciia reklamnyi material i ne iavliaetsia publicnoi ofertoi https www ndt club com produkcija 105 tomografi dlya kontrolya betona htm izgotovitel ostavliaet za soboi pravo meniat cenu vnesnii vid xarakteristiki i komplektaciiu priborov https www ndt club com product 217 zond vd96 vihretokovii defektoskop htm utocniaite podrobnuiu informaciiu pered zakazom https www ndt club com proizvoditeli 36 nabakem htm ultrazvukovoi tolshhinomer tuz 1 prednaznacen dlia izmereniia tolshhiny razlicnyx izdelii iz metallov i nemetallov vkliucaia izdeliia dostup k kotorym imeetsia tolko s odnoi storony https www ndt club com product 983 avm yf 160bk yltrafioletovii fonar htm tolshhinomer ultrazvukovoi ut 96 prednaznacen dlia ekspluatacii na otkrytom vozduxe dlia izmereniia tolshhiny stenki metallov i metalliceskix splavov v diapazone skorosti rasprostraneniia https www ndt club com product 543 foundry master lab htm https www ndt club com product 365 a 50 adgezimetr elektronnii htm https www ndt club com product 765 teplovizor hikmicro b1l htm snimite datcik s obrazca i knopkami 7 i 8 ustanovite znacenie izmerennoi tolshhiny na indikatore pribora ravnym znaceniiu izmerennomu stangencirkulem https www ndt club com product 828 ysd 10 lf yltrazvykovoi defektoskop htm ut 301m obnovlennaia model tolshhinomera ut 301 v novom ergonomicnom korpuse iz abs plastika https www ndt club com product 747 kontrolnii obrazec mo 4 dlya mpd htm tolshhinomer ut 301m prednaznacen dlia kontrolia stenok sosudov trub kotlov i drugix izdelii v diapazone ot 0 5 do 300mm a takze dlia izmereniia skorosti uzk kolebanii https www ndt club com product 596 rft symka poyas htm '),
(10766,'field:18',0,1,' https ccvoorhees com contact '),
(10766,'field:19',0,1,' info ccvoorhees com '),
(10766,'field:6',0,1,' stevenjed '),
(10766,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(10766,'field:8',0,1,' google '),
(10766,'field:9',0,1,' general inquiry '),
(10766,'title',0,1,' 2026 01 20 06 19 12 '),
(10767,'field:10',0,1,' sankt peterburg https mobelmetall ru blog ooo ogrn 1167847287960 osnovano 08 https mobelmetall ru questions 07 https mobelmetall ru ourproduction 2016 https mobelmetall ru lazernaya rezka dubna oao zmk sovremennoe i stabilno rabotaiushhee predpriiatie zanimaet lidiruiushhuiu poziciiu na rynke i uspesno obieediniaet neskolko napravlenii deiatelnosti https mobelmetall ru ourproduction kompaniia specializiruetsia ne tolko na vypuske gruzovyx vagonov vsex tipov no i na izgotovlenii https mobelmetall ru blog po toi ze teme https mobelmetall ru lazernaya svarka dubna dlia izgotovleniia metallokonstrukcii obycno ispolzuiut stal aliuminii nerzaveiushhuiu stal a takze specialnye splavy obespecivaiushhie nuznye xarakteristiki procnosti korrozionnoi stoikosti i drugix parametrov https mobelmetall ru ourproduction my predlagaem fasadnye metallokassety stilnoe i dolgovecnoe resenie dlia oblicovki zdanii https mobelmetall ru korziny dlia kondicionerov nadeznaia zashhita i esteticnyi vnesnii vid vasego oborudovaniia https mobelmetall ru gibka metalla vodostocnye sistemy effektivnoe https mobelmetall ru blog poroshkovaya pokraska dubna '),
(10767,'field:18',0,1,' https ccsevernapark com contact '),
(10767,'field:19',0,1,' info ccsevernapark com '),
(10767,'field:6',0,1,' shermanzek '),
(10767,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(10767,'field:8',0,1,' google '),
(10767,'field:9',0,1,' general inquiry '),
(10767,'title',0,1,' 2026 01 20 06 20 26 '),
(10768,'field:10',0,1,' pri melkooptovom posive stoimost formiruetsia isxodia iz obieema zatrat postavshhika na ves perecen okazannyx uslug https norsy ru poshiv hudi faktory kotorye mogut povliiat na cenu vkliucaiut v sebia posiv iubok https norsy ru kontakty priem zaiavok konsultaciia https norsy ru o nas sxema raboty s nami https norsy ru poshiv hudi kompaniia el teks posiv zanimaetsia posivom odezdy dlia zakazcikov iz moskvy i regionov rossii https norsy ru pochemu my na proizvodstve rabotaiut lucsie konstruktory texnologi dizainery svei i laboranty https norsy ru ceny sem tekstilnye i trikotaznye izdeliia krupnym i melkim optom ot 10 stuk na razmer ot 30 stuk na model ustanovite i otkroite telegram naidite kontakt https norsy ru voprosy otvety '),
(10768,'field:18',0,1,' https completecarewall com contact '),
(10768,'field:19',0,1,' info completecarewall com '),
(10768,'field:6',0,1,' leonelnek '),
(10768,'field:7',0,1,' stapuntril1990 mail ru '),
(10768,'field:8',0,1,' google '),
(10768,'field:9',0,1,' general inquiry '),
(10768,'title',0,1,' 2026 01 20 06 22 04 '),
(10769,'field:10',0,1,' pellefirm texnologiia radiovolnovoi korrekcii figury i liftinga kozi na tele i konecnostiax https ellman ru ball texnologiia vypolniaetsia pri pomoshhi specialnyx elektrodov pellefirm predlozit cenu https ellman ru surgitron dual emc 90 vysokocastotnyi radiovolnovoi xirurgiceskii generator ellman https ellman ru rezimy raboty surgitron emc https ellman ru diamond texniceskie xarakteristiki napriazenie v seti 220v vyxodnaia castota 3 8 maksimalnaia vyxodnaia moshhnost 90 vt razmery 200mm x 160mm x 230mm ves 4 5 kg https ellman ru catalog moduliaciia forma volny pribor imeet cetyre vyxodnyx formy volny '),
(10769,'field:18',0,1,' https ccbayshore com contact '),
(10769,'field:19',0,1,' info ccbayshore com '),
(10769,'field:6',0,1,' jeffreyblarf '),
(10769,'field:7',0,1,' rerkgeemong98 mail ru '),
(10769,'field:8',0,1,' google '),
(10769,'field:9',0,1,' general inquiry '),
(10769,'title',0,1,' 2026 01 20 06 25 16 '),
(10770,'field:10',0,1,' get positive reviews to boost your business reputation 90% of new customers rely on reviews fresh 5 star feedback helps them choose you faster we provide reviews on google yelp tripadvisor trustpilot glassdoor facebook and more reach out email oliver alfareviews com whatsapp link https wa me 447575802542 '),
(10770,'field:18',0,1,' https ccsilverlake com contact '),
(10770,'field:19',0,1,' info ccsilverlake com '),
(10770,'field:6',0,1,' oliver '),
(10770,'field:7',0,1,' oliver alfareviews com '),
(10770,'field:8',0,1,' positive reviews '),
(10770,'field:9',0,1,' careers '),
(10770,'title',0,1,' 2026 01 20 06 27 33 '),
(10771,'field:10',0,1,' izgotovlenie vasei kuxni nacalos i teper vam ostaetsia tolko zdat https www legnostyle ru catalog inter eri peregorodki arka a21 html izgotovlenie kuxni zanimaet do 14 dnei maksimum v zavisimosti ot sloznosti zakaza https www legnostyle ru catalog mejkomnatnie dveri vhodnaya dver e15 html ne naslazdaites iavno komplimentom nekotorye turisty popadaiut v neodnoznacnuiu situaciiu kogda poblagodariv kitaica naprimer za vkusnyi obed v otvet slysit cto na samom dele eda opredelites s tem cto vam nuzno v svoei novoi sieemnoi kvartire https www legnostyle ru catalog mejkomnatnie dveri dver i16 html kacestvo svezest remonta v tom slucae esli kvartira budet ne novoi nalicie opredelennoi apparatury dekorativnoe pokrytie vycvetaet poiavliaiutsia piatna i potertosti deformiruiutsia elementy konstrukcii https www legnostyle ru catalog lestnici lestnica l8 19 html tolko kacestvenno vypolnennaia restavraciia pomozet vernut pervozdannoe velikolepie izdelii https www legnostyle ru catalog lestnici elitnye lestnica l1 24 html samoi elitnoi korpusnoi mebeliu dlia kabineta rukovoditelia iavliaetsia mebel iz dereva https www legnostyle ru catalog lestnici pagen 1=4 ona izyskanna privlekatelna a glavnoe sootvetstvuet strogomu dizainu interera kotoryi neobxodim kommerceskomu pomeshheniiu https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 24 html prioritetnymi iavliaiutsia predmety interera iz cennyx porod https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d48 html dorogie materialy garantiruiut cto mebel ne poteriaet privlekatelnogo vnesnego vida daze cerez mnogo let https www legnostyle ru catalog mebel b 6 html prazdnik id al adx s arabskogo perevoditsia kak prazdnik zertvoprinoseniia ili prazdnik vernosti i synovnego uvazeniia https www legnostyle ru modulnaia detskaia mebel html etot prazdnicnyi den otmecaetsia na semidesiatyi '),
(10771,'field:18',0,1,' https ccharstonhall com contact '),
(10771,'field:19',0,1,' info ccharstonhall com '),
(10771,'field:6',0,1,' daviddapow '),
(10771,'field:7',0,1,' tacusol 6816 mail ru '),
(10771,'field:8',0,1,' google '),
(10771,'field:9',0,1,' general inquiry '),
(10771,'title',0,1,' 2026 01 20 06 30 46 '),
(10772,'field:10',0,1,' v top concept deistvuiut personalnye usloviia dlia opta i segmenta horeca https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo manako uznat pocemu sotrudnicat s top concept vygodno i oznakomitsia praisom dlia optovyx klientov ili dizainerov mozno zdes https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan verona kovry https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan orlean vy mozete sekonomit vremia pozvoniv nam priamo seicas uze vospolzovalis nasimi uslugami ostavte otzyv mebel dlia kafe barov i restoranov odno iz osnovnyx napravlenii v kataloge romatti https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan chester prem u nas mozno kupit originalnye reseniia po cene ot proizvoditelia https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 1 velvet lux 92 dizainery romatti razrabotali esteticnye i udobnye komplekty specialno dlia horeca s ucetom specifiki etoi otrasli https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 2 velvet lux 83 ocenite nasi raboty po foto vy vsegda smozete podobrat otdelnye predmety ili garnitury v uze sushhestvuiushhii interer ili dlia novogo proekta ukazite svoi gorod https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo anri '),
(10772,'field:18',0,1,' https ccsevernapark com contact '),
(10772,'field:19',0,1,' info ccsevernapark com '),
(10772,'field:6',0,1,' tyronetic '),
(10772,'field:7',0,1,' galyazafuna mail ru '),
(10772,'field:8',0,1,' google '),
(10772,'field:9',0,1,' general inquiry '),
(10772,'title',0,1,' 2026 01 20 06 31 55 '),
(10773,'field:10',0,1,' priem zaiavok konsultaciia https norsy ru kontakty overloki rasposivalki i priamostrocki https norsy ru otzyvy posiv optom https norsy ru pochemu my sveinyi cex v moskve https norsy ru o nas zakrepocnaia masina https norsy ru pochemu my specializaciia proizvodstvennoi kompanii arion eto posiv na zakaz s naneseniem printov i logotipov zakazcika obespecenie reklamnogo rynka produkciei prednaznacennoi dlia provedeniia promoakcii korporativnyx sobytii a takze dlia roznicnoi i optovoi prodazi licnyx i tematiceskix podarkov https norsy ru kontakty trebuetsia uniforma dlia nebolsoi kompanii ili sportivnoi komandy ogranicennaia kollekciia veshhei izgotavlivaetsia dlia provedeniia razovoi promoakcii ekskliuzivnye izdeliia sluzat podarkom dlia partnerov ucastnikov seminara ili treninga https norsy ru ceny '),
(10773,'field:18',0,1,' https ccwestcaldwell com contact '),
(10773,'field:19',0,1,' info ccwestcaldwell com '),
(10773,'field:6',0,1,' leonelzot '),
(10773,'field:7',0,1,' stapuntril1990 mail ru '),
(10773,'field:8',0,1,' google '),
(10773,'field:9',0,1,' general inquiry '),
(10773,'title',0,1,' 2026 01 20 06 35 00 '),
(10774,'field:10',0,1,' sotrudniki sanepidemstancii polucili uzkoprofilnye znaniia o biologii nasekomyx a takze o metodax ix istrebleniia https dez spasatel ru articles authors oni takze imeiut dostup k razresennym sredstvam eto pozvoliaet im bolee effektivno protivostoiat sinantropnym nasekomym cem eto mogut sdelat obycnye grazdane i personal https dez spasatel ru actions federalnoe biudzetnoe ucrezdenie zdravooxraneniia centr gigieny i epidemiologii v gorode moskve rabotniki ses izucaiut i analiziruiut patogennye organizmy prezde cem opredelit metody borby https dez spasatel ru dezinfekciya obrabotka goryachim tumanom vremia i sroki okazaniia uslug rezultat garantii https dez spasatel ru deratizatsiya unichtozhenie gryzunov myshi doskolnye skolnye organizacii vuzy i ssuzy obshhepit promyslennye i selskoxoziaistvennye predpriiatiia zilishhno kommunalnoe xoziaistvo kommerceskie organizacii https dez spasatel ru articles tarakany pomogaet li bornaya kislota ot tarakanov po planu vsemirnoi organizacii zdravooxraneniia na baze otdeleniia virusologii osushhestvliaiutsia issledovaniia na poliomielit i kor iz 22 territorii rossiiskoi federacii https dez spasatel ru dezinsekciya shershni na baze otdela gigieny istocnikov ioniziruiushhix izlucenii sozdan mezregionalnyi centralno evropeiskii centr po voprosam radiacionnoi bezopasnosti naseleniia centralnogo regiona rossii https dez spasatel ru articles dezinfektsiya '),
(10774,'field:18',0,1,' https ccsevernapark com contact '),
(10774,'field:19',0,1,' info ccsevernapark com '),
(10774,'field:6',0,1,' michaellousa '),
(10774,'field:7',0,1,' yulyagabipo mail ru '),
(10774,'field:8',0,1,' google '),
(10774,'field:9',0,1,' general inquiry '),
(10774,'title',0,1,' 2026 01 20 06 36 54 '),
(10775,'field:10',0,1,' hallo ek wou jou prys ken '),
(10775,'field:18',0,1,' http ccsevernapark com contact '),
(10775,'field:19',0,1,' info ccsevernapark com '),
(10775,'field:6',0,1,' georgehek '),
(10775,'field:7',0,1,' zekisuquc419 gmail com '),
(10775,'field:8',0,1,' google '),
(10775,'field:9',0,1,' general inquiry '),
(10775,'title',0,1,' 2026 01 20 06 37 51 '),
(10776,'field:10',0,1,' reiting top 15 lucsix studii landsaftnogo dizaina v moskve landsaftnym dizainom v stolice zanimaiutsia neskolko soten kompanii https berezov lsk ru v otzyvax klienty i eksperty otmecaiut cto vo mnogix landsaftnyx biuro trudiatsia nastoiashhie professionaly svoego dela kotorye imeiut profilnoe obrazovanie i bolsoi opyt raboty https berezov lsk ru lidery otrasli vypolniaiut svoiu rabotu kacestvenno ispolzuia sovremennoe oborudovanie i innovacionnye narabotki v arxitekture dendrologii i inzenerii https berezov lsk ru v rezultate oni imeiut zakazcikov ne tolko v moskve i podmoskove no i v sosednix oblastiax https berezov lsk ru konkurenciia na rynke landsaftnogo dizaina v stolice vysokaia poetomu ceny na uslugi redko podnimaiutsia vyse srednerynocnyx po strane https berezov lsk ru proekt landsafta pod kliuc https berezov lsk ru ceny na proekty v studiiax landsaftnogo dizaina v moskve https berezov lsk ru kak proisxodit rabota po landsaftnomu proektirovaniiu i dizainu ucastka obshhaia ploshhad ucastka https berezov lsk ru '),
(10776,'field:18',0,1,' https completecareheritage com contact '),
(10776,'field:19',0,1,' info completecareheritage com '),
(10776,'field:6',0,1,' scottjep '),
(10776,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(10776,'field:8',0,1,' google '),
(10776,'field:9',0,1,' general inquiry '),
(10776,'title',0,1,' 2026 01 20 06 39 18 '),
(10777,'field:10',0,1,' otdelka mebeli kozei pozvoliaet sdelat i bez togo idealnuiu italianskuiu mebel eshhe bolee interesnoi i neobycnoi https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 16 html dlia dizainerov koza kak otdelocnyi material vyse liubyx modnyx tendencii https www legnostyle ru catalog mebel elitnaya detskaya mebel d1 6 html ona mozet byt ispolzovana vezde v abazure v skafax v krovatiax daze na polu i na stenax https www legnostyle ru catalog mebel stol model s 10 html sredi predlozenii iompanii otlicno vpisetsia v liuboi interer https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d8 html ogromnyi vybor mebeli dlia gostinic barov i biliardnyx mogut zainteresovat takze professionalov https www legnostyle ru catalog inter eri pt 16 html restavraciia vypolniaetsia opytnymi masterami na professionalnom urovne https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a11 html pozvonite po nasemu telefonu priamo seicas ctoby priglasit specialista na dom ili v ofis my vernem vasi izdeliia k zizni bystro akkuratno i kacestvenno texnologii izgotovleniia mebeli ottocennye na protiazenii mnogix stoletii do six por polzuiutsia zasluzennoi populiarnostiu ne tolko vo dvorcax ili osobniakax zapadnoi evropy no i v domax mirovyx pravitelei preuspevaiushhix biznesmenov i predstavitelei tvorceskoi elity https www legnostyle ru catalog inter eri stenovie paneli s31 html opiraias na mnogovekovoi opyt italianskie mastera sozdaiut sovremennye proizvedeniia iskusstva predlagaia i otnositelno dostupnye reseniia i elitnuiu mebel rasscitannuiu na pokupatelei s ocen vysokim urovnem dostatka https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d21 html bezuprecnaia ergonomika https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i26 html kazdyi element kabineta sproektirovan takim obrazom ctoby sozdavat optimalnye usloviia dlia raboty https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=8 delovye meloci vsegda budut pod rukoi na prostornoi stolesnice razmestiatsia vse vaznye bumagi udobnoe kreslo obespecit effektivnuiu podderzku pozvonocnika https www legnostyle ru catalog mejkomnatnie dveri dver p18 html stilnyi dizain https www legnostyle ru catalog lestnici lestnica l4 6 html elitnye garnitury srazu privlekaiut vnimanie tshhatelno vyverennymi stilisticeskimi reseniiami https www legnostyle ru catalog mebel g 1 html komplekty predlagaiutsia kak v klassiceskom tak i v sovremennom lakonicnom dizaine dlia polnogo sootvetstviia koncepcii interera https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub pagen 1=3 '),
(10777,'field:18',0,1,' https ccharstonhall com contact '),
(10777,'field:19',0,1,' info ccharstonhall com '),
(10777,'field:6',0,1,' daviddapow '),
(10777,'field:7',0,1,' tacusol 6816 mail ru '),
(10777,'field:8',0,1,' google '),
(10777,'field:9',0,1,' general inquiry '),
(10777,'title',0,1,' 2026 01 20 06 40 40 '),
(10778,'field:10',0,1,' uvidet istoriiu dvizeniia v treking sisteme kontrolia transporta https ftnet ru tsifrovoy universitet skif navigator pro https ftnet ru ustanovka metana na lada vesta kontrol peredvizeniia https ftnet ru logistpro emkostnoi izmeritel urovnia topliva zashhita ip67 rs 485 castotnyi i analogovyi interfeisy ble podkliucenie k pk pribory datcika usb cerez programmator pogresnost izmereniia priborov ne bolee 1% gps glonass terminal https ftnet ru petrozavodsk kupit v 1 klik https ftnet ru petrozavodsk zadavaite voprosy po ispolzovaniiu sistem gps i glonass monitoringa po tel https ftnet ru stazhirovka 8 800 444 00 61 nasi specialisty podrobno prokonsultiruiut vas https ftnet ru ustanovka gbo na renault logan rabotaem pn pt s 9 00 do 19 00 po moskve https ftnet ru narofominsk '),
(10778,'field:18',0,1,' https ccbayshore com contact '),
(10778,'field:19',0,1,' info ccbayshore com '),
(10778,'field:6',0,1,' lloydcew '),
(10778,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(10778,'field:8',0,1,' google '),
(10778,'field:9',0,1,' general inquiry '),
(10778,'title',0,1,' 2026 01 20 06 43 14 '),
(10779,'field:10',0,1,' polucat privilegii ostavaias postoiannym klientom vybrat nuznye produkty polzuias udobnoi navigaciei po katalogu bystro podgotovitsia k sobytiiam predpolagaiushhim ugoshhenie gostei kolleg v liubom formate ot furseta do masstabnogo prazdnika https oookors ru product princz lebo zerno 1 kg upak 10 sht v katalogax bakalei predstavleny sotni pozicii cto daet vozmoznost priobresti vse neobxodimoe https oookors ru product rich biter limon 1 l 12 sht my napriamuiu sotrudnicaem s lucsimi proizvoditeliam cto pozvoliaet nam predlagat tovary marok polzuiushhixsia liuboviu i doveriem pokupatelei takix k primeru kak mistral makfa bakaleinikov domasniaia kuxnia russkii produkt smak uvelka polese rubin i mnozestva drugix https oookors ru product choko paj 6 180 gr blok 16 sht dlia togo ctoby otsortirovat produkciiu interesuiushhego vas proizvoditelia vy mozete vospolzovatsia sootvetstvuiushhim filtrom eto pomozet vam operativno sorientirovatsia v nasem bogatom predlozenii https oookors ru product nivea krem mylo soft 100g posetiv optovo roznicnyi centr fud siti vy naidete nadeznyx i proverennyx partnerov dlia svoego biznesa https oookors ru product ker sari svetloe 045 l st 20 sht 15 letnii opyt v sfere torgovli produktami pitaniia pozvoliaet nam dostavit svezii produkt v liubuiu tocku rossii '),
(10779,'field:18',0,1,' https completecareoakridge com contact '),
(10779,'field:19',0,1,' info completecareoakridge com '),
(10779,'field:6',0,1,' patrickdow '),
(10779,'field:7',0,1,' cratunsculit1988 mail ru '),
(10779,'field:8',0,1,' google '),
(10779,'field:9',0,1,' general inquiry '),
(10779,'title',0,1,' 2026 01 20 06 43 26 '),
(10780,'field:10',0,1,' v obshhem slucae prodvizenie saita po kommerceskim zaprosam vozmozno lis v regionax gde u vas est fiziceskie predstavitelstva https proffseo ru privacy podvedem itogi https proffseo ru privacy uvelicit nebrendovyi trafik privlec novuiu celevuiu auditoriiu i podderzivat rabotosposobnost saita v usloviiax masstabirovaniia biznesa https proffseo ru prodvizhenie angloyazychnykh sajtov sozdaem prodaiushhii kontent stranic https proffseo ru kontakty perexody zvonki i internet zakazy s brendovogo trafika besplatno https proffseo ru prodvizhenie zarubezhnykh sajtov prozracnaia rabota https proffseo ru prodvizhenie zarubezhnykh sajtov '),
(10780,'field:18',0,1,' https completecareheritage com contact '),
(10780,'field:19',0,1,' info completecareheritage com '),
(10780,'field:6',0,1,' buddypsync '),
(10780,'field:7',0,1,' dolnovam mail ru '),
(10780,'field:8',0,1,' google '),
(10780,'field:9',0,1,' general inquiry '),
(10780,'title',0,1,' 2026 01 20 06 46 40 '),
(11003,'alt',0,1,''),
(11003,'extension',0,1,' jpg '),
(11003,'filename',0,1,' brakeleypark room 2026 01 20 145214 vldl jpg '),
(11003,'kind',0,1,' image '),
(11003,'slug',0,1,''),
(11003,'title',0,1,' brakeley park room '),
(11004,'alt',0,1,''),
(11004,'extension',0,1,' jpg '),
(11004,'filename',0,1,' brakeleypark room2 2026 01 20 145217 taqf jpg '),
(11004,'kind',0,1,' image '),
(11004,'slug',0,1,''),
(11004,'title',0,1,' brakeley park room2 '),
(11014,'field:10',0,1,' kak uze govorilos imeia fantaziiu mozno ukrasit interer samymi raznoobraznymi sposobami https olga filippova ru interery medical study center imenno poetomu mozete smelo vystavliat na vid liubimye kollekcii podobrav krasivoe obramlenie i razvesiv na stenax semeinye foto a domasniaia biblioteka mozet stat centrom interera https olga filippova ru smi eto ne samyi izvestnyi priem no on rabotaet https olga filippova ru shop nevazno kakie u vas vkusy v oformlenii i nravitsia li vam derevenskii stil ili minimalisticnyi liuboe absoliutno liuboe oformlenie interera dolzno soderzat nemnogo cernogo https olga filippova ru beauty salons spa design '),
(11014,'field:18',0,1,' https ccorangepark com contact '),
(11014,'field:19',0,1,' info ccorangepark com '),
(11014,'field:6',0,1,' scottwam '),
(11014,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(11014,'field:8',0,1,' google '),
(11014,'field:9',0,1,' general inquiry '),
(11014,'title',0,1,' 2026 01 20 06 54 31 '),
(11018,'slug',0,1,' halee s '),
(11018,'title',0,1,' halee s '),
(11019,'slug',0,1,' brent w '),
(11019,'title',0,1,' brent w '),
(11020,'slug',0,1,' chelsey z '),
(11020,'title',0,1,' chelsey z '),
(11021,'slug',0,1,' rachel r '),
(11021,'title',0,1,' rachel r '),
(11022,'slug',0,1,' rose s '),
(11022,'title',0,1,' rose s '),
(11034,'field:10',0,1,' hello i am inquiring about your service and staffing my husband has an anoxic brain injury that he acquired in 2023 and requires a lot of 1 1 '),
(11034,'field:18',0,1,' https ccglendalewest com contact '),
(11034,'field:19',0,1,' info glendalecrc com '),
(11034,'field:6',0,1,' rosalyn lakey mcfarland '),
(11034,'field:7',0,1,' rosalynrobinson08 hotmail com '),
(11034,'field:8',0,1,''),
(11034,'field:9',0,1,' general inquiry '),
(11034,'title',0,1,' 2026 01 20 06 57 32 '),
(11037,'slug',0,1,' ed s '),
(11037,'title',0,1,' ed s '),
(11038,'slug',0,1,' mason f '),
(11038,'title',0,1,' mason f '),
(11039,'slug',0,1,' vee k '),
(11039,'title',0,1,' vee k '),
(11040,'slug',0,1,' jodi b '),
(11040,'title',0,1,' jodi b '),
(11041,'slug',0,1,' keith v '),
(11041,'title',0,1,' keith v '),
(11057,'slug',0,1,' deanna g '),
(11057,'title',0,1,' deanna g '),
(11058,'slug',0,1,' pat h '),
(11058,'title',0,1,' pat h '),
(11059,'slug',0,1,' james o '),
(11059,'title',0,1,' james o '),
(11060,'slug',0,1,' helen b '),
(11060,'title',0,1,' helen b '),
(11061,'slug',0,1,' susan o '),
(11061,'title',0,1,' susan o '),
(11070,'field:10',0,1,' armis adres g https mobelmetall ru lazernaya rezka dubna volgograd ul https mobelmetall ru ourproduction krasnopolianskaia d https mobelmetall ru poroshkovaya pokraska dubna 25 tel 7 8442 54 71 90 54 80 73 https mobelmetall ru toytepa metall qurilmalari adres g https mobelmetall ru ourproduction nurafson birlik mfi ul https mobelmetall ru toskent iuli tel 998 95 177 60 81 https mobelmetall ru policy sankt peterburg https mobelmetall ru lazernaya svarka dubna na nasem saite predstavlen polnyi spisok iz 164 predpriiatii s opisaniem deiatelnosti spiskom produkcii kontaktami https mobelmetall ru aboutus krupneisie predpriiatiia otrasli ooo verxnevolzskii servisnyi metallo centr s https mobelmetall ru poroshkovaya pokraska dubna novo talicy ooo metall servis p https mobelmetall ru poroshkovaya pokraska dubna stroitel zao kurganstalmost kurgan ooo npo promet moskva oao engelsskii zavod metallokonstrukcii engels za 2024 summarnyi doxod predpriiatii 171 https mobelmetall ru blog 272 https mobelmetall ru policy 170 https mobelmetall ru aboutus 000 rub a cistaia pribyl sostavila 5 https mobelmetall ru ourproduction 524 https mobelmetall ru blog 660 https mobelmetall ru lazernaya rezka dubna 000 rub https mobelmetall ru lazernaya svarka dubna bystrovozvodimye konstrukcii gotovye proekty bystrovozvodimyx zdanii iz metallokonstrukcii eto socetanie resenii podtverzdennyx realnoi praktikoi stroitelstva i ekspluatacii zdanii opredelennogo funkcionalnogo naznaceniia i individualnogo https mobelmetall ru ooo zavolzskii zavod metalloizdelii iavliaetsia sovremennym proizvodstvennym predpriiatiem proizvodiashhim metallokonstrukcii liuboi sloznosti https mobelmetall ru questions kompleksnyi podxod k proizvodstvu rabot plazmennaia rezka l https mobelmetall ru '),
(11070,'field:18',0,1,' https completecareoakridge com contact '),
(11070,'field:19',0,1,' info completecareoakridge com '),
(11070,'field:6',0,1,' shermanamoub '),
(11070,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(11070,'field:8',0,1,' google '),
(11070,'field:9',0,1,' general inquiry '),
(11070,'title',0,1,' 2026 01 20 07 00 52 '),
(11075,'field:10',0,1,' v poslednee vremia ocen uspesno zarekomendovali sebia takie transportnye uslugi kak otslezivanie zaiavok i predlozeniia cen v sfere gruzoperevozok https keycargo ru gruzoperevozki vse novye zaiavki po vybrannym vami marsrutam i drugim parametram pridut k vam na poctu vy takze smozete otslezivat informaciiu v licnom kabinete na saite eto osobenno udobno dlia mobilnyx polzovatelei https keycargo ru o kompanii sootvetstvenno sait gruzoperevozok moi gruz sposoben pomoc vsem ucastnikam rynka mezdunarodnyx gruzoperevozok i namnogo uprostit rabotu https keycargo ru o kompanii perevozka v kaliningrad https keycargo ru kontakty vy mozete rabotat kak castnoe ili iuridiceskoe lico https keycargo ru kontakty odnoi masinoi bez zaezda na sklad https keycargo ru gruzoperevozki bystro upakuem berezno dostavim '),
(11075,'field:18',0,1,' https cckressonview com contact '),
(11075,'field:19',0,1,' info cckressonview com '),
(11075,'field:6',0,1,' briancer '),
(11075,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(11075,'field:8',0,1,' google '),
(11075,'field:9',0,1,' general inquiry '),
(11075,'title',0,1,' 2026 01 20 07 01 53 '),
(11076,'slug',0,1,' becky d '),
(11076,'title',0,1,' becky d '),
(11077,'slug',0,1,' gracie b '),
(11077,'title',0,1,' gracie b '),
(11078,'slug',0,1,' stanley b '),
(11078,'title',0,1,' stanley b '),
(11079,'slug',0,1,' gary k '),
(11079,'title',0,1,' gary k '),
(11080,'slug',0,1,' fran p '),
(11080,'title',0,1,' fran p '),
(11091,'field:10',0,1,' liubaia diskussiia svoditsia k vyboru optimalnogo reseniia kak v bytu mozno dolgo eksperimentirovat a mozno odin raz postavit gazovyi kotel i prosto zit v teple '),
(11091,'field:18',0,1,' http ccharstonhall com contact '),
(11091,'field:19',0,1,' info ccharstonhall com '),
(11091,'field:6',0,1,' sanitahaurl '),
(11091,'field:7',0,1,' jayab at0 62 gmail com '),
(11091,'field:8',0,1,' google '),
(11091,'field:9',0,1,' general inquiry '),
(11091,'title',0,1,' 2026 01 20 07 03 08 '),
(11092,'field:10',0,1,' obrashhaem vase vnimanie na to cto tarify razmeshhennye na dannom internet saite nosiat iskliucitelno informacionnyi xarakter i ni pri kakix usloviiax ne iavliaiutsia publicnoi ofertoi opredeliaemoi polozeniiami stati 437 punkt 2 grazdanskogo kodeksa rossiiskoi federacii https keycargo ru o kompanii reiting vsex kompanii https keycargo ru kontakty sekonomte na otpravke gruzov v liuboi gorod rossii https keycargo ru proizvoditel s momenta otpravleniia https keycargo ru skolko stoit dostavka '),
(11092,'field:18',0,1,' https ccvoorhees com contact '),
(11092,'field:19',0,1,' info ccvoorhees com '),
(11092,'field:6',0,1,' brianbes '),
(11092,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(11092,'field:8',0,1,' google '),
(11092,'field:9',0,1,' general inquiry '),
(11092,'title',0,1,' 2026 01 20 07 03 10 '),
(11097,'slug',0,1,' craig w '),
(11097,'title',0,1,' craig w '),
(11098,'slug',0,1,' dominque h '),
(11098,'title',0,1,' dominque h '),
(11099,'slug',0,1,' leon d '),
(11099,'title',0,1,' leon d '),
(11100,'slug',0,1,' jean p '),
(11100,'title',0,1,' jean p '),
(11101,'slug',0,1,' susan d '),
(11101,'title',0,1,' susan d '),
(11112,'slug',0,1,' mark r '),
(11112,'title',0,1,' mark r '),
(11117,'field:10',0,1,' strogo govoria zolocenie mozet byt vypolneno samostoiatelno https www legnostyle ru catalog lestnici lestnica l8 16 html znat i umet dlia etogo nuzno ne tak mnogo kak mozet pokazatsia na pervyi vzgliad https www legnostyle ru catalog nashi raboty inter er na prehistenke k4 html nalicie specialnogo kleia laka a tak ze knizki susalnogo zolota pozvolit preobrazit prakticeski liubuiu mebel https www legnostyle ru catalog mebel garderobnaya gp 2 html pri etom vse materialy kotoryi ispolzuiutsia v proizvodstve na 100% ekologicny https www legnostyle ru catalog inter eri starinnye tradicii v socetanii s sovremennymi ideiami daiut pokupateliu uverennost v tom cto on polucaet samoe lucsee https www legnostyle ru catalog kuhni kuhna 13 html ne govoria uze ob estetike evropeiskie mastera vekami ottacivali iskusstvo izgotovleniia takix predmetov mebeli kotoryi ukrasiat liubuiu obstanovku https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a7 html segodnia elitnaia mebel iz evropy vypolniaetsia v raznyx stilevyx napravleniiax i poetomu kazdyi mozet naiti to cto emu nuzno https www legnostyle ru catalog dveri pagen 1=4 v etom plane est gde razguliatsia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i30 html konecno mozno priobresti mebel iz naturalnogo dereva https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=13 odnako eto ne tak uz i desevo esli zakazyvat u professionalov https www legnostyle ru catalog mebel kts 5 html mozno postupit bolee xitro https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d41 html izgotovlenie mebeli na zakaz po individualnym razmeram nacinaetsia tolko posle obsuzdeniia s klientom vsex detalei https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri prezde cem zakazat garnitur dver i t https www legnostyle ru catalog kuhni kuhna 2 html p https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i24 html neobxodimo izmerit ploshhad na kotoroi budet raspolagatsia gotovoe izdelie https www legnostyle ru catalog mejkomnatnie dveri perfetto model p4 html v zavisimosti ot vida produkcii ponadobitsia tocnyi razmer okonnoi ramy ili dvernogo proema rasstoianie mezdu stenami i vysota potolkov v slucae montirovaniia skafa https www legnostyle ru catalog mejkomnatnie dveri nestandarnye peregorodka model a 25 html na protiazenii mnogix let kacestvennaia mebel iz dereva vysoko cenitsia pokupateliami vsego mira https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a12 html mebel iz cennyx porod otlicaetsia bezuprecnym vnesnim vidom i iskliucitelnoi nadeznostiu https www legnostyle ru catalog inter eri peregorodki arka a24 html salon elitnoi mebeli gotov predlozit izyskannuiu importnuiu mebel dlia gostinyx spalen kabinetov bibliotek detskix komnat prixozix i stolovyx https www legnostyle ru catalog inter eri arka a39 html specialisty salona abris xoroso znakomy s assortimentom kazdoi iz predstavlennyx fabrik i budut rady pomoc vam v podbore neobxodimyx predmetov interera https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p35 html italianskaia mebel proizvoditsia pod zakaz i izgotavlivaetsia masterami v sootvestvii s individualnymi pozelaniiami klienta https www legnostyle ru catalog inter eri inter er int1 html '),
(11117,'field:18',0,1,' https ccfairlawnedge com contact '),
(11117,'field:19',0,1,' info ccfairlawnedge com '),
(11117,'field:6',0,1,' davidleate '),
(11117,'field:7',0,1,' tacusol 6816 mail ru '),
(11117,'field:8',0,1,' google '),
(11117,'field:9',0,1,' general inquiry '),
(11117,'title',0,1,' 2026 01 20 07 05 19 '),
(11121,'field:10',0,1,' biblio globus zanimaet lidiruiushhie pozicii na turisticeskom rynke rossii https akademy21 ru courses massage apparatniy massazh tela lpg klientam kompanii dostupno bolee 30 napravlenii v rossii sredizemnomore azii afrike indiiskom okeane stranax sng i na bliznem vostoke https akademy21 ru blog tpost ari4xvj6k1 chego zhdat chto proishodit kto budet vo onlain sistema bronirovaniia pozvoliaet oformit raznoobraznye varianty turov sredi kotoryx ekskursionnye i ozdorovitelnye individualnye i gruppovye kombinirovannye i paketnye https akademy21 ru apparatniy massazh sferami biblio globus sotrudnicaet s 25 000 agentstv i nadeznymi postavshhikami na rynke aviaperevozki krupnymi rossiiskimi i inostrannymi kompaniiami https akademy21 ru model osnovnye partnery turoperatora v vozdusnom prostranstve https akademy21 ru contacts krasnodar velosiped gory zapovedniki priroda treking eko turizm https akademy21 ru makeup artist tury v kitai 2024 ot vsex turoperatorov ceny https akademy21 ru combinirivaniy manicur no u nas est eshhe mnogo krutyx predlozenii aleksandra pomozet naiti nuznyi tur https akademy21 ru osnovinutriciolog bystro besplatno s vnimaniem k melocam https akademy21 ru contacts volgograd gornolyznyi otdyx gornye lyzi dostoprimecatelnosti kultura i iskusstvo festivali i karnavaly xramy https akademy21 ru massagist estet '),
(11121,'field:18',0,1,' http ccoceangrove com contact '),
(11121,'field:19',0,1,' info ccoceangrove com '),
(11121,'field:6',0,1,' philiphax '),
(11121,'field:7',0,1,' halcheni1990 mail ru '),
(11121,'field:8',0,1,' google '),
(11121,'field:9',0,1,' general inquiry '),
(11121,'title',0,1,' 2026 01 20 07 05 59 '),
(11122,'field:10',0,1,' sanxai krupneisii megapolis kitaia https akademy21 ru contacts sochi ranee on scitalsia odnim iz vazneisix kulturnyx centrov poskolku obladal zavorazivaiushhei atmosferoi a takze svoeobraznym sarmom kotoryi pomog zavoevat gorodu zvanie v 20 e gody proslogo veka https akademy21 ru courses massage esli perecislit vse dostoprimecatelnosti sanxaia uidet crezvycaino mnogo vremeni poetomu ostanovimsia na xrame nefritovogo buddy https akademy21 ru cosmetolog estet nazvanie on polucil iz za ukraseniia v forme 2 statuetok buddy vyrezannyx iz belogo nefrita https akademy21 ru courses leshmaker takze posetite carskii mavzolei v naniue i sanxaiskuiu operu caruiushhee zrelishhe https akademy21 ru courses makeup no kakovy ze priciny togo cto kitai tak interesen turistam pricin neskolko https akademy21 ru courses cosmetology south china hotel https akademy21 ru cosmetolog estet sale imenno v putesestvii po kitaiu poznaetsia istinnyi vkus legendarnogo kitaiskogo caia https akademy21 ru contacts ussuriysk nastoiashhego caia https akademy21 ru courses massage elektromagnitnaya stimulyatsiya hifem idealnaia sxema poznaniia kitaiskogo caia nacinaetsia s cainoi plantacii https akademy21 ru contacts petropavlovsk otdyx v kitae stanet dlia vas ne zabyvaemym prikliuceniem napolnennym novymi emociiami otkrytiiami i vpecatleniiami turfirma rossita v sankt peterburge turoperator po kitaiu predlagaet tury v kitai s poseshheniem osnovnyx turisticeskix mest i marsrutov https akademy21 ru narachivabie resnic tury v kitai i ceny na nix vy mozete uznat na saite ili po telefonu u menedzerov nasei kompanii https akademy21 ru contacts almaty kazdyi iz marsrutov obespecit vam cudesnyi otdyx i massu nezabyvaemyx vpecatlenii https akademy21 ru blog polucite udovolstvie ot poseshheniia kitaia s agenstvom putesestvii rossita https akademy21 ru master nogtevogo servisa k sozaleniiu u nas net podxodiashhix turov dlia otobrazeniia https akademy21 ru massagist estet '),
(11122,'field:18',0,1,' http ccoceangrove com contact '),
(11122,'field:19',0,1,' info ccoceangrove com '),
(11122,'field:6',0,1,' philiphax '),
(11122,'field:7',0,1,' halcheni1990 mail ru '),
(11122,'field:8',0,1,' google '),
(11122,'field:9',0,1,' general inquiry '),
(11122,'title',0,1,' 2026 01 20 07 05 59 '),
(11123,'field:10',0,1,' zaiavka budet otpravlena https akademy21 ru narachivabie browei po dannym otkrytogo golosovaniia na saite s 25 iiulia po 10 noiabria 2014 https akademy21 ru contacts moskva rasstoianie ot irkutska do moskvy sostavliaet 4204 killometrov https akademy21 ru master nogtevogo servisa dostoprimecatelnosti zivotnyi mir pamiatniki istorii pliaznyi otdyx progulki po gorodu sovremennaia arxitektura https akademy21 ru contacts ulanude bystro besplatno s vnimaniem k melocam https akademy21 ru svadebnyi stelist prosto rasskazite kak xotite otdoxnut https akademy21 ru contacts arhangelsk vygodnoe rannee bronirovanie turov https akademy21 ru combinirivaniy manicur '),
(11123,'field:18',0,1,' http ccoceangrove com contact '),
(11123,'field:19',0,1,' info ccoceangrove com '),
(11123,'field:6',0,1,' philiphax '),
(11123,'field:7',0,1,' halcheni1990 mail ru '),
(11123,'field:8',0,1,' google '),
(11123,'field:9',0,1,' general inquiry '),
(11123,'title',0,1,' 2026 01 20 07 06 03 '),
(11124,'slug',0,1,' janice g '),
(11124,'title',0,1,' janice g '),
(11125,'slug',0,1,' katherine e '),
(11125,'title',0,1,' katherine e '),
(11126,'slug',0,1,' angie w '),
(11126,'title',0,1,' angie w '),
(11127,'slug',0,1,' tina h '),
(11127,'title',0,1,' tina h '),
(11137,'field:10',0,1,' v kataloge nasego internet magazina vy naidete mebel iz sosny ot mnogix izvestnyx mebelnyx fabrik https www legnostyle ru catalog mebel shkafy sekcii gorki scg 36 html fabriki mebeli iz massiva raspolagaiutsia v raznyx castiax rossii i v belarusii eto moskva i sankt peterburg ostrov ramenskoe i priozersk velikie luki murom i galic a takze petrozavodsk kareliia https www legnostyle ru catalog mebel iz duba pagen 1=15 kazdaia iz fabrik izgotavlivaiushhix mebel iz sosny derzit svoi stil v dizaine vypuskaemoi mebeli a takze imeet svoi tonkosti v texnologii izgotovleniia mebeli https www legnostyle ru catalog lestnici lestnica l8 20 html v sviazi s etim esli vy planiruete kupit ne odin predmet mebeli izgotovlennyi iz massiva sosny my sovetuem kupit mebel ot odnoi fabriki i togda vsia mebel budet odnotonnoi i vypolnennoi v odnom stile t https www legnostyle ru catalog inter eri pt 2 html e https www legnostyle ru stupeni dlya lestnic html budet socetatsia drug s drugom https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e8 html tak kak ne kazdaia fabrika mebeli iz massiva sosny proizvodit ves assortiment mebeli dlia daci bani i doma odni proizvodiat tolko komody i skafy drugie miagkuiu mebel treti krovati poetomu ctoby ne teriat mnogo vremeni na izucenie voprosy kak vybrat mebel iz sosny samomu my predlagaem vam konsultaciiu po telefonu https www legnostyle ru catalog lestnici lestnica l8 24 html takze vy smozete uznat kakaia mebel rasscitana na srok ekspluatacii do 20 let a kakaia mozet ne prosluzit i 5 let https www legnostyle ru catalog lestnici elitnye lestnica l8 1 html otlicnym sosedom dlia mebeli otdelannoi kozei iavliaiutsia izdeliia iz mexa https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=12 ne vazno cto eto budet pledy poduski kovriki iz skury ubitogo zivotnogo ili pokryvalo takoi tandem sdelaet liuboi interer izyskannym i roskosnym https www legnostyle ru derevyannaya arka html kitai s 1975 goda smog uspesno vernut iz kosmosa bolee dvadcati sputnikov https www legnostyle ru catalog inter eri stenovie paneli model s18 html kitaicy uvereny cto texnologiia sviazannaia s takimi kosmiceskimi apparatam uze dokazala svoiu nadeznost https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s13 html stilnyi dizain https www legnostyle ru catalog inter eri arka a24 html elitnye garnitury srazu privlekaiut vnimanie tshhatelno vyverennymi stilisticeskimi reseniiami https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 25 html komplekty predlagaiutsia kak v klassiceskom tak i v sovremennom lakonicnom dizaine dlia polnogo sootvetstviia koncepcii interera https www legnostyle ru catalog mebel gp 7 html pocemu elitnaia mebel iz evropy eto xorosii vybor prezde vsego potomu cto ee stoimost polnostiu opravdyvaetsia vysokim kacestvom https www legnostyle ru catalog kuhni kuhna 27 html naturalnye pravilno obrabotannye materialy professionalnaia sborka i kontrol na kazdom etape pozvoliaiut garantirovat cto veshh prosluzit neskolko desiatkov let https www legnostyle ru kuhonnaya derevyannaya mebel html a eto znacit cto pokupatel delaet edinorazovoe vlozenie v budushhii komfort https www legnostyle ru catalog lestnici elitnye lestnica l8 17 html mebel iz germanii slavitsia na ves mir svoimi izyskannymi formami iznosostoikostiu i procnostiu https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 38 html tak cto esli xotite sdelat svoe zile bolee funkcionalnym i ergonomicnym obrashhaites v nasu kompaniiu my pomozem vam vybrat podxodiashhii variant garnitura pod vas interer https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e13 html '),
(11137,'field:18',0,1,' https completecarebrick com contact '),
(11137,'field:19',0,1,' info completecarebrick com '),
(11137,'field:6',0,1,' davidsnuri '),
(11137,'field:7',0,1,' tacusol 6816 mail ru '),
(11137,'field:8',0,1,' google '),
(11137,'field:9',0,1,' general inquiry '),
(11137,'title',0,1,' 2026 01 20 07 06 32 '),
(11141,'field:10',0,1,' process proizvodstva rezervuarov https mklider ru katalog emkosti rgsn rezervuary gorizontalnye stalnye nazemnye rgsn 100 m3 html ctoby vase predpriiatie naxodilos vyse drugix podkliucite podxodiashhii tarif ili dobavte nas vidzet https mklider ru katalog rezervuarnoe oborudovanie klapany dyhatelnye sovmeshchennye kds 1500150200250350500 montaz promyslennyx rezervuarov i emkostei https mklider ru katalog oborudovanie dlya azs klapany otsechnye poplavkovye kop 80 spektr dopolnitelnyx uslug kompanii stalnye rezervuary v ekaterinburge https mklider ru katalog oborudovanie dlya azs mufta slivnaya ms pocemu nas vybiraiut https mklider ru katalog emkosti rgsn rezervuary gorizontalnye stalnye nazemnye rgsn 75 m3 html '),
(11141,'field:18',0,1,' https completecareheritage com contact '),
(11141,'field:19',0,1,' info completecareheritage com '),
(11141,'field:6',0,1,' michaelbaize '),
(11141,'field:7',0,1,' akindinkudryashov6842 mail ru '),
(11141,'field:8',0,1,' google '),
(11141,'field:9',0,1,' general inquiry '),
(11141,'title',0,1,' 2026 01 20 07 08 02 '),
(11143,'field:10',0,1,' ctoby dizainer sostavil pravilnyi proekt soobshhite zelaemoe kolicestvo iashhikov skafcikov dverok polok priblizitelnye ili tocnye razmery izdeliia vysota sirina glubina cvetovuiu gammu v kotoroi oformlena komnata gde budet raspolagatsia garnitur https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i4 html proekt budet sostavlen s ucetom vsex vasix pozelanii https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model i19 html my sdelaem vse ctoby gotovaia produkciia polnostiu sootvetstvovala ozidaniiam klienta https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d41 html kacestvo https www legnostyle ru catalog inter eri stenovie paneli s20 html priobretenie modelei mebeli etoi kategorii scitaetsia udacnym vlozeniem sredstv tak kak so vremenem ee cena ne tolko ne snizaetsia no zacastuiu daze rastet https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 22 html izdeliia ne teriaiut formu ne snizaiut procnost ix cveta prodolzaiut ostavatsia takimi ze socnymi https www legnostyle ru catalog mebel scg 50 html dlia izgotovleniia v bolsinstve slucaev ispolzuiutsia naturalnye i osobo cennye materialy https www legnostyle ru catalog mejkomnatnie dveri arka a24 html po mneniiu sotrudnikov kladbishha takie perezivaniia pomogut cenit bolse zizn https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 8 html bolsinstvo posetitelei kladbishha scitaiut takuiu ideiu strannoi opublikovano 11 04 2018 21 48 dolgo opredelialis so stilem izvela menedzerov neskolkix salonov moskvy s proscetami raznyx variantov operativnee i gramotnee vsex okaxalis specialisty iz https www legnostyle ru catalog mebel komod model kts 26 html dostavili bez zaderzek kak i obeshhali cerez 2 nedeli https www legnostyle ru catalog mebel derevyannye stoly stol model s 15 html sobirali 2 mastera okolo piati casov https www legnostyle ru catalog mejkomnatnie dveri model p29 html s soboi u nix kuca instrumenta vkliucaia pylesos opilki i musor pribrali https www legnostyle ru catalog mebel kabinety domasnii kabinet kb 2 html sobrali xoroso delali vypily v kamennoi stolesnice dlia moiki varki i filtra vse akkuratno https www legnostyle ru catalog mejkomnatnie dveri ottimo mejkomnatnaa dver o16 html staruiu kuxniu vynesli kak ia i prosila https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p22 html spasibo vnimanie vladelcy i sozdateli dannogo saita ne nesut otvetstvennost za ispolzovanie ssylok i informacii predstavlennyx na etom saite dobavlennoi polzovateliami saita v svobodnoi forme v vide soobshhenii na forume a tak ze kommentariiam k materialam statiam novostiam https www legnostyle ru catalog mejkomnatnie dveri model p11 html evropeiskie dizainery otlicno ponimaiut cto mebel dolzna predstavliat soboi ne tolko proizvedenie iskusstva no i prakticnye predmety bytovoi obstanovki delaiushhie zizn bolee komfortnoi https www legnostyle ru catalog mejkomnatnie dveri diverso pagen 1=6 '),
(11143,'field:18',0,1,' https completecarebrick com contact '),
(11143,'field:19',0,1,' info completecarebrick com '),
(11143,'field:6',0,1,' davidsnuri '),
(11143,'field:7',0,1,' tacusol 6816 mail ru '),
(11143,'field:8',0,1,' google '),
(11143,'field:9',0,1,' general inquiry '),
(11143,'title',0,1,' 2026 01 20 07 08 16 '),
(11146,'field:10',0,1,' ne sekret cto kogda my vozvrashhaemsia vecerom v svoiu kvartiru posle dlinnogo rabocego dnia to srazu ze voznikaet zelanie prilec na bolsoi komfortabelnyi divan i otdoxnut https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=19 v etom nam pomozet elitnaia mebel iz italii kotoraia nesomnenno obespecit nam vysokii uroven komforta https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaya dver e18 html pomimo svoei komfortabelnosti elitnaia mebel takze budet vas radovat svoei bezuprecnoi krasotoi https www legnostyle ru catalog inter eri potolki pt 11 html elitnaia kuxnia eto neprevzoidennoe socetanie maksimalnogo udobstva funkcionalnosti i izyskannogo dizaina https www legnostyle ru catalog mebel spalni sp 3 html prebyvanie na takoi kuxne splosnoe udovolstvie ved daze prigotovlenie pishhi iz obiazannosti prevrashhaetsia v priiatnoe vremiapreprovozdenie https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model i34 html uiut i komfort elitnyx kuxon ot kompanii sozdaetsia kazdoi detaliu individualnyi podxod k kazdomu klientu pozvoliaet udovletvorit liubye trebovaniia i pozelaniia https www legnostyle ru catalog mebel shkafy sekcii gorki scg 31 html dolgo opredelialis so stilem izvela menedzerov neskolkix salonov moskvy s proscetami raznyx variantov operativnee i gramotnee vsex okaxalis specialisty iz https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a2 id 986 html dostavili bez zaderzek kak i obeshhali cerez 2 nedeli https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a12 html sobirali 2 mastera okolo piati casov https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=15 s soboi u nix kuca instrumenta vkliucaia pylesos opilki i musor pribrali https www legnostyle ru catalog lestnici lestnica l8 23 html sobrali xoroso delali vypily v kamennoi stolesnice dlia moiki varki i filtra vse akkuratno https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=19 staruiu kuxniu vynesli kak ia i prosila https www legnostyle ru catalog mejkomnatnie dveri impressio dver i7 html spasibo dolse cem my ozidali s vybrannoi tkaniu dovolno dorogo vyslo https www legnostyle ru catalog inter eri s42 html no konecno ne doroze cem kupit novuiu podobnuiu mebel https www legnostyle ru catalog mejkomnatnie dveri d peregorodki peregorodka model a 25 html v liubom slucae vse sdelano dostoino https www legnostyle ru catalog mebel iz duba pagen 1=12 oznakomivsis s predstavlennym na saite materialom zakazat vybrannuiu mebel mozno v salonax kompanii gde professionalnye dizainery konsultanty predostaviat podrobnuiu informaciiu obo vsex interesuiushhix vas izdeliiax i pomogut resit samye nestandartnye zadaci po oformleniiu interera https www legnostyle ru catalog inter eri peregorodki a3 html vysokokacestvennoe obsluzivanie https www legnostyle ru catalog lestnici lestnica l1 21 html my uvazitelno otnosimsia k kazdomu pokupateliu i s udovolstviem pomozem podobrat podxodiashhuiu nemeckuiu mebel isxodia iz licnyx predpoctenii klienta https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 8 html postoianno provodim monitoring kacestva izgotovleniia produkcii ctoby predlagat pokupateliam tolko lucsie modeli https www legnostyle ru catalog mebel mebel dla domasnei biblioteki mebel dla biblioteki b 12 html '),
(11146,'field:18',0,1,' https completecarehillside com contact '),
(11146,'field:19',0,1,' info completecarehillside com '),
(11146,'field:6',0,1,' davidvom '),
(11146,'field:7',0,1,' tacusol 6816 mail ru '),
(11146,'field:8',0,1,' google '),
(11146,'field:9',0,1,' general inquiry '),
(11146,'title',0,1,' 2026 01 20 07 09 42 '),
(11147,'slug',0,1,' suzanne m '),
(11147,'title',0,1,' suzanne m '),
(11148,'slug',0,1,' nancy l '),
(11148,'title',0,1,' nancy l '),
(11149,'slug',0,1,' ronald b '),
(11149,'title',0,1,' ronald b '),
(11150,'slug',0,1,' jak a '),
(11150,'title',0,1,' jak a '),
(11151,'slug',0,1,' johannes c '),
(11151,'title',0,1,' johannes c '),
(11166,'field:10',0,1,' informacionnyi portal o kitae https www legnostyle ru catalog mebel gp 4 html ezednevnye novosti kitaia sobytiia i proissestviia segodnia interesnye stati poznavatelnye obzory foto i opisanie gorodov kitaia istoriia gosudarstva vy smozete zamenit tip tkani vybrat material interesuiushhei cvetovoi gammy uvelicit razmer spinki izmenit kolicestvo sostavnyx elementov https www legnostyle ru catalog mebel pagen 1=4 otrestavrirovannye miagkoe kreslo kusetka stulia divan snova budut radovat vzgliad i sluzit izyskannym ukraseniem interera https www legnostyle ru nadejnaya dver html obrashhaem vase vnimanie na to cto dannyi internet sait nosit iskliucitelno informacionno orientirovocnyi xarakter i ne iavliaetsia publicnoi ofertoi opredeliaemoi polozeniiami stati 437 grazdanskogo kodeksa rf https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p2 html samoi elitnoi korpusnoi mebeliu dlia kabineta rukovoditelia iavliaetsia mebel iz dereva https www legnostyle ru catalog mebel scg 11 html ona izyskanna privlekatelna a glavnoe sootvetstvuet strogomu dizainu interera kotoryi neobxodim kommerceskomu pomeshheniiu https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=18 prioritetnymi iavliaiutsia predmety interera iz cennyx porod https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 9 html dorogie materialy garantiruiut cto mebel ne poteriaet privlekatelnogo vnesnego vida daze cerez mnogo let https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=19 torgovye operacii s knr priobretaiut ogromnyi razmax https www legnostyle ru catalog mebel scg 57 html pri etom pri dostavke gruzov iz podnebesnoi prixoditsia sobliudat bolsoe cislo formalnostei https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i11 html ctoby vvezti tovar iz podnebesnoi v ekskliuzivnaia mebel po individualnym zakazam proizvoditsia iz dolgovecnyx i vysokokacestvennyx materialov https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i1 html krasivye i originalnye izdeliia ukrasaiut interer i sozdaiut neperedavaemuiu atmosferu domasnego uiuta i komforta https www legnostyle ru catalog mebel garderobnaa model gp 10 html '),
(11166,'field:18',0,1,' https completecarehillside com contact '),
(11166,'field:19',0,1,' info completecarehillside com '),
(11166,'field:6',0,1,' davidvom '),
(11166,'field:7',0,1,' tacusol 6816 mail ru '),
(11166,'field:8',0,1,' google '),
(11166,'field:9',0,1,' general inquiry '),
(11166,'title',0,1,' 2026 01 20 07 11 21 '),
(11167,'field:10',0,1,' s sgjsr rdzr snjrdzsr rjr s re '),
(11167,'field:18',0,1,' http completecarewall com contact '),
(11167,'field:19',0,1,' info completecarewall com '),
(11167,'field:6',0,1,' alybiofs '),
(11167,'field:7',0,1,' webmasterandrey777 gmail com '),
(11167,'field:8',0,1,' google '),
(11167,'field:9',0,1,' general inquiry '),
(11167,'title',0,1,' 2026 01 20 07 11 29 '),
(11170,'slug',0,1,' bill b '),
(11170,'title',0,1,' bill b '),
(11171,'slug',0,1,' nancy k '),
(11171,'title',0,1,' nancy k '),
(11172,'slug',0,1,' becky s '),
(11172,'title',0,1,' becky s '),
(11173,'slug',0,1,' eric k '),
(11173,'title',0,1,' eric k '),
(11174,'slug',0,1,' jennifer l '),
(11174,'title',0,1,' jennifer l '),
(11181,'field:10',0,1,' truby pn10 idut na xolodnoe vodosnabzenie pn 16 na centralnoe otoplenie goriacee i xolodnoe vodosnabzenie temperaturoi ne bolee 60 s pn 20 i pn 25 universalnye truby temperatura teplonositelia mozet dostigat 95 s https deneb spb ru otopleniia klassiceskogo s radiatorami ili teplogo pola vodosnabzeniia goriacego xolodnogo ventiliacii klimaticeskix sistem melioracii poliva oroseniia v sadovodstve fermerskom ili selskom xoziaistve proizvodstvennyx texnologiceskix linii na ximiceskix drugix predpriiatiiax ooo santexmart 2006 2025 https deneb spb ru truby pn 10 i pn 20 firma variant a osushhestvliaet priamye postavki trub i fitingov iz polipropilena ppr polypropilen randomcopolymer proizvodstva kompanii spk turciia i rosturplast rossiia dostupna produkciia neskolkix izvestnyx brendov pro aqua firat kalde giacomini ekoplastik politek https deneb spb ru zaglushki predstavleny modeli raznyx tiporazmerov diametrov tolshhiny stenok https deneb spb ru krany latunnye rezbovye po zaprosu 20 687 https deneb spb ru filtry i obratnye klapany 92 https deneb spb ru mufty kombinirovannye '),
(11181,'field:18',0,1,' https ccbayshore com contact '),
(11181,'field:19',0,1,' info ccbayshore com '),
(11181,'field:6',0,1,' robertpek '),
(11181,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(11181,'field:8',0,1,' google '),
(11181,'field:9',0,1,' general inquiry '),
(11181,'title',0,1,' 2026 01 20 07 12 44 '),
(11187,'field:10',0,1,' cena 13 https kapio ru katalog byitovaya ximiya universalnyie sredstva universalnoe chistjashhee sredstvo universal cleaner flakon 600 ml grass 2 25 r https kapio ru katalog mopyi pokupateliam akcii katalog oplata vozvrat tovara programma loialnosti onlain kreditovanie brendy o nas brend saturn karera v kompanii raskrytie informacii polzovatelskoe soglasenie otzyvy o kompanii pravila primeneniia rekomendatelnyx texnologii politika obrabotki personalnyx dannyx kontakty zakazat obratnyi zvonok cat s konsultantom otpravit soobshhenie 8 495 223 60 00 8 800 100 21 12 akkaunt profil zakazy cernoviki zakazov sravnenie izbrannoe uslugi dostavka rascet dostavki razgruzka i podieem rezka i raspil kolerovka krasok stroitelnyi kalkuliator magaziny molodcova ul 14 kirpicnye vyemki ul 7c1 https kapio ru katalog byitovaya ximiya pyatnovyivoditeli i otbelivateli bolee 4000 prosmotrov v den https kapio ru katalog filter obem 180 meski dlia stroitelnogo musora https kapio ru katalog xozyajstvennyij inventar flaunderyi i ramki dlya mopov shhetka sovok komplekt len transportnye sredstva v nalicii ix priblizitelnaia vmestimost i stoimost dostavki po udalennosti https kapio ru katalog byitovaya ximiya sredstva dlya metallicheskix poverxnostej help sredstvo dlja nerzhavejushhej stali 500g kompaniia romaska iavliaetsia liderom po proizvodstvu paketov dlia musora streic plenki i paketov maika v moskve i oblasti https kapio ru katalog byitovaya ximiya dezinficziruyushhie sredstva nika universal sredstvo dlja mytja poverhnostej polov s antibakt jeffektom citrus 1l '),
(11187,'field:18',0,1,' https ccbayshore com contact '),
(11187,'field:19',0,1,' info ccbayshore com '),
(11187,'field:6',0,1,' michaelelalt '),
(11187,'field:7',0,1,' simonenko borya list ru '),
(11187,'field:8',0,1,' google '),
(11187,'field:9',0,1,' general inquiry '),
(11187,'title',0,1,' 2026 01 20 07 13 28 '),
(11191,'field:10',0,1,' pospesite zakazat peretiazku v moskve nedorogo i v kacestvennom ispolnenii na vse raboty u nas ustanovleny dostupnye ceny za scet togo cto my sotrudnicaem napriamuiu s proizvoditeliami furnitury i otdelocnyx materialov dlia razlicnyx mebelnyx konstrukcii https www legnostyle ru catalog mebel spalni sp 1 html ekskliuzivnaia mebel po individualnym zakazam proizvoditsia iz dolgovecnyx i vysokokacestvennyx materialov https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 15 html krasivye i originalnye izdeliia ukrasaiut interer i sozdaiut neperedavaemuiu atmosferu domasnego uiuta i komforta https www legnostyle ru catalog inter eri potolki pt 31 html stilnye i respektabelnye kabinety rukovoditelia eto statusnaia produkciia vip klassa kotoruiu priobretaiut rukovoditeli top menedzerov vyssego zvena https www legnostyle ru catalog mebel mebel dla domasnei biblioteki pagen 1=3 rabocie mesta i pomeshheniia pervyx lic osnashhennye produkciei iz italii ili ispanii podcerknet vysokii uroven kompanii i status ee rukovodstva https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d18 html celovek vpervye stolknuvsiisia s maneroi povedeniia kitaicev v bytu casto byvaet obeskurazen https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d2 html toze proisxodit i vo vremia delovyx peregovorov https www legnostyle ru catalog mejkomnatnie dveri diverso pagen 1=2 vam sleduet v tekushhem godu vsestoronnie otnoseniia i strategiceskoe partnerstvo mezdu dvumia stranami prodolzat uglublenno razvivat https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model o20 html ozidaetsia mnogo vaznyx mezdunarodnyx sobytii https www legnostyle ru catalog mebel elitnaya detskaya mebel ob etom belaia italianskaia kuxnia sluzit otlicnym primerom roskosnogo interera i poetomu dannyi stil v oformlenii kuxonnogo ubranstva nasel otklik i u rossiiskogo pokupatelia https www legnostyle ru derevyannye naruzhnye lestnicy html '),
(11191,'field:18',0,1,' https cclehigh com contact '),
(11191,'field:19',0,1,' info cclehigh com '),
(11191,'field:6',0,1,' davidflady '),
(11191,'field:7',0,1,' tacusol 6816 mail ru '),
(11191,'field:8',0,1,' google '),
(11191,'field:9',0,1,' general inquiry '),
(11191,'title',0,1,' 2026 01 20 07 15 35 '),
(11193,'slug',0,1,' timothy b '),
(11193,'title',0,1,' timothy b '),
(11194,'slug',0,1,' jose t '),
(11194,'title',0,1,' jose t '),
(11195,'slug',0,1,' david w '),
(11195,'title',0,1,' david w '),
(11196,'slug',0,1,' gordon s '),
(11196,'title',0,1,' gordon s '),
(11197,'slug',0,1,' stanley m '),
(11197,'title',0,1,' stanley m '),
(11204,'field:10',0,1,' vnesne material malo otlicaetsia ot naturalnoi kozi https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan luvr i na oshhup on takoi ze miagkii i priiatnyi https divanlogia ru catalog myagkaya mebel dlya restoranov modulnyie divanyi divan modulnyij malta velvet lux 41 principialnoe otlicie v sostave https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 1 velvet lux 92 pristavka eko govorit o tom cto pri sozdanii materiala ne postradalo ni odno zivotnoe https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan luvr tkan sostoit iz dvux sloev pervyi osnova iz 100% xlopka vtoroi polimer https divanlogia ru catalog myagkaya mebel dlya restoranov modulnyie divanyi divan modulnyij lyuks daze prakticnaia i neprixotlivaia obivka periodiceski nuzdaetsia vo vnimanii https divanlogia ru catalog myagkaya mebel dlya restoranov kresla roskosnyi divan ili dorogoe kreslo dlia restorana prosluzat dolse esli svoevremenno i glavnoe pravilno uxazivat za nimi https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo ameli 3 rasskazyvaem kak imenno kak kupit kak zabrat kak dostavit kakie sroki kak oplatit kak smontirovat cto oznacaet termin minimalnyi zakaz kompaniia keplid xoreka zanimaetsia izgotovleniem miagkoi mebeli dlia kafe i restoranov na zakaz https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo fortobello esli vy zadumalis nad tem kakim obrazom obstavit sobstvennoe zavedenie uze opredelilis so stilem no ne vybrali miagkuiu mebel obrashhaites k professionalam keplid xoreka https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan edvard kompaniia keplid xoreka mnogo let specializiruetsia na proizvodstve mebeli vysokogo kacestva kotoruiu ispolzuiut dlia sozdaniia obstanovki fudkorta restorana kafe bara https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi hilton rogozhka 35 my predlagaem klientam bogateisii assortiment modelei miagkoi mebeli kotoraia nuznym obrazom voletsia v interer vasego zavedeniia dopolnit ego sdelaet zakoncennym https divanlogia ru catalog myagkaya mebel dlya restoranov stulya page=2 po zakazu pokupatelia my izgotovim divany kresla nizkie i vysokie https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan chester 2 my uctem vse vasi pozelaniia pomozem opredelitsia so stilem i vnesnim vidom predmetov interera https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan chester prem nam doveriaiut tysiaci pokupatelei iz raznyx ugolkov nasei strany https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 1 rogozhka 13 kompaniia keplid xoreka imeet sobstvennoe proizvodstvo poetomu my garantiruem raznoobrazie variantov miagkoi mebeli sredi kotoryx vy obiazatelno naidete podxodiashhie modeli dlia sobstvennogo zavedeniia https divanlogia ru catalog myagkaya mebel dlya doma sofas saxara korichnevyij i bezhevyij smotret tovary po gruppam https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo soft prioritetnaia tendenciia https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi atlant art 00002 '),
(11204,'field:18',0,1,' https completecareoakridge com contact '),
(11204,'field:19',0,1,' info completecareoakridge com '),
(11204,'field:6',0,1,' tyronegoark '),
(11204,'field:7',0,1,' galyazafuna mail ru '),
(11204,'field:8',0,1,' google '),
(11204,'field:9',0,1,' general inquiry '),
(11204,'title',0,1,' 2026 01 20 07 15 57 '),
(11214,'field:10',0,1,' dizain interera sovremennoi kvartiry mozet razrabatyvatsia libo v kakom nibud libo v smesannom https olga filippova ru interior appartment na segodniasnii den odnim iz samyx populiarnyx stilei interera iavliaetsia rokoko kotoryi otlicaetsia bogatstvom ubranstva i ogromnym kolicestvo bezdelusek https olga filippova ru blog kto to mozet skazat cto togo ze effekta legko dostic s pomoshhiu drugix glubokix ottenkov no my rekomenduem vam prosto poprobovat ispolzovat cernyi i posmotret cto polucitsia https olga filippova ru blog s momenta vozniknoveniia dizain interera predpolagal rabotu ne tolko nad ubranstvom pomeshheniia no i nad ego ergonomikoi https olga filippova ru office interior s poiavleniem konveiernoi sborki i promyslennogo proizvodstva dizain interera polucil sirocaisee rasprostranenie https olga filippova ru smi dlia nacalo nuzno provesti kvartiry i opredelit gde budet obshhaia zona a gde privatnaia territoriia https olga filippova ru horeca v nebolsoi kvartire mozno razdelit prostranstvo naprimer mnogoiarusnymi polkami do potolka ili iziashhnym uzkim skafom https olga filippova ru zakazat dizajn proekt stoimost za polockami budet naxoditsia krovat a vsia ostalnaia ploshhad budet scitatsia mestom dlia priema gostei https olga filippova ru portfolio 2 zacastuiu my uznaem ob osibkax planirovki sliskom pozdno tak pocemu by sperva ne sozdat virtualnyi plan komnaty i izbezat neobxodimosti peredvigat mebel s mesta na mesto osibaias snova i snova v popytkax sozdat podxodiashhuiu planirovku obieekty s razvetvlennoi prostranstvennoi strukturoi trebuiut ne tolko funkcionalnogo i esteticeskogo no i stilisticeski edinogo interernogo reseniia https olga filippova ru blog podobnye pomeshheniia dizain interera kak pravilo orientiruet na kompleksnye krupnye mebelnye kollekcii edinogo proizvoditelia ili socetannye kollekcii v ramkax odnoi dvux mebelnyx fabrik https olga filippova ru office interior '),
(11214,'field:18',0,1,' https ccatcourthouse com contact '),
(11214,'field:19',0,1,' info ccatcourthouse com '),
(11214,'field:6',0,1,' scottred '),
(11214,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(11214,'field:8',0,1,' google '),
(11214,'field:9',0,1,' general inquiry '),
(11214,'title',0,1,' 2026 01 20 07 16 59 '),
(11215,'slug',0,1,' shane b '),
(11215,'title',0,1,' shane b '),
(11216,'slug',0,1,' bob m '),
(11216,'title',0,1,' bob m '),
(11217,'slug',0,1,' leslie c '),
(11217,'title',0,1,' leslie c '),
(11218,'slug',0,1,' daniel a '),
(11218,'title',0,1,' daniel a '),
(11219,'slug',0,1,' rebecca k '),
(11219,'title',0,1,' rebecca k '),
(11227,'field:10',0,1,' zamena diskov tormoznyx zadnix i kolodok https dialdrive ru katalizator iz vsex perecislennyx tolko profilakticeskii remont avto mozno provodit svoimi rukami bez ugrozy dlia ego rabotosposobnosti https dialdrive ru katalizator no daze zamena masla v tom ze dvigatele s polnoi ego promyvkoi delo xlopotnoe i griaznoe poetomu doverit ego rekomenduetsia professionalam https dialdrive ru dvs planovoe texniceskoe obsluzivanie i remont avtomobilei otecestvennyx i importnyx proizvoditelei evropeiskix amerikanskie koreiskix kitaiskix diagnostika i obsluzivanie sistem vpryska i elektrooborudovaniia kompiuternaia diagnostika remont ebu diagnostika i sbros osibok ebu remont zamena datcikov starterov generatorov remont elektroprovodki ustanovka dopolnitelnogo oborudovaniia zapcasti v nalicii i pod zakaz udalenie vmiatin bez pokraski https dialdrive ru avtomobili biznes klassa krossovery predstavitelskogo klassa mikroavtobusy vnedorozniki 3 4 vidy uslug r14 r15 r16 r17 r18 r19 r20 r21 r22 23 sniatie i ustanovka kolesa 1 go kolesa 240 240 270 330 360 420 480 510 montaz demontaz 1 go kolesa 450 480 600 630 780 900 1020 1050 balansirovka 1 go kolesa 360 390 540 630 720 810 900 900 sezonnaia smena sin sniatie ustanovka kolesa na a m montaz demontaz balansirovka gruziki do 60gr https dialdrive ru na koleso kompleksnaia zamena sin 4 st 4200 4440 5640 6360 7440 8520 9600 9840 https dialdrive ru zamena masla v kpp avtomaticeskoi bez filtra akpp https dialdrive ru katalizator dobryi den otlicnyi servis sdelali masinu vo pervyx bystro vo vtoryx kacestvenno za cto im ogromnoe spasibo posle remonta daze masinu domoi prignali ocen dovolen ix otnoseniem k liudiam rekomenduiu vsem s liubymi problemami obrashhatsia imenno k nim eshhe raz ogromnoe spasibo https dialdrive ru '),
(11227,'field:18',0,1,' https ccsevernapark com contact '),
(11227,'field:19',0,1,' info ccsevernapark com '),
(11227,'field:6',0,1,' vincentbiase '),
(11227,'field:7',0,1,' andreyy filimonov bk ru '),
(11227,'field:8',0,1,' google '),
(11227,'field:9',0,1,' general inquiry '),
(11227,'title',0,1,' 2026 01 20 07 17 08 '),
(11228,'field:10',0,1,' pri provedenii kompiuternoi diagnostiki razborka motora ne trebuetsia http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 agregat podkliucaetsia k specializirovannomu kompiuteru i s pomoshhiu skanera vyiavliaiutsia neispravnosti v funkcionirovanii vsex uzlov dvigatelia http dmalmotors ru regulyarnoe tekhobsluzhivanie html odnako obycnye skanery daleko ne vsegda opredeliaiut vse nepoladki http dmalmotors ru remont starterov html ctoby diagnostika byla kacestvennoi i vseobieemliushhei nasi specialisty primeniaiut licenzirovannoe programmnoe obespecenie i specialnye skanery ot firmy audi http dmalmotors ru remont korobki peredach html takaia diagnostika dvigatelia audi pozvoliaet polucit sleduiushhuiu informaciiu posle polnoi razborki i ocistki dvs provoditsia ego defektovka to est specialisty opredeliaiut stepen iznosa otdelnyx elementov proveriaiut bc i gbc na predmet naliciia treshhin i drugix defektov promeriaiut cilindry izmeriaiut zazory ocenivaiut vyrabotku i t http dmalmotors ru diagnostika inzhektora html d http dmalmotors ru regulyarnoe tekhobsluzhivanie html konecnoi celiu iavliaetsia ocenka sostoianiia i zamer vsex sopriazennyx i drugix elementov posle cego osushhestvliaetsia sravnenie imeiushhixsia razmerov s zavodskimi dopuskami http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html usoversenstvovanie sovremennyx dvigatelei zavisit ot kolicestva deneznyx sredstv ix vladelcev http dmalmotors ru remont avtoelektriki html kak pravilo v konstrukcii motorov uze predusmotreno nalicie dopolnitelnyx variantov tiuninga http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html vypolnite remont radiatora dvigatelia http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 vmesto bolta vstavte v nego kranik dlia sliva http dmalmotors ru remont korobki peredach html promoite vodoi ili specsostavom produite s dvux storon http dmalmotors ru remont avtoelektriki html esli protekaet odna trubka zavarite ee http dmalmotors ru regulyarnoe tekhobsluzhivanie html vynuv taliu motor prodolzite ego razborku http dmalmotors ru zamena masel i filtrov html vplot do pustogo bloka cilindrov http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 snimite kryski zvezdocki i cep grm http dmalmotors ru promyvka inzhektorov html osvobodite kolenval ot satunov vynte ix vmeste s porsniam osmotrite vkladysi potertosti seek ix pridetsia pokupat http dmalmotors ru remont sistemy okhlazhdeniya html skoree vsego ponadobitsia remont opory dvigatelia kotoraia stradaet ot uxabov i vibracii http dmalmotors ru zamena tsepi ili remnya grm html tugoe vrashhenie vala elektrodvigatelia mozet byt vyzvano nevernoi posadkoi podsipnika kaceniia na val malyi krugovoi zazor nedostatocnoi rassabrovkoi vtulki libo vkladysa podsipnika skolzeniia naliciem v podsipnike opilok griazishhi zasoxsego masla perekosami vala obrabotkoi vala libo korpusa ne sootvetstvennoi posadke uvelicennym treniem kozanyx libo voilocnyx uplotnenii o val http dmalmotors ru remont generatorov html '),
(11228,'field:18',0,1,' https ccsevernapark com contact '),
(11228,'field:19',0,1,' info ccsevernapark com '),
(11228,'field:6',0,1,' emanueldow '),
(11228,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(11228,'field:8',0,1,' google '),
(11228,'field:9',0,1,' general inquiry '),
(11228,'title',0,1,' 2026 01 20 07 17 08 '),
(11231,'field:10',0,1,' pervoklassnye kuxni vypolnennye v dannom stile otlicaiutsia neobxodimoi funkcionalnostiu prostotoi i bogatstvom konfiguracii zavisiashhix ot planirovki pomeshheniia ili licnyx predpoctenii https www legnostyle ru catalog mebel kts 5 html podxod k proektirovaniiu kuxon podobnogo stilia dopuskaet opredelennuiu svobodu inogda daze socetaia nesocetaemoe cto predpolagaet vozmoznost izgotovleniia mebeli po osobomu zakazu https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver o19 html v kitae massa samyx raznoobraznyx dostoprimecatelnostei kotorye kazdyi god privlekaiut na territoriiu strany milliony turistov so vsego mira https www legnostyle ru catalog inter eri peregorodka model a9 html i odnoi iz takix dostoprimecatelnostei iavliaetsia kitaiskaia ne naslazdaites iavno komplimentom nekotorye turisty popadaiut v neodnoznacnuiu situaciiu kogda poblagodariv kitaica naprimer za vkusnyi obed v otvet slysit cto na samom dele eda garantiia kacestva i srokov ispolneniia zakazov https www legnostyle ru catalog mejkomnatnie dveri perfetto model p11 html kompaniia abris zabotitsia o tom ctoby vy ostalis dovolny pokupkoi i obsluzivaniem nasix specialistov https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 5 html oznakomtes s katalogom elitnyx kuxon foto kotoryx sootvetstvuiut realnosti https www legnostyle ru catalog kuhni pagen 1=3 esli u vas est voprosy sviazites s nami po telefonam ukazannym na saite ili napisite na elektronnuiu poctu https www legnostyle ru catalog mejkomnatnie dveri impressio pagen 1=2 nasi specialisty rady pomoc vam s pokupkoi elitnyx kuxon https www legnostyle ru catalog mejkomnatnie dveri model p33 html nas internet magazin udovletvorit liubogo pokupatelia svoim assortimentom i priemlemymi cenami my mozem predlozit mebel iz sosny pod liuboi biudzet https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 3 html u nas v assortimente kak desevaia mebel iz sosny tak i dorogaia elitnaia mebel vysokogo kacestva https www legnostyle ru catalog mebel shkafy sekcii gorki pagen 1=6 polnyi assortiment mebeli eto bolee 1500 tysiac naimenovanii https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e8 html '),
(11231,'field:18',0,1,' https cclehigh com contact '),
(11231,'field:19',0,1,' info cclehigh com '),
(11231,'field:6',0,1,' davidflady '),
(11231,'field:7',0,1,' tacusol 6816 mail ru '),
(11231,'field:8',0,1,' google '),
(11231,'field:9',0,1,' general inquiry '),
(11231,'title',0,1,' 2026 01 20 07 17 35 '),
(11242,'field:10',0,1,' sanepidemstanciia provodit meropriiatiia po ulucseniiu kacestva zizni naseleniia i sanitarnogo sostoianiia obieektov https dez spasatel ru actions skidka 15 dlya lgotnykh kategoriy grazhdan v spisok nasix rabot vxodiat severnyi okrug https dez spasatel ru dezinfekciya virusy podrobnee o ses nmao https dez spasatel ru dezinfekciya podezdy rabota na sovremennom moshhnom oborudovanii https dez spasatel ru articles dezinfektsiya kak pravilno provodit obrabotku borshchevika gerbitsidami severnyi okrug https dez spasatel ru articles tarakany pomogaet li bornaya kislota ot tarakanov vremia obrabotki do 1 casa garantiia do 6 mesiacev skidka na vtoruiu uslugu do 50% raboty po dogovoru da https dez spasatel ru unichtozhenie zapakhov zapakh trupa '),
(11242,'field:18',0,1,' https completecareoakridge com contact '),
(11242,'field:19',0,1,' info completecareoakridge com '),
(11242,'field:6',0,1,' michaelhat '),
(11242,'field:7',0,1,' yulyagabipo mail ru '),
(11242,'field:8',0,1,' google '),
(11242,'field:9',0,1,' general inquiry '),
(11242,'title',0,1,' 2026 01 20 07 19 36 '),
(11251,'field:10',0,1,' takze vaznyi element dlia pravilnogo i garmonicnogo dizaina interera https olga filippova ru blog otlicnyi vybor massivnyx iarkix gardin v socetanii s legkoi pastelnyx ottenkov tiuliu https olga filippova ru uslugi seny vne zavisimosti ot togo gde vy ucilis kem byli nuzno cetko opredelit gammu stilei blizkix licno vam ctoby zatem rabotat imenno v etix napravleniiax https olga filippova ru fitness spa esli vy liubite krasocnost naidite sposob privnesti v interer vasi liubimye cveta s pomoshhiu divannyx podusek ili sieemnyx oboev https olga filippova ru interery fasad esli vy nemalo putesestvovali vystavite na vseobshhee obozrenie fotografii kotorye vy delali v puti ili veshhi kotorye vam udalos priobresti ili naiti vo vremia putesestviia https olga filippova ru interior appartment esli vy pitaete osobuiu liubov k zirafam razmestite na polu kovrik ili kupite obitye tkaniu stulia s sootvetstvuiushhim printom https olga filippova ru smi kak vy mozete videt iz trex privedennyx primerov krasiat vse https olga filippova ru interery fasad betonnyi pol dereviannyi i daze keramiceskuiu plitku https olga filippova ru shop esli plitka ne gliancevaia dumaiu kraska mozet proderzatsia dostatocno dolgo https olga filippova ru office interior v karere dizainera est ne tolko prestiz i interesnye proekty no i massa trudnostei o kotoryx uznaiut ne iz knig a uze na praktike https olga filippova ru fitness spa samye glavnye iz nix takovy '),
(11251,'field:18',0,1,' https ccgrotonregency com contact '),
(11251,'field:19',0,1,' info ccgrotonregency com '),
(11251,'field:6',0,1,' scottcax '),
(11251,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(11251,'field:8',0,1,' google '),
(11251,'field:9',0,1,' general inquiry '),
(11251,'title',0,1,' 2026 01 20 07 22 19 '),
(11252,'field:10',0,1,' aksessuary dlia mebeli toze ne obxodiatsia bez otdelki ix kozei https www legnostyle ru catalog inter eri peregorodki a 38 html ili skafa abazury dlia nastolnyx lamp i svetilnikov na potolke pepelnicy dvernye rucki vse eto takze mozet byt otdelano kozei https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e11 html mebel iz italii vo vse vremena scitalas roskosiu dostoinoi izbrannyx ee mozno bylo uvidet tolko v salonax znatnyx osob https www legnostyle ru catalog mebel sp 7 html italianskaia mebel eto kropotlivaia rabota masterov i xudoznikov lombardii toskany i venecii pokoleniia kotoryx sozdavali davnie xudozestvenno remeslennye tradicii https www legnostyle ru catalog mejkomnatnie dveri model i31 html sovremennye mebelnye brendy italii izvestnye daleko za predelami strany iavliaiutsia castiu italianskoi promyslennoi istorii ix korni uxodiat v starinnye semeinye predpriiatiia xix veka https www legnostyle ru catalog mejkomnatnie dveri pagen 1=20 znamenita svoim izyskannym dizainom prakticnostiu i funkcionalnostiu https www legnostyle ru catalog mejkomnatnie dveri arka a37 html italianskaia mebelnaia industriia zanimaet lidiruiushhie mesta v mirovom mebelnom dizaine i proizvodstve https www legnostyle ru catalog mebel mebel dla domasnei biblioteki b 7 html odnako segodnia mebel iz italii stanovitsia vse bolee dostupnoi potrebiteliu https www legnostyle ru catalog mebel kabinety v 1998 godu na mebelnom rynke poiavilas kompaniia izgotovlena po zakazu kompanii italianskimi mebelnymi fabrikami https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=5 zakazat mebel iz rasprostranennogo dereva a zatem sponirovat ego dorogimi porodami https www legnostyle ru catalog mebel pagen 1=7 ne stoit celi zatknut kogo to za poias ili prodemonstrirovat uroven svoego dostatka https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 17 html poprostu dorogie porody dereva gorazdo privlekatelnee vnesne i s nimi obshhii dizain pomeshheniia priobretaet bolee privlekatelnyi vnesnii vid https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver o12 html pri vybore sredstv dekora delovogo pomeshheniia dizainery casto otdaiut predpoctenie mebeli iz dorogogo dereva proizrastaiushhego v rossii https www legnostyle ru catalog mejkomnatnie dveri model i12 html ona desevle cem produkciia iz redkix porod no smotriatsia predmety interera tak ze otlicno https www legnostyle ru catalog mebel komod model kts 22 html vsia sovremennaia mebel propityvaetsia osobymi sredstvami kotorye predotvrashhaiut gnienie i napadenie vreditelei https www legnostyle ru catalog mejkomnatnie dveri impressio model i33 html fabrika izvestnaia iskliucitelno novatorskim podxodom v italianskom dizaine https www legnostyle ru catalog mejkomnatnie dveri pagen 1=19 predlagaet ogromnoe kolicestvo resenii https www legnostyle ru catalog mebel scg 16 html predpocitaet ispolzovat tolko samye vysokotexnologicnye i naturalnye materialy https www legnostyle ru catalog mebel b 8 html produkciia otlicaetsia neizmennym kacestvom i peredovym sovremennym dizainom https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a10 html '),
(11252,'field:18',0,1,' https ccfairlawnedge com contact '),
(11252,'field:19',0,1,' info ccfairlawnedge com '),
(11252,'field:6',0,1,' davidleate '),
(11252,'field:7',0,1,' tacusol 6816 mail ru '),
(11252,'field:8',0,1,' google '),
(11252,'field:9',0,1,' general inquiry '),
(11252,'title',0,1,' 2026 01 20 07 22 56 '),
(11254,'slug',0,1,' dan m '),
(11254,'title',0,1,' dan m '),
(11255,'slug',0,1,' mark '),
(11255,'title',0,1,' mark z '),
(11268,'field:10',0,1,' ultratonkii material https www ndt club com product 680 kabeli dlya rentgenovskih apparatov icm htm esli tolshhina izmeriaemogo materiala mense niznego predela izmerenii pribora izmereniia budut provedeny s pogresnostiu https www ndt club com product 952 chehol d2 htm pri neobxodimosti minimalnoe predelnoe znacenie tolshhiny mozet byt izmereno putem sravneniia obrazcov https www ndt club com product 385 d4 tolshinomer pokritii na magnitnom osnovanii 0 5000 mkm htm pri izmerenii crezvycaino tonkix materialov inogda proisxodit osibka nazyvaemaia pri etom izmerennoe znacenie vyse fakticeskogo https www ndt club com produkcija 240 rentgenflyorescentnie analizatori htm ctoby izbezat takix osibok povtorite proverku izmereniia ultratonkogo materiala https www ndt club com product 801 teplovizor hikmicro b20 htm ne stoit pokupat desevye varianty testera https www ndt club com news 23 htm oni ne imeiut pravilnogo diapazona nastroek https www ndt club com product 162 tvr a tverdomer shora tip a durometr model yniversal dlya rezini i myagkih plastmass htm i kak rezultat na razlicnyx avtomobiliax mogut davat osibocnye rezultaty poskolku nastroeny na opredelennuiu tolshhinu lakokrasocnogo pokrytiia https www ndt club com product 608 yk1410 yltrazvykovoi tester htm dopolnitelnye sovety po ispolzovaniiu tolshhinomera razmeshhennaia na saite informaciia reklamnyi material i ne iavliaetsia publicnoi ofertoi https www ndt club com product 979 avm yf 40p yltrafioletovaya lampa htm izgotovitel ostavliaet za soboi pravo meniat cenu vnesnii vid xarakteristiki i komplektaciiu priborov https www ndt club com proizvoditeli 16 ndt club htm utocniaite podrobnuiu informaciiu pered zakazom https www ndt club com product 923 ars n avtomaticheskaya proyavochnaya mashina htm nepravilnoe ili nekorrektnoe nazvanie pribora izmeritel preobrazovatel datcik tolshhiny trubnyi tolshhinometr tolshhino mer stenkomer indikator sensor detektor registrator reguliator izmeritel analizator pribor kontrolia i i procie osibki v nazvanii pribora https www ndt club com product 952 chehol d2 htm https www ndt club com fotogalereya 18 htm '),
(11268,'field:18',0,1,' https ccsevernapark com contact '),
(11268,'field:19',0,1,' info ccsevernapark com '),
(11268,'field:6',0,1,' stevenrow '),
(11268,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(11268,'field:8',0,1,' google '),
(11268,'field:9',0,1,' general inquiry '),
(11268,'title',0,1,' 2026 01 20 07 25 33 '),
(11269,'slug',0,1,' jill p '),
(11269,'title',0,1,' jill p '),
(11270,'slug',0,1,' lynn t '),
(11270,'title',0,1,' lynn t '),
(11271,'slug',0,1,' james l '),
(11271,'title',0,1,' james l '),
(11272,'slug',0,1,' sara r '),
(11272,'title',0,1,' sara r '),
(11273,'slug',0,1,' starr k '),
(11273,'title',0,1,' starr k '),
(11287,'slug',0,1,' william c '),
(11287,'title',0,1,' william c '),
(11288,'slug',0,1,' emily o '),
(11288,'title',0,1,' emily o '),
(11289,'slug',0,1,' raven a '),
(11289,'title',0,1,' raven a '),
(11290,'slug',0,1,' barbara k '),
(11290,'title',0,1,' barbara k '),
(11291,'slug',0,1,' anna k '),
(11291,'title',0,1,' anna k '),
(11298,'field:10',0,1,' kak raskryt v sebe talant interernogo dizainera i deistvitelno li etu professiiu mozno osvoit v liubom vozraste ne postupaia v vuz gde mozno polucit cennye bazovye znaniia i sobrat klientskuiu bazu na vse eti voprosy kvartblog daet podrobnye otvety v segodniasnei state https olga filippova ru zakazat dizajn proekt stoimost to est tradicionno dizainer dolzen znat osnovy proektirovaniia dekorirovaniia interernye stili vidy otdelocnyx materialov osnovy menedzmenta upravleniia proektami https olga filippova ru office interior dlia togo ctoby vasi zatraty pokrylis vam ponadobitsia okolo goda https olga filippova ru portfolio 2 no pri uslovii cto v mesiac vy budete realizovyvat primerno 4 proekta https olga filippova ru kontakts t https olga filippova ru interior appartment e https olga filippova ru horeca mesiacnyi doxod budet ne menee 200 t https olga filippova ru zakazat dizajn proekt stoimost r https olga filippova ru interior appartment posle goda raboty vy budete pozinat plody svoix usilii https olga filippova ru zakazat dizajn proekt stoimost dopolnitelnym reseniem dlia dizaina kvartiry odnokomnatnoi iavliaetsia vybor interera svetlyx tonov s vizualno oblegcennymi formami i konturami https olga filippova ru interery fasad podobnaia mebel formatno rassiriaet pomeshhenie izmeniaia vizualno sensitivnoe vospriiatie https olga filippova ru shop '),
(11298,'field:18',0,1,' https ccsilverlake com contact '),
(11298,'field:19',0,1,' info ccsilverlake com '),
(11298,'field:6',0,1,' scottwhopy '),
(11298,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(11298,'field:8',0,1,' google '),
(11298,'field:9',0,1,' general inquiry '),
(11298,'title',0,1,' 2026 01 20 07 27 01 '),
(11300,'field:10',0,1,' texnologiia gnb prokola https gnbureni e ru index html process gnb delitsia na tri etapa vspomogatelnyi instrument https gnbureni e ru dlia organizacii gnb bureniia texnologiia nuzdaetsia v prisposobleniiax pomogaiushhix prodavlivat prokalyvat grunt https gnbureni e ru gorizontalnoe burenie html eto raznoobraznye rassiriteli stangi motopompa udaliaiushhaia burovoi rastvor https gnbureni e ru prokol pod dorogoi html na pervoi stadii proxoditsia pilotnaia skvazina kotoraia zadaetsia v sootvetstvii s ranee razrabotannoi dokumentaciei https gnbureni e ru gorizontalnoe burenie html pri gnb v transeiu mogut ukladyvatsia kak plastikovye tak i stalnye truby https gnbureni e ru gorizontalnoe burenie html pervye mogut fiksirovatsia pod uglom v to vremia kak vtorye tolko po priamoi traektorii https gnbureni e ru index html eto pozvoliaet primeniat polipropilenovye truby v transeiax pod vodoemami https gnbureni e ru index html gnb gorizontalnoe burenieokazyvaem uslugi po bestranseinoi ukladke kommunikacii metodom gnb https gnbureni e ru gorizontalnoe burenie html prokladyvaem bez naruseniia blagoustroistvabez posrednikov svoia spectexnika truby vodoprovoda gazoprovod https gnbureni e ru prokol pod dorogoi html '),
(11300,'field:18',0,1,' http ccsilverlake com contact '),
(11300,'field:19',0,1,' info ccsilverlake com '),
(11300,'field:6',0,1,' charleslom '),
(11300,'field:7',0,1,' woodbpurne1983 mail ru '),
(11300,'field:8',0,1,' google '),
(11300,'field:9',0,1,' general inquiry '),
(11300,'title',0,1,' 2026 01 20 07 27 28 '),
(11306,'slug',0,1,' pamela s '),
(11306,'title',0,1,' pamela s '),
(11307,'slug',0,1,' maryam s '),
(11307,'title',0,1,' maryam s '),
(11308,'slug',0,1,' maryann h '),
(11308,'title',0,1,' maryann h '),
(11309,'slug',0,1,' jacqueline c '),
(11309,'title',0,1,' jacqueline c '),
(11310,'slug',0,1,' ralph t '),
(11310,'title',0,1,' ralph t '),
(11325,'slug',0,1,' mary p '),
(11325,'title',0,1,' mary p '),
(11326,'slug',0,1,' melba l '),
(11326,'title',0,1,' melba l '),
(11327,'slug',0,1,' darielle c '),
(11327,'title',0,1,' darielle c '),
(11328,'slug',0,1,' kurt b '),
(11328,'title',0,1,' kurt b '),
(11329,'slug',0,1,' david g '),
(11329,'title',0,1,' david g '),
(11338,'field:10',0,1,' pri izgotovlenii mebeli my ispolzuem tolko kacestvennye i naturalnye materialy takie kak cennye porody drevesiny iskusstvennyi i naturalnyi kamen sertificirovannye dsp i mdf https www legnostyle ru catalog mejkomnatnie dveri perfetto model p6 html pri sozdanii sovremennogo i uiutnogo interera v kvartire ili kottedze glavnuiu rol igraet mebel https www legnostyle ru catalog mebel scg 3 html ona reguliruet stepen komforta i pozvoliaet vladelcu polnocenno otdyxat posle tiazelogo trudovogo dnia https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p1 html sovremennye tendencii pokazali nam cto elitnaia mebel iz dereva stoit dorogo no zato ona vypolnena polnostiu iz naturalnogo ekologiceski cistogo dereva i imeet ocen mnogo preimushhestv pered drugimi materialami https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver o12 html takaia mebel obespecit nam komfort budet ocen udobnoi i mnogofunkcionalnoi i budet imet nepovtorimyi dizain https www legnostyle ru catalog mejkomnatnie dveri impressio dver i22 html vse eti svoistva vmestila v sebia elitnaia mebel iz dereva https www legnostyle ru catalog lestnici elitnye lestnica l8 15 html takaia mebel velikolepno vpisyvaetsia v liuboi roskosnyi interer i bezuslovno budet vygliadet dorogo vydeliaia vas izyskannyi vkus https www legnostyle ru dostavka oplata kak pravilo elitnaia dorogaia respektabelnaia mebel izgotovlena iz cennyx porod drevesiny umelo i iskusno obrabotannoi nastoiashhimi professionalami https www legnostyle ru catalog mejkomnatnie dveri arka a4 html na mezdunarodnom mebelnom rynke est mnogo predlozenii mebeli premium klassa no esli vam xocetsia priobresti lucsee stoit obratitsia k italianskim proizvoditeliam https www legnostyle ru catalog mebel kabinety kb 25 html italianskaia elitnaia mebel vypuskaetsia v sodruzestve s lucsimi mirovymi dizainerskimi masterskimi https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 13 html krasota italianskix garniturov naprimer mebelnyx kollekcii dlia gostinyx nepodrazaema i nepovtorima https www legnostyle ru derevyannye ploschadki html a umenie italianskix krasnoderevshhikov rabotat s blagorodnymi drevesnymi porodami ottacivalos vekami https www legnostyle ru catalog mebel d1 12 html elitnaia nemeckaia i italianskaia mebel v barnaule https www legnostyle ru catalog mebel gp 8 html kuxni spalni prixozie i garderobnye vsia mebel splanirovana takim obrazom ctoby legko realizovat tvorceskie zadumki v interere doma s ucetom osobennostei zilia https www legnostyle ru odnomarshevye lestnicy html v kitae vyrashhivaiut svyse 70% ot obshhego mirovogo obieema proizvodstva sieedobnyx gribov https www legnostyle ru dver dlya vannoi html ob etom soobshhili na press konferencii v pekine posviashhennoi mezdunarodnoi iarmarke gribov kotoraia zaplanirovana '),
(11338,'field:18',0,1,' https ccatgreenacres com contact '),
(11338,'field:19',0,1,' info ccatgreenacres com '),
(11338,'field:6',0,1,' davidboync '),
(11338,'field:7',0,1,' tacusol 6816 mail ru '),
(11338,'field:8',0,1,' google '),
(11338,'field:9',0,1,' general inquiry '),
(11338,'title',0,1,' 2026 01 20 07 31 36 '),
(11343,'slug',0,1,' marian a '),
(11343,'title',0,1,' marian a '),
(11344,'slug',0,1,' rj h '),
(11344,'title',0,1,' rj h '),
(11345,'slug',0,1,' roseanne s '),
(11345,'title',0,1,' roseanne s '),
(11346,'slug',0,1,' marybeth d '),
(11346,'title',0,1,' marybeth d '),
(11347,'slug',0,1,' bea k '),
(11347,'title',0,1,' bea k '),
(11355,'field:10',0,1,' ekskliuzivnyi predstavitel elitnoi mebeli izgotovlennyi v italianskoi masterskoi neizmenno socetaet v sebe dorogie materialy rucnuiu rabotu dolgovecnost i nadeznost https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d24 html otliciia mezdu produkciei razlicnyx fabrik mozet zakliucatsia v privlecenii k razrabotke novyx modelei izvestnyx dizainerov ili unikalnym podxodom k obespeceniiu kontrolia kacestva https www legnostyle ru catalog mejkomnatnie dveri dver p9 html tak fabrika busatto predlagaet mebel izgotovlennuiu v lucsix tradiciiax proslyx let a mebel ot bamax ili arca vypolnena v velikolepnom stile soediniaiushhem teplo nastoiashhego dereva i stroguiu vyrazitelnost form https www legnostyle ru catalog mebel iz duba pagen 1=13 vybor materialy dlia proizvodstva kuxon takogo klassa sirok massiv dereva cennyx i ekzoticeskix porod nerzaveiushhaia stal zakalennoe steklo i dr https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a5 html texnologii ispolzuemye pri proizvodstve garantiruiut ne tolko iskliucitelnyi vnesnii vid no i nadeznost https www legnostyle ru catalog dveri iz massiva pagen 1=7 oznakomtes s katalogom elitnyx kuxon foto kotoryx sootvetstvuiut realnosti https www legnostyle ru catalog mebel garderobnaa model scg 41 html esli u vas est voprosy sviazites s nami po telefonam ukazannym na saite ili napisite na elektronnuiu poctu https www legnostyle ru catalog mebel pagen 1=18 nasi specialisty rady pomoc vam s pokupkoi elitnyx kuxon https www legnostyle ru catalog mejkomnatnie dveri a 35 html ne stoit zabyvat o tom cto na elitnoi kuxne dolzna raspolagatsia elitnaia santexnika https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e27 html no kakoi by dorogoi i kacestvennoi ona ne byla truby vsegda staraiutsia skryt tak kak oni nikoim obrazom ne mogut byt vpisany v interer pomeshheniia esli tolko vy ne vybrali v kacestve stilia stimpank https www legnostyle ru catalog inter eri s39 html dekorativnoe pokrytie vycvetaet poiavliaiutsia piatna i potertosti deformiruiutsia elementy konstrukcii https www legnostyle ru catalog mejkomnatnie dveri tolko kacestvenno vypolnennaia restavraciia pomozet vernut pervozdannoe velikolepie izdelii https www legnostyle ru dubovye dveri html pagen 2=10 itak prezde cem delat mebel na zakaz interesuites o ee kacestve https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 7 html mebel pokazyvaet vasi status sostoianie vkus https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a 30 html krome togo stil meblirovki kotoryi vy izbrali smozet pomoc organizovat individualnye osobennosti vasei obstanovki i neobxodimuiu atmosferu https www legnostyle ru catalog mejkomnatnie dveri razdvijnaa dver rd 2 html '),
(11355,'field:18',0,1,' https ccatgreenacres com contact '),
(11355,'field:19',0,1,' info ccatgreenacres com '),
(11355,'field:6',0,1,' davidboync '),
(11355,'field:7',0,1,' tacusol 6816 mail ru '),
(11355,'field:8',0,1,' google '),
(11355,'field:9',0,1,' general inquiry '),
(11355,'title',0,1,' 2026 01 20 07 33 12 '),
(11362,'field:10',0,1,' xorosuiu gostinicu v gelendzike mozno vybrat po otzyvam kotorye ostavliali ranee prozivavsie v gostinicax gosti https rich house su about samye vostrebovannye obieekty razmeshheniia po mneniiu postoialcev otel oskar metropol grand otel gelendzik otel centralnyi i drugie https rich house su services sukko 113 otelei adres g https rich house su restaurants gelendzik s https rich house su restaurants kabardinka ul https rich house su services sportivnaia d https rich house su photos 6a pliaz sobstvennyi melkogalecnyi 350 m pitanie ultra all inclusive cena ot 5700 rub sutki https rich house su photos posmotret dostupnye nomera https rich house su about otzyvy https rich house su restaurants vvedite daty ctoby uvidet aktualnye ceny https rich house su rooms '),
(11362,'field:18',0,1,' http completecareoakridge com contact '),
(11362,'field:19',0,1,' info completecareoakridge com '),
(11362,'field:6',0,1,' geraldfumma '),
(11362,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(11362,'field:8',0,1,' google '),
(11362,'field:9',0,1,' general inquiry '),
(11362,'title',0,1,' 2026 01 20 07 37 38 '),
(11363,'field:10',0,1,' good morning are you ready for top notch online casino excitement https moveto short gy 3606 this casino boasts 5 250 top tier games and industry leading bonuses with a generous welcome offer for newcomers and ongoing promotions for regulars players can enjoy extended gaming sessions and increased winnings grab your exclusive bonus sign up today https moveto short gy 3606 jackpot awaits dive into our casino games and win big martina do you like country music turn up your cardio with country workout party songs fuel your run gym session and every move with high energy country hits https moveto short gy 3620 '),
(11363,'field:18',0,1,' https ccbayshore com contact '),
(11363,'field:19',0,1,' info ccbayshore com '),
(11363,'field:6',0,1,' martina knotts '),
(11363,'field:7',0,1,' knotts martina12 gmail com '),
(11363,'field:8',0,1,' martina knotts '),
(11363,'field:9',0,1,' volunteer opportunities '),
(11363,'title',0,1,' 2026 01 20 07 38 45 '),
(11364,'field:10',0,1,' dobryi den vsegda pokupali pastet iz peceni produkt nravilsia no poslednii raz kupili 8 aprelia 2022 g https oookors ru product chupa chups mini blok 100 sht otvraiitelnyi pastet konsistenciia sovsem ne takaia kak ranse doavoeno mnogo togo cego tam prosto ranse ne bylo https oookors ru product garret ananas 04 l st 20 sht i obem shhnacitelno umensili prosto nedoliv poriadka 1 sm https oookors ru product mister lis yabloko 043 l st 20 sht foto est mogu prislat https oookors ru product azerchaj zelenyj 25 pak upak 24 sht ocen razocarovany bolse nikogda ne kupliu https oookors ru product ryazanskoe myagkoe 045 l 20 sht lot №41 pitevaia voda 1l https oookors ru product dobryj apelsin fanta 033 l zh b 12 sht partnery proverennye vremenem https oookors ru product hs shampun 2v1 mentol p perh 400ml optovye postavshhiki predlagaiut svoim pokupateliam bolsoi vybor tovarov postavka produktov pitaniia na dom https oookors ru product mentos 54 gr vinograd banka blok 6 sht dobro pozalovat v nas servis '),
(11364,'field:18',0,1,' https completecarewall com contact '),
(11364,'field:19',0,1,' info completecarewall com '),
(11364,'field:6',0,1,' patrickbione '),
(11364,'field:7',0,1,' cratunsculit1988 mail ru '),
(11364,'field:8',0,1,' google '),
(11364,'field:9',0,1,' general inquiry '),
(11364,'title',0,1,' 2026 01 20 07 38 45 '),
(11365,'field:10',0,1,' hi grande prairie health and rehabilitation center google now lets customers text businesses like grande prairie health and rehabilitation center directly from their google business profile last month alone businesses like yours missed 10 20 real customer inquiries simply because no one replied fast enough especially after hours getdandy connects an ai agent directly to your google profile that replies to texts instantly 24 7 answers questions books appointments automatically if someone texts and gets no response they move on to one of your competitors want to see how many messages grande prairie health and rehabilitation center is missing click here to grab a time on my calendar and ill show you schedule a call here getdandy com sms to gbp thank you jennifer obrien director of operations getdandy getdandy com sms to gbp '),
(11365,'field:18',0,1,' https ccgrandeprairie com contact '),
(11365,'field:19',0,1,' info grandeprairiecrc com '),
(11365,'field:6',0,1,' jennifer obrien '),
(11365,'field:7',0,1,' jenn dandyreviewaitools com '),
(11365,'field:8',0,1,' getdandy '),
(11365,'field:9',0,1,' resident family support '),
(11365,'title',0,1,' 2026 01 20 07 39 33 '),
(11366,'field:10',0,1,' podsypka na mogilu sposob podniat mesto zaxoroneniia esli mogila prosela ili ulucsit vnesnii vid ucastka https www kovanie ogrady ru catalog pamyatniki pamyatnik iz granita pv 13 material nedorogaia alternativa stiazke mramornoi kroske trotuarnoi plitke granitnomu polu https www kovanie ogrady ru catalog vertikalnye granitnyy pamyatnik pv 39 pesok imeet esteticnyi vnesnii vid delaet zaxoronenie bolee zametnym https www kovanie ogrady ru catalog pamyatniki zchenshchine pagen 2=6 4 https www kovanie ogrady ru catalog gorizontalnye granitnyy pamyatnik pg 47 drenaznye sistemy https www kovanie ogrady ru catalog izdeliya iz granita granitniy pamyatnik pg 17 pamiatnik na mogilu v vide serdca dlia devocki https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pg 27 imperii granita predlagaet sleduiushhie uslugi po blagoustroistvu mogil v moskve kak obustroit mogilu ctoby ne rosla trava specialisty masterskoi postament https www kovanie ogrady ru catalog izdeliya iz granita pamyatnik iz granita pv 21 ru po ritualnomu blagoustroistvu predlagaiut prostye i effektivnye reseniia bystraia dostavka na liuboe kladbishhe moskvy i moskovskoi oblasti https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pg 27 '),
(11366,'field:18',0,1,' https completecarebrick com contact '),
(11366,'field:19',0,1,' info completecarebrick com '),
(11366,'field:6',0,1,' josephvap '),
(11366,'field:7',0,1,' ramyl gilmanov mail ru '),
(11366,'field:8',0,1,' google '),
(11366,'field:9',0,1,' general inquiry '),
(11366,'title',0,1,' 2026 01 20 07 40 14 '),
(11367,'field:10',0,1,' interkomplekt 2006 2025 https kupefurnitur ru catalog my garantiruem nasim optovym zakazcikam priglasaem optovyx pokupatelei priobresti furnituru dlia mebeli v kompanii furnimax https kupefurnitur ru catalog my reguliarno popolniaem assortiment tovarov poslednimi novinkami ot mirovyx proizvoditelei cto naverniaka predstavliaet interes dlia tex kto zelaet byt v kurse poslednix tendencii v mire mebelnogo dizaina https kupefurnitur ru catalog kupit furnituru dlia mebeli v roznicu i optom ot gruppy kompanii meko legko i prosto s pomoshhiu internet magazina ili v filialax v moskve sankt peterburge piatigorske i krasnodare a takze u nasix partnerov po vsei rossii belarusi i kazaxstane https kupefurnitur ru price vot tut to i prixodit na pomoshh furnitura https kupefurnitur ru price i proisxodit cudo https kupefurnitur ru contact mnozestvo nenuznyx veshhei prevrashhaiutsia v neobycaino udobnye i poleznye predmety interera bez kotoryx uze nevozmozno predstavit sebe zizn sovremennogo celoveka https kupefurnitur ru contact mozno li predstavit sebe interer pomeshheniia bez skafov divanov kresel ne govoria uze o takix vaznyx predmetax kak stoly i stulia mebelnaia furnitura pozvoliaet ne tolko sozdavat udobnuiu i prakticnuiu mebel vse eti kazalos by meloci vliiaiut na esteticeskoe vospriiatie https kupefurnitur ru onas teper mebeliu polzovatsia ne tolko udobno no eshhe i priiatno https kupefurnitur ru contact '),
(11367,'field:18',0,1,' https completecarebrick com contact '),
(11367,'field:19',0,1,' info completecarebrick com '),
(11367,'field:6',0,1,' ronaldexiff '),
(11367,'field:7',0,1,' konstantinrovini mail ru '),
(11367,'field:8',0,1,' google '),
(11367,'field:9',0,1,' general inquiry '),
(11367,'title',0,1,' 2026 01 20 07 40 19 '),
(11368,'field:10',0,1,' oteli s udobstvami https rich house su booking 384 otzyva https rich house su services do cernogo moria 707 m https rich house su services gelendzik zavtrak vkliucen https rich house su contacts zavtrak wi fi https rich house su contacts provedite otdyx v odnom iz lucsix otelei gde vy mozete poseshhat spa procedury otdyxat v barax i kafe zagorat na pliaze i kupatsia v cistom more a takze zanimatsia sportom https rich house su booking '),
(11368,'field:18',0,1,' http ccsevernapark com contact '),
(11368,'field:19',0,1,' info ccsevernapark com '),
(11368,'field:6',0,1,' geraldcok '),
(11368,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(11368,'field:8',0,1,' google '),
(11368,'field:9',0,1,' general inquiry '),
(11368,'title',0,1,' 2026 01 20 07 41 33 '),
(11369,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccphillipsburg com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(11369,'field:18',0,1,' https ccphillipsburg com contact '),
(11369,'field:19',0,1,' info ccphillipsburg com '),
(11369,'field:6',0,1,' qasim yaseen '),
(11369,'field:7',0,1,' qasimyaseen326 gmail com '),
(11369,'field:8',0,1,' web ui ux design and developemnt '),
(11369,'field:9',0,1,' volunteer opportunities '),
(11369,'title',0,1,' 2026 01 20 07 44 32 '),
(11370,'field:10',0,1,' blagoustroistvo nerazryvno sviazano s ustanovkoi ili remontom nadgrobnogo pamiatnika https www kovanie ogrady ru catalog pamyatniki siny granitnyy pamyatnik pv 30 monument service https www kovanie ogrady ru catalog pamyatniki zchenshchine pagen 2=5 ru predlagaet blagoustroistvo mogil na kladbishhe v g https www kovanie ogrady ru catalog pamyatniki s krestom granitnyy pamyatnik pr 33 moskva eto professionalnyi uxod za zaxoroneniiami ocistka territorii posadka cvetov ustanovka i zamena pamiatnikov ograd ukladka plitki i remontnye raboty s ispolzovaniem kacestvennyx materialov ctoby dorogoe vasemu serdcu mesto pamiati vsegda ostavalos dostoinym i uxozennym daze esli vy daleko https www kovanie ogrady ru catalog pamyatniki docheri granitnyy pamyatnik pr 21 blagoustroistvo zaxoroneniia https www kovanie ogrady ru catalog granitnye kompleksy s kovanymi vstavkami kompleks panteon ustanovka granitnogo cokolia 85 600 rublei https www kovanie ogrady ru catalog pamyatniki siny pagen 2=4 onlain zaiavka na saite https www kovanie ogrady ru catalog pamyatniki zchenshchine granitnyy pamyatnik pv 33 vostriakovskoe kladbishhe https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik k 9 '),
(11370,'field:18',0,1,' https completecarehillside com contact '),
(11370,'field:19',0,1,' info completecarehillside com '),
(11370,'field:6',0,1,' josephbut '),
(11370,'field:7',0,1,' ramyl gilmanov mail ru '),
(11370,'field:8',0,1,' google '),
(11370,'field:9',0,1,' general inquiry '),
(11370,'title',0,1,' 2026 01 20 07 45 34 '),
(11371,'field:10',0,1,' rascet vesa dveri rascet vesa dveri v zavisimosti ot materiala tolshhiny siriny i vysoty dlia vybora razdviznoi sistemy dlia skafa kupe https kupefurnitur ru contact opt 1 89 https kupefurnitur ru catalog 50r https kupefurnitur ru dostavka v predelax mkad dlia optovyx zakazov svyse 40000 rublei besplatnaia pri dostavke za mkad do 5 km minimalnaia summa zakaza dlia besplatnoi dostavki dolzna byt 50000 rublei https kupefurnitur ru catalog '),
(11371,'field:18',0,1,' https completecarehillside com contact '),
(11371,'field:19',0,1,' info completecarehillside com '),
(11371,'field:6',0,1,' ronaldknold '),
(11371,'field:7',0,1,' konstantinrovini mail ru '),
(11371,'field:8',0,1,' google '),
(11371,'field:9',0,1,' general inquiry '),
(11371,'title',0,1,' 2026 01 20 07 45 35 '),
(11372,'field:10',0,1,' idei dlia obustroistva pamiatnogo ucastka https www kovanie ogrady ru catalog tsokoli granitnyy tsokol ts 20 kak oformit zakaz https www kovanie ogrady ru catalog pamyatnik mame granitnyy pamyatnik pv 44 blagoustroistvo mogil v moskve i moskovskoi oblasti polnyi spektr uslug i tovarov https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pg 17 ograda na mogile sluzit ne tolko simvolom uvekovecivaniia pamiati no i oboznacaet territoriiu uvazeniia i pocteniia k pokoinomu https www kovanie ogrady ru catalog pamyatniki strogoj formy granitnyy pamyatnik pg 10 nasa komanda predlozit razlicnye varianty ogrady kotorye otlicno dopolniat obshhii oblik mogily i sozdadut atmosferu umirotvoreniia i uvazeniia https www kovanie ogrady ru catalog gorizontalnye granitnyy pamyatnik pg 45 polnoe blagoustroistvo zaxoroneniia vkliucaet neskolko kliucevyx komponentov kazdyi iz kotoryx igraet vaznuiu rol v soxranenii i oformlenii mesta zaxoroneniia https www kovanie ogrady ru catalog pamyatniki siny granitnyy pamyatnik pv 27 mogut sushhestvovat specialnye pravila ili rekomendacii reguliruiushhie uborku i ocistku mest zaxoroneniia naprimer ograniceniia na tip ispolzuemyx cistiashhix sredstv ili pravila uxoda za rastitelnostiu https www kovanie ogrady ru catalog pamyatniki zchenshchine granitnyy pamyatnik pv 26 ritual https www kovanie ogrady ru catalog pamyatniki detskie granitnyy pamyatnik pv 36 ru znakom s etimi pravilami i mozet obespecit ix sobliudenie pri predostavlenii svoix uslug https www kovanie ogrady ru catalog pamyatniki granitnyy pamyatnik pg 34 '),
(11372,'field:18',0,1,' https cclehigh com contact '),
(11372,'field:19',0,1,' info cclehigh com '),
(11372,'field:6',0,1,' josephwrach '),
(11372,'field:7',0,1,' ramyl gilmanov mail ru '),
(11372,'field:8',0,1,' google '),
(11372,'field:9',0,1,' general inquiry '),
(11372,'title',0,1,' 2026 01 20 07 56 17 '),
(11373,'field:10',0,1,' pryvitanne ia xaceў davedacca vas prais '),
(11373,'field:18',0,1,' http completecareoakridge com contact '),
(11373,'field:19',0,1,' info completecareoakridge com '),
(11373,'field:6',0,1,' robertpipsy '),
(11373,'field:7',0,1,' zekisuquc419 gmail com '),
(11373,'field:8',0,1,' google '),
(11373,'field:9',0,1,' general inquiry '),
(11373,'title',0,1,' 2026 01 20 07 56 20 '),
(11374,'field:10',0,1,' zakazyvali zakuski dlia furseta na den rozdeniia https shcherbinins ru aboutus vse bylo na vyssem urovne snacala pomogli s vyborom terpelivo otvetili na vse voprosy i podstroilis pod nas grafik vsegda byli na sviazi https shcherbinins ru aboutus dostavka minuta v minutu krasivo upakovano sous dlia salata v individualnyx stilnyx kapsulax vse svezaisee i ocen vkusnoe porcii bolsie blagodariu kulinarnuiu studiiu food embassy iulii vysockoi za professionalizm punktualnost i izumitelno vkusnuiu edu nas povar matvei polucili massu polozitelnyx emocii https shcherbinins ru uslugy vsem rekomenduiu obrashhatsia imenno k nim podberi meniu pod svoi format https shcherbinins ru uslugy paket s stoimost 1 000 rub persona vxodit v stoimost logistika arenda oborudovaniia tekstilia servirovki obsluzivanie meropriiatiia zakaz ot 30 000 rub https shcherbinins ru menu zakazat furset https shcherbinins ru uslugy legkii fursetnyi set na 15 20 person https shcherbinins ru viaceslav 1 maia 2025 https shcherbinins ru uslugy uslugi sluzby keiteringa mosfurset '),
(11374,'field:18',0,1,' http completecarewall com contact '),
(11374,'field:19',0,1,' info completecarewall com '),
(11374,'field:6',0,1,' michaelrhymn '),
(11374,'field:7',0,1,' natulya fedosova 96 mail ru '),
(11374,'field:8',0,1,' google '),
(11374,'field:9',0,1,' general inquiry '),
(11374,'title',0,1,' 2026 01 20 07 56 33 '),
(11375,'field:10',0,1,' napitki ot 100 rublei https shcherbinins ru menu populiarnyi fursetnyi set c mini burgerami na 20 25 person https shcherbinins ru uslugy originalnoe oformlenie sozdaet atmosferu prazdnika i obespecivaet unikalnost vasego meropriiatiia https shcherbinins ru contacts my vyezzaem na mesto provedeniia zaranee ctoby potom produmat kazduiu detal do melocei vkliucaia udobnuiu rasstanovku stolov i servirovku kotoraia dolzna socetatsia s obshhei stilistikoi i cvetovoi gammoi https shcherbinins ru contacts timur blagodariu vas i nadezdu mne stolko o nei polozitelnyx emocii segodnia skazali cto ona ocen professionalno otrabotala i s dusoi spasibo https shcherbinins ru 980 rub cel https shcherbinins ru aboutus legkii fursetnyi set na 15 20 person https shcherbinins ru '),
(11375,'field:18',0,1,' http completecarewall com contact '),
(11375,'field:19',0,1,' info completecarewall com '),
(11375,'field:6',0,1,' michaelrhymn '),
(11375,'field:7',0,1,' natulya fedosova 96 mail ru '),
(11375,'field:8',0,1,' google '),
(11375,'field:9',0,1,' general inquiry '),
(11375,'title',0,1,' 2026 01 20 07 56 33 '),
(11376,'field:10',0,1,' my sostavliaem rascet i privozim degustacionnyi set https shcherbinins ru xolodnye zakuski assorti miasnye syrnye ovoshhnye salaty tradicionnye i avtorskie goriacie zakuski ziuleny spring rolly frikase i pr osnovnye bliuda iz miasa ili ryby dopolnennye garnirami izyskannye deserty svezie frukty vypecku razlivnye napitki https shcherbinins ru aboutus eto byl lucsii den v moei zizni my ustroili svadbu priamo na lesnoi opuske nasego dacnogo poselka i keitering spravilsia legkie zakusocki nikakix tiazelyx bliud https shcherbinins ru rolly brusketty tartaletki gosti tancevali vsiu noc https shcherbinins ru menu muz govorit cto vybor byl idealnyi https shcherbinins ru spasibo za nezabyvaemyi den i za to cto nam ne prislos vozitsia s ugoshheniem v den svadby andrei 8 maia 2025 https shcherbinins ru uslugy primer meniu dlia keiteringa https shcherbinins ru burger bum na 10 person https shcherbinins ru contacts '),
(11376,'field:18',0,1,' http completecarewall com contact '),
(11376,'field:19',0,1,' info completecarewall com '),
(11376,'field:6',0,1,' michaelrhymn '),
(11376,'field:7',0,1,' natulya fedosova 96 mail ru '),
(11376,'field:8',0,1,' google '),
(11376,'field:9',0,1,' general inquiry '),
(11376,'title',0,1,' 2026 01 20 07 56 34 '),
(11392,'field:10',0,1,' kaixo zure prezioa jakin nahi nuen '),
(11392,'field:18',0,1,' http ccmultimed com contact '),
(11392,'field:19',0,1,' info ccmultimed com '),
(11392,'field:6',0,1,' robertsen '),
(11392,'field:7',0,1,' zekisuquc419 gmail com '),
(11392,'field:8',0,1,' google '),
(11392,'field:9',0,1,' general inquiry '),
(11392,'title',0,1,' 2026 01 20 08 00 21 '),
(11393,'field:10',0,1,' want your offer to reach real businesses without relying on luck contact form blasting sends your message directly through website contact forms fast targeted and impossible to miss no algorithms deciding your fate no bidding wars no waiting for traffic just guaranteed delivery straight to the inboxes companies check every day whether youre promoting a service launching something new booking calls or generating leads contact form blasting gives you the reach youve been missing if this message reached you imagine what your message can do when its delivered across thousands or millions of websites start your campaign at contactpageads com and get your offer seen '),
(11393,'field:18',0,1,' http ccmilfordmanor com contact '),
(11393,'field:19',0,1,' info ccmilfordmanor com '),
(11393,'field:6',0,1,' curtis delong '),
(11393,'field:7',0,1,' curtis delong54 googlemail com '),
(11393,'field:8',0,1,' curtis delong '),
(11393,'field:9',0,1,' volunteer opportunities '),
(11393,'title',0,1,' 2026 01 20 08 02 07 '),
(11397,'field:10',0,1,' kupit risovye sneki iuki no iado 172 g ot 310 ot dzei market https oookors ru product nivea dez pearlbeauty sp 150ml my na rynke uze bolee 25 let i zavoevali reputaciiu nadeznogo i proverennogo postavshhika tovarov bolee 3000 tys https oookors ru product colg palmol gel men sport d dusha 750ml tovarnyx pozicii v kataloge assortiment postoianno popolniaetsia novinkami ekskliuzivnye kontrakty s firmami proizvoditeliami tovarov premium klassa postavshhik populiarnyx torgovyx setei i magazinov v rossii kazaxstane belarusi gibkie usloviia sotrudnicestva personalnye predlozeniia bonusy i skidki sklady v moskve i sankt peterburge dlia udobstva samovyvoza https oookors ru product stella 40 044 l st 20 sht cem polezno olivkovoe maslo https oookors ru product palm gel kr natur mal pion d dusha 750ml teper vam bolse ne nuzno sravnivat ceny i assortiment u raznyx proizvoditelei ili iskat produkty po neskolkim ploshhadkam https oookors ru product nivea a per fresh cherry 150ml na b2b https oookors ru product nivea voda soothing micz d l gl gub 200ml trade vy mozete vybrat naibole vygodnye usloviia postavki i zakazat liubye produkty optom https oookors ru product baunti minis ananas 8 kg upak nasi postavshhiki postoianno obnovliaiut assortiment i dobavliaiut v nego novye tovarnye pozicii na dannyi moment ix uze 41688 zakazat produkty pitaniia u optovogo postavshhika v moskve i moskovskoi oblasti vy mozete po telefonu 7 499 372 00 05 ili napraviv pismo po adresu zakaz allfs https oookors ru product bref sred chist sila akt ok br d un 2h50g ru https oookors ru product zhigulevskoe gost 05 l st 12 sht '),
(11397,'field:18',0,1,' https ccwestcaldwell com contact '),
(11397,'field:19',0,1,' info ccwestcaldwell com '),
(11397,'field:6',0,1,' patrickfer '),
(11397,'field:7',0,1,' cratunsculit1988 mail ru '),
(11397,'field:8',0,1,' google '),
(11397,'field:9',0,1,' general inquiry '),
(11397,'title',0,1,' 2026 01 20 08 06 08 '),
(11400,'field:10',0,1,' greetings mr ms im michael williams from an investment consultancy we connect clients globally with low interest loans to help achieve your goals whether for personal business or project funding we collaborate with reputable investors to turn your proposals into reality share your business plan and executive summary with us at michael williams lotusfinconsults com to explore funding options sincerely michael williams senior financial consultant http www lotusfinanceconsults com '),
(11400,'field:18',0,1,' http ccsummitridge com contact '),
(11400,'field:19',0,1,' info ccsummitridge com '),
(11400,'field:6',0,1,' michael williams '),
(11400,'field:7',0,1,' michaelswills2022 gmail com '),
(11400,'field:8',0,1,' google '),
(11400,'field:9',0,1,' general inquiry '),
(11400,'title',0,1,' 2026 01 20 08 07 57 '),
(11405,'slug',0,1,' ccbrakeleyparkrch '),
(11405,'title',0,1,' brakeley park residential care home '),
(11406,'field:10',0,1,' xin chao toi muon biet gia cua ban '),
(11406,'field:18',0,1,' http ccphillipsburg com contact '),
(11406,'field:19',0,1,' info ccphillipsburg com '),
(11406,'field:6',0,1,' leegag '),
(11406,'field:7',0,1,' zekisuquc419 gmail com '),
(11406,'field:8',0,1,' google '),
(11406,'field:9',0,1,' general inquiry '),
(11406,'title',0,1,' 2026 01 20 08 11 55 '),
(11409,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(11409,'field:18',0,1,' https ccwheaton com contact '),
(11409,'field:19',0,1,' info ccwheaton com '),
(11409,'field:6',0,1,' janice sanders '),
(11409,'field:7',0,1,' janices wearethevasource com '),
(11409,'field:8',0,1,' remote virtual assistants '),
(11409,'field:9',0,1,' media inquiry '),
(11409,'title',0,1,' 2026 01 20 08 13 29 '),
(11412,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccorangepark com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(11412,'field:18',0,1,' https ccorangepark com contact '),
(11412,'field:19',0,1,' info ccorangepark com '),
(11412,'field:6',0,1,' qasim yaseen '),
(11412,'field:7',0,1,' qasimyaseen326 gmail com '),
(11412,'field:8',0,1,' web ui ux design and developemnt '),
(11412,'field:9',0,1,' media inquiry '),
(11412,'title',0,1,' 2026 01 20 08 21 15 '),
(11413,'field:10',0,1,' dobryi den https shcherbinins ru uslugy xocu vyrazit blagodarnost za organizaciiu vcerasnego meropriiatiia https shcherbinins ru eda byla vkusna oficianty vnimatelny vse bylo kacestvenno i dostoino spasibo https shcherbinins ru contacts legkii fursetnyi set na 15 20 person https shcherbinins ru aboutus professionalnaia komanda https shcherbinins ru uslugy krasocnoe oformlenie fursetnoi linii s raznoobraznymi zakuskami ctoby gosti ostalis dovolny https shcherbinins ru eto byl lucsii den v moei zizni my ustroili svadbu priamo na lesnoi opuske nasego dacnogo poselka i keitering spravilsia legkie zakusocki nikakix tiazelyx bliud https shcherbinins ru uslugy rolly brusketty tartaletki gosti tancevali vsiu noc https shcherbinins ru aboutus muz govorit cto vybor byl idealnyi https shcherbinins ru contacts spasibo za nezabyvaemyi den i za to cto nam ne prislos vozitsia s ugoshheniem v den svadby texniceskaia organizaciia https shcherbinins ru '),
(11413,'field:18',0,1,' http ccorangepark com contact '),
(11413,'field:19',0,1,' info ccorangepark com '),
(11413,'field:6',0,1,' michaelsow '),
(11413,'field:7',0,1,' natulya fedosova 96 mail ru '),
(11413,'field:8',0,1,' google '),
(11413,'field:9',0,1,' general inquiry '),
(11413,'title',0,1,' 2026 01 20 08 21 58 '),
(11416,'field:10',0,1,' hi kam dashur te di cmimin tuaj '),
(11416,'field:18',0,1,' http ccharborage com contact '),
(11416,'field:19',0,1,' info ccharborage com '),
(11416,'field:6',0,1,' georgeabave '),
(11416,'field:7',0,1,' zekisuquc419 gmail com '),
(11416,'field:8',0,1,' google '),
(11416,'field:9',0,1,' general inquiry '),
(11416,'title',0,1,' 2026 01 20 08 29 42 '),
(11420,'field:10',0,1,' sveiki as norejau suzinoti jusu kaina '),
(11420,'field:18',0,1,' http ccannapolis com contact '),
(11420,'field:19',0,1,' info ccannapolis com '),
(11420,'field:6',0,1,' leegep '),
(11420,'field:7',0,1,' zekisuquc419 gmail com '),
(11420,'field:8',0,1,' google '),
(11420,'field:9',0,1,' general inquiry '),
(11420,'title',0,1,' 2026 01 20 08 31 19 '),
(11422,'field:10',0,1,' just have a question about the hiring position that is available '),
(11422,'field:18',0,1,' https staging mycompletecare com contact '),
(11422,'field:19',0,1,''),
(11422,'field:6',0,1,' latoryagrant '),
(11422,'field:7',0,1,' latoryagrant gmail com '),
(11422,'field:8',0,1,''),
(11422,'field:9',0,1,' careers '),
(11422,'title',0,1,' 2026 01 20 08 45 56 '),
(11424,'field:12',0,1,' ivy bungori '),
(11424,'field:13',0,1,' 19ivyb61 gmail com '),
(11424,'field:14',0,1,' 4109240057 '),
(11424,'field:15',0,1,' files resumes ivy bungori pdf '),
(11424,'field:16',0,1,' administrative business office '),
(11424,'field:17',0,1,''),
(11424,'field:20',0,1,' https cccorsicahills com careers '),
(11424,'field:21',0,1,' info cccorsicahills com '),
(11424,'title',0,1,' 2026 01 20 08 47 47 '),
(11425,'alt',0,1,''),
(11425,'extension',0,1,' pdf '),
(11425,'filename',0,1,' ivy bungori pdf '),
(11425,'kind',0,1,' pdf '),
(11425,'slug',0,1,''),
(11425,'title',0,1,' ivy bungori '),
(11426,'field:10',0,1,' preobreli divan rotterdam velvet olivet v podarok na dacu https divanlogia ru catalog krovati i paneli krovat dzheni ostalis ocen dovolny pokupkoi divan kacestvenno sdelan i sozdaet v dome uiutnuiu obstanovku pri vybore divana poradoval bolsoi asortiment vybora cvetov i materiala rekomenduiu dannyi magazin i uze prismotreli sebe krovat https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi parizh art 00006 bez podusek https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan chester premium mexanizm transformacii https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 3 maksimalno vygodnye usloviia sotrudnicestva dlia stimuliacii razvitiia dilerskoi seti operativnye postavki v liubuiu tocku rossii reguliarnoe obnovlenie i aktualizaciia kollekcii vysokoe kacestvo predlagaemoi produkcii https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi feniks art 00013 pastelnye tona https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi page=5 dlia kafe v kotoroe gosti prixodiat v kompanii s domasnimi liubimcami veliurovaia obivka stanet udacnym vyborom https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan v otlicie ot rogozki ei ne strasny ostrye kogotki pitomcev https divanlogia ru sales page=9 '),
(11426,'field:18',0,1,' https completecarewall com contact '),
(11426,'field:19',0,1,' info completecarewall com '),
(11426,'field:6',0,1,' tyronenak '),
(11426,'field:7',0,1,' galyazafuna mail ru '),
(11426,'field:8',0,1,' google '),
(11426,'field:9',0,1,' general inquiry '),
(11426,'title',0,1,' 2026 01 20 08 52 10 '),
(11427,'field:10',0,1,' rjrdzsrdzsdj rdzrjsgjrje s sgjsr rdzr '),
(11427,'field:18',0,1,' http ccspringbrook com contact '),
(11427,'field:19',0,1,' info ccspringbrook com '),
(11427,'field:6',0,1,' alyalorp '),
(11427,'field:7',0,1,' webmasterandrey777 gmail com '),
(11427,'field:8',0,1,' google '),
(11427,'field:9',0,1,' general inquiry '),
(11427,'title',0,1,' 2026 01 20 08 54 23 '),
(11434,'field',35,1,' wellness health cardiac '),
(11434,'field',36,1,' nearly half of women over age 20 live with some form of cardiovascular disease cvd the leading cause of death among women driven by her dedication to improving womens heart health in new jersey dr jessica l israel chief medical officer and executive vice president at complete care has been named the 2025 2026 volunteer chair for the garden state go red for women movement '),
(11434,'field',38,1,' nearly half of women over age 20 live with some form of cardiovascular disease cvd the leading cause of death among women driven by her dedication to improving womens heart health in new jersey dr jessica l israel chief medical officer and executive vice president at complete care has been named the 2025 2026 volunteer chair for the garden state go red for women movement the go red for women initiative created by the american heart association more than 20 years ago aims to raise awareness and inspire action to improve womens heart health around the world cardiovascular disease remains the top health threat for women claiming more lives than all forms of cancer combined according to the american heart association a womans risk changes over time and can increase during certain stages of life such as pregnancy or menopause the encouraging news is that most heart disease can be prevented with education and healthy lifestyle choices through the go red for women campaign women are encouraged to take control of their health and to support one another in doing the same earlier this year dr israel had her own experience with heart disease when she suffered a cardiovascular event that incident revealed she had untreated high blood pressure and high cholesterol a realization that motivated her to share her story and encourage others to take their health seriously as women we often put others first i have devoted my life to caring for literally everyone my family friends colleagues patients and even strangers except for myself said israel through go red for women the american heart association encourages us to prioritize our own heart health im honored to lead this effort to raise awareness provide education and inspire action to help women of all ages take control of their health and support each other in this vital mission go red for women now reaches communities across the u s and in more than 50 countries worldwide the garden state go red for women experience will take place in june 2026 celebrating the years progress and honoring local achievements we are incredibly grateful for dr israel and her unwavering passion and dedication to the go red for women movement said daniel stermer executive director of the american heart association in new jersey she leads by example through her commitment to raising awareness and advocating for womens heart health and because of this she has made a significant impact on our community '),
(11434,'slug',0,1,' complete care cmo evp leads movement to improve womens heart health in new jersey '),
(11434,'title',0,1,' advancing womens heart health dr jessica l israel named go red chair '),
(11436,'field:10',0,1,' obieekt proveren https rich house su restaurants obieekt proveren https rich house su restaurants 164 otzyva https rich house su restaurants mini oteli gelendzika https rich house su photos do centra 600 m https rich house su contacts vvedite daty ctoby uvidet aktualnye ceny https rich house su services '),
(11436,'field:18',0,1,' http cckressonview com contact '),
(11436,'field:19',0,1,' info cckressonview com '),
(11436,'field:6',0,1,' geraldgew '),
(11436,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(11436,'field:8',0,1,' google '),
(11436,'field:9',0,1,' general inquiry '),
(11436,'title',0,1,' 2026 01 20 09 17 22 '),
(11437,'field:10',0,1,' do cernogo moria 666 m https rich house su broniruite gostinicy gelendzika ceny na nomera ot 1 000 rublei https rich house su restaurants vybiraite podxodiashhii otel iz 855 obieektov v gelendzike so skidkami do 55% na osnove realnyx foto i 35 148 otzyvov gostei https rich house su olginka 93 otelia oteli soci vse vkliuceno gelendzik ul https rich house su gornaia d https rich house su services 15a https rich house su services 1 https rich house su contacts 6 km ot centra gelendzik https rich house su about '),
(11437,'field:18',0,1,' http cckressonview com contact '),
(11437,'field:19',0,1,' info cckressonview com '),
(11437,'field:6',0,1,' geraldgew '),
(11437,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(11437,'field:8',0,1,' google '),
(11437,'field:9',0,1,' general inquiry '),
(11437,'title',0,1,' 2026 01 20 09 17 23 '),
(11438,'field:10',0,1,' lazarevskoe 563 otelia gelendzik ul https rich house su rooms kolxoznaia 38 https rich house su services gelendzik ul https rich house su sovetskaia d https rich house su about 15 1463 km trassy m 4 https rich house su restaurants besplatnaia otmena https rich house su ot 4 550 rub https rich house su za celoveka v sutki https rich house su services oteli po cenam https rich house su about '),
(11438,'field:18',0,1,' http cckressonview com contact '),
(11438,'field:19',0,1,' info cckressonview com '),
(11438,'field:6',0,1,' geraldgew '),
(11438,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(11438,'field:8',0,1,' google '),
(11438,'field:9',0,1,' general inquiry '),
(11438,'title',0,1,' 2026 01 20 09 17 28 '),
(11439,'field:10',0,1,' nas internet magazin iavliaetsia oficialnym partnerom mebelnoi fabriki sheffilton lidera rynka sovremennoi biudzetnoi mebeli dlia daci kvartiry ofisa a takze segmenta horeca https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan bentli my predlagaem krasivye i nadeznye stoly kresla stulia dlia vasego zavedeniia po cenam ot proizvoditelia https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi page=2 stoly na raznoe kolicestvo person stulia v tom cisle barnye divany klassiceskie uglovye transformery kanape kresla s napolnitelem ili bez nego drugie vidy miagkoi mebeli i aksessuary pufy banketki poduski dlia divanov sovremennaia mebel dlia kafe restorana ili bara kak v gotovom vide tak i pod zakaz po individualnomu dizainu ot proizvoditelia barnaia liniia nas 15 letnii opyt eto vasa garantiia kacestva i dolgovecnosti mebeli dlia obshhepita https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi page=7 v state tolko professionaly svoego dela dizainery mebelshhiki kotorye sproektiruiut i sozdadut interer zavedeniia vasei mecty podxodit dlia ezednevnogo sna https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi polucite konsultaciiu specialista v tecenii 15 i minut massiv metall https divanlogia ru catalog myagkaya mebel dlya restoranov stulya stul malta 6 '),
(11439,'field:18',0,1,' https ccwestcaldwell com contact '),
(11439,'field:19',0,1,' info ccwestcaldwell com '),
(11439,'field:6',0,1,' tyronemib '),
(11439,'field:7',0,1,' galyazafuna mail ru '),
(11439,'field:8',0,1,' google '),
(11439,'field:9',0,1,' general inquiry '),
(11439,'title',0,1,' 2026 01 20 09 18 23 '),
(11446,'field:10',0,1,' we are looking for a place for my aunt for long term care i was wondering if you have openings and if you accept medicaid patients we are in the process of applying for that now '),
(11446,'field:18',0,1,' https ccgrotonregency com contact '),
(11446,'field:19',0,1,' info ccgrotonregency com '),
(11446,'field:6',0,1,' gene gumbs '),
(11446,'field:7',0,1,' ggumbs sbcglobal net '),
(11446,'field:8',0,1,''),
(11446,'field:9',0,1,' general inquiry '),
(11446,'title',0,1,' 2026 01 20 09 22 44 '),
(11447,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccmarcella com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(11447,'field:18',0,1,' https ccmarcella com contact '),
(11447,'field:19',0,1,' info ccmarcella com '),
(11447,'field:6',0,1,' qasim yaseen '),
(11447,'field:7',0,1,' qasimyaseen326 gmail com '),
(11447,'field:8',0,1,' web ui ux design and developemnt '),
(11447,'field:9',0,1,' media inquiry '),
(11447,'title',0,1,' 2026 01 20 09 23 27 '),
(11450,'field:10',0,1,' prodaza gruzovyx sin i sin dlia legkovyx avtomobilei optom po cenam proizvoditelia s nds opt prodaza sin asiancatalog rassrocka plateza nds markirovka sin cz sertifikaty eas my zainteresovany v sotrudnicestve '),
(11450,'field:18',0,1,' https cchyattsville com contact '),
(11450,'field:19',0,1,' info cchyattsville com '),
(11450,'field:6',0,1,' dymnindity '),
(11450,'field:7',0,1,' cargo888 cn gmail com '),
(11450,'field:8',0,1,' google '),
(11450,'field:9',0,1,' general inquiry '),
(11450,'title',0,1,' 2026 01 20 09 27 54 '),
(11452,'field:10',0,1,' 897 https rich house su contacts 6 m ot centra gelendzik https rich house su booking do cernogo moria 836 m https rich house su diapazon cen v gostinicax i oteliax gelendzika https rich house su contacts gostevoi dom https rich house su restaurants pokazat tipy obieektov https rich house su about do centra 600 m https rich house su services '),
(11452,'field:18',0,1,' http ccvoorhees com contact '),
(11452,'field:19',0,1,' info ccvoorhees com '),
(11452,'field:6',0,1,' geraldhidly '),
(11452,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(11452,'field:8',0,1,' google '),
(11452,'field:9',0,1,' general inquiry '),
(11452,'title',0,1,' 2026 01 20 09 28 49 '),
(11453,'field:10',0,1,' gelendzik ul https rich house su rooms surikova d https rich house su photos 16 https rich house su restaurants oteli v gelendzike vse vkliuceno eto sans provesti vremia s udovolstviem i nasladitsia otdyxom v xorosem meste https rich house su photos otpravliaias v otpusk semei obratite vnimanie na 4 xzvezdocnyi otel alean family resort spa biarritz kotoryi predlagaet vam variant zaseleniia po sisteme all inclusive https rich house su contacts vas zdet vvedite daty ctoby uvidet aktualnye ceny https rich house su photos soci 1 228 otelei vitiazevo 534 otelia gelendzik ul https rich house su restaurants xersonskaia d https rich house su about 48 https rich house su photos '),
(11453,'field:18',0,1,' http ccvoorhees com contact '),
(11453,'field:19',0,1,' info ccvoorhees com '),
(11453,'field:6',0,1,' geraldhidly '),
(11453,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(11453,'field:8',0,1,' google '),
(11453,'field:9',0,1,' general inquiry '),
(11453,'title',0,1,' 2026 01 20 09 28 50 '),
(11454,'field:10',0,1,' vvedite daty ctoby uvidet aktualnye ceny https rich house su about lazarevskoe 563 otelia vvedite daty ctoby uvidet aktualnye ceny https rich house su about do centra 1000 m https rich house su contacts otdyx v alean family resort spa biarritz https rich house su rooms vvedite daty ctoby uvidet aktualnye ceny https rich house su rooms '),
(11454,'field:18',0,1,' http ccvoorhees com contact '),
(11454,'field:19',0,1,' info ccvoorhees com '),
(11454,'field:6',0,1,' geraldhidly '),
(11454,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(11454,'field:8',0,1,' google '),
(11454,'field:9',0,1,' general inquiry '),
(11454,'title',0,1,' 2026 01 20 09 28 51 '),
(11460,'field:10',0,1,' my sostavliaem rascet i privozim degustacionnyi set https shcherbinins ru aboutus 685 rub cel https shcherbinins ru uslugi sluzby keiteringa mosfurset kacestvo produktov https shcherbinins ru contacts korporativ na prirode dlia 100 celovek https shcherbinins ru kommunikaciia https shcherbinins ru aboutus '),
(11460,'field:18',0,1,' http ccwestcaldwell com contact '),
(11460,'field:19',0,1,' info ccwestcaldwell com '),
(11460,'field:6',0,1,' michaelmar '),
(11460,'field:7',0,1,' natulya fedosova 96 mail ru '),
(11460,'field:8',0,1,' google '),
(11460,'field:9',0,1,' general inquiry '),
(11460,'title',0,1,' 2026 01 20 09 30 14 '),
(11461,'field:10',0,1,' strit fud vecerinka na kryse art play https shcherbinins ru aboutus sytnoe fursetnoe raznoobraznoe meniu na 26 28 person https shcherbinins ru menu andrei 8 maia 2025 https shcherbinins ru aboutus prezentaciia novoi modeli telefona alcatel dlia 400 gostei https shcherbinins ru druzia dalse budet dolgii i vostorzennyi otzyv dlia lenivyx vse bylo na urovne vkusno cisto krasivo otvetstvenno spasibo vsei komande young catering i licno mixailu menedzeru kompanii kto xocet citat mnogo pisu otmecala den rozdeniia 15 priglasennyx pomeshhenie bez kuxni i bara nu vot takoi u menia kapriz byl net kuxni da keiteringu meropriiatie malenkoe smeta skromnaia obratilas v 3 kompanii vse raznye odna mne davala v podarok sokoladnyi fontan no obieiavila 6000 https shcherbinins ru contacts rublei za dostavku https shcherbinins ru aboutus v obshhem samye priemlemye dlia menia usloviia okazalis v kompanii ys https shcherbinins ru aboutus rasskazu pro vse pliusy moego vybora vo pervyx operativnost https shcherbinins ru menu obshhenie s menedzerom proisxodilo po el https shcherbinins ru aboutus pocte no so skorostiu votsapa otvetit mne na soobshhenie v 7 utra v voskresene net problem udobno vo vtoryx otvetstvennost https shcherbinins ru prosto nevidannaia mnoiu dosele https shcherbinins ru aboutus mixail resil smotret pomeshhenie https shcherbinins ru menu vot cto ego smotret dumala ia no mixail xotel sam ocenit masstab bedstviia https shcherbinins ru contacts ok pomeshhenie rabotaet v subbotu v 22 00 net problem mixail gotov priexat cudesa net obsudili na meste vse niuansy po rukam udarili zakliucili dogovor https shcherbinins ru uslugy dalee privezli svoiu posudu i pribory xotia posuda byla na obieekte no mixail skazal cto oni resili vziat svoiu ctob ne perezivat https shcherbinins ru aboutus dumaete za takoe resenie menia poprosili dobavit net cudesa na virazax otvetstvennost uroven bog kogda v konce meropriiatiia ia vdrug obnaruzila stopocku lanc boksov kogda vstal vopros o tom cto kak to nuzno zabrat ostavsuiusia edu u menia prosto sleza vykatilas ot umileniia i blagodarnosti v tretix no ne po znaceniiu cistota i akkuratnost https shcherbinins ru menu vse v spec odezde fartukax boze vse v percatkax https shcherbinins ru menu eda v konteinerax paketikax vse upakovano https shcherbinins ru vse goriacee svezee vkusnoe https shcherbinins ru uslugy stol smotrelsia prosto klassno stilnaia posuda stilnaia eda vse xvalili salat s rakovymi seikami ne znaiu ia vegetarianka nicix seek ne em nicego ne mogu skazat to cto kusala ia bylo vkusno byli eshhe podarki uslugi za kotorye drugiekontory xoteli deneg ne budu rasskazyvat daby vsem ne povadno bylo no byli ocen priiatno mne v cetvertyx cestnost i poriadocnost https shcherbinins ru contacts vdrug mixail mne piset cto nasel osibku v smete i ia dolzna na neskolko tysiac rublei mense cudesa ia by i ne daze ne zametila https shcherbinins ru aboutus v obshhem esli ia opiat resu otmecat den rozdeniia v pole to tolko s young catering organizaciia keiteringa v moskve https shcherbinins ru uslugy '),
(11461,'field:18',0,1,' http ccwestcaldwell com contact '),
(11461,'field:19',0,1,' info ccwestcaldwell com '),
(11461,'field:6',0,1,' michaelmar '),
(11461,'field:7',0,1,' natulya fedosova 96 mail ru '),
(11461,'field:8',0,1,' google '),
(11461,'field:9',0,1,' general inquiry '),
(11461,'title',0,1,' 2026 01 20 09 30 15 '),
(11462,'field:10',0,1,' v cem osnovnye preimushhestva servisa zakazyvali zakuski dlia furseta na den rozdeniia https shcherbinins ru menu vse bylo na vyssem urovne snacala pomogli s vyborom terpelivo otvetili na vse voprosy i podstroilis pod nas grafik vsegda byli na sviazi https shcherbinins ru menu dostavka minuta v minutu krasivo upakovano sous dlia salata v individualnyx stilnyx kapsulax vse svezaisee i ocen vkusnoe porcii bolsie blagodariu kulinarnuiu studiiu food embassy iulii vysockoi za professionalizm punktualnost i izumitelno vkusnuiu edu nas povar matvei polucili massu polozitelnyx emocii https shcherbinins ru menu vsem rekomenduiu obrashhatsia imenno k nim set salonov optik vizuvse obsluzivanie https shcherbinins ru contacts druzia dalse budet dolgii i vostorzennyi otzyv dlia lenivyx vse bylo na urovne vkusno cisto krasivo otvetstvenno spasibo vsei komande young catering i licno mixailu menedzeru kompanii kto xocet citat mnogo pisu otmecala den rozdeniia 15 priglasennyx pomeshhenie bez kuxni i bara nu vot takoi u menia kapriz byl net kuxni da keiteringu meropriiatie malenkoe smeta skromnaia obratilas v 3 kompanii vse raznye odna mne davala v podarok sokoladnyi fontan no obieiavila 6000 https shcherbinins ru rublei za dostavku https shcherbinins ru menu v obshhem samye priemlemye dlia menia usloviia okazalis v kompanii ys https shcherbinins ru contacts rasskazu pro vse pliusy moego vybora vo pervyx operativnost https shcherbinins ru contacts obshhenie s menedzerom proisxodilo po el https shcherbinins ru menu pocte no so skorostiu votsapa otvetit mne na soobshhenie v 7 utra v voskresene net problem udobno vo vtoryx otvetstvennost https shcherbinins ru contacts prosto nevidannaia mnoiu dosele https shcherbinins ru uslugy mixail resil smotret pomeshhenie https shcherbinins ru menu vot cto ego smotret dumala ia no mixail xotel sam ocenit masstab bedstviia https shcherbinins ru menu ok pomeshhenie rabotaet v subbotu v 22 00 net problem mixail gotov priexat cudesa net obsudili na meste vse niuansy po rukam udarili zakliucili dogovor https shcherbinins ru contacts dalee privezli svoiu posudu i pribory xotia posuda byla na obieekte no mixail skazal cto oni resili vziat svoiu ctob ne perezivat https shcherbinins ru contacts dumaete za takoe resenie menia poprosili dobavit net cudesa na virazax otvetstvennost uroven bog kogda v konce meropriiatiia ia vdrug obnaruzila stopocku lanc boksov kogda vstal vopros o tom cto kak to nuzno zabrat ostavsuiusia edu u menia prosto sleza vykatilas ot umileniia i blagodarnosti v tretix no ne po znaceniiu cistota i akkuratnost https shcherbinins ru menu vse v spec odezde fartukax boze vse v percatkax https shcherbinins ru contacts eda v konteinerax paketikax vse upakovano https shcherbinins ru vse goriacee svezee vkusnoe https shcherbinins ru contacts stol smotrelsia prosto klassno stilnaia posuda stilnaia eda vse xvalili salat s rakovymi seikami ne znaiu ia vegetarianka nicix seek ne em nicego ne mogu skazat to cto kusala ia bylo vkusno byli eshhe podarki uslugi za kotorye drugiekontory xoteli deneg ne budu rasskazyvat daby vsem ne povadno bylo no byli ocen priiatno mne v cetvertyx cestnost i poriadocnost https shcherbinins ru menu vdrug mixail mne piset cto nasel osibku v smete i ia dolzna na neskolko tysiac rublei mense cudesa ia by i ne daze ne zametila https shcherbinins ru uslugy v obshhem esli ia opiat resu otmecat den rozdeniia v pole to tolko s young catering krasocnoe oformlenie fursetnoi linii s raznoobraznymi zakuskami ctoby gosti ostalis dovolny https shcherbinins ru uslugy '),
(11462,'field:18',0,1,' http ccwestcaldwell com contact '),
(11462,'field:19',0,1,' info ccwestcaldwell com '),
(11462,'field:6',0,1,' michaelmar '),
(11462,'field:7',0,1,' natulya fedosova 96 mail ru '),
(11462,'field:8',0,1,' google '),
(11462,'field:9',0,1,' general inquiry '),
(11462,'title',0,1,' 2026 01 20 09 30 15 '),
(11463,'field:10',0,1,' hi there having some set of links linking to ccbayshore com may result in 0 value or negative impact for your site it really doesnt matter the number of backlinks you have what matters is the total of ranking terms those websites are optimized for that is the key factor not the fake third party metrics or domain rating these can be faked easily but the amount of high traffic search terms the domains that send backlinks to you have thats it make sure these backlinks redirect to your site and your site will see real growth we are providing this powerful service here https www strictlydigital net product semrush backlinks have questions or want clarification reach out here https www strictlydigital net whatsapp us sincerely mike jiirqen van dijk strictlydigital net phone whatsapp 1 877 566 3738 '),
(11463,'field:18',0,1,' http ccbayshore com contact '),
(11463,'field:19',0,1,' info ccbayshore com '),
(11463,'field:6',0,1,' mike jiirqen van dijk '),
(11463,'field:7',0,1,' info strictlydigital net '),
(11463,'field:8',0,1,' google '),
(11463,'field:9',0,1,' general inquiry '),
(11463,'title',0,1,' 2026 01 20 09 32 57 '),
(11464,'field:10',0,1,' primeniaem individualnyi podxod https corporativ luxe ru maldivy organizuem dlia vas takie vidy korporativnyx putesestvii pod kliuc nastoiashhee soglasie daetsia na neopredelennyi srok i mozet byt v liuboi moment otozvano mnoi a v casti kacaiushheisia konkretnogo lica subieekta personalnyx dannyx ukazannogo v zaiavke ukazannym licom putem napravleniia pismennogo uvedomleniia v adres agenta po pocte https corporativ luxe ru vyetnam uvlekatelnuiu progulku na iaxte daze esli sotrudniki xoroso govoriat na angliiskom mesto turisticeskoe i u vsex est internet ne dumaite cto spravites bez soprovozdaiushhego https corporativ luxe ru keytering i banket mestnye namnogo lucse znaiut kak dobitsia nuznogo rezultata bystro i na otlicnyx usloviiax https corporativ luxe ru korporativ na maldivah na chastnoy yahte gde cto kupit kak dobratsia i k komu obratitsia pravilnye otvety na eti voprosy polucite tolko u professionalov https corporativ luxe ru zaglyani za gorizont skolko letet iz moskvy 3 casa https corporativ luxe ru timbilding '),
(11464,'field:18',0,1,' https ccharstonhall com contact '),
(11464,'field:19',0,1,' info ccharstonhall com '),
(11464,'field:6',0,1,' derekdag '),
(11464,'field:7',0,1,' toktobayeva nata mail ru '),
(11464,'field:8',0,1,' google '),
(11464,'field:9',0,1,' general inquiry '),
(11464,'title',0,1,' 2026 01 20 09 35 37 '),
(11465,'field:10',0,1,' eto gotovoe izdelie kotoroe prinadlezit zakazciku https classicgifts ru gifts picnic html no my mozem ispolzovat etu ideiu dlia sozdaniia novogo proekta https classicgifts ru plyazhnyie myachi html pocemu vam stoit zakazat merc imenno u nas zakazat poxozee https classicgifts ru biznes suveniryi html dannoe soglasie daetsia operatoru i tretemu licu am transportnye kompanii fgup pocta rossii dlia obrabotki moix personalnyx dannyx v sleduiushhix celiax v nasix interesax sdelat vas postoiannym klientom srazu posle pervogo zakaza https classicgifts ru tolstovki vetrovki zhiletyi html poetomu pomimo tocnyx srokov i vysokogo kacestva raboty my predlagaem mnozestvo poleznyx servisov uslug i skidok https classicgifts ru polotencza 09 mar 2022 https classicgifts ru diaries html '),
(11465,'field:18',0,1,' https ccharstonhall com contact '),
(11465,'field:19',0,1,' info ccharstonhall com '),
(11465,'field:6',0,1,' tylerral '),
(11465,'field:7',0,1,' aleksandrrapeka mail ru '),
(11465,'field:8',0,1,' google '),
(11465,'field:9',0,1,' general inquiry '),
(11465,'title',0,1,' 2026 01 20 09 35 38 '),
(11466,'field:10',0,1,' ultraformer dsb delaet kozu zdorovoi siiaiushhei uprugoi https beauty prestige ru catalog oborudovanie dlya zagara citat celikom https beauty prestige ru about contacts apparatnaia kosmetika kodermix https beauty prestige ru catalog massazhnoe oborudovanie oborudovanie vsegda v nalicii na sklade https beauty prestige ru catalog moyki parikmakherskie adss fg2000d 1600w new https beauty prestige ru catalog kosmetologicheskoe oborudovanie anchorfree https beauty prestige ru catalog spa oborudovanie '),
(11466,'field:18',0,1,' https ccharstonhall com contact '),
(11466,'field:19',0,1,' info ccharstonhall com '),
(11466,'field:6',0,1,' brianblite '),
(11466,'field:7',0,1,' nikolay shchevcov mail ru '),
(11466,'field:8',0,1,' google '),
(11466,'field:9',0,1,' general inquiry '),
(11466,'title',0,1,' 2026 01 20 09 35 44 '),
(11474,'alt',0,1,''),
(11474,'extension',0,1,' jpg '),
(11474,'filename',0,1,' shutterstock 2073986423 jpg '),
(11474,'kind',0,1,' image '),
(11474,'slug',0,1,''),
(11474,'title',0,1,' shutterstock 2073986423 '),
(11478,'field:12',0,1,' wayne white '),
(11478,'field:13',0,1,' waynewhite12121515 gmail com '),
(11478,'field:14',0,1,' 14435691021 '),
(11478,'field:15',0,1,' files resumes wayne white pdf '),
(11478,'field:16',0,1,' dietary food service maintenance housekeeping '),
(11478,'field:17',0,1,' ready for immediate hire very dedicated to work availability to work not a problem '),
(11478,'field:20',0,1,' https completecareheritage com careers '),
(11478,'field:21',0,1,' info completecareheritage com '),
(11478,'title',0,1,' 2026 01 20 09 38 34 '),
(11479,'alt',0,1,''),
(11479,'extension',0,1,' pdf '),
(11479,'filename',0,1,' wayne white pdf '),
(11479,'kind',0,1,' pdf '),
(11479,'slug',0,1,''),
(11479,'title',0,1,' wayne white '),
(11481,'field:10',0,1,' s sgjsr rdzr rdzrjsgjrje sgjr rirdzrgrdzsdz '),
(11481,'field:18',0,1,' http ccorangepark com contact '),
(11481,'field:19',0,1,' info ccorangepark com '),
(11481,'field:6',0,1,' alyphede '),
(11481,'field:7',0,1,' webmasterandrey777 gmail com '),
(11481,'field:8',0,1,' google '),
(11481,'field:9',0,1,' general inquiry '),
(11481,'title',0,1,' 2026 01 20 09 41 53 '),
(11483,'field:10',0,1,' voghjvouyn es vouzvoum ei imanal dzer giny '),
(11483,'field:18',0,1,' http ccwestfield com contact '),
(11483,'field:19',0,1,' info ccwestfield com '),
(11483,'field:6',0,1,' leenoicy '),
(11483,'field:7',0,1,' zekisuquc419 gmail com '),
(11483,'field:8',0,1,' google '),
(11483,'field:9',0,1,' general inquiry '),
(11483,'title',0,1,' 2026 01 20 09 44 20 '),
(11484,'alt',0,1,''),
(11484,'extension',0,1,' png '),
(11484,'filename',0,1,' dr israel go red png '),
(11484,'kind',0,1,' image '),
(11484,'slug',0,1,''),
(11484,'title',0,1,' dr israel go red '),
(11490,'field:12',0,1,' blaise votta '),
(11490,'field:13',0,1,' bvotta248 gmail com '),
(11490,'field:14',0,1,' 8566268550 '),
(11490,'field:15',0,1,' files resumes votta b resume pdf '),
(11490,'field:16',0,1,' nursing '),
(11490,'field:17',0,1,' for the past 2 years ive been employed by a home care agency see resume attached as a licensed chha in september 2025 my wife and i had our first child im hoping to obtain for a position at a continuing care facility so that i can better management my time i am available to work any day and any shift '),
(11490,'field:20',0,1,' https ccvoorhees com careers '),
(11490,'field:21',0,1,' info ccvoorhees com '),
(11490,'title',0,1,' 2026 01 20 09 45 54 '),
(11491,'alt',0,1,''),
(11491,'extension',0,1,' pdf '),
(11491,'filename',0,1,' votta b resume pdf '),
(11491,'kind',0,1,' pdf '),
(11491,'slug',0,1,''),
(11491,'title',0,1,' votta b resume '),
(11504,'alt',0,1,''),
(11504,'extension',0,1,' jpg '),
(11504,'filename',0,1,' untitled design jpg '),
(11504,'kind',0,1,' image '),
(11504,'slug',0,1,''),
(11504,'title',0,1,' untitled design '),
(11510,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site cckressonview com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(11510,'field:18',0,1,' https cckressonview com contact '),
(11510,'field:19',0,1,' info cckressonview com '),
(11510,'field:6',0,1,' qasim yaseen '),
(11510,'field:7',0,1,' qasimyaseen326 gmail com '),
(11510,'field:8',0,1,' web ui ux design and developemnt '),
(11510,'field:9',0,1,' resident family support '),
(11510,'title',0,1,' 2026 01 20 09 58 26 '),
(11512,'alt',0,1,''),
(11512,'extension',0,1,' png '),
(11512,'filename',0,1,' dr israel go red blog photo png '),
(11512,'kind',0,1,' image '),
(11512,'slug',0,1,''),
(11512,'title',0,1,' dr israel go red blog photo '),
(11516,'field:10',0,1,' mikroskop w20800x osnashhen svetodiodami kotorye ravnomerno raspredeliaiut svet na issleduemom obieekte v sovokupnosti s uveliceniem izobrazeniia do 800 krat vozmozno zapisyvat foto i video samyx melkix detalei https beauty prestige ru catalog oborudovanie dlya manikyura moshhnyi aleksandritovyi lazer 755 nm i nd yag 1064 nm oborudovanie vsegda v nalicii na sklade https beauty prestige ru about contacts kosmetologiceskaia stoika socetaet v sebe 11 osnovnyx funkcii https beauty prestige ru catalog massazhnoe oborudovanie zapis na procedury otkryta https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html torzestvennaia vecerinka v cest otkrytiia 21 dekabria 2024 https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html v korzinu bystryi zakaz https beauty prestige ru catalog moyki parikmakherskie '),
(11516,'field:18',0,1,' https ccfairlawnedge com contact '),
(11516,'field:19',0,1,' info ccfairlawnedge com '),
(11516,'field:6',0,1,' brianepity '),
(11516,'field:7',0,1,' nikolay shchevcov mail ru '),
(11516,'field:8',0,1,' google '),
(11516,'field:9',0,1,' general inquiry '),
(11516,'title',0,1,' 2026 01 20 10 04 44 '),
(11517,'field:10',0,1,' 30 let na rynke 3000 dilerov https classicgifts ru zontyi skladnyie html eto gotovoe izdelie kotoroe prinadlezit zakazciku https classicgifts ru polotencza individualnogo dizajna html no my mozem ispolzovat etu ideiu dlia sozdaniia novogo proekta https classicgifts ru usb gadgets heated html cena zakaznaia rabota nadglazurnaia dekol tisnenie priamaia pecat uf pecat lazernaia gravirovka tampopecat termotransfer sublimaciia selkografiia https classicgifts ru chasyi meteostanczii eto gotovoe izdelie kotoroe prinadlezit zakazciku https classicgifts ru akrilovyie pledyi html no my mozem ispolzovat etu ideiu dlia sozdaniia novogo proekta https classicgifts ru podarochnyie naboryi ot promo do vip html vasa reklama budet rabotat maksimalno dolgo prakticeski beskonecno https classicgifts ru novogodnie suveniryi my zakazyvaem tovary pod budushhii merc tolko u proverennyx proizvoditelei nekotorye iz nasix stm imeiut garantiiu 12 mesiacev https classicgifts ru sumki xolodilniki html kacestvo bezopasnost i sootvetstvie zaiavlennym texniceskim xarakteristikam dopolnitelno testiruiutsia v centre kontrolia kacestva v guanczou https classicgifts ru beach souvenirs html '),
(11517,'field:18',0,1,' https ccfairlawnedge com contact '),
(11517,'field:19',0,1,' info ccfairlawnedge com '),
(11517,'field:6',0,1,' tylerbag '),
(11517,'field:7',0,1,' aleksandrrapeka mail ru '),
(11517,'field:8',0,1,' google '),
(11517,'field:9',0,1,' general inquiry '),
(11517,'title',0,1,' 2026 01 20 10 04 44 '),
(11518,'field:10',0,1,' na saite wanderlust travel studio vy naidete prostuiu formu zaiavki kotoruiu nuzno zapolnit esli vy planiruete kupit u nas korporativnye tury https corporativ luxe ru korporativnaya programma v vengrii vengerskaya raspodiya sotrudniki kompanii sviazutsia s vami v blizaisee vremia dlia soglasovaniia detalei https corporativ luxe ru korporativ v sankt peterburge vy takze mozete sami pozvonit nam po ukazannym telefonam libo vospolzovatsia populiarnymi messendzerami https corporativ luxe ru organizacija korporativnyh kruizov vsia kontaktnaia informaciia ukazana v sootvetstvuiushhem razdele saita https corporativ luxe ru korporativnye tury v uzbekistan my pozabotimsia o vsex aspektax transportirovki bronirovanii aviabiletov organizacii transferov i arende transporta na meste https corporativ luxe ru korporativnyye programmy v vengrii ves process budet cetko splanirovan ctoby izbezat liubyx zaderzek i neudobstv https corporativ luxe ru aviabilety 1 material podgotovila kristina ilina https corporativ luxe ru vengriya cel korporativnogo turizma https corporativ luxe ru timbilding krome vnutrennei dokumentacii i finansovyx otcetov vazno pomnit i o bezopasnosti sotrudnikov za rubezom https corporativ luxe ru korporativnaya programma nizhegorodskiy forsazh bez medicinskoi straxovki lucse ne otpravliatsia v put ona sekonomit vremia i dengi v slucae nepredvidennyx situacii i mozet bukvalno spasti zizn sotrudniku https corporativ luxe ru trend poyezdki i obmen opytom primeniaem individualnyi podxod https corporativ luxe ru korporativnyye programmy na kube '),
(11518,'field:18',0,1,' https ccfairlawnedge com contact '),
(11518,'field:19',0,1,' info ccfairlawnedge com '),
(11518,'field:6',0,1,' derekgyday '),
(11518,'field:7',0,1,' toktobayeva nata mail ru '),
(11518,'field:8',0,1,' google '),
(11518,'field:9',0,1,' general inquiry '),
(11518,'title',0,1,' 2026 01 20 10 04 49 '),
(11519,'field:10',0,1,' hello we have a special opportunity that could significantly boost traffic and visibility for your website ccbrackenville com what if you could drive real targeted website traffic automatically using ai without paid ads complicated setups or ongoing management thats exactly what ai traffic whale delivers ai traffic whale uses advanced ai technology to generate consistent high quality traffic from multiple sources helping websites increase exposure improve engagement and grow faster all on autopilot no technical skills required no monthly ad spend and no complex tools to manage you set it up once and the ai does the work for you see how it works here https traffic vinhgrowth com you are receiving this message because we believe this offer may be relevant to your website if you do not wish to receive further communications from us please click here to unsubscribe https vinhgrowth com unsubscribe domain=ccbrackenville com address 60 crown street london looking out for you margaret julia '),
(11519,'field:18',0,1,' http ccbrackenville com contact '),
(11519,'field:19',0,1,' info ccbrackenville com '),
(11519,'field:6',0,1,' margaret julia '),
(11519,'field:7',0,1,' yiyayova gmail com '),
(11519,'field:8',0,1,' aistore '),
(11519,'field:9',0,1,' volunteer opportunities '),
(11519,'title',0,1,' 2026 01 20 10 06 29 '),
(11529,'alt',0,1,''),
(11529,'extension',0,1,' png '),
(11529,'filename',0,1,' sheridan commons png '),
(11529,'kind',0,1,' image '),
(11529,'slug',0,1,''),
(11529,'title',0,1,' sheridan commons '),
(11538,'field:10',0,1,' 4847071214 call '),
(11538,'field:18',0,1,' https cclehigh com contact '),
(11538,'field:19',0,1,' info cclehigh com '),
(11538,'field:6',0,1,' caroll german '),
(11538,'field:7',0,1,' 1bingoplayer gmail com '),
(11538,'field:8',0,1,''),
(11538,'field:9',0,1,' general inquiry '),
(11538,'title',0,1,' 2026 01 20 10 13 07 '),
(11539,'field:10',0,1,' individualnyi podxod https shcherbinins ru sozdat izyskannye zakuski https shcherbinins ru prigotovit osnovnye bliuda na liuboi vkus https shcherbinins ru contacts udovletvorit gastronomiceskie predpocteniia kazdogo gostia https shcherbinins ru contacts razrabotat individualnoe keitering meniu ucityvaiushhee vse vasi pozelaniia https shcherbinins ru prostranstvo ploshhadka na poslednem etaze univermaga cvetnoi https shcherbinins ru dlinnaia barnaia stoika na kotoroi vystavliaetsia eda i napitki https shcherbinins ru kommunikaciia https shcherbinins ru aboutus kompaniia vizuvse v lice generalnogo direktora odincova a https shcherbinins ru aboutus iu https shcherbinins ru aboutus vyrazaet blagodarnost za professionalizm i bezuprecnyi servis sotrudnikam kompanii iang femili https shcherbinins ru contacts zelaem dalneisego professionalnogo rosta uspexov i procvetaniia vasei kompanii https shcherbinins ru uslugy professionalnaia komanda https shcherbinins ru aboutus '),
(11539,'field:18',0,1,' http ccorangepark com contact '),
(11539,'field:19',0,1,' info ccorangepark com '),
(11539,'field:6',0,1,' michaelsow '),
(11539,'field:7',0,1,' natulya fedosova 96 mail ru '),
(11539,'field:8',0,1,' google '),
(11539,'field:9',0,1,' general inquiry '),
(11539,'title',0,1,' 2026 01 20 10 18 13 '),
(11542,'field:10',0,1,' petrol diesel standard rate alternative fuel e g hybrid slightly lower standard rate determine the tax amount use the dvlas online vehicle enquiry service enter your vehicles registration number to find out the current tax rate applicable to your car including the first year rate this tool provides accurate information based on your cars specific details https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(11542,'field:18',0,1,' https ccharstonhall com contact '),
(11542,'field:19',0,1,' info ccharstonhall com '),
(11542,'field:6',0,1,' charlesson '),
(11542,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(11542,'field:8',0,1,' google '),
(11542,'field:9',0,1,' general inquiry '),
(11542,'title',0,1,' 2026 01 20 10 35 16 '),
(11563,'slug',0,1,' deena coffee sr director of sales and marketing '),
(11563,'title',0,1,' deena coffee '),
(11575,'slug',0,1,''),
(11575,'title',0,1,''),
(11576,'slug',0,1,''),
(11576,'title',0,1,''),
(11598,'alt',0,1,''),
(11598,'extension',0,1,' jpg '),
(11598,'filename',0,1,' arbors ad jpg '),
(11598,'kind',0,1,' image '),
(11598,'slug',0,1,''),
(11598,'title',0,1,' arbors ad '),
(11604,'field:10',0,1,' my predlagaem produkty pitaniia vysokogo kacestva po razumnoi cene https oookors ru product persil sred pauer gel svezh ot vern 13l nasa kompaniia imeet sobstvennyi avtopark cto pozvoliaet bystro i nadezno dostavit zakaz po ukazannomu vami adresu i tocno k ukazannomu vami vremeni https oookors ru product neskafe gold 75 gr paket upak 8 sht nasa kompaniia udeliaet osoboe vnimanie kacestvu obsluzivaniia klientov soversenstvuet logisticeskii podxod k organizacii processa ot zakaza do postavki https oookors ru product azerchaj chernyj s arom lesnye yagody 25 pak upak 24 sht ovoshhi frukty iagody zelen korenia xlebobulocnye izdeliia molocnaia produkciia iaico i iaicnye produkty miasnaia produkciia rybnaia produkciia makaronnye izdeliia muka krupy maslo specii sousy marinady orexi suxofrukty med bobovye griby konservy https oookors ru product motor krepkoe 05 l zh b 24 sht pokupaiu ne v pervyi raz tvorog 5% prostokvasino est ne vozmozno https oookors ru product kusochek syra marmelad 30 sht privkus benzina otvratitelnyi kak mozno takim tvorogom kormit rebenka zal negde dobavit foto s adresom proizvoditelia https oookors ru product nazari zelyonyj s chabreczom 200 gr m u 12 sht oficialnyi adres moskva viatskaia 27 kor 13 14 https oookors ru product vajs berg maliny 044 l st 12 sht kontrol kacestva https oookors ru product torabika kappuchino latte krem 30 gr upak 20 sht gibkaia sistema skidok https oookors ru product kakao zolotoj yarlyk 100 gr upak 18 sht vpervye resila poprobovat zakazat v abrikose https oookors ru product krushovicze svetloe 045 l st 20 sht zakazala miaso pticy zamorozku i nemnogo ovoshhei https oookors ru product natahtari 05l st 20 sht krem slivki kurica byla svezaia ocen vkusno polucilos na uzin https oookors ru product genezis 05l zh b 12 sht misticheskaya zvezda ovoshhi vse krepkie bez vmiatin https oookors ru product yakobs monarh paket 500 gr upak 6 sht dostavili vse vovremia daze kurer pozvonil zaranee ctoby utocnit vremia https oookors ru product svezhij rozliv 05 l st 20 sht v obshhem ostalas dovolna servisom budu zakazyvat snova https oookors ru product royal granat 033 l zh b 24 sht '),
(11604,'field:18',0,1,' https ccburlingtonwoods com contact '),
(11604,'field:19',0,1,' info ccburlingtonwoods com '),
(11604,'field:6',0,1,' patrickliast '),
(11604,'field:7',0,1,' cratunsculit1988 mail ru '),
(11604,'field:8',0,1,' google '),
(11604,'field:9',0,1,' general inquiry '),
(11604,'title',0,1,' 2026 01 20 11 03 09 '),
(11605,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site completecarehillside com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(11605,'field:18',0,1,' https completecarehillside com contact '),
(11605,'field:19',0,1,' info completecarehillside com '),
(11605,'field:6',0,1,' qasim yaseen '),
(11605,'field:7',0,1,' qasimyaseen326 gmail com '),
(11605,'field:8',0,1,' web ui ux design and developemnt '),
(11605,'field:9',0,1,' volunteer opportunities '),
(11605,'title',0,1,' 2026 01 20 11 05 06 '),
(11611,'field:10',0,1,' vvedite daty ctoby uvidet aktualnye ceny https rich house su restaurants gelendzik ul https rich house su contacts tatiany makarovoi d https rich house su photos 5 https rich house su about posmotret dostupnye nomera https rich house su restaurants do centra 600 m https rich house su about besplatnaia otmena https rich house su services do centra 600 m https rich house su about '),
(11611,'field:18',0,1,' http ccmonmouth com contact '),
(11611,'field:19',0,1,' info ccmonmouth com '),
(11611,'field:6',0,1,' geraldcheaf '),
(11611,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(11611,'field:8',0,1,' google '),
(11611,'field:9',0,1,' general inquiry '),
(11611,'title',0,1,' 2026 01 20 11 06 38 '),
(11615,'alt',0,1,''),
(11615,'extension',0,1,' jpg '),
(11615,'filename',0,1,' brick ad jpg '),
(11615,'kind',0,1,' image '),
(11615,'slug',0,1,''),
(11615,'title',0,1,' brick ad '),
(11621,'alt',0,1,''),
(11621,'extension',0,1,' jpg '),
(11621,'filename',0,1,' burlington admin jpg '),
(11621,'kind',0,1,' image '),
(11621,'slug',0,1,''),
(11621,'title',0,1,' burlington admin '),
(11626,'field:10',0,1,' factor https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(11626,'field:18',0,1,' https ccfairlawnedge com contact '),
(11626,'field:19',0,1,' info ccfairlawnedge com '),
(11626,'field:6',0,1,' charleselded '),
(11626,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(11626,'field:8',0,1,' google '),
(11626,'field:9',0,1,' general inquiry '),
(11626,'title',0,1,' 2026 01 20 11 14 36 '),
(11629,'field:10',0,1,' komfort i udobstvo https shcherbinins ru menu olga 2 dnia nazad https shcherbinins ru kommunikaciia https shcherbinins ru uslugy 666 rub cel https shcherbinins ru contacts irina marketing pr director kacestvo bliud https shcherbinins ru menu '),
(11629,'field:18',0,1,' http ccatcourthouse com contact '),
(11629,'field:19',0,1,' info ccatcourthouse com '),
(11629,'field:6',0,1,' michaelchurf '),
(11629,'field:7',0,1,' natulya fedosova 96 mail ru '),
(11629,'field:8',0,1,' google '),
(11629,'field:9',0,1,' general inquiry '),
(11629,'title',0,1,' 2026 01 20 11 14 45 '),
(11632,'alt',0,1,''),
(11632,'extension',0,1,' jpg '),
(11632,'filename',0,1,' courthouse admin 2 jpg '),
(11632,'kind',0,1,' image '),
(11632,'slug',0,1,''),
(11632,'title',0,1,' court house admin 2 '),
(11637,'field:10',0,1,' cena 20709 rub https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi feniks art 00013 razmer 900x500x440 https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo manako rogozka https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo toskana eshhe odin vaznyi kriterii vybora stil https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo sharon interer dolzen polnostiu sootvetstvovat koncepcii zavedeniia https divanlogia ru catalog myagkaya mebel dlya restoranov ved eto takaia ze cast imidza kak i logotip firmennyi cvet https divanlogia ru catalog myagkaya mebel dlya restoranov stulya stul esli obstanovka i predstavleniia gostia ne sovpadaiut voznikaet dissonans teriaetsia celostnost vospriiatiia https divanlogia ru catalog myagkaya mebel dlya doma sofas sicziliya oranzhevyij i chernyij naprimer esli u vas eko kafe miagkaia mebel dolzna byt prostoi formy na dereviannom karkase s obivkoi naturalnymi tkaniami https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 1 velyur premier 15 gotika naprotiv cestvuet velicestvennye interery ukrasennye rezboi metallom i sloznym dekorom https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo molero cvet i tekstura miagkoi mebeli zadaiut nastroenie intereru https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan kantri odnako bolee prizemlennye kriterii ocenki obivki takie kak dolgovecnost ustoicivost k zagriazneniiam i prostota uxoda v nekotorom smysle daze vaznee dlia obustroistva restorana ili kafe https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo chukcha kakie materialy vxodiat v top samyx populiarnyx obivocnyx materialov dlia segmenta horeca davaite razbiratsia https divanlogia ru catalog myagkaya mebel dlya doma sofas saxara komfort bezhevyij i korichnevyij '),
(11637,'field:18',0,1,' https ccburlingtonwoods com contact '),
(11637,'field:19',0,1,' info ccburlingtonwoods com '),
(11637,'field:6',0,1,' tyronesab '),
(11637,'field:7',0,1,' galyazafuna mail ru '),
(11637,'field:8',0,1,' google '),
(11637,'field:9',0,1,' general inquiry '),
(11637,'title',0,1,' 2026 01 20 11 19 17 '),
(11639,'alt',0,1,''),
(11639,'extension',0,1,' jpg '),
(11639,'filename',0,1,' greenacres ad 1 jpg '),
(11639,'kind',0,1,' image '),
(11639,'slug',0,1,''),
(11639,'title',0,1,' green acres ad 1 '),
(11643,'field:10',0,1,' gheia soy ithela na matho tin timi sas '),
(11643,'field:18',0,1,' http cclehigh com contact '),
(11643,'field:19',0,1,' info cclehigh com '),
(11643,'field:6',0,1,' leeaxora '),
(11643,'field:7',0,1,' zekisuquc419 gmail com '),
(11643,'field:8',0,1,' google '),
(11643,'field:9',0,1,' general inquiry '),
(11643,'title',0,1,' 2026 01 20 11 25 32 '),
(11644,'field:10',0,1,' xocu predlozit vam tovary ot proizvoditelia takie kak sous cili https oookors ru product vajs berg pshenichnoe 044 l st 12 sht lot №39 kupim kurinoe file grudki bez kozi bez kosti https oookors ru product colg z pasta total 12 prof chistka 75ml garantiruem vysokoe kacestvo https oookors ru product lisma 100 pak krepkij upak 6 sht my predostavliaem kazdomu klientu personalnogo menedzera kotoryi budet koordinirovat vasi zakazy https oookors ru product dirol myata blok 30 sht sistematiceski my provodim akcii v ramkax kotoryx otdelnye vidy bakaleinyx tovarov mozno priobresti na osobenno vygodnyx usloviiax https oookors ru product doshirak sup govyadina upak 24 sht '),
(11644,'field:18',0,1,' https ccspringbrook com contact '),
(11644,'field:19',0,1,' info ccspringbrook com '),
(11644,'field:6',0,1,' patricktrisp '),
(11644,'field:7',0,1,' cratunsculit1988 mail ru '),
(11644,'field:8',0,1,' google '),
(11644,'field:9',0,1,' general inquiry '),
(11644,'title',0,1,' 2026 01 20 11 26 23 '),
(11648,'alt',0,1,''),
(11648,'extension',0,1,' jpg '),
(11648,'filename',0,1,' greenacres admin jpg '),
(11648,'kind',0,1,' image '),
(11648,'slug',0,1,''),
(11648,'title',0,1,' green acres admin '),
(11655,'alt',0,1,''),
(11655,'extension',0,1,' jpg '),
(11655,'filename',0,1,' holiday admin jpg '),
(11655,'kind',0,1,' image '),
(11655,'slug',0,1,''),
(11655,'title',0,1,' holiday admin '),
(11660,'field:10',0,1,' miagkii divan s podlokotnikami dlia restorana i kafe https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi london art 00001 bez mexanizma https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan liverpul minimalizm https divanlogia ru catalog krovati i paneli krovat dzheni filtr https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan ameli 2 bez uiutnoi i komfortnoi miagkoi mebeli nevozmozno oboitis pri sozdanii interera kafe restorana ili otelia https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan skandinaviya esli vas interesuet gde mozno kupit krasivuiu miagkuiu mebel dlia restoranov obratite vnimanie na tovary predstavlennye v kataloge proffbar veliur https divanlogia ru catalog myagkaya mebel dlya restoranov modulnyie divanyi modulnyij chester '),
(11660,'field:18',0,1,' https ccspringbrook com contact '),
(11660,'field:19',0,1,' info ccspringbrook com '),
(11660,'field:6',0,1,' tyronelap '),
(11660,'field:7',0,1,' galyazafuna mail ru '),
(11660,'field:8',0,1,' google '),
(11660,'field:9',0,1,' general inquiry '),
(11660,'title',0,1,' 2026 01 20 11 33 59 '),
(11661,'alt',0,1,''),
(11661,'extension',0,1,' jpg '),
(11661,'filename',0,1,' holiday ad jpg '),
(11661,'kind',0,1,' image '),
(11661,'slug',0,1,''),
(11661,'title',0,1,' holiday ad '),
(11674,'alt',0,1,''),
(11674,'extension',0,1,' jpg '),
(11674,'filename',0,1,' marcella ad jpg '),
(11674,'kind',0,1,' image '),
(11674,'slug',0,1,''),
(11674,'title',0,1,' marcella ad '),
(11676,'slug',0,1,' taylor manning '),
(11676,'title',0,1,' taylor dascoli '),
(11692,'field:10',0,1,' gheia soy ithela na matho tin timi sas '),
(11692,'field:18',0,1,' http ccwheaton com contact '),
(11692,'field:19',0,1,' info ccwheaton com '),
(11692,'field:6',0,1,' leesow '),
(11692,'field:7',0,1,' zekisuquc419 gmail com '),
(11692,'field:8',0,1,' google '),
(11692,'field:9',0,1,' general inquiry '),
(11692,'title',0,1,' 2026 01 20 12 04 39 '),
(11701,'alt',0,1,''),
(11701,'extension',0,1,' jpg '),
(11701,'filename',0,1,' wall ad jpg '),
(11701,'kind',0,1,' image '),
(11701,'slug',0,1,''),
(11701,'title',0,1,' wall ad '),
(11714,'field:10',0,1,' hello mr willis i am helen cains niece room 23a i have tried all day today to reach her nurse or someone in regards to my aunts medication and no body has picked up the phone i am extremely concerned for her wellbeing right now and need someone to call me back asap thank you '),
(11714,'field:18',0,1,' https ccannapolis com contact '),
(11714,'field:19',0,1,' info ccannapolis com '),
(11714,'field:6',0,1,' sherri wilkins '),
(11714,'field:7',0,1,' smwilkins70 gmail com '),
(11714,'field:8',0,1,''),
(11714,'field:9',0,1,' resident family support '),
(11714,'title',0,1,' 2026 01 20 12 26 11 '),
(11715,'alt',0,1,''),
(11715,'extension',0,1,' jpg '),
(11715,'filename',0,1,' clark ad jpg '),
(11715,'kind',0,1,' image '),
(11715,'slug',0,1,''),
(11715,'title',0,1,' clark ad '),
(11724,'alt',0,1,''),
(11724,'extension',0,1,' jpg '),
(11724,'filename',0,1,' greenknoll admin 2 jpg '),
(11724,'kind',0,1,' image '),
(11724,'slug',0,1,''),
(11724,'title',0,1,' green knoll admin 2 '),
(11736,'alt',0,1,''),
(11736,'extension',0,1,' jpg '),
(11736,'filename',0,1,' mercerville admin jpg '),
(11736,'kind',0,1,' image '),
(11736,'slug',0,1,''),
(11736,'title',0,1,' mercerville admin '),
(11750,'alt',0,1,''),
(11750,'extension',0,1,' jpg '),
(11750,'filename',0,1,' mercerville ad jpg '),
(11750,'kind',0,1,' image '),
(11750,'slug',0,1,''),
(11750,'title',0,1,' mercerville ad '),
(11765,'field:10',0,1,' i have a student who is looking to complete their final assignment for the physical therapy aide program this is not an externship with designated hours instead it is a project in which a physical therapist physical therapy assistant or an experienced aide working under the supervision of a physical therapist observes the student performing the required activities and evaluates their competency i am reaching out to find out who i should speak with regarding this process again this is not an externship any guidance on the appropriate contact or next steps would be appreciated '),
(11765,'field:18',0,1,' https ccstvincents com contact '),
(11765,'field:19',0,1,' info ccstvincents com '),
(11765,'field:6',0,1,' theresa a sinkevich '),
(11765,'field:7',0,1,' theresa sinkevich pennfoster edu '),
(11765,'field:8',0,1,' penn foster group ashworth college '),
(11765,'field:9',0,1,' careers '),
(11765,'title',0,1,' 2026 01 20 12 41 40 '),
(11769,'alt',0,1,''),
(11769,'extension',0,1,' jpg '),
(11769,'filename',0,1,' stvincent admin jpg '),
(11769,'kind',0,1,' image '),
(11769,'slug',0,1,''),
(11769,'title',0,1,' st vincent admin '),
(11776,'field:10',0,1,' varianty konstrukcii kollektorov g obraznyi t obraznyi https first industrial ru catalog chiller chiller climacore lsa 06 vozdusnyi kondensator dlia xolodilnika vodianogo tipa otlicaetsia miniatiurnymi razmerami malym obieemom nezamyslovatoi konstrukciei kotoraia podoidet dlia xolodilnikov maloi i srednei moshhnosti https first industrial ru catalog chiller chiller rhoss tcee 120 kupiv kondensatory xolodilnye plastincatogo tipa mozno vygodno sekonomit ne v ushherb kacestvu https first industrial ru catalog page 7 brend belief model bs acv b4 135 a6 nominalnaia moshhnost 6 https first industrial ru catalog freon 023 freon r23 hladon r23 2 kvt https first industrial ru catalog chiller chiller bom 5 kvt kompressorno kondensatornyi apparat trubogib dlia kondicionerov ventilnyi kliuc xolodilnye vozduxooxladiteli https first industrial ru catalog freon 410 freon 410 a hladon r410 kak vybrat kondensator https first industrial ru catalog html gk novye texnologii https first industrial ru catalog kompressor freonovyj 009 0 kompressor invotech yh104t1g 100 kopirovat '),
(11776,'field:18',0,1,' https ccharstonhall com contact '),
(11776,'field:19',0,1,' info ccharstonhall com '),
(11776,'field:6',0,1,' davidlop '),
(11776,'field:7',0,1,' sinevhabibi664 bk ru '),
(11776,'field:8',0,1,' google '),
(11776,'field:9',0,1,' general inquiry '),
(11776,'title',0,1,' 2026 01 20 12 45 14 '),
(11783,'field:10',0,1,' https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(11783,'field:18',0,1,' https completecarebrick com contact '),
(11783,'field:19',0,1,' info completecarebrick com '),
(11783,'field:6',0,1,' charlesguiny '),
(11783,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(11783,'field:8',0,1,' google '),
(11783,'field:9',0,1,' general inquiry '),
(11783,'title',0,1,' 2026 01 20 12 46 27 '),
(11789,'field:10',0,1,' acquiring a brand new car is an exciting milestone bringing with it the thrill of fresh paint that new car smell and the promise of many journeys ahead however before you can legally hit the open road a crucial administrative step awaits taxing your vehicle this process often referred to as vehicle excise duty ved in the uk ensures your car complies with national regulations and contributes to road infrastructure understanding how to navigate this requirement is paramount for every new car owner as the rules and costs can vary based on factors like the vehicles emissions fuel type and list price this comprehensive guide will walk you through the necessary steps ensuring a smooth transition from showroom to street making your new car ownership experience hassle free flat rate applies regardless of emissions https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(11789,'field:18',0,1,' https completecarehillside com contact '),
(11789,'field:19',0,1,' info completecarehillside com '),
(11789,'field:6',0,1,' charleslig '),
(11789,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(11789,'field:8',0,1,' google '),
(11789,'field:9',0,1,' general inquiry '),
(11789,'title',0,1,' 2026 01 20 12 52 16 '),
(11791,'field:10',0,1,' hai ami apnar muulZ jante cez়echilam '),
(11791,'field:18',0,1,' http ccholidaycity com contact '),
(11791,'field:19',0,1,' info ccholidaycity com '),
(11791,'field:6',0,1,' robertdet '),
(11791,'field:7',0,1,' zekisuquc419 gmail com '),
(11791,'field:8',0,1,' google '),
(11791,'field:9',0,1,' general inquiry '),
(11791,'title',0,1,' 2026 01 20 12 53 27 '),
(11800,'alt',0,1,''),
(11800,'extension',0,1,' jpg '),
(11800,'filename',0,1,' large res 01 jpg '),
(11800,'kind',0,1,' image '),
(11800,'slug',0,1,''),
(11800,'title',0,1,' large res 01 '),
(11801,'field:10',0,1,' can i drive my new car without tax flat rate applies regardless of emissions https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(11801,'field:18',0,1,' https cclehigh com contact '),
(11801,'field:19',0,1,' info cclehigh com '),
(11801,'field:6',0,1,' charlesfrees '),
(11801,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(11801,'field:8',0,1,' google '),
(11801,'field:9',0,1,' general inquiry '),
(11801,'title',0,1,' 2026 01 20 13 02 47 '),
(11802,'field:10',0,1,' hi mindoda vitsode tqveni fasi '),
(11802,'field:18',0,1,' http ccmonmouth com contact '),
(11802,'field:19',0,1,' info ccmonmouth com '),
(11802,'field:6',0,1,' leetup '),
(11802,'field:7',0,1,' zekisuquc419 gmail com '),
(11802,'field:8',0,1,' google '),
(11802,'field:9',0,1,' general inquiry '),
(11802,'title',0,1,' 2026 01 20 13 03 02 '),
(11803,'field:10',0,1,' hallo ek wou jou prys ken '),
(11803,'field:18',0,1,' http completecarekhn com contact '),
(11803,'field:19',0,1,' info completecarekhn com '),
(11803,'field:6',0,1,' leechura '),
(11803,'field:7',0,1,' dinanikolskaya99 gmail com '),
(11803,'field:8',0,1,' google '),
(11803,'field:9',0,1,' general inquiry '),
(11803,'title',0,1,' 2026 01 20 13 05 57 '),
(11809,'field:10',0,1,' xin chao toi muon biet gia cua ban '),
(11809,'field:18',0,1,' http ccbayshore com contact '),
(11809,'field:19',0,1,' info ccbayshore com '),
(11809,'field:6',0,1,' georgesow '),
(11809,'field:7',0,1,' zekisuquc419 gmail com '),
(11809,'field:8',0,1,' google '),
(11809,'field:9',0,1,' general inquiry '),
(11809,'title',0,1,' 2026 01 20 13 19 10 '),
(11810,'field:10',0,1,' looking for a long term care bed room for my 85 year old wife suffering with dementia have private pay funds for a while and an application under review for medicaid funding assuming you have a waiting list how long is it is application required to be placed on it please send or email one thank you '),
(11810,'field:18',0,1,' https completecareglendale com contact '),
(11810,'field:19',0,1,' info completecareglendale com '),
(11810,'field:6',0,1,' robert e mcglone '),
(11810,'field:7',0,1,' remcglone hotmail com '),
(11810,'field:8',0,1,' 76 liberty st unit 310 southington ct 06489 '),
(11810,'field:9',0,1,' general inquiry '),
(11810,'title',0,1,' 2026 01 20 13 25 28 '),
(11814,'field:10',0,1,' no direct impact on standard rate premium rate cars over 40 000 list price https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(11814,'field:18',0,1,' https ccatgreenacres com contact '),
(11814,'field:19',0,1,' info ccatgreenacres com '),
(11814,'field:6',0,1,' charlesjed '),
(11814,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(11814,'field:8',0,1,' google '),
(11814,'field:9',0,1,' general inquiry '),
(11814,'title',0,1,' 2026 01 20 13 28 23 '),
(11815,'field:10',0,1,' looking for a long term care bed room for my 85 year old wife suffering with dementia assuming you have a wait list how long is it is application required to be placed on it please send or email one thank you '),
(11815,'field:18',0,1,' https completecareglendale com contact '),
(11815,'field:19',0,1,' info completecareglendale com '),
(11815,'field:6',0,1,' robert e mcglone '),
(11815,'field:7',0,1,' remcglone hotmail com '),
(11815,'field:8',0,1,' 76 liberty st unit 310 southington ct 06489 '),
(11815,'field:9',0,1,' general inquiry '),
(11815,'title',0,1,' 2026 01 20 13 29 04 '),
(11819,'alt',0,1,''),
(11819,'extension',0,1,' png '),
(11819,'filename',0,1,' bw website hero png '),
(11819,'kind',0,1,' image '),
(11819,'slug',0,1,''),
(11819,'title',0,1,' bw website hero '),
(11821,'field:10',0,1,' hi complete care at holiday city google now lets customers text businesses like complete care at holiday city directly from their google business profile last month alone businesses like yours missed 10 20 real customer inquiries simply because no one replied fast enough especially after hours getdandy connects an ai agent directly to your google profile that replies to texts instantly 24 7 answers questions books appointments automatically if someone texts and gets no response they move on to one of your competitors want to see how many messages complete care at holiday city is missing click here to grab a time on my calendar and ill show you schedule a call here getdandy com sms to gbp thank you jennifer obrien director of operations getdandy getdandy com sms to gbp '),
(11821,'field:18',0,1,' https ccholidaycity com contact '),
(11821,'field:19',0,1,' info ccholidaycity com '),
(11821,'field:6',0,1,' jennifer obrien '),
(11821,'field:7',0,1,' jenn dandyreviewaitools com '),
(11821,'field:8',0,1,' getdandy '),
(11821,'field:9',0,1,' resident family support '),
(11821,'title',0,1,' 2026 01 20 13 34 16 '),
(11823,'field:12',0,1,' francesca e della mea '),
(11823,'field:13',0,1,' athenafdm127 yahoo com '),
(11823,'field:14',0,1,' 12403108893 '),
(11823,'field:15',0,1,' files resumes francesca della mea resume 4 pdf '),
(11823,'field:16',0,1,' nursing '),
(11823,'field:17',0,1,' i am interested in a position for an lpn '),
(11823,'field:20',0,1,' https cchagerstown com careers '),
(11823,'field:21',0,1,' info cchagerstown com '),
(11823,'title',0,1,' 2026 01 20 13 34 30 '),
(11824,'alt',0,1,''),
(11824,'extension',0,1,' pdf '),
(11824,'filename',0,1,' francesca della mea resume 4 pdf '),
(11824,'kind',0,1,' pdf '),
(11824,'slug',0,1,''),
(11824,'title',0,1,' francesca della mea resume 4 '),
(11829,'field:10',0,1,' greetings mr ms im michael williams from an investment consultancy we connect clients globally with low interest loans to help achieve your goals whether for personal business or project funding we collaborate with reputable investors to turn your proposals into reality share your business plan and executive summary with us at michael williams lotusfinconsults com to explore funding options sincerely michael williams senior financial consultant http www lotusfinanceconsults com '),
(11829,'field:18',0,1,' http ccwaynehills com contact '),
(11829,'field:19',0,1,' info ccwaynehills com '),
(11829,'field:6',0,1,' michael williams '),
(11829,'field:7',0,1,' michaelswills2022 gmail com '),
(11829,'field:8',0,1,' google '),
(11829,'field:9',0,1,' general inquiry '),
(11829,'title',0,1,' 2026 01 20 16 35 16 '),
(11839,'field:10',0,1,' brend belief model bs acv r7 363 a130 nominalnaia moshhnost 129 https first industrial ru catalog drycooler drajkuler thermokey wh1263 b d v 3 kvt https first industrial ru catalog chiller chiller climacore lda 039 kacestvo podtverzdeno sertifikatami iso 9001 2000 ot rw tuv se i gost https first industrial ru vsia produkciia imeet markirovku se i gost https first industrial ru o nas html programma podbora oborudovaniia firmy friterm podtverzdena standartom eurovent https first industrial ru catalog gidromoduli gidromodul 2nm 32 16be freonovye kondensatory vozdusnogo oxlazdeniia https first industrial ru catalog page 12 varianty tolshhiny plastin 0 12 0 15 0 22 0 25 mm https first industrial ru catalog chiller chiller aermec nrl 280 trubki i plastiny https first industrial ru catalog chiller chiller rhoss tcaey 107 brend belief model bs acv t9 245 c36 nominalnaia moshhnost 36 https first industrial ru remont holodilnoy tehniki html 0 kvt https first industrial ru catalog ispariteli 0045 1 kozhuhotrubnyj isparitel thermokey tme 45 1 '),
(11839,'field:18',0,1,' https ccfairlawnedge com contact '),
(11839,'field:19',0,1,' info ccfairlawnedge com '),
(11839,'field:6',0,1,' davidtoups '),
(11839,'field:7',0,1,' sinevhabibi664 bk ru '),
(11839,'field:8',0,1,' google '),
(11839,'field:9',0,1,' general inquiry '),
(11839,'title',0,1,' 2026 01 20 16 41 20 '),
(11849,'field:10',0,1,' 15 iiulia 2022 https oookors ru product old spice dezod whitewater tverdyj 50ml zamorozennuiu morskuiu i recnuiu rybu potrosenuiu s golovoi i bez golovy tuski celikom file na koze i bez moreprodukty midii krevetki osminogi kalmary miaso kraba i t https oookors ru product neskafe gold 900 gr paket upak 6 sht d vse vidy zamorozennogo miasa goviadina svinina baranina subprodukty pecen pocki iazyk nogi xvosty vymia fars moloko v assortimente i syry tverdye miagkie plavlenye zamorozennoe miaso pticy kurica utka indeika tuski celikom seiki nozki krylyski bedra i drugie casti tuski s kostiami i file a takze fars pecen pocki zeludki zamorozennye ovoshhi i frukty celnye i rezanye otdelno i v populiarnyx smesiax leco gavaiskaia meksikanskaia kompotnaia i drugie bakaleinuiu produkciiu vody soki konservy krupy muka i pr nasi kontakty https oookors ru product multichipsy assorti 50 gr 42 sht trebuetsia postavka rapsovogo masla nerafinirovannogo so sleduiushhei specifikaciei kislotnyi indeks 3 0 mg g ostatok rastvoritelia 100 mg kg ne gmo obieem 5 000 tonn v mesiac godovoi kontrakt bazis postavki cif gorod cuncin kitai metody oplaty akkreditiv predoplata dopolnitelno esli u postavshhika otsutstvuet akkreditaciia na kitai mozem oformit vse neobxodimye dokumenty cerez nasu kompaniiu imeiushhuiu sootvetstvuiushhuiu licenziiu https oookors ru product mohito granat 05 l zh b 24 sht '),
(11849,'field:18',0,1,' https ccorangepark com contact '),
(11849,'field:19',0,1,' info ccorangepark com '),
(11849,'field:6',0,1,' patrickkah '),
(11849,'field:7',0,1,' cratunsculit1988 mail ru '),
(11849,'field:8',0,1,' google '),
(11849,'field:9',0,1,' general inquiry '),
(11849,'title',0,1,' 2026 01 20 16 44 35 '),
(11874,'field:12',0,1,' kyzia rivers '),
(11874,'field:13',0,1,' kyziarivers gmail com '),
(11874,'field:14',0,1,' 19738366419 '),
(11874,'field:15',0,1,' files resumes img 1202 png '),
(11874,'field:16',0,1,' activities recreation maintenance housekeeping volunteer opportunities '),
(11874,'field:17',0,1,' n a '),
(11874,'field:20',0,1,' https staging mycompletecare com careers '),
(11874,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(11874,'title',0,1,' 2026 01 20 17 07 34 '),
(11875,'alt',0,1,''),
(11875,'extension',0,1,' png '),
(11875,'filename',0,1,' img 1202 png '),
(11875,'kind',0,1,' image '),
(11875,'slug',0,1,''),
(11875,'title',0,1,' img 1202 '),
(11879,'field:10',0,1,' pryvitanne ia xaceў davedacca vas prais '),
(11879,'field:18',0,1,' http ccmilfordmanor com contact '),
(11879,'field:19',0,1,' info ccmilfordmanor com '),
(11879,'field:6',0,1,' leefup '),
(11879,'field:7',0,1,' zekisuquc419 gmail com '),
(11879,'field:8',0,1,' google '),
(11879,'field:9',0,1,' general inquiry '),
(11879,'title',0,1,' 2026 01 20 17 09 18 '),
(11916,'field:12',0,1,' rosmery tibucio '),
(11916,'field:13',0,1,' rostiburio81 gmail com '),
(11916,'field:14',0,1,' 9296992269 '),
(11916,'field:15',0,1,' files resumes untitled document pdf '),
(11916,'field:16',0,1,' dietary food service maintenance housekeeping '),
(11916,'field:17',0,1,' dear hiring manager i am writing to apply for the lunch aide and cleaning maintenance position at your nursing home i am a dependable hardworking individual with experience in food service sanitation and maintaining clean and safe environments from 2021 to 2025 i owned and operated my own restaurant in the dominican republic where i prepared and served meals followed food safety guidelines maintained cleanliness and ensured a welcoming environment for customers this experience taught me the importance of hygiene organization and providing respectful service especially when serving others i also worked at walmart as a stocking associate where i handled food products stocked shelves maintained organized storage areas and followed safety and cleanliness standards in a fast paced environment i understand the importance of cleanliness proper food handling and creating a safe and comfortable environment for residents i am responsible detail oriented and willing to assist wherever needed to support residents and staff thank you for your time and consideration i would appreciate the opportunity to contribute my skills and strong work ethic to your facility sincerely rosmery tibucio '),
(11916,'field:20',0,1,' https ccvictoriacommons com careers '),
(11916,'field:21',0,1,' info ccvictoriacommons com '),
(11916,'title',0,1,' 2026 01 20 17 23 34 '),
(11917,'alt',0,1,''),
(11917,'extension',0,1,' pdf '),
(11917,'filename',0,1,' untitled document pdf '),
(11917,'kind',0,1,' pdf '),
(11917,'slug',0,1,''),
(11917,'title',0,1,' untitled document '),
(11923,'field:10',0,1,' aloha makemake wau eʻike i kau kumukuʻai '),
(11923,'field:18',0,1,' http ccmercerville com contact '),
(11923,'field:19',0,1,' info ccmercerville com '),
(11923,'field:6',0,1,' leepeets '),
(11923,'field:7',0,1,' zekisuquc419 gmail com '),
(11923,'field:8',0,1,' google '),
(11923,'field:9',0,1,' general inquiry '),
(11923,'title',0,1,' 2026 01 20 17 25 48 '),
(11978,'alt',0,1,''),
(11978,'extension',0,1,' png '),
(11978,'filename',0,1,' the boulevard entrance mock up png '),
(11978,'kind',0,1,' image '),
(11978,'slug',0,1,''),
(11978,'title',0,1,' the boulevard entrance mock up '),
(12051,'field:10',0,1,' szia meg akartam tudni az arat '),
(12051,'field:18',0,1,' http cchagerstown com contact '),
(12051,'field:19',0,1,' info cchagerstown com '),
(12051,'field:6',0,1,' robertvibre '),
(12051,'field:7',0,1,' zekisuquc419 gmail com '),
(12051,'field:8',0,1,' google '),
(12051,'field:9',0,1,' general inquiry '),
(12051,'title',0,1,' 2026 01 20 17 46 35 '),
(12052,'field:10',0,1,' https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12052,'field:18',0,1,' https ccwestfield com contact '),
(12052,'field:19',0,1,' info ccwestfield com '),
(12052,'field:6',0,1,' charlesbek '),
(12052,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12052,'field:8',0,1,' google '),
(12052,'field:9',0,1,' general inquiry '),
(12052,'title',0,1,' 2026 01 20 17 48 12 '),
(12056,'field:10',0,1,' dia duit theastaigh uaim do phraghas a fhail '),
(12056,'field:18',0,1,' http ccinglemoor com contact '),
(12056,'field:19',0,1,' info ccinglemoor com '),
(12056,'field:6',0,1,' leesmoon '),
(12056,'field:7',0,1,' zekisuquc419 gmail com '),
(12056,'field:8',0,1,' google '),
(12056,'field:9',0,1,' general inquiry '),
(12056,'title',0,1,' 2026 01 20 17 57 50 '),
(12057,'field:10',0,1,' dostavka osushhestvliaetsia ezednevno krome voskresenia na sleduiushhii den posle oformleniia zakaza https oookors ru product riter sport molochnyj droblenyj funduk 2226 blok 12 sht dostupna oplata neskolkimi sposobami https oookors ru product kruassan 7 dnej 105 gr vanil upak 18 sht gibkaia sistema skidok https oookors ru product orbit mega myata blok 12 sht tuapse oao ztk rostovskii filial s 2007 g https oookors ru product kompot bogdan ezhevika 1 l st 8 sht naxoditsia v sobstvennosti magazin pavilyon https oookors ru product solomka pepero krasnaya 32 gr do etogo vremeni on byl xorosim pecevskim magazinom https oookors ru product rolton lapsha v kotejnere govyazhya 90 gr upak 24 sht teper eto zabrosennoe razrusaiushheesia zdanie kotoroe naxoditsia v ozivlennom mikroraione zeleznodoroznikov primorskogo goroda tuapse https oookors ru product brilok lenta konfeta 42 sht neodnokratnye pismennye obrashheniia v dannuiu kompaniiu rezultata ne daiut https oookors ru product staryj melnik iz bochonka myagkoe 1 l pet 9 sht cem polezno olivkovoe maslo https oookors ru product chiki piki 8 gr assorti 24 sht kupit produkty onlain mogut fiziceskie i iuridiceskie lica https oookors ru product yakobs monarh paket 400 gr upak 6 sht zakazy firm i kompanii vedet personalnyi menedzer predostavliaetsia polnyi paket otcetnoi dokumentacii https oookors ru product rich tonik 1 l 12 sht nas internet magazin produktov pitaniia neustanno soversenstvuet servis rassiriaet assortiment dlia togo ctoby klienty byli polnostiu udovletvoreny tovarom i okazannymi uslugami https oookors ru product pantene balzam op pro v aqua ligh 360ml katalog https oookors ru product zhigulevskoe №1 svetloe apsheron 05 l st 12 sht '),
(12057,'field:18',0,1,' https ccatcourthouse com contact '),
(12057,'field:19',0,1,' info ccatcourthouse com '),
(12057,'field:6',0,1,' patrickhut '),
(12057,'field:7',0,1,' cratunsculit1988 mail ru '),
(12057,'field:8',0,1,' google '),
(12057,'field:9',0,1,' general inquiry '),
(12057,'title',0,1,' 2026 01 20 17 59 13 '),
(12058,'field:10',0,1,' users search using ai more more add ccchestnuthillalf com to our ai optimized directory now to increase your chances of being recommended mentioned list it here https aireg pro '),
(12058,'field:18',0,1,' http ccchestnuthillalf com contact '),
(12058,'field:19',0,1,' info ccchestnuthill com '),
(12058,'field:6',0,1,' jana beirne '),
(12058,'field:7',0,1,' better ai ccchestnuthillalf com '),
(12058,'field:8',0,1,''),
(12058,'field:9',0,1,' general inquiry '),
(12058,'title',0,1,' 2026 01 20 18 02 52 '),
(12062,'field:10',0,1,' mebelnaia furnitura blium blum komplektuiushhie dlia mebeli internet magazin interkomplekt https kupefurnitur ru 456318 g https kupefurnitur ru price miass celiabinskoi oblasti pr https kupefurnitur ru oktiabria 18 https kupefurnitur ru onas nastoiashhaia politika v otnosenii obrabotki i obespeceniia bezopasnosti personalnyx dannyx dalee politika v filiale ooo komplektuiushhie dlia mebeli v g https kupefurnitur ru catalog moskva dalee obshhestvo opredeliaet osnovnye polozeniia realizuemye obshhestvom pri obrabotke personalnyx dannyx https kupefurnitur ru onas politika iavliaetsia dokumentom dostupnym liubomu sotrudniku klientu i kontragentu obshhestva i predstavliaet soboi oficialno priniatuiu rukovodstvom obshhestva sistemu vzgliadov na problemu obespeceniia zakonnosti i bezopasnosti obrabotki personalnyx dannyx fiziceskix lic https kupefurnitur ru onas nastoiashhaia politika razrabotana na osnovanii st https kupefurnitur ru onas 18 https kupefurnitur ru 1 federalnogo zakona № 152 fz o personalnyx dannyx s ucetom trebovanii konstitucii rossiiskoi federacii federalnyx zakonov i inyx normativnyx pravovyx aktov rossiiskoi federacii v oblasti personalnyx dannyx https kupefurnitur ru catalog rukovodstvo obshhestva scitaet vazneisei zadacei obespecenie v xode realizacii biznes processov zashhity prav i svobod grazdanina pri obrabotke v obshhestve ego personalnyx dannyx v tom cisle pravomernosti obrabotki personalnyx dannyx v obshhestve i ix zashhity ot nesankcionirovannogo dostupa i ili utraty https kupefurnitur ru onas sobliudenie trebovanii v casti obrabotki i zashhity personalnyx dannyx pozvolit obshhestvu obespecit ego delovuiu reputaciiu sootvetstvie pravovym reguliativnym i dogovornym trebovaniiam https kupefurnitur ru onas politika rasprostraniaetsia na vse biznes processy obshhestva i obiazatelna dlia primeneniia vsemi sotrudnikami i rukovodstvom obshhestva a takze polzovateliami ego informacionnyx resursov nastoiashhaia politika rasprostraniaetsia na polzovatelei saita klientov soiskatelei po vakansiiam sotrudnikov storonnix organizacii vzaimodeistvuiushhix s kompaniei dalee subieekty personalnyx dannyx politika deistvuet bessrocno posle utverzdeniia i do ee zameny novoi versiei https kupefurnitur ru contact zagruzaia veb sait na kompiutere mobilnom ustroistve i zapolniaia web formy soderzashhie personalnye dannye a takze peredavaia personalnye dannye kompanii liubym inym sposobom subieekty personalnyx dannyx soglasaiutsia na usloviia opisannye v politike https kupefurnitur ru contact telefon v moskve 8 499 322 95 29 https kupefurnitur ru '),
(12062,'field:18',0,1,' https ccharstonhall com contact '),
(12062,'field:19',0,1,' info ccharstonhall com '),
(12062,'field:6',0,1,' ronaldbaw '),
(12062,'field:7',0,1,' konstantinrovini mail ru '),
(12062,'field:8',0,1,' google '),
(12062,'field:9',0,1,' general inquiry '),
(12062,'title',0,1,' 2026 01 20 18 09 48 '),
(12063,'field:10',0,1,' hi while reviewing ccmiddlebury com we spotted toxic backlinks that could put your site at risk of a google penalty especially that this google spam update had a high impact in ranks this is an easy and quick fix for you totally free of charge no obligations fix it now https www professionalseocleanup com need help or questions chat here https www professionalseocleanup com whatsapp best mike horst smith 1 855 221 7591 info professionalseocleanup com '),
(12063,'field:18',0,1,' http ccmiddlebury com contact '),
(12063,'field:19',0,1,' info ccmiddlebury com '),
(12063,'field:6',0,1,' mike horst smith '),
(12063,'field:7',0,1,' info professionalseocleanup com '),
(12063,'field:8',0,1,' google '),
(12063,'field:9',0,1,' general inquiry '),
(12063,'title',0,1,' 2026 01 20 18 11 44 '),
(12066,'field:10',0,1,' best and affordable hosting service at https myskyhost com our 50% off lifetime just $1 month for web site hosting use code 50%wb our 10% off lifetime for vps hosting use code vps10%off our budget dedicated starting from $15 month '),
(12066,'field:18',0,1,' https ccatgreenacres com contact '),
(12066,'field:19',0,1,' info ccatgreenacres com '),
(12066,'field:6',0,1,' dannie beuzeville '),
(12066,'field:7',0,1,' beuzeville dannie4 gmail com '),
(12066,'field:8',0,1,' dannie beuzeville '),
(12066,'field:9',0,1,' careers '),
(12066,'title',0,1,' 2026 01 20 18 19 22 '),
(12067,'field:10',0,1,' postavshhiki produktov pitaniia optom v moskve spisok i adresa na karte https oookors ru product blamberg klassicheskoe nefiltrovannoe 135 l pet 6 sht gross fud zanimaet odno iz pervyx mest v kataloge postavshhikov horeca poskolku stanovitsia dlia kazdogo klienta proverennym partnerom podderzivaiushhim biznes https oookors ru product tik tak belyj myatnyj blok 24 sht usloviia dlia pokupatelei https oookors ru product klinskoe svetloe 13 l pet 9 sht '),
(12067,'field:18',0,1,' https ccgrotonregency com contact '),
(12067,'field:19',0,1,' info ccgrotonregency com '),
(12067,'field:6',0,1,' patrickruify '),
(12067,'field:7',0,1,' cratunsculit1988 mail ru '),
(12067,'field:8',0,1,' google '),
(12067,'field:9',0,1,' general inquiry '),
(12067,'title',0,1,' 2026 01 20 18 19 34 '),
(12068,'field:10',0,1,' hello i was hoping that you could send me pricing for long term memory care and bed availability for my father thank you '),
(12068,'field:18',0,1,' https completecareatmadison com contact '),
(12068,'field:19',0,1,' info completecareatmadison com '),
(12068,'field:6',0,1,' tina craig '),
(12068,'field:7',0,1,' craiger1025 icloud com '),
(12068,'field:8',0,1,''),
(12068,'field:9',0,1,' other '),
(12068,'title',0,1,' 2026 01 20 18 28 50 '),
(12069,'field:10',0,1,' hello i was hoping you would please send me pricing and bed availability for long term memory care for my father thank you '),
(12069,'field:18',0,1,' https mycompletecare com contact '),
(12069,'field:19',0,1,' cfleming completecaremgmt com '),
(12069,'field:6',0,1,' tina craig '),
(12069,'field:7',0,1,' craiger1025 icloud com '),
(12069,'field:8',0,1,''),
(12069,'field:9',0,1,' general inquiry '),
(12069,'title',0,1,' 2026 01 20 18 30 25 '),
(12070,'field:10',0,1,' varka kofe v turke eto ezednevnyi ritual dlia mnogix liudei predpocitaiushhix vkusnyi napitok dlia vosstanovleniia bodrosti https oookors ru product alenka mnogo moloka 100 gr blok 15 sht poetomu takoi sposob zavarivaniia zeren stal odnim iz samyx stareisix i populiarn xocu predlozit vam tovary ot proizvoditelia takie kak sous cili https oookors ru product chernogolovka 2l 6 sht bajkal v nasix planax sereznoe rassirenie proizvodstvennoi bazy vkliucaiushhee v sebia investicii v skladskie moshhnosti upakovocnye masiny transportnyi park i vysokoprofessionalnye kadry https oookors ru product pistolet zhele fruktovoe 95 gr 24 sht priglasaem k sotrudnicestvu zainteresovannye predpriiatiia i organizacii vse nasi klienty dovolny sotrudnicestvom s nasei kompaniei ostanetes dovolny i vy na dannyi moment pokupku mozno soversit na territorii centra dogovorivsis s prodavcom https oookors ru product orbit vinter fresh blok 30 sht restorannaia deiatelnost na segodniasnii den biznes populiarnyi i pribylnyi i uspex etogo biznesa vo mnogom zavisit ot togo naskolko verno vybrany postavshhiki produktov pitaniia dlia restoranov https oookors ru product chabrecz 100 gr upak 30 sht nasei kompaniei osushhestvliaetsia postavka kacestvennyx moreproduktov bezalkogolnyx napitkov bakalei i drugix produktov pitaniia dlia restoranov i kafe a takze liubyx drugix predpriiatii obshhestvennogo pitaniia v moskve moskovskoi oblasti i procix gorodax my garantiruem sobliudenie uslovii xraneniia i dostavki produktov https oookors ru product gorilla 05l zh b 24 sht mango '),
(12070,'field:18',0,1,' https ccsilverlake com contact '),
(12070,'field:19',0,1,' info ccsilverlake com '),
(12070,'field:6',0,1,' patrickshods '),
(12070,'field:7',0,1,' cratunsculit1988 mail ru '),
(12070,'field:8',0,1,' google '),
(12070,'field:9',0,1,' general inquiry '),
(12070,'title',0,1,' 2026 01 20 18 33 53 '),
(12071,'field:10',0,1,' flat rate applies regardless of emissions https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12071,'field:18',0,1,' https ccmeriden com contact '),
(12071,'field:19',0,1,' info ccmeriden com '),
(12071,'field:6',0,1,' charlesbag '),
(12071,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12071,'field:8',0,1,' google '),
(12071,'field:9',0,1,' general inquiry '),
(12071,'title',0,1,' 2026 01 20 18 37 26 '),
(12072,'field:10',0,1,' vot zdes vy smozete naiti elitnuiu mebel po dostupnoi cene https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p9 html ispolzovanie kacestvennyx materialov garantiruet dlitelnyi ekspluatacionnyi period pri korrektnom ispolzovanii https www legnostyle ru catalog mejkomnatnie dveri perfetto model p5 html v gonkonge v proslom godu prozivalo okolo 60 tysiac multimillionerov ci aktivy ocenivaiutsia v 10 mln gonkongskix dollarov i bolee cto v pererascete v amerikanskie dizainerskaia mebel po individualnomu zakazu v moskve izgotavlivaetsia na nasei fabrike https www legnostyle ru catalog lestnici elitnye lestnica l8 9 html ot momenta zakaza do ee ustanovki vas zakaz proxodit neskolko otdelov dizainerskii konstruktorskii stoliarnyi maliarnyi sborocnyi https www legnostyle ru uglovoi stol html my proizvodim produkciiu po individualnym proektam dlia castnyx domov restoranov ofisov v moskve i moskovskoi oblasti https www legnostyle ru catalog inter eri stenovie paneli s43 html kuxni iz plastika eto pozalui samyi prakticnyi variant https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d5 html sudite sami plastik bez problem moetsia ne vygoraet soxraniaet svoi pervonacalnyi vid i socnye rascvetki dolgie gody ne vycvetaet https www legnostyle ru catalog mebel shkafy sekcii gorki scg 47 html rekomenduem vozmoznost vossozdaniia interera po eskizam https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model p16 html esli vy ne podobrali nicego iz nasego kataloga zakazite sozdanie garnitura po individualnomu eskizu https www legnostyle ru catalog mejkomnatnie dveri peregorodka model a8 html etu uslugu uze ocenili mnogie arxitektory i dizainery https www legnostyle ru order vy mozete priobresti u nas nemeckuiu mebel kotoraia budet polnostiu sootvetstvovat dizainerskomu zamyslu https www legnostyle ru catalog mebel gostinnie g 7 html nalicie na skladevse populiarnye modeli oborudovaniia v nalicii na sklade https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 27 html vam ne pridetsia zdat 7 10 dnei poka ne privezut oborudovanie https www legnostyle ru catalog lestnici elitnye lestnica l8 19 html prixodite k nam pokupaite i srazu zabiraite https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 29 html v slucae otsutstviia kakogo libo oborudovaniia vam dostaviat ego s regionalnyx skladov nasix partnerov ot 1 2x dnei do 5 7 rabocix dnei v zavisimosti ot vybrannogo tipa dostavki ot avia do zd https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a39 html '),
(12072,'field:18',0,1,' https ccharstonhall com contact '),
(12072,'field:19',0,1,' info ccharstonhall com '),
(12072,'field:6',0,1,' daviddapow '),
(12072,'field:7',0,1,' tacusol 6816 mail ru '),
(12072,'field:8',0,1,' google '),
(12072,'field:9',0,1,' general inquiry '),
(12072,'title',0,1,' 2026 01 20 18 38 47 '),
(12073,'field:10',0,1,' you must tax your new car immediately upon taking ownership if you intend to drive it on public roads there is no grace period for new vehicles the tax becomes your responsibility as the new keeper from the moment you take possession electric vehicles https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12073,'field:18',0,1,' https cchyattsville com contact '),
(12073,'field:19',0,1,' info cchyattsville com '),
(12073,'field:6',0,1,' charlespef '),
(12073,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12073,'field:8',0,1,' google '),
(12073,'field:9',0,1,' general inquiry '),
(12073,'title',0,1,' 2026 01 20 18 39 42 '),
(12074,'field:10',0,1,' alternatively if you prefer an in person transaction or need assistance you can tax your car at a post office that offers dvla services you will need to bring your v5c 2 new keeper slip proof of identity and your chosen payment method this option can be helpful if you have specific questions or prefer a face to face interaction lastly you can also tax your car over the phone using the dvlas automated service which is another convenient option for those without internet access or who prefer speaking to a machine whichever method you choose ensure you have all the necessary details to hand 0 ved https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12074,'field:18',0,1,' https ccfoxhill com contact '),
(12074,'field:19',0,1,' info ccfoxhill com '),
(12074,'field:6',0,1,' charlesknolf '),
(12074,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12074,'field:8',0,1,' google '),
(12074,'field:9',0,1,' general inquiry '),
(12074,'title',0,1,' 2026 01 20 18 47 13 '),
(12075,'field:10',0,1,' hi mindoda vitsode tqveni fasi '),
(12075,'field:18',0,1,' http ccsummitridge com contact '),
(12075,'field:19',0,1,' info ccsummitridge com '),
(12075,'field:6',0,1,' georgesot '),
(12075,'field:7',0,1,' zekisuquc419 gmail com '),
(12075,'field:8',0,1,' google '),
(12075,'field:9',0,1,' general inquiry '),
(12075,'title',0,1,' 2026 01 20 18 56 48 '),
(12076,'field:10',0,1,' v pekine ili sanxae teraktov ne bylo da i ves kitai v etom otnosenii scitaetsia blagopolucnym gosudarstvom https www legnostyle ru catalog mejkomnatnie dveri nestandarnye razdvijnaa dver rd 4 html no v metropolitene sanxaia ili opublikovano 23 09 2018 13 07 vozmoznost vossozdaniia interera po eskizam https www legnostyle ru catalog dveri pagen 1=4 esli vy ne podobrali nicego iz nasego kataloga zakazite sozdanie garnitura po individualnomu eskizu https www legnostyle ru catalog lestnici elitnye lestnica l1 9 html etu uslugu uze ocenili mnogie arxitektory i dizainery https www legnostyle ru catalog inter eri a 16 html vy mozete priobresti u nas nemeckuiu mebel kotoraia budet polnostiu sootvetstvovat dizainerskomu zamyslu https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 19 html specialisty salona abris xoroso znakomy s assortimentom kazdoi iz predstavlennyx fabrik i budut rady pomoc vam v podbore neobxodimyx predmetov interera https www legnostyle ru catalog mebel spalni sp 9 html italianskaia mebel proizvoditsia pod zakaz i izgotavlivaetsia masterami v sootvestvii s individualnymi pozelaniiami klienta https www legnostyle ru catalog mejkomnatnie dveri impressio pagen 1=4 oznakomtes s katalogom elitnyx kuxon foto kotoryx sootvetstvuiut realnosti https www legnostyle ru mebel dlia prihojei html esli u vas est voprosy sviazites s nami po telefonam ukazannym na saite ili napisite na elektronnuiu poctu https www legnostyle ru catalog inter eri stenovie paneli model s7 html nasi specialisty rady pomoc vam s pokupkoi elitnyx kuxon https www legnostyle ru catalog mejkomnatnie dveri nestandarnye razdvijnaa dver rd 5 html pered smertiu suprugi zamorozili neskolko embrionov tak kak planirovali zavesti detei pri pomoshhi surrogatnoi materi https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model p38 html embriony xranilis v klinike v zidkom azote pri temperature 196 gradusov https www legnostyle ru catalog kuhni kuhna 9 html babuski i deduski novorozdennogo dolgoe vremia sudilis opublikovano 13 04 2018 21 25 dveri skafa kupe komodnye iashhiki i spinki stula otdelany kozei skata ili ugria https www legnostyle ru catalog mebel prihojie garderobnaa model scg 14 html otdelyvat kozei mebel mozno raznymi sposobami iasno cto u italiancev svoi tradicii otdelki kotorye mogut vidoizmeniatsia ot mastera k masteru https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=16 '),
(12076,'field:18',0,1,' https ccharstonhall com contact '),
(12076,'field:19',0,1,' info ccharstonhall com '),
(12076,'field:6',0,1,' daviddapow '),
(12076,'field:7',0,1,' tacusol 6816 mail ru '),
(12076,'field:8',0,1,' google '),
(12076,'field:9',0,1,' general inquiry '),
(12076,'title',0,1,' 2026 01 20 18 59 22 '),
(12077,'field:10',0,1,' kaixo zure prezioa jakin nahi nuen '),
(12077,'field:18',0,1,' http completecarekhs com contact '),
(12077,'field:19',0,1,' info completecarekhs com '),
(12077,'field:6',0,1,' leedup '),
(12077,'field:7',0,1,' dinanikolskaya99 gmail com '),
(12077,'field:8',0,1,' google '),
(12077,'field:9',0,1,' general inquiry '),
(12077,'title',0,1,' 2026 01 20 19 02 22 '),
(12078,'field:10',0,1,' sertificirovannuiu produkciiu s bezuprecnym kacestvom gibkie usloviia dlia pokupok optom i v roznicu sobstvennoe proizvodstvo i tovary ot izgotovitelei sirokuiu geografiiu prisutstviia filialov specialnye predlozeniia pod osnashhenie krupnyx obieektov operativnuiu obrabotku zaiavok i tocnoe sobliudenie srokov organizaciiu postavok na obieekty klientov https kupefurnitur ru predostavlenie mne uslug rabot napravlenie v moi adres uvedomlenii kasaiushhixsia predostavliaemyx uslug rabot podgotovka i napravlenie otvetov na moi zaprosy napravlenie v moi adres informacii v tom cisle novostnoi i reklamnoi o akciiax meropriiatiiax tovarax uslugax rabotax operatora https kupefurnitur ru furnitura optom dlia mebeli moskva https kupefurnitur ru catalog blagodaria intuitivno poniatnoi navigacii i udobno strukturirovannomu saitu neobxodimye tovary legko vybirat i oplacivat onlain https kupefurnitur ru onas magazin furnitury dlia mebeli kdm uspesno rabotaet na rynke bolee 20 let aktivno razvivaia optovo roznicnuiu set https kupefurnitur ru u nas vy naidete ves professionalnyi assortiment i kvalificirovannuiu pomoshh menedzera s komplektaciei zakazov https kupefurnitur ru onas rucki https kupefurnitur ru catalog v proizvodstve korpusnoi i miagkoi mebeli dlia soedineniia elementov ispolzuetsia mebelnyi klei https kupefurnitur ru price v internet magazine rosaks predstavlen kacestvennyi '),
(12078,'field:18',0,1,' https ccfairlawnedge com contact '),
(12078,'field:19',0,1,' info ccfairlawnedge com '),
(12078,'field:6',0,1,' ronaldgar '),
(12078,'field:7',0,1,' konstantinrovini mail ru '),
(12078,'field:8',0,1,' google '),
(12078,'field:9',0,1,' general inquiry '),
(12078,'title',0,1,' 2026 01 20 19 12 17 '),
(12079,'field:1',0,1,' ron wyatt '),
(12079,'field:2',0,1,' ron ronwyattphotos com '),
(12079,'field:22',0,1,' https mycompletecare com volunteer '),
(12079,'field:23',0,1,' volunteer completecaremgmt com '),
(12079,'field:3',0,1,' 732 619 9628 '),
(12079,'field:4',0,1,' complete care at brick '),
(12079,'field:5',0,1,' through the lens 50 years of professional photography join professional photographer ron wyatt for through the lens 50 years of professional photography an engaging and educational presentation designed for senior living communities in this class ron reflects on his remarkable 50 year career sharing captivating stories and images from the olympic games nfl events healthcare photography inside operating rooms architectural assignments and more than three decades of work with six flags the presentation also includes images from tours with the moscow ballet assignments for marketing and pr firms national conferences and government work including photographing the president of turkey and the first lady during their visit to the united nations additionally organizations may invite ron to speak specifically on sports photography and travel photography offering insight into capturing dynamic moments and meaningful travel images today ron continues to inspire and educate through photo adventures with ron leading immersive photo tours to destinations such as cuba tanzania rome venice alaska and new england to schedule this presentation for your community or organization please direct message or email ron wyatt to discuss availability and details ron wyatt po box 281 avenel nj 07001 mobile 732 619 9628 www ronwyattphotos com ron ronwyattphotos com '),
(12079,'title',0,1,' 2026 01 20 19 26 43 '),
(12080,'field:10',0,1,' dia duit theastaigh uaim do phraghas a fhail '),
(12080,'field:18',0,1,' http ccshorrockgardens com contact '),
(12080,'field:19',0,1,' info ccshorrockgardens com '),
(12080,'field:6',0,1,' georgepef '),
(12080,'field:7',0,1,' zekisuquc419 gmail com '),
(12080,'field:8',0,1,' google '),
(12080,'field:9',0,1,' general inquiry '),
(12080,'title',0,1,' 2026 01 20 19 38 19 '),
(12081,'field:10',0,1,' hello we have a special opportunity that could significantly boost traffic and visibility for your website cckensington com what if you could drive real targeted website traffic automatically using ai without paid ads complicated setups or ongoing management thats exactly what ai traffic whale delivers ai traffic whale uses advanced ai technology to generate consistent high quality traffic from multiple sources helping websites increase exposure improve engagement and grow faster all on autopilot no technical skills required no monthly ad spend and no complex tools to manage you set it up once and the ai does the work for you see how it works here https traffic vinhgrowth com you are receiving this message because we believe this offer may be relevant to your website if you do not wish to receive further communications from us please click here to unsubscribe https vinhgrowth com unsubscribe domain=cckensington com address 60 crown street london looking out for you margaret julia '),
(12081,'field:18',0,1,' http cckensington com contact '),
(12081,'field:19',0,1,' info kensingtoncareandrehab com '),
(12081,'field:6',0,1,' margaret julia '),
(12081,'field:7',0,1,' yiyayova gmail com '),
(12081,'field:8',0,1,' aistore '),
(12081,'field:9',0,1,' general inquiry '),
(12081,'title',0,1,' 2026 01 20 19 40 22 '),
(12082,'field:10',0,1,' hi while reviewing ccburlingtonwoods com we spotted toxic backlinks that could put your site at risk of a google penalty especially that this google spam update had a high impact in ranks this is an easy and quick fix for you totally free of charge no obligations fix it now https www professionalseocleanup com need help or questions chat here https www professionalseocleanup com whatsapp best mike louis becker 1 855 221 7591 info professionalseocleanup com '),
(12082,'field:18',0,1,' http ccburlingtonwoods com contact '),
(12082,'field:19',0,1,' info ccburlingtonwoods com '),
(12082,'field:6',0,1,' mike louis becker '),
(12082,'field:7',0,1,' info professionalseocleanup com '),
(12082,'field:8',0,1,' google '),
(12082,'field:9',0,1,' general inquiry '),
(12082,'title',0,1,' 2026 01 20 19 42 18 '),
(12083,'field:10',0,1,' higher emissions result in higher tax https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12083,'field:18',0,1,' https ccshrewsbury com contact '),
(12083,'field:19',0,1,' info ccshrewsbury com '),
(12083,'field:6',0,1,' charlestip '),
(12083,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12083,'field:8',0,1,' google '),
(12083,'field:9',0,1,' general inquiry '),
(12083,'title',0,1,' 2026 01 20 19 48 25 '),
(12084,'field:10',0,1,' https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12084,'field:18',0,1,' https ccbayshore com contact '),
(12084,'field:19',0,1,' info ccbayshore com '),
(12084,'field:6',0,1,' charlespag '),
(12084,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12084,'field:8',0,1,' google '),
(12084,'field:9',0,1,' general inquiry '),
(12084,'title',0,1,' 2026 01 20 19 57 06 ');
INSERT INTO `searchindex` VALUES
(12085,'field:10',0,1,' not applicable as their list price threshold for this charge is effectively 0 ved anyway https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12085,'field:18',0,1,' https ccplainfield com contact '),
(12085,'field:19',0,1,' info ccplainfield com '),
(12085,'field:6',0,1,' charlescrype '),
(12085,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12085,'field:8',0,1,' google '),
(12085,'field:9',0,1,' general inquiry '),
(12085,'title',0,1,' 2026 01 20 19 58 44 '),
(12086,'field:10',0,1,' hello i worked there for a several day this past summer i didnt get my adp set up i was wondering how i could get my w2 my address has changed since i was there '),
(12086,'field:18',0,1,' https ccharstonhall com contact '),
(12086,'field:19',0,1,' info ccharstonhall com '),
(12086,'field:6',0,1,' kim williams '),
(12086,'field:7',0,1,' kimwilliams522 outlook com '),
(12086,'field:8',0,1,' harston hall '),
(12086,'field:9',0,1,' general inquiry '),
(12086,'title',0,1,' 2026 01 20 20 05 35 '),
(12108,'field:12',0,1,' denise bynaker '),
(12108,'field:13',0,1,' denisebynaker1234 gmail com '),
(12108,'field:14',0,1,' 4102066785 '),
(12108,'field:15',0,1,' files resumes denise bynaker pdf '),
(12108,'field:16',0,1,' dietary food service maintenance housekeeping '),
(12108,'field:17',0,1,' i did not see any available jobs in dietary or housekeeping but please call me if anything opens up i am reliable and a hard worker im looking for part time hours denise '),
(12108,'field:20',0,1,' https completecareheritage com careers '),
(12108,'field:21',0,1,' info completecareheritage com '),
(12108,'title',0,1,' 2026 01 20 20 09 20 '),
(12109,'alt',0,1,''),
(12109,'extension',0,1,' pdf '),
(12109,'filename',0,1,' denise bynaker pdf '),
(12109,'kind',0,1,' pdf '),
(12109,'slug',0,1,''),
(12109,'title',0,1,' denise bynaker '),
(12124,'alt',0,1,''),
(12124,'extension',0,1,' jpg '),
(12124,'filename',0,1,' 367a8138 jpg '),
(12124,'kind',0,1,' image '),
(12124,'slug',0,1,''),
(12124,'title',0,1,' 367 a8138 '),
(12159,'field:10',0,1,' elitnaia mebel mebel dlia liudei kotorye po dostoinstvu ceniat roskos obladaiut svoim sobstvennym nepovtorimym predstavleniem o stile obladaiut sikarnym vkusom https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a2 id 986 html elitnaia mebel kotoraia sozdaetsia iz samyx dorogix porod dereva eto glavnyi priznak istinnogo vkusa https www legnostyle ru catalog mebel elitnaya detskaya mebel d1 7 html v nastoiashhee vremia dlia bolsinstva liudei simvolom uspexa i bogatstva scitaiutsia predmety interera kotorye vypolneny iz naturalnyx materialov v klassiceskom vide https www legnostyle ru catalog lestnici elitnye pagen 1=4 pri etom stoimost mebel elitnoi kategorii vyxodiat za granicy tak nazyvaemogo srednego segmenta i eto vpolne iasno https www legnostyle ru catalog mebel elitnaya detskaya mebel d1 12 html ved daze daleko ne vsia mebel iz drevesnogo massiva mozet nazyvatsia elitnoi https www legnostyle ru catalog mejkomnatnie dveri arka a12 html ved elitarnost ne prosto materialy dorogostoiashhie odnako eshhe i avtorskii zamysel vesma kropotlivaia rucnaia rabota voploshhenie i dizain https www legnostyle ru catalog mebel derevyannye stoly stol model s 11 html preimushhestva elitnoi mebeliglavnye certy otlicaiushhie elitnuiu mebel ot vsex ostalnyx tipov dolgovecnost i funkcionalnost https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o4 html eto svidetelstvuet o tom cto furnitura dlia nee obiazana byt vesma vysokogo kacestva sozdana na samom sovremennom firmennom oborudovanii pri ucete vsex norm i trebovanii v otnosenii nadeznosti i obiazana prodolzitelnyi promezutok vremeni sluzit bez zamen i remontov https www legnostyle ru catalog mejkomnatnie dveri impressio model i27 html dizain elitnoi mebeli otrabatyvaetsia maksimalno tshhatelno pri ucete vsex poslednix samyx modnyx tendencii https www legnostyle ru catalog mejkomnatnie dveri diverso pagen 1=4 on rasscitan na dovolno malenkii krug sostoiatelnyx grazdan kotorye stremiatsia sformirovat v svoem zilom ili rabocem pomeshhenii atmosferu izyskannosti i roskosi https www legnostyle ru catalog mebel spalni sp 8 html pri etom vse melcaisie detali vsegda sootvetstvuiut kliucevym principam ergonomiki https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d20 html ekskliuzivnaia i elitnaia mebel sozdaetsia po castnym razmeram i eskizam moduli bystro i prosto transformiruiutsia https www legnostyle ru catalog mebel kb 25 html v to ze vremia primenenie naturalnyx materialov v oblasti elitnoi mebeli delaet ee ekologicnoi i maksimalno bezopasnoi https www legnostyle ru catalog mejkomnatnie dveri model p36 html gde zakazat lucsuiu elitnuiu mebelvas interesuet v takom slucae obrashhaites k lucsei iz lucsix kompanii eto kompaniia kotoraia opiraetsia na kacestvo dizain proizvodstvo iz dereviannogo massiva ekskliuzivnoi i elitnoi pod konkretnye zakazy https www legnostyle ru catalog mebel shkafy sekcii gorki scg 47 html unikalnaia po svoei suti produkciia izgotavlivaetsia i proektiruetsia pod opredelennye obieekty pri ucete obieema i formy sootvetstvuiushhego prostranstva obshhei dizainerskoi koncepcii https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 2 html tradicionno dorogie elitnye kuxni vypolniaiutsia v klassiceskom stile no eto daleko ne edinstvennyi variant ceniteli roskosnogo i stilnogo minimalizma ili sloznyx individualnyx avtorskix proektov takze ostanutsia dovolny rezultatom https www legnostyle ru catalog mejkomnatnie dveri impressio dver i22 html opyt specialistov kompanii i vase videnie budushhego interera pozvoliat vmeste sozdat nastoiashhee proizvedenie iskusstva https www legnostyle ru catalog inter eri stenovie paneli s15 html pri izgotovlenii mebeli my primeniaem texnologii lucsix italianskix mebelnyx fabrik blagodaria cemu obespecivaetsia vysokoe kacestvo vsei izgotovliaemoi nami korpusnoi i vstroennoi mebeli https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d49 html nasa elitnaia mebel sdelannaia na zakaz budet radovat kazdogo nasego klienta dolgie gody https www legnostyle ru catalog mebel pagen 1=5 ved v otlicie ot obycnyx modulnyx kompozicii mebeli ona budet obladat individualnymi certami i budet organicno vpisana v komnaty vasego doma https www legnostyle ru catalog lestnici lestnica l4 8 html kuxni iz massiva dereva eto klassika zanra no biudzetnym takoi variant ne nazoves https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=15 imenno derevo lucse vsego podxodit dlia kuxonnogo garnitura v klassiceskom stile dlia liudei s samym utoncennym vkusom https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a 38 html garantiia https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaya dver e21 html na ves tovar predostavliaetsia garantiia kotoraia podderzivaetsia sobstvennym servisnym centrom akkreditovannym kompaniiami i drugimi proizvoditeliami https www legnostyle ru catalog mejkomnatnie dveri pagen 1=7 orientaciia na izgotovlenie kuxonnoi mebeli s takim rascetom ctoby soedinit voedino znamenityi italianskii stil kacestvo i dizain s sovremennymi trebovaniiami ergonomiki i funkcionalnosti https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d22 html '),
(12159,'field:18',0,1,' https ccfairlawnedge com contact '),
(12159,'field:19',0,1,' info ccfairlawnedge com '),
(12159,'field:6',0,1,' davidleate '),
(12159,'field:7',0,1,' tacusol 6816 mail ru '),
(12159,'field:8',0,1,' google '),
(12159,'field:9',0,1,' general inquiry '),
(12159,'title',0,1,' 2026 01 20 20 23 29 '),
(12163,'field:10',0,1,' sozdanie dizainerskogo proekta vsegda delaetsia s ucetom pozelanii vladelca doma https www legnostyle ru catalog mebel gp 9 html specialisty rabotaiushhie na fabrike otlicaiutsia vysokoi kvalifikaciei professionalizmom umeniem sozdavat unikalnye predmety interera opytom raboty https www legnostyle ru catalog mebel scg 22 html dizainer ne tolko formiruet interesnyi proekt on s matematiceskoi tocnostiu sozdaet takuiu mebel kotoraia budet udobnoi ergonomicnoi ekologicnoi vo vsex smyslax etogo slova https www legnostyle ru catalog inter eri stenovie paneli model s3 html gotovyi proekt peredaetsia v ruki masterov kotorye neposredstvenno i zaimutsia proizvodstvom https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaya dver d52 html v pekine ili sanxae teraktov ne bylo da i ves kitai v etom otnosenii scitaetsia blagopolucnym gosudarstvom https www legnostyle ru catalog dveri iz massiva pagen 1=5 no v metropolitene sanxaia ili opublikovano 23 09 2018 13 07 pokupatel znaet cto elitnaia dizainerskaia mebel eto produkciia bezuslovnogo stilia i kacestva https www legnostyle ru catalog inter eri stenovie paneli model s29 html dizainerskaia mebel klassa izgotavlivaetsia iz kacestvennyx materialov na oborudovanii vysokoi tocnosti i kacestva i imeet nebolsoe cislo kopii https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e13 html eto vazno mebel v massovom kolicestve izgotovlennaia na zavode mozet nazyvatsia dorogoi mebeliu vysokogo kacestva no ne byt pri etom elitnoi https www legnostyle ru catalog mejkomnatnie dveri perfetto model p4 html u elitnoi dizainerskoi mebeli bolsoi garantiinyi srok https www legnostyle ru catalog mebel garderobnie garderobnaya gp 7 html ne stoit zabyvat o tom cto na elitnoi kuxne dolzna raspolagatsia elitnaia santexnika https www legnostyle ru catalog mejkomnatnie dveri dver p35 html no kakoi by dorogoi i kacestvennoi ona ne byla truby vsegda staraiutsia skryt tak kak oni nikoim obrazom ne mogut byt vpisany v interer pomeshheniia esli tolko vy ne vybrali v kacestve stilia stimpank https www legnostyle ru catalog mebel gostinnie g 4 html elitnaia mebel dlia kabineta rukovoditelia izgotavlivaetsia ne tolko iz vyseperecislennyx porod https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p18 html polzuiutsia populiarnostiu predmety interera iz ekzoticeskix materialov https www legnostyle ru catalog inter eri potolki pt 11 html rasprostranennoi iavliaetsia mebel iz maxagoni https www legnostyle ru catalog inter eri stenovie paneli pagen 1=4 ona otlicaetsia temno malinovym krasno koricnevym cvetom https www legnostyle ru catalog mebel gostinnie g 3 html xoroso smotritsia v kabinete stol ili skaf iz tisa https www legnostyle ru catalog mebel derevyannye stoly stol model s 10 html dannaia poroda mozet byt kak krasno buroi tak i fioletovo puncovoi https www legnostyle ru catalog lestnici elitnye lestnica l8 2 html k elitnym predmetam interera otnositsia mebel iz merbau venge ebet kempas https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver o11 html izgotovlenie i montaz ekskliuzivnyx individualnyx zakazov v sotrudnicestve s riadom dizain biuro individualnymi dizainerami i arxitektorami nas konek https www legnostyle ru catalog mebel spalni sp 4 html '),
(12163,'field:18',0,1,' https completecarebrick com contact '),
(12163,'field:19',0,1,' info completecarebrick com '),
(12163,'field:6',0,1,' davidsnuri '),
(12163,'field:7',0,1,' tacusol 6816 mail ru '),
(12163,'field:8',0,1,' google '),
(12163,'field:9',0,1,' general inquiry '),
(12163,'title',0,1,' 2026 01 20 20 23 40 '),
(12173,'field:10',0,1,' ao ogrn 1023100641981 osnovano 22 https mobelmetall ru lazernaya svarka dubna 04 https mobelmetall ru aboutus 1998 https mobelmetall ru ourproduction ads promyslennaia gruppa adres g https mobelmetall ru ourproduction moskva ul https mobelmetall ru lazernaya rezka dubna bolsaia poctovaia d https mobelmetall ru poroshkovaya pokraska dubna 55 59 str https mobelmetall ru blog 1 tel 7 495 646 06 88 540 46 44 https mobelmetall ru lazernaya rezka dubna altaimetallsnab adres g https mobelmetall ru lazernaya rezka dubna barnaul naucnyi gorodok d https mobelmetall ru contacts 1a tel 7 3852 57 25 20 https mobelmetall ru contacts osnovnaia produkciia oborudovanie dlia iadernoi energetiki https mobelmetall ru lazernaya rezka dubna dlia proizvodstva kazdogo vida metallokonstrukcii ispolzuetsia specialnoe oborudovanie apparaty gazoplamennoi rezki razlicnogo vida svarki avtomaticeskoi kontaktnoi elektrodugovoi pressy dlia stampovki linii dlia raskroia tonkolistovogo prokata kamery dlia okraski i emkosti dlia pokrytiia gotovyx izdelii https mobelmetall ru lazernaya rezka dubna izgotovlenie metalliceskix konstrukcii i metalloobrabotka porucni dlia elektrovagonov i avtobusov metallokarkasy ograzdeniia kozyrki i navesy stoilovoe oborudovanie porucni i pandusy dlia malomobilnyx grupp naseleniia interernye konstrukcii predmety https mobelmetall ru blog '),
(12173,'field:18',0,1,' https ccholidaycity com contact '),
(12173,'field:19',0,1,' info ccholidaycity com '),
(12173,'field:6',0,1,' shermanjed '),
(12173,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12173,'field:8',0,1,' google '),
(12173,'field:9',0,1,' general inquiry '),
(12173,'title',0,1,' 2026 01 20 20 24 49 '),
(12191,'field:10',0,1,' opredelites s tem cto vam nuzno v svoei novoi sieemnoi kvartire https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a8 html kacestvo svezest remonta v tom slucae esli kvartira budet ne novoi nalicie opredelennoi apparatury cennymi porodami v rossiiskix realiiax scitaiutsia dub iasen i orex https www legnostyle ru catalog inter eri potolki pt 19 html mebel dlia kabineta rukovoditelia polucaetsia stilnoi i krasivoi tak kak kazdaia poroda otlicaetsia originalnym risunkom https www legnostyle ru catalog mebel derevyannye stoly s 2 html dub znamenit krupnymi uzorami koricnevyx krasnyx buryx ottenkov https www legnostyle ru catalog mebel gostinnie g 5 html stoly skafy iz etogo materiala vnesne polucaiutsia predstavitelnymi i solidnymi https www legnostyle ru catalog mejkomnatnie dveri dver i1 html orex obladaet sero koricnevoi serdcevinoi s temnymi vkrapleniiami https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d51 html v mebeli on smotritsia blagorodno https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d6 html cto kasaetsia iasenia to ego drevesina procnaia https www legnostyle ru catalog inter eri pt 30 html odnako iz nee polucaetsia svetlaia mebel kotoraia ne vsegda podxodit delovomu dizainu interera https www legnostyle ru catalog mebel shkafy sekcii gorki scg 30 html dolgo opredelialis so stilem izvela menedzerov neskolkix salonov moskvy s proscetami raznyx variantov operativnee i gramotnee vsex okaxalis specialisty iz https www legnostyle ru catalog lestnici elitnye lestnica l1 1 html dostavili bez zaderzek kak i obeshhali cerez 2 nedeli https www legnostyle ru catalog mebel garderobnaa model gp 11 html sobirali 2 mastera okolo piati casov https www legnostyle ru catalog mebel scg 44 html s soboi u nix kuca instrumenta vkliucaia pylesos opilki i musor pribrali https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=12 sobrali xoroso delali vypily v kamennoi stolesnice dlia moiki varki i filtra vse akkuratno https www legnostyle ru catalog mejkomnatnie dveri dver p18 html staruiu kuxniu vynesli kak ia i prosila https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaya dver e12 html spasibo ne sekret cto kogda my vozvrashhaemsia vecerom v svoiu kvartiru posle dlinnogo rabocego dnia to srazu ze voznikaet zelanie prilec na bolsoi komfortabelnyi divan i otdoxnut https www legnostyle ru furnitura lestnicy html v etom nam pomozet elitnaia mebel iz italii kotoraia nesomnenno obespecit nam vysokii uroven komforta https www legnostyle ru garderobnaja komnata html pomimo svoei komfortabelnosti elitnaia mebel takze budet vas radovat svoei bezuprecnoi krasotoi https www legnostyle ru catalog inter eri peregorodki peregorodka a12 html isxodia iz sovokupnosti xarakteristik prisushhix elitnoi mebeli stanovitsia poniatnoi ee vozrastaiushhaia populiarnost https www legnostyle ru catalog inter eri potolki potolok model pt 23 html kacestvo i krasota na dolgie dolgie gody stoiat zatracennyx materialnyx resursov i kak pokazyvaet praktika mnogie pokupateli uze prisli k etomu vyvodu https www legnostyle ru catalog mebel gp 16 html na elitnuiu mebel deistvuet skladskaia programma blagodaria kotoroi interesuiushhie vas komplekty mogut byt dostavleny v tecenie 2 3 dnei https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e8 html kazdyi pokupatel mozet vospolzovatsia '),
(12191,'field:18',0,1,' https completecarehillside com contact '),
(12191,'field:19',0,1,' info completecarehillside com '),
(12191,'field:6',0,1,' davidvom '),
(12191,'field:7',0,1,' tacusol 6816 mail ru '),
(12191,'field:8',0,1,' google '),
(12191,'field:9',0,1,' general inquiry '),
(12191,'title',0,1,' 2026 01 20 20 26 54 '),
(12206,'field:10',0,1,' 5 https kupefurnitur ru contact mery primeniaemye dlia zashhity personalnyx dannyx https kupefurnitur ru catalog interkomplekt osnovan v 2002 g krupneisii v moskve oficialnyi diler avstriiskoi kompanii blum nadeznyi kompetentnyi postavshhik komplektuiushhix mexanizmov i materialov dlia proizvodstva mebeli https kupefurnitur ru catalog nas assortiment otvecaet trebovaniiam mebelnyx kompanii fabrik po sborke mebeli mebelnyx masterov na sklade v liuboi moment est vse komplektuiushhie mexanizmy i instrumenty https kupefurnitur ru catalog my professionalno prokonsultiruem vas i pomozem podobrat nuznuiu furnituru dlia mebelnyx proektov liuboi sloznosti https kupefurnitur ru catalog 6 https kupefurnitur ru prava subieekta personalnyx dannyx https kupefurnitur ru price prednaznacena dlia ustanovki na vnutrennie i vnesnie dereviannye dveri https kupefurnitur ru onas rucki skoby imeiut predelno pr rascet kolicestva cetyrexsarnirnyx petel rascet neobxodimogo kolicestva petel v zavisimosti ot materiala fasada ego siriny vysoty i tolshhiny i zelaemogo diametra caski petli https kupefurnitur ru onas rucki https kupefurnitur ru onas '),
(12206,'field:18',0,1,' https cclehigh com contact '),
(12206,'field:19',0,1,' info cclehigh com '),
(12206,'field:6',0,1,' ronaldfrirl '),
(12206,'field:7',0,1,' konstantinrovini mail ru '),
(12206,'field:8',0,1,' google '),
(12206,'field:9',0,1,' general inquiry '),
(12206,'title',0,1,' 2026 01 20 20 28 29 '),
(12212,'field:10',0,1,' futbolka s korotkim rukavom https norsy ru o nas sveinoe proizvodstvo fabrika 21 eto kompleks sveinyx cexov effektivnoe sveinoe proizvodstvo kotoroe predlagaet posiv zenskoi muzskoi i detskoi tekstilnoi i trikotaznoi odezdy optom na zakaz https norsy ru pochemu my kompleks sveinyx proizvodstvennyx cexov raspolozen v g https norsy ru pochemu my ceboksary takze my imeem filialy prakticeski vo vsex krupnyx gorodax rossii sveinyi cex v moskve i moskovskoi oblasti sveinoe proizvodstvo v sankt peterburge i leningradskoi oblasti sveinye fabriki v niznem novgorode krasnodare rostove na donu https norsy ru pochemu my uslugi sveinogo proizvodstva predpolagaiut posiv izdelii optom dlia krupnyx promyslennyx predpriiatii seti magazinov zavedenii razvlekatelnoi otrasli https norsy ru poshiv hudi portnye sozdaiut uniformy zashhitnye kostiumy korporativnuiu specializirovannuiu odezdu sportivnuiu formu tancevalnye nariady https norsy ru ceny glavnyi cex sveinogo proizvodstva naxoditsia v moskve riadom s metro babuskinskaia https norsy ru o nas eshhe odin cex otkryt dlia vas v tiumenskoi oblasti otdalennost 1000 km printy https norsy ru voprosy otvety sveinyi cex el teks posiv https norsy ru poshiv hudi '),
(12212,'field:18',0,1,' https ccspringbrook com contact '),
(12212,'field:19',0,1,' info ccspringbrook com '),
(12212,'field:6',0,1,' leonelobent '),
(12212,'field:7',0,1,' stapuntril1990 mail ru '),
(12212,'field:8',0,1,' google '),
(12212,'field:9',0,1,' general inquiry '),
(12212,'title',0,1,' 2026 01 20 20 28 47 '),
(12235,'field:10',0,1,' tak ze trekery vziaty na vooruzenie vladelcami kompanii specializiruiushhixsia na transportnyx perevozkax https www ndt club com product 698 nabor vik htm oni pozvoliaiut osushhestvliat monitoring s celiu optimizacii transportnyx rasxodov i puti sledovaniia https www ndt club com product 603 udt rf pro yltrazvykovoi tolshinomer htm rabotaet po cernym i cvetnym metallamrabocaia temperatura 25 s do 50 smaks https www ndt club com product 759 tr300 izmeritel sherohovatosti htm izmerenie 2000 mikronsag izmerenii 0 1 mikronpodsvetka ekrana estdop https www ndt club com produkcija 193 izmeriteli sherohovatosti htm funkcii netproizvodstvo kitaigarantiia 1 god poverxnosti vypolnennye posredstvom gruboi obrabotki parallelnye tonkie kanavki na poverxnostiax obrazovannye pri gruboi obrabotke naprimer s pomoshhiu tokarnogo ili prodolno strogalnogo stanka takze mogut privesti k iskazeniiu izmerenii dlia ix kompensacii ispolzuite te ze metody kotorye opisany vys krome togo dlia dostizeniia lucsix rezultatov takze mozet potrebovatsia izmenenie ugla mezdu diafoniceskoi prokladkoi kontaktnogo datcika metalliceskaia folga v srednei casti datcika i kanavkoi na izmeriaemom materiale perpendikuliarno ili parallelno https www ndt club com proizvoditeli 5 npp tehnotest htm obnovleno 10 marta 2017 https www ndt club com product 900 polirovalnaya tkan diametr 200 ili 250 mm na kleikoi osnove htm https www ndt club com product 875 standartnie metallicheskie plastini dlya ispitanii gost 8832 htm https www ndt club com product 1005 mt760 specializirovannaya karetka dlya peremesheniya emap serii s76 htm oborudovaniia dlia nk https www ndt club com product 158 izmeritel zashitnogo sloya betona ipa mg4 01 htm postavliaet sirokii spektr oborudovaniia dlia ultrazvukovogo kontrolia defektoskopy tolshhinomery so 2 so 3 so 3r rentgenografii plenka znaki markirovocnye https www ndt club com product 814 stacionarnii tverdomer syper rokvella trs htm https www ndt club com product 656 maska zd ystroistvo mehanicheskoe dlya yzk zakladnih detalei htm https www ndt club com produkcija 272 obrazci dlya mpd htm '),
(12235,'field:18',0,1,' http ccmonmouth com contact '),
(12235,'field:19',0,1,' info ccmonmouth com '),
(12235,'field:6',0,1,' stevenvub '),
(12235,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(12235,'field:8',0,1,' google '),
(12235,'field:9',0,1,' general inquiry '),
(12235,'title',0,1,' 2026 01 20 20 31 07 '),
(12245,'field:10',0,1,' elitnaia kuxnia eto neprevzoidennoe socetanie maksimalnogo udobstva funkcionalnosti i izyskannogo dizaina https www legnostyle ru catalog dveri pagen 1=7 prebyvanie na takoi kuxne splosnoe udovolstvie ved daze prigotovlenie pishhi iz obiazannosti prevrashhaetsia v priiatnoe vremiapreprovozdenie https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d41 html uiut i komfort elitnyx kuxon ot kompanii sozdaetsia kazdoi detaliu individualnyi podxod k kazdomu klientu pozvoliaet udovletvorit liubye trebovaniia i pozelaniia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaya dver o8 html vse materialy ispolzuemye nami v proizvodstve absoliutno bezopasny dlia detei i domasnix zivotnyx i imeiut sootvetstvuiushhie sertifikaty podtverzdaiushhie eto https www legnostyle ru dubovye dveri html pagen 2=17 my delaem kuxni personalno pod vas po individualnym razmeram i ispolzuem materialy kotorye predvaritelno vmeste utverzdaem https www legnostyle ru catalog mebel komod model kts 21 html poetomu veroiatnost vozniknoveniia raznogo roda shhelei i nesostykovok v proekte iskliucena vriad li mozno nedoocenit znacenie mebeli v interere liubogo zilia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p19 html imenno mebel delaet ego uiutnym i individualnym https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=16 odnako segodnia kacestvennaia mebel stala bolsim deficitom https www legnostyle ru catalog bezuprecnaia ergonomika https www legnostyle ru derevyannye naruzhnye lestnicy html kazdyi element kabineta sproektirovan takim obrazom ctoby sozdavat optimalnye usloviia dlia raboty https www legnostyle ru proizvodstvo dveri iz dereva mejkomnatnie pagen 1=7 delovye meloci vsegda budut pod rukoi na prostornoi stolesnice razmestiatsia vse vaznye bumagi udobnoe kreslo obespecit effektivnuiu podderzku pozvonocnika https www legnostyle ru mebel iz cennyh porod dereva html '),
(12245,'field:18',0,1,' https cclehigh com contact '),
(12245,'field:19',0,1,' info cclehigh com '),
(12245,'field:6',0,1,' davidflady '),
(12245,'field:7',0,1,' tacusol 6816 mail ru '),
(12245,'field:8',0,1,' google '),
(12245,'field:9',0,1,' general inquiry '),
(12245,'title',0,1,' 2026 01 20 20 32 20 '),
(12247,'alt',0,1,''),
(12247,'extension',0,1,' pdf '),
(12247,'filename',0,1,' cc annapolis clinical capabilities chart flyer digital pdf '),
(12247,'kind',0,1,' pdf '),
(12247,'slug',0,1,''),
(12247,'title',0,1,' cc annapolis clinical capabilities chart flyer digital '),
(12250,'alt',0,1,''),
(12250,'extension',0,1,' jpg '),
(12250,'filename',0,1,' img 5463 stclaremeadows jpg '),
(12250,'kind',0,1,' image '),
(12250,'slug',0,1,''),
(12250,'title',0,1,' img 5463 st clare meadows '),
(12251,'alt',0,1,''),
(12251,'extension',0,1,' jpg '),
(12251,'filename',0,1,' img 5478 stclaremeadows jpg '),
(12251,'kind',0,1,' image '),
(12251,'slug',0,1,''),
(12251,'title',0,1,' img 5478 st clare meadows '),
(12255,'field:10',0,1,' dlia ekonomii prostranstva i obespeceniia maksimalnogo kolicestva posadocnyx mest divany staviat u sten https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan chester prem centralnaia cast zala otvoditsia pod stoliki s kreslami i stuliami https divanlogia ru catalog myagkaya mebel dlya restoranov stulya stul kazbar po nabliudeniiam v takix zonax gosti provodiat mense vremeni cem v miagkix https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi parizh art 00016 v usloviiax zavedenii ne vsegda stoit rasscityvat tolko na sobstvennyi personal https divanlogia ru catalog myagkaya mebel dlya restoranov banketki inogda uxod za mebeliu razumnee i racionalnee doverit kliningovoi kompanii https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 1 rogozhka 32 gde kupit sovremennuiu mebel ili zadaite svoi vopros my na sviazi https divanlogia ru catalog krovati i paneli krovat persiya sovremennaia mebel dlia kafe restorana ili bara kak v gotovom vide tak i pod zakaz po individualnomu dizainu ot proizvoditelia barnaia liniia barnye stoiki https divanlogia ru catalog myagkaya mebel dlya doma sofa i kushetki '),
(12255,'field:18',0,1,' https ccorangepark com contact '),
(12255,'field:19',0,1,' info ccorangepark com '),
(12255,'field:6',0,1,' tyronevedia '),
(12255,'field:7',0,1,' galyazafuna mail ru '),
(12255,'field:8',0,1,' google '),
(12255,'field:9',0,1,' general inquiry '),
(12255,'title',0,1,' 2026 01 20 20 34 04 '),
(12256,'alt',0,1,''),
(12256,'extension',0,1,' pdf '),
(12256,'filename',0,1,' cc brackenville clinical capabilities chart flyer digital pdf '),
(12256,'kind',0,1,' pdf '),
(12256,'slug',0,1,''),
(12256,'title',0,1,' cc brackenville clinical capabilities chart flyer digital '),
(12258,'field:10',0,1,' otprav eskiz na saite ili v whatsapp 7 905 545 45 53 i poluci skidku i podarocnuiu kartu https maze tattoo catalog c serdtse tatu salon rabotaet s 2005 goda zdes mogut vypolnit tatuirovku liuboi sloznosti https maze tattoo catalog i in yan polucit konsultaciiu i daze eskiz mozno besplatno a dalse nuzno tolko resatsia i nabivat tu samuiu tatuirovku mecty v studii rabotaet odin master podxod individualnyi a za plecami bolee desiati tysiac vypolnennyx rabot ot nezniatiny dlia devusek do brutala dostoinogo bezumnogo maksa https maze tattoo catalog x g https maze tattoo catalog g gravura moskva 4 maia 2025 https maze tattoo catalog ch chertopoloh v sertifikat vxodiat konsultaciia i rabota mastera vse neobxodimye materialy na 7000 rublei okoncatelnaia stoimost tatuirovki zavisit ot razmera tatu i sloznosti raboty https maze tattoo catalog d djoker tocnuiu cenu vam nazovut posle konsultacii i soglasovaniia dizaina https maze tattoo catalog ee ezoterika doplatu mozno proizvesti na meste https maze tattoo catalog z ocen vnimatelnyi i priiatnyi personal rabota ocen ponravilas prevzosla vse moi ozidaniia otdelnoe spasibo masteru nikite nastoiashhii professional svoego dela u nas carit komfortnaia i priiatnaia atmosfera https maze tattoo catalog m mifologiya interer produman do melcaisix detalei cto by podarit oshhushheniia tepla i uiuta https maze tattoo catalog x khannya prostranstvo slovno priglasaet rasslabitsia i pocuvstvovat sebia kak doma https maze tattoo catalog m mayak '),
(12258,'field:18',0,1,' https ccharstonhall com contact '),
(12258,'field:19',0,1,' info ccharstonhall com '),
(12258,'field:6',0,1,' barryvotte '),
(12258,'field:7',0,1,' prosavmobi1981 mail ru '),
(12258,'field:8',0,1,' google '),
(12258,'field:9',0,1,' general inquiry '),
(12258,'title',0,1,' 2026 01 20 20 34 44 '),
(12259,'field:10',0,1,' obstavit dom ili kvartiru obustroit spalniu kabinet ili biblioteku oborudovat torgovoe pomeshhenie ili interer restorana zadaca dlia tex kto ponimaet cennost xorosei zizni https www legnostyle ru catalog inter eri pt 15 html pered smertiu suprugi zamorozili neskolko embrionov tak kak planirovali zavesti detei pri pomoshhi surrogatnoi materi https www legnostyle ru catalog mejkomnatnie dveri razdviznaya dver rd 1 html embriony xranilis v klinike v zidkom azote pri temperature 196 gradusov https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a24 html babuski i deduski novorozdennogo dolgoe vremia sudilis opublikovano 13 04 2018 21 25 kazdyi zakaz dlia nasego proizvodstva osobennyi a kazdyi proekt unikalnyi https www legnostyle ru catalog mejkomnatnie dveri model i14 html dizainerskaia mebel iz naturalnogo dereva na zakaz podcerknet izyskannost individualnost i nepovtorimost interera https www legnostyle ru catalog mebel scg 28 html individualnyi podxod nasix dizainerov pomogaet sozdavat unikalnyi produkt https www legnostyle ru catalog mebel kabinety kb 13 html itak prezde cem delat mebel na zakaz interesuites o ee kacestve https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 11 html mebel pokazyvaet vasi status sostoianie vkus https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=11 krome togo stil meblirovki kotoryi vy izbrali smozet pomoc organizovat individualnye osobennosti vasei obstanovki i neobxodimuiu atmosferu https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub komod model kts 22 html otdelka mebeli kozei pozvoliaet sdelat i bez togo idealnuiu italianskuiu mebel eshhe bolee interesnoi i neobycnoi https www legnostyle ru catalog mejkomnatnie dveri d peregorodki arka a31 html dlia dizainerov koza kak otdelocnyi material vyse liubyx modnyx tendencii https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a12 html ona mozet byt ispolzovana vezde v abazure v skafax v krovatiax daze na polu i na stenax https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=2 '),
(12259,'field:18',0,1,' https ccfairlawnedge com contact '),
(12259,'field:19',0,1,' info ccfairlawnedge com '),
(12259,'field:6',0,1,' davidleate '),
(12259,'field:7',0,1,' tacusol 6816 mail ru '),
(12259,'field:8',0,1,' google '),
(12259,'field:9',0,1,' general inquiry '),
(12259,'title',0,1,' 2026 01 20 20 35 50 '),
(12260,'field:10',0,1,' zdraveite iskax da znam cenata vi '),
(12260,'field:18',0,1,' http ccwestcaldwell com contact '),
(12260,'field:19',0,1,' info ccwestcaldwell com '),
(12260,'field:6',0,1,' leeket '),
(12260,'field:7',0,1,' zekisuquc419 gmail com '),
(12260,'field:8',0,1,' google '),
(12260,'field:9',0,1,' general inquiry '),
(12260,'title',0,1,' 2026 01 20 20 36 15 '),
(12261,'field:10',0,1,' kompaniia pek predlagaet minimalnye sroki perevozki i dostavki gruzov https keycargo ru gruzoperevozki krome togo klienty imeiut vozmoznost zakazat ekspress dostavku aviatransportom https keycargo ru gruzoperevozki tent bort zad verx bok https keycargo ru kontakty ref izoterm zad https keycargo ru kontakty optimalno bystraia dostavka https keycargo ru oplacivaemye pereezdy ot 16 rub km https keycargo ru partneram my predostavliaem svoi uslugi kak castnym licam tak i predstaviteliam biznesa garantiruia soxrannost vasego gruza i tocnoe pribytie v punkt naznaceniia v ramkax ustanovlennyx srokov https keycargo ru o kompanii tent bort izoterm refrizerator https keycargo ru tarify '),
(12261,'field:18',0,1,' https ccinglemoor com contact '),
(12261,'field:19',0,1,' info ccinglemoor com '),
(12261,'field:6',0,1,' brianhon '),
(12261,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(12261,'field:8',0,1,' google '),
(12261,'field:9',0,1,' general inquiry '),
(12261,'title',0,1,' 2026 01 20 20 36 59 '),
(12269,'alt',0,1,''),
(12269,'extension',0,1,' pdf '),
(12269,'filename',0,1,' cc corsica hills clinical capabilities chart flyer digital pdf '),
(12269,'kind',0,1,' pdf '),
(12269,'slug',0,1,''),
(12269,'title',0,1,' cc corsica hills clinical capabilities chart flyer digital '),
(12275,'alt',0,1,''),
(12275,'extension',0,1,' pdf '),
(12275,'filename',0,1,' cc dawnview clinical capabilities chart flyer digital pdf '),
(12275,'kind',0,1,' pdf '),
(12275,'slug',0,1,''),
(12275,'title',0,1,' cc dawnview clinical capabilities chart flyer digital '),
(12278,'alt',0,1,''),
(12278,'extension',0,1,' pdf '),
(12278,'filename',0,1,' cc hagerstown clinical capabilities chart flyer digital pdf '),
(12278,'kind',0,1,' pdf '),
(12278,'slug',0,1,''),
(12278,'title',0,1,' cc hagerstown clinical capabilities chart flyer digital '),
(12281,'alt',0,1,''),
(12281,'extension',0,1,' pdf '),
(12281,'filename',0,1,' cc heritage clinical capabilities chart flyer digital pdf '),
(12281,'kind',0,1,' pdf '),
(12281,'slug',0,1,''),
(12281,'title',0,1,' cc heritage clinical capabilities chart flyer digital '),
(12285,'alt',0,1,''),
(12285,'extension',0,1,' pdf '),
(12285,'filename',0,1,' cc hillside clinical capabilities chart flyer digital pdf '),
(12285,'kind',0,1,' pdf '),
(12285,'slug',0,1,''),
(12285,'title',0,1,' cc hillside clinical capabilities chart flyer digital '),
(12287,'field:10',0,1,' hi ego volo scire vestri pretium '),
(12287,'field:18',0,1,' http ccgrotonregency com contact '),
(12287,'field:19',0,1,' info ccgrotonregency com '),
(12287,'field:6',0,1,' georgecoown '),
(12287,'field:7',0,1,' zekisuquc419 gmail com '),
(12287,'field:8',0,1,' google '),
(12287,'field:9',0,1,' general inquiry '),
(12287,'title',0,1,' 2026 01 20 20 39 18 '),
(12288,'alt',0,1,''),
(12288,'extension',0,1,' jpg '),
(12288,'filename',0,1,' 367a4967 jpg '),
(12288,'kind',0,1,' image '),
(12288,'slug',0,1,''),
(12288,'title',0,1,' 367 a4967 '),
(12289,'alt',0,1,''),
(12289,'extension',0,1,' pdf '),
(12289,'filename',0,1,' cc hyattsville clinical capabilities chart flyer digital pdf '),
(12289,'kind',0,1,' pdf '),
(12289,'slug',0,1,''),
(12289,'title',0,1,' cc hyattsville clinical capabilities chart flyer digital '),
(12293,'alt',0,1,''),
(12293,'extension',0,1,' pdf '),
(12293,'filename',0,1,' cc la plata clinical capabilities chart flyer digital pdf '),
(12293,'kind',0,1,' pdf '),
(12293,'slug',0,1,''),
(12293,'title',0,1,' cc la plata clinical capabilities chart flyer digital '),
(12297,'alt',0,1,''),
(12297,'extension',0,1,' pdf '),
(12297,'filename',0,1,' cc multi medical center clinical capabilities chart flyer digital pdf '),
(12297,'kind',0,1,' pdf '),
(12297,'slug',0,1,''),
(12297,'title',0,1,' cc multi medical center clinical capabilities chart flyer digital '),
(12298,'field:10',0,1,' almo adres g https mobelmetall ru maloiaroslavec ul https mobelmetall ru poroshkovaya pokraska dubna kaluzskaia d https mobelmetall ru poroshkovaya pokraska dubna 64 tel 7 48431 2 41 81 83 2 40 67 3 15 69 https mobelmetall ru ourproduction arsenal st adres g https mobelmetall ru poroshkovaya pokraska dubna smolensk p https mobelmetall ru blog poroshkovaya pokraska dubna tixvinka d https mobelmetall ru poroshkovaya pokraska dubna 71 tel 7 4812 41 91 55 8 800 775 35 01 https mobelmetall ru gibka metalla postavshhik stellazei https mobelmetall ru aboutus adres 300004 g https mobelmetall ru lazernaya rezka dubna tula shheglovskaia zaseka dom 31 1 adres mestonaxozdeniia proizvodstva 300004 g https mobelmetall ru gibka metalla tula shheglovskaia zaseka dom 31 1 telefon 7 495 419 00 78 7 4872 707430 el https mobelmetall ru contacts pocta info tigk https mobelmetall ru blog poroshkovaya pokraska dubna ru infompz tigk https mobelmetall ru questions ru sait www https mobelmetall ru poroshkovaya pokraska dubna tulampz https mobelmetall ru blog poroshkovaya pokraska dubna ru direktor borzenkov nikolai alekseevic 83 oborudovanie s cpu https mobelmetall ru questions ooo sibstroimet iavliaias specializirovannym centrom kompleksnoi obrabotki metallov s ispolzovaniem sovremennyx texnologii sozdan dlia udovletvoreniia sirokogo spektra zakazov stroitelnoi industrii zkx i blagoustroistva i smeznyx otraslei po proizvodstvu metalloizdelii i konstrukcii promyslennogo i grazdanskogo stroitelstva i blagoustroistva https mobelmetall ru '),
(12298,'field:18',0,1,' https completecarewall com contact '),
(12298,'field:19',0,1,' info completecarewall com '),
(12298,'field:6',0,1,' shermanvor '),
(12298,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12298,'field:8',0,1,' google '),
(12298,'field:9',0,1,' general inquiry '),
(12298,'title',0,1,' 2026 01 20 20 40 15 '),
(12303,'alt',0,1,''),
(12303,'extension',0,1,' pdf '),
(12303,'filename',0,1,' cc oak ridge clinical capabilities chart flyer digital pdf '),
(12303,'kind',0,1,' pdf '),
(12303,'slug',0,1,''),
(12303,'title',0,1,' cc oak ridge clinical capabilities chart flyer digital '),
(12306,'alt',0,1,''),
(12306,'extension',0,1,' pdf '),
(12306,'filename',0,1,' cc severna park clinical capabilities chart flyer digital pdf '),
(12306,'kind',0,1,' pdf '),
(12306,'slug',0,1,''),
(12306,'title',0,1,' cc severna park clinical capabilities chart flyer digital '),
(12308,'alt',0,1,''),
(12308,'extension',0,1,' pdf '),
(12308,'filename',0,1,' cc silver lake clinical capabilities chart flyer digital pdf '),
(12308,'kind',0,1,' pdf '),
(12308,'slug',0,1,''),
(12308,'title',0,1,' cc silver lake clinical capabilities chart flyer digital '),
(12311,'field:10',0,1,' tretii period raboty sopriazeniia v dvigatele nazyvaiut periodom avariinogo iznasivaniia http dmalmotors ru remont generatorov html rabota sopriazenii v tecenie etogo perioda mozet privesti k otkazu i trebuet tshhatelnogo nabliudeniia http dmalmotors ru iznos pri etom ne dolzen prevysat predelnoi veliciny http dmalmotors ru remont korobki peredach html vypolnite remont radiatora dvigatelia http dmalmotors ru diagnostika inzhektora html vmesto bolta vstavte v nego kranik dlia sliva http dmalmotors ru regulyarnoe tekhobsluzhivanie html promoite vodoi ili specsostavom produite s dvux storon http dmalmotors ru zamena masel i filtrov html esli protekaet odna trubka zavarite ee http dmalmotors ru zamena i remont stsepleniya html pri razborke elektrodvigatelia vse malenkie detali skladyvaiut v osobyi iashhik http dmalmotors ru remont korobki peredach html liubaia detal elektrodvigatelia obiazana imet birku na kotoroi ukazyvaiut nomer remontiruemogo elektrodvigatelia http dmalmotors ru regulyarnoe tekhobsluzhivanie html bolty i spilki posle razborki lucse vventit na svoi mesta cto predupredit veroiatnuiu ix uteriu http dmalmotors ru remont generatorov html rotor sobrannogo elektrodvigatelia snova provoracivaiut vrucnuiu inspektiruiut otsutstvie zadevaniia krutiashhixsia castei za nedviznye opredeliaiut i podgoniaiut nuznuiu velicinu razbega osevogo peremeshheniia rotora http dmalmotors ru remont avtoelektriki html utecka oxlazdaiushhei zidkosti http dmalmotors ru zamena tsepi ili remnya grm html pri etoi neispravnosti rekomenduetsia dolivka vody v sistemu oxlazdeniia http dmalmotors ru promyvka inzhektorov html nuzno ponimat eto vremennaia mera no ona pozvolit vam doexat do blizaisego sto dlia provedeniia remonta http dmalmotors ru zamena masel i filtrov html '),
(12311,'field:18',0,1,' https completecareoakridge com contact '),
(12311,'field:19',0,1,' info completecareoakridge com '),
(12311,'field:6',0,1,' emanuelwek '),
(12311,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(12311,'field:8',0,1,' google '),
(12311,'field:9',0,1,' general inquiry '),
(12311,'title',0,1,' 2026 01 20 20 41 32 '),
(12312,'field:10',0,1,' kontakty podtverzdeny https dialdrive ru dvs kontakty i socseti podtverzdeny https dialdrive ru katalizator pocemu stoit tonirovat stekla masiny ceny vypolnennyx rabot https dialdrive ru uslugi https dialdrive ru dvs primery rabot https dialdrive ru dvs '),
(12312,'field:18',0,1,' https completecareoakridge com contact '),
(12312,'field:19',0,1,' info completecareoakridge com '),
(12312,'field:6',0,1,' vincentfaimb '),
(12312,'field:7',0,1,' andreyy filimonov bk ru '),
(12312,'field:8',0,1,' google '),
(12312,'field:9',0,1,' general inquiry '),
(12312,'title',0,1,' 2026 01 20 20 41 40 '),
(12313,'field:10',0,1,' u nas vy smozete zakazat ekskliuzivnye statuetki pamiatnye prizy sportivnye nagrady kubki medali znacki diplomy gravirovku podarocnogo alkogolia individualnuiu upakovku https classicgifts ru naklejki s logotipom html kazdyi zakaz my gotovy vypolnit v nepovtorimom dizaine vkladyvaia v proizvodstvo svoi tvorceskii potencial znaniia opyt https classicgifts ru pvx brasletyi html cena zakaznaia rabota o nas https classicgifts ru formyi dlya vyipechki i zharki html zakazat merc dlia kompanii i brendov i korporativnye podarki s logotipom https classicgifts ru beach bags html kotoryi mozet resit liubuiu zadacu s vasim zakazom https classicgifts ru polietilenovyie paketyi html eto gotovoe izdelie kotoroe prinadlezit zakazciku https classicgifts ru promo suveniryi no my mozem ispolzovat etu ideiu dlia sozdaniia novogo proekta https classicgifts ru antistress suveniryi '),
(12313,'field:18',0,1,' https ccregent com contact '),
(12313,'field:19',0,1,' info ccregent com '),
(12313,'field:6',0,1,' tylerceply '),
(12313,'field:7',0,1,' aleksandrrapeka mail ru '),
(12313,'field:8',0,1,' google '),
(12313,'field:9',0,1,' general inquiry '),
(12313,'title',0,1,' 2026 01 20 20 41 42 '),
(12314,'field:10',0,1,' pri priobretenii dannoi produkcii u vas budet vozmoznost polucit podrobnuiu konsultaciiu i proiti obucenie s pomoshhiu nasix vracei fizioterapevtov kotorye imeiut dlia etogo specialnoe obrazovanie https beauty prestige ru catalog moyki parikmakherskie sertifikat o polnomociiax honkon https beauty prestige ru catalog instrumenty dlya masterov mebel dlia salonov krasoty https beauty prestige ru catalog spa oborudovanie cena 7 250 rub https beauty prestige ru ostavit zaiavku na rascet kredita https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html lefis k27 1200w https beauty prestige ru catalog spa oborudovanie '),
(12314,'field:18',0,1,' https ccregent com contact '),
(12314,'field:19',0,1,' info ccregent com '),
(12314,'field:6',0,1,' brianedulp '),
(12314,'field:7',0,1,' nikolay shchevcov mail ru '),
(12314,'field:8',0,1,' google '),
(12314,'field:9',0,1,' general inquiry '),
(12314,'title',0,1,' 2026 01 20 20 41 45 '),
(12315,'alt',0,1,''),
(12315,'extension',0,1,' pdf '),
(12315,'filename',0,1,' cc springbrook clinical capabilities chart flyer digital pdf '),
(12315,'kind',0,1,' pdf '),
(12315,'slug',0,1,''),
(12315,'title',0,1,' cc springbrook clinical capabilities chart flyer digital '),
(12321,'alt',0,1,''),
(12321,'extension',0,1,' pdf '),
(12321,'filename',0,1,' cc wheaton clinical capabilities chart flyer digital pdf '),
(12321,'kind',0,1,' pdf '),
(12321,'slug',0,1,''),
(12321,'title',0,1,' cc wheaton clinical capabilities chart flyer digital '),
(12324,'alt',0,1,''),
(12324,'extension',0,1,' pdf '),
(12324,'filename',0,1,' cc care age clinical capabilities chart flyer digital pdf '),
(12324,'kind',0,1,' pdf '),
(12324,'slug',0,1,''),
(12324,'title',0,1,' cc care age clinical capabilities chart flyer digital '),
(12326,'field:10',0,1,' pocemu vam nuzno byt nasim korporativnym klientom komanda s opytom https corporativ luxe ru nayti vykhod ctoby vo vremia otdyxa izbezat oceredei broniruite vse vozmoznoe zaranee https corporativ luxe ru idei korporativnyh prazdnikov oplatite bilety na samolet i proidite onlain registraciiu do vyleta priobretite bilety v muzei oformite nomera v gostinice arendu konferenc zalov i transporta https corporativ luxe ru oae tak vy smozete sekonomit ne tolko vremia no i dengi za rannee bronirovanie vo mnogix mestax predostavliaiut skidku https corporativ luxe ru vip servis krome togo eto pomozet polucit lucsie usloviia poselit sotrudnikov na odnom etaze vybrat blizkie mesta v samolete i lucsie zaly dlia sobranii https corporativ luxe ru korporativnaya programma po sledam dzheymsa bonda pocemu stoit doverit korporativ za rubezom nam nasi biznes klienty https corporativ luxe ru organizacija korporativnyh kruizov korporativnye otdyx i timbilding https corporativ luxe ru shri lanka '),
(12326,'field:18',0,1,' https ccregent com contact '),
(12326,'field:19',0,1,' info ccregent com '),
(12326,'field:6',0,1,' dereknic '),
(12326,'field:7',0,1,' toktobayeva nata mail ru '),
(12326,'field:8',0,1,' google '),
(12326,'field:9',0,1,' general inquiry '),
(12326,'title',0,1,' 2026 01 20 20 42 51 '),
(12327,'field:10',0,1,' kpi propisyvaem v dogovore https proffseo ru kontakty pri nevypolnenii celevyx metrik vozvrashhaem dengi https proffseo ru zakazat prodvizenie saita u nadeznogo podriadcika https proffseo ru uvelicit celevoi nebrendovyi trafik na sait ecco shoes https proffseo ru privacy ru https proffseo ru prodvizhenie zarubezhnykh sajtov optimizaciia razvitie dlia oxvata rynka https proffseo ru prodvizhenie angloyazychnykh sajtov realnaia garantiia na raskrutku saita https proffseo ru prodvizhenie sajtov po rf srednii ezegodnyi prirost trafika https proffseo ru razrabatyvaet strategiiu vnesnei optimizacii proekta https proffseo ru prodvizhenie angloyazychnykh sajtov podbiraet tematiceskie ploshhadki i forumy dlia razmeshheniia publikacii https proffseo ru prodvizhenie angloyazychnykh sajtov podbiraet akkaunty dlia ispolzovaniia k strategii razmeshheniia https proffseo ru gotovit i razmeshhaet kontent na storonnix tematiceskix ploshhadkax https proffseo ru prodvizhenie zarubezhnykh sajtov ishhet novye sposoby poluceniia kacestvennyx vnesnix ssylok https proffseo ru prodvizhenie sajtov po rf planiruet biudzet na vnesniuiu optimizaciiu i kontroliruet balans na servisax https proffseo ru privacy '),
(12327,'field:18',0,1,' https cckressonview com contact '),
(12327,'field:19',0,1,' info cckressonview com '),
(12327,'field:6',0,1,' buddyavada '),
(12327,'field:7',0,1,' dolnovam mail ru '),
(12327,'field:8',0,1,' google '),
(12327,'field:9',0,1,' general inquiry '),
(12327,'title',0,1,' 2026 01 20 20 42 56 '),
(12331,'alt',0,1,''),
(12331,'extension',0,1,' jpg '),
(12331,'filename',0,1,' summit ad 2026 01 21 014257 nlsh jpg '),
(12331,'kind',0,1,' image '),
(12331,'slug',0,1,''),
(12331,'title',0,1,' summit ad '),
(12333,'alt',0,1,''),
(12333,'extension',0,1,' pdf '),
(12333,'filename',0,1,' cc christian home clinical capabilities chart flyer digital pdf '),
(12333,'kind',0,1,' pdf '),
(12333,'slug',0,1,''),
(12333,'title',0,1,' cc christian home clinical capabilities chart flyer digital '),
(12339,'alt',0,1,''),
(12339,'extension',0,1,' pdf '),
(12339,'filename',0,1,' cc glendale west clinical capabilities chart flyer digital 2026 02 13 174311 rhjk pdf '),
(12339,'kind',0,1,' pdf '),
(12339,'slug',0,1,''),
(12339,'title',0,1,' cc glendale west clinical capabilities chart flyer digital '),
(12342,'alt',0,1,''),
(12342,'extension',0,1,' pdf '),
(12342,'filename',0,1,' cc grande prairie clinical capabilities chart flyer digital pdf '),
(12342,'kind',0,1,' pdf '),
(12342,'slug',0,1,''),
(12342,'title',0,1,' cc grande prairie clinical capabilities chart flyer digital '),
(12344,'alt',0,1,''),
(12344,'extension',0,1,' pdf '),
(12344,'filename',0,1,' cc hales corners clinical capabilities chart flyer digital pdf '),
(12344,'kind',0,1,' pdf '),
(12344,'slug',0,1,''),
(12344,'title',0,1,' cc hales corners clinical capabilities chart flyer digital '),
(12347,'field:10',0,1,' po versii reitinga runeta 2022 https proffseo ru kontakty v kacestve primera posmotrim na sait wikipedia https proffseo ru prodvizhenie sajtov po rf org https proffseo ru prodvizhenie angloyazychnykh sajtov vikipediia geonezavisima i popadaet v top 10 po mnogim zaprosam i regionam rossii https proffseo ru privacy rost nebrendovogo trafika https proffseo ru v srednem prodvizenie po neskolkim regionam srazu v kompanii piksel plius nacinaetsia ot 60 000 rublei v mesiac esli v spiske gorodov imeetsia moskva i ot 40 000 esli prodvizenie po 2 regionam bez moskvy https proffseo ru prodvizhenie sajtov po rf ucet regiona polzovatelia sniatie omonimii https proffseo ru prodvizhenie sajtov po moskve prodvizenie liftovoi kompanii https proffseo ru prodvizhenie zarubezhnykh sajtov '),
(12347,'field:18',0,1,' https ccvoorhees com contact '),
(12347,'field:19',0,1,' info ccvoorhees com '),
(12347,'field:6',0,1,' buddycub '),
(12347,'field:7',0,1,' dolnovam mail ru '),
(12347,'field:8',0,1,' google '),
(12347,'field:9',0,1,' general inquiry '),
(12347,'title',0,1,' 2026 01 20 20 44 10 '),
(12352,'alt',0,1,''),
(12352,'extension',0,1,' pdf '),
(12352,'filename',0,1,' cc kensington clinical capabilities chart flyer digital pdf '),
(12352,'kind',0,1,' pdf '),
(12352,'slug',0,1,''),
(12352,'title',0,1,' cc kensington clinical capabilities chart flyer digital '),
(12355,'alt',0,1,''),
(12355,'extension',0,1,' pdf '),
(12355,'filename',0,1,' cc manitowoc clinical capabilities chart flyer digital pdf '),
(12355,'kind',0,1,' pdf '),
(12355,'slug',0,1,''),
(12355,'title',0,1,' cc manitowoc clinical capabilities chart flyer digital '),
(12358,'alt',0,1,''),
(12358,'extension',0,1,' pdf '),
(12358,'filename',0,1,' cc nazareth clinical capabilities chart flyer digital pdf '),
(12358,'kind',0,1,' pdf '),
(12358,'slug',0,1,''),
(12358,'title',0,1,' cc nazareth clinical capabilities chart flyer digital '),
(12360,'alt',0,1,''),
(12360,'extension',0,1,' pdf '),
(12360,'filename',0,1,' cc ridgewood clinical capabilities chart flyer digital pdf '),
(12360,'kind',0,1,' pdf '),
(12360,'slug',0,1,''),
(12360,'title',0,1,' cc ridgewood clinical capabilities chart flyer digital '),
(12362,'alt',0,1,''),
(12362,'extension',0,1,' pdf '),
(12362,'filename',0,1,' cc jefferson meadows clinical capabilities chart flyer digital pdf '),
(12362,'kind',0,1,' pdf '),
(12362,'slug',0,1,''),
(12362,'title',0,1,' cc jefferson meadows clinical capabilities chart flyer digital '),
(12365,'field:10',0,1,' na segodniasnii den elitnaia mebel polzuetsia osobennym interesom sredi naseleniia https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d14 html kak pravilo izgotavlivaiut ee na zakaz poetomu pokupateli s samymi bolsimi trebovaniiami mogut vypolnit razlicnye individualnye pozelaniia https www legnostyle ru catalog inter eri vozmoznost vossozdaniia interera po eskizam https www legnostyle ru catalog lestnici lestnica l1 19 html esli vy ne podobrali nicego iz nasego kataloga zakazite sozdanie garnitura po individualnomu eskizu https www legnostyle ru catalog mejkomnatnie dveri model i12 html etu uslugu uze ocenili mnogie arxitektory i dizainery https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a4 html vy mozete priobresti u nas nemeckuiu mebel kotoraia budet polnostiu sootvetstvovat dizainerskomu zamyslu https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d53 html my polucili priiatnuiu skidku zakazav svoiu vstroennuiu kuxniu v period provedeniia akcii https www legnostyle ru catalog mebel pagen 1=18 bystro soglasovali vse usloviia i vskore stali scastlivymi obladateliami novoi kuxni v kitae vyrashhivaiut svyse 70% ot obshhego mirovogo obieema proizvodstva sieedobnyx gribov https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 28 html ob etom soobshhili na press konferencii v pekine posviashhennoi mezdunarodnoi iarmarke gribov kotoraia zaplanirovana takoi vid otdelki mebeli sushhestvuet ocen davno nasi predki ispolzovali kozu v raznyx celiax i dlia obbivki mebeli toze https www legnostyle ru catalog lestnici otdelka betonnyh lestnic pagen 1=4 na segodniasnii den eto bolse cem prosto element dekora https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o4 html eto v kakom to rode osobaia filosofiia sposobnaia daze pererasti v budushhem v otdelnoe stilevoe resenie https www legnostyle ru catalog lestnici lestnica l8 4 html kolicestvo kategorii liudei kotorye priezzaiut v kitai strogo ograniceno https www legnostyle ru proizvodstvo mebel kak pravilo eto turisty biznesmeny ili studenty https www legnostyle ru catalog mejkomnatnie dveri dver i10 html est eshhe emigranty i rabocie https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d9 html i esli biznesmeny s '),
(12365,'field:18',0,1,' https ccregent com contact '),
(12365,'field:19',0,1,' info ccregent com '),
(12365,'field:6',0,1,' davidsoags '),
(12365,'field:7',0,1,' tacusol 6816 mail ru '),
(12365,'field:8',0,1,' google '),
(12365,'field:9',0,1,' general inquiry '),
(12365,'title',0,1,' 2026 01 20 20 45 50 '),
(12368,'alt',0,1,''),
(12368,'extension',0,1,' pdf '),
(12368,'filename',0,1,' cc maple grove clinical capabilities chart flyer digital pdf '),
(12368,'kind',0,1,' pdf '),
(12368,'slug',0,1,''),
(12368,'title',0,1,' cc maple grove clinical capabilities chart flyer digital '),
(12370,'alt',0,1,''),
(12370,'extension',0,1,' pdf '),
(12370,'filename',0,1,' cc southpointe clinical capabilities chart flyer digital pdf '),
(12370,'kind',0,1,' pdf '),
(12370,'slug',0,1,''),
(12370,'title',0,1,' cc southpointe clinical capabilities chart flyer digital '),
(12373,'field:10',0,1,' s 2001 goda italianskaia mebel predlagaemaia kompaniei predstavlena na saite kompanii https www legnostyle ru catalog kuhni pagen 1=4 zdes pokupatel mozet vybrat liubuiu mebel ot izvestnyx italianskix proizvoditelei perecen kotoryx predstavlen na saite a takze aksessuary k nei https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=4 my uze 10 let zanimaemsia realizaciei dobrotnoi ekologiceski cistoi i bezopasnoi mebeli v rossii https www legnostyle ru catalog mebel pagen 1=9 kazdyi posetitel nasego saita naidet dlia sebia podxodiashhii variant sootvetstvuiushhii ego vkusovym predpocteniiam i finansovym vozmoznostiam https www legnostyle ru catalog inter eri pagen 1=11 krome togo mebel ot lidiruiushhix proizvoditelei otlicaetsia dopolnitelnoi otdelkoi s primeneniem naturalnogo susalnogo zolota 24k https www legnostyle ru catalog lestnici elitnye lestnica l1 4 html estetiku vnesnego vida v osnovnom zadaiut iziashhnye elementy xarakternye dlia francuzskogo i italianskogo stilia https www legnostyle ru catalog lestnici lestnica l8 1 html gorod xarbin administrativnyi centr severo vostocnoi kitaiskoi provincii xeilunczian stal nastoiashhim ledovym korolevstvom https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaya dver d28 html ved imenno zdes v eti dni proxodit dve oznacennye strany iavliaiutsia liderami sredi proizvoditelei elitnoi mebeli https www legnostyle ru catalog mebel pagen 1=18 lucsee cto sushhestvuet na segodnia libo italianskaia libo francuzskaia mebel https www legnostyle ru catalog dveri iz massiva pagen 1=18 pervoklassnye kuxni vypolnennye v dannom stile otlicaiutsia neobxodimoi funkcionalnostiu prostotoi i bogatstvom konfiguracii zavisiashhix ot planirovki pomeshheniia ili licnyx predpoctenii https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d30 html podxod k proektirovaniiu kuxon podobnogo stilia dopuskaet opredelennuiu svobodu inogda daze socetaia nesocetaemoe cto predpolagaet vozmoznost izgotovleniia mebeli po osobomu zakazu https www legnostyle ru catalog mebel mebel dla domasnei biblioteki b 16 html '),
(12373,'field:18',0,1,' https ccatgreenacres com contact '),
(12373,'field:19',0,1,' info ccatgreenacres com '),
(12373,'field:6',0,1,' davidboync '),
(12373,'field:7',0,1,' tacusol 6816 mail ru '),
(12373,'field:8',0,1,' google '),
(12373,'field:9',0,1,' general inquiry '),
(12373,'title',0,1,' 2026 01 20 20 46 39 '),
(12374,'alt',0,1,''),
(12374,'extension',0,1,' pdf '),
(12374,'filename',0,1,' cc germantown clinical capabilities chart flyer digital pdf '),
(12374,'kind',0,1,' pdf '),
(12374,'slug',0,1,''),
(12374,'title',0,1,' cc germantown clinical capabilities chart flyer digital '),
(12377,'field:10',0,1,' kommunikaciia https shcherbinins ru contacts fursetnye sety ot 1 350 rublei https shcherbinins ru contacts viaceslav 1 maia 2025 https shcherbinins ru menu dlia dannogo meropriiatiia pered nami stoiala zadaca razrabotat skandinavskoe meniu https shcherbinins ru contacts neobxodimo bylo vyderzat tematiku etogo sobytiia predlozit aktualnye bliuda i krasivo vizualno prepodnesti gostiam https shcherbinins ru uslugy fursetnoe meniu na 12 15 person https shcherbinins ru menu mosfurshet catering eto servis po zakazu i dostavki edy dlia provedeniia banketov fursetov korporativov kofe breikov https shcherbinins ru uslugy u nas vy mozete samostoiatelno polnostiu sformirovat i rasscitat stoimost meniu dlia provedeniia svadby dnia rozdeniia iubileia ili vyezdnogo meropriiatiia i piknika na prirode https shcherbinins ru uslugy nasi specialisty vsegda pomogut vam pravilno podgotovit meniu dlia meropriiatiia liubogo masstaba i urovnia sloznosti https shcherbinins ru contacts raznoobraznoe i appetitnoe meniu nasei kuxni pozvolit prevratit liuboe meropriiatie v nezabyvaemoe prazdnicnoe torzestvo '),
(12377,'field:18',0,1,' http ccgreenknoll com contact '),
(12377,'field:19',0,1,' info ccgreenknoll com '),
(12377,'field:6',0,1,' michaelcox '),
(12377,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12377,'field:8',0,1,' google '),
(12377,'field:9',0,1,' general inquiry '),
(12377,'title',0,1,' 2026 01 20 20 47 06 '),
(12379,'field:10',0,1,' nynesnii cempionat evropy iavliaetsia vtorym podriad v kotorom prinimaet ucastie 24 komandy a ne 16 https www ndt club com product 534 ysd 60 yltrazvykovoi defektoskop htm sootvetstvenno i v plei off vyxodiat srazu 16 komand https www ndt club com produkcija 76 portativnie akystiko emissionnie sistemi htm https www ndt club com product 431 pion 2m impylsnii rentgenovskii apparat htm https www ndt club com product 499 bylat 3 mnogofynkcionalnii yltrazvykovoi tolshinomer s a i v skanami htm rabotaet po cernym metallamrabocaia temperatura 40 s do 50 smaks https www ndt club com product 477 indykcionnii nagrevatel easytherm 3 5 pivoting htm izmerenie 2000 mikronsag izmerenii 20 mikronpodsvetka ekrana netdop https www ndt club com product 728 t4 izmeritelnii stend dlya yltrazvykovogo tverdomera tkm 459 htm funkcii netproizvodstvo polsagarantiia 1 god rabotaet po cernym i cvetnym metallamrabocaia temperatura 0 s do 50 smaks https www ndt club com product 708 rft magnetic belt magnitnii krepejnii remen htm izmerenie 1250 mikronsag izmerenii 1 mikronpodsvetka ekrana netdop https www ndt club com product 337 izmeritel prochnosti betona beton pro condtrol htm funkcii povorotnyi ekranproizvodstvo kitaigarantiia 1 god pri zakaze cifrovyx portativnyx uz tolshhinomerov trub wt 100a vt100a rekomenduem byt vnimatelnymi pri oformlenii zakaza v t https www ndt club com product 981 avm yf 350kr yltrafioletovii fonar htm c https www ndt club com product 951 chehol t01 htm ucityvat vozmoznye varianty zapisi oboznaceniia i vstrecaiushhiesia osibki pri zakaze https www ndt club com produkcija 240 rentgenflyorescentnie analizatori htm naprimer nam dovodilos stalkivatsia s takimi osibkami v zaiavkax cena na wt100a ukazana bez nds=20% bez uceta akcii skidok i specpredlozenii konkretnye usloviia i ceny kak zakazat kupit tolshhinomer wt100a a takze nalicie na sklade ili srok izgotovleniia proizvodstva utocniaite u menedzerov otdela prodaz po elektronnoi pocte i telefonu ukazannym v razdele saita https www ndt club com produkcija htm '),
(12379,'field:18',0,1,' https completecareoakridge com contact '),
(12379,'field:19',0,1,' info completecareoakridge com '),
(12379,'field:6',0,1,' stevenphern '),
(12379,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(12379,'field:8',0,1,' google '),
(12379,'field:9',0,1,' general inquiry '),
(12379,'title',0,1,' 2026 01 20 20 47 10 '),
(12380,'alt',0,1,''),
(12380,'extension',0,1,' pdf '),
(12380,'filename',0,1,' cc bayshore clinical capabilities chart flyer digital pdf '),
(12380,'kind',0,1,' pdf '),
(12380,'slug',0,1,''),
(12380,'title',0,1,' cc bayshore clinical capabilities chart flyer digital '),
(12382,'field:10',0,1,' hi ed dom https vakbarat index hu x php id=inxtc url=em dom ru https www unifrance org newsletter click 6763261 url=http em dom ru https nabat tomsk ru go url=https em dom ru https sitereport netcraft com url=https em dom ru https wiki evilmadscientist com index php title= em dom ru action=edit printable=yes https captcha 2gis ru form return url=https em dom ru https mana310 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https reporting sainsburysmagazine co uk cgi bin rr nobook 151187nosent 64962nosrep 93621 https em dom ru https sda foodandtravel com live www delivery ck php ct=1 oaparams=2 bannerid=14 zoneid=14 source= obfs cb=18dd655015 oadest=http em dom ru https eric ed gov redir=https em dom ru https davadava hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https gogvo com redir php k=d58063e997dbb039183c56fe39ebe099 url=https em dom ru https up band us snippet view url=em dom ru https www survivalmonkey com proxy php link=https em dom ru https beeyann hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https adsfac net search asp url=http em dom ru https passport us bignox com sso logout service=https em dom ru https aoisakana5 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https freewebsitetemplates com proxy php link=https em dom ru https www wellness com version full returnurl=http em dom ru http s03 megalodon jp url=http em dom ru https wiki securepoint de index php title= em dom ru action=edit printable=yes https ipmba org url=http em dom ru https popjulia onelink me covz pid=pc bottom c=home af dp=com chicv popjulia af web dp=http em dom ru is retargeting=true http inginformatica uniroma2 it url=em dom ru https drugs ie url=https em dom ru https www pearlevision com m20scheduleexamview catalogid=15951 clearexams=1 langid= 1 returnurl=http em dom ru storeid=12002 storenumber=21129027 https a pr cy ru em dom ru https forum reizastudios com proxy php link=http em dom ru https soundingames dei uc pt api php action=https em dom ru https pro obesityhelp com tracked r=em dom ru id=profile website 10001 http adms hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=6685 zoneid=2040 cb=dfaf38fc52 oadest=http em dom ru https tokyo new akiba com ra www delivery ck php ct=1 oaparams=2 bannerid=3 zoneid=3 cb=154a423fea oadest=https em dom ru https suecia kb se goto http em dom ru https www adminer org redirect url=https em dom ru lang=en https show jspargo com attendeeacquisitiontool src tracking10click asp caller=attacqwidget widgetid=61 redirecturl=http em dom ru https stats sobyanin ru metrics r muid=15196b01 6d0b 4689 b2fc 241a3e6ae908 category=04a6660a c3fe 4fc3 84a6 60afd7dc9422 url=https em dom ru https newsletter usi ch email n h=2obmeqv6fsqh5zdq0zugsbzmymrmfiyl l= em dom ru https cpen com url=https em dom ru https priuschat com proxy php link=https em dom ru http cr naver com redirect notification u=https em dom ru https www skisprungschanzen com link php id=2 url=http em dom ru http innerside dothome co kr bbs skin link hit plus php sitelink=http em dom ru id=link page=1 sn1= divpage=1 category=2 sn=off ss=on sc=on select arrange=headnum desc=asc no=4 https masaru323 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https hudsonltd com url=em dom ru https studenthelpr com redirect redirectto=http em dom ru http maheev perm ru bitrix rk php goto=http em dom ru https dot wp pl redirn sn=facebook o2 t=1628334247 url=https em dom ru https accounts ac illust com signup lang=vi serviceurl=https em dom ru https the take com url=https em dom ru http kanten papa kir jp ranklink rl out cgi id=7200 url=http em dom ru https dailyhoroscopeplus onelink me klrr pid=app share c=test af web dp=http em dom ru https decidim calafell cat link external url=http em dom ru https forums techarp com proxy php link=http em dom ru https www sunnymake com alexa domain=http em dom ru https kanose hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https board en drakensang com proxy php link=http em dom ru https link sekiya hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https english republiquelibre org index php title= em dom ru action=edit printable=yes https wiki zcubes com index php title= em dom ru action=edit printable=yes https forums overclockers com au proxy php link=http em dom ru https hermis alberta ca paa details aspx st=randall returnurl=http em dom ru dv=true deptid=1 objectid=pr2006 https www vanderbiltcupraces com url=http em dom ru https envios uces edu ar control click mod php email= email id envio=1557 url=https em dom ru https mail2 mclink it sredirect em dom ru https tinhte vn proxy php link=http em dom ru https secure nationalimmigrationproject org np clients nationalimmigration tellfriend jsp subject=attending 2020 annual pre aila crimes and immigration virtual cle url=http em dom ru https forum mobile networks ru go php http em dom ru https app nexoos com br mkt borrower registration wizard partner redirection link=https em dom ru partner=geru https ad inter edu com ox www delivery ck php ct=1 oaparams=2 bannerid=43467 zoneid=286 oxlca=1 cb=04acee1091 oadest=https em dom ru http help speciesfile org api php action=http em dom ru https www math auckland ac nz wiki index php search=https em dom ru title=special search go=go http bodyblow s9 xrea com x cutlinks rank php url=http em dom ru https daemon indapass hu http session request redirect to=https em dom ru partner id=bloghu https littlenugget onelink me 1071849834 pid=sponsorship c=bcbvip af dp=littlenugget af web dp=http em dom ru https kolflow univ nantes fr mediawiki api php action=https em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https forum corvusbelli com proxy php link=https em dom ru https phleguratone music games hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https hchocolatier hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https gun deals external link url=http em dom ru https syaoruu hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www hawaiitourismauthority org speedbump targeturl=https em dom ru https sp jp wazap com info jump wz url=https em dom ru https w1 weblahko sk index php menu1r=2 stiznost=true surl=em dom ru sreferer= https www kh vids net proxy php link=http em dom ru https sc state library mobilize io links lid=gfqh03emv3hvxs0d5o3hjw token=xbcqslrbmwzhh21rh4uwww url=http em dom ru https osallistu ouka fi link external url=https em dom ru https forum doctissimo fr inscription 1 html referer url=https em dom ru https www decidim barcelona link external url=https em dom ru http www ub uni heidelberg de cgi bin edok dok=https em dom ru https asoechat wap sh redirect url=em dom ru https m shopinportland com redirect aspx url=em dom ru https wetpussygames com porn out php id=em dom ru https plantationfl adventistchurch org forwarder part1 url=https em dom ru https memo8 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https participez nanterre fr link external url=https em dom ru https lospoblanos com url=http em dom ru https forum winhost com proxy php link=http em dom ru https www studyladder com games activity word match s a t p i n 35665 backurl=http em dom ru http ijpc uscannenberg org url=http em dom ru https islam de ms r=https em dom ru https secure radio online com cgi bin rol exe ssiteid em dom ru https sp baystars co jp community club baystars shop map php catg=bene id=g 005 linkurl=http em dom ru https sat issprops com url=em dom ru http 2015 adfest by banner redirect php url=http em dom ru https idoooll hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www thetfp com proxy php link=http em dom ru https doba te ua gateway goto=https em dom ru https ai blackfacts com redirect factsource 13d1ce12 1229 404b bf31 8bdda75b7d55 03290b70 9a99 489b a7fa 318ae1b60a6e https em dom ru https www hcsparta cz media show asp type=1 id=246 url back=http em dom ru https sso qiota com api v1 logout redirect uri=https em dom ru https partner beautysuccess fr servlet effi redir id compteur=22392471 url=http em dom ru https pram elmercurio com logout aspx applicationname=emol ssotargeturl=https em dom ru l=yes https daccha hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https galacy mountain hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https adx dcfever com ads www delivery ck php ct=1 oaparams=2 bannerid=1138 zoneid=2 cb=a4d7c48ece oadest=http em dom ru https odorun hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https empyriononline com proxy php link=https em dom ru https cities bythenumbers sco ca gov embed barchart branch type=revenue current entity=org1 year=2020 child entity=org2 org1=yuba city sort field=total sort=desc is leaf=false human name=city sourceurl=https em dom ru type=content https www oxfordpublish org url=em dom ru https vortez net revive2 www delivery ck php ct=1 oaparams=2 bannerid=96 zoneid=7 cb=7b05f93fa3 oadest=http em dom ru http old urc ac ru cgi click cgi url=http em dom ru https fcviktoria cz media show asp id=2924 id clanek=2467 media=0 type=1 url=https em dom ru http fdp timacad ru bitrix redirect php event1 event2 event3 goto=http em dom ru https vyper io conversions cookieconversionpage entry id=9248247 url=http em dom ru https pl grepolis com start redirect url=http em dom ru https www sexpin net source em dom ru https content hh ru api v1 click contentid=538 placeid=2 employerid=581458 domainareaid=1353 host=https em dom ru https cas rec unicen edu ar cas login gateway=true service=https em dom ru https msmgo onelink me 4240393215 pid=web traffic c=energy montior af channel=website footer af dp=msmmoremoney app moneysupermarket go af web dp=http em dom ru https www freeseotoolbox net domain em dom ru update https whois gandi net en results search=em dom ru https jump 5ch net em dom ru https jenskiymir com proxy php url=http em dom ru 34zxvq8 https bnb easytravel com tw click aspx no=3835 class=1 item=1001 area=6 url=http em dom ru https maximal life hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https optimize viglink com page pmv url=https em dom ru https www stationwagonforums com forums proxy php link=https em dom ru https us member uschoolnet com register step1 php from=em dom ru https w1 websnadno cz index php menu1r=2 stiznost=true surl=em dom ru sreferer= https rezkyrizani xtgem com fb text lingkaran site=em dom ru lt https paulgravett com url=em dom ru https sekainoriron hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https tb getinvisiblehand com adredirect php url=https em dom ru https vote socialpsychology org index htm host2=em dom ru http h1s goodgame ru del ck php ct=1 oaparams=2 bid=190 zid=26 cb=bc85c561c6 oadest=http em dom ru https vdigger com downloader downloader php utm nooverride=1 site=em dom ru https gochiemon hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www db lv ext http em dom ru https beta novell com common util get language url php language=en us url=http em dom ru https ads agorafinancial com www delivery ck php ct=1 oaparams=2 bannerid=529 zoneid=4 cb=e74ef55876 oadest=http em dom ru https t10 org cgi bin s t10r cgi first=1 prevurl=https em dom ru https digiex net proxy php link=https em dom ru https bbs sp findfriends jp pid=go link url=http em dom ru https www shareaholic com logout origin=http em dom ru https almanach pte hu oktato 273 from=http em dom ru https kirov portal ru away php url=https em dom ru https smart link 5bb788a3d5b83 site id=web nbcs philly creative id=nbcsphi1356 cp 4=em dom ru http www bovec net redirect php link=em dom ru un=reedw cf from=bovecnet https fffw2 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https adms3 hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=527 zoneid=667 cb=72cbf61f88 oadest=http em dom ru https www emuparadise me logout php next=https em dom ru https wiki code4lib org index php title= em dom ru action=history printable=yes https www fahrradmonteur de index php title= em dom ru action=edit printable=yes https m shopinlosangeles net redirect aspx url=https em dom ru https nick hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https rs rikkyo ac jp rs error applicationerror aspx topurl=https em dom ru https ofsilvers hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https dados ibict br pt pt api 1 util snippet api info html resource id=2ace6719 6b73 4285 b349 49dbbaa7de53 datastore root url=http em dom ru https toneto net redirect url=http em dom ru https track pubmatic com adserver addisplaytrackerservlet clickdata=jnb1yklkpte3ndewjnnpdgvjzd0xnzqxmszhzelkpteymtgyjmthzhnpemvpzd03jmnhbxbhawduswq9nji0mizjcmvhdgl2zulkptamywrtzxj2zxjjzd0yndm= url=https em dom ru https www rovaniemi fi includes loginproviders activedirectory adlogin aspx returnurl=https em dom ru https forums officialpsds com proxy php link=https em dom ru https semanticweb cs vu nl linkedatm browse list resource r=http em dom ru https amk team ru go url=https em dom ru https community restaurant org links url=https em dom ru http woostercollective com url=em dom ru https forums fugly com proxy php link=http em dom ru https www etcconnect com logout aspx bc returnurl=https em dom ru https www hogodoc com url=em dom ru https www bing com news apiclick aspx ref=fexrss aid= tid=60610d15439b4103a0bf4e1051edcf8b url=https em dom ru c=12807976268214810202 mkt=en us https owner netkeiba com horse id=2020100124 pid=horse shokin return url=https em dom ru https translate itsc cuhk edu hk gb em dom ru weilun b5 valk valk profile html https es catholic net ligas ligasframe phtml liga=https em dom ru https firsttee my site com tft login website=em dom ru https domain opendns com em dom ru https dreamerdream hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www oddworld com shop shop php store=em dom ru https www chara ani com member rule aspx src=https em dom ru http esvc000236 wic027u server web com include reurl3 php adtype=hits table=1 gunid=30 url=em dom ru https framinghamlibrary org url=em dom ru https cm eu wargaming net frame service=frm project=moo realm=eu language=en login url=http em dom ru http www webclap com php jump php sa=t url=http em dom ru https wiki bzflag org index php title= em dom ru action=edit printable=yes https if himazin2 hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https s panda hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https prlog ru analysis em dom ru https fetchyournews com revive www delivery ck php oaparams=2 bannerid=458 zoneid=43 cb=1931d27daa oadest=http em dom ru https forums2 battleon com f interceptor asp dest=em dom ru https www cleanlink com adviewer asp adi= hs graphics 19 10 019 hs 1019 p=hs1019 019 matsinc e=website at cleanlink dot com u=https em dom ru https www kidsemail org parent login php msg=a '),
(12382,'field:18',0,1,' https ccregent com contact '),
(12382,'field:19',0,1,' info ccregent com '),
(12382,'field:6',0,1,' jesuscof '),
(12382,'field:7',0,1,' ch e m a xk i r i l l gmail com '),
(12382,'field:8',0,1,' google '),
(12382,'field:9',0,1,' general inquiry '),
(12382,'title',0,1,' 2026 01 20 20 48 45 '),
(12386,'alt',0,1,''),
(12386,'extension',0,1,' pdf '),
(12386,'filename',0,1,' cc cedar grove clinical capabilities chart flyer digital pdf '),
(12386,'kind',0,1,' pdf '),
(12386,'slug',0,1,''),
(12386,'title',0,1,' cc cedar grove clinical capabilities chart flyer digital '),
(12389,'alt',0,1,''),
(12389,'extension',0,1,' pdf '),
(12389,'filename',0,1,' cc clark clinical capabilities chart flyer digital pdf '),
(12389,'kind',0,1,' pdf '),
(12389,'slug',0,1,''),
(12389,'title',0,1,' cc clark clinical capabilities chart flyer digital '),
(12391,'alt',0,1,''),
(12391,'extension',0,1,' pdf '),
(12391,'filename',0,1,' cc green knoll clinical capabilities chart flyer digital pdf '),
(12391,'kind',0,1,' pdf '),
(12391,'slug',0,1,''),
(12391,'title',0,1,' cc green knoll clinical capabilities chart flyer digital '),
(12395,'alt',0,1,''),
(12395,'extension',0,1,' pdf '),
(12395,'filename',0,1,' cc madison clinical capabilities chart flyer digital pdf '),
(12395,'kind',0,1,' pdf '),
(12395,'slug',0,1,''),
(12395,'title',0,1,' cc madison clinical capabilities chart flyer digital '),
(12397,'field:10',0,1,' szia meg akartam tudni az arat '),
(12397,'field:18',0,1,' http mycompletecare com contact '),
(12397,'field:19',0,1,' cfleming completecaremgmt com '),
(12397,'field:6',0,1,' georgecak '),
(12397,'field:7',0,1,' zekisuquc419 gmail com '),
(12397,'field:8',0,1,' google '),
(12397,'field:9',0,1,' general inquiry '),
(12397,'title',0,1,' 2026 01 20 20 50 26 '),
(12398,'alt',0,1,''),
(12398,'extension',0,1,' pdf '),
(12398,'filename',0,1,' cc mercerville clinical capabilities chart flyer digital pdf '),
(12398,'kind',0,1,' pdf '),
(12398,'slug',0,1,''),
(12398,'title',0,1,' cc mercerville clinical capabilities chart flyer digital '),
(12403,'alt',0,1,''),
(12403,'extension',0,1,' pdf '),
(12403,'filename',0,1,' cc orange park clinical capabilities chart flyer digital pdf '),
(12403,'kind',0,1,' pdf '),
(12403,'slug',0,1,''),
(12403,'title',0,1,' cc orange park clinical capabilities chart flyer digital '),
(12405,'alt',0,1,''),
(12405,'extension',0,1,' pdf '),
(12405,'filename',0,1,' cc park place clinical capabilities chart flyer digital pdf '),
(12405,'kind',0,1,' pdf '),
(12405,'slug',0,1,''),
(12405,'title',0,1,' cc park place clinical capabilities chart flyer digital '),
(12408,'alt',0,1,''),
(12408,'extension',0,1,' pdf '),
(12408,'filename',0,1,' cc plainfield clinical capabilities chart flyer digital pdf '),
(12408,'kind',0,1,' pdf '),
(12408,'slug',0,1,''),
(12408,'title',0,1,' cc plainfield clinical capabilities chart flyer digital '),
(12411,'field:10',0,1,' pri vybore sredstv dekora delovogo pomeshheniia dizainery casto otdaiut predpoctenie mebeli iz dorogogo dereva proizrastaiushhego v rossii https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d18 html ona desevle cem produkciia iz redkix porod no smotriatsia predmety interera tak ze otlicno https www legnostyle ru catalog inter eri peregorodki pagen 1=3 vsia sovremennaia mebel propityvaetsia osobymi sredstvami kotorye predotvrashhaiut gnienie i napadenie vreditelei https www legnostyle ru mebel iz krasnogo dereva html elitnaia kuxnia eto neprevzoidennoe socetanie maksimalnogo udobstva funkcionalnosti i izyskannogo dizaina https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a17 html prebyvanie na takoi kuxne splosnoe udovolstvie ved daze prigotovlenie pishhi iz obiazannosti prevrashhaetsia v priiatnoe vremiapreprovozdenie https www legnostyle ru catalog mebel elitnaya detskaya mebel d1 7 html uiut i komfort elitnyx kuxon ot kompanii sozdaetsia kazdoi detaliu individualnyi podxod k kazdomu klientu pozvoliaet udovletvorit liubye trebovaniia i pozelaniia https www legnostyle ru catalog mejkomnatnie dveri model i27 html restavraciia vypolniaetsia opytnymi masterami na professionalnom urovne https www legnostyle ru catalog inter eri stenovie paneli s15 html pozvonite po nasemu telefonu priamo seicas ctoby priglasit specialista na dom ili v ofis my vernem vasi izdeliia k zizni bystro akkuratno i kacestvenno evropeiskaia mebel vsegda polzovalas populiarnostiu za predelami tex stran v kotoryx ona proizvodilas osobenno esli rec sla ob izdeliiax iskusnyx italianskix masterov https www legnostyle ru catalog lestnici elitnye lestnica l1 15 html segodnia nicego ne izmenilos mebel iz evropy pozvoliat sdelat interer stilnym i statusnym https www legnostyle ru catalog mebel d1 2 html a dlia togo ctoby polucit nastoiashhii ekskliuziv stoit zaglianut na sait zdes v kataloge predstavleny elitnye predmety interera kotorye napravliaiutsia neposredstvenno s fabrik italii i drugix stran https www legnostyle ru catalog inter eri potolok model pt 4 html elitnaia nemeckaia i italianskaia mebel v barnaule https www legnostyle ru catalog mebel mebel dla domasnei biblioteki b 7 html kuxni spalni prixozie i garderobnye vsia mebel splanirovana takim obrazom ctoby legko realizovat tvorceskie zadumki v interere doma s ucetom osobennostei zilia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model p6 html originalnyi dizainerskii proekt https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=6 u modelei vsegda prisutstvuet novaia ideia https www legnostyle ru catalog mejkomnatnie dveri peregorodka a12 html dizainerskaia mebel vsegda razrabatyvaetsia s ucetom dizain proekta vsego interera v celom eto obespecivaet edinstvo stilia i garmoniiu https www legnostyle ru catalog lestnici elitnye lestnica l1 11 html '),
(12411,'field:18',0,1,' https ccwestfield com contact '),
(12411,'field:19',0,1,' info ccwestfield com '),
(12411,'field:6',0,1,' davidgep '),
(12411,'field:7',0,1,' tacusol 6816 mail ru '),
(12411,'field:8',0,1,' google '),
(12411,'field:9',0,1,' general inquiry '),
(12411,'title',0,1,' 2026 01 20 20 51 52 '),
(12412,'field:10',0,1,' pri razrabotke elitnyx modelei mebelnyx garniturov dlia spalni dizainery kompanii ucityvaiut osobennosti planirovki pomeshheniia a takze predpocteniia klientov v vybore dizaina materiala i furnitury https www legnostyle ru catalog mejkomnatnie dveri ottimo mejkomnatnaa dver o16 html mnogie putesestvenniki uze znaiut o tom cto v kitae dovolno opasnoe doroznoe dvizenie https www legnostyle ru catalog mejkomnatnie dveri perfetto model p6 html bolsinstvo iz turistov po etoi pricine predpocitaiut peredvigatsia po territorii podnebesnoi na kacestvo https www legnostyle ru catalog mejkomnatnie dveri impressio dver i30 html priobretenie modelei mebeli etoi kategorii scitaetsia udacnym vlozeniem sredstv tak kak so vremenem ee cena ne tolko ne snizaetsia no zacastuiu daze rastet https www legnostyle ru catalog mebel shkafy sekcii gorki scg 4 html izdeliia ne teriaiut formu ne snizaiut procnost ix cveta prodolzaiut ostavatsia takimi ze socnymi https www legnostyle ru catalog mebel derevyannye stoly md 7 html dlia izgotovleniia v bolsinstve slucaev ispolzuiutsia naturalnye i osobo cennye materialy https www legnostyle ru razdviznoj stol html tradicionno dorogie elitnye kuxni vypolniaiutsia v klassiceskom stile no eto daleko ne edinstvennyi variant ceniteli roskosnogo i stilnogo minimalizma ili sloznyx individualnyx avtorskix proektov takze ostanutsia dovolny rezultatom https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub pagen 1=2 opyt specialistov kompanii i vase videnie budushhego interera pozvoliat vmeste sozdat nastoiashhee proizvedenie iskusstva https www legnostyle ru uglovoi stol html u elitnoi mebeli takze kak i u liuboi drugoi est svoi iskliucitelnye certy i xarakteristiki https www legnostyle ru catalog mebel shkafy sekcii gorki pagen 1=5 vybiraia elitnuiu mebel sleduet orientirovatsia i na cenu i na proizvoditelia https www legnostyle ru catalog inter eri potolki potolok model pt 24 html v italii naprimer nemalo semeinyx predpriiatii vypuskaiushhix roskosnuiu vysokokacestvennuiu mebel i eto iavliaetsia vsem izvestnym faktom https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o9 html kak i to cto nastoiashhaia elitnaia mebel udovolstvie ne iz desevyx https www legnostyle ru catalog dveri pagen 1=16 i tem ne menee vse bolse liudei v tom cisle i so srednim dostatkom predpocitaiut priobretat mebel klassa spravedlivo rasscityvaia na to cto takaia mebel pokupaetsia na desiatiletiia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e25 html s xorosei vydelkoi tolko takoi vid kozi ispolzuetsia italianskimi masterami dlia otdelki tverdoi mebeli https www legnostyle ru catalog mejkomnatnie dveri model o3 html voshhenaia patinirovannaia i dopolnitelno pokryta vodoottalkivaiushhimi sredstvami ona vygliadit sikarno https www legnostyle ru catalog lestnici lestnica l8 22 html '),
(12412,'field:18',0,1,' https ccwestfield com contact '),
(12412,'field:19',0,1,' info ccwestfield com '),
(12412,'field:6',0,1,' davidgep '),
(12412,'field:7',0,1,' tacusol 6816 mail ru '),
(12412,'field:8',0,1,' google '),
(12412,'field:9',0,1,' general inquiry '),
(12412,'title',0,1,' 2026 01 20 20 51 52 '),
(12413,'alt',0,1,''),
(12413,'extension',0,1,' pdf '),
(12413,'filename',0,1,' cc st vincents clinical capabilities chart flyer digital pdf '),
(12413,'kind',0,1,' pdf '),
(12413,'slug',0,1,''),
(12413,'title',0,1,' cc st vincents clinical capabilities chart flyer digital '),
(12418,'alt',0,1,''),
(12418,'extension',0,1,' pdf '),
(12418,'filename',0,1,' cc summit ridge clinical capabilities chart flyer digital pdf '),
(12418,'kind',0,1,' pdf '),
(12418,'slug',0,1,''),
(12418,'title',0,1,' cc summit ridge clinical capabilities chart flyer digital '),
(12420,'field:10',0,1,' zavody metallokonstrukcii celiabinskaia oblast celiabinsk 31 https mobelmetall ru blog 03 https mobelmetall ru questions 2022 https mobelmetall ru lazernaya rezka dubna osnovnaia produkciia stroitelnye metallokonstrukcii https mobelmetall ru ligametalla https mobelmetall ru ourproduction proizvodstvo i realizaciia konstrukcii iz metalla i betona zbi https mobelmetall ru policy dostavka po iugu rossii dnr lnr https mobelmetall ru contacts spravocnik metallurgiia https mobelmetall ru questions metallopostavki https mobelmetall ru poroshkovaya pokraska dubna rossiia i strany sng elektronnaia ezednevno obnovliaemaia versiia ao ogrn 1026000903598 osnovano 16 https mobelmetall ru poroshkovaya pokraska dubna 10 https mobelmetall ru policy 1998 https mobelmetall ru poroshkovaya pokraska dubna '),
(12420,'field:18',0,1,' https ccwestcaldwell com contact '),
(12420,'field:19',0,1,' info ccwestcaldwell com '),
(12420,'field:6',0,1,' shermanvow '),
(12420,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12420,'field:8',0,1,' google '),
(12420,'field:9',0,1,' general inquiry '),
(12420,'title',0,1,' 2026 01 20 20 52 39 '),
(12421,'alt',0,1,''),
(12421,'extension',0,1,' pdf '),
(12421,'filename',0,1,' cc westfield clinical capabilities chart flyer digital pdf '),
(12421,'kind',0,1,' pdf '),
(12421,'slug',0,1,''),
(12421,'title',0,1,' cc westfield clinical capabilities chart flyer digital '),
(12425,'alt',0,1,''),
(12425,'extension',0,1,' pdf '),
(12425,'filename',0,1,' cc west caldwell clinical capabilities chart flyer digital pdf '),
(12425,'kind',0,1,' pdf '),
(12425,'slug',0,1,''),
(12425,'title',0,1,' cc west caldwell clinical capabilities chart flyer digital '),
(12428,'alt',0,1,''),
(12428,'extension',0,1,' pdf '),
(12428,'filename',0,1,' cc woodlands clinical capabilities chart flyer digital pdf '),
(12428,'kind',0,1,' pdf '),
(12428,'slug',0,1,''),
(12428,'title',0,1,' cc woodlands clinical capabilities chart flyer digital '),
(12431,'alt',0,1,''),
(12431,'extension',0,1,' pdf '),
(12431,'filename',0,1,' roosevelt edison clinical capabilities chart flyer digital pdf '),
(12431,'kind',0,1,' pdf '),
(12431,'slug',0,1,''),
(12431,'title',0,1,' roosevelt edison clinical capabilities chart flyer digital '),
(12432,'field:10',0,1,' optimalnye sroki vnutrennei dostavki liubyx gruzov po territorii rf a takze gruzoperevozki v kazaxstan i belarus dostavka gruzov liubogo obieema i vesa v liubuiu tocku rossii ot nebolsix partii v sostave sbornogo gruza do masstabnyx perevozok avtopoezdami transportirovka opasnyx negabaritnyx gruzov s ispolzovaniem specializirovannyx edinic transporta obsirnyi sobstvennyi avtopark ot nebolsix manevrennyx avto do solidnyx avtopoezdov s obieemom kuzova 120 metrov i vozmoznost privleceniia transporta storonnix organizacii rabota po sisteme door to door my zaberem i dostavim partiiu liubogo obieema k dveriam sklada ofisa ili doma konsolidaciia gruzov v polnostiu oborudovannyx terminalax v moskve i sankt peterburge set predstavitelstv vo mnogix gorodax rf obrabotka gruzov upakovka markirovka dopolnitelnye uslugi po straxovaniiu ekspedirovaniiu gruzov a takze uslugi gruzcikov i individualnaia dostavka https keycargo ru partneram mozno li otdat kureru srazu neskolko zakazov perevozka 4 i ili 5 i siny v podarok oplata perevozki gruza onlain https keycargo ru tarify nazmite knopku otmenit zakaz v forme zakaza https keycargo ru sklad esli kurer k etomu momentu eshhe ne doexal do vas platit nicego ne nuzno https keycargo ru tarify esli kurer uze na meste to otmena budet platnoi https keycargo ru tarify sait uslug gruzoperevozok moi gruz dostupen na russkom angliiskom nemeckom i polskom iazykax https keycargo ru tarify tem samym sbor samoi aktualnoi informacii v oblasti perevozki gruzov avtomobilnym transportom dostupen ne tolko v rossii no i po vsemu miru https keycargo ru kontakty k primeru pri dobavlenii informacii o gruze na russkom iazyke moi gruz avtomaticeski perevedet ee i pokazet perevozciku iz germanii na nemeckom a logistu iz varsavy na polskom iazyke https keycargo ru tarify v bolsinstve svoem informaciia o gruzoperevozkax na mezdunarodnom angliiskom iazyke sposobna soedinit gruzovladelcev i vladelcev transporta v liuboi tocke mira https keycargo ru o kompanii '),
(12432,'field:18',0,1,' https ccsevernapark com contact '),
(12432,'field:19',0,1,' info ccsevernapark com '),
(12432,'field:6',0,1,' brianbup '),
(12432,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(12432,'field:8',0,1,' google '),
(12432,'field:9',0,1,' general inquiry '),
(12432,'title',0,1,' 2026 01 20 20 54 04 '),
(12436,'field:10',0,1,' mebelnaia furnitura v moskve optom ot krupnogo i izvestnogo proizvoditelia mebelnoi furnitury eto zalog uspesnogo mebelnogo biznesa i garantiia stabilnosti postavok i cen https kupefurnitur ru kupit mebelnuiu furnituru optom stalo eshhe proshhe my vozmem na sebia vse voprosy sviazannye s dostavkoi vse cto vam potrebuetsia eto vnesti predoplatu i zdat gruz na ukazannym adrese https kupefurnitur ru primenenie sovremennogo kleia garantiruet vysokuiu procnost soedineniia https kupefurnitur ru contact vy mozete naiti podrobnuiu informaciiu o kazdom tovare uznat oblast i sposob primeneniia kleia v kataloge produkcii rosaks https kupefurnitur ru onas pri neobxodimosti menedzery gotovy otvetit na interesuiushhie vas voprosy po telefonam kompanii https kupefurnitur ru contact 6 https kupefurnitur ru contact 4 https kupefurnitur ru onas subieekt personalnyx dannyx imeet pravo na otzyv soglasiia na obrabotku svoix personalnyx dannyx odnako obshhestvo vprave prodolzit obrabotku personalnyx dannyx bez soglasiia subieekta personalnyx dannyx pri nalicii zakonnyx osnovanii https kupefurnitur ru price predusmotreny dlia podviznogo zakrepleniia https kupefurnitur ru catalog kupit mebelnuiu furnituru predpocitaiut dlia stvorok i dverei https kupefurnitur ru price mebelnye izdeliia otlicaiutsia nebolsimi gabaritami v tom cisle eto petli skrytogo tipa prednaznacennye dlia stekla massiva mdf i dsp https kupefurnitur ru catalog tip materiala vazen poskolku vliiaet na fiksaciiu https kupefurnitur ru price dostavka v predelax mkad dlia optovyx zakazov svyse 40000 rublei besplatnaia pri dostavke za mkad do 5 km minimalnaia summa zakaza dlia besplatnoi dostavki dolzna byt 50000 rublei https kupefurnitur ru '),
(12436,'field:18',0,1,' https ccatgreenacres com contact '),
(12436,'field:19',0,1,' info ccatgreenacres com '),
(12436,'field:6',0,1,' ronaldacada '),
(12436,'field:7',0,1,' konstantinrovini mail ru '),
(12436,'field:8',0,1,' google '),
(12436,'field:9',0,1,' general inquiry '),
(12436,'title',0,1,' 2026 01 20 20 54 16 '),
(12437,'alt',0,1,''),
(12437,'extension',0,1,' pdf '),
(12437,'filename',0,1,' roosevelt old bridge clinical capabilities chart flyer digital pdf '),
(12437,'kind',0,1,' pdf '),
(12437,'slug',0,1,''),
(12437,'title',0,1,' roosevelt old bridge clinical capabilities chart flyer digital '),
(12440,'field:10',0,1,' rossiiskie importery selskoxoziaistvennoi produkcii aktivno zakupaiut ovoshhi i frukty v kitae https www legnostyle ru catalog lestnici elitnye lestnica l4 5 html ozidaetsia cto obieem sdelok v blizaisee vremia dostignet 7 25 mln dollarov https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d21 html samye citaemye zapisi v deistvitelnosti pereprodaza tovarov iz kitaia vygodnoe delo esli znat pravilnyx prodavcov i osobennosti kitaiskogo rynka https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i30 html vybor tovarov i proizvoditelei v fabrika izvestnaia iskliucitelno novatorskim podxodom v italianskom dizaine https www legnostyle ru catalog inter eri peregorodki a 13 html predlagaet ogromnoe kolicestvo resenii https www legnostyle ru catalog mejkomnatnie dveri pagen 1=17 predpocitaet ispolzovat tolko samye vysokotexnologicnye i naturalnye materialy https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d27 html produkciia otlicaetsia neizmennym kacestvom i peredovym sovremennym dizainom https www legnostyle ru catalog lestnici lestnica l1 4 html ekskliuzivnaia nemeckaia mebel v moskve po dostupnym cenam eto stilnaia i komfortnaia mebel germaniia https www legnostyle ru catalog lestnici elitnye lestnica l8 13 html my predlagaem i i to est polnyi interer vasego doma s garantirovannym socetaniem naturalnyx materialov i v idealnoi cvetovoi garmonii pri komplektacii na raznyx fabrikax https www legnostyle ru catalog mejkomnatnie dveri pagen 1=13 vriad li mozno nedoocenit znacenie mebeli v interere liubogo zilia https www legnostyle ru catalog mebel garderobnaa model scg 13 html imenno mebel delaet ego uiutnym i individualnym https www legnostyle ru catalog inter eri potolki pagen 1=4 odnako segodnia kacestvennaia mebel stala bolsim deficitom https www legnostyle ru catalog mejkomnatnie dveri razdvijnaa dver rd 11 html kazdyi zakaz dlia nasego proizvodstva osobennyi a kazdyi proekt unikalnyi https www legnostyle ru derevyannaya arka html dizainerskaia mebel iz naturalnogo dereva na zakaz podcerknet izyskannost individualnost i nepovtorimost interera https www legnostyle ru catalog kuhni kuhna 30 html individualnyi podxod nasix dizainerov pomogaet sozdavat unikalnyi produkt https www legnostyle ru catalog mebel spalni sp 4 html '),
(12440,'field:18',0,1,' https ccregent com contact '),
(12440,'field:19',0,1,' info ccregent com '),
(12440,'field:6',0,1,' davidsoags '),
(12440,'field:7',0,1,' tacusol 6816 mail ru '),
(12440,'field:8',0,1,' google '),
(12440,'field:9',0,1,' general inquiry '),
(12440,'title',0,1,' 2026 01 20 20 54 35 '),
(12441,'field:10',0,1,' hi ed dom https eventlog netcentrum cz redir data=aclick2c239800 486339t12 s=najistong url=https em dom ru v=1 https vakbarat index hu x php id=inxtc url=em dom ru https kettypay hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https forums overclockers com au proxy php link=http em dom ru https decidimos monterrey gob mx link external url=https em dom ru https littlenugget onelink me 1071849834 pid=sponsorship c=bcbvip af dp=littlenugget af web dp=http em dom ru https framinghamlibrary org url=em dom ru https decidim santcugat cat link external url=https em dom ru https forum corvusbelli com proxy php link=https em dom ru https msmgo onelink me 4240393215 pid=web traffic c=energy montior af channel=website footer af dp=msmmoremoney app moneysupermarket go af web dp=http em dom ru https fetchyournews com revive www delivery ck php oaparams=2 bannerid=458 zoneid=43 cb=1931d27daa oadest=http em dom ru https wiki evilmadscientist com index php title= em dom ru action=edit printable=yes https almanach pte hu oktato 273 from=http em dom ru http www bovec net redirect php link=em dom ru un=reedw cf from=bovecnet https m shopinlosangeles net redirect aspx url=https em dom ru https www etcconnect com logout aspx bc returnurl=https em dom ru https hudsonltd com url=em dom ru https adsfac net search asp url=http em dom ru https sc state library mobilize io links lid=gfqh03emv3hvxs0d5o3hjw token=xbcqslrbmwzhh21rh4uwww url=http em dom ru https optimize viglink com page pmv url=https em dom ru https cm eu wargaming net frame service=frm project=moo realm=eu language=en login url=http em dom ru https reporting sainsburysmagazine co uk cgi bin rr nobook 151187nosent 64962nosrep 93621 https em dom ru https www db lv ext http em dom ru https stats sobyanin ru metrics r muid=15196b01 6d0b 4689 b2fc 241a3e6ae908 category=04a6660a c3fe 4fc3 84a6 60afd7dc9422 url=https em dom ru https newsletter usi ch email n h=2obmeqv6fsqh5zdq0zugsbzmymrmfiyl l= em dom ru https hchocolatier hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https love goxip com hk affiliate url=http em dom ru https vyper io conversions cookieconversionpage entry id=9248247 url=http em dom ru https jump 5ch net em dom ru https tinhte vn proxy php link=http em dom ru https dailyhoroscopeplus onelink me klrr pid=app share c=test af web dp=http em dom ru https sat issprops com url=em dom ru https www fahrradmonteur de index php title= em dom ru action=edit printable=yes https sda foodandtravel com live www delivery ck php ct=1 oaparams=2 bannerid=14 zoneid=14 source= obfs cb=18dd655015 oadest=http em dom ru https forum reizastudios com proxy php link=http em dom ru https english republiquelibre org index php title= em dom ru action=edit printable=yes https www hogodoc com url=em dom ru https forums officialpsds com proxy php link=https em dom ru https forum winhost com proxy php link=http em dom ru https daemon indapass hu http session request redirect to=https em dom ru partner id=bloghu https www chara ani com member rule aspx src=https em dom ru http esvc000236 wic027u server web com include reurl3 php adtype=hits table=1 gunid=30 url=em dom ru https domain opendns com em dom ru https studenthelpr com redirect redirectto=http em dom ru https the take com url=https em dom ru https www math auckland ac nz wiki index php search=https em dom ru title=special search go=go http s03 megalodon jp url=http em dom ru https www storeboard com profile show webpage profile asp url=http em dom ru https mail2 mclink it sredirect em dom ru https dreamerdream hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https submit jpmph org member s login php s login=11 s url=http em dom ru https paulgravett com url=em dom ru https vdigger com downloader downloader php utm nooverride=1 site=em dom ru http kanten papa kir jp ranklink rl out cgi id=7200 url=http em dom ru https www vanderbiltcupraces com url=http em dom ru https sso qiota com api v1 logout redirect uri=https em dom ru http fdp timacad ru bitrix redirect php event1 event2 event3 goto=http em dom ru https prlog ru analysis em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https www studyladder com games activity word match s a t p i n 35665 backurl=http em dom ru https www hawaiitourismauthority org speedbump targeturl=https em dom ru https www constructionenquirer com wp content themes constructionenquirer adclick php url=http em dom ru http maheev perm ru bitrix rk php goto=http em dom ru https sp jp wazap com info jump wz url=https em dom ru https syaoruu hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https eric ed gov redir=https em dom ru http ijpc uscannenberg org url=http em dom ru https nabat tomsk ru go url=https em dom ru https accounts ac illust com signup lang=vi serviceurl=https em dom ru https forum mobile networks ru go php http em dom ru https www emuparadise me logout php next=https em dom ru https suecia kb se goto http em dom ru https islam de ms r=https em dom ru https priuschat com proxy php link=https em dom ru https phleguratone music games hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www pearlevision com m20scheduleexamview catalogid=15951 clearexams=1 langid= 1 returnurl=http em dom ru storeid=12002 storenumber=21129027 https forum lephoceen fr proxy php link=https em dom ru https freewebsitetemplates com proxy php link=https em dom ru https rezkyrizani xtgem com fb text lingkaran site=em dom ru lt https www sexpin net source em dom ru https osallistu ouka fi link external url=https em dom ru https beeyann hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru http inginformatica uniroma2 it url=em dom ru https www shareaholic com logout origin=http em dom ru https aoisakana5 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https pram elmercurio com logout aspx applicationname=emol ssotargeturl=https em dom ru l=yes https drugs ie url=https em dom ru https www hcsparta cz media show asp type=1 id=246 url back=http em dom ru https dados ibict br pt pt api 1 util snippet api info html resource id=2ace6719 6b73 4285 b349 49dbbaa7de53 datastore root url=http em dom ru https my w tt a key live pgerp08edsp0oa8bt3azqbhoqzgspodt medium= feature= campaign= channel= $always deeplink=0 $fallback url=em dom ru $deeplink path= https sp baystars co jp community club baystars shop map php catg=bene id=g 005 linkurl=http em dom ru https my icaew com security account logout returnurl=https em dom ru https www skisprungschanzen com link php id=2 url=http em dom ru https maximal life hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https nick hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www thickcash com iframe content video banners finishhim fh 300x250 1 index php sitelink=https em dom ru https content hh ru api v1 click contentid=538 placeid=2 employerid=581458 domainareaid=1353 host=https em dom ru https a pr cy ru em dom ru https www wenxuecity com blog act=haiwai blog url=http em dom ru http adms hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=6685 zoneid=2040 cb=dfaf38fc52 oadest=http em dom ru https login uleth ca cas login service=https em dom ru gateway=true https app nexoos com br mkt borrower registration wizard partner redirection link=https em dom ru partner=geru https passport us bignox com sso logout service=https em dom ru https www cleanlink com adviewer asp adi= hs graphics 19 10 019 hs 1019 p=hs1019 019 matsinc e=website at cleanlink dot com u=https em dom ru http woostercollective com url=em dom ru https daccha hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https firsttee my site com tft login website=em dom ru https ipmba org url=http em dom ru https lospoblanos com url=http em dom ru https click simsfinds com go url=http em dom ru https nabchelny ru welcome blindversion normal callback=http em dom ru https m shopinportland com redirect aspx url=em dom ru https idoooll hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https doba te ua gateway goto=https em dom ru https vortez net revive2 www delivery ck php ct=1 oaparams=2 bannerid=96 zoneid=7 cb=7b05f93fa3 oadest=http em dom ru https beta novell com common util get language url php language=en us url=http em dom ru https pro obesityhelp com tracked r=em dom ru id=profile website 10001 https gochiemon hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https rinbro hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru http old urc ac ru cgi click cgi url=http em dom ru https secure nationalimmigrationproject org np clients nationalimmigration tellfriend jsp subject=attending 2020 annual pre aila crimes and immigration virtual cle url=http em dom ru https www decidim barcelona link external url=https em dom ru https amk team ru go url=https em dom ru https secure radio online com cgi bin rol exe ssiteid em dom ru https popjulia onelink me covz pid=pc bottom c=home af dp=com chicv popjulia af web dp=http em dom ru is retargeting=true https www kidsemail org parent login php msg=a '),
(12441,'field:18',0,1,' https completecarehillside com contact '),
(12441,'field:19',0,1,' info completecarehillside com '),
(12441,'field:6',0,1,' jesusvex '),
(12441,'field:7',0,1,' chemax ki ril l gmail com '),
(12441,'field:8',0,1,' google '),
(12441,'field:9',0,1,' general inquiry '),
(12441,'title',0,1,' 2026 01 20 20 55 11 '),
(12445,'field:10',0,1,' bolee 5000 promyslennyx predpriiatii zaregistrirovany na wikiprom https mobelmetall ru ourproduction prisoediniaites k nam ctoby vas uvideli novye klienty https mobelmetall ru predvaritelnoi obrabotki v processe kotoroi s pomoshhiu rezki rubki polucaiut zagotovki dlia opredelennyx izdelii sborocno svarocnogo i instrumentalno mexaniceskogo proizvodstva gde izgotavlivaiutsia razlicnye elementy konstrukcii podgotovki pered pokraskoi i pokraski gotovyx izdelii https mobelmetall ru poroshkovaya pokraska dubna adres 423800 rt g https mobelmetall ru lazernaya svarka dubna nabereznye celny ul https mobelmetall ru lazernaya svarka dubna motornaia 38 ofis 216 adres mestonaxozdeniia proizvodstva 423800 rt g https mobelmetall ru policy nabereznye celny ul https mobelmetall ru questions motornaia 38 telefon 8 8552 20 20 53 el https mobelmetall ru aboutus pocta info kzmktempo https mobelmetall ru ourproduction ru sait kzmktempo https mobelmetall ru blog ru direktor kazyxanov eduard failevic 79 amk metiz adres g https mobelmetall ru gibka metalla almaty ul https mobelmetall ru bekmaxanova d https mobelmetall ru 96 4 tel 7 727 313 13 60 https mobelmetall ru lazernaya rezka dubna a grupp stalnye konstrukcii sovremennaia proizvodstvennaia kompaniia specializiruiushhaiasia na izgotovlenii kacestvennyx metallokonstrukcii i sendvic panelei a takze postavke polnokomplektnyx zdanii iz komplektuiushhix sobstvennogo proizvodstva https mobelmetall ru aboutus ooo ozsk mnogoprofilnoe stroitelno proizvodstvennoe predpriiatie obespecivaiushhee vse etapy sozdaniia obieektov pod kliuc v oblasti stroitelnoi industrii https mobelmetall ru blog '),
(12445,'field:18',0,1,' https cclaurelton com contact '),
(12445,'field:19',0,1,' info cclaurelton com '),
(12445,'field:6',0,1,' shermanthync '),
(12445,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12445,'field:8',0,1,' google '),
(12445,'field:9',0,1,' general inquiry '),
(12445,'title',0,1,' 2026 01 20 20 55 22 '),
(12446,'alt',0,1,''),
(12446,'extension',0,1,' pdf '),
(12446,'filename',0,1,' cc fox hill clinical capabilities chart flyer digital pdf '),
(12446,'kind',0,1,' pdf '),
(12446,'slug',0,1,''),
(12446,'title',0,1,' cc fox hill clinical capabilities chart flyer digital '),
(12449,'alt',0,1,''),
(12449,'extension',0,1,' pdf '),
(12449,'filename',0,1,' cc glendale clinical capabilities chart flyer digital pdf '),
(12449,'kind',0,1,' pdf '),
(12449,'slug',0,1,''),
(12449,'title',0,1,' cc glendale clinical capabilities chart flyer digital '),
(12453,'alt',0,1,''),
(12453,'extension',0,1,' pdf '),
(12453,'filename',0,1,' cc groton regency clinical capabilities chart flyer digital pdf '),
(12453,'kind',0,1,' pdf '),
(12453,'slug',0,1,''),
(12453,'title',0,1,' cc groton regency clinical capabilities chart flyer digital '),
(12455,'alt',0,1,''),
(12455,'extension',0,1,' pdf '),
(12455,'filename',0,1,' cc harrington court clinical capabilities chart flyer digital pdf '),
(12455,'kind',0,1,' pdf '),
(12455,'slug',0,1,''),
(12455,'title',0,1,' cc harrington court clinical capabilities chart flyer digital '),
(12457,'field:10',0,1,' hi ed dom https www kidsemail org parent login php msg=a '),
(12457,'field:18',0,1,' https cclehigh com contact '),
(12457,'field:19',0,1,' info cclehigh com '),
(12457,'field:6',0,1,' jesusbup '),
(12457,'field:7',0,1,' c hema xkiri ll gmail com '),
(12457,'field:8',0,1,' google '),
(12457,'field:9',0,1,' general inquiry '),
(12457,'title',0,1,' 2026 01 20 20 56 46 '),
(12458,'alt',0,1,''),
(12458,'extension',0,1,' pdf '),
(12458,'filename',0,1,' cc kimberly hall north clinical capabilities chart flyer digital pdf '),
(12458,'kind',0,1,' pdf '),
(12458,'slug',0,1,''),
(12458,'title',0,1,' cc kimberly hall north clinical capabilities chart flyer digital '),
(12461,'alt',0,1,''),
(12461,'extension',0,1,' pdf '),
(12461,'filename',0,1,' cc kimberly hall south clinical capabilities chart flyer digital pdf '),
(12461,'kind',0,1,' pdf '),
(12461,'slug',0,1,''),
(12461,'title',0,1,' cc kimberly hall south clinical capabilities chart flyer digital '),
(12463,'field:10',0,1,' mebel dlia kafe restoranov https divanlogia ru catalog myagkaya mebel dlya restoranov stulya orirshhdshr podlokotniki https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo xardi miagkaia mebel dlia kafe barov restoranov sheffilton https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo spajk veliur https divanlogia ru catalog myagkaya mebel dlya restoranov mebel iz naturalnoj kozhi divan chester loft ot vorsistogo veliura inogda otkazyvaiutsia v polzu drugix obivok opasaias cto on stanet pritiagivat melkii musor i pyl https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 1 rogozhka 08 v kafe i restorane eto nezelatelno https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo burgundiya nas menedzer sviazetsia s vami https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan dortmand '),
(12463,'field:18',0,1,' https ccatcourthouse com contact '),
(12463,'field:19',0,1,' info ccatcourthouse com '),
(12463,'field:6',0,1,' tyronedib '),
(12463,'field:7',0,1,' galyazafuna mail ru '),
(12463,'field:8',0,1,' google '),
(12463,'field:9',0,1,' general inquiry '),
(12463,'title',0,1,' 2026 01 20 20 57 33 '),
(12466,'field:10',0,1,' videootcety nasei raboty https dez spasatel ru company iuznyi okrug https dez spasatel ru articles authors podorobnee o ses iuvao https dez spasatel ru articles tarakany sredstva ot tarakanov kombat combat obzor i ikh effektivnost kontrol i nabliudenie https dez spasatel ru articles klopy gorodskaia sanepidemstanciia moskvy i moskovskoi oblasti provodit dezinfekciiu dezinsekciiu i deratizaciiu pomeshhenii razlicnoi napravlennosti https dez spasatel ru dezinsekciya muravi professionalnaia obrabotka pomozet izbavitsia ot nasekomyx gryzunov opasnyx virusov i mikroorganizmov za korotkii period https dez spasatel ru articles kleshchi ukus kleshcha rabotaem s sertificirovannymi preparatami garantiruiushhimi mgnovennyi rezultat https dez spasatel ru articles dezinfektsiya kak pravilno provodit obrabotku borshchevika gerbitsidami effekt dostigaetsia uze posle 1 vizita ses moskvy https dez spasatel ru articles klopy predostavliaem garantii https dez spasatel ru fumigatsiya fogatsiya gazatsiya sdelaite pervyi sag k bolee zdorovoi srede posetite sait sanepidemstancii moskovskoi oblasti i goroda moskvy https dez spasatel ru articles tarakany chernye tarakany v kvartire kak izbavitsya '),
(12466,'field:18',0,1,' https completecarewall com contact '),
(12466,'field:19',0,1,' info completecarewall com '),
(12466,'field:6',0,1,' michaelbok '),
(12466,'field:7',0,1,' yulyagabipo mail ru '),
(12466,'field:8',0,1,' google '),
(12466,'field:9',0,1,' general inquiry '),
(12466,'title',0,1,' 2026 01 20 20 57 40 '),
(12467,'alt',0,1,''),
(12467,'extension',0,1,' pdf '),
(12467,'filename',0,1,' cc meriden clinical capabilities chart flyer digital pdf '),
(12467,'kind',0,1,' pdf '),
(12467,'slug',0,1,''),
(12467,'title',0,1,' cc meriden clinical capabilities chart flyer digital '),
(12470,'alt',0,1,''),
(12470,'extension',0,1,' jpg '),
(12470,'filename',0,1,' westfield admin jpg '),
(12470,'kind',0,1,' image '),
(12470,'slug',0,1,''),
(12470,'title',0,1,' westfield admin '),
(12474,'alt',0,1,''),
(12474,'extension',0,1,' pdf '),
(12474,'filename',0,1,' cc milford manor clinical capabilities chart flyer digital 2026 01 21 015800 wnba pdf '),
(12474,'kind',0,1,' pdf '),
(12474,'slug',0,1,''),
(12474,'title',0,1,' cc milford manor clinical capabilities chart flyer digital '),
(12476,'slug',0,1,' yosef gerson '),
(12476,'title',0,1,' yosef gerson '),
(12482,'alt',0,1,''),
(12482,'extension',0,1,' pdf '),
(12482,'filename',0,1,' cc barn hill clinical capabilities chart flyer digital pdf '),
(12482,'kind',0,1,' pdf '),
(12482,'slug',0,1,''),
(12482,'title',0,1,' cc barn hill clinical capabilities chart flyer digital '),
(12489,'alt',0,1,''),
(12489,'extension',0,1,' pdf '),
(12489,'filename',0,1,' cc prosepect heights clinical capabilities chart flyer digital pdf '),
(12489,'kind',0,1,' pdf '),
(12489,'slug',0,1,''),
(12489,'title',0,1,' cc prosepect heights clinical capabilities chart flyer digital '),
(12494,'alt',0,1,''),
(12494,'extension',0,1,' pdf '),
(12494,'filename',0,1,' cc wayne hills clinical capabilities chart flyer digital pdf '),
(12494,'kind',0,1,' pdf '),
(12494,'slug',0,1,''),
(12494,'title',0,1,' cc wayne hills clinical capabilities chart flyer digital '),
(12496,'field:10',0,1,' udobstvo gostia zavisit ot glubiny posadki vysoty spinki siriny podlokotnikov https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo sharon universalnyx resenii net tolko rekomendacii ot i do https divanlogia ru sales page=8 naprimer zelatelnaia glubina posadki nacinaetsia s 45 sm https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo siti mebel dlia kafe restoranov https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo mishel polgoda nazad proizveli optovyi zakaz mebeli dlia kafe u kompanii keplid https divanlogia ru catalog myagkaya mebel dlya restoranov modulnyie divanyi divan malta 4 otdali predpoctenie dannomu postavshhiku iz za dostupnyx cen i sirokogo assortimenta https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi hilton rogozhka 35 vezlivye sotrudniki vsegda pomogut s vyborom i konsultiruiut https divanlogia ru catalog krovati i paneli krovat katrin servis na vyssem urovne sovetuiu forma nozek opor bez uiutnoi i komfortnoi miagkoi mebeli nevozmozno oboitis pri sozdanii interera kafe restorana ili otelia https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo burgundiya esli vas interesuet gde mozno kupit krasivuiu miagkuiu mebel dlia restoranov obratite vnimanie na tovary predstavlennye v kataloge proffbar bez podlokotnikov https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan verona '),
(12496,'field:18',0,1,' https ccgrotonregency com contact '),
(12496,'field:19',0,1,' info ccgrotonregency com '),
(12496,'field:6',0,1,' tyronedenue '),
(12496,'field:7',0,1,' galyazafuna mail ru '),
(12496,'field:8',0,1,' google '),
(12496,'field:9',0,1,' general inquiry '),
(12496,'title',0,1,' 2026 01 20 21 02 30 '),
(12497,'field:10',0,1,' otkroite novye vozmoznosti dlia biznesa s nasim kosmetologiceskim oborudovaniem predlagaem sirokii assortiment produkcii kotoryi pomozet vam predostavit svoim klientam sovremennye i effektivnye procedury https beauty prestige ru catalog spa oborudovanie cena 26 500 rub https beauty prestige ru catalog spa oborudovanie vozmoznost razbit platezi na srok ot 6 do 36 mesiacev https beauty prestige ru catalog moyki parikmakherskie osnashhen neinvazivnymi mnogorazovymi nakonecnikami s bolsim resursom raboty https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html let na rynke apparatnoi kosmetologii https beauty prestige ru catalog oborudovanie dlya manikyura lazery abliativnye i neabliativnye frakcionnye dlia udaleniia sosudov i tatuirovok dlia epiliacii rf apparaty neinvazivnye mono i multipoliarnye igolcatye frakcionnye ipl apparaty apparaty dlia kriolipoliza apparaty dlia ultrazvukovyx procedur i udarno volnovoi terapii https beauty prestige ru catalog spa oborudovanie '),
(12497,'field:18',0,1,' https completecarebrick com contact '),
(12497,'field:19',0,1,' info completecarebrick com '),
(12497,'field:6',0,1,' briankap '),
(12497,'field:7',0,1,' nikolay shchevcov mail ru '),
(12497,'field:8',0,1,' google '),
(12497,'field:9',0,1,' general inquiry '),
(12497,'title',0,1,' 2026 01 20 21 02 37 '),
(12498,'field:10',0,1,' otzyvy i blagodarnosti nasix klientov https classicgifts ru futlyaryi lecce pen html vidy pecati na futbolkax https classicgifts ru zazhimyi dlya paketov html kompaniia proekt 111 odin iz vedushhix postavshhikov delovyx podarkov https classicgifts ru plastikovyie bejdzhi html mnogo let iavliaias liderom rynka promo suvenirov my proizvodim i postavliaem suvenirnuiu produkciiu s pecatiu logotipa https classicgifts ru shokoladnyie naboryi html artikul 2911 biznes podarok na iubilei 70 let zakazat poxozee https classicgifts ru usb cuff html sviazatsia s nami mozno po telefonu 7 495 969 24 50 drugie vidy kontaktov zdes https classicgifts ru handle magnet html '),
(12498,'field:18',0,1,' https completecarebrick com contact '),
(12498,'field:19',0,1,' info completecarebrick com '),
(12498,'field:6',0,1,' tylerdouct '),
(12498,'field:7',0,1,' aleksandrrapeka mail ru '),
(12498,'field:8',0,1,' google '),
(12498,'field:9',0,1,' general inquiry '),
(12498,'title',0,1,' 2026 01 20 21 02 37 '),
(12499,'field:10',0,1,' glavnyi kriterii vozmoznost bystro i legko dobratsia v vybrannoe mesto https corporativ luxe ru korporativ na maldivah na chastnoy yahte konecno korporativnyi otdyx v ekzoticeskoi strane ponravitsia vsem no iz za dolgogo pereleta i akklimatizacii vy poteriaete polovinu vremeni https corporativ luxe ru korporativ v dagestane prinimaite resenie osnovyvaias takze na vybrannom formate provedeniia meropriiatiia k programme otdyxa dolzno byt legko dobavit treningi timbildingi i master klassy ctoby korporativ prosel veselo i s polzoi https corporativ luxe ru korporativ v dagestane vam daze ne obiazatelno naxodit vremia ctoby priexat k nam v ofis vse dokumenty podgotovim udalenno https corporativ luxe ru corporativ v peru elektronnyi dokumentooborot i sms podpisanie dogovora kak v banke dostupny dlia vasego udobstva https corporativ luxe ru korporativnye prazdniki 1 rabota s personalnym menedzerom https corporativ luxe ru korporativnaya programma po sledam dzheymsa bonda timbilding na kube nikogo ne ostavit ravnodusnym https corporativ luxe ru organizacija korporativnyh kruizov dlia poseshheniia etoi strany ne nuzna viza poetomu kulturnoe nasledie narodnye promysly pescanye berega i unikalnaia tropiceskaia priroda dostupny kazdomu https corporativ luxe ru korporativnyye programmy v vengrii obrabotka personalnyx dannyx osushhestvliaetsia agentom i ego upolnomocennymi predstaviteliami turoperatorom i neposredstvennymi ispolniteliami uslug v celiax ispolneniia nastoiashhego dogovora v tom cisle v zavisimosti ot uslovii dogovora v celiax oformleniia proezdnyx dokumentov bronirovaniia nomerov v sredstvax razmeshheniia i u perevozcikov peredaci dannyx v konsulstvo inostrannogo gosudarstva razreseniia pretenzionnyx voprosov pri ix vozniknovenii predstavleniia informacii upolnomocennym gosudarstvennym organam v tom cisle po zaprosu sudov i organov vnutrennix del sotrudnicestvo mezdu nasei kompaniei i lucsimi obieektami razmeshheniia rb eto nalazennye kontakty otrabotannaia sxema vzaimodeistviia licnoe doveriem rukovodstva https corporativ luxe ru zhd bilety i avtobusy '),
(12499,'field:18',0,1,' https completecarebrick com contact '),
(12499,'field:19',0,1,' info completecarebrick com '),
(12499,'field:6',0,1,' derekchink '),
(12499,'field:7',0,1,' toktobayeva nata mail ru '),
(12499,'field:8',0,1,' google '),
(12499,'field:9',0,1,' general inquiry '),
(12499,'title',0,1,' 2026 01 20 21 03 04 '),
(12506,'field:10',0,1,' vozmoznost raboty s nds sistemu skidok vozmoznost ucastiia v ogranicennyx akciiax specialnye usloviia dlia otdelov snabzeniia i dizainerskix biuro kacestvo vsei predstavlennoi u nas produkcii s podtverzdaiushhimi sertifikatami zakaz liubyx partii s bystrym oformleniem zaiavok bystruiu dostavku v liuboi gorod rossii i sng blagodaria razvitoi sisteme logistiki konsultacii specialistov po liubomu voprosu pomoshh menedzerov v oformlenii zakazov provedenii oplaty https kupefurnitur ru catalog v assortimente nasego internet magazina predstavleny sleduiushhie vidy mebelnoi furnitury naibolee krupnymi postavshhikami mebelnoi furnitury v rossii iavliaiutsia proizvoditeli iz frg italii knr polsi i ssa https kupefurnitur ru takze dostatocno bolsoe kolicestvo kacestvennoi mebelnoi furnitury proizvoditsia na vnutrennem rynke rossii https kupefurnitur ru onas kupit mebelnuiu furnituru v moskve optom vy mozete u nas my rabotaem s raznymi postavshhikami i mozem predlozit kompleksnuiu postavku mebelnoi furnitury dlia vasei mebeli po dostupnym cenam https kupefurnitur ru contact dostatocno bolsoi populiarnostiu polzuetsia mebelnaia furnitura iz kitaia https kupefurnitur ru contact kacestvennaia mebelnaia furnitura iz kitaia optom ceny kotoroi budut nize cem u analogov mozet byt izgotovlena v liubyx obieemax po sobstvennym parametram mexanizma https kupefurnitur ru price mebelnaia furnitura https kupefurnitur ru catalog 4 https kupefurnitur ru catalog usloviia obrabotki personalnyx danny x https kupefurnitur ru contact my garantiruem nadeznost i kacestvo raboty nasix mebelnyx komplektuiushhix mexanizmov instrumentov i prisposoblenii https kupefurnitur ru catalog my predlagaem vam komfort udobstvo i nadeznost tovarov vysocaisego kacestva blum https kupefurnitur ru price '),
(12506,'field:18',0,1,' https ccregent com contact '),
(12506,'field:19',0,1,' info ccregent com '),
(12506,'field:6',0,1,' ronaldcah '),
(12506,'field:7',0,1,' konstantinrovini mail ru '),
(12506,'field:8',0,1,' google '),
(12506,'field:9',0,1,' general inquiry '),
(12506,'title',0,1,' 2026 01 20 21 03 56 '),
(12509,'field:10',0,1,' hai saya ingin tahu harga anda '),
(12509,'field:18',0,1,' http ccatgreenacres com contact '),
(12509,'field:19',0,1,' info ccatgreenacres com '),
(12509,'field:6',0,1,' leeemumn '),
(12509,'field:7',0,1,' zekisuquc419 gmail com '),
(12509,'field:8',0,1,' google '),
(12509,'field:9',0,1,' general inquiry '),
(12509,'title',0,1,' 2026 01 20 21 04 37 '),
(12517,'field:10',0,1,' kompaniia beijing keylaser sci tech co 2025 https beauty prestige ru about contacts premium aesthetics iavliaetsia vedushhim v rossii distribiutorom vysokotexnologicnogo medicinskogo oborudovaniia dlia esteticeskoi mediciny dermatologii ginekologii oftalmologii i drugix napravlenii https beauty prestige ru nasi partnery vedushhie proizvoditeli apparatov dlia kosmetologii iz izrailia ssa germanii https beauty prestige ru catalog oborudovanie dlya pedikyura vy mozete kupit modeli poslednego pokoleniia razlicaiushhiesia po principu deistviia naznaceniiu kolicestvu modulei urovniu cen cena 379 000 rub https beauty prestige ru about contacts xotite otkryt svoi sobstvennyi kosmetologiceskii kabinet https beauty prestige ru news klimazon zachem on nuzhen i kak rabotaet html cena 10 000 rub https beauty prestige ru catalog oborudovanie dlya zagara moshhnyi i universalnyi pikosekundnyi lazer https beauty prestige ru about howto '),
(12517,'field:18',0,1,' https completecarehillside com contact '),
(12517,'field:19',0,1,' info completecarehillside com '),
(12517,'field:6',0,1,' briantiz '),
(12517,'field:7',0,1,' nikolay shchevcov mail ru '),
(12517,'field:8',0,1,' google '),
(12517,'field:9',0,1,' general inquiry '),
(12517,'title',0,1,' 2026 01 20 21 05 55 '),
(12518,'field:10',0,1,' v zavisimosti ot vida i materiala iz kotorogo izgotovlena suvenirnaia produkciia my ispolzuem sleduiushhie texnologii naneseniia pecati zakazat poxozee https classicgifts ru kalkulyatoryi html cena zakaznaia rabota bystro v srok i kacestvenno vypolnili zakaz https classicgifts ru moleskine html ocen pomogli menedzery vypolnit i dostavit zakaz v szatye sroki https classicgifts ru transport flash html promsberbank https classicgifts ru prochie izdeliya iz silikona html korporativnye podarki s logotipom https classicgifts ru bejsbolki kozyirki panamyi bandanyi html brendirovannye biznes suveniry na zakaz https classicgifts ru yoga mat html '),
(12518,'field:18',0,1,' https completecarehillside com contact '),
(12518,'field:19',0,1,' info completecarehillside com '),
(12518,'field:6',0,1,' tylersoons '),
(12518,'field:7',0,1,' aleksandrrapeka mail ru '),
(12518,'field:8',0,1,' google '),
(12518,'field:9',0,1,' general inquiry '),
(12518,'title',0,1,' 2026 01 20 21 05 58 '),
(12523,'field:10',0,1,' https checksite com '),
(12523,'field:18',0,1,' http ccregent com contact '),
(12523,'field:19',0,1,' info ccregent com '),
(12523,'field:6',0,1,' jerryenutt '),
(12523,'field:7',0,1,' a le k sp roff i l e s gmail com '),
(12523,'field:8',0,1,' google '),
(12523,'field:9',0,1,' general inquiry '),
(12523,'title',0,1,' 2026 01 20 21 06 25 '),
(12524,'field:10',0,1,' mnogie kompanii segodnia zakliucaiut s turagentstvami dogovor na korporativnoe obsluzivanie turizm delovogo obrazca imeet svoi osobennosti poetomu organizovat ego mogut tolko professionaly https corporativ luxe ru shri lanka delovoi turizm delitsia na dve kategorii korporativnye i individualnye poezdki https corporativ luxe ru dominikana 1 dokazano cto sovmestnye poezdki povysaiut effektivnost raboty v kompanii oni sposobstvuiut vyrabotke korporativnogo duxa https corporativ luxe ru zolotoye koltso rossii takoi vid turizma osobenno aktualen dlia bolsix korporacii casto k poezdke privlekaiut delovyx partnerov ili ze klientov v zavisimosti ot specifiki deiatelnosti firmy bolsoe spasibo kompanii tera event za nase klientskoe meropriiatie v rumynii https corporativ luxe ru korporativnaya programma na kube more rom i sigary eto neveroiatno interesnaia poezdka v kotoroi byla osobennaia atmosfera i roskos celoveceskogo obshheniia https corporativ luxe ru maldivy samye teplye vospominaniia https corporativ luxe ru italiya socetanie rabocei suety i nezyblemogo spokoistviia https corporativ luxe ru korporativnye tury v dagestan strana bogata raznoobraziem delovyx meropriiatii no v nei naidetsia mesto dlia liubitelei rasslablennogo otdyxa https corporativ luxe ru vengriya 12 000 scastlivyx kolleg https corporativ luxe ru malayziya my pozabotimsia o vsex aspektax transportirovki bronirovanii aviabiletov organizacii transferov i arende transporta na meste https corporativ luxe ru specialnye predlozheniya ves process budet cetko splanirovan ctoby izbezat liubyx zaderzek i neudobstv https corporativ luxe ru contact avstriia https corporativ luxe ru kuba '),
(12524,'field:18',0,1,' https completecarehillside com contact '),
(12524,'field:19',0,1,' info completecarehillside com '),
(12524,'field:6',0,1,' derekwet '),
(12524,'field:7',0,1,' toktobayeva nata mail ru '),
(12524,'field:8',0,1,' google '),
(12524,'field:9',0,1,' general inquiry '),
(12524,'title',0,1,' 2026 01 20 21 06 27 '),
(12528,'field:10',0,1,' itak prezde cem delat mebel na zakaz interesuites o ee kacestve https www legnostyle ru dubovye dveri html pagen 2=8 mebel pokazyvaet vasi status sostoianie vkus https www legnostyle ru catalog inter eri s44 html krome togo stil meblirovki kotoryi vy izbrali smozet pomoc organizovat individualnye osobennosti vasei obstanovki i neobxodimuiu atmosferu https www legnostyle ru catalog mejkomnatnie dveri dver d50 html na rossiiskom rynke mebeli bolsuiu cast zanimaet produkciia iz mdf i dsp https www legnostyle ru catalog mejkomnatnie dveri ottimo mejkomnatnaa dver o12 html estestvenno podobnaia mebel nikak ne mozet scitatsia elitnoi https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 21 html ved liuboi celovek mozet sdelat ee samostoiatelno https www legnostyle ru catalog inter eri stenovie paneli model s38 html v otlicie ot desevyx analogov iz dsp i mdf mebel iz naturalnogo dereva ekologiceski bezopasna i imenno ee predpocitaiut te kto zabotitsia o svoem zdorove i zdorove svoix blizkix https www legnostyle ru catalog mebel shkafy sekcii gorki scg 54 html lucsaia mebel iz dereva v spb predstavlena v interernyx salonax https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaya dver o8 html eto magazin elitnoi mebeli gde prodavcy i pokupatelia ceniat nepovtorimuiu estestvennuiu krasotu dereva komfort i blagopriiatnuiu energetiku otnosenie zitelei kitaia k inostrancam meniaetsia ezegodno https www legnostyle ru catalog lestnici lestnica l4 6 html vsego paru desiatkov let nazad inostrannyi turist na ulicax podnebesnoi mog stat pricinoi nastoiashhego stolpotvoreniia naprimer kitaicy mogli ne sekret cto kogda my vozvrashhaemsia vecerom v svoiu kvartiru posle dlinnogo rabocego dnia to srazu ze voznikaet zelanie prilec na bolsoi komfortabelnyi divan i otdoxnut https www legnostyle ru catalog lestnici lestnica l1 8 html v etom nam pomozet elitnaia mebel iz italii kotoraia nesomnenno obespecit nam vysokii uroven komforta https www legnostyle ru catalog mejkomnatnie dveri impressio dver i1 html pomimo svoei komfortabelnosti elitnaia mebel takze budet vas radovat svoei bezuprecnoi krasotoi https www legnostyle ru catalog mejkomnatnie dveri arka a10 html vozmoznost vossozdaniia interera po eskizam https www legnostyle ru catalog inter eri stenovie paneli s3 html esli vy ne podobrali nicego iz nasego kataloga zakazite sozdanie garnitura po individualnomu eskizu https www legnostyle ru catalog mebel spalni sp 1 html etu uslugu uze ocenili mnogie arxitektory i dizainery https www legnostyle ru catalog inter eri pt 9 html vy mozete priobresti u nas nemeckuiu mebel kotoraia budet polnostiu sootvetstvovat dizainerskomu zamyslu https www legnostyle ru catalog inter eri potolki pt 25 html '),
(12528,'field:18',0,1,' https ccregent com contact '),
(12528,'field:19',0,1,' info ccregent com '),
(12528,'field:6',0,1,' davidsoags '),
(12528,'field:7',0,1,' tacusol 6816 mail ru '),
(12528,'field:8',0,1,' google '),
(12528,'field:9',0,1,' general inquiry '),
(12528,'title',0,1,' 2026 01 20 21 06 47 '),
(12529,'field:10',0,1,' miagkuiu mebel dlia restoranov miagkuiu mebel dlia kafe miagkuiu mebel dlia barov miagkuiu mebel dlia intererov gostinic i art prostranstv https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan chester premium miagkaia mebel dlia otelei restoranov kafe barov i castnyx intererov https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi parizh art 00015 vy mozete sekonomit vremia pozvoniv nam priamo seicas divany dlia kafe i restoranov v irkutske https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo kurshavel dereviannoe kreslo v restoran https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan gavana esli vy vladelec kafe restorana ili inogo zavedeniia obshhestvennogo pitaniia dizainer ili arxitektor to znaite mebel iz nasego kataloga eto to cto modno segodnia i budet v trende zavtra https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan malta 1 velyur ameli 19 predlagaem sovremennye aktualnye modeli v sirokom assortimente po samym nizkim cenam https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo shangrila rabotaite s nami https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo lambre kazdyi klient dlia nas vazen kazdyi v statuse vip https divanlogia ru catalog myagkaya mebel dlya doma pryamyie divanyi parizh art 00010 meblirovka zavedenii obshhestvennogo pitaniia modno stilno funkcionalno eto rabota kompanii avalon ili ee dilerov https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo montana '),
(12529,'field:18',0,1,' https ccsilverlake com contact '),
(12529,'field:19',0,1,' info ccsilverlake com '),
(12529,'field:6',0,1,' tyronenainc '),
(12529,'field:7',0,1,' galyazafuna mail ru '),
(12529,'field:8',0,1,' google '),
(12529,'field:9',0,1,' general inquiry '),
(12529,'title',0,1,' 2026 01 20 21 07 15 '),
(12534,'alt',0,1,''),
(12534,'extension',0,1,' jpg '),
(12534,'filename',0,1,' hamiltonplaza ad jpg '),
(12534,'kind',0,1,' image '),
(12534,'slug',0,1,''),
(12534,'title',0,1,' hamilton plaza ad '),
(12538,'field:10',0,1,' garantiia do 5 let po dogovoru https dez spasatel ru dezinfekciya obrabotka kholodnym tumanom rezultaty analizov predstavliaiutsia v dvux formatax libo prosto ukazyvaetsia procentnoe soderzanie iskomogo komponenta libo daetsia kacestvennaia ocenka proby https dez spasatel ru dezinfekciya virusy podrobnee o uslugax laboratorii mozno uznat po nomeru telefona na saite https dez spasatel ru articles authors iugo vostocnyi okrug https dez spasatel ru dezinsekciya shershni uslugi sanepidemstancii v moskve https dez spasatel ru articles kroty kak izbavitsya ot krotov na oficialnom saite ses moskvy predstavlen perecen laboratornyx issledovanii kotorye my provodim https dez spasatel ru dezinfekciya ventilyatsiya zdes mozno zakazat analiz vody pishhevyx produktov ctoby vyiavit v nix soderzanie opasnyx veshhestv https dez spasatel ru fumigatsiya fogatsiya gazatsiya fumigatsiya fosfinom my s uvazeniem i zabotoi otnosimsia k kazdomu klientu https dez spasatel ru articles dezinfektsiya berezem ego vremia i imushhestvo '),
(12538,'field:18',0,1,' https ccwestcaldwell com contact '),
(12538,'field:19',0,1,' info ccwestcaldwell com '),
(12538,'field:6',0,1,' michaelchusa '),
(12538,'field:7',0,1,' yulyagabipo mail ru '),
(12538,'field:8',0,1,' google '),
(12538,'field:9',0,1,' general inquiry '),
(12538,'title',0,1,' 2026 01 20 21 11 21 '),
(12539,'field:10',0,1,' oficialnaia garantiia do 24 mesiacev na kosmetologiceskoe o https beauty prestige ru catalog moyki parikmakherskie prednaznacena dlia esteticeskoi korrekcii konturov tela https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html cena 42 250 rub https beauty prestige ru catalog kosmetologicheskoe oborudovanie effektivnoe udalenie volos sosudistyx patologii disxromii kompleksnogo omolozeniia i podtiazki https beauty prestige ru catalog instrumenty dlya masterov cena 11 000 rub https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html v korzinu bystryi zakaz https beauty prestige ru '),
(12539,'field:18',0,1,' https cclehigh com contact '),
(12539,'field:19',0,1,' info cclehigh com '),
(12539,'field:6',0,1,' brianpholf '),
(12539,'field:7',0,1,' nikolay shchevcov mail ru '),
(12539,'field:8',0,1,' google '),
(12539,'field:9',0,1,' general inquiry '),
(12539,'title',0,1,' 2026 01 20 21 11 55 '),
(12540,'field:10',0,1,' tisnenie https classicgifts ru sherstyanyie pledyi sklad html cena zakaznaia rabota prednovogodnee vremia osobennoe ono napolneno zapaxom mandarinov i svezei xvoi bleskom misury i iarkimi perelivami girliand https classicgifts ru derevyannyie prishhepki html v novyi god vse vosprinimaetsia po drugomu v vozduxe bukvalno vitaet oshhushhenie priblizaiushhegosia cuda i neveroiatnogo veselia https classicgifts ru sumki chexlyi turkonvertyi sozdaite skazocnuiu atmosferu v preddverii novogo goda my mozem sozdat izdelie iz stekla vnutri kotorogo budet integrirovana neft voda ili drugaia zidkost https classicgifts ru proizvodstvo medalej html takie premialnye korporativnye podarki osobenno vostrebovany v neftegazovoi otrasli https classicgifts ru chasyi nastennyie html kaplia kolba ili bocka s neftiu odni iz samyx originalnyx prezentov neftianikam https classicgifts ru salfetki v individualnoj upakovke html no takze podobnye izdeliia naidut svoe primenenie v sfere nauki mediciny transporta selskogo xoziaistva https classicgifts ru karamel v pakete html my ne prosto vypolniaem zakazy my pomogaem vam naiti lucsie reseniia berem na sebia vse sloznosti i voploshhaem vasi idei v realnost https classicgifts ru dekol html artikul 2974 biznes suvenir barrel n2o2 https classicgifts ru plastikovyie bejdzhi html '),
(12540,'field:18',0,1,' https cclehigh com contact '),
(12540,'field:19',0,1,' info cclehigh com '),
(12540,'field:6',0,1,' tylerhal '),
(12540,'field:7',0,1,' aleksandrrapeka mail ru '),
(12540,'field:8',0,1,' google '),
(12540,'field:9',0,1,' general inquiry '),
(12540,'title',0,1,' 2026 01 20 21 11 58 '),
(12541,'field:10',0,1,' greciia stabilno vxodit v troiku samyx populiarnyx stran dlia korporativnogo otdyxa https corporativ luxe ru tvorcheskiy timbilding ceny na prozivanie zdes sravnitelno nevysokie pri etom strana otlicaetsia gostepriimstvom i velikolepnoi kuxnei https corporativ luxe ru qvesty lucse vsego letat siuda v letnii sezon primerno s maia po oktiabr v eto vremia delovuiu poezdku mozno sovmestit s pliaznym otdyxom https corporativ luxe ru master klassy obratite vnimanie cto osnovnye stati biudzeta pri takom otdyxe eto logistika perelet prozivanie i pitanie a takze arenda ploshhadok i provedenie aktivnostei timbildingov ekskursii poxodov kvestov https corporativ luxe ru korporativ v armenii predlagaem vygodnye usloviia https corporativ luxe ru koroporativnaya programma v stambule matrica stambula interesuet organizaciia korporativnogo otdyxa posetite nas ofis v moskve ili pozvonite po telefonam 7 495 540 54 65 i 7 977 777 54 65 https corporativ luxe ru italiya organizuem dlia vas takie vidy korporativnyx putesestvii pod kliuc za nasimi plecami mnozestvo uspesno organizovannyx sobytii my znaem kak provesti po nastoiashhemu uvlekatelnyi korporativ https corporativ luxe ru korporativ v kaliningrade '),
(12541,'field:18',0,1,' https cclehigh com contact '),
(12541,'field:19',0,1,' info cclehigh com '),
(12541,'field:6',0,1,' derekket '),
(12541,'field:7',0,1,' toktobayeva nata mail ru '),
(12541,'field:8',0,1,' google '),
(12541,'field:9',0,1,' general inquiry '),
(12541,'title',0,1,' 2026 01 20 21 12 19 '),
(12542,'field:10',0,1,' futbolka s korotkim rukavom https norsy ru ceny prostota v uxode https norsy ru poshiv futbolok napisat v telegram kakovy sroki izgotovleniia odezdy izgotovlenie i ustanovka liuversov 3 po cene 1 odnogo posiv briuk https norsy ru poshiv futbolok '),
(12542,'field:18',0,1,' https ccorangepark com contact '),
(12542,'field:19',0,1,' info ccorangepark com '),
(12542,'field:6',0,1,' leonelspose '),
(12542,'field:7',0,1,' stapuntril1990 mail ru '),
(12542,'field:8',0,1,' google '),
(12542,'field:9',0,1,' general inquiry '),
(12542,'title',0,1,' 2026 01 20 21 13 31 '),
(12543,'field:10',0,1,' ekskliuzivnost https www legnostyle ru catalog mebel pagen 1=10 kazdyi zakaz dizainery proektiruiut individualno poetomu risk uvidet tot ze samyi interer stremitsia k nuliu https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 9 html dizainer elitnoi mebeli ne prosto sozdaet novuiu formu on podbiraet dlia nee material i furnituru dovodia model do soversenstva https www legnostyle ru catalog mebel derevyannye stoly kacestvo https www legnostyle ru proizvodstvo dveri iz dereva mejkomnatnie pagen 1=5 priobretenie modelei mebeli etoi kategorii scitaetsia udacnym vlozeniem sredstv tak kak so vremenem ee cena ne tolko ne snizaetsia no zacastuiu daze rastet https www legnostyle ru catalog mejkomnatnie dveri razdvijnaa dver rd 4 html izdeliia ne teriaiut formu ne snizaiut procnost ix cveta prodolzaiut ostavatsia takimi ze socnymi https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p8 html dlia izgotovleniia v bolsinstve slucaev ispolzuiutsia naturalnye i osobo cennye materialy https www legnostyle ru catalog mebel shkafy sekcii gorki scg 8 html mnogie putesestvenniki uze znaiut o tom cto v kitae dovolno opasnoe doroznoe dvizenie https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e17 html bolsinstvo iz turistov po etoi pricine predpocitaiut peredvigatsia po territorii podnebesnoi na informacionnyi portal o kitae https www legnostyle ru catalog mejkomnatnie dveri dver p35 html ezednevnye novosti kitaia sobytiia i proissestviia segodnia interesnye stati poznavatelnye obzory foto i opisanie gorodov kitaia istoriia gosudarstva pervoklassnye kuxni vypolnennye v dannom stile otlicaiutsia neobxodimoi funkcionalnostiu prostotoi i bogatstvom konfiguracii zavisiashhix ot planirovki pomeshheniia ili licnyx predpoctenii https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub komod model kts 27 html podxod k proektirovaniiu kuxon podobnogo stilia dopuskaet opredelennuiu svobodu inogda daze socetaia nesocetaemoe cto predpolagaet vozmoznost izgotovleniia mebeli po osobomu zakazu https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 28 html po mneniiu sotrudnikov kladbishha takie perezivaniia pomogut cenit bolse zizn https www legnostyle ru catalog mebel scg 11 html bolsinstvo posetitelei kladbishha scitaiut takuiu ideiu strannoi opublikovano 11 04 2018 21 48 '),
(12543,'field:18',0,1,' https completecarebrick com contact '),
(12543,'field:19',0,1,' info completecarebrick com '),
(12543,'field:6',0,1,' davidsnuri '),
(12543,'field:7',0,1,' tacusol 6816 mail ru '),
(12543,'field:8',0,1,' google '),
(12543,'field:9',0,1,' general inquiry '),
(12543,'title',0,1,' 2026 01 20 21 13 38 '),
(12544,'field:10',0,1,' voghjvouyn es vouzvoum ei imanal dzer giny '),
(12544,'field:18',0,1,' http ccmonmouth com contact '),
(12544,'field:19',0,1,' info ccmonmouth com '),
(12544,'field:6',0,1,' leetup '),
(12544,'field:7',0,1,' dinanikolskaya99 gmail com '),
(12544,'field:8',0,1,' google '),
(12544,'field:9',0,1,' general inquiry '),
(12544,'title',0,1,' 2026 01 20 21 15 42 '),
(12552,'field:10',0,1,' vot zdes vy smozete naiti elitnuiu mebel po dostupnoi cene https www legnostyle ru catalog mebel gostinnie g 6 html ispolzovanie kacestvennyx materialov garantiruet dlitelnyi ekspluatacionnyi period pri korrektnom ispolzovanii https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri model e31 html obstavit dom ili kvartiru obustroit spalniu kabinet ili biblioteku oborudovat torgovoe pomeshhenie ili interer restorana zadaca dlia tex kto ponimaet cennost xorosei zizni https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l4 5 html izgotovlenie vasei kuxni nacalos i teper vam ostaetsia tolko zdat https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a5 html izgotovlenie kuxni zanimaet do 14 dnei maksimum v zavisimosti ot sloznosti zakaza https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d2 html iniciatorom protesta stalo novoe profsoiuznoe obieedinenie medicinskix rabotnikov https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e27 html po mneniiu aktivistov bolnicy gonkonga opublikovano 04 02 2020 15 45 pri razrabotke elitnyx modelei mebelnyx garniturov dlia spalni dizainery kompanii ucityvaiut osobennosti planirovki pomeshheniia a takze predpocteniia klientov v vybore dizaina materiala i furnitury https www legnostyle ru catalog mejkomnatnie dveri arka a2 html uze davno elitnaia mebel perestala byt dlia nas cem to neobycnym https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=19 vse my xotim zaplativ dengi polucit cto to neobycnoe osobennoe i konecno ze ekskliuzivnoe https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d13 html '),
(12552,'field:18',0,1,' https completecarehillside com contact '),
(12552,'field:19',0,1,' info completecarehillside com '),
(12552,'field:6',0,1,' davidvom '),
(12552,'field:7',0,1,' tacusol 6816 mail ru '),
(12552,'field:8',0,1,' google '),
(12552,'field:9',0,1,' general inquiry '),
(12552,'title',0,1,' 2026 01 20 21 16 47 '),
(12556,'field:10',0,1,' kompaniia pek predostavliaet obsirnyi perecen dopolnitelnyx uslug zabor i dostavka gruza pogruzo razgruzocnye raboty straxovanie upakovka uproshhennaia vydaca i mnogie drugie https keycargo ru kontakty osnovnymi uslugami kompanii iavliaiutsia xotite polucit bolee podrobnuiu informaciiu o dostavke gruzov po rossii transportnoi kompaniei pek i cene gruzoperevozok rasscitaite stoimost perevozki na saite ili v mobilnom prilozenii https keycargo ru tak ze mozno obratitsia v blizaisee otdelenie ili pozvonit po nomeru telefona filiala v vasem gorode https keycargo ru kontakty mozno li zakazat gruzovuiu perevozku den v den obratite vnimanie tip kuzova '),
(12556,'field:18',0,1,' http ccmonmouth com contact '),
(12556,'field:19',0,1,' info ccmonmouth com '),
(12556,'field:6',0,1,' briancrugh '),
(12556,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(12556,'field:8',0,1,' google '),
(12556,'field:9',0,1,' general inquiry '),
(12556,'title',0,1,' 2026 01 20 21 17 11 '),
(12557,'field:10',0,1,' dostoprimecatelnosti koncerty i sou pamiatniki istorii sovremennaia arxitektura xramy soping https akademy21 ru courses massage master apparatnoy korrektsii figury v dannyi moment my ne smogli naiti tury po fixcene ekspert po turizmu https akademy21 ru lazernoe udalenie permanentnogo makiyazha 20 ianvaria sb ot 7 do 10 nocei ot 138 985 rub https akademy21 ru contacts ulanude 21 ianvaria vs ot 7 do 10 nocei ot 138 985 rub https akademy21 ru master brovist 22 ianvaria pn ot 5 do 10 nocei ot 123 342 rub https akademy21 ru podolog 23 ianvaria vt ot 7 do 10 nocei ot 147 146 rub https akademy21 ru contacts yakutsk 25 ianvaria ct ot 7 do 10 nocei ot 137 394 rub https akademy21 ru contacts spb 26 ianvaria pt ot 7 do 12 nocei ot 137 394 rub https akademy21 ru master nogtevogo servisa 27 ianvaria sb ot 7 do 10 nocei ot 153 013 rub https akademy21 ru courses massage intimnoye otbelivaniye iapparatnoye omolozheniye 28 ianvaria vs ot 7 do 10 nocei ot 151 462 rub https akademy21 ru contacts 29 ianvaria pn ot 7 do 8 nocei ot 160 805 rub https akademy21 ru prepodavatel podologii 30 ianvaria vt ot 7 do 10 nocei ot 148 611 rub https akademy21 ru apparatnaya kosmetologiya 1 fevralia ct ot 6 do 10 nocei ot 129 873 rub https akademy21 ru blog tpost cajvp72vm1 europass vash propusk dlya raboti za gra 4 fevralia vs ot 6 do 11 nocei ot 129 873 rub https akademy21 ru trener elektro epilyatsiya 5 fevralia pn ot 6 do 11 nocei ot 146 878 rub https akademy21 ru trener nutriciolog 6 fevralia vt ot 7 do 11 nocei ot 144 982 rub https akademy21 ru blog 7 fevralia sr ot 7 do 11 nocei ot 132 885 rub https akademy21 ru contacts ussuriysk 10 fevralia sb ot 7 do 10 nocei ot 138 509 rub https akademy21 ru konturnaya plastika gub imenno tut mozno uvidet cto takoe etot samyi https akademy21 ru narachivabie browei nu a cainaia ceremoniia zaversit polet v nevidannyi po raznoobraziiu sortov cainyi mir https akademy21 ru narachivabie browei putesestvenniki mogut pobyvat v monastyriax posetit drevnie goroda posetit stolicu kitaia uvidet pariashhie gory i mnogoe drugoe https akademy21 ru narashivanie nogtey liuboi marsrut ostavit massu iarkix vpecatlenii na dolgie gody https akademy21 ru courses massage apparatniy massazh tela lpg '),
(12557,'field:18',0,1,' http completecarebrick com contact '),
(12557,'field:19',0,1,' info completecarebrick com '),
(12557,'field:6',0,1,' philipvar '),
(12557,'field:7',0,1,' halcheni1990 mail ru '),
(12557,'field:8',0,1,' google '),
(12557,'field:9',0,1,' general inquiry '),
(12557,'title',0,1,' 2026 01 20 21 19 08 '),
(12558,'field:10',0,1,' voiti i sekonomit https rich house su services oteli anapy vse vkliuceno gelendzik zavtrak vkliucen https rich house su contacts novorossiisk 199 otelei gelendzik gelendzikskii pr t d https rich house su restaurants 133 1463 km trassy m4 https rich house su diapazon cen v gostinicax i oteliax gelendzika https rich house su services '),
(12558,'field:18',0,1,' http completecareoakridge com contact '),
(12558,'field:19',0,1,' info completecareoakridge com '),
(12558,'field:6',0,1,' geraldfumma '),
(12558,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12558,'field:8',0,1,' google '),
(12558,'field:9',0,1,' general inquiry '),
(12558,'title',0,1,' 2026 01 20 21 19 42 '),
(12559,'field:10',0,1,' na zavodax metallokonstrukcii ispolzuiutsia razlicnye metody svarki vkliucaia rucnuiu dugovuiu svarku argonno dugovuiu svarku lazernuiu svarku a takze avtomaticeskuiu svarku v zashhitnoi atmosfere https mobelmetall ru aboutus kazdyi metod imeet svoi osobennosti i vybiraetsia v zavisimosti ot tipa konstrukcii https mobelmetall ru ourproduction dlia izgotovleniia metallokonstrukcii obycno ispolzuiut stal aliuminii nerzaveiushhuiu stal a takze specialnye splavy obespecivaiushhie nuznye xarakteristiki procnosti korrozionnoi stoikosti i drugix parametrov https mobelmetall ru gibka metalla kakie metallokonstrukcii proizvodiat na zavodax rossii uralskii zavod metalloizdelii 25 apr saratovskii zavod rmk 29 mar texnoprom 19 mar egoza 11 mar russtal 09 mar av grupp 03 mar https mobelmetall ru questions avalda degtiarskii metallurgiceskii zavod adres g https mobelmetall ru questions ekaterinburg ul https mobelmetall ru questions selkorovskaia d https mobelmetall ru gibka metalla 124 tel 7 343 222 22 23 361 23 10 361 25 20 https mobelmetall ru questions ooo ogrn 1116451002942 osnovano 21 https mobelmetall ru policy 10 https mobelmetall ru lazernaya svarka dubna 2011 https mobelmetall ru gibka metalla '),
(12559,'field:18',0,1,' https ccbrackenville com contact '),
(12559,'field:19',0,1,' info ccbrackenville com '),
(12559,'field:6',0,1,' shermanaerom '),
(12559,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12559,'field:8',0,1,' google '),
(12559,'field:9',0,1,' general inquiry '),
(12559,'title',0,1,' 2026 01 20 21 20 38 '),
(12564,'field:10',0,1,' kitai s 1975 goda smog uspesno vernut iz kosmosa bolee dvadcati sputnikov https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d11 html kitaicy uvereny cto texnologiia sviazannaia s takimi kosmiceskimi apparatam uze dokazala svoiu nadeznost https www legnostyle ru catalog mejkomnatnie dveri dver p14 html torgovye operacii s knr priobretaiut ogromnyi razmax https www legnostyle ru catalog mebel derevyannye stoly md 7 html pri etom pri dostavke gruzov iz podnebesnoi prixoditsia sobliudat bolsoe cislo formalnostei https www legnostyle ru catalog lestnici derevannie vintovie lestnici lestnica l4 3 html ctoby vvezti tovar iz podnebesnoi v na saite proekta predstavlena aktualnaia i polnaia informaciia o bolee cem 5 232 680 organizaciiax rossii i sng v vide udobnogo rubrikatora po sferam deiatelnosti kompanii i geograficeskogo spravocnika organizacii https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub administraciia saita ne neset otvetstvennosti za kontent na saite tak kak vsia informaciia na saite sobrana iz otkrytyx istocnikov i dobavliaetsia polzovateliami a otzyvy napisany posetiteliami saita https www legnostyle ru catalog mejkomnatnie dveri diverso ne naslazdaites iavno komplimentom nekotorye turisty popadaiut v neodnoznacnuiu situaciiu kogda poblagodariv kitaica naprimer za vkusnyi obed v otvet slysit cto na samom dele eda kulturnaia revoliuciia v kitae vovse ne zaversilas ona vse eshhe prodolzaetsia no na kitaiskix dorogax https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e8 html proizoslo obostrenie klassovoi nenavisti velosipedistov i pesexodov k peredvigaiushhimsia na tak pocemu ze ona vse taki stala takoi populiarnoi i elitnoi odnovremenno potomu cto koza eto naturalnyi material znacit ona ne vredit ekologii a eshhe koza dostatocno iznosostoika nepronicaema dlia vozduxa i za nei legko uxazivat https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l4 6 html k tomu ze italianskaia koza scitaetsia pervoi v mire po kacestvu dobavte siuda vozmoznost zakaza otdelki kozei liubogo elementa mebeli i vy polucite kacestvennuiu mebel kotoraia soboi ukrasit vas interer roskosiu i naturalnostiu https www legnostyle ru catalog mebel iz duba pagen 1=13 '),
(12564,'field:18',0,1,' https ccmeriden com contact '),
(12564,'field:19',0,1,' info ccmeriden com '),
(12564,'field:6',0,1,' davidevirm '),
(12564,'field:7',0,1,' tacusol 6816 mail ru '),
(12564,'field:8',0,1,' google '),
(12564,'field:9',0,1,' general inquiry '),
(12564,'title',0,1,' 2026 01 20 21 21 56 '),
(12565,'field:10',0,1,' v tekushhem godu vsestoronnie otnoseniia i strategiceskoe partnerstvo mezdu dvumia stranami prodolzat uglublenno razvivat https www legnostyle ru catalog lestnici lestnica l8 18 html ozidaetsia mnogo vaznyx mezdunarodnyx sobytii https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d27 html ob etom pri izgotovlenii mebeli my ispolzuem tolko kacestvennye i naturalnye materialy takie kak cennye porody drevesiny iskusstvennyi i naturalnyi kamen sertificirovannye dsp i mdf https www legnostyle ru catalog lestnici lestnica l1 1 html elitnye kuxni nikogda ne vyidut iz mody https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model i14 html modnye garnitury izgotavlivaiutsia iz vysokokacestvennogo dorogogo dereva osnashheny nadeznoi furnituroi i stilnymi elementami otdelki https www legnostyle ru catalog mebel shkafy sekcii gorki scg 47 html dveri skafa kupe komodnye iashhiki i spinki stula otdelany kozei skata ili ugria https www legnostyle ru catalog mebel elitnaya detskaya mebel d1 18 html otdelyvat kozei mebel mozno raznymi sposobami iasno cto u italiancev svoi tradicii otdelki kotorye mogut vidoizmeniatsia ot mastera k masteru https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d32 html v gonkonge sotni rabotnikov mediciny v tom cisle medsestry i vraci nacali v ponedelnik zabastovku https www legnostyle ru catalog lestnici derevannie vintovie lestnici lestnica l4 9 html po informacii ot mestnyx smi mediki trebuiut ctoby vlasti polnostiu zakryli granicu s materikovym kitaem cto predotvratit epidemiiu koroonavirusa v regione https www legnostyle ru mebel dlya gostinnoy iz massiva html elitnaia mebel dlia kabineta rukovoditelia izgotavlivaetsia ne tolko iz vyseperecislennyx porod https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a3 html polzuiutsia populiarnostiu predmety interera iz ekzoticeskix materialov https www legnostyle ru catalog inter eri peregorodki a 15 html rasprostranennoi iavliaetsia mebel iz maxagoni https www legnostyle ru catalog inter eri a 38 html ona otlicaetsia temno malinovym krasno koricnevym cvetom https www legnostyle ru catalog inter eri stenovie paneli s46 html xoroso smotritsia v kabinete stol ili skaf iz tisa https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=2 dannaia poroda mozet byt kak krasno buroi tak i fioletovo puncovoi https www legnostyle ru catalog mebel prihojie gp 3 html k elitnym predmetam interera otnositsia mebel iz merbau venge ebet kempas https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s14 html '),
(12565,'field:18',0,1,' https ccmeriden com contact '),
(12565,'field:19',0,1,' info ccmeriden com '),
(12565,'field:6',0,1,' davidevirm '),
(12565,'field:7',0,1,' tacusol 6816 mail ru '),
(12565,'field:8',0,1,' google '),
(12565,'field:9',0,1,' general inquiry '),
(12565,'title',0,1,' 2026 01 20 21 21 56 '),
(12566,'field:10',0,1,' priiatnye ceny https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model o10 html nekotorym nasi ceny mogut pokazatsia zavysennymi odnako esli u vas v prioritete nadeznost iznosostoikost procnost i ekologicnost to vy poimete cto stoimost mebeli polnostiu sootvetstvuet ee xarakteristikam https www legnostyle ru catalog mebel md 7 html my ustanavlivaem maksimalno dostupnye ceny na izdeliia tak kak sotrudnicaem napriamuiu s izvestnymi brendami https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a 13 html elitnaia nemeckaia i italianskaia mebel v barnaule https www legnostyle ru catalog mebel prihojie gp 6 html kuxni spalni prixozie i garderobnye vsia mebel splanirovana takim obrazom ctoby legko realizovat tvorceskie zadumki v interere doma s ucetom osobennostei zilia https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l4 1 html dve oznacennye strany iavliaiutsia liderami sredi proizvoditelei elitnoi mebeli https www legnostyle ru catalog mejkomnatnie dveri pagen 1=17 lucsee cto sushhestvuet na segodnia libo italianskaia libo francuzskaia mebel https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e30 html na elitnuiu mebel deistvuet skladskaia programma blagodaria kotoroi interesuiushhie vas komplekty mogut byt dostavleny v tecenie 2 3 dnei https www legnostyle ru catalog mejkomnatnie dveri d peregorodki pagen 1=2 kazdyi pokupatel mozet vospolzovatsia nakanune vsemirnogo dnia borby so spidom otmecaiushhegosia 1 dekabria statistiku po zabolevaemosti vic spid oglasil centr po profilaktike boleznei i kontroliu za ocagami ix vozniknoveniia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e7 html eksperty dizainery aktivno vpityvaiut v sebia vse osobennosti mebelnoi mody 20 go stoletiia koza v te vremena byla super modna https www legnostyle ru mejkomnatnye dvoinye dveri html eto obieiasniaetsia tem cto opredelennye stili pestrili sikom takoi material kak koza smog prekrasno togda podderzat temu bogatstva i roskosi https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub nabiraiushhie populiarnost etniceskii stil i kolonialnyi takze vydeliaiutsia naliciem bolsogo kolicestva kozanyx elementov mebeli https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub komod model kts 21 html '),
(12566,'field:18',0,1,' https cclehigh com contact '),
(12566,'field:19',0,1,' info cclehigh com '),
(12566,'field:6',0,1,' davidflady '),
(12566,'field:7',0,1,' tacusol 6816 mail ru '),
(12566,'field:8',0,1,' google '),
(12566,'field:9',0,1,' general inquiry '),
(12566,'title',0,1,' 2026 01 20 21 22 22 '),
(12571,'field:10',0,1,' hi ed dom https us member uschoolnet com register step1 php from=em dom ru https vortez net revive2 www delivery ck php ct=1 oaparams=2 bannerid=96 zoneid=7 cb=7b05f93fa3 oadest=http em dom ru https yomi mobi rjump em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https toneto net redirect url=http em dom ru https hudsonltd com url=em dom ru http cr naver com redirect notification u=https em dom ru https ofsilvers hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https suecia kb se goto http em dom ru https drugs ie url=https em dom ru https www rovaniemi fi includes loginproviders activedirectory adlogin aspx returnurl=https em dom ru https ads agorafinancial com www delivery ck php ct=1 oaparams=2 bannerid=529 zoneid=4 cb=e74ef55876 oadest=http em dom ru https masaru323 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www sunnymake com alexa domain=http em dom ru https www etcconnect com logout aspx bc returnurl=https em dom ru https cm eu wargaming net frame service=frm project=moo realm=eu language=en login url=http em dom ru https freewebsitetemplates com proxy php link=https em dom ru https www fahrradmonteur de index php title= em dom ru action=edit printable=yes https forums2 battleon com f interceptor asp dest=em dom ru https ai blackfacts com redirect factsource 13d1ce12 1229 404b bf31 8bdda75b7d55 03290b70 9a99 489b a7fa 318ae1b60a6e https em dom ru https www skisprungschanzen com link php id=2 url=http em dom ru https amk team ru go url=https em dom ru https tb getinvisiblehand com adredirect php url=https em dom ru https forums techarp com proxy php link=http em dom ru https priuschat com proxy php link=https em dom ru https optimize viglink com page pmv url=https em dom ru https captcha 2gis ru form return url=https em dom ru https phleguratone music games hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https forums overclockers com au proxy php link=http em dom ru https rezkyrizani xtgem com fb text lingkaran site=em dom ru lt https www decidim barcelona link external url=https em dom ru https pl grepolis com start redirect url=http em dom ru https app nexoos com br mkt borrower registration wizard partner redirection link=https em dom ru partner=geru https aoisakana5 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https secure nationalimmigrationproject org np clients nationalimmigration tellfriend jsp subject=attending 2020 annual pre aila crimes and immigration virtual cle url=http em dom ru https community restaurant org links url=https em dom ru https www oddworld com shop shop php store=em dom ru https www hogodoc com url=em dom ru https forum corvusbelli com proxy php link=https em dom ru https gogvo com redir php k=d58063e997dbb039183c56fe39ebe099 url=https em dom ru https plantationfl adventistchurch org forwarder part1 url=https em dom ru https www studyladder com games activity word match s a t p i n 35665 backurl=http em dom ru https translate itsc cuhk edu hk gb em dom ru weilun b5 valk valk profile html https s panda hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https forum doctissimo fr inscription 1 html referer url=https em dom ru https content hh ru api v1 click contentid=538 placeid=2 employerid=581458 domainareaid=1353 host=https em dom ru https doba te ua gateway goto=https em dom ru https w1 websnadno cz index php menu1r=2 stiznost=true surl=em dom ru sreferer= https gochiemon hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https tokyo new akiba com ra www delivery ck php ct=1 oaparams=2 bannerid=3 zoneid=3 cb=154a423fea oadest=https em dom ru https nick hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https babkim hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https prlog ru analysis em dom ru http 2015 adfest by banner redirect php url=http em dom ru https m shopinportland com redirect aspx url=em dom ru http www bovec net redirect php link=em dom ru un=reedw cf from=bovecnet https studenthelpr com redirect redirectto=http em dom ru https wiki zcubes com index php title= em dom ru action=edit printable=yes https empyriononline com proxy php link=https em dom ru https click simsfinds com go url=http em dom ru https sda foodandtravel com live www delivery ck php ct=1 oaparams=2 bannerid=14 zoneid=14 source= obfs cb=18dd655015 oadest=http em dom ru https www hawaiitourismauthority org speedbump targeturl=https em dom ru https envios uces edu ar control click mod php email= email id envio=1557 url=https em dom ru https forums fugly com proxy php link=http em dom ru https show jspargo com attendeeacquisitiontool src tracking10click asp caller=attacqwidget widgetid=61 redirecturl=http em dom ru https www bing com news apiclick aspx ref=fexrss aid= tid=60610d15439b4103a0bf4e1051edcf8b url=https em dom ru c=12807976268214810202 mkt=en us https www freeseotoolbox net domain em dom ru update https secure radio online com cgi bin rol exe ssiteid em dom ru https daemon indapass hu http session request redirect to=https em dom ru partner id=bloghu https www survivalmonkey com proxy php link=https em dom ru https www shareaholic com logout origin=http em dom ru https domain opendns com em dom ru https w1 weblahko sk index php menu1r=2 stiznost=true surl=em dom ru sreferer= https accounts ac illust com signup lang=vi serviceurl=https em dom ru https ipmba org url=http em dom ru https www emuparadise me logout php next=https em dom ru https owner netkeiba com horse id=2020100124 pid=horse shokin return url=https em dom ru https 100day hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https my w tt a key live pgerp08edsp0oa8bt3azqbhoqzgspodt medium= feature= campaign= channel= $always deeplink=0 $fallback url=em dom ru $deeplink path= https smart link 5bb788a3d5b83 site id=web nbcs philly creative id=nbcsphi1356 cp 4=em dom ru https forums officialpsds com proxy php link=https em dom ru https popjulia onelink me covz pid=pc bottom c=home af dp=com chicv popjulia af web dp=http em dom ru is retargeting=true https framinghamlibrary org url=em dom ru https www sexpin net source em dom ru http ijpc uscannenberg org url=http em dom ru https www thetfp com proxy php link=http em dom ru https www constructionenquirer com wp content themes constructionenquirer adclick php url=http em dom ru https adsfac net search asp url=http em dom ru https nabchelny ru welcome blindversion normal callback=http em dom ru https marublog129 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www chara ani com member rule aspx src=https em dom ru https www kidsemail org parent login php msg=a '),
(12571,'field:18',0,1,' https ccfoxhill com contact '),
(12571,'field:19',0,1,' info ccfoxhill com '),
(12571,'field:6',0,1,' jesustes '),
(12571,'field:7',0,1,' ch ema xk i r i l l gmail com '),
(12571,'field:8',0,1,' google '),
(12571,'field:9',0,1,' general inquiry '),
(12571,'title',0,1,' 2026 01 20 21 23 01 '),
(12572,'field:10',0,1,' kompaniia zabotitsia o svoix klientax poetomu predlagaet kacestvennuiu nemeckuiu mebel ot lucsix proizvoditelei https www legnostyle ru catalog mebel shkafy sekcii gorki scg 9 html u nas sirokii assortiment produkcii https www legnostyle ru catalog inter eri inter er int8 html v kataloge vy naidete bolsoe raznoobrazie korpusnoi i miagkoi mebeli kotoraia obladaet otlicnymi ekspluatacionnymi xarakteristikami https www legnostyle ru catalog lestnici elitnye pagen 1=4 sredi predlozenii iompanii otlicno vpisetsia v liuboi interer https www legnostyle ru dver arochnaya html ogromnyi vybor mebeli dlia gostinic barov i biliardnyx mogut zainteresovat takze professionalov https www legnostyle ru catalog mejkomnatnie dveri model o18 html dizainerskaia mebel po individualnomu zakazu v moskve izgotavlivaetsia na nasei fabrike https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 9 html ot momenta zakaza do ee ustanovki vas zakaz proxodit neskolko otdelov dizainerskii konstruktorskii stoliarnyi maliarnyi sborocnyi https www legnostyle ru catalog mebel derevyannye stoly s 3 html my proizvodim produkciiu po individualnym proektam dlia castnyx domov restoranov ofisov v moskve i moskovskoi oblasti https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d7 html otdelka mebeli kozei pozvoliaet sdelat i bez togo idealnuiu italianskuiu mebel eshhe bolee interesnoi i neobycnoi https www legnostyle ru catalog inter eri stenovie paneli s36 html dlia dizainerov koza kak otdelocnyi material vyse liubyx modnyx tendencii https www legnostyle ru catalog inter eri s41 html ona mozet byt ispolzovana vezde v abazure v skafax v krovatiax daze na polu i na stenax https www legnostyle ru catalog mebel sp 1 html mebel iz italii vo vse vremena scitalas roskosiu dostoinoi izbrannyx ee mozno bylo uvidet tolko v salonax znatnyx osob https www legnostyle ru catalog mebel pagen 1=4 italianskaia mebel eto kropotlivaia rabota masterov i xudoznikov lombardii toskany i venecii pokoleniia kotoryx sozdavali davnie xudozestvenno remeslennye tradicii https www legnostyle ru catalog inter eri pt 11 html sovremennye mebelnye brendy italii izvestnye daleko za predelami strany iavliaiutsia castiu italianskoi promyslennoi istorii ix korni uxodiat v starinnye semeinye predpriiatiia xix veka https www legnostyle ru catalog inter eri potolki pt 30 html znamenita svoim izyskannym dizainom prakticnostiu i funkcionalnostiu https www legnostyle ru catalog mebel spalni sp 9 html italianskaia mebelnaia industriia zanimaet lidiruiushhie mesta v mirovom mebelnom dizaine i proizvodstve https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=12 odnako segodnia mebel iz italii stanovitsia vse bolee dostupnoi potrebiteliu https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaya dver d47 html mebel iz germanii slavitsia na ves mir svoimi izyskannymi formami iznosostoikostiu i procnostiu https www legnostyle ru catalog mebel kabinety kb 4 html tak cto esli xotite sdelat svoe zile bolee funkcionalnym i ergonomicnym obrashhaites v nasu kompaniiu my pomozem vam vybrat podxodiashhii variant garnitura pod vas interer https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=19 '),
(12572,'field:18',0,1,' https completecarebrick com contact '),
(12572,'field:19',0,1,' info completecarebrick com '),
(12572,'field:6',0,1,' davidsnuri '),
(12572,'field:7',0,1,' tacusol 6816 mail ru '),
(12572,'field:8',0,1,' google '),
(12572,'field:9',0,1,' general inquiry '),
(12572,'title',0,1,' 2026 01 20 21 23 13 '),
(12573,'field:10',0,1,' evropeiskaia mebel vsegda polzovalas populiarnostiu za predelami tex stran v kotoryx ona proizvodilas osobenno esli rec sla ob izdeliiax iskusnyx italianskix masterov https www legnostyle ru catalog mebel gostinnie segodnia nicego ne izmenilos mebel iz evropy pozvoliat sdelat interer stilnym i statusnym https www legnostyle ru modulnaia detskaia mebel html a dlia togo ctoby polucit nastoiashhii ekskliuziv stoit zaglianut na sait zdes v kataloge predstavleny elitnye predmety interera kotorye napravliaiutsia neposredstvenno s fabrik italii i drugix stran https www legnostyle ru catalog mejkomnatnie dveri dver p28 html tak pocemu ze ona vse taki stala takoi populiarnoi i elitnoi odnovremenno potomu cto koza eto naturalnyi material znacit ona ne vredit ekologii a eshhe koza dostatocno iznosostoika nepronicaema dlia vozduxa i za nei legko uxazivat https www legnostyle ru catalog mejkomnatnie dveri ottimo mejkomnatnaa dver o2 html k tomu ze italianskaia koza scitaetsia pervoi v mire po kacestvu dobavte siuda vozmoznost zakaza otdelki kozei liubogo elementa mebeli i vy polucite kacestvennuiu mebel kotoraia soboi ukrasit vas interer roskosiu i naturalnostiu https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e19 html netradicionno vygliadiat lakirovanie kozi tisnenie otdelka kotoraia otdalenno napominaet soboi zolotistyi spon https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a3 html kogda to nezasluzenno zabytyi metod otdelki mebeli s kozei ispolzovanie gvozdei u kotoryx bolsaia sliapka https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=10 takaia mebel budet smotretsia ne tolko modno no i gvozdi pridadut ei antikvarnogo vida https www legnostyle ru catalog kuhni kuhna 9 html krome togo mebel ot lidiruiushhix proizvoditelei otlicaetsia dopolnitelnoi otdelkoi s primeneniem naturalnogo susalnogo zolota 24k https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=9 estetiku vnesnego vida v osnovnom zadaiut iziashhnye elementy xarakternye dlia francuzskogo i italianskogo stilia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model i25 html pri etom vse materialy kotoryi ispolzuiutsia v proizvodstve na 100% ekologicny https www legnostyle ru catalog mejkomnatnie dveri dver p26 html starinnye tradicii v socetanii s sovremennymi ideiami daiut pokupateliu uverennost v tom cto on polucaet samoe lucsee https www legnostyle ru catalog lestnici elitnye lestnica l8 5 html ne govoria uze ob estetike evropeiskie mastera vekami ottacivali iskusstvo izgotovleniia takix predmetov mebeli kotoryi ukrasiat liubuiu obstanovku https www legnostyle ru catalog inter eri inter er int3 html segodnia elitnaia mebel iz evropy vypolniaetsia v raznyx stilevyx napravleniiax i poetomu kazdyi mozet naiti to cto emu nuzno https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a4 html s drugoi storony otdelka mozet proizvoditsia kak vsei poverxnosti mebeli tak i ee kakoi to opredelennoi casti https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i18 html dopolnennaia sovremennymi materialami steklom metallam ili derevom ona stanovitsia ocerednym proizvedeniem iskusstva https www legnostyle ru catalog mebel scg 28 html '),
(12573,'field:18',0,1,' https cchyattsville com contact '),
(12573,'field:19',0,1,' info cchyattsville com '),
(12573,'field:6',0,1,' daviddix '),
(12573,'field:7',0,1,' tacusol 6816 mail ru '),
(12573,'field:8',0,1,' google '),
(12573,'field:9',0,1,' general inquiry '),
(12573,'title',0,1,' 2026 01 20 21 23 24 '),
(12574,'field:10',0,1,' kitai s 1975 goda smog uspesno vernut iz kosmosa bolee dvadcati sputnikov https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o17 html kitaicy uvereny cto texnologiia sviazannaia s takimi kosmiceskimi apparatam uze dokazala svoiu nadeznost https www legnostyle ru catalog inter eri potolki pagen 1=4 na segodniasnii den elitnaia mebel polzuetsia osobennym interesom sredi naseleniia https www legnostyle ru catalog mejkomnatnie dveri arka a1 html kak pravilo izgotavlivaiut ee na zakaz poetomu pokupateli s samymi bolsimi trebovaniiami mogut vypolnit razlicnye individualnye pozelaniia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaya dver e24 html dolse cem my ozidali s vybrannoi tkaniu dovolno dorogo vyslo https www legnostyle ru catalog mejkomnatnie dveri model i25 html no konecno ne doroze cem kupit novuiu podobnuiu mebel https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a 19 html v liubom slucae vse sdelano dostoino https www legnostyle ru catalog mejkomnatnie dveri arka a2 id 986 html sovremennye tendencii pokazali nam cto elitnaia mebel iz dereva stoit dorogo no zato ona vypolnena polnostiu iz naturalnogo ekologiceski cistogo dereva i imeet ocen mnogo preimushhestv pered drugimi materialami https www legnostyle ru uteplenie vhodnyh dverei html takaia mebel obespecit nam komfort budet ocen udobnoi i mnogofunkcionalnoi i budet imet nepovtorimyi dizain https www legnostyle ru catalog mebel vse eti svoistva vmestila v sebia elitnaia mebel iz dereva https www legnostyle ru catalog inter eri arka a39 html takaia mebel velikolepno vpisyvaetsia v liuboi roskosnyi interer i bezuslovno budet vygliadet dorogo vydeliaia vas izyskannyi vkus https www legnostyle ru catalog mejkomnatnie dveri arka a36 html ob etom soobshhaet agentstvo sinxua ssylaias na sinczianskii institut arxeologii i kulturnyx relikvii https www legnostyle ru catalog lestnici elitnye lestnica l1 11 html ploshhad ucastka na kotorom dobyvali biriuzu sostavliaet bolee 8 kvadratnyx kilometrov https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 14 html miagkaia mebel pridaet uiut domu https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 4 html miagkoe kreslo v kotoroe xocetsia zabratsia s caskoi goriacego caia i divan na kotorom udobno povaliatsia posle rabocego dnia https www legnostyle ru catalog mebel pagen 1=7 vybiraia miagkuiu mebel my budto vybiraem sebe druga tak cto zdes nuzno podxodit k pokupke osobenno serezno https www legnostyle ru mezhetazhnye derevyannye lestnicy html nuzno opredelit dlia kakix celei vy vybiraete miagkuiu mebel iz cego ona dolzna byt sdelana https www legnostyle ru catalog inter eri potolok model pt 4 html osoboe vnimanie nado udelit garantii na mebel https www legnostyle ru catalog mebel prihojie garderobnaa model scg 15 html obycno srok ekspluatacii miagkoi mebeli sostavliaet 15 let https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model e28 html vazno opredelitsia s proizvoditelem https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d45 html miagkaia mebel iz kitaia imeet riad preimushhestv seicas rynok predlagaet sirokii vybor proizvoditelia pocti liuboi strany no sredi etogo mnogoobraziia vy dolzny sdelat optimalnyi vybor cena kacestvo https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 21 html esli dlia vas vazno evropeiskoe kacestvo v socetanii s demokraticnoi cenoi stoit sdelat vybor v polzu kitaiskogo proizvoditelia https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub komod model kts 22 html miagkaia mebel iz kitaia stremitelno zavoevyvaet rossiiskii rynok https www legnostyle ru catalog inter eri pt 7 html cto ze takogo mozet predlozit nam kitaiskaia mebel kitaiskie specialisty rabotaiut tocno po certezam italianskix firm cto vyxodit sushhestvenno desevle cem rabota italianskix specialistov v etoi oblasti https www legnostyle ru catalog lestnici lestnica l1 4 html nizkaia cena zacastuiu igraet resaiushhuiu rol za te ze dengi vy polucaete mebel lucsego kacestva https www legnostyle ru catalog mebel scg 51 html da i zacem tratit dengi gde to pereplacivaia posrednikami https www legnostyle ru catalog mebel kts 2 html kogda mozno dogovoritsia s zavodom na priamuiu takuiu vozmoznost predostavliaet nasa firma https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaya dver d28 html dostatocno zakazat mebelnyi tur v kitai i vy okunetes v mnogoobrazie vybora miagkoi mebeli vpecatliaiushhii assortiment s samym sirokim cenovym diapazonom predlozat vam kitaiskie firmy https www legnostyle ru catalog mejkomnatnie dveri arka a31 html ne stoit zabyvat i o tom cto mebel v kitae proizvodiat iz xorosix ekologiceski cistyx materialov https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a 33 html odnako samaia oshhutimaia vygoda eto pokupka kitaiskoi miagkoi mebeli optom https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d25 html proizvoditeli zainteresovany v bystrom tovarooborote poetomu casto predlagaiut skidki oxotno torguiutsia i idut na ustupki https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=16 '),
(12574,'field:18',0,1,' https cchyattsville com contact '),
(12574,'field:19',0,1,' info cchyattsville com '),
(12574,'field:6',0,1,' daviddix '),
(12574,'field:7',0,1,' tacusol 6816 mail ru '),
(12574,'field:8',0,1,' google '),
(12574,'field:9',0,1,' general inquiry '),
(12574,'title',0,1,' 2026 01 20 21 23 25 '),
(12580,'field:10',0,1,' dekorativnoe pokrytie vycvetaet poiavliaiutsia piatna i potertosti deformiruiutsia elementy konstrukcii https www legnostyle ru catalog inter eri stenovie paneli model s38 html tolko kacestvenno vypolnennaia restavraciia pomozet vernut pervozdannoe velikolepie izdelii https www legnostyle ru catalog inter eri potolki pt 10 html na segodniasnii den elitnaia mebel polzuetsia osobennym interesom sredi naseleniia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d48 html kak pravilo izgotavlivaiut ee na zakaz poetomu pokupateli s samymi bolsimi trebovaniiami mogut vypolnit razlicnye individualnye pozelaniia https www legnostyle ru catalog mebel shkafy sekcii gorki scg 30 html elitnaia kuxnia eto neprevzoidennoe socetanie maksimalnogo udobstva funkcionalnosti i izyskannogo dizaina https www legnostyle ru dubovye dveri html pagen 2=10 prebyvanie na takoi kuxne splosnoe udovolstvie ved daze prigotovlenie pishhi iz obiazannosti prevrashhaetsia v priiatnoe vremiapreprovozdenie https www legnostyle ru catalog mejkomnatnie dveri a 1 html uiut i komfort elitnyx kuxon ot kompanii sozdaetsia kazdoi detaliu individualnyi podxod k kazdomu klientu pozvoliaet udovletvorit liubye trebovaniia i pozelaniia https www legnostyle ru catalog mejkomnatnie dveri model p5 html nasa komanda v tecenie dolgix 12 let rabotaet na mebelnom rynke rossii i mebel dlia elity nase prioritetnoe napravlenie https www legnostyle ru catalog mebel d1 15 html bolsinstvo modelei predstavlennyx v prodaze izgotovleno iz otbornogo duba https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p35 html kazdyi god nasa kollekciia elitnoi mebeli v spb popolniaetsia novymi obrazcami https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d19 html eto roskosnye elitnye spalni s iziashhnymi tualetnymi stolikami stilnymi komodami i roskosnymi krovatiami elitnaia mebel dlia gostinyx s udivitelnymi po krasote barnymi stolami utoncennymi konsoliami dekorativnymi kaminami esteticnymi stolami i stuliami https www legnostyle ru catalog mebel pagen 1=14 interer dolzen byt esteticeski privlekatelnym ne tolko v spalnoi komnate ili v gostinoi no i na kuxne https www legnostyle ru catalog mebel shkafy sekcii gorki skaf model scg 53 html roskos kuxonnogo interera dostigaetsia ne tolko ispolzovaniem sovremennoi bytovoi texniki no i dorogix otdelocnyx materialov https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 2 html priiatnye ceny https www legnostyle ru catalog mejkomnatnie dveri diverso pagen 1=3 nekotorym nasi ceny mogut pokazatsia zavysennymi odnako esli u vas v prioritete nadeznost iznosostoikost procnost i ekologicnost to vy poimete cto stoimost mebeli polnostiu sootvetstvuet ee xarakteristikam https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d46 html my ustanavlivaem maksimalno dostupnye ceny na izdeliia tak kak sotrudnicaem napriamuiu s izvestnymi brendami https www legnostyle ru elementy i komplektuyuschie dlya derevyannyh lestnic html '),
(12580,'field:18',0,1,' https completecarebrick com contact '),
(12580,'field:19',0,1,' info completecarebrick com '),
(12580,'field:6',0,1,' davidsnuri '),
(12580,'field:7',0,1,' tacusol 6816 mail ru '),
(12580,'field:8',0,1,' google '),
(12580,'field:9',0,1,' general inquiry '),
(12580,'title',0,1,' 2026 01 20 21 26 19 '),
(12581,'field:10',0,1,' s 2010 goda https maze tattoo catalog v volki kogda vy vvodite v poiske cto to vrode gde poblizosti sdelat tatu vy skoree vsego ishhete ne prosto blizaisii adres https maze tattoo catalog m mini tatu vy ishhete mesto gde vas poimut https maze tattoo catalog yu gde ne budut toropit https maze tattoo catalog p paporotnik gde pomogut opredelitsia https maze tattoo catalog v van gog i esli vy uze otkryli kartu i smotrite kakie tatu studii v moskve naxodiatsia blize vsego tatu maniia tocno okazetsia v cisle tex kuda stoit zaglianut https maze tattoo catalog z tatu salon v moskve https maze tattoo catalog p pauk pocemu vazno vybirat kacestvennye tatu salony v moskve https maze tattoo catalog i indeytsy koncert na lodke spektakli na rynke i biennale v kvartirax cem zapomnilsia 15 i vyksa festival https maze tattoo catalog m more i ego obitateli tatuirovka eto ne prosto moda https maze tattoo catalog r rozy eto resenie kotoroe ostaetsia s vami na vsiu zizn https maze tattoo catalog m mifologiya poetomu vybor tatu studii v moskve eto ne vopros ceny ili raspolozeniia a vopros doveriia https maze tattoo catalog k kolibri my vidim kak casto liudi prixodiat k nam posle neudacnogo opyta v drugix mestax https maze tattoo catalog l lev i kazdyi raz my ne prosto ispravliaem osibki my vozvrashhaem liudiam uverennost v sebe https maze tattoo catalog ch cherep '),
(12581,'field:18',0,1,' https ccfairlawnedge com contact '),
(12581,'field:19',0,1,' info ccfairlawnedge com '),
(12581,'field:6',0,1,' barryshask '),
(12581,'field:7',0,1,' prosavmobi1981 mail ru '),
(12581,'field:8',0,1,' google '),
(12581,'field:9',0,1,' general inquiry '),
(12581,'title',0,1,' 2026 01 20 21 26 35 '),
(12585,'field:10',0,1,' artikul 7002 futliar dizainerskaia bumaga https classicgifts ru supertonkie lupyi html proizvodstvo elitnyx suvenirov https classicgifts ru tapki plyazhnyie html zakazat dizain https classicgifts ru sumki xolodilniki html 20 000 000 stuk tovarov na sklade 30 000 pozicii v assortimente https classicgifts ru sigaryi html s nami sotrudnicaiut https classicgifts ru electronic piggy bank html eto gotovoe izdelie kotoroe prinadlezit zakazciku https classicgifts ru binokli teatralnyie html no my mozem ispolzovat etu ideiu dlia sozdaniia novogo proekta https classicgifts ru contacts html '),
(12585,'field:18',0,1,' https ccatgreenacres com contact '),
(12585,'field:19',0,1,' info ccatgreenacres com '),
(12585,'field:6',0,1,' tylersed '),
(12585,'field:7',0,1,' aleksandrrapeka mail ru '),
(12585,'field:8',0,1,' google '),
(12585,'field:9',0,1,' general inquiry '),
(12585,'title',0,1,' 2026 01 20 21 27 44 '),
(12586,'field:10',0,1,' my iavliaemsia oficialnymi distribiuterami takix kompanii kak adss honkon keylaser anchorfree ozero khanka zanimaemsia postavkami kosmetologiceskogo oborudovaniia s 2018 goda i uspesno primeniaem novye texnologii v nasix sobstvennyx studiiax krasoty https beauty prestige ru about howto v korzinu bystryi zakaz https beauty prestige ru news klimazon zachem on nuzhen i kak rabotaet html v korzinu bystryi zakaz https beauty prestige ru catalog parikmakherskie kresla margarita medvedeva https beauty prestige ru catalog oborudovanie dlya pedikyura cena 4 500 rub https beauty prestige ru catalog parikmakherskie kresla mbt esthetician https beauty prestige ru catalog massazhnoe oborudovanie '),
(12586,'field:18',0,1,' https ccatgreenacres com contact '),
(12586,'field:19',0,1,' info ccatgreenacres com '),
(12586,'field:6',0,1,' brianjeora '),
(12586,'field:7',0,1,' nikolay shchevcov mail ru '),
(12586,'field:8',0,1,' google '),
(12586,'field:9',0,1,' general inquiry '),
(12586,'title',0,1,' 2026 01 20 21 27 44 '),
(12587,'field:10',0,1,' turciia https corporativ luxe ru contact sankt peterburg https corporativ luxe ru vip oteli skolko letet iz moskvy 3 casa https corporativ luxe ru nayti vykhod rekomenduetsia organizovyvat korporativnyi vyezd v dalekuiu ekzoticeskuiu stranu https corporativ luxe ru film film film i tam v srede drugoi kultury drugix obycaev i mirovozzreniia liudi na 100% otvlekaiutsia ot svoix zabot razgruzaiutsia i nasyshhaiutsia novymi emociiami cto privodit k naxozdeniiu novyx effektivnyx resenii v dalneisei trudovoi deiatelnosti https corporativ luxe ru zolotoye koltso rossii bystro a glavnoe effektivno resim vasu problemu https corporativ luxe ru keytering i banket my liudi u kotoryx mozet slucitsia vse cto ugodno porvetsia pasport za den do vyleta ili nuzno ekstrenno izmenit vremia obratnogo prileta https corporativ luxe ru korporativ v gruzii sdelaem vse cto v nasix silax i daze bolse v turisticeskom bloge my delimsia raznymi istoriiami i keisami svoei raboty https corporativ luxe ru film film film a na nasi rassylki mozno podpisatsia nastoiashhim ia podtverzdaiu cto posledstviia otzyva nastoiashhego soglasiia mne razieiasneny agentom i mne poniatny https corporativ luxe ru tematicheskiy timbilding '),
(12587,'field:18',0,1,' https ccatgreenacres com contact '),
(12587,'field:19',0,1,' info ccatgreenacres com '),
(12587,'field:6',0,1,' derekscogy '),
(12587,'field:7',0,1,' toktobayeva nata mail ru '),
(12587,'field:8',0,1,' google '),
(12587,'field:9',0,1,' general inquiry '),
(12587,'title',0,1,' 2026 01 20 21 27 44 '),
(12588,'field:10',0,1,' my ispolzuem faily cookie dlia togo ctoby ulucsit rabotu saita https dostafka obedi ru services salat s indeikoi i zarenoi fasoliu https dostafka obedi ru zao iulmart vilka lozka noz salfetka https dostafka obedi ru type menu pervye blyuda esli vy prodolzaete rabotat s obed https dostafka obedi ru dostavka ru my predpolagaem cto vy soglasaetes s ispolzovaniem failov cookie https dostafka obedi ru services kompleksnye obedy 2 etapy zakaza i usloviia dostavki https dostafka obedi ru '),
(12588,'field:18',0,1,' https cckressonview com contact '),
(12588,'field:19',0,1,' info cckressonview com '),
(12588,'field:6',0,1,' edwinlog '),
(12588,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(12588,'field:8',0,1,' google '),
(12588,'field:9',0,1,' general inquiry '),
(12588,'title',0,1,' 2026 01 20 21 28 02 '),
(12589,'field:10',0,1,' cto vxodit v stoimost https drogal ru glossary perevozochnii process stoimost masiny audi dolee 8 mln https drogal ru glossary netto rublei https drogal ru glossary logisticheskii kanal sleduiushhii cas 1 650 cas https drogal ru glossary obshetovarnie skladi vozvedenie fundamenta zakreplenie agregatov i ix ustanovka s sobliudeniem norm texniki bezopasnosti podkliucenie k obshhezavodskoi seti elektromontaz https drogal ru glossary universalnii konteiner takelaznye telezki 24 tonny domkrat 5 tonn 4 st lebedka 5 tonn https drogal ru glossary upakovka navalom takelaznye raboty v moskve nedorogo kacestvenno i strogo po grafiku eto vozmozno esli zakazat takelaznye raboty u professionalov https drogal ru portfolio items razgruzka medicinskogo oborudovaniya pravilnaia organizaciia takelaznyx rabot sovmeshhennaia s posleduiushhei transportirovkoi i gramotnym montazom demontazem eto vygodno i udobno https drogal ru glossary dokumentooborot kompaniia perevozki perenoski garantiruet klientam individualnyi podxod konfidencialnost i sobliudenie srokov https drogal ru glossary vid upakovki vypolniaem liubye vidy takelaznyx uslug kak dlia castnyx lic tak i dlia organizacii https drogal ru glossary bochka '),
(12589,'field:18',0,1,' https cckressonview com contact '),
(12589,'field:19',0,1,' info cckressonview com '),
(12589,'field:6',0,1,' robertgooda '),
(12589,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(12589,'field:8',0,1,' google '),
(12589,'field:9',0,1,' general inquiry '),
(12589,'title',0,1,' 2026 01 20 21 28 04 '),
(12594,'field:10',0,1,' tradicii i obraz zizni zitelei kitaia sushhestvenno otlicaiutsia ot evropeiskogo byta https www legnostyle ru catalog mebel iz duba pagen 1=14 my sobrali dlia vas informaciiu o veshhax kotorye bolse vsego udivliaiut turistov v podnebesnoi https www legnostyle ru catalog kuhni kuhna 2 html my uze 10 let zanimaemsia realizaciei dobrotnoi ekologiceski cistoi i bezopasnoi mebeli v rossii https www legnostyle ru catalog inter eri s43 html kazdyi posetitel nasego saita naidet dlia sebia podxodiashhii variant sootvetstvuiushhii ego vkusovym predpocteniiam i finansovym vozmoznostiam https www legnostyle ru catalog lestnici lestnica l8 20 html oznakomivsis s predstavlennym na saite materialom zakazat vybrannuiu mebel mozno v salonax kompanii gde professionalnye dizainery konsultanty predostaviat podrobnuiu informaciiu obo vsex interesuiushhix vas izdeliiax i pomogut resit samye nestandartnye zadaci po oformleniiu interera https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model p4 html proizvoditel predpocitaiushhii klassiceskie reseniia staviashhii vo glavu ugla bezuprecnost ispolneniia https www legnostyle ru catalog mebel stol model s 11 html v ego produkcii udivitelnym obrazom perepletaiutsia predstavleniia o klassiceskoi i kuxonnoi mebeli https www legnostyle ru catalog mebel mebel dla domasnei biblioteki b 10 html pocemu elitnaia mebel iz evropy eto xorosii vybor prezde vsego potomu cto ee stoimost polnostiu opravdyvaetsia vysokim kacestvom https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p28 html naturalnye pravilno obrabotannye materialy professionalnaia sborka i kontrol na kazdom etape pozvoliaiut garantirovat cto veshh prosluzit neskolko desiatkov let https www legnostyle ru catalog mejkomnatnie dveri a 29 html a eto znacit cto pokupatel delaet edinorazovoe vlozenie v budushhii komfort https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e10 html '),
(12594,'field:18',0,1,' https ccfoxhill com contact '),
(12594,'field:19',0,1,' info ccfoxhill com '),
(12594,'field:6',0,1,' davidbroli '),
(12594,'field:7',0,1,' tacusol 6816 mail ru '),
(12594,'field:8',0,1,' google '),
(12594,'field:9',0,1,' general inquiry '),
(12594,'title',0,1,' 2026 01 20 21 28 05 '),
(12598,'field:10',0,1,' vam ne nuzno nikuda ezdit nas dizainer privezet vam na dom vse neobxodimye obrazcy sdelaet zamery i prokonsultiruet po vsem interesuiushhim vas voprosam https www legnostyle ru catalog inter eri stenovie paneli s5 html opredelites s tem cto vam nuzno v svoei novoi sieemnoi kvartire https www legnostyle ru dizajn derevjannyh dverej html kacestvo svezest remonta v tom slucae esli kvartira budet ne novoi nalicie opredelennoi apparatury zacastuiu bytuet mnenie cto vozmozno naiti nedoroguiu kacestvennuiu elitnuiu mebel ne stoit etomu verit iskliucitelno dorogaia elitnaia mebel garantiruet vam kacestvo i komfort t https www legnostyle ru catalog mebel d1 6 html k https www legnostyle ru catalog inter eri potolki pt 30 html pri ee izgotovlenii primeniaiutsia tolko naturalnye elitnye materialy https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d51 html eto kasaetsia i vnesnei obivki mebeli a takze i ee vnutrennego karkasa https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=15 zakazat mebel iz rasprostranennogo dereva a zatem sponirovat ego dorogimi porodami https www legnostyle ru catalog mebel gostinnie g 3 html ne stoit celi zatknut kogo to za poias ili prodemonstrirovat uroven svoego dostatka https www legnostyle ru catalog inter eri peregorodki pagen 1=2 poprostu dorogie porody dereva gorazdo privlekatelnee vnesne i s nimi obshhii dizain pomeshheniia priobretaet bolee privlekatelnyi vnesnii vid https www legnostyle ru catalog inter eri potolok model pt 23 html netradicionno vygliadiat lakirovanie kozi tisnenie otdelka kotoraia otdalenno napominaet soboi zolotistyi spon https www legnostyle ru catalog mebel scg 45 html kogda to nezasluzenno zabytyi metod otdelki mebeli s kozei ispolzovanie gvozdei u kotoryx bolsaia sliapka https www legnostyle ru catalog lestnici elitnye lestnica l8 12 html takaia mebel budet smotretsia ne tolko modno no i gvozdi pridadut ei antikvarnogo vida https www legnostyle ru catalog mebel iz duba pagen 1=4 evropeiskaia mebel vsegda polzovalas populiarnostiu za predelami tex stran v kotoryx ona proizvodilas osobenno esli rec sla ob izdeliiax iskusnyx italianskix masterov https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaya dver e3 html segodnia nicego ne izmenilos mebel iz evropy pozvoliat sdelat interer stilnym i statusnym https www legnostyle ru catalog inter eri stenovie paneli s35 html a dlia togo ctoby polucit nastoiashhii ekskliuziv stoit zaglianut na sait zdes v kataloge predstavleny elitnye predmety interera kotorye napravliaiutsia neposredstvenno s fabrik italii i drugix stran https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=11 '),
(12598,'field:18',0,1,' https ccfoxhill com contact '),
(12598,'field:19',0,1,' info ccfoxhill com '),
(12598,'field:6',0,1,' davidbroli '),
(12598,'field:7',0,1,' tacusol 6816 mail ru '),
(12598,'field:8',0,1,' google '),
(12598,'field:9',0,1,' general inquiry '),
(12598,'title',0,1,' 2026 01 20 21 28 06 '),
(12602,'field:10',0,1,' skidka 100% na pervyi mesiac polucite menedzer po rabote s klientami https proffseo ru prodvizhenie zarubezhnykh sajtov vyros nezasifrovannyi trafik https proffseo ru prodvizhenie angloyazychnykh sajtov my dovolny rezultatami raboty s komandoi i media https proffseo ru spasibo komande za bditelnost i vnimanie k proektu zadaca '),
(12602,'field:18',0,1,' https ccinglemoor com contact '),
(12602,'field:19',0,1,' info ccinglemoor com '),
(12602,'field:6',0,1,' buddywaito '),
(12602,'field:7',0,1,' dolnovam mail ru '),
(12602,'field:8',0,1,' google '),
(12602,'field:9',0,1,' general inquiry '),
(12602,'title',0,1,' 2026 01 20 21 28 56 '),
(12603,'field:10',0,1,' vas zakaz na ct 10 https dostafka obedi ru privacy policy 04 https dostafka obedi ru services kompleksnye obedy 2 dostavliaem goriacie obedy v ofis i na dom po moskve https dostafka obedi ru services kompleksnye obedy 6 gotovuiu edu vy polucaete v konteinerax udobnoi i prakticnoi odnorazovoi upakovke https dostafka obedi ru type menu goryachie blyuda pervoe 3 naimenovaniia https dostafka obedi ru type menu pervye blyuda salat cezar sostav salat aisberg krevetki pomidory cerri syr parmezan sous cezr suxariki https dostafka obedi ru services kompleksnye obedy 6 salat cezar s krevetkami '),
(12603,'field:18',0,1,' https ccvoorhees com contact '),
(12603,'field:19',0,1,' info ccvoorhees com '),
(12603,'field:6',0,1,' edwinvic '),
(12603,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(12603,'field:8',0,1,' google '),
(12603,'field:9',0,1,' general inquiry '),
(12603,'title',0,1,' 2026 01 20 21 29 11 '),
(12604,'field:10',0,1,' vidy takelaznyx uslug https drogal ru glossary promishlennaya upakovka my ponimaem cto pri osushhestvlenii takelaznyx rabot my imeem delo s dorogostoiashhim oborudovaniem i texnikoi https drogal ru glossary tip tari pered nacalom proekta my tshhatelno planiruem deistviia i straxuem svoiu otvetstvennost https drogal ru kakoj transportnoj kompaniej luchshe vospolzovatsya po rossii kakie vidy takelaznyx uslug vy predlagaete tarify na takelaznye raboty i arendu takelaznogo oborudovaniia https drogal ru portfolio items izgotovlenie yashhikov fanery na zakaz preimushhestva kompanii https drogal ru voprosi otveti vmestimost konteinerov vypolnenie takelaznyx rabot vazno doveriat brigadam professionalov s opytom ved tolko v etom slucae vy mozete ne volnovatsia o soxrannosti dorogix gruzov https drogal ru glossary povagonnaya otpravka my berem na sebia vsiu organizaciiu processa vkliucaia podbor transporta i osnastki razrabotku marsruta ustanovku oborudovaniia https drogal ru portfolio category takelazhnie raboti v khimkakh vam ne pridetsia ni o cem bespokoitsia '),
(12604,'field:18',0,1,' https ccvoorhees com contact '),
(12604,'field:19',0,1,' info ccvoorhees com '),
(12604,'field:6',0,1,' robertjab '),
(12604,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(12604,'field:8',0,1,' google '),
(12604,'field:9',0,1,' general inquiry '),
(12604,'title',0,1,' 2026 01 20 21 29 14 '),
(12605,'field:10',0,1,' bezuprecnaia ergonomika https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a6 html kazdyi element kabineta sproektirovan takim obrazom ctoby sozdavat optimalnye usloviia dlia raboty https www legnostyle ru catalog mebel garderobnie pagen 1=3 delovye meloci vsegda budut pod rukoi na prostornoi stolesnice razmestiatsia vse vaznye bumagi udobnoe kreslo obespecit effektivnuiu podderzku pozvonocnika https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l4 3 html kompaniia zabotitsia o svoix klientax poetomu predlagaet kacestvennuiu nemeckuiu mebel ot lucsix proizvoditelei https www legnostyle ru catalog mejkomnatnie dveri impressio model i32 html u nas sirokii assortiment produkcii https www legnostyle ru dubovye dveri html pagen 2=17 v kataloge vy naidete bolsoe raznoobrazie korpusnoi i miagkoi mebeli kotoraia obladaet otlicnymi ekspluatacionnymi xarakteristikami https www legnostyle ru catalog mebel kts 28 html tak pocemu ze ona vse taki stala takoi populiarnoi i elitnoi odnovremenno potomu cto koza eto naturalnyi material znacit ona ne vredit ekologii a eshhe koza dostatocno iznosostoika nepronicaema dlia vozduxa i za nei legko uxazivat https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o16 html k tomu ze italianskaia koza scitaetsia pervoi v mire po kacestvu dobavte siuda vozmoznost zakaza otdelki kozei liubogo elementa mebeli i vy polucite kacestvennuiu mebel kotoraia soboi ukrasit vas interer roskosiu i naturalnostiu https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e8 html stilnyi dizain https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s18 html elitnye garnitury srazu privlekaiut vnimanie tshhatelno vyverennymi stilisticeskimi reseniiami https www legnostyle ru catalog mejkomnatnie dveri ottimo mejkomnatnaa dver o7 html komplekty predlagaiutsia kak v klassiceskom tak i v sovremennom lakonicnom dizaine dlia polnogo sootvetstviia koncepcii interera https www legnostyle ru catalog mebel kb 9 html mebel iz germanii slavitsia na ves mir svoimi izyskannymi formami iznosostoikostiu i procnostiu https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=7 tak cto esli xotite sdelat svoe zile bolee funkcionalnym i ergonomicnym obrashhaites v nasu kompaniiu my pomozem vam vybrat podxodiashhii variant garnitura pod vas interer https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model i12 html v kataloge nasego internet magazina vy naidete mebel iz sosny ot mnogix izvestnyx mebelnyx fabrik https www legnostyle ru catalog mejkomnatnie dveri diverso dver d43 html fabriki mebeli iz massiva raspolagaiutsia v raznyx castiax rossii i v belarusii eto moskva i sankt peterburg ostrov ramenskoe i priozersk velikie luki murom i galic a takze petrozavodsk kareliia https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s14 html kazdaia iz fabrik izgotavlivaiushhix mebel iz sosny derzit svoi stil v dizaine vypuskaemoi mebeli a takze imeet svoi tonkosti v texnologii izgotovleniia mebeli https www legnostyle ru catalog mebel iz duba pagen 1=7 v sviazi s etim esli vy planiruete kupit ne odin predmet mebeli izgotovlennyi iz massiva sosny my sovetuem kupit mebel ot odnoi fabriki i togda vsia mebel budet odnotonnoi i vypolnennoi v odnom stile t https www legnostyle ru catalog lestnici lestnica l8 12 html e https www legnostyle ru catalog mejkomnatnie dveri dver p14 html budet socetatsia drug s drugom https www legnostyle ru catalog mebel kb 15 html tak kak ne kazdaia fabrika mebeli iz massiva sosny proizvodit ves assortiment mebeli dlia daci bani i doma odni proizvodiat tolko komody i skafy drugie miagkuiu mebel treti krovati poetomu ctoby ne teriat mnogo vremeni na izucenie voprosy kak vybrat mebel iz sosny samomu my predlagaem vam konsultaciiu po telefonu https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=11 takze vy smozete uznat kakaia mebel rasscitana na srok ekspluatacii do 20 let a kakaia mozet ne prosluzit i 5 let https www legnostyle ru catalog mebel scg 36 html '),
(12605,'field:18',0,1,' https completecarehillside com contact '),
(12605,'field:19',0,1,' info completecarehillside com '),
(12605,'field:6',0,1,' davidvom '),
(12605,'field:7',0,1,' tacusol 6816 mail ru '),
(12605,'field:8',0,1,' google '),
(12605,'field:9',0,1,' general inquiry '),
(12605,'title',0,1,' 2026 01 20 21 29 23 '),
(12607,'field:10',0,1,' katalog https kupefurnitur ru contact vy mozete kupit mebelnuiu furnituru komplektuiushhie i materialy dlia mebeli na oficialnom saite rosaks group po optovym cenam https kupefurnitur ru onas zakazannye tovary dostavliaiutsia transportnymi kompaniiami v liubuiu tocku rossii stran sng i pribaltiki https kupefurnitur ru catalog na saite predstavlen ogromnyi vybor samyx raznyx variantov mebelnoi furnitury i ne tolko https kupefurnitur ru price naibolsei populiarnostiu u klientov polzuiutsia naprimer sleduiushhie razdely tovarov odno iz glavnyx preimushhestv priobreteniia furnitury optom u nas ceny nize cem u konkurentov https kupefurnitur ru contact my napriamuiu sotrudnicaem s vedushhimi proizvoditeliami ne privlekaia posrednikov https kupefurnitur ru catalog eto vygodno i dlia nas i dlia vas https kupefurnitur ru contact 8 https kupefurnitur ru onas usloviia priobreteniia i ispolzovaniia elektronnogo podarocnogo sertifikata interkomplekt 8 https kupefurnitur ru catalog 1 https kupefurnitur ru catalog nastoiashhie usloviia priobreteniia i ispolzovaniia podarocnyx sertifikatov interkomplekt dalee usloviia dopolniaiut informaciiu razmeshhennuiu neposredstvenno na podarocnyx sertifikatax i iavliaiutsia obiazatelnymi dlia lic priobretaiushhix podarocnye sertifikaty i ili lic predieiavliaiushhix podarocnye sertifikaty v meste priobreteniia tovara https kupefurnitur ru onas elektronnyi podarocnyi sertifikat sokrashhenno eps ecard ecards eto elektronnyi nositel informacii v vide pin koda unikalnyi nomer i pin kod k nemu napravlennyi na adres elektronnoi pocty pokupatelia libo predieiavitelia ili napravlennyi v vide unikalnoi ssylki ili informacionnogo soobshheniia v sms na nomer telefona pokupatelia libo predieiavitelia udostoveriaiushhii imushhestvennoe pravo predieiavitelia priobresti tovar v meste priobreteniia tovara na summu ekvivalentnuiu nominalu eps https kupefurnitur ru onas elektronnyi podarocnyi sertifikat v nastoiashhem polozenii mozet byt poimenovan podarocnyi sertifikat sertifikat podarocnaia karta https kupefurnitur ru contact '),
(12607,'field:18',0,1,' https completecarebrick com contact '),
(12607,'field:19',0,1,' info completecarebrick com '),
(12607,'field:6',0,1,' ronaldexiff '),
(12607,'field:7',0,1,' konstantinrovini mail ru '),
(12607,'field:8',0,1,' google '),
(12607,'field:9',0,1,' general inquiry '),
(12607,'title',0,1,' 2026 01 20 21 29 30 '),
(12614,'field:10',0,1,' pri sozdanii sovremennogo i uiutnogo interera v kvartire ili kottedze glavnuiu rol igraet mebel https www legnostyle ru uglovoi stol html ona reguliruet stepen komforta i pozvoliaet vladelcu polnocenno otdyxat posle tiazelogo trudovogo dnia https www legnostyle ru catalog mebel gp 15 html gorod xarbin administrativnyi centr severo vostocnoi kitaiskoi provincii xeilunczian stal nastoiashhim ledovym korolevstvom https www legnostyle ru catalog inter eri peregorodki arka a21 html ved imenno zdes v eti dni proxodit kompaniia zabotitsia o svoix klientax poetomu predlagaet kacestvennuiu nemeckuiu mebel ot lucsix proizvoditelei https www legnostyle ru catalog mejkomnatnie dveri dver p18 html u nas sirokii assortiment produkcii https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 22 html v kataloge vy naidete bolsoe raznoobrazie korpusnoi i miagkoi mebeli kotoraia obladaet otlicnymi ekspluatacionnymi xarakteristikami https www legnostyle ru catalog mejkomnatnie dveri perfetto model p33 html stilnyi dizain https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a7 html elitnye garnitury srazu privlekaiut vnimanie tshhatelno vyverennymi stilisticeskimi reseniiami https www legnostyle ru catalog dveri pagen 1=21 komplekty predlagaiutsia kak v klassiceskom tak i v sovremennom lakonicnom dizaine dlia polnogo sootvetstviia koncepcii interera https www legnostyle ru catalog inter eri s28 html ekskliuzivnaia mebel po individualnym zakazam proizvoditsia iz dolgovecnyx i vysokokacestvennyx materialov https www legnostyle ru catalog mebel elitnaya detskaya mebel d1 7 html krasivye i originalnye izdeliia ukrasaiut interer i sozdaiut neperedavaemuiu atmosferu domasnego uiuta i komforta https www legnostyle ru catalog mebel pagen 1=15 sirokii assortiment https www legnostyle ru catalog mebel shkafy sekcii gorki u nas mozno uvidet bolsoe raznoobrazie ekskliuzivnoi nemeckoi korpusnoi i miagkoi mebeli https www legnostyle ru catalog mebel mebel dla domasnei biblioteki b 1 html kazdyi smozet podobrat podxodiashhii garnitur pod opredelennoe stilevoe resenie https www legnostyle ru catalog inter eri stenovie paneli model s17 html '),
(12614,'field:18',0,1,' https completecarehillside com contact '),
(12614,'field:19',0,1,' info completecarehillside com '),
(12614,'field:6',0,1,' davidvom '),
(12614,'field:7',0,1,' tacusol 6816 mail ru '),
(12614,'field:8',0,1,' google '),
(12614,'field:9',0,1,' general inquiry '),
(12614,'title',0,1,' 2026 01 20 21 29 37 '),
(12618,'field:10',0,1,' v v vvedenie lek https www angioprof ru otzivi angioprof preparatov https www angioprof ru uslugi xirurgii lechenie xronicheskix nezazhivayushhix ran otriczatelnyim davleniem npwt terapiya bio implant kolennogo sustava bio osteo ssha html foam form skleroterapiia varikozno rassirennyx ven pod ultrazvukovoi navigaciei na bedre i goleni v predelax odnoi niznei konecnosti 1 kategorii sloznosti a11 https www angioprof ru uslugi nevrologii 12 https www angioprof ru akczii kliniki flebologii angioprof 003 https www angioprof ru uslugi flebologii i angiologii limfedema html 005 https www angioprof ru uslugi flebologii i angiologii lechenie varikoza html xirurg flebolog rentgenendovaskuliarnyi xirurg serdecno sosudistyi xirurg vrac uzi vedushhii specialist po leceniiu varikoza malogo taza https www angioprof ru uslugi troficheskie yazvyi html konsultaciia flebologa https www angioprof ru uslugi xirurgii flebologi centra https www angioprof ru v prodazhe tovaryi dlya zdorovya mediczinskij trikotazh centr flebologii v moskve https www angioprof ru uslugi xirurgii lechenie pyatochnoy shpori html centr innovacionnoi flebologii eto osobennoe otnosenie k pacientam https www angioprof ru uslugi flebologii i angiologii varikoznoe rasshirenie ven html v posleoperacionnyi servis vxodiat taksi biznes klassa do doma ili raboty besplatnoe nabliudenie operiruiushhim vracom v tecenie polugoda https www angioprof ru uslugi xirurgii '),
(12618,'field:18',0,1,' https cckressonview com contact '),
(12618,'field:19',0,1,' info cckressonview com '),
(12618,'field:6',0,1,' melvinmam '),
(12618,'field:7',0,1,' riinata osippova bk ru '),
(12618,'field:8',0,1,' google '),
(12618,'field:9',0,1,' general inquiry '),
(12618,'title',0,1,' 2026 01 20 21 32 09 '),
(12622,'field:10',0,1,' ciao volevo sapere il tuo prezzo '),
(12622,'field:18',0,1,' http ccshorrockgardens com contact '),
(12622,'field:19',0,1,' info ccshorrockgardens com '),
(12622,'field:6',0,1,' leepef '),
(12622,'field:7',0,1,' zekisuquc419 gmail com '),
(12622,'field:8',0,1,' google '),
(12622,'field:9',0,1,' general inquiry '),
(12622,'title',0,1,' 2026 01 20 21 33 33 '),
(12623,'field:10',0,1,' nase predlozenie https kupefurnitur ru onas drugie vidy furnitury https kupefurnitur ru contact priglasaem k sotrudnicestvu dizainerov i proizvoditelei mebeli https kupefurnitur ru price opt 2 61 https kupefurnitur ru price 80r https kupefurnitur ru onas opory https kupefurnitur ru price vkliucaiut roliki i nozki aktualny dlia kresel i divanov https kupefurnitur ru polkoderzateli https kupefurnitur ru onas derzat polki na meste ne pozvoliaia smestitsia predlagaiutsia raznye modeli dlia dereva i stekla https kupefurnitur ru zamki https kupefurnitur ru price mexanizmy nebolsie poskolku predpolagaiut ustanovku v iashhiki stola dvercy https kupefurnitur ru price kriucki https kupefurnitur ru catalog aktualnaia furnitura dlia mebeli cena kriuckov sravnitelno dostupna predlagaetsia maksimalno sirokii vybor https kupefurnitur ru catalog prednaznaceny dlia raspolozeniia odezdy aksessuarov byvaiut odinarnymi i dvoinymi https kupefurnitur ru onas amortizatory https kupefurnitur ru price katalog furnitury dlia mebeli vkliucaet vse sovremennye napravleniia amortizatory neobxodimy dlia soxraneniia polozeniia gorizontalnyx dverok https kupefurnitur ru price otboiniki https kupefurnitur ru contact nebolsie nakleiki neobxodimy dlia torcov kotorye kontaktiruiut s otkryvaiushhimisia stvorkami i neobxodimy dlia predotvrashheniia silnogo udara https kupefurnitur ru contact '),
(12623,'field:18',0,1,' https completecarehillside com contact '),
(12623,'field:19',0,1,' info completecarehillside com '),
(12623,'field:6',0,1,' ronaldknold '),
(12623,'field:7',0,1,' konstantinrovini mail ru '),
(12623,'field:8',0,1,' google '),
(12623,'field:9',0,1,' general inquiry '),
(12623,'title',0,1,' 2026 01 20 21 33 39 '),
(12624,'field:10',0,1,' mozno li lecit varikoz pri nalicii drugix zabolevanii diabeta gipertonii onkologii ustraniaem pricinu varikoza a ne simptomy https www angioprof ru uslugi xirurgii my reguliarno provodim akcii i predlagaem pervicnye konsultacii v ramkax specialnyx predlozenii https www angioprof ru uslugi flebologii i angiologii varikoznoe rasshirenie ven html takze deistvuet sistema skidok dlia pensionerov inogorodnix pacientov i veteranov https www angioprof ru fotogalereya html sledite za novostiami na saite i v socialnyx setiax tam my publikuem informaciiu o tekushhix predlozeniiax podarkax za otzyvy i skidkax na kurs procedur https www angioprof ru uslugi flebologii i angiologii preparat neovaskulgen pri lechenii oank html uznat podrobnosti mozno pozvoniv po nomeru telefona ili cerez onlain konsultanta https www angioprof ru uslugi flebologii i angiologii limfedema html vyezd vraca flebologa na dom https www angioprof ru diagnostika html obrashhaites v centr innovacionnoi flebologii dlia obsledovaniia i effektivnogo leceniia varikoza https www angioprof ru fotogalereya html nasa klinika raspolagaet peredovym oborudovaniem i predlagaet tolko proverennye i effektivnye metodiki https www angioprof ru uslugi troficheskie yazvyi html 20 000 rub https www angioprof ru uslugi flebologii i angiologii lechenie varikoza html '),
(12624,'field:18',0,1,' https ccvoorhees com contact '),
(12624,'field:19',0,1,' info ccvoorhees com '),
(12624,'field:6',0,1,' melvinpeani '),
(12624,'field:7',0,1,' riinata osippova bk ru '),
(12624,'field:8',0,1,' google '),
(12624,'field:9',0,1,' general inquiry '),
(12624,'title',0,1,' 2026 01 20 21 33 54 '),
(12625,'field:10',0,1,' ispolzuite nas kalkuliator stoimosti posmotrite tarify na gruzoperevozki https keycargo ru partneram podbiraem optimalnyi po gruzopodieemnosti transport https keycargo ru razrabatyvaem marsrut s ucetom sovokupnosti faktorov sostoianiia dorog klimata zagruzennosti trassy https keycargo ru sklad vypolniaem skladskie i pogruzo razgruzocnye operacii cto vkliucaet markirovku konsolidaciiu sbornogo gruza drugie podgotovitelnye meropriiatiia https keycargo ru oformliaem soprovoditelnye dokumenty https keycargo ru partneram osushhestvliaem ekspedirovanie https keycargo ru gruzoperevozki predlagaem straxovanie gruza ot vsex vidov riska https keycargo ru partneram do 20 tonn est gruzovoi transport trebovaniia k gruzam https keycargo ru o kompanii podrobnee o vidax transporta i ix gruzopodieemnosti mozno uznat na stranice avtopark gruzovyx avtomobilei https keycargo ru o kompanii '),
(12625,'field:18',0,1,' https completecareoakridge com contact '),
(12625,'field:19',0,1,' info completecareoakridge com '),
(12625,'field:6',0,1,' brianhit '),
(12625,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(12625,'field:8',0,1,' google '),
(12625,'field:9',0,1,' general inquiry '),
(12625,'title',0,1,' 2026 01 20 21 34 34 '),
(12626,'field:10',0,1,' 2490 EUR esli xoces provesti pasxalnye kanikuly kak istinnyi gedonist ostavliai svoi kontakty i prisoediniaisia k nam uze v aprele ostalos 2 mesta https gastro tourclub com gastronomicheskiy tur v armeniyu petrozavodsk kondopoga kivac splav na raftax po reke suia solovki kizi medvezegorsk belaia gora zamok karxumiaki belomorsko baltiiskii kanal onezskie petroglify besov nos valaam sortavala ruskeala nacionalnye master klassy https gastro tourclub com bronirovat gastronovmicheskij tur v marokko 1 https gastro tourclub com bronirovat gastrotur v kareliyu 5 https gastro tourclub com akcii ispolzovanie saita polzovatelem oznacaet priniatie soglaseniia i izmenenii vnesennyx v nastoiashhee soglasenie https gastro tourclub com bronirovat gastrotur v vengriyu dogovory polzovatelskoe soglasenie pravila pokupki turov na saite karta mira podarocnye sertifikaty dokumenty na vizu stati o putesestviiax https gastro tourclub com akcii 4 https gastro tourclub com gastronomicheskij tur v avstriyu 2 https gastro tourclub com gastronomicheskij tur v meksiku 5 https gastro tourclub com bronirovat gastronovmicheskij tur v marokko trebovat ot administracii skrytiia liuboi informacii o polzovatele https gastro tourclub com gastrotur v kareliyu '),
(12626,'field:18',0,1,' http ccsilverlake com contact '),
(12626,'field:19',0,1,' info ccsilverlake com '),
(12626,'field:6',0,1,' albertged '),
(12626,'field:7',0,1,' annachusuha mail ru '),
(12626,'field:8',0,1,' google '),
(12626,'field:9',0,1,' general inquiry '),
(12626,'title',0,1,' 2026 01 20 21 34 38 '),
(12627,'field:10',0,1,' klinika gms clinic gms klinik marina roshha https giacintn ru service lechenie kariesa zubov kompleksnaia posleoperacionnaia reabilitaciia pod kontrolem lecashhego vraca v palatax klassa liuks https giacintn ru service konsultacija travmatologa ortopeda aviamotornaia https giacintn ru novinka apparat dlja kriolipoliza v giacint n klinik na shodnenskoj cb 00 00 24 00 https giacintn ru service plazmoterapija na sokalskogo eto mnogoprofilnyi medcentr kotoryi predostavliaet effektivnoe lecenie i tocnuiu diagnostiku po razlicnym napravleniem mediciny https giacintn ru service laboratornye issledovanija takze v medcentre predostavliaiutsia uslugi refleksoterapii manualnoi terapii osteopatii girudoterapii fizioterapii kineziologii https giacintn ru doctors gladysheva julija aleksandrovna ul https giacintn ru service udalenie lipomy pr https giacintn ru service korrekcija figury vernadskogo d https giacintn ru service holterovskoe monitorirovanie 37 korp https giacintn ru doctors gladysheva julija aleksandrovna 1a https giacintn ru service pcr test na koronavirus '),
(12627,'field:18',0,1,' http ccsilverlake com contact '),
(12627,'field:19',0,1,' info ccsilverlake com '),
(12627,'field:6',0,1,' joshuahex '),
(12627,'field:7',0,1,' gunlekingovertcon mail ru '),
(12627,'field:8',0,1,' google '),
(12627,'field:9',0,1,' general inquiry '),
(12627,'title',0,1,' 2026 01 20 21 34 38 '),
(12628,'field:10',0,1,' zapustit proverku antivirusom https dialdrive ru zamena zidkosti gidrousilitelia rulia opel antara s145 1 470 rublei zamena remnia grm na sevrole lacetti 4 500 rublei remont po zamene rulevoi reiki dlia opel astra n 11 500 rublei zamena filtra salona na sevrole kruz 840 rublei remont po zamene svecei zaziganiia opel astra n 840 rublei zamena scepleniia na sevrole lacetti 11 550 rublei remont startera sevrole lacetti 7 000 rublei zamena tormoznoi zidkosti na opel antara 2100 rublei zamena motornogo masla dlia opel insigniia 1 470 rublei zamena tormoznyx kolodok opel astra g 1 680 rublei kapitalnyi remont akpp opel chevrolet cadillac ot 39 960 rublei https dialdrive ru katalizator operaciia https dialdrive ru katalizator cena remonta i zapravki avtokondicionerov https dialdrive ru dvs kondicioner klimat https dialdrive ru ceny vypolnennyx rabot https dialdrive ru '),
(12628,'field:18',0,1,' https completecarewall com contact '),
(12628,'field:19',0,1,' info completecarewall com '),
(12628,'field:6',0,1,' vincentlow '),
(12628,'field:7',0,1,' andreyy filimonov bk ru '),
(12628,'field:8',0,1,' google '),
(12628,'field:9',0,1,' general inquiry '),
(12628,'title',0,1,' 2026 01 20 21 38 49 '),
(12629,'field:10',0,1,' obnovleno 21 fev 2017 http dmalmotors ru regulyarnoe tekhobsluzhivanie html http dmalmotors ru remont korobki peredach html http dmalmotors ru remont starterov html texdizelcentr na postoiannoi osnove realizuet s xraneniia dvigateli serii d6 d12 provodim kapitalnyi remont dizelnyx dvigatelei liubogo klassa i naznaceniia http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html raboty vypolniaiusia http dmalmotors ru remont starterov html http dmalmotors ru promyvka inzhektorov html http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 kak uze govorilos srok sluzby dvs do kapremonta zavisit ot mnogix faktorov http dmalmotors ru remont korobki peredach html dlia togo ctoby otsrocit kapitalnyi remont dvigatelia neobxodimo osoboe vnimanie udeliat kacestvu i pravilnosti podbora motornogo masla primenitelno k konkretnomu tipu motora svoevremenno meniat vozdusnyi maslianyi i toplivnyi filtr http dmalmotors ru remont avtoelektriki html takze silovoi agregat nuzno umet pravilno ekspluatirovat izbegaia postoiannyx pikovyx nagruzok i ezdy http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html ne menee vazno sledit za sostoianiem motora bystro ustraniat vozniksie nepoladki osushhestvliat profilakticeskie procedury http dmalmotors ru zamena i remont stsepleniya html aleksei zdravstvuite http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 ia zapisan na 24 oktiabria na 11 cas http dmalmotors ru zamena i remont stsepleniya html na diagnostiku http dmalmotors ru zamena i remont stsepleniya html no po slozivsemsia obstoiatelstvam ne smogu podieexat http dmalmotors ru remont generatorov html prinosu svoi izvineniia http dmalmotors ru promyvka inzhektorov html my garantiruem cto odnazdy posetiv nas avtoservis vy voidete v cislo postoiannyx klientov po dostoinstvu ocenivsix kacestvo i skorost nasei raboty http dmalmotors ru promyvka inzhektorov html sniat im sesterniu maslianogo nasosa snacala do upora vvernut sesterniu tak ctoby osnovnoi vint upersia v torec vala http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 posle nacinat vrashhenie rukoiatki sieemnika ctoby vykrutit sesterenku http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 '),
(12629,'field:18',0,1,' https completecarewall com contact '),
(12629,'field:19',0,1,' info completecarewall com '),
(12629,'field:6',0,1,' emanueleffop '),
(12629,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(12629,'field:8',0,1,' google '),
(12629,'field:9',0,1,' general inquiry '),
(12629,'title',0,1,' 2026 01 20 21 38 57 '),
(12630,'field:10',0,1,' vse materialy ispolzuemye nami v proizvodstve absoliutno bezopasny dlia detei i domasnix zivotnyx i imeiut sootvetstvuiushhie sertifikaty podtverzdaiushhie eto https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d16 html professionalizm https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub kts 2 html nasa kompaniia na rynke bolee 12 let https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d17 html rabotaet s 20 https www legnostyle ru catalog lestnici lestnica l1 2 html 02 https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d8 html 2002 goda https www legnostyle ru catalog mejkomnatnie dveri nestandarnye peregorodka a6 html my ne internet magazin my kompaniia https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub u nas svoi otdel inzenerov my resaem mnogocelevye zadaci po osnashheniiu obieektov raznymi vidami slabotocnogo oborudovaniia a takze raznymi vidami sviazi internet tv signalizaciia usilenie sviazi videonabliudenie telefoniia i t https www legnostyle ru catalog mejkomnatnie dveri a 40 html d https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model p5 html pri vybore sredstv dekora delovogo pomeshheniia dizainery casto otdaiut predpoctenie mebeli iz dorogogo dereva proizrastaiushhego v rossii https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a6 html ona desevle cem produkciia iz redkix porod no smotriatsia predmety interera tak ze otlicno https www legnostyle ru catalog inter eri arka a39 html vsia sovremennaia mebel propityvaetsia osobymi sredstvami kotorye predotvrashhaiut gnienie i napadenie vreditelei https www legnostyle ru catalog mebel scg 51 html izgotovlenie i montaz ekskliuzivnyx individualnyx zakazov v sotrudnicestve s riadom dizain biuro individualnymi dizainerami i arxitektorami nas konek https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d11 html kitai strana iz spiska lidiruiushhix v oblasti proizvodstva mebeli https www legnostyle ru catalog inter eri arka a34 html nu a tom kakim sprosom polzuetsia samye citaemye zapisi za poslednii cas 20 05 2014 tradicii kitaiskogo zastolia09 09 2014 segodnia trudno uze udivit kogo to kozanym divanom ili kreslom krovatiu s kozanoi spinkoi ili stulom s sidenem iz kozi https www legnostyle ru catalog inter eri stenovie paneli s16 html dizainery ne mignuv okom predlagaiut nam poliubovatsia skafom kupe s elementami kozi nozkami stolov ili stolesnicami dlia stola komodami i daze dveriami kotorye otdelany kozei https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model p37 html '),
(12630,'field:18',0,1,' https cclehigh com contact '),
(12630,'field:19',0,1,' info cclehigh com '),
(12630,'field:6',0,1,' davidflady '),
(12630,'field:7',0,1,' tacusol 6816 mail ru '),
(12630,'field:8',0,1,' google '),
(12630,'field:9',0,1,' general inquiry '),
(12630,'title',0,1,' 2026 01 20 21 40 37 '),
(12631,'field:10',0,1,' pomogaete li vy v podbore tkanei i furnitury nadeznost i otvetstvennost u nas vsegda stoit na 1 meste https norsy ru my predlagaem unikalnuiu uslugu posiva brendirovannogo postelnogo belia i stor dlia vladelcev xostelov i gostinic bolnic rabocix stroitelnyx kompanii obshhezitii https norsy ru o nas rubaska polo s korotkim rukavom https norsy ru o nas dlia nacala davaite proiasnim kakoe kolicestvo edinic odezdy v partii scitaetsia melkooptovym zakazom https norsy ru voprosy otvety casto liudi obrashhaias k nam sprasivaiut mozno li scitat optovoi partiei 10 ekzempliarov odnoi modeli v neskolkix razmerax zenskaia odezda https norsy ru o nas '),
(12631,'field:18',0,1,' https ccatcourthouse com contact '),
(12631,'field:19',0,1,' info ccatcourthouse com '),
(12631,'field:6',0,1,' leonelthoke '),
(12631,'field:7',0,1,' stapuntril1990 mail ru '),
(12631,'field:8',0,1,' google '),
(12631,'field:9',0,1,' general inquiry '),
(12631,'title',0,1,' 2026 01 20 21 40 45 '),
(12644,'alt',0,1,''),
(12644,'extension',0,1,' jpg '),
(12644,'filename',0,1,' inglemoor ad jpg '),
(12644,'kind',0,1,' image '),
(12644,'slug',0,1,''),
(12644,'title',0,1,' inglemoor ad '),
(12650,'field:10',0,1,' razmeshhennaia na saite informaciia reklamnyi material i ne iavliaetsia publicnoi ofertoi https www ndt club com product 36 tm 4t tolshinomer tolstih zashitnih pokritii do 70 mm htm izgotovitel ostavliaet za soboi pravo meniat cenu vnesnii vid xarakteristiki i komplektaciiu priborov https www ndt club com product 876 plastini iz chernoi jesti dlya ispitanii htm utocniaite podrobnuiu informaciiu pered zakazom https www ndt club com produkcija htm prodaza magnitnyx izmeriteleito na nasem saite ocen populiarna blagodaria prostote etix izmeritelei v ispolzovanii ix biudzetnoi cene i otsutstvii neobxodimosti v batareikax https www ndt club com product 881 a1210 yltrazvykovoi tolshinomer s a skanom htm eto idealnyi variant dlia novicka https www ndt club com produkcija 105 tomografi dlya kontrolya betona htm ispolzovanie i vybor sviazuiushhego veshhestva https www ndt club com news 51 htm sviazuiushhee veshhestvo ispolzuetsia dlia peredaci vysokocastotnoi ultrazvukovoi energii mezdu kontaktnym datcikom i izmeriaemym materialom https www ndt club com product 951 chehol t01 htm pri ispolzovanii nepodxodiashhego tipa sviazuiushhego veshhestva ili pri ego nepravilnom ispolzovanii mogut vozniknut osibki izmerenii oboznacaemye migaiushhim indikatorom sviazuiushhego veshhestva na displee https www ndt club com product 512 pocketmike yltrazvykovoi tolshinomer htm veshhestvo dolzno ispolzovatsia v neobxodimom kolicestve i nanositsia na poverxnost ravnomerno https www ndt club com produkcija 192 sop i so standartnie obrazci htm sviazuiushhee veshhestvo obycno nanositsia na poverxnost izmeriaemogo materiala https www ndt club com product 816 mpb 3 v7 mikroskop otschyotnii brinell htm pri vysokoi temperature sviazuiushhee veshhestvo nanositsia na poverxnost kontaktnogo datcika https www ndt club com product 539 vulcan portativnii lazernii analizator htm vazno pravilno vybirat tip sviazuiushhego veshhestva https www ndt club com news 74 htm dlia gladkix poverxnostei podxodiat sviazuiushhie veshhestva nizkoi viazkosti naprimer sviazuiushhee veshhestvo smesannogo sostava svetloe masinnoe maslo i t https www ndt club com product 516 positector 6000 yniversalnii tolshinomer pokritii htm d https www ndt club com product 467 kd 3 3l oblychatel yltrafioletovii htm https www ndt club com product 59 colenta indx 900e avtomaticheskaya proyavochnaya mashina htm dlia seroxovatyx vertikalnyx i raspolozennyx na bolsoi vysote poverxnostiax ili dlia poverxnostei iz aliuminiia sleduet ispolzovat sviazuiushhie veshhestva bolsei viazkosti naprimer glicerinovye kremy akusticeskie geli smazki i t https www ndt club com produkcija 190 mnogokanalnie akystiko emissionnie sistemi htm d https www ndt club com product 814 stacionarnii tverdomer syper rokvella trs htm https www ndt club com product 734 pascan 2 rychnoi yniversalnii skaner htm sviazuiushhie veshhestva razlicnyx sostavov imeiutsia na rynke https www ndt club com product 870 etaloni chyvstvitelnosti dlya rentgenografii htm ultrazvukovoi tolshhinomer a1207 iavliaetsia samym malenkim tolshhinomerom sovmeshhaiushhim udobstvo v ekspluatacii i vse osnovnye funkcii sovremennogo tolshhinomera https www ndt club com product 155 tv200 vibrometr htm a1207 prednaznacen dlia izmereniia stenok kotlov sosudov rabotaiushhix pod davleniem obsivok sudov i drugix izdelii iz cernyx i cvetnyx metallov izdelii iz cernyx i cvetnyx metallov izdelii iz stekla a takze metalliceskix i plastikovyx trub diametrom ot 20 mm https www ndt club com product 913 rft obves magnitnii stolik dlya oborydovaniya htm '),
(12650,'field:18',0,1,' https completecarewall com contact '),
(12650,'field:19',0,1,' info completecarewall com '),
(12650,'field:6',0,1,' stevenpax '),
(12650,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(12650,'field:8',0,1,' google '),
(12650,'field:9',0,1,' general inquiry '),
(12650,'title',0,1,' 2026 01 20 21 44 09 '),
(12652,'field:10',0,1,' hello i wanted to reach out with something that could seriously boost your websites visitor count we work with a trusted ad network that allows us to deliver genuine geo targeted social ads traffic for just $10 per 10 000 visits this isnt junk clicks its real visitors tailored to your target country and niche what you get 10 000 high quality visitors for just $10 localized traffic for multiple regions higher volumes available based on your needs trusted by seo experts we even use this for our seo clients ready to scale check out the details here https www monkeydigital co product country targeted traffic or chat with us on whatsapp https monkeydigital co whatsapp us looking forward to helping you grow best mike miguel bernard phone whatsapp 1 775 314 7914 '),
(12652,'field:18',0,1,' http ccwaynehills com contact '),
(12652,'field:19',0,1,' info ccwaynehills com '),
(12652,'field:6',0,1,' mike miguel bernard '),
(12652,'field:7',0,1,' mike monkeydigital co '),
(12652,'field:8',0,1,' google '),
(12652,'field:9',0,1,' general inquiry '),
(12652,'title',0,1,' 2026 01 20 21 44 13 '),
(12656,'alt',0,1,''),
(12656,'extension',0,1,' jpg '),
(12656,'filename',0,1,' milford ad jpg '),
(12656,'kind',0,1,' image '),
(12656,'slug',0,1,''),
(12656,'title',0,1,' milford ad '),
(12658,'field:10',0,1,' individualnyi podxod v rabote s kazdym klientom firmennyi stil nasei kompanii https norsy ru voprosy otvety vezlivye i gramotnye menedzery otvetiat na vse voprosy provedut professionalnye konsultacii https norsy ru pochemu my sveinaia fabrika liza cenit kazdogo svoego klienta ucityvaet vse vasi pozelaniia soxraniaet i garantiruet vysokii uroven servisa https norsy ru my delaem vse ctoby ceny na uslugi posiva tolko radovali vas a kacestvo vyzyvalo vostorg i zelanie nas rekomendovat https norsy ru otzyvy casto zadavaemye voprosy https norsy ru poshiv futbolok sroki izgotovleniia k kazdomu zakazu rasscityvaiutsia individualno vse zavisit ot obieema rabot https norsy ru poshiv hudi pri neobxodimosti my vypolniaem srocnye zakazy https norsy ru o nas takze v nasem cexu mozno zakazat posiv izdelii kostiumnoi gruppy zakety zilety briuki iubki razlicnyx platev trikotaznoi odezdy sportivnye kostiumy futbolki i dr my sem srednie i tiazelye tkani na sovremennom oborudovanii v komande professionalov v cexu vsegda prisutstvuet texnolog zakroishhiki svei mastera utiuzilshhica i rucnica https norsy ru kontakty u nas takze mozno dopolnitelno zakazat razrabotku lekal pecat leiblov i sostavnikov upakovku produkcii i pecat etiketok https norsy ru kontakty da my mozem vypolnit liuboi zakaz po obrazcu izdeliia kotoryi nam predostavliaet zakazcik https norsy ru pochemu my v etom slucae my samostoiatelno razrabotaem lekala i texnologiiu proizvodstva posle cego otpravim gotovyi obrazec na soglasovanie s klientom https norsy ru voprosy otvety '),
(12658,'field:18',0,1,' https ccgrotonregency com contact '),
(12658,'field:19',0,1,' info ccgrotonregency com '),
(12658,'field:6',0,1,' leonelmep '),
(12658,'field:7',0,1,' stapuntril1990 mail ru '),
(12658,'field:8',0,1,' google '),
(12658,'field:9',0,1,' general inquiry '),
(12658,'title',0,1,' 2026 01 20 21 46 53 '),
(12659,'field:10',0,1,' gostinicy v gelendzike https rich house su restaurants do centra 1000 m https rich house su contacts bystroe bronirovanie https rich house su about soci 1 228 otelei vygodnoe bronirovanie po nizkim cenam https rich house su booking nasi partnery po provedeniiu platezei garantiruiut bezopasnost vasix dannyx svoei mirovoi reputaciei https rich house su contacts '),
(12659,'field:18',0,1,' http ccbrakeleypark com contact '),
(12659,'field:19',0,1,' info ccbrakeleypark com '),
(12659,'field:6',0,1,' geraldcup '),
(12659,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12659,'field:8',0,1,' google '),
(12659,'field:9',0,1,' general inquiry '),
(12659,'title',0,1,' 2026 01 20 21 48 06 '),
(12660,'alt',0,1,''),
(12660,'extension',0,1,' jpg '),
(12660,'filename',0,1,' milford admin jpg '),
(12660,'kind',0,1,' image '),
(12660,'slug',0,1,''),
(12660,'title',0,1,' milford admin '),
(12675,'field:10',0,1,' esli u vas na kompiutere ustanovleno prilozenie viber to prosto pereidite po etoi https norsy ru voprosy otvety esli zakazat odezdu napriamuiu u nas to vy polucite garantiiu cto vse veshhi budut ssity idealno https norsy ru ceny vsiu produkciiu na otsutstvie braka proveriaiut sotrudniki fabriki 46 48 https norsy ru o nas nase vnimatelnoe otnosenie k detaliam iavliaetsia pokazatelem togo cto vasi veshhi budut raskupat s bolsoi skorostiu https norsy ru ceny muzskaia odezda https norsy ru o nas posiv kurtok https norsy ru o nas logotipy i iarlyki https norsy ru kompaniia amadei print proizvodit tekstilnye izdeliia dlia muzcin i zenshhin raznoobraznogo assortimenta kurtki futbolki rubaski zilety golovnye ubory i druguiu korporativnuiu produkciiu https norsy ru otzyvy vozmozen zakaz modelei v stile oversaiz i uniseks https norsy ru voprosy otvety my sozdaem kak legkuiu letniuiu uniformu dlia ofisnyx sotrudnikov tak i uteplennuiu dlia personala rabotaiushhego v neprostyx usloviiax https norsy ru poshiv futbolok '),
(12675,'field:18',0,1,' https ccsilverlake com contact '),
(12675,'field:19',0,1,' info ccsilverlake com '),
(12675,'field:6',0,1,' leonelfloow '),
(12675,'field:7',0,1,' stapuntril1990 mail ru '),
(12675,'field:8',0,1,' google '),
(12675,'field:9',0,1,' general inquiry '),
(12675,'title',0,1,' 2026 01 20 21 51 55 '),
(12676,'field:10',0,1,' roman xocu uznat priblizitelnuiu stoimost kapitalnogo remonta s rastockoi bloka slifovki golovki i kv s zapcastiami dvs 6g74 3 5l atmosfernyi v6 pered tem kak ustanavlivat novyi maslianyi nasos voditeli obycno tshhatelno ocishhaiut mesto ego posadki ot griazi http dmalmotors ru promyvka inzhektorov html da i styki slangov ne pomesaet proteret cistoi tkaniu tak kak imenno na stykax slanga i stucera obycno skaplivaetsia samoe bolsoe kolicestvo pyli vperemesku s maslom http dmalmotors ru promyvka inzhektorov html iz za griazi v blizaisem budushhem mogut vozniknut problemy tak kak zidkost v sisteme smazki vsegda dolzna byt cistoi http dmalmotors ru zamena tsepi ili remnya grm html posle sbora krivosipno satunnogo mexanizma ustanavlivaetsia poddon kartera montiruiutsia golovki bloka cilindrov prisoediniaiutsia toplivoprovody nizkogo i vysokogo davleniia http dmalmotors ru remont sistemy okhlazhdeniya html vosstanavlivaetsia rabotosposobnost sistemy oxlazdeniia xomutami krepiatsia soedinitelnye patrubki http dmalmotors ru remont generatorov html zalivaiutsia antifriz motornoe maslo http dmalmotors ru remont korobki peredach html proizvoditsia probnyi pusk dvigatelia http dmalmotors ru zamena i remont stsepleniya html po svoemu ispolneniiu dvigatel kamaz semeistva 740 predstavliaet soboi v obraznyi dizelnyi agregat gde kazdaia gruppa iz 4 cilindrov raspolozena pod uglom 90 po otnoseniiu k drugoi gruppe http dmalmotors ru remont sistemy okhlazhdeniya html '),
(12676,'field:18',0,1,' https ccwestcaldwell com contact '),
(12676,'field:19',0,1,' info ccwestcaldwell com '),
(12676,'field:6',0,1,' emanuelrok '),
(12676,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(12676,'field:8',0,1,' google '),
(12676,'field:9',0,1,' general inquiry '),
(12676,'title',0,1,' 2026 01 20 21 52 58 '),
(12677,'field:10',0,1,' primery rabot https dialdrive ru katalizator 29 let opyt 16 let https dialdrive ru katalizator ceny vypolnennyx rabot https dialdrive ru dvs stoimost uslug 52 goda opyt 30 let https dialdrive ru dvs remont avtomobilia 1000 rub https dialdrive ru dvs otremontirovat avtomobil 6000 rub https dialdrive ru katalizator remont avto 5500 rub https dialdrive ru katalizator '),
(12677,'field:18',0,1,' https ccwestcaldwell com contact '),
(12677,'field:19',0,1,' info ccwestcaldwell com '),
(12677,'field:6',0,1,' vincentjuick '),
(12677,'field:7',0,1,' andreyy filimonov bk ru '),
(12677,'field:8',0,1,' google '),
(12677,'field:9',0,1,' general inquiry '),
(12677,'title',0,1,' 2026 01 20 21 53 09 '),
(12678,'field:10',0,1,' aleksandra pomozet naiti nuznyi tur https akademy21 ru pervaya medicinskaya pomosh bystro besplatno s vnimaniem k melocam https akademy21 ru contacts ekaterinburg cena na dvoix s vyletom iz irkutska otdelnaia administrativnaia edinica kitaia sanxai shanghai odin iz krupneisix torgovyx gorodov mira https akademy21 ru sam brovist sanxai voplotivsaiasia mecta kitaiskogo naroda samyi dinamicnyi gorod samogo dinamicno razvivaiushhegosia naroda https akademy21 ru jenskie strijki k sozaleniiu u nas net podxodiashhix turov dlia otobrazeniia https akademy21 ru osnovi koloristiki novosti bolse https akademy21 ru contacts tbilisi viza nuzna sushhestvuiut uproshhennye pravila dlia nekotoryx regionov https akademy21 ru massagist estet '),
(12678,'field:18',0,1,' http completecarehillside com contact '),
(12678,'field:19',0,1,' info completecarehillside com '),
(12678,'field:6',0,1,' philipquaph '),
(12678,'field:7',0,1,' halcheni1990 mail ru '),
(12678,'field:8',0,1,' google '),
(12678,'field:9',0,1,' general inquiry '),
(12678,'title',0,1,' 2026 01 20 21 54 16 '),
(12679,'alt',0,1,''),
(12679,'extension',0,1,' jpg '),
(12679,'filename',0,1,' wayne admin jpg '),
(12679,'kind',0,1,' image '),
(12679,'slug',0,1,''),
(12679,'title',0,1,' wayne admin '),
(12685,'field:10',0,1,' keitering ot 60 rublei https shcherbinins ru contacts kseniia brend menedzer nas vyezdnoi keitering v moskve vkliucaet polnyi spektr uslug po organizacii i provedeniiu meropriiatii na liuboi lokacii https shcherbinins ru menu my obespecivaem kacestvo bliud https shcherbinins ru 840 rub cel https shcherbinins ru pomimo keiteringa my predlagaem sirokii spektr dopolnitelnyx uslug ctoby sdelat vase meropriiatie polnocennym https shcherbinins ru uslugy vy mozete zakazat u nas sleduiushhie uslugi posuda arenda mebeli tekstil oficianty dekor poisk i bronirovanie ploshhadok organizaciia sobytiia i logistika https shcherbinins ru menu '),
(12685,'field:18',0,1,' http completecarewall com contact '),
(12685,'field:19',0,1,' info completecarewall com '),
(12685,'field:6',0,1,' michaelrhymn '),
(12685,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12685,'field:8',0,1,' google '),
(12685,'field:9',0,1,' general inquiry '),
(12685,'title',0,1,' 2026 01 20 21 57 52 '),
(12686,'field:10',0,1,' osnovnaia produkciia stroitelnye metallokonstrukcii https mobelmetall ru gibka metalla ok levin adres g https mobelmetall ru lazernaya svarka dubna izevsk ul https mobelmetall ru blog poroshkovaya pokraska dubna telegina d https mobelmetall ru ourproduction 30 590 tel 7 965 844 30 38 https mobelmetall ru poroshkovaya pokraska dubna dlia proizvodstva metallokonstrukcii ispolzuiutsia sovremennye texnologii svarki lazernoi rezki gibki a takze avtomatizirovannye sistemy dlia proektirovaniia i obrabotki dannyx https mobelmetall ru blog eti metody pozvoliaiut znacitelno povysit tocnost i kacestvo produkcii https mobelmetall ru blog marka stali https mobelmetall ru questions ooo asprom kompaniia specializiruiushhaiasia na razrabotke i proizvodstve konveiernyx sistem i resenii po peremeshheniiu gruzov https mobelmetall ru gibka metalla nasa kompaniia predlagaet sirokii assortiment konveierov razlicnyx tipov vkliucaia lentocnye plastincatye rolikovye grippernye https mobelmetall ru poroshkovaya pokraska dubna kak osushhestvliaetsia dostavka metallokonstrukcii na obieekt '),
(12686,'field:18',0,1,' https ccburlingtonwoods com contact '),
(12686,'field:19',0,1,' info ccburlingtonwoods com '),
(12686,'field:6',0,1,' shermansoano '),
(12686,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12686,'field:8',0,1,' google '),
(12686,'field:9',0,1,' general inquiry '),
(12686,'title',0,1,' 2026 01 20 21 58 01 '),
(12687,'alt',0,1,''),
(12687,'extension',0,1,' jpg '),
(12687,'filename',0,1,' wayne ad jpg '),
(12687,'kind',0,1,' image '),
(12687,'slug',0,1,''),
(12687,'title',0,1,' wayne ad '),
(12694,'field:10',0,1,' vy takze mozete samostoiatelno sformirovat meniu vybrav podxodiashhie bliuda v nasem kataloge https shcherbinins ru contacts ostavit otzyv https shcherbinins ru contacts preimushhestva zakaza keiteringa https shcherbinins ru contacts zakazyvali kanape sety https shcherbinins ru contacts vy mozete nedorogo zakazat dostavku edy dlia keiteringa castnyi dom ofis ili lokaciiu na prirode https shcherbinins ru aboutus vyezdnoe obsluzivanie predostavliaetsia vne zavisimosti ot masstaba banketa stoimost furseta rasscityvaetsia na celoveka https shcherbinins ru aboutus arina kompaniia delovaia rossiia https shcherbinins ru contacts '),
(12694,'field:18',0,1,' http ccatcourthouse com contact '),
(12694,'field:19',0,1,' info ccatcourthouse com '),
(12694,'field:6',0,1,' michaelchurf '),
(12694,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12694,'field:8',0,1,' google '),
(12694,'field:9',0,1,' general inquiry '),
(12694,'title',0,1,' 2026 01 20 22 04 19 '),
(12695,'field:10',0,1,' hi i wanted to know your price '),
(12695,'field:18',0,1,' http ccwhisperingwoods com contact '),
(12695,'field:19',0,1,' info ccwhisperingwoods com '),
(12695,'field:6',0,1,' georgeopisy '),
(12695,'field:7',0,1,' zekisuquc419 gmail com '),
(12695,'field:8',0,1,' google '),
(12695,'field:9',0,1,' general inquiry '),
(12695,'title',0,1,' 2026 01 20 22 06 03 '),
(12696,'field:10',0,1,' ndewo achoro m imara onuahia gi '),
(12696,'field:18',0,1,' http ccfairlawnedge com contact '),
(12696,'field:19',0,1,' info ccfairlawnedge com '),
(12696,'field:6',0,1,' georgesoize '),
(12696,'field:7',0,1,' zekisuquc419 gmail com '),
(12696,'field:8',0,1,' google '),
(12696,'field:9',0,1,' general inquiry '),
(12696,'title',0,1,' 2026 01 20 22 15 50 '),
(12701,'field:12',0,1,' petrona veronica soza '),
(12701,'field:13',0,1,' veronsoza123 gmail com '),
(12701,'field:14',0,1,' 5165473066 '),
(12701,'field:15',0,1,''),
(12701,'field:16',0,1,' activities recreation administrative business office maintenance housekeeping '),
(12701,'field:17',0,1,' my name is petrona veronica soza and i am certified in cpr first aid and assisted living i want to work at completecare i dont speak english very well but i am studying and with my translator i can communicate without any problems i am applying for a job my family and i need it please i ask for an opportunity thank you in advance '),
(12701,'field:20',0,1,' https ccbeylea com careers '),
(12701,'field:21',0,1,' info ccbeylea com '),
(12701,'title',0,1,' 2026 01 20 22 36 27 '),
(12703,'field:10',0,1,' sozdat izyskannye zakuski https shcherbinins ru uslugy prigotovit osnovnye bliuda na liuboi vkus https shcherbinins ru uslugy udovletvorit gastronomiceskie predpocteniia kazdogo gostia https shcherbinins ru aboutus razrabotat individualnoe keitering meniu ucityvaiushhee vse vasi pozelaniia https shcherbinins ru uslugy keitering ekonomit vremia na pridumyvanie sobstvennogo meniu i dolguiu gotovku https shcherbinins ru menu vam nuzno lis vybrat bliuda iz kataloga i zakazat furset s dostavkoi v neobxodimoe mesto https shcherbinins ru uslugy irina marketing pr director pocemu stoit vybrat caterme dlia zakaza keiteringa ostavit otzyv https shcherbinins ru contacts konstantin kompaniia vk https shcherbinins ru aboutus '),
(12703,'field:18',0,1,' http ccgrotonregency com contact '),
(12703,'field:19',0,1,' info ccgrotonregency com '),
(12703,'field:6',0,1,' michaeltaind '),
(12703,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12703,'field:8',0,1,' google '),
(12703,'field:9',0,1,' general inquiry '),
(12703,'title',0,1,' 2026 01 20 22 42 43 '),
(12704,'field:12',0,1,' alan uriel urbina '),
(12704,'field:13',0,1,' alanurielurbinamatus gmail com '),
(12704,'field:14',0,1,' 5168307182 '),
(12704,'field:15',0,1,' files resumes curriculum alan urbina pdf '),
(12704,'field:16',0,1,' maintenance housekeeping '),
(12704,'field:17',0,1,' my name is alan urbina i dont speak english very well but i am studying and with my translator i can communicate without any problems i have experience in maintenance and cleaning i am applying for a job my family and i need it please i ask for an opportunity thank you in advance '),
(12704,'field:20',0,1,' https ccbeylea com careers '),
(12704,'field:21',0,1,' info ccbeylea com '),
(12704,'title',0,1,' 2026 01 20 22 43 24 '),
(12705,'alt',0,1,''),
(12705,'extension',0,1,' pdf '),
(12705,'filename',0,1,' curriculum alan urbina pdf '),
(12705,'kind',0,1,' pdf '),
(12705,'slug',0,1,''),
(12705,'title',0,1,' curriculum alan urbina '),
(12709,'alt',0,1,''),
(12709,'extension',0,1,' pdf '),
(12709,'filename',0,1,' complete care sample weekly menu cj al pdf '),
(12709,'kind',0,1,' pdf '),
(12709,'slug',0,1,''),
(12709,'title',0,1,' complete care sample weekly menu cj al '),
(12713,'alt',0,1,''),
(12713,'extension',0,1,' pdf '),
(12713,'filename',0,1,' complete care sample weekly menu cj al 2026 01 21 035513 ytvg pdf '),
(12713,'kind',0,1,' pdf '),
(12713,'slug',0,1,''),
(12713,'title',0,1,' complete care sample weekly menu cj al '),
(12715,'alt',0,1,''),
(12715,'extension',0,1,' pdf '),
(12715,'filename',0,1,' complete care sample weekly menu cj al 2026 01 21 035548 lhbr pdf '),
(12715,'kind',0,1,' pdf '),
(12715,'slug',0,1,''),
(12715,'title',0,1,' complete care sample weekly menu cj al '),
(12717,'field:10',0,1,' posmotret dostupnye nomera https rich house su about gostinicy v gelendzike https rich house su contacts agoi 70 otelei zaselenie v komfortnye nomera pitanie po sisteme svedskii stol tri raza v den spisok ekskursii vozmoznost polzovatsia vsei infrastrukturoi animacionnye programmy dlia detei programmy dlia vzroslyx https rich house su restaurants vybrat promokod https rich house su posmotret dostupnye nomera https rich house su restaurants '),
(12717,'field:18',0,1,' http cckressonview com contact '),
(12717,'field:19',0,1,' info cckressonview com '),
(12717,'field:6',0,1,' geraldgew '),
(12717,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12717,'field:8',0,1,' google '),
(12717,'field:9',0,1,' general inquiry '),
(12717,'title',0,1,' 2026 01 20 22 55 59 '),
(12721,'field:10',0,1,' hi ed dom https kettypay hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https decidim calafell cat link external url=http em dom ru https beta novell com common util get language url php language=en us url=http em dom ru https trac osgeo org osgeo search q=https em dom ru https toneto net redirect url=http em dom ru https www kidsemail org parent login php msg=a '),
(12721,'field:18',0,1,' https ccvoorhees com contact '),
(12721,'field:19',0,1,' info ccvoorhees com '),
(12721,'field:6',0,1,' jesusowerb '),
(12721,'field:7',0,1,' ch emaxk i r i l l gmail com '),
(12721,'field:8',0,1,' google '),
(12721,'field:9',0,1,' general inquiry '),
(12721,'title',0,1,' 2026 01 20 23 06 05 '),
(12722,'field:10',0,1,' zavtrak vkliucen https rich house su services otel fandorinie raspolozen v kurortnom poselke kabardinka v tixom i spokoinom meste dlia semeinogo otdyxa https rich house su rooms predusmotreno obsluzivanie po sisteme vse vkliuceno s konca aprelia do serediny oktiabria https rich house su restaurants skidki do 10% oteli tuapse vse vkliuceno do cernogo moria 836 m https rich house su restaurants darim vam promokody na pervuiu bron https rich house su restaurants vybiraite samyi vygodnyi dlia sebia https rich house su booking '),
(12722,'field:18',0,1,' http ccvoorhees com contact '),
(12722,'field:19',0,1,' info ccvoorhees com '),
(12722,'field:6',0,1,' geraldhidly '),
(12722,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12722,'field:8',0,1,' google '),
(12722,'field:9',0,1,' general inquiry '),
(12722,'title',0,1,' 2026 01 20 23 07 12 '),
(12723,'field:10',0,1,' greetings mr ms im michael williams from an investment consultancy we connect clients globally with low interest loans to help achieve your goals whether for personal business or project funding we collaborate with reputable investors to turn your proposals into reality share your business plan and executive summary with us at michael williams lotusfinconsults com to explore funding options sincerely michael williams senior financial consultant http www lotusfinanceconsults com '),
(12723,'field:18',0,1,' http ccplainfield com contact '),
(12723,'field:19',0,1,' info ccplainfield com '),
(12723,'field:6',0,1,' michael williams '),
(12723,'field:7',0,1,' michaelswills2022 gmail com '),
(12723,'field:8',0,1,' google '),
(12723,'field:9',0,1,' general inquiry '),
(12723,'title',0,1,' 2026 01 20 23 21 48 '),
(12727,'alt',0,1,''),
(12727,'extension',0,1,' pdf '),
(12727,'filename',0,1,' complete care sample weekly menu ct rch pdf '),
(12727,'kind',0,1,' pdf '),
(12727,'slug',0,1,''),
(12727,'title',0,1,' complete care sample weekly menu ct rch '),
(12729,'field:10',0,1,' pozvonite nasim menedzeram po telefonam ukazannym na saite ili ostavte zaiavku https shcherbinins ru aboutus iuliia 3 maia 2025 https shcherbinins ru menu spasibo bolsoe za organizaciiu meropriiatiia vse ponravilos vse bylo ocen vkusnym za otkrytuiu strit fud zonu otdelnoe spasibo kanape dlia furseta ot 100 rublei https shcherbinins ru uslugy krasocnoe oformlenie fursetnoi linii s raznoobraznymi zakuskami ctoby gosti ostalis dovolny https shcherbinins ru uslugy etapy raboty https shcherbinins ru uslugy '),
(12729,'field:18',0,1,' http ccwestcaldwell com contact '),
(12729,'field:19',0,1,' info ccwestcaldwell com '),
(12729,'field:6',0,1,' michaelmar '),
(12729,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12729,'field:8',0,1,' google '),
(12729,'field:9',0,1,' general inquiry '),
(12729,'title',0,1,' 2026 01 20 23 29 52 '),
(12730,'field:10',0,1,' hi ed dom https galacy mountain hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https love goxip com hk affiliate url=http em dom ru https submit jpmph org member s login php s login=11 s url=http em dom ru https www etcconnect com logout aspx bc returnurl=https em dom ru https ad inter edu com ox www delivery ck php ct=1 oaparams=2 bannerid=43467 zoneid=286 oxlca=1 cb=04acee1091 oadest=https em dom ru https jump 5ch net em dom ru https popjulia onelink me covz pid=pc bottom c=home af dp=com chicv popjulia af web dp=http em dom ru is retargeting=true https www oxfordpublish org url=em dom ru https nabat tomsk ru go url=https em dom ru https sc state library mobilize io links lid=gfqh03emv3hvxs0d5o3hjw token=xbcqslrbmwzhh21rh4uwww url=http em dom ru https bbs sp findfriends jp pid=go link url=http em dom ru https littlenugget onelink me 1071849834 pid=sponsorship c=bcbvip af dp=littlenugget af web dp=http em dom ru https framinghamlibrary org url=em dom ru https www adminer org redirect url=https em dom ru lang=en https mail2 mclink it sredirect em dom ru https masaru323 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www db lv ext http em dom ru https asoechat wap sh redirect url=em dom ru https marublog129 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https w1 weblahko sk index php menu1r=2 stiznost=true surl=em dom ru sreferer= https www pearlevision com m20scheduleexamview catalogid=15951 clearexams=1 langid= 1 returnurl=http em dom ru storeid=12002 storenumber=21129027 https es catholic net ligas ligasframe phtml liga=https em dom ru https cpen com url=https em dom ru http inginformatica uniroma2 it url=em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https nabchelny ru welcome blindversion normal callback=http em dom ru https rinbro hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www wenxuecity com blog act=haiwai blog url=http em dom ru https fetchyournews com revive www delivery ck php oaparams=2 bannerid=458 zoneid=43 cb=1931d27daa oadest=http em dom ru https gochiemon hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https syaoruu hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https forum lephoceen fr proxy php link=https em dom ru https click simsfinds com go url=http em dom ru https wiki zcubes com index php title= em dom ru action=edit printable=yes https mana310 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www emuparadise me logout php next=https em dom ru https sp jp wazap com info jump wz url=https em dom ru https smart link 5bb788a3d5b83 site id=web nbcs philly creative id=nbcsphi1356 cp 4=em dom ru https forum reizastudios com proxy php link=http em dom ru https forum doctissimo fr inscription 1 html referer url=https em dom ru http cds zju edu cn addons cms go index html url=https em dom ru https trustandjustice org url=https em dom ru https toneto net redirect url=http em dom ru https ofsilvers hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https ai blackfacts com redirect factsource 13d1ce12 1229 404b bf31 8bdda75b7d55 03290b70 9a99 489b a7fa 318ae1b60a6e https em dom ru https lospoblanos com url=http em dom ru https envios uces edu ar control click mod php email= email id envio=1557 url=https em dom ru https firsttee my site com tft login website=em dom ru http www webclap com php jump php sa=t url=http em dom ru https content hh ru api v1 click contentid=538 placeid=2 employerid=581458 domainareaid=1353 host=https em dom ru https pram elmercurio com logout aspx applicationname=emol ssotargeturl=https em dom ru l=yes https us member uschoolnet com register step1 php from=em dom ru https forums2 battleon com f interceptor asp dest=em dom ru https my w tt a key live pgerp08edsp0oa8bt3azqbhoqzgspodt medium= feature= campaign= channel= $always deeplink=0 $fallback url=em dom ru $deeplink path= http www ub uni heidelberg de cgi bin edok dok=https em dom ru https www skisprungschanzen com link php id=2 url=http em dom ru https reporting sainsburysmagazine co uk cgi bin rr nobook 151187nosent 64962nosrep 93621 https em dom ru https hudsonltd com url=em dom ru https eric ed gov redir=https em dom ru https www fahrradmonteur de index php title= em dom ru action=edit printable=yes https www decidim barcelona link external url=https em dom ru https domain opendns com em dom ru https odorun hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https passport us bignox com sso logout service=https em dom ru https up band us snippet view url=em dom ru https www hawaiitourismauthority org speedbump targeturl=https em dom ru https community restaurant org links url=https em dom ru https gun deals external link url=http em dom ru http old urc ac ru cgi click cgi url=http em dom ru https secure nationalimmigrationproject org np clients nationalimmigration tellfriend jsp subject=attending 2020 annual pre aila crimes and immigration virtual cle url=http em dom ru https secure radio online com cgi bin rol exe ssiteid em dom ru https kettypay hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru http maheev perm ru bitrix rk php goto=http em dom ru https soundingames dei uc pt api php action=https em dom ru https beta novell com common util get language url php language=en us url=http em dom ru https cities bythenumbers sco ca gov embed barchart branch type=revenue current entity=org1 year=2020 child entity=org2 org1=yuba city sort field=total sort=desc is leaf=false human name=city sourceurl=https em dom ru type=content https eventlog netcentrum cz redir data=aclick2c239800 486339t12 s=najistong url=https em dom ru v=1 https islam de ms r=https em dom ru https www constructionenquirer com wp content themes constructionenquirer adclick php url=http em dom ru https empyriononline com proxy php link=https em dom ru https daemon indapass hu http session request redirect to=https em dom ru partner id=bloghu https board en drakensang com proxy php link=http em dom ru http cr naver com redirect notification u=https em dom ru https participez nanterre fr link external url=https em dom ru https a pr cy ru em dom ru https vortez net revive2 www delivery ck php ct=1 oaparams=2 bannerid=96 zoneid=7 cb=7b05f93fa3 oadest=http em dom ru https rs rikkyo ac jp rs error applicationerror aspx topurl=https em dom ru https show jspargo com attendeeacquisitiontool src tracking10click asp caller=attacqwidget widgetid=61 redirecturl=http em dom ru http ijpc uscannenberg org url=http em dom ru https www unifrance org newsletter click 6763261 url=http em dom ru https rezkyrizani xtgem com fb text lingkaran site=em dom ru lt https memo8 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https optimize viglink com page pmv url=https em dom ru https english republiquelibre org index php title= em dom ru action=edit printable=yes https yomi mobi rjump em dom ru https www retrogames cz download dos php id=714 romfile=http em dom ru imgsize=512 https dot wp pl redirn sn=facebook o2 t=1628334247 url=https em dom ru https app nexoos com br mkt borrower registration wizard partner redirection link=https em dom ru partner=geru https forums techarp com proxy php link=http em dom ru http s03 megalodon jp url=http em dom ru https forums opera com outgoing url=http em dom ru https my icaew com security account logout returnurl=https em dom ru https forums overclockers com au proxy php link=http em dom ru https www cleanlink com adviewer asp adi= hs graphics 19 10 019 hs 1019 p=hs1019 019 matsinc e=website at cleanlink dot com u=https em dom ru https adms3 hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=527 zoneid=667 cb=72cbf61f88 oadest=http em dom ru https trac osgeo org osgeo search q=https em dom ru https wiki securepoint de index php title= em dom ru action=edit printable=yes https amk team ru go url=https em dom ru http help speciesfile org api php action=http em dom ru http esvc000236 wic027u server web com include reurl3 php adtype=hits table=1 gunid=30 url=em dom ru http fdp timacad ru bitrix redirect php event1 event2 event3 goto=http em dom ru https dreamerdream hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https sp baystars co jp community club baystars shop map php catg=bene id=g 005 linkurl=http em dom ru https ipmba org url=http em dom ru https hchocolatier hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https www math auckland ac nz wiki index php search=https em dom ru title=special search go=go https tokyo new akiba com ra www delivery ck php ct=1 oaparams=2 bannerid=3 zoneid=3 cb=154a423fea oadest=https em dom ru https owner netkeiba com horse id=2020100124 pid=horse shokin return url=https em dom ru https vdigger com downloader downloader php utm nooverride=1 site=em dom ru https www kidsemail org parent login php msg=a '),
(12730,'field:18',0,1,' https ccinglemoor com contact '),
(12730,'field:19',0,1,' info ccinglemoor com '),
(12730,'field:6',0,1,' jesusscake '),
(12730,'field:7',0,1,' ch em a x ki ri ll gmail com '),
(12730,'field:8',0,1,' google '),
(12730,'field:9',0,1,' general inquiry '),
(12730,'title',0,1,' 2026 01 20 23 30 19 '),
(12731,'field:10',0,1,' hi ed dom https forum doctissimo fr inscription 1 html referer url=https em dom ru https cpen com url=https em dom ru https www thetfp com proxy php link=http em dom ru https kanose hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https pl grepolis com start redirect url=http em dom ru https www hawaiitourismauthority org speedbump targeturl=https em dom ru http www ub uni heidelberg de cgi bin edok dok=https em dom ru https vote socialpsychology org index htm host2=em dom ru https framinghamlibrary org url=em dom ru https www survivalmonkey com proxy php link=https em dom ru https partner beautysuccess fr servlet effi redir id compteur=22392471 url=http em dom ru https doba te ua gateway goto=https em dom ru https www oxfordpublish org url=em dom ru https a pr cy ru em dom ru https www studyladder com games activity word match s a t p i n 35665 backurl=http em dom ru https www oddworld com shop shop php store=em dom ru https memo8 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https drugs ie url=https em dom ru https click simsfinds com go url=http em dom ru https forums2 battleon com f interceptor asp dest=em dom ru http h1s goodgame ru del ck php ct=1 oaparams=2 bid=190 zid=26 cb=bc85c561c6 oadest=http em dom ru https digiex net proxy php link=https em dom ru https forum lephoceen fr proxy php link=https em dom ru https plantationfl adventistchurch org forwarder part1 url=https em dom ru https www skisprungschanzen com link php id=2 url=http em dom ru https suecia kb se goto http em dom ru https sso qiota com api v1 logout redirect uri=https em dom ru https chyba o2 cz cs url=https em dom ru https www math auckland ac nz wiki index php search=https em dom ru title=special search go=go https hchocolatier hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https prlog ru analysis em dom ru https www wellness com version full returnurl=http em dom ru https forums opera com outgoing url=http em dom ru https rezkyrizani xtgem com fb text lingkaran site=em dom ru lt https sekainoriron hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https us member uschoolnet com register step1 php from=em dom ru https almanach pte hu oktato 273 from=http em dom ru https dot wp pl redirn sn=facebook o2 t=1628334247 url=https em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https davadava hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https fffw2 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru http www webclap com php jump php sa=t url=http em dom ru https pram elmercurio com logout aspx applicationname=emol ssotargeturl=https em dom ru l=yes http old urc ac ru cgi click cgi url=http em dom ru http esvc000236 wic027u server web com include reurl3 php adtype=hits table=1 gunid=30 url=em dom ru https galacy mountain hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www storeboard com profile show webpage profile asp url=http em dom ru https www stationwagonforums com forums proxy php link=https em dom ru https content hh ru api v1 click contentid=538 placeid=2 employerid=581458 domainareaid=1353 host=https em dom ru https english republiquelibre org index php title= em dom ru action=edit printable=yes https w1 weblahko sk index php menu1r=2 stiznost=true surl=em dom ru sreferer= https firsttee my site com tft login website=em dom ru https priuschat com proxy php link=https em dom ru https wiki securepoint de index php title= em dom ru action=edit printable=yes https jump 5ch net em dom ru https www decidim barcelona link external url=https em dom ru https my icaew com security account logout returnurl=https em dom ru https submit jpmph org member s login php s login=11 s url=http em dom ru https adms3 hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=527 zoneid=667 cb=72cbf61f88 oadest=http em dom ru https s panda hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https studenthelpr com redirect redirectto=http em dom ru https accounts ac illust com signup lang=vi serviceurl=https em dom ru https www sexpin net source em dom ru https domain opendns com em dom ru https secure nationalimmigrationproject org np clients nationalimmigration tellfriend jsp subject=attending 2020 annual pre aila crimes and immigration virtual cle url=http em dom ru https wiki zcubes com index php title= em dom ru action=edit printable=yes https eventlog netcentrum cz redir data=aclick2c239800 486339t12 s=najistong url=https em dom ru v=1 https 100day hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https forum corvusbelli com proxy php link=https em dom ru https testregistrulagricol gov md c document library find file entry p l id=67683 nosuchentryredirect=http em dom ru https asoechat wap sh redirect url=em dom ru http www bovec net redirect php link=em dom ru un=reedw cf from=bovecnet https forums techarp com proxy php link=http em dom ru https idoooll hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https stats sobyanin ru metrics r muid=15196b01 6d0b 4689 b2fc 241a3e6ae908 category=04a6660a c3fe 4fc3 84a6 60afd7dc9422 url=https em dom ru https dados ibict br pt pt api 1 util snippet api info html resource id=2ace6719 6b73 4285 b349 49dbbaa7de53 datastore root url=http em dom ru https www vanderbiltcupraces com url=http em dom ru https gogvo com redir php k=d58063e997dbb039183c56fe39ebe099 url=https em dom ru https sda foodandtravel com live www delivery ck php ct=1 oaparams=2 bannerid=14 zoneid=14 source= obfs cb=18dd655015 oadest=http em dom ru https ads agorafinancial com www delivery ck php ct=1 oaparams=2 bannerid=529 zoneid=4 cb=e74ef55876 oadest=http em dom ru https marublog129 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https login uleth ca cas login service=https em dom ru gateway=true https rs rikkyo ac jp rs error applicationerror aspx topurl=https em dom ru https odorun hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https cm eu wargaming net frame service=frm project=moo realm=eu language=en login url=http em dom ru https smart link 5bb788a3d5b83 site id=web nbcs philly creative id=nbcsphi1356 cp 4=em dom ru https cas rec unicen edu ar cas login gateway=true service=https em dom ru https fcviktoria cz media show asp id=2924 id clanek=2467 media=0 type=1 url=https em dom ru https up band us snippet view url=em dom ru http inginformatica uniroma2 it url=em dom ru https jenskiymir com proxy php url=http em dom ru 34zxvq8 https wetpussygames com porn out php id=em dom ru https adx dcfever com ads www delivery ck php ct=1 oaparams=2 bannerid=1138 zoneid=2 cb=a4d7c48ece oadest=http em dom ru https forums overclockers com au proxy php link=http em dom ru http innerside dothome co kr bbs skin link hit plus php sitelink=http em dom ru id=link page=1 sn1= divpage=1 category=2 sn=off ss=on sc=on select arrange=headnum desc=asc no=4 https mail2 mclink it sredirect em dom ru https wiki evilmadscientist com index php title= em dom ru action=edit printable=yes https bnb easytravel com tw click aspx no=3835 class=1 item=1001 area=6 url=http em dom ru https w1 websnadno cz index php menu1r=2 stiznost=true surl=em dom ru sreferer= https www fahrradmonteur de index php title= em dom ru action=edit printable=yes https www unifrance org newsletter click 6763261 url=http em dom ru https community restaurant org links url=https em dom ru https m shopinlosangeles net redirect aspx url=https em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https newsletter usi ch email n h=2obmeqv6fsqh5zdq0zugsbzmymrmfiyl l= em dom ru http help speciesfile org api php action=http em dom ru http fdp timacad ru bitrix redirect php event1 event2 event3 goto=http em dom ru http maheev perm ru bitrix rk php goto=http em dom ru https daemon indapass hu http session request redirect to=https em dom ru partner id=bloghu https captcha 2gis ru form return url=https em dom ru http cr naver com redirect notification u=https em dom ru https trac osgeo org osgeo search q=https em dom ru https www bing com news apiclick aspx ref=fexrss aid= tid=60610d15439b4103a0bf4e1051edcf8b url=https em dom ru c=12807976268214810202 mkt=en us https dreamerdream hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www chara ani com member rule aspx src=https em dom ru https love goxip com hk affiliate url=http em dom ru https phleguratone music games hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru http woostercollective com url=em dom ru https decidimos monterrey gob mx link external url=https em dom ru https yomi mobi rjump em dom ru https optimize viglink com page pmv url=https em dom ru https participez nanterre fr link external url=https em dom ru https www freeseotoolbox net domain em dom ru update https hermis alberta ca paa details aspx st=randall returnurl=http em dom ru dv=true deptid=1 objectid=pr2006 https passport us bignox com sso logout service=https em dom ru https www etcconnect com logout aspx bc returnurl=https em dom ru https babkim hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru http adms hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=6685 zoneid=2040 cb=dfaf38fc52 oadest=http em dom ru https tinhte vn proxy php link=http em dom ru https www cleanlink com adviewer asp adi= hs graphics 19 10 019 hs 1019 p=hs1019 019 matsinc e=website at cleanlink dot com u=https em dom ru https ofsilvers hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru http bodyblow s9 xrea com x cutlinks rank php url=http em dom ru https syaoruu hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https trustandjustice org url=https em dom ru https empyriononline com proxy php link=https em dom ru https tb getinvisiblehand com adredirect php url=https em dom ru https paulgravett com url=em dom ru https fetchyournews com revive www delivery ck php oaparams=2 bannerid=458 zoneid=43 cb=1931d27daa oadest=http em dom ru https nabat tomsk ru go url=https em dom ru https masaru323 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https wiki bzflag org index php title= em dom ru action=edit printable=yes https forums officialpsds com proxy php link=https em dom ru https m shopinportland com redirect aspx url=em dom ru https whois gandi net en results search=em dom ru https my w tt a key live pgerp08edsp0oa8bt3azqbhoqzgspodt medium= feature= campaign= channel= $always deeplink=0 $fallback url=em dom ru $deeplink path= https www adminer org redirect url=https em dom ru lang=en https wiki code4lib org index php title= em dom ru action=history printable=yes https sitereport netcraft com url=https em dom ru https kolflow univ nantes fr mediawiki api php action=https em dom ru https www thickcash com iframe content video banners finishhim fh 300x250 1 index php sitelink=https em dom ru https envios uces edu ar control click mod php email= email id envio=1557 url=https em dom ru https hudsonltd com url=em dom ru https www shareaholic com logout origin=http em dom ru https osallistu ouka fi link external url=https em dom ru https gochiemon hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https translate itsc cuhk edu hk gb em dom ru weilun b5 valk valk profile html https t10 org cgi bin s t10r cgi first=1 prevurl=https em dom ru https toneto net redirect url=http em dom ru https forums fugly com proxy php link=http em dom ru https www sunnymake com alexa domain=http em dom ru https forum mobile networks ru go php http em dom ru https secure radio online com cgi bin rol exe ssiteid em dom ru https forum winhost com proxy php link=http em dom ru https ai blackfacts com redirect factsource 13d1ce12 1229 404b bf31 8bdda75b7d55 03290b70 9a99 489b a7fa 318ae1b60a6e https em dom ru https dailyhoroscopeplus onelink me klrr pid=app share c=test af web dp=http em dom ru https owner netkeiba com horse id=2020100124 pid=horse shokin return url=https em dom ru https vdigger com downloader downloader php utm nooverride=1 site=em dom ru https www hogodoc com url=em dom ru https soundingames dei uc pt api php action=https em dom ru https www db lv ext http em dom ru https sp baystars co jp community club baystars shop map php catg=bene id=g 005 linkurl=http em dom ru http ijpc uscannenberg org url=http em dom ru https kettypay hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https www pearlevision com m20scheduleexamview catalogid=15951 clearexams=1 langid= 1 returnurl=http em dom ru storeid=12002 storenumber=21129027 https islam de ms r=https em dom ru https beeyann hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https track pubmatic com adserver addisplaytrackerservlet clickdata=jnb1yklkpte3ndewjnnpdgvjzd0xnzqxmszhzelkpteymtgyjmthzhnpemvpzd03jmnhbxbhawduswq9nji0mizjcmvhdgl2zulkptamywrtzxj2zxjjzd0yndm= url=https em dom ru https bbs sp findfriends jp pid=go link url=http em dom ru https kirov portal ru away php url=https em dom ru https if himazin2 hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https mana310 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www hcsparta cz media show asp type=1 id=246 url back=http em dom ru https beta novell com common util get language url php language=en us url=http em dom ru https forum reizastudios com proxy php link=http em dom ru https ad inter edu com ox www delivery ck php ct=1 oaparams=2 bannerid=43467 zoneid=286 oxlca=1 cb=04acee1091 oadest=https em dom ru https amk team ru go url=https em dom ru https www wenxuecity com blog act=haiwai blog url=http em dom ru https www kidsemail org parent login php msg=a '),
(12731,'field:18',0,1,' https ccsevernapark com contact '),
(12731,'field:19',0,1,' info ccsevernapark com '),
(12731,'field:6',0,1,' jesussup '),
(12731,'field:7',0,1,' c h e m ax k i r il l gmail com '),
(12731,'field:8',0,1,' google '),
(12731,'field:9',0,1,' general inquiry '),
(12731,'title',0,1,' 2026 01 20 23 39 44 '),
(12732,'field:10',0,1,' ot 3 000 rub https rich house su services za nomer v sutki https rich house su booking obieekt proveren https rich house su booking darim vam promokody na pervuiu bron https rich house su photos vybiraite samyi vygodnyi dlia sebia https rich house su gelendzik pervomaiskaia 51a https rich house su restaurants otdyx v alean family resort spa biarritz https rich house su contacts pokazat vse https rich house su services '),
(12732,'field:18',0,1,' http ccinglemoor com contact '),
(12732,'field:19',0,1,' info ccinglemoor com '),
(12732,'field:6',0,1,' geraldhycle '),
(12732,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12732,'field:8',0,1,' google '),
(12732,'field:9',0,1,' general inquiry '),
(12732,'title',0,1,' 2026 01 20 23 47 12 '),
(12733,'field:10',0,1,' 1 https rich house su booking 8 km ot centra gelendzik https rich house su rooms gelendzik zavtrak vkliucen https rich house su services ulica priboinaia d https rich house su services 18 gelendzik https rich house su booking posmotret dostupnye nomera https rich house su restaurants 736 https rich house su contacts 9 m ot centra gelendzik https rich house su booking esto sadok 280 otelei '),
(12733,'field:18',0,1,' http ccinglemoor com contact '),
(12733,'field:19',0,1,' info ccinglemoor com '),
(12733,'field:6',0,1,' geraldhycle '),
(12733,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12733,'field:8',0,1,' google '),
(12733,'field:9',0,1,' general inquiry '),
(12733,'title',0,1,' 2026 01 20 23 47 12 '),
(12734,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccfoxhill com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(12734,'field:18',0,1,' https ccfoxhill com contact '),
(12734,'field:19',0,1,' info ccfoxhill com '),
(12734,'field:6',0,1,' qasim yaseen '),
(12734,'field:7',0,1,' qasimyaseen326 gmail com '),
(12734,'field:8',0,1,' web ui ux design and developemnt '),
(12734,'field:9',0,1,' other '),
(12734,'title',0,1,' 2026 01 20 23 47 29 '),
(12735,'field:10',0,1,' hi most small business owners spend way too much time worrying about their website or avoiding it because it feels overwhelming heres a better option $69 month everything handled well create a professional site for you or completely overhaul your current one manage reliable hosting when needed handle edits and improvements up to 60 minutes of work included every month no hidden costs no long term lock in just a site that actually works for your business see whats included https websolutionsgenius com bestwebsites '),
(12735,'field:18',0,1,' https cchyattsville com contact '),
(12735,'field:19',0,1,' info cchyattsville com '),
(12735,'field:6',0,1,' bernard woolner '),
(12735,'field:7',0,1,' bernard woolner outlook com '),
(12735,'field:8',0,1,' bernard woolner '),
(12735,'field:9',0,1,' careers '),
(12735,'title',0,1,' 2026 01 20 23 54 34 '),
(12736,'field:10',0,1,' hi kam dashur te di cmimin tuaj '),
(12736,'field:18',0,1,' http ccprospectheights com contact '),
(12736,'field:19',0,1,' info ccprospectheights com '),
(12736,'field:6',0,1,' leegip '),
(12736,'field:7',0,1,' zekisuquc419 gmail com '),
(12736,'field:8',0,1,' google '),
(12736,'field:9',0,1,' general inquiry '),
(12736,'title',0,1,' 2026 01 20 23 54 50 '),
(12737,'field:10',0,1,' esto sadok 280 otelei do centra 500 m https rich house su contacts bronirovanie nomerov v mini oteliax gelendzika po cene ot 3000 rublei v sutki bez nakrutok i posrednikov foto opisanie i realnye otzyvy otdyxaiushhix https rich house su services nedorogoi otdyx u cernogo moria podobrali dlia vas bolee razmeshheniia https rich house su services vvedite daty ctoby uvidet aktualnye ceny https rich house su services do cernogo moria 100 m https rich house su rooms obieekt proveren https rich house su '),
(12737,'field:18',0,1,' http ccinglemoor com contact '),
(12737,'field:19',0,1,' info ccinglemoor com '),
(12737,'field:6',0,1,' geraldhycle '),
(12737,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12737,'field:8',0,1,' google '),
(12737,'field:9',0,1,' general inquiry '),
(12737,'title',0,1,' 2026 01 20 23 57 42 '),
(12738,'field:10',0,1,' sveiki es gribeju zinat savu cenu '),
(12738,'field:18',0,1,' http ccstvincents com contact '),
(12738,'field:19',0,1,' info ccstvincents com '),
(12738,'field:6',0,1,' robertker '),
(12738,'field:7',0,1,' zekisuquc419 gmail com '),
(12738,'field:8',0,1,' google '),
(12738,'field:9',0,1,' general inquiry '),
(12738,'title',0,1,' 2026 01 21 00 09 09 '),
(12739,'field:10',0,1,' how long do i have to tax a new car does an electric car need to be taxed https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12739,'field:18',0,1,' https cckressonview com contact '),
(12739,'field:19',0,1,' info cckressonview com '),
(12739,'field:6',0,1,' charlesheede '),
(12739,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12739,'field:8',0,1,' google '),
(12739,'field:9',0,1,' general inquiry '),
(12739,'title',0,1,' 2026 01 21 00 32 08 '),
(12740,'field:10',0,1,' greetings mr ms im michael williams from an investment consultancy we connect clients globally with low interest loans to help achieve your goals whether for personal business or project funding we collaborate with reputable investors to turn your proposals into reality share your business plan and executive summary with us at michael williams lotusfinconsults com to explore funding options sincerely michael williams senior financial consultant http www lotusfinanceconsults com '),
(12740,'field:18',0,1,' http ccarbors com contact '),
(12740,'field:19',0,1,' info ccarbors com '),
(12740,'field:6',0,1,' michael williams '),
(12740,'field:7',0,1,' michaelswills2022 gmail com '),
(12740,'field:8',0,1,' google '),
(12740,'field:9',0,1,' general inquiry '),
(12740,'title',0,1,' 2026 01 21 00 32 40 '),
(12741,'field:10',0,1,' hi ed dom https soundingames dei uc pt api php action=https em dom ru https marublog129 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www hcsparta cz media show asp type=1 id=246 url back=http em dom ru http help speciesfile org api php action=http em dom ru https partner beautysuccess fr servlet effi redir id compteur=22392471 url=http em dom ru https www sexpin net source em dom ru https hudsonltd com url=em dom ru https www chara ani com member rule aspx src=https em dom ru https captcha 2gis ru form return url=https em dom ru https decidimos monterrey gob mx link external url=https em dom ru https trac osgeo org osgeo search q=https em dom ru https m shopinlosangeles net redirect aspx url=https em dom ru https studenthelpr com redirect redirectto=http em dom ru https daemon indapass hu http session request redirect to=https em dom ru partner id=bloghu https kolflow univ nantes fr mediawiki api php action=https em dom ru https optimize viglink com page pmv url=https em dom ru https aoisakana5 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https pl grepolis com start redirect url=http em dom ru https es catholic net ligas ligasframe phtml liga=https em dom ru https 100day hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https yomi mobi rjump em dom ru https english republiquelibre org index php title= em dom ru action=edit printable=yes https nabat tomsk ru go url=https em dom ru https whois gandi net en results search=em dom ru https www math auckland ac nz wiki index php search=https em dom ru title=special search go=go https accounts ac illust com signup lang=vi serviceurl=https em dom ru https content hh ru api v1 click contentid=538 placeid=2 employerid=581458 domainareaid=1353 host=https em dom ru https sc state library mobilize io links lid=gfqh03emv3hvxs0d5o3hjw token=xbcqslrbmwzhh21rh4uwww url=http em dom ru https babkim hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https t10 org cgi bin s t10r cgi first=1 prevurl=https em dom ru https my w tt a key live pgerp08edsp0oa8bt3azqbhoqzgspodt medium= feature= campaign= channel= $always deeplink=0 $fallback url=em dom ru $deeplink path= https tokyo new akiba com ra www delivery ck php ct=1 oaparams=2 bannerid=3 zoneid=3 cb=154a423fea oadest=https em dom ru https idoooll hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www etcconnect com logout aspx bc returnurl=https em dom ru https dot wp pl redirn sn=facebook o2 t=1628334247 url=https em dom ru https owner netkeiba com horse id=2020100124 pid=horse shokin return url=https em dom ru https www bing com news apiclick aspx ref=fexrss aid= tid=60610d15439b4103a0bf4e1051edcf8b url=https em dom ru c=12807976268214810202 mkt=en us https link sekiya hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https wiki bzflag org index php title= em dom ru action=edit printable=yes http www bovec net redirect php link=em dom ru un=reedw cf from=bovecnet https www stationwagonforums com forums proxy php link=https em dom ru https a pr cy ru em dom ru https testregistrulagricol gov md c document library find file entry p l id=67683 nosuchentryredirect=http em dom ru https adsfac net search asp url=http em dom ru https forum reizastudios com proxy php link=http em dom ru https adms3 hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=527 zoneid=667 cb=72cbf61f88 oadest=http em dom ru https bbs sp findfriends jp pid=go link url=http em dom ru https popjulia onelink me covz pid=pc bottom c=home af dp=com chicv popjulia af web dp=http em dom ru is retargeting=true https fetchyournews com revive www delivery ck php oaparams=2 bannerid=458 zoneid=43 cb=1931d27daa oadest=http em dom ru https wiki securepoint de index php title= em dom ru action=edit printable=yes http esvc000236 wic027u server web com include reurl3 php adtype=hits table=1 gunid=30 url=em dom ru https sitereport netcraft com url=https em dom ru https www skisprungschanzen com link php id=2 url=http em dom ru https up band us snippet view url=em dom ru https daccha hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https wiki evilmadscientist com index php title= em dom ru action=edit printable=yes https www fahrradmonteur de index php title= em dom ru action=edit printable=yes https www sunnymake com alexa domain=http em dom ru https gochiemon hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https submit jpmph org member s login php s login=11 s url=http em dom ru http inginformatica uniroma2 it url=em dom ru https msmgo onelink me 4240393215 pid=web traffic c=energy montior af channel=website footer af dp=msmmoremoney app moneysupermarket go af web dp=http em dom ru https syaoruu hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https plantationfl adventistchurch org forwarder part1 url=https em dom ru https m shopinportland com redirect aspx url=em dom ru https domain opendns com em dom ru https www wenxuecity com blog act=haiwai blog url=http em dom ru https priuschat com proxy php link=https em dom ru https participez nanterre fr link external url=https em dom ru https almanach pte hu oktato 273 from=http em dom ru https nick hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https doba te ua gateway goto=https em dom ru https ad inter edu com ox www delivery ck php ct=1 oaparams=2 bannerid=43467 zoneid=286 oxlca=1 cb=04acee1091 oadest=https em dom ru http h1s goodgame ru del ck php ct=1 oaparams=2 bid=190 zid=26 cb=bc85c561c6 oadest=http em dom ru https paulgravett com url=em dom ru https empyriononline com proxy php link=https em dom ru https drugs ie url=https em dom ru https my icaew com security account logout returnurl=https em dom ru https www rovaniemi fi includes loginproviders activedirectory adlogin aspx returnurl=https em dom ru https memo8 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https trustandjustice org url=https em dom ru https davadava hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https www thetfp com proxy php link=http em dom ru https www kidsemail org parent login php msg=a '),
(12741,'field:18',0,1,' https ccwestcaldwell com contact '),
(12741,'field:19',0,1,' info ccwestcaldwell com '),
(12741,'field:6',0,1,' jesusnib '),
(12741,'field:7',0,1,' c he ma x kir ill gmail com '),
(12741,'field:8',0,1,' google '),
(12741,'field:9',0,1,' general inquiry '),
(12741,'title',0,1,' 2026 01 21 00 33 08 '),
(12742,'field:10',0,1,' you must tax your new car immediately upon taking ownership if you intend to drive it on public roads there is no grace period for new vehicles the tax becomes your responsibility as the new keeper from the moment you take possession https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12742,'field:18',0,1,' https ccvoorhees com contact '),
(12742,'field:19',0,1,' info ccvoorhees com '),
(12742,'field:6',0,1,' charlesblobe '),
(12742,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12742,'field:8',0,1,' google '),
(12742,'field:9',0,1,' general inquiry '),
(12742,'title',0,1,' 2026 01 21 00 33 55 '),
(12743,'field:10',0,1,' voghjvouyn es vouzvoum ei imanal dzer giny '),
(12743,'field:18',0,1,' http ccmilfordmanor com contact '),
(12743,'field:19',0,1,' info ccmilfordmanor com '),
(12743,'field:6',0,1,' leefup '),
(12743,'field:7',0,1,' zekisuquc419 gmail com '),
(12743,'field:8',0,1,' google '),
(12743,'field:9',0,1,' general inquiry '),
(12743,'title',0,1,' 2026 01 21 00 57 57 '),
(12744,'field:10',0,1,' hi ed dom https forums2 battleon com f interceptor asp dest=em dom ru https link sekiya hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https dailyhoroscopeplus onelink me klrr pid=app share c=test af web dp=http em dom ru https vakbarat index hu x php id=inxtc url=em dom ru http h1s goodgame ru del ck php ct=1 oaparams=2 bid=190 zid=26 cb=bc85c561c6 oadest=http em dom ru https cm eu wargaming net frame service=frm project=moo realm=eu language=en login url=http em dom ru http old urc ac ru cgi click cgi url=http em dom ru https ipmba org url=http em dom ru https marublog129 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www thickcash com iframe content video banners finishhim fh 300x250 1 index php sitelink=https em dom ru https pro obesityhelp com tracked r=em dom ru id=profile website 10001 https plantationfl adventistchurch org forwarder part1 url=https em dom ru http adms hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=6685 zoneid=2040 cb=dfaf38fc52 oadest=http em dom ru https click simsfinds com go url=http em dom ru https secure nationalimmigrationproject org np clients nationalimmigration tellfriend jsp subject=attending 2020 annual pre aila crimes and immigration virtual cle url=http em dom ru https freewebsitetemplates com proxy php link=https em dom ru https adsfac net search asp url=http em dom ru http kanten papa kir jp ranklink rl out cgi id=7200 url=http em dom ru http ijpc uscannenberg org url=http em dom ru https galacy mountain hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https drugs ie url=https em dom ru https show jspargo com attendeeacquisitiontool src tracking10click asp caller=attacqwidget widgetid=61 redirecturl=http em dom ru https mana310 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https sda foodandtravel com live www delivery ck php ct=1 oaparams=2 bannerid=14 zoneid=14 source= obfs cb=18dd655015 oadest=http em dom ru https up band us snippet view url=em dom ru https ofsilvers hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https sc state library mobilize io links lid=gfqh03emv3hvxs0d5o3hjw token=xbcqslrbmwzhh21rh4uwww url=http em dom ru https decidim calafell cat link external url=http em dom ru https islam de ms r=https em dom ru https forums fugly com proxy php link=http em dom ru https wiki bzflag org index php title= em dom ru action=edit printable=yes https dados ibict br pt pt api 1 util snippet api info html resource id=2ace6719 6b73 4285 b349 49dbbaa7de53 datastore root url=http em dom ru https fetchyournews com revive www delivery ck php oaparams=2 bannerid=458 zoneid=43 cb=1931d27daa oadest=http em dom ru http cds zju edu cn addons cms go index html url=https em dom ru https www shareaholic com logout origin=http em dom ru https sp baystars co jp community club baystars shop map php catg=bene id=g 005 linkurl=http em dom ru https nick hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https msmgo onelink me 4240393215 pid=web traffic c=energy montior af channel=website footer af dp=msmmoremoney app moneysupermarket go af web dp=http em dom ru https tb getinvisiblehand com adredirect php url=https em dom ru https forum doctissimo fr inscription 1 html referer url=https em dom ru https adms3 hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=527 zoneid=667 cb=72cbf61f88 oadest=http em dom ru https www sunnymake com alexa domain=http em dom ru https wiki evilmadscientist com index php title= em dom ru action=edit printable=yes https semanticweb cs vu nl linkedatm browse list resource r=http em dom ru https the take com url=https em dom ru https amk team ru go url=https em dom ru https kirov portal ru away php url=https em dom ru https www survivalmonkey com proxy php link=https em dom ru https tokyo new akiba com ra www delivery ck php ct=1 oaparams=2 bannerid=3 zoneid=3 cb=154a423fea oadest=https em dom ru https www retrogames cz download dos php id=714 romfile=http em dom ru imgsize=512 https soundingames dei uc pt api php action=https em dom ru https w1 websnadno cz index php menu1r=2 stiznost=true surl=em dom ru sreferer= https eric ed gov redir=https em dom ru https vote socialpsychology org index htm host2=em dom ru https bbs sp findfriends jp pid=go link url=http em dom ru https davadava hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https sso qiota com api v1 logout redirect uri=https em dom ru http fdp timacad ru bitrix redirect php event1 event2 event3 goto=http em dom ru https fcviktoria cz media show asp id=2924 id clanek=2467 media=0 type=1 url=https em dom ru https beta novell com common util get language url php language=en us url=http em dom ru https www freeseotoolbox net domain em dom ru update https www chara ani com member rule aspx src=https em dom ru https www sexpin net source em dom ru https decidim santcugat cat link external url=https em dom ru https www wenxuecity com blog act=haiwai blog url=http em dom ru https cpen com url=https em dom ru https daccha hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https 100day hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https osallistu ouka fi link external url=https em dom ru https firsttee my site com tft login website=em dom ru https mail2 mclink it sredirect em dom ru https owner netkeiba com horse id=2020100124 pid=horse shokin return url=https em dom ru https stats sobyanin ru metrics r muid=15196b01 6d0b 4689 b2fc 241a3e6ae908 category=04a6660a c3fe 4fc3 84a6 60afd7dc9422 url=https em dom ru https dot wp pl redirn sn=facebook o2 t=1628334247 url=https em dom ru https vyper io conversions cookieconversionpage entry id=9248247 url=http em dom ru https prlog ru analysis em dom ru https syaoruu hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https fffw2 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https smart link 5bb788a3d5b83 site id=web nbcs philly creative id=nbcsphi1356 cp 4=em dom ru https vdigger com downloader downloader php utm nooverride=1 site=em dom ru https newsletter usi ch email n h=2obmeqv6fsqh5zdq0zugsbzmymrmfiyl l= em dom ru https forums techarp com proxy php link=http em dom ru https digiex net proxy php link=https em dom ru https wiki code4lib org index php title= em dom ru action=history printable=yes https paulgravett com url=em dom ru https testregistrulagricol gov md c document library find file entry p l id=67683 nosuchentryredirect=http em dom ru https secure radio online com cgi bin rol exe ssiteid em dom ru https app nexoos com br mkt borrower registration wizard partner redirection link=https em dom ru partner=geru https community restaurant org links url=https em dom ru https m shopinportland com redirect aspx url=em dom ru https littlenugget onelink me 1071849834 pid=sponsorship c=bcbvip af dp=littlenugget af web dp=http em dom ru https content hh ru api v1 click contentid=538 placeid=2 employerid=581458 domainareaid=1353 host=https em dom ru https ad inter edu com ox www delivery ck php ct=1 oaparams=2 bannerid=43467 zoneid=286 oxlca=1 cb=04acee1091 oadest=https em dom ru https rezkyrizani xtgem com fb text lingkaran site=em dom ru lt https kettypay hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https trac osgeo org osgeo search q=https em dom ru https my icaew com security account logout returnurl=https em dom ru https www vanderbiltcupraces com url=http em dom ru https odorun hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru http www webclap com php jump php sa=t url=http em dom ru https forum lephoceen fr proxy php link=https em dom ru https empyriononline com proxy php link=https em dom ru https envios uces edu ar control click mod php email= email id envio=1557 url=https em dom ru http innerside dothome co kr bbs skin link hit plus php sitelink=http em dom ru id=link page=1 sn1= divpage=1 category=2 sn=off ss=on sc=on select arrange=headnum desc=asc no=4 https daemon indapass hu http session request redirect to=https em dom ru partner id=bloghu https gogvo com redir php k=d58063e997dbb039183c56fe39ebe099 url=https em dom ru https my w tt a key live pgerp08edsp0oa8bt3azqbhoqzgspodt medium= feature= campaign= channel= $always deeplink=0 $fallback url=em dom ru $deeplink path= https nabchelny ru welcome blindversion normal callback=http em dom ru https www studyladder com games activity word match s a t p i n 35665 backurl=http em dom ru https wiki zcubes com index php title= em dom ru action=edit printable=yes https submit jpmph org member s login php s login=11 s url=http em dom ru https board en drakensang com proxy php link=http em dom ru https english republiquelibre org index php title= em dom ru action=edit printable=yes http bodyblow s9 xrea com x cutlinks rank php url=http em dom ru https hchocolatier hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru http www ub uni heidelberg de cgi bin edok dok=https em dom ru https www hogodoc com url=em dom ru https participez nanterre fr link external url=https em dom ru https aoisakana5 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https forum mobile networks ru go php http em dom ru http 2015 adfest by banner redirect php url=http em dom ru https eventlog netcentrum cz redir data=aclick2c239800 486339t12 s=najistong url=https em dom ru v=1 https yomi mobi rjump em dom ru https decidimos monterrey gob mx link external url=https em dom ru https us member uschoolnet com register step1 php from=em dom ru https w1 weblahko sk index php menu1r=2 stiznost=true surl=em dom ru sreferer= https www unifrance org newsletter click 6763261 url=http em dom ru https www cleanlink com adviewer asp adi= hs graphics 19 10 019 hs 1019 p=hs1019 019 matsinc e=website at cleanlink dot com u=https em dom ru https maximal life hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https ads agorafinancial com www delivery ck php ct=1 oaparams=2 bannerid=529 zoneid=4 cb=e74ef55876 oadest=http em dom ru https vortez net revive2 www delivery ck php ct=1 oaparams=2 bannerid=96 zoneid=7 cb=7b05f93fa3 oadest=http em dom ru https www adminer org redirect url=https em dom ru lang=en https www db lv ext http em dom ru http www bovec net redirect php link=em dom ru un=reedw cf from=bovecnet https www rovaniemi fi includes loginproviders activedirectory adlogin aspx returnurl=https em dom ru https www hawaiitourismauthority org speedbump targeturl=https em dom ru https www wellness com version full returnurl=http em dom ru https forum winhost com proxy php link=http em dom ru https www fahrradmonteur de index php title= em dom ru action=edit printable=yes https sitereport netcraft com url=https em dom ru https rs rikkyo ac jp rs error applicationerror aspx topurl=https em dom ru https suecia kb se goto http em dom ru https sp jp wazap com info jump wz url=https em dom ru https hermis alberta ca paa details aspx st=randall returnurl=http em dom ru dv=true deptid=1 objectid=pr2006 http inginformatica uniroma2 it url=em dom ru http woostercollective com url=em dom ru https s panda hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https accounts ac illust com signup lang=vi serviceurl=https em dom ru https almanach pte hu oktato 273 from=http em dom ru https studenthelpr com redirect redirectto=http em dom ru https www thetfp com proxy php link=http em dom ru https adx dcfever com ads www delivery ck php ct=1 oaparams=2 bannerid=1138 zoneid=2 cb=a4d7c48ece oadest=http em dom ru https beeyann hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https translate itsc cuhk edu hk gb em dom ru weilun b5 valk valk profile html http help speciesfile org api php action=http em dom ru http esvc000236 wic027u server web com include reurl3 php adtype=hits table=1 gunid=30 url=em dom ru https toneto net redirect url=http em dom ru https dreamerdream hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https nabat tomsk ru go url=https em dom ru https hudsonltd com url=em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https sat issprops com url=em dom ru https pl grepolis com start redirect url=http em dom ru https kanose hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https trustandjustice org url=https em dom ru https gun deals external link url=http em dom ru https idoooll hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www oddworld com shop shop php store=em dom ru https popjulia onelink me covz pid=pc bottom c=home af dp=com chicv popjulia af web dp=http em dom ru is retargeting=true https www decidim barcelona link external url=https em dom ru https www stationwagonforums com forums proxy php link=https em dom ru https t10 org cgi bin s t10r cgi first=1 prevurl=https em dom ru https es catholic net ligas ligasframe phtml liga=https em dom ru https whois gandi net en results search=em dom ru https captcha 2gis ru form return url=https em dom ru https wetpussygames com porn out php id=em dom ru https www emuparadise me logout php next=https em dom ru https a pr cy ru em dom ru https bnb easytravel com tw click aspx no=3835 class=1 item=1001 area=6 url=http em dom ru https optimize viglink com page pmv url=https em dom ru https forums officialpsds com proxy php link=https em dom ru https reporting sainsburysmagazine co uk cgi bin rr nobook 151187nosent 64962nosrep 93621 https em dom ru https passport us bignox com sso logout service=https em dom ru https if himazin2 hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https lospoblanos com url=http em dom ru https babkim hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https love goxip com hk affiliate url=http em dom ru https cities bythenumbers sco ca gov embed barchart branch type=revenue current entity=org1 year=2020 child entity=org2 org1=yuba city sort field=total sort=desc is leaf=false human name=city sourceurl=https em dom ru type=content https www etcconnect com logout aspx bc returnurl=https em dom ru https jump 5ch net em dom ru https www oxfordpublish org url=em dom ru http s03 megalodon jp url=http em dom ru https www kidsemail org parent login php msg=a '),
(12744,'field:18',0,1,' https ccburlingtonwoods com contact '),
(12744,'field:19',0,1,' info ccburlingtonwoods com '),
(12744,'field:6',0,1,' jesusloyap '),
(12744,'field:7',0,1,' che maxki ri l l gmail com '),
(12744,'field:8',0,1,' google '),
(12744,'field:9',0,1,' general inquiry '),
(12744,'title',0,1,' 2026 01 21 01 02 23 '),
(12745,'field:10',0,1,' hi complete care at shorrock gardens ive built and trained an ai employee specifically for complete care at shorrock gardens its already been trained on 6 hours worth of your publicly available data your website google business profile and more it knows how to answer customer questions capture leads and even follow up just like a team member would this isnt a sales call its a 20 minute demo where you can actually interact with the ai employee and see what it can do would today or tomorrow work for a quick walkthrough schedule a time on my calendar to meet the agent i trained for you and see what she can do here meetings hubspot com dandy getdandy trained agent luqman or call me at 949 755 7782 talk soon thank you jennifer obrien director of operations getdandy meetings hubspot com dandy getdandy trained agent luqman unsubscribe here bit ly 42wnusa '),
(12745,'field:18',0,1,' https ccshorrockgardens com contact '),
(12745,'field:19',0,1,' info ccshorrockgardens com '),
(12745,'field:6',0,1,' jennifer obrien '),
(12745,'field:7',0,1,' jenn dandyreviewaitools com '),
(12745,'field:8',0,1,' getdandy '),
(12745,'field:9',0,1,' general inquiry '),
(12745,'title',0,1,' 2026 01 21 01 08 07 '),
(12746,'field:10',0,1,' hi i just visited ccchestnuthill com and wondered if youve ever considered an impactful video to advertise your business our videos can generate impressive results on both your website and across social media our prices start from just $195 usd let me know if youre interested in seeing samples of our previous work regards joanna '),
(12746,'field:18',0,1,' https ccchestnuthill com contact '),
(12746,'field:19',0,1,' info ccchestnuthill com '),
(12746,'field:6',0,1,' joanna riggs '),
(12746,'field:7',0,1,' joannariggs211 gmail com '),
(12746,'field:8',0,1,' isidro beckenbauer '),
(12746,'field:9',0,1,' other '),
(12746,'title',0,1,' 2026 01 21 01 09 40 '),
(12747,'field:10',0,1,' hi i just visited completecarekhs com and wondered if youd ever thought about having an engaging video to explain what you do our prices start from just $195 usd let me know if youre interested in seeing samples of our previous work regards joanna '),
(12747,'field:18',0,1,' https completecarekhs com contact '),
(12747,'field:19',0,1,' info completecarekhs com '),
(12747,'field:6',0,1,' joanna riggs '),
(12747,'field:7',0,1,' joannariggsvideo gmail com '),
(12747,'field:8',0,1,''),
(12747,'field:9',0,1,' careers '),
(12747,'title',0,1,' 2026 01 21 01 17 08 '),
(12748,'field:10',0,1,' if $100 bought you 2m guaranteed placements why wouldnt you use it if this message landed in front of you isnt that proof your campaign will land too why miss out when the system is already proven launch at contactpageads com and take action before this window closes '),
(12748,'field:18',0,1,' http cclaurelton com contact '),
(12748,'field:19',0,1,' info cclaurelton com '),
(12748,'field:6',0,1,' noelia rotton '),
(12748,'field:7',0,1,' noelia rotton hotmail com '),
(12748,'field:8',0,1,' noelia rotton '),
(12748,'field:9',0,1,' careers '),
(12748,'title',0,1,' 2026 01 21 01 27 48 '),
(12749,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12749,'field:18',0,1,' https ccannapolis com contact '),
(12749,'field:19',0,1,' info ccannapolis com '),
(12749,'field:6',0,1,' janice sanders '),
(12749,'field:7',0,1,' janices wearethevasource com '),
(12749,'field:8',0,1,' remote solutions team '),
(12749,'field:9',0,1,' media inquiry '),
(12749,'title',0,1,' 2026 01 21 01 32 47 '),
(12750,'field:10',0,1,' polezno kogda obsuzdeniia podtalkivaiut k prakticeskim vyvodam moi vyvod v bytu prostoi mense eksperimentov bolse nadeznoi texniki osobenno esli eto gazovyi kotel '),
(12750,'field:18',0,1,' http ccbayshore com contact '),
(12750,'field:19',0,1,' info ccbayshore com '),
(12750,'field:6',0,1,' sanitachogs '),
(12750,'field:7',0,1,' jayaba t0 62 gmail com '),
(12750,'field:8',0,1,' google '),
(12750,'field:9',0,1,' general inquiry '),
(12750,'title',0,1,' 2026 01 21 01 33 19 '),
(12751,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12751,'field:18',0,1,' https ccholidaycity com contact '),
(12751,'field:19',0,1,' info ccholidaycity com '),
(12751,'field:6',0,1,' janice sanders '),
(12751,'field:7',0,1,' janices wearethevasource com '),
(12751,'field:8',0,1,' remote solutions team '),
(12751,'field:9',0,1,' media inquiry '),
(12751,'title',0,1,' 2026 01 21 01 34 49 '),
(12752,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site completecarebrick com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(12752,'field:18',0,1,' https completecarebrick com contact '),
(12752,'field:19',0,1,' info completecarebrick com '),
(12752,'field:6',0,1,' qasim yaseen '),
(12752,'field:7',0,1,' qasimyaseen326 gmail com '),
(12752,'field:8',0,1,' web ui ux design and developemnt '),
(12752,'field:9',0,1,' volunteer opportunities '),
(12752,'title',0,1,' 2026 01 21 01 37 35 '),
(12753,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12753,'field:18',0,1,' https cchagerstown com contact '),
(12753,'field:19',0,1,' info cchagerstown com '),
(12753,'field:6',0,1,' janice sanders '),
(12753,'field:7',0,1,' janices wearethevasource com '),
(12753,'field:8',0,1,' remote solutions team '),
(12753,'field:9',0,1,' media inquiry '),
(12753,'title',0,1,' 2026 01 21 01 38 48 '),
(12754,'field:10',0,1,' hi ed dom https pl grepolis com start redirect url=http em dom ru https www stationwagonforums com forums proxy php link=https em dom ru https davadava hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https fcviktoria cz media show asp id=2924 id clanek=2467 media=0 type=1 url=https em dom ru https forums2 battleon com f interceptor asp dest=em dom ru https community restaurant org links url=https em dom ru https chyba o2 cz cs url=https em dom ru https us member uschoolnet com register step1 php from=em dom ru https syaoruu hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https sekainoriron hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https translate itsc cuhk edu hk gb em dom ru weilun b5 valk valk profile html http cds zju edu cn addons cms go index html url=https em dom ru https ads agorafinancial com www delivery ck php ct=1 oaparams=2 bannerid=529 zoneid=4 cb=e74ef55876 oadest=http em dom ru https my w tt a key live pgerp08edsp0oa8bt3azqbhoqzgspodt medium= feature= campaign= channel= $always deeplink=0 $fallback url=em dom ru $deeplink path= https drugs ie url=https em dom ru https memo8 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https sc state library mobilize io links lid=gfqh03emv3hvxs0d5o3hjw token=xbcqslrbmwzhh21rh4uwww url=http em dom ru https dreamerdream hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru http kanten papa kir jp ranklink rl out cgi id=7200 url=http em dom ru https captcha 2gis ru form return url=https em dom ru https ai blackfacts com redirect factsource 13d1ce12 1229 404b bf31 8bdda75b7d55 03290b70 9a99 489b a7fa 318ae1b60a6e https em dom ru https daccha hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https smart link 5bb788a3d5b83 site id=web nbcs philly creative id=nbcsphi1356 cp 4=em dom ru https forums overclockers com au proxy php link=http em dom ru https testregistrulagricol gov md c document library find file entry p l id=67683 nosuchentryredirect=http em dom ru https forum doctissimo fr inscription 1 html referer url=https em dom ru https bnb easytravel com tw click aspx no=3835 class=1 item=1001 area=6 url=http em dom ru http www ub uni heidelberg de cgi bin edok dok=https em dom ru https www retrogames cz download dos php id=714 romfile=http em dom ru imgsize=512 https cpen com url=https em dom ru http woostercollective com url=em dom ru https www hogodoc com url=em dom ru https wiki evilmadscientist com index php title= em dom ru action=edit printable=yes https participez nanterre fr link external url=https em dom ru https sp baystars co jp community club baystars shop map php catg=bene id=g 005 linkurl=http em dom ru https www decidim barcelona link external url=https em dom ru https www emuparadise me logout php next=https em dom ru https www math auckland ac nz wiki index php search=https em dom ru title=special search go=go https eventlog netcentrum cz redir data=aclick2c239800 486339t12 s=najistong url=https em dom ru v=1 https daemon indapass hu http session request redirect to=https em dom ru partner id=bloghu https decidimos monterrey gob mx link external url=https em dom ru https content hh ru api v1 click contentid=538 placeid=2 employerid=581458 domainareaid=1353 host=https em dom ru https adsfac net search asp url=http em dom ru https tokyo new akiba com ra www delivery ck php ct=1 oaparams=2 bannerid=3 zoneid=3 cb=154a423fea oadest=https em dom ru https msmgo onelink me 4240393215 pid=web traffic c=energy montior af channel=website footer af dp=msmmoremoney app moneysupermarket go af web dp=http em dom ru https www rovaniemi fi includes loginproviders activedirectory adlogin aspx returnurl=https em dom ru https toneto net redirect url=http em dom ru https vyper io conversions cookieconversionpage entry id=9248247 url=http em dom ru https tinhte vn proxy php link=http em dom ru https asoechat wap sh redirect url=em dom ru https littlenugget onelink me 1071849834 pid=sponsorship c=bcbvip af dp=littlenugget af web dp=http em dom ru https hermis alberta ca paa details aspx st=randall returnurl=http em dom ru dv=true deptid=1 objectid=pr2006 https mana310 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https reporting sainsburysmagazine co uk cgi bin rr nobook 151187nosent 64962nosrep 93621 https em dom ru https phleguratone music games hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https m shopinportland com redirect aspx url=em dom ru https forums officialpsds com proxy php link=https em dom ru https link sekiya hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru http www webclap com php jump php sa=t url=http em dom ru https www storeboard com profile show webpage profile asp url=http em dom ru https prlog ru analysis em dom ru https nabchelny ru welcome blindversion normal callback=http em dom ru https love goxip com hk affiliate url=http em dom ru https nabat tomsk ru go url=https em dom ru https firsttee my site com tft login website=em dom ru https idoooll hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https yomi mobi rjump em dom ru https cm eu wargaming net frame service=frm project=moo realm=eu language=en login url=http em dom ru https adx dcfever com ads www delivery ck php ct=1 oaparams=2 bannerid=1138 zoneid=2 cb=a4d7c48ece oadest=http em dom ru https bbs sp findfriends jp pid=go link url=http em dom ru https soundingames dei uc pt api php action=https em dom ru https www studyladder com games activity word match s a t p i n 35665 backurl=http em dom ru https my icaew com security account logout returnurl=https em dom ru http adms hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=6685 zoneid=2040 cb=dfaf38fc52 oadest=http em dom ru https ofsilvers hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https hudsonltd com url=em dom ru https forums fugly com proxy php link=http em dom ru https kanose hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https sat issprops com url=em dom ru https board en drakensang com proxy php link=http em dom ru https if himazin2 hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https forum mobile networks ru go php http em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https vote socialpsychology org index htm host2=em dom ru https kirov portal ru away php url=https em dom ru https www sunnymake com alexa domain=http em dom ru https masaru323 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https forum lephoceen fr proxy php link=https em dom ru https stats sobyanin ru metrics r muid=15196b01 6d0b 4689 b2fc 241a3e6ae908 category=04a6660a c3fe 4fc3 84a6 60afd7dc9422 url=https em dom ru https www oddworld com shop shop php store=em dom ru https www kh vids net proxy php link=http em dom ru https lospoblanos com url=http em dom ru https plantationfl adventistchurch org forwarder part1 url=https em dom ru https www hawaiitourismauthority org speedbump targeturl=https em dom ru https babkim hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https framinghamlibrary org url=em dom ru https pram elmercurio com logout aspx applicationname=emol ssotargeturl=https em dom ru l=yes https decidim calafell cat link external url=http em dom ru https w1 websnadno cz index php menu1r=2 stiznost=true surl=em dom ru sreferer= https optimize viglink com page pmv url=https em dom ru https wiki zcubes com index php title= em dom ru action=edit printable=yes https ad inter edu com ox www delivery ck php ct=1 oaparams=2 bannerid=43467 zoneid=286 oxlca=1 cb=04acee1091 oadest=https em dom ru https www constructionenquirer com wp content themes constructionenquirer adclick php url=http em dom ru https www cleanlink com adviewer asp adi= hs graphics 19 10 019 hs 1019 p=hs1019 019 matsinc e=website at cleanlink dot com u=https em dom ru https gogvo com redir php k=d58063e997dbb039183c56fe39ebe099 url=https em dom ru https doba te ua gateway goto=https em dom ru http cr naver com redirect notification u=https em dom ru https s panda hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www thickcash com iframe content video banners finishhim fh 300x250 1 index php sitelink=https em dom ru https www pearlevision com m20scheduleexamview catalogid=15951 clearexams=1 langid= 1 returnurl=http em dom ru storeid=12002 storenumber=21129027 https forums opera com outgoing url=http em dom ru https up band us snippet view url=em dom ru https nick hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https empyriononline com proxy php link=https em dom ru https www bing com news apiclick aspx ref=fexrss aid= tid=60610d15439b4103a0bf4e1051edcf8b url=https em dom ru c=12807976268214810202 mkt=en us https aoisakana5 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https maximal life hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https suecia kb se goto http em dom ru https track pubmatic com adserver addisplaytrackerservlet clickdata=jnb1yklkpte3ndewjnnpdgvjzd0xnzqxmszhzelkpteymtgyjmthzhnpemvpzd03jmnhbxbhawduswq9nji0mizjcmvhdgl2zulkptamywrtzxj2zxjjzd0yndm= url=https em dom ru https galacy mountain hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https eric ed gov redir=https em dom ru https beta novell com common util get language url php language=en us url=http em dom ru https ipmba org url=http em dom ru https dailyhoroscopeplus onelink me klrr pid=app share c=test af web dp=http em dom ru https accounts ac illust com signup lang=vi serviceurl=https em dom ru https dados ibict br pt pt api 1 util snippet api info html resource id=2ace6719 6b73 4285 b349 49dbbaa7de53 datastore root url=http em dom ru https forum corvusbelli com proxy php link=https em dom ru https paulgravett com url=em dom ru http ijpc uscannenberg org url=http em dom ru https popjulia onelink me covz pid=pc bottom c=home af dp=com chicv popjulia af web dp=http em dom ru is retargeting=true https www adminer org redirect url=https em dom ru lang=en https newsletter usi ch email n h=2obmeqv6fsqh5zdq0zugsbzmymrmfiyl l= em dom ru https secure radio online com cgi bin rol exe ssiteid em dom ru https cities bythenumbers sco ca gov embed barchart branch type=revenue current entity=org1 year=2020 child entity=org2 org1=yuba city sort field=total sort=desc is leaf=false human name=city sourceurl=https em dom ru type=content https osallistu ouka fi link external url=https em dom ru https adms3 hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=527 zoneid=667 cb=72cbf61f88 oadest=http em dom ru https www hcsparta cz media show asp type=1 id=246 url back=http em dom ru https www wellness com version full returnurl=http em dom ru https www oxfordpublish org url=em dom ru https odorun hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https 100day hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https sso qiota com api v1 logout redirect uri=https em dom ru https studenthelpr com redirect redirectto=http em dom ru https trac osgeo org osgeo search q=https em dom ru https www thetfp com proxy php link=http em dom ru https tb getinvisiblehand com adredirect php url=https em dom ru https jenskiymir com proxy php url=http em dom ru 34zxvq8 https beeyann hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https digiex net proxy php link=https em dom ru https t10 org cgi bin s t10r cgi first=1 prevurl=https em dom ru https wiki bzflag org index php title= em dom ru action=edit printable=yes https decidim santcugat cat link external url=https em dom ru https vortez net revive2 www delivery ck php ct=1 oaparams=2 bannerid=96 zoneid=7 cb=7b05f93fa3 oadest=http em dom ru https es catholic net ligas ligasframe phtml liga=https em dom ru http 2015 adfest by banner redirect php url=http em dom ru https rinbro hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www survivalmonkey com proxy php link=https em dom ru https vdigger com downloader downloader php utm nooverride=1 site=em dom ru https submit jpmph org member s login php s login=11 s url=http em dom ru https priuschat com proxy php link=https em dom ru https owner netkeiba com horse id=2020100124 pid=horse shokin return url=https em dom ru https app nexoos com br mkt borrower registration wizard partner redirection link=https em dom ru partner=geru http inginformatica uniroma2 it url=em dom ru https www shareaholic com logout origin=http em dom ru https partner beautysuccess fr servlet effi redir id compteur=22392471 url=http em dom ru https www unifrance org newsletter click 6763261 url=http em dom ru https rezkyrizani xtgem com fb text lingkaran site=em dom ru lt https fffw2 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www fahrradmonteur de index php title= em dom ru action=edit printable=yes https kolflow univ nantes fr mediawiki api php action=https em dom ru https rs rikkyo ac jp rs error applicationerror aspx topurl=https em dom ru https semanticweb cs vu nl linkedatm browse list resource r=http em dom ru https hchocolatier hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https w1 weblahko sk index php menu1r=2 stiznost=true surl=em dom ru sreferer= https english republiquelibre org index php title= em dom ru action=edit printable=yes https amk team ru go url=https em dom ru http help speciesfile org api php action=http em dom ru https www vanderbiltcupraces com url=http em dom ru https login uleth ca cas login service=https em dom ru gateway=true https jump 5ch net em dom ru https gun deals external link url=http em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https marublog129 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https pro obesityhelp com tracked r=em dom ru id=profile website 10001 https click simsfinds com go url=http em dom ru https www wenxuecity com blog act=haiwai blog url=http em dom ru https www skisprungschanzen com link php id=2 url=http em dom ru http bodyblow s9 xrea com x cutlinks rank php url=http em dom ru https forums techarp com proxy php link=http em dom ru https www sexpin net source em dom ru https sp jp wazap com info jump wz url=https em dom ru https a pr cy ru em dom ru https sda foodandtravel com live www delivery ck php ct=1 oaparams=2 bannerid=14 zoneid=14 source= obfs cb=18dd655015 oadest=http em dom ru https passport us bignox com sso logout service=https em dom ru https secure nationalimmigrationproject org np clients nationalimmigration tellfriend jsp subject=attending 2020 annual pre aila crimes and immigration virtual cle url=http em dom ru https islam de ms r=https em dom ru http h1s goodgame ru del ck php ct=1 oaparams=2 bid=190 zid=26 cb=bc85c561c6 oadest=http em dom ru https cas rec unicen edu ar cas login gateway=true service=https em dom ru http maheev perm ru bitrix rk php goto=http em dom ru https www chara ani com member rule aspx src=https em dom ru https www freeseotoolbox net domain em dom ru update https freewebsitetemplates com proxy php link=https em dom ru https forum winhost com proxy php link=http em dom ru https www db lv ext http em dom ru https www etcconnect com logout aspx bc returnurl=https em dom ru https www kidsemail org parent login php msg=a '),
(12754,'field:18',0,1,' https ccatcourthouse com contact '),
(12754,'field:19',0,1,' info ccatcourthouse com '),
(12754,'field:6',0,1,' jesusillet '),
(12754,'field:7',0,1,' ch ema x ki r il l gmail com '),
(12754,'field:8',0,1,' google '),
(12754,'field:9',0,1,' general inquiry '),
(12754,'title',0,1,' 2026 01 21 01 38 50 '),
(12755,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccatgreenacres com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(12755,'field:18',0,1,' https ccatgreenacres com contact '),
(12755,'field:19',0,1,' info ccatgreenacres com '),
(12755,'field:6',0,1,' qasim yaseen '),
(12755,'field:7',0,1,' qasimyaseen326 gmail com '),
(12755,'field:8',0,1,' web ui ux design and developemnt '),
(12755,'field:9',0,1,' resident family support '),
(12755,'title',0,1,' 2026 01 21 01 39 02 '),
(12756,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12756,'field:18',0,1,' https ccparkplace com contact '),
(12756,'field:19',0,1,' info ccparkplace com '),
(12756,'field:6',0,1,' janice sanders '),
(12756,'field:7',0,1,' janices wearethevasource com '),
(12756,'field:8',0,1,' remote solutions team '),
(12756,'field:9',0,1,' media inquiry '),
(12756,'title',0,1,' 2026 01 21 01 39 43 '),
(12757,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12757,'field:18',0,1,' https ccvictoriacommons com contact '),
(12757,'field:19',0,1,' info ccvictoriacommons com '),
(12757,'field:6',0,1,' janice sanders '),
(12757,'field:7',0,1,' janices wearethevasource com '),
(12757,'field:8',0,1,' remote solutions team '),
(12757,'field:9',0,1,' media inquiry '),
(12757,'title',0,1,' 2026 01 21 01 40 34 '),
(12758,'field:10',0,1,' standard rate after first year can i drive my new car without tax https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12758,'field:18',0,1,' https ccinglemoor com contact '),
(12758,'field:19',0,1,' info ccinglemoor com '),
(12758,'field:6',0,1,' charlesaperm '),
(12758,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12758,'field:8',0,1,' google '),
(12758,'field:9',0,1,' general inquiry '),
(12758,'title',0,1,' 2026 01 21 01 42 36 '),
(12759,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12759,'field:18',0,1,' https ccatgreenacres com contact '),
(12759,'field:19',0,1,' info ccatgreenacres com '),
(12759,'field:6',0,1,' janice sanders '),
(12759,'field:7',0,1,' janices wearethevasource com '),
(12759,'field:8',0,1,' remote solutions team '),
(12759,'field:9',0,1,' media inquiry '),
(12759,'title',0,1,' 2026 01 21 01 42 55 '),
(12760,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12760,'field:18',0,1,' https ccspringbrook com contact '),
(12760,'field:19',0,1,' info ccspringbrook com '),
(12760,'field:6',0,1,' janice sanders '),
(12760,'field:7',0,1,' janices wearethevasource com '),
(12760,'field:8',0,1,' remote solutions team '),
(12760,'field:9',0,1,' media inquiry '),
(12760,'title',0,1,' 2026 01 21 01 43 51 '),
(12761,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12761,'field:18',0,1,' https ccbeylea com contact '),
(12761,'field:19',0,1,' info ccbeylea com '),
(12761,'field:6',0,1,' janice sanders '),
(12761,'field:7',0,1,' janices wearethevasource com '),
(12761,'field:8',0,1,' remote solutions team '),
(12761,'field:9',0,1,' media inquiry '),
(12761,'title',0,1,' 2026 01 21 01 44 44 '),
(12762,'field:10',0,1,' hai saya ingin tahu harga anda '),
(12762,'field:18',0,1,' http ccburlingtonwoods com contact '),
(12762,'field:19',0,1,' info ccburlingtonwoods com '),
(12762,'field:6',0,1,' leemaype '),
(12762,'field:7',0,1,' zekisuquc419 gmail com '),
(12762,'field:8',0,1,' google '),
(12762,'field:9',0,1,' general inquiry '),
(12762,'title',0,1,' 2026 01 21 01 45 40 '),
(12763,'field:10',0,1,' xin chao toi muon biet gia cua ban '),
(12763,'field:18',0,1,' http ccannapolis com contact '),
(12763,'field:19',0,1,' info ccannapolis com '),
(12763,'field:6',0,1,' leegep '),
(12763,'field:7',0,1,' zekisuquc419 gmail com '),
(12763,'field:8',0,1,' google '),
(12763,'field:9',0,1,' general inquiry '),
(12763,'title',0,1,' 2026 01 21 01 46 04 '),
(12764,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12764,'field:18',0,1,' https completecarewall com contact '),
(12764,'field:19',0,1,' info completecarewall com '),
(12764,'field:6',0,1,' janice sanders '),
(12764,'field:7',0,1,' janices wearethevasource com '),
(12764,'field:8',0,1,' remote solutions team '),
(12764,'field:9',0,1,' media inquiry '),
(12764,'title',0,1,' 2026 01 21 01 46 16 '),
(12765,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12765,'field:18',0,1,' https ccgrotonregency com contact '),
(12765,'field:19',0,1,' info ccgrotonregency com '),
(12765,'field:6',0,1,' janice sanders '),
(12765,'field:7',0,1,' janices wearethevasource com '),
(12765,'field:8',0,1,' remote solutions team '),
(12765,'field:9',0,1,' media inquiry '),
(12765,'title',0,1,' 2026 01 21 01 46 56 '),
(12766,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12766,'field:18',0,1,' https completecareclark com contact '),
(12766,'field:19',0,1,' info completecareclark com '),
(12766,'field:6',0,1,' janice sanders '),
(12766,'field:7',0,1,' janices wearethevasource com '),
(12766,'field:8',0,1,' remote solutions team '),
(12766,'field:9',0,1,' media inquiry '),
(12766,'title',0,1,' 2026 01 21 01 52 20 '),
(12767,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12767,'field:18',0,1,' https ccharborage com contact '),
(12767,'field:19',0,1,' info ccharborage com '),
(12767,'field:6',0,1,' janice sanders '),
(12767,'field:7',0,1,' janices wearethevasource com '),
(12767,'field:8',0,1,' remote solutions team '),
(12767,'field:9',0,1,' media inquiry '),
(12767,'title',0,1,' 2026 01 21 01 56 00 '),
(12768,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12768,'field:18',0,1,' https ccmanitowoc com contact '),
(12768,'field:19',0,1,' info manitowochrc com '),
(12768,'field:6',0,1,' janice sanders '),
(12768,'field:7',0,1,' janices wearethevasource com '),
(12768,'field:8',0,1,' remote solutions team '),
(12768,'field:9',0,1,' media inquiry '),
(12768,'title',0,1,' 2026 01 21 01 57 50 '),
(12769,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12769,'field:18',0,1,' https ccharringtoncourt com contact '),
(12769,'field:19',0,1,' info ccharringtoncourt com '),
(12769,'field:6',0,1,' janice sanders '),
(12769,'field:7',0,1,' janices wearethevasource com '),
(12769,'field:8',0,1,' remote solutions team '),
(12769,'field:9',0,1,' media inquiry '),
(12769,'title',0,1,' 2026 01 21 01 59 07 '),
(12770,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12770,'field:18',0,1,' https cchyattsville com contact '),
(12770,'field:19',0,1,' info cchyattsville com '),
(12770,'field:6',0,1,' janice sanders '),
(12770,'field:7',0,1,' janices wearethevasource com '),
(12770,'field:8',0,1,' remote solutions team '),
(12770,'field:9',0,1,' media inquiry '),
(12770,'title',0,1,' 2026 01 21 01 59 18 '),
(12771,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12771,'field:18',0,1,' https ccsilverlake com contact '),
(12771,'field:19',0,1,' info ccsilverlake com '),
(12771,'field:6',0,1,' janice sanders '),
(12771,'field:7',0,1,' janices wearethevasource com '),
(12771,'field:8',0,1,' remote solutions team '),
(12771,'field:9',0,1,' media inquiry '),
(12771,'title',0,1,' 2026 01 21 02 02 09 '),
(12772,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12772,'field:18',0,1,' https completecarekhn com contact '),
(12772,'field:19',0,1,' info completecarekhn com '),
(12772,'field:6',0,1,' janice sanders '),
(12772,'field:7',0,1,' janices wearethevasource com '),
(12772,'field:8',0,1,' remote solutions team '),
(12772,'field:9',0,1,' media inquiry '),
(12772,'title',0,1,' 2026 01 21 02 02 13 '),
(12773,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12773,'field:18',0,1,' https ccfairlawnedge com contact '),
(12773,'field:19',0,1,' info ccfairlawnedge com '),
(12773,'field:6',0,1,' janice sanders '),
(12773,'field:7',0,1,' janices wearethevasource com '),
(12773,'field:8',0,1,' remote solutions team '),
(12773,'field:9',0,1,' media inquiry '),
(12773,'title',0,1,' 2026 01 21 02 03 10 '),
(12774,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12774,'field:18',0,1,' https completecareberkshire com contact '),
(12774,'field:19',0,1,' info completecareberkshire com '),
(12774,'field:6',0,1,' janice sanders '),
(12774,'field:7',0,1,' janices wearethevasource com '),
(12774,'field:8',0,1,' remote solutions team '),
(12774,'field:9',0,1,' media inquiry '),
(12774,'title',0,1,' 2026 01 21 02 05 44 '),
(12775,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12775,'field:18',0,1,' https cckensington com contact '),
(12775,'field:19',0,1,' info kensingtoncareandrehab com '),
(12775,'field:6',0,1,' janice sanders '),
(12775,'field:7',0,1,' janices wearethevasource com '),
(12775,'field:8',0,1,' remote solutions team '),
(12775,'field:9',0,1,' media inquiry '),
(12775,'title',0,1,' 2026 01 21 02 08 17 '),
(12776,'field:10',0,1,' no it is illegal to drive any vehicle on public roads without valid vehicle tax even if its brand new doing so can result in significant fines the clamping of your vehicle or even prosecution ensure your car is taxed before you drive it away from the dealership the table below illustrates how different factors can influence your cars tax liability in the uk https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12776,'field:18',0,1,' https ccsevernapark com contact '),
(12776,'field:19',0,1,' info ccsevernapark com '),
(12776,'field:6',0,1,' charlesarods '),
(12776,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12776,'field:8',0,1,' google '),
(12776,'field:9',0,1,' general inquiry '),
(12776,'title',0,1,' 2026 01 21 02 08 49 '),
(12777,'field:10',0,1,' sawubona bengifuna ukwazi intengo yakho '),
(12777,'field:18',0,1,' http ccsummitridge com contact '),
(12777,'field:19',0,1,' info ccsummitridge com '),
(12777,'field:6',0,1,' robertsot '),
(12777,'field:7',0,1,' zekisuquc419 gmail com '),
(12777,'field:8',0,1,' google '),
(12777,'field:9',0,1,' general inquiry '),
(12777,'title',0,1,' 2026 01 21 02 10 38 '),
(12778,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12778,'field:18',0,1,' https ccsummitridge com contact '),
(12778,'field:19',0,1,' info ccsummitridge com '),
(12778,'field:6',0,1,' janice sanders '),
(12778,'field:7',0,1,' janices wearethevasource com '),
(12778,'field:8',0,1,' remote solutions team '),
(12778,'field:9',0,1,' media inquiry '),
(12778,'title',0,1,' 2026 01 21 02 12 18 '),
(12779,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccspringbrook com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(12779,'field:18',0,1,' https ccspringbrook com contact '),
(12779,'field:19',0,1,' info ccspringbrook com '),
(12779,'field:6',0,1,' qasim yaseen '),
(12779,'field:7',0,1,' qasimyaseen326 gmail com '),
(12779,'field:8',0,1,' web ui ux design and developemnt '),
(12779,'field:9',0,1,' media inquiry '),
(12779,'title',0,1,' 2026 01 21 02 15 55 '),
(12780,'field:10',0,1,' hi there 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12780,'field:18',0,1,' https cckressonview com contact '),
(12780,'field:19',0,1,' info cckressonview com '),
(12780,'field:6',0,1,' janice sanders '),
(12780,'field:7',0,1,' janices wearethevasource com '),
(12780,'field:8',0,1,' remote solutions team '),
(12780,'field:9',0,1,' media inquiry '),
(12780,'title',0,1,' 2026 01 21 02 18 12 '),
(12781,'field:10',0,1,' znj z eiyiic igyizc e i dzpjEURznj ddz i kjpj iyiic igyizc zlj$ zdj e№iiў iyiic igyizc zi z z idzyii iyi iyiic igyizc zi z z z '),
(12781,'field:18',0,1,' http ccmarcella com contact '),
(12781,'field:19',0,1,' info ccmarcella com '),
(12781,'field:6',0,1,' stevennox '),
(12781,'field:7',0,1,' andynq50t gmx com '),
(12781,'field:8',0,1,' google '),
(12781,'field:9',0,1,' general inquiry '),
(12781,'title',0,1,' 2026 01 21 02 20 09 '),
(12782,'field:10',0,1,' tatu studiia zabitye 18 sankt peterburg https maze tattoo catalog i in yan vo vsex regionax kuda sxodit v moskve kuda sxodit v sankt peterburge kuda sxodit v ekaterinburge kuda sxodit v kazani kuda sxodit v niznem novgorode https maze tattoo catalog yu yuliy tsezar po versii kudago https maze tattoo catalog f feniks daiu soglasie na obrabotku moix personalnyx dannyx dlia poluceniia informacionnyx i reklamnyx materialov https maze tattoo catalog ya yascheritsa dlia svoei pervoi tatuirovki ia vybral salon tatu maniia u nix byl samyi bolsoi reiting na iandekse plius udobnoe mestopolozenie https maze tattoo catalog gh zhuravli kogda ia priexal v salon menia vstretili po domasnemu ocen dobrye priiatnye devuski predlozili cai kofe i posadili v udobnyi divan https maze tattoo catalog x khomyak ia obieiasnil im primerno cto ia xocu i devuski nacali pomogat mne s eskizom daze spustia dva casa nepreryvnogo risovaniia izmeneniia pravok v eskiz oni s oxotoi podskazyvali kak moglo by byt lucse i cto eshhe mozno izmenit ili dobavit za eto im bolsoe spasibo cto otnosiatsia k etomu s bolsoi otvetstvennostiu i ne pytaiutsia pobystree i xalturnee zakoncit rabotu https maze tattoo catalog v van gog posle utverzdeniia eskiza ia prosel k masteru kotoryi tak ze okazalsia zamecatelnym celovekom kotoryi podbadrival vse dva casa kotorye ia provel u nego https maze tattoo catalog y urobros po okoncaniiu raboty mastera ia byl prosto oselomlen kacestvom i krasotoi raboty ia soversenno ne pozalel cto sdelal tatuirovku v tatu maniia i 100% pridu tuda eshhe za novoi tatuirovkoi '),
(12782,'field:18',0,1,' https ccharstonhall com contact '),
(12782,'field:19',0,1,' info ccharstonhall com '),
(12782,'field:6',0,1,' barryvotte '),
(12782,'field:7',0,1,' prosavmobi1981 mail ru '),
(12782,'field:8',0,1,' google '),
(12782,'field:9',0,1,' general inquiry '),
(12782,'title',0,1,' 2026 01 21 02 36 33 '),
(12783,'field:10',0,1,' uvelicili kolicestvo zakazov https proffseo ru prodvizhenie zarubezhnykh sajtov ctoby konkurirovat s regionalnymi biznesami nuzno potratit nemalo vremeni na povysenie kacestva i reputacii saita v masstabax strany https proffseo ru prodvizhenie zarubezhnykh sajtov vas veb proekt dolzen byt znacitelno lucse cem kazdyi iz konkurentov v otdelnosti https proffseo ru prodvizhenie sajtov po rf 1 oe mesto v reitinge seo kompanii v otrasliax avto nedvizimost stroitelstvo https proffseo ru narastit onlain trafik iz poiskovyx sistem s pomoshhiu seo optimizacii https proffseo ru prodvizhenie angloyazychnykh sajtov ctoby izbezat osibok pri vnedrenii texniceskix zadanii nas seo specialist napriamuiu obshhaetsia s vasim otdelom razrabotki https proffseo ru prodvizhenie zarubezhnykh sajtov eshhe istorii uspexa https proffseo ru prodvizhenie sajtov po moskve '),
(12783,'field:18',0,1,' https ccharstonhall com contact '),
(12783,'field:19',0,1,' info ccharstonhall com '),
(12783,'field:6',0,1,' buddybup '),
(12783,'field:7',0,1,' dolnovam mail ru '),
(12783,'field:8',0,1,' google '),
(12783,'field:9',0,1,' general inquiry '),
(12783,'title',0,1,' 2026 01 21 02 36 36 '),
(12784,'field:10',0,1,' https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12784,'field:18',0,1,' http ccmonmouth com contact '),
(12784,'field:19',0,1,' info ccmonmouth com '),
(12784,'field:6',0,1,' charleswew '),
(12784,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12784,'field:8',0,1,' google '),
(12784,'field:9',0,1,' general inquiry '),
(12784,'title',0,1,' 2026 01 21 02 41 12 '),
(12785,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12785,'field:18',0,1,' https ccsilverlake com contact '),
(12785,'field:19',0,1,' info ccsilverlake com '),
(12785,'field:6',0,1,' janice sanders '),
(12785,'field:7',0,1,' janices wearethevasource com '),
(12785,'field:8',0,1,' remote solutions team '),
(12785,'field:9',0,1,' media inquiry '),
(12785,'title',0,1,' 2026 01 21 02 55 36 '),
(12786,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12786,'field:18',0,1,' https completecareberkshire com contact '),
(12786,'field:19',0,1,' info completecareberkshire com '),
(12786,'field:6',0,1,' janice sanders '),
(12786,'field:7',0,1,' janices wearethevasource com '),
(12786,'field:8',0,1,' remote solutions team '),
(12786,'field:9',0,1,' media inquiry '),
(12786,'title',0,1,' 2026 01 21 02 57 32 '),
(12787,'field:10',0,1,' hi mindoda vitsode tqveni fasi '),
(12787,'field:18',0,1,' http ccspringbrook com contact '),
(12787,'field:19',0,1,' info ccspringbrook com '),
(12787,'field:6',0,1,' leeoceag '),
(12787,'field:7',0,1,' zekisuquc419 gmail com '),
(12787,'field:8',0,1,' google '),
(12787,'field:9',0,1,' general inquiry '),
(12787,'title',0,1,' 2026 01 21 02 59 12 '),
(12788,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12788,'field:18',0,1,' https ccinglemoor com contact '),
(12788,'field:19',0,1,' info ccinglemoor com '),
(12788,'field:6',0,1,' janice sanders '),
(12788,'field:7',0,1,' janices wearethevasource com '),
(12788,'field:8',0,1,' remote solutions team '),
(12788,'field:9',0,1,' media inquiry '),
(12788,'title',0,1,' 2026 01 21 03 03 10 '),
(12789,'field:10',0,1,' otdelka mebeli kozei pozvoliaet sdelat i bez togo idealnuiu italianskuiu mebel eshhe bolee interesnoi i neobycnoi https www legnostyle ru catalog mejkomnatnie dveri diverso pagen 1=6 dlia dizainerov koza kak otdelocnyi material vyse liubyx modnyx tendencii https www legnostyle ru konstrukcii ustroistvo derevyannyh lestnic html ona mozet byt ispolzovana vezde v abazure v skafax v krovatiax daze na polu i na stenax https www legnostyle ru catalog mebel scg 15 html netradicionno vygliadiat lakirovanie kozi tisnenie otdelka kotoraia otdalenno napominaet soboi zolotistyi spon https www legnostyle ru catalog mejkomnatnie dveri razdvijnaa dver rd 12 html kogda to nezasluzenno zabytyi metod otdelki mebeli s kozei ispolzovanie gvozdei u kotoryx bolsaia sliapka https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 2 html takaia mebel budet smotretsia ne tolko modno no i gvozdi pridadut ei antikvarnogo vida https www legnostyle ru catalog lestnici elitnye lestnica l4 8 html pervoklassnye kuxni vypolnennye v dannom stile otlicaiutsia neobxodimoi funkcionalnostiu prostotoi i bogatstvom konfiguracii zavisiashhix ot planirovki pomeshheniia ili licnyx predpoctenii https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a6 html podxod k proektirovaniiu kuxon podobnogo stilia dopuskaet opredelennuiu svobodu inogda daze socetaia nesocetaemoe cto predpolagaet vozmoznost izgotovleniia mebeli po osobomu zakazu https www legnostyle ru catalog mejkomnatnie dveri arka a11 html ne naslazdaites iavno komplimentom nekotorye turisty popadaiut v neodnoznacnuiu situaciiu kogda poblagodariv kitaica naprimer za vkusnyi obed v otvet slysit cto na samom dele eda krome togo mebel ot lidiruiushhix proizvoditelei otlicaetsia dopolnitelnoi otdelkoi s primeneniem naturalnogo susalnogo zolota 24k https www legnostyle ru catalog lestnici elitnye lestnica l8 22 html estetiku vnesnego vida v osnovnom zadaiut iziashhnye elementy xarakternye dlia francuzskogo i italianskogo stilia https www legnostyle ru catalog mejkomnatnie dveri dver i11 html isxodia iz sovokupnosti xarakteristik prisushhix elitnoi mebeli stanovitsia poniatnoi ee vozrastaiushhaia populiarnost https www legnostyle ru catalog mejkomnatnie dveri pagen 1=21 kacestvo i krasota na dolgie dolgie gody stoiat zatracennyx materialnyx resursov i kak pokazyvaet praktika mnogie pokupateli uze prisli k etomu vyvodu https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=22 '),
(12789,'field:18',0,1,' https ccwestfield com contact '),
(12789,'field:19',0,1,' info ccwestfield com '),
(12789,'field:6',0,1,' davidgep '),
(12789,'field:7',0,1,' tacusol 6816 mail ru '),
(12789,'field:8',0,1,' google '),
(12789,'field:9',0,1,' general inquiry '),
(12789,'title',0,1,' 2026 01 21 03 04 51 '),
(12790,'field:10',0,1,' klimat https akademy21 ru keratinovoe vepremlenie imperatorskii pekin nedelnyi tur iz irkutska https akademy21 ru master nogtevogo servisa stolica knr pekin sop tury v pekin i ekskursionnaia programma https akademy21 ru master manikura bolsie ekskursionnye tury po kitaiu https akademy21 ru business kantonskaia iarmarka i tury na specializirovannye vystavki v guanczou https akademy21 ru contacts moskva vostocnye gavaii tury na xainan iz irkutska https akademy21 ru contacts ussuriysk sop tury v manczuriiu avia irkutsk manczuriia irkutsk https akademy21 ru kurort mineralnyx vod xalun arsan https akademy21 ru contacts vladivostok kurort mineralnyx vod udalianci https akademy21 ru apparatniy pedecur standartno v stoimost tura vxodit imenno tut mozno uvidet cto takoe etot samyi https akademy21 ru model nu a cainaia ceremoniia zaversit polet v nevidannyi po raznoobraziiu sortov cainyi mir https akademy21 ru contacts novosibirsk mangrove tree resort world sanya bay kapok https akademy21 ru courses specialnye predlozeniia https akademy21 ru osnovy makeiaja '),
(12790,'field:18',0,1,' http completecarebrick com contact '),
(12790,'field:19',0,1,' info completecarebrick com '),
(12790,'field:6',0,1,' philipvar '),
(12790,'field:7',0,1,' halcheni1990 mail ru '),
(12790,'field:8',0,1,' google '),
(12790,'field:9',0,1,' general inquiry '),
(12790,'title',0,1,' 2026 01 21 03 04 59 '),
(12791,'field:10',0,1,' 0 ved https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12791,'field:18',0,1,' https completecareoakridge com contact '),
(12791,'field:19',0,1,' info completecareoakridge com '),
(12791,'field:6',0,1,' charlesfaink '),
(12791,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12791,'field:8',0,1,' google '),
(12791,'field:9',0,1,' general inquiry '),
(12791,'title',0,1,' 2026 01 21 03 05 33 '),
(12792,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12792,'field:18',0,1,' https ccharborage com contact '),
(12792,'field:19',0,1,' info ccharborage com '),
(12792,'field:6',0,1,' janice sanders '),
(12792,'field:7',0,1,' janices wearethevasource com '),
(12792,'field:8',0,1,' remote solutions team '),
(12792,'field:9',0,1,' media inquiry '),
(12792,'title',0,1,' 2026 01 21 03 05 49 '),
(12793,'field:10',0,1,' na rossiiskom rynke mebeli bolsuiu cast zanimaet produkciia iz mdf i dsp https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p3 html estestvenno podobnaia mebel nikak ne mozet scitatsia elitnoi https www legnostyle ru catalog mejkomnatnie dveri vhodnaya dver e24 html ved liuboi celovek mozet sdelat ee samostoiatelno https www legnostyle ru catalog inter eri arka a21 html netradicionno vygliadiat lakirovanie kozi tisnenie otdelka kotoraia otdalenno napominaet soboi zolotistyi spon https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=4 kogda to nezasluzenno zabytyi metod otdelki mebeli s kozei ispolzovanie gvozdei u kotoryx bolsaia sliapka https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub komod model kts 22 html takaia mebel budet smotretsia ne tolko modno no i gvozdi pridadut ei antikvarnogo vida https www legnostyle ru catalog mebel iz duba pagen 1=15 originalnyi dizainerskii proekt https www legnostyle ru catalog mejkomnatnie dveri impressio dver i4 html u modelei vsegda prisutstvuet novaia ideia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=20 dizainerskaia mebel vsegda razrabatyvaetsia s ucetom dizain proekta vsego interera v celom eto obespecivaet edinstvo stilia i garmoniiu https www legnostyle ru dubovye dveri html pagen 2=19 na saite proekta predstavlena aktualnaia i polnaia informaciia o bolee cem 5 232 680 organizaciiax rossii i sng v vide udobnogo rubrikatora po sferam deiatelnosti kompanii i geograficeskogo spravocnika organizacii https www legnostyle ru catalog mebel elitnaya detskaya mebel d1 5 html administraciia saita ne neset otvetstvennosti za kontent na saite tak kak vsia informaciia na saite sobrana iz otkrytyx istocnikov i dobavliaetsia polzovateliami a otzyvy napisany posetiteliami saita https www legnostyle ru catalog mejkomnatnie dveri ottimo mejkomnatnaa dver o5 html sovremennaia zizn diktuet nam takie usloviia cto pokupaia prestiznoe elitnoe zile kotoroe smotritsia dorogim i vosxititelnym snaruzi my dolzny pozabotitsia i ob ego uiutnoi obstanovke vnutri https www legnostyle ru catalog mebel prihojie gp 4 html to kak budet vygliadet nasa komfortabelnaia kvartira vnutri zavisit polnostiu ot nasego vkusa https www legnostyle ru catalog mejkomnatnie dveri model p4 html i konecno iziuminkoi v liuboi obstanovke kvartiry iavliaetsia kacestvennaia i nadeznaia elitnaia mebel https www legnostyle ru catalog inter eri peregorodki a 30 html funkcionalnost i bezopasnost https www legnostyle ru catalog mebel derevyannye stoly tualetnii stolik model s 6 html elitnye izdeliia prednaznaceny dlia ekspluatacii a ne tolko dlia estetiki https www legnostyle ru catalog lestnici derevannie vintovie lestnici lestnica l4 9 html ergonomika modelei proektiruetsia takze tshhatelno kak i bezuprecnyi vid https www legnostyle ru catalog dveri pagen 1=11 poetomu pri ix proizvodstve ne dopuskaiutsia upushheniia vybiraiutsia tolko bezopasnye reseniia v tom cisle i ekologiceski bezopasnye https www legnostyle ru catalog mejkomnatnie dveri diverso pagen 1=4 takie modeli vybiraiut osobo trebovatelnye pokupateli ceniashhie svoe zdorove https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e25 html '),
(12793,'field:18',0,1,' https cclehigh com contact '),
(12793,'field:19',0,1,' info cclehigh com '),
(12793,'field:6',0,1,' davidflady '),
(12793,'field:7',0,1,' tacusol 6816 mail ru '),
(12793,'field:8',0,1,' google '),
(12793,'field:9',0,1,' general inquiry '),
(12793,'title',0,1,' 2026 01 21 03 05 49 '),
(12794,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12794,'field:18',0,1,' https ccholidaycity com contact '),
(12794,'field:19',0,1,' info ccholidaycity com '),
(12794,'field:6',0,1,' janice sanders '),
(12794,'field:7',0,1,' janices wearethevasource com '),
(12794,'field:8',0,1,' remote solutions team '),
(12794,'field:9',0,1,' media inquiry '),
(12794,'title',0,1,' 2026 01 21 03 06 47 '),
(12795,'field:10',0,1,' dobryi den podskazite pozaluista trebuetsia polucat kakie libo dopuski na dannyi pribor dlia provedeniia obsledovaniia zdanii i sooruzenii imenno v ramkax obsledovaniia https www ndt club com product 990 symka dlya perenoski i hraneniya mashproekt htm t https www ndt club com product 668 standartnii obrazec tip b po astm e2491 htm e https www ndt club com product 569 metolab 501 stacionarnii tverdomer po mikro vikkersy htm dlia obycnogo obsledovaniia a ne prombezopasnosti https www ndt club com product 419 arsenal 200ps panoramnii rentgenovskii apparat htm trebuetsia li sozdavat laboratoriiu nk dlia obsledovaniia zdanii i sooruzenii https www ndt club com news 8 htm tt220 eto magnitno indukcionnyi tolshhinomer so vstroennym f preobrazovatelem pozvoliaiushhii zameriat tolshhinu pokrytii nemagnitnyx takix kak lak kraska na magnitnyx osnovaniiax naprimer stal bez povrezdeniia izdeliia https www ndt club com product 473 indykcionnii nagrevatel easytherm 1 htm poetomu ubeditelnaia prosba budte vnimatelny pri oformlenii zakaza na elektronnye cifrovye datciki tolshhiny wt100 a ne putaite oboznaceniia a esli ne znaete ili ne uvereny to prosto napisite osnovnye texniceskie xarakteristiki i usloviia ekspluatacii v prostoi forme izlozeniia a inzenery nasego predpriiatiia podberut neobxodimyi vam pribor i dop https www ndt club com product 398 v dect vakyymnaya ystanovka kontrolya germetichnosti htm oborudovanie po nailucsemu sootnoseniiu cena kacestvo srok izgotovleniia nalicie na sklade https www ndt club com product 943 ds151 datchik pyti k antennoi reshetke serii m90 htm '),
(12795,'field:18',0,1,' https ccwestcaldwell com contact '),
(12795,'field:19',0,1,' info ccwestcaldwell com '),
(12795,'field:6',0,1,' stevenovalf '),
(12795,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(12795,'field:8',0,1,' google '),
(12795,'field:9',0,1,' general inquiry '),
(12795,'title',0,1,' 2026 01 21 03 08 20 '),
(12796,'field:10',0,1,' vy do nacala rabot uvidite kak budet vygliadet vas ucastok podgotovim podrobnyi proekt i soglasuem ego s vami https zelenaia zizn com a vy smozete sdelat dizain pod kliuc ili tolko podgotavlivaete proekt 12 000 sotka https zelenaia zizn com drenazh 3 priciny zakazat landsaftnyi dizain pod kliuc v nasei kompanii https zelenaia zizn com gorizont11 derevia listvennye vysota ot 2 m do 4 m razrabotka i soglasovanie eskiznoi koncepcii https zelenaia zizn com projects '),
(12796,'field:18',0,1,' https ccgermantown com contact '),
(12796,'field:19',0,1,' info virginiahighlandscrc com '),
(12796,'field:6',0,1,' jamesurget '),
(12796,'field:7',0,1,' ivanrizada mail ru '),
(12796,'field:8',0,1,' google '),
(12796,'field:9',0,1,' general inquiry '),
(12796,'title',0,1,' 2026 01 21 03 08 35 '),
(12797,'field:10',0,1,' osnovnaia produkciia stellaznye sistemy i torgovoe oborudovanie https mobelmetall ru ourproduction berezovskii https mobelmetall ru lazernaya svarka dubna adres 664053 rf g https mobelmetall ru poroshkovaya pokraska dubna irkutsk ul https mobelmetall ru rozy liuksemburg 222 of 04 05 https mobelmetall ru poroshkovaya pokraska dubna a ia 38 adres mestonaxozdeniia proizvodstva 664053 rf g https mobelmetall ru questions irkutsk ul https mobelmetall ru aboutus rozy liuksemburg 222 of 04 05 https mobelmetall ru ourproduction telefon 7 3952 485308 el https mobelmetall ru lazernaya rezka dubna pocta zavod km38 https mobelmetall ru contacts ru sait km38 https mobelmetall ru questions ru sait www https mobelmetall ru gibka metalla km38 https mobelmetall ru lazernaya rezka dubna ru direktor maurer andrei vladimirovic 53 apollo zavod metallokonstrukcii adres g https mobelmetall ru ourproduction samara ul https mobelmetall ru questions fizkulturnaia d https mobelmetall ru blog poroshkovaya pokraska dubna 143d tel 7 846 374 88 88 https mobelmetall ru lazernaya svarka dubna alfastroimontaz adres g https mobelmetall ru blog poroshkovaya pokraska dubna noginsk ul https mobelmetall ru lazernaya svarka dubna ilica d https mobelmetall ru policy 1 str https mobelmetall ru lazernaya svarka dubna 2 tel 7 495 720 65 94 https mobelmetall ru lazernaya rezka dubna osnovnaia produkciia mostovye metallokonstrukcii balocnogo i korobcatogo tipov https mobelmetall ru questions '),
(12797,'field:18',0,1,' https ccsouthpointe com contact '),
(12797,'field:19',0,1,' info southpointecrc com '),
(12797,'field:6',0,1,' shermannuala '),
(12797,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12797,'field:8',0,1,' google '),
(12797,'field:9',0,1,' general inquiry '),
(12797,'title',0,1,' 2026 01 21 03 09 55 '),
(12798,'field:10',0,1,' zakazat mebel iz rasprostranennogo dereva a zatem sponirovat ego dorogimi porodami https www legnostyle ru catalog mebel iz duba pagen 1=18 ne stoit celi zatknut kogo to za poias ili prodemonstrirovat uroven svoego dostatka https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d22 html poprostu dorogie porody dereva gorazdo privlekatelnee vnesne i s nimi obshhii dizain pomeshheniia priobretaet bolee privlekatelnyi vnesnii vid https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d13 html nalicie na skladevse populiarnye modeli oborudovaniia v nalicii na sklade https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a9 html vam ne pridetsia zdat 7 10 dnei poka ne privezut oborudovanie https www legnostyle ru catalog mebel scg 46 html prixodite k nam pokupaite i srazu zabiraite https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p1 html v slucae otsutstviia kakogo libo oborudovaniia vam dostaviat ego s regionalnyx skladov nasix partnerov ot 1 2x dnei do 5 7 rabocix dnei v zavisimosti ot vybrannogo tipa dostavki ot avia do zd https www legnostyle ru material dlya mezhkomnatnyh dverey html oznakomtes s katalogom elitnyx kuxon foto kotoryx sootvetstvuiut realnosti https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d39 html esli u vas est voprosy sviazites s nami po telefonam ukazannym na saite ili napisite na elektronnuiu poctu https www legnostyle ru catalog mejkomnatnie dveri dver p31 html nasi specialisty rady pomoc vam s pokupkoi elitnyx kuxon https www legnostyle ru mebel dlia malenkoi kyhni html na protiazenii mnogix let kacestvennaia mebel iz dereva vysoko cenitsia pokupateliami vsego mira https www legnostyle ru contacts mebel iz cennyx porod otlicaetsia bezuprecnym vnesnim vidom i iskliucitelnoi nadeznostiu https www legnostyle ru catalog mejkomnatnie dveri impressio model i14 html salon elitnoi mebeli gotov predlozit izyskannuiu importnuiu mebel dlia gostinyx spalen kabinetov bibliotek detskix komnat prixozix i stolovyx https www legnostyle ru catalog mebel shkafy sekcii gorki scg 15 html ne naslazdaites iavno komplimentom nekotorye turisty popadaiut v neodnoznacnuiu situaciiu kogda poblagodariv kitaica naprimer za vkusnyi obed v otvet slysit cto na samom dele eda v tekushhem godu vsestoronnie otnoseniia i strategiceskoe partnerstvo mezdu dvumia stranami prodolzat uglublenno razvivat https www legnostyle ru catalog mebel scg 26 html ozidaetsia mnogo vaznyx mezdunarodnyx sobytii https www legnostyle ru dubovye dveri html pagen 2=5 ob etom '),
(12798,'field:18',0,1,' https ccatgreenacres com contact '),
(12798,'field:19',0,1,' info ccatgreenacres com '),
(12798,'field:6',0,1,' davidboync '),
(12798,'field:7',0,1,' tacusol 6816 mail ru '),
(12798,'field:8',0,1,' google '),
(12798,'field:9',0,1,' general inquiry '),
(12798,'title',0,1,' 2026 01 21 03 10 27 '),
(12799,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12799,'field:18',0,1,' https ccmanitowoc com contact '),
(12799,'field:19',0,1,' info manitowochrc com '),
(12799,'field:6',0,1,' janice sanders '),
(12799,'field:7',0,1,' janices wearethevasource com '),
(12799,'field:8',0,1,' remote solutions team '),
(12799,'field:9',0,1,' media inquiry '),
(12799,'title',0,1,' 2026 01 21 03 10 46 '),
(12800,'field:10',0,1,' does pa medicaid cover your communitys costs if the answer is yes do you have any availability for a new resident if the answer is yes im hoping i can impose upon you to contact the social service director carol lee page at my current facility excel care at wilmington i understand that this may appear as poaching but ive had two other facilities contact her lee knows this building is too old cold for me and that i was expecting acute rehab up until the very end of my 29 day stay at christiana hospital newark de lees contact information is below carol lee page social service director excel care at wilmington p 302 655 6135 f 302 655 7568 christiana was very focused on pam in dover though i live in philly and was staying with friends in greenville wilmington de when my prior insurance would not cover acute rehab i ended up here with no space to stretch on their own one large dining activity tv room and library no soft spaces to relax work talk if you can help me in any way including pointing me in the right direction i would greatly appreciate that thank you nkh '),
(12800,'field:18',0,1,' https mycompletecare com contact '),
(12800,'field:19',0,1,' cfleming completecaremgmt com '),
(12800,'field:6',0,1,' natalie herring '),
(12800,'field:7',0,1,' nkhp1 outlook com '),
(12800,'field:8',0,1,''),
(12800,'field:9',0,1,' other '),
(12800,'title',0,1,' 2026 01 21 03 11 38 '),
(12801,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12801,'field:18',0,1,' https cchyattsville com contact '),
(12801,'field:19',0,1,' info cchyattsville com '),
(12801,'field:6',0,1,' janice sanders '),
(12801,'field:7',0,1,' janices wearethevasource com '),
(12801,'field:8',0,1,' remote solutions team '),
(12801,'field:9',0,1,' media inquiry '),
(12801,'title',0,1,' 2026 01 21 03 12 41 '),
(12802,'field:10',0,1,' avalda degtiarskii metallurgiceskii zavod adres g https mobelmetall ru ourproduction ekaterinburg ul https mobelmetall ru gibka metalla selkorovskaia d https mobelmetall ru blog poroshkovaya pokraska dubna 124 tel 7 343 222 22 23 361 23 10 361 25 20 https mobelmetall ru policy armmetall adres g https mobelmetall ru blog poroshkovaya pokraska dubna moskva ul https mobelmetall ru blog iskry d https mobelmetall ru blog poroshkovaya pokraska dubna 17a str https mobelmetall ru gibka metalla 3 tel 7 495 266 10 18 https mobelmetall ru izgotovlenie metallokonstrukcii trebuet ot proizvoditelia povysennyx trebovanii ot proizvodstvennogo processa i vysokix standartov kacestva https mobelmetall ru poroshkovaya pokraska dubna zavody metallokonstrukcii celiabinskaia oblast celiabinsk 31 https mobelmetall ru aboutus 03 https mobelmetall ru contacts 2022 https mobelmetall ru blog poroshkovaya pokraska dubna osnovnaia produkciia emkostnoe i pivovarennoe oborudovanie https mobelmetall ru blog osnovnaia produkciia metallokonstrukcii liubogo vida https mobelmetall ru policy '),
(12802,'field:18',0,1,' https ccspringbrook com contact '),
(12802,'field:19',0,1,' info ccspringbrook com '),
(12802,'field:6',0,1,' shermanuplit '),
(12802,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12802,'field:8',0,1,' google '),
(12802,'field:9',0,1,' general inquiry '),
(12802,'title',0,1,' 2026 01 21 03 13 49 '),
(12803,'field:10',0,1,' nekotorye interesnye momenty https proffseo ru kontakty start https proffseo ru prodvizhenie angloyazychnykh sajtov prodvizenie saita v opredelennom gorode i regionalnaia vydaca iandeksa https proffseo ru prodvizhenie sajtov po moskve itak cto ze takoe prodvizenie po vsei rossii i sushhestvuet li ono voobshhe soprovozdaet vnedrenie analiticeskix sistem i provodit ix nastroiki daet rekomendacii po uveliceniiu effektivnosti marketingovyx kanalov provodit audity a takze a b i mvt multivariantnye testirovaniia kontenta saita https proffseo ru prodvizhenie sajtov po moskve analiziruet kommerceskie i povedenceskie faktory daet rekomendacii po povyseniiu konversii https proffseo ru kontakty na izobrazenii nize vidno cto rezultaty identicnye '),
(12803,'field:18',0,1,' https ccsevernapark com contact '),
(12803,'field:19',0,1,' info ccsevernapark com '),
(12803,'field:6',0,1,' buddyspapy '),
(12803,'field:7',0,1,' dolnovam mail ru '),
(12803,'field:8',0,1,' google '),
(12803,'field:9',0,1,' general inquiry '),
(12803,'title',0,1,' 2026 01 21 03 13 49 '),
(12804,'field:10',0,1,' sredi predlozenii iompanii otlicno vpisetsia v liuboi interer https www legnostyle ru catalog mebel derevyannye stoly s 3 html ogromnyi vybor mebeli dlia gostinic barov i biliardnyx mogut zainteresovat takze professionalov https www legnostyle ru catalog mebel scg 11 html otlicnym sosedom dlia mebeli otdelannoi kozei iavliaiutsia izdeliia iz mexa https www legnostyle ru catalog mejkomnatnie dveri diverso pagen 1=5 ne vazno cto eto budet pledy poduski kovriki iz skury ubitogo zivotnogo ili pokryvalo takoi tandem sdelaet liuboi interer izyskannym i roskosnym https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a10 html samoi elitnoi korpusnoi mebeliu dlia kabineta rukovoditelia iavliaetsia mebel iz dereva https www legnostyle ru catalog lestnici elitnye lestnica l4 3 html ona izyskanna privlekatelna a glavnoe sootvetstvuet strogomu dizainu interera kotoryi neobxodim kommerceskomu pomeshheniiu https www legnostyle ru kuhonnaya derevyannaya mebel html prioritetnymi iavliaiutsia predmety interera iz cennyx porod https www legnostyle ru catalog mebel derevyannye stoly s 3 html dorogie materialy garantiruiut cto mebel ne poteriaet privlekatelnogo vnesnego vida daze cerez mnogo let https www legnostyle ru catalog inter eri s26 html bezuprecnaia ergonomika https www legnostyle ru catalog mejkomnatnie dveri pagen 1=8 kazdyi element kabineta sproektirovan takim obrazom ctoby sozdavat optimalnye usloviia dlia raboty https www legnostyle ru catalog nashi raboty inter er kvartiri na udal cova k9 html delovye meloci vsegda budut pod rukoi na prostornoi stolesnice razmestiatsia vse vaznye bumagi udobnoe kreslo obespecit effektivnuiu podderzku pozvonocnika https www legnostyle ru catalog inter eri stenovie paneli model s18 html priiatnye ceny https www legnostyle ru catalog mebel shkafy sekcii gorki scg 29 html nekotorym nasi ceny mogut pokazatsia zavysennymi odnako esli u vas v prioritete nadeznost iznosostoikost procnost i ekologicnost to vy poimete cto stoimost mebeli polnostiu sootvetstvuet ee xarakteristikam https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o15 html my ustanavlivaem maksimalno dostupnye ceny na izdeliia tak kak sotrudnicaem napriamuiu s izvestnymi brendami https www legnostyle ru catalog inter eri stenovie paneli pagen 1=3 priiatnye ceny https www legnostyle ru catalog kuhni kuhna 2 html nekotorym nasi ceny mogut pokazatsia zavysennymi odnako esli u vas v prioritete nadeznost iznosostoikost procnost i ekologicnost to vy poimete cto stoimost mebeli polnostiu sootvetstvuet ee xarakteristikam https www legnostyle ru catalog mebel garderobnaa model scg 15 html my ustanavlivaem maksimalno dostupnye ceny na izdeliia tak kak sotrudnicaem napriamuiu s izvestnymi brendami https www legnostyle ru catalog mejkomnatnie dveri model p17 html '),
(12804,'field:18',0,1,' https ccatgreenacres com contact '),
(12804,'field:19',0,1,' info ccatgreenacres com '),
(12804,'field:6',0,1,' davidboync '),
(12804,'field:7',0,1,' tacusol 6816 mail ru '),
(12804,'field:8',0,1,' google '),
(12804,'field:9',0,1,' general inquiry '),
(12804,'title',0,1,' 2026 01 21 03 15 04 '),
(12805,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site completecareatmadison com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(12805,'field:18',0,1,' https completecareatmadison com contact '),
(12805,'field:19',0,1,' info completecareatmadison com '),
(12805,'field:6',0,1,' qasim yaseen '),
(12805,'field:7',0,1,' qasimyaseen326 gmail com '),
(12805,'field:8',0,1,' web ui ux design and developemnt '),
(12805,'field:9',0,1,' general inquiry '),
(12805,'title',0,1,' 2026 01 21 03 15 15 '),
(12806,'field:10',0,1,' rucki dlia kuxni rucki dlia mebeli mebelnye petli petli s dovodcikom petli blium blum polkoderzateli mebelnye kriucki mebelnye opory mebelnye truby https kupefurnitur ru onas mebelnaia furnitura https kupefurnitur ru contact forma obratnoi sviazi kontakty korporativnym klientam usloviia soglaseniia s pokupatelem besplatnye kursy sborki mebeli vakansii https kupefurnitur ru price my sotrudnicaem s mebelnymi masterami arxitektorami i dizainerami mebeli i interera https kupefurnitur ru contact dlia konecnyx potrebitelei my predlagaem servis polnogo cikla rascet i podbor mexanizmov i aksessuarov dostavku na dom ustanovku i nastroiku https kupefurnitur ru onas opt 1 90 https kupefurnitur ru 00r https kupefurnitur ru contact licevaia mebelnaia furnitura mozet stat polnopravnym ucastnikom interera https kupefurnitur ru contact ona dolzna socetatsia ne tolko s fasadami mebeli no i s obshhim stilem pomeshheniia https kupefurnitur ru contact '),
(12806,'field:18',0,1,' https cclehigh com contact '),
(12806,'field:19',0,1,' info cclehigh com '),
(12806,'field:6',0,1,' ronaldfrirl '),
(12806,'field:7',0,1,' konstantinrovini mail ru '),
(12806,'field:8',0,1,' google '),
(12806,'field:9',0,1,' general inquiry '),
(12806,'title',0,1,' 2026 01 21 03 15 44 '),
(12807,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12807,'field:18',0,1,' https ccannapolis com contact '),
(12807,'field:19',0,1,' info ccannapolis com '),
(12807,'field:6',0,1,' janice sanders '),
(12807,'field:7',0,1,' janices wearethevasource com '),
(12807,'field:8',0,1,' remote solutions team '),
(12807,'field:9',0,1,' media inquiry '),
(12807,'title',0,1,' 2026 01 21 03 16 03 '),
(12808,'field:10',0,1,' granitnaia plitka 5650 na mogilu https www kovanie ogrady ru catalog pamyatniki figurnye granitnyy pamyatnik pr 19 granitnaia masterskaia postament https www kovanie ogrady ru catalog pamyatniki dvojnye granitnyy pamyatnik pg 27 ru predlagaet provesti blagoustroistvo mogily na kladbishhe v moskve i moskovskoi oblasti s predostavleniem fotootcetov po rezultatam vypolnennyx rabot https www kovanie ogrady ru catalog kovanye zabory kovanyy zabor 4 blagoustroistvo territorii vokrug pamiatnika dolzno vypolniatsia soglasno ustanovlennym standartam i normativam https www kovanie ogrady ru catalog pamyatniki dvojnye granitnyy pamyatnik pr 14 v castnosti neobxodimo strogo sobliudat granicy ucastka pod zaxoronenie obycno 2x1 8 pered tem kak oblagorodit mogilu na kladbishhe sleduet proizvesti zamery ctoby izbezat vyxoda otdelnyx castei nadmogilnyx sooruzenii za predely otvedennoi territorii https www kovanie ogrady ru catalog gorizontalnye granitnyy pamyatnik pg 3 prebyvaia v poiskax variantov togo kak blagoustroit mogilu na kladbishhe rassmotrite foto obrazcy v nasem kataloge https www kovanie ogrady ru catalog izdeliya iz granita granitnyy pamyatnik pg 26 my predlagaem razlicnye varianty blagoustroistva dlia odinarnyx ili semeinyx zaxoronenii mozem proizvesti uborku ili ukrasit mogilu v kanun religioznyx prazdnikov i roditelskix subbot https www kovanie ogrady ru catalog sostavnye elementy tsokolya stolb sg 9 vazno pomnit o tom cto pomimo mesta licnoi skorbi dlia kazdogo iz rodstvennikov usopsix kladbishhe iavliaetsia obieektom obshhestvennogo znaceniia https www kovanie ogrady ru catalog byudzhetnye pamyatniki granitnyy pamyatnik pv 25 i kontrol za sostoianiem zaxoronenii iavliaetsia neotieemlemoi obiazannostiu rodstvennikov i blizkix umersix liudei https www kovanie ogrady ru catalog kovanye izdeliya kassandra odnako vremeni na to ctoby propolot travu ili nanesti svezuiu krasku na ogradku ili pamiatnik v stremitelnom ritme sovremennoi zizni casto ne xvataet https www kovanie ogrady ru catalog izdeliya iz granita tsvetnik iz 4kh chastey i my gotovy vziat na sebia blagoustroistvo i oformlenie mogily na kladbishhe na postoiannoi ili razovoi osnove https www kovanie ogrady ru catalog kovanye izdeliya kovanaya ograda na mogilu etyud ukladka plitki primeniaetsia v processe blagoustroistva mogily https www kovanie ogrady ru catalog pamyatniki docheri pamyatnik iz granita pv 15 pozvoliaet privesti mesto pogrebeniia v poriadok https www kovanie ogrady ru catalog pamyatniki zchenshchine granitnyy pamyatnik pr 10 pozvoliaet spravitsia s sornoi rastitelnostiu https www kovanie ogrady ru catalog prostye pamyatniki preimushhestva plitki 1 https www kovanie ogrady ru catalog pamyatniki granitnyy pamyatnik pv 24 dlitelnyi srok sluzby https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pv 23 2 https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pr 17 vysokaia procnost materiala https www kovanie ogrady ru catalog vertikalnye granitnyy pamyatnik pv 60 3 https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pv 33 ustoicivost k iznosu https www kovanie ogrady ru catalog izdeliya iz granita granitnyy pamyatnik k 12 4 https www kovanie ogrady ru catalog pamyatniki v vide stely pamyatnik iz granita pv 20 dostupnaia cena https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pr 19 5 https www kovanie ogrady ru catalog vertikalnye pamyatnik iz granita pv 12 bolsoi vybor variantov https www kovanie ogrady ru catalog tsokoli granitnyy tsokol s 35 raboty pod kliuc https www kovanie ogrady ru services demontazh demontaz monumentov krestov staroi betonnoi osnovy raskolovseisia oblicovki nadgrobnyx plit i t https www kovanie ogrady ru catalog pamyatniki docheri granitnyy pamyatnik pr 11 d https www kovanie ogrady ru catalog pamyatniki detskie pamyatnik iz granita pv 18 v posleduiushhem pozvoliaiut ustanovit novye nadgrobnye sooruzeniia https www kovanie ogrady ru catalog pamyatnik s derevom kak oformit zakaz '),
(12808,'field:18',0,1,' https ccatgreenacres com contact '),
(12808,'field:19',0,1,' info ccatgreenacres com '),
(12808,'field:6',0,1,' josephguacy '),
(12808,'field:7',0,1,' ramyl gilmanov mail ru '),
(12808,'field:8',0,1,' google '),
(12808,'field:9',0,1,' general inquiry '),
(12808,'title',0,1,' 2026 01 21 03 19 15 '),
(12809,'field:10',0,1,' tolko odnorazovye instrumenty absoliutno sterilnoe pomeshhenie specialisty s medicinskim obrazovaniem https maze tattoo catalog c serdtse ul https maze tattoo catalog gh zhuravli sushhevskaia d https maze tattoo catalog t tradik 25 str https maze tattoo catalog n neft 1 https maze tattoo catalog a anime lialin per d https maze tattoo catalog c sobaka 1 36 str https maze tattoo catalog d delfiny 2 https maze tattoo catalog k kosmos i kosmonavty posetiv nasu studiiu vy smozete ocenit bezuprecnyi uroven obsluzivaniia po 10 balnoi skale i ostavit svoi otzyv https maze tattoo catalog m mayak zakryt okno https maze tattoo catalog m mech g https maze tattoo catalog g gravura moskva 23 maia 2025 https maze tattoo catalog k '),
(12809,'field:18',0,1,' https ccfairlawnedge com contact '),
(12809,'field:19',0,1,' info ccfairlawnedge com '),
(12809,'field:6',0,1,' barryshask '),
(12809,'field:7',0,1,' prosavmobi1981 mail ru '),
(12809,'field:8',0,1,' google '),
(12809,'field:9',0,1,' general inquiry '),
(12809,'title',0,1,' 2026 01 21 03 19 51 '),
(12810,'field:10',0,1,' dostup v crm https proffseo ru prodvizhenie sajtov po moskve rezultaty nasix klientov https proffseo ru prodvizhenie zarubezhnykh sajtov prodvizenie v top 10 po rossii https proffseo ru prodvizhenie zarubezhnykh sajtov tagline awards 2021 https proffseo ru pervyi effekt ot prodvizeniia vasego saita po rossii proiavitsia srazu posle optimizacii https proffseo ru prodvizhenie zarubezhnykh sajtov cerez 90 dnei ozidaemaia vidimost kliucevikov v poiske sostavit do 60 80% v to ze vremia prodvizenie saitov v top 10 po rossii primenimo kogda cislo regionov bolse 7 st https proffseo ru prodvizhenie angloyazychnykh sajtov '),
(12810,'field:18',0,1,' https ccfairlawnedge com contact '),
(12810,'field:19',0,1,' info ccfairlawnedge com '),
(12810,'field:6',0,1,' buddymum '),
(12810,'field:7',0,1,' dolnovam mail ru '),
(12810,'field:8',0,1,' google '),
(12810,'field:9',0,1,' general inquiry '),
(12810,'title',0,1,' 2026 01 21 03 19 51 '),
(12811,'field:10',0,1,' torgovye operacii s knr priobretaiut ogromnyi razmax https www legnostyle ru catalog inter eri potolki pagen 1=2 pri etom pri dostavke gruzov iz podnebesnoi prixoditsia sobliudat bolsoe cislo formalnostei https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e16 html ctoby vvezti tovar iz podnebesnoi v pri izgotovlenii mebeli my primeniaem texnologii lucsix italianskix mebelnyx fabrik blagodaria cemu obespecivaetsia vysokoe kacestvo vsei izgotovliaemoi nami korpusnoi i vstroennoi mebeli https www legnostyle ru catalog inter eri pt 2 html nasa elitnaia mebel sdelannaia na zakaz budet radovat kazdogo nasego klienta dolgie gody https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d27 html ved v otlicie ot obycnyx modulnyx kompozicii mebeli ona budet obladat individualnymi certami i budet organicno vpisana v komnaty vasego doma https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 21 html nakanune vsemirnogo dnia borby so spidom otmecaiushhegosia 1 dekabria statistiku po zabolevaemosti vic spid oglasil centr po profilaktike boleznei i kontroliu za ocagami ix vozniknoveniia https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=12 eksperty vazno obratit vnimanie na material iz kotorogo dannaia mebel sdelana https www legnostyle ru kak vybrat dver html nailucsaia ekskliuzivnaia mebel iz kitaia delaetsia iz mnozestva tverdyx porod kotorye vliiaiut na ee iznosoustoicivost srok sluzby elitnost https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=10 srez materiala v takoi situacii soderzit dovolno sloznyi risunok s izvilistymi liniiami https www legnostyle ru catalog mebel garderobnaa model scg 16 html ekskliuzivnost https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=16 kazdyi zakaz dizainery proektiruiut individualno poetomu risk uvidet tot ze samyi interer stremitsia k nuliu https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a17 html dizainer elitnoi mebeli ne prosto sozdaet novuiu formu on podbiraet dlia nee material i furnituru dovodia model do soversenstva https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d17 html ne naslazdaites iavno komplimentom nekotorye turisty popadaiut v neodnoznacnuiu situaciiu kogda poblagodariv kitaica naprimer za vkusnyi obed v otvet slysit cto na samom dele eda '),
(12811,'field:18',0,1,' https ccatgreenacres com contact '),
(12811,'field:19',0,1,' info ccatgreenacres com '),
(12811,'field:6',0,1,' davidboync '),
(12811,'field:7',0,1,' tacusol 6816 mail ru '),
(12811,'field:8',0,1,' google '),
(12811,'field:9',0,1,' general inquiry '),
(12811,'title',0,1,' 2026 01 21 03 20 42 '),
(12812,'field:10',0,1,' tak nazyvaemyi teploobmennyi paket orebrennaia cast teploobmennika iavliaetsia osnovnym elementom kalorifera i imeet massu variantov ispolneniia https first industrial ru catalog chiller chiller rhoss tcee 115 na samu xolodilnuiu ustanovku vynositsia za predely pomeshheniia https first industrial ru catalog chiller chiller rhoss tcee 120 vopros kak oformit zakaz brend belief model bs acv k9 235 a17 nominalnaia moshhnost 17 https first industrial ru catalog chiller chiller climacore lda 120 0 kvt https first industrial ru catalog category ispariteli page 3 oprosnyi list na xolodilnoe oborudovanie https first industrial ru catalog ispariteli 0385 1 kozhuhotrubnyj isparitel thermokey tme 385 1 belief bs acv l5 263 b104 kondensator vozdusnogo oxlazdeniia vypolnen iz mednyx trubok s poperecnymi plastinami orebreniia iz aliuminiia korpus izgotovlen iz okrasennoi stali https first industrial ru catalog chiller chiller climacore lda hp 120 '),
(12812,'field:18',0,1,' https ccregent com contact '),
(12812,'field:19',0,1,' info ccregent com '),
(12812,'field:6',0,1,' davidper '),
(12812,'field:7',0,1,' sinevhabibi664 bk ru '),
(12812,'field:8',0,1,' google '),
(12812,'field:9',0,1,' general inquiry '),
(12812,'title',0,1,' 2026 01 21 03 20 52 '),
(12813,'field:10',0,1,' hi ed dom https newsletter usi ch email n h=2obmeqv6fsqh5zdq0zugsbzmymrmfiyl l= em dom ru https daemon indapass hu http session request redirect to=https em dom ru partner id=bloghu https syaoruu hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https forum corvusbelli com proxy php link=https em dom ru https lospoblanos com url=http em dom ru https pl grepolis com start redirect url=http em dom ru http inginformatica uniroma2 it url=em dom ru https www cleanlink com adviewer asp adi= hs graphics 19 10 019 hs 1019 p=hs1019 019 matsinc e=website at cleanlink dot com u=https em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https vortez net revive2 www delivery ck php ct=1 oaparams=2 bannerid=96 zoneid=7 cb=7b05f93fa3 oadest=http em dom ru https asoechat wap sh redirect url=em dom ru https ads agorafinancial com www delivery ck php ct=1 oaparams=2 bannerid=529 zoneid=4 cb=e74ef55876 oadest=http em dom ru https beeyann hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https hchocolatier hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https trustandjustice org url=https em dom ru https www stationwagonforums com forums proxy php link=https em dom ru https jenskiymir com proxy php url=http em dom ru 34zxvq8 https click simsfinds com go url=http em dom ru https my w tt a key live pgerp08edsp0oa8bt3azqbhoqzgspodt medium= feature= campaign= channel= $always deeplink=0 $fallback url=em dom ru $deeplink path= https link sekiya hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https up band us snippet view url=em dom ru https empyriononline com proxy php link=https em dom ru https gun deals external link url=http em dom ru http ijpc uscannenberg org url=http em dom ru https firsttee my site com tft login website=em dom ru https fffw2 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https galacy mountain hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https paulgravett com url=em dom ru https sat issprops com url=em dom ru https www vanderbiltcupraces com url=http em dom ru https login uleth ca cas login service=https em dom ru gateway=true https wiki securepoint de index php title= em dom ru action=edit printable=yes https msmgo onelink me 4240393215 pid=web traffic c=energy montior af channel=website footer af dp=msmmoremoney app moneysupermarket go af web dp=http em dom ru https sp baystars co jp community club baystars shop map php catg=bene id=g 005 linkurl=http em dom ru https sitereport netcraft com url=https em dom ru https kirov portal ru away php url=https em dom ru https pro obesityhelp com tracked r=em dom ru id=profile website 10001 https beta novell com common util get language url php language=en us url=http em dom ru https a pr cy ru em dom ru https captcha 2gis ru form return url=https em dom ru https amk team ru go url=https em dom ru https translate itsc cuhk edu hk gb em dom ru weilun b5 valk valk profile html https cas rec unicen edu ar cas login gateway=true service=https em dom ru https s panda hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https content hh ru api v1 click contentid=538 placeid=2 employerid=581458 domainareaid=1353 host=https em dom ru https studenthelpr com redirect redirectto=http em dom ru https trac osgeo org osgeo search q=https em dom ru https www rovaniemi fi includes loginproviders activedirectory adlogin aspx returnurl=https em dom ru https yomi mobi rjump em dom ru https sda foodandtravel com live www delivery ck php ct=1 oaparams=2 bannerid=14 zoneid=14 source= obfs cb=18dd655015 oadest=http em dom ru https doba te ua gateway goto=https em dom ru https www chara ani com member rule aspx src=https em dom ru https if himazin2 hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https www survivalmonkey com proxy php link=https em dom ru https islam de ms r=https em dom ru http bodyblow s9 xrea com x cutlinks rank php url=http em dom ru https the take com url=https em dom ru https gogvo com redir php k=d58063e997dbb039183c56fe39ebe099 url=https em dom ru https secure radio online com cgi bin rol exe ssiteid em dom ru https community restaurant org links url=https em dom ru https www hogodoc com url=em dom ru https www wellness com version full returnurl=http em dom ru https forums fugly com proxy php link=http em dom ru https vakbarat index hu x php id=inxtc url=em dom ru https wiki bzflag org index php title= em dom ru action=edit printable=yes https decidimos monterrey gob mx link external url=https em dom ru http cr naver com redirect notification u=https em dom ru https jump 5ch net em dom ru https decidim calafell cat link external url=http em dom ru https maximal life hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https eventlog netcentrum cz redir data=aclick2c239800 486339t12 s=najistong url=https em dom ru v=1 https digiex net proxy php link=https em dom ru http woostercollective com url=em dom ru https popjulia onelink me covz pid=pc bottom c=home af dp=com chicv popjulia af web dp=http em dom ru is retargeting=true https cpen com url=https em dom ru https www unifrance org newsletter click 6763261 url=http em dom ru https stats sobyanin ru metrics r muid=15196b01 6d0b 4689 b2fc 241a3e6ae908 category=04a6660a c3fe 4fc3 84a6 60afd7dc9422 url=https em dom ru https kanose hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https forums overclockers com au proxy php link=http em dom ru http s03 megalodon jp url=http em dom ru https www constructionenquirer com wp content themes constructionenquirer adclick php url=http em dom ru https sso qiota com api v1 logout redirect uri=https em dom ru https prlog ru analysis em dom ru https wiki evilmadscientist com index php title= em dom ru action=edit printable=yes https sp jp wazap com info jump wz url=https em dom ru https us member uschoolnet com register step1 php from=em dom ru https mail2 mclink it sredirect em dom ru https www hawaiitourismauthority org speedbump targeturl=https em dom ru https sc state library mobilize io links lid=gfqh03emv3hvxs0d5o3hjw token=xbcqslrbmwzhh21rh4uwww url=http em dom ru http fdp timacad ru bitrix redirect php event1 event2 event3 goto=http em dom ru https owner netkeiba com horse id=2020100124 pid=horse shokin return url=https em dom ru http innerside dothome co kr bbs skin link hit plus php sitelink=http em dom ru id=link page=1 sn1= divpage=1 category=2 sn=off ss=on sc=on select arrange=headnum desc=asc no=4 https tokyo new akiba com ra www delivery ck php ct=1 oaparams=2 bannerid=3 zoneid=3 cb=154a423fea oadest=https em dom ru https adx dcfever com ads www delivery ck php ct=1 oaparams=2 bannerid=1138 zoneid=2 cb=a4d7c48ece oadest=http em dom ru https www sexpin net source em dom ru https kettypay hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https chyba o2 cz cs url=https em dom ru https tinhte vn proxy php link=http em dom ru https www adminer org redirect url=https em dom ru lang=en https t10 org cgi bin s t10r cgi first=1 prevurl=https em dom ru https love goxip com hk affiliate url=http em dom ru https marublog129 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https osallistu ouka fi link external url=https em dom ru https submit jpmph org member s login php s login=11 s url=http em dom ru https bbs sp findfriends jp pid=go link url=http em dom ru https w1 weblahko sk index php menu1r=2 stiznost=true surl=em dom ru sreferer= https drugs ie url=https em dom ru https www pearlevision com m20scheduleexamview catalogid=15951 clearexams=1 langid= 1 returnurl=http em dom ru storeid=12002 storenumber=21129027 https gochiemon hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru http 2015 adfest by banner redirect php url=http em dom ru https hudsonltd com url=em dom ru https nabat tomsk ru go url=https em dom ru https www wenxuecity com blog act=haiwai blog url=http em dom ru https framinghamlibrary org url=em dom ru https decidim santcugat cat link external url=https em dom ru https www studyladder com games activity word match s a t p i n 35665 backurl=http em dom ru https suecia kb se goto http em dom ru https www bing com news apiclick aspx ref=fexrss aid= tid=60610d15439b4103a0bf4e1051edcf8b url=https em dom ru c=12807976268214810202 mkt=en us https wetpussygames com porn out php id=em dom ru https freewebsitetemplates com proxy php link=https em dom ru https passport us bignox com sso logout service=https em dom ru https www decidim barcelona link external url=https em dom ru https envios uces edu ar control click mod php email= email id envio=1557 url=https em dom ru https rezkyrizani xtgem com fb text lingkaran site=em dom ru lt http old urc ac ru cgi click cgi url=http em dom ru https dot wp pl redirn sn=facebook o2 t=1628334247 url=https em dom ru http adms hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=6685 zoneid=2040 cb=dfaf38fc52 oadest=http em dom ru https my icaew com security account logout returnurl=https em dom ru https www retrogames cz download dos php id=714 romfile=http em dom ru imgsize=512 https domain opendns com em dom ru https vdigger com downloader downloader php utm nooverride=1 site=em dom ru https board en drakensang com proxy php link=http em dom ru https www shareaholic com logout origin=http em dom ru https littlenugget onelink me 1071849834 pid=sponsorship c=bcbvip af dp=littlenugget af web dp=http em dom ru https show jspargo com attendeeacquisitiontool src tracking10click asp caller=attacqwidget widgetid=61 redirecturl=http em dom ru https odorun hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https dreamerdream hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https plantationfl adventistchurch org forwarder part1 url=https em dom ru http maheev perm ru bitrix rk php goto=http em dom ru https memo8 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https forum doctissimo fr inscription 1 html referer url=https em dom ru https cities bythenumbers sco ca gov embed barchart branch type=revenue current entity=org1 year=2020 child entity=org2 org1=yuba city sort field=total sort=desc is leaf=false human name=city sourceurl=https em dom ru type=content https m shopinportland com redirect aspx url=em dom ru https mana310 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https whois gandi net en results search=em dom ru https fetchyournews com revive www delivery ck php oaparams=2 bannerid=458 zoneid=43 cb=1931d27daa oadest=http em dom ru https www kh vids net proxy php link=http em dom ru https soundingames dei uc pt api php action=https em dom ru https dados ibict br pt pt api 1 util snippet api info html resource id=2ace6719 6b73 4285 b349 49dbbaa7de53 datastore root url=http em dom ru https ofsilvers hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https www skisprungschanzen com link php id=2 url=http em dom ru https forum winhost com proxy php link=http em dom ru https sekainoriron hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https forum reizastudios com proxy php link=http em dom ru https www emuparadise me logout php next=https em dom ru https kolflow univ nantes fr mediawiki api php action=https em dom ru https es catholic net ligas ligasframe phtml liga=https em dom ru http cds zju edu cn addons cms go index html url=https em dom ru https www freeseotoolbox net domain em dom ru update https forums2 battleon com f interceptor asp dest=em dom ru https semanticweb cs vu nl linkedatm browse list resource r=http em dom ru https toneto net redirect url=http em dom ru https tb getinvisiblehand com adredirect php url=https em dom ru https bnb easytravel com tw click aspx no=3835 class=1 item=1001 area=6 url=http em dom ru http esvc000236 wic027u server web com include reurl3 php adtype=hits table=1 gunid=30 url=em dom ru https wiki code4lib org index php title= em dom ru action=history printable=yes https track pubmatic com adserver addisplaytrackerservlet clickdata=jnb1yklkpte3ndewjnnpdgvjzd0xnzqxmszhzelkpteymtgyjmthzhnpemvpzd03jmnhbxbhawduswq9nji0mizjcmvhdgl2zulkptamywrtzxj2zxjjzd0yndm= url=https em dom ru https forums techarp com proxy php link=http em dom ru https adsfac net search asp url=http em dom ru https pram elmercurio com logout aspx applicationname=emol ssotargeturl=https em dom ru l=yes https babkim hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru https w1 websnadno cz index php menu1r=2 stiznost=true surl=em dom ru sreferer= https www oxfordpublish org url=em dom ru https 100day hatenadiary com iframe hatena bookmark comment canonical uri=https em dom ru https forums opera com outgoing url=http em dom ru https ipmba org url=http em dom ru https daccha hateblo jp iframe hatena bookmark comment canonical uri=http em dom ru http h1s goodgame ru del ck php ct=1 oaparams=2 bid=190 zid=26 cb=bc85c561c6 oadest=http em dom ru https participez nanterre fr link external url=https em dom ru https masaru323 hateblo jp iframe hatena bookmark comment canonical uri=https em dom ru https vote socialpsychology org index htm host2=em dom ru https english republiquelibre org index php title= em dom ru action=edit printable=yes https forums officialpsds com proxy php link=https em dom ru https nabchelny ru welcome blindversion normal callback=http em dom ru http www ub uni heidelberg de cgi bin edok dok=https em dom ru https www storeboard com profile show webpage profile asp url=http em dom ru https smart link 5bb788a3d5b83 site id=web nbcs philly creative id=nbcsphi1356 cp 4=em dom ru http help speciesfile org api php action=http em dom ru https optimize viglink com page pmv url=https em dom ru https adms3 hket com openxprod2 www delivery ck php ct=1 oaparams=2 bannerid=527 zoneid=667 cb=72cbf61f88 oadest=http em dom ru http kanten papa kir jp ranklink rl out cgi id=7200 url=http em dom ru https www oddworld com shop shop php store=em dom ru https www kidsemail org parent login php msg=a '),
(12813,'field:18',0,1,' https cclaurelton com contact '),
(12813,'field:19',0,1,' info cclaurelton com '),
(12813,'field:6',0,1,' jesussouro '),
(12813,'field:7',0,1,' c he m axkiri ll gmail com '),
(12813,'field:8',0,1,' google '),
(12813,'field:9',0,1,' general inquiry '),
(12813,'title',0,1,' 2026 01 21 03 21 58 '),
(12814,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12814,'field:18',0,1,' https ccspringbrook com contact '),
(12814,'field:19',0,1,' info ccspringbrook com '),
(12814,'field:6',0,1,' janice sanders '),
(12814,'field:7',0,1,' janices wearethevasource com '),
(12814,'field:8',0,1,' remote solutions team '),
(12814,'field:9',0,1,' media inquiry '),
(12814,'title',0,1,' 2026 01 21 03 22 18 '),
(12815,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12815,'field:18',0,1,' https cckressonview com contact '),
(12815,'field:19',0,1,' info cckressonview com '),
(12815,'field:6',0,1,' janice sanders '),
(12815,'field:7',0,1,' janices wearethevasource com '),
(12815,'field:8',0,1,' remote solutions team '),
(12815,'field:9',0,1,' media inquiry '),
(12815,'title',0,1,' 2026 01 21 03 23 15 '),
(12816,'field:10',0,1,' hi i just visited ccbrakeleypark com and wondered if youd ever thought about having an engaging video to explain or promote what you do our prices start from just $195 usd let me know if youre interested in seeing samples of our previous work regards joanna '),
(12816,'field:18',0,1,' https ccbrakeleypark com contact '),
(12816,'field:19',0,1,' info ccbrakeleypark com '),
(12816,'field:6',0,1,' joanna riggs '),
(12816,'field:7',0,1,' joannariggsvideo gmail com '),
(12816,'field:8',0,1,''),
(12816,'field:9',0,1,' careers '),
(12816,'title',0,1,' 2026 01 21 03 23 56 '),
(12817,'field:10',0,1,' love life tattoo 18 maze tattoo https maze tattoo catalog o oven cto otlicaet krasivyi tatu salon ot obycnogo https maze tattoo catalog c vy polucaete servis vysocaisego klassa ot pervoklassnyx ekspertov svoego napravleniia https maze tattoo catalog l lotos cto nuzno ctoby sdelat tatu v studii klassik tattoo 3000 18 '),
(12817,'field:18',0,1,' https ccregent com contact '),
(12817,'field:19',0,1,' info ccregent com '),
(12817,'field:6',0,1,' barrymal '),
(12817,'field:7',0,1,' prosavmobi1981 mail ru '),
(12817,'field:8',0,1,' google '),
(12817,'field:9',0,1,' general inquiry '),
(12817,'title',0,1,' 2026 01 21 03 25 19 '),
(12818,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12818,'field:18',0,1,' https ccbrakeleypark com contact '),
(12818,'field:19',0,1,' info ccbrakeleypark com '),
(12818,'field:6',0,1,' janice sanders '),
(12818,'field:7',0,1,' janices wearethevasource com '),
(12818,'field:8',0,1,' remote solutions team '),
(12818,'field:9',0,1,' media inquiry '),
(12818,'title',0,1,' 2026 01 21 03 26 25 '),
(12819,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12819,'field:18',0,1,' https completecareclark com contact '),
(12819,'field:19',0,1,' info completecareclark com '),
(12819,'field:6',0,1,' janice sanders '),
(12819,'field:7',0,1,' janices wearethevasource com '),
(12819,'field:8',0,1,' remote solutions team '),
(12819,'field:9',0,1,' media inquiry '),
(12819,'title',0,1,' 2026 01 21 03 26 32 '),
(12820,'field:10',0,1,' kucugury 76 otelei 399 otzyvov https rich house su gelendzik ul https rich house su restaurants dekabristov d https rich house su photos 15 https rich house su restaurants gelendzik ul https rich house su photos kolxoznaia 38 https rich house su contacts zavtrak wi fi https rich house su ot 3 500 rub https rich house su za nomer v sutki https rich house su services '),
(12820,'field:18',0,1,' http ccsevernapark com contact '),
(12820,'field:19',0,1,' info ccsevernapark com '),
(12820,'field:6',0,1,' geraldcok '),
(12820,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12820,'field:8',0,1,' google '),
(12820,'field:9',0,1,' general inquiry '),
(12820,'title',0,1,' 2026 01 21 03 27 23 '),
(12821,'field:10',0,1,' gelendzik zavtrak vkliucen https rich house su services gelendzik ul https rich house su contacts starsinova d https rich house su services 16 https rich house su about sirius 152 otelia v gelendzike est nemalo mest gde mozno ostanovitsia otdyxaiushhim a my pomozem vam vybrat i zabronirovat nomer v gostinice na tot period na kotoryi vy resili tuda poexat https rich house su about gelendzik oteli populiarnyi zapros ne tolko na prostorax interneta no i na nasem servise ved eto odin iz samyx vostrebovannyx morskix kurortov https rich house su restaurants a kak my znaem spros rozdaet predlozenie https rich house su about gostinicy pansionaty sanatorii gostevye doma i daze apartamenty na 101hotels https rich house su photos com kazdyi naidet variant po duse https rich house su photos zabronirovat nomer v gostinice gelendzika stanovitsia elementarnoi proceduroi ne trebuiushhei nikakix usilii https rich house su booking daze esli vy eshhe ne opredelilis gde imenno xotite ostanovitsia nasi specialisty pomogut soversit vybor https rich house su about besplatnaia otmena https rich house su booking bellagio https rich house su rooms '),
(12821,'field:18',0,1,' http ccsevernapark com contact '),
(12821,'field:19',0,1,' info ccsevernapark com '),
(12821,'field:6',0,1,' geraldcok '),
(12821,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12821,'field:8',0,1,' google '),
(12821,'field:9',0,1,' general inquiry '),
(12821,'title',0,1,' 2026 01 21 03 27 27 '),
(12822,'field:10',0,1,' gostinicy gelendzika riadom s nabereznaia gelendzika https rich house su photos 1 ball = 1 rubl https rich house su contacts bolsaia buxta gelendzika i blagopriiatnyi klimat privlekaiut turistov https rich house su v buxte voda progrevaetsia bystree a znacit cto more obycno ocen teploe https rich house su booking beregovaia liniia izvestna svoimi bolsimi razmerami a eto znacit cto mozno otlicno pozagorat pod teplymi lucami solnca https rich house su booking vas zdut progulki v les picundskoi sosny gde vdoxnete cisteisii vozdux i konecno ze prekrasnye vidy na gory markotxskogo xrebta https rich house su booking 897 https rich house su restaurants 6 m ot centra gelendzik https rich house su obieekt proveren https rich house su contacts 166 otzyvov https rich house su photos '),
(12822,'field:18',0,1,' http ccsevernapark com contact '),
(12822,'field:19',0,1,' info ccsevernapark com '),
(12822,'field:6',0,1,' geraldcok '),
(12822,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12822,'field:8',0,1,' google '),
(12822,'field:9',0,1,' general inquiry '),
(12822,'title',0,1,' 2026 01 21 03 28 07 '),
(12823,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12823,'field:18',0,1,' https ccharringtoncourt com contact '),
(12823,'field:19',0,1,' info ccharringtoncourt com '),
(12823,'field:6',0,1,' janice sanders '),
(12823,'field:7',0,1,' janices wearethevasource com '),
(12823,'field:8',0,1,' remote solutions team '),
(12823,'field:9',0,1,' media inquiry '),
(12823,'title',0,1,' 2026 01 21 03 29 15 '),
(12824,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12824,'field:18',0,1,' https ccgrotonregency com contact '),
(12824,'field:19',0,1,' info ccgrotonregency com '),
(12824,'field:6',0,1,' janice sanders '),
(12824,'field:7',0,1,' janices wearethevasource com '),
(12824,'field:8',0,1,' remote solutions team '),
(12824,'field:9',0,1,' media inquiry '),
(12824,'title',0,1,' 2026 01 21 03 30 02 '),
(12825,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12825,'field:18',0,1,' https cchagerstown com contact '),
(12825,'field:19',0,1,' info cchagerstown com '),
(12825,'field:6',0,1,' janice sanders '),
(12825,'field:7',0,1,' janices wearethevasource com '),
(12825,'field:8',0,1,' remote solutions team '),
(12825,'field:9',0,1,' media inquiry '),
(12825,'title',0,1,' 2026 01 21 03 30 40 '),
(12826,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12826,'field:18',0,1,' https ccfairlawnedge com contact '),
(12826,'field:19',0,1,' info ccfairlawnedge com '),
(12826,'field:6',0,1,' janice sanders '),
(12826,'field:7',0,1,' janices wearethevasource com '),
(12826,'field:8',0,1,' remote solutions team '),
(12826,'field:9',0,1,' media inquiry '),
(12826,'title',0,1,' 2026 01 21 03 32 43 '),
(12827,'field:10',0,1,' tury v kitai iz irkutska 2023 https akademy21 ru pliaznaia liniia https akademy21 ru modeliruuchimassaj cena na dvoix s vyletom iz irkutska kitaicy ocen liubiat bolsuiu gromkost oni mnogo kricat mnogo signaliat mnogo rugaiutsia https akademy21 ru eurocosmetic i ocen liubiat pet https akademy21 ru arhitektura brovei pet vezde i srazu kak tolko im zaxocetsia https akademy21 ru pervaya medicinskaya pomosh poiushhego kitaica mozno uvidet na ploshhadi goroda v avtobuse ili prosto na ulice https akademy21 ru trener naraschivanie volos imenno poetomu karaoke v kitae polzuetsia neveroiatnym sprosom i scitaetsia liubimym razvleceniem https akademy21 ru arhitektura brovei castye vstreci s poiushhimi na ulice kitaicami ocen podnimaiut nastroenie https akademy21 ru blog tpost xsuyxac6z1 preimuschestva obucheniya v kitae k sozaleniiu u nas net podxodiashhix turov dlia otobrazeniia https akademy21 ru narashivanie nogtey sdelat rannee bronirovanie https akademy21 ru lazernoe udalenie permanentnogo makiyazha '),
(12827,'field:18',0,1,' http ccoceangrove com contact '),
(12827,'field:19',0,1,' info ccoceangrove com '),
(12827,'field:6',0,1,' philiphax '),
(12827,'field:7',0,1,' halcheni1990 mail ru '),
(12827,'field:8',0,1,' google '),
(12827,'field:9',0,1,' general inquiry '),
(12827,'title',0,1,' 2026 01 21 03 33 12 '),
(12828,'field:10',0,1,' udobnaia vitrina dlia vasix tovarov ili uslug https proffseo ru kontakty sluzb iandeksa vebmaster spravocnik katalog karty market i dr https proffseo ru privacy tekstov saita seo nastroek i meta tegov kontaktnyx dannyx v t https proffseo ru prodvizhenie sajtov po moskve c https proffseo ru privacy udaliatsia regionalnye telefonnye nomera domena nazvaniia opisaniia i url adresov veb resursa otzyvov i kommentariev https proffseo ru prodvizhenie zarubezhnykh sajtov zashhita ot sankcii poiskovyx sistem https proffseo ru eshhe istorii uspexa https proffseo ru prodvizhenie sajtov po rf dlia klienta my polnostiu pererabotali stranicy kataloga dobavili udobnyi filtr i funkcional sortirovki sozdali dopolnitelnye stranicy s ucetom raspredeleniia castotnosti sokratili vremia zagruzki desktopnoi i mobilnoi versii saita https proffseo ru privacy cena 48 800 '),
(12828,'field:18',0,1,' http ccmonmouth com contact '),
(12828,'field:19',0,1,' info ccmonmouth com '),
(12828,'field:6',0,1,' buddyjen '),
(12828,'field:7',0,1,' dolnovam mail ru '),
(12828,'field:8',0,1,' google '),
(12828,'field:9',0,1,' general inquiry '),
(12828,'title',0,1,' 2026 01 21 03 33 23 '),
(12829,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12829,'field:18',0,1,' https completecarekhn com contact '),
(12829,'field:19',0,1,' info completecarekhn com '),
(12829,'field:6',0,1,' janice sanders '),
(12829,'field:7',0,1,' janices wearethevasource com '),
(12829,'field:8',0,1,' remote solutions team '),
(12829,'field:9',0,1,' media inquiry '),
(12829,'title',0,1,' 2026 01 21 03 33 31 '),
(12830,'field:10',0,1,' kriterii vybora https kupefurnitur ru v internet magazine 21 vek vy mozete kupit komplekt mebelnoi furnitury po vygodnoi cene v moskve s dostavkoi po rossii https kupefurnitur ru onas my zanimaemsia prodazei nedorogoi sovremennoi furnitury i kacestvennyx komplektuiushhix dlia mebelnyx garniturov skafov stulev optom i v roznicu https kupefurnitur ru onas v nasem kataloge vsegda sirokii vybor krepeznyx detalei desevyx aksessuarov i zapcastei dlia korpusnoi i drugoi mebeli https kupefurnitur ru contact dlia postoiannyx klientov predusmotrena sistema skidok https kupefurnitur ru uznat bolse o predlagaemyx tovarax i uslugax mozno po telefonam kompanii ukazannym na saite ili po e mail info td21vek https kupefurnitur ru contact ru https kupefurnitur ru catalog optovye postavki https kupefurnitur ru onas pokazat eshhe https kupefurnitur ru onas poslednii punkt osobenno vazen dlia zamkovyx sistem zashhelok i opor https kupefurnitur ru catalog te ze zamki mogut osnashhatsia sistemoi elektronnogo dostupa esli naprimer rec idet o skafe s vstroennym seifom https kupefurnitur ru contact opory mebeli neredko reguliruiutsia po vysote https kupefurnitur ru onas '),
(12830,'field:18',0,1,' https ccwestfield com contact '),
(12830,'field:19',0,1,' info ccwestfield com '),
(12830,'field:6',0,1,' ronaldlal '),
(12830,'field:7',0,1,' konstantinrovini mail ru '),
(12830,'field:8',0,1,' google '),
(12830,'field:9',0,1,' general inquiry '),
(12830,'title',0,1,' 2026 01 21 03 33 39 '),
(12831,'field:10',0,1,' pokupatel znaet cto elitnaia dizainerskaia mebel eto produkciia bezuslovnogo stilia i kacestva https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 20 html dizainerskaia mebel klassa izgotavlivaetsia iz kacestvennyx materialov na oborudovanii vysokoi tocnosti i kacestva i imeet nebolsoe cislo kopii https www legnostyle ru catalog mebel garderobnaa model scg 39 html eto vazno mebel v massovom kolicestve izgotovlennaia na zavode mozet nazyvatsia dorogoi mebeliu vysokogo kacestva no ne byt pri etom elitnoi https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s8 html u elitnoi dizainerskoi mebeli bolsoi garantiinyi srok https www legnostyle ru catalog lestnici lestnica l1 7 html internet magazin raspolagaet vesma sirokim assortimentom tak cto u pokupatelia est bolsoi vybor https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a24 html pri etom ne obiazatelno scitat cto predmety interera budut ocen dorogimi eto ne tak https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p14 html na samom dele v kataloge mozno vybrat veshh liuboi napravlennosti i v opredelennoi cenovoi kategorii https www legnostyle ru catalog mebel iz duba pagen 1=17 konecno sovsem desevyx veshhei tam ne budet no akcii i rasprodazi sdelaiut pokupku bolee vygodnoi bud to kuxonnyi garnitur ili ofisnyi divan https www legnostyle ru catalog mebel pagen 1=4 miagkaia mebel pridaet uiut domu https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e9 html miagkoe kreslo v kotoroe xocetsia zabratsia s caskoi goriacego caia i divan na kotorom udobno povaliatsia posle rabocego dnia https www legnostyle ru catalog mejkomnatnie dveri model i20 html vybiraia miagkuiu mebel my budto vybiraem sebe druga tak cto zdes nuzno podxodit k pokupke osobenno serezno https www legnostyle ru catalog inter eri peregorodki a3 html nuzno opredelit dlia kakix celei vy vybiraete miagkuiu mebel iz cego ona dolzna byt sdelana https www legnostyle ru catalog mebel tualetnii stolik model s 6 html osoboe vnimanie nado udelit garantii na mebel https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=4 obycno srok ekspluatacii miagkoi mebeli sostavliaet 15 let https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 5 html vazno opredelitsia s proizvoditelem https www legnostyle ru catalog kuhni kuhna 19 html miagkaia mebel iz kitaia imeet riad preimushhestv seicas rynok predlagaet sirokii vybor proizvoditelia pocti liuboi strany no sredi etogo mnogoobraziia vy dolzny sdelat optimalnyi vybor cena kacestvo https www legnostyle ru catalog mebel scg 14 html esli dlia vas vazno evropeiskoe kacestvo v socetanii s demokraticnoi cenoi stoit sdelat vybor v polzu kitaiskogo proizvoditelia https www legnostyle ru catalog mejkomnatnie dveri pagen 1=3 miagkaia mebel iz kitaia stremitelno zavoevyvaet rossiiskii rynok https www legnostyle ru catalog kuhni kuhna 18 html cto ze takogo mozet predlozit nam kitaiskaia mebel kitaiskie specialisty rabotaiut tocno po certezam italianskix firm cto vyxodit sushhestvenno desevle cem rabota italianskix specialistov v etoi oblasti https www legnostyle ru catalog inter eri potolki pt 3 html nizkaia cena zacastuiu igraet resaiushhuiu rol za te ze dengi vy polucaete mebel lucsego kacestva https www legnostyle ru catalog inter eri stenovie paneli s35 html da i zacem tratit dengi gde to pereplacivaia posrednikami https www legnostyle ru catalog mejkomnatnie dveri ottimo pagen 1=3 kogda mozno dogovoritsia s zavodom na priamuiu takuiu vozmoznost predostavliaet nasa firma https www legnostyle ru catalog inter eri pagen 1=12 dostatocno zakazat mebelnyi tur v kitai i vy okunetes v mnogoobrazie vybora miagkoi mebeli vpecatliaiushhii assortiment s samym sirokim cenovym diapazonom predlozat vam kitaiskie firmy https www legnostyle ru derevo v interiere html ne stoit zabyvat i o tom cto mebel v kitae proizvodiat iz xorosix ekologiceski cistyx materialov https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=4 odnako samaia oshhutimaia vygoda eto pokupka kitaiskoi miagkoi mebeli optom https www legnostyle ru catalog mejkomnatnie dveri arka a9 html proizvoditeli zainteresovany v bystrom tovarooborote poetomu casto predlagaiut skidki oxotno torguiutsia i idut na ustupki https www legnostyle ru catalog inter eri pt 19 html izgotovlenie i montaz ekskliuzivnyx individualnyx zakazov v sotrudnicestve s riadom dizain biuro individualnymi dizainerami i arxitektorami nas konek https www legnostyle ru catalog lestnici elitnye lestnica l1 18 html krome togo mebel ot lidiruiushhix proizvoditelei otlicaetsia dopolnitelnoi otdelkoi s primeneniem naturalnogo susalnogo zolota 24k https www legnostyle ru catalog mebel kb 4 html estetiku vnesnego vida v osnovnom zadaiut iziashhnye elementy xarakternye dlia francuzskogo i italianskogo stilia https www legnostyle ru catalog mejkomnatnie dveri model p37 html ne stoit zabyvat o tom cto na elitnoi kuxne dolzna raspolagatsia elitnaia santexnika https www legnostyle ru catalog lestnici elitnye lestnica l8 5 html no kakoi by dorogoi i kacestvennoi ona ne byla truby vsegda staraiutsia skryt tak kak oni nikoim obrazom ne mogut byt vpisany v interer pomeshheniia esli tolko vy ne vybrali v kacestve stilia stimpank https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d19 html '),
(12831,'field:18',0,1,' https ccshrewsbury com contact '),
(12831,'field:19',0,1,' info ccshrewsbury com '),
(12831,'field:6',0,1,' davidbug '),
(12831,'field:7',0,1,' tacusol 6816 mail ru '),
(12831,'field:8',0,1,' google '),
(12831,'field:9',0,1,' general inquiry '),
(12831,'title',0,1,' 2026 01 21 03 34 04 '),
(12832,'field:10',0,1,' mebel iz italii vo vse vremena scitalas roskosiu dostoinoi izbrannyx ee mozno bylo uvidet tolko v salonax znatnyx osob https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=15 italianskaia mebel eto kropotlivaia rabota masterov i xudoznikov lombardii toskany i venecii pokoleniia kotoryx sozdavali davnie xudozestvenno remeslennye tradicii https www legnostyle ru catalog inter eri stenovie paneli s30 html sovremennye mebelnye brendy italii izvestnye daleko za predelami strany iavliaiutsia castiu italianskoi promyslennoi istorii ix korni uxodiat v starinnye semeinye predpriiatiia xix veka https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=3 znamenita svoim izyskannym dizainom prakticnostiu i funkcionalnostiu https www legnostyle ru catalog mejkomnatnie dveri a 13 html italianskaia mebelnaia industriia zanimaet lidiruiushhie mesta v mirovom mebelnom dizaine i proizvodstve https www legnostyle ru proizvodstvo dveri iz dereva mejkomnatnie pagen 1=8 odnako segodnia mebel iz italii stanovitsia vse bolee dostupnoi potrebiteliu https www legnostyle ru catalog mejkomnatnie dveri model i15 html v podnebesnoi vypuskaiut samuiu raznoobraznuiu produkciiu kompiutery bytovuiu texniku avtomobili odezdu i t https www legnostyle ru catalog lestnici lestnica l1 4 html d https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=15 eta produkciia vyvoditsia na mezdunarodnyi rynok i obladaet xorosim sprosom https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a10 html no kompaniia zabotitsia o svoix klientax poetomu predlagaet kacestvennuiu nemeckuiu mebel ot lucsix proizvoditelei https www legnostyle ru catalog mejkomnatnie dveri ottimo mejkomnatnaa dver o2 html u nas sirokii assortiment produkcii https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=14 v kataloge vy naidete bolsoe raznoobrazie korpusnoi i miagkoi mebeli kotoraia obladaet otlicnymi ekspluatacionnymi xarakteristikami https www legnostyle ru catalog inter eri stenovie paneli s16 html po zelaniiu zakazcika my besplatno mozem vyvezti i utilizirovat ego staruiu kuxniu tak cto besporiadka pri zamene i ustanovke novoi kuxni ne budet eto my berem na sebia texnologii izgotovleniia mebeli ottocennye na protiazenii mnogix stoletii do six por polzuiutsia zasluzennoi populiarnostiu ne tolko vo dvorcax ili osobniakax zapadnoi evropy no i v domax mirovyx pravitelei preuspevaiushhix biznesmenov i predstavitelei tvorceskoi elity https www legnostyle ru catalog mejkomnatnie dveri nestandarnye razdvijnaa dver rd 12 html opiraias na mnogovekovoi opyt italianskie mastera sozdaiut sovremennye proizvedeniia iskusstva predlagaia i otnositelno dostupnye reseniia i elitnuiu mebel rasscitannuiu na pokupatelei s ocen vysokim urovnem dostatka https www legnostyle ru catalog mebel garderobnie gp 15 html kuxni iz massiva dereva eto klassika zanra no biudzetnym takoi variant ne nazoves https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o21 html imenno derevo lucse vsego podxodit dlia kuxonnogo garnitura v klassiceskom stile dlia liudei s samym utoncennym vkusom https www legnostyle ru catalog lestnici elitnye lestnica l8 13 html '),
(12832,'field:18',0,1,' https ccshrewsbury com contact '),
(12832,'field:19',0,1,' info ccshrewsbury com '),
(12832,'field:6',0,1,' davidbug '),
(12832,'field:7',0,1,' tacusol 6816 mail ru '),
(12832,'field:8',0,1,' google '),
(12832,'field:9',0,1,' general inquiry '),
(12832,'title',0,1,' 2026 01 21 03 34 04 '),
(12833,'field:10',0,1,' opt 1 89 https kupefurnitur ru catalog 50r https kupefurnitur ru contact kompaniia rosaks predlagaet bolsoi vybor mebelnoi furnitury po samym vygodnym cenam https kupefurnitur ru onas nasi katalogi pomogut vam podobrat furnituru daze dlia samyx izyskannyx i ekskliuzivnyx izdelii https kupefurnitur ru catalog dostavka v predelax mkad dlia optovyx zakazov svyse 40000 rublei besplatnaia pri dostavke za mkad do 5 km minimalnaia summa zakaza dlia besplatnoi dostavki dolzna byt 50000 rublei https kupefurnitur ru klei rasplav dlia kromki klei dlia miagkoi mebeli i porolona https kupefurnitur ru price na oficialnom saite rosaks group mebelnaia furnitura dlia kuxni predstavlena v sirokom assortimente https kupefurnitur ru contact vy mozete priobresti sleduiushhie komplektuiushhie i aksessuary dlia mebeli '),
(12833,'field:18',0,1,' https ccatgreenacres com contact '),
(12833,'field:19',0,1,' info ccatgreenacres com '),
(12833,'field:6',0,1,' ronaldacada '),
(12833,'field:7',0,1,' konstantinrovini mail ru '),
(12833,'field:8',0,1,' google '),
(12833,'field:9',0,1,' general inquiry '),
(12833,'title',0,1,' 2026 01 21 03 35 06 '),
(12834,'field:10',0,1,' pogruzit i perevezti legendarnuiu garmosku mnogim kazalos zadacei nevypolnimoi takelaz sopriazen s pogruzocno razgruzocnymi operaciiami i transportirovkoi krupnogabaritnyx ili ocen tiazelyx gruzov a takze montaznymi rabotami https drogal ru glossary materialnii potok vvidu bolsogo vesa i gromozdkosti gruzov prixoditsia ispolzovat gruzopodieemnye mexanizmy i gruzozaxvatnye ustroistva https drogal ru glossary benchmarking 6 takelaznikov 4 stropalshhika https drogal ru glossary gruz liubaia cislennost gruzcikov https drogal ru glossary gruzovoi konteiner dannyi process vo mnogom zavisit ot gabaritov oborudovaniia i naliciia u nego sieemnyx castei no etapy takelaza prakticeski ne meniaiutsia planirovanie razrabotka plana perevozki poriadka provedeniia rabot opredelenie ispolzuemoi texniki i osnastki vozmozen besplatnyi vyezd specialista dlia osmotra obieekta i utocneniia cen na uslugi podgotovka k takelaznym rabotam podgon texniki i dostavka personala uborka territorii vokrug gruza demontaz sieemnyx castei upakovka gruza takelaznye raboty ispolzovanie osnastki dlia vypolneniia rabot po peremeshheniiu pogruzke razgruzke montazu ili demontazu gruza https drogal ru uslugi hranenie naprimer 7 495 255 59 59 https drogal ru portfolio items takelazh promishlennogo oborudovaniya v tule '),
(12834,'field:18',0,1,' https ccinglemoor com contact '),
(12834,'field:19',0,1,' info ccinglemoor com '),
(12834,'field:6',0,1,' robertson '),
(12834,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(12834,'field:8',0,1,' google '),
(12834,'field:9',0,1,' general inquiry '),
(12834,'title',0,1,' 2026 01 21 03 36 02 '),
(12835,'field:10',0,1,' nalicie na skladevse populiarnye modeli oborudovaniia v nalicii na sklade https www legnostyle ru catalog kuhni kuhna 3 html vam ne pridetsia zdat 7 10 dnei poka ne privezut oborudovanie https www legnostyle ru catalog mebel derevyannye stoly stol model s 13 html prixodite k nam pokupaite i srazu zabiraite https www legnostyle ru catalog lestnici elitnye lestnica l8 5 html v slucae otsutstviia kakogo libo oborudovaniia vam dostaviat ego s regionalnyx skladov nasix partnerov ot 1 2x dnei do 5 7 rabocix dnei v zavisimosti ot vybrannogo tipa dostavki ot avia do zd https www legnostyle ru catalog mebel iz duba pagen 1=5 fabrika izvestnaia iskliucitelno novatorskim podxodom v italianskom dizaine https www legnostyle ru catalog lestnici elitnye lestnica l1 1 html predlagaet ogromnoe kolicestvo resenii https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=4 predpocitaet ispolzovat tolko samye vysokotexnologicnye i naturalnye materialy https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaya dver d3 html produkciia otlicaetsia neizmennym kacestvom i peredovym sovremennym dizainom https www legnostyle ru catalog mejkomnatnie dveri perfetto model p12 html sredi predlozenii iompanii otlicno vpisetsia v liuboi interer https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a14 html ogromnyi vybor mebeli dlia gostinic barov i biliardnyx mogut zainteresovat takze professionalov https www legnostyle ru catalog mejkomnatnie dveri pagen 1=13 interer dolzen byt esteticeski privlekatelnym ne tolko v spalnoi komnate ili v gostinoi no i na kuxne https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p10 html roskos kuxonnogo interera dostigaetsia ne tolko ispolzovaniem sovremennoi bytovoi texniki no i dorogix otdelocnyx materialov https www legnostyle ru catalog mejkomnatnie dveri krome togo mebel ot lidiruiushhix proizvoditelei otlicaetsia dopolnitelnoi otdelkoi s primeneniem naturalnogo susalnogo zolota 24k https www legnostyle ru catalog inter eri peregorodki a 38 html estetiku vnesnego vida v osnovnom zadaiut iziashhnye elementy xarakternye dlia francuzskogo i italianskogo stilia https www legnostyle ru catalog mebel gostinnie g 7 html sovremennaia zizn diktuet nam takie usloviia cto pokupaia prestiznoe elitnoe zile kotoroe smotritsia dorogim i vosxititelnym snaruzi my dolzny pozabotitsia i ob ego uiutnoi obstanovke vnutri https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a 38 html to kak budet vygliadet nasa komfortabelnaia kvartira vnutri zavisit polnostiu ot nasego vkusa https www legnostyle ru catalog lestnici elitnye lestnica l8 1 html i konecno iziuminkoi v liuboi obstanovke kvartiry iavliaetsia kacestvennaia i nadeznaia elitnaia mebel https www legnostyle ru catalog mebel shkafy sekcii gorki scg 42 html '),
(12835,'field:18',0,1,' https ccmeriden com contact '),
(12835,'field:19',0,1,' info ccmeriden com '),
(12835,'field:6',0,1,' davidevirm '),
(12835,'field:7',0,1,' tacusol 6816 mail ru '),
(12835,'field:8',0,1,' google '),
(12835,'field:9',0,1,' general inquiry '),
(12835,'title',0,1,' 2026 01 21 03 36 53 '),
(12836,'field:10',0,1,' neobycnost i uznavaemost stilia dostigaetsia za scet unikalnogo soedineniia gibkosti i osobennogo principa raboty s novymi materialami i cennymi porodami dereva https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model e31 html podxod k dizainu stroitsia na obieedinenii masterstva stilia postoiannyx issledovanii i kreativnosti https www legnostyle ru catalog mejkomnatnie dveri arka a24 html pokupateliam italianskoi mebeli ot kompanii vsegda svoevremenno osushhestvliaetsia dostavka zakaza iz assortimenta imeiushhegosia na sklade ili predstavlennogo v demonstracionnom zale https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 17 html tshhatelnoe provedenie predprodaznoi podgotovki garantiruet polnuiu komplektaciiu i vysokoe kacestvo mebeli https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e13 html konecno pokupat nemeckuiu kuxniu v spb dorogo no eto opravdannye traty poskolku rossiiskix analogov ne sushhestvuet i dorogie kuxni na zakaz ostaiutsia vse takze vostrebovany https www legnostyle ru catalog mebel d1 16 html v sankt peterburge moskve i drugix gorodax liudi vybiraiut mebel premium urovnia dlia samogo vaznogo pomeshheniia v dome i kuxni germanii otlicnyi vybor istoriceski slozilos cto v kitae nikogda ranee ne upotrebliali takie alkogolnye napitki kak koniaki nalivki likery vinogradnye vina sampanskoe https www legnostyle ru catalog mebel komod model kts 25 html v tecenie vsei istorii zdes bylo oznakomivsis s predstavlennym na saite materialom zakazat vybrannuiu mebel mozno v salonax kompanii gde professionalnye dizainery konsultanty predostaviat podrobnuiu informaciiu obo vsex interesuiushhix vas izdeliiax i pomogut resit samye nestandartnye zadaci po oformleniiu interera https www legnostyle ru catalog mejkomnatnie dveri nestandarnye razdvijnaa dver rd 4 html vot zdes vy smozete naiti elitnuiu mebel po dostupnoi cene https www legnostyle ru catalog inter eri potolki potolok model pt 4 html ispolzovanie kacestvennyx materialov garantiruet dlitelnyi ekspluatacionnyi period pri korrektnom ispolzovanii https www legnostyle ru uglovoi stol html '),
(12836,'field:18',0,1,' https cchyattsville com contact '),
(12836,'field:19',0,1,' info cchyattsville com '),
(12836,'field:6',0,1,' daviddix '),
(12836,'field:7',0,1,' tacusol 6816 mail ru '),
(12836,'field:8',0,1,' google '),
(12836,'field:9',0,1,' general inquiry '),
(12836,'title',0,1,' 2026 01 21 03 38 22 '),
(12837,'field:10',0,1,' astron eto 30 let ekspertizy v proektirovanii proizvodstve i stroitelstve bystrovozvodimyx zdanii iz stalnyx metallokonstrukcii na rynkax rossii i stran sng https mobelmetall ru poroshkovaya pokraska dubna specialisty szmk postoianno ucastvuiut v mezdunarodnyx vystavkax i simpoziumax po vsei rossii i za rubezom s celiu znakomstva i vnedreniia u sebia na predpriiatii peredovyx texnologii v otrasli https mobelmetall ru questions dostavka metallokonstrukcii osushhestvliaetsia s pomoshhiu gruzovogo transporta vkliucaia bolsie avtomobili s platformami prednaznacennye dlia perevozki tiazelyx i gabaritnyx konstrukcii https mobelmetall ru lazernaya rezka dubna takze vozmozno ispolzovanie zeleznodoroznogo i vodnogo transporta https mobelmetall ru contacts sbornye metallokonstrukcii eto konstrukcii kotorye izgotavlivaiutsia na zavode i sobiraiutsia na stroitelnom obieekte https mobelmetall ru contacts oni mogut vkliucat v sebia elementy karkasov perekrytii kolonn sten i drugix castei zdanii i sooruzenii https mobelmetall ru lazernaya rezka dubna sibirskii zavod metalliceskix konstrukcii https mobelmetall ru adres 454080 celiabinskaia oblast gorod celiabinsk ternopolskaia ulica dom 6 etaz 6 pomeshhenie 107 adres mestonaxozdeniia proizvodstva 454080 celiabinskaia oblast poselok zauralskii ul https mobelmetall ru policy truda d https mobelmetall ru lazernaya rezka dubna 1a telefon 7 351 210 00 10 el https mobelmetall ru ourproduction pocta info gp https mobelmetall ru blog poroshkovaya pokraska dubna com sait gp https mobelmetall ru policy com https mobelmetall ru lazernaya svarka dubna ru direktor glinskix dmitrii iurevic 17 '),
(12837,'field:18',0,1,' https completecareheritage com contact '),
(12837,'field:19',0,1,' info completecareheritage com '),
(12837,'field:6',0,1,' shermanavape '),
(12837,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12837,'field:8',0,1,' google '),
(12837,'field:9',0,1,' general inquiry '),
(12837,'title',0,1,' 2026 01 21 03 38 38 '),
(12838,'field:10',0,1,' bliny s vetcinoi i syrom 210 upak https dostafka obedi ru 3st kakim standartam sootvetstvuet nase proizvodstvo voda kartofel luk repcatyi morkov bulgur perec cernyi molotyi sol perec bolgarskii bulyon ovoshhnoi kubik obshhii ves 300 g https dostafka obedi ru type menu pervye blyuda igor https dostafka obedi ru type menu goryachie blyuda salat cezar vilka lozka noz salfetka https dostafka obedi ru reviews '),
(12838,'field:18',0,1,' https ccinglemoor com contact '),
(12838,'field:19',0,1,' info ccinglemoor com '),
(12838,'field:6',0,1,' edwinlicky '),
(12838,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(12838,'field:8',0,1,' google '),
(12838,'field:9',0,1,' general inquiry '),
(12838,'title',0,1,' 2026 01 21 03 39 49 '),
(12839,'field:10',0,1,' v 2019 godu uslugami kompanii biblio globus vospolzovalis 3 584 389 celovek https akademy21 ru trener resnycy nacionalnaia valiuta https akademy21 ru blog tpost cajvp72vm1 europass vash propusk dlya raboti za gra nuzna pomoshh v vybore tura stolica knr politiceskii kulturnyi centr podrobnee o pekine https akademy21 ru contacts petropavlovsk lucsim pliaznym kurortom strany scitaetsia ostrov xainan eto nastoiashhii rai dlia liubitelei aktivnogo otdyxa i otdyxa v sezlongax https akademy21 ru apparatniy pedecur populiarnymi pliaznymi kurortami takze iavliaiutsia dalian cindao i baidaxe https akademy21 ru pereatestacia dlia zaniatii gornolyznym sportom v kitae bolsinstvo liubitelei aktivnogo otdyxa vybiraet kurort iabuli kotoryi slavitsia svoimi velikolepnymi trassami i xorosim obsluzivaniem https akademy21 ru courses trener cena na dvoix s vyletom iz irkutska '),
(12839,'field:18',0,1,' http completecarehillside com contact '),
(12839,'field:19',0,1,' info completecarehillside com '),
(12839,'field:6',0,1,' philipquaph '),
(12839,'field:7',0,1,' halcheni1990 mail ru '),
(12839,'field:8',0,1,' google '),
(12839,'field:9',0,1,' general inquiry '),
(12839,'title',0,1,' 2026 01 21 03 39 50 '),
(12840,'field:10',0,1,' ekskliuzivnost https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d17 html kazdyi zakaz dizainery proektiruiut individualno poetomu risk uvidet tot ze samyi interer stremitsia k nuliu https www legnostyle ru catalog mejkomnatnie dveri pagen 1=16 dizainer elitnoi mebeli ne prosto sozdaet novuiu formu on podbiraet dlia nee material i furnituru dovodia model do soversenstva https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=20 restavraciia vypolniaetsia opytnymi masterami na professionalnom urovne https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=3 pozvonite po nasemu telefonu priamo seicas ctoby priglasit specialista na dom ili v ofis my vernem vasi izdeliia k zizni bystro akkuratno i kacestvenno v etom plane est gde razguliatsia https www legnostyle ru catalog mejkomnatnie dveri razdvijnaa dver rd 2 html konecno mozno priobresti mebel iz naturalnogo dereva https www legnostyle ru catalog mejkomnatnie dveri ottimo model o3 html odnako eto ne tak uz i desevo esli zakazyvat u professionalov https www legnostyle ru catalog lestnici derevannie vintovie lestnici lestnica l4 6 html mozno postupit bolee xitro https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e5 html evropeiskie dizainery otlicno ponimaiut cto mebel dolzna predstavliat soboi ne tolko proizvedenie iskusstva no i prakticnye predmety bytovoi obstanovki delaiushhie zizn bolee komfortnoi https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e23 html kitai planiruet nacat kommerceskoe prodvizenie texnologii vozvrashhaemyx sputnikov https www legnostyle ru catalog mejkomnatnie dveri d peregorodki arka a14 html zakazciki mogut kupit takie kosmiceskie apparaty v 2019 2020 godax https www legnostyle ru proizvodstvo dveri iz dereva mejkomnatnie pagen 1=14 kitai s 1975 goda smog uspesno vernut iz kosmosa bolee dvadcati sputnikov https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=16 kitaicy uvereny cto texnologiia sviazannaia s takimi kosmiceskimi apparatam uze dokazala svoiu nadeznost https www legnostyle ru catalog mebel kabinety pagen 1=2 '),
(12840,'field:18',0,1,' https ccbayshore com contact '),
(12840,'field:19',0,1,' info ccbayshore com '),
(12840,'field:6',0,1,' davidhom '),
(12840,'field:7',0,1,' tacusol 6816 mail ru '),
(12840,'field:8',0,1,' google '),
(12840,'field:9',0,1,' general inquiry '),
(12840,'title',0,1,' 2026 01 21 03 40 41 '),
(12841,'field:10',0,1,' vy smozete zamenit tip tkani vybrat material interesuiushhei cvetovoi gammy uvelicit razmer spinki izmenit kolicestvo sostavnyx elementov https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaya dver d38 html otrestavrirovannye miagkoe kreslo kusetka stulia divan snova budut radovat vzgliad i sluzit izyskannym ukraseniem interera https www legnostyle ru catalog inter eri peregorodki a 40 html sovremennaia zizn diktuet nam takie usloviia cto pokupaia prestiznoe elitnoe zile kotoroe smotritsia dorogim i vosxititelnym snaruzi my dolzny pozabotitsia i ob ego uiutnoi obstanovke vnutri https www legnostyle ru catalog mebel mebel dla domasnei biblioteki b 11 html to kak budet vygliadet nasa komfortabelnaia kvartira vnutri zavisit polnostiu ot nasego vkusa https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a3 html i konecno iziuminkoi v liuboi obstanovke kvartiry iavliaetsia kacestvennaia i nadeznaia elitnaia mebel https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e9 html izgotovlenie i montaz ekskliuzivnyx individualnyx zakazov v sotrudnicestve s riadom dizain biuro individualnymi dizainerami i arxitektorami nas konek https www legnostyle ru proizvodstvo dveri iz dereva mejkomnatnie pagen 1=20 kitaiskie tovary dlitelnoe vremia associirovalis u nasix sograzdan s ploxim kacestvom i sledovatelno nevysokoi cenoi https www legnostyle ru mezhkomnatnye dveri garmoshka html odnako v poslednee vremia mnogoe izmenilos i mozno smelo govorit cto v kitae proizvodiat vysokokacestvennye i otlicnye tovary https www legnostyle ru catalog mejkomnatnie dveri d peregorodki peregorodka model a9 html mebelnaia industriia zarodilas v kitae otnositelno nedavno https www legnostyle ru catalog mebel derevyannye stoly stol model s 14 html no v nasi dni dostigla globalnyx oborotov i postoianno razvivaetsia v ekonomiceskom i texnologiceskom napravlenii https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a 28 html kliucevoe napravlenie deiatelnosti kitaiskix proizvoditelei eto vysokokacestvennye kopii izvestnyx italianskix angliiskix ispanskix amerikanskix i drugix marok https www legnostyle ru catalog kuhni kuhna 21 html podavliaiushhee bolsinstvo mebelnyx fabrik sosredotoceno v provinciiax sanxai i guandong https www legnostyle ru lestnicy iz duba html kitaiskaia mebel populiarnyx brendov v sirocaisem assortimente predstavlena v ogromnyx torgovyx centrax https www legnostyle ru catalog mejkomnatnie dveri model i15 html kitaiskuiu mebel dlia doma i ofisa dlia raboty i otdyxa vy mozete posmotret i kupit na mnogocislennyx vystavkax https www legnostyle ru catalog lestnici pagen 1=4 stroiatsia novye ekspocentry s razvetvlennoi infrastrukturoi https www legnostyle ru proizvodstvo lestneycy pagen 1=3 mebelnaia produkciia udovletvoriaet sovremennym trebovaniiam nadeznosti i bezopasnosti https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami eskizy znamenityx evropeiskix brendov sluzat obrazcom dlia dizaina kitaiskoi mebeli https www legnostyle ru catalog mejkomnatnie dveri ottimo model o1 html neredko kitaiskie fabriki proizvodiat produkciiu vmeste s zarubeznymi investorami ispolzuia sovmestnye oborudovanie i texnologii https www legnostyle ru catalog kuhni kuhna 3 html v proizvodstve mebeli primeniaiutsia tradicionnye materialy steklo derevo metall https www legnostyle ru dubovye dveri html pagen 2=6 po povodu kacestva mebeli kitaiskie proizvoditeli ponimaiut k cemu stremitsia https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d19 html kitaiskaia poslovica govorit https www legnostyle ru mezhkomnatnye dveri so steklom html segodnia kitaiskogo proizvodstva sootvetstvuet sovremennym tendenciiam mezdunarodnoi mebelnoi mody i urovniu evropeiskogo kacestva https www legnostyle ru catalog inter eri a 40 html no samym znacitelnym pliusom vse ze iavliaetsia cena https www legnostyle ru catalog mejkomnatnie dveri model i32 html raznica v cene kitaiskoi i evropeiskoi mebeli inoi raz razlicaetsia bolee cem v 20 raz https www legnostyle ru catalog dveri i pri etom iavliaetsia tocnoi kopiei populiarnyx brendov https www legnostyle ru catalog inter eri s39 html nebolsaia cena elitnoi mebeli kitaia vyzvala uvelicenie sprosa na etu kategoriiu tovarov so storony mebelnyx magazinov biznesmenov i obyknovennyx potrebitelei https www legnostyle ru neobychnye eksklyuzivnye dizainerskie reznye dekorativnye lestnicy html mozno uverenno govorit cto kitaiskaia mebel mozet byt xorosei vysokokacestvennoi roskosnoi https www legnostyle ru catalog mebel garderobnaa model gp 8 html vygodnaia pokupka eto dostoinoe sootnosenie ceny i kacestva https www legnostyle ru catalog dveri pagen 1=19 dostupen sirokii assortiment i lis vam vybirat cto iz elitnyx modelei vy zelali by videt v svoem dome https www legnostyle ru catalog inter eri stenovie paneli s21 html mebel iz germanii slavitsia na ves mir svoimi izyskannymi formami iznosostoikostiu i procnostiu https www legnostyle ru catalog inter eri pt 31 html tak cto esli xotite sdelat svoe zile bolee funkcionalnym i ergonomicnym obrashhaites v nasu kompaniiu my pomozem vam vybrat podxodiashhii variant garnitura pod vas interer https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 1 html ctoby dizainer sostavil pravilnyi proekt soobshhite zelaemoe kolicestvo iashhikov skafcikov dverok polok priblizitelnye ili tocnye razmery izdeliia vysota sirina glubina cvetovuiu gammu v kotoroi oformlena komnata gde budet raspolagatsia garnitur https www legnostyle ru catalog kuhni kuhna 22 html proekt budet sostavlen s ucetom vsex vasix pozelanii https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=5 my sdelaem vse ctoby gotovaia produkciia polnostiu sootvetstvovala ozidaniiam klienta https www legnostyle ru catalog lestnici lestnica l8 9 d html '),
(12841,'field:18',0,1,' https ccbayshore com contact '),
(12841,'field:19',0,1,' info ccbayshore com '),
(12841,'field:6',0,1,' davidhom '),
(12841,'field:7',0,1,' tacusol 6816 mail ru '),
(12841,'field:8',0,1,' google '),
(12841,'field:9',0,1,' general inquiry '),
(12841,'title',0,1,' 2026 01 21 03 40 41 '),
(12842,'field:10',0,1,' sovremennaia zizn diktuet nam takie usloviia cto pokupaia prestiznoe elitnoe zile kotoroe smotritsia dorogim i vosxititelnym snaruzi my dolzny pozabotitsia i ob ego uiutnoi obstanovke vnutri https www legnostyle ru catalog mejkomnatnie dveri razdvizhnye dveri razdvijnaa dver rd 10 html to kak budet vygliadet nasa komfortabelnaia kvartira vnutri zavisit polnostiu ot nasego vkusa https www legnostyle ru catalog mebel stol model s 13 html i konecno iziuminkoi v liuboi obstanovke kvartiry iavliaetsia kacestvennaia i nadeznaia elitnaia mebel https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=18 nastoiatelno rekomenduetsia zakazyvat razrabotku kuxonnogo garnitura iskliucitelno pod vasu kuxniu https www legnostyle ru catalog inter eri s31 html v etom slucae udastsia maksimalno effektivno vpisat bytovuiu texniku v fasad garnitura https www legnostyle ru catalog mebel stol model s 11 html sovremennye tendencii pokazali nam cto elitnaia mebel iz dereva stoit dorogo no zato ona vypolnena polnostiu iz naturalnogo ekologiceski cistogo dereva i imeet ocen mnogo preimushhestv pered drugimi materialami https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 2 html takaia mebel obespecit nam komfort budet ocen udobnoi i mnogofunkcionalnoi i budet imet nepovtorimyi dizain https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s2 html vse eti svoistva vmestila v sebia elitnaia mebel iz dereva https www legnostyle ru catalog inter eri s16 html takaia mebel velikolepno vpisyvaetsia v liuboi roskosnyi interer i bezuslovno budet vygliadet dorogo vydeliaia vas izyskannyi vkus https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaya dver e15 html unikalnye modeli v kotoryx ispolzuiutsia osobye texnologii naprimer sloznaia pokraska neskolko urovnei frezerovki ne rasscitany na massovogo pokupatelia https www legnostyle ru catalog mebel sp 5 html kak izvestno kitai samaia cislennaia strana poetomu voprosy nedvizimosti zdes stoiat kak nigde ostro https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model i33 html samye citaemye zapisi za poslednii cas 17 07 2013 tradicionnye doma kitaia21 12 2012 novostroiki v ekskliuzivnaia nemeckaia mebel v moskve po dostupnym cenam eto stilnaia i komfortnaia mebel germaniia https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=18 my predlagaem i i to est polnyi interer vasego doma s garantirovannym socetaniem naturalnyx materialov i v idealnoi cvetovoi garmonii pri komplektacii na raznyx fabrikax https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=14 '),
(12842,'field:18',0,1,' https ccplainfield com contact '),
(12842,'field:19',0,1,' info ccplainfield com '),
(12842,'field:6',0,1,' davidstync '),
(12842,'field:7',0,1,' tacusol 6816 mail ru '),
(12842,'field:8',0,1,' google '),
(12842,'field:9',0,1,' general inquiry '),
(12842,'title',0,1,' 2026 01 21 03 42 05 '),
(12843,'field:10',0,1,' cennymi porodami v rossiiskix realiiax scitaiutsia dub iasen i orex https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d25 html mebel dlia kabineta rukovoditelia polucaetsia stilnoi i krasivoi tak kak kazdaia poroda otlicaetsia originalnym risunkom https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=12 dub znamenit krupnymi uzorami koricnevyx krasnyx buryx ottenkov https www legnostyle ru catalog inter eri potolki pt 6 html stoly skafy iz etogo materiala vnesne polucaiutsia predstavitelnymi i solidnymi https www legnostyle ru proizvodstvo lestneycy pagen 1=5 orex obladaet sero koricnevoi serdcevinoi s temnymi vkrapleniiami https www legnostyle ru catalog lestnici elitnye lestnica l1 13 html v mebeli on smotritsia blagorodno https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e22 html cto kasaetsia iasenia to ego drevesina procnaia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=13 odnako iz nee polucaetsia svetlaia mebel kotoraia ne vsegda podxodit delovomu dizainu interera https www legnostyle ru catalog mebel iz duba pagen 1=8 ekskliuzivnaia nemeckaia mebel v moskve po dostupnym cenam eto stilnaia i komfortnaia mebel germaniia https www legnostyle ru catalog inter eri s26 html my predlagaem i i to est polnyi interer vasego doma s garantirovannym socetaniem naturalnyx materialov i v idealnoi cvetovoi garmonii pri komplektacii na raznyx fabrikax https www legnostyle ru raspashnye dvustvorchatye mezhkomnatnye dveri html kompaniia zabotitsia o svoix klientax poetomu predlagaet kacestvennuiu nemeckuiu mebel ot lucsix proizvoditelei https www legnostyle ru catalog lestnici elitnye lestnica l8 23 html u nas sirokii assortiment produkcii https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=6 v kataloge vy naidete bolsoe raznoobrazie korpusnoi i miagkoi mebeli kotoraia obladaet otlicnymi ekspluatacionnymi xarakteristikami https www legnostyle ru catalog mejkomnatnie dveri a 30 html ekskliuzivnaia nemeckaia mebel v moskve po dostupnym cenam eto stilnaia i komfortnaia mebel germaniia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e10 html my predlagaem i i to est polnyi interer vasego doma s garantirovannym socetaniem naturalnyx materialov i v idealnoi cvetovoi garmonii pri komplektacii na raznyx fabrikax https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=19 izgotovlenie i montaz ekskliuzivnyx individualnyx zakazov v sotrudnicestve s riadom dizain biuro individualnymi dizainerami i arxitektorami nas konek https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=18 my obxitrili vsex https www legnostyle ru catalog lestnici lestnica l8 16 html sdelali remont i vopreki ozidaniiu ottenok nasix stulev stal smotretsia nelepo v tom interere kotoryi sozdali https www legnostyle ru catalog inter eri stenovie paneli model s45 html stulia miagkie naturalnoe derevo dorogie reznye https www legnostyle ru catalog inter eri arka a22 html zakazali peretiazku vybrali tkan idealno podxodiashhuiu i polucili prakticeski novuiu mebel https www legnostyle ru catalog lestnici elitnye pagen 1=3 spasibo '),
(12843,'field:18',0,1,' https ccplainfield com contact '),
(12843,'field:19',0,1,' info ccplainfield com '),
(12843,'field:6',0,1,' davidstync '),
(12843,'field:7',0,1,' tacusol 6816 mail ru '),
(12843,'field:8',0,1,' google '),
(12843,'field:9',0,1,' general inquiry '),
(12843,'title',0,1,' 2026 01 21 03 42 05 '),
(12844,'field:10',0,1,' hi search is changing faster than most businesses realize more buyers are now discovering products and services through ai driven platforms not only traditional search results this is why we created the ai rankings seo plan at monkey digital its designed to help websites become clear trusted and discoverable by ai systems that increasingly influence how people find and choose businesses you can view the plan here https www monkeydigital co ai rankings if youd like to see whether this approach makes sense for your site feel free to reach out directly even a quick question is fine whatsapp https wa link b87jor best regards mike didier johansson monkey digital mike monkeydigital co phone whatsapp 1 775 314 7914 '),
(12844,'field:18',0,1,' http ccmarcella com contact '),
(12844,'field:19',0,1,' info ccmarcella com '),
(12844,'field:6',0,1,' mike didier johansson '),
(12844,'field:7',0,1,' mike monkeydigital co '),
(12844,'field:8',0,1,' google '),
(12844,'field:9',0,1,' general inquiry '),
(12844,'title',0,1,' 2026 01 21 03 42 57 '),
(12845,'field:10',0,1,' kulturnaia revoliuciia v kitae vovse ne zaversilas ona vse eshhe prodolzaetsia no na kitaiskix dorogax https www legnostyle ru catalog inter eri potolki pt 6 html proizoslo obostrenie klassovoi nenavisti velosipedistov i pesexodov k peredvigaiushhimsia na orientaciia na izgotovlenie kuxonnoi mebeli s takim rascetom ctoby soedinit voedino znamenityi italianskii stil kacestvo i dizain s sovremennymi trebovaniiami ergonomiki i funkcionalnosti https www legnostyle ru catalog inter eri peregorodki a7 html zonirovannost pomeshheniia dostatocno prosto organizovat esli ispolzovat podsvetku s umom https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=11 k primeru aktivnoe osveshhenie obiazatelno dolzno raspolagatsia nad rabocei oblastiu https www legnostyle ru montaj elitnyh dverey html vysokokacestvennoe obsluzivanie https www legnostyle ru catalog inter eri s46 html my uvazitelno otnosimsia k kazdomu pokupateliu i s udovolstviem pomozem podobrat podxodiashhuiu nemeckuiu mebel isxodia iz licnyx predpoctenii klienta https www legnostyle ru catalog mejkomnatnie dveri impressio model i15 html postoianno provodim monitoring kacestva izgotovleniia produkcii ctoby predlagat pokupateliam tolko lucsie modeli https www legnostyle ru proizvodstvo lestneycy pagen 1=6 sirokii assortiment https www legnostyle ru catalog lestnici lestnica l8 19 html u nas mozno uvidet bolsoe raznoobrazie ekskliuzivnoi nemeckoi korpusnoi i miagkoi mebeli https www legnostyle ru catalog mebel komod m5 html kazdyi smozet podobrat podxodiashhii garnitur pod opredelennoe stilevoe resenie https www legnostyle ru catalog lestnici elitnye lestnica l8 5 html vysokokacestvennoe obsluzivanie https www legnostyle ru catalog mebel scg 19 html my uvazitelno otnosimsia k kazdomu pokupateliu i s udovolstviem pomozem podobrat podxodiashhuiu nemeckuiu mebel isxodia iz licnyx predpoctenii klienta https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p19 html postoianno provodim monitoring kacestva izgotovleniia produkcii ctoby predlagat pokupateliam tolko lucsie modeli https www legnostyle ru catalog mejkomnatnie dveri razdvijnaa dver rd 5 html '),
(12845,'field:18',0,1,' https ccfoxhill com contact '),
(12845,'field:19',0,1,' info ccfoxhill com '),
(12845,'field:6',0,1,' davidbroli '),
(12845,'field:7',0,1,' tacusol 6816 mail ru '),
(12845,'field:8',0,1,' google '),
(12845,'field:9',0,1,' general inquiry '),
(12845,'title',0,1,' 2026 01 21 03 43 04 '),
(12846,'field:10',0,1,' santehruss https akvatorg24 rf truby truby iz sshitogo polietilena pex truba iz sshitogo polietilena pex a s antikislorodnym barerom evoh 20 2 8 buhta 100 m mvi art pe 410 05 na saite est interesnyi razdel nazyvaemyi https akvatorg24 rf truby truby iz sshitogo polietilena pex truba iz sshitogo polietilena tim flex pex b 16x2 0 s kislorodnym barerom evoh buhta 200 m art tpex1620 200 flex tut posetiteliu saita predostavlena vozmoznost meniat oformlenie vybrannogo pomeshheniia virtualnoi kvartiry https akvatorg24 rf zapornaya radiatornaya kotelnaya armatura reduktor snizhenie davleniya pod manometr vertik podklyuch 1 2 tim art bl2802a mozno posmotret kak budet smotretsia eta plitka na stenax vannoi komnaty ili vot etot smesitel https akvatorg24 rf armatura dlya otopleniya klapana balansirovochnye new product 30 sostavit zaiavku i sdelat zakaz ocen prosto sait intuitivno poniaten kazdomu a esli voznikaet kakoi libo vopros ili nuzna pomoshh to na vyrucku pridut specialisty svoego dela opytnye menedzery konsultanty https akvatorg24 rf armatura predohranitelnaya klapany obratnye gorizontalnyy obratnyy klapan tim 11 2 g g art jh 1014c santexnika eto predmet pervoi neobxodimosti v liuboi vannoi komnate https akvatorg24 rf lotki sifony trapy shlangi podvodka dlya vody tim shlang dlya dusha i izliv bez rakoviny i tualeta ne obxodiatsia daze ofisnye pomeshheniia https akvatorg24 rf product vid tovara mufta vxv internet magazin santehkeram predlagaet vam bolsoi vybor unitazov rakovin vann dusevyx kabin i procei santexniki https akvatorg24 rf truby i fitingi hromirovannaya latunnaya styazhnaya mufta dlya polotentsesushiteley tim 3 4 x3 4 rezba vnutr vnutr art k7 sf033 kacestvo nasego tovara obespecivaet ego dolgoe i komfortnoe ispolzovanie https akvatorg24 rf fitingi dlya trub fitingi dlya polipropilenovyh trub slt aqua u nas vy smozete kupit santexniku v moskve po vygodnym cenam https akvatorg24 rf protivopozharnye truby i fitingi protivopozharnye fitingi green troynik polipropilenovyy ppr o160 slt blockfire segmentnyy sdr 7 4 zelenyy primeriaem novuiu plitku v 3d sourume https akvatorg24 rf armatura izmeritelnaya i komplektuyuschie manometry manometr mvi aksialnyy diametr korpusa mm d50 1 4 10 bar 1 mpa art am 5010 03 k sozaleniiu vybor santexniki v primerocnoi ogranicen ocen silno https akvatorg24 rf product pokrytie nikelirovannyy vanny dusevye kabiny poddony boksy i ugolki podvesnye i napolnye unitazy bide umyvalniki i moiki smesiteli dlia kuxni rakoviny i dusa dusevye sistemy i komplekty v tom cisle gigieniceskie inzenernuiu santexniku installiacionnye sistemy backi filtry fitingi i truby klapany sifony i t https akvatorg24 rf otoplenie konvektor napolnyy itermic itf 130 080 1500 688 vt d https akvatorg24 rf instrument i aksessuary dlya montazha opressovschiki elektricheskiy opressovochnyy nasos tim 250 vt 3l min art ewm 60 3 '),
(12846,'field:18',0,1,' https ccgermantown com contact '),
(12846,'field:19',0,1,' info virginiahighlandscrc com '),
(12846,'field:6',0,1,' glennglola '),
(12846,'field:7',0,1,' eprovbelwha mail ru '),
(12846,'field:8',0,1,' google '),
(12846,'field:9',0,1,' general inquiry '),
(12846,'title',0,1,' 2026 01 21 03 43 36 '),
(12847,'field:10',0,1,' kompaniia cex market predlagaet kupit kupit kondensatory xolodilnye b u po otlicnym cenam https first industrial ru news postavka chillera pakcold 55 v assortimente predstavleny kondensatory s vozdusnym vodianym i oxlazdeniem xladagentom razlicnoi xolodoproizvoditelnosti https first industrial ru catalog chiller chiller rhoss tcaey 117 my realizuem tolko proverennoe oborudovanie sootvetstvuiushhee standartam kacestva i trebovaniiam bezopasnosti pri etom ceny na nasi xolodilnye ustanovki i komplektuiushhie ostaiutsia konkurentosposobnymi https first industrial ru catalog chiller chiller rhoss tcaeby 2115 nasa kompaniia predlagaet vam kupit kondensatory vozdusnogo i vodnogo oxlazdeniia po dostupnoi cene s dostavkoi po moskve i oblasti https first industrial ru catalog chiller chiller rhoss tcaeby 2100 v nasem kataloge imeetsia sirokaia lineika kondensatorov razlicnyx brendov https first industrial ru catalog chiller chiller climacore cda hp 039 postavki https first industrial ru catalog chiller chiller ballu machine bmca midi 180 kompaniia kaideli sozdala sobstvennyi centr issledovanii i razrabotok https first industrial ru catalog chiller chiller rhoss tcee 115 personal centra imeet bolee cem desiatiletnii bogatyi prakticeskii opyt raboty v otrasli https first industrial ru catalog chiller chiller climacore lsa hp 06 kondensatory v obraznye serii cv https first industrial ru catalog chiller chiller bom 5 kvt texniceskie xarakteristiki https first industrial ru portfolio html konstrukciia oborudovaniia podobnogo tipa sostoit iz neskolkix uzlov vkliucaia sleduiushhie obiazatelnye casti '),
(12847,'field:18',0,1,' https completecarebrick com contact '),
(12847,'field:19',0,1,' info completecarebrick com '),
(12847,'field:6',0,1,' daviddut '),
(12847,'field:7',0,1,' sinevhabibi664 bk ru '),
(12847,'field:8',0,1,' google '),
(12847,'field:9',0,1,' general inquiry '),
(12847,'title',0,1,' 2026 01 21 03 45 37 '),
(12848,'field:10',0,1,' hi there i came across remote solutions team and 2026 is the year many business owners are choosing to work smarter not longer we help business owners reclaim their time and run leaner operations by delegating non revenue tasks to trained virtual assistants and an ai receptionist from admin and bookkeeping to follow ups and 24 7 call handling we make sure every lead is captured and every process runs efficiently without pulling you away from growth focused work the result fewer missed opportunities lower overhead and more time spent on what actually moves the business forward if youre open to starting 2026 with a more efficient setup reply yes with your number well show you exactly how it works share real examples and see if its a fit for your goals best janice sanders remote virtual assistants '),
(12848,'field:18',0,1,' https ccparkplace com contact '),
(12848,'field:19',0,1,' info ccparkplace com '),
(12848,'field:6',0,1,' janice sanders '),
(12848,'field:7',0,1,' janices wearethevasource com '),
(12848,'field:8',0,1,' remote solutions team '),
(12848,'field:9',0,1,' media inquiry '),
(12848,'title',0,1,' 2026 01 21 03 46 47 '),
(12849,'field:10',0,1,' hello i wanted to check in with something that could seriously boost your websites traffic we work with a trusted ad network that allows us to deliver authentic country targeted social ads traffic for just $10 per 10 000 visits this isnt fake traffic its engaged traffic tailored to your target country and niche what you get 10 000 high quality visitors for just $10 geo targeted traffic for your chosen location scalability available based on your needs used by marketers we even use this for our seo clients interested check out the details here https www monkeydigital co product country targeted traffic or chat with us on whatsapp https monkeydigital co whatsapp us looking forward to getting you more traffic best mike hugo smit phone whatsapp 1 775 314 7914 '),
(12849,'field:18',0,1,' http ccfairlawnedge com contact '),
(12849,'field:19',0,1,' info ccfairlawnedge com '),
(12849,'field:6',0,1,' mike hugo smit '),
(12849,'field:7',0,1,' mike monkeydigital co '),
(12849,'field:8',0,1,' google '),
(12849,'field:9',0,1,' general inquiry '),
(12849,'title',0,1,' 2026 01 21 03 47 11 '),
(12850,'field:10',0,1,' geozavisimyi zapros zapros vydaca po kotoromu budet principialno raznoi v raznyx regionax https proffseo ru prodvizhenie angloyazychnykh sajtov takie zaprosy polzovateli vvodiat s celiu naiti tovar uslugu sredi mestnyx kompanii https proffseo ru prodvizhenie sajtov po rf vozmem k primeru zapros ostavka piccy cena 38 400 geonezavisimyi sait ili internet magazin aktiviruet prodvizenie po rossii za scet otkaza ot liubyx regionalnyx priviazok https proffseo ru prodvizhenie sajtov po rf eshhe istorii uspexa https proffseo ru kontakty prodvizenie v top 10 regionalnogo saita krome msk spb specialistam po prodvizeniiu https proffseo ru prodvizhenie angloyazychnykh sajtov internet marketologam https proffseo ru prodvizhenie zarubezhnykh sajtov rukovoditeliam i vladelcam regionalnyx kompanii https proffseo ru prodvizhenie sajtov po moskve '),
(12850,'field:18',0,1,' https completecareoakridge com contact '),
(12850,'field:19',0,1,' info completecareoakridge com '),
(12850,'field:6',0,1,' buddydof '),
(12850,'field:7',0,1,' dolnovam mail ru '),
(12850,'field:8',0,1,' google '),
(12850,'field:9',0,1,' general inquiry '),
(12850,'title',0,1,' 2026 01 21 03 48 26 '),
(12851,'field:10',0,1,' belief bs acs a3 125 a2 https first industrial ru catalog drycooler drajkuler thermokey wh1263 c d 6 v 9 kondensator vozdusnogo oxlazdeniia s ustanovlennym ventiliatorom https first industrial ru catalog chiller chiller ballu machine bmca pack 7 brend belief model bs acv b4 135 a6 nominalnaia moshhnost 6 https first industrial ru catalog category freon 2 kvt https first industrial ru catalog chiller chiller climacore ssa hp 06 freonovye kondensatory syclone shf chf i ispariteli syclone scf ccf https first industrial ru portfolio kompaniya forteks vozdusnye freonovye kondensatory kompanii termoflow vypolniaiutsia v vide gorizontalnyx vertikalnyx ili v obraznyx https first industrial ru catalog category chiller page 8 vynosnye kondensatory prednaznaceny dlia ustanovki za predelami zdaniia eto pozvoliaet uvelicit raznicu v temperaturax mezdu okruzaiushhei temperaturoi i temperaturoi kondensacii https first industrial ru catalog category ispariteli page 2 nazad xolodilnaia avtomatika i kip avtomatika xolodilnaia 134 avtomatika xolodilnaia datciki i preobrazovateli 9 kontrollery 22 trv 22 rele davleniia 23 termostaty 20 termoreguliruiushhie ventili trv 39 reguliatory rele i zip 19 kontrolno izmeritelnye pribory vakuummetry 7 vesy 11 manometry 59 procie kip 4 termometry 26 elektroizmeritelnye pribory 6 cto predstavliaiut iz sebia kondensatory https first industrial ru catalog drycooler drajkuler thermokey wh1263 c d 6 v '),
(12851,'field:18',0,1,' https completecarehillside com contact '),
(12851,'field:19',0,1,' info completecarehillside com '),
(12851,'field:6',0,1,' davidvaf '),
(12851,'field:7',0,1,' sinevhabibi664 bk ru '),
(12851,'field:8',0,1,' google '),
(12851,'field:9',0,1,' general inquiry '),
(12851,'title',0,1,' 2026 01 21 03 49 23 '),
(12852,'field:10',0,1,' demontaz eto kompleks rabot po sniatiiu ili razborke oborudovaniia sooruzenii masin https drogal ru glossary opasnie gruzi process neprostoi i trebuet vremeni dlia akkuratnoi razborki postroek i konstrukcii https drogal ru glossary obshetovarnie skladi casto nuzny licenziia i dopusk kotorye est u kompanii trantor https drogal ru glossary dogovor strahovaniya k nam obrashhaiutsia kogda trebuetsia peremeshhenie promyslennyx stankov vnutri predpriiatiia pereezd v drugie cexa kogda proxodit modernizaciia krupnogabaritnoi texniki predpriiatiia idet polnyi pereezd fabriki zavoda https drogal ru glossary gruzootpravitel nasi specialisty takelazniki perevezut krupnogabaritnye tiazelye gruzy i predostaviat polnyi spektr soputstvuiushhix rabot dlia vasei kompanii https drogal ru voprosi otveti informaciya dlya rascheta stoimosti uslug pri osushhestvlenii takelaznyx rabot sotrudniki kompanii ispolzuiut takelaznoe oborudovanie i spectexniku https drogal ru glossary stropalnie raboti s ucetom mnogoletnego opyta i naliciia resursov gotovy realizovat proekt liuboi sloznosti https drogal ru glossary strahovanie gruzov 10 takelaznikov 4 stropalshhika https drogal ru takelazhnoe oborudovanie takelaznye raboty v moskve ot gruzovickof prikrepite k zaiavke fotografii predpolagaemyx rabot my vizualno ocenim stoimost i predlozim vam optimalnye varianty dlia reseniia postavlennyx zadac https drogal ru uslugi takelazh takelazh mediczinskogo oborudovaniya ekonomte vremia i dengi nas sotrudnik perezvonit vam v kratcaisie sroki '),
(12852,'field:18',0,1,' https ccsevernapark com contact '),
(12852,'field:19',0,1,' info ccsevernapark com '),
(12852,'field:6',0,1,' robertelody '),
(12852,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(12852,'field:8',0,1,' google '),
(12852,'field:9',0,1,' general inquiry '),
(12852,'title',0,1,' 2026 01 21 03 53 19 '),
(12853,'field:10',0,1,' preimushhestva obrashheniia k nasim flebologam https www angioprof ru uslugi podologii potlivost nog html blagodaria osnashheniiu i samoe glavnoe specialistam s bolsoi bukvy nas centr flebologii smog stat innovacionnoi klinikoi i sposoben resat razlicnye zadaci okazavsiesia ne po zubam drugim medicinskim ucrezdeniiam https www angioprof ru uslugi flebologii i angiologii limfedema html neobxodimo podcerknut cto my ne tolko ispolzuem uze imeiushhiesia v mirovoi praktike texnologii diagnostiki i leceniia zabolevanii ven no i postoianno razrabatyvaem novye bolee effektivnye i bezopasnye https www angioprof ru v prodazhe tovaryi dlya zdorovya mediczinskij trikotazh vy mozete byt uvereny cto okazetes v nadeznyx rukax https www angioprof ru uslugi sout v v vvedenie lek https www angioprof ru diagnostika html preparatov https www angioprof ru uslugi podologii potlivost nog html odnokratnyi seans mikroskleroterapii mnozestvennyx teleangiektazii predelax 1 i zony odnoi niznei konecnosti 2 kategoriia sloznosti skleroterapiia teleangioektazii a11 https www angioprof ru uslugi xirurgii lechenie xronicheskix nezazhivayushhix ran otriczatelnyim davleniem npwt terapiya bio implant kolennogo sustava bio osteo ssha html 12 https www angioprof ru uslugi xirurgii 003 https www angioprof ru v prodazhe ortopedicheskie tovaryi obuv ortopedicheskaya 010 https www angioprof ru fotogalereya html prezentaciia centra flebologii mifc pod rukovodstvom semenova artema iurevica https www angioprof ru otzivi angioprof vrac xirurg angioxirurg vyssei kategorii d https www angioprof ru uslugi flebologii i angiologii lechenie varikoza html m https www angioprof ru v prodazhe ortopedicheskie tovaryi obuv ortopedicheskaya n glavnyi naucnyi sotrudnik otdela fundamentalnyx i prikladnyx issledovanii v xirurgii nii kliniceskoi xirurgii fgbou vo rossiiskii nacionalnyi issledovatelskii medicinskii universitet imeni n https www angioprof ru uslugi informacziya ob osushhestvlenii deyatelnosti v usloviyax covid 19 html i https www angioprof ru uslugi flebologii i angiologii obliteriruyushhij ateroskleroz html pirogova ministerstva zdravooxraneniia rf https www angioprof ru v prodazhe tovaryi dlya zdorovya mediczinskij trikotazh mediczinskie noski dlya diabetikov html 110 000 rub https www angioprof ru diagnostika html '),
(12853,'field:18',0,1,' https ccinglemoor com contact '),
(12853,'field:19',0,1,' info ccinglemoor com '),
(12853,'field:6',0,1,' melvinjem '),
(12853,'field:7',0,1,' riinata osippova bk ru '),
(12853,'field:8',0,1,' google '),
(12853,'field:9',0,1,' general inquiry '),
(12853,'title',0,1,' 2026 01 21 03 55 37 '),
(12854,'field:10',0,1,' podbor naibolee optimalnoi programmy dlia otdyxa razrabotku marsruta pomoshh v provedenii biznes vstrec konferencii treningov predostavlenie klientam otceta o prodelannoi rabote operativnoe vnesenie izmenenii i bystruiu korrektirovku etapov bronirovanie biletov podgotovku pereezdov i aviapereletov resenie liubyx transportnyx voprosov na otdyxe podgotovku vyezda na sovmestnyi korporativnyi otdyx https corporativ luxe ru trend poyezdki i obmen opytom cto na scet rossii onlain servis organizacii komandirovok https corporativ luxe ru korporativnaya programma v vengrii vengerskaya raspodiya preimushhestv korporativnogo otdyxa v rossii mnozestvo i nevysokie ceny na bilety osobenno esli vy vybiraete k primeru trening na odnoi iz podmoskovnyx baz otdyxa ili vyezd na vyxodnye v sankt peterburg i ogromnoe raznoobrazie dosuga i otsutstvie iazykovogo barera https corporativ luxe ru zvuk svet i tekhnika takze sotrudnikam ne pridetsia meniat valiutu ctoby rasplacivatsia na meste https corporativ luxe ru maldivy i samoe glavnoe ne nuzno oformliat dlia vsex vizy https corporativ luxe ru korporativnaya programma v krymu igry prestolov korporativnye tury trebuiut individualnogo podxoda https corporativ luxe ru maldivy kazdyi opredelennyi vid obshheniia neobxodimo provodit v razlicnyx usloviiax https corporativ luxe ru korporativnaya programma po sledam dzheymsa bonda nevozmozno organizovat po sablonu vstrecu ucenyx na naucnoi konferencii i vstrecu postavshhikov pilomaterialov dlia ustanovleniia delovyx kontaktov https corporativ luxe ru dopolnitelno korporativnyi otdyx v rossii ocen raznoobrazen https corporativ luxe ru nayti vykhod mozno vospolzovatsia predlozeniem odnogo iz agentstv i organizovat tur na baikal ili v kareliiu a mozno samostoiatelno priobresti z d bilety podobrat i zabronirovat otel i organizovat ekskursii https corporativ luxe ru kororativ na kamchatke '),
(12854,'field:18',0,1,' https ccwestfield com contact '),
(12854,'field:19',0,1,' info ccwestfield com '),
(12854,'field:6',0,1,' derekdrews '),
(12854,'field:7',0,1,' toktobayeva nata mail ru '),
(12854,'field:8',0,1,' google '),
(12854,'field:9',0,1,' general inquiry '),
(12854,'title',0,1,' 2026 01 21 03 55 38 '),
(12855,'field:10',0,1,' korporativnye podarki merc promo reklamnaia i daze suvenirnaia produkciia kak tolko nas ne nazyvaiut https classicgifts ru chernenyie html my delaem ne tolko biznes podarki no i formu dlia sotrudnikov oficialnyi merc kompanii i liubuiu brendirovannuiu produkciiu https classicgifts ru christmas gifts html predlagaem reseniia dlia liubogo biudzeta ot prakticnyx suvenirov do statusnyx vip podarkov https classicgifts ru fotoramki html a glavnoe my sledim za trendami ctoby vas merc byl samym klassnym na rynke https classicgifts ru aksessuaryi html podarki k novomu godu https classicgifts ru nam doveryayut html cena zakaznaia rabota cena zakaznaia rabota eto gotovoe izdelie kotoroe prinadlezit zakazciku https classicgifts ru lenta s logotipom html no my mozem ispolzovat etu ideiu dlia sozdaniia novogo proekta https classicgifts ru so sklada html cena zakaznaia rabota '),
(12855,'field:18',0,1,' https ccwestfield com contact '),
(12855,'field:19',0,1,' info ccwestfield com '),
(12855,'field:6',0,1,' tylerram '),
(12855,'field:7',0,1,' aleksandrrapeka mail ru '),
(12855,'field:8',0,1,' google '),
(12855,'field:9',0,1,' general inquiry '),
(12855,'title',0,1,' 2026 01 21 03 55 39 '),
(12856,'field:10',0,1,' popup call kacestvennoe innovacionnoe oborudovanie dlia bystrogo rosta vasei pribyli i finansovoi svobody https beauty prestige ru catalog oborudovanie dlya manikyura 32 890 32 890 ozero khanka https beauty prestige ru catalog oborudovanie dlya manikyura nabor nasadok dlia provedeniia procedury mikrodermoobraziia https beauty prestige ru catalog massazhnoe oborudovanie podxodit dlia liubogo vakuumnogo apparata https beauty prestige ru catalog kosmetologicheskoe oborudovanie stoimost kosmetologiceskogo oborudovaniia zavisit ot mnogix faktorov sredi kotoryx nemalovaznoe znacenie imeet proizvoditel funkcionalnye vozmoznosti apparata i ego komplektaciia https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html vaznym usloviem uspesnogo ispolzovaniia kosmetologiceskix priborov iavliaetsia umenie specialistov s nimi rabotat poetomu kompaniia smartbai predlagaet kursy po apparatnoi kosmetologii vsem specialistam https beauty prestige ru catalog oborudovanie dlya pedikyura '),
(12856,'field:18',0,1,' https ccwestfield com contact '),
(12856,'field:19',0,1,' info ccwestfield com '),
(12856,'field:6',0,1,' brianhon '),
(12856,'field:7',0,1,' nikolay shchevcov mail ru '),
(12856,'field:8',0,1,' google '),
(12856,'field:9',0,1,' general inquiry '),
(12856,'title',0,1,' 2026 01 21 03 55 47 '),
(12857,'field:10',0,1,' kakim standartam sootvetstvuet nase proizvodstvo bliny s kuricei 210 upak https dostafka obedi ru type menu salaty 3st kompaniia fsk lider vyrazaet ogromnuiu blagodarnost vysokoprofessionalnoi komande kompanii obedy smail v tom cisle generalnomu direktoru smirnomu aleksandru aleksandrovicu za prevosxodnuiu organizaciiu processa pitaniia sotrudnikov nasei kompanii https dostafka obedi ru type menu napitki my sotrudnicaem uze bolee 3 x let i na protiazenii etogo nemalogo sroka ni razu ne razocarovalis v kacestve predostavliaemyx uslug spasibo za zabotlivoe obsluzivanie i vkusneisuiu edu nadeemsia na dolgosrocnoe prodolzenie sotrudnicestva etapy zakaza i usloviia dostavki https dostafka obedi ru reviews ezednevno nalicnymi kureru https dostafka obedi ru services kompleksnye obedy 6 salat greceskii https dostafka obedi ru type menu goryachie blyuda '),
(12857,'field:18',0,1,' https ccsevernapark com contact '),
(12857,'field:19',0,1,' info ccsevernapark com '),
(12857,'field:6',0,1,' edwinzem '),
(12857,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(12857,'field:8',0,1,' google '),
(12857,'field:9',0,1,' general inquiry '),
(12857,'title',0,1,' 2026 01 21 03 56 05 '),
(12858,'field:10',0,1,' brend garcia camara model cg100 nominalnaia moshhnost 100 https first industrial ru catalog chiller chiller ballu machine bmca midi 180 16 kvt https first industrial ru catalog chiller chiller bom 14 kvt cena po zaprosu https first industrial ru catalog gidromoduli gidromodul 2nm 40 16b b menedzer nasei kompanii perezvonit vam v tecenie neskolkix minut dlia soglasovaniia uslovii sotrudnicestva https first industrial ru catalog chiller chiller climacore wda ev 060 on prokonsultiruet vas po texniceskim xarakteristikam kondensatorov dlia xolodilnika stoimosti izgotovleniia oborudovaniia na zakaz i ego dostavki v vas gorod https first industrial ru catalog freon 023 freon r23 hladon r23 my predlagaem kacestvennye i nadeznye kondensatory vozdusnogo oxlazdeniia ot kitaiskoi kompanii kaideli https first industrial ru catalog chiller chiller climacore lsa 06 vy mozete bystro vybrat teploobmennoe freonovoe oborudovanie razlicnoi moshhnosti po katalogu i kupit ego v moskve po vygodnoi cene https first industrial ru catalog chiller chiller rhoss tcheby 122 elektriceskii dvigatel ventiliator teplovoi obmennik https first industrial ru portfolio zao priss zadaite vopros priamo seicas '),
(12858,'field:18',0,1,' https cclehigh com contact '),
(12858,'field:19',0,1,' info cclehigh com '),
(12858,'field:6',0,1,' davidarrom '),
(12858,'field:7',0,1,' sinevhabibi664 bk ru '),
(12858,'field:8',0,1,' google '),
(12858,'field:9',0,1,' general inquiry '),
(12858,'title',0,1,' 2026 01 21 03 56 59 '),
(12859,'field:10',0,1,' g https maze tattoo catalog ch tsezar moskva 20 maia 2025 https maze tattoo catalog p glavnye kinosobytiia mesiaca v moskve https maze tattoo catalog opyt raboty s 2009 goda https maze tattoo catalog g grud 100% obezbolivanie https maze tattoo catalog l lotos nasi otliciia https maze tattoo catalog p pauk tolko mastera s xudozestvennym obrazovaniem eskiz liuboi sloznosti https maze tattoo catalog y ukazatel puti sdelat tatuirovku vy smozete v etot ze ili v drugoi den https maze tattoo catalog d dinozavry '),
(12859,'field:18',0,1,' https completecarebrick com contact '),
(12859,'field:19',0,1,' info completecarebrick com '),
(12859,'field:6',0,1,' barrydog '),
(12859,'field:7',0,1,' prosavmobi1981 mail ru '),
(12859,'field:8',0,1,' google '),
(12859,'field:9',0,1,' general inquiry '),
(12859,'title',0,1,' 2026 01 21 03 57 50 '),
(12860,'field:10',0,1,' avtoservis sina 33 v moskve https dialdrive ru katalizator avtoservis v moskve https dialdrive ru dvs 29 let opyt 11 let https dialdrive ru katalizator remont avto 48000 rub https dialdrive ru dvs kuzovnoi remont avto 30000 rub https dialdrive ru remont poroga avtomobilia 3500 rub https dialdrive ru dvs nazvanie stoimost zamena scepleniia komplekt ot 18000 prokacka kontura scepleniia ot 2400 zamena glavnogo cillindra scepleniia ot 3000 zamena rabocego cillindra scepleniia ot 3000 sborka razborka akpp mkpp legkovogo monoprivodnogo a m ot 9000 s u akpp mkpp polnoprivodnogo a m ot 15000 sborka razborka akpp mkpp polnoprivodnogo a m ot 15000 s u akpp mkpp legkovogo monoprivodnogo a m ot 18000 https dialdrive ru dvs kontakty i socseti podtverzdeny https dialdrive ru dvs '),
(12860,'field:18',0,1,' https ccgrandeprairie com contact '),
(12860,'field:19',0,1,' info grandeprairiecrc com '),
(12860,'field:6',0,1,' vincentvet '),
(12860,'field:7',0,1,' andreyy filimonov bk ru '),
(12860,'field:8',0,1,' google '),
(12860,'field:9',0,1,' general inquiry '),
(12860,'title',0,1,' 2026 01 21 03 58 54 '),
(12861,'field:10',0,1,' vypolniaia kapitalnyi remont dvigatelia samostoiatelno voditel dolzen rasscityvat svoi sily tak kak remont dvs delo neprostoe trebuet opredelennyx znanii slesarnyx navykov vnimatelnosti i akkuratnosti http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 v kazdoi modeli dvigatelia est svoi konstruktivnye osobennosti i pri remonte silovogo agregata ix neobxodimo ucityvat http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 pomimo etix sushhestvuet eshhe mnogo drugix ukazyvaiushhix na neobxodimost nemedlennogo proxozdeniia diagnostiki http dmalmotors ru zamena masel i filtrov html eto ze kasaetsia probega kogda est neobxodimost proizvesti kapitalnyi remont motora ford tranzit cerez opredelennoe kolicestvo proidennyx kilometrov http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html esli govorit o bc togda remont bloka cilindrov mozet predpolagat ego rastocku i dlia posleduiushhei ustanovki novyx remontnyx i satunov i t http dmalmotors ru zamena masel i filtrov html d http dmalmotors ru regulyarnoe tekhobsluzhivanie html takze mozet byt primenen variant gilzovki bloka cilindrov http dmalmotors ru regulyarnoe tekhobsluzhivanie html esli v bloke byli treshhiny togda ix remontiruiut vosstanavlivaiut postel v slucae iznosa meniaiut vkladysi proizvodiat vyravnivanie privalocnyx ploskostei http dmalmotors ru zamena masel i filtrov html parallelno s etim osushhestvliaetsia remont ili zamena kolencatogo vala dvigatelia http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 pered tem kak ustanavlivat novyi maslianyi nasos voditeli obycno tshhatelno ocishhaiut mesto ego posadki ot griazi http dmalmotors ru da i styki slangov ne pomesaet proteret cistoi tkaniu tak kak imenno na stykax slanga i stucera obycno skaplivaetsia samoe bolsoe kolicestvo pyli vperemesku s maslom http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html iz za griazi v blizaisem budushhem mogut vozniknut problemy tak kak zidkost v sisteme smazki vsegda dolzna byt cistoi http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 vstavliaem satun s porsnem cerez gilzu cilindra sverxu zazav predvaritelno kolca opravkoi i nezabyvaem pri etom o napravlenii porsnia http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 posle togo kak opravka podosla k verxnei kromke cilindra nesilnym no rezkim udarom po porsniu zdes neobxodimo ispolzovat dereviannuiu prostavku osazivaem porsen v gilzu cilindra http dmalmotors ru remont starterov html udary ni v koem slucae ne dolzny byt silnymi ctoby ne povredit kolca http dmalmotors ru remont avtoelektriki html esli opravka prizata plotno i ravnomerno porsen legko vxodit v cilindr http dmalmotors ru zamena i remont stsepleniya html vasemu vnimaniiu predstavlen perecen rabot kotorye provodiatsia pri standartnom kapitalnom remonte dvigatelia http dmalmotors ru zamena masel i filtrov html v srednem srok provedeniia remonta sostavliaet 5 7 rabocix dnei http dmalmotors ru remont korobki peredach html '),
(12861,'field:18',0,1,' https ccgrandeprairie com contact '),
(12861,'field:19',0,1,' info grandeprairiecrc com '),
(12861,'field:6',0,1,' emanuelzek '),
(12861,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(12861,'field:8',0,1,' google '),
(12861,'field:9',0,1,' general inquiry '),
(12861,'title',0,1,' 2026 01 21 03 58 54 '),
(12862,'field:10',0,1,' aksessuary dlia mebeli toze ne obxodiatsia bez otdelki ix kozei https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d2 html ili skafa abazury dlia nastolnyx lamp i svetilnikov na potolke pepelnicy dvernye rucki vse eto takze mozet byt otdelano kozei https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=10 v gonkonge sotni rabotnikov mediciny v tom cisle medsestry i vraci nacali v ponedelnik zabastovku https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p25 html po informacii ot mestnyx smi mediki trebuiut ctoby vlasti polnostiu zakryli granicu s materikovym kitaem cto predotvratit epidemiiu koroonavirusa v regione https www legnostyle ru catalog inter eri peregorodki a 33 html kulturnaia revoliuciia v kitae vovse ne zaversilas ona vse eshhe prodolzaetsia no na kitaiskix dorogax https www legnostyle ru catalog mebel domasnii kabinet kb 2 html proizoslo obostrenie klassovoi nenavisti velosipedistov i pesexodov k peredvigaiushhimsia na iniciatorom protesta stalo novoe profsoiuznoe obieedinenie medicinskix rabotnikov https www legnostyle ru catalog inter eri peregorodki a 35 html po mneniiu aktivistov bolnicy gonkonga opublikovano 04 02 2020 15 45 krome togo mebel ot lidiruiushhix proizvoditelei otlicaetsia dopolnitelnoi otdelkoi s primeneniem naturalnogo susalnogo zolota 24k https www legnostyle ru catalog mebel pagen 1=16 estetiku vnesnego vida v osnovnom zadaiut iziashhnye elementy xarakternye dlia francuzskogo i italianskogo stilia https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=9 vy priobreli sebe dolgozdannoe zile i sdelali v nem remont https www legnostyle ru zhurnalnyi stol html vse uze gotovo k zaseleniiu ostalos delo za malym podobrat mebel https www legnostyle ru catalog mejkomnatnie dveri dver p9 html bolsinstvo liudei predpocitaiut ekskliuzivnuiu elitnuiu mebel sdelannuiu neposredstvenno na zakaz pod vase konkretnoe pomeshhenie https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaya dver d33 html takoi individualnyi podxod daet vozmoznost ne tolko oformit svoe zile elitnoi mebeliu no i sozdat svoi unikalnyi tekstil liuboi komnaty https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 6 html dlia etogo lucse vsego obratitsia k professionalam kotorye na protiazenii poluveka zanimaiut lidiruiushhie pozicii v sfere mebelnogo proizvodstva i iavliaiutsia svoego roda zakonodateliami dizainerskoi mody mebeli https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d48 html vse eto prinadlezit italianskim masteram mebelnogo proizvodstva https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d51 html v nastoiashhie vremia sushhestvuet bolee piatisot razlicnyx italianskix kompanii kotorye zanimaiutsia proizvodstvom postavkami i prodazami elitnoi mebeli https www legnostyle ru catalog lestnici elitnye lestnica l8 2 html v internete vy legko smozete ne tolko naiti liubuiu interesuiushhuiu vas kompaniiu no i oznakomitsia s polnym perecnem vsei produkcii sdelat svoi zakaz prokonsultirovatsia so specialistami saita i daze zakazat individualnyi proekt https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d24 html italianskaia produkciia pridaet vasemu pomeshheniiu komforta izyskannosti i originalnosti https www legnostyle ru catalog mebel tualetnii stolik model s 6 html liuboi vas gost smozet po dostoinstvu ocenit krasotu i unikalnost vasego dizaina https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=22 italianskie mastera ispolzuiut dlia svoix rabot tolko vysokokacestvennye dorogie materialy https www legnostyle ru catalog lestnici lestnica l8 2 html redkie porody drevesiny dragocennye metally i kamni sikarnaia i unikalnaia rospis i rezba po derevu pridaet liuboi individualnoi mebeli prosto potriasaiushhii vid https www legnostyle ru catalog kuhni kuhna 15 html bolsinstvo italianskoi produkcii iavliaetsia unikalnoi v svoem rode tak kak ves process izgotovleniia proxodit vrucnuiu specialistami kompanii https www legnostyle ru catalog mejkomnatnie dveri nestandarnye peregorodka model a 26 html imenno poetomu italianskaia mebel stoit ta dorogo i ne kazdyi celovek mozet sebe pozvolit priobretenii elitnoi mebeli ot italianskix proizvoditelei https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p9 html i sredi etogo mnozestva italianskix kompanii sushhestvuiut i te firmy kotorye proizvodiat ne tolko elitnuiu mebel no i mebel ekonom klassa https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 15 html tak cto esli vy xotite priobresti dlia sebia italianskuiu mebel no na dorogostoiashhuiu net sredstv vospolzovavsis internetom vy smozete naiti italianskuiu kompaniiu kotoraia udovletvorit vas po sootnoseniiu ceny i kacestva https www legnostyle ru catalog kuhni dlia etogo dostatocno posetit liuboi sait kotoryi iavliaetsia partnerom italianskix kompanii https www legnostyle ru catalog lestnici na vtoroy etazh pagen 1=6 '),
(12862,'field:18',0,1,' https ccwestfield com contact '),
(12862,'field:19',0,1,' info ccwestfield com '),
(12862,'field:6',0,1,' davidgep '),
(12862,'field:7',0,1,' tacusol 6816 mail ru '),
(12862,'field:8',0,1,' google '),
(12862,'field:9',0,1,' general inquiry '),
(12862,'title',0,1,' 2026 01 21 03 59 08 '),
(12863,'field:10',0,1,' ctoby ispolzovat vse funkcii dlia biznesa ponadobitsia kabinet na saite https keycargo ru kontakty sozdaite ego i mozno nacat zakazyvat dostavki https keycargo ru o kompanii est somneniia u kabineta dlia biznesa est besplatnyi demorezim v nem mozno izucit vozmoznosti servisa bez registracii https keycargo ru tip kuzova furami ves transport v ispravnom sostoianii v liubye v tom cisle otdalennye regiony rf nedorogie gruzoperevozki po rossii vozmozny za scet racionalnoi konsolidacii s filialami https keycargo ru o kompanii dostavka za predelami terminalov osushhestvliaetsia s pomoshhiu sluzby universalnoi dostavki kruglosutocno bolsoi avtomobilnyi park i optimalnaia statnaia cislennost pozvoliaiut organizovat nepreryvnyi rezim raboty https keycargo ru partneram skacat blank zaiavki perevozka gruzov do 10 tonn ot 18 rub km https keycargo ru kontakty nasi uslugi vkliucaiut v sebia pogruzku razgruzku upakovku i straxovanie gruza garantiruia soxrannost liubyx otpravlenii https keycargo ru tarify perevozka gruzov po rossii s vozovoz eto nadeznost i vysokaia skorost dostavki https keycargo ru kontakty '),
(12863,'field:18',0,1,' https completecarewall com contact '),
(12863,'field:19',0,1,' info completecarewall com '),
(12863,'field:6',0,1,' briancoacy '),
(12863,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(12863,'field:8',0,1,' google '),
(12863,'field:9',0,1,' general inquiry '),
(12863,'title',0,1,' 2026 01 21 04 00 17 '),
(12864,'field:10',0,1,' v etoi state vy uznaete cto takoe tolshhinomer lkp i dlia cego on nuzen https www ndt club com product 972 akkymylyator klp605590 htm vy smozete legko opredelit byla li masina v remonte ili net https www ndt club com product 703 inatest d dinamicheskii tverdomer htm dlia uspesnoi proverki lakokrasocnogo pokrytiia avtomobilia vam neobxodimo priobresti pribor modeli et kompanii evrotreid https www ndt club com product 260 positector 200 tolshinomer pokritii defelsko htm kupiv takoi pribor vy smozete udostoveritsia popadali li masina v avariiu ili net https www ndt club com product 979 avm yf 40p yltrafioletovaya lampa htm universalnyi pribor t gage iv dl osnashhennyi silnodempfirovannym razdelno sovmeshhennym preobrazovatelem pozvoliaiushhii provodit izmereniia tolshhiny materialov naxodiashhixsia pod zashhitnym pokrytiem https www ndt club com product 858 karat rts 3643d kompleks cifrovoi radiografii htm na tretem meste raspolozilsia etari et 444 s avtomaticeskim rezimom kalibrovki https www ndt club com product 947 st 220 shtativ dlya namagnichivaniya detalei htm upravlenie vsemi nastroikami etogo ustroistva proisxodit s pomoshhiu trex knopok raspolozennyx na korpuse okolo ekrana https www ndt club com product 15 a1040 mira yltrazvykovoi tomograf dlya kontrolya betona htm pribor rabotaet na liubom metalle vypolniaia zamery polnostiu avtomaticeski momentalno vyvodia rezultaty v mikronax ili mikrodiuimax https www ndt club com product 986 avm kn 123 noj adgezimetr htm blagodaria vstroennoi podsvetke tolshhinomer mozno ispolzovat daze pri ploxoi osveshhennosti https www ndt club com product 257 rentgenozashitnaya kamera krz penal 1200h400h400 htm a vstroennaia funkciia avtootkliuceniia smozet vyrucit esli vdrug vy zabudete otkliucit ustroistvo i mozno ne perezivat o razriade batarei ved on sam avtomaticeski vykliucitsia https www ndt club com product 967 liniya zaderjki smennaya klxx 12 htm eta model mozet poradovat svoei kompaktnostiu i konecno vysokim kacestvom izmerenii https www ndt club com news 10 htm ne stoit pokupat desevye varianty testera https www ndt club com produkcija 224 dozimetri htm oni ne imeiut pravilnogo diapazona nastroek https www ndt club com product 975 avm yf 45k yltrafioletovii fonar htm i kak rezultat na razlicnyx avtomobiliax mogut davat osibocnye rezultaty poskolku nastroeny na opredelennuiu tolshhinu lakokrasocnogo pokrytiia https www ndt club com product 570 metolab 502 stacionarnii tverdomer po mikro vikkersy htm dopolnitelnye sovety po ispolzovaniiu tolshhinomera skvazinnye pribory dlia raboty na karotaznom kabele defektoskop tolshhinomer magnitoimpulsnyi kabelnyi mid nm k manometr kabelnyi s perekliucaemoi ziloi mkpz https www ndt club com product 437 nasadka z 359 k tverdomery tkm 359m tkm359s htm https www ndt club com product 129 apk mars nord htm https www ndt club com product 976 blok pitaniya 15v 220v htm '),
(12864,'field:18',0,1,' https ccgrandeprairie com contact '),
(12864,'field:19',0,1,' info grandeprairiecrc com '),
(12864,'field:6',0,1,' stevenalore '),
(12864,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(12864,'field:8',0,1,' google '),
(12864,'field:9',0,1,' general inquiry '),
(12864,'title',0,1,' 2026 01 21 04 02 20 '),
(12865,'field:10',0,1,' xotite byt v kurse vsego samogo interesnogo v gorode podpisyvaites na nas v telegram v moskve https maze tattoo catalog l lyagushki rekomendacii ot kudago plany na vyxodnye interesnye sobytiia mesta i podborki citaite nas tam gde vam udobno https maze tattoo catalog n skidka 20% na den rozdeniia https maze tattoo catalog d dinozavry vidy pirsinga lica i tela v tatu salone klassik stoimost uslugi zavisit ot celogo riada faktorov sloznosti tatuirovki razmera izobrazeniia skorosti raboty mastera vremeni potracennogo na vypolnenie zakaza https maze tattoo catalog v vesi uvazenie k kazdomu klientu vne zavisimosti ot pola vozrasta i stilia https maze tattoo catalog r rukava studiia xudozestvennoi tatuirovki v centre moskvy voploshhaet liubye fantazii v realnost https maze tattoo catalog m mech eto art butik s tvorceskoi atmosferoi https maze tattoo catalog g grud zdes rabotaiut vliublennye v svoe delo professionalnye xudozniki u mnogix za plecami bolee dvadcati let raboty v tatu industrii https maze tattoo catalog g geysha mastera narisuiut ekskliuzivnyi eskiz po idee klienta a pri neobxodimosti pomogut s vyborom siuzeta https maze tattoo catalog p paporotnik mozno prinesti s soboi gotovyi eskiz i tatu nabiut po nemu https maze tattoo catalog n pervicnaia konsultaciia i podgotovka eskiza besplatny https maze tattoo catalog k krylya '),
(12865,'field:18',0,1,' https completecarehillside com contact '),
(12865,'field:19',0,1,' info completecarehillside com '),
(12865,'field:6',0,1,' barryskife '),
(12865,'field:7',0,1,' prosavmobi1981 mail ru '),
(12865,'field:8',0,1,' google '),
(12865,'field:9',0,1,' general inquiry '),
(12865,'title',0,1,' 2026 01 21 04 02 38 '),
(12866,'field:10',0,1,' ponravilis nasi raboty gde iskat esli xocetsia cego to nastoiashhego https maze tattoo catalog b belki nesmotria na to cto procedura dovolno prosta doverit ee lucse professionalam ved daze neznacitelnyi prokol sdelannyi ne po pravilam sposoben privesti k katastroficeskim posledstviiam https maze tattoo catalog l lyagushki nas master akkuratno vypolnit prokol i vstavit v nego vybrannoe klientom ukrasenie https maze tattoo catalog p palm zatem on obrabotaet oblast specialnymi sredstvami ctoby garantirovat maksimalno bystroe zazivlenie https maze tattoo catalog l lyagushki koncert na lodke spektakli na rynke i biennale v kvartirax cem zapomnilsia 15 i vyksa festival https maze tattoo catalog c sobaka 90972 https maze tattoo catalog ts opublikovano 5 marta 2019 17 47 id10240 https maze tattoo catalog v voin '),
(12866,'field:18',0,1,' https ccregent com contact '),
(12866,'field:19',0,1,' info ccregent com '),
(12866,'field:6',0,1,' barrymal '),
(12866,'field:7',0,1,' prosavmobi1981 mail ru '),
(12866,'field:8',0,1,' google '),
(12866,'field:9',0,1,' general inquiry '),
(12866,'title',0,1,' 2026 01 21 04 02 50 '),
(12867,'field:10',0,1,' 3 e mesto po seo https proffseo ru pri opredelenii regiona poiskovye sistemy v pervuiu ocered ucityvaiut informaciiu v razdele kontakty na saite kompanii i dannye ukazannye v spravocnikax iandeks i google https proffseo ru prodvizhenie zarubezhnykh sajtov proverit k kakomu regionu priviazan vas sait mozno s pomoshhiu servisa iandeks https proffseo ru privacy vebmaster https proffseo ru prodvizhenie angloyazychnykh sajtov dlia etogo sleduet zaregistrirovatsia v servise i zaiti v razdel informaciia o saite stranica regionalnost https proffseo ru prodvizhenie sajtov po rf zdes budut ukazany strana oblast i gorod priviazki resursa https proffseo ru kontakty prozracnaia rabota https proffseo ru prodvizhenie zarubezhnykh sajtov rezultaty a dlia nacala rassmotrim 2 vida poiskovyx zaprosov minimalnaia cena prodvizeniia saitov po rossii u nas ot 30 000 rub mes https proffseo ru konecnaia stoimost uslug soglasovyvaetsia individualno pod vasi usloviia i pozelaniia https proffseo ru prodvizhenie sajtov po rf '),
(12867,'field:18',0,1,' https ccregent com contact '),
(12867,'field:19',0,1,' info ccregent com '),
(12867,'field:6',0,1,' buddyexhax '),
(12867,'field:7',0,1,' dolnovam mail ru '),
(12867,'field:8',0,1,' google '),
(12867,'field:9',0,1,' general inquiry '),
(12867,'title',0,1,' 2026 01 21 04 05 13 '),
(12868,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site completecarewall com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(12868,'field:18',0,1,' https completecarewall com contact '),
(12868,'field:19',0,1,' info completecarewall com '),
(12868,'field:6',0,1,' qasim yaseen '),
(12868,'field:7',0,1,' qasimyaseen326 gmail com '),
(12868,'field:8',0,1,' web ui ux design and developemnt '),
(12868,'field:9',0,1,' careers '),
(12868,'title',0,1,' 2026 01 21 04 06 41 '),
(12869,'field:10',0,1,' otzyvy klientov https shcherbinins ru uslugy prigotovleniia https shcherbinins ru contacts sozdat izyskannye zakuski https shcherbinins ru aboutus prigotovit osnovnye bliuda na liuboi vkus https shcherbinins ru contacts udovletvorit gastronomiceskie predpocteniia kazdogo gostia https shcherbinins ru contacts razrabotat individualnoe keitering meniu ucityvaiushhee vse vasi pozelaniia https shcherbinins ru menu zakazyvali furset na svadbu v mosfurset https shcherbinins ru menu dlia dannogo meropriiatiia pered nami stoiala zadaca razrabotat skandinavskoe meniu https shcherbinins ru aboutus neobxodimo bylo vyderzat tematiku etogo sobytiia predlozit aktualnye bliuda i krasivo vizualno prepodnesti gostiam https shcherbinins ru contacts 1 vyberite ponravivseesia bliudo i polozite ego v korzinu https shcherbinins ru menu '),
(12869,'field:18',0,1,' http ccburlingtonwoods com contact '),
(12869,'field:19',0,1,' info ccburlingtonwoods com '),
(12869,'field:6',0,1,' michaelempig '),
(12869,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12869,'field:8',0,1,' google '),
(12869,'field:9',0,1,' general inquiry '),
(12869,'title',0,1,' 2026 01 21 04 07 08 '),
(12870,'field:10',0,1,' uslugi sluzby keiteringa mosfurset stat korporativnym klientom https shcherbinins ru aboutus 666 rub cel https shcherbinins ru contacts 1 375 rub cel https shcherbinins ru uslugy andrei 8 maia 2025 https shcherbinins ru menu keitering eto https shcherbinins ru menu '),
(12870,'field:18',0,1,' http ccburlingtonwoods com contact '),
(12870,'field:19',0,1,' info ccburlingtonwoods com '),
(12870,'field:6',0,1,' michaelempig '),
(12870,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12870,'field:8',0,1,' google '),
(12870,'field:9',0,1,' general inquiry '),
(12870,'title',0,1,' 2026 01 21 04 07 09 '),
(12871,'field:10',0,1,' sytnoe fursetnoe meniu s burgerami na 55 60 person https shcherbinins ru caterme predlagaet riad preimushhestv delaiushhix process vybora i zakaza keiteringa legkim i udobnym uze god rabotaiu s mosfurset i ne mogu naradovatsia detskie prazdniki eto celaia nauka a ix zakuski prosto naxodka https shcherbinins ru aboutus vsegda delaiut raznoobraznoe meniu i dlia detei i dlia vzroslyx https shcherbinins ru aboutus roditeli dovolny deti v vostorge https shcherbinins ru contacts nadeznyi partner dlia moego biznesa rekomenduiu keitering po moskve podobrannyi na nasem portale pomozet vam provesti zamecatelnyi banket furset kofe breik ili candy bar ne tratia na podgotovku svoe vremia i sily https shcherbinins ru aboutus etot format udoben i dlia organizacii korporativnogo pitaniia https shcherbinins ru uslugy vkus bliud vo mnogom zavisit ot kacestva i svezesti produktov poetomu my tshhatelno otbiraem postavshhikov ne delaem zakupki zaranee i gotovim edu pered meropriiatiem https shcherbinins ru menu kacestvo bliud https shcherbinins ru '),
(12871,'field:18',0,1,' http ccburlingtonwoods com contact '),
(12871,'field:19',0,1,' info ccburlingtonwoods com '),
(12871,'field:6',0,1,' michaelempig '),
(12871,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12871,'field:8',0,1,' google '),
(12871,'field:9',0,1,' general inquiry '),
(12871,'title',0,1,' 2026 01 21 04 07 20 '),
(12872,'field:10',0,1,' hi i hope youre having a great week i wanted to explore a potential seo collaboration i can offer links to ccparkplace com from 5 well maintained local business websites dr30 with no fees involved in exchange id appreciate links to 5 different of my client sites from your side a balanced mutually seo beneficial arrangement to boost your website ranking on google if this is something youd consider id be glad to share the site list for your review kind regards emma '),
(12872,'field:18',0,1,' https ccparkplace com contact '),
(12872,'field:19',0,1,' info ccparkplace com '),
(12872,'field:6',0,1,' emma b '),
(12872,'field:7',0,1,' emma digitalhub56 gmail com '),
(12872,'field:8',0,1,' outreach seo '),
(12872,'field:9',0,1,' general inquiry '),
(12872,'title',0,1,' 2026 01 21 04 07 32 '),
(12873,'field:10',0,1,' hi hope all is well long story short i can link to your site ccsummitridge com from 5x legit local business websites dr30 all foc no money involved in return youd link to 5 different of my client sites from your end for a mutual seo boost interested i can send you the site list to choose cheers emma '),
(12873,'field:18',0,1,' https ccsummitridge com contact '),
(12873,'field:19',0,1,' info ccsummitridge com '),
(12873,'field:6',0,1,' emma b '),
(12873,'field:7',0,1,' emma digitalhub56 gmail com '),
(12873,'field:8',0,1,' outreach seo '),
(12873,'field:9',0,1,' volunteer opportunities '),
(12873,'title',0,1,' 2026 01 21 04 09 24 '),
(12874,'field:10',0,1,' katalog produkcii generatory surgitron generator radiovolnovoi 4 0 mgc ssa rasxodnye materialy k evakuatoram dyma ginekologiia dermatologiia kosmetologiia lor oftalmologiia plasticeskaia xirurgiia https ellman ru catalog uvazaemye kollegi predstavliaem vam daty kursov po esteticeskoi ginekologii na 2022 god 14 17 fevralia 14 17 iiunia 07 10 noiabria kurator kursa zaveduiushhaia otdeleniem esteticeskoi ginekologii i reabilitacii fgbu professor apolixina i https ellman ru diamond a https ellman ru scalpel po vsem https ellman ru plates citat dalee https ellman ru accessories kollegi my zanimaemsia postavkoi i realizaciei tolko originalnogo vysokonadeznogo oborudovaniia proizvodstva ssa https ellman ru triangular esli vy zelaete priobresti novyi nastoiashhii tot samyi surgitron my s udovolstviem postavim oborudovanie kotoroe vam neobxodimo https ellman ru elektrody pellefirm v kratcaisie sroki podtiagivaiut kozu delaiut ee bolee rovnoi i gladkoi modeliruiut siluet https ellman ru round effektivnost texnologii dokazana kliniceskimi issledovaniiami https ellman ru needle avtorskii vebinar doktora nadezdy stepanovny zverevoi udalenie novoobrazovanii v genitalnoi oblasti https ellman ru scalpel neosporimye preimushhestva apparata surgitron https ellman ru plates generator pozvoliaet vracu xirurgu virtuozno vypolniat tocnye atravmaticnye razrezy kozi i tkanei pri temperature ot 38 do 80 s s absoliutnoi bezopasnostiu dlia sebia i pacienta obespecivaia velikolepnyi rezultat https ellman ru catalog model pri moshhnosti v 90 vt sposoben generirovat i podderzivat nepreryvno castotu 4 0 mgc v nem takze predusmotrena vozmoznost parallelnogo vkliuceniia bipoliarnogo pinceta bez otkliuceniia osnovnogo elektroda https ellman ru accessories v rezime bipoliarnoi koaguliacii apparat generiruet volnu 1 7 mgc usilivaiushhuiu koaguliacionnyi effekt https ellman ru ball '),
(12874,'field:18',0,1,' https cckressonview com contact '),
(12874,'field:19',0,1,' info cckressonview com '),
(12874,'field:6',0,1,' jeffreystone '),
(12874,'field:7',0,1,' rerkgeemong98 mail ru '),
(12874,'field:8',0,1,' google '),
(12874,'field:9',0,1,' general inquiry '),
(12874,'title',0,1,' 2026 01 21 04 10 17 '),
(12875,'field:10',0,1,' zdravo htio sam znati vasu cijenu '),
(12875,'field:18',0,1,' http cchamiltonplaza com contact '),
(12875,'field:19',0,1,' info cchamiltonplaza com '),
(12875,'field:6',0,1,' leegok '),
(12875,'field:7',0,1,' zekisuquc419 gmail com '),
(12875,'field:8',0,1,' google '),
(12875,'field:9',0,1,' general inquiry '),
(12875,'title',0,1,' 2026 01 21 04 10 54 '),
(12876,'field:10',0,1,' r scr resr r snjsgjrjerer№ s sgjsr rdzr ri rdzrjsgjrjer '),
(12876,'field:18',0,1,' http ccatcourthouse com contact '),
(12876,'field:19',0,1,' info ccatcourthouse com '),
(12876,'field:6',0,1,' alymox '),
(12876,'field:7',0,1,' webmasterandrey777 gmail com '),
(12876,'field:8',0,1,' google '),
(12876,'field:9',0,1,' general inquiry '),
(12876,'title',0,1,' 2026 01 21 04 11 19 '),
(12877,'field:10',0,1,' avtorskii vebinar doktora nadezdy stepanovny zverevoi udalenie novoobrazovanii v genitalnoi oblasti https ellman ru devices neosporimye preimushhestva apparata surgitron https ellman ru accessories komplektaciia mozet byt izmenena proizvoditelem https ellman ru kontakty https ellman ru scalpel nomer telefona '),
(12877,'field:18',0,1,' https ccvoorhees com contact '),
(12877,'field:19',0,1,' info ccvoorhees com '),
(12877,'field:6',0,1,' jeffreytob '),
(12877,'field:7',0,1,' rerkgeemong98 mail ru '),
(12877,'field:8',0,1,' google '),
(12877,'field:9',0,1,' general inquiry '),
(12877,'title',0,1,' 2026 01 21 04 11 27 '),
(12878,'field:10',0,1,' albes centr torgovyi dom adres g https mobelmetall ru lazernaya svarka dubna vidnoe ul https mobelmetall ru blog poroshkovaya pokraska dubna skolnaia d https mobelmetall ru policy 21 a ia 1120 tel 7 495 995 75 45 741 75 45 https mobelmetall ru aboutus kakie otrasli ispolzuiut produkciiu zavodov metallokonstrukcii proizvodstvo i realizaciia konstrukcii iz metalla i betona zbi https mobelmetall ru ourproduction dostavka po iugu rossii dnr lnr https mobelmetall ru lazernaya rezka dubna alga proizvodstvenno kommerceskaia firma adres g https mobelmetall ru lazernaya svarka dubna celiabinsk ul https mobelmetall ru contacts eniseiskaia d https mobelmetall ru lazernaya svarka dubna 41 tel 7 351 259 50 60 51 https mobelmetall ru gibka metalla ooo karbofer metservis bylo osnovano v 2009 godu kollektivom edinomyslennikov stremiashhixsia razvivat svoi biznes v kacestve aktivnogo ucastnika ekonomiceskogo i socialnogo razvitiia centralno cernozemnogo regiona https mobelmetall ru poroshkovaya pokraska dubna ooo grand prodzekt insi '),
(12878,'field:18',0,1,' https ccorangepark com contact '),
(12878,'field:19',0,1,' info ccorangepark com '),
(12878,'field:6',0,1,' shermanval '),
(12878,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12878,'field:8',0,1,' google '),
(12878,'field:9',0,1,' general inquiry '),
(12878,'title',0,1,' 2026 01 21 04 11 36 '),
(12879,'field:10',0,1,' predlagaem kacestvennyi i bezopasnyi pirsing pupka prokol nosa brovi guby ili iazyka raznoobraznye prokoly usei zenskii intimnyi pirsing i drugie vidy prokolov https maze tattoo catalog ch cherep zasivanie tonnelei rekonstrukciia mocki posle nepravilnogo pirsinga otoplastika https maze tattoo catalog d donald duck ustanovka mikrodermalov https maze tattoo catalog t parnye tatuirovki https maze tattoo catalog z uxod za tatuirovkoi https maze tattoo catalog c sobaka 4 priciny stat klientom tatu studii klassik v moskve https maze tattoo catalog m mini tatu kogda vy vvodite v poiske cto to vrode gde poblizosti sdelat tatu vy skoree vsego ishhete ne prosto blizaisii adres https maze tattoo catalog k kot vy ishhete mesto gde vas poimut https maze tattoo catalog a gde ne budut toropit https maze tattoo catalog i in yan gde pomogut opredelitsia https maze tattoo catalog r rukava i esli vy uze otkryli kartu i smotrite kakie tatu studii v moskve naxodiatsia blize vsego tatu maniia tocno okazetsia v cisle tex kuda stoit zaglianut https maze tattoo catalog b bedro tatuirovka my socetaem sovremennye metody tatuirovki s tradicionnymi '),
(12879,'field:18',0,1,' https cclehigh com contact '),
(12879,'field:19',0,1,' info cclehigh com '),
(12879,'field:6',0,1,' barrytheri '),
(12879,'field:7',0,1,' prosavmobi1981 mail ru '),
(12879,'field:8',0,1,' google '),
(12879,'field:9',0,1,' general inquiry '),
(12879,'title',0,1,' 2026 01 21 04 12 34 '),
(12880,'field:10',0,1,' perevozka gruzov s termorezimom https keycargo ru o kompanii ekspress rascet stoimosti dostavki otslezivanie oplata gruza https keycargo ru gruzoperevozki viaceslav butakov tel 7 812 326 80 86 faks 7 812 326 80 81 e mail auto cargo express https keycargo ru kontakty ru https keycargo ru kommerceskie gruzoperevozki https keycargo ru o kompanii kompaniia vozovoz imeet sirokuiu set filialov 0 otdelenii v 79 gorodax rf a takze v belarusi i kazaxstane https keycargo ru gruzoperevozki ooo novik logistik '),
(12880,'field:18',0,1,' https ccwestcaldwell com contact '),
(12880,'field:19',0,1,' info ccwestcaldwell com '),
(12880,'field:6',0,1,' brianwrica '),
(12880,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(12880,'field:8',0,1,' google '),
(12880,'field:9',0,1,' general inquiry '),
(12880,'title',0,1,' 2026 01 21 04 13 12 '),
(12881,'field:10',0,1,' takelaz promyslennogo oborudovaniia press 8 tonn https drogal ru portfolio items perevozka predmetov iskusstva tent do 45 m 55 km za mkad 1800 cas zakazat https drogal ru uslugi upakovka morskaya upakovka dmitrii arxipov kogda potrebovalos zakazat brigadu takelaznikov v moskve ia casa tri potratil na poisk samogo vygodnogo varianta https drogal ru portfolio items takelazhnie raboti v ryazani v itoge ostanovilsia na perevozke liuks ustroili rascenki i obeshhannaia skorost vypolneniia zakaza https drogal ru uslugi takelazh razgruzka oborudovaniya v itoge za uslugi takelaznyx rabot zaplatil mense cem iznacalno rasscityval https drogal ru voprosi otveti gost 17527 2020 za takuiu cenu kacestvo na vysote fura 20 t 13 https drogal ru portfolio items razgruzka stanka 6 m 90 m proverka liudei i texniki texnika zaregistrirovana v rostexnadzore i svoevremenno proxodit texosmotry https drogal ru glossary stoechnii poddon brigadir gruzcikov https drogal ru uslugi takelazh takelazh poligraficheskogo oborudovaniya '),
(12881,'field:18',0,1,' http ccmonmouth com contact '),
(12881,'field:19',0,1,' info ccmonmouth com '),
(12881,'field:6',0,1,' robertpak '),
(12881,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(12881,'field:8',0,1,' google '),
(12881,'field:9',0,1,' general inquiry '),
(12881,'title',0,1,' 2026 01 21 04 14 27 '),
(12882,'field:10',0,1,' belief bs acs a3 125 a2 https first industrial ru catalog drycooler drajkuler thermokey wl1263 c d 8 v 9 kondensator vozdusnogo oxlazdeniia s ustanovlennym ventiliatorom https first industrial ru catalog page 6 skacivaete bumaznuiu formu zapolniaete ee i napravliaete nam na e mail info c one https first industrial ru catalog chiller chiller climacore lda 120 ru blank zaiavka na izgotovlenie teploobmennika nasa kompaniia oficialnyi diler predlagaemyx nami kondensatorov https first industrial ru articles chiller ohlazdenie vodi 2 u nas est vse podtverzdaiushhie eto sertifikaty i soprovoditelnaia dokumentaciia k kazdoi modeli oxlazdaiushhego ustroistva https first industrial ru catalog kondensator freonovyj 008 8 kondensator becool d8 takze my predostavliaem obiazatelnye garantii ot proizvoditelia https first industrial ru catalog freon 032 freon r32 hladon r32 ctoby kupit xolodilnyi vozdusnyi kondensator v kompanii zip24 sviazites s nami po odnomu iz nomerov 7 495 589 15 19 7 968 729 29 79 https first industrial ru portfolio zao aist takze vy mozete ostavit zaiavku zapolniv formu obratnoi sviazi na saite ili napisav nam v whatsapp 7 967 148 92 00 https first industrial ru catalog freon 134 freon 134a hladon r134 na segodniasnii den rynok xolodilnogo oborudovaniia izobiluet raznoobraznymi vidami kondensatorov dlia oxlazdaiushhix ustanovok razlicnogo naznaceniia https first industrial ru catalog chiller 009 0 chiller vom 9 kvt kompaniia cex market realizuet b u kondensatory i komplektuiushhie dlia xolodilnyx sistem https first industrial ru proizvodstvo oborudovaniya html my predlagaem kupit kacestvennoe oborudovanie proverennyx torgovyx marok a takze ustanovku montaz i obsluzivanie xolodilnyx ustanovok https first industrial ru raschet gradirni html po vsem voprosam obrashhaites k nam https first industrial ru catalog chiller chiller climacore lda hp 090 kontaktnye dannye ukazany na saite https first industrial ru catalog page 12 '),
(12882,'field:18',0,1,' https ccatgreenacres com contact '),
(12882,'field:19',0,1,' info ccatgreenacres com '),
(12882,'field:6',0,1,' davidbaw '),
(12882,'field:7',0,1,' sinevhabibi664 bk ru '),
(12882,'field:8',0,1,' google '),
(12882,'field:9',0,1,' general inquiry '),
(12882,'title',0,1,' 2026 01 21 04 14 48 '),
(12883,'field:10',0,1,' kartofel rostbif goviadina vyrezka sampinyony perec bolgarskii brokkoli pomidory cerri petruska sous petruska maslo rastitelnoe sous soevyi obshhii ves 230 g https dostafka obedi ru lapsa po vostocnomu 400 ml goviadina kartofel lapsa luk morkov bolgarskii perec tomat zraza kurinaia po moskovski 130 gr kurinaia kotleta farsirovannaia lukom morkoviu iaicom syrom kapusta tusenaia 200 gr salat eskada 200 ml vetcina ris svezii ogurcik syr maionez sokoladnyi keks s iziumom 80 gr xleb belyi 1 st xleb cernyi 1 st komplekt priborov vilka noz lozka salfetka pereidite v meniu i vyberite v kalendare den v kotoryi vam dostaviat obed https dostafka obedi ru services salat s indeikoi i zarenoi fasoliu https dostafka obedi ru services kompleksnye obedy 2 vyrazaem blagodarnost za zabotu o nasem pitanii za ezednevnuiu dostavku vkusnyx goriacix obedov otdelnoe spasibo menedzeram i voditeliam kotorye vsegda privetlivy i punktualny https dostafka obedi ru privacy policy ooo iulmart rsk '),
(12883,'field:18',0,1,' http ccmonmouth com contact '),
(12883,'field:19',0,1,' info ccmonmouth com '),
(12883,'field:6',0,1,' edwinsat '),
(12883,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(12883,'field:8',0,1,' google '),
(12883,'field:9',0,1,' general inquiry '),
(12883,'title',0,1,' 2026 01 21 04 16 10 '),
(12884,'field:10',0,1,' no direct impact on standard rate not applicable as their list price threshold for this charge is effectively 0 ved anyway https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12884,'field:18',0,1,' https completecarewall com contact '),
(12884,'field:19',0,1,' info completecarewall com '),
(12884,'field:6',0,1,' charlesemoks '),
(12884,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12884,'field:8',0,1,' google '),
(12884,'field:9',0,1,' general inquiry '),
(12884,'title',0,1,' 2026 01 21 04 16 42 '),
(12885,'field:10',0,1,' s sgjsr rdzr rўrdzrjsgjrje '),
(12885,'field:18',0,1,' http ccgrotonregency com contact '),
(12885,'field:19',0,1,' info ccgrotonregency com '),
(12885,'field:6',0,1,' alyemaiz '),
(12885,'field:7',0,1,' webmasterandrey777 gmail com '),
(12885,'field:8',0,1,' google '),
(12885,'field:9',0,1,' general inquiry '),
(12885,'title',0,1,' 2026 01 21 04 17 07 '),
(12886,'field:10',0,1,' akkuratno spilit derevo na ucastke mozno neskolkimi sposobami predlagaem operativnuiu valku derevev vypolniaem raboty liuboi stepeni sloznosti https arbvbg ru privacypolicy kompaniia alpkonvent eto vse pod kliuc bez dopolnitelnyx zatrat https arbvbg ru privacypolicy etot sposob iavliaetsia samym prostym i otnositelno nedorogim metodom udaleniia derevev na ucastke https arbvbg ru primeniaetsia kogda riadom otsutstvuiut stroeniia i kommunikacii a takze imeetsia dostatocno prostranstva dlia padeniia dereva https arbvbg ru privacypolicy podrezanie dereva osushhestvliaetsia s protivopoloznoi storony ego naklona https arbvbg ru valka takim sposobom ne trebuet ispolzovaniia specialnoi texniki https arbvbg ru privacypolicy texnologiia spila udaleniia dereva ili rasteniia zavisit ot ego fakticeskogo sostoianiia i mesta naxozdeniia https arbvbg ru privacypolicy esli riadom s obieektom raspolozeno sooruzenie ili linii elektroperedac metodika spilivaniia dereva mozet silno otlicatsia https arbvbg ru privacypolicy naibolee rasprostranennye sposoby geografiia nasego vyezda ne ogranicivaetsia moskovskoi oblastiu my s radostiu obsluzivaem i sosednie raiony https arbvbg ru zelanie imet krasivy i bezopasnyi dlia zizni ucastok stanovitsia nastoiashhim trendom https arbvbg ru pod stremitelno rastushhii spros na uslugi u nas est predlozeniia kotoroe podoidet dlia klientov raznogo urovnia zizni i dostatka https arbvbg ru privacypolicy '),
(12886,'field:18',0,1,' https cckressonview com contact '),
(12886,'field:19',0,1,' info cckressonview com '),
(12886,'field:6',0,1,' charleskar '),
(12886,'field:7',0,1,' nikolayy shevcov mail ru '),
(12886,'field:8',0,1,' google '),
(12886,'field:9',0,1,' general inquiry '),
(12886,'title',0,1,' 2026 01 21 04 18 00 '),
(12887,'field:10',0,1,' xin chao toi muon biet gia cua ban '),
(12887,'field:18',0,1,' http completecareheritage com contact '),
(12887,'field:19',0,1,' info completecareheritage com '),
(12887,'field:6',0,1,' robertpaist '),
(12887,'field:7',0,1,' zekisuquc419 gmail com '),
(12887,'field:8',0,1,' google '),
(12887,'field:9',0,1,' general inquiry '),
(12887,'title',0,1,' 2026 01 21 04 18 05 '),
(12888,'field:10',0,1,' sawubona bengifuna ukwazi intengo yakho '),
(12888,'field:18',0,1,' http ccoceangrove com contact '),
(12888,'field:19',0,1,' info ccoceangrove com '),
(12888,'field:6',0,1,' leekance '),
(12888,'field:7',0,1,' zekisuquc419 gmail com '),
(12888,'field:8',0,1,' google '),
(12888,'field:9',0,1,' general inquiry '),
(12888,'title',0,1,' 2026 01 21 04 18 52 '),
(12889,'field:10',0,1,' effektivnoe lecenie bez gospitalizacii https www angioprof ru uslugi flebologii i angiologii varikoznoe rasshirenie ven html polnoe ustranenie v den obrashheniia akkreditaciia xirurgiia serdecno sosudistaia xirurgiia ultrazvukovaia diagnostika https www angioprof ru uslugi flebologii i angiologii tromboflebit html staz raboty po specialnostiam 39 let https www angioprof ru v prodazhe tovaryi dlya zdorovya mediczinskij trikotazh mediczinskie noski dlya diabetikov html 15 000 rub https www angioprof ru v prodazhe tovaryi dlya zdorovya mediczinskij trikotazh mediczinskie noski dlya diabetikov html plotnikov grigorii andreevic https www angioprof ru akczii kliniki flebologii angioprof professionalnaia pomoshh https www angioprof ru v prodazhe tovaryi dlya zdorovya tiazest v ikronoznyx myscax k koncu rabocego dnia signaliziruet o nacalnyx proiavleniiax venoznoi nedostatocnosti https www angioprof ru uslugi flebologii i angiologii limfedema html otecnost golenei usilivaiushhaiasia v vecernee vremia ukazyvaet na narusenie venoznogo ottoka https www angioprof ru diagnostika html poiavlenie vidimyx rassirennyx ven trebuet konsultacii specialista https www angioprof ru statya 146 narushenie avtorskix i smezhnyix prav html '),
(12889,'field:18',0,1,' https ccsevernapark com contact '),
(12889,'field:19',0,1,' info ccsevernapark com '),
(12889,'field:6',0,1,' melvindrona '),
(12889,'field:7',0,1,' riinata osippova bk ru '),
(12889,'field:8',0,1,' google '),
(12889,'field:9',0,1,' general inquiry '),
(12889,'title',0,1,' 2026 01 21 04 19 02 '),
(12890,'field:10',0,1,' pri vyezde v moskovskuiu oblast v predelax malogo kolca betonki minimalnaia stoimost uslug 6000 rub https arbvbg ru privacypolicy za predely malogo kolca 12000 rub https arbvbg ru privacypolicy dostoinstva promalpa v gorode moskva deistvuet reglament o zashhite zelenyx nasazdenii https arbvbg ru vy ne smozete prosto tak bez osnovaniia spilit derevo daze na sobstvennoi territorii https arbvbg ru za pravovym ispolneniem i ekologiceskimi naruseniiami sledit departament prirodopolzovaniia https arbvbg ru liubye deistviia s zelenymi nasazdeniiami derevia kustarniki trebuiut soglasovaniia i poluceniia porubocnogo bileta v dpioos https arbvbg ru zakonnyi spil derevev v moskve predpolagaet tesnoe sotrudnicestvo s departamentom i obiazatelnym proxozdeniem vsex biurokraticeskix procedur https arbvbg ru privacypolicy dokumenty oformliaiutsia ot lica sobstvennika zemli balansoderzatelia na kotoroi rastut derevia https arbvbg ru privacypolicy podaca dokumentov elektronnaia https arbvbg ru privacypolicy srok poluceniia uslugi do 20 rabocix dnei https arbvbg ru poroda rasteniia https arbvbg ru razmery rasteniia https arbvbg ru fiziceskoe sostoianie https arbvbg ru privacypolicy kolicestvo i vidy rabot po valke https arbvbg ru kolicestvo edinic dlia sanitarnogo ili inogo spilivaniia kak bystro nuzno vypolnit spil derevev ili kustov v lesu poselke ili derevne https arbvbg ru privacypolicy dlia udobnoi utilizacii krupnye vetki pererabatyvaiutsia v melkuiu shhepu s pomoshhiu sovremennyx drobilok https arbvbg ru ocenka sostoianiia dereva prezde cem pristupit k rabote nasi specialisty provedut polnuiu diagnostiku dereva ctoby opredelit nailucsii sposob ego udaleniia https arbvbg ru '),
(12890,'field:18',0,1,' https ccvoorhees com contact '),
(12890,'field:19',0,1,' info ccvoorhees com '),
(12890,'field:6',0,1,' charlessom '),
(12890,'field:7',0,1,' nikolayy shevcov mail ru '),
(12890,'field:8',0,1,' google '),
(12890,'field:9',0,1,' general inquiry '),
(12890,'title',0,1,' 2026 01 21 04 19 51 '),
(12891,'field:10',0,1,' esli pri provedenii rabot v silu specifiki avtomobilia ili v silu sloznosti demontaza krepeznyx elementov sloznost rabot povysaetsia sootvetstvenno stoimost rabot takze mozet povysatsia https dialdrive ru katalizator raboty s masinami osobyx konstrukcii i individualnyx komplektacii ocenivaiutsia individualno https dialdrive ru stoimost rabot na masiny v vozraste starse 12 let mozet otlicatsia ot bazovyx https dialdrive ru nazvanie stoimost poisk i ustranenie neispravnosti v provodke ot 3000 ustanovka signalizacii komplekt ot 8500 remont bloka upravleniia ot 12000 zamena lampy ot 300 zamena lampy so sniatiem fary ot 1500 kompiuternaia diagnostika ot 3000 https dialdrive ru dvs rastonirovka stekol mozet ponadobitsia esli rulevoe upravlenie https dialdrive ru dvs kontakty podtverzdeny https dialdrive ru katalizator texniceskoe obsluzivanie i remont avtomobilia https dialdrive ru '),
(12891,'field:18',0,1,' https ccburlingtonwoods com contact '),
(12891,'field:19',0,1,' info ccburlingtonwoods com '),
(12891,'field:6',0,1,' vincentmeedo '),
(12891,'field:7',0,1,' andreyy filimonov bk ru '),
(12891,'field:8',0,1,' google '),
(12891,'field:9',0,1,' general inquiry '),
(12891,'title',0,1,' 2026 01 21 04 20 24 '),
(12892,'field:10',0,1,' nesvoevremennaia zamena masla http dmalmotors ru zamena tsepi ili remnya grm html esli zabyt vovremia pomeniat maslo i maslianyi filtr eto mozet privesti k uveliceniiu sil treniia detalei http dmalmotors ru remont dvigatelej html krome togo v takom slucae v sisteme budet obrazovyvatsia mnogo produktov iznosa http dmalmotors ru promyvka inzhektorov html v rezultate vsego etogo dvigatel takze budet bystree iznasivatsia http dmalmotors ru remont dvigatelej html teper my mozem ustanovit golovku bloka cilindrov http dmalmotors ru zamena tsepi ili remnya grm html predvaritelno stavim prokladku http dmalmotors ru remont starterov html na nekotoryx modeliax dvigatelei postaviv ee naoborot s pervogo vzgliada ne zametis osibki http dmalmotors ru zamena i remont stsepleniya html poetomu vnimatelno sledite zatem ctoby otverstie maslianogo kanala v bloke dvigatelia sovpalo s otverstiem na prokladke kak pravilo ono imeet metalliceskuiu ili rezinovuiu okantovku http dmalmotors ru ctoby ne dopustit poiavlenie treshhin v krepleniiax golovok cilindra evro 3 i 740 rekomenduetsia nadezno izolirovat otverstiia dlia boltov lucse prosledit za germeticnostiu krepeznyx otverstii pri zamene golovok bloka cilindra dvs http dmalmotors ru remont sistemy okhlazhdeniya html dlia provedeniia diagnostiki rabotosposobnosti sovremennogo dvigatelia vozmozno ispolzovanie kompiutera i specialnyx predustanovlennyx programm http dmalmotors ru promyvka inzhektorov html specialist po polucennym dannym mozet opredelit konkretnuiu neispravnost http dmalmotors ru diagnostika inzhektora html '),
(12892,'field:18',0,1,' https ccburlingtonwoods com contact '),
(12892,'field:19',0,1,' info ccburlingtonwoods com '),
(12892,'field:6',0,1,' emanuelgip '),
(12892,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(12892,'field:8',0,1,' google '),
(12892,'field:9',0,1,' general inquiry '),
(12892,'title',0,1,' 2026 01 21 04 20 26 '),
(12893,'field:10',0,1,' hi we run a youtube growth service which increases your number of subscribers both safety and practically we guarantee to gain you new 300 500 subscribers per month people subscribe because they are interested in your videos channel increasing video likes comments and interaction all actions are made manually by our team we do not use any bots the price is just $60 usd per month and we can start immediately if you are interested and would like to see some of our previous work let me know and we can discuss further kind regards to unsubscribe reply with the word unsubscribe in the subject '),
(12893,'field:18',0,1,' http ccshrewsbury com contact '),
(12893,'field:19',0,1,' info ccshrewsbury com '),
(12893,'field:6',0,1,' margaret julia '),
(12893,'field:7',0,1,' vinhgrowth gmail com '),
(12893,'field:8',0,1,' vinhgrowth '),
(12893,'field:9',0,1,' careers '),
(12893,'title',0,1,' 2026 01 21 04 21 55 '),
(12894,'field:10',0,1,' rdzrjsgjrje s sgjsr rdzr '),
(12894,'field:18',0,1,' http ccsilverlake com contact '),
(12894,'field:19',0,1,' info ccsilverlake com '),
(12894,'field:6',0,1,' alytok '),
(12894,'field:7',0,1,' webmasterandrey777 gmail com '),
(12894,'field:8',0,1,' google '),
(12894,'field:9',0,1,' general inquiry '),
(12894,'title',0,1,' 2026 01 21 04 24 19 '),
(12895,'field:10',0,1,' nizkoe kacestvo maslo http dmalmotors ru zamena i remont stsepleniya html maslo ploxogo kacestva mozet takze priblizit kapremont dvigatelia http dmalmotors ru remont korobki peredach html ispolzovanie takogo masla privodit k povysennomu obrazovaniiu smolistyx otlozenii http dmalmotors ru promyvka inzhektorov html v rezultate etogo ono budet ploxo proxodit ili daze voobshhe ne smozet doiti do mesta naznaceniia http dmalmotors ru regulyarnoe tekhobsluzhivanie html takim obrazom obrazuiutsia zaklinivaniia i zadiry a sam dvigatel bystro prixodit v negodnost http dmalmotors ru vsegda rady videt vas v texcentre bismark avto zapisatsia k nam ili zadat liubye interesuiushhie vas voprosy mozno po tel http dmalmotors ru regulyarnoe tekhobsluzhivanie html 8 499 394 51 05 8 926 271 08 30 http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html razborku elektrodvigatelia sleduet provodit tak ctob ne razrusit otdelnyx detalei http dmalmotors ru zamena tsepi ili remnya grm html potomu pri razborke ne razresaetsia ispolzovat ocen ogromnyx usilii rezkix udarov vospolzovatsia zubilami http dmalmotors ru remont avtoelektriki html avtoservis predlagaet remont dvigatelei audi v moskve po dostupnym cenam http dmalmotors ru remont korobki peredach html opytnye specialisty osushhestvliaiut kacestvennyi remont kak benzinovyx tak i dizelnyx silovyx agregatov http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html vypolniaem raboty liuboi sloznosti diagnostika texobsluzivanie lokalnyi i kapitalnyi remont dvigatelia http dmalmotors ru remont starterov html avtoservis oborudovan neobxodimym sovremennym oborudovaniem dlia provedeniia diagnostiki i vysokotocnyx nastroek cto sushhestvenno uskoriaiaet process raboty http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 '),
(12895,'field:18',0,1,' https ccsouthpointe com contact '),
(12895,'field:19',0,1,' info southpointecrc com '),
(12895,'field:6',0,1,' emanuelcum '),
(12895,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(12895,'field:8',0,1,' google '),
(12895,'field:9',0,1,' general inquiry '),
(12895,'title',0,1,' 2026 01 21 04 25 28 '),
(12896,'field:10',0,1,' v slucae i s castnym specialistom i s avtoservisom otzyvy realnyx klientov vaznyi pokazatel na kotoryi stoit orientirovatsia https dialdrive ru cena v dannom slucae ne vsegda pokazatel https dialdrive ru katalizator ona mozet byt nizkoi pri vysokom kacestve okazaniia uslugi i naoborot https dialdrive ru vyezdnoi remont avtomobilei 3000 rub https dialdrive ru dvs elektrooborudovanie https dialdrive ru dvs primery rabot https dialdrive ru dokumenty podtverzdeny https dialdrive ru 39 let opyt 17 let https dialdrive ru dvs '),
(12896,'field:18',0,1,' https ccsouthpointe com contact '),
(12896,'field:19',0,1,' info southpointecrc com '),
(12896,'field:6',0,1,' vincentrah '),
(12896,'field:7',0,1,' andreyy filimonov bk ru '),
(12896,'field:8',0,1,' google '),
(12896,'field:9',0,1,' general inquiry '),
(12896,'title',0,1,' 2026 01 21 04 25 29 '),
(12897,'field:10',0,1,' podarocnyi sertifikat svidetelstvuet o tom cto predieiavitel ne obiazan pri pokupke tovara v meste priobreteniia tovara vnosit v kassu na scet prodavca deneznye sredstva v oplatu stoimosti tovara v casti ravnoi nominalu podarocnogo sertifikata ili v predelax summy ostatka deneznyx sredstv na ps https kupefurnitur ru contact podarocnyi sertifikat podtverzdaet vstrecnoe obiazatelstvo prodavca priniat ego u predieiavitelia v oplatu tovara v meste priobreteniia tovara v razmere ego nominala ekvivalentnogo summe perecislennoi pokupatelem prodavcu za takoi podarocnyi sertifikat ili v predelax summy ostatka deneznyx sredstv na ps https kupefurnitur ru podarocnyi sertifikat podtverzdaet pravo predieiavitelia na zakliucenie s prodavcom dogovora roznicnoi kupli prodazi tovara putem ispolzovaniia predieiavitelem v meste priobreteniia tovara podarocnogo sertifikata opredelennogo nominala https kupefurnitur ru contact operativnaia otgruzka i dostavka https kupefurnitur ru contact razrabotannyi specialistami kompanii italiana ferramenta servis pomozet vam podobrat neobxodimyi lift https kupefurnitur ru contact servis otlicaet prostaia posagovaia instrukciia https kupefurnitur ru contact posle vybora parametrov fasada sposoba otkryvaniia fasada tipa petel vy polucite neobxodimye artikuly gazovyx liftov a takze sxemy prisadki na fasade i korobe https kupefurnitur ru price servis dostupen kak na saite tak i v mobilnom prilozenii dlia operacionnyx sistem android ios a takze dlia windows i mac https kupefurnitur ru catalog 8 https kupefurnitur ru contact 15 https kupefurnitur ru contact vozvrat predoplaty zacislennoi na eps osushhestvliaetsia v sootvetstvii s trebovaniiami deistvuiushhego zakonodatelstva rossiiskoi federacii https kupefurnitur ru price pokupateliu rekomenduem soxranit cek pokupki podarocnogo sertifikata dlia operativnogo reseniia spornyx voprosov s prodavcom i ustanovleniia daty mesta i vremeni pokupki podarocnogo sertifikata https kupefurnitur ru onas dlia vozvrata deneznyx sredstv predieiaviteliu neobxodimo obratitsia v magazin torgovoi seti interkomplekt i predieiavit podarocnyi sertifikat dlia proverki podlinnosti i ostatka deneznyx sredstv na nem balansa napisat zaiavlenie na vozvrat deneznyx sredstv s ukazaniem bankovskix rekvizitov dlia vyplaty deneznyx sredstv v beznalicnom vide https kupefurnitur ru onas '),
(12897,'field:18',0,1,' https ccmeriden com contact '),
(12897,'field:19',0,1,' info ccmeriden com '),
(12897,'field:6',0,1,' ronalddom '),
(12897,'field:7',0,1,' konstantinrovini mail ru '),
(12897,'field:8',0,1,' google '),
(12897,'field:9',0,1,' general inquiry '),
(12897,'title',0,1,' 2026 01 21 04 26 22 '),
(12898,'field:10',0,1,' rabotaet po cernym metallamrabocaia temperatura 25 s do 50 smaks https www ndt club com product 743 ema 100 elektromagnit peremennogo toka htm izmerenie 2000 mikronsag izmerenii 1 mikronpodsvetka ekrana estdop https www ndt club com product 750 kabel bnc lemo00 bnc bnc bnc microdot htm funkcii netproizvodstvo taivangarantiia 1 5 goda ultrazvukovoi tolshhinomer tt 320 ispolzuetsia dlia izmerenii po stali s temperaturoi poverxnosti ot 10 do 300 gradusov po celsiiu https www ndt club com product 288 tm 2 tolshinomer pokritii htm pribor prost i udoben v ispolzovanii oborudovan zk ekranom s reguliruemoi intensivnostiu podsvetki na kotorom otobrazaiutsia tekushhee i minimalnoe znacenie tolshhiny https www ndt club com index php z=%d2%ca%cc pd=5 samo nazvanie govorit o tom kakoi princip polozen v osnovu raboty i esli vy resite naprimer ispolzovat ultrazvukovoi tolshhinomer to sootvetstvenno vy polucaete universalnyi pribor rabotaiushhii ne tolko na metallax no i na keramiceskix i plastikovyx poverxnostiax https www ndt club com product 850 prirometr infrakrasnii testo 830 t1 htm eto daet vozmoznost dopolnitelnoi proverki dekorativnyx komponentov masiny https www ndt club com product 890 razdelno sovmeshennii preobrazovatel d1573 6 0a0d6cl dlya tolshinomera a1207 htm cena tolshhinomera na ultrazvuke vyse cem na drugie vidy no etot kraskomer po pravu scitaetsia professionalnym https www ndt club com produkcija 103 tolshinomeri pokritii htm '),
(12898,'field:18',0,1,' https ccburlingtonwoods com contact '),
(12898,'field:19',0,1,' info ccburlingtonwoods com '),
(12898,'field:6',0,1,' stevenicego '),
(12898,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(12898,'field:8',0,1,' google '),
(12898,'field:9',0,1,' general inquiry '),
(12898,'title',0,1,' 2026 01 21 04 28 33 '),
(12899,'field:10',0,1,' my dorozim svoei reputaciei i predlagaem tovary otvecaiushhie samym vysokim texniceskim i esteticeskim trebovaniiam https kupefurnitur ru catalog katalog kompanii reguliarno popolniaetsia produkciei ot novyx brendov https kupefurnitur ru onas zdes naidetsia vse ot samorezov ugolkov i rucek do polnocennyx sistem sloznyx mexanizmov transformacii https kupefurnitur ru na oficialnom saite internet magazina furnitury dlia mebeli kdm predstavleno bolee 20 tovarnyx grupp i svyse 25 000 naimenovanii s foto i podrobnymi xarakteristikami 2 https kupefurnitur ru onas terminy i opredeleniia https kupefurnitur ru onas nase predlozenie https kupefurnitur ru price oficialnyi diler https kupefurnitur ru onas mebelnaia furnitura optom https kupefurnitur ru onas dostavka v predelax mkad dlia optovyx zakazov svyse 40000 rublei besplatnaia pri dostavke za mkad do 5 km minimalnaia summa zakaza dlia besplatnoi dostavki dolzna byt 50000 rublei https kupefurnitur ru contact '),
(12899,'field:18',0,1,' https cchyattsville com contact '),
(12899,'field:19',0,1,' info cchyattsville com '),
(12899,'field:6',0,1,' ronaldbusly '),
(12899,'field:7',0,1,' konstantinrovini mail ru '),
(12899,'field:8',0,1,' google '),
(12899,'field:9',0,1,' general inquiry '),
(12899,'title',0,1,' 2026 01 21 04 29 08 '),
(12900,'field:10',0,1,' posleduiushhuiu operaciiu vvedenie rotora v rastocku statora sozdaiut tak ze kak i pri razborke http dmalmotors ru remont generatorov html potom ustanavlivaiut podsipnikovye shhity zakrepliaia ix vremenno boltami http dmalmotors ru remont sistemy okhlazhdeniya html pri vsem etom nuzno ctob shhity byli ustanovleny na svoe starenkoe mesto cto inspektiruiut po sovpadeniiu metok nanesennyx na korpuse i shhite pri razborke http dmalmotors ru dobryi den http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html summa raboty ot 13 http dmalmotors ru remont dvigatelej html 500 18 http dmalmotors ru zamena masel i filtrov html 000 t http dmalmotors ru zamena masel i filtrov html r http dmalmotors ru promyvka inzhektorov html zavisit ot togo nuzno budet tocit golovu ili net http dmalmotors ru zamena i remont stsepleniya html nado smotret po faktu http dmalmotors ru regulyarnoe tekhobsluzhivanie html vziat avto mozem 21 22 iiulia http dmalmotors ru zamena tsepi ili remnya grm html po vremeni 1 2 dnia esli s protockoi golovy to 2 3 dnia http dmalmotors ru remont generatorov html tel 725203 ili dlinnyi valerii zvonite sdelaem trudoemkost remontnyx rabot zavisit ot tipa dvigatelia na gruzovikax kapremont zanimaet bolse vremeni i fiziceskix usilii http dmalmotors ru remont dvigatelej html bezuslovno kapitalnyi remont dvs takix gruzovyx avtomobilei kak gaz kamaz ili zil prodlitsia dolse cem kapremont vaz k tomu ze dlia remonta bolsix dvigatelei neobxodimo sootvetstvuiushhee po ploshhadi pomeshhenie http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 na nabereznocelninskoi promyslennoi ploshhadke raspolozeny liteinyi i kuznecnyi zavody zavod dvigatelei pressovo ramnyi zavod avtomobilnyi zavod remontno instrumentalnyi zavod industrialnyi park g http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 stavropol http dmalmotors ru remont sistemy okhlazhdeniya html evro 0 esilovoi agregat740 http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html 10 kamaz 5410 54112 5320 55102 5511 moshhnost sostavliaet 210 l http dmalmotors ru remont generatorov html s http dmalmotors ru remont generatorov html samyi bolsoi minus etogo dvigatelia v tom cto on ne otvecaet ekologiceskim dvigatel kamaza svoimi rukami evro standartam http dmalmotors ru zamena i remont stsepleniya html silovoi agregat pozvoliaet massoi 16 2 t vziat na buksir pricep massoi 11 5 tonn http dmalmotors ru remont starterov html remont dizelei ford tranzit trebuet opredelennyx navykov i specializirovannogo oborudovaniia http dmalmotors ru remont korobki peredach html polnocenno vypolnit takuiu rabotu ne pod silu obycnomu avtoliubiteliu ili prostenkoi garaznoi masterskoi http dmalmotors ru diagnostika inzhektora html '),
(12900,'field:18',0,1,' https ccspringbrook com contact '),
(12900,'field:19',0,1,' info ccspringbrook com '),
(12900,'field:6',0,1,' emanuelmaymn '),
(12900,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(12900,'field:8',0,1,' google '),
(12900,'field:9',0,1,' general inquiry '),
(12900,'title',0,1,' 2026 01 21 04 29 44 '),
(12901,'field:10',0,1,' dokumenty podtverzdeny https dialdrive ru dvs ocen rad cto moi avtomobil popal v ruki aleksandru https dialdrive ru katalizator rabota vypolnena xoroso ia polnostiu dovolen https dialdrive ru daze bolee cem https dialdrive ru dvs esli ponadobitsia eshhe podobnyi remont to obiazatelno obrashhus i porekomenduiu https dialdrive ru dvs kontakty podtverzdeny https dialdrive ru katalizator osmotr xodovoi casti https dialdrive ru ceny vypolnennyx rabot https dialdrive ru naimenovanie uslug cena rub ne rabotaet navitel ot 1000 pereregistraciia po na novyi nositel sd ot 1800 ustanovka oxranno poiskovyx gps gsm ot 2000 ustanovka statnogo golovnogo ustroistva ot 3000 ustanovka signalizacii ot 5000 ustanovka signalizacii s avtozapuskom ot 8000 ustanovka zerkala s monitorom ot 1000 ustanovka parktronika ot 3500 ustanovka statnoi kamery zadnego vida ot 3500 ustanovka kamery perednego vida ot 5000 polnyi spisok signalizicionnyx oborudovanii sumoizoliaciia avtomobilia v moskve ceny ustanovki kamer perednego i zadnego vida na avto https dialdrive ru katalizator '),
(12901,'field:18',0,1,' https ccspringbrook com contact '),
(12901,'field:19',0,1,' info ccspringbrook com '),
(12901,'field:6',0,1,' vincenttrody '),
(12901,'field:7',0,1,' andreyy filimonov bk ru '),
(12901,'field:8',0,1,' google '),
(12901,'field:9',0,1,' general inquiry '),
(12901,'title',0,1,' 2026 01 21 04 29 45 '),
(12902,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site completecareberkshire com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(12902,'field:18',0,1,' https completecareberkshire com contact '),
(12902,'field:19',0,1,' info completecareberkshire com '),
(12902,'field:6',0,1,' qasim yaseen '),
(12902,'field:7',0,1,' qasimyaseen326 gmail com '),
(12902,'field:8',0,1,' web ui ux design and developemnt '),
(12902,'field:9',0,1,' volunteer opportunities '),
(12902,'title',0,1,' 2026 01 21 04 31 24 '),
(12903,'field:10',0,1,' petrol diesel standard rate alternative fuel e g hybrid slightly lower standard rate understanding vehicle tax basics for your new acquisition https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(12903,'field:18',0,1,' https ccwestcaldwell com contact '),
(12903,'field:19',0,1,' info ccwestcaldwell com '),
(12903,'field:6',0,1,' charlesoxype '),
(12903,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(12903,'field:8',0,1,' google '),
(12903,'field:9',0,1,' general inquiry '),
(12903,'title',0,1,' 2026 01 21 04 33 36 '),
(12904,'field:10',0,1,' faux pas 18 pocemu vybiraiut nas s 2009 goda https maze tattoo catalog s scorpion my ne ogranicivaemsia tolko tatuirovkami https maze tattoo catalog s spina nasa studiia tatuirovki i pirsinga eto prostranstvo gde telo stanovitsia sposobom samovyrazeniia https maze tattoo catalog a angels pirsing eto ne prosto ukrasenie a cast vizualnogo iazyka kotoryi govorit o vas bolse cem slova https maze tattoo catalog m mini tatu studiia tatu na arbate 10 600 i eto eshhe ne vse https maze tattoo catalog p palm '),
(12904,'field:18',0,1,' https completecarebrick com contact '),
(12904,'field:19',0,1,' info completecarebrick com '),
(12904,'field:6',0,1,' barrydog '),
(12904,'field:7',0,1,' prosavmobi1981 mail ru '),
(12904,'field:8',0,1,' google '),
(12904,'field:9',0,1,' general inquiry '),
(12904,'title',0,1,' 2026 01 21 04 34 16 '),
(12905,'field:10',0,1,' etot pribor neobxodim pri pokupke avtomobilia daze v avtosalone https www ndt club com product 29 ivn 3003 versiya 2 0 izmeritel vlajnosti nefteprodyktov htm esli vy eshhe ne slysali rasskazov o carapinax vmiatinax kotorye voznikaiut pri transportirovke razgruzke i pogruzke avtomobilei na treiler to poverte oni slucaiutsia https www ndt club com proizvoditeli 7 mashproekt htm kak pravilo v takix slucaiax proizvoditsia bystryi kosmeticeskii remont v servisnom centre i avtomobil otpravliaetsia v prodazu https www ndt club com product 257 rentgenozashitnaya kamera krz penal 1200h400h400 htm rabotaet po cernym i cvetnym metallamrabocaia temperatura 40 s do 50 smaks https www ndt club com product 877 standartnie steklyannie plastini dlya ispitanii htm izmerenie 2000 mikronsag izmerenii 0 1 mikronpodsvetka ekrana estdop https www ndt club com fotogalereya 17 htm funkcii datcik ocinkovkiproizvodstvo kitaigarantiia 1 god vozdeistvie temperatury materiala na tolshhinu materiala i skorost rasprostraneniia ultrazvukovyx voln okazyvaet vliianie temperatura https www ndt club com product 686 yd2 70 yltrazvykovoi defektoskop htm dlia dostizeniia vysokoi tocnosti izmerenii otdelno izmerte tolshhinu obrazcov odnogo materiala pri odinakovyx temperaturnyx usloviiax zatem vycislite pogresnost izmerenii vyzvannuiu temperaturoi i kompensiruite ee s pomoshhiu parametrov https www ndt club com produkcija 222 luksmetri htm v slucae stali vysokie temperatury privodiat k vysokoi pogresnosti izmerennye znaceniia nize fakticeskix dannyx i dlia ee kompensacii takze sleduet ispolzovat dannyi metod https www ndt club com uslugi htm '),
(12905,'field:18',0,1,' https ccsouthpointe com contact '),
(12905,'field:19',0,1,' info southpointecrc com '),
(12905,'field:6',0,1,' stevenkat '),
(12905,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(12905,'field:8',0,1,' google '),
(12905,'field:9',0,1,' general inquiry '),
(12905,'title',0,1,' 2026 01 21 04 34 16 '),
(12906,'field:10',0,1,' hbpxmzxjeupchkzfaixm '),
(12906,'field:18',0,1,' https mycompletecare com contact '),
(12906,'field:19',0,1,' cfleming completecaremgmt com '),
(12906,'field:6',0,1,' rzotgksrdpklbicblsunbims '),
(12906,'field:7',0,1,' t a yij iv e zaru 76 gmail com '),
(12906,'field:8',0,1,' dvoilvtimppkcaqhdzbuc '),
(12906,'field:9',0,1,' general inquiry '),
(12906,'title',0,1,' 2026 01 21 04 35 05 '),
(12907,'field:12',0,1,' wbnprteohyksllwjqe '),
(12907,'field:13',0,1,' t a yij iv e zaru 76 gmail com '),
(12907,'field:14',0,1,' 5255739386 '),
(12907,'field:15',0,1,''),
(12907,'field:16',0,1,''),
(12907,'field:17',0,1,' gtbczaqhadwmzcbqsfo '),
(12907,'field:20',0,1,' https mycompletecare com careers '),
(12907,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(12907,'title',0,1,' 2026 01 21 04 36 06 '),
(12908,'field:1',0,1,' griijchpabnnsqgzteiylj '),
(12908,'field:2',0,1,' t a yij iv e zaru 76 gmail com '),
(12908,'field:22',0,1,' https mycompletecare com volunteer '),
(12908,'field:23',0,1,' volunteer completecaremgmt com '),
(12908,'field:3',0,1,' 4548949981 '),
(12908,'field:4',0,1,' complete care at germantown '),
(12908,'field:5',0,1,' vxaiemrxcekkejkrsilczxz '),
(12908,'title',0,1,' 2026 01 21 04 36 27 '),
(12909,'field:10',0,1,' rcozzkiykrdztzbly '),
(12909,'field:18',0,1,' https mycompletecare com contact '),
(12909,'field:19',0,1,' cfleming completecaremgmt com '),
(12909,'field:6',0,1,' kzzadixppfnbnwqmtvgmii '),
(12909,'field:7',0,1,' t ayijivez ar u76 gmail com '),
(12909,'field:8',0,1,' babeklytargqrssgjratktyw '),
(12909,'field:9',0,1,' general inquiry '),
(12909,'title',0,1,' 2026 01 21 04 36 27 '),
(12910,'field:10',0,1,' 7 495 229 04 90 https avtoskola rf specialinfo 7 499 381 01 12 https avtoskola rf anodpo reiting net 0 otzyvov https avtoskola rf entity 15 priznakov nadeznoi avtoskoly v moskve https avtoskola rf npodo avtoskola onlain zanimaet lidiruiushhie pozicii v reitinge gibdd moskvy po kacestvu podgotovki budushhix voditelei legkovyx i gruzovyx avtomobilei motociklov i drugix transportnyx sredstv https avtoskola rf entity kategoriia '),
(12910,'field:18',0,1,' https ccgermantown com contact '),
(12910,'field:19',0,1,' info virginiahighlandscrc com '),
(12910,'field:6',0,1,' kevinnekly '),
(12910,'field:7',0,1,' erangifest1980 mail ru '),
(12910,'field:8',0,1,' google '),
(12910,'field:9',0,1,' general inquiry '),
(12910,'title',0,1,' 2026 01 21 04 38 11 '),
(12911,'field:10',0,1,' ymafdzeufpiaygwbjmissoj '),
(12911,'field:18',0,1,' https completecareatmadison com contact '),
(12911,'field:19',0,1,' info completecareatmadison com '),
(12911,'field:6',0,1,' nzslhzpphiyhgnuy '),
(12911,'field:7',0,1,' tay iji v ez a ru76 gmail com '),
(12911,'field:8',0,1,' uwrjkmrbidqgvovxlh '),
(12911,'field:9',0,1,' general inquiry '),
(12911,'title',0,1,' 2026 01 21 04 38 21 '),
(12912,'field:12',0,1,' reyejroogibkybrzd '),
(12912,'field:13',0,1,' t ayijivez ar u76 gmail com '),
(12912,'field:14',0,1,' 9853109919 '),
(12912,'field:15',0,1,''),
(12912,'field:16',0,1,' activities recreation administrative business office nursing volunteer opportunities '),
(12912,'field:17',0,1,' nyabwtwielohvunwypamt '),
(12912,'field:20',0,1,' https mycompletecare com careers '),
(12912,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(12912,'title',0,1,' 2026 01 21 04 38 53 '),
(12913,'field:1',0,1,' gwodfmnutiegbleiimmeg '),
(12913,'field:2',0,1,' tay iji v ez a ru76 gmail com '),
(12913,'field:22',0,1,' https mycompletecare com volunteer '),
(12913,'field:23',0,1,' volunteer completecaremgmt com '),
(12913,'field:3',0,1,' 6171645695 '),
(12913,'field:4',0,1,' complete care at ridgewood '),
(12913,'field:5',0,1,' ogbuvmxlnzhdorlhjyfosgtg '),
(12913,'title',0,1,' 2026 01 21 04 39 22 '),
(12914,'field:10',0,1,' dlia avto prednaznacen dlia avtonomnogo funkcianirovaniia maksimalnoe vremia raboty ego batarei sostavliaet okolo 3 x let https www ndt club com product 595 yp 1m ystroistvo dlya yzk perekrestii svarnih shvov htm ego preimushhestvo nedosiagaem dlia skanerov prestupnikov t https www ndt club com produkcija 279 mikroskopi otschetnie pobrinellu htm k https www ndt club com news 21 htm bolsuiu cast vremeni sistema naxoditsia v rezime https www ndt club com product 856 karat rts 1024 kompleks cifrovoi radiografii htm vkliucaetsia maiak v zadannye vladelcem intervaly vremeni dlia peredaci koordinat po sredstvom sms ili cerez specialnyi sait https www ndt club com product 46 temp 4k tverdomer dinamicheskii so vstroennim datchikom htm posle ustanovki dlia ego nastroiki dostatocno prislat specialnuiu komandu ukazannuiu v rukovodstve polzovatelia na ustanovlennuiu sim kartu https www ndt club com product 314 ky 140 portativnii elektromagnit na akkymylyatorah htm teplopribor proizvoditel i postavshhik priborov i avtomatiki kipia dlia kontrolia davleniia temperatury rasxoda urovnia tepla https www ndt club com proizvoditeli 30 flir htm zvonite i pisite https www ndt club com product 668 standartnii obrazec tip b po astm e2491 htm deistvuet gibkaia sistema skidok i spec https www ndt club com product 442 klever klf ochistitel finishnii htm predlozenii https www ndt club com product 346 molotok shmidta 75a sklerometr dlya izmereniya prochnosti kirpichei kamnei htm rabotaet po cernym i cvetnym metallamrabocaia temperatura 25 s do 50 smaks https www ndt club com product 862 ystroistvo namagnichivaushee impylsnoe yni 2000 4000 htm izmerenie 2000 mikronsag izmerenii 0 1 mikronpodsvetka ekrana estdop https www ndt club com product 917 ms 1 yniversalnii beskontaktnii enkoder htm funkcii netproizvodstvo kitaigarantiia 1 god rabotaet po cernym i cvetnym metallamrabocaia temperatura 25 s do 50 smaks https www ndt club com product 640 mt 2007m tolshinomer pokritii htm izmerenie 2000 mikronsag izmerenii 0 1 mikronpodsvetka ekrana estdop https www ndt club com product 565 metolab 421 stacionarnii tverdomer po vikkersy htm funkcii netproizvodstvo kitaigarantiia 1 god zdravstvuite skazite pozaluista podxodit li pribor dlia izmereniia tolshhiny poristyx sloev k primeru mozno li izmerit tolshhinu brezenta vozmozno li uvelicenie kontaktnoi poverxnosti datcika do 5 7 sm 2 '),
(12914,'field:18',0,1,' https ccspringbrook com contact '),
(12914,'field:19',0,1,' info ccspringbrook com '),
(12914,'field:6',0,1,' stevenkat '),
(12914,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(12914,'field:8',0,1,' google '),
(12914,'field:9',0,1,' general inquiry '),
(12914,'title',0,1,' 2026 01 21 04 39 35 '),
(12915,'field:1',0,1,' ycvmpyyctuyemllfrfclsm '),
(12915,'field:2',0,1,' t ayijivez ar u76 gmail com '),
(12915,'field:22',0,1,' https mycompletecare com volunteer '),
(12915,'field:23',0,1,' volunteer completecaremgmt com '),
(12915,'field:3',0,1,' 6758875342 '),
(12915,'field:4',0,1,' complete care at grande prairie '),
(12915,'field:5',0,1,' ifbipjumxzmkpotj '),
(12915,'title',0,1,' 2026 01 21 04 39 49 '),
(12916,'field:10',0,1,' ooo ogrn 1065020037169 osnovano 27 https mobelmetall ru poroshkovaya pokraska dubna 09 https mobelmetall ru contacts 2006 https mobelmetall ru blog ooo ogrn 1167847287960 osnovano 08 https mobelmetall ru gibka metalla 07 https mobelmetall ru blog poroshkovaya pokraska dubna 2016 https mobelmetall ru poroshkovaya pokraska dubna metallokonstrukcii obladaiut vysokoi procnostiu dolgovecnostiu ustoicivostiu k vnesnim vozdeistviiam a takze vozmoznostiu bystrogo montaza https mobelmetall ru questions eto delaet ix idealnym vyborom dlia mnozestva stroitelnyx i promyslennyx obieektov https mobelmetall ru alatyrskii zavod nizkotemperaturnyx xolodilnikov adres g https mobelmetall ru gibka metalla alatyr ul https mobelmetall ru blog promyslennaia d https mobelmetall ru policy 7 tel 7 83531 2 82 32 37 41 https mobelmetall ru ourproduction ufimskii zavod metalliceskix konstrukcii pao ak vnzm osp uzmk vnzm antei adres g https mobelmetall ru blog karaganda ucetnyi kvartal 108 str https mobelmetall ru policy 67 tel 7 7212 78 11 40 https mobelmetall ru lazernaya rezka dubna '),
(12916,'field:18',0,1,' https ccatcourthouse com contact '),
(12916,'field:19',0,1,' info ccatcourthouse com '),
(12916,'field:6',0,1,' shermanmon '),
(12916,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12916,'field:8',0,1,' google '),
(12916,'field:9',0,1,' general inquiry '),
(12916,'title',0,1,' 2026 01 21 04 46 07 '),
(12917,'field:10',0,1,' k sozaleniiu u nas net podxodiashhix turov dlia otobrazeniia https akademy21 ru cosmetolog estet vozmozno individualnoe formirovanie tura https akademy21 ru trener naraschivanie volos cem zaniatsia gruppovaia viza ili vieezd po bezvizovomu spisku soglasno soglaseniiu mezdu rf i knr ob uproshhenii vizovogo rezima ispolzuetsia dlia razovogo poseshheniia peresecenie granicy tolko s gruppoi individualnaia viza oformliaetsia zablagovremenno v generalnom konsulstve knr v irkutske sushhestvuiut ograniceniia po mestu postoiannogo prozivaniia viza po priletu vieezdu raznovidnost individualnoi vizy oformliaemoi na granice knr po priglaseniiu kitaiskoi storony https akademy21 ru courses massage apparatniy massazh tela lpg tury v kitai iz irkutska 2023 https akademy21 ru trener naraschivanie volos no kakovy ze priciny togo cto kitai tak interesen turistam pricin neskolko https akademy21 ru dolgovremenaia ukladka '),
(12917,'field:18',0,1,' http cclehigh com contact '),
(12917,'field:19',0,1,' info cclehigh com '),
(12917,'field:6',0,1,' philipstymn '),
(12917,'field:7',0,1,' halcheni1990 mail ru '),
(12917,'field:8',0,1,' google '),
(12917,'field:9',0,1,' general inquiry '),
(12917,'title',0,1,' 2026 01 21 04 46 20 '),
(12918,'field:10',0,1,' gheia soy ithela na matho tin timi sas '),
(12918,'field:18',0,1,' http completecareatmadison com contact '),
(12918,'field:19',0,1,' info completecareatmadison com '),
(12918,'field:6',0,1,' georgenog '),
(12918,'field:7',0,1,' zekisuquc419 gmail com '),
(12918,'field:8',0,1,' google '),
(12918,'field:9',0,1,' general inquiry '),
(12918,'title',0,1,' 2026 01 21 04 47 32 '),
(12919,'field:10',0,1,' hi we run a youtube growth service which increases your number of subscribers both safety and practically we guarantee to gain you new 300 500 subscribers per month people subscribe because they are interested in your videos channel increasing video likes comments and interaction all actions are made manually by our team we do not use any bots the price is just $60 usd per month and we can start immediately if you are interested and would like to see some of our previous work let me know and we can discuss further kind regards to unsubscribe reply with the word unsubscribe in the subject '),
(12919,'field:18',0,1,' http cchamiltonplaza com contact '),
(12919,'field:19',0,1,' info cchamiltonplaza com '),
(12919,'field:6',0,1,' margaret julia '),
(12919,'field:7',0,1,' vinhgrowth gmail com '),
(12919,'field:8',0,1,' vinhgrowth '),
(12919,'field:9',0,1,' other '),
(12919,'title',0,1,' 2026 01 21 04 49 39 '),
(12920,'field:10',0,1,' hi search is changing faster than most businesses realize more buyers are now discovering products and services through ai driven platforms not only traditional search results this is why we created the ai rankings seo plan at monkey digital its designed to help websites become clear trusted and discoverable by ai systems that increasingly influence how people find and choose businesses you can view the plan here https www monkeydigital co ai rankings if youd like to see whether this approach makes sense for your site feel free to reach out directly even a quick question is fine whatsapp https wa link b87jor best regards mike george bonnet monkey digital mike monkeydigital co phone whatsapp 1 775 314 7914 '),
(12920,'field:18',0,1,' http ccshorrockgardens com contact '),
(12920,'field:19',0,1,' info ccshorrockgardens com '),
(12920,'field:6',0,1,' mike george bonnet '),
(12920,'field:7',0,1,' mike monkeydigital co '),
(12920,'field:8',0,1,' google '),
(12920,'field:9',0,1,' general inquiry '),
(12920,'title',0,1,' 2026 01 21 04 57 19 '),
(12921,'field:10',0,1,' ieakmphikitqsmtsacqhzai '),
(12921,'field:18',0,1,' https completecarekhs com contact '),
(12921,'field:19',0,1,' info completecarekhs com '),
(12921,'field:6',0,1,' kzzyatvojleflszq '),
(12921,'field:7',0,1,' tay i jiveza r u 7 6 gmail com '),
(12921,'field:8',0,1,' jccwmgjldfeqavjtsqjwwrv '),
(12921,'field:9',0,1,' general inquiry '),
(12921,'title',0,1,' 2026 01 21 05 00 42 '),
(12922,'field:12',0,1,' ncdsbqrzifegeymupbvaor '),
(12922,'field:13',0,1,' tay i jiveza r u 7 6 gmail com '),
(12922,'field:14',0,1,' 9993021847 '),
(12922,'field:15',0,1,''),
(12922,'field:16',0,1,' activities recreation maintenance housekeeping '),
(12922,'field:17',0,1,' gbejposzkhnqrenlhi '),
(12922,'field:20',0,1,' https mycompletecare com careers '),
(12922,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(12922,'title',0,1,' 2026 01 21 05 02 09 '),
(12923,'field:10',0,1,' alina viktorovna https shcherbinins ru provodim reguliarnye akcii https shcherbinins ru uslugy keitering na den rozdeniia mozno nedorogo zakazat so skidkoi 20 % a dlia postoiannyx klientov u nas sushhestvuet celaia sistema skidok https shcherbinins ru aboutus oznakomtes s akciiami na saite ili utocnite informaciiu u operatora pri zakaze keiteringa dlia meropriiatiia https shcherbinins ru contacts spasibo vsem kto segodnia byl riadom kto podderzival soperezival kto pomogal do glubokoi noci pered sobytiem spasibo za prekrasnyi i naivkusneisii tort taniasukhareva spasibo za cudesnye foto i obaldennoe nastroenie lakizo photo spasibo za obraz anbogach spasibo za idealnyi buket flo kiosque spasibo za vkusnuiu edu youngcatering spasibo za plate mecty pion https shcherbinins ru menu dress nu i samoe ogromnoe spasibo evgenygomon za to cto mozno bylo prosto rasslabitsia i polucat ves vecer udovolstvie esli by ne ty etot prazdnik ne byl stol iarkim https shcherbinins ru menu upakovka vkus vnesnii vid dopolnitelnye uslugi https shcherbinins ru contacts organizaciiu banketov https shcherbinins ru aboutus provedenie fursetov https shcherbinins ru contacts prazdnovanie dnei rozdeniia kompanii https shcherbinins ru uslugy organizaciiu korporativnyx meropriiatii v liubom raione moskvy i moskovskoi oblasti https shcherbinins ru contacts '),
(12923,'field:18',0,1,' http ccspringbrook com contact '),
(12923,'field:19',0,1,' info ccspringbrook com '),
(12923,'field:6',0,1,' michaelrough '),
(12923,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12923,'field:8',0,1,' google '),
(12923,'field:9',0,1,' general inquiry '),
(12923,'title',0,1,' 2026 01 21 05 02 11 '),
(12924,'field:12',0,1,' ncdsbqrzifegeymupbvaor '),
(12924,'field:13',0,1,' tay i jiveza r u 7 6 gmail com '),
(12924,'field:14',0,1,' 9993021847 '),
(12924,'field:15',0,1,''),
(12924,'field:16',0,1,''),
(12924,'field:17',0,1,' gbejposzkhnqrenlhi '),
(12924,'field:20',0,1,' https mycompletecare com careers '),
(12924,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(12924,'title',0,1,' 2026 01 21 05 02 12 '),
(12925,'field:10',0,1,' olga 2 dnia nazad https shcherbinins ru aboutus furset doma po slucaiu dnia rozdenia https shcherbinins ru contacts olga kompaniia iandeks https shcherbinins ru menu fursetnyi set iz 100 zakusok na 5 10 person https shcherbinins ru uslugy v caterme vy naidete raznoobraznye bliuda na liuboi vkus i biudzet https shcherbinins ru aboutus v assortimente imeiutsia xolodnye i goriacie zakuski goriacie bliuda supy kanape salaty deserty a takze sety i nabory https shcherbinins ru menu vy smozete vybrat iz 137127 variantov ctoby udovletvorit vkusy i predpocteniia vasix gostei https shcherbinins ru krome togo u nas takze est sirokii vybor napitkov ctoby dopolnit vase meropriiatie https shcherbinins ru uslugy zakazyvali furset na svadbu v mosfurset https shcherbinins ru menu '),
(12925,'field:18',0,1,' http ccspringbrook com contact '),
(12925,'field:19',0,1,' info ccspringbrook com '),
(12925,'field:6',0,1,' michaelrough '),
(12925,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12925,'field:8',0,1,' google '),
(12925,'field:9',0,1,' general inquiry '),
(12925,'title',0,1,' 2026 01 21 05 02 12 '),
(12926,'field:1',0,1,' czwwrsncvddyhpqivmrurhvy '),
(12926,'field:2',0,1,' tay i jiveza r u 7 6 gmail com '),
(12926,'field:22',0,1,' https mycompletecare com volunteer '),
(12926,'field:23',0,1,' volunteer completecaremgmt com '),
(12926,'field:3',0,1,' 9302972301 '),
(12926,'field:4',0,1,' complete care at middlebury '),
(12926,'field:5',0,1,' shujmyixirwsedvknfbxnl '),
(12926,'title',0,1,' 2026 01 21 05 02 53 '),
(12927,'field:10',0,1,' vse ocen prosto https shcherbinins ru uslugy 467 rub cel https shcherbinins ru uslugy zakazyvaite keitering v moskve cerez caterme dlia organizacii meropriiatii liubyx tipov i formatov organizaciia keiteringa na zakaz https shcherbinins ru contacts korporativ na prirode dlia 100 celovek https shcherbinins ru 7 casov 46 minut nazad https shcherbinins ru uslugy '),
(12927,'field:18',0,1,' http ccspringbrook com contact '),
(12927,'field:19',0,1,' info ccspringbrook com '),
(12927,'field:6',0,1,' michaelrough '),
(12927,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12927,'field:8',0,1,' google '),
(12927,'field:9',0,1,' general inquiry '),
(12927,'title',0,1,' 2026 01 21 05 03 30 '),
(12928,'field:10',0,1,' narusenie pdd strafy https ftnet ru vladikavkaz snizaet kol vo narusenii pdd povysaet kacestvo vozdeniia https ftnet ru chulman oblacnyi servis glonass gps monitoringa transporta https ftnet ru ustanovka gazovogo oborudovaniya lada kalina oborudovanie evropeiskogo proizvodstva https ftnet ru serpukhov cena 9000 rub https ftnet ru gas na renault logan skolko ze stoit servis monitoringa transporta v zavisimosti ot vozmoznostei glonass ustroistv i zelanii klienta stoimost ustanovki i samogo ustroistva mozet kolebatsia ot piati tysiac do neskolkix desiatkov tysiac rublei https ftnet ru sergiyev posad v kompanii montrans podberut i smontiruiut terminaly pod konkretnye zadaci vladelcev https ftnet ru vladivostok '),
(12928,'field:18',0,1,' https cckressonview com contact '),
(12928,'field:19',0,1,' info cckressonview com '),
(12928,'field:6',0,1,' lloydalife '),
(12928,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(12928,'field:8',0,1,' google '),
(12928,'field:9',0,1,' general inquiry '),
(12928,'title',0,1,' 2026 01 21 05 08 24 '),
(12929,'field:10',0,1,' privet ostavaites onlain bez blokirovok s cheburnet vpn obxod belyx spiskov kanal https t me cheburnet bot vpn poprobuite 1 den besplatno https t me vpn best price bot start=par 8148451884 '),
(12929,'field:18',0,1,' http ccparkplace com contact '),
(12929,'field:19',0,1,' info ccparkplace com '),
(12929,'field:6',0,1,' daryljek '),
(12929,'field:7',0,1,' kolo is other gmail com '),
(12929,'field:8',0,1,' google '),
(12929,'field:9',0,1,' general inquiry '),
(12929,'title',0,1,' 2026 01 21 05 09 14 '),
(12930,'field:10',0,1,' soglasie dano operatoru dlia soverseniia sleduiushhix deistvii s moimi personalnymi dannymi s ispolzovaniem sredstv avtomatizacii i ili bez ispolzovaniia takix sredstv sbor sistematizaciia nakoplenie xranenie utocnenie obnovlenie izmenenie ispolzovanie obezlicivanie a takze osushhestvlenie liubyx inyx deistvii predusmotrennyx deistvuiushhim zakonodatelstvom rf kak neavtomatizirovannymi tak i avtomatizirovannymi sposobami https kupefurnitur ru 8 https kupefurnitur ru 12 https kupefurnitur ru price priobretaia podarocnyi sertifikat pokupatel i ili predieiavitel bezuslovno vyrazaiut svoe soglasie s nastoiashhimi usloviiami https kupefurnitur ru contact pokupatel i ili predieiavitel obiazuiutsia ne ispolzovat podarocnyi sertifikat predvaritelno ne oznakomivsis s usloviiami i ne vyraziv svoe soglasie s nimi https kupefurnitur ru price v slucae peredaci podarocnogo sertifikata tretemu licu lico peredaiushhee podarocnyi sertifikat obiazano oznakomit lico kotoromu peredaetsia podarocnyi sertifikat s nastoiashhimi usloviiami a lico prinimaiushhee podarocnyi sertifikat obiazano oznakomitsia s nastoiashhimi usloviiami vyrazit svoe soglasie s nimi i polnostiu priniat ix https kupefurnitur ru osobaia kategoriia v licevoi furniture rucki https kupefurnitur ru price oni deliatsia na opt 2 96 https kupefurnitur ru contact 30r https kupefurnitur ru opory https kupefurnitur ru price vkliucaiut roliki i nozki aktualny dlia kresel i divanov https kupefurnitur ru onas polkoderzateli https kupefurnitur ru derzat polki na meste ne pozvoliaia smestitsia predlagaiutsia raznye modeli dlia dereva i stekla https kupefurnitur ru price zamki https kupefurnitur ru contact mexanizmy nebolsie poskolku predpolagaiut ustanovku v iashhiki stola dvercy https kupefurnitur ru catalog kriucki https kupefurnitur ru onas aktualnaia furnitura dlia mebeli cena kriuckov sravnitelno dostupna predlagaetsia maksimalno sirokii vybor https kupefurnitur ru catalog prednaznaceny dlia raspolozeniia odezdy aksessuarov byvaiut odinarnymi i dvoinymi https kupefurnitur ru catalog amortizatory https kupefurnitur ru contact katalog furnitury dlia mebeli vkliucaet vse sovremennye napravleniia amortizatory neobxodimy dlia soxraneniia polozeniia gorizontalnyx dverok https kupefurnitur ru price otboiniki https kupefurnitur ru contact nebolsie nakleiki neobxodimy dlia torcov kotorye kontaktiruiut s otkryvaiushhimisia stvorkami i neobxodimy dlia predotvrashheniia silnogo udara https kupefurnitur ru contact furnitura dlia ofisnoi mebeli https kupefurnitur ru '),
(12930,'field:18',0,1,' https ccfoxhill com contact '),
(12930,'field:19',0,1,' info ccfoxhill com '),
(12930,'field:6',0,1,' ronaldvaf '),
(12930,'field:7',0,1,' konstantinrovini mail ru '),
(12930,'field:8',0,1,' google '),
(12930,'field:9',0,1,' general inquiry '),
(12930,'title',0,1,' 2026 01 21 05 10 43 '),
(12931,'field:10',0,1,' legkaia kommerceskaia texnika obycno takoi transport ispolzuetsia v malom biznese kotoryi ne vladeet krupnymi kapitalami poetomu vazna kazdaia kopeika https ftnet ru region v etoi sfere ucet topliva i raboty avto eshhe bolee strogii cto pozvoliaet izbezat lisnix trat https ftnet ru tomsk videokamera https ftnet ru svobodniy opasno troinym ushherbom vy oplacivaete cuzoi benzin dizel uskorennyi iznos texniki i nesete polnuiu iuridiceskuiu otvetstvennost za dtp slucivsiesia ne po vine biznesa https ftnet ru ftart artikul 00 00008450 https ftnet ru bejeck ustanovka za 1 den https ftnet ru ustanovka gbo na renault logan populiarnye voprosy o monitoringe glonass gps https ftnet ru elma '),
(12931,'field:18',0,1,' https ccvoorhees com contact '),
(12931,'field:19',0,1,' info ccvoorhees com '),
(12931,'field:6',0,1,' lloydgoomi '),
(12931,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(12931,'field:8',0,1,' google '),
(12931,'field:9',0,1,' general inquiry '),
(12931,'title',0,1,' 2026 01 21 05 11 11 '),
(12932,'field:10',0,1,' salon elitnoi mebeli pozvolit vam oznakomitsia so vsem bogatstvom vybora ekskliuzivnoi italianskoi mebeli iz dereva https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d12 html v assortimente salona mozno naiti bolsoe raznoobrazie mebeli italianskix proizvoditelei a takze uvidet ekskliuzivnye kollekcii https www legnostyle ru catalog lestnici lestnica l1 10 html italiia vsegda slavilas svoei nepovtorimostiu i elitnostiu v dizaine mebeli https www legnostyle ru catalog mejkomnatnie dveri arka a36 html blagodaria etomu italianskaia mebel zavoevala ogromnyi spros na mirovom rynke https www legnostyle ru catalog mebel g 1 html v salone elitnoi mebeli vas vsegda vstretiat otzyvcivye i kvalificirovannye menedzery kotorye pomogut vybrat lucsii variant https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=10 tak ze v salone obiazatelno podskazut kakaia italianskaia mebel vsex lucse vpisetsia imenno v vas interer obespecivaia pri etom komfort i udobstvo https www legnostyle ru catalog inter eri stenovie paneli model s14 html vybrav odin raz mebel iz italii ona budet kazduiu minutu radovat vas vse silnee i silnee https www legnostyle ru catalog mebel scg 32 html cto vkliucaet v sebia samo poniatie mogut rasskazat o socialnom statuse svoego vladelca bolse cem liubye slovesnye xarakteristiki https www legnostyle ru catalog inter eri stenovie paneli s43 html v elitnoi mebeli prekrasno vse https www legnostyle ru derevyannye perila html vybor materiala dizainerskoe resenie bezuprecnoe ispolnenie kacestvennaia furnitura i massa inyx bolee melkix detalei xarakterizuiut mebel vysokogo klassa https www legnostyle ru catalog lestnici lestnica l8 17 html prazdnik id al adx s arabskogo perevoditsia kak prazdnik zertvoprinoseniia ili prazdnik vernosti i synovnego uvazeniia https www legnostyle ru catalog mejkomnatnie dveri ottimo model o18 html etot prazdnicnyi den otmecaetsia na semidesiatyi unikalnye modeli v kotoryx ispolzuiutsia osobye texnologii naprimer sloznaia pokraska neskolko urovnei frezerovki ne rasscitany na massovogo pokupatelia https www legnostyle ru catalog mejkomnatnie dveri impressio model i32 html kulturnaia revoliuciia v kitae vovse ne zaversilas ona vse eshhe prodolzaetsia no na kitaiskix dorogax https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 7 html proizoslo obostrenie klassovoi nenavisti velosipedistov i pesexodov k peredvigaiushhimsia na stilnyi dizain https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaya dver d33 html elitnye garnitury srazu privlekaiut vnimanie tshhatelno vyverennymi stilisticeskimi reseniiami https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e25 html komplekty predlagaiutsia kak v klassiceskom tak i v sovremennom lakonicnom dizaine dlia polnogo sootvetstviia koncepcii interera https www legnostyle ru catalog inter eri potolki pt 18 html '),
(12932,'field:18',0,1,' https ccwestfield com contact '),
(12932,'field:19',0,1,' info ccwestfield com '),
(12932,'field:6',0,1,' davidgep '),
(12932,'field:7',0,1,' tacusol 6816 mail ru '),
(12932,'field:8',0,1,' google '),
(12932,'field:9',0,1,' general inquiry '),
(12932,'title',0,1,' 2026 01 21 05 11 28 '),
(12933,'field:10',0,1,' stoimost ot 1 450 rub https maze tattoo catalog r rusalka kommentarii k gde sdelat tatuirovku v moskve 14 lucsix tatu studii https maze tattoo catalog s semiya zakryt okno https maze tattoo catalog e edinorog procedury soversenno bezopasny dlia zdorovia ved mastera sobliudaiut vse sanitarnye normy i priderzivaiutsia ustanovlennyx zakonom pravil https maze tattoo catalog ch chicano kogda vy vvodite v poiske cto to vrode gde poblizosti sdelat tatu vy skoree vsego ishhete ne prosto blizaisii adres https maze tattoo catalog p panda vy ishhete mesto gde vas poimut https maze tattoo catalog b biomehanika gde ne budut toropit https maze tattoo catalog ch chumnoi doctor gde pomogut opredelitsia https maze tattoo catalog ch i esli vy uze otkryli kartu i smotrite kakie tatu studii v moskve naxodiatsia blize vsego tatu maniia tocno okazetsia v cisle tex kuda stoit zaglianut https maze tattoo catalog e edinorog tattoomoscow 18 '),
(12933,'field:18',0,1,' https completecarehillside com contact '),
(12933,'field:19',0,1,' info completecarehillside com '),
(12933,'field:6',0,1,' barryskife '),
(12933,'field:7',0,1,' prosavmobi1981 mail ru '),
(12933,'field:8',0,1,' google '),
(12933,'field:9',0,1,' general inquiry '),
(12933,'title',0,1,' 2026 01 21 05 13 27 '),
(12934,'field:10',0,1,' tak cto esli davno xoces sdelat tatuirovku ishhes studiiu tatu salon v moskve nuzen vau rezultat dobro pozalovat v salon tatuirovok kot tatu studiia 200 kv https maze tattoo catalog ya yascheritsa m tvorceskogo prostranstva https maze tattoo catalog g geometriya posetiv nasu studiiu vy smozete ocenit bezuprecnyi uroven obsluzivaniia po 10 balnoi skale i ostavit svoi otzyv https maze tattoo opyt raboty s 2008 goda https maze tattoo catalog t sak yant evgenii j https maze tattoo catalog p pechat velesa cuba https maze tattoo catalog c 15 professionalnyx top masterov u kazdogo iz kotoryx svoi individualnyi i nepovtorimy stil https maze tattoo '),
(12934,'field:18',0,1,' https ccatgreenacres com contact '),
(12934,'field:19',0,1,' info ccatgreenacres com '),
(12934,'field:6',0,1,' barryboift '),
(12934,'field:7',0,1,' prosavmobi1981 mail ru '),
(12934,'field:8',0,1,' google '),
(12934,'field:9',0,1,' general inquiry '),
(12934,'title',0,1,' 2026 01 21 05 13 55 '),
(12935,'field:10',0,1,' osnovnaia produkciia oborudovanie dlia iadernoi energetiki https mobelmetall ru gibka metalla bektemir metall konstruksiyalari adres g https mobelmetall ru ourproduction taskent iangixaetskii r n binokor msg ul https mobelmetall ru poroshkovaya pokraska dubna solikor d https mobelmetall ru aboutus 51a tel 998 97 782 40 40 444 11 85 444 66 76 https mobelmetall ru lazernaya rezka dubna osnovnaia produkciia stroitelnye metallokonstrukcii svarnye balki https mobelmetall ru avangardmetall adres g https mobelmetall ru blog ekaterinburg ul https mobelmetall ru gibka metalla papanina d https mobelmetall ru aboutus 3 kv https mobelmetall ru 130 tel 7 800 250 67 55 250 47 55 https mobelmetall ru questions osnovnaia produkciia promyslennye teplicy metallokonstrukcii https mobelmetall ru contacts kakie predpriiatiia iavliaiutsia vedushhimi proizvoditeliami metallokonstrukcii v rossii '),
(12935,'field:18',0,1,' https ccgrotonregency com contact '),
(12935,'field:19',0,1,' info ccgrotonregency com '),
(12935,'field:6',0,1,' shermanorawn '),
(12935,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12935,'field:8',0,1,' google '),
(12935,'field:9',0,1,' general inquiry '),
(12935,'title',0,1,' 2026 01 21 05 14 47 '),
(12936,'field:10',0,1,' stoit zametit cto sait mozet zanimat vpolne neploxie pozicii i v regionax k kotorym u nego net priviazki https proffseo ru prodvizhenie sajtov po rf no eto vozmozno tolko v tom slucae esli v dannom regione net ili malo kacestvennyx saitov kompanii iz etoi sfery https proffseo ru prodvizhenie sajtov po rf byvaiut slucai kogda region meniaetsia avtomaticeski ili priviazka propadaet https proffseo ru kontakty iz za etogo mozet proizoiti silnoe padenie pozicii po zaprosam https proffseo ru prodvizhenie zarubezhnykh sajtov poetomu periodiceski neobxodimo proveriat priviazku k nuznomu geograficeskomu punktu https proffseo ru prodvizhenie angloyazychnykh sajtov a v slucae provala pozicii eshhe do togo kak nacinat panikovat stoit proverit panel vebmastera https proffseo ru prodvizhenie sajtov po moskve kak pokazyvaet praktika sorevnovatsia na ravnyx v cuzom regione ocen slozno daze krupnym i avtoritetnym saitam https proffseo ru kontakty v srednem polzovateli otdaiut predpoctenie kompaniiam iz svoego regiona i goroda tak kak eto udobno daze esli u kompanii est dostavka v kakoi to drugoi region https proffseo ru pri otsutstvii fiziceskogo predstavitelstva naprimer punkta vydaci tovara liudi etomu ne doveriaiut https proffseo ru prodvizhenie zarubezhnykh sajtov tagline awards 2021 https proffseo ru prodvizhenie sajtov po rf cena pervogo mesiaca raskrutki saita 0 rublei ostavte zaiavku i my podgotovim unikalnoe kommerceskoe predlozenie na osnove audita vasego proekta https proffseo ru prodvizhenie angloyazychnykh sajtov cena 24 700 promo sait https proffseo ru prodvizhenie zarubezhnykh sajtov bolse celevyx posetitelei saita https proffseo ru prodvizhenie angloyazychnykh sajtov '),
(12936,'field:18',0,1,' https completecarebrick com contact '),
(12936,'field:19',0,1,' info completecarebrick com '),
(12936,'field:6',0,1,' buddysoype '),
(12936,'field:7',0,1,' dolnovam mail ru '),
(12936,'field:8',0,1,' google '),
(12936,'field:9',0,1,' general inquiry '),
(12936,'title',0,1,' 2026 01 21 05 16 48 '),
(12937,'field:10',0,1,' keitering ekonomit vremia na pridumyvanie sobstvennogo meniu i dolguiu gotovku https shcherbinins ru aboutus vam nuzno lis vybrat bliuda iz kataloga i zakazat furset s dostavkoi v neobxodimoe mesto https shcherbinins ru 3 casa 15 minut nazad https shcherbinins ru uslugy vse polucilos otlicno ia ocen silno sekonomila sebe vremia https shcherbinins ru contacts eda vkusnaia servis prekrasnyi https shcherbinins ru vse bystro https shcherbinins ru aboutus 2 posle vybora vsex bliud pereidite v korzinu dlia oformleniia zakaza https shcherbinins ru menu petr marketingovoe agentstvo always open deserty dlia furseta ot 40 rublei https shcherbinins ru aboutus '),
(12937,'field:18',0,1,' http completecarewall com contact '),
(12937,'field:19',0,1,' info completecarewall com '),
(12937,'field:6',0,1,' michaelrhymn '),
(12937,'field:7',0,1,' natulya fedosova 96 mail ru '),
(12937,'field:8',0,1,' google '),
(12937,'field:9',0,1,' general inquiry '),
(12937,'title',0,1,' 2026 01 21 05 17 15 '),
(12938,'field:10',0,1,' v rossii v sfere biznesa nabiraiut populiarnost korporativnye poezdki za granicu https corporativ luxe ru delovye poezdki i komandirovki direct of sales https corporativ luxe ru korporativnaya programma na kube more rom i sigary korporativnye putesestviia stanoviatsia nastoiashhim prazdnikom dlia vasix kolleg kogda vse zaboty beret na sebia opytnyi turoperator https corporativ luxe ru korporativ v nizhnem novgorode professionalnyi podxod pozvoliaet nasim klientam zabyt o zabotax i prosto naslazdatsia otdyxom https corporativ luxe ru ispaniya pri neobxodimosti my mozem predostavit vse otcety o provedenii korporativnyx turov ctoby vy mogli ubeditsia programma polnostiu sootvetstvuet vasim predpocteniiam i pozelaniiam https corporativ luxe ru turtsiya s turisticeskoi kompaniei wanderlust travel studio vy smozete organizovat tury liuboi sloznosti https corporativ luxe ru idei korporativnyh prazdnikov my takze okazyvaem sodeistvie v podgotovke razlicnyx konferencii biznes vstrec i treningov https corporativ luxe ru korporativ v kappadokii nastoiashhim ia podtverzdaiu cto moi prava kak subieekta personalnyx dannyx mne razieiasneny agentom i mne poniatny https corporativ luxe ru specialnye predlozheniya latviia https corporativ luxe ru korporativnye prazdniki 1 kompaniei vanderlast byla provedena organizaciia korporativnogo otdyxa v tailande dlia 20 ti sotrudnikov kompanii renessans zizn https corporativ luxe ru turtsiya sotrudniki kompanii vanderlast smysialeva olga mixailovna i demina olga igorevna operativno i kacestvenno resali vse voprosy https corporativ luxe ru korporativnaya programma po sledam dzheymsa bonda ponimaia nasi potrebnosti i vozmoznosti byli ucteny interesy predlozena interesnaia i nebanalnaia programma kreativnye reseniia voploshhenie kotoryx proizvelo na nasix sotrudnikov prekrasnoe vpecatlenie https corporativ luxe ru meksika '),
(12938,'field:18',0,1,' https ccmeriden com contact '),
(12938,'field:19',0,1,' info ccmeriden com '),
(12938,'field:6',0,1,' derekprego '),
(12938,'field:7',0,1,' toktobayeva nata mail ru '),
(12938,'field:8',0,1,' google '),
(12938,'field:9',0,1,' general inquiry '),
(12938,'title',0,1,' 2026 01 21 05 17 27 '),
(12939,'field:10',0,1,' postoianno rabotaem nad assortimentom ctoby vam bylo iz cego vybirat i kazduiu nedeliu dobavliaem novye tovary v katalog 12 sobstvennyx torgovyx marok i 500 novinok v god eto ne sutka nas assortiment produkciia raznyx cenovyx segmentov ot promo do vip i vkliucaet neobycnye dlia sfery merca kategorii a geografiia predstavlennyx brendov oxvatyvaet ves mir ot kanady asobu do kitaia xiaomi i singapura rombica 19 iiun https classicgifts ru usb gadgets heated html 2025 g https classicgifts ru naklejki s logotipom html reklamno proizvodstvennaia kompaniia biznes suvenir proizvodstvo reklamnoi i suvenirnoi produkcii https classicgifts ru the original stick html etot pokazatel zasluga vsex zakazcikov kotorye vybiraiut proekt 111 https classicgifts ru plastikovyie salfetki na stol html zarabotannye sredstva pomogaiut nam soversenstvovat biznes process ctoby predostavit vam bolee kacestvennyi servis https classicgifts ru salfetki dlya optiki html cena zakaznaia rabota cena zakaznaia rabota '),
(12939,'field:18',0,1,' https ccmeriden com contact '),
(12939,'field:19',0,1,' info ccmeriden com '),
(12939,'field:6',0,1,' tylerrix '),
(12939,'field:7',0,1,' aleksandrrapeka mail ru '),
(12939,'field:8',0,1,' google '),
(12939,'field:9',0,1,' general inquiry '),
(12939,'title',0,1,' 2026 01 21 05 18 14 '),
(12940,'field:10',0,1,' cokol iz granita i bruscatka https www kovanie ogrady ru catalog pamyatniki figurnye granitnyy pamyatnik pr 20 ot 14 600 r https www kovanie ogrady ru catalog pamyatniki s krestom granitnyy pamyatnik k 1 dolgovecnost i zashhita https www kovanie ogrady ru catalog pamyatniki detskie granitnyy pamyatnik pg 28 granitnaia bruscatka 5668 1 na mogilu https www kovanie ogrady ru catalog podstavki i tsvetniki podstavka pdp 9 pokraska ogrady i namogilnyx sooruzenii https www kovanie ogrady ru catalog pamyatniki zchenshchine pamyatnik iz granita pv 7 garantiia na izdeliia 1 god https www kovanie ogrady ru catalog pamyatniki detskie pagen 2=2 '),
(12940,'field:18',0,1,' https ccwestfield com contact '),
(12940,'field:19',0,1,' info ccwestfield com '),
(12940,'field:6',0,1,' josephham '),
(12940,'field:7',0,1,' ramyl gilmanov mail ru '),
(12940,'field:8',0,1,' google '),
(12940,'field:9',0,1,' general inquiry '),
(12940,'title',0,1,' 2026 01 21 05 18 30 '),
(12941,'field:10',0,1,' primeniaem individualnyi podxod https corporativ luxe ru korporativnaya programma glamurnye samogonshchiki vyezdnoe obsluzivanie razlicnyx meropriiatii biznes vstrec obedov ceremonii gala uzinov i dr keitering i bankety https corporativ luxe ru turtsiya bolee 13 let raboty v sfere korporativnogo turizma https corporativ luxe ru korporativ v sankt peterburge razvlekatelnaia programma https corporativ luxe ru dopolnitelno v top gorodov dlia korporativnyx poezdok konecno vxodiat krupneisie delovye centry moskva sankt peterburg soci ekaterinburg novosibirsk i niznii novgorod https corporativ luxe ru organizacija korporativnyh kruizov esli ze govorit o bolee rasslablennyx vidax korporativnogo otdyxa rassmotrite poezdki na russkii sever ili naoborot v iuznye regiony v raione soci https corporativ luxe ru zvuk svet i tekhnika populiarnym variantom iavliaetsia kruiz po volge ili poezdka po zolotomu kolcu https corporativ luxe ru korporativ v stambule s sereznymi biudzetami mozno rassmatrivat poezdki na altai baikal ili dalnii vostok takie vyezdy nadolgo zapomniatsia sotrudnikam https corporativ luxe ru korporativnyye programmy v vengrii '),
(12941,'field:18',0,1,' https cchyattsville com contact '),
(12941,'field:19',0,1,' info cchyattsville com '),
(12941,'field:6',0,1,' derekmulty '),
(12941,'field:7',0,1,' toktobayeva nata mail ru '),
(12941,'field:8',0,1,' google '),
(12941,'field:9',0,1,' general inquiry '),
(12941,'title',0,1,' 2026 01 21 05 19 25 '),
(12942,'field:10',0,1,' nanesenie logotipa na ezednevniki lucsie texnologii i metody https classicgifts ru kruzhki xameleon html zakazat poxozee https classicgifts ru pismennyie prinadlezhnosti eto gotovoe izdelie kotoroe prinadlezit zakazciku https classicgifts ru pechat otkryitok html no my mozem ispolzovat etu ideiu dlia sozdaniia novogo proekta https classicgifts ru individualnyi dizajn html zakazat poxozee https classicgifts ru umbrella bottle html cena zakaznaia rabota selkografiia https classicgifts ru promotional mugs 3d html '),
(12942,'field:18',0,1,' https cchyattsville com contact '),
(12942,'field:19',0,1,' info cchyattsville com '),
(12942,'field:6',0,1,' tylermob '),
(12942,'field:7',0,1,' aleksandrrapeka mail ru '),
(12942,'field:8',0,1,' google '),
(12942,'field:9',0,1,' general inquiry '),
(12942,'title',0,1,' 2026 01 21 05 19 57 '),
(12943,'field:10',0,1,' reklamnoe agenstvo debbi https drogal ru portfolio tags stropalnye i takelazhnye raboty obrashhaem vase vnimanie cto predstavlennyi servis proizvodit primernyi rascet stoimosti kotoryi nelzia scitat okoncatelnym vvidu naliciia opredelennyx niuansov kasatelno marsruta sledovaniia transporta specifiki i rasstoianiia perevozki https drogal ru glossary vtorichnaya upakovka dlia tocnogo rasceta stoimosti sleduet pozvonit po telefonu 8 495 255 59 59 ili zakazat zvonok specialista https drogal ru glossary perevozchik takze vy mozete napisat nam na poctu mail perper https drogal ru voprosi otveti gost 17527 2020 ru https drogal ru portfolio items bolshoy gruz spasibo za ponimanie 7 metrov 5 tonn https drogal ru takelazhnie raboti eto v nasei kompanii mozno zakazat pogruzku i posleduiushhuiu perevozku konstrukcii raznyx kategorii https drogal ru glossary v moskve takelaz stoit vybrat esli nuzno perevezti gruz nebolsogo vesa do dvux tonn https drogal ru markirovka transportnoy upakovki v etu kategoriiu popadaet raznaia texnika ispolzuem tolko zavodskoi instrument i osnastku s pasportami i proverennym intervalom nagruzok kazdyi mesiac provodim ispytaniia oborudovaniia na sobstvennoi ploshhadke https drogal ru uslugi takelazh takelazh poligraficheskogo oborudovaniya pered perevozkoi i takelazem gruz obycno upakovyvaiut ctoby zashhitit ego ot udarov i povrezdenii namokaniia pod dozdem ili snegom pyli i griazi https drogal ru glossary dopolnitelnie nadpisi v otnosenii xrupkix veshhei cennyx izdelii cuvstvitelnogo oborudovaniia eta norma obiazatelna https drogal ru glossary avtomobilnaya transportnaya set '),
(12943,'field:18',0,1,' https completecareoakridge com contact '),
(12943,'field:19',0,1,' info completecareoakridge com '),
(12943,'field:6',0,1,' robertrotte '),
(12943,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(12943,'field:8',0,1,' google '),
(12943,'field:9',0,1,' general inquiry '),
(12943,'title',0,1,' 2026 01 21 05 20 11 '),
(12944,'field:10',0,1,' proizvoditeli https beauty prestige ru about howto ozero khanka pioneer 1200w https beauty prestige ru about howto oficialnyi distribiutor zavodov adss honkon keylaser https beauty prestige ru catalog spa oborudovanie v korzinu bystryi zakaz https beauty prestige ru news klimazon zachem on nuzhen i kak rabotaet html bolsoi vybor kosmetologiceskogo oborudovaniia https beauty prestige ru catalog massazhnoe oborudovanie kupit nedorogoe kosmetologiceskoe oborudovanie dlia kosmetologa s dostavkoi po moskve i v regiony rf s garantiei v salon krasoty aktualnaia neobxodimost https beauty prestige ru catalog moyki parikmakherskie '),
(12944,'field:18',0,1,' https ccmeriden com contact '),
(12944,'field:19',0,1,' info ccmeriden com '),
(12944,'field:6',0,1,' briandrasy '),
(12944,'field:7',0,1,' nikolay shchevcov mail ru '),
(12944,'field:8',0,1,' google '),
(12944,'field:9',0,1,' general inquiry '),
(12944,'title',0,1,' 2026 01 21 05 20 21 '),
(12945,'field:10',0,1,' gruppa kompanii its bolee 14 let zanimaetsia proektirovaniem promyslennym stroitelstvom i inziniringom specializiruias na epcm kontraktax https mobelmetall ru gibka metalla ooo ogrn 1027400882431 osnovano 25 https mobelmetall ru poroshkovaya pokraska dubna 07 https mobelmetall ru questions 2000 https mobelmetall ru policy ooo km38 https mobelmetall ru lazernaya rezka dubna ooo tekna proizvoditel metalloizdelii i poliuretanovyx tpu penopoliuretanovyx ppu avtozapcastei https mobelmetall ru poroshkovaya pokraska dubna nasa kompaniia zanimaetsia izgotovleniem i realizaciei avtomobilnyx detalei i komplektuiushhix na vaz gaz i inomarki a takze metalloizdelii i metallokonstrukcii https mobelmetall ru questions metallokonstrukcii pozvoliaiut sozdavat dolgovecnye ustoicivye k nagruzkam i vnesnim vozdeistviiam konstrukcii kotorye neobxodimy dlia ustanovki sloznogo promyslennogo oborudovaniia i sozdaniia proizvodstvennyx moshhnostei https mobelmetall ru policy gibkaia cenovaia politika napravlena na optimalnoe sootnosenie ceny i kacestva https mobelmetall ru contacts vozmoznosti vybora form i srokov oplaty za produkciiu https mobelmetall ru blog poroshkovaya pokraska dubna gibkaia sistema skidok dlia postoiannyx klientov https mobelmetall ru policy '),
(12945,'field:18',0,1,' https ccsilverlake com contact '),
(12945,'field:19',0,1,' info ccsilverlake com '),
(12945,'field:6',0,1,' shermanerymn '),
(12945,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(12945,'field:8',0,1,' google '),
(12945,'field:9',0,1,' general inquiry '),
(12945,'title',0,1,' 2026 01 21 05 20 41 '),
(12946,'field:10',0,1,' opredelenie prioritetov https proffseo ru privacy uvelicenie konversii saita https proffseo ru prodvizhenie zarubezhnykh sajtov eshhe istorii uspexa https proffseo ru prodvizhenie zarubezhnykh sajtov sozdanie nadeznogo portala https proffseo ru prodvizhenie zarubezhnykh sajtov vasa kompaniia ne ostanetsia nezamecennoi https proffseo ru prodvizhenie sajtov po moskve 50 vidov rabot garantiia vypolnennyx rabot https proffseo ru prodvizhenie zarubezhnykh sajtov eshhe istorii uspexa https proffseo ru prodvizhenie sajtov po rf '),
(12946,'field:18',0,1,' https completecarehillside com contact '),
(12946,'field:19',0,1,' info completecarehillside com '),
(12946,'field:6',0,1,' buddybouff '),
(12946,'field:7',0,1,' dolnovam mail ru '),
(12946,'field:8',0,1,' google '),
(12946,'field:9',0,1,' general inquiry '),
(12946,'title',0,1,' 2026 01 21 05 21 04 '),
(12947,'field:10',0,1,' vybor studii eto ne tolko pro stil mastera no i pro udobstvo https maze tattoo catalog r rys osobenno v bolsom gorode gde vremia na ves zolota https maze tattoo catalog c imenno poetomu mnogie ishhut mesto kuda mozno legko dobratsia ne tratia casy v doroge https maze tattoo catalog l letuchaya mish uiutnaia studiia tatu maniia naxoditsia v sagovoi dostupnosti ot metro cto delaet ee osobenno udobnoi dlia tex kto predpocitaet tatuirovku v centre goroda ne vyezzaia za predely privycnogo marsruta https maze tattoo catalog b bok cto govoriat o nas https maze tattoo catalog n nadpis 7 499 645 95 95 https maze tattoo catalog c samuray opyt raboty https maze tattoo catalog t triketra sertifikat deistvuet na 1 celoveka https maze tattoo catalog m medved vozrast ot 18 let https maze tattoo catalog z zmei do 18 let v prisutstvii roditelei https maze tattoo catalog sh shut nakanune vizita ne rekomenduetsia upotrebliat alkogolnye napitki i prinimat preparaty razzizaiushhie krov naprimer aspirin geparin natriia i t https maze tattoo catalog y ulitka d studiia ne obsluzivaet liudei naxodiashhixsia v sostoianii alkogolnogo i ili narkoticeskogo opianeniia https maze tattoo catalog ch sushhestvuiut medicinskie protivopokazaniia dlia naneseniia tatu koznye zabolevaniia svezie rany ozogi saxarnyi diabet insulinovaia zavisimost zabolevaniia serdecno sosudistoi sistemy psixiceskie rasstroistva parazitarnye zabolevaniia amebiaz vsi kleshhi infekcionnye zabolevaniia v tom cisle tuberkulez gerpes kandidoz liamblioz dizenteriia virusnye gepatity vsex grupp vic spid vetrianaia ospa kor ploxaia svertyvaemost krovi sklonnost k tromboembolii vse tipy i stadii onkologii epilepsiia beremennost https maze tattoo catalog k krylya zakryt okno https maze tattoo catalog t '),
(12947,'field:18',0,1,' https cclehigh com contact '),
(12947,'field:19',0,1,' info cclehigh com '),
(12947,'field:6',0,1,' barrytheri '),
(12947,'field:7',0,1,' prosavmobi1981 mail ru '),
(12947,'field:8',0,1,' google '),
(12947,'field:9',0,1,' general inquiry '),
(12947,'title',0,1,' 2026 01 21 05 21 48 '),
(12948,'field:10',0,1,' o kompanii https beauty prestige ru catalog oborudovanie dlya pedikyura kosmetologiceskii stolik estet https beauty prestige ru news klimazon zachem on nuzhen i kak rabotaet html novoe pokolenie lasemd cynosure lutronic vysocaisaia skorost procedury s bezgranicnym vyborom rezimov leceniia https beauty prestige ru about contacts cena 7 460 rub https beauty prestige ru about contacts gazozidkostnyi piling letniaia akciia skidki cena 10 000 rub https beauty prestige ru catalog spa oborudovanie '),
(12948,'field:18',0,1,' https cchyattsville com contact '),
(12948,'field:19',0,1,' info cchyattsville com '),
(12948,'field:6',0,1,' brianovesk '),
(12948,'field:7',0,1,' nikolay shchevcov mail ru '),
(12948,'field:8',0,1,' google '),
(12948,'field:9',0,1,' general inquiry '),
(12948,'title',0,1,' 2026 01 21 05 22 04 '),
(12949,'field:10',0,1,' goriacie bliuda salaty kanape i sety deserty kus kus kurinoe file pomidory cerri petruska sous cezar domasnii obshhii ves 160 g https dostafka obedi ru menu kollektiv ooo iulmart rsk peredaet ogromnoe spasibo obedy smail za vkusnye obedy i uziny https dostafka obedi ru services vse vsegda svezee i vkusno prigotovleno cto govorit o vysokom urovne podgotovki kollektiva obedy smail https dostafka obedi ru type menu pervye blyuda tak ze xocetsia otmetit i drugie otlicitelnye certy nasego sotrudnicestva vnimatelnost i otzyvcivost dobrosovestnost i bezuprecnoe vypolnenie ogovorennyx uslovii https dostafka obedi ru menu iskrenne blagodarim vas za ustanovlennoe vzaimoponimanie i rady dalneisemu sotrudnicestvu https dostafka obedi ru contacts s bolsim uvazeniem kollektiv ooo iulmart rsk https dostafka obedi ru type menu salaty kak vybrat edu na den blog o ede https dostafka obedi ru reviews gruppovoi zakaz https dostafka obedi ru services kompleksnye obedy 6 '),
(12949,'field:18',0,1,' https completecareoakridge com contact '),
(12949,'field:19',0,1,' info completecareoakridge com '),
(12949,'field:6',0,1,' edwinsof '),
(12949,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(12949,'field:8',0,1,' google '),
(12949,'field:9',0,1,' general inquiry '),
(12949,'title',0,1,' 2026 01 21 05 24 04 '),
(12950,'field:10',0,1,' hello we have a special opportunity that could significantly boost traffic and visibility for your website ccmanitowoc com what if you could drive real targeted website traffic automatically using ai without paid ads complicated setups or ongoing management thats exactly what ai traffic whale delivers ai traffic whale uses advanced ai technology to generate consistent high quality traffic from multiple sources helping websites increase exposure improve engagement and grow faster all on autopilot no technical skills required no monthly ad spend and no complex tools to manage you set it up once and the ai does the work for you see how it works here https traffic vinhgrowth com you are receiving this message because we believe this offer may be relevant to your website if you do not wish to receive further communications from us please click here to unsubscribe https vinhgrowth com unsubscribe domain=ccmanitowoc com address 60 crown street london looking out for you margaret julia '),
(12950,'field:18',0,1,' http ccmanitowoc com contact '),
(12950,'field:19',0,1,' info manitowochrc com '),
(12950,'field:6',0,1,' margaret julia '),
(12950,'field:7',0,1,' yiyayova gmail com '),
(12950,'field:8',0,1,' aistore '),
(12950,'field:9',0,1,' resident family support '),
(12950,'title',0,1,' 2026 01 21 05 24 11 '),
(12951,'field:10',0,1,' u elitnoi mebeli takze kak i u liuboi drugoi est svoi iskliucitelnye certy i xarakteristiki https www legnostyle ru catalog mejkomnatnie dveri razdvijnaa dver rd 4 html vybiraia elitnuiu mebel sleduet orientirovatsia i na cenu i na proizvoditelia https www legnostyle ru shkafy dlja odezhdy i belja html v italii naprimer nemalo semeinyx predpriiatii vypuskaiushhix roskosnuiu vysokokacestvennuiu mebel i eto iavliaetsia vsem izvestnym faktom https www legnostyle ru catalog lestnici lestnica l8 16 html kak i to cto nastoiashhaia elitnaia mebel udovolstvie ne iz desevyx https www legnostyle ru catalog mejkomnatnie dveri arka a23 html i tem ne menee vse bolse liudei v tom cisle i so srednim dostatkom predpocitaiut priobretat mebel klassa spravedlivo rasscityvaia na to cto takaia mebel pokupaetsia na desiatiletiia https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=21 dolse cem my ozidali s vybrannoi tkaniu dovolno dorogo vyslo https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=2 no konecno ne doroze cem kupit novuiu podobnuiu mebel https www legnostyle ru catalog lestnici lestnica l1 11 html v liubom slucae vse sdelano dostoino https www legnostyle ru catalog mejkomnatnie dveri d peregorodki peregorodka a12 html ctoby dizainer sostavil pravilnyi proekt soobshhite zelaemoe kolicestvo iashhikov skafcikov dverok polok priblizitelnye ili tocnye razmery izdeliia vysota sirina glubina cvetovuiu gammu v kotoroi oformlena komnata gde budet raspolagatsia garnitur https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s1 html proekt budet sostavlen s ucetom vsex vasix pozelanii https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a2 id 986 html my sdelaem vse ctoby gotovaia produkciia polnostiu sootvetstvovala ozidaniiam klienta https www legnostyle ru montazh ustanovka derevyannyh lestnic html premialnye materialy https www legnostyle ru catalog mebel komod m4 html v proizvodstve izdelii ispolzuiutsia dorogie materialy massiv cennyx porod dereva aliuminii dekorativnoe udaroprocnoe steklo obivka miagkix elementov vypolniaetsia iz naturalnoi kozi https www legnostyle ru catalog mejkomnatnie dveri impressio dver i13 html gotovye izdeliia otlicaiutsia procnostiu i dolgovecnostiu formiruiut vokrug sebia atmosferu solidnosti i nadeznosti https www legnostyle ru catalog dveri iz massiva v otlicie ot desevyx analogov iz dsp i mdf mebel iz naturalnogo dereva ekologiceski bezopasna i imenno ee predpocitaiut te kto zabotitsia o svoem zdorove i zdorove svoix blizkix https www legnostyle ru catalog lestnici elitnye lestnica l4 5 html lucsaia mebel iz dereva v spb predstavlena v interernyx salonax https www legnostyle ru catalog mejkomnatnie dveri dver p9 html eto magazin elitnoi mebeli gde prodavcy i pokupatelia ceniat nepovtorimuiu estestvennuiu krasotu dereva komfort i blagopriiatnuiu energetiku soderzat raznoobraznye varianty modelei dlia komfortnogo nocnogo otdyxa https www legnostyle ru catalog inter eri s44 html udobnye krovati vmestitelnye skafy tumbocki komody i prikrovatnye stoliki originalnoi formy izgotovleny iz massiva naturalnoi drevesiny https www legnostyle ru catalog dveri iz massiva pagen 1=19 '),
(12951,'field:18',0,1,' https ccwestfield com contact '),
(12951,'field:19',0,1,' info ccwestfield com '),
(12951,'field:6',0,1,' davidgep '),
(12951,'field:7',0,1,' tacusol 6816 mail ru '),
(12951,'field:8',0,1,' google '),
(12951,'field:9',0,1,' general inquiry '),
(12951,'title',0,1,' 2026 01 21 05 24 37 '),
(12952,'field:10',0,1,' optovye prodazi furnitury telefon 7 916 952 62 52 pocta opt furnimax https kupefurnitur ru price ru https kupefurnitur ru onas na nasem saite predstavlena furnitura dlia proizvodstva ofisnoi mebeli kompiuternyx stolov skafov miagkoi mebeli kresel i divanov v usloviiax krizisa mnogie proizvoditeli staraiutsia sekonomit na proizvodstve mebeli dlia ofisnyx ucrezdenii delaia vybor v polzu bolee desevyx materialov i komplektuiushhix https kupefurnitur ru price odnako poroi takoi vybor mozet stat pricinoi poiavleniia na rynke nekacestvennoi mebeli kotoraia ne prednaznacena dlia dlitelnoi ekspluatacii i bystro teriaet svoi funkcionalnye vozmoznosti i esteticnyi vnesnii vid https kupefurnitur ru dlia reseniia dannoi problemy neobxodimo vnimatelno izucit rynok postavshhikov materialov i furnitury na nasem saite vy naidete optimalnye reseniia dlia proizvodstva ofisnoi mebeli po dostupnoi cene https kupefurnitur ru onas my zainteresovany v dolgosrocnom i vygodnom dlia obeix storon sotrudnicestve na postoiannoi osnove https kupefurnitur ru catalog vot tut to i prixodit na pomoshh furnitura https kupefurnitur ru price i proisxodit cudo https kupefurnitur ru price mnozestvo nenuznyx veshhei prevrashhaiutsia v neobycaino udobnye i poleznye predmety interera bez kotoryx uze nevozmozno predstavit sebe zizn sovremennogo celoveka https kupefurnitur ru contact mozno li predstavit sebe interer pomeshheniia bez skafov divanov kresel ne govoria uze o takix vaznyx predmetax kak stoly i stulia mebelnaia furnitura pozvoliaet ne tolko sozdavat udobnuiu i prakticnuiu mebel vse eti kazalos by meloci vliiaiut na esteticeskoe vospriiatie https kupefurnitur ru contact teper mebeliu polzovatsia ne tolko udobno no eshhe i priiatno https kupefurnitur ru contact opt 1 26 https kupefurnitur ru price 00r https kupefurnitur ru onas kriucok mebelnyi eto prakticnaia detal interera kotoraia delaet byt udobnei https kupefurnitur ru onas ispolzuetsia v osnov '),
(12952,'field:18',0,1,' https ccwestfield com contact '),
(12952,'field:19',0,1,' info ccwestfield com '),
(12952,'field:6',0,1,' ronaldlal '),
(12952,'field:7',0,1,' konstantinrovini mail ru '),
(12952,'field:8',0,1,' google '),
(12952,'field:9',0,1,' general inquiry '),
(12952,'title',0,1,' 2026 01 21 05 24 54 '),
(12953,'field:10',0,1,' cena zakaznaia rabota 1 iiul https classicgifts ru plastikovyie salfetki na stol html 2025 g https classicgifts ru ruchki individualnogo dizajna html brendirovanie ta ze reklama kotoraia budet rabotat na vas postoianno izgotovlenie merca govorit o statuse firmy kak minimum vasa kompaniia platezesposobna i mozet pozvolit sebe takoi vid reklamy vy darite po nastoiashhemu unikalnye firmennye podarki kotoryx tocno ne naiti v prodaze assortiment tovarov pod merc otlicaetsia ot roznicnogo riteila a nanesenie delaet ego unikalnym esli vam nuzen merc vy mozete zakazat ego v kompanii oasis nedorogo bystro kacestvenno https classicgifts ru prinimateli reshenij html na nasem saite vy naidete vse ot nezateilivyx brelokov do ekskliuzivnyx izdelii ot elektroniki na kazdyi den do kacestvennogo tekstilia ot evropeiskix proizvoditelei https classicgifts ru dekol html biznes suveniry moskva https classicgifts ru kruzhki html 28 iiul https classicgifts ru znachki zalivnyie html 2025 g https classicgifts ru znachki zalivnyie html artikul 2978 premialnyi pamiatnyi znak specneftegazstroi '),
(12953,'field:18',0,1,' https ccfoxhill com contact '),
(12953,'field:19',0,1,' info ccfoxhill com '),
(12953,'field:6',0,1,' tylerler '),
(12953,'field:7',0,1,' aleksandrrapeka mail ru '),
(12953,'field:8',0,1,' google '),
(12953,'field:9',0,1,' general inquiry '),
(12953,'title',0,1,' 2026 01 21 05 25 11 '),
(12954,'field:10',0,1,' pitanie https corporativ luxe ru vip servis 12 000 scastlivyx kolleg https corporativ luxe ru vedushchiy didzhey osobennosti korporativnogo delovogo turizma https corporativ luxe ru velikolepnyy vek podberem i zabroniruem otel nuznoi kategorii ot ekonoma do premium segmenta https corporativ luxe ru korporativ v nizhnem novgorode ucityvaem mestopolozenie uroven servisa i pozelaniia po usloviiam prozivaniia https corporativ luxe ru korporativnaya programma nizhegorodskiy forsazh korporativ v azerbaidzane zapomnitsia kollektivu nadolgo https corporativ luxe ru korporativ v gruzii dlia poseshheniia strany ne nuzna viza tolko zagranpasport deistvuiushhii ne menee trex mesiacev s momenta okoncaniia poezdki https corporativ luxe ru korporativnyye programmy na kube gornolyznye tury ekskursionnye tury svadebnye tury novogodnie tury korporativnyi otdyx vip tury i uslugi ozdorovlenie i spa https corporativ luxe ru nashi uslugi 1 '),
(12954,'field:18',0,1,' https ccfoxhill com contact '),
(12954,'field:19',0,1,' info ccfoxhill com '),
(12954,'field:6',0,1,' derekveill '),
(12954,'field:7',0,1,' toktobayeva nata mail ru '),
(12954,'field:8',0,1,' google '),
(12954,'field:9',0,1,' general inquiry '),
(12954,'title',0,1,' 2026 01 21 05 25 12 '),
(12955,'field:10',0,1,' provincialnyi spurt https bayra market produkty pitaniya ru vypechka i sladosti shokolad shokoladnye batonchiki shokolad alpen gold klubnika yogurt 90g marketpleis wildberries zakryl krupnuiu sdelku na skladskom rynke https bayra market zhenschinam ru page 56 kompaniia arendovala bolee 40 tys https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00017286 kv https bayra market odezhda ru 5 detyam novorozhdennym kombinezony ru 2 kombinezon slip shapkabant belyy rost 68 m nedaleko ot krasnoiarska https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00016411 pomeshhenie oboidetsia ei v 500 mln rub https bayra market oniks finans ooo items per page=24 page=84 ezegodno https bayra market oniks finans ooo category id=25987 page=79 ploshhadi budut ispolzovatsia v kacestve raspredelitelnogo centra dlia rassireniia prisutstviia v sibiri https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00020803 seicas osnovnoi fokus razvitiia marketpleisov nebolsie goroda https bayra market odezhda ru 5 page 2 layout=products multicolumns predstavitel brenda naturalnoi avtorskoi kosmetiki zaharova posle analiza situacii vyiasnilas sxema podstavy odin iz konkurentov zakazal bolsuiu partiiu sopperov novosibirskogo sellera vlozil v kazduiu model zaranee podgotovlennuiu birku i otpravil nazad https bayra market odezhda ru 5 detyam novorozhdennym shapochki i rukavichki shapochka vyazanaya detskaya v stile bini chernaya r 38 40 posle etogo kitaiskie sumki poexali po vsei rossii https bayra market odezhda ru 5 detyam novorozhdennym shapochki i rukavichki shapochka detskaya v stile bini vyazanaya r 0 3 mes rozovyy pri etom otsledit kto i kogda sdelal zakladku nevozmozno https bayra market oniks finans ooo category id=24507 page=10 kak nevozmozno naiti i vse modeli s poddelnymi birkami https bayra market produkty pitaniya ru ryba i moreprodukty solenaya vyalenaya i kopchenaya ryba forel file h k v u 350 g analogicnaia troika liderov i v reitinge gorodov po rostu oborotov na marketpleisax https bayra market mayonez ru 3 v omske prodazi uvelicilis na 64% v krasnoiarske na 63% v novosibirske na 56% po vsei rossii oborot toze vyros no ne stol znacitelno na 42% nacat lucse s usileniia pozicii v top 3 regionov gde vas produkt uze pokazyvaet xorosie rezultaty https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00020645 uvelicenie skladskix zapasov v etix zonax pozvoliaet proverit potencial rosta https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00017402 '),
(12955,'field:18',0,1,' https cckressonview com contact '),
(12955,'field:19',0,1,' info cckressonview com '),
(12955,'field:6',0,1,' georgedum '),
(12955,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(12955,'field:8',0,1,' google '),
(12955,'field:9',0,1,' general inquiry '),
(12955,'title',0,1,' 2026 01 21 05 27 13 '),
(12956,'field:10',0,1,' v korzinu bystryi zakaz https beauty prestige ru catalog massazhnoe oborudovanie obucenie kosmetologov https beauty prestige ru catalog oborudovanie dlya manikyura adss fg2000d 1600w new https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html spasibo za obrashhenie unikalnyi tulievyi lazer s maksimalnoi dostupnoi moshhnostiu https beauty prestige ru blagodaria tomu cto my napriamuiu sotrudnicaem s zavodami proizvoditeliami polucaia ot nix lgotnye usloviia i skidki u nas est vozmoznost predostavleniia cestnyx cen nasim klientam https beauty prestige ru about howto '),
(12956,'field:18',0,1,' https ccfoxhill com contact '),
(12956,'field:19',0,1,' info ccfoxhill com '),
(12956,'field:6',0,1,' briandresy '),
(12956,'field:7',0,1,' nikolay shchevcov mail ru '),
(12956,'field:8',0,1,' google '),
(12956,'field:9',0,1,' general inquiry '),
(12956,'title',0,1,' 2026 01 21 05 27 33 '),
(12957,'field:10',0,1,' na dannyi moment pokupku mozno soversit na territorii centra dogovorivsis s prodavcom https oookors ru product palpi 1l 12 sht vishnya pokazat eshhe https oookors ru product nivea maska hyd boost gial tkan d licza odni iz glavnyx napravlenii delikatesnaia ryba i moreprodukty iz raznyx ugolkov nasei planety https oookors ru product vafli volzhskie slivochnye 400 gr blok 15 sht unikalnye produkty severa rossii dikaia olenina konservy i tusenki redkie vidy varenia travianye sbory iz ekologiceski cistyx mest https oookors ru product colg z shhetka shelkovye niti ultra my postoianno rassiriaem svoi assortiment soxraniaia kacestvo https oookors ru product ahmad chaj erl grej seryj 100 pak upak 12 sht populiarnye razdely kategorii produkty pitaniia https oookors ru product fairy sred pureclean d myt pos 450ml pomimo produktov pitaniia na b2b https oookors ru product dobryj 02l 27 sht yabloko trade takze predstavleny '),
(12957,'field:18',0,1,' https ccbrakeleypark com contact '),
(12957,'field:19',0,1,' info ccbrakeleypark com '),
(12957,'field:6',0,1,' patrickpew '),
(12957,'field:7',0,1,' cratunsculit1988 mail ru '),
(12957,'field:8',0,1,' google '),
(12957,'field:9',0,1,' general inquiry '),
(12957,'title',0,1,' 2026 01 21 05 28 28 '),
(12958,'field:10',0,1,' krome togo podobnaia tendenciia takze otkryvaet vozmoznosti ne tolko dlia pokupatelei i prodavcov na ploshhadkax rassuzdaet ilia kretov predprinimateli mogut otkryt pvz v svoem gorode esli ego eshhe net ili ix nedostatocno na cislo naseleniia i imet xorosii doxod s tocki https bayra market sergu page 8 utm referer=geoadv search yabs utm ya campaign=89823972517 yabizcmpgn=25716636 utm candidate=59247141426 odnako s takoi ideei stoit potoropitsia tak kak v etoi sfere predlozenie dovolno bystro dogoniaet spros https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00015768 iuliia ileva https bayra market sergu page 28 utm referer=geoadv search yabs utm ya campaign=89823972517 yabizcmpgn=25716636 utm candidate=59247141423 krome togo v nebolsix gorodax i v derevniax rastet takoi potok deneg kak soldatskoe zalovane obrashhaet vnimanie fedor virin https bayra market galantereya i ukrasheniya page 59 zdes eti dengi po ego slovam gorazdo zametnee cem v krupnyx gorodax https bayra market ip klimenko page=59 pri etom magaziny dlia udovletvoreniia rastushhego sprosa naxodiatsia daleko a assortiment v etix magazinax v regionalnyx centrax ne mozet sravnitsia s marketpleisami https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00016663 poetomu neudivitelno cto ozon xoroso zakryvaet etu rastushhuiu potrebnost i pokazyvaet vysokie tempy rosta v malyx gorodax https bayra market produkty pitaniya ru ryba i moreprodukty ikra ikra moyvy 100 g eto win win situaciia reziumiruet virin https bayra market produkty pitaniya ru makarony krupy i muka krupy ru krupa yachnevaya 5 kg spros na protestirovannyi putinym krem ot krasnopolianskoi kosmetiki vyros na 40% keis № 2 https bayra market kontroller dlya solnechnoy elektrostancii ru fermerskoe hozyaystvo premiks skeletin s ftorom 1kg blize k pokupateliu rost prodaz cerez regionalnye sklady https bayra market produkty pitaniya ru vypechka i sladosti pechene pryaniki vafli pechene ovsyanoe 4kg korobka v desiatku samyx populiarnyx v rossii markepleisov vxodiat wildberries ozon lamoda beru aliexpress tmall sdek https bayra market galantereya i ukrasheniya page 115 market https bayra market oniks finans ooo page=124 '),
(12958,'field:18',0,1,' https ccvoorhees com contact '),
(12958,'field:19',0,1,' info ccvoorhees com '),
(12958,'field:6',0,1,' georgevap '),
(12958,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(12958,'field:8',0,1,' google '),
(12958,'field:9',0,1,' general inquiry '),
(12958,'title',0,1,' 2026 01 21 05 29 10 '),
(12959,'field:10',0,1,' eto interesno denis zubrev https proffseo ru prodvizhenie sajtov po rf eshhe istorii uspexa https proffseo ru prodvizhenie zarubezhnykh sajtov bolse trafika s aprelia 2021 po ianvar 2022 https proffseo ru kontakty poiskovye sistemy iandeks i google https proffseo ru prodvizhenie zarubezhnykh sajtov prodvizenie saita po rossii regionalnoe prodvizenie v internete https proffseo ru prodvizhenie sajtov po rf '),
(12959,'field:18',0,1,' https cclehigh com contact '),
(12959,'field:19',0,1,' info cclehigh com '),
(12959,'field:6',0,1,' buddyped '),
(12959,'field:7',0,1,' dolnovam mail ru '),
(12959,'field:8',0,1,' google '),
(12959,'field:9',0,1,' general inquiry '),
(12959,'title',0,1,' 2026 01 21 05 29 28 '),
(12960,'field:10',0,1,' endovazalnaia laz https www angioprof ru uslugi flebologii i angiologii limfedema html koaguliaciia ven niznix konecnostei dvux i bolee magistr https www angioprof ru fotogalereya html podkoznyx ven s mnoz https www angioprof ru v prodazhe tovaryi dlya zdorovya mediczinskij trikotazh mediczinskie noski dlya diabetikov html pritokami ili i perforantami na bedre i goleni v predelax odnoi konecnosti pri oslozn https www angioprof ru v prodazhe ortopedicheskie tovaryi forme var https www angioprof ru v prodazhe ortopedicheskie tovaryi obuv ortopedicheskaya obuv ortopedicheskaya domashnyaya html bolezni trof https www angioprof ru uslugi flebologii i angiologii obliteriruyushhij ateroskleroz html iazva lipodermatoskleroz a22 https www angioprof ru fotogalereya html 12 https www angioprof ru uslugi nevrologii 003 https www angioprof ru v prodazhe ortopedicheskie tovaryi kompressionnyij trikotazh 009 https www angioprof ru v prodazhe ortopedicheskie tovaryi obuv ortopedicheskaya obuv ortopedicheskaya domashnyaya html v moskve klinika rabotaet s 1993 goda https www angioprof ru uslugi xirurgii detalnaia diagnostika primenenie sovremennyx texnologii v socetanii s opytom kvalificirovannyx vracei pozvoliaet polucat vysokii lecebnyi i kosmeticeskii rezultat leceniia https www angioprof ru uslugi flebologii i angiologii kompressionnyij trikotazh html metodiki leceniia https www angioprof ru v prodazhe ortopedicheskie tovaryi 16 500 rub https www angioprof ru v prodazhe tovaryi dlya zdorovya v v vvedenie lek https www angioprof ru uslugi flebologii i angiologii preparat neovaskulgen pri lechenii oank html preparatov https www angioprof ru uslugi xirurgii lechenie xronicheskix nezazhivayushhix ran otriczatelnyim davleniem npwt terapiya bio implant kolennogo sustava bio osteo ssha html foam form skleroterapiia varikozno rassirennyx ven pod ultrazvukovoi navigaciei na bedre i goleni v predelax odnoi niznei konecnosti 3 kategorii sloznosti a11 https www angioprof ru uslugi troficheskie yazvyi html 12 https www angioprof ru v prodazhe ortopedicheskie tovaryi obuv ortopedicheskaya 003 https www angioprof ru v prodazhe ortopedicheskie tovaryi obuv ortopedicheskaya obuv ortopedicheskaya domashnyaya html 007 https www angioprof ru uslugi endokrinologiya 15 000 rub https www angioprof ru uslugi informacziya ob osushhestvlenii deyatelnosti v usloviyax covid 19 html '),
(12960,'field:18',0,1,' http ccmonmouth com contact '),
(12960,'field:19',0,1,' info ccmonmouth com '),
(12960,'field:6',0,1,' melvintic '),
(12960,'field:7',0,1,' riinata osippova bk ru '),
(12960,'field:8',0,1,' google '),
(12960,'field:9',0,1,' general inquiry '),
(12960,'title',0,1,' 2026 01 21 05 30 53 '),
(12961,'field:10',0,1,' sotrudniki sanepidemstancii polucili uzkoprofilnye znaniia o biologii nasekomyx a takze o metodax ix istrebleniia https dez spasatel ru articles kleshchi oni takze imeiut dostup k razresennym sredstvam eto pozvoliaet im bolee effektivno protivostoiat sinantropnym nasekomym cem eto mogut sdelat obycnye grazdane i personal https dez spasatel ru fumigatsiya fogatsiya gazatsiya drevotochets podrobnee o ses vao https dez spasatel ru unichtozhenie zapakhov zapakh trupa primeniaem sovremennoe professionalnoe oborudovanie https dez spasatel ru articles tarakany prichiny poyavleniya tarakanov i kak izbavitsya ot nikh ispolzuem bezopasnye ximiceskie sredstva https dez spasatel ru dezinsekciya vshi zakliucaem dogovor predostavliaem akt ob obrabotke https dez spasatel ru articles tarakany prichiny poyavleniya tarakanov i kak izbavitsya ot nikh garantiruem kacestvo rabot konfidencialnost effektivnost https dez spasatel ru articles tarakany pomogaet li bornaya kislota ot tarakanov trudiatsia dezinsektory s opytom bolee trex let https dez spasatel ru deratizatsiya unichtozhenie gryzunov letuchie myshi dostupnaia stoimost uslug https dez spasatel ru dezinsekciya unictozenie tarakanov obrabotka ot klopov dezinfekciia virusov fumigaciia skladov obrabotka pomeshheniia ot pleseni gribka patogennoi mikroflory unictozenie krys mysei i drugix gryzunov https dez spasatel ru articles dezinfektsiya poyavilis myshi v kvartire kak izbavitsya sdelaite pervyi sag k bolee zdorovoi srede posetite sait sanepidemstancii moskovskoi oblasti i goroda moskvy https dez spasatel ru articles tarakany kak izbavitsya ot tarakanov v kvartire '),
(12961,'field:18',0,1,' https ccburlingtonwoods com contact '),
(12961,'field:19',0,1,' info ccburlingtonwoods com '),
(12961,'field:6',0,1,' michaelbak '),
(12961,'field:7',0,1,' yulyagabipo mail ru '),
(12961,'field:8',0,1,' google '),
(12961,'field:9',0,1,' general inquiry '),
(12961,'title',0,1,' 2026 01 21 05 31 57 '),
(12962,'field:10',0,1,' tewddbcdhawaijuqicebkorh '),
(12962,'field:18',0,1,' https completecareglendale com contact '),
(12962,'field:19',0,1,' info completecareglendale com '),
(12962,'field:6',0,1,' aemkyjjzptjgziojxv '),
(12962,'field:7',0,1,' ta yijiv e z ar u 7 6 gmail com '),
(12962,'field:8',0,1,' hazicmwgrktvoklmmgamx '),
(12962,'field:9',0,1,' general inquiry '),
(12962,'title',0,1,' 2026 01 21 05 32 21 '),
(12963,'field:12',0,1,' fwqunabtotkukyfzoqhvt '),
(12963,'field:13',0,1,' ta yijiv e z ar u 7 6 gmail com '),
(12963,'field:14',0,1,' 4406816464 '),
(12963,'field:15',0,1,''),
(12963,'field:16',0,1,' hr staffing maintenance housekeeping nursing recruitment social services volunteer opportunities '),
(12963,'field:17',0,1,' rkyxeklhspyelwczih '),
(12963,'field:20',0,1,' https completecareglendale com careers '),
(12963,'field:21',0,1,' info completecareglendale com '),
(12963,'title',0,1,' 2026 01 21 05 35 12 '),
(12964,'field:1',0,1,' ihukqulaxofpdepqafkif '),
(12964,'field:2',0,1,' ta yijiv e z ar u 7 6 gmail com '),
(12964,'field:22',0,1,' https mycompletecare com volunteer '),
(12964,'field:23',0,1,' volunteer completecaremgmt com '),
(12964,'field:3',0,1,' 5960079955 '),
(12964,'field:4',0,1,' complete care at berkshire '),
(12964,'field:5',0,1,' qwhczzqpymivlunhc '),
(12964,'title',0,1,' 2026 01 21 05 35 40 '),
(12965,'field:10',0,1,' naprimer esli vy neposredstvenno rabotaete s remontnikami mebelshhikami specialistom po izgotovleniiu tekstilia dlia doma sansy sovmestno naiti proekt uvelicivaiutsia https olga filippova ru kontakts dlia etogo stilia xarakterno ispolzovanie legkix stor mebeli belogo cveta i svetlyx polov pastelnyx ottenkov zivyx cvetov bolsogo kolicestva dekora v vide statuetok i procego https olga filippova ru kontakts interes k kaktusam toze mozno legko obieiasnit oni ne trebuiut k sebe mnogo vnimaniia a vse ze kakaia nikakaia priroda v interere https olga filippova ru zakazat dizajn proekt stoimost dlia zaniatyx sovremennyx liudei otlicnyi variant https olga filippova ru portfolio 2 '),
(12965,'field:18',0,1,' https ccbrakeleypark com contact '),
(12965,'field:19',0,1,' info ccbrakeleypark com '),
(12965,'field:6',0,1,' scottsmimi '),
(12965,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(12965,'field:8',0,1,' google '),
(12965,'field:9',0,1,' general inquiry '),
(12965,'title',0,1,' 2026 01 21 05 36 15 '),
(12966,'field:10',0,1,' nasekomy virusy gryzuny dopolnitelnye uslugi https dez spasatel ru dezinfekciya lishay zanimaias kontrolem nad sostoianiem sanitarno epidemiologiceskogo blagopoluciia v moskve svoei zadacei sanepidemstanciia stavit bezopasnyi i kacestvennyi uroven zizni v stolice https dez spasatel ru articles tarakany sovremennye tendentsii v sfere dezinfektsii ot tarakanov nasa ses sluzba dostupna po cene a dezinfektory nastoiashhie mastera svoego dela https dez spasatel ru articles zvonite dlia besplatnoi konsultacii otvecaem na vse voprosy organizovyvaem operativnyi vyezd masterov dezinfektorov v tecenie casa https dez spasatel ru articles kleshchi kleshchi i ikh rol v rasprostranenii opasnykh zabolevaniy esli k vam edut dlia sanobrabotki uberite kovry kartiny detskie veshhi produkty pitaniia i predmety gigieny a takze pozabottes o zashhite kompiutera i televizora ot popadaniia na ix poverxnost preparatov https dez spasatel ru deratizatsiya unichtozhenie gryzunov krysy dlia etogo prosto nakinte na texniku prostyniu ili kleenku https dez spasatel ru unichtozhenie zapakhov zapakh trupa vostocnyi okrug https dez spasatel ru gorodskaia sanepidemstanciia moskvy i moskovskoi oblasti provodit dezinfekciiu dezinsekciiu i deratizaciiu pomeshhenii razlicnoi napravlennosti https dez spasatel ru unichtozhenie zapakhov zapakh syrosti professionalnaia obrabotka pomozet izbavitsia ot nasekomyx gryzunov opasnyx virusov i mikroorganizmov za korotkii period https dez spasatel ru articles klopy kak effektivno izbavitsya ot klopov v matrase rabotaem s sertificirovannymi preparatami garantiruiushhimi mgnovennyi rezultat https dez spasatel ru fumigatsiya fogatsiya gazatsiya fumigatsiya fosfinom effekt dostigaetsia uze posle 1 vizita ses moskvy https dez spasatel ru articles klopy mozhno li uksusom unichtozhit klopov v dome predostavliaem garantii https dez spasatel ru deratizatsiya unichtozhenie gryzunov myshi centralnyi okrug https dez spasatel ru articles dezinfektsiya poyavilis myshi v kvartire kak izbavitsya '),
(12966,'field:18',0,1,' https ccsouthpointe com contact '),
(12966,'field:19',0,1,' info southpointecrc com '),
(12966,'field:6',0,1,' michaelkar '),
(12966,'field:7',0,1,' yulyagabipo mail ru '),
(12966,'field:8',0,1,' google '),
(12966,'field:9',0,1,' general inquiry '),
(12966,'title',0,1,' 2026 01 21 05 36 54 '),
(12967,'field:10',0,1,' bezuprecnaia ergonomika https www legnostyle ru catalog mebel pagen 1=18 kazdyi element kabineta sproektirovan takim obrazom ctoby sozdavat optimalnye usloviia dlia raboty https www legnostyle ru catalog mebel garderobnie garderobnaa model scg 38 html delovye meloci vsegda budut pod rukoi na prostornoi stolesnice razmestiatsia vse vaznye bumagi udobnoe kreslo obespecit effektivnuiu podderzku pozvonocnika https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e6 html evropeiskie dizainery otlicno ponimaiut cto mebel dolzna predstavliat soboi ne tolko proizvedenie iskusstva no i prakticnye predmety bytovoi obstanovki delaiushhie zizn bolee komfortnoi https www legnostyle ru catalog lestnici lestnica l4 5 html obrashhaem vase vnimanie na to cto dannyi internet sait nosit iskliucitelno informacionno orientirovocnyi xarakter i ne iavliaetsia publicnoi ofertoi opredeliaemoi polozeniiami stati 437 grazdanskogo kodeksa rf https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 1 html nalicie na skladevse populiarnye modeli oborudovaniia v nalicii na sklade https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a5 html vam ne pridetsia zdat 7 10 dnei poka ne privezut oborudovanie https www legnostyle ru catalog mebel pagen 1=16 prixodite k nam pokupaite i srazu zabiraite https www legnostyle ru catalog mebel kb 15 html v slucae otsutstviia kakogo libo oborudovaniia vam dostaviat ego s regionalnyx skladov nasix partnerov ot 1 2x dnei do 5 7 rabocix dnei v zavisimosti ot vybrannogo tipa dostavki ot avia do zd https www legnostyle ru catalog inter eri s28 html v kataloge nasego internet magazina vy naidete mebel iz sosny ot mnogix izvestnyx mebelnyx fabrik https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i11 html fabriki mebeli iz massiva raspolagaiutsia v raznyx castiax rossii i v belarusii eto moskva i sankt peterburg ostrov ramenskoe i priozersk velikie luki murom i galic a takze petrozavodsk kareliia https www legnostyle ru catalog inter eri arka a2 html kazdaia iz fabrik izgotavlivaiushhix mebel iz sosny derzit svoi stil v dizaine vypuskaemoi mebeli a takze imeet svoi tonkosti v texnologii izgotovleniia mebeli https www legnostyle ru catalog mejkomnatnie dveri arka a23 html v sviazi s etim esli vy planiruete kupit ne odin predmet mebeli izgotovlennyi iz massiva sosny my sovetuem kupit mebel ot odnoi fabriki i togda vsia mebel budet odnotonnoi i vypolnennoi v odnom stile t https www legnostyle ru catalog lestnici lestnica l8 9 html e https www legnostyle ru catalog nashi raboty kotel niheskaa naberejnaa k7 html budet socetatsia drug s drugom https www legnostyle ru catalog inter eri a 40 html tak kak ne kazdaia fabrika mebeli iz massiva sosny proizvodit ves assortiment mebeli dlia daci bani i doma odni proizvodiat tolko komody i skafy drugie miagkuiu mebel treti krovati poetomu ctoby ne teriat mnogo vremeni na izucenie voprosy kak vybrat mebel iz sosny samomu my predlagaem vam konsultaciiu po telefonu https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a3 html takze vy smozete uznat kakaia mebel rasscitana na srok ekspluatacii do 20 let a kakaia mozet ne prosluzit i 5 let https www legnostyle ru catalog mebel shkafy sekcii gorki scg 46 html '),
(12967,'field:18',0,1,' https ccshrewsbury com contact '),
(12967,'field:19',0,1,' info ccshrewsbury com '),
(12967,'field:6',0,1,' davidbug '),
(12967,'field:7',0,1,' tacusol 6816 mail ru '),
(12967,'field:8',0,1,' google '),
(12967,'field:9',0,1,' general inquiry '),
(12967,'title',0,1,' 2026 01 21 05 38 29 '),
(12968,'field:10',0,1,' hi complete care at arbors google now lets customers text businesses like complete care at arbors directly from their google business profile last month alone businesses like yours missed 10 20 real customer inquiries simply because no one replied fast enough especially after hours getdandy connects an ai agent directly to your google profile that replies to texts instantly 24 7 answers questions books appointments automatically if someone texts and doesnt get a response they move on to one of your competitors want to see how many messages complete care at arbors is missing click here to grab a time on my calendar and ill show you schedule a call here https getdandy com schedule call sms thank you jennifer obrien ai implementation advisor getdandy phone 949 979 7488 visit us online https getdandy com schedule call sms unsubscribe https bit ly 42wnusa '),
(12968,'field:18',0,1,' https mycompletecare com contact '),
(12968,'field:19',0,1,' cfleming completecaremgmt com '),
(12968,'field:6',0,1,' jennifer obrien '),
(12968,'field:7',0,1,' jenn obri getdandynow com '),
(12968,'field:8',0,1,' www getdandy com '),
(12968,'field:9',0,1,' general inquiry '),
(12968,'title',0,1,' 2026 01 21 05 39 28 '),
(12969,'field:10',0,1,' ispolzovanie ximiceskix sredstv https dez spasatel ru articles authors primeniaem sovremennoe professionalnoe oborudovanie https dez spasatel ru dezinfekciya obrabotka kholodnym tumanom ispolzuem bezopasnye ximiceskie sredstva https dez spasatel ru unichtozhenie borshchevika zakliucaem dogovor predostavliaem akt ob obrabotke https dez spasatel ru articles authors nadezhda viktorovna shved garantiruem kacestvo rabot konfidencialnost effektivnost https dez spasatel ru dezinsekciya trudiatsia dezinsektory s opytom bolee trex let https dez spasatel ru zashchita derevev ot vrediteley koroed my provedem sanitarnuiu obrabotku pomeshheniia posle bolezni smerti celoveka domasnego zivotnogo https dez spasatel ru articles kleshchi kleshchi u lyudej k nam obrashhaiutsia pri razlive rtuti v slucaiax realnogo ili potencialnogo zarazeniia pomeshhenii https dez spasatel ru unichtozhenie zapakhov zapakh mochi deratizaciia provoditsia dlia likvidacii gryzunov cto osobenno aktualno v bolsix gorodax https dez spasatel ru unichtozhenie zapakhov zapakh mochi sredi pricin ix poiavleniia vydeliaiut podrobnee o ses iuao https dez spasatel ru actions standartnuiu predusmotrennuiu rospotrebnadzorom prodolzitelnostiu ot 3 do 6 mesiacev v zavisimosti ot vida obrabotki stepeni zarazeniia i inyx faktorov https dez spasatel ru dezinfekciya pomeshcheniya povtornaia obrabotka v etot period soversenno besplatnaia https dez spasatel ru '),
(12969,'field:18',0,1,' https ccspringbrook com contact '),
(12969,'field:19',0,1,' info ccspringbrook com '),
(12969,'field:6',0,1,' michaelvar '),
(12969,'field:7',0,1,' yulyagabipo mail ru '),
(12969,'field:8',0,1,' google '),
(12969,'field:9',0,1,' general inquiry '),
(12969,'title',0,1,' 2026 01 21 05 40 40 '),
(12970,'field:10',0,1,' hi complete care at bey lea google now lets customers text businesses like complete care at bey lea directly from their google business profile last month alone businesses like yours missed 10 20 real customer inquiries simply because no one replied fast enough especially after hours getdandy connects an ai agent directly to your google profile that replies to texts instantly 24 7 answers questions books appointments automatically if someone texts and doesnt get a response they move on to one of your competitors want to see how many messages complete care at bey lea is missing click here to grab a time on my calendar and ill show you schedule a call here https getdandy com schedule call sms thank you jennifer obrien ai implementation advisor getdandy phone 949 979 7488 visit us online https getdandy com schedule call sms unsubscribe https bit ly 42wnusa '),
(12970,'field:18',0,1,' https ccbeylea com contact '),
(12970,'field:19',0,1,' info ccbeylea com '),
(12970,'field:6',0,1,' jennifer obrien '),
(12970,'field:7',0,1,' jenn obri getdandynow com '),
(12970,'field:8',0,1,' www getdandy com '),
(12970,'field:9',0,1,' other '),
(12970,'title',0,1,' 2026 01 21 05 41 12 '),
(12971,'field:10',0,1,' perekrytie tatu cover up nasi tatu mastera xudozniki professionalno perekryvaiut starye tatu https maze tattoo catalog l luna bezuprecnyi rezultat dostigaetsia blagodaria noveisemu oborudovaniiu i firmennym rasxodnikam ot vedushhix mirovyx brendov https maze tattoo catalog sha opyt raboty s 2008 goda https maze tattoo catalog t tigr opyt raboty s 2008 goda https maze tattoo catalog x haida tolko mastera s xudozestvennym obrazovaniem eskiz liuboi sloznosti https maze tattoo catalog ya yakor sdelat tatuirovku vy smozete v etot ze ili v drugoi den https maze tattoo catalog l lotos tetiana sakevych https maze tattoo catalog b '),
(12971,'field:18',0,1,' https ccatgreenacres com contact '),
(12971,'field:19',0,1,' info ccatgreenacres com '),
(12971,'field:6',0,1,' barryboift '),
(12971,'field:7',0,1,' prosavmobi1981 mail ru '),
(12971,'field:8',0,1,' google '),
(12971,'field:9',0,1,' general inquiry '),
(12971,'title',0,1,' 2026 01 21 05 41 37 '),
(12972,'field:10',0,1,' dostavka i oplata https ellman ru needle bez pereplat kacestvennyi exvc apparat po cene proizvoditelia https ellman ru triangular zabolevaniia niznego otdela genitalnogo trakta https ellman ru basic osnovy kolposkopii https ellman ru oval oborudovanie v rassrocku https ellman ru plates generator surgitron emc proizvodstva amerikanskoi kompanii ellman prednaznacen dlia provedeniia razlicnyx mikroxirurgiceskix operacii tocecnogo vozdeistviia na kletki tkanei kapilliary s pomoshhiu vysokocastotnyx radiovoln https ellman ru triangular funkcional oborudovaniia pozvoliaet primeniat dannuiu model v oblasti stomatologii ginekologii dermatologii otolaringologii urologii proktologii onkologii kosmetologii https ellman ru ball pribor otlicaetsia prostym upravleniem bezopasnoi ekspluataciei https ellman ru accessories minimalnoe rasseivanie tepla pri ispolzovanii pribora soxraniaet ziznesposobnost prilegaiushhix k porazennomu ucastku tkanei cto sodeistvuet bystromu zazivleniiu ran rubcov posle razreza https ellman ru diamond '),
(12972,'field:18',0,1,' https ccinglemoor com contact '),
(12972,'field:19',0,1,' info ccinglemoor com '),
(12972,'field:6',0,1,' jeffreyutelm '),
(12972,'field:7',0,1,' rerkgeemong98 mail ru '),
(12972,'field:8',0,1,' google '),
(12972,'field:9',0,1,' general inquiry '),
(12972,'title',0,1,' 2026 01 21 05 41 54 '),
(12973,'field:10',0,1,' kitai strana iz spiska lidiruiushhix v oblasti proizvodstva mebeli https www legnostyle ru catalog mebel scg 26 html nu a tom kakim sprosom polzuetsia samye citaemye zapisi za poslednii cas 20 05 2014 tradicii kitaiskogo zastolia09 09 2014 elitnaia nemeckaia i italianskaia mebel v barnaule https www legnostyle ru catalog mebel shkafy sekcii gorki scg 15 html kuxni spalni prixozie i garderobnye vsia mebel splanirovana takim obrazom ctoby legko realizovat tvorceskie zadumki v interere doma s ucetom osobennostei zilia https www legnostyle ru catalog mebel pagen 1=2 prazdnik id al adx s arabskogo perevoditsia kak prazdnik zertvoprinoseniia ili prazdnik vernosti i synovnego uvazeniia https www legnostyle ru catalog mebel derevyannye stoly stol model s 5 html etot prazdnicnyi den otmecaetsia na semidesiatyi kuxni iz massiva dereva eto klassika zanra no biudzetnym takoi variant ne nazoves https www legnostyle ru catalog mejkomnatnie dveri arka a5 html imenno derevo lucse vsego podxodit dlia kuxonnogo garnitura v klassiceskom stile dlia liudei s samym utoncennym vkusom https www legnostyle ru catalog mejkomnatnie dveri perfetto kazdaia predstavlennaia seriia nepovtorima i ne poxoza na druguiu seriiu kazdaia imeet svoiu https www legnostyle ru catalog inter eri arka a32 html ubeditsia v preimushhestvax elitnoi dizainerskoi mebeli mozno otkryv katalog salona intererov liniia predlagaiushhego imenno takie modeli https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d39 html zdes mozno vnimatelno rassmotret ne tolko raboty dizainerov no i gotovye interery s elitnoi dizainerskoi mebeliu https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 16 html '),
(12973,'field:18',0,1,' https ccmeriden com contact '),
(12973,'field:19',0,1,' info ccmeriden com '),
(12973,'field:6',0,1,' davidevirm '),
(12973,'field:7',0,1,' tacusol 6816 mail ru '),
(12973,'field:8',0,1,' google '),
(12973,'field:9',0,1,' general inquiry '),
(12973,'title',0,1,' 2026 01 21 05 42 31 '),
(12974,'field:10',0,1,' vqxkutljxdldvomeqawgqsqn '),
(12974,'field:18',0,1,' https completecarebarnhill com contact '),
(12974,'field:19',0,1,' info completecarebarnhill com '),
(12974,'field:6',0,1,' cnhewnwsacjkhaindvjpdts '),
(12974,'field:7',0,1,' t a y i j i v e zar u7 6 gmail com '),
(12974,'field:8',0,1,' dfsmbqdkayzqfyxnwnz '),
(12974,'field:9',0,1,' general inquiry '),
(12974,'title',0,1,' 2026 01 21 05 42 39 '),
(12975,'field:10',0,1,' hello i wanted to reach out with something that could seriously improve your websites reach we work with a trusted ad network that allows us to deliver genuine geo targeted social ads traffic for just $10 per 10 000 visits this isnt junk clicks its actual users tailored to your preferred location and niche what you get 10 000 high quality visitors for just $10 geo targeted traffic for your chosen location larger traffic packages available based on your needs used by marketers we even use this for our seo clients interested check out the details here https www monkeydigital co product country targeted traffic or chat with us on whatsapp https monkeydigital co whatsapp us lets get started today best mike nathan johnson phone whatsapp 1 775 314 7914 '),
(12975,'field:18',0,1,' http ccatcourthouse com contact '),
(12975,'field:19',0,1,' info ccatcourthouse com '),
(12975,'field:6',0,1,' mike nathan johnson '),
(12975,'field:7',0,1,' mike monkeydigital co '),
(12975,'field:8',0,1,' google '),
(12975,'field:9',0,1,' general inquiry '),
(12975,'title',0,1,' 2026 01 21 05 43 18 '),
(12976,'field:10',0,1,' vse mebelnye kompanii zanimaiushhiesia optovymi zakupkami v kitae stalkivaiutsia s problemami dostavki mebeli ot kitaiskogo proizvoditelia k mestu prodazi https www legnostyle ru catalog lestnici derevannie vintovie lestnici pri dostavke mebeli iz podnebesnoi voznikaet kulturnaia revoliuciia v kitae vovse ne zaversilas ona vse eshhe prodolzaetsia no na kitaiskix dorogax https www legnostyle ru catalog mebel scg 19 html proizoslo obostrenie klassovoi nenavisti velosipedistov i pesexodov k peredvigaiushhimsia na pervoklassnye kuxni vypolnennye v dannom stile otlicaiutsia neobxodimoi funkcionalnostiu prostotoi i bogatstvom konfiguracii zavisiashhix ot planirovki pomeshheniia ili licnyx predpoctenii https www legnostyle ru catalog mebel kts 5 html podxod k proektirovaniiu kuxon podobnogo stilia dopuskaet opredelennuiu svobodu inogda daze socetaia nesocetaemoe cto predpolagaet vozmoznost izgotovleniia mebeli po osobomu zakazu https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=12 texnologii izgotovleniia mebeli ottocennye na protiazenii mnogix stoletii do six por polzuiutsia zasluzennoi populiarnostiu ne tolko vo dvorcax ili osobniakax zapadnoi evropy no i v domax mirovyx pravitelei preuspevaiushhix biznesmenov i predstavitelei tvorceskoi elity https www legnostyle ru skladnye mezhkomnatnye dveri html opiraias na mnogovekovoi opyt italianskie mastera sozdaiut sovremennye proizvedeniia iskusstva predlagaia i otnositelno dostupnye reseniia i elitnuiu mebel rasscitannuiu na pokupatelei s ocen vysokim urovnem dostatka https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p15 html s 2001 goda italianskaia mebel predlagaemaia kompaniei predstavlena na saite kompanii https www legnostyle ru catalog inter eri potolki pt 20 html zdes pokupatel mozet vybrat liubuiu mebel ot izvestnyx italianskix proizvoditelei perecen kotoryx predstavlen na saite a takze aksessuary k nei https www legnostyle ru catalog mebel shkafy sekcii gorki scg 27 html elitnaia kuxnia eto neprevzoidennoe socetanie maksimalnogo udobstva funkcionalnosti i izyskannogo dizaina https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d25 html prebyvanie na takoi kuxne splosnoe udovolstvie ved daze prigotovlenie pishhi iz obiazannosti prevrashhaetsia v priiatnoe vremiapreprovozdenie https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 15 html uiut i komfort elitnyx kuxon ot kompanii sozdaetsia kazdoi detaliu individualnyi podxod k kazdomu klientu pozvoliaet udovletvorit liubye trebovaniia i pozelaniia https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver o17 html '),
(12976,'field:18',0,1,' https cchyattsville com contact '),
(12976,'field:19',0,1,' info cchyattsville com '),
(12976,'field:6',0,1,' daviddix '),
(12976,'field:7',0,1,' tacusol 6816 mail ru '),
(12976,'field:8',0,1,' google '),
(12976,'field:9',0,1,' general inquiry '),
(12976,'title',0,1,' 2026 01 21 05 44 10 '),
(12977,'field:12',0,1,' uztarieesffrimqwnymhovij '),
(12977,'field:13',0,1,' t a y i j i v e zar u7 6 gmail com '),
(12977,'field:14',0,1,' 9951123675 '),
(12977,'field:15',0,1,''),
(12977,'field:16',0,1,' admissions marketing dietary food service hr staffing maintenance housekeeping recruitment volunteer opportunities '),
(12977,'field:17',0,1,' sbcjmeyyhvfwyumb '),
(12977,'field:20',0,1,' https mycompletecare com careers '),
(12977,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(12977,'title',0,1,' 2026 01 21 05 44 15 '),
(12978,'field:10',0,1,' prodvizenie saita v poiskovyx sistemax process trebuiushhii iskliucitelno individualnogo podxoda https proffseo ru prodvizhenie angloyazychnykh sajtov strategiia i metodika prodvizeniia zavisit ne tolko ot celei zakazcika no i ot riada faktorov po versii reitinga runeta 2022 https proffseo ru prodvizhenie sajtov po moskve rezultaty nasix klientov https proffseo ru prodvizhenie zarubezhnykh sajtov opyt svernut https proffseo ru prodvizhenie sajtov po rf eshhe istorii uspexa https proffseo ru prodvizhenie zarubezhnykh sajtov tagline awards 2021 g https proffseo ru prodvizhenie sajtov po rf '),
(12978,'field:18',0,1,' https completecarewall com contact '),
(12978,'field:19',0,1,' info completecarewall com '),
(12978,'field:6',0,1,' buddyjax '),
(12978,'field:7',0,1,' dolnovam mail ru '),
(12978,'field:8',0,1,' google '),
(12978,'field:9',0,1,' general inquiry '),
(12978,'title',0,1,' 2026 01 21 05 44 36 '),
(12979,'field:10',0,1,' sredi predlozenii iompanii otlicno vpisetsia v liuboi interer https www legnostyle ru catalog mejkomnatnie dveri d peregorodki arka a31 html ogromnyi vybor mebeli dlia gostinic barov i biliardnyx mogut zainteresovat takze professionalov https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=10 pri sozdanii sovremennogo i uiutnogo interera v kvartire ili kottedze glavnuiu rol igraet mebel https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model i12 html ona reguliruet stepen komforta i pozvoliaet vladelcu polnocenno otdyxat posle tiazelogo trudovogo dnia https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaya dver e26 html samoi elitnoi korpusnoi mebeliu dlia kabineta rukovoditelia iavliaetsia mebel iz dereva https www legnostyle ru catalog mejkomnatnie dveri ottimo mejkomnatnaa dver o15 html ona izyskanna privlekatelna a glavnoe sootvetstvuet strogomu dizainu interera kotoryi neobxodim kommerceskomu pomeshheniiu https www legnostyle ru catalog mejkomnatnie dveri vhodnaya dver e24 html prioritetnymi iavliaiutsia predmety interera iz cennyx porod https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a7 html dorogie materialy garantiruiut cto mebel ne poteriaet privlekatelnogo vnesnego vida daze cerez mnogo let https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p10 html v gonkonge sotni rabotnikov mediciny v tom cisle medsestry i vraci nacali v ponedelnik zabastovku https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e30 html po informacii ot mestnyx smi mediki trebuiut ctoby vlasti polnostiu zakryli granicu s materikovym kitaem cto predotvratit epidemiiu koroonavirusa v regione https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 2 html kolicestvo kategorii liudei kotorye priezzaiut v kitai strogo ograniceno https www legnostyle ru catalog mejkomnatnie dveri impressio model i31 html kak pravilo eto turisty biznesmeny ili studenty https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 23 html est eshhe emigranty i rabocie https www legnostyle ru catalog mejkomnatnie dveri diverso dver d43 html i esli biznesmeny s mebel iz germanii slavitsia na ves mir svoimi izyskannymi formami iznosostoikostiu i procnostiu https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s2 html tak cto esli xotite sdelat svoe zile bolee funkcionalnym i ergonomicnym obrashhaites v nasu kompaniiu my pomozem vam vybrat podxodiashhii variant garnitura pod vas interer https www legnostyle ru dubovye dveri html pagen 2=7 '),
(12979,'field:18',0,1,' https ccbayshore com contact '),
(12979,'field:19',0,1,' info ccbayshore com '),
(12979,'field:6',0,1,' davidhom '),
(12979,'field:7',0,1,' tacusol 6816 mail ru '),
(12979,'field:8',0,1,' google '),
(12979,'field:9',0,1,' general inquiry '),
(12979,'title',0,1,' 2026 01 21 05 45 08 '),
(12980,'field:1',0,1,' cqmsulqkjzgzlzgbq '),
(12980,'field:2',0,1,' t a y i j i v e zar u7 6 gmail com '),
(12980,'field:22',0,1,' https mycompletecare com volunteer '),
(12980,'field:23',0,1,' volunteer completecaremgmt com '),
(12980,'field:3',0,1,' 6370616679 '),
(12980,'field:4',0,1,' complete care at brick '),
(12980,'field:5',0,1,' ayvbewlwniqjccpechty '),
(12980,'title',0,1,' 2026 01 21 05 46 04 '),
(12981,'field:10',0,1,' elitnaia mebel dlia kabineta rukovoditelia izgotavlivaetsia ne tolko iz vyseperecislennyx porod https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaya dver d47 html polzuiutsia populiarnostiu predmety interera iz ekzoticeskix materialov https www legnostyle ru catalog mejkomnatnie dveri nestandarnye peregorodka model a 25 html rasprostranennoi iavliaetsia mebel iz maxagoni https www legnostyle ru catalog lestnici na vtoroy etazh pagen 1=2 ona otlicaetsia temno malinovym krasno koricnevym cvetom https www legnostyle ru obedennaya mebel html xoroso smotritsia v kabinete stol ili skaf iz tisa https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s9 html dannaia poroda mozet byt kak krasno buroi tak i fioletovo puncovoi https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p27 html k elitnym predmetam interera otnositsia mebel iz merbau venge ebet kempas https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 15 html nalicie na skladevse populiarnye modeli oborudovaniia v nalicii na sklade https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s3 html vam ne pridetsia zdat 7 10 dnei poka ne privezut oborudovanie https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d46 html prixodite k nam pokupaite i srazu zabiraite https www legnostyle ru catalog inter eri pt 19 html v slucae otsutstviia kakogo libo oborudovaniia vam dostaviat ego s regionalnyx skladov nasix partnerov ot 1 2x dnei do 5 7 rabocix dnei v zavisimosti ot vybrannogo tipa dostavki ot avia do zd https www legnostyle ru catalog mejkomnatnie dveri nestandarnye pagen 1=10 kuxni iz plastika eto pozalui samyi prakticnyi variant https www legnostyle ru catalog mebel scg 7 html sudite sami plastik bez problem moetsia ne vygoraet soxraniaet svoi pervonacalnyi vid i socnye rascvetki dolgie gody ne vycvetaet https www legnostyle ru catalog mebel gp 6 html rekomenduem pospesite zakazat peretiazku v moskve nedorogo i v kacestvennom ispolnenii na vse raboty u nas ustanovleny dostupnye ceny za scet togo cto my sotrudnicaem napriamuiu s proizvoditeliami furnitury i otdelocnyx materialov dlia razlicnyx mebelnyx konstrukcii https www legnostyle ru catalog inter eri arka a21 html stilnyi dizain https www legnostyle ru dubovye dveri html pagen 2=12 elitnye garnitury srazu privlekaiut vnimanie tshhatelno vyverennymi stilisticeskimi reseniiami https www legnostyle ru catalog mejkomnatnie dveri peregorodka a6 html komplekty predlagaiutsia kak v klassiceskom tak i v sovremennom lakonicnom dizaine dlia polnogo sootvetstviia koncepcii interera https www legnostyle ru catalog mejkomnatnie dveri a 35 html istoriceski slozilos cto v kitae nikogda ranee ne upotrebliali takie alkogolnye napitki kak koniaki nalivki likery vinogradnye vina sampanskoe https www legnostyle ru catalog mebel scg 50 html v tecenie vsei istorii zdes bylo '),
(12981,'field:18',0,1,' https ccplainfield com contact '),
(12981,'field:19',0,1,' info ccplainfield com '),
(12981,'field:6',0,1,' davidstync '),
(12981,'field:7',0,1,' tacusol 6816 mail ru '),
(12981,'field:8',0,1,' google '),
(12981,'field:9',0,1,' general inquiry '),
(12981,'title',0,1,' 2026 01 21 05 46 22 '),
(12982,'field:10',0,1,' posmotret dostupnye nomera https rich house su photos posmotret dostupnye nomera https rich house su contacts vse vkliuceno https rich house su rooms ulica leselidze d https rich house su rooms 9 gelendzik https rich house su services posmotret dostupnye nomera https rich house su services vvedite daty ctoby uvidet aktualnye ceny https rich house su '),
(12982,'field:18',0,1,' http cckressonview com contact '),
(12982,'field:19',0,1,' info cckressonview com '),
(12982,'field:6',0,1,' geraldgew '),
(12982,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12982,'field:8',0,1,' google '),
(12982,'field:9',0,1,' general inquiry '),
(12982,'title',0,1,' 2026 01 21 05 46 36 '),
(12983,'field:10',0,1,' casto ambicii kompanii veliki rukovoditeli gotovy vkladyvat xorosie biudzety v razvitie svoego biznesa v internete https proffseo ru prodvizhenie zarubezhnykh sajtov pri etom est vozmoznost predpolozim dostavliat svoi tovar po vsei strane https proffseo ru prodvizhenie zarubezhnykh sajtov otsiuda poiavliaetsia zelanie prodvigatsia ne tolko po opredelennomu osnovnomu regionu ili neskolkim no i po vsei rossii https proffseo ru prodvizhenie sajtov po rf na izobrazenii nize vidno cto rezultaty identicnye ceny na uslugu prodvizenie saita https proffseo ru prodvizhenie sajtov po rf mnogoe takze zavisit ot konkurencii rynka i tekushhego sostoianiia saita kotoryi vy prodvigaete https proffseo ru kontakty cem bolse konkurentov i cem xuze tekushhie pozicii saita tem vyse zatraty na reklamu i prodvizenie https proffseo ru prodvizhenie angloyazychnykh sajtov zaprosov v top 10 https proffseo ru privacy premiia bolsoi oborot v sfere e commerce https proffseo ru prodvizhenie sajtov po moskve '),
(12983,'field:18',0,1,' https ccatgreenacres com contact '),
(12983,'field:19',0,1,' info ccatgreenacres com '),
(12983,'field:6',0,1,' buddyerype '),
(12983,'field:7',0,1,' dolnovam mail ru '),
(12983,'field:8',0,1,' google '),
(12983,'field:9',0,1,' general inquiry '),
(12983,'title',0,1,' 2026 01 21 05 47 54 '),
(12984,'field:10',0,1,' itogovye ceny na uslugi po peretiazke miagkoi mebeli ustanavlivaiutsia individualno i vo mnogom zavisiat ot vasix pozelanii po pocinke izdeliia i izmenenii v ego vnesnem vide https www legnostyle ru catalog mebel shkafy sekcii gorki scg 33 html na stoimost vliiaet nacalnoe sostoianie kresla ili divana vid vybrannogo dekorativnogo pokrytiia i vnutrennego napolnitelia https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 13 html na kladbishhe babaosan v kitae v pekine nacali ispolzovat texnologii virtualnoi realnosti s celiu podderzat blizkix i rodnyx usopsix https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p21 html dlia etogo vo vremia provedeniia dnia otkrytyx dverei publike byl pokazan simuliator smerti https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p18 html premialnye materialy https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e19 html v proizvodstve izdelii ispolzuiutsia dorogie materialy massiv cennyx porod dereva aliuminii dekorativnoe udaroprocnoe steklo obivka miagkix elementov vypolniaetsia iz naturalnoi kozi https www legnostyle ru catalog inter eri stenovie paneli s5 html gotovye izdeliia otlicaiutsia procnostiu i dolgovecnostiu formiruiut vokrug sebia atmosferu solidnosti i nadeznosti https www legnostyle ru catalog kuhni kuhna 20 html zacastuiu bytuet mnenie cto vozmozno naiti nedoroguiu kacestvennuiu elitnuiu mebel ne stoit etomu verit iskliucitelno dorogaia elitnaia mebel garantiruet vam kacestvo i komfort t https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s10 html k https www legnostyle ru catalog inter eri a7 html pri ee izgotovlenii primeniaiutsia tolko naturalnye elitnye materialy https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 7 html eto kasaetsia i vnesnei obivki mebeli a takze i ee vnutrennego karkasa https www legnostyle ru catalog mebel scg 34 html dizainery aktivno vpityvaiut v sebia vse osobennosti mebelnoi mody 20 go stoletiia koza v te vremena byla super modna https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=5 eto obieiasniaetsia tem cto opredelennye stili pestrili sikom takoi material kak koza smog prekrasno togda podderzat temu bogatstva i roskosi https www legnostyle ru catalog mejkomnatnie dveri diverso pagen 1=6 nabiraiushhie populiarnost etniceskii stil i kolonialnyi takze vydeliaiutsia naliciem bolsogo kolicestva kozanyx elementov mebeli https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d37 html nastoiatelno rekomenduetsia zakazyvat razrabotku kuxonnogo garnitura iskliucitelno pod vasu kuxniu https www legnostyle ru dubovye dveri html pagen 2=22 v etom slucae udastsia maksimalno effektivno vpisat bytovuiu texniku v fasad garnitura https www legnostyle ru catalog mebel derevyannye stoly s 7 html '),
(12984,'field:18',0,1,' https ccfoxhill com contact '),
(12984,'field:19',0,1,' info ccfoxhill com '),
(12984,'field:6',0,1,' davidbroli '),
(12984,'field:7',0,1,' tacusol 6816 mail ru '),
(12984,'field:8',0,1,' google '),
(12984,'field:9',0,1,' general inquiry '),
(12984,'title',0,1,' 2026 01 21 05 48 51 '),
(12985,'field:10',0,1,' 1 dd https akademy21 ru massazhist universal mm https akademy21 ru comerchiskie ukladki yy voskresene ponedelnik vtornik sreda cetverg piatnica subbota vs pn vt sr ct pt sb vos pon vto sre cet piat sub ianvar fevral mart aprel mai iiun iiul avgust sentiabr oktiabr noiabr dekabr ianv fev mar apr mai iiun iiul avg sen okt noia dek predydushhii mesiac sleduiushhii mesiac https akademy21 ru massagist estet do aeroporta https akademy21 ru medsestra cosmetolog reiting 4 https akademy21 ru courses meditsinskie kursy 0 iz 5 https akademy21 ru trener parikmacher 0 https akademy21 ru skulpturnyi massage lica zakazat podbor tura https akademy21 ru blog tury v kitai https akademy21 ru mmedsestra putevki v kitai na ianvar 2024 ceny na tury poluceny ot turoperatorov segodnia v 08 30 po irkutsku https akademy21 ru master resnic '),
(12985,'field:18',0,1,' http ccoceangrove com contact '),
(12985,'field:19',0,1,' info ccoceangrove com '),
(12985,'field:6',0,1,' philiphax '),
(12985,'field:7',0,1,' halcheni1990 mail ru '),
(12985,'field:8',0,1,' google '),
(12985,'field:9',0,1,' general inquiry '),
(12985,'title',0,1,' 2026 01 21 05 50 31 '),
(12986,'field:10',0,1,' datcik podieema kuzova https ftnet ru penza s pomoshhiu sputnikovogo slezeniia vy vidite tocnoe mestopolozenie transporta na karte v realnom vremeni https ftnet ru sakhalin sistema monitoringa analiziruet sobliudenie marsrutov fiksiruet otkloneniia i prostoi pozvoliaia optimizirovat logistiku i povysit disciplinu voditelei https ftnet ru gbo propan lada vesta dostupna istoriia peremeshhenii za poslednie 400 dnei https ftnet ru elma polnyi kontrol topliva https ftnet ru stazhirovka kupit v 1 klik https ftnet ru stazhirovkavrn professional bortovaia sistema kontrolia i otslezivaniia transportnyx sredstv https ftnet ru petrozavodsk sistema kontrolia topliva glonasssoft pomozet vyiavit ispolzovanie levyx cekov i nesertificirovannogo topliva podkrucivanie odometra maxinacii s toplivnymi kartami i neobosnovannyi perezog topliva https ftnet ru samara '),
(12986,'field:18',0,1,' https ccinglemoor com contact '),
(12986,'field:19',0,1,' info ccinglemoor com '),
(12986,'field:6',0,1,' lloydnub '),
(12986,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(12986,'field:8',0,1,' google '),
(12986,'field:9',0,1,' general inquiry '),
(12986,'title',0,1,' 2026 01 21 05 53 09 '),
(12987,'field:10',0,1,' klinika doktora maksima popovceva predlagaet kompleksnyi podxod k reseniiu venoznyx problem https www angioprof ru uslugi flebologii i angiologii limfedema html nas sosudistyi flebolog primeniaet peredovye texnologii leceniia obespecivaiushhie bystroe vosstanovlenie bez dlitelnoi reabilitacii https www angioprof ru uslugi flebologii i angiologii tromboflebit html v v vvedenie lek https www angioprof ru uslugi flebologii i angiologii tromboflebit html preparatov https www angioprof ru v prodazhe tovaryi dlya zdorovya lechebnaya kosmetika sustavit gel balzam dlya tela xondroitin s glyukozaminom 125ml html odnokratnyi seans mikroskleroterapii teleangiektazii v predelax 1 i zony odnoi niznei konecnosti 1 kategoriia sloznosti skleroterapiia teleangioektazii a11 https www angioprof ru personal 12 https www angioprof ru v prodazhe tovaryi dlya zdorovya badyi 003 https www angioprof ru uslugi troficheskie yazvyi html 009 https www angioprof ru fotogalereya html konsultaciia interpretaciia s analizami i obsledovaniiami storonnix organizacii https www angioprof ru uslugi xirurgii lechenie xronicheskix nezazhivayushhix ran otriczatelnyim davleniem npwt terapiya bio implant kolennogo sustava bio osteo ssha html o centre innovacionnoi flebologii https www angioprof ru uslugi xirurgii lechenie pyatochnoy shpori html ne uvereny nuzna li vam operaciia 35 000 rub https www angioprof ru v prodazhe ortopedicheskie tovaryi kompressionnyij trikotazh '),
(12987,'field:18',0,1,' https completecareoakridge com contact '),
(12987,'field:19',0,1,' info completecareoakridge com '),
(12987,'field:6',0,1,' melvinelori '),
(12987,'field:7',0,1,' riinata osippova bk ru '),
(12987,'field:8',0,1,' google '),
(12987,'field:9',0,1,' general inquiry '),
(12987,'title',0,1,' 2026 01 21 05 53 28 '),
(12988,'field:10',0,1,' ultrazvukovoi tolshhinomer a1207 iavliaetsia samym malenkim tolshhinomerom sovmeshhaiushhim udobstvo v ekspluatacii i vse osnovnye funkcii sovremennogo tolshhinomera https www ndt club com news 99 htm a1207 prednaznacen dlia izmereniia stenok kotlov sosudov rabotaiushhix pod davleniem obsivok sudov i drugix izdelii iz cernyx i cvetnyx metallov izdelii iz cernyx i cvetnyx metallov izdelii iz stekla a takze metalliceskix i plastikovyx trub diametrom ot 20 mm https www ndt club com product 750 kabel bnc lemo00 bnc bnc bnc microdot htm tolshhinomer tm 20mg4 izmeriaet polnuiu tolshhinu pokrytiia cink lakokrasocnoe pokrytie tolko na ferromagnitnom osnovanii stal i ee splavy https www ndt club com news 47 htm vydelit otdelno tolshhinu galvaniceskogo pokrytiia i tolshhinu lakokrasocnogo pokrytiia ne mozet https www ndt club com product 566 metolab 422 stacionarnii tverdomer po vikkersy htm komplektaciia pribora mozet byt izmenena proizvoditelem bez preduprezdeniia https www ndt club com product 757 rft ip20wk1 preobrazovatel immersionnii htm vse zaiavlennye funkcionalnye vozmoznosti ostaiutsia bez izmenenii https www ndt club com proizvoditeli 32 oktanta htm dopolnitelnye illiustracii obnovleno 10 ianvaria 2017defektoskopy tolshhinomery tverdomery teplovizory pirometry rentgenovskie apparaty rentgenovskaia plenka lazernye dalnomery https www ndt club com product 365 a 50 adgezimetr elektronnii htm dostavka v liubuiu tocku rossii https www ndt club com product 720 v7 1833 obrazci sherohovatosti poverhnosti sravneniya parametr ra htm garantiinoe i https www ndt club com news 91 htm https www ndt club com news 63 htm https www ndt club com news 55 htm '),
(12988,'field:18',0,1,' https ccorangepark com contact '),
(12988,'field:19',0,1,' info ccorangepark com '),
(12988,'field:6',0,1,' stevenappat '),
(12988,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(12988,'field:8',0,1,' google '),
(12988,'field:9',0,1,' general inquiry '),
(12988,'title',0,1,' 2026 01 21 05 53 29 '),
(12989,'field:10',0,1,' zamena rycaga zadnego poperecnyi kontakty podtverzdeny https dialdrive ru katalizator esli vy nuzdaetes v kacestvennom i bystrom remonte obrashhaites v evis motors 29 let opyt 11 let https dialdrive ru dvs telefon i socset podtverzdeny https dialdrive ru katalizator dokumenty podtverzdeny https dialdrive ru '),
(12989,'field:18',0,1,' https ccorangepark com contact '),
(12989,'field:19',0,1,' info ccorangepark com '),
(12989,'field:6',0,1,' vincentpeece '),
(12989,'field:7',0,1,' andreyy filimonov bk ru '),
(12989,'field:8',0,1,' google '),
(12989,'field:9',0,1,' general inquiry '),
(12989,'title',0,1,' 2026 01 21 05 53 33 '),
(12990,'field:10',0,1,' stoimost raboty po kapitalke ot 10t http dmalmotors ru r http dmalmotors ru zamena tsepi ili remnya grm html cena zavisit ot togo naskolko 034zagazen034 motor trebuetsia ili net rastocka bloka i procego http dmalmotors ru regulyarnoe tekhobsluzhivanie html pozonite ili lucse podezzaite v rabocee vremia s 12 do 22 obgovorim niuansy http dmalmotors ru promyvka inzhektorov html za scet etogo processa proisxodit vozvratno postupatelnoe dvizenie porsnia v cilindre preobrazuiushhee ego vo vrashhenie vala http dmalmotors ru remont generatorov html satun privodit v deistvie kolenval kotoryi peredaet krutiashhii moment k transmissii a zatem kolesam avtomobilia http dmalmotors ru remont sistemy okhlazhdeniya html obnovleno 5 okt 2022 http dmalmotors ru zamena tsepi ili remnya grm html http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html http dmalmotors ru zamena i remont stsepleniya html izuceniia ustroistva dizelnogo dvigatelia na primere dvigatelia a m kamaz http dmalmotors ru remont korobki peredach html dvigatel imeet vyrezy http dmalmotors ru http dmalmotors ru zamena masel i filtrov html http dmalmotors ru remont korobki peredach html udlinenie usilenie obrezka kapitalnyi remont ram liubyx gruzovyx kommerceskix http dmalmotors ru regulyarnoe tekhobsluzhivanie html http dmalmotors ru promyvka inzhektorov html http dmalmotors ru remont sistemy okhlazhdeniya html pri remonte podsipnikov skolzeniia nuzno vytashhit iz ix podsipnikovogo shhita celnuiu vtulku libo vkladys s pomoshhiu udarov drevesnym molotkom cerez drevesnuiu vykolotku http dmalmotors ru zamena masel i filtrov html shhit pri vsem etom neobxodimo stavit tak ctob podsipnik upiralsia v etu oporu http dmalmotors ru promyvka inzhektorov html pri drugom raspolozenii podsipnik mozet dat treshhinku http dmalmotors ru remont starterov html nuzno takze smotret za tem ctob ne razrusit smazocnyx kolec http dmalmotors ru remont starterov html dalse v etoi state my rassmotrim vozmoznye slabye mesta dvigatelei legkovyx avtomobilei ford mazda nissan mersedes i toiota v konce obratim vnimanie na nekotorye osobennosti remonta motorov otecestvennogo proizvodstva gaz i vaz http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 '),
(12990,'field:18',0,1,' https ccorangepark com contact '),
(12990,'field:19',0,1,' info ccorangepark com '),
(12990,'field:6',0,1,' emanuelret '),
(12990,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(12990,'field:8',0,1,' google '),
(12990,'field:9',0,1,' general inquiry '),
(12990,'title',0,1,' 2026 01 21 05 53 33 '),
(12991,'field:10',0,1,' klzgieyaprmiwhqhowkk '),
(12991,'field:18',0,1,' https mycompletecare com contact '),
(12991,'field:19',0,1,' cfleming completecaremgmt com '),
(12991,'field:6',0,1,' cyytfqfapgfjmbophf '),
(12991,'field:7',0,1,' tayi jive za r u 7 6 gmail com '),
(12991,'field:8',0,1,' qtvawvljismevqkezq '),
(12991,'field:9',0,1,' general inquiry '),
(12991,'title',0,1,' 2026 01 21 05 53 37 '),
(12992,'field:12',0,1,' wjdjoflcllcbfmyccsc '),
(12992,'field:13',0,1,' tayi jive za r u 7 6 gmail com '),
(12992,'field:14',0,1,' 4421485999 '),
(12992,'field:15',0,1,''),
(12992,'field:16',0,1,' volunteer opportunities '),
(12992,'field:17',0,1,' lszhirqqcqiwcrzsfrtlevi '),
(12992,'field:20',0,1,' https mycompletecare com careers '),
(12992,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(12992,'title',0,1,' 2026 01 21 05 54 37 '),
(12993,'field:1',0,1,' toadekmdwnaupcfavtw '),
(12993,'field:2',0,1,' tayi jive za r u 7 6 gmail com '),
(12993,'field:22',0,1,' https mycompletecare com volunteer '),
(12993,'field:23',0,1,' volunteer completecaremgmt com '),
(12993,'field:3',0,1,' 7322983485 '),
(12993,'field:4',0,1,' complete care at wayne hills rehab and respiratory center '),
(12993,'field:5',0,1,' yytnilvwfnsgszpzjwybzt '),
(12993,'title',0,1,' 2026 01 21 05 54 59 '),
(12994,'field:10',0,1,' eshhe istorii uspexa https proffseo ru prodvizhenie zarubezhnykh sajtov casto prodvizenie v regiony sviazano s rassireniem dilerskoi ili agentskoi seti privleceniem regionalnyx optovyx kompanii https proffseo ru eshhe istorii uspexa https proffseo ru prodvizhenie angloyazychnykh sajtov v sootvetstvii s razrabotannoi strategiei stavit zadaci gruppe proekta i kontroliruet ix realizaciiu https proffseo ru prodvizhenie sajtov po moskve sostavliaet texniceskie zadaniia i gotovit vse neobxodimye rabocie materialy https proffseo ru prodvizhenie sajtov po rf kontroliruet sobliudenie kpi proekta analiziruet effektivnost mer pri neobxodimosti vnosit korrektivy https proffseo ru prodvizhenie sajtov po rf gotovit reguliarnuiu otcetnost https proffseo ru privacy razvivaet proekt https proffseo ru kontakty serebro v nominacii lucsaia kontekstnaia kampaniia ot cego zavisit stoimost prodvizeniia saita '),
(12994,'field:18',0,1,' https ccwestcaldwell com contact '),
(12994,'field:19',0,1,' info ccwestcaldwell com '),
(12994,'field:6',0,1,' buddysmits '),
(12994,'field:7',0,1,' dolnovam mail ru '),
(12994,'field:8',0,1,' google '),
(12994,'field:9',0,1,' general inquiry '),
(12994,'title',0,1,' 2026 01 21 05 55 49 '),
(12995,'field:10',0,1,' kak pravilo elitnaia dorogaia respektabelnaia mebel izgotovlena iz cennyx porod drevesiny umelo i iskusno obrabotannoi nastoiashhimi professionalami https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 25 html na mezdunarodnom mebelnom rynke est mnogo predlozenii mebeli premium klassa no esli vam xocetsia priobresti lucsee stoit obratitsia k italianskim proizvoditeliam https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l4 6 html italianskaia elitnaia mebel vypuskaetsia v sodruzestve s lucsimi mirovymi dizainerskimi masterskimi https www legnostyle ru catalog mejkomnatnie dveri pagen 1=9 krasota italianskix garniturov naprimer mebelnyx kollekcii dlia gostinyx nepodrazaema i nepovtorima https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a11 html a umenie italianskix krasnoderevshhikov rabotat s blagorodnymi drevesnymi porodami ottacivalos vekami https www legnostyle ru catalog inter eri potolki potolok model pt 21 html gorod xarbin administrativnyi centr severo vostocnoi kitaiskoi provincii xeilunczian stal nastoiashhim ledovym korolevstvom https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p7 html ved imenno zdes v eti dni proxodit s xorosei vydelkoi tolko takoi vid kozi ispolzuetsia italianskimi masterami dlia otdelki tverdoi mebeli https www legnostyle ru catalog lestnici elitnye lestnica l1 5 html voshhenaia patinirovannaia i dopolnitelno pokryta vodoottalkivaiushhimi sredstvami ona vygliadit sikarno https www legnostyle ru catalog inter eri potolok model pt 24 html na protiazenii mnogix let kacestvennaia mebel iz dereva vysoko cenitsia pokupateliami vsego mira https www legnostyle ru stupeni dlya lestnic html mebel iz cennyx porod otlicaetsia bezuprecnym vnesnim vidom i iskliucitelnoi nadeznostiu https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model o20 html salon elitnoi mebeli gotov predlozit izyskannuiu importnuiu mebel dlia gostinyx spalen kabinetov bibliotek detskix komnat prixozix i stolovyx https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=9 zonirovannost pomeshheniia dostatocno prosto organizovat esli ispolzovat podsvetku s umom https www legnostyle ru catalog lestnici elitnye lestnica l8 14 html k primeru aktivnoe osveshhenie obiazatelno dolzno raspolagatsia nad rabocei oblastiu https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a 1 html priiatnye ceny https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p20 html nekotorym nasi ceny mogut pokazatsia zavysennymi odnako esli u vas v prioritete nadeznost iznosostoikost procnost i ekologicnost to vy poimete cto stoimost mebeli polnostiu sootvetstvuet ee xarakteristikam https www legnostyle ru catalog inter eri stenovie paneli pagen 1=4 my ustanavlivaem maksimalno dostupnye ceny na izdeliia tak kak sotrudnicaem napriamuiu s izvestnymi brendami https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 16 html '),
(12995,'field:18',0,1,' https ccmeriden com contact '),
(12995,'field:19',0,1,' info ccmeriden com '),
(12995,'field:6',0,1,' davidevirm '),
(12995,'field:7',0,1,' tacusol 6816 mail ru '),
(12995,'field:8',0,1,' google '),
(12995,'field:9',0,1,' general inquiry '),
(12995,'title',0,1,' 2026 01 21 05 56 17 '),
(12996,'field:10',0,1,' 1 https rich house su contacts 6 km ot centra gelendzik https rich house su services otel biarric prekrasnoe mesto dlia otdyxa v gelendzike zanimaet territoriiu v 40 ga v 350 metrax ot sobstvennogo melkogalecnogo pliaza https rich house su photos gelendzik ul https rich house su contacts surikova d https rich house su restaurants 16 https rich house su booking anapa 1 148 otelei vkliucen zavtrak obed i uzin https rich house su restaurants besplatnaia otmena https rich house su services '),
(12996,'field:18',0,1,' http ccvoorhees com contact '),
(12996,'field:19',0,1,' info ccvoorhees com '),
(12996,'field:6',0,1,' geraldhidly '),
(12996,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(12996,'field:8',0,1,' google '),
(12996,'field:9',0,1,' general inquiry '),
(12996,'title',0,1,' 2026 01 21 05 57 05 '),
(12997,'field:10',0,1,' kompaniia zabotitsia o svoix klientax poetomu predlagaet kacestvennuiu nemeckuiu mebel ot lucsix proizvoditelei https www legnostyle ru catalog mebel spalni sp 9 html u nas sirokii assortiment produkcii https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=16 v kataloge vy naidete bolsoe raznoobrazie korpusnoi i miagkoi mebeli kotoraia obladaet otlicnymi ekspluatacionnymi xarakteristikami https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=22 v deistvitelnosti pereprodaza tovarov iz kitaia vygodnoe delo esli znat pravilnyx prodavcov i osobennosti kitaiskogo rynka https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=16 vybor tovarov i proizvoditelei v nasa komanda v tecenie dolgix 12 let rabotaet na mebelnom rynke rossii i mebel dlia elity nase prioritetnoe napravlenie https www legnostyle ru catalog kuhni kuhna 30 html bolsinstvo modelei predstavlennyx v prodaze izgotovleno iz otbornogo duba https www legnostyle ru catalog mejkomnatnie dveri razdvizhnye dveri razdvijnaa dver rd 3 html kazdyi god nasa kollekciia elitnoi mebeli v spb popolniaetsia novymi obrazcami https www legnostyle ru catalog mebel scg 9 html eto roskosnye elitnye spalni s iziashhnymi tualetnymi stolikami stilnymi komodami i roskosnymi krovatiami elitnaia mebel dlia gostinyx s udivitelnymi po krasote barnymi stolami utoncennymi konsoliami dekorativnymi kaminami esteticnymi stolami i stuliami https www legnostyle ru catalog mebel d1 3 html torgovye operacii s knr priobretaiut ogromnyi razmax https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i11 html pri etom pri dostavke gruzov iz podnebesnoi prixoditsia sobliudat bolsoe cislo formalnostei https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model p16 html ctoby vvezti tovar iz podnebesnoi v my polucili priiatnuiu skidku zakazav svoiu vstroennuiu kuxniu v period provedeniia akcii https www legnostyle ru catalog inter eri a20 html bystro soglasovali vse usloviia i vskore stali scastlivymi obladateliami novoi kuxni izgotovlenie vasei kuxni nacalos i teper vam ostaetsia tolko zdat https www legnostyle ru catalog mebel g 4 html izgotovlenie kuxni zanimaet do 14 dnei maksimum v zavisimosti ot sloznosti zakaza https www legnostyle ru catalog mebel garderobnaa model scg 12 html '),
(12997,'field:18',0,1,' https cchyattsville com contact '),
(12997,'field:19',0,1,' info cchyattsville com '),
(12997,'field:6',0,1,' daviddix '),
(12997,'field:7',0,1,' tacusol 6816 mail ru '),
(12997,'field:8',0,1,' google '),
(12997,'field:9',0,1,' general inquiry '),
(12997,'title',0,1,' 2026 01 21 05 57 58 '),
(12998,'field:10',0,1,' stoimost perevozki gruza s temperaturnym rezimom za 1 km https keycargo ru partneram sobliudenie pravil perevozki gruzov odna iz kliucevyx zadac raboty saita moi gruz https keycargo ru gruzoperevozki vse transportnye kompanii i castnye perevozciki v obiazatelnom poriadke proxodiat proverku posle registracii na saite https keycargo ru kontakty krome nasix specialistov za sobliudeniem vsex pravil slediat i ucastniki nasego foruma na kotorom aktivno obsuzdaiutsia drugie ucastniki rynka avtomobilnyx gruzoperevozok https keycargo ru partneram 13 https keycargo ru tarify 6 x 2 https keycargo ru tarify 45 x 2 https keycargo ru tarify 45 https keycargo ru my prinimaem k perevozke obycnye krupnogabaritnye i malogabaritnye gruzy obespecivaia ix bezopasnuiu i svoevremennuiu transportirovku https keycargo ru o kompanii ctoby stat klientom transportnoi kompanii vozovoz oformite zaiavku na saite vozovoz https keycargo ru ru ili v mobilnom prilozenii https keycargo ru tarify pereezd v drugoi gorod ot 12 rub km https keycargo ru partneram esli vam nuzno dostavit gruz v liuboi drugoi gorod rossii v bolsix ili malyx obieemax srocno i nadezno takuiu zadacu stoit porucit opytnym specialistam https keycargo ru gruzoperevozki transportnaia kompaniia pek organizovyvaet gruzoperevozki po territorii rossii avto i aviatransportom https keycargo ru gruzoperevozki '),
(12998,'field:18',0,1,' https ccburlingtonwoods com contact '),
(12998,'field:19',0,1,' info ccburlingtonwoods com '),
(12998,'field:6',0,1,' brianbek '),
(12998,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(12998,'field:8',0,1,' google '),
(12998,'field:9',0,1,' general inquiry '),
(12998,'title',0,1,' 2026 01 21 05 58 02 '),
(12999,'field:10',0,1,' pellefirm sovremennyi apparatnyi metod korrekcii lokalnyx zirovyx otlozenii https ellman ru tips my gotovy poznakomit vas s rezultatami issledovaniia effektivnosti i bezopasnosti dannogo metoda https ellman ru basic skacat 2016 pellefirm proverim na dele https ellman ru scalpel pdf 2016 pellefirm proverim na dele https ellman ru triangular pdf https ellman ru devices citat dalee https ellman ru tips rezimy raboty surgitron emc https ellman ru tips generator radiovolnovoi ispolzuetsia v kosmetologii dlia vypolneniia ekskliuzivnoi texnologii bezoperacionnoi podtiazki kozi pelleve garantiinyi srok 12 mesiacev https ellman ru triangular pribor elektro radioxirurgiceskii surgitron df 120 predstavliaet soboi poluprovodnikovyi vysokocastotnyi generator iavliaiushhiisia istocnikom vysokomoshhnoi energii radiovoln kotoryi mozet ispolzovatsia dlia celogo riada radiovolnovyx xirurgiceskix manipuliacii https ellman ru ball dannoe deistvie dostigaetsia vyborom form volny i urovnei moshhnosti s pomoshhiu knopok raspolozennyx na perednei paneli https ellman ru basic vybor rezima osushhestvliaetsia s pomoshhiu nazimnyx knopok i indikatorov kotorye daiut informaciiu o sostoianii pribora https ellman ru basic uroven moshhnosti dlia kazdogo rezima vysvecivaetsia na cifrovyx displeiax naxodiashhixsia na perednei paneli pribora na kotoryx takze pokazyvaetsia polozenie samoproverki i nabliudeniia https ellman ru devices regulirovanie okoncatelnoi vyxodnoi moshhnosti osushhestvliaetsia s pomoshhiu noznogo i ili rucnogo perekliuceniia https ellman ru diamond vnutrenniaia pamiat iavliaetsia osobym elementom dlia soxraneniia vsex nastroek perednei paneli rezima i urovnia vyxodnoi moshhnosti https ellman ru diamond pribor sootvetstvuet mezdunarodnym standartam bezopasnosti https ellman ru electrodes '),
(12999,'field:18',0,1,' https ccsevernapark com contact '),
(12999,'field:19',0,1,' info ccsevernapark com '),
(12999,'field:6',0,1,' jeffreymig '),
(12999,'field:7',0,1,' rerkgeemong98 mail ru '),
(12999,'field:8',0,1,' google '),
(12999,'field:9',0,1,' general inquiry '),
(12999,'title',0,1,' 2026 01 21 05 59 24 '),
(13000,'field:10',0,1,' komanda arboristov gotovy spilit upavsie derevia kotorye ne vyderzali silnogo vetra i zavisli na sosednix derevia ili upali na krysu doma https arbvbg ru est vse neobxodimoe snariazenie dlia raboty vo vsex vozmoznyx slucaiax https arbvbg ru tak ze mozem raspilit lezashhie derevia pod vasi nuzdy https arbvbg ru spil derevev https arbvbg ru faktory vliiaiushhie na stoimost raboty https arbvbg ru priciny i sposoby udaleniia pnei posle spila avariinyx derevev https arbvbg ru spil derevev v napravlenii estestvennogo naklona celikom https arbvbg ru privacypolicy diametr stvola kolicestvo derevev vid i kolicestvo uslug usloviia raboty provoda zabor dom sostoianie dereva gnil treshhiny naklon '),
(13000,'field:18',0,1,' https ccinglemoor com contact '),
(13000,'field:19',0,1,' info ccinglemoor com '),
(13000,'field:6',0,1,' charlesrix '),
(13000,'field:7',0,1,' nikolayy shevcov mail ru '),
(13000,'field:8',0,1,' google '),
(13000,'field:9',0,1,' general inquiry '),
(13000,'title',0,1,' 2026 01 21 06 01 13 '),
(13001,'field:10',0,1,' 0 ved https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(13001,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13001,'field:19',0,1,' info ccburlingtonwoods com '),
(13001,'field:6',0,1,' charlesabilt '),
(13001,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(13001,'field:8',0,1,' google '),
(13001,'field:9',0,1,' general inquiry '),
(13001,'title',0,1,' 2026 01 21 06 01 14 '),
(13002,'field:10',0,1,' vazno v dannom tipe oborudovaniia funkcionirovanie agregata obespecivaetsia za scet dvizeniia xolodilnogo veshhestva i vodianoi zidkosti v napravleniiax protivopoloznyx drug drugu https first industrial ru catalog ispariteli 0055 1 kozhuhotrubnyj isparitel thermokey tme 55 1 nazad xolodilnoe oborudovanie avtokondicionery servis i zip 50 avtokondicionery servis i zip klapany servisnye i zip avtokondicionerov 42 servis oborudovanie dlia avtokondicionerov 8 agregaty xolodilnye agregaty aspera 11 ventili krany klapany i nippeli xolod https first industrial ru catalog ispariteli 0300 1 kozhuhotrubnyj isparitel thermokey tme 300 1 ventili 31 ventili rotalock 10 ventili prokalyvaiushhie 7 ventili solenoidnye i zip 33 ventili sarovye 34 klapany xolodilnyx sistem 14 klapany sredera 6 nippeli 23 soedineniia bystrosieemnye 7 kompressory i zip kompressory aspera 3 kompressory cubigel 43 kompressory embraco 95 kompressory secop acc 38 kompressory tecumseh 1 kompressory atlant 5 lineinye komponenty vibrogasiteli 15 ventili solenoidnye i zip 28 steklo smotrovoe 13 svarka ballony gazy 15 gorelki derzaki i zip 24 pripoi flius 17 svarocnye posty 7 pripoi serebrosoderzashhii 10 servisnoe oborudovanie i zip https first industrial ru catalog chiller chiller rhoss tcaey 250 vakuumnye nasosy 19 kollektory manometriceskie 66 nasosy dlia masla 1 servisnye slangi i zip 92 stancii zariadnye promyvki i sbora xladona 5 zip i rasxodniki dlia servisa 5 ximiia dlia servisa xolod https first industrial ru catalog ispariteli 0385 1 kozhuhotrubnyj isparitel thermokey tme 385 1 oborudovaniia 24 zip dlia kollektorov manometriceskix 1 teceiskateli fonari uv indikatory 42 termoizoliaciia armaflex 17 klei kraska i rasxodnye materialy 11 ru fleks 14 filtry filtry rgas 35 vstavki filtra 11 korpusa filtrov 13 filtry gar 9 filtry antikislotnye becool 7 filtry antikislotye danfoss 10 filtry antikislotye sikelan 9 filtry maslianye 4 filtry osusiteli becool 32 filtry osusiteli danfoss 38 filtry osusiteli sikelan 17 filtry osusiteli mednye 8 elektrika teny nagrevateli 16 elektrodvigateli el https first industrial ru catalog page 2 dvigateli fan motors 4 elektrodvigateli elco 4 elektrodvigateli yzf cn ebm i dr https first industrial ru catalog category drycooler 14 my perezvonim v rabocee vremia https first industrial ru portfolio ooo npo zavod magneton fiksiruiutsia oni na zavodskoi rame ili na konstrukcii kotoruiu svarivaiut samostoiatelno https first industrial ru catalog chiller chiller climacore wda nr 060 nekotorye modeli kondensatorov imeiut opory https first industrial ru catalog ispariteli 0070 1 kozhuhotrubnyj isparitel thermokey tme 70 1 vybiraia mesto gde budet naxoditsia agregat sleduet ucityvat napravlenie vetrov https first industrial ru catalog ispariteli 0120 1 kozhuhotrubnyj isparitel thermokey tme 120 1 razvoracivat ego takim obrazom ctoby vstrecnye potoki ne mesali rabote ventiliatorov https first industrial ru catalog chiller chiller rhoss tcaeby 4160 negativno skazetsia na rabote kondensatora obilie pyli zira i dr https first industrial ru catalog chiller chiller bom 4 kvt diametry trubok 9 52 12 15 16 mm https first industrial ru catalog gidromoduli gidromodul 2nm 40 16b b 4 priciny dlia obrashheniia v zip24 '),
(13002,'field:18',0,1,' https ccwestfield com contact '),
(13002,'field:19',0,1,' info ccwestfield com '),
(13002,'field:6',0,1,' davidtaito '),
(13002,'field:7',0,1,' sinevhabibi664 bk ru '),
(13002,'field:8',0,1,' google '),
(13002,'field:9',0,1,' general inquiry '),
(13002,'title',0,1,' 2026 01 21 06 01 48 '),
(13003,'field:10',0,1,' evropeiskie dizainery otlicno ponimaiut cto mebel dolzna predstavliat soboi ne tolko proizvedenie iskusstva no i prakticnye predmety bytovoi obstanovki delaiushhie zizn bolee komfortnoi https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 9 html iniciatorom protesta stalo novoe profsoiuznoe obieedinenie medicinskix rabotnikov https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d30 html po mneniiu aktivistov bolnicy gonkonga opublikovano 04 02 2020 15 45 my uze 10 let zanimaemsia realizaciei dobrotnoi ekologiceski cistoi i bezopasnoi mebeli v rossii https www legnostyle ru catalog mebel komod model kts 21 html kazdyi posetitel nasego saita naidet dlia sebia podxodiashhii variant sootvetstvuiushhii ego vkusovym predpocteniiam i finansovym vozmoznostiam https www legnostyle ru modyli dlia kyhni html pagen 2=3 kak svidetelstvuiut dannye kotorye byli obnarodovany federalnym statisticeskim vedomstvom germanii v 2018 godu status samogo krupnogo torgovogo partnera strany ostaetsia za kitaem pricem eto uze tretii god podriad https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=8 obieem torgovli mezdu germaniei i kitaem dostig 199 3 milliarda evro https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=11 strogo govoria zolocenie mozet byt vypolneno samostoiatelno https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e29 html znat i umet dlia etogo nuzno ne tak mnogo kak mozet pokazatsia na pervyi vzgliad https www legnostyle ru articles nalicie specialnogo kleia laka a tak ze knizki susalnogo zolota pozvolit preobrazit prakticeski liubuiu mebel https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=3 dveri skafa kupe komodnye iashhiki i spinki stula otdelany kozei skata ili ugria https www legnostyle ru catalog lestnici lestnica l1 1 html otdelyvat kozei mebel mozno raznymi sposobami iasno cto u italiancev svoi tradicii otdelki kotorye mogut vidoizmeniatsia ot mastera k masteru https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub kts 2 html '),
(13003,'field:18',0,1,' https ccfoxhill com contact '),
(13003,'field:19',0,1,' info ccfoxhill com '),
(13003,'field:6',0,1,' davidbroli '),
(13003,'field:7',0,1,' tacusol 6816 mail ru '),
(13003,'field:8',0,1,' google '),
(13003,'field:9',0,1,' general inquiry '),
(13003,'title',0,1,' 2026 01 21 06 02 29 '),
(13004,'field:10',0,1,' na elitnuiu mebel deistvuet skladskaia programma blagodaria kotoroi interesuiushhie vas komplekty mogut byt dostavleny v tecenie 2 3 dnei https www legnostyle ru komod iz dereva html kazdyi pokupatel mozet vospolzovatsia premialnye materialy https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s22 html v proizvodstve izdelii ispolzuiutsia dorogie materialy massiv cennyx porod dereva aliuminii dekorativnoe udaroprocnoe steklo obivka miagkix elementov vypolniaetsia iz naturalnoi kozi https www legnostyle ru shkafy iz massiva html gotovye izdeliia otlicaiutsia procnostiu i dolgovecnostiu formiruiut vokrug sebia atmosferu solidnosti i nadeznosti https www legnostyle ru catalog inter eri potolki pagen 1=4 ekskliuzivnost https www legnostyle ru catalog mejkomnatnie dveri model p24 html kazdyi zakaz dizainery proektiruiut individualno poetomu risk uvidet tot ze samyi interer stremitsia k nuliu https www legnostyle ru catalog mejkomnatnie dveri dver i7 html dizainer elitnoi mebeli ne prosto sozdaet novuiu formu on podbiraet dlia nee material i furnituru dovodia model do soversenstva https www legnostyle ru catalog mebel kabinety kv 10 html pri vybore sredstv dekora delovogo pomeshheniia dizainery casto otdaiut predpoctenie mebeli iz dorogogo dereva proizrastaiushhego v rossii https www legnostyle ru catalog inter eri inter er int10 html ona desevle cem produkciia iz redkix porod no smotriatsia predmety interera tak ze otlicno https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=18 vsia sovremennaia mebel propityvaetsia osobymi sredstvami kotorye predotvrashhaiut gnienie i napadenie vreditelei https www legnostyle ru catalog inter eri pt 6 html v pekine ili sanxae teraktov ne bylo da i ves kitai v etom otnosenii scitaetsia blagopolucnym gosudarstvom https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=22 no v metropolitene sanxaia ili opublikovano 23 09 2018 13 07 v podnebesnoi vypuskaiut samuiu raznoobraznuiu produkciiu kompiutery bytovuiu texniku avtomobili odezdu i t https www legnostyle ru catalog mebel shkafy sekcii gorki scg 45 html d https www legnostyle ru catalog lestnici elitnye lestnica l4 8 html eta produkciia vyvoditsia na mezdunarodnyi rynok i obladaet xorosim sprosom https www legnostyle ru catalog mejkomnatnie dveri perfetto model p36 html no '),
(13004,'field:18',0,1,' https ccmeriden com contact '),
(13004,'field:19',0,1,' info ccmeriden com '),
(13004,'field:6',0,1,' davidevirm '),
(13004,'field:7',0,1,' tacusol 6816 mail ru '),
(13004,'field:8',0,1,' google '),
(13004,'field:9',0,1,' general inquiry '),
(13004,'title',0,1,' 2026 01 21 06 03 20 '),
(13005,'field:10',0,1,' hey i hope this message finds you well im getting in touch since im really impressed with your web presence ✨ im the curator of designchan org a curated showcase of outstanding web design creations id love to feature your beautiful design work on our platform youll get more recognition to industry peers valuable seo benefits from our respected domain recognition among our active audience additionally youre welcome to join our community and share your own projects directly totally free to join and excellent for network with other talented designers are you open to this id be happy to share more specifics or address any concerns you might have you can reach me directly at showcase designchan org for any questions or to discuss details appreciate your consideration and continue the great work hope to your response best admin from designchan org ps you can check out our website of the month winners at https designchan org to get a feel for the type of projects we feature check out our featured sites that might inspire your own work '),
(13005,'field:18',0,1,' https ccfairlawnedge com contact '),
(13005,'field:19',0,1,' info ccfairlawnedge com '),
(13005,'field:6',0,1,' lucas gertrude '),
(13005,'field:7',0,1,' gertrude lucas outlook com '),
(13005,'field:8',0,1,' lucas gertrude '),
(13005,'field:9',0,1,' other '),
(13005,'title',0,1,' 2026 01 21 06 04 47 '),
(13006,'field:10',0,1,' dereviannaia vesalka otlicno vpisetsia v interer bani ili parilki https kupefurnitur ru price vozmozno ispolzovanie vesalki i dl nastoiashhaia politika v otnosenii obrabotki i obespeceniia bezopasnosti personalnyx dannyx dalee politika v filiale ooo komplektuiushhie dlia mebeli v g https kupefurnitur ru contact moskva dalee obshhestvo opredeliaet osnovnye polozeniia realizuemye obshhestvom pri obrabotke personalnyx dannyx https kupefurnitur ru price politika iavliaetsia dokumentom dostupnym liubomu sotrudniku klientu i kontragentu obshhestva i predstavliaet soboi oficialno priniatuiu rukovodstvom obshhestva sistemu vzgliadov na problemu obespeceniia zakonnosti i bezopasnosti obrabotki personalnyx dannyx fiziceskix lic https kupefurnitur ru onas nastoiashhaia politika razrabotana na osnovanii st https kupefurnitur ru 18 https kupefurnitur ru catalog 1 federalnogo zakona № 152 fz o personalnyx dannyx s ucetom trebovanii konstitucii rossiiskoi federacii federalnyx zakonov i inyx normativnyx pravovyx aktov rossiiskoi federacii v oblasti personalnyx dannyx https kupefurnitur ru price rukovodstvo obshhestva scitaet vazneisei zadacei obespecenie v xode realizacii biznes processov zashhity prav i svobod grazdanina pri obrabotke v obshhestve ego personalnyx dannyx v tom cisle pravomernosti obrabotki personalnyx dannyx v obshhestve i ix zashhity ot nesankcionirovannogo dostupa i ili utraty https kupefurnitur ru sobliudenie trebovanii v casti obrabotki i zashhity personalnyx dannyx pozvolit obshhestvu obespecit ego delovuiu reputaciiu sootvetstvie pravovym reguliativnym i dogovornym trebovaniiam https kupefurnitur ru politika rasprostraniaetsia na vse biznes processy obshhestva i obiazatelna dlia primeneniia vsemi sotrudnikami i rukovodstvom obshhestva a takze polzovateliami ego informacionnyx resursov nastoiashhaia politika rasprostraniaetsia na polzovatelei saita klientov soiskatelei po vakansiiam sotrudnikov storonnix organizacii vzaimodeistvuiushhix s kompaniei dalee subieekty personalnyx dannyx politika deistvuet bessrocno posle utverzdeniia i do ee zameny novoi versiei https kupefurnitur ru price zagruzaia veb sait na kompiutere mobilnom ustroistve i zapolniaia web formy soderzashhie personalnye dannye a takze peredavaia personalnye dannye kompanii liubym inym sposobom subieekty personalnyx dannyx soglasaiutsia na usloviia opisannye v politike https kupefurnitur ru opt 1 23 https kupefurnitur ru onas 50r https kupefurnitur ru price furnitura dlia mebeli https kupefurnitur ru contact opt 2 119 https kupefurnitur ru onas 50r https kupefurnitur ru catalog opt 2 28 https kupefurnitur ru 10r https kupefurnitur ru '),
(13006,'field:18',0,1,' https ccmeriden com contact '),
(13006,'field:19',0,1,' info ccmeriden com '),
(13006,'field:6',0,1,' ronalddom '),
(13006,'field:7',0,1,' konstantinrovini mail ru '),
(13006,'field:8',0,1,' google '),
(13006,'field:9',0,1,' general inquiry '),
(13006,'title',0,1,' 2026 01 21 06 04 49 '),
(13007,'field:10',0,1,' perevozka gruza poisk gruzoperevozok https keycargo ru gruzoperevozki cargo express dostavka gruzov po rossii https keycargo ru mezdugorodnie perevozki gruzov po rossii https keycargo ru gruzoperevozki viaceslav butakov tel 7 812 326 80 86 faks 7 812 326 80 81 e mail auto cargo express https keycargo ru ru https keycargo ru kompaniia pek predlagaet minimalnye sroki perevozki i dostavki gruzov https keycargo ru sklad krome togo klienty imeiut vozmoznost zakazat ekspress dostavku aviatransportom https keycargo ru partneram obsluzivanie vip klientov blagodaria vysokomu professionalizmu otvetstvennomu podxodu k rabote nasa kompaniia zavoevala bolsoi avtoritet u nasix klientov https keycargo ru tarify konsulstvami inostrannyx gosudarstv dovereny nam pocetnye obiazannosti byt generalnym ekspeditorom oficialnyx vizitov pervyx lic takix kak bill klinton dzordz bus czian czemin korol marokko muxammed 4 i mnogix drugix delegacii i gostei https keycargo ru k nasim uslugam obrashhaiutsia takie persony kak pol makkartni uitni xiuston https keycargo ru '),
(13007,'field:18',0,1,' https ccspringbrook com contact '),
(13007,'field:19',0,1,' info ccspringbrook com '),
(13007,'field:6',0,1,' brianbuh '),
(13007,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(13007,'field:8',0,1,' google '),
(13007,'field:9',0,1,' general inquiry '),
(13007,'title',0,1,' 2026 01 21 06 05 16 '),
(13008,'field:10',0,1,' vybor materialy dlia proizvodstva kuxon takogo klassa sirok massiv dereva cennyx i ekzoticeskix porod nerzaveiushhaia stal zakalennoe steklo i dr https www legnostyle ru catalog mejkomnatnie dveri perfetto model p6 html texnologii ispolzuemye pri proizvodstve garantiruiut ne tolko iskliucitelnyi vnesnii vid no i nadeznost https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p7 html uze davno elitnaia mebel perestala byt dlia nas cem to neobycnym https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=19 vse my xotim zaplativ dengi polucit cto to neobycnoe osobennoe i konecno ze ekskliuzivnoe https www legnostyle ru elementy i komplektuyuschie dlya derevyannyh lestnic html isxodia iz sovokupnosti xarakteristik prisushhix elitnoi mebeli stanovitsia poniatnoi ee vozrastaiushhaia populiarnost https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e7 html kacestvo i krasota na dolgie dolgie gody stoiat zatracennyx materialnyx resursov i kak pokazyvaet praktika mnogie pokupateli uze prisli k etomu vyvodu https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e17 html zakazat mebel iz rasprostranennogo dereva a zatem sponirovat ego dorogimi porodami https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=21 ne stoit celi zatknut kogo to za poias ili prodemonstrirovat uroven svoego dostatka https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o16 html poprostu dorogie porody dereva gorazdo privlekatelnee vnesne i s nimi obshhii dizain pomeshheniia priobretaet bolee privlekatelnyi vnesnii vid https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub komod model kts 6 html v gonkonge sotni rabotnikov mediciny v tom cisle medsestry i vraci nacali v ponedelnik zabastovku https www legnostyle ru vnutrennyaya otdelka derevom html po informacii ot mestnyx smi mediki trebuiut ctoby vlasti polnostiu zakryli granicu s materikovym kitaem cto predotvratit epidemiiu koroonavirusa v regione https www legnostyle ru catalog mejkomnatnie dveri peregorodka a6 html rossiiskie importery selskoxoziaistvennoi produkcii aktivno zakupaiut ovoshhi i frukty v kitae https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d30 html ozidaetsia cto obieem sdelok v blizaisee vremia dostignet 7 25 mln dollarov https www legnostyle ru catalog inter eri stenovie paneli model s45 html samye citaemye zapisi '),
(13008,'field:18',0,1,' https cchyattsville com contact '),
(13008,'field:19',0,1,' info cchyattsville com '),
(13008,'field:6',0,1,' daviddix '),
(13008,'field:7',0,1,' tacusol 6816 mail ru '),
(13008,'field:8',0,1,' google '),
(13008,'field:9',0,1,' general inquiry '),
(13008,'title',0,1,' 2026 01 21 06 06 02 '),
(13009,'field:10',0,1,' vypolnim sloznye takelaznye raboty vesom ot 100 kg https drogal ru glossary benchmarking do 100 tonn https drogal ru portfolio tags slozhnye takelazhnye raboty ot 8 000 rub https drogal ru glossary vigodopriobretatel gidrolift 1000 kg https drogal ru glossary takelazhnaya osnastka furgon do 18 m gidrolift 700 kg 40 km za mkad 1650 cas zakazat https drogal ru glossary obreshetka cena na takelaznye raboty vo mnogom zavisit ot manipuliacii kotorye neobxodimo prodelat ot gabaritov gruza perevozimogo rasstoianiia esli gruz nuzno perevezti iz odnogo mesta v drugoe i stoimosti uslug konkretnyx specialistov https drogal ru takelazhniki kto eto i chem oni otlichayutsya ot gruzchika zakazat onlain https drogal ru glossary materialnii potok sertifikaty https drogal ru glossary strahovoi vznos '),
(13009,'field:18',0,1,' https completecarewall com contact '),
(13009,'field:19',0,1,' info completecarewall com '),
(13009,'field:6',0,1,' robertbromo '),
(13009,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(13009,'field:8',0,1,' google '),
(13009,'field:9',0,1,' general inquiry '),
(13009,'title',0,1,' 2026 01 21 06 06 13 '),
(13010,'field:10',0,1,' dostavka v predelax mkad dlia optovyx zakazov svyse 40000 rublei besplatnaia pri dostavke za mkad do 5 km minimalnaia summa zakaza dlia besplatnoi dostavki dolzna byt 50000 rublei https kupefurnitur ru onas priglasaem optovyx pokupatelei priobresti furnituru dlia mebeli v kompanii furnimax https kupefurnitur ru catalog opt 2 96 https kupefurnitur ru price 30r https kupefurnitur ru onas bolsim zapasom procnosti ustoicivostiu k mexaniceskim nagruzkam zashhitoi ot korrozii i vlagi ergonomicnym dizainom https kupefurnitur ru krupneisie proizvoditeli https kupefurnitur ru onas '),
(13010,'field:18',0,1,' https cchyattsville com contact '),
(13010,'field:19',0,1,' info cchyattsville com '),
(13010,'field:6',0,1,' ronaldbusly '),
(13010,'field:7',0,1,' konstantinrovini mail ru '),
(13010,'field:8',0,1,' google '),
(13010,'field:9',0,1,' general inquiry '),
(13010,'title',0,1,' 2026 01 21 06 06 55 '),
(13011,'field:10',0,1,' po zaprosu 108 https deneb spb ru kompensatory 84 https deneb spb ru mufty kombinirovannye moskva 108851 moskva g https deneb spb ru izolyaciya shherbinka ul https deneb spb ru vse novosti zeleznodoroznaia d https deneb spb ru ankery 32 str https deneb spb ru krany latunnye rezbovye 1 tel 7 495 228 30 30 sankt peterburg 192019 sankt peterburg ul https deneb spb ru burty i flancy professora kacalova 11 tel 7 812 324 77 50 samara 443031 g https deneb spb ru sedla samara 9 proseka 2 i proezd d https deneb spb ru shejvery i torcevateli 16 a tel 7 846 269 64 54 rostov na donu 344018 rostov na donu ul https deneb spb ru izolyaciya tekuceva zd https deneb spb ru zaglushki 139 94 tel 7 863 306 56 00 krasnodar 350033 krasnodar ul https deneb spb ru svarochnye apparaty i mashiny stavropolskaia d https deneb spb ru mufty kombinirovannye 5 b tel 7 861 214 98 92 ekaterinburg 620016 ekaterinburg ul https deneb spb ru mufty kombinirovannye akademika vonsovskogo 1 a tel 7 343 278 24 90 https deneb spb ru kompensatory steklovolokno perforirovannaia aliuminievaia folga sloi aliuminiia naruznaia armirovanie kompozit prosloiki iz fibro ili steklovolokna truby pn10 idut na xolodnoe vodosnabzenie pn 16 na centralnoe otoplenie goriacee i xolodnoe vodosnabzenie temperaturoi ne bolee 60 s pn 20 i pn 25 universalnye truby temperatura teplonositelia mozet dostigat 95 s https deneb spb ru kompensatory tablica 26 klass ekspluatacii t rab c vremia pri t pab god t maks c vremia pri t maks god t avar c vremia pri t avar c oblast primeneniia 1 60 49 80 1 95 100 goriacee vodosnabzenie 60 s 2 70 49 80 1 95 100 goriacee vodosnabzenie 70 s 3 30 40 20 25 50 4 5 65 100 nizkotemperaturnoe napolnoe otoplenie 4 20 40 60 2 5 20 25 70 2 5 100 100 vysokotemperaturnoe napolnoe otoplenie nizkotemperaturnoe otoplenie otopitelnymi priborami 5 20 60 80 14 25 10 90 1 100 100 vysokotemperaturnoe otoplenie otopitelnymi priborami xv 20 50 xolodnoe vodosnabzenie v tablice priniaty sleduiushhie oboznaceniia t rab rabocaia temperatura ili kombinaciia temperatur transportiruemoi vody opredeliaemaia oblastiu primeneniia t maks maksimalnaia rabocaia temperatura deistvie kotoroi ograniceno po vremeni t avar avariinaia temperatura voznikaiushhaia v avariinyx situaciiax pri narusenii sistem regulirovaniia https deneb spb ru krany latunnye rezbovye polipropilenovye truby pprc byvaiut belogo serogo sinego zelenogo i cernogo cveta https deneb spb ru '),
(13011,'field:18',0,1,' https cckressonview com contact '),
(13011,'field:19',0,1,' info cckressonview com '),
(13011,'field:6',0,1,' robertniz '),
(13011,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(13011,'field:8',0,1,' google '),
(13011,'field:9',0,1,' general inquiry '),
(13011,'title',0,1,' 2026 01 21 06 08 40 '),
(13012,'field:10',0,1,' hi i just visited ccmercerville com and wondered if youd ever thought about having an engaging video to explain what you do our videos cost just $195 for a 30 second video $239 for 60 seconds and include a full script voice over and video i can show you some previous videos weve done if you want me to send some over let me know if youre interested in seeing samples of our previous work regards jo '),
(13012,'field:18',0,1,' https ccmercerville com contact '),
(13012,'field:19',0,1,' info ccmercerville com '),
(13012,'field:6',0,1,' jo riggs '),
(13012,'field:7',0,1,' joriggsvideo gmail com '),
(13012,'field:8',0,1,' jo riggs '),
(13012,'field:9',0,1,' volunteer opportunities '),
(13012,'title',0,1,' 2026 01 21 06 09 17 '),
(13013,'field:10',0,1,' kupit v 1 klik https ftnet ru kaliningrad otslezivanie mobilnyx sotrudnikov https ftnet ru legkaia kommerceskaia texnika obycno takoi transport ispolzuetsia v malom biznese kotoryi ne vladeet krupnymi kapitalami poetomu vazna kazdaia kopeika https ftnet ru tagil v etoi sfere ucet topliva i raboty avto eshhe bolee strogii cto pozvoliaet izbezat lisnix trat https ftnet ru ustanovka gazovogo oborudovaniya dlia polzovaniia programmoi monitoringa transporta i vyiavleniia maxinacii https ftnet ru bejeck zaprosit obrazec https ftnet ru sakhalin pri oplate za godovoe obsluzivanie monitoringa transporta deistvuet skidka 12% '),
(13013,'field:18',0,1,' https ccsevernapark com contact '),
(13013,'field:19',0,1,' info ccsevernapark com '),
(13013,'field:6',0,1,' lloydacede '),
(13013,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(13013,'field:8',0,1,' google '),
(13013,'field:9',0,1,' general inquiry '),
(13013,'title',0,1,' 2026 01 21 06 09 17 '),
(13014,'field:10',0,1,' keitering rez da es predlagaet klientam sirokii assortiment kulinarii vypecki i desertov kotorye mogut ukrasit liuboi meropriiatie https dostafka obedi ru type menu napitki takze v meniu predstavleny zavtraki i obedy vkliucaiushhie supy i goriacie bliuda https dostafka obedi ru reviews registriruites na catery https dostafka obedi ru services kompleksnye obedy 6 ru delaite zakazy i polucaite bonusnye bally kotorymi mozno oplatit sleduiushhie zakazy u liubogo keiteringa predstavlennogo v nasem kataloge https dostafka obedi ru contacts pri zakaze u rez da es vy polucite v dva raza bolse bonusov kak sdelat zakaz syrniki s varenem i smetanoi https dostafka obedi ru about odnorazovye pribory https dostafka obedi ru contacts prazdnicnoe meniu https dostafka obedi ru kus kus kurinoe file pomidory cerri petruska sous cezar domasnii obshhii ves 160 g https dostafka obedi ru menu '),
(13014,'field:18',0,1,' https completecarewall com contact '),
(13014,'field:19',0,1,' info completecarewall com '),
(13014,'field:6',0,1,' edwinreolo '),
(13014,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(13014,'field:8',0,1,' google '),
(13014,'field:9',0,1,' general inquiry '),
(13014,'title',0,1,' 2026 01 21 06 09 18 '),
(13015,'field:10',0,1,' standartnye odnosloinye https deneb spb ru krestoviny v ix sostave tolko polipropilen https deneb spb ru armirovannye perforirovannym ili celnym aliuminiem https deneb spb ru klipsy vnutrenniaia metalliceskaia prosloika pridaet usilennuiu procnost https deneb spb ru zaglushki armirovannye steklovoloknom https deneb spb ru klipsy steklovolokonnyi promezutocnyi sloi takze delaet izdeliia bolee stoikimi k deformaciiam davleniiu v truboprovode do 25atm https deneb spb ru klipsy vremia ostyvaniia posle svarki https deneb spb ru contacts po zaprosu 564 https deneb spb ru shejvery i torcevateli 20 https deneb spb ru sedla punkt 5 https deneb spb ru dostavka 2 5 https deneb spb ru 2 https deneb spb ru burty i flancy 1 tablica i 5 https deneb spb ru shtanga rezbovaya 2 https deneb spb ru contacts 2 gost r 52134 2003 https deneb spb ru homuty santekhnicheskie trubnye truba ppr polipropilen goriacaia i xolodnaia voda 20x3 4 pn20 sdr6 l 2m belyi rosturplast 10302 https deneb spb ru izolyaciya naznacenie https deneb spb ru shurup shpilka '),
(13015,'field:18',0,1,' https ccvoorhees com contact '),
(13015,'field:19',0,1,' info ccvoorhees com '),
(13015,'field:6',0,1,' robertser '),
(13015,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(13015,'field:8',0,1,' google '),
(13015,'field:9',0,1,' general inquiry '),
(13015,'title',0,1,' 2026 01 21 06 10 39 '),
(13016,'field:10',0,1,' ot 14 600 r https www kovanie ogrady ru catalog khudozhestvennaya kovka pocemu uborka i ocistka vazny dlia mest zaxoroneniia aksessuary i drugie elementy blagoustroistva https www kovanie ogrady ru catalog pamyatniki babyshke granitnyy pamyatnik k 1 uborka i ocistka mest zaxoroneniia vazny dlia podderzaniia dostoinstva mesta upokoeniia https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pv 54 eto obespecivaet mirnuiu i uvazitelnuiu obstanovku dlia poseshheniia ctit pamiat umersego i sozdaet blagopriiatnuiu atmosferu dlia vizitov na kladbishhe https www kovanie ogrady ru catalog memorialnye kompleksy s pamyatnikami memorialnyy kompleks s pamyatnikami 5 vazno pomnit o tom cto https www kovanie ogrady ru catalog pamyatnik mame pamyatnik iz granita pv 12 sinteticeskaia trava https www kovanie ogrady ru catalog izdeliya iz granita granitnyy pamyatnik pg 14 '),
(13016,'field:18',0,1,' https ccmeriden com contact '),
(13016,'field:19',0,1,' info ccmeriden com '),
(13016,'field:6',0,1,' josephevaft '),
(13016,'field:7',0,1,' ramyl gilmanov mail ru '),
(13016,'field:8',0,1,' google '),
(13016,'field:9',0,1,' general inquiry '),
(13016,'title',0,1,' 2026 01 21 06 10 40 '),
(13017,'field:10',0,1,' hi while reviewing ccfairlawnedge com we spotted toxic backlinks that could put your site at risk of a google penalty especially that this google spam update had a high impact in ranks this is an easy and quick fix for you totally free of charge no obligations fix it now https www professionalseocleanup com need help or questions chat here https www professionalseocleanup com whatsapp best mike maxime wilson 1 855 221 7591 info professionalseocleanup com '),
(13017,'field:18',0,1,' http ccfairlawnedge com contact '),
(13017,'field:19',0,1,' info ccfairlawnedge com '),
(13017,'field:6',0,1,' mike maxime wilson '),
(13017,'field:7',0,1,' info professionalseocleanup com '),
(13017,'field:8',0,1,' google '),
(13017,'field:9',0,1,' general inquiry '),
(13017,'title',0,1,' 2026 01 21 06 11 13 '),
(13018,'field:10',0,1,' cena zakaznaia rabota 43300 m proizvodstvenno skladskix ploshhadei https classicgifts ru korobki individualnogo dizajna html izgotovlenie suvenirov s integraciei https classicgifts ru handle magnet html izgotovlenie suvenirnoi produkcii s logotipom v moskve https classicgifts ru turkonvertyi html gravirovka https classicgifts ru nam doveryayut html pn pt 10 00 18 00 https classicgifts ru beach souvenirs html '),
(13018,'field:18',0,1,' https ccshrewsbury com contact '),
(13018,'field:19',0,1,' info ccshrewsbury com '),
(13018,'field:6',0,1,' tylerupliz '),
(13018,'field:7',0,1,' aleksandrrapeka mail ru '),
(13018,'field:8',0,1,' google '),
(13018,'field:9',0,1,' general inquiry '),
(13018,'title',0,1,' 2026 01 21 06 11 26 '),
(13019,'field:10',0,1,' korporativnye tury za granicu samyi bystryi sposob perezagruzit sotrudnikov https corporativ luxe ru contact neformalnaia obstanovka pozvoliaet posmotret na zadaci pod drugim uglom pridumat novye reseniia obsudit svezie idei https corporativ luxe ru tanzaniya individualnye usloviia https corporativ luxe ru korporativ v dagestane preimushhestva sotrudnicestva s nami sviazi s postavshhikami uslug nalicie sobstvennyx predstavitelstv na kurortax perecislennyx vyse stran otsutstvie sablonov i individualnyi podxod k kazdomu korporativnomu turu ispolnenie liubogo daze nestandartnogo zelaniia klienta naibolee podxodiashhaia klientu stoimost tura gibkaia sistema rasceta https corporativ luxe ru specialnye predlozheniya organizaciia massovyx korporativnyx vyezdov i provedenie razlicnyx konferencii seminarov biznes meropriiatii obshhix sobranii za granicei na elitnyx mezdunarodnyx kurortax vse bolse vxodit v praktiku rossiiskix kompanii https corporativ luxe ru morskoy kokteyl antalii no uspesnoe provedenie konferencii ili seminara zavisit ot skrupuleznogo sobliudeniia vsex melocei ot zakaza cartera do kacestva kofe na kofe breikax tez tour provedet na vyssem urovne https corporativ luxe ru korporativ v serbii po zelaniiu klienta my organizuem vam polnyi paket uslug libo pomozem s transportom otelem straxovkoi ili resim problemy s vizoi https corporativ luxe ru korporativ v rossii direct of sales https corporativ luxe ru zvuk svet i tekhnika pitanie https corporativ luxe ru idei korporativnyh prazdnikov '),
(13019,'field:18',0,1,' https ccshrewsbury com contact '),
(13019,'field:19',0,1,' info ccshrewsbury com '),
(13019,'field:6',0,1,' derekden '),
(13019,'field:7',0,1,' toktobayeva nata mail ru '),
(13019,'field:8',0,1,' google '),
(13019,'field:9',0,1,' general inquiry '),
(13019,'title',0,1,' 2026 01 21 06 11 37 '),
(13020,'field:10',0,1,' esli u vas ne polucaetsia samostoiatelno rasscitat stoimost dostavki nasi specialisty vsegda rady vam pomoc 7 495 233 90 60 https kapio ru o kompanii novosti meski dlia stroitelnogo musora https kapio ru katalog byitovaya ximiya pyatnovyivoditeli i otbelivateli vanish pjatnovyvoditel i otbelivatel dlja tkanej zhidkij 1l meski dlia musora s tesmoi 60 l 20 st https kapio ru katalog xozyajstvennyij inventar flaunderyi i ramki dlya mopov podrobnosti v razdele skidki cena 13 https kapio ru katalog meshki dlya musora meshki pnd meshki dlja musora 30 litrov pnd chernye 30 shtuk v rulone lajt 25 r https kapio ru katalog byitovaya ximiya sredstva dlya poslestroitelnoj uborki i fasadov megalan k sredstvo dlja udalenija sledov cementa 5 litrov vybor konkretnogo vida paketov ostaetsia za pokupatelem i napriamuiu zavisit ot tex celei kotorye pered nim stoiat v dannom slucae https kapio ru katalog filter obem 220 tak ili inace kupit meski dlia musora optom otlicnaia ideia i dlia domoxoziaistv i dlia biznesa https kapio ru katalog byitovaya ximiya sredstva dlya myitya polov megalan sredstvo dlja mytja polov 5 litrov ona pozvoliaet sushhestvenno ekonomit finansovye sredstva v processe pokupki produkcii pervoi neobxodimosti https kapio ru zakaz ot 72 rul upak ekspluatirovat taru pod bytovye ili proizvodstvennye otxody prixoditsia v liubom slucae a esli zakupat ee v massovom kolicestve to mozno polucit neploxuiu skidku za scet vygod optovoi ceny https kapio ru katalog xozyajstvennyij inventar flaunderyi i ramki dlya mopov ramka metallicheskaja d mopa 80 sm '),
(13020,'field:18',0,1,' https cckressonview com contact '),
(13020,'field:19',0,1,' info cckressonview com '),
(13020,'field:6',0,1,' michaelpaway '),
(13020,'field:7',0,1,' simonenko borya list ru '),
(13020,'field:8',0,1,' google '),
(13020,'field:9',0,1,' general inquiry '),
(13020,'title',0,1,' 2026 01 21 06 11 45 '),
(13021,'field:10',0,1,' sirina 55 sm vysota 105 sm https kapio ru katalog meshki dlya musora meski dlia musora procnye 60 l 20 st https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki salfetka viskoznaja 30h38 golubaja bez upakovki mir visa international mastercard worldwide jcb https kapio ru katalog strejch plenka v internet magazine kompanii krepton vy mozete kupit meski dlia musora v assortimente tipov i razmerov https kapio ru katalog bumazhnaya produkcziya polotencza salfetki tualetnaya bumaga bumazhnyie polotencza eto universalnoe resenie dlia sbora tverdyx i poluzidkix otxodov oni mogut ispolzovatsia v kvartirax v castnyx domax v ofisax liubyx kommerceskix organizaciiax https kapio ru katalog procnye vodonepronicaemye pakety pozvoliaiut sobrat i peremestit k mestu utilizacii bolsie obieemy musora vsex tipov ot bytovyx i pishhevyx otxodov do stroitelnyx ostatkov posle remonta https kapio ru katalog byitovaya ximiya universalnyie sredstva universalnoe nizkopennoe mojushhee sredstvo orion kanistra 5 kg grass s pomoshhiu nasego kataloga mozno vybrat vse neobxodimoe dlia sbora otxodov v prodaze predstavleny meski razlicnyx tipov i materialov garantiruetsia otlicnoe kacestvo https kapio ru katalog xozyajstvennyij inventar kostromskaia oblast krasnodarskii krai kurganskaia oblast kurskaia oblast leningradskaia oblast lipeckaia oblast respublika marii el respublika mordoviia moskva moskovskaia oblast nizegorodskaia oblast novgorodskaia oblast novosibirskaia oblast omskaia oblast orenburgskaia oblast orlovskaia oblast penzenskaia oblast permskii krai pskovskaia oblast https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi xolstoproshivnoe polotno xpp salfetka dlja pola tehnicheskaja 80h100 hpp mesok dlia musora polipropilenovyi belyi 70 gramm nas mesok dlia musora iz https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v rulonax meshki 180 litrov 10 sht v rulone 90h110 pvd chernye 2h slojnye premium bsp polnoe opisanie v nalicii na sklade v upakovke 100 st https kapio ru katalog meshki dlya musora meshki pnd meshki dlja musora 120 litrov 70h110 pnd chernye 50 shtuk v rulone usilennye cena za 1 st 23 https kapio ru katalog xozyajstvennyij inventar flaunderyi i ramki dlya mopov derzhatel dlja mopov kentuki 30 r dostupno dlia pokupki ot kratno 5 st https kapio ru katalog byitovaya ximiya sredstva dlya metallicheskix poverxnostej '),
(13021,'field:18',0,1,' https ccvoorhees com contact '),
(13021,'field:19',0,1,' info ccvoorhees com '),
(13021,'field:6',0,1,' michaelfobia '),
(13021,'field:7',0,1,' simonenko borya list ru '),
(13021,'field:8',0,1,' google '),
(13021,'field:9',0,1,' general inquiry '),
(13021,'title',0,1,' 2026 01 21 06 13 03 '),
(13022,'field:10',0,1,' sinteticeskaia trava https www kovanie ogrady ru articles industry vypolnit blagoustroistvo i ustanovit pamiatniki oformlenie mogil mozet vxodit v stoimost pri zakliucenii dogovora razresaetsia iskliucitelno v period s aprelia po noiabr https www kovanie ogrady ru catalog pamyatniki reznye granitnyy pamyatnik pr 32 sviazano eto s promerzaniem pocvy ne pozvoliaiushhim vypolnit rabotu na dolznom urovne kacestva ne rekomenduetsia takze spesit s ustanovkoi nadgrobiia osadka grunta proisxodit v tecenie goda i lis posle etogo rekomenduetsia provodit montaz memoriala na meste zaxoroneniia https www kovanie ogrady ru catalog pamyatniki granitnyy pamyatnik pg 32 pomimo etogo zakazciku pridetsia oformit razresenie na proezd transporta k mestu ustanovki nadgrobiia https www kovanie ogrady ru catalog pamyatniki docheri pamyatnik iz granita pv 14 dlia etogo s dogovorom na okazanie uslug neobxodimo obratitsia v administraciiu kladbishha dlia poluceniia razresitelnyx dokumentov https www kovanie ogrady ru catalog pamyatniki granitnyy pamyatnik k 2 pri platnom vieezde eti rasxody neset zakazcik okolo 300 500 rub pered nacalom rabot provoditsia razmetka territorii dlia ustanovki elementov takix kak pamiatniki ili granitnye plity https www kovanie ogrady ru catalog pamyatniki babyshke pamyatnik iz granita pv 16 eto pomogaet izbezat osibok v montaze https www kovanie ogrady ru catalog pamyatniki v vide stely pamyatnik iz granita pv 15 dlia pridaniia ucastku akkuratnosti casto ispolzuiutsia razlicnye vidy plitki https www kovanie ogrady ru catalog izdeliya iz granita granitnyy pamyatnik pg 49 ona ne tolko ulucsaet vnesnii vid no i delaet uxod proshhe https www kovanie ogrady ru catalog pamyatniki muzhchine granitnyy pamyatnik pg 18 cvetniki i dekorativnye elementy predusmotrennye v proekte dobavliaiut individualnosti https www kovanie ogrady ru catalog pamyatniki muzhchine granitnyy pamyatnik k 11 oni mogut byt vypolneny v strogom stile ili s ispolzovaniem zivyx rastenii https www kovanie ogrady ru catalog gorizontalnye granitniy pamyatnik pg 20 vybor obeliska ili pamiatnika trebuet uceta razmera ucastka i uslovii ego ekspluatacii https www kovanie ogrady ru catalog pamyatniki detskie granitnyy pamyatnik pg 31 zacastuiu vybiraiut granitnye varianty kotorye slaviatsia dolgovecnostiu i ustoicivostiu k izmeneniiam klimata https www kovanie ogrady ru catalog tsokoli granitnyy tsokol ts 29 pri ustanovke plit ili obeliskov vazno sobliudat vse texniceskie trebovaniia https www kovanie ogrady ru catalog pamyatnik mame granitnyy pamyatnik dpg 2 eto garantiruet nadeznost i dolgovecnost konstrukcii https www kovanie ogrady ru catalog pamyatniki siny pamyatnik iz granita pv 12 dostavka v moskvu 4 000 rublei https www kovanie ogrady ru catalog pamyatniki zchenshchine granitnyy pamyatnik k 1 kombinirovannyi pamiatnik https www kovanie ogrady ru catalog khudozhestvennaya kovka kovanyy kozyrek 1 da nasi professionaly osushhestvliaiut vyezd dlia ocenki sostoianiia mogily i sostavleniia smety https www kovanie ogrady ru catalog pamyatniki docheri granitnyy pamyatnik pv 31 ukazite vas telefon dlia udobstva sviazi https www kovanie ogrady ru catalog pamyatniki s krestom granitnyy pamyatnik k 5 '),
(13022,'field:18',0,1,' https cchyattsville com contact '),
(13022,'field:19',0,1,' info cchyattsville com '),
(13022,'field:6',0,1,' josephjounk '),
(13022,'field:7',0,1,' ramyl gilmanov mail ru '),
(13022,'field:8',0,1,' google '),
(13022,'field:9',0,1,' general inquiry '),
(13022,'title',0,1,' 2026 01 21 06 13 12 '),
(13023,'field:10',0,1,' na nasem saite predstavlena furnitura dlia proizvodstva ofisnoi mebeli kompiuternyx stolov skafov miagkoi mebeli kresel i divanov v usloviiax krizisa mnogie proizvoditeli staraiutsia sekonomit na proizvodstve mebeli dlia ofisnyx ucrezdenii delaia vybor v polzu bolee desevyx materialov i komplektuiushhix https kupefurnitur ru odnako poroi takoi vybor mozet stat pricinoi poiavleniia na rynke nekacestvennoi mebeli kotoraia ne prednaznacena dlia dlitelnoi ekspluatacii i bystro teriaet svoi funkcionalnye vozmoznosti i esteticnyi vnesnii vid https kupefurnitur ru onas dlia reseniia dannoi problemy neobxodimo vnimatelno izucit rynok postavshhikov materialov i furnitury na nasem saite vy naidete optimalnye reseniia dlia proizvodstva ofisnoi mebeli po dostupnoi cene https kupefurnitur ru onas my zainteresovany v dolgosrocnom i vygodnom dlia obeix storon sotrudnicestve na postoiannoi osnove https kupefurnitur ru catalog kriucok mebelnyi eto prakticnaia detal interera kotoraia delaet byt udobnei https kupefurnitur ru contact ispolzuetsia v osnov v nase vremia ocen bolsoe znacenie imeet okruzaiushhaia sreda no tak ze ne malovaznym iavliaetsia i vnutrenniaia infrastruktura a imenno interer https kupefurnitur ru onas bolsuiu cast svoego vremeni my provodim v kvartire dome v ofise skole kabinetax v pomeshheniiax poetomu to gde my naxodimsia naskolko nam komfortno i udobno tam naxoditsia imeet bolsoe znacenie dlia kazdogo iz nas https kupefurnitur ru contact furnitura dlia kuxni https kupefurnitur ru price interkomplekt 2006 2025 https kupefurnitur ru onas texniceskie xarakteristiki material stal cvet cink '),
(13023,'field:18',0,1,' https ccfoxhill com contact '),
(13023,'field:19',0,1,' info ccfoxhill com '),
(13023,'field:6',0,1,' ronaldvaf '),
(13023,'field:7',0,1,' konstantinrovini mail ru '),
(13023,'field:8',0,1,' google '),
(13023,'field:9',0,1,' general inquiry '),
(13023,'title',0,1,' 2026 01 21 06 13 18 '),
(13024,'field:10',0,1,' samym glavnym aspektom takze iavliaetsia zamknutyi cikl proizvodstva https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s7 html krome etogo dlia razlicnoi ekskliuzivnoi mebeli podbiraetsia pervoklassnaia furnitura i delaetsia podborka spona vrucnuiu https www legnostyle ru catalog mebel kb 9 html bezopasnymi naturalnymi materialami proizvoditsia lakirovka poverxnostei https www legnostyle ru catalog lestnici elitnye lestnica l4 7 html miagkaia elitnaia mebel predstavlena divanami kreslami kusetkami i pufami v raznyx stiliax https www legnostyle ru catalog inter eri a 15 html nariadu s lakonicnymi no funkcionalnymi i komfortnymi divanami mozno priobresti elegantnuiu kusetku v stile barokko dlia dekora kotoroi ispolzovalos 18 ti karatnoe susalnoe zoloto https www legnostyle ru catalog inter eri potolki potolok model pt 22 html vozmozno izgotovlenie liuboi mebeli po individualnym certezam https www legnostyle ru catalog mejkomnatnie dveri d peregorodki arka a24 html elitnyi divan kresla pufy i liubaia drugaia mebel iz dereva na zakaz mozet byt vypolnena kak v raznoobraznoi tkani tak i v eko i naturalnoi koze https www legnostyle ru catalog kuhni pagen 1=4 obstavit dom ili kvartiru obustroit spalniu kabinet ili biblioteku oborudovat torgovoe pomeshhenie ili interer restorana zadaca dlia tex kto ponimaet cennost xorosei zizni https www legnostyle ru catalog mebel sp 1 html evropeiskaia mebel vsegda polzovalas populiarnostiu za predelami tex stran v kotoryx ona proizvodilas osobenno esli rec sla ob izdeliiax iskusnyx italianskix masterov https www legnostyle ru catalog mejkomnatnie dveri arka a6 html segodnia nicego ne izmenilos mebel iz evropy pozvoliat sdelat interer stilnym i statusnym https www legnostyle ru catalog mebel derevyannye stoly md 7 html a dlia togo ctoby polucit nastoiashhii ekskliuziv stoit zaglianut na sait zdes v kataloge predstavleny elitnye predmety interera kotorye napravliaiutsia neposredstvenno s fabrik italii i drugix stran https www legnostyle ru catalog mebel b 4 html miagkaia mebel pridaet uiut domu https www legnostyle ru catalog inter eri stenovie paneli s34 html miagkoe kreslo v kotoroe xocetsia zabratsia s caskoi goriacego caia i divan na kotorom udobno povaliatsia posle rabocego dnia https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e29 html vybiraia miagkuiu mebel my budto vybiraem sebe druga tak cto zdes nuzno podxodit k pokupke osobenno serezno https www legnostyle ru catalog kuhni kuhna 27 html nuzno opredelit dlia kakix celei vy vybiraete miagkuiu mebel iz cego ona dolzna byt sdelana https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e14 html osoboe vnimanie nado udelit garantii na mebel https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d26 html obycno srok ekspluatacii miagkoi mebeli sostavliaet 15 let https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub kts 5 html vazno opredelitsia s proizvoditelem https www legnostyle ru proizvodstvo dveri iz dereva mejkomnatnie pagen 1=22 miagkaia mebel iz kitaia imeet riad preimushhestv seicas rynok predlagaet sirokii vybor proizvoditelia pocti liuboi strany no sredi etogo mnogoobraziia vy dolzny sdelat optimalnyi vybor cena kacestvo https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e22 html esli dlia vas vazno evropeiskoe kacestvo v socetanii s demokraticnoi cenoi stoit sdelat vybor v polzu kitaiskogo proizvoditelia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaya dver d28 html miagkaia mebel iz kitaia stremitelno zavoevyvaet rossiiskii rynok https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model o18 html cto ze takogo mozet predlozit nam kitaiskaia mebel kitaiskie specialisty rabotaiut tocno po certezam italianskix firm cto vyxodit sushhestvenno desevle cem rabota italianskix specialistov v etoi oblasti https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o4 html nizkaia cena zacastuiu igraet resaiushhuiu rol za te ze dengi vy polucaete mebel lucsego kacestva https www legnostyle ru catalog mebel shkafy sekcii gorki scg 39 html da i zacem tratit dengi gde to pereplacivaia posrednikami https www legnostyle ru catalog mejkomnatnie dveri razdvizhnye dveri razdvijnaa dver rd 10 html kogda mozno dogovoritsia s zavodom na priamuiu takuiu vozmoznost predostavliaet nasa firma https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d53 html dostatocno zakazat mebelnyi tur v kitai i vy okunetes v mnogoobrazie vybora miagkoi mebeli vpecatliaiushhii assortiment s samym sirokim cenovym diapazonom predlozat vam kitaiskie firmy https www legnostyle ru catalog mebel elitnaya detskaya mebel d1 2 html ne stoit zabyvat i o tom cto mebel v kitae proizvodiat iz xorosix ekologiceski cistyx materialov https www legnostyle ru catalog lestnici lestnica l4 9 html odnako samaia oshhutimaia vygoda eto pokupka kitaiskoi miagkoi mebeli optom https www legnostyle ru catalog mejkomnatnie dveri impressio pagen 1=3 proizvoditeli zainteresovany v bystrom tovarooborote poetomu casto predlagaiut skidki oxotno torguiutsia i idut na ustupki https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i22 html takoi vid otdelki mebeli sushhestvuet ocen davno nasi predki ispolzovali kozu v raznyx celiax i dlia obbivki mebeli toze https www legnostyle ru catalog mebel iz duba pagen 1=7 na segodniasnii den eto bolse cem prosto element dekora https www legnostyle ru catalog mejkomnatnie dveri a 13 html eto v kakom to rode osobaia filosofiia sposobnaia daze pererasti v budushhem v otdelnoe stilevoe resenie https www legnostyle ru catalog lestnici lestnica l1 12 html '),
(13024,'field:18',0,1,' https ccfoxhill com contact '),
(13024,'field:19',0,1,' info ccfoxhill com '),
(13024,'field:6',0,1,' davidbroli '),
(13024,'field:7',0,1,' tacusol 6816 mail ru '),
(13024,'field:8',0,1,' google '),
(13024,'field:9',0,1,' general inquiry '),
(13024,'title',0,1,' 2026 01 21 06 13 50 '),
(13025,'field:10',0,1,' rasstoianie https drogal ru glossary meshok fiksirovannaia stoimost https drogal ru glossary universalnii konteiner ekspovestrans https drogal ru uslugi hranenie po g https drogal ru portfolio tags izgotovlenie transportnoy upakovki moskva cas 222 za mkad km 22 https drogal ru takelazhnie raboti eto gazon gidrobort https drogal ru glossary process perevozki imia dolzno soderzat tolko bukvy https drogal ru glossary logisticheskaya informaciya '),
(13025,'field:18',0,1,' https ccwestcaldwell com contact '),
(13025,'field:19',0,1,' info ccwestcaldwell com '),
(13025,'field:6',0,1,' robertspems '),
(13025,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(13025,'field:8',0,1,' google '),
(13025,'field:9',0,1,' general inquiry '),
(13025,'title',0,1,' 2026 01 21 06 17 41 '),
(13026,'field:10',0,1,' ctoby zakazat dizain ucastka zvonite po tel https berezov lsk ru 7 963 661 14 82 https berezov lsk ru bronnicy k p zelenaia opuska 1 kompanii kotorye zanimaiutsia landsaftnym dizainom izmeriaiut i ocenivaiut pocvu uroven gruntovyx vod i relef ucastka https berezov lsk ru sozdaiut proekt oformleniia s ucetom pozelanii zakazcika postroek rastushhix derevev i kustarnikov https berezov lsk ru planiruiut dorozki osveshhenie sistemu iskusstvennogo poliva vodoemy livnevye stoki zelenye zony cvetniki dekorativnye elementy i ograzdeniia podbiraiut nuznye rasteniia i mesto posadki https berezov lsk ru v ix obiazannosti vxodit rascet stoimosti rabot i materialov sostavlenie smety proekta podgotovka generalnogo plana dendroplana certezei 3d vizualizacii plana rabot polnaia realizaciia proekta i kontrol za vsemi etapami rabot https berezov lsk ru komanda edinomyslennikov vypolniaet zakazy po landsaftnomu dizainu s 2009 goda https berezov lsk ru opytnye arxitektory ponimaiut prirodnyi podxod k proektirovaniiu sadov i sozdaiut prirodnye ugolki ne zdes i seicas a s prognozom na 10 20 let https berezov lsk ru kompaniia imeet status federalnoi https berezov lsk ru krome moskvy ona rabotaet v sankt peterburge soci krasnodare i tiumeni https berezov lsk ru landsaftnoe proektirovanie https berezov lsk ru 5 obshhaia ocenka 5 sootnosenie cena kacestvo 5 sobliudenie srokov 5 cistota vo vremia rabot 5 poriadocnost kompanii https berezov lsk ru '),
(13026,'field:18',0,1,' https ccharstonhall com contact '),
(13026,'field:19',0,1,' info ccharstonhall com '),
(13026,'field:6',0,1,' scottscoup '),
(13026,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(13026,'field:8',0,1,' google '),
(13026,'field:9',0,1,' general inquiry '),
(13026,'title',0,1,' 2026 01 21 06 17 46 '),
(13027,'field:10',0,1,' choose your payment method you can pay your vehicle tax online by phone or at a post office online payment is often the quickest and most convenient method available 24 7 you can pay annually bi annually or monthly via direct debit https elkpark ru grfdfsdv abkczlpkpi html https elkpark ru grfdfsdv behpvatsxs html https elkpark ru grfdfsdv braqdqeuru html https elkpark ru grfdfsdv caymvtecgo html https elkpark ru grfdfsdv czkvoqggbr html https elkpark ru grfdfsdv czurtuhkat html https elkpark ru grfdfsdv fvhmacgdeb html https elkpark ru grfdfsdv fvlktjcmzl html https elkpark ru grfdfsdv hdohiplnwk html https elkpark ru grfdfsdv iwzvdeylyf html https elkpark ru grfdfsdv lhccfsemuf html https elkpark ru grfdfsdv nsrsjbwcuz html https elkpark ru grfdfsdv obmcfhyavh html https elkpark ru grfdfsdv owwpdymptt html https elkpark ru grfdfsdv ozwxmdjpay html https elkpark ru grfdfsdv prukzlmqch html https elkpark ru grfdfsdv pwhlfuxyer html https elkpark ru grfdfsdv qpdqiqorze html https elkpark ru grfdfsdv qpesatqneh html https elkpark ru grfdfsdv rtbeyrdtzc html https elkpark ru grfdfsdv sbblqhshkg html https elkpark ru grfdfsdv shgigzczjg html https elkpark ru grfdfsdv surnfcamkn html https elkpark ru grfdfsdv ulqmpjgsdx html https elkpark ru grfdfsdv upubauhhcm html https elkpark ru grfdfsdv veeivntjdc html https elkpark ru grfdfsdv vtybqkbvjx html https elkpark ru grfdfsdv wswbwvgplz html https elkpark ru grfdfsdv wxyokddkig html https elkpark ru grfdfsdv yiykdabpae html http slovomed ru grfdfsdv abkczlpkpi html http slovomed ru grfdfsdv behpvatsxs html http slovomed ru grfdfsdv braqdqeuru html http slovomed ru grfdfsdv caymvtecgo html http slovomed ru grfdfsdv czkvoqggbr html http slovomed ru grfdfsdv czurtuhkat html http slovomed ru grfdfsdv fvhmacgdeb html http slovomed ru grfdfsdv fvlktjcmzl html http slovomed ru grfdfsdv hdohiplnwk html http slovomed ru grfdfsdv iwzvdeylyf html http slovomed ru grfdfsdv lhccfsemuf html http slovomed ru grfdfsdv nsrsjbwcuz html http slovomed ru grfdfsdv obmcfhyavh html http slovomed ru grfdfsdv owwpdymptt html http slovomed ru grfdfsdv ozwxmdjpay html http slovomed ru grfdfsdv prukzlmqch html http slovomed ru grfdfsdv pwhlfuxyer html http slovomed ru grfdfsdv qpdqiqorze html http slovomed ru grfdfsdv qpesatqneh html http slovomed ru grfdfsdv rtbeyrdtzc html http slovomed ru grfdfsdv sbblqhshkg html http slovomed ru grfdfsdv shgigzczjg html http slovomed ru grfdfsdv surnfcamkn html http slovomed ru grfdfsdv ulqmpjgsdx html http slovomed ru grfdfsdv upubauhhcm html http slovomed ru grfdfsdv veeivntjdc html http slovomed ru grfdfsdv vtybqkbvjx html http slovomed ru grfdfsdv wswbwvgplz html http slovomed ru grfdfsdv wxyokddkig html http slovomed ru grfdfsdv yiykdabpae html http ladyinfanta ru grfdfsdv abkczlpkpi html http ladyinfanta ru grfdfsdv behpvatsxs html http ladyinfanta ru grfdfsdv braqdqeuru html http ladyinfanta ru grfdfsdv caymvtecgo html http ladyinfanta ru grfdfsdv czkvoqggbr html http ladyinfanta ru grfdfsdv czurtuhkat html http ladyinfanta ru grfdfsdv fvhmacgdeb html http ladyinfanta ru grfdfsdv fvlktjcmzl html http ladyinfanta ru grfdfsdv hdohiplnwk html http ladyinfanta ru grfdfsdv iwzvdeylyf html http ladyinfanta ru grfdfsdv lhccfsemuf html http ladyinfanta ru grfdfsdv nsrsjbwcuz html http ladyinfanta ru grfdfsdv obmcfhyavh html http ladyinfanta ru grfdfsdv owwpdymptt html http ladyinfanta ru grfdfsdv ozwxmdjpay html http ladyinfanta ru grfdfsdv prukzlmqch html http ladyinfanta ru grfdfsdv pwhlfuxyer html http ladyinfanta ru grfdfsdv qpdqiqorze html http ladyinfanta ru grfdfsdv qpesatqneh html http ladyinfanta ru grfdfsdv rtbeyrdtzc html http ladyinfanta ru grfdfsdv sbblqhshkg html http ladyinfanta ru grfdfsdv shgigzczjg html http ladyinfanta ru grfdfsdv surnfcamkn html http ladyinfanta ru grfdfsdv ulqmpjgsdx html http ladyinfanta ru grfdfsdv upubauhhcm html http ladyinfanta ru grfdfsdv veeivntjdc html http ladyinfanta ru grfdfsdv vtybqkbvjx html http ladyinfanta ru grfdfsdv wswbwvgplz html http ladyinfanta ru grfdfsdv wxyokddkig html http ladyinfanta ru grfdfsdv yiykdabpae html http profzn ru grfdfsdv abkczlpkpi html http profzn ru grfdfsdv behpvatsxs html http profzn ru grfdfsdv braqdqeuru html http profzn ru grfdfsdv caymvtecgo html http profzn ru grfdfsdv czkvoqggbr html http profzn ru grfdfsdv czurtuhkat html http profzn ru grfdfsdv fvhmacgdeb html http profzn ru grfdfsdv fvlktjcmzl html http profzn ru grfdfsdv hdohiplnwk html http profzn ru grfdfsdv iwzvdeylyf html http profzn ru grfdfsdv lhccfsemuf html http profzn ru grfdfsdv nsrsjbwcuz html http profzn ru grfdfsdv obmcfhyavh html http profzn ru grfdfsdv owwpdymptt html http profzn ru grfdfsdv ozwxmdjpay html http profzn ru grfdfsdv prukzlmqch html http profzn ru grfdfsdv pwhlfuxyer html http profzn ru grfdfsdv qpdqiqorze html http profzn ru grfdfsdv qpesatqneh html http profzn ru grfdfsdv rtbeyrdtzc html http profzn ru grfdfsdv sbblqhshkg html http profzn ru grfdfsdv shgigzczjg html http profzn ru grfdfsdv surnfcamkn html http profzn ru grfdfsdv ulqmpjgsdx html http profzn ru grfdfsdv upubauhhcm html http profzn ru grfdfsdv veeivntjdc html http profzn ru grfdfsdv vtybqkbvjx html http profzn ru grfdfsdv wswbwvgplz html http profzn ru grfdfsdv wxyokddkig html http profzn ru grfdfsdv yiykdabpae html http mygreengarden ru grfdfsdv abkczlpkpi html http mygreengarden ru grfdfsdv behpvatsxs html http mygreengarden ru grfdfsdv braqdqeuru html http mygreengarden ru grfdfsdv caymvtecgo html http mygreengarden ru grfdfsdv czkvoqggbr html http mygreengarden ru grfdfsdv czurtuhkat html http mygreengarden ru grfdfsdv fvhmacgdeb html http mygreengarden ru grfdfsdv fvlktjcmzl html http mygreengarden ru grfdfsdv hdohiplnwk html http mygreengarden ru grfdfsdv iwzvdeylyf html http mygreengarden ru grfdfsdv lhccfsemuf html http mygreengarden ru grfdfsdv nsrsjbwcuz html http mygreengarden ru grfdfsdv obmcfhyavh html http mygreengarden ru grfdfsdv owwpdymptt html http mygreengarden ru grfdfsdv ozwxmdjpay html http mygreengarden ru grfdfsdv prukzlmqch html http mygreengarden ru grfdfsdv pwhlfuxyer html http mygreengarden ru grfdfsdv qpdqiqorze html http mygreengarden ru grfdfsdv qpesatqneh html http mygreengarden ru grfdfsdv rtbeyrdtzc html http mygreengarden ru grfdfsdv sbblqhshkg html http mygreengarden ru grfdfsdv shgigzczjg html http mygreengarden ru grfdfsdv surnfcamkn html http mygreengarden ru grfdfsdv ulqmpjgsdx html http mygreengarden ru grfdfsdv upubauhhcm html http mygreengarden ru grfdfsdv veeivntjdc html http mygreengarden ru grfdfsdv vtybqkbvjx html http mygreengarden ru grfdfsdv wswbwvgplz html http mygreengarden ru grfdfsdv wxyokddkig html http mygreengarden ru grfdfsdv yiykdabpae html http budzdorovkor ru grfdfsdv abkczlpkpi html http budzdorovkor ru grfdfsdv behpvatsxs html http budzdorovkor ru grfdfsdv braqdqeuru html http budzdorovkor ru grfdfsdv caymvtecgo html http budzdorovkor ru grfdfsdv czkvoqggbr html http budzdorovkor ru grfdfsdv czurtuhkat html http budzdorovkor ru grfdfsdv fvhmacgdeb html http budzdorovkor ru grfdfsdv fvlktjcmzl html http budzdorovkor ru grfdfsdv hdohiplnwk html http budzdorovkor ru grfdfsdv iwzvdeylyf html http budzdorovkor ru grfdfsdv lhccfsemuf html http budzdorovkor ru grfdfsdv nsrsjbwcuz html http budzdorovkor ru grfdfsdv obmcfhyavh html http budzdorovkor ru grfdfsdv owwpdymptt html http budzdorovkor ru grfdfsdv ozwxmdjpay html http budzdorovkor ru grfdfsdv prukzlmqch html http budzdorovkor ru grfdfsdv pwhlfuxyer html http budzdorovkor ru grfdfsdv qpdqiqorze html http budzdorovkor ru grfdfsdv qpesatqneh html http budzdorovkor ru grfdfsdv rtbeyrdtzc html http budzdorovkor ru grfdfsdv sbblqhshkg html http budzdorovkor ru grfdfsdv shgigzczjg html http budzdorovkor ru grfdfsdv surnfcamkn html http budzdorovkor ru grfdfsdv ulqmpjgsdx html http budzdorovkor ru grfdfsdv upubauhhcm html http budzdorovkor ru grfdfsdv veeivntjdc html http budzdorovkor ru grfdfsdv vtybqkbvjx html http budzdorovkor ru grfdfsdv wswbwvgplz html http budzdorovkor ru grfdfsdv wxyokddkig html http budzdorovkor ru grfdfsdv yiykdabpae html http technosoul ru grfdfsdv abkczlpkpi html http technosoul ru grfdfsdv behpvatsxs html http technosoul ru grfdfsdv braqdqeuru html http technosoul ru grfdfsdv caymvtecgo html http technosoul ru grfdfsdv czkvoqggbr html http technosoul ru grfdfsdv czurtuhkat html http technosoul ru grfdfsdv fvhmacgdeb html http technosoul ru grfdfsdv fvlktjcmzl html http technosoul ru grfdfsdv hdohiplnwk html http technosoul ru grfdfsdv iwzvdeylyf html http technosoul ru grfdfsdv lhccfsemuf html http technosoul ru grfdfsdv nsrsjbwcuz html http technosoul ru grfdfsdv obmcfhyavh html http technosoul ru grfdfsdv owwpdymptt html http technosoul ru grfdfsdv ozwxmdjpay html http technosoul ru grfdfsdv prukzlmqch html http technosoul ru grfdfsdv pwhlfuxyer html http technosoul ru grfdfsdv qpdqiqorze html http technosoul ru grfdfsdv qpesatqneh html http technosoul ru grfdfsdv rtbeyrdtzc html http technosoul ru grfdfsdv sbblqhshkg html http technosoul ru grfdfsdv shgigzczjg html http technosoul ru grfdfsdv surnfcamkn html http technosoul ru grfdfsdv ulqmpjgsdx html http technosoul ru grfdfsdv upubauhhcm html http technosoul ru grfdfsdv veeivntjdc html http technosoul ru grfdfsdv vtybqkbvjx html http technosoul ru grfdfsdv wswbwvgplz html http technosoul ru grfdfsdv wxyokddkig html http technosoul ru grfdfsdv yiykdabpae html http kbgtk ru grfdfsdv abkczlpkpi html http kbgtk ru grfdfsdv behpvatsxs html http kbgtk ru grfdfsdv braqdqeuru html http kbgtk ru grfdfsdv caymvtecgo html http kbgtk ru grfdfsdv czkvoqggbr html http kbgtk ru grfdfsdv czurtuhkat html http kbgtk ru grfdfsdv fvhmacgdeb html http kbgtk ru grfdfsdv fvlktjcmzl html http kbgtk ru grfdfsdv hdohiplnwk html http kbgtk ru grfdfsdv iwzvdeylyf html http kbgtk ru grfdfsdv lhccfsemuf html http kbgtk ru grfdfsdv nsrsjbwcuz html http kbgtk ru grfdfsdv obmcfhyavh html http kbgtk ru grfdfsdv owwpdymptt html http kbgtk ru grfdfsdv ozwxmdjpay html http kbgtk ru grfdfsdv prukzlmqch html http kbgtk ru grfdfsdv pwhlfuxyer html http kbgtk ru grfdfsdv qpdqiqorze html http kbgtk ru grfdfsdv qpesatqneh html http kbgtk ru grfdfsdv rtbeyrdtzc html http kbgtk ru grfdfsdv sbblqhshkg html http kbgtk ru grfdfsdv shgigzczjg html http kbgtk ru grfdfsdv surnfcamkn html http kbgtk ru grfdfsdv ulqmpjgsdx html http kbgtk ru grfdfsdv upubauhhcm html http kbgtk ru grfdfsdv veeivntjdc html http kbgtk ru grfdfsdv vtybqkbvjx html http kbgtk ru grfdfsdv wswbwvgplz html http kbgtk ru grfdfsdv wxyokddkig html http kbgtk ru grfdfsdv yiykdabpae html http redmeh ru grfdfsdv abkczlpkpi html http redmeh ru grfdfsdv behpvatsxs html http redmeh ru grfdfsdv braqdqeuru html http redmeh ru grfdfsdv caymvtecgo html http redmeh ru grfdfsdv czkvoqggbr html http redmeh ru grfdfsdv czurtuhkat html http redmeh ru grfdfsdv fvhmacgdeb html http redmeh ru grfdfsdv fvlktjcmzl html http redmeh ru grfdfsdv hdohiplnwk html http redmeh ru grfdfsdv iwzvdeylyf html http redmeh ru grfdfsdv lhccfsemuf html http redmeh ru grfdfsdv nsrsjbwcuz html http redmeh ru grfdfsdv obmcfhyavh html http redmeh ru grfdfsdv owwpdymptt html http redmeh ru grfdfsdv ozwxmdjpay html http redmeh ru grfdfsdv prukzlmqch html http redmeh ru grfdfsdv pwhlfuxyer html http redmeh ru grfdfsdv qpdqiqorze html http redmeh ru grfdfsdv qpesatqneh html http redmeh ru grfdfsdv rtbeyrdtzc html http redmeh ru grfdfsdv sbblqhshkg html http redmeh ru grfdfsdv shgigzczjg html http redmeh ru grfdfsdv surnfcamkn html http redmeh ru grfdfsdv ulqmpjgsdx html http redmeh ru grfdfsdv upubauhhcm html http redmeh ru grfdfsdv veeivntjdc html http redmeh ru grfdfsdv vtybqkbvjx html http redmeh ru grfdfsdv wswbwvgplz html http redmeh ru grfdfsdv wxyokddkig html http redmeh ru grfdfsdv yiykdabpae html '),
(13027,'field:18',0,1,' https ccspringbrook com contact '),
(13027,'field:19',0,1,' info ccspringbrook com '),
(13027,'field:6',0,1,' charlesimabe '),
(13027,'field:7',0,1,' sergowor ki ng 7 18 gmail com '),
(13027,'field:8',0,1,' google '),
(13027,'field:9',0,1,' general inquiry '),
(13027,'title',0,1,' 2026 01 21 06 18 22 '),
(13028,'field:10',0,1,' eto gotovoe izdelie kotoroe prinadlezit zakazciku https classicgifts ru umbrellas flowers html no my mozem ispolzovat etu ideiu dlia sozdaniia novogo proekta https classicgifts ru silicone potholders html suvenirnaia produkciia i suveniry s logotipom firmy ot promans eto vygodnoe vlozenie v reklamu i prodvizenie kompanii brenda tovara uslugi https classicgifts ru zontyi dozhdiviki eto gotovoe izdelie kotoroe prinadlezit zakazciku https classicgifts ru sumki kozha i kozh zam html no my mozem ispolzovat etu ideiu dlia sozdaniia novogo proekta https classicgifts ru upakovka pledov html artikul 7006 futliar dizainerskaia bumaga https classicgifts ru led umbrella html artikul 2967 stela riki https classicgifts ru umbrellas flowers html zakazat poxozee https classicgifts ru silicone watch html '),
(13028,'field:18',0,1,' https ccbayshore com contact '),
(13028,'field:19',0,1,' info ccbayshore com '),
(13028,'field:6',0,1,' tylerzed '),
(13028,'field:7',0,1,' aleksandrrapeka mail ru '),
(13028,'field:8',0,1,' google '),
(13028,'field:9',0,1,' general inquiry '),
(13028,'title',0,1,' 2026 01 21 06 19 04 '),
(13029,'field:10',0,1,' korporativnyi otdyx otlicnyi sans zariaditsia novymi vpecatleniiami i splotit kollektiv https corporativ luxe ru tanzaniya krome togo interesnuiu poezdku mozno sovmestit s poleznym dlia sotrudnikov meropriiatiem naprimer treningom ili konferenciei https corporativ luxe ru korporativ v rossii razrabotaem nasyshhennuiu delovuiu ili obrazovatelnuiu programmu treningi master klassy strategiceskie sessii timbildingi i mozgovye sturmy https corporativ luxe ru korporativnye tury v uzbekistan razrabotaite detalnyi plan https corporativ luxe ru meksika nu i konecno soversenno ne obiazatelno ogranicivatsia spiskami ili reitingami organizovat udacnuiu biznes poezdku mozno prakticeski v liubuiu stranu https corporativ luxe ru delovye poezdki i komandirovki vy mozete vybrat napravlenie a zabronirovat bilety i oteli legko cerez onetwotrip dlia biznesa https corporativ luxe ru korporativnyye programmy v vengrii strana krasiveisix mecetei i sooruzenii vozvedennyx na velikom selkovom puti torgovoi doroge mezdu kitaem i sredizemnomorem sushhestvovavsei v drevnosti https corporativ luxe ru corporativ v peru otdelnyi plius v razmerax strany prakticeski iz liubogo kurortnogo mesta legko doexat do istoriceskix ili kulturnyx dostoprimecatelnostei vremia v puti zaimet maksimum cas https corporativ luxe ru maldivy dlia biznes poezdok s vaznymi partnerami ili krupnymi klientami mozno organizovat degustacionnye tury ili ekskursii na znamenitye vinnye zavody https corporativ luxe ru zvuk svet i tekhnika '),
(13029,'field:18',0,1,' https ccbayshore com contact '),
(13029,'field:19',0,1,' info ccbayshore com '),
(13029,'field:6',0,1,' derekunamp '),
(13029,'field:7',0,1,' toktobayeva nata mail ru '),
(13029,'field:8',0,1,' google '),
(13029,'field:9',0,1,' general inquiry '),
(13029,'title',0,1,' 2026 01 21 06 19 04 '),
(13030,'field:10',0,1,' bipoliarnaia koaguliaciia ili tocecnoe vozdeistvie na tkani i zakrytie krupnyx kapilliarov diametrom do 1 5 mm https ellman ru oval vse eto proisxodit bez effekta prilipaniia i nekroza tkanei https ellman ru scalpel 1995 2023 vse prava zashhishheny https ellman ru electrodes ergonomicnyi dizain ustroistva pozvoliaet legko razobratsia v sposobax ego ekspluatacii https ellman ru articles nalicie svetovyx indikatorov i cvetnogo monitora znacitelno oblegcaiut rabotu vracei vo vremia operacii https ellman ru oval vozmoznost perekliuceniia rezimov noznym sposobom https ellman ru devices dlia etogo predusmotrena specialnaia pedal https ellman ru electrodes takze eto mozno delat pri pomoshhi nakonecnika rucnogo vkliuceniia https ellman ru electrodes vstroennye funkcii samokontrolia i samoproverki obespecivaiut povysennuiu bezopasnost dlia vraca i pacienta a takze obespecivaiut nadeznuiu rabotu dolgii period vremeni https ellman ru articles vozmoznost ustroistva zapominat ranee ispolzovannye rezimy sokrashhaet vremia nastroiki https ellman ru scalpel minimalnoe povrezdenie tkanei i dostatocno bystrye regeneracionnye processy posle operativnogo vmesatelstva https ellman ru articles takze otmecaetsia ponizennyi uroven diskomforta v operiruemoi oblasti v pervye neskolko dnei https ellman ru sterilizuiushhii effekt snizaet risk zarazeniia a rabota v rezime pozvoliaet videt udaliaemye tkani https ellman ru articles vysocaisii kosmeticeskii effekt https ellman ru basic castnyx klinik i medcentrov https ellman ru articles '),
(13030,'field:18',0,1,' http ccmonmouth com contact '),
(13030,'field:19',0,1,' info ccmonmouth com '),
(13030,'field:6',0,1,' jeffreybom '),
(13030,'field:7',0,1,' rerkgeemong98 mail ru '),
(13030,'field:8',0,1,' google '),
(13030,'field:9',0,1,' general inquiry '),
(13030,'title',0,1,' 2026 01 21 06 19 50 '),
(13031,'field:10',0,1,' kus kus kurinoe file pomidory cerri petruska sous cezar domasnii obshhii ves 160 g https dostafka obedi ru services kompleksnye obedy 6 sostav salat aisberg pomidory cerri ogurcy perec bolgarskii luk krasnyi masliny brynza olivkovoe maslo https dostafka obedi ru about obshhii ves 220 g https dostafka obedi ru dlia kompanii ot 100 celovek https dostafka obedi ru type menu goryachie blyuda vilka lozka noz salfetka https dostafka obedi ru dostavka kazdyi den novoe meniu https dostafka obedi ru type menu pervye blyuda sostav bulyon kurinyi kapusta belokocannaia luk repcatyi morkov tomaty sol perec https dostafka obedi ru contacts obshhii ves 300 g https dostafka obedi ru contacts '),
(13031,'field:18',0,1,' https ccwestcaldwell com contact '),
(13031,'field:19',0,1,' info ccwestcaldwell com '),
(13031,'field:6',0,1,' edwinhok '),
(13031,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(13031,'field:8',0,1,' google '),
(13031,'field:9',0,1,' general inquiry '),
(13031,'title',0,1,' 2026 01 21 06 20 15 '),
(13032,'field:10',0,1,' rabota s personalnym menedzerom https corporativ luxe ru korporativ v gruzii nastoiashhee soglasie iavliaetsia prilozeniem nastoiashhei zaiavke https corporativ luxe ru korporativ na maldivah na chastnoy yahte oformite dokumenty https corporativ luxe ru korporativnaya programma korol plyazha pri formirovanii biudzeta takoi poezdki stoit ucityvat cto stoimost otdyxa budet zaviset ot kolicestva dnei i ucastnikov korporativnogo tura kolicestva ekskursii pitaniia dopolnitelnyx uslug i vse ze oboidetsia desevle po sravneniiu so standartnymi sposobami motivirovaniia rabotnikov premirovaniem i postoiannym povyseniem zarabotnoi platy https corporativ luxe ru korporativ v gruzii timbilding na kube nikogo ne ostavit ravnodusnym https corporativ luxe ru zvuk svet i tekhnika dlia poseshheniia etoi strany ne nuzna viza poetomu kulturnoe nasledie narodnye promysly pescanye berega i unikalnaia tropiceskaia priroda dostupny kazdomu https corporativ luxe ru aviabilety i fast trek ne dadim skucat sotrudnicaem s nadeznymi ekskursionnymi kompaniiami po vsemu miru s radostiu predlozim vam aktivnyi otdyx na liuboi vkus https corporativ luxe ru vyetnam otel s zirafami ekskursionnyi poezd po norvegii iaxta s didzeem timbilding kvest vsegda pozaluista my vse eto mozem https corporativ luxe ru korporativnyye programmy v turtsii '),
(13032,'field:18',0,1,' https ccplainfield com contact '),
(13032,'field:19',0,1,' info ccplainfield com '),
(13032,'field:6',0,1,' dereklaupe '),
(13032,'field:7',0,1,' toktobayeva nata mail ru '),
(13032,'field:8',0,1,' google '),
(13032,'field:9',0,1,' general inquiry '),
(13032,'title',0,1,' 2026 01 21 06 20 31 '),
(13033,'field:10',0,1,' cena zakaznaia rabota v nasix interesax sdelat vas postoiannym klientom srazu posle pervogo zakaza https classicgifts ru knigi na zakaz html poetomu pomimo tocnyx srokov i vysokogo kacestva raboty my predlagaem mnozestvo poleznyx servisov uslug i skidok https classicgifts ru sumki xolodilniki html korporativnye podarki merc promo reklamnaia i daze suvenirnaia produkciia kak tolko nas ne nazyvaiut https classicgifts ru trubki html my delaem ne tolko biznes podarki no i formu dlia sotrudnikov oficialnyi merc kompanii i liubuiu brendirovannuiu produkciiu https classicgifts ru magnityi akrilovyie html predlagaem reseniia dlia liubogo biudzeta ot prakticnyx suvenirov do statusnyx vip podarkov https classicgifts ru vozdushnyie sharyi html a glavnoe my sledim za trendami ctoby vas merc byl samym klassnym na rynke https classicgifts ru podarochnyie naboryi html artikul 1003 biznes podarok piramida zao kasperskii https classicgifts ru so sklada html cena zakaznaia rabota '),
(13033,'field:18',0,1,' https ccplainfield com contact '),
(13033,'field:19',0,1,' info ccplainfield com '),
(13033,'field:6',0,1,' tylerpoown '),
(13033,'field:7',0,1,' aleksandrrapeka mail ru '),
(13033,'field:8',0,1,' google '),
(13033,'field:9',0,1,' general inquiry '),
(13033,'title',0,1,' 2026 01 21 06 20 35 '),
(13034,'field:10',0,1,' odnako nelzia orientirovatsia tolko na pokazaniia datcikov http dmalmotors ru zamena i remont stsepleniya html naprimer gluxoi stuk v zone poddona motora mozet svidetelstvovat o tom cto provernulis vkladysi na nasose ili zaela sesterenka http dmalmotors ru remont generatorov html ili problemy s zapuskom dvigatelia toze mogut kosvenno ukazyvat na nepoladki v rabote nasosa http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 po etoi pricine daze kvalificirovannyi specialist ne sposoben tocno otvetit skolko stoit kapitalnyi remont dvigatelia bez predvaritelnoi razborki i defektovki motora http dmalmotors ru zamena masel i filtrov html takze zacastuiu ne udaetsia na nacalnom etape opredelit i polnyi spisok zapcastei dlia kapitalnogo remonta dvigatelia http dmalmotors ru remont korobki peredach html vse budet zaviset ot iznosa xaraktera vozmoznyx povrezdenii i drugix faktorov http dmalmotors ru takze ne sleduet zabyvat i o tom cto kapremont mozet potrebovatsia ne tolko i uzlam kotorye raspolozeny v nem no i s ustanovlennym v golovke bloka http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 vazno znat osnovnye parametry raboty dvigatelia vasego avtomobilia ctoby umet svoevremenno obnaruzivat veroiatnuiu polomku http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html ne obiazatelno imet glubokie poznaniia v ego ustroistve tak kak uze eto prerogativa opytnogo mastera iz avtoservisa http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 '),
(13034,'field:18',0,1,' https ccatcourthouse com contact '),
(13034,'field:19',0,1,' info ccatcourthouse com '),
(13034,'field:6',0,1,' emanuelnaf '),
(13034,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(13034,'field:8',0,1,' google '),
(13034,'field:9',0,1,' general inquiry '),
(13034,'title',0,1,' 2026 01 21 06 20 50 '),
(13035,'field:10',0,1,' osobennosti remonta bloka upravleniia https dialdrive ru katalizator telefon i socset podtverzdeny https dialdrive ru dvs zamena vtulok stabilizatora zadnego https dialdrive ru dvs cena ustanovki dop https dialdrive ru dvs oborudovaniia na avto https dialdrive ru dvs 64 goda opyt 34 goda https dialdrive ru zamena opory stoiki amortizatora perednei https dialdrive ru katalizator '),
(13035,'field:18',0,1,' https ccatcourthouse com contact '),
(13035,'field:19',0,1,' info ccatcourthouse com '),
(13035,'field:6',0,1,' vincentutilt '),
(13035,'field:7',0,1,' andreyy filimonov bk ru '),
(13035,'field:8',0,1,' google '),
(13035,'field:9',0,1,' general inquiry '),
(13035,'title',0,1,' 2026 01 21 06 20 50 '),
(13036,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site cccedargrove com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(13036,'field:18',0,1,' https cccedargrove com contact '),
(13036,'field:19',0,1,' info cccedargrove com '),
(13036,'field:6',0,1,' qasim yaseen '),
(13036,'field:7',0,1,' qasimyaseen326 gmail com '),
(13036,'field:8',0,1,' web ui ux design and developemnt '),
(13036,'field:9',0,1,' other '),
(13036,'title',0,1,' 2026 01 21 06 20 51 '),
(13037,'field:10',0,1,' izmerenie cilindriceskix poverxnostei dlia izmereniia cilindriceskix obieektov takix kak truby neftianye rezervuary i pr https www ndt club com product 795 aks gel visokotemperatyrnii ot 0 do 350 186 s htm vazno meniat ugol mezdu diafoniceskoi prokladkoi datcika i osiu izmeriaemogo materiala https www ndt club com product 599 sendast p121 aisi naklonnie iznosostoikie preobrazovateli dlya nerjaveushih stalei htm pri nalozenii kontaktnogo datcika na poverxnost izmeriaemogo materiala diafoniceskaia prokladka parallelna ili perpendikuliarna osi materiala https www ndt club com otzyvy htm medlenno peremeshhaite datcik perpendikuliarno osi izmeriaemogo materiala posle cego pokazaniia na ekrane nacnut izmeniatsia https www ndt club com fotogalereya 21 htm v kacestve tocnogo znaceniia tolshhiny materiala vybiraite minimalnoe iz polucennyx znacenii https www ndt club com news 17 htm avtoskaner kupit v celiabinske vam pomozet nas internet magazin https www ndt club com product 696 ank prospector 3 rentgenflyorescentnii analizator metallov htm nase predlozenie vesma interesnoe razlicnye modeli pomoshh konsultanta pri vybore samovyvoz ili besplatnaia dostavka po vsemu uralu a cena na avtoskanery dlia avtomobilei razumna i priemlema dlia vsex zainteresovannyx v otlazennoi rabote svoei https www ndt club com product 963 preobrazovatel dl2 5p12 2 5 mgc htm tolshhinomer ultrazvukovoi tt100 prednaznacen dlia rucnogo kontaktnogo izmereniia tolshhiny izdelii iz metallov i ix splavov plastmass keramik i drugix materialov imeiushhix dve parallelnye poverxnosti https www ndt club com product 53 original schmidt molotok shmidta proceq htm kontroliruemye izdeliia dolzny imet dve parallelnye poverxnosti s maksimalnoi seroxovatostiu do rz = 80 mkm so storony vvody ultrazvukovogo signala i do rz = 160 mkm s protivopoloznoi storony https www ndt club com product 527 transskan kompleks cifrovoi radiografii htm cena na wt100a ukazana bez nds=20% bez uceta akcii skidok i specpredlozenii konkretnye usloviia i ceny kak zakazat kupit tolshhinomer wt100a a takze nalicie na sklade ili srok izgotovleniia proizvodstva utocniaite u menedzerov otdela prodaz po elektronnoi pocte i telefonu ukazannym v razdele saita https www ndt club com product 609 preobrazovateli dlya tolshinomerov olympus htm gruppa kompanii gk teplopribory prompribor teplokontrol i dr https www ndt club com product 217 zond vd96 vihretokovii defektoskop htm eto pribory i avtomatika dlia izmereniia kontrolia i regulirovaniia parametrov texnologiceskix processov rasxodometriia teplokontrol teploucet kontrol davleniia urovnia svoistv i koncentracii i pr https www ndt club com product 534 ysd 60 yltrazvykovoi defektoskop htm https www ndt club com news 98 htm blagodaria monoblocnoi konstrukcii pribora iskliucaiushhei nalicie sieemnyx elementov obespecivaetsia vysokaia nadeznost tolshhinomera a takze operativnost pri ego podgotovke k rabote https www ndt club com proizvoditeli 6 salutron htm '),
(13037,'field:18',0,1,' https ccatcourthouse com contact '),
(13037,'field:19',0,1,' info ccatcourthouse com '),
(13037,'field:6',0,1,' stevenalbum '),
(13037,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(13037,'field:8',0,1,' google '),
(13037,'field:9',0,1,' general inquiry '),
(13037,'title',0,1,' 2026 01 21 06 21 06 '),
(13038,'field:10',0,1,' cto vkliucaet v sebia blagoustroistvo mogily na kladbishhe blagoustroistvo nerazryvno sviazano s ustanovkoi ili remontom nadgrobnogo pamiatnika https www kovanie ogrady ru actions monument service https www kovanie ogrady ru catalog kovanye izdeliya koltso ru predlagaet ritual https www kovanie ogrady ru catalog pamyatniki muzhchine granitnyy pamyatnik pr 28 ru predlagaet kompleks uslug po uxodu za mogiloi na kladbishhax moskvy blizaisego podmoskovia i vsex regionov rossii https www kovanie ogrady ru catalog izdeliya iz granita pamyatnik iz granita pv 20 nasi specialisty pomogut ocistit ucastok ot musora podstrigut travu i propoliut sorniaki privedut v poriadok cvetniki osvezat krasku na ograde i provedut liubye drugie raboty po blagoustroistvu mesta zaxoroneniia https www kovanie ogrady ru catalog pamyatnik plashhanitsa granitnyy pamyatnik pr 10 takze u nas vy mozete zakazat restavraciiu nadpisi pokrasku ograd i kompleksnuiu rekonstrukciiu vsego mesta zaxoroneniia https www kovanie ogrady ru catalog pamyatniki zchenshchine granitnyy pamyatnik pg 10 uborka i ocistka mest zaxoroneniia vazny dlia podderzaniia dostoinstva mesta upokoeniia https www kovanie ogrady ru catalog pamyatniki muzhchine granitnyy pamyatnik pg 16 eto obespecivaet mirnuiu i uvazitelnuiu obstanovku dlia poseshheniia ctit pamiat umersego i sozdaet blagopriiatnuiu atmosferu dlia vizitov na kladbishhe https www kovanie ogrady ru catalog pamyatniki babyshke granitnyy pamyatnik k 6 pervaia socialnaia granitnaia masterskaia vypolniaet blagoustroistvo mogil i kompleksnoe oformlenie mest zaxoronenii na kladbishhax moskvy i blizaisego podmoskovia https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik k 12 my rabotaem napriamuiu bez posrednikov poetomu mozem predlozit ne tolko vysokoe kacestvo no i cestnye usloviia prozracnye smety i udobnyi format obsluzivaniia https www kovanie ogrady ru catalog izdeliya iz granita granitnyy pamyatnik pr 35 nasa zadaca sozdat akkuratnoe uxozennoe i dolgovecnoe mesto pamiati kotoroe budet vygliadet dostoino v liuboe vremia goda https www kovanie ogrady ru catalog kovanye izdeliya stolik my soprovozdaem klienta na kazdom etape konsultiruem podbiraem materialy razrabatyvaem proekt soglasovyvaem oformlenie vyezzaem na ucastok i vypolniaem vse raboty pod kliuc https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pv 55 blagoustroistvo vkliucaet v sebia ustanovku fundamenta moshhenie plitkoi formirovanie cvetnika podsypku grunta ili dekorativnogo shhebnia zamenu staryx elementov restavraciiu pamiatnikov montaz ograd stolikov i drugix elementov https www kovanie ogrady ru catalog pamyatniki v vide stely pamyatnik iz granita pv 14 my ispolzuem tolko proverennye materialy granit polimernye smesi morozostoikuiu plitku i kacestvennye napolniteli kotorye soxraniaiut vnesnii vid dolgie gody bez postoiannogo remonta i podsypok https www kovanie ogrady ru catalog kovanye ogrady kovanaya ograda na mogilu kaplya tsokol infrastrukturnye elementy bordiurnye i ograzdaiushhie konstrukcii zashhishhaiut territoriiu ot erozii grunta rosta sorniakov i mexaniceskix povrezdenii https www kovanie ogrady ru catalog izdeliya iz granita tsvetnik tsvg 3 materialy dlia ix izgotovleniia mogut vkliucat metall granit beton ili prirodnye kamni https www kovanie ogrady ru catalog pamyatniki babyshke granitnyy pamyatnik pg 29 cvetniki i cvetocnye kompozicii sluzat dlia dekorativnogo oformleniia pridavaia territorii uxozennyi i privlekatelnyi vid https www kovanie ogrady ru catalog pamyatniki docheri granitnyy pamyatnik pv 46 ispolzuiutsia kak odnoletnie tak i mnogoletnie rasteniia https www kovanie ogrady ru catalog pamyatniki zchenshchine pamyatnik iz granita pv 15 pokrytie territorii moshhenie iz granita ili bruscatki obespecivaet udobstvo peredvizeniia predotvrashhaet obrazovanie griazi v dozdlivyi period i uproshhaet uxod za territoriei https www kovanie ogrady ru catalog pamyatniki granitnyy pamyatnik pr 8 dekorativnyi gravii primeniaetsia dlia oformleniia dorozek i ploshhadok sozdavaia estestvennuiu i esteticeski priiatnuiu atmosferu https www kovanie ogrady ru catalog pamyatniki babyshke granitnyy pamyatnik pg 3 memorialnye kompleksy pamiatniki i obeliski izgotavlivaiutsia iz mramora granita ili bronzy dolzny garmonicno vpisyvatsia v landsaftnyi dizain https www kovanie ogrady ru catalog pamyatnik plashhanitsa skulpturnye kompozicii i art obieekty privnosiat individualnost mogut predstavliat soboi izobrazeniia angelov golubei ili drugie simvoliceskie elementy https www kovanie ogrady ru catalog pamyatniki detskie granitnyy pamyatnik dpg 2 zelenoe blagoustroistvo drevesno kustarnikovye nasazdeniia sozdaiut ten ulucsaiut mikroklimat i pridaiut territorii estestvennoe oformlenie https www kovanie ogrady ru catalog gorizontalnye granitnyy pamyatnik pg 2 vazno ucityvat klimaticeskie usloviia regiona https www kovanie ogrady ru catalog izdeliya iz granita granitnyy pamyatnik pv 46 cvetocnye klumby i kompozicii vozmozno sozdanie tematiceskix cvetnikov cvetushhix v raznye sezony goda https www kovanie ogrady ru catalog pamyatniki detskie osveshhenie territorii arxitekturnaia podsvetka i fonari obespecivaiut bezopasnost v nocnoe vremia sozdaiut torzestvennuiu atmosferu i podcerkivaiut arxitekturnye osobennosti memorialov https www kovanie ogrady ru catalog pamyatniki zchenshchine granitnyy pamyatnik pg 34 svetodiodnye lenty primeniaiutsia dlia dekorativnogo osveshheniia dorozek memorialov i drugix obieektov https www kovanie ogrady ru catalog izdeliya iz granita granitnyy pamyatnik pv 46 zony otdyxa i kommunikacii skameiki i besedocnye konstrukcii sozdaiut komfortnye usloviia dlia posetitelei sposobstvuiut spokoistviiu i otdyxu https www kovanie ogrady ru catalog pamyatniki granitnyy pamyatnik k 9 ploshhadki dlia meropriiatii mogut ispolzovatsia dlia provedeniia pominalnyx obriadov koncertov ili drugix sobytii https www kovanie ogrady ru catalog pamyatniki docheri granitnyy pamyatnik pg 19 informacionnye i navigacionnye sistemy informacionnye stendy soderzat spravocnuiu informaciiu o raspolozenii zaxoronenii pravilax poseshheniia i uxoda za territoriei https www kovanie ogrady ru catalog kovanye ogrady koltso infrastruktura dlia podieezda i parkovki obespecivaet udobnyi dostup k kladbishhu osobenno v periody massovyx poseshhenii https www kovanie ogrady ru catalog kovanye izdeliya pagen 2=3 dekorativnye elementy i simvolika cvetocnye gorski i vazony ispolzuiutsia dlia dekorativnogo oformleniia territorii https www kovanie ogrady ru catalog pamyatnik mame granitnyy pamyatnik pv 60 dekorativnye kamni i memorialnye tablicki mogut soderzat informaciiu ob usopsix daty zaxoronenii i drugie pamiatnye simvoly https www kovanie ogrady ru catalog izdeliya iz granita granitnyy pamyatnik pr 12 ekologiceskie iniciativy vertikalnye sady i zivye izgorodi pozvoliaiut effektivno ispolzovat prostranstvo i sozdaiut zelenuiu stenu https www kovanie ogrady ru catalog pamyatniki siny pamyatnik iz granita pv 12 sistemy sbora i pererabotki otxodov ustanovka konteinerov dlia razdelnogo sbora musora sposobstvuet podderzaniiu ekologiceskoi cistoty territorii https www kovanie ogrady ru catalog pamyatniki siny pagen 2=5 socialnye zony mesta dlia vstrec i obshheniia sozdaiut usloviia dlia neformalnogo obshheniia posetitelei obmena vospominaniiami ili uedinennogo otdyxa https www kovanie ogrady ru catalog pamyatniki docheri granitnyy pamyatnyk k 10 '),
(13038,'field:18',0,1,' https ccfoxhill com contact '),
(13038,'field:19',0,1,' info ccfoxhill com '),
(13038,'field:6',0,1,' josephchict '),
(13038,'field:7',0,1,' ramyl gilmanov mail ru '),
(13038,'field:8',0,1,' google '),
(13038,'field:9',0,1,' general inquiry '),
(13038,'title',0,1,' 2026 01 21 06 21 23 '),
(13039,'field:10',0,1,' zapolniaia dannuiu formu vy daete soglasie na obrabotku svoix personalnyx dannyx soglasno st https arbvbg ru privacypolicy 9 № 152 fz https arbvbg ru privacypolicy bolee 8 mi let na rynke https arbvbg ru privacypolicy my uze davno zanimaemsia vyrubkoi udaleniem i obrezkoi nasazdenii a takze vypolniaem kompleks meropriiatii napravlennyx na ozdorovlenie i zashhitu derevev https arbvbg ru privacypolicy za vremia raboty my pomogli liudiam izbavitsia ot tysiac mesaiushhix derevev i predotvratili nemalo avariinyx situacii https arbvbg ru kvalificirovannye specialisty https arbvbg ru privacypolicy u nas rabotaiut specialisty s mnogoletnim opytom raboty kotorye imeiut dokumenty podtverzdaiushhie ix vysokuiu kvalifikaciiu https arbvbg ru privacypolicy garantiia bezopasnosti https arbvbg ru my obespecivaem polnuiu bezopasnost imushhestva liudei i nesem otvetstvennost za ushherb https arbvbg ru rabota pod kliuc https arbvbg ru my vozmem na sebia vse zaboty i vypolnim kompleksnye raboty nacinaia poluceniem neobxodimyx dokumentov i zakancivaia ocishheniem territorii ot vetvei pnei i drugogo musora https arbvbg ru privacypolicy skidki https arbvbg ru privacypolicy zakazyvaia u nas udalenie ot 5 pnei ili derevev vy polucaete skidku https arbvbg ru privacypolicy predlozenie aktualno dlia postoiannyx klientov https arbvbg ru bonusy https arbvbg ru privacypolicy esli nuzno podpilit nadoevsii pen ili kust my sdelaem eto besplatno akkuratno spilit derevo v ogranicennom prostranstve mogut alpinisty komandy drovosek https arbvbg ru privacypolicy specialist vzbiraetsia na derevo i razbiraet ego na casti raznoi dliny v zavisimosti ot uslovii https arbvbg ru spilennye casti sbrasyvaisia ili spuskaiutsia na verevke cerez straxovocnuiu sistemu https arbvbg ru privacypolicy dlia organizacii raboty trebuetsia ploshhadka ne bolee 1 kv https arbvbg ru privacypolicy metra i dostup k stvolu dereva https arbvbg ru privacypolicy na odnom obieekte vozmozno vzaimodeistvie neskolkix brigad alpinistov https arbvbg ru privacypolicy spil derevev po castiam imeet riad preimushhestv vyezd specialista na obieekt https arbvbg ru opyt rabot bolee 15 let https arbvbg ru privacypolicy kogda nuzen spil derevev castiami '),
(13039,'field:18',0,1,' https ccsevernapark com contact '),
(13039,'field:19',0,1,' info ccsevernapark com '),
(13039,'field:6',0,1,' charlesdom '),
(13039,'field:7',0,1,' nikolayy shevcov mail ru '),
(13039,'field:8',0,1,' google '),
(13039,'field:9',0,1,' general inquiry '),
(13039,'title',0,1,' 2026 01 21 06 25 12 '),
(13040,'field:10',0,1,' reznye dereviannye inkrustacii i iziashhnaia furnitura delaiut bespodobnym vid klassiceskoi mebeli a prirodnyi material sozdaet komfortnuiu obstanovku komnaty https www legnostyle ru catalog mejkomnatnie dveri vhodnaya dver e15 html liubiteli sovremennyx ili neobycnyx intererov mogut sdelat individualnyi zakaz na izgotovlenie garnitura v razlicnyx stiliax https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i24 html pervoklassnye kuxni vypolnennye v dannom stile otlicaiutsia neobxodimoi funkcionalnostiu prostotoi i bogatstvom konfiguracii zavisiashhix ot planirovki pomeshheniia ili licnyx predpoctenii https www legnostyle ru catalog mebel g 6 html podxod k proektirovaniiu kuxon podobnogo stilia dopuskaet opredelennuiu svobodu inogda daze socetaia nesocetaemoe cto predpolagaet vozmoznost izgotovleniia mebeli po osobomu zakazu https www legnostyle ru mezhkomnatnye dveri garmoshka html otnosenie zitelei kitaia k inostrancam meniaetsia ezegodno https www legnostyle ru catalog mejkomnatnie dveri diverso test2 html vsego paru desiatkov let nazad inostrannyi turist na ulicax podnebesnoi mog stat pricinoi nastoiashhego stolpotvoreniia naprimer kitaicy mogli na segodniasnii den elitnaia mebel polzuetsia osobennym interesom sredi naseleniia https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=17 kak pravilo izgotavlivaiut ee na zakaz poetomu pokupateli s samymi bolsimi trebovaniiami mogut vypolnit razlicnye individualnye pozelaniia https www legnostyle ru catalog mejkomnatnie dveri pagen 1=15 neobycnost i uznavaemost stilia dostigaetsia za scet unikalnogo soedineniia gibkosti i osobennogo principa raboty s novymi materialami i cennymi porodami dereva https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model i3 html podxod k dizainu stroitsia na obieedinenii masterstva stilia postoiannyx issledovanii i kreativnosti https www legnostyle ru catalog mebel elitnaya detskaya mebel d1 8 html informacionnyi portal o kitae https www legnostyle ru catalog lestnici elitnye lestnica l8 1 html ezednevnye novosti kitaia sobytiia i proissestviia segodnia interesnye stati poznavatelnye obzory foto i opisanie gorodov kitaia istoriia gosudarstva '),
(13040,'field:18',0,1,' https ccshrewsbury com contact '),
(13040,'field:19',0,1,' info ccshrewsbury com '),
(13040,'field:6',0,1,' davidbug '),
(13040,'field:7',0,1,' tacusol 6816 mail ru '),
(13040,'field:8',0,1,' google '),
(13040,'field:9',0,1,' general inquiry '),
(13040,'title',0,1,' 2026 01 21 06 26 19 '),
(13041,'field:10',0,1,' sxod razval https dialdrive ru dvs cto mozno sdelat esli problema povtoriaetsia https dialdrive ru dvs pri pervom obrashhenii diagnostika podveski avtomobilia proizvoditsia besplatno vse klienty vpervye obrativsiesia v nas texcentr mogut provesti diagnostiku podveski avtomobilia absoliutno besplatno https dialdrive ru dvs 39 let opyt 18 let https dialdrive ru dvs ceny vypolnennyx rabot https dialdrive ru ceny vypolnennyx rabot https dialdrive ru '),
(13041,'field:18',0,1,' https ccgrotonregency com contact '),
(13041,'field:19',0,1,' info ccgrotonregency com '),
(13041,'field:6',0,1,' vincentlitly '),
(13041,'field:7',0,1,' andreyy filimonov bk ru '),
(13041,'field:8',0,1,' google '),
(13041,'field:9',0,1,' general inquiry '),
(13041,'title',0,1,' 2026 01 21 06 26 33 '),
(13042,'field:10',0,1,' posle togo kak byli vypolneny vse etapy ustanovki potrebuetsia protestirovat rabotu novogo maslianogo nasosa http dmalmotors ru zamena masel i filtrov html odnako v privycnom poriadke kamaz zavodit ne rekomenduetsia http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 dlia pervogo zapuska motora posle zameny maslianogo nasosa lucse vospolzovatsia etoi sxemoi vazno doveriat vse podobnye meropriiatiia opytnym professionalam ctoby ne prislos bespokoitsia o tom cto v kakoi to moment mozet proizoiti vnezapnaia polomka http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html tem bolee cto na vse provedennye raboty vy polucaete oficialnuiu garantiiu http dmalmotors ru remont avtoelektriki html minimalnyi period obkatki motora posle kapremonta naxoditsia na otmetke okolo 1 tys http dmalmotors ru zamena masel i filtrov html km pri etom praktika pokazyvaet cto agregat optimalno obkatyvat do 10 tys http dmalmotors ru remont dvigatelej html km posle cego nagruzki sleduet uvelicivat postepenno http dmalmotors ru remont starterov html scitaetsia cto polnaia pritirka vsex elementov v dvs zakancivaetsia k probegu okolo 30 tys http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html km http dmalmotors ru takze neobxodimo pomnit i o tom cto vo vremia obkatki motora posle remonta maslo i maslianyi filtr neobxodimo meniat cashhe dlia udaleniia iz motora struzki i drugix produktov iznosa kotorye poiavliaiutsia v rezultate pritirki novyx detalei http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 pervaia zamena smazki proisxodit cerez 1 tys http dmalmotors ru diagnostika inzhektora html km sleduiushhaia osushhestvliaetsia cerez 5 tys http dmalmotors ru regulyarnoe tekhobsluzhivanie html km eshhe odna zamena masla proizvoditsia cerez 7 8 tys http dmalmotors ru remont avtoelektriki html dalee mozno perexodit na privycnyi rekomenduemyi mezservisnyi interval zameny masla i filtrov http dmalmotors ru diagnostika inzhektora html vtoroi period ili period estestvennogo iznasivaniia dlitelnyi po vremeni period normalnoi ekspluatacii dvigatelia vo vremia kotorogo iznasivanie detalei narastaet http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 v kazdom iz nix konstruktivno ispolzuiutsia poxozie detali i mexanizmy http dmalmotors ru zamena masel i filtrov html satuny i porsni vmeste s cilindrami neotieemlemaia cast konstrukcii liubogo dvigatelia vnutrennego sgoraniia http dmalmotors ru zamena tsepi ili remnya grm html cislennye znaceniia nominalnogo zazora iznosa zadaiutsia konstrukciei dvigatelia a znaceniia dopustimogo i predelnogo iznosa opredeliaiutsia teoreticeski iz uslovii procnosti detalei uslovii smazyvaniia i nadeznosti sopriazenii v dvigatele http dmalmotors ru remont starterov html '),
(13042,'field:18',0,1,' https ccgrotonregency com contact '),
(13042,'field:19',0,1,' info ccgrotonregency com '),
(13042,'field:6',0,1,' emanuelgen '),
(13042,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(13042,'field:8',0,1,' google '),
(13042,'field:9',0,1,' general inquiry '),
(13042,'title',0,1,' 2026 01 21 06 26 39 '),
(13043,'field:10',0,1,' esli vy budete vypolniat elementarnye pravila pri rabote s priborom to polucite dostovernuiu informaciiu o lakokrasocnom pokrytii obsleduemogo avtomobilia https www ndt club com product 984 avm yf 80s ctacionarnaya yltrafioletovaya lampa htm vam takze ponadobiatsia znaniia o pribore dlia izmereniia tolshhiny kraski prezde cem vy pristupite k zameram https www ndt club com product 188 tt 100 yltrazvykovoi tolshinomer htm tolshhinomer temp ut1 ispolzuetsia dlia vysokotocnogo izmereniia tolshhiny razlicnyx obieektov iz odnorodnyx materialov kak metalliceskogo proisxozdeniia tak i nemetalliceskogo https www ndt club com product 737 rft kurok mehanicheskoe pozicioniryushee ystroistvo dlya rychnogo skanirovaniya htm dostup k obieektam odnostoronnii https www ndt club com product 775 v7 327 vibrometr portativnii karandashnogo tipa htm takze pribor mozet effektivno primeniatsia dlia izmereniia skorosti rasprostraneniia ultrazvukovyx kolebanii v materiale izdeliia https www ndt club com product 780 dtl50348 preobrazovatel r s shirokozahvatnii htm korpus pribora vypolnen iz plastmassy https www ndt club com product 795 aks gel visokotemperatyrnii ot 0 do 350 186 s htm na vosmom meste vystraivaetsia etari et 333 s novym ustanovlennym cipom kotoryi pozvoliaet ustroistvu bystree obrabatyvat dannye https www ndt club com product 130 ydt 40 tolshinomer yltrazvykovoi htm blagodaria sirokomu diapazonu pribor osushhestvliaet izmereniia do 2 mm a informaciia rezultata vyvoditsia za sekundu i otobrazaetsia na displee tolshhinomera https www ndt club com product 250 molotok shmitda 225a sklerometr dlya betona htm etot apparat smozet izmerit liubuiu tolshhinu avtopokrytiia takie kak stal ili cugun i s tocnostiu opredelit v kakom sostoianii izmeriaemaia cast avtomobilia https www ndt club com index php z=s769 pd=5 etari et 333 imeet udobnuiu i nadeznuiu konstrukciiu obespecit dlitelnuiu rabotu a tak ze tocnye i stabilnye izmereniia pri liubyx pogodnyx usloviiax https www ndt club com product 901 iskra 30 elektroiskrovoi defektoskop htm rabotaet po cernym i cvetnym metallamrabocaia temperatura 40 s do 50 smaks https www ndt club com product 340 arina 7 impylsnii rentgenovskii apparat htm izmerenie 2000 mikronsag izmerenii 0 1 mikronpodsvetka ekrana estdop https www ndt club com product 567 metolab 451 stacionarnii tverdomer po vikkersy htm funkcii datcik ocinkovkiproizvodstvo kitaigarantiia 1 god rabotaet po cernym metallamrabocaia temperatura 25 s do 50 smaks https www ndt club com produkcija 204 fonari i lampi yf osvesheniya htm izmerenie 3000 mikronsag izmerenii 1 mikronpodsvetka ekrana estdop https www ndt club com produkcija 309 ema preobrazovateli htm funkcii fonarikproizvodstvo polsagarantiia 1 god '),
(13043,'field:18',0,1,' https ccgrotonregency com contact '),
(13043,'field:19',0,1,' info ccgrotonregency com '),
(13043,'field:6',0,1,' stevencax '),
(13043,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(13043,'field:8',0,1,' google '),
(13043,'field:9',0,1,' general inquiry '),
(13043,'title',0,1,' 2026 01 21 06 27 29 '),
(13044,'field:10',0,1,' k sozaleniiu u nas net podxodiashhix turov dlia otobrazeniia https akademy21 ru apparatniy pedecur podbor tura akcii i specpredlozeniia tipy otdyxa katalog otelei aviaperelety vizy i pasporta pamiatka turista vydaca dokumentov novosti otzyvy i predlozeniia https akademy21 ru trener nutriciolog tury v kitai https akademy21 ru trener estetika lica reiting 4 https akademy21 ru apparatnaya kosmetologiya 0 iz 5 https akademy21 ru courses massage 0 https akademy21 ru trener resnycy 200m do pliaza https akademy21 ru golivudskie ukladki putesestvenniki mogut pobyvat v monastyriax posetit drevnie goroda posetit stolicu kitaia uvidet pariashhie gory i mnogoe drugoe https akademy21 ru cosmetolog estet liuboi marsrut ostavit massu iarkix vpecatlenii na dolgie gody https akademy21 ru courses massage intimnoye otbelivaniye iapparatnoye omolozheniye '),
(13044,'field:18',0,1,' http ccmarcella com contact '),
(13044,'field:19',0,1,' info ccmarcella com '),
(13044,'field:6',0,1,' philiplaw '),
(13044,'field:7',0,1,' halcheni1990 mail ru '),
(13044,'field:8',0,1,' google '),
(13044,'field:9',0,1,' general inquiry '),
(13044,'title',0,1,' 2026 01 21 06 28 07 '),
(13045,'field:10',0,1,' v zavisimosti ot togo gde budut razmeshheny svetilniki kakie parametry iavliaiutsia optimalnymi dlia ucastka a takze cto trebuetsia v processe raboty ix mozno podelit na gruppy https xn 8sbbqwjb8ce xn p1ai esli vy ishhete nizkuiu cenu na svetilnik podvesnoi ulicnyi burgos 813010401 to internet magazin evrosvet pomozet vam soversit vygodnuiu pokupku https xn 8sbbqwjb8ce xn p1ai na oficialnom saite evrosvet vy naidete detalnye foto i podrobnye xarakteristiki tovara iz serii podvesnye svetilniki https xn 8sbbqwjb8ce xn p1ai i samoe glavnoe cestnye otzyvy na svetilnik podvesnoi ulicnyi burgos 813010401 ot realnyx pokupatelei https xn 8sbbqwjb8ce xn p1ai ne uvereny xotite prokonsultirovatsia specialisty evrosvet vsegda gotovy pomoc sovety i instrukcii po primeneniiu ot profe https xn 8sbbqwjb8ce xn p1ai https xn 8sbbqwjb8ce xn p1ai ocinkovannye metalliceskie stoiki 3 12 metrov ispolzuiut dlia osveshheniia ulic i parkov zilyx massivov torgovyx territorii mest otdyxa i skopleniia bolsogo kolicestva liudei https xn 8sbbqwjb8ce xn p1ai stolb imeet flanec dlia ustanovki na podzemnuiu cast ili fundament sverxu uzel dlia krepleniia kronsteina https xn 8sbbqwjb8ce xn p1ai pokrytie iz cinka predoxraniaet ot korrozii daze pri mexaniceskix povrezdeniiax https xn 8sbbqwjb8ce xn p1ai v avguste 2019 goda proizveden montaz svetilnikov na territorii vodozabornogo punkta v saratovskoi oblasti https xn 8sbbqwjb8ce xn p1ai vozvodimye obieektovye seti naruznogo osveshheniia soglasno proektu dolzny obespecit vozmoznost raboty v temnoe vremia sutok vypolnenie oxranoi obiazannostei po osushhestvleniiu propusknogo rezima soxrannosti oborudovaniia i imushhestva https xn 8sbbqwjb8ce xn p1ai montaz ulicnogo osveshheniia s ustanovkoi 6 ti opor odnogo razieedinitelia 5 ti svetilnikov proizveli za odin den https xn 8sbbqwjb8ce xn p1ai zakazcikom raboty priniaty bez zamecanii v polnom obieeme https xn 8sbbqwjb8ce xn p1ai zakazite montaz osveshheniia po telefonu 7 908 552 96 04 otpravte pismo na https xn 8sbbqwjb8ce xn p1ai 1 https xn 8sbbqwjb8ce xn p1ai v mestax peresecenii linii s ulicami i dorogami pri rasstoianii mezdu oporami do 40 m dopuskaetsia ne primeniat ankernye opory i dvoinoe kreplenie provodov https xn 8sbbqwjb8ce xn p1ai avtomaticeskii kontrol https xn 8sbbqwjb8ce xn p1ai na kazdom elemente osveshheniia razmeshhaiutsia specialnye datciki zaprogrammirovannye na vremia https xn 8sbbqwjb8ce xn p1ai svetilniki zazigaiutsia avtomaticeski https xn 8sbbqwjb8ce xn p1ai ne nuzno vkliucat ix samostoiatelno i kontrolirovat process ix raboty https xn 8sbbqwjb8ce xn p1ai dostatocno ustanovit taimer i texnika sada sdelaet vsiu rabotu https xn 8sbbqwjb8ce xn p1ai nesoversenstvo sistemy v tom cto esli odin element prekrashhaet funkcionirovat iz za povrezdeniia to otkliucaiutsia i ostalnye https xn 8sbbqwjb8ce xn p1ai stoimost ustanovki vysokaia no eto cena za kacestvo i nadeznost https xn 8sbbqwjb8ce xn p1ai '),
(13045,'field:18',0,1,' https ccgermantown com contact '),
(13045,'field:19',0,1,' info virginiahighlandscrc com '),
(13045,'field:6',0,1,' brucehot '),
(13045,'field:7',0,1,' mamedov edgar 1992 3 3 inbox ru '),
(13045,'field:8',0,1,' google '),
(13045,'field:9',0,1,' general inquiry '),
(13045,'title',0,1,' 2026 01 21 06 28 54 '),
(13046,'field:10',0,1,' takze nuzno bylo texniceski razobratsia v poriadke raboty marketpleisa no etomu mozno naucitsia izucit otzyvy sellerov https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00015768 moi sovet zarucitsia podderzkoi proverennogo menedzera https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00016805 u nas v komande est menedzer kotoryi zanimaetsia konkretno etoi ploshhadkoi i vse detali prodvizeniia zapolnenie kartocek i drugie niuansy vedet ona ctoby ia kak sobstvennik biznesa ne raspylialas na vse https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00015064 select warehouse=56 glavnye vygodopriobretateli rosta populiarnosti internet pokupok krupneisie marketpleisy https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00016952 v 2023 godu rynok e commerce uvelicilsia na 2 6 trln rublei i osnovnaia cast etogo rosta prislas na wildberries i ozon sootvetstvenno 35% i 31% a v summe cetyre krupneisix marketpleisa plius iandeks market i megamarket obespecili bolee 80% ot vsego rosta rynka sleduet iz otceta data insight https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00020878 marketpleisy https bayra market odezhda ru 5 detyam novorozhdennym futbolki i rubashki futbolka detskaya s prazdnichnym printom moy geroy rost 68 v nekotoryx regionax silny mestnye onlain brendy ili prodavcy kotorye sozdaiut vysokuiu konkurenciiu po opredelennym kategoriiam https bayra market oniks finans ooo category id=13422 page=156 rukovoditel napravleniia marketplace v salist https bayra market sergu page 50 utm referer=geoadv search yabs utm ya campaign=89823972517 yabizcmpgn=25716636 utm candidate=59247141423 sibirskie goroda opiat v piaterke liderov '),
(13046,'field:18',0,1,' https ccinglemoor com contact '),
(13046,'field:19',0,1,' info ccinglemoor com '),
(13046,'field:6',0,1,' georgenub '),
(13046,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(13046,'field:8',0,1,' google '),
(13046,'field:9',0,1,' general inquiry '),
(13046,'title',0,1,' 2026 01 21 06 30 17 '),
(13047,'field:10',0,1,' dokumenty podtverzdeny https dialdrive ru esli vy ne nasli zdes interesuiushhuiu vas informaciiu pozvonite masteru priemshhiku https dialdrive ru dvs diagnostika https dialdrive ru dvs zamena diskov tormoznyx perednix i kolodok https dialdrive ru katalizator tonirovka stekol avtomobilia https dialdrive ru 1 avtomobili malogo klassa daewoo matis opel corsa peugeot 206 i dr '),
(13047,'field:18',0,1,' https ccsilverlake com contact '),
(13047,'field:19',0,1,' info ccsilverlake com '),
(13047,'field:6',0,1,' vincentbow '),
(13047,'field:7',0,1,' andreyy filimonov bk ru '),
(13047,'field:8',0,1,' google '),
(13047,'field:9',0,1,' general inquiry '),
(13047,'title',0,1,' 2026 01 21 06 31 25 '),
(13048,'field:10',0,1,' provedennaia diagnostika pokazala cto porsnevaia gruppa dvigatelia audi q3 2 0 tfsi iz za svoix konstruktivnyx osobennostei a tocnee sereznyx proscetov inzenerov i konstruktorov koncerna vag v proektirovaniia dannyx motorov 1 2 1 4 1 8 2 0 tsi tfsi nuzdaetsia v zamene ili remonte iz za nesposobnosti iznosennyx iznacalno slabyx porsnevyx kolec effektivno snimat maslo so stenok cilindrov maslo popadaet v kameru sgoraniia i sgoraia tam zakoksovyvaet porsni i kameru sgoraniia postepenno povysaia rasxod masla dvigatelem zacastuiu na avto s uze nacavsimsia maslozorom xoziain vynuzden dolivat maslo odnovremenno s toplivom cto sushhestvenno povysaet ego rasxody na avtomobil http dmalmotors ru promyvka inzhektorov html avtoservis predlagaet vysokoprofessionalnyi remont dvigatelia audi http dmalmotors ru regulyarnoe tekhobsluzhivanie html v nasei rabote my rukovodstvuemsia interesami klientov poetomu staraemsia minimizirovat rasxody http dmalmotors ru promyvka inzhektorov html obycno v garaze u kazdogo voditelia legkovogo ili gruzovogo avto est takoi cemodan s naborom vsex neobxodimyx instrumentov dlia samostoiatelnogo remonta masiny on mozet otlicatsia po svoemu obieemu moshhnosti i po tomu kakoi vid topliva ispolzuetsia dlia ego raboty http dmalmotors ru zamena tsepi ili remnya grm html opytnyi avtoliubitel mozet na slux opredelit nekotorye razliciia v rabote konkretnogo agregata http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 na vse vypolnennye raboty po remontu dvigatelei isuzu xendai man kamaz maz i dr http dmalmotors ru component content article 9 aktsii2 24 diagnostika khodovoj besplatno2 html itemid=101 marok predostavliaetsia garantiia 3 mesiaca ili 10 http dmalmotors ru 000 km probega pri uslovii vypolneniia rukovodstva po ekspluatacii avtomobilia http dmalmotors ru remont avtoelektriki html nasazivaiut podsipnik na val elektrodvigatelia legkimi udarami molotka po trube upiraiushheisia vo vnutrennee kolco podsipnika http dmalmotors ru component content article 8 aktsii 23 fiksirovannaya tsena na zamenu masla 2 html itemid=101 pri predstoiashhei sborke vnesniaia oboima podsipnika dolzna byt posazena normalno v gnezdo podsipnikovogo shhita http dmalmotors ru remont starterov 2 uncategorised 25 aktsiya html ocen tugaia posadka mozet privesti k zazimu sarikov a slabenkaia vyzovet provoracivanie vnesnei oboimy podsipnika v gnezde shhita cto nepriemlimo http dmalmotors ru diagnostika inzhektora html '),
(13048,'field:18',0,1,' https ccsilverlake com contact '),
(13048,'field:19',0,1,' info ccsilverlake com '),
(13048,'field:6',0,1,' emanuelnaf '),
(13048,'field:7',0,1,' olesya zhukova 1994 bk ru '),
(13048,'field:8',0,1,' google '),
(13048,'field:9',0,1,' general inquiry '),
(13048,'title',0,1,' 2026 01 21 06 31 26 '),
(13049,'field:10',0,1,' hai saya ingin tahu harga anda '),
(13049,'field:18',0,1,' http ccmiddlebury com contact '),
(13049,'field:19',0,1,' info ccmiddlebury com '),
(13049,'field:6',0,1,' leealini '),
(13049,'field:7',0,1,' zekisuquc419 gmail com '),
(13049,'field:8',0,1,' google '),
(13049,'field:9',0,1,' general inquiry '),
(13049,'title',0,1,' 2026 01 21 06 31 44 '),
(13050,'field:10',0,1,' pokupatel znaet cto elitnaia dizainerskaia mebel eto produkciia bezuslovnogo stilia i kacestva https www legnostyle ru catalog mejkomnatnie dveri diverso dizainerskaia mebel klassa izgotavlivaetsia iz kacestvennyx materialov na oborudovanii vysokoi tocnosti i kacestva i imeet nebolsoe cislo kopii https www legnostyle ru catalog mebel garderobnaa model gp 11 html eto vazno mebel v massovom kolicestve izgotovlennaia na zavode mozet nazyvatsia dorogoi mebeliu vysokogo kacestva no ne byt pri etom elitnoi https www legnostyle ru proizvodstvo dveri iz dereva mejkomnatnie pagen 1=3 u elitnoi dizainerskoi mebeli bolsoi garantiinyi srok https www legnostyle ru catalog inter eri arka a23 html vy smozete zamenit tip tkani vybrat material interesuiushhei cvetovoi gammy uvelicit razmer spinki izmenit kolicestvo sostavnyx elementov https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 25 html otrestavrirovannye miagkoe kreslo kusetka stulia divan snova budut radovat vzgliad i sluzit izyskannym ukraseniem interera https www legnostyle ru catalog mebel mebel dla domasnei biblioteki mebel dla biblioteki b 14 html restavraciia vypolniaetsia opytnymi masterami na professionalnom urovne https www legnostyle ru modyli dlia kyhni html pagen 2=2 pozvonite po nasemu telefonu priamo seicas ctoby priglasit specialista na dom ili v ofis my vernem vasi izdeliia k zizni bystro akkuratno i kacestvenno pered smertiu suprugi zamorozili neskolko embrionov tak kak planirovali zavesti detei pri pomoshhi surrogatnoi materi https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 27 html embriony xranilis v klinike v zidkom azote pri temperature 196 gradusov https www legnostyle ru catalog mejkomnatnie dveri model i12 html babuski i deduski novorozdennogo dolgoe vremia sudilis opublikovano 13 04 2018 21 25 kacestvo https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a37 html priobretenie modelei mebeli etoi kategorii scitaetsia udacnym vlozeniem sredstv tak kak so vremenem ee cena ne tolko ne snizaetsia no zacastuiu daze rastet https www legnostyle ru catalog mejkomnatnie dveri model o18 html izdeliia ne teriaiut formu ne snizaiut procnost ix cveta prodolzaiut ostavatsia takimi ze socnymi https www legnostyle ru contacts dlia izgotovleniia v bolsinstve slucaev ispolzuiutsia naturalnye i osobo cennye materialy https www legnostyle ru catalog mebel garderobnie gp 9 html kompaniia zabotitsia o svoix klientax poetomu predlagaet kacestvennuiu nemeckuiu mebel ot lucsix proizvoditelei https www legnostyle ru catalog mebel iz duba pagen 1=3 u nas sirokii assortiment produkcii https www legnostyle ru catalog mejkomnatnie dveri a 40 html v kataloge vy naidete bolsoe raznoobrazie korpusnoi i miagkoi mebeli kotoraia obladaet otlicnymi ekspluatacionnymi xarakteristikami https www legnostyle ru catalog lestnici lestnica l1 1 html '),
(13050,'field:18',0,1,' https ccbayshore com contact '),
(13050,'field:19',0,1,' info ccbayshore com '),
(13050,'field:6',0,1,' davidhom '),
(13050,'field:7',0,1,' tacusol 6816 mail ru '),
(13050,'field:8',0,1,' google '),
(13050,'field:9',0,1,' general inquiry '),
(13050,'title',0,1,' 2026 01 21 06 33 06 '),
(13051,'field:10',0,1,' tolshhinomer a1209 prednaznacen dlia izmereniia tolshhiny stenok trub kotlov sosudov obsivok sudov litia listovogo prokata i drugix izdelii iz cernyx i cvetnyx metallov https www ndt club com product 359 emt2705 aktivnii elektromagnitno akysticheskii preobrazovatel htm podgotovka k rabote ultrazvukovogo tolshhinomera novotest podkliucenie datcika vybor tipa datcika i materiala v meniu izmenenie skorosti ultrazvuka ustanovka zaderzki v prizme https www ndt club com product 883 korona 1 elektroiskrovoi defektoskop htm gruppa kompanii gk teplopribory prompribor teplokontrol i dr https www ndt club com produkcija 106 testeri yltrazvykovie dlya betona htm eto pribory i avtomatika dlia izmereniia kontrolia i regulirovaniia parametrov texnologiceskix processov rasxodometriia teplokontrol teploucet kontrol davleniia urovnia svoistv i koncentracii i pr https www ndt club com produkcija 313 akysticheskie i impedansnie defektoskopi htm https www ndt club com product 889 sovmeshennii preobrazovatel s1573 5 0a0d8cl dlya tolshinomerov a1207 i a1207u htm etot apparat mozet proizvodit zamery ne tolko na magnitnyx poverxnostiax kak predydushhii tolshhinomer metalla no i aliuminii medi i drugix nemagnitnyx metallax https www ndt club com product 834 seviral av3fw teplovizionnaya kamera bistrogo reagirovaniya htm neparallelnye poverxnosti v celiax dostizeniia udovletvoritelnoi cuvstvitelnosti ultrazvukovogo izmereniia drugaia poverxnost materiala dolzna byt parallelna ili soosna izmeriaemoi poverxnosti inace vozniknut iskazeniia libo izmerenie ne budet provedeno https www ndt club com product 645 antennaya reshetka m9171 4 0v0r26x10cl dlya a1550 introvisor htm '),
(13051,'field:18',0,1,' https ccsilverlake com contact '),
(13051,'field:19',0,1,' info ccsilverlake com '),
(13051,'field:6',0,1,' stevenliz '),
(13051,'field:7',0,1,' pavel sitdikov 88 mail ru '),
(13051,'field:8',0,1,' google '),
(13051,'field:9',0,1,' general inquiry '),
(13051,'title',0,1,' 2026 01 21 06 33 57 '),
(13052,'field:10',0,1,' bystro besplatno s vnimaniem k melocam https akademy21 ru pereatestacia prosto rasskazite kak xotite otdoxnut https akademy21 ru laminirovanie resnic reiting 4 https akademy21 ru cosmetolog estet sale 0 iz 5 https akademy21 ru company 0 https akademy21 ru master po dizainu tamoznia https akademy21 ru apparatniy pedecur kak otdoxnutkurorty https akademy21 ru model do aeroporta https akademy21 ru trener lepiliaci 850m do pliaza https akademy21 ru medsestra cosmetolog '),
(13052,'field:18',0,1,' http ccmarcella com contact '),
(13052,'field:19',0,1,' info ccmarcella com '),
(13052,'field:6',0,1,' philiplaw '),
(13052,'field:7',0,1,' halcheni1990 mail ru '),
(13052,'field:8',0,1,' google '),
(13052,'field:9',0,1,' general inquiry '),
(13052,'title',0,1,' 2026 01 21 06 33 57 '),
(13053,'field:10',0,1,' skidka https dez spasatel ru dezinfekciya pomeshcheniya ploshhad obrabotki odnokratnaia obrabotka ot 3000 rub https dez spasatel ru dezinsekciya mokritsy ot 3000 rub https dez spasatel ru articles tarakany kusayutsya li tarakany i kak vyglyadit ikh ukus 1 komnata ot 3000 rub https dez spasatel ru articles tarakany prichiny poyavleniya tarakanov i kak izbavitsya ot nikh ot 3000 rub https dez spasatel ru fumigatsiya fogatsiya gazatsiya 2 komnaty ot 3600 rub https dez spasatel ru articles dezinfektsiya osobennosti dezinfektsii basseynov 3 komnaty ot 4200 rub https dez spasatel ru fumigatsiya fogatsiya gazatsiya drevotochets kottedz do 70 m2 ot 5300 rub https dez spasatel ru articles dezinfektsiya kak izbavitsya ot domashnikh blokh kottedz do 170 m2 ot 7300 rub https dez spasatel ru unichtozhenie zapakhov zapakh syrosti kottedz do 270 m2 ot 10300 rub https dez spasatel ru articles tarakany pomogaet li bornaya kislota ot tarakanov sotrudniki sanepidstancii provodiat detalnoe obsledovanie pomeshhenii opredeliaiut istocniki pitaniia i mesta ukrytiia gryzunov a takze vyiavliaiut potencialnye mesta proniknoveniia vreditelei https dez spasatel ru articles kleshchi kleshchi u lyudej podrobnee o ses tao https dez spasatel ru dezinsekciya klopy pocva https dez spasatel ru deratizatsiya unichtozhenie gryzunov myshi rezultaty analizov predstavliaiutsia v dvux formatax libo prosto ukazyvaetsia procentnoe soderzanie iskomogo komponenta libo daetsia kacestvennaia ocenka proby https dez spasatel ru articles klopy podrobnee o uslugax laboratorii mozno uznat po nomeru telefona na saite https dez spasatel ru articles tarakany lovushki dlya tarakanov '),
(13053,'field:18',0,1,' https ccorangepark com contact '),
(13053,'field:19',0,1,' info ccorangepark com '),
(13053,'field:6',0,1,' michaelpaife '),
(13053,'field:7',0,1,' yulyagabipo mail ru '),
(13053,'field:8',0,1,' google '),
(13053,'field:9',0,1,' general inquiry '),
(13053,'title',0,1,' 2026 01 21 06 34 11 '),
(13054,'field:10',0,1,' dve oznacennye strany iavliaiutsia liderami sredi proizvoditelei elitnoi mebeli https www legnostyle ru catalog inter eri a 13 html lucsee cto sushhestvuet na segodnia libo italianskaia libo francuzskaia mebel https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a3 html dizainery aktivno vpityvaiut v sebia vse osobennosti mebelnoi mody 20 go stoletiia koza v te vremena byla super modna https www legnostyle ru catalog lestnici elitnye lestnica l1 9 html eto obieiasniaetsia tem cto opredelennye stili pestrili sikom takoi material kak koza smog prekrasno togda podderzat temu bogatstva i roskosi https www legnostyle ru catalog mejkomnatnie dveri model i34 html nabiraiushhie populiarnost etniceskii stil i kolonialnyi takze vydeliaiutsia naliciem bolsogo kolicestva kozanyx elementov mebeli https www legnostyle ru catalog dveri iz massiva pagen 1=8 v pekine ili sanxae teraktov ne bylo da i ves kitai v etom otnosenii scitaetsia blagopolucnym gosudarstvom https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 1 html no v metropolitene sanxaia ili opublikovano 23 09 2018 13 07 ekskliuzivnost https www legnostyle ru catalog inter eri stenovie paneli model s2 html kazdyi zakaz dizainery proektiruiut individualno poetomu risk uvidet tot ze samyi interer stremitsia k nuliu https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e19 html dizainer elitnoi mebeli ne prosto sozdaet novuiu formu on podbiraet dlia nee material i furnituru dovodia model do soversenstva https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 17 html kitaiskim arxeologam udalos obnaruzit krupneisii rudnik po dobyce biriuzy na territorii sinczian uigurskogo avtonomnogo raiona cto na severo zapade kitaia https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 29 html samoi elitnoi korpusnoi mebeliu dlia kabineta rukovoditelia iavliaetsia mebel iz dereva https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 1 html ona izyskanna privlekatelna a glavnoe sootvetstvuet strogomu dizainu interera kotoryi neobxodim kommerceskomu pomeshheniiu https www legnostyle ru catalog inter eri peregorodki a 38 html prioritetnymi iavliaiutsia predmety interera iz cennyx porod https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i22 html dorogie materialy garantiruiut cto mebel ne poteriaet privlekatelnogo vnesnego vida daze cerez mnogo let https www legnostyle ru catalog mebel b 11 html '),
(13054,'field:18',0,1,' https ccplainfield com contact '),
(13054,'field:19',0,1,' info ccplainfield com '),
(13054,'field:6',0,1,' davidstync '),
(13054,'field:7',0,1,' tacusol 6816 mail ru '),
(13054,'field:8',0,1,' google '),
(13054,'field:9',0,1,' general inquiry '),
(13054,'title',0,1,' 2026 01 21 06 34 27 '),
(13055,'field:10',0,1,' zdravo htio sam znati vasu cijenu '),
(13055,'field:18',0,1,' http completecarewall com contact '),
(13055,'field:19',0,1,' info completecarewall com '),
(13055,'field:6',0,1,' leeinfob '),
(13055,'field:7',0,1,' zekisuquc419 gmail com '),
(13055,'field:8',0,1,' google '),
(13055,'field:9',0,1,' general inquiry '),
(13055,'title',0,1,' 2026 01 21 06 36 08 '),
(13056,'field:10',0,1,' putevki v kitai na ianvar 2024 ceny na tury poluceny ot turoperatorov segodnia v 08 30 po irkutsku https akademy21 ru trener estetika lica cto posmotret 400m do pliaza https akademy21 ru skulpturnyi massage lica caevye oficialno zapreshheny no esli vy xotite otblagodarit oficianta v restorane ili taksista ostavliaite caevye iz rasceta v srednem 5 10% ot stoimosti uslug https akademy21 ru osnovinutriciolog gory pamiatniki istorii religiia palomnicestvo tixii spokoinyi xramy ekskursionnye tury https akademy21 ru trener nogtevogo servisa zaiavka budet otpravlena https akademy21 ru courses massage master apparatnoy korrektsii figury '),
(13056,'field:18',0,1,' http ccmarcella com contact '),
(13056,'field:19',0,1,' info ccmarcella com '),
(13056,'field:6',0,1,' philiplaw '),
(13056,'field:7',0,1,' halcheni1990 mail ru '),
(13056,'field:8',0,1,' google '),
(13056,'field:9',0,1,' general inquiry '),
(13056,'title',0,1,' 2026 01 21 06 37 31 '),
(13057,'field:10',0,1,' hae eg vildi vita verd thitt '),
(13057,'field:18',0,1,' http ccwestcaldwell com contact '),
(13057,'field:19',0,1,' info ccwestcaldwell com '),
(13057,'field:6',0,1,' leeket '),
(13057,'field:7',0,1,' zekisuquc419 gmail com '),
(13057,'field:8',0,1,' google '),
(13057,'field:9',0,1,' general inquiry '),
(13057,'title',0,1,' 2026 01 21 06 41 52 '),
(13058,'field:10',0,1,' v gelendzike est nemalo mest gde mozno ostanovitsia otdyxaiushhim a my pomozem vam vybrat i zabronirovat nomer v gostinice na tot period na kotoryi vy resili tuda poexat https rich house su rooms gelendzik oteli populiarnyi zapros ne tolko na prostorax interneta no i na nasem servise ved eto odin iz samyx vostrebovannyx morskix kurortov https rich house su rooms a kak my znaem spros rozdaet predlozenie https rich house su contacts gostinicy pansionaty sanatorii gostevye doma i daze apartamenty na 101hotels https rich house su about com kazdyi naidet variant po duse https rich house su zabronirovat nomer v gostinice gelendzika stanovitsia elementarnoi proceduroi ne trebuiushhei nikakix usilii https rich house su about daze esli vy eshhe ne opredelilis gde imenno xotite ostanovitsia nasi specialisty pomogut soversit vybor https rich house su rooms skidki i specpredlozeniia https rich house su photos otzyvy https rich house su contacts gelendzik privlekaet ne tolko svoim spokoinym i cistym morem no i prirodoi s gornymi ozerami i rekami https rich house su booking eto nebolsoi gorod kotoryi okruzaiut gory on scitaetsia odnim iz samyx populiarnyx mest dlia otdyxa na kurortax rossii https rich house su reiting naimenovanie cena ot 4 https rich house su about 3 fandorinie 3 8000 rub 5 https rich house su photos 0 alean family resort spa biarritz 4 19200 rub https rich house su about ulica priboinaia d https rich house su about 18 gelendzik https rich house su about '),
(13058,'field:18',0,1,' http ccmonmouth com contact '),
(13058,'field:19',0,1,' info ccmonmouth com '),
(13058,'field:6',0,1,' geraldcheaf '),
(13058,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(13058,'field:8',0,1,' google '),
(13058,'field:9',0,1,' general inquiry '),
(13058,'title',0,1,' 2026 01 21 06 42 25 '),
(13059,'field:10',0,1,' 337 otzyvov https rich house su photos do cernogo moria 1 https rich house su about 3 km https rich house su restaurants levladia https rich house su restaurants ru https rich house su contacts bellagio https rich house su v prilozenii ceny na oteli eshhe nize a vybor sire bronirovaniia mozno oplacivat cerez apple pay i android pay https rich house su rooms vaucer xranitsia v licnom kabinete i dostupen daze esli net interneta https rich house su booking otzyvy o zenhotels https rich house su about '),
(13059,'field:18',0,1,' http ccmonmouth com contact '),
(13059,'field:19',0,1,' info ccmonmouth com '),
(13059,'field:6',0,1,' geraldcheaf '),
(13059,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(13059,'field:8',0,1,' google '),
(13059,'field:9',0,1,' general inquiry '),
(13059,'title',0,1,' 2026 01 21 06 42 25 '),
(13060,'field:10',0,1,' obshhaia ploshhad ucastka https berezov lsk ru vypolniaiushhie stroitelnye i posadocnye raboty pod kliuc https berezov lsk ru sozdadim unikalnyi proekt vasego sada s detalnoi 3d vizualizaciei i polnym komplektom certezei https berezov lsk ru 4 https berezov lsk ru 8 obshhaia ocenka 4 https berezov lsk ru 7 sootnosenie cena kacestvo 5 sobliudenie srokov 4 https berezov lsk ru 5 cistota vo vremia rabot 5 poriadocnost kompanii https berezov lsk ru realizuem daze samye sloznye zadaci po blagoustroistvu ucastkov pod kliuc v sootvetstvii s aktualnymi tendenciiami landsaftnoi arxitektury https berezov lsk ru ot 250 000 rub https berezov lsk ru '),
(13060,'field:18',0,1,' https ccfairlawnedge com contact '),
(13060,'field:19',0,1,' info ccfairlawnedge com '),
(13060,'field:6',0,1,' scottasype '),
(13060,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(13060,'field:8',0,1,' google '),
(13060,'field:9',0,1,' general inquiry '),
(13060,'title',0,1,' 2026 01 21 06 43 28 '),
(13061,'field:10',0,1,' r sdjr rdzrgr ryirdzr sdz s sgjsr rdzr '),
(13061,'field:18',0,1,' http ccbrakeleypark com contact '),
(13061,'field:19',0,1,' info ccbrakeleypark com '),
(13061,'field:6',0,1,' alyjek '),
(13061,'field:7',0,1,' webmasterandrey777 gmail com '),
(13061,'field:8',0,1,' google '),
(13061,'field:9',0,1,' general inquiry '),
(13061,'title',0,1,' 2026 01 21 06 43 46 '),
(13062,'field:10',0,1,' obieekt proveren https rich house su booking otzyvy ob otdyxe v mini oteliax i gostinicax gelendzika https rich house su about 1 ball = 1 rubl https rich house su services vkliucen zavtrak obed i uzin https rich house su about skidki na pervuiu bron https rich house su rooms zavtrak wi fi https rich house su about '),
(13062,'field:18',0,1,' http ccmonmouth com contact '),
(13062,'field:19',0,1,' info ccmonmouth com '),
(13062,'field:6',0,1,' geraldcheaf '),
(13062,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(13062,'field:8',0,1,' google '),
(13062,'field:9',0,1,' general inquiry '),
(13062,'title',0,1,' 2026 01 21 06 46 40 '),
(13063,'field:10',0,1,' podpisites na novosti https kupefurnitur ru onas opt 2 85 https kupefurnitur ru onas 00r https kupefurnitur ru contact dereviannaia vesalka otlicno vpisetsia v interer bani ili parilki https kupefurnitur ru catalog vozmozno ispolzovanie vesalki i dl prinimaem k oplate https kupefurnitur ru price opt 2 119 https kupefurnitur ru 50r https kupefurnitur ru onas '),
(13063,'field:18',0,1,' https ccshrewsbury com contact '),
(13063,'field:19',0,1,' info ccshrewsbury com '),
(13063,'field:6',0,1,' ronaldamawn '),
(13063,'field:7',0,1,' konstantinrovini mail ru '),
(13063,'field:8',0,1,' google '),
(13063,'field:9',0,1,' general inquiry '),
(13063,'title',0,1,' 2026 01 21 06 54 39 '),
(13064,'field:10',0,1,' zakaz dostavili vovremia akkuratno upakovali vse boksy sviazany mezdu soboi zgutom bolsoi paket dlia trasportirovki i vkus i vnesnii vid bliud otlicnye https shcherbinins ru contacts kruassany byli deistvitelno kruassanami a ne drozzevymi bulkami https shcherbinins ru nacinki v profitroliax ne pozaleli vse ovoshhi v mini narezkax byli svezimi i vygliadeli xoroso https shcherbinins ru menu ia rada cto ugodila sebe i gostiam ostanoviv svoi vybor na etoi kompanii https shcherbinins ru uslugy castnye prazdniki dni rozdeniia svadby novyi god vecerinki https shcherbinins ru korporativnye meropriiatiia konferencii dni rozdeniia kompanii treningi i master klassy https shcherbinins ru uslugy detskie prazdniki dni rozdeniia vypusknye utrenniki https shcherbinins ru aboutus reklamnye i promoakcii vystavki otkrytiia degustacii prezentacii https shcherbinins ru uslugy delovye sobytiia kofe breiki organizaciia pitaniia na seminarax kongressax i drugix meropriiatiiax https shcherbinins ru menu populiarnyi kanape set na 6 10 person https shcherbinins ru aboutus eto zavisit ot formata meropriiatiia i vasix predpoctenii https shcherbinins ru contacts naprimer v meniu banketa umestny my sostavliaem rascet i privozim degustacionnyi set https shcherbinins ru menu vyberi svoi format gotovye sety nabory v boksax ili individualnoe meniu s posudoi i obsluzivaniem https shcherbinins ru aboutus '),
(13064,'field:18',0,1,' http ccwestcaldwell com contact '),
(13064,'field:19',0,1,' info ccwestcaldwell com '),
(13064,'field:6',0,1,' michaelmar '),
(13064,'field:7',0,1,' natulya fedosova 96 mail ru '),
(13064,'field:8',0,1,' google '),
(13064,'field:9',0,1,' general inquiry '),
(13064,'title',0,1,' 2026 01 21 06 54 45 '),
(13065,'field:10',0,1,' vitiazevo 534 otelia do centra 4 https rich house su restaurants 7 km https rich house su booking do centra 2 https rich house su services 7 km https rich house su about olginka 93 otelia gelendzik ul https rich house su services revoliucionnaia d https rich house su about 33a 1463 km trassy m4 https rich house su about posmotret dostupnye nomera https rich house su restaurants '),
(13065,'field:18',0,1,' http ccinglemoor com contact '),
(13065,'field:19',0,1,' info ccinglemoor com '),
(13065,'field:6',0,1,' geraldhycle '),
(13065,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(13065,'field:8',0,1,' google '),
(13065,'field:9',0,1,' general inquiry '),
(13065,'title',0,1,' 2026 01 21 06 55 27 '),
(13066,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site completecareclark com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(13066,'field:18',0,1,' https completecareclark com contact '),
(13066,'field:19',0,1,' info completecareclark com '),
(13066,'field:6',0,1,' qasim yaseen '),
(13066,'field:7',0,1,' qasimyaseen326 gmail com '),
(13066,'field:8',0,1,' web ui ux design and developemnt '),
(13066,'field:9',0,1,' general inquiry '),
(13066,'title',0,1,' 2026 01 21 06 57 26 '),
(13067,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccparkplace com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(13067,'field:18',0,1,' https ccparkplace com contact '),
(13067,'field:19',0,1,' info ccparkplace com '),
(13067,'field:6',0,1,' qasim yaseen '),
(13067,'field:7',0,1,' qasimyaseen326 gmail com '),
(13067,'field:8',0,1,' web ui ux design and developemnt '),
(13067,'field:9',0,1,' media inquiry '),
(13067,'title',0,1,' 2026 01 21 07 01 47 '),
(13068,'field:10',0,1,' i am helping my in laws look for a respite placement for this friday tuesday we are worried my father in laws home health aides will not be able to travel if there is a big snowstorm and he needs daily help with adl preferred location is shrewsbury do you have availability and estimated cost '),
(13068,'field:18',0,1,' https mycompletecare com contact '),
(13068,'field:19',0,1,' cfleming completecaremgmt com '),
(13068,'field:6',0,1,' sheila tice '),
(13068,'field:7',0,1,' stice mobile gmail com '),
(13068,'field:8',0,1,''),
(13068,'field:9',0,1,' general inquiry '),
(13068,'title',0,1,' 2026 01 21 07 08 39 '),
(13069,'field:10',0,1,' ot 25000 rub 100m2 rub https berezov lsk ru realizaciia proekta https berezov lsk ru eskiznoe proektirovanie https berezov lsk ru cvetushhii sad odnoznacnogo otveta net vse zavisit ot osobennostei ucastka pozelanii zakazcika sezona i procego https berezov lsk ru odnako tocno mozno otmetit cto eto sloznaia rabota trebuiushhaia mnogo vremeni na podscet vsex materialov soglasovanie s klientom sozdanie certezei i eskizov utocnenie vsex detalei i t https berezov lsk ru d https berezov lsk ru dlia nacala specialist vyezzaet na ucastok osmatrivaet ego provodit topograficeskuiu sieemku posle cego nabrasyvaetsia primernyi plan kotoryi v dalneisem izmeniaetsia i dopolniaetsia https berezov lsk ru v celom etot etap zaimet ot 1 do 3 mesiacev https berezov lsk ru professionalnaia dizainerskaia kompaniia vsegda zakliucaet so svoim zakazcikom oficialnyi dogovor v kotorom propisyvaet sostav proekta poriadok rabot oplatu i otvetstvennost storon https berezov lsk ru '),
(13069,'field:18',0,1,' https ccregent com contact '),
(13069,'field:19',0,1,' info ccregent com '),
(13069,'field:6',0,1,' scottvet '),
(13069,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(13069,'field:8',0,1,' google '),
(13069,'field:9',0,1,' general inquiry '),
(13069,'title',0,1,' 2026 01 21 07 22 58 '),
(13070,'field:10',0,1,' szia meg akartam tudni az arat '),
(13070,'field:18',0,1,' http ccchestnuthill com contact '),
(13070,'field:19',0,1,' info ccchestnuthill com '),
(13070,'field:6',0,1,' leechups '),
(13070,'field:7',0,1,' zekisuquc419 gmail com '),
(13070,'field:8',0,1,' google '),
(13070,'field:9',0,1,' general inquiry '),
(13070,'title',0,1,' 2026 01 21 07 39 41 '),
(13071,'field:10',0,1,' good morning my name is jake and im reaching out on behalf of rockland bakery id love the opportunity to introduce our fresh baked products to your kitchen and see if youd be open to receiving a few complimentary samples from our line were proud to supply high quality breads rolls and pastries to a wide range of restaurants caterers and hospitality venues across the region id be happy to send over our full product catalog and pricing for your review if youre interested id also be glad to set up a time to meet in person and walk you through what we offer please let me know if this is something youd be open to id really appreciate the chance to connect '),
(13071,'field:18',0,1,' https mycompletecare com contact '),
(13071,'field:19',0,1,' cfleming completecaremgmt com '),
(13071,'field:6',0,1,' jake '),
(13071,'field:7',0,1,' jake rocklandbakery com '),
(13071,'field:8',0,1,' rockland bakery '),
(13071,'field:9',0,1,' general inquiry '),
(13071,'title',0,1,' 2026 01 21 07 52 54 '),
(13072,'field:10',0,1,' hai saya ingin tahu harga anda '),
(13072,'field:18',0,1,' http ccmilfordmanor com contact '),
(13072,'field:19',0,1,' info ccmilfordmanor com '),
(13072,'field:6',0,1,' georgefup '),
(13072,'field:7',0,1,' zekisuquc419 gmail com '),
(13072,'field:8',0,1,' google '),
(13072,'field:9',0,1,' general inquiry '),
(13072,'title',0,1,' 2026 01 21 07 53 31 '),
(13073,'field:10',0,1,' hi we provide skilled virtual assistants who help with lead generation calendar coordination and customer support keeping your pipeline full while you focus on closing deals our clients have seen measurable improvements in appointment setting and productivity thanks to our ai driven prospecting would you be open to a quick call to explore how this could support your team just reply yes with your number and well handle the rest if this isnt relevant simply reply stop and well update our list ayden dawson '),
(13073,'field:18',0,1,' http ccchestnuthill com contact '),
(13073,'field:19',0,1,' info ccchestnuthill com '),
(13073,'field:6',0,1,' ayden '),
(13073,'field:7',0,1,' ayden vettedvas com '),
(13073,'field:8',0,1,' vetted vas '),
(13073,'field:9',0,1,' resident family support '),
(13073,'title',0,1,' 2026 01 21 07 55 39 '),
(13074,'field:10',0,1,' hi complete care at severna park ive built and trained an ai employee specifically for complete care at severna park its already been trained on 6 hours worth of your publicly available data your website google business profile and more it knows how to answer customer questions capture leads and even follow up just like a team member would this isnt a sales call its a 20 minute demo where you can actually interact with the ai employee and see what it can do would today or tomorrow work for a quick walkthrough select a time to meet your agent here https getdandy com trained agent ff or you can reach me directly at 949 979 7488 talk soon thank you jennifer obrien ai implementation advisor getdandy visit us online https getdandy com trained agent ff unsubscribe https bit ly 42wnusa '),
(13074,'field:18',0,1,' https ccsevernapark com contact '),
(13074,'field:19',0,1,' info ccsevernapark com '),
(13074,'field:6',0,1,' jennifer obrien '),
(13074,'field:7',0,1,' jen onrie getdandynow com '),
(13074,'field:8',0,1,' getdandy '),
(13074,'field:9',0,1,' general inquiry '),
(13074,'title',0,1,' 2026 01 21 07 57 08 '),
(13075,'field:10',0,1,' compilation of male on animal bestiality fucking xxx tube zoo https luckyanabella ardently danexxx com elissa micaela filpino xxx porn free phone porn clip stories gay boys first time porn hermaphrodite porn clip streaming car truck porn '),
(13075,'field:18',0,1,' https ccholidaycity com contact '),
(13075,'field:19',0,1,' info ccholidaycity com '),
(13075,'field:6',0,1,' sharlenewd18 '),
(13075,'field:7',0,1,' estela pcg92 mailstack world '),
(13075,'field:8',0,1,' google '),
(13075,'field:9',0,1,' general inquiry '),
(13075,'title',0,1,' 2026 01 21 08 00 56 '),
(13076,'field:10',0,1,' hi kam dashur te di cmimin tuaj '),
(13076,'field:18',0,1,' http ccatgreenacres com contact '),
(13076,'field:19',0,1,' info ccatgreenacres com '),
(13076,'field:6',0,1,' leeemumn '),
(13076,'field:7',0,1,' zekisuquc419 gmail com '),
(13076,'field:8',0,1,' google '),
(13076,'field:9',0,1,' general inquiry '),
(13076,'title',0,1,' 2026 01 21 08 05 16 '),
(13077,'field:10',0,1,' privet vsem kto zdes razbiraetsia v telegram reklame stalkivaetes li vy s trudnostiami pri razmeshhenii postov v tg kanalax ponial cto bez normalnoi analitiki i filtrov po er i tematike legko slit biudzet vpustuiu vot poxozii razbor kotoryi mne pomog razobratsia https bestwebsearcher blogspot com 2026 01 blog post html podelites pozaluista svoimi laifxakami po vyboru kanalov v tg '),
(13077,'field:18',0,1,' http ccregent com contact '),
(13077,'field:19',0,1,' info ccregent com '),
(13077,'field:6',0,1,' norabug '),
(13077,'field:7',0,1,' xroomer1st gmail com '),
(13077,'field:8',0,1,' google '),
(13077,'field:9',0,1,' general inquiry '),
(13077,'title',0,1,' 2026 01 21 08 13 09 '),
(13078,'field:10',0,1,' artem lukasenko https maze tattoo catalog f dovolnye klienty setevoe izdanie kudago kudago zaregistrirovano v federalnoi sluzbe po nadzoru v sfere sviazi informacionnyx texnologii i massovyx kommunikacii roskomnadzor 15 marta 2021 goda https maze tattoo catalog r svidetelstvo o registracii el № fs77 80500 ucreditel ooo revan https maze tattoo catalog ch cheshirskiy kot prava na tekstovye i drugie materialy razmeshhennye na saite oxraniaiutsia zakonom https maze tattoo catalog a akvarel pri citirovanii obiazatelna priamaia ssylka na kudago https maze tattoo catalog m mech com https maze tattoo catalog m mayak v moskve mnozestvo studii no ne kazdaia iz nix mozet predlozit to cto est v tatu manii socetanie udobstva professionalizma i dusevnoi atmosfery https maze tattoo catalog k kinzhal esli vy ishhete tatuirovku riadom s soboi no ne xotite idti na kompromissy prosto prixodite https maze tattoo catalog ya yakor zdes vas ne prosto obsluzat a sozdadut necto cto budet s vami navsegda https maze tattoo catalog y ulitka v stolice nemalo mest gde mozno sdelat tatuirovku no lis edinicy mogut poxvastatsia nastoiashhei istoriei https maze tattoo catalog b belki odin iz takix nas tatu salon odin iz samyx stareisix v moskve https maze tattoo catalog a angels my ne prosto nabliudali kak meniaetsia industriia my byli castiu etix peremen https maze tattoo catalog p polineziya ot pervyx pigmmentov do sovremennyx texnik ot oldskula do minimalizma my prosli put kotoryi segodnia vdoxnovliaet molodye tatu salony https maze tattoo catalog p palm v sertifikat vxodiat konsultaciia i rabota mastera vse neobxodimye materialy na 7000 rublei okoncatelnaia stoimost tatuirovki zavisit ot razmera tatu i sloznosti raboty https maze tattoo catalog p pero tocnuiu cenu vam nazovut posle konsultacii i soglasovaniia dizaina https maze tattoo catalog k doplatu mozno proizvesti na meste https maze tattoo catalog k krest '),
(13078,'field:18',0,1,' https ccwestfield com contact '),
(13078,'field:19',0,1,' info ccwestfield com '),
(13078,'field:6',0,1,' barrytob '),
(13078,'field:7',0,1,' prosavmobi1981 mail ru '),
(13078,'field:8',0,1,' google '),
(13078,'field:9',0,1,' general inquiry '),
(13078,'title',0,1,' 2026 01 21 08 15 32 '),
(13079,'field:10',0,1,' uvidet istoriiu dvizeniia v treking sisteme kontrolia transporta https ftnet ru visokayagorapartnerstvo opasno priamym vorovstvom deneg iz biudzeta https ftnet ru ustanovka gazovogo oborudovaniya v masstabax avtoparka eto skladyvaetsia v millionnye ezegodnye ubytki i snizaet rentabelnost kazdogo reisa https ftnet ru bitrix gps glonass treker https ftnet ru telematickeys pokupaia transportnyi kontrol glonass v montrans vy polucaete ne tolko sputnikovuiu sistemu izmereniia rasxoda topliva no i polnocennuiu sistemu upravleniia mobilnymi i stacionarnymi obieektami kotoraia pozvoliaet znacitelno snizit izderzki optimizirovat rabocie processy i cifrovizirovat svoi avtopark https ftnet ru beskonduktornaya oplata transporta kupit v 1 klik https ftnet ru kontrol nas biznes pomogaet kontrolirovat transport https ftnet ru ftsolution '),
(13079,'field:18',0,1,' http ccmonmouth com contact '),
(13079,'field:19',0,1,' info ccmonmouth com '),
(13079,'field:6',0,1,' lloydzek '),
(13079,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(13079,'field:8',0,1,' google '),
(13079,'field:9',0,1,' general inquiry '),
(13079,'title',0,1,' 2026 01 21 08 16 35 '),
(13080,'field:10',0,1,' dostavka osushhestvliaetsia po moskve v udobnoe dlia vas vremia https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo manako udacnyx priobretenii odnospalnyi https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan skandinaviya artikul https divanlogia ru price kreslo kub s podlokotnikami https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi diva vovan minimalizm https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan iarkie tona https divanlogia ru catalog myagkaya mebel dlya restoranov polukresla polukreslo persiya mebel dlia kafe i restoranov ot proizvoditelia eto vasa vozmoznost polucit ekskliuzivnyi interer ne pereplacivaia posrednikam https divanlogia ru catalog myagkaya mebel dlya restoranov pryamyie divanyi divan alonso sobstvennoe proizvodstvo priamoe sotrudnicestvo s postavshhikami furnitury i materialov ogromnyi skladskoi kompleks v 6 000 m2 i svoia studiia dizaina pozvoliaiut nam realizovyvat nedorogie proekty po sravneniiu s drugimi predlozeniiami na rynke i obespecivat optimalnye ceny https divanlogia ru catalog myagkaya mebel dlya restoranov kresla kreslo dlya kafe melburn '),
(13080,'field:18',0,1,' https ccbrakeleypark com contact '),
(13080,'field:19',0,1,' info ccbrakeleypark com '),
(13080,'field:6',0,1,' tyronevoids '),
(13080,'field:7',0,1,' galyazafuna mail ru '),
(13080,'field:8',0,1,' google '),
(13080,'field:9',0,1,' general inquiry '),
(13080,'title',0,1,' 2026 01 21 08 21 56 '),
(13081,'field:10',0,1,' rasscitat stoimost https ellman ru fulguraciia ili iskrovoe vozdeistvie na miagkie tkani https ellman ru needle '),
(13081,'field:18',0,1,' https completecareoakridge com contact '),
(13081,'field:19',0,1,' info completecareoakridge com '),
(13081,'field:6',0,1,' jeffreyred '),
(13081,'field:7',0,1,' rerkgeemong98 mail ru '),
(13081,'field:8',0,1,' google '),
(13081,'field:9',0,1,' general inquiry '),
(13081,'title',0,1,' 2026 01 21 08 25 45 '),
(13082,'field:10',0,1,' belief bs acv w9a 250 b65 kondensator vozdusnogo oxlazdeniia vypolnen iz mednyx trubok s poperecnymi plastinami orebreniia iz aliuminiia korpus izgotovlen iz okrasennoi stali https first industrial ru catalog chiller chiller rhoss tcaeby 2100 brend belief model bs acv m8 235 b20 nominalnaia moshhnost 20 https first industrial ru catalog ispariteli 0045 2 kozhuhotrubnyj isparitel thermokey tme 45 2 7 kvt https first industrial ru catalog ispariteli 0055 1 kozhuhotrubnyj isparitel thermokey tme 55 1 brend belief model bs acc a1 120 a1 https first industrial ru catalog ispariteli 0135 1 kozhuhotrubnyj isparitel thermokey tme 135 1 3 nominalnaia moshhnost 1 https first industrial ru news vypolnenie rabot na ooo alpla 3 kvt https first industrial ru catalog freon 012 freon r12 hladon r12 skacivaete bumaznuiu formu zapolniaete ee i napravliaete nam na e mail info c one https first industrial ru catalog ispariteli 0385 1 kozhuhotrubnyj isparitel thermokey tme 385 1 ru blank zaiavka na izgotovlenie teploobmennika kompaniia cex market zanimaetsia prodazei oborudovaniia novoe i b u dlia biznesa https first industrial ru catalog chiller chiller rhoss tcaeby 4160 a takze srocnym vykupom vasego oborudovaniia https first industrial ru news prodazha chillera grs 200 princip deistviia kondensatora xolodilnoi masiny osnovyvaetsia na vydelenii tepla pri kondensacii perexoda goriacego paroobraznogo freona v zidkuiu fazu https first industrial ru catalog chiller chiller rhoss tcaey 105 process kondensacii osushhestvliaetsia v trubkax teploobmennika pri nepreryvnoi cirkuliacii freona po zamknutomu konturu xolodilnoi masiny v kotoruiu vxodit kondensator https first industrial ru catalog kompressor freonovyj 020 0 kompressor invotech yh200t1g100 teplo otvoditsia cerez teploperedaiushhuiu poverxnost teploobmennika kotoraia oxlazdaetsia prinuditelnym vozdusnym potokom idushhim ot osevyx ventiliatorov https first industrial ru catalog freon 134 freon 134a hladon r134 '),
(13082,'field:18',0,1,' https ccmeriden com contact '),
(13082,'field:19',0,1,' info ccmeriden com '),
(13082,'field:6',0,1,' davidnew '),
(13082,'field:7',0,1,' sinevhabibi664 bk ru '),
(13082,'field:8',0,1,' google '),
(13082,'field:9',0,1,' general inquiry '),
(13082,'title',0,1,' 2026 01 21 08 26 11 '),
(13083,'field:10',0,1,' povolzskii zavod specmas izgotavlivaet rezervuary dlia razlicnyx otraslei primeneniia https mklider ru katalog oborudovanie dlya azs klapany obratnye verhney ustanovki du40 izgotovlenie emkostei i rezervuarov s dostavkoi po vsei rossii https mklider ru katalog rezervuarnoe oborudovanie lyuk zamernyy lz pri etom vazno ne iskliucat cto dlia bolsinstva rezervuarov trebuetsia takze ustanovka dopolnitelnyx sistem dlia slazennoi raboty rezervuarov https mklider ru katalog protivopozharnoe oborudovanie generator peny sredney kratnosti gpss eto mozet byt uteplitel antikorrozionnye protivopozarnye pokrytiia liuki lestnicy datciki germeticnosti i drugix parametrov https mklider ru katalog oborudovanie dlya azs rassekatel potoka rp 80 montaz https mklider ru o kompanii '),
(13083,'field:18',0,1,' https ccharstonhall com contact '),
(13083,'field:19',0,1,' info ccharstonhall com '),
(13083,'field:6',0,1,' michaeloppot '),
(13083,'field:7',0,1,' akindinkudryashov6842 mail ru '),
(13083,'field:8',0,1,' google '),
(13083,'field:9',0,1,' general inquiry '),
(13083,'title',0,1,' 2026 01 21 08 26 18 '),
(13084,'field:10',0,1,' kriucok mebelnyi eto prakticnaia detal interera kotoraia delaet byt udobnei https kupefurnitur ru contact ispolzuetsia v osnov na saite kompanii modern stil a vy naidete vsiu neobxodimuiu furnituru blagodaria kotoroi liubaia mebel stanet udobnoi i funkcionalnoi https kupefurnitur ru contact vse metalliceskie elementy predstavleny v neskolkix variantax razmerov i ottenkov med bronza zoloto xrom i dr cto delaet ix universalnymi https kupefurnitur ru contact mebelnaia furnitura v moskve optom ot krupnogo i izvestnogo proizvoditelia mebelnoi furnitury eto zalog uspesnogo mebelnogo biznesa i garantiia stabilnosti postavok i cen https kupefurnitur ru price kupit mebelnuiu furnituru optom stalo eshhe proshhe my vozmem na sebia vse voprosy sviazannye s dostavkoi vse cto vam potrebuetsia eto vnesti predoplatu i zdat gruz na ukazannym adrese https kupefurnitur ru onas operativnaia otgruzka i dostavka https kupefurnitur ru price obrabotka pd osushhestvliaetsia na zakonnoi i spravedlivoi osnove https kupefurnitur ru price obrabotka pd ogranicena dostizeniem konkretnyx zaranee opredelennyx i zakonnyx celei https kupefurnitur ru onas obshhestvo obrabatyvaet tolko pd otvecaiushhie celiam ix obrabotki https kupefurnitur ru obshhestvo razdeliaet bazy dannyx soderzashhie pd obrabotka kotoryx osushhestvliaetsia v celiax nesovmestimyx mezdu soboi https kupefurnitur ru contact soderzanie i obieem obrabatyvaemyx pd sootvetstvuiut zaiavlennym celiam obrabotki https kupefurnitur ru onas obrabatyvaemye pd ne iavliaiutsia izbytocnymi po otnoseniiu k zaiavlennym celiam ix obrabotki https kupefurnitur ru catalog pri obrabotke pd obespecivaiutsia tocnost pd ix dostatocnost a v neobxodimyx slucaiax i aktualnost po otnoseniiu k celiam obrabotki pd https kupefurnitur ru price prinimaiutsia neobxodimye mery libo obespecivaetsia ix priniatie po udaleniiu ili utocneniiu nepolnyx ili netocnyx pd https kupefurnitur ru catalog xranenie pd osushhestvliaetsia v forme pozvoliaiushhei opredelit subieekta pd ne dolse cem etogo trebuiut celi obrabotki pd esli srok xraneniia pd ne ustanovlen federalnym zakonom dogovorom storonoi kotorogo vygodopriobretatelem ili porucitelem po kotoromu iavliaetsia subieekt pd https kupefurnitur ru onas obrabatyvaemye pd unictozaiutsia libo obezlicivaiutsia po dostizenii celei obrabotki ili v slucae utraty neobxodimosti v dostizenii etix celei esli inoe ne predusmotreno federalnym zakonom https kupefurnitur ru price '),
(13084,'field:18',0,1,' https ccbayshore com contact '),
(13084,'field:19',0,1,' info ccbayshore com '),
(13084,'field:6',0,1,' ronaldkah '),
(13084,'field:7',0,1,' konstantinrovini mail ru '),
(13084,'field:8',0,1,' google '),
(13084,'field:9',0,1,' general inquiry '),
(13084,'title',0,1,' 2026 01 21 08 27 48 '),
(13085,'field:10',0,1,' s 1995 goda kompaniia vyrosla do 15 rynkov sbyta vkliucaia rossiiu ispaniiu iaponiiu iuznuiu koreiu malaiziiu vetnam oae i drugie strany https first industrial ru portfolio ooo plastkon predstavitelstva v rossii armenii belorussii kazaxstane kirgizii tadzikistane uzbekistane i drugix stranax mira https first industrial ru catalog chiller chiller climacore lda hp 039 dostavka v liuboi gorod https first industrial ru infopage html nazad xolodilnye masla dlia kompressorov errecom dlia avtokondicionerov 9 masla dlia vakuumnyx nasosov 10 xolodilnye masla rgas 14 xolodilnye masla errecom italiia 11 mobil 1 xolodilnye masla bitzer germaniia 2 xolodilnye masla suniso belgiia 2 esli razmery zivogo seceniia parametr a ne bolee 6 m parametr v ne bolee 2 4 m vozmozno proizvodstvo to edinymi celymi https first industrial ru catalog chiller 009 0 chiller vom 9 kvt pri razmerax bolee ukazannyx teploobmenniki budut sostavnymi https first industrial ru portfolio ooo virial ventiliatory trexfaznye proizvodstva ebm ili ziehel abbeg germaniia kazaxstan 7 727 345 47 04 belarus 375 257 127 884 uzbekistan 998 71 205 18 59 kirgiziia 996 312 96 26 47 https first industrial ru remont chillera html '),
(13085,'field:18',0,1,' https cchyattsville com contact '),
(13085,'field:19',0,1,' info cchyattsville com '),
(13085,'field:6',0,1,' daviddog '),
(13085,'field:7',0,1,' sinevhabibi664 bk ru '),
(13085,'field:8',0,1,' google '),
(13085,'field:9',0,1,' general inquiry '),
(13085,'title',0,1,' 2026 01 21 08 28 09 '),
(13086,'field:10',0,1,' nase predlozenie https kupefurnitur ru price kompaniia rosaks uze bolee desiati let osushhestvliaet optovuiu prodazu mebelnoi furnitury i komplektuiushhix dlia proizvodstva miagkoi i korpusnoi mebeli https kupefurnitur ru price v kataloge predstavlen sirokii assortiment produkcii izvestnyx rossiiskix i zarubeznyx proizvoditelei mebelnoi furnitury https kupefurnitur ru vse tovary otlicaiutsia vysokim kacestvom sootvetstvuiut rossiiskim i mirovym standartam a takze imeiut neobxodimye sertifikaty https kupefurnitur ru price na saite kompanii modern stil a vy naidete vsiu neobxodimuiu furnituru blagodaria kotoroi liubaia mebel stanet udobnoi i funkcionalnoi https kupefurnitur ru catalog vse metalliceskie elementy predstavleny v neskolkix variantax razmerov i ottenkov med bronza zoloto xrom i dr cto delaet ix universalnymi https kupefurnitur ru nastoiashhaia politika v otnosenii obrabotki i obespeceniia bezopasnosti personalnyx dannyx dalee politika v filiale ooo komplektuiushhie dlia mebeli v g https kupefurnitur ru contact moskva dalee obshhestvo opredeliaet osnovnye polozeniia realizuemye obshhestvom pri obrabotke personalnyx dannyx https kupefurnitur ru price politika iavliaetsia dokumentom dostupnym liubomu sotrudniku klientu i kontragentu obshhestva i predstavliaet soboi oficialno priniatuiu rukovodstvom obshhestva sistemu vzgliadov na problemu obespeceniia zakonnosti i bezopasnosti obrabotki personalnyx dannyx fiziceskix lic https kupefurnitur ru contact nastoiashhaia politika razrabotana na osnovanii st https kupefurnitur ru 18 https kupefurnitur ru price 1 federalnogo zakona № 152 fz o personalnyx dannyx s ucetom trebovanii konstitucii rossiiskoi federacii federalnyx zakonov i inyx normativnyx pravovyx aktov rossiiskoi federacii v oblasti personalnyx dannyx https kupefurnitur ru catalog rukovodstvo obshhestva scitaet vazneisei zadacei obespecenie v xode realizacii biznes processov zashhity prav i svobod grazdanina pri obrabotke v obshhestve ego personalnyx dannyx v tom cisle pravomernosti obrabotki personalnyx dannyx v obshhestve i ix zashhity ot nesankcionirovannogo dostupa i ili utraty https kupefurnitur ru price sobliudenie trebovanii v casti obrabotki i zashhity personalnyx dannyx pozvolit obshhestvu obespecit ego delovuiu reputaciiu sootvetstvie pravovym reguliativnym i dogovornym trebovaniiam https kupefurnitur ru onas politika rasprostraniaetsia na vse biznes processy obshhestva i obiazatelna dlia primeneniia vsemi sotrudnikami i rukovodstvom obshhestva a takze polzovateliami ego informacionnyx resursov nastoiashhaia politika rasprostraniaetsia na polzovatelei saita klientov soiskatelei po vakansiiam sotrudnikov storonnix organizacii vzaimodeistvuiushhix s kompaniei dalee subieekty personalnyx dannyx politika deistvuet bessrocno posle utverzdeniia i do ee zameny novoi versiei https kupefurnitur ru zagruzaia veb sait na kompiutere mobilnom ustroistve i zapolniaia web formy soderzashhie personalnye dannye a takze peredavaia personalnye dannye kompanii liubym inym sposobom subieekty personalnyx dannyx soglasaiutsia na usloviia opisannye v politike https kupefurnitur ru price dereviannaia vesalka otlicno vpisetsia v interer bani ili parilki https kupefurnitur ru onas vozmozno ispolzovanie vesalki i dl ustanovleniia pravil dostupa k personalnym dannym ispolzovanie sredstv zashhity informacii obnaruzenie faktov nesankcionirovannogo dostupa vosstanovlenie personalnyx dannyx kontrol i ocenku effektivnosti primeniaemyx mer ucet masinnyx nositelei personalnyx dannyx registraciiu i ucet vsex deistvii soversaemyx s personalnymi dannymi v informacionnyx sistemax personalnyx dannyx https kupefurnitur ru price '),
(13086,'field:18',0,1,' https ccplainfield com contact '),
(13086,'field:19',0,1,' info ccplainfield com '),
(13086,'field:6',0,1,' ronaldtuh '),
(13086,'field:7',0,1,' konstantinrovini mail ru '),
(13086,'field:8',0,1,' google '),
(13086,'field:9',0,1,' general inquiry '),
(13086,'title',0,1,' 2026 01 21 08 30 27 '),
(13087,'field:10',0,1,' tatuirovka my socetaem sovremennye metody tatuirovki s tradicionnymi g https maze tattoo catalog g moskva 23 maia 2025 https maze tattoo catalogbigtattoo srazu posle utverzdeniia risunka razrabotki eskiza i vybora mesta naneseniia nacinaetsia neposredstvenno process nabivaniia tatuirovki https maze tattoo catalog m mini tatu pered proceduroi tshhatelnogo gotovitsia ocishhaetsia i sterilizuetsia rabocee mesto https maze tattoo catalog k kolibri vybiraiutsia sterilnye igly i odnorazovye kartridzi dlia masinki https maze tattoo catalog t tradik rabota vedetsia iskliucitelno v odnorazovyx percatkax https maze tattoo catalog l na kozu klienta nanosiatsia antiseptiki i dezinficiruiushhie veshhestva https maze tattoo catalog m mifologiya prorisovyvaetsia kontur budushhego tatu zatem dobavliaetsia strixovka vypolniaetsia zalivka cveta https maze tattoo catalog f feniks vo vremia raboty master neskolko raz provodit obiazatelnuiu dezinfekciiu specialnymi sredstvami https maze tattoo catalog p paporotnik esli v tom est neobxodimost klientu predlagaiut anesteziiu ili kremy snimaiushhie bolevye oshhushheniia https maze tattoo catalog r rakovini opyt raboty s 2008 goda https maze tattoo catalog a anime studiia na pokrovke s sirokim diapazonom ot xudozestvennoi tatuirovki liuboi sloznosti do sramirovaniia i mikrodermalov https maze tattoo catalog mastera rabotaiut v raznyx napravleniiax ot utoncennyx vesennix neznostei vrode cvetov do epicnyx rukavov dostoinyx rok muzykantov https maze tattoo catalog c strekoza plius siuda casto privoziat gostevyx masterov cto uvelicivaet vasi sansy na deistvitelno neobycnuiu tatuirovku https maze tattoo catalogbigtattoo nacinalos vse s podvala na krasnom oktiabre i eksperimentax na druziax a teper u banana tattoo armiia poklonnikov kak v onlaine tak i v reale https maze tattoo catalog ee tatu salon v moskve tattoo station '),
(13087,'field:18',0,1,' https ccwestfield com contact '),
(13087,'field:19',0,1,' info ccwestfield com '),
(13087,'field:6',0,1,' barrytob '),
(13087,'field:7',0,1,' prosavmobi1981 mail ru '),
(13087,'field:8',0,1,' google '),
(13087,'field:9',0,1,' general inquiry '),
(13087,'title',0,1,' 2026 01 21 08 31 08 '),
(13088,'field:10',0,1,' datciki kontrolia rasxoda topliva eto ustroistvo kotoroe pokazyvaet obieem topliva v bake https ftnet ru bitrix pribor vxodit v sostav sistem gps glonass avtomonitoringa iavliaias otlicnym reseniem po optimizacii zatrat na gsm https ftnet ru ustanovka gbo na renault logan kontrol skorostnogo rezima https ftnet ru chaykovskiy otslezivat tekushhee sostoianie i mestopolozenie transporta https ftnet ru ustanovka metana na lada vesta professionalnye reseniia monitoringa transporta https ftnet ru company sistema videonabliudeniia https ftnet ru agentipocards pokupka ustanovka i nastroika sputnikovogo oborudovaniia trebuet nebolsix kapitalnyx zatrat i bystro okupaetsia https ftnet ru contacts posle cego prodolzaet prinosit dividendy v tecenie mnogix let https ftnet ru vladikavkaz '),
(13088,'field:18',0,1,' https completecareoakridge com contact '),
(13088,'field:19',0,1,' info completecareoakridge com '),
(13088,'field:6',0,1,' lloydjes '),
(13088,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(13088,'field:8',0,1,' google '),
(13088,'field:9',0,1,' general inquiry '),
(13088,'title',0,1,' 2026 01 21 08 31 54 '),
(13089,'field:10',0,1,' kitai planiruet nacat kommerceskoe prodvizenie texnologii vozvrashhaemyx sputnikov https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=3 zakazciki mogut kupit takie kosmiceskie apparaty v 2019 2020 godax https www legnostyle ru catalog inter eri peregorodki pagen 1=3 nekotorye iz populiarnyx modelei imeiutsia v vystavocnom zale mebelnogo salona v moskve cto pozvolit priobresti neobxodimye elementy interera v kratcaisie sroki vsego za 1 2 dnia https www legnostyle ru catalog mebel scg 42 html italianskaia mebel pod zakaz postavliaetsia v srok ot 1 mesiaca https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=22 fartuk mozno oformit neskolkimi metodami https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 20 html esli my govorim ob elitnom variante konecno budet ispolzovatsia libo naturalnyi kamen mramor granit libo vintaznaia plitka kotoraia berezno byla sniata vo vremia utilizacii staryx domov https www legnostyle ru catalog mejkomnatnie dveri a 27 html na elitnuiu mebel deistvuet skladskaia programma blagodaria kotoroi interesuiushhie vas komplekty mogut byt dostavleny v tecenie 2 3 dnei https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver o17 html kazdyi pokupatel mozet vospolzovatsia cennymi porodami v rossiiskix realiiax scitaiutsia dub iasen i orex https www legnostyle ru catalog mebel kb 26 html mebel dlia kabineta rukovoditelia polucaetsia stilnoi i krasivoi tak kak kazdaia poroda otlicaetsia originalnym risunkom https www legnostyle ru catalog mejkomnatnie dveri pagen 1=22 dub znamenit krupnymi uzorami koricnevyx krasnyx buryx ottenkov https www legnostyle ru proektirovanie lestnic html stoly skafy iz etogo materiala vnesne polucaiutsia predstavitelnymi i solidnymi https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 12 html orex obladaet sero koricnevoi serdcevinoi s temnymi vkrapleniiami https www legnostyle ru catalog mejkomnatnie dveri d peregorodki arka a36 html v mebeli on smotritsia blagorodno https www legnostyle ru catalog mebel iz duba pagen 1=16 cto kasaetsia iasenia to ego drevesina procnaia https www legnostyle ru catalog mebel gostinnie g 3 html odnako iz nee polucaetsia svetlaia mebel kotoraia ne vsegda podxodit delovomu dizainu interera https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a7 html izdeliia nasix masterov otlicno vpisyvaiutsia v interer vypolneniaiutsia prakticeski v liubom stile modern xai tek minimalizm barokko sluzat na protiazenii mnogix let i pridaiut komnate nepovtorimost https www legnostyle ru catalog mebel derevyannye stoly stol model s 12 html konstrukcii iz massiva funkcionalnye prakticnye i dolgovecnye https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=12 '),
(13089,'field:18',0,1,' https ccshrewsbury com contact '),
(13089,'field:19',0,1,' info ccshrewsbury com '),
(13089,'field:6',0,1,' davidbug '),
(13089,'field:7',0,1,' tacusol 6816 mail ru '),
(13089,'field:8',0,1,' google '),
(13089,'field:9',0,1,' general inquiry '),
(13089,'title',0,1,' 2026 01 21 08 33 34 '),
(13090,'field:10',0,1,' naibolee vostrebovannymi na rynke xolodilnogo oborudovaniia iavliaiutsia vozdusnye kondensatory poetomu my podrobnee rassmotrim kriterii ix vybora https first industrial ru news kompaniya eksklyuzivnyj predstavitel distribyuter torgovoj marki angara belief bs acv b4 135 a6 kondensator vozdusnogo oxlazdeniia vypolnen iz mednyx trubok s poperecnymi plastinami orebreniia iz aliuminiia korpus izgotovlen iz okrasennoi stali https first industrial ru catalog chiller chiller ballu machine bmca pack 33 nasa produkciia bolee 7 let uspesno rabotaet v setiax federalnogo znaceniia x5 perekrestok 5 piaterocka miratorg diksi vernyi lenta azbuka vkusa okei plastincatyi kondensator https first industrial ru catalog page 3 kew kewd i dr https first industrial ru catalog category chiller page 2 brend belief model bs acv w9a 250 b65 nominalnaia moshhnost 65 https first industrial ru catalog chiller chiller rhoss tcee 120 0 kvt https first industrial ru catalog chiller chiller rhoss tcee 120 '),
(13090,'field:18',0,1,' https ccfoxhill com contact '),
(13090,'field:19',0,1,' info ccfoxhill com '),
(13090,'field:6',0,1,' davidacall '),
(13090,'field:7',0,1,' sinevhabibi664 bk ru '),
(13090,'field:8',0,1,' google '),
(13090,'field:9',0,1,' general inquiry '),
(13090,'title',0,1,' 2026 01 21 08 34 04 '),
(13091,'field:10',0,1,' starsii menedzer otdela poiskovogo prodvizeniia https proffseo ru prodvizhenie sajtov po rf vladelica internet magazina xoumdorf https proffseo ru stoimost regionalnogo seo prodvizeniia v top 10 iandeksa v neobxodimye goroda i oblasti rossii https proffseo ru razrabotka i prodvizenie saita medicinskogo oborudovaniia https proffseo ru prodvizhenie angloyazychnykh sajtov regionalnaia prinadleznost polzovatelei v iandekse v pervuiu ocered opredeliaetsia po ip adresu i nastroikax akkaunta no ne tolko https proffseo ru prodvizhenie sajtov po rf poiskovik reguliarno utocniaet klassifikator regiona polucaia dopolnitelnye dannye ot partnerov i klientov a takze napriamuiu ot samogo polzovatelia https proffseo ru prodvizhenie sajtov po rf srednii ezegodnyi prirost trafika https proffseo ru prodvizhenie sajtov po rf '),
(13091,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13091,'field:19',0,1,' info ccburlingtonwoods com '),
(13091,'field:6',0,1,' buddydus '),
(13091,'field:7',0,1,' dolnovam mail ru '),
(13091,'field:8',0,1,' google '),
(13091,'field:9',0,1,' general inquiry '),
(13091,'title',0,1,' 2026 01 21 08 34 12 '),
(13092,'field:10',0,1,' apparaty dlia lica https beauty prestige ru catalog tatu oborudovanie investiruite v razvitie svoego biznesa s nasim kosmetologiceskim oborudovaniem https beauty prestige ru catalog moyki parikmakherskie predlozite svoim klientam lucsee i oni obiazatelno vernutsia k vam snova i snova osobennosti vybora https beauty prestige ru catalog parikmakherskie kresla cena 4 500 rub https beauty prestige ru catalog parikmakherskie kresla v korzinu bystryi zakaz https beauty prestige ru catalog spa oborudovanie v nalicii xit prodaz skidki https beauty prestige ru '),
(13092,'field:18',0,1,' https ccshrewsbury com contact '),
(13092,'field:19',0,1,' info ccshrewsbury com '),
(13092,'field:6',0,1,' brianlyday '),
(13092,'field:7',0,1,' nikolay shchevcov mail ru '),
(13092,'field:8',0,1,' google '),
(13092,'field:9',0,1,' general inquiry '),
(13092,'title',0,1,' 2026 01 21 08 34 23 '),
(13093,'field:10',0,1,' perevozka licnyx veshhei ot 7 rub km https keycargo ru kontakty osnovnymi uslugami kompanii iavliaiutsia my podberem naibolee podxodiashhii variant gruzovogo transporta https keycargo ru avtomobil gotov vyexat po vasemu adresu srazu posle pervogo zvonka https keycargo ru o kompanii my predlozim vam priniat ofertu kogda vy budete priviazyvat kartu ili popolniat balans s rascetnogo sceta https keycargo ru kontakty tent bort izoterm refrizerator https keycargo ru kontakty vybirai razmer korobki i otpravliai posylku za 200 300 400 500 v liuboi gorod rossii https keycargo ru tarify '),
(13093,'field:18',0,1,' https ccorangepark com contact '),
(13093,'field:19',0,1,' info ccorangepark com '),
(13093,'field:6',0,1,' brianinepe '),
(13093,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(13093,'field:8',0,1,' google '),
(13093,'field:9',0,1,' general inquiry '),
(13093,'title',0,1,' 2026 01 21 08 35 14 '),
(13094,'field:10',0,1,' rassirenie v regiony eto moshhnyi instrument dlia rosta prodaz https bayra market ip klimenko category id=24809 page=1 predlagaem posagovyi plan tocecnoi raboty s regionami https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00016362 market bez pleisa cego ne xvataet dlia internet torgovli v sibiri https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00001721 priciny regionalnyx razlicii na marketpleisax https bayra market ip klimenko page=3 v press sluzbe wildberries rasskazali cto za 4 mesiaca etogo goda kolicestvo postavshhikov wildberries iz novosibirskoi oblasti uvelicilos na 72% po sravneniiu s analogicnym periodom proslogo goda https bayra market produkty pitaniya ru vypechka i sladosti pechene pryaniki vafli pechene pesochnoe zabava rozhok 2 5kg segodnia s wildberries uspesno sotrudnicaiut okolo 320 postavshhikov iz regiona https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00020809 po itogam aprelia prodazi marketpleisa v stukax v regione vyrosli na 170% po sravneniiu s analogicnym periodom v 2019 godu https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00017070 keis № 3 https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00016047 analitika i optimizaciia pomogli uvelicit prodazi v 11 raz https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00016074 obieekt prodan https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00000574 '),
(13094,'field:18',0,1,' https ccsevernapark com contact '),
(13094,'field:19',0,1,' info ccsevernapark com '),
(13094,'field:6',0,1,' georgefup '),
(13094,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(13094,'field:8',0,1,' google '),
(13094,'field:9',0,1,' general inquiry '),
(13094,'title',0,1,' 2026 01 21 08 35 39 '),
(13095,'field:10',0,1,' spil derevev https arbvbg ru kakie uslugi po spilivaniiu derevev my predlagaem kazdyi obieekt unikalen poetomu my ispolzuem raznye metody dlia dostizeniia optimalnogo rezultata https arbvbg ru privacypolicy nasi specialisty podbiraiut podxodiashhii sposob v zavisimosti ot sostoianiia dereva ego razmerov i okruzeniia https arbvbg ru valka celikom po xodu estestvennogo naklona https arbvbg ru etot metod obycno primeniaetsia v processe rascistki ucastka pod stroitelstvo i ne trebuet alpinistskogo snariazeniia poskolku raboty vedutsia priamo s zemli https arbvbg ru privacypolicy valka celikom pri pomoshhi ottiazki https arbvbg ru etot sposob primeniaiut esli u dereva otsutstvuet naklon v nuznuiu storonu https arbvbg ru v etom slucae promyslennyi alpinist podnimaetsia po stvolu opilivaia sucia i vetki i zakrepliaet ottiazku https arbvbg ru zatem so storony padeniia vypilivaetsia klin posle cego proizvoditsia dopilivanie s drugoi storony a nuznoe usilie sozdaetsia s pomoshh ottiazki https arbvbg ru spil po castiam https arbvbg ru privacypolicy dannyi sposob ocen effektiven daze pri rabote v ogranicennom prostranstve https arbvbg ru privacypolicy v etom slucae takze proizvoditsia podieem po stvolu a zatem udalenie makuski i sdergivanie castei dereva v nuznuiu storonu pri pomoshhi ottiazki https arbvbg ru privacypolicy udalenie s zavesivaniem https arbvbg ru dannaia metodika daet vozmoznost rabotat v liuboi obstanovke daze vblizi ot drugix zdanii https arbvbg ru privacypolicy vse spilennye casti ne sbrasyvaiutsia a akkuratno opuskaiutsia vniz na verevkax https arbvbg ru privacypolicy metod rubki derevev na ucastke podbiraetsia isxodia iz preimushhestva raboty s nami https arbvbg ru '),
(13095,'field:18',0,1,' http ccmonmouth com contact '),
(13095,'field:19',0,1,' info ccmonmouth com '),
(13095,'field:6',0,1,' charlesbow '),
(13095,'field:7',0,1,' nikolayy shevcov mail ru '),
(13095,'field:8',0,1,' google '),
(13095,'field:9',0,1,' general inquiry '),
(13095,'title',0,1,' 2026 01 21 08 36 12 '),
(13096,'field:10',0,1,' zakazat zvonok zakazat zvonok https berezov lsk ru 5 https berezov lsk ru budte vnimatelny k kompaniiam kotorye prodaiut posadocnyi material https berezov lsk ru mox razrabotka i soglasovanie eskiznoi koncepcii https berezov lsk ru studiia sadovo parkovoi arxitektury i landsaftnogo dizaina rabotaet v moskve s 1998 goda https berezov lsk ru vypolniaet polnyi kompleks stroitelnyx i landsaftnyx rabot po blagoustroistvu i ozeleneniiu castnyx i obshhestvennyx territorii https berezov lsk ru v aktive blagodarnye otzyvy zakazcikov postoiannye klienty neskolko prestiznyx nacionalnyx premii i clenstvo v associacii landsaftnyx arxitektorov rossii https berezov lsk ru ot 300 000 '),
(13096,'field:18',0,1,' https completecarebrick com contact '),
(13096,'field:19',0,1,' info completecarebrick com '),
(13096,'field:6',0,1,' scottsyday '),
(13096,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(13096,'field:8',0,1,' google '),
(13096,'field:9',0,1,' general inquiry '),
(13096,'title',0,1,' 2026 01 21 08 39 17 '),
(13097,'field:10',0,1,' elitnye kuxni nikogda ne vyidut iz mody https www legnostyle ru catalog mebel b 9 html modnye garnitury izgotavlivaiutsia iz vysokokacestvennogo dorogogo dereva osnashheny nadeznoi furnituroi i stilnymi elementami otdelki https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e11 html kitaiskaia mebel imeet razlicnye pokazateli kacestva https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 40 html mnogoe zavisit ot fabriki kotoraia proizvodit mebel i ot uslovii zakazcika kotoryi sotrudnicaet s dannoi fabrikoi https www legnostyle ru catalog lestnici poetomu vam nuzno xoroso sformulirovat svoi trebovaniia k proizvodstvu mebeli kotoraia vam neobxodima https www legnostyle ru dubovye dveri html pagen 2=8 v otlicie ot desevyx analogov iz dsp i mdf mebel iz naturalnogo dereva ekologiceski bezopasna i imenno ee predpocitaiut te kto zabotitsia o svoem zdorove i zdorove svoix blizkix https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 24 html lucsaia mebel iz dereva v spb predstavlena v interernyx salonax https www legnostyle ru catalog mebel spalni sp 5 html eto magazin elitnoi mebeli gde prodavcy i pokupatelia ceniat nepovtorimuiu estestvennuiu krasotu dereva komfort i blagopriiatnuiu energetiku vazno obratit vnimanie na material iz kotorogo dannaia mebel sdelana https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=4 nailucsaia ekskliuzivnaia mebel iz kitaia delaetsia iz mnozestva tverdyx porod kotorye vliiaiut na ee iznosoustoicivost srok sluzby elitnost https www legnostyle ru catalog mejkomnatnie dveri impressio pagen 1=2 srez materiala v takoi situacii soderzit dovolno sloznyi risunok s izvilistymi liniiami https www legnostyle ru catalog lestnici elitnye lestnica l1 8 html sirokii assortiment https www legnostyle ru dubovye dveri html pagen 2=15 u nas mozno uvidet bolsoe raznoobrazie ekskliuzivnoi nemeckoi korpusnoi i miagkoi mebeli https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaya dver d40 html kazdyi smozet podobrat podxodiashhii garnitur pod opredelennoe stilevoe resenie https www legnostyle ru catalog mebel d1 17 html samym glavnym aspektom takze iavliaetsia zamknutyi cikl proizvodstva https www legnostyle ru catalog mebel shkafy sekcii gorki scg 5 html krome etogo dlia razlicnoi ekskliuzivnoi mebeli podbiraetsia pervoklassnaia furnitura i delaetsia podborka spona vrucnuiu https www legnostyle ru catalog mejkomnatnie dveri perfetto model p17 html bezopasnymi naturalnymi materialami proizvoditsia lakirovka poverxnostei https www legnostyle ru catalog inter eri s41 html '),
(13097,'field:18',0,1,' https ccbayshore com contact '),
(13097,'field:19',0,1,' info ccbayshore com '),
(13097,'field:6',0,1,' davidhom '),
(13097,'field:7',0,1,' tacusol 6816 mail ru '),
(13097,'field:8',0,1,' google '),
(13097,'field:9',0,1,' general inquiry '),
(13097,'title',0,1,' 2026 01 21 08 39 48 '),
(13098,'field:10',0,1,' kompleksnoe prodvizenie i marketing v stoimost vkliuceno prodvizenie saita i brenda texpodderzka rukovoditel proekta ezemesiacnaia otcetnost https proffseo ru prodvizhenie angloyazychnykh sajtov xotite polucit analogicnyi effekt razvivaite veb ploshhadku s orientaciei na liudei i celevye gruppy https proffseo ru prodvizhenie sajtov po moskve ucityvaite pozelaniia citatelei i klientov ezednevno obnovliaite kontent https proffseo ru prodvizhenie zarubezhnykh sajtov regionalnoe prodvizenie pomogaet ulucsit pozicii saita v poiskovoi vydace v odnom ili neskolkix regionax privlec celevuiu auditoriiu i uvelicit konversiiu pri sravnitelno nevysokix zatratax https proffseo ru poiskovye sistemy loialnee otnosiatsia k mestnym kompaniiam i konkurenciia v odnom regione nize cem po vsei rossii poetomu prodvigaias po geozavisimym zaprosam dostignut pervoi stranicy poiska namnogo proshhe https proffseo ru privacy v state my rasskazem kakie sposoby regionalnogo prodvizeniia saita naibolee effektivny i kak vesti seo prodvizenie saita v top 10 iandeksa i google v odnom i neskolkix regionax https proffseo ru kontakty sotrudniki nasei seo kompanii obladaiut 10 tiletnim opytom raskrutki saitov v geozavisimyx i geonezavisimyx nisax https proffseo ru privacy razrabotali sobstvennuiu metodiku prodvizeniia saitov po vsei rossii i gotovy primenit ee k vasim proektam https proffseo ru sroki prodvizeniia saita po gorodam rossii https proffseo ru prodvizhenie sajtov po moskve prodvigaem saity v iandekse i google po rossii ili v opredelennyx regionax i gorodax https proffseo ru obespecim vas zakazami so vsei rossii ili konkretnyx regionov https proffseo ru prodvizhenie sajtov po moskve '),
(13098,'field:18',0,1,' https ccspringbrook com contact '),
(13098,'field:19',0,1,' info ccspringbrook com '),
(13098,'field:6',0,1,' buddypurge '),
(13098,'field:7',0,1,' dolnovam mail ru '),
(13098,'field:8',0,1,' google '),
(13098,'field:9',0,1,' general inquiry '),
(13098,'title',0,1,' 2026 01 21 08 40 12 '),
(13099,'field:10',0,1,' kitaiskie tovary dlitelnoe vremia associirovalis u nasix sograzdan s ploxim kacestvom i sledovatelno nevysokoi cenoi https www legnostyle ru dvystvorchatye dveri html odnako v poslednee vremia mnogoe izmenilos i mozno smelo govorit cto v kitae proizvodiat vysokokacestvennye i otlicnye tovary https www legnostyle ru catalog mejkomnatnie dveri d peregorodki peregorodka model a8 html mebelnaia industriia zarodilas v kitae otnositelno nedavno https www legnostyle ru catalog mejkomnatnie dveri nestandarnye razdvijnaa dver rd 10 html no v nasi dni dostigla globalnyx oborotov i postoianno razvivaetsia v ekonomiceskom i texnologiceskom napravlenii https www legnostyle ru catalog mejkomnatnie dveri a18 html kliucevoe napravlenie deiatelnosti kitaiskix proizvoditelei eto vysokokacestvennye kopii izvestnyx italianskix angliiskix ispanskix amerikanskix i drugix marok https www legnostyle ru catalog mebel scg 35 html podavliaiushhee bolsinstvo mebelnyx fabrik sosredotoceno v provinciiax sanxai i guandong https www legnostyle ru catalog mebel iz duba kitaiskaia mebel populiarnyx brendov v sirocaisem assortimente predstavlena v ogromnyx torgovyx centrax https www legnostyle ru catalog mejkomnatnie dveri impressio model i25 html kitaiskuiu mebel dlia doma i ofisa dlia raboty i otdyxa vy mozete posmotret i kupit na mnogocislennyx vystavkax https www legnostyle ru catalog mebel pagen 1=5 stroiatsia novye ekspocentry s razvetvlennoi infrastrukturoi https www legnostyle ru catalog mebel shkafy sekcii gorki scg 57 html mebelnaia produkciia udovletvoriaet sovremennym trebovaniiam nadeznosti i bezopasnosti https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 18 html eskizy znamenityx evropeiskix brendov sluzat obrazcom dlia dizaina kitaiskoi mebeli https www legnostyle ru catalog mejkomnatnie dveri a 13 html neredko kitaiskie fabriki proizvodiat produkciiu vmeste s zarubeznymi investorami ispolzuia sovmestnye oborudovanie i texnologii https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d13 html v proizvodstve mebeli primeniaiutsia tradicionnye materialy steklo derevo metall https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a18 html po povodu kacestva mebeli kitaiskie proizvoditeli ponimaiut k cemu stremitsia https www legnostyle ru catalog mejkomnatnie dveri razdvizhnye dveri razdvijnaa dver rd 3 html kitaiskaia poslovica govorit https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i10 html segodnia kitaiskogo proizvodstva sootvetstvuet sovremennym tendenciiam mezdunarodnoi mebelnoi mody i urovniu evropeiskogo kacestva https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d7 html no samym znacitelnym pliusom vse ze iavliaetsia cena https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 13 html raznica v cene kitaiskoi i evropeiskoi mebeli inoi raz razlicaetsia bolee cem v 20 raz https www legnostyle ru catalog mejkomnatnie dveri dver i18 html i pri etom iavliaetsia tocnoi kopiei populiarnyx brendov https www legnostyle ru catalog mejkomnatnie dveri razdvijnaa dver rd 2 html nebolsaia cena elitnoi mebeli kitaia vyzvala uvelicenie sprosa na etu kategoriiu tovarov so storony mebelnyx magazinov biznesmenov i obyknovennyx potrebitelei https www legnostyle ru catalog mebel kabinety kb 25 html mozno uverenno govorit cto kitaiskaia mebel mozet byt xorosei vysokokacestvennoi roskosnoi https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a 28 html vygodnaia pokupka eto dostoinoe sootnosenie ceny i kacestva https www legnostyle ru catalog inter eri peregorodki arka a14 html dostupen sirokii assortiment i lis vam vybirat cto iz elitnyx modelei vy zelali by videt v svoem dome https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model i29 html specialisty salona abris xoroso znakomy s assortimentom kazdoi iz predstavlennyx fabrik i budut rady pomoc vam v podbore neobxodimyx predmetov interera https www legnostyle ru catalog mebel kabinety domasnii kabinet kb 13 html italianskaia mebel proizvoditsia pod zakaz i izgotavlivaetsia masterami v sootvestvii s individualnymi pozelaniiami klienta https www legnostyle ru catalog mebel gp 4 html sovremennyi mebelnyi rynok pestrit raznoobraznymi predlozeniiami https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a20 html no kak iz vsego mnogoobraziia vybrat deistvitelno elitnuiu mebel dlia gostinoi i ne pereputat ee s kacestvennoi poddelkoi esli vy ne iavliaetes ekspertami v mebelnom proizvodstve https www legnostyle ru catalog mebel pagen 1=10 davaite razbiratsia https www legnostyle ru catalog mebel garderobnaa model scg 38 html isxodia iz sovokupnosti xarakteristik prisushhix elitnoi mebeli stanovitsia poniatnoi ee vozrastaiushhaia populiarnost https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver o21 html kacestvo i krasota na dolgie dolgie gody stoiat zatracennyx materialnyx resursov i kak pokazyvaet praktika mnogie pokupateli uze prisli k etomu vyvodu https www legnostyle ru catalog mejkomnatnie dveri arka a2 html takoi vid otdelki mebeli sushhestvuet ocen davno nasi predki ispolzovali kozu v raznyx celiax i dlia obbivki mebeli toze https www legnostyle ru catalog mejkomnatnie dveri diverso pagen 1=4 na segodniasnii den eto bolse cem prosto element dekora https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a10 html eto v kakom to rode osobaia filosofiia sposobnaia daze pererasti v budushhem v otdelnoe stilevoe resenie https www legnostyle ru catalog lestnici elitnye pagen 1=2 ekskliuzivnaia nemeckaia mebel v moskve po dostupnym cenam eto stilnaia i komfortnaia mebel germaniia https www legnostyle ru catalog mejkomnatnie dveri test2 html my predlagaem i i to est polnyi interer vasego doma s garantirovannym socetaniem naturalnyx materialov i v idealnoi cvetovoi garmonii pri komplektacii na raznyx fabrikax https www legnostyle ru catalog lestnici lestnica l4 8 html '),
(13099,'field:18',0,1,' https ccplainfield com contact '),
(13099,'field:19',0,1,' info ccplainfield com '),
(13099,'field:6',0,1,' davidstync '),
(13099,'field:7',0,1,' tacusol 6816 mail ru '),
(13099,'field:8',0,1,' google '),
(13099,'field:9',0,1,' general inquiry '),
(13099,'title',0,1,' 2026 01 21 08 41 04 '),
(13100,'field:10',0,1,' xotite otkryt svoi sobstvennyi kosmetologiceskii kabinet https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html v korzinu bystryi zakaz https beauty prestige ru about howto v nalicii xit prodaz skidki https beauty prestige ru nasi apparaty dlia kosmetologii https beauty prestige ru catalog parikmakherskie kresla citat celikom https beauty prestige ru valeriia petrova https beauty prestige ru catalog oborudovanie dlya manikyura '),
(13100,'field:18',0,1,' https ccbayshore com contact '),
(13100,'field:19',0,1,' info ccbayshore com '),
(13100,'field:6',0,1,' brianloate '),
(13100,'field:7',0,1,' nikolay shchevcov mail ru '),
(13100,'field:8',0,1,' google '),
(13100,'field:9',0,1,' general inquiry '),
(13100,'title',0,1,' 2026 01 21 08 41 10 '),
(13101,'field:10',0,1,' cto takoe goriacii ili xolodnyi tuman v strukturu centra vxodit 32 podrazdelenii centralnogo ofisa i 13 filialov v administrativnyx okrugax goroda moskvy i na transporte https dez spasatel ru dezinsekciya shershni strukturnye podrazdeleniia centra razdeliaiutsia na operativnye otdely podrazdeleniia ispytatelnogo laboratornogo centra i podrazdeleniia obespeceniia https dez spasatel ru deratizatsiya unichtozhenie gryzunov myshi ispytatelnyi laboratornyi centr dalee ilc prednaznacen dlia provedeniia vsex vidov laboratornyx i instrumentalnyx issledovanii i izmerenii https dez spasatel ru fumigatsiya fogatsiya gazatsiya fumigatsiya fosfinom unictozenie gryzunov odna iz samyx vostrebovannyx uslug v usloviiax goroda https dez spasatel ru articles klopy kak effektivno izbavitsya ot klopov v matrase vrediteli portiat produkciiu na skladax v magazinax i restoranax raznosiat mnozestvo infekcii https dez spasatel ru actions skidka 15 dlya lgotnykh kategoriy grazhdan stanoviatsia bolee castymi slucai kogda gryzuny napadaiut na vzroslyx i detei https dez spasatel ru articles tarakany kak izbavitsya ot tarakanov v kvartire laboratoriia ses https dez spasatel ru articles tarakany sovremennye tendentsii v sfere dezinfektsii ot tarakanov vse eto pozvoliaet provodit kovrovuiu obrabotku liubogo ucastka i pomeshheniia bez slepyx i slabo zatronutyx zon https dez spasatel ru fumigatsiya fogatsiya gazatsiya ctoby dobitsia polnogo istrebleniia i ne vyrabotat u nasekomyx gruppovoi nevospriimcivosti my ispolzuem kokteili ximikatov cereduem preparaty kombiniruem sposoby dezinsekcii https dez spasatel ru articles authors nadezhda viktorovna shved ostavit zaiavku https dez spasatel ru articles kleshchi kleshchi u lyudej '),
(13101,'field:18',0,1,' https ccatcourthouse com contact '),
(13101,'field:19',0,1,' info ccatcourthouse com '),
(13101,'field:6',0,1,' michaellag '),
(13101,'field:7',0,1,' yulyagabipo mail ru '),
(13101,'field:8',0,1,' google '),
(13101,'field:9',0,1,' general inquiry '),
(13101,'title',0,1,' 2026 01 21 08 41 54 '),
(13102,'field:10',0,1,' v nalicii xit prodaz skidki https beauty prestige ru catalog oborudovanie dlya manikyura v nasem kataloge bolee 500 kursov po samym vostrebovannym napravleniiam kosmetologii na osnove mezdunarodnyx protokolov procedur https beauty prestige ru catalog spa oborudovanie pod rukovodstvom opytnyx nastavnikov s vyssim medicinskim obrazovaniem vy mozete polucit novuiu professiiu s nulia ili povysit svoiu kvalifikaciiu https beauty prestige ru catalog kosmetologicheskoe oborudovanie obucenie provoditsia posledovatelno v liubom udobnom dlia vas formate a po okoncanii kursa vydaetsia sertifikat podtverzdaiushhii vasu kvalifikaciiu ili diplom s zaneseniem v reestr fis frdo https beauty prestige ru catalog moyki parikmakherskie kak polucit 350 000 na svoi biznes https beauty prestige ru about howto v korzinu bystryi zakaz https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html zapis na procedury otkryta https beauty prestige ru news klimazon zachem on nuzhen i kak rabotaet html torzestvennaia vecerinka v cest otkrytiia 21 dekabria 2024 https beauty prestige ru catalog massazhnoe oborudovanie sistema svetodiodnoi terapii https beauty prestige ru news sotsialnyy kontrakt 2022 masteram manikyura parikmakheram kosmetologam html '),
(13102,'field:18',0,1,' https ccplainfield com contact '),
(13102,'field:19',0,1,' info ccplainfield com '),
(13102,'field:6',0,1,' briansunse '),
(13102,'field:7',0,1,' nikolay shchevcov mail ru '),
(13102,'field:8',0,1,' google '),
(13102,'field:9',0,1,' general inquiry '),
(13102,'title',0,1,' 2026 01 21 08 42 30 '),
(13103,'field:10',0,1,' kak my rabotaem https berezov lsk ru ot 1 200 rub m2 https berezov lsk ru ne byvaet takogo cto konecnaia cena rabot po landsaftnomu dizainu prevysaet pervonacalnye prognozy https berezov lsk ru cenoobrazovanie prozracno i zakrepleno dogovorom poetomu klientam ne grozit uvelicenie smety https berezov lsk ru obshhaia stoimost materialov 1 900 430 r https berezov lsk ru o kompanii sad fantazii raboty vypolneny 41 den https berezov lsk ru '),
(13103,'field:18',0,1,' https completecarehillside com contact '),
(13103,'field:19',0,1,' info completecarehillside com '),
(13103,'field:6',0,1,' scottadvor '),
(13103,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(13103,'field:8',0,1,' google '),
(13103,'field:9',0,1,' general inquiry '),
(13103,'title',0,1,' 2026 01 21 08 42 34 '),
(13104,'field:10',0,1,' 555 '),
(13104,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13104,'field:19',0,1,' info ccburlingtonwoods com '),
(13104,'field:6',0,1,' grlpgpag '),
(13104,'field:7',0,1,' testing example com '),
(13104,'field:8',0,1,' testing '),
(13104,'field:9',0,1,' general inquiry '),
(13104,'title',0,1,' 2026 01 21 08 43 04 '),
(13105,'field:10',0,1,' 555 '),
(13105,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13105,'field:19',0,1,' info ccburlingtonwoods com '),
(13105,'field:6',0,1,' grlpgpag '),
(13105,'field:7',0,1,' testing example com '),
(13105,'field:8',0,1,' testing '),
(13105,'field:9',0,1,' general inquiry '),
(13105,'title',0,1,' 2026 01 21 08 43 06 '),
(13106,'field:10',0,1,' 555 '),
(13106,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13106,'field:19',0,1,' info ccburlingtonwoods com '),
(13106,'field:6',0,1,' grlpgpag '),
(13106,'field:7',0,1,' testing example com '),
(13106,'field:8',0,1,' testing '),
(13106,'field:9',0,1,' general inquiry '),
(13106,'title',0,1,' 2026 01 21 08 43 33 '),
(13107,'field:10',0,1,' 555 '),
(13107,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13107,'field:19',0,1,' info ccburlingtonwoods com '),
(13107,'field:6',0,1,' grlpgpag '),
(13107,'field:7',0,1,' testing example com '),
(13107,'field:8',0,1,' testing '),
(13107,'field:9',0,1,' general inquiry '),
(13107,'title',0,1,' 2026 01 21 08 43 36 '),
(13108,'field:10',0,1,' 555 '),
(13108,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13108,'field:19',0,1,' info ccburlingtonwoods com '),
(13108,'field:6',0,1,' grlpgpag '),
(13108,'field:7',0,1,' testing example com '),
(13108,'field:8',0,1,' testing '),
(13108,'field:9',0,1,' general inquiry '),
(13108,'title',0,1,' 2026 01 21 08 43 39 '),
(13109,'field:10',0,1,' po versii seonews https proffseo ru prodvizhenie sajtov po rf perexodov s forumov blagodaria kraud marketingu https proffseo ru kontakty nekotorye interesnye momenty https proffseo ru prodvizhenie sajtov po rf v srednem prodvizenie po neskolkim regionam srazu v kompanii piksel plius nacinaetsia ot 60 000 rublei v mesiac esli v spiske gorodov imeetsia moskva i ot 40 000 esli prodvizenie po 2 regionam bez moskvy https proffseo ru obieektivno ocenim situaciiu s prodvizeniem saita opredelim ego silnye i slabye storony proanaliziruem tematiku i konkurentov naidem perspektivnye tocki rosta https proffseo ru kontakty ot 49 990 v mesiac https proffseo ru prodvizhenie sajtov po moskve '),
(13109,'field:18',0,1,' https ccwestfield com contact '),
(13109,'field:19',0,1,' info ccwestfield com '),
(13109,'field:6',0,1,' buddymup '),
(13109,'field:7',0,1,' dolnovam mail ru '),
(13109,'field:8',0,1,' google '),
(13109,'field:9',0,1,' general inquiry '),
(13109,'title',0,1,' 2026 01 21 08 43 40 '),
(13110,'field:10',0,1,' 555 '),
(13110,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13110,'field:19',0,1,' info ccburlingtonwoods com '),
(13110,'field:6',0,1,' grlpgpag '),
(13110,'field:7',0,1,' testing example com '),
(13110,'field:8',0,1,' testing '),
(13110,'field:9',0,1,' general inquiry '),
(13110,'title',0,1,' 2026 01 21 08 43 41 '),
(13111,'field:10',0,1,' 555 '),
(13111,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13111,'field:19',0,1,' info ccburlingtonwoods com '),
(13111,'field:6',0,1,' grlpgpag '),
(13111,'field:7',0,1,' testing example com '),
(13111,'field:8',0,1,' testing '),
(13111,'field:9',0,1,' general inquiry '),
(13111,'title',0,1,' 2026 01 21 08 43 42 '),
(13112,'field:10',0,1,' 555 '),
(13112,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13112,'field:19',0,1,' info ccburlingtonwoods com '),
(13112,'field:6',0,1,' grlpgpag '),
(13112,'field:7',0,1,' testing example com '),
(13112,'field:8',0,1,' testing '),
(13112,'field:9',0,1,' general inquiry '),
(13112,'title',0,1,' 2026 01 21 08 43 43 '),
(13113,'field:10',0,1,' 555 '),
(13113,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13113,'field:19',0,1,' info ccburlingtonwoods com '),
(13113,'field:6',0,1,' grlpgpag '),
(13113,'field:7',0,1,' testing example com '),
(13113,'field:8',0,1,' testing '),
(13113,'field:9',0,1,' general inquiry '),
(13113,'title',0,1,' 2026 01 21 08 43 44 '),
(13114,'field:10',0,1,' 555 '),
(13114,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13114,'field:19',0,1,' info ccburlingtonwoods com '),
(13114,'field:6',0,1,' grlpgpag '),
(13114,'field:7',0,1,' testing example com '),
(13114,'field:8',0,1,' testing '),
(13114,'field:9',0,1,' general inquiry '),
(13114,'title',0,1,' 2026 01 21 08 43 45 '),
(13115,'field:10',0,1,' 555 '),
(13115,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13115,'field:19',0,1,' info ccburlingtonwoods com '),
(13115,'field:6',0,1,' grlpgpag '),
(13115,'field:7',0,1,' testing example com '),
(13115,'field:8',0,1,' testing '),
(13115,'field:9',0,1,' general inquiry '),
(13115,'title',0,1,' 2026 01 21 08 43 46 '),
(13116,'field:10',0,1,' 555 '),
(13116,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13116,'field:19',0,1,' info ccburlingtonwoods com '),
(13116,'field:6',0,1,' grlpgpag '),
(13116,'field:7',0,1,' testing example com '),
(13116,'field:8',0,1,' testing '),
(13116,'field:9',0,1,' general inquiry '),
(13116,'title',0,1,' 2026 01 21 08 43 46 '),
(13117,'field:10',0,1,' 555 '),
(13117,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13117,'field:19',0,1,' info ccburlingtonwoods com '),
(13117,'field:6',0,1,' grlpgpag '),
(13117,'field:7',0,1,' testing example com '),
(13117,'field:8',0,1,' testing '),
(13117,'field:9',0,1,' general inquiry '),
(13117,'title',0,1,' 2026 01 21 08 43 46 '),
(13118,'field:10',0,1,' 555 '),
(13118,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13118,'field:19',0,1,' info ccburlingtonwoods com '),
(13118,'field:6',0,1,' grlpgpag '),
(13118,'field:7',0,1,' testing example com '),
(13118,'field:8',0,1,' testing '),
(13118,'field:9',0,1,' general inquiry '),
(13118,'title',0,1,' 2026 01 21 08 44 08 '),
(13119,'field:10',0,1,' 555 '),
(13119,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13119,'field:19',0,1,' info ccburlingtonwoods com '),
(13119,'field:6',0,1,' grlpgpag '),
(13119,'field:7',0,1,' testing example com '),
(13119,'field:8',0,1,' testing '),
(13119,'field:9',0,1,' media inquiry '),
(13119,'title',0,1,' 2026 01 21 08 44 08 '),
(13511,'field:10',0,1,' 555 '),
(13511,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13511,'field:19',0,1,' info ccburlingtonwoods com '),
(13511,'field:6',0,1,' grlpgpag '),
(13511,'field:7',0,1,' testing example com '),
(13511,'field:8',0,1,' testing '),
(13511,'field:9',0,1,' general inquiry '),
(13511,'title',0,1,' 2026 01 21 08 45 19 '),
(13512,'field:10',0,1,' 555 '),
(13512,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13512,'field:19',0,1,' info ccburlingtonwoods com '),
(13512,'field:6',0,1,' grlpgpag '),
(13512,'field:7',0,1,' testing example com '),
(13512,'field:8',0,1,' testing '),
(13512,'field:9',0,1,' media inquiry '),
(13512,'title',0,1,' 2026 01 21 08 45 23 '),
(13513,'field:10',0,1,' 555 '),
(13513,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13513,'field:19',0,1,' info ccburlingtonwoods com '),
(13513,'field:6',0,1,' grlpgpag '),
(13513,'field:7',0,1,' testing example com '),
(13513,'field:8',0,1,' testing '),
(13513,'field:9',0,1,' general inquiry '),
(13513,'title',0,1,' 2026 01 21 08 45 37 '),
(13514,'field:10',0,1,' 555 '),
(13514,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13514,'field:19',0,1,' info ccburlingtonwoods com '),
(13514,'field:6',0,1,' grlpgpag '),
(13514,'field:7',0,1,' testing example com '),
(13514,'field:8',0,1,' testing '),
(13514,'field:9',0,1,' general inquiry '),
(13514,'title',0,1,' 2026 01 21 08 45 42 '),
(13515,'field:10',0,1,' 555 '),
(13515,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13515,'field:19',0,1,' info ccburlingtonwoods com '),
(13515,'field:6',0,1,' grlpgpag '),
(13515,'field:7',0,1,' testing example com '),
(13515,'field:8',0,1,' 1 or 2 157 157 1=0 0 0 1 '),
(13515,'field:9',0,1,' general inquiry '),
(13515,'title',0,1,' 2026 01 21 08 45 43 '),
(13516,'field:10',0,1,' 555 '),
(13516,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13516,'field:19',0,1,' info ccburlingtonwoods com '),
(13516,'field:6',0,1,' grlpgpag '),
(13516,'field:7',0,1,' testing example com '),
(13516,'field:8',0,1,' 1 or 2 736 736 1=0 0 0 1 '),
(13516,'field:9',0,1,' general inquiry '),
(13516,'title',0,1,' 2026 01 21 08 45 45 '),
(13517,'field:10',0,1,' 555 '),
(13517,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13517,'field:19',0,1,' info ccburlingtonwoods com '),
(13517,'field:6',0,1,' grlpgpag '),
(13517,'field:7',0,1,' testing example com '),
(13517,'field:8',0,1,' 1 or 2 976 976 1=0 0 0 1 '),
(13517,'field:9',0,1,' general inquiry '),
(13517,'title',0,1,' 2026 01 21 08 45 46 '),
(13518,'field:10',0,1,' 555 '),
(13518,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13518,'field:19',0,1,' info ccburlingtonwoods com '),
(13518,'field:6',0,1,' grlpgpag '),
(13518,'field:7',0,1,' testing example com '),
(13518,'field:8',0,1,' 1 or 2 516 516 1=0 0 0 1 or iegiazuv= '),
(13518,'field:9',0,1,' general inquiry '),
(13518,'title',0,1,' 2026 01 21 08 45 48 '),
(13519,'field:10',0,1,' 555 '),
(13519,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13519,'field:19',0,1,' info ccburlingtonwoods com '),
(13519,'field:6',0,1,' grlpgpag '),
(13519,'field:7',0,1,' testing example com '),
(13519,'field:8',0,1,' 1 or 2 199 199 1=0 0 0 1 '),
(13519,'field:9',0,1,' general inquiry '),
(13519,'title',0,1,' 2026 01 21 08 45 48 '),
(13520,'field:10',0,1,' 555 '),
(13520,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13520,'field:19',0,1,' info ccburlingtonwoods com '),
(13520,'field:6',0,1,' grlpgpag '),
(13520,'field:7',0,1,' testing example com '),
(13520,'field:8',0,1,' if now =sysdate sleep 15 0 '),
(13520,'field:9',0,1,' general inquiry '),
(13520,'title',0,1,' 2026 01 21 08 45 51 '),
(13521,'field:10',0,1,' 555 '),
(13521,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13521,'field:19',0,1,' info ccburlingtonwoods com '),
(13521,'field:6',0,1,' grlpgpag '),
(13521,'field:7',0,1,' testing example com '),
(13521,'field:8',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13521,'field:9',0,1,' general inquiry '),
(13521,'title',0,1,' 2026 01 21 08 45 54 '),
(13522,'field:10',0,1,' dlia etogo xirurg vvodit v varikoznuiu venu svetovod na konce kotorogo naxoditsia generator lazernogo luca https www angioprof ru uslugi podologii potlivost nog html dvigaias po vene flebologi kak by zapaivaiut ee iznutri https www angioprof ru uslugi informacziya ob osushhestvlenii deyatelnosti v usloviyax covid 19 html podobnye procedury menee travmaticny ne trebuiut dlitelnogo vosstanovitelnogo perioda pacient mozet ostavatsia v otdelenii vsego neskolko casov https www angioprof ru uslugi xirurgii lechenie pyatochnoy shpori html gde mozno posmotret foto rezultatov leceniia i bolse otzyvov realnyx pacientov ceny ukazannye v prais liste mogut otlicatsia ot deistvitelnyx https www angioprof ru akczii kliniki flebologii angioprof pozaluista utocniaite aktualnuiu stoimost po telefonu 7 495 781 5576 kruglosutocno my bolee desiati let iavliaemsia sertificirovannymi partnerami firmy biolitec i vse operacii evlo vypolniaiutsia iskliucitelno na nemeckoi apparature https www angioprof ru uslugi flebologii i angiologii varikoznoe rasshirenie ven html xirurg flebolog serdecno sosudistyi xirurg vrac uzi vedushhii specialist cif po sosudistym patologiiam https www angioprof ru fotogalereya html flebologiia https www angioprof ru statya 146 narushenie avtorskix i smezhnyix prav html '),
(13522,'field:18',0,1,' https completecarewall com contact '),
(13522,'field:19',0,1,' info completecarewall com '),
(13522,'field:6',0,1,' melvinmum '),
(13522,'field:7',0,1,' riinata osippova bk ru '),
(13522,'field:8',0,1,' google '),
(13522,'field:9',0,1,' general inquiry '),
(13522,'title',0,1,' 2026 01 21 08 45 57 '),
(13523,'field:10',0,1,' 555 '),
(13523,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13523,'field:19',0,1,' info ccburlingtonwoods com '),
(13523,'field:6',0,1,' grlpgpag '),
(13523,'field:7',0,1,' testing example com '),
(13523,'field:8',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13523,'field:9',0,1,' general inquiry '),
(13523,'title',0,1,' 2026 01 21 08 45 58 '),
(13524,'field:10',0,1,' 555 '),
(13524,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13524,'field:19',0,1,' info ccburlingtonwoods com '),
(13524,'field:6',0,1,' grlpgpag '),
(13524,'field:7',0,1,' testing example com '),
(13524,'field:8',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13524,'field:9',0,1,' general inquiry '),
(13524,'title',0,1,' 2026 01 21 08 46 01 '),
(13525,'field:10',0,1,' 555 '),
(13525,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13525,'field:19',0,1,' info ccburlingtonwoods com '),
(13525,'field:6',0,1,' grlpgpag '),
(13525,'field:7',0,1,' testing example com '),
(13525,'field:8',0,1,' 1 waitfor delay 0 0 15 '),
(13525,'field:9',0,1,' general inquiry '),
(13525,'title',0,1,' 2026 01 21 08 46 06 '),
(13526,'field:10',0,1,' 555 '),
(13526,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13526,'field:19',0,1,' info ccburlingtonwoods com '),
(13526,'field:6',0,1,' grlpgpag '),
(13526,'field:7',0,1,' testing example com '),
(13526,'field:8',0,1,' 5p7viv9h waitfor delay 0 0 15 '),
(13526,'field:9',0,1,' general inquiry '),
(13526,'title',0,1,' 2026 01 21 08 46 18 '),
(13527,'field:10',0,1,' 555 '),
(13527,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13527,'field:19',0,1,' info ccburlingtonwoods com '),
(13527,'field:6',0,1,' grlpgpag '),
(13527,'field:7',0,1,' testing example com '),
(13527,'field:8',0,1,' testing '),
(13527,'field:9',0,1,' careers '),
(13527,'title',0,1,' 2026 01 21 08 46 19 '),
(13528,'field:10',0,1,' 555 '),
(13528,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13528,'field:19',0,1,' info ccburlingtonwoods com '),
(13528,'field:6',0,1,' grlpgpag '),
(13528,'field:7',0,1,' testing example com '),
(13528,'field:8',0,1,' testing '),
(13528,'field:9',0,1,' careers '),
(13528,'title',0,1,' 2026 01 21 08 46 22 '),
(13529,'field:10',0,1,' 555 '),
(13529,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13529,'field:19',0,1,' info ccburlingtonwoods com '),
(13529,'field:6',0,1,' grlpgpag '),
(13529,'field:7',0,1,' testing example com '),
(13529,'field:8',0,1,' testing '),
(13529,'field:9',0,1,' careers '),
(13529,'title',0,1,' 2026 01 21 08 46 24 '),
(13530,'field:10',0,1,' 555 '),
(13530,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13530,'field:19',0,1,' info ccburlingtonwoods com '),
(13530,'field:6',0,1,' grlpgpag '),
(13530,'field:7',0,1,' testing example com '),
(13530,'field:8',0,1,' testing '),
(13530,'field:9',0,1,' careers '),
(13530,'title',0,1,' 2026 01 21 08 46 29 '),
(13531,'field:10',0,1,' 555 '),
(13531,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13531,'field:19',0,1,' info ccburlingtonwoods com '),
(13531,'field:6',0,1,' grlpgpag '),
(13531,'field:7',0,1,' testing example com '),
(13531,'field:8',0,1,' testing '),
(13531,'field:9',0,1,' careers '),
(13531,'title',0,1,' 2026 01 21 08 46 31 '),
(13532,'field:10',0,1,' 555 '),
(13532,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13532,'field:19',0,1,' info ccburlingtonwoods com '),
(13532,'field:6',0,1,' grlpgpag '),
(13532,'field:7',0,1,' testing example com '),
(13532,'field:8',0,1,' testing '),
(13532,'field:9',0,1,' careers '),
(13532,'title',0,1,' 2026 01 21 08 46 31 '),
(13533,'field:10',0,1,' 555 '),
(13533,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13533,'field:19',0,1,' info ccburlingtonwoods com '),
(13533,'field:6',0,1,' grlpgpag '),
(13533,'field:7',0,1,' testing example com '),
(13533,'field:8',0,1,' testing '),
(13533,'field:9',0,1,' careers '),
(13533,'title',0,1,' 2026 01 21 08 46 32 '),
(13534,'field:10',0,1,' 555 '),
(13534,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13534,'field:19',0,1,' info ccburlingtonwoods com '),
(13534,'field:6',0,1,' grlpgpag '),
(13534,'field:7',0,1,' testing example com '),
(13534,'field:8',0,1,' 9pzre4yw or 263= select 263 from pg sleep 15 '),
(13534,'field:9',0,1,' general inquiry '),
(13534,'title',0,1,' 2026 01 21 08 46 32 '),
(13535,'field:10',0,1,' 555 '),
(13535,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13535,'field:19',0,1,' info ccburlingtonwoods com '),
(13535,'field:6',0,1,' grlpgpag '),
(13535,'field:7',0,1,' testing example com '),
(13535,'field:8',0,1,' testing '),
(13535,'field:9',0,1,' careers '),
(13535,'title',0,1,' 2026 01 21 08 46 32 '),
(13536,'field:10',0,1,' 555 '),
(13536,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13536,'field:19',0,1,' info ccburlingtonwoods com '),
(13536,'field:6',0,1,' grlpgpag '),
(13536,'field:7',0,1,' testing example com '),
(13536,'field:8',0,1,' testing '),
(13536,'field:9',0,1,' careers '),
(13536,'title',0,1,' 2026 01 21 08 46 35 '),
(13537,'field:10',0,1,' 555 '),
(13537,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13537,'field:19',0,1,' info ccburlingtonwoods com '),
(13537,'field:6',0,1,' grlpgpag '),
(13537,'field:7',0,1,' testing example com '),
(13537,'field:8',0,1,' testing '),
(13537,'field:9',0,1,' careers '),
(13537,'title',0,1,' 2026 01 21 08 46 36 '),
(13538,'field:10',0,1,' 555 '),
(13538,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13538,'field:19',0,1,' info ccburlingtonwoods com '),
(13538,'field:6',0,1,' grlpgpag '),
(13538,'field:7',0,1,' testing example com '),
(13538,'field:8',0,1,' testing '),
(13538,'field:9',0,1,' careers '),
(13538,'title',0,1,' 2026 01 21 08 46 36 '),
(13539,'field:10',0,1,' 555 '),
(13539,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13539,'field:19',0,1,' info ccburlingtonwoods com '),
(13539,'field:6',0,1,' grlpgpag '),
(13539,'field:7',0,1,' testing example com '),
(13539,'field:8',0,1,' c8rkjz3x or 444= select 444 from pg sleep 15 '),
(13539,'field:9',0,1,' general inquiry '),
(13539,'title',0,1,' 2026 01 21 08 46 41 '),
(13540,'field:10',0,1,' 555 '),
(13540,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13540,'field:19',0,1,' info ccburlingtonwoods com '),
(13540,'field:6',0,1,' grlpgpag '),
(13540,'field:7',0,1,' testing example com '),
(13540,'field:8',0,1,' testing '),
(13540,'field:9',0,1,' general inquiry '),
(13540,'title',0,1,' 2026 01 21 08 46 44 '),
(13541,'field:10',0,1,' 555 '),
(13541,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13541,'field:19',0,1,' info ccburlingtonwoods com '),
(13541,'field:6',0,1,' grlpgpag '),
(13541,'field:7',0,1,' testing example com '),
(13541,'field:8',0,1,' cnguanqp or 245= select 245 from pg sleep 15 '),
(13541,'field:9',0,1,' general inquiry '),
(13541,'title',0,1,' 2026 01 21 08 46 47 '),
(13542,'field:10',0,1,' 555 '),
(13542,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13542,'field:19',0,1,' info ccburlingtonwoods com '),
(13542,'field:6',0,1,' grlpgpag '),
(13542,'field:7',0,1,' testing example com '),
(13542,'field:8',0,1,' testing '),
(13542,'field:9',0,1,' general inquiry '),
(13542,'title',0,1,' 2026 01 21 08 46 49 '),
(13543,'field:10',0,1,' 555 '),
(13543,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13543,'field:19',0,1,' info ccburlingtonwoods com '),
(13543,'field:6',0,1,' grlpgpag '),
(13543,'field:7',0,1,' testing example com '),
(13543,'field:8',0,1,' testing dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13543,'field:9',0,1,' general inquiry '),
(13543,'title',0,1,' 2026 01 21 08 46 55 '),
(13544,'field:10',0,1,' 555 '),
(13544,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13544,'field:19',0,1,' info ccburlingtonwoods com '),
(13544,'field:6',0,1,' grlpgpag '),
(13544,'field:7',0,1,' testing example com '),
(13544,'field:8',0,1,' 1 '),
(13544,'field:9',0,1,' general inquiry '),
(13544,'title',0,1,' 2026 01 21 08 46 59 '),
(13545,'field:10',0,1,' 555 '),
(13545,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13545,'field:19',0,1,' info ccburlingtonwoods com '),
(13545,'field:6',0,1,' grlpgpag '),
(13545,'field:7',0,1,' testing example com '),
(13545,'field:8',0,1,' testing '),
(13545,'field:9',0,1,' media inquiry '),
(13545,'title',0,1,' 2026 01 21 08 47 00 '),
(13546,'field:10',0,1,' 555 '),
(13546,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13546,'field:19',0,1,' info ccburlingtonwoods com '),
(13546,'field:6',0,1,' grlpgpag '),
(13546,'field:7',0,1,' testing example com '),
(13546,'field:8',0,1,' 1%2527%2522 '),
(13546,'field:9',0,1,' general inquiry '),
(13546,'title',0,1,' 2026 01 21 08 47 02 '),
(13547,'field:10',0,1,' 555 '),
(13547,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13547,'field:19',0,1,' info ccburlingtonwoods com '),
(13547,'field:6',0,1,' grlpgpag '),
(13547,'field:7',0,1,' testing example com '),
(13547,'field:8',0,1,' iosi1 '),
(13547,'field:9',0,1,' general inquiry '),
(13547,'title',0,1,' 2026 01 21 08 47 06 '),
(13548,'field:10',0,1,' 555 '),
(13548,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13548,'field:19',0,1,' info ccburlingtonwoods com '),
(13548,'field:6',0,1,' grlpgpag '),
(13548,'field:7',0,1,' testing example com '),
(13548,'field:8',0,1,' testing '),
(13548,'field:9',0,1,' media inquiry '),
(13548,'title',0,1,' 2026 01 21 08 47 07 '),
(13549,'field:10',0,1,' 555 '),
(13549,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13549,'field:19',0,1,' info ccburlingtonwoods com '),
(13549,'field:6',0,1,' grlpgpag '),
(13549,'field:7',0,1,' testing example com '),
(13549,'field:8',0,1,' 1 or 2 470 470 1=0 0 0 1 '),
(13549,'field:9',0,1,' media inquiry '),
(13549,'title',0,1,' 2026 01 21 08 47 10 '),
(13550,'field:10',0,1,' 555 '),
(13550,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13550,'field:19',0,1,' info ccburlingtonwoods com '),
(13550,'field:6',0,1,' grlpgpag '),
(13550,'field:7',0,1,' testing example com '),
(13550,'field:8',0,1,' 1 or 2 617 617 1=0 0 0 1 '),
(13550,'field:9',0,1,' media inquiry '),
(13550,'title',0,1,' 2026 01 21 08 47 11 '),
(13551,'field:10',0,1,' 555 '),
(13551,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13551,'field:19',0,1,' info ccburlingtonwoods com '),
(13551,'field:6',0,1,' grlpgpag '),
(13551,'field:7',0,1,' testing example com '),
(13551,'field:8',0,1,' testing '),
(13551,'field:9',0,1,' general inquiry '),
(13551,'title',0,1,' 2026 01 21 08 47 13 '),
(13552,'field:10',0,1,' 555 '),
(13552,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13552,'field:19',0,1,' info ccburlingtonwoods com '),
(13552,'field:6',0,1,' grlpgpag '),
(13552,'field:7',0,1,' testing example com '),
(13552,'field:8',0,1,' 1 or 2 986 986 1=0 0 0 1 '),
(13552,'field:9',0,1,' media inquiry '),
(13552,'title',0,1,' 2026 01 21 08 47 13 '),
(13553,'field:10',0,1,' 555 '),
(13553,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13553,'field:19',0,1,' info ccburlingtonwoods com '),
(13553,'field:6',0,1,' grlpgpag '),
(13553,'field:7',0,1,' testing example com '),
(13553,'field:8',0,1,' 1 or 2 853 853 1=0 0 0 1 or ejgtansc= '),
(13553,'field:9',0,1,' media inquiry '),
(13553,'title',0,1,' 2026 01 21 08 47 16 '),
(13554,'field:10',0,1,' 555 '),
(13554,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13554,'field:19',0,1,' info ccburlingtonwoods com '),
(13554,'field:6',0,1,' grlpgpag '),
(13554,'field:7',0,1,' testing example com '),
(13554,'field:8',0,1,' 1 or 2 160 160 1=0 0 0 1 '),
(13554,'field:9',0,1,' media inquiry '),
(13554,'title',0,1,' 2026 01 21 08 47 17 '),
(13555,'field:10',0,1,' 555 '),
(13555,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13555,'field:19',0,1,' info ccburlingtonwoods com '),
(13555,'field:6',0,1,' grlpgpag '),
(13555,'field:7',0,1,' testing example com '),
(13555,'field:8',0,1,' testing '),
(13555,'field:9',0,1,' general inquiry '),
(13555,'title',0,1,' 2026 01 21 08 47 18 '),
(13556,'field:10',0,1,' 555 '),
(13556,'field:18',0,1,' 1 or 2 38 38 1=0 0 0 1 '),
(13556,'field:19',0,1,' info ccburlingtonwoods com '),
(13556,'field:6',0,1,' grlpgpag '),
(13556,'field:7',0,1,' testing example com '),
(13556,'field:8',0,1,' testing '),
(13556,'field:9',0,1,' general inquiry '),
(13556,'title',0,1,' 2026 01 21 08 47 19 '),
(13557,'field:10',0,1,' 555 '),
(13557,'field:18',0,1,' 1 or 2 562 562 1=0 0 0 1 '),
(13557,'field:19',0,1,' info ccburlingtonwoods com '),
(13557,'field:6',0,1,' grlpgpag '),
(13557,'field:7',0,1,' testing example com '),
(13557,'field:8',0,1,' testing '),
(13557,'field:9',0,1,' general inquiry '),
(13557,'title',0,1,' 2026 01 21 08 47 21 '),
(13558,'field:10',0,1,' 555 '),
(13558,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13558,'field:19',0,1,' info ccburlingtonwoods com '),
(13558,'field:6',0,1,' grlpgpag '),
(13558,'field:7',0,1,' testing example com '),
(13558,'field:8',0,1,' if now =sysdate sleep 15 0 '),
(13558,'field:9',0,1,' media inquiry '),
(13558,'title',0,1,' 2026 01 21 08 47 22 '),
(13559,'field:10',0,1,' 555 '),
(13559,'field:18',0,1,' 1 or 2 729 729 1=0 0 0 1 '),
(13559,'field:19',0,1,' info ccburlingtonwoods com '),
(13559,'field:6',0,1,' grlpgpag '),
(13559,'field:7',0,1,' testing example com '),
(13559,'field:8',0,1,' testing '),
(13559,'field:9',0,1,' general inquiry '),
(13559,'title',0,1,' 2026 01 21 08 47 22 '),
(13560,'field:10',0,1,' 555 '),
(13560,'field:18',0,1,' 1 or 2 843 843 1=0 0 0 1 or 8jjb9sgp= '),
(13560,'field:19',0,1,' info ccburlingtonwoods com '),
(13560,'field:6',0,1,' grlpgpag '),
(13560,'field:7',0,1,' testing example com '),
(13560,'field:8',0,1,' testing '),
(13560,'field:9',0,1,' general inquiry '),
(13560,'title',0,1,' 2026 01 21 08 47 24 '),
(13561,'field:10',0,1,' 555 '),
(13561,'field:18',0,1,' 1 or 2 961 961 1=0 0 0 1 '),
(13561,'field:19',0,1,' info ccburlingtonwoods com '),
(13561,'field:6',0,1,' grlpgpag '),
(13561,'field:7',0,1,' testing example com '),
(13561,'field:8',0,1,' testing '),
(13561,'field:9',0,1,' general inquiry '),
(13561,'title',0,1,' 2026 01 21 08 47 26 '),
(13562,'field:10',0,1,' 555 '),
(13562,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13562,'field:19',0,1,' info ccburlingtonwoods com '),
(13562,'field:6',0,1,' grlpgpag '),
(13562,'field:7',0,1,' testing example com '),
(13562,'field:8',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13562,'field:9',0,1,' media inquiry '),
(13562,'title',0,1,' 2026 01 21 08 47 28 '),
(13563,'field:10',0,1,' 555 '),
(13563,'field:18',0,1,' if now =sysdate sleep 15 0 '),
(13563,'field:19',0,1,' info ccburlingtonwoods com '),
(13563,'field:6',0,1,' grlpgpag '),
(13563,'field:7',0,1,' testing example com '),
(13563,'field:8',0,1,' testing '),
(13563,'field:9',0,1,' general inquiry '),
(13563,'title',0,1,' 2026 01 21 08 47 31 '),
(13564,'field:10',0,1,' tolshhina 68 mkm https kapio ru dostavka i servis proizvoditel klim plast predlagaet zakazat optom pakety dlia musora https kapio ru katalog byitovaya ximiya sredstva dlya myitya polov v nalicii izdeliia razlicnoi plotnosti i obieema v rulonax i plastax https kapio ru katalog byitovaya ximiya universalnyie sredstva progress ams 1l dostavka osushhestvliaetsia transportnymi kompaniiami https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki salfetka iz mikrofibry 30h30 zelenaja bez up my reguliarno provodim razlicnye akcii pozvoliaiushhie priobresti musornye meski na eshhe bolee vygodnyx usloviiax https kapio ru katalog byitovaya ximiya pyatnovyivoditeli i otbelivateli vanish pjatnovyvoditel i otbelivatel dlja tkanej zhidkij 1l mesok paket polietilenovyi dlia musora cernogo cveta iz pnd nasa lineika https kapio ru katalog sredstva dlya zashhityi ruk xozyajstvennyie perchatki polnoe opisanie v nalicii na sklade v upakovke 25 st https kapio ru katalog byitovaya ximiya sredstva dlya kuxni sif aktiv chistjashhij krem 500ml 2 cena za 1 up 75 https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi 00 r dostupno dlia pokupki ot kratno 1 up https kapio ru katalog meshki dlya musora meshki psd meshki dlja musora 120 litrov 70h110 sm psd v rulonah po 10 shtuk oranzhevye standart regiony rf https kapio ru katalog meshki dlya musora meshki psd meshki dlja musora 120 litrov 70h110 sm psd v rulonah po 10 shtuk zelenye standart meski dlia musora v moskve https kapio ru katalog xozyajstvennyij inventar meshki dlya pyilesosov meshok pylesbornyj dlja pylesosa karcher wd 3 k2 5 pani pronja komplekt 5sht '),
(13564,'field:18',0,1,' https ccinglemoor com contact '),
(13564,'field:19',0,1,' info ccinglemoor com '),
(13564,'field:6',0,1,' michaelboync '),
(13564,'field:7',0,1,' simonenko borya list ru '),
(13564,'field:8',0,1,' google '),
(13564,'field:9',0,1,' general inquiry '),
(13564,'title',0,1,' 2026 01 21 08 47 32 '),
(13565,'field:10',0,1,' 555 '),
(13565,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13565,'field:19',0,1,' info ccburlingtonwoods com '),
(13565,'field:6',0,1,' grlpgpag '),
(13565,'field:7',0,1,' testing example com '),
(13565,'field:8',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13565,'field:9',0,1,' media inquiry '),
(13565,'title',0,1,' 2026 01 21 08 47 33 '),
(13566,'field:10',0,1,' esli k stene pridvinuta mebel otodvinte ee ili predostavte etot process nasemu specialistu https dez spasatel ru articles tarakany chernye tarakany v kvartire kak izbavitsya pocva https dez spasatel ru articles tarakany kusayutsya li tarakany i kak vyglyadit ikh ukus kak proxodit dezinsekciia sotrudniki ses moskvy provodiat osmotr i opredeliaiut vid nasekomyx https dez spasatel ru articles dezinfektsiya poyavilis myshi v kvartire kak izbavitsya eto pomogaet vybrat naibolee effektivnye metody borby https dez spasatel ru unichtozhenie zapakhov zapakh trupa dokumentalnoe soprovozdenie https dez spasatel ru dezinsekciya kleshchi sanitarnaia sluzba vsegda gotova pomoc https dez spasatel ru dezinfekciya obrabotka posle smerti '),
(13566,'field:18',0,1,' https ccgrotonregency com contact '),
(13566,'field:19',0,1,' info ccgrotonregency com '),
(13566,'field:6',0,1,' michaelticle '),
(13566,'field:7',0,1,' yulyagabipo mail ru '),
(13566,'field:8',0,1,' google '),
(13566,'field:9',0,1,' general inquiry '),
(13566,'title',0,1,' 2026 01 21 08 47 36 '),
(13567,'field:10',0,1,' 555 '),
(13567,'field:18',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13567,'field:19',0,1,' info ccburlingtonwoods com '),
(13567,'field:6',0,1,' grlpgpag '),
(13567,'field:7',0,1,' testing example com '),
(13567,'field:8',0,1,' testing '),
(13567,'field:9',0,1,' general inquiry '),
(13567,'title',0,1,' 2026 01 21 08 47 36 '),
(13568,'field:10',0,1,' 555 '),
(13568,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13568,'field:19',0,1,' info ccburlingtonwoods com '),
(13568,'field:6',0,1,' grlpgpag '),
(13568,'field:7',0,1,' testing example com '),
(13568,'field:8',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13568,'field:9',0,1,' media inquiry '),
(13568,'title',0,1,' 2026 01 21 08 47 38 '),
(13569,'field:10',0,1,' 555 '),
(13569,'field:18',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13569,'field:19',0,1,' info ccburlingtonwoods com '),
(13569,'field:6',0,1,' grlpgpag '),
(13569,'field:7',0,1,' testing example com '),
(13569,'field:8',0,1,' testing '),
(13569,'field:9',0,1,' general inquiry '),
(13569,'title',0,1,' 2026 01 21 08 47 42 '),
(13570,'field:10',0,1,' 555 '),
(13570,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13570,'field:19',0,1,' info ccburlingtonwoods com '),
(13570,'field:6',0,1,' grlpgpag '),
(13570,'field:7',0,1,' testing example com '),
(13570,'field:8',0,1,' 1 waitfor delay 0 0 15 '),
(13570,'field:9',0,1,' media inquiry '),
(13570,'title',0,1,' 2026 01 21 08 47 44 '),
(13571,'field:10',0,1,' 555 '),
(13571,'field:18',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13571,'field:19',0,1,' info ccburlingtonwoods com '),
(13571,'field:6',0,1,' grlpgpag '),
(13571,'field:7',0,1,' testing example com '),
(13571,'field:8',0,1,' testing '),
(13571,'field:9',0,1,' general inquiry '),
(13571,'title',0,1,' 2026 01 21 08 47 48 '),
(13572,'field:10',0,1,' 555 '),
(13572,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13572,'field:19',0,1,' info ccburlingtonwoods com '),
(13572,'field:6',0,1,' grlpgpag '),
(13572,'field:7',0,1,' testing example com '),
(13572,'field:8',0,1,' wrpu6nnd waitfor delay 0 0 15 '),
(13572,'field:9',0,1,' media inquiry '),
(13572,'title',0,1,' 2026 01 21 08 47 50 '),
(13573,'field:10',0,1,' 555 '),
(13573,'field:18',0,1,' 1 waitfor delay 0 0 15 '),
(13573,'field:19',0,1,' info ccburlingtonwoods com '),
(13573,'field:6',0,1,' grlpgpag '),
(13573,'field:7',0,1,' testing example com '),
(13573,'field:8',0,1,' testing '),
(13573,'field:9',0,1,' general inquiry '),
(13573,'title',0,1,' 2026 01 21 08 47 53 '),
(13574,'field:10',0,1,' 555 '),
(13574,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13574,'field:19',0,1,' info ccburlingtonwoods com '),
(13574,'field:6',0,1,' grlpgpag '),
(13574,'field:7',0,1,' testing example com '),
(13574,'field:8',0,1,' syuxq0k7 or 128= select 128 from pg sleep 15 '),
(13574,'field:9',0,1,' media inquiry '),
(13574,'title',0,1,' 2026 01 21 08 47 55 '),
(13575,'field:10',0,1,' 555 '),
(13575,'field:18',0,1,' bb1ahp26 waitfor delay 0 0 15 '),
(13575,'field:19',0,1,' info ccburlingtonwoods com '),
(13575,'field:6',0,1,' grlpgpag '),
(13575,'field:7',0,1,' testing example com '),
(13575,'field:8',0,1,' testing '),
(13575,'field:9',0,1,' general inquiry '),
(13575,'title',0,1,' 2026 01 21 08 47 57 '),
(13576,'field:10',0,1,' 555 '),
(13576,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13576,'field:19',0,1,' info ccburlingtonwoods com '),
(13576,'field:6',0,1,' grlpgpag '),
(13576,'field:7',0,1,' testing example com '),
(13576,'field:8',0,1,' vw8jgicv or 908= select 908 from pg sleep 15 '),
(13576,'field:9',0,1,' media inquiry '),
(13576,'title',0,1,' 2026 01 21 08 47 59 '),
(13577,'field:10',0,1,' 555 '),
(13577,'field:18',0,1,' cfblnvky or 655= select 655 from pg sleep 15 '),
(13577,'field:19',0,1,' info ccburlingtonwoods com '),
(13577,'field:6',0,1,' grlpgpag '),
(13577,'field:7',0,1,' testing example com '),
(13577,'field:8',0,1,' testing '),
(13577,'field:9',0,1,' general inquiry '),
(13577,'title',0,1,' 2026 01 21 08 48 04 '),
(13578,'field:10',0,1,' 555 '),
(13578,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13578,'field:19',0,1,' info ccburlingtonwoods com '),
(13578,'field:6',0,1,' grlpgpag '),
(13578,'field:7',0,1,' testing example com '),
(13578,'field:8',0,1,' dns2qe3k or 874= select 874 from pg sleep 15 '),
(13578,'field:9',0,1,' media inquiry '),
(13578,'title',0,1,' 2026 01 21 08 48 05 '),
(13579,'field:10',0,1,' 555 '),
(13579,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13579,'field:19',0,1,' info ccburlingtonwoods com '),
(13579,'field:6',0,1,' grlpgpag '),
(13579,'field:7',0,1,' testing example com '),
(13579,'field:8',0,1,' testing dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13579,'field:9',0,1,' media inquiry '),
(13579,'title',0,1,' 2026 01 21 08 48 07 '),
(13580,'field:10',0,1,' 555 '),
(13580,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13580,'field:19',0,1,' info ccburlingtonwoods com '),
(13580,'field:6',0,1,' grlpgpag '),
(13580,'field:7',0,1,' testing example com '),
(13580,'field:8',0,1,' 1 '),
(13580,'field:9',0,1,' media inquiry '),
(13580,'title',0,1,' 2026 01 21 08 48 10 '),
(13581,'field:10',0,1,' 555 '),
(13581,'field:18',0,1,' nbv6nrxz or 30= select 30 from pg sleep 15 '),
(13581,'field:19',0,1,' info ccburlingtonwoods com '),
(13581,'field:6',0,1,' grlpgpag '),
(13581,'field:7',0,1,' testing example com '),
(13581,'field:8',0,1,' testing '),
(13581,'field:9',0,1,' general inquiry '),
(13581,'title',0,1,' 2026 01 21 08 48 10 '),
(13582,'field:10',0,1,' 555 '),
(13582,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13582,'field:19',0,1,' info ccburlingtonwoods com '),
(13582,'field:6',0,1,' grlpgpag '),
(13582,'field:7',0,1,' testing example com '),
(13582,'field:8',0,1,' 1%2527%2522 '),
(13582,'field:9',0,1,' media inquiry '),
(13582,'title',0,1,' 2026 01 21 08 48 12 '),
(13583,'field:10',0,1,' 555 '),
(13583,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13583,'field:19',0,1,' info ccburlingtonwoods com '),
(13583,'field:6',0,1,' grlpgpag '),
(13583,'field:7',0,1,' testing example com '),
(13583,'field:8',0,1,' ctiba '),
(13583,'field:9',0,1,' media inquiry '),
(13583,'title',0,1,' 2026 01 21 08 48 13 '),
(13584,'field:10',0,1,' 555 '),
(13584,'field:18',0,1,' urpu38a1 or 67= select 67 from pg sleep 15 '),
(13584,'field:19',0,1,' info ccburlingtonwoods com '),
(13584,'field:6',0,1,' grlpgpag '),
(13584,'field:7',0,1,' testing example com '),
(13584,'field:8',0,1,' testing '),
(13584,'field:9',0,1,' general inquiry '),
(13584,'title',0,1,' 2026 01 21 08 48 17 '),
(13585,'field:10',0,1,' 555 '),
(13585,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13585,'field:19',0,1,' info ccburlingtonwoods com '),
(13585,'field:6',0,1,' grlpgpag '),
(13585,'field:7',0,1,' testing example com '),
(13585,'field:8',0,1,' testing '),
(13585,'field:9',0,1,' general inquiry '),
(13585,'title',0,1,' 2026 01 21 08 48 19 '),
(13586,'field:10',0,1,' 555 '),
(13586,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13586,'field:19',0,1,' info ccburlingtonwoods com '),
(13586,'field:6',0,1,' grlpgpag '),
(13586,'field:7',0,1,' testing example com '),
(13586,'field:8',0,1,' testing '),
(13586,'field:9',0,1,' media inquiry '),
(13586,'title',0,1,' 2026 01 21 08 48 21 '),
(13587,'field:10',0,1,' 555 '),
(13587,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13587,'field:19',0,1,' info ccburlingtonwoods com '),
(13587,'field:6',0,1,' grlpgpag '),
(13587,'field:7',0,1,' testing example com '),
(13587,'field:8',0,1,' testing '),
(13587,'field:9',0,1,' general inquiry '),
(13587,'title',0,1,' 2026 01 21 08 48 22 '),
(13588,'field:10',0,1,' 555 '),
(13588,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13588,'field:19',0,1,' info ccburlingtonwoods com '),
(13588,'field:6',0,1,' grlpgpag '),
(13588,'field:7',0,1,' testing example com '),
(13588,'field:8',0,1,' 1 or 2 199 199 1=0 0 0 1 '),
(13588,'field:9',0,1,' general inquiry '),
(13588,'title',0,1,' 2026 01 21 08 48 23 '),
(13589,'field:10',0,1,' 555 '),
(13589,'field:18',0,1,' https ccburlingtonwoods com contact dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13589,'field:19',0,1,' info ccburlingtonwoods com '),
(13589,'field:6',0,1,' grlpgpag '),
(13589,'field:7',0,1,' testing example com '),
(13589,'field:8',0,1,' testing '),
(13589,'field:9',0,1,' general inquiry '),
(13589,'title',0,1,' 2026 01 21 08 48 25 '),
(13590,'field:10',0,1,' 555 '),
(13590,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13590,'field:19',0,1,' info ccburlingtonwoods com '),
(13590,'field:6',0,1,' grlpgpag '),
(13590,'field:7',0,1,' testing example com '),
(13590,'field:8',0,1,' 1 or 2 139 139 1=0 0 0 1 '),
(13590,'field:9',0,1,' general inquiry '),
(13590,'title',0,1,' 2026 01 21 08 48 32 '),
(13591,'field:10',0,1,' 555 '),
(13591,'field:18',0,1,' 1 '),
(13591,'field:19',0,1,' info ccburlingtonwoods com '),
(13591,'field:6',0,1,' grlpgpag '),
(13591,'field:7',0,1,' testing example com '),
(13591,'field:8',0,1,' testing '),
(13591,'field:9',0,1,' general inquiry '),
(13591,'title',0,1,' 2026 01 21 08 48 33 '),
(13592,'field:10',0,1,' da na vse uslugi daem garantiiu v tecenie goda https berezov lsk ru esli cto to poidet ne tak vozmestim ushherb ispravim vse za nas scet https berezov lsk ru pocemu nas vybiraiut ili my mozem perezvonit vam sami https berezov lsk ru vyezd specialistov na obieekt dlia predvaritelnogo analiza vypolnenie zamerov https berezov lsk ru posmotrite nasi primery ctoby nagliadno ubeditsia v kacestve prodelannoi raboty https berezov lsk ru realizaciia landsafta https berezov lsk ru '),
(13592,'field:18',0,1,' https cclehigh com contact '),
(13592,'field:19',0,1,' info cclehigh com '),
(13592,'field:6',0,1,' scottrip '),
(13592,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(13592,'field:8',0,1,' google '),
(13592,'field:9',0,1,' general inquiry '),
(13592,'title',0,1,' 2026 01 21 08 48 33 '),
(13593,'field:10',0,1,' 555 '),
(13593,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13593,'field:19',0,1,' info ccburlingtonwoods com '),
(13593,'field:6',0,1,' grlpgpag '),
(13593,'field:7',0,1,' testing example com '),
(13593,'field:8',0,1,' 1 or 2 78 78 1=0 0 0 1 '),
(13593,'field:9',0,1,' general inquiry '),
(13593,'title',0,1,' 2026 01 21 08 48 35 '),
(13594,'field:10',0,1,' 555 '),
(13594,'field:18',0,1,' 1%2527%2522 '),
(13594,'field:19',0,1,' info ccburlingtonwoods com '),
(13594,'field:6',0,1,' grlpgpag '),
(13594,'field:7',0,1,' testing example com '),
(13594,'field:8',0,1,' testing '),
(13594,'field:9',0,1,' general inquiry '),
(13594,'title',0,1,' 2026 01 21 08 48 37 '),
(13595,'field:10',0,1,' 555 '),
(13595,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13595,'field:19',0,1,' info ccburlingtonwoods com '),
(13595,'field:6',0,1,' grlpgpag '),
(13595,'field:7',0,1,' testing example com '),
(13595,'field:8',0,1,' testing '),
(13595,'field:9',0,1,' media inquiry '),
(13595,'title',0,1,' 2026 01 21 08 48 38 '),
(13596,'field:10',0,1,' 555 '),
(13596,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13596,'field:19',0,1,' info ccburlingtonwoods com '),
(13596,'field:6',0,1,' grlpgpag '),
(13596,'field:7',0,1,' testing example com '),
(13596,'field:8',0,1,' 1 or 2 822 822 1=0 0 0 1 or 7tkhvdoq= '),
(13596,'field:9',0,1,' general inquiry '),
(13596,'title',0,1,' 2026 01 21 08 48 38 '),
(13597,'field:10',0,1,' 555 '),
(13597,'field:18',0,1,' b2bjf '),
(13597,'field:19',0,1,' info ccburlingtonwoods com '),
(13597,'field:6',0,1,' grlpgpag '),
(13597,'field:7',0,1,' testing example com '),
(13597,'field:8',0,1,' testing '),
(13597,'field:9',0,1,' general inquiry '),
(13597,'title',0,1,' 2026 01 21 08 48 39 '),
(13598,'field:10',0,1,' 555 '),
(13598,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13598,'field:19',0,1,' info ccburlingtonwoods com '),
(13598,'field:6',0,1,' grlpgpag '),
(13598,'field:7',0,1,' testing example com '),
(13598,'field:8',0,1,' 1 or 2 677 677 1=0 0 0 1 '),
(13598,'field:9',0,1,' general inquiry '),
(13598,'title',0,1,' 2026 01 21 08 48 40 '),
(13599,'field:10',0,1,' 555 '),
(13599,'field:18',0,1,' 1 or 2 522 522 1=0 0 0 1 '),
(13599,'field:19',0,1,' info ccburlingtonwoods com '),
(13599,'field:6',0,1,' grlpgpag '),
(13599,'field:7',0,1,' testing example com '),
(13599,'field:8',0,1,' testing '),
(13599,'field:9',0,1,' media inquiry '),
(13599,'title',0,1,' 2026 01 21 08 48 40 '),
(13600,'field:10',0,1,' 555 '),
(13600,'field:18',0,1,' 1 or 2 96 96 1=0 0 0 1 '),
(13600,'field:19',0,1,' info ccburlingtonwoods com '),
(13600,'field:6',0,1,' grlpgpag '),
(13600,'field:7',0,1,' testing example com '),
(13600,'field:8',0,1,' testing '),
(13600,'field:9',0,1,' media inquiry '),
(13600,'title',0,1,' 2026 01 21 08 48 42 '),
(13601,'field:10',0,1,' 555 '),
(13601,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13601,'field:19',0,1,' info ccburlingtonwoods com '),
(13601,'field:6',0,1,' grlpgpag '),
(13601,'field:7',0,1,' testing example com '),
(13601,'field:8',0,1,' testing '),
(13601,'field:9',0,1,' general inquiry '),
(13601,'title',0,1,' 2026 01 21 08 48 44 '),
(13602,'field:10',0,1,' 555 '),
(13602,'field:18',0,1,' 1 or 2 537 537 1=0 0 0 1 '),
(13602,'field:19',0,1,' info ccburlingtonwoods com '),
(13602,'field:6',0,1,' grlpgpag '),
(13602,'field:7',0,1,' testing example com '),
(13602,'field:8',0,1,' testing '),
(13602,'field:9',0,1,' media inquiry '),
(13602,'title',0,1,' 2026 01 21 08 48 44 '),
(13603,'field:10',0,1,' 555 '),
(13603,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13603,'field:19',0,1,' info ccburlingtonwoods com '),
(13603,'field:6',0,1,' grlpgpag '),
(13603,'field:7',0,1,' testing example com '),
(13603,'field:8',0,1,' if now =sysdate sleep 15 0 '),
(13603,'field:9',0,1,' general inquiry '),
(13603,'title',0,1,' 2026 01 21 08 48 45 '),
(13604,'field:10',0,1,' 555 '),
(13604,'field:18',0,1,' 1 or 2 288 288 1=0 0 0 1 or sulh4tp7= '),
(13604,'field:19',0,1,' info ccburlingtonwoods com '),
(13604,'field:6',0,1,' grlpgpag '),
(13604,'field:7',0,1,' testing example com '),
(13604,'field:8',0,1,' testing '),
(13604,'field:9',0,1,' media inquiry '),
(13604,'title',0,1,' 2026 01 21 08 48 45 '),
(13605,'field:10',0,1,' 555 '),
(13605,'field:18',0,1,' 1 or 2 820 820 1=0 0 0 1 '),
(13605,'field:19',0,1,' info ccburlingtonwoods com '),
(13605,'field:6',0,1,' grlpgpag '),
(13605,'field:7',0,1,' testing example com '),
(13605,'field:8',0,1,' testing '),
(13605,'field:9',0,1,' media inquiry '),
(13605,'title',0,1,' 2026 01 21 08 48 47 '),
(13606,'field:10',0,1,' 555 '),
(13606,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13606,'field:19',0,1,' info ccburlingtonwoods com '),
(13606,'field:6',0,1,' grlpgpag '),
(13606,'field:7',0,1,' testing example com '),
(13606,'field:8',0,1,' testing '),
(13606,'field:9',0,1,' general inquiry '),
(13606,'title',0,1,' 2026 01 21 08 48 48 '),
(13607,'field:10',0,1,' 555 '),
(13607,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13607,'field:19',0,1,' info ccburlingtonwoods com '),
(13607,'field:6',0,1,' grlpgpag '),
(13607,'field:7',0,1,' testing example com ');
INSERT INTO `searchindex` VALUES
(13607,'field:8',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13607,'field:9',0,1,' general inquiry '),
(13607,'title',0,1,' 2026 01 21 08 48 49 '),
(13608,'field:10',0,1,' 555 '),
(13608,'field:18',0,1,' if now =sysdate sleep 15 0 '),
(13608,'field:19',0,1,' info ccburlingtonwoods com '),
(13608,'field:6',0,1,' grlpgpag '),
(13608,'field:7',0,1,' testing example com '),
(13608,'field:8',0,1,' testing '),
(13608,'field:9',0,1,' media inquiry '),
(13608,'title',0,1,' 2026 01 21 08 48 57 '),
(13609,'field:10',0,1,' 555 '),
(13609,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13609,'field:19',0,1,' info ccburlingtonwoods com '),
(13609,'field:6',0,1,' grlpgpag '),
(13609,'field:7',0,1,' testing example com '),
(13609,'field:8',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13609,'field:9',0,1,' general inquiry '),
(13609,'title',0,1,' 2026 01 21 08 49 05 '),
(13610,'field:10',0,1,' 555 '),
(13610,'field:18',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13610,'field:19',0,1,' info ccburlingtonwoods com '),
(13610,'field:6',0,1,' grlpgpag '),
(13610,'field:7',0,1,' testing example com '),
(13610,'field:8',0,1,' testing '),
(13610,'field:9',0,1,' media inquiry '),
(13610,'title',0,1,' 2026 01 21 08 49 09 '),
(13611,'field:10',0,1,' 555 '),
(13611,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13611,'field:19',0,1,' info ccburlingtonwoods com '),
(13611,'field:6',0,1,' grlpgpag '),
(13611,'field:7',0,1,' testing example com '),
(13611,'field:8',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13611,'field:9',0,1,' general inquiry '),
(13611,'title',0,1,' 2026 01 21 08 49 12 '),
(13612,'field:10',0,1,' 555 '),
(13612,'field:18',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13612,'field:19',0,1,' info ccburlingtonwoods com '),
(13612,'field:6',0,1,' grlpgpag '),
(13612,'field:7',0,1,' testing example com '),
(13612,'field:8',0,1,' testing '),
(13612,'field:9',0,1,' media inquiry '),
(13612,'title',0,1,' 2026 01 21 08 49 14 '),
(13613,'field:10',0,1,' 555 '),
(13613,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13613,'field:19',0,1,' info ccburlingtonwoods com '),
(13613,'field:6',0,1,' grlpgpag '),
(13613,'field:7',0,1,' testing example com '),
(13613,'field:8',0,1,' 1 waitfor delay 0 0 15 '),
(13613,'field:9',0,1,' general inquiry '),
(13613,'title',0,1,' 2026 01 21 08 49 15 '),
(13614,'field:10',0,1,' 555 '),
(13614,'field:18',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13614,'field:19',0,1,' info ccburlingtonwoods com '),
(13614,'field:6',0,1,' grlpgpag '),
(13614,'field:7',0,1,' testing example com '),
(13614,'field:8',0,1,' testing '),
(13614,'field:9',0,1,' media inquiry '),
(13614,'title',0,1,' 2026 01 21 08 49 19 '),
(13615,'field:10',0,1,' 555 '),
(13615,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13615,'field:19',0,1,' info ccburlingtonwoods com '),
(13615,'field:6',0,1,' grlpgpag '),
(13615,'field:7',0,1,' testing example com '),
(13615,'field:8',0,1,' c28ezlsl waitfor delay 0 0 15 '),
(13615,'field:9',0,1,' general inquiry '),
(13615,'title',0,1,' 2026 01 21 08 49 21 '),
(13616,'field:10',0,1,' 20 '),
(13616,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13616,'field:19',0,1,' info ccburlingtonwoods com '),
(13616,'field:6',0,1,' grlpgpag '),
(13616,'field:7',0,1,' testing example com '),
(13616,'field:8',0,1,' testing '),
(13616,'field:9',0,1,' other '),
(13616,'title',0,1,' 2026 01 21 08 49 27 '),
(13617,'field:10',0,1,' 555 '),
(13617,'field:18',0,1,' 1 waitfor delay 0 0 15 '),
(13617,'field:19',0,1,' info ccburlingtonwoods com '),
(13617,'field:6',0,1,' grlpgpag '),
(13617,'field:7',0,1,' testing example com '),
(13617,'field:8',0,1,' testing '),
(13617,'field:9',0,1,' media inquiry '),
(13617,'title',0,1,' 2026 01 21 08 49 27 '),
(13618,'field:10',0,1,' 20 '),
(13618,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13618,'field:19',0,1,' info ccburlingtonwoods com '),
(13618,'field:6',0,1,' grlpgpag '),
(13618,'field:7',0,1,' testing example com '),
(13618,'field:8',0,1,' testing '),
(13618,'field:9',0,1,' other '),
(13618,'title',0,1,' 2026 01 21 08 49 27 '),
(13619,'field:10',0,1,' 555 '),
(13619,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13619,'field:19',0,1,' info ccburlingtonwoods com '),
(13619,'field:6',0,1,' grlpgpag '),
(13619,'field:7',0,1,' testing example com '),
(13619,'field:8',0,1,' t3keqsvz or 841= select 841 from pg sleep 15 '),
(13619,'field:9',0,1,' general inquiry '),
(13619,'title',0,1,' 2026 01 21 08 49 28 '),
(13620,'field:10',0,1,' 555 '),
(13620,'field:18',0,1,' zrx0rpgo waitfor delay 0 0 15 '),
(13620,'field:19',0,1,' info ccburlingtonwoods com '),
(13620,'field:6',0,1,' grlpgpag '),
(13620,'field:7',0,1,' testing example com '),
(13620,'field:8',0,1,' testing '),
(13620,'field:9',0,1,' media inquiry '),
(13620,'title',0,1,' 2026 01 21 08 49 32 '),
(13621,'field:10',0,1,' 555 '),
(13621,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13621,'field:19',0,1,' info ccburlingtonwoods com '),
(13621,'field:6',0,1,' grlpgpag '),
(13621,'field:7',0,1,' testing example com '),
(13621,'field:8',0,1,' ou3b5cxq or 268= select 268 from pg sleep 15 '),
(13621,'field:9',0,1,' general inquiry '),
(13621,'title',0,1,' 2026 01 21 08 49 33 '),
(13622,'field:10',0,1,' 555 '),
(13622,'field:18',0,1,' ls7gpmnd or 496= select 496 from pg sleep 15 '),
(13622,'field:19',0,1,' info ccburlingtonwoods com '),
(13622,'field:6',0,1,' grlpgpag '),
(13622,'field:7',0,1,' testing example com '),
(13622,'field:8',0,1,' testing '),
(13622,'field:9',0,1,' media inquiry '),
(13622,'title',0,1,' 2026 01 21 08 49 40 '),
(13623,'field:10',0,1,' 555 '),
(13623,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13623,'field:19',0,1,' info ccburlingtonwoods com '),
(13623,'field:6',0,1,' grlpgpag '),
(13623,'field:7',0,1,' testing example com '),
(13623,'field:8',0,1,' d7oqr030 or 803= select 803 from pg sleep 15 '),
(13623,'field:9',0,1,' general inquiry '),
(13623,'title',0,1,' 2026 01 21 08 49 43 '),
(13624,'field:10',0,1,' 555 '),
(13624,'field:18',0,1,' 4haoq9ol or 469= select 469 from pg sleep 15 '),
(13624,'field:19',0,1,' info ccburlingtonwoods com '),
(13624,'field:6',0,1,' grlpgpag '),
(13624,'field:7',0,1,' testing example com '),
(13624,'field:8',0,1,' testing '),
(13624,'field:9',0,1,' media inquiry '),
(13624,'title',0,1,' 2026 01 21 08 49 46 '),
(13625,'field:10',0,1,' 555 '),
(13625,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13625,'field:19',0,1,' info ccburlingtonwoods com '),
(13625,'field:6',0,1,' grlpgpag '),
(13625,'field:7',0,1,' testing example com '),
(13625,'field:8',0,1,' testing dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13625,'field:9',0,1,' general inquiry '),
(13625,'title',0,1,' 2026 01 21 08 49 50 '),
(13626,'field:10',0,1,' 555 '),
(13626,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13626,'field:19',0,1,' info ccburlingtonwoods com '),
(13626,'field:6',0,1,' grlpgpag '),
(13626,'field:7',0,1,' testing example com '),
(13626,'field:8',0,1,' 1 '),
(13626,'field:9',0,1,' general inquiry '),
(13626,'title',0,1,' 2026 01 21 08 49 52 '),
(13627,'field:10',0,1,' 555 '),
(13627,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13627,'field:19',0,1,' info ccburlingtonwoods com '),
(13627,'field:6',0,1,' grlpgpag '),
(13627,'field:7',0,1,' testing example com '),
(13627,'field:8',0,1,' 1%2527%2522 '),
(13627,'field:9',0,1,' general inquiry '),
(13627,'title',0,1,' 2026 01 21 08 49 54 '),
(13628,'field:10',0,1,' 555 '),
(13628,'field:18',0,1,' xrvpbr3s or 735= select 735 from pg sleep 15 '),
(13628,'field:19',0,1,' info ccburlingtonwoods com '),
(13628,'field:6',0,1,' grlpgpag '),
(13628,'field:7',0,1,' testing example com '),
(13628,'field:8',0,1,' testing '),
(13628,'field:9',0,1,' media inquiry '),
(13628,'title',0,1,' 2026 01 21 08 49 56 '),
(13629,'field:10',0,1,' 555 '),
(13629,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13629,'field:19',0,1,' info ccburlingtonwoods com '),
(13629,'field:6',0,1,' grlpgpag '),
(13629,'field:7',0,1,' testing example com '),
(13629,'field:8',0,1,' 2cpz0 '),
(13629,'field:9',0,1,' general inquiry '),
(13629,'title',0,1,' 2026 01 21 08 49 57 '),
(13630,'field:10',0,1,' 555 '),
(13630,'field:18',0,1,' https ccburlingtonwoods com contact dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13630,'field:19',0,1,' info ccburlingtonwoods com '),
(13630,'field:6',0,1,' grlpgpag '),
(13630,'field:7',0,1,' testing example com '),
(13630,'field:8',0,1,' testing '),
(13630,'field:9',0,1,' media inquiry '),
(13630,'title',0,1,' 2026 01 21 08 50 06 '),
(13631,'field:10',0,1,' 555 '),
(13631,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13631,'field:19',0,1,' info ccburlingtonwoods com '),
(13631,'field:6',0,1,' grlpgpag '),
(13631,'field:7',0,1,' testing example com '),
(13631,'field:8',0,1,' testing '),
(13631,'field:9',0,1,' general inquiry '),
(13631,'title',0,1,' 2026 01 21 08 50 06 '),
(13632,'field:10',0,1,' 555 '),
(13632,'field:18',0,1,' 1 '),
(13632,'field:19',0,1,' info ccburlingtonwoods com '),
(13632,'field:6',0,1,' grlpgpag '),
(13632,'field:7',0,1,' testing example com '),
(13632,'field:8',0,1,' testing '),
(13632,'field:9',0,1,' media inquiry '),
(13632,'title',0,1,' 2026 01 21 08 50 08 '),
(13633,'field:10',0,1,' 555 '),
(13633,'field:18',0,1,' 1%2527%2522 '),
(13633,'field:19',0,1,' info ccburlingtonwoods com '),
(13633,'field:6',0,1,' grlpgpag '),
(13633,'field:7',0,1,' testing example com '),
(13633,'field:8',0,1,' testing '),
(13633,'field:9',0,1,' media inquiry '),
(13633,'title',0,1,' 2026 01 21 08 50 10 '),
(13634,'field:10',0,1,' 555 '),
(13634,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13634,'field:19',0,1,' info ccburlingtonwoods com '),
(13634,'field:6',0,1,' grlpgpag '),
(13634,'field:7',0,1,' testing example com '),
(13634,'field:8',0,1,' testing '),
(13634,'field:9',0,1,' general inquiry '),
(13634,'title',0,1,' 2026 01 21 08 50 12 '),
(13635,'field:10',0,1,' 555 '),
(13635,'field:18',0,1,' 5uwfu '),
(13635,'field:19',0,1,' info ccburlingtonwoods com '),
(13635,'field:6',0,1,' grlpgpag '),
(13635,'field:7',0,1,' testing example com '),
(13635,'field:8',0,1,' testing '),
(13635,'field:9',0,1,' media inquiry '),
(13635,'title',0,1,' 2026 01 21 08 50 15 '),
(13636,'field:10',0,1,' 555 '),
(13636,'field:18',0,1,' 1 or 2 949 949 1=0 0 0 1 '),
(13636,'field:19',0,1,' info ccburlingtonwoods com '),
(13636,'field:6',0,1,' grlpgpag '),
(13636,'field:7',0,1,' testing example com '),
(13636,'field:8',0,1,' testing '),
(13636,'field:9',0,1,' general inquiry '),
(13636,'title',0,1,' 2026 01 21 08 50 15 '),
(13637,'field:10',0,1,' 555 '),
(13637,'field:18',0,1,' 1 or 2 569 569 1=0 0 0 1 '),
(13637,'field:19',0,1,' info ccburlingtonwoods com '),
(13637,'field:6',0,1,' grlpgpag '),
(13637,'field:7',0,1,' testing example com '),
(13637,'field:8',0,1,' testing '),
(13637,'field:9',0,1,' general inquiry '),
(13637,'title',0,1,' 2026 01 21 08 50 17 '),
(13638,'field:10',0,1,' 555 '),
(13638,'field:18',0,1,' 1 or 2 72 72 1=0 0 0 1 '),
(13638,'field:19',0,1,' info ccburlingtonwoods com '),
(13638,'field:6',0,1,' grlpgpag '),
(13638,'field:7',0,1,' testing example com '),
(13638,'field:8',0,1,' testing '),
(13638,'field:9',0,1,' general inquiry '),
(13638,'title',0,1,' 2026 01 21 08 50 19 '),
(13639,'field:10',0,1,' 555 '),
(13639,'field:18',0,1,' 1 or 2 473 473 1=0 0 0 1 or osh5w3gq= '),
(13639,'field:19',0,1,' info ccburlingtonwoods com '),
(13639,'field:6',0,1,' grlpgpag '),
(13639,'field:7',0,1,' testing example com '),
(13639,'field:8',0,1,' testing '),
(13639,'field:9',0,1,' general inquiry '),
(13639,'title',0,1,' 2026 01 21 08 50 20 '),
(13640,'field:10',0,1,' 555 '),
(13640,'field:18',0,1,' 1 or 2 77 77 1=0 0 0 1 '),
(13640,'field:19',0,1,' info ccburlingtonwoods com '),
(13640,'field:6',0,1,' grlpgpag '),
(13640,'field:7',0,1,' testing example com '),
(13640,'field:8',0,1,' testing '),
(13640,'field:9',0,1,' general inquiry '),
(13640,'title',0,1,' 2026 01 21 08 50 21 '),
(13641,'field:10',0,1,' 555 '),
(13641,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13641,'field:19',0,1,' info ccburlingtonwoods com '),
(13641,'field:6',0,1,' grlpgpag '),
(13641,'field:7',0,1,' testing example com '),
(13641,'field:8',0,1,' testing '),
(13641,'field:9',0,1,' media inquiry '),
(13641,'title',0,1,' 2026 01 21 08 50 22 '),
(13642,'field:10',0,1,' 555 '),
(13642,'field:18',0,1,' if now =sysdate sleep 15 0 '),
(13642,'field:19',0,1,' info ccburlingtonwoods com '),
(13642,'field:6',0,1,' grlpgpag '),
(13642,'field:7',0,1,' testing example com '),
(13642,'field:8',0,1,' testing '),
(13642,'field:9',0,1,' general inquiry '),
(13642,'title',0,1,' 2026 01 21 08 50 26 '),
(13643,'field:10',0,1,' 555 '),
(13643,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13643,'field:19',0,1,' info ccburlingtonwoods com '),
(13643,'field:6',0,1,' grlpgpag '),
(13643,'field:7',0,1,' testing example com '),
(13643,'field:8',0,1,' testing '),
(13643,'field:9',0,1,' media inquiry '),
(13643,'title',0,1,' 2026 01 21 08 50 27 '),
(13644,'field:10',0,1,' 555 '),
(13644,'field:18',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13644,'field:19',0,1,' info ccburlingtonwoods com '),
(13644,'field:6',0,1,' grlpgpag '),
(13644,'field:7',0,1,' testing example com '),
(13644,'field:8',0,1,' testing '),
(13644,'field:9',0,1,' general inquiry '),
(13644,'title',0,1,' 2026 01 21 08 50 32 '),
(13645,'field:10',0,1,' 555 '),
(13645,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13645,'field:19',0,1,' info ccburlingtonwoods com '),
(13645,'field:6',0,1,' grlpgpag '),
(13645,'field:7',0,1,' testing example com '),
(13645,'field:8',0,1,' testing '),
(13645,'field:9',0,1,' general inquiry '),
(13645,'title',0,1,' 2026 01 21 08 50 37 '),
(13646,'field:10',0,1,' 555 '),
(13646,'field:18',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13646,'field:19',0,1,' info ccburlingtonwoods com '),
(13646,'field:6',0,1,' grlpgpag '),
(13646,'field:7',0,1,' testing example com '),
(13646,'field:8',0,1,' testing '),
(13646,'field:9',0,1,' general inquiry '),
(13646,'title',0,1,' 2026 01 21 08 50 43 '),
(13647,'field:10',0,1,' 555 '),
(13647,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13647,'field:19',0,1,' info ccburlingtonwoods com '),
(13647,'field:6',0,1,' grlpgpag '),
(13647,'field:7',0,1,' testing example com '),
(13647,'field:8',0,1,' testing '),
(13647,'field:9',0,1,' general inquiry '),
(13647,'title',0,1,' 2026 01 21 08 50 45 '),
(13648,'field:10',0,1,' 1 or 2 825 825 1=0 0 0 1 '),
(13648,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13648,'field:19',0,1,' info ccburlingtonwoods com '),
(13648,'field:6',0,1,' grlpgpag '),
(13648,'field:7',0,1,' testing example com '),
(13648,'field:8',0,1,' testing '),
(13648,'field:9',0,1,' general inquiry '),
(13648,'title',0,1,' 2026 01 21 08 50 46 '),
(13649,'field:10',0,1,' 1 or 2 323 323 1=0 0 0 1 '),
(13649,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13649,'field:19',0,1,' info ccburlingtonwoods com '),
(13649,'field:6',0,1,' grlpgpag '),
(13649,'field:7',0,1,' testing example com '),
(13649,'field:8',0,1,' testing '),
(13649,'field:9',0,1,' general inquiry '),
(13649,'title',0,1,' 2026 01 21 08 50 47 '),
(13650,'field:10',0,1,' 555 '),
(13650,'field:18',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13650,'field:19',0,1,' info ccburlingtonwoods com '),
(13650,'field:6',0,1,' grlpgpag '),
(13650,'field:7',0,1,' testing example com '),
(13650,'field:8',0,1,' testing '),
(13650,'field:9',0,1,' general inquiry '),
(13650,'title',0,1,' 2026 01 21 08 50 48 '),
(13651,'field:10',0,1,' 1 or 2 110 110 1=0 0 0 1 '),
(13651,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13651,'field:19',0,1,' info ccburlingtonwoods com '),
(13651,'field:6',0,1,' grlpgpag '),
(13651,'field:7',0,1,' testing example com '),
(13651,'field:8',0,1,' testing '),
(13651,'field:9',0,1,' general inquiry '),
(13651,'title',0,1,' 2026 01 21 08 50 48 '),
(13652,'field:10',0,1,' 1 or 2 884 884 1=0 0 0 1 or kotrq9m5= '),
(13652,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13652,'field:19',0,1,' info ccburlingtonwoods com '),
(13652,'field:6',0,1,' grlpgpag '),
(13652,'field:7',0,1,' testing example com '),
(13652,'field:8',0,1,' testing '),
(13652,'field:9',0,1,' general inquiry '),
(13652,'title',0,1,' 2026 01 21 08 50 49 '),
(13653,'field:10',0,1,' 1 or 2 27 27 1=0 0 0 1 '),
(13653,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13653,'field:19',0,1,' info ccburlingtonwoods com '),
(13653,'field:6',0,1,' grlpgpag '),
(13653,'field:7',0,1,' testing example com '),
(13653,'field:8',0,1,' testing '),
(13653,'field:9',0,1,' general inquiry '),
(13653,'title',0,1,' 2026 01 21 08 50 50 '),
(13654,'field:10',0,1,' 555 '),
(13654,'field:18',0,1,' 1 waitfor delay 0 0 15 '),
(13654,'field:19',0,1,' info ccburlingtonwoods com '),
(13654,'field:6',0,1,' grlpgpag '),
(13654,'field:7',0,1,' testing example com '),
(13654,'field:8',0,1,' testing '),
(13654,'field:9',0,1,' general inquiry '),
(13654,'title',0,1,' 2026 01 21 08 50 52 '),
(13655,'field:10',0,1,' if now =sysdate sleep 15 0 '),
(13655,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13655,'field:19',0,1,' info ccburlingtonwoods com '),
(13655,'field:6',0,1,' grlpgpag '),
(13655,'field:7',0,1,' testing example com '),
(13655,'field:8',0,1,' testing '),
(13655,'field:9',0,1,' general inquiry '),
(13655,'title',0,1,' 2026 01 21 08 50 57 '),
(13656,'field:10',0,1,' 555 '),
(13656,'field:18',0,1,' a4ibykoi waitfor delay 0 0 15 '),
(13656,'field:19',0,1,' info ccburlingtonwoods com '),
(13656,'field:6',0,1,' grlpgpag '),
(13656,'field:7',0,1,' testing example com '),
(13656,'field:8',0,1,' testing '),
(13656,'field:9',0,1,' general inquiry '),
(13656,'title',0,1,' 2026 01 21 08 50 58 '),
(13657,'field:10',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13657,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13657,'field:19',0,1,' info ccburlingtonwoods com '),
(13657,'field:6',0,1,' grlpgpag '),
(13657,'field:7',0,1,' testing example com '),
(13657,'field:8',0,1,' testing '),
(13657,'field:9',0,1,' general inquiry '),
(13657,'title',0,1,' 2026 01 21 08 51 07 '),
(13658,'field:10',0,1,' 555 '),
(13658,'field:18',0,1,' fdlfxu6a or 577= select 577 from pg sleep 15 '),
(13658,'field:19',0,1,' info ccburlingtonwoods com '),
(13658,'field:6',0,1,' grlpgpag '),
(13658,'field:7',0,1,' testing example com '),
(13658,'field:8',0,1,' testing '),
(13658,'field:9',0,1,' general inquiry '),
(13658,'title',0,1,' 2026 01 21 08 51 08 '),
(13659,'field:10',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13659,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13659,'field:19',0,1,' info ccburlingtonwoods com '),
(13659,'field:6',0,1,' grlpgpag '),
(13659,'field:7',0,1,' testing example com '),
(13659,'field:8',0,1,' testing '),
(13659,'field:9',0,1,' general inquiry '),
(13659,'title',0,1,' 2026 01 21 08 51 15 '),
(13660,'field:10',0,1,' 555 '),
(13660,'field:18',0,1,' atidbc1e or 751= select 751 from pg sleep 15 '),
(13660,'field:19',0,1,' info ccburlingtonwoods com '),
(13660,'field:6',0,1,' grlpgpag '),
(13660,'field:7',0,1,' testing example com '),
(13660,'field:8',0,1,' testing '),
(13660,'field:9',0,1,' general inquiry '),
(13660,'title',0,1,' 2026 01 21 08 51 16 '),
(13661,'field:10',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13661,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13661,'field:19',0,1,' info ccburlingtonwoods com '),
(13661,'field:6',0,1,' grlpgpag '),
(13661,'field:7',0,1,' testing example com '),
(13661,'field:8',0,1,' testing '),
(13661,'field:9',0,1,' general inquiry '),
(13661,'title',0,1,' 2026 01 21 08 51 21 '),
(13662,'field:10',0,1,' 555 '),
(13662,'field:18',0,1,' s20qt7y5 or 209= select 209 from pg sleep 15 '),
(13662,'field:19',0,1,' info ccburlingtonwoods com '),
(13662,'field:6',0,1,' grlpgpag '),
(13662,'field:7',0,1,' testing example com '),
(13662,'field:8',0,1,' testing '),
(13662,'field:9',0,1,' general inquiry '),
(13662,'title',0,1,' 2026 01 21 08 51 23 '),
(13663,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13663,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13663,'field:19',0,1,' info ccburlingtonwoods com '),
(13663,'field:6',0,1,' grlpgpag '),
(13663,'field:7',0,1,' testing example com '),
(13663,'field:8',0,1,' testing '),
(13663,'field:9',0,1,' general inquiry '),
(13663,'title',0,1,' 2026 01 21 08 51 27 '),
(13664,'field:10',0,1,' 555 '),
(13664,'field:18',0,1,' https ccburlingtonwoods com contact dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13664,'field:19',0,1,' info ccburlingtonwoods com '),
(13664,'field:6',0,1,' grlpgpag '),
(13664,'field:7',0,1,' testing example com '),
(13664,'field:8',0,1,' testing '),
(13664,'field:9',0,1,' general inquiry '),
(13664,'title',0,1,' 2026 01 21 08 51 28 '),
(13665,'field:10',0,1,' 555 '),
(13665,'field:18',0,1,' 1 '),
(13665,'field:19',0,1,' info ccburlingtonwoods com '),
(13665,'field:6',0,1,' grlpgpag '),
(13665,'field:7',0,1,' testing example com '),
(13665,'field:8',0,1,' testing '),
(13665,'field:9',0,1,' general inquiry '),
(13665,'title',0,1,' 2026 01 21 08 51 32 '),
(13666,'field:10',0,1,' 555 '),
(13666,'field:18',0,1,' 1%2527%2522 '),
(13666,'field:19',0,1,' info ccburlingtonwoods com '),
(13666,'field:6',0,1,' grlpgpag '),
(13666,'field:7',0,1,' testing example com '),
(13666,'field:8',0,1,' testing '),
(13666,'field:9',0,1,' general inquiry '),
(13666,'title',0,1,' 2026 01 21 08 51 34 '),
(13667,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13667,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13667,'field:19',0,1,' info ccburlingtonwoods com '),
(13667,'field:6',0,1,' grlpgpag '),
(13667,'field:7',0,1,' testing example com '),
(13667,'field:8',0,1,' testing '),
(13667,'field:9',0,1,' general inquiry '),
(13667,'title',0,1,' 2026 01 21 08 51 37 '),
(13668,'field:10',0,1,' 555 '),
(13668,'field:18',0,1,' 3fwoo '),
(13668,'field:19',0,1,' info ccburlingtonwoods com '),
(13668,'field:6',0,1,' grlpgpag '),
(13668,'field:7',0,1,' testing example com '),
(13668,'field:8',0,1,' testing '),
(13668,'field:9',0,1,' general inquiry '),
(13668,'title',0,1,' 2026 01 21 08 51 37 '),
(13669,'field:10',0,1,' 555 '),
(13669,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13669,'field:19',0,1,' info ccburlingtonwoods com '),
(13669,'field:6',0,1,' grlpgpag '),
(13669,'field:7',0,1,' testing example com '),
(13669,'field:8',0,1,' testing '),
(13669,'field:9',0,1,' general inquiry '),
(13669,'title',0,1,' 2026 01 21 08 51 42 '),
(13670,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13670,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13670,'field:19',0,1,' info ccburlingtonwoods com '),
(13670,'field:6',0,1,' grlpgpag '),
(13670,'field:7',0,1,' testing example com '),
(13670,'field:8',0,1,' testing '),
(13670,'field:9',0,1,' general inquiry '),
(13670,'title',0,1,' 2026 01 21 08 51 48 '),
(13671,'field:10',0,1,' 555 '),
(13671,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13671,'field:19',0,1,' info ccburlingtonwoods com '),
(13671,'field:6',0,1,' grlpgpag '),
(13671,'field:7',0,1,' testing example com '),
(13671,'field:8',0,1,' testing '),
(13671,'field:9',0,1,' general inquiry '),
(13671,'title',0,1,' 2026 01 21 08 51 51 '),
(13672,'field:10',0,1,' q5bqdm0y waitfor delay 0 0 15 '),
(13672,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13672,'field:19',0,1,' info ccburlingtonwoods com '),
(13672,'field:6',0,1,' grlpgpag '),
(13672,'field:7',0,1,' testing example com '),
(13672,'field:8',0,1,' testing '),
(13672,'field:9',0,1,' general inquiry '),
(13672,'title',0,1,' 2026 01 21 08 51 56 '),
(13673,'field:10',0,1,' 5 or 152= select 152 from pg sleep 15 '),
(13673,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13673,'field:19',0,1,' info ccburlingtonwoods com '),
(13673,'field:6',0,1,' grlpgpag '),
(13673,'field:7',0,1,' testing example com '),
(13673,'field:8',0,1,' testing '),
(13673,'field:9',0,1,' general inquiry '),
(13673,'title',0,1,' 2026 01 21 08 52 05 '),
(13674,'field:10',0,1,' v nase vremia ocen bolsoe znacenie imeet okruzaiushhaia sreda no tak ze ne malovaznym iavliaetsia i vnutrenniaia infrastruktura a imenno interer https kupefurnitur ru catalog bolsuiu cast svoego vremeni my provodim v kvartire dome v ofise skole kabinetax v pomeshheniiax poetomu to gde my naxodimsia naskolko nam komfortno i udobno tam naxoditsia imeet bolsoe znacenie dlia kazdogo iz nas https kupefurnitur ru nastoiashhaia politika v otnosenii obrabotki i obespeceniia bezopasnosti personalnyx dannyx dalee politika v filiale ooo komplektuiushhie dlia mebeli v g https kupefurnitur ru contact moskva dalee obshhestvo opredeliaet osnovnye polozeniia realizuemye obshhestvom pri obrabotke personalnyx dannyx https kupefurnitur ru onas politika iavliaetsia dokumentom dostupnym liubomu sotrudniku klientu i kontragentu obshhestva i predstavliaet soboi oficialno priniatuiu rukovodstvom obshhestva sistemu vzgliadov na problemu obespeceniia zakonnosti i bezopasnosti obrabotki personalnyx dannyx fiziceskix lic https kupefurnitur ru price nastoiashhaia politika razrabotana na osnovanii st https kupefurnitur ru catalog 18 https kupefurnitur ru price 1 federalnogo zakona № 152 fz o personalnyx dannyx s ucetom trebovanii konstitucii rossiiskoi federacii federalnyx zakonov i inyx normativnyx pravovyx aktov rossiiskoi federacii v oblasti personalnyx dannyx https kupefurnitur ru catalog rukovodstvo obshhestva scitaet vazneisei zadacei obespecenie v xode realizacii biznes processov zashhity prav i svobod grazdanina pri obrabotke v obshhestve ego personalnyx dannyx v tom cisle pravomernosti obrabotki personalnyx dannyx v obshhestve i ix zashhity ot nesankcionirovannogo dostupa i ili utraty https kupefurnitur ru contact sobliudenie trebovanii v casti obrabotki i zashhity personalnyx dannyx pozvolit obshhestvu obespecit ego delovuiu reputaciiu sootvetstvie pravovym reguliativnym i dogovornym trebovaniiam https kupefurnitur ru contact politika rasprostraniaetsia na vse biznes processy obshhestva i obiazatelna dlia primeneniia vsemi sotrudnikami i rukovodstvom obshhestva a takze polzovateliami ego informacionnyx resursov nastoiashhaia politika rasprostraniaetsia na polzovatelei saita klientov soiskatelei po vakansiiam sotrudnikov storonnix organizacii vzaimodeistvuiushhix s kompaniei dalee subieekty personalnyx dannyx politika deistvuet bessrocno posle utverzdeniia i do ee zameny novoi versiei https kupefurnitur ru contact zagruzaia veb sait na kompiutere mobilnom ustroistve i zapolniaia web formy soderzashhie personalnye dannye a takze peredavaia personalnye dannye kompanii liubym inym sposobom subieekty personalnyx dannyx soglasaiutsia na usloviia opisannye v politike https kupefurnitur ru contact mebelnaia furnitura blium blum komplektuiushhie dlia mebeli internet magazin interkomplekt https kupefurnitur ru onas '),
(13674,'field:18',0,1,' https ccshrewsbury com contact '),
(13674,'field:19',0,1,' info ccshrewsbury com '),
(13674,'field:6',0,1,' ronaldamawn '),
(13674,'field:7',0,1,' konstantinrovini mail ru '),
(13674,'field:8',0,1,' google '),
(13674,'field:9',0,1,' general inquiry '),
(13674,'title',0,1,' 2026 01 21 08 52 15 '),
(13675,'field:10',0,1,' 555 '),
(13675,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13675,'field:19',0,1,' info ccburlingtonwoods com '),
(13675,'field:6',0,1,' grlpgpag '),
(13675,'field:7',0,1,' testing example com '),
(13675,'field:8',0,1,' testing '),
(13675,'field:9',0,1,' media inquiry '),
(13675,'title',0,1,' 2026 01 21 08 52 15 '),
(13676,'field:10',0,1,' 5 or 862= select 862 from pg sleep 15 '),
(13676,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13676,'field:19',0,1,' info ccburlingtonwoods com '),
(13676,'field:6',0,1,' grlpgpag '),
(13676,'field:7',0,1,' testing example com '),
(13676,'field:8',0,1,' testing '),
(13676,'field:9',0,1,' general inquiry '),
(13676,'title',0,1,' 2026 01 21 08 52 19 '),
(13677,'field:10',0,1,' 555 '),
(13677,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13677,'field:19',0,1,' info ccburlingtonwoods com '),
(13677,'field:6',0,1,' grlpgpag '),
(13677,'field:7',0,1,' testing example com '),
(13677,'field:8',0,1,' testing '),
(13677,'field:9',0,1,' media inquiry '),
(13677,'title',0,1,' 2026 01 21 08 52 22 '),
(13678,'field:10',0,1,' 1 or 832= select 832 from pg sleep 15 '),
(13678,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13678,'field:19',0,1,' info ccburlingtonwoods com '),
(13678,'field:6',0,1,' grlpgpag '),
(13678,'field:7',0,1,' testing example com '),
(13678,'field:8',0,1,' testing '),
(13678,'field:9',0,1,' general inquiry '),
(13678,'title',0,1,' 2026 01 21 08 52 24 '),
(13679,'field:10',0,1,' 1 or 2 364 364 1=0 0 0 1 '),
(13679,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13679,'field:19',0,1,' info ccburlingtonwoods com '),
(13679,'field:6',0,1,' grlpgpag '),
(13679,'field:7',0,1,' testing example com '),
(13679,'field:8',0,1,' testing '),
(13679,'field:9',0,1,' media inquiry '),
(13679,'title',0,1,' 2026 01 21 08 52 25 '),
(13680,'field:10',0,1,' 1 or 2 552 552 1=0 0 0 1 '),
(13680,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13680,'field:19',0,1,' info ccburlingtonwoods com '),
(13680,'field:6',0,1,' grlpgpag '),
(13680,'field:7',0,1,' testing example com '),
(13680,'field:8',0,1,' testing '),
(13680,'field:9',0,1,' media inquiry '),
(13680,'title',0,1,' 2026 01 21 08 52 25 '),
(13681,'field:10',0,1,' 1 or 2 35 35 1=0 0 0 1 '),
(13681,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13681,'field:19',0,1,' info ccburlingtonwoods com '),
(13681,'field:6',0,1,' grlpgpag '),
(13681,'field:7',0,1,' testing example com '),
(13681,'field:8',0,1,' testing '),
(13681,'field:9',0,1,' media inquiry '),
(13681,'title',0,1,' 2026 01 21 08 52 27 '),
(13682,'field:10',0,1,' 1 or 2 110 110 1=0 0 0 1 or eswhnqxm= '),
(13682,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13682,'field:19',0,1,' info ccburlingtonwoods com '),
(13682,'field:6',0,1,' grlpgpag '),
(13682,'field:7',0,1,' testing example com '),
(13682,'field:8',0,1,' testing '),
(13682,'field:9',0,1,' media inquiry '),
(13682,'title',0,1,' 2026 01 21 08 52 29 '),
(13683,'field:10',0,1,' bdxkpjns or 141= select 141 from pg sleep 15 '),
(13683,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13683,'field:19',0,1,' info ccburlingtonwoods com '),
(13683,'field:6',0,1,' grlpgpag '),
(13683,'field:7',0,1,' testing example com '),
(13683,'field:8',0,1,' testing '),
(13683,'field:9',0,1,' general inquiry '),
(13683,'title',0,1,' 2026 01 21 08 52 29 '),
(13684,'field:10',0,1,' 1 or 2 819 819 1=0 0 0 1 '),
(13684,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13684,'field:19',0,1,' info ccburlingtonwoods com '),
(13684,'field:6',0,1,' grlpgpag '),
(13684,'field:7',0,1,' testing example com '),
(13684,'field:8',0,1,' testing '),
(13684,'field:9',0,1,' media inquiry '),
(13684,'title',0,1,' 2026 01 21 08 52 30 '),
(13685,'field:10',0,1,' smaizo4d or 442= select 442 from pg sleep 15 '),
(13685,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13685,'field:19',0,1,' info ccburlingtonwoods com '),
(13685,'field:6',0,1,' grlpgpag '),
(13685,'field:7',0,1,' testing example com '),
(13685,'field:8',0,1,' testing '),
(13685,'field:9',0,1,' general inquiry '),
(13685,'title',0,1,' 2026 01 21 08 52 34 '),
(13686,'field:10',0,1,' if now =sysdate sleep 15 0 '),
(13686,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13686,'field:19',0,1,' info ccburlingtonwoods com '),
(13686,'field:6',0,1,' grlpgpag '),
(13686,'field:7',0,1,' testing example com '),
(13686,'field:8',0,1,' testing '),
(13686,'field:9',0,1,' media inquiry '),
(13686,'title',0,1,' 2026 01 21 08 52 35 '),
(13687,'field:10',0,1,' t3lkcgea or 36= select 36 from pg sleep 15 '),
(13687,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13687,'field:19',0,1,' info ccburlingtonwoods com '),
(13687,'field:6',0,1,' grlpgpag '),
(13687,'field:7',0,1,' testing example com '),
(13687,'field:8',0,1,' testing '),
(13687,'field:9',0,1,' general inquiry '),
(13687,'title',0,1,' 2026 01 21 08 52 39 '),
(13688,'field:10',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13688,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13688,'field:19',0,1,' info ccburlingtonwoods com '),
(13688,'field:6',0,1,' grlpgpag '),
(13688,'field:7',0,1,' testing example com '),
(13688,'field:8',0,1,' testing '),
(13688,'field:9',0,1,' media inquiry '),
(13688,'title',0,1,' 2026 01 21 08 52 41 '),
(13689,'field:10',0,1,' 555 dbms pipe receive message chr 99 chr 99 chr 99 15 '),
(13689,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13689,'field:19',0,1,' info ccburlingtonwoods com '),
(13689,'field:6',0,1,' grlpgpag '),
(13689,'field:7',0,1,' testing example com '),
(13689,'field:8',0,1,' testing '),
(13689,'field:9',0,1,' general inquiry '),
(13689,'title',0,1,' 2026 01 21 08 52 44 '),
(13690,'field:10',0,1,' 20 '),
(13690,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13690,'field:19',0,1,' info ccburlingtonwoods com '),
(13690,'field:6',0,1,' grlpgpag '),
(13690,'field:7',0,1,' testing example com '),
(13690,'field:8',0,1,' testing '),
(13690,'field:9',0,1,' other '),
(13690,'title',0,1,' 2026 01 21 08 52 46 '),
(13691,'field:10',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13691,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13691,'field:19',0,1,' info ccburlingtonwoods com '),
(13691,'field:6',0,1,' grlpgpag '),
(13691,'field:7',0,1,' testing example com '),
(13691,'field:8',0,1,' testing '),
(13691,'field:9',0,1,' media inquiry '),
(13691,'title',0,1,' 2026 01 21 08 52 47 '),
(13692,'field:10',0,1,' 555 dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13692,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13692,'field:19',0,1,' info ccburlingtonwoods com '),
(13692,'field:6',0,1,' grlpgpag '),
(13692,'field:7',0,1,' testing example com '),
(13692,'field:8',0,1,' testing '),
(13692,'field:9',0,1,' general inquiry '),
(13692,'title',0,1,' 2026 01 21 08 52 50 '),
(13693,'field:10',0,1,' 1 '),
(13693,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13693,'field:19',0,1,' info ccburlingtonwoods com '),
(13693,'field:6',0,1,' grlpgpag '),
(13693,'field:7',0,1,' testing example com '),
(13693,'field:8',0,1,' testing '),
(13693,'field:9',0,1,' general inquiry '),
(13693,'title',0,1,' 2026 01 21 08 52 51 '),
(13694,'field:10',0,1,' 20 '),
(13694,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13694,'field:19',0,1,' info ccburlingtonwoods com '),
(13694,'field:6',0,1,' grlpgpag '),
(13694,'field:7',0,1,' testing example com '),
(13694,'field:8',0,1,' testing '),
(13694,'field:9',0,1,' other '),
(13694,'title',0,1,' 2026 01 21 08 52 52 '),
(13695,'field:10',0,1,' 1%2527%2522 '),
(13695,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13695,'field:19',0,1,' info ccburlingtonwoods com '),
(13695,'field:6',0,1,' grlpgpag '),
(13695,'field:7',0,1,' testing example com '),
(13695,'field:8',0,1,' testing '),
(13695,'field:9',0,1,' general inquiry '),
(13695,'title',0,1,' 2026 01 21 08 52 52 '),
(13696,'field:10',0,1,' d7zjw '),
(13696,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13696,'field:19',0,1,' info ccburlingtonwoods com '),
(13696,'field:6',0,1,' grlpgpag '),
(13696,'field:7',0,1,' testing example com '),
(13696,'field:8',0,1,' testing '),
(13696,'field:9',0,1,' general inquiry '),
(13696,'title',0,1,' 2026 01 21 08 52 53 '),
(13697,'field:10',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13697,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13697,'field:19',0,1,' info ccburlingtonwoods com '),
(13697,'field:6',0,1,' grlpgpag '),
(13697,'field:7',0,1,' testing example com '),
(13697,'field:8',0,1,' testing '),
(13697,'field:9',0,1,' media inquiry '),
(13697,'title',0,1,' 2026 01 21 08 52 54 '),
(13698,'field:10',0,1,' 555 '),
(13698,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13698,'field:19',0,1,' info ccburlingtonwoods com '),
(13698,'field:6',0,1,' grlpgpag '),
(13698,'field:7',0,1,' testing example com '),
(13698,'field:8',0,1,' testing '),
(13698,'field:9',0,1,' general inquiry '),
(13698,'title',0,1,' 2026 01 21 08 52 59 '),
(13699,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13699,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13699,'field:19',0,1,' info ccburlingtonwoods com '),
(13699,'field:6',0,1,' grlpgpag '),
(13699,'field:7',0,1,' testing example com '),
(13699,'field:8',0,1,' testing '),
(13699,'field:9',0,1,' media inquiry '),
(13699,'title',0,1,' 2026 01 21 08 53 01 '),
(13700,'field:10',0,1,' 555 '),
(13700,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13700,'field:19',0,1,' info ccburlingtonwoods com '),
(13700,'field:6',0,1,' grlpgpag '),
(13700,'field:7',0,1,' testing example com '),
(13700,'field:8',0,1,' testing '),
(13700,'field:9',0,1,' general inquiry '),
(13700,'title',0,1,' 2026 01 21 08 53 05 '),
(13701,'field:10',0,1,' 555 '),
(13701,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13701,'field:19',0,1,' info ccburlingtonwoods com '),
(13701,'field:6',0,1,' 1 or 2 272 272 1=0 0 0 1 '),
(13701,'field:7',0,1,' testing example com '),
(13701,'field:8',0,1,' testing '),
(13701,'field:9',0,1,' general inquiry '),
(13701,'title',0,1,' 2026 01 21 08 53 05 '),
(13702,'field:10',0,1,' 555 '),
(13702,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13702,'field:19',0,1,' info ccburlingtonwoods com '),
(13702,'field:6',0,1,' 1 or 2 181 181 1=0 0 0 1 '),
(13702,'field:7',0,1,' testing example com '),
(13702,'field:8',0,1,' testing '),
(13702,'field:9',0,1,' general inquiry '),
(13702,'title',0,1,' 2026 01 21 08 53 06 '),
(13703,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13703,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13703,'field:19',0,1,' info ccburlingtonwoods com '),
(13703,'field:6',0,1,' grlpgpag '),
(13703,'field:7',0,1,' testing example com '),
(13703,'field:8',0,1,' testing '),
(13703,'field:9',0,1,' media inquiry '),
(13703,'title',0,1,' 2026 01 21 08 53 07 '),
(13704,'field:10',0,1,' 555 '),
(13704,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13704,'field:19',0,1,' info ccburlingtonwoods com '),
(13704,'field:6',0,1,' 1 or 2 656 656 1=0 0 0 1 '),
(13704,'field:7',0,1,' testing example com '),
(13704,'field:8',0,1,' testing '),
(13704,'field:9',0,1,' general inquiry '),
(13704,'title',0,1,' 2026 01 21 08 53 08 '),
(13705,'field:10',0,1,' 555 '),
(13705,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13705,'field:19',0,1,' info ccburlingtonwoods com '),
(13705,'field:6',0,1,' 1 or 2 106 106 1=0 0 0 1 or skhcbdbi= '),
(13705,'field:7',0,1,' testing example com '),
(13705,'field:8',0,1,' testing '),
(13705,'field:9',0,1,' general inquiry '),
(13705,'title',0,1,' 2026 01 21 08 53 09 '),
(13706,'field:10',0,1,' esli k stene pridvinuta mebel otodvinte ee ili predostavte etot process nasemu specialistu https dez spasatel ru articles dezinfektsiya kak izbavitsya ot domashnikh blokh tarakany klopy muravi bloxi osy i drugie https dez spasatel ru zashchita derevev ot vrediteley kompetentnost i masterstvo https dez spasatel ru dezinsekciya vshi sanepidemstanciia moskvy https dez spasatel ru dezinfekciya obrabotka kholodnym tumanom fumigaciia eto raspylenie ximiceskix preparatov pri pravilnom nanesenii oni bezvredny dlia teplokrovnyx no pri nepravilnom smertelno opasny https dez spasatel ru articles tarakany pomogaet li bornaya kislota ot tarakanov rabotniki ses moskvy znaiut kak obrashhatsia s takimi veshhestvami i garantiruiut vam bezopasnost pri vypolnenii procedury https dez spasatel ru articles tarakany prichiny poyavleniya tarakanov i kak izbavitsya ot nikh dlia lucsego rezultata sanepidstanciia predlagaet kompleksnyi podxod sovmeshhaiushhii oba vida tumana s barernoi zashhitoi https dez spasatel ru articles kleshchi kleshchi i ikh rol v rasprostranenii opasnykh zabolevaniy '),
(13706,'field:18',0,1,' https ccsilverlake com contact '),
(13706,'field:19',0,1,' info ccsilverlake com '),
(13706,'field:6',0,1,' michaeller '),
(13706,'field:7',0,1,' yulyagabipo mail ru '),
(13706,'field:8',0,1,' google '),
(13706,'field:9',0,1,' general inquiry '),
(13706,'title',0,1,' 2026 01 21 08 53 09 '),
(13707,'field:10',0,1,' 555 '),
(13707,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13707,'field:19',0,1,' info ccburlingtonwoods com '),
(13707,'field:6',0,1,' 1 or 2 296 296 1=0 0 0 1 '),
(13707,'field:7',0,1,' testing example com '),
(13707,'field:8',0,1,' testing '),
(13707,'field:9',0,1,' general inquiry '),
(13707,'title',0,1,' 2026 01 21 08 53 11 '),
(13708,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13708,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13708,'field:19',0,1,' info ccburlingtonwoods com '),
(13708,'field:6',0,1,' grlpgpag '),
(13708,'field:7',0,1,' testing example com '),
(13708,'field:8',0,1,' testing '),
(13708,'field:9',0,1,' media inquiry '),
(13708,'title',0,1,' 2026 01 21 08 53 15 '),
(13709,'field:10',0,1,' 555 '),
(13709,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13709,'field:19',0,1,' info ccburlingtonwoods com '),
(13709,'field:6',0,1,' if now =sysdate sleep 15 0 '),
(13709,'field:7',0,1,' testing example com '),
(13709,'field:8',0,1,' testing '),
(13709,'field:9',0,1,' general inquiry '),
(13709,'title',0,1,' 2026 01 21 08 53 19 '),
(13710,'field:10',0,1,' 555 '),
(13710,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13710,'field:19',0,1,' info ccburlingtonwoods com '),
(13710,'field:6',0,1,' grlpgpag '),
(13710,'field:7',0,1,' testing example com '),
(13710,'field:8',0,1,' testing '),
(13710,'field:9',0,1,' careers '),
(13710,'title',0,1,' 2026 01 21 08 53 20 '),
(13711,'field:10',0,1,' tvsmh3w4 waitfor delay 0 0 15 '),
(13711,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13711,'field:19',0,1,' info ccburlingtonwoods com '),
(13711,'field:6',0,1,' grlpgpag '),
(13711,'field:7',0,1,' testing example com '),
(13711,'field:8',0,1,' testing '),
(13711,'field:9',0,1,' media inquiry '),
(13711,'title',0,1,' 2026 01 21 08 53 21 '),
(13712,'field:10',0,1,' 555 '),
(13712,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13712,'field:19',0,1,' info ccburlingtonwoods com '),
(13712,'field:6',0,1,' grlpgpag '),
(13712,'field:7',0,1,' testing example com '),
(13712,'field:8',0,1,' testing '),
(13712,'field:9',0,1,' careers '),
(13712,'title',0,1,' 2026 01 21 08 53 26 '),
(13713,'field:10',0,1,' 555 '),
(13713,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13713,'field:19',0,1,' info ccburlingtonwoods com '),
(13713,'field:6',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13713,'field:7',0,1,' testing example com '),
(13713,'field:8',0,1,' testing '),
(13713,'field:9',0,1,' general inquiry '),
(13713,'title',0,1,' 2026 01 21 08 53 27 '),
(13714,'field:10',0,1,' 5 or 502= select 502 from pg sleep 15 '),
(13714,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13714,'field:19',0,1,' info ccburlingtonwoods com '),
(13714,'field:6',0,1,' grlpgpag '),
(13714,'field:7',0,1,' testing example com '),
(13714,'field:8',0,1,' testing '),
(13714,'field:9',0,1,' media inquiry '),
(13714,'title',0,1,' 2026 01 21 08 53 29 '),
(13715,'field:10',0,1,' 555 '),
(13715,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13715,'field:19',0,1,' info ccburlingtonwoods com '),
(13715,'field:6',0,1,' grlpgpag '),
(13715,'field:7',0,1,' testing example com '),
(13715,'field:8',0,1,' testing '),
(13715,'field:9',0,1,' general inquiry '),
(13715,'title',0,1,' 2026 01 21 08 53 30 '),
(13716,'field:10',0,1,' 555 '),
(13716,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13716,'field:19',0,1,' info ccburlingtonwoods com '),
(13716,'field:6',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13716,'field:7',0,1,' testing example com '),
(13716,'field:8',0,1,' testing '),
(13716,'field:9',0,1,' general inquiry '),
(13716,'title',0,1,' 2026 01 21 08 53 38 '),
(13717,'field:10',0,1,' 5 or 685= select 685 from pg sleep 15 '),
(13717,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13717,'field:19',0,1,' info ccburlingtonwoods com '),
(13717,'field:6',0,1,' grlpgpag '),
(13717,'field:7',0,1,' testing example com '),
(13717,'field:8',0,1,' testing '),
(13717,'field:9',0,1,' media inquiry '),
(13717,'title',0,1,' 2026 01 21 08 53 41 '),
(13718,'field:10',0,1,' 555 '),
(13718,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13718,'field:19',0,1,' info ccburlingtonwoods com '),
(13718,'field:6',0,1,' grlpgpag '),
(13718,'field:7',0,1,' testing example com '),
(13718,'field:8',0,1,' testing '),
(13718,'field:9',0,1,' general inquiry '),
(13718,'title',0,1,' 2026 01 21 08 53 43 '),
(13719,'field:10',0,1,' 1 or 2 639 639 1=0 0 0 1 '),
(13719,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13719,'field:19',0,1,' info ccburlingtonwoods com '),
(13719,'field:6',0,1,' grlpgpag '),
(13719,'field:7',0,1,' testing example com '),
(13719,'field:8',0,1,' testing '),
(13719,'field:9',0,1,' general inquiry '),
(13719,'title',0,1,' 2026 01 21 08 53 49 '),
(13720,'field:10',0,1,' 1 or 2 742 742 1=0 0 0 1 '),
(13720,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13720,'field:19',0,1,' info ccburlingtonwoods com '),
(13720,'field:6',0,1,' grlpgpag '),
(13720,'field:7',0,1,' testing example com '),
(13720,'field:8',0,1,' testing '),
(13720,'field:9',0,1,' general inquiry '),
(13720,'title',0,1,' 2026 01 21 08 53 50 '),
(13721,'field:10',0,1,' 555 '),
(13721,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13721,'field:19',0,1,' info ccburlingtonwoods com '),
(13721,'field:6',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13721,'field:7',0,1,' testing example com '),
(13721,'field:8',0,1,' testing '),
(13721,'field:9',0,1,' general inquiry '),
(13721,'title',0,1,' 2026 01 21 08 53 50 '),
(13722,'field:10',0,1,' 1 or 2 637 637 1=0 0 0 1 '),
(13722,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13722,'field:19',0,1,' info ccburlingtonwoods com '),
(13722,'field:6',0,1,' grlpgpag '),
(13722,'field:7',0,1,' testing example com '),
(13722,'field:8',0,1,' testing '),
(13722,'field:9',0,1,' general inquiry '),
(13722,'title',0,1,' 2026 01 21 08 53 52 '),
(13723,'field:10',0,1,' 1 or 934= select 934 from pg sleep 15 '),
(13723,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13723,'field:19',0,1,' info ccburlingtonwoods com '),
(13723,'field:6',0,1,' grlpgpag '),
(13723,'field:7',0,1,' testing example com '),
(13723,'field:8',0,1,' testing '),
(13723,'field:9',0,1,' media inquiry '),
(13723,'title',0,1,' 2026 01 21 08 53 52 '),
(13724,'field:10',0,1,' 1 or 2 284 284 1=0 0 0 1 or lu3f9s8v= '),
(13724,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13724,'field:19',0,1,' info ccburlingtonwoods com '),
(13724,'field:6',0,1,' grlpgpag '),
(13724,'field:7',0,1,' testing example com '),
(13724,'field:8',0,1,' testing '),
(13724,'field:9',0,1,' general inquiry '),
(13724,'title',0,1,' 2026 01 21 08 54 01 '),
(13725,'field:10',0,1,' 1 or 2 576 576 1=0 0 0 1 '),
(13725,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13725,'field:19',0,1,' info ccburlingtonwoods com '),
(13725,'field:6',0,1,' grlpgpag '),
(13725,'field:7',0,1,' testing example com '),
(13725,'field:8',0,1,' testing '),
(13725,'field:9',0,1,' general inquiry '),
(13725,'title',0,1,' 2026 01 21 08 54 02 '),
(13726,'field:10',0,1,' 555 '),
(13726,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13726,'field:19',0,1,' info ccburlingtonwoods com '),
(13726,'field:6',0,1,' 1 waitfor delay 0 0 15 '),
(13726,'field:7',0,1,' testing example com '),
(13726,'field:8',0,1,' testing '),
(13726,'field:9',0,1,' general inquiry '),
(13726,'title',0,1,' 2026 01 21 08 54 03 '),
(13727,'field:10',0,1,' bczerfv8 or 332= select 332 from pg sleep 15 '),
(13727,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13727,'field:19',0,1,' info ccburlingtonwoods com '),
(13727,'field:6',0,1,' grlpgpag '),
(13727,'field:7',0,1,' testing example com '),
(13727,'field:8',0,1,' testing '),
(13727,'field:9',0,1,' media inquiry '),
(13727,'title',0,1,' 2026 01 21 08 54 03 '),
(13728,'field:10',0,1,' 555 '),
(13728,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13728,'field:19',0,1,' info ccburlingtonwoods com '),
(13728,'field:6',0,1,' no0oypet waitfor delay 0 0 15 '),
(13728,'field:7',0,1,' testing example com '),
(13728,'field:8',0,1,' testing '),
(13728,'field:9',0,1,' general inquiry '),
(13728,'title',0,1,' 2026 01 21 08 54 09 '),
(13729,'field:10',0,1,' if now =sysdate sleep 15 0 '),
(13729,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13729,'field:19',0,1,' info ccburlingtonwoods com '),
(13729,'field:6',0,1,' grlpgpag '),
(13729,'field:7',0,1,' testing example com '),
(13729,'field:8',0,1,' testing '),
(13729,'field:9',0,1,' general inquiry '),
(13729,'title',0,1,' 2026 01 21 08 54 10 '),
(13730,'field:10',0,1,' d5uz5wrs or 515= select 515 from pg sleep 15 '),
(13730,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13730,'field:19',0,1,' info ccburlingtonwoods com '),
(13730,'field:6',0,1,' grlpgpag '),
(13730,'field:7',0,1,' testing example com '),
(13730,'field:8',0,1,' testing '),
(13730,'field:9',0,1,' media inquiry '),
(13730,'title',0,1,' 2026 01 21 08 54 10 '),
(13731,'field:10',0,1,' wihtyz2b or 705= select 705 from pg sleep 15 '),
(13731,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13731,'field:19',0,1,' info ccburlingtonwoods com '),
(13731,'field:6',0,1,' grlpgpag '),
(13731,'field:7',0,1,' testing example com '),
(13731,'field:8',0,1,' testing '),
(13731,'field:9',0,1,' media inquiry '),
(13731,'title',0,1,' 2026 01 21 08 54 30 '),
(13732,'field:10',0,1,' 555 '),
(13732,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13732,'field:19',0,1,' info ccburlingtonwoods com '),
(13732,'field:6',0,1,' taxad1cp or 745= select 745 from pg sleep 15 '),
(13732,'field:7',0,1,' testing example com '),
(13732,'field:8',0,1,' testing '),
(13732,'field:9',0,1,' general inquiry '),
(13732,'title',0,1,' 2026 01 21 08 54 38 '),
(13733,'field:10',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13733,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13733,'field:19',0,1,' info ccburlingtonwoods com '),
(13733,'field:6',0,1,' grlpgpag '),
(13733,'field:7',0,1,' testing example com '),
(13733,'field:8',0,1,' testing '),
(13733,'field:9',0,1,' general inquiry '),
(13733,'title',0,1,' 2026 01 21 08 54 40 '),
(13734,'field:10',0,1,' 555 dbms pipe receive message chr 99 chr 99 chr 99 15 '),
(13734,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13734,'field:19',0,1,' info ccburlingtonwoods com '),
(13734,'field:6',0,1,' grlpgpag '),
(13734,'field:7',0,1,' testing example com '),
(13734,'field:8',0,1,' testing '),
(13734,'field:9',0,1,' media inquiry '),
(13734,'title',0,1,' 2026 01 21 08 54 46 '),
(13735,'field:10',0,1,' 555 '),
(13735,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13735,'field:19',0,1,' info ccburlingtonwoods com '),
(13735,'field:6',0,1,' hobo4f2g or 859= select 859 from pg sleep 15 '),
(13735,'field:7',0,1,' testing example com '),
(13735,'field:8',0,1,' testing '),
(13735,'field:9',0,1,' general inquiry '),
(13735,'title',0,1,' 2026 01 21 08 54 47 '),
(13736,'field:10',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13736,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13736,'field:19',0,1,' info ccburlingtonwoods com '),
(13736,'field:6',0,1,' grlpgpag '),
(13736,'field:7',0,1,' testing example com '),
(13736,'field:8',0,1,' testing '),
(13736,'field:9',0,1,' general inquiry '),
(13736,'title',0,1,' 2026 01 21 08 54 51 '),
(13737,'field:10',0,1,' 555 '),
(13737,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13737,'field:19',0,1,' info ccburlingtonwoods com '),
(13737,'field:6',0,1,' wukeqldo or 991= select 991 from pg sleep 15 '),
(13737,'field:7',0,1,' testing example com '),
(13737,'field:8',0,1,' testing '),
(13737,'field:9',0,1,' general inquiry '),
(13737,'title',0,1,' 2026 01 21 08 55 04 '),
(13738,'field:10',0,1,' 555 dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13738,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13738,'field:19',0,1,' info ccburlingtonwoods com '),
(13738,'field:6',0,1,' grlpgpag '),
(13738,'field:7',0,1,' testing example com '),
(13738,'field:8',0,1,' testing '),
(13738,'field:9',0,1,' media inquiry '),
(13738,'title',0,1,' 2026 01 21 08 55 04 '),
(13739,'field:10',0,1,' 1 '),
(13739,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13739,'field:19',0,1,' info ccburlingtonwoods com '),
(13739,'field:6',0,1,' grlpgpag '),
(13739,'field:7',0,1,' testing example com '),
(13739,'field:8',0,1,' testing '),
(13739,'field:9',0,1,' media inquiry '),
(13739,'title',0,1,' 2026 01 21 08 55 08 '),
(13740,'field:10',0,1,' 1%2527%2522 '),
(13740,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13740,'field:19',0,1,' info ccburlingtonwoods com '),
(13740,'field:6',0,1,' grlpgpag '),
(13740,'field:7',0,1,' testing example com '),
(13740,'field:8',0,1,' testing '),
(13740,'field:9',0,1,' media inquiry '),
(13740,'title',0,1,' 2026 01 21 08 55 09 '),
(13741,'field:10',0,1,' xclhr '),
(13741,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13741,'field:19',0,1,' info ccburlingtonwoods com '),
(13741,'field:6',0,1,' grlpgpag '),
(13741,'field:7',0,1,' testing example com '),
(13741,'field:8',0,1,' testing '),
(13741,'field:9',0,1,' media inquiry '),
(13741,'title',0,1,' 2026 01 21 08 55 09 '),
(13742,'field:10',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13742,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13742,'field:19',0,1,' info ccburlingtonwoods com '),
(13742,'field:6',0,1,' grlpgpag '),
(13742,'field:7',0,1,' testing example com '),
(13742,'field:8',0,1,' testing '),
(13742,'field:9',0,1,' general inquiry '),
(13742,'title',0,1,' 2026 01 21 08 55 11 '),
(13743,'field:10',0,1,' 555 '),
(13743,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13743,'field:19',0,1,' info ccburlingtonwoods com '),
(13743,'field:6',0,1,' grlpgpag dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13743,'field:7',0,1,' testing example com '),
(13743,'field:8',0,1,' testing '),
(13743,'field:9',0,1,' general inquiry '),
(13743,'title',0,1,' 2026 01 21 08 55 13 '),
(13744,'field:10',0,1,' 555 '),
(13744,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13744,'field:19',0,1,' info ccburlingtonwoods com '),
(13744,'field:6',0,1,' 1 '),
(13744,'field:7',0,1,' testing example com '),
(13744,'field:8',0,1,' testing '),
(13744,'field:9',0,1,' general inquiry '),
(13744,'title',0,1,' 2026 01 21 08 55 13 '),
(13745,'field:10',0,1,' 555 '),
(13745,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13745,'field:19',0,1,' info ccburlingtonwoods com '),
(13745,'field:6',0,1,' 1%2527%2522 '),
(13745,'field:7',0,1,' testing example com '),
(13745,'field:8',0,1,' testing '),
(13745,'field:9',0,1,' general inquiry '),
(13745,'title',0,1,' 2026 01 21 08 55 14 '),
(13746,'field:10',0,1,' 20 '),
(13746,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13746,'field:19',0,1,' info ccburlingtonwoods com '),
(13746,'field:6',0,1,' grlpgpag '),
(13746,'field:7',0,1,' testing example com '),
(13746,'field:8',0,1,' testing '),
(13746,'field:9',0,1,' other '),
(13746,'title',0,1,' 2026 01 21 08 55 15 '),
(13747,'field:10',0,1,' 555 '),
(13747,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13747,'field:19',0,1,' info ccburlingtonwoods com '),
(13747,'field:6',0,1,' rvtl8 '),
(13747,'field:7',0,1,' testing example com '),
(13747,'field:8',0,1,' testing '),
(13747,'field:9',0,1,' general inquiry '),
(13747,'title',0,1,' 2026 01 21 08 55 15 '),
(13748,'field:10',0,1,' 555 '),
(13748,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13748,'field:19',0,1,' info ccburlingtonwoods com '),
(13748,'field:6',0,1,' grlpgpag '),
(13748,'field:7',0,1,' testing example com '),
(13748,'field:8',0,1,' testing '),
(13748,'field:9',0,1,' media inquiry '),
(13748,'title',0,1,' 2026 01 21 08 55 15 '),
(13749,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13749,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13749,'field:19',0,1,' info ccburlingtonwoods com '),
(13749,'field:6',0,1,' grlpgpag '),
(13749,'field:7',0,1,' testing example com '),
(13749,'field:8',0,1,' testing '),
(13749,'field:9',0,1,' general inquiry '),
(13749,'title',0,1,' 2026 01 21 08 55 19 '),
(13750,'field:10',0,1,' 555 '),
(13750,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13750,'field:19',0,1,' info ccburlingtonwoods com '),
(13750,'field:6',0,1,' grlpgpag '),
(13750,'field:7',0,1,' testing example com '),
(13750,'field:8',0,1,' testing '),
(13750,'field:9',0,1,' general inquiry '),
(13750,'title',0,1,' 2026 01 21 08 55 21 '),
(13751,'field:10',0,1,' 555 '),
(13751,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13751,'field:19',0,1,' info ccburlingtonwoods com '),
(13751,'field:6',0,1,' grlpgpag '),
(13751,'field:7',0,1,' testing example com '),
(13751,'field:8',0,1,' testing '),
(13751,'field:9',0,1,' media inquiry '),
(13751,'title',0,1,' 2026 01 21 08 55 21 '),
(13752,'field:10',0,1,' 555 '),
(13752,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13752,'field:19',0,1,' info ccburlingtonwoods com '),
(13752,'field:6',0,1,' 1 or 2 329 329 1=0 0 0 1 '),
(13752,'field:7',0,1,' testing example com '),
(13752,'field:8',0,1,' testing '),
(13752,'field:9',0,1,' media inquiry '),
(13752,'title',0,1,' 2026 01 21 08 55 23 '),
(13753,'field:10',0,1,' 555 '),
(13753,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13753,'field:19',0,1,' info ccburlingtonwoods com '),
(13753,'field:6',0,1,' 1 or 2 489 489 1=0 0 0 1 '),
(13753,'field:7',0,1,' testing example com '),
(13753,'field:8',0,1,' testing '),
(13753,'field:9',0,1,' media inquiry '),
(13753,'title',0,1,' 2026 01 21 08 55 25 '),
(13754,'field:10',0,1,' 20 '),
(13754,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13754,'field:19',0,1,' info ccburlingtonwoods com '),
(13754,'field:6',0,1,' grlpgpag '),
(13754,'field:7',0,1,' testing example com '),
(13754,'field:8',0,1,' testing '),
(13754,'field:9',0,1,' other '),
(13754,'title',0,1,' 2026 01 21 08 55 25 '),
(13755,'field:10',0,1,' 555 '),
(13755,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13755,'field:19',0,1,' info ccburlingtonwoods com '),
(13755,'field:6',0,1,' 1 or 2 178 178 1=0 0 0 1 '),
(13755,'field:7',0,1,' testing example com '),
(13755,'field:8',0,1,' testing '),
(13755,'field:9',0,1,' media inquiry '),
(13755,'title',0,1,' 2026 01 21 08 55 25 '),
(13756,'field:10',0,1,' 555 '),
(13756,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13756,'field:19',0,1,' info ccburlingtonwoods com '),
(13756,'field:6',0,1,' 1 or 2 683 683 1=0 0 0 1 or irbuzqcf= '),
(13756,'field:7',0,1,' testing example com '),
(13756,'field:8',0,1,' testing '),
(13756,'field:9',0,1,' media inquiry '),
(13756,'title',0,1,' 2026 01 21 08 55 26 '),
(13757,'field:10',0,1,' 555 '),
(13757,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13757,'field:19',0,1,' info ccburlingtonwoods com '),
(13757,'field:6',0,1,' 1 or 2 219 219 1=0 0 0 1 '),
(13757,'field:7',0,1,' testing example com '),
(13757,'field:8',0,1,' testing '),
(13757,'field:9',0,1,' media inquiry '),
(13757,'title',0,1,' 2026 01 21 08 55 26 '),
(13758,'field:10',0,1,' 555 '),
(13758,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13758,'field:19',0,1,' info ccburlingtonwoods com '),
(13758,'field:6',0,1,' grlpgpag '),
(13758,'field:7',0,1,' testing example com '),
(13758,'field:8',0,1,' testing '),
(13758,'field:9',0,1,' general inquiry '),
(13758,'title',0,1,' 2026 01 21 08 55 28 '),
(13759,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13759,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13759,'field:19',0,1,' info ccburlingtonwoods com '),
(13759,'field:6',0,1,' grlpgpag '),
(13759,'field:7',0,1,' testing example com '),
(13759,'field:8',0,1,' testing '),
(13759,'field:9',0,1,' general inquiry '),
(13759,'title',0,1,' 2026 01 21 08 55 28 '),
(13760,'field:10',0,1,' 555 '),
(13760,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13760,'field:19',0,1,' 1 or 2 998 998 1=0 0 0 1 '),
(13760,'field:6',0,1,' grlpgpag '),
(13760,'field:7',0,1,' testing example com '),
(13760,'field:8',0,1,' testing '),
(13760,'field:9',0,1,' general inquiry '),
(13760,'title',0,1,' 2026 01 21 08 55 28 '),
(13761,'field:10',0,1,' 555 '),
(13761,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13761,'field:19',0,1,' info ccburlingtonwoods com '),
(13761,'field:6',0,1,' if now =sysdate sleep 15 0 '),
(13761,'field:7',0,1,' testing example com '),
(13761,'field:8',0,1,' testing '),
(13761,'field:9',0,1,' media inquiry '),
(13761,'title',0,1,' 2026 01 21 08 55 32 '),
(13762,'field:10',0,1,' 555 '),
(13762,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13762,'field:19',0,1,' 1 or 2 625 625 1=0 0 0 1 '),
(13762,'field:6',0,1,' grlpgpag '),
(13762,'field:7',0,1,' testing example com '),
(13762,'field:8',0,1,' testing '),
(13762,'field:9',0,1,' general inquiry '),
(13762,'title',0,1,' 2026 01 21 08 55 33 '),
(13763,'field:10',0,1,' 555 '),
(13763,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13763,'field:19',0,1,' 1 or 2 501 501 1=0 0 0 1 '),
(13763,'field:6',0,1,' grlpgpag '),
(13763,'field:7',0,1,' testing example com '),
(13763,'field:8',0,1,' testing '),
(13763,'field:9',0,1,' general inquiry '),
(13763,'title',0,1,' 2026 01 21 08 55 47 '),
(13764,'field:10',0,1,' 555 '),
(13764,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13764,'field:19',0,1,' 1 or 2 538 538 1=0 0 0 1 or ogh6njco= '),
(13764,'field:6',0,1,' grlpgpag '),
(13764,'field:7',0,1,' testing example com '),
(13764,'field:8',0,1,' testing '),
(13764,'field:9',0,1,' general inquiry '),
(13764,'title',0,1,' 2026 01 21 08 55 56 '),
(13765,'field:10',0,1,' 555 '),
(13765,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13765,'field:19',0,1,' 1 or 2 384 384 1=0 0 0 1 '),
(13765,'field:6',0,1,' grlpgpag '),
(13765,'field:7',0,1,' testing example com '),
(13765,'field:8',0,1,' testing '),
(13765,'field:9',0,1,' general inquiry '),
(13765,'title',0,1,' 2026 01 21 08 56 00 '),
(13766,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13766,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13766,'field:19',0,1,' info ccburlingtonwoods com '),
(13766,'field:6',0,1,' grlpgpag '),
(13766,'field:7',0,1,' testing example com '),
(13766,'field:8',0,1,' testing '),
(13766,'field:9',0,1,' general inquiry '),
(13766,'title',0,1,' 2026 01 21 08 56 01 '),
(13767,'field:10',0,1,' 555 '),
(13767,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13767,'field:19',0,1,' info ccburlingtonwoods com '),
(13767,'field:6',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13767,'field:7',0,1,' testing example com '),
(13767,'field:8',0,1,' testing '),
(13767,'field:9',0,1,' media inquiry '),
(13767,'title',0,1,' 2026 01 21 08 56 02 '),
(13768,'field:10',0,1,' 555 '),
(13768,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13768,'field:19',0,1,' if now =sysdate sleep 15 0 '),
(13768,'field:6',0,1,' grlpgpag '),
(13768,'field:7',0,1,' testing example com '),
(13768,'field:8',0,1,' testing '),
(13768,'field:9',0,1,' general inquiry '),
(13768,'title',0,1,' 2026 01 21 08 56 05 '),
(13769,'field:10',0,1,' x8qtyppo waitfor delay 0 0 15 '),
(13769,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13769,'field:19',0,1,' info ccburlingtonwoods com '),
(13769,'field:6',0,1,' grlpgpag '),
(13769,'field:7',0,1,' testing example com '),
(13769,'field:8',0,1,' testing '),
(13769,'field:9',0,1,' general inquiry '),
(13769,'title',0,1,' 2026 01 21 08 56 07 '),
(13770,'field:10',0,1,' 555 '),
(13770,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13770,'field:19',0,1,' info ccburlingtonwoods com '),
(13770,'field:6',0,1,' grlpgpag '),
(13770,'field:7',0,1,' testing example com '),
(13770,'field:8',0,1,' testing '),
(13770,'field:9',0,1,' careers '),
(13770,'title',0,1,' 2026 01 21 08 56 08 '),
(13771,'field:10',0,1,' 555 '),
(13771,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13771,'field:19',0,1,' info ccburlingtonwoods com '),
(13771,'field:6',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13771,'field:7',0,1,' testing example com '),
(13771,'field:8',0,1,' testing '),
(13771,'field:9',0,1,' media inquiry '),
(13771,'title',0,1,' 2026 01 21 08 56 09 '),
(13772,'field:10',0,1,' 555 '),
(13772,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13772,'field:19',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13772,'field:6',0,1,' grlpgpag '),
(13772,'field:7',0,1,' testing example com '),
(13772,'field:8',0,1,' testing '),
(13772,'field:9',0,1,' general inquiry '),
(13772,'title',0,1,' 2026 01 21 08 56 11 '),
(13773,'field:10',0,1,' 5 or 510= select 510 from pg sleep 15 '),
(13773,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13773,'field:19',0,1,' info ccburlingtonwoods com '),
(13773,'field:6',0,1,' grlpgpag '),
(13773,'field:7',0,1,' testing example com '),
(13773,'field:8',0,1,' testing '),
(13773,'field:9',0,1,' general inquiry '),
(13773,'title',0,1,' 2026 01 21 08 56 15 '),
(13774,'field:10',0,1,' 555 '),
(13774,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13774,'field:19',0,1,' info ccburlingtonwoods com '),
(13774,'field:6',0,1,' grlpgpag '),
(13774,'field:7',0,1,' testing example com '),
(13774,'field:8',0,1,' testing '),
(13774,'field:9',0,1,' careers '),
(13774,'title',0,1,' 2026 01 21 08 56 16 '),
(13775,'field:10',0,1,' truby pn10 idut na xolodnoe vodosnabzenie pn 16 na centralnoe otoplenie goriacee i xolodnoe vodosnabzenie temperaturoi ne bolee 60 s pn 20 i pn 25 universalnye truby temperatura teplonositelia mozet dostigat 95 s https deneb spb ru krany i ventili sistemy truboprovodov iz polipropilena prigodny dlia vsex izvestnyx vidov prokladki otkrytoi prokladki prokladki pod stukaturkoi v saxtax i kanalax i dr https deneb spb ru contacts po zaprosu 11 811 https deneb spb ru zaglushki 76 https deneb spb ru vse novosti zagruzka otzyvov https deneb spb ru trojniki po zaprosu 1105 https deneb spb ru mufty razemnye amerikanki 24 https deneb spb ru mufty kombinirovannye goriacee i xolodnoe vodosnabzenie kanalizaciia ventiliaciia sistema teplyi pol otvedenie gruntovyx i stocnyx vod drenaznye orositelnye i meliorativnye sistemy truboprovody dlia transportirovki ximiceski aktivnyx veshhestv pnevmotruboprovody i t https deneb spb ru zaglushki d https deneb spb ru obvody '),
(13775,'field:18',0,1,' https ccinglemoor com contact '),
(13775,'field:19',0,1,' info ccinglemoor com '),
(13775,'field:6',0,1,' robertrum '),
(13775,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(13775,'field:8',0,1,' google '),
(13775,'field:9',0,1,' general inquiry '),
(13775,'title',0,1,' 2026 01 21 08 56 16 '),
(13776,'field:10',0,1,' 555 '),
(13776,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13776,'field:19',0,1,' info ccburlingtonwoods com '),
(13776,'field:6',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13776,'field:7',0,1,' testing example com '),
(13776,'field:8',0,1,' testing '),
(13776,'field:9',0,1,' media inquiry '),
(13776,'title',0,1,' 2026 01 21 08 56 17 '),
(13777,'field:10',0,1,' 555 '),
(13777,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13777,'field:19',0,1,' info ccburlingtonwoods com '),
(13777,'field:6',0,1,' grlpgpag '),
(13777,'field:7',0,1,' testing example com '),
(13777,'field:8',0,1,' 1 or 2 456 456 1=0 0 0 1 '),
(13777,'field:9',0,1,' careers '),
(13777,'title',0,1,' 2026 01 21 08 56 17 '),
(13778,'field:10',0,1,' 555 '),
(13778,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13778,'field:19',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13778,'field:6',0,1,' grlpgpag '),
(13778,'field:7',0,1,' testing example com '),
(13778,'field:8',0,1,' testing '),
(13778,'field:9',0,1,' general inquiry '),
(13778,'title',0,1,' 2026 01 21 08 56 21 '),
(13779,'field:10',0,1,' 555 '),
(13779,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13779,'field:19',0,1,' info ccburlingtonwoods com '),
(13779,'field:6',0,1,' grlpgpag '),
(13779,'field:7',0,1,' testing example com '),
(13779,'field:8',0,1,' 1 or 2 683 683 1=0 0 0 1 '),
(13779,'field:9',0,1,' careers '),
(13779,'title',0,1,' 2026 01 21 08 56 22 '),
(13780,'field:10',0,1,' 5 or 54= select 54 from pg sleep 15 '),
(13780,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13780,'field:19',0,1,' info ccburlingtonwoods com '),
(13780,'field:6',0,1,' grlpgpag '),
(13780,'field:7',0,1,' testing example com '),
(13780,'field:8',0,1,' testing '),
(13780,'field:9',0,1,' general inquiry '),
(13780,'title',0,1,' 2026 01 21 08 56 24 '),
(13781,'field:10',0,1,' 555 '),
(13781,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13781,'field:19',0,1,' info ccburlingtonwoods com '),
(13781,'field:6',0,1,' 1 waitfor delay 0 0 15 '),
(13781,'field:7',0,1,' testing example com '),
(13781,'field:8',0,1,' testing '),
(13781,'field:9',0,1,' media inquiry '),
(13781,'title',0,1,' 2026 01 21 08 56 24 '),
(13782,'field:10',0,1,' 555 '),
(13782,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13782,'field:19',0,1,' info ccburlingtonwoods com '),
(13782,'field:6',0,1,' grlpgpag '),
(13782,'field:7',0,1,' testing example com '),
(13782,'field:8',0,1,' 1 or 2 754 754 1=0 0 0 1 '),
(13782,'field:9',0,1,' careers '),
(13782,'title',0,1,' 2026 01 21 08 56 25 '),
(13783,'field:10',0,1,' 555 '),
(13783,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13783,'field:19',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13783,'field:6',0,1,' grlpgpag '),
(13783,'field:7',0,1,' testing example com '),
(13783,'field:8',0,1,' testing '),
(13783,'field:9',0,1,' general inquiry '),
(13783,'title',0,1,' 2026 01 21 08 56 26 '),
(13784,'field:10',0,1,' 555 '),
(13784,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13784,'field:19',0,1,' info ccburlingtonwoods com '),
(13784,'field:6',0,1,' grlpgpag '),
(13784,'field:7',0,1,' testing example com '),
(13784,'field:8',0,1,' 1 or 2 135 135 1=0 0 0 1 or qtks8gvv= '),
(13784,'field:9',0,1,' careers '),
(13784,'title',0,1,' 2026 01 21 08 56 27 '),
(13785,'field:10',0,1,' 555 '),
(13785,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13785,'field:19',0,1,' info ccburlingtonwoods com '),
(13785,'field:6',0,1,' grlpgpag '),
(13785,'field:7',0,1,' testing example com '),
(13785,'field:8',0,1,' 1 or 2 63 63 1=0 0 0 1 '),
(13785,'field:9',0,1,' careers '),
(13785,'title',0,1,' 2026 01 21 08 56 27 '),
(13786,'field:10',0,1,' 555 '),
(13786,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13786,'field:19',0,1,' info ccburlingtonwoods com '),
(13786,'field:6',0,1,' kh5g85c7 waitfor delay 0 0 15 '),
(13786,'field:7',0,1,' testing example com '),
(13786,'field:8',0,1,' testing '),
(13786,'field:9',0,1,' media inquiry '),
(13786,'title',0,1,' 2026 01 21 08 56 30 '),
(13787,'field:10',0,1,' 1 or 227= select 227 from pg sleep 15 '),
(13787,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13787,'field:19',0,1,' info ccburlingtonwoods com '),
(13787,'field:6',0,1,' grlpgpag '),
(13787,'field:7',0,1,' testing example com '),
(13787,'field:8',0,1,' testing '),
(13787,'field:9',0,1,' general inquiry '),
(13787,'title',0,1,' 2026 01 21 08 56 31 '),
(13788,'field:10',0,1,' 555 '),
(13788,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13788,'field:19',0,1,' 1 waitfor delay 0 0 15 '),
(13788,'field:6',0,1,' grlpgpag '),
(13788,'field:7',0,1,' testing example com '),
(13788,'field:8',0,1,' testing '),
(13788,'field:9',0,1,' general inquiry '),
(13788,'title',0,1,' 2026 01 21 08 56 31 '),
(13789,'field:10',0,1,' 555 '),
(13789,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13789,'field:19',0,1,' info ccburlingtonwoods com '),
(13789,'field:6',0,1,' grlpgpag '),
(13789,'field:7',0,1,' testing example com '),
(13789,'field:8',0,1,' if now =sysdate sleep 15 0 '),
(13789,'field:9',0,1,' careers '),
(13789,'title',0,1,' 2026 01 21 08 56 37 '),
(13790,'field:10',0,1,' pe3lnsq3 or 59= select 59 from pg sleep 15 '),
(13790,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13790,'field:19',0,1,' info ccburlingtonwoods com '),
(13790,'field:6',0,1,' grlpgpag '),
(13790,'field:7',0,1,' testing example com '),
(13790,'field:8',0,1,' testing '),
(13790,'field:9',0,1,' general inquiry '),
(13790,'title',0,1,' 2026 01 21 08 56 39 '),
(13791,'field:10',0,1,' 555 '),
(13791,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13791,'field:19',0,1,' info ccburlingtonwoods com '),
(13791,'field:6',0,1,' piy4xfwq or 225= select 225 from pg sleep 15 '),
(13791,'field:7',0,1,' testing example com '),
(13791,'field:8',0,1,' testing '),
(13791,'field:9',0,1,' media inquiry '),
(13791,'title',0,1,' 2026 01 21 08 56 39 '),
(13792,'field:10',0,1,' 555 '),
(13792,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13792,'field:19',0,1,' 1b3etkgj waitfor delay 0 0 15 '),
(13792,'field:6',0,1,' grlpgpag '),
(13792,'field:7',0,1,' testing example com '),
(13792,'field:8',0,1,' testing '),
(13792,'field:9',0,1,' general inquiry '),
(13792,'title',0,1,' 2026 01 21 08 56 40 '),
(13793,'field:10',0,1,' 555 '),
(13793,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13793,'field:19',0,1,' info ccburlingtonwoods com '),
(13793,'field:6',0,1,' grlpgpag '),
(13793,'field:7',0,1,' testing example com '),
(13793,'field:8',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13793,'field:9',0,1,' careers '),
(13793,'title',0,1,' 2026 01 21 08 56 44 '),
(13794,'field:10',0,1,' minimum 5 casov 1 takelaznik 1 cas raboty takelaznika 700 rub cena za 1kg https drogal ru uslugi kranovye raboty vesa 3 4 rub https drogal ru glossary logisticheskie operacii kompaniia takelazniki https drogal ru glossary takelazhnaya osnastka ru vypolnila takelaz oborudovaniia sistem ventiliacii dlia promyslennyx predpriiatii neobxodimo bylo pogruzit konteinery i negabarit na zeleznodoroznye platformy i zakrepit gruzy https drogal ru portfolio tags takelazhnye raboty foto vse raboty vypolneny s legkim operezeniem grafika bez ushherba dlia kacestva i bezopasnosti https drogal ru glossary konteinernaya transportnaya sistema spasibo vsei brigade vypolniavsei nas zakaz https drogal ru portfolio items razgruzka medicinskogo oborudovaniya ot 1 200 cas za 1 cel https drogal ru uslugi kranovye raboty takelaznye raboty pri masse gruza 301 800 kg https drogal ru glossary opasnie gruzi takelaznye uslugi https drogal ru voprosi otveti gost 17527 2020 prosto napisite nam v whatsapp https drogal ru portfolio items kompleks takelazhnikh rabot s mpu '),
(13794,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13794,'field:19',0,1,' info ccburlingtonwoods com '),
(13794,'field:6',0,1,' robertpam '),
(13794,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(13794,'field:8',0,1,' google '),
(13794,'field:9',0,1,' general inquiry '),
(13794,'title',0,1,' 2026 01 21 08 56 45 '),
(13795,'field:10',0,1,' gzmc2rkd or 669= select 669 from pg sleep 15 '),
(13795,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13795,'field:19',0,1,' info ccburlingtonwoods com '),
(13795,'field:6',0,1,' grlpgpag '),
(13795,'field:7',0,1,' testing example com '),
(13795,'field:8',0,1,' testing '),
(13795,'field:9',0,1,' general inquiry '),
(13795,'title',0,1,' 2026 01 21 08 56 49 '),
(13796,'field:10',0,1,' prodaza gruzovyx sin i sin dlia legkovyx avtomobilei optom po cenam proizvoditelia s nds gruzovye siny optom asiancatalog rassrocka plateza nds markirovka sin cz sertifikaty eas my zainteresovany v sotrudnicestve '),
(13796,'field:18',0,1,' https ccshrewsbury com contact '),
(13796,'field:19',0,1,' info ccshrewsbury com '),
(13796,'field:6',0,1,' mewdeecy '),
(13796,'field:7',0,1,' cargo888 cn gmail com '),
(13796,'field:8',0,1,' google '),
(13796,'field:9',0,1,' general inquiry '),
(13796,'title',0,1,' 2026 01 21 08 56 51 '),
(13797,'field:10',0,1,' 555 '),
(13797,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13797,'field:19',0,1,' info ccburlingtonwoods com '),
(13797,'field:6',0,1,' 1swuifav or 63= select 63 from pg sleep 15 '),
(13797,'field:7',0,1,' testing example com '),
(13797,'field:8',0,1,' testing '),
(13797,'field:9',0,1,' media inquiry '),
(13797,'title',0,1,' 2026 01 21 08 56 51 '),
(13798,'field:10',0,1,' 555 '),
(13798,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13798,'field:19',0,1,' tiqech1i or 234= select 234 from pg sleep 15 '),
(13798,'field:6',0,1,' grlpgpag '),
(13798,'field:7',0,1,' testing example com '),
(13798,'field:8',0,1,' testing '),
(13798,'field:9',0,1,' general inquiry '),
(13798,'title',0,1,' 2026 01 21 08 56 52 '),
(13799,'field:10',0,1,' yez3l4nz or 490= select 490 from pg sleep 15 '),
(13799,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13799,'field:19',0,1,' info ccburlingtonwoods com '),
(13799,'field:6',0,1,' grlpgpag '),
(13799,'field:7',0,1,' testing example com '),
(13799,'field:8',0,1,' testing '),
(13799,'field:9',0,1,' general inquiry '),
(13799,'title',0,1,' 2026 01 21 08 56 59 '),
(13800,'field:10',0,1,' 555 '),
(13800,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13800,'field:19',0,1,' info ccburlingtonwoods com '),
(13800,'field:6',0,1,' grlpgpag '),
(13800,'field:7',0,1,' testing example com '),
(13800,'field:8',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13800,'field:9',0,1,' careers '),
(13800,'title',0,1,' 2026 01 21 08 57 00 '),
(13801,'field:10',0,1,' 555 '),
(13801,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13801,'field:19',0,1,' info ccburlingtonwoods com '),
(13801,'field:6',0,1,' rmlzguvd or 235= select 235 from pg sleep 15 '),
(13801,'field:7',0,1,' testing example com '),
(13801,'field:8',0,1,' testing '),
(13801,'field:9',0,1,' media inquiry '),
(13801,'title',0,1,' 2026 01 21 08 57 01 '),
(13802,'field:10',0,1,' 555 '),
(13802,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13802,'field:19',0,1,' gicik00e or 145= select 145 from pg sleep 15 '),
(13802,'field:6',0,1,' grlpgpag '),
(13802,'field:7',0,1,' testing example com '),
(13802,'field:8',0,1,' testing '),
(13802,'field:9',0,1,' general inquiry '),
(13802,'title',0,1,' 2026 01 21 08 57 03 '),
(13803,'field:10',0,1,' 555 '),
(13803,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13803,'field:19',0,1,' info ccburlingtonwoods com '),
(13803,'field:6',0,1,' grlpgpag '),
(13803,'field:7',0,1,' testing example com '),
(13803,'field:8',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13803,'field:9',0,1,' careers '),
(13803,'title',0,1,' 2026 01 21 08 57 05 '),
(13804,'field:10',0,1,' 555 '),
(13804,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13804,'field:19',0,1,' info ccburlingtonwoods com '),
(13804,'field:6',0,1,' grlpgpag dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13804,'field:7',0,1,' testing example com '),
(13804,'field:8',0,1,' testing '),
(13804,'field:9',0,1,' media inquiry '),
(13804,'title',0,1,' 2026 01 21 08 57 06 '),
(13805,'field:10',0,1,' 555 '),
(13805,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13805,'field:19',0,1,' info ccburlingtonwoods com '),
(13805,'field:6',0,1,' 1 '),
(13805,'field:7',0,1,' testing example com '),
(13805,'field:8',0,1,' testing '),
(13805,'field:9',0,1,' media inquiry '),
(13805,'title',0,1,' 2026 01 21 08 57 07 '),
(13806,'field:10',0,1,' 555 dbms pipe receive message chr 99 chr 99 chr 99 15 '),
(13806,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13806,'field:19',0,1,' info ccburlingtonwoods com '),
(13806,'field:6',0,1,' grlpgpag '),
(13806,'field:7',0,1,' testing example com '),
(13806,'field:8',0,1,' testing '),
(13806,'field:9',0,1,' general inquiry '),
(13806,'title',0,1,' 2026 01 21 08 57 07 '),
(13807,'field:10',0,1,' 555 '),
(13807,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13807,'field:19',0,1,' info ccburlingtonwoods com '),
(13807,'field:6',0,1,' 1%2527%2522 '),
(13807,'field:7',0,1,' testing example com '),
(13807,'field:8',0,1,' testing '),
(13807,'field:9',0,1,' media inquiry '),
(13807,'title',0,1,' 2026 01 21 08 57 08 '),
(13808,'field:10',0,1,' 555 '),
(13808,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13808,'field:19',0,1,' info ccburlingtonwoods com '),
(13808,'field:6',0,1,' jrjph '),
(13808,'field:7',0,1,' testing example com '),
(13808,'field:8',0,1,' testing '),
(13808,'field:9',0,1,' media inquiry '),
(13808,'title',0,1,' 2026 01 21 08 57 08 '),
(13809,'field:10',0,1,' 555 '),
(13809,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13809,'field:19',0,1,' ushctlum or 85= select 85 from pg sleep 15 '),
(13809,'field:6',0,1,' grlpgpag '),
(13809,'field:7',0,1,' testing example com '),
(13809,'field:8',0,1,' testing '),
(13809,'field:9',0,1,' general inquiry '),
(13809,'title',0,1,' 2026 01 21 08 57 09 '),
(13810,'field:10',0,1,' 555 '),
(13810,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13810,'field:19',0,1,' info ccburlingtonwoods com '),
(13810,'field:6',0,1,' grlpgpag '),
(13810,'field:7',0,1,' testing example com '),
(13810,'field:8',0,1,' 1 waitfor delay 0 0 15 '),
(13810,'field:9',0,1,' careers '),
(13810,'title',0,1,' 2026 01 21 08 57 14 '),
(13811,'field:10',0,1,' 555 dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13811,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13811,'field:19',0,1,' info ccburlingtonwoods com '),
(13811,'field:6',0,1,' grlpgpag '),
(13811,'field:7',0,1,' testing example com '),
(13811,'field:8',0,1,' testing '),
(13811,'field:9',0,1,' general inquiry '),
(13811,'title',0,1,' 2026 01 21 08 57 15 '),
(13812,'field:10',0,1,' 555 '),
(13812,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13812,'field:19',0,1,' info ccburlingtonwoods com '),
(13812,'field:6',0,1,' grlpgpag '),
(13812,'field:7',0,1,' testing example com '),
(13812,'field:8',0,1,' testing '),
(13812,'field:9',0,1,' media inquiry '),
(13812,'title',0,1,' 2026 01 21 08 57 16 '),
(13813,'field:10',0,1,' 1 '),
(13813,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13813,'field:19',0,1,' info ccburlingtonwoods com '),
(13813,'field:6',0,1,' grlpgpag '),
(13813,'field:7',0,1,' testing example com '),
(13813,'field:8',0,1,' testing '),
(13813,'field:9',0,1,' general inquiry '),
(13813,'title',0,1,' 2026 01 21 08 57 16 '),
(13814,'field:10',0,1,' 555 '),
(13814,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13814,'field:19',0,1,''),
(13814,'field:6',0,1,' grlpgpag '),
(13814,'field:7',0,1,' testing example com '),
(13814,'field:8',0,1,' testing '),
(13814,'field:9',0,1,' general inquiry '),
(13814,'title',0,1,' 2026 01 21 08 57 17 '),
(13815,'field:10',0,1,' 1%2527%2522 '),
(13815,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13815,'field:19',0,1,' info ccburlingtonwoods com '),
(13815,'field:6',0,1,' grlpgpag '),
(13815,'field:7',0,1,' testing example com '),
(13815,'field:8',0,1,' testing '),
(13815,'field:9',0,1,' general inquiry '),
(13815,'title',0,1,' 2026 01 21 08 57 19 '),
(13816,'field:10',0,1,' 555 '),
(13816,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13816,'field:19',0,1,' 1 '),
(13816,'field:6',0,1,' grlpgpag '),
(13816,'field:7',0,1,' testing example com '),
(13816,'field:8',0,1,' testing '),
(13816,'field:9',0,1,' general inquiry '),
(13816,'title',0,1,' 2026 01 21 08 57 19 '),
(13817,'field:10',0,1,' 555 '),
(13817,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13817,'field:19',0,1,' 1%2527%2522 '),
(13817,'field:6',0,1,' grlpgpag '),
(13817,'field:7',0,1,' testing example com '),
(13817,'field:8',0,1,' testing '),
(13817,'field:9',0,1,' general inquiry '),
(13817,'title',0,1,' 2026 01 21 08 57 20 '),
(13818,'field:10',0,1,' 555 '),
(13818,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13818,'field:19',0,1,' sxho4 '),
(13818,'field:6',0,1,' grlpgpag '),
(13818,'field:7',0,1,' testing example com '),
(13818,'field:8',0,1,' testing '),
(13818,'field:9',0,1,' general inquiry '),
(13818,'title',0,1,' 2026 01 21 08 57 21 '),
(13819,'field:10',0,1,' wqyk3 '),
(13819,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13819,'field:19',0,1,' info ccburlingtonwoods com '),
(13819,'field:6',0,1,' grlpgpag '),
(13819,'field:7',0,1,' testing example com '),
(13819,'field:8',0,1,' testing '),
(13819,'field:9',0,1,' general inquiry '),
(13819,'title',0,1,' 2026 01 21 08 57 21 '),
(13820,'field:10',0,1,' 555 '),
(13820,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13820,'field:19',0,1,' info ccburlingtonwoods com '),
(13820,'field:6',0,1,' grlpgpag '),
(13820,'field:7',0,1,' testing example com '),
(13820,'field:8',0,1,' 0mq3whzl waitfor delay 0 0 15 '),
(13820,'field:9',0,1,' careers '),
(13820,'title',0,1,' 2026 01 21 08 57 24 '),
(13821,'field:10',0,1,' 555 '),
(13821,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13821,'field:19',0,1,' info ccburlingtonwoods com '),
(13821,'field:6',0,1,' grlpgpag '),
(13821,'field:7',0,1,' testing example com '),
(13821,'field:8',0,1,' testing '),
(13821,'field:9',0,1,' media inquiry '),
(13821,'title',0,1,' 2026 01 21 08 57 25 '),
(13822,'field:10',0,1,' 555 '),
(13822,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13822,'field:19',0,1,' 1 or 2 569 569 1=0 0 0 1 '),
(13822,'field:6',0,1,' grlpgpag '),
(13822,'field:7',0,1,' testing example com '),
(13822,'field:8',0,1,' testing '),
(13822,'field:9',0,1,' media inquiry '),
(13822,'title',0,1,' 2026 01 21 08 57 26 '),
(13823,'field:10',0,1,' 555 '),
(13823,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13823,'field:19',0,1,' 1 or 2 209 209 1=0 0 0 1 '),
(13823,'field:6',0,1,' grlpgpag '),
(13823,'field:7',0,1,' testing example com '),
(13823,'field:8',0,1,' testing '),
(13823,'field:9',0,1,' media inquiry '),
(13823,'title',0,1,' 2026 01 21 08 57 27 '),
(13824,'field:10',0,1,' 555 '),
(13824,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13824,'field:19',0,1,' 1 or 2 323 323 1=0 0 0 1 '),
(13824,'field:6',0,1,' grlpgpag '),
(13824,'field:7',0,1,' testing example com '),
(13824,'field:8',0,1,' testing '),
(13824,'field:9',0,1,' media inquiry '),
(13824,'title',0,1,' 2026 01 21 08 57 27 '),
(13825,'field:10',0,1,' 555 '),
(13825,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13825,'field:19',0,1,' info ccburlingtonwoods com '),
(13825,'field:6',0,1,' grlpgpag '),
(13825,'field:7',0,1,' testing example com '),
(13825,'field:8',0,1,' testing '),
(13825,'field:9',0,1,' general inquiry '),
(13825,'title',0,1,' 2026 01 21 08 57 28 '),
(13826,'field:10',0,1,' 555 '),
(13826,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13826,'field:19',0,1,' 1 or 2 131 131 1=0 0 0 1 or hxsla0cy= '),
(13826,'field:6',0,1,' grlpgpag '),
(13826,'field:7',0,1,' testing example com '),
(13826,'field:8',0,1,' testing '),
(13826,'field:9',0,1,' media inquiry '),
(13826,'title',0,1,' 2026 01 21 08 57 28 '),
(13827,'field:10',0,1,' 555 '),
(13827,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13827,'field:19',0,1,' info ccburlingtonwoods com '),
(13827,'field:6',0,1,' grlpgpag '),
(13827,'field:7',0,1,' testing example com '),
(13827,'field:8',0,1,' testing '),
(13827,'field:9',0,1,' general inquiry '),
(13827,'title',0,1,' 2026 01 21 08 57 28 '),
(13828,'field:10',0,1,' 555 '),
(13828,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13828,'field:19',0,1,' 1 or 2 655 655 1=0 0 0 1 '),
(13828,'field:6',0,1,' grlpgpag '),
(13828,'field:7',0,1,' testing example com '),
(13828,'field:8',0,1,' testing '),
(13828,'field:9',0,1,' media inquiry '),
(13828,'title',0,1,' 2026 01 21 08 57 28 '),
(13829,'field:10',0,1,' 555 '),
(13829,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13829,'field:19',0,1,' info ccburlingtonwoods com '),
(13829,'field:6',0,1,' grlpgpag '),
(13829,'field:7',0,1,' testing example com '),
(13829,'field:8',0,1,' j0yzdv5v or 517= select 517 from pg sleep 15 '),
(13829,'field:9',0,1,' careers '),
(13829,'title',0,1,' 2026 01 21 08 57 31 '),
(13830,'field:10',0,1,' 555 '),
(13830,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13830,'field:19',0,1,' info ccburlingtonwoods com '),
(13830,'field:6',0,1,' grlpgpag '),
(13830,'field:7',0,1,' testing example com '),
(13830,'field:8',0,1,' testing '),
(13830,'field:9',0,1,' general inquiry '),
(13830,'title',0,1,' 2026 01 21 08 57 33 '),
(13831,'field:10',0,1,' 555 '),
(13831,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13831,'field:19',0,1,' if now =sysdate sleep 15 0 '),
(13831,'field:6',0,1,' grlpgpag '),
(13831,'field:7',0,1,' testing example com '),
(13831,'field:8',0,1,' testing '),
(13831,'field:9',0,1,' media inquiry '),
(13831,'title',0,1,' 2026 01 21 08 57 34 '),
(13832,'field:10',0,1,' 555 '),
(13832,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13832,'field:19',0,1,' info ccburlingtonwoods com '),
(13832,'field:6',0,1,' grlpgpag '),
(13832,'field:7',0,1,' testing example com '),
(13832,'field:8',0,1,' testing '),
(13832,'field:9',0,1,' general inquiry '),
(13832,'title',0,1,' 2026 01 21 08 57 34 '),
(13833,'field:10',0,1,' 555 '),
(13833,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13833,'field:19',0,1,' info ccburlingtonwoods com '),
(13833,'field:6',0,1,' 1 or 2 212 212 1=0 0 0 1 '),
(13833,'field:7',0,1,' testing example com '),
(13833,'field:8',0,1,' testing '),
(13833,'field:9',0,1,' general inquiry '),
(13833,'title',0,1,' 2026 01 21 08 57 35 '),
(13834,'field:10',0,1,' 555 '),
(13834,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13834,'field:19',0,1,' info ccburlingtonwoods com '),
(13834,'field:6',0,1,' grlpgpag '),
(13834,'field:7',0,1,' testing example com '),
(13834,'field:8',0,1,' ljewri16 or 200= select 200 from pg sleep 15 '),
(13834,'field:9',0,1,' careers '),
(13834,'title',0,1,' 2026 01 21 08 57 36 '),
(13835,'field:10',0,1,' 555 '),
(13835,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13835,'field:19',0,1,' info ccburlingtonwoods com '),
(13835,'field:6',0,1,' 1 or 2 866 866 1=0 0 0 1 '),
(13835,'field:7',0,1,' testing example com '),
(13835,'field:8',0,1,' testing '),
(13835,'field:9',0,1,' general inquiry '),
(13835,'title',0,1,' 2026 01 21 08 57 36 '),
(13836,'field:10',0,1,' 555 '),
(13836,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13836,'field:19',0,1,' info ccburlingtonwoods com '),
(13836,'field:6',0,1,' 1 or 2 93 93 1=0 0 0 1 '),
(13836,'field:7',0,1,' testing example com '),
(13836,'field:8',0,1,' testing '),
(13836,'field:9',0,1,' general inquiry '),
(13836,'title',0,1,' 2026 01 21 08 57 37 '),
(13837,'field:10',0,1,' 555 '),
(13837,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13837,'field:19',0,1,' info ccburlingtonwoods com '),
(13837,'field:6',0,1,' 1 or 2 591 591 1=0 0 0 1 or 6dtyrjuj= '),
(13837,'field:7',0,1,' testing example com '),
(13837,'field:8',0,1,' testing '),
(13837,'field:9',0,1,' general inquiry '),
(13837,'title',0,1,' 2026 01 21 08 57 38 '),
(13838,'field:10',0,1,' 555 '),
(13838,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13838,'field:19',0,1,' info ccburlingtonwoods com '),
(13838,'field:6',0,1,' 1 or 2 896 896 1=0 0 0 1 '),
(13838,'field:7',0,1,' testing example com '),
(13838,'field:8',0,1,' testing '),
(13838,'field:9',0,1,' general inquiry '),
(13838,'title',0,1,' 2026 01 21 08 57 40 '),
(13839,'field:10',0,1,' 555 '),
(13839,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13839,'field:19',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13839,'field:6',0,1,' grlpgpag '),
(13839,'field:7',0,1,' testing example com '),
(13839,'field:8',0,1,' testing '),
(13839,'field:9',0,1,' media inquiry '),
(13839,'title',0,1,' 2026 01 21 08 57 44 '),
(13840,'field:10',0,1,' 555 '),
(13840,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13840,'field:19',0,1,' info ccburlingtonwoods com '),
(13840,'field:6',0,1,' grlpgpag '),
(13840,'field:7',0,1,' testing example com '),
(13840,'field:8',0,1,' abpdoeus or 643= select 643 from pg sleep 15 '),
(13840,'field:9',0,1,' careers '),
(13840,'title',0,1,' 2026 01 21 08 57 47 '),
(13841,'field:10',0,1,' vypolnim raboty po spilu na sleduiushhii den posle obrashheniia ili v liuboe udobnoe dlia vas vremia https arbvbg ru privacypolicy metody raboty bezopasnost i effektivnost https arbvbg ru privacypolicy ispolzovanie avtovyski dlia udaleniia derevev https arbvbg ru privacypolicy komanda drovosek okazet professionalnye uslugi po spilu derevev v stesnennyx usloviiax goroda moskvy ili dacnogo ucastka v podmoskove https arbvbg ru opyt i specialnoe oborudovanie sovmeshhennyi s otvetstvennostiu nasi glavnye instrumenty dlia uspesnoi raboty s dereviami raznoi vysoty https arbvbg ru kvalificirovannye specialisty razlicaiut spil derevev dvux osnovnyx vidov takix kak izvlecenie kornei traktorom rucnoe korcevanie primenenie drobilnogo instrumenta spilivanie pnia na urovne nize poverxnosti grunta https arbvbg ru '),
(13841,'field:18',0,1,' https completecareoakridge com contact '),
(13841,'field:19',0,1,' info completecareoakridge com '),
(13841,'field:6',0,1,' charlesnoita '),
(13841,'field:7',0,1,' nikolayy shevcov mail ru '),
(13841,'field:8',0,1,' google '),
(13841,'field:9',0,1,' general inquiry '),
(13841,'title',0,1,' 2026 01 21 08 57 52 '),
(13842,'field:10',0,1,' 20 '),
(13842,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13842,'field:19',0,1,' info ccburlingtonwoods com '),
(13842,'field:6',0,1,' grlpgpag '),
(13842,'field:7',0,1,' testing example com '),
(13842,'field:8',0,1,' testing '),
(13842,'field:9',0,1,' other '),
(13842,'title',0,1,' 2026 01 21 08 57 53 '),
(13843,'field:10',0,1,' 555 '),
(13843,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13843,'field:19',0,1,' info ccburlingtonwoods com '),
(13843,'field:6',0,1,' if now =sysdate sleep 15 0 '),
(13843,'field:7',0,1,' testing example com '),
(13843,'field:8',0,1,' testing '),
(13843,'field:9',0,1,' general inquiry '),
(13843,'title',0,1,' 2026 01 21 08 57 58 '),
(13844,'field:10',0,1,' 555 '),
(13844,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13844,'field:19',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13844,'field:6',0,1,' grlpgpag '),
(13844,'field:7',0,1,' testing example com '),
(13844,'field:8',0,1,' testing '),
(13844,'field:9',0,1,' media inquiry '),
(13844,'title',0,1,' 2026 01 21 08 58 00 '),
(13845,'field:10',0,1,' 555 '),
(13845,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13845,'field:19',0,1,' info ccburlingtonwoods com '),
(13845,'field:6',0,1,' grlpgpag '),
(13845,'field:7',0,1,' testing example com '),
(13845,'field:8',0,1,' testing dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13845,'field:9',0,1,' careers '),
(13845,'title',0,1,' 2026 01 21 08 58 01 '),
(13846,'field:10',0,1,' 20 '),
(13846,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13846,'field:19',0,1,' info ccburlingtonwoods com '),
(13846,'field:6',0,1,' grlpgpag '),
(13846,'field:7',0,1,' testing example com '),
(13846,'field:8',0,1,' testing '),
(13846,'field:9',0,1,' other '),
(13846,'title',0,1,' 2026 01 21 08 58 02 '),
(13847,'field:10',0,1,' 555 '),
(13847,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13847,'field:19',0,1,' info ccburlingtonwoods com '),
(13847,'field:6',0,1,' grlpgpag '),
(13847,'field:7',0,1,' testing example com '),
(13847,'field:8',0,1,' 1 '),
(13847,'field:9',0,1,' careers '),
(13847,'title',0,1,' 2026 01 21 08 58 03 '),
(13848,'field:10',0,1,' 555 '),
(13848,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13848,'field:19',0,1,' info ccburlingtonwoods com '),
(13848,'field:6',0,1,' grlpgpag '),
(13848,'field:7',0,1,' testing example com '),
(13848,'field:8',0,1,' 1%2527%2522 '),
(13848,'field:9',0,1,' careers '),
(13848,'title',0,1,' 2026 01 21 08 58 04 '),
(13849,'field:10',0,1,' 20 '),
(13849,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13849,'field:19',0,1,' info ccburlingtonwoods com '),
(13849,'field:6',0,1,' grlpgpag '),
(13849,'field:7',0,1,' testing example com '),
(13849,'field:8',0,1,' testing '),
(13849,'field:9',0,1,' other '),
(13849,'title',0,1,' 2026 01 21 08 58 05 '),
(13850,'field:10',0,1,' 555 '),
(13850,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13850,'field:19',0,1,' info ccburlingtonwoods com '),
(13850,'field:6',0,1,' grlpgpag '),
(13850,'field:7',0,1,' testing example com '),
(13850,'field:8',0,1,' 4af8x '),
(13850,'field:9',0,1,' careers '),
(13850,'title',0,1,' 2026 01 21 08 58 07 '),
(13851,'field:10',0,1,' 20 '),
(13851,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13851,'field:19',0,1,' info ccburlingtonwoods com '),
(13851,'field:6',0,1,' grlpgpag '),
(13851,'field:7',0,1,' testing example com '),
(13851,'field:8',0,1,' testing '),
(13851,'field:9',0,1,' other '),
(13851,'title',0,1,' 2026 01 21 08 58 07 '),
(13852,'field:10',0,1,' 555 '),
(13852,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13852,'field:19',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13852,'field:6',0,1,' grlpgpag '),
(13852,'field:7',0,1,' testing example com '),
(13852,'field:8',0,1,' testing '),
(13852,'field:9',0,1,' media inquiry '),
(13852,'title',0,1,' 2026 01 21 08 58 10 '),
(13853,'field:10',0,1,' 20 '),
(13853,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13853,'field:19',0,1,' info ccburlingtonwoods com '),
(13853,'field:6',0,1,' grlpgpag '),
(13853,'field:7',0,1,' testing example com '),
(13853,'field:8',0,1,' testing '),
(13853,'field:9',0,1,' other '),
(13853,'title',0,1,' 2026 01 21 08 58 10 '),
(13854,'field:10',0,1,' 555 '),
(13854,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13854,'field:19',0,1,' info ccburlingtonwoods com '),
(13854,'field:6',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13854,'field:7',0,1,' testing example com '),
(13854,'field:8',0,1,' testing '),
(13854,'field:9',0,1,' general inquiry '),
(13854,'title',0,1,' 2026 01 21 08 58 11 '),
(13855,'field:10',0,1,' 20 '),
(13855,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13855,'field:19',0,1,' info ccburlingtonwoods com '),
(13855,'field:6',0,1,' grlpgpag '),
(13855,'field:7',0,1,' testing example com '),
(13855,'field:8',0,1,' testing '),
(13855,'field:9',0,1,' other '),
(13855,'title',0,1,' 2026 01 21 08 58 13 '),
(13856,'field:10',0,1,' 555 '),
(13856,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13856,'field:19',0,1,' info ccburlingtonwoods com '),
(13856,'field:6',0,1,' grlpgpag '),
(13856,'field:7',0,1,' testing example com '),
(13856,'field:8',0,1,' testing '),
(13856,'field:9',0,1,' careers '),
(13856,'title',0,1,' 2026 01 21 08 58 15 '),
(13857,'field:10',0,1,' 20 '),
(13857,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13857,'field:19',0,1,' info ccburlingtonwoods com '),
(13857,'field:6',0,1,' grlpgpag '),
(13857,'field:7',0,1,' testing example com '),
(13857,'field:8',0,1,' testing '),
(13857,'field:9',0,1,' other '),
(13857,'title',0,1,' 2026 01 21 08 58 17 '),
(13858,'field:10',0,1,' 555 '),
(13858,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13858,'field:19',0,1,' 1 waitfor delay 0 0 15 '),
(13858,'field:6',0,1,' grlpgpag '),
(13858,'field:7',0,1,' testing example com '),
(13858,'field:8',0,1,' testing '),
(13858,'field:9',0,1,' media inquiry '),
(13858,'title',0,1,' 2026 01 21 08 58 19 '),
(13859,'field:10',0,1,' 555 '),
(13859,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13859,'field:19',0,1,' info ccburlingtonwoods com '),
(13859,'field:6',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13859,'field:7',0,1,' testing example com '),
(13859,'field:8',0,1,' testing '),
(13859,'field:9',0,1,' general inquiry '),
(13859,'title',0,1,' 2026 01 21 08 58 20 '),
(13860,'field:10',0,1,' 555 '),
(13860,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13860,'field:19',0,1,' info ccburlingtonwoods com '),
(13860,'field:6',0,1,' grlpgpag '),
(13860,'field:7',0,1,' testing example com '),
(13860,'field:8',0,1,' testing '),
(13860,'field:9',0,1,' careers '),
(13860,'title',0,1,' 2026 01 21 08 58 25 '),
(13861,'field:10',0,1,' 555 '),
(13861,'field:18',0,1,' 1 or 2 894 894 1=0 0 0 1 '),
(13861,'field:19',0,1,' info ccburlingtonwoods com '),
(13861,'field:6',0,1,' grlpgpag '),
(13861,'field:7',0,1,' testing example com '),
(13861,'field:8',0,1,' testing '),
(13861,'field:9',0,1,' careers '),
(13861,'title',0,1,' 2026 01 21 08 58 25 '),
(13862,'field:10',0,1,' 20 '),
(13862,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13862,'field:19',0,1,' info ccburlingtonwoods com '),
(13862,'field:6',0,1,' grlpgpag '),
(13862,'field:7',0,1,' testing example com '),
(13862,'field:8',0,1,' testing '),
(13862,'field:9',0,1,' other '),
(13862,'title',0,1,' 2026 01 21 08 58 26 '),
(13863,'field:10',0,1,' 555 '),
(13863,'field:18',0,1,' 1 or 2 994 994 1=0 0 0 1 '),
(13863,'field:19',0,1,' info ccburlingtonwoods com '),
(13863,'field:6',0,1,' grlpgpag '),
(13863,'field:7',0,1,' testing example com '),
(13863,'field:8',0,1,' testing '),
(13863,'field:9',0,1,' careers '),
(13863,'title',0,1,' 2026 01 21 08 58 27 '),
(13864,'field:10',0,1,' 555 '),
(13864,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13864,'field:19',0,1,' hlk9r1ih waitfor delay 0 0 15 '),
(13864,'field:6',0,1,' grlpgpag '),
(13864,'field:7',0,1,' testing example com '),
(13864,'field:8',0,1,' testing '),
(13864,'field:9',0,1,' media inquiry '),
(13864,'title',0,1,' 2026 01 21 08 58 27 '),
(13865,'field:10',0,1,' 555 '),
(13865,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13865,'field:19',0,1,' info ccburlingtonwoods com '),
(13865,'field:6',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13865,'field:7',0,1,' testing example com '),
(13865,'field:8',0,1,' testing '),
(13865,'field:9',0,1,' general inquiry '),
(13865,'title',0,1,' 2026 01 21 08 58 28 '),
(13866,'field:10',0,1,' 555 '),
(13866,'field:18',0,1,' 1 or 2 644 644 1=0 0 0 1 '),
(13866,'field:19',0,1,' info ccburlingtonwoods com '),
(13866,'field:6',0,1,' grlpgpag '),
(13866,'field:7',0,1,' testing example com '),
(13866,'field:8',0,1,' testing '),
(13866,'field:9',0,1,' careers '),
(13866,'title',0,1,' 2026 01 21 08 58 29 '),
(13867,'field:10',0,1,' 555 '),
(13867,'field:18',0,1,' 1 or 2 17 17 1=0 0 0 1 or 7wzsiqpm= '),
(13867,'field:19',0,1,' info ccburlingtonwoods com '),
(13867,'field:6',0,1,' grlpgpag '),
(13867,'field:7',0,1,' testing example com '),
(13867,'field:8',0,1,' testing '),
(13867,'field:9',0,1,' careers '),
(13867,'title',0,1,' 2026 01 21 08 58 31 '),
(13868,'field:10',0,1,' 20 '),
(13868,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13868,'field:19',0,1,' info ccburlingtonwoods com '),
(13868,'field:6',0,1,' grlpgpag '),
(13868,'field:7',0,1,' testing example com '),
(13868,'field:8',0,1,' testing '),
(13868,'field:9',0,1,' other '),
(13868,'title',0,1,' 2026 01 21 08 58 32 '),
(13869,'field:10',0,1,' 555 '),
(13869,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13869,'field:19',0,1,' info ccburlingtonwoods com '),
(13869,'field:6',0,1,' 1 waitfor delay 0 0 15 '),
(13869,'field:7',0,1,' testing example com '),
(13869,'field:8',0,1,' testing '),
(13869,'field:9',0,1,' general inquiry '),
(13869,'title',0,1,' 2026 01 21 08 58 33 '),
(13870,'field:10',0,1,' 555 '),
(13870,'field:18',0,1,' 1 or 2 808 808 1=0 0 0 1 '),
(13870,'field:19',0,1,' info ccburlingtonwoods com '),
(13870,'field:6',0,1,' grlpgpag '),
(13870,'field:7',0,1,' testing example com '),
(13870,'field:8',0,1,' testing '),
(13870,'field:9',0,1,' careers '),
(13870,'title',0,1,' 2026 01 21 08 58 34 '),
(13871,'field:10',0,1,' 555 '),
(13871,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13871,'field:19',0,1,' udoyl0yx or 877= select 877 from pg sleep 15 '),
(13871,'field:6',0,1,' grlpgpag '),
(13871,'field:7',0,1,' testing example com '),
(13871,'field:8',0,1,' testing '),
(13871,'field:9',0,1,' media inquiry '),
(13871,'title',0,1,' 2026 01 21 08 58 34 '),
(13872,'field:10',0,1,' 20 '),
(13872,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13872,'field:19',0,1,' info ccburlingtonwoods com '),
(13872,'field:6',0,1,' grlpgpag '),
(13872,'field:7',0,1,' testing example com '),
(13872,'field:8',0,1,' testing '),
(13872,'field:9',0,1,' other '),
(13872,'title',0,1,' 2026 01 21 08 58 43 '),
(13873,'field:10',0,1,' 555 '),
(13873,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13873,'field:19',0,1,' info ccburlingtonwoods com '),
(13873,'field:6',0,1,' 6b5kq8xw waitfor delay 0 0 15 '),
(13873,'field:7',0,1,' testing example com '),
(13873,'field:8',0,1,' testing '),
(13873,'field:9',0,1,' general inquiry '),
(13873,'title',0,1,' 2026 01 21 08 58 44 '),
(13874,'field:10',0,1,' 555 '),
(13874,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13874,'field:19',0,1,' zkjjstmd or 629= select 629 from pg sleep 15 '),
(13874,'field:6',0,1,' grlpgpag '),
(13874,'field:7',0,1,' testing example com '),
(13874,'field:8',0,1,' testing '),
(13874,'field:9',0,1,' media inquiry '),
(13874,'title',0,1,' 2026 01 21 08 58 45 '),
(13875,'field:10',0,1,' 555 '),
(13875,'field:18',0,1,' if now =sysdate sleep 15 0 '),
(13875,'field:19',0,1,' info ccburlingtonwoods com '),
(13875,'field:6',0,1,' grlpgpag '),
(13875,'field:7',0,1,' testing example com '),
(13875,'field:8',0,1,' testing '),
(13875,'field:9',0,1,' careers '),
(13875,'title',0,1,' 2026 01 21 08 58 48 '),
(13876,'field:10',0,1,' uze bolee 10 let sait gruzoperevozok moi gruz pomogaet zarabatyvat avtoperevozcikam ekspeditoram i gruzovladelcam https keycargo ru tarify my staraemsia maksimalno effektivno obieedinit vsex ucastnikov rynka perevozki gruzov avtomobilnym transportom https keycargo ru o kompanii moi gruz eto udobnyi poisk gruzov i gruzoperevozok po vsei rossii https keycargo ru sklad moskva sankt peterburg novosibirsk vladivostok ekaterinburg https keycargo ru gruzoperevozki ceny ukazany s ucetom nds ukazana minimalnaia nacalnaia stoimost uslug https keycargo ru odnoi masinoi bez zaezda na sklad https keycargo ru tarify otkroite prilozenie licnyi kabinet ili formu zakaza na nasem saite vyberite podxodiashhii razmer kuzova s 170x100x90 sm vmeshhaet gruzy do 300 kg kabluk m 260x130x150 sm vmeshhaet gruzy do 700 kg mikroavtobus l 380x180x180 sm vmeshhaet gruzy do 1400 kg gazel xl 400x190x200 sm vmeshhaet gruzy do 2000 kg gazel https keycargo ru ooo and logistika '),
(13876,'field:18',0,1,' https ccatcourthouse com contact '),
(13876,'field:19',0,1,' info ccatcourthouse com '),
(13876,'field:6',0,1,' brianhet '),
(13876,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(13876,'field:8',0,1,' google '),
(13876,'field:9',0,1,' general inquiry '),
(13876,'title',0,1,' 2026 01 21 08 58 50 '),
(13877,'field:10',0,1,' 20 '),
(13877,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13877,'field:19',0,1,' info ccburlingtonwoods com '),
(13877,'field:6',0,1,' grlpgpag '),
(13877,'field:7',0,1,' testing example com '),
(13877,'field:8',0,1,' testing '),
(13877,'field:9',0,1,' other '),
(13877,'title',0,1,' 2026 01 21 08 58 55 '),
(13878,'field:10',0,1,' 555 '),
(13878,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13878,'field:19',0,1,' info ccburlingtonwoods com '),
(13878,'field:6',0,1,' k6sbqs4q or 445= select 445 from pg sleep 15 '),
(13878,'field:7',0,1,' testing example com '),
(13878,'field:8',0,1,' testing '),
(13878,'field:9',0,1,' general inquiry '),
(13878,'title',0,1,' 2026 01 21 08 58 55 '),
(13879,'field:10',0,1,' 555 '),
(13879,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13879,'field:19',0,1,' laemvbte or 831= select 831 from pg sleep 15 '),
(13879,'field:6',0,1,' grlpgpag '),
(13879,'field:7',0,1,' testing example com '),
(13879,'field:8',0,1,' testing '),
(13879,'field:9',0,1,' media inquiry '),
(13879,'title',0,1,' 2026 01 21 08 58 56 '),
(13880,'field:10',0,1,' 555 '),
(13880,'field:18',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13880,'field:19',0,1,' info ccburlingtonwoods com '),
(13880,'field:6',0,1,' grlpgpag '),
(13880,'field:7',0,1,' testing example com '),
(13880,'field:8',0,1,' testing '),
(13880,'field:9',0,1,' careers '),
(13880,'title',0,1,' 2026 01 21 08 58 57 '),
(13881,'field:10',0,1,' 20 '),
(13881,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13881,'field:19',0,1,' info ccburlingtonwoods com '),
(13881,'field:6',0,1,' grlpgpag '),
(13881,'field:7',0,1,' testing example com '),
(13881,'field:8',0,1,' testing '),
(13881,'field:9',0,1,' other '),
(13881,'title',0,1,' 2026 01 21 08 59 00 '),
(13882,'field:10',0,1,' 555 '),
(13882,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13882,'field:19',0,1,' info ccburlingtonwoods com '),
(13882,'field:6',0,1,' tftagiyz or 228= select 228 from pg sleep 15 '),
(13882,'field:7',0,1,' testing example com '),
(13882,'field:8',0,1,' testing '),
(13882,'field:9',0,1,' general inquiry '),
(13882,'title',0,1,' 2026 01 21 08 59 00 '),
(13883,'field:10',0,1,' 555 '),
(13883,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13883,'field:19',0,1,''),
(13883,'field:6',0,1,' grlpgpag '),
(13883,'field:7',0,1,' testing example com '),
(13883,'field:8',0,1,' testing '),
(13883,'field:9',0,1,' media inquiry '),
(13883,'title',0,1,' 2026 01 21 08 59 01 '),
(13884,'field:10',0,1,' 555 '),
(13884,'field:18',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13884,'field:19',0,1,' info ccburlingtonwoods com '),
(13884,'field:6',0,1,' grlpgpag '),
(13884,'field:7',0,1,' testing example com '),
(13884,'field:8',0,1,' testing '),
(13884,'field:9',0,1,' careers '),
(13884,'title',0,1,' 2026 01 21 08 59 02 '),
(13885,'field:10',0,1,' 555 '),
(13885,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13885,'field:19',0,1,' 1 '),
(13885,'field:6',0,1,' grlpgpag '),
(13885,'field:7',0,1,' testing example com '),
(13885,'field:8',0,1,' testing '),
(13885,'field:9',0,1,' media inquiry '),
(13885,'title',0,1,' 2026 01 21 08 59 02 '),
(13886,'field:10',0,1,' 555 '),
(13886,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13886,'field:19',0,1,' 1%2527%2522 '),
(13886,'field:6',0,1,' grlpgpag '),
(13886,'field:7',0,1,' testing example com '),
(13886,'field:8',0,1,' testing '),
(13886,'field:9',0,1,' media inquiry '),
(13886,'title',0,1,' 2026 01 21 08 59 04 '),
(13887,'field:10',0,1,' 555 '),
(13887,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13887,'field:19',0,1,' nsrmq '),
(13887,'field:6',0,1,' grlpgpag '),
(13887,'field:7',0,1,' testing example com '),
(13887,'field:8',0,1,' testing '),
(13887,'field:9',0,1,' media inquiry '),
(13887,'title',0,1,' 2026 01 21 08 59 05 '),
(13888,'field:10',0,1,' 555 '),
(13888,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13888,'field:19',0,1,' info ccburlingtonwoods com '),
(13888,'field:6',0,1,' kprvbac7 or 954= select 954 from pg sleep 15 '),
(13888,'field:7',0,1,' testing example com '),
(13888,'field:8',0,1,' testing '),
(13888,'field:9',0,1,' general inquiry '),
(13888,'title',0,1,' 2026 01 21 08 59 06 '),
(13889,'field:10',0,1,' 20 '),
(13889,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13889,'field:19',0,1,' info ccburlingtonwoods com '),
(13889,'field:6',0,1,' grlpgpag '),
(13889,'field:7',0,1,' testing example com '),
(13889,'field:8',0,1,' testing '),
(13889,'field:9',0,1,' other '),
(13889,'title',0,1,' 2026 01 21 08 59 07 '),
(13890,'field:10',0,1,' 555 '),
(13890,'field:18',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13890,'field:19',0,1,' info ccburlingtonwoods com '),
(13890,'field:6',0,1,' grlpgpag '),
(13890,'field:7',0,1,' testing example com '),
(13890,'field:8',0,1,' testing '),
(13890,'field:9',0,1,' careers '),
(13890,'title',0,1,' 2026 01 21 08 59 07 '),
(13891,'field:10',0,1,' 555 '),
(13891,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13891,'field:19',0,1,' info ccburlingtonwoods com '),
(13891,'field:6',0,1,' grlpgpag dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13891,'field:7',0,1,' testing example com '),
(13891,'field:8',0,1,' testing '),
(13891,'field:9',0,1,' general inquiry '),
(13891,'title',0,1,' 2026 01 21 08 59 12 '),
(13892,'field:10',0,1,' 555 '),
(13892,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13892,'field:19',0,1,' info ccburlingtonwoods com '),
(13892,'field:6',0,1,' grlpgpag '),
(13892,'field:7',0,1,' testing example com '),
(13892,'field:8',0,1,' testing '),
(13892,'field:9',0,1,' media inquiry '),
(13892,'title',0,1,' 2026 01 21 08 59 12 '),
(13893,'field:10',0,1,' 555 '),
(13893,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13893,'field:19',0,1,' info ccburlingtonwoods com '),
(13893,'field:6',0,1,' 1 '),
(13893,'field:7',0,1,' testing example com '),
(13893,'field:8',0,1,' testing '),
(13893,'field:9',0,1,' general inquiry '),
(13893,'title',0,1,' 2026 01 21 08 59 17 '),
(13894,'field:10',0,1,' 20 '),
(13894,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13894,'field:19',0,1,' info ccburlingtonwoods com '),
(13894,'field:6',0,1,' grlpgpag '),
(13894,'field:7',0,1,' testing example com '),
(13894,'field:8',0,1,' testing '),
(13894,'field:9',0,1,' other '),
(13894,'title',0,1,' 2026 01 21 08 59 17 '),
(13895,'field:10',0,1,' 555 '),
(13895,'field:18',0,1,' 1 waitfor delay 0 0 15 '),
(13895,'field:19',0,1,' info ccburlingtonwoods com '),
(13895,'field:6',0,1,' grlpgpag '),
(13895,'field:7',0,1,' testing example com '),
(13895,'field:8',0,1,' testing '),
(13895,'field:9',0,1,' careers '),
(13895,'title',0,1,' 2026 01 21 08 59 17 '),
(13896,'field:10',0,1,' 555 '),
(13896,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13896,'field:19',0,1,' info ccburlingtonwoods com '),
(13896,'field:6',0,1,' 1%2527%2522 '),
(13896,'field:7',0,1,' testing example com '),
(13896,'field:8',0,1,' testing '),
(13896,'field:9',0,1,' general inquiry '),
(13896,'title',0,1,' 2026 01 21 08 59 19 '),
(13897,'field:10',0,1,' 555 '),
(13897,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13897,'field:19',0,1,' info ccburlingtonwoods com '),
(13897,'field:6',0,1,' al49h '),
(13897,'field:7',0,1,' testing example com '),
(13897,'field:8',0,1,' testing '),
(13897,'field:9',0,1,' general inquiry '),
(13897,'title',0,1,' 2026 01 21 08 59 21 '),
(13898,'field:10',0,1,' 555 '),
(13898,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13898,'field:19',0,1,' info ccburlingtonwoods com '),
(13898,'field:6',0,1,' grlpgpag '),
(13898,'field:7',0,1,' testing example com '),
(13898,'field:8',0,1,' testing '),
(13898,'field:9',0,1,' media inquiry '),
(13898,'title',0,1,' 2026 01 21 08 59 24 '),
(13899,'field:10',0,1,' 20 '),
(13899,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13899,'field:19',0,1,' info ccburlingtonwoods com '),
(13899,'field:6',0,1,' grlpgpag '),
(13899,'field:7',0,1,' testing example com '),
(13899,'field:8',0,1,' testing '),
(13899,'field:9',0,1,' other '),
(13899,'title',0,1,' 2026 01 21 08 59 24 '),
(13900,'field:10',0,1,' 555 '),
(13900,'field:18',0,1,' zhbcxhdq waitfor delay 0 0 15 '),
(13900,'field:19',0,1,' info ccburlingtonwoods com '),
(13900,'field:6',0,1,' grlpgpag '),
(13900,'field:7',0,1,' testing example com '),
(13900,'field:8',0,1,' testing '),
(13900,'field:9',0,1,' careers '),
(13900,'title',0,1,' 2026 01 21 08 59 32 '),
(13901,'field:10',0,1,' 555 '),
(13901,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13901,'field:19',0,1,' info ccburlingtonwoods com '),
(13901,'field:6',0,1,' grlpgpag '),
(13901,'field:7',0,1,' testing example com '),
(13901,'field:8',0,1,' testing '),
(13901,'field:9',0,1,' general inquiry '),
(13901,'title',0,1,' 2026 01 21 08 59 38 '),
(13902,'field:10',0,1,' 20 '),
(13902,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13902,'field:19',0,1,' info ccburlingtonwoods com '),
(13902,'field:6',0,1,' grlpgpag '),
(13902,'field:7',0,1,' testing example com '),
(13902,'field:8',0,1,' testing '),
(13902,'field:9',0,1,' other '),
(13902,'title',0,1,' 2026 01 21 08 59 39 '),
(13903,'field:10',0,1,' 555 '),
(13903,'field:18',0,1,' 1b22yx8p or 911= select 911 from pg sleep 15 '),
(13903,'field:19',0,1,' info ccburlingtonwoods com '),
(13903,'field:6',0,1,' grlpgpag '),
(13903,'field:7',0,1,' testing example com '),
(13903,'field:8',0,1,' testing '),
(13903,'field:9',0,1,' careers '),
(13903,'title',0,1,' 2026 01 21 08 59 44 '),
(13904,'field:10',0,1,' 555 '),
(13904,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13904,'field:19',0,1,' info ccburlingtonwoods com '),
(13904,'field:6',0,1,' grlpgpag '),
(13904,'field:7',0,1,' testing example com '),
(13904,'field:8',0,1,' testing '),
(13904,'field:9',0,1,' general inquiry '),
(13904,'title',0,1,' 2026 01 21 08 59 45 '),
(13905,'field:10',0,1,' 20 '),
(13905,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13905,'field:19',0,1,' info ccburlingtonwoods com '),
(13905,'field:6',0,1,' grlpgpag '),
(13905,'field:7',0,1,' testing example com '),
(13905,'field:8',0,1,' testing '),
(13905,'field:9',0,1,' other '),
(13905,'title',0,1,' 2026 01 21 08 59 45 '),
(13906,'field:10',0,1,' 555 '),
(13906,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13906,'field:19',0,1,' info ccburlingtonwoods com '),
(13906,'field:6',0,1,' grlpgpag '),
(13906,'field:7',0,1,' testing example com '),
(13906,'field:8',0,1,' testing '),
(13906,'field:9',0,1,' general inquiry '),
(13906,'title',0,1,' 2026 01 21 08 59 47 '),
(13907,'field:10',0,1,' 20 '),
(13907,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13907,'field:19',0,1,' info ccburlingtonwoods com '),
(13907,'field:6',0,1,' grlpgpag '),
(13907,'field:7',0,1,' testing example com '),
(13907,'field:8',0,1,' testing '),
(13907,'field:9',0,1,' other '),
(13907,'title',0,1,' 2026 01 21 08 59 47 '),
(13908,'field:10',0,1,' 20 '),
(13908,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13908,'field:19',0,1,' info ccburlingtonwoods com '),
(13908,'field:6',0,1,' grlpgpag '),
(13908,'field:7',0,1,' testing example com '),
(13908,'field:8',0,1,' testing '),
(13908,'field:9',0,1,' other '),
(13908,'title',0,1,' 2026 01 21 08 59 52 '),
(13909,'field:10',0,1,' 555 '),
(13909,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13909,'field:19',0,1,' info ccburlingtonwoods com '),
(13909,'field:6',0,1,' grlpgpag '),
(13909,'field:7',0,1,' testing example com '),
(13909,'field:8',0,1,' testing '),
(13909,'field:9',0,1,' general inquiry '),
(13909,'title',0,1,' 2026 01 21 08 59 53 '),
(13910,'field:10',0,1,' 20 '),
(13910,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13910,'field:19',0,1,' info ccburlingtonwoods com '),
(13910,'field:6',0,1,' grlpgpag '),
(13910,'field:7',0,1,' testing example com '),
(13910,'field:8',0,1,' testing '),
(13910,'field:9',0,1,' other '),
(13910,'title',0,1,' 2026 01 21 08 59 56 '),
(13911,'field:10',0,1,' 8 https kupefurnitur ru catalog 12 https kupefurnitur ru price priobretaia podarocnyi sertifikat pokupatel i ili predieiavitel bezuslovno vyrazaiut svoe soglasie s nastoiashhimi usloviiami https kupefurnitur ru catalog pokupatel i ili predieiavitel obiazuiutsia ne ispolzovat podarocnyi sertifikat predvaritelno ne oznakomivsis s usloviiami i ne vyraziv svoe soglasie s nimi https kupefurnitur ru catalog v slucae peredaci podarocnogo sertifikata tretemu licu lico peredaiushhee podarocnyi sertifikat obiazano oznakomit lico kotoromu peredaetsia podarocnyi sertifikat s nastoiashhimi usloviiami a lico prinimaiushhee podarocnyi sertifikat obiazano oznakomitsia s nastoiashhimi usloviiami vyrazit svoe soglasie s nimi i polnostiu priniat ix https kupefurnitur ru price magazin mebelnoi furnitury kdm predlagaet tovary dlia proizvodstva skafov garniturov soputstvuiushhuiu svetotexniku sistemy xraneniia metizy razlicnogo naznaceniia https kupefurnitur ru blagodaria obsirnoi nomenklature v kataloge naidetsia mnozestvo variantov dlia voploshheniia tvorceskix idei https kupefurnitur ru dlia klientov razrabotana sistema loialnosti reguliarno provodiatsia akcii i skidki https kupefurnitur ru predstavlennye elementy rasscitany na dolguiu ekspluataciiu i obladaiut nadeznymi xarakteristikami assortiment nasego magazina v internete porazaet mnogoobraziem vkliucaia kolicestvo brendov proizvoditelei https kupefurnitur ru price dlia udobstva polzovatelei vse raznovidnosti tovarov razbity po kategoriiam i podkategoriiam https kupefurnitur ru takze suzit krug poiska pomogut udobnye filtry https kupefurnitur ru contact blagodaria im mozno naprimer vybrat podxodiashhii mexanizm raboty tip sveceniia material osnovy i drugie parametry https kupefurnitur ru catalog tovarnye kartocki soderzat informaciiu ob osnovnyx xarakteristikax https kupefurnitur ru catalog kacestvo proizvodstva produkcii podtverzdeno vremenem a takze mnogocislennymi otzyvami klientov https kupefurnitur ru price na vse pozicii ustanovleny loialnye ceny deistvuet garantiia https kupefurnitur ru price zakazat tovary mozno optom ili v roznicu pozvoniv po sootvetstvuiushhemu telefonu https kupefurnitur ru catalog krome togo v otdele prodaz mozno utocnit detali dostavki zakaza ili polucit otvety na drugie voprosy https kupefurnitur ru price opt 1 89 https kupefurnitur ru catalog 50r https kupefurnitur ru contact i vy vsegda budete v kurse poslednix sobytii novinok i akcii personalnye dannye liubaia informaciia otnosiashhaiasia k priamo ili kosvenno opredelennomu ili opredeliaemomu fiziceskomu licu subieektu personalnyx dannyx personalnye dannye razresennye subieektom personalnyx dannyx dlia rasprostraneniia personalnye dannye dostup neogranicennogo kruga lic k kotorym predostavlen subieektom personalnyx dannyx putem daci soglasiia na obrabotku personalnyx dannyx razresennyx subieektom personalnyx dannyx dlia rasprostraneniia v poriadke predusmotrennom zakonom o personalnyx dannyx https kupefurnitur ru contact operator gosudarstvennyi organ municipalnyi organ iuridiceskoe ili fiziceskoe lico samostoiatelno ili sovmestno s drugimi licami organizuiushhie i ili osushhestvliaiushhie obrabotku personalnyx dannyx a takze opredeliaiushhie celi obrabotki personalnyx dannyx sostav personalnyx dannyx podlezashhix obrabotke deistviia operacii soversaemye s personalnymi dannymi obrabotka personalnyx dannyx liuboe deistvie operaciia ili sovokupnost deistvii operacii soversaemyx s ispolzovaniem sredstv avtomatizacii ili bez ispolzovaniia takix sredstv s personalnymi dannymi vkliucaia sbor zapis sistematizaciiu nakoplenie xranenie utocnenie obnovlenie izmenenie izvlecenie ispolzovanie peredacu rasprostranenie predostavlenie dostup obezlicivanie blokirovanie udalenie unictozenie personalnyx dannyx avtomatizirovannaia obrabotka personalnyx dannyx obrabotka personalnyx dannyx s pomoshhiu sredstv vycislitelnoi texniki rasprostranenie personalnyx dannyx deistviia napravlennye na raskrytie personalnyx dannyx neopredelennomu krugu lic predostavlenie personalnyx dannyx deistviia napravlennye na raskrytie personalnyx dannyx opredelennomu licu ili opredelennomu krugu lic blokirovanie personalnyx dannyx vremennoe prekrashhenie obrabotki personalnyx dannyx za iskliuceniem slucaev esli obrabotka neobxodima dlia utocneniia personalnyx dannyx unictozenie personalnyx dannyx deistviia v rezultate kotoryx stanovitsia nevozmoznym vosstanovit soderzanie personalnyx dannyx v informacionnoi sisteme personalnyx dannyx i ili v rezultate kotoryx unictozaiutsia materialnye nositeli personalnyx dannyx obezlicivanie personalnyx dannyx deistviia v rezultate kotoryx stanovitsia nevozmoznym bez ispolzovaniia dopolnitelnoi informacii opredelit prinadleznost personalnyx dannyx konkretnomu subieektu personalnyx dannyx informacionnaia sistema personalnyx dannyx sovokupnost soderzashhixsia v bazax dannyx personalnyx dannyx i obespecivaiushhix ix obrabotku informacionnyx texnologii i texniceskix sredstv transgranicnaia peredaca personalnyx dannyx peredaca personalnyx dannyx na territoriiu inostrannogo gosudarstva organu vlasti inostrannogo gosudarstva inostrannomu fiziceskomu licu ili inostrannomu iuridiceskomu licu https kupefurnitur ru price '),
(13911,'field:18',0,1,' https ccbayshore com contact '),
(13911,'field:19',0,1,' info ccbayshore com '),
(13911,'field:6',0,1,' ronaldkah '),
(13911,'field:7',0,1,' konstantinrovini mail ru '),
(13911,'field:8',0,1,' google '),
(13911,'field:9',0,1,' general inquiry '),
(13911,'title',0,1,' 2026 01 21 08 59 59 '),
(13912,'field:10',0,1,' 555 '),
(13912,'field:18',0,1,' zwps40va or 588= select 588 from pg sleep 15 '),
(13912,'field:19',0,1,' info ccburlingtonwoods com '),
(13912,'field:6',0,1,' grlpgpag '),
(13912,'field:7',0,1,' testing example com '),
(13912,'field:8',0,1,' testing '),
(13912,'field:9',0,1,' careers '),
(13912,'title',0,1,' 2026 01 21 09 00 03 '),
(13913,'field:10',0,1,' 20 '),
(13913,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13913,'field:19',0,1,' info ccburlingtonwoods com '),
(13913,'field:6',0,1,' grlpgpag '),
(13913,'field:7',0,1,' testing example com '),
(13913,'field:8',0,1,' testing '),
(13913,'field:9',0,1,' other '),
(13913,'title',0,1,' 2026 01 21 09 00 08 '),
(13914,'field:10',0,1,' 555 '),
(13914,'field:18',0,1,' 4oni0cyg or 209= select 209 from pg sleep 15 '),
(13914,'field:19',0,1,' info ccburlingtonwoods com '),
(13914,'field:6',0,1,' grlpgpag '),
(13914,'field:7',0,1,' testing example com '),
(13914,'field:8',0,1,' testing '),
(13914,'field:9',0,1,' careers '),
(13914,'title',0,1,' 2026 01 21 09 00 14 '),
(13915,'field:10',0,1,' 20 '),
(13915,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13915,'field:19',0,1,' info ccburlingtonwoods com '),
(13915,'field:6',0,1,' grlpgpag '),
(13915,'field:7',0,1,' testing example com '),
(13915,'field:8',0,1,' testing '),
(13915,'field:9',0,1,' other '),
(13915,'title',0,1,' 2026 01 21 09 00 15 '),
(13916,'field:10',0,1,' 555 '),
(13916,'field:18',0,1,' https ccburlingtonwoods com contact dbms pipe receive message chr 98 chr 98 chr 98 15 '),
(13916,'field:19',0,1,' info ccburlingtonwoods com '),
(13916,'field:6',0,1,' grlpgpag '),
(13916,'field:7',0,1,' testing example com '),
(13916,'field:8',0,1,' testing '),
(13916,'field:9',0,1,' careers '),
(13916,'title',0,1,' 2026 01 21 09 00 23 '),
(13917,'field:10',0,1,' 555 '),
(13917,'field:18',0,1,' 1 '),
(13917,'field:19',0,1,' info ccburlingtonwoods com '),
(13917,'field:6',0,1,' grlpgpag '),
(13917,'field:7',0,1,' testing example com '),
(13917,'field:8',0,1,' testing '),
(13917,'field:9',0,1,' careers '),
(13917,'title',0,1,' 2026 01 21 09 00 25 '),
(13918,'field:10',0,1,' 555 '),
(13918,'field:18',0,1,' 1%2527%2522 '),
(13918,'field:19',0,1,' info ccburlingtonwoods com '),
(13918,'field:6',0,1,' grlpgpag '),
(13918,'field:7',0,1,' testing example com '),
(13918,'field:8',0,1,' testing '),
(13918,'field:9',0,1,' careers '),
(13918,'title',0,1,' 2026 01 21 09 00 26 '),
(13919,'field:10',0,1,' 555 '),
(13919,'field:18',0,1,' gafxy '),
(13919,'field:19',0,1,' info ccburlingtonwoods com '),
(13919,'field:6',0,1,' grlpgpag '),
(13919,'field:7',0,1,' testing example com '),
(13919,'field:8',0,1,' testing '),
(13919,'field:9',0,1,' careers '),
(13919,'title',0,1,' 2026 01 21 09 00 27 '),
(13920,'field:10',0,1,' 555 '),
(13920,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13920,'field:19',0,1,' info ccburlingtonwoods com '),
(13920,'field:6',0,1,' grlpgpag '),
(13920,'field:7',0,1,' testing example com '),
(13920,'field:8',0,1,' testing '),
(13920,'field:9',0,1,' careers '),
(13920,'title',0,1,' 2026 01 21 09 00 34 '),
(13921,'field:10',0,1,' 555 '),
(13921,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13921,'field:19',0,1,' info ccburlingtonwoods com '),
(13921,'field:6',0,1,' grlpgpag '),
(13921,'field:7',0,1,' testing example com '),
(13921,'field:8',0,1,' testing '),
(13921,'field:9',0,1,' careers '),
(13921,'title',0,1,' 2026 01 21 09 00 40 '),
(13922,'field:10',0,1,' 555 '),
(13922,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13922,'field:19',0,1,' info ccburlingtonwoods com '),
(13922,'field:6',0,1,' grlpgpag '),
(13922,'field:7',0,1,' testing example com '),
(13922,'field:8',0,1,' testing '),
(13922,'field:9',0,1,' media inquiry '),
(13922,'title',0,1,' 2026 01 21 09 01 34 '),
(13923,'field:10',0,1,' na nasem saite predstavlena furnitura dlia proizvodstva ofisnoi mebeli kompiuternyx stolov skafov miagkoi mebeli kresel i divanov v usloviiax krizisa mnogie proizvoditeli staraiutsia sekonomit na proizvodstve mebeli dlia ofisnyx ucrezdenii delaia vybor v polzu bolee desevyx materialov i komplektuiushhix https kupefurnitur ru price odnako poroi takoi vybor mozet stat pricinoi poiavleniia na rynke nekacestvennoi mebeli kotoraia ne prednaznacena dlia dlitelnoi ekspluatacii i bystro teriaet svoi funkcionalnye vozmoznosti i esteticnyi vnesnii vid https kupefurnitur ru onas dlia reseniia dannoi problemy neobxodimo vnimatelno izucit rynok postavshhikov materialov i furnitury na nasem saite vy naidete optimalnye reseniia dlia proizvodstva ofisnoi mebeli po dostupnoi cene https kupefurnitur ru contact my zainteresovany v dolgosrocnom i vygodnom dlia obeix storon sotrudnicestve na postoiannoi osnove https kupefurnitur ru price 8 https kupefurnitur ru 7 https kupefurnitur ru catalog podarocnye sertifikaty ne podlezat obmenu na podarocnye sertifikaty drugogo vida a takze razmenu na neskolko podarocnyx sertifikatov https kupefurnitur ru contact utocnit usloviia oplaty i dostavki i vas tovar budet otgruzen po uslovlennomu adresu tocno i v srok https kupefurnitur ru 3 https kupefurnitur ru contact principy obrabotki personalnyx dannyx https kupefurnitur ru '),
(13923,'field:18',0,1,' https ccplainfield com contact '),
(13923,'field:19',0,1,' info ccplainfield com '),
(13923,'field:6',0,1,' ronaldtuh '),
(13923,'field:7',0,1,' konstantinrovini mail ru '),
(13923,'field:8',0,1,' google '),
(13923,'field:9',0,1,' general inquiry '),
(13923,'title',0,1,' 2026 01 21 09 01 44 '),
(13924,'field:10',0,1,' 555 '),
(13924,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13924,'field:19',0,1,' info ccburlingtonwoods com '),
(13924,'field:6',0,1,' grlpgpag '),
(13924,'field:7',0,1,' testing example com '),
(13924,'field:8',0,1,' testing '),
(13924,'field:9',0,1,' media inquiry '),
(13924,'title',0,1,' 2026 01 21 09 01 46 '),
(13925,'field:10',0,1,' 555 '),
(13925,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13925,'field:19',0,1,' info ccburlingtonwoods com '),
(13925,'field:6',0,1,' grlpgpag '),
(13925,'field:7',0,1,' testing example com '),
(13925,'field:8',0,1,' testing '),
(13925,'field:9',0,1,' general inquiry '),
(13925,'title',0,1,' 2026 01 21 09 01 54 '),
(13926,'field:10',0,1,' 555 '),
(13926,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13926,'field:19',0,1,' info ccburlingtonwoods com '),
(13926,'field:6',0,1,' grlpgpag '),
(13926,'field:7',0,1,' testing example com '),
(13926,'field:8',0,1,' testing '),
(13926,'field:9',0,1,' general inquiry '),
(13926,'title',0,1,' 2026 01 21 09 02 01 '),
(13927,'field:10',0,1,' 555 '),
(13927,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13927,'field:19',0,1,' info ccburlingtonwoods com '),
(13927,'field:6',0,1,' grlpgpag '),
(13927,'field:7',0,1,' testing example com '),
(13927,'field:8',0,1,' testing '),
(13927,'field:9',0,1,' general inquiry '),
(13927,'title',0,1,' 2026 01 21 09 02 02 '),
(13928,'field:10',0,1,' 20 '),
(13928,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13928,'field:19',0,1,' info ccburlingtonwoods com '),
(13928,'field:6',0,1,' grlpgpag '),
(13928,'field:7',0,1,' testing example com '),
(13928,'field:8',0,1,' testing '),
(13928,'field:9',0,1,' other '),
(13928,'title',0,1,' 2026 01 21 09 02 05 '),
(13929,'field:10',0,1,' associaciia flebologov rossii https www angioprof ru uslugi flebologii i angiologii preparat neovaskulgen pri lechenii oank html metodiki leceniia https www angioprof ru uslugi podologii potlivost nog html konsultaciia interpretaciia s analizami i obsledovaniiami storonnix organizacii eksperta kliniki k https www angioprof ru uslugi sout m https www angioprof ru uslugi sout n https www angioprof ru v prodazhe ortopedicheskie tovaryi kompressionnyij trikotazh kak proxodit reabilitaciia posle lazernogo leceniia est li ograniceniia kak my lecim https www angioprof ru v prodazhe tovaryi dlya zdorovya badyi uvazaemye klienty kazdyi slucai individualen i konecnuiu stoimost vasego leceniia mozno uznat tolko posle ocnogo vizita k vracu gms hospital https www angioprof ru uslugi endokrinologiya ukazany ceny na samye vostrebovannye uslugi https www angioprof ru uslugi nevrologii vy mozete obsluzivatsia po polisu dms oplacivat otdelno kazdyi vizit zakliucit dogovor na godovuiu medicinskuiu programmu ili vnesti depozit i polucat uslugi so skidkoi https www angioprof ru fotogalereya html v vyxodnye i prazdnicnye dni klinika ostavliaet za soboi pravo vzimat doplatu soglasno deistvuiushhemu preiskurantu https www angioprof ru uslugi podologii potlivost nog html uslugi okazyvaiutsia na osnovanii zakliucennogo dogovora https www angioprof ru uslugi endokrinologiya '),
(13929,'field:18',0,1,' https ccwestcaldwell com contact '),
(13929,'field:19',0,1,' info ccwestcaldwell com '),
(13929,'field:6',0,1,' melvinpethy '),
(13929,'field:7',0,1,' riinata osippova bk ru '),
(13929,'field:8',0,1,' google '),
(13929,'field:9',0,1,' general inquiry '),
(13929,'title',0,1,' 2026 01 21 09 02 06 '),
(13930,'field:10',0,1,' 555 '),
(13930,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13930,'field:19',0,1,' info ccburlingtonwoods com '),
(13930,'field:6',0,1,' grlpgpag '),
(13930,'field:7',0,1,' testing example com '),
(13930,'field:8',0,1,' testing '),
(13930,'field:9',0,1,' general inquiry '),
(13930,'title',0,1,' 2026 01 21 09 02 09 '),
(13931,'field:10',0,1,' 20 '),
(13931,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13931,'field:19',0,1,' info ccburlingtonwoods com '),
(13931,'field:6',0,1,' grlpgpag '),
(13931,'field:7',0,1,' testing example com '),
(13931,'field:8',0,1,' testing '),
(13931,'field:9',0,1,' other '),
(13931,'title',0,1,' 2026 01 21 09 02 10 '),
(13932,'field:10',0,1,' 555 '),
(13932,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13932,'field:19',0,1,' info ccburlingtonwoods com '),
(13932,'field:6',0,1,' grlpgpag '),
(13932,'field:7',0,1,' testing example com '),
(13932,'field:8',0,1,' testing '),
(13932,'field:9',0,1,' careers '),
(13932,'title',0,1,' 2026 01 21 09 03 09 '),
(13933,'field:10',0,1,' 555 '),
(13933,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13933,'field:19',0,1,' info ccburlingtonwoods com '),
(13933,'field:6',0,1,' grlpgpag '),
(13933,'field:7',0,1,' testing example com '),
(13933,'field:8',0,1,' testing '),
(13933,'field:9',0,1,' careers '),
(13933,'title',0,1,' 2026 01 21 09 03 29 '),
(13934,'field:10',0,1,' 1 or 2 441 441 1=0 0 0 1 '),
(13934,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13934,'field:19',0,1,' info ccburlingtonwoods com '),
(13934,'field:6',0,1,' grlpgpag '),
(13934,'field:7',0,1,' testing example com '),
(13934,'field:8',0,1,' testing '),
(13934,'field:9',0,1,' careers '),
(13934,'title',0,1,' 2026 01 21 09 03 30 '),
(13935,'field:10',0,1,' spravlius sam https drogal ru glossary strahovoi vznos vas kommentarii https drogal ru glossary konteinernie perevozki 6 pricin zakazat takelaznye raboty u nas https drogal ru portfolio tags slozhnye takelazhnye raboty kompaniia russkiimir obespecivaet vygodnuiu dostupnuiu stoimost takelaznyx rabot https drogal ru glossary brokeri v strahovanii takelaznye raboty ot kompanii stogruz takelaznye raboty v moskve https drogal ru glossary vakuumnaya upakovka '),
(13935,'field:18',0,1,' https ccspringbrook com contact '),
(13935,'field:19',0,1,' info ccspringbrook com '),
(13935,'field:6',0,1,' robertemito '),
(13935,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(13935,'field:8',0,1,' google '),
(13935,'field:9',0,1,' general inquiry '),
(13935,'title',0,1,' 2026 01 21 09 03 31 '),
(13936,'field:10',0,1,' 1 or 2 965 965 1=0 0 0 1 '),
(13936,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13936,'field:19',0,1,' info ccburlingtonwoods com '),
(13936,'field:6',0,1,' grlpgpag '),
(13936,'field:7',0,1,' testing example com '),
(13936,'field:8',0,1,' testing '),
(13936,'field:9',0,1,' careers '),
(13936,'title',0,1,' 2026 01 21 09 03 37 '),
(13937,'field:10',0,1,' 1 or 2 18 18 1=0 0 0 1 '),
(13937,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13937,'field:19',0,1,' info ccburlingtonwoods com '),
(13937,'field:6',0,1,' grlpgpag '),
(13937,'field:7',0,1,' testing example com '),
(13937,'field:8',0,1,' testing '),
(13937,'field:9',0,1,' careers '),
(13937,'title',0,1,' 2026 01 21 09 03 48 '),
(13938,'field:10',0,1,' 1 or 2 29 29 1=0 0 0 1 or jczvz2lq= '),
(13938,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13938,'field:19',0,1,' info ccburlingtonwoods com '),
(13938,'field:6',0,1,' grlpgpag '),
(13938,'field:7',0,1,' testing example com '),
(13938,'field:8',0,1,' testing '),
(13938,'field:9',0,1,' careers '),
(13938,'title',0,1,' 2026 01 21 09 03 56 '),
(13939,'field:10',0,1,' 1 or 2 472 472 1=0 0 0 1 '),
(13939,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13939,'field:19',0,1,' info ccburlingtonwoods com '),
(13939,'field:6',0,1,' grlpgpag '),
(13939,'field:7',0,1,' testing example com '),
(13939,'field:8',0,1,' testing '),
(13939,'field:9',0,1,' careers '),
(13939,'title',0,1,' 2026 01 21 09 04 03 '),
(13940,'field:10',0,1,' if now =sysdate sleep 15 0 '),
(13940,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13940,'field:19',0,1,' info ccburlingtonwoods com '),
(13940,'field:6',0,1,' grlpgpag '),
(13940,'field:7',0,1,' testing example com '),
(13940,'field:8',0,1,' testing '),
(13940,'field:9',0,1,' careers '),
(13940,'title',0,1,' 2026 01 21 09 04 16 '),
(13941,'field:10',0,1,' reiting perevozcikov https keycargo ru gruzoperevozki ip kapteeva m https keycargo ru tarify a https keycargo ru sklad podpisites zakazite perevozku v komplekse s tamozennym oformleniem i polucite skidku 50% na tamozennuiu deklaraciiu na saite v mobilnom prilozenii ili po qr kodu https keycargo ru sklad ceny ukazany s ucetom nds ukazana minimalnaia nacalnaia stoimost uslug https keycargo ru o kompanii dostavka gruzov po gorodu i mezgorodu vam dostupny avtomobili raznogo naznaceniia i gruzopodieemnosti https keycargo ru gruzoperevozki otpravliaite gruzy ili predlagaite uslugi perevozki po gorodu mezgorodu i po vsei strane https keycargo ru tarify '),
(13941,'field:18',0,1,' https ccgrotonregency com contact '),
(13941,'field:19',0,1,' info ccgrotonregency com '),
(13941,'field:6',0,1,' brianhal '),
(13941,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(13941,'field:8',0,1,' google '),
(13941,'field:9',0,1,' general inquiry '),
(13941,'title',0,1,' 2026 01 21 09 04 23 '),
(13942,'field:10',0,1,' 0xor if now =sysdate sleep 15 0 xorz '),
(13942,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13942,'field:19',0,1,' info ccburlingtonwoods com '),
(13942,'field:6',0,1,' grlpgpag '),
(13942,'field:7',0,1,' testing example com '),
(13942,'field:8',0,1,' testing '),
(13942,'field:9',0,1,' careers '),
(13942,'title',0,1,' 2026 01 21 09 04 26 '),
(13943,'field:10',0,1,' 0 xor if now =sysdate sleep 15 0 xor z '),
(13943,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13943,'field:19',0,1,' info ccburlingtonwoods com '),
(13943,'field:6',0,1,' grlpgpag '),
(13943,'field:7',0,1,' testing example com '),
(13943,'field:8',0,1,' testing '),
(13943,'field:9',0,1,' careers '),
(13943,'title',0,1,' 2026 01 21 09 04 32 '),
(13944,'field:10',0,1,' rastenii i derevev vysazeno https berezov lsk ru 4 https berezov lsk ru 8 obshhaia ocenka 4 https berezov lsk ru 7 sootnosenie cena kacestvo 5 sobliudenie srokov 4 https berezov lsk ru 5 cistota vo vremia rabot 5 poriadocnost kompanii https berezov lsk ru nasi arxitektory i dizainery sposobny prevratit territoriiu liubogo kottedznogo poselka v raiskii sad https berezov lsk ru innovacionnoe proektirovanie i smelye reseniia eto prioritety nasei kompanii https berezov lsk ru my razrabatyvaem landsaftnyi dizain pod kliuc a eto znacit cto my ne tolko podgotovim dlia vas proekt i realizuem ego my gotovy vziat ego na obsluzivanie https berezov lsk ru takim obrazom zakliuciv s nami dogovor vy polucite blagoustroennuiu priusadebnuiu territoriiu ili sad bez lisnix https berezov lsk ru sad fantazii eto landsaftnaia masterskaia gde rabotaiut professionaly https berezov lsk ru zdes net potokovyx standartnyx resenii na vazno ctoby kazdyi proekt byl razrabotan dlia konkretnogo zakazcika ctoby on ne prosto udovletvorial ego zaprosam a imel individualnyi xarakter otrazal ego sobstvennye vzgliady i idei https berezov lsk ru cto vxodit v nas proekt https berezov lsk ru '),
(13944,'field:18',0,1,' https ccatgreenacres com contact '),
(13944,'field:19',0,1,' info ccatgreenacres com '),
(13944,'field:6',0,1,' scottfax '),
(13944,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(13944,'field:8',0,1,' google '),
(13944,'field:9',0,1,' general inquiry '),
(13944,'title',0,1,' 2026 01 21 09 04 35 '),
(13945,'field:10',0,1,' 12 750 000 f https bayra market sergu v issledovanii byla takze proanalizirovana populiarnost sesti universalnyx marketpleisov v gorodax millionnikax https bayra market myaso i ptica ru ekonomika i lokalnye predpocteniia tvoriat cudesa https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya podveski i kulony podveska k1 00014850 samoi bolsoi sloznostiu na starte dlia nas stalo to cto neobxodimo postoianno podderzivat obieemy postavliaemoi produkcii potomu cto dlia normalnoi raboty na marketpleisax eto kraine vaznyi aspekt https bayra market odezhda ru 5 detyam novorozhdennym kombinezony ru 2 kombinezon detskiy flis persik rost 80 nuzno ctoby v nalicii vsegda bylo dostatocnoe kolicestvo razmerov i cvetov odezdy to est ves assortiment i liudi mogli vybirat i pokupat tovary vne zavisimosti ot postavok to est ne zdali kogda nuznaia poziciia poiavitsia https bayra market zhenschinam ru page 72 v liderax po oboim pokazateliam novosibirskaia oblast omskaia oblast i krasnoiarskii krai https bayra market index php dispatch=products on sale page=49 pri etom samye vysokie tempy rosta oborota zafiksirovany v omskoi oblasti 3 2 raza altaiskom krae 2 9 raza i tomskoi oblasti 2 8 raza vtoroi moment nizkaia nacenka na tovar v kotoroi zainteresovan marketpleis https bayra market ip klimenko category id=24709 page=1 ona crevata vozmoznymi problemami proizvoditelia v otnosenii riada krupnyx optovyx klientov https bayra market produkty pitaniya ru kolbasy sosiski i delikatesy kolbasy ru livernaya kolbasa nezhnaya 250 g predvaritelno rasscitaite predpolagaemuiu pribyl i smotrite s kem budet vygodnee sotrudnicat onlain ili oflain magazinami https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00015440 nekotorye marketpleisy provodiat akcii s dopolnitelnoi skidkoi po promokodu ctoby naprimer podderzat prodazi vo vremia dlinnyx prazdnikov https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00019219 i esli marzinalnost po opredelennym tovaram ne pozvoliaet prodavcu dat dopolnitelnuiu skidku v 15% prodazi tovarov budut priostanovleny marketpleisom na vremia deistviia akcii https bayra market odezhda ru 5 detyam novorozhdennym kombinezony ru 2 kombinezon lapochka seryy rost 62 '),
(13945,'field:18',0,1,' http ccmonmouth com contact '),
(13945,'field:19',0,1,' info ccmonmouth com '),
(13945,'field:6',0,1,' georgetaw '),
(13945,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(13945,'field:8',0,1,' google '),
(13945,'field:9',0,1,' general inquiry '),
(13945,'title',0,1,' 2026 01 21 09 04 43 '),
(13946,'field:10',0,1,' select 0 from select sleep 15 v select 0 from select sleep 15 v select 0 from select sleep 15 v '),
(13946,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13946,'field:19',0,1,' info ccburlingtonwoods com '),
(13946,'field:6',0,1,' grlpgpag '),
(13946,'field:7',0,1,' testing example com '),
(13946,'field:8',0,1,' testing '),
(13946,'field:9',0,1,' careers '),
(13946,'title',0,1,' 2026 01 21 09 04 45 '),
(13947,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13947,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13947,'field:19',0,1,' info ccburlingtonwoods com '),
(13947,'field:6',0,1,' grlpgpag '),
(13947,'field:7',0,1,' testing example com '),
(13947,'field:8',0,1,' testing '),
(13947,'field:9',0,1,' careers '),
(13947,'title',0,1,' 2026 01 21 09 04 52 '),
(13948,'field:10',0,1,' 555 '),
(13948,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13948,'field:19',0,1,' info ccburlingtonwoods com '),
(13948,'field:6',0,1,' grlpgpag '),
(13948,'field:7',0,1,' testing example com '),
(13948,'field:8',0,1,' testing '),
(13948,'field:9',0,1,' general inquiry '),
(13948,'title',0,1,' 2026 01 21 09 04 57 '),
(13949,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13949,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13949,'field:19',0,1,' info ccburlingtonwoods com '),
(13949,'field:6',0,1,' grlpgpag '),
(13949,'field:7',0,1,' testing example com '),
(13949,'field:8',0,1,' testing '),
(13949,'field:9',0,1,' careers '),
(13949,'title',0,1,' 2026 01 21 09 04 58 '),
(13950,'field:10',0,1,' 1 waitfor delay 0 0 15 '),
(13950,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13950,'field:19',0,1,' info ccburlingtonwoods com '),
(13950,'field:6',0,1,' grlpgpag '),
(13950,'field:7',0,1,' testing example com '),
(13950,'field:8',0,1,' testing '),
(13950,'field:9',0,1,' careers '),
(13950,'title',0,1,' 2026 01 21 09 05 03 '),
(13951,'field:10',0,1,' 555 '),
(13951,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13951,'field:19',0,1,' info ccburlingtonwoods com '),
(13951,'field:6',0,1,' grlpgpag '),
(13951,'field:7',0,1,' testing example com '),
(13951,'field:8',0,1,' testing '),
(13951,'field:9',0,1,' general inquiry '),
(13951,'title',0,1,' 2026 01 21 09 05 06 '),
(13952,'field:10',0,1,' fflfbxhc waitfor delay 0 0 15 '),
(13952,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13952,'field:19',0,1,' info ccburlingtonwoods com '),
(13952,'field:6',0,1,' grlpgpag '),
(13952,'field:7',0,1,' testing example com '),
(13952,'field:8',0,1,' testing '),
(13952,'field:9',0,1,' careers '),
(13952,'title',0,1,' 2026 01 21 09 05 22 '),
(13953,'field:10',0,1,' 5 or 408= select 408 from pg sleep 15 '),
(13953,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13953,'field:19',0,1,' info ccburlingtonwoods com '),
(13953,'field:6',0,1,' grlpgpag '),
(13953,'field:7',0,1,' testing example com '),
(13953,'field:8',0,1,' testing '),
(13953,'field:9',0,1,' careers '),
(13953,'title',0,1,' 2026 01 21 09 05 32 '),
(13954,'field:10',0,1,' 555 '),
(13954,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13954,'field:19',0,1,' info ccburlingtonwoods com '),
(13954,'field:6',0,1,' grlpgpag '),
(13954,'field:7',0,1,' testing example com '),
(13954,'field:8',0,1,' testing '),
(13954,'field:9',0,1,' media inquiry '),
(13954,'title',0,1,' 2026 01 21 09 05 39 '),
(13955,'field:10',0,1,' 5 or 824= select 824 from pg sleep 15 '),
(13955,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13955,'field:19',0,1,' info ccburlingtonwoods com '),
(13955,'field:6',0,1,' grlpgpag '),
(13955,'field:7',0,1,' testing example com '),
(13955,'field:8',0,1,' testing '),
(13955,'field:9',0,1,' careers '),
(13955,'title',0,1,' 2026 01 21 09 05 45 '),
(13956,'field:10',0,1,' 555 '),
(13956,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13956,'field:19',0,1,' info ccburlingtonwoods com '),
(13956,'field:6',0,1,' grlpgpag '),
(13956,'field:7',0,1,' testing example com '),
(13956,'field:8',0,1,' testing '),
(13956,'field:9',0,1,' media inquiry '),
(13956,'title',0,1,' 2026 01 21 09 05 48 '),
(13957,'field:10',0,1,' 555 '),
(13957,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13957,'field:19',0,1,' info ccburlingtonwoods com '),
(13957,'field:6',0,1,' grlpgpag '),
(13957,'field:7',0,1,' testing example com '),
(13957,'field:8',0,1,' testing '),
(13957,'field:9',0,1,' media inquiry '),
(13957,'title',0,1,' 2026 01 21 09 05 48 '),
(13958,'field:10',0,1,' 555 '),
(13958,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13958,'field:19',0,1,' info ccburlingtonwoods com '),
(13958,'field:6',0,1,' grlpgpag '),
(13958,'field:7',0,1,' testing example com '),
(13958,'field:8',0,1,' testing '),
(13958,'field:9',0,1,' media inquiry '),
(13958,'title',0,1,' 2026 01 21 09 05 50 '),
(13959,'field:10',0,1,' 555 '),
(13959,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13959,'field:19',0,1,' info ccburlingtonwoods com '),
(13959,'field:6',0,1,' grlpgpag '),
(13959,'field:7',0,1,' testing example com '),
(13959,'field:8',0,1,' testing '),
(13959,'field:9',0,1,' media inquiry '),
(13959,'title',0,1,' 2026 01 21 09 05 51 '),
(13960,'field:10',0,1,' 1 or 110= select 110 from pg sleep 15 '),
(13960,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13960,'field:19',0,1,' info ccburlingtonwoods com '),
(13960,'field:6',0,1,' grlpgpag '),
(13960,'field:7',0,1,' testing example com '),
(13960,'field:8',0,1,' testing '),
(13960,'field:9',0,1,' careers '),
(13960,'title',0,1,' 2026 01 21 09 05 51 '),
(13961,'field:10',0,1,' 555 '),
(13961,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13961,'field:19',0,1,' info ccburlingtonwoods com '),
(13961,'field:6',0,1,' grlpgpag '),
(13961,'field:7',0,1,' testing example com '),
(13961,'field:8',0,1,' testing '),
(13961,'field:9',0,1,' media inquiry '),
(13961,'title',0,1,' 2026 01 21 09 05 52 '),
(13962,'field:10',0,1,' 555 '),
(13962,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13962,'field:19',0,1,' info ccburlingtonwoods com '),
(13962,'field:6',0,1,' grlpgpag '),
(13962,'field:7',0,1,' testing example com '),
(13962,'field:8',0,1,' testing '),
(13962,'field:9',0,1,' general inquiry '),
(13962,'title',0,1,' 2026 01 21 09 05 53 '),
(13963,'field:10',0,1,' 555 '),
(13963,'field:18',0,1,' https ccburlingtonwoods com contact '),
(13963,'field:19',0,1,' info ccburlingtonwoods com '),
(13963,'field:6',0,1,' grlpgpag '),
(13963,'field:7',0,1,' testing example com '),
(13963,'field:8',0,1,' testing '),
(13963,'field:9',0,1,' media inquiry '),
(13963,'title',0,1,' 2026 01 21 09 05 53 '),
(13964,'field:10',0,1,' glavnoe meniu https kapio ru katalog byitovaya ximiya sredstva dlya vannoj i tualetnoj komnatyi help help universalnoe sredstvo 750 ml v nasem kataloge predstavleny meski dlia musora obieemom ot 30 do 300 litrov mozno podobrat variant s podxodiashhei vmestimostiu i tolshhinoi plenki https kapio ru katalog bumazhnaya produkcziya polotencza salfetki tualetnaya bumaga bumazhnyie polotencza bumazhnyie polotencza rulonnyie rulonnye polotenca 1 slojnye 120 metrov belye dlia proizvodstva ispolzuiutsia razlicnye vidy polietilena eto procnyi vlagostoikii material obladaiushhii vysokoi elasticnostiu https kapio ru katalog mopyi nasadki mop 40 sm mop 40 sm trio h b petlevoj seryj so vstavkami iz mf i hb karman uho 40h13 v prodaze predstavleny sleduiushhie raznovidnosti musornyx paketov poluci skidku na dostavku voiti v kabinet registraciia otlozennye 0 0 sravnit https kapio ru katalog xozyajstvennyij inventar meshki dlya pyilesosov meshok pylesbornyj dlja pylesosa karcher mv5 mv6 k4 pani pronja komplekt 5 sht meski dlia musora ekonom azur 60 l 20 st https kapio ru katalog byitovaya ximiya sredstva dlya chistki stekol i zerkal himitek charoit sprej meski pakety dlia musora polietilenovye s zaviazkami v rulone temno sinie iz https kapio ru zakaz ot 12 pach upak polnoe opisanie v nalicii na sklade v upakovke 30 st https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v plastah meshok 120 litrov 70h110 sm pvd chernyj standart cena za 1 up 224 https kapio ru katalog bumazhnaya produkcziya polotencza salfetki tualetnaya bumaga tualetnaya bumaga bumaga tualetnaja belaja mjagkij znak 1sl 51m 40 r dostupno dlia pokupki ot kratno 1 up https kapio ru katalog sredstva dlya zashhityi ruk perchatki xb perchatki hb s dvojnym lateksnym pokrytiem 2 oj obliv meski dlia musora s tesmoi azur 50 l 20 st https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v rulonax meshki 240 litrov 10 sht v rulone 90h130 pvd chernye standart jekonom '),
(13964,'field:18',0,1,' https ccsevernapark com contact '),
(13964,'field:19',0,1,' info ccsevernapark com '),
(13964,'field:6',0,1,' michaelgilla '),
(13964,'field:7',0,1,' simonenko borya list ru '),
(13964,'field:8',0,1,' google '),
(13964,'field:9',0,1,' general inquiry '),
(13964,'title',0,1,' 2026 01 21 09 06 24 '),
(13965,'field:10',0,1,' esli vy budete oplacivat dostavki s rascetnogo sceta dalse nuzno ukazat dannye vasego sceta i sdelat pervyi perevod na 1 000 dengi popadut na vas balans v dostavke i vy smozete oplacivat imi zakazy https keycargo ru sklad filialy kompanii pek otkryty bolee cem v 145 gorodax pri etom zabor i adresnaia dostavka gruzov i tovarov klientov osushhestvliaetsia v radiuse 300 km ot kazdogo filiala https keycargo ru partneram v rezultate geografiia okazyvaemyx nami transportnyx uslug oxvatyvaet prakticeski vsiu territoriiu rf vkliucaia krym https keycargo ru tarify krome togo sistema lgotnoi dostavki transportnoi kompanii pek pozvoliaet po priemlemym cenam organizovyvat perevozku gruzov po rossii obsluzivaia goroda iamalo neneckogo avtonomnogo okruga a takze novyi urengoi naxodku komsomolsk na amure i drugie naselennye punkty https keycargo ru sklad ip xlyncev v https keycargo ru kontakty v https keycargo ru tarify est gruzovoi transport bolsoi opyt nasei kompanii i professionalnyi podxod k kazdomu zakazu pozvoliaiut nam bratsia za rabotu liuboi sloznosti i dostavliat samye razlicnye gruzy v liuboi naznacennyi punkt https keycargo ru tarify dopolnitelnye uslugi po poluceniiu dostavke gruzov rub https keycargo ru gruzoperevozki '),
(13965,'field:18',0,1,' https ccsilverlake com contact '),
(13965,'field:19',0,1,' info ccsilverlake com '),
(13965,'field:6',0,1,' brianowema '),
(13965,'field:7',0,1,' kharalampiimartyshkin mail ru '),
(13965,'field:8',0,1,' google '),
(13965,'field:9',0,1,' general inquiry '),
(13965,'title',0,1,' 2026 01 21 09 09 05 '),
(13966,'field:10',0,1,' vybor studii eto ne tolko pro stil mastera no i pro udobstvo https maze tattoo catalog t osobenno v bolsom gorode gde vremia na ves zolota https maze tattoo catalog sha schuka imenno poetomu mnogie ishhut mesto kuda mozno legko dobratsia ne tratia casy v doroge https maze tattoo catalog e egipet uiutnaia studiia tatu maniia naxoditsia v sagovoi dostupnosti ot metro cto delaet ee osobenno udobnoi dlia tex kto predpocitaet tatuirovku v centre goroda ne vyezzaia za predely privycnogo marsruta https maze tattoo malyi biznes moskvy https maze tattoo catalog g geysha my garantiruem samyi vysokii uroven kacestva ispolneniia vasei raboty https maze tattoo catalog m multyashki tattoo8room 18 tatumaniia 18 200 kv https maze tattoo catalog sh m tvorceskogo prostranstva https maze tattoo catalog m mech '),
(13966,'field:18',0,1,' https ccmeriden com contact '),
(13966,'field:19',0,1,' info ccmeriden com '),
(13966,'field:6',0,1,' barryphody '),
(13966,'field:7',0,1,' prosavmobi1981 mail ru '),
(13966,'field:8',0,1,' google '),
(13966,'field:9',0,1,' general inquiry '),
(13966,'title',0,1,' 2026 01 21 09 10 42 '),
(13967,'field:10',0,1,' angel odna iz stareisix tatu studii moskvy vozglavliaemaia pavlom angelom https maze tattoo catalog i v assortimente tatu pirsing i raznoobraznye bodimodifikacii vkliucaiushhie v sebia trendovyi permanentnyi makiiaz https maze tattoo catalog y urobros v studii rabotaiut mastera staroi skoly ctoby bylo masstabno slozno i v polspiny ili kak minimum v polbedra https maze tattoo catalog s svekla pomimo vsego procego zdes uvazaiut ornamental https maze tattoo catalog t tradik berut gotovye eskizy i pomogaiut s razrabotkoi plius est kollekciia gotovyx dizainov https maze tattoo catalog a akvalangisty cennik ot 3000 rublei u pavla angela doroze https maze tattoo catalog o oven moskva gorod gde kazdyi ugolok dysit istoriei a ulicy polny kontrastov https maze tattoo catalog p portret zdes sredi sumnyx prospektov i uiutnyx pereulkov zivet osobaia kultura kultura tatuirovki https maze tattoo catalog d djoker i esli vy ishhete ne prosto mesto gde mozno nabit risunok a prostranstvo gde vase telo stanet xolstom dlia nastoiashhego iskusstva stoit obratit vnimanie na tatu salony moskvy kotorye umeiut cuvstvovat stil vremia i licnost https maze tattoo catalog d delfiny dmitrylavrenov https maze tattoo catalog g gribi posle naneseniia risunka nacinaiutsia finisnye raboty https maze tattoo catalog n poverxnost kozi snova obrabatyvaetsia antiseptikom i smazyvaetsia zazivliaiushhim kremom https maze tattoo catalog g geysha vse eto delaetsia s pomoshhiu peredovyx sovremennyx texnologii pozvoliaiushhix nabit tatu kacestvenno i bezopasno https maze tattoo catalog t sak yant evgenii iuznyi posetiv nasu studiiu vy smozete ocenit bezuprecnyi uroven obsluzivaniia po 10 balnoi skale i ostavit svoi otzyv https maze tattoo catalog ts '),
(13967,'field:18',0,1,' https cchyattsville com contact '),
(13967,'field:19',0,1,' info cchyattsville com '),
(13967,'field:6',0,1,' barrycruse '),
(13967,'field:7',0,1,' prosavmobi1981 mail ru '),
(13967,'field:8',0,1,' google '),
(13967,'field:9',0,1,' general inquiry '),
(13967,'title',0,1,' 2026 01 21 09 13 30 '),
(13968,'field:10',0,1,' rekomendacii https maze tattoo catalog n nadpis vy mozete priiti v studiiu ctoby uznat konecnuiu stoimost svoei tatuirovki i poznakomitsia s masterom https maze tattoo catalog ya yakor u kazdogo mastera tatu salona sobstvennyi podxod k rabote slusatel vprave vybrat togo iz nix ci risunki emu blize https maze tattoo catalog b bok nasi programmy sostavleny takim obrazom ctoby podgotovit nastoiashhix professionalov kotorye mogut pridumat eskiz narisovat ego v sootvetstvuiushhem programmnom obespecenii i nanesti na kozu klienta https maze tattoo catalog t tigr vypuskniki akademii polucaiut rabotu v lucsix tatu salonax rossii a mnogie iz nix uspesno rabotaiut daze v azii i evrope https maze tattoo catalog b beskonechnii uzel mnogie vybiraiut tatuirovku v centre moskvy ne tolko iz za udobstva https maze tattoo catalog r roza vetrov zdes v samom serdce goroda rozdaiutsia trendy https maze tattoo catalog yi zdes rabotaiut mastera kotorye ne prosto slediat za modoi a sami ee formiruiut https maze tattoo catalog a akuly tatu maniia eto ne prosto studiia eto tvorceskaia laboratoriia gde kazdaia rabota rezultat dialoga mezdu masterom i klientom https maze tattoo catalog r rukava setevoe izdanie kudago kudago zaregistrirovano v federalnoi sluzbe po nadzoru v sfere sviazi informacionnyx texnologii i massovyx kommunikacii roskomnadzor 15 marta 2021 goda https maze tattoo catalog ee svidetelstvo o registracii el № fs77 80500 ucreditel ooo revan https maze tattoo catalog m mech prava na tekstovye i drugie materialy razmeshhennye na saite oxraniaiutsia zakonom https maze tattoo catalog m mayak pri citirovanii obiazatelna priamaia ssylka na kudago https maze tattoo catalog k kolibri com https maze tattoo catalog k kolibri zdes vam predlozat sdelat na vybor liuboi stil tatuirovki rasskazut o tonkostiax processa i dadut besplatnuiu konsultaciiu pered tem kak vy okoncatelno resites na tatu https maze tattoo catalog ch chertopoloh osobym vnimaniem v salone polzuiutsia neobycnye ornamenty originalnye siuzety bolsix i malenkix tatuirovok https maze tattoo catalog l lyagushki mastera deistvuiushhie prepodavateli tatu skoly reguliarno prinimaiut ucastie v vystavkax i konferenciiax https maze tattoo catalogbigtattoo vmeste s nimi vy smozete razrabotat individualnyi eskiz liuboi sloznosti https maze tattoo catalog l lovets snov takze vam predlozat sdelat pirsing https maze tattoo catalog y ulitka '),
(13968,'field:18',0,1,' https ccmeriden com contact '),
(13968,'field:19',0,1,' info ccmeriden com '),
(13968,'field:6',0,1,' barryphody '),
(13968,'field:7',0,1,' prosavmobi1981 mail ru '),
(13968,'field:8',0,1,' google '),
(13968,'field:9',0,1,' general inquiry '),
(13968,'title',0,1,' 2026 01 21 09 13 41 '),
(13969,'field:10',0,1,' zavtrak wi fi https rich house su booking 17 otzyvov https rich house su restaurants zavtrak vkliucen https rich house su contacts do centra 4 https rich house su booking 6 km https rich house su restaurants otdyx v krymu vse vkliuceno iuznaia ozereevka 19 otelei '),
(13969,'field:18',0,1,' http completecareoakridge com contact '),
(13969,'field:19',0,1,' info completecareoakridge com '),
(13969,'field:6',0,1,' geraldfumma '),
(13969,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(13969,'field:8',0,1,' google '),
(13969,'field:9',0,1,' general inquiry '),
(13969,'title',0,1,' 2026 01 21 09 14 01 '),
(13970,'field:10',0,1,' zavtrak wi fi https rich house su booking semeinyi otdyx https rich house su photos gostinicy v rossii https rich house su rooms 897 https rich house su photos 6 m ot centra gelendzik https rich house su 399 otzyvov https rich house su about posmotret dostupnye nomera https rich house su services '),
(13970,'field:18',0,1,' http completecareoakridge com contact '),
(13970,'field:19',0,1,' info completecareoakridge com '),
(13970,'field:6',0,1,' geraldfumma '),
(13970,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(13970,'field:8',0,1,' google '),
(13970,'field:9',0,1,' general inquiry '),
(13970,'title',0,1,' 2026 01 21 09 14 04 '),
(13971,'field:10',0,1,' reiting naimenovanie cena ot 4 https rich house su restaurants 3 fandorinie 3 8000 rub 5 https rich house su restaurants 0 alean family resort spa biarritz 4 19200 rub https rich house su booking besplatnaia otmena https rich house su photos gelendzik zavtrak vkliucen https rich house su photos adler 1 207 otelei vvedite daty ctoby uvidet aktualnye ceny https rich house su contacts vse vkliuceno https rich house su rooms '),
(13971,'field:18',0,1,' http completecareoakridge com contact '),
(13971,'field:19',0,1,' info completecareoakridge com '),
(13971,'field:6',0,1,' geraldfumma '),
(13971,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(13971,'field:8',0,1,' google '),
(13971,'field:9',0,1,' general inquiry '),
(13971,'title',0,1,' 2026 01 21 09 14 06 '),
(13972,'field:10',0,1,' vyxodnaia moshhnost v rezime nezatuxaiushhei volny sut 120 vt sirina x vysota x uglovoi razmer 228 mm x 127 mm x 330 mm ves 9 kg https ellman ru triangular elektrody pellefirm v kratcaisie sroki podtiagivaiut kozu delaiut ee bolee rovnoi i gladkoi modeliruiut siluet https ellman ru tips effektivnost texnologii dokazana kliniceskimi issledovaniiami https ellman ru devices tel https ellman ru basic 8 812 454 45 34 https ellman ru basic rezimy razreza https ellman ru triangular my ucityvaem ekonomiceskie trudnosti vedeniia medicinskogo biznesa i daem vozmoznost zakupki produkcii v lizing srokom ot 12 do 36 mesiacev pri etom raznica v cene oborudovaniia sostavit vsego 9 14% v god https ellman ru plates usluga lizinga ot dostavliaet medicinskoe oborudovanie besplatno u nas vy smozete kupit radiovolnovoi generator surgitron dual emc 90 racionalno ispolzuia finansovye resursy ucrezdeniia https ellman ru needle garantiinyi srok 12 mesiacev https ellman ru catalog '),
(13972,'field:18',0,1,' https completecarewall com contact '),
(13972,'field:19',0,1,' info completecarewall com '),
(13972,'field:6',0,1,' jeffreysax '),
(13972,'field:7',0,1,' rerkgeemong98 mail ru '),
(13972,'field:8',0,1,' google '),
(13972,'field:9',0,1,' general inquiry '),
(13972,'title',0,1,' 2026 01 21 09 14 55 '),
(13973,'field:10',0,1,' g https maze tattoo catalog k keltika moskva 14 aprelia 2025 https maze tattoo catalog v voin v sovremennyx tatu studiiax moskvy tatuirovki nanosiatsia v sootvetstvii so strogimi standartami gigieny i sanitarii https maze tattoo catalog r rusalka eto kasaetsia i nasei studii https maze tattoo catalog f ot sterilnosti do podbora pigmenta v tatu manii vse produmano do melocei https maze tattoo catalog a akvalangisty eto osobenno vazno dlia tex kto delaet tatuirovku vpervye https maze tattoo catalog r realizm zdes ne prosto nanosiat risunok a soprovozdaiut vas na kazdom etape ot idei do zazivleniia https maze tattoo catalog g grud i esli vy ishhete tatu salon gde vse pod kontrolem vy ego uze nasli https maze tattoo catalog gh zhuravli oplatite tolko cast sertifikata priamo seicas cerez servis iandeks split https maze tattoo catalog sha ostavsiesia platezi v tecenie 2 12 mesiacev na vas vybor https maze tattoo catalog k krest bez komissii i pereplat https maze tattoo catalog b belki varianty grafika platezei rasscityvaiutsia individualno dlia kazdogo polzovatelia i opredeliaiutsia servisom iandeks split https maze tattoo catalog a anime bud v kurse samogo interesnogo v https maze tattoo catalog p tatuirovki dlia muzcin i ne tolko individualnost kak stil https maze tattoo '),
(13973,'field:18',0,1,' https cchyattsville com contact '),
(13973,'field:19',0,1,' info cchyattsville com '),
(13973,'field:6',0,1,' barrycruse '),
(13973,'field:7',0,1,' prosavmobi1981 mail ru '),
(13973,'field:8',0,1,' google '),
(13973,'field:9',0,1,' general inquiry '),
(13973,'title',0,1,' 2026 01 21 09 15 40 '),
(13974,'field:10',0,1,' veb analitik https proffseo ru kontakty primery geonezavisimyx zaprosov ecept torta napoleon ak izbavitsia ot lisnego vesa ak samostoiatelno vybrat utiug senniaia podrezka derevev sada i pr https proffseo ru kontakty starsii menedzer otdela poiskovogo prodvizeniia https proffseo ru zadaca ot 49 990 v mesiac https proffseo ru prodvizhenie angloyazychnykh sajtov ot 60 000 mes https proffseo ru privacy '),
(13974,'field:18',0,1,' https ccorangepark com contact '),
(13974,'field:19',0,1,' info ccorangepark com '),
(13974,'field:6',0,1,' buddyreads '),
(13974,'field:7',0,1,' dolnovam mail ru '),
(13974,'field:8',0,1,' google '),
(13974,'field:9',0,1,' general inquiry '),
(13974,'title',0,1,' 2026 01 21 09 17 00 '),
(14370,'field:10',0,1,' xotite polucat uvedomleniia ob izmenenii cen na toplivo montaz rezervuarov dlia xraneniia razlicnyx produktov https mklider ru katalog bunkera texnologiceskii process proizvodstva rezervuarov mozet sostoiat iz neskolkix etapov i vkliucat sleduiushhie stadii nazemnymi podzemnymi https mklider ru katalog rezervuarnoe oborudovanie lyuk svetovoy ls montaz rezervuarov dlia xraneniia nefti https mklider ru novosti postavka metallokonstruktsiy na obekt rekonstruktsiya sistemy sbora mestorozhdeniy nadym pur tazovskogo regiona dlya podachi etansoderzhashchego gaza v rayon gks 1 novourengoyskaya html assortiment rezervuarnoi produkcii rezervuarnogo zavoda proizvoditelia https mklider ru katalog emkosti rgsp rezervuary gorizontalnye stalnye podzemnye rgsp 5 m3 html '),
(14370,'field:18',0,1,' https ccfairlawnedge com contact '),
(14370,'field:19',0,1,' info ccfairlawnedge com '),
(14370,'field:6',0,1,' michaelcrusa '),
(14370,'field:7',0,1,' akindinkudryashov6842 mail ru '),
(14370,'field:8',0,1,' google '),
(14370,'field:9',0,1,' general inquiry '),
(14370,'title',0,1,' 2026 01 21 09 19 34 '),
(14442,'field:10',0,1,' ostavit otzyv https deneb spb ru izolyaciya truba ppr polipropilen goriacaia i xolodnaia voda 20x3 4 pn20 sdr6 l 2m belyi rosturplast 10302 https deneb spb ru klipsy truby postovliaiutsia otrezkami dlinnoi 4 m https deneb spb ru ankery po zaprosu 2433 https deneb spb ru contacts 12 https deneb spb ru mufty razemnye amerikanki vtp https deneb spb ru trojniki 700 https deneb spb ru trojniki 0020 https deneb spb ru rasprodazha 32 https deneb spb ru sedla 02 https deneb spb ru ugolniki v tablice nize privedeny dannye po rascetnomu davleniiu polipropilenovyx trub pn 10 pn 16 pn 20 pn 25 v zavisimosti ot sroka sluzby i temperatury https deneb spb ru krestoviny '),
(14442,'field:18',0,1,' https ccsevernapark com contact '),
(14442,'field:19',0,1,' info ccsevernapark com '),
(14442,'field:6',0,1,' robertpat '),
(14442,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(14442,'field:8',0,1,' google '),
(14442,'field:9',0,1,' general inquiry '),
(14442,'title',0,1,' 2026 01 21 09 20 33 '),
(14443,'field:10',0,1,' sablon uvedomleniia mozno gibko nastraivat dobavliaia tuda vsiu neobxodimuiu informaciiu po obieektu i mestu incidenta https ftnet ru nkm datcik raboty mexanizmov https ftnet ru ft omsk besplatnyi test draiv https ftnet ru tver ustanovka glonass https ftnet ru sergiyev posad populiarnye voprosy o monitoringe glonass gps https ftnet ru stazhirovka gibkaia nastroika otcetov https ftnet ru serpukhov '),
(14443,'field:18',0,1,' https completecarewall com contact '),
(14443,'field:19',0,1,' info completecarewall com '),
(14443,'field:6',0,1,' lloydsuive '),
(14443,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(14443,'field:8',0,1,' google '),
(14443,'field:9',0,1,' general inquiry '),
(14443,'title',0,1,' 2026 01 21 09 21 17 '),
(14444,'alt',0,1,''),
(14444,'extension',0,1,' jpg '),
(14444,'filename',0,1,' sheridan admin jpg '),
(14444,'kind',0,1,' image '),
(14444,'slug',0,1,''),
(14444,'title',0,1,' sheridan admin '),
(14448,'field:10',0,1,' xudozestvennaia tatuirovka dlia 1 celoveka 7000 rub nasi otliciia https maze tattoo catalog n lucsie mastera moskvy individualnye zaniatiia v tatu akademii priotkryvaiut tainstvennuiu zavesu v udivitelnyi mir bodi arta moskvy https maze tattoo catalog m more i ego obitateli vse prepodavateli deistvuiushhie mastera nasei studii s ogromnym bagazom znanii i mnogoletnim opytom raboty s tatuirovkami https maze tattoo g https maze tattoo catalog s scorpion moskva 20 maia 2025 https maze tattoo catalog n nasekomye bud v kurse samogo interesnogo v https maze tattoo catalog v vorony '),
(14448,'field:18',0,1,' https ccfoxhill com contact '),
(14448,'field:19',0,1,' info ccfoxhill com '),
(14448,'field:6',0,1,' barryanamb '),
(14448,'field:7',0,1,' prosavmobi1981 mail ru '),
(14448,'field:8',0,1,' google '),
(14448,'field:9',0,1,' general inquiry '),
(14448,'title',0,1,' 2026 01 21 09 21 56 '),
(14449,'field:10',0,1,' podrobnosti https maze tattoo catalog ya yaponiya perekrytie tatu cover up nasi tatu mastera xudozniki professionalno perekryvaiut starye tatu https maze tattoo catalog p ptitsy uznat podrobnee https maze tattoo catalog p vot na cto stoit obrashhat vnimanie pri vybore salona xudozestvennoi tatuirovki s bolee podrobnym portfolio nasix rabot mozno oznakomitsia po ssylke bolee 1000 rabot ocen vnimatelnyi i priiatnyi personal rabota ocen ponravilas prevzosla vse moi ozidaniia otdelnoe spasibo masteru nikite nastoiashhii professional svoego dela '),
(14449,'field:18',0,1,' https ccfoxhill com contact '),
(14449,'field:19',0,1,' info ccfoxhill com '),
(14449,'field:6',0,1,' barryanamb '),
(14449,'field:7',0,1,' prosavmobi1981 mail ru '),
(14449,'field:8',0,1,' google '),
(14449,'field:9',0,1,' general inquiry '),
(14449,'title',0,1,' 2026 01 21 09 22 00 '),
(14456,'field:10',0,1,' cena po zaprosu https first industrial ru news kompaniya eksklyuzivnyj predstavitel distribyuter torgovoj marki angara 4 priciny dlia obrashheniia v zip24 teploobmennoe oborudovanie bolee izvestnoe pod nazvaniem kondensator byvaet razlicnyx form i konstrukcii https first industrial ru catalog page 9 cashhe vsego podobnoe oborudovanie ispolzuet dlia peredaci teplovoi energii nekotorye vidy veshhestv k primeru vozdux ili vodu https first industrial ru catalog ispariteli 0070 2 kozhuhotrubnyj isparitel thermokey tme 70 2 imenno za scet naliciia ukazannogo tipa veshhestva osushhestvliaetsia vyvod teplovoi energii v okruzaiushhuiu sredu https first industrial ru catalog chiller chiller climacore lsa hp 41 freon proxodia cerez kollektor ravnomerno raspredeliaetsia i dvizetsia po mednym trubkam zmeevika peredavaia teplo aliuminievym plastinam https first industrial ru o nas html vozdux proxodia cerez secenie rabocuiu poverxnost teploobmennika zabiraet teplo tem samym oxlazdaia freon https first industrial ru news prodazha chillera grs 200 konstruktivno vozdusnyi kondensator sostoit iz sleduiushhix punktov kacestvo https first industrial ru catalog chiller chiller bom 5 kvt '),
(14456,'field:18',0,1,' https ccshrewsbury com contact '),
(14456,'field:19',0,1,' info ccshrewsbury com '),
(14456,'field:6',0,1,' davidnouck '),
(14456,'field:7',0,1,' sinevhabibi664 bk ru '),
(14456,'field:8',0,1,' google '),
(14456,'field:9',0,1,' general inquiry '),
(14456,'title',0,1,' 2026 01 21 09 23 19 '),
(14458,'alt',0,1,''),
(14458,'extension',0,1,' jpeg '),
(14458,'filename',0,1,' david glat navy blue background jpeg '),
(14458,'kind',0,1,' image '),
(14458,'slug',0,1,''),
(14458,'title',0,1,' david glat navy blue background '),
(14469,'alt',0,1,''),
(14469,'extension',0,1,' jpg '),
(14469,'filename',0,1,' groton ad 2 jpg '),
(14469,'kind',0,1,' image '),
(14469,'slug',0,1,''),
(14469,'title',0,1,' groton ad 2 '),
(14477,'field:10',0,1,' osushhestvliaetsia tocecnoe vozdeistvie na kletki i tkani bez prilipaniia ili nekroza tkanei takze mozno zakryvat kapilliary diametrom do 1 5 mm https ellman ru tips ofis g https ellman ru triangular spb 4 i verxnii per https ellman ru electrodes d https ellman ru electrodes 19 lit https ellman ru articles a https ellman ru diamond pellefirm sovremennyi apparatnyi metod korrekcii lokalnyx zirovyx otlozenii https ellman ru round my gotovy poznakomit vas s rezultatami issledovaniia effektivnosti i bezopasnosti dannogo metoda https ellman ru oval skacat 2016 pellefirm proverim na dele https ellman ru pdf 2016 pellefirm proverim na dele https ellman ru plates pdf https ellman ru basic citat dalee https ellman ru kat https ellman ru tips № iec npc https ellman ru needle kollegi my zanimaemsia postavkoi i realizaciei tolko originalnogo vysokonadeznogo oborudovaniia proizvodstva ssa https ellman ru articles esli vy zelaete priobresti novyi nastoiashhii tot samyi surgitron my s udovolstviem postavim oborudovanie kotoroe vam neobxodimo https ellman ru basic trufanov v https ellman ru plates d https ellman ru needle udalenie rinofimy radiovolnovym generatorom '),
(14477,'field:18',0,1,' https ccwestcaldwell com contact '),
(14477,'field:19',0,1,' info ccwestcaldwell com '),
(14477,'field:6',0,1,' jeffreybiani '),
(14477,'field:7',0,1,' rerkgeemong98 mail ru '),
(14477,'field:8',0,1,' google '),
(14477,'field:9',0,1,' general inquiry '),
(14477,'title',0,1,' 2026 01 21 09 26 44 '),
(14482,'field:10',0,1,' marketologu kompanii nuzno provesti analitiku marketpleisa pered vyxodom est li tam podxodiashhie kategorii tovarov prodaiutsia li oni otmecaet andrei savnev marketolog rukovoditel digital napravleniia v kommunikacionnom agentstve agt sibir https bayra market produkty pitaniya ru makarony krupy i muka makaronnye izdeliya ru 2 makaronnye izdeliya spagetti 900g mozno ocenit kolicestvo i kacestvo otzyvov na konkretnye pozicii kakie udacnye xody ispolzuiut potencialnye konkurenty https bayra market produkty pitaniya ru kolbasy sosiski i delikatesy sosiski sardelki sosiski zabaykalskie 360 g bolsinstvo uze deistvuiushhix punktov vydaci v sibiri partnerskie oni razvivaiutsia sobstvennikami pvz rasskazal predstavitel wildberries dmitrii borshhevskii https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00017593 my resili vyiti na wildberries potomu cto postavili celiu uvelicit obshhii oborot biznesa a takze xoteli nastroit eshhe odin kanal prodaz pomimo sobstvennogo internet magazina i neskolkix magazinov v oflain https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00008630 prezde cem nacat deistvovat my prosli neskolko onlain obucenii na tot moment nasi finansovye vozmoznosti byli neveliki i my vziali nacinaiushhego wb menedzera devusku kotoraia tolko nedavno otucilas i resila porabotat menedzerom prodaz na marketpleise https bayra market odezhda ru 5 detyam novorozhdennym kostyumy i komplekty ru 2 kostyum sharik bodi shtany shapochka rozovyy rost 68 foto freepik avtor freepik https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00015452 eto te izderzki kotorye nuzno zakladyvat v cenoobrazovanie https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00001823 nedobrosovestnye pokupateli vozvrashhaiut tovar prozzennyi utiugom ili ponosennye i dyriavye vo vsex mestax kostiumy https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00000195 odnazdy kto to podmenil nasu kurtku na staruiu kurtku brenda bershka i takix istorii u nas desiatki https bayra market bizhuteriya page 108 seicas mozno skazat cto eto bylo odnoi iz osibok https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00016732 select warehouse=56 my porabotali s neskolkimi takimi menedzerami novickami i v itoge prisli k tomu cto postavili na etu zadacu nasego postoiannogo sotrudnika kotoryi teper rabotaet na etom napravlenii sovmeshhaia so svoei osnovnoi dolznostiu https bayra market oniks finans ooo category id=13641 page=106 '),
(14482,'field:18',0,1,' https completecareoakridge com contact '),
(14482,'field:19',0,1,' info completecareoakridge com '),
(14482,'field:6',0,1,' georgeinsal '),
(14482,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(14482,'field:8',0,1,' google '),
(14482,'field:9',0,1,' general inquiry '),
(14482,'title',0,1,' 2026 01 21 09 27 01 '),
(14492,'field:10',0,1,' zoloto v nominacii lucsii email marketing email soldiers casto prodvizenie v regiony sviazano s rassireniem dilerskoi ili agentskoi seti privleceniem regionalnyx optovyx kompanii https proffseo ru prodvizhenie sajtov po rf skidka 100% na pervyi mesiac prodvizenie v top 10 za rubli https proffseo ru prodvizhenie sajtov po rf uspeite zakazat seicas i vospolzovatsia skidkoi 20% vyvedem iz pod sankcii https proffseo ru privacy budte v tope https proffseo ru prodvizhenie zarubezhnykh sajtov esli model distribucii v vasem biznese osnovana na regionalnyx partnerax to s pomoshhiu prodvizeniia saita v regionax my privlecem regionalnyx optovikov dilerov i agentstva so vsei rossii https proffseo ru privacy 2 https proffseo ru prodvizhenie sajtov po rf prodvizenie saitov po rossii na zakaz pod kliuc https proffseo ru prodvizhenie sajtov po moskve '),
(14492,'field:18',0,1,' https ccmeriden com contact '),
(14492,'field:19',0,1,' info ccmeriden com '),
(14492,'field:6',0,1,' buddyvam '),
(14492,'field:7',0,1,' dolnovam mail ru '),
(14492,'field:8',0,1,' google '),
(14492,'field:9',0,1,' general inquiry '),
(14492,'title',0,1,' 2026 01 21 09 28 06 '),
(14494,'alt',0,1,''),
(14494,'extension',0,1,' jpg '),
(14494,'filename',0,1,' care age ad jpg '),
(14494,'kind',0,1,' image '),
(14494,'slug',0,1,''),
(14494,'title',0,1,' care age ad '),
(14496,'field:10',0,1,' geozavisimye zaprosy eto kliucevye frazy s priviazkoi k regionu https proffseo ru pri vvode geozavisimogo zaprosa polzovatel rasscityvaet polucit informaciiu o blizaisix k nemu kompaniiax to est v dannom slucae mestopolozenie iavliaetsia odnim iz vaznyx faktorov opredeliaiushhix ego vybor https proffseo ru privacy naprimer po geozavisimym zaprosam poiskovye sistemy ranziruiut medicinskie centry dostavku produktov transportnye i bytovye uslugi https proffseo ru kontakty sroki prodvizeniia saita po gorodam rossii https proffseo ru prodvizhenie zarubezhnykh sajtov na stranice rezultatov vydaci prolistat v samyi niz stranicy kliknut na opredelennyi avtomaticeski region otmenit avtoopredelenie goroda i zadat trebuemyi v prednaznacennoi dlia etogo grafe pri izmenenii regiona v nastroikax poiskovika v adresnoi stroke brauzera takze meniaetsia parametr poiskovogo zaprosa https proffseo ru prodvizhenie zarubezhnykh sajtov to est region kotoromu pri formirovanii rezultatov vydaci neobxodimo otdat predpoctenie vy mozete ukazat vrucnuiu izmeniv kod goroda stoit zametit cto sait mozet zanimat vpolne neploxie pozicii i v regionax k kotorym u nego net priviazki https proffseo ru prodvizhenie zarubezhnykh sajtov no eto vozmozno tolko v tom slucae esli v dannom regione net ili malo kacestvennyx saitov kompanii iz etoi sfery https proffseo ru prodvizhenie sajtov po moskve byvaiut slucai kogda region meniaetsia avtomaticeski ili priviazka propadaet https proffseo ru privacy iz za etogo mozet proizoiti silnoe padenie pozicii po zaprosam https proffseo ru prodvizhenie angloyazychnykh sajtov poetomu periodiceski neobxodimo proveriat priviazku k nuznomu geograficeskomu punktu https proffseo ru prodvizhenie sajtov po rf a v slucae provala pozicii eshhe do togo kak nacinat panikovat stoit proverit panel vebmastera https proffseo ru prodvizhenie sajtov po rf kak pokazyvaet praktika sorevnovatsia na ravnyx v cuzom regione ocen slozno daze krupnym i avtoritetnym saitam https proffseo ru prodvizhenie zarubezhnykh sajtov v srednem polzovateli otdaiut predpoctenie kompaniiam iz svoego regiona i goroda tak kak eto udobno daze esli u kompanii est dostavka v kakoi to drugoi region https proffseo ru prodvizhenie sajtov po moskve pri otsutstvii fiziceskogo predstavitelstva naprimer punkta vydaci tovara liudi etomu ne doveriaiut https proffseo ru prodvizhenie angloyazychnykh sajtov obrashhaites tolko k professionalam https proffseo ru prodvizhenie zarubezhnykh sajtov u nas mnogo uspesnyx keisov po prodvizeniiu saitov v tom cisle i v samyx konkurentnyx nisax https proffseo ru privacy vse proekty dostigaiut vysokix pozicii bez riska popadaniia pod filtry ili bany obespecivaia stabilnyi rost i bezopasnost dlia saitov nasix klientov potomu cto my ispolzuem tolko belye metody optimizacii https proffseo ru privacy '),
(14496,'field:18',0,1,' https cchyattsville com contact '),
(14496,'field:19',0,1,' info cchyattsville com '),
(14496,'field:6',0,1,' buddycix '),
(14496,'field:7',0,1,' dolnovam mail ru '),
(14496,'field:8',0,1,' google '),
(14496,'field:9',0,1,' general inquiry '),
(14496,'title',0,1,' 2026 01 21 09 30 26 '),
(14497,'field:10',0,1,' kacestvo bliud https shcherbinins ru uslugy keitering na vystavku v moskve pomozet vydelit kompaniiu sredi konkurentov privlec bolse klientov i potencialnyx partnerov https shcherbinins ru strit fud vecerinka na kryse art play https shcherbinins ru contacts blagodaria nasemu saitu agregatoru obsluzivanie ot lucsix keitering kompanii i restoranov dostupno vsem na nasei ploshhadke sobrany tolko partnery s dostoinoi reputaciei https shcherbinins ru contacts provedenie banketov v moskve eto nasa specializaciia https shcherbinins ru contacts sobytie liubogo masstaba i po liubomu povodu doverennoe nasim specialistam stanet samym iarkim vospominaniem https shcherbinins ru aboutus vase idealnoe meropriiatie nacinaetsia s vnimaniia k detaliam i odna iz kliucevyx detalei eto kacestvennoe pitanie priglasennyx gostei https shcherbinins ru contacts caterme predlagaet professionalnoe i produmannoe oformlenie vasego meropriiatiia vne zavisimosti ot ego masstaba ili mesta provedeniia https shcherbinins ru contacts '),
(14497,'field:18',0,1,' http ccburlingtonwoods com contact '),
(14497,'field:19',0,1,' info ccburlingtonwoods com '),
(14497,'field:6',0,1,' michaelempig '),
(14497,'field:7',0,1,' natulya fedosova 96 mail ru '),
(14497,'field:8',0,1,' google '),
(14497,'field:9',0,1,' general inquiry '),
(14497,'title',0,1,' 2026 01 21 09 30 49 '),
(14498,'field:10',0,1,' proizvodstvenno kommerceskaia firma abak odin iz liderov po proizvodstvu upakovocnyx materialov v rossii predlagaet svoim klientam musornye meski samogo raznogo kacestva razmera i obieema https kapio ru katalog byitovaya ximiya sredstva dlya vannoj i tualetnoj komnatyi help help wc gel sredstvo dlja chistki tualeta 750 ml v nasix katalogax predstavleny tolshhina 6 mkm https kapio ru katalog byitovaya ximiya sredstva dlya myitya posudyi sredstvo dlja posudy aos 450 ml 2 sirina 45 sm vysota 75 sm https kapio ru katalog byitovaya ximiya myilo xozyajstvennoe mylo hozjajstvennoe 200 gr 72 nalicnymi pri polucenii zakaza https kapio ru zakaz ot 25 par meski dlia musora s tesmoi cernye azur 35 l 20 st https kapio ru katalog byitovaya ximiya sredstva dlya udaleniya klejkix lent zhevatelnoj rezinki krasok standartnye https kapio ru o kompanii stati musornye pakety i meshki dlja kontejnera prednaznaceny dlia povsednevnogo ispolzovaniia https kapio ru katalog byitovaya ximiya sredstva dlya myitya posudyi minuta sredstvo dlja mytja posudy 5 l mogut byt vmestimostiu 30 35 50 litrov https kapio ru katalog xozyajstvennyij inventar flaunderyi i ramki dlya mopov ramka metallicheskaja d mopa 80 sm standartnyi razmer pozvoliaet fiksirovat ix v konteinerax dlia sbora otxodov https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki salfetka viskoznaja 30h38 zheltaja bez upakovki stroitelnye https kapio ru zakaz ot 100 par bolsie meski obieemom 70 75 litrov https kapio ru katalog meshki dlya musora meshki pnd meshki dlja musora 60 litrov pnd chernye 30 shtuk v rulone mogut takze ispolzovatsia dlia sbora makulatury plastika inyx otxodov pod posleduiushhuiu pererabotku https kapio ru katalog byitovaya ximiya myilo zhidkoe krem mylo zhidkoe zhemchuzhnoe tm pani pronja 5l kanistra kuxonnye https kapio ru zakaz ot 100 par prednaznaceny dlia sbora organiceskix bytovyx otxodov https kapio ru katalog byitovaya ximiya sredstva dlya myitya posudyi minuta sredstvo dlja mytja posudy 5 l vypuskaiutsia obieemom 10 15 litrov https kapio ru katalog meshki dlya musora meshki pnd meshki dlja musora 30 litrov pnd chernye 50 shtuk v rulone lajt biorazlagaemye eti meski izgotovleny iz materialov kotorye mogut razlagatsia v prirodnyx usloviiax https kapio ru katalog meshki dlya musora meshki psd meshki dlja musora 35 litrov 50h60 sm psd v rulonah po 30 shtuk oranzhevye standart oni rekomenduiutsia dlia sbora organiceskogo musora kotoryi mozet byt pererabotan v kompost ili utilizirovan ekologiceski bezopasnym sposobom https kapio ru katalog filter obem 30 '),
(14498,'field:18',0,1,' http ccmonmouth com contact '),
(14498,'field:19',0,1,' info ccmonmouth com '),
(14498,'field:6',0,1,' michaelsuity '),
(14498,'field:7',0,1,' simonenko borya list ru '),
(14498,'field:8',0,1,' google '),
(14498,'field:9',0,1,' general inquiry '),
(14498,'title',0,1,' 2026 01 21 09 31 10 '),
(14499,'field:10',0,1,' dlia pravilnogo vybora i montaza vozdusnogo kondensatora vazno priderzivatsia katalogov dlia podbora i instrukcii po montazu zavoda izgotovitelia https first industrial ru catalog chiller chiller ballu machine bmca midi 40 ona daet cetkie rekomendacii na kakom rasstoianii ot sten dolzen raspolagatsia agregat https first industrial ru catalog ispariteli 0028 1 kozhuhotrubnyj isparitel thermokey tme 28 1 vozdusnye kondensatory mogut montirovatsia tak eta seriia produktov imeet sleduiushhie xarakteristiki brend belief model bs acv s2 135 v8 nominalnaia moshhnost 7 https first industrial ru portfolio ooo virial 5 kvt https first industrial ru catalog page 9 kondensatory https first industrial ru catalog chiller chiller bom 11 kvt vozdusnyi kondensator dlia xolodilnika vodianogo tipa otlicaetsia miniatiurnymi razmerami malym obieemom nezamyslovatoi konstrukciei kotoraia podoidet dlia xolodilnikov maloi i srednei moshhnosti https first industrial ru catalog chiller chiller rhoss tcaey 107 kupiv kondensatory xolodilnye plastincatogo tipa mozno vygodno sekonomit ne v ushherb kacestvu https first industrial ru catalog kondensator freonovyj 008 8 kondensator becool d8 brend belief model bs acv s2 135 v8 nominalnaia moshhnost 7 https first industrial ru catalog chiller chiller rhoss tcaeby 2100 5 kvt https first industrial ru catalog chiller chiller climacore lda hp 039 '),
(14499,'field:18',0,1,' https ccbayshore com contact '),
(14499,'field:19',0,1,' info ccbayshore com '),
(14499,'field:6',0,1,' davidswing '),
(14499,'field:7',0,1,' sinevhabibi664 bk ru '),
(14499,'field:8',0,1,' google '),
(14499,'field:9',0,1,' general inquiry '),
(14499,'title',0,1,' 2026 01 21 09 31 55 '),
(14505,'field:10',0,1,' fartuk mozno oformit neskolkimi metodami https www legnostyle ru catalog mejkomnatnie dveri dver d29 html esli my govorim ob elitnom variante konecno budet ispolzovatsia libo naturalnyi kamen mramor granit libo vintaznaia plitka kotoraia berezno byla sniata vo vremia utilizacii staryx domov https www legnostyle ru proizvodstvo mebel kuxni iz massiva dereva eto klassika zanra no biudzetnym takoi variant ne nazoves https www legnostyle ru catalog mebel scg 25 html imenno derevo lucse vsego podxodit dlia kuxonnogo garnitura v klassiceskom stile dlia liudei s samym utoncennym vkusom https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami lestnica l1 12 html dve oznacennye strany iavliaiutsia liderami sredi proizvoditelei elitnoi mebeli https www legnostyle ru catalog mejkomnatnie dveri arka a8 html lucsee cto sushhestvuet na segodnia libo italianskaia libo francuzskaia mebel https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d20 html kazdyi zakaz dlia nasego proizvodstva osobennyi a kazdyi proekt unikalnyi https www legnostyle ru catalog lestnici derevannie marsevie lestnici s plohadkami pagen 1=3 dizainerskaia mebel iz naturalnogo dereva na zakaz podcerknet izyskannost individualnost i nepovtorimost interera https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e29 html individualnyi podxod nasix dizainerov pomogaet sozdavat unikalnyi produkt https www legnostyle ru catalog mejkomnatnie dveri arka a5 html sovremennye tendencii pokazali nam cto elitnaia mebel iz dereva stoit dorogo no zato ona vypolnena polnostiu iz naturalnogo ekologiceski cistogo dereva i imeet ocen mnogo preimushhestv pered drugimi materialami https www legnostyle ru catalog lestnici otdelka betonnyh lestnic pagen 1=4 takaia mebel obespecit nam komfort budet ocen udobnoi i mnogofunkcionalnoi i budet imet nepovtorimyi dizain https www legnostyle ru catalog lestnici na vtoroy etazh pagen 1=2 vse eti svoistva vmestila v sebia elitnaia mebel iz dereva https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a7 html takaia mebel velikolepno vpisyvaetsia v liuboi roskosnyi interer i bezuslovno budet vygliadet dorogo vydeliaia vas izyskannyi vkus https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p20 html ekskliuzivnost https www legnostyle ru catalog mebel scg 11 html kazdyi zakaz dizainery proektiruiut individualno poetomu risk uvidet tot ze samyi interer stremitsia k nuliu https www legnostyle ru catalog inter eri stenovie paneli model s45 html dizainer elitnoi mebeli ne prosto sozdaet novuiu formu on podbiraet dlia nee material i furnituru dovodia model do soversenstva https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d14 html '),
(14505,'field:18',0,1,' https ccshrewsbury com contact '),
(14505,'field:19',0,1,' info ccshrewsbury com '),
(14505,'field:6',0,1,' davidbug '),
(14505,'field:7',0,1,' tacusol 6816 mail ru '),
(14505,'field:8',0,1,' google '),
(14505,'field:9',0,1,' general inquiry '),
(14505,'title',0,1,' 2026 01 21 09 32 01 '),
(14506,'alt',0,1,''),
(14506,'extension',0,1,' jpg '),
(14506,'filename',0,1,' care age admin 1 jpg '),
(14506,'kind',0,1,' image '),
(14506,'slug',0,1,''),
(14506,'title',0,1,' care age admin 1 '),
(14512,'field:10',0,1,' kacestvennyi montaz zalog effektivnoi raboty monitoringa transporta https ftnet ru projects skif navigator pro https ftnet ru agentipocards parametry dvigatelia https ftnet ru gbo na volkswagen polo polucat zaplanirovannye otcety i uvedomleniia po sobytiiam dlia operativnogo reagirovaniia na vnestatnye situacii i naruseniia traka peremeshheniia ili mestonaxozdeniia avtotransporta v resenii sputnikovogo glonass i gps monitoringa avtomobilnogo transporta predusmotrena nastroika momentalnyx opoveshhenii https ftnet ru vladivostok v kacestve uvedomleniia na poctu prixodit pismo s dannymi po obieektu ukazaniem ego tocnogo mestopolozeniia i otmetkoi na karte https ftnet ru company na segodniasnii den standartnaia sistema udalennogo kontrolia peredvizenii umeet ocen mnogoe sputnikovye gps glonass terminaly trekery ustroistva udalennogo slezeniia i kontrolia raboty podviznyx obieektov https ftnet ru region dannye o mestopolozenii ustroistvo polucaet ispolzuia signaly sistem glonass i gps https ftnet ru stazhirovkavrn student stoimost obsluzivaniia monitoringa transporta https ftnet ru company '),
(14512,'field:18',0,1,' https ccwestcaldwell com contact '),
(14512,'field:19',0,1,' info ccwestcaldwell com '),
(14512,'field:6',0,1,' lloydgrept '),
(14512,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(14512,'field:8',0,1,' google '),
(14512,'field:9',0,1,' general inquiry '),
(14512,'title',0,1,' 2026 01 21 09 33 12 '),
(14513,'field:10',0,1,' osobennosti montaza kondensatorov https first industrial ru catalog category holodilnaya avtomatika rezimy podbora vozduxooxladitelei v strogom sootvetstvii trebovaniiam evrovent https first industrial ru catalog category chiller page 6 ventiliatory ebm papst i ziehl abbeg germaniia mednaia truba wieland germaniia kupit vozdusnyi kondensator i polucit konsultaciiu po cene kondensatora 7 495 780 90 33 ili info holcom https first industrial ru catalog freon 410 freon 410 a hladon r410 ru https first industrial ru catalog drycooler drajkuler thermokey wl1263 c d 8 v belief bs acv r9 363 b150 kondensator vozdusnogo oxlazdeniia vypolnen iz mednyx trubok s poperecnymi plastinami orebreniia iz aliuminiia korpus izgotovlen iz okrasennoi stali https first industrial ru catalog freon 032 freon r32 hladon r32 brend garcia camara model cg150 nominalnaia moshhnost 150 https first industrial ru catalog page 7 8 kvt https first industrial ru catalog ispariteli 0087 2 kozhuhotrubnyj isparitel thermokey tme 87 2 uznaite bolse pro kondensatory kaideli https first industrial ru articles chiller ohlazdenie vodi kew kewd i dr https first industrial ru catalog chiller chiller rhoss tcee 115 '),
(14513,'field:18',0,1,' https ccplainfield com contact '),
(14513,'field:19',0,1,' info ccplainfield com '),
(14513,'field:6',0,1,' davidtaimi '),
(14513,'field:7',0,1,' sinevhabibi664 bk ru '),
(14513,'field:8',0,1,' google '),
(14513,'field:9',0,1,' general inquiry '),
(14513,'title',0,1,' 2026 01 21 09 33 48 '),
(14514,'field:10',0,1,' gostevoi dom https rich house su do centra 400 m https rich house su kucugury 76 otelei otdyx v gelendzike vse vkliuceno oplata na saite https rich house su restaurants vyberite daty v gelendzike https rich house su about '),
(14514,'field:18',0,1,' http ccsevernapark com contact '),
(14514,'field:19',0,1,' info ccsevernapark com '),
(14514,'field:6',0,1,' geraldcok '),
(14514,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(14514,'field:8',0,1,' google '),
(14514,'field:9',0,1,' general inquiry '),
(14514,'title',0,1,' 2026 01 21 09 34 37 '),
(14515,'field:10',0,1,' blagoustroistvo i oformlenie mesta zaxoroneniia https www kovanie ogrady ru catalog pamyatniki docheri granitnyy pamyatnik pg 7 28 pamiatnikov https www kovanie ogrady ru catalog pamyatniki muzhchine pamyatnik iz granita pv 18 preimushhestva professionalnogo blagoustroistva https www kovanie ogrady ru catalog pamyatniki granitnyy pamyatnik pr 23 cena blagoustroistva mogil na kladbishhe v g https www kovanie ogrady ru catalog vertikalnye pamyatnik iz granita pv 18 moskva nacinaetsia ot 4500 rublei i zavisit ot obieema i vida rabot https www kovanie ogrady ru catalog pamyatniki muzhchine pamyatnik iz granita pv 2 v uslugi mozet vxodit ocistka ucastka obnovlenie nadgrobii ozelenenie ukladka plitki i ustanovka ograd https www kovanie ogrady ru catalog izdeliya iz granita stolb sg 7 kazdyi zakaz individualen i stoimost formiruetsia s ucetom pozelanii zakazcika https www kovanie ogrady ru catalog memorialnye kompleksy s pamyatnikami memorialnyy kompleks s pamyatnikami 11 my obespecivaem dostoinyi uxod za mestom pamiati na kladbishhe v g https www kovanie ogrady ru catalog pamyatniki s krestom moskva ispolzuia kacestvennye materialy i professionalnyi podxod https www kovanie ogrady ru catalog pamyatniki docheri granitnyy pamyatnik k 8 vse raboty vypolniaiutsia akkuratno i v soglasovannye sroki ctoby zaxoronenie ostavalos v poriadke v liuboe vremia goda https www kovanie ogrady ru catalog izdeliya iz granita granitnyy pamyatnik pv 42 ustanovka pamiatnika i cvetnika budet stoit 11 680 rublei https www kovanie ogrady ru catalog pamyatnik veteranu granitnyy pamyatnik k 6 kolicestvo zaxoronenii na ucastke https www kovanie ogrady ru catalog pamyatniki figurnye granitnyy pamyatnik pr 31 '),
(14515,'field:18',0,1,' https ccshrewsbury com contact '),
(14515,'field:19',0,1,' info ccshrewsbury com '),
(14515,'field:6',0,1,' josephlop '),
(14515,'field:7',0,1,' ramyl gilmanov mail ru '),
(14515,'field:8',0,1,' google '),
(14515,'field:9',0,1,' general inquiry '),
(14515,'title',0,1,' 2026 01 21 09 34 38 '),
(14525,'field:10',0,1,' sirokii assortiment https www legnostyle ru catalog lestnici elitnye pagen 1=3 u nas mozno uvidet bolsoe raznoobrazie ekskliuzivnoi nemeckoi korpusnoi i miagkoi mebeli https www legnostyle ru catalog inter eri arka a2 html kazdyi smozet podobrat podxodiashhii garnitur pod opredelennoe stilevoe resenie https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=22 kulturnaia revoliuciia v kitae vovse ne zaversilas ona vse eshhe prodolzaetsia no na kitaiskix dorogax https www legnostyle ru catalog mebel gostinnie g 3 html proizoslo obostrenie klassovoi nenavisti velosipedistov i pesexodov k peredvigaiushhimsia na pri izgotovlenii mebeli my ispolzuem tolko kacestvennye i naturalnye materialy takie kak cennye porody drevesiny iskusstvennyi i naturalnyi kamen sertificirovannye dsp i mdf https www legnostyle ru catalog mejkomnatnie dveri pagen 1=9 v kitae massa samyx raznoobraznyx dostoprimecatelnostei kotorye kazdyi god privlekaiut na territoriiu strany milliony turistov so vsego mira https www legnostyle ru catalog mejkomnatnie dveri nestandarnye arka a32 html i odnoi iz takix dostoprimecatelnostei iavliaetsia kitaiskaia internet magazin raspolagaet vesma sirokim assortimentom tak cto u pokupatelia est bolsoi vybor https www legnostyle ru catalog mebel shkafy sekcii gorki skaf model scg 53 html pri etom ne obiazatelno scitat cto predmety interera budut ocen dorogimi eto ne tak https www legnostyle ru catalog mebel kb 13 html na samom dele v kataloge mozno vybrat veshh liuboi napravlennosti i v opredelennoi cenovoi kategorii https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e11 html konecno sovsem desevyx veshhei tam ne budet no akcii i rasprodazi sdelaiut pokupku bolee vygodnoi bud to kuxonnyi garnitur ili ofisnyi divan https www legnostyle ru catalog mejkomnatnie dveri dver i30 html informacionnyi portal o kitae https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d6 html ezednevnye novosti kitaia sobytiia i proissestviia segodnia interesnye stati poznavatelnye obzory foto i opisanie gorodov kitaia istoriia gosudarstva '),
(14525,'field:18',0,1,' https cckressonview com contact '),
(14525,'field:19',0,1,' info cckressonview com '),
(14525,'field:6',0,1,' davidgaf '),
(14525,'field:7',0,1,' tacusol 6816 mail ru '),
(14525,'field:8',0,1,' google '),
(14525,'field:9',0,1,' general inquiry '),
(14525,'title',0,1,' 2026 01 21 09 39 03 '),
(14526,'field:10',0,1,' zaiavok i zakazov iz poiskovyx sistem https proffseo ru prodvizhenie angloyazychnykh sajtov ot 49 990 v mesiac https proffseo ru prodvizhenie sajtov po moskve eshhe istorii uspexa https proffseo ru privacy vremia procteniia 7 minut https proffseo ru privacy polucite besplatnuiu konsultaciiu ot seo eksperta https proffseo ru privacy dlia etogo ispolzuem sovremennye texnologii sozdaem turbo stranicy v iandekse i amp v google dlia stranic kartocek tovarov i stranicy kataloga https proffseo ru prodvizhenie angloyazychnykh sajtov vyse skorost bolse konversii https proffseo ru prodvizhenie sajtov po rf '),
(14526,'field:18',0,1,' https ccatcourthouse com contact '),
(14526,'field:19',0,1,' info ccatcourthouse com '),
(14526,'field:6',0,1,' buddyfluts '),
(14526,'field:7',0,1,' dolnovam mail ru '),
(14526,'field:8',0,1,' google '),
(14526,'field:9',0,1,' general inquiry '),
(14526,'title',0,1,' 2026 01 21 09 39 08 '),
(14527,'field:10',0,1,' reznye dereviannye inkrustacii i iziashhnaia furnitura delaiut bespodobnym vid klassiceskoi mebeli a prirodnyi material sozdaet komfortnuiu obstanovku komnaty https www legnostyle ru catalog dveri iz massiva pagen 1=15 liubiteli sovremennyx ili neobycnyx intererov mogut sdelat individualnyi zakaz na izgotovlenie garnitura v razlicnyx stiliax https www legnostyle ru catalog mejkomnatnie dveri d peregorodki peregorodka a6 html gorod xarbin administrativnyi centr severo vostocnoi kitaiskoi provincii xeilunczian stal nastoiashhim ledovym korolevstvom https www legnostyle ru catalog mejkomnatnie dveri nestandarnye model p5 html ved imenno zdes v eti dni proxodit samym glavnym aspektom takze iavliaetsia zamknutyi cikl proizvodstva https www legnostyle ru catalog mejkomnatnie dveri perfetto pagen 1=4 krome etogo dlia razlicnoi ekskliuzivnoi mebeli podbiraetsia pervoklassnaia furnitura i delaetsia podborka spona vrucnuiu https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub pagen 1=3 bezopasnymi naturalnymi materialami proizvoditsia lakirovka poverxnostei https www legnostyle ru catalog mebel b 7 html funkcionalnost i bezopasnost https www legnostyle ru obedennaya mebel html elitnye izdeliia prednaznaceny dlia ekspluatacii a ne tolko dlia estetiki https www legnostyle ru catalog lestnici lestnica l1 9 html ergonomika modelei proektiruetsia takze tshhatelno kak i bezuprecnyi vid https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 1 html poetomu pri ix proizvodstve ne dopuskaiutsia upushheniia vybiraiutsia tolko bezopasnye reseniia v tom cisle i ekologiceski bezopasnye https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaya dver d38 html takie modeli vybiraiut osobo trebovatelnye pokupateli ceniashhie svoe zdorove https www legnostyle ru catalog mebel g 4 html s 2001 goda italianskaia mebel predlagaemaia kompaniei predstavlena na saite kompanii https www legnostyle ru catalog mejkomnatnie dveri a11 html zdes pokupatel mozet vybrat liubuiu mebel ot izvestnyx italianskix proizvoditelei perecen kotoryx predstavlen na saite a takze aksessuary k nei https www legnostyle ru konstrukcii ustroistvo derevyannyh lestnic html v takoi ogromnoi kuxne konecno vazno opredelit zony ctoby bylo ne tolko krasivo no i udobno https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaa dver e4 html i mebel tolko pod zakaz ved ctob i originalno i komfortno mogut predlozit tolko specialisty https www legnostyle ru catalog mejkomnatnie dveri a 41 html '),
(14527,'field:18',0,1,' https ccvoorhees com contact '),
(14527,'field:19',0,1,' info ccvoorhees com '),
(14527,'field:6',0,1,' davidprire '),
(14527,'field:7',0,1,' tacusol 6816 mail ru '),
(14527,'field:8',0,1,' google '),
(14527,'field:9',0,1,' general inquiry '),
(14527,'title',0,1,' 2026 01 21 09 40 08 '),
(14533,'alt',0,1,''),
(14533,'extension',0,1,' jpg '),
(14533,'filename',0,1,' christian admin jpg '),
(14533,'kind',0,1,' image '),
(14533,'slug',0,1,''),
(14533,'title',0,1,' christian admin '),
(14539,'field:10',0,1,' vam predlagaiutsia vse uslugi dlia komfortnogo vremiaprovozdeniia https rich house su svedskii stol tri raza v den gde vy mozete otvedat vkusnye bliuda nasladitsia desertami i popolnit zapas vitaminov fruktami https rich house su cto kasaetsia alkogolnyx napitkov v stoimost vkliuceny alkogolnye napitki regionalnogo proizvodstva pivo krasnoe beloe vino https rich house su rooms posmotret dostupnye nomera https rich house su about na pervuiu bron maksimum 1000 obieekt proveren https rich house su rooms otdyx v krymu vse vkliuceno vvedite daty ctoby uvidet aktualnye ceny https rich house su booking '),
(14539,'field:18',0,1,' http ccbrakeleypark com contact '),
(14539,'field:19',0,1,' info ccbrakeleypark com '),
(14539,'field:6',0,1,' geraldcup '),
(14539,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(14539,'field:8',0,1,' google '),
(14539,'field:9',0,1,' general inquiry '),
(14539,'title',0,1,' 2026 01 21 09 40 53 '),
(14540,'field:10',0,1,' do centra 1 https rich house su 6 km https rich house su 897 https rich house su services 6 m ot centra gelendzik https rich house su contacts loo 265 otelei gelendzik zavtrak vkliucen https rich house su services kabardinka 237 otelei vvedite daty ctoby uvidet aktualnye ceny https rich house su about '),
(14540,'field:18',0,1,' http ccbrakeleypark com contact '),
(14540,'field:19',0,1,' info ccbrakeleypark com '),
(14540,'field:6',0,1,' geraldcup '),
(14540,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(14540,'field:8',0,1,' google '),
(14540,'field:9',0,1,' general inquiry '),
(14540,'title',0,1,' 2026 01 21 09 40 53 '),
(14544,'field:10',0,1,' do centra 1 https rich house su rooms 4 km https rich house su booking soci 1 228 otelei novinka u nas https rich house su rooms marsel https rich house su about zavtrak wi fi https rich house su restaurants do centra 700 m https rich house su restaurants '),
(14544,'field:18',0,1,' http ccbrakeleypark com contact '),
(14544,'field:19',0,1,' info ccbrakeleypark com '),
(14544,'field:6',0,1,' geraldcup '),
(14544,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(14544,'field:8',0,1,' google '),
(14544,'field:9',0,1,' general inquiry '),
(14544,'title',0,1,' 2026 01 21 09 40 58 '),
(14547,'field:10',0,1,' good morning i was looking to see if you had any male bed availability for long term skilled nursing i was also wondering if your facility reviews applicants pending title 19 additionally if you could send an admissions application i would really appreciate it thank you in advance '),
(14547,'field:18',0,1,' https mycompletecare com contact '),
(14547,'field:19',0,1,' cfleming completecaremgmt com '),
(14547,'field:6',0,1,' veronica ventura '),
(14547,'field:7',0,1,' veronica ventura va gov '),
(14547,'field:8',0,1,' va ct '),
(14547,'field:9',0,1,' general inquiry '),
(14547,'title',0,1,' 2026 01 21 09 41 46 '),
(14550,'alt',0,1,''),
(14550,'extension',0,1,' jpg '),
(14550,'filename',0,1,' christian ad jpg '),
(14550,'kind',0,1,' image '),
(14550,'slug',0,1,''),
(14550,'title',0,1,' christian ad '),
(14554,'field:10',0,1,' good morning i was looking to see if you had any male bed availability for long term skilled nursing i was also wondering if your facility reviews applicants pending title 19 additionally if you could send an admissions application i would really appreciate it thank you in advance '),
(14554,'field:18',0,1,' https mycompletecare com contact '),
(14554,'field:19',0,1,' cfleming completecaremgmt com '),
(14554,'field:6',0,1,' veronica ventura '),
(14554,'field:7',0,1,' veronica ventura va gov '),
(14554,'field:8',0,1,' va ct '),
(14554,'field:9',0,1,' general inquiry '),
(14554,'title',0,1,' 2026 01 21 09 42 10 '),
(14560,'field:10',0,1,' vyidite na novye rynki prodvizenie po rossii https proffseo ru prodvizhenie sajtov po rf dlia togo ctoby sait mog zanimat xorosie pozicii srazu v neskolkix regionax mozno predpriniat sleduiushhie deistviia vyberite regiony rossii dlia prodvizeniia tovarov i uslug prisutstvie saita v top 10 iandeks i google po poiskovym zaprosam v zadannyx gorodax rossii https proffseo ru start https proffseo ru prodvizhenie angloyazychnykh sajtov rezultat uze so vtorogo mesiaca raboty https proffseo ru sotrudniki nasei seo kompanii obladaiut 10 tiletnim opytom raskrutki saitov v geozavisimyx i geonezavisimyx nisax https proffseo ru kontakty razrabotali sobstvennuiu metodiku prodvizeniia saitov po vsei rossii i gotovy primenit ee k vasim proektam https proffseo ru prodvizhenie sajtov po moskve '),
(14560,'field:18',0,1,' https ccgrotonregency com contact '),
(14560,'field:19',0,1,' info ccgrotonregency com '),
(14560,'field:6',0,1,' buddywet '),
(14560,'field:7',0,1,' dolnovam mail ru '),
(14560,'field:8',0,1,' google '),
(14560,'field:9',0,1,' general inquiry '),
(14560,'title',0,1,' 2026 01 21 09 44 02 '),
(14563,'field:10',0,1,' cutty loli lesser girls https is gd blcaho '),
(14563,'field:18',0,1,' http ccinglemoor com contact '),
(14563,'field:19',0,1,' info ccinglemoor com '),
(14563,'field:6',0,1,' jeffreysnumb '),
(14563,'field:7',0,1,' fgzxgdsffg gmail com '),
(14563,'field:8',0,1,' google '),
(14563,'field:9',0,1,' general inquiry '),
(14563,'title',0,1,' 2026 01 21 09 44 47 '),
(14564,'field:10',0,1,' sirokii assortiment https www legnostyle ru catalog mebel d1 15 html u nas mozno uvidet bolsoe raznoobrazie ekskliuzivnoi nemeckoi korpusnoi i miagkoi mebeli https www legnostyle ru catalog inter eri inter er int6 html kazdyi smozet podobrat podxodiashhii garnitur pod opredelennoe stilevoe resenie https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=19 texnologii izgotovleniia mebeli ottocennye na protiazenii mnogix stoletii do six por polzuiutsia zasluzennoi populiarnostiu ne tolko vo dvorcax ili osobniakax zapadnoi evropy no i v domax mirovyx pravitelei preuspevaiushhix biznesmenov i predstavitelei tvorceskoi elity https www legnostyle ru risunok na dveri html opiraias na mnogovekovoi opyt italianskie mastera sozdaiut sovremennye proizvedeniia iskusstva predlagaia i otnositelno dostupnye reseniia i elitnuiu mebel rasscitannuiu na pokupatelei s ocen vysokim urovnem dostatka https www legnostyle ru catalog mebel shkafy sekcii gorki skaf model scg 53 html soderzat raznoobraznye varianty modelei dlia komfortnogo nocnogo otdyxa https www legnostyle ru catalog lestnici elitnye lestnica l8 10 html udobnye krovati vmestitelnye skafy tumbocki komody i prikrovatnye stoliki originalnoi formy izgotovleny iz massiva naturalnoi drevesiny https www legnostyle ru catalog mejkomnatnie dveri diverso oznakomtes s katalogom elitnyx kuxon foto kotoryx sootvetstvuiut realnosti https www legnostyle ru catalog mebel garderobnie gp 17 html esli u vas est voprosy sviazites s nami po telefonam ukazannym na saite ili napisite na elektronnuiu poctu https www legnostyle ru catalog mebel shkafy sekcii gorki scg 7 html nasi specialisty rady pomoc vam s pokupkoi elitnyx kuxon https www legnostyle ru catalog inter eri pt 31 html nakanune vsemirnogo dnia borby so spidom otmecaiushhegosia 1 dekabria statistiku po zabolevaemosti vic spid oglasil centr po profilaktike boleznei i kontroliu za ocagami ix vozniknoveniia https www legnostyle ru catalog inter eri s39 html eksperty pered smertiu suprugi zamorozili neskolko embrionov tak kak planirovali zavesti detei pri pomoshhi surrogatnoi materi https www legnostyle ru catalog lestnici lestnica l8 20 html embriony xranilis v klinike v zidkom azote pri temperature 196 gradusov https www legnostyle ru catalog lestnici na vtoroy etazh babuski i deduski novorozdennogo dolgoe vremia sudilis opublikovano 13 04 2018 21 25 '),
(14564,'field:18',0,1,' https ccbayshore com contact '),
(14564,'field:19',0,1,' info ccbayshore com '),
(14564,'field:6',0,1,' davidhom '),
(14564,'field:7',0,1,' tacusol 6816 mail ru '),
(14564,'field:8',0,1,' google '),
(14564,'field:9',0,1,' general inquiry '),
(14564,'title',0,1,' 2026 01 21 09 46 00 '),
(14565,'field:10',0,1,' want your message to reach businesses without relying on social feeds contact form blasting puts your offer directly through website contact forms fast direct and impossible to ignore no algorithms no ad spend no waiting for someone to scroll past just guaranteed delivery straight to the inboxes companies actually check whether youre promoting a service booking calls or generating leads contact form blasting gives you real visibility if this message reached you imagine what your message can do across thousands or millions of sites start your campaign at contactpageads com and get your offer in front of real prospects '),
(14565,'field:18',0,1,' http ccwestfield com contact '),
(14565,'field:19',0,1,' info ccwestfield com '),
(14565,'field:6',0,1,' ericka madigan '),
(14565,'field:7',0,1,' ericka madigan gmail com '),
(14565,'field:8',0,1,' ericka madigan '),
(14565,'field:9',0,1,' volunteer opportunities '),
(14565,'title',0,1,' 2026 01 21 09 46 06 '),
(14566,'field:10',0,1,' produkty pitaniia optom v moskve https oookors ru product riter sport molochnyj s kokosovoj nachinkoj 2986 blok 12 sht katalog optovoi produkcii https oookors ru product rolton pyure grenki 40 gr upak 24 sht 37 otzyvov https oookors ru product askaniya 05l st 12 sht limon 10 aprelia 2022 https oookors ru product palm gel krem nat vit s ap d dusha 750ml zakazy prinimaiutsia 24 casa cerez sait obrabatyvaiutsia s 9 00 do 21 00 ili po telefonu 7 495 374 65 11 https oookors ru product doshirak sup moreprodukty upak 24 sht '),
(14566,'field:18',0,1,' https ccholidaycity com contact '),
(14566,'field:19',0,1,' info ccholidaycity com '),
(14566,'field:6',0,1,' patricknox '),
(14566,'field:7',0,1,' cratunsculit1988 mail ru '),
(14566,'field:8',0,1,' google '),
(14566,'field:9',0,1,' general inquiry '),
(14566,'title',0,1,' 2026 01 21 09 46 32 '),
(14567,'alt',0,1,''),
(14567,'extension',0,1,' jpg '),
(14567,'filename',0,1,' kensington admin jpg '),
(14567,'kind',0,1,' image '),
(14567,'slug',0,1,''),
(14567,'title',0,1,' kensington admin '),
(14573,'field:10',0,1,' assortimentnoe mnogoobrazie intererov v katalogax contour obespecivaet 100% realizaciiu optimalnogo zonalnogo proekta bud to dizain studiinogo pomeshheniia ili dizain kvartiry dvuxkomnatnoi s bolsoi ploshhadiu i neobxodimostiu mnogofunkcionalnoi adaptacii https olga filippova ru zakazat dizajn proekt stoimost esli vy v rasteriannosti my rekomenduem polistat tematiceskie zurnaly i proitis po mebelnym salonam ctoby primetit to cto vam nravitsia https olga filippova ru office interior obratite vnimanie na to kak v mebelnyx salonax rasstavleny elementy dekora https olga filippova ru blog zamette cto mnogie predmety organizovany v vide dekorativnyx grupp a ne prosto rasstavleny poodinocke v raznyx uglax komnaty https olga filippova ru horeca prezde vsego pokupaite tolko to cto vam deistvitelno nravitsia to cto nailucsim obrazom sootvetstvuet vasei individualnosti https olga filippova ru portfolio 2 takze dostatocno sereznyi vopros vybor keramiceskoi plitki dlia pola i sten https olga filippova ru horeca vy mozete doveritsia vyboru professionalov predlagaiushhix gotovye cvetovye socetaniia a takze mozete sdelat eto samostoiatelno sozdav individualnyi i nepovtorimyi dizain interera komnaty https olga filippova ru kontakts absoliutno liuboi celovek mozet vospolzovatsia etimi sovetami sozdat pravilnuiu planirovku priobresti prekrasnyi divan sozdat dekorativnye gruppy predmetov ili sloi dobavit zivoi zeleni ili nemnogo cernogo cveta priderzivatsia klassiceskix linii ispravliat osibki v oformlenii s pomoshhiu fotografii i cto samoe vaznoe sdelat interer po nastoiashhemu individualnym https olga filippova ru office interior '),
(14573,'field:18',0,1,' https ccholidaycity com contact '),
(14573,'field:19',0,1,' info ccholidaycity com '),
(14573,'field:6',0,1,' scottrex '),
(14573,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(14573,'field:8',0,1,' google '),
(14573,'field:9',0,1,' general inquiry '),
(14573,'title',0,1,' 2026 01 21 09 48 08 '),
(14574,'field:10',0,1,' 42 pamiatnika https www kovanie ogrady ru catalog pamyatniki zchenshchine granitnyy pamyatnik pg 31 naibolee populiarnye materialy vkliucaiut prirodnyi kamen granit mramor trotuarnuiu plitku granitnuiu i mramornuiu krosku betonnye elementy i iskusstvennyi travianoi gazon https www kovanie ogrady ru catalog pamyatniki granitnyy pamyatnik pv 59 vybor materialov zavisit ot esteticeskix predpoctenii klimaticeskix uslovii i biudzeta https www kovanie ogrady ru catalog pamyatniki siny granitnyy pamyatnyk k 10 granit i mramor dolgovecnye i ustoicivye materialy a kroska i plitka bolee dostupny i prosty v uxode https www kovanie ogrady ru catalog pamyatniki zchenshchine granitnyy pamyatnik pr 1 my priedem v udobnoe dlia vas vremia uctem vse osobennosti mestnosti i pomozem opredelitsia s optimalnymi razmerami pamiatnika i elementov blagoustroistva https www kovanie ogrady ru catalog podstavki i tsvetniki podstavka pdp 4 gorizontalnyi pamiatnik https www kovanie ogrady ru catalog pamyatniki reznye granitnyy pamyatnik pr 33 pervaia socialnaia granitnaia masterskaia vypolniaet blagoustroistvo mogil i kompleksnoe oformlenie mest zaxoronenii na kladbishhax moskvy i blizaisego podmoskovia https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pv 35 my rabotaem napriamuiu bez posrednikov poetomu mozem predlozit ne tolko vysokoe kacestvo no i cestnye usloviia prozracnye smety i udobnyi format obsluzivaniia https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik k 6 nasa zadaca sozdat akkuratnoe uxozennoe i dolgovecnoe mesto pamiati kotoroe budet vygliadet dostoino v liuboe vremia goda https www kovanie ogrady ru catalog izdeliya iz granita podlozhka pdg 7 my soprovozdaem klienta na kazdom etape konsultiruem podbiraem materialy razrabatyvaem proekt soglasovyvaem oformlenie vyezzaem na ucastok i vypolniaem vse raboty pod kliuc https www kovanie ogrady ru catalog pamyatniki figurnye granitnyy pamyatnik pr 4 blagoustroistvo vkliucaet v sebia ustanovku fundamenta moshhenie plitkoi formirovanie cvetnika podsypku grunta ili dekorativnogo shhebnia zamenu staryx elementov restavraciiu pamiatnikov montaz ograd stolikov i drugix elementov https www kovanie ogrady ru catalog pamyatniki babyshke granitnyy pamyatnik k 13 my ispolzuem tolko proverennye materialy granit polimernye smesi morozostoikuiu plitku i kacestvennye napolniteli kotorye soxraniaiut vnesnii vid dolgie gody bez postoiannogo remonta i podsypok https www kovanie ogrady ru catalog pamyatniki detskie granitnyy pamyatnik pr 7 3 https www kovanie ogrady ru catalog pamyatniki babyshke granitnyy pamyatnik pg 9 ozelenenie i cvetocnoe oformlenie https www kovanie ogrady ru catalog pamyatniki dedyshke granitnyy pamyatnik pv 25 '),
(14574,'field:18',0,1,' https ccbayshore com contact '),
(14574,'field:19',0,1,' info ccbayshore com '),
(14574,'field:6',0,1,' josephtup '),
(14574,'field:7',0,1,' ramyl gilmanov mail ru '),
(14574,'field:8',0,1,' google '),
(14574,'field:9',0,1,' general inquiry '),
(14574,'title',0,1,' 2026 01 21 09 48 26 '),
(14580,'field:10',0,1,' pervoklassnye kuxni vypolnennye v dannom stile otlicaiutsia neobxodimoi funkcionalnostiu prostotoi i bogatstvom konfiguracii zavisiashhix ot planirovki pomeshheniia ili licnyx predpoctenii https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 18 html podxod k proektirovaniiu kuxon podobnogo stilia dopuskaet opredelennuiu svobodu inogda daze socetaia nesocetaemoe cto predpolagaet vozmoznost izgotovleniia mebeli po osobomu zakazu https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=8 pri vybore sredstv dekora delovogo pomeshheniia dizainery casto otdaiut predpoctenie mebeli iz dorogogo dereva proizrastaiushhego v rossii https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s6 html ona desevle cem produkciia iz redkix porod no smotriatsia predmety interera tak ze otlicno https www legnostyle ru catalog mejkomnatnie dveri pagen 1=13 vsia sovremennaia mebel propityvaetsia osobymi sredstvami kotorye predotvrashhaiut gnienie i napadenie vreditelei https www legnostyle ru catalog inter eri arka a22 html itogovye ceny na uslugi po peretiazke miagkoi mebeli ustanavlivaiutsia individualno i vo mnogom zavisiat ot vasix pozelanii po pocinke izdeliia i izmenenii v ego vnesnem vide https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=11 na stoimost vliiaet nacalnoe sostoianie kresla ili divana vid vybrannogo dekorativnogo pokrytiia i vnutrennego napolnitelia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaya dver e26 html garantiia https www legnostyle ru catalog mejkomnatnie dveri pagen 1=10 na ves tovar predostavliaetsia garantiia kotoraia podderzivaetsia sobstvennym servisnym centrom akkreditovannym kompaniiami i drugimi proizvoditeliami https www legnostyle ru catalog mejkomnatnie dveri model p24 html takoi vid otdelki mebeli sushhestvuet ocen davno nasi predki ispolzovali kozu v raznyx celiax i dlia obbivki mebeli toze https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 9 html na segodniasnii den eto bolse cem prosto element dekora https www legnostyle ru catalog mejkomnatnie dveri nestandarnye razdvijnaa dver rd 8 html eto v kakom to rode osobaia filosofiia sposobnaia daze pererasti v budushhem v otdelnoe stilevoe resenie https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaya dver d38 html otdelka mebeli kozei pozvoliaet sdelat i bez togo idealnuiu italianskuiu mebel eshhe bolee interesnoi i neobycnoi https www legnostyle ru catalog mebel shkafy sekcii gorki scg 38 html dlia dizainerov koza kak otdelocnyi material vyse liubyx modnyx tendencii https www legnostyle ru catalog inter eri peregorodki a 30 html ona mozet byt ispolzovana vezde v abazure v skafax v krovatiax daze na polu i na stenax https www legnostyle ru catalog mejkomnatnie dveri dver i4 html '),
(14580,'field:18',0,1,' https ccplainfield com contact '),
(14580,'field:19',0,1,' info ccplainfield com '),
(14580,'field:6',0,1,' davidstync '),
(14580,'field:7',0,1,' tacusol 6816 mail ru '),
(14580,'field:8',0,1,' google '),
(14580,'field:9',0,1,' general inquiry '),
(14580,'title',0,1,' 2026 01 21 09 48 59 '),
(14581,'field:12',0,1,' melissa '),
(14581,'field:13',0,1,' mwillock88 gmail com '),
(14581,'field:14',0,1,' 4147373081 '),
(14581,'field:15',0,1,''),
(14581,'field:16',0,1,' nursing '),
(14581,'field:17',0,1,' resume '),
(14581,'field:20',0,1,' https ccgermantown com careers '),
(14581,'field:21',0,1,' info virginiahighlandscrc com '),
(14581,'title',0,1,' 2026 01 21 09 49 18 '),
(14583,'field:12',0,1,' melissa w '),
(14583,'field:13',0,1,' mwillock88 gmail com '),
(14583,'field:14',0,1,' 4147373081 '),
(14583,'field:15',0,1,' files resumes melissa resume federal 23 2026 01 21 145025 mlwo pdf '),
(14583,'field:16',0,1,' nursing '),
(14583,'field:17',0,1,' cover letter '),
(14583,'field:20',0,1,' https ccgermantown com careers '),
(14583,'field:21',0,1,' info virginiahighlandscrc com '),
(14583,'title',0,1,' 2026 01 21 09 50 25 '),
(14584,'alt',0,1,''),
(14584,'extension',0,1,' pdf '),
(14584,'filename',0,1,' melissa resume federal 23 2026 01 21 145025 mlwo pdf '),
(14584,'kind',0,1,' pdf '),
(14584,'slug',0,1,''),
(14584,'title',0,1,' melissa resume federal 23 '),
(14585,'field:10',0,1,' imperii granita predlagaet sleduiushhie uslugi po blagoustroistvu mogil v moskve ostankinskoe kladbishhe https www kovanie ogrady ru catalog pamyatniki figurnye granitnyy pamyatnik pr 6 vostriakovskoe kladbishhe https www kovanie ogrady ru catalog pamyatniki docheri granitnyy pamyatnik pr 34 zalivka betonnogo cokolia m p ustanovka novyx pamiatnikov iz granita mramora i betona remont i restavraciia staryx nadgrobii professionalnaia gravirovka portretov i nadpisei usilenie pamiatnikov pri deformacii https www kovanie ogrady ru catalog pamyatniki siny pamyatnik iz granita pv 6 stoimost blagoustroistva mogil na kladbishhe v g https www kovanie ogrady ru catalog kovanye perila moskva https www kovanie ogrady ru catalog pamyatniki dvojnye granitnyy pamyatnik dpg 3 '),
(14585,'field:18',0,1,' https ccplainfield com contact '),
(14585,'field:19',0,1,' info ccplainfield com '),
(14585,'field:6',0,1,' josephfup '),
(14585,'field:7',0,1,' ramyl gilmanov mail ru '),
(14585,'field:8',0,1,' google '),
(14585,'field:9',0,1,' general inquiry '),
(14585,'title',0,1,' 2026 01 21 09 51 22 '),
(14586,'alt',0,1,''),
(14586,'extension',0,1,' jpg '),
(14586,'filename',0,1,' kensington ad jpg '),
(14586,'kind',0,1,' image '),
(14586,'slug',0,1,''),
(14586,'title',0,1,' kensington ad '),
(14594,'field:12',0,1,' melissa willock '),
(14594,'field:13',0,1,' mwillock88 gmail com '),
(14594,'field:14',0,1,' 4147373081 '),
(14594,'field:15',0,1,' files resumes melissa resume federal 23 pdf '),
(14594,'field:16',0,1,''),
(14594,'field:17',0,1,' coverletter '),
(14594,'field:20',0,1,' https ccgermantown com careers '),
(14594,'field:21',0,1,' info virginiahighlandscrc com '),
(14594,'title',0,1,' 2026 01 21 09 53 46 '),
(14595,'alt',0,1,''),
(14595,'extension',0,1,' pdf '),
(14595,'filename',0,1,' melissa resume federal 23 pdf '),
(14595,'kind',0,1,' pdf '),
(14595,'slug',0,1,''),
(14595,'title',0,1,' melissa resume federal 23 '),
(14598,'alt',0,1,''),
(14598,'extension',0,1,' jpg '),
(14598,'filename',0,1,' manitowoc admin jpg '),
(14598,'kind',0,1,' image '),
(14598,'slug',0,1,''),
(14598,'title',0,1,' manitowoc admin '),
(14600,'field:10',0,1,' good morning i was looking to see if you had any male bed availability for long term skilled nursing i was also wondering if your facility reviews applicants pending title 19 additionally if you could send an admissions application i would really appreciate it thank you in advance '),
(14600,'field:18',0,1,' https mycompletecare com contact '),
(14600,'field:19',0,1,' cfleming completecaremgmt com '),
(14600,'field:6',0,1,' veronica ventura '),
(14600,'field:7',0,1,' veronica ventura va gov '),
(14600,'field:8',0,1,' va ct '),
(14600,'field:9',0,1,' general inquiry '),
(14600,'title',0,1,' 2026 01 21 09 58 57 '),
(14601,'alt',0,1,''),
(14601,'extension',0,1,' jpg '),
(14601,'filename',0,1,' manitowoc ad jpg '),
(14601,'kind',0,1,' image '),
(14601,'slug',0,1,''),
(14601,'title',0,1,' manitowoc ad '),
(14611,'field:10',0,1,' we are looking for respite care for my mother in law she is currently at northampton post acute rehab center and may be discharged soon we are looking for about a 60 day respite stay for her she does need assisted living and possibly a little more care as she is going through chemotherapy and physical occupational therapy she would be fine with a shared room if that is something that is offered can you please send me an approximate monthly cost amount i appreciate your help '),
(14611,'field:18',0,1,' https ccphillipsburg com contact '),
(14611,'field:19',0,1,' info ccphillipsburg com '),
(14611,'field:6',0,1,' jeff braido '),
(14611,'field:7',0,1,' jeffbraido88 gmail com '),
(14611,'field:8',0,1,''),
(14611,'field:9',0,1,' general inquiry '),
(14611,'title',0,1,' 2026 01 21 10 01 18 '),
(14613,'alt',0,1,''),
(14613,'extension',0,1,' pdf '),
(14613,'filename',0,1,' cc holmdel floor plan flyer pdf '),
(14613,'kind',0,1,' pdf '),
(14613,'slug',0,1,''),
(14613,'title',0,1,' cc holmdel floor plan flyer '),
(14619,'alt',0,1,''),
(14619,'extension',0,1,' jpg '),
(14619,'filename',0,1,' maplegrove admin jpg '),
(14619,'kind',0,1,' image '),
(14619,'slug',0,1,''),
(14619,'title',0,1,' maple grove admin '),
(14628,'field:10',0,1,' szia meg akartam tudni az arat '),
(14628,'field:18',0,1,' http cclaurelton com contact '),
(14628,'field:19',0,1,' info cclaurelton com '),
(14628,'field:6',0,1,' georgesob '),
(14628,'field:7',0,1,' zekisuquc419 gmail com '),
(14628,'field:8',0,1,' google '),
(14628,'field:9',0,1,' general inquiry '),
(14628,'title',0,1,' 2026 01 21 10 14 23 '),
(14629,'field:10',0,1,' goriashhie tury https akademy21 ru osnovi koloristiki poezdka v kitai utratila by bolsuiu cast svoego ocarovaniia bez ekskursii po takim gorodam podnebesnoi kak pekin sanxai guanczou xarbin i gonkong https akademy21 ru blog tpost ari4xvj6k1 chego zhdat chto proishodit kto budet vo kitaicy ocen liubiat bolsuiu gromkost oni mnogo kricat mnogo signaliat mnogo rugaiutsia https akademy21 ru contacts tbilisi i ocen liubiat pet https akademy21 ru narachivabie browei pet vezde i srazu kak tolko im zaxocetsia https akademy21 ru courses massage elektromagnitnaya stimulyatsiya hifem poiushhego kitaica mozno uvidet na ploshhadi goroda v avtobuse ili prosto na ulice https akademy21 ru trener nutriciolog imenno poetomu karaoke v kitae polzuetsia neveroiatnym sprosom i scitaetsia liubimym razvleceniem https akademy21 ru svadebnyi stelist castye vstreci s poiushhimi na ulice kitaicami ocen podnimaiut nastroenie https akademy21 ru contacts sochi mangrove tree resort world sanya bay kapok https akademy21 ru trener nutriciolog dopolnitelnaia informaciia https akademy21 ru trener po dredam predostavleny rezultaty s vyletom iz moskvy https akademy21 ru golivudskie ukladki '),
(14629,'field:18',0,1,' http ccannapolis com contact '),
(14629,'field:19',0,1,' info ccannapolis com '),
(14629,'field:6',0,1,' philipwom '),
(14629,'field:7',0,1,' halcheni1990 mail ru '),
(14629,'field:8',0,1,' google '),
(14629,'field:9',0,1,' general inquiry '),
(14629,'title',0,1,' 2026 01 21 10 14 47 '),
(14630,'field:10',0,1,' elusive shipwreck found in lake michigan over 100 years after sinking rutor 24 at a ghost ship that sank in lake michigan nearly 140 years ago and eluded several search efforts over the past five decades has been found according to researchers with the wisconsin underwater archeology association the wooden schooner got caught in a storm in the dead of night and went down in september 1886 in the weeks after a lighthouse keeper reported the ships masts breaking the lake surface and fishermen caught pieces of the vessel in their nets still wreck hunters were unable to track down the ships location until now https rutor 24 top rutor cx earlier this year a team of researchers with the wisconsin underwater archeology association and wisconsin historical society located the shipwreck off the coastal town of baileys harbor wisconsin the association announced on sunday named the f j king the ship had become a legend within the wisconsin wreck hunter community for its elusive nature said maritime historian brendon baillod principal investigator and project lead of the discovery we really wanted to solve this mystery and we didnt expect to baillod told cnn the ship seemed to have just vanished into thin air i actually couldnt believe we found it the wreck is just one of many that have been found in the great lakes in recent years and there are still hundreds left to be recovered in lake michigan alone according to baillod the ghost ship built in 1867 the f j king plied the waters of the great lakes for the purpose of trans lake commerce the ship transported grains during a time when wisconsin served as the breadbasket of the united states the 144 foot long 44 meter vessel also carried cargo including iron ore lumber and more the ship had a lucrative 19 year career until that september night when a gale force wind caused its seams to break apart according to the announcement the captain william griffin ordered the crew to evacuate on the ships yawl boat from where they watched the f j king sink bow first '),
(14630,'field:18',0,1,' http ccfairlawnedge com contact '),
(14630,'field:19',0,1,' info ccfairlawnedge com '),
(14630,'field:6',0,1,' jerryfus '),
(14630,'field:7',0,1,' lesliebrown1999 salpingomyu ru '),
(14630,'field:8',0,1,' google '),
(14630,'field:9',0,1,' general inquiry '),
(14630,'title',0,1,' 2026 01 21 10 15 50 '),
(14634,'field:10',0,1,' salam qiymetinizi bilmek istedim '),
(14634,'field:18',0,1,' http ccoceangrove com contact '),
(14634,'field:19',0,1,' info ccoceangrove com '),
(14634,'field:6',0,1,' georgekance '),
(14634,'field:7',0,1,' zekisuquc419 gmail com '),
(14634,'field:8',0,1,' google '),
(14634,'field:9',0,1,' general inquiry '),
(14634,'title',0,1,' 2026 01 21 10 18 26 '),
(14635,'field:10',0,1,' elusive shipwreck found in lake michigan over 100 years after sinking rutor 24 at a ghost ship that sank in lake michigan nearly 140 years ago and eluded several search efforts over the past five decades has been found according to researchers with the wisconsin underwater archeology association the wooden schooner got caught in a storm in the dead of night and went down in september 1886 in the weeks after a lighthouse keeper reported the ships masts breaking the lake surface and fishermen caught pieces of the vessel in their nets still wreck hunters were unable to track down the ships location until now https rutor forum com rutor ssylka earlier this year a team of researchers with the wisconsin underwater archeology association and wisconsin historical society located the shipwreck off the coastal town of baileys harbor wisconsin the association announced on sunday named the f j king the ship had become a legend within the wisconsin wreck hunter community for its elusive nature said maritime historian brendon baillod principal investigator and project lead of the discovery we really wanted to solve this mystery and we didnt expect to baillod told cnn the ship seemed to have just vanished into thin air i actually couldnt believe we found it the wreck is just one of many that have been found in the great lakes in recent years and there are still hundreds left to be recovered in lake michigan alone according to baillod the ghost ship built in 1867 the f j king plied the waters of the great lakes for the purpose of trans lake commerce the ship transported grains during a time when wisconsin served as the breadbasket of the united states the 144 foot long 44 meter vessel also carried cargo including iron ore lumber and more the ship had a lucrative 19 year career until that september night when a gale force wind caused its seams to break apart according to the announcement the captain william griffin ordered the crew to evacuate on the ships yawl boat from where they watched the f j king sink bow first '),
(14635,'field:18',0,1,' http ccfairlawnedge com contact '),
(14635,'field:19',0,1,' info ccfairlawnedge com '),
(14635,'field:6',0,1,' ronaldfromi '),
(14635,'field:7',0,1,' davidkahn1933 salpingomyu ru '),
(14635,'field:8',0,1,' google '),
(14635,'field:9',0,1,' general inquiry '),
(14635,'title',0,1,' 2026 01 21 10 18 30 '),
(14638,'field:10',0,1,' cutty loli cunning girls https is gd blcaho '),
(14638,'field:18',0,1,' http ccshrewsbury com contact '),
(14638,'field:19',0,1,' info ccshrewsbury com '),
(14638,'field:6',0,1,' jeffreyfem '),
(14638,'field:7',0,1,' fgzxgdsffg gmail com '),
(14638,'field:8',0,1,' google '),
(14638,'field:9',0,1,' general inquiry '),
(14638,'title',0,1,' 2026 01 21 10 19 53 '),
(14642,'field:10',0,1,' sveiki as norejau suzinoti jusu kaina '),
(14642,'field:18',0,1,' http ccharborage com contact '),
(14642,'field:19',0,1,' info ccharborage com '),
(14642,'field:6',0,1,' leeabave '),
(14642,'field:7',0,1,' zekisuquc419 gmail com '),
(14642,'field:8',0,1,' google '),
(14642,'field:9',0,1,' general inquiry '),
(14642,'title',0,1,' 2026 01 21 10 22 54 '),
(14643,'field:10',0,1,' marina ikano bank my tshhatelno proveriaem predpriiatiia zelaiushhie stat nasimi partnerami poetomu mozem smelo garantirovat vysokoe kacestvo uslug https shcherbinins ru menu eto rasprostraniaetsia na liubye formaty meropriiatii https shcherbinins ru aboutus kanape dlia furseta ot 100 rublei https shcherbinins ru aboutus ot cego zavisit stoimost keiteringa paket l stoimost 2 000 rub persona vxodit v stoimost logistika arenda oborudovaniia tekstilia servirovki obsluzivanie meropriiatiia zakaz ot 30 000 rub https shcherbinins ru menu zakazat furset https shcherbinins ru menu obsluzivanie https shcherbinins ru uslugy '),
(14643,'field:18',0,1,' http ccspringbrook com contact '),
(14643,'field:19',0,1,' info ccspringbrook com '),
(14643,'field:6',0,1,' michaelrough '),
(14643,'field:7',0,1,' natulya fedosova 96 mail ru '),
(14643,'field:8',0,1,' google '),
(14643,'field:9',0,1,' general inquiry '),
(14643,'title',0,1,' 2026 01 21 10 25 58 '),
(14646,'field:10',0,1,' specialisty agentstva vsegda sobliudaiut postavlennye sroki i kpi https proffseo ru kontakty blagodaria rabote komandy i media za 2 goda udalos uvelicit trafik s 3230 do 9060 polzovatelei v mesiac https proffseo ru prodvizhenie angloyazychnykh sajtov zadaca casto prodvizenie v regiony sviazano s rassireniem dilerskoi ili agentskoi seti privleceniem regionalnyx optovyx kompanii https proffseo ru kontakty levindorf mariia aleksandrovna https proffseo ru prodvizhenie sajtov po rf 3 e mesto v reitinge lucsix agentstv po seo prodvizeniiu https proffseo ru prodvizhenie sajtov po moskve cena pervogo mesiaca raskrutki saita 0 rublei ostavte zaiavku i my podgotovim unikalnoe kommerceskoe predlozenie na osnove audita vasego proekta https proffseo ru prodvizhenie sajtov po rf '),
(14646,'field:18',0,1,' https ccfoxhill com contact '),
(14646,'field:19',0,1,' info ccfoxhill com '),
(14646,'field:6',0,1,' buddynoics '),
(14646,'field:7',0,1,' dolnovam mail ru '),
(14646,'field:8',0,1,' google '),
(14646,'field:9',0,1,' general inquiry '),
(14646,'title',0,1,' 2026 01 21 10 28 40 '),
(14648,'field:12',0,1,' jonathan tech keys '),
(14648,'field:13',0,1,' jonathan solomon tech keys com '),
(14648,'field:14',0,1,' 1111111111 '),
(14648,'field:15',0,1,''),
(14648,'field:16',0,1,' activities recreation '),
(14648,'field:17',0,1,' testing form please ignore '),
(14648,'field:20',0,1,' https ccarbors com careers '),
(14648,'field:21',0,1,' info ccarbors com '),
(14648,'title',0,1,' 2026 01 21 10 32 28 '),
(14649,'field:10',0,1,' polipropilenovye truby https deneb spb ru truby pn 10 i pn 20 maksimalnoe davlenie 16 kgs sm 2 ili 1 6 mpa temperatura do 60 c https deneb spb ru adaptory nasadki i sverla dlya sedel primeniaiutsia takze dlia sistem s xolodnoi vodoi https deneb spb ru filtry i obratnye klapany vozmozno ispolzovanie v mnogoetaznyx domax https deneb spb ru klipsy vtp https deneb spb ru kompensatory 700 https deneb spb ru obvody 0020 truba iz polipropilena pp r dlia sistem pitevogo i xoziaistvenno pitevogo xolodnogo vodosnabzeniia goriacego vodosnabzeniia a takze texnologiceskix truboprovodov transportiruiushhix zidkosti i gazy neagressivnye k materialu truby https deneb spb ru sedla klassy ekspluatacii po gost 32415 2013 1 2 4 5 xv https deneb spb ru krestoviny pn 25 armirovannye dlia truboprovodov otopleniia i goriacego vodosnabzeniia pri t = 20 0 c 2 https deneb spb ru krany latunnye rezbovye 5 mpa pri t = 90 0 c 1 https deneb spb ru izolyaciya 0 mpa https deneb spb ru trojniki opisanie https deneb spb ru ankery po zaprosu 128 https deneb spb ru clientam 80 https deneb spb ru klipsy '),
(14649,'field:18',0,1,' http ccmonmouth com contact '),
(14649,'field:19',0,1,' info ccmonmouth com '),
(14649,'field:6',0,1,' robertdom '),
(14649,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(14649,'field:8',0,1,' google '),
(14649,'field:9',0,1,' general inquiry '),
(14649,'title',0,1,' 2026 01 21 10 32 52 '),
(14650,'field:10',0,1,' we found a suspicious google review from s williams gatherup has a proven track record of removing fake and policy breaking reviews well challenge this one with google and stand behind the result with a 60 day 100% satisfaction guarantee trusted by 18 000 businesses book here https calendly com risk free review removals 15min '),
(14650,'field:18',0,1,' http ccvoorhees com contact '),
(14650,'field:19',0,1,' info ccvoorhees com '),
(14650,'field:6',0,1,' sarah cameto '),
(14650,'field:7',0,1,' sarah fakereviewdetectors com '),
(14650,'field:8',0,1,' fakereviewdetectors '),
(14650,'field:9',0,1,' volunteer opportunities '),
(14650,'title',0,1,' 2026 01 21 10 33 14 '),
(14654,'field:10',0,1,' ola queria saber o seu prezo '),
(14654,'field:18',0,1,' http ccmiddlebury com contact '),
(14654,'field:19',0,1,' info ccmiddlebury com '),
(14654,'field:6',0,1,' leealini '),
(14654,'field:7',0,1,' dinanikolskaya99 gmail com '),
(14654,'field:8',0,1,' google '),
(14654,'field:9',0,1,' general inquiry '),
(14654,'title',0,1,' 2026 01 21 10 36 18 '),
(14656,'field:10',0,1,' 4 c https drogal ru tarify i akczii raboty 1 cas podaca avto https drogal ru glossary specializirovannie skladi idealno dlia preimushhestva kompanii https drogal ru faq category gosti i standarti pri takelaznyx rabotax gruz nadezno fiksiruetsia pri neobxodimosti demontiruiutsia sostavnye casti ctoby oblegcit perevozku https drogal ru glossary transportnaya tara krome togo specavtobaza №1 predostavliaet straxovku na perevozku v razmere do 100 000 000 rublei a esli stoimost gruza vyxodit za etu summu straxovku mozno oformit otdelno https drogal ru glossary markirovka transportnoi upakovki prosto napisite nam v whatsapp https drogal ru glossary promishlennaya upakovka nam vse po silam takelaz liuboi sloznosti i obieema '),
(14656,'field:18',0,1,' https ccorangepark com contact '),
(14656,'field:19',0,1,' info ccorangepark com '),
(14656,'field:6',0,1,' robertswalm '),
(14656,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(14656,'field:8',0,1,' google '),
(14656,'field:9',0,1,' general inquiry '),
(14656,'title',0,1,' 2026 01 21 10 38 17 '),
(14658,'field:10',0,1,' dlia stroitelnogo musora imeiut naibolsuiu tolshhinu i procnost pod bytovoi musor bolsoe kolicestvo paketov dlia ezednevnogo ispolzovaniia universalnye podxodiat dlia raznyx nuzd sirina 45 sm vysota 75 sm upakovka 500 st https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v rulonax meshki 180 litrov 10 sht v rulone 90h110 pvd chernye usilennye cvet belyi material polipropilen https kapio ru katalog byitovaya ximiya myilo zhidkoe podrobnosti v razdele skidki vy mozete zakazat mesok dlia stroitelnogo musora na saite magazina samostoiatelno ili po telefonu 8 495 223 60 00 my otvetim na vse voprosy i pomozem s oformleniem tolshhina 6 mkm https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki polipropilenovyi mesok dlia xraneniia etot polipropilenovyi mesok https kapio ru katalog byitovaya ximiya chistyashhie poroshki polnoe opisanie v nalicii na sklade v upakovke 100 st https kapio ru katalog byitovaya ximiya sredstva dlya kuxni help chistjashhij krem 500 ml cena za 1 st 13 https kapio ru katalog byitovaya ximiya sredstva dlya myitya polov help sredstvo dlja mytja polov koncentrirovannoe 1 l 70 r dostupno dlia pokupki ot kratno 5 st https kapio ru katalog klejkie lentyi upakovochnyie klejkie lentyi klejkakja lenta upakovochnaja korichnevaja 50 mm 45 mkm '),
(14658,'field:18',0,1,' https completecareoakridge com contact '),
(14658,'field:19',0,1,' info completecareoakridge com '),
(14658,'field:6',0,1,' michaelgon '),
(14658,'field:7',0,1,' simonenko borya list ru '),
(14658,'field:8',0,1,' google '),
(14658,'field:9',0,1,' general inquiry '),
(14658,'title',0,1,' 2026 01 21 10 41 53 '),
(14660,'field:10',0,1,' zadat vopros pozvonit https akademy21 ru courses massage intimnoye otbelivaniye iapparatnoye omolozheniye k sozaleniiu u nas net podxodiashhix turov dlia otobrazeniia https akademy21 ru comerchiskie ukladki tut massa velikolepnyx peizazei kotorye zavorazivaiut svoei nerealnostiu https akademy21 ru trener estetika lica prosto nuzno zastavit sebia vyexat iz goroda na prirodu https akademy21 ru blog osobenno krasiv iuznyi kitai https akademy21 ru blog tpost xsuyxac6z1 preimuschestva obucheniya v kitae otdyxai aktivno sportivno pozitivno gornolyznyi otdyx dostoprimecatelnosti ozdorovlenie pamiatniki istorii pliaznyi otdyx tixii spokoinyi https akademy21 ru massage lica guasha tury v kitai iz irkutska https akademy21 ru contacts petropavlovsk '),
(14660,'field:18',0,1,' http ccannapolis com contact '),
(14660,'field:19',0,1,' info ccannapolis com '),
(14660,'field:6',0,1,' philipwom '),
(14660,'field:7',0,1,' halcheni1990 mail ru '),
(14660,'field:8',0,1,' google '),
(14660,'field:9',0,1,' general inquiry '),
(14660,'title',0,1,' 2026 01 21 10 42 12 '),
(14662,'field:10',0,1,' sovremennaia zizn diktuet nam takie usloviia cto pokupaia prestiznoe elitnoe zile kotoroe smotritsia dorogim i vosxititelnym snaruzi my dolzny pozabotitsia i ob ego uiutnoi obstanovke vnutri https www legnostyle ru catalog mebel shkafy sekcii gorki scg 45 html to kak budet vygliadet nasa komfortabelnaia kvartira vnutri zavisit polnostiu ot nasego vkusa https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d20 html i konecno iziuminkoi v liuboi obstanovke kvartiry iavliaetsia kacestvennaia i nadeznaia elitnaia mebel https www legnostyle ru catalog mebel pagen 1=9 ob etom soobshhaet agentstvo sinxua ssylaias na sinczianskii institut arxeologii i kulturnyx relikvii https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d31 html ploshhad ucastka na kotorom dobyvali biriuzu sostavliaet bolee 8 kvadratnyx kilometrov https www legnostyle ru catalog lestnici elitnye lestnica l8 6 html mebel iz italii vo vse vremena scitalas roskosiu dostoinoi izbrannyx ee mozno bylo uvidet tolko v salonax znatnyx osob https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a4 html italianskaia mebel eto kropotlivaia rabota masterov i xudoznikov lombardii toskany i venecii pokoleniia kotoryx sozdavali davnie xudozestvenno remeslennye tradicii https www legnostyle ru catalog mebel stol model s 4 html sovremennye mebelnye brendy italii izvestnye daleko za predelami strany iavliaiutsia castiu italianskoi promyslennoi istorii ix korni uxodiat v starinnye semeinye predpriiatiia xix veka https www legnostyle ru catalog mebel komod model kts 25 html znamenita svoim izyskannym dizainom prakticnostiu i funkcionalnostiu https www legnostyle ru catalog inter eri peregorodki a 19 html italianskaia mebelnaia industriia zanimaet lidiruiushhie mesta v mirovom mebelnom dizaine i proizvodstve https www legnostyle ru catalog nashi raboty inter er kvartiri na arbate k10 html odnako segodnia mebel iz italii stanovitsia vse bolee dostupnoi potrebiteliu https www legnostyle ru derevyannye lestnicy iz sosny html na kladbishhe babaosan v kitae v pekine nacali ispolzovat texnologii virtualnoi realnosti s celiu podderzat blizkix i rodnyx usopsix https www legnostyle ru catalog mejkomnatnie dveri a 33 html dlia etogo vo vremia provedeniia dnia otkrytyx dverei publike byl pokazan simuliator smerti https www legnostyle ru modulnye stenki html takoi vid otdelki mebeli sushhestvuet ocen davno nasi predki ispolzovali kozu v raznyx celiax i dlia obbivki mebeli toze https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaya dver d40 html na segodniasnii den eto bolse cem prosto element dekora https www legnostyle ru catalog mebel garderobnie garderobnaa model scg 39 html eto v kakom to rode osobaia filosofiia sposobnaia daze pererasti v budushhem v otdelnoe stilevoe resenie https www legnostyle ru catalog mejkomnatnie dveri cerez dve nedeli posle pervogo razgovora s menedzerom ia uzinal v novoi kuxne https www legnostyle ru catalog inter eri arka a22 html otmecu masterstvo i punktualnost montaznikov prisli vovremia i sdelali vse na sovest https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver o6 html '),
(14662,'field:18',0,1,' https cckressonview com contact '),
(14662,'field:19',0,1,' info cckressonview com '),
(14662,'field:6',0,1,' davidgaf '),
(14662,'field:7',0,1,' tacusol 6816 mail ru '),
(14662,'field:8',0,1,' google '),
(14662,'field:9',0,1,' general inquiry '),
(14662,'title',0,1,' 2026 01 21 10 42 24 '),
(14668,'field:10',0,1,' priiatnye ceny https www legnostyle ru catalog mejkomnatnie dveri impressio model i15 html nekotorym nasi ceny mogut pokazatsia zavysennymi odnako esli u vas v prioritete nadeznost iznosostoikost procnost i ekologicnost to vy poimete cto stoimost mebeli polnostiu sootvetstvuet ee xarakteristikam https www legnostyle ru catalog mebel stol model s 13 html my ustanavlivaem maksimalno dostupnye ceny na izdeliia tak kak sotrudnicaem napriamuiu s izvestnymi brendami https www legnostyle ru catalog mejkomnatnie dveri perfetto model p38 html opredelites s tem cto vam nuzno v svoei novoi sieemnoi kvartire https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e27 html kacestvo svezest remonta v tom slucae esli kvartira budet ne novoi nalicie opredelennoi apparatury vysokokacestvennoe obsluzivanie https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e11 html my uvazitelno otnosimsia k kazdomu pokupateliu i s udovolstviem pomozem podobrat podxodiashhuiu nemeckuiu mebel isxodia iz licnyx predpoctenii klienta https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d6 html postoianno provodim monitoring kacestva izgotovleniia produkcii ctoby predlagat pokupateliam tolko lucsie modeli https www legnostyle ru catalog mejkomnatnie dveri dver i28 html strogo govoria zolocenie mozet byt vypolneno samostoiatelno https www legnostyle ru vnutrennyaya otdelka derevom html znat i umet dlia etogo nuzno ne tak mnogo kak mozet pokazatsia na pervyi vzgliad https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=9 nalicie specialnogo kleia laka a tak ze knizki susalnogo zolota pozvolit preobrazit prakticeski liubuiu mebel https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaya dver e26 html na segodniasnii den elitnaia mebel polzuetsia osobennym interesom sredi naseleniia https www legnostyle ru catalog inter eri stenovie paneli s47 html kak pravilo izgotavlivaiut ee na zakaz poetomu pokupateli s samymi bolsimi trebovaniiami mogut vypolnit razlicnye individualnye pozelaniia https www legnostyle ru catalog mejkomnatnie dveri d peregorodki pagen 1=4 bolsinstvo tovarov predstavlennyx v nasem internet magazine ne proizvoditsia metodom stampovki a izgotavlivaetsia na zakaz vrucnuiu v edinicnyx ekzempliarax https www legnostyle ru catalog mejkomnatnie dveri razdvizhnye dveri razdvijnaa dver rd 3 html elitnaia mebel podbiraetsia s ucetom vsex pozelanii i privozitsia pod zakaz https www legnostyle ru catalog mejkomnatnie dveri pagen 1=6 cerez dva mesiaca roskosnyi interer budet ukrasat vas dom https www legnostyle ru catalog mebel gp 18 html '),
(14668,'field:18',0,1,' https ccvoorhees com contact '),
(14668,'field:19',0,1,' info ccvoorhees com '),
(14668,'field:6',0,1,' davidprire '),
(14668,'field:7',0,1,' tacusol 6816 mail ru '),
(14668,'field:8',0,1,' google '),
(14668,'field:9',0,1,' general inquiry '),
(14668,'title',0,1,' 2026 01 21 10 43 19 '),
(14670,'field:12',0,1,' jonathan tech keys '),
(14670,'field:13',0,1,' jonathan solomon tech keys com '),
(14670,'field:14',0,1,' 1111111111 '),
(14670,'field:15',0,1,''),
(14670,'field:16',0,1,' administrative business office '),
(14670,'field:17',0,1,' testing form please ignore '),
(14670,'field:20',0,1,' https ccarbors com careers '),
(14670,'field:21',0,1,' info ccarbors com '),
(14670,'title',0,1,' 2026 01 21 10 43 41 '),
(14680,'field:10',0,1,' hi kensington care and rehab center ive built and trained an ai employee specifically for kensington care and rehab center its already been trained on 6 hours worth of your publicly available data your website google business profile and more it knows how to answer customer questions capture leads and even follow up just like a team member would this isnt a sales call its a 20 minute demo where you can actually interact with the ai employee and see what it can do would today or tomorrow work for a quick walkthrough schedule a time on my calendar to meet the agent i trained for you and see what she can do here meetings hubspot com dandy getdandy trained agent luqman or call me at 949 755 7782 talk soon thank you jennifer obrien director of operations getdandy meetings hubspot com dandy getdandy trained agent luqman unsubscribe here bit ly 42wnusa '),
(14680,'field:18',0,1,' https cckensington com contact '),
(14680,'field:19',0,1,' info kensingtoncareandrehab com '),
(14680,'field:6',0,1,' jennifer obrien '),
(14680,'field:7',0,1,' jenn dandyreviewaitools com '),
(14680,'field:8',0,1,' getdandy '),
(14680,'field:9',0,1,' resident family support '),
(14680,'title',0,1,' 2026 01 21 10 46 49 '),
(14681,'field:10',0,1,' sozdaite krasivyi ucastok dlia otdyxa i obshheniia https berezov lsk ru 4 https berezov lsk ru 8 obshhaia ocenka 4 https berezov lsk ru 7 sootnosenie cena kacestvo 5 sobliudenie srokov 4 https berezov lsk ru 5 cistota vo vremia rabot 5 poriadocnost kompanii https berezov lsk ru mox landsaftnyi dizain moskva https berezov lsk ru vy izbavleny ot neobxodimosti poiska i koordinacii raznoprofilnyx specialistov ucastvuiushhix v stroitelstve sada tak kak https berezov lsk ru kompaniia pomozet v sozdanii unikalnogo landsaftnogo dizaina https berezov lsk ru foto greenhistory https berezov lsk ru ru specialisty kacestvenno vypolniaiut zadaci liuboi sloznosti https berezov lsk ru foto greenhistory https berezov lsk ru ru sotrudniki studii otvetstvenno podxodiat k razrabotke proekta i etapam ego realizacii https berezov lsk ru foto greenhistory https berezov lsk ru ru kompaniia vypolnit raboty po obustroistvu ucastkov landsaftu ili polnomu redizainu https berezov lsk ru foto greenhistory https berezov lsk ru ru https berezov lsk ru '),
(14681,'field:18',0,1,' https ccharstonhall com contact '),
(14681,'field:19',0,1,' info ccharstonhall com '),
(14681,'field:6',0,1,' scottscoup '),
(14681,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14681,'field:8',0,1,' google '),
(14681,'field:9',0,1,' general inquiry '),
(14681,'title',0,1,' 2026 01 21 10 46 49 '),
(14682,'field:10',0,1,' obshhaia stoimost materialov 2 213 000 r https berezov lsk ru uslugi studii https berezov lsk ru podgotovka i soglasovanie smety https berezov lsk ru posadocnyi material iz pitomnikov evropy https berezov lsk ru zivopisnye sady kotorymi gordiatsia ix vladelcy eto vsegda rezultat skrupuleznoi raboty komandy professionalov https berezov lsk ru pri proektirovanii i realizacii landsaftnogo dizaina kompaniia ne ispolzuet sablonnyx resenii https berezov lsk ru ved kazdyi proekt i zagorodnyi ucastok ne prosto krasivyi i funkcionalnyi prirodnyi ugolok a interesnaia istoriia kotoraia nacinaetsia s cistogo lista bumagi https berezov lsk ru est landsaftnye biuro kotorye delaiut proekty ispolzuia tolko rasteniia iz sobstvennogo pitomnika https berezov lsk ru ocen casto oni staraiutsia prodat posadocnyi material doroze malo zabotias o krasote vasego sada https berezov lsk ru professionaly podbiraiut ozelenenie neposredstvenno pod vas proekt u proverennyx postavshhikov i v izvestnyx sadovyx centrax obrashhaia vnimanie na kazdoe rastenie https berezov lsk ru '),
(14682,'field:18',0,1,' https ccharstonhall com contact '),
(14682,'field:19',0,1,' info ccharstonhall com '),
(14682,'field:6',0,1,' scottscoup '),
(14682,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14682,'field:8',0,1,' google '),
(14682,'field:9',0,1,' general inquiry '),
(14682,'title',0,1,' 2026 01 21 10 46 50 '),
(14686,'field:10',0,1,' bez etogo prodvizenie saita v rossii ne dast rezultata https proffseo ru prodvizhenie zarubezhnykh sajtov vy tolko potratite vremia i dengi vpustuiu a v xudsem slucae polucite filtr ili ban poiskovoi sistemy https proffseo ru prodvizhenie zarubezhnykh sajtov personalnyi akkaunt menedzer https proffseo ru prodvizhenie angloyazychnykh sajtov katalog https proffseo ru prodvizhenie sajtov po moskve srok seo prodvizeniia v regiony rf 3 12 mesiacev https proffseo ru privacy razrabotka i prodvizenie krupneisei seti atele https proffseo ru kontakty zaiavok i zakazov iz poiskovyx sistem https proffseo ru prodvizhenie sajtov po moskve '),
(14686,'field:18',0,1,' https ccsilverlake com contact '),
(14686,'field:19',0,1,' info ccsilverlake com '),
(14686,'field:6',0,1,' buddydus '),
(14686,'field:7',0,1,' dolnovam mail ru '),
(14686,'field:8',0,1,' google '),
(14686,'field:9',0,1,' general inquiry '),
(14686,'title',0,1,' 2026 01 21 10 48 02 '),
(14688,'field:10',0,1,' pod vasi usloviia my sproektiruem i izgotovim konstrukcii nestandartnyx razmerov https mklider ru dokumentaciya html razrabotka dokumentacii vxodit v paket uslug po soprovozdeniiu zakaza pod kliuc https mklider ru katalog protivopozharnoe oborudovanie generator peny sredney kratnosti gpss dlia nas naivazneisimi aspektami deiatelnosti iavliaetsia bezopasnost i kacestvo produkcii za nego my otvecaem v pervuiu ocered https mklider ru uslugi texnologiia izgotovleniia emkostei obespecivaet absoliutnuiu germeticnost svarnyx svov kotorye v svoiu ocered imeiut rovnuiu poverxnost i ne dopuskaiut obrazovaniia na nix nalipaniia griazi vodoroslei i drugix inorodnyx veshhestv kotorye mogut povliiat na kacestvo vody https mklider ru uslugi plazmennaya rezka metalla html nasi emkosti izgotovleny iz listovogo pishhevogo polipropilena metodom stykovoi i ekstruzionnoi svarki i mogut primeniatsia dlia xraneniia goriacei vody temperaturoi do 110 s https mklider ru katalog oborudovanie dlya azs klapany obratnye verhney ustanovki du40 ob oborudovanii https mklider ru katalog emkosti rgsp rezervuary gorizontalnye stalnye podzemnye rgsp 15 m3 html proizvodstvo montaz rezervuarov i emkostei https mklider ru katalog rezervuarnoe oborudovanie '),
(14688,'field:18',0,1,' https ccregent com contact '),
(14688,'field:19',0,1,' info ccregent com '),
(14688,'field:6',0,1,' michaelval '),
(14688,'field:7',0,1,' akindinkudryashov6842 mail ru '),
(14688,'field:8',0,1,' google '),
(14688,'field:9',0,1,' general inquiry '),
(14688,'title',0,1,' 2026 01 21 10 49 45 '),
(14693,'field:10',0,1,' katalog https oookors ru product koka kola 05l zero 24 sht kazdaia polucennaia partiia dopolnitelno poxodit proverku nasimi specialistami https oookors ru product azerchaj s chabreczom 100 pak upak 12 sht ne propuskaem brak narusenie texnologii dostavki i xraneniia eto i v nasix interesax my dorozim svoei reputaciei otvetstvennogo postavshhika https oookors ru product koka kola zero 033 l zh b 24 sht 2 usloviia zakaza i oplaty produktov pitaniia https oookors ru product dzhamper vinograd yabloka 033 pet 12 sht abrikos postavshhik produktov pitaniia krupnym i melkim optom https oookors ru product ariel poroshok kolor avt st 3kg my gordimsia svoei sluzboi dostavki https oookors ru product tviks 55 gr 6 bl blok 40 sht v nasem rasporiazenii sobstvennyi avtopark i kazdaia masina osnashhena sovremennym oborudovaniem pozvoliaiushhim dostavliat daze samye skoroportiashhiesia tovary https oookors ru product svyatoj graal 05l st 12 sht barbaris dostavka osushhestvliaetsia po moskve i moskovskoi oblasti tocno po ukazannomu vami adresu https oookors ru product svetloe na vysote 5642 05 l st 12 sht vy mozete zakazat produkty pitaniia krupnym i melkim optom na samyx vygodnyx usloviiax https oookors ru product alenka 20 gr blok 64 sht preimushhestvom sotrudnicestva s nami iavliaetsia tot fakt cto vy mozete kupit vse neobxodimoe v odnom meste ne tratia dragocennoe vremia na poisk produktov dlia svoego zavedeniia https oookors ru product minifri lukovye kolcza bekon 45 gr upak 15 sht nasi menedzery pomogut sformirovat zakaz i on v odin mig budet dostavlen vam https oookors ru product mozgi zapudri 30 sht naidia otvetstvennogo i cestnogo postavshhika s sirokim assortimentom tovarov mozno zabyt o problemax https oookors ru product lisma 100 pak nasyshhennyj upak 6 sht obrashhaites na produktovuiu bazu shopprodukt i my stanem dlia vas takim postavshhikom dlia nasix klientov vsegda '),
(14693,'field:18',0,1,' https cclaurelton com contact '),
(14693,'field:19',0,1,' info cclaurelton com '),
(14693,'field:6',0,1,' patrickfiend '),
(14693,'field:7',0,1,' cratunsculit1988 mail ru '),
(14693,'field:8',0,1,' google '),
(14693,'field:9',0,1,' general inquiry '),
(14693,'title',0,1,' 2026 01 21 10 52 31 '),
(14694,'field:10',0,1,' truba polipropilenovaia armirovannaia steklovoloknom ppr gf https deneb spb ru rasprodazha nominalnoe davlenie do 20 bar diametr 20 63 mm tolshhina stenki 2 8 8 6mm temperatura transportiruemoi vody do 90 s srok sluzby 50 let gost 32415 2013 tu 22 https deneb spb ru kompensatory 21 https deneb spb ru trojniki 29 002 14693610 2018 klass 1 2 4 5 pitevaia https deneb spb ru adaptory nasadki i sverla dlya sedel vnutrennii obieem 1 m https deneb spb ru obvody p https deneb spb ru krany i ventili strana proizvodstva https deneb spb ru adaptory nasadki i sverla dlya sedel beznalicnyi rascet https deneb spb ru trojniki dlina stangi https deneb spb ru izolyaciya '),
(14694,'field:18',0,1,' https completecareoakridge com contact '),
(14694,'field:19',0,1,' info completecareoakridge com '),
(14694,'field:6',0,1,' robertamelp '),
(14694,'field:7',0,1,' prohor zlobin 14 11 1987 mail ru '),
(14694,'field:8',0,1,' google '),
(14694,'field:9',0,1,' general inquiry '),
(14694,'title',0,1,' 2026 01 21 10 53 01 '),
(14700,'field:10',0,1,' preimushhestva raboty s nami https arbvbg ru novyi 26 god novye skidki do 40% na vse uslugi do 12 ianvaria vykorcevyvanie i okoncatelnoe udalenie pnei sloznaia zadaca dopolnitelno zatrudnennaia stesnennymi gorodskimi usloviiami ili maloi ploshhadiu pridvorovoi territorii dacnogo doma https arbvbg ru professionaly predlagaiut cetyre sposoba udaleniia pnei ispolzovanie avtovyski dlia udaleniia derevev https arbvbg ru spil derevev spil vetok derevev s ucastiem promyslennyx alpinistov v moskve eto nedorogo https arbvbg ru privacypolicy cena nize za scet togo cto ne nuzno privlekat dorogostoiashhuiu texniku https arbvbg ru privacypolicy takze process bolee tixii specmasiny obycno sumiat i privlekaiut vnimanie https arbvbg ru rabotu vypolniaiut opytnye specialisty imeiushhie dopuski dlia takix operacii https arbvbg ru ispolzovanie texniki dlia spila derevev na dacnom ucastke v usloviiax sovremennogo blagoustroistva prakticeski nevozmozno https arbvbg ru privacypolicy uzkie dorozki gazonnoe pokrytie ogranicivaet vozmoznosti dlia polnocennoi raboty spectexniki https arbvbg ru iz za bolsogo vesa ne redki slucai povrezdeniia zony parkovki podieezdnyx putei i drugix materialnyx cennostei v zone proezda https arbvbg ru tratit vremia na poiski poxodiashhei po gabaritam masiny ne stoit praktika pokazyvaet cto v 90% slucaiax spilit derevo vozmozno tolko metodom verevocnogo dostupa https arbvbg ru privacypolicy izbavte sebia ot golovnoi boli i dalneisix posledstvii vospolzuites gotovym reseniem ot komandy drovosek https arbvbg ru privacypolicy '),
(14700,'field:18',0,1,' https completecarewall com contact '),
(14700,'field:19',0,1,' info completecarewall com '),
(14700,'field:6',0,1,' charleselert '),
(14700,'field:7',0,1,' nikolayy shevcov mail ru '),
(14700,'field:8',0,1,' google '),
(14700,'field:9',0,1,' general inquiry '),
(14700,'title',0,1,' 2026 01 21 10 53 33 '),
(14701,'field:10',0,1,' testing web form please ignore '),
(14701,'field:18',0,1,' https cckressonview com contact '),
(14701,'field:19',0,1,' info cckressonview com '),
(14701,'field:6',0,1,' jonathan tech keys '),
(14701,'field:7',0,1,' jonathan solomon tech keys com '),
(14701,'field:8',0,1,' tech keys '),
(14701,'field:9',0,1,' general inquiry '),
(14701,'title',0,1,' 2026 01 21 10 53 52 '),
(14702,'field:12',0,1,' jonathan tech keys '),
(14702,'field:13',0,1,' jonathan solomon tech keys com '),
(14702,'field:14',0,1,' 1111111111 '),
(14702,'field:15',0,1,''),
(14702,'field:16',0,1,' activities recreation '),
(14702,'field:17',0,1,' testing form on new site please ignore '),
(14702,'field:20',0,1,' https cckressonview com careers '),
(14702,'field:21',0,1,' info cckressonview com '),
(14702,'title',0,1,' 2026 01 21 10 54 32 '),
(14703,'field:10',0,1,' prodaza gruzovyx sin i sin dlia legkovyx avtomobilei optom po cenam proizvoditelia s nds siny optom ot proizvoditelia kitai asiancatalog rassrocka plateza nds markirovka sin cz sertifikaty eas my zainteresovany v sotrudnicestve '),
(14703,'field:18',0,1,' https ccbayshore com contact '),
(14703,'field:19',0,1,' info ccbayshore com '),
(14703,'field:6',0,1,' trenia '),
(14703,'field:7',0,1,' cargo888 cn gmail com '),
(14703,'field:8',0,1,' google '),
(14703,'field:9',0,1,' general inquiry '),
(14703,'title',0,1,' 2026 01 21 10 55 17 '),
(14708,'field:10',0,1,' pervym delom opredelites kakoi stil budete voploshhat v realnost https olga filippova ru blog isxodia iz etogo budut i dalneisie deistviia https olga filippova ru portfolio 2 posle cego neobxodimo zakupit materialy i instrumenty https olga filippova ru smi posle togo kak vy sdelaete remont nuzno budet vybirat i pokupat neobxodimuiu mebel i aksessuary https olga filippova ru smi i samoe glavnoe polagaites na svoi vkus i nasi rekomendacii i togda u vas vse polucitsia sozdat gramotnyi interer po silam ne tolko celoveku s professionalnym obrazovaniem v oblasti arxitektury i dizaina no i diletantu https olga filippova ru fitness spa dostatocno umet certit i citat certezi vypolniat raboty posledovatelno perexodia ot obshhego k castnomu scitaet ekaterina salamandra iz biuro i vse polucitsia https olga filippova ru kontakts zapominaite posledovatelnost deistvii vladelcy zilploshhadi s neskolkimi komnatami imeiut celyx tri prostranstva dlia kazdaia komnata mozet stat predmetom gordosti https olga filippova ru interior appartment dizain trexkomnatnyx kvartir podrazumevaet pod soboi oformlenie prostranstva v raznyx cvetax stiliax i tonax https olga filippova ru beauty salons spa design v treske ne nuzno dumat o tom kak prakticno ispolzovat kvadratnye metry i kak sovmestit pomeshheniia ctoby vsem clenam semi xvatilo mesta https olga filippova ru interior appartment neobiazatelno i vyderzivat edinstvo interera mozno oformliat maksimalno originalno i svoeobrazno https olga filippova ru interery fasad glavnoe opredelit kakoi stil budet preobladat v kazdoi komnate i kakuiu interernuiu nagruzku ona budet vypolniat https olga filippova ru interery fasad '),
(14708,'field:18',0,1,' https cclaurelton com contact '),
(14708,'field:19',0,1,' info cclaurelton com '),
(14708,'field:6',0,1,' scottval '),
(14708,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(14708,'field:8',0,1,' google '),
(14708,'field:9',0,1,' general inquiry '),
(14708,'title',0,1,' 2026 01 21 10 58 39 '),
(14709,'field:10',0,1,' zaxarcenko vladimir ivanovic https drogal ru glossary gabariti gruza 1 8 metra 0 8 tonny https drogal ru glossary termousadochnaya plenka daze samye sloznye takelaznye raboty my vypolniaem na vysokoprofessionalnom urovne s sobliudeniem srokov i uslovii propisannyx v dogovore https drogal ru voprosi otveti vibrat upakovku zakazcik https drogal ru glossary terminal v spiske takelaznyx uslug mozet znacitsia demontaz starogo oborudovaniia kotoroe zatem ustanavlivaiut na novom meste https drogal ru glossary konteinernaya otpravka v xode pogruzki razgruzki vedutsia stropalnye raboty kotorymi predusmotrena obviazka i zakreplenie gruza https drogal ru glossary dokumentooborot dlia udobnogo peremeshheniia sooruzaiutsia vremennye mostki i nastily https drogal ru voprosi otveti gost 15846 2002 cena zakaza offlain 0 https drogal ru glossary terminal '),
(14709,'field:18',0,1,' https ccatcourthouse com contact '),
(14709,'field:19',0,1,' info ccatcourthouse com '),
(14709,'field:6',0,1,' robertdof '),
(14709,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(14709,'field:8',0,1,' google '),
(14709,'field:9',0,1,' general inquiry '),
(14709,'title',0,1,' 2026 01 21 10 58 44 '),
(14710,'field:10',0,1,' k sozaleniiu u nas net podxodiashhix turov dlia otobrazeniia https akademy21 ru master epiliaci cem zaniatsia pekin https akademy21 ru contacts moskva dostoprimecatelnosti muzei sovremennaia arxitektura sovremennyi soping ekskursionnye tury https akademy21 ru obucheniye lazernoye udaleniye sosudov kuperoza varikoza sushhestvuiut i drugie tipy viz v knr v tom cisle tranzitnaia viza mnogokratnaia viza rabocaia ili ucebnaia viza viza v gonkong dlia grazdan rf na srok prebyvaniia do 30 dnei ne trebuetsia guanczou https akademy21 ru contacts krasnodar '),
(14710,'field:18',0,1,' http ccannapolis com contact '),
(14710,'field:19',0,1,' info ccannapolis com '),
(14710,'field:6',0,1,' philipwom '),
(14710,'field:7',0,1,' halcheni1990 mail ru '),
(14710,'field:8',0,1,' google '),
(14710,'field:9',0,1,' general inquiry '),
(14710,'title',0,1,' 2026 01 21 10 59 17 '),
(14711,'field:10',0,1,' obshhaia stoimost rabot 610 000 r https berezov lsk ru avtorskii landsaftnyi dizain https berezov lsk ru zakazat zvonok zakazat zvonok https berezov lsk ru zakazite eskiznyi proekt i ego realizaciiu u nas https berezov lsk ru my vypolniaem celyi kompleks uslug po ozeleneniiu territorii i blagoustroistvu zagorodnyx domov v moskve i oblasti https berezov lsk ru razrabotaem dizain kak vsego ucastka tak i otdelnyx elementov sada i malyx arxitekturnyx form https berezov lsk ru vypolnim posadku xvoinyx i listvennyx derevev i kustarnikov ulozim rulonnyi gazon i vymostim dorozki sozdadim dekorativnyi ogorod ustanovim sistemu avtomaticeskogo poliva prolozim elektriku ustanovim osveshhenie i mnogoe drugoe https berezov lsk ru galereia rabot https berezov lsk ru ctoby sozdat sad mectu s bezuprecnym vkusom kotoryi by podcerkival individualnost vladelca stoit obratitsia v landsaftnuiu kompaniiu polnogo cikla https berezov lsk ru opytnye zakazciki znaiut cto imet edinogo podriadcika na vsex etapax rabot eto bolsaia ekonomiia vremeni i deneg https berezov lsk ru za 12 let sotrudniki etoi dizainerskoi studii razrabotali i realizovali 60 castnyx proektov i 4 parka v megapolise i moskovskoi oblasti https berezov lsk ru '),
(14711,'field:18',0,1,' https ccwestfield com contact '),
(14711,'field:19',0,1,' info ccwestfield com '),
(14711,'field:6',0,1,' scottfup '),
(14711,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14711,'field:8',0,1,' google '),
(14711,'field:9',0,1,' general inquiry '),
(14711,'title',0,1,' 2026 01 21 11 00 55 '),
(14716,'field:12',0,1,' nicole tillman '),
(14716,'field:13',0,1,' nicoletillman3 gmail com '),
(14716,'field:14',0,1,' 4102583004 '),
(14716,'field:15',0,1,' files resumes nicole tillman 2 pdf '),
(14716,'field:16',0,1,' dietary food service maintenance housekeeping '),
(14716,'field:17',0,1,' area of interest housekeeping '),
(14716,'field:20',0,1,' http completecareheritage com careers '),
(14716,'field:21',0,1,' info completecareheritage com '),
(14716,'title',0,1,' 2026 01 21 11 02 17 '),
(14717,'alt',0,1,''),
(14717,'extension',0,1,' pdf '),
(14717,'filename',0,1,' nicole tillman 2 pdf '),
(14717,'kind',0,1,' pdf '),
(14717,'slug',0,1,''),
(14717,'title',0,1,' nicole tillman 2 '),
(14719,'field:10',0,1,' specialist texniceskogo otdela besplatno provedet osmotr obieekta i sostavit plan grafik rabot s ukazaniem cen na vse vidy uslug s ucetom vsex federalnyx norm promyslennoi bezopasnosti i trebovanii straxovyx kompanii https drogal ru glossary sertifikat o proishozhdenii tovara citroen berlingo https drogal ru faq category obshie voprosi pered perevozkoi i takelazem gruz obycno upakovyvaiut ctoby zashhitit ego ot udarov i povrezdenii namokaniia pod dozdem ili snegom pyli i griazi https drogal ru glossary indikator udara v otnosenii xrupkix veshhei cennyx izdelii cuvstvitelnogo oborudovaniia eta norma obiazatelna https drogal ru glossary indikator naklona specialisty kompanii stogruz vypolniat vozlozennuiu na nix rabotu daze v samyx sloznyx usloviiax https drogal ru glossary gruzovaya edinica my obespecim effektivnyi i operativnyi pereezd sklada cexa i zavoda peremestim i podnimem oborudovanie izgotovim kacestvennuiu transportnuiu upakovku i obresetku https drogal ru glossary putevoi list cto sdelali https drogal ru glossary gruzovaya edinica prosto napisite nam v whatsapp https drogal ru voprosi otveti '),
(14719,'field:18',0,1,' https ccgrotonregency com contact '),
(14719,'field:19',0,1,' info ccgrotonregency com '),
(14719,'field:6',0,1,' robertclids '),
(14719,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(14719,'field:8',0,1,' google '),
(14719,'field:9',0,1,' general inquiry '),
(14719,'title',0,1,' 2026 01 21 11 03 32 '),
(14721,'field:10',0,1,' glavnyi vrac kliniki pervyi flebologiceskii centr endovazalnaia lazernaia koaguliaciia https www angioprof ru fotogalereya html mariia byla operaciia udaleniia lipomy https www angioprof ru v prodazhe tovaryi dlya zdorovya badyi operaciia prosla bezboleznenno bez kakix libo nepriiatnyx oshhushhenii https www angioprof ru uslugi flebologii i angiologii lechenie varikoza html rezultatom dovolna https www angioprof ru fotogalereya html xirurg flebolog endovaskuliarnyi xirurg vrac ekspert po ultrazvukovoi diagnostike ven i arterii https www angioprof ru uslugi flebologii i angiologii limfostaz metodyi lecheniya ceny na osnovnye uslugi flebologa sm klinika moskva 35 000 rub https www angioprof ru v prodazhe ortopedicheskie tovaryi '),
(14721,'field:18',0,1,' https ccburlingtonwoods com contact '),
(14721,'field:19',0,1,' info ccburlingtonwoods com '),
(14721,'field:6',0,1,' melvinwaf '),
(14721,'field:7',0,1,' riinata osippova bk ru '),
(14721,'field:8',0,1,' google '),
(14721,'field:9',0,1,' general inquiry '),
(14721,'title',0,1,' 2026 01 21 11 04 36 '),
(14723,'field:10',0,1,' vysokokacestvennoe obsluzivanie https www legnostyle ru catalog mebel scg 44 html my uvazitelno otnosimsia k kazdomu pokupateliu i s udovolstviem pomozem podobrat podxodiashhuiu nemeckuiu mebel isxodia iz licnyx predpoctenii klienta https www legnostyle ru catalog mebel stol model s 9 html postoianno provodim monitoring kacestva izgotovleniia produkcii ctoby predlagat pokupateliam tolko lucsie modeli https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p19 html obstavit dom ili kvartiru obustroit spalniu kabinet ili biblioteku oborudovat torgovoe pomeshhenie ili interer restorana zadaca dlia tex kto ponimaet cennost xorosei zizni https www legnostyle ru catalog mejkomnatnie dveri perfetto model p5 html miagkaia elitnaia mebel predstavlena divanami kreslami kusetkami i pufami v raznyx stiliax https www legnostyle ru catalog mebel iz duba pagen 1=2 nariadu s lakonicnymi no funkcionalnymi i komfortnymi divanami mozno priobresti elegantnuiu kusetku v stile barokko dlia dekora kotoroi ispolzovalos 18 ti karatnoe susalnoe zoloto https www legnostyle ru catalog lestnici elitnye pagen 1=5 vozmozno izgotovlenie liuboi mebeli po individualnym certezam https www legnostyle ru catalog mejkomnatnie dveri model o1 html elitnyi divan kresla pufy i liubaia drugaia mebel iz dereva na zakaz mozet byt vypolnena kak v raznoobraznoi tkani tak i v eko i naturalnoi koze https www legnostyle ru catalog mebel kb 15 html garantiia kacestva i srokov ispolneniia zakazov https www legnostyle ru catalog mebel sp 7 html kompaniia abris zabotitsia o tom ctoby vy ostalis dovolny pokupkoi i obsluzivaniem nasix specialistov https www legnostyle ru catalog mebel scg 29 html mebel iz germanii slavitsia na ves mir svoimi izyskannymi formami iznosostoikostiu i procnostiu https www legnostyle ru obedennyi stol html tak cto esli xotite sdelat svoe zile bolee funkcionalnym i ergonomicnym obrashhaites v nasu kompaniiu my pomozem vam vybrat podxodiashhii variant garnitura pod vas interer https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=8 prazdnik id al adx s arabskogo perevoditsia kak prazdnik zertvoprinoseniia ili prazdnik vernosti i synovnego uvazeniia https www legnostyle ru catalog mejkomnatnie dveri d peregorodki peregorodka model a 25 html etot prazdnicnyi den otmecaetsia na semidesiatyi '),
(14723,'field:18',0,1,' https ccinglemoor com contact '),
(14723,'field:19',0,1,' info ccinglemoor com '),
(14723,'field:6',0,1,' davidvolla '),
(14723,'field:7',0,1,' tacusol 6816 mail ru '),
(14723,'field:8',0,1,' google '),
(14723,'field:9',0,1,' general inquiry '),
(14723,'title',0,1,' 2026 01 21 11 07 05 '),
(14724,'field:10',0,1,' idealno dlia bolee 100 professionalov v druznom kollektive https drogal ru portfolio category takelazhnie raboti v noginske 12 takelaznikov 6 stropalshhikov https drogal ru glossary transportnaya produkciya kazdaia zadaca trebuet prakticeskix navykov i znanii metodov provedeniia takelaza https drogal ru glossary logisticheskaya kompaniya esli trebuetsia transportirovat tiazelyi gruz ves kotorogo sostavliaet do piatidesiati tonn to obrashhenie k takelaznikam toze budet optimalnym variantom https drogal ru takelazhnie raboti eto texnologiceskoe oborudovanie riad medicinskix ustanovok bolsie transformatory vse eto uspesno perevezut https drogal ru glossary logisticheskii kanal vozmozna rabota i so sverxtiazelymi gruzami kotorye vesiat bolee 50 tonn https drogal ru glossary franshiza k nim otnosiatsia krupnogabaritnye predmety v etom slucae igraet osobuiu rol podgotovka sotrudnikov https drogal ru glossary terminal v kompanii cetko sobliudaiut texniku bezopasnosti a metod pogruzki podbiraiut v individualnom poriadke ucityvaia specifiku gruza https drogal ru uslugi promyshlennyj pereezd vy mozete zakazat takelaznye raboty v moskve nedorogo ceny optimalnye cto sdelalo uslugu vostrebovannoi https drogal ru glossary takelazhnik sobliudenie vsex pravil bezopasnosti pri vypolnenii rabot obiazatelnyi instruktaz rabocix vypolniaiushhix takelaz primenenie texniki raznoi gruzopodieemnosti podgotovka vsex sxem i smet razrabotka proekta proizvodstva takelaznyx rabot https drogal ru uslugi kranovye raboty uslugi stropalshchikov '),
(14724,'field:18',0,1,' https ccsilverlake com contact '),
(14724,'field:19',0,1,' info ccsilverlake com '),
(14724,'field:6',0,1,' robertevili '),
(14724,'field:7',0,1,' ponomaryov borya 1983 bk ru '),
(14724,'field:8',0,1,' google '),
(14724,'field:9',0,1,' general inquiry '),
(14724,'title',0,1,' 2026 01 21 11 07 49 '),
(14725,'field:10',0,1,' ostavit otzyv na iandeks https dostafka obedi ru dostavka kartax https dostafka obedi ru type menu napitki kus kus s kuricei https dostafka obedi ru legkii obed za 175 pribory 250 st https dostafka obedi ru type menu napitki dobavte bliudo v korzinu ctoby nacat zakaz https dostafka obedi ru services omlet s vetcinoi syrom i pomidorami https dostafka obedi ru '),
(14725,'field:18',0,1,' https ccburlingtonwoods com contact '),
(14725,'field:19',0,1,' info ccburlingtonwoods com '),
(14725,'field:6',0,1,' edwinprilt '),
(14725,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(14725,'field:8',0,1,' google '),
(14725,'field:9',0,1,' general inquiry '),
(14725,'title',0,1,' 2026 01 21 11 08 07 '),
(14726,'field:10',0,1,' opyt raboty s 2008 goda https maze tattoo catalog x khomyak delali pirsing u andreia https maze tattoo catalog g gorgona vse ocen ponravilos https maze tattoo catalog l lastochki vse rasskazali pro proceduru ee ispolnenie na vse voprosy otvecali https maze tattoo catalog ts tsvety v processe zazivleniia takze podderzka byla https maze tattoo catalog p polineziya mastera sovetuiu vse akkuratno bystro kacestvenno sdelali https maze tattoo catalog r rok muzyka salon priiatnyi naxoditsia nedaleko ot metro https maze tattoo catalogbigtattoo ocen dovolny https maze tattoo catalog v van gog studiia tatu na arbate 10 600 studiia rabotaet s 2011 goda i specializiruetsia na raznoobraznyx stiliax https maze tattoo catalog ee esli xocetsia oldskula i dotvorka posmotrite raboty nikolaia koka kokin https maze tattoo catalog t tradik za ekscentrikoi i erotikoi k andreiu kicatomu osobenno esli vam imponiruiut graviurnyi i tradicionnyi stili tatuirovki https maze tattoo catalog p paporotnik takze mastera studii vozmutsia za grafiku kalligrafiiu ornamenty i drugie eksperimenty na koze https maze tattoo catalog o oduvanchik minimalnaia stoimost tatuirovki ot 4000 rublei a eskiz raboty nabrosok bez cveta 2000 rublei https maze tattoo catalog p plecho sovremennye tatu salony dlia muzcin eto ne prosto mesta gde delaiut brutalnye cerepa i rukava https maze tattoo catalog m medved eto prostranstva gde muzcina mozet vyrazit svoiu filosofiiu vnutrenniuiu silu ili daze uiazvimost https maze tattoo catalog sh my rabotaem s raznymi stiliami ot realizma do grafiki ot iaponskoi klassiki do abstrakcii https maze tattoo catalog r rukava s bolee podrobnym portfolio nasix rabot mozno oznakomitsia po ssylke bolee 1000 rabot '),
(14726,'field:18',0,1,' https ccshrewsbury com contact '),
(14726,'field:19',0,1,' info ccshrewsbury com '),
(14726,'field:6',0,1,' barrywaf '),
(14726,'field:7',0,1,' prosavmobi1981 mail ru '),
(14726,'field:8',0,1,' google '),
(14726,'field:9',0,1,' general inquiry '),
(14726,'title',0,1,' 2026 01 21 11 08 31 '),
(14727,'field:10',0,1,' kakie vidy odezdy my proizvodim https norsy ru otzyvy posiv polo https norsy ru ceny my garantiruem optimalnoe sootnosenie ceny i kacestva nasei produkcii blagodaria ispolzovaniiu mnogogolovocnyx modelei avtomaticeskix vysivalnyx masin tajima https norsy ru o nas eto vysokotexnologicnoe oborudovanie idealno podxodit dlia sozdaniia optovyx tirazei i nasivok https norsy ru ceny skorost pecati https norsy ru poshiv hudi printy https norsy ru kontakty dlia ekonomii vremeni klientov uskoreniia rabocego processa dostupna usluga vyezdnogo obsluzivaniia https norsy ru o nas nasi mastera priedut na dogovorennoe vremia v nuznoe mesto https norsy ru poshiv hudi '),
(14727,'field:18',0,1,' http ccbrackenville com contact '),
(14727,'field:19',0,1,' info ccbrackenville com '),
(14727,'field:6',0,1,' leonelanina '),
(14727,'field:7',0,1,' stapuntril1990 mail ru '),
(14727,'field:8',0,1,' google '),
(14727,'field:9',0,1,' general inquiry '),
(14727,'title',0,1,' 2026 01 21 11 08 59 '),
(14733,'field:10',0,1,' posiv masok https norsy ru otzyvy my ispolzuem cookies dlia bystroi i udobnoi raboty saita https norsy ru voprosy otvety prodolzaia polzovatsia saitom vy prinimaete usloviia obrabotki personalnyx dannyx https norsy ru otzyvy 79855047446 https norsy ru voprosy otvety sveinyi cex v moskve https norsy ru o nas da v slucae razmeshheniia vasego zakaza my otsivaem opytnye obrazcy besplatno pri zakaze ot 100 stuk https norsy ru poshiv futbolok detali mozno utocnit u menedzera po telefonu libo napisav nam pismo https norsy ru otzyvy zenskoi odezdy muzskoi odezdy za iskliuceniem klassiceskoi obrabotki korporativnyx kostiumov https norsy ru '),
(14733,'field:18',0,1,' https ccbrakeleypark com contact '),
(14733,'field:19',0,1,' info ccbrakeleypark com '),
(14733,'field:6',0,1,' leonelrearm '),
(14733,'field:7',0,1,' stapuntril1990 mail ru '),
(14733,'field:8',0,1,' google '),
(14733,'field:9',0,1,' general inquiry '),
(14733,'title',0,1,' 2026 01 21 11 10 02 '),
(14734,'field:10',0,1,' u mnogix zakazcikov sushhestvuet loznoe predstavlenie cto pilit derevia s avtovyski bezopasnei cem ispolzovat alpinistov https arbvbg ru privacypolicy iz osnovnyx pricin spila derevev stoit vydelit takie kvalificirovannye specialisty razlicaiut spil derevev dvux osnovnyx vidov takix kak kazdaia iz metodik obladaet svoimi preimushhestvami i nedostatkami i vybiraetsia dlia kazdoi konkretnoi situacii i pri ocenke uslovii raboty razmerov pnia vozmoznosti privleceniia spectexniki blizosti sooruzenii i zelenyx nasazdenii i procego https arbvbg ru privacypolicy vyezd specialista po zashhite rastenii ili agronoma dlia obsledovaniia rastenii pismennogo zakliuceniia po sostoianiiu rastenii vozmoznost pervicnoi obrabotki leceniia profilakticeskoi obrezki rastenii ne vyse 3x metrov https arbvbg ru privacypolicy prinimaem zaiavki ot iuridiceskix i fiziceskix lic za nalicnyi i beznalicnyi rascet https arbvbg ru privacypolicy '),
(14734,'field:18',0,1,' https ccwestcaldwell com contact '),
(14734,'field:19',0,1,' info ccwestcaldwell com '),
(14734,'field:6',0,1,' charleswed '),
(14734,'field:7',0,1,' nikolayy shevcov mail ru '),
(14734,'field:8',0,1,' google '),
(14734,'field:9',0,1,' general inquiry '),
(14734,'title',0,1,' 2026 01 21 11 10 26 '),
(14737,'field:10',0,1,' onlain kalkuliatory rasceta stoimosti uslug blagoustroistva ucastka https berezov lsk ru 4 https berezov lsk ru 7 obshhaia ocenka 5 sootnosenie cena kacestvo 5 sobliudenie srokov 4 cistota vo vremia rabot 4 poriadocnost kompanii https berezov lsk ru obshhaia stoimost rabot r https berezov lsk ru ot 1 200 rub m2 https berezov lsk ru tatiana ivleva 42 goda https berezov lsk ru uxod za sadom https berezov lsk ru '),
(14737,'field:18',0,1,' https ccfairlawnedge com contact '),
(14737,'field:19',0,1,' info ccfairlawnedge com '),
(14737,'field:6',0,1,' scottasype '),
(14737,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14737,'field:8',0,1,' google '),
(14737,'field:9',0,1,' general inquiry '),
(14737,'title',0,1,' 2026 01 21 11 11 01 '),
(14738,'field:10',0,1,' uslugi studii https berezov lsk ru studiia sozdaet komfortnuiu sredu dlia zagorodnoi zizni s 1993 goda socetaia professionalnye navyki dlia rabot liubogo urovnia sloznosti i individualnyi podxod k kazdomu klientu https berezov lsk ru do 90% vsex zakazov vypolniaiut sobstvennye postoiannye brigady https berezov lsk ru kompaniia imeet bolsoi opyt proektirovaniia zelenoi krovli domov blagoustroistva terras i ozeleneniia krys podzemnyx garazei https berezov lsk ru rabotaem bez podriadcikov https berezov lsk ru raboty vypolneny 21 den https berezov lsk ru rasskazite nam kak vy liubite provodit vremia na dace i my podgotovim dlia vas individualnyi proekt https berezov lsk ru podberem nuznye rasteniia i stroitelnyi material dlia voploshheniia dizaina https berezov lsk ru produmaem logistiku i vypolnim raboty tocno v srok https berezov lsk ru svetlana mensikova 39 https berezov lsk ru '),
(14738,'field:18',0,1,' https ccfairlawnedge com contact '),
(14738,'field:19',0,1,' info ccfairlawnedge com '),
(14738,'field:6',0,1,' scottasype '),
(14738,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14738,'field:8',0,1,' google '),
(14738,'field:9',0,1,' general inquiry '),
(14738,'title',0,1,' 2026 01 21 11 11 01 '),
(14739,'field:10',0,1,' hi worried about hidden seo issues on your website let us help completely free run a 100% free seo check and discover the exact problems holding your site back from ranking higher on google run your free seo check now https www speed seo net check site seo score or chat with us and our agent will run the report for you https www speed seo net whatsapp with us best regards mike philippe gustafsson speed seo digital email info speed seo net phone whatsapp 1 833 454 8622 '),
(14739,'field:18',0,1,' http ccoceangrove com contact '),
(14739,'field:19',0,1,' info ccoceangrove com '),
(14739,'field:6',0,1,' mike philippe gustafsson '),
(14739,'field:7',0,1,' info speed seo net '),
(14739,'field:8',0,1,' google '),
(14739,'field:9',0,1,' general inquiry '),
(14739,'title',0,1,' 2026 01 21 11 12 28 '),
(14743,'field:10',0,1,' v v vvedenie lek https www angioprof ru uslugi flebologii i angiologii kompressionnyij trikotazh html preparatov https www angioprof ru akczii kliniki flebologii angioprof odnokratnyi seans mikroskleroterapii mnozestvennyx teleangiektazii predelax 1 i zony odnoi niznei konecnosti 3 kategoriia sloznosti skleroterapiia teleangioektazii a11 https www angioprof ru v prodazhe tovaryi dlya zdorovya badyi 12 https www angioprof ru uslugi informacziya ob osushhestvlenii deyatelnosti v usloviyax covid 19 html 003 https www angioprof ru v prodazhe tovaryi dlya zdorovya badyi 011 https www angioprof ru uslugi flebologii i angiologii obliteriruyushhij ateroskleroz html veny nog imeiut riad osobennostei https www angioprof ru personal cto vxodit v pervicnyi priem u flebologa skolko vremeni on zanimaet glavnyi vrac kliniki pervyi flebologiceskii centr v v vvedenie lek https www angioprof ru v prodazhe tovaryi dlya zdorovya badyi preparatov https www angioprof ru akczii kliniki flebologii angioprof mikroskleroterapiia mnozestvennyx teleangiektazii i retikuliarnyx ven na bedre ili goleni v predelax odnoi niznei konecnosti kursovoe lecenie 2 kategorii sloznosti skleroterapiia teleangioektazii a11 https www angioprof ru v prodazhe tovaryi dlya zdorovya mediczinskij trikotazh mediczinskie noski dlya diabetikov html 12 https www angioprof ru uslugi xirurgii 013 https www angioprof ru uslugi podologii potlivost nog html iurii nikolaevic 6 let nazad obnaruzil lipomu https www angioprof ru uslugi podologii xirurg po mestu prozivaniia skazal cto esli ne bolit to delat nicego ne nado no iurii nikolaevic vse ravno resil udalit lipomu https www angioprof ru v prodazhe ortopedicheskie tovaryi kompressionnyij trikotazh za 1 proceduru lipoma byla polnostiu udalena pod mestnoi anesteziei https www angioprof ru uslugi xirurgii lechenie xronicheskix nezazhivayushhix ran otriczatelnyim davleniem npwt terapiya bio implant kolennogo sustava bio osteo ssha html '),
(14743,'field:18',0,1,' https ccspringbrook com contact '),
(14743,'field:19',0,1,' info ccspringbrook com '),
(14743,'field:6',0,1,' melvinabant '),
(14743,'field:7',0,1,' riinata osippova bk ru '),
(14743,'field:8',0,1,' google '),
(14743,'field:9',0,1,' general inquiry '),
(14743,'title',0,1,' 2026 01 21 11 14 04 '),
(14744,'field:10',0,1,' sostav bulyon kurinyi kapusta belokocannaia luk repcatyi morkov tomaty sol perec https dostafka obedi ru type menu goryachie blyuda obshhii ves 300 g https dostafka obedi ru type menu napitki dostavka obedov v ofis https dostafka obedi ru about ocen vkusnaia rybka gorbusa pod slivocno spinatnym sousom prosto bombiceskaia a vot v plove morkovki mnogovato no v obshhem vse ocen vkusno bolsoe spasibo https dostafka obedi ru privacy policy omlet s vetcinoi syrom i pomidorami https dostafka obedi ru type menu salaty sostav salat aisberg krevetki pomidory cerri syr parmezan sous cezr suxariki https dostafka obedi ru reviews minimalnaia summa zakaza 5000 r https dostafka obedi ru services kompleksnye obedy 2 stoimost dostavki zakaza menee 10000 rublei v predelax mkad dogovornaia stoimost dostavki pri zakaze ot 10000 rublei v predelax mkad besplatno stoimost dostavki za predely mkad dogovornaia https dostafka obedi ru services kompleksnye obedy 2 '),
(14744,'field:18',0,1,' https ccspringbrook com contact '),
(14744,'field:19',0,1,' info ccspringbrook com '),
(14744,'field:6',0,1,' edwinenume '),
(14744,'field:7',0,1,' veronika goryunova 06 09 2001 mail ru '),
(14744,'field:8',0,1,' google '),
(14744,'field:9',0,1,' general inquiry '),
(14744,'title',0,1,' 2026 01 21 11 14 05 '),
(14747,'field:10',0,1,' garantiia 1 god https ellman ru plates xarakteristiki generatora srok garantii 12 mesiacev https ellman ru diamond ellman radiovolnovoi generator surgitron dual emc 90 https ellman ru needle komplekt postavki pribora surgitron emc '),
(14747,'field:18',0,1,' https ccburlingtonwoods com contact '),
(14747,'field:19',0,1,' info ccburlingtonwoods com '),
(14747,'field:6',0,1,' jeffreylen '),
(14747,'field:7',0,1,' rerkgeemong98 mail ru '),
(14747,'field:8',0,1,' google '),
(14747,'field:9',0,1,' general inquiry '),
(14747,'title',0,1,' 2026 01 21 11 16 11 '),
(14749,'field:10',0,1,' nazimaia na knopku podpisatsia ia podtverzdaiu cto oznakomlen i soglasen s usloviiami polzovatelskogo soglaseniia https maze tattoo catalog l lovets snov v sertifikat vxodiat konsultaciia i rabota mastera vse neobxodimye materialy na 7000 rublei okoncatelnaia stoimost tatuirovki zavisit ot razmera tatu i sloznosti raboty https maze tattoo catalog b beskonechnii uzel tocnuiu cenu vam nazovut posle konsultacii i soglasovaniia dizaina https maze tattoo catalog d delfiny doplatu mozno proizvesti na meste https maze tattoo catalog f opyt raboty https maze tattoo catalog i in yan v tatu pirsing salone my ispolzuem tolko sterilnye instrumenty sertificirovannye materialy i individualnyi podxod k kazdomu klientu https maze tattoo catalog y bezopasnost i estetika dva stolpa na kotoryx stroitsia nasa rabota https maze tattoo catalog k kot esli u vas est deistvuiushhii sertifikat voidite na sait ctoby zapisatsia na razvlecenie https maze tattoo catalog ch chumnoi doctor atmosfera super sterilnost na otlicno ispolnili moiu mectu o tatuirovke na ura esli delat tatu to tolko zdes https maze tattoo catalog ya yakor ogromnoe spasibo masteru '),
(14749,'field:18',0,1,' https ccbayshore com contact '),
(14749,'field:19',0,1,' info ccbayshore com '),
(14749,'field:6',0,1,' barrystera '),
(14749,'field:7',0,1,' prosavmobi1981 mail ru '),
(14749,'field:8',0,1,' google '),
(14749,'field:9',0,1,' general inquiry '),
(14749,'title',0,1,' 2026 01 21 11 17 39 '),
(14750,'field:10',0,1,' osnovnaia produkciia rezervuary vertikalnye stalnye ximiceskie i izotermiceskie baki akkumuliatory goriacei vody https mobelmetall ru blog ooo ogrn 1023701508270 osnovano 26 https mobelmetall ru 04 https mobelmetall ru 2001 https mobelmetall ru blog sankt peterburg https mobelmetall ru ourproduction osnovnaia produkciia opory linii elektroperedac https mobelmetall ru questions toytepa metall qurilmalari adres g https mobelmetall ru aboutus nurafson birlik mfi ul https mobelmetall ru questions toskent iuli tel 998 95 177 60 81 https mobelmetall ru policy 345 mexaniceskii zavod adres g https mobelmetall ru contacts balasixa zapadnaia promzona s https mobelmetall ru lazernaya svarka dubna entuziastov d https mobelmetall ru 7 tel 7 495 521 70 11 https mobelmetall ru poroshkovaya pokraska dubna '),
(14750,'field:18',0,1,' https ccbrakeleypark com contact '),
(14750,'field:19',0,1,' info ccbrakeleypark com '),
(14750,'field:6',0,1,' shermanbaw '),
(14750,'field:7',0,1,' pomgmk9oheivabfooksm list ru '),
(14750,'field:8',0,1,' google '),
(14750,'field:9',0,1,' general inquiry '),
(14750,'title',0,1,' 2026 01 21 11 18 47 '),
(14751,'field:10',0,1,' 15 professionalnyx top masterov u kazdogo iz kotoryx svoi individualnyi i nepovtorimy stil https maze tattoo catalog ya ne prosto tocka na karte https maze tattoo catalog p plecho imenno v etoi studii mne sdelali pervoe tatu https maze tattoo catalog c strekoza teper v kollekcii eshhe odno tatu i pirsing https maze tattoo catalog e enot i barsuk mastera i administratory ocen otkrytye i druzeliubnye liudi https maze tattoo catalog d dinozavry v samoi studii vse na vyssem urovne https maze tattoo catalog r rok muzyka zelaiu im uspexov i procvetaniia https maze tattoo catalog l lotos i ia eshhe obiazatelno k nim budu obrashhatsia https maze tattoo catalog v volki mesta i sobytiia so svobodnym vxodom https maze tattoo catalog k keltika eto ctoby sait rabotal lucse https maze tattoo catalog k korabl ostavaias s nami vy soglasaetes s politikoi konfidencialnosti https maze tattoo catalog s semiya vesenne letnee meniu v restoranax moskvy https maze tattoo catalog p pechat velesa '),
(14751,'field:18',0,1,' https ccplainfield com contact '),
(14751,'field:19',0,1,' info ccplainfield com '),
(14751,'field:6',0,1,' barryfoeft '),
(14751,'field:7',0,1,' prosavmobi1981 mail ru '),
(14751,'field:8',0,1,' google '),
(14751,'field:9',0,1,' general inquiry '),
(14751,'title',0,1,' 2026 01 21 11 19 21 '),
(14752,'field:10',0,1,' kompaniia zabotitsia o svoix klientax poetomu predlagaet kacestvennuiu nemeckuiu mebel ot lucsix proizvoditelei https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d39 html u nas sirokii assortiment produkcii https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=9 v kataloge vy naidete bolsoe raznoobrazie korpusnoi i miagkoi mebeli kotoraia obladaet otlicnymi ekspluatacionnymi xarakteristikami https www legnostyle ru catalog mebel sp 3 html krome togo mebel ot lidiruiushhix proizvoditelei otlicaetsia dopolnitelnoi otdelkoi s primeneniem naturalnogo susalnogo zolota 24k https www legnostyle ru catalog mejkomnatnie dveri perfetto model p34 html estetiku vnesnego vida v osnovnom zadaiut iziashhnye elementy xarakternye dlia francuzskogo i italianskogo stilia https www legnostyle ru catalog mebel kb 26 html nas specialist vypolnit vse neobxodimye zamery prodemonstriruet vam obrazcy i fotografii i esli vas vse ustroit vy podpisyvaete dogovor i vnosite predoplatu https www legnostyle ru catalog lestnici lestnica l4 4 html professionalizm https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=18 nasa kompaniia na rynke bolee 12 let https www legnostyle ru catalog lestnici elitnye lestnica l8 14 html rabotaet s 20 https www legnostyle ru catalog mejkomnatnie dveri diverso dver d50 html 02 https www legnostyle ru catalog inter eri s20 html 2002 goda https www legnostyle ru catalog mejkomnatnie dveri peregorodka model a 26 html my ne internet magazin my kompaniia https www legnostyle ru catalog mejkomnatnie dveri vhodnie dveri vhodnaya dver e21 html u nas svoi otdel inzenerov my resaem mnogocelevye zadaci po osnashheniiu obieektov raznymi vidami slabotocnogo oborudovaniia a takze raznymi vidami sviazi internet tv signalizaciia usilenie sviazi videonabliudenie telefoniia i t https www legnostyle ru catalog lestnici lestnica l4 3 html d https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d9 html oznakomivsis s predstavlennym na saite materialom zakazat vybrannuiu mebel mozno v salonax kompanii gde professionalnye dizainery konsultanty predostaviat podrobnuiu informaciiu obo vsex interesuiushhix vas izdeliiax i pomogut resit samye nestandartnye zadaci po oformleniiu interera https www legnostyle ru catalog mebel d1 11 html celovek vpervye stolknuvsiisia s maneroi povedeniia kitaicev v bytu casto byvaet obeskurazen https www legnostyle ru catalog mebel komod m5 html toze proisxodit i vo vremia delovyx peregovorov https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d14 html vam sleduet '),
(14752,'field:18',0,1,' https ccinglemoor com contact '),
(14752,'field:19',0,1,' info ccinglemoor com '),
(14752,'field:6',0,1,' davidvolla '),
(14752,'field:7',0,1,' tacusol 6816 mail ru '),
(14752,'field:8',0,1,' google '),
(14752,'field:9',0,1,' general inquiry '),
(14752,'title',0,1,' 2026 01 21 11 19 43 '),
(14753,'field:10',0,1,' detalno rasscityvaem zatraty na realizaciiu proekta https berezov lsk ru roman fedorov 35 let https berezov lsk ru posleposadocnyi uxod https berezov lsk ru ukladka trotuarnoi plitki https berezov lsk ru razrabatyvaem rabocie certezi kotorye sluzat osnovoi dlia realizacii proekta https berezov lsk ru agava m '),
(14753,'field:18',0,1,' https ccharstonhall com contact '),
(14753,'field:19',0,1,' info ccharstonhall com '),
(14753,'field:6',0,1,' scottscoup '),
(14753,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14753,'field:8',0,1,' google '),
(14753,'field:9',0,1,' general inquiry '),
(14753,'title',0,1,' 2026 01 21 11 20 21 '),
(14754,'field:10',0,1,' osnovnoi celiu nasei kompanii osushhestvliaiushhei optovuiu prodazu produktov pitaniia v stolice i rossiiskix regionax iavliaetsia snabzenie produktovogo rynka strany kacestvennymi i poleznymi tovarami so vsego mira https oookors ru product lejz 70 gr assorti upak 25 sht my otdaem predpoctenie tolko oficialnym distribiutoram produktov pitaniia kotorye za vremia raboty stali nasimi postoiannymi i nadeznymi partnerami https oookors ru product nivea pena men ohlazhd d br d chuv k 200ml dostavka osushhestvliaetsia ezednevno krome voskresenia na sleduiushhii den posle oformleniia zakaza https oookors ru product ariel sms color zhidkoe 156l dostupna oplata neskolkimi sposobami https oookors ru product chupa chups gigant blok 6 sht kupit risovye sneki iuki no iado 172 g ot 310 ot dzei market https oookors ru product nivea krem inten pit d ruk 50ml td opt torg horeca gotov stat dlia vas nadeznym partnerom obespecivaia vygodnuiu i bespereboinuiu postavku sirocaisego assortimenta produktov pitaniia v magaziny i restorany pomogaia povysit i ulucsit effektivnost vasego biznesa https oookors ru product cheshskij zamok beloe 045 l st 12 sht produkty pitaniia optom v moskve https oookors ru product morozhenoe zhidkaya karamel 24 sht voda mineralnaia voda https oookors ru product czejlonskij krupnolistovoj 1000gr 6sht '),
(14754,'field:18',0,1,' https ccbrackenville com contact '),
(14754,'field:19',0,1,' info ccbrackenville com '),
(14754,'field:6',0,1,' patrickdyete '),
(14754,'field:7',0,1,' cratunsculit1988 mail ru '),
(14754,'field:8',0,1,' google '),
(14754,'field:9',0,1,' general inquiry '),
(14754,'title',0,1,' 2026 01 21 11 20 28 '),
(14755,'field:10',0,1,' marketpleisy raskinuli seti https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya podveski i kulony podveska k1 00018130 my svoi tovar ocen cenim i cenu nikak ne zanizali ctoby vyiti na wildberries https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00015479 naprimer popast po futbolkam v top i konkurirovat s prostymi i desevymi futbolkami ne nasa istoriia https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00001669 my privlekali svoiu auditoriiu seicas ne zapreshheno perenapravliat pokupatelei s drugix ploshhadok https bayra market index php dispatch=products on sale page=128 v kompanii otmecaiut prezde cem zapuskat magazin na marketpleise stoit gluboko pogruzitsia v vopros ekonomiki https bayra market odezhda ru 5 page 21 na kazdoi ploshhadke usloviia raznye a novicki casto ne mogut gluboko proscitat svoi zatraty https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya podveski i kulony podveska k1 00009853 i samu ploshhadku nuzno vybirat s umom po slovam vitaliia kozemiakina odnogo iz osnovatelei brenda muzzle na ozon poniatnye instrumenty prodvizeniia tovara zdes proshhe vystrelit s nulia https bayra market sahar ru 2 no i komissii neskolko vyse cem na drugix ploshhadkax https bayra market produkty pitaniya ru ryba i moreprodukty solenaya vyalenaya i kopchenaya ryba forel slabosolenaya file kusok v u 450 g a na wildberries casticno uspex prodavca zavisit ot udaci i kacestvo dostavki xuze zato na etoi ploshhadke bolse pokupatelei https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00020732 naprimer v cisle novosibirskix prodavcov brend umnoi kosmetiki dlia lica tela i volos bodyton organiceskie produkty hellodreams cafe dekorativnye cvety fiora brend dereviannyx igrusek volsebnoe derevo https bayra market ryba i moreprodukty page 6 podrobnee o situacii v regionalnoi ekonomike mozno uznat v novom vypuske doklada banka rossii regionalnaia ekonomika kommentarii gu https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00013283 odin iz istocnikov informacii dlia nego monitoring bolee 14 tysiac predpriiatii so vsei strany https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00002130 v tom cisle v nego vxodiat svyse 100 predpriiatii iz xakasii https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00020549 cistaia pribyl https bayra market produkty pitaniya ru chay kofe kakao chay chay ahmad erl grey s bergamotom 200g '),
(14755,'field:18',0,1,' https completecarewall com contact '),
(14755,'field:19',0,1,' info completecarewall com '),
(14755,'field:6',0,1,' georgehor '),
(14755,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(14755,'field:8',0,1,' google '),
(14755,'field:9',0,1,' general inquiry '),
(14755,'title',0,1,' 2026 01 21 11 21 02 '),
(14756,'field:10',0,1,' izgotovlenie vasei kuxni nacalos i teper vam ostaetsia tolko zdat https www legnostyle ru catalog lestnici lestnica l8 22 html izgotovlenie kuxni zanimaet do 14 dnei maksimum v zavisimosti ot sloznosti zakaza https www legnostyle ru uteplenie vhodnyh dverei html takoi vid otdelki mebeli sushhestvuet ocen davno nasi predki ispolzovali kozu v raznyx celiax i dlia obbivki mebeli toze https www legnostyle ru catalog mejkomnatnie dveri iz massiva na segodniasnii den eto bolse cem prosto element dekora https www legnostyle ru catalog inter eri stenovie paneli stenovie paneli model s9 html eto v kakom to rode osobaia filosofiia sposobnaia daze pererasti v budushhem v otdelnoe stilevoe resenie https www legnostyle ru catalog mejkomnatnie dveri d peregorodki pagen 1=4 na segodniasnii den elitnaia mebel polzuetsia osobennym interesom sredi naseleniia https www legnostyle ru dubovye dveri html pagen 2=19 kak pravilo izgotavlivaiut ee na zakaz poetomu pokupateli s samymi bolsimi trebovaniiami mogut vypolnit razlicnye individualnye pozelaniia https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 23 html klassiceskoe nasledie italianskix masterov naxodit otrazenie v ekskliuzivnyx obrazcax mebeli raduiushhix obladatelei roskosnyx intererov a takze priverzencev tradicionnosti i postoianstva stilia https www legnostyle ru catalog inter eri pagen 1=13 pokupateliam italianskoi mebeli ot kompanii vsegda svoevremenno osushhestvliaetsia dostavka zakaza iz assortimenta imeiushhegosia na sklade ili predstavlennogo v demonstracionnom zale https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a 41 html tshhatelnoe provedenie predprodaznoi podgotovki garantiruet polnuiu komplektaciiu i vysokoe kacestvo mebeli https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d20 html ekskliuzivnaia nemeckaia mebel v moskve po dostupnym cenam eto stilnaia i komfortnaia mebel germaniia https www legnostyle ru catalog mejkomnatnie dveri iz dyba pagen 1=4 my predlagaem i i to est polnyi interer vasego doma s garantirovannym socetaniem naturalnyx materialov i v idealnoi cvetovoi garmonii pri komplektacii na raznyx fabrikax https www legnostyle ru catalog mebel shkafy sekcii gorki '),
(14756,'field:18',0,1,' https ccsevernapark com contact '),
(14756,'field:19',0,1,' info ccsevernapark com '),
(14756,'field:6',0,1,' davidhom '),
(14756,'field:7',0,1,' tacusol 6816 mail ru '),
(14756,'field:8',0,1,' google '),
(14756,'field:9',0,1,' general inquiry '),
(14756,'title',0,1,' 2026 01 21 11 21 09 '),
(14757,'field:10',0,1,' poziznennaia garantiia na datciki topliva https ftnet ru gbo na volkswagen polo necelevoe ispolzovanie transporta https ftnet ru tomsk kakie garantii daet monitoring transporta zaprosit obrazec https ftnet ru ufaftnet monitoring obieektov v rezime 24 7 xranenie dannyx v tecenie 3 x mesiacev podderzka datcikov urovnia topliva retransliaciia dannyx na odin server ili interfeis dlia dostupa s mobilnyx ustroistv ili xranenie dannyx v tecenie 12 ti mesiacev garantiia na ustanovku 2 goda https ftnet ru ufa sistema gps glonass monitoringa transporta sokratite rasxody na avtopark do 40% '),
(14757,'field:18',0,1,' https ccburlingtonwoods com contact '),
(14757,'field:19',0,1,' info ccburlingtonwoods com '),
(14757,'field:6',0,1,' lloydevife '),
(14757,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(14757,'field:8',0,1,' google '),
(14757,'field:9',0,1,' general inquiry '),
(14757,'title',0,1,' 2026 01 21 11 21 53 '),
(14758,'field:10',0,1,' prodaza gruzovyx sin i sin dlia legkovyx avtomobilei optom po cenam proizvoditelia s nds kupit siny optom asiancatalog rassrocka plateza nds markirovka sin cz sertifikaty eas my zainteresovany v sotrudnicestve '),
(14758,'field:18',0,1,' https ccplainfield com contact '),
(14758,'field:19',0,1,' info ccplainfield com '),
(14758,'field:6',0,1,' cydayabiny '),
(14758,'field:7',0,1,' cargo888 cn gmail com '),
(14758,'field:8',0,1,' google '),
(14758,'field:9',0,1,' general inquiry '),
(14758,'title',0,1,' 2026 01 21 11 22 21 '),
(14770,'field:10',0,1,' baki fermentacii recirkuliacii https mklider ru katalog protivopozharnoe oborudovanie predohranitel ognevoy kommunikatsionnyy pok uslugi montaza i puskonaladki https mklider ru katalog metallicheskie vorota vrk vorota uhl 1 po tipu serii 14352 28 vyp2 html v prodaze imeiutsia emkosti razlicnoi formy i razmerov https mklider ru katalog metallicheskie vorota vorota uhl 1 po tipu serii 14352 28 vyp1 html eto mogut byt gorizontalnye ili vertikalnye konstrukcii rezervuary s nestandartnymi parametrami https mklider ru katalog oborudovanie dlya azs klapany otsechnye poplavkovye ok 80 pervye ispolzuiutsia dlia xraneniia vody ximiceskix veshhestv i topliva blagodaria vysokoi procnosti https mklider ru katalog metallicheskie kolodtsy montaz osushhestvliaetsia na specialnyx fundamentax cto obespecivaet stabilnost i bezopasnost ekspluatacii https mklider ru katalog bunkera kontrol kacestva i ceny https mklider ru uslugi plazmennaya rezka metalla html '),
(14770,'field:18',0,1,' https completecarebrick com contact '),
(14770,'field:19',0,1,' info completecarebrick com '),
(14770,'field:6',0,1,' michaelorima '),
(14770,'field:7',0,1,' akindinkudryashov6842 mail ru '),
(14770,'field:8',0,1,' google '),
(14770,'field:9',0,1,' general inquiry '),
(14770,'title',0,1,' 2026 01 21 11 25 18 '),
(14771,'field:10',0,1,' esli vy scastlivyi obladatel odnokomnatnoi kvartiry to skoree vsego ne raz stalkivalis s problemoi nexvatki svobodnogo prostranstva https olga filippova ru smi pri etom ctoby realizovat svoi plany sozdat sovremennyi dizain odnokomnatnoi kvartiry mnogim prixodilos prikladyvat ne malye usiliia vkliucaia fantaziiu i voobrazenie na polnuiu racionalno ispolzuia kazdyi santimetr https olga filippova ru horeca podbiraia otdelocnye materialy mebel predmety osveshheniia elementy dekora ne zabyvaite o parametrax vasei kvartiry https olga filippova ru portfolio 2 nizkie potolki skudnost estestvennogo osveshheniia i procie faktory mogut vosprepiatstvovat krasivomu voploshheniiu vasix idei https olga filippova ru shop kstati podobrannye materialy zatem budet neslozno perevesti v primernyi biudzet na ix zakupku https olga filippova ru shop raznoobraznye detali i veshhi kotorye svoim dizainom napominaiut promyslennuiu sferu iavliaiutsia samym nastoiashhim etogo stilia https olga filippova ru interery medical study center k primeru imi mogut stat raznye ventili bolty i mnogoe drugoe https olga filippova ru uslugi seny dlia togo ctoby vasi zatraty pokrylis vam ponadobitsia okolo goda https olga filippova ru interery fasad no pri uslovii cto v mesiac vy budete realizovyvat primerno 4 proekta https olga filippova ru portfolio 2 t https olga filippova ru zakazat dizajn proekt stoimost e https olga filippova ru interery fasad mesiacnyi doxod budet ne menee 200 t https olga filippova ru shop r https olga filippova ru shop posle goda raboty vy budete pozinat plody svoix usilii https olga filippova ru uslugi seny '),
(14771,'field:18',0,1,' https ccbrackenville com contact '),
(14771,'field:19',0,1,' info ccbrackenville com '),
(14771,'field:6',0,1,' scottusefs '),
(14771,'field:7',0,1,' musaev misha 1982 3 5 list ru '),
(14771,'field:8',0,1,' google '),
(14771,'field:9',0,1,' general inquiry '),
(14771,'title',0,1,' 2026 01 21 11 26 04 '),
(14772,'field:10',0,1,' moduliaciia forma volny pribor imeet cetyre vyxodnyx formy volny po sravneniiu s predsestvuiushhimi modeliami ustroistvo generiruet radiovolny castotoi 4 megagerc i podderzivaet ix pri etom moshhnost ego sostavliaet 90vt https ellman ru v nem imeetsia vozmoznost parallelno vkliucat bipoliarnyi pincetoobraznyi elektrod ne otkliucaia pri etom osnovnoi https ellman ru tips pri ispolzovanii rezima bipoliarnoi koaguliacii surgitron castota izluceniia radiovoln ravna 1 7 megagerc https ellman ru scalpel pribor elektro radioxirurgiceskii surgitron df 120 predstavliaet soboi poluprovodnikovyi vysokocastotnyi generator iavliaiushhiisia istocnikom vysokomoshhnoi energii radiovoln kotoryi mozet ispolzovatsia dlia celogo riada radiovolnovyx xirurgiceskix manipuliacii https ellman ru catalog dannoe deistvie dostigaetsia vyborom form volny i urovnei moshhnosti s pomoshhiu knopok raspolozennyx na perednei paneli https ellman ru needle vybor rezima osushhestvliaetsia s pomoshhiu nazimnyx knopok i indikatorov kotorye daiut informaciiu o sostoianii pribora https ellman ru ball uroven moshhnosti dlia kazdogo rezima vysvecivaetsia na cifrovyx displeiax naxodiashhixsia na perednei paneli pribora na kotoryx takze pokazyvaetsia polozenie samoproverki i nabliudeniia https ellman ru basic regulirovanie okoncatelnoi vyxodnoi moshhnosti osushhestvliaetsia s pomoshhiu noznogo i ili rucnogo perekliuceniia https ellman ru vnutrenniaia pamiat iavliaetsia osobym elementom dlia soxraneniia vsex nastroek perednei paneli rezima i urovnia vyxodnoi moshhnosti https ellman ru needle pribor sootvetstvuet mezdunarodnym standartam bezopasnosti https ellman ru oblast primeneniia ginekologiia dermatologiia stomatologiia otolaringologiia urologiceskoi proktologiia onkologiia https ellman ru accessories elektro radioxirurgiceskii apparat ellman surgitron df 120 https ellman ru '),
(14772,'field:18',0,1,' https ccspringbrook com contact '),
(14772,'field:19',0,1,' info ccspringbrook com '),
(14772,'field:6',0,1,' jeffreylex '),
(14772,'field:7',0,1,' rerkgeemong98 mail ru '),
(14772,'field:8',0,1,' google '),
(14772,'field:9',0,1,' general inquiry '),
(14772,'title',0,1,' 2026 01 21 11 27 07 '),
(14773,'field:10',0,1,' online samsung eto monobrendovyi magazin kotoromu nuzno borotsia s gigantskimi setiami tipa eldorado m https proffseo ru prodvizhenie angloyazychnykh sajtov video i sitilinka https proffseo ru prodvizhenie angloyazychnykh sajtov celevaia auditoriia brenda sirokaia i neodnorodnaia poetomu dlia prodvizeniia my vybrali podxod seo s oplatoi za celevoe deistvie rost nebrendovogo trafika https proffseo ru prodvizhenie sajtov po moskve povysit pozicii saita v poiskovyx sistemax https proffseo ru prodvizhenie angloyazychnykh sajtov uvelicit nebrendovyi trafik s pomoshhiu seo https proffseo ru prodvizhenie sajtov po rf resit vopros skleiki zerkal saita https proffseo ru esli masstaby biznesa oxvatyvaiut vsiu territoriiu rf a ne tolko regionalnye centry vrode moskvy sankt peterburga niznego novgoroda to primeniaetsia geonezavisimoe prodvizenie saita v masstabax rossii https proffseo ru prodvizhenie zarubezhnykh sajtov eshhe istorii uspexa https proffseo ru privacy v to ze vremia prodvizenie saitov v top 10 po rossii primenimo kogda cislo regionov bolse 7 st https proffseo ru prodvizhenie zarubezhnykh sajtov '),
(14773,'field:18',0,1,' https ccshrewsbury com contact '),
(14773,'field:19',0,1,' info ccshrewsbury com '),
(14773,'field:6',0,1,' buddylag '),
(14773,'field:7',0,1,' dolnovam mail ru '),
(14773,'field:8',0,1,' google '),
(14773,'field:9',0,1,' general inquiry '),
(14773,'title',0,1,' 2026 01 21 11 28 32 '),
(14774,'field:10',0,1,' montaz rezervuarov i emkostei osushhestvliaetsia v sootvetstvii s gost 31385 2008 proektami km i ppr https mklider ru katalog emkosti rgsp rezervuary gorizontalnye stalnye podzemnye rgsp 50 m3 html nasi preimushhestva https mklider ru katalog rezervuarnoe oborudovanie patrubok zamernogo lyuka pzl proektirovanie https mklider ru katalog oborudovanie dlya azs kran sharovyy flantsevyy s udlinennym shtokom proizvodstvennaia deiatelnost nacinaetsia s obrabotki metalliceskogo materiala izgotovleniia zagotovok i ix obrabotki https mklider ru katalog emkosti rgsp rezervuary gorizontalnye stalnye podzemnye rgsp 5 m3 html sleduiushhii sag valcovka detalei i svarka elementov s primeneniem professionalnogo oborudovaniia kotoroe garantiruet kacestvo cistotu i procnost svov https mklider ru katalog oborudovanie dlya azs filtr slivnoy fs po zaversenii formovki rezervuara ego osnashhaiut stropovocnymi sistemami krepleniiami dlia izoliacionnyx materialov https mklider ru katalog rezervuarnoe oborudovanie lyuk svetovoy ls gotovye emkosti proxodiat seriiu ispytanii na germeticnost procnost drugie kacestva https mklider ru novosti iuridiceskaia cast podgotovka dokumentacii podtverzdaiushhei sootvetstvie konstrukcii utverzdennym standartam ee kacestvo https mklider ru uslugi plazmennaya rezka metalla html organizacionnyi etap upakovka perevozka otgruzka https mklider ru katalog rezervuary i emkosti pod davleniem rasshiritel produvki rp pri proizvodstve polistovym metodom svarki na etoi stadii osushhestvliaetsia priemka izdeliia zakazcikom https mklider ru katalog oborudovanie dlya azs kopiya azotnyy uzel dlya mezhstennogo prostranstva rezervuarov liubye obieemy produkcii https mklider ru katalog emkosti rgsn rezervuary gorizontalnye stalnye nazemnye rgsn 15 m3 html vsia produkciia sootvetstvuet trebuemym standartam kacestva gost i texniceskim usloviiam predpriiatiia https mklider ru katalog emkosti rgsp rezervuary gorizontalnye stalnye podzemnye rgsp 60 m3 html u nas mozno priobresti emkosti dlia perevozki i xraneniia pitevoi texniceskoi vody i nefteproduktov ximiceskix zidkostei i drugix veshhestv https mklider ru katalog protivopozharnoe oborudovanie ognepregraditel op '),
(14774,'field:18',0,1,' https completecarehillside com contact '),
(14774,'field:19',0,1,' info completecarehillside com '),
(14774,'field:6',0,1,' michaelpycle '),
(14774,'field:7',0,1,' akindinkudryashov6842 mail ru '),
(14774,'field:8',0,1,' google '),
(14774,'field:9',0,1,' general inquiry '),
(14774,'title',0,1,' 2026 01 21 11 30 49 '),
(14780,'field:10',0,1,' gostevoi dom https rich house su booking posmotret dostupnye nomera https rich house su restaurants nebug 36 otelei voiti i sekonomit https rich house su contacts ot 4 000 rub https rich house su services za nomer v sutki https rich house su ulica leselidze d https rich house su restaurants 9 gelendzik https rich house su booking '),
(14780,'field:18',0,1,' http ccsilverlake com contact '),
(14780,'field:19',0,1,' info ccsilverlake com '),
(14780,'field:6',0,1,' geraldstync '),
(14780,'field:7',0,1,' vitya kondratev 1969 inbox ru '),
(14780,'field:8',0,1,' google '),
(14780,'field:9',0,1,' general inquiry '),
(14780,'title',0,1,' 2026 01 21 11 33 56 '),
(14781,'field:10',0,1,' vy do nacala rabot uvidite kak budet vygliadet vas ucastok podgotovim podrobnyi proekt i soglasuem ego s vami https berezov lsk ru ot 90 rub m2 rub https berezov lsk ru ucastok po vasim pozelaniiam https berezov lsk ru ekspertnaia https berezov lsk ru v poiskax tungusskogo meteorita ekspediciia k samomu moshhnomu vodopadu rossii splav po ugrium reke vitim https berezov lsk ru landsaftnye arxitektory https berezov lsk ru '),
(14781,'field:18',0,1,' https ccmeriden com contact '),
(14781,'field:19',0,1,' info ccmeriden com '),
(14781,'field:6',0,1,' scottpah '),
(14781,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14781,'field:8',0,1,' google '),
(14781,'field:9',0,1,' general inquiry '),
(14781,'title',0,1,' 2026 01 21 11 34 09 '),
(14782,'field:10',0,1,' does your location or other locations within 10 miles of edgewater nj have a korean program if so are you accepting medicaid residents at this time id love to come visit if this is the case thank you jeannie '),
(14782,'field:18',0,1,' https ccinglemoor com contact '),
(14782,'field:19',0,1,' info ccinglemoor com '),
(14782,'field:6',0,1,' jeannie '),
(14782,'field:7',0,1,' jhlnyc aol com '),
(14782,'field:8',0,1,''),
(14782,'field:9',0,1,' general inquiry '),
(14782,'title',0,1,' 2026 01 21 11 34 10 '),
(14783,'field:10',0,1,' elitnaia kuxnia eto neprevzoidennoe socetanie maksimalnogo udobstva funkcionalnosti i izyskannogo dizaina https www legnostyle ru catalog mebel scg 8 html prebyvanie na takoi kuxne splosnoe udovolstvie ved daze prigotovlenie pishhi iz obiazannosti prevrashhaetsia v priiatnoe vremiapreprovozdenie https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaya dver e15 html uiut i komfort elitnyx kuxon ot kompanii sozdaetsia kazdoi detaliu individualnyi podxod k kazdomu klientu pozvoliaet udovletvorit liubye trebovaniia i pozelaniia https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver p20 html kak svidetelstvuiut dannye kotorye byli obnarodovany federalnym statisticeskim vedomstvom germanii v 2018 godu status samogo krupnogo torgovogo partnera strany ostaetsia za kitaem pricem eto uze tretii god podriad https www legnostyle ru catalog lestnici lestnica l8 3 html obieem torgovli mezdu germaniei i kitaem dostig 199 3 milliarda evro https www legnostyle ru mebel ampir html premialnye materialy https www legnostyle ru catalog mejkomnatnie dveri impressio dver i13 html v proizvodstve izdelii ispolzuiutsia dorogie materialy massiv cennyx porod dereva aliuminii dekorativnoe udaroprocnoe steklo obivka miagkix elementov vypolniaetsia iz naturalnoi kozi https www legnostyle ru catalog inter eri stenovie paneli model s7 html gotovye izdeliia otlicaiutsia procnostiu i dolgovecnostiu formiruiut vokrug sebia atmosferu solidnosti i nadeznosti https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d34 html restavraciia vypolniaetsia opytnymi masterami na professionalnom urovne https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p8 html pozvonite po nasemu telefonu priamo seicas ctoby priglasit specialista na dom ili v ofis my vernem vasi izdeliia k zizni bystro akkuratno i kacestvenno kak pravilo elitnaia dorogaia respektabelnaia mebel izgotovlena iz cennyx porod drevesiny umelo i iskusno obrabotannoi nastoiashhimi professionalami https www legnostyle ru catalog mejkomnatnie dveri vhodnaya dver e18 html na mezdunarodnom mebelnom rynke est mnogo predlozenii mebeli premium klassa no esli vam xocetsia priobresti lucsee stoit obratitsia k italianskim proizvoditeliam https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d18 html italianskaia elitnaia mebel vypuskaetsia v sodruzestve s lucsimi mirovymi dizainerskimi masterskimi https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p22 html krasota italianskix garniturov naprimer mebelnyx kollekcii dlia gostinyx nepodrazaema i nepovtorima https www legnostyle ru catalog mebel gp 13 html a umenie italianskix krasnoderevshhikov rabotat s blagorodnymi drevesnymi porodami ottacivalos vekami https www legnostyle ru catalog mejkomnatnie dveri impressio dver i1 html na protiazenii mnogix let kacestvennaia mebel iz dereva vysoko cenitsia pokupateliami vsego mira https www legnostyle ru catalog mejkomnatnie dveri pagen 1=19 mebel iz cennyx porod otlicaetsia bezuprecnym vnesnim vidom i iskliucitelnoi nadeznostiu https www legnostyle ru otechetsvennye dveri rossiiskogo proizvodstva v moskve html salon elitnoi mebeli gotov predlozit izyskannuiu importnuiu mebel dlia gostinyx spalen kabinetov bibliotek detskix komnat prixozix i stolovyx https www legnostyle ru catalog mebel scg 38 html '),
(14783,'field:18',0,1,' https ccsevernapark com contact '),
(14783,'field:19',0,1,' info ccsevernapark com '),
(14783,'field:6',0,1,' davidhom '),
(14783,'field:7',0,1,' tacusol 6816 mail ru '),
(14783,'field:8',0,1,' google '),
(14783,'field:9',0,1,' general inquiry '),
(14783,'title',0,1,' 2026 01 21 11 34 29 '),
(14784,'field:10',0,1,' hi ego volo scire vestri pretium '),
(14784,'field:18',0,1,' http mycompletecare com contact '),
(14784,'field:19',0,1,' cfleming completecaremgmt com '),
(14784,'field:6',0,1,' robertcak '),
(14784,'field:7',0,1,' zekisuquc419 gmail com '),
(14784,'field:8',0,1,' google '),
(14784,'field:9',0,1,' general inquiry '),
(14784,'title',0,1,' 2026 01 21 11 35 30 '),
(14791,'field:10',0,1,' ot 5 000 rub m2 https berezov lsk ru unikalnye eskizy genplan territorii vizualizaciia dendroplan assortimentnaia vedomost rastenii fotograficeskoe prilozenie nasazdenii plan ozeleneniia plan priviazki cvetnikov plan blagoustroistva plan doroznyx pokrytii i moshhenii sxema osveshheniia smetnyi rascet dopolnitelnaia dokumentaciia https berezov lsk ru green lace https berezov lsk ru cto to poslo ne tak https berezov lsk ru anna mitrosnikova 36 https berezov lsk ru onlain kalkuliatory rasceta stoimosti uslug blagoustroistva ucastka https berezov lsk ru '),
(14791,'field:18',0,1,' https cchyattsville com contact '),
(14791,'field:19',0,1,' info cchyattsville com '),
(14791,'field:6',0,1,' scottapomi '),
(14791,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14791,'field:8',0,1,' google '),
(14791,'field:9',0,1,' general inquiry '),
(14791,'title',0,1,' 2026 01 21 11 35 43 '),
(14793,'alt',0,1,''),
(14793,'extension',0,1,' png '),
(14793,'filename',0,1,' shrewsbury admin png '),
(14793,'kind',0,1,' image '),
(14793,'slug',0,1,''),
(14793,'title',0,1,' shrewsbury admin '),
(14795,'alt',0,1,''),
(14795,'extension',0,1,' jpg '),
(14795,'filename',0,1,' shrewsbury admin 1 jpg '),
(14795,'kind',0,1,' image '),
(14795,'slug',0,1,''),
(14795,'title',0,1,' shrewsbury admin '),
(14796,'field:10',0,1,' primery geonezavisimyx zaprosov ecept torta napoleon ak izbavitsia ot lisnego vesa ak samostoiatelno vybrat utiug senniaia podrezka derevev sada i pr https proffseo ru liuboi polzovatel mozet izmenit svoi region v nastroikax poiska i polucit celevuiu vydacu dlia drugogo regiona https proffseo ru kontakty zadaca ocevidno cto esli polzovatel ego vvel to on xocet zakazat dostavku piccy v tom gorode mestopolozenii v kotorom on naxoditsia https proffseo ru prodvizhenie angloyazychnykh sajtov k primeru eto mozet byt moskva ili sankt peterburg https proffseo ru kontakty na illiustracii vidno cto rezultaty vydaci absoliutno raznye prodvizenie v top 10 za rubli https proffseo ru prodvizhenie sajtov po rf uspeite zakazat seicas i vospolzovatsia skidkoi 20% vyvedem iz pod sankcii https proffseo ru prodvizhenie zarubezhnykh sajtov budte v tope https proffseo ru prodvizhenie angloyazychnykh sajtov povysit pozicii saita v poiskovyx sistemax https proffseo ru uvelicit nebrendovyi trafik s pomoshhiu seo https proffseo ru prodvizhenie angloyazychnykh sajtov resit vopros skleiki zerkal saita https proffseo ru prodvizhenie zarubezhnykh sajtov '),
(14796,'field:18',0,1,' https ccbayshore com contact '),
(14796,'field:19',0,1,' info ccbayshore com '),
(14796,'field:6',0,1,' buddyoptot '),
(14796,'field:7',0,1,' dolnovam mail ru '),
(14796,'field:8',0,1,' google '),
(14796,'field:9',0,1,' general inquiry '),
(14796,'title',0,1,' 2026 01 21 11 37 02 '),
(14800,'field:10',0,1,' hi my name is qasim and i am a full stack web developer and designer from pakistan i previously worked for a digital marketing agency in singapore but i have recently been retrenched if you are looking to revamp your current site ccshrewsbury com or design a new website i would be happy to offer my services you can propose a price and i will do my best to meet your expectations please let me know if you would like to see examples of my past work thank you qasim '),
(14800,'field:18',0,1,' https ccshrewsbury com contact '),
(14800,'field:19',0,1,' info ccshrewsbury com '),
(14800,'field:6',0,1,' qasim yaseen '),
(14800,'field:7',0,1,' qasimyaseen326 gmail com '),
(14800,'field:8',0,1,' web ui ux design and developemnt '),
(14800,'field:9',0,1,' careers '),
(14800,'title',0,1,' 2026 01 21 11 37 51 '),
(14801,'field:10',0,1,' kak raspredelenie po skladam meniaet prodazi na wildberries algoritmy marketpleisov bez uma ot bystroi dostavki https bayra market produkty pitaniya ru makarony krupy i muka makaronnye izdeliya ru 2 makarony kifferi rigati rozhki 450g barilla kartocka s pometkoi zavtra polucaet moshhnyi bust v poiskovoi vydace i casto podnimaetsia vyse konkurentov kotorye vezut svoi tovar neskolko dnei https bayra market bizhuteriya page 78 proanaliziruite v kakix regionax na vas produkt stabilno vysokii spros i nacnite s tocecnoi otpravki partii imenno tuda https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00018619 obieekt prodan https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00002210 select warehouse=56 torgovlia lakomstvami dlia sobak na wildberries https bayra market oniks finans ooo category id=24508 pandemiia koronavirusa raspaxnula dlia rossiian dveri v udobnyi i pri etom polnostiu obezlicennyi mir marketpleisov https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00020467 s togo momenta populiarnost onlain ploshhadok s kazdym godom tolko narastaet https bayra market produkty pitaniya ru masla sousy uksus ru dobavki dlya prigotovleniya blyud zhele kivi 80g lidkon torgovlia v udalennom formate stremitelno operezaet oflain po obieemam prodaz https bayra market odezhda ru 5 detyam novorozhdennym kombinezony ru 2 kombinezon detskiy na manzhetah kulirka zveryata r 80 ottogo i vse bolee zestkoi i izoshhrennoi stanovitsia borba za pokupatelia na onlain ploshhadkax https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya komplekty 1 komplekt k1 00016043 imenno zdes predprinimateli vse cashhe ispolzuiut serye ili daze otkrovenno cernye sxemy dlia uveliceniia prodaz svoix prodaz i sokrashheniia prodaz konkurentov https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya podveski i kulony podveska k1 00000726 publikuem istoriiu kotoroi s nami podelilas zitelnica sibiri https bayra market zhenschinam ru page 91 ranse ia ne doveriala marketpleisam ot slova sovsem https bayra market produkty pitaniya ru kolbasy sosiski i delikatesy kolbasy ru servelat firmennyy kolbasa 100 g menia mnogie ugovarivali cto to zakazat prosto poprobovat no vse bylo tshhetno https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00000888 v moei golove roilis mysli a vdrug ne po razmeru potom perezakazyvat a eto vremia https bayra market zhenschinam ru page 114 a esli dengi ne vernut td spustia god ia vse taki resila poprobovat https bayra market odezhda ru 5 detyam novorozhdennym verhnyaya odezhda ru 4 konvert lapki mishki karamel rost 56 skacala prilozenie https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00016584 sdelala zakaz i poneslos za poslednii god cislo moix pokupok na marketpleisax vyroslo v desiatki raz https bayra market produkty pitaniya ru kolbasy sosiski i delikatesy kolbasy ru semeynaya kolbasa s chesnochkom ekstra varenaya ia ne mogu ostanovitsia byvaet i takoe cto ia cut li ne kazdyi den cto to zakazyvaiu i xozu v punkt vydaci https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00015384 select warehouse=56 seicas vot podsela na blogerov kotoryi delaiut raspakovku i zaodno prikrepliaiut kucu artikulov https bayra market produkty pitaniya ru kolbasy sosiski i delikatesy delikatesy myasnye i kopchenosti okorochka kurinye kopcheno varennye bars 1upak 1 kg a mne vse nado inogda daze na marketpleisax sizu cashhe cem v socialnyx setiax https bayra market produkty pitaniya ru chay kofe kakao chay chay azerchay buket 200 g prolistyvaiu rekomendacii dobavliaiu tovary v korzinu i delaiu zakaz https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00020043 pervoe vremia s radostiu bezala v punkt vydaci ctoby primerit ocerednuiu bezdelusku no seicas s kazdoi pokupkoi radosti vse mense https bayra market produkty pitaniya ru chay kofe kakao chay chay curtis sunny lemon 20 piramidok chernyy oshhushhenie cto zakazyvaiu cto to prosto po privycke https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00001479 cto mne delat psixologi nazyvaiut eto kopingovymi mexanizmami https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00020210 select warehouse=56 eto deistviia liudei kotorye pomogaiut im borotsia so stressom https bayra market produkty pitaniya ru ryba i moreprodukty solenaya vyalenaya i kopchenaya ryba kizhuch holodnogo kopcheniya tesha chili v u 500 g mnogie tak spravliaiutsia s napriazeniem ili trevogoi https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kole ozherelya i busy kole k1 00016842 select warehouse=56 mexanizm takoi odnazdy vy cto to zakazali na marketpleisax eto cto to vas ocen poradovalo https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00000572 v vasei golove otlozilos pokupki v internete eto radostno https bayra market solenaya vyalenaya i kopchenaya ryba page 4 posle na vas naoral nacalnik na rabote ili rebenok ustroil isteriku v magazine https bayra market produkty pitaniya ru kolbasy sosiski i delikatesy kolbasy ru servelat marochnyy kolbasa v k 350 g vy snova otkryvaete marketpleis delaete pokupku i snova poiavliaetsia radost https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya broshi i znachki brosh k1 00001389 vy nacinaete delat eto na povtore prixodite v marketpleisy po privycke dlia sobstvennogo uspokoeniia ili izbeganiia nepriiatnyx cuvstv https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00016485 cto delat esli vam ok to mozno voobshhe nicego ne delat https bayra market ip klimenko category id=19849 page=7 u vas poiavitsia novaia veshhica sdelaete kogo to cut bogace vvp vyrastet akcionery marketpleisov polucat dividendy a nenuznoe potom prodadite https bayra market zhenschinam ru page 50 layout=products multicolumns esli vy xotite cto to meniat to nacnite s prostogo udaleniia prilozeniia https bayra market ip klimenko category id=20819 page=16 v kratkosrocnoi perspektive eto pomozet https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00017830 odnako kopingovyi mexanizm silnee i skoro vy naidete sposob oboiti svoi ze zaprety https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00015334 ponabliudaitee za soboi v kakoe vremia cashhe vsego skrolite lentu marketpleisov https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00019296 esli eto pozdnii vecer to ne lucse li lec spat a esli obed to stoit perekusit https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00015383 ved emocii obycno berut vverx nad golodnym zeludkom https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00016866 a eshhe obratite vnimanie na to kogda vy ne sidite v marketpleisax https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00018985 eto vazno https bayra market sergu page 44 utm referer=geoadv search yabs utm ya campaign=89823972517 yabizcmpgn=25716636 utm candidate=59247141423 tak vy poimete vasi interesy https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00017368 to cto sposobno borotsia s zavisimostiu https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00020506 select warehouse=56 otvette sebe na vopros mozno li cashhe oshhushhat eto xorosee a ne to ploxoe poprobuite poniat ot cego vy bezite s kakimi emociiami ne mozete spravitsia mozete li vy samostoiatelno resit problemu naprimer vam nadoela ezednevnaia rutina kotoraia vyzyvaet lis apatiiu https bayra market zhenschinam ru page 137 togda stoit podumat o putesestvii ili pereezde a ne o soppinge https bayra market galantereya i ukrasheniya page 160 angelina salamatova https bayra market oniks finans ooo category id=13422 page=149 soglasno vesennemu oprosu wildberries kotoryi provodilsia v 70 regionax rossii bolee poloviny rossiian 54 % kazdyi mesiac pokupaiut tovary v internete na summu ot 5 do 20 tysiac rublei https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya kolca kolco k1 00019908 u 63 % oprasivaemyx za poslednie tri goda uvelicilis traty v kategorii onlain pokupok na 30 % i bolee https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya braslety braslet k1 00018396 i pocti polovina pokupatelei 48 % zakazyvaiut tovary v internete kazduiu nedeliu https bayra market galantereya i ukrasheniya zhenschinam ru bizhuteriya sergu sergi k1 00016999 '),
(14801,'field:18',0,1,' https ccwestcaldwell com contact '),
(14801,'field:19',0,1,' info ccwestcaldwell com '),
(14801,'field:6',0,1,' georgefag '),
(14801,'field:7',0,1,' ramil gilmanov1993 mail ru '),
(14801,'field:8',0,1,' google '),
(14801,'field:9',0,1,' general inquiry '),
(14801,'title',0,1,' 2026 01 21 11 37 53 '),
(14802,'field:10',0,1,' ctoby izbezat osibok pri vnedrenii texniceskix zadanii nas seo specialist napriamuiu obshhaetsia s vasim otdelom razrabotki https proffseo ru katalog https proffseo ru kontakty prodvizenie saita po rossii dlia federalnyx kompanii brendov internet magazinov https proffseo ru prodvizhenie angloyazychnykh sajtov privedem klientov i zapustim vas biznes v internete bukvalno s nulia i pod kliuc https proffseo ru kontakty rost celevogo trafika https proffseo ru kontakty regionalnoe prodvizenie pozvoliaet oxvatit novuiu celevuiu auditoriiu osushhestvliat razvitie i ekspansiiu v gorod v kotorom zainteresovan biznes kompaniia brend internet magazin https proffseo ru prodvizhenie angloyazychnykh sajtov dlia prodvizeniia kompanii i saita po konkretnomu gorodu oblasti ili regionu rossii nuzna specialnaia regionalnaia seo optimizaciia saita https proffseo ru prodvizhenie sajtov po moskve '),
(14802,'field:18',0,1,' https ccplainfield com contact '),
(14802,'field:19',0,1,' info ccplainfield com '),
(14802,'field:6',0,1,' buddyjiche '),
(14802,'field:7',0,1,' dolnovam mail ru '),
(14802,'field:8',0,1,' google '),
(14802,'field:9',0,1,' general inquiry '),
(14802,'title',0,1,' 2026 01 21 11 38 41 '),
(14803,'field:10',0,1,' tolshhina 20 mkm https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v rulonax meshki 120 litrov 10 sht v rulone 70h110 pvd chernyj standart jekonom mesok dlia musora 240 l https kapio ru katalog byitovaya ximiya sredstva dlya myitya polov help sredstvo dlja mytja polov koncentrirovannoe 5 l priciny kupit musornye meski v ooo pkf abak podrobnosti v razdele skidki proizvoditel klim plast predlagaet zakazat optom pakety dlia musora https kapio ru katalog meshki dlya musora meshki pnd meshki dlja musora 60 litrov pnd chernye 50 shtuk v rulone v nalicii izdeliia razlicnoi plotnosti i obieema v rulonax i plastax https kapio ru katalog xozyajstvennyij inventar inventar dlya mojki stekol derzhatel dlja shubki plastikovyj 35 sm meski dlia musora https kapio ru katalog xozyajstvennyij inventar inventar dlya mojki stekol derzhatel dlja shubki plastikovyj 35 sm '),
(14803,'field:18',0,1,' https completecarewall com contact '),
(14803,'field:19',0,1,' info completecarewall com '),
(14803,'field:6',0,1,' michaelempic '),
(14803,'field:7',0,1,' simonenko borya list ru '),
(14803,'field:8',0,1,' google '),
(14803,'field:9',0,1,' general inquiry '),
(14803,'title',0,1,' 2026 01 21 11 38 57 '),
(14804,'field:10',0,1,' besprikoslovnaia populiarnost u mebeli kotoraia otdelana kozei imeiushhei naruznye svy ili perforaciiu https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=16 pletennaia otdelka tonkimi ili tolstymi kozanymi poloskami https www legnostyle ru catalog mebel gp 9 html dlia togo ctoby usilit effekt neobycnosti mozno dobavit nemnogo zamsi ili nubuka https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 21 html prazdnik id al adx s arabskogo perevoditsia kak prazdnik zertvoprinoseniia ili prazdnik vernosti i synovnego uvazeniia https www legnostyle ru proizvodstvo dveri iz dereva mejkomnatnie pagen 1=22 etot prazdnicnyi den otmecaetsia na semidesiatyi mnogie putesestvenniki uze znaiut o tom cto v kitae dovolno opasnoe doroznoe dvizenie https www legnostyle ru filenchatye dveri html bolsinstvo iz turistov po etoi pricine predpocitaiut peredvigatsia po territorii podnebesnoi na kuxni iz plastika eto pozalui samyi prakticnyi variant https www legnostyle ru proizvodstvo dveri iz dereva pagen 1=3 sudite sami plastik bez problem moetsia ne vygoraet soxraniaet svoi pervonacalnyi vid i socnye rascvetki dolgie gody ne vycvetaet https www legnostyle ru catalog nashi raboty inter er kvartiri na arbate k10 html rekomenduem mebel iz germanii slavitsia na ves mir svoimi izyskannymi formami iznosostoikostiu i procnostiu https www legnostyle ru catalog kuhni kuhna 23 html tak cto esli xotite sdelat svoe zile bolee funkcionalnym i ergonomicnym obrashhaites v nasu kompaniiu my pomozem vam vybrat podxodiashhii variant garnitura pod vas interer https www legnostyle ru catalog mebel kts 18 html pokupatel znaet cto elitnaia dizainerskaia mebel eto produkciia bezuslovnogo stilia i kacestva https www legnostyle ru catalog mebel g 6 html dizainerskaia mebel klassa izgotavlivaetsia iz kacestvennyx materialov na oborudovanii vysokoi tocnosti i kacestva i imeet nebolsoe cislo kopii https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e17 html eto vazno mebel v massovom kolicestve izgotovlennaia na zavode mozet nazyvatsia dorogoi mebeliu vysokogo kacestva no ne byt pri etom elitnoi https www legnostyle ru catalog mebel d1 18 html u elitnoi dizainerskoi mebeli bolsoi garantiinyi srok https www legnostyle ru catalog mebel d1 10 html '),
(14804,'field:18',0,1,' http ccmonmouth com contact '),
(14804,'field:19',0,1,' info ccmonmouth com '),
(14804,'field:6',0,1,' davidsleri '),
(14804,'field:7',0,1,' tacusol 6816 mail ru '),
(14804,'field:8',0,1,' google '),
(14804,'field:9',0,1,' general inquiry '),
(14804,'title',0,1,' 2026 01 21 11 39 26 '),
(14805,'field:10',0,1,' are you guys hiring for maintenance or grounds guy '),
(14805,'field:18',0,1,' https ccbeylea com contact '),
(14805,'field:19',0,1,' info ccbeylea com '),
(14805,'field:6',0,1,' dillion quigley '),
(14805,'field:7',0,1,' dquiggs24 gmail com '),
(14805,'field:8',0,1,''),
(14805,'field:9',0,1,' careers '),
(14805,'title',0,1,' 2026 01 21 11 40 25 '),
(14806,'field:10',0,1,' ctoby ne razocarovatsia v ozidaniiax i polucit nuznyi rezultat vybiraite podriadcika s imenem https berezov lsk ru po nastoiashhemu professionalnye landsaftnye biuro rabotaiut ne pervyi god xoroso izvestny na rynke landsaftnyx uslug postoianno ucastvuiut v dizainerskix vystavkax konkursax imeiut reputaciiu v svoem dele gromkie proekty i nagrady https berezov lsk ru voskresenskii sobor samyi drevnii ne tolko v volokolamske no i odin iz samyx staryx soxranivsixsia v podmoskove https berezov lsk ru on byl zalozen eshhe v konce xv veka i v interere do six por soxranilis fragmenty rospisei tex vremen https berezov lsk ru nikolskii xram xot i byl postroen pocti cetyre stoletiia spustia ispolnen znamenitym arxitektorom tonom v tradicii drevnerusskogo zodcestva a potomu vygliadit rovesnikom voskresenskogo sobora https berezov lsk ru seicas zdes razmeshhaetsia mestnyi istoriko arxeologiceskii muzei https berezov lsk ru zivopisnye sady kotorymi gordiatsia ix vladelcy eto vsegda rezultat skrupuleznoi raboty komandy professionalov https berezov lsk ru pri proektirovanii i realizacii landsaftnogo dizaina kompaniia ne ispolzuet sablonnyx resenii https berezov lsk ru ved kazdyi proekt i zagorodnyi ucastok ne prosto krasivyi i funkcionalnyi prirodnyi ugolok a interesnaia istoriia kotoraia nacinaetsia s cistogo lista bumagi https berezov lsk ru kalkuliatory https berezov lsk ru telefon 7 495 532 65 69 arxitektory sozdaiut prirodnye ugolki na dolgii srok https berezov lsk ru foto luxsad https berezov lsk ru com https berezov lsk ru castye voprosy pro landsaftnyi dizain https berezov lsk ru '),
(14806,'field:18',0,1,' https ccfoxhill com contact '),
(14806,'field:19',0,1,' info ccfoxhill com '),
(14806,'field:6',0,1,' scotttrart '),
(14806,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14806,'field:8',0,1,' google '),
(14806,'field:9',0,1,' general inquiry '),
(14806,'title',0,1,' 2026 01 21 11 40 45 '),
(14807,'field:10',0,1,' klassiceskoe nasledie italianskix masterov naxodit otrazenie v ekskliuzivnyx obrazcax mebeli raduiushhix obladatelei roskosnyx intererov a takze priverzencev tradicionnosti i postoianstva stilia https www legnostyle ru catalog inter eri s42 html otnosenie zitelei kitaia k inostrancam meniaetsia ezegodno https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d53 html vsego paru desiatkov let nazad inostrannyi turist na ulicax podnebesnoi mog stat pricinoi nastoiashhego stolpotvoreniia naprimer kitaicy mogli fartuk mozno oformit neskolkimi metodami https www legnostyle ru catalog mejkomnatnie dveri dver p14 html esli my govorim ob elitnom variante konecno budet ispolzovatsia libo naturalnyi kamen mramor granit libo vintaznaia plitka kotoraia berezno byla sniata vo vremia utilizacii staryx domov https www legnostyle ru catalog inter eri peregorodki a7 html kazdyi zakaz dlia nasego proizvodstva osobennyi a kazdyi proekt unikalnyi https www legnostyle ru catalog mejkomnatnie dveri impressio pagen 1=2 dizainerskaia mebel iz naturalnogo dereva na zakaz podcerknet izyskannost individualnost i nepovtorimost interera https www legnostyle ru catalog mejkomnatnie dveri vhodnaa dver e6 html individualnyi podxod nasix dizainerov pomogaet sozdavat unikalnyi produkt https www legnostyle ru catalog mebel gp 13 html reznye dereviannye inkrustacii i iziashhnaia furnitura delaiut bespodobnym vid klassiceskoi mebeli a prirodnyi material sozdaet komfortnuiu obstanovku komnaty https www legnostyle ru catalog kuhni kuhna 7 html liubiteli sovremennyx ili neobycnyx intererov mogut sdelat individualnyi zakaz na izgotovlenie garnitura v razlicnyx stiliax https www legnostyle ru catalog mebel scg 1 html s 2001 goda italianskaia mebel predlagaemaia kompaniei predstavlena na saite kompanii https www legnostyle ru detskaia mebel dlia malchika html zdes pokupatel mozet vybrat liubuiu mebel ot izvestnyx italianskix proizvoditelei perecen kotoryx predstavlen na saite a takze aksessuary k nei https www legnostyle ru catalog inter eri potolki pt 10 html '),
(14807,'field:18',0,1,' https cckressonview com contact '),
(14807,'field:19',0,1,' info cckressonview com '),
(14807,'field:6',0,1,' davidgaf '),
(14807,'field:7',0,1,' tacusol 6816 mail ru '),
(14807,'field:8',0,1,' google '),
(14807,'field:9',0,1,' general inquiry '),
(14807,'title',0,1,' 2026 01 21 11 41 04 '),
(14808,'field:10',0,1,' promyslennye rakoviny moiki i moecnye vanny https mklider ru katalog protivopozharnoe oborudovanie kamery nizkokratnoy peny knp zakazite uslugu po proizvodstvu rezervuarov v nasei kompanii po dogovornoi cene https mklider ru katalog oborudovanie dlya azs klapany obratnye verhney ustanovki du40 ostavte zaiavku specialisty sviazutsia s vami v blizaisee vremia https mklider ru kontakty html ispolzuem proverennye godami i desiatkami proektov texnologii po proizvodstvu i montazu rezervuarov dlia neftegazovoi promyslennosti https mklider ru katalog rezervuarnoe oborudovanie lyuki po generalnomu konstruktivnomu reseniiu bolee 30 proverok pered vvodom v ekspluataciiu https mklider ru katalog oborudovanie dlya azs klapany obratnye okn ix glavnaia funkciia zakliucaetsia v xranenii znacitelnyx obieemov topliva razlicnyx ximiceskix udobrenii i vody https mklider ru katalog oborudovanie dlya azs klapany obratnye zko absoliutnaia universalnost rezervuarov iavliaetsia ix osnovnym preimushhestvom https mklider ru katalog rezervuarnoe oborudovanie lyuk svetovoy ls eto znacit cto oni sposobny vyderzivat raznogo roda sloznye nagruzki i prisposablivatsia k liubym pogodnym usloviiam https mklider ru katalog protivopozharnoe oborudovanie predohranitel ognevoy zhidkostnyy pozh '),
(14808,'field:18',0,1,' https cclehigh com contact '),
(14808,'field:19',0,1,' info cclehigh com '),
(14808,'field:6',0,1,' michaelpem '),
(14808,'field:7',0,1,' akindinkudryashov6842 mail ru '),
(14808,'field:8',0,1,' google '),
(14808,'field:9',0,1,' general inquiry '),
(14808,'title',0,1,' 2026 01 21 11 41 26 '),
(14809,'field:10',0,1,' v podnebesnoi vypuskaiut samuiu raznoobraznuiu produkciiu kompiutery bytovuiu texniku avtomobili odezdu i t https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=3 d https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d24 html eta produkciia vyvoditsia na mezdunarodnyi rynok i obladaet xorosim sprosom https www legnostyle ru catalog lestnici lestnica l1 11 html no takze u nas imeetsia variant kuxon iz mdf krasenyx avtoemaliu https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaa dver e29 html pokraska takogo roda daet nasyshhennye cveta ustoicivost k vlage ximiceskuiu stoikost i dolgovecnost https www legnostyle ru catalog lestnici lestnica l4 8 html klassiceskoe nasledie italianskix masterov naxodit otrazenie v ekskliuzivnyx obrazcax mebeli raduiushhix obladatelei roskosnyx intererov a takze priverzencev tradicionnosti i postoianstva stilia https www legnostyle ru mezhkomnatnye dveri knizhka html pagen 2=3 ekskliuzivnaia mebel po individualnym zakazam proizvoditsia iz dolgovecnyx i vysokokacestvennyx materialov https www legnostyle ru catalog mejkomnatnie dveri razdvijnaa dver rd 2 html krasivye i originalnye izdeliia ukrasaiut interer i sozdaiut neperedavaemuiu atmosferu domasnego uiuta i komforta https www legnostyle ru catalog mebel komodi i tualetnie stoliki ot 15 000 rub kabinet v strogom klassiceskom stile https www legnostyle ru catalog mejkomnatnie dveri nestandarnye dver i10 html izgotovlen iz naturalnogo spona s krasivym i neobycnym risunkom https www legnostyle ru catalog inter eri potolki pt 31 html detali kabineta soedineny pod uglom 45 gradusov s drugoi storony otdelka mozet proizvoditsia kak vsei poverxnosti mebeli tak i ee kakoi to opredelennoi casti https www legnostyle ru catalog inter eri arka a14 html dopolnennaia sovremennymi materialami steklom metallam ili derevom ona stanovitsia ocerednym proizvedeniem iskusstva https www legnostyle ru catalog lestnici elitnye lestnica l1 22 html '),
(14809,'field:18',0,1,' https ccvoorhees com contact '),
(14809,'field:19',0,1,' info ccvoorhees com '),
(14809,'field:6',0,1,' davidprire '),
(14809,'field:7',0,1,' tacusol 6816 mail ru '),
(14809,'field:8',0,1,' google '),
(14809,'field:9',0,1,' general inquiry '),
(14809,'title',0,1,' 2026 01 21 11 42 02 '),
(14810,'field:10',0,1,' my grandma is in the hospital in waupun right now and is probably going to be needing to go to a rehab facility i am wondering if you have any rooms available my uncle al homan is there and i really like it there and am hoping to get my grandma there he would be my grandmas brother in law thank you '),
(14810,'field:18',0,1,' https ccchristianhome com contact '),
(14810,'field:19',0,1,' info christianhomecrc com '),
(14810,'field:6',0,1,' stacy griswold '),
(14810,'field:7',0,1,' stacylynn2976 gmail com '),
(14810,'field:8',0,1,''),
(14810,'field:9',0,1,' general inquiry '),
(14810,'title',0,1,' 2026 01 21 11 44 25 '),
(14811,'field:10',0,1,' v reiting my vkliucili studii inzenernye raboty https berezov lsk ru tsz ekaterinovka rublevskoe sosse https berezov lsk ru 4 https berezov lsk ru 8 obshhaia ocenka 4 https berezov lsk ru 7 sootnosenie cena kacestvo 5 sobliudenie srokov 4 https berezov lsk ru 5 cistota vo vremia rabot 5 poriadocnost kompanii https berezov lsk ru sushhestvuet li garantiia na takie raboty 5 obshhaia ocenka 5 sootnosenie cena kacestvo 5 sobliudenie srokov 5 cistota vo vremia rabot 5 poriadocnost kompanii https berezov lsk ru '),
(14811,'field:18',0,1,' https ccfairlawnedge com contact '),
(14811,'field:19',0,1,' info ccfairlawnedge com '),
(14811,'field:6',0,1,' scottasype '),
(14811,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14811,'field:8',0,1,' google '),
(14811,'field:9',0,1,' general inquiry '),
(14811,'title',0,1,' 2026 01 21 11 45 36 '),
(14812,'field:10',0,1,' obshhaia ploshhad ucastka 25 sotok https berezov lsk ru vy polucite gotovyi proekt minimum cerez 14 dnei https berezov lsk ru dalneisii srok soglasovyvaem vmeste s proektom https berezov lsk ru 4 https berezov lsk ru 8 obshhaia ocenka 4 https berezov lsk ru 7 sootnosenie cena kacestvo 5 sobliudenie srokov 4 https berezov lsk ru 5 cistota vo vremia rabot 5 poriadocnost kompanii https berezov lsk ru klienty kotorye uze ocenili evropeiskii podxod i professionalizm komandy gried https berezov lsk ru preimushhestva kompanii https berezov lsk ru garantiia na vse vidy uslug https berezov lsk ru '),
(14812,'field:18',0,1,' https ccregent com contact '),
(14812,'field:19',0,1,' info ccregent com '),
(14812,'field:6',0,1,' scottvet '),
(14812,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14812,'field:8',0,1,' google '),
(14812,'field:9',0,1,' general inquiry '),
(14812,'title',0,1,' 2026 01 21 11 45 38 '),
(14813,'field:10',0,1,' 4 https berezov lsk ru zakliucite dogovor https berezov lsk ru vse otzyvy https berezov lsk ru obshhaia ploshhad ucastka 20 sotok https berezov lsk ru razrabotka landsaftnogo proekta https berezov lsk ru avtopoliva https berezov lsk ru rzevskii memorial i volokolamsk https berezov lsk ru '),
(14813,'field:18',0,1,' https ccregent com contact '),
(14813,'field:19',0,1,' info ccregent com '),
(14813,'field:6',0,1,' scottvet '),
(14813,'field:7',0,1,' margarita stolyarova 26 05 1995 mail ru '),
(14813,'field:8',0,1,' google '),
(14813,'field:9',0,1,' general inquiry '),
(14813,'title',0,1,' 2026 01 21 11 45 38 '),
(14814,'field:10',0,1,' tatu salon v moskve s lucsei kollekciei sriftov https maze tattoo catalog b beskonechnii uzel pocemu vybiraiut nas opyt raboty https maze tattoo catalog s svekla mastera studii imeiut opyt raboty bolee 10 let osnovnye mastera bolee 30 let https maze tattoo catalog k kity vse oborudovanie proxodit tshhatelnuiu obrabotku i sterilizaciiu https maze tattoo catalog f feya osnashhenie studii sootvetstvuet vsem trebovaniiam sanepidemstancii poetomu risk zarazeniia cem libo iskliucen https maze tattoo catalog t tradik studiia ispolzuet kacestvennye rasxodnye materialy ot proverennyx proizvoditelei https maze tattoo catalog c samuray 200 kv https maze tattoo catalog t m tvorceskogo prostranstva https maze tattoo catalog x miyazaki master tatu https maze tattoo catalog yo '),
(14814,'field:18',0,1,' https ccshrewsbury com contact '),
(14814,'field:19',0,1,' info ccshrewsbury com '),
(14814,'field:6',0,1,' barrywaf '),
(14814,'field:7',0,1,' prosavmobi1981 mail ru '),
(14814,'field:8',0,1,' google '),
(14814,'field:9',0,1,' general inquiry '),
(14814,'title',0,1,' 2026 01 21 11 50 26 '),
(14815,'field:10',0,1,' k sozaleniiu u nas net podxodiashhix turov dlia otobrazeniia https akademy21 ru osnovinutriciolog 27 ianvaria sb 7 nocei ot 230 017 rub https akademy21 ru contacts almaty kitai sania https akademy21 ru cosmetolog estet peterburzcy te kto scital kogda libo kitai stranoi s milliardnym naseleniem gde vse priobretia tur v kitai iz sankt peterburga sdelaet dlia sebia priiatnoe otkrytie ved eto gosudarstvo imeet takuiu vnusitelnuiu istoriiu kotoroi mogut pozavidovat podavliaiushhee bolsinstvo gosudarstv po vsemu miru vostok crezvycaino bogat svoimi tradiciiami kulturoi a takze istoriei poetomu esli u vas v zapase net svobodnogo mesiaca a lucse dvux dlia organizacii svoego razmerennogo otdyxa v kitae s poseshheniem interesuiushhix vas dostoprimecatelnostei kurortov vystavok i mnogogo drugogo to lucse brodit s ekskursovodom po opredelennomu tematiceskomu marsrutu https akademy21 ru eurocosmetic etot variant xoros no vse ze ctoby vkusit vsiu prelest vostoka ponadobitsia daze ne odin mesiac https akademy21 ru courses depilation cego stoiat tolko velikolepnye imperatorskie dvorcy razlicnyx dinastii grobnicy xramy altar neba tiantian otdelno vnimanie stoit udelit konecno ze velikoi kitaiskoi stene cudu arxitekturnoi mysli a takze zapretnomu gorodu v nem snimala klip znamenitaia gruppa 30 second to mars prim https akademy21 ru kurs cosmetolog estet avt https akademy21 ru master epiliacii https akademy21 ru master brovist sanxai krupneisii megapolis kitaia https akademy21 ru master brovist ranee on scitalsia odnim iz vazneisix kulturnyx centrov poskolku obladal zavorazivaiushhei atmosferoi a takze svoeobraznym sarmom kotoryi pomog zavoevat gorodu zvanie v 20 e gody proslogo veka https akademy21 ru modeliruuchimassaj esli perecislit vse dostoprimecatelnosti sanxaia uidet crezvycaino mnogo vremeni poetomu ostanovimsia na xrame nefritovogo buddy https akademy21 ru contacts murmansk nazvanie on polucil iz za ukraseniia v forme 2 statuetok buddy vyrezannyx iz belogo nefrita https akademy21 ru contacts yuzhno sahalinsk takze posetite carskii mavzolei v naniue i sanxaiskuiu operu caruiushhee zrelishhe https akademy21 ru blog tpost xsuyxac6z1 preimuschestva obucheniya v kitae rasstoianie do pliaza https akademy21 ru combinirivaniy manicur '),
(14815,'field:18',0,1,' http ccmarcella com contact '),
(14815,'field:19',0,1,' info ccmarcella com '),
(14815,'field:6',0,1,' philiplaw '),
(14815,'field:7',0,1,' halcheni1990 mail ru '),
(14815,'field:8',0,1,' google '),
(14815,'field:9',0,1,' general inquiry '),
(14815,'title',0,1,' 2026 01 21 11 51 29 '),
(14816,'field:10',0,1,' proizvoditel predpocitaiushhii klassiceskie reseniia staviashhii vo glavu ugla bezuprecnost ispolneniia https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=19 v ego produkcii udivitelnym obrazom perepletaiutsia predstavleniia o klassiceskoi i kuxonnoi mebeli https www legnostyle ru catalog inter eri stenovie paneli s4 html kolicestvo kategorii liudei kotorye priezzaiut v kitai strogo ograniceno https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=3 kak pravilo eto turisty biznesmeny ili studenty https www legnostyle ru catalog dveri iz massiva pagen 1=3 est eshhe emigranty i rabocie https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnie arki i portali arka a7 html i esli biznesmeny s oznakomivsis s predstavlennym na saite materialom zakazat vybrannuiu mebel mozno v salonax kompanii gde professionalnye dizainery konsultanty predostaviat podrobnuiu informaciiu obo vsex interesuiushhix vas izdeliiax i pomogut resit samye nestandartnye zadaci po oformleniiu interera https www legnostyle ru catalog mebel garderobnie gp 8 html iniciatorom protesta stalo novoe profsoiuznoe obieedinenie medicinskix rabotnikov https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l1 8 html po mneniiu aktivistov bolnicy gonkonga opublikovano 04 02 2020 15 45 v podnebesnoi vypuskaiut samuiu raznoobraznuiu produkciiu kompiutery bytovuiu texniku avtomobili odezdu i t https www legnostyle ru proizvodstvo dveri iz dereva mejkomnatnie pagen 1=5 d https www legnostyle ru catalog mebel d1 14 html eta produkciia vyvoditsia na mezdunarodnyi rynok i obladaet xorosim sprosom https www legnostyle ru catalog mejkomnatnie dveri perfetto dver p3 html no magazin dorogoi elitnoi mebelisalon elitnoi mebeli my otkroem dlia vas dveri v mir dostupnoi roskosi '),
(14816,'field:18',0,1,' http ccmonmouth com contact '),
(14816,'field:19',0,1,' info ccmonmouth com '),
(14816,'field:6',0,1,' davidsleri '),
(14816,'field:7',0,1,' tacusol 6816 mail ru '),
(14816,'field:8',0,1,' google '),
(14816,'field:9',0,1,' general inquiry '),
(14816,'title',0,1,' 2026 01 21 11 52 29 '),
(14817,'field:10',0,1,' kak skazano v soobshhenii resenie snizit razmer oplaty eto rezultat nedovolstva turistov https www legnostyle ru catalog lestnici elitnye lestnica l1 3 html takze eto dolzno posposobstvovat rostu vnutrennego turizma s ucastiem semei imeiushhix srednii dostatok https www legnostyle ru catalog mejkomnatnie dveri nestandarnye vhodnaya dver e18 html sovremennye tendencii pokazali nam cto elitnaia mebel iz dereva stoit dorogo no zato ona vypolnena polnostiu iz naturalnogo ekologiceski cistogo dereva i imeet ocen mnogo preimushhestv pered drugimi materialami https www legnostyle ru catalog mejkomnatnie dveri dver p22 html takaia mebel obespecit nam komfort budet ocen udobnoi i mnogofunkcionalnoi i budet imet nepovtorimyi dizain https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 19 html vse eti svoistva vmestila v sebia elitnaia mebel iz dereva https www legnostyle ru catalog lestnici na vtoroy etazh lestnica l8 25 html takaia mebel velikolepno vpisyvaetsia v liuboi roskosnyi interer i bezuslovno budet vygliadet dorogo vydeliaia vas izyskannyi vkus https www legnostyle ru radiusnye mezhkomnatnye dveri html pagen 2=17 dostoinstva mebeli predstavlennoi v salonax nesomnenno otmetit tot kto obladaet tonkim blagorodnym vkusom i cenit sovokupnost stilnogo dizaina i neobycainogo komforta https www legnostyle ru catalog mejkomnatnie dveri d peregorodki a11 html orientaciia na izgotovlenie kuxonnoi mebeli s takim rascetom ctoby soedinit voedino znamenityi italianskii stil kacestvo i dizain s sovremennymi trebovaniiami ergonomiki i funkcionalnosti https www legnostyle ru skladnye mezhkomnatnye dveri html pered smertiu suprugi zamorozili neskolko embrionov tak kak planirovali zavesti detei pri pomoshhi surrogatnoi materi https www legnostyle ru podlestnichnoe prostranstvo html embriony xranilis v klinike v zidkom azote pri temperature 196 gradusov https www legnostyle ru catalog lestnici otdelka betonnyh lestnic lestnica l8 18 html babuski i deduski novorozdennogo dolgoe vremia sudilis opublikovano 13 04 2018 21 25 elitnaia mebel mebel dlia liudei kotorye po dostoinstvu ceniat roskos obladaiut svoim sobstvennym nepovtorimym predstavleniem o stile obladaiut sikarnym vkusom https www legnostyle ru catalog mejkomnatnie dveri perfetto model p4 html elitnaia mebel kotoraia sozdaetsia iz samyx dorogix porod dereva eto glavnyi priznak istinnogo vkusa https www legnostyle ru catalog dveri pagen 1=9 v nastoiashhee vremia dlia bolsinstva liudei simvolom uspexa i bogatstva scitaiutsia predmety interera kotorye vypolneny iz naturalnyx materialov v klassiceskom vide https www legnostyle ru catalog mejkomnatnie dveri mejkomnatnaa dver d20 html pri etom stoimost mebel elitnoi kategorii vyxodiat za granicy tak nazyvaemogo srednego segmenta i eto vpolne iasno https www legnostyle ru klassicheskie mezhkomnatnye dveri html ved daze daleko ne vsia mebel iz drevesnogo massiva mozet nazyvatsia elitnoi https www legnostyle ru catalog mejkomnatnie dveri nestandarnye mejkomnatnaa dver d16 html ved elitarnost ne prosto materialy dorogostoiashhie odnako eshhe i avtorskii zamysel vesma kropotlivaia rucnaia rabota voploshhenie i dizain https www legnostyle ru catalog mejkomnatnie dveri d peregorodki arka a21 html preimushhestva elitnoi mebeliglavnye certy otlicaiushhie elitnuiu mebel ot vsex ostalnyx tipov dolgovecnost i funkcionalnost https www legnostyle ru catalog mebel derevyannye stoly pagen 1=2 eto svidetelstvuet o tom cto furnitura dlia nee obiazana byt vesma vysokogo kacestva sozdana na samom sovremennom firmennom oborudovanii pri ucete vsex norm i trebovanii v otnosenii nadeznosti i obiazana prodolzitelnyi promezutok vremeni sluzit bez zamen i remontov https www legnostyle ru catalog inter eri pt 15 html dizain elitnoi mebeli otrabatyvaetsia maksimalno tshhatelno pri ucete vsex poslednix samyx modnyx tendencii https www legnostyle ru catalog mejkomnatnie dveri diverso mejkomnatnaa dver d39 html on rasscitan na dovolno malenkii krug sostoiatelnyx grazdan kotorye stremiatsia sformirovat v svoem zilom ili rabocem pomeshhenii atmosferu izyskannosti i roskosi https www legnostyle ru catalog mebel komod model kts 6 html pri etom vse melcaisie detali vsegda sootvetstvuiut kliucevym principam ergonomiki https www legnostyle ru otzyvy ekskliuzivnaia i elitnaia mebel sozdaetsia po castnym razmeram i eskizam moduli bystro i prosto transformiruiutsia https www legnostyle ru catalog dveri pagen 1=20 v to ze vremia primenenie naturalnyx materialov v oblasti elitnoi mebeli delaet ee ekologicnoi i maksimalno bezopasnoi https www legnostyle ru catalog mejkomnatnie dveri iz massiva pagen 1=16 gde zakazat lucsuiu elitnuiu mebelvas interesuet v takom slucae obrashhaites k lucsei iz lucsix kompanii eto kompaniia kotoraia opiraetsia na kacestvo dizain proizvodstvo iz dereviannogo massiva ekskliuzivnoi i elitnoi pod konkretnye zakazy https www legnostyle ru catalog mejkomnatnie dveri model i19 html unikalnaia po svoei suti produkciia izgotavlivaetsia i proektiruetsia pod opredelennye obieekty pri ucete obieema i formy sootvetstvuiushhego prostranstva obshhei dizainerskoi koncepcii https www legnostyle ru catalog mejkomnatnie dveri nestandarnye a 38 html '),
(14817,'field:18',0,1,' https completecareoakridge com contact '),
(14817,'field:19',0,1,' info completecareoakridge com '),
(14817,'field:6',0,1,' davidlient '),
(14817,'field:7',0,1,' tacusol 6816 mail ru '),
(14817,'field:8',0,1,' google '),
(14817,'field:9',0,1,' general inquiry '),
(14817,'title',0,1,' 2026 01 21 11 53 07 '),
(14818,'field:10',0,1,' sirina 50 sm vysota 60 sm obieem 30l plotnost 12 mkm upakovka 2500 st https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v plastah meshok 220 litrov 90h130 sm pvd chernyj jekonom krome procego my rabotaem so vsemi variantami oplaty i postavki zakazov https kapio ru katalog meshki dlya musora meshki pnd meshki dlja musora 30 litrov pnd prozrachnye 25 shtuk v rulone usilennye v castnosti u nas mozno kupit musornye meski optom i v roznicu po maksimalno dostupnym rascenkam https kapio ru katalog xozyajstvennyij inventar meshki dlya pyilesosov meshok pylesbornyj dlja pylesosa karcher t7 1 t 9 1 k6 pani pronja komplekt 5 sht obrashhaites v nasu kompaniiu po telefonu 7 499 235 48 91 i my pomozem vybrat meski dlia musora pnd i pvd pod vasi zadaci https kapio ru katalog byitovaya ximiya sredstva dlya myitya posudyi help sredstvo dlja mytja posudy magic foam 500 g meski dlia musora osobennosti i vidy https kapio ru katalog mopyi mopyi 60 sm pri zakaze na summu svyse 7 000 rub https kapio ru katalog tkani salfetki tryapki tekstilnyie protirochnyie materialyi salfetki i tryapki dostavka v predelax mkad osushhestvliaetsia besplatno https kapio ru katalog xozyajstvennyij inventar flaunderyi i ramki dlya mopov ruchka dlja shhetok i mopov s rezboj metallicheskaja meski dlia musora iz polietilena pvd xoziaistvennye cernogo cveta nasi https kapio ru katalog sredstva dlya zashhityi ruk xozyajstvennyie perchatki perchatki rezinovye libry s napyleniem jelastichnye zheltye razmery s m l xl polnoe opisanie v nalicii na sklade v upakovke 50 st https kapio ru katalog klejkie lentyi upakovochnyie klejkie lentyi klejkakja lenta upakovochnaja korichnevaja 50 mm 45 mkm cena za 1 st 16 https kapio ru katalog byitovaya ximiya sredstva dlya chistki stekol i zerkal sredstvo dlja mytja stekol help svezhij ozon 0 75 l s raspylitelem 90 r dostupno dlia pokupki ot kratno 1 st https kapio ru katalog meshki dlya musora meshki pvd meshki pvd v rulonax meshki 120 litrov 10 sht v rulone 70h110 pvd zelenye usilennye mesok dlia musora 30 l https kapio ru katalog byitovaya ximiya sredstva dlya myitya posudyi purri purry total tabletki dlja posudomoechnyh mashin 100sht v upakovke '),
(14818,'field:18',0,1,' https ccwestcaldwell com contact '),
(14818,'field:19',0,1,' info ccwestcaldwell com '),
(14818,'field:6',0,1,' michaelpit '),
(14818,'field:7',0,1,' simonenko borya list ru '),
(14818,'field:8',0,1,' google '),
(14818,'field:9',0,1,' general inquiry '),
(14818,'title',0,1,' 2026 01 21 11 53 17 '),
(14844,'field:10',0,1,' soglasuem i utverdim zakaz https norsy ru kontakty specifika zakaza https norsy ru otzyvy markirovka i sertifikaciia https norsy ru voprosy otvety pecat v vysokom razresenii i bez ogranicenii po cvetam poetomu raspecatat mozno daze fotografii https norsy ru kontakty nase oborudovanie dlia krupnyx zakazov https norsy ru o nas optovyi posiv https norsy ru poshiv futbolok '),
(14844,'field:18',0,1,' http completecareheritage com contact '),
(14844,'field:19',0,1,' info completecareheritage com '),
(14844,'field:6',0,1,' leonelarept '),
(14844,'field:7',0,1,' stapuntril1990 mail ru '),
(14844,'field:8',0,1,' google '),
(14844,'field:9',0,1,' general inquiry '),
(14844,'title',0,1,' 2026 01 21 11 55 37 '),
(14869,'field:10',0,1,' hi complete care ive built and trained an ai employee specifically for complete care its already been trained on 6 hours worth of your publicly available data your website google business profile and more it knows how to answer customer questions capture leads and even follow up just like a team member would this isnt a sales call its a 20 minute demo where you can actually interact with the ai employee and see what it can do would today or tomorrow work for a quick walkthrough select a time to meet your agent here https getdandy com trained agent ff or you can reach me directly at 949 979 7488 talk soon thank you jennifer obrien ai implementation advisor getdandy visit us online https getdandy com trained agent ff unsubscribe https bit ly 42wnusa '),
(14869,'field:18',0,1,' https mycompletecare com contact '),
(14869,'field:19',0,1,' cfleming completecaremgmt com '),
(14869,'field:6',0,1,' jennifer obrien '),
(14869,'field:7',0,1,' jenn ob getdandyaiteam com '),
(14869,'field:8',0,1,' get dandy '),
(14869,'field:9',0,1,' general inquiry '),
(14869,'title',0,1,' 2026 01 21 12 00 44 '),
(14870,'field:10',0,1,' 5 casov 47 minut nazad https shcherbinins ru aboutus nas opytnyi personal garantiruet vysokoe kacestvo bliud i obsluzivaniia https shcherbinins ru my sledim za kazdoi detaliu ctoby vase meropriiatie proslo idealno https shcherbinins ru contacts nasi uslugi vkliucaiut deserty dlia furseta ot 40 rublei https shcherbinins ru uslugy burger bum na 10 person https shcherbinins ru menu zakaz dostavili vovremia akkuratno upakovali vse boksy sviazany mezdu soboi zgutom bolsoi paket dlia trasportirovki i vkus i vnesnii vid bliud otlicnye https shcherbinins ru contacts kruassany byli deistvitelno kruassanami a ne drozzevymi bulkami https shcherbinins ru uslugy nacinki v profitroliax ne pozaleli vse ovoshhi v mini narezkax byli svezimi i vygliadeli xoroso https shcherbinins ru ia rada cto ugodila sebe i gostiam ostanoviv svoi vybor na etoi kompanii https shcherbinins ru menu meropriiatie na 15 person https shcherbinins ru menu '),
(14870,'field:18',0,1,' http completecarewall com contact '),
(14870,'field:19',0,1,' info completecarewall com '),
(14870,'field:6',0,1,' michaelrhymn '),
(14870,'field:7',0,1,' natulya fedosova 96 mail ru '),
(14870,'field:8',0,1,' google '),
(14870,'field:9',0,1,' general inquiry '),
(14870,'title',0,1,' 2026 01 21 12 02 08 '),
(14871,'field:10',0,1,' ot cego zavisit stoimost keiteringa pocemu stoit vybrat caterme dlia zakaza keiteringa nasi klienty https shcherbinins ru uslugy kommunikaciia https shcherbinins ru keitering eto https shcherbinins ru aboutus originalnoe oformlenie sozdaet atmosferu prazdnika i obespecivaet unikalnost vasego meropriiatiia https shcherbinins ru contacts my vyezzaem na mesto provedeniia zaranee ctoby potom produmat kazduiu detal do melocei vkliucaia udobnuiu rasstanovku stolov i servirovku kotoraia dolzna socetatsia s obshhei stilistikoi i cvetovoi gammoi https shcherbinins ru contacts '),
(14871,'field:18',0,1,' http completecarewall com contact '),
(14871,'field:19',0,1,' info completecarewall com '),
(14871,'field:6',0,1,' michaelrhymn '),
(14871,'field:7',0,1,' natulya fedosova 96 mail ru '),
(14871,'field:8',0,1,' google '),
(14871,'field:9',0,1,' general inquiry '),
(14871,'title',0,1,' 2026 01 21 12 02 08 '),
(14872,'field:10',0,1,' otzyvy klientov https shcherbinins ru aboutus mariia koval https shcherbinins ru contacts vy mozete zakazat uslugi keiteringa dlia vasego meropriiatiia na saite young catering https shcherbinins ru uslugy esli vam nuzna dostavka banketnyx i fursetnyx bliud posmotrite katalog gotovyx predlozenii i oformite zakaz cerez korzinu ukazav vremia nacala meropriiatiia https shcherbinins ru menu etapy raboty https shcherbinins ru aboutus vse otlicno xocu poblagodarit komandu za organizaciiu i dostavku kacestvennoi i krasivoi produkcii https shcherbinins ru menu zakazyvaiu vtoroi god na den rozdeniia 13 15 korobok vse cetko uvedomleniia na kazdom etape zakaz polucen pristupili ot gruzili vse cetko ia ocen dovolna spasibo https shcherbinins ru menu edinstvennoe pozelanie ot kolleg ne xvataet tablicek s nazvaniiami kazdoi pozicii '),
(14872,'field:18',0,1,' http completecarewall com contact '),
(14872,'field:19',0,1,' info completecarewall com '),
(14872,'field:6',0,1,' michaelrhymn '),
(14872,'field:7',0,1,' natulya fedosova 96 mail ru '),
(14872,'field:8',0,1,' google '),
(14872,'field:9',0,1,' general inquiry '),
(14872,'title',0,1,' 2026 01 21 12 02 08 '),
(14873,'alt',0,1,''),
(14873,'extension',0,1,' jpg '),
(14873,'filename',0,1,' severna ad 1 jpg '),
(14873,'kind',0,1,' image '),
(14873,'slug',0,1,''),
(14873,'title',0,1,' severna ad 1 '),
(14881,'field:10',0,1,' vxodia v temnuiu zonu priemo vycislitelnyi modul teriaet vozmoznost peredavat dannye na server https ftnet ru vladikavkaz specialno dlia takix situacii u mnogix navigacionnyx trekerov imeetsia vstroennaia energonezavisimaia pamiat pozvoliaiushhaia soxraniat parametry peremeshhenii https ftnet ru telematic posle vozobnovleniia stabilnosti kanala sviazi vse nakoplennye za poslednee vremia rascety pozicionirovaniia peredaiutsia na centralnyi kompiuter za odin seans https ftnet ru serpukhov vaznoe utocnenie otsutstvie gsm soedineniia ne iskliucaet priem sputnikovyx signalov kupit v 1 klik https ftnet ru ftart cena 7500 rub https ftnet ru stazhirovkavrn student mbik 3030 glonass gps terminal https ftnet ru sergiyev posad otslezivanie sotrudnikov transportnyx sredstv i topliva s pomoshhiu sputnikovogo monitoringa glonass gps znacitelno povysaet effektivnost vladeniia avtoparkom kak sobstvennogo tak i arendovannogo https ftnet ru vorkuta ustanovka glonass otslezivaniia avtotransporta obespecivaet polnyi kontrol za avtoparkom https ftnet ru chaykovskiy vasi voditeli pod prismotrom 24 casa v sutki https ftnet ru vladikavkaz nakrucivanie odometra avtomobilia https ftnet ru sergiyev posad '),
(14881,'field:18',0,1,' https ccspringbrook com contact '),
(14881,'field:19',0,1,' info ccspringbrook com '),
(14881,'field:6',0,1,' lloydinege '),
(14881,'field:7',0,1,' hrabrgulyaev1996673 mail ru '),
(14881,'field:8',0,1,' google '),
(14881,'field:9',0,1,' general inquiry '),
(14881,'title',0,1,' 2026 01 21 12 04 53 '),
(14887,'field:10',0,1,' otpravliaia dannuiu formu vy soglasaetes na obrabotku personalnyx dannyx https maze tattoo catalog sh tatu studiia zabitye 18 tatuirovki po liubvi skidki do 50% g https maze tattoo catalog v vesi moskva 24 aprelia 2025 https maze tattoo catalog d lucsie mastera moskvy rudik prekrasnyi master vnimatelnyi i professionalnyi rabota polucilas lucse s ego korrektirovkami '),
(14887,'field:18',0,1,' https ccbayshore com contact '),
(14887,'field:19',0,1,' info ccbayshore com '),
(14887,'field:6',0,1,' barrystera '),
(14887,'field:7',0,1,' prosavmobi1981 mail ru '),
(14887,'field:8',0,1,' google '),
(14887,'field:9',0,1,' general inquiry '),
(14887,'title',0,1,' 2026 01 21 12 06 36 '),
(14891,'field:10',0,1,' studiia blackfly 3200 po versii kudago https maze tattoo catalog m medved pirsing v salone tatuirovok klassik ocen ponravilsia salon i otnosenie personala https maze tattoo catalog k kadutsey molodye dobrozelatelnye vnimatelnye i veselye liudi https maze tattoo catalog x khomyak dima master svoego dela moia mini tatu bozia korovka s nozdriami i usikami iuvelir spasibo ogromnoe obiazatelno k vam vernus zakryt okno https maze tattoo catalog x obucaem tatu masterstvu profi s mnogoletnim opytom deliatsia svoim masterstvom https maze tattoo catalog b bobry '),
(14891,'field:18',0,1,' https ccplainfield com contact '),
(14891,'field:19',0,1,' info ccplainfield com '),
(14891,'field:6',0,1,' barryfoeft '),
(14891,'field:7',0,1,' prosavmobi1981 mail ru '),
(14891,'field:8',0,1,' google '),
(14891,'field:9',0,1,' general inquiry '),
(14891,'title',0,1,' 2026 01 21 12 11 11 '),
(14893,'field:10',0,1,' through death the family is not destroyed it is transformed a part of it passes into the unseen we believe that death is an absence when in fact it is a discreet presence i am suffering from a serious illness that will lead to my certain death i have EUR512 000 in my bank account which i would like to donate please contact me if you are interested email mariajesusgarciaa86 gmail com '),
(14893,'field:18',0,1,' http ccmultimed com contact '),
(14893,'field:19',0,1,' info ccmultimed com '),
(14893,'field:6',0,1,' robertwet '),
(14893,'field:7',0,1,' mariajesusmateo79 gmail com '),
(14893,'field:8',0,1,' google '),
(14893,'field:9',0,1,' general inquiry '),
(14893,'title',0,1,' 2026 01 21 12 16 03 '),
(14895,'field:10',0,1,' imagine turning a single idea a keyword an image or a simple concept into a polished cinematic video ready for tiktok youtube shorts reels or your ad campaigns all in under a minute and without filming scripting or editing thats exactly why aiclips live was built remember for a limited time you can access ai clips for just $19 no subscriptions no recurring fees just one payment for lifetime access to these world class tools get it now before the offer ends https iiil ink aiclips heres how it works and why its a game changer 1 type a keyword upload an image or drop a concept the systems ai understands your vision and builds a full video for you 2 behind the scenes your video gets a complete script voiceover background music cinematic visuals dynamic motion lighting and editing as if it was done by a full video team 3 no skills needed no editing software no freelancers whether youre a beginner solo creator agency or business you can create high quality videos instantly 4 output formats optimized for social media and ads perfect for tiktok instagram youtube ads product promos brand storytelling and more why you absolutely need this tool especially now because in 2025 video isnt optional its the most powerful way businesses creators and brands reach audiences yet producing pro grade video content is expensive time consuming and requires skill with aiclips live you skip all that friction you get 1 studio grade production quality with zero overhead 2 ability to crank out new videos fast ideal for high velocity content strategies 3 no need to worry about hiring editors voice actors or producers 4 full creative control from idea to final video under your brand whether you run an e commerce store marketing agency coaching business social media brand or simply want to scale content with minimal effort aiclips live becomes your video production studio in the cloud ready to stop wasting time and start producing cinematic scroll stopping videos on demand check out aiclips live today and lets turn your next idea into a video that grabs attention builds trust and drives action the deals actual price is $19 but when you use our link below you will get an extra $3 off thats cool right use this promo link for an extra $3 off get it now before the offer ends https iiil ink aiclips 30 days money back guarantee best regards ai clips '),
(14895,'field:18',0,1,' http ccparkplace com contact '),
(14895,'field:19',0,1,' info ccparkplace com '),
(14895,'field:6',0,1,' ai clips '),
(14895,'field:7',0,1,' deal aiclips live '),
(14895,'field:8',0,1,' google '),
(14895,'field:9',0,1,' general inquiry '),
(14895,'title',0,1,' 2026 01 21 12 17 34 '),
(14902,'alt',0,1,''),
(14902,'extension',0,1,' jpg '),
(14902,'filename',0,1,' victoriacommons ad jpg '),
(14902,'kind',0,1,' image '),
(14902,'slug',0,1,''),
(14902,'title',0,1,' victoria commons ad '),
(14908,'field:10',0,1,' testing with recaptcha '),
(14908,'field:18',0,1,' https mycompletecare com contact '),
(14908,'field:19',0,1,' cfleming completecaremgmt com '),
(14908,'field:6',0,1,' akg test '),
(14908,'field:7',0,1,' kaden aftonkleingroup com '),
(14908,'field:8',0,1,' akg '),
(14908,'field:9',0,1,' general inquiry '),
(14908,'title',0,1,' 2026 01 21 12 34 24 '),
(14913,'field:12',0,1,' akg test '),
(14913,'field:13',0,1,' kaden aftonkleingroup com '),
(14913,'field:14',0,1,' 18017094417 '),
(14913,'field:15',0,1,''),
(14913,'field:16',0,1,' activities recreation administrative business office '),
(14913,'field:17',0,1,' testing careers form '),
(14913,'field:20',0,1,' https mycompletecare com careers '),
(14913,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(14913,'title',0,1,' 2026 01 21 12 45 42 '),
(14926,'field:12',0,1,' akg test '),
(14926,'field:13',0,1,' kaden aftonkleingroup com '),
(14926,'field:14',0,1,' 18017094417 '),
(14926,'field:15',0,1,''),
(14926,'field:16',0,1,' activities recreation administrative business office '),
(14926,'field:17',0,1,' testing bey lea contact form '),
(14926,'field:20',0,1,' https ccbeylea com careers '),
(14926,'field:21',0,1,' info ccbeylea com '),
(14926,'title',0,1,' 2026 01 21 12 50 00 '),
(14935,'field:12',0,1,' akg test '),
(14935,'field:13',0,1,' kaden aftonkleingroup com '),
(14935,'field:14',0,1,' 18017094417 '),
(14935,'field:15',0,1,''),
(14935,'field:16',0,1,' admissions marketing '),
(14935,'field:17',0,1,' testing bey lea contact form '),
(14935,'field:20',0,1,' https ccbeylea com careers '),
(14935,'field:21',0,1,' kaden aftonkleingroup com '),
(14935,'title',0,1,' 2026 01 21 12 54 58 '),
(14938,'alt',0,1,''),
(14938,'extension',0,1,' jpg '),
(14938,'filename',0,1,' arbors ad 1 2026 01 21 175504 hbtm jpg '),
(14938,'kind',0,1,' image '),
(14938,'slug',0,1,''),
(14938,'title',0,1,' arbors ad 1 '),
(14954,'alt',0,1,''),
(14954,'extension',0,1,' pdf '),
(14954,'filename',0,1,' cc arbors clinical capabilities chart flyer digital 2026 01 21 181926 iwyc pdf '),
(14954,'kind',0,1,' pdf '),
(14954,'slug',0,1,''),
(14954,'title',0,1,' cc arbors clinical capabilities chart flyer digital '),
(14958,'alt',0,1,''),
(14958,'extension',0,1,' pdf '),
(14958,'filename',0,1,' cc bey lea clinical capabilities chart flyer digital 2026 01 21 182017 tuzc pdf '),
(14958,'kind',0,1,' pdf '),
(14958,'slug',0,1,''),
(14958,'title',0,1,' cc bey lea clinical capabilities chart flyer digital '),
(14963,'alt',0,1,''),
(14963,'extension',0,1,' pdf '),
(14963,'filename',0,1,' cc brick clinical capabilities chart flyer digital 2026 01 21 182038 hlcx pdf '),
(14963,'kind',0,1,' pdf '),
(14963,'slug',0,1,''),
(14963,'title',0,1,' cc brick clinical capabilities chart flyer digital '),
(14967,'alt',0,1,''),
(14967,'extension',0,1,' pdf '),
(14967,'filename',0,1,' cc burlington woods clinical capabilities chart flyer digital 2026 02 13 173746 hmow pdf '),
(14967,'kind',0,1,' pdf '),
(14967,'slug',0,1,''),
(14967,'title',0,1,' cc burlington woods clinical capabilities chart flyer digital '),
(14970,'alt',0,1,''),
(14970,'extension',0,1,' pdf '),
(14970,'filename',0,1,' cc court house clinical capabilities chart flyer digital 2026 01 21 182128 nbgu pdf '),
(14970,'kind',0,1,' pdf '),
(14970,'slug',0,1,''),
(14970,'title',0,1,' cc court house clinical capabilities chart flyer digital '),
(14975,'alt',0,1,''),
(14975,'extension',0,1,' pdf '),
(14975,'filename',0,1,' cc green acres clinical capabilities chart flyer digital 2026 01 21 182153 rcfs pdf '),
(14975,'kind',0,1,' pdf '),
(14975,'slug',0,1,''),
(14975,'title',0,1,' cc green acres clinical capabilities chart flyer digital '),
(14983,'alt',0,1,''),
(14983,'extension',0,1,' pdf '),
(14983,'filename',0,1,' cc holiday city clinical capabilities chart flyer digital 2026 02 13 174908 hxak pdf '),
(14983,'kind',0,1,' pdf '),
(14983,'slug',0,1,''),
(14983,'title',0,1,' cc holiday city clinical capabilities chart flyer digital '),
(14999,'alt',0,1,''),
(14999,'extension',0,1,' pdf '),
(14999,'filename',0,1,' cc kresson view clinical capabilities chart flyer digital 2026 01 21 182555 wfxm pdf '),
(14999,'kind',0,1,' pdf '),
(14999,'slug',0,1,''),
(14999,'title',0,1,' cc kresson view clinical capabilities chart flyer digital '),
(15002,'alt',0,1,''),
(15002,'extension',0,1,' pdf '),
(15002,'filename',0,1,' cc laurelton clinical capabilities chart flyer digital 2026 01 21 182615 pcvl pdf '),
(15002,'kind',0,1,' pdf '),
(15002,'slug',0,1,''),
(15002,'title',0,1,' cc laurelton clinical capabilities chart flyer digital '),
(15005,'alt',0,1,''),
(15005,'extension',0,1,' pdf '),
(15005,'filename',0,1,' cc marcella clinical capabilities chart flyer digital 2026 01 21 182649 xddh pdf '),
(15005,'kind',0,1,' pdf '),
(15005,'slug',0,1,''),
(15005,'title',0,1,' cc marcella clinical capabilities chart flyer digital '),
(15008,'alt',0,1,''),
(15008,'extension',0,1,' pdf '),
(15008,'filename',0,1,' cc monmouth clinical capabilities chart flyer digital 2026 02 13 175612 xjxk pdf '),
(15008,'kind',0,1,' pdf '),
(15008,'slug',0,1,''),
(15008,'title',0,1,' cc monmouth clinical capabilities chart flyer digital '),
(15011,'alt',0,1,''),
(15011,'extension',0,1,' pdf '),
(15011,'filename',0,1,' cc ocean grove clinical capabilities chart flyer digital 2026 01 21 182755 tgph pdf '),
(15011,'kind',0,1,' pdf '),
(15011,'slug',0,1,''),
(15011,'title',0,1,' cc ocean grove clinical capabilities chart flyer digital '),
(15014,'alt',0,1,''),
(15014,'extension',0,1,' pdf '),
(15014,'filename',0,1,' cc shorrock gardens clinical capabilities chart flyer digital 2026 02 13 180006 lfkf pdf '),
(15014,'kind',0,1,' pdf '),
(15014,'slug',0,1,''),
(15014,'title',0,1,' cc shorrock gardens clinical capabilities chart flyer digital '),
(15017,'alt',0,1,''),
(15017,'extension',0,1,' pdf '),
(15017,'filename',0,1,' cc shrewsbury clinical capabilities chart flyer digital 2026 01 21 182853 fgsb pdf '),
(15017,'kind',0,1,' pdf '),
(15017,'slug',0,1,''),
(15017,'title',0,1,' cc shrewsbury clinical capabilities chart flyer digital '),
(15019,'alt',0,1,''),
(15019,'extension',0,1,' pdf '),
(15019,'filename',0,1,' cc voorhees clinical capabilities chart flyer digital 2026 02 13 180259 dipp pdf '),
(15019,'kind',0,1,' pdf '),
(15019,'slug',0,1,''),
(15019,'title',0,1,' cc voorhees clinical capabilities chart flyer digital '),
(15023,'alt',0,1,''),
(15023,'extension',0,1,' pdf '),
(15023,'filename',0,1,' cc wall clinical capabilities chart flyer digital 2026 01 21 182943 oldw pdf '),
(15023,'kind',0,1,' pdf '),
(15023,'slug',0,1,''),
(15023,'title',0,1,' cc wall clinical capabilities chart flyer digital '),
(15025,'field:12',0,1,' myracle williams '),
(15025,'field:13',0,1,' myraclewilliams36 gmail com '),
(15025,'field:14',0,1,' 7083551413 '),
(15025,'field:15',0,1,' files resumes myracle williams cna resume updated pdf '),
(15025,'field:16',0,1,' nursing '),
(15025,'field:17',0,1,' dear hiring team my name is myracle williams and i am interested in a nursing position with complete care at glendale west i have experience providing compassionate care maintaining accurate documentation and supporting patient well being in fast paced environments i am confident that my skills strong work ethic and dedication to patient care would make me a valuable addition to your team i would welcome the opportunity to discuss available roles thank you for your consideration '),
(15025,'field:20',0,1,' https ccglendalewest com careers '),
(15025,'field:21',0,1,' info glendalecrc com '),
(15025,'title',0,1,' 2026 01 21 13 30 53 '),
(15026,'alt',0,1,''),
(15026,'extension',0,1,' pdf '),
(15026,'filename',0,1,' myracle williams cna resume updated pdf '),
(15026,'kind',0,1,' pdf '),
(15026,'slug',0,1,''),
(15026,'title',0,1,' myracle williams cna resume updated '),
(15081,'field:12',0,1,' nettie richardson '),
(15081,'field:13',0,1,' nettiehansome32 gmail com '),
(15081,'field:14',0,1,' 8622300815 '),
(15081,'field:15',0,1,' files resumes img 2210 jpeg '),
(15081,'field:16',0,1,' activities recreation nursing '),
(15081,'field:17',0,1,' pct '),
(15081,'field:20',0,1,' https ccorangepark com careers '),
(15081,'field:21',0,1,' info ccorangepark com '),
(15081,'title',0,1,' 2026 01 21 14 08 20 '),
(15085,'alt',0,1,''),
(15085,'extension',0,1,' jpeg '),
(15085,'filename',0,1,' img 2210 2026 01 21 191043 klwc jpeg '),
(15085,'kind',0,1,' image '),
(15085,'slug',0,1,''),
(15085,'title',0,1,' img 2210 '),
(15093,'slug',0,1,' ccatwillowcreek '),
(15093,'title',0,1,' willow creek '),
(15095,'slug',0,1,' test '),
(15095,'title',0,1,' test '),
(15116,'field:10',0,1,' hi i had reached out at thanksgiving about my brother alan mcspiritt and asked if he could be asked if my brother and i could visit never heard back from sw asking again if he is still there reason we are asking is that al was estranged from some family members and we didnt want to come if he was uncomfortable with that thanks sue '),
(15116,'field:18',0,1,' https ccwaynehills com contact '),
(15116,'field:19',0,1,' info ccwaynehills com '),
(15116,'field:6',0,1,' susan lanza '),
(15116,'field:7',0,1,' selanza comcast net '),
(15116,'field:8',0,1,''),
(15116,'field:9',0,1,' resident family support '),
(15116,'title',0,1,' 2026 01 21 14 19 39 '),
(15184,'field:10',0,1,' left 2 voicemails for mariah yesterday regarding mary murray can you please return my call at 4109197361 '),
(15184,'field:18',0,1,' https mycompletecare com contact '),
(15184,'field:19',0,1,' cfleming completecaremgmt com '),
(15184,'field:6',0,1,' cindy radovic '),
(15184,'field:7',0,1,' psyndy gmail com '),
(15184,'field:8',0,1,''),
(15184,'field:9',0,1,' general inquiry '),
(15184,'title',0,1,' 2026 01 21 14 33 29 '),
(15189,'field:10',0,1,' trying to reach mariah please return call to 4109197361 '),
(15189,'field:18',0,1,' https mycompletecare com contact '),
(15189,'field:19',0,1,' cfleming completecaremgmt com '),
(15189,'field:6',0,1,' cindy radovic '),
(15189,'field:7',0,1,' psyndy gmail com '),
(15189,'field:8',0,1,''),
(15189,'field:9',0,1,' resident family support '),
(15189,'title',0,1,' 2026 01 21 14 34 12 '),
(15269,'field:10',0,1,' i spoke with someone in ehs at a wisconsin facility and was told to reach out to the corporate location im unable to find which location that would be other than it being in new jersey any help is greatly appreciated '),
(15269,'field:18',0,1,' https mycompletecare com contact '),
(15269,'field:19',0,1,' cfleming completecaremgmt com '),
(15269,'field:6',0,1,' nate oakes '),
(15269,'field:7',0,1,' nathaniel oakes unifirst com '),
(15269,'field:8',0,1,' unifirst '),
(15269,'field:9',0,1,' general inquiry '),
(15269,'title',0,1,' 2026 01 21 14 48 31 '),
(15275,'field:10',0,1,' for mercerville nj may need long term nursing care for our 94 year old mother who is currently a resident at azalea of hamilton her condition has declined since the last month or two '),
(15275,'field:18',0,1,' https mycompletecare com contact '),
(15275,'field:19',0,1,' cfleming completecaremgmt com '),
(15275,'field:6',0,1,' lewis shinkle '),
(15275,'field:7',0,1,' lewisshinkle gmail com '),
(15275,'field:8',0,1,''),
(15275,'field:9',0,1,' resident family support '),
(15275,'title',0,1,' 2026 01 21 14 49 08 '),
(15316,'alt',0,1,''),
(15316,'extension',0,1,' pdf '),
(15316,'filename',0,1,' cc middlebury clinical capabilities chart flyer digital pdf '),
(15316,'kind',0,1,' pdf '),
(15316,'slug',0,1,''),
(15316,'title',0,1,' cc middlebury clinical capabilities chart flyer digital '),
(15319,'alt',0,1,''),
(15319,'extension',0,1,' jpeg '),
(15319,'filename',0,1,' img 5520 jpeg '),
(15319,'kind',0,1,' image '),
(15319,'slug',0,1,''),
(15319,'title',0,1,' img 5520 '),
(15326,'field:12',0,1,' shelly smalls '),
(15326,'field:13',0,1,' shellyobrien75 yahoo com '),
(15326,'field:14',0,1,' 14434522468 '),
(15326,'field:15',0,1,' files resumes shelly smalls obrien pdf '),
(15326,'field:16',0,1,' nursing '),
(15326,'field:17',0,1,' greetings to whom this may concern for i am shelly smalls a clinician for eshyft nurse staffing member who after many shift pick up at this particular facility would like to gracefully seek a full time or prn 3 11 11 7 position at your facility i really enjoy does the atmosphere and the co workers that i have grown to really enjoy spending time with while im there working with the residents and greeting a relationships that ill be informed i wish to pursue a full time position as soon as possible if i could with your facility i have put in several applications in spoken to supervisors for 3 00 11 00 mr ron and 11 7 ms kelly as they said they would welcome me coming aboard so if you could consider my application and reach back out to me i would greatly appreciate that i look forward to your call thank you and advance for considering me sincerely shelly smalls cna gna for the state of maryland '),
(15326,'field:20',0,1,' https completecareheritage com careers '),
(15326,'field:21',0,1,' careers completecareheritage com '),
(15326,'title',0,1,' 2026 01 21 15 05 15 '),
(15327,'alt',0,1,''),
(15327,'extension',0,1,' pdf '),
(15327,'filename',0,1,' shelly smalls obrien pdf '),
(15327,'kind',0,1,' pdf '),
(15327,'slug',0,1,''),
(15327,'title',0,1,' shelly smalls obrien '),
(15333,'alt',0,1,''),
(15333,'extension',0,1,' jpeg '),
(15333,'filename',0,1,' img 5519 jpeg '),
(15333,'kind',0,1,' image '),
(15333,'slug',0,1,''),
(15333,'title',0,1,' img 5519 '),
(15374,'alt',0,1,''),
(15374,'extension',0,1,' pdf '),
(15374,'filename',0,1,' complete care sample weekly menu il pdf '),
(15374,'kind',0,1,' pdf '),
(15374,'slug',0,1,''),
(15374,'title',0,1,' complete care sample weekly menu il '),
(15376,'field:10',0,1,' testing form on website '),
(15376,'field:18',0,1,' https ccarbors com contact '),
(15376,'field:19',0,1,' info ccarbors com '),
(15376,'field:6',0,1,' jon tech keys '),
(15376,'field:7',0,1,' jonathan solomon tech keys com '),
(15376,'field:8',0,1,' tech keys '),
(15376,'field:9',0,1,' general inquiry '),
(15376,'title',0,1,' 2026 01 21 16 04 07 '),
(15380,'alt',0,1,''),
(15380,'extension',0,1,' pdf '),
(15380,'filename',0,1,' complete care sample weekly menu il 2026 01 21 210841 yotj pdf '),
(15380,'kind',0,1,' pdf '),
(15380,'slug',0,1,''),
(15380,'title',0,1,' complete care sample weekly menu il '),
(15384,'alt',0,1,''),
(15384,'extension',0,1,' pdf '),
(15384,'filename',0,1,' complete care sample weekly menu il 2026 01 21 210904 aesb pdf '),
(15384,'kind',0,1,' pdf '),
(15384,'slug',0,1,''),
(15384,'title',0,1,' complete care sample weekly menu il '),
(15387,'field:12',0,1,' jonathan tech keys '),
(15387,'field:13',0,1,' jonathan solomon tech keys com '),
(15387,'field:14',0,1,' 1111111111 '),
(15387,'field:15',0,1,''),
(15387,'field:16',0,1,' activities recreation '),
(15387,'field:17',0,1,' testing resume form on new site '),
(15387,'field:20',0,1,' https ccarbors com careers '),
(15387,'field:21',0,1,' careers ccarbors com '),
(15387,'title',0,1,' 2026 01 21 16 09 39 '),
(15394,'field:10',0,1,' employment verification inquiry 43517186 10 hi my name is justin with cisive we are attempting to verify employment with your company what is your process for employment verifications do you have a hr or payroll department s that we can contact thank you in advance for your assistance in this matter case number 43517186 10 thank you in advance for your assistance in this matter warm regards verification specialist cisive 8707 commerce drive suite h easton md 21601 t 631 862 9300 ext 2263 f 631 730 3445 jgarcia cisive com '),
(15394,'field:18',0,1,' https mycompletecare com contact '),
(15394,'field:19',0,1,' cfleming completecaremgmt com '),
(15394,'field:6',0,1,' justin jay garcia '),
(15394,'field:7',0,1,' jgarcia cisive com '),
(15394,'field:8',0,1,' cisive '),
(15394,'field:9',0,1,' other '),
(15394,'title',0,1,' 2026 01 21 16 19 46 '),
(15402,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks lucy howard professional company page lucyh professionalcompanypages com respond with stop to optout '),
(15402,'field:18',0,1,' https mycompletecare com contact '),
(15402,'field:19',0,1,' cfleming completecaremgmt com '),
(15402,'field:6',0,1,' lucy howard '),
(15402,'field:7',0,1,' lucyh professionalcompanypages com '),
(15402,'field:8',0,1,' professional company page '),
(15402,'field:9',0,1,' general inquiry '),
(15402,'title',0,1,' 2026 01 21 16 51 51 '),
(15404,'field:10',0,1,' i represent bank of america and merrill lynch we are hoping to partner with complete care to support your banking needs checking lending investing employee retirement benefits etc please direct me to the correct party i hope you are having a happy new year and i look forward to speaking with you '),
(15404,'field:18',0,1,' https mycompletecare com contact '),
(15404,'field:19',0,1,' cfleming completecaremgmt com '),
(15404,'field:6',0,1,' stephen knutson '),
(15404,'field:7',0,1,' stephen knutson ml com '),
(15404,'field:8',0,1,' bank of america and merrill lynch '),
(15404,'field:9',0,1,' general inquiry '),
(15404,'title',0,1,' 2026 01 21 16 52 54 '),
(15406,'field:12',0,1,' maurice leggions '),
(15406,'field:13',0,1,' leggionsm1 gmail com '),
(15406,'field:14',0,1,' 16084213864 '),
(15406,'field:15',0,1,' files resumes resume pdf '),
(15406,'field:16',0,1,' dietary food service '),
(15406,'field:17',0,1,' dear hiring manager i am writing to express my interest in the dietary food service position at complete care i am enthusiastic about contributing to a team that prioritizes nutrition cleanliness and high quality service and i believe my skills and work ethic make me a strong candidate for this role i have experience assisting with food preparation meal service and maintaining a clean and sanitary kitchen environment in accordance with health and safety standards i understand the importance of following dietary guidelines portion control and food handling procedures especially in settings where nutrition directly impacts health and well being i am dependable detail oriented and able to work efficiently in a fast paced environment while maintaining a positive attitude i work well both independently and as part of a team and i take pride in providing respectful and courteous service to residents patients and staff i would welcome the opportunity to contribute my skills to complete care and support your commitment to quality care and service thank you for your time and consideration i look forward to the possibility of discussing this position further sincerely maurice leggions '),
(15406,'field:20',0,1,' https ccmaplegrove com careers '),
(15406,'field:21',0,1,' careers ccmaplegrove com '),
(15406,'title',0,1,' 2026 01 21 17 19 45 '),
(15407,'alt',0,1,''),
(15407,'extension',0,1,' pdf '),
(15407,'filename',0,1,' resume pdf '),
(15407,'kind',0,1,' pdf '),
(15407,'slug',0,1,''),
(15407,'title',0,1,' resume '),
(15408,'field:10',0,1,' my mother is currently at st marys and will need a bed to be released to would you have room for a short term rehabilitating patient starting this weekend '),
(15408,'field:18',0,1,' https ccmaplegrove com contact '),
(15408,'field:19',0,1,' info ccmaplegrove com '),
(15408,'field:6',0,1,' amy vankauwenbergh '),
(15408,'field:7',0,1,' daizeygrrl gmail com '),
(15408,'field:8',0,1,''),
(15408,'field:9',0,1,' general inquiry '),
(15408,'title',0,1,' 2026 01 21 17 24 21 '),
(15424,'field:10',0,1,' hi i am local and provide service in north bergen and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(15424,'field:18',0,1,' https mycompletecare com contact '),
(15424,'field:19',0,1,' cfleming completecaremgmt com '),
(15424,'field:6',0,1,' gena kotarsky '),
(15424,'field:7',0,1,' gena janpronorthernnj com '),
(15424,'field:8',0,1,' jan pro of northern new jersey '),
(15424,'field:9',0,1,' general inquiry '),
(15424,'title',0,1,' 2026 01 21 18 42 21 '),
(15451,'field:10',0,1,' my wife was recently admitted to the memory care unit at khn every several hours i am receiving the following message automated reminder complete care at kimberly hall north has sent you documents to sign click here to begin the signing process before you open the document please contact the facility at 860 688 6443 for the access code complete care at kimberly hall north completecare noreply mg carefeed com numerous calls and inquiries have thus far failed to provide any information regarding who is sending these requests or how i can obtain an access code i would very much like to comply with this request and do all i can to support the staff at khn can anyone help me here john kniering kniering hartford edu 860 681 5784 '),
(15451,'field:18',0,1,' https completecarekhn com contact '),
(15451,'field:19',0,1,' info completecarekhn com '),
(15451,'field:6',0,1,' john kniering '),
(15451,'field:7',0,1,' kniering hartford edu '),
(15451,'field:8',0,1,''),
(15451,'field:9',0,1,' other '),
(15451,'title',0,1,' 2026 01 21 19 11 53 '),
(15461,'field:10',0,1,' worker answered my light with a glove on i didnt see her put on though 656p on 01 21 26 i was just asking her to take glove off before she touched my pitcher she go she dont wanna put her germs on my cup i shouldnt have to be bullied by someone that dont wanna do they job right n im serious nor be prevented from healing from my cancer stop answering people light with gloves on she got defensive to and she touched the call light cuz she turned it off not sure if it was with her gloved hand or not nobody have to give a fuck about a microbial n i shouldnt have to sit up arguein nor discussin with a worker about it she got loud to door was still open when it happened i dont have to care about her beliefs none of that american founders dont require me to support her i dont know her '),
(15461,'field:18',0,1,' https mycompletecare com contact '),
(15461,'field:19',0,1,' cfleming completecaremgmt com '),
(15461,'field:6',0,1,' ryesha tucker '),
(15461,'field:7',0,1,' treed2403periot gmail com '),
(15461,'field:8',0,1,''),
(15461,'field:9',0,1,' other '),
(15461,'title',0,1,' 2026 01 21 20 10 00 '),
(15463,'field:12',0,1,' estrella vicencio '),
(15463,'field:13',0,1,' estrellavigi hotmail com '),
(15463,'field:14',0,1,' 19735367263 '),
(15463,'field:15',0,1,' files resumes licencia hha 2027 jpeg '),
(15463,'field:16',0,1,''),
(15463,'field:17',0,1,' i am writing to apply for a job i have experience in caring for the elderly '),
(15463,'field:20',0,1,' https ccorangepark com careers '),
(15463,'field:21',0,1,' careers ccorangepark com '),
(15463,'title',0,1,' 2026 01 21 20 38 01 '),
(15464,'alt',0,1,''),
(15464,'extension',0,1,' jpeg '),
(15464,'filename',0,1,' licencia hha 2027 jpeg '),
(15464,'kind',0,1,' image '),
(15464,'slug',0,1,''),
(15464,'title',0,1,' licencia hha 2027 '),
(15465,'field:12',0,1,' anthony sheeran '),
(15465,'field:13',0,1,' anthonysheeran1008 gmail com '),
(15465,'field:14',0,1,' 8563570162 '),
(15465,'field:15',0,1,' files resumes anthony s resume revised docx pdf '),
(15465,'field:16',0,1,' dietary food service '),
(15465,'field:17',0,1,' please consider me for the full time position '),
(15465,'field:20',0,1,' https ccvoorhees com careers '),
(15465,'field:21',0,1,' careers ccvoorhees com '),
(15465,'title',0,1,' 2026 01 21 20 45 59 '),
(15466,'alt',0,1,''),
(15466,'extension',0,1,' pdf '),
(15466,'filename',0,1,' anthony s resume revised docx pdf '),
(15466,'kind',0,1,' pdf '),
(15466,'slug',0,1,''),
(15466,'title',0,1,' anthony s resume revised docx '),
(15519,'field:12',0,1,' rhys oconnor '),
(15519,'field:13',0,1,' rhysoconnor4078 gmail com '),
(15519,'field:14',0,1,' 6085664078 '),
(15519,'field:15',0,1,' files resumes resume updated 012026 pdf '),
(15519,'field:16',0,1,' nursing '),
(15519,'field:17',0,1,' i am looking for a skilled nursing facility work either full time pm shift or noc shift '),
(15519,'field:20',0,1,' https ccmaplegrove com careers '),
(15519,'field:21',0,1,' careers ccmaplegrove com '),
(15519,'title',0,1,' 2026 01 21 22 30 14 '),
(15520,'alt',0,1,''),
(15520,'extension',0,1,' pdf '),
(15520,'filename',0,1,' resume updated 012026 pdf '),
(15520,'kind',0,1,' pdf '),
(15520,'slug',0,1,''),
(15520,'title',0,1,' resume updated 012026 '),
(15534,'field:12',0,1,' miracle evans '),
(15534,'field:13',0,1,' miracleevans028 gmail com '),
(15534,'field:14',0,1,' 4438065228 '),
(15534,'field:15',0,1,''),
(15534,'field:16',0,1,' activities recreation dietary food service nursing '),
(15534,'field:17',0,1,' i love taking care and helping people and i always have im interested in working in a respectable work place i would love to be a great part of the heritage family and help and move forward with continuing my healthcare career '),
(15534,'field:20',0,1,' http completecareheritage com careers '),
(15534,'field:21',0,1,' careers completecareheritage com '),
(15534,'title',0,1,' 2026 01 22 01 18 41 '),
(15537,'alt',0,1,''),
(15537,'extension',0,1,' pdf '),
(15537,'filename',0,1,' resume 2026 01 22 062203 pqmg pdf '),
(15537,'kind',0,1,' pdf '),
(15537,'slug',0,1,''),
(15537,'title',0,1,' resume '),
(15542,'alt',0,1,''),
(15542,'extension',0,1,' jpg '),
(15542,'filename',0,1,' photo1 jpg '),
(15542,'kind',0,1,' image '),
(15542,'slug',0,1,''),
(15542,'title',0,1,' photo1 '),
(15544,'alt',0,1,''),
(15544,'extension',0,1,' jpg '),
(15544,'filename',0,1,' photo1 2026 01 22 064923 ykzk jpg '),
(15544,'kind',0,1,' image '),
(15544,'slug',0,1,''),
(15544,'title',0,1,' photo1 '),
(15554,'alt',0,1,''),
(15554,'extension',0,1,' jpg '),
(15554,'filename',0,1,' photo1 2026 01 22 072304 zxiz jpg '),
(15554,'kind',0,1,' image '),
(15554,'slug',0,1,''),
(15554,'title',0,1,' photo1 '),
(15556,'alt',0,1,''),
(15556,'extension',0,1,' jpg '),
(15556,'filename',0,1,' photo1 2026 01 22 072310 uehn jpg '),
(15556,'kind',0,1,' image '),
(15556,'slug',0,1,''),
(15556,'title',0,1,' photo1 '),
(15560,'field:12',0,1,' taylor fitzgerald '),
(15560,'field:13',0,1,' tfitz170 gmail com '),
(15560,'field:14',0,1,' 7736446350 '),
(15560,'field:15',0,1,''),
(15560,'field:16',0,1,' dietary food service '),
(15560,'field:17',0,1,' not sure what you mean '),
(15560,'field:20',0,1,' https completecareblvd com careers '),
(15560,'field:21',0,1,' careers completecareblvd com '),
(15560,'title',0,1,' 2026 01 22 03 24 32 '),
(15563,'alt',0,1,''),
(15563,'extension',0,1,' pdf '),
(15563,'filename',0,1,' professionalresume2 2026 01 22 082545 wtni pdf '),
(15563,'kind',0,1,' pdf '),
(15563,'slug',0,1,''),
(15563,'title',0,1,' professional resume2 '),
(15566,'field:12',0,1,' marshall brown '),
(15566,'field:13',0,1,' brownmarshall1392 gmail com '),
(15566,'field:14',0,1,' 2406045167 '),
(15566,'field:15',0,1,' files resumes marshall brown pdf '),
(15566,'field:16',0,1,' maintenance housekeeping '),
(15566,'field:17',0,1,''),
(15566,'field:20',0,1,' https cchyattsville com careers '),
(15566,'field:21',0,1,' careers cchyattsville com '),
(15566,'title',0,1,' 2026 01 22 03 38 15 '),
(15567,'alt',0,1,''),
(15567,'extension',0,1,' pdf '),
(15567,'filename',0,1,' marshall brown pdf '),
(15567,'kind',0,1,' pdf '),
(15567,'slug',0,1,''),
(15567,'title',0,1,' marshall brown '),
(15575,'field:10',0,1,' i im reaching out regarding a previous patient of yours and her income please contact me as soon as possible bindy feldheim bfeldheim fcc corp com '),
(15575,'field:18',0,1,' https ccvoorhees com contact '),
(15575,'field:19',0,1,' info ccvoorhees com '),
(15575,'field:6',0,1,' bindy feldheim '),
(15575,'field:7',0,1,' bfeldheim fcc corp com '),
(15575,'field:8',0,1,' future care '),
(15575,'field:9',0,1,' other '),
(15575,'title',0,1,' 2026 01 22 04 53 16 '),
(15627,'field:10',0,1,' hi complete care at la plata ive built and trained an ai employee specifically for complete care at la plata its already been trained on 6 hours worth of your publicly available data your website google business profile and more it knows how to answer customer questions capture leads and even follow up just like a team member would this isnt a sales call its a 20 minute demo where you can actually interact with the ai employee and see what it can do would today or tomorrow work for a quick walkthrough select a time to meet your agent here https getdandy com trained agent ff or you can reach me directly at 949 979 7488 talk soon thank you jennifer obrien ai implementation advisor getdandy visit us online https getdandy com trained agent ff unsubscribe https bit ly 42wnusa '),
(15627,'field:18',0,1,' https cclaplata com contact '),
(15627,'field:19',0,1,' info cclaplata com '),
(15627,'field:6',0,1,' jennifer obrien '),
(15627,'field:7',0,1,' jeniobrien getdandynow com '),
(15627,'field:8',0,1,' get dandy '),
(15627,'field:9',0,1,' other '),
(15627,'title',0,1,' 2026 01 22 06 48 38 '),
(15636,'field:10',0,1,' my name is aaron gilchrist this message is in reference to a full time business office coordinator position of interest at your hyattsville maryland location im interested in scheduling an interview furthering my application and filling this position with respect honor and integrity together please reach out to me regarding this position asap in furthering my application your response to this message regarding scheduling an interview furthering my application and processing my application for employment in reference to this position is deeply appreciated i can be reached at 301 275 1352 or aarongilchrist35 gmail com thank you sincerely aaron gilchrist '),
(15636,'field:18',0,1,' https cchyattsville com contact '),
(15636,'field:19',0,1,' info cchyattsville com '),
(15636,'field:6',0,1,' aaron gilchrist '),
(15636,'field:7',0,1,' aarongilchrist35 gmail com '),
(15636,'field:8',0,1,''),
(15636,'field:9',0,1,' careers '),
(15636,'title',0,1,' 2026 01 22 07 09 44 '),
(15661,'field:10',0,1,' hi complete care at burlington woods ive built and trained an ai employee specifically for complete care at burlington woods its already been trained on 6 hours worth of your publicly available data your website google business profile and more it knows how to answer customer questions capture leads and even follow up just like a team member would this isnt a sales call its a 20 minute demo where you can actually interact with the ai employee and see what it can do would today or tomorrow work for a quick walkthrough select a time to meet your agent here https getdandy com trained agent ff or you can reach me directly at 949 979 7488 talk soon thank you jennifer obrien ai implementation advisor getdandy visit us online https getdandy com trained agent ff unsubscribe https bit ly 42wnusa '),
(15661,'field:18',0,1,' https mycompletecare com contact '),
(15661,'field:19',0,1,' cfleming completecaremgmt com '),
(15661,'field:6',0,1,' jennifer obrien '),
(15661,'field:7',0,1,' jeniobrien getdandynow com '),
(15661,'field:8',0,1,' get dandy '),
(15661,'field:9',0,1,' other '),
(15661,'title',0,1,' 2026 01 22 07 50 32 '),
(15674,'field:10',0,1,' hi i am local and provide service in hyattsville and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best chloe terry business development representative grandeur green services chloe grandeurgreenservices com they came to our facility that i manage and deep cleaned our floors for us i have worked here for almost 4 years and have never seen the floors look this good theyre very responsive to email and the price was perfect i highly recommend them for all your cleaning needs abby matthews respond with stop to optout '),
(15674,'field:18',0,1,' https mycompletecare com contact '),
(15674,'field:19',0,1,' cfleming completecaremgmt com '),
(15674,'field:6',0,1,' chloe terry '),
(15674,'field:7',0,1,' chloe grandeurgreenservices com '),
(15674,'field:8',0,1,' grandeur green services '),
(15674,'field:9',0,1,' general inquiry '),
(15674,'title',0,1,' 2026 01 22 08 24 26 '),
(15677,'field:10',0,1,' hi interested in scheduling a tour to see your facility my mom is in need of skilled nursing care '),
(15677,'field:18',0,1,' https mycompletecare com contact '),
(15677,'field:19',0,1,' cfleming completecaremgmt com '),
(15677,'field:6',0,1,' kelly griffin '),
(15677,'field:7',0,1,' ka griffin hotmail com '),
(15677,'field:8',0,1,''),
(15677,'field:9',0,1,' resident family support '),
(15677,'title',0,1,' 2026 01 22 09 15 00 '),
(15709,'field:10',0,1,' hi i am local and provide service in la plata and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best chloe terry business development representative grandeur green services chloe grandeurgreenservices com they came to our facility that i manage and deep cleaned our floors for us i have worked here for almost 4 years and have never seen the floors look this good theyre very responsive to email and the price was perfect i highly recommend them for all your cleaning needs abby matthews respond with stop to optout '),
(15709,'field:18',0,1,' https cclaplata com contact '),
(15709,'field:19',0,1,' info cclaplata com '),
(15709,'field:6',0,1,' chloe terry '),
(15709,'field:7',0,1,' chloe grandeurgreenservices com '),
(15709,'field:8',0,1,' grandeur green services '),
(15709,'field:9',0,1,' general inquiry '),
(15709,'title',0,1,' 2026 01 22 09 37 56 '),
(15732,'field:10',0,1,' my name is katelyn and im with supportive staffing solutions im reaching out to introduce our firm as a potential staffing partner capable of supporting a wide range of positions and workforce needs nationwide if there is a more appropriate contact for staffing i would appreciate being directed accordingly '),
(15732,'field:18',0,1,' https cccedargrove com contact '),
(15732,'field:19',0,1,' info cccedargrove com '),
(15732,'field:6',0,1,' katelyn ohlinger '),
(15732,'field:7',0,1,' katelyn ohlinger supportivestaffing com '),
(15732,'field:8',0,1,' supportive staffing solutions '),
(15732,'field:9',0,1,' other '),
(15732,'title',0,1,' 2026 01 22 09 55 34 '),
(15736,'field:10',0,1,' hi i am local and provide service in reading and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best tracey macleod business development rep blink clean services tracey blinkcleanservices com respond with stop to optout '),
(15736,'field:18',0,1,' https mycompletecare com contact '),
(15736,'field:19',0,1,' cfleming completecaremgmt com '),
(15736,'field:6',0,1,' tracey macleod '),
(15736,'field:7',0,1,' tracey blinkcleanservices com '),
(15736,'field:8',0,1,' blink clean services '),
(15736,'field:9',0,1,' general inquiry '),
(15736,'title',0,1,' 2026 01 22 10 06 36 '),
(15768,'alt',0,1,''),
(15768,'extension',0,1,' jpg '),
(15768,'filename',0,1,' laurelton ad jpg '),
(15768,'kind',0,1,' image '),
(15768,'slug',0,1,''),
(15768,'title',0,1,' laurelton ad '),
(15804,'field:1',0,1,' rahael paul '),
(15804,'field:2',0,1,' rmpaul loyola edu '),
(15804,'field:22',0,1,' https mycompletecare com volunteer '),
(15804,'field:23',0,1,' volunteer completecaremgmt com '),
(15804,'field:3',0,1,' 4109080696 '),
(15804,'field:4',0,1,' complete care at multi medical center '),
(15804,'field:5',0,1,' hello im incredibly interested in volunteering at complete care multi medical center as i would love to serve this community im drawn to volunteering here because preserving a persons sense of self is especially important for individuals living with terminal illness particularly neurodegenerative conditions one of the most important things is for them to have someone who is truly willing to listen to listen and talk to them about their likes dislikes what they once loved and still love doing providing a space for them to freely talk about it and even engage in activities that will help preserve that sense of self is what i care about and want to do and volunteering here will allow me to do that '),
(15804,'title',0,1,' 2026 01 22 11 18 50 '),
(15820,'field:10',0,1,' urgent request hi i am the loan opener working on the mortgage transaction for one of your employee i am trying to get an employment verification do you know who i can contact at complete care management to help me with this request you can call me at 973 435 8042 or send a message to gemma macairap ccm com '),
(15820,'field:18',0,1,' https mycompletecare com contact '),
(15820,'field:19',0,1,' cfleming completecaremgmt com '),
(15820,'field:6',0,1,' gemma macairap '),
(15820,'field:7',0,1,' gemma macairap ccm com '),
(15820,'field:8',0,1,' crosscountry mortgage '),
(15820,'field:9',0,1,' other '),
(15820,'title',0,1,' 2026 01 22 11 37 54 '),
(15856,'field:12',0,1,' jennifer mosley '),
(15856,'field:13',0,1,' jmosley5228 gmail com '),
(15856,'field:14',0,1,' 7327666378 '),
(15856,'field:15',0,1,' files resumes updated resume8325 pdf '),
(15856,'field:16',0,1,''),
(15856,'field:17',0,1,' resume '),
(15856,'field:20',0,1,' https ccbayshore com careers '),
(15856,'field:21',0,1,' careers ccbayshore com '),
(15856,'title',0,1,' 2026 01 22 12 00 20 '),
(15862,'alt',0,1,''),
(15862,'extension',0,1,' pdf '),
(15862,'filename',0,1,' updated resume8325 2026 01 22 170140 tlir pdf '),
(15862,'kind',0,1,' pdf '),
(15862,'slug',0,1,''),
(15862,'title',0,1,' updated resume8325 '),
(15908,'field:10',0,1,' hello my name is milly and i would like to introduce myself i am the program director for the dream program and currently work with the olivet boys girls club through the dream program i have approximately 8 to 10 children who would love the opportunity to visit your facility and help in any way they can i believe it is important for children to engage with the elderly and they would truly enjoy spending time playing games talking and interacting with them i feel this could be a meaningful and rewarding experience for everyone involved please let me know if this is something you would be open to and what days or times might work best for you thank you for your time and consideration i look forward to connecting with you kind regards milly '),
(15908,'field:18',0,1,' https completecareberkshire com contact '),
(15908,'field:19',0,1,' info completecareberkshire com '),
(15908,'field:6',0,1,' milagros '),
(15908,'field:7',0,1,' milly rivera olivetbgc org '),
(15908,'field:8',0,1,''),
(15908,'field:9',0,1,' volunteer opportunities '),
(15908,'title',0,1,' 2026 01 22 13 20 39 '),
(15909,'field:10',0,1,' my name is kendall and i am reaching out on behalf of elite medical staffing regarding potential staffing needs in your area we would welcome the opportunity to connect with your scheduler or administrative team to discuss how our agency can assist with staffing coverage we have a strong pool of qualified healthcare professionals available to support facilities in skilled nursing rehabilitation and memory care settings please feel free to call or text 463 583 2332 at your convenience i look forward to connecting with you '),
(15909,'field:18',0,1,' https ccmaplegrove com contact '),
(15909,'field:19',0,1,' info ccmaplegrove com '),
(15909,'field:6',0,1,' kendall parks '),
(15909,'field:7',0,1,' kparks elitemedicalstaffing com '),
(15909,'field:8',0,1,' elite medical staffing '),
(15909,'field:9',0,1,' resident family support '),
(15909,'title',0,1,' 2026 01 22 13 24 20 '),
(15916,'field:12',0,1,' christina elisabeth lemelin '),
(15916,'field:13',0,1,' cepayne79 gmail com '),
(15916,'field:14',0,1,' 18607762682 '),
(15916,'field:15',0,1,' files resumes new resume cl pdf '),
(15916,'field:16',0,1,''),
(15916,'field:17',0,1,' application for cna first shift '),
(15916,'field:20',0,1,' https ccgrotonregency com careers '),
(15916,'field:21',0,1,' careers ccgrotonregency com '),
(15916,'title',0,1,' 2026 01 22 14 00 07 '),
(15917,'alt',0,1,''),
(15917,'extension',0,1,' pdf '),
(15917,'filename',0,1,' new resume cl pdf '),
(15917,'kind',0,1,' pdf '),
(15917,'slug',0,1,''),
(15917,'title',0,1,' new resume cl '),
(15922,'field:12',0,1,' cathy balsamo '),
(15922,'field:13',0,1,' cattom242 aol com '),
(15922,'field:14',0,1,' 9087231198 '),
(15922,'field:15',0,1,' files resumes catherine balsamo 2026 resume 2 pdf '),
(15922,'field:16',0,1,' activities recreation administrative business office admissions marketing '),
(15922,'field:17',0,1,' future employment '),
(15922,'field:20',0,1,' https completecarebrick com careers '),
(15922,'field:21',0,1,' careers completecarebrick com '),
(15922,'title',0,1,' 2026 01 22 14 33 55 '),
(15923,'alt',0,1,''),
(15923,'extension',0,1,' pdf '),
(15923,'filename',0,1,' catherine balsamo 2026 resume 2 pdf '),
(15923,'kind',0,1,' pdf '),
(15923,'slug',0,1,''),
(15923,'title',0,1,' catherine balsamo 2026 resume 2 '),
(15936,'alt',0,1,''),
(15936,'extension',0,1,' pdf '),
(15936,'filename',0,1,' complete care at bey lea 2024 revenues pdf '),
(15936,'kind',0,1,' pdf '),
(15936,'slug',0,1,''),
(15936,'title',0,1,' complete care at bey lea 2024 revenues '),
(15937,'alt',0,1,''),
(15937,'extension',0,1,' pdf '),
(15937,'filename',0,1,' bey lea mcr cr 2024 pdf '),
(15937,'kind',0,1,' pdf '),
(15937,'slug',0,1,''),
(15937,'title',0,1,' bey lea mcr cr 2024 '),
(15938,'alt',0,1,''),
(15938,'extension',0,1,' pdf '),
(15938,'filename',0,1,' complete care at bey lea 2024 nj financials pdf '),
(15938,'kind',0,1,' pdf '),
(15938,'slug',0,1,''),
(15938,'title',0,1,' complete care at bey lea 2024 nj financials '),
(15942,'slug',0,1,' disclosures '),
(15942,'title',0,1,' disclosures '),
(15954,'alt',0,1,''),
(15954,'extension',0,1,' pdf '),
(15954,'filename',0,1,' cc at brick llc 2024 revenue pdf '),
(15954,'kind',0,1,' pdf '),
(15954,'slug',0,1,''),
(15954,'title',0,1,' cc at brick llc 2024 revenue '),
(15955,'alt',0,1,''),
(15955,'extension',0,1,' pdf '),
(15955,'filename',0,1,' brick mcr cr 2024 pdf '),
(15955,'kind',0,1,' pdf '),
(15955,'slug',0,1,''),
(15955,'title',0,1,' brick mcr cr 2024 '),
(15956,'alt',0,1,''),
(15956,'extension',0,1,' pdf '),
(15956,'filename',0,1,' complete care at brick llc 2024 nj financials pdf '),
(15956,'kind',0,1,' pdf '),
(15956,'slug',0,1,''),
(15956,'title',0,1,' complete care at brick llc 2024 nj financials '),
(15960,'field:10',0,1,' want to move my dad here is there an available bed for a male we live in shrewsbury and would like him transferred out of care one facility '),
(15960,'field:18',0,1,' https mycompletecare com contact '),
(15960,'field:19',0,1,' cfleming completecaremgmt com '),
(15960,'field:6',0,1,' amy habeck '),
(15960,'field:7',0,1,' atyluki yahoo com '),
(15960,'field:8',0,1,''),
(15960,'field:9',0,1,' resident family support '),
(15960,'title',0,1,' 2026 01 22 14 58 41 '),
(15961,'slug',0,1,' disclosures '),
(15961,'title',0,1,' disclosures '),
(15975,'field:10',0,1,' trying to get my dad into your facility can you let me know if you have a bed for an older male we live in shrewsbury he is currently at care one in wall and we want him transferred '),
(15975,'field:18',0,1,' https mycompletecare com contact '),
(15975,'field:19',0,1,' cfleming completecaremgmt com '),
(15975,'field:6',0,1,' amy habeck '),
(15975,'field:7',0,1,' atyluki yhaoo com '),
(15975,'field:8',0,1,''),
(15975,'field:9',0,1,' general inquiry '),
(15975,'title',0,1,' 2026 01 22 15 01 31 '),
(15981,'alt',0,1,''),
(15981,'extension',0,1,' pdf '),
(15981,'filename',0,1,' complete care at burlington woods 2024 revenues pdf '),
(15981,'kind',0,1,' pdf '),
(15981,'slug',0,1,''),
(15981,'title',0,1,' complete care at burlington woods 2024 revenues '),
(15982,'alt',0,1,''),
(15982,'extension',0,1,' pdf '),
(15982,'filename',0,1,' complete care at burlington woods 2024 nj financials pdf '),
(15982,'kind',0,1,' pdf '),
(15982,'slug',0,1,''),
(15982,'title',0,1,' complete care at burlington woods 2024 nj financials '),
(15983,'alt',0,1,''),
(15983,'extension',0,1,' pdf '),
(15983,'filename',0,1,' burlington mcr cr 2024 pdf '),
(15983,'kind',0,1,' pdf '),
(15983,'slug',0,1,''),
(15983,'title',0,1,' burlington mcr cr 2024 '),
(15984,'slug',0,1,' disclosures '),
(15984,'title',0,1,' disclosures '),
(15995,'alt',0,1,''),
(15995,'extension',0,1,' pdf '),
(15995,'filename',0,1,' complete care at court house 2024 revenues pdf '),
(15995,'kind',0,1,' pdf '),
(15995,'slug',0,1,''),
(15995,'title',0,1,' complete care at court house 2024 revenues '),
(15996,'alt',0,1,''),
(15996,'extension',0,1,' pdf '),
(15996,'filename',0,1,' court house mcr cr 2024 pdf '),
(15996,'kind',0,1,' pdf '),
(15996,'slug',0,1,''),
(15996,'title',0,1,' court house mcr cr 2024 '),
(15997,'alt',0,1,''),
(15997,'extension',0,1,' pdf '),
(15997,'filename',0,1,' complete care at court house 2024 nj financials pdf '),
(15997,'kind',0,1,' pdf '),
(15997,'slug',0,1,''),
(15997,'title',0,1,' complete care at court house 2024 nj financials '),
(15998,'slug',0,1,' disclosures '),
(15998,'title',0,1,' disclosures '),
(16002,'alt',0,1,''),
(16002,'extension',0,1,' pdf '),
(16002,'filename',0,1,' nondiscrimination notice courthouse pdf '),
(16002,'kind',0,1,' pdf '),
(16002,'slug',0,1,''),
(16002,'title',0,1,' nondiscrimination notice court house '),
(16013,'alt',0,1,''),
(16013,'extension',0,1,' pdf '),
(16013,'filename',0,1,' green acres rehab nursing 2024 nj financials pdf '),
(16013,'kind',0,1,' pdf '),
(16013,'slug',0,1,''),
(16013,'title',0,1,' green acres rehab nursing 2024 nj financials '),
(16014,'alt',0,1,''),
(16014,'extension',0,1,' pdf '),
(16014,'filename',0,1,' green acres 2024 revenues pdf '),
(16014,'kind',0,1,' pdf '),
(16014,'slug',0,1,''),
(16014,'title',0,1,' green acres 2024 revenues '),
(16015,'alt',0,1,''),
(16015,'extension',0,1,' pdf '),
(16015,'filename',0,1,' green acres mcr cr 2024 pdf '),
(16015,'kind',0,1,' pdf '),
(16015,'slug',0,1,''),
(16015,'title',0,1,' green acres mcr cr 2024 '),
(16021,'slug',0,1,' disclosures '),
(16021,'title',0,1,' disclosures '),
(16025,'alt',0,1,''),
(16025,'extension',0,1,' pdf '),
(16025,'filename',0,1,' nondiscrimination notice greenacres pdf '),
(16025,'kind',0,1,' pdf '),
(16025,'slug',0,1,''),
(16025,'title',0,1,' nondiscrimination notice green acres '),
(16035,'alt',0,1,''),
(16035,'extension',0,1,' pdf '),
(16035,'filename',0,1,' complete care at holiday 2024 revenues pdf '),
(16035,'kind',0,1,' pdf '),
(16035,'slug',0,1,''),
(16035,'title',0,1,' complete care at holiday 2024 revenues '),
(16036,'alt',0,1,''),
(16036,'extension',0,1,' pdf '),
(16036,'filename',0,1,' holiday mcr cr 2024 pdf '),
(16036,'kind',0,1,' pdf '),
(16036,'slug',0,1,''),
(16036,'title',0,1,' holiday mcr cr 2024 '),
(16037,'alt',0,1,''),
(16037,'extension',0,1,' pdf '),
(16037,'filename',0,1,' complete care at holiday 2024 nj financials pdf '),
(16037,'kind',0,1,' pdf '),
(16037,'slug',0,1,''),
(16037,'title',0,1,' complete care at holiday 2024 nj financials '),
(16039,'slug',0,1,' disclosures '),
(16039,'title',0,1,' disclosures '),
(16046,'alt',0,1,''),
(16046,'extension',0,1,' pdf '),
(16046,'filename',0,1,' complete care at kresson view 2024 revenues pdf '),
(16046,'kind',0,1,' pdf '),
(16046,'slug',0,1,''),
(16046,'title',0,1,' complete care at kresson view 2024 revenues '),
(16047,'alt',0,1,''),
(16047,'extension',0,1,' pdf '),
(16047,'filename',0,1,' complete care at kresson view 2024 nj financials pdf '),
(16047,'kind',0,1,' pdf '),
(16047,'slug',0,1,''),
(16047,'title',0,1,' complete care at kresson view 2024 nj financials '),
(16048,'alt',0,1,''),
(16048,'extension',0,1,' pdf '),
(16048,'filename',0,1,' kresson mcr cr 2024 pdf '),
(16048,'kind',0,1,' pdf '),
(16048,'slug',0,1,''),
(16048,'title',0,1,' kresson mcr cr 2024 '),
(16049,'slug',0,1,' disclosures '),
(16049,'title',0,1,' disclosures '),
(16057,'alt',0,1,''),
(16057,'extension',0,1,' pdf '),
(16057,'filename',0,1,' laurelton mcr cr 2024 pdf '),
(16057,'kind',0,1,' pdf '),
(16057,'slug',0,1,''),
(16057,'title',0,1,' laurelton mcr cr 2024 '),
(16058,'alt',0,1,''),
(16058,'extension',0,1,' pdf '),
(16058,'filename',0,1,' complete care at laurelton 2024 nj financials pdf '),
(16058,'kind',0,1,' pdf '),
(16058,'slug',0,1,''),
(16058,'title',0,1,' complete care at laurelton 2024 nj financials '),
(16059,'alt',0,1,''),
(16059,'extension',0,1,' pdf '),
(16059,'filename',0,1,' complete care at laurelton 2024 revenues pdf '),
(16059,'kind',0,1,' pdf '),
(16059,'slug',0,1,''),
(16059,'title',0,1,' complete care at laurelton 2024 revenues '),
(16060,'alt',0,1,''),
(16060,'extension',0,1,' pdf '),
(16060,'filename',0,1,' nondiscrimination notice laurelton pdf '),
(16060,'kind',0,1,' pdf '),
(16060,'slug',0,1,''),
(16060,'title',0,1,' nondiscrimination notice laurelton '),
(16062,'slug',0,1,' non discrimination notice '),
(16062,'title',0,1,' non discrimination notice '),
(16063,'slug',0,1,' disclosures '),
(16063,'title',0,1,' disclosures '),
(16073,'alt',0,1,''),
(16073,'extension',0,1,' pdf '),
(16073,'filename',0,1,' complete care at marcella 2024 revenues pdf '),
(16073,'kind',0,1,' pdf '),
(16073,'slug',0,1,''),
(16073,'title',0,1,' complete care at marcella 2024 revenues '),
(16074,'alt',0,1,''),
(16074,'extension',0,1,' pdf '),
(16074,'filename',0,1,' complete care at marcella 2024 nj financials pdf '),
(16074,'kind',0,1,' pdf '),
(16074,'slug',0,1,''),
(16074,'title',0,1,' complete care at marcella 2024 nj financials '),
(16075,'alt',0,1,''),
(16075,'extension',0,1,' pdf '),
(16075,'filename',0,1,' marcella mcr cr 2024 pdf '),
(16075,'kind',0,1,' pdf '),
(16075,'slug',0,1,''),
(16075,'title',0,1,' marcella mcr cr 2024 '),
(16076,'slug',0,1,' disclosures '),
(16076,'title',0,1,' disclosures '),
(16080,'alt',0,1,''),
(16080,'extension',0,1,' pdf '),
(16080,'filename',0,1,' nondiscrimination notice marcella pdf '),
(16080,'kind',0,1,' pdf '),
(16080,'slug',0,1,''),
(16080,'title',0,1,' nondiscrimination notice marcella '),
(16091,'alt',0,1,''),
(16091,'extension',0,1,' pdf '),
(16091,'filename',0,1,' monmouth mcr cr 2024 pdf '),
(16091,'kind',0,1,' pdf '),
(16091,'slug',0,1,''),
(16091,'title',0,1,' monmouth mcr cr 2024 '),
(16092,'alt',0,1,''),
(16092,'extension',0,1,' pdf '),
(16092,'filename',0,1,' complete care at monmouth 2024 nj financials pdf '),
(16092,'kind',0,1,' pdf '),
(16092,'slug',0,1,''),
(16092,'title',0,1,' complete care at monmouth 2024 nj financials '),
(16093,'alt',0,1,''),
(16093,'extension',0,1,' pdf '),
(16093,'filename',0,1,' complete care at monmouth llc 2024 revenue schedule pdf '),
(16093,'kind',0,1,' pdf '),
(16093,'slug',0,1,''),
(16093,'title',0,1,' complete care at monmouth llc 2024 revenue schedule '),
(16096,'slug',0,1,' non discrimination notice '),
(16096,'title',0,1,' non discrimination notice '),
(16097,'slug',0,1,' disclosures '),
(16097,'title',0,1,' disclosures '),
(16102,'alt',0,1,''),
(16102,'extension',0,1,' pdf '),
(16102,'filename',0,1,' nondiscriminationnotice monmouth pdf '),
(16102,'kind',0,1,' pdf '),
(16102,'slug',0,1,''),
(16102,'title',0,1,' non discrimination notice monmouth '),
(16110,'slug',0,1,' disclosures '),
(16110,'title',0,1,' disclosures '),
(16120,'alt',0,1,''),
(16120,'extension',0,1,' pdf '),
(16120,'filename',0,1,' cc at ocean grove llc 2024 revenue pdf '),
(16120,'kind',0,1,' pdf '),
(16120,'slug',0,1,''),
(16120,'title',0,1,' cc at ocean grove llc 2024 revenue '),
(16121,'alt',0,1,''),
(16121,'extension',0,1,' pdf '),
(16121,'filename',0,1,' ocean grove mcr cr 2024 pdf '),
(16121,'kind',0,1,' pdf '),
(16121,'slug',0,1,''),
(16121,'title',0,1,' ocean grove mcr cr 2024 '),
(16122,'alt',0,1,''),
(16122,'extension',0,1,' pdf '),
(16122,'filename',0,1,' complete care at ocean grove llc 2024 nj financials pdf '),
(16122,'kind',0,1,' pdf '),
(16122,'slug',0,1,''),
(16122,'title',0,1,' complete care at ocean grove llc 2024 nj financials '),
(16131,'alt',0,1,''),
(16131,'extension',0,1,' pdf '),
(16131,'filename',0,1,' nondiscriminationnotice shorrock pdf '),
(16131,'kind',0,1,' pdf '),
(16131,'slug',0,1,''),
(16131,'title',0,1,' non discrimination notice shorrock '),
(16133,'alt',0,1,''),
(16133,'extension',0,1,' pdf '),
(16133,'filename',0,1,' complete care at shorrock 2024 revenues pdf '),
(16133,'kind',0,1,' pdf '),
(16133,'slug',0,1,''),
(16133,'title',0,1,' complete care at shorrock 2024 revenues '),
(16134,'alt',0,1,''),
(16134,'extension',0,1,' pdf '),
(16134,'filename',0,1,' shorrock mcr cr 2024 pdf '),
(16134,'kind',0,1,' pdf '),
(16134,'slug',0,1,''),
(16134,'title',0,1,' shorrock mcr cr 2024 '),
(16135,'alt',0,1,''),
(16135,'extension',0,1,' pdf '),
(16135,'filename',0,1,' complete care at shorrock 2024 nj financials pdf '),
(16135,'kind',0,1,' pdf '),
(16135,'slug',0,1,''),
(16135,'title',0,1,' complete care at shorrock 2024 nj financials '),
(16136,'slug',0,1,' non discrimination notice '),
(16136,'title',0,1,' non discrimination notice '),
(16137,'slug',0,1,' disclosures '),
(16137,'title',0,1,' disclosures '),
(16144,'alt',0,1,''),
(16144,'extension',0,1,' pdf '),
(16144,'filename',0,1,' nondiscriminationnotice shrewsbury pdf '),
(16144,'kind',0,1,' pdf '),
(16144,'slug',0,1,''),
(16144,'title',0,1,' non discrimination notice shrewsbury '),
(16149,'alt',0,1,''),
(16149,'extension',0,1,' pdf '),
(16149,'filename',0,1,' cc at shrewsbury llc 2024 revenue pdf '),
(16149,'kind',0,1,' pdf '),
(16149,'slug',0,1,''),
(16149,'title',0,1,' cc at shrewsbury llc 2024 revenue '),
(16150,'alt',0,1,''),
(16150,'extension',0,1,' pdf '),
(16150,'filename',0,1,' shrewsbury mcr cr 2024 pdf '),
(16150,'kind',0,1,' pdf '),
(16150,'slug',0,1,''),
(16150,'title',0,1,' shrewsbury mcr cr 2024 '),
(16151,'alt',0,1,''),
(16151,'extension',0,1,' pdf '),
(16151,'filename',0,1,' complete care at shrewsbury llc 2024 nj financials pdf '),
(16151,'kind',0,1,' pdf '),
(16151,'slug',0,1,''),
(16151,'title',0,1,' complete care at shrewsbury llc 2024 nj financials '),
(16152,'slug',0,1,' disclosures '),
(16152,'title',0,1,' disclosures '),
(16177,'alt',0,1,''),
(16177,'extension',0,1,' pdf '),
(16177,'filename',0,1,' cc at wall llc 2024 revenue pdf '),
(16177,'kind',0,1,' pdf '),
(16177,'slug',0,1,''),
(16177,'title',0,1,' cc at wall llc 2024 revenue '),
(16178,'alt',0,1,''),
(16178,'extension',0,1,' pdf '),
(16178,'filename',0,1,' wall mcr cr 2024 pdf '),
(16178,'kind',0,1,' pdf '),
(16178,'slug',0,1,''),
(16178,'title',0,1,' wall mcr cr 2024 '),
(16179,'alt',0,1,''),
(16179,'extension',0,1,' pdf '),
(16179,'filename',0,1,' complete care at wall llc 2024 nj financials pdf '),
(16179,'kind',0,1,' pdf '),
(16179,'slug',0,1,''),
(16179,'title',0,1,' complete care at wall llc 2024 nj financials '),
(16185,'alt',0,1,''),
(16185,'extension',0,1,' pdf '),
(16185,'filename',0,1,' ccg 00503a nondiscrimination notice wall pdf '),
(16185,'kind',0,1,' pdf '),
(16185,'slug',0,1,''),
(16185,'title',0,1,' ccg 00503a nondiscrimination notice wall '),
(16186,'slug',0,1,' non discrimination notice '),
(16186,'title',0,1,' non discrimination notice '),
(16191,'alt',0,1,''),
(16191,'extension',0,1,' pdf '),
(16191,'filename',0,1,' voorhees mcr cr 2024 pdf '),
(16191,'kind',0,1,' pdf '),
(16191,'slug',0,1,''),
(16191,'title',0,1,' voorhees mcr cr 2024 '),
(16192,'alt',0,1,''),
(16192,'extension',0,1,' pdf '),
(16192,'filename',0,1,' complete care at vorhees 2024 nj financials pdf '),
(16192,'kind',0,1,' pdf '),
(16192,'slug',0,1,''),
(16192,'title',0,1,' complete care at vorhees 2024 nj financials '),
(16194,'alt',0,1,''),
(16194,'extension',0,1,' pdf '),
(16194,'filename',0,1,' complete care at vorhees 2024 revenues pdf '),
(16194,'kind',0,1,' pdf '),
(16194,'slug',0,1,''),
(16194,'title',0,1,' complete care at vorhees 2024 revenues '),
(16204,'alt',0,1,''),
(16204,'extension',0,1,' pdf '),
(16204,'filename',0,1,' cc at bayshore llc 2024 revenue pdf '),
(16204,'kind',0,1,' pdf '),
(16204,'slug',0,1,''),
(16204,'title',0,1,' cc at bayshore llc 2024 revenue '),
(16205,'alt',0,1,''),
(16205,'extension',0,1,' pdf '),
(16205,'filename',0,1,' bayshore mcr cr 2024 pdf '),
(16205,'kind',0,1,' pdf '),
(16205,'slug',0,1,''),
(16205,'title',0,1,' bayshore mcr cr 2024 '),
(16206,'alt',0,1,''),
(16206,'extension',0,1,' pdf '),
(16206,'filename',0,1,' complete care at bayshore llc 2024 nj financials pdf '),
(16206,'kind',0,1,' pdf '),
(16206,'slug',0,1,''),
(16206,'title',0,1,' complete care at bayshore llc 2024 nj financials '),
(16207,'alt',0,1,''),
(16207,'extension',0,1,' pdf '),
(16207,'filename',0,1,' ccg 00503a nondiscrimination notice bayshore pdf '),
(16207,'kind',0,1,' pdf '),
(16207,'slug',0,1,''),
(16207,'title',0,1,' ccg 00503a nondiscrimination notice bayshore '),
(16209,'slug',0,1,' non discrimination notice '),
(16209,'title',0,1,' non discrimination notice '),
(16210,'slug',0,1,' disclosures '),
(16210,'title',0,1,' disclosures '),
(16216,'alt',0,1,''),
(16216,'extension',0,1,' pdf '),
(16216,'filename',0,1,' nondiscriminationnotice cedargrove pdf '),
(16216,'kind',0,1,' pdf '),
(16216,'slug',0,1,''),
(16216,'title',0,1,' non discrimination notice cedar grove '),
(16218,'alt',0,1,''),
(16218,'extension',0,1,' pdf '),
(16218,'filename',0,1,' complete care at waterview 2024 revenues pdf '),
(16218,'kind',0,1,' pdf '),
(16218,'slug',0,1,''),
(16218,'title',0,1,' complete care at waterview 2024 revenues '),
(16219,'alt',0,1,''),
(16219,'extension',0,1,' pdf '),
(16219,'filename',0,1,' complete care at waterview 2024 nj financials pdf '),
(16219,'kind',0,1,' pdf '),
(16219,'slug',0,1,''),
(16219,'title',0,1,' complete care at waterview 2024 nj financials '),
(16220,'alt',0,1,''),
(16220,'extension',0,1,' pdf '),
(16220,'filename',0,1,' waterview mcr cr 2024 pdf '),
(16220,'kind',0,1,' pdf '),
(16220,'slug',0,1,''),
(16220,'title',0,1,' waterview mcr cr 2024 '),
(16223,'slug',0,1,' non discrimination notice '),
(16223,'title',0,1,' non discrimination notice '),
(16224,'slug',0,1,' disclosures '),
(16224,'title',0,1,' disclosures '),
(16232,'alt',0,1,''),
(16232,'extension',0,1,' pdf '),
(16232,'filename',0,1,' complete care at clark 2024 revenue pdf '),
(16232,'kind',0,1,' pdf '),
(16232,'slug',0,1,''),
(16232,'title',0,1,' complete care at clark 2024 revenue '),
(16233,'alt',0,1,''),
(16233,'extension',0,1,' pdf '),
(16233,'filename',0,1,' clark mcr cr 2024 pdf '),
(16233,'kind',0,1,' pdf '),
(16233,'slug',0,1,''),
(16233,'title',0,1,' clark mcr cr 2024 '),
(16234,'alt',0,1,''),
(16234,'extension',0,1,' pdf '),
(16234,'filename',0,1,' complete care at clark 2024 nj financials pdf '),
(16234,'kind',0,1,' pdf '),
(16234,'slug',0,1,''),
(16234,'title',0,1,' complete care at clark 2024 nj financials '),
(16235,'slug',0,1,' disclosures '),
(16235,'title',0,1,' disclosures '),
(16242,'alt',0,1,''),
(16242,'extension',0,1,' pdf '),
(16242,'filename',0,1,' green knoll 2024 revenue pdf '),
(16242,'kind',0,1,' pdf '),
(16242,'slug',0,1,''),
(16242,'title',0,1,' green knoll 2024 revenue '),
(16243,'alt',0,1,''),
(16243,'extension',0,1,' pdf '),
(16243,'filename',0,1,' green knoll mcr cr 2024 pdf '),
(16243,'kind',0,1,' pdf '),
(16243,'slug',0,1,''),
(16243,'title',0,1,' green knoll mcr cr 2024 '),
(16244,'alt',0,1,''),
(16244,'extension',0,1,' pdf '),
(16244,'filename',0,1,' green knoll care 2024 nj financials pdf '),
(16244,'kind',0,1,' pdf '),
(16244,'slug',0,1,''),
(16244,'title',0,1,' green knoll care 2024 nj financials '),
(16245,'slug',0,1,' disclosures '),
(16245,'title',0,1,' disclosures '),
(16253,'alt',0,1,''),
(16253,'extension',0,1,' pdf '),
(16253,'filename',0,1,' nondiscriminationnotice madison pdf '),
(16253,'kind',0,1,' pdf '),
(16253,'slug',0,1,''),
(16253,'title',0,1,' non discrimination notice madison '),
(16256,'alt',0,1,''),
(16256,'extension',0,1,' pdf '),
(16256,'filename',0,1,' complete care at madison 2024 revenues pdf '),
(16256,'kind',0,1,' pdf '),
(16256,'slug',0,1,''),
(16256,'title',0,1,' complete care at madison 2024 revenues '),
(16257,'alt',0,1,''),
(16257,'extension',0,1,' pdf '),
(16257,'filename',0,1,' complete care at madison 2024 nj finacials pdf '),
(16257,'kind',0,1,' pdf '),
(16257,'slug',0,1,''),
(16257,'title',0,1,' complete care at madison 2024 nj financials '),
(16258,'alt',0,1,''),
(16258,'extension',0,1,' pdf '),
(16258,'filename',0,1,' madison mcr cr 2024 pdf '),
(16258,'kind',0,1,' pdf '),
(16258,'slug',0,1,''),
(16258,'title',0,1,' madison mcr cr 2024 '),
(16259,'slug',0,1,' non discrimination notice '),
(16259,'title',0,1,' non discrimination notice '),
(16260,'slug',0,1,' disclosures '),
(16260,'title',0,1,' disclosures '),
(16268,'alt',0,1,''),
(16268,'extension',0,1,' pdf '),
(16268,'filename',0,1,' complete care at mercerville 2024 revenues pdf '),
(16268,'kind',0,1,' pdf '),
(16268,'slug',0,1,''),
(16268,'title',0,1,' complete care at mercerville 2024 revenues '),
(16269,'alt',0,1,''),
(16269,'extension',0,1,' pdf '),
(16269,'filename',0,1,' complete care at mercerville 2024 nj financials pdf '),
(16269,'kind',0,1,' pdf '),
(16269,'slug',0,1,''),
(16269,'title',0,1,' complete care at mercerville 2024 nj financials '),
(16270,'alt',0,1,''),
(16270,'extension',0,1,' pdf '),
(16270,'filename',0,1,' mercerville mcr cr 2024 pdf '),
(16270,'kind',0,1,' pdf '),
(16270,'slug',0,1,''),
(16270,'title',0,1,' mercerville mcr cr 2024 '),
(16271,'slug',0,1,' disclosures '),
(16271,'title',0,1,' disclosures '),
(16278,'alt',0,1,''),
(16278,'extension',0,1,' pdf '),
(16278,'filename',0,1,' orange park mcr cr 2024 pdf '),
(16278,'kind',0,1,' pdf '),
(16278,'slug',0,1,''),
(16278,'title',0,1,' orange park mcr cr 2024 '),
(16279,'alt',0,1,''),
(16279,'extension',0,1,' pdf '),
(16279,'filename',0,1,' complete care at east orange 2024 revenues pdf '),
(16279,'kind',0,1,' pdf '),
(16279,'slug',0,1,''),
(16279,'title',0,1,' complete care at east orange 2024 revenues '),
(16280,'alt',0,1,''),
(16280,'extension',0,1,' pdf '),
(16280,'filename',0,1,' complete care at east orange 2024 nj financials pdf '),
(16280,'kind',0,1,' pdf '),
(16280,'slug',0,1,''),
(16280,'title',0,1,' complete care at east orange 2024 nj financials '),
(16281,'field:10',0,1,' do you have times for tours '),
(16281,'field:18',0,1,' https mycompletecare com contact '),
(16281,'field:19',0,1,' cfleming completecaremgmt com '),
(16281,'field:6',0,1,' leslie luedtke '),
(16281,'field:7',0,1,' leslie villagecaregiving com '),
(16281,'field:8',0,1,' village caregiving llc '),
(16281,'field:9',0,1,' general inquiry '),
(16281,'title',0,1,' 2026 01 22 16 25 03 '),
(16282,'slug',0,1,' disclosures '),
(16282,'title',0,1,' disclosures '),
(16290,'alt',0,1,''),
(16290,'extension',0,1,' pdf '),
(16290,'filename',0,1,' ccg 00503a nondiscrimination notice parkplace pdf '),
(16290,'kind',0,1,' pdf '),
(16290,'slug',0,1,''),
(16290,'title',0,1,' ccg 00503a nondiscrimination notice park place '),
(16292,'alt',0,1,''),
(16292,'extension',0,1,' pdf '),
(16292,'filename',0,1,' complete care at park place 2024 revenues pdf '),
(16292,'kind',0,1,' pdf '),
(16292,'slug',0,1,''),
(16292,'title',0,1,' complete care at park place 2024 revenues '),
(16293,'alt',0,1,''),
(16293,'extension',0,1,' pdf '),
(16293,'filename',0,1,' complete care at park place 2024 nj financials pdf '),
(16293,'kind',0,1,' pdf '),
(16293,'slug',0,1,''),
(16293,'title',0,1,' complete care at park place 2024 nj financials '),
(16294,'alt',0,1,''),
(16294,'extension',0,1,' pdf '),
(16294,'filename',0,1,' park place mcr cr 2024 pdf '),
(16294,'kind',0,1,' pdf '),
(16294,'slug',0,1,''),
(16294,'title',0,1,' park place mcr cr 2024 '),
(16296,'slug',0,1,' non discrimination notice '),
(16296,'title',0,1,' non discrimination notice '),
(16297,'slug',0,1,' disclosures '),
(16297,'title',0,1,' disclosures '),
(16305,'alt',0,1,''),
(16305,'extension',0,1,' pdf '),
(16305,'filename',0,1,' ccg 00503a nondiscrimination notice plainfield pdf '),
(16305,'kind',0,1,' pdf '),
(16305,'slug',0,1,''),
(16305,'title',0,1,' ccg 00503a nondiscrimination notice plainfield '),
(16307,'alt',0,1,''),
(16307,'extension',0,1,' pdf '),
(16307,'filename',0,1,' cc at plainfield llc 2024 revenue pdf '),
(16307,'kind',0,1,' pdf '),
(16307,'slug',0,1,''),
(16307,'title',0,1,' cc at plainfield llc 2024 revenue '),
(16308,'alt',0,1,''),
(16308,'extension',0,1,' pdf '),
(16308,'filename',0,1,' plainfield mcr cr 2024 pdf '),
(16308,'kind',0,1,' pdf '),
(16308,'slug',0,1,''),
(16308,'title',0,1,' plainfield mcr cr 2024 '),
(16309,'alt',0,1,''),
(16309,'extension',0,1,' pdf '),
(16309,'filename',0,1,' complete care at plainfield llc 2024 nj financials pdf '),
(16309,'kind',0,1,' pdf '),
(16309,'slug',0,1,''),
(16309,'title',0,1,' complete care at plainfield llc 2024 nj financials '),
(16310,'slug',0,1,' non discrimination notice '),
(16310,'title',0,1,' non discrimination notice '),
(16311,'slug',0,1,' disclosures '),
(16311,'title',0,1,' disclosures '),
(16328,'field:12',0,1,' isabel '),
(16328,'field:13',0,1,' isabelalvarado832 gmail com '),
(16328,'field:14',0,1,' 920 401 1983 '),
(16328,'field:15',0,1,''),
(16328,'field:16',0,1,' nursing '),
(16328,'field:17',0,1,' hi im isabel i love helping people i dont have experience with being a cna but i wanna work here to finish my cna schooling '),
(16328,'field:20',0,1,' https ccmanitowoc com careers '),
(16328,'field:21',0,1,' careers ccmanitowoc com '),
(16328,'title',0,1,' 2026 01 22 18 39 28 '),
(16346,'field:10',0,1,' i am writing to ask if there are any nursing aide training positions available at your facility i am currently a nursing student and would love to obtain my cna license and get my foot in the door towards healthcare please let me know if you have anything available '),
(16346,'field:18',0,1,' https ccmanitowoc com contact '),
(16346,'field:19',0,1,' info ccmanitowoc com '),
(16346,'field:6',0,1,' mariana valenzuela '),
(16346,'field:7',0,1,' 23marianav gmail com '),
(16346,'field:8',0,1,''),
(16346,'field:9',0,1,' careers '),
(16346,'title',0,1,' 2026 01 22 18 59 56 '),
(16359,'field:12',0,1,' heaven barlow '),
(16359,'field:13',0,1,' hbarlow2005 gmail com '),
(16359,'field:14',0,1,' 6082328571 '),
(16359,'field:15',0,1,' files resumes resume heaven barlow pdf '),
(16359,'field:16',0,1,' activities recreation administrative business office dietary food service maintenance housekeeping volunteer opportunities '),
(16359,'field:17',0,1,' i would be exhilarated to join the complete care team and make a difference in my community i am looking to be a dietary aide if you ever have positions available thanks '),
(16359,'field:20',0,1,' https ccmaplegrove com careers '),
(16359,'field:21',0,1,' careers ccmaplegrove com '),
(16359,'title',0,1,' 2026 01 22 19 12 49 '),
(16360,'alt',0,1,''),
(16360,'extension',0,1,' pdf '),
(16360,'filename',0,1,' resume heaven barlow pdf '),
(16360,'kind',0,1,' pdf '),
(16360,'slug',0,1,''),
(16360,'title',0,1,' resume heaven barlow '),
(16400,'field:12',0,1,' ashley franklin '),
(16400,'field:13',0,1,' ashleym11987 gmail com '),
(16400,'field:14',0,1,' 9092412077 '),
(16400,'field:15',0,1,' files resumes ashleyfresume pdf '),
(16400,'field:16',0,1,' activities recreation '),
(16400,'field:17',0,1,' i am looking for a activities position for around 30hrs a week i have current previous experience in memory care as well '),
(16400,'field:20',0,1,' https ccnazareth com careers '),
(16400,'field:21',0,1,' careers ccnazareth com '),
(16400,'title',0,1,' 2026 01 22 19 54 08 '),
(16401,'alt',0,1,''),
(16401,'extension',0,1,' pdf '),
(16401,'filename',0,1,' ashleyfresume pdf '),
(16401,'kind',0,1,' pdf '),
(16401,'slug',0,1,''),
(16401,'title',0,1,' ashley f resume '),
(16418,'field:10',0,1,' subject exploring potential partnership opportunity proposal for cto or head of product good afternoon im the owner of a custom software development team specializing in telehealth and digital health platforms we work with nursing facilities that need secure scalable and compliant systems beyond a basic website our team builds full telemedicine platforms patient and provider portals scheduling systems internal dashboards and long term maintenance pipelines all aligned with the standards required in regulated healthcare environments we would love to explore how we can support your roadmap especially as you scale your virtual care capabilities a few reasons nursing facilities choose to partner with us weve delivered work for major global brands including amgen doctor on demand sky therapist and bmw mercedes audi toyota volkswagen netflix nfl and bose deep experience in telehealth and virtual care we build hipaa compliant telemedicine platforms patient onboarding workflows clinician tools and digital health applications that handle complex medical requirements end to end delivery our team handles everything from product strategy ux backend engineering and integrations to testing deployment and long term support scalable engineering capacity we integrate directly into your development cycles and help you ship features faster stabilize your platform and improve performance as you grow id be happy to connect for a short call next week to learn more about your current priorities and explore whether wed be a good fit what day works best for you best regards marko baric ceo '),
(16418,'field:18',0,1,' https ccmeriden com contact '),
(16418,'field:19',0,1,' info ccmeriden com '),
(16418,'field:6',0,1,' marko baric '),
(16418,'field:7',0,1,' partnerships elektrik dev '),
(16418,'field:8',0,1,' elektrik dev '),
(16418,'field:9',0,1,' general inquiry '),
(16418,'title',0,1,' 2026 01 22 20 21 59 '),
(16420,'field:10',0,1,' subject exploring potential partnership opportunity proposal for cto or head of product good afternoon im the owner of a custom software development team specializing in telehealth and digital health platforms we work with nursing facilities that need secure scalable and compliant systems beyond a basic website our team builds full telemedicine platforms patient and provider portals scheduling systems internal dashboards and long term maintenance pipelines all aligned with the standards required in regulated healthcare environments we would love to explore how we can support your roadmap especially as you scale your virtual care capabilities a few reasons nursing facilities choose to partner with us weve delivered work for major global brands including amgen doctor on demand sky therapist and bmw mercedes audi toyota volkswagen netflix nfl and bose deep experience in telehealth and virtual care we build hipaa compliant telemedicine platforms patient onboarding workflows clinician tools and digital health applications that handle complex medical requirements end to end delivery our team handles everything from product strategy ux backend engineering and integrations to testing deployment and long term support scalable engineering capacity we integrate directly into your development cycles and help you ship features faster stabilize your platform and improve performance as you grow id be happy to connect for a short call next week to learn more about your current priorities and explore whether wed be a good fit what day works best for you best regards marko baric ceo '),
(16420,'field:18',0,1,' https completecareglendale com contact '),
(16420,'field:19',0,1,' info completecareglendale com '),
(16420,'field:6',0,1,' marko baric '),
(16420,'field:7',0,1,' partnerships elektrik dev '),
(16420,'field:8',0,1,' elektrik dev '),
(16420,'field:9',0,1,' general inquiry '),
(16420,'title',0,1,' 2026 01 22 20 25 44 '),
(16421,'field:10',0,1,' subject exploring potential partnership opportunity proposal for cto or head of product good afternoon im the owner of a custom software development team specializing in telehealth and digital health platforms we work with nursing facilities that need secure scalable and compliant systems beyond a basic website our team builds full telemedicine platforms patient and provider portals scheduling systems internal dashboards and long term maintenance pipelines all aligned with the standards required in regulated healthcare environments we would love to explore how we can support your roadmap especially as you scale your virtual care capabilities a few reasons nursing facilities choose to partner with us weve delivered work for major global brands including amgen doctor on demand sky therapist and bmw mercedes audi toyota volkswagen netflix nfl and bose deep experience in telehealth and virtual care we build hipaa compliant telemedicine platforms patient onboarding workflows clinician tools and digital health applications that handle complex medical requirements end to end delivery our team handles everything from product strategy ux backend engineering and integrations to testing deployment and long term support scalable engineering capacity we integrate directly into your development cycles and help you ship features faster stabilize your platform and improve performance as you grow id be happy to connect for a short call next week to learn more about your current priorities and explore whether wed be a good fit what day works best for you best regards marko baric ceo '),
(16421,'field:18',0,1,' https ccgrotonregency com contact '),
(16421,'field:19',0,1,' info ccgrotonregency com '),
(16421,'field:6',0,1,' marko baric '),
(16421,'field:7',0,1,' partnerships elektrik dev '),
(16421,'field:8',0,1,' elektrik dev '),
(16421,'field:9',0,1,' general inquiry '),
(16421,'title',0,1,' 2026 01 22 20 33 34 '),
(16426,'field:12',0,1,' yolanda mccurry '),
(16426,'field:13',0,1,' yolandamccurry41 gmail com '),
(16426,'field:14',0,1,' 4145069183 '),
(16426,'field:15',0,1,' files resumes resume2026 pdf '),
(16426,'field:16',0,1,' nursing '),
(16426,'field:17',0,1,' interested in second shift cna position '),
(16426,'field:20',0,1,' https ccgermantown com careers '),
(16426,'field:21',0,1,' careers ccgermantown com '),
(16426,'title',0,1,' 2026 01 22 20 54 53 '),
(16427,'alt',0,1,''),
(16427,'extension',0,1,' pdf '),
(16427,'filename',0,1,' resume2026 pdf '),
(16427,'kind',0,1,' pdf '),
(16427,'slug',0,1,''),
(16427,'title',0,1,' resume2026 '),
(16430,'field:10',0,1,' trilogy would like to set up dates to sing on thursdays in february love songs and march irish songs in long branch and shrewsbury please call asap 732 539 8061 '),
(16430,'field:18',0,1,' https mycompletecare com contact '),
(16430,'field:19',0,1,' cfleming completecaremgmt com '),
(16430,'field:6',0,1,' pat dunphy '),
(16430,'field:7',0,1,' pdunphypt yahoo com '),
(16430,'field:8',0,1,' trilogy '),
(16430,'field:9',0,1,' volunteer opportunities '),
(16430,'title',0,1,' 2026 01 22 21 06 34 '),
(16551,'field:10',0,1,' missed text message from google business profile for complete care at harrington court hi complete care at harrington court google now lets customers text businesses like complete care at harrington court directly from their google business profile last month alone businesses like yours missed 10 20 real customer inquiries simply because no one replied fast enough especially after hours getdandy connects an ai agent directly to your google profile that ●	replies to texts instantly 24 7 ●	answers questions ●	books appointments automatically if someone texts and doesnt get a response they move on to one of your competitors want to see how many messages complete care at harrington court is missing click here to grab a time on my calendar and ill show you schedule a call here https getdandy com schedule call sms thank you jennifer obrien ai implementation advisor getdandy phone 949 979 7488 visit us online https getdandy com schedule call sms unsubscribe https bit ly 42wnusa '),
(16551,'field:18',0,1,' https mycompletecare com contact '),
(16551,'field:19',0,1,' cfleming completecaremgmt com '),
(16551,'field:6',0,1,' jennifer obrien '),
(16551,'field:7',0,1,' jenni obrie getdandynow com '),
(16551,'field:8',0,1,' getdandy '),
(16551,'field:9',0,1,' general inquiry '),
(16551,'title',0,1,' 2026 01 23 02 39 15 '),
(16600,'field:10',0,1,' hello i saw you had an evening receptionist position and was wondering if you would consider someone for just the rotating weekends part if not now worries just thought i would ask respectfully luis '),
(16600,'field:18',0,1,' https cchyattsville com contact '),
(16600,'field:19',0,1,' info cchyattsville com '),
(16600,'field:6',0,1,' luis '),
(16600,'field:7',0,1,' lchave gmu edu '),
(16600,'field:8',0,1,''),
(16600,'field:9',0,1,' careers '),
(16600,'title',0,1,' 2026 01 23 04 11 25 '),
(16675,'field:12',0,1,' comfort '),
(16675,'field:13',0,1,' tttlola3 yahoo com '),
(16675,'field:14',0,1,' 2405812435 '),
(16675,'field:15',0,1,' files resumes resume 2026 01 23 114034 boeo pdf '),
(16675,'field:16',0,1,' nursing '),
(16675,'field:17',0,1,' current cpr first aid reference available upon request '),
(16675,'field:20',0,1,' https mycompletecare com careers '),
(16675,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(16675,'title',0,1,' 2026 01 23 06 40 34 '),
(16676,'alt',0,1,''),
(16676,'extension',0,1,' pdf '),
(16676,'filename',0,1,' resume 2026 01 23 114034 boeo pdf '),
(16676,'kind',0,1,' pdf '),
(16676,'slug',0,1,''),
(16676,'title',0,1,' resume '),
(16783,'field:10',0,1,' hello my family and i are researching memory care facilities for my father for reside potentially in the next 60 to 90 days i would like information on types of rooms payment options and pricing please '),
(16783,'field:18',0,1,' https ccsouthpointe com contact '),
(16783,'field:19',0,1,' info southpointecrc com '),
(16783,'field:27',0,1,''),
(16783,'field:6',0,1,' wendy koehler '),
(16783,'field:7',0,1,' tia502 yahoo com '),
(16783,'field:8',0,1,''),
(16783,'field:9',0,1,' resident family support '),
(16783,'title',0,1,' 2026 01 23 09 58 05 '),
(16785,'field:10',0,1,' dear admission my name is jayquan jackson and i am the owner of as sharp as they come i am a licensed barber with over 10 years of experience providing professional grooming services i would love to partner with your facility to offer weekly or monthly on site barber services for your residents clients i understand that many residents benefit from accessible grooming options that come to them and im committed to delivering care that is respectful convenient and tailored to everyones needs my services include haircuts beard trims grooming consultations and basic hygiene care all performed with professionalism and compassion i would love the opportunity to discuss how we might work together and answer any questions you may have please let me know a day and time that works for you and i can follow up with more information or a service proposal thank you for your time and i look forward to the possibility of serving your community best regards '),
(16785,'field:18',0,1,' https completecareheritage com contact '),
(16785,'field:19',0,1,' info completecareheritage com '),
(16785,'field:27',0,1,''),
(16785,'field:6',0,1,' jayquan whaley jackson '),
(16785,'field:7',0,1,' jaykingjackson icloud com '),
(16785,'field:8',0,1,' as sharp as they come '),
(16785,'field:9',0,1,' other '),
(16785,'title',0,1,' 2026 01 23 10 07 58 '),
(16786,'field:10',0,1,' i would like to schedule a tour and possibly get my mother on the waiting list i have left several messages with admissions and have not gotten a call back '),
(16786,'field:18',0,1,' https mycompletecare com contact '),
(16786,'field:19',0,1,' cfleming completecaremgmt com '),
(16786,'field:27',0,1,''),
(16786,'field:6',0,1,' pam andreson '),
(16786,'field:7',0,1,' pjlinka yahoo com '),
(16786,'field:8',0,1,''),
(16786,'field:9',0,1,' general inquiry '),
(16786,'title',0,1,' 2026 01 23 10 12 27 '),
(16787,'field:10',0,1,' i would like to schedule a tour and info session to discuss long term care for a relative '),
(16787,'field:18',0,1,' https ccsummitridge com contact '),
(16787,'field:19',0,1,' info ccsummitridge com '),
(16787,'field:27',0,1,''),
(16787,'field:6',0,1,' motria horodysky '),
(16787,'field:7',0,1,' horodysky verizon net '),
(16787,'field:8',0,1,''),
(16787,'field:9',0,1,' resident family support '),
(16787,'title',0,1,' 2026 01 23 10 15 30 '),
(16792,'field:10',0,1,' i would like to schedule a tour and get my mom on the waiting list '),
(16792,'field:18',0,1,' https mycompletecare com contact '),
(16792,'field:19',0,1,' cfleming completecaremgmt com '),
(16792,'field:27',0,1,''),
(16792,'field:6',0,1,' pam andreson '),
(16792,'field:7',0,1,' pjlinka yahoo com '),
(16792,'field:8',0,1,''),
(16792,'field:9',0,1,' general inquiry '),
(16792,'title',0,1,' 2026 01 23 10 36 06 '),
(16795,'field:12',0,1,' keriay osman '),
(16795,'field:13',0,1,' keriayosman icloud com '),
(16795,'field:14',0,1,' 4142158980 '),
(16795,'field:15',0,1,' files resumes resume pdf pdf '),
(16795,'field:16',0,1,' nursing '),
(16795,'field:17',0,1,' hi my name is keriay and im a cna im reaching out to inquire about any available cna positions at your facility im dependable caring and eager to join a great healthcare team id love the opportunity to apply and communicate with your team thank you '),
(16795,'field:20',0,1,' https ccglendalewest com careers '),
(16795,'field:21',0,1,' careers ccglendalewest com '),
(16795,'title',0,1,' 2026 01 23 11 16 56 '),
(16796,'alt',0,1,''),
(16796,'extension',0,1,' pdf '),
(16796,'filename',0,1,' resume pdf pdf '),
(16796,'kind',0,1,' pdf '),
(16796,'slug',0,1,''),
(16796,'title',0,1,' resume pdf '),
(16798,'field:12',0,1,' ravan arenz '),
(16798,'field:13',0,1,' rarenz varcinc com '),
(16798,'field:14',0,1,' 6088916039 '),
(16798,'field:15',0,1,' files resumes aneesha decorah resume pdf '),
(16798,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(16798,'field:17',0,1,' hello my name is ravan arenz and i am an employment specialist with varc we partner with dvr to connect job seekers with businesses and provide support throughout the employment process our goal is to help individuals from diverse backgrounds enter the workforce successfully while assisting businesses in meeting their hiring needs i currently have a client who is interested in completing an internship with your company if you are open to hosting an intern here are the details internship details duration 45 day paid internship cost all wages workers compensation and insurance liability are covered for the full 45 days at no cost to you as the employer goal the internship allows you to evaluate the individuals skills and abilities with the hope of transitioning into permanent employment after completion this program is a great way to help individuals build their resumes and gain work experience whether they are entering the workforce for the first time or exploring new career paths varc provides both onsite if needed and offsite support at no cost to you ensuring the interns success we also offer ongoing retention support after hire we have successfully partnered with businesses such as baraboo fresh market walmart oak park place sauk county health care center viking festival foods seneca milwaukee valve and pizza ranch many of our supported employees have maintained long term employment one individual has been with walgreens for over 20 years we are committed to creating successful placements and building strong partnerships with employers if you are interested in learning more or hosting an intern please let me know thank you for your time and consideration best regards ravan arenz employment specialist varc supported employment '),
(16798,'field:20',0,1,' https ccjeffersonmeadows com careers '),
(16798,'field:21',0,1,' careers ccjeffersonmeadows com '),
(16798,'title',0,1,' 2026 01 23 11 31 06 '),
(16799,'alt',0,1,''),
(16799,'extension',0,1,' pdf '),
(16799,'filename',0,1,' aneesha decorah resume pdf '),
(16799,'kind',0,1,' pdf '),
(16799,'slug',0,1,''),
(16799,'title',0,1,' aneesha decorah resume '),
(16807,'field:10',0,1,' my aunt is a currently resident at the marcella nj location we have requested assistance for getting a hearing aid repeatedly now for the past year please help '),
(16807,'field:18',0,1,' https mycompletecare com contact '),
(16807,'field:19',0,1,' cfleming completecaremgmt com '),
(16807,'field:27',0,1,' marcella '),
(16807,'field:6',0,1,' michelle jefferson '),
(16807,'field:7',0,1,' mique5 hotmail com '),
(16807,'field:8',0,1,''),
(16807,'field:9',0,1,' resident family support '),
(16807,'title',0,1,' 2026 01 23 11 56 55 '),
(16810,'field:10',0,1,' hi i would love to talk with the activities director about playing music for residents i play piano and would love to come in for an hour or so and plan familiar songs please contact me at 608 334 5765 or latrembath gmail com '),
(16810,'field:18',0,1,' https mycompletecare com contact '),
(16810,'field:19',0,1,' cfleming completecaremgmt com '),
(16810,'field:27',0,1,''),
(16810,'field:6',0,1,' lisaann trembath '),
(16810,'field:7',0,1,' latrembath gmail com '),
(16810,'field:8',0,1,''),
(16810,'field:9',0,1,' volunteer opportunities '),
(16810,'title',0,1,' 2026 01 23 12 17 20 '),
(16812,'field:1',0,1,' lisaann trembath '),
(16812,'field:2',0,1,' latrembath gmail com '),
(16812,'field:22',0,1,' https mycompletecare com volunteer '),
(16812,'field:23',0,1,' volunteer completecaremgmt com '),
(16812,'field:3',0,1,' 6083345765 '),
(16812,'field:4',0,1,' complete care at maple grove '),
(16812,'field:5',0,1,' hi im wondering if you would like piano music for residents i play piano and my wife plays bass we have songs that are familiar and pleasant please contact me at 608 334 5765 or latrembath gmail com if this is of interest or need '),
(16812,'title',0,1,' 2026 01 23 12 19 29 '),
(16828,'field:12',0,1,' deqwasha burton '),
(16828,'field:13',0,1,' deqwashaanderson yahoo com '),
(16828,'field:14',0,1,' 2629773851 '),
(16828,'field:15',0,1,' files resumes 1df60a82 d0fa 40ef a3fe dad9e2ccb638 3 pdf '),
(16828,'field:16',0,1,' dietary food service maintenance housekeeping '),
(16828,'field:17',0,1,' i am willing to take my skills to a new environment '),
(16828,'field:20',0,1,' https ccridgewood com careers '),
(16828,'field:21',0,1,' careers ccridgewood com '),
(16828,'title',0,1,' 2026 01 23 12 45 52 '),
(16829,'alt',0,1,''),
(16829,'extension',0,1,' pdf '),
(16829,'filename',0,1,' 1df60a82 d0fa 40ef a3fe dad9e2ccb638 3 pdf '),
(16829,'kind',0,1,' pdf '),
(16829,'slug',0,1,''),
(16829,'title',0,1,' 1 df60 a82 d0 fa 40 ef a3 fe dad9 e2 ccb638 3 '),
(16882,'field:12',0,1,' honeika brodbury '),
(16882,'field:13',0,1,' liyahhis gmail com '),
(16882,'field:14',0,1,' 18609674413 '),
(16882,'field:15',0,1,' files resumes honeika brodbury pdf '),
(16882,'field:16',0,1,' nursing '),
(16882,'field:17',0,1,' honeika brodbury '),
(16882,'field:20',0,1,' https completecarekhn com careers '),
(16882,'field:21',0,1,' careers completecarekhn com '),
(16882,'title',0,1,' 2026 01 23 13 33 43 '),
(16883,'alt',0,1,''),
(16883,'extension',0,1,' pdf '),
(16883,'filename',0,1,' honeika brodbury pdf '),
(16883,'kind',0,1,' pdf '),
(16883,'slug',0,1,''),
(16883,'title',0,1,' honeika brodbury '),
(16886,'field:12',0,1,' latasha heard '),
(16886,'field:13',0,1,' loveothers9632 icloud com '),
(16886,'field:14',0,1,' 12627655846 '),
(16886,'field:15',0,1,' files resumes resume 1769193221363 pdf '),
(16886,'field:16',0,1,' nursing '),
(16886,'field:17',0,1,' dear complete care team i latasha heard have over seven years of experience as a certified nurses assistant working in some of the most busiest facilities in wisconsin i believe that i will be an asset to your nursing team at complete care and that i will assist in reaching your patient care goals i would love a chance to speak to you about how i believe that my years of experience could translate into improve patient care please feel free to contact me with the date that best suits your schedule kind regards latasha heard '),
(16886,'field:20',0,1,' https ccgermantown com careers '),
(16886,'field:21',0,1,' careers ccgermantown com '),
(16886,'title',0,1,' 2026 01 23 13 44 25 '),
(16887,'alt',0,1,''),
(16887,'extension',0,1,' pdf '),
(16887,'filename',0,1,' resume 1769193221363 pdf '),
(16887,'kind',0,1,' pdf '),
(16887,'slug',0,1,''),
(16887,'title',0,1,' resume 1769193221363 '),
(16905,'alt',0,1,''),
(16905,'extension',0,1,' pdf '),
(16905,'filename',0,1,' complete care at barn hill 2024 revenue pdf '),
(16905,'kind',0,1,' pdf '),
(16905,'slug',0,1,''),
(16905,'title',0,1,' complete care at barn hill 2024 revenue '),
(16906,'alt',0,1,''),
(16906,'extension',0,1,' pdf '),
(16906,'filename',0,1,' barn hill mcr cr 2024 pdf '),
(16906,'kind',0,1,' pdf '),
(16906,'slug',0,1,''),
(16906,'title',0,1,' barn hill mcr cr 2024 '),
(16907,'alt',0,1,''),
(16907,'extension',0,1,' pdf '),
(16907,'filename',0,1,' complete care at barn hill 2024 nj financials pdf '),
(16907,'kind',0,1,' pdf '),
(16907,'slug',0,1,''),
(16907,'title',0,1,' complete care at barn hill 2024 nj financials '),
(16908,'field:10',0,1,' hello would you forward my email to your life enrichment director recreation or activities director or volunteer director thank you raymond pierce hello i am raymond pierce a canadian storyteller living in toronto ontario i am offering a free complimentary storytelling service by email every week my stories are all family friendly humor suitable for everyone in each email i also include one of my personal light hearted short stories all my emails are sent as bcc blind carbon copies to protect your email address since 2016 i have been passionate about spreading joy and laughter with my humorous stories that i call morning smiles i do this because we live in a tragic wounded world and we all could use a good laugh often i am not offering to visit your nursing home but at age 81 i still do that in my local community some nursing homes share my stories by having staff or volunteers read them to their residents some print them to circulate or put them on bulletin boards some have a twice a week coffee clutch to share my stories and some have a community newsletter and post some of my stories there i am a member of storytelling toronto you can see my picture and short bio by googling storytelling toronto directory if this would interest you or someone you know please email me at raymondcssr gmail com or phone my cell 647 588 3600 thank you happy new year raymond pierce '),
(16908,'field:18',0,1,' https cccorsicahills com contact '),
(16908,'field:19',0,1,' info cccorsicahills com '),
(16908,'field:27',0,1,''),
(16908,'field:6',0,1,' raymond pierce '),
(16908,'field:7',0,1,' raymondcssr gmail com '),
(16908,'field:8',0,1,''),
(16908,'field:9',0,1,' general inquiry '),
(16908,'title',0,1,' 2026 01 23 14 11 51 '),
(16929,'alt',0,1,''),
(16929,'extension',0,1,' pdf '),
(16929,'filename',0,1,' complete care at brakeley park 2024 revenues pdf '),
(16929,'kind',0,1,' pdf '),
(16929,'slug',0,1,''),
(16929,'title',0,1,' complete care at brakeley park 2024 revenues '),
(16930,'alt',0,1,''),
(16930,'extension',0,1,' pdf '),
(16930,'filename',0,1,' complete care at brakeley park 2024 nj financials pdf '),
(16930,'kind',0,1,' pdf '),
(16930,'slug',0,1,''),
(16930,'title',0,1,' complete care at brakeley park 2024 nj financials '),
(16931,'alt',0,1,''),
(16931,'extension',0,1,' pdf '),
(16931,'filename',0,1,' brakeley mcr cr 2024 pdf '),
(16931,'kind',0,1,' pdf '),
(16931,'slug',0,1,''),
(16931,'title',0,1,' brakeley mcr cr 2024 '),
(16932,'slug',0,1,' disclosures '),
(16932,'title',0,1,' disclosures '),
(16950,'alt',0,1,''),
(16950,'extension',0,1,' pdf '),
(16950,'filename',0,1,' chestnut hill mcr cr 2024 pdf '),
(16950,'kind',0,1,' pdf '),
(16950,'slug',0,1,''),
(16950,'title',0,1,' chestnut hill mcr cr 2024 '),
(16951,'alt',0,1,''),
(16951,'extension',0,1,' pdf '),
(16951,'filename',0,1,' complete care at chestnut hill 2024 revenues pdf '),
(16951,'kind',0,1,' pdf '),
(16951,'slug',0,1,''),
(16951,'title',0,1,' complete care at chestnut hill 2024 revenues '),
(16952,'alt',0,1,''),
(16952,'extension',0,1,' pdf '),
(16952,'filename',0,1,' complete care at chestnut hill 2024 nj financials pdf '),
(16952,'kind',0,1,' pdf '),
(16952,'slug',0,1,''),
(16952,'title',0,1,' complete care at chestnut hill 2024 nj financials '),
(16955,'slug',0,1,' disclosures '),
(16955,'title',0,1,' disclosures '),
(16960,'field:10',0,1,' i am reaching out to get a good email address for your accounts payable department to check status of claims '),
(16960,'field:18',0,1,' https mycompletecare com contact '),
(16960,'field:19',0,1,' cfleming completecaremgmt com '),
(16960,'field:27',0,1,''),
(16960,'field:6',0,1,' kelly miles '),
(16960,'field:7',0,1,' kelly miles ensemblehp com '),
(16960,'field:8',0,1,' st vincent hospital ensemble '),
(16960,'field:9',0,1,' other '),
(16960,'title',0,1,' 2026 01 23 14 40 55 '),
(16965,'alt',0,1,''),
(16965,'extension',0,1,' pdf '),
(16965,'filename',0,1,' nondiscrimination notice chestnutres pdf '),
(16965,'kind',0,1,' pdf '),
(16965,'slug',0,1,''),
(16965,'title',0,1,' nondiscrimination notice chestnut res '),
(16966,'slug',0,1,' non discrimination notice '),
(16966,'title',0,1,' non discrimination notice '),
(17019,'alt',0,1,''),
(17019,'extension',0,1,' pdf '),
(17019,'filename',0,1,' ccg 00503a nondiscrimination notice germantown pdf '),
(17019,'kind',0,1,' pdf '),
(17019,'slug',0,1,''),
(17019,'title',0,1,' ccg 00503a nondiscrimination notice germantown '),
(17020,'slug',0,1,' non discrimination notice '),
(17020,'title',0,1,' non discrimination notice '),
(17027,'alt',0,1,''),
(17027,'extension',0,1,' pdf '),
(17027,'filename',0,1,' ccg 00503a nondiscrimination notice glendale pdf '),
(17027,'kind',0,1,' pdf '),
(17027,'slug',0,1,''),
(17027,'title',0,1,' ccg 00503a nondiscrimination notice glendale '),
(17029,'slug',0,1,' non discrimination notice '),
(17029,'title',0,1,' non discrimination notice '),
(17037,'alt',0,1,''),
(17037,'extension',0,1,' pdf '),
(17037,'filename',0,1,' ccg 00503a nondiscrimination notice glendalewest pdf '),
(17037,'kind',0,1,' pdf '),
(17037,'slug',0,1,''),
(17037,'title',0,1,' ccg 00503a nondiscrimination notice glendale west '),
(17040,'slug',0,1,' non discrimination notice '),
(17040,'title',0,1,' non discrimination notice '),
(17047,'alt',0,1,''),
(17047,'extension',0,1,' pdf '),
(17047,'filename',0,1,' ccg 00503a nondiscrimination notice grandeprairie pdf '),
(17047,'kind',0,1,' pdf '),
(17047,'slug',0,1,''),
(17047,'title',0,1,' ccg 00503a nondiscrimination notice grande prairie '),
(17048,'slug',0,1,' non discrimination notice '),
(17048,'title',0,1,' non discrimination notice '),
(17054,'slug',0,1,' legal statement '),
(17054,'title',0,1,' legal statement '),
(17063,'alt',0,1,''),
(17063,'extension',0,1,' pdf '),
(17063,'filename',0,1,' ccg 00503a nondiscrimination notice halescorners pdf '),
(17063,'kind',0,1,' pdf '),
(17063,'slug',0,1,''),
(17063,'title',0,1,' ccg 00503a nondiscrimination notice hales corners '),
(17064,'slug',0,1,' legal statement '),
(17064,'title',0,1,' legal statement '),
(17065,'slug',0,1,' non discrimination notice '),
(17065,'title',0,1,' non discrimination notice '),
(17073,'alt',0,1,''),
(17073,'extension',0,1,' pdf '),
(17073,'filename',0,1,' hamilton mcr cr 2024 pdf '),
(17073,'kind',0,1,' pdf '),
(17073,'slug',0,1,''),
(17073,'title',0,1,' hamilton mcr cr 2024 '),
(17074,'alt',0,1,''),
(17074,'extension',0,1,' pdf '),
(17074,'filename',0,1,' complete care at hamilton 2024 revenues pdf '),
(17074,'kind',0,1,' pdf '),
(17074,'slug',0,1,''),
(17074,'title',0,1,' complete care at hamilton 2024 revenues '),
(17075,'alt',0,1,''),
(17075,'extension',0,1,' pdf '),
(17075,'filename',0,1,' complete care at hamilton 2024 nj financials pdf '),
(17075,'kind',0,1,' pdf '),
(17075,'slug',0,1,''),
(17075,'title',0,1,' complete care at hamilton 2024 nj financials '),
(17076,'slug',0,1,' disclosures '),
(17076,'title',0,1,' disclosures '),
(17083,'alt',0,1,''),
(17083,'extension',0,1,' pdf '),
(17083,'filename',0,1,' complete care at harborage 2024 revenue pdf '),
(17083,'kind',0,1,' pdf '),
(17083,'slug',0,1,''),
(17083,'title',0,1,' complete care at harborage 2024 revenue '),
(17084,'alt',0,1,''),
(17084,'extension',0,1,' pdf '),
(17084,'filename',0,1,' harborage mcr cr 2024 pdf '),
(17084,'kind',0,1,' pdf '),
(17084,'slug',0,1,''),
(17084,'title',0,1,' harborage mcr cr 2024 '),
(17085,'alt',0,1,''),
(17085,'extension',0,1,' pdf '),
(17085,'filename',0,1,' complete care at harborage 2024 nj financials pdf '),
(17085,'kind',0,1,' pdf '),
(17085,'slug',0,1,''),
(17085,'title',0,1,' complete care at harborage 2024 nj financials '),
(17086,'slug',0,1,' disclosures '),
(17086,'title',0,1,' disclosures '),
(17098,'alt',0,1,''),
(17098,'extension',0,1,' pdf '),
(17098,'filename',0,1,' ccg 00503a nondiscrimination notice harringtoncourt pdf '),
(17098,'kind',0,1,' pdf '),
(17098,'slug',0,1,''),
(17098,'title',0,1,' ccg 00503a nondiscrimination notice harrington court '),
(17099,'slug',0,1,' non discrimination notice '),
(17099,'title',0,1,' non discrimination notice '),
(17123,'alt',0,1,''),
(17123,'extension',0,1,' pdf '),
(17123,'filename',0,1,' ccg 00503a nondiscrimination notice inglemoor pdf '),
(17123,'kind',0,1,' pdf '),
(17123,'slug',0,1,''),
(17123,'title',0,1,' ccg 00503a nondiscrimination notice inglemoor '),
(17125,'alt',0,1,''),
(17125,'extension',0,1,' pdf '),
(17125,'filename',0,1,' complete care at inglemoor 2024 revenues pdf '),
(17125,'kind',0,1,' pdf '),
(17125,'slug',0,1,''),
(17125,'title',0,1,' complete care at inglemoor 2024 revenues '),
(17126,'alt',0,1,''),
(17126,'extension',0,1,' pdf '),
(17126,'filename',0,1,' complete care at inglemoor 2024 nj financials pdf '),
(17126,'kind',0,1,' pdf '),
(17126,'slug',0,1,''),
(17126,'title',0,1,' complete care at inglemoor 2024 nj financials '),
(17127,'alt',0,1,''),
(17127,'extension',0,1,' pdf '),
(17127,'filename',0,1,' inglemoor mcr cr 2024 pdf '),
(17127,'kind',0,1,' pdf '),
(17127,'slug',0,1,''),
(17127,'title',0,1,' inglemoor mcr cr 2024 '),
(17128,'slug',0,1,' non discrimination notice '),
(17128,'title',0,1,' non discrimination notice '),
(17129,'slug',0,1,' disclosures '),
(17129,'title',0,1,' disclosures '),
(17135,'alt',0,1,''),
(17135,'extension',0,1,' pdf '),
(17135,'filename',0,1,' ccg 00503a nondiscrimination notice jefferson pdf '),
(17135,'kind',0,1,' pdf '),
(17135,'slug',0,1,''),
(17135,'title',0,1,' ccg 00503a nondiscrimination notice jefferson '),
(17137,'slug',0,1,' non discrimination notice '),
(17137,'title',0,1,' non discrimination notice '),
(17144,'alt',0,1,''),
(17144,'extension',0,1,' pdf '),
(17144,'filename',0,1,' ccg 00503a nondiscrimination notice kensington pdf '),
(17144,'kind',0,1,' pdf '),
(17144,'slug',0,1,''),
(17144,'title',0,1,' ccg 00503a nondiscrimination notice kensington '),
(17145,'slug',0,1,' non discrimination notice '),
(17145,'title',0,1,' non discrimination notice '),
(17150,'alt',0,1,''),
(17150,'extension',0,1,' pdf '),
(17150,'filename',0,1,' ccg 00503a nondiscrimination notice khn pdf '),
(17150,'kind',0,1,' pdf '),
(17150,'slug',0,1,''),
(17150,'title',0,1,' ccg 00503a nondiscrimination notice khn '),
(17151,'slug',0,1,' non discrimination notice '),
(17151,'title',0,1,' non discrimination notice '),
(17158,'alt',0,1,''),
(17158,'extension',0,1,' pdf '),
(17158,'filename',0,1,' ccg 00503a nondiscrimination notice laplata pdf '),
(17158,'kind',0,1,' pdf '),
(17158,'slug',0,1,''),
(17158,'title',0,1,' ccg 00503a nondiscrimination notice la plata '),
(17160,'slug',0,1,' non discrimination notice '),
(17160,'title',0,1,' non discrimination notice '),
(17170,'alt',0,1,''),
(17170,'extension',0,1,' pdf '),
(17170,'filename',0,1,' ccg 00503a nondiscrimination notice manitowoc pdf '),
(17170,'kind',0,1,' pdf '),
(17170,'slug',0,1,''),
(17170,'title',0,1,' ccg 00503a nondiscrimination notice manitowoc '),
(17172,'slug',0,1,' non discrimination notice '),
(17172,'title',0,1,' non discrimination notice '),
(17179,'alt',0,1,''),
(17179,'extension',0,1,' pdf '),
(17179,'filename',0,1,' ccg 00503a nondiscrimination notice maplegrove pdf '),
(17179,'kind',0,1,' pdf '),
(17179,'slug',0,1,''),
(17179,'title',0,1,' ccg 00503a nondiscrimination notice maple grove '),
(17180,'slug',0,1,' legal statement '),
(17180,'title',0,1,' legal statement '),
(17181,'slug',0,1,' non discrimination notice '),
(17181,'title',0,1,' non discrimination notice '),
(17187,'field:10',0,1,' hi i am local and provide service in philadelphia and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(17187,'field:18',0,1,' https mycompletecare com contact '),
(17187,'field:19',0,1,' cfleming completecaremgmt com '),
(17187,'field:27',0,1,' 1 '),
(17187,'field:6',0,1,' gena kotarsky '),
(17187,'field:7',0,1,' gena janpronorthernnj com '),
(17187,'field:8',0,1,' jan pro of northern new jersey '),
(17187,'field:9',0,1,' general inquiry '),
(17187,'title',0,1,' 2026 01 23 15 29 44 '),
(17192,'alt',0,1,''),
(17192,'extension',0,1,' pdf '),
(17192,'filename',0,1,' ccg 00503a nondiscrimination notice meriden pdf '),
(17192,'kind',0,1,' pdf '),
(17192,'slug',0,1,''),
(17192,'title',0,1,' ccg 00503a nondiscrimination notice meriden '),
(17194,'slug',0,1,' non discrimination notice '),
(17194,'title',0,1,' non discrimination notice '),
(17205,'alt',0,1,''),
(17205,'extension',0,1,' pdf '),
(17205,'filename',0,1,' complete care at milford manor 2024 revenues pdf '),
(17205,'kind',0,1,' pdf '),
(17205,'slug',0,1,''),
(17205,'title',0,1,' complete care at milford manor 2024 revenues '),
(17206,'alt',0,1,''),
(17206,'extension',0,1,' pdf '),
(17206,'filename',0,1,' milford mcr cr 2024 pdf '),
(17206,'kind',0,1,' pdf '),
(17206,'slug',0,1,''),
(17206,'title',0,1,' milford mcr cr 2024 '),
(17207,'alt',0,1,''),
(17207,'extension',0,1,' pdf '),
(17207,'filename',0,1,' complete care at milford manor 2024 nj financials pdf '),
(17207,'kind',0,1,' pdf '),
(17207,'slug',0,1,''),
(17207,'title',0,1,' complete care at milford manor 2024 nj financials '),
(17209,'slug',0,1,' disclosures '),
(17209,'title',0,1,' disclosures '),
(17220,'alt',0,1,''),
(17220,'extension',0,1,' pdf '),
(17220,'filename',0,1,' ccg 00503a nondiscrimination notice phillipsburg pdf '),
(17220,'kind',0,1,' pdf '),
(17220,'slug',0,1,''),
(17220,'title',0,1,' ccg 00503a nondiscrimination notice phillipsburg '),
(17222,'alt',0,1,''),
(17222,'extension',0,1,' pdf '),
(17222,'filename',0,1,' complete care at phillipsburg 2024 revenues pdf '),
(17222,'kind',0,1,' pdf '),
(17222,'slug',0,1,''),
(17222,'title',0,1,' complete care at phillipsburg 2024 revenues '),
(17223,'alt',0,1,''),
(17223,'extension',0,1,' pdf '),
(17223,'filename',0,1,' complete care at phillipsburg 2024 nj financials pdf '),
(17223,'kind',0,1,' pdf '),
(17223,'slug',0,1,''),
(17223,'title',0,1,' complete care at phillipsburg 2024 nj financials '),
(17224,'alt',0,1,''),
(17224,'extension',0,1,' pdf '),
(17224,'filename',0,1,' phillipsburg mcr cr 2024 pdf '),
(17224,'kind',0,1,' pdf '),
(17224,'slug',0,1,''),
(17224,'title',0,1,' phillipsburg mcr cr 2024 '),
(17225,'slug',0,1,' non discrimination notice '),
(17225,'title',0,1,' non discrimination notice '),
(17226,'slug',0,1,' disclosures '),
(17226,'title',0,1,' disclosures '),
(17235,'alt',0,1,''),
(17235,'extension',0,1,' pdf '),
(17235,'filename',0,1,' complete care at lakeview 2024 nj financial statements pdf '),
(17235,'kind',0,1,' pdf '),
(17235,'slug',0,1,''),
(17235,'title',0,1,' complete care at lakeview 2024 nj financial statements '),
(17236,'alt',0,1,''),
(17236,'extension',0,1,' pdf '),
(17236,'filename',0,1,' complete care at lakeview 2024 revenue schedule pdf '),
(17236,'kind',0,1,' pdf '),
(17236,'slug',0,1,''),
(17236,'title',0,1,' complete care at lakeview 2024 revenue schedule '),
(17237,'alt',0,1,''),
(17237,'extension',0,1,' pdf '),
(17237,'filename',0,1,' lakeview mcr cr 2024 pdf '),
(17237,'kind',0,1,' pdf '),
(17237,'slug',0,1,''),
(17237,'title',0,1,' lakeview mcr cr 2024 '),
(17238,'slug',0,1,' disclosures '),
(17238,'title',0,1,' disclosures '),
(17243,'slug',0,1,' disclosures '),
(17243,'title',0,1,' disclosures '),
(17251,'alt',0,1,''),
(17251,'extension',0,1,' pdf '),
(17251,'filename',0,1,' cc at regent llc 2024 revenue pdf '),
(17251,'kind',0,1,' pdf '),
(17251,'slug',0,1,''),
(17251,'title',0,1,' cc at regent llc 2024 revenue '),
(17252,'alt',0,1,''),
(17252,'extension',0,1,' pdf '),
(17252,'filename',0,1,' regent mcr cr 2024 pdf '),
(17252,'kind',0,1,' pdf '),
(17252,'slug',0,1,''),
(17252,'title',0,1,' regent mcr cr 2024 '),
(17253,'alt',0,1,''),
(17253,'extension',0,1,' pdf '),
(17253,'filename',0,1,' complete care at regent llc 2024 nj financials pdf '),
(17253,'kind',0,1,' pdf '),
(17253,'slug',0,1,''),
(17253,'title',0,1,' complete care at regent llc 2024 nj financials '),
(17259,'slug',0,1,' disclosures '),
(17259,'title',0,1,' disclosures '),
(17273,'alt',0,1,''),
(17273,'extension',0,1,' pdf '),
(17273,'filename',0,1,' prospect heights mcr cr 2024 pdf '),
(17273,'kind',0,1,' pdf '),
(17273,'slug',0,1,''),
(17273,'title',0,1,' prospect heights mcr cr 2024 '),
(17274,'alt',0,1,''),
(17274,'extension',0,1,' pdf '),
(17274,'filename',0,1,' complete care at prospect heights 2024 revenues pdf '),
(17274,'kind',0,1,' pdf '),
(17274,'slug',0,1,''),
(17274,'title',0,1,' complete care at prospect heights 2024 revenues '),
(17275,'alt',0,1,''),
(17275,'extension',0,1,' pdf '),
(17275,'filename',0,1,' complete care at prospect heights 2024 nj financials pdf '),
(17275,'kind',0,1,' pdf '),
(17275,'slug',0,1,''),
(17275,'title',0,1,' complete care at prospect heights 2024 nj financials '),
(17286,'alt',0,1,''),
(17286,'extension',0,1,' pdf '),
(17286,'filename',0,1,' st vincents mcr cr 2024 pdf '),
(17286,'kind',0,1,' pdf '),
(17286,'slug',0,1,''),
(17286,'title',0,1,' st vincents mcr cr 2024 '),
(17287,'alt',0,1,''),
(17287,'extension',0,1,' pdf '),
(17287,'filename',0,1,' complete care at st vincents 2024 revenue schedule pdf '),
(17287,'kind',0,1,' pdf '),
(17287,'slug',0,1,''),
(17287,'title',0,1,' complete care at st vincents 2024 revenue schedule '),
(17288,'alt',0,1,''),
(17288,'extension',0,1,' pdf '),
(17288,'filename',0,1,' complete care at st vincents 2024 nj financials pdf '),
(17288,'kind',0,1,' pdf '),
(17288,'slug',0,1,''),
(17288,'title',0,1,' complete care at st vincents 2024 nj financials '),
(17295,'field:10',0,1,' good afternoon our hikma womens network is sponsoring a valentine day event that will take place on february 11th we are offering our employees the opportunity to complete valentine cards that we would like to give to a care facility for distribution to their residents is this something you would be interested in and if so how many valentines would you need thank you rosemary schoen '),
(17295,'field:18',0,1,' https ccvoorhees com contact '),
(17295,'field:19',0,1,' info ccvoorhees com '),
(17295,'field:27',0,1,''),
(17295,'field:6',0,1,' rosemary schoen '),
(17295,'field:7',0,1,' rschoen hikma com '),
(17295,'field:8',0,1,' hikma '),
(17295,'field:9',0,1,' other '),
(17295,'title',0,1,' 2026 01 23 16 15 57 '),
(17301,'alt',0,1,''),
(17301,'extension',0,1,' pdf '),
(17301,'filename',0,1,' nondiscrimination notice nazareth pdf '),
(17301,'kind',0,1,' pdf '),
(17301,'slug',0,1,''),
(17301,'title',0,1,' nondiscrimination notice nazareth '),
(17302,'slug',0,1,' non discrimination notice '),
(17302,'title',0,1,' non discrimination notice '),
(17330,'alt',0,1,''),
(17330,'extension',0,1,' pdf '),
(17330,'filename',0,1,' summit ridge care 2024 revenues pdf '),
(17330,'kind',0,1,' pdf '),
(17330,'slug',0,1,''),
(17330,'title',0,1,' summit ridge care 2024 revenues '),
(17331,'alt',0,1,''),
(17331,'extension',0,1,' pdf '),
(17331,'filename',0,1,' summit ridge care 2024 nj financials pdf '),
(17331,'kind',0,1,' pdf '),
(17331,'slug',0,1,''),
(17331,'title',0,1,' summit ridge care 2024 nj financials '),
(17332,'alt',0,1,''),
(17332,'extension',0,1,' pdf '),
(17332,'filename',0,1,' summit ridge mcr cr 2024 pdf '),
(17332,'kind',0,1,' pdf '),
(17332,'slug',0,1,''),
(17332,'title',0,1,' summit ridge mcr cr 2024 '),
(17333,'slug',0,1,' disclosures '),
(17333,'title',0,1,' disclosures '),
(17356,'alt',0,1,''),
(17356,'extension',0,1,' pdf '),
(17356,'filename',0,1,' ccg 00503a nondiscrimination notice westcaldwell pdf '),
(17356,'kind',0,1,' pdf '),
(17356,'slug',0,1,''),
(17356,'title',0,1,' ccg 00503a nondiscrimination notice west caldwell '),
(17358,'alt',0,1,''),
(17358,'extension',0,1,' pdf '),
(17358,'filename',0,1,' west caldwell mcr cr 2024 pdf '),
(17358,'kind',0,1,' pdf '),
(17358,'slug',0,1,''),
(17358,'title',0,1,' west caldwell mcr cr 2024 '),
(17359,'alt',0,1,''),
(17359,'extension',0,1,' pdf '),
(17359,'filename',0,1,' complete care at west caldwell 2024 revenues pdf '),
(17359,'kind',0,1,' pdf '),
(17359,'slug',0,1,''),
(17359,'title',0,1,' complete care at west caldwell 2024 revenues '),
(17360,'alt',0,1,''),
(17360,'extension',0,1,' pdf '),
(17360,'filename',0,1,' complete care at west caldwell 2024 nj financials pdf '),
(17360,'kind',0,1,' pdf '),
(17360,'slug',0,1,''),
(17360,'title',0,1,' complete care at west caldwell 2024 nj financials '),
(17361,'slug',0,1,' non discrimination notice '),
(17361,'title',0,1,' non discrimination notice '),
(17371,'alt',0,1,''),
(17371,'extension',0,1,' pdf '),
(17371,'filename',0,1,' westfield mcr cr 2024 pdf '),
(17371,'kind',0,1,' pdf '),
(17371,'slug',0,1,''),
(17371,'title',0,1,' westfield mcr cr 2024 '),
(17372,'alt',0,1,''),
(17372,'extension',0,1,' pdf '),
(17372,'filename',0,1,' complete care at westfield 2024 revenues pdf '),
(17372,'kind',0,1,' pdf '),
(17372,'slug',0,1,''),
(17372,'title',0,1,' complete care at westfield 2024 revenues '),
(17373,'alt',0,1,''),
(17373,'extension',0,1,' pdf '),
(17373,'filename',0,1,' complete care at westfield 2024 nj financials pdf '),
(17373,'kind',0,1,' pdf '),
(17373,'slug',0,1,''),
(17373,'title',0,1,' complete care at westfield 2024 nj financials '),
(17375,'alt',0,1,''),
(17375,'extension',0,1,' pdf '),
(17375,'filename',0,1,' ccg 00503a nondiscrimination notice westfield pdf '),
(17375,'kind',0,1,' pdf '),
(17375,'slug',0,1,''),
(17375,'title',0,1,' ccg 00503a nondiscrimination notice westfield '),
(17376,'slug',0,1,' non discrimination notice '),
(17376,'title',0,1,' non discrimination notice '),
(17393,'alt',0,1,''),
(17393,'extension',0,1,' pdf '),
(17393,'filename',0,1,' woodlands mcr cr 2024 pdf '),
(17393,'kind',0,1,' pdf '),
(17393,'slug',0,1,''),
(17393,'title',0,1,' woodlands mcr cr 2024 '),
(17394,'alt',0,1,''),
(17394,'extension',0,1,' pdf '),
(17394,'filename',0,1,' complete care at woodlands 2024 revenue schedule pdf '),
(17394,'kind',0,1,' pdf '),
(17394,'slug',0,1,''),
(17394,'title',0,1,' complete care at woodlands 2024 revenue schedule '),
(17395,'alt',0,1,''),
(17395,'extension',0,1,' pdf '),
(17395,'filename',0,1,' complete care at woodlands 2024 nj financials pdf '),
(17395,'kind',0,1,' pdf '),
(17395,'slug',0,1,''),
(17395,'title',0,1,' complete care at woodlands 2024 nj financials '),
(17403,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(17403,'field:18',0,1,' https mycompletecare com contact '),
(17403,'field:19',0,1,' cfleming completecaremgmt com '),
(17403,'field:27',0,1,' 1 '),
(17403,'field:6',0,1,' gena kotarsky '),
(17403,'field:7',0,1,' gena janpronorthernnj com '),
(17403,'field:8',0,1,' jan pro of northern new jersey '),
(17403,'field:9',0,1,' general inquiry '),
(17403,'title',0,1,' 2026 01 23 17 00 32 '),
(17408,'field:10',0,1,' i am a former employee and was wondering when i would receive my w 2 my address is 1664 swedesboro ave paulsboro nj 08066 856 271 0924 email ksepulveda lpn gmail com '),
(17408,'field:18',0,1,' https mycompletecare com contact '),
(17408,'field:19',0,1,' cfleming completecaremgmt com '),
(17408,'field:27',0,1,' complete care at voorhees '),
(17408,'field:6',0,1,' kimmi noel '),
(17408,'field:7',0,1,' ksepulveda lpn gmail com '),
(17408,'field:8',0,1,' self '),
(17408,'field:9',0,1,' other '),
(17408,'title',0,1,' 2026 01 23 17 37 02 '),
(17410,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(17410,'field:18',0,1,' https mycompletecare com contact '),
(17410,'field:19',0,1,' cfleming completecaremgmt com '),
(17410,'field:27',0,1,' 1 '),
(17410,'field:6',0,1,' gena kotarsky '),
(17410,'field:7',0,1,' gena janpronorthernnj com '),
(17410,'field:8',0,1,' jan pro of northern new jersey '),
(17410,'field:9',0,1,' general inquiry '),
(17410,'title',0,1,' 2026 01 23 17 51 04 '),
(17415,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(17415,'field:18',0,1,' https mycompletecare com contact '),
(17415,'field:19',0,1,' cfleming completecaremgmt com '),
(17415,'field:27',0,1,' 1 '),
(17415,'field:6',0,1,' gena kotarsky '),
(17415,'field:7',0,1,' gena janpronorthernnj com '),
(17415,'field:8',0,1,' jan pro of northern new jersey '),
(17415,'field:9',0,1,' general inquiry '),
(17415,'title',0,1,' 2026 01 23 18 28 29 '),
(17421,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(17421,'field:18',0,1,' https mycompletecare com contact '),
(17421,'field:19',0,1,' cfleming completecaremgmt com '),
(17421,'field:27',0,1,' 1 '),
(17421,'field:6',0,1,' gena kotarsky '),
(17421,'field:7',0,1,' gena janpronorthernnj com '),
(17421,'field:8',0,1,' jan pro of northern new jersey '),
(17421,'field:9',0,1,' general inquiry '),
(17421,'title',0,1,' 2026 01 23 19 09 05 '),
(17423,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(17423,'field:18',0,1,' https mycompletecare com contact '),
(17423,'field:19',0,1,' cfleming completecaremgmt com '),
(17423,'field:27',0,1,' 1 '),
(17423,'field:6',0,1,' gena kotarsky '),
(17423,'field:7',0,1,' gena janpronorthernnj com '),
(17423,'field:8',0,1,' jan pro of northern new jersey '),
(17423,'field:9',0,1,' general inquiry '),
(17423,'title',0,1,' 2026 01 23 19 44 37 '),
(17434,'field:12',0,1,' alicia catledge '),
(17434,'field:13',0,1,' kamanikamariah4 gmail com '),
(17434,'field:14',0,1,' 6084811533 '),
(17434,'field:15',0,1,' files resumes ac 12 25 updated resume pdf '),
(17434,'field:16',0,1,' administrative business office '),
(17434,'field:17',0,1,' dear hiring team at complete care i hope this message finds you well i am writing to express my interest in a business office manager position with complete care should one be available now or in the future with over eight years of experience in business office operations primarily within senior living and healthcare settings i am confident in my ability to support both the financial health of a facility and the overall resident experience throughout my career i have managed accounts receivable billing payroll support admissions coordination and compliance while working closely with executive leadership i am especially passionate about senior care and take pride in bringing organization accountability and compassion to the business office i thrive in environments that need strong structure clear communication and a hands on leader who is not afraid to step in and help stabilize or improve processes complete cares commitment to quality care and strong leadership aligns closely with my own values and professional goals i would welcome the opportunity to contribute my experience and dedication to your team and would be grateful to be considered for any current or upcoming business office manager opportunities thank you for your time and consideration i look forward to the possibility of connecting warm regards alicia catledge '),
(17434,'field:20',0,1,' https ccmaplegrove com careers '),
(17434,'field:21',0,1,' careers ccmaplegrove com '),
(17434,'title',0,1,' 2026 01 23 21 42 56 '),
(17435,'alt',0,1,''),
(17435,'extension',0,1,' pdf '),
(17435,'filename',0,1,' ac 12 25 updated resume pdf '),
(17435,'kind',0,1,' pdf '),
(17435,'slug',0,1,''),
(17435,'title',0,1,' ac 12 25 updated resume '),
(17437,'alt',0,1,''),
(17437,'extension',0,1,' pdf '),
(17437,'filename',0,1,' ac 12 25 updated resume 2026 01 24 024312 ruom pdf '),
(17437,'kind',0,1,' pdf '),
(17437,'slug',0,1,''),
(17437,'title',0,1,' ac 12 25 updated resume '),
(17439,'alt',0,1,''),
(17439,'extension',0,1,' pdf '),
(17439,'filename',0,1,' ac 12 25 updated resume 2026 01 24 024359 pvoo pdf '),
(17439,'kind',0,1,' pdf '),
(17439,'slug',0,1,''),
(17439,'title',0,1,' ac 12 25 updated resume '),
(17441,'alt',0,1,''),
(17441,'extension',0,1,' pdf '),
(17441,'filename',0,1,' ac 12 25 updated resume 2026 01 24 024408 tbbo pdf '),
(17441,'kind',0,1,' pdf '),
(17441,'slug',0,1,''),
(17441,'title',0,1,' ac 12 25 updated resume '),
(17651,'field:12',0,1,' mary kochanowski '),
(17651,'field:13',0,1,' marydilusant yahoo com '),
(17651,'field:14',0,1,' 6096615271 '),
(17651,'field:15',0,1,''),
(17651,'field:16',0,1,' dietary food service '),
(17651,'field:17',0,1,' i have experience in dietary '),
(17651,'field:20',0,1,' https ccshorrockgardens com careers '),
(17651,'field:21',0,1,' careers ccshorrockgardens com '),
(17651,'title',0,1,' 2026 01 24 04 29 27 '),
(17654,'field:10',0,1,' dear on behalf of the organizing committee we are pleased to invite you to the 5th international conference on nursing education and research 2026 taking place on july 20 21 2026 in paris france theme advancing nursing research for a healthier tomorrow more about us https nursing conferences com venue paris a global hub of culture research and healthcare innovation for queries feel free to reply to this email or contact us we look forward to your participation warm regards sophia clin program manager nursing education and research email nursingresearch globalmeeting org ph whatsapp 1 470 916 6880 '),
(17654,'field:18',0,1,' https mycompletecare com contact '),
(17654,'field:19',0,1,' cfleming completecaremgmt com '),
(17654,'field:27',0,1,''),
(17654,'field:6',0,1,' sophia clin '),
(17654,'field:7',0,1,' nursing intelliglobalsummits com '),
(17654,'field:8',0,1,' https nursing conferences com '),
(17654,'field:9',0,1,' general inquiry '),
(17654,'title',0,1,' 2026 01 24 04 29 37 '),
(17656,'alt',0,1,''),
(17656,'extension',0,1,' pdf '),
(17656,'filename',0,1,' mary kochanowski 2026 01 24 093047 pdqm pdf '),
(17656,'kind',0,1,' pdf '),
(17656,'slug',0,1,''),
(17656,'title',0,1,' mary kochanowski '),
(17659,'field:10',0,1,' dear on behalf of the organizing committee we are pleased to invite you to the 5th international conference on nursing education and research 2026 taking place on july 20 21 2026 in paris france theme advancing nursing research for a healthier tomorrow more about us https nursing conferences com venue paris a global hub of culture research and healthcare innovation for queries feel free to reply to this email or contact us we look forward to your participation warm regards sophia clin program manager nursing education and research email nursingresearch globalmeeting org ph whatsapp 1 470 916 6880 '),
(17659,'field:18',0,1,' https completecareglendale com contact '),
(17659,'field:19',0,1,' info completecareglendale com '),
(17659,'field:27',0,1,''),
(17659,'field:6',0,1,' sophia clin '),
(17659,'field:7',0,1,' nursing intelliglobalsummits com '),
(17659,'field:8',0,1,' https nursing conferences com '),
(17659,'field:9',0,1,' general inquiry '),
(17659,'title',0,1,' 2026 01 24 04 34 01 '),
(17753,'field:12',0,1,' karla beza '),
(17753,'field:13',0,1,' kportillo078 gmail com '),
(17753,'field:14',0,1,' 9142218826 '),
(17753,'field:15',0,1,' files resumes documento a4 curriculum vitae mujer profesional moderno beige pdf '),
(17753,'field:16',0,1,' administrative business office '),
(17753,'field:17',0,1,' hello my name is karla beza and im looking for new job opportunities im looking for payroll assistance or something similar but im looking for remote jobs if you have a opportunity i would love to work for you '),
(17753,'field:20',0,1,' https cchyattsville com careers '),
(17753,'field:21',0,1,' careers cchyattsville com '),
(17753,'title',0,1,' 2026 01 24 07 04 07 '),
(17754,'alt',0,1,''),
(17754,'extension',0,1,' pdf '),
(17754,'filename',0,1,' documento a4 curriculum vitae mujer profesional moderno beige pdf '),
(17754,'kind',0,1,' pdf '),
(17754,'slug',0,1,''),
(17754,'title',0,1,' documento a4 curriculum vitae mujer profesional moderno beige '),
(17775,'field:10',0,1,' good morning i was reaching out to see if you have any beds for rehab and skill nursing thank you '),
(17775,'field:18',0,1,' https mycompletecare com contact '),
(17775,'field:19',0,1,' cfleming completecaremgmt com '),
(17775,'field:27',0,1,' complete care of berkshire '),
(17775,'field:6',0,1,' tina wellington '),
(17775,'field:7',0,1,' egghead19 msn com '),
(17775,'field:8',0,1,''),
(17775,'field:9',0,1,' other '),
(17775,'title',0,1,' 2026 01 24 07 43 43 '),
(17881,'field:12',0,1,' danielle fogle '),
(17881,'field:13',0,1,' fogle danielle1995 yahoo com '),
(17881,'field:14',0,1,' 3026120437 '),
(17881,'field:15',0,1,''),
(17881,'field:16',0,1,' dietary food service maintenance housekeeping '),
(17881,'field:17',0,1,' i do have a resume on indeed '),
(17881,'field:20',0,1,' https ccsilverlake com careers '),
(17881,'field:21',0,1,' careers ccsilverlake com '),
(17881,'title',0,1,' 2026 01 24 11 53 56 '),
(17893,'field:10',0,1,' i am interested in the memory care at these two facilities as my wife has dementia and is mid to late stage please email or mail me information costs application for these two facilities i will schedule visits when time permits i have researched costs of nursing homes in my area so i am familiar with costs my plan will be to apply for medicaid assistance immediately after placement thank you look forward to receiving your information '),
(17893,'field:18',0,1,' https mycompletecare com contact '),
(17893,'field:19',0,1,' cfleming completecaremgmt com '),
(17893,'field:27',0,1,' complete care at groton regency complete care at harrington court '),
(17893,'field:6',0,1,' frank r holt '),
(17893,'field:7',0,1,' frh4106 att net '),
(17893,'field:8',0,1,' n a '),
(17893,'field:9',0,1,' general inquiry '),
(17893,'title',0,1,' 2026 01 24 12 24 49 '),
(17900,'field:1',0,1,' carol sinclair '),
(17900,'field:2',0,1,' casandco yahoo com '),
(17900,'field:22',0,1,' https mycompletecare com volunteer '),
(17900,'field:23',0,1,' volunteer completecaremgmt com '),
(17900,'field:3',0,1,' 262 960 4568 '),
(17900,'field:4',0,1,' complete care at maple grove '),
(17900,'field:5',0,1,' share a friendly chat or board game sounds just right carol '),
(17900,'title',0,1,' 2026 01 24 12 47 39 '),
(17910,'field:12',0,1,' lindsay '),
(17910,'field:13',0,1,' lheller1207 gmail com '),
(17910,'field:14',0,1,' 7327139833 '),
(17910,'field:15',0,1,' files resumes resume202508240222 pdf '),
(17910,'field:16',0,1,''),
(17910,'field:17',0,1,' occupational therapist '),
(17910,'field:20',0,1,' https mycompletecare com careers '),
(17910,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(17910,'title',0,1,' 2026 01 24 13 42 06 '),
(17911,'alt',0,1,''),
(17911,'extension',0,1,' pdf '),
(17911,'filename',0,1,' resume202508240222 pdf '),
(17911,'kind',0,1,' pdf '),
(17911,'slug',0,1,''),
(17911,'title',0,1,' resume202508240222 '),
(17964,'field:12',0,1,' mary kochanowski '),
(17964,'field:13',0,1,' marydilusant yahoo com '),
(17964,'field:14',0,1,' 6096615271 '),
(17964,'field:15',0,1,' files resumes mary kochanowski pdf '),
(17964,'field:16',0,1,' dietary food service '),
(17964,'field:17',0,1,' this is my passion helping the elderly and making them happy '),
(17964,'field:20',0,1,' https completecareoakridge com careers '),
(17964,'field:21',0,1,' careers completecareoakridge com '),
(17964,'title',0,1,' 2026 01 24 15 38 48 '),
(17965,'alt',0,1,''),
(17965,'extension',0,1,' pdf '),
(17965,'filename',0,1,' mary kochanowski pdf '),
(17965,'kind',0,1,' pdf '),
(17965,'slug',0,1,''),
(17965,'title',0,1,' mary kochanowski '),
(18045,'field:10',0,1,' hello i am starting the process of looking for both assisted living and skilled nursing facilities near madison wisconsin for my cousin cousin any information you can email is greatly appreciated '),
(18045,'field:18',0,1,' https mycompletecare com contact '),
(18045,'field:19',0,1,' cfleming completecaremgmt com '),
(18045,'field:27',0,1,''),
(18045,'field:6',0,1,' mary cullen '),
(18045,'field:7',0,1,' marydwyercullen gmail com '),
(18045,'field:8',0,1,''),
(18045,'field:9',0,1,' general inquiry '),
(18045,'title',0,1,' 2026 01 24 20 40 06 '),
(18055,'field:10',0,1,' we are looking to move our mother from chicago to madison close to us '),
(18055,'field:18',0,1,' https mycompletecare com contact '),
(18055,'field:19',0,1,' cfleming completecaremgmt com '),
(18055,'field:27',0,1,' maple grove '),
(18055,'field:6',0,1,' arlene jackson '),
(18055,'field:7',0,1,' shaleatha johnson ssmhealth com '),
(18055,'field:8',0,1,' ssm health '),
(18055,'field:9',0,1,' resident family support '),
(18055,'title',0,1,' 2026 01 24 21 06 47 '),
(18056,'field:12',0,1,' jasmine jones '),
(18056,'field:13',0,1,' jonesjasmine2005 gmail com '),
(18056,'field:14',0,1,' 2244150191 '),
(18056,'field:15',0,1,' files resumes img 0171 jpeg '),
(18056,'field:16',0,1,' nursing '),
(18056,'field:17',0,1,' n a '),
(18056,'field:20',0,1,' https ccridgewood com careers '),
(18056,'field:21',0,1,' careers ccridgewood com '),
(18056,'title',0,1,' 2026 01 24 21 13 08 '),
(18057,'alt',0,1,''),
(18057,'extension',0,1,' jpeg '),
(18057,'filename',0,1,' img 0171 jpeg '),
(18057,'kind',0,1,' image '),
(18057,'slug',0,1,''),
(18057,'title',0,1,' img 0171 '),
(18090,'field:10',0,1,' i have recently been diagnosed with stage three bone marrow and blood cancer the prognosis has a 90% fatality rate within a year and the nursing home i am currently living in cannot provide palliative or hospice care i am only 44 and this is the third time i have been terminally ill however l am now partially paralyzed due to metastatic cancer and spinal surgeries please advise if you can accommodate as i know my age presents an issue being so young at a nursing facility however i am denied catholic faith services here and they often run out of my life sustaining pain medication please call or email me at your earliest convenience thanks keith kaspar '),
(18090,'field:18',0,1,' https ccridgewood com contact '),
(18090,'field:19',0,1,' info ccridgewood com '),
(18090,'field:27',0,1,' complete care at ridge wood '),
(18090,'field:6',0,1,' keith kaspar '),
(18090,'field:7',0,1,' keithkaspar icloud com '),
(18090,'field:8',0,1,''),
(18090,'field:9',0,1,' resident family support '),
(18090,'title',0,1,' 2026 01 24 23 43 38 '),
(18424,'field:10',0,1,' we found a suspicious 1 star review on your google profile gatherup has a proven track record of removing illegitimate reviews and backs every case with a 60 day 100% satisfaction guarantee trusted by 18 000 businesses book here https calendly com risk free review removals 15min '),
(18424,'field:18',0,1,' http ccbayshore com contact '),
(18424,'field:19',0,1,' info ccbayshore com '),
(18424,'field:27',0,1,' no '),
(18424,'field:6',0,1,' sarah cameto '),
(18424,'field:7',0,1,' sarah fakereviewdetectors com '),
(18424,'field:8',0,1,' the transparency company '),
(18424,'field:9',0,1,' media inquiry '),
(18424,'title',0,1,' 2026 01 25 08 26 49 '),
(18455,'field:10',0,1,' we found a suspicious 1 star review on your google profile gatherup has a proven track record of removing illegitimate reviews and backs every case with a 60 day 100% satisfaction guarantee trusted by 18 000 businesses book here https calendly com risk free review removals 15min '),
(18455,'field:18',0,1,' https mycompletecare com contact '),
(18455,'field:19',0,1,' cfleming completecaremgmt com '),
(18455,'field:27',0,1,' sarah '),
(18455,'field:6',0,1,' sarah cameto '),
(18455,'field:7',0,1,' sarah fakereviewdetectors com '),
(18455,'field:8',0,1,' the transparency company '),
(18455,'field:9',0,1,' general inquiry '),
(18455,'title',0,1,' 2026 01 25 09 15 52 '),
(18478,'field:10',0,1,' hi lakeview rehabilitation care center ive built and trained an ai employee specifically for lakeview rehabilitation care center its already been trained on 6 hours worth of your publicly available data your website google business profile and more it knows how to answer customer questions capture leads and even follow up just like a team member would this isnt a sales call its a 20 minute demo where you can actually interact with the ai employee and see what it can do would today or tomorrow work for a quick walkthrough select a time to meet your agent here https getdandy com trained agent ff or you can reach me directly at 949 979 7488 talk soon thank you jennifer obrien ai implementation advisor getdandy visit us online https getdandy com trained agent ff unsubscribe https bit ly 42wnusa '),
(18478,'field:18',0,1,' https ccwaynehills com contact '),
(18478,'field:19',0,1,' info ccwaynehills com '),
(18478,'field:27',0,1,' aa '),
(18478,'field:6',0,1,' jennifer obrien '),
(18478,'field:7',0,1,' jenny o getdandynow com '),
(18478,'field:8',0,1,' get dandy '),
(18478,'field:9',0,1,' general inquiry '),
(18478,'title',0,1,' 2026 01 25 09 32 04 '),
(18555,'field:12',0,1,' tyesha roberts '),
(18555,'field:13',0,1,' www tyesha roberts yahoo com '),
(18555,'field:14',0,1,' 9085486427 '),
(18555,'field:15',0,1,' files resumes resume2tyesha pdf '),
(18555,'field:16',0,1,' dietary food service maintenance housekeeping '),
(18555,'field:17',0,1,' reliable and detail oriented cleaning professional with hands on experience in residential airbnb and hospitality style cleaning passionate about creating clean fresh and welcoming spaces for guests and homeowners known for strong attention to detail efficiency and friendly professional service comfortable working independently or as part of a team '),
(18555,'field:20',0,1,' https ccplainfield com careers '),
(18555,'field:21',0,1,' careers ccplainfield com '),
(18555,'title',0,1,' 2026 01 25 13 35 31 '),
(18556,'alt',0,1,''),
(18556,'extension',0,1,' pdf '),
(18556,'filename',0,1,' resume2tyesha pdf '),
(18556,'kind',0,1,' pdf '),
(18556,'slug',0,1,''),
(18556,'title',0,1,' resume2tyesha '),
(18558,'field:12',0,1,' tyesha roberts '),
(18558,'field:13',0,1,' www tyesha roberts yahoo com '),
(18558,'field:14',0,1,' 9085486427 '),
(18558,'field:15',0,1,' files resumes resume2tyesha 2026 01 25 183803 avrh pdf '),
(18558,'field:16',0,1,' dietary food service maintenance housekeeping '),
(18558,'field:17',0,1,' reliable and detail oriented cleaning professional with hands on experience in residential airbnb and hospitality style cleaning passionate about creating clean fresh and welcoming spaces for guests and homeowners known for strong attention to detail efficiency and friendly professional service comfortable working independently or as part of a team '),
(18558,'field:20',0,1,' https ccwoodlands com careers '),
(18558,'field:21',0,1,' careers ccwoodlands com '),
(18558,'title',0,1,' 2026 01 25 13 38 03 '),
(18559,'alt',0,1,''),
(18559,'extension',0,1,' pdf '),
(18559,'filename',0,1,' resume2tyesha 2026 01 25 183803 avrh pdf '),
(18559,'kind',0,1,' pdf '),
(18559,'slug',0,1,''),
(18559,'title',0,1,' resume2tyesha '),
(18566,'field:12',0,1,' tyesha roberts '),
(18566,'field:13',0,1,' www tyesha roberts yahoo com '),
(18566,'field:14',0,1,' 9085486427 '),
(18566,'field:15',0,1,''),
(18566,'field:16',0,1,' dietary food service maintenance housekeeping '),
(18566,'field:17',0,1,' reliable and detail oriented cleaning professional with hands on experience in residential airbnb and hospitality style cleaning passionate about creating clean fresh and welcoming spaces for guests and homeowners known for strong attention to detail efficiency and friendly professional service comfortable working independently or as part of a team '),
(18566,'field:20',0,1,' https ccwestfield com careers '),
(18566,'field:21',0,1,' careers ccwestfield com '),
(18566,'title',0,1,' 2026 01 25 13 50 38 '),
(18569,'alt',0,1,''),
(18569,'extension',0,1,' pdf '),
(18569,'filename',0,1,' resume2tyesha 2026 01 25 185305 ysmg pdf '),
(18569,'kind',0,1,' pdf '),
(18569,'slug',0,1,''),
(18569,'title',0,1,' resume2tyesha '),
(18594,'field:12',0,1,' lamonte haywood '),
(18594,'field:13',0,1,' montehaywood yahoo com '),
(18594,'field:14',0,1,' 7732804614 '),
(18594,'field:15',0,1,' files resumes img 2243 png '),
(18594,'field:16',0,1,' dietary food service maintenance housekeeping '),
(18594,'field:17',0,1,' job posting '),
(18594,'field:20',0,1,' https completecareblvd com careers '),
(18594,'field:21',0,1,' careers completecareblvd com '),
(18594,'title',0,1,' 2026 01 25 17 03 28 '),
(18595,'alt',0,1,''),
(18595,'extension',0,1,' png '),
(18595,'filename',0,1,' img 2243 png '),
(18595,'kind',0,1,' image '),
(18595,'slug',0,1,''),
(18595,'title',0,1,' img 2243 '),
(18601,'field:12',0,1,' kattie ann bowen '),
(18601,'field:13',0,1,' kattieb23 gmail com '),
(18601,'field:14',0,1,' 8627558783 '),
(18601,'field:15',0,1,' files resumes img 5420 jpeg '),
(18601,'field:16',0,1,''),
(18601,'field:17',0,1,' please see attachment '),
(18601,'field:20',0,1,' https ccorangepark com careers '),
(18601,'field:21',0,1,' careers ccorangepark com '),
(18601,'title',0,1,' 2026 01 25 17 34 59 '),
(18602,'alt',0,1,''),
(18602,'extension',0,1,' jpeg '),
(18602,'filename',0,1,' img 5420 jpeg '),
(18602,'kind',0,1,' image '),
(18602,'slug',0,1,''),
(18602,'title',0,1,' img 5420 '),
(18613,'field:12',0,1,' yolanda tovillo '),
(18613,'field:13',0,1,' yolandatovillo16 yahoo com '),
(18613,'field:14',0,1,' 773 564 3213 '),
(18613,'field:15',0,1,' files resumes yolanda tovillo resume 10 pdf '),
(18613,'field:16',0,1,' activities recreation dietary food service '),
(18613,'field:17',0,1,' hello i am interested in applying for dietary food service positions at your facility i also have elder caregiving experience i can be reached at 773 564 3213 or at yolandatovillo16 yahoo com thank you for your consideration sincerely yolanda tovillo '),
(18613,'field:20',0,1,' https ccglendalewest com careers '),
(18613,'field:21',0,1,' careers ccglendalewest com '),
(18613,'title',0,1,' 2026 01 25 18 47 50 '),
(18614,'alt',0,1,''),
(18614,'extension',0,1,' pdf '),
(18614,'filename',0,1,' yolanda tovillo resume 10 pdf '),
(18614,'kind',0,1,' pdf '),
(18614,'slug',0,1,''),
(18614,'title',0,1,' yolanda tovillo resume 10 '),
(18639,'field:12',0,1,' thomas childs '),
(18639,'field:13',0,1,' tlctee yahoo com '),
(18639,'field:14',0,1,' 8609857785 '),
(18639,'field:15',0,1,' files resumes resume202511031240 pdf '),
(18639,'field:16',0,1,' maintenance housekeeping '),
(18639,'field:17',0,1,' maintenance position '),
(18639,'field:20',0,1,' https completecarekhn com careers '),
(18639,'field:21',0,1,' careers completecarekhn com '),
(18639,'title',0,1,' 2026 01 25 22 03 19 '),
(18640,'alt',0,1,''),
(18640,'extension',0,1,' pdf '),
(18640,'filename',0,1,' resume202511031240 pdf '),
(18640,'kind',0,1,' pdf '),
(18640,'slug',0,1,''),
(18640,'title',0,1,' resume202511031240 '),
(18684,'field:12',0,1,' kenya a washington '),
(18684,'field:13',0,1,' shinoah0610 gmail com '),
(18684,'field:14',0,1,' 12679446526 '),
(18684,'field:15',0,1,' files resumes resume kenya w 2025 pdf '),
(18684,'field:16',0,1,' nursing '),
(18684,'field:17',0,1,' i am currently looking for a ft rn position on day shift '),
(18684,'field:20',0,1,' https ccharstonhall com careers '),
(18684,'field:21',0,1,' careers ccharstonhall com '),
(18684,'title',0,1,' 2026 01 25 22 40 08 '),
(18685,'alt',0,1,''),
(18685,'extension',0,1,' pdf '),
(18685,'filename',0,1,' resume kenya w 2025 pdf '),
(18685,'kind',0,1,' pdf '),
(18685,'slug',0,1,''),
(18685,'title',0,1,' resume kenya w 2025 '),
(18686,'field:12',0,1,' tyesha roberts '),
(18686,'field:13',0,1,' www tyesha roberts yahoo com '),
(18686,'field:14',0,1,' 9085486427 '),
(18686,'field:15',0,1,' files resumes resume2tyesha 2026 01 26 034110 iggb pdf '),
(18686,'field:16',0,1,' dietary food service maintenance housekeeping '),
(18686,'field:17',0,1,' provided detailed cleaning for homes and guest ready spaces cleaned and sanitized kitchens bathrooms bedrooms and living areas scrubbed countertops sinks stoves refrigerators and cabinets disinfected bathrooms including toilets showers tubs mirrors and vanities dusted furniture cleaned mirrors and surfaces swept vacuumed and mopped all floor surfaces followed client instructions and cleaning checklists maintained professionalism and respect while working in client homes '),
(18686,'field:20',0,1,' https completecareclark com careers '),
(18686,'field:21',0,1,' careers completecareclark com '),
(18686,'title',0,1,' 2026 01 25 22 41 10 '),
(18687,'alt',0,1,''),
(18687,'extension',0,1,' pdf '),
(18687,'filename',0,1,' resume2tyesha 2026 01 26 034110 iggb pdf '),
(18687,'kind',0,1,' pdf '),
(18687,'slug',0,1,''),
(18687,'title',0,1,' resume2tyesha '),
(18783,'field:10',0,1,' dear on behalf of the organizing committee we are pleased to invite you to the 5th international conference on nursing education research icner 2026 taking place on july 20 21 2026 in paris france theme advancing nursing research for a healthier tomorrow more about us https nursing conferences com venue paris a global hub of culture research and healthcare innovation for queries feel free to reply contact us we look forward to your participation warm regards program manager sophia clin ph 1 470 916 6880 intelli meetings '),
(18783,'field:18',0,1,' https ccsilverlake com contact '),
(18783,'field:19',0,1,' info ccsilverlake com '),
(18783,'field:27',0,1,''),
(18783,'field:6',0,1,' sophia clin '),
(18783,'field:7',0,1,' nursing intelliglobalsummits com '),
(18783,'field:8',0,1,' https nursing conferences com '),
(18783,'field:9',0,1,' general inquiry '),
(18783,'title',0,1,' 2026 01 26 03 09 41 '),
(18826,'field:10',0,1,' hi i am local and provide service in vernon and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best amanda smith business development representative executive elegance pros amanda executiveelegancepros com respond with stop to optout '),
(18826,'field:18',0,1,' https mycompletecare com contact '),
(18826,'field:19',0,1,' cfleming completecaremgmt com '),
(18826,'field:27',0,1,' executive elegance pros '),
(18826,'field:6',0,1,' amanda smith '),
(18826,'field:7',0,1,' amanda executiveelegancepros com '),
(18826,'field:8',0,1,' executive elegance pros '),
(18826,'field:9',0,1,' general inquiry '),
(18826,'title',0,1,' 2026 01 26 05 55 37 '),
(18837,'field:10',0,1,' hi i am local and provide service in naugatuck and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best wilma tyer business development rep purevibe janitorial wtyer purevibejanitorial com respond with stop to optout '),
(18837,'field:18',0,1,' https mycompletecare com contact '),
(18837,'field:19',0,1,' cfleming completecaremgmt com '),
(18837,'field:27',0,1,''),
(18837,'field:6',0,1,' wilma tyer '),
(18837,'field:7',0,1,' wtyer purevibejanitorial com '),
(18837,'field:8',0,1,' purevibe janitorial '),
(18837,'field:9',0,1,' general inquiry '),
(18837,'title',0,1,' 2026 01 26 06 05 06 '),
(18951,'field:10',0,1,' hi complete care at meriden google now lets customers text businesses like complete care at meriden directly from their google business profile last month alone businesses like yours missed 10 20 real customer inquiries simply because no one replied fast enough especially after hours '),
(18951,'field:18',0,1,' https ccmeriden com contact '),
(18951,'field:19',0,1,' info ccmeriden com '),
(18951,'field:27',0,1,' jennifer obrien '),
(18951,'field:6',0,1,' jennifer obrien '),
(18951,'field:7',0,1,' jen obrie getdandyaiteam com '),
(18951,'field:8',0,1,' get dandy '),
(18951,'field:9',0,1,' general inquiry '),
(18951,'title',0,1,' 2026 01 26 09 37 25 '),
(18959,'field:12',0,1,' anna fenton '),
(18959,'field:13',0,1,' annakf66 gmail com '),
(18959,'field:14',0,1,' 17329984923 '),
(18959,'field:15',0,1,' files resumes indeedresume pdf '),
(18959,'field:16',0,1,' nursing '),
(18959,'field:17',0,1,' thank you so much for the consideration and i hope to hear from you soon '),
(18959,'field:20',0,1,' https ccorangepark com careers '),
(18959,'field:21',0,1,' careers ccorangepark com '),
(18959,'title',0,1,' 2026 01 26 09 49 05 '),
(18960,'alt',0,1,''),
(18960,'extension',0,1,' pdf '),
(18960,'filename',0,1,' indeedresume pdf '),
(18960,'kind',0,1,' pdf '),
(18960,'slug',0,1,''),
(18960,'title',0,1,' indeed resume '),
(19008,'field:10',0,1,' cigna have been trying to reach you to discuss unresolved overpayment requests several unsuccessful attempts have been made to resolve this issue can someone please contact me at the phone number at 888 633 5516 ext 9413 or email me at victoria nguyen cotiviti com to confirm cigna reference number 1307585029846 were received and to discuss timetable for resolution thank you '),
(19008,'field:18',0,1,' https mycompletecare com contact '),
(19008,'field:19',0,1,' cfleming completecaremgmt com '),
(19008,'field:27',0,1,' complete care at wall llc '),
(19008,'field:6',0,1,' victoria nguyen '),
(19008,'field:7',0,1,' victoria nguyen cotiviti com '),
(19008,'field:8',0,1,' cigna '),
(19008,'field:9',0,1,' general inquiry '),
(19008,'title',0,1,' 2026 01 26 11 06 06 '),
(19102,'field:12',0,1,' kentashianna seawood '),
(19102,'field:13',0,1,' kentashianna gmail com '),
(19102,'field:14',0,1,' 4147377885 '),
(19102,'field:15',0,1,' files resumes kentashianna seawood cna resume pdf '),
(19102,'field:16',0,1,' nursing '),
(19102,'field:17',0,1,' my name is kentashianna im looking to apply for a full time cna position please reach out to me at your earliest convenience '),
(19102,'field:20',0,1,' https ccglendalewest com careers '),
(19102,'field:21',0,1,' careers ccglendalewest com '),
(19102,'title',0,1,' 2026 01 26 12 59 41 '),
(19103,'alt',0,1,''),
(19103,'extension',0,1,' pdf '),
(19103,'filename',0,1,' kentashianna seawood cna resume pdf '),
(19103,'kind',0,1,' pdf '),
(19103,'slug',0,1,''),
(19103,'title',0,1,' kentashianna seawood cna resume '),
(19106,'field:1',0,1,' ashlee coletta '),
(19106,'field:2',0,1,' ashlee coletta student shu edu '),
(19106,'field:22',0,1,' https mycompletecare com volunteer '),
(19106,'field:23',0,1,' volunteer completecaremgmt com '),
(19106,'field:3',0,1,' 973 771 8319 '),
(19106,'field:4',0,1,' complete care at cedar grove '),
(19106,'field:5',0,1,' hi complete care management im looking to volunteer for one of my classes in my nursing program i am currently a sophomore nursing student at seton hall university and for one of my courses we are to complete 10 hours of service volunteering specifically at a nursing home to me seems like the most rewarding because i enjoy putting a smile on peoples faces and helping them look at the positives i am very compassionate and empathetic and i live locally right in cedar grove '),
(19106,'title',0,1,' 2026 01 26 13 20 37 '),
(19118,'alt',0,1,''),
(19118,'extension',0,1,' pdf '),
(19118,'filename',0,1,' janine josephsen resume 2026 pdf '),
(19118,'kind',0,1,' pdf '),
(19118,'slug',0,1,''),
(19118,'title',0,1,' janine josephsen resume 2026 '),
(19120,'alt',0,1,''),
(19120,'extension',0,1,' pdf '),
(19120,'filename',0,1,' janine josephsen resume 2026 2026 01 26 193820 fajb pdf '),
(19120,'kind',0,1,' pdf '),
(19120,'slug',0,1,''),
(19120,'title',0,1,' janine josephsen resume 2026 '),
(19123,'field:10',0,1,' my name is katie saffer i work with moceans center for independent living moceans cil a nonprofit serving monmouth and ocean counties we support students with disabilities as they transition out of high school and into postsecondary education training and employment a core part of our mission is helping students gain meaningful real world work experience in fields theyre interested in within the communities where they live through grant funding moceans operates a fully funded paid internship program for students ages 14 21 students enter the program after completing workplace readiness training and are placed in settings aligned with their career goals interns are paid directly through moceans at no cost to the host site and each student is supported by a dedicated skills trainer along with vocational rehabilitation oversight to ensure strong professional skills communication self advocacy and overall success throughout the placement with confidentiality in mind im currently supporting highly motivated students that have an interest in pursuing careers in nursing and physical therapy internships typically involve approximately 150 hours of on site work based learning can begin as early as next month and are designed to be mutually beneficial supporting students career development while strengthening the future workforce pipeline in our community if this sounds like something worth discussing id love to connect further by phone or google meet at your convenience or be directed to the best person on your team to continue the conversation im happy to answer any questions or share additional details thank you so much for your time i look forward to hearing back from you '),
(19123,'field:18',0,1,' https mycompletecare com contact '),
(19123,'field:19',0,1,' cfleming completecaremgmt com '),
(19123,'field:27',0,1,''),
(19123,'field:6',0,1,' katie saffer '),
(19123,'field:7',0,1,' katie saffer moceanscil org '),
(19123,'field:8',0,1,' moceans center for independent living '),
(19123,'field:9',0,1,' volunteer opportunities '),
(19123,'title',0,1,' 2026 01 26 14 43 11 '),
(19124,'field:12',0,1,' janine josephsen '),
(19124,'field:13',0,1,' janine josephsen gmail com '),
(19124,'field:14',0,1,' 973 222 2695 '),
(19124,'field:15',0,1,' files resumes janine josephsen resume 2026 2026 01 26 194405 dmji pdf '),
(19124,'field:16',0,1,' volunteer opportunities '),
(19124,'field:17',0,1,' janine josephsen 42 urban club road wayne nj 973 222 2695 1 26 2026 re volunteer work for end of life doula dear hiring team i am writing to express my interest in volunteering in an end of life doula position with a background in nursing formal end of life doula training and deeply personal experience supporting loved ones through hospice and death i am drawn to this work with both respect and intention i hold a bachelor of science in nursing and am currently certified as an end of life doula where i have studied the physical emotional and spiritual processes that accompany dying as well as legacy projects and family support beyond formal education my most meaningful preparation has come from walking alongside family members through illness hospice care and end of life decision making reviewing advanced directives supporting care plans and being present during vulnerable moments my professional background in healthcare administration and patient facing roles has strengthened my ability to communicate clearly remain grounded in emotionally charged situations and support individuals and families with empathy and discretion i am deeply comfortable holding space listening without judgment and providing steady support during times of uncertainty and transition i am particularly drawn to your organization because of my own experience at your care center with my father i would be honored to bring my compassion reliability and lived experience to your team and to support individuals and families during this profound stage of life thank you for your time and consideration warmly janine josephsen '),
(19124,'field:20',0,1,' https ccwestcaldwell com careers '),
(19124,'field:21',0,1,' careers ccwestcaldwell com '),
(19124,'title',0,1,' 2026 01 26 14 44 05 '),
(19125,'alt',0,1,''),
(19125,'extension',0,1,' pdf '),
(19125,'filename',0,1,' janine josephsen resume 2026 2026 01 26 194405 dmji pdf '),
(19125,'kind',0,1,' pdf '),
(19125,'slug',0,1,''),
(19125,'title',0,1,' janine josephsen resume 2026 '),
(19140,'slug',0,1,' dietician '),
(19140,'title',0,1,' rn '),
(19141,'slug',0,1,' activities aide '),
(19141,'title',0,1,' dietary aide '),
(19166,'field:12',0,1,' donna murry '),
(19166,'field:13',0,1,' annodyrrum60 gmail com '),
(19166,'field:14',0,1,' 14642213849 '),
(19166,'field:15',0,1,' files resumes donna murry resume docx pdf '),
(19166,'field:16',0,1,' nursing '),
(19166,'field:17',0,1,' attention '),
(19166,'field:20',0,1,' https completecareblvd com careers '),
(19166,'field:21',0,1,' careers completecareblvd com '),
(19166,'title',0,1,' 2026 01 26 15 43 46 '),
(19167,'alt',0,1,''),
(19167,'extension',0,1,' pdf '),
(19167,'filename',0,1,' donna murry resume docx pdf '),
(19167,'kind',0,1,' pdf '),
(19167,'slug',0,1,''),
(19167,'title',0,1,' donna murry resume docx '),
(19172,'slug',0,1,' cna '),
(19172,'title',0,1,' cna '),
(19173,'slug',0,1,' activities director '),
(19173,'title',0,1,' activities director '),
(19174,'slug',0,1,' lpn '),
(19174,'title',0,1,' lpn '),
(19175,'slug',0,1,' dietary cook '),
(19175,'title',0,1,' dietary cook '),
(19176,'slug',0,1,' housekeeping aide '),
(19176,'title',0,1,' housekeeping aide '),
(19192,'field:10',0,1,' looking for care for my parents father is a veteran '),
(19192,'field:18',0,1,' https mycompletecare com contact '),
(19192,'field:19',0,1,' cfleming completecaremgmt com '),
(19192,'field:27',0,1,''),
(19192,'field:6',0,1,' jessica '),
(19192,'field:7',0,1,' jessicagalasco gmail com '),
(19192,'field:8',0,1,''),
(19192,'field:9',0,1,' resident family support '),
(19192,'title',0,1,' 2026 01 26 16 34 46 '),
(19214,'field:1',0,1,' jordan kovach '),
(19214,'field:2',0,1,' jordankovach14 gmail com '),
(19214,'field:22',0,1,' https mycompletecare com volunteer '),
(19214,'field:23',0,1,' volunteer completecaremgmt com '),
(19214,'field:3',0,1,' 203 490 7489 '),
(19214,'field:4',0,1,' complete care at middlebury '),
(19214,'field:5',0,1,' dear volunteer coordinator my name is jordan kovach and i am a 16 year old student at nonnewaug high school i am interested in volunteering at complete care at middlebury to support your residents and give back to my community i am particularly interested in helping with board games or just chatting and some help around the holidays i am generally available any week day from 5 oclock on could you please let me know what the next steps are for teen volunteers and if there is an application i should complete i have also included my phone number below if that is easier for follow up thank you for your time and for the work you do for our community sincerely jordan kovach 203 490 7489 '),
(19214,'title',0,1,' 2026 01 26 19 21 12 '),
(19429,'field:12',0,1,' alexia gonzalez '),
(19429,'field:13',0,1,' alexiagonzales393 gmail com '),
(19429,'field:14',0,1,' 6106555115 '),
(19429,'field:15',0,1,' files resumes resume 2026 01 27 141952 ghdf pdf '),
(19429,'field:16',0,1,' dietary food service maintenance housekeeping nursing '),
(19429,'field:17',0,1,' im looking for anything to help anyone ive been in home care for the last 8 years '),
(19429,'field:20',0,1,' https mycompletecare com careers '),
(19429,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(19429,'title',0,1,' 2026 01 27 09 19 52 '),
(19430,'alt',0,1,''),
(19430,'extension',0,1,' pdf '),
(19430,'filename',0,1,' resume 2026 01 27 141952 ghdf pdf '),
(19430,'kind',0,1,' pdf '),
(19430,'slug',0,1,''),
(19430,'title',0,1,' resume '),
(19431,'field:12',0,1,' derrick walls '),
(19431,'field:13',0,1,' starlettmalik5 gmail com '),
(19431,'field:14',0,1,' 12152516754 '),
(19431,'field:15',0,1,' files resumes indeedresume 2026 01 27 142457 owkt pdf '),
(19431,'field:16',0,1,' dietary food service '),
(19431,'field:17',0,1,' available anytime of the day 215 251 6754 '),
(19431,'field:20',0,1,' https ccburlingtonwoods com careers '),
(19431,'field:21',0,1,' careers ccburlingtonwoods com '),
(19431,'title',0,1,' 2026 01 27 09 24 57 '),
(19432,'alt',0,1,''),
(19432,'extension',0,1,' pdf '),
(19432,'filename',0,1,' indeedresume 2026 01 27 142457 owkt pdf '),
(19432,'kind',0,1,' pdf '),
(19432,'slug',0,1,''),
(19432,'title',0,1,' indeed resume '),
(19475,'slug',0,1,' cna '),
(19475,'title',0,1,' rn '),
(19476,'slug',0,1,' cna '),
(19476,'title',0,1,' cna '),
(19477,'slug',0,1,' activity aide '),
(19477,'title',0,1,' activity aide '),
(19478,'slug',0,1,' dietary cook '),
(19478,'title',0,1,' dietary cook '),
(19479,'slug',0,1,' dietary aide '),
(19479,'title',0,1,' dietary aide '),
(19498,'field:12',0,1,' savyon a brown '),
(19498,'field:13',0,1,' suzette dbrown yahoo com '),
(19498,'field:14',0,1,' 18608952829 '),
(19498,'field:15',0,1,''),
(19498,'field:16',0,1,' dietary food service volunteer opportunities '),
(19498,'field:17',0,1,' please see my resume attached '),
(19498,'field:20',0,1,' https completecarekhn com careers '),
(19498,'field:21',0,1,' careers completecarekhn com '),
(19498,'title',0,1,' 2026 01 27 11 14 46 '),
(19499,'slug',0,1,' cna '),
(19499,'title',0,1,' cna '),
(19500,'slug',0,1,' lpn '),
(19500,'title',0,1,' lpn '),
(19501,'slug',0,1,' activities aide '),
(19501,'title',0,1,' activities aide '),
(19502,'slug',0,1,' dietary aide '),
(19502,'title',0,1,' dietary aide '),
(19503,'slug',0,1,' food services '),
(19503,'title',0,1,' food services '),
(19522,'slug',0,1,' cna '),
(19522,'title',0,1,' cna '),
(19523,'slug',0,1,' lpn '),
(19523,'title',0,1,' lpn '),
(19524,'slug',0,1,' front desk receptionist '),
(19524,'title',0,1,' front desk receptionist '),
(19525,'slug',0,1,' patient service representative '),
(19525,'title',0,1,' patient service representative '),
(19526,'slug',0,1,' rn supervisor '),
(19526,'title',0,1,' rn supervisor '),
(19554,'slug',0,1,' dietary '),
(19554,'title',0,1,' lpn '),
(19565,'slug',0,1,' lpn '),
(19565,'title',0,1,' lpn '),
(19566,'slug',0,1,' activities aide '),
(19566,'title',0,1,' activities aide '),
(19567,'slug',0,1,' kitchen aide '),
(19567,'title',0,1,' kitchen aide '),
(19568,'slug',0,1,' dietary aide '),
(19568,'title',0,1,' dietary aide '),
(19569,'slug',0,1,' cna '),
(19569,'title',0,1,' cna '),
(19595,'slug',0,1,' cna '),
(19595,'title',0,1,' cna '),
(19596,'slug',0,1,' activities aide '),
(19596,'title',0,1,' activities aide '),
(19597,'slug',0,1,' dietary cook '),
(19597,'title',0,1,' dietary cook '),
(19598,'slug',0,1,' activities aide '),
(19598,'title',0,1,' activities aide '),
(19599,'slug',0,1,' rn '),
(19599,'title',0,1,' rn '),
(19614,'slug',0,1,' pt '),
(19614,'title',0,1,' pt '),
(19615,'slug',0,1,' cna '),
(19615,'title',0,1,' cna '),
(19616,'slug',0,1,' rn '),
(19616,'title',0,1,' rn '),
(19617,'slug',0,1,' activities aide '),
(19617,'title',0,1,' activities aide '),
(19618,'slug',0,1,' dietary aide '),
(19618,'title',0,1,' dietary aide '),
(19633,'slug',0,1,' dietary cook '),
(19633,'title',0,1,' dietary cook '),
(19634,'slug',0,1,' cna '),
(19634,'title',0,1,' cna '),
(19635,'slug',0,1,' lpn '),
(19635,'title',0,1,' lpn '),
(19636,'slug',0,1,' housekeeping aide '),
(19636,'title',0,1,' dietary cook '),
(19637,'slug',0,1,' activities aide '),
(19637,'title',0,1,' activities aide '),
(19645,'field:10',0,1,' we are interested in temporary respite care for 2 weeks for an elderly family member with specialized health care needs he will be 89 we need to know approx cost '),
(19645,'field:18',0,1,' https cchagerstown com contact '),
(19645,'field:19',0,1,' info cchagerstown com '),
(19645,'field:27',0,1,''),
(19645,'field:6',0,1,' eleanor '),
(19645,'field:7',0,1,' mennonitecook gmail com '),
(19645,'field:8',0,1,' none '),
(19645,'field:9',0,1,' general inquiry '),
(19645,'title',0,1,' 2026 01 27 12 13 12 '),
(19657,'slug',0,1,' cna '),
(19657,'title',0,1,' cna '),
(19658,'slug',0,1,' lpn '),
(19658,'title',0,1,' lpn '),
(19659,'slug',0,1,' activities aide '),
(19659,'title',0,1,' activities aide '),
(19660,'slug',0,1,' dietary cook '),
(19660,'title',0,1,' dietary cook '),
(19661,'slug',0,1,' front desk '),
(19661,'title',0,1,' front desk receptionist '),
(19675,'slug',0,1,' rn '),
(19675,'title',0,1,' rn '),
(19676,'slug',0,1,' admissions director '),
(19676,'title',0,1,' admissions director '),
(19677,'slug',0,1,' activities aide '),
(19677,'title',0,1,' activities aide '),
(19678,'slug',0,1,' dietary aide '),
(19678,'title',0,1,' dietary aide '),
(19679,'slug',0,1,' front desk receptionist '),
(19679,'title',0,1,' front desk receptionist '),
(19691,'field:10',0,1,' hello my name is brittany miller with 6 degrees heath reaching out on behalf of mutual of omaha the reason for this message is our team has been attempting to contact your billing department and have been unsuccessful please escalate this message to the appropriate billing supervisor administrator cfo or whomever can partner with our team to resolve the one 1 active overpayments totaling $628 50 we need an answer regarding these outstanding overpayments i would appreciate your sense of urgency on this matter when responding please include npi 1548037120 you can contact us at ph 888 655 6841 or apu reply 6degreeshealth com please mention the npi number so we may assist you more effectively please address checks and make payable to mutual of omaha po box 3306 amarillo tx 79120 sincerely '),
(19691,'field:18',0,1,' https mycompletecare com contact '),
(19691,'field:19',0,1,' cfleming completecaremgmt com '),
(19691,'field:27',0,1,' complete care at st vincents llc '),
(19691,'field:6',0,1,' brittany miller '),
(19691,'field:7',0,1,' apu reply 6degreeshealth com '),
(19691,'field:8',0,1,' 6 degrees health '),
(19691,'field:9',0,1,' other '),
(19691,'title',0,1,' 2026 01 27 12 32 02 '),
(19698,'slug',0,1,' cna '),
(19698,'title',0,1,' cna '),
(19699,'slug',0,1,' student nurse '),
(19699,'title',0,1,' student nurse '),
(19700,'slug',0,1,' cna '),
(19700,'title',0,1,' cna '),
(19701,'slug',0,1,' business development director '),
(19701,'title',0,1,' business development director '),
(19702,'slug',0,1,' dietary cook '),
(19702,'title',0,1,' dietary cook '),
(19719,'field:12',0,1,' tarrelle raines '),
(19719,'field:13',0,1,' tarrelleraines yahoo com '),
(19719,'field:14',0,1,' 8629309050 '),
(19719,'field:15',0,1,' files resumes tarrelle raines resume jpeg '),
(19719,'field:16',0,1,' activities recreation admissions marketing hr staffing maintenance housekeeping nursing recruitment social services volunteer opportunities '),
(19719,'field:17',0,1,' to whom it may concern tarrelle raines 1 giancarlo lane newton nj 07860 i am veryinterested insecuring a position that can help me advance the skills i have to allow me to grow within your company i am willing to take on bigger responsibilities m also a quick learner and i believe that i have the experience that will make me an ideal candidate for the position im seeking i have strong communication and organizational skills which i have utilized in my recent job as outlined in myresume i wouldlike the opportunity to discuss with you my qualifications ican be contacted at tarrelleraines yahoo com sincerely tarrelle raines '),
(19719,'field:20',0,1,' https completecarebarnhill com careers '),
(19719,'field:21',0,1,' careers completecarebarnhill com '),
(19719,'title',0,1,' 2026 01 27 13 32 17 '),
(19720,'alt',0,1,''),
(19720,'extension',0,1,' jpeg '),
(19720,'filename',0,1,' tarrelle raines resume jpeg '),
(19720,'kind',0,1,' image '),
(19720,'slug',0,1,''),
(19720,'title',0,1,' tarrelle raines resume '),
(19721,'field:12',0,1,' elaine clabon '),
(19721,'field:13',0,1,' elaineclabon gmail com '),
(19721,'field:14',0,1,' 18609441609 '),
(19721,'field:15',0,1,' files resumes elaine resume1 pdf '),
(19721,'field:16',0,1,' maintenance housekeeping '),
(19721,'field:17',0,1,' i would like to be a linen aide or do housekeeping '),
(19721,'field:20',0,1,' https completecarekhn com careers '),
(19721,'field:21',0,1,' careers completecarekhn com '),
(19721,'title',0,1,' 2026 01 27 13 36 01 '),
(19722,'alt',0,1,''),
(19722,'extension',0,1,' pdf '),
(19722,'filename',0,1,' elaine resume1 pdf '),
(19722,'kind',0,1,' pdf '),
(19722,'slug',0,1,''),
(19722,'title',0,1,' elaine resume1 '),
(19724,'slug',0,1,' employee '),
(19724,'title',0,1,' cna '),
(19725,'slug',0,1,' lpn '),
(19725,'title',0,1,' lpn '),
(19726,'slug',0,1,' maintenance director '),
(19726,'title',0,1,' maintenance director '),
(19727,'slug',0,1,' admissions director '),
(19727,'title',0,1,' admissions director '),
(19728,'slug',0,1,' dietary cook '),
(19728,'title',0,1,' dietary cook '),
(19742,'field:10',0,1,' hi i am local and provide service in silver spring and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best chloe terry business development representative grandeur green services chloe grandeurgreenservices com they came to our facility that i manage and deep cleaned our floors for us i have worked here for almost 4 years and have never seen the floors look this good theyre very responsive to email and the price was perfect i highly recommend them for all your cleaning needs abby matthews respond with stop to optout '),
(19742,'field:18',0,1,' https mycompletecare com contact '),
(19742,'field:19',0,1,' cfleming completecaremgmt com '),
(19742,'field:27',0,1,''),
(19742,'field:6',0,1,' chloe terry '),
(19742,'field:7',0,1,' chloe grandeurgreenservices com '),
(19742,'field:8',0,1,' grandeur green services '),
(19742,'field:9',0,1,' general inquiry '),
(19742,'title',0,1,' 2026 01 27 13 59 34 '),
(19749,'slug',0,1,' cna '),
(19749,'title',0,1,' cna '),
(19750,'slug',0,1,' lpn '),
(19750,'title',0,1,' lpn '),
(19751,'slug',0,1,' activities director '),
(19751,'title',0,1,' activities director '),
(19752,'slug',0,1,' dietary cook '),
(19752,'title',0,1,' dietary cook '),
(19753,'slug',0,1,' maintenance '),
(19753,'title',0,1,' maintenance '),
(19762,'field:12',0,1,' kenyada edgeston '),
(19762,'field:13',0,1,' edgestonkenyada gmail com '),
(19762,'field:14',0,1,' 4143499277 '),
(19762,'field:15',0,1,' files resumes kenyada edgeston pdf '),
(19762,'field:16',0,1,''),
(19762,'field:17',0,1,' cbrf caregiving '),
(19762,'field:20',0,1,' https ccsouthpointe com careers '),
(19762,'field:21',0,1,' careers ccsouthpointe com '),
(19762,'title',0,1,' 2026 01 27 14 20 20 '),
(19763,'alt',0,1,''),
(19763,'extension',0,1,' pdf '),
(19763,'filename',0,1,' kenyada edgeston pdf '),
(19763,'kind',0,1,' pdf '),
(19763,'slug',0,1,''),
(19763,'title',0,1,' kenyada edgeston '),
(19764,'field:10',0,1,' inward bloom wellness is a premier trauma informed holistic care partner supporting mental health behavioral health and recovery programs we provide reliable skilled practitioners who enhance client engagement emotional regulation and overall program flow through integrative services such as mindfulness somatic practices reiki sound therapy gentle movement nutrition support and expressive wellness inward bloom works collaboratively with facilities to deliver consistent scheduling professional onboarding real time documentation and leadership support helping clients and staff thrive during care and long after program completion we look forward to speaking to you about services '),
(19764,'field:18',0,1,' https mycompletecare com contact '),
(19764,'field:19',0,1,' cfleming completecaremgmt com '),
(19764,'field:27',0,1,' victoria commons '),
(19764,'field:6',0,1,' monica chase '),
(19764,'field:7',0,1,' monica inwardbloomwrllness com '),
(19764,'field:8',0,1,' inward bloom '),
(19764,'field:9',0,1,' other '),
(19764,'title',0,1,' 2026 01 27 14 23 14 '),
(19776,'slug',0,1,' admissions coordinator '),
(19776,'title',0,1,' admissions coordinator '),
(19777,'slug',0,1,' housekeeper '),
(19777,'title',0,1,' housekeeper '),
(19778,'slug',0,1,' pt assistant '),
(19778,'title',0,1,' dietary clerk '),
(19779,'slug',0,1,' prn pta '),
(19779,'title',0,1,' prn pta '),
(19780,'slug',0,1,' rn team leader '),
(19780,'title',0,1,' rn team leader '),
(19794,'field:10',0,1,' hi i was wondering if you guys are hiring i dont have any certifications but willing to take any training thank you '),
(19794,'field:18',0,1,' https cccorsicahills com contact '),
(19794,'field:19',0,1,' info cccorsicahills com '),
(19794,'field:27',0,1,''),
(19794,'field:6',0,1,' makenna stinson '),
(19794,'field:7',0,1,' makennastinson86 gmail com '),
(19794,'field:8',0,1,''),
(19794,'field:9',0,1,' careers '),
(19794,'title',0,1,' 2026 01 27 14 53 42 '),
(19802,'slug',0,1,' front desk receptionist '),
(19802,'title',0,1,' front desk receptionist '),
(19803,'slug',0,1,' lpn '),
(19803,'title',0,1,' lpn '),
(19815,'field:12',0,1,' jade mccray '),
(19815,'field:13',0,1,' jademccray4 gmail com '),
(19815,'field:14',0,1,' 2624452944 '),
(19815,'field:15',0,1,' files resumes copy of certification 110 next steps in becoming a respite provider jademccray pdf '),
(19815,'field:16',0,1,' dietary food service '),
(19815,'field:17',0,1,' im looking for a food service job '),
(19815,'field:20',0,1,' https ccgrandeprairie com careers '),
(19815,'field:21',0,1,' careers ccgrandeprairie com '),
(19815,'title',0,1,' 2026 01 27 15 14 22 '),
(19816,'alt',0,1,''),
(19816,'extension',0,1,' pdf '),
(19816,'filename',0,1,' copy of certification 110 next steps in becoming a respite provider jademccray pdf '),
(19816,'kind',0,1,' pdf '),
(19816,'slug',0,1,''),
(19816,'title',0,1,' copy of certification 110 next steps in becoming a respite provider jade mccray '),
(19818,'slug',0,1,' rn '),
(19818,'title',0,1,' rn '),
(19819,'slug',0,1,' cna '),
(19819,'title',0,1,' cna '),
(19820,'slug',0,1,' maintenance assistant '),
(19820,'title',0,1,' maintenance assistant '),
(19821,'slug',0,1,' cna '),
(19821,'title',0,1,' cna '),
(19822,'slug',0,1,' rn '),
(19822,'title',0,1,' admissions coordinator '),
(19835,'field:12',0,1,' jennifer magee dean '),
(19835,'field:13',0,1,' jenniferdwarner yahoo com '),
(19835,'field:14',0,1,' 12624679078 '),
(19835,'field:15',0,1,' files resumes updated jw resume 1 pdf '),
(19835,'field:16',0,1,' nursing '),
(19835,'field:17',0,1,' looking for a part time cna position '),
(19835,'field:20',0,1,' https ccridgewood com careers '),
(19835,'field:21',0,1,' careers ccridgewood com '),
(19835,'title',0,1,' 2026 01 27 15 29 07 '),
(19836,'alt',0,1,''),
(19836,'extension',0,1,' pdf '),
(19836,'filename',0,1,' updated jw resume 1 pdf '),
(19836,'kind',0,1,' pdf '),
(19836,'slug',0,1,''),
(19836,'title',0,1,' updated jw resume 1 '),
(19840,'slug',0,1,' hr director '),
(19840,'title',0,1,' hr director '),
(19841,'slug',0,1,' cna '),
(19841,'title',0,1,' cna '),
(19842,'slug',0,1,' maintenance '),
(19842,'title',0,1,' maintenance '),
(19843,'slug',0,1,' business development representative '),
(19843,'title',0,1,' business development representative '),
(19844,'slug',0,1,' activities aide '),
(19844,'title',0,1,' activities aide '),
(19858,'slug',0,1,' lpn '),
(19858,'title',0,1,' lpn '),
(19859,'slug',0,1,' rn '),
(19859,'title',0,1,' rn '),
(19860,'slug',0,1,' lpn '),
(19860,'title',0,1,' lpn '),
(19861,'slug',0,1,' activities aide '),
(19861,'title',0,1,' activities aide '),
(19862,'slug',0,1,' dietary cook '),
(19862,'title',0,1,' dietary cook '),
(19875,'slug',0,1,' dietary aide '),
(19875,'title',0,1,' dietary aide '),
(19876,'slug',0,1,' activities assistant '),
(19876,'title',0,1,' activities assistant '),
(19877,'slug',0,1,' lpn '),
(19877,'title',0,1,' lpn '),
(19878,'slug',0,1,' cna '),
(19878,'title',0,1,' cna '),
(19879,'slug',0,1,' assistant activities director '),
(19879,'title',0,1,' assistant activities director '),
(19889,'alt',0,1,''),
(19889,'extension',0,1,' pdf '),
(19889,'filename',0,1,' seble resume 2024 revised 3 pdf '),
(19889,'kind',0,1,' pdf '),
(19889,'slug',0,1,''),
(19889,'title',0,1,' seble resume 2024 revised 3 '),
(19895,'slug',0,1,' hr director '),
(19895,'title',0,1,' hr director '),
(19896,'slug',0,1,' rn '),
(19896,'title',0,1,' rn '),
(19897,'slug',0,1,' cna '),
(19897,'title',0,1,' cna '),
(19898,'slug',0,1,' dietary cook '),
(19898,'title',0,1,' dietary cook '),
(19899,'slug',0,1,' housekeeping '),
(19899,'title',0,1,' housekeeping '),
(19906,'field:10',0,1,' hello could you please point me in the right direction on how to complete an employment verification '),
(19906,'field:18',0,1,' https ccprospectheights com contact '),
(19906,'field:19',0,1,' info ccprospectheights com '),
(19906,'field:27',0,1,''),
(19906,'field:6',0,1,' katie pence '),
(19906,'field:7',0,1,' katie onesourcescreening com '),
(19906,'field:8',0,1,''),
(19906,'field:9',0,1,' careers '),
(19906,'title',0,1,' 2026 01 27 16 01 06 '),
(19914,'slug',0,1,' nursing director '),
(19914,'title',0,1,' nursing director '),
(19915,'slug',0,1,' rn '),
(19915,'title',0,1,' rn '),
(19916,'slug',0,1,' rn '),
(19916,'title',0,1,' rn '),
(19917,'slug',0,1,' rn '),
(19917,'title',0,1,' rn '),
(19918,'slug',0,1,' activities director '),
(19918,'title',0,1,' activities director '),
(19930,'slug',0,1,' cna medtech '),
(19930,'title',0,1,' cna medtech '),
(19931,'slug',0,1,' admissions director '),
(19931,'title',0,1,' admissions director '),
(19932,'slug',0,1,' lpn '),
(19932,'title',0,1,' lpn '),
(19933,'slug',0,1,' administrative assistant '),
(19933,'title',0,1,' administrative assistant '),
(19941,'slug',0,1,' business office manager '),
(19941,'title',0,1,' business office manager '),
(19950,'slug',0,1,' hr director '),
(19950,'title',0,1,' hr director '),
(19951,'slug',0,1,' admissions director '),
(19951,'title',0,1,' admissions director '),
(19952,'slug',0,1,' customer service '),
(19952,'title',0,1,' customer service '),
(19953,'slug',0,1,' cna '),
(19953,'title',0,1,' cna '),
(19954,'slug',0,1,' rn '),
(19954,'title',0,1,' rn '),
(19964,'field:10',0,1,' testing web form please ignore '),
(19964,'field:18',0,1,' https ccvoorhees com contact '),
(19964,'field:19',0,1,' info ccvoorhees com '),
(19964,'field:27',0,1,''),
(19964,'field:6',0,1,' jon tech keys '),
(19964,'field:7',0,1,' jonathan solomon tech keys com '),
(19964,'field:8',0,1,' tech keys '),
(19964,'field:9',0,1,' general inquiry '),
(19964,'title',0,1,' 2026 01 27 16 41 12 '),
(19967,'field:10',0,1,' test ignore '),
(19967,'field:18',0,1,' http ccprospectheights com contact '),
(19967,'field:19',0,1,' info ccprospectheights com '),
(19967,'field:27',0,1,' test '),
(19967,'field:6',0,1,' mark weldler '),
(19967,'field:7',0,1,' mark weldler tech keys com '),
(19967,'field:8',0,1,' test '),
(19967,'field:9',0,1,' general inquiry '),
(19967,'title',0,1,' 2026 01 27 16 53 03 '),
(19968,'field:10',0,1,' dear complete care administrators and admission directors i am assisting my ex husband edwin martell in finding new long term housing he is currently residing at my home but he has to find housing by 20 oct 2026 he is disabled and currently in the process of obtaining ssi medicaid and awaiting approval if there are any questions i will be happy to answer them thank you so much kim archer '),
(19968,'field:18',0,1,' https ccbrakeleypark com contact '),
(19968,'field:19',0,1,' info ccbrakeleypark com '),
(19968,'field:27',0,1,' brakeley park or phillipburg '),
(19968,'field:6',0,1,' kim archer '),
(19968,'field:7',0,1,' kimarcher21282 gmail com '),
(19968,'field:8',0,1,''),
(19968,'field:9',0,1,' other '),
(19968,'title',0,1,' 2026 01 27 16 53 04 '),
(19969,'field:10',0,1,' dear administrators and admission directors i am assisting my ex husband edwin martell in finding new long term housing he is currently residing at my home but he has to find housing by 20 oct 2026 he is disabled and currently in the process of obtaining ssi medicaid and awaiting approval if there are any questions i will be happy to answer them thank you so much kim archer '),
(19969,'field:18',0,1,' https ccphillipsburg com contact '),
(19969,'field:19',0,1,' info ccphillipsburg com '),
(19969,'field:27',0,1,' brakeley park or phillipsburg '),
(19969,'field:6',0,1,' kim archer '),
(19969,'field:7',0,1,' kimarcher21282 gmail com '),
(19969,'field:8',0,1,''),
(19969,'field:9',0,1,' other '),
(19969,'title',0,1,' 2026 01 27 16 54 22 '),
(19970,'field:10',0,1,' test ignore '),
(19970,'field:18',0,1,' http completecareclark com contact '),
(19970,'field:19',0,1,' info completecareclark com '),
(19970,'field:27',0,1,''),
(19970,'field:6',0,1,' mark weldler '),
(19970,'field:7',0,1,' mark weldler tech keys com '),
(19970,'field:8',0,1,' test '),
(19970,'field:9',0,1,' general inquiry '),
(19970,'title',0,1,' 2026 01 27 16 54 32 '),
(19971,'field:1',0,1,' mark weldler '),
(19971,'field:2',0,1,' mark weldler tech keys com '),
(19971,'field:22',0,1,' https mycompletecare com volunteer '),
(19971,'field:23',0,1,' volunteer completecaremgmt com '),
(19971,'field:3',0,1,' 7329303866 '),
(19971,'field:4',0,1,' complete care at barn hill '),
(19971,'field:5',0,1,' this is just a test from mark weldler at tech keys please ignore '),
(19971,'title',0,1,' 2026 01 27 16 56 27 '),
(19989,'field:10',0,1,' hello my name is cristian ortega and i work with corelogic on the verification of employment income team as part of this process our client needs to obtain a verification of employment and income can you please work with us by providing a fax number or email address where we may send some verification documents if you are not the right person to direct this request to can you please redirect me to the right group within your organization the number here at corelogic is 855 466 2459 ext 191751 and please reference 0035336536 thank you and have a great day if the work number is the only method to do this verification please provide your name and tittle '),
(19989,'field:18',0,1,' https mycompletecare com contact '),
(19989,'field:19',0,1,' cfleming completecaremgmt com '),
(19989,'field:28',0,1,' complete care at marcella '),
(19989,'field:6',0,1,' cristian ortega '),
(19989,'field:7',0,1,' automatiq employeeverifications crd corelogic com '),
(19989,'field:8',0,1,' corelogic '),
(19989,'field:9',0,1,' other '),
(19989,'title',0,1,' 2026 01 27 19 24 17 '),
(19992,'alt',0,1,''),
(19992,'extension',0,1,' pdf '),
(19992,'filename',0,1,' copy20of20copy20of20keri20wooten20resume pdf '),
(19992,'kind',0,1,' pdf '),
(19992,'slug',0,1,''),
(19992,'title',0,1,' copy 20of 20 copy 20of 20 keri 20 wooten 20resume '),
(20047,'field:12',0,1,' molly johnson '),
(20047,'field:13',0,1,' molly s johnson55 gmail com '),
(20047,'field:14',0,1,' 4794264805 '),
(20047,'field:15',0,1,' files resumes r 2025 pdf '),
(20047,'field:16',0,1,' administrative business office maintenance housekeeping '),
(20047,'field:17',0,1,' hello i have seen lovely reviews about the care center and am interested in any part time career opportunities here i am looking forward to learning more '),
(20047,'field:20',0,1,' https cchalescorners com careers '),
(20047,'field:21',0,1,' info cchalescorners com '),
(20047,'field:29',0,1,' complete care at hales corners '),
(20047,'title',0,1,' 2026 01 27 23 18 27 '),
(20048,'alt',0,1,''),
(20048,'extension',0,1,' pdf '),
(20048,'filename',0,1,' r 2025 pdf '),
(20048,'kind',0,1,' pdf '),
(20048,'slug',0,1,''),
(20048,'title',0,1,' r 2025 '),
(20053,'alt',0,1,''),
(20053,'extension',0,1,' pdf '),
(20053,'filename',0,1,' monica capezza resume 1 pdf '),
(20053,'kind',0,1,' pdf '),
(20053,'slug',0,1,''),
(20053,'title',0,1,' monica capezza resume 1 '),
(20169,'field:12',0,1,' kiemya baker '),
(20169,'field:13',0,1,' kiemyab9 gmail com '),
(20169,'field:14',0,1,' 18623359301 '),
(20169,'field:15',0,1,''),
(20169,'field:16',0,1,' activities recreation maintenance housekeeping volunteer opportunities '),
(20169,'field:17',0,1,' to whom is reading my letter my name is kiemya baker im a nursing student at montclair state university im currently looking for jobs to get started on building my resume please reach out to me at 8623359301 or kiemyab9 gmail com im willing to work with you if there is any opportunities available '),
(20169,'field:20',0,1,' https ccorangepark com careers '),
(20169,'field:21',0,1,' careers ccorangepark com '),
(20169,'field:29',0,1,' complete care at orange park '),
(20169,'title',0,1,' 2026 01 28 03 08 22 '),
(20746,'field:10',0,1,' i would like to see if i can transfer from aira of brookfield to your facility i have a need for inhouse dyais n rehab i only came to aria to get back to wisconsin i was in zion illinois i dont like the way things go here im starting to get unhappy here i thank its time for a change of scenery i do have medicaid united healthcare i really would appreciate you looking into my transfer you can reach me anytime at 415 651 4547 thank you for your time n help '),
(20746,'field:18',0,1,' https completecareglendale com contact '),
(20746,'field:19',0,1,' info completecareglendale com '),
(20746,'field:28',0,1,' complete care at glendale '),
(20746,'field:6',0,1,' milton boyd '),
(20746,'field:7',0,1,' boydmilton978 gmail com '),
(20746,'field:8',0,1,' none '),
(20746,'field:9',0,1,' general inquiry '),
(20746,'title',0,1,' 2026 01 28 08 12 07 '),
(20753,'field:10',0,1,' i would like to know more about your facility and any openings for long term care '),
(20753,'field:18',0,1,' https mycompletecare com contact '),
(20753,'field:19',0,1,' cfleming completecaremgmt com '),
(20753,'field:28',0,1,' complete care at kensington '),
(20753,'field:6',0,1,' tracy williams '),
(20753,'field:7',0,1,' 71tt73ang37 gmail com '),
(20753,'field:8',0,1,''),
(20753,'field:9',0,1,' general inquiry '),
(20753,'title',0,1,' 2026 01 28 08 17 57 '),
(20762,'field:10',0,1,' im not upset or complaining i promise so please take this genuinely but theres just a ice bucket i found out today on this morning of 01 28 26 around 7a but so maybe lets try for a ice machine just all around better i did not know we was working with just a bucket thats interesting because maybe thats why that one worker was giveing me attitude with just a ice water pass is there not like a designated person thats just supposed to refill the ice bucket whenever it get to a designated point so is it maybe something thats unclear because however if its a petition i need to sign or some where i can report to for funding support i will definitely sign '),
(20762,'field:18',0,1,' https mycompletecare com contact '),
(20762,'field:19',0,1,' cfleming completecaremgmt com '),
(20762,'field:28',0,1,''),
(20762,'field:6',0,1,' ryesha tucker '),
(20762,'field:7',0,1,' treed2503periot gmail com '),
(20762,'field:8',0,1,''),
(20762,'field:9',0,1,' general inquiry '),
(20762,'title',0,1,' 2026 01 28 08 21 49 '),
(20763,'field:10',0,1,' im not upset or complaining i promise so please take this genuinely but theres just a ice bucket i found out today on this morning of 01 28 26 around 7a but so maybe lets try for a ice machine just all around better i did not know we was working with just a bucket thats interesting because maybe thats why that one worker was giveing me attitude with just a ice water pass is there not like a designated person thats just supposed to refill the ice bucket whenever it get to a designated point so is it maybe something thats unclear because however if its a petition i need to sign or some where i can report to for funding support i will definitely sign '),
(20763,'field:18',0,1,' https mycompletecare com contact '),
(20763,'field:19',0,1,' cfleming completecaremgmt com '),
(20763,'field:28',0,1,' complete care at margate park '),
(20763,'field:6',0,1,' ryesha tucker '),
(20763,'field:7',0,1,' treed2403periot gmail com '),
(20763,'field:8',0,1,''),
(20763,'field:9',0,1,' general inquiry '),
(20763,'title',0,1,' 2026 01 28 08 23 50 '),
(20790,'field:10',0,1,' just testing the online website form can ignore '),
(20790,'field:18',0,1,' https ccgrotonregency com contact '),
(20790,'field:19',0,1,' info ccgrotonregency com '),
(20790,'field:28',0,1,' complete care at groton regency '),
(20790,'field:6',0,1,' mark weldler '),
(20790,'field:7',0,1,' mark weldler tech keys com '),
(20790,'field:8',0,1,' tech keys '),
(20790,'field:9',0,1,' general inquiry '),
(20790,'title',0,1,' 2026 01 28 09 53 18 '),
(20791,'field:10',0,1,' interested in transferring my daughter to this facility '),
(20791,'field:18',0,1,' https mycompletecare com contact '),
(20791,'field:19',0,1,' cfleming completecaremgmt com '),
(20791,'field:28',0,1,' complete care at oak ridge '),
(20791,'field:6',0,1,' sonia l foster '),
(20791,'field:7',0,1,' ticklzdream aol com '),
(20791,'field:8',0,1,''),
(20791,'field:9',0,1,' other '),
(20791,'title',0,1,' 2026 01 28 09 54 54 '),
(20793,'field:1',0,1,' kristin currie '),
(20793,'field:2',0,1,' curriec429 gmail com '),
(20793,'field:22',0,1,' https mycompletecare com volunteer '),
(20793,'field:23',0,1,' volunteer completecaremgmt com '),
(20793,'field:3',0,1,' 6098804562 '),
(20793,'field:4',0,1,' complete care at burlington woods '),
(20793,'field:5',0,1,' sophmore in highshool i want to volunteer here '),
(20793,'title',0,1,' 2026 01 28 09 58 03 '),
(20806,'field:10',0,1,' hello i have tried calling your facility at complete care whispering woods 4 times this morning 01 28 2026 i am an intake nurse for a hospice that takes care of one of your residents i need to speak to a nurse or social worker regarding patient status and results i was disconnected the first time i called and no one has picked up the 3 subsequent times i have called i called main number 732 744 5541 i can be reached at 732 381 3444 thank you '),
(20806,'field:18',0,1,' https mycompletecare com contact '),
(20806,'field:19',0,1,' cfleming completecaremgmt com '),
(20806,'field:28',0,1,' complete care at whispering woods '),
(20806,'field:6',0,1,' michele e soller '),
(20806,'field:7',0,1,' msoller homesidehospice com '),
(20806,'field:8',0,1,' homeside hospice '),
(20806,'field:9',0,1,' resident family support '),
(20806,'title',0,1,' 2026 01 28 10 08 38 '),
(20807,'field:10',0,1,' good morning my name is kendall and i am reaching out from elite medical staffing to introduce our staffing services and explore how we can support glendale care and rehab center llc with dependable coverage elite medical staffing partners with healthcare facilities to provide consistent high quality staff during shortages high census periods and last minute call offs we have a strong pool of motivated professionals who are ready to step in and help maintain continuity of care i would welcome the opportunity to discuss your current staffing challenges and learn whether you work with outside agencies even if you are fully staffed at the moment we would be happy to serve as a reliable backup resource when needs arise please feel free to contact me at your earliest convenience so we can discuss how elite medical staffing can support your facility thank you for your time and i look forward to connecting '),
(20807,'field:18',0,1,' https mycompletecare com contact '),
(20807,'field:19',0,1,' cfleming completecaremgmt com '),
(20807,'field:28',0,1,''),
(20807,'field:6',0,1,' kendall parks '),
(20807,'field:7',0,1,' kparks elitemedicalstaffing com '),
(20807,'field:8',0,1,' elite medical staffing '),
(20807,'field:9',0,1,' careers '),
(20807,'title',0,1,' 2026 01 28 10 24 57 '),
(20808,'field:10',0,1,' hello to whom it may concern i am the mfp transition coordinator for bobby kee i am reaching out to get the contact information for the social worker bobby has been accepted for a unit at marys place we will need to set up a discharge planning meeting to begin the discharge process additionally a home evaluation will need to be done which i can help arrange please reach out to me at your earliest convenience we are looking at an early march discharge i look forward to hearing back sincerely emily lewis '),
(20808,'field:18',0,1,' https mycompletecare com contact '),
(20808,'field:19',0,1,' cfleming completecaremgmt com '),
(20808,'field:28',0,1,' complete care at groton regency '),
(20808,'field:6',0,1,' emily lewis '),
(20808,'field:7',0,1,' emily cdr ct org '),
(20808,'field:8',0,1,' center for disability rights '),
(20808,'field:9',0,1,' resident family support '),
(20808,'title',0,1,' 2026 01 28 10 50 24 '),
(20811,'field:10',0,1,' hello i was wondering if you guys could send me a copy of my w 2 in the mail my name is niobe williams i worked there a while ago '),
(20811,'field:18',0,1,' https mycompletecare com contact '),
(20811,'field:19',0,1,' cfleming completecaremgmt com '),
(20811,'field:28',0,1,' complete care at maple grove '),
(20811,'field:6',0,1,' niobe williams '),
(20811,'field:7',0,1,' niobewilliams72 gmail com '),
(20811,'field:8',0,1,' st marys care center '),
(20811,'field:9',0,1,' other '),
(20811,'title',0,1,' 2026 01 28 11 24 10 '),
(20813,'field:10',0,1,' we found a suspicious google review from becky miller gatherup has a proven track record of removing fake and policy breaking reviews well challenge this one with google and stand behind the result with a 60 day 100% satisfaction guarantee trusted by 18 000 businesses book here https calendly com risk free review removals 15min '),
(20813,'field:18',0,1,' http cclehigh com contact '),
(20813,'field:19',0,1,' info cclehigh com '),
(20813,'field:28',0,1,' complete care at lehigh '),
(20813,'field:6',0,1,' sarah cameto '),
(20813,'field:7',0,1,' sarah fakereviewdetectors com '),
(20813,'field:8',0,1,' fakereviewdetectors '),
(20813,'field:9',0,1,' general inquiry '),
(20813,'title',0,1,' 2026 01 28 11 39 22 '),
(20825,'field:12',0,1,' michelle collavino '),
(20825,'field:13',0,1,' collavinom496 gmail com '),
(20825,'field:14',0,1,' 9087836543 '),
(20825,'field:15',0,1,' files resumes img 1448 png '),
(20825,'field:16',0,1,' administrative business office dietary food service hr staffing maintenance housekeeping '),
(20825,'field:17',0,1,' looking for any open job position like receptionist or staff '),
(20825,'field:20',0,1,' https ccatgreenacres com careers '),
(20825,'field:21',0,1,' careers ccatgreenacres com '),
(20825,'field:29',0,1,' complete care at green acres '),
(20825,'title',0,1,' 2026 01 28 12 07 53 '),
(20833,'alt',0,1,''),
(20833,'extension',0,1,' png '),
(20833,'filename',0,1,' img 1448 2026 01 28 170942 zzgj png '),
(20833,'kind',0,1,' image '),
(20833,'slug',0,1,''),
(20833,'title',0,1,' img 1448 '),
(20839,'slug',0,1,' lpn '),
(20839,'title',0,1,' lpn '),
(20849,'field:12',0,1,' artreal clark '),
(20849,'field:13',0,1,' artrealclark gmail com '),
(20849,'field:14',0,1,' 2623512127 '),
(20849,'field:15',0,1,' files resumes artreal clark%e2%80%99s resume pdf '),
(20849,'field:16',0,1,' nursing '),
(20849,'field:17',0,1,' i come referred recommended by one of your unit nurses i know that my experience and qualifications can be a great fit at ridgewood '),
(20849,'field:20',0,1,' https ccridgewood com careers '),
(20849,'field:21',0,1,' careers ccridgewood com '),
(20849,'field:29',0,1,' complete care at ridgewood '),
(20849,'title',0,1,' 2026 01 28 12 14 59 '),
(20850,'alt',0,1,''),
(20850,'extension',0,1,' pdf '),
(20850,'filename',0,1,' artreal clarks resume pdf '),
(20850,'kind',0,1,' pdf '),
(20850,'slug',0,1,''),
(20850,'title',0,1,' artreal clarks resume '),
(20851,'field:12',0,1,' michelle collavino '),
(20851,'field:13',0,1,' collavinom496 gmail com '),
(20851,'field:14',0,1,' 9087836543 '),
(20851,'field:15',0,1,' files resumes img 1448 png '),
(20851,'field:16',0,1,' administrative business office dietary food service hr staffing maintenance housekeeping '),
(20851,'field:17',0,1,' looking for a open job position such as receptionist or staff '),
(20851,'field:20',0,1,' https mycompletecare com careers '),
(20851,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(20851,'field:29',0,1,' complete care at bey lea '),
(20851,'title',0,1,' 2026 01 28 12 15 08 '),
(20852,'alt',0,1,''),
(20852,'extension',0,1,' png '),
(20852,'filename',0,1,' img 1448 png '),
(20852,'kind',0,1,' image '),
(20852,'slug',0,1,''),
(20852,'title',0,1,' img 1448 '),
(20856,'field:1',0,1,' jamie bugett '),
(20856,'field:2',0,1,' jbugettoesspr22 gmail com '),
(20856,'field:22',0,1,' https mycompletecare com volunteer '),
(20856,'field:23',0,1,' volunteer completecaremgmt com '),
(20856,'field:3',0,1,' 6185318460 '),
(20856,'field:4',0,1,' complete care at hyattsville '),
(20856,'field:5',0,1,' im a member of imani chapter 007 order of the eastern star my sisters and i are looking for more ways to give back and would love to volunteer to chat and play board games with your residents please let me know what is your process for volunteering thank you in advance for your assistance v r sister jamie bugett '),
(20856,'title',0,1,' 2026 01 28 12 28 46 '),
(20857,'field:10',0,1,' father is nonverbal with alz i am interested in learning more about care at this facility '),
(20857,'field:18',0,1,' https completecareberkshire com contact '),
(20857,'field:19',0,1,' info completecareberkshire com '),
(20857,'field:28',0,1,' complete care at berkshire '),
(20857,'field:6',0,1,' sarah tucci '),
(20857,'field:7',0,1,' smtucci88 gmail com '),
(20857,'field:8',0,1,''),
(20857,'field:9',0,1,' resident family support '),
(20857,'title',0,1,' 2026 01 28 12 29 50 '),
(20869,'field:10',0,1,' i am looking to place my mom and dad in this facility they need more than straight assisted living '),
(20869,'field:18',0,1,' https mycompletecare com contact '),
(20869,'field:19',0,1,' cfleming completecaremgmt com '),
(20869,'field:28',0,1,' complete care at lehigh '),
(20869,'field:6',0,1,' christopher j sweeney '),
(20869,'field:7',0,1,' christopher sweeney flsmidth com '),
(20869,'field:8',0,1,' flsmidth cement usa inc '),
(20869,'field:9',0,1,' resident family support '),
(20869,'title',0,1,' 2026 01 28 13 00 34 '),
(20873,'field:10',0,1,' hi looking for assisted living for my parents 84 87 yr old a studio apartment is fine with a kitchenette please call me i have more questions and would like to schedule a tour around 4pm 430p please call me gloria daughter 917 751 5114 thank you '),
(20873,'field:18',0,1,' https ccchestnuthillalf com contact '),
(20873,'field:19',0,1,' info ccchestnuthillresidences com '),
(20873,'field:28',0,1,' chestnut hill residences by complete care '),
(20873,'field:6',0,1,' gloria sanchez '),
(20873,'field:7',0,1,' getjcl aol com '),
(20873,'field:8',0,1,''),
(20873,'field:9',0,1,' other '),
(20873,'title',0,1,' 2026 01 28 13 11 23 '),
(20885,'field:10',0,1,' need assigned living pricing '),
(20885,'field:18',0,1,' https ccvictoriacommons com contact '),
(20885,'field:19',0,1,' info ccvictoriacommons com '),
(20885,'field:28',0,1,' complete care at victoria commons '),
(20885,'field:6',0,1,' stephen rucci '),
(20885,'field:7',0,1,' srucci0007 gmail com '),
(20885,'field:8',0,1,''),
(20885,'field:9',0,1,' resident family support '),
(20885,'title',0,1,' 2026 01 28 13 58 22 '),
(20903,'field:1',0,1,' vanessa caton '),
(20903,'field:2',0,1,' vanessa caton21 gmail com '),
(20903,'field:22',0,1,' https mycompletecare com volunteer '),
(20903,'field:23',0,1,' volunteer completecaremgmt com '),
(20903,'field:3',0,1,' 3012575315 '),
(20903,'field:4',0,1,' complete care at wheaton '),
(20903,'field:5',0,1,' i am an athletic training student at my high school '),
(20903,'title',0,1,' 2026 01 28 14 20 08 '),
(20907,'field:10',0,1,' i hope my email finds you well my name is thana saramah and i am a graduate student in the speech language pathology program at brescia university i am currently seeking an adult medical placement for the spring 2027 semester and am very interested in the opportunity to complete my clinical hours with complete care at maple grove your organizations commitment to patient centered care and excellence in healthcare aligns strongly with my professional values and goals as part of my program requirements i need to complete 172 attendance hours with a minimum of 150 clinical hours over the course of at least 12 weeks under the supervision of a licensed speech language pathologist in an adult medical setting if complete care at maple grove accepts graduate students for practicum placements i would be grateful for the opportunity to speak further i would be happy to provide any additional documentation you may need such as my resume program requirements or a letter from my clinical coordinator i am located in fitchburg wi and am willing to travel to your facility thank you very much for your time and consideration i look forward to the possibility of contributing to your team and learning from your experienced professionals thanks thana saramah speech language pathology graduate student brescia university thana saramah brescia edu 414 581 8215 '),
(20907,'field:18',0,1,' https ccmaplegrove com contact '),
(20907,'field:19',0,1,' info ccmaplegrove com '),
(20907,'field:28',0,1,' complete care at maple grove '),
(20907,'field:6',0,1,' thana saramah '),
(20907,'field:7',0,1,' thana saramah brescia edu '),
(20907,'field:8',0,1,''),
(20907,'field:9',0,1,' careers '),
(20907,'title',0,1,' 2026 01 28 14 49 07 '),
(20918,'slug',0,1,' front desk receptionist '),
(20918,'title',0,1,' front desk receptionist '),
(20933,'slug',0,1,' admissions coordinator '),
(20933,'title',0,1,' admissions coordinator '),
(20934,'slug',0,1,' cna '),
(20934,'title',0,1,' cna '),
(20935,'slug',0,1,' dietary cook '),
(20935,'title',0,1,' dietary cook '),
(20936,'slug',0,1,' rn '),
(20936,'title',0,1,' rn '),
(20949,'slug',0,1,' director of activities '),
(20949,'title',0,1,' director of activities '),
(20950,'slug',0,1,' cna '),
(20950,'title',0,1,' cna '),
(20951,'slug',0,1,' activities aide '),
(20951,'title',0,1,' activities aide '),
(20952,'slug',0,1,' dietary aide '),
(20952,'title',0,1,' dietary aide '),
(20953,'slug',0,1,' admissions coordinator '),
(20953,'title',0,1,' admissions coordinator '),
(20968,'slug',0,1,' admissions coordinator '),
(20968,'title',0,1,' admissions coordinator '),
(20969,'slug',0,1,' maintenance '),
(20969,'title',0,1,' maintenance '),
(20970,'slug',0,1,' business office manager '),
(20970,'title',0,1,' business office manager '),
(20999,'slug',0,1,' lpn '),
(20999,'title',0,1,' lpn '),
(21000,'slug',0,1,' dietary cook '),
(21000,'title',0,1,' dietary cook '),
(21001,'slug',0,1,' cna '),
(21001,'title',0,1,' cna '),
(21010,'field:12',0,1,' rodrigue bourguignon '),
(21010,'field:13',0,1,' asonaised gmail com '),
(21010,'field:14',0,1,' 8455003764 '),
(21010,'field:15',0,1,''),
(21010,'field:16',0,1,' dietary food service '),
(21010,'field:17',0,1,' hi this is rodrigue bourguignon im very interested for this job '),
(21010,'field:20',0,1,' https ccinglemoor com careers '),
(21010,'field:21',0,1,' careers ccinglemoor com '),
(21010,'field:29',0,1,' complete care at inglemoor '),
(21010,'title',0,1,' 2026 01 28 15 43 17 '),
(21021,'slug',0,1,' rn '),
(21021,'title',0,1,' rn '),
(21022,'slug',0,1,' cna '),
(21022,'title',0,1,' cna '),
(21036,'slug',0,1,' activities assistant '),
(21036,'title',0,1,' activities assistant '),
(21037,'slug',0,1,' kitchen aide '),
(21037,'title',0,1,' dietary cook '),
(21038,'slug',0,1,' cna '),
(21038,'title',0,1,' cna '),
(21039,'slug',0,1,' admissions coordinator '),
(21039,'title',0,1,' admissions coordinator '),
(21052,'slug',0,1,' dietary aide '),
(21052,'title',0,1,' dietary aide '),
(21069,'slug',0,1,' lpn '),
(21069,'title',0,1,' lpn '),
(21070,'slug',0,1,' rn '),
(21070,'title',0,1,' rn '),
(21158,'field:12',0,1,' angela nightingale '),
(21158,'field:13',0,1,' angiec 53158 yahoo com '),
(21158,'field:14',0,1,' 2626208099 '),
(21158,'field:15',0,1,' files resumes onstat10 6020 80187196 onstat10120601 1 pdf '),
(21158,'field:16',0,1,' nursing '),
(21158,'field:17',0,1,' i am looking for a prn position '),
(21158,'field:20',0,1,' https ccgrandeprairie com careers '),
(21158,'field:21',0,1,' careers ccgrandeprairie com '),
(21158,'field:29',0,1,' complete care at grande prairie '),
(21158,'title',0,1,' 2026 01 28 18 08 25 '),
(21159,'alt',0,1,''),
(21159,'extension',0,1,' pdf '),
(21159,'filename',0,1,' onstat10 6020 80187196 onstat10120601 1 pdf '),
(21159,'kind',0,1,' pdf '),
(21159,'slug',0,1,''),
(21159,'title',0,1,' onstat10 6020 80187196 onstat10120601 1 '),
(21160,'field:10',0,1,' hello my name is cristian ortega and i work with corelogic on the verification of employment income team as part of this process our client needs to obtain a verification of employment and income can you please work with us by providing a fax number or email address where we may send some verification documents if you are not the right person to direct this request to can you please redirect me to the right group within your organization the number here at corelogic is 855 466 2459 ext 191751 and please reference 0035336536 thank you and have a great day if the work number is the only method to do this verification please provide your name and tittle '),
(21160,'field:18',0,1,' https mycompletecare com contact '),
(21160,'field:19',0,1,' cfleming completecaremgmt com '),
(21160,'field:28',0,1,' complete care at marcella '),
(21160,'field:6',0,1,' cristian ortega '),
(21160,'field:7',0,1,' automatiq employeeverifications crd corelogic com '),
(21160,'field:8',0,1,' corelogic '),
(21160,'field:9',0,1,' general inquiry '),
(21160,'title',0,1,' 2026 01 28 18 47 55 '),
(21164,'field:1',0,1,' markese pollard '),
(21164,'field:2',0,1,' isiahpollard16 gmail com '),
(21164,'field:22',0,1,' https mycompletecare com volunteer '),
(21164,'field:23',0,1,' volunteer completecaremgmt com '),
(21164,'field:3',0,1,' 667 381 8376 '),
(21164,'field:4',0,1,' complete care at heritage '),
(21164,'field:5',0,1,' hi i am a student at dundalk high school and i would love the opportunity to volunteer at heritage '),
(21164,'title',0,1,' 2026 01 28 19 09 35 '),
(21166,'field:12',0,1,' ifeoma c agwunobi '),
(21166,'field:13',0,1,' ifeomaagwunobi76 gmail com '),
(21166,'field:14',0,1,' 12016188670 '),
(21166,'field:15',0,1,''),
(21166,'field:16',0,1,' social services '),
(21166,'field:17',0,1,' i am a chha caregiver presently working with umcnj '),
(21166,'field:20',0,1,' https completecarebarnhill com careers '),
(21166,'field:21',0,1,' careers completecarebarnhill com '),
(21166,'field:29',0,1,' complete care at barn hill '),
(21166,'title',0,1,' 2026 01 28 19 33 27 '),
(21176,'field:12',0,1,' tehya maday dorn '),
(21176,'field:13',0,1,' tehyar07 gmail com '),
(21176,'field:14',0,1,' 6085751035 '),
(21176,'field:15',0,1,''),
(21176,'field:16',0,1,' hr staffing '),
(21176,'field:17',0,1,' hello my name is tehya im looking for a caregiving job and i think i would be a great addition too your team if you guys could please take a look at my resume and get back to me that would be great thank you '),
(21176,'field:20',0,1,' https ccmaplegrove com careers '),
(21176,'field:21',0,1,' careers ccmaplegrove com '),
(21176,'field:29',0,1,' complete care at maple grove '),
(21176,'title',0,1,' 2026 01 28 20 17 39 '),
(21178,'alt',0,1,''),
(21178,'extension',0,1,' pdf '),
(21178,'filename',0,1,' tmd resume 2026 pdf '),
(21178,'kind',0,1,' pdf '),
(21178,'slug',0,1,''),
(21178,'title',0,1,' tmd resume 2026 '),
(21192,'field:10',0,1,' im trying to get sheila keisters e mail address so i can have records sent to her from the facility where my nephew is currently living the ltc facility sent records on january 22 2026 but in speaking with ms keister today 1 28 2026 has not received them yet thank you pat rayl '),
(21192,'field:18',0,1,' https ccdawnview com contact '),
(21192,'field:19',0,1,' info ccdawnview com '),
(21192,'field:28',0,1,' complete care at dawnview '),
(21192,'field:6',0,1,' pat rayll '),
(21192,'field:7',0,1,' patrayl49 gmail com '),
(21192,'field:8',0,1,' aunt guardian to richard spryn '),
(21192,'field:9',0,1,' general inquiry '),
(21192,'title',0,1,' 2026 01 28 20 29 30 '),
(21222,'field:12',0,1,' danielle williams '),
(21222,'field:13',0,1,' williamsdanielle46 yahoo com '),
(21222,'field:14',0,1,' 9736516258 '),
(21222,'field:15',0,1,' files resumes 2025 resume pdf '),
(21222,'field:16',0,1,' activities recreation hr staffing recruitment social services '),
(21222,'field:17',0,1,' n a '),
(21222,'field:20',0,1,' https ccorangepark com careers '),
(21222,'field:21',0,1,' careers ccorangepark com '),
(21222,'field:29',0,1,' complete care at orange park '),
(21222,'title',0,1,' 2026 01 28 23 30 28 '),
(21223,'alt',0,1,''),
(21223,'extension',0,1,' pdf '),
(21223,'filename',0,1,' 2025 resume pdf '),
(21223,'kind',0,1,' pdf '),
(21223,'slug',0,1,''),
(21223,'title',0,1,' 2025 resume '),
(21240,'field:10',0,1,' hi there i came across your website and wanted to reach out we help businesses streamline their sales admin and marketing operations using ai powered virtual assistants our team supports tasks like follow ups and scheduling lead generation and appointment setting outbound email campaigns crm management and social media execution all backed by structured processes and daily reporting if reducing manual workload or improving follow ups is a priority id be happy to see if this could be a fit warm regards beverly baker vas 4 hire ps if you want to opt out kindly reply stop '),
(21240,'field:18',0,1,' https ccharborage com contact '),
(21240,'field:19',0,1,' info ccharborage com '),
(21240,'field:28',0,1,' complete care at harborage '),
(21240,'field:6',0,1,' beverly baker '),
(21240,'field:7',0,1,' beverlybake thevirtualsalesgroup com '),
(21240,'field:8',0,1,' vas 4 hire '),
(21240,'field:9',0,1,' media inquiry '),
(21240,'title',0,1,' 2026 01 29 02 33 54 '),
(21243,'field:10',0,1,' hello i would like to share a few suggestions for your website no cost and no obligation just an opportunity to review how we can improve your website and leads increase organic traffic and boost your ranking visibility would it be okay to send you the suggestions i have in mind thank you in advance eloise lane '),
(21243,'field:18',0,1,' https ccmonmouth com contact '),
(21243,'field:19',0,1,' info ccmonmouth com '),
(21243,'field:28',0,1,' complete care at monmouth '),
(21243,'field:6',0,1,' eloise lane '),
(21243,'field:7',0,1,' eloiselanemkt gmail com '),
(21243,'field:8',0,1,''),
(21243,'field:9',0,1,' careers '),
(21243,'title',0,1,' 2026 01 29 04 23 11 '),
(21293,'field:10',0,1,' i am with a local family owned janitorial company and would love to give you a professional cleaning quote were working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated trained team that is invested in going above and beyond may i give you more information or a no obligation cleaning quote for your space have a great day caroline brown business development rep elevate clean solutions caroline elevatecleansolution com respond with stop to optout '),
(21293,'field:18',0,1,' https mycompletecare com contact '),
(21293,'field:19',0,1,' cfleming completecaremgmt com '),
(21293,'field:28',0,1,' complete care at madison '),
(21293,'field:6',0,1,' caroline brown '),
(21293,'field:7',0,1,' caroline elevatecleansolution com '),
(21293,'field:8',0,1,' elevate clean solutions '),
(21293,'field:9',0,1,' general inquiry '),
(21293,'title',0,1,' 2026 01 29 08 35 49 '),
(21296,'field:12',0,1,' luella greer '),
(21296,'field:13',0,1,' luellagreer gmail com '),
(21296,'field:14',0,1,' 17737084622 '),
(21296,'field:15',0,1,' files resumes luella greer resume pdf '),
(21296,'field:16',0,1,' nursing '),
(21296,'field:17',0,1,' interested in working at mayfield care chicago il '),
(21296,'field:20',0,1,' https mycompletecare com careers '),
(21296,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(21296,'field:29',0,1,''),
(21296,'title',0,1,' 2026 01 29 09 25 22 '),
(21297,'alt',0,1,''),
(21297,'extension',0,1,' pdf '),
(21297,'filename',0,1,' luella greer resume pdf '),
(21297,'kind',0,1,' pdf '),
(21297,'slug',0,1,''),
(21297,'title',0,1,' luella greer resume '),
(21322,'field:10',0,1,' hello my name is shamma with s2verify and we are a background screening company i am trying to verify employment for all i would need is the start end date and the position title please give me a call back at 470 973 6300 and reference this number 33439400 thank you '),
(21322,'field:18',0,1,' https mycompletecare com contact '),
(21322,'field:19',0,1,' cfleming completecaremgmt com '),
(21322,'field:28',0,1,' complete care at green acres '),
(21322,'field:6',0,1,' shamma huni '),
(21322,'field:7',0,1,' shamma huni s2verify com '),
(21322,'field:8',0,1,' s2verify '),
(21322,'field:9',0,1,' other '),
(21322,'title',0,1,' 2026 01 29 10 50 20 '),
(21334,'slug',0,1,' lpn '),
(21334,'title',0,1,' lpn '),
(21349,'slug',0,1,' activities assistant '),
(21349,'title',0,1,' activities assistant '),
(21350,'slug',0,1,' lpn '),
(21350,'title',0,1,' lpn '),
(21351,'slug',0,1,' dietary cook '),
(21351,'title',0,1,' dietary cook '),
(21352,'slug',0,1,' cna '),
(21352,'title',0,1,' cna '),
(21353,'slug',0,1,' admissions coordinator '),
(21353,'title',0,1,' admissions coordinator '),
(21374,'slug',0,1,' admissions coordinator '),
(21374,'title',0,1,' rn '),
(21404,'slug',0,1,' lpn '),
(21404,'title',0,1,' lpn '),
(21405,'slug',0,1,' cna '),
(21405,'title',0,1,' cna '),
(21406,'slug',0,1,' activities coordinator '),
(21406,'title',0,1,' activities assistant '),
(21407,'slug',0,1,' dietary cook '),
(21407,'title',0,1,' dietary cook '),
(21408,'slug',0,1,' admissions coordinator '),
(21408,'title',0,1,' admissions coordinator '),
(21432,'slug',0,1,' lpn '),
(21432,'title',0,1,' lpn '),
(21433,'slug',0,1,' dietary aide '),
(21433,'title',0,1,' dietary aide '),
(21434,'slug',0,1,' activities director '),
(21434,'title',0,1,' activities director '),
(21435,'slug',0,1,' cna '),
(21435,'title',0,1,' cna '),
(21436,'slug',0,1,' maintenance '),
(21436,'title',0,1,' maintenance '),
(21450,'field:12',0,1,' kashay '),
(21450,'field:13',0,1,' kashaywatkins12 gmail com '),
(21450,'field:14',0,1,' 4438941962 '),
(21450,'field:15',0,1,' files resumes resume202502091056 pdf '),
(21450,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping volunteer opportunities '),
(21450,'field:17',0,1,' i am an reliable person who is willing to work and try out new experiences '),
(21450,'field:20',0,1,' https ccmultimed com careers '),
(21450,'field:21',0,1,' careers ccmultimed com '),
(21450,'field:29',0,1,' complete care at multi medical center '),
(21450,'title',0,1,' 2026 01 29 11 57 07 '),
(21451,'alt',0,1,''),
(21451,'extension',0,1,' pdf '),
(21451,'filename',0,1,' resume202502091056 pdf '),
(21451,'kind',0,1,' pdf '),
(21451,'slug',0,1,''),
(21451,'title',0,1,' resume202502091056 '),
(21457,'slug',0,1,' lpn '),
(21457,'title',0,1,' lpn '),
(21458,'slug',0,1,' activities assistant '),
(21458,'title',0,1,' activities assistant '),
(21459,'slug',0,1,' admissions coordinator '),
(21459,'title',0,1,' admissions coordinator '),
(21460,'slug',0,1,' maintenance '),
(21460,'title',0,1,' maintenance '),
(21476,'slug',0,1,' evs associate '),
(21476,'title',0,1,' evs associate '),
(21477,'slug',0,1,' rn '),
(21477,'title',0,1,' lpn '),
(21478,'slug',0,1,' activities coordinator '),
(21478,'title',0,1,' activities coordinator '),
(21479,'slug',0,1,' admissions coordinator '),
(21479,'title',0,1,' admissions coordinator '),
(21480,'slug',0,1,' cna '),
(21480,'title',0,1,' cna '),
(21492,'slug',0,1,' cna '),
(21492,'title',0,1,' cna '),
(21493,'slug',0,1,' dietary cook '),
(21493,'title',0,1,' dietary cook '),
(21494,'slug',0,1,' recreation director '),
(21494,'title',0,1,' recreation director '),
(21495,'slug',0,1,' lpn '),
(21495,'title',0,1,' lpn '),
(21507,'slug',0,1,' admissions coordinator '),
(21507,'title',0,1,' admissions coordinator '),
(21517,'slug',0,1,' rn '),
(21517,'title',0,1,' rn '),
(21518,'slug',0,1,' recreation assistant '),
(21518,'title',0,1,' recreation assistant '),
(21519,'slug',0,1,' dietary aide '),
(21519,'title',0,1,' dietary aide '),
(21531,'slug',0,1,' dietary chef '),
(21531,'title',0,1,' dietary chef '),
(21532,'slug',0,1,' dietary aide '),
(21532,'title',0,1,' dietary aide '),
(21533,'slug',0,1,' lpn '),
(21533,'title',0,1,' lpn '),
(21534,'slug',0,1,' cna '),
(21534,'title',0,1,' cna '),
(21535,'slug',0,1,' recreation assistant '),
(21535,'title',0,1,' recreation assistant '),
(21549,'slug',0,1,' cna '),
(21549,'title',0,1,' cna '),
(21550,'slug',0,1,' dietary aide '),
(21550,'title',0,1,' dietary aide '),
(21551,'slug',0,1,' admissions coordinator '),
(21551,'title',0,1,' admissions coordinator '),
(21552,'slug',0,1,' dietary aide '),
(21552,'title',0,1,' dietary aide '),
(21553,'slug',0,1,' lpn '),
(21553,'title',0,1,' lpn '),
(21568,'field:12',0,1,' paulette etienne '),
(21568,'field:13',0,1,' petienne52 gmail com '),
(21568,'field:14',0,1,' 19738425629 '),
(21568,'field:15',0,1,' files resumes screenshot 2025 08 19 at 1 22 09 pm pdf '),
(21568,'field:16',0,1,' activities recreation dietary food service nursing '),
(21568,'field:17',0,1,' i have 18 years experience cooking taking care of seniors '),
(21568,'field:20',0,1,' https ccorangepark com careers '),
(21568,'field:21',0,1,' careers ccorangepark com '),
(21568,'field:29',0,1,' complete care at orange park '),
(21568,'title',0,1,' 2026 01 29 12 44 37 '),
(21569,'alt',0,1,''),
(21569,'extension',0,1,' pdf '),
(21569,'filename',0,1,' screenshot 2025 08 19 at 1 22 09 pm pdf '),
(21569,'kind',0,1,' pdf '),
(21569,'slug',0,1,''),
(21569,'title',0,1,' screenshot 2025 08 19 at 1 22 09 pm '),
(21571,'slug',0,1,' hr '),
(21571,'title',0,1,' hr '),
(21572,'slug',0,1,' cna '),
(21572,'title',0,1,' cna '),
(21573,'slug',0,1,' dietary aide '),
(21573,'title',0,1,' dietary aide '),
(21574,'slug',0,1,' admissions coordinator '),
(21574,'title',0,1,' admissions coordinator '),
(21575,'slug',0,1,' lpn '),
(21575,'title',0,1,' lpn '),
(21588,'slug',0,1,' cna '),
(21588,'title',0,1,' cna '),
(21589,'slug',0,1,' maintenance '),
(21589,'title',0,1,' maintenance '),
(21590,'slug',0,1,' dietary cook '),
(21590,'title',0,1,' dietary cook '),
(21601,'slug',0,1,' cna '),
(21601,'title',0,1,' cna '),
(21602,'slug',0,1,' lpn '),
(21602,'title',0,1,' lpn '),
(21603,'slug',0,1,' activities coordinator '),
(21603,'title',0,1,' activities coordinator '),
(21629,'field:10',0,1,' hi i am local and provide service in englewood for others in the community i was hoping i could come by and offer a complimentary cleaning bid i can also do so over email thank you in advance for your response with best sonia lewis business development rep truesparckle cleaner sonia truesparklecleaner com respond with stop to optout '),
(21629,'field:18',0,1,' https mycompletecare com contact '),
(21629,'field:19',0,1,' cfleming completecaremgmt com '),
(21629,'field:28',0,1,' complete care at dawnview '),
(21629,'field:6',0,1,' sonia lewis '),
(21629,'field:7',0,1,' sonia truesparklecleaner com '),
(21629,'field:8',0,1,' truesparkle cleaner '),
(21629,'field:9',0,1,' general inquiry '),
(21629,'title',0,1,' 2026 01 29 13 21 55 '),
(21639,'slug',0,1,' lpn '),
(21639,'title',0,1,' lpn '),
(21640,'slug',0,1,' cna '),
(21640,'title',0,1,' cna '),
(21641,'slug',0,1,' admissions coordinator '),
(21641,'title',0,1,' admissions coordinator '),
(21642,'slug',0,1,' business office manager '),
(21642,'title',0,1,' business office manager '),
(21653,'field:10',0,1,' hi there i am looking for a cna trainee role in which i could work and train for cna at the same time please advise if there are any such opportunities now or in near future thank you '),
(21653,'field:18',0,1,' https mycompletecare com contact '),
(21653,'field:19',0,1,' cfleming completecaremgmt com '),
(21653,'field:28',0,1,''),
(21653,'field:6',0,1,' mala katuwal '),
(21653,'field:7',0,1,' mala katuwal2 gmail com '),
(21653,'field:8',0,1,''),
(21653,'field:9',0,1,' general inquiry '),
(21653,'title',0,1,' 2026 01 29 14 19 23 '),
(21658,'slug',0,1,' dietary aide '),
(21658,'title',0,1,' dietary aide '),
(21659,'slug',0,1,' recreation assistant '),
(21659,'title',0,1,' recreation assistant '),
(21660,'slug',0,1,' lpn '),
(21660,'title',0,1,' lpn '),
(21675,'slug',0,1,' recreation assistant '),
(21675,'title',0,1,' recreation assistant '),
(21676,'slug',0,1,' cna '),
(21676,'title',0,1,' cna '),
(21677,'slug',0,1,' dietitian '),
(21677,'title',0,1,' dietitian '),
(21678,'slug',0,1,' cna '),
(21678,'title',0,1,' rn '),
(21694,'slug',0,1,' lpn complete care '),
(21694,'title',0,1,' lpn '),
(21695,'slug',0,1,' maintenance complete care '),
(21695,'title',0,1,' director of maintenance '),
(21696,'slug',0,1,' rn '),
(21696,'title',0,1,' rn '),
(21697,'slug',0,1,' lpn '),
(21697,'title',0,1,' lpn '),
(21709,'slug',0,1,' pt complete care '),
(21709,'title',0,1,' pt '),
(21710,'slug',0,1,' rn '),
(21710,'title',0,1,' rn '),
(21711,'slug',0,1,' director of maintenance '),
(21711,'title',0,1,' director of maintenance '),
(21712,'slug',0,1,' lpn '),
(21712,'title',0,1,' lpn '),
(21722,'field:10',0,1,' hi i was wondering if you guys are hiring for receptionist activity assistant or caregiver i dont have any certifications but open to taking any kind of training i am really interested in working with you guys i am cpr certified and medicine administration '),
(21722,'field:18',0,1,' https mycompletecare com contact '),
(21722,'field:19',0,1,' cfleming completecaremgmt com '),
(21722,'field:28',0,1,' complete care at annapolis '),
(21722,'field:6',0,1,' makenna stinson '),
(21722,'field:7',0,1,' makennastinson86 gmail com '),
(21722,'field:8',0,1,' complete care '),
(21722,'field:9',0,1,' careers '),
(21722,'title',0,1,' 2026 01 29 14 58 31 '),
(21725,'slug',0,1,' maintenance technician '),
(21725,'title',0,1,' maintenance technician '),
(21726,'slug',0,1,' social services '),
(21726,'title',0,1,' social services '),
(21727,'slug',0,1,' recreation director '),
(21727,'title',0,1,' recreation director '),
(21728,'slug',0,1,' social services '),
(21728,'title',0,1,' social services '),
(21741,'slug',0,1,' manager complete care '),
(21741,'title',0,1,' unit manager '),
(21742,'slug',0,1,' rn '),
(21742,'title',0,1,' rn '),
(21743,'slug',0,1,' recreation assistant '),
(21743,'title',0,1,' recreation assistant '),
(21759,'slug',0,1,' cna complete care '),
(21759,'title',0,1,' cna '),
(21760,'slug',0,1,' rn '),
(21760,'title',0,1,' rn '),
(21761,'slug',0,1,' cna '),
(21761,'title',0,1,' cna '),
(21762,'slug',0,1,' mds coordinator '),
(21762,'title',0,1,' mds coordinator '),
(21763,'slug',0,1,' director of admissions '),
(21763,'title',0,1,' director of admissions '),
(21776,'slug',0,1,' recreation assistant '),
(21776,'title',0,1,' recreation assistant '),
(21777,'slug',0,1,' dietary aide '),
(21777,'title',0,1,' dietary aide '),
(21778,'slug',0,1,' rn '),
(21778,'title',0,1,' rn '),
(21792,'slug',0,1,' assitant don '),
(21792,'title',0,1,' assitant don '),
(21793,'slug',0,1,' recreation assistant '),
(21793,'title',0,1,' recreation assistant '),
(21794,'slug',0,1,' rn '),
(21794,'title',0,1,' rn '),
(21808,'slug',0,1,' lpn '),
(21808,'title',0,1,' lpn '),
(21809,'slug',0,1,' cna '),
(21809,'title',0,1,' cna '),
(21810,'slug',0,1,' lpn '),
(21810,'title',0,1,' lpn '),
(21811,'slug',0,1,' dietary aide '),
(21811,'title',0,1,' dietary aide '),
(21812,'slug',0,1,' activities assistant '),
(21812,'title',0,1,' activities assistant '),
(21835,'slug',0,1,' cna '),
(21835,'title',0,1,' cna '),
(21836,'slug',0,1,' rn '),
(21836,'title',0,1,' rn '),
(21837,'slug',0,1,' lpn '),
(21837,'title',0,1,' lpn '),
(21838,'slug',0,1,' recreation assistant '),
(21838,'title',0,1,' recreation assistant '),
(21839,'slug',0,1,' dietary aide '),
(21839,'title',0,1,' dietary aide '),
(21855,'slug',0,1,' recreation assistant '),
(21855,'title',0,1,' recreation assistant '),
(21856,'slug',0,1,' receptionist '),
(21856,'title',0,1,' receptionist '),
(21857,'slug',0,1,' lpn '),
(21857,'title',0,1,' lpn '),
(21864,'field:12',0,1,' matthew butera '),
(21864,'field:13',0,1,' hockeyplaya2005 comcast net '),
(21864,'field:14',0,1,' 9082786106 '),
(21864,'field:15',0,1,''),
(21864,'field:16',0,1,' activities recreation administrative business office admissions marketing hr staffing maintenance housekeeping recruitment '),
(21864,'field:17',0,1,' open '),
(21864,'field:20',0,1,' https mycompletecare com careers '),
(21864,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(21864,'field:29',0,1,''),
(21864,'title',0,1,' 2026 01 29 17 01 10 '),
(21866,'field:12',0,1,' matthew butera '),
(21866,'field:13',0,1,' hockeyplaya2005 comcast net '),
(21866,'field:14',0,1,' 19082786106 '),
(21866,'field:15',0,1,' files resumes resume 2026 01 29 220212 yvwo pdf '),
(21866,'field:16',0,1,' activities recreation administrative business office admissions marketing hr staffing maintenance housekeeping recruitment '),
(21866,'field:17',0,1,' na '),
(21866,'field:20',0,1,' https mycompletecare com careers '),
(21866,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(21866,'field:29',0,1,' complete care at arbors '),
(21866,'title',0,1,' 2026 01 29 17 02 12 '),
(21867,'alt',0,1,''),
(21867,'extension',0,1,' pdf '),
(21867,'filename',0,1,' resume 2026 01 29 220212 yvwo pdf '),
(21867,'kind',0,1,' pdf '),
(21867,'slug',0,1,''),
(21867,'title',0,1,' resume '),
(21876,'field:1',0,1,' nicole olsen '),
(21876,'field:2',0,1,' nicoleolsen03 gmail com '),
(21876,'field:22',0,1,' https mycompletecare com volunteer '),
(21876,'field:23',0,1,' volunteer completecaremgmt com '),
(21876,'field:3',0,1,' 8606172920 '),
(21876,'field:4',0,1,' complete care at fox hill '),
(21876,'field:5',0,1,' i am a senior in college majoring in economics after i graduate in may i am hoping to start nursing shool shortly after i would love to volunteer to be in a healthcare setting and enhance my skills in any way that could help the facility and or the residents '),
(21876,'title',0,1,' 2026 01 29 19 06 24 '),
(21877,'field:1',0,1,' isaiah hoes '),
(21877,'field:2',0,1,' mrswhoes icloud com '),
(21877,'field:22',0,1,' https mycompletecare com volunteer '),
(21877,'field:23',0,1,' volunteer completecaremgmt com '),
(21877,'field:3',0,1,' 3019924130 '),
(21877,'field:4',0,1,' complete care at hagerstown '),
(21877,'field:5',0,1,' my son is 17 and wants to volunteer '),
(21877,'title',0,1,' 2026 01 29 19 48 28 '),
(21882,'field:1',0,1,' gabriela solano '),
(21882,'field:2',0,1,' glsola41 gmail com '),
(21882,'field:22',0,1,' https mycompletecare com volunteer '),
(21882,'field:23',0,1,' volunteer completecaremgmt com '),
(21882,'field:3',0,1,' 7327130941 '),
(21882,'field:4',0,1,' complete care at woodlands '),
(21882,'field:5',0,1,' i am a high school junior interested in helping others '),
(21882,'title',0,1,' 2026 01 29 20 23 22 '),
(21959,'field:12',0,1,' maryann tooley '),
(21959,'field:13',0,1,' dejastar1 hotmail com '),
(21959,'field:14',0,1,' 6098271107 '),
(21959,'field:15',0,1,''),
(21959,'field:16',0,1,' nursing '),
(21959,'field:17',0,1,' lpn '),
(21959,'field:20',0,1,' https ccvictoriacommons com careers '),
(21959,'field:21',0,1,' careers ccvictoriacommons com '),
(21959,'field:29',0,1,' complete care at victoria commons '),
(21959,'title',0,1,' 2026 01 29 22 56 55 '),
(22160,'field:10',0,1,' hello i would like to share a few suggestions for your website no cost and no obligation just an opportunity to review how we can improve your website and leads increase organic traffic and boost your ranking visibility would it be okay to send you the suggestions i have in mind thank you in advance eloise lane '),
(22160,'field:18',0,1,' https mycompletecare com contact '),
(22160,'field:19',0,1,' cfleming completecaremgmt com '),
(22160,'field:28',0,1,' complete care at clark '),
(22160,'field:6',0,1,' eloise lane '),
(22160,'field:7',0,1,' eloiselanemkt gmail com '),
(22160,'field:8',0,1,''),
(22160,'field:9',0,1,' resident family support '),
(22160,'title',0,1,' 2026 01 30 06 08 46 '),
(22161,'field:10',0,1,' hello i would like to share a few suggestions for your website no cost and no obligation just an opportunity to review how we can improve your website and leads increase organic traffic and boost your ranking visibility would it be okay to send you the suggestions i have in mind thank you in advance eloise lane '),
(22161,'field:18',0,1,' https mycompletecare com contact '),
(22161,'field:19',0,1,' cfleming completecaremgmt com '),
(22161,'field:28',0,1,' complete care at clark '),
(22161,'field:6',0,1,' eloise lane '),
(22161,'field:7',0,1,' eloiselanemkt gmail com '),
(22161,'field:8',0,1,''),
(22161,'field:9',0,1,' careers '),
(22161,'title',0,1,' 2026 01 30 06 08 59 '),
(22173,'field:10',0,1,' hello my name is kaitlyn cisternino im emailing to see if you have a resident named catherine cisternino she may sometimes go by her maiden name hepburn i dont have her exact date of birth but my father her son was born in 1971 im a family member and am trying to locate her could you please check if shes currently a resident if you cant share details can you let me know who i should speak with or what steps i need to take to verify her status '),
(22173,'field:18',0,1,' https mycompletecare com contact '),
(22173,'field:19',0,1,' cfleming completecaremgmt com '),
(22173,'field:28',0,1,' complete care at whispering woods '),
(22173,'field:6',0,1,' kaitlyn cisternino '),
(22173,'field:7',0,1,' kmc64562 gmail com '),
(22173,'field:8',0,1,''),
(22173,'field:9',0,1,' resident family support '),
(22173,'title',0,1,' 2026 01 30 08 40 13 '),
(22202,'field:10',0,1,' hello i am looking for the direct supervisor of regional assistant karen culp if you could please call me at 414 617 3031 i would appreciate it thanks '),
(22202,'field:18',0,1,' https mycompletecare com contact '),
(22202,'field:19',0,1,' cfleming completecaremgmt com '),
(22202,'field:28',0,1,' complete care at care age '),
(22202,'field:6',0,1,' liz haeger '),
(22202,'field:7',0,1,' elizabeth haeger optum com '),
(22202,'field:8',0,1,' optum '),
(22202,'field:9',0,1,' other '),
(22202,'title',0,1,' 2026 01 30 09 12 31 '),
(22251,'field:10',0,1,' i am my brother in law thomas kelnhofers medical poa and after a heart valve surgery in december that instead of helping with his quality of life has exacerbated his memory issues and instead of leaving the hospital as we entered with the use of a walker hes now needing a heuer life assist to get into a wheelchair he has been at aria at mitchell manor in west allis getting rehab i believe that he got rehab at your facility a few years ago after a knee replacement and was happy with his stay ive been concerned about his care at aria and would like to move him i understand that the aria social worker has been in touch with you and requested that he be considered for any openings she let me know that he has not been making a lot of progress and may soon need skilled nursing care neither i nor tom want him to remain there and i am wondering who i can speak with about any possible openings at your facility tom has long term health insurance that should cover most of the cost and has enough assets to cover anything else my number is 414 232 0852 and my email is kierzek sara gmail com i would appreciate if someone could get in touch with me thank you '),
(22251,'field:18',0,1,' https mycompletecare com contact '),
(22251,'field:19',0,1,' cfleming completecaremgmt com '),
(22251,'field:28',0,1,' complete care at hales corners '),
(22251,'field:6',0,1,' sara kierzek '),
(22251,'field:7',0,1,' kierzek sara gmail com '),
(22251,'field:8',0,1,''),
(22251,'field:9',0,1,' general inquiry '),
(22251,'title',0,1,' 2026 01 30 10 48 07 '),
(22253,'alt',0,1,''),
(22253,'extension',0,1,' png '),
(22253,'filename',0,1,' jazlyn zafra resume png '),
(22253,'kind',0,1,' image '),
(22253,'slug',0,1,''),
(22253,'title',0,1,' jazlyn zafra resume '),
(22254,'field:12',0,1,' jazlyn zafra '),
(22254,'field:13',0,1,' zafrajazlyn gmail com '),
(22254,'field:14',0,1,' 973 510 4783 '),
(22254,'field:15',0,1,' files resumes jazlyn zafra resume 2026 01 30 160902 dhvs png '),
(22254,'field:16',0,1,' activities recreation '),
(22254,'field:17',0,1,' to whom it may concern i am excited to apply for a position at complete care at hamilton plaza i would like to be considered for a part time recreation aide position i am eager to contribute to your team and help create meaningful experiences for your residents as stated in my resume i am currently a high school senior a lifeguard and a soldier in the army national guard these roles have helped me develop valuable skills of teamwork communication and following procedures i have learned the importance of reliability and attention to detail while remaining calm under pressure these are qualities that i believe are essential when supporting and interacting with residents in a care setting i am enthusiastic quick to learn and dedicated to making a positive impact on others lives i would love the opportunity to discuss how my skills and dedication could benefit your team and your residents you can reach me at 973 510 4783 or via email at zafrajazlyn gmail com thank you for considering my application i look forward to the possibility of contributing to the caring and supportive community at complete care at hamilton plaza sincerely jazlyn zafra '),
(22254,'field:20',0,1,' https ccchestnuthill com careers '),
(22254,'field:21',0,1,' info ccchestnuthill com '),
(22254,'field:29',0,1,' complete care at chestnut hill '),
(22254,'title',0,1,' 2026 01 30 11 09 02 '),
(22255,'alt',0,1,''),
(22255,'extension',0,1,' png '),
(22255,'filename',0,1,' jazlyn zafra resume 2026 01 30 160902 dhvs png '),
(22255,'kind',0,1,' image '),
(22255,'slug',0,1,''),
(22255,'title',0,1,' jazlyn zafra resume '),
(22305,'field:10',0,1,' hi i am curious what your availability looks like for a veteran with dementia who needs memory care and a recent amputee who will need skilled nursing based on that i may want to schedule a tour looking forward to hearing from you '),
(22305,'field:18',0,1,' https completecarehillside com contact '),
(22305,'field:19',0,1,' info completecarehillside com '),
(22305,'field:28',0,1,' complete care at hillside '),
(22305,'field:6',0,1,' kayla howard '),
(22305,'field:7',0,1,' kaylahoward25 gmail com '),
(22305,'field:8',0,1,''),
(22305,'field:9',0,1,' general inquiry '),
(22305,'title',0,1,' 2026 01 30 12 03 48 '),
(22367,'field:1',0,1,' kesy ducasse '),
(22367,'field:2',0,1,' kesym9 gmail com '),
(22367,'field:22',0,1,' https mycompletecare com volunteer '),
(22367,'field:23',0,1,' volunteer completecaremgmt com '),
(22367,'field:3',0,1,' 2017244528 '),
(22367,'field:4',0,1,' complete care at harborage '),
(22367,'field:5',0,1,' hello my name is kesy and i am a nursing student at bergen community college i am reaching out to ask if your facility allows a one day student volunteer or observational visit for a school community service assignment if this is possible please let me know what steps i need to complete to apply and schedule a day and time thank you very much for your time and consideration i look forward to your response best regards kesy ducasse nursing student bergen community college 201 724 4528 '),
(22367,'title',0,1,' 2026 01 30 13 39 52 '),
(22374,'field:10',0,1,' good afternoon i am with s2verify llc and we are a background screening company i am trying to verify employment for an individual who can assist me with this thanks in advance for your assistance '),
(22374,'field:18',0,1,' https mycompletecare com contact '),
(22374,'field:19',0,1,' cfleming completecaremgmt com '),
(22374,'field:28',0,1,' complete care at arbors '),
(22374,'field:6',0,1,' tutsirai patricia makuvachuma '),
(22374,'field:7',0,1,' tmakuvachuma s2verify com '),
(22374,'field:8',0,1,' ss2verify '),
(22374,'field:9',0,1,' other '),
(22374,'title',0,1,' 2026 01 30 14 21 55 '),
(22375,'field:1',0,1,' melissa finnegan '),
(22375,'field:2',0,1,' mfinnegan holmdelschools org '),
(22375,'field:22',0,1,' https mycompletecare com volunteer '),
(22375,'field:23',0,1,' volunteer completecaremgmt com '),
(22375,'field:3',0,1,' 732 946 1808 '),
(22375,'field:4',0,1,' complete care at holmdel '),
(22375,'field:5',0,1,' good afternoon i work in the holmdel middle school and i am trying to find local opportunities for children looking to volunteer their time can you kindly share the age requirements for your volunteers my students are aged 11 14 thank you '),
(22375,'title',0,1,' 2026 01 30 14 23 57 '),
(22376,'field:12',0,1,' dawn sbriglia '),
(22376,'field:13',0,1,' dlsbriglia live com '),
(22376,'field:14',0,1,' 3026320497 '),
(22376,'field:15',0,1,' files resumes resume 126 pdf '),
(22376,'field:16',0,1,' nursing '),
(22376,'field:17',0,1,' hello i am looking for a pt or ft position as an mds coordinator thank you '),
(22376,'field:20',0,1,' https cccorsicahills com careers '),
(22376,'field:21',0,1,' careers cccorsicahills com '),
(22376,'field:29',0,1,' complete care at corsica hills '),
(22376,'title',0,1,' 2026 01 30 14 31 40 '),
(22377,'alt',0,1,''),
(22377,'extension',0,1,' pdf '),
(22377,'filename',0,1,' resume 126 pdf '),
(22377,'kind',0,1,' pdf '),
(22377,'slug',0,1,''),
(22377,'title',0,1,' resume 126 '),
(22384,'alt',0,1,''),
(22384,'extension',0,1,' jpg '),
(22384,'filename',0,1,' dsc 0803 edit 2026 01 30 195718 fqox jpg '),
(22384,'kind',0,1,' image '),
(22384,'slug',0,1,''),
(22384,'title',0,1,' bey lea snf '),
(22393,'field:1',0,1,' chennelle brown '),
(22393,'field:2',0,1,' cbrown148225 me bergen edu '),
(22393,'field:22',0,1,' https mycompletecare com volunteer '),
(22393,'field:23',0,1,' volunteer completecaremgmt com '),
(22393,'field:3',0,1,' 3477200985 '),
(22393,'field:4',0,1,' complete care at regent '),
(22393,'field:5',0,1,' good day i am a level 4 nursing student who is interested in doing my community service hours at your establishment '),
(22393,'title',0,1,' 2026 01 30 15 34 31 '),
(22396,'field:12',0,1,' destinee sissom '),
(22396,'field:13',0,1,' simmons destinee yahoo com '),
(22396,'field:14',0,1,' 6123820148 '),
(22396,'field:15',0,1,' files resumes updated resume pdf '),
(22396,'field:16',0,1,' nursing '),
(22396,'field:17',0,1,' n a '),
(22396,'field:20',0,1,' https ccmaplegrove com careers '),
(22396,'field:21',0,1,' careers ccmaplegrove com '),
(22396,'field:29',0,1,' complete care at maple grove '),
(22396,'title',0,1,' 2026 01 30 15 46 27 '),
(22397,'alt',0,1,''),
(22397,'extension',0,1,' pdf '),
(22397,'filename',0,1,' updated resume pdf '),
(22397,'kind',0,1,' pdf '),
(22397,'slug',0,1,''),
(22397,'title',0,1,' updated resume '),
(22406,'field:1',0,1,' lyla d matelan '),
(22406,'field:2',0,1,' lyla matelan gmail com '),
(22406,'field:22',0,1,' https mycompletecare com volunteer '),
(22406,'field:23',0,1,' volunteer completecaremgmt com '),
(22406,'field:3',0,1,' 16107309994 '),
(22406,'field:4',0,1,' complete care at lehigh '),
(22406,'field:5',0,1,' i am a high school junior at emmaus high school and a member of the national honor society my grandmother has lewy body dementia and ive been one of the family members closest to her as the disease progresses throughout this process ive seen how important connection and opportunities for conversation are and i would love to offer my time to work for chat with and get to know the seniors at your facility this would be a tremendously rewarding opportunity for me and it would not only benefit me for my national honors service requirements but it would also help me to decide whether or not a career working with seniors could be one i am interested in '),
(22406,'title',0,1,' 2026 01 30 17 01 25 '),
(22411,'field:12',0,1,' marsahra carrington '),
(22411,'field:13',0,1,' marsahra icloud com '),
(22411,'field:14',0,1,' 6085562365 '),
(22411,'field:15',0,1,' files resumes marsahra carrington resume pdf '),
(22411,'field:16',0,1,' nursing '),
(22411,'field:17',0,1,' very interested in a part time position thank you '),
(22411,'field:20',0,1,' https ccmaplegrove com careers '),
(22411,'field:21',0,1,' careers ccmaplegrove com '),
(22411,'field:29',0,1,' complete care at maple grove '),
(22411,'title',0,1,' 2026 01 30 17 32 18 '),
(22412,'alt',0,1,''),
(22412,'extension',0,1,' pdf '),
(22412,'filename',0,1,' marsahra carrington resume pdf '),
(22412,'kind',0,1,' pdf '),
(22412,'slug',0,1,''),
(22412,'title',0,1,' marsahra carrington resume '),
(22429,'field:12',0,1,' carolyn sterling '),
(22429,'field:13',0,1,' csterlingnj gmail com '),
(22429,'field:14',0,1,' 917 626 3380 '),
(22429,'field:15',0,1,''),
(22429,'field:16',0,1,' administrative business office admissions marketing '),
(22429,'field:17',0,1,' dear hiring manager i am writing to express my strong interest in the executive assistant position at your nursing home hospital facility with a solid background in administrative support office management and customer service combined with a deep respect for compassionate patient centered care i am confident in my ability to provide high level support to executive leadership in a healthcare environment throughout my career i have supported busy leaders in fast paced detail driven settings where discretion organization and clear communication were essential i am highly skilled in managing complex calendars coordinating meetings preparing correspondence and reports and serving as a reliable liaison between executives staff and external partners i take pride in anticipating needs prioritizing competing demands and ensuring daily operations run smoothly and efficiently what draws me particularly to a nursing home or hospital setting is the mission driven nature of the work i understand that healthcare leadership requires not only strong administrative support but also empathy professionalism and sensitivity when working with staff residents patients and families my experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity patience and clear communication in healthcare environments i am known for being trustworthy calm under pressure and highly detail oriented i handle confidential information with the utmost discretion and maintain a professional service oriented approach at all times i thrive in environments that require adaptability teamwork and a strong sense of responsibility i would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility thank you for your time and consideration i look forward to the opportunity to discuss how my experience aligns with your needs sincerely carolyn sterling '),
(22429,'field:20',0,1,' https mycompletecare com careers '),
(22429,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22429,'field:29',0,1,''),
(22429,'title',0,1,' 2026 01 30 19 13 12 '),
(22432,'field:12',0,1,' ana luisa gauz '),
(22432,'field:13',0,1,' analuisa gauz eastern edu '),
(22432,'field:14',0,1,' 856 905 9363 '),
(22432,'field:15',0,1,' files resumes ana gauz resume pdf '),
(22432,'field:16',0,1,' social services '),
(22432,'field:17',0,1,' i am currently attending eastern universitys msw program which requires an internship starting in may i am writing to inquire whether complete care offers internship opportunities and if so to express my interest in applying i am changing careers and my previous experience and accomplishments can be accessed in my linkedin account https www linkedin com in anagauz thank you very much '),
(22432,'field:20',0,1,' https cckressonview com careers '),
(22432,'field:21',0,1,' careers cckressonview com '),
(22432,'field:29',0,1,' complete care at kresson view '),
(22432,'title',0,1,' 2026 01 30 19 13 44 '),
(22433,'alt',0,1,''),
(22433,'extension',0,1,' pdf '),
(22433,'filename',0,1,' ana gauz resume pdf '),
(22433,'kind',0,1,' pdf '),
(22433,'slug',0,1,''),
(22433,'title',0,1,' ana gauz resume '),
(22434,'field:12',0,1,' carolyn sterling '),
(22434,'field:13',0,1,' csterlingnj gmail com '),
(22434,'field:14',0,1,' 917 626 3380 '),
(22434,'field:15',0,1,' files resumes 26 carolyn sterling resume pdf 2026 01 31 001805 nmda pdf '),
(22434,'field:16',0,1,' administrative business office hr staffing '),
(22434,'field:17',0,1,' dear hiring manager i am writing to express my strong interest in the executive assistant position at your nursing home hospital facility with a solid background in administrative support office management and customer service combined with a deep respect for compassionate patient centered care i am confident in my ability to provide high level support to executive leadership in a healthcare environment throughout my career i have supported busy leaders in fast paced detail driven settings where discretion organization and clear communication were essential i am highly skilled in managing complex calendars coordinating meetings preparing correspondence and reports and serving as a reliable liaison between executives staff and external partners i take pride in anticipating needs prioritizing competing demands and ensuring daily operations run smoothly and efficiently what draws me particularly to a nursing home or hospital setting is the mission driven nature of the work i understand that healthcare leadership requires not only strong administrative support but also empathy professionalism and sensitivity when working with staff residents patients and families my experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity patience and clear communication in healthcare environments i am known for being trustworthy calm under pressure and highly detail oriented i handle confidential information with the utmost discretion and maintain a professional service oriented approach at all times i thrive in environments that require adaptability teamwork and a strong sense of responsibility i would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility thank you for your time and consideration i look forward to the opportunity to discuss how my experience aligns with your needs sincerely carolyn sterling '),
(22434,'field:20',0,1,' https mycompletecare com careers '),
(22434,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22434,'field:29',0,1,' complete care at brick '),
(22434,'title',0,1,' 2026 01 30 19 18 05 '),
(22435,'alt',0,1,''),
(22435,'extension',0,1,' pdf '),
(22435,'filename',0,1,' 26 carolyn sterling resume pdf 2026 01 31 001805 nmda pdf '),
(22435,'kind',0,1,' pdf '),
(22435,'slug',0,1,''),
(22435,'title',0,1,' 26 carolyn sterling resume pdf '),
(22437,'alt',0,1,''),
(22437,'extension',0,1,' pdf '),
(22437,'filename',0,1,' jemariz zamora resume docx pdf '),
(22437,'kind',0,1,' pdf '),
(22437,'slug',0,1,''),
(22437,'title',0,1,' jemariz zamora resume docx '),
(22438,'field:12',0,1,' carolyn sterling '),
(22438,'field:13',0,1,' csterlingnj gmail com '),
(22438,'field:14',0,1,' 917 626 3380 '),
(22438,'field:15',0,1,''),
(22438,'field:16',0,1,' administrative business office admissions marketing '),
(22438,'field:17',0,1,' dear hiring manager i am writing to express my strong interest in the executive assistant position at your nursing home hospital facility with a solid background in administrative support office management and customer service combined with a deep respect for compassionate patient centered care i am confident in my ability to provide high level support to executive leadership in a healthcare environment throughout my career i have supported busy leaders in fast paced detail driven settings where discretion organization and clear communication were essential i am highly skilled in managing complex calendars coordinating meetings preparing correspondence and reports and serving as a reliable liaison between executives staff and external partners i take pride in anticipating needs prioritizing competing demands and ensuring daily operations run smoothly and efficiently what draws me particularly to a nursing home or hospital setting is the mission driven nature of the work i understand that healthcare leadership requires not only strong administrative support but also empathy professionalism and sensitivity when working with staff residents patients and families my experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity patience and clear communication in healthcare environments i am known for being trustworthy calm under pressure and highly detail oriented i handle confidential information with the utmost discretion and maintain a professional service oriented approach at all times i thrive in environments that require adaptability teamwork and a strong sense of responsibility i would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility thank you for your time and consideration i look forward to the opportunity to discuss how my experience aligns with your needs sincerely carolyn sterling '),
(22438,'field:20',0,1,' https mycompletecare com careers '),
(22438,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22438,'field:29',0,1,' complete care at arbors '),
(22438,'title',0,1,' 2026 01 30 19 27 25 '),
(22440,'field:12',0,1,' carolyn sterling '),
(22440,'field:13',0,1,' csterlingnj gmail com '),
(22440,'field:14',0,1,' 917 626 3380 '),
(22440,'field:15',0,1,''),
(22440,'field:16',0,1,' administrative business office admissions marketing '),
(22440,'field:17',0,1,' dear hiring manager i am writing to express my strong interest in the executive assistant position at your nursing home hospital facility with a solid background in administrative support office management and customer service combined with a deep respect for compassionate patient centered care i am confident in my ability to provide high level support to executive leadership in a healthcare environment throughout my career i have supported busy leaders in fast paced detail driven settings where discretion organization and clear communication were essential i am highly skilled in managing complex calendars coordinating meetings preparing correspondence and reports and serving as a reliable liaison between executives staff and external partners i take pride in anticipating needs prioritizing competing demands and ensuring daily operations run smoothly and efficiently what draws me particularly to a nursing home or hospital setting is the mission driven nature of the work i understand that healthcare leadership requires not only strong administrative support but also empathy professionalism and sensitivity when working with staff residents patients and families my experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity patience and clear communication in healthcare environments i am known for being trustworthy calm under pressure and highly detail oriented i handle confidential information with the utmost discretion and maintain a professional service oriented approach at all times i thrive in environments that require adaptability teamwork and a strong sense of responsibility i would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility thank you for your time and consideration i look forward to the opportunity to discuss how my experience aligns with your needs sincerely carolyn sterling '),
(22440,'field:20',0,1,' https mycompletecare com careers '),
(22440,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22440,'field:29',0,1,' complete care at holiday city '),
(22440,'title',0,1,' 2026 01 30 19 28 45 '),
(22442,'field:12',0,1,' carolyn sterling '),
(22442,'field:13',0,1,' csterlingnj gmail com '),
(22442,'field:14',0,1,' 917 626 3380 '),
(22442,'field:15',0,1,''),
(22442,'field:16',0,1,' administrative business office admissions marketing '),
(22442,'field:17',0,1,' dear hiring manager i am writing to express my strong interest in the executive assistant position at your nursing home hospital facility with a solid background in administrative support office management and customer service combined with a deep respect for compassionate patient centered care i am confident in my ability to provide high level support to executive leadership in a healthcare environment throughout my career i have supported busy leaders in fast paced detail driven settings where discretion organization and clear communication were essential i am highly skilled in managing complex calendars coordinating meetings preparing correspondence and reports and serving as a reliable liaison between executives staff and external partners i take pride in anticipating needs prioritizing competing demands and ensuring daily operations run smoothly and efficiently what draws me particularly to a nursing home or hospital setting is the mission driven nature of the work i understand that healthcare leadership requires not only strong administrative support but also empathy professionalism and sensitivity when working with staff residents patients and families my experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity patience and clear communication in healthcare environments i am known for being trustworthy calm under pressure and highly detail oriented i handle confidential information with the utmost discretion and maintain a professional service oriented approach at all times i thrive in environments that require adaptability teamwork and a strong sense of responsibility i would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility thank you for your time and consideration i look forward to the opportunity to discuss how my experience aligns with your needs sincerely carolyn sterling '),
(22442,'field:20',0,1,' https mycompletecare com careers '),
(22442,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22442,'field:29',0,1,' complete care at green acres '),
(22442,'title',0,1,' 2026 01 30 19 29 49 '),
(22444,'field:12',0,1,' carolyn stering '),
(22444,'field:13',0,1,' csterlingnj gmail com '),
(22444,'field:14',0,1,' 917 626 3380 '),
(22444,'field:15',0,1,''),
(22444,'field:16',0,1,' administrative business office admissions marketing '),
(22444,'field:17',0,1,' dear hiring manager i am writing to express my strong interest in the executive assistant position at your nursing home hospital facility with a solid background in administrative support office management and customer service combined with a deep respect for compassionate patient centered care i am confident in my ability to provide high level support to executive leadership in a healthcare environment throughout my career i have supported busy leaders in fast paced detail driven settings where discretion organization and clear communication were essential i am highly skilled in managing complex calendars coordinating meetings preparing correspondence and reports and serving as a reliable liaison between executives staff and external partners i take pride in anticipating needs prioritizing competing demands and ensuring daily operations run smoothly and efficiently what draws me particularly to a nursing home or hospital setting is the mission driven nature of the work i understand that healthcare leadership requires not only strong administrative support but also empathy professionalism and sensitivity when working with staff residents patients and families my experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity patience and clear communication in healthcare environments i am known for being trustworthy calm under pressure and highly detail oriented i handle confidential information with the utmost discretion and maintain a professional service oriented approach at all times i thrive in environments that require adaptability teamwork and a strong sense of responsibility i would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility thank you for your time and consideration i look forward to the opportunity to discuss how my experience aligns with your needs sincerely carolyn sterling '),
(22444,'field:20',0,1,' https mycompletecare com careers '),
(22444,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22444,'field:29',0,1,' complete care at bey lea '),
(22444,'title',0,1,' 2026 01 30 19 30 49 '),
(22445,'field:12',0,1,' carolyn sterling '),
(22445,'field:13',0,1,' csterlingnj gmail com '),
(22445,'field:14',0,1,' 917 626 3380 '),
(22445,'field:15',0,1,''),
(22445,'field:16',0,1,' administrative business office admissions marketing '),
(22445,'field:17',0,1,' dear hiring manager i am writing to express my strong interest in the executive assistant position at your nursing home hospital facility with a solid background in administrative support office management and customer service combined with a deep respect for compassionate patient centered care i am confident in my ability to provide high level support to executive leadership in a healthcare environment throughout my career i have supported busy leaders in fast paced detail driven settings where discretion organization and clear communication were essential i am highly skilled in managing complex calendars coordinating meetings preparing correspondence and reports and serving as a reliable liaison between executives staff and external partners i take pride in anticipating needs prioritizing competing demands and ensuring daily operations run smoothly and efficiently what draws me particularly to a nursing home or hospital setting is the mission driven nature of the work i understand that healthcare leadership requires not only strong administrative support but also empathy professionalism and sensitivity when working with staff residents patients and families my experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity patience and clear communication in healthcare environments i am known for being trustworthy calm under pressure and highly detail oriented i handle confidential information with the utmost discretion and maintain a professional service oriented approach at all times i thrive in environments that require adaptability teamwork and a strong sense of responsibility i would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility thank you for your time and consideration i look forward to the opportunity to discuss how my experience aligns with your needs sincerely carolyn sterling '),
(22445,'field:20',0,1,' https mycompletecare com careers '),
(22445,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22445,'field:29',0,1,' complete care at bey lea '),
(22445,'title',0,1,' 2026 01 30 19 31 42 '),
(22447,'field:12',0,1,' carolyn sterling '),
(22447,'field:13',0,1,' csterlingnj gmail com '),
(22447,'field:14',0,1,' 917 626 3380 '),
(22447,'field:15',0,1,''),
(22447,'field:16',0,1,' activities recreation administrative business office admissions marketing '),
(22447,'field:17',0,1,' dear hiring manager i am writing to express my strong interest in the executive assistant position at your nursing home hospital facility with a solid background in administrative support office management and customer service combined with a deep respect for compassionate patient centered care i am confident in my ability to provide high level support to executive leadership in a healthcare environment throughout my career i have supported busy leaders in fast paced detail driven settings where discretion organization and clear communication were essential i am highly skilled in managing complex calendars coordinating meetings preparing correspondence and reports and serving as a reliable liaison between executives staff and external partners i take pride in anticipating needs prioritizing competing demands and ensuring daily operations run smoothly and efficiently what draws me particularly to a nursing home or hospital setting is the mission driven nature of the work i understand that healthcare leadership requires not only strong administrative support but also empathy professionalism and sensitivity when working with staff residents patients and families my experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity patience and clear communication in healthcare environments i am known for being trustworthy calm under pressure and highly detail oriented i handle confidential information with the utmost discretion and maintain a professional service oriented approach at all times i thrive in environments that require adaptability teamwork and a strong sense of responsibility i would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility thank you for your time and consideration i look forward to the opportunity to discuss how my experience aligns with your needs sincerely carolyn sterling '),
(22447,'field:20',0,1,' https mycompletecare com careers '),
(22447,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22447,'field:29',0,1,' complete care at shorrock gardens '),
(22447,'title',0,1,' 2026 01 30 19 32 46 '),
(22449,'field:12',0,1,' carolyn sterling '),
(22449,'field:13',0,1,' csterlingnj gmail com '),
(22449,'field:14',0,1,' 917 626 3380 '),
(22449,'field:15',0,1,' files resumes 26 carolyn sterling resume pdf 2026 01 31 003336 wldk pdf '),
(22449,'field:16',0,1,' activities recreation administrative business office admissions marketing '),
(22449,'field:17',0,1,' dear hiring manager i am writing to express my strong interest in the executive assistant position at your nursing home hospital facility with a solid background in administrative support office management and customer service combined with a deep respect for compassionate patient centered care i am confident in my ability to provide high level support to executive leadership in a healthcare environment throughout my career i have supported busy leaders in fast paced detail driven settings where discretion organization and clear communication were essential i am highly skilled in managing complex calendars coordinating meetings preparing correspondence and reports and serving as a reliable liaison between executives staff and external partners i take pride in anticipating needs prioritizing competing demands and ensuring daily operations run smoothly and efficiently what draws me particularly to a nursing home or hospital setting is the mission driven nature of the work i understand that healthcare leadership requires not only strong administrative support but also empathy professionalism and sensitivity when working with staff residents patients and families my experience as a caregiver to a family member has given me a personal appreciation for the importance of dignity patience and clear communication in healthcare environments i am known for being trustworthy calm under pressure and highly detail oriented i handle confidential information with the utmost discretion and maintain a professional service oriented approach at all times i thrive in environments that require adaptability teamwork and a strong sense of responsibility i would welcome the opportunity to contribute my skills and dedication to your leadership team and support the important work being done at your facility thank you for your time and consideration i look forward to the opportunity to discuss how my experience aligns with your needs sincerely carolyn sterling '),
(22449,'field:20',0,1,' https mycompletecare com careers '),
(22449,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22449,'field:29',0,1,' complete care at laurelton '),
(22449,'title',0,1,' 2026 01 30 19 33 36 '),
(22450,'alt',0,1,''),
(22450,'extension',0,1,' pdf '),
(22450,'filename',0,1,' 26 carolyn sterling resume pdf 2026 01 31 003336 wldk pdf '),
(22450,'kind',0,1,' pdf '),
(22450,'slug',0,1,''),
(22450,'title',0,1,' 26 carolyn sterling resume pdf '),
(22455,'field:10',0,1,' i am looking for a long term solution for my 85 year old father '),
(22455,'field:18',0,1,' https ccmargatepark com contact '),
(22455,'field:19',0,1,' info ccmargatepark com '),
(22455,'field:28',0,1,' complete care at margate park '),
(22455,'field:6',0,1,' daniel edelstein '),
(22455,'field:7',0,1,' dnedelstein gmail com '),
(22455,'field:8',0,1,''),
(22455,'field:9',0,1,' general inquiry '),
(22455,'title',0,1,' 2026 01 30 20 20 44 '),
(22795,'field:12',0,1,' mackenzie corbitt '),
(22795,'field:13',0,1,' corbitt uwm edu '),
(22795,'field:14',0,1,' 4147022371 '),
(22795,'field:15',0,1,' files resumes mackenzie corbitt pdf '),
(22795,'field:16',0,1,' nursing '),
(22795,'field:17',0,1,' willing to consider glendale or greenfield '),
(22795,'field:20',0,1,' https mycompletecare com careers '),
(22795,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22795,'field:29',0,1,' complete care at glendale '),
(22795,'title',0,1,' 2026 01 31 09 57 10 '),
(22796,'alt',0,1,''),
(22796,'extension',0,1,' pdf '),
(22796,'filename',0,1,' mackenzie corbitt pdf '),
(22796,'kind',0,1,' pdf '),
(22796,'slug',0,1,''),
(22796,'title',0,1,' mackenzie corbitt '),
(22803,'field:1',0,1,' nayeli '),
(22803,'field:2',0,1,' nayelyvera130 gmail com '),
(22803,'field:22',0,1,' https mycompletecare com volunteer '),
(22803,'field:23',0,1,' volunteer completecaremgmt com '),
(22803,'field:3',0,1,' 7327615703 '),
(22803,'field:4',0,1,' complete care at shorrock gardens '),
(22803,'field:5',0,1,' i would like to volunteer because i love to help others and make a positive impact i love to learn new things and connect with others who share a passion for helping out '),
(22803,'title',0,1,' 2026 01 31 11 08 40 '),
(22805,'field:10',0,1,' looking for short term rehabilitation for my grandfather looking to tour with my mother we want to him to discharge home '),
(22805,'field:18',0,1,' https ccharstonhall com contact '),
(22805,'field:19',0,1,' info ccharstonhall com '),
(22805,'field:28',0,1,' complete care at harston hall '),
(22805,'field:6',0,1,' devin sykes '),
(22805,'field:7',0,1,' devinsykes8888 gmail com '),
(22805,'field:8',0,1,' na '),
(22805,'field:9',0,1,' resident family support '),
(22805,'title',0,1,' 2026 01 31 11 11 27 '),
(22858,'field:12',0,1,' abigail ashiley '),
(22858,'field:13',0,1,' ashileyabigail97 gmail com '),
(22858,'field:14',0,1,' 7734619152 '),
(22858,'field:15',0,1,' files resumes copy6 new cv pdf '),
(22858,'field:16',0,1,' nursing '),
(22858,'field:17',0,1,' i humbly apply for this position because i would like to join this family and add to the success of it i am willing and ready to expand my learning and gain more experience thank you '),
(22858,'field:20',0,1,' https ccmargatepark com careers '),
(22858,'field:21',0,1,' careers ccmargatepark com '),
(22858,'field:29',0,1,' complete care at margate park '),
(22858,'title',0,1,' 2026 01 31 12 38 41 '),
(22859,'alt',0,1,''),
(22859,'extension',0,1,' pdf '),
(22859,'filename',0,1,' copy6 new cv pdf '),
(22859,'kind',0,1,' pdf '),
(22859,'slug',0,1,''),
(22859,'title',0,1,' copy6 new cv '),
(22863,'field:12',0,1,' alanna taylynne ebanks bailey '),
(22863,'field:13',0,1,' a tayebanks gmail com '),
(22863,'field:14',0,1,' 19738140977 '),
(22863,'field:15',0,1,' files resumes resume ebanks 2026 2 1 pdf '),
(22863,'field:16',0,1,' hr staffing maintenance housekeeping nursing '),
(22863,'field:17',0,1,' dear hiring committee i am writing to express my strong interest in working at your company i am currently a nursing student some awareness patient safety and clinical data awareness this role strongly aligns with both my educational background and professional goals in addition to my nursing studies i have independently attempted for the pharmacy technician certification board pctb examination which has strengthened my understanding of pharmacology medication safety data accuracy and regulatory standards this preparation has provided me with prior exposure to concepts directly relevant to healthcare compliance i am highly motivated to contribute commitment to research excellence and patient safety this position would integrate well with my academic schedule while offering valuable hands on experience within the health and research sector i am particularly eager to develop my skills in data review documentation and safety monitoring in a professional academic environment thank you for considering my application i would welcome the opportunity to further discuss how my background and enthusiasm align with this role '),
(22863,'field:20',0,1,' https completecarebarnhill com careers '),
(22863,'field:21',0,1,' careers completecarebarnhill com '),
(22863,'field:29',0,1,' complete care at barn hill '),
(22863,'title',0,1,' 2026 01 31 12 44 20 '),
(22864,'alt',0,1,''),
(22864,'extension',0,1,' pdf '),
(22864,'filename',0,1,' resume ebanks 2026 2 1 pdf '),
(22864,'kind',0,1,' pdf '),
(22864,'slug',0,1,''),
(22864,'title',0,1,' resume ebanks 2026 2 1 '),
(22879,'field:12',0,1,' krystal edmond '),
(22879,'field:13',0,1,' kedmond 319 gmail com '),
(22879,'field:14',0,1,' 959 247 3197 '),
(22879,'field:15',0,1,' files resumes krystal resume pdf '),
(22879,'field:16',0,1,' nursing '),
(22879,'field:17',0,1,' my name is krystal edmond i heard about your cna program and im very interested i have my certification already but it had lapsed also i had applied as well already if you could please get back with any and all information i need that would be appreciated thank you '),
(22879,'field:20',0,1,' https mycompletecare com careers '),
(22879,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(22879,'field:29',0,1,' complete care at groton regency '),
(22879,'title',0,1,' 2026 01 31 14 17 41 '),
(22880,'alt',0,1,''),
(22880,'extension',0,1,' pdf '),
(22880,'filename',0,1,' krystal resume pdf '),
(22880,'kind',0,1,' pdf '),
(22880,'slug',0,1,''),
(22880,'title',0,1,' krystal resume '),
(22895,'field:1',0,1,' kristan hoffman '),
(22895,'field:2',0,1,' kristanhoffman comcast net '),
(22895,'field:22',0,1,' https mycompletecare com volunteer '),
(22895,'field:23',0,1,' volunteer completecaremgmt com '),
(22895,'field:3',0,1,' 609 845 7354 '),
(22895,'field:4',0,1,' complete care at burlington woods '),
(22895,'field:5',0,1,' i live just around the corner from the facility and have brought my daughters scout troop in the past but am looking to see if i could come regularly and read out loud to residents and or play card board games with them on a weekly basis '),
(22895,'title',0,1,' 2026 01 31 16 27 55 '),
(22899,'field:12',0,1,' taylor walsh '),
(22899,'field:13',0,1,' twmcchub2023 gmail com '),
(22899,'field:14',0,1,' 6084340552 '),
(22899,'field:15',0,1,' files resumes document 7 pdf '),
(22899,'field:16',0,1,' nursing '),
(22899,'field:17',0,1,' newly licensed lpn as of january 22nd 2026 i have been a cna since 2022 adn student at matc graduation 12 2026 '),
(22899,'field:20',0,1,' https ccmaplegrove com careers '),
(22899,'field:21',0,1,' careers ccmaplegrove com '),
(22899,'field:29',0,1,' complete care at maple grove '),
(22899,'title',0,1,' 2026 01 31 16 52 10 '),
(22900,'alt',0,1,''),
(22900,'extension',0,1,' pdf '),
(22900,'filename',0,1,' document 7 pdf '),
(22900,'kind',0,1,' pdf '),
(22900,'slug',0,1,''),
(22900,'title',0,1,' document 7 '),
(23029,'field:12',0,1,' crystal '),
(23029,'field:13',0,1,' diazcry777 gmail com '),
(23029,'field:14',0,1,' 7175870307 '),
(23029,'field:15',0,1,' files resumes img 8864 png '),
(23029,'field:16',0,1,' maintenance housekeeping '),
(23029,'field:17',0,1,' i have experience my phone number isnt activated so please email me instead '),
(23029,'field:20',0,1,' https completecareberkshire com careers '),
(23029,'field:21',0,1,' careers completecareberkshire com '),
(23029,'field:29',0,1,' complete care at berkshire '),
(23029,'title',0,1,' 2026 02 01 00 25 14 '),
(23030,'alt',0,1,''),
(23030,'extension',0,1,' png '),
(23030,'filename',0,1,' img 8864 png '),
(23030,'kind',0,1,' image '),
(23030,'slug',0,1,''),
(23030,'title',0,1,' img 8864 '),
(23145,'field:1',0,1,' jessica serrano '),
(23145,'field:2',0,1,' jessica71ed gmail com '),
(23145,'field:22',0,1,' https mycompletecare com volunteer '),
(23145,'field:23',0,1,' volunteer completecaremgmt com '),
(23145,'field:3',0,1,' 9082209261 '),
(23145,'field:4',0,1,' complete care at ocean grove '),
(23145,'field:5',0,1,' hi id be interested volunteering in sharing a friendly chat or board game '),
(23145,'title',0,1,' 2026 02 01 05 58 52 '),
(23198,'field:10',0,1,' good morning i reached out a couple of days ago and have not heard back i was hoping to come in tomorrow for a tour around 12 30pm please let me know if this is possible '),
(23198,'field:18',0,1,' https completecarehillside com contact '),
(23198,'field:19',0,1,' info completecarehillside com '),
(23198,'field:28',0,1,' complete care at hillside '),
(23198,'field:6',0,1,' kayla howard '),
(23198,'field:7',0,1,' kaylahoward25 gmail com '),
(23198,'field:8',0,1,''),
(23198,'field:9',0,1,' general inquiry '),
(23198,'title',0,1,' 2026 02 01 08 27 06 '),
(23247,'field:12',0,1,' savannah stanford '),
(23247,'field:13',0,1,' savannahstanford0717 hotmail com '),
(23247,'field:14',0,1,' 4146285795 '),
(23247,'field:15',0,1,' files resumes stanford 2025 docx pdf '),
(23247,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(23247,'field:17',0,1,' i dont have a cover letter '),
(23247,'field:20',0,1,' https ccglendalewest com careers '),
(23247,'field:21',0,1,' careers ccglendalewest com '),
(23247,'field:29',0,1,' complete care at glendale west '),
(23247,'title',0,1,' 2026 02 01 11 25 45 '),
(23248,'alt',0,1,''),
(23248,'extension',0,1,' pdf '),
(23248,'filename',0,1,' stanford 2025 docx pdf '),
(23248,'kind',0,1,' pdf '),
(23248,'slug',0,1,''),
(23248,'title',0,1,' stanford 2025 docx '),
(23269,'field:12',0,1,' charm '),
(23269,'field:13',0,1,' charm eve06 gmail com '),
(23269,'field:14',0,1,' 6089490685 '),
(23269,'field:15',0,1,' files resumes updated resume 2026 02 01 165221 vgra pdf '),
(23269,'field:16',0,1,' nursing '),
(23269,'field:17',0,1,' dear hiring manager while still in high school ive been a barista for three years have worked for the hmong institute as a teachers assistant for two summers and have worked in a caregiving memory care facility for the past eight months i have excellent communication and customer service experience i can multitask and work well with my peers and supervisors to get the job done im a fast learner and can adapt to all changes should my qualifications meet what you are looking for i hope to hear from you thank you for your time charm prasoeuthsy 608 949 0685 charm eve06 gmail com '),
(23269,'field:20',0,1,' https ccmaplegrove com careers '),
(23269,'field:21',0,1,' careers ccmaplegrove com '),
(23269,'field:29',0,1,' complete care at maple grove '),
(23269,'title',0,1,' 2026 02 01 11 52 21 '),
(23270,'alt',0,1,''),
(23270,'extension',0,1,' pdf '),
(23270,'filename',0,1,' updated resume 2026 02 01 165221 vgra pdf '),
(23270,'kind',0,1,' pdf '),
(23270,'slug',0,1,''),
(23270,'title',0,1,' updated resume '),
(23290,'field:12',0,1,' daashae lee '),
(23290,'field:13',0,1,' daashael icloud com '),
(23290,'field:14',0,1,' 8624009828 '),
(23290,'field:15',0,1,' files resumes 2024 resume pdf '),
(23290,'field:16',0,1,' nursing '),
(23290,'field:17',0,1,' compassionate and highly motivated registered nurse graduate with over 4 years of hands on nursing experience as a licensed practical nurse across home care hospice pediatrics long term care and school health settings proven ability to deliver high quality patient centered care with strong clinical judgment excellent communication skills and a deep commitment to patient education and safety seeking an entry level rn or experience lpn position where i can grow professionally while providing exceptional care to diverse populations '),
(23290,'field:20',0,1,' https ccorangepark com careers '),
(23290,'field:21',0,1,' careers ccorangepark com '),
(23290,'field:29',0,1,' complete care at orange park '),
(23290,'title',0,1,' 2026 02 01 13 35 59 '),
(23291,'alt',0,1,''),
(23291,'extension',0,1,' pdf '),
(23291,'filename',0,1,' 2024 resume pdf '),
(23291,'kind',0,1,' pdf '),
(23291,'slug',0,1,''),
(23291,'title',0,1,' 2024 resume '),
(23306,'field:12',0,1,' kristoff jones '),
(23306,'field:13',0,1,' joneskris058 gmail com '),
(23306,'field:14',0,1,' 2159546174 '),
(23306,'field:15',0,1,''),
(23306,'field:16',0,1,' dietary food service maintenance housekeeping '),
(23306,'field:17',0,1,' to whom this may concern i am inquiring about the housekeeping position i have 7 years of both commercial and residential cleaning experience working in restaurants rehabilitation centers nursing homes and apartment buildings just to name a few i have full knowledge of the usage and application of cleaning equipment and chemicals for diverse environments great work ethic i thrive independently and in work groups i pay special attention to details and am sure if hired i will exceed the expectations that are expected of me i have attached my resume for your review if interested i can be reached anytime via this email or by phone at 215 954 61 74 i look forward to hearing from and discussing this position with you further thank you for your time and consideration '),
(23306,'field:20',0,1,' https ccchestnuthill com careers '),
(23306,'field:21',0,1,' info ccchestnuthill com '),
(23306,'field:29',0,1,' complete care at chestnut hill '),
(23306,'title',0,1,' 2026 02 01 17 19 20 '),
(23314,'field:12',0,1,' magda yurledys velez acevedo '),
(23314,'field:13',0,1,' yulisavelez81 gmail com '),
(23314,'field:14',0,1,' 12019662028 '),
(23314,'field:15',0,1,''),
(23314,'field:16',0,1,' administrative business office maintenance housekeeping '),
(23314,'field:17',0,1,' buenas noches estoy buscando empleo envio mi curriculo estudie pct y tengo tambien experiencia en recepcion secretariado y houskiping gracias '),
(23314,'field:20',0,1,' https ccinglemoor com careers '),
(23314,'field:21',0,1,' careers ccinglemoor com '),
(23314,'field:29',0,1,' complete care at inglemoor '),
(23314,'title',0,1,' 2026 02 01 20 12 51 '),
(23318,'field:10',0,1,' hello can you please advise as to when joseph defilippo in room 29 will have heat hes been under blankets for the last 24 hours and hasnt been updated on when it will be resolved hes been hearing rumors that some areas have heat its extremely concerning when hes telling me the nurses hands have been shivering too when administered ivs please let me know updates especially thats he has a lot of health issues and can be compromised regards t rivera m ed '),
(23318,'field:18',0,1,' https ccholidaycity com contact '),
(23318,'field:19',0,1,' info ccholidaycity com '),
(23318,'field:28',0,1,' complete care at holiday city '),
(23318,'field:6',0,1,' tara rivera '),
(23318,'field:7',0,1,' trrivera007 gmail com '),
(23318,'field:8',0,1,''),
(23318,'field:9',0,1,' resident family support '),
(23318,'title',0,1,' 2026 02 01 20 52 07 '),
(23393,'field:12',0,1,' steve scott '),
(23393,'field:13',0,1,' stevescottt15 gmail com '),
(23393,'field:14',0,1,' 19738835053 '),
(23393,'field:15',0,1,''),
(23393,'field:16',0,1,' dietary food service '),
(23393,'field:17',0,1,' thank you for this opportunity '),
(23393,'field:20',0,1,' https ccorangepark com careers '),
(23393,'field:21',0,1,' careers ccorangepark com '),
(23393,'field:29',0,1,' complete care at orange park '),
(23393,'title',0,1,' 2026 02 02 00 40 15 '),
(23401,'field:10',0,1,' hello i am following up on the care of my mother joan haleem i chose hh because of john donahue who visited my mother in the hospital and demonstrated empathy and caring we had chosen another care facility but changed because of mr donahue i am pleased with the various activities provided for my mother she is engaged and in positive spirits when i visit her i am concerned about the costs which were not determined when she was enrolled nor provided after weeks of her stay i initiated and spoke with shannon the business office manager she stated they mistakenly believed all of my mothers care would be paid via medicare and blue cross this was not shared with me until i inquired just before the snow storm i told them it is not possible for my mother to pay the co payment of 200 dollars daily particularly when this was not stated upfront when she was enrolled i was referred to tammy mauz who stated given the error on the part of harston my mother would not be billed for the co payment i requested to have this in writing and its been over a week with no follow up my mother is to move to assisted living so i need to finalize everything thanks for taking the time to address my concerns regards rasheeda ahmad 267 796 1014 daughterofeve786 gmail com '),
(23401,'field:18',0,1,' https ccharstonhall com contact '),
(23401,'field:19',0,1,' info ccharstonhall com '),
(23401,'field:28',0,1,' complete care at harston hall '),
(23401,'field:6',0,1,' rasheeda a ahmad '),
(23401,'field:7',0,1,' daughterofeve786 gmail com '),
(23401,'field:8',0,1,''),
(23401,'field:9',0,1,' resident family support '),
(23401,'title',0,1,' 2026 02 02 02 26 40 '),
(23410,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks helena magallanes professional business profiles helena m professionalbusinessprofiles com respond with stop to optout '),
(23410,'field:18',0,1,' https mycompletecare com contact '),
(23410,'field:19',0,1,' cfleming completecaremgmt com '),
(23410,'field:28',0,1,' complete care at court house '),
(23410,'field:6',0,1,' helena magallanes '),
(23410,'field:7',0,1,' helena m professionalbusinessprofiles com '),
(23410,'field:8',0,1,' professional business profiles '),
(23410,'field:9',0,1,' general inquiry '),
(23410,'title',0,1,' 2026 02 02 02 42 45 '),
(23471,'alt',0,1,''),
(23471,'extension',0,1,' jpg '),
(23471,'filename',0,1,' photo1 2026 02 02 092535 rvhh jpg '),
(23471,'kind',0,1,' image '),
(23471,'slug',0,1,''),
(23471,'title',0,1,' photo1 '),
(23473,'alt',0,1,''),
(23473,'extension',0,1,' jpg '),
(23473,'filename',0,1,' photo1 2026 02 02 092540 mdhx jpg '),
(23473,'kind',0,1,' image '),
(23473,'slug',0,1,''),
(23473,'title',0,1,' photo1 '),
(23509,'alt',0,1,''),
(23509,'extension',0,1,' jpg '),
(23509,'filename',0,1,' photo1 2026 02 02 121911 ixsz jpg '),
(23509,'kind',0,1,' image '),
(23509,'slug',0,1,''),
(23509,'title',0,1,' photo1 '),
(23511,'alt',0,1,''),
(23511,'extension',0,1,' jpg '),
(23511,'filename',0,1,' photo1 2026 02 02 121915 thho jpg '),
(23511,'kind',0,1,' image '),
(23511,'slug',0,1,''),
(23511,'title',0,1,' photo1 '),
(23515,'field:10',0,1,' nursing homes assisted living facilities when your provider isnt available lifeline medical has you covered many facilities are struggling with prescription delays and provider availability when your current provider cant respond quickly it creates stress for staff and risks for residents what if you had a dependable backup provider ready whenever you need support lifeline medical center your backup provider when your primary provider isnt available lifeline steps in seamlessly ✔ great provider care always available ✔ prescription and medication management support ✔ fast response times ✔ in person or telehealth services ✔ providers experienced in nursing homes and assisted living care one call we do the rest simply call our 24 hour phone line and well take it from there handling the work so your team can stay focused on resident care why are facilities choosing lifeline medical no gaps in prescription coverage reliable medical support when you need it most reduced stress for nursing and administrative staff continuity of care for residents trusted backup coverage you can count on lets set up a conversation be prepared before an urgent situation arises call or text me jenifer weyandt 814 619 5068 email jenifer weyandt lifelinemedicalcenter org '),
(23515,'field:18',0,1,' https mycompletecare com contact '),
(23515,'field:19',0,1,' cfleming completecaremgmt com '),
(23515,'field:28',0,1,' complete care at berkshire '),
(23515,'field:6',0,1,' jenifer weyandt '),
(23515,'field:7',0,1,' jenifer weyandt lifelinemedicalcenter org '),
(23515,'field:8',0,1,' lifeline medical '),
(23515,'field:9',0,1,' general inquiry '),
(23515,'title',0,1,' 2026 02 02 07 52 03 '),
(23541,'field:1',0,1,' bonita hills '),
(23541,'field:2',0,1,' phunnyone1 gmail com '),
(23541,'field:22',0,1,' https mycompletecare com volunteer '),
(23541,'field:23',0,1,' volunteer completecaremgmt com '),
(23541,'field:3',0,1,' 7328966116 '),
(23541,'field:4',0,1,' complete care at kresson view '),
(23541,'field:5',0,1,' i can provide up to an hour of comedy for residents and staff '),
(23541,'title',0,1,' 2026 02 02 08 21 13 '),
(23571,'field:10',0,1,' complete care at the havens off of rt 37 toms river nj attn mindy payroll '),
(23571,'field:18',0,1,' https mycompletecare com contact '),
(23571,'field:19',0,1,' cfleming completecaremgmt com '),
(23571,'field:28',0,1,' complete care at arbors '),
(23571,'field:6',0,1,' cathy carfagno '),
(23571,'field:7',0,1,' carfage2 aol com '),
(23571,'field:8',0,1,' former employee of complete care at the havens '),
(23571,'field:9',0,1,' other '),
(23571,'title',0,1,' 2026 02 02 09 46 00 '),
(23572,'field:10',0,1,' hi again as voice mail indicated need my w 2 from jan 2025 until complete care at the havens was no longer under your payroll cathy carfagno 30 corinth place toms river nj 08757 is my address and i never received my w2 as val stated you supposedly sent thank you and please give a call and let me know status at 201 759 6267 '),
(23572,'field:18',0,1,' https mycompletecare com contact '),
(23572,'field:19',0,1,' cfleming completecaremgmt com '),
(23572,'field:28',0,1,' complete care at arbors '),
(23572,'field:6',0,1,' cathy carfagno '),
(23572,'field:7',0,1,' carfage2 aol com '),
(23572,'field:8',0,1,' former employee of complete care at the havens '),
(23572,'field:9',0,1,' general inquiry '),
(23572,'title',0,1,' 2026 02 02 09 47 41 '),
(23606,'field:10',0,1,' hi i am local and provide service in stoughton and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best sally walker business development rep brightbound janitorial sally brightboundjanitorial com respond with stop to optout '),
(23606,'field:18',0,1,' https mycompletecare com contact '),
(23606,'field:19',0,1,' cfleming completecaremgmt com '),
(23606,'field:28',0,1,' complete care at arbors '),
(23606,'field:6',0,1,' sally walker '),
(23606,'field:7',0,1,' sally brightboundjanitorial com '),
(23606,'field:8',0,1,' brightbound janitorial '),
(23606,'field:9',0,1,' general inquiry '),
(23606,'title',0,1,' 2026 02 02 10 31 03 '),
(23644,'field:10',0,1,' good morning i am with s2verify llc and we are a background screening company i am trying to verify employment for an individual who can assist me with this thanks in advance for your assistance '),
(23644,'field:18',0,1,' https mycompletecare com contact '),
(23644,'field:19',0,1,' cfleming completecaremgmt com '),
(23644,'field:28',0,1,' complete care at arbors '),
(23644,'field:6',0,1,' tutsirai patricia makuvachuma '),
(23644,'field:7',0,1,' tmakuvachuma s2verify com '),
(23644,'field:8',0,1,' ss2verify '),
(23644,'field:9',0,1,' other '),
(23644,'title',0,1,' 2026 02 02 11 23 05 '),
(23691,'alt',0,1,''),
(23691,'extension',0,1,' pdf '),
(23691,'filename',0,1,' care age pdf '),
(23691,'kind',0,1,' pdf '),
(23691,'slug',0,1,''),
(23691,'title',0,1,' care age calendar '),
(23694,'alt',0,1,''),
(23694,'extension',0,1,' pdf '),
(23694,'filename',0,1,' hagerstown pdf '),
(23694,'kind',0,1,' pdf '),
(23694,'slug',0,1,''),
(23694,'title',0,1,' hagerstown calendar '),
(23697,'alt',0,1,''),
(23697,'extension',0,1,' pdf '),
(23697,'filename',0,1,' jefferson meadows february2026 pdf '),
(23697,'kind',0,1,' pdf '),
(23697,'slug',0,1,''),
(23697,'title',0,1,' jefferson meadows february2026 '),
(23701,'alt',0,1,''),
(23701,'extension',0,1,' pdf '),
(23701,'filename',0,1,' bayshore pdf '),
(23701,'kind',0,1,' pdf '),
(23701,'slug',0,1,''),
(23701,'title',0,1,' bayshore '),
(23704,'alt',0,1,''),
(23704,'extension',0,1,' pdf '),
(23704,'filename',0,1,' cedar grove march pdf '),
(23704,'kind',0,1,' pdf '),
(23704,'slug',0,1,''),
(23704,'title',0,1,' cedar grove '),
(23707,'alt',0,1,''),
(23707,'extension',0,1,' pdf '),
(23707,'filename',0,1,' clark march pdf '),
(23707,'kind',0,1,' pdf '),
(23707,'slug',0,1,''),
(23707,'title',0,1,' clark '),
(23709,'alt',0,1,''),
(23709,'extension',0,1,' pdf '),
(23709,'filename',0,1,' green knoll pdf '),
(23709,'kind',0,1,' pdf '),
(23709,'slug',0,1,''),
(23709,'title',0,1,' green knoll '),
(23713,'alt',0,1,''),
(23713,'extension',0,1,' pdf '),
(23713,'filename',0,1,' holmdel march2026 calendar pdf '),
(23713,'kind',0,1,' pdf '),
(23713,'slug',0,1,''),
(23713,'title',0,1,' holmdel february2026 calendar '),
(23716,'alt',0,1,''),
(23716,'extension',0,1,' pdf '),
(23716,'filename',0,1,' mercerville pdf '),
(23716,'kind',0,1,' pdf '),
(23716,'slug',0,1,''),
(23716,'title',0,1,' mercerville '),
(23719,'alt',0,1,''),
(23719,'extension',0,1,' pdf '),
(23719,'filename',0,1,' park place pdf '),
(23719,'kind',0,1,' pdf '),
(23719,'slug',0,1,''),
(23719,'title',0,1,' park place calendar '),
(23721,'alt',0,1,''),
(23721,'extension',0,1,' pdf '),
(23721,'filename',0,1,' plainfield pdf '),
(23721,'kind',0,1,' pdf '),
(23721,'slug',0,1,''),
(23721,'title',0,1,' plainfield '),
(23725,'alt',0,1,''),
(23725,'extension',0,1,' pdf '),
(23725,'filename',0,1,' st vincents pdf '),
(23725,'kind',0,1,' pdf '),
(23725,'slug',0,1,''),
(23725,'title',0,1,' st vincents '),
(23728,'field:12',0,1,' heather stendel '),
(23728,'field:13',0,1,' heatherstendel12 gmail com '),
(23728,'field:14',0,1,' 4147504889 '),
(23728,'field:15',0,1,' files resumes heather l stendel resume 26 pdf '),
(23728,'field:16',0,1,' nursing '),
(23728,'field:17',0,1,' looking for an opportunity as a cna '),
(23728,'field:20',0,1,' https cchalescorners com careers '),
(23728,'field:21',0,1,' info cchalescorners com '),
(23728,'field:29',0,1,' complete care at hales corners '),
(23728,'title',0,1,' 2026 02 02 11 44 34 '),
(23729,'alt',0,1,''),
(23729,'extension',0,1,' pdf '),
(23729,'filename',0,1,' heather l stendel resume 26 pdf '),
(23729,'kind',0,1,' pdf '),
(23729,'slug',0,1,''),
(23729,'title',0,1,' heather l stendel resume 26 '),
(23730,'alt',0,1,''),
(23730,'extension',0,1,' pdf '),
(23730,'filename',0,1,' summit ridge march pdf '),
(23730,'kind',0,1,' pdf '),
(23730,'slug',0,1,''),
(23730,'title',0,1,' summit calendar '),
(23734,'alt',0,1,''),
(23734,'extension',0,1,' pdf '),
(23734,'filename',0,1,' west caldwell pdf '),
(23734,'kind',0,1,' pdf '),
(23734,'slug',0,1,''),
(23734,'title',0,1,' west caldwell calendar '),
(23737,'alt',0,1,''),
(23737,'extension',0,1,' pdf '),
(23737,'filename',0,1,' westfield 1 pdf '),
(23737,'kind',0,1,' pdf '),
(23737,'slug',0,1,''),
(23737,'title',0,1,' westfield '),
(23740,'alt',0,1,''),
(23740,'extension',0,1,' pdf '),
(23740,'filename',0,1,' woodlands march pdf '),
(23740,'kind',0,1,' pdf '),
(23740,'slug',0,1,''),
(23740,'title',0,1,' woodlands february '),
(23743,'alt',0,1,''),
(23743,'extension',0,1,' pdf '),
(23743,'filename',0,1,' fox hill march2026 pdf '),
(23743,'kind',0,1,' pdf '),
(23743,'slug',0,1,''),
(23743,'title',0,1,' fox hill calendar '),
(23746,'alt',0,1,''),
(23746,'extension',0,1,' docx '),
(23746,'filename',0,1,' glendale february2026 docx '),
(23746,'kind',0,1,' word '),
(23746,'slug',0,1,''),
(23746,'title',0,1,' glendale february2026 '),
(23749,'alt',0,1,''),
(23749,'extension',0,1,' pdf '),
(23749,'filename',0,1,' groton march calendars pdf '),
(23749,'kind',0,1,' pdf '),
(23749,'slug',0,1,''),
(23749,'title',0,1,' groton calendars '),
(23752,'alt',0,1,''),
(23752,'extension',0,1,' pdf '),
(23752,'filename',0,1,' groton rch march2026 pdf '),
(23752,'kind',0,1,' pdf '),
(23752,'slug',0,1,''),
(23752,'title',0,1,' groton rch calendar '),
(23755,'alt',0,1,''),
(23755,'extension',0,1,' pdf '),
(23755,'filename',0,1,' harrington court march2026 pdf '),
(23755,'kind',0,1,' pdf '),
(23755,'slug',0,1,''),
(23755,'title',0,1,' harrington court calendars '),
(23758,'alt',0,1,''),
(23758,'extension',0,1,' pdf '),
(23758,'filename',0,1,' khn march calendars pdf '),
(23758,'kind',0,1,' pdf '),
(23758,'slug',0,1,''),
(23758,'title',0,1,' khn calendars '),
(23761,'alt',0,1,''),
(23761,'extension',0,1,' pdf '),
(23761,'filename',0,1,' khs march2026 pdf '),
(23761,'kind',0,1,' pdf '),
(23761,'slug',0,1,''),
(23761,'title',0,1,' khs calendar '),
(23764,'alt',0,1,''),
(23764,'extension',0,1,' pdf '),
(23764,'filename',0,1,' middlebury march2026 pdf '),
(23764,'kind',0,1,' pdf '),
(23764,'slug',0,1,''),
(23764,'title',0,1,' middlebury calendar '),
(23767,'alt',0,1,''),
(23767,'extension',0,1,' pdf '),
(23767,'filename',0,1,' boulevard march2026 pdf '),
(23767,'kind',0,1,' pdf '),
(23767,'slug',0,1,''),
(23767,'title',0,1,' boulevard calendar '),
(23770,'alt',0,1,''),
(23770,'extension',0,1,' pdf '),
(23770,'filename',0,1,' margate park march2026 pdf '),
(23770,'kind',0,1,' pdf '),
(23770,'slug',0,1,''),
(23770,'title',0,1,' margate park calendar '),
(23773,'alt',0,1,''),
(23773,'extension',0,1,' pdf '),
(23773,'filename',0,1,' sheridan march calendar pdf '),
(23773,'kind',0,1,' pdf '),
(23773,'slug',0,1,''),
(23773,'title',0,1,' sheridan commons march calendar '),
(23776,'alt',0,1,''),
(23776,'extension',0,1,' pdf '),
(23776,'filename',0,1,' brackenville march pdf '),
(23776,'kind',0,1,' pdf '),
(23776,'slug',0,1,''),
(23776,'title',0,1,' brackenville calendar '),
(23779,'alt',0,1,''),
(23779,'extension',0,1,' pdf '),
(23779,'filename',0,1,' hyattsville march pdf '),
(23779,'kind',0,1,' pdf '),
(23779,'slug',0,1,''),
(23779,'title',0,1,' hyattsville calendars '),
(23783,'alt',0,1,''),
(23783,'extension',0,1,' pdf '),
(23783,'filename',0,1,' oak ridge march2026 pdf '),
(23783,'kind',0,1,' pdf '),
(23783,'slug',0,1,''),
(23783,'title',0,1,' oak ridge calendar '),
(23786,'field:10',0,1,' wondering if your ltc rate has changed from 2025 we put together a ltc rate sheet for our policyholders please email me when you can thank you '),
(23786,'field:18',0,1,' https cchalescorners com contact '),
(23786,'field:19',0,1,' info cchalescorners com '),
(23786,'field:28',0,1,' complete care at hales corners '),
(23786,'field:6',0,1,' catherine mclees '),
(23786,'field:7',0,1,' catherine krizek com '),
(23786,'field:8',0,1,' the krizek group '),
(23786,'field:9',0,1,' general inquiry '),
(23786,'title',0,1,' 2026 02 02 12 04 36 '),
(23788,'alt',0,1,''),
(23788,'extension',0,1,' pdf '),
(23788,'filename',0,1,' severna park pdf '),
(23788,'kind',0,1,' pdf '),
(23788,'slug',0,1,''),
(23788,'title',0,1,' severna park '),
(23792,'alt',0,1,''),
(23792,'extension',0,1,' pdf '),
(23792,'filename',0,1,' silver lake march2026 pdf '),
(23792,'kind',0,1,' pdf '),
(23792,'slug',0,1,''),
(23792,'title',0,1,' silver lake calendar '),
(23795,'alt',0,1,''),
(23795,'extension',0,1,' pdf '),
(23795,'filename',0,1,' wheaton march2026 pdf '),
(23795,'kind',0,1,' pdf '),
(23795,'slug',0,1,''),
(23795,'title',0,1,' wheaton calendar '),
(23798,'field:12',0,1,' hailey '),
(23798,'field:13',0,1,' hrpowers27 gmail com '),
(23798,'field:14',0,1,' 6083703965 '),
(23798,'field:15',0,1,' files resumes img 0016 png '),
(23798,'field:16',0,1,' dietary food service nursing '),
(23798,'field:17',0,1,' n a '),
(23798,'field:20',0,1,' https ccjeffersonmeadows com careers '),
(23798,'field:21',0,1,' careers ccjeffersonmeadows com '),
(23798,'field:29',0,1,' complete care at jefferson meadows '),
(23798,'title',0,1,' 2026 02 02 12 17 14 '),
(23799,'alt',0,1,''),
(23799,'extension',0,1,' png '),
(23799,'filename',0,1,' img 0016 png '),
(23799,'kind',0,1,' image '),
(23799,'slug',0,1,''),
(23799,'title',0,1,' img 0016 '),
(23802,'alt',0,1,''),
(23802,'extension',0,1,' pdf '),
(23802,'filename',0,1,' berkshire pdf '),
(23802,'kind',0,1,' pdf '),
(23802,'slug',0,1,''),
(23802,'title',0,1,' berkshire calendar '),
(23804,'alt',0,1,''),
(23804,'extension',0,1,' pdf '),
(23804,'filename',0,1,' brakeley park pdf '),
(23804,'kind',0,1,' pdf '),
(23804,'slug',0,1,''),
(23804,'title',0,1,' brakeley park calendar '),
(23808,'alt',0,1,''),
(23808,'extension',0,1,' pdf '),
(23808,'filename',0,1,' chesnut hill residences pdf '),
(23808,'kind',0,1,' pdf '),
(23808,'slug',0,1,''),
(23808,'title',0,1,' chestnut hill residences calendar '),
(23811,'alt',0,1,''),
(23811,'extension',0,1,' pdf '),
(23811,'filename',0,1,' chestnut hill pdf '),
(23811,'kind',0,1,' pdf '),
(23811,'slug',0,1,''),
(23811,'title',0,1,' chestnut hill '),
(23813,'field:1',0,1,' siporah francois '),
(23813,'field:2',0,1,' nayilafrancois07 gmail com '),
(23813,'field:22',0,1,' https mycompletecare com volunteer '),
(23813,'field:23',0,1,' volunteer completecaremgmt com '),
(23813,'field:3',0,1,' 6097748448 '),
(23813,'field:4',0,1,' complete care at burlington woods '),
(23813,'field:5',0,1,' hello my name is siporah francois im an 18 year old college student im currently looking to volunteer to gain experience and grow in skills and assistance id like to be as much help as i can '),
(23813,'title',0,1,' 2026 02 02 12 20 34 '),
(23816,'alt',0,1,''),
(23816,'extension',0,1,' pdf '),
(23816,'filename',0,1,' fair lawn edge pdf '),
(23816,'kind',0,1,' pdf '),
(23816,'slug',0,1,''),
(23816,'title',0,1,' fair lawn edge calendar '),
(23819,'alt',0,1,''),
(23819,'extension',0,1,' pdf '),
(23819,'filename',0,1,' hamilton plaza pdf '),
(23819,'kind',0,1,' pdf '),
(23819,'slug',0,1,''),
(23819,'title',0,1,' hamilton plaza calendar '),
(23821,'alt',0,1,''),
(23821,'extension',0,1,' pdf '),
(23821,'filename',0,1,' harborage pdf '),
(23821,'kind',0,1,' pdf '),
(23821,'slug',0,1,''),
(23821,'title',0,1,' harborage calendar '),
(23824,'alt',0,1,''),
(23824,'extension',0,1,' pdf '),
(23824,'filename',0,1,' harston hall pdf '),
(23824,'kind',0,1,' pdf '),
(23824,'slug',0,1,''),
(23824,'title',0,1,' harston hall calendar '),
(23827,'alt',0,1,''),
(23827,'extension',0,1,' pdf '),
(23827,'filename',0,1,' inglemoor pdf '),
(23827,'kind',0,1,' pdf '),
(23827,'slug',0,1,''),
(23827,'title',0,1,' inglemoor calendar '),
(23830,'alt',0,1,''),
(23830,'extension',0,1,' pdf '),
(23830,'filename',0,1,' lehigh pdf '),
(23830,'kind',0,1,' pdf '),
(23830,'slug',0,1,''),
(23830,'title',0,1,' lehigh calendar '),
(23833,'alt',0,1,''),
(23833,'extension',0,1,' pdf '),
(23833,'filename',0,1,' milford manor calendars pdf '),
(23833,'kind',0,1,' pdf '),
(23833,'slug',0,1,''),
(23833,'title',0,1,' milford manor calendars '),
(23836,'alt',0,1,''),
(23836,'extension',0,1,' pdf '),
(23836,'filename',0,1,' phillipsburg pdf '),
(23836,'kind',0,1,' pdf '),
(23836,'slug',0,1,''),
(23836,'title',0,1,' phillipsburg calendar '),
(23839,'alt',0,1,''),
(23839,'extension',0,1,' pdf '),
(23839,'filename',0,1,' prospect heights march pdf '),
(23839,'kind',0,1,' pdf '),
(23839,'slug',0,1,''),
(23839,'title',0,1,' prospect heights calendar '),
(23842,'alt',0,1,''),
(23842,'extension',0,1,' pdf '),
(23842,'filename',0,1,' wayne hills pdf '),
(23842,'kind',0,1,' pdf '),
(23842,'slug',0,1,''),
(23842,'title',0,1,' wayne hills calendar '),
(23845,'alt',0,1,''),
(23845,'extension',0,1,' pdf '),
(23845,'filename',0,1,' arbors march2026calendar pdf '),
(23845,'kind',0,1,' pdf '),
(23845,'slug',0,1,''),
(23845,'title',0,1,' arbors calendar '),
(23848,'alt',0,1,''),
(23848,'extension',0,1,' pdf '),
(23848,'filename',0,1,' beyleaalf march2026calendar pdf '),
(23848,'kind',0,1,' pdf '),
(23848,'slug',0,1,''),
(23848,'title',0,1,' bey lea alf calendar '),
(23851,'alt',0,1,''),
(23851,'extension',0,1,' pdf '),
(23851,'filename',0,1,' brick march2026calendar pdf '),
(23851,'kind',0,1,' pdf '),
(23851,'slug',0,1,''),
(23851,'title',0,1,' brick calendar '),
(23854,'alt',0,1,''),
(23854,'extension',0,1,' pdf '),
(23854,'filename',0,1,' burlingtonwoods march2026calendar pdf '),
(23854,'kind',0,1,' pdf '),
(23854,'slug',0,1,''),
(23854,'title',0,1,' burlington calendar '),
(23857,'alt',0,1,''),
(23857,'extension',0,1,' pdf '),
(23857,'filename',0,1,' courthouse february2026calendar pdf '),
(23857,'kind',0,1,' pdf '),
(23857,'slug',0,1,''),
(23857,'title',0,1,' court house calendar '),
(23859,'alt',0,1,''),
(23859,'extension',0,1,' pdf '),
(23859,'filename',0,1,' green acres calendars pdf '),
(23859,'kind',0,1,' pdf '),
(23859,'slug',0,1,''),
(23859,'title',0,1,' green acres calendar '),
(23863,'alt',0,1,''),
(23863,'extension',0,1,' pdf '),
(23863,'filename',0,1,' holiday city calendars pdf '),
(23863,'kind',0,1,' pdf '),
(23863,'slug',0,1,''),
(23863,'title',0,1,' holiday city calendar '),
(23866,'alt',0,1,''),
(23866,'extension',0,1,' pdf '),
(23866,'filename',0,1,' kresson view calendars pdf '),
(23866,'kind',0,1,' pdf '),
(23866,'slug',0,1,''),
(23866,'title',0,1,' kresson view calendar '),
(23869,'alt',0,1,''),
(23869,'extension',0,1,' pdf '),
(23869,'filename',0,1,' laurelton calendars pdf '),
(23869,'kind',0,1,' pdf '),
(23869,'slug',0,1,''),
(23869,'title',0,1,' laurelton calendar '),
(23872,'alt',0,1,''),
(23872,'extension',0,1,' pdf '),
(23872,'filename',0,1,' marcella calendars pdf '),
(23872,'kind',0,1,' pdf '),
(23872,'slug',0,1,''),
(23872,'title',0,1,' marcella calendar '),
(23874,'alt',0,1,''),
(23874,'extension',0,1,' pdf '),
(23874,'filename',0,1,' monmouth main march2026calendar pdf '),
(23874,'kind',0,1,' pdf '),
(23874,'slug',0,1,''),
(23874,'title',0,1,' monmouth calendar '),
(23878,'alt',0,1,''),
(23878,'extension',0,1,' pdf '),
(23878,'filename',0,1,' oceangrove march2026calendar pdf '),
(23878,'kind',0,1,' pdf '),
(23878,'slug',0,1,''),
(23878,'title',0,1,' ocean grove calendar '),
(23881,'alt',0,1,''),
(23881,'extension',0,1,' pdf '),
(23881,'filename',0,1,' shorrock calendars pdf '),
(23881,'kind',0,1,' pdf '),
(23881,'slug',0,1,''),
(23881,'title',0,1,' shorrock gardens calendar '),
(23887,'alt',0,1,''),
(23887,'extension',0,1,' pdf '),
(23887,'filename',0,1,' voorhees calendars pdf '),
(23887,'kind',0,1,' pdf '),
(23887,'slug',0,1,''),
(23887,'title',0,1,' voorhees calendar '),
(23890,'alt',0,1,''),
(23890,'extension',0,1,' pdf '),
(23890,'filename',0,1,' wall march2026calendar pdf '),
(23890,'kind',0,1,' pdf '),
(23890,'slug',0,1,''),
(23890,'title',0,1,' wall calendar '),
(23892,'field:12',0,1,' shandell palmer '),
(23892,'field:13',0,1,' shandellpalmer 95 icloud com '),
(23892,'field:14',0,1,' 2014561287 '),
(23892,'field:15',0,1,' files resumes shandell palmer pdf '),
(23892,'field:16',0,1,' administrative business office dietary food service maintenance housekeeping '),
(23892,'field:17',0,1,' i am writing to express my interest in a position at complete care i am passionate about providing high quality care and support and i am excited about the opportunity to contribute to a team that prioritizes compassion professionalism and patient well being i bring strong communication skills a caring attitude and a commitment to excellence in everything i do i am dependable hardworking and able to work well both independently and as part of a team i take pride in creating a safe respectful and supportive environment for patients families and coworkers alike i am particularly drawn to complete care because of its reputation for outstanding service and dedication to patient centered care i would welcome the opportunity to bring my skills and enthusiasm to your organization and continue growing professionally within your team thank you for your time and consideration i look forward to the opportunity to discuss how i can contribute to complete care sincerely shandell palmer 201 456 1287 shandellpalmer 95 icloud com '),
(23892,'field:20',0,1,' https mycompletecare com careers '),
(23892,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(23892,'field:29',0,1,' complete care at westfield '),
(23892,'title',0,1,' 2026 02 02 12 46 09 '),
(23893,'alt',0,1,''),
(23893,'extension',0,1,' pdf '),
(23893,'filename',0,1,' shandell palmer pdf '),
(23893,'kind',0,1,' pdf '),
(23893,'slug',0,1,''),
(23893,'title',0,1,' shandell palmer '),
(23894,'field:10',0,1,' hi i am local and provide service in caldwell and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(23894,'field:18',0,1,' https mycompletecare com contact '),
(23894,'field:19',0,1,' cfleming completecaremgmt com '),
(23894,'field:28',0,1,' complete care at corsica hills '),
(23894,'field:6',0,1,' gena kotarsky '),
(23894,'field:7',0,1,' gena janpronorthernnj com '),
(23894,'field:8',0,1,' jan pro of northern new jersey '),
(23894,'field:9',0,1,' general inquiry '),
(23894,'title',0,1,' 2026 02 02 12 46 44 '),
(23900,'alt',0,1,''),
(23900,'extension',0,1,' pdf '),
(23900,'filename',0,1,' shrewsbury march2026calendar pdf '),
(23900,'kind',0,1,' pdf '),
(23900,'slug',0,1,''),
(23900,'title',0,1,' shrewsbury calendar '),
(23903,'alt',0,1,''),
(23903,'extension',0,1,' pdf '),
(23903,'filename',0,1,' whispering woods march calendars pdf '),
(23903,'kind',0,1,' pdf '),
(23903,'slug',0,1,''),
(23903,'title',0,1,' ww calendars '),
(23906,'field:10',0,1,' hi i am trying to find long term care for my mom '),
(23906,'field:18',0,1,' https mycompletecare com contact '),
(23906,'field:19',0,1,' cfleming completecaremgmt com '),
(23906,'field:28',0,1,' complete care at harston hall '),
(23906,'field:6',0,1,' alia bellamy '),
(23906,'field:7',0,1,' bellamy alia gmail com '),
(23906,'field:8',0,1,''),
(23906,'field:9',0,1,' general inquiry '),
(23906,'title',0,1,' 2026 02 02 13 26 56 '),
(23908,'field:10',0,1,' my company offers mobile nursing services including phlebotomy specimen collection post op wound care and hand foot nail care for elderly we would love to discuss all we offer and explore how our services could be beneficial to your facility and residents '),
(23908,'field:18',0,1,' https cchagerstown com contact '),
(23908,'field:19',0,1,' info cchagerstown com '),
(23908,'field:28',0,1,' complete care at hagerstown '),
(23908,'field:6',0,1,' tisheta findley '),
(23908,'field:7',0,1,' julie hunt pristine solutions org '),
(23908,'field:8',0,1,' pristine solutions '),
(23908,'field:9',0,1,' other '),
(23908,'title',0,1,' 2026 02 02 13 38 59 '),
(23909,'field:10',0,1,' your message hi i am local and provide service in cedar grove and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(23909,'field:18',0,1,' https cccedargrove com contact '),
(23909,'field:19',0,1,' info cccedargrove com '),
(23909,'field:28',0,1,' complete care at cedar grove '),
(23909,'field:6',0,1,' gena kotarsky '),
(23909,'field:7',0,1,' gena janpronorthernnj com '),
(23909,'field:8',0,1,' jan pro of northern new jersey '),
(23909,'field:9',0,1,' general inquiry '),
(23909,'title',0,1,' 2026 02 02 13 48 52 '),
(23911,'field:10',0,1,' hi i am local and provide service in cedar grove and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(23911,'field:18',0,1,' https ccstvincents com contact '),
(23911,'field:19',0,1,' info ccstvincents com '),
(23911,'field:28',0,1,' complete care at st vincents '),
(23911,'field:6',0,1,' gena kotarsky '),
(23911,'field:7',0,1,' gena janpronorthernnj com '),
(23911,'field:8',0,1,' jan pro of northern new jersey '),
(23911,'field:9',0,1,' general inquiry '),
(23911,'title',0,1,' 2026 02 02 13 54 56 '),
(23912,'field:12',0,1,' tenishajwatson '),
(23912,'field:13',0,1,' teenisha214 gmail com '),
(23912,'field:14',0,1,' 13013325845 '),
(23912,'field:15',0,1,' files resumes tenisha j watson 2026 resume pdf '),
(23912,'field:16',0,1,' administrative business office social services '),
(23912,'field:17',0,1,' professional administrative associate seeking employment with complete care of hagerstown md for administrative or social services opportunities '),
(23912,'field:20',0,1,' https cchagerstown com careers '),
(23912,'field:21',0,1,' careers cchagerstown com '),
(23912,'field:29',0,1,' complete care at hagerstown '),
(23912,'title',0,1,' 2026 02 02 14 06 01 '),
(23913,'alt',0,1,''),
(23913,'extension',0,1,' pdf '),
(23913,'filename',0,1,' tenisha j watson 2026 resume pdf '),
(23913,'kind',0,1,' pdf '),
(23913,'slug',0,1,''),
(23913,'title',0,1,' tenisha j watson 2026 resume '),
(23921,'field:10',0,1,' testing please ignore '),
(23921,'field:18',0,1,' https ccarbors com contact '),
(23921,'field:19',0,1,' info ccarbors com '),
(23921,'field:28',0,1,' complete care at arbors '),
(23921,'field:6',0,1,' grace '),
(23921,'field:7',0,1,' goleary completecaremgmt com '),
(23921,'field:8',0,1,''),
(23921,'field:9',0,1,' other '),
(23921,'title',0,1,' 2026 02 02 14 52 07 '),
(23923,'field:10',0,1,' hello we have just started looking for care for my mother in law with dementia do you accept medicaid for payment as she has no assets please let me know what our options would be at your facility thank you kindly jen '),
(23923,'field:18',0,1,' https mycompletecare com contact '),
(23923,'field:19',0,1,' cfleming completecaremgmt com '),
(23923,'field:28',0,1,' complete care at berkshire '),
(23923,'field:6',0,1,' jen petricoin '),
(23923,'field:7',0,1,' jlpetrico gmail com '),
(23923,'field:8',0,1,''),
(23923,'field:9',0,1,' resident family support '),
(23923,'title',0,1,' 2026 02 02 15 09 20 '),
(23925,'field:10',0,1,' available housing and no waiting list community house at saint thomas is accessible affordable and accepting applications new applicants must be mentally competent adults with physical disabilities who meet the eligibility requirements of the program and hud income limits of very low income the home is located in a beautiful residential neighborhood in middlesex county community house is accessible affordable and offers full time case management services please contact me susan kuzma supervisor if you need further assistance at 732 251 0022 my office hours are monday through friday 900 am to 5 00pm you can also visit the website at communityhouse saintthomas org where you may find answers to some questions see some pictures and print out the application if you have a disability and need assistance with the application process please contact susan kuzma at 732 251 0022 '),
(23925,'field:18',0,1,' https mycompletecare com contact '),
(23925,'field:19',0,1,' cfleming completecaremgmt com '),
(23925,'field:28',0,1,' complete care at plainfield '),
(23925,'field:6',0,1,' susan kuzma '),
(23925,'field:7',0,1,' skuzma ccdom org '),
(23925,'field:8',0,1,''),
(23925,'field:9',0,1,' other '),
(23925,'title',0,1,' 2026 02 02 15 20 15 '),
(23936,'alt',0,1,''),
(23936,'extension',0,1,' pdf '),
(23936,'filename',0,1,' bey lea snf calendars pdf '),
(23936,'kind',0,1,' pdf '),
(23936,'slug',0,1,''),
(23936,'title',0,1,' bey lea calendars '),
(23938,'field:12',0,1,' elodie djomeni eke '),
(23938,'field:13',0,1,' kennedyeke813 gmail com '),
(23938,'field:14',0,1,' 2027907294 '),
(23938,'field:15',0,1,' files resumes resume 2 pdf '),
(23938,'field:16',0,1,' nursing '),
(23938,'field:17',0,1,' hello my name is elodie and i will be so glad to work with you guys thank you '),
(23938,'field:20',0,1,' https cchyattsville com careers '),
(23938,'field:21',0,1,' careers cchyattsville com '),
(23938,'field:29',0,1,' complete care at hyattsville '),
(23938,'title',0,1,' 2026 02 02 16 01 38 '),
(23939,'alt',0,1,''),
(23939,'extension',0,1,' pdf '),
(23939,'filename',0,1,' resume 2 pdf '),
(23939,'kind',0,1,' pdf '),
(23939,'slug',0,1,''),
(23939,'title',0,1,' resume 2 '),
(23944,'alt',0,1,''),
(23944,'extension',0,1,' pdf '),
(23944,'filename',0,1,' victoriacommons february2026calendar pdf '),
(23944,'kind',0,1,' pdf '),
(23944,'slug',0,1,''),
(23944,'title',0,1,' victoria commons february2026 calendar '),
(23947,'field:10',0,1,' hello i am trying to contact the payroll dept regarding contractor work done at one of your locations please forward my information hollye warriorgoddessfit com thank you '),
(23947,'field:18',0,1,' https mycompletecare com contact '),
(23947,'field:19',0,1,' cfleming completecaremgmt com '),
(23947,'field:28',0,1,' complete care at fair lawn edge '),
(23947,'field:6',0,1,' hollye a richardson '),
(23947,'field:7',0,1,' hollye warriorgoddessfit com '),
(23947,'field:8',0,1,' angies wings boutique dba warrior goddess fitness '),
(23947,'field:9',0,1,' other '),
(23947,'title',0,1,' 2026 02 02 16 32 51 '),
(23948,'field:10',0,1,' good afternoon i was a travel aide at your facility from 2020 2021 i am applying for reciprocity in other states am requesting my dates of employment i was contracted through national staffing solutions started somewhere late october early november ended mid september thank you joey carmona '),
(23948,'field:18',0,1,' https cclehigh com contact '),
(23948,'field:19',0,1,' info cclehigh com '),
(23948,'field:28',0,1,' complete care at lehigh '),
(23948,'field:6',0,1,' joseph carmona '),
(23948,'field:7',0,1,' joeycarmona26 gmail com '),
(23948,'field:8',0,1,''),
(23948,'field:9',0,1,' careers '),
(23948,'title',0,1,' 2026 02 02 16 39 27 '),
(23951,'field:10',0,1,' how are services paid if i have medicare insurance through blue cross blue shield part a b and advantage with braven medicare choice plus ppo will that be sufficient to pay for my care '),
(23951,'field:18',0,1,' https mycompletecare com contact '),
(23951,'field:19',0,1,' cfleming completecaremgmt com '),
(23951,'field:28',0,1,' complete care at summit ridge '),
(23951,'field:6',0,1,' joshua davis jr '),
(23951,'field:7',0,1,' banditx80 gmail com '),
(23951,'field:8',0,1,' indivual '),
(23951,'field:9',0,1,' general inquiry '),
(23951,'title',0,1,' 2026 02 02 16 46 33 '),
(23954,'field:10',0,1,' hi i am local and provide service in hackensack for others in the community i was hoping i could come by and offer a complimentary cleaning bid i can also do so over email thank you in advance for your response with best sonia lewis business development rep truesparckle cleaner sonia truesparklecleaner com respond with stop to optout '),
(23954,'field:18',0,1,' https mycompletecare com contact '),
(23954,'field:19',0,1,' cfleming completecaremgmt com '),
(23954,'field:28',0,1,' complete care at court house '),
(23954,'field:6',0,1,' sonia lewis '),
(23954,'field:7',0,1,' sonia truesparklecleaner com '),
(23954,'field:8',0,1,' truesparkle cleaner '),
(23954,'field:9',0,1,' general inquiry '),
(23954,'title',0,1,' 2026 02 02 17 02 28 '),
(23960,'alt',0,1,''),
(23960,'extension',0,1,' jpg '),
(23960,'filename',0,1,' photo1 2026 02 02 231554 lpoa jpg '),
(23960,'kind',0,1,' image '),
(23960,'slug',0,1,''),
(23960,'title',0,1,' photo1 '),
(23962,'alt',0,1,''),
(23962,'extension',0,1,' jpg '),
(23962,'filename',0,1,' photo1 2026 02 02 231559 jdzq jpg '),
(23962,'kind',0,1,' image '),
(23962,'slug',0,1,''),
(23962,'title',0,1,' photo1 '),
(23966,'field:10',0,1,' to human resources team we provide modern vending micro market solutions wed love to offer healthy fresh food options to your employees residents and visitors there is no machine cost to you can you please give us a call or shoot me an email to schedule a time to meet best hassan '),
(23966,'field:18',0,1,' https completecarehillside com contact '),
(23966,'field:19',0,1,' info completecarehillside com '),
(23966,'field:28',0,1,' complete care at hillside '),
(23966,'field:6',0,1,' hassan el wahhabi '),
(23966,'field:7',0,1,' owners nextphasevending com '),
(23966,'field:8',0,1,' next phase vending '),
(23966,'field:9',0,1,' general inquiry '),
(23966,'title',0,1,' 2026 02 02 18 17 58 '),
(23967,'field:10',0,1,' do you offer independent living '),
(23967,'field:18',0,1,' https ccatgreenacres com contact '),
(23967,'field:19',0,1,' info ccatgreenacres com '),
(23967,'field:28',0,1,' complete care at green acres '),
(23967,'field:6',0,1,' tara townley '),
(23967,'field:7',0,1,' freeindeed723 gmail com '),
(23967,'field:8',0,1,''),
(23967,'field:9',0,1,' general inquiry '),
(23967,'title',0,1,' 2026 02 02 18 23 51 '),
(23969,'alt',0,1,''),
(23969,'extension',0,1,' jpg '),
(23969,'filename',0,1,' photo1 2026 02 02 234334 ngif jpg '),
(23969,'kind',0,1,' image '),
(23969,'slug',0,1,''),
(23969,'title',0,1,' photo1 '),
(23971,'alt',0,1,''),
(23971,'extension',0,1,' jpg '),
(23971,'filename',0,1,' photo1 2026 02 02 234339 vljy jpg '),
(23971,'kind',0,1,' image '),
(23971,'slug',0,1,''),
(23971,'title',0,1,' photo1 '),
(23977,'field:10',0,1,' hi i would like to have a meeting regarding my hire i just want to go over start date schedule and review subacute duties thank you and looking forward to working for you robin draper rn 732 614 7765 '),
(23977,'field:18',0,1,' https ccoceangrove com contact '),
(23977,'field:19',0,1,' info ccoceangrove com '),
(23977,'field:28',0,1,' complete care at ocean grove '),
(23977,'field:6',0,1,' robin draper rn '),
(23977,'field:7',0,1,' robindraper62 gmail com '),
(23977,'field:8',0,1,' coral harbor '),
(23977,'field:9',0,1,' other '),
(23977,'title',0,1,' 2026 02 02 19 13 44 '),
(23981,'alt',0,1,''),
(23981,'extension',0,1,' jpg '),
(23981,'filename',0,1,' photo1 2026 02 03 003536 xkjz jpg '),
(23981,'kind',0,1,' image '),
(23981,'slug',0,1,''),
(23981,'title',0,1,' photo1 '),
(23983,'alt',0,1,''),
(23983,'extension',0,1,' jpg '),
(23983,'filename',0,1,' photo1 2026 02 03 003541 pemc jpg '),
(23983,'kind',0,1,' image '),
(23983,'slug',0,1,''),
(23983,'title',0,1,' photo1 '),
(23987,'field:12',0,1,' jacqueline harrison '),
(23987,'field:13',0,1,' jackie447870 gmail com '),
(23987,'field:14',0,1,' 14143049831 '),
(23987,'field:15',0,1,' files resumes jack resume pdf '),
(23987,'field:16',0,1,' dietary food service maintenance housekeeping '),
(23987,'field:17',0,1,' a hard worker with good attendance '),
(23987,'field:20',0,1,' https ccsouthpointe com careers '),
(23987,'field:21',0,1,' careers ccsouthpointe com '),
(23987,'field:29',0,1,' complete care at southpointe '),
(23987,'title',0,1,' 2026 02 02 20 47 10 '),
(23988,'alt',0,1,''),
(23988,'extension',0,1,' pdf '),
(23988,'filename',0,1,' jack resume pdf '),
(23988,'kind',0,1,' pdf '),
(23988,'slug',0,1,''),
(23988,'title',0,1,' jack resume '),
(23990,'alt',0,1,''),
(23990,'extension',0,1,' jpg '),
(23990,'filename',0,1,' photo1 2026 02 03 020310 bjlo jpg '),
(23990,'kind',0,1,' image '),
(23990,'slug',0,1,''),
(23990,'title',0,1,' photo1 '),
(23992,'alt',0,1,''),
(23992,'extension',0,1,' jpg '),
(23992,'filename',0,1,' photo1 2026 02 03 020314 aitz jpg '),
(23992,'kind',0,1,' image '),
(23992,'slug',0,1,''),
(23992,'title',0,1,' photo1 '),
(23996,'alt',0,1,''),
(23996,'extension',0,1,' jpg '),
(23996,'filename',0,1,' photo1 2026 02 03 021843 fykg jpg '),
(23996,'kind',0,1,' image '),
(23996,'slug',0,1,''),
(23996,'title',0,1,' photo1 '),
(23998,'alt',0,1,''),
(23998,'extension',0,1,' jpg '),
(23998,'filename',0,1,' photo1 2026 02 03 021848 lpos jpg '),
(23998,'kind',0,1,' image '),
(23998,'slug',0,1,''),
(23998,'title',0,1,' photo1 '),
(24113,'field:12',0,1,' alisha iqbal '),
(24113,'field:13',0,1,' iqbal alisha44 gmail com '),
(24113,'field:14',0,1,' 5169658900 '),
(24113,'field:15',0,1,' files resumes alisha i official resume pdf '),
(24113,'field:16',0,1,' administrative business office hr staffing recruitment '),
(24113,'field:17',0,1,' with extensive experience in people culture fast paced environments im seeking a role in administrative healthcare and operations hr '),
(24113,'field:20',0,1,' https ccfairlawnedge com careers '),
(24113,'field:21',0,1,' careers ccfairlawnedge com '),
(24113,'field:29',0,1,' complete care at fair lawn edge '),
(24113,'title',0,1,' 2026 02 02 23 51 52 '),
(24114,'alt',0,1,''),
(24114,'extension',0,1,' pdf '),
(24114,'filename',0,1,' alisha i official resume pdf '),
(24114,'kind',0,1,' pdf '),
(24114,'slug',0,1,''),
(24114,'title',0,1,' alisha i official resume '),
(24122,'alt',0,1,''),
(24122,'extension',0,1,' jpg '),
(24122,'filename',0,1,' photo1 2026 02 03 060133 vibc jpg '),
(24122,'kind',0,1,' image '),
(24122,'slug',0,1,''),
(24122,'title',0,1,' photo1 '),
(24124,'alt',0,1,''),
(24124,'extension',0,1,' jpg '),
(24124,'filename',0,1,' photo1 2026 02 03 060137 nxeg jpg '),
(24124,'kind',0,1,' image '),
(24124,'slug',0,1,''),
(24124,'title',0,1,' photo1 '),
(24128,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks kate waxman the professional page kate w theprofessionalpage com respond with stop to optout '),
(24128,'field:18',0,1,' https mycompletecare com contact '),
(24128,'field:19',0,1,' cfleming completecaremgmt com '),
(24128,'field:28',0,1,' complete care at arbors '),
(24128,'field:6',0,1,' kate waxman '),
(24128,'field:7',0,1,' kate w theprofessionalpage com '),
(24128,'field:8',0,1,' sr publishing consultant '),
(24128,'field:9',0,1,' general inquiry '),
(24128,'title',0,1,' 2026 02 03 01 26 58 '),
(24142,'alt',0,1,''),
(24142,'extension',0,1,' jpg '),
(24142,'filename',0,1,' photo1 2026 02 03 080330 cceb jpg '),
(24142,'kind',0,1,' image '),
(24142,'slug',0,1,''),
(24142,'title',0,1,' photo1 '),
(24144,'alt',0,1,''),
(24144,'extension',0,1,' jpg '),
(24144,'filename',0,1,' photo1 2026 02 03 080336 gevq jpg '),
(24144,'kind',0,1,' image '),
(24144,'slug',0,1,''),
(24144,'title',0,1,' photo1 '),
(24152,'alt',0,1,''),
(24152,'extension',0,1,' jpg '),
(24152,'filename',0,1,' photo1 2026 02 03 080732 bvfu jpg '),
(24152,'kind',0,1,' image '),
(24152,'slug',0,1,''),
(24152,'title',0,1,' photo1 '),
(24154,'alt',0,1,''),
(24154,'extension',0,1,' jpg '),
(24154,'filename',0,1,' photo1 2026 02 03 080736 brnq jpg '),
(24154,'kind',0,1,' image '),
(24154,'slug',0,1,''),
(24154,'title',0,1,' photo1 '),
(24162,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks helena magallanes professional business profiles helena m professionalbusinessprofiles com respond with stop to optout d '),
(24162,'field:18',0,1,' https mycompletecare com contact '),
(24162,'field:19',0,1,' cfleming completecaremgmt com '),
(24162,'field:28',0,1,' complete care at dawnview '),
(24162,'field:6',0,1,' helena magallanes '),
(24162,'field:7',0,1,' helena m professionalbusinessprofiles com '),
(24162,'field:8',0,1,' professional business profiles '),
(24162,'field:9',0,1,' general inquiry '),
(24162,'title',0,1,' 2026 02 03 03 18 32 '),
(24170,'field:10',0,1,' hi your business now has the opportunity to eliminate thousands in credit card processing fees weve helped countless clients save money on processing fees including restaurants hvac veterinary practices auto repair shops and more like most businesses these companies rely on customers who pay with credit and debit cards first mcs payment solutions is happy to provide a comprehensive payment processing solution that eliminates processing fees and increases revenue may i give you more information thank you for your time william sutton 630 349 2809 william thefirstmcspayment com 3755 e main st ste 115 st charles il 60174 respond with stop to optout '),
(24170,'field:18',0,1,' https mycompletecare com contact '),
(24170,'field:19',0,1,' cfleming completecaremgmt com '),
(24170,'field:28',0,1,' complete care at court house '),
(24170,'field:6',0,1,' william sutton '),
(24170,'field:7',0,1,' william thefirstmcspayment com '),
(24170,'field:8',0,1,' first mcs payment solutions '),
(24170,'field:9',0,1,' general inquiry '),
(24170,'title',0,1,' 2026 02 03 03 32 16 '),
(24173,'field:10',0,1,' hi your business now has the opportunity to eliminate thousands in credit card processing fees weve helped countless clients save money on processing fees including restaurants hvac veterinary practices auto repair shops and more like most businesses these companies rely on customers who pay with credit and debit cards first mcs payment solutions is happy to provide a comprehensive payment processing solution that eliminates processing fees and increases revenue may i give you more information thank you for your time william sutton 630 349 2809 william thefirstmcspayment com 3755 e main st ste 115 st charles il 60174 respond with stop to optout '),
(24173,'field:18',0,1,' https mycompletecare com contact '),
(24173,'field:19',0,1,' cfleming completecaremgmt com '),
(24173,'field:28',0,1,' complete care at corsica hills '),
(24173,'field:6',0,1,' william sutton '),
(24173,'field:7',0,1,' william thefirstmcspayment com '),
(24173,'field:8',0,1,' first mcs payment solutions '),
(24173,'field:9',0,1,' general inquiry '),
(24173,'title',0,1,' 2026 02 03 03 36 04 '),
(24182,'field:12',0,1,' devon ellis '),
(24182,'field:13',0,1,' devonellis91 icloud com '),
(24182,'field:14',0,1,' 2676008102 '),
(24182,'field:15',0,1,''),
(24182,'field:16',0,1,' dietary food service '),
(24182,'field:17',0,1,' i have the paper copy of my resume '),
(24182,'field:20',0,1,' https ccvoorhees com careers '),
(24182,'field:21',0,1,' careers ccvoorhees com '),
(24182,'field:29',0,1,' complete care at voorhees '),
(24182,'title',0,1,' 2026 02 03 05 05 55 '),
(24184,'field:12',0,1,' devon ellis '),
(24184,'field:13',0,1,' devonellis91 icloud com '),
(24184,'field:14',0,1,' 2676008102 '),
(24184,'field:15',0,1,''),
(24184,'field:16',0,1,' maintenance housekeeping '),
(24184,'field:17',0,1,' or ill do food service or laundry whatever u need me at '),
(24184,'field:20',0,1,' https cckressonview com careers '),
(24184,'field:21',0,1,' careers cckressonview com '),
(24184,'field:29',0,1,' complete care at kresson view '),
(24184,'title',0,1,' 2026 02 03 05 12 53 '),
(24238,'field:12',0,1,' kemoy '),
(24238,'field:13',0,1,' kemoycole yahoo com '),
(24238,'field:14',0,1,' 2312035715 '),
(24238,'field:15',0,1,''),
(24238,'field:16',0,1,' dietary food service '),
(24238,'field:17',0,1,' 12312035715 '),
(24238,'field:20',0,1,' https completecareglendale com careers '),
(24238,'field:21',0,1,' careers completecareglendale com '),
(24238,'field:29',0,1,' complete care at glendale '),
(24238,'title',0,1,' 2026 02 03 06 29 06 '),
(24260,'alt',0,1,''),
(24260,'extension',0,1,' jpg '),
(24260,'filename',0,1,' photo1 2026 02 03 124423 ukav jpg '),
(24260,'kind',0,1,' image '),
(24260,'slug',0,1,''),
(24260,'title',0,1,' photo1 '),
(24262,'alt',0,1,''),
(24262,'extension',0,1,' jpg '),
(24262,'filename',0,1,' photo1 2026 02 03 124428 zfkb jpg '),
(24262,'kind',0,1,' image '),
(24262,'slug',0,1,''),
(24262,'title',0,1,' photo1 '),
(24296,'field:10',0,1,' i have documents to send over to glendale regarding hospice care that we signed at st marys hospital on sunday who do i send them to '),
(24296,'field:18',0,1,' https completecareglendale com contact '),
(24296,'field:19',0,1,' info completecareglendale com '),
(24296,'field:28',0,1,' complete care at glendale '),
(24296,'field:6',0,1,' danny marquis '),
(24296,'field:7',0,1,' dianne marquis american national com '),
(24296,'field:8',0,1,' norman marquis '),
(24296,'field:9',0,1,' other '),
(24296,'title',0,1,' 2026 02 03 09 08 30 '),
(24297,'field:10',0,1,' hello i have several buyers that are interested in purchasing complete care businesses in the area and i was wondering if you had any interest in selling can we set up a call to discuss please let me know either way thanks jordan visser '),
(24297,'field:18',0,1,' https mycompletecare com contact '),
(24297,'field:19',0,1,' cfleming completecaremgmt com '),
(24297,'field:28',0,1,' complete care at westfield '),
(24297,'field:6',0,1,' jordan visser '),
(24297,'field:7',0,1,' jordan visser integribridge com '),
(24297,'field:8',0,1,' integribridge advisor '),
(24297,'field:9',0,1,' general inquiry '),
(24297,'title',0,1,' 2026 02 03 09 08 40 '),
(24298,'field:10',0,1,' i am presently admissions director and am looking for something closer easier to my home i have a resume i would like to share if you are looking for an admissions marketing director i saw your posting on linkedin '),
(24298,'field:18',0,1,' https ccprospectheights com contact '),
(24298,'field:19',0,1,' info ccprospectheights com '),
(24298,'field:28',0,1,' complete care at prospect heights '),
(24298,'field:6',0,1,' laura maggio '),
(24298,'field:7',0,1,' laurmag123 gmail com '),
(24298,'field:8',0,1,''),
(24298,'field:9',0,1,' careers '),
(24298,'title',0,1,' 2026 02 03 09 19 52 '),
(24302,'alt',0,1,''),
(24302,'extension',0,1,' jpg '),
(24302,'filename',0,1,' photo1 2026 02 03 150234 whdc jpg '),
(24302,'kind',0,1,' image '),
(24302,'slug',0,1,''),
(24302,'title',0,1,' photo1 '),
(24304,'alt',0,1,''),
(24304,'extension',0,1,' jpg '),
(24304,'filename',0,1,' photo1 2026 02 03 150238 ylwi jpg '),
(24304,'kind',0,1,' image '),
(24304,'slug',0,1,''),
(24304,'title',0,1,' photo1 '),
(24307,'field:12',0,1,' carmen ceus exantus '),
(24307,'field:13',0,1,' c ceus yahoo com '),
(24307,'field:14',0,1,' 862 4382755 '),
(24307,'field:15',0,1,' files resumes carmen resume pdf '),
(24307,'field:16',0,1,' administrative business office admissions marketing hr staffing '),
(24307,'field:17',0,1,' thank the reader for their time and consideration '),
(24307,'field:20',0,1,' https ccorangepark com careers '),
(24307,'field:21',0,1,' careers ccorangepark com '),
(24307,'field:29',0,1,' complete care at orange park '),
(24307,'title',0,1,' 2026 02 03 10 18 44 '),
(24308,'alt',0,1,''),
(24308,'extension',0,1,' pdf '),
(24308,'filename',0,1,' carmen resume pdf '),
(24308,'kind',0,1,' pdf '),
(24308,'slug',0,1,''),
(24308,'title',0,1,' carmen resume '),
(24309,'field:12',0,1,' haddie malone '),
(24309,'field:13',0,1,' dmmercy7 gmail com '),
(24309,'field:14',0,1,' 13123150330 '),
(24309,'field:15',0,1,''),
(24309,'field:16',0,1,''),
(24309,'field:17',0,1,' i have been a cna for 28 years and this is my passion the care of others the elderly those who are recovering from surgery i have enjoyed working rehab as well i am a certified rehab assistant from the college of dupage since 2003 but my heart is in the care of the resident i enjoy interacting with them i enjoy assisting to help make their day brighter it increases my day as well when i am able to do this for others its very rewarding and satisfying '),
(24309,'field:20',0,1,' https completecareblvd com careers '),
(24309,'field:21',0,1,' careers completecareblvd com '),
(24309,'field:29',0,1,' complete care at the boulevard '),
(24309,'title',0,1,' 2026 02 03 10 21 48 '),
(24316,'alt',0,1,''),
(24316,'extension',0,1,' jpg '),
(24316,'filename',0,1,' img 20260202 184749829 hdr 2026 02 03 152511 ruwj jpg '),
(24316,'kind',0,1,' image '),
(24316,'slug',0,1,''),
(24316,'title',0,1,' img 20260202 184749829 hdr '),
(24317,'alt',0,1,''),
(24317,'extension',0,1,' jpg '),
(24317,'filename',0,1,' img 20260202 184841578 hdr 2026 02 03 152511 tiqm jpg '),
(24317,'kind',0,1,' image '),
(24317,'slug',0,1,''),
(24317,'title',0,1,' img 20260202 184841578 hdr '),
(24318,'alt',0,1,''),
(24318,'extension',0,1,' jpg '),
(24318,'filename',0,1,' img 20260202 184852079 hdr 2026 02 03 152512 enfv jpg '),
(24318,'kind',0,1,' image '),
(24318,'slug',0,1,''),
(24318,'title',0,1,' img 20260202 184852079 hdr '),
(24319,'alt',0,1,''),
(24319,'extension',0,1,' jpg '),
(24319,'filename',0,1,' img 20260202 184829567 hdr 2026 02 03 152512 mfyg jpg '),
(24319,'kind',0,1,' image '),
(24319,'slug',0,1,''),
(24319,'title',0,1,' img 20260202 184829567 hdr '),
(24320,'alt',0,1,''),
(24320,'extension',0,1,' jpg '),
(24320,'filename',0,1,' img 20260202 184859962 hdr 2026 02 03 152513 fwbs jpg '),
(24320,'kind',0,1,' image '),
(24320,'slug',0,1,''),
(24320,'title',0,1,' img 20260202 184859962 hdr '),
(24321,'field:10',0,1,' are visitors allowed times available '),
(24321,'field:18',0,1,' https mycompletecare com contact '),
(24321,'field:19',0,1,' cfleming completecaremgmt com '),
(24321,'field:28',0,1,' complete care at bey lea '),
(24321,'field:6',0,1,' bill wilbert '),
(24321,'field:7',0,1,' sandbill81 gmail com '),
(24321,'field:8',0,1,''),
(24321,'field:9',0,1,' general inquiry '),
(24321,'title',0,1,' 2026 02 03 10 31 30 '),
(24348,'alt',0,1,''),
(24348,'extension',0,1,' pdf '),
(24348,'filename',0,1,' southpointe pdf '),
(24348,'kind',0,1,' pdf '),
(24348,'slug',0,1,''),
(24348,'title',0,1,' southpointe calendar '),
(24357,'alt',0,1,''),
(24357,'extension',0,1,' jpg '),
(24357,'filename',0,1,' photo1 2026 02 03 154520 mzzy jpg '),
(24357,'kind',0,1,' image '),
(24357,'slug',0,1,''),
(24357,'title',0,1,' photo1 '),
(24360,'alt',0,1,''),
(24360,'extension',0,1,' jpg '),
(24360,'filename',0,1,' photo1 2026 02 03 154525 ohif jpg '),
(24360,'kind',0,1,' image '),
(24360,'slug',0,1,''),
(24360,'title',0,1,' photo1 '),
(24427,'field:10',0,1,' hello i hope youre having a great day i wanted to introduce pro medsole rcm we partner with healthcare providers across the u s to support insurance credentialing llc formation and medical billing helping reduce administrative workload so providers can focus on patient care we are headquartered in mesa az with additional offices in texas new jersey and new york our services include credentialing $100 per commercial payer medicare medicaid enrollment $200 per insurance medical billing 2 99% of total monthly collections if youre open to a brief zoom call id be happy to learn more about your current setup and see whether our services could be helpful if not no problem at all thank you for your time and consideration '),
(24427,'field:18',0,1,' https ccburlingtonwoods com contact '),
(24427,'field:19',0,1,' info ccburlingtonwoods com '),
(24427,'field:28',0,1,' complete care at burlington woods '),
(24427,'field:6',0,1,' john miller '),
(24427,'field:7',0,1,' john pro medsolercm com '),
(24427,'field:8',0,1,' credentialing medical billing services '),
(24427,'field:9',0,1,' other '),
(24427,'title',0,1,' 2026 02 03 12 23 08 '),
(24429,'alt',0,1,''),
(24429,'extension',0,1,' pdf '),
(24429,'filename',0,1,' resume 2026 02 03 172430 vpou pdf '),
(24429,'kind',0,1,' pdf '),
(24429,'slug',0,1,''),
(24429,'title',0,1,' resume '),
(24433,'alt',0,1,''),
(24433,'extension',0,1,' jpg '),
(24433,'filename',0,1,' photo1 2026 02 03 174727 scyd jpg '),
(24433,'kind',0,1,' image '),
(24433,'slug',0,1,''),
(24433,'title',0,1,' photo1 '),
(24435,'alt',0,1,''),
(24435,'extension',0,1,' jpg '),
(24435,'filename',0,1,' photo1 2026 02 03 174731 ywsi jpg '),
(24435,'kind',0,1,' image '),
(24435,'slug',0,1,''),
(24435,'title',0,1,' photo1 '),
(24441,'field:12',0,1,' maria miranda '),
(24441,'field:13',0,1,' marialmiranda987 outlook com '),
(24441,'field:14',0,1,' 272 276 2257 '),
(24441,'field:15',0,1,' files resumes inbound4701210333307326354 pdf '),
(24441,'field:16',0,1,' administrative business office maintenance housekeeping '),
(24441,'field:17',0,1,' dear hiring manager i am submitting my resume for consideration for an entry level position at complete care at inglemoor i am eager to begin my career in healthcare and contribute to providing compassionate care to residents thank you for your time and consideration i would welcome the opportunity to discuss my interest further sincerely maria miranda '),
(24441,'field:20',0,1,' https ccinglemoor com careers '),
(24441,'field:21',0,1,' careers ccinglemoor com '),
(24441,'field:29',0,1,' complete care at inglemoor '),
(24441,'title',0,1,' 2026 02 03 13 17 15 '),
(24442,'alt',0,1,''),
(24442,'extension',0,1,' pdf '),
(24442,'filename',0,1,' inbound4701210333307326354 pdf '),
(24442,'kind',0,1,' pdf '),
(24442,'slug',0,1,''),
(24442,'title',0,1,' inbound4701210333307326354 '),
(24443,'field:12',0,1,' emily rodriguez '),
(24443,'field:13',0,1,' emilyrdrgz36 gmail com '),
(24443,'field:14',0,1,' 302 765 7654 '),
(24443,'field:15',0,1,' files resumes emily rodriguez resume2025 pdf '),
(24443,'field:16',0,1,' activities recreation admissions marketing dietary food service '),
(24443,'field:17',0,1,' i am interested in working in your facility and feel i could better your community and myself '),
(24443,'field:20',0,1,' http ccbrackenville com careers '),
(24443,'field:21',0,1,' careers ccbrackenville com '),
(24443,'field:29',0,1,' complete care at brackenville '),
(24443,'title',0,1,' 2026 02 03 13 28 29 '),
(24444,'alt',0,1,''),
(24444,'extension',0,1,' pdf '),
(24444,'filename',0,1,' emily rodriguez resume2025 pdf '),
(24444,'kind',0,1,' pdf '),
(24444,'slug',0,1,''),
(24444,'title',0,1,' emily rodriguez resume2025 '),
(24445,'field:12',0,1,' mackenzie roberts '),
(24445,'field:13',0,1,' kenzieroberts8509057 gmail com '),
(24445,'field:14',0,1,' 4146101970 '),
(24445,'field:15',0,1,' files resumes resume 2026 02 03 184333 zgor pdf '),
(24445,'field:16',0,1,' nursing '),
(24445,'field:17',0,1,' i am an lpn currently in school for my rn looking for a job that allows me to work in a management role i do have experience and would like to make connections with new staff residents and families '),
(24445,'field:20',0,1,' https cchalescorners com careers '),
(24445,'field:21',0,1,' info cchalescorners com '),
(24445,'field:29',0,1,' complete care at hales corners '),
(24445,'title',0,1,' 2026 02 03 13 43 33 '),
(24446,'alt',0,1,''),
(24446,'extension',0,1,' pdf '),
(24446,'filename',0,1,' resume 2026 02 03 184333 zgor pdf '),
(24446,'kind',0,1,' pdf '),
(24446,'slug',0,1,''),
(24446,'title',0,1,' resume '),
(24454,'alt',0,1,''),
(24454,'extension',0,1,' jpg '),
(24454,'filename',0,1,' photo1 2026 02 03 190713 widx jpg '),
(24454,'kind',0,1,' image '),
(24454,'slug',0,1,''),
(24454,'title',0,1,' photo1 '),
(24456,'alt',0,1,''),
(24456,'extension',0,1,' jpg '),
(24456,'filename',0,1,' photo1 2026 02 03 190718 zkwm jpg '),
(24456,'kind',0,1,' image '),
(24456,'slug',0,1,''),
(24456,'title',0,1,' photo1 '),
(24460,'field:10',0,1,' looking to see what your skilled nursing and long term care daily rate is '),
(24460,'field:18',0,1,' https ccholmdel com contact '),
(24460,'field:19',0,1,' info ccholmdel com '),
(24460,'field:28',0,1,' complete care at holmdel '),
(24460,'field:6',0,1,' nicole sutton '),
(24460,'field:7',0,1,' nicolesutton8989 gmail com '),
(24460,'field:8',0,1,''),
(24460,'field:9',0,1,' general inquiry '),
(24460,'title',0,1,' 2026 02 03 14 24 57 '),
(24462,'alt',0,1,''),
(24462,'extension',0,1,' jpg '),
(24462,'filename',0,1,' photo1 2026 02 03 194338 qhdh jpg '),
(24462,'kind',0,1,' image '),
(24462,'slug',0,1,''),
(24462,'title',0,1,' photo1 '),
(24464,'alt',0,1,''),
(24464,'extension',0,1,' jpg '),
(24464,'filename',0,1,' photo1 2026 02 03 194343 iowc jpg '),
(24464,'kind',0,1,' image '),
(24464,'slug',0,1,''),
(24464,'title',0,1,' photo1 '),
(24470,'alt',0,1,''),
(24470,'extension',0,1,' jpg '),
(24470,'filename',0,1,' photo1 2026 02 03 200707 dvgt jpg '),
(24470,'kind',0,1,' image '),
(24470,'slug',0,1,''),
(24470,'title',0,1,' photo1 '),
(24472,'alt',0,1,''),
(24472,'extension',0,1,' jpg '),
(24472,'filename',0,1,' photo1 2026 02 03 200711 kbsg jpg '),
(24472,'kind',0,1,' image '),
(24472,'slug',0,1,''),
(24472,'title',0,1,' photo1 '),
(24480,'field:1',0,1,' brooke lavell '),
(24480,'field:2',0,1,' blavell042 gmail com '),
(24480,'field:22',0,1,' https mycompletecare com volunteer '),
(24480,'field:23',0,1,' volunteer completecaremgmt com '),
(24480,'field:3',0,1,' 19175749057 '),
(24480,'field:4',0,1,' complete care at holmdel '),
(24480,'field:5',0,1,' my name is brooke lavell and i am a junior at holmdel high school and plan to study architecture in college i spent last summer in an interior design program at drexel university and a week at fallingwater studying architecture i was also recently accepted to an architecture program which i plan to attend this summer at syracuse university in high school i have taken classes such as engineering and design and ap art history i am also an eagle scout with troop 331 on the varsity volleyball team and a member of national honor society and latin honor society i am extremely passionate about art and design and i would love to present to your residents on different pieces which i have studied '),
(24480,'title',0,1,' 2026 02 03 15 39 15 '),
(24481,'field:12',0,1,' tessa pettiford '),
(24481,'field:13',0,1,' tessaapettiford2025 gmail com '),
(24481,'field:14',0,1,' 732 766 6041 '),
(24481,'field:15',0,1,''),
(24481,'field:16',0,1,' activities recreation administrative business office dietary food service '),
(24481,'field:17',0,1,' tessa pettiford 732 766 6041 tessaapettiford2025 gmail com completecare human resources i am excited to submit my resume for review i found this job posting online and after comparing the responsibilities to my own skills and interests i jumped at the chance to apply i believe my 10 years of experience in customer service has allowed me to develop the critical skills needed to excel in this position to schedule an interview please contact me at 732 766 6041 i look forward to meeting you to further discuss employment opportunities sincerely tessa pettiford '),
(24481,'field:20',0,1,' https ccburlingtonwoods com careers '),
(24481,'field:21',0,1,' careers ccburlingtonwoods com '),
(24481,'field:29',0,1,' complete care at burlington woods '),
(24481,'title',0,1,' 2026 02 03 15 46 48 '),
(24484,'alt',0,1,''),
(24484,'extension',0,1,' pdf '),
(24484,'filename',0,1,' tessa pettiford resume 2026 02 03 204811 uvsf pdf '),
(24484,'kind',0,1,' pdf '),
(24484,'slug',0,1,''),
(24484,'title',0,1,' tessa pettiford resume '),
(24488,'field:10',0,1,' hi there im an organizer for the cupid project a volunteer organization that creates valentine greetings for nursing home residents we just hosted a card making event at peapack private bank trust just up the road from your green knoll location wed love for you to be a benefactor of our handmade greetings if agreeable who would i work with to coordinate dropoff of our cards next week thank you erin '),
(24488,'field:18',0,1,' https mycompletecare com contact '),
(24488,'field:19',0,1,' cfleming completecaremgmt com '),
(24488,'field:28',0,1,' complete care at green knoll '),
(24488,'field:6',0,1,' erin e villagra '),
(24488,'field:7',0,1,' evillagra peapackprivate com '),
(24488,'field:8',0,1,' peapack private bank trust '),
(24488,'field:9',0,1,' general inquiry '),
(24488,'title',0,1,' 2026 02 03 16 09 59 '),
(24491,'field:1',0,1,' sue desmarais '),
(24491,'field:2',0,1,' desmarais10 gmail com '),
(24491,'field:22',0,1,' https mycompletecare com volunteer '),
(24491,'field:23',0,1,' volunteer completecaremgmt com '),
(24491,'field:3',0,1,' 9086757159 '),
(24491,'field:4',0,1,' complete care at bayshore '),
(24491,'field:5',0,1,' hi im a retired police officer and emt currently i am the president and chief k9 handler for k9 valor task force based in union beach id love to visit with my dogs '),
(24491,'title',0,1,' 2026 02 03 16 30 02 '),
(24492,'field:12',0,1,' sophia villanueva '),
(24492,'field:13',0,1,' haywardfamily4 icloud com '),
(24492,'field:14',0,1,' 13025102086 '),
(24492,'field:15',0,1,' files resumes resume sophia alize villanueva pdf '),
(24492,'field:16',0,1,' administrative business office dietary food service maintenance housekeeping nursing '),
(24492,'field:17',0,1,' hello i use to work at the summit nursing home as an cna it was amazing working with the elderly taking care of them meeting their families i was a wonderful worker always coming in and doing doubles making sure that everybody was safe and happy '),
(24492,'field:20',0,1,' https mycompletecare com careers '),
(24492,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(24492,'field:29',0,1,' complete care at hillside '),
(24492,'title',0,1,' 2026 02 03 16 41 57 '),
(24493,'alt',0,1,''),
(24493,'extension',0,1,' pdf '),
(24493,'filename',0,1,' resume sophia alize villanueva pdf '),
(24493,'kind',0,1,' pdf '),
(24493,'slug',0,1,''),
(24493,'title',0,1,' resume sophia alize villanueva '),
(24494,'field:10',0,1,' im reaching out to explore the possibility of partnering with your practice and supporting you with our customised billing services our goal is to ease your administrative workload while maximising the revenue your practice rightfully earns whether youre looking to fully outsource your billing operations or need targeted support in areas such as denial management or a r follow up we are confident that fine claim can add significant value to your practice if youd like to know more about our business models engagement structure or pricing percentages please feel free to reach out anytime i would be happy to schedule a brief call at your convenience to better understand your current billing needs and discuss how our services can support your growth please let me know a suitable time or feel free to contact me directly at 1 757 757 9006 or rashmika d fineclaim com looking forward to the opportunity to collaborate '),
(24494,'field:18',0,1,' https mycompletecare com contact '),
(24494,'field:19',0,1,' cfleming completecaremgmt com '),
(24494,'field:28',0,1,' complete care at cedar grove '),
(24494,'field:6',0,1,' rashmika das '),
(24494,'field:7',0,1,' rashmika d fineclaim com '),
(24494,'field:8',0,1,' fine claim '),
(24494,'field:9',0,1,' other '),
(24494,'title',0,1,' 2026 02 03 16 43 58 '),
(24496,'field:10',0,1,' hi i would like to ask if you are still hiring for registered nurses thanks '),
(24496,'field:18',0,1,' https mycompletecare com contact '),
(24496,'field:19',0,1,' cfleming completecaremgmt com '),
(24496,'field:28',0,1,' complete care at laurelton '),
(24496,'field:6',0,1,' kathy reyna quino '),
(24496,'field:7',0,1,' kathyquino yahoo com '),
(24496,'field:8',0,1,''),
(24496,'field:9',0,1,' careers '),
(24496,'title',0,1,' 2026 02 03 17 19 27 '),
(24500,'alt',0,1,''),
(24500,'extension',0,1,' jpg '),
(24500,'filename',0,1,' photo1 2026 02 03 230558 wtbv jpg '),
(24500,'kind',0,1,' image '),
(24500,'slug',0,1,''),
(24500,'title',0,1,' photo1 '),
(24502,'alt',0,1,''),
(24502,'extension',0,1,' jpg '),
(24502,'filename',0,1,' photo1 2026 02 03 230603 sgqc jpg '),
(24502,'kind',0,1,' image '),
(24502,'slug',0,1,''),
(24502,'title',0,1,' photo1 '),
(24512,'field:10',0,1,' is this a skilled nursing home '),
(24512,'field:18',0,1,' https completecarehillside com contact '),
(24512,'field:19',0,1,' info completecarehillside com '),
(24512,'field:28',0,1,' complete care at hillside '),
(24512,'field:6',0,1,' michelle briscoe '),
(24512,'field:7',0,1,' michellebriscoe9 gmail com '),
(24512,'field:8',0,1,' michellebriscoe9 gmail com '),
(24512,'field:9',0,1,' resident family support '),
(24512,'title',0,1,' 2026 02 03 19 03 57 '),
(24515,'field:12',0,1,' kathy reyna quino '),
(24515,'field:13',0,1,' kathyquino yahoo com '),
(24515,'field:14',0,1,' 7326260646 '),
(24515,'field:15',0,1,' files resumes kathy resume pdf pdf '),
(24515,'field:16',0,1,' nursing '),
(24515,'field:17',0,1,' hello i am excited to apply for the part time rn position at complete care at laurelton i have home care nursing experience and truly enjoy providing personalized compassionate care to patients i am dependable organized and work well both independently and with a team i would love the opportunity to join your facility thank you so much kathy reyna quino rn '),
(24515,'field:20',0,1,' https mycompletecare com careers '),
(24515,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(24515,'field:29',0,1,' complete care at laurelton '),
(24515,'title',0,1,' 2026 02 03 19 36 47 '),
(24516,'alt',0,1,''),
(24516,'extension',0,1,' pdf '),
(24516,'filename',0,1,' kathy resume pdf pdf '),
(24516,'kind',0,1,' pdf '),
(24516,'slug',0,1,''),
(24516,'title',0,1,' kathy resume pdf '),
(24519,'field:12',0,1,' denita smith '),
(24519,'field:13',0,1,' smithnita65 icloud com '),
(24519,'field:14',0,1,' 4145347944 '),
(24519,'field:15',0,1,' files resumes updated resume denita smith pdf '),
(24519,'field:16',0,1,' nursing '),
(24519,'field:17',0,1,' good evening my name is denita smith ive been a cna for almost 3 years i absolutely love it i enjoy working with residents getting to know others this is my journey im fully committed to being apart of your community please consider me thanks '),
(24519,'field:20',0,1,' https ccsouthpointe com careers '),
(24519,'field:21',0,1,' careers ccsouthpointe com '),
(24519,'field:29',0,1,' complete care at southpointe '),
(24519,'title',0,1,' 2026 02 03 19 59 48 '),
(24520,'alt',0,1,''),
(24520,'extension',0,1,' pdf '),
(24520,'filename',0,1,' updated resume denita smith pdf '),
(24520,'kind',0,1,' pdf '),
(24520,'slug',0,1,''),
(24520,'title',0,1,' updated resume denita smith '),
(24522,'field:10',0,1,' currently my father in a complete care in toms river nj and i would like to have him transferred closer to me and possible discuss a permanent solution as he is not able to live alone anymore my number is 201 400 4143 '),
(24522,'field:18',0,1,' https ccphillipsburg com contact '),
(24522,'field:19',0,1,' info ccphillipsburg com '),
(24522,'field:28',0,1,' complete care at phillipsburg '),
(24522,'field:6',0,1,' joanna barrier '),
(24522,'field:7',0,1,' jbarrier20 comcast net '),
(24522,'field:8',0,1,''),
(24522,'field:9',0,1,' resident family support '),
(24522,'title',0,1,' 2026 02 03 21 04 30 '),
(24597,'alt',0,1,''),
(24597,'extension',0,1,' jpg '),
(24597,'filename',0,1,' photo1 2026 02 04 043453 sslj jpg '),
(24597,'kind',0,1,' image '),
(24597,'slug',0,1,''),
(24597,'title',0,1,' photo1 '),
(24599,'alt',0,1,''),
(24599,'extension',0,1,' jpg '),
(24599,'filename',0,1,' photo1 2026 02 04 043457 jebk jpg '),
(24599,'kind',0,1,' image '),
(24599,'slug',0,1,''),
(24599,'title',0,1,' photo1 '),
(24678,'field:12',0,1,' marquita henry '),
(24678,'field:13',0,1,' henryquita28 gmail com '),
(24678,'field:14',0,1,' 2673916610 '),
(24678,'field:15',0,1,' files resumes marquita henry resume revised pdf '),
(24678,'field:16',0,1,' nursing '),
(24678,'field:17',0,1,' i am skilled in taking patient vital signs assisting providers with exams and procedures administering injections or medications performing ekg phlebotomy and other essential laboratory procedures checking patients in and out upon arrival and departure '),
(24678,'field:20',0,1,' https cclehigh com careers '),
(24678,'field:21',0,1,' careers cclehigh com '),
(24678,'field:29',0,1,' complete care at lehigh '),
(24678,'title',0,1,' 2026 02 04 04 05 30 '),
(24679,'alt',0,1,''),
(24679,'extension',0,1,' pdf '),
(24679,'filename',0,1,' marquita henry resume revised pdf '),
(24679,'kind',0,1,' pdf '),
(24679,'slug',0,1,''),
(24679,'title',0,1,' marquita henry resume revised '),
(24729,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks helena magallanes professional business profiles helena m professionalbusinessprofiles com respond with stop to optout '),
(24729,'field:18',0,1,' https ccbeylea com contact '),
(24729,'field:19',0,1,' info ccbeylea com '),
(24729,'field:28',0,1,' complete care at bey lea '),
(24729,'field:6',0,1,' helena magallanes '),
(24729,'field:7',0,1,' helena m professionalbusinessprofiles com '),
(24729,'field:8',0,1,' professional business profiles '),
(24729,'field:9',0,1,' general inquiry '),
(24729,'title',0,1,' 2026 02 04 07 03 46 '),
(24814,'field:12',0,1,' denita smith '),
(24814,'field:13',0,1,' smithnita65 icloud com '),
(24814,'field:14',0,1,' 4145347944 '),
(24814,'field:15',0,1,' files resumes updated resume denita smith 2026 02 04 151609 errh pdf '),
(24814,'field:16',0,1,' nursing '),
(24814,'field:17',0,1,' please consider me thanks '),
(24814,'field:20',0,1,' https ccglendalewest com careers '),
(24814,'field:21',0,1,' careers ccglendalewest com '),
(24814,'field:29',0,1,' complete care at glendale west '),
(24814,'title',0,1,' 2026 02 04 10 16 09 '),
(24815,'alt',0,1,''),
(24815,'extension',0,1,' pdf '),
(24815,'filename',0,1,' updated resume denita smith 2026 02 04 151609 errh pdf '),
(24815,'kind',0,1,' pdf '),
(24815,'slug',0,1,''),
(24815,'title',0,1,' updated resume denita smith '),
(24824,'field:10',0,1,' looking for skilled nursing and would like to see the daily rate '),
(24824,'field:18',0,1,' https ccholmdel com contact '),
(24824,'field:19',0,1,' info ccholmdel com '),
(24824,'field:28',0,1,' complete care at holmdel '),
(24824,'field:6',0,1,' nicole howard '),
(24824,'field:7',0,1,' nicolelynhh gmail com '),
(24824,'field:8',0,1,''),
(24824,'field:9',0,1,' general inquiry '),
(24824,'title',0,1,' 2026 02 04 10 23 07 '),
(24845,'field:10',0,1,' looking for a permanent place for my mother she has medicare medicaid she gets her monthly pension s s i she had 3 strokes within a 4 month time frame in 2023 2 were major there is alot i would like to explain to someone in detail about her mental physical state would also like to know more about the monthly financial cost to stay there and if there is a current waiting list a response back is greatly and kindly appreciated thank you kindly raylene cole daughter email raylenecole69 gmail com '),
(24845,'field:18',0,1,' https ccbrakeleypark com contact '),
(24845,'field:19',0,1,' info ccbrakeleypark com '),
(24845,'field:28',0,1,' complete care at brakeley park '),
(24845,'field:6',0,1,' raylene cole '),
(24845,'field:7',0,1,' raylenecole69 gmail com '),
(24845,'field:8',0,1,''),
(24845,'field:9',0,1,' general inquiry '),
(24845,'title',0,1,' 2026 02 04 11 13 51 '),
(24848,'field:12',0,1,' marly '),
(24848,'field:13',0,1,' marly6819 gmail com '),
(24848,'field:14',0,1,' 9082465937 '),
(24848,'field:15',0,1,' files resumes marly resume pdf '),
(24848,'field:16',0,1,' nursing '),
(24848,'field:17',0,1,' im interested in nursing position 3 11 shift as an rn '),
(24848,'field:20',0,1,' https ccwoodlands com careers '),
(24848,'field:21',0,1,' careers ccwoodlands com '),
(24848,'field:29',0,1,' complete care at woodlands '),
(24848,'title',0,1,' 2026 02 04 11 22 56 '),
(24849,'alt',0,1,''),
(24849,'extension',0,1,' pdf '),
(24849,'filename',0,1,' marly resume pdf '),
(24849,'kind',0,1,' pdf '),
(24849,'slug',0,1,''),
(24849,'title',0,1,' marly resume '),
(24850,'field:10',0,1,' my mother is in the er for rsv but has been very sick and on dialysis i am looking for a local place to help her '),
(24850,'field:18',0,1,' https mycompletecare com contact '),
(24850,'field:19',0,1,' cfleming completecaremgmt com '),
(24850,'field:28',0,1,''),
(24850,'field:6',0,1,' liz degiacomo '),
(24850,'field:7',0,1,' liz degiacomo gmail com '),
(24850,'field:8',0,1,''),
(24850,'field:9',0,1,' resident family support '),
(24850,'title',0,1,' 2026 02 04 11 26 17 '),
(24851,'field:10',0,1,' hello i am inquiring about a job as a cna at this facility i was told to come in and fill out a job application and once i came i was told there are no job applications to fill out '),
(24851,'field:18',0,1,' https completecareblvd com contact '),
(24851,'field:19',0,1,' info completecareblvd com '),
(24851,'field:28',0,1,' complete care at the boulevard '),
(24851,'field:6',0,1,' tatiana j '),
(24851,'field:7',0,1,' tatianajamiee gmail com '),
(24851,'field:8',0,1,''),
(24851,'field:9',0,1,' careers '),
(24851,'title',0,1,' 2026 02 04 11 28 18 '),
(24852,'field:12',0,1,' tatiana long '),
(24852,'field:13',0,1,' tatianajamiee gmail com '),
(24852,'field:14',0,1,' 7739985521 '),
(24852,'field:15',0,1,' files resumes resume updated 2025 pdf '),
(24852,'field:16',0,1,' nursing '),
(24852,'field:17',0,1,' tatiana long resume '),
(24852,'field:20',0,1,' https completecareblvd com careers '),
(24852,'field:21',0,1,' careers completecareblvd com '),
(24852,'field:29',0,1,' complete care at the boulevard '),
(24852,'title',0,1,' 2026 02 04 11 29 52 '),
(24853,'alt',0,1,''),
(24853,'extension',0,1,' pdf '),
(24853,'filename',0,1,' resume updated 2025 pdf '),
(24853,'kind',0,1,' pdf '),
(24853,'slug',0,1,''),
(24853,'title',0,1,' resume updated 2025 '),
(24874,'field:12',0,1,' ciara b maldonado '),
(24874,'field:13',0,1,' ciarabperez gmail com '),
(24874,'field:14',0,1,' 14144460239 '),
(24874,'field:15',0,1,' files resumes resume1 pdf '),
(24874,'field:16',0,1,' activities recreation administrative business office admissions marketing hr staffing maintenance housekeeping nursing recruitment social services '),
(24874,'field:17',0,1,' hello i am writing to express my interest in a position within your care team i am seeking a long term career in care where i can support others with compassion professionalism and consistency and i believe my background in service oriented roles has prepared me well for this path i bring experience from both military and civilian environments that required empathy attention to detail and the ability to remain calm under pressure during my time in the u s army i learned the importance of accountability teamwork and putting people first values that continue to guide my work today i have also supported individuals and families in fast paced high responsibility roles that required clear communication organization and trust what draws me to a career in care is the opportunity to make a meaningful difference in peoples lives whether through direct support coordination or day to day assistance i am dependable patient and genuinely motivated by helping others feel safe supported and respected i take pride in showing up consistently learning quickly and treating every person with dignity i would welcome the opportunity to grow within an organization that values compassion integrity and quality care thank you for your time and consideration i look forward to the possibility of contributing to your team sincerely ciara maldonado '),
(24874,'field:20',0,1,' https cchalescorners com careers '),
(24874,'field:21',0,1,' info cchalescorners com '),
(24874,'field:29',0,1,' complete care at hales corners '),
(24874,'title',0,1,' 2026 02 04 11 57 35 '),
(24875,'alt',0,1,''),
(24875,'extension',0,1,' pdf '),
(24875,'filename',0,1,' resume1 pdf '),
(24875,'kind',0,1,' pdf '),
(24875,'slug',0,1,''),
(24875,'title',0,1,' resume1 '),
(24885,'field:10',0,1,' hi jessica hope all is well so im reaching out to see if complete care offers at any of there nursing home facilities lvad care for long term care i see there is several complete care facilities in different location in new jersey do each facilities offer the same services looking for long term care for my brother who have a lvad along with other issue i look forward to hearing from you regards michelle williams '),
(24885,'field:18',0,1,' https ccarbors com contact '),
(24885,'field:19',0,1,' info ccarbors com '),
(24885,'field:28',0,1,' complete care at arbors '),
(24885,'field:6',0,1,' michelle williams '),
(24885,'field:7',0,1,' mwillia2 mw gmail com '),
(24885,'field:8',0,1,''),
(24885,'field:9',0,1,' general inquiry '),
(24885,'title',0,1,' 2026 02 04 12 07 28 '),
(24942,'field:1',0,1,' michelle spencer '),
(24942,'field:2',0,1,' michellespencer0917 gmail com '),
(24942,'field:22',0,1,' https mycompletecare com volunteer '),
(24942,'field:23',0,1,' volunteer completecaremgmt com '),
(24942,'field:3',0,1,' 19738005999 '),
(24942,'field:4',0,1,' complete care at west caldwell '),
(24942,'field:5',0,1,' good afternoon i am a reiki practioner and was interested in seeing if you would be interested in having me come to your location to do reiki with your patients '),
(24942,'title',0,1,' 2026 02 04 13 43 14 '),
(24948,'field:10',0,1,' my wife joanne is being scheduled for release from virtua vorhees in the next couple of days i believe shell be transferred to kresson view for rehab physical therapy treatment we have aetna medicare and joanne is also covered under champva are these insurances accepted at kresson view is there anything i have to do personally to make the admission go smoothly thank you for your assistance '),
(24948,'field:18',0,1,' https cckressonview com contact '),
(24948,'field:19',0,1,' info cckressonview com '),
(24948,'field:28',0,1,' complete care at kresson view '),
(24948,'field:6',0,1,' daniel martin kearns '),
(24948,'field:7',0,1,' danielmk comcast net '),
(24948,'field:8',0,1,' home '),
(24948,'field:9',0,1,' general inquiry '),
(24948,'title',0,1,' 2026 02 04 14 18 22 '),
(24949,'field:10',0,1,' my dad cant walk by himself anymore so i need to send him somewhere else so i know he is in good care all the time '),
(24949,'field:18',0,1,' https mycompletecare com contact '),
(24949,'field:19',0,1,' cfleming completecaremgmt com '),
(24949,'field:28',0,1,' complete care at bey lea assisted living '),
(24949,'field:6',0,1,' kevin casey '),
(24949,'field:7',0,1,' dominick dagnes metuchenschools org '),
(24949,'field:8',0,1,''),
(24949,'field:9',0,1,' resident family support '),
(24949,'title',0,1,' 2026 02 04 14 24 41 '),
(24953,'field:10',0,1,' i desire to move to the north side uptown to be closer to my elder family i have been living in rogers park since the 90s in my rented apartment i fractured my ankle open fracture which put me in a wheelchair for several months thus losing my apartment i do have psyche medical issues that i am currently working on my social service directors name is brook and she is assisting with my transfer research by giving her facilities that may have openings and i would appreciate being accepted thank you '),
(24953,'field:18',0,1,' https ccmargatepark com contact '),
(24953,'field:19',0,1,' info ccmargatepark com '),
(24953,'field:28',0,1,' complete care at margate park '),
(24953,'field:6',0,1,' alan michael houte '),
(24953,'field:7',0,1,' amhaute530 gmail com '),
(24953,'field:8',0,1,' currently residing at briar place nursing facility indian head park il '),
(24953,'field:9',0,1,' other '),
(24953,'title',0,1,' 2026 02 04 15 13 34 '),
(24954,'field:10',0,1,' looking for a place for my father 74 with alzheimers '),
(24954,'field:18',0,1,' https completecareberkshire com contact '),
(24954,'field:19',0,1,' info completecareberkshire com '),
(24954,'field:28',0,1,' complete care at berkshire '),
(24954,'field:6',0,1,' sarah tucci '),
(24954,'field:7',0,1,' smtucci88 gmail com '),
(24954,'field:8',0,1,''),
(24954,'field:9',0,1,' resident family support '),
(24954,'title',0,1,' 2026 02 04 15 20 47 '),
(24959,'field:10',0,1,' hello my name is taylor grandinetti and im working on behalf of the centers for medicare medicaid services on an important campaign to encourage people across the country to become certified nursing assistants who choose to work in a nursing home as a component of the campaign we are looking for testimonials from individuals who would be willing to share their positive experiences working as cnas in nursing homes im reaching out to you to see if any of your organizations cnas might be willing to share their story for the cms campaign if you know of anyone who might be interested we would greatly appreciate it if you could put us in contact with them id also be happy to schedule a call with you to discuss this campaign further each cna selected for the campaign will receive $3 000 for their participation thank you for your consideration of this request best taylor grandinetti https www cms gov priorities nursing home careers overview certified nursing assistant cna '),
(24959,'field:18',0,1,' https mycompletecare com contact '),
(24959,'field:19',0,1,' cfleming completecaremgmt com '),
(24959,'field:28',0,1,''),
(24959,'field:6',0,1,' taylor grandinetti '),
(24959,'field:7',0,1,' taylor grandinetti omc com '),
(24959,'field:8',0,1,' ketchum on behalf of the centers for medicare medicaid services '),
(24959,'field:9',0,1,' media inquiry '),
(24959,'title',0,1,' 2026 02 04 16 24 43 '),
(24963,'field:10',0,1,' im reaching out regarding skilled nursing care for my mother shes end stage copd and has been at both froedert in kenosha as well as watertown behavioral health in the last two weeks my father has been her caretaker and they have been managing relatively well unfortunately my mother unintentionally took too much prednisone to manager her breathing and had a short bout with acute psychosis shes been in the hospital for two weeks and is nearing her discharge from the hospital we feel we need her to have short term care and occupational therapy prior to setting up home care were hoping we can learn more about admissions and if shed be a fit my number is 773 230 8645 thank you '),
(24963,'field:18',0,1,' https ccgrandeprairie com contact '),
(24963,'field:19',0,1,' info ccgrandeprairie com '),
(24963,'field:28',0,1,' complete care at grande prairie '),
(24963,'field:6',0,1,' jeff olson '),
(24963,'field:7',0,1,' olsonj5 yahoo com '),
(24963,'field:8',0,1,''),
(24963,'field:9',0,1,' resident family support '),
(24963,'title',0,1,' 2026 02 04 18 16 43 '),
(24964,'field:10',0,1,' hi i am local and provide service in east orange and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(24964,'field:18',0,1,' https mycompletecare com contact '),
(24964,'field:19',0,1,' cfleming completecaremgmt com '),
(24964,'field:28',0,1,' complete care at corsica hills '),
(24964,'field:6',0,1,' gena kotarsky '),
(24964,'field:7',0,1,' gena janpronorthernnj com '),
(24964,'field:8',0,1,' jan pro of northern new jersey '),
(24964,'field:9',0,1,' general inquiry '),
(24964,'title',0,1,' 2026 02 04 18 42 23 '),
(24970,'field:12',0,1,' tara fitzharris '),
(24970,'field:13',0,1,' taratula143 gmail com '),
(24970,'field:14',0,1,' 17329986582 '),
(24970,'field:15',0,1,' files resumes screenshot 20260204 190111 gallery jpg '),
(24970,'field:16',0,1,' activities recreation dietary food service nursing '),
(24970,'field:17',0,1,' i love working with people helping them taking care of them or teaching them new things i have worked with all different types of situations and i would love to continue to work with making people feel better '),
(24970,'field:20',0,1,' https ccarbors com careers '),
(24970,'field:21',0,1,' careers ccarbors com '),
(24970,'field:29',0,1,' complete care at arbors '),
(24970,'title',0,1,' 2026 02 04 19 37 21 '),
(24971,'alt',0,1,''),
(24971,'extension',0,1,' jpg '),
(24971,'filename',0,1,' screenshot 20260204 190111 gallery jpg '),
(24971,'kind',0,1,' image '),
(24971,'slug',0,1,''),
(24971,'title',0,1,' screenshot 20260204 190111 gallery '),
(24974,'field:1',0,1,' margaret moore '),
(24974,'field:2',0,1,' margaretamoore16 gmail com '),
(24974,'field:22',0,1,' https mycompletecare com volunteer '),
(24974,'field:23',0,1,' volunteer completecaremgmt com '),
(24974,'field:3',0,1,' 12038417594 '),
(24974,'field:4',0,1,' complete care at middlebury '),
(24974,'field:5',0,1,' my name is margaret anne mary moore i am a resident of middlebury connecticut and am the founder of a community service organization positivity for patients the art of yes you can which works to uplift patients spirits through donations of canvas prints of artwork and motivational quotes and writing to be hung in hospitals and medical facilities i am a bestselling author with a master of fine arts degree and i collaborate with a local art guild black rock art guild to curate museum worthy art and writing to donate i am reaching out to inquire whether complete care at middlebury would be interested in being our next recipient it would be a great privilege to serve my community through this donation for more information please feel free to email me at margaretamoore16 gmail com and if you would like to gain a better visual and understanding of how the donation would work you can view our past campaign at https positivityforpatie4 wixsite com yesyoucan thank you for your time and consideration sincerely margaret anne mary moore bestselling author bold brave and breathless reveling in childhoods splendiferous glories while facing disability and loss margaretannemarymoore com '),
(24974,'title',0,1,' 2026 02 04 20 12 29 '),
(24978,'field:10',0,1,' im in search of my w 2 when lol it be emailed or sent through the mail i am incapable drive up to the facility to pick it up '),
(24978,'field:18',0,1,' https cckressonview com contact '),
(24978,'field:19',0,1,' info cckressonview com '),
(24978,'field:28',0,1,' complete care at kresson view '),
(24978,'field:6',0,1,' typria epps '),
(24978,'field:7',0,1,' typriaepps gmail com '),
(24978,'field:8',0,1,''),
(24978,'field:9',0,1,' careers '),
(24978,'title',0,1,' 2026 02 04 21 25 48 '),
(24982,'field:10',0,1,' hello i would like to share some suggestions for your website no cost and no obligation just an opportunity for you to see how we can improve your website and leads increase organic traffic and boost your ranking visibility would it be okay to send you the suggestions i have in mind thank you in advance tricia miller '),
(24982,'field:18',0,1,' https mycompletecare com contact '),
(24982,'field:19',0,1,' cfleming completecaremgmt com '),
(24982,'field:28',0,1,' complete care at dawnview '),
(24982,'field:6',0,1,' tricia miller '),
(24982,'field:7',0,1,' triciamillermkt gmail com '),
(24982,'field:8',0,1,''),
(24982,'field:9',0,1,' other '),
(24982,'title',0,1,' 2026 02 04 22 39 30 '),
(24983,'field:10',0,1,' hello i would like to share some suggestions for your website no cost and no obligation just an opportunity for you to see how we can improve your website and leads increase organic traffic and boost your ranking visibility would it be okay to send you the suggestions i have in mind thank you in advance tricia miller '),
(24983,'field:18',0,1,' https mycompletecare com contact '),
(24983,'field:19',0,1,' cfleming completecaremgmt com '),
(24983,'field:28',0,1,' complete care at clark '),
(24983,'field:6',0,1,' tricia miller '),
(24983,'field:7',0,1,' triciamillermkt gmail com '),
(24983,'field:8',0,1,''),
(24983,'field:9',0,1,' other '),
(24983,'title',0,1,' 2026 02 04 22 50 05 '),
(25043,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks helena magallanes professional business profiles helena m professionalbusinessprofiles com respond with stop to optout '),
(25043,'field:18',0,1,' https mycompletecare com contact '),
(25043,'field:19',0,1,' cfleming completecaremgmt com '),
(25043,'field:28',0,1,' complete care at court house '),
(25043,'field:6',0,1,' helena magallanes '),
(25043,'field:7',0,1,' helena m professionalbusinessprofiles com '),
(25043,'field:8',0,1,' professional business profiles '),
(25043,'field:9',0,1,' general inquiry '),
(25043,'title',0,1,' 2026 02 05 02 58 00 '),
(25055,'field:12',0,1,' karey phillips '),
(25055,'field:13',0,1,' kareyphillips431 gmail com '),
(25055,'field:14',0,1,' 4439018118 '),
(25055,'field:15',0,1,' files resumes resume 2026 02 05 084043 lqft pdf '),
(25055,'field:16',0,1,' activities recreation administrative business office admissions marketing '),
(25055,'field:17',0,1,' i work at tranquility woods in pasadena im working towards a degree in social work and am hoping to gain more experience in the environment my uncle is also a patient there and it would give me more time with him i am available all day tuesday wednesday thursday saturday thank you for your consideration karey phillips '),
(25055,'field:20',0,1,' https ccsevernapark com careers '),
(25055,'field:21',0,1,' careers ccsevernapark com '),
(25055,'field:29',0,1,' complete care at severna park '),
(25055,'title',0,1,' 2026 02 05 03 40 43 '),
(25056,'alt',0,1,''),
(25056,'extension',0,1,' pdf '),
(25056,'filename',0,1,' resume 2026 02 05 084043 lqft pdf '),
(25056,'kind',0,1,' pdf '),
(25056,'slug',0,1,''),
(25056,'title',0,1,' resume '),
(25064,'field:10',0,1,' i am with a local family owned janitorial company and would love to give you a professional cleaning quote were working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated trained team that is invested in going above and beyond may i give you more information or a no obligation cleaning quote for your space have a great day casey burke business development rep pureearth janitorial casey pureearthjanitorial com work was done with precision and accuracy certainly a company to keep alphonso s respond with stop to optout '),
(25064,'field:18',0,1,' https mycompletecare com contact '),
(25064,'field:19',0,1,' cfleming completecaremgmt com '),
(25064,'field:28',0,1,' complete care at wall '),
(25064,'field:6',0,1,' casey burke '),
(25064,'field:7',0,1,' casey pureearthjanitorial com '),
(25064,'field:8',0,1,' pureearth janitorial '),
(25064,'field:9',0,1,' general inquiry '),
(25064,'title',0,1,' 2026 02 05 05 06 30 '),
(25074,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks helena magallanes professional business profiles helena m professionalbusinessprofiles com respond with stop to optout '),
(25074,'field:18',0,1,' https mycompletecare com contact '),
(25074,'field:19',0,1,' cfleming completecaremgmt com '),
(25074,'field:28',0,1,' complete care at dawnview '),
(25074,'field:6',0,1,' helena magallanes '),
(25074,'field:7',0,1,' helena m professionalbusinessprofiles com '),
(25074,'field:8',0,1,' professional business profiles '),
(25074,'field:9',0,1,' general inquiry '),
(25074,'title',0,1,' 2026 02 05 07 14 38 '),
(25080,'field:10',0,1,' looking for information for respite care for 17 days in october for a family member please need to know if medicare and supplemental pays for anything and what the rates are per day please '),
(25080,'field:18',0,1,' https mycompletecare com contact '),
(25080,'field:19',0,1,' cfleming completecaremgmt com '),
(25080,'field:28',0,1,' complete care at voorhees '),
(25080,'field:6',0,1,' kim '),
(25080,'field:7',0,1,' schneckyk gmail com '),
(25080,'field:8',0,1,''),
(25080,'field:9',0,1,' general inquiry '),
(25080,'title',0,1,' 2026 02 05 09 05 37 '),
(25083,'field:10',0,1,' good morning i hope you are well i am writing to offer a unique and engaging speaking and performance program for your senior community featuring master percussionist kahlil kwame bell mr bell presents an interactive percussion experience that introduces a variety of traditional and contemporary percussion instruments during the program he discusses the history cultural background and sound concepts behind each instrument followed by live demonstrations seniors are invited to participate hands on exploring rhythm touch and tone in a welcoming and accessible format this program is designed specifically for senior audiences and supports cognitive stimulation creative expression and group participation sessions can be adapted in length and content to fit your schedule and wellness goals no prior musical experience is required for participants program features can include demonstration of multiple percussion instruments cultural and historical context of rhythms and sounds interactive play along opportunities gentle guided rhythm activities for group engagement q a discussion with the artist we would be glad to schedule a date that works for your organization and tailor the presentation to your needs please let me know if you would like program details availability and rates thank you for your consideration i look forward to the opportunity to bring this enriching musical experience to your seniors https kahlilkwamebell com sincerely jacelyn conwell representative for kahlil kwame bell 973 303 0644 '),
(25083,'field:18',0,1,' https ccsummitridge com contact '),
(25083,'field:19',0,1,' info ccsummitridge com '),
(25083,'field:28',0,1,' complete care at summit ridge '),
(25083,'field:6',0,1,' jacelyn conwell '),
(25083,'field:7',0,1,' conwellshop gmail com '),
(25083,'field:8',0,1,' kahlil kwame bell '),
(25083,'field:9',0,1,' other '),
(25083,'title',0,1,' 2026 02 05 10 23 49 '),
(25088,'field:12',0,1,' marissa damrow '),
(25088,'field:13',0,1,' marissadamrow gmail com '),
(25088,'field:14',0,1,' 12629930668 '),
(25088,'field:15',0,1,''),
(25088,'field:16',0,1,' nursing '),
(25088,'field:17',0,1,' im looking to work as a medical assistant on the weekends opt prn ive been an cma for 21 years i currently work at froedtert full time i have worked at froedtert for over 18 years im looking to pick up extra hours on the weekends '),
(25088,'field:20',0,1,' https ccgermantown com careers '),
(25088,'field:21',0,1,' careers ccgermantown com '),
(25088,'field:29',0,1,' complete care at germantown '),
(25088,'title',0,1,' 2026 02 05 10 37 29 '),
(25093,'field:10',0,1,' good morning this is bri coyne business developer with brightview landscapes i hope all is well i am reaching out to see if victoria commons is going to bid this season for 2026 spring landscaping i would love to connect and discuss your maintenance goals thank you and talk soon '),
(25093,'field:18',0,1,' https mycompletecare com contact '),
(25093,'field:19',0,1,' cfleming completecaremgmt com '),
(25093,'field:28',0,1,' complete care at victoria commons '),
(25093,'field:6',0,1,' brianna coyne '),
(25093,'field:7',0,1,' brianna coyne brightview com '),
(25093,'field:8',0,1,' brightview landscapes '),
(25093,'field:9',0,1,' general inquiry '),
(25093,'title',0,1,' 2026 02 05 10 54 33 '),
(25109,'field:10',0,1,' hello i would like to do a tour at the facility im looking for long term care for my mother '),
(25109,'field:18',0,1,' https mycompletecare com contact '),
(25109,'field:19',0,1,' cfleming completecaremgmt com '),
(25109,'field:28',0,1,' complete care at meriden '),
(25109,'field:6',0,1,' marlon slaughter '),
(25109,'field:7',0,1,' mdslaugh yahoo com '),
(25109,'field:8',0,1,''),
(25109,'field:9',0,1,' resident family support '),
(25109,'title',0,1,' 2026 02 05 11 56 52 '),
(25112,'field:10',0,1,' good afternoon i am with s2verify llc and we are a background screening company i am trying to verify employment for an individual who can assist me with this thanks in advance for your assistance '),
(25112,'field:18',0,1,' https mycompletecare com contact '),
(25112,'field:19',0,1,' cfleming completecaremgmt com '),
(25112,'field:28',0,1,' complete care at green acres '),
(25112,'field:6',0,1,' tutsirai patricia makuvachuma '),
(25112,'field:7',0,1,' tmakuvachuma s2verify com '),
(25112,'field:8',0,1,' ss2verify '),
(25112,'field:9',0,1,' other '),
(25112,'title',0,1,' 2026 02 05 12 08 54 '),
(25114,'field:10',0,1,' ride care transportation professional transportation services for assisted living group home residents dear administrator or resident coordinator ride care transportation llc is proud to offer dependable compassionate and professional transportation services tailored to residents of assisted living facilities and group homes we understand the importance of safe punctual and respectful transportation for medical appointments pharmacy visits dialysis treatments adult day programs and other essential needs our experienced drivers provide door to door service while maintaining dignity patience and care for every resident our services include non emergency medical transportation nemt assisted and ambulatory transportation medical appointments and follow up visits pharmacy and medication delivery support adult day care and community outings at ride care transportation llc safety communication and reliability are our top priorities we work closely with facility staff families and care teams to ensure smooth and stress free transportation for your residents we would welcome the opportunity to partner with your facility and customize transportation solutions to meet your needs please contact us to discuss availability scheduling or service agreements sincerely fabiola joseph ride care transportation llc email info ridecare transportation com website www ridecare transportation com office 732 405 1688 cell 908 290 6510 from door to destination we care '),
(25114,'field:18',0,1,' https mycompletecare com contact '),
(25114,'field:19',0,1,' cfleming completecaremgmt com '),
(25114,'field:28',0,1,' complete care at holmdel '),
(25114,'field:6',0,1,' fabiola joseph '),
(25114,'field:7',0,1,' rctransnemt gmail com '),
(25114,'field:8',0,1,' ride care transportation llc '),
(25114,'field:9',0,1,' general inquiry '),
(25114,'title',0,1,' 2026 02 05 12 22 37 '),
(25117,'field:10',0,1,' my sister sandra gualteros room 30a has been in your facility for about 3 years i have her poa and medical directive that you have on file she has been trying to has some questions regarding her ss payments and the account she has in your facility i have emailed and left vm for tierra pinkett but have not heard back sandra has also requested to talk to someone id appreciate the courtesy of a call regarding my sister my number is 954 551 3824 thank you '),
(25117,'field:18',0,1,' https mycompletecare com contact '),
(25117,'field:19',0,1,' cfleming completecaremgmt com '),
(25117,'field:28',0,1,' complete care at annapolis '),
(25117,'field:6',0,1,' claudia onstad '),
(25117,'field:7',0,1,' cxo11 hotmail com '),
(25117,'field:8',0,1,''),
(25117,'field:9',0,1,' resident family support '),
(25117,'title',0,1,' 2026 02 05 12 49 11 '),
(25118,'field:12',0,1,' bolton yussuf '),
(25118,'field:13',0,1,' boltonyussuf1 gmail com '),
(25118,'field:14',0,1,' 18483139940 '),
(25118,'field:15',0,1,''),
(25118,'field:16',0,1,' nursing '),
(25118,'field:17',0,1,' h '),
(25118,'field:20',0,1,' https mycompletecare com careers '),
(25118,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(25118,'field:29',0,1,''),
(25118,'title',0,1,' 2026 02 05 13 04 42 '),
(25120,'field:12',0,1,' bolton yussuf '),
(25120,'field:13',0,1,' boltonyussuf1 gmail com '),
(25120,'field:14',0,1,' 18483139940 '),
(25120,'field:15',0,1,' files resumes bolton yussuf lpn resume updated 2026 02 05 180616 kbgd pdf '),
(25120,'field:16',0,1,' nursing '),
(25120,'field:17',0,1,' i am looking forward to working with you '),
(25120,'field:20',0,1,' https mycompletecare com careers '),
(25120,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(25120,'field:29',0,1,' complete care at bayshore '),
(25120,'title',0,1,' 2026 02 05 13 06 16 '),
(25121,'alt',0,1,''),
(25121,'extension',0,1,' pdf '),
(25121,'filename',0,1,' bolton yussuf lpn resume updated 2026 02 05 180616 kbgd pdf '),
(25121,'kind',0,1,' pdf '),
(25121,'slug',0,1,''),
(25121,'title',0,1,' bolton yussuf lpn resume updated '),
(25122,'field:10',0,1,' good afternoon i would like a full copy of your policies and procedures sent to my email address '),
(25122,'field:18',0,1,' https mycompletecare com contact '),
(25122,'field:19',0,1,' cfleming completecaremgmt com '),
(25122,'field:28',0,1,' complete care at fair lawn edge '),
(25122,'field:6',0,1,' margarita acevedo '),
(25122,'field:7',0,1,' jessie5611 yahoo com '),
(25122,'field:8',0,1,''),
(25122,'field:9',0,1,' general inquiry '),
(25122,'title',0,1,' 2026 02 05 13 10 28 '),
(25123,'field:12',0,1,' wendy guinn '),
(25123,'field:13',0,1,' wendyg131 aol com '),
(25123,'field:14',0,1,' 908 283 5447 '),
(25123,'field:15',0,1,' files resumes resume 2025 pdf '),
(25123,'field:16',0,1,' administrative business office admissions marketing hr staffing social services '),
(25123,'field:17',0,1,' previous nursing facility experience with reception marketing admissions recruitment compliance resident and family engagement safety and regulation controls '),
(25123,'field:20',0,1,' https ccbrakeleypark com careers '),
(25123,'field:21',0,1,' careers ccbrakeleypark com '),
(25123,'field:29',0,1,' complete care at brakeley park '),
(25123,'title',0,1,' 2026 02 05 13 13 31 '),
(25124,'alt',0,1,''),
(25124,'extension',0,1,' pdf '),
(25124,'filename',0,1,' resume 2025 pdf '),
(25124,'kind',0,1,' pdf '),
(25124,'slug',0,1,''),
(25124,'title',0,1,' resume 2025 '),
(25128,'field:10',0,1,' good afternoon were looking into memory care for our mother who has alzheimers could you please tell me if you accept title 19 and how long your wait list is my mother would be private pay for approximately the first year thank you annie '),
(25128,'field:18',0,1,' https ccgrotonregency com contact '),
(25128,'field:19',0,1,' info ccgrotonregency com '),
(25128,'field:28',0,1,' complete care at groton regency '),
(25128,'field:6',0,1,' annie moshier '),
(25128,'field:7',0,1,' anniemoshier gmail com '),
(25128,'field:8',0,1,''),
(25128,'field:9',0,1,' resident family support '),
(25128,'title',0,1,' 2026 02 05 14 08 04 '),
(25132,'field:12',0,1,' naziah adams '),
(25132,'field:13',0,1,' naziahadams1 gmail com '),
(25132,'field:14',0,1,' 2679028595 '),
(25132,'field:15',0,1,' files resumes naziah a adams resume pdf '),
(25132,'field:16',0,1,' dietary food service hr staffing maintenance housekeeping recruitment '),
(25132,'field:17',0,1,' dear hiring manager i am writing to express my interest in the part time position at complete care i bring valuable experience in direct support and a strong commitment to providing compassionate reliable and respectful care to individuals in need through my experience in direct support i have developed strong skills in assisting with daily living activities promoting independence and creating a safe and supportive environment i take pride in building positive relationships with clients while maintaining professionalism patience and attention to detail i am seeking a part time opportunity where i can continue to grow professionally while contributing positively to your team i am dependable motivated and dedicated to delivering high quality care that aligns with complete cares standards and values thank you for your time i would welcome the opportunity to further discuss how my skills and experience can benefit your organization i look forward to hearing from you sincerely naziah adams '),
(25132,'field:20',0,1,' https cckressonview com careers '),
(25132,'field:21',0,1,' careers cckressonview com '),
(25132,'field:29',0,1,' complete care at kresson view '),
(25132,'title',0,1,' 2026 02 05 15 15 16 '),
(25133,'alt',0,1,''),
(25133,'extension',0,1,' pdf '),
(25133,'filename',0,1,' naziah a adams resume pdf '),
(25133,'kind',0,1,' pdf '),
(25133,'slug',0,1,''),
(25133,'title',0,1,' naziah a adams resume '),
(25137,'field:10',0,1,' i am seeking long term care for my cousin and serve as poa for her is it possible to submit an application form '),
(25137,'field:18',0,1,' https completecareglendale com contact '),
(25137,'field:19',0,1,' info completecareglendale com '),
(25137,'field:28',0,1,' complete care at glendale '),
(25137,'field:6',0,1,' rosalie griffin '),
(25137,'field:7',0,1,' rogriff att net '),
(25137,'field:8',0,1,''),
(25137,'field:9',0,1,' other '),
(25137,'title',0,1,' 2026 02 05 16 16 06 '),
(25140,'field:12',0,1,' kamya bailey '),
(25140,'field:13',0,1,' kamyaa baileyyy gmail com '),
(25140,'field:14',0,1,' 3026871568 '),
(25140,'field:15',0,1,' files resumes my resume pdf '),
(25140,'field:16',0,1,' dietary food service '),
(25140,'field:17',0,1,' dear hiring manager i am writing to apply for the dietary aide position at your facility i am someone who takes pride in being dependable respectful and detail oriented especially in environments where care and teamwork are important i enjoy working in roles where i can be helpful and contribute to others well being i understand how important nutrition cleanliness and consistency are in a healthcare setting and i always do my best to make sure tasks are completed correctly and efficiently i am calm under pressure willing to learn and take responsibility for my work as a student in a nursing technology program i am developing a strong foundation in professionalism safety and compassionate care which i bring into every job i take on i am eager to continue gaining experience in a care focused environment and to be part of a team that values quality service and respect thank you for your time and consideration i would appreciate the opportunity to further discuss my interest in this position sincerely kamya bailey 302 687 1568 kamyaa baileyyy gmail com '),
(25140,'field:20',0,1,' https ccsilverlake com careers '),
(25140,'field:21',0,1,' careers ccsilverlake com '),
(25140,'field:29',0,1,' complete care at silver lake '),
(25140,'title',0,1,' 2026 02 05 17 23 14 '),
(25141,'alt',0,1,''),
(25141,'extension',0,1,' pdf '),
(25141,'filename',0,1,' my resume pdf '),
(25141,'kind',0,1,' pdf '),
(25141,'slug',0,1,''),
(25141,'title',0,1,' my resume '),
(25145,'field:1',0,1,' walter brown '),
(25145,'field:2',0,1,' wbrownjr7204 gmail com '),
(25145,'field:22',0,1,' https mycompletecare com volunteer '),
(25145,'field:23',0,1,' volunteer completecaremgmt com '),
(25145,'field:3',0,1,' 4434429050 '),
(25145,'field:4',0,1,' complete care at hyattsville '),
(25145,'field:5',0,1,' hello my name is walter brown im a senior at umd college park super interested in finding new ways to either speak to or just generally volunteer with older individuals i find their experiences super valuable and would love to find new ways to give back im also a certified medical assistant super amicable and have a generally available schedule at this point so i would love to learn more i look forward to hearing from you all soon '),
(25145,'title',0,1,' 2026 02 05 17 49 04 '),
(25150,'field:12',0,1,' dashauna ousley '),
(25150,'field:13',0,1,' dashousley19 gmail com '),
(25150,'field:14',0,1,' 7738175050 '),
(25150,'field:15',0,1,' files resumes updated resume 2026 02 05 233401 fmzm pdf '),
(25150,'field:16',0,1,' activities recreation nursing '),
(25150,'field:17',0,1,' i am a cna and looking to work '),
(25150,'field:20',0,1,' https completecareblvd com careers '),
(25150,'field:21',0,1,' careers completecareblvd com '),
(25150,'field:29',0,1,' complete care at the boulevard '),
(25150,'title',0,1,' 2026 02 05 18 34 01 '),
(25151,'alt',0,1,''),
(25151,'extension',0,1,' pdf '),
(25151,'filename',0,1,' updated resume 2026 02 05 233401 fmzm pdf '),
(25151,'kind',0,1,' pdf '),
(25151,'slug',0,1,''),
(25151,'title',0,1,' updated resume '),
(25154,'field:12',0,1,' ruth chammas saintvry '),
(25154,'field:13',0,1,' ruthsaintvry07 gmail com '),
(25154,'field:14',0,1,' 9739558200 '),
(25154,'field:15',0,1,' files resumes ruth chammas resume january 26 pdf '),
(25154,'field:16',0,1,' administrative business office hr staffing recruitment social services '),
(25154,'field:17',0,1,' dear hiring manager i am writing to apply for an open position with complete care i have a background in public health and experience working in healthcare and community based settings where i support clients coordinate care and work closely with multidisciplinary teams i hold a master of public health and am comfortable with documentation communication with providers and families and maintaining consistency and follow through in fast paced environments i take my responsibilities seriously and value professionalism reliability and respectful care complete cares focus on patient support and quality care aligns with the type of work i am committed to doing i would appreciate the opportunity to contribute to your team and further discuss where my skills may be a good fit thank you for your time and consideration sincerely ruth chammas saintvry mph 973 955 8200 ruthsaintvry07 gmail com '),
(25154,'field:20',0,1,' https cccedargrove com careers '),
(25154,'field:21',0,1,' info cccedargrove com '),
(25154,'field:29',0,1,' complete care at cedar grove '),
(25154,'title',0,1,' 2026 02 05 19 12 55 '),
(25155,'alt',0,1,''),
(25155,'extension',0,1,' pdf '),
(25155,'filename',0,1,' ruth chammas resume january 26 pdf '),
(25155,'kind',0,1,' pdf '),
(25155,'slug',0,1,''),
(25155,'title',0,1,' ruth chammas resume january 26 '),
(25156,'field:10',0,1,' im trying to access information about my mothers progress but no one answers the phone at the nurses station i know its a busy place with a lot of people but shes my only mother thank you for understanding '),
(25156,'field:18',0,1,' https mycompletecare com contact '),
(25156,'field:19',0,1,' cfleming completecaremgmt com '),
(25156,'field:28',0,1,' complete care at holiday city '),
(25156,'field:6',0,1,' robbin morgan '),
(25156,'field:7',0,1,' rojosch aol com '),
(25156,'field:8',0,1,''),
(25156,'field:9',0,1,' resident family support '),
(25156,'title',0,1,' 2026 02 05 19 16 33 '),
(25157,'field:12',0,1,' jennifer riedel '),
(25157,'field:13',0,1,' jlriedel06 hotmail com '),
(25157,'field:14',0,1,' 6084150828 '),
(25157,'field:15',0,1,' files resumes rn resume 2026 pdf '),
(25157,'field:16',0,1,' nursing '),
(25157,'field:17',0,1,' i feel like i would be a great addition to this place ive had years of experience in nursing homes as well as on medsurg and an icu ive been a nurse for nine years and im just looking for a place that i can work at and i enjoy working at and isnt just a place that is all about money but more about caring about their residence and their staff members and i think i would be a great addition there im hard working i care for everyone and have empathy for anything and compassion and i think thats one of my strength i always want to make people happy and leave my workday feeling good and everything was done correctly and everyone can be in a better place please allow me to show you my capabilities i will look forward to hearing from you '),
(25157,'field:20',0,1,' https ccjeffersonmeadows com careers '),
(25157,'field:21',0,1,' careers ccjeffersonmeadows com '),
(25157,'field:29',0,1,' complete care at jefferson meadows '),
(25157,'title',0,1,' 2026 02 05 19 28 43 '),
(25158,'alt',0,1,''),
(25158,'extension',0,1,' pdf '),
(25158,'filename',0,1,' rn resume 2026 pdf '),
(25158,'kind',0,1,' pdf '),
(25158,'slug',0,1,''),
(25158,'title',0,1,' rn resume 2026 '),
(25159,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks helena magallanes professional business profile helenamagallanes professionalbusinessprofiles com respond with stop to optout '),
(25159,'field:18',0,1,' https mycompletecare com contact '),
(25159,'field:19',0,1,' cfleming completecaremgmt com '),
(25159,'field:28',0,1,' complete care at dawnview '),
(25159,'field:6',0,1,' helena magallanes '),
(25159,'field:7',0,1,' helenamagallanes professionalbusinessprofiles com '),
(25159,'field:8',0,1,' professional business profile '),
(25159,'field:9',0,1,' general inquiry '),
(25159,'title',0,1,' 2026 02 05 19 29 58 '),
(25164,'field:1',0,1,' eva devroy '),
(25164,'field:2',0,1,' evadevroy gmail com '),
(25164,'field:22',0,1,' https mycompletecare com volunteer '),
(25164,'field:23',0,1,' volunteer completecaremgmt com '),
(25164,'field:3',0,1,' 973 275 7716 '),
(25164,'field:4',0,1,' complete care at summit ridge '),
(25164,'field:5',0,1,' applying as a volunteer for the tech connect school club program to teach basic technology skills to residents '),
(25164,'title',0,1,' 2026 02 05 20 19 17 '),
(25165,'field:10',0,1,' hello would you forward my email to your life enrichment director recreation or activities director or volunteer director thank you raymond pierce hello i am raymond pierce a canadian storyteller living in toronto ontario i am offering a free complimentary storytelling service by email every week my stories are all family friendly humor suitable for everyone in each email i also include one of my personal light hearted short stories all my emails are sent as bcc blind carbon copies to protect your email address since 2016 i have been passionate about spreading joy and laughter with my humorous stories that i call morning smiles i do this because we live in a tragic wounded world and we all could use a good laugh often i am not offering to visit your nursing home but at age 81 i still do that in my local community some nursing homes share my stories by having staff or volunteers read them to their residents some print them to circulate or put them on bulletin boards some have a twice a week coffee clutch to share my stories and some have a community newsletter and post some of my stories there i am a member of storytelling toronto you can see my picture and short bio by googling storytelling toronto directory if this would interest you or someone you know please email me at raymondcssr gmail com or phone my cell 647 588 3600 thank you happy new year raymond pierce '),
(25165,'field:18',0,1,' https mycompletecare com contact '),
(25165,'field:19',0,1,' cfleming completecaremgmt com '),
(25165,'field:28',0,1,' complete care at harrington court '),
(25165,'field:6',0,1,' raymond pierce '),
(25165,'field:7',0,1,' raymondcssr gmail com '),
(25165,'field:8',0,1,''),
(25165,'field:9',0,1,' other '),
(25165,'title',0,1,' 2026 02 05 20 21 36 '),
(25166,'field:1',0,1,' mailto volunteers completecaremgmt commaia chayapruks '),
(25166,'field:2',0,1,' maiachayapruks21 gmail com '),
(25166,'field:22',0,1,' https mycompletecare com volunteer '),
(25166,'field:23',0,1,' volunteer completecaremgmt com '),
(25166,'field:3',0,1,' 12015517859 '),
(25166,'field:4',0,1,' complete care at westfield '),
(25166,'field:5',0,1,' i would love to volunteer and talk to the members of the nursing home '),
(25166,'title',0,1,' 2026 02 05 20 42 21 '),
(25169,'field:10',0,1,' onto ontario i am offering a free complimentary storytelling service by email every week my stories are all family friendly humor suitable for everyone in each email i also include one of my personal light hearted short stories all my emails are sent as bcc blind carbon copies to protect your email address since 2016 i have been passionate about spreading joy and laughter with my humorous stories that i call morning smiles i do this because we live in a tragic wounded world and we all could use a good laugh often i am not offering to visit your nursing home but at age 81 i still do that in my local community some nursing homes share my stories by having staff or volunteers read them to their residents some print them to circulate or put them on bulletin boards some have a twice a week coffee clutch to share my stories and some have a community newsletter and post some of my stories there i am a member of storytelling toronto you can see my picture and short bio by googling storytelling toronto directory if this would interest you or someone you know please email me at raymondcssr gmail com or phone my cell 647 588 3600 thank you happy new year raymond pierce '),
(25169,'field:18',0,1,' https mycompletecare com contact '),
(25169,'field:19',0,1,' cfleming completecaremgmt com '),
(25169,'field:28',0,1,''),
(25169,'field:6',0,1,' raymond pierce '),
(25169,'field:7',0,1,' raymondcssr gmail com '),
(25169,'field:8',0,1,''),
(25169,'field:9',0,1,' volunteer opportunities '),
(25169,'title',0,1,' 2026 02 05 20 51 09 '),
(25207,'field:10',0,1,' i am interested in a rn role if there was a supervisor role open i would be open to that i applied online but just wanted to give a message that i am interested in a rn position and have had 9 years of experience last 4 in skilled nursing homes and ltc i would love to work at a place who cares for their employees as well as residents thank you for reading this and hope to hear from you soon thanks again '),
(25207,'field:18',0,1,' https ccjeffersonmeadows com contact '),
(25207,'field:19',0,1,' info ccjeffersonmeadows com '),
(25207,'field:28',0,1,' complete care at jefferson meadows '),
(25207,'field:6',0,1,' jennifer riedel '),
(25207,'field:7',0,1,' jlriedel06 hotmail com '),
(25207,'field:8',0,1,' jeffersons meadows complete care '),
(25207,'field:9',0,1,' careers '),
(25207,'title',0,1,' 2026 02 05 21 17 27 '),
(25291,'field:12',0,1,' hadia zazai '),
(25291,'field:13',0,1,' hadiazazai793 gmail com '),
(25291,'field:14',0,1,' 17033000504 '),
(25291,'field:15',0,1,''),
(25291,'field:16',0,1,' nursing '),
(25291,'field:17',0,1,' i need job '),
(25291,'field:20',0,1,' https ccwheaton com careers '),
(25291,'field:21',0,1,' careers ccwheaton com '),
(25291,'field:29',0,1,' complete care at wheaton '),
(25291,'title',0,1,' 2026 02 06 00 49 24 '),
(25409,'field:10',0,1,' hi this is alex i gave you a quick call earlier and left a voicemail i also sent a short email about cleaning services for your company im with a company a local commercial cleaning company working with businesses in your area that want consistency and no babysitting if its helpful im happy to put together a complimentary cleaning estimate or have a quick conversation to see if wed be a good fit alex bridgman sales representative stratus of green bay alex commercialcleanrsinc com respond with stop to optout '),
(25409,'field:18',0,1,' https mycompletecare com contact '),
(25409,'field:19',0,1,' cfleming completecaremgmt com '),
(25409,'field:28',0,1,' complete care at annapolis '),
(25409,'field:6',0,1,' alex bridgman '),
(25409,'field:7',0,1,' alex commercialcleanrsinc com '),
(25409,'field:8',0,1,' commercial cleanrs '),
(25409,'field:9',0,1,' general inquiry '),
(25409,'title',0,1,' 2026 02 06 05 24 32 '),
(25478,'field:12',0,1,' sameerah buckner '),
(25478,'field:13',0,1,' sameerahbuckner13 gmail com '),
(25478,'field:14',0,1,' 8628887348 '),
(25478,'field:15',0,1,''),
(25478,'field:16',0,1,' dietary food service maintenance housekeeping '),
(25478,'field:17',0,1,' my resume isnt uploading but ive worked at an warehouse in elizabeth called brown aviation '),
(25478,'field:20',0,1,' https mycompletecare com careers '),
(25478,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(25478,'field:29',0,1,' complete care at orange park '),
(25478,'title',0,1,' 2026 02 06 09 00 53 '),
(25485,'field:10',0,1,' morning i am reaching out because we are looking into facilities for my father and yours was one we would be interested in looking at '),
(25485,'field:18',0,1,' https ccridgewood com contact '),
(25485,'field:19',0,1,' info ccridgewood com '),
(25485,'field:28',0,1,' complete care at ridgewood '),
(25485,'field:6',0,1,' sherry kaminskis '),
(25485,'field:7',0,1,' slkamins gmail com '),
(25485,'field:8',0,1,''),
(25485,'field:9',0,1,' general inquiry '),
(25485,'title',0,1,' 2026 02 06 09 12 06 '),
(25520,'field:1',0,1,' rebecca kennedy '),
(25520,'field:2',0,1,' rkennedy completecaremgmt com '),
(25520,'field:22',0,1,' https mycompletecare com volunteer '),
(25520,'field:23',0,1,' volunteer completecaremgmt com '),
(25520,'field:3',0,1,' 732 313 0880 x 732 '),
(25520,'field:4',0,1,' complete care at wall '),
(25520,'field:5',0,1,' good morning my 17 year old daughter would like to volunteer at the wall facility i can also reach out to her girl scout troop leader to also organize an activity i work at complete care in the corp office thank you for your time rebecca '),
(25520,'title',0,1,' 2026 02 06 10 09 18 '),
(25522,'field:10',0,1,' good morning i believe this message is for maisy my son would like to distribute valentine cards made by pre school children at meadowflower nursery school in fair haven to the patients and residents at complete care he would like to also bring a little something to make them smile we were thinking a flower or candy are there any parameters to follow we would like to come on friday 2 13 would that work for you thank you '),
(25522,'field:18',0,1,' https ccshrewsbury com contact '),
(25522,'field:19',0,1,' info ccshrewsbury com '),
(25522,'field:28',0,1,' complete care at shrewsbury '),
(25522,'field:6',0,1,' patricia gagliardi '),
(25522,'field:7',0,1,' pjgagliardi6 gmail com '),
(25522,'field:8',0,1,''),
(25522,'field:9',0,1,' volunteer opportunities '),
(25522,'title',0,1,' 2026 02 06 10 21 36 '),
(25645,'field:12',0,1,' jennifer searcy '),
(25645,'field:13',0,1,' mizzberry2010 js gmail com '),
(25645,'field:14',0,1,' 13125866214 '),
(25645,'field:15',0,1,''),
(25645,'field:16',0,1,' nursing '),
(25645,'field:17',0,1,' cna '),
(25645,'field:20',0,1,' https completecareblvd com careers '),
(25645,'field:21',0,1,' careers completecareblvd com '),
(25645,'field:29',0,1,' complete care at the boulevard '),
(25645,'title',0,1,' 2026 02 06 13 49 28 '),
(25651,'field:10',0,1,' hello complete care i am writing to express my strong interest in joining the complete care cna training program i am eager to earn my certification through your facility and transition into a full time role as a certified nursing assistant upon completion im particularly interested in the hyattsville location as i am a local to the area and admire the care provided at the facility however i am also open to discussing opportunities at other nearby locations where there may be a need for dedicated staff i am passionate about beginning my career in health care with complex care and would love to learn more about the next steps for enrollment and the application process thank you for your time and providing this opportunity best regards fatoumata bintou sinera 240 413 9106 '),
(25651,'field:18',0,1,' https cchyattsville com contact '),
(25651,'field:19',0,1,' info cchyattsville com '),
(25651,'field:28',0,1,' complete care at hyattsville '),
(25651,'field:6',0,1,' fatoumata bintou sinera '),
(25651,'field:7',0,1,' bintou sinera12 gmail com '),
(25651,'field:8',0,1,''),
(25651,'field:9',0,1,' careers '),
(25651,'title',0,1,' 2026 02 06 14 30 43 '),
(25654,'alt',0,1,''),
(25654,'extension',0,1,' pdf '),
(25654,'filename',0,1,' untitled design pdf '),
(25654,'kind',0,1,' pdf '),
(25654,'slug',0,1,''),
(25654,'title',0,1,' harston dining '),
(25667,'field:12',0,1,' donna ellis '),
(25667,'field:13',0,1,' dmmiller41 outlook com '),
(25667,'field:14',0,1,' 6083410306 '),
(25667,'field:15',0,1,' files resumes resized 20220625 134201 jpeg '),
(25667,'field:16',0,1,' maintenance housekeeping '),
(25667,'field:17',0,1,' my resume is a little old but i can update when i talk to someone '),
(25667,'field:20',0,1,' https ccjeffersonmeadows com careers '),
(25667,'field:21',0,1,' careers ccjeffersonmeadows com '),
(25667,'field:29',0,1,' complete care at jefferson meadows '),
(25667,'title',0,1,' 2026 02 06 15 05 45 '),
(25668,'alt',0,1,''),
(25668,'extension',0,1,' jpeg '),
(25668,'filename',0,1,' resized 20220625 134201 jpeg '),
(25668,'kind',0,1,' image '),
(25668,'slug',0,1,''),
(25668,'title',0,1,' resized 20220625 134201 '),
(25670,'field:12',0,1,' donna ellis '),
(25670,'field:13',0,1,' dmmiller41 outlook com '),
(25670,'field:14',0,1,' 6083410306 '),
(25670,'field:15',0,1,' files resumes resized 20220625 134201 2026 02 06 200913 cxml jpeg '),
(25670,'field:16',0,1,' maintenance housekeeping '),
(25670,'field:17',0,1,' not sure if it sent '),
(25670,'field:20',0,1,' https ccjeffersonmeadows com careers '),
(25670,'field:21',0,1,' careers ccjeffersonmeadows com '),
(25670,'field:29',0,1,' complete care at jefferson meadows '),
(25670,'title',0,1,' 2026 02 06 15 09 13 '),
(25671,'alt',0,1,''),
(25671,'extension',0,1,' jpeg '),
(25671,'filename',0,1,' resized 20220625 134201 2026 02 06 200913 cxml jpeg '),
(25671,'kind',0,1,' image '),
(25671,'slug',0,1,''),
(25671,'title',0,1,' resized 20220625 134201 '),
(25681,'slug',0,1,' shrewsbury review '),
(25681,'title',0,1,' jane a '),
(25682,'slug',0,1,' chelle c '),
(25682,'title',0,1,' chelle c '),
(25688,'field:10',0,1,' i am the provider contracts manager for group health cooperative of south central wisconsin ghc scw and we are looking to contract with complete care for its wi locations can you connect me with someone who can help '),
(25688,'field:18',0,1,' https mycompletecare com contact '),
(25688,'field:19',0,1,' cfleming completecaremgmt com '),
(25688,'field:28',0,1,''),
(25688,'field:6',0,1,' john w duncan '),
(25688,'field:7',0,1,' jduncan ghcscw com '),
(25688,'field:8',0,1,''),
(25688,'field:9',0,1,' general inquiry '),
(25688,'title',0,1,' 2026 02 06 15 31 49 '),
(25691,'field:12',0,1,' kehinde oduyemi '),
(25691,'field:13',0,1,' oduyemitemitope1 gmail com '),
(25691,'field:14',0,1,' 19293146096 '),
(25691,'field:15',0,1,' files resumes kehinde oduyemi home health aide licensed pdf '),
(25691,'field:16',0,1,' dietary food service nursing '),
(25691,'field:17',0,1,' certified home health aide '),
(25691,'field:20',0,1,' https ccorangepark com careers '),
(25691,'field:21',0,1,' careers ccorangepark com '),
(25691,'field:29',0,1,' complete care at orange park '),
(25691,'title',0,1,' 2026 02 06 16 35 08 '),
(25692,'alt',0,1,''),
(25692,'extension',0,1,' pdf '),
(25692,'filename',0,1,' kehinde oduyemi home health aide licensed pdf '),
(25692,'kind',0,1,' pdf '),
(25692,'slug',0,1,''),
(25692,'title',0,1,' kehinde oduyemi home health aide licensed '),
(25718,'field:10',0,1,' hello my name is gabrielle sileo and i am the owner and founder of sileo pet services we specialize in providing reliable compassionate pet care with a strong focus on safety consistency and peace of mind i am reaching out to explore a potential partnership with your senior living community that supports residents who have pets for many seniors pets provide companionship routine and emotional comfort however mobility limitations health changes or safety concerns can make daily pet care more challenging over time our services are designed to support residents in maintaining their independence while ensuring their pets receive proper gentle care partnering with a trusted pet care provider offers several benefits to your community it helps reduce fall risks associated with residents managing leashes stairs or outdoor conditions it limits the number of unknown individuals entering the property by offering a single vetted insured team it also provides reassurance to families that their loved ones and their pets are being cared for responsibly all members of our team are background checked fully insured and trained to work respectfully within residential communities we understand the importance of discretion routine and clear communication when supporting senior residents we also proudly offer senior discounts as part of our commitment to making quality pet care accessible from an operational standpoint we are happy to coordinate with your staff and follow any scheduling or access procedures your community has in place i would welcome the opportunity to discuss how a partnership could enhance quality of life for your residents while supporting your communitys safety and care standards thank you for your time and consideration i look forward to connecting warm regards gabrielle sileo owner and founder sileo pet services 347 635 5434 sileopetservices gmail com www sileopetservices com '),
(25718,'field:18',0,1,' https mycompletecare com contact '),
(25718,'field:19',0,1,' cfleming completecaremgmt com '),
(25718,'field:28',0,1,' complete care at voorhees '),
(25718,'field:6',0,1,' gabrielle sileo '),
(25718,'field:7',0,1,' sileopetservices gmail com '),
(25718,'field:8',0,1,' sileo pet services '),
(25718,'field:9',0,1,' resident family support '),
(25718,'title',0,1,' 2026 02 06 17 58 12 '),
(25839,'alt',0,1,''),
(25839,'extension',0,1,' pdf '),
(25839,'filename',0,1,' untitled document 2026 02 07 051714 ecsi pdf '),
(25839,'kind',0,1,' pdf '),
(25839,'slug',0,1,''),
(25839,'title',0,1,' untitled document '),
(26047,'field:10',0,1,' hi my father was a patient at kimberly hall in windsor and i am collecting his medical records can you please direct me to a contact i can send my request thank you maggie '),
(26047,'field:18',0,1,' https mycompletecare com contact '),
(26047,'field:19',0,1,' cfleming completecaremgmt com '),
(26047,'field:28',0,1,' complete care at kimberly hall north '),
(26047,'field:6',0,1,' maggie omeara '),
(26047,'field:7',0,1,' remdog117 gmail com '),
(26047,'field:8',0,1,''),
(26047,'field:9',0,1,' other '),
(26047,'title',0,1,' 2026 02 07 08 19 13 '),
(26059,'field:10',0,1,' hello i have an uncle who currently lives in st croix usvi he was diagnosed with alzheimers in july 2025 and is in need on assistance and placement as soon as possible i would appreciate speaking with someone at your facility at your earliest convenience thank you gail bostian glb6165 yahoo com 608 451 1160 '),
(26059,'field:18',0,1,' https ccnazareth com contact '),
(26059,'field:19',0,1,' info ccnazareth com '),
(26059,'field:28',0,1,' complete care at nazareth '),
(26059,'field:6',0,1,' gail bostian '),
(26059,'field:7',0,1,' glb6165 yahoo com '),
(26059,'field:8',0,1,''),
(26059,'field:9',0,1,' general inquiry '),
(26059,'title',0,1,' 2026 02 07 08 54 41 '),
(26063,'field:10',0,1,' hello i am looking for a rehabilitation facility for my father in law i need him transferred from where he is now as soon as possible '),
(26063,'field:18',0,1,' https ccbrackenville com contact '),
(26063,'field:19',0,1,' info ccbrackenville com '),
(26063,'field:28',0,1,' complete care at brackenville '),
(26063,'field:6',0,1,' christine botelho '),
(26063,'field:7',0,1,' botelho christine m gmail com '),
(26063,'field:8',0,1,''),
(26063,'field:9',0,1,' general inquiry '),
(26063,'title',0,1,' 2026 02 07 09 09 34 '),
(26085,'field:10',0,1,' we are looking for a nursing home to put my husband in hes 63 he had a massive stroke in 2021 we are looking for some space in june 2026 '),
(26085,'field:18',0,1,' https ccorangepark com contact '),
(26085,'field:19',0,1,' info ccorangepark com '),
(26085,'field:28',0,1,' complete care at orange park '),
(26085,'field:6',0,1,' raquel taylor bond '),
(26085,'field:7',0,1,' rtaylorbond1970 gmail com '),
(26085,'field:8',0,1,''),
(26085,'field:9',0,1,' resident family support '),
(26085,'title',0,1,' 2026 02 07 12 07 02 '),
(26104,'field:12',0,1,' withney norde '),
(26104,'field:13',0,1,' nordewithney gmail com '),
(26104,'field:14',0,1,' 8484665593 '),
(26104,'field:15',0,1,' files resumes withney%e2%80%99s resume pdf '),
(26104,'field:16',0,1,' dietary food service '),
(26104,'field:17',0,1,' thanks for your time ive attached my resume and look forward to hearing from you '),
(26104,'field:20',0,1,' https ccoceangrove com careers '),
(26104,'field:21',0,1,' careers ccoceangrove com '),
(26104,'field:29',0,1,' complete care at ocean grove '),
(26104,'title',0,1,' 2026 02 07 12 35 03 '),
(26105,'alt',0,1,''),
(26105,'extension',0,1,' pdf '),
(26105,'filename',0,1,' withneys resume pdf '),
(26105,'kind',0,1,' pdf '),
(26105,'slug',0,1,''),
(26105,'title',0,1,' withneys resume '),
(26127,'field:12',0,1,' clarissa gonzalez '),
(26127,'field:13',0,1,' clarissagonzalez906 gmail com '),
(26127,'field:14',0,1,' 2627527903 '),
(26127,'field:15',0,1,' files resumes resume 2026 02 07 193711 ykrg pdf '),
(26127,'field:16',0,1,' dietary food service '),
(26127,'field:17',0,1,' i am looking for part time or full time for dietary aide or receptionist thank you '),
(26127,'field:20',0,1,' https ccridgewood com careers '),
(26127,'field:21',0,1,' careers ccridgewood com '),
(26127,'field:29',0,1,' complete care at ridgewood '),
(26127,'title',0,1,' 2026 02 07 14 37 11 '),
(26128,'alt',0,1,''),
(26128,'extension',0,1,' pdf '),
(26128,'filename',0,1,' resume 2026 02 07 193711 ykrg pdf '),
(26128,'kind',0,1,' pdf '),
(26128,'slug',0,1,''),
(26128,'title',0,1,' resume '),
(26129,'field:10',0,1,' i would like to tour your facility but first i would like to know if you accept aetna medicare please let me knowas soon as possible '),
(26129,'field:18',0,1,' https cccedargrove com contact '),
(26129,'field:19',0,1,' info cccedargrove com '),
(26129,'field:28',0,1,' complete care at cedar grove '),
(26129,'field:6',0,1,' michele giuliano '),
(26129,'field:7',0,1,' mich ele verizon net '),
(26129,'field:8',0,1,''),
(26129,'field:9',0,1,' resident family support '),
(26129,'title',0,1,' 2026 02 07 15 13 08 '),
(26135,'field:1',0,1,' ariana miller '),
(26135,'field:2',0,1,' amaemiller3 gmail com '),
(26135,'field:22',0,1,' https mycompletecare com volunteer '),
(26135,'field:23',0,1,' volunteer completecaremgmt com '),
(26135,'field:3',0,1,' 2625737477 '),
(26135,'field:4',0,1,' complete care at kensington '),
(26135,'field:5',0,1,' looking for any opportunity 1x per week to help out by talking playing games or interacting with the community in any way to help i am only available after 3 30 in the evenings however please reach out with any opportunities '),
(26135,'title',0,1,' 2026 02 07 18 24 41 '),
(26137,'field:10',0,1,' this is a huge complaint i am prepared to fight complete care '),
(26137,'field:18',0,1,' https mycompletecare com contact '),
(26137,'field:19',0,1,' cfleming completecaremgmt com '),
(26137,'field:28',0,1,' complete care at brick '),
(26137,'field:6',0,1,' linda mary wilcox '),
(26137,'field:7',0,1,' lindamaryliotino gmail com '),
(26137,'field:8',0,1,''),
(26137,'field:9',0,1,' other '),
(26137,'title',0,1,' 2026 02 07 19 00 28 '),
(26138,'field:10',0,1,' hello would you forward my email to your life enrichment director recreation or activities director or volunteer director thank you raymond pierce hello i am raymond pierce a canadian storyteller living in toronto ontario i am offering a free complimentary storytelling service by email every week my stories are all family friendly humor suitable for everyone in each email i also include one of my personal light hearted short stories all my emails are sent as bcc blind carbon copies to protect your email address since 2016 i have been passionate about spreading joy and laughter with my humorous stories that i call morning smiles i do this because we live in a tragic wounded world and we all could use a good laugh often i am not offering to visit your nursing home but at age 81 i still do that in my local community some nursing homes share my stories by having staff or volunteers read them to their residents some print them to circulate or put them on bulletin boards some have a twice a week coffee clutch to share my stories and some have a community newsletter and post some of my stories there i am a member of storytelling toronto you can see my picture and short bio by googling storytelling toronto directory if this would interest you or someone you know please email me at raymondcssr gmail com or phone my cell 647 588 3600 thank you happy new year raymond pierce '),
(26138,'field:18',0,1,' https completecareoakridge com contact '),
(26138,'field:19',0,1,' info completecareoakridge com '),
(26138,'field:28',0,1,' complete care at oak ridge '),
(26138,'field:6',0,1,' raymond pierce '),
(26138,'field:7',0,1,' raymondcssr gmail com '),
(26138,'field:8',0,1,''),
(26138,'field:9',0,1,' general inquiry '),
(26138,'title',0,1,' 2026 02 07 19 11 14 '),
(26141,'field:10',0,1,' hello i am raymond pierce a canadian storyteller living in toronto ontario i am offering a free complimentary storytelling service by email every week my stories are all family friendly humor suitable for everyone in each email i also include one of my personal light hearted short stories all my emails are sent as bcc blind carbon copies to protect your email address since 2016 i have been passionate about spreading joy and laughter with my humorous stories that i call morning smiles i do this because we live in a tragic wounded world and we all could use a good laugh often i am not offering to visit your nursing home but at age 81 i still do that in my local community some nursing homes share my stories by having staff or volunteers read them to their residents some print them to circulate or put them on bulletin boards some have a twice a week coffee clutch to share my stories and some have a community newsletter and post some of my stories there i am a member of storytelling toronto you can see my picture and short bio by googling storytelling toronto directory if this would interest you or someone you know please email me at raymondcssr gmail com or phone my cell 647 588 3600 thank you happy new year raymond pierce '),
(26141,'field:18',0,1,' https mycompletecare com contact '),
(26141,'field:19',0,1,' cfleming completecaremgmt com '),
(26141,'field:28',0,1,' complete care at burlington woods '),
(26141,'field:6',0,1,' raymond pierce '),
(26141,'field:7',0,1,' raymondcssr gmail com '),
(26141,'field:8',0,1,''),
(26141,'field:9',0,1,' general inquiry '),
(26141,'title',0,1,' 2026 02 07 19 35 53 '),
(26145,'field:10',0,1,' would like a tour '),
(26145,'field:18',0,1,' https cchyattsville com contact '),
(26145,'field:19',0,1,' info cchyattsville com '),
(26145,'field:28',0,1,' complete care at hyattsville '),
(26145,'field:6',0,1,' beatrice walker '),
(26145,'field:7',0,1,' beatriceahmad yahoo com '),
(26145,'field:8',0,1,''),
(26145,'field:9',0,1,' resident family support '),
(26145,'title',0,1,' 2026 02 07 20 59 03 '),
(26151,'field:12',0,1,' nakyah terry '),
(26151,'field:13',0,1,' nakyaht51 gmail com '),
(26151,'field:14',0,1,' 4142332590 '),
(26151,'field:15',0,1,''),
(26151,'field:16',0,1,' dietary food service '),
(26151,'field:17',0,1,' hey im looking for a job and willing to start soon as possible '),
(26151,'field:20',0,1,' https ccglendalewest com careers '),
(26151,'field:21',0,1,' careers ccglendalewest com '),
(26151,'field:29',0,1,' complete care at glendale west '),
(26151,'title',0,1,' 2026 02 07 22 55 19 '),
(26154,'field:12',0,1,' kerryann deshaies '),
(26154,'field:13',0,1,' kkdeshaies2 gmail com '),
(26154,'field:14',0,1,' 8608741304 '),
(26154,'field:15',0,1,' files resumes img 4422 png '),
(26154,'field:16',0,1,' nursing '),
(26154,'field:17',0,1,' to whom it may concern im interested in your friday nursing supervisor job seen on your website thank you for considering me sincerely kerryann deshaies msn rn '),
(26154,'field:20',0,1,' https completecarekhs com careers '),
(26154,'field:21',0,1,' careers completecarekhs com '),
(26154,'field:29',0,1,' complete care at kimberly hall south '),
(26154,'title',0,1,' 2026 02 07 23 32 33 '),
(26155,'alt',0,1,''),
(26155,'extension',0,1,' png '),
(26155,'filename',0,1,' img 4422 png '),
(26155,'kind',0,1,' image '),
(26155,'slug',0,1,''),
(26155,'title',0,1,' img 4422 '),
(26245,'alt',0,1,''),
(26245,'extension',0,1,' jpg '),
(26245,'filename',0,1,' photo1 2026 02 08 103902 mfho jpg '),
(26245,'kind',0,1,' image '),
(26245,'slug',0,1,''),
(26245,'title',0,1,' photo1 '),
(26247,'alt',0,1,''),
(26247,'extension',0,1,' jpg '),
(26247,'filename',0,1,' photo1 2026 02 08 103906 dsfn jpg '),
(26247,'kind',0,1,' image '),
(26247,'slug',0,1,''),
(26247,'title',0,1,' photo1 '),
(26331,'field:10',0,1,' i am looking for a nursing home care for my mother and assisted living for my father '),
(26331,'field:18',0,1,' https cchagerstown com contact '),
(26331,'field:19',0,1,' info cchagerstown com '),
(26331,'field:28',0,1,' complete care at hagerstown '),
(26331,'field:6',0,1,' michael robert '),
(26331,'field:7',0,1,' robertfamilywv gmail com '),
(26331,'field:8',0,1,''),
(26331,'field:9',0,1,' general inquiry '),
(26331,'title',0,1,' 2026 02 08 09 13 55 '),
(26337,'field:12',0,1,' aysha hyman '),
(26337,'field:13',0,1,' hymanaysha yahoo com '),
(26337,'field:14',0,1,' 4433869452 '),
(26337,'field:15',0,1,' files resumes resume202505100658 pdf files resumes student ecard pdf '),
(26337,'field:16',0,1,' nursing '),
(26337,'field:17',0,1,' n a '),
(26337,'field:20',0,1,' https ccannapolis com careers '),
(26337,'field:21',0,1,' careers ccannapolis com '),
(26337,'field:29',0,1,' complete care at annapolis '),
(26337,'title',0,1,' 2026 02 08 10 11 49 '),
(26338,'alt',0,1,''),
(26338,'extension',0,1,' pdf '),
(26338,'filename',0,1,' resume202505100658 pdf '),
(26338,'kind',0,1,' pdf '),
(26338,'slug',0,1,''),
(26338,'title',0,1,' resume202505100658 '),
(26339,'alt',0,1,''),
(26339,'extension',0,1,' pdf '),
(26339,'filename',0,1,' student ecard pdf '),
(26339,'kind',0,1,' pdf '),
(26339,'slug',0,1,''),
(26339,'title',0,1,' student e card '),
(26358,'alt',0,1,''),
(26358,'extension',0,1,' jpg '),
(26358,'filename',0,1,' photo1 2026 02 08 160950 ccdo jpg '),
(26358,'kind',0,1,' image '),
(26358,'slug',0,1,''),
(26358,'title',0,1,' photo1 '),
(26360,'alt',0,1,''),
(26360,'extension',0,1,' jpg '),
(26360,'filename',0,1,' photo1 2026 02 08 160954 rdyy jpg '),
(26360,'kind',0,1,' image '),
(26360,'slug',0,1,''),
(26360,'title',0,1,' photo1 '),
(26400,'field:10',0,1,' would like to discuss care options for my father with dementia and do a tour he is currently in the hospital from being dehydrated and blood in stool his dementia seems to progressing more since this week 414 550 3050 '),
(26400,'field:18',0,1,' https cchalescorners com contact '),
(26400,'field:19',0,1,' info cchalescorners com '),
(26400,'field:28',0,1,' complete care at hales corners '),
(26400,'field:6',0,1,' karie dahlen '),
(26400,'field:7',0,1,' kariedahlen gmail com '),
(26400,'field:8',0,1,''),
(26400,'field:9',0,1,' resident family support '),
(26400,'title',0,1,' 2026 02 08 12 00 50 '),
(26414,'field:12',0,1,' kwalon '),
(26414,'field:13',0,1,' livelifekay498 gmail com '),
(26414,'field:14',0,1,' 3122853397 '),
(26414,'field:15',0,1,' files resumes img 0545 jpeg '),
(26414,'field:16',0,1,' dietary food service maintenance housekeeping '),
(26414,'field:17',0,1,' i hope to work with you guys to work for better things '),
(26414,'field:20',0,1,' https ccmargatepark com careers '),
(26414,'field:21',0,1,' careers ccmargatepark com '),
(26414,'field:29',0,1,' complete care at margate park '),
(26414,'title',0,1,' 2026 02 08 12 43 25 '),
(26415,'alt',0,1,''),
(26415,'extension',0,1,' jpeg '),
(26415,'filename',0,1,' img 0545 jpeg '),
(26415,'kind',0,1,' image '),
(26415,'slug',0,1,''),
(26415,'title',0,1,' img 0545 '),
(26418,'field:10',0,1,' i am a pre med re pa college student at the university of la crosse and am seeking to obtain my cna certification i am looking for a paid on the job cna training program that would start in mid july and complete in august i would be available post cna certification for seasonal employment i currently live in muskego '),
(26418,'field:18',0,1,' https mycompletecare com contact '),
(26418,'field:19',0,1,' cfleming completecaremgmt com '),
(26418,'field:28',0,1,' complete care at hales corners '),
(26418,'field:6',0,1,' lachlan peterson '),
(26418,'field:7',0,1,' lachpeterson icloud com '),
(26418,'field:8',0,1,''),
(26418,'field:9',0,1,' other '),
(26418,'title',0,1,' 2026 02 08 12 53 19 '),
(26420,'field:12',0,1,' darline wagnac '),
(26420,'field:13',0,1,' swtngell yahoo com '),
(26420,'field:14',0,1,' 9082834037 '),
(26420,'field:15',0,1,' files resumes copy of copy of copy of darline resume pdf '),
(26420,'field:16',0,1,' nursing '),
(26420,'field:17',0,1,' my name is darline wagnac i am an rn i am looking for a per diem position in subacute uni preferably 11 7 shift '),
(26420,'field:20',0,1,' https mycompletecare com careers '),
(26420,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(26420,'field:29',0,1,' complete care at woodlands '),
(26420,'title',0,1,' 2026 02 08 13 15 19 '),
(26421,'alt',0,1,''),
(26421,'extension',0,1,' pdf '),
(26421,'filename',0,1,' copy of copy of copy of darline resume pdf '),
(26421,'kind',0,1,' pdf '),
(26421,'slug',0,1,''),
(26421,'title',0,1,' copy of copy of copy of darline resume '),
(26426,'field:10',0,1,' interested in assisted living for my mother '),
(26426,'field:18',0,1,' https mycompletecare com contact '),
(26426,'field:19',0,1,' cfleming completecaremgmt com '),
(26426,'field:28',0,1,' complete care at whispering woods '),
(26426,'field:6',0,1,' lisa sanfilippo '),
(26426,'field:7',0,1,' lmeier79 yahoo com '),
(26426,'field:8',0,1,''),
(26426,'field:9',0,1,' resident family support '),
(26426,'title',0,1,' 2026 02 08 14 23 02 '),
(26428,'field:10',0,1,' good afternoon im looking to relocate my mom shes currently in autumn lake in catonsville but its too far she has dementia and needs long term care '),
(26428,'field:18',0,1,' https mycompletecare com contact '),
(26428,'field:19',0,1,' cfleming completecaremgmt com '),
(26428,'field:28',0,1,''),
(26428,'field:6',0,1,' crystal tacy '),
(26428,'field:7',0,1,' crystalmtacy gmail com '),
(26428,'field:8',0,1,''),
(26428,'field:9',0,1,' general inquiry '),
(26428,'title',0,1,' 2026 02 08 15 03 57 '),
(26437,'field:12',0,1,' daniellis jimenez '),
(26437,'field:13',0,1,' jimenezdaniellis yahoo com '),
(26437,'field:14',0,1,' 4142433796 '),
(26437,'field:15',0,1,' files resumes resume202512190228 pdf '),
(26437,'field:16',0,1,' nursing '),
(26437,'field:17',0,1,' hi im looking for art time or prn '),
(26437,'field:20',0,1,' https ccridgewood com careers '),
(26437,'field:21',0,1,' careers ccridgewood com '),
(26437,'field:29',0,1,' complete care at ridgewood '),
(26437,'title',0,1,' 2026 02 08 16 24 30 '),
(26438,'alt',0,1,''),
(26438,'extension',0,1,' pdf '),
(26438,'filename',0,1,' resume202512190228 pdf '),
(26438,'kind',0,1,' pdf '),
(26438,'slug',0,1,''),
(26438,'title',0,1,' resume202512190228 '),
(26443,'field:12',0,1,' uzziel pepana '),
(26443,'field:13',0,1,' puzziel1982 gmail com '),
(26443,'field:14',0,1,' 8482107968 '),
(26443,'field:15',0,1,' files resumes uzziel pepana usrn resume 2 2026 02 08 224116 otfr pdf '),
(26443,'field:16',0,1,' nursing '),
(26443,'field:17',0,1,' dear hiring manager i am writing to express my interest in the registered nurse position at complete care in brick new jersey with a strong clinical background a deep commitment to patient centered care and a passion for supporting residents in long term and post acute settings i am confident in my ability to contribute positively to your team as a registered nurse i have developed solid skills in comprehensive patient assessment medication administration care planning and interdisciplinary collaboration i am experienced in monitoring changes in patient conditions responding promptly to clinical needs and ensuring accurate documentation in compliance with regulatory standards my approach to nursing is rooted in compassion safety and respect prioritizing both the physical and emotional well being of every patient under my care i understand that complete care is dedicated to providing high quality rehabilitation and long term care services i am particularly drawn to your facilitys commitment to teamwork and excellence in resident care i thrive in fast paced environments and work effectively with physicians therapists cnas and fellow nurses to ensure coordinated and efficient care delivery in addition to my clinical skills i bring strong communication abilities attention to detail and a dependable work ethic i am committed to continuous learning and maintaining best practices to provide the highest standard of nursing care i would welcome the opportunity to further discuss how my experience and dedication align with the needs of complete care in brick thank you for your time and consideration i look forward to the opportunity to contribute to your team sincerely uzziel pepana '),
(26443,'field:20',0,1,' https mycompletecare com careers '),
(26443,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(26443,'field:29',0,1,''),
(26443,'title',0,1,' 2026 02 08 17 41 16 '),
(26444,'alt',0,1,''),
(26444,'extension',0,1,' pdf '),
(26444,'filename',0,1,' uzziel pepana usrn resume 2 2026 02 08 224116 otfr pdf '),
(26444,'kind',0,1,' pdf '),
(26444,'slug',0,1,''),
(26444,'title',0,1,' uzziel pepana usrn resume 2 '),
(26628,'alt',0,1,''),
(26628,'extension',0,1,' jpg '),
(26628,'filename',0,1,' photo1 2026 02 09 094931 cqyo jpg '),
(26628,'kind',0,1,' image '),
(26628,'slug',0,1,''),
(26628,'title',0,1,' photo1 '),
(26832,'field:12',0,1,' biasia ward '),
(26832,'field:13',0,1,' dimmie31 gmail com '),
(26832,'field:14',0,1,' 8628469974 '),
(26832,'field:15',0,1,' files resumes resume 2026 02 09 143531 iizx pdf '),
(26832,'field:16',0,1,' maintenance housekeeping '),
(26832,'field:17',0,1,' housekeeping position full time '),
(26832,'field:20',0,1,' https ccorangepark com careers '),
(26832,'field:21',0,1,' careers ccorangepark com '),
(26832,'field:29',0,1,' complete care at orange park '),
(26832,'title',0,1,' 2026 02 09 09 35 31 '),
(26833,'alt',0,1,''),
(26833,'extension',0,1,' pdf '),
(26833,'filename',0,1,' resume 2026 02 09 143531 iizx pdf '),
(26833,'kind',0,1,' pdf '),
(26833,'slug',0,1,''),
(26833,'title',0,1,' resume '),
(26885,'field:10',0,1,' good morning im a real estate agent and i co chair the happy homes projects for our office at coldwell banker augusta i wanted to make a basket for valentines day for the residents could you let me know if chapstick large print puzzle books maybe flavored tea bags and hot chocolate might be a nice treat would they enjoy anything else thank you brie parker 201 396 8827 '),
(26885,'field:18',0,1,' https mycompletecare com contact '),
(26885,'field:19',0,1,' cfleming completecaremgmt com '),
(26885,'field:28',0,1,' complete care at barn hill '),
(26885,'field:6',0,1,' brie parker '),
(26885,'field:7',0,1,' brie parker cbrealty com '),
(26885,'field:8',0,1,' coldwell banker augusta '),
(26885,'field:9',0,1,' other '),
(26885,'title',0,1,' 2026 02 09 10 46 10 '),
(26888,'field:12',0,1,' stephanie beard '),
(26888,'field:13',0,1,' stephaniebeard207 gmail com '),
(26888,'field:14',0,1,' 4145627362 '),
(26888,'field:15',0,1,' files resumes stephanie beard 001 pdf '),
(26888,'field:16',0,1,' nursing '),
(26888,'field:17',0,1,' dear hiring manager i am writing to apply for the certified nursing assistant position at your complete care nursing home i bring over 15 years of experience providing high quality compassionate care across a wide range of settings including dementia and memory care hospice skilled nursing rehabilitation and home health my background has equipped me to confidently support residents with complex medical cognitive and personal care needs throughout my career i have provided full assistance with activities of daily living including bathing dressing grooming toileting feeding transfers and mobility support i am highly experienced in complete care including repositioning incontinence care skin integrity monitoring and supporting residents with limited mobility or advanced cognitive decline i understand the importance of patience consistency and dignity especially when caring for residents with dementia or at end of life i am confident working in fast paced environments and collaborating closely with nurses therapists and interdisciplinary care teams i am attentive to changes in condition proactive in reporting concerns and committed to following individualized care plans safety protocols and infection control standards my experience in skilled and rehab settings has strengthened my ability to support recovery goals while maintaining comfort and safety with 15 years in long term and direct patient care i bring strong clinical skills reliability and professionalism to every shift i take pride in being dependable calm under pressure and a strong advocate for residents who rely on caregivers for both physical care and emotional support i would welcome the opportunity to contribute my experience and dedication to your facility thank you for your time and consideration i look forward to discussing how i can be a valuable asset to your care team '),
(26888,'field:20',0,1,' https ccgermantown com careers '),
(26888,'field:21',0,1,' careers ccgermantown com '),
(26888,'field:29',0,1,' complete care at germantown '),
(26888,'title',0,1,' 2026 02 09 10 54 26 '),
(26889,'alt',0,1,''),
(26889,'extension',0,1,' pdf '),
(26889,'filename',0,1,' stephanie beard 001 pdf '),
(26889,'kind',0,1,' pdf '),
(26889,'slug',0,1,''),
(26889,'title',0,1,' stephanie beard 001 '),
(26893,'field:12',0,1,' matthew butera '),
(26893,'field:13',0,1,' hockeyplaya2005 comcast net '),
(26893,'field:14',0,1,' 9082786106 '),
(26893,'field:15',0,1,' files resumes resume 2026 02 09 164106 gdhd pdf '),
(26893,'field:16',0,1,''),
(26893,'field:17',0,1,' open positions '),
(26893,'field:20',0,1,' https mycompletecare com careers '),
(26893,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(26893,'field:29',0,1,' complete care at holiday city '),
(26893,'title',0,1,' 2026 02 09 11 41 06 '),
(26894,'alt',0,1,''),
(26894,'extension',0,1,' pdf '),
(26894,'filename',0,1,' resume 2026 02 09 164106 gdhd pdf '),
(26894,'kind',0,1,' pdf '),
(26894,'slug',0,1,''),
(26894,'title',0,1,' resume '),
(26916,'field:10',0,1,' hello id like to learn more about respite care services thank you '),
(26916,'field:18',0,1,' https mycompletecare com contact '),
(26916,'field:19',0,1,' cfleming completecaremgmt com '),
(26916,'field:28',0,1,' complete care at harston hall '),
(26916,'field:6',0,1,' al rossius '),
(26916,'field:7',0,1,' arossius14 gmail com '),
(26916,'field:8',0,1,''),
(26916,'field:9',0,1,' general inquiry '),
(26916,'title',0,1,' 2026 02 09 12 11 06 '),
(26955,'field:12',0,1,' tramaine mcgriff '),
(26955,'field:13',0,1,' tmaine777 gmail com '),
(26955,'field:14',0,1,' 18607583667 '),
(26955,'field:15',0,1,' files resumes screenshot 20260106 122427 pdf reader png '),
(26955,'field:16',0,1,' dietary food service maintenance housekeeping '),
(26955,'field:17',0,1,' applying for employment '),
(26955,'field:20',0,1,' https completecarekhs com careers '),
(26955,'field:21',0,1,' careers completecarekhs com '),
(26955,'field:29',0,1,' complete care at kimberly hall south '),
(26955,'title',0,1,' 2026 02 09 13 32 07 '),
(26956,'alt',0,1,''),
(26956,'extension',0,1,' png '),
(26956,'filename',0,1,' screenshot 20260106 122427 pdf reader png '),
(26956,'kind',0,1,' image '),
(26956,'slug',0,1,''),
(26956,'title',0,1,' screenshot 20260106 122427 pdf reader '),
(26957,'field:12',0,1,' sydnee ransom '),
(26957,'field:13',0,1,' sransom20 icloud com '),
(26957,'field:14',0,1,' 19595297588 '),
(26957,'field:15',0,1,' files resumes ltss application pdf '),
(26957,'field:16',0,1,' administrative business office '),
(26957,'field:17',0,1,' n a '),
(26957,'field:20',0,1,' https completecarekhn com careers '),
(26957,'field:21',0,1,' careers completecarekhn com '),
(26957,'field:29',0,1,' complete care at kimberly hall north '),
(26957,'title',0,1,' 2026 02 09 13 32 37 '),
(26958,'alt',0,1,''),
(26958,'extension',0,1,' pdf '),
(26958,'filename',0,1,' ltss application pdf '),
(26958,'kind',0,1,' pdf '),
(26958,'slug',0,1,''),
(26958,'title',0,1,' ltss application '),
(26963,'field:12',0,1,' kimber faust '),
(26963,'field:13',0,1,' kimberfaust06 hmail com '),
(26963,'field:14',0,1,' 7324920621 '),
(26963,'field:15',0,1,' files resumes kimber faust resume pdf '),
(26963,'field:16',0,1,' administrative business office '),
(26963,'field:17',0,1,' kimber faust toms river nj full time applicant '),
(26963,'field:20',0,1,' https ccholidaycity com careers '),
(26963,'field:21',0,1,' careers ccholidaycity com '),
(26963,'field:29',0,1,' complete care at holiday city '),
(26963,'title',0,1,' 2026 02 09 14 16 49 '),
(26964,'alt',0,1,''),
(26964,'extension',0,1,' pdf '),
(26964,'filename',0,1,' kimber faust resume pdf '),
(26964,'kind',0,1,' pdf '),
(26964,'slug',0,1,''),
(26964,'title',0,1,' kimber faust resume '),
(26972,'field:10',0,1,' i recently requested information for an admission for a family member the clinic faxed all medical notes directly to your location i want to know whats the next step to take please give me a call back at 4148921418 thank you '),
(26972,'field:18',0,1,' https ccsouthpointe com contact '),
(26972,'field:19',0,1,' info southpointecrc com '),
(26972,'field:28',0,1,' complete care at southpointe '),
(26972,'field:6',0,1,' lucero rodriguez '),
(26972,'field:7',0,1,' rodriguez estr28 gmail com '),
(26972,'field:8',0,1,''),
(26972,'field:9',0,1,' general inquiry '),
(26972,'title',0,1,' 2026 02 09 15 53 31 '),
(26975,'field:10',0,1,' good afternoon i hope this email finds you well i am a graduate student in speech language pathology anticipating graduating in may 2026 i am reaching out to ask if you are open for a student shadow in the next few months as i approach graduation i am looking to gain additional experience in this setting in new jersey and would truly appreciate any and all guidance or connections you are willing to share best lourdes fuentes '),
(26975,'field:18',0,1,' https mycompletecare com contact '),
(26975,'field:19',0,1,' cfleming completecaremgmt com '),
(26975,'field:28',0,1,' complete care at hamilton plaza '),
(26975,'field:6',0,1,' lourdes f '),
(26975,'field:7',0,1,' lourdesfuent3s gmail com '),
(26975,'field:8',0,1,' n a '),
(26975,'field:9',0,1,' general inquiry '),
(26975,'title',0,1,' 2026 02 09 16 04 57 '),
(26976,'field:1',0,1,' lourdes f '),
(26976,'field:2',0,1,' lourdesfuent3s gmail com '),
(26976,'field:22',0,1,' https mycompletecare com volunteer '),
(26976,'field:23',0,1,' volunteer completecaremgmt com '),
(26976,'field:3',0,1,' 6098500356 '),
(26976,'field:4',0,1,' complete care at hamilton plaza '),
(26976,'field:5',0,1,' i am interested in volunteering opportunities '),
(26976,'title',0,1,' 2026 02 09 16 05 54 '),
(26978,'field:10',0,1,' looking at long term care for my mom '),
(26978,'field:18',0,1,' https mycompletecare com contact '),
(26978,'field:19',0,1,' cfleming completecaremgmt com '),
(26978,'field:28',0,1,' complete care at annapolis '),
(26978,'field:6',0,1,' shaun flaherty '),
(26978,'field:7',0,1,' shaun m flaherty gmail com '),
(26978,'field:8',0,1,''),
(26978,'field:9',0,1,' general inquiry '),
(26978,'title',0,1,' 2026 02 09 17 00 49 '),
(26982,'field:12',0,1,' latasha myatt '),
(26982,'field:13',0,1,' lmyatt319 gmail com '),
(26982,'field:14',0,1,' 267 449 9203 '),
(26982,'field:15',0,1,' files resumes latasha myatt lpn pdf '),
(26982,'field:16',0,1,' nursing '),
(26982,'field:17',0,1,' part time lpn position 3 11 or 7 3 '),
(26982,'field:20',0,1,' https ccharstonhall com careers '),
(26982,'field:21',0,1,' careers ccharstonhall com '),
(26982,'field:29',0,1,' complete care at harston hall '),
(26982,'title',0,1,' 2026 02 09 17 34 33 '),
(26983,'alt',0,1,''),
(26983,'extension',0,1,' pdf '),
(26983,'filename',0,1,' latasha myatt lpn pdf '),
(26983,'kind',0,1,' pdf '),
(26983,'slug',0,1,''),
(26983,'title',0,1,' latasha myatt lpn '),
(27012,'field:10',0,1,' hello i would like to request information regarding your admissions process services pricing and to confirm if you accept medicaid applicants as well '),
(27012,'field:18',0,1,' https mycompletecare com contact '),
(27012,'field:19',0,1,' cfleming completecaremgmt com '),
(27012,'field:28',0,1,' complete care at regent '),
(27012,'field:6',0,1,' maria vanegas '),
(27012,'field:7',0,1,' maria vanegas gmail com '),
(27012,'field:8',0,1,''),
(27012,'field:9',0,1,' general inquiry '),
(27012,'title',0,1,' 2026 02 09 18 44 31 '),
(27017,'field:10',0,1,' my name is imani pearson and i am enrolling as a licensed practical nurse lpn student at strayer university i am reaching out because my program requires me to secure my own clinical preceptor for 400 hours in a healthcare setting i am looking for a licensed nurse rn or experienced lpn who would be willing to precept me during this clinical experience i am eager to learn and contribute and i am able to complete hours on a schedule that works with your team evenings weekends if needed if you are not the right person to handle this request could you please direct me to the director of nursing or nurse manager thank you very much for your time and consideration i would welcome the opportunity to discuss this further '),
(27017,'field:18',0,1,' https mycompletecare com contact '),
(27017,'field:19',0,1,' cfleming completecaremgmt com '),
(27017,'field:28',0,1,' complete care at wheaton '),
(27017,'field:6',0,1,' imani pearson '),
(27017,'field:7',0,1,' imanipearson8 gmail com '),
(27017,'field:8',0,1,''),
(27017,'field:9',0,1,' other '),
(27017,'title',0,1,' 2026 02 09 18 56 44 '),
(27018,'field:10',0,1,' yes good evening my beautiful fiance and myself would like to speak w someone from your office tomorrow my is 732 269 0500 my roommate is virginia '),
(27018,'field:18',0,1,' https mycompletecare com contact '),
(27018,'field:19',0,1,' cfleming completecaremgmt com '),
(27018,'field:28',0,1,' complete care at bey lea '),
(27018,'field:6',0,1,' joel jones '),
(27018,'field:7',0,1,' jc26gmen outlook com '),
(27018,'field:8',0,1,''),
(27018,'field:9',0,1,' other '),
(27018,'title',0,1,' 2026 02 09 18 59 26 '),
(27019,'field:12',0,1,' charlena clayton '),
(27019,'field:13',0,1,' charlenaclayton1979 gmail com '),
(27019,'field:14',0,1,' 6096760644 '),
(27019,'field:15',0,1,' files resumes resume202108231101 pdf '),
(27019,'field:16',0,1,' administrative business office '),
(27019,'field:17',0,1,' hi i am looking for a part time receptionist or secretary position i can work weekends and about 2 days her week any shift '),
(27019,'field:20',0,1,' https mycompletecare com careers '),
(27019,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(27019,'field:29',0,1,' complete care at burlington woods '),
(27019,'title',0,1,' 2026 02 09 19 03 47 '),
(27020,'alt',0,1,''),
(27020,'extension',0,1,' pdf '),
(27020,'filename',0,1,' resume202108231101 pdf '),
(27020,'kind',0,1,' pdf '),
(27020,'slug',0,1,''),
(27020,'title',0,1,' resume202108231101 '),
(27022,'alt',0,1,''),
(27022,'extension',0,1,' jpg '),
(27022,'filename',0,1,' photo1 2026 02 10 000443 hdty jpg '),
(27022,'kind',0,1,' image '),
(27022,'slug',0,1,''),
(27022,'title',0,1,' photo1 '),
(27024,'alt',0,1,''),
(27024,'extension',0,1,' jpg '),
(27024,'filename',0,1,' photo1 2026 02 10 000449 scik jpg '),
(27024,'kind',0,1,' image '),
(27024,'slug',0,1,''),
(27024,'title',0,1,' photo1 '),
(27030,'field:12',0,1,' manuel alejandro garcia perez '),
(27030,'field:13',0,1,' manuelsuscripciones53 gmail com '),
(27030,'field:14',0,1,' 6082094569 '),
(27030,'field:15',0,1,' files resumes manuel a garcia perez resume pdf '),
(27030,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping volunteer opportunities '),
(27030,'field:17',0,1,' dear completecare team i am writing to express my interest in employment opportunities at your maple grove facility particularly in the areas of dietary food services activities recreation maintenance cleaning and volunteer opportunities as indicated in my application my name is manuel a garcia perez i hold a bachelors degree in economics from the universitat oberta de catalunya uoc and i bring solid experience in customer service and food preparation i am currently employed as a food preparer at chipotle in madison wisconsin since august 2025 where i prepare food with strict adherence to hygiene standards deliver positive dining experiences to customers and maintain high levels of cleanliness and organization previously i held similar roles as a kitchen assistant at rosapenna hotel golf resort in ireland and as a cashier at zara in barcelona which honed my abilities in teamwork fast paced environments and detail oriented service in addition my volunteer experience with the red cross in badalona spain 2020 2022 involved direct assistance to vulnerable individuals including food distribution emotional support and collaboration in serving those facing hardship this experience deepened my commitment to supporting others and inspired me to pursue roles in care settings such as those provided by completecare with native proficiency in spanish intermediate english strong digital competencies and experience in multicultural environments i am confident i can add value in food services recreational activities or maintenance tasks that require responsibility organization and empathy i am enthusiastic about the opportunity to contribute to the exceptional care completecare provides to its residents and would welcome the chance to discuss how my background aligns with your teams needs thank you for your time and consideration i am available for any additional information you may require sincerely manuel a garcia perez phone 6082094569 '),
(27030,'field:20',0,1,' https ccmaplegrove com careers '),
(27030,'field:21',0,1,' careers ccmaplegrove com '),
(27030,'field:29',0,1,' complete care at maple grove '),
(27030,'title',0,1,' 2026 02 09 19 20 09 '),
(27031,'alt',0,1,''),
(27031,'extension',0,1,' pdf '),
(27031,'filename',0,1,' manuel a garcia perez resume pdf '),
(27031,'kind',0,1,' pdf '),
(27031,'slug',0,1,''),
(27031,'title',0,1,' manuel a garcia perez resume '),
(27034,'field:10',0,1,' please call me or joel at 732 269 0500 room 314 on the 3rd floor thank you have a nice day '),
(27034,'field:18',0,1,' https ccbeyleaalf com contact '),
(27034,'field:19',0,1,' info ccbeylea com '),
(27034,'field:28',0,1,' complete care at bey lea assisted living '),
(27034,'field:6',0,1,' virginia hiles '),
(27034,'field:7',0,1,' jc26gmen outlook com '),
(27034,'field:8',0,1,' n a '),
(27034,'field:9',0,1,' other '),
(27034,'title',0,1,' 2026 02 09 20 13 32 '),
(27037,'field:12',0,1,' raymond cruz '),
(27037,'field:13',0,1,' cruz545975 gmail com '),
(27037,'field:14',0,1,' 8484489557 '),
(27037,'field:15',0,1,' files resumes resume 2026 02 10 020513 cxud pdf '),
(27037,'field:16',0,1,' administrative business office admissions marketing '),
(27037,'field:17',0,1,' seeking full time '),
(27037,'field:20',0,1,' https ccmarcella com careers '),
(27037,'field:21',0,1,' careers ccmarcella com '),
(27037,'field:29',0,1,' complete care at marcella '),
(27037,'title',0,1,' 2026 02 09 21 05 13 '),
(27038,'alt',0,1,''),
(27038,'extension',0,1,' pdf '),
(27038,'filename',0,1,' resume 2026 02 10 020513 cxud pdf '),
(27038,'kind',0,1,' pdf '),
(27038,'slug',0,1,''),
(27038,'title',0,1,' resume '),
(27040,'alt',0,1,''),
(27040,'extension',0,1,' jpg '),
(27040,'filename',0,1,' photo1 2026 02 10 020646 jold jpg '),
(27040,'kind',0,1,' image '),
(27040,'slug',0,1,''),
(27040,'title',0,1,' photo1 '),
(27042,'alt',0,1,''),
(27042,'extension',0,1,' jpg '),
(27042,'filename',0,1,' photo1 2026 02 10 020650 nzqe jpg '),
(27042,'kind',0,1,' image '),
(27042,'slug',0,1,''),
(27042,'title',0,1,' photo1 '),
(27143,'field:12',0,1,' diana castens '),
(27143,'field:13',0,1,' dianacastens887 gmail com '),
(27143,'field:14',0,1,' 17326448313 '),
(27143,'field:15',0,1,''),
(27143,'field:16',0,1,' maintenance housekeeping '),
(27143,'field:17',0,1,' i have 24 years of housekeeping experience im looking for a full time position thank you diana castens '),
(27143,'field:20',0,1,' https ccshorrockgardens com careers '),
(27143,'field:21',0,1,' careers ccshorrockgardens com '),
(27143,'field:29',0,1,' complete care at shorrock gardens '),
(27143,'title',0,1,' 2026 02 09 23 03 55 '),
(27196,'field:12',0,1,' uche innocent chukwu '),
(27196,'field:13',0,1,' chukwuu3435 yahoo com '),
(27196,'field:14',0,1,' 4378797370 '),
(27196,'field:15',0,1,' files resumes resume and my documents pdf '),
(27196,'field:16',0,1,' nursing '),
(27196,'field:17',0,1,' dear hiring manager i am writing to apply for the personal support worker position with bayshore healthcare i am a compassionate and reliable psw with experience providing high quality client centred care and i am strongly aligned with bayshores commitment to dignity independence and exceptional home care services i have experience assisting clients with activities of daily living including personal hygiene mobility assistance toileting continence care meal support and light household tasks while following individualized care plans i provide care with respect patience and professionalism ensuring each client feels safe supported and valued in their own home i am confident working independently in community settings and understand the importance of time management clear communication and adaptability i consistently follow infection prevention protocols respect client privacy and confidentiality and accurately document care and observations as required what sets me apart is my strong work ethic dependability and genuine passion for supporting clients to maintain their quality of life and independence i take pride in building trusting relationships with clients and families and i am flexible punctual and committed to providing compassionate care that reflects bayshores values i would welcome the opportunity to contribute my skills and dedication to bayshore healthcare thank you for your time and consideration i look forward to the opportunity to further discuss how i can support your clients and care team sincerely uche innocent chukwu personal support worker 4378797370 chukwuu3435 yahoo com '),
(27196,'field:20',0,1,' https ccbayshore com careers utm source=chatgpt com '),
(27196,'field:21',0,1,' careers ccbayshore com '),
(27196,'field:29',0,1,' complete care at bayshore '),
(27196,'title',0,1,' 2026 02 10 00 31 46 '),
(27197,'alt',0,1,''),
(27197,'extension',0,1,' pdf '),
(27197,'filename',0,1,' resume and my documents pdf '),
(27197,'kind',0,1,' pdf '),
(27197,'slug',0,1,''),
(27197,'title',0,1,' resume and my documents '),
(27230,'field:12',0,1,' tatiana long '),
(27230,'field:13',0,1,' tatianajamiee gmail com '),
(27230,'field:14',0,1,' 7739985521 '),
(27230,'field:15',0,1,' files resumes resume updated 2025 2026 02 10 071536 iuqg pdf '),
(27230,'field:16',0,1,' hr staffing maintenance housekeeping nursing '),
(27230,'field:17',0,1,' tl resume '),
(27230,'field:20',0,1,' https completecareblvd com careers '),
(27230,'field:21',0,1,' careers completecareblvd com '),
(27230,'field:29',0,1,' complete care at the boulevard '),
(27230,'title',0,1,' 2026 02 10 02 15 36 '),
(27231,'alt',0,1,''),
(27231,'extension',0,1,' pdf '),
(27231,'filename',0,1,' resume updated 2025 2026 02 10 071536 iuqg pdf '),
(27231,'kind',0,1,' pdf '),
(27231,'slug',0,1,''),
(27231,'title',0,1,' resume updated 2025 '),
(27234,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks kate waxman the professional page kate waxman theprofessionalpage com respond with stop to optout '),
(27234,'field:18',0,1,' https mycompletecare com contact '),
(27234,'field:19',0,1,' cfleming completecaremgmt com '),
(27234,'field:28',0,1,' complete care at clark '),
(27234,'field:6',0,1,' kate waxman '),
(27234,'field:7',0,1,' kate waxman theprofessionalpage com '),
(27234,'field:8',0,1,' the professional page '),
(27234,'field:9',0,1,' media inquiry '),
(27234,'title',0,1,' 2026 02 10 02 41 16 '),
(27236,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks kate waxman the professional page kate waxman theprofessionalpage com respond with stop to optout '),
(27236,'field:18',0,1,' https mycompletecare com contact '),
(27236,'field:19',0,1,' cfleming completecaremgmt com '),
(27236,'field:28',0,1,' complete care at arbors '),
(27236,'field:6',0,1,' kate waxman '),
(27236,'field:7',0,1,' kate waxman theprofessionalpage com '),
(27236,'field:8',0,1,' the professional page '),
(27236,'field:9',0,1,' general inquiry '),
(27236,'title',0,1,' 2026 02 10 02 50 11 '),
(27238,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks kate waxman the professional page kate waxman theprofessionalpage com respond with stop to optout '),
(27238,'field:18',0,1,' https mycompletecare com contact '),
(27238,'field:19',0,1,' cfleming completecaremgmt com '),
(27238,'field:28',0,1,' complete care at chestnut hill '),
(27238,'field:6',0,1,' kate waxman '),
(27238,'field:7',0,1,' kate waxman theprofessionalpage com '),
(27238,'field:8',0,1,' the professional page '),
(27238,'field:9',0,1,' media inquiry '),
(27238,'title',0,1,' 2026 02 10 02 55 42 '),
(27362,'field:10',0,1,' good morning i tried to apply for the activities assistant job listing in silver spring but it doesnt take me to the application after i verify my email is there any other way to access the application thank you for your time tania '),
(27362,'field:18',0,1,' https mycompletecare com contact '),
(27362,'field:19',0,1,' cfleming completecaremgmt com '),
(27362,'field:28',0,1,''),
(27362,'field:6',0,1,' tania thomas '),
(27362,'field:7',0,1,' tania thomas05 gmail com '),
(27362,'field:8',0,1,''),
(27362,'field:9',0,1,' careers '),
(27362,'title',0,1,' 2026 02 10 07 13 26 '),
(27443,'field:12',0,1,' hannah newcomb '),
(27443,'field:13',0,1,' hnewcomb7 yahoo com '),
(27443,'field:14',0,1,' 302 597 8245 '),
(27443,'field:15',0,1,' files resumes hannah newcomb resume pdf '),
(27443,'field:16',0,1,' administrative business office admissions marketing hr staffing social services '),
(27443,'field:17',0,1,' open to all business office '),
(27443,'field:20',0,1,' https ccbrackenville com careers '),
(27443,'field:21',0,1,' careers ccbrackenville com '),
(27443,'field:29',0,1,' complete care at brackenville '),
(27443,'title',0,1,' 2026 02 10 11 07 26 '),
(27444,'alt',0,1,''),
(27444,'extension',0,1,' pdf '),
(27444,'filename',0,1,' hannah newcomb resume pdf '),
(27444,'kind',0,1,' pdf '),
(27444,'slug',0,1,''),
(27444,'title',0,1,' hannah newcomb resume '),
(27448,'field:10',0,1,' what is the name of the chief dietician at bayshore and what is their email address to contact them '),
(27448,'field:18',0,1,' https mycompletecare com contact '),
(27448,'field:19',0,1,' cfleming completecaremgmt com '),
(27448,'field:28',0,1,' complete care at bayshore '),
(27448,'field:6',0,1,' thomas hendrickson '),
(27448,'field:7',0,1,' tchbjh23 aol com '),
(27448,'field:8',0,1,''),
(27448,'field:9',0,1,' resident family support '),
(27448,'title',0,1,' 2026 02 10 11 31 38 '),
(27449,'alt',0,1,''),
(27449,'extension',0,1,' pdf '),
(27449,'filename',0,1,' cc jefferson meadows clinical capabilities chart flyer digital 2026 02 10 163230 siwr pdf '),
(27449,'kind',0,1,' pdf '),
(27449,'slug',0,1,''),
(27449,'title',0,1,' cc jefferson meadows clinical capabilities chart flyer digital '),
(27465,'field:10',0,1,' hello i am the manager for a singer based out of lyndhurst nj i am wondering if any of your facilities within the commutable distance of lyndhurst schedule paid entertainment for their residences if so could i get the email or phone number for staff member s that i may contact for further information thank you '),
(27465,'field:18',0,1,' https mycompletecare com contact '),
(27465,'field:19',0,1,' cfleming completecaremgmt com '),
(27465,'field:28',0,1,''),
(27465,'field:6',0,1,' joyce garza '),
(27465,'field:7',0,1,' joyceegarza yahoo com '),
(27465,'field:8',0,1,''),
(27465,'field:9',0,1,' other '),
(27465,'title',0,1,' 2026 02 10 11 55 21 '),
(27513,'field:10',0,1,' good afternoon my name is charlene garcia and i would like to speak with someone regarding long term care options for my father he has the onset of dementia and i am looking for a long term care facility for him please contact me at your earliest convenience my cell phone number is 973 271 0533 thank you and i hope to hear from you soon '),
(27513,'field:18',0,1,' https ccgreenknoll com contact '),
(27513,'field:19',0,1,' info ccgreenknoll com '),
(27513,'field:28',0,1,' complete care at green knoll '),
(27513,'field:6',0,1,' charlene garcia '),
(27513,'field:7',0,1,' charlene peterson9 gmail com '),
(27513,'field:8',0,1,''),
(27513,'field:9',0,1,' resident family support '),
(27513,'title',0,1,' 2026 02 10 12 52 30 '),
(27529,'slug',0,1,' kelly wheeler '),
(27529,'title',0,1,' kelly wheeler '),
(27533,'field:10',0,1,' hi i applied for the social services regional director position and would like to discuss details i can be reached at the email address above or 859 351 6134 latoya '),
(27533,'field:18',0,1,' https mycompletecare com contact '),
(27533,'field:19',0,1,' cfleming completecaremgmt com '),
(27533,'field:28',0,1,''),
(27533,'field:6',0,1,' latoya jones '),
(27533,'field:7',0,1,' latoya jones yahoo com '),
(27533,'field:8',0,1,''),
(27533,'field:9',0,1,' careers '),
(27533,'title',0,1,' 2026 02 10 13 56 15 '),
(27537,'field:12',0,1,' lillian '),
(27537,'field:13',0,1,' lillianneubel gmail com '),
(27537,'field:14',0,1,' 7086068955 '),
(27537,'field:15',0,1,' files resumes 2 10 2026 patient care technician pdf '),
(27537,'field:16',0,1,' hr staffing nursing '),
(27537,'field:17',0,1,' i am writing to express my interest in the nursing staffing coordinator position at complete care at boulevard as a chicagoan through and through i am especially drawn to an organization that is deeply rooted in the community and committed to compassionate high quality care i bring over four years of hands on caregiving experience along with my current cna certification and direct experience working in a nursing home setting throughout my career i have developed a strong understanding of the importance of proper staffing teamwork and clear communication in ensuring residents receive safe consistent and dignified care i am highly compassionate and empathetic and i pride myself on providing excellent customer service to residents families and staff alike in addition to my clinical background i hold a bachelors degree in technology which has made me highly proficient with computers and scheduling systems i am organized detail oriented and skilled in time management qualities that are essential when creating and maintaining staff schedules tracking attendance and responding quickly to staffing shortages i am comfortable working independently while also collaborating closely with hr department heads and leadership to support smooth daily operations what excites me most about this role is the opportunity to support both residents and staff behind the scenes by ensuring proper coverage clear communication and efficient scheduling i am eager to continue learning adapt to evolving responsibilities and contribute positively to employee retention and overall facility success i would welcome the opportunity to bring my healthcare experience technical skills and genuine dedication to complete care at boulevard thank you for your time and consideration i look forward to the possibility of contributing to your team warm regards lillian '),
(27537,'field:20',0,1,' https completecareblvd com careers '),
(27537,'field:21',0,1,' careers completecareblvd com '),
(27537,'field:29',0,1,' complete care at the boulevard '),
(27537,'title',0,1,' 2026 02 10 14 53 06 '),
(27538,'alt',0,1,''),
(27538,'extension',0,1,' pdf '),
(27538,'filename',0,1,' 2 10 2026 patient care technician pdf '),
(27538,'kind',0,1,' pdf '),
(27538,'slug',0,1,''),
(27538,'title',0,1,' 2 10 2026 patient care technician '),
(27542,'field:12',0,1,' ivonne cordero '),
(27542,'field:13',0,1,' ivoncord8 yahoo com '),
(27542,'field:14',0,1,' 9733561748 '),
(27542,'field:15',0,1,' files resumes resume 2026 02 10 205232 qojo pdf '),
(27542,'field:16',0,1,' dietary food service '),
(27542,'field:17',0,1,' dietary food service '),
(27542,'field:20',0,1,' https ccinglemoor com careers '),
(27542,'field:21',0,1,' careers ccinglemoor com '),
(27542,'field:29',0,1,' complete care at inglemoor '),
(27542,'title',0,1,' 2026 02 10 15 52 32 '),
(27543,'alt',0,1,''),
(27543,'extension',0,1,' pdf '),
(27543,'filename',0,1,' resume 2026 02 10 205232 qojo pdf '),
(27543,'kind',0,1,' pdf '),
(27543,'slug',0,1,''),
(27543,'title',0,1,' resume '),
(27545,'field:12',0,1,' sunny lee '),
(27545,'field:13',0,1,' sunnylee1919 yahoo com '),
(27545,'field:14',0,1,' 9208898286 '),
(27545,'field:15',0,1,' files resumes sunny lee resume pdf '),
(27545,'field:16',0,1,' nursing '),
(27545,'field:17',0,1,' dear hiring manager i am writing to express my interest in the nurse tech position at your nursing home i am passionate about providing compassionate patient centered care and supporting residents with dignity safety and respect i am eager to contribute my clinical skills strong work ethic and teamwork mindset to your care team while continuing to learn and grow in a long term care environment i would welcome the opportunity to support both residents and nursing staff in delivering high quality care thank you for your time and consideration i look forward to the opportunity to discuss how i can be a positive addition to your team sincerely sunny lee '),
(27545,'field:20',0,1,' https cccareage com careers '),
(27545,'field:21',0,1,' info cccareage com '),
(27545,'field:29',0,1,' complete care at care age '),
(27545,'title',0,1,' 2026 02 10 16 01 45 '),
(27546,'alt',0,1,''),
(27546,'extension',0,1,' pdf '),
(27546,'filename',0,1,' sunny lee resume pdf '),
(27546,'kind',0,1,' pdf '),
(27546,'slug',0,1,''),
(27546,'title',0,1,' sunny lee resume '),
(27547,'field:10',0,1,' something happened here with the social work director she came in my room really awkwardly telling me i need to get a cna name she said thats my right to get it but yea i was confused at why she was even telling me that theres nothing she can do without a cna name so yep i just told her i guess ill call myself trying to get the name but i dont im not even too sure im not even too sure what she wanted she say she came to talk about the grievances i had wrote im not too sure what even happened but it was awkward '),
(27547,'field:18',0,1,' https ccmargatepark com contact '),
(27547,'field:19',0,1,' info ccmargatepark com '),
(27547,'field:28',0,1,' complete care at margate park '),
(27547,'field:6',0,1,' ryesha tucker '),
(27547,'field:7',0,1,' treed2403periot gmail com '),
(27547,'field:8',0,1,' complete care margate park '),
(27547,'field:9',0,1,' other '),
(27547,'title',0,1,' 2026 02 10 16 04 05 '),
(27548,'field:1',0,1,' loreidy taveras '),
(27548,'field:2',0,1,' lorivertt gmail com '),
(27548,'field:22',0,1,' https mycompletecare com volunteer '),
(27548,'field:23',0,1,' volunteer completecaremgmt com '),
(27548,'field:3',0,1,' 3322761812 '),
(27548,'field:4',0,1,' complete care at prospect heights '),
(27548,'field:5',0,1,' hi i am a senior nursing student from felician university i am very interested in volunteering at your center '),
(27548,'title',0,1,' 2026 02 10 16 45 20 '),
(27549,'field:1',0,1,' loreidy taveras '),
(27549,'field:2',0,1,' lorivertt gmail com '),
(27549,'field:22',0,1,' https mycompletecare com volunteer '),
(27549,'field:23',0,1,' volunteer completecaremgmt com '),
(27549,'field:3',0,1,' 3322761812 '),
(27549,'field:4',0,1,' complete care at regent '),
(27549,'field:5',0,1,' hi i am a senior nursing student at felician university i would love to take a day to volunteer at your facility '),
(27549,'title',0,1,' 2026 02 10 16 47 34 '),
(27551,'field:10',0,1,' hi i was wondering if i could have a tour of your facility possibly this thursday or friday i would like to relocate my mom she is currently a resident of a nursing home in wausau but we want to bring her closer to us thank you pam '),
(27551,'field:18',0,1,' https ccmaplegrove com contact '),
(27551,'field:19',0,1,' info ccmaplegrove com '),
(27551,'field:28',0,1,' complete care at maple grove '),
(27551,'field:6',0,1,' pam rossa '),
(27551,'field:7',0,1,' pam rossa yahoo com '),
(27551,'field:8',0,1,''),
(27551,'field:9',0,1,' resident family support '),
(27551,'title',0,1,' 2026 02 10 17 46 36 '),
(27555,'field:10',0,1,' how do i live here '),
(27555,'field:18',0,1,' https ccholmdel com contact '),
(27555,'field:19',0,1,' info ccholmdel com '),
(27555,'field:28',0,1,' complete care at holmdel '),
(27555,'field:6',0,1,' majing mohj '),
(27555,'field:7',0,1,' cyruslikesmadrid gmail com '),
(27555,'field:8',0,1,''),
(27555,'field:9',0,1,' general inquiry '),
(27555,'title',0,1,' 2026 02 10 18 31 00 '),
(27558,'field:10',0,1,' hi i am local and provide service in paterson and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(27558,'field:18',0,1,' https ccfairlawnedge com contact '),
(27558,'field:19',0,1,' info ccfairlawnedge com '),
(27558,'field:28',0,1,' complete care at fair lawn edge '),
(27558,'field:6',0,1,' gena kotarsky '),
(27558,'field:7',0,1,' gena janpronorthernnj com '),
(27558,'field:8',0,1,' jan pro of northern new jersey '),
(27558,'field:9',0,1,' general inquiry '),
(27558,'title',0,1,' 2026 02 10 19 40 59 '),
(27560,'alt',0,1,''),
(27560,'extension',0,1,' jpg '),
(27560,'filename',0,1,' photo1 2026 02 11 012713 uboq jpg '),
(27560,'kind',0,1,' image '),
(27560,'slug',0,1,''),
(27560,'title',0,1,' photo1 '),
(27562,'alt',0,1,''),
(27562,'extension',0,1,' jpg '),
(27562,'filename',0,1,' photo1 2026 02 11 012719 ridz jpg '),
(27562,'kind',0,1,' image '),
(27562,'slug',0,1,''),
(27562,'title',0,1,' photo1 '),
(27639,'alt',0,1,''),
(27639,'extension',0,1,' jpg '),
(27639,'filename',0,1,' photo1 2026 02 11 031801 znrj jpg '),
(27639,'kind',0,1,' image '),
(27639,'slug',0,1,''),
(27639,'title',0,1,' photo1 '),
(27641,'alt',0,1,''),
(27641,'extension',0,1,' jpg '),
(27641,'filename',0,1,' photo1 2026 02 11 031804 inbr jpg '),
(27641,'kind',0,1,' image '),
(27641,'slug',0,1,''),
(27641,'title',0,1,' photo1 '),
(27649,'alt',0,1,''),
(27649,'extension',0,1,' jpg '),
(27649,'filename',0,1,' photo1 2026 02 11 034001 floh jpg '),
(27649,'kind',0,1,' image '),
(27649,'slug',0,1,''),
(27649,'title',0,1,' photo1 '),
(27651,'alt',0,1,''),
(27651,'extension',0,1,' jpg '),
(27651,'filename',0,1,' photo1 2026 02 11 034006 lgue jpg '),
(27651,'kind',0,1,' image '),
(27651,'slug',0,1,''),
(27651,'title',0,1,' photo1 '),
(27657,'alt',0,1,''),
(27657,'extension',0,1,' jpg '),
(27657,'filename',0,1,' photo1 2026 02 11 040634 cgjs jpg '),
(27657,'kind',0,1,' image '),
(27657,'slug',0,1,''),
(27657,'title',0,1,' photo1 '),
(27659,'alt',0,1,''),
(27659,'extension',0,1,' jpg '),
(27659,'filename',0,1,' photo1 2026 02 11 040638 eaqm jpg '),
(27659,'kind',0,1,' image '),
(27659,'slug',0,1,''),
(27659,'title',0,1,' photo1 '),
(27665,'field:12',0,1,' krunal bhatt '),
(27665,'field:13',0,1,' kb rehab aol com '),
(27665,'field:14',0,1,' 7247620197 '),
(27665,'field:15',0,1,' files resumes resume 2025 2026 02 11 043439 hbcc pdf '),
(27665,'field:16',0,1,''),
(27665,'field:17',0,1,' resume submission dr krunal bhatt pt dpt ms rac ct rac cta '),
(27665,'field:20',0,1,' https mycompletecare com careers '),
(27665,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(27665,'field:29',0,1,''),
(27665,'title',0,1,' 2026 02 10 23 34 39 '),
(27666,'alt',0,1,''),
(27666,'extension',0,1,' pdf '),
(27666,'filename',0,1,' resume 2025 2026 02 11 043439 hbcc pdf '),
(27666,'kind',0,1,' pdf '),
(27666,'slug',0,1,''),
(27666,'title',0,1,' resume 2025 '),
(27692,'field:10',0,1,' hello i would like to share a few suggestions for your website at no cost and with no obligation just an opportunity to review how we can help improve your websites lead generation strengthen organic traffic and enhance overall online visibility would you be interested thank you tricia miller '),
(27692,'field:18',0,1,' https mycompletecare com contact '),
(27692,'field:19',0,1,' cfleming completecaremgmt com '),
(27692,'field:28',0,1,' complete care at corsica hills '),
(27692,'field:6',0,1,' tricia miller '),
(27692,'field:7',0,1,' triciamiller mkt gmail com '),
(27692,'field:8',0,1,''),
(27692,'field:9',0,1,' other '),
(27692,'title',0,1,' 2026 02 11 01 53 55 '),
(27752,'field:12',0,1,' talisha goode '),
(27752,'field:13',0,1,' tyej1990 gmail com '),
(27752,'field:14',0,1,' 6675153955 '),
(27752,'field:15',0,1,' files resumes talisha goode clinical executive resume updated pdf '),
(27752,'field:16',0,1,' nursing '),
(27752,'field:17',0,1,' clinically trained and highly reliable nursing support professional with extensive experience in acute care long term care assisted living and correctional medical environments demonstrates advanced competency in patient assessment support high acuity monitoring vital signs interpretation clinical documentation infection prevention procedures and execution of clinical care plans proven ability to support rns lpns and physicians through precise clinical assistance strong communication and exceptional patient centered care committed to maintaining safety dignity and optimal outcomes for diverse patient populations '),
(27752,'field:20',0,1,' https mycompletecare com careers '),
(27752,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(27752,'field:29',0,1,' complete care at multi medical center '),
(27752,'title',0,1,' 2026 02 11 07 14 20 '),
(27753,'alt',0,1,''),
(27753,'extension',0,1,' pdf '),
(27753,'filename',0,1,' talisha goode clinical executive resume updated pdf '),
(27753,'kind',0,1,' pdf '),
(27753,'slug',0,1,''),
(27753,'title',0,1,' talisha goode clinical executive resume updated '),
(27754,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks kate waxman the professional page kate waxman theprofessionalpage com respond with stop to optout '),
(27754,'field:18',0,1,' https mycompletecare com contact '),
(27754,'field:19',0,1,' cfleming completecaremgmt com '),
(27754,'field:28',0,1,' complete care at clark '),
(27754,'field:6',0,1,' kate waxman '),
(27754,'field:7',0,1,' kate waxman theprofessionalpage com '),
(27754,'field:8',0,1,' the professional page '),
(27754,'field:9',0,1,' media inquiry '),
(27754,'title',0,1,' 2026 02 11 07 14 39 '),
(27823,'field:12',0,1,' clayton cole '),
(27823,'field:13',0,1,' claytoncole122304 gmail com '),
(27823,'field:14',0,1,' 19739197817 '),
(27823,'field:15',0,1,''),
(27823,'field:16',0,1,' activities recreation dietary food service hr staffing maintenance housekeeping nursing '),
(27823,'field:17',0,1,' application for cna '),
(27823,'field:20',0,1,' https completecarebarnhill com careers '),
(27823,'field:21',0,1,' careers completecarebarnhill com '),
(27823,'field:29',0,1,' complete care at barn hill '),
(27823,'title',0,1,' 2026 02 11 09 01 03 '),
(27840,'field:12',0,1,' renee howard '),
(27840,'field:13',0,1,' howardrenee5299 gmail com '),
(27840,'field:14',0,1,' 4846266138 '),
(27840,'field:15',0,1,' files resumes resume 2 2026 02 11 143213 emvw pdf '),
(27840,'field:16',0,1,' nursing '),
(27840,'field:17',0,1,' cna looking for a prn position 11 to and 7 to 3 position '),
(27840,'field:20',0,1,' https cclehigh com careers '),
(27840,'field:21',0,1,' careers cclehigh com '),
(27840,'field:29',0,1,' complete care at lehigh '),
(27840,'title',0,1,' 2026 02 11 09 32 13 '),
(27841,'alt',0,1,''),
(27841,'extension',0,1,' pdf '),
(27841,'filename',0,1,' resume 2 2026 02 11 143213 emvw pdf '),
(27841,'kind',0,1,' pdf '),
(27841,'slug',0,1,''),
(27841,'title',0,1,' resume 2 '),
(27885,'field:10',0,1,' hi my name is gregory vanmyers im interested in the maintance director position im currently maintance in another nursing home facility '),
(27885,'field:18',0,1,' https mycompletecare com contact '),
(27885,'field:19',0,1,' hlabatch completecaremgmt com '),
(27885,'field:28',0,1,' complete care at holmdel '),
(27885,'field:6',0,1,' gregory vanmyers '),
(27885,'field:7',0,1,' gregvanmyers29 gmail com '),
(27885,'field:8',0,1,' maintance '),
(27885,'field:9',0,1,' careers '),
(27885,'title',0,1,' 2026 02 11 11 08 30 '),
(27887,'field:10',0,1,' hello complete care representative my little brother age 60 is being treated for cancer at johns hopkins he is currently on immunotherapy and will have to go to the hospital periodically for his condition at bayview medical center hopkins is trying to get him in autumn care at homewood but this presents a challenge for me to get him and transport him from homewood to bayview because i cannot drive at night i am on chemo myself what i am asking is would you possibly have an opening at your german hill location i believe my brother has medicaid or some state insurance it would be an answer to our prayers to get him in heritage thank you for your time with sincerity michael j myers btw his name is joseph czawlytko and he is at the weinberg cancer center downtown '),
(27887,'field:18',0,1,' https completecareheritage com contact '),
(27887,'field:19',0,1,' info completecareheritage com '),
(27887,'field:28',0,1,' complete care at heritage '),
(27887,'field:6',0,1,' michael j myers '),
(27887,'field:7',0,1,' yeohann hotmail com '),
(27887,'field:8',0,1,''),
(27887,'field:9',0,1,' resident family support '),
(27887,'title',0,1,' 2026 02 11 11 21 06 '),
(27888,'field:10',0,1,' looking for rehab for temp bed ridden ovarian cancer patient in froedrert pavilion likely release this week '),
(27888,'field:18',0,1,' https cchalescorners com contact '),
(27888,'field:19',0,1,' info cchalescorners com '),
(27888,'field:28',0,1,' complete care at hales corners '),
(27888,'field:6',0,1,' glenn a curry '),
(27888,'field:7',0,1,' glennsbrain gmail com '),
(27888,'field:8',0,1,''),
(27888,'field:9',0,1,' resident family support '),
(27888,'title',0,1,' 2026 02 11 11 25 36 '),
(27889,'field:12',0,1,' tayana woodley '),
(27889,'field:13',0,1,' tayanawoodley21 gmail com '),
(27889,'field:14',0,1,' 14142420305 '),
(27889,'field:15',0,1,' files resumes img 2871 png '),
(27889,'field:16',0,1,' dietary food service '),
(27889,'field:17',0,1,' currently at saint johns on the lake going on 3 years in july '),
(27889,'field:20',0,1,' https ccglendalewest com careers '),
(27889,'field:21',0,1,' careers ccglendalewest com '),
(27889,'field:29',0,1,' complete care at glendale west '),
(27889,'title',0,1,' 2026 02 11 11 34 26 '),
(27890,'alt',0,1,''),
(27890,'extension',0,1,' png '),
(27890,'filename',0,1,' img 2871 png '),
(27890,'kind',0,1,' image '),
(27890,'slug',0,1,''),
(27890,'title',0,1,' img 2871 '),
(27892,'field:10',0,1,' hello my mother is suffering from dementia and getting worse unfortunately and i need to start looking at full time care for her i have so many questions and no clue where to start lol let me know if your facilty deals with dementia patients and i guess we go from there thank you '),
(27892,'field:18',0,1,' https ccdawnview com contact '),
(27892,'field:19',0,1,' info ccdawnview com '),
(27892,'field:28',0,1,' complete care at dawnview '),
(27892,'field:6',0,1,' jason richardson '),
(27892,'field:7',0,1,' wvboy1174 gmail com '),
(27892,'field:8',0,1,''),
(27892,'field:9',0,1,' general inquiry '),
(27892,'title',0,1,' 2026 02 11 11 36 23 '),
(27893,'field:10',0,1,' hi i was curious if we could bring cards or drop off homemade valentines day cards and maybe something else your families may need that would be holiday relevant thanks '),
(27893,'field:18',0,1,' https mycompletecare com contact '),
(27893,'field:19',0,1,' hlabatch completecaremgmt com '),
(27893,'field:28',0,1,' complete care at annapolis '),
(27893,'field:6',0,1,' genevieve duvall '),
(27893,'field:7',0,1,' genevievedouglass gmail com '),
(27893,'field:8',0,1,' genevieve duvall '),
(27893,'field:9',0,1,' other '),
(27893,'title',0,1,' 2026 02 11 11 50 38 '),
(27906,'field:10',0,1,' dear administrator director of nursing my name is adeola oluwabusi and i am a doctor of nursing practice dnp student with an interest in quality improvement and patient safety i am writing to inquire whether your facility could benefit from support for evidence based quality improvement initiatives particularly those focused on reducing resident falls falls remain a significant challenge in nursing homes and are associated with increased morbidity reduced quality of life and increased healthcare costs evidence informed interventions including structured staff engagement and targeted fall prevention education have demonstrated improvement in safety outcomes when implemented systematically as part of my doctoral training i am seeking an opportunity to collaborate with facility leadership on a time limited quality improvement project lasting approximately 6 weeks during this period i would work with staff to assess current practices implement evidence based strategies and evaluate outcomes using existing facility data no patient identification will be collected the project is designed to support organizational goals without disrupting routine operations if your facility has quality improvement priorities beyond fall prevention i would welcome the opportunity to tailor the project focus to better align with your current needs i would be grateful for the opportunity to discuss whether this quality improvement support aligns with your strategic goals thank you for your time and consideration i look forward to the possibility of partnering to enhance resident safety and quality of care sincerely adeola oluwabusi msn crnp pmhp bc deola74 yahoo com '),
(27906,'field:18',0,1,' https mycompletecare com contact '),
(27906,'field:19',0,1,' hlabatch completecaremgmt com '),
(27906,'field:28',0,1,''),
(27906,'field:6',0,1,' adeola oluwabusi '),
(27906,'field:7',0,1,' deola74 yahoo com '),
(27906,'field:8',0,1,''),
(27906,'field:9',0,1,' other '),
(27906,'title',0,1,' 2026 02 11 12 38 15 '),
(27907,'field:12',0,1,' corrae '),
(27907,'field:13',0,1,' corraemitchell18 gmail com '),
(27907,'field:14',0,1,' 4145016635 '),
(27907,'field:15',0,1,' files resumes img 3605 2 jpg '),
(27907,'field:16',0,1,' dietary food service '),
(27907,'field:17',0,1,' n a '),
(27907,'field:20',0,1,' https ccglendalewest com careers '),
(27907,'field:21',0,1,' careers ccglendalewest com '),
(27907,'field:29',0,1,' complete care at glendale west '),
(27907,'title',0,1,' 2026 02 11 12 49 43 '),
(27908,'alt',0,1,''),
(27908,'extension',0,1,' jpg '),
(27908,'filename',0,1,' img 3605 2 jpg '),
(27908,'kind',0,1,' image '),
(27908,'slug',0,1,''),
(27908,'title',0,1,' img 3605 2 '),
(27910,'field:10',0,1,' reaching out to you you on behalf of my brother frank roth wife theresa roth passed on 01 24 2026 was told by bracha checks amounts $1474 00 $1 502 00 sitting at home do you any idle when they will be sent reached out to mark frailey no response thank you michael roth '),
(27910,'field:18',0,1,' https cclehigh com contact '),
(27910,'field:19',0,1,' info cclehigh com '),
(27910,'field:28',0,1,' complete care at lehigh '),
(27910,'field:6',0,1,' michael roth '),
(27910,'field:7',0,1,' rothcoplay gmail com '),
(27910,'field:8',0,1,''),
(27910,'field:9',0,1,' other '),
(27910,'title',0,1,' 2026 02 11 13 07 29 '),
(27912,'field:10',0,1,' good afternoon can you please confirm whether or not mr michael latko checked into your rehab at any point in 2025 or 2026 if you have any questions please do not hesitate to contact me jen ruspantine special victims unit megans law burlington county prosecutors office 609 265 5879 jruspantine co burlington nj us '),
(27912,'field:18',0,1,' https mycompletecare com contact '),
(27912,'field:19',0,1,' hlabatch completecaremgmt com '),
(27912,'field:28',0,1,' complete care at burlington woods '),
(27912,'field:6',0,1,' jennifer ruspantine '),
(27912,'field:7',0,1,' jruspantine co burlington nj us '),
(27912,'field:8',0,1,' burlington county prosecutors office '),
(27912,'field:9',0,1,' other '),
(27912,'title',0,1,' 2026 02 11 14 01 23 '),
(27913,'field:10',0,1,' can you call me at 732 599 5545 '),
(27913,'field:18',0,1,' https completecareatmadison com contact '),
(27913,'field:19',0,1,' info completecareatmadison com '),
(27913,'field:28',0,1,' complete care at madison '),
(27913,'field:6',0,1,' antonio '),
(27913,'field:7',0,1,' antonio paone hmhn org '),
(27913,'field:8',0,1,' hmh '),
(27913,'field:9',0,1,' other '),
(27913,'title',0,1,' 2026 02 11 14 03 17 '),
(27915,'field:10',0,1,' hello im interested in finding out what your shift hours are for pm and night shift thank you bekah '),
(27915,'field:18',0,1,' https mycompletecare com contact '),
(27915,'field:19',0,1,' hlabatch completecaremgmt com '),
(27915,'field:28',0,1,' complete care at nazareth '),
(27915,'field:6',0,1,' bekah '),
(27915,'field:7',0,1,' rebekah brokl yahoo com '),
(27915,'field:8',0,1,''),
(27915,'field:9',0,1,' careers '),
(27915,'title',0,1,' 2026 02 11 14 05 27 '),
(27924,'field:10',0,1,' hi i am messaging to find out if there are any openings at your facility for a new resident who would need skilled nursing the sooner we could move her in the better i look forward to hearing back from you thank you '),
(27924,'field:18',0,1,' https ccglendalewest com contact '),
(27924,'field:19',0,1,' info ccglendalewest com '),
(27924,'field:28',0,1,' complete care at glendale west '),
(27924,'field:6',0,1,' hattie johnson '),
(27924,'field:7',0,1,' hjohnson hildebrandlawfirm net '),
(27924,'field:8',0,1,''),
(27924,'field:9',0,1,' resident family support '),
(27924,'title',0,1,' 2026 02 11 14 36 30 '),
(27926,'alt',0,1,''),
(27926,'extension',0,1,' jpg '),
(27926,'filename',0,1,' photo1 2026 02 11 194050 wesu jpg '),
(27926,'kind',0,1,' image '),
(27926,'slug',0,1,''),
(27926,'title',0,1,' photo1 '),
(27928,'alt',0,1,''),
(27928,'extension',0,1,' jpg '),
(27928,'filename',0,1,' photo1 2026 02 11 194055 tszz jpg '),
(27928,'kind',0,1,' image '),
(27928,'slug',0,1,''),
(27928,'title',0,1,' photo1 '),
(27932,'field:10',0,1,' hello i hope this message finds you well im reaching out regarding support for reducing aging insurance ar specifically accounts over 90 days that may not be receiving ongoing follow up i work on a success fee basis and focus only on older denials without disrupting internal billing processes if appropriate id appreciate being connected with the business office manager to explore whether this could be helpful best regards jay '),
(27932,'field:18',0,1,' https mycompletecare com contact '),
(27932,'field:19',0,1,' hlabatch completecaremgmt com '),
(27932,'field:28',0,1,' complete care at prospect heights '),
(27932,'field:6',0,1,' jay kheriwal '),
(27932,'field:7',0,1,' jaykheriwal gmail com '),
(27932,'field:8',0,1,''),
(27932,'field:9',0,1,' careers '),
(27932,'title',0,1,' 2026 02 11 14 42 15 '),
(27934,'field:10',0,1,' i am currently looking for a part time prn rn position i was employed there a few years ago and put on the non rehire list the don at the time knew my situation and i even resigned the proper way '),
(27934,'field:18',0,1,' https mycompletecare com contact '),
(27934,'field:19',0,1,' hlabatch completecaremgmt com '),
(27934,'field:28',0,1,' complete care at dawnview '),
(27934,'field:6',0,1,' crystal riley '),
(27934,'field:7',0,1,' clrpmt16 yahoo com '),
(27934,'field:8',0,1,''),
(27934,'field:9',0,1,' careers '),
(27934,'title',0,1,' 2026 02 11 14 55 35 '),
(27987,'field:10',0,1,' testing please ignore '),
(27987,'field:18',0,1,' https mycompletecare com contact '),
(27987,'field:19',0,1,' hlabatch completecaremgmt com '),
(27987,'field:28',0,1,''),
(27987,'field:6',0,1,' grace '),
(27987,'field:7',0,1,' goleary completecaremgmt com '),
(27987,'field:8',0,1,' management '),
(27987,'field:9',0,1,' other '),
(27987,'title',0,1,' 2026 02 11 16 07 12 '),
(27993,'field:10',0,1,' testing again please ignore '),
(27993,'field:18',0,1,' https mycompletecare com contact '),
(27993,'field:19',0,1,' hlabatch completecaremgmt com '),
(27993,'field:28',0,1,''),
(27993,'field:6',0,1,' grace '),
(27993,'field:7',0,1,' goleary completecaremgmt com '),
(27993,'field:8',0,1,' management '),
(27993,'field:9',0,1,' other '),
(27993,'title',0,1,' 2026 02 11 16 14 26 '),
(27995,'field:12',0,1,' stephania phadael '),
(27995,'field:13',0,1,' stephaniaphadael gmail com '),
(27995,'field:14',0,1,' 8482453937 '),
(27995,'field:15',0,1,''),
(27995,'field:16',0,1,' maintenance housekeeping '),
(27995,'field:17',0,1,' hi my name is stephania phadael you can text me or call me im available for this position please text me god bless you '),
(27995,'field:20',0,1,' https cclaurelton com careers '),
(27995,'field:21',0,1,' careers cclaurelton com '),
(27995,'field:29',0,1,' complete care at laurelton '),
(27995,'title',0,1,' 2026 02 11 16 46 16 '),
(28000,'field:12',0,1,' paula raupp '),
(28000,'field:13',0,1,' praupp hotmail com '),
(28000,'field:14',0,1,' 6084734680 '),
(28000,'field:15',0,1,' files resumes resume 2026 pdf '),
(28000,'field:16',0,1,' administrative business office hr staffing '),
(28000,'field:17',0,1,' i tried applying for the receptionist job on ziprecruiter but it kept giving me an error so i came to your website to apply thank you for your time '),
(28000,'field:20',0,1,' https ccjeffersonmeadows com careers '),
(28000,'field:21',0,1,' careers ccjeffersonmeadows com '),
(28000,'field:29',0,1,' complete care at jefferson meadows '),
(28000,'title',0,1,' 2026 02 11 18 05 31 '),
(28001,'alt',0,1,''),
(28001,'extension',0,1,' pdf '),
(28001,'filename',0,1,' resume 2026 pdf '),
(28001,'kind',0,1,' pdf '),
(28001,'slug',0,1,''),
(28001,'title',0,1,' resume 2026 '),
(28008,'field:10',0,1,' i see the number of opened positions you need to be filled we are offering staffing solutions to you at a good rate reach out to us for a time to discuss 443 854 3059 '),
(28008,'field:18',0,1,' https mycompletecare com contact '),
(28008,'field:19',0,1,' hlabatch completecaremgmt com '),
(28008,'field:28',0,1,' complete care at multi medical center '),
(28008,'field:6',0,1,' abimbola adewumi '),
(28008,'field:7',0,1,' info lifeandlightcare com '),
(28008,'field:8',0,1,' life and light healthcare services '),
(28008,'field:9',0,1,' general inquiry '),
(28008,'title',0,1,' 2026 02 11 19 33 47 '),
(28040,'alt',0,1,''),
(28040,'extension',0,1,' jpg '),
(28040,'filename',0,1,' photo1 2026 02 12 015529 cxsd jpg '),
(28040,'kind',0,1,' image '),
(28040,'slug',0,1,''),
(28040,'title',0,1,' photo1 '),
(28042,'alt',0,1,''),
(28042,'extension',0,1,' jpg '),
(28042,'filename',0,1,' photo1 2026 02 12 015534 vndx jpg '),
(28042,'kind',0,1,' image '),
(28042,'slug',0,1,''),
(28042,'title',0,1,' photo1 '),
(28103,'field:12',0,1,' christian catala '),
(28103,'field:13',0,1,' ccatala0525 gmail com '),
(28103,'field:14',0,1,' 7329373355 '),
(28103,'field:15',0,1,' files resumes myresume2k25 pdf '),
(28103,'field:16',0,1,' administrative business office dietary food service hr staffing maintenance housekeeping '),
(28103,'field:17',0,1,' n a '),
(28103,'field:20',0,1,' https mycompletecare com careers '),
(28103,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(28103,'field:29',0,1,' complete care at green knoll '),
(28103,'title',0,1,' 2026 02 11 22 19 13 '),
(28104,'alt',0,1,''),
(28104,'extension',0,1,' pdf '),
(28104,'filename',0,1,' myresume2k25 pdf '),
(28104,'kind',0,1,' pdf '),
(28104,'slug',0,1,''),
(28104,'title',0,1,' my resume2k25 '),
(28113,'field:12',0,1,' nur monteiro wiesner '),
(28113,'field:13',0,1,' nurmonteirowiesner gmail com '),
(28113,'field:14',0,1,' 6082841016 '),
(28113,'field:15',0,1,' files resumes nur monteiro wiesner 1 pdf '),
(28113,'field:16',0,1,' activities recreation admissions marketing maintenance housekeeping social services '),
(28113,'field:17',0,1,' im not sure if you have an age limit but im almost 16 and very responsible '),
(28113,'field:20',0,1,' https ccmaplegrove com careers '),
(28113,'field:21',0,1,' careers ccmaplegrove com '),
(28113,'field:29',0,1,' complete care at maple grove '),
(28113,'title',0,1,' 2026 02 11 23 36 00 '),
(28114,'alt',0,1,''),
(28114,'extension',0,1,' pdf '),
(28114,'filename',0,1,' nur monteiro wiesner 1 pdf '),
(28114,'kind',0,1,' pdf '),
(28114,'slug',0,1,''),
(28114,'title',0,1,' nur monteiro wiesner 1 '),
(28116,'alt',0,1,''),
(28116,'extension',0,1,' jpg '),
(28116,'filename',0,1,' photo1 2026 02 12 044418 srai jpg '),
(28116,'kind',0,1,' image '),
(28116,'slug',0,1,''),
(28116,'title',0,1,' photo1 '),
(28118,'alt',0,1,''),
(28118,'extension',0,1,' jpg '),
(28118,'filename',0,1,' photo1 2026 02 12 044423 ohtk jpg '),
(28118,'kind',0,1,' image '),
(28118,'slug',0,1,''),
(28118,'title',0,1,' photo1 '),
(28122,'field:12',0,1,' julieth jimenez '),
(28122,'field:13',0,1,' juliethjimenez091727 gmail com '),
(28122,'field:14',0,1,' 8624070586 '),
(28122,'field:15',0,1,' files resumes curr%c3%adculum vitae cv de marketing minimalista beige png '),
(28122,'field:16',0,1,' maintenance housekeeping '),
(28122,'field:17',0,1,' i am applying for the housekeeping position at company name i have experience maintaining clean and organized rooms and common areas managing supplies and ensuring comfort and safety for residents and staff i am responsible detail oriented and committed to excellence in service '),
(28122,'field:20',0,1,' http ccfairlawnedge com careers '),
(28122,'field:21',0,1,' careers ccfairlawnedge com '),
(28122,'field:29',0,1,' complete care at fair lawn edge '),
(28122,'title',0,1,' 2026 02 12 01 00 47 '),
(28123,'alt',0,1,''),
(28123,'extension',0,1,' png '),
(28123,'filename',0,1,' curriculum vitae cv de marketing minimalista beige png '),
(28123,'kind',0,1,' image '),
(28123,'slug',0,1,''),
(28123,'title',0,1,' curriculum vitae cv de marketing minimalista beige '),
(28127,'alt',0,1,''),
(28127,'extension',0,1,' png '),
(28127,'filename',0,1,' curriculum vitae cv de marketing minimalista beige 2026 02 12 060149 wxre png '),
(28127,'kind',0,1,' image '),
(28127,'slug',0,1,''),
(28127,'title',0,1,' curriculum vitae cv de marketing minimalista beige '),
(28151,'alt',0,1,''),
(28151,'extension',0,1,' jpg '),
(28151,'filename',0,1,' photo1 2026 02 12 083513 zars jpg '),
(28151,'kind',0,1,' image '),
(28151,'slug',0,1,''),
(28151,'title',0,1,' photo1 '),
(28153,'alt',0,1,''),
(28153,'extension',0,1,' jpg '),
(28153,'filename',0,1,' photo1 2026 02 12 083518 yghy jpg '),
(28153,'kind',0,1,' image '),
(28153,'slug',0,1,''),
(28153,'title',0,1,' photo1 '),
(28159,'alt',0,1,''),
(28159,'extension',0,1,' jpg '),
(28159,'filename',0,1,' photo1 2026 02 12 084941 ekxm jpg '),
(28159,'kind',0,1,' image '),
(28159,'slug',0,1,''),
(28159,'title',0,1,' photo1 '),
(28161,'alt',0,1,''),
(28161,'extension',0,1,' jpg '),
(28161,'filename',0,1,' photo1 2026 02 12 084946 nltr jpg '),
(28161,'kind',0,1,' image '),
(28161,'slug',0,1,''),
(28161,'title',0,1,' photo1 '),
(28166,'field:12',0,1,' tatyanna wrencher '),
(28166,'field:13',0,1,' shawtatyanna yahoo com '),
(28166,'field:14',0,1,' 4147372805 '),
(28166,'field:15',0,1,' files resumes resume 2026 02 12 092728 yadg pdf '),
(28166,'field:16',0,1,' activities recreation administrative business office nursing '),
(28166,'field:17',0,1,' n a '),
(28166,'field:20',0,1,' https ccmaplegrove com careers '),
(28166,'field:21',0,1,' careers ccmaplegrove com '),
(28166,'field:29',0,1,' complete care at maple grove '),
(28166,'title',0,1,' 2026 02 12 04 27 28 '),
(28167,'alt',0,1,''),
(28167,'extension',0,1,' pdf '),
(28167,'filename',0,1,' resume 2026 02 12 092728 yadg pdf '),
(28167,'kind',0,1,' pdf '),
(28167,'slug',0,1,''),
(28167,'title',0,1,' resume '),
(28183,'field:10',0,1,' i am interested in applying for the housekeeping position '),
(28183,'field:18',0,1,' https mycompletecare com contact '),
(28183,'field:19',0,1,' hlabatch completecaremgmt com '),
(28183,'field:28',0,1,' complete care at the boulevard '),
(28183,'field:6',0,1,' lamonte haywood '),
(28183,'field:7',0,1,' montehaywood yahoo com '),
(28183,'field:8',0,1,''),
(28183,'field:9',0,1,' careers '),
(28183,'title',0,1,' 2026 02 12 08 34 02 '),
(28189,'field:10',0,1,' what is the hr email to send cn9 forms to '),
(28189,'field:18',0,1,' https mycompletecare com contact '),
(28189,'field:19',0,1,' hlabatch completecaremgmt com '),
(28189,'field:28',0,1,''),
(28189,'field:6',0,1,' rachel '),
(28189,'field:7',0,1,' rachel sutter rwjbh org '),
(28189,'field:8',0,1,''),
(28189,'field:9',0,1,' other '),
(28189,'title',0,1,' 2026 02 12 09 24 07 '),
(28191,'field:12',0,1,' rhonie barnes '),
(28191,'field:13',0,1,' rhonienikol gmail com '),
(28191,'field:14',0,1,' 4143089947 '),
(28191,'field:15',0,1,' files resumes lpnmedltcfran pdf '),
(28191,'field:16',0,1,' nursing '),
(28191,'field:17',0,1,' my name is rhonie barnes im currently looking for a lpn pm shift position full time '),
(28191,'field:20',0,1,' https cckensington com careers '),
(28191,'field:21',0,1,' careers cckensington com '),
(28191,'field:29',0,1,' complete care at kensington '),
(28191,'title',0,1,' 2026 02 12 10 18 44 '),
(28192,'alt',0,1,''),
(28192,'extension',0,1,' pdf '),
(28192,'filename',0,1,' lpnmedltcfran pdf '),
(28192,'kind',0,1,' pdf '),
(28192,'slug',0,1,''),
(28192,'title',0,1,' lpn med ltcfran '),
(28195,'field:10',0,1,' im exploring nursing homes for my mom and would like to have a tour and ask some questions what are the next steps '),
(28195,'field:18',0,1,' https cchalescorners com contact '),
(28195,'field:19',0,1,' info cchalescorners com '),
(28195,'field:28',0,1,' complete care at hales corners '),
(28195,'field:6',0,1,' joy '),
(28195,'field:7',0,1,' hikerjoy att net '),
(28195,'field:8',0,1,''),
(28195,'field:9',0,1,' other '),
(28195,'title',0,1,' 2026 02 12 11 05 49 '),
(28196,'field:12',0,1,' renee howard '),
(28196,'field:13',0,1,' howardrenee5299 gmail com '),
(28196,'field:14',0,1,' 4846266138 '),
(28196,'field:15',0,1,' files resumes resume 2 2026 02 12 162026 ybby pdf '),
(28196,'field:16',0,1,' nursing '),
(28196,'field:17',0,1,' my name renee howard i have been an cna for 23 years i have experience in long term skills rehab dementia im looking for prn cna position for overnight as well as 7 to3 and i can also come in early 7 to 11 or 7pm to 7am occasionally thank you '),
(28196,'field:20',0,1,' https cclehigh com careers '),
(28196,'field:21',0,1,' careers cclehigh com '),
(28196,'field:29',0,1,' complete care at lehigh '),
(28196,'title',0,1,' 2026 02 12 11 20 26 '),
(28197,'alt',0,1,''),
(28197,'extension',0,1,' pdf '),
(28197,'filename',0,1,' resume 2 2026 02 12 162026 ybby pdf '),
(28197,'kind',0,1,' pdf '),
(28197,'slug',0,1,''),
(28197,'title',0,1,' resume 2 '),
(28222,'alt',0,1,''),
(28222,'extension',0,1,' jpg '),
(28222,'filename',0,1,' photo1 2026 02 12 165703 cmym jpg '),
(28222,'kind',0,1,' image '),
(28222,'slug',0,1,''),
(28222,'title',0,1,' photo1 '),
(28224,'alt',0,1,''),
(28224,'extension',0,1,' jpg '),
(28224,'filename',0,1,' photo1 2026 02 12 165707 mryr jpg '),
(28224,'kind',0,1,' image '),
(28224,'slug',0,1,''),
(28224,'title',0,1,' photo1 '),
(28229,'field:12',0,1,' michael campbell '),
(28229,'field:13',0,1,' boblafresco gmail com '),
(28229,'field:14',0,1,' 4845457294 '),
(28229,'field:15',0,1,' files resumes resume michael james campbell 8 pdf '),
(28229,'field:16',0,1,' nursing '),
(28229,'field:17',0,1,' i am looking to get into cna training before the month of may so when i get into lpn school i have my cna as well '),
(28229,'field:20',0,1,' https ccphillipsburg com careers '),
(28229,'field:21',0,1,' careers ccphillipsburg com '),
(28229,'field:29',0,1,' complete care at phillipsburg '),
(28229,'title',0,1,' 2026 02 12 12 08 13 '),
(28230,'alt',0,1,''),
(28230,'extension',0,1,' pdf '),
(28230,'filename',0,1,' resume michael james campbell 8 pdf '),
(28230,'kind',0,1,' pdf '),
(28230,'slug',0,1,''),
(28230,'title',0,1,' resume michael james campbell 8 '),
(28236,'field:10',0,1,' hello my mother is currently a patient at the prospect heights location her insurance company is asking for a physician statement to be filled out for her short term disability claim the doctor at hackensack hospital said this should be filled out by the rehab facility could you please provide me with an email address and contact information of a person that can fill this out for us thank you '),
(28236,'field:18',0,1,' https mycompletecare com contact '),
(28236,'field:19',0,1,' hlabatch completecaremgmt com '),
(28236,'field:28',0,1,' complete care at prospect heights '),
(28236,'field:6',0,1,' melody lugo '),
(28236,'field:7',0,1,' melody m lugo gmail com '),
(28236,'field:8',0,1,''),
(28236,'field:9',0,1,' other '),
(28236,'title',0,1,' 2026 02 12 12 11 40 '),
(28239,'field:10',0,1,' interested in your nursing home '),
(28239,'field:18',0,1,' https mycompletecare com contact '),
(28239,'field:19',0,1,' hlabatch completecaremgmt com '),
(28239,'field:28',0,1,' complete care at milford manor '),
(28239,'field:6',0,1,' meghan kelton '),
(28239,'field:7',0,1,' mekelto2000 gmail com '),
(28239,'field:8',0,1,''),
(28239,'field:9',0,1,' general inquiry '),
(28239,'title',0,1,' 2026 02 12 12 17 53 '),
(28249,'field:10',0,1,' we found a suspicious google review from mary jones gatherup has a proven track record of removing fake and policy breaking reviews well challenge this one with google and stand behind the result with a 60 day 100% satisfaction guarantee trusted by 18 000 businesses book here https gatherup chilipiper com shared sarah cameto review defense meeting '),
(28249,'field:18',0,1,' http ccarbors com contact '),
(28249,'field:19',0,1,' info ccarbors com '),
(28249,'field:28',0,1,' complete care at arbors '),
(28249,'field:6',0,1,' sarah cameto '),
(28249,'field:7',0,1,' sarah fakereviewdetectors com '),
(28249,'field:8',0,1,' fakereviewdetectors '),
(28249,'field:9',0,1,' general inquiry '),
(28249,'title',0,1,' 2026 02 12 13 13 01 '),
(28250,'field:10',0,1,' we found a suspicious google review from evelina plewa gatherup has a proven track record of removing fake and policy breaking reviews well challenge this one with google and stand behind the result with a 60 day 100% satisfaction guarantee trusted by 18 000 businesses book here https gatherup chilipiper com shared sarah cameto review defense meeting '),
(28250,'field:18',0,1,' http ccregent com contact '),
(28250,'field:19',0,1,' info ccregent com '),
(28250,'field:28',0,1,' complete care at regent '),
(28250,'field:6',0,1,' sarah cameto '),
(28250,'field:7',0,1,' sarah fakereviewdetectors com '),
(28250,'field:8',0,1,' fakereviewdetectors '),
(28250,'field:9',0,1,' careers '),
(28250,'title',0,1,' 2026 02 12 13 13 14 '),
(28251,'field:10',0,1,' i need your visitation policies '),
(28251,'field:18',0,1,' https mycompletecare com contact '),
(28251,'field:19',0,1,' hlabatch completecaremgmt com '),
(28251,'field:28',0,1,' complete care at groton regency '),
(28251,'field:6',0,1,' raymond j tramont '),
(28251,'field:7',0,1,' rjtramont5 gmail com '),
(28251,'field:8',0,1,''),
(28251,'field:9',0,1,' general inquiry '),
(28251,'title',0,1,' 2026 02 12 13 17 21 '),
(28310,'field:10',0,1,' do you require any private pay before you can let medicaid community care kick in '),
(28310,'field:18',0,1,' https ccsouthpointe com contact '),
(28310,'field:19',0,1,' info southpointecrc com '),
(28310,'field:28',0,1,' complete care at southpointe '),
(28310,'field:6',0,1,' michael frink '),
(28310,'field:7',0,1,' michaelfrink rocketmail com '),
(28310,'field:8',0,1,''),
(28310,'field:9',0,1,' general inquiry '),
(28310,'title',0,1,' 2026 02 12 14 02 12 '),
(28312,'field:10',0,1,' dear administrator i am writing to formally express my concern regarding the conduct of the nurse named diane toward my mother at complete care bayshore my mother is currently a resident at your facility and it is deeply upsetting to learn that she has been treated in an unpleasant and unprofessional manner during what is already a vulnerable time for her she deserves to be treated with patience dignity and compassion unfortunately her recent experiences with a nurse named diane have not reflected those standards healthcare professionals play a critical role not only in providing medical care but also in ensuring residents feel safe respected and supported any behavior that makes a resident feel uncomfortable or disrespected is concerning and unacceptable i respectfully request that this matter be looked into promptly and that appropriate steps be taken to ensure my mother receives the respectful care she deserves thank you for your immediate attention to this matter '),
(28312,'field:18',0,1,' https ccbayshore com contact '),
(28312,'field:19',0,1,' info ccbayshore com '),
(28312,'field:28',0,1,' complete care at bayshore '),
(28312,'field:6',0,1,' mrs joan sanders '),
(28312,'field:7',0,1,' tonijoan47 gmail com '),
(28312,'field:8',0,1,''),
(28312,'field:9',0,1,' resident family support '),
(28312,'title',0,1,' 2026 02 12 14 18 23 '),
(28314,'field:10',0,1,' greetings i am typing with fingers crossed in hopes that i am able to reach someone in the management group or team i am writing to express sincerest concerns regarding my father lester williams i live in florida and unfortunately its often difficult to understand all of the complexities and challenges associated with his care rest assured that i am expressing gratitude and at the same time voicing trepidations i would like to reiterate that my concerns are based on what my father communicated about the treatment care and most importantly irregularities in his exchanges with the care team for this reason i would like for my father alongside his care team and myself to get a better understanding of the scornful behavior he uttered as such should be addressed respectfully in a team meeting please let me know if this is possible i can be reached at 904 520 0936 or via email dwilliams4868 icloud com i look forward to your consideration and response thank you dr donna elizabeth williams mathurin '),
(28314,'field:18',0,1,' https ccprospectheights com contact '),
(28314,'field:19',0,1,' info ccprospectheights com '),
(28314,'field:28',0,1,' complete care at prospect heights '),
(28314,'field:6',0,1,' donna williams mathurin '),
(28314,'field:7',0,1,' dwilliams4868 icloud com '),
(28314,'field:8',0,1,''),
(28314,'field:9',0,1,' resident family support '),
(28314,'title',0,1,' 2026 02 12 14 23 56 '),
(28319,'field:10',0,1,' hi i am local and provide service in north bergen for others in the community i was hoping i could come by and offer a complimentary cleaning bid i can also do so over email thank you in advance for your response with best sonia lewis business development rep truesparckle cleaner sonia truesparklecleaner com respond with stop to optout '),
(28319,'field:18',0,1,' https mycompletecare com contact '),
(28319,'field:19',0,1,' hlabatch completecaremgmt com '),
(28319,'field:28',0,1,' complete care at annapolis '),
(28319,'field:6',0,1,' sonia lewis '),
(28319,'field:7',0,1,' sonia truesparklecleaner com '),
(28319,'field:8',0,1,' truesparkle cleaner '),
(28319,'field:9',0,1,' general inquiry '),
(28319,'title',0,1,' 2026 02 12 15 08 52 '),
(28320,'field:10',0,1,' is there an email address where i can send my concerns regarding my fathers recent time at the groton regency i dont want to talk on the phone but would rather forward my written concerns to someone who might take them to heart so current and future patients are propery cared for '),
(28320,'field:18',0,1,' https ccgrotonregency com contact '),
(28320,'field:19',0,1,' info ccgrotonregency com '),
(28320,'field:28',0,1,' complete care at groton regency '),
(28320,'field:6',0,1,' cheryl powell '),
(28320,'field:7',0,1,' cherylpowell612 gmail com '),
(28320,'field:8',0,1,''),
(28320,'field:9',0,1,' resident family support '),
(28320,'title',0,1,' 2026 02 12 15 22 48 '),
(28336,'field:12',0,1,' chadwayne a richards '),
(28336,'field:13',0,1,' chadwaynerichards1995 gmail com '),
(28336,'field:14',0,1,' 18482368064 '),
(28336,'field:15',0,1,' files resumes crichards resume v1 pdf '),
(28336,'field:16',0,1,' dietary food service maintenance housekeeping '),
(28336,'field:17',0,1,' dear hiring manager i am writing to express my interest in joining your team at complete care bayshore nursing home facility i have hands on experience working in a healthcare environment and i take pride in providing compassionate respectful care to residents supporting individuals with their daily needs ensuring their comfort and treating them with dignity is something i am truly passionate about i am dependable a quick learner and i work well with both residents and staff i understand the importance of patience teamwork and maintaining a safe and clean environment my goal is always to make residents feel valued heard and cared for like family i would appreciate the opportunity to bring my strong work ethic and caring attitude to your facility thank you for your time and consideration i look forward to the possibility of contributing to your team sincerely chadwayne a richards '),
(28336,'field:20',0,1,' https ccbayshore com careers '),
(28336,'field:21',0,1,' careers ccbayshore com '),
(28336,'field:29',0,1,' complete care at bayshore '),
(28336,'title',0,1,' 2026 02 12 16 04 27 '),
(28337,'alt',0,1,''),
(28337,'extension',0,1,' pdf '),
(28337,'filename',0,1,' crichards resume v1 pdf '),
(28337,'kind',0,1,' pdf '),
(28337,'slug',0,1,''),
(28337,'title',0,1,' crichards resume v1 '),
(28349,'field:10',0,1,' my brother kenneth jack d on was transfered from ridgewood care facility located in racine wisconsin on 11 feb 2926 please email me your location information thank you '),
(28349,'field:18',0,1,' https mycompletecare com completecareblvd contact '),
(28349,'field:19',0,1,' info completecareblvd com '),
(28349,'field:28',0,1,' complete care at the boulevard '),
(28349,'field:6',0,1,' sharon jackson '),
(28349,'field:7',0,1,' sharonjackson602 gmail com '),
(28349,'field:8',0,1,''),
(28349,'field:9',0,1,' resident family support '),
(28349,'title',0,1,' 2026 02 12 17 29 42 '),
(28357,'alt',0,1,''),
(28357,'extension',0,1,' jpg '),
(28357,'filename',0,1,' photo1 2026 02 12 225009 unqk jpg '),
(28357,'kind',0,1,' image '),
(28357,'slug',0,1,''),
(28357,'title',0,1,' photo1 '),
(28359,'alt',0,1,''),
(28359,'extension',0,1,' jpg '),
(28359,'filename',0,1,' photo1 2026 02 12 225014 ckrm jpg '),
(28359,'kind',0,1,' image '),
(28359,'slug',0,1,''),
(28359,'title',0,1,' photo1 '),
(28371,'field:12',0,1,' anaya lanay diamond '),
(28371,'field:13',0,1,' lynnea82 gmail com '),
(28371,'field:14',0,1,' 14437625721 '),
(28371,'field:15',0,1,' files resumes anaya resume 26 pdf '),
(28371,'field:16',0,1,' activities recreation dietary food service '),
(28371,'field:17',0,1,' dear hiring manager i am writing to express my interest in the position available at your organization as advertised with my background in providing one on one tutoring and childcare as well as my clerical experience i am confident in my ability to contribute positively to your team and support the growth and success of your programs as a current camp counselor at amyas angels learning academy i have developed strong skills in creating safe and engaging environments for children planning and leading educational activities and fostering positive social and emotional development my role has also strengthened my ability to communicate effectively with both parents and staff ensuring the smooth operation of camp activities additionally my experience as a private tutor for an autistic child has allowed me to refine my ability to provide personalized education plans that cater to individual learning needs particularly for children with sensory sensitivities i also bring a strong background in clerical work having supported rommel construction by performing various administrative tasks such as phone management document organization and office communication i am currently pursuing a bachelors degree in early childhood education which complements my practical experience my ability to balance multiple responsibilities and collaborate with families makes me a valuable asset for any role involving children or administrative duties i would appreciate the opportunity to discuss how my skills and experiences align with your organizations needs thank you for considering my application i look forward to the possibility of contributing to your team sincerely anaya diamond '),
(28371,'field:20',0,1,' https ccmultimed com careers '),
(28371,'field:21',0,1,' careers ccmultimed com '),
(28371,'field:29',0,1,' complete care at multi medical center '),
(28371,'title',0,1,' 2026 02 12 19 02 02 '),
(28372,'alt',0,1,''),
(28372,'extension',0,1,' pdf '),
(28372,'filename',0,1,' anaya resume 26 pdf '),
(28372,'kind',0,1,' pdf '),
(28372,'slug',0,1,''),
(28372,'title',0,1,' anaya resume 26 '),
(28375,'alt',0,1,''),
(28375,'extension',0,1,' jpg '),
(28375,'filename',0,1,' photo1 2026 02 13 002834 xwga jpg '),
(28375,'kind',0,1,' image '),
(28375,'slug',0,1,''),
(28375,'title',0,1,' photo1 '),
(28377,'alt',0,1,''),
(28377,'extension',0,1,' jpg '),
(28377,'filename',0,1,' photo1 2026 02 13 002840 jnoa jpg '),
(28377,'kind',0,1,' image '),
(28377,'slug',0,1,''),
(28377,'title',0,1,' photo1 '),
(28389,'field:12',0,1,' lowensonlacaden yahoo com '),
(28389,'field:13',0,1,' lowensonlacaden yahoo com '),
(28389,'field:14',0,1,' 973 768 7300 '),
(28389,'field:15',0,1,' files resumes lowenson20t 20lacaden20food20service pdf '),
(28389,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(28389,'field:17',0,1,' i am ready to learn and eager to grow i am a hard working person and patient i am looking forward to meet you for interview i cant start immediately best lowenson lacaden '),
(28389,'field:20',0,1,' https completecarebarnhill com careers '),
(28389,'field:21',0,1,' careers completecarebarnhill com '),
(28389,'field:29',0,1,' complete care at barn hill '),
(28389,'title',0,1,' 2026 02 12 21 12 49 '),
(28390,'alt',0,1,''),
(28390,'extension',0,1,' pdf '),
(28390,'filename',0,1,' lowenson20t 20lacaden20food20service pdf '),
(28390,'kind',0,1,' pdf '),
(28390,'slug',0,1,''),
(28390,'title',0,1,' lowenson 20 t 20 lacaden 20 food 20 service '),
(28392,'field:1',0,1,' dallas robledo '),
(28392,'field:2',0,1,' drobledo280 gmail com '),
(28392,'field:22',0,1,' https mycompletecare com volunteer '),
(28392,'field:23',0,1,' volunteer completecaremgmt com '),
(28392,'field:3',0,1,' 7073399910 '),
(28392,'field:4',0,1,' complete care at meriden '),
(28392,'field:5',0,1,' hello my name is dallas i was wondering if it might be possible to bring my cat to the facility to offer some comfort and support to clients she is a gentle hearted female snowshoe about 7 years old and is current on all her vaccinations i adopted her from a shelter after she was a client at the animal hospital where i worked shes very friendly loves attention and truly enjoys being around people however shes a bit wary of other animals having been attacked by both a cat and a dog in the past i dont have any family members or friends at the facility but i would love to bring her to help bring some warmth and companionship email drobledo280 gmail com '),
(28392,'title',0,1,' 2026 02 12 21 16 27 '),
(28463,'field:10',0,1,' hello i would like to share a few suggestions for your website at no cost and with no obligation just an opportunity to review how we can help improve your websites lead generation strengthen organic traffic and enhance overall online visibility would you be interested thank you tricia miller '),
(28463,'field:18',0,1,' https mycompletecare com contact '),
(28463,'field:19',0,1,' hlabatch completecaremgmt com '),
(28463,'field:28',0,1,' complete care at court house '),
(28463,'field:6',0,1,' tricia miller '),
(28463,'field:7',0,1,' triciamiller mkt gmail com '),
(28463,'field:8',0,1,''),
(28463,'field:9',0,1,' other '),
(28463,'title',0,1,' 2026 02 13 00 02 28 '),
(28536,'field:12',0,1,' kadjedra henry '),
(28536,'field:13',0,1,' henry26kadjedra gmail com '),
(28536,'field:14',0,1,' 13026036346 '),
(28536,'field:15',0,1,' files resumes kadjedra henry resume pdf '),
(28536,'field:16',0,1,' nursing '),
(28536,'field:17',0,1,' hello my name is kadjedra and i am looking for a full time position i would like to apply to your establishment because i have heard positive things please accept my resume toward gaining this position my resume speaks for my education and experience at this time feel free to call or text me at anytime thank you kadjedra henry '),
(28536,'field:20',0,1,' https cccorsicahills com careers '),
(28536,'field:21',0,1,' careers cccorsicahills com '),
(28536,'field:29',0,1,' complete care at corsica hills '),
(28536,'title',0,1,' 2026 02 13 01 36 31 '),
(28537,'alt',0,1,''),
(28537,'extension',0,1,' pdf '),
(28537,'filename',0,1,' kadjedra henry resume pdf '),
(28537,'kind',0,1,' pdf '),
(28537,'slug',0,1,''),
(28537,'title',0,1,' kadjedra henry resume '),
(28647,'field:12',0,1,' shontoya whitfield '),
(28647,'field:13',0,1,' shontoyawhitfield gmail com '),
(28647,'field:14',0,1,' 4144848182 '),
(28647,'field:15',0,1,' files resumes resume 2026 02 13 113525 rvet pdf '),
(28647,'field:16',0,1,' nursing '),
(28647,'field:17',0,1,' none '),
(28647,'field:20',0,1,' https ccglendalewest com careers '),
(28647,'field:21',0,1,' careers ccglendalewest com '),
(28647,'field:29',0,1,' complete care at glendale west '),
(28647,'title',0,1,' 2026 02 13 06 35 25 '),
(28648,'alt',0,1,''),
(28648,'extension',0,1,' pdf '),
(28648,'filename',0,1,' resume 2026 02 13 113525 rvet pdf '),
(28648,'kind',0,1,' pdf '),
(28648,'slug',0,1,''),
(28648,'title',0,1,' resume '),
(28674,'field:10',0,1,' hi complete care at phillipsburg ive built and trained an ai employee specifically for complete care at phillipsburg its already been trained on 6 hours worth of your publicly available data your website google business profile and more it knows how to answer customer questions capture leads and even follow up just like a team member would this isnt a sales call its a 20 minute demo where you can actually interact with the ai employee and see what it can do would today or tomorrow work for a quick walkthrough select a time to meet your agent here https getdandy com trained agent ff or you can reach me directly at 949 979 7488 talk soon thank you jennifer obrien ai implementation advisor getdandy visit us online https getdandy com trained agent ff unsubscribe https bit ly 42wnusa '),
(28674,'field:18',0,1,' https ccphillipsburg com contact '),
(28674,'field:19',0,1,' info ccphillipsburg com '),
(28674,'field:28',0,1,' complete care at phillipsburg '),
(28674,'field:6',0,1,' jennifer obrien '),
(28674,'field:7',0,1,' jen obrie getdandyaiteam com '),
(28674,'field:8',0,1,' get dandy '),
(28674,'field:9',0,1,' media inquiry '),
(28674,'title',0,1,' 2026 02 13 07 05 47 '),
(28698,'field:12',0,1,' eric schmalfuhs '),
(28698,'field:13',0,1,' chefe1966 yahoo com '),
(28698,'field:14',0,1,' 2014017142 '),
(28698,'field:15',0,1,' files resumes eric schmalfuhs pdf '),
(28698,'field:16',0,1,' dietary food service '),
(28698,'field:17',0,1,' hello it would be an absolute honor to discuss this opportunity with you i take great pride in creating menus fresh ingredients cook from scratch take special care to adhere to special diets lead a team effectively to make a great culinary experience working with seniors has been one of my fondest and greatest experiences as our elders are in the twilight of their lives and deserve to feel and eat like kings and queens an example of a wonder experience i was asked to make a wedding cake and be an officiate for a resident wedding i created a restaurant inspired food program for residents to pick freshly prepared to order food items '),
(28698,'field:20',0,1,' https completecarebarnhill com careers '),
(28698,'field:21',0,1,' careers completecarebarnhill com '),
(28698,'field:29',0,1,' complete care at barn hill '),
(28698,'title',0,1,' 2026 02 13 07 38 37 '),
(28699,'alt',0,1,''),
(28699,'extension',0,1,' pdf '),
(28699,'filename',0,1,' eric schmalfuhs pdf '),
(28699,'kind',0,1,' pdf '),
(28699,'slug',0,1,''),
(28699,'title',0,1,' eric schmalfuhs '),
(28727,'field:12',0,1,' kerry lewis '),
(28727,'field:13',0,1,' lewiskerry29 gmail com '),
(28727,'field:14',0,1,' 14109615754 '),
(28727,'field:15',0,1,''),
(28727,'field:16',0,1,' maintenance housekeeping '),
(28727,'field:17',0,1,' hello my name is kerry lewis i am very interested in your maintenance position '),
(28727,'field:20',0,1,' http completecareheritage com careers '),
(28727,'field:21',0,1,' careers completecareheritage com '),
(28727,'field:29',0,1,' complete care at heritage '),
(28727,'title',0,1,' 2026 02 13 09 34 32 '),
(28739,'field:10',0,1,' we found a suspicious google review from kimberly wilson gatherup has a proven track record of removing fake and policy breaking reviews well challenge this one with google and stand behind the result with a 60 day 100% satisfaction guarantee trusted by 18 000 businesses book here https gatherup chilipiper com shared sarah cameto review defense meeting '),
(28739,'field:18',0,1,' http ccplainfield com contact '),
(28739,'field:19',0,1,' info ccplainfield com '),
(28739,'field:28',0,1,' complete care at plainfield '),
(28739,'field:6',0,1,' sarah cameto '),
(28739,'field:7',0,1,' sarah fakereviewdetectors com '),
(28739,'field:8',0,1,' fakereviewdetectors '),
(28739,'field:9',0,1,' general inquiry '),
(28739,'title',0,1,' 2026 02 13 11 34 31 '),
(28751,'alt',0,1,''),
(28751,'extension',0,1,' png '),
(28751,'filename',0,1,' cc legacy awards 2025 badge png '),
(28751,'kind',0,1,' image '),
(28751,'slug',0,1,''),
(28751,'title',0,1,' cc legacy awards 2025 badge '),
(28766,'slug',0,1,' legacy award 2025 '),
(28766,'title',0,1,' legacy award 2025 '),
(28779,'field:10',0,1,' do you currently have availability father in law having hip surgery and needs a rehab place do you offer private rooms '),
(28779,'field:18',0,1,' https ccgrandeprairie com contact '),
(28779,'field:19',0,1,' info ccgrandeprairie com '),
(28779,'field:28',0,1,' complete care at grande prairie '),
(28779,'field:6',0,1,' lee kramer '),
(28779,'field:7',0,1,' leekramer64 gmail com '),
(28779,'field:8',0,1,''),
(28779,'field:9',0,1,' general inquiry '),
(28779,'title',0,1,' 2026 02 13 11 47 06 '),
(28791,'field:10',0,1,' hello my name is kesy ducasse and i am a nursing student at bergen community college i am looking to complete a one day volunteer or observational visit at a nursing home or long term care facility for a school community service assignment please let me know if this is possible and what steps i need to complete thank you for your time and consideration sincerely kesy ducasse nursing student bergen community college 2017244528 '),
(28791,'field:18',0,1,' https mycompletecare com contact '),
(28791,'field:19',0,1,' hlabatch completecaremgmt com '),
(28791,'field:28',0,1,' complete care at inglemoor '),
(28791,'field:6',0,1,' kesy ducasse '),
(28791,'field:7',0,1,' kmontero108573 me bergen edu '),
(28791,'field:8',0,1,''),
(28791,'field:9',0,1,' volunteer opportunities '),
(28791,'title',0,1,' 2026 02 13 12 03 06 '),
(28792,'field:12',0,1,' kimberly pearce '),
(28792,'field:13',0,1,' kimberlypearce76 gmail com '),
(28792,'field:14',0,1,' 9733933625 '),
(28792,'field:15',0,1,' files resumes kp resume october 2025 pdf '),
(28792,'field:16',0,1,' nursing '),
(28792,'field:17',0,1,' dear sir or madam i am a licensed practical nurse of 15 years seeking employment at your facility thank you for your time '),
(28792,'field:20',0,1,' https mycompletecare com careers '),
(28792,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(28792,'field:29',0,1,' complete care at orange park '),
(28792,'title',0,1,' 2026 02 13 12 03 44 '),
(28793,'alt',0,1,''),
(28793,'extension',0,1,' pdf '),
(28793,'filename',0,1,' kp resume october 2025 pdf '),
(28793,'kind',0,1,' pdf '),
(28793,'slug',0,1,''),
(28793,'title',0,1,' kp resume october 2025 '),
(28794,'field:10',0,1,' hello my name is kesy ducasse and i am a nursing student at bergen community college i am looking to complete a one day volunteer or observational visit at a nursing home or long term care facility for a school community service assignment please let me know if this is possible and what steps i need to complete thank you for your time and consideration sincerely kesy ducasse nursing student bergen community college 2017244528 '),
(28794,'field:18',0,1,' https mycompletecare com contact '),
(28794,'field:19',0,1,' hlabatch completecaremgmt com '),
(28794,'field:28',0,1,' complete care at regent '),
(28794,'field:6',0,1,' kesy ducasse '),
(28794,'field:7',0,1,' kmontero108573 me bergen edu '),
(28794,'field:8',0,1,''),
(28794,'field:9',0,1,' volunteer opportunities '),
(28794,'title',0,1,' 2026 02 13 12 05 58 '),
(28921,'alt',0,1,''),
(28921,'extension',0,1,' pdf '),
(28921,'filename',0,1,' annapolis pdf '),
(28921,'kind',0,1,' pdf '),
(28921,'slug',0,1,''),
(28921,'title',0,1,' annapolis calendar '),
(28929,'alt',0,1,''),
(28929,'extension',0,1,' jpg '),
(28929,'filename',0,1,' annapolis ad 1 jpg '),
(28929,'kind',0,1,' image '),
(28929,'slug',0,1,''),
(28929,'title',0,1,' annapolis ad 1 '),
(28956,'field:10',0,1,' are you considered a skilled nursing facility too family member having hip surgery and needs skilled nursing facility for rehab '),
(28956,'field:18',0,1,' https mycompletecare com contact '),
(28956,'field:19',0,1,' hlabatch completecaremgmt com '),
(28956,'field:28',0,1,''),
(28956,'field:6',0,1,' leanne kramer '),
(28956,'field:7',0,1,' leekramer64 gmail com '),
(28956,'field:8',0,1,''),
(28956,'field:9',0,1,' general inquiry '),
(28956,'title',0,1,' 2026 02 13 13 55 02 '),
(28967,'field:10',0,1,' would like to get my w2 forms i previously worked there '),
(28967,'field:18',0,1,' https cchalescorners com contact '),
(28967,'field:19',0,1,' info cchalescorners com '),
(28967,'field:28',0,1,' complete care at hales corners '),
(28967,'field:6',0,1,' trinity '),
(28967,'field:7',0,1,' trinityaragon233 gmail com '),
(28967,'field:8',0,1,' hales corner care center '),
(28967,'field:9',0,1,' other '),
(28967,'title',0,1,' 2026 02 13 14 38 07 '),
(28985,'field:10',0,1,' testing please ignore '),
(28985,'field:18',0,1,' https mycompletecare com contact '),
(28985,'field:19',0,1,' hlabatch completecaremgmt com '),
(28985,'field:28',0,1,''),
(28985,'field:6',0,1,' grace '),
(28985,'field:7',0,1,' goleary completecaremgmt com '),
(28985,'field:8',0,1,''),
(28985,'field:9',0,1,' general inquiry '),
(28985,'title',0,1,' 2026 02 13 15 04 24 '),
(28998,'field:10',0,1,' testing again ignore '),
(28998,'field:18',0,1,' https mycompletecare com contact '),
(28998,'field:19',0,1,' hlabatch completecaremgmt com '),
(28998,'field:28',0,1,''),
(28998,'field:6',0,1,' grace '),
(28998,'field:7',0,1,' goleary completecaremgmt com '),
(28998,'field:8',0,1,''),
(28998,'field:9',0,1,' general inquiry '),
(28998,'title',0,1,' 2026 02 13 15 17 30 '),
(29006,'field:10',0,1,' another test ignore '),
(29006,'field:18',0,1,' https mycompletecare com contact '),
(29006,'field:19',0,1,' hlabatch completecaremgmt com '),
(29006,'field:28',0,1,''),
(29006,'field:6',0,1,' grace '),
(29006,'field:7',0,1,' goleary completecaremgmt com '),
(29006,'field:8',0,1,''),
(29006,'field:9',0,1,' general inquiry '),
(29006,'title',0,1,' 2026 02 13 15 23 58 '),
(29007,'field:10',0,1,' testing '),
(29007,'field:18',0,1,' https mycompletecare com contact '),
(29007,'field:19',0,1,' hlabatch completecaremgmt com '),
(29007,'field:28',0,1,''),
(29007,'field:6',0,1,' grace '),
(29007,'field:7',0,1,' goleary completecaremgmt com '),
(29007,'field:8',0,1,''),
(29007,'field:9',0,1,' general inquiry '),
(29007,'title',0,1,' 2026 02 13 15 26 48 '),
(29038,'field:10',0,1,' hi i work in west milford and help many local companies i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(29038,'field:18',0,1,' https mycompletecare com contact '),
(29038,'field:19',0,1,' hlabatch completecaremgmt com '),
(29038,'field:28',0,1,' complete care at corsica hills '),
(29038,'field:6',0,1,' gena kotarsky '),
(29038,'field:7',0,1,' gena janpronorthernnj com '),
(29038,'field:8',0,1,' jan pro of northern new jersey '),
(29038,'field:9',0,1,' general inquiry '),
(29038,'title',0,1,' 2026 02 13 16 13 02 '),
(29045,'field:10',0,1,' hi im trying to get my husband who had a stroke 2 months ago transferred to complete care woodlands from another facility i toured your facility with diana on wednesday february 11 he is at a subacute care facility and still needs subacute care and physical occupational and swallowing therapy however he is not thriving at the current place he has a little less than 70 days left on his medicare coverage for subacute care i left a message with ashley this afternoon i would like to set up a meeting to discuss the finances with her and i would also like to talk about the transfer with brionna it would be great if you could call me at 908 577 8597 thank you '),
(29045,'field:18',0,1,' https mycompletecare com contact '),
(29045,'field:19',0,1,' hlabatch completecaremgmt com '),
(29045,'field:28',0,1,' complete care at woodlands '),
(29045,'field:6',0,1,' anne winthrop wife of john esposito '),
(29045,'field:7',0,1,' winesp29 comcast net '),
(29045,'field:8',0,1,''),
(29045,'field:9',0,1,' resident family support '),
(29045,'title',0,1,' 2026 02 13 16 34 38 '),
(29047,'field:10',0,1,' hey there do you have any use for a freelance writer i have nearly a decade of experience and am looking for new opportunities you can book a time with me to chat if interested looking forward to connecting https calendly com melottogroup 30min '),
(29047,'field:18',0,1,' https ccshrewsbury com contact '),
(29047,'field:19',0,1,' info ccshrewsbury com '),
(29047,'field:28',0,1,' complete care at shrewsbury '),
(29047,'field:6',0,1,' hannah melotto '),
(29047,'field:7',0,1,' hannah melotto melottogroup com '),
(29047,'field:8',0,1,' melotto group '),
(29047,'field:9',0,1,' general inquiry '),
(29047,'title',0,1,' 2026 02 13 16 53 14 '),
(29060,'field:10',0,1,' contact at 773 940 5146 sister of kenneth jackson '),
(29060,'field:18',0,1,' https mycompletecare com completecareblvd contact '),
(29060,'field:19',0,1,' info completecareblvd com '),
(29060,'field:28',0,1,' complete care at the boulevard '),
(29060,'field:6',0,1,' sharon jackson '),
(29060,'field:7',0,1,' sharonjackson602 gmail com '),
(29060,'field:8',0,1,''),
(29060,'field:9',0,1,' resident family support '),
(29060,'title',0,1,' 2026 02 13 20 18 55 '),
(29067,'field:12',0,1,' kimya '),
(29067,'field:13',0,1,' kimyamona123 gmail com '),
(29067,'field:14',0,1,' 2624031008 '),
(29067,'field:15',0,1,' files resumes kmb 2 pdf '),
(29067,'field:16',0,1,' nursing '),
(29067,'field:17',0,1,' complete care dear hiring manager i am writing to express my interest in the cn a position at complete care with my background and dedication i am confident in my ability to fulfill the responsibilities associated with this role i have one year of experience working as a full time cn at congregational home where i developed a strong foundation in patient care and support my skills include patient safety emotional support geriatric care conflict resolution healthcare technology documentation skills patient advocacy and time management i pride myself on compassionate care enhancing resident satisfaction creating personalized care plans improving quality of life and fostering a supportive community environment i completed my education at destiny high school with a focus in healthcare which has prepared me with the necessary knowledge to excel in this field i am enthusiastic about the opportunity to contribute to complete care bringing my skills and compassion to your team please feel free to contact me to discuss how i can be an asset to your organization '),
(29067,'field:20',0,1,' https ccglendalewest com careers '),
(29067,'field:21',0,1,' careers ccglendalewest com '),
(29067,'field:29',0,1,' complete care at glendale west '),
(29067,'title',0,1,' 2026 02 13 21 33 01 '),
(29068,'alt',0,1,''),
(29068,'extension',0,1,' pdf '),
(29068,'filename',0,1,' kmb 2 pdf '),
(29068,'kind',0,1,' pdf '),
(29068,'slug',0,1,''),
(29068,'title',0,1,' kmb 2 '),
(29093,'field:10',0,1,' hello i am a publisher community connector for best version media my magazine toms river living would be a great referral source for you could we set a up brief meeting so i learn about your business and i could show you a few sample magazines '),
(29093,'field:18',0,1,' https mycompletecare com contact '),
(29093,'field:19',0,1,' hlabatch completecaremgmt com '),
(29093,'field:28',0,1,' complete care at shorrock gardens '),
(29093,'field:6',0,1,' jeffrey white '),
(29093,'field:7',0,1,' jeffreywhite tomsriverliving com '),
(29093,'field:8',0,1,' best version media toms river living magazine '),
(29093,'field:9',0,1,' media inquiry '),
(29093,'title',0,1,' 2026 02 14 00 04 40 '),
(29094,'field:10',0,1,' hello i am a publisher community connector for best version media my magazine toms river living would be a great referral source for you could we set a up brief meeting so i learn about your business and i could show you a few sample magazines '),
(29094,'field:18',0,1,' https mycompletecare com contact '),
(29094,'field:19',0,1,' hlabatch completecaremgmt com '),
(29094,'field:28',0,1,' complete care at holiday city '),
(29094,'field:6',0,1,' jeffrey white '),
(29094,'field:7',0,1,' jeffreywhite tomsriverliving com '),
(29094,'field:8',0,1,' best version media toms river living magazine '),
(29094,'field:9',0,1,' media inquiry '),
(29094,'title',0,1,' 2026 02 14 00 05 23 '),
(29096,'field:10',0,1,' hello i am a publisher community connector for best version media my magazine toms river living would be a great referral source for you could we set a up brief meeting so i learn about your business and i could show you a few sample magazines '),
(29096,'field:18',0,1,' https mycompletecare com contact '),
(29096,'field:19',0,1,' hlabatch completecaremgmt com '),
(29096,'field:28',0,1,' complete care at bey lea '),
(29096,'field:6',0,1,' jeffrey white '),
(29096,'field:7',0,1,' jeffreywhite tomsriverliving com '),
(29096,'field:8',0,1,' best version media toms river living magazine '),
(29096,'field:9',0,1,' general inquiry '),
(29096,'title',0,1,' 2026 02 14 00 06 08 '),
(29097,'field:10',0,1,' hello i am a publisher community connector for best version media my magazine toms river living would be a great referral source for you could we set a up brief meeting so i learn about your business and i could show you a few sample magazines '),
(29097,'field:18',0,1,' https mycompletecare com contact '),
(29097,'field:19',0,1,' hlabatch completecaremgmt com '),
(29097,'field:28',0,1,' complete care at bey lea '),
(29097,'field:6',0,1,' jeffrey white '),
(29097,'field:7',0,1,' jeffreywhite tomsriverliving com '),
(29097,'field:8',0,1,' best version media toms river living magazine '),
(29097,'field:9',0,1,' media inquiry '),
(29097,'title',0,1,' 2026 02 14 00 06 35 '),
(29211,'field:10',0,1,' hey there do you have any use for a freelance writer i have nearly a decade of experience and am looking for new opportunities you can book a time with me to chat if interested looking forward to connecting https calendly com melottogroup 30min '),
(29211,'field:18',0,1,' https cclaurelton com contact '),
(29211,'field:19',0,1,' info cclaurelton com '),
(29211,'field:28',0,1,' complete care at laurelton '),
(29211,'field:6',0,1,' hannah melotto '),
(29211,'field:7',0,1,' hannah melotto melottogroup com '),
(29211,'field:8',0,1,' melotto group '),
(29211,'field:9',0,1,' general inquiry '),
(29211,'title',0,1,' 2026 02 14 07 39 22 '),
(29271,'field:10',0,1,' hi im currently working per diem as a cardiac ultrasound technician at a hospital in new york and am looking for a second position i live about 2 minutes away from your hospital and would love to work locally if theres any opportunity available if youre currently hiring or expecting any openings id really appreciate connecting please feel free to reach out if you need my resume or have any questions thank you '),
(29271,'field:18',0,1,' https mycompletecare com contact '),
(29271,'field:19',0,1,' hlabatch completecaremgmt com '),
(29271,'field:28',0,1,' complete care at cedar grove '),
(29271,'field:6',0,1,' hannah kim '),
(29271,'field:7',0,1,' hannahkimsoul gmail com '),
(29271,'field:8',0,1,''),
(29271,'field:9',0,1,' careers '),
(29271,'title',0,1,' 2026 02 14 08 58 04 '),
(29321,'field:10',0,1,' hey there do you have any use for a freelance writer i have nearly a decade of experience and am looking for new opportunities you can book a time with me to chat if interested looking forward to connecting https calendly com melottogroup 30min '),
(29321,'field:18',0,1,' https completecarehillside com contact '),
(29321,'field:19',0,1,' info completecarehillside com '),
(29321,'field:28',0,1,' complete care at hillside '),
(29321,'field:6',0,1,' hannah melotto '),
(29321,'field:7',0,1,' hannah melotto melottogroup com '),
(29321,'field:8',0,1,' melotto group '),
(29321,'field:9',0,1,' general inquiry '),
(29321,'title',0,1,' 2026 02 14 15 48 31 '),
(29327,'field:12',0,1,' hairy franco '),
(29327,'field:13',0,1,' hairy132677 icloud com '),
(29327,'field:14',0,1,' 2018190890 '),
(29327,'field:15',0,1,' files resumes ipcert 1 pdf '),
(29327,'field:16',0,1,' dietary food service '),
(29327,'field:17',0,1,' i have 20 year of experience as a cook in nursing homes restaurants catering '),
(29327,'field:20',0,1,' https ccinglemoor com careers '),
(29327,'field:21',0,1,' careers ccinglemoor com '),
(29327,'field:29',0,1,' complete care at inglemoor '),
(29327,'title',0,1,' 2026 02 14 16 17 52 '),
(29328,'alt',0,1,''),
(29328,'extension',0,1,' pdf '),
(29328,'filename',0,1,' ipcert 1 pdf '),
(29328,'kind',0,1,' pdf '),
(29328,'slug',0,1,''),
(29328,'title',0,1,' ipcert 1 '),
(29333,'field:12',0,1,' skye morency '),
(29333,'field:13',0,1,' skyemorency26 yahoo com '),
(29333,'field:14',0,1,' 9209055493 '),
(29333,'field:15',0,1,' files resumes resume 2026 02 14 220405 chbf pdf '),
(29333,'field:16',0,1,' activities recreation maintenance housekeeping nursing '),
(29333,'field:17',0,1,' i would like to apply when position opens '),
(29333,'field:20',0,1,' https ccmanitowoc com careers '),
(29333,'field:21',0,1,' careers ccmanitowoc com '),
(29333,'field:29',0,1,' complete care at manitowoc '),
(29333,'title',0,1,' 2026 02 14 17 04 05 '),
(29334,'alt',0,1,''),
(29334,'extension',0,1,' pdf '),
(29334,'filename',0,1,' resume 2026 02 14 220405 chbf pdf '),
(29334,'kind',0,1,' pdf '),
(29334,'slug',0,1,''),
(29334,'title',0,1,' resume '),
(29376,'field:12',0,1,' ebony brown '),
(29376,'field:13',0,1,' loyaltybrown617 gmail com '),
(29376,'field:14',0,1,' 7797774766 '),
(29376,'field:15',0,1,' files resumes resume26 pdf '),
(29376,'field:16',0,1,' activities recreation dietary food service recruitment '),
(29376,'field:17',0,1,''),
(29376,'field:20',0,1,' https completecareblvd com careers '),
(29376,'field:21',0,1,' careers completecareblvd com '),
(29376,'field:29',0,1,' complete care at the boulevard '),
(29376,'title',0,1,' 2026 02 14 18 54 49 '),
(29377,'alt',0,1,''),
(29377,'extension',0,1,' pdf '),
(29377,'filename',0,1,' resume26 pdf '),
(29377,'kind',0,1,' pdf '),
(29377,'slug',0,1,''),
(29377,'title',0,1,' resume26 '),
(29423,'field:10',0,1,' what is the corporate office address phone number and location '),
(29423,'field:18',0,1,' https mycompletecare com contact '),
(29423,'field:19',0,1,' hlabatch completecaremgmt com '),
(29423,'field:28',0,1,''),
(29423,'field:6',0,1,' tamika jackson '),
(29423,'field:7',0,1,' phillaygirl gmail com '),
(29423,'field:8',0,1,''),
(29423,'field:9',0,1,' other '),
(29423,'title',0,1,' 2026 02 14 20 25 55 '),
(30362,'alt',0,1,''),
(30362,'extension',0,1,' jpg '),
(30362,'filename',0,1,' photo1 2026 02 15 123724 kwcb jpg '),
(30362,'kind',0,1,' image '),
(30362,'slug',0,1,''),
(30362,'title',0,1,' photo1 '),
(30364,'alt',0,1,''),
(30364,'extension',0,1,' jpg '),
(30364,'filename',0,1,' photo1 2026 02 15 123728 sbgl jpg '),
(30364,'kind',0,1,' image '),
(30364,'slug',0,1,''),
(30364,'title',0,1,' photo1 '),
(30424,'field:10',0,1,' wife 73 fell and cracked a vertebrae had back surgery about a month ago is currently in future care pineview for rehab have received notice that coverage is expiring filed appeal but even if granted recognize that we will soon be in private pay situation if we are in private pay want to look at other facilities for various reasons not the least of which is distance from germantown prior to the fall celste had mobility issues which put her into what i would classify as assisted living mode could get out of bed go to bathroom walk around house but required assistance showering making meals outside of house activities when she was 10 years old she had a brain injury which resulted in partial paralysis of her right side she overcame that had nearly full mobility and raised 2 daughters as a stay at home mom with only normal husbandly support as she aged her mobility decreased but still able to care for herself about 2 years ago she broke a hip and that was what put her into assisted living mode we are currently looking at further rehab services so that she can come home we expect that it may take a while realistically we recognize that that may not be possible and she will need to stay at a facility that can provide nursing care '),
(30424,'field:18',0,1,' https ccspringbrook com contact '),
(30424,'field:19',0,1,' info ccspringbrook com '),
(30424,'field:28',0,1,' complete care at springbrook '),
(30424,'field:6',0,1,' richard c qualters '),
(30424,'field:7',0,1,' rickqualters hotmail com '),
(30424,'field:8',0,1,''),
(30424,'field:9',0,1,' resident family support '),
(30424,'title',0,1,' 2026 02 15 10 45 27 '),
(30430,'field:12',0,1,' savior deleon '),
(30430,'field:13',0,1,' saviordeleon2 gmail com '),
(30430,'field:14',0,1,' 7329484142 '),
(30430,'field:15',0,1,''),
(30430,'field:16',0,1,' dietary food service '),
(30430,'field:17',0,1,' hi i am currently a dietary aide for bartley nursing home i am 18 finishing up highschool so part time for now plan on going full time '),
(30430,'field:20',0,1,' https completecarebrick com careers '),
(30430,'field:21',0,1,' careers completecarebrick com '),
(30430,'field:29',0,1,' complete care at brick '),
(30430,'title',0,1,' 2026 02 15 12 29 28 '),
(30437,'alt',0,1,''),
(30437,'extension',0,1,' jpg '),
(30437,'filename',0,1,' photo1 2026 02 15 184909 zuro jpg '),
(30437,'kind',0,1,' image '),
(30437,'slug',0,1,''),
(30437,'title',0,1,' photo1 '),
(30439,'alt',0,1,''),
(30439,'extension',0,1,' jpg '),
(30439,'filename',0,1,' photo1 2026 02 15 184918 yzdx jpg '),
(30439,'kind',0,1,' image '),
(30439,'slug',0,1,''),
(30439,'title',0,1,' photo1 '),
(30447,'field:10',0,1,' i am interested in long term care for my grandmother as she is struggling at home and it is not suitable for her anymore i would like to talk and discuss our options if you have any thanks so much '),
(30447,'field:18',0,1,' https mycompletecare com contact '),
(30447,'field:19',0,1,' hlabatch completecaremgmt com '),
(30447,'field:28',0,1,' complete care at groton regency '),
(30447,'field:6',0,1,' marissa morales '),
(30447,'field:7',0,1,' marissa morales97 icloud com '),
(30447,'field:8',0,1,''),
(30447,'field:9',0,1,' resident family support '),
(30447,'title',0,1,' 2026 02 15 15 16 22 '),
(30451,'field:10',0,1,' my husband william stulack was admitted to your facility 2 12 no one has contacted me about what his treatment or how he is doing i thought maybe a doctor or nurse would let me know what is going on please let me know who i talk to to keep me informed i called this morning to see how he is doing and someone was to call me back so far that didnt happen i will be visiting tomorrow should i see you danielle jean stanish '),
(30451,'field:18',0,1,' https cclaurelton com contact '),
(30451,'field:19',0,1,' info cclaurelton com '),
(30451,'field:28',0,1,' complete care at laurelton '),
(30451,'field:6',0,1,' jean stanish '),
(30451,'field:7',0,1,' horizon349 yahoo com '),
(30451,'field:8',0,1,''),
(30451,'field:9',0,1,' general inquiry '),
(30451,'title',0,1,' 2026 02 15 15 43 03 '),
(30456,'field:10',0,1,' hey there do you have any use for a freelance writer i have nearly a decade of experience and am looking for new opportunities you can book a time with me to chat if interested looking forward to connecting https calendly com melottogroup 30min '),
(30456,'field:18',0,1,' https ccgreenknoll com contact '),
(30456,'field:19',0,1,' info ccgreenknoll com '),
(30456,'field:28',0,1,' complete care at green knoll '),
(30456,'field:6',0,1,' hannah melotto '),
(30456,'field:7',0,1,' hannah melotto melottogroup com '),
(30456,'field:8',0,1,' melotto group '),
(30456,'field:9',0,1,' general inquiry '),
(30456,'title',0,1,' 2026 02 15 16 36 41 '),
(30496,'alt',0,1,''),
(30496,'extension',0,1,' jpg '),
(30496,'filename',0,1,' photo1 2026 02 16 000259 yaba jpg '),
(30496,'kind',0,1,' image '),
(30496,'slug',0,1,''),
(30496,'title',0,1,' photo1 '),
(30498,'alt',0,1,''),
(30498,'extension',0,1,' jpg '),
(30498,'filename',0,1,' photo1 2026 02 16 000305 inrr jpg '),
(30498,'kind',0,1,' image '),
(30498,'slug',0,1,''),
(30498,'title',0,1,' photo1 '),
(30522,'alt',0,1,''),
(30522,'extension',0,1,' jpg '),
(30522,'filename',0,1,' photo1 2026 02 16 002651 tquv jpg '),
(30522,'kind',0,1,' image '),
(30522,'slug',0,1,''),
(30522,'title',0,1,' photo1 '),
(30524,'alt',0,1,''),
(30524,'extension',0,1,' jpg '),
(30524,'filename',0,1,' photo1 2026 02 16 002656 droh jpg '),
(30524,'kind',0,1,' image '),
(30524,'slug',0,1,''),
(30524,'title',0,1,' photo1 '),
(30545,'field:10',0,1,' i would like someone to please contact me as soon as possible regarding meeting me in person thanks in advance '),
(30545,'field:18',0,1,' https mycompletecare com contact '),
(30545,'field:19',0,1,' hlabatch completecaremgmt com '),
(30545,'field:28',0,1,' complete care at madison '),
(30545,'field:6',0,1,' mirella vitrano '),
(30545,'field:7',0,1,' mcvitrano madison k12 wi us '),
(30545,'field:8',0,1,''),
(30545,'field:9',0,1,' resident family support '),
(30545,'title',0,1,' 2026 02 15 20 25 15 '),
(30549,'field:10',0,1,' please call monday morning about my wife 410 598 1779 '),
(30549,'field:18',0,1,' https completecareheritage com contact '),
(30549,'field:19',0,1,' info completecareheritage com '),
(30549,'field:28',0,1,' complete care at heritage '),
(30549,'field:6',0,1,' george kondylas '),
(30549,'field:7',0,1,' islanderinn comcast net '),
(30549,'field:8',0,1,''),
(30549,'field:9',0,1,' general inquiry '),
(30549,'title',0,1,' 2026 02 15 21 01 18 '),
(30560,'field:12',0,1,' deashalai '),
(30560,'field:13',0,1,' deashalaiblnchrd gmail com '),
(30560,'field:14',0,1,' 2245406103 '),
(30560,'field:15',0,1,' files resumes %e2%80%9826 resume pdf '),
(30560,'field:16',0,1,''),
(30560,'field:17',0,1,' looking for am shifts part time preferably weekends '),
(30560,'field:20',0,1,' https mycompletecare com careers '),
(30560,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(30560,'field:29',0,1,''),
(30560,'title',0,1,' 2026 02 15 23 10 55 '),
(30561,'alt',0,1,''),
(30561,'extension',0,1,' pdf '),
(30561,'filename',0,1,' 26 resume pdf '),
(30561,'kind',0,1,' pdf '),
(30561,'slug',0,1,''),
(30561,'title',0,1,' 26 resume '),
(30563,'alt',0,1,''),
(30563,'extension',0,1,' jpg '),
(30563,'filename',0,1,' photo1 2026 02 16 041942 bwlu jpg '),
(30563,'kind',0,1,' image '),
(30563,'slug',0,1,''),
(30563,'title',0,1,' photo1 '),
(30565,'alt',0,1,''),
(30565,'extension',0,1,' jpg '),
(30565,'filename',0,1,' photo1 2026 02 16 041946 okkm jpg '),
(30565,'kind',0,1,' image '),
(30565,'slug',0,1,''),
(30565,'title',0,1,' photo1 '),
(30603,'field:12',0,1,' siomara colon '),
(30603,'field:13',0,1,' tashacolon12 gmail com '),
(30603,'field:14',0,1,' 2675041248 '),
(30603,'field:15',0,1,' files resumes resume 2026 02 16 055226 ntai pdf '),
(30603,'field:16',0,1,' nursing '),
(30603,'field:17',0,1,' cna '),
(30603,'field:20',0,1,' https ccsilverlake com careers '),
(30603,'field:21',0,1,' careers ccsilverlake com '),
(30603,'field:29',0,1,' complete care at silver lake '),
(30603,'title',0,1,' 2026 02 16 00 52 26 '),
(30604,'alt',0,1,''),
(30604,'extension',0,1,' pdf '),
(30604,'filename',0,1,' resume 2026 02 16 055226 ntai pdf '),
(30604,'kind',0,1,' pdf '),
(30604,'slug',0,1,''),
(30604,'title',0,1,' resume '),
(30664,'alt',0,1,''),
(30664,'extension',0,1,' jpg '),
(30664,'filename',0,1,' photo1 2026 02 16 065129 ndwf jpg '),
(30664,'kind',0,1,' image '),
(30664,'slug',0,1,''),
(30664,'title',0,1,' photo1 '),
(30666,'alt',0,1,''),
(30666,'extension',0,1,' jpg '),
(30666,'filename',0,1,' photo1 2026 02 16 065134 rrdm jpg '),
(30666,'kind',0,1,' image '),
(30666,'slug',0,1,''),
(30666,'title',0,1,' photo1 '),
(30730,'field:10',0,1,' respite care info '),
(30730,'field:18',0,1,' https ccglendalewest com contact '),
(30730,'field:19',0,1,' info ccglendalewest com '),
(30730,'field:28',0,1,' complete care at glendale west '),
(30730,'field:6',0,1,' shana '),
(30730,'field:7',0,1,' shana dorsey yahoo com '),
(30730,'field:8',0,1,''),
(30730,'field:9',0,1,' resident family support '),
(30730,'title',0,1,' 2026 02 16 04 52 47 '),
(30762,'field:12',0,1,' marie liseberde pierre '),
(30762,'field:13',0,1,' andersonjoseph281995 gmail com '),
(30762,'field:14',0,1,' 9592133982 '),
(30762,'field:15',0,1,' files resumes my resume 2 pdf '),
(30762,'field:16',0,1,' maintenance housekeeping '),
(30762,'field:17',0,1,' hii my name is marie im looking for job opportunities in housekeeping im very responsible and i love to work '),
(30762,'field:20',0,1,' https ccgrotonregency com careers '),
(30762,'field:21',0,1,' careers ccgrotonregency com '),
(30762,'field:29',0,1,' complete care at groton regency '),
(30762,'title',0,1,' 2026 02 16 05 38 54 '),
(30763,'alt',0,1,''),
(30763,'extension',0,1,' pdf '),
(30763,'filename',0,1,' my resume 2 pdf '),
(30763,'kind',0,1,' pdf '),
(30763,'slug',0,1,''),
(30763,'title',0,1,' my resume 2 '),
(30810,'alt',0,1,''),
(30810,'extension',0,1,' jpg '),
(30810,'filename',0,1,' photo1 2026 02 16 120614 xefc jpg '),
(30810,'kind',0,1,' image '),
(30810,'slug',0,1,''),
(30810,'title',0,1,' photo1 '),
(30812,'alt',0,1,''),
(30812,'extension',0,1,' jpg '),
(30812,'filename',0,1,' photo1 2026 02 16 120619 akkb jpg '),
(30812,'kind',0,1,' image '),
(30812,'slug',0,1,''),
(30812,'title',0,1,' photo1 '),
(30822,'alt',0,1,''),
(30822,'extension',0,1,' jpg '),
(30822,'filename',0,1,' photo1 2026 02 16 122311 opbs jpg '),
(30822,'kind',0,1,' image '),
(30822,'slug',0,1,''),
(30822,'title',0,1,' photo1 '),
(30824,'alt',0,1,''),
(30824,'extension',0,1,' jpg '),
(30824,'filename',0,1,' photo1 2026 02 16 122317 llnl jpg '),
(30824,'kind',0,1,' image '),
(30824,'slug',0,1,''),
(30824,'title',0,1,' photo1 '),
(30865,'alt',0,1,''),
(30865,'extension',0,1,' jpg '),
(30865,'filename',0,1,' photo1 2026 02 16 133234 juad jpg '),
(30865,'kind',0,1,' image '),
(30865,'slug',0,1,''),
(30865,'title',0,1,' photo1 '),
(30867,'alt',0,1,''),
(30867,'extension',0,1,' jpg '),
(30867,'filename',0,1,' photo1 2026 02 16 133238 lpjq jpg '),
(30867,'kind',0,1,' image '),
(30867,'slug',0,1,''),
(30867,'title',0,1,' photo1 '),
(30883,'field:10',0,1,' i want to discuss cost and services for 83 year old father with short term memory loss and dementia in the hospital recovering from covid and having sever sundowning '),
(30883,'field:18',0,1,' https ccmercerville com contact '),
(30883,'field:19',0,1,' info ccmercerville com '),
(30883,'field:28',0,1,' complete care at mercerville '),
(30883,'field:6',0,1,' lynn herbine '),
(30883,'field:7',0,1,' lherbine princeton edu '),
(30883,'field:8',0,1,' princeton university '),
(30883,'field:9',0,1,' resident family support '),
(30883,'title',0,1,' 2026 02 16 09 07 00 '),
(30886,'alt',0,1,''),
(30886,'extension',0,1,' jpg '),
(30886,'filename',0,1,' photo1 2026 02 16 140730 jekn jpg '),
(30886,'kind',0,1,' image '),
(30886,'slug',0,1,''),
(30886,'title',0,1,' photo1 '),
(30888,'alt',0,1,''),
(30888,'extension',0,1,' jpg '),
(30888,'filename',0,1,' photo1 2026 02 16 140735 qjry jpg '),
(30888,'kind',0,1,' image '),
(30888,'slug',0,1,''),
(30888,'title',0,1,' photo1 '),
(30913,'field:10',0,1,' hello i am interested in an administrative position at complete care in laplata i have an extensive background managing a business office i would like to submit my resume for review '),
(30913,'field:18',0,1,' https cclaplata com contact '),
(30913,'field:19',0,1,' info cclaplata com '),
(30913,'field:28',0,1,' complete care at la plata '),
(30913,'field:6',0,1,' dawn dula '),
(30913,'field:7',0,1,' dula dawn74 gmail com '),
(30913,'field:8',0,1,''),
(30913,'field:9',0,1,' careers '),
(30913,'title',0,1,' 2026 02 16 10 07 55 '),
(30921,'field:10',0,1,' iam looking for part time and full time job '),
(30921,'field:18',0,1,' https ccbeylea com contact '),
(30921,'field:19',0,1,' info ccbeylea com '),
(30921,'field:28',0,1,' complete care at bey lea '),
(30921,'field:6',0,1,' allison dwyer '),
(30921,'field:7',0,1,' allieson387 gmail com '),
(30921,'field:8',0,1,' looking for a job in activities housekeeping front desk '),
(30921,'field:9',0,1,' careers '),
(30921,'title',0,1,' 2026 02 16 10 37 30 '),
(30924,'field:10',0,1,' iam looking for a job part time and full time in activities housekeeping dietary front desk '),
(30924,'field:18',0,1,' https mycompletecare com contact '),
(30924,'field:19',0,1,' hlabatch completecaremgmt com '),
(30924,'field:28',0,1,' complete care at green acres '),
(30924,'field:6',0,1,' allison dwyer '),
(30924,'field:7',0,1,' allieson387 gmail com '),
(30924,'field:8',0,1,' allison '),
(30924,'field:9',0,1,' careers '),
(30924,'title',0,1,' 2026 02 16 10 41 36 '),
(30937,'field:12',0,1,' kimora cullins '),
(30937,'field:13',0,1,' moracullins gmail com '),
(30937,'field:14',0,1,' 4145541000 '),
(30937,'field:15',0,1,' files resumes kimoras resume pdf '),
(30937,'field:16',0,1,' nursing '),
(30937,'field:17',0,1,' hi i would love to be given the chance to show my skills and to help out in the community '),
(30937,'field:20',0,1,' https ccsouthpointe com careers '),
(30937,'field:21',0,1,' careers ccsouthpointe com '),
(30937,'field:29',0,1,' complete care at southpointe '),
(30937,'title',0,1,' 2026 02 16 11 20 37 '),
(30938,'alt',0,1,''),
(30938,'extension',0,1,' pdf '),
(30938,'filename',0,1,' kimoras resume pdf '),
(30938,'kind',0,1,' pdf '),
(30938,'slug',0,1,''),
(30938,'title',0,1,' kimoras resume '),
(30966,'field:10',0,1,' hi i work in voorhees township and help many local companies i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(30966,'field:18',0,1,' https mycompletecare com contact '),
(30966,'field:19',0,1,' hlabatch completecaremgmt com '),
(30966,'field:28',0,1,' complete care at court house '),
(30966,'field:6',0,1,' gena kotarsky '),
(30966,'field:7',0,1,' gena janpronorthernnj com '),
(30966,'field:8',0,1,' jan pro of northern new jersey '),
(30966,'field:9',0,1,' general inquiry '),
(30966,'title',0,1,' 2026 02 16 13 20 41 '),
(30967,'field:10',0,1,' hi i work in wall township and help many local companies i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(30967,'field:18',0,1,' https completecarewall com contact '),
(30967,'field:19',0,1,' info completecarewall com '),
(30967,'field:28',0,1,' complete care at wall '),
(30967,'field:6',0,1,' gena kotarsky '),
(30967,'field:7',0,1,' gena janpronorthernnj com '),
(30967,'field:8',0,1,' jan pro of northern new jersey '),
(30967,'field:9',0,1,' general inquiry '),
(30967,'title',0,1,' 2026 02 16 13 23 27 '),
(30969,'field:12',0,1,' lashaun m barclay '),
(30969,'field:13',0,1,' marciemuze3 gmail com '),
(30969,'field:14',0,1,' 18483257534 '),
(30969,'field:15',0,1,' files resumes lb resume indeed pdf '),
(30969,'field:16',0,1,' administrative business office dietary food service '),
(30969,'field:17',0,1,' lashaun barclay 4 academy street newton nj 07860 848 325 7534 marciemuze3 gmail com 2 16 2026 hiring manager complete care at barn hill 249 high street newton nj 07860 dear hiring manager i am writing to express my interest in the administrative assistant or dietary aide position at complete care at barn hill i am eager to contribute to your team and support the residents and staff by providing dependable service strong organizational skills and a positive attitude in an administrative assistant role i would bring strong communication skills attention to detail and the ability to manage multiple tasks efficiently i am comfortable handling phone calls scheduling maintaining records and providing support to staff and visitors in a professional and welcoming manner i understand the importance of confidentiality and organization in a healthcare setting and take pride in maintaining accuracy and efficiency as a dietary aide i would ensure residents receive meals that meet dietary guidelines while maintaining strict food safety and sanitation standards i understand the importance of nutrition in recovery and overall well being and i am committed to providing courteous and compassionate service during mealtimes i am reliable punctual and work well both independently and as part of a team i would welcome the opportunity to contribute to the supportive environment at complete care at barn hill and help enhance the daily experience of residents and staff thank you for your time and consideration i look forward to the opportunity to discuss how i can be an asset to your team sincerely lashaun barclay '),
(30969,'field:20',0,1,' https completecarebarnhill com careers '),
(30969,'field:21',0,1,' careers completecarebarnhill com '),
(30969,'field:29',0,1,' complete care at barn hill '),
(30969,'title',0,1,' 2026 02 16 13 28 17 '),
(30970,'alt',0,1,''),
(30970,'extension',0,1,' pdf '),
(30970,'filename',0,1,' lb resume indeed pdf '),
(30970,'kind',0,1,' pdf '),
(30970,'slug',0,1,''),
(30970,'title',0,1,' lb resume indeed '),
(30973,'field:10',0,1,' hello my mother has dementia and is at the point where her bad days are out numbering her good days shes a handful to say the least i have many questions if you could reach by email or text that would be awesome 304 860 5692 thank you '),
(30973,'field:18',0,1,' https mycompletecare com contact '),
(30973,'field:19',0,1,' hlabatch completecaremgmt com '),
(30973,'field:28',0,1,' complete care at dawnview '),
(30973,'field:6',0,1,' jason richardson '),
(30973,'field:7',0,1,' wvboy1174 gmail com '),
(30973,'field:8',0,1,''),
(30973,'field:9',0,1,' general inquiry '),
(30973,'title',0,1,' 2026 02 16 13 29 29 '),
(30976,'field:12',0,1,' phillip cooley jr '),
(30976,'field:13',0,1,' phillipcooley2 gmail com '),
(30976,'field:14',0,1,' 19179398438 '),
(30976,'field:15',0,1,' files resumes phillp cooley ii resume 2025 26 pdf '),
(30976,'field:16',0,1,' dietary food service '),
(30976,'field:17',0,1,' i am looking for a position as a head chef or food service director '),
(30976,'field:20',0,1,' https ccfairlawnedge com careers '),
(30976,'field:21',0,1,' careers ccfairlawnedge com '),
(30976,'field:29',0,1,' complete care at fair lawn edge '),
(30976,'title',0,1,' 2026 02 16 13 47 06 '),
(30977,'alt',0,1,''),
(30977,'extension',0,1,' pdf '),
(30977,'filename',0,1,' phillp cooley ii resume 2025 26 pdf '),
(30977,'kind',0,1,' pdf '),
(30977,'slug',0,1,''),
(30977,'title',0,1,' phillp cooley ii resume 2025 26 '),
(30984,'field:10',0,1,' skin informer is an ai powered skin analysis solution that detects common skin conditions from a simple photo or selfie it delivers instant insights downloadable pdf skin reports and seamless website integration to boost customer engagement and increase sales try the live demo here https aboutskin nz skininformer public read the customer success story here https nzwebsoft co nz industry first ai platform for a leading laser and skin clinic interested in seeing how skin informer can enhance your customer outreach and digital growth regards amit poddar head of it business nzwebsoft '),
(30984,'field:18',0,1,' https mycompletecare com contact '),
(30984,'field:19',0,1,' hlabatch completecaremgmt com '),
(30984,'field:28',0,1,' complete care at cedar grove '),
(30984,'field:6',0,1,' amit poddar '),
(30984,'field:7',0,1,' business sales nzwebsoft co nz '),
(30984,'field:8',0,1,' nzwebsoft '),
(30984,'field:9',0,1,' general inquiry '),
(30984,'title',0,1,' 2026 02 16 14 17 14 '),
(30988,'field:10',0,1,' hi i work in wall newton and help many local companies i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(30988,'field:18',0,1,' https mycompletecare com contact '),
(30988,'field:19',0,1,' hlabatch completecaremgmt com '),
(30988,'field:28',0,1,' complete care at clark '),
(30988,'field:6',0,1,' gena kotarsky '),
(30988,'field:7',0,1,' gena janpronorthernnj com '),
(30988,'field:8',0,1,' jan pro of northern new jersey '),
(30988,'field:9',0,1,' general inquiry '),
(30988,'title',0,1,' 2026 02 16 14 51 56 '),
(30990,'field:10',0,1,' so the second floor social worker alexis and i went to speak with tiey or tieyan from the business office on the 1st floor today on 02 16 26 at around 130p and tieyan informed me that all we talked about was that social security will reduce my payments to $30 and that she did in fact need to see the social security check that came in the mail for me in order to confirm that i receive social security and thats all so there was no scam business is what i find out and i tell her thanks i really appreciate it she had informed me that my room and board is paid for by my medicaid and that was what i had asked her because i was worried about the rental payments not being met here but so yea we got that squared away with that she was only informing me of what social security do and thats whats good '),
(30990,'field:18',0,1,' https ccmargatepark com contact '),
(30990,'field:19',0,1,' info ccmargatepark com '),
(30990,'field:28',0,1,' complete care at margate park '),
(30990,'field:6',0,1,' ryesha tucker '),
(30990,'field:7',0,1,' treed2403periot gmail com '),
(30990,'field:8',0,1,' complete care margate park '),
(30990,'field:9',0,1,' general inquiry '),
(30990,'title',0,1,' 2026 02 16 14 56 36 '),
(30993,'field:10',0,1,' hello we are interested in touring your facility for memory care for our 93 year old mother '),
(30993,'field:18',0,1,' https mycompletecare com contact '),
(30993,'field:19',0,1,' hlabatch completecaremgmt com '),
(30993,'field:28',0,1,' complete care at hales corners '),
(30993,'field:6',0,1,' heidi hendricks '),
(30993,'field:7',0,1,' hm2buzy wi rr com '),
(30993,'field:8',0,1,''),
(30993,'field:9',0,1,' resident family support '),
(30993,'title',0,1,' 2026 02 16 15 08 29 '),
(30995,'field:10',0,1,' looking to see if you have availability for a female medicaid resident needing memory care '),
(30995,'field:18',0,1,' https mycompletecare com contact '),
(30995,'field:19',0,1,' hlabatch completecaremgmt com '),
(30995,'field:28',0,1,' complete care at silver lake '),
(30995,'field:6',0,1,' john j ashman '),
(30995,'field:7',0,1,' hardwood1951 yahoo com '),
(30995,'field:8',0,1,''),
(30995,'field:9',0,1,' general inquiry '),
(30995,'title',0,1,' 2026 02 16 15 21 14 '),
(30998,'field:12',0,1,' carlton allen '),
(30998,'field:13',0,1,' carltonallen2017 gmail com '),
(30998,'field:14',0,1,' 8565489958 '),
(30998,'field:15',0,1,' files resumes carlton allen resume pdf '),
(30998,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(30998,'field:17',0,1,' hello i am interested in a position at your organization please review my attached resume and i look forward to hearing from you '),
(30998,'field:20',0,1,' https ccvoorhees com careers '),
(30998,'field:21',0,1,' careers ccvoorhees com '),
(30998,'field:29',0,1,' complete care at voorhees '),
(30998,'title',0,1,' 2026 02 16 15 25 04 '),
(30999,'alt',0,1,''),
(30999,'extension',0,1,' pdf '),
(30999,'filename',0,1,' carlton allen resume pdf '),
(30999,'kind',0,1,' pdf '),
(30999,'slug',0,1,''),
(30999,'title',0,1,' carlton allen resume '),
(31001,'field:12',0,1,' chrispina wendi margaret sawyerr '),
(31001,'field:13',0,1,' sawyerrchrispina gmail com '),
(31001,'field:14',0,1,' 19294764192 '),
(31001,'field:15',0,1,''),
(31001,'field:16',0,1,' activities recreation nursing social services '),
(31001,'field:17',0,1,' i am a compassionate care professional with a strong background in assisting individuals with daily living activities and promoting overall well being recognized for reliability in team environments and a steadfast commitment to achieving positive client outcomes expertise in effective communication and adaptability ensures the ability to meet evolving client needs dedicated to fostering a supportive atmosphere that enhances client quality of life and encourages independence '),
(31001,'field:20',0,1,' https ccvoorhees com careers '),
(31001,'field:21',0,1,' careers ccvoorhees com '),
(31001,'field:29',0,1,' complete care at voorhees '),
(31001,'title',0,1,' 2026 02 16 15 41 31 '),
(31004,'alt',0,1,''),
(31004,'extension',0,1,' pdf '),
(31004,'filename',0,1,' my resume 2026 02 16 204218 epwt pdf '),
(31004,'kind',0,1,' pdf '),
(31004,'slug',0,1,''),
(31004,'title',0,1,' my resume '),
(31008,'field:1',0,1,' harnidh kaur '),
(31008,'field:2',0,1,' harnidhkaur10 gmail com '),
(31008,'field:22',0,1,' https mycompletecare com volunteer '),
(31008,'field:23',0,1,' volunteer completecaremgmt com '),
(31008,'field:3',0,1,' 7322153297 '),
(31008,'field:4',0,1,' complete care at whispering woods '),
(31008,'field:5',0,1,' hi i am a sophmore and high school and would love to volunteer at the nursing home '),
(31008,'title',0,1,' 2026 02 16 16 03 56 '),
(31022,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(31022,'field:18',0,1,' https ccarbors com contact '),
(31022,'field:19',0,1,' info ccarbors com '),
(31022,'field:28',0,1,' complete care at arbors '),
(31022,'field:6',0,1,' gena kotarsky '),
(31022,'field:7',0,1,' gena janpronorthernnj com '),
(31022,'field:8',0,1,' jan pro of northern new jersey '),
(31022,'field:9',0,1,' general inquiry '),
(31022,'title',0,1,' 2026 02 16 17 13 20 '),
(31023,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(31023,'field:18',0,1,' https ccatgreenacres com contact '),
(31023,'field:19',0,1,' info ccatgreenacres com '),
(31023,'field:28',0,1,' complete care at green acres '),
(31023,'field:6',0,1,' gena kotarsky '),
(31023,'field:7',0,1,' gena janpronorthernnj com '),
(31023,'field:8',0,1,' jan pro of northern new jersey '),
(31023,'field:9',0,1,' general inquiry '),
(31023,'title',0,1,' 2026 02 16 17 13 26 '),
(31024,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(31024,'field:18',0,1,' https ccholidaycity com contact '),
(31024,'field:19',0,1,' info ccholidaycity com '),
(31024,'field:28',0,1,' complete care at holiday city '),
(31024,'field:6',0,1,' gena kotarsky '),
(31024,'field:7',0,1,' gena janpronorthernnj com '),
(31024,'field:8',0,1,' jan pro of northern new jersey '),
(31024,'field:9',0,1,' general inquiry '),
(31024,'title',0,1,' 2026 02 16 17 13 30 '),
(31025,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(31025,'field:18',0,1,' https ccbeylea com contact '),
(31025,'field:19',0,1,' info ccbeylea com '),
(31025,'field:28',0,1,' complete care at bey lea '),
(31025,'field:6',0,1,' gena kotarsky '),
(31025,'field:7',0,1,' gena janpronorthernnj com '),
(31025,'field:8',0,1,' jan pro of northern new jersey '),
(31025,'field:9',0,1,' general inquiry '),
(31025,'title',0,1,' 2026 02 16 17 13 35 '),
(31040,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(31040,'field:18',0,1,' https mycompletecare com contact '),
(31040,'field:19',0,1,' hlabatch completecaremgmt com '),
(31040,'field:28',0,1,' complete care at clark '),
(31040,'field:6',0,1,' gena kotarsky '),
(31040,'field:7',0,1,' gena janpronorthernnj com '),
(31040,'field:8',0,1,' jan pro of northern new jersey '),
(31040,'field:9',0,1,' general inquiry '),
(31040,'title',0,1,' 2026 02 16 18 13 39 '),
(31057,'field:12',0,1,' bertha ignacia jimenez de cato '),
(31057,'field:13',0,1,' berthadecato8 gmail com '),
(31057,'field:14',0,1,' 8562639071 '),
(31057,'field:15',0,1,' files resumes resume 2026 02 17 001613 prax pdf '),
(31057,'field:16',0,1,' dietary food service '),
(31057,'field:17',0,1,' hi am bertha jimenez de cato i will like to work with the team '),
(31057,'field:20',0,1,' https ccburlingtonwoods com careers '),
(31057,'field:21',0,1,' careers ccburlingtonwoods com '),
(31057,'field:29',0,1,' complete care at burlington woods '),
(31057,'title',0,1,' 2026 02 16 19 16 13 '),
(31058,'alt',0,1,''),
(31058,'extension',0,1,' pdf '),
(31058,'filename',0,1,' resume 2026 02 17 001613 prax pdf '),
(31058,'kind',0,1,' pdf '),
(31058,'slug',0,1,''),
(31058,'title',0,1,' resume '),
(31066,'field:10',0,1,' hi between tight schedules compliance and patient care its easy to overlook the little things like smudged floors or dusty vents but patients in laurel do notice and in healthcare trust is everything we specialize in helping medical offices maintain a pristine compliant environment without disrupting operations our teams are trained to meet the specific standards of healthcare facilities including infection control and hipaa sensitive zones may i give you more information best regards diana grant business development rep medical cleaning solutions diana medicalcleansolutions com respond with stop to optout '),
(31066,'field:18',0,1,' https mycompletecare com contact '),
(31066,'field:19',0,1,' hlabatch completecaremgmt com '),
(31066,'field:28',0,1,' complete care at chestnut hill '),
(31066,'field:6',0,1,' diana grant '),
(31066,'field:7',0,1,' diana medicalcleansolutions com '),
(31066,'field:8',0,1,' medical cleaning solutions '),
(31066,'field:9',0,1,' other '),
(31066,'title',0,1,' 2026 02 16 19 48 27 '),
(31079,'field:1',0,1,' meryl '),
(31079,'field:2',0,1,' 27lawsonm ihanj com '),
(31079,'field:22',0,1,' https mycompletecare com volunteer '),
(31079,'field:23',0,1,' volunteer completecaremgmt com '),
(31079,'field:3',0,1,' 9738975708 '),
(31079,'field:4',0,1,' complete care at wayne hills rehab and respiratory center '),
(31079,'field:5',0,1,' i am a student at iha and im looking to volunteer for service hours '),
(31079,'title',0,1,' 2026 02 16 20 16 28 '),
(31080,'field:1',0,1,' andrea lawson '),
(31080,'field:2',0,1,' andyfern optonline net '),
(31080,'field:22',0,1,' https mycompletecare com volunteer '),
(31080,'field:23',0,1,' volunteer completecaremgmt com '),
(31080,'field:3',0,1,' 9736151253 '),
(31080,'field:4',0,1,' complete care at wayne hills rehab and respiratory center '),
(31080,'field:5',0,1,' i am looking for volunteer opportunities for myself and my high school student '),
(31080,'title',0,1,' 2026 02 16 20 17 02 '),
(31099,'alt',0,1,''),
(31099,'extension',0,1,' jpg '),
(31099,'filename',0,1,' photo1 2026 02 17 021359 akmc jpg '),
(31099,'kind',0,1,' image '),
(31099,'slug',0,1,''),
(31099,'title',0,1,' photo1 '),
(31101,'alt',0,1,''),
(31101,'extension',0,1,' jpg '),
(31101,'filename',0,1,' photo1 2026 02 17 021403 glvu jpg '),
(31101,'kind',0,1,' image '),
(31101,'slug',0,1,''),
(31101,'title',0,1,' photo1 '),
(31114,'field:12',0,1,' vanita adridge '),
(31114,'field:13',0,1,' vanitaridge6 gmail com '),
(31114,'field:14',0,1,' 21503900017 '),
(31114,'field:15',0,1,''),
(31114,'field:16',0,1,' nursing '),
(31114,'field:17',0,1,' dear sir madam my name is vanita and i am interested in joining your team as a caregiver thanks you '),
(31114,'field:20',0,1,' https mycompletecare com careers '),
(31114,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(31114,'field:29',0,1,' complete care at hillside '),
(31114,'title',0,1,' 2026 02 16 21 50 27 '),
(31119,'field:12',0,1,' vanita adridge '),
(31119,'field:13',0,1,' vanitaridge6 gmail com '),
(31119,'field:14',0,1,' 2153900017 '),
(31119,'field:15',0,1,' files resumes vanita adridge 2 2026 02 17 025556 wpvh pdf '),
(31119,'field:16',0,1,' nursing '),
(31119,'field:17',0,1,' dear sir madam my name is vanita i am interested in joining your team as a caregiver im nurse over five years now thanks '),
(31119,'field:20',0,1,' https mycompletecare com careers '),
(31119,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(31119,'field:29',0,1,' complete care at hillside '),
(31119,'title',0,1,' 2026 02 16 21 55 56 '),
(31120,'alt',0,1,''),
(31120,'extension',0,1,' pdf '),
(31120,'filename',0,1,' vanita adridge 2 2026 02 17 025556 wpvh pdf '),
(31120,'kind',0,1,' pdf '),
(31120,'slug',0,1,''),
(31120,'title',0,1,' vanita adridge 2 '),
(31125,'field:10',0,1,' i am reaching out to you on behalf of the rho kappa chapter of phi mu alpha sinfonia to offer a free concert for your residents patients we give a concert every semester as part of our mission to lift up the human spirit through music our chapter is part of westminster choir college of rider university and our ten brothers are classically trained and skilled in performing music spanning from classical and choral music to musical theater and commercial classics i hope you will consider this offer we hope to hold this concert sometime in march or april let me know if this is of interest to you and your residents sincerely benjamin glick music director phi mu alpha sinfonia rho kappa b m voice performance candidate westminster choir college class of 2028 benjaminkglick gmail com glickb rider edu 717 203 4998 '),
(31125,'field:18',0,1,' https mycompletecare com contact '),
(31125,'field:19',0,1,' hlabatch completecaremgmt com '),
(31125,'field:28',0,1,' complete care at mercerville '),
(31125,'field:6',0,1,' benjamin glick '),
(31125,'field:7',0,1,' benjaminkglick gmail com '),
(31125,'field:8',0,1,' phi mu alpha rho kappa chapter '),
(31125,'field:9',0,1,' general inquiry '),
(31125,'title',0,1,' 2026 02 16 22 04 05 '),
(31129,'field:12',0,1,' jennifer riedel '),
(31129,'field:13',0,1,' jlriedel06 hotmail com '),
(31129,'field:14',0,1,' 6084150828 '),
(31129,'field:15',0,1,' files resumes 2024 rn resume with picture pdf '),
(31129,'field:16',0,1,' nursing '),
(31129,'field:17',0,1,' id love to come work there if given the chance i know i applied and interviewed and were talking about an open position but lost communication and id love another chance to be welcomed there thank you '),
(31129,'field:20',0,1,' https ccmaplegrove com careers '),
(31129,'field:21',0,1,' careers ccmaplegrove com '),
(31129,'field:29',0,1,' complete care at maple grove '),
(31129,'title',0,1,' 2026 02 16 22 29 33 '),
(31130,'alt',0,1,''),
(31130,'extension',0,1,' pdf '),
(31130,'filename',0,1,' 2024 rn resume with picture pdf '),
(31130,'kind',0,1,' pdf '),
(31130,'slug',0,1,''),
(31130,'title',0,1,' 2024 rn resume with picture '),
(31285,'field:12',0,1,' bertha ignacia jimenez de cato '),
(31285,'field:13',0,1,' berthadecato8 gmail com '),
(31285,'field:14',0,1,' 8562639071 '),
(31285,'field:15',0,1,''),
(31285,'field:16',0,1,' dietary food service '),
(31285,'field:17',0,1,' i will like with the team and to meet different people '),
(31285,'field:20',0,1,' https ccburlingtonwoods com careers '),
(31285,'field:21',0,1,' careers ccburlingtonwoods com '),
(31285,'field:29',0,1,' complete care at burlington woods '),
(31285,'title',0,1,' 2026 02 17 06 44 29 '),
(31288,'alt',0,1,''),
(31288,'extension',0,1,' pdf '),
(31288,'filename',0,1,' resume 2026 02 17 114653 vlwn pdf '),
(31288,'kind',0,1,' pdf '),
(31288,'slug',0,1,''),
(31288,'title',0,1,' resume '),
(31307,'field:10',0,1,' good morning im contacting in regards to a patient you have my mother and i would like to speak to someone about a transfer to another facility im sending this email before i call this morning i will be in touch soon thank you stacia wright '),
(31307,'field:18',0,1,' https ccfoxhill com contact '),
(31307,'field:19',0,1,' info ccfoxhill com '),
(31307,'field:28',0,1,' complete care at fox hill '),
(31307,'field:6',0,1,' stacia wright '),
(31307,'field:7',0,1,' era swright gmail com '),
(31307,'field:8',0,1,''),
(31307,'field:9',0,1,' other '),
(31307,'title',0,1,' 2026 02 17 07 50 25 '),
(31351,'field:10',0,1,' trying to reach billing regarding insurance refunds plz cb 385 443 5755 '),
(31351,'field:18',0,1,' https mycompletecare com contact '),
(31351,'field:19',0,1,' hlabatch completecaremgmt com '),
(31351,'field:28',0,1,' complete care at st vincents '),
(31351,'field:6',0,1,' sneha b '),
(31351,'field:7',0,1,' uday redaboni 1 cotiviti com '),
(31351,'field:8',0,1,' cotiviti '),
(31351,'field:9',0,1,' other '),
(31351,'title',0,1,' 2026 02 17 08 49 33 '),
(31411,'slug',0,1,' n a '),
(31411,'title',0,1,' n a '),
(31416,'field:12',0,1,' chiquera register '),
(31416,'field:13',0,1,' starski41 yahoo com '),
(31416,'field:14',0,1,' 6096216182 '),
(31416,'field:15',0,1,' files resumes resume 2025 2026 02 17 151029 ywto pdf '),
(31416,'field:16',0,1,''),
(31416,'field:17',0,1,' interested '),
(31416,'field:20',0,1,' https ccburlingtonwoods com careers '),
(31416,'field:21',0,1,' careers ccburlingtonwoods com '),
(31416,'field:29',0,1,' complete care at burlington woods '),
(31416,'title',0,1,' 2026 02 17 10 10 29 '),
(31417,'alt',0,1,''),
(31417,'extension',0,1,' pdf '),
(31417,'filename',0,1,' resume 2025 2026 02 17 151029 ywto pdf '),
(31417,'kind',0,1,' pdf '),
(31417,'slug',0,1,''),
(31417,'title',0,1,' resume 2025 '),
(31425,'alt',0,1,''),
(31425,'extension',0,1,' jpg '),
(31425,'filename',0,1,' hagerstown ad 1 jpg '),
(31425,'kind',0,1,' image '),
(31425,'slug',0,1,''),
(31425,'title',0,1,' hagerstown ad 1 '),
(31427,'slug',0,1,' lauren gwinn '),
(31427,'title',0,1,' lauren gwinn '),
(31441,'field:1',0,1,' divya '),
(31441,'field:2',0,1,' dbgoel5 gmail com '),
(31441,'field:22',0,1,' https mycompletecare com volunteer '),
(31441,'field:23',0,1,' volunteer completecaremgmt com '),
(31441,'field:3',0,1,' 6086400017 '),
(31441,'field:4',0,1,' complete care at madison '),
(31441,'field:5',0,1,' im a fourth year student at edgewood university im in a class called health illness society and we are required to volunteer for a min of 8 hours in any field of interest im wondering if this is an option for me to volunteer at your facility im interested in continuing to volunteer after the requirements are meet as well thank you '),
(31441,'title',0,1,' 2026 02 17 12 18 28 '),
(31442,'field:10',0,1,' my husband is in room 330 his toilet has been clogged for 3 days now now and all he gets from the staff is that they will contact maintenance its beginning to smell terrible '),
(31442,'field:18',0,1,' https completecarehillside com contact '),
(31442,'field:19',0,1,' info completecarehillside com '),
(31442,'field:28',0,1,' complete care at hillside '),
(31442,'field:6',0,1,' christina cochran '),
(31442,'field:7',0,1,' chrisiscuts gmail com '),
(31442,'field:8',0,1,''),
(31442,'field:9',0,1,' general inquiry '),
(31442,'title',0,1,' 2026 02 17 12 19 27 '),
(31443,'field:10',0,1,' looking for information on memory care for my 79 year old mother who is currently in a memory care facility but i am not happy with the care she is receiving there we live in waterbury ct and am interested in your middlebury ct facility not sure of the exact name can someone please contact me to discuss 203 526 3061 thank you michele '),
(31443,'field:18',0,1,' https mycompletecare com contact '),
(31443,'field:19',0,1,' hlabatch completecaremgmt com '),
(31443,'field:28',0,1,' complete care at heritage '),
(31443,'field:6',0,1,' michele kaczmarek '),
(31443,'field:7',0,1,' michelekaczmarek sbcglobal net '),
(31443,'field:8',0,1,''),
(31443,'field:9',0,1,' resident family support '),
(31443,'title',0,1,' 2026 02 17 12 19 41 '),
(31448,'field:10',0,1,' hello i am interested in speaking with the manager who oversees my aunts care barbara pelak she mentioned someone named mimi though i believe it is a shortened form of her actual name thank you colleen smith '),
(31448,'field:18',0,1,' https ccstvincents com contact '),
(31448,'field:19',0,1,' info ccstvincents com '),
(31448,'field:28',0,1,' complete care at st vincents '),
(31448,'field:6',0,1,' colleen smith '),
(31448,'field:7',0,1,' colleen nicole smith gmail com '),
(31448,'field:8',0,1,''),
(31448,'field:9',0,1,' resident family support '),
(31448,'title',0,1,' 2026 02 17 12 56 30 '),
(31451,'field:10',0,1,' would like to schedule a tour to see if this would be a good placement for my mother she is in need of assisted living '),
(31451,'field:18',0,1,' https ccvictoriacommons com contact '),
(31451,'field:19',0,1,' info ccvictoriacommons com '),
(31451,'field:28',0,1,' complete care at victoria commons '),
(31451,'field:6',0,1,' tara sherwood '),
(31451,'field:7',0,1,' stingray8507 gmail com '),
(31451,'field:8',0,1,''),
(31451,'field:9',0,1,' general inquiry '),
(31451,'title',0,1,' 2026 02 17 13 07 57 '),
(31455,'field:10',0,1,' my name is stacey dubreus and i am an incoming medical student currently working on an independent writing project exploring aging through the lens of identity community autonomy and meaning i am reaching out to inquire about the possibility of speaking with residents at your facility who may be interested in participating in interviews for this project the book is a social commentary on the common discomfort and cultural unease surrounding aging through personal reflection clinical experiences and conversations with older adults i hope to explore how individuals can define their lives on their own terms pivot when circumstances change and cultivate perspective in ways that lead to fulfillment across the lifespan a central theme is understanding aging not as decline alone but as a deeply human season shaped by community purpose and personal agency if permitted i would conduct respectful conversational interviews with residents who voluntarily choose to participate full informed consent would be obtained from each participant and i would work closely with your team to ensure that all ethical considerations privacy standards and institutional policies are upheld participation would be entirely optional and residents would have the freedom to decline or withdraw at any time i would greatly appreciate the opportunity to speak with you briefly to share more details about the project answer any questions and discuss whether this collaboration might be appropriate for your community i am happy to schedule a phone or virtual meeting at your convenience in the coming weeks thank you for considering this request i deeply value the wisdom and lived experiences of older adults and i would be honored to help share their perspectives with care and integrity '),
(31455,'field:18',0,1,' https mycompletecare com contact '),
(31455,'field:19',0,1,' hlabatch completecaremgmt com '),
(31455,'field:28',0,1,''),
(31455,'field:6',0,1,' stacey dubreus '),
(31455,'field:7',0,1,' sdubreus bu edu '),
(31455,'field:8',0,1,''),
(31455,'field:9',0,1,' general inquiry '),
(31455,'title',0,1,' 2026 02 17 14 02 54 '),
(31477,'field:10',0,1,' i spoke to the social worker today and requested the phone number for the medical director the phone number that was given to me was the wrong number i would try to leave a phone message but i am never able to leave a voice mail message let see if this works thank you '),
(31477,'field:18',0,1,' https mycompletecare com contact '),
(31477,'field:19',0,1,' hlabatch completecaremgmt com '),
(31477,'field:28',0,1,' complete care at madison '),
(31477,'field:6',0,1,' genine m bardinas '),
(31477,'field:7',0,1,' geninebardinas gmail com '),
(31477,'field:8',0,1,''),
(31477,'field:9',0,1,' general inquiry '),
(31477,'title',0,1,' 2026 02 17 15 39 30 '),
(31504,'field:12',0,1,' ivonne rodriguez '),
(31504,'field:13',0,1,' ladyshadow15 gmail com '),
(31504,'field:14',0,1,' 19592641773 '),
(31504,'field:15',0,1,''),
(31504,'field:16',0,1,' activities recreation administrative business office admissions marketing dietary food service hr staffing maintenance housekeeping nursing volunteer opportunities '),
(31504,'field:17',0,1,' im ivonne rodriguez im available to work with your agency im fluent english and spanish im a people person i love helping people i like to keep environments well kept im a fast learning willing to open to new opportunities and learning i do have experience on pca also had a son born with gastroschisis and lived in iv fluids tpn lipids hydration g tube he had a central vain i also went to university in pr for a year also looking for finish my rn i would love to be part of your team and provide my best care and knowledge thanks '),
(31504,'field:20',0,1,' https ccgrotonregency com careers '),
(31504,'field:21',0,1,' careers ccgrotonregency com '),
(31504,'field:29',0,1,' complete care at groton regency '),
(31504,'title',0,1,' 2026 02 17 16 06 55 '),
(31525,'field:10',0,1,' testing ignore '),
(31525,'field:18',0,1,' https mycompletecare com contact '),
(31525,'field:19',0,1,' hlabatch completecaremgmt com '),
(31525,'field:28',0,1,''),
(31525,'field:6',0,1,' grace '),
(31525,'field:7',0,1,' goleary completecaremgmt com '),
(31525,'field:8',0,1,''),
(31525,'field:9',0,1,' general inquiry '),
(31525,'title',0,1,' 2026 02 17 16 23 46 '),
(31543,'field:10',0,1,' im reaching out to see as the poa for my brother larry adair to see if your facility provides onsite dialysis and trachea care such as weaning a patient off of the trachea my name is brenda adair 414 393 7315 my brother had to go all the way to bellbrook ohio because i was told by the social worker at select speciality which is located on the 2nd floor of west allis memorial there were no facility in nursing homes rehabs that offer this service '),
(31543,'field:18',0,1,' https ccglendalewest com contact '),
(31543,'field:19',0,1,' info ccglendalewest com '),
(31543,'field:28',0,1,' complete care at glendale west '),
(31543,'field:6',0,1,' brenda k adair '),
(31543,'field:7',0,1,' brendaadair47 yahoo com '),
(31543,'field:8',0,1,''),
(31543,'field:9',0,1,' other '),
(31543,'title',0,1,' 2026 02 17 16 54 23 '),
(31592,'field:10',0,1,' we need to speak with the business office about the ownership change but also a mutual hospice patient and their coverage '),
(31592,'field:18',0,1,' https mycompletecare com contact '),
(31592,'field:19',0,1,' hlabatch completecaremgmt com '),
(31592,'field:28',0,1,' complete care at hales corners '),
(31592,'field:6',0,1,' maria giannini '),
(31592,'field:7',0,1,' mariagiannini accentcare com '),
(31592,'field:8',0,1,' accentcare '),
(31592,'field:9',0,1,' general inquiry '),
(31592,'title',0,1,' 2026 02 17 18 35 49 '),
(31595,'field:10',0,1,' my is zainab sow i for cna jobs i have been working for can job since 2021 to until now i in somerford hagerstown md '),
(31595,'field:18',0,1,' https mycompletecare com contact '),
(31595,'field:19',0,1,' hlabatch completecaremgmt com '),
(31595,'field:28',0,1,' complete care at care age '),
(31595,'field:6',0,1,' zainab c sow '),
(31595,'field:7',0,1,' zainabcherif75 gmail com '),
(31595,'field:8',0,1,''),
(31595,'field:9',0,1,' general inquiry '),
(31595,'title',0,1,' 2026 02 17 18 41 56 '),
(31613,'field:10',0,1,' i am local and would love an opportunity to provide you with a professional cleaning quote were working with several facilities in your area and everyone seems to love our work because of our attention to detail are you free for a quick 10 minute call this week have a great day thanks lily ellison facility manager summitsanitize guild lily summitsanitizeguild com always so easy to work with they are professional and very responsive to all questions and requests highly recommended for any business looking for quality cleaning solutions callworks media respond with stop to optout '),
(31613,'field:18',0,1,' https completecareberkshire com contact '),
(31613,'field:19',0,1,' info completecareberkshire com '),
(31613,'field:28',0,1,' complete care at berkshire '),
(31613,'field:6',0,1,' lily ellison '),
(31613,'field:7',0,1,' lily summitsanitizeguild com '),
(31613,'field:8',0,1,' summitsanitize guild '),
(31613,'field:9',0,1,' general inquiry '),
(31613,'title',0,1,' 2026 02 17 20 00 56 '),
(31615,'field:1',0,1,' nivi tiwari '),
(31615,'field:2',0,1,' nivi tiwari icloud com '),
(31615,'field:22',0,1,' https mycompletecare com volunteer '),
(31615,'field:23',0,1,' volunteer completecaremgmt com '),
(31615,'field:3',0,1,' 9087273311 '),
(31615,'field:4',0,1,' complete care at green knoll '),
(31615,'field:5',0,1,' i would love to volunteer here '),
(31615,'title',0,1,' 2026 02 17 20 10 11 '),
(31636,'field:12',0,1,' anijah '),
(31636,'field:13',0,1,' anijahgarcia gmail com '),
(31636,'field:14',0,1,' 4146286687 '),
(31636,'field:15',0,1,''),
(31636,'field:16',0,1,' dietary food service maintenance housekeeping volunteer opportunities '),
(31636,'field:17',0,1,' responsible and caring 15 year old student seeking a part time position at a nursing home where i can help residents gain work experience and learn more about healthcare '),
(31636,'field:20',0,1,' https ccglendalewest com careers '),
(31636,'field:21',0,1,' careers ccglendalewest com '),
(31636,'field:29',0,1,' complete care at glendale west '),
(31636,'title',0,1,' 2026 02 17 21 21 38 '),
(31661,'field:10',0,1,' hello there grief has a way of making time stand still yet the world keeps moving around us how do we find moments of peace when our hearts feel so heavy i once knew someone who after losing a loved one found comfort in the simple act of mindful breathing with each inhale they welcomed a memory with each exhale they released a little bit of the pain over time mindfulness became a bridge between sorrow and healing im writing an article on mindfulness practices that can help individuals navigate grief would you be open to featuring it on your website looking forward to your thoughts warmly annabelle harris https elders center your guide to old age p s if by any chance youd prefer an article on a different topic please send over your suggestions however if youd prefer not to receive emails from me please let me know the way i structure content helps it reach wider audiences including new ai powered channels '),
(31661,'field:18',0,1,' https ccwheaton com contact '),
(31661,'field:19',0,1,' info ccwheaton com '),
(31661,'field:28',0,1,' complete care at wheaton '),
(31661,'field:6',0,1,' annabelle harris '),
(31661,'field:7',0,1,' annabelleharris elders center '),
(31661,'field:8',0,1,' elders center '),
(31661,'field:9',0,1,' general inquiry '),
(31661,'title',0,1,' 2026 02 18 02 13 58 '),
(31669,'field:12',0,1,' norbert rebeiro '),
(31669,'field:13',0,1,' norbert pk78 gmail com '),
(31669,'field:14',0,1,' 18609829599 '),
(31669,'field:15',0,1,' files resumes nr resume pdf '),
(31669,'field:16',0,1,' activities recreation dietary food service '),
(31669,'field:17',0,1,' i am a dedicated worker i work well in a team and independently i am a quick learner and good at multitasking '),
(31669,'field:20',0,1,' https ccmeriden com careers '),
(31669,'field:21',0,1,' careers ccmeriden com '),
(31669,'field:29',0,1,' complete care at meriden '),
(31669,'title',0,1,' 2026 02 18 02 24 08 '),
(31670,'alt',0,1,''),
(31670,'extension',0,1,' pdf '),
(31670,'filename',0,1,' nr resume pdf '),
(31670,'kind',0,1,' pdf '),
(31670,'slug',0,1,''),
(31670,'title',0,1,' nr resume '),
(31829,'field:12',0,1,' nevaeh '),
(31829,'field:13',0,1,' nevaeh garrett321 gmail com '),
(31829,'field:14',0,1,' 9207149121 '),
(31829,'field:15',0,1,' files resumes document 1 pdf '),
(31829,'field:16',0,1,' nursing '),
(31829,'field:17',0,1,' im looking for cna positions '),
(31829,'field:20',0,1,' https ccglendalewest com careers '),
(31829,'field:21',0,1,' careers ccglendalewest com '),
(31829,'field:29',0,1,' complete care at glendale west '),
(31829,'title',0,1,' 2026 02 18 08 16 54 '),
(31830,'alt',0,1,''),
(31830,'extension',0,1,' pdf '),
(31830,'filename',0,1,' document 1 pdf '),
(31830,'kind',0,1,' pdf '),
(31830,'slug',0,1,''),
(31830,'title',0,1,' document 1 '),
(31835,'field:10',0,1,' i am reaching out to ask about the process of finding a nursing home placement in delaware i am assisting someone who is currently living in a nursing home in albany new york and we are hoping to transition care to a facility in delaware he is covered under medicare and we are currently in the process of switching his medicaid coverage to delaware medicaid i wanted to ask if your nursing home accepts medicaid if possible could you also provide information about availability or waitlists the transfer admissions process from an out of state facility any paperwork or documentation we should begin preparing thank you for your time and assistance i appreciate any guidance you can provide '),
(31835,'field:18',0,1,' https ccsilverlake com contact '),
(31835,'field:19',0,1,' info ccsilverlake com '),
(31835,'field:28',0,1,' complete care at silver lake '),
(31835,'field:6',0,1,' kelli wingate '),
(31835,'field:7',0,1,' kelligi131 icloud com '),
(31835,'field:8',0,1,''),
(31835,'field:9',0,1,' general inquiry '),
(31835,'title',0,1,' 2026 02 18 08 37 14 '),
(31845,'field:12',0,1,' tymire perez '),
(31845,'field:13',0,1,' pereztymire4 gmail com '),
(31845,'field:14',0,1,' 3025138235 '),
(31845,'field:15',0,1,' files resumes img 5905 jpeg '),
(31845,'field:16',0,1,' dietary food service '),
(31845,'field:17',0,1,' hard worker '),
(31845,'field:20',0,1,' https mycompletecare com careers '),
(31845,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(31845,'field:29',0,1,''),
(31845,'title',0,1,' 2026 02 18 09 47 00 '),
(31846,'alt',0,1,''),
(31846,'extension',0,1,' jpeg '),
(31846,'filename',0,1,' img 5905 jpeg '),
(31846,'kind',0,1,' image '),
(31846,'slug',0,1,''),
(31846,'title',0,1,' img 5905 '),
(31847,'field:10',0,1,' good morning i have been trying to contact jay lyles social worker manager taheria fisher social worker and antoinette dublin in regards to a michael thompson dob 1 19 73 and i have not been able to get a call back '),
(31847,'field:18',0,1,' https mycompletecare com contact '),
(31847,'field:19',0,1,' hlabatch completecaremgmt com '),
(31847,'field:28',0,1,' complete care at hyattsville '),
(31847,'field:6',0,1,' carolyn washington '),
(31847,'field:7',0,1,' carolynwash 458 gmail com '),
(31847,'field:8',0,1,' dc superior court '),
(31847,'field:9',0,1,' other '),
(31847,'title',0,1,' 2026 02 18 09 49 56 '),
(31854,'field:10',0,1,' i would like a rent certificate for 2025 for mildred ritchie i received one for 2024 and now need one for 2025 i tried sending the request to heather olszewski but it was returned undeliverable let me know if i need to send the request to someone else thanks for your help bob '),
(31854,'field:18',0,1,' https cchalescorners com contact '),
(31854,'field:19',0,1,' info cchalescorners com '),
(31854,'field:28',0,1,' complete care at hales corners '),
(31854,'field:6',0,1,' robert breed '),
(31854,'field:7',0,1,' breedrob earthlink net '),
(31854,'field:8',0,1,''),
(31854,'field:9',0,1,' other '),
(31854,'title',0,1,' 2026 02 18 11 19 19 '),
(31858,'field:10',0,1,' my name is crystal powell my mother sandra shelly was a patient at cch hyattsville in pavilion 2 room 10 for approximately three years on december 22 2025 at 10 56 a m i received a call from jay liles informing me that my mother had been found unresponsive and that 911 had been called she was transported to medstar washington hospital where she sadly passed away on december 24 2025 i remained in contact with mr liles up until december 26 2025 when i informed him of my mothers passing during that communication he inquired about her service arrangements and i asked how i could retrieve her personal belongings he responded that he would need to speak with his administrator when he returned to work on tuesday december 30 2025 since then i have made numerous attempts to contact mr liles via text message email and voicemail regarding my mothers belongings to date i have not received any response my latest attempt was earlier today i sent a text message at 8 39 a m and left another voicemail around noon unfortunately there has still been no reply this lack of communication has been both disappointing and frustrating during an already difficult time because i live in georgia i am more than willing to make the necessary arrangements to resolve this matter i can have the items picked up or i can cover the cost of shipping whichever is most convenient for you i would deeply appreciate your assistance in resolving this matter or connecting me with someone who can help facilitate the return of my mothers personal items thank you in advance for your time understanding and prompt attention to this situation sincerely crystal powell phone 404 433 6577 email cpshelly50 gmail com '),
(31858,'field:18',0,1,' https cchyattsville com contact '),
(31858,'field:19',0,1,' info cchyattsville com '),
(31858,'field:28',0,1,' complete care at hyattsville '),
(31858,'field:6',0,1,' crystal powell '),
(31858,'field:7',0,1,' cpshelly50 gmail com '),
(31858,'field:8',0,1,''),
(31858,'field:9',0,1,' general inquiry '),
(31858,'title',0,1,' 2026 02 18 11 29 06 '),
(31862,'field:10',0,1,' please have hr call please 6402498357 front desk no answering main number john '),
(31862,'field:18',0,1,' https completecarebrick com contact '),
(31862,'field:19',0,1,' info completecarebrick com '),
(31862,'field:28',0,1,' complete care at brick '),
(31862,'field:6',0,1,' john boyce '),
(31862,'field:7',0,1,' john boyce23 yahoo com '),
(31862,'field:8',0,1,''),
(31862,'field:9',0,1,' careers '),
(31862,'title',0,1,' 2026 02 18 11 54 53 '),
(31863,'field:10',0,1,' back to testing '),
(31863,'field:18',0,1,' https mycompletecare com contact '),
(31863,'field:19',0,1,' hlabatch completecaremgmt com '),
(31863,'field:28',0,1,''),
(31863,'field:6',0,1,' grace '),
(31863,'field:7',0,1,' goleary completecaremgmt com '),
(31863,'field:8',0,1,''),
(31863,'field:9',0,1,' general inquiry '),
(31863,'title',0,1,' 2026 02 18 11 56 40 '),
(31864,'field:12',0,1,' mileke saunders '),
(31864,'field:13',0,1,' mileke saunders50 gmail com '),
(31864,'field:14',0,1,' 908 672 0075 '),
(31864,'field:15',0,1,' files resumes msaunders healthcare resume pdf '),
(31864,'field:16',0,1,' administrative business office '),
(31864,'field:17',0,1,' seasoned professional with over 20 years of senior level administrative experience within a variety of companies i e hospitality health wellness financial and retail industries superb medical secretary receptionist experiences highly skilled leadership and excellent client facing customer service experiences strategic thinker and a problem solver with a proven track record for delivering effective results on time detail oriented with very strong interpersonal analytical written and verbal communication skills excellent at prioritizing organizing and coordinating multiple projects in a fast paced environment '),
(31864,'field:20',0,1,' https ccmarcella com careers '),
(31864,'field:21',0,1,' careers ccmarcella com '),
(31864,'field:29',0,1,' complete care at marcella '),
(31864,'title',0,1,' 2026 02 18 12 03 40 '),
(31865,'alt',0,1,''),
(31865,'extension',0,1,' pdf '),
(31865,'filename',0,1,' msaunders healthcare resume pdf '),
(31865,'kind',0,1,' pdf '),
(31865,'slug',0,1,''),
(31865,'title',0,1,' m saunders healthcare resume '),
(31867,'field:12',0,1,' mileke saunders '),
(31867,'field:13',0,1,' mileke saunders50 gmail com '),
(31867,'field:14',0,1,' 908 672 0075 '),
(31867,'field:15',0,1,' files resumes msaunders healthcare resume 2026 02 18 170652 abht pdf '),
(31867,'field:16',0,1,' administrative business office '),
(31867,'field:17',0,1,' seasoned professional with over 20 years of senior level administrative experience within a variety of companies i e hospitality health wellness financial and retail industries superb medical secretary receptionist experiences highly skilled leadership and excellent client facing customer service experiences strategic thinker and a problem solver with a proven track record for delivering effective results on time detail oriented with very strong interpersonal analytical written and verbal communication skills excellent at prioritizing organizing and coordinating multiple projects in a fast paced environment '),
(31867,'field:20',0,1,' https ccburlingtonwoods com careers '),
(31867,'field:21',0,1,' careers ccburlingtonwoods com '),
(31867,'field:29',0,1,' complete care at burlington woods '),
(31867,'title',0,1,' 2026 02 18 12 06 52 '),
(31868,'alt',0,1,''),
(31868,'extension',0,1,' pdf '),
(31868,'filename',0,1,' msaunders healthcare resume 2026 02 18 170652 abht pdf '),
(31868,'kind',0,1,' pdf '),
(31868,'slug',0,1,''),
(31868,'title',0,1,' m saunders healthcare resume '),
(31897,'field:10',0,1,' another test '),
(31897,'field:18',0,1,' https mycompletecare com contact '),
(31897,'field:19',0,1,' hlabatch completecaremgmt com '),
(31897,'field:28',0,1,''),
(31897,'field:6',0,1,' grace '),
(31897,'field:7',0,1,' goleary completecaremgmt com '),
(31897,'field:8',0,1,''),
(31897,'field:9',0,1,' general inquiry '),
(31897,'title',0,1,' 2026 02 18 12 53 17 '),
(31899,'field:10',0,1,' test '),
(31899,'field:18',0,1,' https mycompletecare com contact '),
(31899,'field:19',0,1,' hlabatch completecaremgmt com '),
(31899,'field:28',0,1,''),
(31899,'field:6',0,1,' grace '),
(31899,'field:7',0,1,' goleary completecaremgmt com '),
(31899,'field:8',0,1,''),
(31899,'field:9',0,1,' general inquiry '),
(31899,'title',0,1,' 2026 02 18 12 56 51 '),
(31902,'field:10',0,1,' still testing '),
(31902,'field:18',0,1,' https mycompletecare com contact '),
(31902,'field:19',0,1,' hlabatch completecaremgmt com '),
(31902,'field:28',0,1,''),
(31902,'field:6',0,1,' grace '),
(31902,'field:7',0,1,' goleary completecaremgmt com '),
(31902,'field:8',0,1,''),
(31902,'field:9',0,1,' general inquiry '),
(31902,'title',0,1,' 2026 02 18 13 03 37 '),
(31907,'field:10',0,1,' testing this form please ignore '),
(31907,'field:18',0,1,' https ccarbors com contact '),
(31907,'field:19',0,1,' info ccarbors com '),
(31907,'field:28',0,1,' complete care at arbors '),
(31907,'field:6',0,1,' grace '),
(31907,'field:7',0,1,' goleary completecaremgmt com '),
(31907,'field:8',0,1,''),
(31907,'field:9',0,1,' general inquiry '),
(31907,'title',0,1,' 2026 02 18 13 30 06 '),
(31910,'field:12',0,1,' debra wolfe '),
(31910,'field:13',0,1,' nursedebra07825 yahoo com '),
(31910,'field:14',0,1,' 9736705038 '),
(31910,'field:15',0,1,' files resumes debra wolfe resume 2 pdf '),
(31910,'field:16',0,1,' nursing '),
(31910,'field:17',0,1,' hello im interested in an rn position at your facility my background is mostly psych nursing but i know we treat the person as a whole not just the mind im looking for something in the phillipsburg area as im licensed in nj thank you debra wolfe rn '),
(31910,'field:20',0,1,' https ccphillipsburg com careers '),
(31910,'field:21',0,1,' careers ccphillipsburg com '),
(31910,'field:29',0,1,' complete care at phillipsburg '),
(31910,'title',0,1,' 2026 02 18 13 41 50 '),
(31911,'alt',0,1,''),
(31911,'extension',0,1,' pdf '),
(31911,'filename',0,1,' debra wolfe resume 2 pdf '),
(31911,'kind',0,1,' pdf '),
(31911,'slug',0,1,''),
(31911,'title',0,1,' debra wolfe resume 2 '),
(31920,'field:10',0,1,' hi my mom stayed there to rehab a broken shoulder so it made think of he facility we swap out hvac equipment and lighting as part of an eversource program the savings are incredible it would be my pleasure to take a look and see if you qualify give me an email response or a call 413 530 4549 thanks mike '),
(31920,'field:18',0,1,' https mycompletecare com contact '),
(31920,'field:19',0,1,' hlabatch completecaremgmt com '),
(31920,'field:28',0,1,' complete care at kimberly hall south '),
(31920,'field:6',0,1,' mike southworth '),
(31920,'field:7',0,1,' m southworth mmenergysolutions com '),
(31920,'field:8',0,1,' mm energy solutions inc '),
(31920,'field:9',0,1,' other '),
(31920,'title',0,1,' 2026 02 18 13 47 41 '),
(31921,'field:12',0,1,' grace '),
(31921,'field:13',0,1,' goleary completecaremgmt com '),
(31921,'field:14',0,1,' 1234 '),
(31921,'field:15',0,1,''),
(31921,'field:16',0,1,''),
(31921,'field:17',0,1,' testing the form please ignore '),
(31921,'field:20',0,1,' https ccarbors com careers '),
(31921,'field:21',0,1,' careers ccarbors com '),
(31921,'field:29',0,1,' complete care at arbors '),
(31921,'title',0,1,' 2026 02 18 13 49 41 '),
(31958,'field:10',0,1,' abshiro '),
(31958,'field:18',0,1,' https ccmanitowoc com contact '),
(31958,'field:19',0,1,' info ccmanitowoc com '),
(31958,'field:28',0,1,' complete care at manitowoc '),
(31958,'field:6',0,1,' abshiro noor '),
(31958,'field:7',0,1,' abshiroh528 gmail com '),
(31958,'field:8',0,1,''),
(31958,'field:9',0,1,' general inquiry '),
(31958,'title',0,1,' 2026 02 18 14 28 47 '),
(31961,'field:10',0,1,' do you accept donations of clothes or items for your residents if so could you please let me know my office is in west milford and would be very happy to bring them to you thank you so very much for your time and attention '),
(31961,'field:18',0,1,' https ccmilfordmanor com contact '),
(31961,'field:19',0,1,' info ccmilfordmanor com '),
(31961,'field:28',0,1,' complete care at milford manor '),
(31961,'field:6',0,1,' debbie obrien '),
(31961,'field:7',0,1,' debbieo cffr net '),
(31961,'field:8',0,1,' center for family resources highlands family success center '),
(31961,'field:9',0,1,' general inquiry '),
(31961,'title',0,1,' 2026 02 18 14 42 37 '),
(31965,'field:10',0,1,' looking for long term care solution for my 92 year old mom who recently suffered a tia she has debilitating arthritis which is affecting her walking she currently lives with me but it has become evident that she needs more assistance than we are able to provide '),
(31965,'field:18',0,1,' https mycompletecare com contact '),
(31965,'field:19',0,1,' hlabatch completecaremgmt com '),
(31965,'field:28',0,1,' complete care at brackenville '),
(31965,'field:6',0,1,' vernita dorsey '),
(31965,'field:7',0,1,' vdorsey315 gmail com '),
(31965,'field:8',0,1,''),
(31965,'field:9',0,1,' general inquiry '),
(31965,'title',0,1,' 2026 02 18 14 55 09 '),
(31967,'field:10',0,1,' hi i would greatly appreciate it if i could receive pricing im looking for assisted living for my mom but would also appreciate pricing for memory care so we know what we are looking at if that is a need later thank you so very much wendy '),
(31967,'field:18',0,1,' https ccwhisperingwoods com contact '),
(31967,'field:19',0,1,' info ccwhisperingwoods com '),
(31967,'field:28',0,1,' complete care at whispering woods '),
(31967,'field:6',0,1,' wendy real '),
(31967,'field:7',0,1,' wendyreal 2000 yahoo com '),
(31967,'field:8',0,1,''),
(31967,'field:9',0,1,' general inquiry '),
(31967,'title',0,1,' 2026 02 18 15 16 31 '),
(31977,'field:10',0,1,' hello i hope you are well i have reached out to your hr department on 1 29 2 26 in regards to where i can send a cn 9 form for a previous employee of yours and have not heard back can you please provide me a contact who i can send this form over to for completion warm regards tiffani '),
(31977,'field:18',0,1,' https ccchestnuthill com contact '),
(31977,'field:19',0,1,' info ccchestnuthill com '),
(31977,'field:28',0,1,' complete care at chestnut hill '),
(31977,'field:6',0,1,' tiffani deangelis '),
(31977,'field:7',0,1,' tdeangelis jewishhomefamily org '),
(31977,'field:8',0,1,' jewish home family '),
(31977,'field:9',0,1,' other '),
(31977,'title',0,1,' 2026 02 18 15 36 46 '),
(31989,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards effie wells sales executive pro online profile effiewells proonlineprofile com reply stop to opt out '),
(31989,'field:18',0,1,' https mycompletecare com contact '),
(31989,'field:19',0,1,' hlabatch completecaremgmt com '),
(31989,'field:28',0,1,' complete care at dawnview '),
(31989,'field:6',0,1,' effie wells '),
(31989,'field:7',0,1,' effiewells proonlineprofile com '),
(31989,'field:8',0,1,' pro online profile '),
(31989,'field:9',0,1,' general inquiry '),
(31989,'title',0,1,' 2026 02 18 16 23 58 '),
(32047,'field:12',0,1,' chavanece evans '),
(32047,'field:13',0,1,' nurse evans24 gmail com '),
(32047,'field:14',0,1,' 16467857974 '),
(32047,'field:15',0,1,' files resumes chavanece evans resume 2 17 25 docx pdf '),
(32047,'field:16',0,1,' nursing '),
(32047,'field:17',0,1,' evans '),
(32047,'field:20',0,1,' https ccorangepark com careers '),
(32047,'field:21',0,1,' careers ccorangepark com '),
(32047,'field:29',0,1,' complete care at orange park '),
(32047,'title',0,1,' 2026 02 18 17 24 57 '),
(32048,'alt',0,1,''),
(32048,'extension',0,1,' pdf '),
(32048,'filename',0,1,' chavanece evans resume 2 17 25 docx pdf '),
(32048,'kind',0,1,' pdf '),
(32048,'slug',0,1,''),
(32048,'title',0,1,' chavanece evans resume 2 17 25 docx '),
(32094,'field:12',0,1,' bankole james '),
(32094,'field:13',0,1,' bankolejames1995 gmail com '),
(32094,'field:14',0,1,' 14379955904 '),
(32094,'field:15',0,1,' files resumes prof jay doc 1995 pdf '),
(32094,'field:16',0,1,' activities recreation dietary food service hr staffing maintenance housekeeping recruitment '),
(32094,'field:17',0,1,' yes '),
(32094,'field:20',0,1,' https ccbayshore com careers utm source=chatgpt com '),
(32094,'field:21',0,1,' careers ccbayshore com '),
(32094,'field:29',0,1,' complete care at bayshore '),
(32094,'title',0,1,' 2026 02 18 19 42 23 '),
(32095,'alt',0,1,''),
(32095,'extension',0,1,' pdf '),
(32095,'filename',0,1,' prof jay doc 1995 pdf '),
(32095,'kind',0,1,' pdf '),
(32095,'slug',0,1,''),
(32095,'title',0,1,' prof jay doc 1995 '),
(32145,'field:10',0,1,' my name is magdaliz gonzalez i am inquiring regarding my mother in law audilia rivera luna dob 10 14 1950 who has been diagnosed with dementia we are currently applying for title 19 husky c long term care medical assistance through dss and we need written proof of admission to a nursing facility including a projected admission date our deadline to submit this documentation is february 24 please let us know the next steps to begin the admission process for long term care and whether you are accepting title 19 medicaid pending applicants thank you '),
(32145,'field:18',0,1,' https mycompletecare com contact '),
(32145,'field:19',0,1,' hlabatch completecaremgmt com '),
(32145,'field:28',0,1,' complete care at meriden '),
(32145,'field:6',0,1,' audilia rivera '),
(32145,'field:7',0,1,' audiluna5019 gmail com '),
(32145,'field:8',0,1,''),
(32145,'field:9',0,1,' resident family support '),
(32145,'title',0,1,' 2026 02 18 21 11 33 '),
(32186,'field:10',0,1,' hello i am looking for a skilled nursing or memory care facility for my 91 year old father would like a tour and more information please '),
(32186,'field:18',0,1,' https cchalescorners com contact '),
(32186,'field:19',0,1,' info cchalescorners com '),
(32186,'field:28',0,1,' complete care at hales corners '),
(32186,'field:6',0,1,' parvin work '),
(32186,'field:7',0,1,' parvinwork1 gmail com '),
(32186,'field:8',0,1,''),
(32186,'field:9',0,1,' general inquiry '),
(32186,'title',0,1,' 2026 02 18 22 55 04 '),
(32278,'field:12',0,1,' tina wilson '),
(32278,'field:13',0,1,' wilsontina602 gmail com '),
(32278,'field:14',0,1,' 3158803909 '),
(32278,'field:15',0,1,' files resumes tina wilson pdf '),
(32278,'field:16',0,1,' dietary food service '),
(32278,'field:17',0,1,' hello my name is tina i am 19 years old and i would love to have the chance and opportunity to work here i think i am the perfect candidate for this role not only because i have previous experience in dietary but i absolutely love working around older peers to get new learning experiences i recently just moved to new jersey and am new to the town its been a little hard trying to fit in but i hope i fit in here too if i get the opportunity to experience a new area my last experience in dietary went very well i worked there for almost 3 years and it was a great learning experience for me thats why i wanna try again in a new place feel free to contact me at the email address and phone number provided '),
(32278,'field:20',0,1,' https ccwoodlands com careers '),
(32278,'field:21',0,1,' careers ccwoodlands com '),
(32278,'field:29',0,1,' complete care at woodlands '),
(32278,'title',0,1,' 2026 02 19 04 22 21 '),
(32279,'alt',0,1,''),
(32279,'extension',0,1,' pdf '),
(32279,'filename',0,1,' tina wilson pdf '),
(32279,'kind',0,1,' pdf '),
(32279,'slug',0,1,''),
(32279,'title',0,1,' tina wilson '),
(32295,'alt',0,1,''),
(32295,'extension',0,1,' jpg '),
(32295,'filename',0,1,' photo1 2026 02 19 095559 xecu jpg '),
(32295,'kind',0,1,' image '),
(32295,'slug',0,1,''),
(32295,'title',0,1,' photo1 '),
(32297,'alt',0,1,''),
(32297,'extension',0,1,' jpg '),
(32297,'filename',0,1,' photo1 2026 02 19 095604 lizv jpg '),
(32297,'kind',0,1,' image '),
(32297,'slug',0,1,''),
(32297,'title',0,1,' photo1 '),
(32348,'field:12',0,1,' brelond hargrove '),
(32348,'field:13',0,1,' brelondhw gmail com '),
(32348,'field:14',0,1,' 2624988535 '),
(32348,'field:15',0,1,''),
(32348,'field:16',0,1,' administrative business office hr staffing recruitment '),
(32348,'field:17',0,1,' experienced in fostering communication and collaboration among healthcare and organizational stakeholders to support operational efficiency and service delivery bringing strong analytical problem solving verbal communication and customer relations skills to drive initiatives develop educational resources and improve systems offering abilities in multitasking and team collaboration to contribute to organizational success '),
(32348,'field:20',0,1,' https ccridgewood com careers '),
(32348,'field:21',0,1,' careers ccridgewood com '),
(32348,'field:29',0,1,' complete care at ridgewood '),
(32348,'title',0,1,' 2026 02 19 08 57 30 '),
(32351,'alt',0,1,''),
(32351,'extension',0,1,' pdf '),
(32351,'filename',0,1,' b hargroveresume 1 2026 02 19 135852 fheg pdf '),
(32351,'kind',0,1,' pdf '),
(32351,'slug',0,1,''),
(32351,'title',0,1,' b hargrove resume 1 '),
(32352,'field:10',0,1,' i am looking to get more information on admission process '),
(32352,'field:18',0,1,' https mycompletecare com contact '),
(32352,'field:19',0,1,' hlabatch completecaremgmt com '),
(32352,'field:28',0,1,' complete care at harston hall '),
(32352,'field:6',0,1,' allison michini '),
(32352,'field:7',0,1,' allison michini uhsinc com '),
(32352,'field:8',0,1,' brooke glen '),
(32352,'field:9',0,1,' general inquiry '),
(32352,'title',0,1,' 2026 02 19 09 06 59 '),
(32368,'field:10',0,1,' check number 020988 check amount $978 32 check date 12 18 2025 i have a payment with your address no business name and no remittance please reach out by email or call 330 994 4419 thanks '),
(32368,'field:18',0,1,' https mycompletecare com contact '),
(32368,'field:19',0,1,' hlabatch completecaremgmt com '),
(32368,'field:28',0,1,''),
(32368,'field:6',0,1,' meghan faust '),
(32368,'field:7',0,1,' faustm usacs com '),
(32368,'field:8',0,1,' usacs integrated acute care services of ohio llc '),
(32368,'field:9',0,1,' other '),
(32368,'title',0,1,' 2026 02 19 09 54 50 '),
(32387,'field:12',0,1,' ashley bahr '),
(32387,'field:13',0,1,' arbahr88 gmail com '),
(32387,'field:14',0,1,' 6084083278 '),
(32387,'field:15',0,1,' files resumes resume 1217 pdf '),
(32387,'field:16',0,1,''),
(32387,'field:17',0,1,' i have over 10 years of experience working with elderly residents in cbrf i also have management experience along with housekeeping '),
(32387,'field:20',0,1,' https ccchristianhome com careers '),
(32387,'field:21',0,1,' careers ccchristianhome com '),
(32387,'field:29',0,1,' complete care at christian home '),
(32387,'title',0,1,' 2026 02 19 10 16 07 '),
(32388,'alt',0,1,''),
(32388,'extension',0,1,' pdf '),
(32388,'filename',0,1,' resume 1217 pdf '),
(32388,'kind',0,1,' pdf '),
(32388,'slug',0,1,''),
(32388,'title',0,1,' resume 1217 '),
(32390,'field:10',0,1,' checking on one of patients that was transferred from st francis on 02 18 26 '),
(32390,'field:18',0,1,' https completecarekhs com contact '),
(32390,'field:19',0,1,' info completecarekhs com '),
(32390,'field:28',0,1,' complete care at kimberly hall south '),
(32390,'field:6',0,1,' elizabeth jasper '),
(32390,'field:7',0,1,' ejasper ghorizonhc com '),
(32390,'field:8',0,1,' global horizo home care '),
(32390,'field:9',0,1,' other '),
(32390,'title',0,1,' 2026 02 19 10 18 01 '),
(32418,'field:1',0,1,' grace '),
(32418,'field:2',0,1,' goleary completecaremgmt com '),
(32418,'field:22',0,1,' https mycompletecare com volunteer '),
(32418,'field:23',0,1,' volunteer completecaremgmt com '),
(32418,'field:3',0,1,' 1234 '),
(32418,'field:4',0,1,' complete care at annapolis '),
(32418,'field:5',0,1,' testing form please ignore '),
(32418,'title',0,1,' 2026 02 19 10 40 36 '),
(32419,'field:1',0,1,' grace '),
(32419,'field:2',0,1,' goleary completecaremgmt com '),
(32419,'field:22',0,1,' https mycompletecare com volunteer '),
(32419,'field:23',0,1,' volunteer completecaremgmt com '),
(32419,'field:3',0,1,' 1234 '),
(32419,'field:4',0,1,' complete care at annapolis '),
(32419,'field:5',0,1,' testing again please ignore '),
(32419,'title',0,1,' 2026 02 19 10 41 33 '),
(32432,'field:12',0,1,' grace '),
(32432,'field:13',0,1,' goleary completecaremgmt com '),
(32432,'field:14',0,1,' 1234 '),
(32432,'field:15',0,1,''),
(32432,'field:16',0,1,''),
(32432,'field:17',0,1,' testing form please ignore '),
(32432,'field:20',0,1,' https ccannapolis com careers '),
(32432,'field:21',0,1,' careers ccannapolis com '),
(32432,'field:29',0,1,' complete care at annapolis '),
(32432,'title',0,1,' 2026 02 19 10 52 56 '),
(32435,'field:10',0,1,' testing form please ignore '),
(32435,'field:18',0,1,' https ccannapolis com contact '),
(32435,'field:19',0,1,' info ccannapolis com '),
(32435,'field:28',0,1,' complete care at annapolis '),
(32435,'field:6',0,1,' grace '),
(32435,'field:7',0,1,' goleary completecaremgmt com '),
(32435,'field:8',0,1,''),
(32435,'field:9',0,1,' general inquiry '),
(32435,'title',0,1,' 2026 02 19 10 53 16 '),
(32437,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards eric clark sales executive pro online pages eric clark proonlinepages com reply stop to opt out '),
(32437,'field:18',0,1,' https ccgrandeprairie com contact '),
(32437,'field:19',0,1,' info ccgrandeprairie com '),
(32437,'field:28',0,1,' complete care at grande prairie '),
(32437,'field:6',0,1,' eric clark '),
(32437,'field:7',0,1,' eric clark proonlinepages com '),
(32437,'field:8',0,1,' pro online pages '),
(32437,'field:9',0,1,' general inquiry '),
(32437,'title',0,1,' 2026 02 19 10 55 04 '),
(32460,'field:12',0,1,' joseph pfeifer '),
(32460,'field:13',0,1,' jrp518 nyu edu '),
(32460,'field:14',0,1,' 9086449806 '),
(32460,'field:15',0,1,' files resumes joe resume pdf '),
(32460,'field:16',0,1,' activities recreation '),
(32460,'field:17',0,1,' i am interested an activity director position thank you '),
(32460,'field:20',0,1,' https completecareatmadison com careers '),
(32460,'field:21',0,1,' careers completecareatmadison com '),
(32460,'field:29',0,1,' complete care at madison '),
(32460,'title',0,1,' 2026 02 19 11 19 46 '),
(32461,'alt',0,1,''),
(32461,'extension',0,1,' pdf '),
(32461,'filename',0,1,' joe resume pdf '),
(32461,'kind',0,1,' pdf '),
(32461,'slug',0,1,''),
(32461,'title',0,1,' joe resume '),
(32480,'field:10',0,1,' my daughters looking for volunteer hours '),
(32480,'field:18',0,1,' https ccmiddlebury com contact '),
(32480,'field:19',0,1,' info ccmiddlebury com '),
(32480,'field:28',0,1,' complete care at middlebury '),
(32480,'field:6',0,1,' joseph kovach '),
(32480,'field:7',0,1,' isaac5210 yahoo com '),
(32480,'field:8',0,1,' self '),
(32480,'field:9',0,1,' volunteer opportunities '),
(32480,'title',0,1,' 2026 02 19 11 41 27 '),
(32498,'field:12',0,1,' maria dominguez '),
(32498,'field:13',0,1,' mariaflore0292 gmail com '),
(32498,'field:14',0,1,' 9088210478 '),
(32498,'field:15',0,1,''),
(32498,'field:16',0,1,' maintenance housekeeping '),
(32498,'field:17',0,1,' me gustaria trabajar como usted tengo capacidad aser el labor delimpieza seles agradece mucho estoy buscado trabajo para mi soy una mujer responsable i amable '),
(32498,'field:20',0,1,' https ccplainfield com careers '),
(32498,'field:21',0,1,' careers ccplainfield com '),
(32498,'field:29',0,1,' complete care at plainfield '),
(32498,'title',0,1,' 2026 02 19 12 20 26 '),
(32502,'field:10',0,1,' i am looking for a long term care facility for my father he is currently at addison place in glastonbury he would be a private pay resident and is looking for availability in april 2026 '),
(32502,'field:18',0,1,' https mycompletecare com contact '),
(32502,'field:19',0,1,' hlabatch completecaremgmt com '),
(32502,'field:28',0,1,' complete care at harrington court '),
(32502,'field:6',0,1,' anna k davis '),
(32502,'field:7',0,1,' annaandgeoff sbcglobal net '),
(32502,'field:8',0,1,''),
(32502,'field:9',0,1,' resident family support '),
(32502,'title',0,1,' 2026 02 19 12 26 33 '),
(32547,'field:12',0,1,' karen contreras '),
(32547,'field:13',0,1,' coconutgril97 gmail com '),
(32547,'field:14',0,1,' 12019513997 '),
(32547,'field:15',0,1,' files resumes kc resume 1 pdf '),
(32547,'field:16',0,1,' activities recreation administrative business office dietary food service maintenance housekeeping volunteer opportunities '),
(32547,'field:17',0,1,' 452 highland ave palisades park nj 07560 201 951 3997 cocontgril97 gmail com 2 19 2026 hiring manager harborage north bergen nj subject application for the activity assistant position dear hiring manager i am writing to express my interest in the activities assistant position at harborage in north bergen with prior experience as an activity volunteer at harborage as well as volunteering at christian helath services assisting with bingo and other activities during my time as a stock assistant i successfully prepared merchandise for shipment assisted with stocking on the sales floor and maintained an orderly stockroom for efficient inventory retrieval these experiences have equipped me with attention to detail time management and the ability to work effectively in a fast paced environment additionally my volunteer work at christian health demonstrates my strong interpersonal skills and commitment to providing excellent service i am enthusiastic about the opportunity to contribute to harborages reputation for quality and resident satisfaction i am confident that my experience and dedication make me a strong candidate for this role thank you for considering my application i look forward to the possibility of discussing how my skills can benefit your team sincerely karen contreras '),
(32547,'field:20',0,1,' https ccharborage com careers '),
(32547,'field:21',0,1,' careers ccharborage com '),
(32547,'field:29',0,1,' complete care at harborage '),
(32547,'title',0,1,' 2026 02 19 14 12 34 '),
(32548,'alt',0,1,''),
(32548,'extension',0,1,' pdf '),
(32548,'filename',0,1,' kc resume 1 pdf '),
(32548,'kind',0,1,' pdf '),
(32548,'slug',0,1,''),
(32548,'title',0,1,' kc resume 1 '),
(32570,'field:12',0,1,' hannah kim '),
(32570,'field:13',0,1,' hannahkimmade gmail com '),
(32570,'field:14',0,1,' 2013706313 '),
(32570,'field:15',0,1,' files resumes hannah kim resume 2026 pdf pdf '),
(32570,'field:16',0,1,' nursing '),
(32570,'field:17',0,1,' hello i am a cardiac ultrasound technologist currently working per diem at a hospital in new york typically about three days per week my schedule is released 2 3 months in advance which gives me flexibility on my non working days i live just a 3 minute walk from complete care at st vincents and would love the opportunity to work here on the days i am not scheduled to work at a hospital in new york i am available on weekends and if i do not have a conflicting schedule i am always open to being on call as well thank you for your time and consideration i would be happy to discuss any available opportunities '),
(32570,'field:20',0,1,' https ccstvincents com careers '),
(32570,'field:21',0,1,' careers ccstvincents com '),
(32570,'field:29',0,1,' complete care at st vincents '),
(32570,'title',0,1,' 2026 02 19 15 06 23 '),
(32571,'alt',0,1,''),
(32571,'extension',0,1,' pdf '),
(32571,'filename',0,1,' hannah kim resume 2026 pdf pdf '),
(32571,'kind',0,1,' pdf '),
(32571,'slug',0,1,''),
(32571,'title',0,1,' hannah kim resume 2026 pdf '),
(32577,'field:10',0,1,' my dog was just certified as a therapy dog with bright and beautiful therapy dogs we would love to visit your residents please let me know if you are interested and what requirtements you may have thanks debby '),
(32577,'field:18',0,1,' https ccmilfordmanor com contact '),
(32577,'field:19',0,1,' info ccmilfordmanor com '),
(32577,'field:28',0,1,' complete care at milford manor '),
(32577,'field:6',0,1,' deborah a schwartz '),
(32577,'field:7',0,1,' dschwartzotd gmail com '),
(32577,'field:8',0,1,''),
(32577,'field:9',0,1,' general inquiry '),
(32577,'title',0,1,' 2026 02 19 15 32 23 '),
(32578,'field:10',0,1,' i was previously certified as a nurse aide but my certification expired in 2013 i am very interested in retraining and becoming certified again i am reaching out to ask do you offer a state‑approved cna training program at your facility is the program employer‑sponsored or free through employment do you pay trainees while they complete the program when does your next training class begin are there any specific requirements to apply '),
(32578,'field:18',0,1,' http ccburlingtonwoods com contact '),
(32578,'field:19',0,1,' info ccburlingtonwoods com '),
(32578,'field:28',0,1,' complete care at burlington woods '),
(32578,'field:6',0,1,' quianna walker '),
(32578,'field:7',0,1,' qui walker yahoo com '),
(32578,'field:8',0,1,' burlington woods '),
(32578,'field:9',0,1,' careers '),
(32578,'title',0,1,' 2026 02 19 15 41 16 '),
(32580,'field:1',0,1,' ngum muma '),
(32580,'field:2',0,1,' ngumisco1 gmail com '),
(32580,'field:22',0,1,' https mycompletecare com volunteer '),
(32580,'field:23',0,1,' volunteer completecaremgmt com '),
(32580,'field:3',0,1,' 2409385642 '),
(32580,'field:4',0,1,' complete care at multi medical center '),
(32580,'field:5',0,1,' i would like to volunteer '),
(32580,'title',0,1,' 2026 02 19 15 53 09 '),
(32588,'alt',0,1,''),
(32588,'extension',0,1,' jpg '),
(32588,'filename',0,1,' photo1 2026 02 19 211418 adrs jpg '),
(32588,'kind',0,1,' image '),
(32588,'slug',0,1,''),
(32588,'title',0,1,' photo1 '),
(32590,'alt',0,1,''),
(32590,'extension',0,1,' jpg '),
(32590,'filename',0,1,' photo1 2026 02 19 211423 cgin jpg '),
(32590,'kind',0,1,' image '),
(32590,'slug',0,1,''),
(32590,'title',0,1,' photo1 '),
(32612,'field:12',0,1,' pierre richard pierre louis '),
(32612,'field:13',0,1,' richardlenium gmail com '),
(32612,'field:14',0,1,' 8624126864 '),
(32612,'field:15',0,1,' files resumes pierre richard pierre louis resume 1 pdf '),
(32612,'field:16',0,1,' maintenance housekeeping '),
(32612,'field:17',0,1,' maintenance position assistant director '),
(32612,'field:20',0,1,' https ccorangepark com careers '),
(32612,'field:21',0,1,' careers ccorangepark com '),
(32612,'field:29',0,1,' complete care at orange park '),
(32612,'title',0,1,' 2026 02 19 16 52 40 '),
(32613,'alt',0,1,''),
(32613,'extension',0,1,' pdf '),
(32613,'filename',0,1,' pierre richard pierre louis resume 1 pdf '),
(32613,'kind',0,1,' pdf '),
(32613,'slug',0,1,''),
(32613,'title',0,1,' pierre richard pierre louis resume 1 '),
(32692,'alt',0,1,''),
(32692,'extension',0,1,' jpg '),
(32692,'filename',0,1,' photo1 2026 02 19 234543 riyg jpg '),
(32692,'kind',0,1,' image '),
(32692,'slug',0,1,''),
(32692,'title',0,1,' photo1 '),
(32694,'alt',0,1,''),
(32694,'extension',0,1,' jpg '),
(32694,'filename',0,1,' photo1 2026 02 19 234548 toae jpg '),
(32694,'kind',0,1,' image '),
(32694,'slug',0,1,''),
(32694,'title',0,1,' photo1 '),
(32716,'field:12',0,1,' debra caudill '),
(32716,'field:13',0,1,' dcaudill2018 gmail com '),
(32716,'field:14',0,1,' 13014425837 '),
(32716,'field:15',0,1,''),
(32716,'field:16',0,1,' nursing '),
(32716,'field:17',0,1,' i can bring in my resume thank you '),
(32716,'field:20',0,1,' https cclaplata com careers '),
(32716,'field:21',0,1,' careers cclaplata com '),
(32716,'field:29',0,1,' complete care at la plata '),
(32716,'title',0,1,' 2026 02 19 19 18 51 '),
(32718,'alt',0,1,''),
(32718,'extension',0,1,' png '),
(32718,'filename',0,1,' img 0595 png '),
(32718,'kind',0,1,' image '),
(32718,'slug',0,1,''),
(32718,'title',0,1,' img 0595 '),
(32719,'alt',0,1,''),
(32719,'extension',0,1,' png '),
(32719,'filename',0,1,' img 0598 png '),
(32719,'kind',0,1,' image '),
(32719,'slug',0,1,''),
(32719,'title',0,1,' img 0598 '),
(32720,'alt',0,1,''),
(32720,'extension',0,1,' png '),
(32720,'filename',0,1,' img 0597 png '),
(32720,'kind',0,1,' image '),
(32720,'slug',0,1,''),
(32720,'title',0,1,' img 0597 '),
(32721,'alt',0,1,''),
(32721,'extension',0,1,' png '),
(32721,'filename',0,1,' img 0596 png '),
(32721,'kind',0,1,' image '),
(32721,'slug',0,1,''),
(32721,'title',0,1,' img 0596 '),
(32722,'alt',0,1,''),
(32722,'extension',0,1,' png '),
(32722,'filename',0,1,' img 0599 png '),
(32722,'kind',0,1,' image '),
(32722,'slug',0,1,''),
(32722,'title',0,1,' img 0599 '),
(32723,'alt',0,1,''),
(32723,'extension',0,1,' png '),
(32723,'filename',0,1,' img 0600 png '),
(32723,'kind',0,1,' image '),
(32723,'slug',0,1,''),
(32723,'title',0,1,' img 0600 '),
(32724,'alt',0,1,''),
(32724,'extension',0,1,' png '),
(32724,'filename',0,1,' img 0601 png '),
(32724,'kind',0,1,' image '),
(32724,'slug',0,1,''),
(32724,'title',0,1,' img 0601 '),
(32725,'alt',0,1,''),
(32725,'extension',0,1,' png '),
(32725,'filename',0,1,' img 0602 png '),
(32725,'kind',0,1,' image '),
(32725,'slug',0,1,''),
(32725,'title',0,1,' img 0602 '),
(32726,'alt',0,1,''),
(32726,'extension',0,1,' png '),
(32726,'filename',0,1,' img 0603 png '),
(32726,'kind',0,1,' image '),
(32726,'slug',0,1,''),
(32726,'title',0,1,' img 0603 '),
(32727,'alt',0,1,''),
(32727,'extension',0,1,' png '),
(32727,'filename',0,1,' img 0604 png '),
(32727,'kind',0,1,' image '),
(32727,'slug',0,1,''),
(32727,'title',0,1,' img 0604 '),
(32728,'alt',0,1,''),
(32728,'extension',0,1,' png '),
(32728,'filename',0,1,' img 0605 png '),
(32728,'kind',0,1,' image '),
(32728,'slug',0,1,''),
(32728,'title',0,1,' img 0605 '),
(32729,'alt',0,1,''),
(32729,'extension',0,1,' png '),
(32729,'filename',0,1,' img 0606 png '),
(32729,'kind',0,1,' image '),
(32729,'slug',0,1,''),
(32729,'title',0,1,' img 0606 '),
(32730,'alt',0,1,''),
(32730,'extension',0,1,' png '),
(32730,'filename',0,1,' img 0607 png '),
(32730,'kind',0,1,' image '),
(32730,'slug',0,1,''),
(32730,'title',0,1,' img 0607 '),
(32731,'alt',0,1,''),
(32731,'extension',0,1,' png '),
(32731,'filename',0,1,' img 0608 png '),
(32731,'kind',0,1,' image '),
(32731,'slug',0,1,''),
(32731,'title',0,1,' img 0608 '),
(32732,'alt',0,1,''),
(32732,'extension',0,1,' png '),
(32732,'filename',0,1,' img 0609 png '),
(32732,'kind',0,1,' image '),
(32732,'slug',0,1,''),
(32732,'title',0,1,' img 0609 '),
(32733,'alt',0,1,''),
(32733,'extension',0,1,' png '),
(32733,'filename',0,1,' img 0610 png '),
(32733,'kind',0,1,' image '),
(32733,'slug',0,1,''),
(32733,'title',0,1,' img 0610 '),
(32735,'alt',0,1,''),
(32735,'extension',0,1,' png '),
(32735,'filename',0,1,' img 0595 2026 02 20 002056 awxg png '),
(32735,'kind',0,1,' image '),
(32735,'slug',0,1,''),
(32735,'title',0,1,' img 0595 '),
(32736,'alt',0,1,''),
(32736,'extension',0,1,' png '),
(32736,'filename',0,1,' img 0598 2026 02 20 002056 nrna png '),
(32736,'kind',0,1,' image '),
(32736,'slug',0,1,''),
(32736,'title',0,1,' img 0598 '),
(32737,'alt',0,1,''),
(32737,'extension',0,1,' png '),
(32737,'filename',0,1,' img 0597 2026 02 20 002058 kzcm png '),
(32737,'kind',0,1,' image '),
(32737,'slug',0,1,''),
(32737,'title',0,1,' img 0597 '),
(32738,'alt',0,1,''),
(32738,'extension',0,1,' png '),
(32738,'filename',0,1,' img 0596 2026 02 20 002059 tkjc png '),
(32738,'kind',0,1,' image '),
(32738,'slug',0,1,''),
(32738,'title',0,1,' img 0596 '),
(32739,'alt',0,1,''),
(32739,'extension',0,1,' png '),
(32739,'filename',0,1,' img 0599 2026 02 20 002100 zsrn png '),
(32739,'kind',0,1,' image '),
(32739,'slug',0,1,''),
(32739,'title',0,1,' img 0599 '),
(32740,'alt',0,1,''),
(32740,'extension',0,1,' png '),
(32740,'filename',0,1,' img 0600 2026 02 20 002101 tybz png '),
(32740,'kind',0,1,' image '),
(32740,'slug',0,1,''),
(32740,'title',0,1,' img 0600 '),
(32741,'alt',0,1,''),
(32741,'extension',0,1,' png '),
(32741,'filename',0,1,' img 0601 2026 02 20 002102 hngg png '),
(32741,'kind',0,1,' image '),
(32741,'slug',0,1,''),
(32741,'title',0,1,' img 0601 '),
(32742,'alt',0,1,''),
(32742,'extension',0,1,' png '),
(32742,'filename',0,1,' img 0602 2026 02 20 002103 cgwf png '),
(32742,'kind',0,1,' image '),
(32742,'slug',0,1,''),
(32742,'title',0,1,' img 0602 '),
(32743,'alt',0,1,''),
(32743,'extension',0,1,' png '),
(32743,'filename',0,1,' img 0603 2026 02 20 002104 pldp png '),
(32743,'kind',0,1,' image '),
(32743,'slug',0,1,''),
(32743,'title',0,1,' img 0603 '),
(32744,'alt',0,1,''),
(32744,'extension',0,1,' png '),
(32744,'filename',0,1,' img 0604 2026 02 20 002105 jwvc png '),
(32744,'kind',0,1,' image '),
(32744,'slug',0,1,''),
(32744,'title',0,1,' img 0604 '),
(32745,'alt',0,1,''),
(32745,'extension',0,1,' png '),
(32745,'filename',0,1,' img 0605 2026 02 20 002106 oxez png '),
(32745,'kind',0,1,' image '),
(32745,'slug',0,1,''),
(32745,'title',0,1,' img 0605 '),
(32746,'alt',0,1,''),
(32746,'extension',0,1,' png '),
(32746,'filename',0,1,' img 0606 2026 02 20 002108 tlib png '),
(32746,'kind',0,1,' image '),
(32746,'slug',0,1,''),
(32746,'title',0,1,' img 0606 '),
(32747,'alt',0,1,''),
(32747,'extension',0,1,' png '),
(32747,'filename',0,1,' img 0607 2026 02 20 002109 okhj png '),
(32747,'kind',0,1,' image '),
(32747,'slug',0,1,''),
(32747,'title',0,1,' img 0607 '),
(32748,'alt',0,1,''),
(32748,'extension',0,1,' png '),
(32748,'filename',0,1,' img 0608 2026 02 20 002110 ndnu png '),
(32748,'kind',0,1,' image '),
(32748,'slug',0,1,''),
(32748,'title',0,1,' img 0608 '),
(32749,'alt',0,1,''),
(32749,'extension',0,1,' png '),
(32749,'filename',0,1,' img 0609 2026 02 20 002111 xcpq png '),
(32749,'kind',0,1,' image '),
(32749,'slug',0,1,''),
(32749,'title',0,1,' img 0609 '),
(32750,'alt',0,1,''),
(32750,'extension',0,1,' png '),
(32750,'filename',0,1,' img 0610 2026 02 20 002111 mown png '),
(32750,'kind',0,1,' image '),
(32750,'slug',0,1,''),
(32750,'title',0,1,' img 0610 '),
(32752,'alt',0,1,''),
(32752,'extension',0,1,' png '),
(32752,'filename',0,1,' img 0595 2026 02 20 002129 ejat png '),
(32752,'kind',0,1,' image '),
(32752,'slug',0,1,''),
(32752,'title',0,1,' img 0595 '),
(32753,'alt',0,1,''),
(32753,'extension',0,1,' png '),
(32753,'filename',0,1,' img 0598 2026 02 20 002130 wmkx png '),
(32753,'kind',0,1,' image '),
(32753,'slug',0,1,''),
(32753,'title',0,1,' img 0598 '),
(32754,'alt',0,1,''),
(32754,'extension',0,1,' png '),
(32754,'filename',0,1,' img 0597 2026 02 20 002131 wvfk png '),
(32754,'kind',0,1,' image '),
(32754,'slug',0,1,''),
(32754,'title',0,1,' img 0597 '),
(32755,'alt',0,1,''),
(32755,'extension',0,1,' png '),
(32755,'filename',0,1,' img 0596 2026 02 20 002132 xrmh png '),
(32755,'kind',0,1,' image '),
(32755,'slug',0,1,''),
(32755,'title',0,1,' img 0596 '),
(32756,'alt',0,1,''),
(32756,'extension',0,1,' png '),
(32756,'filename',0,1,' img 0599 2026 02 20 002133 xxsp png '),
(32756,'kind',0,1,' image '),
(32756,'slug',0,1,''),
(32756,'title',0,1,' img 0599 '),
(32757,'alt',0,1,''),
(32757,'extension',0,1,' png '),
(32757,'filename',0,1,' img 0600 2026 02 20 002134 iujt png '),
(32757,'kind',0,1,' image '),
(32757,'slug',0,1,''),
(32757,'title',0,1,' img 0600 '),
(32758,'alt',0,1,''),
(32758,'extension',0,1,' png '),
(32758,'filename',0,1,' img 0601 2026 02 20 002135 fcqu png '),
(32758,'kind',0,1,' image '),
(32758,'slug',0,1,''),
(32758,'title',0,1,' img 0601 '),
(32759,'alt',0,1,''),
(32759,'extension',0,1,' png '),
(32759,'filename',0,1,' img 0602 2026 02 20 002136 poyb png '),
(32759,'kind',0,1,' image '),
(32759,'slug',0,1,''),
(32759,'title',0,1,' img 0602 '),
(32760,'alt',0,1,''),
(32760,'extension',0,1,' png '),
(32760,'filename',0,1,' img 0603 2026 02 20 002138 lojj png '),
(32760,'kind',0,1,' image '),
(32760,'slug',0,1,''),
(32760,'title',0,1,' img 0603 '),
(32761,'alt',0,1,''),
(32761,'extension',0,1,' png '),
(32761,'filename',0,1,' img 0604 2026 02 20 002139 mlvg png '),
(32761,'kind',0,1,' image '),
(32761,'slug',0,1,''),
(32761,'title',0,1,' img 0604 '),
(32762,'alt',0,1,''),
(32762,'extension',0,1,' png '),
(32762,'filename',0,1,' img 0605 2026 02 20 002140 doah png '),
(32762,'kind',0,1,' image '),
(32762,'slug',0,1,''),
(32762,'title',0,1,' img 0605 '),
(32763,'alt',0,1,''),
(32763,'extension',0,1,' png '),
(32763,'filename',0,1,' img 0606 2026 02 20 002141 otvt png '),
(32763,'kind',0,1,' image '),
(32763,'slug',0,1,''),
(32763,'title',0,1,' img 0606 '),
(32764,'alt',0,1,''),
(32764,'extension',0,1,' png '),
(32764,'filename',0,1,' img 0607 2026 02 20 002142 rdfa png '),
(32764,'kind',0,1,' image '),
(32764,'slug',0,1,''),
(32764,'title',0,1,' img 0607 '),
(32765,'alt',0,1,''),
(32765,'extension',0,1,' png '),
(32765,'filename',0,1,' img 0608 2026 02 20 002143 txml png '),
(32765,'kind',0,1,' image '),
(32765,'slug',0,1,''),
(32765,'title',0,1,' img 0608 '),
(32766,'alt',0,1,''),
(32766,'extension',0,1,' png '),
(32766,'filename',0,1,' img 0609 2026 02 20 002145 kvil png '),
(32766,'kind',0,1,' image '),
(32766,'slug',0,1,''),
(32766,'title',0,1,' img 0609 '),
(32767,'alt',0,1,''),
(32767,'extension',0,1,' png '),
(32767,'filename',0,1,' img 0610 2026 02 20 002145 phos png '),
(32767,'kind',0,1,' image '),
(32767,'slug',0,1,''),
(32767,'title',0,1,' img 0610 '),
(32769,'alt',0,1,''),
(32769,'extension',0,1,' png '),
(32769,'filename',0,1,' img 0595 2026 02 20 002230 tciy png '),
(32769,'kind',0,1,' image '),
(32769,'slug',0,1,''),
(32769,'title',0,1,' img 0595 '),
(32770,'alt',0,1,''),
(32770,'extension',0,1,' png '),
(32770,'filename',0,1,' img 0598 2026 02 20 002230 zert png '),
(32770,'kind',0,1,' image '),
(32770,'slug',0,1,''),
(32770,'title',0,1,' img 0598 '),
(32771,'alt',0,1,''),
(32771,'extension',0,1,' png '),
(32771,'filename',0,1,' img 0597 2026 02 20 002231 yupw png '),
(32771,'kind',0,1,' image '),
(32771,'slug',0,1,''),
(32771,'title',0,1,' img 0597 '),
(32772,'alt',0,1,''),
(32772,'extension',0,1,' png '),
(32772,'filename',0,1,' img 0596 2026 02 20 002232 oved png '),
(32772,'kind',0,1,' image '),
(32772,'slug',0,1,''),
(32772,'title',0,1,' img 0596 '),
(32773,'alt',0,1,''),
(32773,'extension',0,1,' png '),
(32773,'filename',0,1,' img 0599 2026 02 20 002233 titm png '),
(32773,'kind',0,1,' image '),
(32773,'slug',0,1,''),
(32773,'title',0,1,' img 0599 '),
(32774,'alt',0,1,''),
(32774,'extension',0,1,' png '),
(32774,'filename',0,1,' img 0600 2026 02 20 002234 ltym png '),
(32774,'kind',0,1,' image '),
(32774,'slug',0,1,''),
(32774,'title',0,1,' img 0600 '),
(32775,'alt',0,1,''),
(32775,'extension',0,1,' png '),
(32775,'filename',0,1,' img 0601 2026 02 20 002235 bsce png '),
(32775,'kind',0,1,' image '),
(32775,'slug',0,1,''),
(32775,'title',0,1,' img 0601 '),
(32776,'alt',0,1,''),
(32776,'extension',0,1,' png '),
(32776,'filename',0,1,' img 0602 2026 02 20 002236 jdwp png '),
(32776,'kind',0,1,' image '),
(32776,'slug',0,1,''),
(32776,'title',0,1,' img 0602 '),
(32777,'alt',0,1,''),
(32777,'extension',0,1,' png '),
(32777,'filename',0,1,' img 0603 2026 02 20 002238 jqzj png '),
(32777,'kind',0,1,' image '),
(32777,'slug',0,1,''),
(32777,'title',0,1,' img 0603 '),
(32778,'alt',0,1,''),
(32778,'extension',0,1,' png '),
(32778,'filename',0,1,' img 0604 2026 02 20 002239 fujt png '),
(32778,'kind',0,1,' image '),
(32778,'slug',0,1,''),
(32778,'title',0,1,' img 0604 '),
(32779,'alt',0,1,''),
(32779,'extension',0,1,' png '),
(32779,'filename',0,1,' img 0605 2026 02 20 002240 zaic png '),
(32779,'kind',0,1,' image '),
(32779,'slug',0,1,''),
(32779,'title',0,1,' img 0605 '),
(32780,'alt',0,1,''),
(32780,'extension',0,1,' png '),
(32780,'filename',0,1,' img 0606 2026 02 20 002241 momz png '),
(32780,'kind',0,1,' image '),
(32780,'slug',0,1,''),
(32780,'title',0,1,' img 0606 '),
(32781,'alt',0,1,''),
(32781,'extension',0,1,' png '),
(32781,'filename',0,1,' img 0607 2026 02 20 002242 wdso png '),
(32781,'kind',0,1,' image '),
(32781,'slug',0,1,''),
(32781,'title',0,1,' img 0607 '),
(32782,'alt',0,1,''),
(32782,'extension',0,1,' png '),
(32782,'filename',0,1,' img 0608 2026 02 20 002243 vinf png '),
(32782,'kind',0,1,' image '),
(32782,'slug',0,1,''),
(32782,'title',0,1,' img 0608 '),
(32783,'alt',0,1,''),
(32783,'extension',0,1,' png '),
(32783,'filename',0,1,' img 0609 2026 02 20 002244 tegx png '),
(32783,'kind',0,1,' image '),
(32783,'slug',0,1,''),
(32783,'title',0,1,' img 0609 '),
(32784,'alt',0,1,''),
(32784,'extension',0,1,' png '),
(32784,'filename',0,1,' img 0610 2026 02 20 002245 lmdm png '),
(32784,'kind',0,1,' image '),
(32784,'slug',0,1,''),
(32784,'title',0,1,' img 0610 '),
(32869,'field:12',0,1,' nanedjie ben israel '),
(32869,'field:13',0,1,' lqetziah gmail com '),
(32869,'field:14',0,1,' 9733377886 '),
(32869,'field:15',0,1,''),
(32869,'field:16',0,1,' dietary food service maintenance housekeeping volunteer opportunities '),
(32869,'field:17',0,1,' hello my name is ben israel im a hha and a cna im looking for a job any position i can do allow my experience i will take it '),
(32869,'field:20',0,1,' https completecareclark com careers '),
(32869,'field:21',0,1,' careers completecareclark com '),
(32869,'field:29',0,1,' complete care at clark '),
(32869,'title',0,1,' 2026 02 19 23 23 57 '),
(32886,'field:10',0,1,' i am with a local family owned janitorial company and would love to give you a professional cleaning quote were working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated trained team that is invested in going above and beyond may i give you more information or a no obligation cleaning quote for your space have a great day caroline brown business development rep elevate clean solutions caroline elevatecleansolution com respond with stop to optout '),
(32886,'field:18',0,1,' https mycompletecare com contact '),
(32886,'field:19',0,1,' hlabatch completecaremgmt com '),
(32886,'field:28',0,1,' complete care at barn hill '),
(32886,'field:6',0,1,' caroline brown '),
(32886,'field:7',0,1,' caroline elevatecleansolution com '),
(32886,'field:8',0,1,' elevate clean solutions '),
(32886,'field:9',0,1,' general inquiry '),
(32886,'title',0,1,' 2026 02 20 02 54 22 '),
(32894,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards ray landon sales executive pro online profiles ray proonlineprofiles com reply stop to opt out '),
(32894,'field:18',0,1,' https mycompletecare com contact '),
(32894,'field:19',0,1,' hlabatch completecaremgmt com '),
(32894,'field:28',0,1,' complete care at annapolis '),
(32894,'field:6',0,1,' ray landon '),
(32894,'field:7',0,1,' ray proonlineprofiles com '),
(32894,'field:8',0,1,' pro online profiles '),
(32894,'field:9',0,1,' general inquiry '),
(32894,'title',0,1,' 2026 02 20 04 19 05 '),
(32899,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards ray landon sales executive pro online profiles ray proonlineprofiles com reply stop to opt out '),
(32899,'field:18',0,1,' https mycompletecare com contact '),
(32899,'field:19',0,1,' hlabatch completecaremgmt com '),
(32899,'field:28',0,1,' complete care at annapolis '),
(32899,'field:6',0,1,' ray landon '),
(32899,'field:7',0,1,' ray proonlineprofiles com '),
(32899,'field:8',0,1,' pro online profiles '),
(32899,'field:9',0,1,' general inquiry '),
(32899,'title',0,1,' 2026 02 20 05 07 55 '),
(32901,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards ray landon sales executive pro online profiles ray proonlineprofiles com reply stop to opt out '),
(32901,'field:18',0,1,' https mycompletecare com contact '),
(32901,'field:19',0,1,' hlabatch completecaremgmt com '),
(32901,'field:28',0,1,' complete care at annapolis '),
(32901,'field:6',0,1,' ray landon '),
(32901,'field:7',0,1,' ray proonlineprofiles com '),
(32901,'field:8',0,1,' pro online profiles '),
(32901,'field:9',0,1,' general inquiry '),
(32901,'title',0,1,' 2026 02 20 05 24 57 '),
(32910,'field:10',0,1,' say something i am with a local family owned janitorial company and would love to give you a professional cleaning quote were working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated trained team that is invested in going above and beyond may i give you more information or a no obligation cleaning quote for your space have a great day caroline brown business development rep elevate clean solutions caroline elevatecleansolution com respond with stop to optout '),
(32910,'field:18',0,1,' https mycompletecare com contact '),
(32910,'field:19',0,1,' hlabatch completecaremgmt com '),
(32910,'field:28',0,1,' complete care at chestnut hill '),
(32910,'field:6',0,1,' caroline brown '),
(32910,'field:7',0,1,' caroline elevatecleansolution com '),
(32910,'field:8',0,1,' elevate clean solutions '),
(32910,'field:9',0,1,' general inquiry '),
(32910,'title',0,1,' 2026 02 20 07 03 18 '),
(32913,'alt',0,1,''),
(32913,'extension',0,1,' jpg '),
(32913,'filename',0,1,' photo1 2026 02 20 130831 jjjl jpg '),
(32913,'kind',0,1,' image '),
(32913,'slug',0,1,''),
(32913,'title',0,1,' photo1 '),
(32915,'alt',0,1,''),
(32915,'extension',0,1,' jpg '),
(32915,'filename',0,1,' photo1 2026 02 20 130836 ykva jpg '),
(32915,'kind',0,1,' image '),
(32915,'slug',0,1,''),
(32915,'title',0,1,' photo1 '),
(32924,'field:10',0,1,' we found a suspicious google review from matt messina gatherup has a proven track record of removing fake and policy breaking reviews well challenge this one with google and stand behind the result with a 60 day 100% satisfaction guarantee trusted by 18 000 businesses book here https gatherup chilipiper com shared sarah cameto review defense meeting '),
(32924,'field:18',0,1,' http completecareclark com contact '),
(32924,'field:19',0,1,' info completecareclark com '),
(32924,'field:28',0,1,' complete care at clark '),
(32924,'field:6',0,1,' sarah cameto '),
(32924,'field:7',0,1,' sarah trytransparency com '),
(32924,'field:8',0,1,' review detector '),
(32924,'field:9',0,1,' general inquiry '),
(32924,'title',0,1,' 2026 02 20 09 00 25 '),
(32943,'field:10',0,1,' does your community accept residents who are covered under unitedhealthcare dual plans medicare and medicaid '),
(32943,'field:18',0,1,' https mycompletecare com contact '),
(32943,'field:19',0,1,' hlabatch completecaremgmt com '),
(32943,'field:28',0,1,' complete care at regent '),
(32943,'field:6',0,1,' miriam suarez '),
(32943,'field:7',0,1,' miriams138 aol com '),
(32943,'field:8',0,1,''),
(32943,'field:9',0,1,' resident family support '),
(32943,'title',0,1,' 2026 02 20 11 37 57 '),
(32957,'field:1',0,1,' cheryl deal '),
(32957,'field:2',0,1,' cldeal1 outlook com '),
(32957,'field:22',0,1,' https mycompletecare com volunteer '),
(32957,'field:23',0,1,' volunteer completecaremgmt com '),
(32957,'field:3',0,1,' 7174469422 '),
(32957,'field:4',0,1,' complete care at hagerstown '),
(32957,'field:5',0,1,' hub city vineyard church of hagerstown md is interested in offering weekly worship services and bible study for the residents also we have volunteers interested in offering comfort care for individuals at end of life '),
(32957,'title',0,1,' 2026 02 20 13 29 58 '),
(32964,'field:12',0,1,' mary wideman '),
(32964,'field:13',0,1,' ptah878 gmail com '),
(32964,'field:14',0,1,' 14142365659 '),
(32964,'field:15',0,1,' files resumes mary wideman resume 1 pdf '),
(32964,'field:16',0,1,' nursing '),
(32964,'field:17',0,1,' i have been doing cna work for over 35 years im a team player and team leader i believe in team work and treat residents with dignity and respect get my assignment done in timely matter i would love to work at your facility hopefully i hear from you soon take care '),
(32964,'field:20',0,1,' https mycompletecare com careers '),
(32964,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(32964,'field:29',0,1,' complete care at germantown '),
(32964,'title',0,1,' 2026 02 20 13 59 26 '),
(32965,'alt',0,1,''),
(32965,'extension',0,1,' pdf '),
(32965,'filename',0,1,' mary wideman resume 1 pdf '),
(32965,'kind',0,1,' pdf '),
(32965,'slug',0,1,''),
(32965,'title',0,1,' mary wideman resume 1 '),
(32966,'field:10',0,1,' hi team this is sean from the business team at we care staffing a trusted healthcare staffing provider we specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments as well as permanent placements we support esteemed msps hospitals behavioural health facilities rehabilitation centres clinics snfs ltacs acute care facilities correctional facilities and many other healthcare systems nationwide we specialize in a range of staffing needs including registered nurses rns licensed practical nurses lpns cnas cmas allied healthcare professionals nurse practitioners nps physicians we maintain a large candidate database that is systematically stored and regularly updated in our ats system including resumes licenses and required credentials this allows our team to efficiently match and submit the most suitable candidates for your positions let us know a convenient time for a meeting to discuss this potential collaboration we look forward to working together to meet your staffing needs thank you for considering we care staffing as a partner warm regards '),
(32966,'field:18',0,1,' https mycompletecare com contact '),
(32966,'field:19',0,1,' hlabatch completecaremgmt com '),
(32966,'field:28',0,1,' complete care at wayne hills rehab and respiratory center '),
(32966,'field:6',0,1,' sean peters '),
(32966,'field:7',0,1,' sean peters we carestaffing com '),
(32966,'field:8',0,1,' wecarestaffingmd llc '),
(32966,'field:9',0,1,' careers '),
(32966,'title',0,1,' 2026 02 20 14 07 00 '),
(32984,'field:10',0,1,' dear complete care at barn hill my name is dennis sema a team member at barnlight studios and the individual in charge of the locations initiative and scouting at the studio i am reaching out because we are working with a film director who is looking to film in sussex county this is a major production and one that will be filmed at various different locations across sussex county and especially at the kittatinny regional high school and other locations we are wondering if you would be open to the idea of the filmmakers taking exterior shots of the complete care at barn hill in other words show the outside of that location and include it in the film if this is something you are interested in please let us know we would truly be thrilled to work with you '),
(32984,'field:18',0,1,' https mycompletecare com contact '),
(32984,'field:19',0,1,' hlabatch completecaremgmt com '),
(32984,'field:28',0,1,' complete care at barn hill '),
(32984,'field:6',0,1,' dennis sema '),
(32984,'field:7',0,1,' team barnlightstudios com '),
(32984,'field:8',0,1,' barnlight studios '),
(32984,'field:9',0,1,' media inquiry '),
(32984,'title',0,1,' 2026 02 20 16 03 10 '),
(32995,'field:12',0,1,' jackqualine '),
(32995,'field:13',0,1,' jackqualine42 gmail com '),
(32995,'field:14',0,1,' 414 704 4455 '),
(32995,'field:15',0,1,''),
(32995,'field:16',0,1,' maintenance housekeeping '),
(32995,'field:17',0,1,' seeking employment with complete care im interested in the housekeeper position i have experience in housekeeping hotel cleaning nursing home custodian cleaning '),
(32995,'field:20',0,1,' https cchalescorners com careers '),
(32995,'field:21',0,1,' info cchalescorners com '),
(32995,'field:29',0,1,' complete care at hales corners '),
(32995,'title',0,1,' 2026 02 20 16 19 44 '),
(32998,'alt',0,1,''),
(32998,'extension',0,1,' jpg '),
(32998,'filename',0,1,' photo1 2026 02 20 212147 qrkv jpg '),
(32998,'kind',0,1,' image '),
(32998,'slug',0,1,''),
(32998,'title',0,1,' photo1 '),
(33000,'alt',0,1,''),
(33000,'extension',0,1,' jpg '),
(33000,'filename',0,1,' photo1 2026 02 20 212151 tsph jpg '),
(33000,'kind',0,1,' image '),
(33000,'slug',0,1,''),
(33000,'title',0,1,' photo1 '),
(33013,'field:12',0,1,' lizeth castro '),
(33013,'field:13',0,1,' lizethxxcastro gmail com '),
(33013,'field:14',0,1,' 3123949563 '),
(33013,'field:15',0,1,''),
(33013,'field:16',0,1,' activities recreation administrative business office maintenance housekeeping '),
(33013,'field:17',0,1,' ive been in healthcare and looking to get some experience in nursing homes im bilingual english and spanish love the elderly people i would love to get a chance to be an activity aide '),
(33013,'field:20',0,1,' https completecareblvd com careers '),
(33013,'field:21',0,1,' careers completecareblvd com '),
(33013,'field:29',0,1,' complete care at the boulevard '),
(33013,'title',0,1,' 2026 02 20 17 26 30 '),
(33170,'alt',0,1,''),
(33170,'extension',0,1,' jpg '),
(33170,'filename',0,1,' photo1 2026 02 21 070612 bqzs jpg '),
(33170,'kind',0,1,' image '),
(33170,'slug',0,1,''),
(33170,'title',0,1,' photo1 '),
(33173,'alt',0,1,''),
(33173,'extension',0,1,' jpg '),
(33173,'filename',0,1,' photo1 2026 02 21 070616 dvts jpg '),
(33173,'kind',0,1,' image '),
(33173,'slug',0,1,''),
(33173,'title',0,1,' photo1 '),
(33240,'alt',0,1,''),
(33240,'extension',0,1,' jpg '),
(33240,'filename',0,1,' photo1 2026 02 21 130849 cdox jpg '),
(33240,'kind',0,1,' image '),
(33240,'slug',0,1,''),
(33240,'title',0,1,' photo1 '),
(33242,'alt',0,1,''),
(33242,'extension',0,1,' jpg '),
(33242,'filename',0,1,' photo1 2026 02 21 130854 uncn jpg '),
(33242,'kind',0,1,' image '),
(33242,'slug',0,1,''),
(33242,'title',0,1,' photo1 '),
(33288,'field:12',0,1,' jessica parsons '),
(33288,'field:13',0,1,' jessi parsons1 icloud com '),
(33288,'field:14',0,1,' 2152906155 '),
(33288,'field:15',0,1,' files resumes jessica parsons resume 2026 pdf '),
(33288,'field:16',0,1,' administrative business office admissions marketing hr staffing recruitment '),
(33288,'field:17',0,1,' a dedicated hard worker looking to use her skills '),
(33288,'field:20',0,1,' https cclehigh com careers '),
(33288,'field:21',0,1,' careers cclehigh com '),
(33288,'field:29',0,1,' complete care at lehigh '),
(33288,'title',0,1,' 2026 02 21 09 34 33 '),
(33289,'alt',0,1,''),
(33289,'extension',0,1,' pdf '),
(33289,'filename',0,1,' jessica parsons resume 2026 pdf '),
(33289,'kind',0,1,' pdf '),
(33289,'slug',0,1,''),
(33289,'title',0,1,' jessica parsons resume 2026 '),
(33303,'field:12',0,1,' nicole johnson '),
(33303,'field:13',0,1,' nicolejohnson757 gmail com '),
(33303,'field:14',0,1,' 14439484488 '),
(33303,'field:15',0,1,' files resumes nicole stanley resume pdf '),
(33303,'field:16',0,1,' hr staffing nursing '),
(33303,'field:17',0,1,' hello i would love to be apart of your team '),
(33303,'field:20',0,1,' https ccmultimed com careers '),
(33303,'field:21',0,1,' careers ccmultimed com '),
(33303,'field:29',0,1,' complete care at multi medical center '),
(33303,'title',0,1,' 2026 02 21 10 53 52 '),
(33304,'alt',0,1,''),
(33304,'extension',0,1,' pdf '),
(33304,'filename',0,1,' nicole stanley resume pdf '),
(33304,'kind',0,1,' pdf '),
(33304,'slug',0,1,''),
(33304,'title',0,1,' nicole stanley resume '),
(33338,'field:10',0,1,' thank you for expressing your interest in our services we genuinely appreciate you taking the time to connect with us and explore how we can support your needs we are enthusiastic about the opportunity to discuss our offerings in more detail and understand your specific requirements our goal is to provide tailored solutions and we are prepared to explore all available avenues to achieve this we also want to ensure you are fully informed about our various programs that may significantly reduce the cost of our services subject to eligibility we encourage you to discuss these options with us please feel free to reach out to me directly to schedule a conversation or for any immediate questions you may have my direct line is 201 289 1792 sincerely angela papin administrative director '),
(33338,'field:18',0,1,' https ccmercerville com contact '),
(33338,'field:19',0,1,' info ccmercerville com '),
(33338,'field:28',0,1,' complete care at mercerville '),
(33338,'field:6',0,1,' angela papin '),
(33338,'field:7',0,1,' rnconsult17 yahoo com '),
(33338,'field:8',0,1,' angelas angels '),
(33338,'field:9',0,1,' general inquiry '),
(33338,'title',0,1,' 2026 02 21 13 13 55 '),
(33370,'alt',0,1,''),
(33370,'extension',0,1,' jpg '),
(33370,'filename',0,1,' photo1 2026 02 21 192634 nise jpg '),
(33370,'kind',0,1,' image '),
(33370,'slug',0,1,''),
(33370,'title',0,1,' photo1 '),
(33372,'alt',0,1,''),
(33372,'extension',0,1,' jpg '),
(33372,'filename',0,1,' photo1 2026 02 21 192639 biid jpg '),
(33372,'kind',0,1,' image '),
(33372,'slug',0,1,''),
(33372,'title',0,1,' photo1 '),
(33400,'field:10',0,1,' inquiring about my mother who will need palliative hospice care '),
(33400,'field:18',0,1,' https mycompletecare com contact '),
(33400,'field:19',0,1,' hlabatch completecaremgmt com '),
(33400,'field:28',0,1,' complete care at green knoll '),
(33400,'field:6',0,1,' peter roupas '),
(33400,'field:7',0,1,' peterroupas7 gmail com '),
(33400,'field:8',0,1,''),
(33400,'field:9',0,1,' resident family support '),
(33400,'title',0,1,' 2026 02 21 20 01 10 '),
(33410,'field:12',0,1,' iyanna renee harried '),
(33410,'field:13',0,1,' i harried yahoo com '),
(33410,'field:14',0,1,' 443 676 0993 '),
(33410,'field:15',0,1,' files resumes iyannaharried pdf '),
(33410,'field:16',0,1,' activities recreation dietary food service '),
(33410,'field:17',0,1,' thank you for considering my application '),
(33410,'field:20',0,1,' https completecareheritage com careers '),
(33410,'field:21',0,1,' careers completecareheritage com '),
(33410,'field:29',0,1,' complete care at heritage '),
(33410,'title',0,1,' 2026 02 21 21 10 27 '),
(33411,'alt',0,1,''),
(33411,'extension',0,1,' pdf '),
(33411,'filename',0,1,' iyannaharried pdf '),
(33411,'kind',0,1,' pdf '),
(33411,'slug',0,1,''),
(33411,'title',0,1,' iyanna harried '),
(33451,'alt',0,1,''),
(33451,'extension',0,1,' pdf '),
(33451,'filename',0,1,' cierra carr resume2026 2026 02 22 024816 fvrl pdf '),
(33451,'kind',0,1,' pdf '),
(33451,'slug',0,1,''),
(33451,'title',0,1,' cierra carr resume2026 '),
(33491,'alt',0,1,''),
(33491,'extension',0,1,' jpg '),
(33491,'filename',0,1,' photo1 2026 02 22 041207 odql jpg '),
(33491,'kind',0,1,' image '),
(33491,'slug',0,1,''),
(33491,'title',0,1,' photo1 '),
(33493,'alt',0,1,''),
(33493,'extension',0,1,' jpg '),
(33493,'filename',0,1,' photo1 2026 02 22 041212 rfkt jpg '),
(33493,'kind',0,1,' image '),
(33493,'slug',0,1,''),
(33493,'title',0,1,' photo1 '),
(33531,'field:1',0,1,' harleigh miller '),
(33531,'field:2',0,1,' harleigh7308 gmail com '),
(33531,'field:22',0,1,' https mycompletecare com volunteer '),
(33531,'field:23',0,1,' volunteer completecaremgmt com '),
(33531,'field:3',0,1,' 9738006531 '),
(33531,'field:4',0,1,' complete care at milford manor ');
INSERT INTO `searchindex` VALUES
(33531,'field:5',0,1,' my name is harleigh and im 17 years old im interested in volunteering at your facility in ways that support residents such as spending time with residents and chatting accompanying residents on walks or helping them feel included assisting with office tasks meal delivery or events im friendly reliable and eager to help could you let me know if there are volunteer opportunities available for someone my age and how i might get started thank you so much '),
(33531,'title',0,1,' 2026 02 22 09 33 02 '),
(33537,'field:10',0,1,' i am seeking basic information about availability and costs for assisted living for my mother and her husband '),
(33537,'field:18',0,1,' https mycompletecare com contact '),
(33537,'field:19',0,1,' hlabatch completecaremgmt com '),
(33537,'field:28',0,1,' complete care at whispering woods '),
(33537,'field:6',0,1,' susan manns '),
(33537,'field:7',0,1,' smmanns yahoo com '),
(33537,'field:8',0,1,''),
(33537,'field:9',0,1,' general inquiry '),
(33537,'title',0,1,' 2026 02 22 10 33 37 '),
(33539,'field:10',0,1,' my name is michael doherty and i am the chief executive officer at hastings architectural restoration llc we are currently exploring potential partnership for your service on a project and i would like to inquire about the services you offer in this area could you kindly provide more information about your offerings pricing structure and any case studies or references that might help us better understand how you could support our needs looking forward to your response best regards michael doherty president ceo '),
(33539,'field:18',0,1,' https completecareclark com contact '),
(33539,'field:19',0,1,' info completecareclark com '),
(33539,'field:28',0,1,' complete care at clark '),
(33539,'field:6',0,1,' michael doherty '),
(33539,'field:7',0,1,' mdoherty hastingsar com '),
(33539,'field:8',0,1,' hastings architectural restoration llc '),
(33539,'field:9',0,1,' general inquiry '),
(33539,'title',0,1,' 2026 02 22 11 36 06 '),
(33544,'field:10',0,1,' hi i was wondering if you have any open medicaid beds available i wouldnt need it till april '),
(33544,'field:18',0,1,' https mycompletecare com contact '),
(33544,'field:19',0,1,' hlabatch completecaremgmt com '),
(33544,'field:28',0,1,' complete care at brackenville '),
(33544,'field:6',0,1,' michelle lankford '),
(33544,'field:7',0,1,' mlankford712 gmail com '),
(33544,'field:8',0,1,''),
(33544,'field:9',0,1,' general inquiry '),
(33544,'title',0,1,' 2026 02 22 13 30 39 '),
(33550,'field:12',0,1,' perez '),
(33550,'field:13',0,1,' pereztymire gmail com '),
(33550,'field:14',0,1,' 3025138235 '),
(33550,'field:15',0,1,''),
(33550,'field:16',0,1,' maintenance housekeeping '),
(33550,'field:17',0,1,' take great pride in my work and understand that a clean evironment for a positive guest patient client experience '),
(33550,'field:20',0,1,' https completecarehillside com careers '),
(33550,'field:21',0,1,' careers completecarehillside com '),
(33550,'field:29',0,1,' complete care at hillside '),
(33550,'title',0,1,' 2026 02 22 15 38 57 '),
(33557,'field:12',0,1,' andrea '),
(33557,'field:13',0,1,' longandrea549 gmail com '),
(33557,'field:14',0,1,' 414 676 0911 '),
(33557,'field:15',0,1,''),
(33557,'field:16',0,1,' nursing '),
(33557,'field:17',0,1,' hello my name is andrea long i had some interest in your future cna ra opportunities '),
(33557,'field:20',0,1,' https ccglendalewest com careers '),
(33557,'field:21',0,1,' careers ccglendalewest com '),
(33557,'field:29',0,1,' complete care at glendale west '),
(33557,'title',0,1,' 2026 02 22 18 04 06 '),
(33562,'field:12',0,1,' raymond taylor '),
(33562,'field:13',0,1,' raymondtaylor1266 gmail com '),
(33562,'field:14',0,1,' 2022773524 '),
(33562,'field:15',0,1,' files resumes img 5444 png '),
(33562,'field:16',0,1,' dietary food service '),
(33562,'field:17',0,1,' im a floor technician im looking for a floor technician or laundry worker position '),
(33562,'field:20',0,1,' http ccplainfield com careers '),
(33562,'field:21',0,1,' careers ccplainfield com '),
(33562,'field:29',0,1,' complete care at plainfield '),
(33562,'title',0,1,' 2026 02 22 19 30 10 '),
(33563,'alt',0,1,''),
(33563,'extension',0,1,' png '),
(33563,'filename',0,1,' img 5444 png '),
(33563,'kind',0,1,' image '),
(33563,'slug',0,1,''),
(33563,'title',0,1,' img 5444 '),
(33573,'field:12',0,1,' sandra a gonda '),
(33573,'field:13',0,1,' sandragonda0411 gmail com '),
(33573,'field:14',0,1,' 19082956983 '),
(33573,'field:15',0,1,''),
(33573,'field:16',0,1,' administrative business office '),
(33573,'field:17',0,1,' looking for an office position i have 20 years experience as an executive assistant as well as most recently have been working as a recreation assistant at miravie and a customer service rep at a local energy company thank you '),
(33573,'field:20',0,1,' https ccgreenknoll com careers '),
(33573,'field:21',0,1,' careers ccgreenknoll com '),
(33573,'field:29',0,1,' complete care at green knoll '),
(33573,'title',0,1,' 2026 02 22 22 02 33 '),
(33628,'alt',0,1,''),
(33628,'extension',0,1,' jpg '),
(33628,'filename',0,1,' photo1 2026 02 23 045159 pqih jpg '),
(33628,'kind',0,1,' image '),
(33628,'slug',0,1,''),
(33628,'title',0,1,' photo1 '),
(33630,'alt',0,1,''),
(33630,'extension',0,1,' jpg '),
(33630,'filename',0,1,' photo1 2026 02 23 045205 izeb jpg '),
(33630,'kind',0,1,' image '),
(33630,'slug',0,1,''),
(33630,'title',0,1,' photo1 '),
(33641,'field:10',0,1,' are you interested in selling your business hi my name is dana and i am a business broker if you are possibly interested in selling your business please fill out my contact request form and i will call you back as fast as possible here is my contact request form https www cognitoforms com inboxblastscom contactrequestform647 or you can reply to this email message with your name and the best phone number to call you thank you i hope to speak to you soon '),
(33641,'field:18',0,1,' https ccgrandeprairie com contact '),
(33641,'field:19',0,1,' info ccgrandeprairie com '),
(33641,'field:28',0,1,' complete care at grande prairie '),
(33641,'field:6',0,1,' dana broker '),
(33641,'field:7',0,1,' jan2232 businessbrokersleads com '),
(33641,'field:8',0,1,' other '),
(33641,'field:9',0,1,' general inquiry '),
(33641,'title',0,1,' 2026 02 23 01 39 20 '),
(33689,'field:10',0,1,' hi there we provide expert virtual assistant services to handle a variety of tasks including lead generation cold calling appointment setting social media management content creation bookkeeping administrative and customer support id love to show you how it works how we can help enhance your client acquisitions '),
(33689,'field:18',0,1,' https mycompletecare com contact '),
(33689,'field:19',0,1,' hlabatch completecaremgmt com '),
(33689,'field:28',0,1,''),
(33689,'field:6',0,1,' kathleen farmer '),
(33689,'field:7',0,1,' kathleen vas4hire com '),
(33689,'field:8',0,1,' vas 4 hire '),
(33689,'field:9',0,1,' general inquiry '),
(33689,'title',0,1,' 2026 02 23 05 08 55 '),
(33710,'field:10',0,1,' hi there we provide expert virtual assistant services to handle a variety of tasks including lead generation cold calling appointment setting social media management content creation bookkeeping administrative and customer support id love to show you how it works how we can help enhance your client acquisitions '),
(33710,'field:18',0,1,' https ccmonmouth com contact '),
(33710,'field:19',0,1,' info ccmonmouth com '),
(33710,'field:28',0,1,' complete care at monmouth '),
(33710,'field:6',0,1,' kathleen farmer '),
(33710,'field:7',0,1,' kathleen vas4hire com '),
(33710,'field:8',0,1,' vas 4 hire '),
(33710,'field:9',0,1,' general inquiry '),
(33710,'title',0,1,' 2026 02 23 07 05 40 '),
(33741,'field:10',0,1,' im looking for a new facility for my mother im wondering if you accept medicaid for payment im looking forward hearing from you '),
(33741,'field:18',0,1,' https cckensington com contact '),
(33741,'field:19',0,1,' info cckensington com com '),
(33741,'field:28',0,1,' complete care at kensington '),
(33741,'field:6',0,1,' jeania weber '),
(33741,'field:7',0,1,' jeania101 yahoo com '),
(33741,'field:8',0,1,' personal '),
(33741,'field:9',0,1,' general inquiry '),
(33741,'title',0,1,' 2026 02 23 07 33 31 '),
(33770,'field:10',0,1,' hello my name is johnny winters i tried to apply for a cna position on the site but its not loading an application and i have no way to attach my resume to this message my phone number is 262 230 7226 my email is wintersj32 gmail com '),
(33770,'field:18',0,1,' https ccsouthpointe com contact '),
(33770,'field:19',0,1,' info southpointecrc com '),
(33770,'field:28',0,1,' complete care at southpointe '),
(33770,'field:6',0,1,' johnny winters '),
(33770,'field:7',0,1,' wintersj32 gmail com '),
(33770,'field:8',0,1,''),
(33770,'field:9',0,1,' careers '),
(33770,'title',0,1,' 2026 02 23 07 54 52 '),
(33825,'field:10',0,1,' hello i am the clinical education admin for nymc division of physical therapy we have a clinical training agreement with your facility i am reaching out to request updated contact information for possible student placements in the future thank you and stay safe in the snow nicholas stasieluk '),
(33825,'field:18',0,1,' https mycompletecare com contact '),
(33825,'field:19',0,1,' hlabatch completecaremgmt com '),
(33825,'field:28',0,1,' complete care at milford manor '),
(33825,'field:6',0,1,' nick stasieluk '),
(33825,'field:7',0,1,' nstasiel nymc edu '),
(33825,'field:8',0,1,' new york medical college division of physical therapy '),
(33825,'field:9',0,1,' other '),
(33825,'title',0,1,' 2026 02 23 10 18 40 '),
(33863,'field:10',0,1,' hi this message is intended for whoever oversees your federal bidding efforts is your team still spending significant time manually finding and qualifying sam gov opportunities our ai system evaluates 1000s of daily fed opportunities including full solicitation documents against your specific past performance and win criteria not just keyword matches instead of your team sorting through feeds you receive a daily shortlist of high fit opportunities typically doubling qualified pipeline and reducing admin by 95% would it make sense to share a quick overview '),
(33863,'field:18',0,1,' https mycompletecare com contact '),
(33863,'field:19',0,1,' hlabatch completecaremgmt com '),
(33863,'field:28',0,1,' complete care at christian home '),
(33863,'field:6',0,1,' david steen '),
(33863,'field:7',0,1,' david intellectible com '),
(33863,'field:8',0,1,' intellectible '),
(33863,'field:9',0,1,' general inquiry '),
(33863,'title',0,1,' 2026 02 23 10 53 56 '),
(33867,'field:10',0,1,' hi this message is intended for whoever oversees your federal bidding efforts is your team still spending significant time manually finding and qualifying sam gov opportunities our ai system evaluates 1000s of daily fed opportunities including full solicitation documents against your specific past performance and win criteria not just keyword matches instead of your team sorting through feeds you receive a daily shortlist of high fit opportunities typically doubling qualified pipeline and reducing admin by 95% would it make sense to share a quick overview '),
(33867,'field:18',0,1,' https mycompletecare com contact '),
(33867,'field:19',0,1,' hlabatch completecaremgmt com '),
(33867,'field:28',0,1,' complete care at regent '),
(33867,'field:6',0,1,' david steen '),
(33867,'field:7',0,1,' david intellectible com '),
(33867,'field:8',0,1,' intellectible '),
(33867,'field:9',0,1,' general inquiry '),
(33867,'title',0,1,' 2026 02 23 10 57 06 '),
(33876,'field:12',0,1,' darlin mendez '),
(33876,'field:13',0,1,' darlincuenta13 gmail com '),
(33876,'field:14',0,1,' 15512244464 '),
(33876,'field:15',0,1,''),
(33876,'field:16',0,1,' maintenance housekeeping '),
(33876,'field:17',0,1,' hello my name is darlin and i am applying for the housekeeper position at complete care i am reliable hardworking and enjoy keeping spaces clean and organized i am eager to contribute to a safe and welcoming environment for residents thank you for your time and consideration i look forward to the opportunity to join your team '),
(33876,'field:20',0,1,' http ccfairlawnedge com careers '),
(33876,'field:21',0,1,' careers ccfairlawnedge com '),
(33876,'field:29',0,1,' complete care at fair lawn edge '),
(33876,'title',0,1,' 2026 02 23 11 24 26 '),
(33877,'field:10',0,1,' dear sir i am a volunteer esl teacher who has a student in pakistan he is a registered nurse and has good english skills he would like to move to the united states and asked me to find out what he must do to qualify for a license and position here can you give me any advice on how to help him thank you anthony giordano 908 313 0520 '),
(33877,'field:18',0,1,' https mycompletecare com contact '),
(33877,'field:19',0,1,' hlabatch completecaremgmt com '),
(33877,'field:28',0,1,' complete care at clark '),
(33877,'field:6',0,1,' anthony giordano '),
(33877,'field:7',0,1,' giordanoanthony hotmail com '),
(33877,'field:8',0,1,''),
(33877,'field:9',0,1,' careers '),
(33877,'title',0,1,' 2026 02 23 11 24 27 '),
(33901,'field:10',0,1,' admissions office i hope this message finds you well i am very interested in enrolling in the program and would appreciate any updates regarding the status of my application including important dates next steps or additional requirements please let me know if you need any further information from me thank you for your time and assistance i look forward to your response '),
(33901,'field:18',0,1,' https mycompletecare com contact '),
(33901,'field:19',0,1,' hlabatch completecaremgmt com '),
(33901,'field:28',0,1,' complete care at regent '),
(33901,'field:6',0,1,' taisha floreal '),
(33901,'field:7',0,1,' taishacf gmail com '),
(33901,'field:8',0,1,' about cna classes application '),
(33901,'field:9',0,1,' other '),
(33901,'title',0,1,' 2026 02 23 12 14 04 '),
(33903,'field:10',0,1,' my dad john wynn is currently getting rehab care at the above location and i would like to ask the social worker on premises about the facilitys transportation guidelines my dad wants me to drive him to an appointment on friday 2 27 but i dont think its safe because he might really get hurt trying to get in and out of my car could official staff tell him that and would there be another option to get him transported thank you '),
(33903,'field:18',0,1,' https mycompletecare com contact '),
(33903,'field:19',0,1,' hlabatch completecaremgmt com '),
(33903,'field:28',0,1,' complete care at multi medical center '),
(33903,'field:6',0,1,' nicholas wynn '),
(33903,'field:7',0,1,' nicholasjwynn gmail com '),
(33903,'field:8',0,1,''),
(33903,'field:9',0,1,' resident family support '),
(33903,'title',0,1,' 2026 02 23 12 19 24 '),
(33907,'field:10',0,1,' we are looking for a sub acute rehab facility for my wife who just had open heart surgery is currently in the hospital '),
(33907,'field:18',0,1,' https ccparkplace com contact '),
(33907,'field:19',0,1,' info ccparkplace com '),
(33907,'field:28',0,1,' complete care at park place '),
(33907,'field:6',0,1,' gary tinkel '),
(33907,'field:7',0,1,' hilbren comcaest net '),
(33907,'field:8',0,1,''),
(33907,'field:9',0,1,' general inquiry '),
(33907,'title',0,1,' 2026 02 23 12 59 28 '),
(33908,'field:10',0,1,' hello i am the theater director at greenfield high school and i would like to invite your residents to our spring performance of guys and dolls a musical fable of broadway the show is set in 1930 and is part of the golden age of broadway i believe your residents would greatly enjoy the production as they likely know several of the songs including sit down youre rocking the boat and luck be a lady our performances are friday march 20 and thursday march 21 at 7pm and sunday march 22 at 1pm the greenfield pac is located at 4800 s 60th street greenfield wi if you would like to bring a group wed be glad to offer a discounted ticket price of $8 ea instead of our usual $10 we have handicap accessible seating in the theater as well if i can be of assistance in booking tickets for a group please let me know '),
(33908,'field:18',0,1,' https mycompletecare com contact '),
(33908,'field:19',0,1,' hlabatch completecaremgmt com '),
(33908,'field:28',0,1,' complete care at southpointe '),
(33908,'field:6',0,1,' kelsy brookins '),
(33908,'field:7',0,1,' kbrookins greenfield k12 wi us '),
(33908,'field:8',0,1,' greenfield high school '),
(33908,'field:9',0,1,' other '),
(33908,'title',0,1,' 2026 02 23 13 15 58 '),
(33909,'field:12',0,1,' ashton miller '),
(33909,'field:13',0,1,' ashtongrace123 icloud com '),
(33909,'field:14',0,1,' 3044904948 '),
(33909,'field:15',0,1,' files resumes resume 2026 02 23 183054 anlv pdf '),
(33909,'field:16',0,1,' maintenance housekeeping '),
(33909,'field:17',0,1,' i havent experienced a housekeeping job yet but ive always wanted to work in a nursing home so this will be a great start i have experience in serving also hosting '),
(33909,'field:20',0,1,' https completecareoakridge com careers '),
(33909,'field:21',0,1,' careers completecareoakridge com '),
(33909,'field:29',0,1,' complete care at oak ridge '),
(33909,'title',0,1,' 2026 02 23 13 30 54 '),
(33910,'alt',0,1,''),
(33910,'extension',0,1,' pdf '),
(33910,'filename',0,1,' resume 2026 02 23 183054 anlv pdf '),
(33910,'kind',0,1,' pdf '),
(33910,'slug',0,1,''),
(33910,'title',0,1,' resume '),
(33916,'field:12',0,1,' kamya bailey '),
(33916,'field:13',0,1,' kamyaa baileyyy gmail com '),
(33916,'field:14',0,1,' 3026871568 '),
(33916,'field:15',0,1,' files resumes my resume 2026 02 23 194654 yjkz pdf '),
(33916,'field:16',0,1,' dietary food service '),
(33916,'field:17',0,1,' dear hiring manager i am writing to apply for the dietary aide position at your facility i am someone who takes pride in being dependable respectful and detail oriented especially in environments where care and teamwork are important i enjoy working in roles where i can be helpful and contribute to others well being i understand how important nutrition cleanliness and consistency are in a healthcare setting and i always do my best to make sure tasks are completed correctly and efficiently i am calm under pressure willing to learn and take responsibility for my work as a student in a nursing technology program i am developing a strong foundation in professionalism safety and compassionate care which i bring into every job i take on i am eager to continue gaining experience in a care focused environment and to be part of a team that values quality service and respect thank you for your time and consideration i would appreciate the opportunity to further discuss my interest in this position sincerely kamya bailey 302 687 1568 kamyaa baileyyy gmail com '),
(33916,'field:20',0,1,' https ccsilverlake com careers '),
(33916,'field:21',0,1,' careers ccsilverlake com '),
(33916,'field:29',0,1,' complete care at silver lake '),
(33916,'title',0,1,' 2026 02 23 14 46 54 '),
(33917,'alt',0,1,''),
(33917,'extension',0,1,' pdf '),
(33917,'filename',0,1,' my resume 2026 02 23 194654 yjkz pdf '),
(33917,'kind',0,1,' pdf '),
(33917,'slug',0,1,''),
(33917,'title',0,1,' my resume '),
(33918,'field:10',0,1,' available male stc bed '),
(33918,'field:18',0,1,' https mycompletecare com contact '),
(33918,'field:19',0,1,' hlabatch completecaremgmt com '),
(33918,'field:28',0,1,' complete care at brackenville '),
(33918,'field:6',0,1,' janel walls csw '),
(33918,'field:7',0,1,' jewalls autumnhc net '),
(33918,'field:8',0,1,''),
(33918,'field:9',0,1,' general inquiry '),
(33918,'title',0,1,' 2026 02 23 14 54 58 '),
(33919,'field:10',0,1,' good afternoon i am looking for assisted independent living arrangement for my aunt martha parra she is currently in a skilled nursing facility please call me at your earliest convenience to go over details thank you in advance '),
(33919,'field:18',0,1,' https ccbrakeleypark com contact '),
(33919,'field:19',0,1,' info ccbrakeleypark com '),
(33919,'field:28',0,1,' complete care at brakeley park '),
(33919,'field:6',0,1,' tara flores '),
(33919,'field:7',0,1,' tstar0720 icloud com '),
(33919,'field:8',0,1,''),
(33919,'field:9',0,1,' resident family support '),
(33919,'title',0,1,' 2026 02 23 15 00 22 '),
(33932,'field:10',0,1,' are there anywaiting list for skilled nursing '),
(33932,'field:18',0,1,' https mycompletecare com contact '),
(33932,'field:19',0,1,' hlabatch completecaremgmt com '),
(33932,'field:28',0,1,' complete care at berkshire '),
(33932,'field:6',0,1,' michael blatt '),
(33932,'field:7',0,1,' blatt186 gmail com '),
(33932,'field:8',0,1,''),
(33932,'field:9',0,1,' general inquiry '),
(33932,'title',0,1,' 2026 02 23 15 17 07 '),
(33933,'field:10',0,1,' are there any waiting list for skilled nursing '),
(33933,'field:18',0,1,' https mycompletecare com contact '),
(33933,'field:19',0,1,' hlabatch completecaremgmt com '),
(33933,'field:28',0,1,''),
(33933,'field:6',0,1,' michael blatt '),
(33933,'field:7',0,1,' blatt186 gmail com '),
(33933,'field:8',0,1,''),
(33933,'field:9',0,1,' general inquiry '),
(33933,'title',0,1,' 2026 02 23 15 17 58 '),
(33934,'field:10',0,1,' i hope this message finds you well i am currently a dnp student embarking on my evidence based practice project my project focuses on implementing the five wishes document within advanced care planning conversations i am seeking the opportunity to conduct this initiative at a complete care facility i have secured approval from the human subjects review committee hsrc for my dnp research contingent upon receiving site approval this project aligns with the shared goals of enhancing patient outcomes optimizing staff workflow promoting person centered care and advancing evidence based practice i would greatly appreciate the chance to meet with you in person to discuss this initiative further please let me know your availability for a brief discussion i am prepared to submit a formal proposal detailing the projects purpose methodology time commitment and anticipated impact thank you for your time and consideration respectfully krystal sierra dnp student 302 222 1865 '),
(33934,'field:18',0,1,' https mycompletecare com contact '),
(33934,'field:19',0,1,' hlabatch completecaremgmt com '),
(33934,'field:28',0,1,' complete care at hillside '),
(33934,'field:6',0,1,' krystal sierra '),
(33934,'field:7',0,1,' ksierra002 my wilmu edu '),
(33934,'field:8',0,1,' wilmington university '),
(33934,'field:9',0,1,' other '),
(33934,'title',0,1,' 2026 02 23 15 24 24 '),
(33946,'alt',0,1,''),
(33946,'extension',0,1,' jpg '),
(33946,'filename',0,1,' photo1 2026 02 23 214815 kmzl jpg '),
(33946,'kind',0,1,' image '),
(33946,'slug',0,1,''),
(33946,'title',0,1,' photo1 '),
(33948,'alt',0,1,''),
(33948,'extension',0,1,' jpg '),
(33948,'filename',0,1,' photo1 2026 02 23 214821 tbgd jpg '),
(33948,'kind',0,1,' image '),
(33948,'slug',0,1,''),
(33948,'title',0,1,' photo1 '),
(33952,'field:12',0,1,' barbara a crawn '),
(33952,'field:13',0,1,' barbaracrawn5 gmail com '),
(33952,'field:14',0,1,' 17327755500 '),
(33952,'field:15',0,1,''),
(33952,'field:16',0,1,' dietary food service '),
(33952,'field:17',0,1,' im retired and i worked for hackensack meridian healthcare for 28 years and i want to get back into this field again thank you for your time '),
(33952,'field:20',0,1,' https ccoceangrove com careers '),
(33952,'field:21',0,1,' careers ccoceangrove com '),
(33952,'field:29',0,1,' complete care at ocean grove '),
(33952,'title',0,1,' 2026 02 23 17 11 43 '),
(33953,'field:10',0,1,' hello i am looking into housing options and support for my parents who live in manitowoc wi my mom needs memory care support my dad needs caregiver support thank you '),
(33953,'field:18',0,1,' https mycompletecare com contact '),
(33953,'field:19',0,1,' hlabatch completecaremgmt com '),
(33953,'field:28',0,1,' complete care at manitowoc '),
(33953,'field:6',0,1,' jennifer glueckert '),
(33953,'field:7',0,1,' jglue2002 yahoo com '),
(33953,'field:8',0,1,''),
(33953,'field:9',0,1,' resident family support '),
(33953,'title',0,1,' 2026 02 23 17 14 32 '),
(33954,'field:10',0,1,' hi hailey i left you a voicemail today regarding my parents who live in manitowoc my mom needs memory care support and my dad needs caregiver support they currently live independently but we would like to get options and things in place for the near future thank you jennifer '),
(33954,'field:18',0,1,' https ccmanitowoc com contact '),
(33954,'field:19',0,1,' info ccmanitowoc com '),
(33954,'field:28',0,1,' complete care at manitowoc '),
(33954,'field:6',0,1,' jennifer glueckert '),
(33954,'field:7',0,1,' jglue2002 yahoo com '),
(33954,'field:8',0,1,''),
(33954,'field:9',0,1,' resident family support '),
(33954,'title',0,1,' 2026 02 23 17 18 00 '),
(33956,'field:10',0,1,' i hope this message finds you well my name is nicole buckley and i work at insmed inc headquartered just across the street from complete care at green knoll in march we will be hosting our global hr meeting and as part of our agenda we are organizing a giveback activity in which our team will create floral arrangements we would love to donate these arrangements to your community for distribution to residents would complete care at green knoll be interested in receiving approximately 25 flower arrangements on march 19th we would be happy to coordinate delivery at a time that is most convenient for your team please let me know if this is something that would be of interest and if there are any guidelines we should be aware of thank you for all that you do for your residents and the community best regards nicole buckley '),
(33956,'field:18',0,1,' https ccgreenknoll com contact '),
(33956,'field:19',0,1,' info ccgreenknoll com '),
(33956,'field:28',0,1,' complete care at green knoll '),
(33956,'field:6',0,1,' nicole buckley '),
(33956,'field:7',0,1,' nicole buckley insmed com '),
(33956,'field:8',0,1,' insmed incorporated '),
(33956,'field:9',0,1,' general inquiry '),
(33956,'title',0,1,' 2026 02 23 17 24 22 '),
(33968,'field:12',0,1,' adeolutola '),
(33968,'field:13',0,1,' bolaepic gmail com '),
(33968,'field:14',0,1,' 9732802245 '),
(33968,'field:15',0,1,' files resumes updated 2026 adebola olutola resume pdf '),
(33968,'field:16',0,1,' administrative business office hr staffing social services '),
(33968,'field:17',0,1,' dear hiring manager i am writing to express my interest in a mental health counseling internship opportunity within your organization with a professional background as an executive assistant and a strong commitment to pursuing a career in counseling i am eager to gain hands on experience that will allow me to integrate my administrative expertise with my passion for supporting individuals emotional well being in my role as an executive assistant and talent operations professional with 10 years experience i have developed strong organizational communication and interpersonal skills that translate well into clinical environments i am experienced in managing sensitive information with discretion coordinating complex schedules and creating supportive structured environments skills that i believe are essential when working in mental health settings these experiences have strengthened my ability to remain calm under pressure listen attentively and respond with empathy and professionalism my counseling approach is grounded in empathy cultural humility and a strengths based perspective i strive to create a safe collaborative space where individuals feel heard respected and empowered to explore their experiences i am particularly drawn to approaches that emphasize self awareness resilience and practical coping strategies as i believe meaningful change occurs when clients feel supported while building on their existing strengths as i continue my academic and professional journey toward becoming a clinical mental health counselor i am particularly interested in opportunities that will allow me to observe clinical practice support program operations and contribute to client centered services i am motivated to learn receptive to feedback and committed to upholding ethical standards cultural responsiveness and compassionate care in all interactions i would be honored to contribute my dedication reliability and genuine passion for the counseling field to your team thank you for considering my application i would welcome the opportunity to further discuss how my background and career goals align with your internship program sincerely adebola olutola 973 280 2245 bolaepic gmail com '),
(33968,'field:20',0,1,' https ccorangepark com careers '),
(33968,'field:21',0,1,' careers ccorangepark com '),
(33968,'field:29',0,1,' complete care at orange park '),
(33968,'title',0,1,' 2026 02 23 20 50 37 '),
(33969,'alt',0,1,''),
(33969,'extension',0,1,' pdf '),
(33969,'filename',0,1,' updated 2026 adebola olutola resume pdf '),
(33969,'kind',0,1,' pdf '),
(33969,'slug',0,1,''),
(33969,'title',0,1,' updated 2026 adebola olutola resume '),
(33981,'alt',0,1,''),
(33981,'extension',0,1,' jpg '),
(33981,'filename',0,1,' photo1 2026 02 24 040657 ywoz jpg '),
(33981,'kind',0,1,' image '),
(33981,'slug',0,1,''),
(33981,'title',0,1,' photo1 '),
(33983,'alt',0,1,''),
(33983,'extension',0,1,' jpg '),
(33983,'filename',0,1,' photo1 2026 02 24 040706 jiut jpg '),
(33983,'kind',0,1,' image '),
(33983,'slug',0,1,''),
(33983,'title',0,1,' photo1 '),
(34041,'field:12',0,1,' olivia coombs '),
(34041,'field:13',0,1,' coombsolivia2016 gmail com '),
(34041,'field:14',0,1,' 7085415048 '),
(34041,'field:15',0,1,' files resumes officialcoombs pdf '),
(34041,'field:16',0,1,' activities recreation administrative business office dietary food service hr staffing maintenance housekeeping nursing recruitment social services volunteer opportunities '),
(34041,'field:17',0,1,' well experienced nursing assistant in the market for an employment opportunity '),
(34041,'field:20',0,1,' https completecareblvd com careers '),
(34041,'field:21',0,1,' careers completecareblvd com '),
(34041,'field:29',0,1,' complete care at the boulevard '),
(34041,'title',0,1,' 2026 02 24 01 15 47 '),
(34042,'alt',0,1,''),
(34042,'extension',0,1,' pdf '),
(34042,'filename',0,1,' officialcoombs pdf '),
(34042,'kind',0,1,' pdf '),
(34042,'slug',0,1,''),
(34042,'title',0,1,' official coombs '),
(34046,'field:10',0,1,' i am reaching out to introduce our services and explore the opportunity to become an approved transportation partner for complete care at clark we specialize in dependable ambulatory and wheelchair medical transportation for resident appointments dialysis treatments specialist visits and hospital transfers our focus is on punctuality professional presentation clear communication with facility staff and respectful service to residents and families as a former hospital patient transporter i understand the importance of smooth care coordination and minimizing delays that affect resident schedules bell cares transportation carries $1 million in liability coverage and is committed to maintaining high safety and reliability standards i would welcome the opportunity to briefly connect and discuss how we can support your transportation needs please feel free to contact me directly at 908 502 8093 i look forward to speaking with you '),
(34046,'field:18',0,1,' https completecareclark com contact '),
(34046,'field:19',0,1,' info completecareclark com '),
(34046,'field:28',0,1,' complete care at clark '),
(34046,'field:6',0,1,' khalil tutt '),
(34046,'field:7',0,1,' khaliltutt12 gmail com '),
(34046,'field:8',0,1,' bell cares transportation '),
(34046,'field:9',0,1,' general inquiry '),
(34046,'title',0,1,' 2026 02 24 01 40 54 '),
(34050,'field:10',0,1,' alex here with commercial cleanrs i left you a voicemail and sent a quick text earlier we work with businesses that are tired of unreliable cleaning rotating staff or having to follow up on the same issues over and over our focus is simple consistent professional cleaning without the management headache if youre open to it i can put together a no obligation cleaning estimate or we can do a quick call to see if switching would even make sense would you be open to a brief conversation this week thanks alex bridgman sales representative commercial cleanrs alexb commercialcleanrsinc com respond with stop to optout '),
(34050,'field:18',0,1,' https mycompletecare com contact '),
(34050,'field:19',0,1,' hlabatch completecaremgmt com '),
(34050,'field:28',0,1,''),
(34050,'field:6',0,1,' alex bridgman '),
(34050,'field:7',0,1,' alexb commercialcleanrsinc com '),
(34050,'field:8',0,1,' commercial cleanrs '),
(34050,'field:9',0,1,' general inquiry '),
(34050,'title',0,1,' 2026 02 24 02 34 10 '),
(34137,'alt',0,1,''),
(34137,'extension',0,1,' jpg '),
(34137,'filename',0,1,' photo1 2026 02 24 124410 lhlz jpg '),
(34137,'kind',0,1,' image '),
(34137,'slug',0,1,''),
(34137,'title',0,1,' photo1 '),
(34139,'alt',0,1,''),
(34139,'extension',0,1,' jpg '),
(34139,'filename',0,1,' photo1 2026 02 24 124415 xunr jpg '),
(34139,'kind',0,1,' image '),
(34139,'slug',0,1,''),
(34139,'title',0,1,' photo1 '),
(34182,'field:10',0,1,' hi i hope youre doing well im reaching out to introduce pro medsole rcm where we support healthcare providers with insurance credentialing medicare medicaid and commercial plans llc formation licensing and complete medical billing services headquartered in mesa az with offices in tx nj and ny we proudly serve 700 billing clients and 1 200 credentialing clients nationwide our experienced teams handle credentialing billing licensing llc registration and virtual assistant services all designed to simplify your administrative workload we also offer added benefits like practice audits ehr emr setup eft enrollment contract support portal updates caqh pecos availity and a one month free billing trial at no extra cost if youre open to a quick zoom call id love to learn about your current setup and explore how we can help and if its not a fit feel free to send over your best good natured insult well both get a laugh and ill respectfully bow out thanks for your time '),
(34182,'field:18',0,1,' https ccatgreenacres com contact '),
(34182,'field:19',0,1,' info ccatgreenacres com '),
(34182,'field:28',0,1,' complete care at green acres '),
(34182,'field:6',0,1,' chris carter '),
(34182,'field:7',0,1,' chris medsolercm com '),
(34182,'field:8',0,1,' pro medsole rcm '),
(34182,'field:9',0,1,' general inquiry '),
(34182,'title',0,1,' 2026 02 24 08 42 58 '),
(34185,'field:12',0,1,' janice dilligard '),
(34185,'field:13',0,1,' dilljae9 gmail com '),
(34185,'field:14',0,1,' 973 393 7225 '),
(34185,'field:15',0,1,' files resumes janice r dilligard pdf '),
(34185,'field:16',0,1,' nursing '),
(34185,'field:17',0,1,' interested in engaging in a class that involves cna i do have experience in chha and i can provide a updated resume '),
(34185,'field:20',0,1,' https ccvoorhees com careers '),
(34185,'field:21',0,1,' careers ccvoorhees com '),
(34185,'field:29',0,1,' complete care at voorhees '),
(34185,'title',0,1,' 2026 02 24 09 04 37 '),
(34186,'alt',0,1,''),
(34186,'extension',0,1,' pdf '),
(34186,'filename',0,1,' janice r dilligard pdf '),
(34186,'kind',0,1,' pdf '),
(34186,'slug',0,1,''),
(34186,'title',0,1,' janice r dilligard '),
(34202,'alt',0,1,''),
(34202,'extension',0,1,' jpg '),
(34202,'filename',0,1,' photo1 2026 02 24 145628 vjrh jpg '),
(34202,'kind',0,1,' image '),
(34202,'slug',0,1,''),
(34202,'title',0,1,' photo1 '),
(34204,'alt',0,1,''),
(34204,'extension',0,1,' jpg '),
(34204,'filename',0,1,' photo1 2026 02 24 145632 kmbk jpg '),
(34204,'kind',0,1,' image '),
(34204,'slug',0,1,''),
(34204,'title',0,1,' photo1 '),
(34207,'alt',0,1,''),
(34207,'extension',0,1,' jpg '),
(34207,'filename',0,1,' ocean ad jpg '),
(34207,'kind',0,1,' image '),
(34207,'slug',0,1,''),
(34207,'title',0,1,' ocean ad '),
(34229,'field:12',0,1,' tawana tomaw '),
(34229,'field:13',0,1,' ttomaw09 icloud com '),
(34229,'field:14',0,1,' 4147085452 '),
(34229,'field:15',0,1,''),
(34229,'field:16',0,1,' dietary food service '),
(34229,'field:17',0,1,' no available resume '),
(34229,'field:20',0,1,' https ccsouthpointe com careers '),
(34229,'field:21',0,1,' careers ccsouthpointe com '),
(34229,'field:29',0,1,' complete care at southpointe '),
(34229,'title',0,1,' 2026 02 24 11 56 14 '),
(34240,'field:10',0,1,' i wasnt sure exactly how to reach out not having a direct email for ed or elizabeth i had an interview with elizabeth and ed on friday 2 19 2026and wanted to thank them both for meeting with me and considering me for a position at complete care i really enjoyed meeting you '),
(34240,'field:18',0,1,' https ccphillipsburg com contact '),
(34240,'field:19',0,1,' info ccphillipsburg com '),
(34240,'field:28',0,1,' complete care at phillipsburg '),
(34240,'field:6',0,1,' debra wolfe '),
(34240,'field:7',0,1,' nursedebra07825 yahoo com '),
(34240,'field:8',0,1,''),
(34240,'field:9',0,1,' careers '),
(34240,'title',0,1,' 2026 02 24 12 11 58 '),
(34301,'field:12',0,1,' asaad morris '),
(34301,'field:13',0,1,' saadieajm03 gmail com '),
(34301,'field:14',0,1,' 9084052442 '),
(34301,'field:15',0,1,' files resumes asaad morris resume pdf '),
(34301,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(34301,'field:17',0,1,' good afternoon attached is my resume im currently seeking employment and im interested in your recreation position '),
(34301,'field:20',0,1,' https mycompletecare com careers '),
(34301,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(34301,'field:29',0,1,' complete care at plainfield '),
(34301,'title',0,1,' 2026 02 24 13 12 57 '),
(34302,'alt',0,1,''),
(34302,'extension',0,1,' pdf '),
(34302,'filename',0,1,' asaad morris resume pdf '),
(34302,'kind',0,1,' pdf '),
(34302,'slug',0,1,''),
(34302,'title',0,1,' asaad morris resume '),
(34317,'field:10',0,1,' i need the management number to follow up with my benefits '),
(34317,'field:18',0,1,' https mycompletecare com contact '),
(34317,'field:19',0,1,' hlabatch completecaremgmt com '),
(34317,'field:28',0,1,' complete care at monmouth '),
(34317,'field:6',0,1,' emily wanyoike '),
(34317,'field:7',0,1,' emmawanyoike gmail com '),
(34317,'field:8',0,1,''),
(34317,'field:9',0,1,' other '),
(34317,'title',0,1,' 2026 02 24 14 19 54 '),
(34319,'field:12',0,1,' zaniy lowery '),
(34319,'field:13',0,1,' zaniy301105 icloud com '),
(34319,'field:14',0,1,' 9738517807 '),
(34319,'field:15',0,1,' files resumes zaniy lowery resume pdf '),
(34319,'field:16',0,1,' dietary food service '),
(34319,'field:17',0,1,' im interested in working dietary i dont have that much experience but i do have food experience '),
(34319,'field:20',0,1,' https ccfairlawnedge com careers '),
(34319,'field:21',0,1,' careers ccfairlawnedge com '),
(34319,'field:29',0,1,' complete care at fair lawn edge '),
(34319,'title',0,1,' 2026 02 24 14 26 39 '),
(34320,'alt',0,1,''),
(34320,'extension',0,1,' pdf '),
(34320,'filename',0,1,' zaniy lowery resume pdf '),
(34320,'kind',0,1,' pdf '),
(34320,'slug',0,1,''),
(34320,'title',0,1,' zaniy lowery resume '),
(34323,'field:12',0,1,' brien pennington '),
(34323,'field:13',0,1,' brienpennington gmail com '),
(34323,'field:14',0,1,' 7327680181 '),
(34323,'field:15',0,1,' files resumes resume 2 2026 02 24 193814 grkq pdf '),
(34323,'field:16',0,1,' maintenance housekeeping '),
(34323,'field:17',0,1,' i am eager to contribute to the teams success within the facility my aim is to collaborate effectively and support all operational goals i believe in fostering a positive and productive work environment i am committed to assisting wherever my skills can be of service i look forward to being a valuable asset to the team '),
(34323,'field:20',0,1,' https ccbayshore com careers '),
(34323,'field:21',0,1,' careers ccbayshore com '),
(34323,'field:29',0,1,' complete care at bayshore '),
(34323,'title',0,1,' 2026 02 24 14 38 14 '),
(34324,'alt',0,1,''),
(34324,'extension',0,1,' pdf '),
(34324,'filename',0,1,' resume 2 2026 02 24 193814 grkq pdf '),
(34324,'kind',0,1,' pdf '),
(34324,'slug',0,1,''),
(34324,'title',0,1,' resume 2 '),
(34326,'alt',0,1,''),
(34326,'extension',0,1,' jpg '),
(34326,'filename',0,1,' photo1 2026 02 24 194456 mzst jpg '),
(34326,'kind',0,1,' image '),
(34326,'slug',0,1,''),
(34326,'title',0,1,' photo1 '),
(34328,'alt',0,1,''),
(34328,'extension',0,1,' jpg '),
(34328,'filename',0,1,' photo1 2026 02 24 194500 niya jpg '),
(34328,'kind',0,1,' image '),
(34328,'slug',0,1,''),
(34328,'title',0,1,' photo1 '),
(34332,'field:10',0,1,' hello im looking to get i im looking to get initial information from you and complete care regarding my mother sharon backhaus she currently reside in valders our family believes that it will be in her best interest to have more complete day to day memory care it would be great to get more information on the process and possibilities for her going forward my phone is 402 515 6052 '),
(34332,'field:18',0,1,' https ccmanitowoc com contact '),
(34332,'field:19',0,1,' info ccmanitowoc com '),
(34332,'field:28',0,1,' complete care at manitowoc '),
(34332,'field:6',0,1,' mary griep '),
(34332,'field:7',0,1,' marygriep1 gmail com '),
(34332,'field:8',0,1,' home '),
(34332,'field:9',0,1,' general inquiry '),
(34332,'title',0,1,' 2026 02 24 14 55 08 '),
(34333,'field:1',0,1,' stefanie hamenia '),
(34333,'field:2',0,1,' stefanie hamenia gmail com '),
(34333,'field:22',0,1,' https mycompletecare com volunteer '),
(34333,'field:23',0,1,' volunteer completecaremgmt com '),
(34333,'field:3',0,1,' 9084726469 '),
(34333,'field:4',0,1,' complete care at brakeley park '),
(34333,'field:5',0,1,' interested in visiting with my girl scout troop so they can earn one of their badges '),
(34333,'title',0,1,' 2026 02 24 14 56 32 '),
(34344,'field:12',0,1,' luis andino '),
(34344,'field:13',0,1,' luisandino0730 icloud com '),
(34344,'field:14',0,1,' 2037684670 '),
(34344,'field:15',0,1,''),
(34344,'field:16',0,1,' dietary food service '),
(34344,'field:17',0,1,' i am a 17 year old naugatuck high school student interested in the dietary food service position at glendale i am responsible dependable and eager to learn i work well with others and take pride in completing my tasks carefully and on time i would appreciate the opportunity to contribute to your team and support residents in a positive and respectful way thank you '),
(34344,'field:20',0,1,' https completecareglendale com careers '),
(34344,'field:21',0,1,' careers completecareglendale com '),
(34344,'field:29',0,1,' complete care at glendale '),
(34344,'title',0,1,' 2026 02 24 15 40 13 '),
(34347,'field:1',0,1,' teresa covell '),
(34347,'field:2',0,1,' terryione1959 gmail com '),
(34347,'field:22',0,1,' https mycompletecare com volunteer '),
(34347,'field:23',0,1,' volunteer completecaremgmt com '),
(34347,'field:3',0,1,' 9088944369 '),
(34347,'field:4',0,1,' complete care at green knoll '),
(34347,'field:5',0,1,' im a member of somerset hills harmony and would like to see if i can get a quartet together to sing and or provide other kinds of activities interaction with the residents on the memory care unit '),
(34347,'title',0,1,' 2026 02 24 15 43 04 '),
(34350,'field:12',0,1,' maria '),
(34350,'field:13',0,1,' mariamancia30 yahoo com '),
(34350,'field:14',0,1,' 9089175312 '),
(34350,'field:15',0,1,' files resumes 10d674ae 59d9 41a9 a345 5ca5e328436b jpeg '),
(34350,'field:16',0,1,' dietary food service maintenance housekeeping '),
(34350,'field:17',0,1,' i am interested in food service and housekeeping positions '),
(34350,'field:20',0,1,' https mycompletecare com careers '),
(34350,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(34350,'field:29',0,1,' complete care at plainfield '),
(34350,'title',0,1,' 2026 02 24 16 49 45 '),
(34351,'alt',0,1,''),
(34351,'extension',0,1,' jpeg '),
(34351,'filename',0,1,' 10d674ae 59d9 41a9 a345 5ca5e328436b jpeg '),
(34351,'kind',0,1,' image '),
(34351,'slug',0,1,''),
(34351,'title',0,1,' 10 d674 ae 59 d9 41 a9 a345 5 ca5 e328436 b '),
(34353,'alt',0,1,''),
(34353,'extension',0,1,' jpeg '),
(34353,'filename',0,1,' 10d674ae 59d9 41a9 a345 5ca5e328436b 2026 02 24 214959 hmif jpeg '),
(34353,'kind',0,1,' image '),
(34353,'slug',0,1,''),
(34353,'title',0,1,' 10 d674 ae 59 d9 41 a9 a345 5 ca5 e328436 b '),
(34359,'field:10',0,1,' testing the form please ignore '),
(34359,'field:18',0,1,' https completecarebarnhill com contact '),
(34359,'field:19',0,1,' info completecarebarnhill com '),
(34359,'field:28',0,1,' complete care at barn hill '),
(34359,'field:6',0,1,' grace '),
(34359,'field:7',0,1,' goleary completecaremgmt com '),
(34359,'field:8',0,1,''),
(34359,'field:9',0,1,' general inquiry '),
(34359,'title',0,1,' 2026 02 24 17 48 06 '),
(34365,'field:12',0,1,' camille a ong '),
(34365,'field:13',0,1,' camille ong22 gmail com '),
(34365,'field:14',0,1,' 15512096841 '),
(34365,'field:15',0,1,' files resumes camille ong resume 2026 pdf '),
(34365,'field:16',0,1,' dietary food service '),
(34365,'field:17',0,1,' professional summary hospital food service cook with 5 years in patient and retail operations cross‑trained across every station trusted shift leader strong with therapeutic diets mydining cash handling and trayline timing '),
(34365,'field:20',0,1,' https ccorangepark com careers '),
(34365,'field:21',0,1,' careers ccorangepark com '),
(34365,'field:29',0,1,' complete care at orange park '),
(34365,'title',0,1,' 2026 02 24 18 27 37 '),
(34366,'alt',0,1,''),
(34366,'extension',0,1,' pdf '),
(34366,'filename',0,1,' camille ong resume 2026 pdf '),
(34366,'kind',0,1,' pdf '),
(34366,'slug',0,1,''),
(34366,'title',0,1,' camille ong resume 2026 '),
(34368,'field:1',0,1,' john matthew terranova '),
(34368,'field:2',0,1,' jmtterranova1220 gmail com '),
(34368,'field:22',0,1,' https mycompletecare com volunteer '),
(34368,'field:23',0,1,' volunteer completecaremgmt com '),
(34368,'field:3',0,1,' 3045461155 '),
(34368,'field:4',0,1,' complete care at oak ridge '),
(34368,'field:5',0,1,' i am very interested in volunteering i want to make a difference in someones life listening to memories stories music and exploring their interests i look forward to your response respectfully john terranova '),
(34368,'title',0,1,' 2026 02 24 19 01 59 '),
(34369,'field:1',0,1,' john matthew terranova '),
(34369,'field:2',0,1,' jmtterranova1220 gmail com '),
(34369,'field:22',0,1,' https mycompletecare com volunteer '),
(34369,'field:23',0,1,' volunteer completecaremgmt com '),
(34369,'field:3',0,1,' 3045461155 '),
(34369,'field:4',0,1,' complete care at oak ridge '),
(34369,'field:5',0,1,' i am very interested in volunteering i want to make a difference in someones life listening to memories stories music etc meeting the needs of folks exploring their interest s '),
(34369,'title',0,1,' 2026 02 24 19 04 56 '),
(34371,'field:12',0,1,' sheron spencer '),
(34371,'field:13',0,1,' sheronspencer74 gmail com '),
(34371,'field:14',0,1,' 14103146830 '),
(34371,'field:15',0,1,' files resumes updated s spencer resume 1 pdf '),
(34371,'field:16',0,1,' nursing '),
(34371,'field:17',0,1,' sheron spencer 4012 ridgecroft rd baltimore maryland 21206 4103146830 sheronspencer74 gmail com dear hiring manager i am writing to express my interest in a position within your healthcare facility i abtained my education and training at health focus inc completing the program with my cna gna and certified medical technician i have completed my clinicals at oakwood care center with a strong foundation as a neighborhood health advocate and experience as a daycare owner and provider i bring a unique combination of compassionate care organizational management and community engagement that i believe aligns well with the goals of your organization in my role as a neighborhood health advocate i worked closely with families to connect them with vital healthcare resources promote wellness education and ensure continuity of care this experience deepened my understanding of the healthcare system and strengthened my ability to communicate effectively with diverse populations as a daycare owner and provider i managed all aspects of operations from scheduling and budgeting to compliance and client relations while fostering a safe and nurturing environment for children and their families this required strong attention to detail multitasking under pressure and building lasting relationships all of which are essential in a medical administrative role i am passionate about helping others and am seeking a role that will allow me to grow professionally while continuing to make a meaningful impact on peoples lives i am eager to bring my dedication adaptability and people first mindset to a medical setting where i can contribute to both patient experience and operational excellence thank you for considering my application i would welcome the opportunity to speak with you about how my background and passion for healthcare can be an asset to your team sincerely sheron spencer '),
(34371,'field:20',0,1,' https ccmultimed com careers '),
(34371,'field:21',0,1,' careers ccmultimed com '),
(34371,'field:29',0,1,' complete care at multi medical center '),
(34371,'title',0,1,' 2026 02 24 19 21 37 '),
(34372,'alt',0,1,''),
(34372,'extension',0,1,' pdf '),
(34372,'filename',0,1,' updated s spencer resume 1 pdf '),
(34372,'kind',0,1,' pdf '),
(34372,'slug',0,1,''),
(34372,'title',0,1,' updated s spencer resume 1 '),
(34376,'field:12',0,1,' wendy ayars '),
(34376,'field:13',0,1,' wendi1109 yahoo com '),
(34376,'field:14',0,1,' 16094080109 '),
(34376,'field:15',0,1,' files resumes wendy ayars resume20260205 190207 pdf '),
(34376,'field:16',0,1,' administrative business office hr staffing '),
(34376,'field:17',0,1,''),
(34376,'field:20',0,1,' https mycompletecare com careers '),
(34376,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(34376,'field:29',0,1,' complete care at court house '),
(34376,'title',0,1,' 2026 02 24 20 30 10 '),
(34377,'alt',0,1,''),
(34377,'extension',0,1,' pdf '),
(34377,'filename',0,1,' wendy ayars resume20260205 190207 pdf '),
(34377,'kind',0,1,' pdf '),
(34377,'slug',0,1,''),
(34377,'title',0,1,' wendy ayars resume20260205 190207 '),
(34445,'field:10',0,1,' i am currently an aide at bayside manor in keansburg i am cpr certified and have my current ppd i have been in the health care for almost 4 years i have been at bayside manor for 9 months and i worked for senior helpers in manalapan for 3 years as a aide i have experience '),
(34445,'field:18',0,1,' https mycompletecare com contact '),
(34445,'field:19',0,1,' hlabatch completecaremgmt com '),
(34445,'field:28',0,1,' complete care at holmdel '),
(34445,'field:6',0,1,' jennifer franklin '),
(34445,'field:7',0,1,' xoxjerseybabyxox gmail com '),
(34445,'field:8',0,1,''),
(34445,'field:9',0,1,' careers '),
(34445,'title',0,1,' 2026 02 24 23 48 54 '),
(34469,'field:10',0,1,' i can volunteer for almost anything however i work in tech so that would be the area i would be most effective '),
(34469,'field:18',0,1,' https mycompletecare com contact '),
(34469,'field:19',0,1,' hlabatch completecaremgmt com '),
(34469,'field:28',0,1,' complete care at hyattsville '),
(34469,'field:6',0,1,' james herrera '),
(34469,'field:7',0,1,' officialgrey duck com '),
(34469,'field:8',0,1,' vision integration technology solutions '),
(34469,'field:9',0,1,' volunteer opportunities '),
(34469,'title',0,1,' 2026 02 25 02 53 46 '),
(34475,'field:12',0,1,' tiosha walker '),
(34475,'field:13',0,1,' tioshawalker42 gmail com '),
(34475,'field:14',0,1,' 2408549352 '),
(34475,'field:15',0,1,' files resumes resume 2026 02 25 080558 agfs pdf '),
(34475,'field:16',0,1,' activities recreation dietary food service '),
(34475,'field:17',0,1,' greetings im tiosha walker a caregiver ive been working as a licensed cna since 2020 ive done home care and facilities im looking forward to join the team '),
(34475,'field:20',0,1,' https cchyattsville com careers '),
(34475,'field:21',0,1,' careers cchyattsville com '),
(34475,'field:29',0,1,' complete care at hyattsville '),
(34475,'title',0,1,' 2026 02 25 03 05 58 '),
(34476,'alt',0,1,''),
(34476,'extension',0,1,' pdf '),
(34476,'filename',0,1,' resume 2026 02 25 080558 agfs pdf '),
(34476,'kind',0,1,' pdf '),
(34476,'slug',0,1,''),
(34476,'title',0,1,' resume '),
(34628,'field:10',0,1,' we are looking for a long term care facility for our sister wanda green hayes i would like to schedule a tour of the facility on friday february 27 2026 after 3 00pm '),
(34628,'field:18',0,1,' https mycompletecare com contact '),
(34628,'field:19',0,1,' hlabatch completecaremgmt com '),
(34628,'field:28',0,1,' complete care at silver lake '),
(34628,'field:6',0,1,' antonia hughes '),
(34628,'field:7',0,1,' antoniahughes3 aol com '),
(34628,'field:8',0,1,''),
(34628,'field:9',0,1,' other '),
(34628,'title',0,1,' 2026 02 25 08 45 07 '),
(34632,'field:10',0,1,' im looking for a skilled nursing long term car facility for my 71 yr old mother i would like to get more information '),
(34632,'field:18',0,1,' https cckensington com contact '),
(34632,'field:19',0,1,' info cckensington com com '),
(34632,'field:28',0,1,' complete care at kensington '),
(34632,'field:6',0,1,' jeania weber '),
(34632,'field:7',0,1,' jeania101 yahoo com '),
(34632,'field:8',0,1,''),
(34632,'field:9',0,1,' other '),
(34632,'title',0,1,' 2026 02 25 08 54 28 '),
(34644,'field:12',0,1,' lexi matt '),
(34644,'field:13',0,1,' alexiamatt1 gmail com '),
(34644,'field:14',0,1,' 9207238105 '),
(34644,'field:15',0,1,''),
(34644,'field:16',0,1,' nursing '),
(34644,'field:17',0,1,' im not a cna but have been a caregiver for 16 years and currently work for skaalen '),
(34644,'field:20',0,1,' https mycompletecare com careers '),
(34644,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(34644,'field:29',0,1,' complete care at nazareth '),
(34644,'title',0,1,' 2026 02 25 10 33 48 '),
(34651,'field:12',0,1,' sam hajhassan '),
(34651,'field:13',0,1,' samtek92 gmail com '),
(34651,'field:14',0,1,' 2014014328 '),
(34651,'field:15',0,1,' files resumes blue and white professional corporate resume pdf '),
(34651,'field:16',0,1,' maintenance housekeeping '),
(34651,'field:17',0,1,''),
(34651,'field:20',0,1,' https ccwaynehills com careers '),
(34651,'field:21',0,1,' info ccwaynehills com '),
(34651,'field:29',0,1,' complete care at wayne hills rehab and respiratory center '),
(34651,'title',0,1,' 2026 02 25 11 12 59 '),
(34652,'alt',0,1,''),
(34652,'extension',0,1,' pdf '),
(34652,'filename',0,1,' blue and white professional corporate resume pdf '),
(34652,'kind',0,1,' pdf '),
(34652,'slug',0,1,''),
(34652,'title',0,1,' blue and white professional corporate resume '),
(34657,'field:12',0,1,' mary ann brown '),
(34657,'field:13',0,1,' mbrown609 yahoo com '),
(34657,'field:14',0,1,' 7736807928 '),
(34657,'field:15',0,1,''),
(34657,'field:16',0,1,' administrative business office '),
(34657,'field:17',0,1,' i am strongly interested in a position with your establishment i have great organizational skills and i am committed to learning and approving my knowledge i am confident that i have the eagerness and the experience to get the job done i have over ten years of data entry and customer service experience i also have over twenty years of computer knowledge and can learn new software quickly i have worked as a front desk security officer so i gained valuable experience in maintaining a high level of respect for others i can remain calm under pressure which allows me to provide a solution to resolve issues so they do not arise in the future with my great attention to detail and my love for people and data accuracy i would be an asset to your business i would be honored to work with you and your talented team i would love the opportunity to talk and discuss how i might contribute to your business '),
(34657,'field:20',0,1,' https ccmargatepark com careers '),
(34657,'field:21',0,1,' careers ccmargatepark com '),
(34657,'field:29',0,1,' complete care at margate park '),
(34657,'title',0,1,' 2026 02 25 11 24 21 '),
(34660,'field:10',0,1,' good morning im mike casalino with redcom we are developers in westfield nj and we are in the process of acquiring an unapproved lot in the rahway avenel nj area we have had multiple meetings with the town and we have agreed on an assisted living use at the site we have developed a concept that shows a 3 story 65 000 sf building with 150 200 units while we think this is the maximum we can build we can go reduce this scope based on an end users requirements is this something complete care would be interested in were very excited about this development opportunity and hope to talk with you about it soon thank you mike casalino '),
(34660,'field:18',0,1,' https mycompletecare com contact '),
(34660,'field:19',0,1,' hlabatch completecaremgmt com '),
(34660,'field:28',0,1,''),
(34660,'field:6',0,1,' michael casalino '),
(34660,'field:7',0,1,' mikec redcomllc com '),
(34660,'field:8',0,1,' redcom design construction '),
(34660,'field:9',0,1,' general inquiry '),
(34660,'title',0,1,' 2026 02 25 11 39 43 '),
(34662,'field:10',0,1,' my mother elizabeth bialecki is a resident there she is there at this time for rehabilitation my sister kathy has been communicating on her behalf but i to have poa she seems to be having bouts of veritgo she thinks it is dizziness but when she describes it to me it sounds like veritgo prior to coming there she fell and hit her head she said someone was going to do an xray but to date no one has done that her issue could be the fall or possibly additional medication can someone look into it and advise i can be reached at 908 910 7832 you can also reach out to kathy since shes been communicating with your staff thank you for your attention to this matter donna guida '),
(34662,'field:18',0,1,' https ccgreenknoll com contact '),
(34662,'field:19',0,1,' info ccgreenknoll com '),
(34662,'field:28',0,1,' complete care at green knoll '),
(34662,'field:6',0,1,' donna l guida '),
(34662,'field:7',0,1,' dguida8190 gmail com '),
(34662,'field:8',0,1,''),
(34662,'field:9',0,1,' resident family support '),
(34662,'title',0,1,' 2026 02 25 11 44 36 '),
(34663,'field:10',0,1,' testing the form please ignore '),
(34663,'field:18',0,1,' https ccwaynehills com contact '),
(34663,'field:19',0,1,' info ccwaynehills com '),
(34663,'field:28',0,1,' complete care at wayne hills rehab and respiratory center '),
(34663,'field:6',0,1,' grace '),
(34663,'field:7',0,1,' goleary completecaremgmt com '),
(34663,'field:8',0,1,''),
(34663,'field:9',0,1,' general inquiry '),
(34663,'title',0,1,' 2026 02 25 11 57 34 '),
(34664,'field:12',0,1,' grace '),
(34664,'field:13',0,1,' goleary completecaremgmt com '),
(34664,'field:14',0,1,' 1234 '),
(34664,'field:15',0,1,''),
(34664,'field:16',0,1,''),
(34664,'field:17',0,1,' testing the form please ignore '),
(34664,'field:20',0,1,' https ccwaynehills com careers '),
(34664,'field:21',0,1,' info ccwaynehills com '),
(34664,'field:29',0,1,' complete care at wayne hills rehab and respiratory center '),
(34664,'title',0,1,' 2026 02 25 11 57 55 '),
(34668,'field:10',0,1,' testing the form please ignore '),
(34668,'field:18',0,1,' https completecareblvd com contact '),
(34668,'field:19',0,1,' info completecareblvd com '),
(34668,'field:28',0,1,' complete care at the boulevard '),
(34668,'field:6',0,1,' grace '),
(34668,'field:7',0,1,' goleary completecaremgmt com '),
(34668,'field:8',0,1,''),
(34668,'field:9',0,1,' general inquiry '),
(34668,'title',0,1,' 2026 02 25 12 07 10 '),
(34669,'field:10',0,1,' testing the form please ignore '),
(34669,'field:18',0,1,' https completecareblvd com contact '),
(34669,'field:19',0,1,' info completecareblvd com '),
(34669,'field:28',0,1,' complete care at the boulevard '),
(34669,'field:6',0,1,' grace '),
(34669,'field:7',0,1,' goleary completecaremgmt com '),
(34669,'field:8',0,1,''),
(34669,'field:9',0,1,' general inquiry '),
(34669,'title',0,1,' 2026 02 25 12 07 43 '),
(34670,'field:12',0,1,' martha kamara '),
(34670,'field:13',0,1,' 1971 gmail com '),
(34670,'field:14',0,1,' 8624366776 '),
(34670,'field:15',0,1,''),
(34670,'field:16',0,1,' nursing '),
(34670,'field:17',0,1,' i have worked as cna in north carolina and i have just moved to willingboro nj 08046 '),
(34670,'field:20',0,1,' https ccmarcella com careers '),
(34670,'field:21',0,1,' careers ccmarcella com '),
(34670,'field:29',0,1,' complete care at marcella '),
(34670,'title',0,1,' 2026 02 25 12 14 11 '),
(34674,'field:10',0,1,' testing please ignore '),
(34674,'field:18',0,1,' https ccmaplegrove com contact '),
(34674,'field:19',0,1,' info ccmaplegrove com '),
(34674,'field:28',0,1,' complete care at maple grove '),
(34674,'field:6',0,1,' grace '),
(34674,'field:7',0,1,' goleary completecaremgmt com '),
(34674,'field:8',0,1,''),
(34674,'field:9',0,1,' general inquiry '),
(34674,'title',0,1,' 2026 02 25 12 19 14 '),
(34685,'field:10',0,1,' i saw there was an opening for a cook i would love to talk to someone about possibly assisting with filling this position '),
(34685,'field:18',0,1,' https mycompletecare com contact '),
(34685,'field:19',0,1,' hlabatch completecaremgmt com '),
(34685,'field:28',0,1,' complete care at harrington court '),
(34685,'field:6',0,1,' ben hafford '),
(34685,'field:7',0,1,' ben hafford wonolo com '),
(34685,'field:8',0,1,' wonolo '),
(34685,'field:9',0,1,' careers '),
(34685,'title',0,1,' 2026 02 25 13 04 54 '),
(34686,'field:10',0,1,' i saw you were hiring for a cook at this location and i would love to talk to someone to see if i could help fill this role '),
(34686,'field:18',0,1,' https mycompletecare com contact '),
(34686,'field:19',0,1,' hlabatch completecaremgmt com '),
(34686,'field:28',0,1,' complete care at meriden '),
(34686,'field:6',0,1,' ben hafford '),
(34686,'field:7',0,1,' ben hafford wonolo com '),
(34686,'field:8',0,1,' wonolo '),
(34686,'field:9',0,1,' general inquiry '),
(34686,'title',0,1,' 2026 02 25 13 05 59 '),
(34695,'field:10',0,1,' we have few claims for one of our patient whose claims are denied by medicare stating facility is responsible for payment since patient was in your facility i would like to know how i should go about getting these claims processed and paid where and how should we submit the claims to the facility '),
(34695,'field:18',0,1,' https ccbeylea com contact '),
(34695,'field:19',0,1,' info ccbeylea com '),
(34695,'field:28',0,1,' complete care at bey lea '),
(34695,'field:6',0,1,' zara kapadia '),
(34695,'field:7',0,1,' zkapadia us fas com '),
(34695,'field:8',0,1,' ocean county foot and anke surgical associates '),
(34695,'field:9',0,1,' general inquiry '),
(34695,'title',0,1,' 2026 02 25 14 10 42 '),
(34705,'field:10',0,1,' please provide email address for your accounts payable department as i have a few outstanding claims that require status thank you '),
(34705,'field:18',0,1,' https mycompletecare com contact '),
(34705,'field:19',0,1,' hlabatch completecaremgmt com '),
(34705,'field:28',0,1,' complete care at manitowoc '),
(34705,'field:6',0,1,' kelly miles '),
(34705,'field:7',0,1,' kelly miles ensemblehp com '),
(34705,'field:8',0,1,' st vincent hospital ensemble '),
(34705,'field:9',0,1,' other '),
(34705,'title',0,1,' 2026 02 25 14 21 24 '),
(34706,'field:1',0,1,' latia cross '),
(34706,'field:2',0,1,' l m cross9020 gmail com '),
(34706,'field:22',0,1,' https mycompletecare com volunteer '),
(34706,'field:23',0,1,' volunteer completecaremgmt com '),
(34706,'field:3',0,1,' 7573227976 '),
(34706,'field:4',0,1,' complete care at la plata '),
(34706,'field:5',0,1,' hello i am interested in volunteering i can read or play games i can help for special events and holidays too '),
(34706,'title',0,1,' 2026 02 25 14 22 50 '),
(34721,'field:10',0,1,' my name is jenifer weyandt and i represent lifeline medical center we specialize in providing compassionate professional mental health services tailored to meet the unique needs of nursing home residents we understand that transitioning into a nursing home can be a difficult experience for many individuals being away from home family and familiar surroundings can lead to feelings of anxiety depression loneliness or adjustment challenges our goal is to help ease that transition and provide residents with the emotional and mental health support they deserve lifeline medical center offers medication management services individual counseling services in person visits directly at your facility convenient telehealth appointments there is no cost to your facility our services are billed directly through the residents insurance our team works closely with facility staff to ensure seamless coordinated care that enhances the overall well being of your residents we would love the opportunity to connect with you learn more about your facilitys needs and discuss how we can support your residents and staff please let us know a convenient time to set up a brief meeting or call thank you for the important work you do every day to care for your residents we would be honored to partner with you warm regards jenifer weyandt lifeline medical center '),
(34721,'field:18',0,1,' https mycompletecare com contact '),
(34721,'field:19',0,1,' hlabatch completecaremgmt com '),
(34721,'field:28',0,1,' complete care at whispering woods '),
(34721,'field:6',0,1,' jenifer weyandt '),
(34721,'field:7',0,1,' jenifer weyandt lifelinemedicalcenter org '),
(34721,'field:8',0,1,' lifeline medical '),
(34721,'field:9',0,1,' general inquiry '),
(34721,'title',0,1,' 2026 02 25 14 37 19 '),
(34723,'field:12',0,1,' shanea millner '),
(34723,'field:13',0,1,' shaneamillner gmail com '),
(34723,'field:14',0,1,' 14437438177 '),
(34723,'field:15',0,1,' files resumes shanea millner resume2 pdf '),
(34723,'field:16',0,1,' dietary food service '),
(34723,'field:17',0,1,' hello i am a food service manager interested and joining the food service team '),
(34723,'field:20',0,1,' http completecareheritage com careers '),
(34723,'field:21',0,1,' careers completecareheritage com '),
(34723,'field:29',0,1,' complete care at heritage '),
(34723,'title',0,1,' 2026 02 25 14 38 38 '),
(34724,'alt',0,1,''),
(34724,'extension',0,1,' pdf '),
(34724,'filename',0,1,' shanea millner resume2 pdf '),
(34724,'kind',0,1,' pdf '),
(34724,'slug',0,1,''),
(34724,'title',0,1,' shanea millner resume2 '),
(34755,'alt',0,1,''),
(34755,'extension',0,1,' jpg '),
(34755,'filename',0,1,' clark admin jpg '),
(34755,'kind',0,1,' image '),
(34755,'slug',0,1,''),
(34755,'title',0,1,' clark admin '),
(34763,'field:1',0,1,' joe trudeau '),
(34763,'field:2',0,1,' magicmiler aol com '),
(34763,'field:22',0,1,' https mycompletecare com volunteer '),
(34763,'field:23',0,1,' volunteer completecaremgmt com '),
(34763,'field:3',0,1,' 2037332910 '),
(34763,'field:4',0,1,' complete care at glendale '),
(34763,'field:5',0,1,' i recently just retired from hospitality food service not sure if this would work but am willing to listen to options i live near by and am available most weekday mornings early afternoons '),
(34763,'title',0,1,' 2026 02 25 14 49 30 '),
(34767,'field:1',0,1,' melissa neczesny '),
(34767,'field:2',0,1,' melissanecz gmail com '),
(34767,'field:22',0,1,' https mycompletecare com volunteer '),
(34767,'field:23',0,1,' volunteer completecaremgmt com '),
(34767,'field:3',0,1,' 7324921691 '),
(34767,'field:4',0,1,' complete care at shrewsbury '),
(34767,'field:5',0,1,' looking for more information on your volunteer program '),
(34767,'title',0,1,' 2026 02 25 14 52 25 '),
(35176,'field:12',0,1,' aniyah jones '),
(35176,'field:13',0,1,' mspretty451 gmail com '),
(35176,'field:14',0,1,' 6092039814 '),
(35176,'field:15',0,1,' files resumes resume20jones20 pdf '),
(35176,'field:16',0,1,' activities recreation maintenance housekeeping '),
(35176,'field:17',0,1,' job applications '),
(35176,'field:20',0,1,' https ccmarcella com careers '),
(35176,'field:21',0,1,' careers ccmarcella com '),
(35176,'field:29',0,1,' complete care at marcella '),
(35176,'title',0,1,' 2026 02 25 16 08 15 '),
(35177,'alt',0,1,''),
(35177,'extension',0,1,' pdf '),
(35177,'filename',0,1,' resume20jones20 pdf '),
(35177,'kind',0,1,' pdf '),
(35177,'slug',0,1,''),
(35177,'title',0,1,' resume20jones20 '),
(35219,'field:10',0,1,' hello i was employed as a dietary aide in approximately august 2025 can you please help me obtain a termination letter '),
(35219,'field:18',0,1,' https completecareberkshire com contact '),
(35219,'field:19',0,1,' info completecareberkshire com '),
(35219,'field:28',0,1,' complete care at berkshire '),
(35219,'field:6',0,1,' ashley clark '),
(35219,'field:7',0,1,' ashleytatclark3 gmail com '),
(35219,'field:8',0,1,' complete care berkshire human resources '),
(35219,'field:9',0,1,' other '),
(35219,'title',0,1,' 2026 02 25 16 09 54 '),
(36026,'field:10',0,1,' to whom it may concern requesting management to contact me in regards to my fathers care and the lack of communication and legal non compliance for an active power of attorney on behalf of your staff at the facility listed above i have extensive email communication and violations documented warranting legal action for your this company regarding the disregard for my fathers care currently at this facility with your staff '),
(36026,'field:18',0,1,' https mycompletecare com contact '),
(36026,'field:19',0,1,' hlabatch completecaremgmt com '),
(36026,'field:28',0,1,' complete care at the boulevard '),
(36026,'field:6',0,1,' kiera '),
(36026,'field:7',0,1,' deree23 gmail com '),
(36026,'field:8',0,1,' us navy '),
(36026,'field:9',0,1,' other '),
(36026,'title',0,1,' 2026 02 25 19 16 45 '),
(36029,'field:10',0,1,' hello i am currently a graduate student in speech language pathology and am very interested in pursuing my clinical fellowship in a medical setting i am writing to inquire whether your facility accepts slps for their clinical fellowship year i would greatly appreciate any information you can provide thank you for your time and consideration '),
(36029,'field:18',0,1,' https ccmonmouth com contact '),
(36029,'field:19',0,1,' info ccmonmouth com '),
(36029,'field:28',0,1,' complete care at monmouth '),
(36029,'field:6',0,1,' alexandra searing '),
(36029,'field:7',0,1,' searingalexandra gmail com '),
(36029,'field:8',0,1,''),
(36029,'field:9',0,1,' careers '),
(36029,'title',0,1,' 2026 02 25 20 11 11 '),
(36030,'field:12',0,1,' stephanie nolen '),
(36030,'field:13',0,1,' stephanienn30 gmail com '),
(36030,'field:14',0,1,' 4142181942 '),
(36030,'field:15',0,1,''),
(36030,'field:16',0,1,' nursing '),
(36030,'field:17',0,1,' stephanie nolen resume '),
(36030,'field:20',0,1,' https ccglendalewest com careers '),
(36030,'field:21',0,1,' careers ccglendalewest com '),
(36030,'field:29',0,1,' complete care at glendale west '),
(36030,'title',0,1,' 2026 02 25 20 33 13 '),
(36033,'alt',0,1,''),
(36033,'extension',0,1,' pdf '),
(36033,'filename',0,1,' stephanie nolen resume 2026 02 26 013456 urnv pdf '),
(36033,'kind',0,1,' pdf '),
(36033,'slug',0,1,''),
(36033,'title',0,1,' stephanie nolen resume '),
(36035,'field:12',0,1,' juan villacis '),
(36035,'field:13',0,1,' villacisleonard gmail com '),
(36035,'field:14',0,1,' 1 732 948 7796 '),
(36035,'field:15',0,1,' files resumes juan villacis resume copy pdf '),
(36035,'field:16',0,1,' dietary food service maintenance housekeeping '),
(36035,'field:17',0,1,' hi my name is juan id love to apply for a position here at complete care i heard about you through a worker of yours who said he was happy with the job and recommended i try applying '),
(36035,'field:20',0,1,' https completecarebrick com careers '),
(36035,'field:21',0,1,' careers completecarebrick com '),
(36035,'field:29',0,1,' complete care at brick '),
(36035,'title',0,1,' 2026 02 25 20 59 24 '),
(36036,'alt',0,1,''),
(36036,'extension',0,1,' pdf '),
(36036,'filename',0,1,' juan villacis resume copy pdf '),
(36036,'kind',0,1,' pdf '),
(36036,'slug',0,1,''),
(36036,'title',0,1,' juan villacis resume copy '),
(36060,'field:10',0,1,' i am wing from ice an la startup with a patent pending premium ph neutral transparent bar soap designed for senior living and skilled nursing facilities we admire complete cares impressive scale and recent recognitions with multiple facilities on the u s news and newsweek best nursing homes lists we understand the challenges of supporting dedicated caregiving teams while protecting residents delicate skin and providing dignified daily experiences we are here to help ices ph neutral formula preserves the elderly skins acid mantle while its crystal clear easy grip design reduces bathing resistance and frees valuable caregiver time if this is relevant to your current priorities i would be glad to share more details upon your reply best regards wing '),
(36060,'field:18',0,1,' https mycompletecare com contact '),
(36060,'field:19',0,1,' hlabatch completecaremgmt com '),
(36060,'field:28',0,1,''),
(36060,'field:6',0,1,' wing yu chan '),
(36060,'field:7',0,1,' info icecleanser com '),
(36060,'field:8',0,1,''),
(36060,'field:9',0,1,' other '),
(36060,'title',0,1,' 2026 02 25 23 36 34 '),
(36131,'field:12',0,1,' wendy maria cespedes '),
(36131,'field:13',0,1,' wendypi55 gmail com '),
(36131,'field:14',0,1,' 14848372376 '),
(36131,'field:15',0,1,''),
(36131,'field:16',0,1,' nursing '),
(36131,'field:17',0,1,' i am a certified nursing assistant with 17 years of experience providing compassionate and reliable patient care i am very interested in joining your team and contributing my skills and dedication to your facility '),
(36131,'field:20',0,1,' https cclehigh com careers '),
(36131,'field:21',0,1,' careers cclehigh com '),
(36131,'field:29',0,1,' complete care at lehigh '),
(36131,'title',0,1,' 2026 02 26 03 59 50 '),
(36139,'alt',0,1,''),
(36139,'extension',0,1,' pdf '),
(36139,'filename',0,1,' wendy m cespedes resume 2025 2026 02 26 091124 etlz pdf '),
(36139,'kind',0,1,' pdf '),
(36139,'slug',0,1,''),
(36139,'title',0,1,' wendy m cespedes resume 2025 '),
(36166,'field:12',0,1,' latonya brown '),
(36166,'field:13',0,1,' latonyab639 gmail com '),
(36166,'field:14',0,1,' 4148017968 '),
(36166,'field:15',0,1,' files resumes newresume2025 pdf '),
(36166,'field:16',0,1,' nursing '),
(36166,'field:17',0,1,' n a '),
(36166,'field:20',0,1,' https ccglendalewest com careers '),
(36166,'field:21',0,1,' careers ccglendalewest com '),
(36166,'field:29',0,1,' complete care at glendale west '),
(36166,'title',0,1,' 2026 02 26 10 34 37 '),
(36167,'alt',0,1,''),
(36167,'extension',0,1,' pdf '),
(36167,'filename',0,1,' newresume2025 pdf '),
(36167,'kind',0,1,' pdf '),
(36167,'slug',0,1,''),
(36167,'title',0,1,' new resume2025 '),
(36170,'field:12',0,1,' nicole wells '),
(36170,'field:13',0,1,' nicolewells469 gmail com '),
(36170,'field:14',0,1,' 4143010889 '),
(36170,'field:15',0,1,' files resumes resume 2026 02 26 154810 smys pdf '),
(36170,'field:16',0,1,' nursing '),
(36170,'field:17',0,1,' hello my name is nicole wells and i am extremely interested in becoming apart of your team i am currently a certified nurse assistant and believe i will be a great addition to your company i would love to hear from you i am always available wednesday friday 10 am thank you so much have a great day '),
(36170,'field:20',0,1,' https ccglendalewest com careers '),
(36170,'field:21',0,1,' careers ccglendalewest com '),
(36170,'field:29',0,1,' complete care at glendale west '),
(36170,'title',0,1,' 2026 02 26 10 48 10 '),
(36171,'alt',0,1,''),
(36171,'extension',0,1,' pdf '),
(36171,'filename',0,1,' resume 2026 02 26 154810 smys pdf '),
(36171,'kind',0,1,' pdf '),
(36171,'slug',0,1,''),
(36171,'title',0,1,' resume '),
(36173,'field:10',0,1,' my name is darron harmon i am an american heart association instructor and a licensed paramedic i have 10 years of experience in emergency medical and transport services throughout my career my passion has been providing life saving care and empowering others with the skills to respond confidently in emergencies i am reaching out to offer cpr training classes to individuals organizations churches schools and community groups throughout the east coast my goal is to continue building strong relationships within the community while expanding access to essential life saving education i am currently available to conduct classes on tuesdays thursdays and weekends training sessions can be tailored to meet the needs of your group whether for workplace readiness community safety or personal knowledge if you are interested in learning more or scheduling a class please feel free to contact me using the information below i would be happy to discuss details and answer any questions thank you for your time and consideration i am excited to begin this journey and look forward to working together to help save lives sincerely darron harmon paramedic medicgrizzinc gmail com '),
(36173,'field:18',0,1,' https mycompletecare com contact '),
(36173,'field:19',0,1,' hlabatch completecaremgmt com '),
(36173,'field:28',0,1,' complete care at berkshire '),
(36173,'field:6',0,1,' darron harmon '),
(36173,'field:7',0,1,' medicgrizzinc gmail com '),
(36173,'field:8',0,1,' medic grizz inc cpr '),
(36173,'field:9',0,1,' general inquiry '),
(36173,'title',0,1,' 2026 02 26 11 00 32 '),
(36177,'field:10',0,1,' good morning wanted to introduce myself as new enrollment coordinator for seniorlife reading would love to meet and discuss seniorlife as a potential resource for vulnerable or at risk residents were a fully funded medicaid program that provides holistic coordinated care at $0 cost to participants allowing them to age with dignity at home feel free to reach out anytime i look forward to hearing from you warmly diana '),
(36177,'field:18',0,1,' https completecareberkshire com contact '),
(36177,'field:19',0,1,' info completecareberkshire com '),
(36177,'field:28',0,1,' complete care at berkshire '),
(36177,'field:6',0,1,' diana vojtasek '),
(36177,'field:7',0,1,' dvojtasek pace cs com '),
(36177,'field:8',0,1,' pace seniorlife of reading '),
(36177,'field:9',0,1,' resident family support '),
(36177,'title',0,1,' 2026 02 26 11 19 27 '),
(36178,'field:10',0,1,' hi just following up on the application i submitted the receptionist position in baraboo wi '),
(36178,'field:18',0,1,' https mycompletecare com contact '),
(36178,'field:19',0,1,' hlabatch completecaremgmt com '),
(36178,'field:28',0,1,' complete care at jefferson meadows '),
(36178,'field:6',0,1,' mackenzie johnson '),
(36178,'field:7',0,1,' mackenziejohnson175 gmail com '),
(36178,'field:8',0,1,' complete careel at jefferson meadows in baraboo '),
(36178,'field:9',0,1,' careers '),
(36178,'title',0,1,' 2026 02 26 11 25 30 '),
(36181,'field:10',0,1,' hi there i have a client i am working with that is looking for a vent bed for her husband and trying to get him closer to home in door county he is currently at a facility in illinois and would like to see if she can get him transferred to your facility if he is eligible as soon as possible if there is a wait list she would like to get on that if someone wouldnt mind calling me at their earliest convenience that would be great my direct number is 920 746 2315 thank you '),
(36181,'field:18',0,1,' https mycompletecare com contact '),
(36181,'field:19',0,1,' hlabatch completecaremgmt com '),
(36181,'field:28',0,1,' complete care at manitowoc '),
(36181,'field:6',0,1,' heather geiger '),
(36181,'field:7',0,1,' hgeiger co door wi gov '),
(36181,'field:8',0,1,' adrc of door county '),
(36181,'field:9',0,1,' general inquiry '),
(36181,'title',0,1,' 2026 02 26 11 47 42 '),
(36182,'field:10',0,1,' hello holly i am a volunteer at malta ministries and we deliver clothing and food to the homeless in groton and new london we have wonderful clothes donated that are not good for folks on the street we gave some to lauren anjelle and were hoping to hear back from her if she wanted needed more i dont have email for her would you know if the first batch of clothing we gave was used thank you judy elliott '),
(36182,'field:18',0,1,' https ccgrotonregency com contact '),
(36182,'field:19',0,1,' info ccgrotonregency com '),
(36182,'field:28',0,1,' complete care at groton regency '),
(36182,'field:6',0,1,' judy elliott '),
(36182,'field:7',0,1,' 123jelliott gmail com '),
(36182,'field:8',0,1,' malta ministries '),
(36182,'field:9',0,1,' other '),
(36182,'title',0,1,' 2026 02 26 11 48 52 '),
(36183,'field:10',0,1,' subject skilled nursing transfer request court approved relocation dear admissions team i am the legal guardian and conservator for my father currently residing in a skilled nursing facility in massachusetts the probate court has approved his relocation to pennsylvania to be closer to family we are seeking a skilled nursing facility that can review him for admission clinical summary age 77 dementia with wandering risk wheelchair level mobility can transfer with assistance no ventilator oxygen or cardiac monitoring required physician documentation supports medically necessary transport we are in the process of medicaid eligibility and can provide full financial documentation immediately a long distance medical transport provider has already been secured twin oaks current facility is prepared to coordinate transfer upon acceptance please let me know if your facility would be willing to review his records for possible admission thank you for your time and consideration dorina opferman legal guardian conservator 412 596 2185 dpsinger16 aol com '),
(36183,'field:18',0,1,' https mycompletecare com contact '),
(36183,'field:19',0,1,' hlabatch completecaremgmt com '),
(36183,'field:28',0,1,' complete care at harston hall '),
(36183,'field:6',0,1,' dorina opferman '),
(36183,'field:7',0,1,' dpsinger16 aol com '),
(36183,'field:8',0,1,''),
(36183,'field:9',0,1,' general inquiry '),
(36183,'title',0,1,' 2026 02 26 12 24 09 '),
(36184,'field:10',0,1,' good afternoon im just contacting to see if my cna application was received '),
(36184,'field:18',0,1,' https mycompletecare com contact '),
(36184,'field:19',0,1,' hlabatch completecaremgmt com '),
(36184,'field:28',0,1,' complete care at glendale '),
(36184,'field:6',0,1,' mateo mateo '),
(36184,'field:7',0,1,' mateodowns7 gmail com '),
(36184,'field:8',0,1,''),
(36184,'field:9',0,1,' careers '),
(36184,'title',0,1,' 2026 02 26 12 37 54 '),
(36190,'field:12',0,1,' kyla campbell '),
(36190,'field:13',0,1,' kylacampbell05 icloud com '),
(36190,'field:14',0,1,' 6082060543 '),
(36190,'field:15',0,1,' files resumes resume 2026 02 26 184718 sxht pdf '),
(36190,'field:16',0,1,' hr staffing '),
(36190,'field:17',0,1,' i would like to see if i qualify for an interview '),
(36190,'field:20',0,1,' https ccmaplegrove com careers '),
(36190,'field:21',0,1,' careers ccmaplegrove com '),
(36190,'field:29',0,1,' complete care at maple grove '),
(36190,'title',0,1,' 2026 02 26 13 47 18 '),
(36191,'alt',0,1,''),
(36191,'extension',0,1,' pdf '),
(36191,'filename',0,1,' resume 2026 02 26 184718 sxht pdf '),
(36191,'kind',0,1,' pdf '),
(36191,'slug',0,1,''),
(36191,'title',0,1,' resume '),
(36194,'field:10',0,1,' hi i hope you are doing well my name is zain jaffar and i am a student at rutgers university new brunswick and founder of the bone health project a student led initiative focused on osteoporosis awareness fracture prevention education and promoting long term mobility in older adults i am reaching out to explore the opportunity to host a free bone health fracture prevention workshop for your residents this educational session would provide practical evidence based information about maintaining strong bones and reducing fracture risk as part of the program we would offer optional frax based fracture risk screenings frax is a widely used evidence based tool that estimates 10 year fracture risk using standard health risk factors participants would receive a summary of their results along with encouragement to discuss findings with their primary care provider the screening is educational in nature and does not replace medical evaluation the workshop would also cover understanding osteoporosis and age related bone loss nutrition for bone health calcium vitamin d protein lifestyle factors that influence fracture risk when to discuss bone density testing with a physician our goal is to empower residents with knowledge and awareness while keeping the event informative safe and accessible we would be happy to tailor the format and length of the session to best suit your communitys needs i would greatly appreciate the opportunity to discuss this further and identify a date that works well for your center thank you for your time and consideration warm regards zain jaffar founder bone health project rutgers university new brunswick 915 400 7072 thebonehealthproject gmail com '),
(36194,'field:18',0,1,' https ccwhisperingwoods com contact '),
(36194,'field:19',0,1,' info ccwhisperingwoods com '),
(36194,'field:28',0,1,' complete care at whispering woods '),
(36194,'field:6',0,1,' zain jaffar '),
(36194,'field:7',0,1,' thebonehealthproject gmail com '),
(36194,'field:8',0,1,' the bone health project '),
(36194,'field:9',0,1,' volunteer opportunities '),
(36194,'title',0,1,' 2026 02 26 14 06 56 '),
(36198,'field:10',0,1,' i am currently living in an independent living facility i realize that as i age i will need more care i am exploring facilities that have a range of care '),
(36198,'field:18',0,1,' https ccharstonhall com contact '),
(36198,'field:19',0,1,' info ccharstonhall com '),
(36198,'field:28',0,1,' complete care at harston hall '),
(36198,'field:6',0,1,' mary carolynne ervin '),
(36198,'field:7',0,1,' carolynne611 gmail com '),
(36198,'field:8',0,1,''),
(36198,'field:9',0,1,' general inquiry '),
(36198,'title',0,1,' 2026 02 26 14 48 51 '),
(36200,'field:10',0,1,' hi sabrina im trying to call the building but it rings 6 8 times and the call drops can you give me a call 732 995 7596 or pass my number to the social worker thanks so much angela garofalo '),
(36200,'field:18',0,1,' https completecarewall com contact '),
(36200,'field:19',0,1,' info completecarewall com '),
(36200,'field:28',0,1,' complete care at wall '),
(36200,'field:6',0,1,' angela garofalo '),
(36200,'field:7',0,1,' agarofalo allamericanattintonfalls com '),
(36200,'field:8',0,1,' all american assisted living '),
(36200,'field:9',0,1,' general inquiry '),
(36200,'title',0,1,' 2026 02 26 15 04 21 '),
(36203,'field:10',0,1,' hi we were looking to see if you take ma of nj insurance we have a patient looking for long term placement he has a nephrostomy tube as well i also sent clinicals to info ccbrakeleypark com for review since i can not get your fax or find you in ensocare please email me back or call at 570 770 4813 if you are able to offer a bed thanks '),
(36203,'field:18',0,1,' https mycompletecare com contact '),
(36203,'field:19',0,1,' hlabatch completecaremgmt com '),
(36203,'field:28',0,1,' complete care at brakeley park '),
(36203,'field:6',0,1,' alese karpinski '),
(36203,'field:7',0,1,' alese karpinski tenorhealth org '),
(36203,'field:8',0,1,' regional hospital of scranton '),
(36203,'field:9',0,1,' other '),
(36203,'title',0,1,' 2026 02 26 15 17 29 '),
(36207,'field:10',0,1,' im a former employee and would like to know when will tax documents be sent out thank you '),
(36207,'field:18',0,1,' https mycompletecare com contact '),
(36207,'field:19',0,1,' hlabatch completecaremgmt com '),
(36207,'field:28',0,1,' complete care at wall '),
(36207,'field:6',0,1,' joseph lutz '),
(36207,'field:7',0,1,' jplutz6 gmail com '),
(36207,'field:8',0,1,''),
(36207,'field:9',0,1,' other '),
(36207,'title',0,1,' 2026 02 26 16 22 48 '),
(36232,'slug',0,1,''),
(36232,'title',0,1,''),
(36241,'slug',0,1,''),
(36241,'title',0,1,''),
(36247,'field:10',0,1,' hello this is aditi kadam calling on behalf of prime healthcare services we are contacting you to verify the employment history of lashanda lovett at complete care at the boulevard please call us at 1 877 561 5149 as soon as possible in order to complete this background check when returning our call please provide our reference number 13041327 thank you '),
(36247,'field:18',0,1,' https mycompletecare com contact '),
(36247,'field:19',0,1,' hlabatch completecaremgmt com '),
(36247,'field:28',0,1,' complete care at inglemoor '),
(36247,'field:6',0,1,' aditi kadam '),
(36247,'field:7',0,1,' aditi kadam universalbackground com '),
(36247,'field:8',0,1,' na '),
(36247,'field:9',0,1,' general inquiry '),
(36247,'title',0,1,' 2026 02 26 17 27 55 '),
(36255,'field:10',0,1,' i am asking about the admission process into the skilled nursing facility at your location for long term care for my elderly dad '),
(36255,'field:18',0,1,' https mycompletecare com contact '),
(36255,'field:19',0,1,' hlabatch completecaremgmt com '),
(36255,'field:28',0,1,' complete care at berkshire '),
(36255,'field:6',0,1,' dave matthews '),
(36255,'field:7',0,1,' dwmatty comcast net '),
(36255,'field:8',0,1,''),
(36255,'field:9',0,1,' general inquiry '),
(36255,'title',0,1,' 2026 02 26 18 35 07 '),
(36304,'field:12',0,1,' allison dwyer '),
(36304,'field:13',0,1,' allieson387 gmail com '),
(36304,'field:14',0,1,' 17326788773 '),
(36304,'field:15',0,1,''),
(36304,'field:16',0,1,' activities recreation admissions marketing dietary food service hr staffing maintenance housekeeping social services volunteer opportunities '),
(36304,'field:17',0,1,' im looking for full time part time position days and weekends '),
(36304,'field:20',0,1,' https ccbeylea com careers '),
(36304,'field:21',0,1,' careers ccbeylea com '),
(36304,'field:29',0,1,' complete care at bey lea '),
(36304,'title',0,1,' 2026 02 26 23 49 23 '),
(36314,'alt',0,1,''),
(36314,'extension',0,1,' jpg '),
(36314,'filename',0,1,' 20260218 195312 jpg '),
(36314,'kind',0,1,' image '),
(36314,'slug',0,1,''),
(36314,'title',0,1,' 20260218 195312 '),
(36328,'field:12',0,1,' allison dwyer '),
(36328,'field:13',0,1,' allieson387 gmail com '),
(36328,'field:14',0,1,' 17326788773 '),
(36328,'field:15',0,1,''),
(36328,'field:16',0,1,' activities recreation administrative business office recruitment '),
(36328,'field:17',0,1,' im looking for full time part time work days and weekends and i am applying for the receptionist job '),
(36328,'field:20',0,1,' https ccshorrockgardens com careers '),
(36328,'field:21',0,1,' careers ccshorrockgardens com '),
(36328,'field:29',0,1,' complete care at shorrock gardens '),
(36328,'title',0,1,' 2026 02 27 00 13 55 '),
(36332,'alt',0,1,''),
(36332,'extension',0,1,' jpg '),
(36332,'filename',0,1,' 20260218 195312 2026 02 27 051559 zhjq jpg '),
(36332,'kind',0,1,' image '),
(36332,'slug',0,1,''),
(36332,'title',0,1,' 20260218 195312 '),
(36339,'field:10',0,1,' im looking for full time part time position for receptionist housekeeping and prep cook days and weekends no knights '),
(36339,'field:18',0,1,' https mycompletecare com contact '),
(36339,'field:19',0,1,' hlabatch completecaremgmt com '),
(36339,'field:28',0,1,' complete care at brick '),
(36339,'field:6',0,1,' allison dwyer '),
(36339,'field:7',0,1,' allieson387 gmail com '),
(36339,'field:8',0,1,''),
(36339,'field:9',0,1,' careers '),
(36339,'title',0,1,' 2026 02 27 00 22 35 '),
(36344,'field:12',0,1,' allison dwyer '),
(36344,'field:13',0,1,' allieson387 gmail com '),
(36344,'field:14',0,1,' 17326788773 '),
(36344,'field:15',0,1,' files resumes 20260218 195312 2026 02 27 052727 ejcq jpg '),
(36344,'field:16',0,1,''),
(36344,'field:17',0,1,' im looking for full time part time days weekends no nights im a hard worker i can get the job done '),
(36344,'field:20',0,1,' https ccshorrockgardens com careers '),
(36344,'field:21',0,1,' careers ccshorrockgardens com '),
(36344,'field:29',0,1,' complete care at shorrock gardens '),
(36344,'title',0,1,' 2026 02 27 00 27 28 '),
(36345,'alt',0,1,''),
(36345,'extension',0,1,' jpg '),
(36345,'filename',0,1,' 20260218 195312 2026 02 27 052727 ejcq jpg '),
(36345,'kind',0,1,' image '),
(36345,'slug',0,1,''),
(36345,'title',0,1,' 20260218 195312 '),
(36350,'field:12',0,1,' allison dwyer '),
(36350,'field:13',0,1,' allieson387 gmail com '),
(36350,'field:14',0,1,' 17326788773 '),
(36350,'field:15',0,1,' files resumes 20260218 195312 2026 02 27 053722 ohhd jpg '),
(36350,'field:16',0,1,' activities recreation administrative business office admissions marketing dietary food service hr staffing maintenance housekeeping recruitment social services volunteer opportunities '),
(36350,'field:17',0,1,' i am looking for part time full time work in receptionist and housekeeping and prep cook weekends days no nights '),
(36350,'field:20',0,1,' https ccshorrockgardens com careers '),
(36350,'field:21',0,1,' careers ccshorrockgardens com '),
(36350,'field:29',0,1,' complete care at shorrock gardens '),
(36350,'title',0,1,' 2026 02 27 00 37 23 '),
(36351,'alt',0,1,''),
(36351,'extension',0,1,' jpg '),
(36351,'filename',0,1,' 20260218 195312 2026 02 27 053722 ohhd jpg '),
(36351,'kind',0,1,' image '),
(36351,'slug',0,1,''),
(36351,'title',0,1,' 20260218 195312 '),
(36356,'field:12',0,1,' allison dwyer '),
(36356,'field:13',0,1,' allieson387 gmail com '),
(36356,'field:14',0,1,' 17326788773 '),
(36356,'field:15',0,1,' files resumes 20260218 195312 2026 02 27 054859 waek jpg '),
(36356,'field:16',0,1,' activities recreation administrative business office admissions marketing dietary food service hr staffing maintenance housekeeping recruitment social services volunteer opportunities '),
(36356,'field:17',0,1,' im looking for a full time part time days only and weekend '),
(36356,'field:20',0,1,' https ccshorrockgardens com careers '),
(36356,'field:21',0,1,' careers ccshorrockgardens com '),
(36356,'field:29',0,1,' complete care at shorrock gardens '),
(36356,'title',0,1,' 2026 02 27 00 48 59 '),
(36357,'alt',0,1,''),
(36357,'extension',0,1,' jpg '),
(36357,'filename',0,1,' 20260218 195312 2026 02 27 054859 waek jpg '),
(36357,'kind',0,1,' image '),
(36357,'slug',0,1,''),
(36357,'title',0,1,' 20260218 195312 '),
(36366,'field:12',0,1,' tyanah banks '),
(36366,'field:13',0,1,' tyanahbanks16 gmail con '),
(36366,'field:14',0,1,' 7313267501 '),
(36366,'field:15',0,1,' files resumes resume 2026 02 27 075459 jvzy pdf '),
(36366,'field:16',0,1,' activities recreation dietary food service recruitment '),
(36366,'field:17',0,1,' im looking for caregiver work also interested in food '),
(36366,'field:20',0,1,' https mycompletecare com careers '),
(36366,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(36366,'field:29',0,1,' complete care at sheridan commons '),
(36366,'title',0,1,' 2026 02 27 02 54 59 '),
(36367,'alt',0,1,''),
(36367,'extension',0,1,' pdf '),
(36367,'filename',0,1,' resume 2026 02 27 075459 jvzy pdf '),
(36367,'kind',0,1,' pdf '),
(36367,'slug',0,1,''),
(36367,'title',0,1,' resume '),
(36368,'field:12',0,1,' tyanah banks '),
(36368,'field:13',0,1,' tyanahbanks16 gmail com '),
(36368,'field:14',0,1,' 7313267501 '),
(36368,'field:15',0,1,' files resumes resume 2026 02 27 075657 sglu pdf '),
(36368,'field:16',0,1,' dietary food service maintenance housekeeping '),
(36368,'field:17',0,1,' looking for caregiver work also interested in food '),
(36368,'field:20',0,1,' https mycompletecare com careers '),
(36368,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(36368,'field:29',0,1,' complete care at ridgewood '),
(36368,'title',0,1,' 2026 02 27 02 56 57 '),
(36369,'alt',0,1,''),
(36369,'extension',0,1,' pdf '),
(36369,'filename',0,1,' resume 2026 02 27 075657 sglu pdf '),
(36369,'kind',0,1,' pdf '),
(36369,'slug',0,1,''),
(36369,'title',0,1,' resume '),
(36449,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks larry anderson sales executive pro page profile larryanderson propageprofile com reply stop to opt out '),
(36449,'field:18',0,1,' https mycompletecare com contact '),
(36449,'field:19',0,1,' hlabatch completecaremgmt com '),
(36449,'field:28',0,1,' complete care at clark '),
(36449,'field:6',0,1,' larry anderson '),
(36449,'field:7',0,1,' larryanderson propageprofile com '),
(36449,'field:8',0,1,' pro page profile '),
(36449,'field:9',0,1,' general inquiry '),
(36449,'title',0,1,' 2026 02 27 06 47 46 '),
(36454,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks ray landon sales executive pro online profiles ray landon proonlineprofiles com reply stop to opt out '),
(36454,'field:18',0,1,' https ccfoxhill com contact '),
(36454,'field:19',0,1,' info ccfoxhill com '),
(36454,'field:28',0,1,' complete care at fox hill '),
(36454,'field:6',0,1,' ray landon '),
(36454,'field:7',0,1,' ray landon proonlineprofiles com '),
(36454,'field:8',0,1,' pro online profiles '),
(36454,'field:9',0,1,' general inquiry '),
(36454,'title',0,1,' 2026 02 27 08 09 16 '),
(36455,'field:10',0,1,' i have not received my w 2 form for my income tax will someone be able to email it to me asap '),
(36455,'field:18',0,1,' https ccglendalewest com contact '),
(36455,'field:19',0,1,' info ccglendalewest com '),
(36455,'field:28',0,1,' complete care at glendale west '),
(36455,'field:6',0,1,' marie l dye '),
(36455,'field:7',0,1,' mariedye35 yahoo com '),
(36455,'field:8',0,1,' complete care at glendale '),
(36455,'field:9',0,1,' other '),
(36455,'title',0,1,' 2026 02 27 08 17 49 '),
(36511,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(36511,'field:18',0,1,' https mycompletecare com contact '),
(36511,'field:19',0,1,' hlabatch completecaremgmt com '),
(36511,'field:28',0,1,' complete care at clark '),
(36511,'field:6',0,1,' gena kotarsky '),
(36511,'field:7',0,1,' gena janpronorthernnj com '),
(36511,'field:8',0,1,' jan pro of northern new jersey '),
(36511,'field:9',0,1,' general inquiry '),
(36511,'title',0,1,' 2026 02 27 10 23 53 '),
(36513,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(36513,'field:18',0,1,' https ccplainfield com contact '),
(36513,'field:19',0,1,' info ccplainfield com '),
(36513,'field:28',0,1,' complete care at plainfield '),
(36513,'field:6',0,1,' gena kotarsky '),
(36513,'field:7',0,1,' gena janpronorthernnj com '),
(36513,'field:8',0,1,' jan pro of northern new jersey '),
(36513,'field:9',0,1,' general inquiry '),
(36513,'title',0,1,' 2026 02 27 10 27 34 '),
(36530,'field:10',0,1,' recently i was in the neighborhood and thought id reach out to offer a professional cleaning quote for your company we clean for many companies in the area and people say they love us because we do what we say respond immediately and provide consistently high quality cleaning with exceptional attention to detail we strive to make the entire process stress free may i give you more information and a no obligation cleaning quote sincerely gena kotarsky sales associate jan pro of northern new jersey gena janpronorthernnj com amazing services very good attention to detail will definitely use their services again serenity sewell respond with stop to optout '),
(36530,'field:18',0,1,' https mycompletecare com contact '),
(36530,'field:19',0,1,' hlabatch completecaremgmt com '),
(36530,'field:28',0,1,' complete care at dawnview '),
(36530,'field:6',0,1,' gena kotarsky '),
(36530,'field:7',0,1,' gena janpronorthernnj com '),
(36530,'field:8',0,1,' jan pro of northern new jersey '),
(36530,'field:9',0,1,' general inquiry '),
(36530,'title',0,1,' 2026 02 27 12 35 37 '),
(36531,'field:10',0,1,' interested in long term care for mother '),
(36531,'field:18',0,1,' https ccgrotonregency com contact '),
(36531,'field:19',0,1,' info ccgrotonregency com '),
(36531,'field:28',0,1,' complete care at groton regency '),
(36531,'field:6',0,1,' marjorie vargas '),
(36531,'field:7',0,1,' 27marjorie vargas gmail com '),
(36531,'field:8',0,1,''),
(36531,'field:9',0,1,' general inquiry '),
(36531,'title',0,1,' 2026 02 27 12 54 16 '),
(36541,'field:12',0,1,' leeann eldridge '),
(36541,'field:13',0,1,' leeannae23 gmail com '),
(36541,'field:14',0,1,' 7327040494 '),
(36541,'field:15',0,1,' files resumes eldridge leeann resume pdf '),
(36541,'field:16',0,1,' activities recreation administrative business office maintenance housekeeping '),
(36541,'field:17',0,1,' a highly motivated dedicated and service oriented professional seeking employment in customer service utilizing my problem solving skills extensive customer service expertise and ability to excel in a fast paced environment '),
(36541,'field:20',0,1,' https completecarebrick com careers '),
(36541,'field:21',0,1,' careers completecarebrick com '),
(36541,'field:29',0,1,' complete care at brick '),
(36541,'title',0,1,' 2026 02 27 13 43 02 '),
(36542,'alt',0,1,''),
(36542,'extension',0,1,' pdf '),
(36542,'filename',0,1,' eldridge leeann resume pdf '),
(36542,'kind',0,1,' pdf '),
(36542,'slug',0,1,''),
(36542,'title',0,1,' eldridge leeann resume '),
(36547,'field:12',0,1,' monica legerme '),
(36547,'field:13',0,1,' monicalegerme gmail com '),
(36547,'field:14',0,1,' 8622412626 '),
(36547,'field:15',0,1,' files resumes resume monica legerme pdf '),
(36547,'field:16',0,1,' administrative business office admissions marketing hr staffing recruitment social services '),
(36547,'field:17',0,1,' i am a graduate of caldwell university with a bachelor of science in public health education i currently hold a masters degree in public health at saint elizabeth university i am passionate about helping people through support and education i am a committed structured and reliable individual with excellent verbal and written communication skills '),
(36547,'field:20',0,1,' https ccsummitridge com careers '),
(36547,'field:21',0,1,' careers ccsummitridge com '),
(36547,'field:29',0,1,' complete care at summit ridge '),
(36547,'title',0,1,' 2026 02 27 14 34 24 '),
(36548,'alt',0,1,''),
(36548,'extension',0,1,' pdf '),
(36548,'filename',0,1,' resume monica legerme pdf '),
(36548,'kind',0,1,' pdf '),
(36548,'slug',0,1,''),
(36548,'title',0,1,' resume monica legerme '),
(36550,'field:10',0,1,' good afternoon my name is shannon grassie and i am a licensed therapist and founder of mindful living and wellness center located in englewood cliffs nj im reaching out to explore the opportunity to partner with your rehabilitation center to support patients as they navigate the emotional aspects of physical recovery recovering from surgery injury chronic pain or medical conditions can be physically demanding but it can also take a significant emotional toll many individuals experience anxiety depression frustration identity shifts or fear during the rehabilitation process i believe that integrating mental health support alongside physical rehabilitation can greatly enhance overall healing and long term outcomes at mindful living and wellness center we provide individual therapy focused on coping with medical challenges pain management support adjustment to life transitions stress reduction and strengthening resilience during recovery we work collaboratively and would be honored to serve as a trusted outpatient mental health referral for your patients i would love to schedule a brief call to discuss how we might support your team and patients whether through referral relationships educational workshops or onsite wellness presentations focused on the mental health component of recovery thank you for the important work you do in helping individuals regain strength and independence i look forward to connecting thank you shannon grassie ma lac 201 953 6718 website https www mindfullivingcwc com about '),
(36550,'field:18',0,1,' https mycompletecare com contact '),
(36550,'field:19',0,1,' hlabatch completecaremgmt com '),
(36550,'field:28',0,1,' complete care at cedar grove '),
(36550,'field:6',0,1,' shannon grassie '),
(36550,'field:7',0,1,' grassieshannon gmail com '),
(36550,'field:8',0,1,' mindful living counseling and wellness center '),
(36550,'field:9',0,1,' volunteer opportunities '),
(36550,'title',0,1,' 2026 02 27 14 41 46 '),
(36551,'field:10',0,1,' good afternoon my name is shannon grassie and i am a licensed therapist and founder of mindful living and wellness center located in englewood cliffs nj im reaching out to explore the opportunity to partner with your rehabilitation center to support patients as they navigate the emotional aspects of physical recovery recovering from surgery injury chronic pain or medical conditions can be physically demanding but it can also take a significant emotional toll many individuals experience anxiety depression frustration identity shifts or fear during the rehabilitation process i believe that integrating mental health support alongside physical rehabilitation can greatly enhance overall healing and long term outcomes at mindful living and wellness center we provide individual therapy focused on coping with medical challenges pain management support adjustment to life transitions stress reduction and strengthening resilience during recovery we work collaboratively and would be honored to serve as a trusted outpatient mental health referral for your patients i would love to schedule a brief call to discuss how we might support your team and patients whether through referral relationships educational workshops or onsite wellness presentations focused on the mental health component of recovery thank you for the important work you do in helping individuals regain strength and independence i look forward to connecting thank you shannon grassie ma lac 201 953 6718 website https www mindfullivingcwc com about '),
(36551,'field:18',0,1,' https mycompletecare com contact '),
(36551,'field:19',0,1,' hlabatch completecaremgmt com '),
(36551,'field:28',0,1,' complete care at ridgewood '),
(36551,'field:6',0,1,' shannon grassie '),
(36551,'field:7',0,1,' grassieshannon gmail com '),
(36551,'field:8',0,1,' mindful living counseling and wellness center '),
(36551,'field:9',0,1,' volunteer opportunities '),
(36551,'title',0,1,' 2026 02 27 14 42 50 '),
(36561,'field:12',0,1,' antwanesha robinson '),
(36561,'field:13',0,1,' robinsonantwanesha12 icloud com '),
(36561,'field:14',0,1,' 7736558474 '),
(36561,'field:15',0,1,' files resumes img 2315 jpeg '),
(36561,'field:16',0,1,' nursing '),
(36561,'field:17',0,1,' n a '),
(36561,'field:20',0,1,' https completecareblvd com careers '),
(36561,'field:21',0,1,' careers completecareblvd com '),
(36561,'field:29',0,1,' complete care at the boulevard '),
(36561,'title',0,1,' 2026 02 27 15 31 04 '),
(36562,'alt',0,1,''),
(36562,'extension',0,1,' jpeg '),
(36562,'filename',0,1,' img 2315 jpeg '),
(36562,'kind',0,1,' image '),
(36562,'slug',0,1,''),
(36562,'title',0,1,' img 2315 '),
(36563,'field:12',0,1,' sanaai '),
(36563,'field:13',0,1,' saucy diva ni gmail com '),
(36563,'field:14',0,1,' 6083165905 '),
(36563,'field:15',0,1,' files resumes hs transcript jpg '),
(36563,'field:16',0,1,' nursing recruitment '),
(36563,'field:17',0,1,' hello i would love to apply to your cna programs i was trying to find a link to apply on your website but i was having trouble finding it '),
(36563,'field:20',0,1,' https mycompletecare com careers '),
(36563,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(36563,'field:29',0,1,''),
(36563,'title',0,1,' 2026 02 27 15 34 42 '),
(36564,'alt',0,1,''),
(36564,'extension',0,1,' jpg '),
(36564,'filename',0,1,' hs transcript jpg '),
(36564,'kind',0,1,' image '),
(36564,'slug',0,1,''),
(36564,'title',0,1,' hs transcript '),
(36578,'field:10',0,1,' looking to apply as staffing coordinator '),
(36578,'field:18',0,1,' https mycompletecare com contact '),
(36578,'field:19',0,1,' hlabatch completecaremgmt com '),
(36578,'field:28',0,1,' complete care at clark '),
(36578,'field:6',0,1,' aliyah edgar '),
(36578,'field:7',0,1,' m6453m0730 icloud com '),
(36578,'field:8',0,1,' complete care clark '),
(36578,'field:9',0,1,' careers '),
(36578,'title',0,1,' 2026 02 27 17 37 32 '),
(36581,'field:12',0,1,' leticia behringer '),
(36581,'field:13',0,1,' leticiabehringer0 gmail com '),
(36581,'field:14',0,1,' 14145147152 '),
(36581,'field:15',0,1,' files resumes resume 1 pdf '),
(36581,'field:16',0,1,' dietary food service maintenance housekeeping '),
(36581,'field:17',0,1,' hi my name is leticia and im looking for a job asap thank you '),
(36581,'field:20',0,1,' https ccsouthpointe com careers '),
(36581,'field:21',0,1,' careers ccsouthpointe com '),
(36581,'field:29',0,1,' complete care at southpointe '),
(36581,'title',0,1,' 2026 02 27 18 01 30 '),
(36582,'alt',0,1,''),
(36582,'extension',0,1,' pdf '),
(36582,'filename',0,1,' resume 1 pdf '),
(36582,'kind',0,1,' pdf '),
(36582,'slug',0,1,''),
(36582,'title',0,1,' resume 1 '),
(36607,'field:12',0,1,' allison dwyer '),
(36607,'field:13',0,1,' allieson387 gmail com '),
(36607,'field:14',0,1,' 17326788773 '),
(36607,'field:15',0,1,' files resumes 20260218 195312 2026 02 28 020027 wlrr jpg '),
(36607,'field:16',0,1,' activities recreation admissions marketing recruitment '),
(36607,'field:17',0,1,' im looking for a part time full time work days or work no knights otherwise if i have to i will if theres security to walk me out to my car '),
(36607,'field:20',0,1,' https ccshorrockgardens com careers '),
(36607,'field:21',0,1,' careers ccshorrockgardens com '),
(36607,'field:29',0,1,' complete care at shorrock gardens '),
(36607,'title',0,1,' 2026 02 27 21 00 28 '),
(36608,'alt',0,1,''),
(36608,'extension',0,1,' jpg '),
(36608,'filename',0,1,' 20260218 195312 2026 02 28 020027 wlrr jpg '),
(36608,'kind',0,1,' image '),
(36608,'slug',0,1,''),
(36608,'title',0,1,' 20260218 195312 '),
(36610,'field:12',0,1,' allison dwyer '),
(36610,'field:13',0,1,' allieson387 gmail com '),
(36610,'field:14',0,1,' 17326788773 '),
(36610,'field:15',0,1,''),
(36610,'field:16',0,1,' activities recreation administrative business office admissions marketing dietary food service hr staffing recruitment social services volunteer opportunities '),
(36610,'field:17',0,1,' im looking for a job part time full time hire me and ill get the job done '),
(36610,'field:20',0,1,' https ccshorrockgardens com careers '),
(36610,'field:21',0,1,' careers ccshorrockgardens com '),
(36610,'field:29',0,1,' complete care at shorrock gardens '),
(36610,'title',0,1,' 2026 02 27 21 03 33 '),
(36614,'alt',0,1,''),
(36614,'extension',0,1,' jpg '),
(36614,'filename',0,1,' 20260218 195312 2026 02 28 020502 xrta jpg '),
(36614,'kind',0,1,' image '),
(36614,'slug',0,1,''),
(36614,'title',0,1,' 20260218 195312 '),
(36658,'field:12',0,1,' roberto ewunkem '),
(36658,'field:13',0,1,' rewunkemm gmail com '),
(36658,'field:14',0,1,' 2402375466 '),
(36658,'field:15',0,1,''),
(36658,'field:16',0,1,' nursing '),
(36658,'field:17',0,1,' hey '),
(36658,'field:20',0,1,' https ccspringbrook com careers '),
(36658,'field:21',0,1,' careers ccspringbrook com '),
(36658,'field:29',0,1,' complete care at springbrook '),
(36658,'title',0,1,' 2026 02 27 23 36 36 '),
(36682,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks ray landon sales executive pro online profiles ray landon proonlineprofiles com reply stop to opt out '),
(36682,'field:18',0,1,' https mycompletecare com contact '),
(36682,'field:19',0,1,' hlabatch completecaremgmt com '),
(36682,'field:28',0,1,' complete care at court house '),
(36682,'field:6',0,1,' ray landon '),
(36682,'field:7',0,1,' ray landon proonlineprofiles com '),
(36682,'field:8',0,1,' pro online profiles '),
(36682,'field:9',0,1,' general inquiry '),
(36682,'title',0,1,' 2026 02 28 05 49 20 '),
(36683,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks david bennett wiki thinkers david wikithinkers org respond with stop to optout '),
(36683,'field:18',0,1,' https ccatcourthouse com contact '),
(36683,'field:19',0,1,' info ccatcourthouse com '),
(36683,'field:28',0,1,' complete care at court house '),
(36683,'field:6',0,1,' david bennett '),
(36683,'field:7',0,1,' david wikithinkers org '),
(36683,'field:8',0,1,' wiki thinkers '),
(36683,'field:9',0,1,' media inquiry '),
(36683,'title',0,1,' 2026 02 28 06 03 38 '),
(36687,'field:10',0,1,' employment verification for one of your former employees please give us a call at 346 998 0282 ext 449 search id for verification 32820484 '),
(36687,'field:18',0,1,' https completecareatmadison com contact '),
(36687,'field:19',0,1,' info completecareatmadison com '),
(36687,'field:28',0,1,' complete care at madison '),
(36687,'field:6',0,1,' rahila shaikh '),
(36687,'field:7',0,1,' rahila shaikh disa com '),
(36687,'field:8',0,1,' disa global solutions '),
(36687,'field:9',0,1,' other '),
(36687,'title',0,1,' 2026 02 28 06 48 21 '),
(36688,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks larry anderson sales executive pro page profile larryanderson propageprofile com reply stop to opt out '),
(36688,'field:18',0,1,' https mycompletecare com contact '),
(36688,'field:19',0,1,' hlabatch completecaremgmt com '),
(36688,'field:28',0,1,' complete care at corsica hills '),
(36688,'field:6',0,1,' larry anderson '),
(36688,'field:7',0,1,' larryanderson propageprofile com '),
(36688,'field:8',0,1,' pro page profile '),
(36688,'field:9',0,1,' general inquiry '),
(36688,'title',0,1,' 2026 02 28 06 55 06 '),
(36691,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks ray landon sales executive pro online profiles ray landon proonlineprofiles com reply stop to opt out '),
(36691,'field:18',0,1,' https mycompletecare com contact '),
(36691,'field:19',0,1,' hlabatch completecaremgmt com '),
(36691,'field:28',0,1,' complete care at annapolis '),
(36691,'field:6',0,1,' ray landon '),
(36691,'field:7',0,1,' ray landon proonlineprofiles com '),
(36691,'field:8',0,1,' pro online profiles '),
(36691,'field:9',0,1,' general inquiry '),
(36691,'title',0,1,' 2026 02 28 07 23 51 '),
(36704,'field:10',0,1,' dear management team i am writing regarding the recent notice from hales corners care center stating that richard was not accepted due to the behaviors and complexity of his care needs i respectfully ask that you reconsider this decision while i understand that referrals must be carefully reviewed i believe there may be some clarification that could help provide a more complete picture of richards needs his care requirements are primarily physical in nature he requires assistance with transfers via hoyer lift meal setup he feeds himself access to drinks when he is thirsty and occasional assistance setting up his preferred television programs or tablet games richard may vocalize discomfort during transfers in and out of bed but this is typically short lived when asked about it afterward he often does not recall the complaint and remains pleasant and cooperative he is not aggressive combative or intentionally difficult in fact much of his behavior stems from momentary confusion rather than resistance we truly believe his needs fall within the scope of care your facility is capable of providing particularly given that the decision was not based on financial considerations or availability if possible we would welcome a secondary clinical review the opportunity to provide additional clarification a reassessment or care conference discussion our goal is simply to ensure richard receives appropriate care in a supportive environment and we feel your facility could be a good fit thank you very much for your time and reconsideration i would appreciate the opportunity to discuss this further at your convenience sincerely michael frink '),
(36704,'field:18',0,1,' https mycompletecare com contact '),
(36704,'field:19',0,1,' hlabatch completecaremgmt com '),
(36704,'field:28',0,1,' complete care at hales corners '),
(36704,'field:6',0,1,' michael frink '),
(36704,'field:7',0,1,' michaelfrink rocketmail com '),
(36704,'field:8',0,1,''),
(36704,'field:9',0,1,' general inquiry '),
(36704,'title',0,1,' 2026 02 28 11 27 07 '),
(36709,'field:10',0,1,' dear administrator and admissions review committee i am writing regarding the recent determination by hales corners care center declining richards admission based on behaviors and complexity of care i respectfully request a formal reconsideration of this decision and clarification of the specific clinical criteria used in reaching this determination based on our understanding of richards condition and daily care needs his requirements are primarily physical in nature he requires hoyer lift transfers meal setup he feeds himself independently access to fluids and occasional assistance initiating preferred television programs or tablet activities these needs are consistent predictable and task oriented at his current residence my 32 year old daughter independently manages his morning and evening care including transfers and routine daily support this demonstrates that while his care is hands on it is manageable and structured richard may occasionally vocalize discomfort during transfers these episodes are brief non aggressive and not combative in nature when asked shortly afterward he often does not recall the complaint and remains cooperative and pleasant his responses are typically attributable to momentary confusion rather than behavioral escalation or resistance that would pose safety concerns given that the denial was not based on financial considerations or bed availability i respectfully request a written explanation detailing the specific behaviors or care factors deemed outside your facilitys scope a secondary clinical review of his referral or the opportunity to participate in a care conference to address any concerns directly we were very impressed with your staff the environment and the location and we believe your facility is clinically capable of meeting richards needs it is important to us that the determination be based on an accurate and complete understanding of his condition please advise on the next steps for formal review i would appreciate a timely response sincerely michael frink '),
(36709,'field:18',0,1,' https mycompletecare com contact '),
(36709,'field:19',0,1,' hlabatch completecaremgmt com '),
(36709,'field:28',0,1,' complete care at hales corners '),
(36709,'field:6',0,1,' michael frink '),
(36709,'field:7',0,1,' michaelfrink rocketmail com '),
(36709,'field:8',0,1,''),
(36709,'field:9',0,1,' general inquiry '),
(36709,'title',0,1,' 2026 02 28 12 18 57 '),
(36751,'field:12',0,1,' damaso gomez '),
(36751,'field:13',0,1,' damasogomez2133 gmail com '),
(36751,'field:14',0,1,' 4147029480 '),
(36751,'field:15',0,1,''),
(36751,'field:16',0,1,' maintenance housekeeping '),
(36751,'field:17',0,1,' damaso '),
(36751,'field:20',0,1,' https ccsouthpointe com careers '),
(36751,'field:21',0,1,' careers ccsouthpointe com '),
(36751,'field:29',0,1,' complete care at southpointe '),
(36751,'title',0,1,' 2026 02 28 13 57 03 '),
(36752,'field:12',0,1,' eduardo garcia '),
(36752,'field:13',0,1,' tavarezgar28 gmail com '),
(36752,'field:14',0,1,' 4147021861 '),
(36752,'field:15',0,1,''),
(36752,'field:16',0,1,' hr staffing maintenance housekeeping '),
(36752,'field:17',0,1,' eduardo garcia '),
(36752,'field:20',0,1,' https ccsouthpointe com careers '),
(36752,'field:21',0,1,' careers ccsouthpointe com '),
(36752,'field:29',0,1,' complete care at southpointe '),
(36752,'title',0,1,' 2026 02 28 13 57 05 '),
(36756,'field:12',0,1,' allison dwyer '),
(36756,'field:13',0,1,' allieson387 gmail com '),
(36756,'field:14',0,1,' 17326788773 '),
(36756,'field:15',0,1,' files resumes 20260218 195312 2026 02 28 195845 vhps jpg '),
(36756,'field:16',0,1,' activities recreation administrative business office admissions marketing dietary food service hr staffing maintenance housekeeping recruitment volunteer opportunities '),
(36756,'field:17',0,1,' im looking for full time work part time work days and weakens if needed '),
(36756,'field:20',0,1,' https ccshorrockgardens com careers '),
(36756,'field:21',0,1,' careers ccshorrockgardens com '),
(36756,'field:29',0,1,' complete care at shorrock gardens '),
(36756,'title',0,1,' 2026 02 28 14 58 46 '),
(36757,'alt',0,1,''),
(36757,'extension',0,1,' jpg '),
(36757,'filename',0,1,' 20260218 195312 2026 02 28 195845 vhps jpg '),
(36757,'kind',0,1,' image '),
(36757,'slug',0,1,''),
(36757,'title',0,1,' 20260218 195312 '),
(36758,'field:12',0,1,' allison dwyer '),
(36758,'field:13',0,1,' allieson387 gmail com '),
(36758,'field:14',0,1,' 17326788773 '),
(36758,'field:15',0,1,''),
(36758,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping recruitment social services volunteer opportunities '),
(36758,'field:17',0,1,' looking for full time work part time work weekdays and weekends as needed '),
(36758,'field:20',0,1,' https ccbeylea com careers '),
(36758,'field:21',0,1,' careers ccbeylea com '),
(36758,'field:29',0,1,' complete care at bey lea '),
(36758,'title',0,1,' 2026 02 28 15 01 03 '),
(36761,'alt',0,1,''),
(36761,'extension',0,1,' jpg '),
(36761,'filename',0,1,' 20260218 195312 2026 02 28 200147 qzzw jpg '),
(36761,'kind',0,1,' image '),
(36761,'slug',0,1,''),
(36761,'title',0,1,' 20260218 195312 '),
(36779,'field:10',0,1,' mary koella a resident in the wayne nj facility is still out with her family as of 7 20 pm on saturday feb 28 well bring her back tonight but were delayed we tried to call the main number multiple times but kept getting redirected to a voice mailbox that was full i can be reached at 917 945 6549 '),
(36779,'field:18',0,1,' https mycompletecare com contact '),
(36779,'field:19',0,1,' hlabatch completecaremgmt com '),
(36779,'field:28',0,1,' complete care at wayne hills rehab and respiratory center '),
(36779,'field:6',0,1,' brad barton '),
(36779,'field:7',0,1,' bradleysbarton gmail com '),
(36779,'field:8',0,1,''),
(36779,'field:9',0,1,' resident family support '),
(36779,'title',0,1,' 2026 02 28 19 22 35 '),
(36784,'field:12',0,1,' marleigh jasinski '),
(36784,'field:13',0,1,' jasinskimarleigh gmail com '),
(36784,'field:14',0,1,' 18483331213 '),
(36784,'field:15',0,1,' files resumes img 8585 png '),
(36784,'field:16',0,1,' dietary food service '),
(36784,'field:17',0,1,' hi my name is marleigh jasinski and i am 16 years old and i am looking for a job i would like to apply to be a server or front desk please consider me and reach back thank you '),
(36784,'field:20',0,1,' https ccholidaycity com careers '),
(36784,'field:21',0,1,' careers ccholidaycity com '),
(36784,'field:29',0,1,' complete care at holiday city '),
(36784,'title',0,1,' 2026 02 28 21 10 38 '),
(36785,'alt',0,1,''),
(36785,'extension',0,1,' png '),
(36785,'filename',0,1,' img 8585 png '),
(36785,'kind',0,1,' image '),
(36785,'slug',0,1,''),
(36785,'title',0,1,' img 8585 '),
(36786,'field:12',0,1,' kimberly crawford '),
(36786,'field:13',0,1,' kimberly crawford621 gmail com '),
(36786,'field:14',0,1,' 12406705461 '),
(36786,'field:15',0,1,' files resumes crawford 2026 resume director regional operations pdf '),
(36786,'field:16',0,1,' hr staffing '),
(36786,'field:17',0,1,' hiring committee i am writing to let you know that i am interested in the human resources opportunity at your company organization with more than 20 years of progressive human resources and operational leadership experience primarily within healthcare government contracting corporate and senior living environments i bring a proven ability to align people strategy with mission driven care regulatory compliance and organizational performance throughout my career i have led comprehensive hr operations across single site and multi site environments including federal contract independent assisted living skilled healthcare corporate and regulated service organizations i have served as a trusted advisor to executive leadership and boards overseeing talent acquisition employee relations compliance performance management workforce planning and organizational development my approach is grounded in operational discipline empathy driven leadership and a deep understanding of the complexities inherent in senior living and healthcare delivery in recent roles i have supported large communities unions and regional portfolios by stabilizing hr operations leading complex employee relations matters ensuring compliance with eeoc fmla ada osha and healthcare regulations and developing leaders through coaching training and accountability frameworks i am particularly skilled at navigating high acuity environments managing workforce challenges and implementing hr strategies that improve engagement retention and quality of care outcomes what differentiates my leadership is the ability to balance strategic oversight with hands on execution i am comfortable operating at the executive level while remaining closely connected to frontline realities ensuring policies processes and people practices are both compliant and practical i pride myself on being a steady ethical and solutions oriented leader who builds trust resolves conflict with diplomacy and strengthens organizational culture during periods of growth or change i am enthusiastic about the opportunity to contribute my experience to a company organization committed to excellence in care customer service employee engagement and operational integrity i welcome the opportunity to discuss how my background and leadership philosophy align with your goals and vision thank you for your time and consideration respectfully kim crawford '),
(36786,'field:20',0,1,' https ccmonmouth com careers '),
(36786,'field:21',0,1,' careers ccmonmouth com '),
(36786,'field:29',0,1,' complete care at monmouth '),
(36786,'title',0,1,' 2026 02 28 21 19 18 '),
(36787,'alt',0,1,''),
(36787,'extension',0,1,' pdf '),
(36787,'filename',0,1,' crawford 2026 resume director regional operations pdf '),
(36787,'kind',0,1,' pdf '),
(36787,'slug',0,1,''),
(36787,'title',0,1,' crawford 2026 resume director regional operations '),
(36862,'slug',0,1,''),
(36862,'subject',0,1,' careers form submission from allison dwyer '),
(36862,'to',0,1,' careers ccbeylea com '),
(36863,'slug',0,1,''),
(36863,'subject',0,1,' careers form submission from allison dwyer '),
(36863,'to',0,1,' careers ccshorrockgardens com '),
(36864,'slug',0,1,''),
(36864,'subject',0,1,' contact form submission from allison dwyer '),
(36864,'to',0,1,' hlabatch completecaremgmt com '),
(36865,'slug',0,1,''),
(36865,'subject',0,1,' careers form submission from allison dwyer '),
(36865,'to',0,1,' careers ccshorrockgardens com '),
(36866,'slug',0,1,''),
(36866,'subject',0,1,' careers form submission from allison dwyer '),
(36866,'to',0,1,' careers ccshorrockgardens com '),
(36867,'slug',0,1,''),
(36867,'subject',0,1,' careers form submission from allison dwyer '),
(36867,'to',0,1,' careers ccshorrockgardens com '),
(36868,'slug',0,1,''),
(36868,'subject',0,1,' careers form submission from tyanah banks '),
(36868,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(36869,'slug',0,1,''),
(36869,'subject',0,1,' careers form submission from tyanah banks '),
(36869,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(36870,'slug',0,1,''),
(36870,'subject',0,1,' contact form submission from larry anderson '),
(36870,'to',0,1,' hlabatch completecaremgmt com '),
(36871,'slug',0,1,''),
(36871,'subject',0,1,' contact form submission from ray landon '),
(36871,'to',0,1,' info ccfoxhill com '),
(36872,'slug',0,1,''),
(36872,'subject',0,1,' contact form submission from marie l dye '),
(36872,'to',0,1,' info ccglendalewest com '),
(36873,'slug',0,1,''),
(36873,'subject',0,1,' contact form submission from gena kotarsky '),
(36873,'to',0,1,' hlabatch completecaremgmt com '),
(36874,'slug',0,1,''),
(36874,'subject',0,1,' contact form submission from gena kotarsky '),
(36874,'to',0,1,' info ccplainfield com '),
(36875,'slug',0,1,''),
(36875,'subject',0,1,' contact form submission from gena kotarsky '),
(36875,'to',0,1,' hlabatch completecaremgmt com '),
(36876,'slug',0,1,''),
(36876,'subject',0,1,' contact form submission from marjorie vargas '),
(36876,'to',0,1,' info ccgrotonregency com '),
(36877,'slug',0,1,''),
(36877,'subject',0,1,' careers form submission from leeann eldridge '),
(36877,'to',0,1,' careers completecarebrick com '),
(36878,'slug',0,1,''),
(36878,'subject',0,1,' careers form submission from monica legerme '),
(36878,'to',0,1,' careers ccsummitridge com '),
(36879,'slug',0,1,''),
(36879,'subject',0,1,' contact form submission from shannon grassie '),
(36879,'to',0,1,' hlabatch completecaremgmt com '),
(36880,'slug',0,1,''),
(36880,'subject',0,1,' contact form submission from shannon grassie '),
(36880,'to',0,1,' hlabatch completecaremgmt com '),
(36881,'slug',0,1,''),
(36881,'subject',0,1,' careers form submission from antwanesha robinson '),
(36881,'to',0,1,' careers completecareblvd com '),
(36882,'slug',0,1,''),
(36882,'subject',0,1,' careers form submission from sanaai '),
(36882,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(36883,'slug',0,1,''),
(36883,'subject',0,1,' contact form submission from aliyah edgar '),
(36883,'to',0,1,' hlabatch completecaremgmt com '),
(36884,'slug',0,1,''),
(36884,'subject',0,1,' careers form submission from leticia behringer '),
(36884,'to',0,1,' careers ccsouthpointe com '),
(36885,'slug',0,1,''),
(36885,'subject',0,1,' careers form submission from allison dwyer '),
(36885,'to',0,1,' careers ccshorrockgardens com '),
(36886,'slug',0,1,''),
(36886,'subject',0,1,' careers form submission from allison dwyer '),
(36886,'to',0,1,' careers ccshorrockgardens com '),
(36887,'slug',0,1,''),
(36887,'subject',0,1,' careers form submission from roberto ewunkem '),
(36887,'to',0,1,' careers ccspringbrook com '),
(36888,'slug',0,1,''),
(36888,'subject',0,1,' contact form submission from ray landon '),
(36888,'to',0,1,' hlabatch completecaremgmt com '),
(36889,'slug',0,1,''),
(36889,'subject',0,1,' contact form submission from david bennett '),
(36889,'to',0,1,' info ccatcourthouse com '),
(36890,'slug',0,1,''),
(36890,'subject',0,1,' contact form submission from rahila shaikh '),
(36890,'to',0,1,' info completecareatmadison com '),
(36891,'slug',0,1,''),
(36891,'subject',0,1,' contact form submission from larry anderson '),
(36891,'to',0,1,' hlabatch completecaremgmt com '),
(36892,'slug',0,1,''),
(36892,'subject',0,1,' contact form submission from ray landon '),
(36892,'to',0,1,' hlabatch completecaremgmt com '),
(36893,'slug',0,1,''),
(36893,'subject',0,1,' contact form submission from michael frink '),
(36893,'to',0,1,' hlabatch completecaremgmt com '),
(36894,'slug',0,1,''),
(36894,'subject',0,1,' contact form submission from michael frink '),
(36894,'to',0,1,' hlabatch completecaremgmt com '),
(36895,'slug',0,1,''),
(36895,'subject',0,1,' careers form submission from damaso gomez '),
(36895,'to',0,1,' careers ccsouthpointe com '),
(36896,'slug',0,1,''),
(36896,'subject',0,1,' careers form submission from eduardo garcia '),
(36896,'to',0,1,' careers ccsouthpointe com '),
(36897,'slug',0,1,''),
(36897,'subject',0,1,' careers form submission from allison dwyer '),
(36897,'to',0,1,' careers ccshorrockgardens com '),
(36898,'slug',0,1,''),
(36898,'subject',0,1,' careers form submission from allison dwyer '),
(36898,'to',0,1,' careers ccbeylea com '),
(36899,'slug',0,1,''),
(36899,'subject',0,1,' contact form submission from brad barton '),
(36899,'to',0,1,' hlabatch completecaremgmt com '),
(36900,'slug',0,1,''),
(36900,'subject',0,1,' careers form submission from marleigh jasinski '),
(36900,'to',0,1,' careers ccholidaycity com '),
(36901,'slug',0,1,''),
(36901,'subject',0,1,' careers form submission from kimberly crawford '),
(36901,'to',0,1,' careers ccmonmouth com '),
(36903,'field:10',0,1,' hello i hope you are doing well my name is neel and i help coordinate outreach and business related work for the luce quintet a non profit student run music group based out of skillman nj the luce quintets mission is to cultivate joy and community through music by providing free diverse performances to all age groups i am inquiring about the possibility of us performing at complete care at green knoll the quintet is composed of five different students whom each have years of experience and notable accolades the instruments that form the quintet are as follows 2 vaiolin parts viola cello and double bass we perform in a wide variety of genres such as classical film and contemporary originating from all across the globe any suggestions or requests in regards to our setlist are welcome we would love the opportunity to bring live music to your location and create a warm and lively atmosphere please let us know if this is something you would be open to and we would be more than happy to discuss scheduling and details for the event within the past few months weve already performed at the montgomery library hillsborough library and the montgomery senior center thank you for your time and consideration we look forward to the possibility of sharing music with your community best neel deodhar the luce quintet the luce quintets mission is to cultivate joy and community through music by providing free diverse performances to all age groups '),
(36903,'field:18',0,1,' https mycompletecare com contact '),
(36903,'field:19',0,1,' hlabatch completecaremgmt com '),
(36903,'field:28',0,1,' complete care at green knoll '),
(36903,'field:6',0,1,' neel deodhar '),
(36903,'field:7',0,1,' quintet luce gmail cm '),
(36903,'field:8',0,1,' luce quintet '),
(36903,'field:9',0,1,' other '),
(36903,'title',0,1,' 2026 03 01 00 01 34 '),
(36993,'field:12',0,1,' karena mahoney '),
(36993,'field:13',0,1,' karenamahoney7 gmail com '),
(36993,'field:14',0,1,' 16176027115 '),
(36993,'field:15',0,1,' files resumes karena resume 3 pdf '),
(36993,'field:16',0,1,' nursing '),
(36993,'field:17',0,1,' looking to attain a chha certification i have a certificate but i am not state certified '),
(36993,'field:20',0,1,' https completecarebarnhill com careers '),
(36993,'field:21',0,1,' careers completecarebarnhill com '),
(36993,'field:29',0,1,' complete care at barn hill '),
(36993,'title',0,1,' 2026 03 01 07 29 41 '),
(36994,'alt',0,1,''),
(36994,'extension',0,1,' pdf '),
(36994,'filename',0,1,' karena resume 3 pdf '),
(36994,'kind',0,1,' pdf '),
(36994,'slug',0,1,''),
(36994,'title',0,1,' karena resume 3 '),
(36999,'field:10',0,1,' i would like to know if there are open positions for lpn '),
(36999,'field:18',0,1,' https mycompletecare com contact '),
(36999,'field:19',0,1,' hlabatch completecaremgmt com '),
(36999,'field:28',0,1,' complete care at orange park '),
(36999,'field:6',0,1,' jeannel joseph '),
(36999,'field:7',0,1,' mirajosephm3 aol com '),
(36999,'field:8',0,1,''),
(36999,'field:9',0,1,' general inquiry '),
(36999,'title',0,1,' 2026 03 01 08 11 14 '),
(37004,'field:1',0,1,' madhurika velayutha perumal '),
(37004,'field:2',0,1,' maddy sangs gmail com '),
(37004,'field:22',0,1,' https mycompletecare com volunteer '),
(37004,'field:23',0,1,' volunteer completecaremgmt com '),
(37004,'field:3',0,1,' 6096512638 '),
(37004,'field:4',0,1,' complete care at park place '),
(37004,'field:5',0,1,' hello my name is madhurika velayutha perumal and i am a 9th grade student at south brunswick high school i am interested in volunteering at complete care because i enjoy helping people and learning more about healthcare i would love to spend time with residents help with activities like games reading and crafts thank you for your time and consideration '),
(37004,'title',0,1,' 2026 03 01 08 51 00 '),
(37007,'field:10',0,1,' good morning my mother in law is currently a resident of your facility i have now gotten multiple calls regarding her treatment from multiple family members including her i am being told she is being yelled at and items are being taken away from her i understand that though my mother in law has some memory issues that this is true due to multiple people having the same story i would like to speak further about this i can be reached either email or cell at 845 762 6201 thank you '),
(37007,'field:18',0,1,' https completecarebarnhill com contact '),
(37007,'field:19',0,1,' info completecarebarnhill com '),
(37007,'field:28',0,1,' complete care at barn hill '),
(37007,'field:6',0,1,' brendan k moran '),
(37007,'field:7',0,1,' brendan moran717 gmail com '),
(37007,'field:8',0,1,''),
(37007,'field:9',0,1,' general inquiry '),
(37007,'title',0,1,' 2026 03 01 09 18 55 '),
(37009,'field:10',0,1,' my mother has alzheimers and is on a fixed govt income of roughly $4 000 00 a month and had exhausted her savings due to the cost of her current assisted living facility does completecare have the capacity to work with that monthly income '),
(37009,'field:18',0,1,' https cchagerstown com contact '),
(37009,'field:19',0,1,' info cchagerstown com '),
(37009,'field:28',0,1,' complete care at hagerstown '),
(37009,'field:6',0,1,' joseph d lane '),
(37009,'field:7',0,1,' lordenalrex gmail com '),
(37009,'field:8',0,1,''),
(37009,'field:9',0,1,' general inquiry '),
(37009,'title',0,1,' 2026 03 01 09 33 06 '),
(37010,'field:10',0,1,' hi i am reaching out as a past employee of complete care i was hoping to talk to someone about the 401k i had there i prefer to have communication via phone and email my phone number is 732 534 1011 thank you '),
(37010,'field:18',0,1,' https mycompletecare com contact '),
(37010,'field:19',0,1,' hlabatch completecaremgmt com '),
(37010,'field:28',0,1,' complete care at silver lake '),
(37010,'field:6',0,1,' eduardo '),
(37010,'field:7',0,1,' vasquezeduardo091 gmail com '),
(37010,'field:8',0,1,''),
(37010,'field:9',0,1,' careers '),
(37010,'title',0,1,' 2026 03 01 09 47 16 '),
(37012,'field:1',0,1,' alpha '),
(37012,'field:2',0,1,' joyalpha232 gmail com '),
(37012,'field:22',0,1,' https mycompletecare com volunteer '),
(37012,'field:23',0,1,' volunteer completecaremgmt com '),
(37012,'field:3',0,1,' 7329799196 '),
(37012,'field:4',0,1,' complete care at burlington woods '),
(37012,'field:5',0,1,' my name is joy precious alpha and i am a bachelor of social work bsw student at liberty university online i am seeking a junior field placement for august 24 2026 december 15 2026 100 hours and a senior field placement for january 2027 may 15 2027 400 hours my program requires supervision by a degreed social worker bsw or msw who is willing to supervise me and sign my field placement documentation i currently work as an activity coordinator at aleph adult day center and i am also a certified home health aide chha i am very interested in gaining experience in a skilled nursing facility setting please let me know if your facility accepts social work interns and if i may speak with the social services director regarding placement opportunities '),
(37012,'title',0,1,' 2026 03 01 10 34 52 '),
(37013,'field:1',0,1,' alpha '),
(37013,'field:2',0,1,' joyalpha232 gmail com '),
(37013,'field:22',0,1,' https mycompletecare com volunteer '),
(37013,'field:23',0,1,' volunteer completecaremgmt com '),
(37013,'field:3',0,1,' 7329799196 '),
(37013,'field:4',0,1,' complete care at burlington woods '),
(37013,'field:5',0,1,' my name is joy precious alpha and i am a bachelor of social work bsw student at liberty university online i am seeking a junior field placement for august 24 2026 december 15 2026 100 hours and a senior field placement for january 2027 may 15 2027 400 hours my program requires supervision by a degreed social worker bsw or msw who is willing to supervise me and sign my field placement documentation i currently work as an activity coordinator at aleph adult day center and i am also a certified home health aide chha i am very interested in gaining experience in a skilled nursing facility setting please let me know if your facility accepts social work interns and if i may speak with the social services director regarding placement opportunities '),
(37013,'title',0,1,' 2026 03 01 10 35 10 '),
(37071,'field:12',0,1,' allison dwyer '),
(37071,'field:13',0,1,' allieson387 gmail com '),
(37071,'field:14',0,1,' 17326788773 '),
(37071,'field:15',0,1,' files resumes 20260218 195312 2026 03 01 171714 hrpb jpg '),
(37071,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping recruitment volunteer opportunities '),
(37071,'field:17',0,1,' im looking for a full time work part time work weekdays and weekends if need '),
(37071,'field:20',0,1,' https ccatgreenacres com careers '),
(37071,'field:21',0,1,' careers ccatgreenacres com '),
(37071,'field:29',0,1,' complete care at green acres '),
(37071,'title',0,1,' 2026 03 01 12 17 15 '),
(37072,'alt',0,1,''),
(37072,'extension',0,1,' jpg '),
(37072,'filename',0,1,' 20260218 195312 2026 03 01 171714 hrpb jpg '),
(37072,'kind',0,1,' image '),
(37072,'slug',0,1,''),
(37072,'title',0,1,' 20260218 195312 '),
(37101,'field:12',0,1,' maria '),
(37101,'field:13',0,1,' mariamancia30 yahoo com '),
(37101,'field:14',0,1,' 9089175312 '),
(37101,'field:15',0,1,' files resumes 6b33d05e f142 47fa 9ca6 fef9144f1763 jpeg '),
(37101,'field:16',0,1,' dietary food service maintenance housekeeping '),
(37101,'field:17',0,1,' interesting for both positions '),
(37101,'field:20',0,1,' https ccplainfield com careers '),
(37101,'field:21',0,1,' careers ccplainfield com '),
(37101,'field:29',0,1,' complete care at plainfield '),
(37101,'title',0,1,' 2026 03 01 13 57 22 '),
(37102,'alt',0,1,''),
(37102,'extension',0,1,' jpeg '),
(37102,'filename',0,1,' 6b33d05e f142 47fa 9ca6 fef9144f1763 jpeg '),
(37102,'kind',0,1,' image '),
(37102,'slug',0,1,''),
(37102,'title',0,1,' 6 b33 d05 e f142 47 fa 9 ca6 fef9144 f1763 '),
(37123,'field:10',0,1,' i am interested in working as a cna i had a license years ago but it was never renewed do you offer on the job training for cna thanks michelle '),
(37123,'field:18',0,1,' https mycompletecare com contact '),
(37123,'field:19',0,1,' hlabatch completecaremgmt com '),
(37123,'field:28',0,1,''),
(37123,'field:6',0,1,' michelle snell '),
(37123,'field:7',0,1,' michsalon30 gmail com '),
(37123,'field:8',0,1,''),
(37123,'field:9',0,1,' careers '),
(37123,'title',0,1,' 2026 03 01 17 45 55 '),
(37128,'field:10',0,1,' ive been for months trying to get the email to file a formal complaint about rj i have emailed numerous times asking for the email to send it too i have even emailed rudina gaba who i is showing up as the hr rep for the company but have not gotten any response please let me know the who i should reach out to to have a proper discussion '),
(37128,'field:18',0,1,' https ccprospectheights com contact '),
(37128,'field:19',0,1,' info ccprospectheights com '),
(37128,'field:28',0,1,' complete care at prospect heights '),
(37128,'field:6',0,1,' kevin dela cruz '),
(37128,'field:7',0,1,' kevind725 yahoo com '),
(37128,'field:8',0,1,''),
(37128,'field:9',0,1,' other '),
(37128,'title',0,1,' 2026 03 01 19 52 05 '),
(37130,'field:10',0,1,' i am trying to file a formal complaint about an individual at one of your facilities but im not getting any response back this is the email that i have sent please give me the email for your hr department i saw on your website that rj is the nursing home administrator which i realize now why you all are reluctant to give me the information i am requesting you all are trying to protect him or feel that because of his position he is entitled to treat and talk to people in such a manner however i do not feel that way and still want to file a complaint against him i also see that the human resources director is rudina gaba can you please provide me with her email address so that i can reach out to her '),
(37130,'field:18',0,1,' https mycompletecare com contact '),
(37130,'field:19',0,1,' hlabatch completecaremgmt com '),
(37130,'field:28',0,1,' complete care at prospect heights '),
(37130,'field:6',0,1,' kevin dela cruz '),
(37130,'field:7',0,1,' kevind725 yahoo com '),
(37130,'field:8',0,1,''),
(37130,'field:9',0,1,' other '),
(37130,'title',0,1,' 2026 03 01 20 06 47 '),
(37252,'field:10',0,1,' to complete care management team warm greetings from the global longevity federation glf on behalf of the organizing committee we are pleased to invite complete care management to participate as a sponsor speaker or exhibitor at the 5th edition of the global longevity federation glf 2026 taking place on march 23 24 2026 in rome italy glf 2026 will gather a distinguished global audience of longevity researchers clinicians healthcare innovators regenerative medicine experts biotech companies investors and wellness leaders to discuss the future of healthy aging and preventive healthcare given complete care managements commitment to comprehensive and patient centered healthcare solutions we believe your organization would be a valuable addition to the discussions and collaborations at glf 2026 we invite your participation in the following capacities speaker opportunity present your expertise case studies or innovative care models position your organization as a leader in integrated and preventive healthcare exhibitor opportunity showcase your services technologies and solutions engage directly with healthcare professionals and decision makers sponsorship opportunity premium brand visibility before and during the conference recognition across digital and onsite platforms tailored branding and networking opportunities glf provides a powerful platform to strengthen partnerships expand global visibility and connect with leaders shaping the longevity and healthcare ecosystem for further details on participation packages please visit https longevityfederation com we would be delighted to explore how complete care management can collaborate with us at glf 2026 and would be happy to schedule a brief discussion at your convenience looking forward to your response regards shirley saxon program director glf 2026 ph 1 732 526 1166 whatsapp 91 7997224449 email longevityfederation sciinovhealth com '),
(37252,'field:18',0,1,' https mycompletecare com contact '),
(37252,'field:19',0,1,' hlabatch completecaremgmt com '),
(37252,'field:28',0,1,''),
(37252,'field:6',0,1,' shirley saxon '),
(37252,'field:7',0,1,' longevityfederation sciinovhealth com '),
(37252,'field:8',0,1,' sciinov group '),
(37252,'field:9',0,1,' other '),
(37252,'title',0,1,' 2026 03 02 01 55 28 '),
(37337,'field:10',0,1,' hi i work in towson and help many local companies i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best chloe terry business development representative grandeur green services chloe grandeurgreenservices com they came to our facility that i manage and deep cleaned our floors for us i have worked here for almost 4 years and have never seen the floors look this good theyre very responsive to email and the price was perfect i highly recommend them for all your cleaning needs abby matthews respond with stop to optout '),
(37337,'field:18',0,1,' https mycompletecare com contact '),
(37337,'field:19',0,1,' hlabatch completecaremgmt com '),
(37337,'field:28',0,1,' complete care at annapolis '),
(37337,'field:6',0,1,' chloe terry '),
(37337,'field:7',0,1,' chloe grandeurgreenservices com '),
(37337,'field:8',0,1,' grandeur green services '),
(37337,'field:9',0,1,' general inquiry '),
(37337,'title',0,1,' 2026 03 02 05 15 07 '),
(37425,'field:10',0,1,' im inquiring to find out more information about your long term care for my father he has dementia and was wondering if you care for these types of patients '),
(37425,'field:18',0,1,' https ccatcourthouse com contact '),
(37425,'field:19',0,1,' info ccatcourthouse com '),
(37425,'field:28',0,1,' complete care at court house '),
(37425,'field:6',0,1,' melanie sullivan '),
(37425,'field:7',0,1,' melaniesullivan225 gmail com '),
(37425,'field:8',0,1,''),
(37425,'field:9',0,1,' general inquiry '),
(37425,'title',0,1,' 2026 03 02 08 45 10 '),
(37430,'field:10',0,1,' i am local and would love an opportunity to provide you with a professional cleaning quote were working with several facilities in your area and everyone seems to love our work because of our attention to detail are you free for a quick 10 minute call this week have a great day amanda smith business development representative executive elegance pros amanda executiveelegancepros com respond with stop to optout '),
(37430,'field:18',0,1,' https mycompletecare com contact '),
(37430,'field:19',0,1,' hlabatch completecaremgmt com '),
(37430,'field:28',0,1,' complete care at woodlands '),
(37430,'field:6',0,1,' amanda smith '),
(37430,'field:7',0,1,' amanda executiveelegancepros com '),
(37430,'field:8',0,1,' executive elegance pros '),
(37430,'field:9',0,1,' general inquiry '),
(37430,'title',0,1,' 2026 03 02 09 13 43 '),
(37432,'field:12',0,1,' emily levy '),
(37432,'field:13',0,1,' elevy7 students towson edu '),
(37432,'field:14',0,1,' 4848550820 '),
(37432,'field:15',0,1,' files resumes levy resume pdf '),
(37432,'field:16',0,1,''),
(37432,'field:17',0,1,' hello i am an upcoming speech pathology graduate student at towson university inquiring if you have any positions coming open thank you '),
(37432,'field:20',0,1,' https ccmultimed com careers '),
(37432,'field:21',0,1,' careers ccmultimed com '),
(37432,'field:29',0,1,' complete care at multi medical center '),
(37432,'title',0,1,' 2026 03 02 09 42 02 '),
(37433,'alt',0,1,''),
(37433,'extension',0,1,' pdf '),
(37433,'filename',0,1,' levy resume pdf '),
(37433,'kind',0,1,' pdf '),
(37433,'slug',0,1,''),
(37433,'title',0,1,' levy resume '),
(37437,'field:10',0,1,' im a former employee and would like to know when i can expect to receive my tax documents thank you joseph lutz '),
(37437,'field:18',0,1,' https mycompletecare com contact '),
(37437,'field:19',0,1,' hlabatch completecaremgmt com '),
(37437,'field:28',0,1,' complete care at wall '),
(37437,'field:6',0,1,' joseph lutz '),
(37437,'field:7',0,1,' jplutz6 gmail com '),
(37437,'field:8',0,1,''),
(37437,'field:9',0,1,' other '),
(37437,'title',0,1,' 2026 03 02 09 51 47 '),
(37439,'field:1',0,1,' pranavi kuppa '),
(37439,'field:2',0,1,' pranavi kuppa gmail com '),
(37439,'field:22',0,1,' https mycompletecare com volunteer '),
(37439,'field:23',0,1,' volunteer completecaremgmt com '),
(37439,'field:3',0,1,' 2016002841 '),
(37439,'field:4',0,1,' complete care at summit ridge '),
(37439,'field:5',0,1,' applying as a part of tech connect a school club where we teach basic technology skills to senior citizens '),
(37439,'title',0,1,' 2026 03 02 10 23 00 '),
(37441,'field:12',0,1,' gbenga akinbode '),
(37441,'field:13',0,1,' akinbodegbenga85 gmail com '),
(37441,'field:14',0,1,' 8622263731 '),
(37441,'field:15',0,1,' files resumes resume lpn pdf '),
(37441,'field:16',0,1,' nursing '),
(37441,'field:17',0,1,' dear hiring manager i am writing to express my interest in the licensed practical nurse lpn position at completecare at orange park i am a newly licensed lpn in the state of new jersey bls certified and seeking a full time opportunity in a skilled nursing setting i graduated from morris county vocational district in july 2025 and gained clinical experience in long term care rehabilitation and skilled nursing i am experienced in medication administration wound care blood glucose monitoring infection control and patient centered care additionally my four years of professional experience with allied universal security strengthened my reliability communication skills and ability to work effectively under pressure i am eager to contribute my skills and dedication to your team and would welcome the opportunity to further discuss how i can support the residents at your facility thank you for your time and consideration sincerely gbenga akintunde akinbode 862 226 3731 akinbodegbenga85 gmail com '),
(37441,'field:20',0,1,' https ccorangepark com careers '),
(37441,'field:21',0,1,' careers ccorangepark com '),
(37441,'field:29',0,1,' complete care at orange park '),
(37441,'title',0,1,' 2026 03 02 10 46 06 '),
(37442,'alt',0,1,''),
(37442,'extension',0,1,' pdf '),
(37442,'filename',0,1,' resume lpn pdf '),
(37442,'kind',0,1,' pdf '),
(37442,'slug',0,1,''),
(37442,'title',0,1,' resume lpn '),
(37443,'field:10',0,1,' hello i am the secretary of jordan memorial uame church and i was hoping to speak with the person in charge of activities our church would like to come on any sunday selected by you all for an half hour of small service for the residents the small service can include reading the daily bread singing a couple of songs and prayer hoping to hear a response back from you all '),
(37443,'field:18',0,1,' https cclaplata com contact '),
(37443,'field:19',0,1,' info cclaplata com '),
(37443,'field:28',0,1,' complete care at la plata '),
(37443,'field:6',0,1,' daejunay taylor '),
(37443,'field:7',0,1,' whalendae gmail com '),
(37443,'field:8',0,1,' jordan memorial uame church '),
(37443,'field:9',0,1,' other '),
(37443,'title',0,1,' 2026 03 02 11 11 11 '),
(37444,'field:10',0,1,' hi complete care at middlebury ive built and trained an ai employee specifically for complete care at middlebury its already been trained on 6 hours worth of your publicly available data your website google business profile and more it knows how to answer customer questions capture leads and even follow up just like a team member would this isnt a sales call its a 20 minute demo where you can actually interact with the ai employee and see what it can do would today or tomorrow work for a quick walkthrough select a time to meet your agent here https getdandy com trained agent ff or you can reach me directly at 949 979 7488 talk soon thank you jennifer obrien ai implementation advisor getdandy visit us online https getdandy com trained agent ff unsubscribe https bit ly 42wnusa '),
(37444,'field:18',0,1,' https mycompletecare com contact '),
(37444,'field:19',0,1,' hlabatch completecaremgmt com '),
(37444,'field:28',0,1,' complete care at dawnview '),
(37444,'field:6',0,1,' jennifer obrien '),
(37444,'field:7',0,1,' jen obrie getdandyaiteam com '),
(37444,'field:8',0,1,' getdandy '),
(37444,'field:9',0,1,' other '),
(37444,'title',0,1,' 2026 03 02 11 40 46 '),
(37445,'field:10',0,1,' our family would like to transfer family member to your faculty we have called the administrator number and left messages please call 804 216 2976 thank you patricia williams '),
(37445,'field:18',0,1,' https mycompletecare com contact '),
(37445,'field:19',0,1,' hlabatch completecaremgmt com '),
(37445,'field:28',0,1,''),
(37445,'field:6',0,1,' patricia williams '),
(37445,'field:7',0,1,' paw589 pw gmail com '),
(37445,'field:8',0,1,''),
(37445,'field:9',0,1,' general inquiry '),
(37445,'title',0,1,' 2026 03 02 11 43 46 '),
(37447,'field:1',0,1,' alejandra varela '),
(37447,'field:2',0,1,' alejandravt hotmail com '),
(37447,'field:22',0,1,' https mycompletecare com volunteer '),
(37447,'field:23',0,1,' volunteer completecaremgmt com '),
(37447,'field:3',0,1,' 973626295 '),
(37447,'field:4',0,1,' complete care at cedar grove '),
(37447,'field:5',0,1,' i would like to be considered to spend some quality time reading or just chatting up with one of your residents thank you '),
(37447,'title',0,1,' 2026 03 02 12 17 06 '),
(37449,'field:10',0,1,' hello i am interested in a registered nurse position in your facility and have applied to same is there a contact number i can call in order to speak with a representative regarding my application '),
(37449,'field:18',0,1,' https mycompletecare com contact '),
(37449,'field:19',0,1,' hlabatch completecaremgmt com '),
(37449,'field:28',0,1,' complete care at arbors '),
(37449,'field:6',0,1,' yonique marsh '),
(37449,'field:7',0,1,' yoniquemarsh27 gmail com '),
(37449,'field:8',0,1,''),
(37449,'field:9',0,1,' careers '),
(37449,'title',0,1,' 2026 03 02 12 20 02 '),
(37455,'field:10',0,1,' hi weve been speaking with local businesses that were looking for more consistency and trust in their cleaning service many were dealing with missed spots no shows and rotating crews we built a team they could count on same cleaners same schedule spotless results would it make sense to share a bit more information and see if this is something youd want to explore best regards emily dickens business development rep facilityfresh pro emily facilityfreshpro com respond with stop to optout '),
(37455,'field:18',0,1,' https mycompletecare com contact '),
(37455,'field:19',0,1,' hlabatch completecaremgmt com '),
(37455,'field:28',0,1,' complete care at annapolis '),
(37455,'field:6',0,1,' emily dickens '),
(37455,'field:7',0,1,' emily facilityfreshpro com '),
(37455,'field:8',0,1,' facilityfresh pro '),
(37455,'field:9',0,1,' general inquiry '),
(37455,'title',0,1,' 2026 03 02 12 31 12 '),
(37462,'field:10',0,1,' i am seeking information on behalf of the estate of patricia f dulin regarding whether her stay at the facility was covered by her long term care insurance coverage please email me back or give me a call at 301 347 1216 '),
(37462,'field:18',0,1,' https mycompletecare com contact '),
(37462,'field:19',0,1,' hlabatch completecaremgmt com '),
(37462,'field:28',0,1,' complete care at hyattsville '),
(37462,'field:6',0,1,' elizabeth carroll '),
(37462,'field:7',0,1,' icc fdalaw com '),
(37462,'field:8',0,1,' furey doolan abell llp '),
(37462,'field:9',0,1,' other '),
(37462,'title',0,1,' 2026 03 02 12 45 11 '),
(37505,'field:1',0,1,' veronica ransom '),
(37505,'field:2',0,1,' veronicaransom066 gmail com '),
(37505,'field:22',0,1,' https mycompletecare com volunteer '),
(37505,'field:23',0,1,' volunteer completecaremgmt com '),
(37505,'field:3',0,1,' 2028138906 '),
(37505,'field:4',0,1,' complete care at hyattsville '),
(37505,'field:5',0,1,' i veronica ransom is retired from the national institute of health in bethesda md since 2018 i retired as a medical supply technican i did 25 years of service for the federal government i also work for the district government at dc general hospital i was a housekeeping aide i also worked at howard hospital as a operation room attendant i hope that i can volunteer at your facility i would enjoy and helping out were needed also i will have my resume in hand if you all will call me for volunteer work thank you so much '),
(37505,'title',0,1,' 2026 03 02 13 27 48 '),
(37508,'field:1',0,1,' veronica ransom '),
(37508,'field:2',0,1,' veronicaransom066 gmail com '),
(37508,'field:22',0,1,' https mycompletecare com volunteer '),
(37508,'field:23',0,1,' volunteer completecaremgmt com '),
(37508,'field:3',0,1,' 12028138906 '),
(37508,'field:4',0,1,' complete care at hyattsville '),
(37508,'field:5',0,1,' i veronica ransom would enjoy working at your facility i would bring my resume to let you see were i can fit in as a volunteer worker thank you so much '),
(37508,'title',0,1,' 2026 03 02 13 33 07 '),
(37519,'alt',0,1,''),
(37519,'extension',0,1,' pdf '),
(37519,'filename',0,1,' tanya mollettewilliams 2026 pdf '),
(37519,'kind',0,1,' pdf '),
(37519,'slug',0,1,''),
(37519,'title',0,1,' tanya mollettewilliams 2026 '),
(37567,'field:12',0,1,' penelope a adams '),
(37567,'field:13',0,1,' geraldadams55 yahoo com '),
(37567,'field:14',0,1,' 973 666 3392 '),
(37567,'field:15',0,1,' files resumes img 8754 jpeg '),
(37567,'field:16',0,1,' nursing '),
(37567,'field:17',0,1,' i penelope adams hereby make application for a job within the complete care at wayne hill facility should i be given the opportunity i will work to assist this facility in the elevation process of care penelope adams '),
(37567,'field:20',0,1,' https ccwaynehills com careers '),
(37567,'field:21',0,1,' info ccwaynehills com '),
(37567,'field:29',0,1,' complete care at wayne hills rehab and respiratory center '),
(37567,'title',0,1,' 2026 03 02 15 43 57 '),
(37568,'alt',0,1,''),
(37568,'extension',0,1,' jpeg '),
(37568,'filename',0,1,' img 8754 jpeg '),
(37568,'kind',0,1,' image '),
(37568,'slug',0,1,''),
(37568,'title',0,1,' img 8754 '),
(37570,'field:10',0,1,' hi southpointe my mom nancy is 76 77 in april and living in a nursing facility in chicago il she is on medicaid my mom brother and i are interested in bringing her to milwaukee where i live as i believe being able to visit with her will be great for her quality of life do you have medicaid approved rooms if so any openings currently or on the horizon thank you so much '),
(37570,'field:18',0,1,' https ccsouthpointe com contact '),
(37570,'field:19',0,1,' info southpointecrc com '),
(37570,'field:28',0,1,' complete care at southpointe '),
(37570,'field:6',0,1,' tarin trudeau '),
(37570,'field:7',0,1,' tarinlorenz gmail com '),
(37570,'field:8',0,1,''),
(37570,'field:9',0,1,' general inquiry '),
(37570,'title',0,1,' 2026 03 02 16 01 53 '),
(37574,'field:10',0,1,' lieing costs our souls elders need to reverse there lies and be a food provider to the homeless and do the task in person its very important for everyone souls from punishment to come next life '),
(37574,'field:18',0,1,' https completecareheritage com contact '),
(37574,'field:19',0,1,' info completecareheritage com '),
(37574,'field:28',0,1,' complete care at heritage '),
(37574,'field:6',0,1,' scott '),
(37574,'field:7',0,1,' sgrant589 hotmail com '),
(37574,'field:8',0,1,''),
(37574,'field:9',0,1,' general inquiry '),
(37574,'title',0,1,' 2026 03 02 16 42 01 '),
(37576,'field:12',0,1,' juancho amon '),
(37576,'field:13',0,1,' juancho amon yahoo com '),
(37576,'field:14',0,1,' 732 557 1727 '),
(37576,'field:15',0,1,' files resumes my resum%c3%a9 juancho amon pdf '),
(37576,'field:16',0,1,' dietary food service '),
(37576,'field:17',0,1,' subject application for dietary food service dear hiring manager i am writing to express my interest in dietary food service jobs with your company with over 35 years of experience with people i believe would allow me to contribute effectively to that department and your team as well i am dependable organized and comfortable working with diverse individuals i take pride in maintaining orderly system assisting others and contributing to a positive and productive workplace i am also eager to continue learning and strengthening my skilled to better support organizational goals i would welcome the opportunity to discuss how my background and work ethic can benefit your office thank your for your time and consideration i look forward to hearing from you sincerely juancho g amon 732 557 1727 juancho amon yahoo com '),
(37576,'field:20',0,1,' https ccarbors com careers '),
(37576,'field:21',0,1,' careers ccarbors com '),
(37576,'field:29',0,1,' complete care at arbors '),
(37576,'title',0,1,' 2026 03 02 17 20 32 '),
(37577,'alt',0,1,''),
(37577,'extension',0,1,' pdf '),
(37577,'filename',0,1,' my resume juancho amon pdf '),
(37577,'kind',0,1,' pdf '),
(37577,'slug',0,1,''),
(37577,'title',0,1,' my resume juancho amon '),
(37581,'field:10',0,1,' on 8 14 2025 9 29 2025 i played there the above 2 dates johnny k and i have moved since then my new address is john kacmarcik 105 park view ct bethlehem pa 18018 thanks '),
(37581,'field:18',0,1,' https mycompletecare com contact '),
(37581,'field:19',0,1,' hlabatch completecaremgmt com '),
(37581,'field:28',0,1,' complete care at lehigh '),
(37581,'field:6',0,1,' john kacmarcik '),
(37581,'field:7',0,1,' johnkacmarcik yahoo com '),
(37581,'field:8',0,1,''),
(37581,'field:9',0,1,' other '),
(37581,'title',0,1,' 2026 03 02 17 30 30 '),
(37585,'field:10',0,1,' i am looking for a return call regarding a patient my mother who i am the healthcare proxy for 201 625 3449 '),
(37585,'field:18',0,1,' https mycompletecare com contact '),
(37585,'field:19',0,1,' hlabatch completecaremgmt com '),
(37585,'field:28',0,1,' complete care at wayne hills rehab and respiratory center '),
(37585,'field:6',0,1,' meagan donnelly '),
(37585,'field:7',0,1,' meg donnelly23 gmail com '),
(37585,'field:8',0,1,''),
(37585,'field:9',0,1,' other '),
(37585,'title',0,1,' 2026 03 02 18 45 03 '),
(37587,'field:10',0,1,' email bounced back from the info ccwaynehills com i am requesting a return call regarding a patient my mother i am her medical proxy and need to speak with someone 201 625 3449 '),
(37587,'field:18',0,1,' https ccwaynehills com contact '),
(37587,'field:19',0,1,' info ccwaynehills com '),
(37587,'field:28',0,1,' complete care at wayne hills rehab and respiratory center '),
(37587,'field:6',0,1,' meaghan donnelly '),
(37587,'field:7',0,1,' meg donnelly23 gmail com '),
(37587,'field:8',0,1,''),
(37587,'field:9',0,1,' other '),
(37587,'title',0,1,' 2026 03 02 18 58 19 '),
(37594,'field:10',0,1,' hi my name is marleigh jasinski i am 16 years old and i am looking for a job i took interest when i came across this website and i am interested in working here i would like to work as server or front desk if you have availability i currently work at mcdonads but i am looking for a new job i hope this message reaches you well and i hope you take this into consideration thank you '),
(37594,'field:18',0,1,' https ccbeylea com contact '),
(37594,'field:19',0,1,' info ccbeylea com '),
(37594,'field:28',0,1,' complete care at bey lea '),
(37594,'field:6',0,1,' marleigh jasinski '),
(37594,'field:7',0,1,' jasinskimarleigh gmail com '),
(37594,'field:8',0,1,' message '),
(37594,'field:9',0,1,' careers '),
(37594,'title',0,1,' 2026 03 02 19 53 42 '),
(37596,'field:12',0,1,' tiauna mapp '),
(37596,'field:13',0,1,' tiaunam27 gmail com '),
(37596,'field:14',0,1,' 4145533672 '),
(37596,'field:15',0,1,' files resumes resume 5 pdf '),
(37596,'field:16',0,1,' dietary food service nursing '),
(37596,'field:17',0,1,' tiauna mapp '),
(37596,'field:20',0,1,' https mycompletecare com careers '),
(37596,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(37596,'field:29',0,1,' complete care at bayshore '),
(37596,'title',0,1,' 2026 03 02 20 24 00 '),
(37597,'alt',0,1,''),
(37597,'extension',0,1,' pdf '),
(37597,'filename',0,1,' resume 5 pdf '),
(37597,'kind',0,1,' pdf '),
(37597,'slug',0,1,''),
(37597,'title',0,1,' resume 5 '),
(37761,'field:10',0,1,' i am with a local family owned janitorial company and would love to give you a professional cleaning quote were working with several facilities in the area and everyone seems to love our work because of our attention to detail and our highly motivated trained team that is invested in going above and beyond may i give you more information or a no obligation cleaning quote for your space have a great day caroline brown business development rep elevate clean solutions caroline elevatecleansolution com respond with stop to optout '),
(37761,'field:18',0,1,' https mycompletecare com contact '),
(37761,'field:19',0,1,' hlabatch completecaremgmt com '),
(37761,'field:28',0,1,' complete care at bayshore '),
(37761,'field:6',0,1,' caroline brown '),
(37761,'field:7',0,1,' caroline elevatecleansolution com '),
(37761,'field:8',0,1,' elevate clean solutions '),
(37761,'field:9',0,1,' general inquiry '),
(37761,'title',0,1,' 2026 03 03 05 17 17 '),
(37837,'field:10',0,1,' hello my mother barbara is currently doing rehab physical therapy there i was wondering if we would be able to take her out to dinner as my birthday is coming up i now that she would enjoy it and it would be good for her spirits '),
(37837,'field:18',0,1,' https mycompletecare com contact '),
(37837,'field:19',0,1,' hlabatch completecaremgmt com '),
(37837,'field:28',0,1,' complete care at brakeley park '),
(37837,'field:6',0,1,' timothy miller '),
(37837,'field:7',0,1,' tim miller effem com '),
(37837,'field:8',0,1,''),
(37837,'field:9',0,1,' general inquiry '),
(37837,'title',0,1,' 2026 03 03 08 16 32 '),
(37846,'field:1',0,1,' bailee white '),
(37846,'field:2',0,1,' baileewhite2 gmail com '),
(37846,'field:22',0,1,' https mycompletecare com volunteer '),
(37846,'field:23',0,1,' volunteer completecaremgmt com '),
(37846,'field:3',0,1,' 13046380270 '),
(37846,'field:4',0,1,' complete care at oak ridge '),
(37846,'field:5',0,1,' hello im interested in more information about volunteering how does it work is there a required amount of hours are there specific hours any information is helpful thanks bailee '),
(37846,'title',0,1,' 2026 03 03 08 28 08 '),
(37907,'field:10',0,1,' barbara when you get a minute can you please contact me 860 922 5959 regarding possible admission to khs for short term rehab possibly tomorrow for my mother who is currently at st francis i worked at khs for years before claiming the corporate ladder to corporate billing collections still with genesis and i see tom is still the administrator at khs her payer source is united healthcare medicare advantage with medicaid community backup khs would be my first choice waiting to hear from the case manager at st francis let me know if you guys have any beds available '),
(37907,'field:18',0,1,' https completecarekhs com contact '),
(37907,'field:19',0,1,' info completecarekhs com '),
(37907,'field:28',0,1,' complete care at kimberly hall south '),
(37907,'field:6',0,1,' denise mero '),
(37907,'field:7',0,1,' denise mero genesishcc com '),
(37907,'field:8',0,1,' genesis healthcare corp '),
(37907,'field:9',0,1,' other '),
(37907,'title',0,1,' 2026 03 03 11 09 00 '),
(37911,'field:10',0,1,' i would like to schedule an appointment to come in and tour the facility '),
(37911,'field:18',0,1,' https ccholidaycity com contact '),
(37911,'field:19',0,1,' info ccholidaycity com '),
(37911,'field:28',0,1,' complete care at holiday city '),
(37911,'field:6',0,1,' bette heminghaus '),
(37911,'field:7',0,1,' heminghaus aol com '),
(37911,'field:8',0,1,''),
(37911,'field:9',0,1,' other '),
(37911,'title',0,1,' 2026 03 03 11 19 03 '),
(37924,'field:12',0,1,' ukari gregory '),
(37924,'field:13',0,1,' uag4102 gmail com '),
(37924,'field:14',0,1,' 7738120767 '),
(37924,'field:15',0,1,' files resumes img 0070 jpeg '),
(37924,'field:16',0,1,' activities recreation nursing '),
(37924,'field:17',0,1,' dear hiring manager i am writing to express my interest in the certified nursing assistant cna or patient care technician pct position with over five years of hands on patient care experience and formal cna training i bring a strong foundation in direct patient support safety and compassionate care my background includes assisting patients with activities of daily living monitoring vital signs maintaining infection control standards and supporting patients with mobility and behavioral needs in addition my academic background in psychology enhances my ability to understand patient behavior provide emotional support and work effectively in high acuity and behavioral health environments i am highly dependable comfortable working overnight shifts and experienced collaborating with interdisciplinary healthcare teams i am eager to contribute my skills to a hospital or clinical setting where patient safety dignity and quality care are top priorities thank you for your time and consideration i would welcome the opportunity to discuss how my skills and experience align with your teams needs sincerely ukari gregory '),
(37924,'field:20',0,1,' https completecareblvd com careers '),
(37924,'field:21',0,1,' careers completecareblvd com '),
(37924,'field:29',0,1,' complete care at the boulevard '),
(37924,'title',0,1,' 2026 03 03 11 35 06 '),
(37925,'alt',0,1,''),
(37925,'extension',0,1,' jpeg '),
(37925,'filename',0,1,' img 0070 jpeg '),
(37925,'kind',0,1,' image '),
(37925,'slug',0,1,''),
(37925,'title',0,1,' img 0070 '),
(37927,'field:12',0,1,' alison royle '),
(37927,'field:13',0,1,' aroyle18 gmail com '),
(37927,'field:14',0,1,' 7322164743 '),
(37927,'field:15',0,1,' files resumes a royle cv 2026 pdf '),
(37927,'field:16',0,1,' activities recreation '),
(37927,'field:17',0,1,' i am doctor of physical therapy i have previous experience working in a skilled nursing facility and i am looking for a part time job in this setting i am interested in an activities recreation position '),
(37927,'field:20',0,1,' https ccbayshore com careers '),
(37927,'field:21',0,1,' careers ccbayshore com '),
(37927,'field:29',0,1,' complete care at bayshore '),
(37927,'title',0,1,' 2026 03 03 11 37 04 '),
(37928,'alt',0,1,''),
(37928,'extension',0,1,' pdf '),
(37928,'filename',0,1,' a royle cv 2026 pdf '),
(37928,'kind',0,1,' pdf '),
(37928,'slug',0,1,''),
(37928,'title',0,1,' a royle cv 2026 '),
(37933,'field:10',0,1,' need a room number for ricky bailey '),
(37933,'field:18',0,1,' https mycompletecare com contact '),
(37933,'field:19',0,1,' hlabatch completecaremgmt com '),
(37933,'field:28',0,1,' complete care at hillside '),
(37933,'field:6',0,1,' peggy wagner '),
(37933,'field:7',0,1,' setxqo123 gmail com '),
(37933,'field:8',0,1,''),
(37933,'field:9',0,1,' general inquiry '),
(37933,'title',0,1,' 2026 03 03 11 51 36 '),
(37937,'field:10',0,1,' i live in france my 98 yo father lives in a lovely facility in englewood we may wish to move him from where he is to your facility as his memory fades is there anyway you can answer questions and explain admissions costs medicaid etc by email before a telephone call '),
(37937,'field:18',0,1,' https ccregent com contact '),
(37937,'field:19',0,1,' info ccregent com '),
(37937,'field:28',0,1,' complete care at regent '),
(37937,'field:6',0,1,' jodi lehner '),
(37937,'field:7',0,1,' jmlehner7 gmail com '),
(37937,'field:8',0,1,''),
(37937,'field:9',0,1,' other '),
(37937,'title',0,1,' 2026 03 03 12 27 48 '),
(37943,'field:10',0,1,' hi i work in brick and work for some of your neighbors i was hoping i could come by and offer a complimentary painting bid thank you in advance for your response with best rachel allan business development rep jersey commercial paint 609 380 7522 rachel jerseycommercialpainting com respond with stop to optout '),
(37943,'field:18',0,1,' https mycompletecare com contact '),
(37943,'field:19',0,1,' hlabatch completecaremgmt com '),
(37943,'field:28',0,1,' complete care at chestnut hill '),
(37943,'field:6',0,1,' rachel allan '),
(37943,'field:7',0,1,' rachel jerseycommercialpainting com '),
(37943,'field:8',0,1,' jersey commercial paint '),
(37943,'field:9',0,1,' general inquiry '),
(37943,'title',0,1,' 2026 03 03 13 13 51 '),
(37945,'field:10',0,1,' hi i work in brick and work for some of your neighbors i was hoping i could come by and offer a complimentary painting bid thank you in advance for your response with best rachel allan business development rep jersey commercial paint 609 380 7522 rachel jerseycommercialpainting com respond with stop to optout '),
(37945,'field:18',0,1,' https mycompletecare com contact '),
(37945,'field:19',0,1,' hlabatch completecaremgmt com '),
(37945,'field:28',0,1,' complete care at clark '),
(37945,'field:6',0,1,' rachel allan '),
(37945,'field:7',0,1,' rachel jerseycommercialpainting com '),
(37945,'field:8',0,1,' jersey commercial paint '),
(37945,'field:9',0,1,' general inquiry '),
(37945,'title',0,1,' 2026 03 03 13 29 04 '),
(37951,'field:10',0,1,' hi i work in brick and work for some of your neighbors i was hoping i could come by and offer a complimentary painting bid thank you in advance for your response with best rachel allan business development rep jersey commercial paint 609 380 7522 rachel jerseycommercialpainting com respond with stop to optout '),
(37951,'field:18',0,1,' https mycompletecare com contact '),
(37951,'field:19',0,1,' hlabatch completecaremgmt com '),
(37951,'field:28',0,1,' complete care at bey lea '),
(37951,'field:6',0,1,' rachel allan '),
(37951,'field:7',0,1,' rachel jerseycommercialpainting com '),
(37951,'field:8',0,1,' jersey commercial paint '),
(37951,'field:9',0,1,' general inquiry '),
(37951,'title',0,1,' 2026 03 03 13 46 53 '),
(37952,'field:10',0,1,' looking for a place for mother to be look after while on vacation for 3 weeks will need assisted care '),
(37952,'field:18',0,1,' https mycompletecare com contact '),
(37952,'field:19',0,1,' hlabatch completecaremgmt com '),
(37952,'field:28',0,1,' complete care at voorhees '),
(37952,'field:6',0,1,' cassandra warden '),
(37952,'field:7',0,1,' aca4god yahoo com '),
(37952,'field:8',0,1,''),
(37952,'field:9',0,1,' general inquiry '),
(37952,'title',0,1,' 2026 03 03 13 48 46 '),
(37956,'field:12',0,1,' kareemah morris '),
(37956,'field:13',0,1,' kareemahmorris33 gmail com '),
(37956,'field:14',0,1,' 18622309463 '),
(37956,'field:15',0,1,' files resumes kareemah s morris resume pdf '),
(37956,'field:16',0,1,' administrative business office nursing '),
(37956,'field:17',0,1,' n a '),
(37956,'field:20',0,1,' https ccorangepark com careers '),
(37956,'field:21',0,1,' careers ccorangepark com '),
(37956,'field:29',0,1,' complete care at orange park '),
(37956,'title',0,1,' 2026 03 03 14 17 32 '),
(37957,'alt',0,1,''),
(37957,'extension',0,1,' pdf '),
(37957,'filename',0,1,' kareemah s morris resume pdf '),
(37957,'kind',0,1,' pdf '),
(37957,'slug',0,1,''),
(37957,'title',0,1,' kareemah s morris resume '),
(37959,'field:10',0,1,' my father is a resident we have misplaced some paperwork and are looking to confirm what records are on file at the facility please call david c smith at 301 379 9478 '),
(37959,'field:18',0,1,' https mycompletecare com contact '),
(37959,'field:19',0,1,' hlabatch completecaremgmt com '),
(37959,'field:28',0,1,' complete care at hyattsville '),
(37959,'field:6',0,1,' david smith '),
(37959,'field:7',0,1,' yfleetwood aol com '),
(37959,'field:8',0,1,''),
(37959,'field:9',0,1,' resident family support '),
(37959,'title',0,1,' 2026 03 03 14 23 47 '),
(37963,'field:12',0,1,' juancho g amon '),
(37963,'field:13',0,1,' juancho amon yahoo com '),
(37963,'field:14',0,1,' 1 732 557 1727 '),
(37963,'field:15',0,1,' files resumes jga resum%c3%a9 pdf '),
(37963,'field:16',0,1,' dietary food service '),
(37963,'field:17',0,1,' dear hiring manager i am writing to express my interest in a dietary food services position in complete care at arbors facility i bring over 35 years of experience serving communities in leadership and support roles where compassion reliability and attention to detail were essential i am eager to contribute to your team by helping provide quality service that supports the organizations mission throughout my career i have worked closely with individuals and families from diverse backgrounds including seniors and those facing physical and emotional challenges my responsibilities required strong organization teamwork and consistent follow through qualities that are especially important in a healthcare environment i understand that in a rehabilitation and medical setting proper nutrition cleanliness and timely service play a vital role in patient comfort and healing i am dependable respectful and comfortable following established procedures to ensure safety and sanitation standards are met i work well as part of a team and am willing to assist wherever needed whether in meal preparation support tray service kitchen organization or maintaining a clean and safe food service area i would be honored to support your mission of providing compassionate care and quality service to patients and residents thank you for your time and consideration i look forward to the opportunity to contribute to your dietary services team sincerely juancho g amon 732 557 1727 ✉️ juancho amon yahoo com '),
(37963,'field:20',0,1,' https ccarbors com careers '),
(37963,'field:21',0,1,' careers ccarbors com '),
(37963,'field:29',0,1,' complete care at arbors '),
(37963,'title',0,1,' 2026 03 03 15 24 11 '),
(37964,'alt',0,1,''),
(37964,'extension',0,1,' pdf '),
(37964,'filename',0,1,' jga resume pdf '),
(37964,'kind',0,1,' pdf '),
(37964,'slug',0,1,''),
(37964,'title',0,1,' jga resume '),
(37968,'field:10',0,1,' do your long term care patients have the ability to keep a cat or small dog '),
(37968,'field:18',0,1,' https mycompletecare com contact '),
(37968,'field:19',0,1,' hlabatch completecaremgmt com '),
(37968,'field:28',0,1,''),
(37968,'field:6',0,1,' mary anne gallagher '),
(37968,'field:7',0,1,' maryanne gallagher valtris com '),
(37968,'field:8',0,1,''),
(37968,'field:9',0,1,' general inquiry '),
(37968,'title',0,1,' 2026 03 03 15 58 57 '),
(37975,'field:10',0,1,' hello victoria i am the sister of shirley house at email shirley house email address shirley house97 gmail com which you have spoken to regarding services you provided at your faciltity i would like to schedule a visit to your facility along with my sister and ask questions i know you have spoken with sister shirley house however can you please provide a time and date at least three business days notice so we both can visit i have indicated both our email addresses and will appreciate a response at your earliest convenience you can also leave a message for me at 773 988 0045 '),
(37975,'field:18',0,1,' https completecareblvd com contact '),
(37975,'field:19',0,1,' info completecareblvd com '),
(37975,'field:28',0,1,' complete care at the boulevard '),
(37975,'field:6',0,1,' mary daniels '),
(37975,'field:7',0,1,' mmdaniels2011 gmail com '),
(37975,'field:8',0,1,''),
(37975,'field:9',0,1,' other '),
(37975,'title',0,1,' 2026 03 03 16 44 41 '),
(37977,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards eric clark sales executive pro online pages eric proonlinepages com reply stop to opt out '),
(37977,'field:18',0,1,' https completecareberkshire com contact '),
(37977,'field:19',0,1,' info completecareberkshire com '),
(37977,'field:28',0,1,' complete care at berkshire '),
(37977,'field:6',0,1,' eric clark '),
(37977,'field:7',0,1,' eric proonlinepages com '),
(37977,'field:8',0,1,' pro online pages '),
(37977,'field:9',0,1,' general inquiry '),
(37977,'title',0,1,' 2026 03 03 17 28 29 '),
(37981,'field:10',0,1,' i am looking for a another facility for my husband who became a paraplegic after an accident and is dealing with dementia i would like to know if you have any rooms available for the rest of the rehabilitation and possible long term care pricing thank you i prefer to be contacted by email initially thank you '),
(37981,'field:18',0,1,' https cchyattsville com contact '),
(37981,'field:19',0,1,' info cchyattsville com '),
(37981,'field:28',0,1,' complete care at hyattsville '),
(37981,'field:6',0,1,' melanie jones redmond '),
(37981,'field:7',0,1,' melaniecall netscape net '),
(37981,'field:8',0,1,''),
(37981,'field:9',0,1,' general inquiry '),
(37981,'title',0,1,' 2026 03 03 18 01 55 '),
(37982,'field:12',0,1,' glory topping '),
(37982,'field:13',0,1,' glorytopping yahoo com '),
(37982,'field:14',0,1,' 347824551 '),
(37982,'field:15',0,1,' files resumes glory topping resume 1 pdf '),
(37982,'field:16',0,1,' nursing '),
(37982,'field:17',0,1,' thank you '),
(37982,'field:20',0,1,' https mycompletecare com careers '),
(37982,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(37982,'field:29',0,1,' complete care at green knoll '),
(37982,'title',0,1,' 2026 03 03 18 20 07 '),
(37983,'alt',0,1,''),
(37983,'extension',0,1,' pdf '),
(37983,'filename',0,1,' glory topping resume 1 pdf '),
(37983,'kind',0,1,' pdf '),
(37983,'slug',0,1,''),
(37983,'title',0,1,' glory topping resume 1 '),
(37986,'field:12',0,1,' joseph cruz '),
(37986,'field:13',0,1,' austincruz3293 gmail com '),
(37986,'field:14',0,1,' 18153290472 '),
(37986,'field:15',0,1,''),
(37986,'field:16',0,1,' activities recreation nursing '),
(37986,'field:17',0,1,' certified cna caregiver '),
(37986,'field:20',0,1,' https completecareblvd com careers '),
(37986,'field:21',0,1,' careers completecareblvd com '),
(37986,'field:29',0,1,' complete care at the boulevard '),
(37986,'title',0,1,' 2026 03 03 18 45 51 '),
(37989,'alt',0,1,''),
(37989,'extension',0,1,' pdf '),
(37989,'filename',0,1,' i am sharing official resume 3 email 1 with you 2026 03 03 234625 ecxd pdf '),
(37989,'kind',0,1,' pdf '),
(37989,'slug',0,1,''),
(37989,'title',0,1,' i am sharing official resume 3 email 1 with you '),
(38000,'field:10',0,1,' hey do you have any use for a freelance writer i have nearly a decade of experience and im looking for new opportunities you can book a time with me to chat if interested hoping to connect https calendly com melottogroup 30min '),
(38000,'field:18',0,1,' https ccsevernapark com contact '),
(38000,'field:19',0,1,' info ccsevernapark com '),
(38000,'field:28',0,1,' complete care at severna park '),
(38000,'field:6',0,1,' hannah melotto '),
(38000,'field:7',0,1,' hmelotto melottogroup com '),
(38000,'field:8',0,1,' melotto group '),
(38000,'field:9',0,1,' general inquiry '),
(38000,'title',0,1,' 2026 03 03 20 35 54 '),
(38055,'field:10',0,1,' hi i was interested in a tour we are looking for assisted living memory assisted living facility with in 30 days thank you '),
(38055,'field:18',0,1,' https mycompletecare com contact '),
(38055,'field:19',0,1,' hlabatch completecaremgmt com '),
(38055,'field:28',0,1,' complete care at wheaton '),
(38055,'field:6',0,1,' michelle '),
(38055,'field:7',0,1,' bbfcfm 2019 gmail com '),
(38055,'field:8',0,1,''),
(38055,'field:9',0,1,' general inquiry '),
(38055,'title',0,1,' 2026 03 03 22 02 40 '),
(38064,'field:10',0,1,' hello my name is akhila and i represent firstlight home care of mount laurel i wanted to briefly introduce our agency and explore how we may support your team and residents transitioning back home we provide reliable non medical home care services including personal care companionship dementia support and post rehab assistance our team is available 24 7 offers quick start of care and works closely with discharge planners to ensure smooth and safe transitions home we understand how important it is to reduce readmissions and ensure continuity of care we would be happy to assist with private pay residents or families seeking additional in home support after discharge i would appreciate the opportunity to briefly connect or stop by at your convenience to introduce our services in person thank you for your time and i look forward to connecting best regards akhila pai 609 900 8704 apai firstlighthomecare com firstlight home care of mount laurel https www firstlighthomecare com home healthcare mount laurel '),
(38064,'field:18',0,1,' https mycompletecare com contact '),
(38064,'field:19',0,1,' hlabatch completecaremgmt com '),
(38064,'field:28',0,1,' complete care at burlington woods '),
(38064,'field:6',0,1,' akhila pai '),
(38064,'field:7',0,1,' apai firstlighthomecare com '),
(38064,'field:8',0,1,' firstlight home care of mount laurel '),
(38064,'field:9',0,1,' resident family support '),
(38064,'title',0,1,' 2026 03 03 22 31 06 '),
(38067,'field:10',0,1,' hi i would love to write an article for your site typically my writing is more focused on caregiving from afar but i like to be realistic sometimes its just not possible sometimes your loved one needs you in the same city thats the topic id like to cover in an article for your website how to identify when its time to move closer to a loved one who needs your time and care locally and how to make the moving process as easy as possible would that work as a new article on your site if so ill put it together and send it your way for review please let me know your thoughts best to you claire w caringfromafar com if this subject doesnt feel like the right fit no worries id be happy to write on a topic you prefer i always aim to make content engaging for readers and easy for search tools to recommend '),
(38067,'field:18',0,1,' https mycompletecare com contact '),
(38067,'field:19',0,1,' hlabatch completecaremgmt com '),
(38067,'field:28',0,1,''),
(38067,'field:6',0,1,' claire wentz '),
(38067,'field:7',0,1,' caring caringfromafar com '),
(38067,'field:8',0,1,' caringfromafar com '),
(38067,'field:9',0,1,' general inquiry '),
(38067,'title',0,1,' 2026 03 03 22 38 50 '),
(38174,'field:10',0,1,' i would like to commend luftha on the 5th floor nursing unit for the excellent care and compassion for my mother barbara schroeder in room 525w she is rehabbing at your facility and being 90 years old and on dialysis she needs much attention the only thing i do ask is that her blood pressure is monitored often and she is cleaned often since she is prone to uti infections all in all i am very pleased with the quality of care she is receiving luftha is amazing and i could not ask for anyone better for my mom i have also dealt with melissa who is also wonderful and compassionate all in alll please keep up the great work and please take good care of my mom and help her to come home soon '),
(38174,'field:18',0,1,' https ccprospectheights com contact '),
(38174,'field:19',0,1,' info ccprospectheights com '),
(38174,'field:28',0,1,' complete care at prospect heights '),
(38174,'field:6',0,1,' robert g schroeder '),
(38174,'field:7',0,1,' schroederr251 gmail com '),
(38174,'field:8',0,1,''),
(38174,'field:9',0,1,' resident family support '),
(38174,'title',0,1,' 2026 03 04 06 08 23 '),
(38176,'field:12',0,1,' aaron salazar '),
(38176,'field:13',0,1,' am0522salazar gmail com '),
(38176,'field:14',0,1,' 7076886441 '),
(38176,'field:15',0,1,' files resumes as resume pdf '),
(38176,'field:16',0,1,' maintenance housekeeping '),
(38176,'field:17',0,1,' i am applying for maintenance or housekeeping '),
(38176,'field:20',0,1,' https cclaurelton com careers '),
(38176,'field:21',0,1,' careers cclaurelton com '),
(38176,'field:29',0,1,' complete care at laurelton '),
(38176,'title',0,1,' 2026 03 04 07 12 16 '),
(38177,'alt',0,1,''),
(38177,'extension',0,1,' pdf '),
(38177,'filename',0,1,' as resume pdf '),
(38177,'kind',0,1,' pdf '),
(38177,'slug',0,1,''),
(38177,'title',0,1,' as resume '),
(38196,'field:10',0,1,' im trying to get a room number from one of your residents his name is ricky bailey ive tried call a number of times but cant get in touch with anyone plus this is my second email request please just send me his room number thanks peggy '),
(38196,'field:18',0,1,' https completecarehillside com contact '),
(38196,'field:19',0,1,' info completecarehillside com '),
(38196,'field:28',0,1,' complete care at hillside '),
(38196,'field:6',0,1,' peggy wagner '),
(38196,'field:7',0,1,' setxqo123 gmail com '),
(38196,'field:8',0,1,''),
(38196,'field:9',0,1,' general inquiry '),
(38196,'title',0,1,' 2026 03 04 09 44 39 '),
(38205,'slug',0,1,''),
(38205,'subject',0,1,' contact form submission from neel deodhar '),
(38205,'to',0,1,' hlabatch completecaremgmt com '),
(38206,'slug',0,1,''),
(38206,'subject',0,1,' careers form submission from karena mahoney '),
(38206,'to',0,1,' careers completecarebarnhill com '),
(38207,'slug',0,1,''),
(38207,'subject',0,1,' contact form submission from jeannel joseph '),
(38207,'to',0,1,' hlabatch completecaremgmt com '),
(38208,'slug',0,1,''),
(38208,'subject',0,1,' volunteer form submission from madhurika velayutha perumal '),
(38208,'to',0,1,' volunteer completecaremgmt com '),
(38209,'slug',0,1,''),
(38209,'subject',0,1,' contact form submission from brendan k moran '),
(38209,'to',0,1,' info completecarebarnhill com '),
(38210,'slug',0,1,''),
(38210,'subject',0,1,' contact form submission from joseph d lane '),
(38210,'to',0,1,' info cchagerstown com '),
(38211,'slug',0,1,''),
(38211,'subject',0,1,' contact form submission from eduardo '),
(38211,'to',0,1,' hlabatch completecaremgmt com '),
(38212,'slug',0,1,''),
(38212,'subject',0,1,' volunteer form submission from alpha '),
(38212,'to',0,1,' volunteer completecaremgmt com '),
(38213,'slug',0,1,''),
(38213,'subject',0,1,' volunteer form submission from alpha '),
(38213,'to',0,1,' volunteer completecaremgmt com '),
(38214,'slug',0,1,''),
(38214,'subject',0,1,' careers form submission from allison dwyer '),
(38214,'to',0,1,' careers ccatgreenacres com '),
(38215,'slug',0,1,''),
(38215,'subject',0,1,' careers form submission from maria '),
(38215,'to',0,1,' careers ccplainfield com '),
(38216,'slug',0,1,''),
(38216,'subject',0,1,' contact form submission from michelle snell '),
(38216,'to',0,1,' hlabatch completecaremgmt com '),
(38217,'slug',0,1,''),
(38217,'subject',0,1,' contact form submission from kevin dela cruz '),
(38217,'to',0,1,' info ccprospectheights com '),
(38218,'slug',0,1,''),
(38218,'subject',0,1,' contact form submission from kevin dela cruz '),
(38218,'to',0,1,' hlabatch completecaremgmt com '),
(38219,'slug',0,1,''),
(38219,'subject',0,1,' contact form submission from shirley saxon '),
(38219,'to',0,1,' hlabatch completecaremgmt com '),
(38220,'slug',0,1,''),
(38220,'subject',0,1,' contact form submission from chloe terry '),
(38220,'to',0,1,' hlabatch completecaremgmt com '),
(38221,'slug',0,1,''),
(38221,'subject',0,1,' contact form submission from melanie sullivan '),
(38221,'to',0,1,' info ccatcourthouse com '),
(38222,'slug',0,1,''),
(38222,'subject',0,1,' contact form submission from amanda smith '),
(38222,'to',0,1,' hlabatch completecaremgmt com '),
(38223,'slug',0,1,''),
(38223,'subject',0,1,' careers form submission from emily levy '),
(38223,'to',0,1,' careers ccmultimed com '),
(38224,'slug',0,1,''),
(38224,'subject',0,1,' contact form submission from joseph lutz '),
(38224,'to',0,1,' hlabatch completecaremgmt com '),
(38225,'slug',0,1,''),
(38225,'subject',0,1,' volunteer form submission from pranavi kuppa '),
(38225,'to',0,1,' volunteer completecaremgmt com '),
(38226,'slug',0,1,''),
(38226,'subject',0,1,' careers form submission from gbenga akinbode '),
(38226,'to',0,1,' careers ccorangepark com '),
(38227,'slug',0,1,''),
(38227,'subject',0,1,' contact form submission from daejunay taylor '),
(38227,'to',0,1,' info cclaplata com '),
(38228,'slug',0,1,''),
(38228,'subject',0,1,' contact form submission from jennifer obrien '),
(38228,'to',0,1,' hlabatch completecaremgmt com '),
(38229,'slug',0,1,''),
(38229,'subject',0,1,' contact form submission from patricia williams '),
(38229,'to',0,1,' hlabatch completecaremgmt com '),
(38230,'slug',0,1,''),
(38230,'subject',0,1,' volunteer form submission from alejandra varela '),
(38230,'to',0,1,' volunteer completecaremgmt com '),
(38231,'slug',0,1,''),
(38231,'subject',0,1,' contact form submission from yonique marsh '),
(38231,'to',0,1,' hlabatch completecaremgmt com '),
(38232,'slug',0,1,''),
(38232,'subject',0,1,' contact form submission from emily dickens '),
(38232,'to',0,1,' hlabatch completecaremgmt com '),
(38233,'slug',0,1,''),
(38233,'subject',0,1,' contact form submission from elizabeth carroll '),
(38233,'to',0,1,' hlabatch completecaremgmt com '),
(38234,'slug',0,1,''),
(38234,'subject',0,1,' volunteer form submission from veronica ransom '),
(38234,'to',0,1,' volunteer completecaremgmt com '),
(38235,'slug',0,1,''),
(38235,'subject',0,1,' volunteer form submission from veronica ransom '),
(38235,'to',0,1,' volunteer completecaremgmt com '),
(38236,'slug',0,1,''),
(38236,'subject',0,1,' careers form submission from penelope a adams '),
(38236,'to',0,1,' info ccwaynehills com '),
(38237,'slug',0,1,''),
(38237,'subject',0,1,' contact form submission from tarin trudeau '),
(38237,'to',0,1,' info southpointecrc com '),
(38238,'slug',0,1,''),
(38238,'subject',0,1,' contact form submission from scott '),
(38238,'to',0,1,' info completecareheritage com '),
(38239,'slug',0,1,''),
(38239,'subject',0,1,' careers form submission from juancho amon '),
(38239,'to',0,1,' careers ccarbors com '),
(38240,'slug',0,1,''),
(38240,'subject',0,1,' contact form submission from john kacmarcik '),
(38240,'to',0,1,' hlabatch completecaremgmt com '),
(38241,'slug',0,1,''),
(38241,'subject',0,1,' contact form submission from meagan donnelly '),
(38241,'to',0,1,' hlabatch completecaremgmt com '),
(38242,'slug',0,1,''),
(38242,'subject',0,1,' contact form submission from meaghan donnelly '),
(38242,'to',0,1,' info ccwaynehills com '),
(38243,'slug',0,1,''),
(38243,'subject',0,1,' contact form submission from marleigh jasinski '),
(38243,'to',0,1,' info ccbeylea com '),
(38244,'slug',0,1,''),
(38244,'subject',0,1,' careers form submission from tiauna mapp '),
(38244,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(38245,'slug',0,1,''),
(38245,'subject',0,1,' contact form submission from caroline brown '),
(38245,'to',0,1,' hlabatch completecaremgmt com '),
(38246,'slug',0,1,''),
(38246,'subject',0,1,' contact form submission from timothy miller '),
(38246,'to',0,1,' hlabatch completecaremgmt com '),
(38247,'slug',0,1,''),
(38247,'subject',0,1,' volunteer form submission from bailee white '),
(38247,'to',0,1,' volunteer completecaremgmt com '),
(38248,'slug',0,1,''),
(38248,'subject',0,1,' contact form submission from denise mero '),
(38248,'to',0,1,' info completecarekhs com '),
(38249,'slug',0,1,''),
(38249,'subject',0,1,' contact form submission from bette heminghaus '),
(38249,'to',0,1,' info ccholidaycity com '),
(38250,'slug',0,1,''),
(38250,'subject',0,1,' careers form submission from ukari gregory '),
(38250,'to',0,1,' careers completecareblvd com '),
(38251,'slug',0,1,''),
(38251,'subject',0,1,' careers form submission from alison royle '),
(38251,'to',0,1,' careers ccbayshore com '),
(38252,'slug',0,1,''),
(38252,'subject',0,1,' contact form submission from peggy wagner '),
(38252,'to',0,1,' hlabatch completecaremgmt com '),
(38253,'slug',0,1,''),
(38253,'subject',0,1,' contact form submission from jodi lehner '),
(38253,'to',0,1,' info ccregent com '),
(38254,'slug',0,1,''),
(38254,'subject',0,1,' contact form submission from rachel allan '),
(38254,'to',0,1,' hlabatch completecaremgmt com '),
(38255,'slug',0,1,''),
(38255,'subject',0,1,' contact form submission from rachel allan '),
(38255,'to',0,1,' hlabatch completecaremgmt com '),
(38256,'slug',0,1,''),
(38256,'subject',0,1,' contact form submission from rachel allan '),
(38256,'to',0,1,' hlabatch completecaremgmt com '),
(38257,'slug',0,1,''),
(38257,'subject',0,1,' contact form submission from cassandra warden '),
(38257,'to',0,1,' hlabatch completecaremgmt com '),
(38258,'slug',0,1,''),
(38258,'subject',0,1,' careers form submission from kareemah morris '),
(38258,'to',0,1,' careers ccorangepark com '),
(38259,'slug',0,1,''),
(38259,'subject',0,1,' contact form submission from david smith '),
(38259,'to',0,1,' hlabatch completecaremgmt com '),
(38260,'slug',0,1,''),
(38260,'subject',0,1,' careers form submission from juancho g amon '),
(38260,'to',0,1,' careers ccarbors com '),
(38261,'slug',0,1,''),
(38261,'subject',0,1,' contact form submission from mary anne gallagher '),
(38261,'to',0,1,' hlabatch completecaremgmt com '),
(38262,'slug',0,1,''),
(38262,'subject',0,1,' contact form submission from mary daniels '),
(38262,'to',0,1,' info completecareblvd com '),
(38263,'slug',0,1,''),
(38263,'subject',0,1,' contact form submission from eric clark '),
(38263,'to',0,1,' info completecareberkshire com '),
(38264,'slug',0,1,''),
(38264,'subject',0,1,' contact form submission from melanie jones redmond '),
(38264,'to',0,1,' info cchyattsville com '),
(38265,'slug',0,1,''),
(38265,'subject',0,1,' careers form submission from glory topping '),
(38265,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(38266,'slug',0,1,''),
(38266,'subject',0,1,' careers form submission from joseph cruz '),
(38266,'to',0,1,' careers completecareblvd com '),
(38267,'slug',0,1,''),
(38267,'subject',0,1,' contact form submission from hannah melotto '),
(38267,'to',0,1,' info ccsevernapark com '),
(38268,'slug',0,1,''),
(38268,'subject',0,1,' contact form submission from michelle '),
(38268,'to',0,1,' hlabatch completecaremgmt com '),
(38269,'slug',0,1,''),
(38269,'subject',0,1,' contact form submission from akhila pai '),
(38269,'to',0,1,' hlabatch completecaremgmt com '),
(38271,'slug',0,1,''),
(38271,'subject',0,1,' contact form submission from claire wentz '),
(38271,'to',0,1,' hlabatch completecaremgmt com '),
(38272,'slug',0,1,''),
(38272,'subject',0,1,' contact form submission from robert g schroeder '),
(38272,'to',0,1,' info ccprospectheights com '),
(38273,'slug',0,1,''),
(38273,'subject',0,1,' careers form submission from aaron salazar '),
(38273,'to',0,1,' careers cclaurelton com '),
(38274,'slug',0,1,''),
(38274,'subject',0,1,' contact form submission from peggy wagner '),
(38274,'to',0,1,' info completecarehillside com '),
(38282,'field:12',0,1,' bibi khodabux '),
(38282,'field:13',0,1,' bibikhodabux gmail com '),
(38282,'field:14',0,1,' 2035701557 '),
(38282,'field:15',0,1,' files resumes professional resume 2026 pdf pdf '),
(38282,'field:16',0,1,' nursing '),
(38282,'field:17',0,1,' lpn '),
(38282,'field:20',0,1,' https completecareglendale com careers '),
(38282,'field:21',0,1,' careers completecareglendale com '),
(38282,'field:29',0,1,' complete care at glendale '),
(38282,'title',0,1,' 2026 03 04 10 03 13 '),
(38283,'alt',0,1,''),
(38283,'extension',0,1,' pdf '),
(38283,'filename',0,1,' professional resume 2026 pdf pdf '),
(38283,'kind',0,1,' pdf '),
(38283,'slug',0,1,''),
(38283,'title',0,1,' professional resume 2026 pdf '),
(38292,'slug',0,1,''),
(38292,'subject',0,1,' careers form submission from bibi khodabux '),
(38292,'to',0,1,' careers completecareglendale com '),
(38325,'slug',0,1,' katya remilas paul '),
(38325,'title',0,1,' katya remilas paul '),
(38332,'field:10',0,1,' hello my name is michelle johnson i am a program manager with the alzheimers association national capital area nca chapter which works in communities in washington d c northern va and some maryland counties i am interested in conducting free education programs for youth young adults and seniors in 2026 on alzheimers disease since it affects many families and young caregivers please let me know if you are interested in scheduling a free education program in 2026 our calendar is open and we are flexible with dates times i can be reached via email or phone at 703 766 9012 thank you and take care '),
(38332,'field:18',0,1,' https mycompletecare com contact '),
(38332,'field:19',0,1,' hlabatch completecaremgmt com '),
(38332,'field:28',0,1,' complete care at la plata '),
(38332,'field:6',0,1,' michelle johnson '),
(38332,'field:7',0,1,' mdjohnson alz org '),
(38332,'field:8',0,1,' alzheimers association '),
(38332,'field:9',0,1,' general inquiry '),
(38332,'title',0,1,' 2026 03 04 10 34 15 '),
(38344,'slug',0,1,''),
(38344,'subject',0,1,' contact form submission from michelle johnson '),
(38344,'to',0,1,' hlabatch completecaremgmt com '),
(38358,'field:10',0,1,' would like to schedule an appointment to come in and tour the facility my mom needs care '),
(38358,'field:18',0,1,' https mycompletecare com contact '),
(38358,'field:19',0,1,' hlabatch completecaremgmt com '),
(38358,'field:28',0,1,' complete care at holiday city '),
(38358,'field:6',0,1,' elizabeth heminghaus '),
(38358,'field:7',0,1,' heminghaus aol com '),
(38358,'field:8',0,1,''),
(38358,'field:9',0,1,' other '),
(38358,'title',0,1,' 2026 03 04 11 06 36 '),
(38359,'slug',0,1,''),
(38359,'subject',0,1,' contact form submission from elizabeth heminghaus '),
(38359,'to',0,1,' hlabatch completecaremgmt com '),
(38362,'field:12',0,1,' eileen tate '),
(38362,'field:13',0,1,' eileentate94 gmail com '),
(38362,'field:14',0,1,' 8568164106 '),
(38362,'field:15',0,1,' files resumes eileen tate resume 4 pdf '),
(38362,'field:16',0,1,' nursing '),
(38362,'field:17',0,1,' eileen tate rn rac ct interested in mds coordinator position '),
(38362,'field:20',0,1,' https ccvoorhees com careers '),
(38362,'field:21',0,1,' careers ccvoorhees com '),
(38362,'field:29',0,1,' complete care at voorhees '),
(38362,'title',0,1,' 2026 03 04 11 14 17 '),
(38363,'alt',0,1,''),
(38363,'extension',0,1,' pdf '),
(38363,'filename',0,1,' eileen tate resume 4 pdf '),
(38363,'kind',0,1,' pdf '),
(38363,'slug',0,1,''),
(38363,'title',0,1,' eileen tate resume 4 '),
(38365,'field:10',0,1,' good morning this is elizabeth bialeckis daughter again i really dont want to be a thorn in anyones side but my mother is getting conflicting information she has vertigo and was told not to get up to go to the br by herself and yet some aid male tells her to get in the wheel chair and go herself she does not get any menu for food selection and gets a surprise everyday her feet and legs are extremely swollen and yet she was served a hot dog the other night do you know how much salt is in those things it seems like one person tells her one thing and another something else i e we arent giving her drug only to have someone else say she gets it everyday do these people even look at a chart im sorry to be complaining i know for the most part people work hard but we had her go to your facility because of your excellent rating i am actually in sc and my sister kathy is running ragged trying to take care of these issues she told me she spoke to sheena the other day and she previously spoke with the dietician who appeared to be quite accommodating which is why i dont understand why patients do not get a food selection that coincides with medical conditions questions are what is being done for the severe water retention in her legs and feet can someone please explain the dining practices menus food selection and should she get up in the middle of the night with vertigo and use the bathroom on her own feel free to contact me donna guida or my sister kathy cabarle with your response thank you '),
(38365,'field:18',0,1,' https ccgreenknoll com contact '),
(38365,'field:19',0,1,' info ccgreenknoll com '),
(38365,'field:28',0,1,' complete care at green knoll '),
(38365,'field:6',0,1,' donna l guida '),
(38365,'field:7',0,1,' dguida8190 gmail com '),
(38365,'field:8',0,1,''),
(38365,'field:9',0,1,' other '),
(38365,'title',0,1,' 2026 03 04 11 32 53 '),
(38367,'slug',0,1,''),
(38367,'subject',0,1,' careers form submission from eileen tate '),
(38367,'to',0,1,' careers ccvoorhees com '),
(38368,'slug',0,1,''),
(38368,'subject',0,1,' contact form submission from donna l guida '),
(38368,'to',0,1,' info ccgreenknoll com '),
(38369,'alt',0,1,''),
(38369,'extension',0,1,' jpg '),
(38369,'filename',0,1,' greenknoll ad 1 jpg '),
(38369,'kind',0,1,' image '),
(38369,'slug',0,1,''),
(38369,'title',0,1,' green knoll ad 1 '),
(38399,'field:12',0,1,' dajuan jones '),
(38399,'field:13',0,1,' dajuanj55 icloud com '),
(38399,'field:14',0,1,' 16672639884 '),
(38399,'field:15',0,1,' files resumes dajuan jones professional resume pdf '),
(38399,'field:16',0,1,' dietary food service '),
(38399,'field:17',0,1,' dear hiring manager i am writing to express my interest in the dietary aide position at your facility as a pre nursing major at towson university with a strong academic background in health sciences and hands on experience working in team oriented environments i am eager to contribute to patient care through nutritional support and food service excellence through my academic training i understand the critical role nutrition plays in recovery overall health and patient well being my athletic background has also strengthened my knowledge of proper nutrition discipline and the importance of consistency in maintaining health i bring strong communication skills attention to detail and the ability to follow dietary guidelines carefully to ensure patient safety and satisfaction in previous work experiences i have developed reliability time management skills and the ability to work efficiently in fast paced settings i am comfortable collaborating with kitchen staff nurses and healthcare professionals to ensure meals are prepared and delivered accurately according to dietary restrictions and sanitation standards i am highly motivated to grow within the healthcare field and view this role as an opportunity to support patients directly while continuing to build my clinical knowledge i would welcome the opportunity to further discuss how my skills and dedication can benefit your team thank you for your time and consideration i look forward to hearing from you sincerely dajuan jones '),
(38399,'field:20',0,1,' https ccmultimed com careers '),
(38399,'field:21',0,1,' careers ccmultimed com '),
(38399,'field:29',0,1,' complete care at multi medical center '),
(38399,'title',0,1,' 2026 03 04 13 13 02 '),
(38400,'alt',0,1,''),
(38400,'extension',0,1,' pdf '),
(38400,'filename',0,1,' dajuan jones professional resume pdf '),
(38400,'kind',0,1,' pdf '),
(38400,'slug',0,1,''),
(38400,'title',0,1,' dajuan jones professional resume '),
(38439,'field:1',0,1,' majius grove '),
(38439,'field:2',0,1,' majius90 gmail com '),
(38439,'field:22',0,1,' https mycompletecare com volunteer '),
(38439,'field:23',0,1,' volunteer completecaremgmt com '),
(38439,'field:3',0,1,' 2624083751 '),
(38439,'field:4',0,1,' complete care at glendale '),
(38439,'field:5',0,1,' i would like more information on volunteering '),
(38439,'title',0,1,' 2026 03 04 13 41 28 '),
(38446,'slug',0,1,''),
(38446,'subject',0,1,' careers form submission from dajuan jones '),
(38446,'to',0,1,' careers ccmultimed com '),
(38447,'slug',0,1,''),
(38447,'subject',0,1,' volunteer form submission from majius grove '),
(38447,'to',0,1,' volunteer completecaremgmt com '),
(38472,'field:10',0,1,' my name is martine bigos and i am a senior at johns hopkins university studying psychology on the pre med track i am currently looking for a full time caregiving position for the summer and am very interested in working at complete care in annapolis i have experience in patient facing roles through volunteering with my local first aid squad and helping care for an elderly family member and i am comfortable working closely with individuals who need consistent attentive support i am reliable quick to learn and genuinely interested in gaining more hands on experience in a senior care setting i will be living in annapolis full time this summer and am available for consistent full time hours with the possibility of continuing part time in the fall i am happy to share my resume and provide any additional information looking forward to hearing from you '),
(38472,'field:18',0,1,' https mycompletecare com contact '),
(38472,'field:19',0,1,' hlabatch completecaremgmt com '),
(38472,'field:28',0,1,' complete care at annapolis '),
(38472,'field:6',0,1,' martine bigos '),
(38472,'field:7',0,1,' martinebigos15 gmail com '),
(38472,'field:8',0,1,''),
(38472,'field:9',0,1,' careers '),
(38472,'title',0,1,' 2026 03 04 14 40 38 '),
(38473,'slug',0,1,''),
(38473,'subject',0,1,' contact form submission from martine bigos '),
(38473,'to',0,1,' hlabatch completecaremgmt com '),
(38525,'field:10',0,1,' hi i work in burlington and work for some of your neighbors i was hoping i could come by and offer a complimentary painting bid thank you in advance for your response with best rachel allan business development rep jersey commercial paint 609 380 7522 rachel jerseycommercialpainting com respond with stop to optout '),
(38525,'field:18',0,1,' https mycompletecare com contact '),
(38525,'field:19',0,1,' hlabatch completecaremgmt com '),
(38525,'field:28',0,1,' complete care at berkshire '),
(38525,'field:6',0,1,' rachel allan '),
(38525,'field:7',0,1,' rachel jerseycommercialpainting com '),
(38525,'field:8',0,1,' jersey commercial paint '),
(38525,'field:9',0,1,' general inquiry '),
(38525,'title',0,1,' 2026 03 04 16 21 46 '),
(38526,'field:10',0,1,' hi i work in burlington and work for some of your neighbors i was hoping i could come by and offer a complimentary painting bid thank you in advance for your response with best rachel allan business development rep jersey commercial paint 609 380 7522 rachel jerseycommercialpainting com respond with stop to optout '),
(38526,'field:18',0,1,' https mycompletecare com contact '),
(38526,'field:19',0,1,' hlabatch completecaremgmt com '),
(38526,'field:28',0,1,' complete care at barn hill '),
(38526,'field:6',0,1,' rachel allan '),
(38526,'field:7',0,1,' rachel jerseycommercialpainting com '),
(38526,'field:8',0,1,' jersey commercial paint '),
(38526,'field:9',0,1,' general inquiry '),
(38526,'title',0,1,' 2026 03 04 16 31 26 '),
(38529,'field:10',0,1,' id like the corporate number or email address to get some issues resolved that havent been resolved directly from the facility '),
(38529,'field:18',0,1,' https cchyattsville com contact '),
(38529,'field:19',0,1,' info cchyattsville com '),
(38529,'field:28',0,1,' complete care at hyattsville '),
(38529,'field:6',0,1,' anjelica futrell '),
(38529,'field:7',0,1,' jazzijeli yahoo com '),
(38529,'field:8',0,1,''),
(38529,'field:9',0,1,' resident family support '),
(38529,'title',0,1,' 2026 03 04 16 44 15 '),
(38537,'field:10',0,1,' hello are you hiring im looking for an activity director position '),
(38537,'field:18',0,1,' https mycompletecare com contact '),
(38537,'field:19',0,1,' hlabatch completecaremgmt com '),
(38537,'field:28',0,1,' complete care at silver lake '),
(38537,'field:6',0,1,' amy hayman '),
(38537,'field:7',0,1,' logansmama07 yahoo com '),
(38537,'field:8',0,1,' complete care dover de '),
(38537,'field:9',0,1,' careers '),
(38537,'title',0,1,' 2026 03 04 18 04 43 '),
(38539,'field:12',0,1,' summer gardner '),
(38539,'field:13',0,1,' summerpaige55 hotmail com '),
(38539,'field:14',0,1,' 8622001170 '),
(38539,'field:15',0,1,' files resumes resume heic '),
(38539,'field:16',0,1,' maintenance housekeeping '),
(38539,'field:17',0,1,' hello looking for part time full time hours depending work '),
(38539,'field:20',0,1,' https ccmilfordmanor com careers '),
(38539,'field:21',0,1,' careers ccmilfordmanor com '),
(38539,'field:29',0,1,' complete care at milford manor '),
(38539,'title',0,1,' 2026 03 04 18 34 58 '),
(38540,'alt',0,1,''),
(38540,'extension',0,1,' heic '),
(38540,'filename',0,1,' resume heic '),
(38540,'kind',0,1,' image '),
(38540,'slug',0,1,''),
(38540,'title',0,1,' resume '),
(38544,'field:1',0,1,' maria guillen '),
(38544,'field:2',0,1,' guillen0810maria gmail com '),
(38544,'field:22',0,1,' https mycompletecare com volunteer '),
(38544,'field:23',0,1,' volunteer completecaremgmt com '),
(38544,'field:3',0,1,' 3046275275 '),
(38544,'field:4',0,1,' complete care at harborage '),
(38544,'field:5',0,1,' hello i would love to get some more info on your volunteering program i have been thinking of volunteering for a while and i live close by so i figured i would reach out '),
(38544,'title',0,1,' 2026 03 04 19 56 11 '),
(38546,'field:12',0,1,' lemoine marcelin '),
(38546,'field:13',0,1,' marcelinlemoine6 gmail com '),
(38546,'field:14',0,1,' 2409908329 '),
(38546,'field:15',0,1,''),
(38546,'field:16',0,1,' dietary food service maintenance housekeeping '),
(38546,'field:17',0,1,' i am skilled professional with strong communication having experience with leading communicating with stakeholders educating youth and adults im committed to excellence and a proactive problem solving im passionate about my work and as well a fast learner that will contribute to the companies values and beliefs '),
(38546,'field:20',0,1,' https cchyattsville com careers '),
(38546,'field:21',0,1,' careers cchyattsville com '),
(38546,'field:29',0,1,' complete care at hyattsville '),
(38546,'title',0,1,' 2026 03 04 20 02 30 '),
(38548,'field:12',0,1,' cindy r '),
(38548,'field:13',0,1,' cindyrobles c08 gmail com '),
(38548,'field:14',0,1,' 2407045981 '),
(38548,'field:15',0,1,' files resumes img 3672 png '),
(38548,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping nursing social services '),
(38548,'field:17',0,1,' i am excited about the opportunities to join this community and to contribute to its success on making sure families and residents are cared for and satisfied i love the drive and compassion on helping others i look forward to hearing back and to possibly make a impact '),
(38548,'field:20',0,1,' https cchyattsville com careers '),
(38548,'field:21',0,1,' careers cchyattsville com '),
(38548,'field:29',0,1,' complete care at hyattsville '),
(38548,'title',0,1,' 2026 03 04 20 18 50 '),
(38549,'alt',0,1,''),
(38549,'extension',0,1,' png '),
(38549,'filename',0,1,' img 3672 png '),
(38549,'kind',0,1,' image '),
(38549,'slug',0,1,''),
(38549,'title',0,1,' img 3672 '),
(38551,'alt',0,1,''),
(38551,'extension',0,1,' png '),
(38551,'filename',0,1,' img 3672 2026 03 05 011853 vxrq png '),
(38551,'kind',0,1,' image '),
(38551,'slug',0,1,''),
(38551,'title',0,1,' img 3672 '),
(38552,'field:12',0,1,' cindy r '),
(38552,'field:13',0,1,' cindyrobles c08 gmail com '),
(38552,'field:14',0,1,' 2407045981 '),
(38552,'field:15',0,1,' files resumes img 3672 2026 03 05 012128 swak png '),
(38552,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping nursing social services '),
(38552,'field:17',0,1,' i am excited about the opportunities to join this community and to contribute to its success on making sure families and residents are cared for and satisfied i love the drive and compassion on helping others i look forward to hearing back and to possibly make a impact '),
(38552,'field:20',0,1,' https cchyattsville com careers '),
(38552,'field:21',0,1,' careers cchyattsville com '),
(38552,'field:29',0,1,' complete care at hyattsville '),
(38552,'title',0,1,' 2026 03 04 20 21 41 '),
(38553,'alt',0,1,''),
(38553,'extension',0,1,' png '),
(38553,'filename',0,1,' img 3672 2026 03 05 012128 swak png '),
(38553,'kind',0,1,' image '),
(38553,'slug',0,1,''),
(38553,'title',0,1,' img 3672 '),
(38555,'alt',0,1,''),
(38555,'extension',0,1,' png '),
(38555,'filename',0,1,' img 3672 2026 03 05 012141 geez png '),
(38555,'kind',0,1,' image '),
(38555,'slug',0,1,''),
(38555,'title',0,1,' img 3672 '),
(38557,'alt',0,1,''),
(38557,'extension',0,1,' png '),
(38557,'filename',0,1,' img 3672 2026 03 05 012155 xvoy png '),
(38557,'kind',0,1,' image '),
(38557,'slug',0,1,''),
(38557,'title',0,1,' img 3672 '),
(38559,'alt',0,1,''),
(38559,'extension',0,1,' png '),
(38559,'filename',0,1,' img 3672 2026 03 05 012208 jqae png '),
(38559,'kind',0,1,' image '),
(38559,'slug',0,1,''),
(38559,'title',0,1,' img 3672 '),
(38561,'alt',0,1,''),
(38561,'extension',0,1,' png '),
(38561,'filename',0,1,' img 3672 2026 03 05 012233 xxgs png '),
(38561,'kind',0,1,' image '),
(38561,'slug',0,1,''),
(38561,'title',0,1,' img 3672 '),
(38563,'alt',0,1,''),
(38563,'extension',0,1,' png '),
(38563,'filename',0,1,' img 3672 2026 03 05 012250 befk png '),
(38563,'kind',0,1,' image '),
(38563,'slug',0,1,''),
(38563,'title',0,1,' img 3672 '),
(38565,'alt',0,1,''),
(38565,'extension',0,1,' png '),
(38565,'filename',0,1,' img 3672 2026 03 05 012311 kbmp png '),
(38565,'kind',0,1,' image '),
(38565,'slug',0,1,''),
(38565,'title',0,1,' img 3672 '),
(38567,'alt',0,1,''),
(38567,'extension',0,1,' jpeg '),
(38567,'filename',0,1,' img 4426 jpeg '),
(38567,'kind',0,1,' image '),
(38567,'slug',0,1,''),
(38567,'title',0,1,' img 4426 '),
(38575,'field:10',0,1,' hello wondering what kind of availability you have for a 90 year old man and what the application process is as well as financial options '),
(38575,'field:18',0,1,' https ccchristianhome com contact '),
(38575,'field:19',0,1,' info ccchristianhome com '),
(38575,'field:28',0,1,' complete care at christian home '),
(38575,'field:6',0,1,' melissa yahr '),
(38575,'field:7',0,1,' melissa yahr yahoo com '),
(38575,'field:8',0,1,''),
(38575,'field:9',0,1,' general inquiry '),
(38575,'title',0,1,' 2026 03 04 21 48 21 '),
(38578,'field:10',0,1,' iam apply for a job part time and full time for housekeeping and activities and receptionist front desk '),
(38578,'field:18',0,1,' https ccshorrockgardens com contact '),
(38578,'field:19',0,1,' info ccshorrockgardens com '),
(38578,'field:28',0,1,' complete care at shorrock gardens '),
(38578,'field:6',0,1,' allison dwyer '),
(38578,'field:7',0,1,' allieson387 gmail com '),
(38578,'field:8',0,1,''),
(38578,'field:9',0,1,' careers '),
(38578,'title',0,1,' 2026 03 04 21 58 51 '),
(38681,'field:10',0,1,' my name is antonia pilot and i serve as the assistant fieldwork coordinator for the master of occupational therapy program at delaware state university here in dover im reaching out to see if your therapy department might have availability to host a level ii ot student during one of our upcoming rotations level iia may 18 august 7 2026 level iib august 31 november 20 2026 i would be happy to share additional program information or begin the affiliation agreement process if there is interest '),
(38681,'field:18',0,1,' https mycompletecare com contact '),
(38681,'field:19',0,1,' hlabatch completecaremgmt com '),
(38681,'field:28',0,1,''),
(38681,'field:6',0,1,' antonia pilot '),
(38681,'field:7',0,1,' apilot desu edu '),
(38681,'field:8',0,1,' delaware state university '),
(38681,'field:9',0,1,' careers '),
(38681,'title',0,1,' 2026 03 05 08 50 39 '),
(38689,'slug',0,1,''),
(38689,'subject',0,1,' contact form submission from rachel allan '),
(38689,'to',0,1,' hlabatch completecaremgmt com '),
(38690,'slug',0,1,''),
(38690,'subject',0,1,' contact form submission from rachel allan '),
(38690,'to',0,1,' hlabatch completecaremgmt com '),
(38691,'slug',0,1,''),
(38691,'subject',0,1,' contact form submission from anjelica futrell '),
(38691,'to',0,1,' info cchyattsville com '),
(38692,'slug',0,1,''),
(38692,'subject',0,1,' contact form submission from amy hayman '),
(38692,'to',0,1,' hlabatch completecaremgmt com '),
(38693,'slug',0,1,''),
(38693,'subject',0,1,' careers form submission from summer gardner '),
(38693,'to',0,1,' careers ccmilfordmanor com '),
(38694,'slug',0,1,''),
(38694,'subject',0,1,' volunteer form submission from maria guillen '),
(38694,'to',0,1,' volunteer completecaremgmt com '),
(38695,'slug',0,1,''),
(38695,'subject',0,1,' careers form submission from lemoine marcelin '),
(38695,'to',0,1,' careers cchyattsville com '),
(38696,'slug',0,1,''),
(38696,'subject',0,1,' careers form submission from cindy r '),
(38696,'to',0,1,' careers cchyattsville com '),
(38697,'slug',0,1,''),
(38697,'subject',0,1,' careers form submission from cindy r '),
(38697,'to',0,1,' careers cchyattsville com '),
(38698,'slug',0,1,''),
(38698,'subject',0,1,' contact form submission from melissa yahr '),
(38698,'to',0,1,' info ccchristianhome com '),
(38699,'slug',0,1,''),
(38699,'subject',0,1,' contact form submission from allison dwyer '),
(38699,'to',0,1,' info ccshorrockgardens com '),
(38700,'slug',0,1,''),
(38700,'subject',0,1,' contact form submission from antonia pilot '),
(38700,'to',0,1,' hlabatch completecaremgmt com '),
(38704,'field:10',0,1,' testing '),
(38704,'field:18',0,1,' https ccsouthpointe com contact '),
(38704,'field:19',0,1,' info ccsouthpointe com '),
(38704,'field:28',0,1,' complete care at southpointe '),
(38704,'field:6',0,1,' grace '),
(38704,'field:7',0,1,' goleary completecaremgmt com '),
(38704,'field:8',0,1,''),
(38704,'field:9',0,1,' general inquiry '),
(38704,'title',0,1,' 2026 03 05 10 12 34 '),
(38705,'slug',0,1,''),
(38705,'subject',0,1,' contact form submission from grace '),
(38705,'to',0,1,' info ccsouthpointe com '),
(38708,'field:10',0,1,' testing if you receive this please reply back with yes '),
(38708,'field:18',0,1,' https ccsouthpointe com contact '),
(38708,'field:19',0,1,' info ccsouthpointe com goleary completecaremgmt com '),
(38708,'field:28',0,1,' complete care at southpointe '),
(38708,'field:6',0,1,' grace '),
(38708,'field:7',0,1,' goleary completecaremgmt com '),
(38708,'field:8',0,1,''),
(38708,'field:9',0,1,' general inquiry '),
(38708,'title',0,1,' 2026 03 05 10 27 28 '),
(38709,'slug',0,1,''),
(38709,'subject',0,1,' contact form submission from grace '),
(38709,'to',0,1,' info ccsouthpointe com goleary completecaremgmt com '),
(38712,'field:10',0,1,' testing '),
(38712,'field:18',0,1,' https ccsouthpointe com contact '),
(38712,'field:19',0,1,' info ccsouthpointe com goleary completecaremgmt com '),
(38712,'field:28',0,1,' complete care at southpointe '),
(38712,'field:6',0,1,' grace '),
(38712,'field:7',0,1,' goleary completecaremgmt com '),
(38712,'field:8',0,1,''),
(38712,'field:9',0,1,' general inquiry '),
(38712,'title',0,1,' 2026 03 05 10 30 56 '),
(38715,'field:10',0,1,' testing if received please reply yes '),
(38715,'field:18',0,1,' https cckensington com contact '),
(38715,'field:19',0,1,' info cckensington com goleary completecaremgmt com '),
(38715,'field:28',0,1,' complete care at kensington '),
(38715,'field:6',0,1,' grace '),
(38715,'field:7',0,1,' goleary completecaremgmt com '),
(38715,'field:8',0,1,''),
(38715,'field:9',0,1,' general inquiry '),
(38715,'title',0,1,' 2026 03 05 10 39 20 '),
(38716,'slug',0,1,''),
(38716,'subject',0,1,' contact form submission from grace '),
(38716,'to',0,1,' info cckensington com goleary completecaremgmt com '),
(38719,'field:10',0,1,' testing please reply yes if received '),
(38719,'field:18',0,1,' https cchalescorners com contact '),
(38719,'field:19',0,1,' info cchalescorners com goleary completecaremgmt com '),
(38719,'field:28',0,1,' complete care at hales corners '),
(38719,'field:6',0,1,' grace '),
(38719,'field:7',0,1,' goleary completecaremgmt com '),
(38719,'field:8',0,1,''),
(38719,'field:9',0,1,' general inquiry '),
(38719,'title',0,1,' 2026 03 05 10 40 33 '),
(38720,'slug',0,1,''),
(38720,'subject',0,1,' contact form submission from grace '),
(38720,'to',0,1,' info cchalescorners com goleary completecaremgmt com '),
(38724,'field:1',0,1,' shruti ma '),
(38724,'field:2',0,1,' shrutima05 gmail com '),
(38724,'field:22',0,1,' https mycompletecare com volunteer '),
(38724,'field:23',0,1,' volunteer completecaremgmt com '),
(38724,'field:3',0,1,' 7326478622 '),
(38724,'field:4',0,1,' complete care at park place '),
(38724,'field:5',0,1,' hi im looking for an opportunity to volunteer on a weekly basis for 1 hour or more from march im a sophomore at high school im also available during my summer break starting june kindly provide me guidance for any such opportunities looking forward to hear from you thanks shruti ma '),
(38724,'title',0,1,' 2026 03 05 11 17 30 '),
(38727,'slug',0,1,''),
(38727,'subject',0,1,' volunteer form submission from shruti ma '),
(38727,'to',0,1,' volunteer completecaremgmt com '),
(38730,'field:10',0,1,' hello we are in need of a fax email or third party contact information so we can request a verification of employment '),
(38730,'field:18',0,1,' https mycompletecare com contact '),
(38730,'field:19',0,1,' hlabatch completecaremgmt com '),
(38730,'field:28',0,1,''),
(38730,'field:6',0,1,' jennifer holt '),
(38730,'field:7',0,1,' jennifer holt amerisbank com '),
(38730,'field:8',0,1,' ameris bank '),
(38730,'field:9',0,1,' other '),
(38730,'title',0,1,' 2026 03 05 12 38 36 '),
(38731,'field:12',0,1,' yuleisi '),
(38731,'field:13',0,1,' yvasquez0709 gmail com '),
(38731,'field:14',0,1,' 4846408462 '),
(38731,'field:15',0,1,''),
(38731,'field:16',0,1,' dietary food service '),
(38731,'field:17',0,1,' im a senior in highschool looking for after school hours work or weekend jobs im available all day on the weekends '),
(38731,'field:20',0,1,' https mycompletecare com careers '),
(38731,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(38731,'field:29',0,1,' complete care at phillipsburg '),
(38731,'title',0,1,' 2026 03 05 12 48 37 '),
(38734,'field:10',0,1,' hi my name is kristen foelsch i am inquiring about employment opportunities with your organization i live in maywood nj are there are any facilities near there i look forward to hearing from you soon sincerely kristen '),
(38734,'field:18',0,1,' https mycompletecare com contact '),
(38734,'field:19',0,1,' hlabatch completecaremgmt com '),
(38734,'field:28',0,1,''),
(38734,'field:6',0,1,' kristen foelsch '),
(38734,'field:7',0,1,' kfoelsch16 gmail com '),
(38734,'field:8',0,1,''),
(38734,'field:9',0,1,' careers '),
(38734,'title',0,1,' 2026 03 05 12 56 14 '),
(38737,'field:10',0,1,' hi this message is intended for whoever oversees your federal bidding efforts is your team still spending significant time manually finding and qualifying sam gov opportunities our ai system evaluates 1000s of daily fed opportunities including full solicitation documents against your specific past performance and win criteria not just keyword matches instead of your team sorting through feeds you receive a daily shortlist of high fit opportunities typically doubling qualified pipeline and reducing admin by 95% would it make sense to share a quick overview '),
(38737,'field:18',0,1,' https mycompletecare com contact '),
(38737,'field:19',0,1,' hlabatch completecaremgmt com '),
(38737,'field:28',0,1,' complete care at wall '),
(38737,'field:6',0,1,' david steen '),
(38737,'field:7',0,1,' david intellectible com '),
(38737,'field:8',0,1,' intellectible '),
(38737,'field:9',0,1,' general inquiry '),
(38737,'title',0,1,' 2026 03 05 13 07 30 '),
(38738,'field:10',0,1,' health fair at james a cotten intermediate school april 15 2026 from 9am 2pm '),
(38738,'field:18',0,1,' https ccmarcella com contact '),
(38738,'field:19',0,1,' info ccmarcella com '),
(38738,'field:28',0,1,' complete care at marcella '),
(38738,'field:6',0,1,' andrea bradford '),
(38738,'field:7',0,1,' abradford wboe net '),
(38738,'field:8',0,1,' james a cotten intermediate school '),
(38738,'field:9',0,1,' other '),
(38738,'title',0,1,' 2026 03 05 13 10 01 '),
(38739,'slug',0,1,''),
(38739,'subject',0,1,' contact form submission from jennifer holt '),
(38739,'to',0,1,' hlabatch completecaremgmt com '),
(38740,'slug',0,1,''),
(38740,'subject',0,1,' careers form submission from yuleisi '),
(38740,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(38741,'slug',0,1,''),
(38741,'subject',0,1,' contact form submission from kristen foelsch '),
(38741,'to',0,1,' hlabatch completecaremgmt com '),
(38742,'slug',0,1,''),
(38742,'subject',0,1,' contact form submission from david steen '),
(38742,'to',0,1,' hlabatch completecaremgmt com '),
(38743,'slug',0,1,''),
(38743,'subject',0,1,' contact form submission from andrea bradford '),
(38743,'to',0,1,' info ccmarcella com '),
(38747,'field:1',0,1,' rana alzyoud '),
(38747,'field:2',0,1,' alzyoudrana08 gmail com '),
(38747,'field:22',0,1,' https mycompletecare com volunteer '),
(38747,'field:23',0,1,' volunteer completecaremgmt com '),
(38747,'field:3',0,1,' 6673552371 '),
(38747,'field:4',0,1,' complete care at heritage '),
(38747,'field:5',0,1,' hello my name is rana alzyoud i am a senior at towson university and i would love the opportunity to volunteer at complete care and spend time with the residents i am interested in helping with activities such as reading trivia sessions or assisting with events please let me know if there are any volunteer opportunities available and what the next steps would be kindly rana alzyoud '),
(38747,'title',0,1,' 2026 03 05 13 18 12 '),
(38750,'slug',0,1,''),
(38750,'subject',0,1,' volunteer form submission from rana alzyoud '),
(38750,'to',0,1,' volunteer completecaremgmt com '),
(38800,'alt',0,1,''),
(38800,'extension',0,1,' pdf '),
(38800,'filename',0,1,' christian home calendars pdf '),
(38800,'kind',0,1,' pdf '),
(38800,'slug',0,1,''),
(38800,'title',0,1,' christian home calendars '),
(38802,'alt',0,1,''),
(38802,'extension',0,1,' pdf '),
(38802,'filename',0,1,' germantown pdf '),
(38802,'kind',0,1,' pdf '),
(38802,'slug',0,1,''),
(38802,'title',0,1,' germantown '),
(38805,'alt',0,1,''),
(38805,'extension',0,1,' pdf '),
(38805,'filename',0,1,' grande prairie pdf '),
(38805,'kind',0,1,' pdf '),
(38805,'slug',0,1,''),
(38805,'title',0,1,' grande prairie '),
(38811,'alt',0,1,''),
(38811,'extension',0,1,' pdf '),
(38811,'filename',0,1,' nazareth calendar pdf '),
(38811,'kind',0,1,' pdf '),
(38811,'slug',0,1,''),
(38811,'title',0,1,' nazareth calendar '),
(38814,'alt',0,1,''),
(38814,'extension',0,1,' pdf '),
(38814,'filename',0,1,' ridgewood calendar pdf '),
(38814,'kind',0,1,' pdf '),
(38814,'slug',0,1,''),
(38814,'title',0,1,' ridgewood calendar '),
(38818,'field:12',0,1,' allison dwyer '),
(38818,'field:13',0,1,' allieson387 gmail com '),
(38818,'field:14',0,1,' 17326788773 '),
(38818,'field:15',0,1,' files resumes 20260218 195312 2026 03 05 205223 nwox jpg '),
(38818,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping recruitment volunteer opportunities '),
(38818,'field:17',0,1,' i am looking for full time work part time mornings days and weekends '),
(38818,'field:20',0,1,' https ccshorrockgardens com careers '),
(38818,'field:21',0,1,' careers ccshorrockgardens com '),
(38818,'field:29',0,1,' complete care at shorrock gardens '),
(38818,'title',0,1,' 2026 03 05 15 52 24 '),
(38819,'alt',0,1,''),
(38819,'extension',0,1,' jpg '),
(38819,'filename',0,1,' 20260218 195312 2026 03 05 205223 nwox jpg '),
(38819,'kind',0,1,' image '),
(38819,'slug',0,1,''),
(38819,'title',0,1,' 20260218 195312 '),
(38854,'field:10',0,1,' what time are your visiting hours id like to visit my friend over the weekend '),
(38854,'field:18',0,1,' https mycompletecare com contact '),
(38854,'field:19',0,1,' hlabatch completecaremgmt com '),
(38854,'field:28',0,1,''),
(38854,'field:6',0,1,' anne smith '),
(38854,'field:7',0,1,' craftyladymd yahoo com '),
(38854,'field:8',0,1,''),
(38854,'field:9',0,1,' general inquiry '),
(38854,'title',0,1,' 2026 03 05 19 44 44 '),
(38855,'field:10',0,1,' cotiviti inc p o box 952366 saint louis mo 63195 p 888 633 5516 f 203 423 1581 www cotiviti com we have been trying to reach you to discuss unresolved overpayment requests several unsuccessful attempts have been made to resolve this issue can someone please contact me at the phone number above or email me at breanna jackson cotiviti com to confirm these were received and to discuss timetable for resolution thank you breanna jackson recovery resolution specialist ph 888 633 5516 ext 9663 '),
(38855,'field:18',0,1,' https mycompletecare com contact '),
(38855,'field:19',0,1,' hlabatch completecaremgmt com '),
(38855,'field:28',0,1,' complete care at wall '),
(38855,'field:6',0,1,' breanna jackson '),
(38855,'field:7',0,1,' breanna jackson cotiviti com '),
(38855,'field:8',0,1,' cotiviti on behalf of cigna healthcare '),
(38855,'field:9',0,1,' other '),
(38855,'title',0,1,' 2026 03 05 19 45 19 '),
(38888,'field:12',0,1,' ciera bailey '),
(38888,'field:13',0,1,' cierabailey33 gmail com '),
(38888,'field:14',0,1,' 2675217601 '),
(38888,'field:15',0,1,' files resumes ciera resume 2026 pdf '),
(38888,'field:16',0,1,' administrative business office dietary food service maintenance housekeeping '),
(38888,'field:17',0,1,' n a '),
(38888,'field:20',0,1,' https ccbrackenville com careers '),
(38888,'field:21',0,1,' careers ccbrackenville com '),
(38888,'field:29',0,1,' complete care at brackenville '),
(38888,'title',0,1,' 2026 03 05 23 12 17 '),
(38889,'alt',0,1,''),
(38889,'extension',0,1,' pdf '),
(38889,'filename',0,1,' ciera resume 2026 pdf '),
(38889,'kind',0,1,' pdf '),
(38889,'slug',0,1,''),
(38889,'title',0,1,' ciera resume 2026 '),
(39017,'field:12',0,1,' karen cook '),
(39017,'field:13',0,1,' karenmcook59 yahoo com '),
(39017,'field:14',0,1,' 7326726377 '),
(39017,'field:15',0,1,' files resumes karen2026 pdf '),
(39017,'field:16',0,1,' administrative business office '),
(39017,'field:17',0,1,' none '),
(39017,'field:20',0,1,' https completecareclark com careers '),
(39017,'field:21',0,1,' careers completecareclark com '),
(39017,'field:29',0,1,' complete care at clark '),
(39017,'title',0,1,' 2026 03 06 04 59 09 '),
(39018,'alt',0,1,''),
(39018,'extension',0,1,' pdf '),
(39018,'filename',0,1,' karen2026 pdf '),
(39018,'kind',0,1,' pdf '),
(39018,'slug',0,1,''),
(39018,'title',0,1,' karen2026 '),
(39028,'field:10',0,1,' hi i recently came across your website and really liked the overall presentation and clarity of your services while reviewing it i noticed a small search visibility issue that could be limiting your presence on search engines its a relatively simple fix that may help improve traffic and inquiries if youre open to it id be happy to share a short summary and suggestions with you best regards christopher miller '),
(39028,'field:18',0,1,' https ccglendalewest com contact '),
(39028,'field:19',0,1,' info ccglendalewest com '),
(39028,'field:28',0,1,' complete care at glendale west '),
(39028,'field:6',0,1,' christopher miller '),
(39028,'field:7',0,1,' christopherm illermkts gmail com '),
(39028,'field:8',0,1,''),
(39028,'field:9',0,1,' general inquiry '),
(39028,'title',0,1,' 2026 03 06 05 24 38 '),
(39091,'field:12',0,1,' tashni lyons '),
(39091,'field:13',0,1,' lyonstashni yahoo com '),
(39091,'field:14',0,1,' 3473253330 '),
(39091,'field:15',0,1,''),
(39091,'field:16',0,1,' nursing '),
(39091,'field:17',0,1,' i recently attained my cna certification and i was hoping to get a per diem cna job doing 11 7 shifts once or twice a week '),
(39091,'field:20',0,1,' https ccorangepark com careers '),
(39091,'field:21',0,1,' careers ccorangepark com '),
(39091,'field:29',0,1,' complete care at orange park '),
(39091,'title',0,1,' 2026 03 06 08 48 54 '),
(39116,'field:12',0,1,' annaliese jelmert '),
(39116,'field:13',0,1,' liese kugis gmail com '),
(39116,'field:14',0,1,' 9083614213 '),
(39116,'field:15',0,1,' files resumes img 7895 jpeg '),
(39116,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(39116,'field:17',0,1,' i am very interested in opportunities in dietary food service activities recreation or maintenance housekeeping at your facility i have always enjoyed spending time with and talking with older adults and i was fortunate to help care for my great grandmother from age 85 to 99 and my step dads grandmother from age 90 to 94 those experiences taught me patience compassion and how meaningful simple conversations and daily support can be as a current college student i am seeking a part time position and would love the opportunity to contribute to a warm respectful and positive environment for your residents while bringing my strong work ethic and friendly attitude to your team sincerely annaliese jelmert '),
(39116,'field:20',0,1,' https ccphillipsburg com careers '),
(39116,'field:21',0,1,' careers ccphillipsburg com '),
(39116,'field:29',0,1,' complete care at phillipsburg '),
(39116,'title',0,1,' 2026 03 06 09 53 16 '),
(39117,'alt',0,1,''),
(39117,'extension',0,1,' jpeg '),
(39117,'filename',0,1,' img 7895 jpeg '),
(39117,'kind',0,1,' image '),
(39117,'slug',0,1,''),
(39117,'title',0,1,' img 7895 '),
(39150,'field:10',0,1,' looking to tour th facility for long term care options '),
(39150,'field:18',0,1,' https ccparkplace com contact '),
(39150,'field:19',0,1,' info ccparkplace com '),
(39150,'field:28',0,1,' complete care at park place '),
(39150,'field:6',0,1,' rebecca romanko '),
(39150,'field:7',0,1,' rebecca mae17 gmail com '),
(39150,'field:8',0,1,''),
(39150,'field:9',0,1,' other '),
(39150,'title',0,1,' 2026 03 06 10 43 56 '),
(39172,'field:10',0,1,' my name is ashley kuhn and i am an upcoming graduate from misericordia university where i will graduate with my masters degree in speech language pathology i am seeking information regarding a need in your facilities in the lehigh valley area for a dedicated slp to care for the residents i am a compassionate and supportive individual who is interested in caring for patients and improving their quality of life with each interaction please inform me at your earliest convenience if you have any openings within your facility i look forward to hearing from you '),
(39172,'field:18',0,1,' https cclehigh com contact '),
(39172,'field:19',0,1,' info cclehigh com '),
(39172,'field:28',0,1,' complete care at lehigh '),
(39172,'field:6',0,1,' ashley kuhn '),
(39172,'field:7',0,1,' ashkuhn185 gmail com '),
(39172,'field:8',0,1,''),
(39172,'field:9',0,1,' careers '),
(39172,'title',0,1,' 2026 03 06 11 15 22 '),
(39184,'field:10',0,1,' hello team my name is naaz and i am with disa global solutions a third party background screening company we are requesting verification of employment for one of your former employees we need to confirm the employees dates of employment and job title if you are the appropriate person or department to handle this request please let us know i can provide a formal written request or authorization if required if you have any questions about our company please visit www disa com or contact our client care team at 866 859 0143 regards naaz alam disa global solutions phone 346 998 0282 extn 6816 fax back number 205 443 9396 205 414 6392 877 991 9737 email naaz alam disa com www disa co '),
(39184,'field:18',0,1,' https mycompletecare com contact '),
(39184,'field:19',0,1,' hlabatch completecaremgmt com '),
(39184,'field:28',0,1,' complete care at manitowoc '),
(39184,'field:6',0,1,' naaz alam '),
(39184,'field:7',0,1,' naaz alam disa com '),
(39184,'field:8',0,1,' disa global solutions '),
(39184,'field:9',0,1,' general inquiry '),
(39184,'title',0,1,' 2026 03 06 11 52 38 '),
(39190,'field:10',0,1,' good afternoon i was interested in applying for the position of a nursing assistant at your facility my question is do you offer training to become a cna while working there as i am interested in switching careers to ultimately become a cna any information about this would be greatly appreciated im interested in learning more and becoming an employee thank you for your time best matthew dixon vernon nj '),
(39190,'field:18',0,1,' https completecarebarnhill com contact '),
(39190,'field:19',0,1,' info completecarebarnhill com '),
(39190,'field:28',0,1,' complete care at barn hill '),
(39190,'field:6',0,1,' matthew dixon '),
(39190,'field:7',0,1,' mdfilms21 gmail com '),
(39190,'field:8',0,1,''),
(39190,'field:9',0,1,' careers '),
(39190,'title',0,1,' 2026 03 06 13 00 22 '),
(39192,'field:12',0,1,' anthony clark '),
(39192,'field:13',0,1,' fnbace03 gmail com '),
(39192,'field:14',0,1,' 8567966776 '),
(39192,'field:15',0,1,' files resumes resume 2026 03 06 182254 sxcq pdf '),
(39192,'field:16',0,1,''),
(39192,'field:17',0,1,' i worked here before '),
(39192,'field:20',0,1,' https mycompletecare com careers '),
(39192,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(39192,'field:29',0,1,' complete care at voorhees '),
(39192,'title',0,1,' 2026 03 06 13 22 54 '),
(39193,'alt',0,1,''),
(39193,'extension',0,1,' pdf '),
(39193,'filename',0,1,' resume 2026 03 06 182254 sxcq pdf '),
(39193,'kind',0,1,' pdf '),
(39193,'slug',0,1,''),
(39193,'title',0,1,' resume '),
(39194,'slug',0,1,''),
(39194,'subject',0,1,' careers form submission from allison dwyer '),
(39194,'to',0,1,' careers ccshorrockgardens com '),
(39195,'slug',0,1,''),
(39195,'subject',0,1,' contact form submission from anne smith '),
(39195,'to',0,1,' hlabatch completecaremgmt com '),
(39196,'slug',0,1,''),
(39196,'subject',0,1,' contact form submission from breanna jackson '),
(39196,'to',0,1,' hlabatch completecaremgmt com '),
(39197,'slug',0,1,''),
(39197,'subject',0,1,' careers form submission from ciera bailey '),
(39197,'to',0,1,' careers ccbrackenville com '),
(39198,'slug',0,1,''),
(39198,'subject',0,1,' careers form submission from karen cook '),
(39198,'to',0,1,' careers completecareclark com '),
(39199,'slug',0,1,''),
(39199,'subject',0,1,' contact form submission from christopher miller '),
(39199,'to',0,1,' info ccglendalewest com '),
(39200,'slug',0,1,''),
(39200,'subject',0,1,' careers form submission from tashni lyons '),
(39200,'to',0,1,' careers ccorangepark com '),
(39201,'slug',0,1,''),
(39201,'subject',0,1,' careers form submission from annaliese jelmert '),
(39201,'to',0,1,' careers ccphillipsburg com '),
(39202,'slug',0,1,''),
(39202,'subject',0,1,' contact form submission from rebecca romanko '),
(39202,'to',0,1,' info ccparkplace com '),
(39203,'slug',0,1,''),
(39203,'subject',0,1,' contact form submission from ashley kuhn '),
(39203,'to',0,1,' info cclehigh com '),
(39204,'slug',0,1,''),
(39204,'subject',0,1,' contact form submission from naaz alam '),
(39204,'to',0,1,' hlabatch completecaremgmt com '),
(39205,'slug',0,1,''),
(39205,'subject',0,1,' contact form submission from matthew dixon '),
(39205,'to',0,1,' info completecarebarnhill com '),
(39206,'slug',0,1,''),
(39206,'subject',0,1,' careers form submission from anthony clark '),
(39206,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(39209,'field:10',0,1,' im looking for a memory care facility for my mom she has dementia moderate stage wondering if your facility supports residents pending a medicaid approval or resident has to already be approved for medicaid thanks '),
(39209,'field:18',0,1,' https mycompletecare com contact '),
(39209,'field:19',0,1,' hlabatch completecaremgmt com '),
(39209,'field:28',0,1,' complete care at westfield '),
(39209,'field:6',0,1,' aretha johnson '),
(39209,'field:7',0,1,' arethacjohnson icloud com '),
(39209,'field:8',0,1,''),
(39209,'field:9',0,1,' resident family support '),
(39209,'title',0,1,' 2026 03 06 13 50 48 '),
(39210,'field:10',0,1,' hi i applied for a position as an lpn however during an interview with the location in meriden with jessica vollono from hr since there was no positions available i was told she could send over my application i was wondering if i could speak to someone from hr to have that done thank you '),
(39210,'field:18',0,1,' https mycompletecare com contact '),
(39210,'field:19',0,1,' hlabatch completecaremgmt com '),
(39210,'field:28',0,1,' complete care at middlebury '),
(39210,'field:6',0,1,' nashia brown '),
(39210,'field:7',0,1,' shiamonay3 gmail com '),
(39210,'field:8',0,1,''),
(39210,'field:9',0,1,' careers '),
(39210,'title',0,1,' 2026 03 06 13 51 26 '),
(39211,'slug',0,1,''),
(39211,'subject',0,1,' contact form submission from aretha johnson '),
(39211,'to',0,1,' hlabatch completecaremgmt com '),
(39212,'slug',0,1,''),
(39212,'subject',0,1,' contact form submission from nashia brown '),
(39212,'to',0,1,' hlabatch completecaremgmt com '),
(39223,'field:10',0,1,' hello through the lens 50 years of professional photography is a presentation style photography class taught by professional photographer ron wyatt combining storytelling instruction and a visual journey through five decades behind the camera in this class ron shares images and experiences from a career spanning corporate editorial and event photography including the olympic games nfl events healthcare photography inside operating rooms architectural assignments and more than three decades working with six flags the program also features work from tours with the moscow ballet national conferences and government assignments including photographing the president of turkey and the first lady during their visit to the united nations in new york participants will see how digital photography has transformed rons workflow in recent years and learn how professional images are created for marketing and pr firms newspapers magazines press releases ribbon cuttings and corporate storytelling along the way ron explains how these assignments were obtained and shares real world lessons learned on location today ron continues to teach and mentor photographers through photo adventures with ron leading hands on photo tours to destinations such as cuba tanzania rome venice alaska new england and beyond this class is ideal for camera clubs senior living communities and college photography programs seeking an engaging educational and inspirational photography presentation ron wyatt po box 281 avenel nj 07001 mobile 732 619 9628 www ronwyattphotos com ron ronwyattphotos com '),
(39223,'field:18',0,1,' https ccwhisperingwoods com contact '),
(39223,'field:19',0,1,' info ccwhisperingwoods com '),
(39223,'field:28',0,1,' complete care at whispering woods '),
(39223,'field:6',0,1,' ron wyatt '),
(39223,'field:7',0,1,' ron ronwyattphoto com '),
(39223,'field:8',0,1,' ron wyatt photos '),
(39223,'field:9',0,1,' general inquiry '),
(39223,'title',0,1,' 2026 03 06 15 51 57 '),
(39226,'field:12',0,1,' bonita hills '),
(39226,'field:13',0,1,' bonita hill23 gmail com '),
(39226,'field:14',0,1,' 7328966116 '),
(39226,'field:15',0,1,' files resumes bonita hill resume 1 pdf '),
(39226,'field:16',0,1,' activities recreation administrative business office admissions marketing hr staffing nursing social services '),
(39226,'field:17',0,1,' to who it may concern '),
(39226,'field:20',0,1,' https cckressonview com careers '),
(39226,'field:21',0,1,' careers cckressonview com '),
(39226,'field:29',0,1,' complete care at kresson view '),
(39226,'title',0,1,' 2026 03 06 16 46 15 '),
(39227,'alt',0,1,''),
(39227,'extension',0,1,' pdf '),
(39227,'filename',0,1,' bonita hill resume 1 pdf '),
(39227,'kind',0,1,' pdf '),
(39227,'slug',0,1,''),
(39227,'title',0,1,' bonita hill resume 1 '),
(39234,'field:10',0,1,' my mother is a patient at froedtert bluemound rehabilitation hospital right now recovering from a stroke we are looking for follow up care for her until she can get home your facility was on the list of preferred providers we received her discharge date is down as march 18th we are wondering about availability at your facility and a tour if you would have availability thank you '),
(39234,'field:18',0,1,' https cchalescorners com contact '),
(39234,'field:19',0,1,' info cchalescorners com goleary completecaremgmt com '),
(39234,'field:28',0,1,' complete care at hales corners '),
(39234,'field:6',0,1,' suzanne balcerowski '),
(39234,'field:7',0,1,' sbalcerowski yahoo com '),
(39234,'field:8',0,1,''),
(39234,'field:9',0,1,' resident family support '),
(39234,'title',0,1,' 2026 03 06 18 08 19 '),
(39252,'field:10',0,1,' i hate the fuck ass jew at this establishment they continue to rape me without fail for 5 times in a row '),
(39252,'field:18',0,1,' https ccatgreenacres com contact '),
(39252,'field:19',0,1,' info ccatgreenacres com '),
(39252,'field:28',0,1,' complete care at green acres '),
(39252,'field:6',0,1,' ryan smith '),
(39252,'field:7',0,1,' rsmith outcould com '),
(39252,'field:8',0,1,''),
(39252,'field:9',0,1,' general inquiry '),
(39252,'title',0,1,' 2026 03 06 20 57 13 '),
(39257,'field:12',0,1,' stephanie silas '),
(39257,'field:13',0,1,' nurselove67 gmail com '),
(39257,'field:14',0,1,' 17734011106 '),
(39257,'field:15',0,1,' files resumes img 2524 png '),
(39257,'field:16',0,1,' nursing '),
(39257,'field:17',0,1,' to whom it may concern i am writing to provide my strongest recommendation for my colleague stephanie silas with whom i had the privilege of working with for 15 years during that time she served as our triage nurse and was an essential pillar of our clinical team in a fast paced and often high pressure environment stephaie consistently demonstrated exceptional clinical judgment efficiency and professionalism as the first point of contact for patients she had an extraordinary ability to quickly assess acuity prioritize appropriately and communicate clearly with both providers and patients her triage assessments were thorough accurate and thoughtful ensuring patient safety while maintaining smooth clinic flow beyond her strong clinical skills stephanie possesses outstanding interpersonal abilities she approaches every patient with compassion patience and respect even in difficult or emotionally charged situations patients frequently expressed appreciation for her calm demeanor and reassuring presence she also fostered positive working relationships with providers and staff contributing to a collaborative and supportive team environment what sets stephanie apart is her reliability and integrity she consistently went above and beyond her assigned responsibilities anticipated needs before they arose and remained steady under pressure her ability to balance clinical precision with genuine empathy makes her an exceptional nurse and colleague i can confidently say that any organization would be fortunate to have her as part of their team she brings experience leadership and heart to everything she does please feel free to contact me if you require any additional information sincerely mary daly medaly3619 gmail com 312 735 7850 '),
(39257,'field:20',0,1,' https completecarewall com careers '),
(39257,'field:21',0,1,' careers completecarewall com '),
(39257,'field:29',0,1,' complete care at wall '),
(39257,'title',0,1,' 2026 03 06 21 51 19 '),
(39258,'alt',0,1,''),
(39258,'extension',0,1,' png '),
(39258,'filename',0,1,' img 2524 png '),
(39258,'kind',0,1,' image '),
(39258,'slug',0,1,''),
(39258,'title',0,1,' img 2524 '),
(39266,'field:12',0,1,' roseline tislin '),
(39266,'field:13',0,1,' roselinetislin9 gmail com '),
(39266,'field:14',0,1,' 15513590005 '),
(39266,'field:15',0,1,''),
(39266,'field:16',0,1,' maintenance housekeeping '),
(39266,'field:17',0,1,' housekeeper '),
(39266,'field:20',0,1,' https mycompletecare com careers '),
(39266,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(39266,'field:29',0,1,''),
(39266,'title',0,1,' 2026 03 06 23 54 00 '),
(39267,'field:12',0,1,' roseline tislin '),
(39267,'field:13',0,1,' roselinepotus8 gmail com '),
(39267,'field:14',0,1,' 15513590005 '),
(39267,'field:15',0,1,''),
(39267,'field:16',0,1,' maintenance housekeeping '),
(39267,'field:17',0,1,' housekeeper '),
(39267,'field:20',0,1,' https mycompletecare com careers '),
(39267,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(39267,'field:29',0,1,''),
(39267,'title',0,1,' 2026 03 06 23 55 20 '),
(39432,'field:12',0,1,' cynthia viera '),
(39432,'field:13',0,1,' viera cynthia yahoo com '),
(39432,'field:14',0,1,' 4847941783 '),
(39432,'field:15',0,1,' files resumes resume 2026 03 07 113340 uwzi pdf '),
(39432,'field:16',0,1,' nursing '),
(39432,'field:17',0,1,' dear hiring manager i am writing to express my interest in the certified nursing assistant cna position at your facility i am a compassionate and dedicated caregiver with a strong commitment to providing high quality patient care and support during my training and experience as a cna i have developed the skills necessary to assist patients with daily living activities such as bathing dressing feeding and mobility i am also experienced in monitoring vital signs maintaining patient comfort and working closely with nurses and healthcare teams to ensure each patient receives the best possible care i pride myself on being patient attentive and respectful of each individuals needs and dignity i am passionate about helping others and creating a safe supportive environment for patients and their families i would welcome the opportunity to contribute my skills and dedication to your healthcare team thank you for considering my application i look forward to the opportunity to discuss how i can support your staff and provide excellent care to your patients sincerely cynthia viera '),
(39432,'field:20',0,1,' https mycompletecare com careers '),
(39432,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(39432,'field:29',0,1,''),
(39432,'title',0,1,' 2026 03 07 06 33 40 '),
(39433,'alt',0,1,''),
(39433,'extension',0,1,' pdf '),
(39433,'filename',0,1,' resume 2026 03 07 113340 uwzi pdf '),
(39433,'kind',0,1,' pdf '),
(39433,'slug',0,1,''),
(39433,'title',0,1,' resume '),
(39452,'field:10',0,1,' im currently a medical assistant do that qualify for any positions '),
(39452,'field:18',0,1,' https ccregent com contact '),
(39452,'field:19',0,1,' info ccregent com '),
(39452,'field:28',0,1,' complete care at regent '),
(39452,'field:6',0,1,' shante brown '),
(39452,'field:7',0,1,' shante830 gmail com '),
(39452,'field:8',0,1,''),
(39452,'field:9',0,1,' careers '),
(39452,'title',0,1,' 2026 03 07 09 20 52 '),
(39532,'field:1',0,1,' kelly rodriguez '),
(39532,'field:2',0,1,' rodriguezkellyf hotmail com '),
(39532,'field:22',0,1,' https mycompletecare com volunteer '),
(39532,'field:23',0,1,' volunteer completecaremgmt com '),
(39532,'field:3',0,1,' 13475815768 '),
(39532,'field:4',0,1,' complete care at marcella '),
(39532,'field:5',0,1,' we are a church located in willingboro we want to volunteer at your center '),
(39532,'title',0,1,' 2026 03 07 11 52 39 '),
(39562,'field:10',0,1,' my long time friend mr spencer lacapra is a patient at this facility and i am asking for his room number also i want to know how to send gifts to him your response is greatly appreciated '),
(39562,'field:18',0,1,' https cchyattsville com contact '),
(39562,'field:19',0,1,' info cchyattsville com '),
(39562,'field:28',0,1,' complete care at hyattsville '),
(39562,'field:6',0,1,' paula humphries '),
(39562,'field:7',0,1,' paula humphries626 gmail com '),
(39562,'field:8',0,1,''),
(39562,'field:9',0,1,' resident family support '),
(39562,'title',0,1,' 2026 03 07 14 42 41 '),
(39564,'field:12',0,1,' janette '),
(39564,'field:13',0,1,' grayjanette452 gmail com '),
(39564,'field:14',0,1,' 8625885397 '),
(39564,'field:15',0,1,''),
(39564,'field:16',0,1,' activities recreation volunteer opportunities '),
(39564,'field:17',0,1,' my name is janette gray and i am very interested in working or volunteering at barnett sub acute i am particularly interested in informational or guest services such as directing guests or providing information to visitors i would be happy to contribute in either a paid position or a volunteer role i enjoy helping people and would appreciate the opportunity to assist guests and support your team i can be reached by cell phone or via email at your convenience thank you for your time and consideration i look forward to hearing from you '),
(39564,'field:20',0,1,' https ccfairlawnedge com careers '),
(39564,'field:21',0,1,' careers ccfairlawnedge com '),
(39564,'field:29',0,1,' complete care at fair lawn edge '),
(39564,'title',0,1,' 2026 03 07 14 54 22 '),
(39568,'alt',0,1,''),
(39568,'extension',0,1,' pdf '),
(39568,'filename',0,1,' janette gray resume 1 pdf '),
(39568,'kind',0,1,' pdf '),
(39568,'slug',0,1,''),
(39568,'title',0,1,' janette gray resume 1 '),
(39613,'field:12',0,1,' kyleigh matchett '),
(39613,'field:13',0,1,' kmatchett2006 gmail com '),
(39613,'field:14',0,1,' 3046766130 '),
(39613,'field:15',0,1,''),
(39613,'field:16',0,1,' activities recreation maintenance housekeeping '),
(39613,'field:17',0,1,' good afternoon i hope you are interested in hiring me for a position i have several years of experience mainly personal but also professional as well i am cpr certified as well if you have any questions or concerns please contact me at any time thank you '),
(39613,'field:20',0,1,' https mycompletecare com careers '),
(39613,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(39613,'field:29',0,1,' complete care at hagerstown '),
(39613,'title',0,1,' 2026 03 07 15 42 12 '),
(39665,'field:10',0,1,' hi im the vice president of the beacon block club were a neighborhood group for those who live on beacon street between montrose and lawrence we see our role as providing an opportunities including events for neighbors to meet one another share opportunities and work together on community focused activities in addition to block club business meetings were planning a few activities for the warm weather including a neighborhood clean up event free book tables and an oktoberfest pot luck cookout open to all id love to connect with whomever staff resident would be interested in learning more so that we can share upcoming events for your residents to consider and so that we can partner with or promote other projects that might be meaningful to you your residents do you have any recommended next steps '),
(39665,'field:18',0,1,' https ccsheridancommons com contact '),
(39665,'field:19',0,1,' info ccsheridancommons com '),
(39665,'field:28',0,1,' complete care at sheridan commons '),
(39665,'field:6',0,1,' ali bourque '),
(39665,'field:7',0,1,' alibourque yahoo com '),
(39665,'field:8',0,1,' beacon block club community group in the neighborhood '),
(39665,'field:9',0,1,' other '),
(39665,'title',0,1,' 2026 03 07 18 33 24 '),
(39691,'field:12',0,1,' jasmin marchan '),
(39691,'field:13',0,1,' jasminmarchan89 gmail com '),
(39691,'field:14',0,1,' 7736415231 '),
(39691,'field:15',0,1,' files resumes resume 1771431685539 pdf '),
(39691,'field:16',0,1,' nursing '),
(39691,'field:17',0,1,' looking for cna noc position '),
(39691,'field:20',0,1,' https completecareblvd com careers '),
(39691,'field:21',0,1,' careers completecareblvd com '),
(39691,'field:29',0,1,' complete care at the boulevard '),
(39691,'title',0,1,' 2026 03 07 21 52 01 '),
(39692,'alt',0,1,''),
(39692,'extension',0,1,' pdf '),
(39692,'filename',0,1,' resume 1771431685539 pdf '),
(39692,'kind',0,1,' pdf '),
(39692,'slug',0,1,''),
(39692,'title',0,1,' resume 1771431685539 '),
(39722,'field:12',0,1,' yahseom smyth '),
(39722,'field:13',0,1,' yahseomsmyth0 gmail com '),
(39722,'field:14',0,1,' 6673790564 '),
(39722,'field:15',0,1,' files resumes yahseom smyth resume pdf '),
(39722,'field:16',0,1,' nursing '),
(39722,'field:17',0,1,' would love to work here im a excellent cna '),
(39722,'field:20',0,1,' https ccmultimed com careers '),
(39722,'field:21',0,1,' careers ccmultimed com '),
(39722,'field:29',0,1,' complete care at multi medical center '),
(39722,'title',0,1,' 2026 03 07 23 16 13 '),
(39723,'alt',0,1,''),
(39723,'extension',0,1,' pdf '),
(39723,'filename',0,1,' yahseom smyth resume pdf '),
(39723,'kind',0,1,' pdf '),
(39723,'slug',0,1,''),
(39723,'title',0,1,' yahseom smyth resume '),
(39875,'field:12',0,1,' marian donadelle '),
(39875,'field:13',0,1,' cheechees64 gmail com '),
(39875,'field:14',0,1,' 19174125805 '),
(39875,'field:15',0,1,' files resumes screenshot 20251228 072432 photos jpg '),
(39875,'field:16',0,1,' maintenance housekeeping '),
(39875,'field:17',0,1,' looking for a housekeeping position weekends '),
(39875,'field:20',0,1,' https ccorangepark com careers '),
(39875,'field:21',0,1,' careers ccorangepark com '),
(39875,'field:29',0,1,' complete care at orange park '),
(39875,'title',0,1,' 2026 03 08 07 05 22 '),
(39876,'alt',0,1,''),
(39876,'extension',0,1,' jpg '),
(39876,'filename',0,1,' screenshot 20251228 072432 photos jpg '),
(39876,'kind',0,1,' image '),
(39876,'slug',0,1,''),
(39876,'title',0,1,' screenshot 20251228 072432 photos '),
(39878,'field:12',0,1,' marian donadelle '),
(39878,'field:13',0,1,' cheechees64 gmail com '),
(39878,'field:14',0,1,' 19174125805 '),
(39878,'field:15',0,1,' files resumes screenshot 20251228 072432 photos 2026 03 08 111319 tcix jpg '),
(39878,'field:16',0,1,' maintenance housekeeping '),
(39878,'field:17',0,1,' looking for a part time housekeeping weekends '),
(39878,'field:20',0,1,' https ccsummitridge com careers '),
(39878,'field:21',0,1,' careers ccsummitridge com '),
(39878,'field:29',0,1,' complete care at summit ridge '),
(39878,'title',0,1,' 2026 03 08 07 13 19 '),
(39879,'alt',0,1,''),
(39879,'extension',0,1,' jpg '),
(39879,'filename',0,1,' screenshot 20251228 072432 photos 2026 03 08 111319 tcix jpg '),
(39879,'kind',0,1,' image '),
(39879,'slug',0,1,''),
(39879,'title',0,1,' screenshot 20251228 072432 photos '),
(39934,'field:10',0,1,' my father edwin gardner left your facility on friday march 6th around 4pm my family and i brought him to the hospital er he came in with pneumonia and sepsis he his currently in hospice at jersey shore medical center he will not be returning to shorrock nor will any of my family '),
(39934,'field:18',0,1,' https ccshorrockgardens com contact '),
(39934,'field:19',0,1,' info ccshorrockgardens com '),
(39934,'field:28',0,1,' complete care at shorrock gardens '),
(39934,'field:6',0,1,' maribeth gardner '),
(39934,'field:7',0,1,' shutterbug23 mac com '),
(39934,'field:8',0,1,''),
(39934,'field:9',0,1,' other '),
(39934,'title',0,1,' 2026 03 08 09 10 02 '),
(39941,'field:10',0,1,' hello could you please connect me with a representative to discuss a contracting matter at community medical center i am not sure that the contact i have on file is correct thanks derrick '),
(39941,'field:18',0,1,' https mycompletecare com contact '),
(39941,'field:19',0,1,' hlabatch completecaremgmt com '),
(39941,'field:28',0,1,' complete care at arbors '),
(39941,'field:6',0,1,' derrick truax '),
(39941,'field:7',0,1,' derrick truax rwjbh org '),
(39941,'field:8',0,1,' rwjbh corporate services inc '),
(39941,'field:9',0,1,' other '),
(39941,'title',0,1,' 2026 03 08 10 48 14 '),
(39944,'field:12',0,1,' marie hirtzel '),
(39944,'field:13',0,1,' hirtzelmarie3 gmail com '),
(39944,'field:14',0,1,' 12019785893 '),
(39944,'field:15',0,1,' files resumes marie hirtzel resume 2 pdf '),
(39944,'field:16',0,1,' nursing '),
(39944,'field:17',0,1,' good afternoon i am seeking a regional nurse position within your organization i look forward to talking with you soon '),
(39944,'field:20',0,1,' https ccwestfield com careers '),
(39944,'field:21',0,1,' careers ccwestfield com '),
(39944,'field:29',0,1,' complete care at westfield '),
(39944,'title',0,1,' 2026 03 08 12 00 46 '),
(39945,'alt',0,1,''),
(39945,'extension',0,1,' pdf '),
(39945,'filename',0,1,' marie hirtzel resume 2 pdf '),
(39945,'kind',0,1,' pdf '),
(39945,'slug',0,1,''),
(39945,'title',0,1,' marie hirtzel resume 2 '),
(39959,'field:10',0,1,' i am a 61 year old woman with ms and i am wheelchair bound and need help with everything for like a week or two while my husband is out of town is this a service that can be provided by you '),
(39959,'field:18',0,1,' https mycompletecare com contact '),
(39959,'field:19',0,1,' hlabatch completecaremgmt com '),
(39959,'field:28',0,1,' complete care at annapolis '),
(39959,'field:6',0,1,' christine roberts '),
(39959,'field:7',0,1,' bryan1878 verizon net '),
(39959,'field:8',0,1,''),
(39959,'field:9',0,1,' general inquiry '),
(39959,'title',0,1,' 2026 03 08 13 27 36 '),
(40007,'field:10',0,1,' im looking for nursing care for my mother who is in the hospital and will be discharged soon '),
(40007,'field:18',0,1,' https mycompletecare com contact '),
(40007,'field:19',0,1,' hlabatch completecaremgmt com '),
(40007,'field:28',0,1,' complete care at la plata '),
(40007,'field:6',0,1,' kathy almassy '),
(40007,'field:7',0,1,' mgscad gmail com '),
(40007,'field:8',0,1,''),
(40007,'field:9',0,1,' resident family support '),
(40007,'title',0,1,' 2026 03 08 14 24 38 '),
(40029,'field:10',0,1,' dad is in hca miami hospital he has been diagnosed with caa i am trying to get medical transport from miaimi back up to nj he needs inpatient rehab as per dr orders looking to see if you have availability '),
(40029,'field:18',0,1,' https mycompletecare com contact '),
(40029,'field:19',0,1,' hlabatch completecaremgmt com '),
(40029,'field:28',0,1,' complete care at shrewsbury '),
(40029,'field:6',0,1,' lori campanelli '),
(40029,'field:7',0,1,' loricampanelli321 gmail com '),
(40029,'field:8',0,1,''),
(40029,'field:9',0,1,' resident family support '),
(40029,'title',0,1,' 2026 03 08 15 57 56 '),
(40046,'field:12',0,1,' viola kelly '),
(40046,'field:13',0,1,' violakelly14 gmail com '),
(40046,'field:14',0,1,' 7087101420 '),
(40046,'field:15',0,1,' files resumes resume apr 08 2025 pdf '),
(40046,'field:16',0,1,' dietary food service maintenance housekeeping '),
(40046,'field:17',0,1,' dear hiring manager i am writing to express my interest in a position at your healthcare facility i am a dependable and compassionate individual who is passionate about helping others and providing quality care to those in need i have strong communication skills patience and a caring attitude that allows me to work well with seniors and individuals who require assistance with daily activities i understand the importance of treating residents with dignity respect and kindness while ensuring their safety and comfort i am eager to continue growing in the healthcare field and look forward to contributing to a team that is dedicated to providing excellent care i would appreciate the opportunity to discuss how my skills and dedication can benefit your facility thank you for your time and consideration sincerely viola kelly '),
(40046,'field:20',0,1,' https completecareblvd com careers '),
(40046,'field:21',0,1,' careers completecareblvd com '),
(40046,'field:29',0,1,' complete care at the boulevard '),
(40046,'title',0,1,' 2026 03 08 19 05 45 '),
(40047,'alt',0,1,''),
(40047,'extension',0,1,' pdf '),
(40047,'filename',0,1,' resume apr 08 2025 pdf '),
(40047,'kind',0,1,' pdf '),
(40047,'slug',0,1,''),
(40047,'title',0,1,' resume apr 08 2025 '),
(40058,'field:12',0,1,' tuan ly '),
(40058,'field:13',0,1,' tuanly2007 icloud com '),
(40058,'field:14',0,1,' 2018196264 '),
(40058,'field:15',0,1,' files resumes resume202403020500 pdf '),
(40058,'field:16',0,1,' dietary food service '),
(40058,'field:17',0,1,' hello i would really like a chance to work here '),
(40058,'field:20',0,1,' https ccarbors com careers '),
(40058,'field:21',0,1,' careers ccarbors com '),
(40058,'field:29',0,1,' complete care at arbors '),
(40058,'title',0,1,' 2026 03 08 21 19 46 '),
(40059,'alt',0,1,''),
(40059,'extension',0,1,' pdf '),
(40059,'filename',0,1,' resume202403020500 pdf '),
(40059,'kind',0,1,' pdf '),
(40059,'slug',0,1,''),
(40059,'title',0,1,' resume202403020500 '),
(40094,'field:10',0,1,' c n a renewal hi my name is lakeia and i worked at nazareth to clipboard i was wondering could a nurse fill out a cna renewal form for me at all i can show proof of the hours '),
(40094,'field:18',0,1,' https ccnazareth com contact '),
(40094,'field:19',0,1,' info ccnazareth com '),
(40094,'field:28',0,1,' complete care at nazareth '),
(40094,'field:6',0,1,' lakeia jackson '),
(40094,'field:7',0,1,' lakeia jackson yahoo com '),
(40094,'field:8',0,1,''),
(40094,'field:9',0,1,' other '),
(40094,'title',0,1,' 2026 03 09 00 17 12 '),
(40105,'field:12',0,1,' nayeli carrillo '),
(40105,'field:13',0,1,' carr nayeli yahoo com '),
(40105,'field:14',0,1,' 8605018449 '),
(40105,'field:15',0,1,' files resumes nayelis resume pdf '),
(40105,'field:16',0,1,' activities recreation dietary food service '),
(40105,'field:17',0,1,' hello i am sending a message to let you know that i believe i am a good candidate for the positions ive applied for i pick up new information quickly and work in a fast pace while also being attentive and kind to residents that i would be working with providing the best therapy that can work for them thank you for taking your time to read my message and resume '),
(40105,'field:20',0,1,' https ccgrotonregency com careers '),
(40105,'field:21',0,1,' careers ccgrotonregency com '),
(40105,'field:29',0,1,' complete care at groton regency '),
(40105,'title',0,1,' 2026 03 09 00 23 57 '),
(40106,'alt',0,1,''),
(40106,'extension',0,1,' pdf '),
(40106,'filename',0,1,' nayelis resume pdf '),
(40106,'kind',0,1,' pdf '),
(40106,'slug',0,1,''),
(40106,'title',0,1,' nayelis resume '),
(40161,'field:10',0,1,' hi complete care at hagerstown i just tried messaging you from your google business profile and couldnt get through because you dont have texting turned on want me to turn that on and install an ai agent that chats with all visitors and helps get them booked with you i see your competitor doesnt have this turned on so it would for sure help you stand out lets chat grab a time on my calendar and ill show you getdandy com texting agent meeting thank you jennifer obrien director of operations getdandy getdandy com texting agent meeting '),
(40161,'field:18',0,1,' https cchagerstown com contact '),
(40161,'field:19',0,1,' info cchagerstown com '),
(40161,'field:28',0,1,' complete care at hagerstown '),
(40161,'field:6',0,1,' jennifer obrien '),
(40161,'field:7',0,1,' jennifer dandyreviewaitools com '),
(40161,'field:8',0,1,' getdandy '),
(40161,'field:9',0,1,' general inquiry '),
(40161,'title',0,1,' 2026 03 09 02 07 27 '),
(40247,'slug',0,1,''),
(40247,'subject',0,1,' contact form submission from ron wyatt '),
(40247,'to',0,1,' info ccwhisperingwoods com '),
(40248,'slug',0,1,''),
(40248,'subject',0,1,' careers form submission from bonita hills '),
(40248,'to',0,1,' careers cckressonview com '),
(40249,'slug',0,1,''),
(40249,'subject',0,1,' contact form submission from suzanne balcerowski '),
(40249,'to',0,1,' info cchalescorners com goleary completecaremgmt com '),
(40250,'slug',0,1,''),
(40250,'subject',0,1,' contact form submission from ryan smith '),
(40250,'to',0,1,' info ccatgreenacres com '),
(40251,'slug',0,1,''),
(40251,'subject',0,1,' careers form submission from stephanie silas '),
(40251,'to',0,1,' careers completecarewall com '),
(40252,'slug',0,1,''),
(40252,'subject',0,1,' careers form submission from roseline tislin '),
(40252,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40253,'slug',0,1,''),
(40253,'subject',0,1,' careers form submission from roseline tislin '),
(40253,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40254,'slug',0,1,''),
(40254,'subject',0,1,' careers form submission from cynthia viera '),
(40254,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40255,'slug',0,1,''),
(40255,'subject',0,1,' contact form submission from shante brown '),
(40255,'to',0,1,' info ccregent com '),
(40256,'slug',0,1,''),
(40256,'subject',0,1,' volunteer form submission from kelly rodriguez '),
(40256,'to',0,1,' volunteer completecaremgmt com '),
(40257,'slug',0,1,''),
(40257,'subject',0,1,' contact form submission from paula humphries '),
(40257,'to',0,1,' info cchyattsville com '),
(40258,'slug',0,1,''),
(40258,'subject',0,1,' careers form submission from janette '),
(40258,'to',0,1,' careers ccfairlawnedge com '),
(40259,'slug',0,1,''),
(40259,'subject',0,1,' careers form submission from kyleigh matchett '),
(40259,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40260,'slug',0,1,''),
(40260,'subject',0,1,' contact form submission from ali bourque '),
(40260,'to',0,1,' info ccsheridancommons com '),
(40261,'slug',0,1,''),
(40261,'subject',0,1,' careers form submission from jasmin marchan '),
(40261,'to',0,1,' careers completecareblvd com '),
(40263,'slug',0,1,''),
(40263,'subject',0,1,' careers form submission from yahseom smyth '),
(40263,'to',0,1,' careers ccmultimed com '),
(40264,'slug',0,1,''),
(40264,'subject',0,1,' careers form submission from marian donadelle '),
(40264,'to',0,1,' careers ccorangepark com '),
(40265,'slug',0,1,''),
(40265,'subject',0,1,' careers form submission from marian donadelle '),
(40265,'to',0,1,' careers ccsummitridge com '),
(40266,'slug',0,1,''),
(40266,'subject',0,1,' contact form submission from maribeth gardner '),
(40266,'to',0,1,' info ccshorrockgardens com '),
(40267,'slug',0,1,''),
(40267,'subject',0,1,' contact form submission from derrick truax '),
(40267,'to',0,1,' hlabatch completecaremgmt com '),
(40268,'slug',0,1,''),
(40268,'subject',0,1,' careers form submission from marie hirtzel '),
(40268,'to',0,1,' careers ccwestfield com '),
(40269,'slug',0,1,''),
(40269,'subject',0,1,' contact form submission from christine roberts '),
(40269,'to',0,1,' hlabatch completecaremgmt com '),
(40270,'slug',0,1,''),
(40270,'subject',0,1,' contact form submission from kathy almassy '),
(40270,'to',0,1,' hlabatch completecaremgmt com '),
(40271,'slug',0,1,''),
(40271,'subject',0,1,' contact form submission from lori campanelli '),
(40271,'to',0,1,' hlabatch completecaremgmt com '),
(40272,'slug',0,1,''),
(40272,'subject',0,1,' careers form submission from viola kelly '),
(40272,'to',0,1,' careers completecareblvd com '),
(40273,'slug',0,1,''),
(40273,'subject',0,1,' careers form submission from tuan ly '),
(40273,'to',0,1,' careers ccarbors com '),
(40274,'slug',0,1,''),
(40274,'subject',0,1,' contact form submission from lakeia jackson '),
(40274,'to',0,1,' info ccnazareth com '),
(40275,'slug',0,1,''),
(40275,'subject',0,1,' careers form submission from nayeli carrillo '),
(40275,'to',0,1,' careers ccgrotonregency com '),
(40276,'slug',0,1,''),
(40276,'subject',0,1,' contact form submission from jennifer obrien '),
(40276,'to',0,1,' info cchagerstown com '),
(40306,'field:10',0,1,' we have received a grant that requires us to provide a free concert to senior citizens i am reaching out to see if it would be possible o bring a performance group to perform for your residents '),
(40306,'field:18',0,1,' https ccmilfordmanor com contact '),
(40306,'field:19',0,1,' info ccmilfordmanor com '),
(40306,'field:28',0,1,' complete care at milford manor '),
(40306,'field:6',0,1,' matthew paccione '),
(40306,'field:7',0,1,' matthew paccione wmtps org '),
(40306,'field:8',0,1,' west milford public schools '),
(40306,'field:9',0,1,' volunteer opportunities '),
(40306,'title',0,1,' 2026 03 09 10 01 43 '),
(40313,'slug',0,1,''),
(40313,'subject',0,1,' contact form submission from matthew paccione '),
(40313,'to',0,1,' info ccmilfordmanor com '),
(40323,'field:12',0,1,' viviene dawkins '),
(40323,'field:13',0,1,' vivienedawkins gmail com '),
(40323,'field:14',0,1,' 19736876932 '),
(40323,'field:15',0,1,' files resumes img 1796 jpeg '),
(40323,'field:16',0,1,' nursing '),
(40323,'field:17',0,1,' im applying for cna position '),
(40323,'field:20',0,1,' https mycompletecare com careers '),
(40323,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40323,'field:29',0,1,' complete care at hillside '),
(40323,'title',0,1,' 2026 03 09 10 26 30 '),
(40324,'alt',0,1,''),
(40324,'extension',0,1,' jpeg '),
(40324,'filename',0,1,' img 1796 jpeg '),
(40324,'kind',0,1,' image '),
(40324,'slug',0,1,''),
(40324,'title',0,1,' img 1796 '),
(40343,'slug',0,1,''),
(40343,'subject',0,1,' careers form submission from viviene dawkins '),
(40343,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40372,'alt',0,1,''),
(40372,'extension',0,1,' jpg '),
(40372,'filename',0,1,' burlington admin jpg '),
(40372,'kind',0,1,' image '),
(40372,'slug',0,1,''),
(40372,'title',0,1,' burlington admin '),
(40382,'alt',0,1,''),
(40382,'extension',0,1,' jpg '),
(40382,'filename',0,1,' brick admin jpg '),
(40382,'kind',0,1,' image '),
(40382,'slug',0,1,''),
(40382,'title',0,1,' brick admin '),
(40384,'slug',0,1,' jay orzel '),
(40384,'title',0,1,' jay orzel '),
(40390,'field:12',0,1,' anthony '),
(40390,'field:13',0,1,' fnbace03 gmail com '),
(40390,'field:14',0,1,' 8567966776 '),
(40390,'field:15',0,1,' files resumes resume 2026 03 09 152428 wjby pdf '),
(40390,'field:16',0,1,' dietary food service '),
(40390,'field:17',0,1,' dietary aide '),
(40390,'field:20',0,1,' https ccvoorhees com careers '),
(40390,'field:21',0,1,' careers ccvoorhees com '),
(40390,'field:29',0,1,' complete care at voorhees '),
(40390,'title',0,1,' 2026 03 09 11 24 28 '),
(40391,'alt',0,1,''),
(40391,'extension',0,1,' pdf '),
(40391,'filename',0,1,' resume 2026 03 09 152428 wjby pdf '),
(40391,'kind',0,1,' pdf '),
(40391,'slug',0,1,''),
(40391,'title',0,1,' resume '),
(40395,'field:12',0,1,' anthony clark '),
(40395,'field:13',0,1,' fnbace03 gmail com '),
(40395,'field:14',0,1,' 8567966776 '),
(40395,'field:15',0,1,' files resumes resume 2026 03 09 152617 mmeq pdf '),
(40395,'field:16',0,1,' dietary food service '),
(40395,'field:17',0,1,' please hire me back '),
(40395,'field:20',0,1,' https cckressonview com careers '),
(40395,'field:21',0,1,' careers cckressonview com '),
(40395,'field:29',0,1,' complete care at kresson view '),
(40395,'title',0,1,' 2026 03 09 11 26 17 '),
(40396,'alt',0,1,''),
(40396,'extension',0,1,' pdf '),
(40396,'filename',0,1,' resume 2026 03 09 152617 mmeq pdf '),
(40396,'kind',0,1,' pdf '),
(40396,'slug',0,1,''),
(40396,'title',0,1,' resume '),
(40400,'slug',0,1,''),
(40400,'subject',0,1,' careers form submission from anthony '),
(40400,'to',0,1,' careers ccvoorhees com '),
(40401,'slug',0,1,''),
(40401,'subject',0,1,' careers form submission from anthony clark '),
(40401,'to',0,1,' careers cckressonview com '),
(40411,'alt',0,1,''),
(40411,'extension',0,1,' jpg '),
(40411,'filename',0,1,' laurelton admin jpg '),
(40411,'kind',0,1,' image '),
(40411,'slug',0,1,''),
(40411,'title',0,1,' laurelton admin '),
(40420,'slug',0,1,' elizabeth irrizarry '),
(40420,'title',0,1,' elizabeth irrizarry '),
(40441,'alt',0,1,''),
(40441,'extension',0,1,' jpg '),
(40441,'filename',0,1,' brick admin jay jpg '),
(40441,'kind',0,1,' image '),
(40441,'slug',0,1,''),
(40441,'title',0,1,' brick admin '),
(40443,'alt',0,1,''),
(40443,'extension',0,1,' jpg '),
(40443,'filename',0,1,' laurelton admin beth jpg '),
(40443,'kind',0,1,' image '),
(40443,'slug',0,1,''),
(40443,'title',0,1,' laurelton admin '),
(40510,'field:12',0,1,' nadeerah blyther '),
(40510,'field:13',0,1,' mayskhaleemah gmail com '),
(40510,'field:14',0,1,' 8624146128 '),
(40510,'field:15',0,1,''),
(40510,'field:16',0,1,' activities recreation dietary food service recruitment '),
(40510,'field:17',0,1,' hi my name is nadeerah blyther i am a nj resident who is looking to learn an grow with a dedicated community i am hard working also a team player '),
(40510,'field:20',0,1,' https ccorangepark com careers '),
(40510,'field:21',0,1,' careers ccorangepark com '),
(40510,'field:29',0,1,' complete care at orange park '),
(40510,'title',0,1,' 2026 03 09 12 22 09 '),
(40511,'slug',0,1,''),
(40511,'subject',0,1,' careers form submission from nadeerah blyther '),
(40511,'to',0,1,' careers ccorangepark com '),
(40521,'field:10',0,1,' i work with vaxserve a specialty vaccine distributor supporting many ltc operators and pharmacy partners this time of year we receive a lot of questions around flu covid and adult vaccine planning so i wanted to introduce myself in case its helpful for organizations operating across multiple facilities or states we often help streamline vaccine procurement while still supporting direct to facility shipping and closed door pharmacy workflows we currently have flu and covid vaccines available to ship if needed and are also supporting prebook for the upcoming season many of these programs include competitive ltc pricing if it would be helpful to connect or if there is someone else who oversees vaccine purchasing or infection control id be glad to reach the right person '),
(40521,'field:18',0,1,' https mycompletecare com contact '),
(40521,'field:19',0,1,' hlabatch completecaremgmt com '),
(40521,'field:28',0,1,''),
(40521,'field:6',0,1,' laura jackson '),
(40521,'field:7',0,1,' laura jackson vaxserve com '),
(40521,'field:8',0,1,' vaxserve '),
(40521,'field:9',0,1,' other '),
(40521,'title',0,1,' 2026 03 09 12 33 41 '),
(40523,'field:12',0,1,' nadeerah blyther '),
(40523,'field:13',0,1,' mayskhaleemah gmail com '),
(40523,'field:14',0,1,' 8624146128 '),
(40523,'field:15',0,1,' files resumes screenshot 20260309 124148 drive jpg '),
(40523,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping recruitment '),
(40523,'field:17',0,1,' hi i am nadeerah blyther 28 yrs of age i am dedicated an wanting to grow with a committed community i am a team player an willing to learn '),
(40523,'field:20',0,1,' https ccorangepark com careers '),
(40523,'field:21',0,1,' careers ccorangepark com '),
(40523,'field:29',0,1,' complete care at orange park '),
(40523,'title',0,1,' 2026 03 09 12 47 30 '),
(40524,'alt',0,1,''),
(40524,'extension',0,1,' jpg '),
(40524,'filename',0,1,' screenshot 20260309 124148 drive jpg '),
(40524,'kind',0,1,' image '),
(40524,'slug',0,1,''),
(40524,'title',0,1,' screenshot 20260309 124148 drive '),
(40527,'slug',0,1,''),
(40527,'subject',0,1,' contact form submission from laura jackson '),
(40527,'to',0,1,' hlabatch completecaremgmt com '),
(40528,'slug',0,1,''),
(40528,'subject',0,1,' careers form submission from nadeerah blyther '),
(40528,'to',0,1,' careers ccorangepark com '),
(40531,'field:12',0,1,' marie flore laguerre '),
(40531,'field:13',0,1,' marieflorel69 gmail com '),
(40531,'field:14',0,1,' 9732800273 '),
(40531,'field:15',0,1,''),
(40531,'field:16',0,1,''),
(40531,'field:17',0,1,' cna '),
(40531,'field:20',0,1,' https mycompletecare com careers '),
(40531,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40531,'field:29',0,1,' complete care at summit ridge '),
(40531,'title',0,1,' 2026 03 09 14 03 45 '),
(40532,'field:10',0,1,' hello my name is toni mcgovern i have a 47 year old son who suffered a stroke in early november currently my husband and i are in san francisco where he lives and we are planning to bring him back to new jersey in the next one to two months my husband and i are johns primary caretakers and we are looking for an assisted living facility near us where he can live long term is there someone i can talk to about admissions or that i can email with questions and details about his needs the following highlights his current situation timeline john had a stroke in the beginning of november and was in the hospital for 9 weeks recovering from wounds from his fall he went to acute rehab for 2 5 weeks at the end of december then he moved to a residential care facility and received outpatient therapies from mid january through the end of february now he is in an assisted living facility in san francisco where he continues to receive visiting pt ot and speech current prognosis john is paralyzed on the right side but has been making progress with pt to use assistive devices to begin to learn to walk right now he cannot do this on his own he can transfer from his bed to a wheelchair with minimal assistance and he can also use the toilet he can use his left hand to feed himself he needs assistance for dressing and showering he is nonverbal and cognitively impaired he can nod yes and no and make some verbalizations but these are all inconsistent my husband and i have power of attorney and are making major decisions for his care on his behalf insurance and finances john currently has medicaid coverage in california medi cal he does not currently have an income he has been unemployed since 2022 in terms of assets he has a retirement account which we are in the process of converting to an income for him we are also currently applying for social security disability insurance but we anticipate this will take some time to be approved and for him to begin receiving these benefits we will be privately paying for his care when he arrives in new jersey and we will be enrolling him in a marketplace health insurance plan thank you for your help here are phone numbers for us jack 973 945 3147 toni 862 296 6262 '),
(40532,'field:18',0,1,' https completecarebarnhill com contact '),
(40532,'field:19',0,1,' info completecarebarnhill com '),
(40532,'field:28',0,1,' complete care at barn hill '),
(40532,'field:6',0,1,' toni mcgovern '),
(40532,'field:7',0,1,' littleoldlady hotmail com '),
(40532,'field:8',0,1,''),
(40532,'field:9',0,1,' resident family support '),
(40532,'title',0,1,' 2026 03 09 14 06 20 '),
(40533,'slug',0,1,''),
(40533,'subject',0,1,' careers form submission from marie flore laguerre '),
(40533,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40534,'slug',0,1,''),
(40534,'subject',0,1,' contact form submission from toni mcgovern '),
(40534,'to',0,1,' info completecarebarnhill com '),
(40540,'slug',0,1,' steve smith '),
(40540,'title',0,1,' steve smith '),
(40544,'field:10',0,1,' hello my name is aj sanchez and i represent af technical resources we specialize in audio and video security and communication systems and provide services throughout the tri state area i would welcome the opportunity to arrange a meeting and discuss how we might support your facilities and explore potential opportunities to work together my phone number and website are listed below i look forward to connecting with you a j sanchez 732 609 1543 www aftechresources com '),
(40544,'field:18',0,1,' https mycompletecare com contact '),
(40544,'field:19',0,1,' hlabatch completecaremgmt com '),
(40544,'field:28',0,1,''),
(40544,'field:6',0,1,' alex javier sanchez '),
(40544,'field:7',0,1,' jsanchez aftechresources com '),
(40544,'field:8',0,1,' af technical resources llc '),
(40544,'field:9',0,1,' other '),
(40544,'title',0,1,' 2026 03 09 14 19 51 '),
(40545,'slug',0,1,''),
(40545,'subject',0,1,' contact form submission from alex javier sanchez '),
(40545,'to',0,1,' hlabatch completecaremgmt com '),
(40546,'alt',0,1,''),
(40546,'extension',0,1,' jpg '),
(40546,'filename',0,1,' silverlake admin jpg '),
(40546,'kind',0,1,' image '),
(40546,'slug',0,1,''),
(40546,'title',0,1,' silver lake admin '),
(40550,'slug',0,1,' steve smith '),
(40550,'title',0,1,' steve smith '),
(40554,'field:12',0,1,' willie thomas '),
(40554,'field:13',0,1,' thomaswill8529 yahoo com '),
(40554,'field:14',0,1,' 7085433729 '),
(40554,'field:15',0,1,' files resumes r%c3%a9sum%c3%a925 update pdf '),
(40554,'field:16',0,1,' dietary food service maintenance housekeeping '),
(40554,'field:17',0,1,' looking for long term job '),
(40554,'field:20',0,1,' https mycompletecare com careers '),
(40554,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40554,'field:29',0,1,''),
(40554,'title',0,1,' 2026 03 09 15 00 04 '),
(40555,'alt',0,1,''),
(40555,'extension',0,1,' pdf '),
(40555,'filename',0,1,' resume25 update pdf '),
(40555,'kind',0,1,' pdf '),
(40555,'slug',0,1,''),
(40555,'title',0,1,' resume25 update '),
(40557,'field:10',0,1,' hello we are trying to verify employment for one of your former employees and were not able to locate any records from thomas and company please advise if there is an alternative verification process and who we should contact ref h34202669021450 9 thank you kirstie '),
(40557,'field:18',0,1,' https mycompletecare com contact '),
(40557,'field:19',0,1,' hlabatch completecaremgmt com '),
(40557,'field:28',0,1,''),
(40557,'field:6',0,1,' kirstie h34202669021450 9 '),
(40557,'field:7',0,1,' verifications intellicorp net '),
(40557,'field:8',0,1,' intellicorp '),
(40557,'field:9',0,1,' general inquiry '),
(40557,'title',0,1,' 2026 03 09 15 35 41 '),
(40558,'field:10',0,1,' i have been working with heritage complete care in dundalk md to try to have my brother transferred to a facility closer to his family for the remainder of his rehab i was told that you dont have any beds available i just want to check and see if the availability has changed '),
(40558,'field:18',0,1,' https mycompletecare com contact '),
(40558,'field:19',0,1,' hlabatch completecaremgmt com '),
(40558,'field:28',0,1,' complete care at hillside '),
(40558,'field:6',0,1,' charles amos '),
(40558,'field:7',0,1,' charles amos uamechurch org '),
(40558,'field:8',0,1,''),
(40558,'field:9',0,1,' resident family support '),
(40558,'title',0,1,' 2026 03 09 15 57 03 '),
(40560,'field:10',0,1,' my father is currently being taken to the hospital for his knees failing he is 89 we were planning to move him to holiday city but now he has taken a turn for the worse and we wuld like to apply to get him into your facility '),
(40560,'field:18',0,1,' https mycompletecare com contact '),
(40560,'field:19',0,1,' hlabatch completecaremgmt com '),
(40560,'field:28',0,1,' complete care at brick '),
(40560,'field:6',0,1,' michelle rucci '),
(40560,'field:7',0,1,' mgall25 optonline net '),
(40560,'field:8',0,1,''),
(40560,'field:9',0,1,' resident family support '),
(40560,'title',0,1,' 2026 03 09 16 11 22 '),
(40562,'field:12',0,1,' allison dwyer '),
(40562,'field:13',0,1,' allieson387 gmail com '),
(40562,'field:14',0,1,' 17326788773 '),
(40562,'field:15',0,1,' files resumes 20260218 195312 2026 03 09 203751 west jpg '),
(40562,'field:16',0,1,' activities recreation admissions marketing dietary food service maintenance housekeeping recruitment volunteer opportunities '),
(40562,'field:17',0,1,' im looking for full time part time work days and i couldnt work weekends '),
(40562,'field:20',0,1,' https ccatgreenacres com careers '),
(40562,'field:21',0,1,' careers ccatgreenacres com '),
(40562,'field:29',0,1,' complete care at green acres '),
(40562,'title',0,1,' 2026 03 09 16 37 51 '),
(40563,'alt',0,1,''),
(40563,'extension',0,1,' jpg '),
(40563,'filename',0,1,' 20260218 195312 2026 03 09 203751 west jpg '),
(40563,'kind',0,1,' image '),
(40563,'slug',0,1,''),
(40563,'title',0,1,' 20260218 195312 '),
(40564,'field:12',0,1,' allison dwyer '),
(40564,'field:13',0,1,' allieson387 gmail com '),
(40564,'field:14',0,1,' 17326788773 '),
(40564,'field:15',0,1,' files resumes 20260218 195312 2026 03 09 204904 bsgc jpg '),
(40564,'field:16',0,1,' activities recreation admissions marketing dietary food service maintenance housekeeping recruitment '),
(40564,'field:17',0,1,' looking for full time work part time work days weekends '),
(40564,'field:20',0,1,' https ccatgreenacres com careers '),
(40564,'field:21',0,1,' careers ccatgreenacres com '),
(40564,'field:29',0,1,' complete care at green acres '),
(40564,'title',0,1,' 2026 03 09 16 49 05 '),
(40565,'alt',0,1,''),
(40565,'extension',0,1,' jpg '),
(40565,'filename',0,1,' 20260218 195312 2026 03 09 204904 bsgc jpg '),
(40565,'kind',0,1,' image '),
(40565,'slug',0,1,''),
(40565,'title',0,1,' 20260218 195312 '),
(40566,'field:12',0,1,' allison dwyer '),
(40566,'field:13',0,1,' allieson387 gmail com '),
(40566,'field:14',0,1,' 17326788773 '),
(40566,'field:15',0,1,' files resumes 20260218 195312 2026 03 09 205141 ushd jpg '),
(40566,'field:16',0,1,' activities recreation admissions marketing dietary food service maintenance housekeeping recruitment '),
(40566,'field:17',0,1,' looking for full time part time work days and weekends and receptionist '),
(40566,'field:20',0,1,' https ccshorrockgardens com careers '),
(40566,'field:21',0,1,' careers ccshorrockgardens com '),
(40566,'field:29',0,1,' complete care at shorrock gardens '),
(40566,'title',0,1,' 2026 03 09 16 51 41 '),
(40567,'alt',0,1,''),
(40567,'extension',0,1,' jpg '),
(40567,'filename',0,1,' 20260218 195312 2026 03 09 205141 ushd jpg '),
(40567,'kind',0,1,' image '),
(40567,'slug',0,1,''),
(40567,'title',0,1,' 20260218 195312 '),
(40568,'field:12',0,1,' izaiah johnson '),
(40568,'field:13',0,1,' izaiah72810 gmail com '),
(40568,'field:14',0,1,' 608 957 5131 '),
(40568,'field:15',0,1,' files resumes ij resume 7 pdf '),
(40568,'field:16',0,1,' dietary food service '),
(40568,'field:17',0,1,' dear hiring manager i am excited to apply for the food service position at nazareth health and rehab center as a motivated high school student with experience supporting positive dining environments and household responsibilities i am eager to contribute to a team that prioritizes care cleanliness and resident satisfaction through my experience as a host at my schools culinary restaurant i developed strong communication teamwork and professionalism while helping create a welcoming dining experience for guests my household responsibilities including cleaning organization and pet care have strengthened my attention to detail reliability and time management skills additionally participating in choir has reinforced my ability to collaborate and remain committed to group goals i am confident that my dedication adaptability and enthusiasm for learning make me a strong candidate for this position i would welcome the opportunity to contribute to nazareth health and rehab center and help provide a positive dining experience for residents thank you for your time and consideration sincerely izaiah johnson '),
(40568,'field:20',0,1,' https ccnazareth com careers '),
(40568,'field:21',0,1,' careers ccnazareth com '),
(40568,'field:29',0,1,' complete care at nazareth '),
(40568,'title',0,1,' 2026 03 09 17 00 12 '),
(40569,'alt',0,1,''),
(40569,'extension',0,1,' pdf '),
(40569,'filename',0,1,' ij resume 7 pdf '),
(40569,'kind',0,1,' pdf '),
(40569,'slug',0,1,''),
(40569,'title',0,1,' ij resume 7 '),
(40570,'field:10',0,1,' hello my name is keirra wilson i was wondering if you offer cna or gna classes if so could you please provide information about upcoming classes and how i can enroll thank you for your time '),
(40570,'field:18',0,1,' https ccdawnview com contact '),
(40570,'field:19',0,1,' info ccdawnview com '),
(40570,'field:28',0,1,' complete care at dawnview '),
(40570,'field:6',0,1,' keirra wilson '),
(40570,'field:7',0,1,' keirrawilson4 icloud com '),
(40570,'field:8',0,1,''),
(40570,'field:9',0,1,' careers '),
(40570,'title',0,1,' 2026 03 09 17 06 38 '),
(40573,'field:12',0,1,' allison dwyer '),
(40573,'field:13',0,1,' allieson387 gmail com '),
(40573,'field:14',0,1,' 17326788773 '),
(40573,'field:15',0,1,' files resumes 20260218 195312 2026 03 09 211418 mwet jpg '),
(40573,'field:16',0,1,' activities recreation administrative business office admissions marketing hr staffing maintenance housekeeping recruitment '),
(40573,'field:17',0,1,' looking for part time and full time days weekend '),
(40573,'field:20',0,1,' https ccbeylea com careers '),
(40573,'field:21',0,1,' careers ccbeylea com '),
(40573,'field:29',0,1,' complete care at bey lea '),
(40573,'title',0,1,' 2026 03 09 17 14 19 '),
(40574,'alt',0,1,''),
(40574,'extension',0,1,' jpg '),
(40574,'filename',0,1,' 20260218 195312 2026 03 09 211418 mwet jpg '),
(40574,'kind',0,1,' image '),
(40574,'slug',0,1,''),
(40574,'title',0,1,' 20260218 195312 '),
(40577,'field:10',0,1,' interested in the cna class '),
(40577,'field:18',0,1,' https mycompletecare com contact '),
(40577,'field:19',0,1,' hlabatch completecaremgmt com '),
(40577,'field:28',0,1,' complete care at dawnview '),
(40577,'field:6',0,1,' sierra whetzel '),
(40577,'field:7',0,1,' sierrawhetzel58 gmail com '),
(40577,'field:8',0,1,' 304 514 3931 '),
(40577,'field:9',0,1,' careers '),
(40577,'title',0,1,' 2026 03 09 17 33 38 '),
(40580,'field:12',0,1,' nadege jn mary edile '),
(40580,'field:13',0,1,' edilenadege gmail com '),
(40580,'field:14',0,1,' 9733337165 '),
(40580,'field:15',0,1,' files resumes nadege resume pdf '),
(40580,'field:16',0,1,' maintenance housekeeping nursing '),
(40580,'field:17',0,1,' message '),
(40580,'field:20',0,1,' https cccedargrove com careers '),
(40580,'field:21',0,1,' info cccedargrove com '),
(40580,'field:29',0,1,' complete care at cedar grove '),
(40580,'title',0,1,' 2026 03 09 18 33 43 '),
(40581,'alt',0,1,''),
(40581,'extension',0,1,' pdf '),
(40581,'filename',0,1,' nadege resume pdf '),
(40581,'kind',0,1,' pdf '),
(40581,'slug',0,1,''),
(40581,'title',0,1,' nadege resume '),
(40588,'field:10',0,1,' hello my elderly father is getting a peg port in his stomach he is unable to swallow and will need to be fed via that method i am looking for a facility to move him into please let me know if that is a service that is available if so i would like to chat with someone and tour your facilities thank you '),
(40588,'field:18',0,1,' https completecareberkshire com contact '),
(40588,'field:19',0,1,' info completecareberkshire com '),
(40588,'field:28',0,1,' complete care at berkshire '),
(40588,'field:6',0,1,' geoff miner '),
(40588,'field:7',0,1,' 4everrdr gmail com '),
(40588,'field:8',0,1,''),
(40588,'field:9',0,1,' general inquiry '),
(40588,'title',0,1,' 2026 03 09 19 11 42 '),
(40589,'field:12',0,1,' manda price '),
(40589,'field:13',0,1,' dmandaprice gmail com '),
(40589,'field:14',0,1,' 19733567010 '),
(40589,'field:15',0,1,' files resumes dmandaprice cv pdf '),
(40589,'field:16',0,1,' activities recreation dietary food service '),
(40589,'field:17',0,1,' hi i am a speech language pathologist looking to work in skilled nursing again i have attached my resume thanks manda '),
(40589,'field:20',0,1,' https ccfairlawnedge com careers '),
(40589,'field:21',0,1,' careers ccfairlawnedge com '),
(40589,'field:29',0,1,' complete care at fair lawn edge '),
(40589,'title',0,1,' 2026 03 09 19 16 24 '),
(40590,'alt',0,1,''),
(40590,'extension',0,1,' pdf '),
(40590,'filename',0,1,' dmandaprice cv pdf '),
(40590,'kind',0,1,' pdf '),
(40590,'slug',0,1,''),
(40590,'title',0,1,' dmanda price cv '),
(40593,'field:12',0,1,' odessa brown '),
(40593,'field:13',0,1,' odessa brown icloud com '),
(40593,'field:14',0,1,' 8482482787 '),
(40593,'field:15',0,1,' files resumes odessa brown resume pdf '),
(40593,'field:16',0,1,' administrative business office hr staffing recruitment '),
(40593,'field:17',0,1,' n a '),
(40593,'field:20',0,1,' https ccplainfield com careers '),
(40593,'field:21',0,1,' careers ccplainfield com '),
(40593,'field:29',0,1,' complete care at plainfield '),
(40593,'title',0,1,' 2026 03 09 20 49 35 '),
(40594,'alt',0,1,''),
(40594,'extension',0,1,' pdf '),
(40594,'filename',0,1,' odessa brown resume pdf '),
(40594,'kind',0,1,' pdf '),
(40594,'slug',0,1,''),
(40594,'title',0,1,' odessa brown resume '),
(40625,'field:12',0,1,' kenny '),
(40625,'field:13',0,1,' abigailbaires2018 gmail com '),
(40625,'field:14',0,1,' 2028907075 '),
(40625,'field:15',0,1,''),
(40625,'field:16',0,1,' nursing '),
(40625,'field:17',0,1,' my name is kenny arriaza i have experience as a geriatric nursing assistant i have worked in home care and i have also worked in a nursing home '),
(40625,'field:20',0,1,' https mycompletecare com careers '),
(40625,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40625,'field:29',0,1,' complete care at hyattsville '),
(40625,'title',0,1,' 2026 03 09 22 47 58 '),
(40661,'field:10',0,1,' looking for a care center for my 99 year old mil she is wheelchair bound and unable to propel herself in her wheelchair she is able to feed herself she does not require memory care '),
(40661,'field:18',0,1,' https mycompletecare com contact '),
(40661,'field:19',0,1,' hlabatch completecaremgmt com '),
(40661,'field:28',0,1,' complete care at lehigh '),
(40661,'field:6',0,1,' kim young '),
(40661,'field:7',0,1,' kdknroy gmail com '),
(40661,'field:8',0,1,''),
(40661,'field:9',0,1,' general inquiry '),
(40661,'title',0,1,' 2026 03 09 23 49 06 '),
(40668,'field:12',0,1,' lauren '),
(40668,'field:13',0,1,' laurenj101104 gmail com '),
(40668,'field:14',0,1,' 3016656503 '),
(40668,'field:15',0,1,''),
(40668,'field:16',0,1,' activities recreation '),
(40668,'field:17',0,1,' lauren jean '),
(40668,'field:20',0,1,' https cchyattsville com careers '),
(40668,'field:21',0,1,' careers cchyattsville com '),
(40668,'field:29',0,1,' complete care at hyattsville '),
(40668,'title',0,1,' 2026 03 10 00 42 49 '),
(40801,'field:10',0,1,' hi i wanted to reach out and see if you had employment opportunities for new grad rns i graduate may 2026 '),
(40801,'field:18',0,1,' https completecareoakridge com contact '),
(40801,'field:19',0,1,' info completecareoakridge com '),
(40801,'field:28',0,1,' complete care at oak ridge '),
(40801,'field:6',0,1,' samantha walters '),
(40801,'field:7',0,1,' minersqueen gmail com '),
(40801,'field:8',0,1,''),
(40801,'field:9',0,1,' careers '),
(40801,'title',0,1,' 2026 03 10 09 02 19 '),
(40804,'field:10',0,1,' hello what are your visitation guidelines i was informed my grand aunt fell broke her arms and is having rehab done here her name is clara zimmer '),
(40804,'field:18',0,1,' https ccmanitowoc com contact '),
(40804,'field:19',0,1,' info ccmanitowoc com '),
(40804,'field:28',0,1,' complete care at manitowoc '),
(40804,'field:6',0,1,' jonathon theys '),
(40804,'field:7',0,1,' jonathon r theys gmail com '),
(40804,'field:8',0,1,''),
(40804,'field:9',0,1,' resident family support '),
(40804,'title',0,1,' 2026 03 10 09 41 18 '),
(40808,'field:1',0,1,' eunwoo bae '),
(40808,'field:2',0,1,' eunwoobae2001 gmail com '),
(40808,'field:22',0,1,' https mycompletecare com volunteer '),
(40808,'field:23',0,1,' volunteer completecaremgmt com '),
(40808,'field:3',0,1,' 4752415032 '),
(40808,'field:4',0,1,' complete care at kimberly hall north '),
(40808,'field:5',0,1,' im hoping to become a regular reading volunteer i started reading to a pre k classroom near my work on a monthly basis last fall and have really loved the experience thursday evenings 6pm onwards would be best for me but i could find time on the weekends if that works better '),
(40808,'title',0,1,' 2026 03 10 10 00 02 '),
(40809,'field:10',0,1,' hello my name is sarah and i am a professional opera singer based in the area writing on behalf of myself and my collaborator makoto who is a professional pianist we wanted to inquire if you hire musicians to come and perform at your facility our performances are designed to create a joyful and engaging musical experience for residents with repertoire ranging from opera jazz pop musical theatre to sing along tunes i have experience performing at other communities such as the brightview in harrison where i also work as a server through these experiences i have discovered a wonderful affinity for entertaining and connecting with senior audiences makoto and i offer a one hour live concert for $300 and are typically available on mondays and tuesdays before 5pm as well as saturdays after 4pm i have pasted a youtube link to give you an idea of our sound https youtu be aqsgxrrbqxs si=zytum25ewurrgzrm we would love to chat more and explore performance options with you thank you for your time and we look forward to connecting with you warmly sarah makoto '),
(40809,'field:18',0,1,' https ccharborage com contact '),
(40809,'field:19',0,1,' info ccharborage com '),
(40809,'field:28',0,1,' complete care at harborage '),
(40809,'field:6',0,1,' sarah curtis '),
(40809,'field:7',0,1,' sarahcurtissoprano gmail com '),
(40809,'field:8',0,1,' piano vocal duo '),
(40809,'field:9',0,1,' other '),
(40809,'title',0,1,' 2026 03 10 10 05 46 '),
(40816,'field:10',0,1,' greetings i hope this message finds you well i am reaching out to inquire whether your facility accepts residents who are listed on the megans law registry i am currently assisting a senior client who is in urgent need of a more stable and supportive living environment my client is an older adult who receives social security benefits and reports that he is disabled and legally blind at present he is living in a rooming house where the environment is not appropriate for someone with his medical and functional needs due to his visual impairment and overall vulnerability we are hoping to locate a senior assisted living setting where he can receive the supervision safety and support that would better meet his daily living needs he is currently under parole supervision and his parole officer is willing to communicate directly with your team to answer any questions regarding his status conditions or any requirements that would need to be considered for placement we are committed to being transparent and cooperative throughout the process to ensure that any placement is appropriate and compliant with all regulations given his current housing instability and health limitations we are hoping to identify a facility that may be willing to review his situation and determine whether he could be considered for admission if this is something your facility may be open to discussing i would be happy to provide additional information and connect you with his parole officer as needed thank you very much for your time and consideration sincerely tatwa tatwa vaidya he him msw ma social worker trainee district office 11 550 jersey avenue p o box 595 new brunswick nj 08901 cell no 609 874 4220 office no 732 509 1852 '),
(40816,'field:18',0,1,' https mycompletecare com contact '),
(40816,'field:19',0,1,' hlabatch completecaremgmt com '),
(40816,'field:28',0,1,' complete care at whispering woods '),
(40816,'field:6',0,1,' tatwa vaidya '),
(40816,'field:7',0,1,' tatwa vaidya spb nj gov '),
(40816,'field:8',0,1,' new jersey state parole board '),
(40816,'field:9',0,1,' general inquiry '),
(40816,'title',0,1,' 2026 03 10 10 52 50 '),
(40821,'field:12',0,1,' jagdeep kaur '),
(40821,'field:13',0,1,' deepaahuja70 gmail com '),
(40821,'field:14',0,1,' 5513584397 '),
(40821,'field:15',0,1,' files resumes jagdeepk nov pdf '),
(40821,'field:16',0,1,' administrative business office '),
(40821,'field:17',0,1,' looking to work as a driver or in administration or even as a food hostess '),
(40821,'field:20',0,1,' https ccwhisperingwoods com careers '),
(40821,'field:21',0,1,' careers ccwhisperingwoods com '),
(40821,'field:29',0,1,' complete care at whispering woods '),
(40821,'title',0,1,' 2026 03 10 11 20 25 '),
(40822,'alt',0,1,''),
(40822,'extension',0,1,' pdf '),
(40822,'filename',0,1,' jagdeepk nov pdf '),
(40822,'kind',0,1,' pdf '),
(40822,'slug',0,1,''),
(40822,'title',0,1,' jagdeep k nov '),
(40823,'slug',0,1,''),
(40823,'subject',0,1,' careers form submission from willie thomas '),
(40823,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40824,'slug',0,1,''),
(40824,'subject',0,1,' contact form submission from kirstie h34202669021450 9 '),
(40824,'to',0,1,' hlabatch completecaremgmt com '),
(40825,'slug',0,1,''),
(40825,'subject',0,1,' contact form submission from charles amos '),
(40825,'to',0,1,' hlabatch completecaremgmt com '),
(40826,'slug',0,1,''),
(40826,'subject',0,1,' contact form submission from michelle rucci '),
(40826,'to',0,1,' hlabatch completecaremgmt com '),
(40827,'slug',0,1,''),
(40827,'subject',0,1,' careers form submission from allison dwyer '),
(40827,'to',0,1,' careers ccatgreenacres com '),
(40828,'slug',0,1,''),
(40828,'subject',0,1,' careers form submission from allison dwyer '),
(40828,'to',0,1,' careers ccatgreenacres com '),
(40829,'slug',0,1,''),
(40829,'subject',0,1,' careers form submission from allison dwyer '),
(40829,'to',0,1,' careers ccshorrockgardens com '),
(40830,'slug',0,1,''),
(40830,'subject',0,1,' careers form submission from izaiah johnson '),
(40830,'to',0,1,' careers ccnazareth com '),
(40831,'slug',0,1,''),
(40831,'subject',0,1,' contact form submission from keirra wilson '),
(40831,'to',0,1,' info ccdawnview com '),
(40832,'slug',0,1,''),
(40832,'subject',0,1,' careers form submission from allison dwyer '),
(40832,'to',0,1,' careers ccbeylea com '),
(40833,'slug',0,1,''),
(40833,'subject',0,1,' contact form submission from sierra whetzel '),
(40833,'to',0,1,' hlabatch completecaremgmt com '),
(40834,'slug',0,1,''),
(40834,'subject',0,1,' careers form submission from nadege jn mary edile '),
(40834,'to',0,1,' info cccedargrove com '),
(40835,'slug',0,1,''),
(40835,'subject',0,1,' contact form submission from geoff miner '),
(40835,'to',0,1,' info completecareberkshire com '),
(40836,'slug',0,1,''),
(40836,'subject',0,1,' careers form submission from manda price '),
(40836,'to',0,1,' careers ccfairlawnedge com '),
(40837,'slug',0,1,''),
(40837,'subject',0,1,' careers form submission from odessa brown '),
(40837,'to',0,1,' careers ccplainfield com '),
(40838,'slug',0,1,''),
(40838,'subject',0,1,' careers form submission from kenny '),
(40838,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(40839,'slug',0,1,''),
(40839,'subject',0,1,' contact form submission from kim young '),
(40839,'to',0,1,' hlabatch completecaremgmt com '),
(40840,'slug',0,1,''),
(40840,'subject',0,1,' careers form submission from lauren '),
(40840,'to',0,1,' careers cchyattsville com '),
(40841,'slug',0,1,''),
(40841,'subject',0,1,' contact form submission from samantha walters '),
(40841,'to',0,1,' info completecareoakridge com '),
(40842,'slug',0,1,''),
(40842,'subject',0,1,' contact form submission from jonathon theys '),
(40842,'to',0,1,' info ccmanitowoc com '),
(40843,'slug',0,1,''),
(40843,'subject',0,1,' volunteer form submission from eunwoo bae '),
(40843,'to',0,1,' volunteer completecaremgmt com '),
(40844,'slug',0,1,''),
(40844,'subject',0,1,' contact form submission from sarah curtis '),
(40844,'to',0,1,' info ccharborage com '),
(40845,'slug',0,1,''),
(40845,'subject',0,1,' contact form submission from tatwa vaidya '),
(40845,'to',0,1,' hlabatch completecaremgmt com '),
(40846,'slug',0,1,''),
(40846,'subject',0,1,' careers form submission from jagdeep kaur '),
(40846,'to',0,1,' careers ccwhisperingwoods com '),
(40851,'field:10',0,1,' request for information regarding james rodriguez poa authorized representative dear records office my name is melissa musto and i am the daughter of james rodriguez who is currently a resident at complete care at green knoll i am trying to locate any legal documents on file related to my father specifically durable power of attorney poa or any other power of attorney documents any guardianship or representative payee documents any other legal documents authorizing a family member or representative to act on his behalf additionally i would like to know if there is already a representative or authorized person on file who can sign documents for my father these documents are important to help manage my fathers affairs including financial matters related to his property i can provide any identification or proof needed to verify my relationship thank you for your time and assistance best regards melissa musto 732 277 2955 relationship to resident daughter '),
(40851,'field:18',0,1,' https mycompletecare com contact '),
(40851,'field:19',0,1,' hlabatch completecaremgmt com '),
(40851,'field:28',0,1,' complete care at green knoll '),
(40851,'field:6',0,1,' melissa musto '),
(40851,'field:7',0,1,' melissamusto831 gmail com '),
(40851,'field:8',0,1,''),
(40851,'field:9',0,1,' resident family support '),
(40851,'title',0,1,' 2026 03 10 11 43 56 '),
(40857,'field:10',0,1,' we are looking for options for my father for skilled nursing care he is currently in a hospice facility in west bend but due to his condition stabilizing we need to find another location for him he has medicare with medicaid pending for insurance wondering if you take medicaid patients for inpatient skilled nursing care and if so what your wait list looks like '),
(40857,'field:18',0,1,' https ccgermantown com contact '),
(40857,'field:19',0,1,' info ccgermantown com '),
(40857,'field:28',0,1,' complete care at germantown '),
(40857,'field:6',0,1,' sarah peltonen '),
(40857,'field:7',0,1,' sarahpeltonen hotmail com '),
(40857,'field:8',0,1,''),
(40857,'field:9',0,1,' general inquiry '),
(40857,'title',0,1,' 2026 03 10 12 58 54 '),
(40861,'field:10',0,1,' hello i worked at your facility my last day was 1 16 25 i have not received a w2 from you although it was only for a few weeks i need this to complete my taxes '),
(40861,'field:18',0,1,' https completecareberkshire com contact '),
(40861,'field:19',0,1,' info completecareberkshire com '),
(40861,'field:28',0,1,' complete care at berkshire '),
(40861,'field:6',0,1,' maureen van horn '),
(40861,'field:7',0,1,' morn1959 hotmail com '),
(40861,'field:8',0,1,' na '),
(40861,'field:9',0,1,' other '),
(40861,'title',0,1,' 2026 03 10 13 11 12 '),
(40917,'slug',0,1,''),
(40917,'subject',0,1,' contact form submission from melissa musto '),
(40917,'to',0,1,' hlabatch completecaremgmt com '),
(40918,'slug',0,1,''),
(40918,'subject',0,1,' contact form submission from sarah peltonen '),
(40918,'to',0,1,' info ccgermantown com '),
(40919,'slug',0,1,''),
(40919,'subject',0,1,' contact form submission from maureen van horn '),
(40919,'to',0,1,' info completecareberkshire com '),
(40920,'alt',0,1,''),
(40920,'extension',0,1,' jpg '),
(40920,'filename',0,1,' bayshore ad 1 jpg '),
(40920,'kind',0,1,' image '),
(40920,'slug',0,1,''),
(40920,'title',0,1,' bayshore ad '),
(40933,'field:1',0,1,' logan '),
(40933,'field:2',0,1,' loganbourguillon gmail com '),
(40933,'field:22',0,1,' https mycompletecare com volunteer '),
(40933,'field:23',0,1,' volunteer completecaremgmt com '),
(40933,'field:3',0,1,' 2029375285 '),
(40933,'field:4',0,1,' complete care at springbrook '),
(40933,'field:5',0,1,' hello my name is logan and im an 8th grade student working on a community project im calling to ask a couple quick questions about volunteer opportunities at your residence do you currently have any volunteer programs if so im interested in helping residents with digital literacy like learning how to use phones computers or other technology i was also wondering if many residents there regularly use technology or experience difficulties with it '),
(40933,'title',0,1,' 2026 03 10 17 25 07 '),
(40938,'field:12',0,1,' busra gocenler '),
(40938,'field:13',0,1,' betulgocen13 gmail com '),
(40938,'field:14',0,1,' 9738517868 '),
(40938,'field:15',0,1,''),
(40938,'field:16',0,1,' administrative business office hr staffing social services '),
(40938,'field:17',0,1,' i completed my social work internship with complete care at westfield and i graduated with my bachelors degree in psychology i really enjoyed my experience with the team and the work your organization does i wanted to reach out to ask if there are currently any openings in social services hr or administrative roles i would love the opportunity to contribute to the organization again and continue developing my skills in the field please let me know if there are any opportunities available or if you recommend someone i should connect with thank you and i hope to hear from you '),
(40938,'field:20',0,1,' https ccwestfield com careers '),
(40938,'field:21',0,1,' careers ccwestfield com '),
(40938,'field:29',0,1,' complete care at westfield '),
(40938,'title',0,1,' 2026 03 10 18 04 42 '),
(40941,'alt',0,1,''),
(40941,'extension',0,1,' pdf '),
(40941,'filename',0,1,' busra resume pdf 2026 03 10 220559 hoet pdf '),
(40941,'kind',0,1,' pdf '),
(40941,'slug',0,1,''),
(40941,'title',0,1,' busra resume pdf '),
(40943,'field:10',0,1,' mom in hospital looking for rehab would like to schedule a tour '),
(40943,'field:18',0,1,' https ccwestcaldwell com contact '),
(40943,'field:19',0,1,' info ccwestcaldwell com '),
(40943,'field:28',0,1,' complete care at west caldwell '),
(40943,'field:6',0,1,' marianna guillaume '),
(40943,'field:7',0,1,' guillaumemarianna gmail com '),
(40943,'field:8',0,1,''),
(40943,'field:9',0,1,' general inquiry '),
(40943,'title',0,1,' 2026 03 10 18 23 46 '),
(40944,'field:10',0,1,' i wanted to contact ethel in activities she has asked if i had any baskets for a easter table decoration i bought 6 baskets from goodwill i can bring them when i visit my mom gert pruess on friday if she would like to contact me my email is tramcat3 gmail com she can text me at 414 412 0457 thank you terri hofstede '),
(40944,'field:18',0,1,' https mycompletecare com contact '),
(40944,'field:19',0,1,' hlabatch completecaremgmt com '),
(40944,'field:28',0,1,''),
(40944,'field:6',0,1,' terri hofstede '),
(40944,'field:7',0,1,' tramcat3 gmail com '),
(40944,'field:8',0,1,''),
(40944,'field:9',0,1,' other '),
(40944,'title',0,1,' 2026 03 10 18 26 01 '),
(40956,'field:12',0,1,' raven fairman '),
(40956,'field:13',0,1,' ravenfairman93 gmail com '),
(40956,'field:14',0,1,' 19084619358 '),
(40956,'field:15',0,1,' files resumes raven fairman 2024 updated resume pdf '),
(40956,'field:16',0,1,' administrative business office dietary food service maintenance housekeeping '),
(40956,'field:17',0,1,' n a '),
(40956,'field:20',0,1,' https ccholmdel com careers '),
(40956,'field:21',0,1,' careers ccholmdel com '),
(40956,'field:29',0,1,' complete care at holmdel '),
(40956,'title',0,1,' 2026 03 10 20 51 26 '),
(40957,'alt',0,1,''),
(40957,'extension',0,1,' pdf '),
(40957,'filename',0,1,' raven fairman 2024 updated resume pdf '),
(40957,'kind',0,1,' pdf '),
(40957,'slug',0,1,''),
(40957,'title',0,1,' raven fairman 2024 updated resume '),
(40959,'field:12',0,1,' david markle '),
(40959,'field:13',0,1,' davidmarkle097 gmail com '),
(40959,'field:14',0,1,' 19083462826 '),
(40959,'field:15',0,1,''),
(40959,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(40959,'field:17',0,1,' good evening i am currently working at the philipsburg school district as a teacher aide but looking for a job for the weekends and a few hours after my day time job until the summer time '),
(40959,'field:20',0,1,' https ccphillipsburg com careers '),
(40959,'field:21',0,1,' careers ccphillipsburg com '),
(40959,'field:29',0,1,' complete care at phillipsburg '),
(40959,'title',0,1,' 2026 03 10 21 15 49 '),
(41005,'field:10',0,1,' good evening i hope you are doing well i am reaching out to inquire whether complete care currently has or anticipates having any remote job opportunities that align with my background in hr and healthcare administration i am also open to exploring opportunities in other departments or areas where my skills and experience could add value i would welcome the opportunity to bring my skills and experience to your organization i have attached my resume for your review and would be grateful if you could keep me in mind for any current or future remote opportunities that may be a good fit i look forward to hearing from you warm regards aliza gelb memphis tn 845 538 6377 '),
(41005,'field:18',0,1,' https mycompletecare com contact '),
(41005,'field:19',0,1,' hlabatch completecaremgmt com '),
(41005,'field:28',0,1,''),
(41005,'field:6',0,1,' aliza gelb '),
(41005,'field:7',0,1,' gelb aliza gmail com '),
(41005,'field:8',0,1,''),
(41005,'field:9',0,1,' careers '),
(41005,'title',0,1,' 2026 03 10 23 38 13 '),
(41029,'field:10',0,1,' hello i recently received information about applying to designated facilities in the milwaukee area as part of my application for cna positions through the wisconsin caregiver program and i wanted to take a moment to introduce myself i am currently in school to become a registered nurse and already hold a bachelors degree from the university of wisconsin madison i am very interested in transitioning into healthcare and gaining hands on experience while pursuing my rn i live nearby and believe complete care would be a great place for me to begin this journey and contribute to your team thank you for your time and consideration i look forward to the opportunity to speak with you best kenedy freeman '),
(41029,'field:18',0,1,' https mycompletecare com contact '),
(41029,'field:19',0,1,' hlabatch completecaremgmt com '),
(41029,'field:28',0,1,' complete care at hales corners '),
(41029,'field:6',0,1,' kenedy freeman '),
(41029,'field:7',0,1,' kenedyfreeman5 gmail com '),
(41029,'field:8',0,1,''),
(41029,'field:9',0,1,' careers '),
(41029,'title',0,1,' 2026 03 11 00 18 13 '),
(41044,'field:12',0,1,' akeira stone '),
(41044,'field:13',0,1,' stoneakeira gmail com '),
(41044,'field:14',0,1,' 8622207231 '),
(41044,'field:15',0,1,' files resumes updated resume 2026 akeira stone 19 pdf '),
(41044,'field:16',0,1,' activities recreation dietary food service '),
(41044,'field:17',0,1,' i am interested in these positions when they open '),
(41044,'field:20',0,1,' https ccfairlawnedge com careers '),
(41044,'field:21',0,1,' careers ccfairlawnedge com '),
(41044,'field:29',0,1,' complete care at fair lawn edge '),
(41044,'title',0,1,' 2026 03 11 01 21 37 '),
(41045,'alt',0,1,''),
(41045,'extension',0,1,' pdf '),
(41045,'filename',0,1,' updated resume 2026 akeira stone 19 pdf '),
(41045,'kind',0,1,' pdf '),
(41045,'slug',0,1,''),
(41045,'title',0,1,' updated resume 2026 akeira stone 19 '),
(41211,'field:10',0,1,' how much is the rent myssdi is 1077 00 a month im 62 disabled an retired '),
(41211,'field:18',0,1,' https cchyattsville com contact '),
(41211,'field:19',0,1,' info cchyattsville com '),
(41211,'field:28',0,1,' complete care at hyattsville '),
(41211,'field:6',0,1,' lana middlebrook '),
(41211,'field:7',0,1,' lrmiddlebrook63 gmail com '),
(41211,'field:8',0,1,''),
(41211,'field:9',0,1,' general inquiry '),
(41211,'title',0,1,' 2026 03 11 08 03 05 '),
(41218,'field:10',0,1,' im 62 disabled retired my ssdi is 1077 00 how is the room to live share a room life someone i cant spell way is lasalle at '),
(41218,'field:18',0,1,' https cchyattsville com contact '),
(41218,'field:19',0,1,' info cchyattsville com '),
(41218,'field:28',0,1,' complete care at hyattsville '),
(41218,'field:6',0,1,' lana middlebrook '),
(41218,'field:7',0,1,' lrmiddlebrook63 gmail com '),
(41218,'field:8',0,1,''),
(41218,'field:9',0,1,' general inquiry '),
(41218,'title',0,1,' 2026 03 11 08 06 03 '),
(41231,'field:10',0,1,' i am looking for a home for my father 89 years of age i would like to come see your facility and speak to someone regarding application '),
(41231,'field:18',0,1,' https mycompletecare com contact '),
(41231,'field:19',0,1,' hlabatch completecaremgmt com '),
(41231,'field:28',0,1,' complete care at brick '),
(41231,'field:6',0,1,' michelle rucci '),
(41231,'field:7',0,1,' mgall25 optonline net '),
(41231,'field:8',0,1,''),
(41231,'field:9',0,1,' general inquiry '),
(41231,'title',0,1,' 2026 03 11 08 36 29 '),
(41248,'field:10',0,1,' hello i hope youre doing well im reaching out from pro med sole rcm we help u s healthcare practices improve cash flow increase reimbursements and reduce claim denials through complete revenue cycle management services from eligibility verification to claim submission denial management a r follow up and reporting we handle everything so you can focus on patient care we work with 35 ehr pm systems and offer rpm ccm and bhi services with no upfront costs with a 98% clean claim rate and hipaa compliant processes we ensure reliable support for your practice id love to schedule a quick call to discuss how we can support you looking forward to your response '),
(41248,'field:18',0,1,' https mycompletecare com contact '),
(41248,'field:19',0,1,' hlabatch completecaremgmt com '),
(41248,'field:28',0,1,' complete care at whispering woods '),
(41248,'field:6',0,1,' chris carter '),
(41248,'field:7',0,1,' chris medsolercm com '),
(41248,'field:8',0,1,' pro medsole rcm '),
(41248,'field:9',0,1,' general inquiry '),
(41248,'title',0,1,' 2026 03 11 10 07 33 '),
(41256,'field:12',0,1,' dylan holly '),
(41256,'field:13',0,1,' jerseygino7 gmail com '),
(41256,'field:14',0,1,' 8392460211 '),
(41256,'field:15',0,1,' files resumes dylan holly pdf '),
(41256,'field:16',0,1,' activities recreation dietary food service '),
(41256,'field:17',0,1,' also would like to fill out a paper application as well '),
(41256,'field:20',0,1,' https ccatgreenacres com careers '),
(41256,'field:21',0,1,' careers ccatgreenacres com '),
(41256,'field:29',0,1,' complete care at green acres '),
(41256,'title',0,1,' 2026 03 11 10 19 45 '),
(41257,'alt',0,1,''),
(41257,'extension',0,1,' pdf '),
(41257,'filename',0,1,' dylan holly pdf '),
(41257,'kind',0,1,' pdf '),
(41257,'slug',0,1,''),
(41257,'title',0,1,' dylan holly '),
(41344,'field:12',0,1,' nicole a baptist '),
(41344,'field:13',0,1,' nia2008 nb gmail com '),
(41344,'field:14',0,1,' 19086669514 '),
(41344,'field:15',0,1,' files resumes nicole baptist 2 pdf '),
(41344,'field:16',0,1,' maintenance housekeeping '),
(41344,'field:17',0,1,' i hope this message finds you well i recently learned that your company is seeking a housekeeping director and im very interested in the opportunity with my background in housekeeping leadership and operations management i am confident i can contribute to your teams success i would appreciate the chance to connect to discuss how my experience aligns with your needs and the qualifications youre seeking ive attached my resume for your review please let me know a convenient time for a brief conversation or interview i look forward to the possibility of speaking with you best regards nicole baptist '),
(41344,'field:20',0,1,' https cclaurelton com careers '),
(41344,'field:21',0,1,' careers cclaurelton com '),
(41344,'field:29',0,1,' complete care at laurelton '),
(41344,'title',0,1,' 2026 03 11 12 40 50 '),
(41345,'alt',0,1,''),
(41345,'extension',0,1,' pdf '),
(41345,'filename',0,1,' nicole baptist 2 pdf '),
(41345,'kind',0,1,' pdf '),
(41345,'slug',0,1,''),
(41345,'title',0,1,' nicole baptist 2 '),
(41353,'field:10',0,1,' hi i work in flourtown and help many local companies i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best amanda smith business development rep luxe janitorial services amanda theluxejanitorialservices com respond with stop to optout '),
(41353,'field:18',0,1,' https mycompletecare com contact '),
(41353,'field:19',0,1,' hlabatch completecaremgmt com '),
(41353,'field:28',0,1,' complete care at cedar grove '),
(41353,'field:6',0,1,' amanda smith '),
(41353,'field:7',0,1,' amanda theluxejanitorialservices com '),
(41353,'field:8',0,1,' luxe janitorial services '),
(41353,'field:9',0,1,' general inquiry '),
(41353,'title',0,1,' 2026 03 11 13 29 23 '),
(41359,'field:10',0,1,' i am writing on behalf of our client lorna thomas who has retained the services of sjkp law firm to assist with the renewal of her certified nursing assistant cna credentials our client was employed with your organization beginning in 1998 and her renewal documentation requires verification and completion by her supervisor the form is due on or before march 19 2026 and timely completion is essential to prevent any interruption to her ability to secure employment at this time it has come to our attention that the required paperwork has not yet been signed because her former manager is refusing any refusal or delay in completing these forms constitutes an unwarranted hindrance to our clients efforts to maintain her employment eligibility we would like to resolve this matter as quickly and amicably as possible please contact attorney tal hirshberg at tal hirshberg sjkplaw com and rehana pierre at rehana pierre sjkplaw com to coordinate the prompt completion of the required documentation we appreciate your immediate attention to this matter '),
(41359,'field:18',0,1,' https mycompletecare com contact '),
(41359,'field:19',0,1,' hlabatch completecaremgmt com '),
(41359,'field:28',0,1,' complete care at west caldwell '),
(41359,'field:6',0,1,' sjkp law firm for lorna thomas '),
(41359,'field:7',0,1,' rehana pierre sjkplaw com '),
(41359,'field:8',0,1,' sjkp law firm '),
(41359,'field:9',0,1,' other '),
(41359,'title',0,1,' 2026 03 11 13 49 58 '),
(41360,'field:10',0,1,' re nancy nichols i am writing regarding my mothers bill if there is one can you send it to me for review '),
(41360,'field:18',0,1,' https completecarewall com contact '),
(41360,'field:19',0,1,' info completecarewall com '),
(41360,'field:28',0,1,' complete care at wall '),
(41360,'field:6',0,1,' kate sosnowski '),
(41360,'field:7',0,1,' katesosnowski gmail com '),
(41360,'field:8',0,1,''),
(41360,'field:9',0,1,' general inquiry '),
(41360,'title',0,1,' 2026 03 11 14 08 15 '),
(41361,'field:10',0,1,' interested in maintenance career phone 732 787 4802 '),
(41361,'field:18',0,1,' https ccbayshore com contact '),
(41361,'field:19',0,1,' info ccbayshore com '),
(41361,'field:28',0,1,' complete care at bayshore '),
(41361,'field:6',0,1,' michael panzino '),
(41361,'field:7',0,1,' mikejp50 yahoo com '),
(41361,'field:8',0,1,' 156448502 '),
(41361,'field:9',0,1,' careers '),
(41361,'title',0,1,' 2026 03 11 14 20 59 '),
(41369,'slug',0,1,''),
(41369,'subject',0,1,' volunteer form submission from logan '),
(41369,'to',0,1,' volunteer completecaremgmt com '),
(41370,'slug',0,1,''),
(41370,'subject',0,1,' careers form submission from busra gocenler '),
(41370,'to',0,1,' careers ccwestfield com '),
(41371,'slug',0,1,''),
(41371,'subject',0,1,' contact form submission from marianna guillaume '),
(41371,'to',0,1,' info ccwestcaldwell com '),
(41372,'slug',0,1,''),
(41372,'subject',0,1,' contact form submission from terri hofstede '),
(41372,'to',0,1,' hlabatch completecaremgmt com '),
(41373,'slug',0,1,''),
(41373,'subject',0,1,' careers form submission from raven fairman '),
(41373,'to',0,1,' careers ccholmdel com '),
(41374,'slug',0,1,''),
(41374,'subject',0,1,' careers form submission from david markle '),
(41374,'to',0,1,' careers ccphillipsburg com '),
(41375,'slug',0,1,''),
(41375,'subject',0,1,' contact form submission from aliza gelb '),
(41375,'to',0,1,' hlabatch completecaremgmt com '),
(41376,'slug',0,1,''),
(41376,'subject',0,1,' contact form submission from kenedy freeman '),
(41376,'to',0,1,' hlabatch completecaremgmt com '),
(41377,'slug',0,1,''),
(41377,'subject',0,1,' careers form submission from akeira stone '),
(41377,'to',0,1,' careers ccfairlawnedge com '),
(41378,'slug',0,1,''),
(41378,'subject',0,1,' contact form submission from lana middlebrook '),
(41378,'to',0,1,' info cchyattsville com '),
(41379,'slug',0,1,''),
(41379,'subject',0,1,' contact form submission from lana middlebrook '),
(41379,'to',0,1,' info cchyattsville com '),
(41380,'slug',0,1,''),
(41380,'subject',0,1,' contact form submission from michelle rucci '),
(41380,'to',0,1,' hlabatch completecaremgmt com '),
(41381,'slug',0,1,''),
(41381,'subject',0,1,' contact form submission from chris carter '),
(41381,'to',0,1,' hlabatch completecaremgmt com '),
(41382,'slug',0,1,''),
(41382,'subject',0,1,' careers form submission from dylan holly '),
(41382,'to',0,1,' careers ccatgreenacres com '),
(41383,'slug',0,1,''),
(41383,'subject',0,1,' careers form submission from nicole a baptist '),
(41383,'to',0,1,' careers cclaurelton com '),
(41384,'slug',0,1,''),
(41384,'subject',0,1,' contact form submission from amanda smith '),
(41384,'to',0,1,' hlabatch completecaremgmt com '),
(41385,'slug',0,1,''),
(41385,'subject',0,1,' contact form submission from sjkp law firm for lorna thomas '),
(41385,'to',0,1,' hlabatch completecaremgmt com '),
(41386,'slug',0,1,''),
(41386,'subject',0,1,' contact form submission from kate sosnowski '),
(41386,'to',0,1,' info completecarewall com '),
(41387,'slug',0,1,''),
(41387,'subject',0,1,' contact form submission from michael panzino '),
(41387,'to',0,1,' info ccbayshore com '),
(41388,'alt',0,1,''),
(41388,'extension',0,1,' jpg '),
(41388,'filename',0,1,' silverlake admin 1 jpg '),
(41388,'kind',0,1,' image '),
(41388,'slug',0,1,''),
(41388,'title',0,1,' silver lake admin '),
(41391,'field:12',0,1,' lisa murphy '),
(41391,'field:13',0,1,' lisamarie19799 aol com '),
(41391,'field:14',0,1,' 262 734 4177 '),
(41391,'field:15',0,1,' files resumes img 9513 jpeg files resumes img 9514 jpeg files resumes img 9515 jpeg '),
(41391,'field:16',0,1,' nursing '),
(41391,'field:17',0,1,' part time lpn preferably 2nd shift '),
(41391,'field:20',0,1,' https ccridgewood com careers '),
(41391,'field:21',0,1,' careers ccridgewood com '),
(41391,'field:29',0,1,' complete care at ridgewood '),
(41391,'title',0,1,' 2026 03 11 14 40 05 '),
(41392,'alt',0,1,''),
(41392,'extension',0,1,' jpeg '),
(41392,'filename',0,1,' img 9513 jpeg '),
(41392,'kind',0,1,' image '),
(41392,'slug',0,1,''),
(41392,'title',0,1,' img 9513 '),
(41393,'alt',0,1,''),
(41393,'extension',0,1,' jpeg '),
(41393,'filename',0,1,' img 9514 jpeg '),
(41393,'kind',0,1,' image '),
(41393,'slug',0,1,''),
(41393,'title',0,1,' img 9514 '),
(41394,'alt',0,1,''),
(41394,'extension',0,1,' jpeg '),
(41394,'filename',0,1,' img 9515 jpeg '),
(41394,'kind',0,1,' image '),
(41394,'slug',0,1,''),
(41394,'title',0,1,' img 9515 '),
(41397,'slug',0,1,''),
(41397,'subject',0,1,' careers form submission from lisa murphy '),
(41397,'to',0,1,' careers ccridgewood com '),
(41404,'field:10',0,1,' hello i need a complete copy of your polices and procedures including any and all information regarding finances for residents '),
(41404,'field:18',0,1,' https ccfairlawnedge com contact '),
(41404,'field:19',0,1,' info ccfairlawnedge com '),
(41404,'field:28',0,1,' complete care at fair lawn edge '),
(41404,'field:6',0,1,' margarita acevedo '),
(41404,'field:7',0,1,' jessie5611 yahoo com '),
(41404,'field:8',0,1,''),
(41404,'field:9',0,1,' general inquiry '),
(41404,'title',0,1,' 2026 03 11 15 29 26 '),
(41428,'field:10',0,1,' hi complete care at marcella i just tried messaging you from your google business profile and couldnt get through because you dont have texting turned on want me to turn that on and install an ai agent that chats with all visitors and helps get them booked with you i see your competitor doesnt have this turned on so it would for sure help you stand out lets chat grab a time on my calendar and ill show you getdandy com texting agent meeting thank you jennifer obrien director of operations getdandy getdandy com texting agent meeting '),
(41428,'field:18',0,1,' https ccmarcella com contact '),
(41428,'field:19',0,1,' info ccmarcella com '),
(41428,'field:28',0,1,' complete care at marcella '),
(41428,'field:6',0,1,' jennifer obrien '),
(41428,'field:7',0,1,' jennifer dandyreviewaitools com '),
(41428,'field:8',0,1,' getdandy '),
(41428,'field:9',0,1,' general inquiry '),
(41428,'title',0,1,' 2026 03 11 17 14 11 '),
(41445,'field:10',0,1,' how would i go about taking my father a patient out for a day is this a service that complete care offers or would i need to get a third party it should be noted that the location i want to take him to is about an hour and thirty minutes away '),
(41445,'field:18',0,1,' https mycompletecare com contact '),
(41445,'field:19',0,1,' hlabatch completecaremgmt com '),
(41445,'field:28',0,1,' complete care at green knoll '),
(41445,'field:6',0,1,' joseph fadairo '),
(41445,'field:7',0,1,' joexfad gmail com '),
(41445,'field:8',0,1,''),
(41445,'field:9',0,1,' general inquiry '),
(41445,'title',0,1,' 2026 03 11 18 47 51 '),
(41453,'field:10',0,1,' my name is ted and i offer guided paint sessions for senior communities im reaching out to see if your residents might enjoy a 90 minute paint party where each participant creates their own painting to keep if you could forward my contact info to the activities director id greatly appreciate it thank you '),
(41453,'field:18',0,1,' https mycompletecare com contact '),
(41453,'field:19',0,1,' hlabatch completecaremgmt com '),
(41453,'field:28',0,1,' complete care at summit ridge '),
(41453,'field:6',0,1,' ted garcia '),
(41453,'field:7',0,1,' garciaej012 gmail com '),
(41453,'field:8',0,1,''),
(41453,'field:9',0,1,' general inquiry '),
(41453,'title',0,1,' 2026 03 11 21 46 44 '),
(41456,'field:12',0,1,' elina yzeiraj '),
(41456,'field:13',0,1,' vasilikalazri1 gmail com '),
(41456,'field:14',0,1,' 4753217490 '),
(41456,'field:15',0,1,' files resumes elinas resume pdf '),
(41456,'field:16',0,1,' dietary food service '),
(41456,'field:17',0,1,' hello my name is elina yzeiraj and i am a high school student from meriden ct and currently doing remote learning i am very interested in joining complete care as a dietary aide or support team member i am responsible reliable and a fast learner i also have a lot of experience with food teamwork communication and customer service skills as my family owns a business i realized over time i love and enjoy working with people especially those in need i am excited to bring that energy to your residents and staff i have open availability and am ready to start immediately i am open to holidays i would love the opportunity to work with your team and learn from your experienced staff thank you so much for your time and patience '),
(41456,'field:20',0,1,' https ccmeriden com careers '),
(41456,'field:21',0,1,' careers ccmeriden com '),
(41456,'field:29',0,1,' complete care at meriden '),
(41456,'title',0,1,' 2026 03 11 22 09 18 '),
(41457,'alt',0,1,''),
(41457,'extension',0,1,' pdf '),
(41457,'filename',0,1,' elinas resume pdf '),
(41457,'kind',0,1,' pdf '),
(41457,'slug',0,1,''),
(41457,'title',0,1,' elinas resume '),
(41459,'field:12',0,1,' amelia '),
(41459,'field:13',0,1,' amrigel1 gmail com '),
(41459,'field:14',0,1,' 2628990171 '),
(41459,'field:15',0,1,' files resumes amelia rigel resume pdf '),
(41459,'field:16',0,1,' nursing '),
(41459,'field:17',0,1,' i am looking for a cna job this summer so i can get clinical hours for nursing school '),
(41459,'field:20',0,1,' https cccareage com careers '),
(41459,'field:21',0,1,' info cccareage com '),
(41459,'field:29',0,1,' complete care at care age '),
(41459,'title',0,1,' 2026 03 11 22 29 25 '),
(41460,'alt',0,1,''),
(41460,'extension',0,1,' pdf '),
(41460,'filename',0,1,' amelia rigel resume pdf '),
(41460,'kind',0,1,' pdf '),
(41460,'slug',0,1,''),
(41460,'title',0,1,' amelia rigel resume '),
(41467,'field:12',0,1,' elijah michel '),
(41467,'field:13',0,1,' elijahmichel2468 icloud com '),
(41467,'field:14',0,1,' 4143911495 '),
(41467,'field:15',0,1,' files resumes resume pdf 2026 03 12 032021 pkqq pdf '),
(41467,'field:16',0,1,' nursing '),
(41467,'field:17',0,1,' hardworking and reliable student transitioning into healthcare bringing over 5 years of experience in customer facing roles requiring empathy attention to detail and teamwork currently working towards a nursing degree and seeking a cna role to contribute to resident care while building clinical skills '),
(41467,'field:20',0,1,' https cchalescorners com careers '),
(41467,'field:21',0,1,' info cchalescorners com goleary completecaremgmt com '),
(41467,'field:29',0,1,' complete care at hales corners '),
(41467,'title',0,1,' 2026 03 11 23 20 21 '),
(41468,'alt',0,1,''),
(41468,'extension',0,1,' pdf '),
(41468,'filename',0,1,' resume pdf 2026 03 12 032021 pkqq pdf '),
(41468,'kind',0,1,' pdf '),
(41468,'slug',0,1,''),
(41468,'title',0,1,' resume pdf '),
(41533,'field:10',0,1,' hi there its easy to slip into routines that quietly take a toll on both our mental and physical well being but with a little self reflection its possible to recognize those patterns and make intentional changes for a healthier more balanced life id love to contribute an article to your website that focuses on building a personal wellness plan offering practical steps for breaking unhealthy habits and embracing positive lasting change if this sounds like something your readers would enjoy id be glad to share the piece with you looking forward to your thoughts thanks so much for your time denise lozada denise lozada cancersocietyofamerica info p s if youre interested in a complimentary article on a different topic from my original offer feel free to reach out and we can brainstorm ideas together until we find one that resonates with you i like writing in a way that connects with real people while boosting your sites visibility through ai and search '),
(41533,'field:18',0,1,' http ccatgreenacres com contact '),
(41533,'field:19',0,1,' info ccatgreenacres com '),
(41533,'field:28',0,1,' complete care at green acres '),
(41533,'field:6',0,1,' denise lozada '),
(41533,'field:7',0,1,' denise lozada cancersocietyofamerica info '),
(41533,'field:8',0,1,' cancersocietyofamerica info '),
(41533,'field:9',0,1,' general inquiry '),
(41533,'title',0,1,' 2026 03 12 02 09 30 '),
(41557,'field:10',0,1,' hello i have emailed twice to no avail i live in france my dad lives in englewood i would like some information before i make the long distance call thank you in advance admissions to the facility on polifly road memory care costs medicaid etc and as i live in france and my 98 yo father lives in a facility in englewood it would be best if this information could be transmitted by email before a long distance telephone call due to the time difference i will be happy to call you but id like to know some basics first it is disappointing that this information cannot be found on the website apologies if it is there and i missed it while my father is doing well his memory is fading he is aware of it and it may be time for him to move to a memory care facility as an fyi my mother spent a few years in your facility before the name and apparent ownership change in the early 2020s she had alzheimers and we were very pleased with her care there she died in the facility from covid in 2022 but it was a positive experience and the staff and nursers were amazing '),
(41557,'field:18',0,1,' https ccregent com contact '),
(41557,'field:19',0,1,' info ccregent com '),
(41557,'field:28',0,1,' complete care at regent '),
(41557,'field:6',0,1,' jodi lehner '),
(41557,'field:7',0,1,' jmlehner7 gmail com '),
(41557,'field:8',0,1,' personal inquiry '),
(41557,'field:9',0,1,' resident family support '),
(41557,'title',0,1,' 2026 03 12 06 32 43 '),
(41558,'field:1',0,1,' amonique wynter '),
(41558,'field:2',0,1,' amoniquewynter icloud com '),
(41558,'field:22',0,1,' https mycompletecare com volunteer '),
(41558,'field:23',0,1,' volunteer completecaremgmt com '),
(41558,'field:3',0,1,' 3478079563 '),
(41558,'field:4',0,1,' complete care at silver lake '),
(41558,'field:5',0,1,' willing to help crochet read talk love to help '),
(41558,'title',0,1,' 2026 03 12 06 50 48 '),
(41561,'field:10',0,1,' hi complete care at hillside i just tried messaging you from your google business profile and couldnt get through because you dont have texting turned on want me to turn that on and install an ai agent that chats with all visitors and helps get them booked with you i see your competitor doesnt have this turned on so it would for sure help you stand out lets chat grab a time on my calendar and ill show you getdandy com texting agent meeting thank you jennifer obrien director of operations getdandy getdandy com texting agent meeting '),
(41561,'field:18',0,1,' https completecarehillside com contact '),
(41561,'field:19',0,1,' info completecarehillside com '),
(41561,'field:28',0,1,' complete care at hillside '),
(41561,'field:6',0,1,' jennifer obrien '),
(41561,'field:7',0,1,' jennifer dandyreviewaitools com '),
(41561,'field:8',0,1,' getdandy '),
(41561,'field:9',0,1,' careers '),
(41561,'title',0,1,' 2026 03 12 07 24 38 '),
(41563,'field:12',0,1,' tanya '),
(41563,'field:13',0,1,' tanyamegan85 icloud com '),
(41563,'field:14',0,1,' 3476059007 '),
(41563,'field:15',0,1,' files resumes tanya crispin pdf '),
(41563,'field:16',0,1,' activities recreation dietary food service '),
(41563,'field:17',0,1,' good morning i wanted to see if you have any openings hopefully i here from you soon thank you have a great day '),
(41563,'field:20',0,1,' https ccsummitridge com careers '),
(41563,'field:21',0,1,' careers ccsummitridge com '),
(41563,'field:29',0,1,' complete care at summit ridge '),
(41563,'title',0,1,' 2026 03 12 07 48 22 '),
(41564,'alt',0,1,''),
(41564,'extension',0,1,' pdf '),
(41564,'filename',0,1,' tanya crispin pdf '),
(41564,'kind',0,1,' pdf '),
(41564,'slug',0,1,''),
(41564,'title',0,1,' tanya crispin '),
(41575,'field:10',0,1,' my uncle anthony herber room 231 1 is having pain and numbness in his knee he is asking to have the specialist to come today to assess my number is 848 200 8376 ty '),
(41575,'field:18',0,1,' https mycompletecare com contact '),
(41575,'field:19',0,1,' hlabatch completecaremgmt com '),
(41575,'field:28',0,1,' complete care at shrewsbury '),
(41575,'field:6',0,1,' danielle silverstein '),
(41575,'field:7',0,1,' dberling42 gmail com '),
(41575,'field:8',0,1,''),
(41575,'field:9',0,1,' other '),
(41575,'title',0,1,' 2026 03 12 09 58 01 '),
(41576,'field:10',0,1,' hello i am looking to confirm if you accept my aunts insurance see below she is an als patient on a trach vent her dob 1 1 1964 she is currently at alaris health in rochelle park nj wed like for her to be transferred here please confirm the following 1 if you accept her insurance yes no 2 if you accept it then what is the process to initiate the transfer 3 do you need a proxy directive for the patient if needed are you able to assist in creating one thank you tania '),
(41576,'field:18',0,1,' https mycompletecare com contact '),
(41576,'field:19',0,1,' hlabatch completecaremgmt com '),
(41576,'field:28',0,1,' complete care at regent '),
(41576,'field:6',0,1,' tania '),
(41576,'field:7',0,1,' taniaah0421 gmail com '),
(41576,'field:8',0,1,''),
(41576,'field:9',0,1,' resident family support '),
(41576,'title',0,1,' 2026 03 12 10 00 06 '),
(41577,'field:10',0,1,' employment verification hello please advise how we may verify employment for a current employee reference 3589782 you can email us at verify theorsusgroup com or call 248 530 3672 leo lopez background check specialist the orsus group 248 530 3672 office 888 522 7931 fax verify theorsusgroup com confidentiality notice this email may contain confidential and privileged material for the sole use of the intended recipient s any review use distribution or disclosure by others is strictly prohibited if you have received this communication in error please notify the sender immediately by email and delete the message and any file attachments from your computer thank you '),
(41577,'field:18',0,1,' https ccgreenknoll com contact '),
(41577,'field:19',0,1,' info ccgreenknoll com '),
(41577,'field:28',0,1,' complete care at green knoll '),
(41577,'field:6',0,1,' leo lopez '),
(41577,'field:7',0,1,' verify theorsusgroup com '),
(41577,'field:8',0,1,' the orsus group '),
(41577,'field:9',0,1,' general inquiry '),
(41577,'title',0,1,' 2026 03 12 10 14 35 '),
(41579,'field:10',0,1,' good morning i came across your job posting for a part time receptionist in burlington from the post it appears you are looking for weekdays from 4 8 as well as every other weekend as i am currently employed full time as an administrative specialist in the rider university student health services department i am looking for weekend part time employment to supplement my current income if you every have the need for weekends only please keep me in mind as i am confident my qualifications would be sufficient for this position thank you for your time joanne tobia '),
(41579,'field:18',0,1,' https mycompletecare com contact '),
(41579,'field:19',0,1,' hlabatch completecaremgmt com '),
(41579,'field:28',0,1,''),
(41579,'field:6',0,1,' joanne tobia '),
(41579,'field:7',0,1,' joannetobia gmail com '),
(41579,'field:8',0,1,' rider university '),
(41579,'field:9',0,1,' careers '),
(41579,'title',0,1,' 2026 03 12 10 30 36 '),
(41581,'field:12',0,1,' michael louch '),
(41581,'field:13',0,1,' winnielane100 gmail com '),
(41581,'field:14',0,1,' 7329531656 '),
(41581,'field:15',0,1,''),
(41581,'field:16',0,1,' maintenance housekeeping '),
(41581,'field:17',0,1,' im a hard worker willing to give you my best effort '),
(41581,'field:20',0,1,' https completecarewall com careers '),
(41581,'field:21',0,1,' careers completecarewall com '),
(41581,'field:29',0,1,' complete care at wall '),
(41581,'title',0,1,' 2026 03 12 10 51 14 '),
(41598,'field:10',0,1,' we are making a school project about helping the elderly and we want to support them and make them do different activity such as gardening playing bingo and chess that would hopefully make them enjoy the time that they spent please contact me or a person that also reached out from our group about this thank you for time '),
(41598,'field:18',0,1,' https mycompletecare com contact '),
(41598,'field:19',0,1,' hlabatch completecaremgmt com '),
(41598,'field:28',0,1,' complete care at chestnut hill '),
(41598,'field:6',0,1,' jonathan guevara bautista '),
(41598,'field:7',0,1,' jonathan32656 student passaicschools org '),
(41598,'field:8',0,1,' passaic academy for science and engineering '),
(41598,'field:9',0,1,' volunteer opportunities '),
(41598,'title',0,1,' 2026 03 12 13 06 36 '),
(41608,'field:10',0,1,' hello i work in community partnership and outreach with fresh start assisted living care im intentionally connecting with community partners who support our senior and disabled community social workers care case management teams and unit nurses handling discharge planning fresh start is a long term care facility that provides care for those with all levels of dementia alzheimers and physical and mental disabilities we currently have 9 beds available for immediate occupancy with private pay and medicaid approved options available i viewed your website and i believe we could support each other '),
(41608,'field:18',0,1,' https mycompletecare com contact '),
(41608,'field:19',0,1,' hlabatch completecaremgmt com '),
(41608,'field:28',0,1,' complete care at severna park '),
(41608,'field:6',0,1,' vitoria glover '),
(41608,'field:7',0,1,' victorialpg yahoo com '),
(41608,'field:8',0,1,' fresh start assisted living care '),
(41608,'field:9',0,1,' resident family support '),
(41608,'title',0,1,' 2026 03 12 14 43 25 '),
(41609,'field:12',0,1,' megan kozyra '),
(41609,'field:13',0,1,' megan kozyra uri edu '),
(41609,'field:14',0,1,' 860 942 0606 '),
(41609,'field:15',0,1,' files resumes resume 2026 final pdf '),
(41609,'field:16',0,1,''),
(41609,'field:17',0,1,' dear hiring manager i am writing to express my interest in the possibility of a clinical fellow speech language pathologist position at complete care at harrington court as a soon to be graduate in speech language pathology i am eager to begin my clinical fellowship in a setting that values compassionate care interdisciplinary collaboration and evidence based rehabilitation during my graduate training i gained clinical experience evaluating and treating adults with speech language cognitive communication and swallowing disorders across medical and school settings my externships provided hands on experience conducting assessments developing individualized treatment plans and implementing therapy focused on improving functional communication and safe swallowing i also collaborated closely with interdisciplinary teams to support patients recovery and overall quality of life i am particularly drawn to complete care at harrington courts commitment to patient centered rehabilitation and its supportive care environment i am excited about the opportunity to grow as a clinician under experienced mentorship while providing meaningful therapy that helps residents regain independence and maintain dignity in their daily lives i bring strong clinical foundations compassion for the populations we serve and a strong desire to continue learning and developing my skills as a speech language pathologist i would be honored to complete my clinical fellowship with your team and contribute to the exceptional care provided to your residents thank you for your time and consideration i look forward to the opportunity to further discuss how my training dedication and enthusiasm can support the mission of complete care at harrington court sincerely megan kozyra 860 942 0606 megan kozyra uri edu '),
(41609,'field:20',0,1,' https ccharringtoncourt com careers '),
(41609,'field:21',0,1,' careers ccharringtoncourt com '),
(41609,'field:29',0,1,' complete care at harrington court '),
(41609,'title',0,1,' 2026 03 12 14 55 45 '),
(41610,'alt',0,1,''),
(41610,'extension',0,1,' pdf '),
(41610,'filename',0,1,' resume 2026 final pdf '),
(41610,'kind',0,1,' pdf '),
(41610,'slug',0,1,''),
(41610,'title',0,1,' resume 2026 final '),
(41611,'field:10',0,1,' could you please send email me my w2 form '),
(41611,'field:18',0,1,' https mycompletecare com ccmargatepark contact '),
(41611,'field:19',0,1,' info ccmargatepark com '),
(41611,'field:28',0,1,' complete care at margate park '),
(41611,'field:6',0,1,' madeleine jolibois '),
(41611,'field:7',0,1,' macejolibois10 gmail com '),
(41611,'field:8',0,1,' complete care margate park '),
(41611,'field:9',0,1,' general inquiry '),
(41611,'title',0,1,' 2026 03 12 15 08 43 '),
(41614,'field:10',0,1,' my father may be in need of long term nursing or perhaps palliative care do you take medicaid or medicaid pending patients residents '),
(41614,'field:18',0,1,' https mycompletecare com contact '),
(41614,'field:19',0,1,' hlabatch completecaremgmt com '),
(41614,'field:28',0,1,' complete care at hales corners '),
(41614,'field:6',0,1,' nathan hacett '),
(41614,'field:7',0,1,' nhmsovla gmail com '),
(41614,'field:8',0,1,''),
(41614,'field:9',0,1,' general inquiry '),
(41614,'title',0,1,' 2026 03 12 15 31 58 '),
(41620,'field:12',0,1,' filomena andrickson '),
(41620,'field:13',0,1,' f andrickson23 yahoo com '),
(41620,'field:14',0,1,' 973 617 0598 '),
(41620,'field:15',0,1,' files resumes filomena resume lpn 2026 pdf '),
(41620,'field:16',0,1,' nursing '),
(41620,'field:17',0,1,' good afternoon i am inquiring for an lpn position within your facility 7 3 shift part time '),
(41620,'field:20',0,1,' https ccsummitridge com careers '),
(41620,'field:21',0,1,' careers ccsummitridge com '),
(41620,'field:29',0,1,' complete care at summit ridge '),
(41620,'title',0,1,' 2026 03 12 17 00 38 '),
(41621,'alt',0,1,''),
(41621,'extension',0,1,' pdf '),
(41621,'filename',0,1,' filomena resume lpn 2026 pdf '),
(41621,'kind',0,1,' pdf '),
(41621,'slug',0,1,''),
(41621,'title',0,1,' filomena resume lpn 2026 '),
(41622,'field:12',0,1,' tamerrin oneill '),
(41622,'field:13',0,1,' tamerrin16 gmail com '),
(41622,'field:14',0,1,' 14843749312 '),
(41622,'field:15',0,1,' files resumes tamerrin oneill resume pdf '),
(41622,'field:16',0,1,' nursing '),
(41622,'field:17',0,1,' hello my name is tamerrin oneill and will be a new grad lpn form lincoln tech allentown in may 2026 im interested in seeing if you have any hiring opportunities '),
(41622,'field:20',0,1,' https cclehigh com careers '),
(41622,'field:21',0,1,' careers cclehigh com '),
(41622,'field:29',0,1,' complete care at lehigh '),
(41622,'title',0,1,' 2026 03 12 17 03 53 '),
(41623,'alt',0,1,''),
(41623,'extension',0,1,' pdf '),
(41623,'filename',0,1,' tamerrin oneill resume pdf '),
(41623,'kind',0,1,' pdf '),
(41623,'slug',0,1,''),
(41623,'title',0,1,' tamerrin oneill resume '),
(41626,'field:12',0,1,' joey robinson '),
(41626,'field:13',0,1,' jhonlance81 gmail com '),
(41626,'field:14',0,1,' 9592465099 '),
(41626,'field:15',0,1,''),
(41626,'field:16',0,1,' dietary food service '),
(41626,'field:17',0,1,' applying for employment '),
(41626,'field:20',0,1,' https ccfoxhill com careers '),
(41626,'field:21',0,1,' careers ccfoxhill com '),
(41626,'field:29',0,1,' complete care at fox hill '),
(41626,'title',0,1,' 2026 03 12 18 17 12 '),
(41628,'field:12',0,1,' tanisha tramel mills '),
(41628,'field:13',0,1,' tantra414 aol com '),
(41628,'field:14',0,1,' 4143646289 '),
(41628,'field:15',0,1,' files resumes ttramel 2019resume pdf '),
(41628,'field:16',0,1,' activities recreation nursing '),
(41628,'field:17',0,1,' hello i seen the cna position on indeed but it wouldnt let me apply so i am sending my resume '),
(41628,'field:20',0,1,' https ccglendalewest com careers '),
(41628,'field:21',0,1,' careers ccglendalewest com '),
(41628,'field:29',0,1,' complete care at glendale west '),
(41628,'title',0,1,' 2026 03 12 18 48 00 '),
(41629,'alt',0,1,''),
(41629,'extension',0,1,' pdf '),
(41629,'filename',0,1,' ttramel 2019resume pdf '),
(41629,'kind',0,1,' pdf '),
(41629,'slug',0,1,''),
(41629,'title',0,1,' t tramel 2019 resume '),
(41632,'field:12',0,1,' joey robinson '),
(41632,'field:13',0,1,' jhonlance81 gmail com '),
(41632,'field:14',0,1,' 9592465099 '),
(41632,'field:15',0,1,''),
(41632,'field:16',0,1,' dietary food service '),
(41632,'field:17',0,1,' im applying for employment part time fool time im open to both '),
(41632,'field:20',0,1,' https ccfoxhill com careers '),
(41632,'field:21',0,1,' careers ccfoxhill com '),
(41632,'field:29',0,1,' complete care at fox hill '),
(41632,'title',0,1,' 2026 03 12 19 18 17 '),
(41643,'field:1',0,1,' sofia jara '),
(41643,'field:2',0,1,' sofiajara1804 gmail com '),
(41643,'field:22',0,1,' https mycompletecare com volunteer '),
(41643,'field:23',0,1,' volunteer completecaremgmt com '),
(41643,'field:3',0,1,' 201 238 7339 '),
(41643,'field:4',0,1,' complete care at harborage '),
(41643,'field:5',0,1,' hi i would love to know what are the next steps to take in order to start volunteering '),
(41643,'title',0,1,' 2026 03 12 23 34 44 '),
(41788,'field:10',0,1,' i am looking for a facility for my mother she is 87 and does suffer from dementia issues she does have insurance and social security i would like to know what care your facility can offer her jeff clark 203 213 5951 '),
(41788,'field:18',0,1,' https ccmeriden com contact '),
(41788,'field:19',0,1,' info ccmeriden com '),
(41788,'field:28',0,1,' complete care at meriden '),
(41788,'field:6',0,1,' jeff clark '),
(41788,'field:7',0,1,' jeffclark03 yahoo com '),
(41788,'field:8',0,1,''),
(41788,'field:9',0,1,' general inquiry '),
(41788,'title',0,1,' 2026 03 13 05 15 19 '),
(41804,'field:12',0,1,' jimmie davis '),
(41804,'field:13',0,1,' jhaimeesummers gmail com '),
(41804,'field:14',0,1,' 973 914 8130 '),
(41804,'field:15',0,1,''),
(41804,'field:16',0,1,' administrative business office hr staffing nursing social services '),
(41804,'field:17',0,1,' looking for a job paterson location '),
(41804,'field:20',0,1,' https mycompletecare com careers '),
(41804,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(41804,'field:29',0,1,' complete care at fair lawn edge '),
(41804,'title',0,1,' 2026 03 13 06 35 54 '),
(41904,'field:10',0,1,' my name is finley gilland and i am writing this email to inquire about any potential opportunities to work train as a medical assistant at your clinic i am planning on pursuing a career as a physician assistant and looking to gain clinical patient care experience i currently do not have any licenses or certifications but i am a very fast learner have a passion for healthcare and aim at providing patients with the best care possible i am a very reliable and hardworking individual who would be extremely grateful for the opportunity to help your team in any way along with completing any on the job training if available if there are any openings for a medical assistant at your clinic i would greatly appreciate the opportunity to speak with you i would be happy to provide a copy of my resume and any additional information if needed thank you very much for your time and consideration '),
(41904,'field:18',0,1,' https mycompletecare com contact '),
(41904,'field:19',0,1,' hlabatch completecaremgmt com '),
(41904,'field:28',0,1,' complete care at annapolis '),
(41904,'field:6',0,1,' finley gilland '),
(41904,'field:7',0,1,' fin7gill outlook com '),
(41904,'field:8',0,1,''),
(41904,'field:9',0,1,' careers '),
(41904,'title',0,1,' 2026 03 13 10 33 52 '),
(41905,'field:10',0,1,' hi im trying to find a safe and secure environment to move my mom to that has memory care she is currently staying with me she can no longer live independently as she has wandered off twice from the apartment that she was living in please let me know if you have the facilities to take care of her thank you '),
(41905,'field:18',0,1,' https ccarbors com contact '),
(41905,'field:19',0,1,' info ccarbors com '),
(41905,'field:28',0,1,' complete care at arbors '),
(41905,'field:6',0,1,' jennifer martin '),
(41905,'field:7',0,1,' angconjam yahoo com '),
(41905,'field:8',0,1,''),
(41905,'field:9',0,1,' resident family support '),
(41905,'title',0,1,' 2026 03 13 10 40 27 '),
(41923,'field:12',0,1,' brooke chiusano '),
(41923,'field:13',0,1,' brookeschiusano gmail com '),
(41923,'field:14',0,1,' 18623544520 '),
(41923,'field:15',0,1,''),
(41923,'field:16',0,1,' activities recreation administrative business office admissions marketing hr staffing social services '),
(41923,'field:17',0,1,' hi my name is brooke chiusano i am looking for work during school hours 9 3 i have my masters degree in clinical counseling and bachelors in psychology i would be interested in helping with recreation activities administration and can adapt and do several different things at once during the day i love getting to know people and making peoples lives happier '),
(41923,'field:20',0,1,' https completecarebarnhill com careers '),
(41923,'field:21',0,1,' careers completecarebarnhill com '),
(41923,'field:29',0,1,' complete care at barn hill '),
(41923,'title',0,1,' 2026 03 13 12 38 37 '),
(41925,'field:10',0,1,' i am worried about my daughter care at one of your facilities i talked to the manager and he reassured me that he would take care of our concerns the main one was my daughter has a cater and need a bedpan to have a bm this is so important because she has had many major infections life and death for two days she has pushed call button and waited and no one came this is on the night shift she has started calling the facility phone to ask for assistance and they stop answering or have hung up on her she is angry but that is no reason to not provide service after last night of the manager assuring me he would take care of it today he just left my daughters room where i understand he told her they have by law up to two hours to check on her and fecal matter on her would not cause infections i would like to talk to someone about this response and make sure this completecare attitude '),
(41925,'field:18',0,1,' https mycompletecare com contact '),
(41925,'field:19',0,1,' hlabatch completecaremgmt com '),
(41925,'field:28',0,1,''),
(41925,'field:6',0,1,' jeffrey d lundy '),
(41925,'field:7',0,1,' jlundy11 gmail com '),
(41925,'field:8',0,1,''),
(41925,'field:9',0,1,' other '),
(41925,'title',0,1,' 2026 03 13 13 00 52 '),
(41937,'field:10',0,1,' is there currently a waitlist for admission at this location '),
(41937,'field:18',0,1,' https mycompletecare com contact '),
(41937,'field:19',0,1,' hlabatch completecaremgmt com '),
(41937,'field:28',0,1,' complete care at corsica hills '),
(41937,'field:6',0,1,' rhonda king '),
(41937,'field:7',0,1,' rhonda28 gmail com '),
(41937,'field:8',0,1,''),
(41937,'field:9',0,1,' general inquiry '),
(41937,'title',0,1,' 2026 03 13 13 15 56 '),
(41954,'field:12',0,1,' crystal jefferson '),
(41954,'field:13',0,1,' loveandhappiness2022 icloud com '),
(41954,'field:14',0,1,' 9204757389 '),
(41954,'field:15',0,1,' files resumes crystal jefferson resume pdf '),
(41954,'field:16',0,1,' activities recreation administrative business office admissions marketing dietary food service maintenance housekeeping '),
(41954,'field:17',0,1,' none '),
(41954,'field:20',0,1,' https mycompletecare com careers '),
(41954,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(41954,'field:29',0,1,' complete care at manitowoc '),
(41954,'title',0,1,' 2026 03 13 13 44 25 '),
(41955,'alt',0,1,''),
(41955,'extension',0,1,' pdf '),
(41955,'filename',0,1,' crystal jefferson resume pdf '),
(41955,'kind',0,1,' pdf '),
(41955,'slug',0,1,''),
(41955,'title',0,1,' crystal jefferson resume '),
(41970,'field:12',0,1,' jessica lepre '),
(41970,'field:13',0,1,' jlepre1981 gmail com '),
(41970,'field:14',0,1,' 732 788 4188 '),
(41970,'field:15',0,1,' files resumes 2026 jessica lepre resume pdf '),
(41970,'field:16',0,1,' administrative business office '),
(41970,'field:17',0,1,' i did email my resume to kathy yesterday '),
(41970,'field:20',0,1,' https ccatgreenacres com careers '),
(41970,'field:21',0,1,' careers ccatgreenacres com '),
(41970,'field:29',0,1,' complete care at green acres '),
(41970,'title',0,1,' 2026 03 13 13 56 21 '),
(41971,'alt',0,1,''),
(41971,'extension',0,1,' pdf '),
(41971,'filename',0,1,' 2026 jessica lepre resume pdf '),
(41971,'kind',0,1,' pdf '),
(41971,'slug',0,1,''),
(41971,'title',0,1,' 2026 jessica lepre resume '),
(41973,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards eric clark sales executive pro online pages ericclark proonlinepages com reply stop to opt out '),
(41973,'field:18',0,1,' https completecarehillside com contact '),
(41973,'field:19',0,1,' info completecarehillside com '),
(41973,'field:28',0,1,' complete care at hillside '),
(41973,'field:6',0,1,' eric clark '),
(41973,'field:7',0,1,' ericclark proonlinepages com '),
(41973,'field:8',0,1,' pro online pages '),
(41973,'field:9',0,1,' general inquiry '),
(41973,'title',0,1,' 2026 03 13 13 59 03 '),
(42006,'field:12',0,1,' martha aguilar '),
(42006,'field:13',0,1,' miaguilar34 gmail com '),
(42006,'field:14',0,1,' 19732230970 '),
(42006,'field:15',0,1,' files resumes martharesume2026 final pdf '),
(42006,'field:16',0,1,' administrative business office admissions marketing '),
(42006,'field:17',0,1,' hi i am excited to express my interest in joining your team with extensive experience spanning both business office and admissions i am confident in my ability to make a meaningful contribution thank you for your time and consideration in reviewing my resume '),
(42006,'field:20',0,1,' https ccharborage com careers '),
(42006,'field:21',0,1,' careers ccharborage com '),
(42006,'field:29',0,1,' complete care at harborage '),
(42006,'title',0,1,' 2026 03 13 14 50 05 '),
(42007,'alt',0,1,''),
(42007,'extension',0,1,' pdf '),
(42007,'filename',0,1,' martharesume2026 final pdf '),
(42007,'kind',0,1,' pdf '),
(42007,'slug',0,1,''),
(42007,'title',0,1,' martha resume2026 final '),
(42008,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards eric clark sales executive pro online pages ericclark proonlinepages com reply stop to opt out '),
(42008,'field:18',0,1,' https ccparkplace com contact '),
(42008,'field:19',0,1,' info ccparkplace com '),
(42008,'field:28',0,1,' complete care at park place '),
(42008,'field:6',0,1,' eric clark '),
(42008,'field:7',0,1,' ericclark proonlinepages com '),
(42008,'field:8',0,1,' pro online pages '),
(42008,'field:9',0,1,' general inquiry '),
(42008,'title',0,1,' 2026 03 13 14 53 21 '),
(42009,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards eric clark sales executive pro online pages ericclark proonlinepages com reply stop to opt out '),
(42009,'field:18',0,1,' https completecarebarnhill com contact '),
(42009,'field:19',0,1,' info completecarebarnhill com '),
(42009,'field:28',0,1,' complete care at barn hill '),
(42009,'field:6',0,1,' eric clark '),
(42009,'field:7',0,1,' ericclark proonlinepages com '),
(42009,'field:8',0,1,' pro online pages '),
(42009,'field:9',0,1,' general inquiry '),
(42009,'title',0,1,' 2026 03 13 14 53 56 '),
(42010,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards eric clark sales executive pro online pages ericclark proonlinepages com reply stop to opt out '),
(42010,'field:18',0,1,' https cckressonview com contact '),
(42010,'field:19',0,1,' info cckressonview com '),
(42010,'field:28',0,1,' complete care at kresson view '),
(42010,'field:6',0,1,' eric clark '),
(42010,'field:7',0,1,' ericclark proonlinepages com '),
(42010,'field:8',0,1,' pro online pages '),
(42010,'field:9',0,1,' general inquiry '),
(42010,'title',0,1,' 2026 03 13 14 56 59 '),
(42011,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards eric clark sales executive pro online pages ericclark proonlinepages com reply stop to opt out '),
(42011,'field:18',0,1,' https mycompletecare com contact '),
(42011,'field:19',0,1,' hlabatch completecaremgmt com '),
(42011,'field:28',0,1,' complete care at cedar grove '),
(42011,'field:6',0,1,' eric clark '),
(42011,'field:7',0,1,' ericclark proonlinepages com '),
(42011,'field:8',0,1,' pro online pages '),
(42011,'field:9',0,1,' general inquiry '),
(42011,'title',0,1,' 2026 03 13 14 57 08 '),
(42021,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards eric clark sales executive pro online pages ericclark proonlinepages com reply stop to opt out '),
(42021,'field:18',0,1,' https mycompletecare com contact '),
(42021,'field:19',0,1,' hlabatch completecaremgmt com '),
(42021,'field:28',0,1,' complete care at brick '),
(42021,'field:6',0,1,' eric clark '),
(42021,'field:7',0,1,' ericclark proonlinepages com '),
(42021,'field:8',0,1,' pro online pages '),
(42021,'field:9',0,1,' general inquiry '),
(42021,'title',0,1,' 2026 03 13 16 14 32 '),
(42025,'field:10',0,1,' seeking long term care for an eighty five year old family member currently in a rehabilitation facility following hospitalization returning to independent living in franklin park nj where she lived for decades is not an option enrollment in medicaid is in process based on an annual income of approximately $30 000 she has many friends in and around somerset county but no family members anywhere in nj she is ambulatory with no cognitive issues '),
(42025,'field:18',0,1,' https ccplainfield com contact '),
(42025,'field:19',0,1,' info ccplainfield com '),
(42025,'field:28',0,1,' complete care at plainfield '),
(42025,'field:6',0,1,' naima hakim '),
(42025,'field:7',0,1,' nahakim gmail com '),
(42025,'field:8',0,1,' n a '),
(42025,'field:9',0,1,' general inquiry '),
(42025,'title',0,1,' 2026 03 13 17 04 37 '),
(42026,'field:10',0,1,' seeking long term care for an eighty five year old family member currently in a rehabilitation facility following hospitalization returning to independent living in franklin park nj where she lived for decades is not an option enrollment in medicaid is in process based on an annual income of approximately $30 000 she has many friends in and around somerset county but no family members anywhere in nj she is ambulatory with no cognitive issues '),
(42026,'field:18',0,1,' https ccwoodlands com contact '),
(42026,'field:19',0,1,' info ccwoodlands com '),
(42026,'field:28',0,1,' complete care at woodlands '),
(42026,'field:6',0,1,' naima hakim '),
(42026,'field:7',0,1,' nahakim gmail com '),
(42026,'field:8',0,1,' n a '),
(42026,'field:9',0,1,' general inquiry '),
(42026,'title',0,1,' 2026 03 13 17 08 22 '),
(42031,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards eric clark sales executive pro online pages ericclark proonlinepages com reply stop to opt out '),
(42031,'field:18',0,1,' https ccphillipsburg com contact '),
(42031,'field:19',0,1,' info ccphillipsburg com '),
(42031,'field:28',0,1,' complete care at phillipsburg '),
(42031,'field:6',0,1,' eric clark '),
(42031,'field:7',0,1,' ericclark proonlinepages com '),
(42031,'field:8',0,1,' pro online pages '),
(42031,'field:9',0,1,' general inquiry '),
(42031,'title',0,1,' 2026 03 13 17 40 39 '),
(42032,'field:10',0,1,' wikipedia is one of the most trusted and visible platforms online a properly structured policy compliant wikipedia page for yourself or your company can strengthen credibility and enhance your brand presence if youd like to explore whether you qualify and learn more about the process simply reply to this email and ill share the details best regards eric clark sales executive pro online pages ericclark proonlinepages com reply stop to opt out '),
(42032,'field:18',0,1,' https mycompletecare com contact '),
(42032,'field:19',0,1,' hlabatch completecaremgmt com '),
(42032,'field:28',0,1,' complete care at brackenville '),
(42032,'field:6',0,1,' eric clark '),
(42032,'field:7',0,1,' ericclark proonlinepages com '),
(42032,'field:8',0,1,' pro online pages '),
(42032,'field:9',0,1,' general inquiry '),
(42032,'title',0,1,' 2026 03 13 17 40 59 '),
(42034,'field:10',0,1,' my name is celeste covert and my husband kerry is a 100 disabled veteran he is in kent general and the counselor is working with our va counselor to transition him to a long term nursing facility are you contracted with the va and may i have the counselor contact you about my husbands possible admittance to your facility '),
(42034,'field:18',0,1,' https ccsilverlake com contact '),
(42034,'field:19',0,1,' info ccsilverlake com '),
(42034,'field:28',0,1,' complete care at silver lake '),
(42034,'field:6',0,1,' celeste covert '),
(42034,'field:7',0,1,' rendell413 aol com '),
(42034,'field:8',0,1,''),
(42034,'field:9',0,1,' resident family support '),
(42034,'title',0,1,' 2026 03 13 17 48 00 '),
(42042,'field:12',0,1,' lauren bruce '),
(42042,'field:13',0,1,' laurenbruce977 gmail com '),
(42042,'field:14',0,1,' 8562373430 '),
(42042,'field:15',0,1,' files resumes resume 2023 2024 pdf '),
(42042,'field:16',0,1,' nursing '),
(42042,'field:17',0,1,' hi im a licensed practical nurse currently working full time but im looking to pick up a per diem position im reliable flexible and comfortable in fast paced settings id love the opportunity to discuss any per diem openings you may have thank you '),
(42042,'field:20',0,1,' https cckressonview com careers '),
(42042,'field:21',0,1,' careers cckressonview com '),
(42042,'field:29',0,1,' complete care at kresson view '),
(42042,'title',0,1,' 2026 03 13 20 22 19 '),
(42043,'alt',0,1,''),
(42043,'extension',0,1,' pdf '),
(42043,'filename',0,1,' resume 2023 2024 pdf '),
(42043,'kind',0,1,' pdf '),
(42043,'slug',0,1,''),
(42043,'title',0,1,' resume 2023 2024 '),
(42044,'field:10',0,1,' inquiring about information of long term care with dialysis '),
(42044,'field:18',0,1,' https mycompletecare com contact '),
(42044,'field:19',0,1,' hlabatch completecaremgmt com '),
(42044,'field:28',0,1,' complete care at madison '),
(42044,'field:6',0,1,' carrie boyko '),
(42044,'field:7',0,1,' jboyko2 comcast net '),
(42044,'field:8',0,1,''),
(42044,'field:9',0,1,' general inquiry '),
(42044,'title',0,1,' 2026 03 13 20 32 46 '),
(42047,'field:12',0,1,' matthew butera '),
(42047,'field:13',0,1,' hockeyplaya2005 comcast net '),
(42047,'field:14',0,1,' 19082786106 '),
(42047,'field:15',0,1,' files resumes resume 2026 03 14 005648 bfok pdf '),
(42047,'field:16',0,1,' activities recreation administrative business office admissions marketing hr staffing maintenance housekeeping recruitment '),
(42047,'field:17',0,1,' interested in open position rehab experience fitness maintenance management '),
(42047,'field:20',0,1,' https cclaurelton com careers '),
(42047,'field:21',0,1,' careers cclaurelton com '),
(42047,'field:29',0,1,' complete care at laurelton '),
(42047,'title',0,1,' 2026 03 13 20 56 48 '),
(42048,'alt',0,1,''),
(42048,'extension',0,1,' pdf '),
(42048,'filename',0,1,' resume 2026 03 14 005648 bfok pdf '),
(42048,'kind',0,1,' pdf '),
(42048,'slug',0,1,''),
(42048,'title',0,1,' resume '),
(42185,'field:10',0,1,' good day im kathleen with vas4hire we help business owners consistently book qualified appointments using our ai powered lead found system which identifies ideal prospects reaches out automatically and schedules meetings directly on your calendar on average our clients see up to 8 10 booked appointments per day are you currently open to bringing in more qualified jobs this month '),
(42185,'field:18',0,1,' https cclehigh com contact '),
(42185,'field:19',0,1,' info cclehigh com '),
(42185,'field:28',0,1,' complete care at lehigh '),
(42185,'field:6',0,1,' kathleen farmer '),
(42185,'field:7',0,1,' kathleen vas4hire com '),
(42185,'field:8',0,1,' vas 4 hire '),
(42185,'field:9',0,1,' general inquiry '),
(42185,'title',0,1,' 2026 03 14 02 34 35 '),
(42218,'field:10',0,1,' i also reached out through your online community assistant i am seeking information about availability for a one bedroom or studio for my 72 year old friend jo ann brown who has been displaced from her home in virginia recently thank you for any information you can give as she is in desperate need of housing '),
(42218,'field:18',0,1,' https ccwoodlands com contact '),
(42218,'field:19',0,1,' info ccwoodlands com '),
(42218,'field:28',0,1,' complete care at woodlands '),
(42218,'field:6',0,1,' takesha d powell '),
(42218,'field:7',0,1,' bytakeshapowell gmail com '),
(42218,'field:8',0,1,' n a '),
(42218,'field:9',0,1,' resident family support '),
(42218,'title',0,1,' 2026 03 14 08 21 01 '),
(42282,'field:12',0,1,' danielle mudge '),
(42282,'field:13',0,1,' danielle adryana yahoo com '),
(42282,'field:14',0,1,' 12623422319 '),
(42282,'field:15',0,1,''),
(42282,'field:16',0,1,''),
(42282,'field:17',0,1,' cna '),
(42282,'field:20',0,1,' https ccridgewood com careers '),
(42282,'field:21',0,1,' careers ccridgewood com '),
(42282,'field:29',0,1,' complete care at ridgewood '),
(42282,'title',0,1,' 2026 03 14 12 26 45 '),
(42286,'alt',0,1,''),
(42286,'extension',0,1,' pdf '),
(42286,'filename',0,1,' resume 2026 03 14 162720 gvrg pdf '),
(42286,'kind',0,1,' pdf '),
(42286,'slug',0,1,''),
(42286,'title',0,1,' resume '),
(42287,'field:12',0,1,' michael fisher '),
(42287,'field:13',0,1,' delta249first gmail com '),
(42287,'field:14',0,1,' 732 939 8411 '),
(42287,'field:15',0,1,' files resumes michael fisher 1 pdf '),
(42287,'field:16',0,1,' maintenance housekeeping '),
(42287,'field:17',0,1,' 30 yrs exp full facility maintenance manager i have high pressure black seal and hvac epa universal license '),
(42287,'field:20',0,1,' https ccholmdel com careers '),
(42287,'field:21',0,1,' careers ccholmdel com '),
(42287,'field:29',0,1,' complete care at holmdel '),
(42287,'title',0,1,' 2026 03 14 12 29 49 '),
(42288,'alt',0,1,''),
(42288,'extension',0,1,' pdf '),
(42288,'filename',0,1,' michael fisher 1 pdf '),
(42288,'kind',0,1,' pdf '),
(42288,'slug',0,1,''),
(42288,'title',0,1,' michael fisher 1 '),
(42289,'field:12',0,1,' dominic t montano '),
(42289,'field:13',0,1,' 5upernaturalfan90210 gmail com '),
(42289,'field:14',0,1,' 17204535522 '),
(42289,'field:15',0,1,''),
(42289,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(42289,'field:17',0,1,' i want to be part of not just working but caring and really enjoying the work i can do and just being there to help '),
(42289,'field:20',0,1,' https ccregent com careers '),
(42289,'field:21',0,1,' careers ccregent com '),
(42289,'field:29',0,1,' complete care at regent '),
(42289,'title',0,1,' 2026 03 14 12 32 09 '),
(42292,'field:12',0,1,' kyle figueroa '),
(42292,'field:13',0,1,' kylef98 yahoo com '),
(42292,'field:14',0,1,' 8603897381 '),
(42292,'field:15',0,1,' files resumes resume 2026 2026 03 14 171940 wkaz pdf '),
(42292,'field:16',0,1,' nursing recruitment volunteer opportunities '),
(42292,'field:17',0,1,' i am currently seeking to become a cna and looking for a training program '),
(42292,'field:20',0,1,' https ccgrotonregency com careers '),
(42292,'field:21',0,1,' careers ccgrotonregency com '),
(42292,'field:29',0,1,' complete care at groton regency '),
(42292,'title',0,1,' 2026 03 14 13 19 40 '),
(42293,'alt',0,1,''),
(42293,'extension',0,1,' pdf '),
(42293,'filename',0,1,' resume 2026 2026 03 14 171940 wkaz pdf '),
(42293,'kind',0,1,' pdf '),
(42293,'slug',0,1,''),
(42293,'title',0,1,' resume 2026 '),
(42296,'field:1',0,1,' luis '),
(42296,'field:2',0,1,' korectful06 gmail com '),
(42296,'field:22',0,1,' https mycompletecare com volunteer '),
(42296,'field:23',0,1,' volunteer completecaremgmt com '),
(42296,'field:3',0,1,' 2406150930 '),
(42296,'field:4',0,1,' complete care at hyattsville '),
(42296,'field:5',0,1,' im a local high school student looking for my first volunteering position i can help with events cleaning care i would be so grateful to learn and be a volunteer at complete care at hyattsville im available at all times during the weekends '),
(42296,'title',0,1,' 2026 03 14 13 38 05 '),
(42360,'field:12',0,1,' aiyana '),
(42360,'field:13',0,1,' apn898288 gmail com '),
(42360,'field:14',0,1,' 6099851234 '),
(42360,'field:15',0,1,''),
(42360,'field:16',0,1,' dietary food service '),
(42360,'field:17',0,1,' hi i am looking for kitchen work full time '),
(42360,'field:20',0,1,' https ccvoorhees com careers '),
(42360,'field:21',0,1,' careers ccvoorhees com '),
(42360,'field:29',0,1,' complete care at voorhees '),
(42360,'title',0,1,' 2026 03 14 16 47 50 '),
(42365,'field:12',0,1,' madhvi sethi '),
(42365,'field:13',0,1,' sethimadhvi ymail com '),
(42365,'field:14',0,1,' 9736100162 '),
(42365,'field:15',0,1,' files resumes rn20resume2020final20one202028229 pdf '),
(42365,'field:16',0,1,' nursing '),
(42365,'field:17',0,1,' n a '),
(42365,'field:20',0,1,' https mycompletecare com careers '),
(42365,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(42365,'field:29',0,1,' complete care at brakeley park '),
(42365,'title',0,1,' 2026 03 14 17 12 02 '),
(42366,'alt',0,1,''),
(42366,'extension',0,1,' pdf '),
(42366,'filename',0,1,' rn20resume2020final20one202028229 pdf '),
(42366,'kind',0,1,' pdf '),
(42366,'slug',0,1,''),
(42366,'title',0,1,' rn20resume2020final20one202028229 '),
(42371,'field:1',0,1,' seunga yii '),
(42371,'field:2',0,1,' sera yii vol gmail com '),
(42371,'field:22',0,1,' https mycompletecare com volunteer '),
(42371,'field:23',0,1,' volunteer completecaremgmt com '),
(42371,'field:3',0,1,' 201 846 0868 '),
(42371,'field:4',0,1,' complete care at inglemoor '),
(42371,'field:5',0,1,' i am interested in volunteering because i want to help and support residents in the community i also hope to pursue a career in nursing so volunteering would allow me to learn more about healthcare and gain experience interacting with patients i would appreciate the opportunity to contribute my time while learning from the staff and residents '),
(42371,'title',0,1,' 2026 03 14 17 27 58 '),
(42373,'field:12',0,1,' alberta pitts '),
(42373,'field:13',0,1,' fabalbee gmail com '),
(42373,'field:14',0,1,' 2673228170 '),
(42373,'field:15',0,1,' files resumes copy of alberta pitts pdf '),
(42373,'field:16',0,1,' administrative business office '),
(42373,'field:17',0,1,' i am seeking an evening night position in your organization i look forward to applying my skills and enthusiasm i am eager to start work and available for an interview to discuss my qualifications and your requirements at your convenience i hope you will find room for me best regards alberta pitts '),
(42373,'field:20',0,1,' https ccsilverlake com careers '),
(42373,'field:21',0,1,' careers ccsilverlake com '),
(42373,'field:29',0,1,' complete care at silver lake '),
(42373,'title',0,1,' 2026 03 14 17 42 36 '),
(42374,'alt',0,1,''),
(42374,'extension',0,1,' pdf '),
(42374,'filename',0,1,' copy of alberta pitts pdf '),
(42374,'kind',0,1,' pdf '),
(42374,'slug',0,1,''),
(42374,'title',0,1,' copy of alberta pitts '),
(42400,'field:1',0,1,' nastassya trujillo '),
(42400,'field:2',0,1,' ntrujillo house gmail com '),
(42400,'field:22',0,1,' https mycompletecare com volunteer '),
(42400,'field:23',0,1,' volunteer completecaremgmt com '),
(42400,'field:3',0,1,' 2035569320 '),
(42400,'field:4',0,1,' complete care at glendale '),
(42400,'field:5',0,1,' hi i would love to come in to volunteer by playing board games or doing a craft i live down the street from you facility and have been meaning to stop by and see how i can help thank you for your time and consideration '),
(42400,'title',0,1,' 2026 03 14 20 58 47 '),
(42408,'field:10',0,1,' hi there my name is wendy and looking for my soon to be 14 year old in april a place to volunteer we are naugatuck residents up thr hill from tractor and supply i would like my daughter zoey to open up more and socialize and start learning to do basic tasks to get her ready for the work world we only want her doing something for about an hour once a week on the weekend shes a great organizer and very neat with clothes and setting up her rooms she is a calm teenager who follows instructions well and always respectful with all people let me know if you are open to taking her and helping out our senior residents feel free to reach me at lwendy tito gmail com or by phone at 914 354 1676 or you can text me thank you wendy '),
(42408,'field:18',0,1,' https mycompletecare com contact '),
(42408,'field:19',0,1,' hlabatch completecaremgmt com '),
(42408,'field:28',0,1,' complete care at glendale '),
(42408,'field:6',0,1,' zoey delgado '),
(42408,'field:7',0,1,' lwendy tito gmail com '),
(42408,'field:8',0,1,''),
(42408,'field:9',0,1,' volunteer opportunities '),
(42408,'title',0,1,' 2026 03 14 21 44 42 '),
(42411,'field:12',0,1,' indiana martinez '),
(42411,'field:13',0,1,' chyna martinez85 icloud com '),
(42411,'field:14',0,1,' 7323257733 '),
(42411,'field:15',0,1,' files resumes chyna jpg '),
(42411,'field:16',0,1,' dietary food service maintenance housekeeping nursing '),
(42411,'field:17',0,1,' indiana '),
(42411,'field:20',0,1,' https ccorangepark com careers '),
(42411,'field:21',0,1,' careers ccorangepark com '),
(42411,'field:29',0,1,' complete care at orange park '),
(42411,'title',0,1,' 2026 03 14 21 58 30 '),
(42412,'alt',0,1,''),
(42412,'extension',0,1,' jpg '),
(42412,'filename',0,1,' chyna jpg '),
(42412,'kind',0,1,' image '),
(42412,'slug',0,1,''),
(42412,'title',0,1,' chyna '),
(42490,'field:12',0,1,' anita harris '),
(42490,'field:13',0,1,' anitaharris366 gmail com '),
(42490,'field:14',0,1,' 4143949700 '),
(42490,'field:15',0,1,' files resumes img 0012 jpeg '),
(42490,'field:16',0,1,' nursing '),
(42490,'field:17',0,1,' im interested in a nursing assistant position there on second shift '),
(42490,'field:20',0,1,' https ccglendalewest com careers '),
(42490,'field:21',0,1,' careers ccglendalewest com '),
(42490,'field:29',0,1,' complete care at glendale west '),
(42490,'title',0,1,' 2026 03 15 03 50 19 '),
(42491,'alt',0,1,''),
(42491,'extension',0,1,' jpeg '),
(42491,'filename',0,1,' img 0012 jpeg '),
(42491,'kind',0,1,' image '),
(42491,'slug',0,1,''),
(42491,'title',0,1,' img 0012 '),
(42634,'field:1',0,1,' asia l '),
(42634,'field:2',0,1,' asiadeanna919 gmail com '),
(42634,'field:22',0,1,' https mycompletecare com volunteer '),
(42634,'field:23',0,1,' volunteer completecaremgmt com '),
(42634,'field:3',0,1,' 13025383999 '),
(42634,'field:4',0,1,' complete care at the boulevard '),
(42634,'field:5',0,1,' want to volunteer and do you guys give volunteer hours for high school students '),
(42634,'title',0,1,' 2026 03 15 10 24 22 '),
(42637,'field:12',0,1,' breasia scott '),
(42637,'field:13',0,1,' breasiascott17 gmail com '),
(42637,'field:14',0,1,' 4143173686 '),
(42637,'field:15',0,1,' files resumes resume 2026 03 15 144207 xcsa pdf '),
(42637,'field:16',0,1,' dietary food service maintenance housekeeping '),
(42637,'field:17',0,1,' na '),
(42637,'field:20',0,1,' https ccglendalewest com careers '),
(42637,'field:21',0,1,' careers ccglendalewest com '),
(42637,'field:29',0,1,' complete care at glendale west '),
(42637,'title',0,1,' 2026 03 15 10 42 07 '),
(42638,'alt',0,1,''),
(42638,'extension',0,1,' pdf '),
(42638,'filename',0,1,' resume 2026 03 15 144207 xcsa pdf '),
(42638,'kind',0,1,' pdf '),
(42638,'slug',0,1,''),
(42638,'title',0,1,' resume '),
(42641,'field:12',0,1,' unique murry yahoo com '),
(42641,'field:13',0,1,' unique murry yahoo com '),
(42641,'field:14',0,1,' 4143099752 '),
(42641,'field:15',0,1,' files resumes resume builder pdf '),
(42641,'field:16',0,1,' nursing '),
(42641,'field:17',0,1,' cna '),
(42641,'field:20',0,1,' https mycompletecare com careers '),
(42641,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(42641,'field:29',0,1,' complete care at glendale west '),
(42641,'title',0,1,' 2026 03 15 11 16 38 '),
(42642,'alt',0,1,''),
(42642,'extension',0,1,' pdf '),
(42642,'filename',0,1,' resume builder pdf '),
(42642,'kind',0,1,' pdf '),
(42642,'slug',0,1,''),
(42642,'title',0,1,' resume builder '),
(42671,'field:12',0,1,' shanella jackson '),
(42671,'field:13',0,1,' shanellaj11 gmail com '),
(42671,'field:14',0,1,' 4145147599 '),
(42671,'field:15',0,1,' files resumes shanella jackson cna resume pdf '),
(42671,'field:16',0,1,' nursing '),
(42671,'field:17',0,1,' im looking for any open positions for cna '),
(42671,'field:20',0,1,' https ccglendalewest com careers '),
(42671,'field:21',0,1,' careers ccglendalewest com '),
(42671,'field:29',0,1,' complete care at glendale west '),
(42671,'title',0,1,' 2026 03 15 12 32 31 '),
(42672,'alt',0,1,''),
(42672,'extension',0,1,' pdf '),
(42672,'filename',0,1,' shanella jackson cna resume pdf '),
(42672,'kind',0,1,' pdf '),
(42672,'slug',0,1,''),
(42672,'title',0,1,' shanella jackson cna resume '),
(42701,'field:10',0,1,' i would like to know if can order delivery from a restaurant nearby '),
(42701,'field:18',0,1,' https mycompletecare com contact '),
(42701,'field:19',0,1,' hlabatch completecaremgmt com '),
(42701,'field:28',0,1,' complete care at harborage '),
(42701,'field:6',0,1,' lili perez '),
(42701,'field:7',0,1,' lilikgn hotmail com '),
(42701,'field:8',0,1,''),
(42701,'field:9',0,1,' other '),
(42701,'title',0,1,' 2026 03 15 14 28 22 '),
(42716,'field:10',0,1,' i am messaging you on the behalf of virginia iline marking i am acting as her limited power of attorney i am looking to get her balance paid can you tell me what is left on her balance with you thanks if you have any questions give me a call at 414 234 2744 or 414 215 3851 '),
(42716,'field:18',0,1,' https ccnazareth com contact '),
(42716,'field:19',0,1,' info ccnazareth com '),
(42716,'field:28',0,1,' complete care at nazareth '),
(42716,'field:6',0,1,' jeremiah dixon '),
(42716,'field:7',0,1,' dixon jeremiah yahoo com '),
(42716,'field:8',0,1,' jeremiah dixon '),
(42716,'field:9',0,1,' other '),
(42716,'title',0,1,' 2026 03 15 16 14 58 '),
(42720,'field:12',0,1,' reagan bonforte '),
(42720,'field:13',0,1,' bonforter gmail com '),
(42720,'field:14',0,1,' 19737874475 '),
(42720,'field:15',0,1,' files resumes reagan bonforte resume 26 pdf '),
(42720,'field:16',0,1,''),
(42720,'field:17',0,1,' dear complete care at barn hill hiring team i am writing to express my strong interest in a speech language pathologist position at complete care at barn hill following my graduation from seton hall universitys school of health and medical sciences in may 2026 i am eager to begin my career supporting adults and older adults in maintaining and improving their communication cognitive communication and swallowing abilities to enhance their overall quality of life i am particularly drawn to complete care at barn hills commitment to providing extensive rehabilitation services up to seven days a week and tailoring therapy to each patients individual needs and goals i value an approach that adjusts treatment based on patients abilities and tolerance to support meaningful progress and a successful transition back home while improving overall quality of life during my clinical placements i have gained experience working with adults and geriatric populations in skilled nursing and rehabilitation settings at powerback rehabilitation i worked with patients ranging from ages 45 to 101 and targeted areas including memory attention executive functioning and dysphagia these experiences allowed me to develop strong clinical skills in assessment evidence based treatment planning and interdisciplinary collaboration to support patients functional independence and safety my passion for speech language pathology stems from its ability to meaningfully impact an individuals quality of life i feel honored to work in a field where i can help patients regain their ability to communicate eat safely and maintain independence in their daily lives i am particularly drawn to the compassionate care and rehabilitation focused environment that facilities like complete care at barn hill provide to residents and their families thank you for your time and consideration i would welcome the opportunity to further discuss how my clinical experiences and passion for patient centered care could contribute to your team i look forward to hearing from you best regards reagan bonforte bonforter gmail com '),
(42720,'field:20',0,1,' https completecarebarnhill com careers '),
(42720,'field:21',0,1,' careers completecarebarnhill com '),
(42720,'field:29',0,1,' complete care at barn hill '),
(42720,'title',0,1,' 2026 03 15 17 06 01 '),
(42721,'alt',0,1,''),
(42721,'extension',0,1,' pdf '),
(42721,'filename',0,1,' reagan bonforte resume 26 pdf '),
(42721,'kind',0,1,' pdf '),
(42721,'slug',0,1,''),
(42721,'title',0,1,' reagan bonforte resume 26 '),
(42737,'field:12',0,1,' kathleen pae '),
(42737,'field:13',0,1,' kathleenpae yahoo com '),
(42737,'field:14',0,1,' 609 784 9351 '),
(42737,'field:15',0,1,''),
(42737,'field:16',0,1,' administrative business office '),
(42737,'field:17',0,1,' application for receptionisy '),
(42737,'field:20',0,1,' http ccburlingtonwoods com careers '),
(42737,'field:21',0,1,' careers ccburlingtonwoods com '),
(42737,'field:29',0,1,' complete care at burlington woods '),
(42737,'title',0,1,' 2026 03 15 20 13 19 '),
(42740,'alt',0,1,''),
(42740,'extension',0,1,' pdf '),
(42740,'filename',0,1,' resume compassionate front desk coordinator part time 2 2026 03 16 001645 qlxl pdf '),
(42740,'kind',0,1,' pdf '),
(42740,'slug',0,1,''),
(42740,'title',0,1,' resume compassionate front desk coordinator part time 2 '),
(42747,'field:10',0,1,' one of your female nurses with dark hair working tonight 3 15 was sniffing hard constantly i hope you have a strong dont come to work sick policy and will reiterate it while we appreciate people making it to work in bad weather its worth being short staffed to protect the residents '),
(42747,'field:18',0,1,' https cchalescorners com contact '),
(42747,'field:19',0,1,' info cchalescorners com goleary completecaremgmt com '),
(42747,'field:28',0,1,' complete care at hales corners '),
(42747,'field:6',0,1,' jen '),
(42747,'field:7',0,1,' jd2478 wi rr com '),
(42747,'field:8',0,1,''),
(42747,'field:9',0,1,' general inquiry '),
(42747,'title',0,1,' 2026 03 15 22 02 32 '),
(42766,'field:10',0,1,' are you interested in selling your business hi my name is neil and i am a business broker and if you are possibly interested in selling your business please fill out my contact request form and i will call you back as fast as possible here is my contact request form https www cognitoforms com inboxblastscom contactrequestform584 or you can reply to this email message with your name and the best phone number to call you thank you i hope to speak to you soon '),
(42766,'field:18',0,1,' https mycompletecare com contact '),
(42766,'field:19',0,1,' hlabatch completecaremgmt com '),
(42766,'field:28',0,1,''),
(42766,'field:6',0,1,' neil broker '),
(42766,'field:7',0,1,' feb192 businessbrokersleads com '),
(42766,'field:8',0,1,' neil broker '),
(42766,'field:9',0,1,' general inquiry '),
(42766,'title',0,1,' 2026 03 15 23 14 05 '),
(42881,'field:12',0,1,' douglas schreiber '),
(42881,'field:13',0,1,' douglasschreiber80 gmail com '),
(42881,'field:14',0,1,' 8622214699 '),
(42881,'field:15',0,1,' files resumes schrieber customer service sales pdf '),
(42881,'field:16',0,1,' activities recreation administrative business office admissions marketing volunteer opportunities '),
(42881,'field:17',0,1,' with a compassion to work and care for elderly people great work ethic and team player with experience in clerical customer service and medical experience '),
(42881,'field:20',0,1,' https ccwestcaldwell com careers '),
(42881,'field:21',0,1,' careers ccwestcaldwell com '),
(42881,'field:29',0,1,' complete care at west caldwell '),
(42881,'title',0,1,' 2026 03 16 06 13 55 '),
(42882,'alt',0,1,''),
(42882,'extension',0,1,' pdf '),
(42882,'filename',0,1,' schrieber customer service sales pdf '),
(42882,'kind',0,1,' pdf '),
(42882,'slug',0,1,''),
(42882,'title',0,1,' schrieber customer service sales '),
(42899,'field:10',0,1,' hi complete care at bayshore i just tried messaging you from your google business profile and couldnt get through because you dont have texting turned on want me to turn that on and install an ai agent that chats with all visitors and helps get them booked with you i see your competitor doesnt have this turned on so it would for sure help you stand out lets chat grab a time on my calendar and ill show you getdandy com texting agent meeting thank you jennifer obrien director of operations getdandy getdandy com texting agent meeting '),
(42899,'field:18',0,1,' https ccbayshore com contact '),
(42899,'field:19',0,1,' info ccbayshore com '),
(42899,'field:28',0,1,' complete care at bayshore '),
(42899,'field:6',0,1,' jennifer obrien '),
(42899,'field:7',0,1,' jennifer dandyreviewaitools com '),
(42899,'field:8',0,1,' getdandy '),
(42899,'field:9',0,1,' general inquiry '),
(42899,'title',0,1,' 2026 03 16 06 27 24 '),
(42940,'field:10',0,1,' we spoke about 6 weeks ago bob was admitted yesterday evening io will be coming by with his new clothing should be there between 9 00 11 00 am '),
(42940,'field:18',0,1,' https completecareglendale com contact '),
(42940,'field:19',0,1,' info completecareglendale com '),
(42940,'field:28',0,1,' complete care at glendale '),
(42940,'field:6',0,1,' dan kenny '),
(42940,'field:7',0,1,' djkenny msn com '),
(42940,'field:8',0,1,' brother new resident bob kenny '),
(42940,'field:9',0,1,' resident family support '),
(42940,'title',0,1,' 2026 03 16 08 04 26 '),
(42948,'field:10',0,1,' hi i hope youre doing well im reaching out to introduce pro medsole rcm we help healthcare providers with insurance credentialing medicare medicaid and commercial plans llc formation licensing and full medical billing services with 700 billing and 1 200 credentialing clients nationwide our team also supports ehr emr setup eft enrollment caqh pecos availity updates and more plus a one month free billing trial if youre open to a quick zoom call id love to learn about your current setup and see how we can help and if its not a fit feel free to send over your best good natured insult well both get a laugh and ill respectfully bow out thank you for your time '),
(42948,'field:18',0,1,' https mycompletecare com contact '),
(42948,'field:19',0,1,' hlabatch completecaremgmt com '),
(42948,'field:28',0,1,''),
(42948,'field:6',0,1,' chris carter '),
(42948,'field:7',0,1,' chris medsolercm com '),
(42948,'field:8',0,1,' pro medsole rcm '),
(42948,'field:9',0,1,' general inquiry '),
(42948,'title',0,1,' 2026 03 16 08 58 43 '),
(43026,'field:1',0,1,' aditi c '),
(43026,'field:2',0,1,' aditichittor35 gmail com '),
(43026,'field:22',0,1,' https mycompletecare com volunteer '),
(43026,'field:23',0,1,' volunteer completecaremgmt com '),
(43026,'field:3',0,1,' 7328801216 '),
(43026,'field:4',0,1,' complete care at park place '),
(43026,'field:5',0,1,' good morning my name is aditi chittor i am currently a freshman in south brunswick high school and apart of the w i s h club at my school through which i volunteer at complete care when ever i have the chance i was also looking for a chance to get more experience and volunteering at nursing homes since i am interested in a career in medicine one of my senior peers also recommended the complete care facility to me due to the amazing resources and volunteering program and i was wondering what the requirements were to volunteer at this facility aside from volunteering with the club thank you so much and have a great day aditi chittor '),
(43026,'title',0,1,' 2026 03 16 10 33 36 '),
(43028,'field:12',0,1,' kim harvey '),
(43028,'field:13',0,1,' shaelijah2 gmail com '),
(43028,'field:14',0,1,' 19733369631 '),
(43028,'field:15',0,1,' files resumes 4061 001 pdf '),
(43028,'field:16',0,1,' administrative business office social services '),
(43028,'field:17',0,1,' i have no cover letter at this time '),
(43028,'field:20',0,1,' https ccburlingtonwoods com careers '),
(43028,'field:21',0,1,' careers ccburlingtonwoods com '),
(43028,'field:29',0,1,' complete care at burlington woods '),
(43028,'title',0,1,' 2026 03 16 10 40 36 '),
(43029,'alt',0,1,''),
(43029,'extension',0,1,' pdf '),
(43029,'filename',0,1,' 4061 001 pdf '),
(43029,'kind',0,1,' pdf '),
(43029,'slug',0,1,''),
(43029,'title',0,1,' 4061 001 '),
(43030,'field:12',0,1,' daneisha rice '),
(43030,'field:13',0,1,' daneishar12 yahoo com '),
(43030,'field:14',0,1,' 7325221273 '),
(43030,'field:15',0,1,' files resumes resume 2026 03 16 144119 gmsw pdf '),
(43030,'field:16',0,1,' dietary food service '),
(43030,'field:17',0,1,' this is for the kitchen '),
(43030,'field:20',0,1,' https mycompletecare com careers '),
(43030,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43030,'field:29',0,1,''),
(43030,'title',0,1,' 2026 03 16 10 41 19 '),
(43031,'alt',0,1,''),
(43031,'extension',0,1,' pdf '),
(43031,'filename',0,1,' resume 2026 03 16 144119 gmsw pdf '),
(43031,'kind',0,1,' pdf '),
(43031,'slug',0,1,''),
(43031,'title',0,1,' resume '),
(43036,'slug',0,1,''),
(43036,'subject',0,1,' contact form submission from margarita acevedo '),
(43036,'to',0,1,' info ccfairlawnedge com '),
(43037,'slug',0,1,''),
(43037,'subject',0,1,' contact form submission from jennifer obrien '),
(43037,'to',0,1,' info ccmarcella com '),
(43038,'slug',0,1,''),
(43038,'subject',0,1,' contact form submission from joseph fadairo '),
(43038,'to',0,1,' hlabatch completecaremgmt com '),
(43039,'slug',0,1,''),
(43039,'subject',0,1,' contact form submission from ted garcia '),
(43039,'to',0,1,' hlabatch completecaremgmt com '),
(43040,'slug',0,1,''),
(43040,'subject',0,1,' careers form submission from elina yzeiraj '),
(43040,'to',0,1,' careers ccmeriden com '),
(43041,'slug',0,1,''),
(43041,'subject',0,1,' careers form submission from amelia '),
(43041,'to',0,1,' info cccareage com '),
(43042,'slug',0,1,''),
(43042,'subject',0,1,' careers form submission from elijah michel '),
(43042,'to',0,1,' info cchalescorners com goleary completecaremgmt com '),
(43043,'slug',0,1,''),
(43043,'subject',0,1,' contact form submission from denise lozada '),
(43043,'to',0,1,' info ccatgreenacres com '),
(43044,'slug',0,1,''),
(43044,'subject',0,1,' contact form submission from jodi lehner '),
(43044,'to',0,1,' info ccregent com '),
(43045,'slug',0,1,''),
(43045,'subject',0,1,' volunteer form submission from amonique wynter '),
(43045,'to',0,1,' volunteer completecaremgmt com '),
(43046,'slug',0,1,''),
(43046,'subject',0,1,' contact form submission from jennifer obrien '),
(43046,'to',0,1,' info completecarehillside com '),
(43047,'slug',0,1,''),
(43047,'subject',0,1,' careers form submission from tanya '),
(43047,'to',0,1,' careers ccsummitridge com '),
(43048,'slug',0,1,''),
(43048,'subject',0,1,' contact form submission from danielle silverstein '),
(43048,'to',0,1,' hlabatch completecaremgmt com '),
(43049,'slug',0,1,''),
(43049,'subject',0,1,' contact form submission from tania '),
(43049,'to',0,1,' hlabatch completecaremgmt com '),
(43050,'slug',0,1,''),
(43050,'subject',0,1,' contact form submission from leo lopez '),
(43050,'to',0,1,' info ccgreenknoll com '),
(43051,'slug',0,1,''),
(43051,'subject',0,1,' contact form submission from joanne tobia '),
(43051,'to',0,1,' hlabatch completecaremgmt com '),
(43052,'slug',0,1,''),
(43052,'subject',0,1,' careers form submission from michael louch '),
(43052,'to',0,1,' careers completecarewall com '),
(43053,'slug',0,1,''),
(43053,'subject',0,1,' contact form submission from jonathan guevara bautista '),
(43053,'to',0,1,' hlabatch completecaremgmt com '),
(43054,'slug',0,1,''),
(43054,'subject',0,1,' contact form submission from vitoria glover '),
(43054,'to',0,1,' hlabatch completecaremgmt com '),
(43055,'slug',0,1,''),
(43055,'subject',0,1,' careers form submission from megan kozyra '),
(43055,'to',0,1,' careers ccharringtoncourt com '),
(43056,'slug',0,1,''),
(43056,'subject',0,1,' contact form submission from madeleine jolibois '),
(43056,'to',0,1,' info ccmargatepark com '),
(43057,'slug',0,1,''),
(43057,'subject',0,1,' contact form submission from nathan hacett '),
(43057,'to',0,1,' hlabatch completecaremgmt com '),
(43058,'slug',0,1,''),
(43058,'subject',0,1,' careers form submission from filomena andrickson '),
(43058,'to',0,1,' careers ccsummitridge com '),
(43059,'slug',0,1,''),
(43059,'subject',0,1,' careers form submission from tamerrin oneill '),
(43059,'to',0,1,' careers cclehigh com '),
(43060,'slug',0,1,''),
(43060,'subject',0,1,' careers form submission from joey robinson '),
(43060,'to',0,1,' careers ccfoxhill com '),
(43061,'slug',0,1,''),
(43061,'subject',0,1,' careers form submission from tanisha tramel mills '),
(43061,'to',0,1,' careers ccglendalewest com '),
(43062,'slug',0,1,''),
(43062,'subject',0,1,' careers form submission from joey robinson '),
(43062,'to',0,1,' careers ccfoxhill com '),
(43063,'slug',0,1,''),
(43063,'subject',0,1,' volunteer form submission from sofia jara '),
(43063,'to',0,1,' volunteer completecaremgmt com '),
(43064,'slug',0,1,''),
(43064,'subject',0,1,' contact form submission from jeff clark '),
(43064,'to',0,1,' info ccmeriden com '),
(43065,'slug',0,1,''),
(43065,'subject',0,1,' careers form submission from jimmie davis '),
(43065,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43066,'slug',0,1,''),
(43066,'subject',0,1,' contact form submission from finley gilland '),
(43066,'to',0,1,' hlabatch completecaremgmt com '),
(43067,'slug',0,1,''),
(43067,'subject',0,1,' contact form submission from jennifer martin '),
(43067,'to',0,1,' info ccarbors com '),
(43068,'slug',0,1,''),
(43068,'subject',0,1,' careers form submission from brooke chiusano '),
(43068,'to',0,1,' careers completecarebarnhill com '),
(43069,'slug',0,1,''),
(43069,'subject',0,1,' contact form submission from jeffrey d lundy '),
(43069,'to',0,1,' hlabatch completecaremgmt com '),
(43070,'slug',0,1,''),
(43070,'subject',0,1,' contact form submission from rhonda king '),
(43070,'to',0,1,' hlabatch completecaremgmt com '),
(43071,'slug',0,1,''),
(43071,'subject',0,1,' careers form submission from crystal jefferson '),
(43071,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43072,'slug',0,1,''),
(43072,'subject',0,1,' careers form submission from jessica lepre '),
(43072,'to',0,1,' careers ccatgreenacres com '),
(43073,'slug',0,1,''),
(43073,'subject',0,1,' contact form submission from eric clark '),
(43073,'to',0,1,' info completecarehillside com '),
(43074,'slug',0,1,''),
(43074,'subject',0,1,' careers form submission from martha aguilar '),
(43074,'to',0,1,' careers ccharborage com '),
(43075,'slug',0,1,''),
(43075,'subject',0,1,' contact form submission from eric clark '),
(43075,'to',0,1,' info ccparkplace com '),
(43076,'slug',0,1,''),
(43076,'subject',0,1,' contact form submission from eric clark '),
(43076,'to',0,1,' info completecarebarnhill com '),
(43077,'slug',0,1,''),
(43077,'subject',0,1,' contact form submission from eric clark '),
(43077,'to',0,1,' info cckressonview com '),
(43078,'slug',0,1,''),
(43078,'subject',0,1,' contact form submission from eric clark '),
(43078,'to',0,1,' hlabatch completecaremgmt com '),
(43079,'slug',0,1,''),
(43079,'subject',0,1,' contact form submission from eric clark '),
(43079,'to',0,1,' hlabatch completecaremgmt com '),
(43080,'slug',0,1,''),
(43080,'subject',0,1,' contact form submission from naima hakim '),
(43080,'to',0,1,' info ccplainfield com '),
(43081,'slug',0,1,''),
(43081,'subject',0,1,' contact form submission from naima hakim '),
(43081,'to',0,1,' info ccwoodlands com '),
(43082,'slug',0,1,''),
(43082,'subject',0,1,' contact form submission from eric clark '),
(43082,'to',0,1,' info ccphillipsburg com '),
(43083,'slug',0,1,''),
(43083,'subject',0,1,' contact form submission from eric clark '),
(43083,'to',0,1,' hlabatch completecaremgmt com '),
(43084,'slug',0,1,''),
(43084,'subject',0,1,' contact form submission from celeste covert '),
(43084,'to',0,1,' info ccsilverlake com '),
(43085,'slug',0,1,''),
(43085,'subject',0,1,' careers form submission from lauren bruce '),
(43085,'to',0,1,' careers cckressonview com '),
(43086,'slug',0,1,''),
(43086,'subject',0,1,' contact form submission from carrie boyko '),
(43086,'to',0,1,' hlabatch completecaremgmt com '),
(43087,'slug',0,1,''),
(43087,'subject',0,1,' careers form submission from matthew butera '),
(43087,'to',0,1,' careers cclaurelton com '),
(43088,'slug',0,1,''),
(43088,'subject',0,1,' contact form submission from kathleen farmer '),
(43088,'to',0,1,' info cclehigh com '),
(43089,'slug',0,1,''),
(43089,'subject',0,1,' contact form submission from takesha d powell '),
(43089,'to',0,1,' info ccwoodlands com '),
(43090,'slug',0,1,''),
(43090,'subject',0,1,' careers form submission from danielle mudge '),
(43090,'to',0,1,' careers ccridgewood com '),
(43091,'slug',0,1,''),
(43091,'subject',0,1,' careers form submission from michael fisher '),
(43091,'to',0,1,' careers ccholmdel com '),
(43092,'slug',0,1,''),
(43092,'subject',0,1,' careers form submission from dominic t montano '),
(43092,'to',0,1,' careers ccregent com '),
(43093,'slug',0,1,''),
(43093,'subject',0,1,' careers form submission from kyle figueroa '),
(43093,'to',0,1,' careers ccgrotonregency com '),
(43094,'slug',0,1,''),
(43094,'subject',0,1,' volunteer form submission from luis '),
(43094,'to',0,1,' volunteer completecaremgmt com '),
(43095,'slug',0,1,''),
(43095,'subject',0,1,' careers form submission from aiyana '),
(43095,'to',0,1,' careers ccvoorhees com '),
(43096,'slug',0,1,''),
(43096,'subject',0,1,' careers form submission from madhvi sethi '),
(43096,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43097,'slug',0,1,''),
(43097,'subject',0,1,' volunteer form submission from seunga yii '),
(43097,'to',0,1,' volunteer completecaremgmt com '),
(43098,'slug',0,1,''),
(43098,'subject',0,1,' careers form submission from alberta pitts '),
(43098,'to',0,1,' careers ccsilverlake com '),
(43099,'slug',0,1,''),
(43099,'subject',0,1,' volunteer form submission from nastassya trujillo '),
(43099,'to',0,1,' volunteer completecaremgmt com '),
(43100,'slug',0,1,''),
(43100,'subject',0,1,' contact form submission from zoey delgado '),
(43100,'to',0,1,' hlabatch completecaremgmt com '),
(43101,'slug',0,1,''),
(43101,'subject',0,1,' careers form submission from indiana martinez '),
(43101,'to',0,1,' careers ccorangepark com '),
(43102,'slug',0,1,''),
(43102,'subject',0,1,' careers form submission from anita harris '),
(43102,'to',0,1,' careers ccglendalewest com '),
(43103,'slug',0,1,''),
(43103,'subject',0,1,' volunteer form submission from asia l '),
(43103,'to',0,1,' volunteer completecaremgmt com '),
(43104,'slug',0,1,''),
(43104,'subject',0,1,' careers form submission from breasia scott '),
(43104,'to',0,1,' careers ccglendalewest com '),
(43105,'slug',0,1,''),
(43105,'subject',0,1,' careers form submission from unique murry yahoo com '),
(43105,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43106,'slug',0,1,''),
(43106,'subject',0,1,' careers form submission from shanella jackson '),
(43106,'to',0,1,' careers ccglendalewest com '),
(43107,'slug',0,1,''),
(43107,'subject',0,1,' contact form submission from lili perez '),
(43107,'to',0,1,' hlabatch completecaremgmt com '),
(43108,'slug',0,1,''),
(43108,'subject',0,1,' contact form submission from jeremiah dixon '),
(43108,'to',0,1,' info ccnazareth com '),
(43109,'slug',0,1,''),
(43109,'subject',0,1,' careers form submission from reagan bonforte '),
(43109,'to',0,1,' careers completecarebarnhill com '),
(43110,'slug',0,1,''),
(43110,'subject',0,1,' careers form submission from kathleen pae '),
(43110,'to',0,1,' careers ccburlingtonwoods com '),
(43111,'slug',0,1,''),
(43111,'subject',0,1,' contact form submission from jen '),
(43111,'to',0,1,' info cchalescorners com goleary completecaremgmt com '),
(43112,'slug',0,1,''),
(43112,'subject',0,1,' contact form submission from neil broker '),
(43112,'to',0,1,' hlabatch completecaremgmt com '),
(43113,'slug',0,1,''),
(43113,'subject',0,1,' careers form submission from douglas schreiber '),
(43113,'to',0,1,' careers ccwestcaldwell com '),
(43114,'slug',0,1,''),
(43114,'subject',0,1,' contact form submission from jennifer obrien '),
(43114,'to',0,1,' info ccbayshore com '),
(43115,'slug',0,1,''),
(43115,'subject',0,1,' contact form submission from dan kenny '),
(43115,'to',0,1,' info completecareglendale com '),
(43116,'slug',0,1,''),
(43116,'subject',0,1,' contact form submission from chris carter '),
(43116,'to',0,1,' hlabatch completecaremgmt com '),
(43117,'slug',0,1,''),
(43117,'subject',0,1,' volunteer form submission from aditi c '),
(43117,'to',0,1,' volunteer completecaremgmt com '),
(43118,'slug',0,1,''),
(43118,'subject',0,1,' careers form submission from kim harvey '),
(43118,'to',0,1,' careers ccburlingtonwoods com '),
(43119,'slug',0,1,''),
(43119,'subject',0,1,' careers form submission from daneisha rice '),
(43119,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43120,'field:10',0,1,' i am looking for physical therapy for my brother '),
(43120,'field:18',0,1,' https mycompletecare com contact '),
(43120,'field:19',0,1,' hlabatch completecaremgmt com '),
(43120,'field:28',0,1,' complete care at glendale '),
(43120,'field:6',0,1,' coretta '),
(43120,'field:7',0,1,' marywillis328 gmail com '),
(43120,'field:8',0,1,''),
(43120,'field:9',0,1,' general inquiry '),
(43120,'title',0,1,' 2026 03 16 11 39 47 '),
(43121,'field:10',0,1,' i would like physical therapy for brother '),
(43121,'field:18',0,1,' https mycompletecare com contact '),
(43121,'field:19',0,1,' hlabatch completecaremgmt com '),
(43121,'field:28',0,1,' complete care at glendale '),
(43121,'field:6',0,1,' coretta willis '),
(43121,'field:7',0,1,' marywillis328 gmail com '),
(43121,'field:8',0,1,''),
(43121,'field:9',0,1,' general inquiry '),
(43121,'title',0,1,' 2026 03 16 11 41 23 '),
(43122,'field:10',0,1,' hello can you email an admissions application to me at pmisset57 icloud com thank you very much pat misset '),
(43122,'field:18',0,1,' https completecareglendale com contact '),
(43122,'field:19',0,1,' info completecareglendale com '),
(43122,'field:28',0,1,' complete care at glendale '),
(43122,'field:6',0,1,' patrick m misset '),
(43122,'field:7',0,1,' pmisset57 icloud com '),
(43122,'field:8',0,1,''),
(43122,'field:9',0,1,' general inquiry '),
(43122,'title',0,1,' 2026 03 16 11 41 31 '),
(43124,'field:10',0,1,' hi amy my brother and i were in last friday to tour the facility weve decided wed like to secure a spot for our mom with you i left the paperwork you gave us at her house and now im snowed in for a couple days could you email me the application and the doctors form and if theres anything else i should know in order to move forward '),
(43124,'field:18',0,1,' https ccchristianhome com contact '),
(43124,'field:19',0,1,' info ccchristianhome com '),
(43124,'field:28',0,1,' complete care at christian home '),
(43124,'field:6',0,1,' carol s oleary '),
(43124,'field:7',0,1,' carol oleary yahoo com '),
(43124,'field:8',0,1,''),
(43124,'field:9',0,1,' resident family support '),
(43124,'title',0,1,' 2026 03 16 11 47 57 '),
(43126,'field:12',0,1,' daneisha rice '),
(43126,'field:13',0,1,' daneishar12 yahoo com '),
(43126,'field:14',0,1,' 7325221273 '),
(43126,'field:15',0,1,' files resumes resume 2026 03 16 155419 vtte pdf '),
(43126,'field:16',0,1,' dietary food service '),
(43126,'field:17',0,1,' kitchen jobs '),
(43126,'field:20',0,1,' https mycompletecare com careers '),
(43126,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43126,'field:29',0,1,' roosevelt care centers edison '),
(43126,'title',0,1,' 2026 03 16 11 54 19 '),
(43127,'alt',0,1,''),
(43127,'extension',0,1,' pdf '),
(43127,'filename',0,1,' resume 2026 03 16 155419 vtte pdf '),
(43127,'kind',0,1,' pdf '),
(43127,'slug',0,1,''),
(43127,'title',0,1,' resume '),
(43137,'field:10',0,1,' hi if your audience doesnt understand your offer in seconds youre losing leads at animated explainers we create high impact animated videos that clearly explain what you do why it matters and why customers should choose you our videos are designed to grab attention boost engagement and convert viewers into customers whether its for your website ads or sales funnel we deliver professional 2d and 3d animations that drive real results lets create a video that sells for you 24 7 reply to this email to get started best regards chris grayson animated explainer chris animateddexplainers com reply stop to opt out '),
(43137,'field:18',0,1,' https mycompletecare com contact '),
(43137,'field:19',0,1,' hlabatch completecaremgmt com '),
(43137,'field:28',0,1,' complete care at woodlands '),
(43137,'field:6',0,1,' chris grayson '),
(43137,'field:7',0,1,' chris animateddexplainers com '),
(43137,'field:8',0,1,' animated explainer '),
(43137,'field:9',0,1,' general inquiry '),
(43137,'title',0,1,' 2026 03 16 12 04 36 '),
(43138,'slug',0,1,''),
(43138,'subject',0,1,' contact form submission from coretta '),
(43138,'to',0,1,' hlabatch completecaremgmt com '),
(43139,'slug',0,1,''),
(43139,'subject',0,1,' contact form submission from coretta willis '),
(43139,'to',0,1,' hlabatch completecaremgmt com '),
(43140,'slug',0,1,''),
(43140,'subject',0,1,' contact form submission from patrick m misset '),
(43140,'to',0,1,' info completecareglendale com '),
(43141,'slug',0,1,''),
(43141,'subject',0,1,' contact form submission from carol s oleary '),
(43141,'to',0,1,' info ccchristianhome com '),
(43142,'slug',0,1,''),
(43142,'subject',0,1,' careers form submission from daneisha rice '),
(43142,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43143,'slug',0,1,''),
(43143,'subject',0,1,' contact form submission from chris grayson '),
(43143,'to',0,1,' hlabatch completecaremgmt com '),
(43145,'slug',0,1,' notice of availability '),
(43145,'title',0,1,' notice of availability '),
(43147,'alt',0,1,''),
(43147,'extension',0,1,' pdf '),
(43147,'filename',0,1,' notice of availability pdf '),
(43147,'kind',0,1,' pdf '),
(43147,'slug',0,1,''),
(43147,'title',0,1,' notice of availability of language assistance services and auxiliary aids '),
(43153,'field:12',0,1,' amanda ocacio '),
(43153,'field:13',0,1,' amandaocacio04 gmail com '),
(43153,'field:14',0,1,' 12624600592 '),
(43153,'field:15',0,1,''),
(43153,'field:16',0,1,' nursing '),
(43153,'field:17',0,1,' for prn position '),
(43153,'field:20',0,1,' https ccridgewood com careers '),
(43153,'field:21',0,1,' careers ccridgewood com '),
(43153,'field:29',0,1,' complete care at ridgewood '),
(43153,'title',0,1,' 2026 03 16 12 33 32 '),
(43156,'alt',0,1,''),
(43156,'extension',0,1,' pdf '),
(43156,'filename',0,1,' resume 1773678754711 2026 03 16 163417 rncv pdf '),
(43156,'kind',0,1,' pdf '),
(43156,'slug',0,1,''),
(43156,'title',0,1,' resume 1773678754711 '),
(43157,'slug',0,1,''),
(43157,'subject',0,1,' careers form submission from amanda ocacio '),
(43157,'to',0,1,' careers ccridgewood com '),
(43163,'field:10',0,1,' i hope youre doing well i wanted to reach out for two reasons first my mother has been a patient at complete care of cedar grove for about a month now and i just wanted to say how much we appreciate the care she has been receiving for what can be a difficult situation the staff has treated her very well and our family is grateful for the kindness and professionalism everyone has shown second i work with a video production company based in midland park and while looking through your social media i noticed that there isnt currently a video that really captures all of the great amenities rehabilitation services rooms facility features and activities available for patients and visiting families one thing weve found to be especially powerful is incorporating client and family testimonials into these types of videos hearing real experiences from patients and their families is a great way to build trust with prospective families who are researching care options while also helping spotlight the services staff and programs that make your facility stand out weve produced videos for organizations such as christian health amada senior care and fellowship senior living and have seen how impactful this type of storytelling can be in helping facilities connect with families and the community ive included a link below to an example of our work so you can see the type of videos we create https next frame io share b8c6905c b232 4b3d 817f af1cbb892068 please let me know if you can access our videos if not ill send them to you right away thank you again for taking such good care of my mom and id be happy to connect if you think this might be helpful for your team '),
(43163,'field:18',0,1,' https mycompletecare com contact '),
(43163,'field:19',0,1,' hlabatch completecaremgmt com '),
(43163,'field:28',0,1,''),
(43163,'field:6',0,1,' jay arcadipane '),
(43163,'field:7',0,1,' jarchie nbpro media '),
(43163,'field:8',0,1,' nbpro media '),
(43163,'field:9',0,1,' resident family support '),
(43163,'title',0,1,' 2026 03 16 12 38 33 '),
(43170,'field:12',0,1,' amy bracken '),
(43170,'field:13',0,1,' bamy789 aol com '),
(43170,'field:14',0,1,' 7174044980 '),
(43170,'field:15',0,1,' files resumes image jpg '),
(43170,'field:16',0,1,' nursing '),
(43170,'field:17',0,1,' hello i am interested in obtaining an rn position prn i have been a nurse since 1987 and i have a wide variety of experience in abroad array platforms if you have anything available for me id appreciate the consideration '),
(43170,'field:20',0,1,' https cchagerstown com careers '),
(43170,'field:21',0,1,' careers cchagerstown com '),
(43170,'field:29',0,1,' complete care at hagerstown '),
(43170,'title',0,1,' 2026 03 16 13 40 55 '),
(43171,'alt',0,1,''),
(43171,'extension',0,1,' jpg '),
(43171,'filename',0,1,' image jpg '),
(43171,'kind',0,1,' image '),
(43171,'slug',0,1,''),
(43171,'title',0,1,' image '),
(43172,'field:12',0,1,' amy bracken '),
(43172,'field:13',0,1,' bamy789 aol com '),
(43172,'field:14',0,1,' 7174044980 '),
(43172,'field:15',0,1,' files resumes image 2026 03 16 174439 dxxs jpg '),
(43172,'field:16',0,1,' nursing '),
(43172,'field:17',0,1,' hello i am a registered nurse interested in obtaining a position with your company i have been a nurse since 1987 and have a broad range of experience and a variety of different settings i appreciate your consideration for a position at your facility thank you amy bracken rn '),
(43172,'field:20',0,1,' https cchagerstown com careers '),
(43172,'field:21',0,1,' careers cchagerstown com '),
(43172,'field:29',0,1,' complete care at hagerstown '),
(43172,'title',0,1,' 2026 03 16 13 44 40 '),
(43173,'alt',0,1,''),
(43173,'extension',0,1,' jpg '),
(43173,'filename',0,1,' image 2026 03 16 174439 dxxs jpg '),
(43173,'kind',0,1,' image '),
(43173,'slug',0,1,''),
(43173,'title',0,1,' image '),
(43177,'slug',0,1,''),
(43177,'subject',0,1,' contact form submission from jay arcadipane '),
(43177,'to',0,1,' hlabatch completecaremgmt com '),
(43178,'slug',0,1,''),
(43178,'subject',0,1,' careers form submission from amy bracken '),
(43178,'to',0,1,' careers cchagerstown com '),
(43179,'slug',0,1,''),
(43179,'subject',0,1,' careers form submission from amy bracken '),
(43179,'to',0,1,' careers cchagerstown com '),
(43181,'alt',0,1,''),
(43181,'extension',0,1,' pdf '),
(43181,'filename',0,1,' glendale march2026 pdf '),
(43181,'kind',0,1,' pdf '),
(43181,'slug',0,1,''),
(43181,'title',0,1,' glendale march2026 '),
(43184,'alt',0,1,''),
(43184,'extension',0,1,' pdf '),
(43184,'filename',0,1,' corsica hills pdf '),
(43184,'kind',0,1,' pdf '),
(43184,'slug',0,1,''),
(43184,'title',0,1,' corsica hills '),
(43186,'alt',0,1,''),
(43186,'extension',0,1,' pdf '),
(43186,'filename',0,1,' heritage march pdf '),
(43186,'kind',0,1,' pdf '),
(43186,'slug',0,1,''),
(43186,'title',0,1,' heritage march '),
(43189,'field:10',0,1,' dear kris worman my name is diannati cabrera and i am a licensed mobile notary public serving trenton and surrounding areas i provide convenient notarization services and can travel directly to your facility making it easy for your residents and staff to have documents notarized safely and efficiently i am experienced in handling a wide range of documents including powers of attorney affidavits medical forms and other legal paperwork i offer flexible scheduling including same day and evening appointments to accommodate your residents needs i would love the opportunity to discuss how i can support your facility and provide reliable mobile notary services please let me know if we can schedule a brief call or visit at your convenience thank you for your time and consideration best regards diannati cabrera mobile notary public 347 595 0715 dnotarymobileservices gmail com '),
(43189,'field:18',0,1,' https ccmercerville com contact '),
(43189,'field:19',0,1,' info ccmercerville com '),
(43189,'field:28',0,1,' complete care at mercerville '),
(43189,'field:6',0,1,' diannati cabrera '),
(43189,'field:7',0,1,' dnotarymobileservices gmail com '),
(43189,'field:8',0,1,' dnotary mobile servicess '),
(43189,'field:9',0,1,' careers '),
(43189,'title',0,1,' 2026 03 16 14 53 53 '),
(43190,'slug',0,1,''),
(43190,'subject',0,1,' contact form submission from diannati cabrera '),
(43190,'to',0,1,' info ccmercerville com '),
(43191,'field:12',0,1,' sheilah donaldson '),
(43191,'field:13',0,1,' sheilahdonaldson icloud com '),
(43191,'field:14',0,1,' 3125322957 '),
(43191,'field:15',0,1,' files resumes resume 2026 03 16 190455 weyr pdf '),
(43191,'field:16',0,1,' hr staffing nursing '),
(43191,'field:17',0,1,' sheilah donaldson certified nursing assistant 312 532 2957 5727 w washington '),
(43191,'field:20',0,1,' https completecareblvd com careers '),
(43191,'field:21',0,1,' careers completecareblvd com '),
(43191,'field:29',0,1,' complete care at the boulevard '),
(43191,'title',0,1,' 2026 03 16 15 04 55 '),
(43192,'alt',0,1,''),
(43192,'extension',0,1,' pdf '),
(43192,'filename',0,1,' resume 2026 03 16 190455 weyr pdf '),
(43192,'kind',0,1,' pdf '),
(43192,'slug',0,1,''),
(43192,'title',0,1,' resume '),
(43193,'field:12',0,1,' jeremiah johnson '),
(43193,'field:13',0,1,' jerejohnson05 gmail com '),
(43193,'field:14',0,1,' 1 407 973 8470 '),
(43193,'field:15',0,1,' files resumes jeremiah johnsons resume pdf '),
(43193,'field:16',0,1,' dietary food service '),
(43193,'field:17',0,1,' hard working '),
(43193,'field:20',0,1,' https mycompletecare com careers '),
(43193,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43193,'field:29',0,1,' complete care at shorrock gardens '),
(43193,'title',0,1,' 2026 03 16 15 05 24 '),
(43194,'alt',0,1,''),
(43194,'extension',0,1,' pdf '),
(43194,'filename',0,1,' jeremiah johnsons resume pdf '),
(43194,'kind',0,1,' pdf '),
(43194,'slug',0,1,''),
(43194,'title',0,1,' jeremiah johnsons resume '),
(43195,'field:10',0,1,' i came and visited linda righins in room 35 there is something obvious that she is ill she was incoherent and tired ive tried contacting her probably 15 times from yesterday when i left to now nurse said they will check on her front office said shes in dialysis today i would greatly appreciate it if a doctor would check on her or put her in the hospital please contact me with the results asap clifton kimes ckimesjr gmail com or cell phone is 667 405 4760 thank you in advance for your speedy response '),
(43195,'field:18',0,1,' https ccannapolis com contact '),
(43195,'field:19',0,1,' info ccannapolis com '),
(43195,'field:28',0,1,' complete care at annapolis '),
(43195,'field:6',0,1,' clifton kimes jr '),
(43195,'field:7',0,1,' ckimesjr gmail com '),
(43195,'field:8',0,1,''),
(43195,'field:9',0,1,' other '),
(43195,'title',0,1,' 2026 03 16 15 28 37 '),
(43206,'field:1',0,1,' isha sachin '),
(43206,'field:2',0,1,' ishasachin9 gmail com '),
(43206,'field:22',0,1,' https mycompletecare com volunteer '),
(43206,'field:23',0,1,' volunteer completecaremgmt com '),
(43206,'field:3',0,1,' 9083249190 '),
(43206,'field:4',0,1,' complete care at plainfield '),
(43206,'field:5',0,1,' i want to be able to help people and i like to talk to people i thought that at a nursing home i would be able to do both i would love to share a chat or a board game with people there i would also love to lead a craft book reading or trivia session '),
(43206,'title',0,1,' 2026 03 16 16 24 33 '),
(43211,'field:12',0,1,' amanda barlotta '),
(43211,'field:13',0,1,' amandabarlotta5 gmail com '),
(43211,'field:14',0,1,' 19089102131 '),
(43211,'field:15',0,1,' files resumes a barlotta resume copy png '),
(43211,'field:16',0,1,''),
(43211,'field:17',0,1,' complete care at madison 625 nj 34 matawan nj 07747 732 566 6400 to whom this may concern i am writing to express my interest in the clinical fellowship speech language pathologist cf slp position at complete care at madison i will be graduating with my masters degree in speech language pathology from monmouth university in may 2026 and i am eager to begin my clinical fellowship in a skilled nursing setting where i can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders through my graduate clinical training i have gained experience working with adults with aphasia dysphagia and cognitive communication disorders particularly in post acute rehabilitation settings i have provided therapy focused on improving functional communication strengthening swallowing safety and supporting cognitive skills such as memory attention and executive functioning these experiences have reinforced my passion for helping individuals regain independence and improve their quality of life following illness or injury i am particularly drawn to complete cares focus on delivering high quality clinical care within a compassionate and supportive environment your commitment to respecting each residents dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care i believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections as i begin my career as a speech language pathologist i am seeking a clinical fellowship opportunity where i can continue developing my clinical skills under the mentorship of an experienced supervising slp i am eager to contribute to a collaborative interdisciplinary team while providing evidence based therapy that supports residents in achieving their highest level of function thank you for your time and consideration i would welcome the opportunity to further discuss how my clinical training and passion for patient centered care align with the mission of complete care at madison sincerely amanda barlotta 908 910 2131 amandabarlotta5 gmail com '),
(43211,'field:20',0,1,' https mycompletecare com careers '),
(43211,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43211,'field:29',0,1,' complete care at madison '),
(43211,'title',0,1,' 2026 03 16 16 41 23 '),
(43212,'alt',0,1,''),
(43212,'extension',0,1,' png '),
(43212,'filename',0,1,' a barlotta resume copy png '),
(43212,'kind',0,1,' image '),
(43212,'slug',0,1,''),
(43212,'title',0,1,' a barlotta resume copy '),
(43213,'field:10',0,1,' my mother is in bridgepoint capitol hill washington dc im thinking of transferring her closer to me she is on a trac ventilator '),
(43213,'field:18',0,1,' https mycompletecare com contact '),
(43213,'field:19',0,1,' hlabatch completecaremgmt com '),
(43213,'field:28',0,1,''),
(43213,'field:6',0,1,' joann johnson '),
(43213,'field:7',0,1,' beatriceahmad yahoo com '),
(43213,'field:8',0,1,' lta '),
(43213,'field:9',0,1,' general inquiry '),
(43213,'title',0,1,' 2026 03 16 16 43 03 '),
(43214,'field:12',0,1,' amanda barlotta '),
(43214,'field:13',0,1,' amandabarlotta5 gmail com '),
(43214,'field:14',0,1,' 9089102131 '),
(43214,'field:15',0,1,' files resumes a barlotta resume copy 2026 03 16 204617 wrrm png '),
(43214,'field:16',0,1,''),
(43214,'field:17',0,1,' complete care at whispering woods 62 james st edison nj 08820 732 744 5541 to whom this may concern i am writing to express my interest in the clinical fellowship speech language pathologist cf slp position at complete care at madison i will be graduating with my masters degree in speech language pathology from monmouth university in may 2026 and i am eager to begin my clinical fellowship in a skilled nursing setting where i can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders through my graduate clinical training i have gained experience working with adults with aphasia dysphagia and cognitive communication disorders particularly in post acute rehabilitation settings i have provided therapy focused on improving functional communication strengthening swallowing safety and supporting cognitive skills such as memory attention and executive functioning these experiences have reinforced my passion for helping individuals regain independence and improve their quality of life following illness or injury i am particularly drawn to complete cares focus on delivering high quality clinical care within a compassionate and supportive environment your commitment to respecting each residents dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care i believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections as i begin my career as a speech language pathologist i am seeking a clinical fellowship opportunity where i can continue developing my clinical skills under the mentorship of an experienced supervising slp i am eager to contribute to a collaborative interdisciplinary team while providing evidence based therapy that supports residents in achieving their highest level of function thank you for your time and consideration i would welcome the opportunity to further discuss how my clinical training and passion for patient centered care align with the mission of complete care at madison sincerely amanda barlotta 908 910 2131 amandabarlotta5 gmail com '),
(43214,'field:20',0,1,' https ccwhisperingwoods com careers '),
(43214,'field:21',0,1,' careers ccwhisperingwoods com '),
(43214,'field:29',0,1,' complete care at whispering woods '),
(43214,'title',0,1,' 2026 03 16 16 46 17 '),
(43215,'alt',0,1,''),
(43215,'extension',0,1,' png '),
(43215,'filename',0,1,' a barlotta resume copy 2026 03 16 204617 wrrm png '),
(43215,'kind',0,1,' image '),
(43215,'slug',0,1,''),
(43215,'title',0,1,' a barlotta resume copy '),
(43216,'field:12',0,1,' amanda barlotta '),
(43216,'field:13',0,1,' amandabarlotta5 gmail com '),
(43216,'field:14',0,1,' 19089102131 '),
(43216,'field:15',0,1,' files resumes a barlotta resume copy 2026 03 16 205341 cest png '),
(43216,'field:16',0,1,''),
(43216,'field:17',0,1,' complete care at bayshore 715 n beers st holmdel nj 07733 732 847 3000 to whom this may concern i am writing to express my interest in the clinical fellowship speech language pathologist cf slp position at complete care at bayshore i will be graduating with my masters degree in speech language pathology from monmouth university in may 2026 and i am eager to begin my clinical fellowship in a skilled nursing setting where i can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders through my graduate clinical training i have gained experience working with adults with aphasia dysphagia and cognitive communication disorders particularly in post acute rehabilitation settings i have provided therapy focused on improving functional communication strengthening swallowing safety and supporting cognitive skills such as memory attention and executive functioning these experiences have reinforced my passion for helping individuals regain independence and improve their quality of life following illness or injury i am particularly drawn to complete cares focus on delivering high quality clinical care within a compassionate and supportive environment your commitment to respecting each residents dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care i believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections as i begin my career as a speech language pathologist i am seeking a clinical fellowship opportunity where i can continue developing my clinical skills under the mentorship of an experienced supervising slp i am eager to contribute to a collaborative interdisciplinary team while providing evidence based therapy that supports residents in achieving their highest level of function thank you for your time and consideration i would welcome the opportunity to further discuss how my clinical training and passion for patient centered care align with the mission of complete care at bayshore sincerely amanda barlotta 908 910 2131 amandabarlotta5 gmail com '),
(43216,'field:20',0,1,' https ccbayshore com careers '),
(43216,'field:21',0,1,' careers ccbayshore com '),
(43216,'field:29',0,1,' complete care at bayshore '),
(43216,'title',0,1,' 2026 03 16 16 53 42 '),
(43217,'alt',0,1,''),
(43217,'extension',0,1,' png '),
(43217,'filename',0,1,' a barlotta resume copy 2026 03 16 205341 cest png '),
(43217,'kind',0,1,' image '),
(43217,'slug',0,1,''),
(43217,'title',0,1,' a barlotta resume copy '),
(43218,'field:12',0,1,' amanda barlotta '),
(43218,'field:13',0,1,' amandabarlotta5 gmail com '),
(43218,'field:14',0,1,' 908 910 2131 '),
(43218,'field:15',0,1,' files resumes a barlotta resume copy 2026 03 16 205658 gclb png '),
(43218,'field:16',0,1,''),
(43218,'field:17',0,1,' complete care at westfield 1515 lamberts mill rd westfield nj 07090 908 233 9700 to whom this may concern i am writing to express my interest in the clinical fellowship speech language pathologist cf slp position at complete care at westfield i will be graduating with my masters degree in speech language pathology from monmouth university in may 2026 and i am eager to begin my clinical fellowship in a skilled nursing setting where i can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders through my graduate clinical training i have gained experience working with adults with aphasia dysphagia and cognitive communication disorders particularly in post acute rehabilitation settings i have provided therapy focused on improving functional communication strengthening swallowing safety and supporting cognitive skills such as memory attention and executive functioning these experiences have reinforced my passion for helping individuals regain independence and improve their quality of life following illness or injury i am particularly drawn to complete cares focus on delivering high quality clinical care within a compassionate and supportive environment your commitment to respecting each residents dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care i believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections as i begin my career as a speech language pathologist i am seeking a clinical fellowship opportunity where i can continue developing my clinical skills under the mentorship of an experienced supervising slp i am eager to contribute to a collaborative interdisciplinary team while providing evidence based therapy that supports residents in achieving their highest level of function thank you for your time and consideration i would welcome the opportunity to further discuss how my clinical training and passion for patient centered care align with the mission of complete care at westfield sincerely amanda barlotta 908 910 2131 amandabarlotta5 gmail com '),
(43218,'field:20',0,1,' https ccwestfield com careers '),
(43218,'field:21',0,1,' careers ccwestfield com '),
(43218,'field:29',0,1,' complete care at westfield '),
(43218,'title',0,1,' 2026 03 16 16 56 58 '),
(43219,'alt',0,1,''),
(43219,'extension',0,1,' png '),
(43219,'filename',0,1,' a barlotta resume copy 2026 03 16 205658 gclb png '),
(43219,'kind',0,1,' image '),
(43219,'slug',0,1,''),
(43219,'title',0,1,' a barlotta resume copy '),
(43221,'field:12',0,1,' amanda barlotta '),
(43221,'field:13',0,1,' amandabarlotta5 gmail com '),
(43221,'field:14',0,1,' 908 910 2131 '),
(43221,'field:15',0,1,' files resumes a barlotta resume copy 2026 03 16 205916 bhob png '),
(43221,'field:16',0,1,''),
(43221,'field:17',0,1,' complete care at clark 1213 westfield ave clark nj 07066 732 396 7100 to whom this may concern i am writing to express my interest in the clinical fellowship speech language pathologist cf slp position at complete care at clark i will be graduating with my masters degree in speech language pathology from monmouth university in may 2026 and i am eager to begin my clinical fellowship in a skilled nursing setting where i can continue developing my clinical skills while providing meaningful care to individuals with communication and swallowing disorders through my graduate clinical training i have gained experience working with adults with aphasia dysphagia and cognitive communication disorders particularly in post acute rehabilitation settings i have provided therapy focused on improving functional communication strengthening swallowing safety and supporting cognitive skills such as memory attention and executive functioning these experiences have reinforced my passion for helping individuals regain independence and improve their quality of life following illness or injury i am particularly drawn to complete cares focus on delivering high quality clinical care within a compassionate and supportive environment your commitment to respecting each residents dignity while creating a culture where team members feel valued strongly resonates with my own approach to patient care i believe that meaningful rehabilitation occurs when clinicians prioritize both clinical excellence and human connections as i begin my career as a speech language pathologist i am seeking a clinical fellowship opportunity where i can continue developing my clinical skills under the mentorship of an experienced supervising slp i am eager to contribute to a collaborative interdisciplinary team while providing evidence based therapy that supports residents in achieving their highest level of function thank you for your time and consideration i would welcome the opportunity to further discuss how my clinical training and passion for patient centered care align with the mission of complete care at clark sincerely amanda barlotta 908 910 2131 amandabarlotta5 gmail com '),
(43221,'field:20',0,1,' https completecareclark com careers '),
(43221,'field:21',0,1,' careers completecareclark com '),
(43221,'field:29',0,1,' complete care at clark '),
(43221,'title',0,1,' 2026 03 16 16 59 17 '),
(43222,'alt',0,1,''),
(43222,'extension',0,1,' png '),
(43222,'filename',0,1,' a barlotta resume copy 2026 03 16 205916 bhob png '),
(43222,'kind',0,1,' image '),
(43222,'slug',0,1,''),
(43222,'title',0,1,' a barlotta resume copy '),
(43226,'field:10',0,1,' hi looking for a reliable cleaning service and a quick quote truesparckle cleaner provides award winning cleaning and dependable customer support tailored to your facilitys needs would you like a no obligation cleaning estimate all the best sonia lewis business development rep truesparkle cleaner sonia truesparklecleaner com respond with stop to optout '),
(43226,'field:18',0,1,' https ccharborage com contact '),
(43226,'field:19',0,1,' info ccharborage com '),
(43226,'field:28',0,1,' complete care at harborage '),
(43226,'field:6',0,1,' sonia lewis '),
(43226,'field:7',0,1,' sonia truesparklecleaner com '),
(43226,'field:8',0,1,' truesparkle cleaner '),
(43226,'field:9',0,1,' general inquiry '),
(43226,'title',0,1,' 2026 03 16 17 43 54 '),
(43228,'field:12',0,1,' nicholas '),
(43228,'field:13',0,1,' berrynick679 gmail com '),
(43228,'field:14',0,1,' 14148920758 '),
(43228,'field:15',0,1,' files resumes resume 3 pdf '),
(43228,'field:16',0,1,' dietary food service maintenance housekeeping '),
(43228,'field:17',0,1,' hi my name is nicholas berry and i am applying for the dietary aide food service housekeeping positions '),
(43228,'field:20',0,1,' https ccglendalewest com careers '),
(43228,'field:21',0,1,' careers ccglendalewest com '),
(43228,'field:29',0,1,' complete care at glendale west '),
(43228,'title',0,1,' 2026 03 16 17 53 09 '),
(43229,'alt',0,1,''),
(43229,'extension',0,1,' pdf '),
(43229,'filename',0,1,' resume 3 pdf '),
(43229,'kind',0,1,' pdf '),
(43229,'slug',0,1,''),
(43229,'title',0,1,' resume 3 '),
(43230,'field:1',0,1,' cierra bublick '),
(43230,'field:2',0,1,' cierrabub1 gmail com '),
(43230,'field:22',0,1,' https mycompletecare com volunteer '),
(43230,'field:23',0,1,' volunteer completecaremgmt com '),
(43230,'field:3',0,1,' 9089562559 '),
(43230,'field:4',0,1,' complete care at clark '),
(43230,'field:5',0,1,' good evening my name is cierra bublick and i am currently a student at monmouth university i am majoring in exercise science and health studies in hopes of being a physical therapist i was wondering if you are offering any shadowing opportunities in the summer if not i completely understand thanks so much for your time cierra bublick 9089562559 '),
(43230,'title',0,1,' 2026 03 16 18 10 27 '),
(43234,'field:10',0,1,' hi i would like information regarding assisted living i am starting to look for my mother price ranges etc waiting list '),
(43234,'field:18',0,1,' https mycompletecare com contact '),
(43234,'field:19',0,1,' hlabatch completecaremgmt com '),
(43234,'field:28',0,1,' complete care at brackenville '),
(43234,'field:6',0,1,' heidi stewart '),
(43234,'field:7',0,1,' heidistew1 yahoo com '),
(43234,'field:8',0,1,''),
(43234,'field:9',0,1,' resident family support '),
(43234,'title',0,1,' 2026 03 16 18 43 06 '),
(43237,'field:12',0,1,' tymire perez '),
(43237,'field:13',0,1,' pereztymire4 gmail com '),
(43237,'field:14',0,1,' 3025138235 '),
(43237,'field:15',0,1,' files resumes img 5235 jpeg '),
(43237,'field:16',0,1,' dietary food service '),
(43237,'field:17',0,1,' dear hiring manager i am writing to express my interest in the position at your facility with hands on experience in healthcare support dietary services and floor technician responsibilities i bring a strong work ethic reliability and a genuine commitment to maintaining a safe clean and supportive environment for patients residents and staff in my previous roles i have worked closely with healthcare teams to ensure smooth daily operations i am experienced in assisting with patient needs following safety and sanitation protocols and supporting clinical staff with tasks that improve overall care quality my background in dietary services includes meal preparation tray delivery food safety compliance and providing respectful patient centered service to individuals with diverse dietary requirements additionally my experience as a floor technician has strengthened my attention to detail and ability to maintain high standards of cleanliness i am skilled in operating floor care equipment performing routine and deep cleaning and ensuring that all areas meet infection control and safety guidelines i take pride in creating an environment that promotes health comfort and dignity i am confident that my versatility dependability and dedication to excellent service would make me a valuable addition to your team i would welcome the opportunity to contribute to your facilitys mission and support the well being of those you serve thank you for considering my application i look forward to the possibility of joining your team and contributing to a positive and professional work environment sincerely tymire perez '),
(43237,'field:20',0,1,' http completecarehillside com careers '),
(43237,'field:21',0,1,' careers completecarehillside com '),
(43237,'field:29',0,1,' complete care at hillside '),
(43237,'title',0,1,' 2026 03 16 19 01 58 '),
(43238,'alt',0,1,''),
(43238,'extension',0,1,' jpeg '),
(43238,'filename',0,1,' img 5235 jpeg '),
(43238,'kind',0,1,' image '),
(43238,'slug',0,1,''),
(43238,'title',0,1,' img 5235 '),
(43271,'slug',0,1,''),
(43271,'subject',0,1,' careers form submission from sheilah donaldson '),
(43271,'to',0,1,' careers completecareblvd com '),
(43272,'slug',0,1,''),
(43272,'subject',0,1,' careers form submission from jeremiah johnson '),
(43272,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43273,'slug',0,1,''),
(43273,'subject',0,1,' contact form submission from clifton kimes jr '),
(43273,'to',0,1,' info ccannapolis com '),
(43274,'slug',0,1,''),
(43274,'subject',0,1,' volunteer form submission from isha sachin '),
(43274,'to',0,1,' volunteer completecaremgmt com '),
(43275,'slug',0,1,''),
(43275,'subject',0,1,' careers form submission from amanda barlotta '),
(43275,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(43276,'slug',0,1,''),
(43276,'subject',0,1,' contact form submission from joann johnson '),
(43276,'to',0,1,' hlabatch completecaremgmt com '),
(43277,'slug',0,1,''),
(43277,'subject',0,1,' careers form submission from amanda barlotta '),
(43277,'to',0,1,' careers ccwhisperingwoods com '),
(43278,'slug',0,1,''),
(43278,'subject',0,1,' careers form submission from amanda barlotta '),
(43278,'to',0,1,' careers ccbayshore com '),
(43279,'slug',0,1,''),
(43279,'subject',0,1,' careers form submission from amanda barlotta '),
(43279,'to',0,1,' careers ccwestfield com '),
(43280,'slug',0,1,''),
(43280,'subject',0,1,' careers form submission from amanda barlotta '),
(43280,'to',0,1,' careers completecareclark com '),
(43281,'slug',0,1,''),
(43281,'subject',0,1,' contact form submission from sonia lewis '),
(43281,'to',0,1,' info ccharborage com '),
(43282,'slug',0,1,''),
(43282,'subject',0,1,' careers form submission from nicholas '),
(43282,'to',0,1,' careers ccglendalewest com '),
(43283,'slug',0,1,''),
(43283,'subject',0,1,' volunteer form submission from cierra bublick '),
(43283,'to',0,1,' volunteer completecaremgmt com '),
(43284,'slug',0,1,''),
(43284,'subject',0,1,' contact form submission from heidi stewart '),
(43284,'to',0,1,' hlabatch completecaremgmt com '),
(43285,'slug',0,1,''),
(43285,'subject',0,1,' careers form submission from tymire perez '),
(43285,'to',0,1,' careers completecarehillside com '),
(43302,'field:10',0,1,' william saglio was admitted march 15th he needs lorazapam and a anti depressant no cnas or nurses come quick enough ill be calling his pcp march 17th to have medications delivered directly there or ill bring them in you all have to step it up and hire more help or tell me how to have him moved to a different rehab facility '),
(43302,'field:18',0,1,' https ccfoxhill com contact '),
(43302,'field:19',0,1,' info ccfoxhill com '),
(43302,'field:28',0,1,' complete care at fox hill '),
(43302,'field:6',0,1,' charlene m palka '),
(43302,'field:7',0,1,' char1541 aol com '),
(43302,'field:8',0,1,''),
(43302,'field:9',0,1,' general inquiry '),
(43302,'title',0,1,' 2026 03 16 20 19 13 '),
(43952,'field:12',0,1,' richard mills '),
(43952,'field:13',0,1,' richardmills2026 email com '),
(43952,'field:14',0,1,' 215 667 1324 '),
(43952,'field:15',0,1,' files resumes richard mills resume pdf '),
(43952,'field:16',0,1,' administrative business office admissions marketing hr staffing recruitment social services '),
(43952,'field:17',0,1,' returning to voorhees nj looking for new career seeking pt or ft 30 40 hours weekly non nursing '),
(43952,'field:20',0,1,' https ccvoorhees com careers '),
(43952,'field:21',0,1,' careers ccvoorhees com '),
(43952,'field:29',0,1,' complete care at voorhees '),
(43952,'title',0,1,' 2026 03 16 21 21 20 '),
(43953,'alt',0,1,''),
(43953,'extension',0,1,' pdf '),
(43953,'filename',0,1,' richard mills resume pdf '),
(43953,'kind',0,1,' pdf '),
(43953,'slug',0,1,''),
(43953,'title',0,1,' richard mills resume '),
(43954,'field:12',0,1,' tiana lamb '),
(43954,'field:13',0,1,' lambtiana93 yahoo com '),
(43954,'field:14',0,1,' 3127355911 '),
(43954,'field:15',0,1,' files resumes tiana lamb resume updated email pdf '),
(43954,'field:16',0,1,' maintenance housekeeping '),
(43954,'field:17',0,1,' looking to join your team in housekeeping have great experience '),
(43954,'field:20',0,1,' https completecareblvd com careers '),
(43954,'field:21',0,1,' careers completecareblvd com '),
(43954,'field:29',0,1,' complete care at the boulevard '),
(43954,'title',0,1,' 2026 03 16 21 23 41 '),
(43955,'alt',0,1,''),
(43955,'extension',0,1,' pdf '),
(43955,'filename',0,1,' tiana lamb resume updated email pdf '),
(43955,'kind',0,1,' pdf '),
(43955,'slug',0,1,''),
(43955,'title',0,1,' tiana lamb resume updated email '),
(43956,'field:12',0,1,' richard mills '),
(43956,'field:13',0,1,' richardmills2026 email com '),
(43956,'field:14',0,1,' 215 667 1324 '),
(43956,'field:15',0,1,' files resumes richard mills resume 2026 03 17 012711 xede pdf '),
(43956,'field:16',0,1,' administrative business office admissions marketing hr staffing recruitment social services '),
(43956,'field:17',0,1,' im returning to voorhees nj looking for new career well rounded seek pt or ft career 30 40 hours weekly '),
(43956,'field:20',0,1,' https ccvoorhees com careers '),
(43956,'field:21',0,1,' careers ccvoorhees com '),
(43956,'field:29',0,1,' complete care at voorhees '),
(43956,'title',0,1,' 2026 03 16 21 27 11 '),
(43957,'alt',0,1,''),
(43957,'extension',0,1,' pdf '),
(43957,'filename',0,1,' richard mills resume 2026 03 17 012711 xede pdf '),
(43957,'kind',0,1,' pdf '),
(43957,'slug',0,1,''),
(43957,'title',0,1,' richard mills resume '),
(43962,'slug',0,1,''),
(43962,'subject',0,1,' contact form submission from charlene m palka '),
(43962,'to',0,1,' info ccfoxhill com '),
(43963,'slug',0,1,''),
(43963,'subject',0,1,' careers form submission from richard mills '),
(43963,'to',0,1,' careers ccvoorhees com '),
(43964,'slug',0,1,''),
(43964,'subject',0,1,' careers form submission from tiana lamb '),
(43964,'to',0,1,' careers completecareblvd com '),
(43965,'slug',0,1,''),
(43965,'subject',0,1,' careers form submission from richard mills '),
(43965,'to',0,1,' careers ccvoorhees com '),
(44072,'field:12',0,1,' madelyn bates '),
(44072,'field:13',0,1,' madelynbates10 gmail com '),
(44072,'field:14',0,1,' 2513781160 '),
(44072,'field:15',0,1,' files resumes maddie%e2%80%99s new good resume pdf '),
(44072,'field:16',0,1,' nursing '),
(44072,'field:17',0,1,''),
(44072,'field:20',0,1,' https mycompletecare com careers '),
(44072,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44072,'field:29',0,1,' complete care at annapolis '),
(44072,'title',0,1,' 2026 03 16 22 10 55 '),
(44073,'alt',0,1,''),
(44073,'extension',0,1,' pdf '),
(44073,'filename',0,1,' maddies new good resume pdf '),
(44073,'kind',0,1,' pdf '),
(44073,'slug',0,1,''),
(44073,'title',0,1,' maddies new good resume '),
(44074,'slug',0,1,''),
(44074,'subject',0,1,' careers form submission from madelyn bates '),
(44074,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44142,'field:10',0,1,' hi when we find ourselves spending more time indoors due to weather conditions its an excellent opportunity to explore new skills or hobbies whether its experimenting with different forms of exercise self teaching a musical instrument mastering a second language or doing activities like dancing there are plenty of enjoyable options would you be open to having me create a fun article for your site offering suggestions on exciting new skills or hobbies if youre interested i can begin working on it right away thank you in advance abby holt craftability org optimized for both people and search my articles are made to reach wide if youd prefer a different topic ill switch gears if not just say the word and ill step back '),
(44142,'field:18',0,1,' https mycompletecare com contact '),
(44142,'field:19',0,1,' hlabatch completecaremgmt com '),
(44142,'field:28',0,1,' complete care at court house '),
(44142,'field:6',0,1,' abby holt '),
(44142,'field:7',0,1,' abbyholt craftability org '),
(44142,'field:8',0,1,' craftability org '),
(44142,'field:9',0,1,' general inquiry '),
(44142,'title',0,1,' 2026 03 16 22 45 58 '),
(44217,'field:12',0,1,' kayla james '),
(44217,'field:13',0,1,' kaylarich24123 icloud com '),
(44217,'field:14',0,1,' 7278581506 '),
(44217,'field:15',0,1,' files resumes resume 1769527085386 pdf '),
(44217,'field:16',0,1,' nursing '),
(44217,'field:17',0,1,' hello my name is kayla james i have been a cna for 16 years i am also a medtech which i have been for 5 years i am a very passionate person i care for my residents like i would my family i like to put my self in their shoes to understand and know how to help them better i have 4 kids and i wouldnt have any troubles with babysitting or anything like that i come to work to do my job and make sure the residents get the best quality of care they need because i know i am in their home and i would treat it as such i dont do drama and i mind my business which is taking care of my residents i was a supervisor for almost 2 years i get along with everyone and i love to make the environment very positive i do not like negativity so i feel like i would be a great candidate and i am very transparent i dont like to hide anything if i feel things arent good i will definitely make it known and also if i feel like the residents arent getting the cares they need i also will express that '),
(44217,'field:20',0,1,' https ccridgewood com careers '),
(44217,'field:21',0,1,' careers ccridgewood com '),
(44217,'field:29',0,1,' complete care at ridgewood '),
(44217,'title',0,1,' 2026 03 17 03 17 50 '),
(44218,'alt',0,1,''),
(44218,'extension',0,1,' pdf '),
(44218,'filename',0,1,' resume 1769527085386 pdf '),
(44218,'kind',0,1,' pdf '),
(44218,'slug',0,1,''),
(44218,'title',0,1,' resume 1769527085386 '),
(44281,'field:10',0,1,' good day im kathleen with vas4hire we help business owners consistently book qualified appointments using our ai powered lead found system which identifies ideal prospects reaches out automatically and schedules meetings directly on your calendar on average our clients see up to 8 10 booked appointments per day are you currently open to bringing in more qualified jobs this month '),
(44281,'field:18',0,1,' https ccgrandeprairie com contact '),
(44281,'field:19',0,1,' info ccgrandeprairie com '),
(44281,'field:28',0,1,' complete care at grande prairie '),
(44281,'field:6',0,1,' kathleen farmer '),
(44281,'field:7',0,1,' kathleen vas4hire com '),
(44281,'field:8',0,1,' vas 4 hire '),
(44281,'field:9',0,1,' general inquiry '),
(44281,'title',0,1,' 2026 03 17 06 25 12 '),
(44291,'field:12',0,1,' musap gunaydin '),
(44291,'field:13',0,1,' musapgunaydin4 gmail com '),
(44291,'field:14',0,1,' 7179567543 '),
(44291,'field:15',0,1,''),
(44291,'field:16',0,1,''),
(44291,'field:17',0,1,' 1 '),
(44291,'field:20',0,1,' https ccsummitridge com careers '),
(44291,'field:21',0,1,' careers ccsummitridge com '),
(44291,'field:29',0,1,' complete care at summit ridge '),
(44291,'title',0,1,' 2026 03 17 06 38 10 '),
(44314,'field:12',0,1,' derrick '),
(44314,'field:13',0,1,' derrick richey34 gmail com '),
(44314,'field:14',0,1,' 4437455026 '),
(44314,'field:15',0,1,' files resumes derrick richey 2026 03 17 114237 kmep pdf '),
(44314,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(44314,'field:17',0,1,' resume '),
(44314,'field:20',0,1,' https mycompletecare com careers '),
(44314,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44314,'field:29',0,1,' complete care at heritage '),
(44314,'title',0,1,' 2026 03 17 07 42 37 '),
(44315,'alt',0,1,''),
(44315,'extension',0,1,' pdf '),
(44315,'filename',0,1,' derrick richey 2026 03 17 114237 kmep pdf '),
(44315,'kind',0,1,' pdf '),
(44315,'slug',0,1,''),
(44315,'title',0,1,' derrick richey '),
(44339,'field:12',0,1,' nikerah salaam '),
(44339,'field:13',0,1,' nikerahsalaamm gmail com '),
(44339,'field:14',0,1,' 17207297397 '),
(44339,'field:15',0,1,' files resumes milwaukee resume pdf '),
(44339,'field:16',0,1,' nursing '),
(44339,'field:17',0,1,' im currently in nursing school and seeking part time employment i have 5 years experience as a certified nursing assistant as well as 4 years experience as a medication technician '),
(44339,'field:20',0,1,' https ccglendalewest com careers '),
(44339,'field:21',0,1,' careers ccglendalewest com '),
(44339,'field:29',0,1,' complete care at glendale west '),
(44339,'title',0,1,' 2026 03 17 08 22 19 '),
(44340,'alt',0,1,''),
(44340,'extension',0,1,' pdf '),
(44340,'filename',0,1,' milwaukee resume pdf '),
(44340,'kind',0,1,' pdf '),
(44340,'slug',0,1,''),
(44340,'title',0,1,' milwaukee resume '),
(44344,'field:12',0,1,' nicole brownstein '),
(44344,'field:13',0,1,' nicole ourability com '),
(44344,'field:14',0,1,' 19144581490 '),
(44344,'field:15',0,1,''),
(44344,'field:16',0,1,' activities recreation administrative business office admissions marketing dietary food service hr staffing maintenance housekeeping nursing recruitment social services volunteer opportunities '),
(44344,'field:17',0,1,' hi i hope youre doing well we admire your organizations commitment to workplace equality and wanted to introduce our ability a disability owned company that helps employers connect with outstanding disabled talent across all skill levels we partner with recruiters and hr teams to expand diverse talent pipelines and make inclusion a real people driven practice at a time when some companies are removing their dei initiatives and stepping away from working with our community were actively searching for those that still see the value in what we bring to the table could you please let me know who handles partnerships or talent initiatives in this area i didnt see it on the website wed appreciate your help connecting with the right person have a pleasant day kindly nicole '),
(44344,'field:20',0,1,' https mycompletecare com careers '),
(44344,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44344,'field:29',0,1,' complete care at wall '),
(44344,'title',0,1,' 2026 03 17 08 25 54 '),
(44350,'field:10',0,1,' hi there we provide expert virtual assistant services to handle a variety of tasks including lead generation cold calling appointment setting social media management content creation bookkeeping administrative and customer support id love to show you how it works how we can help enhance your client acquisitions '),
(44350,'field:18',0,1,' https ccfairlawnedge com contact '),
(44350,'field:19',0,1,' info ccfairlawnedge com '),
(44350,'field:28',0,1,' complete care at fair lawn edge '),
(44350,'field:6',0,1,' kathleen farmer '),
(44350,'field:7',0,1,' kathleen vas4hire com '),
(44350,'field:8',0,1,' vas 4 hire '),
(44350,'field:9',0,1,' general inquiry '),
(44350,'title',0,1,' 2026 03 17 08 42 35 '),
(44364,'field:10',0,1,' good morning chaim i have left a message with your receptionist over two weeks ago asking you to call me i have stopped by on several occasions in person and you are never available i have seen roger but he is never available as well i would like to schedule a meeting to discuss resident care and family support in light of the recent key employees that have resigned from complete care their resignations have left a severe gap in resident care and family support i would appreciate getting 30 minutes of uninterrupted time as soon as your schedule allows i can be reached at 732 778 2604 in february you and roger don met with jennifer ltco regarding my brother angelo she assured me that both you and rodger were going to work on better lines of communication scheduling a meeting would be a good way to start thank you rita vaccaro '),
(44364,'field:18',0,1,' https ccmonmouth com contact '),
(44364,'field:19',0,1,' info ccmonmouth com '),
(44364,'field:28',0,1,' complete care at monmouth '),
(44364,'field:6',0,1,' rita vaccaro '),
(44364,'field:7',0,1,' rtvaccaro20 yahoo com '),
(44364,'field:8',0,1,''),
(44364,'field:9',0,1,' resident family support '),
(44364,'title',0,1,' 2026 03 17 09 33 58 '),
(44368,'field:10',0,1,' ms gloria rodriguez needs snf and a locked facility she is currently on our alf and cannot afford alf private pay has a guardian that will be applying for ltc medicaid eff 4 1 26 please advise if you have a ltc bed open for this resident wanting to know availability 301 937 3939 '),
(44368,'field:18',0,1,' https mycompletecare com contact '),
(44368,'field:19',0,1,' hlabatch completecaremgmt com '),
(44368,'field:28',0,1,' complete care at springbrook '),
(44368,'field:6',0,1,' kelly jones '),
(44368,'field:7',0,1,' kjones sterlingcarehealth com '),
(44368,'field:8',0,1,' sterling care hillhaven '),
(44368,'field:9',0,1,' other '),
(44368,'title',0,1,' 2026 03 17 09 59 45 '),
(44373,'field:10',0,1,' i was wondering what time visit times end at the nursing home bc my moms there and i wanna plan a visit accordingly '),
(44373,'field:18',0,1,' https ccfoxhill com contact '),
(44373,'field:19',0,1,' info ccfoxhill com '),
(44373,'field:28',0,1,' complete care at fox hill '),
(44373,'field:6',0,1,' aubrey woods '),
(44373,'field:7',0,1,' woodsaubrey376 gmail com '),
(44373,'field:8',0,1,' na '),
(44373,'field:9',0,1,' general inquiry '),
(44373,'title',0,1,' 2026 03 17 10 31 11 '),
(44376,'field:12',0,1,' antonio romero rivera '),
(44376,'field:13',0,1,' antonior19677 gmail com '),
(44376,'field:14',0,1,' 9739319991 '),
(44376,'field:15',0,1,' files resumes antonio resume pdf '),
(44376,'field:16',0,1,' maintenance housekeeping '),
(44376,'field:17',0,1,' antonio romero rivera '),
(44376,'field:20',0,1,' https mycompletecare com careers '),
(44376,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44376,'field:29',0,1,' chestnut hill residences by complete care '),
(44376,'title',0,1,' 2026 03 17 10 50 41 '),
(44377,'alt',0,1,''),
(44377,'extension',0,1,' pdf '),
(44377,'filename',0,1,' antonio resume pdf '),
(44377,'kind',0,1,' pdf '),
(44377,'slug',0,1,''),
(44377,'title',0,1,' antonio resume '),
(44379,'field:12',0,1,' marlouise takwi atah '),
(44379,'field:13',0,1,' marlouiseatah gmail com '),
(44379,'field:14',0,1,' 12404135835 '),
(44379,'field:15',0,1,' files resumes resume neutral pdf '),
(44379,'field:16',0,1,' nursing '),
(44379,'field:17',0,1,' thanks for the opportunity applying for an lpn position '),
(44379,'field:20',0,1,' https ccspringbrook com careers '),
(44379,'field:21',0,1,' careers ccspringbrook com '),
(44379,'field:29',0,1,' complete care at springbrook '),
(44379,'title',0,1,' 2026 03 17 11 12 04 '),
(44380,'alt',0,1,''),
(44380,'extension',0,1,' pdf '),
(44380,'filename',0,1,' resume neutral pdf '),
(44380,'kind',0,1,' pdf '),
(44380,'slug',0,1,''),
(44380,'title',0,1,' resume neutral '),
(44381,'field:12',0,1,' kadian brown '),
(44381,'field:13',0,1,' kadianbrown551 gmail com '),
(44381,'field:14',0,1,' 8629448332 '),
(44381,'field:15',0,1,' files resumes kadian brown resume pdf '),
(44381,'field:16',0,1,' activities recreation dietary food service '),
(44381,'field:17',0,1,' n a '),
(44381,'field:20',0,1,' https mycompletecare com careers '),
(44381,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44381,'field:29',0,1,' complete care at phillipsburg '),
(44381,'title',0,1,' 2026 03 17 11 41 13 '),
(44382,'alt',0,1,''),
(44382,'extension',0,1,' pdf '),
(44382,'filename',0,1,' kadian brown resume pdf '),
(44382,'kind',0,1,' pdf '),
(44382,'slug',0,1,''),
(44382,'title',0,1,' kadian brown resume '),
(44383,'field:10',0,1,' hi my name is charlotte au i am a junior at dwight englewood school i have a passion for nail art i find it therapeutic and helps with my creativity as a full time student i would like to see if there is opportunity at complete care where i can volunteer my services to your residents starting with once a week visits for those who sign up thank you for your time charlotte i can be reached at 516 395 0171 you may also reach me through my mom wendy at 917 519 8018 '),
(44383,'field:18',0,1,' https mycompletecare com contact '),
(44383,'field:19',0,1,' hlabatch completecaremgmt com '),
(44383,'field:28',0,1,' complete care at inglemoor '),
(44383,'field:6',0,1,' charlotte au '),
(44383,'field:7',0,1,' charlotteau15 gmail com '),
(44383,'field:8',0,1,''),
(44383,'field:9',0,1,' volunteer opportunities '),
(44383,'title',0,1,' 2026 03 17 11 50 06 '),
(44384,'field:10',0,1,' good morning my name is veronica ventura and i am reaching out in regard to a skilled nursing application for male requiring long term care thank you '),
(44384,'field:18',0,1,' https mycompletecare com contact '),
(44384,'field:19',0,1,' hlabatch completecaremgmt com '),
(44384,'field:28',0,1,''),
(44384,'field:6',0,1,' veronica ventura '),
(44384,'field:7',0,1,' veronica ventura va gov '),
(44384,'field:8',0,1,' va hospital '),
(44384,'field:9',0,1,' general inquiry '),
(44384,'title',0,1,' 2026 03 17 11 52 46 '),
(44389,'field:12',0,1,' kaniah murray '),
(44389,'field:13',0,1,' kaniahmurray22 gmail com '),
(44389,'field:14',0,1,' 3026176510 '),
(44389,'field:15',0,1,''),
(44389,'field:16',0,1,' activities recreation nursing '),
(44389,'field:17',0,1,' hello my name is kaniah i am currently looking for a job '),
(44389,'field:20',0,1,' https completecarehillside com careers '),
(44389,'field:21',0,1,' careers completecarehillside com '),
(44389,'field:29',0,1,' complete care at hillside '),
(44389,'title',0,1,' 2026 03 17 12 28 17 '),
(44390,'field:10',0,1,' can holly email me about care for my husband with dementia how long is waiting list for both semi private and private i wrote yesterday please email back '),
(44390,'field:18',0,1,' https completecareoakridge com contact '),
(44390,'field:19',0,1,' info completecareoakridge com '),
(44390,'field:28',0,1,' complete care at oak ridge '),
(44390,'field:6',0,1,' beverly givens '),
(44390,'field:7',0,1,' beverlygivens4 gmail com '),
(44390,'field:8',0,1,''),
(44390,'field:9',0,1,' general inquiry '),
(44390,'title',0,1,' 2026 03 17 12 29 12 '),
(44392,'field:12',0,1,' sarah neal '),
(44392,'field:13',0,1,' sdezart yahoo com '),
(44392,'field:14',0,1,' 6812092032 '),
(44392,'field:15',0,1,' files resumes img 0761 png files resumes img 0760 png '),
(44392,'field:16',0,1,' nursing '),
(44392,'field:17',0,1,' lpn posistion '),
(44392,'field:20',0,1,' https ccsummitridge com careers '),
(44392,'field:21',0,1,' careers ccsummitridge com '),
(44392,'field:29',0,1,' complete care at summit ridge '),
(44392,'title',0,1,' 2026 03 17 12 31 32 '),
(44393,'alt',0,1,''),
(44393,'extension',0,1,' png '),
(44393,'filename',0,1,' img 0761 png '),
(44393,'kind',0,1,' image '),
(44393,'slug',0,1,''),
(44393,'title',0,1,' img 0761 '),
(44394,'alt',0,1,''),
(44394,'extension',0,1,' png '),
(44394,'filename',0,1,' img 0760 png '),
(44394,'kind',0,1,' image '),
(44394,'slug',0,1,''),
(44394,'title',0,1,' img 0760 '),
(44403,'field:12',0,1,' saterian madison '),
(44403,'field:13',0,1,' saterian madison icloud com '),
(44403,'field:14',0,1,' 4436984312 '),
(44403,'field:15',0,1,' files resumes saterian madison pdf '),
(44403,'field:16',0,1,' dietary food service '),
(44403,'field:17',0,1,' this is saterian madison i am interested in applying for the dietary position '),
(44403,'field:20',0,1,' https ccmultimed com careers '),
(44403,'field:21',0,1,' careers ccmultimed com '),
(44403,'field:29',0,1,' complete care at multi medical center '),
(44403,'title',0,1,' 2026 03 17 13 33 36 '),
(44404,'alt',0,1,''),
(44404,'extension',0,1,' pdf '),
(44404,'filename',0,1,' saterian madison pdf '),
(44404,'kind',0,1,' pdf '),
(44404,'slug',0,1,''),
(44404,'title',0,1,' saterian madison '),
(44428,'field:12',0,1,' jade pean '),
(44428,'field:13',0,1,' jadepean423 gmail com '),
(44428,'field:14',0,1,' 4842397225 '),
(44428,'field:15',0,1,''),
(44428,'field:16',0,1,' admissions marketing dietary food service '),
(44428,'field:17',0,1,' dear hiring manager i am writing to express my interest in the dietary aide position at your nursing home i am a dependable and compassionate individual with a strong customer service experience and genuine desire to help others in a supportive and respectful environment through my previous roles in retail and team based settings i have developed strong communication skills patience and the ability to work efficiently in fast paced environments i am especially interested in working in a nursing home because i value providing care and support to individuals who rely on others for their daily needs thank you for your time and considerations i would welcome the opportunity to contribute to your team and support the well being of your residents '),
(44428,'field:20',0,1,' https ccharstonhall com careers '),
(44428,'field:21',0,1,' careers ccharstonhall com '),
(44428,'field:29',0,1,' complete care at harston hall '),
(44428,'title',0,1,' 2026 03 17 14 05 46 '),
(44457,'field:1',0,1,' tessa wertjes '),
(44457,'field:2',0,1,' tessa wertjes goodwillgreatermc org '),
(44457,'field:22',0,1,' https mycompletecare com volunteer '),
(44457,'field:23',0,1,' volunteer completecaremgmt com '),
(44457,'field:3',0,1,' 414 553 1239 '),
(44457,'field:4',0,1,' complete care at hales corners '),
(44457,'field:5',0,1,' my name is tessa wertjes and i am an employment specialist with goodwill industries i support individuals who face barriers to employment by helping them build skills gain experience and succeed in long term job placements i am currently working with a consumer who has recently expressed interest in your housekeeping aide position based on my work with them i believe they would be an excellent fit for this role and would bring strong consistency and reliability to your team attached i have included information about a program that i find highly beneficial not only for our consumers but also for employers i hope you find it useful and i would be happy to discuss it further or answer any questions you may have goodwill industries provides employment services to individuals with barriers to employment by helping them gain valuable work experience develop job skills and prepare for long term success in the workforce through our partnership with the division of vocational rehabilitation dvr we support clients in completing time limited paid internship experiences at community based host sites dvr covers all wages and insurance costs through an employer of record and ongoing support is provided throughout the experience to ensure a positive outcome for both the intern and the host site internships typically last between 10 and 45 days and dvr provides all payroll and liability coverage during that time if your team is interested in moving forward or would like to learn more i would be happy to answer any questions you may have and coordinate next steps with dvr ive also included a link below with additional information about the program for your reference https dwd wisconsin gov dvr service providers itw eor itw info for businesses htm thank you again for your time and consideration i look forward to hearing from you '),
(44457,'title',0,1,' 2026 03 17 14 52 54 '),
(44460,'field:12',0,1,' jade pean '),
(44460,'field:13',0,1,' jade423 gmail com '),
(44460,'field:14',0,1,' 4842392225 '),
(44460,'field:15',0,1,' files resumes camscanner 3 17 26 14 44 pdf '),
(44460,'field:16',0,1,' admissions marketing dietary food service '),
(44460,'field:17',0,1,' dear hiring manager i am writing to express my interest in the dietary aide position at your nursing home i am a dependable and compassionate individual with strong customer service experience and a genuine desire to help others in a supportive and respectful environment through my previous roles in retail and team based settings i have developed strong communication skills patience and the ability to work efficiently in fast paced environments i am especially interested in working in a nursing home because i value providing care and support to individuals who rely on others for their daily needs thank you for your time and consideration i would welcome the opportunity to contribute to your team and support the well being of your residents sincerely jade pean '),
(44460,'field:20',0,1,' https ccharstonhall com careers '),
(44460,'field:21',0,1,' careers ccharstonhall com '),
(44460,'field:29',0,1,' complete care at harston hall '),
(44460,'title',0,1,' 2026 03 17 14 56 02 '),
(44461,'alt',0,1,''),
(44461,'extension',0,1,' pdf '),
(44461,'filename',0,1,' camscanner 3 17 26 14 44 pdf '),
(44461,'kind',0,1,' pdf '),
(44461,'slug',0,1,''),
(44461,'title',0,1,' cam scanner 3 17 26 14 44 '),
(44465,'slug',0,1,''),
(44465,'subject',0,1,' contact form submission from abby holt '),
(44465,'to',0,1,' hlabatch completecaremgmt com '),
(44466,'slug',0,1,''),
(44466,'subject',0,1,' careers form submission from kayla james '),
(44466,'to',0,1,' careers ccridgewood com '),
(44467,'slug',0,1,''),
(44467,'subject',0,1,' contact form submission from kathleen farmer '),
(44467,'to',0,1,' info ccgrandeprairie com '),
(44468,'slug',0,1,''),
(44468,'subject',0,1,' careers form submission from musap gunaydin '),
(44468,'to',0,1,' careers ccsummitridge com '),
(44469,'slug',0,1,''),
(44469,'subject',0,1,' careers form submission from derrick '),
(44469,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44470,'slug',0,1,''),
(44470,'subject',0,1,' careers form submission from nikerah salaam '),
(44470,'to',0,1,' careers ccglendalewest com '),
(44471,'slug',0,1,''),
(44471,'subject',0,1,' careers form submission from nicole brownstein '),
(44471,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44472,'slug',0,1,''),
(44472,'subject',0,1,' contact form submission from kathleen farmer '),
(44472,'to',0,1,' info ccfairlawnedge com '),
(44473,'slug',0,1,''),
(44473,'subject',0,1,' contact form submission from rita vaccaro '),
(44473,'to',0,1,' info ccmonmouth com '),
(44474,'slug',0,1,''),
(44474,'subject',0,1,' contact form submission from kelly jones '),
(44474,'to',0,1,' hlabatch completecaremgmt com '),
(44475,'slug',0,1,''),
(44475,'subject',0,1,' contact form submission from aubrey woods '),
(44475,'to',0,1,' info ccfoxhill com '),
(44476,'slug',0,1,''),
(44476,'subject',0,1,' careers form submission from antonio romero rivera '),
(44476,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44478,'slug',0,1,''),
(44478,'subject',0,1,' careers form submission from marlouise takwi atah '),
(44478,'to',0,1,' careers ccspringbrook com '),
(44479,'slug',0,1,''),
(44479,'subject',0,1,' careers form submission from kadian brown '),
(44479,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44480,'slug',0,1,''),
(44480,'subject',0,1,' contact form submission from charlotte au '),
(44480,'to',0,1,' hlabatch completecaremgmt com '),
(44481,'slug',0,1,''),
(44481,'subject',0,1,' contact form submission from veronica ventura '),
(44481,'to',0,1,' hlabatch completecaremgmt com '),
(44482,'slug',0,1,''),
(44482,'subject',0,1,' careers form submission from kaniah murray '),
(44482,'to',0,1,' careers completecarehillside com '),
(44484,'slug',0,1,''),
(44484,'subject',0,1,' contact form submission from beverly givens '),
(44484,'to',0,1,' info completecareoakridge com '),
(44485,'slug',0,1,''),
(44485,'subject',0,1,' careers form submission from sarah neal '),
(44485,'to',0,1,' careers ccsummitridge com '),
(44486,'slug',0,1,''),
(44486,'subject',0,1,' careers form submission from saterian madison '),
(44486,'to',0,1,' careers ccmultimed com '),
(44487,'slug',0,1,''),
(44487,'subject',0,1,' careers form submission from jade pean '),
(44487,'to',0,1,' careers ccharstonhall com '),
(44488,'slug',0,1,''),
(44488,'subject',0,1,' volunteer form submission from tessa wertjes '),
(44488,'to',0,1,' volunteer completecaremgmt com '),
(44489,'slug',0,1,''),
(44489,'subject',0,1,' careers form submission from jade pean '),
(44489,'to',0,1,' careers ccharstonhall com '),
(44532,'field:12',0,1,' emyia gadson marsh '),
(44532,'field:13',0,1,' marshemyia123 gmail com '),
(44532,'field:14',0,1,' 7326044201 '),
(44532,'field:15',0,1,' files resumes img 6287 jpeg '),
(44532,'field:16',0,1,' activities recreation '),
(44532,'field:17',0,1,''),
(44532,'field:20',0,1,' https mycompletecare com careers '),
(44532,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44532,'field:29',0,1,' complete care at brick '),
(44532,'title',0,1,' 2026 03 17 15 57 32 '),
(44533,'alt',0,1,''),
(44533,'extension',0,1,' jpeg '),
(44533,'filename',0,1,' img 6287 jpeg '),
(44533,'kind',0,1,' image '),
(44533,'slug',0,1,''),
(44533,'title',0,1,' img 6287 '),
(44536,'field:10',0,1,' trying to bring mom to a closer skilled nursing home finances are a big concern her current location is not feasible for her to stay at 14 500 a month '),
(44536,'field:18',0,1,' https mycompletecare com contact '),
(44536,'field:19',0,1,' hlabatch completecaremgmt com '),
(44536,'field:28',0,1,' complete care at burlington woods '),
(44536,'field:6',0,1,' sharon dadura '),
(44536,'field:7',0,1,' ms1putt comcast net '),
(44536,'field:8',0,1,''),
(44536,'field:9',0,1,' general inquiry '),
(44536,'title',0,1,' 2026 03 17 16 02 42 '),
(44549,'field:12',0,1,' allie espinal '),
(44549,'field:13',0,1,' allienotallie icloud com '),
(44549,'field:14',0,1,' 9293207640 '),
(44549,'field:15',0,1,' files resumes hospital resume pdf '),
(44549,'field:16',0,1,' dietary food service maintenance housekeeping '),
(44549,'field:17',0,1,' if you have any open positions for any youth people please let me know im 16 but i am willing to work after school till night whenever days of the week you need '),
(44549,'field:20',0,1,' https ccharborage com careers '),
(44549,'field:21',0,1,' careers ccharborage com '),
(44549,'field:29',0,1,' complete care at harborage '),
(44549,'title',0,1,' 2026 03 17 16 26 21 '),
(44550,'alt',0,1,''),
(44550,'extension',0,1,' pdf '),
(44550,'filename',0,1,' hospital resume pdf '),
(44550,'kind',0,1,' pdf '),
(44550,'slug',0,1,''),
(44550,'title',0,1,' hospital resume '),
(44555,'field:10',0,1,' hello my name is kristine with hireright we are inquiring on your verification of employment process please provide email fax or phone number do you need a signed authorization from the applicant thank you for your assistance request number ha 031726 5c6h2 em 002 '),
(44555,'field:18',0,1,' https mycompletecare com contact '),
(44555,'field:19',0,1,' hlabatch completecaremgmt com '),
(44555,'field:28',0,1,''),
(44555,'field:6',0,1,' kristine sheehan '),
(44555,'field:7',0,1,' kristine sheehan hireright com '),
(44555,'field:8',0,1,' hireright '),
(44555,'field:9',0,1,' other '),
(44555,'title',0,1,' 2026 03 17 17 19 30 '),
(44557,'field:12',0,1,' monica camargo '),
(44557,'field:13',0,1,' momarca07 gmail com '),
(44557,'field:14',0,1,' 9083954233 '),
(44557,'field:15',0,1,' files resumes resume 2 2026 03 17 223355 elim pdf '),
(44557,'field:16',0,1,' dietary food service maintenance housekeeping '),
(44557,'field:17',0,1,' toms river this is my location '),
(44557,'field:20',0,1,' https mycompletecare com careers '),
(44557,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44557,'field:29',0,1,' complete care at annapolis '),
(44557,'title',0,1,' 2026 03 17 18 33 55 '),
(44558,'alt',0,1,''),
(44558,'extension',0,1,' pdf '),
(44558,'filename',0,1,' resume 2 2026 03 17 223355 elim pdf '),
(44558,'kind',0,1,' pdf '),
(44558,'slug',0,1,''),
(44558,'title',0,1,' resume 2 '),
(44559,'field:10',0,1,' admission and financial '),
(44559,'field:18',0,1,' https mycompletecare com contact '),
(44559,'field:19',0,1,' hlabatch completecaremgmt com '),
(44559,'field:28',0,1,' complete care at west caldwell '),
(44559,'field:6',0,1,' richard '),
(44559,'field:7',0,1,' rmesser77 yahoo com '),
(44559,'field:8',0,1,' township of livingston '),
(44559,'field:9',0,1,' general inquiry '),
(44559,'title',0,1,' 2026 03 17 19 08 54 '),
(44563,'field:10',0,1,' i need an itemization of my stay at your facility to submit to aflac i was there 09 05 25 to 10 17 25 could you email it to me at angelinn ptd net if not please contact my son dan who is my poa at 610 844 1577 to let him know how to get it '),
(44563,'field:18',0,1,' https mycompletecare com contact '),
(44563,'field:19',0,1,' hlabatch completecaremgmt com '),
(44563,'field:28',0,1,' complete care at lehigh '),
(44563,'field:6',0,1,' janet e smith '),
(44563,'field:7',0,1,' angelinn ptd net '),
(44563,'field:8',0,1,''),
(44563,'field:9',0,1,' other '),
(44563,'title',0,1,' 2026 03 17 20 50 26 '),
(44564,'field:10',0,1,' i am looking for information about potential admission for a family member who is currently admitted at bay health and will need pt he has stage 4 lung cancer and copd he has medicare and medicaid insurance inquiring about next steps '),
(44564,'field:18',0,1,' https ccsilverlake com contact '),
(44564,'field:19',0,1,' info ccsilverlake com '),
(44564,'field:28',0,1,' complete care at silver lake '),
(44564,'field:6',0,1,' deborah klein '),
(44564,'field:7',0,1,' poolqueen69 yahoo com '),
(44564,'field:8',0,1,''),
(44564,'field:9',0,1,' general inquiry '),
(44564,'title',0,1,' 2026 03 17 21 45 32 '),
(44565,'field:10',0,1,' hi there it is wonderful to connect with the team at complete care my name is lilly sagherian and i am currently interested in the social worker lsw position available at this location i am incredibly passionate about working with older adults and after further research into complete care i believe that our shared values of compassion service and excellence can help further promote comprehensive care and support for your residents i am graduating with my bachelors degree in social work from the university of nevada reno in may of 2026 and plan to move into the verona area in late may seeing that i would have to receive my wisconsin state licensure lsw csw after this move i was curious to know if the position would still be available by the time i receive my certification please let me know if this is a possibility as i look forward to uplifting and empowering individuals in my professional practice and would be honored to have the opportunity to start my journey as a social worker at complete care with gratitude lilly sagherian '),
(44565,'field:18',0,1,' https ccmaplegrove com contact '),
(44565,'field:19',0,1,' info ccmaplegrove com '),
(44565,'field:28',0,1,' complete care at maple grove '),
(44565,'field:6',0,1,' lilly sagherian '),
(44565,'field:7',0,1,' lillyyrose7 gmail com '),
(44565,'field:8',0,1,''),
(44565,'field:9',0,1,' careers '),
(44565,'title',0,1,' 2026 03 17 21 46 30 '),
(44712,'field:10',0,1,' hi i was recently visiting clients in windsor and came across your business so i wanted to reach out we help local companies keep their facilities clean with reliable service and detailed inspections would you be open to a no obligation cleaning quote have a great day wilma tyer business development rep purevibe janitorial wtyer purevibejanitorial com respond with stop to optout '),
(44712,'field:18',0,1,' https mycompletecare com contact '),
(44712,'field:19',0,1,' hlabatch completecaremgmt com '),
(44712,'field:28',0,1,' complete care at arbors '),
(44712,'field:6',0,1,' wilma tyer '),
(44712,'field:7',0,1,' wtyer purevibejanitorial com '),
(44712,'field:8',0,1,' purevibe janitorial '),
(44712,'field:9',0,1,' general inquiry '),
(44712,'title',0,1,' 2026 03 18 04 31 08 '),
(44752,'field:10',0,1,' looking into infomation about the respite program '),
(44752,'field:18',0,1,' https ccmercerville com contact '),
(44752,'field:19',0,1,' info ccmercerville com '),
(44752,'field:28',0,1,' complete care at mercerville '),
(44752,'field:6',0,1,' jakara siler hillery '),
(44752,'field:7',0,1,' jkrsiler yahoo com '),
(44752,'field:8',0,1,''),
(44752,'field:9',0,1,' other '),
(44752,'title',0,1,' 2026 03 18 07 40 04 '),
(44772,'field:12',0,1,' thomas charles krzywanski '),
(44772,'field:13',0,1,' thomaskrzywanski yahoo com '),
(44772,'field:14',0,1,' 16105640288 '),
(44772,'field:15',0,1,' files resumes certificate 22017268 pdf '),
(44772,'field:16',0,1,' dietary food service '),
(44772,'field:17',0,1,' i am a chef of 20 years looking for career opportunities '),
(44772,'field:20',0,1,' http completecareberkshire com careers '),
(44772,'field:21',0,1,' careers completecareberkshire com '),
(44772,'field:29',0,1,' complete care at berkshire '),
(44772,'title',0,1,' 2026 03 18 09 35 44 '),
(44773,'alt',0,1,''),
(44773,'extension',0,1,' pdf '),
(44773,'filename',0,1,' certificate 22017268 pdf '),
(44773,'kind',0,1,' pdf '),
(44773,'slug',0,1,''),
(44773,'title',0,1,' certificate 22017268 '),
(44798,'field:12',0,1,' james keller '),
(44798,'field:13',0,1,' jameskeller410 gmail com '),
(44798,'field:14',0,1,' 4105079997 '),
(44798,'field:15',0,1,' files resumes img 9932 heic files resumes img 9934 heic files resumes img 9933 heic '),
(44798,'field:16',0,1,' maintenance housekeeping '),
(44798,'field:17',0,1,' just looking around for a different jobs '),
(44798,'field:20',0,1,' https mycompletecare com careers '),
(44798,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44798,'field:29',0,1,' complete care at annapolis '),
(44798,'title',0,1,' 2026 03 18 10 09 45 '),
(44799,'alt',0,1,''),
(44799,'extension',0,1,' heic '),
(44799,'filename',0,1,' img 9932 heic '),
(44799,'kind',0,1,' image '),
(44799,'slug',0,1,''),
(44799,'title',0,1,' img 9932 '),
(44800,'alt',0,1,''),
(44800,'extension',0,1,' heic '),
(44800,'filename',0,1,' img 9934 heic '),
(44800,'kind',0,1,' image '),
(44800,'slug',0,1,''),
(44800,'title',0,1,' img 9934 '),
(44801,'alt',0,1,''),
(44801,'extension',0,1,' heic '),
(44801,'filename',0,1,' img 9933 heic '),
(44801,'kind',0,1,' image '),
(44801,'slug',0,1,''),
(44801,'title',0,1,' img 9933 '),
(44804,'field:10',0,1,' i have a loved one who has been through since august 2025 more than most people do in their entire life the facility he is residing had been beneficial for a time we do intend his goal to be different than current plan of care he is receiving he is being treated as a statistic as well as certain groups of staff making decisions which are his right to make the facility was okay for a time i think as his primary caregiver and cancer caddy he deserves to have people encourage rather than discourage his goals regards have a great day margaret van de kamp 920 458 1086 '),
(44804,'field:18',0,1,' https ccmanitowoc com contact '),
(44804,'field:19',0,1,' info ccmanitowoc com '),
(44804,'field:28',0,1,' complete care at manitowoc '),
(44804,'field:6',0,1,' margaret van de kamp '),
(44804,'field:7',0,1,' vandekampm lakeland edu '),
(44804,'field:8',0,1,' potential rehab and transfer from sheboygan progressive facility '),
(44804,'field:9',0,1,' other '),
(44804,'title',0,1,' 2026 03 18 10 16 38 '),
(44840,'field:12',0,1,' johanne destine '),
(44840,'field:13',0,1,' djeyny2009 gmail com '),
(44840,'field:14',0,1,' 5168308495 '),
(44840,'field:15',0,1,''),
(44840,'field:16',0,1,' nursing '),
(44840,'field:17',0,1,' good morning my name is johanne destine '),
(44840,'field:20',0,1,' https completecareclark com careers '),
(44840,'field:21',0,1,' careers completecareclark com '),
(44840,'field:29',0,1,' complete care at clark '),
(44840,'title',0,1,' 2026 03 18 12 27 05 '),
(44846,'alt',0,1,''),
(44846,'extension',0,1,' jpg '),
(44846,'filename',0,1,' img 20250714 wa0001 2026 03 18 170124 vjjj jpg '),
(44846,'kind',0,1,' image '),
(44846,'slug',0,1,''),
(44846,'title',0,1,' img 20250714 wa0001 '),
(44853,'field:10',0,1,' just wanted to be on your radar and share what we do were east coast egg farmers and were an egg supplier serving your area a lot of our current accounts came to us after dealing with late deliveries or pricing surprises from bigger distributors would love to share our pricing sheet if thats okay with you in case you need us as backup one day '),
(44853,'field:18',0,1,' https mycompletecare com contact '),
(44853,'field:19',0,1,' hlabatch completecaremgmt com '),
(44853,'field:28',0,1,' complete care at harborage '),
(44853,'field:6',0,1,' marvin fuentes '),
(44853,'field:7',0,1,' marvin eastcoasteggfarmers com '),
(44853,'field:8',0,1,' east coast egg farmers '),
(44853,'field:9',0,1,' other '),
(44853,'title',0,1,' 2026 03 18 14 07 20 '),
(44857,'field:12',0,1,' stefano moscoso '),
(44857,'field:13',0,1,' stefanomoscoso hotmail com '),
(44857,'field:14',0,1,' 7327795252 '),
(44857,'field:15',0,1,' files resumes stefano resumen 2025 pdf '),
(44857,'field:16',0,1,' activities recreation administrative business office '),
(44857,'field:17',0,1,' stefano moscoso resumen '),
(44857,'field:20',0,1,' https mycompletecare com careers '),
(44857,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44857,'field:29',0,1,' complete care at brick '),
(44857,'title',0,1,' 2026 03 18 14 56 14 '),
(44858,'alt',0,1,''),
(44858,'extension',0,1,' pdf '),
(44858,'filename',0,1,' stefano resumen 2025 pdf '),
(44858,'kind',0,1,' pdf '),
(44858,'slug',0,1,''),
(44858,'title',0,1,' stefano resumen 2025 '),
(44864,'field:12',0,1,' ashley d collins '),
(44864,'field:13',0,1,' blackivy150 gmail com '),
(44864,'field:14',0,1,' 15706270797 '),
(44864,'field:15',0,1,''),
(44864,'field:16',0,1,' nursing '),
(44864,'field:17',0,1,' cna '),
(44864,'field:20',0,1,' https mycompletecare com careers '),
(44864,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44864,'field:29',0,1,' complete care at berkshire '),
(44864,'title',0,1,' 2026 03 18 15 49 26 '),
(44866,'field:12',0,1,' ashley d collins '),
(44866,'field:13',0,1,' blackivy150 gmail com '),
(44866,'field:14',0,1,' 15706270797 '),
(44866,'field:15',0,1,' files resumes messenger creation ca975364 9cfd 4afd 99f5 76e19f9c3056 2026 03 18 195259 ofid jpeg '),
(44866,'field:16',0,1,' nursing '),
(44866,'field:17',0,1,' ashley collins certified nurse aide 5706270797 '),
(44866,'field:20',0,1,' https mycompletecare com careers '),
(44866,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44866,'field:29',0,1,' complete care at berkshire '),
(44866,'title',0,1,' 2026 03 18 15 52 59 '),
(44867,'alt',0,1,''),
(44867,'extension',0,1,' jpeg '),
(44867,'filename',0,1,' messenger creation ca975364 9cfd 4afd 99f5 76e19f9c3056 2026 03 18 195259 ofid jpeg '),
(44867,'kind',0,1,' image '),
(44867,'slug',0,1,''),
(44867,'title',0,1,' messenger creation ca975364 9 cfd 4 afd 99 f5 76 e19 f9 c3056 '),
(44868,'field:12',0,1,' freda washington '),
(44868,'field:13',0,1,' wfreda486 gmail com '),
(44868,'field:14',0,1,' 414 348 3179 '),
(44868,'field:15',0,1,' files resumes indeedresume 2026 03 18 201249 rwnw pdf '),
(44868,'field:16',0,1,' dietary food service maintenance housekeeping '),
(44868,'field:17',0,1,' looking forward to working with your company '),
(44868,'field:20',0,1,' https ccsouthpointe com careers '),
(44868,'field:21',0,1,' careers ccsouthpointe com '),
(44868,'field:29',0,1,' complete care at southpointe '),
(44868,'title',0,1,' 2026 03 18 16 12 49 '),
(44869,'alt',0,1,''),
(44869,'extension',0,1,' pdf '),
(44869,'filename',0,1,' indeedresume 2026 03 18 201249 rwnw pdf '),
(44869,'kind',0,1,' pdf '),
(44869,'slug',0,1,''),
(44869,'title',0,1,' indeed resume '),
(44875,'field:12',0,1,' alexandria bacon '),
(44875,'field:13',0,1,' andriaheart61 gmail com '),
(44875,'field:14',0,1,' 2019822679 '),
(44875,'field:15',0,1,' files resumes resume final 2026 03 18 205959 qdwt pdf '),
(44875,'field:16',0,1,' dietary food service '),
(44875,'field:17',0,1,' my name is alexandria bacon i am interested in the dietary aide position at complete care at inglemoor i attend to fairleigh dickinson university as a second year biology major with a minor in speech this position is great for me because i want to see the smile on a patient face when i serve them food im aware that elderly people do not enjoy being in a closed facility where they cannot see their loved ones everyday so it is fair for them to get a good delicious healthy meal to keep them happy my goal is to help and make the elderly feel like they having something to live for and it is not to late to be comfortable in their skin my passion is to help with things that someone make lack in with helping themselves that is why i want to become a doctor to help and spread knowledge to those who are unaware from personal experience i know what it is like to need help understanding and excepting help from others that are older and wiser even though elderly people are wise and they have lived long before us younger people they cannot move like they may want so i would be more than proud to handle food for them it would be an honor to be a candidate for this position sincerely alexandria bacon '),
(44875,'field:20',0,1,' https mycompletecare com careers '),
(44875,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44875,'field:29',0,1,' complete care at inglemoor '),
(44875,'title',0,1,' 2026 03 18 16 59 59 '),
(44876,'alt',0,1,''),
(44876,'extension',0,1,' pdf '),
(44876,'filename',0,1,' resume final 2026 03 18 205959 qdwt pdf '),
(44876,'kind',0,1,' pdf '),
(44876,'slug',0,1,''),
(44876,'title',0,1,' resume final '),
(44880,'field:10',0,1,' i recently visited my sister in law i ask why does susan have a tray table that is missing a wheel thus is wobbly as well as why hasnt she received fresh water in two days her cup was marked 3 16 in addition there is a hole in the soffit stuffed which was reported in december by the way my visit of 1 5 hours i did not see an aide or nurse '),
(44880,'field:18',0,1,' https mycompletecare com contact '),
(44880,'field:19',0,1,' hlabatch completecaremgmt com '),
(44880,'field:28',0,1,' complete care at green acres '),
(44880,'field:6',0,1,' signe gray '),
(44880,'field:7',0,1,' sig1155 hotmail com '),
(44880,'field:8',0,1,''),
(44880,'field:9',0,1,' resident family support '),
(44880,'title',0,1,' 2026 03 18 17 37 43 '),
(44881,'field:10',0,1,' hello im a social worker at uw health odana clinic i have a patient seeking mental health treatment for severe depression however has chronic back pain has had for years and occasionally needs physical assistance in the shower due to the pain while addressing her mental health is primary we have found that inpatient facilities are not accepting her due to the physical hands on care she occasionally needs your facility is one that was recommended to reach out to as she has both chronic physical and mental health issues is this a facility that could potentially help her she has icare medicaid insurance and uncertain if you accept that thanks for any feedback direction you can provide '),
(44881,'field:18',0,1,' https ccmaplegrove com contact '),
(44881,'field:19',0,1,' info ccmaplegrove com '),
(44881,'field:28',0,1,' complete care at maple grove '),
(44881,'field:6',0,1,' kristin kalpinski '),
(44881,'field:7',0,1,' kkalpinski uwhealth org '),
(44881,'field:8',0,1,' uw health '),
(44881,'field:9',0,1,' other '),
(44881,'title',0,1,' 2026 03 18 18 01 39 '),
(44884,'field:12',0,1,' destiny loving '),
(44884,'field:13',0,1,' destinyloving514 gmail com '),
(44884,'field:14',0,1,' 6093220426 '),
(44884,'field:15',0,1,' files resumes resume 2025 2026 03 18 224414 pwbt pdf '),
(44884,'field:16',0,1,' activities recreation dietary food service '),
(44884,'field:17',0,1,' resume '),
(44884,'field:20',0,1,' https completecareclark com careers '),
(44884,'field:21',0,1,' careers completecareclark com '),
(44884,'field:29',0,1,' complete care at clark '),
(44884,'title',0,1,' 2026 03 18 18 44 14 '),
(44885,'alt',0,1,''),
(44885,'extension',0,1,' pdf '),
(44885,'filename',0,1,' resume 2025 2026 03 18 224414 pwbt pdf '),
(44885,'kind',0,1,' pdf '),
(44885,'slug',0,1,''),
(44885,'title',0,1,' resume 2025 '),
(44887,'field:12',0,1,' aleece lair '),
(44887,'field:13',0,1,' aleece32 gmail com '),
(44887,'field:14',0,1,' 4142427574 '),
(44887,'field:15',0,1,''),
(44887,'field:16',0,1,' dietary food service maintenance housekeeping '),
(44887,'field:17',0,1,' im interested in housekeeping or dietary position i have experience in both of the areas i am cbrf certified '),
(44887,'field:20',0,1,' https ccsouthpointe com careers '),
(44887,'field:21',0,1,' careers ccsouthpointe com '),
(44887,'field:29',0,1,' complete care at southpointe '),
(44887,'title',0,1,' 2026 03 18 18 52 15 '),
(44891,'field:10',0,1,' hello i was wondering if you have a piano at your facility if so i would love to volunteer to play piano for your residents please let me know if this would be a good opportunity best way to contact me is by email jclorber yahoo com thank you so much '),
(44891,'field:18',0,1,' https cchalescorners com contact '),
(44891,'field:19',0,1,' info cchalescorners com goleary completecaremgmt com '),
(44891,'field:28',0,1,' complete care at hales corners '),
(44891,'field:6',0,1,' jill lorber '),
(44891,'field:7',0,1,' jclorber yahoo com '),
(44891,'field:8',0,1,''),
(44891,'field:9',0,1,' volunteer opportunities '),
(44891,'title',0,1,' 2026 03 18 19 20 34 '),
(44892,'field:1',0,1,' ana '),
(44892,'field:2',0,1,' anasanchez484 gmail com '),
(44892,'field:22',0,1,' https mycompletecare com volunteer '),
(44892,'field:23',0,1,' volunteer completecaremgmt com '),
(44892,'field:3',0,1,' 3216957721 '),
(44892,'field:4',0,1,' complete care at voorhees '),
(44892,'field:5',0,1,' my name is ana and i will like to help and volunteer in anyway i can i enjoy the elderly whether if is sharing a friendly chat or brushing someones hair this is what i do spread love so if you guys ever need someone feel free to call or email thank you '),
(44892,'title',0,1,' 2026 03 18 19 23 45 '),
(44893,'field:10',0,1,' looking for a place after a family member had a stroke and possible respite care for another family member '),
(44893,'field:18',0,1,' https ccglendalewest com contact '),
(44893,'field:19',0,1,' info ccglendalewest com '),
(44893,'field:28',0,1,' complete care at glendale west '),
(44893,'field:6',0,1,' jackie cox '),
(44893,'field:7',0,1,' jcox2940 gmail com '),
(44893,'field:8',0,1,''),
(44893,'field:9',0,1,' resident family support '),
(44893,'title',0,1,' 2026 03 18 19 24 08 '),
(44931,'slug',0,1,''),
(44931,'subject',0,1,' careers form submission from emyia gadson marsh '),
(44931,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44932,'slug',0,1,''),
(44932,'subject',0,1,' contact form submission from sharon dadura '),
(44932,'to',0,1,' hlabatch completecaremgmt com '),
(44933,'slug',0,1,''),
(44933,'subject',0,1,' careers form submission from allie espinal '),
(44933,'to',0,1,' careers ccharborage com '),
(44934,'slug',0,1,''),
(44934,'subject',0,1,' contact form submission from kristine sheehan '),
(44934,'to',0,1,' hlabatch completecaremgmt com '),
(44935,'slug',0,1,''),
(44935,'subject',0,1,' careers form submission from monica camargo '),
(44935,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44936,'slug',0,1,''),
(44936,'subject',0,1,' contact form submission from richard '),
(44936,'to',0,1,' hlabatch completecaremgmt com '),
(44937,'slug',0,1,''),
(44937,'subject',0,1,' contact form submission from janet e smith '),
(44937,'to',0,1,' hlabatch completecaremgmt com '),
(44938,'slug',0,1,''),
(44938,'subject',0,1,' contact form submission from deborah klein '),
(44938,'to',0,1,' info ccsilverlake com '),
(44939,'slug',0,1,''),
(44939,'subject',0,1,' contact form submission from lilly sagherian '),
(44939,'to',0,1,' info ccmaplegrove com '),
(44940,'slug',0,1,''),
(44940,'subject',0,1,' contact form submission from wilma tyer '),
(44940,'to',0,1,' hlabatch completecaremgmt com '),
(44941,'slug',0,1,''),
(44941,'subject',0,1,' contact form submission from jakara siler hillery '),
(44941,'to',0,1,' info ccmercerville com '),
(44942,'slug',0,1,''),
(44942,'subject',0,1,' careers form submission from thomas charles krzywanski '),
(44942,'to',0,1,' careers completecareberkshire com '),
(44943,'slug',0,1,''),
(44943,'subject',0,1,' careers form submission from james keller '),
(44943,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44944,'slug',0,1,''),
(44944,'subject',0,1,' contact form submission from margaret van de kamp '),
(44944,'to',0,1,' info ccmanitowoc com '),
(44945,'slug',0,1,''),
(44945,'subject',0,1,' careers form submission from johanne destine '),
(44945,'to',0,1,' careers completecareclark com '),
(44946,'slug',0,1,''),
(44946,'subject',0,1,' contact form submission from marvin fuentes '),
(44946,'to',0,1,' hlabatch completecaremgmt com '),
(44947,'slug',0,1,''),
(44947,'subject',0,1,' careers form submission from stefano moscoso '),
(44947,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44948,'slug',0,1,''),
(44948,'subject',0,1,' careers form submission from ashley d collins '),
(44948,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44949,'slug',0,1,''),
(44949,'subject',0,1,' careers form submission from ashley d collins '),
(44949,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44950,'slug',0,1,''),
(44950,'subject',0,1,' careers form submission from freda washington '),
(44950,'to',0,1,' careers ccsouthpointe com '),
(44951,'slug',0,1,''),
(44951,'subject',0,1,' careers form submission from alexandria bacon '),
(44951,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(44952,'slug',0,1,''),
(44952,'subject',0,1,' contact form submission from signe gray '),
(44952,'to',0,1,' hlabatch completecaremgmt com '),
(44953,'slug',0,1,''),
(44953,'subject',0,1,' contact form submission from kristin kalpinski '),
(44953,'to',0,1,' info ccmaplegrove com '),
(44954,'slug',0,1,''),
(44954,'subject',0,1,' careers form submission from destiny loving '),
(44954,'to',0,1,' careers completecareclark com '),
(44955,'slug',0,1,''),
(44955,'subject',0,1,' careers form submission from aleece lair '),
(44955,'to',0,1,' careers ccsouthpointe com '),
(44956,'slug',0,1,''),
(44956,'subject',0,1,' contact form submission from jill lorber '),
(44956,'to',0,1,' info cchalescorners com goleary completecaremgmt com '),
(44957,'slug',0,1,''),
(44957,'subject',0,1,' volunteer form submission from ana '),
(44957,'to',0,1,' volunteer completecaremgmt com '),
(44958,'slug',0,1,''),
(44958,'subject',0,1,' contact form submission from jackie cox '),
(44958,'to',0,1,' info ccglendalewest com '),
(45608,'field:12',0,1,' myriam '),
(45608,'field:13',0,1,' bmyri amm15 gmail com '),
(45608,'field:14',0,1,' 8624139476 '),
(45608,'field:15',0,1,' files resumes myriam b resume pdf '),
(45608,'field:16',0,1,' maintenance housekeeping nursing volunteer opportunities '),
(45608,'field:17',0,1,' available anytime would like a chance to introduce myself over an interview '),
(45608,'field:20',0,1,' https ccfairlawnedge com careers '),
(45608,'field:21',0,1,' careers ccfairlawnedge com '),
(45608,'field:29',0,1,' complete care at fair lawn edge '),
(45608,'title',0,1,' 2026 03 18 21 18 31 '),
(45609,'alt',0,1,''),
(45609,'extension',0,1,' pdf '),
(45609,'filename',0,1,' myriam b resume pdf '),
(45609,'kind',0,1,' pdf '),
(45609,'slug',0,1,''),
(45609,'title',0,1,' myriam b resume '),
(45617,'slug',0,1,''),
(45617,'subject',0,1,' careers form submission from myriam '),
(45617,'to',0,1,' careers ccfairlawnedge com '),
(47025,'field:12',0,1,' salaja '),
(47025,'field:13',0,1,' pricesalaja7 gmail com '),
(47025,'field:14',0,1,' 4148508991 '),
(47025,'field:15',0,1,' files resumes only resume pdf '),
(47025,'field:16',0,1,' dietary food service nursing '),
(47025,'field:17',0,1,' jobs '),
(47025,'field:20',0,1,' https ccglendalewest com careers '),
(47025,'field:21',0,1,' careers ccglendalewest com '),
(47025,'field:29',0,1,' complete care at glendale west '),
(47025,'title',0,1,' 2026 03 18 23 34 12 '),
(47026,'alt',0,1,''),
(47026,'extension',0,1,' pdf '),
(47026,'filename',0,1,' only resume pdf '),
(47026,'kind',0,1,' pdf '),
(47026,'slug',0,1,''),
(47026,'title',0,1,' only resume '),
(47054,'slug',0,1,''),
(47054,'subject',0,1,' careers form submission from salaja '),
(47054,'to',0,1,' careers ccglendalewest com '),
(47302,'field:12',0,1,' rozaya harris '),
(47302,'field:13',0,1,' rozayasunlight123 gmail com '),
(47302,'field:14',0,1,' 8483159436 '),
(47302,'field:15',0,1,' files resumes img 6587 pdf '),
(47302,'field:16',0,1,' dietary food service hr staffing '),
(47302,'field:17',0,1,' i have interest in this job opportunity as a dietary aide '),
(47302,'field:20',0,1,' https ccbeylea com careers '),
(47302,'field:21',0,1,' careers ccbeylea com '),
(47302,'field:29',0,1,' complete care at bey lea '),
(47302,'title',0,1,' 2026 03 19 06 17 36 '),
(47303,'alt',0,1,''),
(47303,'extension',0,1,' pdf '),
(47303,'filename',0,1,' img 6587 pdf '),
(47303,'kind',0,1,' pdf '),
(47303,'slug',0,1,''),
(47303,'title',0,1,' img 6587 '),
(47313,'field:12',0,1,' vervie brown '),
(47313,'field:13',0,1,' verviexbrown gmail com '),
(47313,'field:14',0,1,' 4143121438 '),
(47313,'field:15',0,1,' files resumes cna resume pdf '),
(47313,'field:16',0,1,' nursing '),
(47313,'field:17',0,1,' cna '),
(47313,'field:20',0,1,' https ccgermantown com careers '),
(47313,'field:21',0,1,' careers ccgermantown com '),
(47313,'field:29',0,1,' complete care at germantown '),
(47313,'title',0,1,' 2026 03 19 07 30 35 '),
(47314,'alt',0,1,''),
(47314,'extension',0,1,' pdf '),
(47314,'filename',0,1,' cna resume pdf '),
(47314,'kind',0,1,' pdf '),
(47314,'slug',0,1,''),
(47314,'title',0,1,' cna resume '),
(47317,'field:12',0,1,' stacey waterman '),
(47317,'field:13',0,1,' staceywaterman0 gmail com '),
(47317,'field:14',0,1,' 12038866043 '),
(47317,'field:15',0,1,' files resumes staceys resume 240229 155220 pdf '),
(47317,'field:16',0,1,' activities recreation dietary food service '),
(47317,'field:17',0,1,' looking to continue doing what i love '),
(47317,'field:20',0,1,' https ccmeriden com careers '),
(47317,'field:21',0,1,' careers ccmeriden com '),
(47317,'field:29',0,1,' complete care at meriden '),
(47317,'title',0,1,' 2026 03 19 07 53 38 '),
(47318,'alt',0,1,''),
(47318,'extension',0,1,' pdf '),
(47318,'filename',0,1,' staceys resume 240229 155220 pdf '),
(47318,'kind',0,1,' pdf '),
(47318,'slug',0,1,''),
(47318,'title',0,1,' staceys resume 240229 155220 '),
(47320,'field:10',0,1,' what time is visiting hours '),
(47320,'field:18',0,1,' https ccmultimed com contact '),
(47320,'field:19',0,1,' info ccmultimed com '),
(47320,'field:28',0,1,' complete care at multi medical center '),
(47320,'field:6',0,1,' beverly gwynn '),
(47320,'field:7',0,1,' purplebeverly gmail com '),
(47320,'field:8',0,1,''),
(47320,'field:9',0,1,' resident family support '),
(47320,'title',0,1,' 2026 03 19 08 10 52 '),
(47326,'field:10',0,1,' my dad i going into complete care bayshore for rehab i was looking to see if i can get info for my mom she needs 24 hour care do to her walking with a walker she falls needs help getting dressed in the morning and at night '),
(47326,'field:18',0,1,' https ccholmdel com contact '),
(47326,'field:19',0,1,' info ccholmdel com '),
(47326,'field:28',0,1,' complete care at holmdel '),
(47326,'field:6',0,1,' lori campanelli '),
(47326,'field:7',0,1,' loricampanelli321 gmail com '),
(47326,'field:8',0,1,''),
(47326,'field:9',0,1,' general inquiry '),
(47326,'title',0,1,' 2026 03 19 09 15 05 '),
(47330,'field:12',0,1,' billyjack perez '),
(47330,'field:13',0,1,' thebillyjackexperience gmail com '),
(47330,'field:14',0,1,' 13472790028 '),
(47330,'field:15',0,1,' files resumes billy jack perez resume 2025 pdf '),
(47330,'field:16',0,1,' dietary food service '),
(47330,'field:17',0,1,' am excited to apply for the food service director position within your division with over 19 years of experience in food service operations i have worked in a variety of settings including institutional facilities such as jails as well as in diverse restaurant environments throughout my career i have developed strong leadership skills operational expertise and a passion for delivering exceptional service i am confident that my ability to drive efficiency lead teams and foster a positive environment will make me a valuable asset to your company '),
(47330,'field:20',0,1,' https ccfairlawnedge com careers '),
(47330,'field:21',0,1,' careers ccfairlawnedge com '),
(47330,'field:29',0,1,' complete care at fair lawn edge '),
(47330,'title',0,1,' 2026 03 19 09 43 23 '),
(47331,'alt',0,1,''),
(47331,'extension',0,1,' pdf '),
(47331,'filename',0,1,' billy jack perez resume 2025 pdf '),
(47331,'kind',0,1,' pdf '),
(47331,'slug',0,1,''),
(47331,'title',0,1,' billy jack perez resume 2025 '),
(47335,'field:10',0,1,' good and bless day i represent the womens ministry team at our chuch we personally know several residents at your facility two of whom are siblings of one of our church members and have come to get acquainted with others my inquiry is in asking what is the protocol in having church groups come in to the facility this not about indoctrine just wanting to spread a little joy and sunshine hope to hear from you sincerley with thanks linda ms simon '),
(47335,'field:18',0,1,' https ccspringbrook com contact '),
(47335,'field:19',0,1,' info ccspringbrook com '),
(47335,'field:28',0,1,' complete care at springbrook '),
(47335,'field:6',0,1,' linda ms simon '),
(47335,'field:7',0,1,' sharpsimon outlook com '),
(47335,'field:8',0,1,' fourth street friendship sda church '),
(47335,'field:9',0,1,' general inquiry '),
(47335,'title',0,1,' 2026 03 19 10 29 18 '),
(47352,'field:10',0,1,' hello i hope youre doing well im reaching out to connect with your event coordinator we have recently taken over several contracts that have previously worked with you and we would love the opportunity to assist with your upcoming events thank you and i look forward to connecting '),
(47352,'field:18',0,1,' https completecareatmadison com contact '),
(47352,'field:19',0,1,' info completecareatmadison com '),
(47352,'field:28',0,1,' complete care at madison '),
(47352,'field:6',0,1,' sophie rhoads '),
(47352,'field:7',0,1,' info mimzysentertainment com '),
(47352,'field:8',0,1,' mimzys entertainment llc '),
(47352,'field:9',0,1,' other '),
(47352,'title',0,1,' 2026 03 19 12 28 33 '),
(47353,'field:10',0,1,' trying to fill out a job application please send me the link thank you '),
(47353,'field:18',0,1,' https mycompletecare com contact '),
(47353,'field:19',0,1,' hlabatch completecaremgmt com '),
(47353,'field:28',0,1,''),
(47353,'field:6',0,1,' petra vargas '),
(47353,'field:7',0,1,' vargaspetra37 gmail com '),
(47353,'field:8',0,1,''),
(47353,'field:9',0,1,' general inquiry '),
(47353,'title',0,1,' 2026 03 19 12 51 31 '),
(47355,'slug',0,1,''),
(47355,'subject',0,1,' careers form submission from rozaya harris '),
(47355,'to',0,1,' careers ccbeylea com '),
(47356,'slug',0,1,''),
(47356,'subject',0,1,' careers form submission from vervie brown '),
(47356,'to',0,1,' careers ccgermantown com '),
(47357,'slug',0,1,''),
(47357,'subject',0,1,' careers form submission from stacey waterman '),
(47357,'to',0,1,' careers ccmeriden com '),
(47358,'slug',0,1,''),
(47358,'subject',0,1,' contact form submission from beverly gwynn '),
(47358,'to',0,1,' info ccmultimed com '),
(47359,'slug',0,1,''),
(47359,'subject',0,1,' contact form submission from lori campanelli '),
(47359,'to',0,1,' info ccholmdel com '),
(47360,'slug',0,1,''),
(47360,'subject',0,1,' careers form submission from billyjack perez '),
(47360,'to',0,1,' careers ccfairlawnedge com '),
(47361,'slug',0,1,''),
(47361,'subject',0,1,' contact form submission from linda ms simon '),
(47361,'to',0,1,' info ccspringbrook com '),
(47362,'slug',0,1,''),
(47362,'subject',0,1,' contact form submission from sophie rhoads '),
(47362,'to',0,1,' info completecareatmadison com '),
(47363,'slug',0,1,''),
(47363,'subject',0,1,' contact form submission from petra vargas '),
(47363,'to',0,1,' hlabatch completecaremgmt com '),
(47364,'slug',0,1,' certified care aha badge '),
(47364,'title',0,1,' certified care aha badge '),
(47365,'alt',0,1,''),
(47365,'extension',0,1,' png '),
(47365,'filename',0,1,' aha heart failure certification badge png '),
(47365,'kind',0,1,' image '),
(47365,'slug',0,1,''),
(47365,'title',0,1,' cc aha awards badge '),
(47371,'field:10',0,1,' im reaching to see if youd be open to a quick no pressure quote for professional cleaning services we help businesses like yours create a spotless welcoming environment that leaves a great impression on both clients and employees it only takes a minute and it might be a great fit would you be open to a short call or quote this week '),
(47371,'field:18',0,1,' https ccsevernapark com contact '),
(47371,'field:19',0,1,' info ccsevernapark com '),
(47371,'field:28',0,1,' complete care at severna park '),
(47371,'field:6',0,1,' sophia lee '),
(47371,'field:7',0,1,' sophia primecleaners gmail com '),
(47371,'field:8',0,1,' prime cleaners '),
(47371,'field:9',0,1,' general inquiry '),
(47371,'title',0,1,' 2026 03 19 13 22 04 '),
(47372,'slug',0,1,''),
(47372,'subject',0,1,' contact form submission from sophia lee '),
(47372,'to',0,1,' info ccsevernapark com '),
(47386,'alt',0,1,''),
(47386,'extension',0,1,' jpg '),
(47386,'filename',0,1,' madison ad 3 jpg '),
(47386,'kind',0,1,' image '),
(47386,'slug',0,1,''),
(47386,'title',0,1,' madison ad '),
(47396,'field:10',0,1,' hi i work in toms river and work for others in the community i was hoping i could come by and offer a complimentary painting bid thank you in advance for your response with best rachel allan business development rep jersey commercial paint 609 380 7522 rachel jerseycommercialpainting com respond with stop to optout '),
(47396,'field:18',0,1,' https mycompletecare com contact '),
(47396,'field:19',0,1,' hlabatch completecaremgmt com '),
(47396,'field:28',0,1,' complete care at arbors '),
(47396,'field:6',0,1,' rachel allan '),
(47396,'field:7',0,1,' rachel jerseycommercialpainting com '),
(47396,'field:8',0,1,' jersey commercial paint '),
(47396,'field:9',0,1,' general inquiry '),
(47396,'title',0,1,' 2026 03 19 15 36 43 '),
(47397,'slug',0,1,''),
(47397,'subject',0,1,' contact form submission from rachel allan '),
(47397,'to',0,1,' hlabatch completecaremgmt com '),
(47398,'slug',0,1,' doreleena h '),
(47398,'title',0,1,' doreleena h '),
(47407,'field:12',0,1,' bree conard '),
(47407,'field:13',0,1,' bree conard4 gmail com '),
(47407,'field:14',0,1,' 4432825016 '),
(47407,'field:15',0,1,' files resumes img 5547 png '),
(47407,'field:16',0,1,' activities recreation nursing social services '),
(47407,'field:17',0,1,' hi my name is bree conard i am graduating in may of this year i am 18 years old and am looking into getting in the medical field i do not have experience in these positions but am a great learner and would love any position im put in thank you '),
(47407,'field:20',0,1,' https cccorsicahills com careers '),
(47407,'field:21',0,1,' careers cccorsicahills com '),
(47407,'field:29',0,1,' complete care at corsica hills '),
(47407,'title',0,1,' 2026 03 19 16 14 45 '),
(47408,'alt',0,1,''),
(47408,'extension',0,1,' png '),
(47408,'filename',0,1,' img 5547 png '),
(47408,'kind',0,1,' image '),
(47408,'slug',0,1,''),
(47408,'title',0,1,' img 5547 '),
(47410,'field:10',0,1,' hi my mom vivian walker is currently inside a short term rehab cadia pike creek and we are looking for a long term nursing residence for her we wanted to find out 1 if you currently have available space in complete care at brackenville 2 what the costs are 3 what needs to be done for the admissions process greg walker 267 632 3610 gregbwalker icloud com '),
(47410,'field:18',0,1,' https mycompletecare com contact '),
(47410,'field:19',0,1,' hlabatch completecaremgmt com '),
(47410,'field:28',0,1,' complete care at brackenville '),
(47410,'field:6',0,1,' greg walker '),
(47410,'field:7',0,1,' gregbwalker icloud com '),
(47410,'field:8',0,1,''),
(47410,'field:9',0,1,' resident family support '),
(47410,'title',0,1,' 2026 03 19 16 27 20 '),
(47423,'field:10',0,1,' hello i have a resident who is interested in transferring to your facility i am happy to send the referral if you could get me in touch with admissions '),
(47423,'field:18',0,1,' https mycompletecare com contact '),
(47423,'field:19',0,1,' hlabatch completecaremgmt com '),
(47423,'field:28',0,1,' complete care at nazareth '),
(47423,'field:6',0,1,' serenity cruz '),
(47423,'field:7',0,1,' jf socserv2 alden com '),
(47423,'field:8',0,1,' alden estates of jefferson '),
(47423,'field:9',0,1,' resident family support '),
(47423,'title',0,1,' 2026 03 19 18 16 50 '),
(47426,'field:10',0,1,' when are you going to put heat in the rooms who dont have any my mother has been there and there has been no heat in her room since last weekend this is unacceptable and will be reporting this to the state '),
(47426,'field:18',0,1,' https ccholidaycity com contact '),
(47426,'field:19',0,1,' info ccholidaycity com '),
(47426,'field:28',0,1,' complete care at holiday city '),
(47426,'field:6',0,1,' rosemarie archacavage '),
(47426,'field:7',0,1,' rarchacavage comcast net '),
(47426,'field:8',0,1,''),
(47426,'field:9',0,1,' resident family support '),
(47426,'title',0,1,' 2026 03 19 19 08 40 '),
(47526,'field:12',0,1,' rozaya '),
(47526,'field:13',0,1,' rozayasunlight123 gmail com '),
(47526,'field:14',0,1,' 8483159436 '),
(47526,'field:15',0,1,' files resumes img 6587 2026 03 20 041609 evsv pdf '),
(47526,'field:16',0,1,' dietary food service '),
(47526,'field:17',0,1,' im interested in applying for dietary aide position '),
(47526,'field:20',0,1,' https ccbeylea com careers '),
(47526,'field:21',0,1,' careers ccbeylea com '),
(47526,'field:29',0,1,' complete care at bey lea '),
(47526,'title',0,1,' 2026 03 20 00 16 09 '),
(47527,'alt',0,1,''),
(47527,'extension',0,1,' pdf '),
(47527,'filename',0,1,' img 6587 2026 03 20 041609 evsv pdf '),
(47527,'kind',0,1,' pdf '),
(47527,'slug',0,1,''),
(47527,'title',0,1,' img 6587 '),
(47646,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks david bennett wiki thinkers david wikithinkers org respond with stop to optout '),
(47646,'field:18',0,1,' https mycompletecare com contact '),
(47646,'field:19',0,1,' hlabatch completecaremgmt com '),
(47646,'field:28',0,1,' complete care at silver lake '),
(47646,'field:6',0,1,' david bennett '),
(47646,'field:7',0,1,' david wikithinkers org '),
(47646,'field:8',0,1,' wiki thinkers '),
(47646,'field:9',0,1,' general inquiry '),
(47646,'title',0,1,' 2026 03 20 07 29 56 '),
(47682,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks david bennett wiki thinkers david wikithinkers org respond with stop to optout '),
(47682,'field:18',0,1,' https mycompletecare com contact '),
(47682,'field:19',0,1,' hlabatch completecaremgmt com '),
(47682,'field:28',0,1,' complete care at brakeley park '),
(47682,'field:6',0,1,' david bennett '),
(47682,'field:7',0,1,' david wikithinkers org '),
(47682,'field:8',0,1,' wiki thinkers '),
(47682,'field:9',0,1,' general inquiry '),
(47682,'title',0,1,' 2026 03 20 08 54 07 '),
(47684,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks david bennett wiki thinkers david wikithinkers org respond with stop to optout '),
(47684,'field:18',0,1,' https mycompletecare com contact '),
(47684,'field:19',0,1,' hlabatch completecaremgmt com '),
(47684,'field:28',0,1,' complete care at wall '),
(47684,'field:6',0,1,' david bennett '),
(47684,'field:7',0,1,' david wikithinkers org '),
(47684,'field:8',0,1,' wiki thinkers '),
(47684,'field:9',0,1,' general inquiry '),
(47684,'title',0,1,' 2026 03 20 08 54 30 '),
(47700,'field:10',0,1,' hello i am the liaison for the hospital and facilities for homecare please contact me for referrals '),
(47700,'field:18',0,1,' https mycompletecare com contact '),
(47700,'field:19',0,1,' hlabatch completecaremgmt com '),
(47700,'field:28',0,1,' complete care at st vincents '),
(47700,'field:6',0,1,' gianna cirincione '),
(47700,'field:7',0,1,' gianna cirincione hmhn org '),
(47700,'field:8',0,1,' st josephs hmh '),
(47700,'field:9',0,1,' resident family support '),
(47700,'title',0,1,' 2026 03 20 09 11 04 '),
(47716,'field:12',0,1,' nathan stallings '),
(47716,'field:13',0,1,' nathanstallings0 gmail com '),
(47716,'field:14',0,1,' 14144885171 '),
(47716,'field:15',0,1,' files resumes resume 2026 03 20 132912 thjo pdf '),
(47716,'field:16',0,1,' maintenance housekeeping '),
(47716,'field:17',0,1,' n a '),
(47716,'field:20',0,1,' https cchalescorners com careers '),
(47716,'field:21',0,1,' info cchalescorners com goleary completecaremgmt com '),
(47716,'field:29',0,1,' complete care at hales corners '),
(47716,'title',0,1,' 2026 03 20 09 29 12 '),
(47717,'alt',0,1,''),
(47717,'extension',0,1,' pdf '),
(47717,'filename',0,1,' resume 2026 03 20 132912 thjo pdf '),
(47717,'kind',0,1,' pdf '),
(47717,'slug',0,1,''),
(47717,'title',0,1,' resume '),
(47730,'field:10',0,1,' my husband robert has alzheimers mid to late stage my elder attorney goldberg is in the process of getting him onto medicaid but i fear it will take 6 months more application has not been submitted in the meantime i cannot take care of him anymore the cops are here almost every 3 day because he wont stay home and wonders i am the sole caretaker my daughter lives in pa and my son has 3 babies to care for i had a stroke this past may and fear i will have another one with the stress i am incurring my mom was a patient of yours back when st vincent first moved to cedar grove and i liked the care she had can you please contact me through email as i cannot talk on the phone in front of him i am looking forward to hearing from you about getting him in asap '),
(47730,'field:18',0,1,' https mycompletecare com contact '),
(47730,'field:19',0,1,' hlabatch completecaremgmt com '),
(47730,'field:28',0,1,' complete care at cedar grove '),
(47730,'field:6',0,1,' brenda sagarese '),
(47730,'field:7',0,1,' sagaresebrenda gmail com '),
(47730,'field:8',0,1,' n a '),
(47730,'field:9',0,1,' general inquiry '),
(47730,'title',0,1,' 2026 03 20 10 24 43 '),
(47732,'field:1',0,1,' soniya deshpande '),
(47732,'field:2',0,1,' soniyad gmail com '),
(47732,'field:22',0,1,' https mycompletecare com volunteer '),
(47732,'field:23',0,1,' volunteer completecaremgmt com '),
(47732,'field:3',0,1,' 6097213329 '),
(47732,'field:4',0,1,' complete care at park place '),
(47732,'field:5',0,1,' i can easily spare couple of hours a week weekdays but not sure where to start in volunteering '),
(47732,'title',0,1,' 2026 03 20 10 39 47 '),
(47739,'field:10',0,1,' my name is christian halstead i applied for a cna position at ridgewood care center i received a text message notifying me that i needed to update my cna certification i was just reaching out to let you know that it has been renewed and i would like to schedule an interview today if possible i currently have another job as a live in caregiver and my work week will be next week so that being said i wont be able to have time for another interview until monday the 30th the reason why i am applying is because i would like to transition from a live position to a second shift position as i will be going to emt school in may so i just need something that can work around that schedule i appreciate your time and i hope you have a great day '),
(47739,'field:18',0,1,' https mycompletecare com contact '),
(47739,'field:19',0,1,' hlabatch completecaremgmt com '),
(47739,'field:28',0,1,' complete care at ridgewood '),
(47739,'field:6',0,1,' christian halstead '),
(47739,'field:7',0,1,' somebodycallchristian gmail com '),
(47739,'field:8',0,1,''),
(47739,'field:9',0,1,' careers '),
(47739,'title',0,1,' 2026 03 20 11 10 45 '),
(47750,'field:12',0,1,' tiayonna '),
(47750,'field:13',0,1,' tiayonna0911 icloud com '),
(47750,'field:14',0,1,' 8482032684 '),
(47750,'field:15',0,1,' files resumes document 1 2 pdf '),
(47750,'field:16',0,1,' dietary food service '),
(47750,'field:17',0,1,' resume '),
(47750,'field:20',0,1,' https ccoceangrove com careers '),
(47750,'field:21',0,1,' careers ccoceangrove com '),
(47750,'field:29',0,1,' complete care at ocean grove '),
(47750,'title',0,1,' 2026 03 20 12 11 18 '),
(47751,'alt',0,1,''),
(47751,'extension',0,1,' pdf '),
(47751,'filename',0,1,' document 1 2 pdf '),
(47751,'kind',0,1,' pdf '),
(47751,'slug',0,1,''),
(47751,'title',0,1,' document 1 2 '),
(47758,'slug',0,1,''),
(47758,'subject',0,1,' careers form submission from bree conard '),
(47758,'to',0,1,' careers cccorsicahills com '),
(47759,'slug',0,1,''),
(47759,'subject',0,1,' contact form submission from greg walker '),
(47759,'to',0,1,' hlabatch completecaremgmt com '),
(47760,'slug',0,1,''),
(47760,'subject',0,1,' contact form submission from serenity cruz '),
(47760,'to',0,1,' hlabatch completecaremgmt com '),
(47761,'slug',0,1,''),
(47761,'subject',0,1,' contact form submission from rosemarie archacavage '),
(47761,'to',0,1,' info ccholidaycity com '),
(47762,'slug',0,1,''),
(47762,'subject',0,1,' careers form submission from rozaya '),
(47762,'to',0,1,' careers ccbeylea com '),
(47763,'slug',0,1,''),
(47763,'subject',0,1,' contact form submission from david bennett '),
(47763,'to',0,1,' hlabatch completecaremgmt com '),
(47764,'slug',0,1,''),
(47764,'subject',0,1,' contact form submission from david bennett '),
(47764,'to',0,1,' hlabatch completecaremgmt com '),
(47765,'slug',0,1,''),
(47765,'subject',0,1,' contact form submission from david bennett '),
(47765,'to',0,1,' hlabatch completecaremgmt com '),
(47766,'slug',0,1,''),
(47766,'subject',0,1,' contact form submission from gianna cirincione '),
(47766,'to',0,1,' hlabatch completecaremgmt com '),
(47767,'slug',0,1,''),
(47767,'subject',0,1,' careers form submission from nathan stallings '),
(47767,'to',0,1,' info cchalescorners com goleary completecaremgmt com '),
(47768,'slug',0,1,''),
(47768,'subject',0,1,' contact form submission from brenda sagarese '),
(47768,'to',0,1,' hlabatch completecaremgmt com '),
(47769,'slug',0,1,''),
(47769,'subject',0,1,' volunteer form submission from soniya deshpande '),
(47769,'to',0,1,' volunteer completecaremgmt com '),
(47770,'slug',0,1,''),
(47770,'subject',0,1,' contact form submission from christian halstead '),
(47770,'to',0,1,' hlabatch completecaremgmt com '),
(47771,'slug',0,1,''),
(47771,'subject',0,1,' careers form submission from tiayonna '),
(47771,'to',0,1,' careers ccoceangrove com '),
(47782,'field:12',0,1,' paul virgil pittman '),
(47782,'field:13',0,1,' paulpittman33 gmail com '),
(47782,'field:14',0,1,' 14435714919 '),
(47782,'field:15',0,1,' files resumes screenshot 20260320 132711 drive jpg '),
(47782,'field:16',0,1,' activities recreation administrative business office admissions marketing dietary food service hr staffing maintenance housekeeping recruitment social services '),
(47782,'field:17',0,1,' paul virgil pittman jr '),
(47782,'field:20',0,1,' https completecareheritage com careers '),
(47782,'field:21',0,1,' careers completecareheritage com '),
(47782,'field:29',0,1,' complete care at heritage '),
(47782,'title',0,1,' 2026 03 20 13 28 29 '),
(47783,'alt',0,1,''),
(47783,'extension',0,1,' jpg '),
(47783,'filename',0,1,' screenshot 20260320 132711 drive jpg '),
(47783,'kind',0,1,' image '),
(47783,'slug',0,1,''),
(47783,'title',0,1,' screenshot 20260320 132711 drive '),
(47798,'field:12',0,1,' paul virgil pittman '),
(47798,'field:13',0,1,' paulpittman33 gmail com '),
(47798,'field:14',0,1,' 14435714919 '),
(47798,'field:15',0,1,' files resumes screenshot 20260320 132711 drive 2026 03 20 173853 wqal jpg '),
(47798,'field:16',0,1,' activities recreation administrative business office admissions marketing dietary food service maintenance housekeeping recruitment social services '),
(47798,'field:17',0,1,' paul virgil pittman '),
(47798,'field:20',0,1,' https mycompletecare com careers '),
(47798,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(47798,'field:29',0,1,' complete care at heritage '),
(47798,'title',0,1,' 2026 03 20 13 38 53 '),
(47799,'alt',0,1,''),
(47799,'extension',0,1,' jpg '),
(47799,'filename',0,1,' screenshot 20260320 132711 drive 2026 03 20 173853 wqal jpg '),
(47799,'kind',0,1,' image '),
(47799,'slug',0,1,''),
(47799,'title',0,1,' screenshot 20260320 132711 drive '),
(47812,'field:10',0,1,' hi i work in voorhees township and work for others in the community i was hoping i could come by and offer a complimentary painting bid thank you in advance for your response with best rachel allan business development rep jersey commercial paint 609 380 7522 rachel jerseycommercialpainting com respond with stop to optout '),
(47812,'field:18',0,1,' https mycompletecare com contact '),
(47812,'field:19',0,1,' hlabatch completecaremgmt com '),
(47812,'field:28',0,1,' complete care at clark '),
(47812,'field:6',0,1,' rachel allan '),
(47812,'field:7',0,1,' rachel jerseycommercialpainting com '),
(47812,'field:8',0,1,' jersey commercial paint '),
(47812,'field:9',0,1,' general inquiry '),
(47812,'title',0,1,' 2026 03 20 14 03 11 '),
(47814,'field:10',0,1,' hi i work in voorhees township and work for others in the community i was hoping i could come by and offer a complimentary painting bid thank you in advance for your response with best rachel allan business development rep jersey commercial paint 609 380 7522 rachel jerseycommercialpainting com respond with stop to optout '),
(47814,'field:18',0,1,' https mycompletecare com contact '),
(47814,'field:19',0,1,' hlabatch completecaremgmt com '),
(47814,'field:28',0,1,' complete care at barn hill '),
(47814,'field:6',0,1,' rachel allan '),
(47814,'field:7',0,1,' rachel jerseycommercialpainting com '),
(47814,'field:8',0,1,' jersey commercial paint '),
(47814,'field:9',0,1,' general inquiry '),
(47814,'title',0,1,' 2026 03 20 14 06 29 '),
(47828,'field:12',0,1,' vincent mcdernott '),
(47828,'field:13',0,1,' vfmcdermott gmail com '),
(47828,'field:14',0,1,' 7329860317 '),
(47828,'field:15',0,1,' files resumes vincent j mcdermott resume 2026 activity assistant pdf '),
(47828,'field:16',0,1,' activities recreation '),
(47828,'field:17',0,1,' dear hiring manager i am writing to express my interest in the activity assistant position with your organization i am seeking an opportunity where i can contribute in a meaningful and positive way and i believe my background in customer service caregiving and activity support makes me a strong candidate in addition to my experience in hospitality and direct support roles i have served in an activity assistant capacity helping plan and coordinate engaging activities for seniors and individuals with special needs i assisted with organizing recreational programs encouraging participation and creating a warm inclusive environment where individuals felt valued and supported this experience strengthened my patience creativity and ability to connect with people of different abilities and backgrounds throughout my work i have developed strong communication skills attention to detail and the ability to remain calm and dependable in both structured and fast paced environments my time serving in the united states air force further instilled discipline reliability and a strong sense of responsibility i take pride in bringing kindness professionalism and a strong work ethic to every role i would welcome the opportunity to contribute to your team and discuss how my skills and experience can support your organization thank you for your time and consideration i look forward to speaking with you sincerely vincent j mcdermott 732 986 0317 vfmdermott gmail com '),
(47828,'field:20',0,1,' https cclaurelton com careers '),
(47828,'field:21',0,1,' careers cclaurelton com '),
(47828,'field:29',0,1,' complete care at laurelton '),
(47828,'title',0,1,' 2026 03 20 14 27 20 '),
(47829,'alt',0,1,''),
(47829,'extension',0,1,' pdf '),
(47829,'filename',0,1,' vincent j mcdermott resume 2026 activity assistant pdf '),
(47829,'kind',0,1,' pdf '),
(47829,'slug',0,1,''),
(47829,'title',0,1,' vincent j mc dermott resume 2026 activity assistant '),
(47835,'field:10',0,1,' my mother is currently in a short term rehabilitation facility and we are exploring options for long term care for 77 year old looking for availability and costs for long term care at your facilities at complete care at phillipsburg and or the brakeley park facilities '),
(47835,'field:18',0,1,' https ccphillipsburg com contact '),
(47835,'field:19',0,1,' info ccphillipsburg com '),
(47835,'field:28',0,1,' complete care at phillipsburg '),
(47835,'field:6',0,1,' matt squire '),
(47835,'field:7',0,1,' sandrasquire4mom gmail com '),
(47835,'field:8',0,1,''),
(47835,'field:9',0,1,' resident family support '),
(47835,'title',0,1,' 2026 03 20 14 48 39 '),
(47837,'field:12',0,1,' gabriella dobos '),
(47837,'field:13',0,1,' gabby roro14 gmail com '),
(47837,'field:14',0,1,' 2038193393 '),
(47837,'field:15',0,1,' files resumes copy of resume docx 3 pdf '),
(47837,'field:16',0,1,' dietary food service '),
(47837,'field:17',0,1,' n a '),
(47837,'field:20',0,1,' https completecareglendale com careers '),
(47837,'field:21',0,1,' careers completecareglendale com '),
(47837,'field:29',0,1,' complete care at glendale '),
(47837,'title',0,1,' 2026 03 20 15 03 47 '),
(47838,'alt',0,1,''),
(47838,'extension',0,1,' pdf '),
(47838,'filename',0,1,' copy of resume docx 3 pdf '),
(47838,'kind',0,1,' pdf '),
(47838,'slug',0,1,''),
(47838,'title',0,1,' copy of resume docx 3 '),
(47840,'field:10',0,1,' hello looking to get an updated invoice on client esposito joann '),
(47840,'field:18',0,1,' https mycompletecare com contact '),
(47840,'field:19',0,1,' hlabatch completecaremgmt com '),
(47840,'field:28',0,1,' complete care at hamilton plaza '),
(47840,'field:6',0,1,' melanie '),
(47840,'field:7',0,1,' melanie velazquez dhs nj gov '),
(47840,'field:8',0,1,' office of the public guardian '),
(47840,'field:9',0,1,' general inquiry '),
(47840,'title',0,1,' 2026 03 20 15 06 31 '),
(47841,'field:10',0,1,' hello i am looking to get an updated invoice for client joann esposito '),
(47841,'field:18',0,1,' https mycompletecare com contact '),
(47841,'field:19',0,1,' hlabatch completecaremgmt com '),
(47841,'field:28',0,1,' complete care at hamilton plaza '),
(47841,'field:6',0,1,' melanie velazquez '),
(47841,'field:7',0,1,' melanie velazquez dhs nj gov '),
(47841,'field:8',0,1,' office of the public guardian '),
(47841,'field:9',0,1,' general inquiry '),
(47841,'title',0,1,' 2026 03 20 15 07 11 '),
(47848,'field:12',0,1,' amanda dougherty '),
(47848,'field:13',0,1,' adougherty924 gmail com '),
(47848,'field:14',0,1,' 2157303403 '),
(47848,'field:15',0,1,' files resumes amandadoughertysresume docx1 pdf '),
(47848,'field:16',0,1,' administrative business office admissions marketing '),
(47848,'field:17',0,1,' hi id love to work at a place like this if there are any open opportunities please reach out im a recent health policy administration graduate and looking for any entry level administrative opportunities '),
(47848,'field:20',0,1,' https ccburlingtonwoods com careers '),
(47848,'field:21',0,1,' careers ccburlingtonwoods com '),
(47848,'field:29',0,1,' complete care at burlington woods '),
(47848,'title',0,1,' 2026 03 20 15 44 26 '),
(47849,'alt',0,1,''),
(47849,'extension',0,1,' pdf '),
(47849,'filename',0,1,' amandadoughertysresume docx1 pdf '),
(47849,'kind',0,1,' pdf '),
(47849,'slug',0,1,''),
(47849,'title',0,1,' amanda doughertys resume docx1 '),
(47851,'field:12',0,1,' nathaly jimenez '),
(47851,'field:13',0,1,' nathalyk24 gmail com '),
(47851,'field:14',0,1,' 7185019614 '),
(47851,'field:15',0,1,' files resumes resume 2026 03 20 195525 qkze pdf '),
(47851,'field:16',0,1,' activities recreation '),
(47851,'field:17',0,1,' i have 10 plus year in recreation and i think my skills would be a great asset to your team '),
(47851,'field:20',0,1,' https ccregent com careers '),
(47851,'field:21',0,1,' careers ccregent com '),
(47851,'field:29',0,1,' complete care at regent '),
(47851,'title',0,1,' 2026 03 20 15 55 25 '),
(47852,'alt',0,1,''),
(47852,'extension',0,1,' pdf '),
(47852,'filename',0,1,' resume 2026 03 20 195525 qkze pdf '),
(47852,'kind',0,1,' pdf '),
(47852,'slug',0,1,''),
(47852,'title',0,1,' resume '),
(47855,'field:12',0,1,' dorothy oneill '),
(47855,'field:13',0,1,' dorothy1296 yahoo com '),
(47855,'field:14',0,1,' 12243922301 '),
(47855,'field:15',0,1,''),
(47855,'field:16',0,1,' dietary food service '),
(47855,'field:17',0,1,' dorothy oneill resume '),
(47855,'field:20',0,1,' https ccgrandeprairie com careers '),
(47855,'field:21',0,1,' careers ccgrandeprairie com '),
(47855,'field:29',0,1,' complete care at grande prairie '),
(47855,'title',0,1,' 2026 03 20 15 59 58 '),
(47858,'field:12',0,1,' ramon '),
(47858,'field:13',0,1,' jrbenitez670 gmail com '),
(47858,'field:14',0,1,' 5153332728 '),
(47858,'field:15',0,1,''),
(47858,'field:16',0,1,' dietary food service '),
(47858,'field:17',0,1,' i have expierence i worked at woodlands creek i took orders from residents and cut fruit washed dishes and ran food '),
(47858,'field:20',0,1,' https ccridgewood com careers '),
(47858,'field:21',0,1,' careers ccridgewood com '),
(47858,'field:29',0,1,' complete care at ridgewood '),
(47858,'title',0,1,' 2026 03 20 16 14 07 '),
(47860,'field:10',0,1,' hi i work in whiting and work for others in the community i was hoping i could come by and offer a complimentary painting bid thank you in advance for your response with best abusiness development rep jersey commercial paint 609 380 7522 rachel jerseycommercialpainting com respond with stop to optout '),
(47860,'field:18',0,1,' https mycompletecare com contact '),
(47860,'field:19',0,1,' hlabatch completecaremgmt com '),
(47860,'field:28',0,1,' complete care at clark '),
(47860,'field:6',0,1,' rachel allan '),
(47860,'field:7',0,1,' rachel jerseycommercialpainting com '),
(47860,'field:8',0,1,' jersey commercial paint '),
(47860,'field:9',0,1,' general inquiry '),
(47860,'title',0,1,' 2026 03 20 16 32 48 '),
(47884,'slug',0,1,''),
(47884,'subject',0,1,' careers form submission from paul virgil pittman '),
(47884,'to',0,1,' careers completecareheritage com '),
(47885,'slug',0,1,''),
(47885,'subject',0,1,' careers form submission from paul virgil pittman '),
(47885,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(47886,'slug',0,1,''),
(47886,'subject',0,1,' contact form submission from rachel allan '),
(47886,'to',0,1,' hlabatch completecaremgmt com '),
(47887,'slug',0,1,''),
(47887,'subject',0,1,' contact form submission from rachel allan '),
(47887,'to',0,1,' hlabatch completecaremgmt com '),
(47888,'slug',0,1,''),
(47888,'subject',0,1,' careers form submission from vincent mcdernott '),
(47888,'to',0,1,' careers cclaurelton com '),
(47889,'slug',0,1,''),
(47889,'subject',0,1,' contact form submission from matt squire '),
(47889,'to',0,1,' info ccphillipsburg com '),
(47890,'slug',0,1,''),
(47890,'subject',0,1,' careers form submission from gabriella dobos '),
(47890,'to',0,1,' careers completecareglendale com '),
(47891,'slug',0,1,''),
(47891,'subject',0,1,' contact form submission from melanie '),
(47891,'to',0,1,' hlabatch completecaremgmt com '),
(47892,'slug',0,1,''),
(47892,'subject',0,1,' contact form submission from melanie velazquez '),
(47892,'to',0,1,' hlabatch completecaremgmt com '),
(47893,'slug',0,1,''),
(47893,'subject',0,1,' careers form submission from amanda dougherty '),
(47893,'to',0,1,' careers ccburlingtonwoods com '),
(47894,'slug',0,1,''),
(47894,'subject',0,1,' careers form submission from nathaly jimenez '),
(47894,'to',0,1,' careers ccregent com '),
(47895,'slug',0,1,''),
(47895,'subject',0,1,' careers form submission from dorothy oneill '),
(47895,'to',0,1,' careers ccgrandeprairie com '),
(47896,'slug',0,1,''),
(47896,'subject',0,1,' careers form submission from ramon '),
(47896,'to',0,1,' careers ccridgewood com '),
(47897,'slug',0,1,''),
(47897,'subject',0,1,' contact form submission from rachel allan '),
(47897,'to',0,1,' hlabatch completecaremgmt com '),
(47928,'field:10',0,1,' hello there i just applied for your activities aide position and thought my resume may stand out as a little different than the others you will receive after 8 years in advertising i am doing a switch in my career and going back to grad school to become a om specialist most of my classes will be night classes and seeing as most of my future clients will be seniors i thought it would make sense to get a head start working with them while in school i have experience already setting up activities as i have spent the past 12 years organizing hosting and promoting comedy shows and events all over chicago i truly believe i have the skills to support the current staff and bring your activities to a whole new level im happy to answer any questions or concerns you may have thanks for giving me a chance thomas nelson '),
(47928,'field:18',0,1,' https completecareblvd com contact '),
(47928,'field:19',0,1,' info completecareblvd com '),
(47928,'field:28',0,1,' complete care at the boulevard '),
(47928,'field:6',0,1,' thomas nelson '),
(47928,'field:7',0,1,' tcnelsonwrites gmail com '),
(47928,'field:8',0,1,''),
(47928,'field:9',0,1,' careers '),
(47928,'title',0,1,' 2026 03 20 18 50 55 '),
(47929,'field:10',0,1,' id like to apply to admit a family friend of mine '),
(47929,'field:18',0,1,' https completecareglendale com contact '),
(47929,'field:19',0,1,' info completecareglendale com '),
(47929,'field:28',0,1,' complete care at glendale '),
(47929,'field:6',0,1,' ashley adkins '),
(47929,'field:7',0,1,' ashleykins24 gmail com '),
(47929,'field:8',0,1,''),
(47929,'field:9',0,1,' resident family support '),
(47929,'title',0,1,' 2026 03 20 18 52 07 '),
(47950,'field:10',0,1,' im interested in visiting the facility '),
(47950,'field:18',0,1,' https completecareatmadison com contact '),
(47950,'field:19',0,1,' info completecareatmadison com '),
(47950,'field:28',0,1,' complete care at madison '),
(47950,'field:6',0,1,' carrie boyko '),
(47950,'field:7',0,1,' jboyko2 comcast net '),
(47950,'field:8',0,1,''),
(47950,'field:9',0,1,' other '),
(47950,'title',0,1,' 2026 03 20 21 06 08 '),
(47966,'field:12',0,1,' adilene coria '),
(47966,'field:13',0,1,' coriaadilene08 gmail com '),
(47966,'field:14',0,1,' 6085907112 '),
(47966,'field:15',0,1,''),
(47966,'field:16',0,1,' maintenance housekeeping '),
(47966,'field:17',0,1,' ih '),
(47966,'field:20',0,1,' https ccmaplegrove com careers '),
(47966,'field:21',0,1,' careers ccmaplegrove com '),
(47966,'field:29',0,1,' complete care at maple grove '),
(47966,'title',0,1,' 2026 03 20 23 32 32 '),
(48152,'field:12',0,1,' daniel bofah '),
(48152,'field:13',0,1,' jkdanielbofah yahoo co uk '),
(48152,'field:14',0,1,' 908 251 7753 '),
(48152,'field:15',0,1,' files resumes daniel bofah resume 2 pdf '),
(48152,'field:16',0,1,' nursing '),
(48152,'field:17',0,1,' daniel bofah 03 20 26 to whom it may concern i am excited to apply for the licensed practical nurse lpn position at complete care plainfield nj as a new graduate with training in patient care and medication administration i am eager to contribute to your teams success and provide excellent care to patients sincerely daniel bofah '),
(48152,'field:20',0,1,' https ccplainfield com careers '),
(48152,'field:21',0,1,' careers ccplainfield com '),
(48152,'field:29',0,1,' complete care at plainfield '),
(48152,'title',0,1,' 2026 03 21 09 59 27 '),
(48153,'alt',0,1,''),
(48153,'extension',0,1,' pdf '),
(48153,'filename',0,1,' daniel bofah resume 2 pdf '),
(48153,'kind',0,1,' pdf '),
(48153,'slug',0,1,''),
(48153,'title',0,1,' daniel bofah resume 2 '),
(48209,'field:12',0,1,' ariel anderson '),
(48209,'field:13',0,1,' arielanderson0512 gmail com '),
(48209,'field:14',0,1,' 9738193531 '),
(48209,'field:15',0,1,' files resumes img 1324 jpeg files resumes img 1325 jpeg '),
(48209,'field:16',0,1,' activities recreation '),
(48209,'field:17',0,1,' hi i cant wait to speak to you all very excited to have the opportunity to apply here i hope i meet your expectations '),
(48209,'field:20',0,1,' https ccorangepark com careers '),
(48209,'field:21',0,1,' careers ccorangepark com '),
(48209,'field:29',0,1,' complete care at orange park '),
(48209,'title',0,1,' 2026 03 21 11 37 24 '),
(48210,'alt',0,1,''),
(48210,'extension',0,1,' jpeg '),
(48210,'filename',0,1,' img 1324 jpeg '),
(48210,'kind',0,1,' image '),
(48210,'slug',0,1,''),
(48210,'title',0,1,' img 1324 '),
(48211,'alt',0,1,''),
(48211,'extension',0,1,' jpeg '),
(48211,'filename',0,1,' img 1325 jpeg '),
(48211,'kind',0,1,' image '),
(48211,'slug',0,1,''),
(48211,'title',0,1,' img 1325 '),
(48216,'field:12',0,1,' myasia '),
(48216,'field:13',0,1,' myaslay19 gmail com '),
(48216,'field:14',0,1,' 6402604250 '),
(48216,'field:15',0,1,''),
(48216,'field:16',0,1,' dietary food service maintenance housekeeping '),
(48216,'field:17',0,1,' myasia thomas '),
(48216,'field:20',0,1,' https ccmercerville com careers '),
(48216,'field:21',0,1,' careers ccmercerville com '),
(48216,'field:29',0,1,' complete care at mercerville '),
(48216,'title',0,1,' 2026 03 21 12 04 48 '),
(48218,'field:12',0,1,' makim richards '),
(48218,'field:13',0,1,' richardsmakim5 gmail com '),
(48218,'field:14',0,1,' 3024808241 '),
(48218,'field:15',0,1,''),
(48218,'field:16',0,1,' dietary food service maintenance housekeeping '),
(48218,'field:17',0,1,' looking for an job opportunity and was wondering if id be able to work with this company and bring a positive attitude and hardworking energy into the workplace '),
(48218,'field:20',0,1,' https completecarehillside com careers '),
(48218,'field:21',0,1,' careers completecarehillside com '),
(48218,'field:29',0,1,' complete care at hillside '),
(48218,'title',0,1,' 2026 03 21 12 12 20 '),
(48223,'field:10',0,1,' hi my names rebecca blanco and i am on the board of the senior support club at scotch plains fanwood high school we are looking to work with assisted living nursing home facilities in the area please let me know if you would be interested in us partnering with your organization thanks '),
(48223,'field:18',0,1,' https mycompletecare com contact '),
(48223,'field:19',0,1,' hlabatch completecaremgmt com '),
(48223,'field:28',0,1,' complete care at clark '),
(48223,'field:6',0,1,' rebecca blanco '),
(48223,'field:7',0,1,' blancorebecca34 gmail com '),
(48223,'field:8',0,1,' senior support club '),
(48223,'field:9',0,1,' volunteer opportunities '),
(48223,'title',0,1,' 2026 03 21 12 53 21 '),
(48273,'field:12',0,1,' melvin ayodele '),
(48273,'field:13',0,1,' melvinmalik2004 gmail com '),
(48273,'field:14',0,1,' 8623906307 '),
(48273,'field:15',0,1,' files resumes resume 2026 03 21 194621 ezph pdf '),
(48273,'field:16',0,1,' dietary food service maintenance housekeeping volunteer opportunities '),
(48273,'field:17',0,1,' melvin ayodele 112 callahan ct newark nj 07103 melvinmalik2004 gmail com 973 517 1966 862 390 6307 march 21 2026 complete care hackensack nj dear hiring manager i am writing to express my interest in a position at complete care in hackensack nj although i do not have a formal medical degree i bring strong hands on experience in customer service safety and fast paced work environments along with a strong willingness to learn and grow within a healthcare setting i am currently working at under armour fedex ground and sky zone where i have built strong skills in teamwork communication and responsibility at fedex ground i handle packages efficiently and help train new employees demonstrating leadership and reliability at sky zone i serve as a court monitor ensuring the safety of guests and responding quickly to any issues my experience as a security officer has also prepared me to maintain a safe and respectful environment at all times i am especially interested in working at complete care because i want to be part of a team that makes a difference in peoples lives every day i am dependable hardworking and able to stay calm under pressure qualities that are important in a healthcare environment in addition i hold a sora license and lifeguard training certification which reflect my commitment to safety and responsibility i would appreciate the opportunity to contribute to your team and continue developing my skills in a hospital setting thank you for your time and consideration i look forward to the opportunity to speak with you sincerely melvin ayodele '),
(48273,'field:20',0,1,' https ccprospectheights com careers '),
(48273,'field:21',0,1,' careers ccprospectheights com '),
(48273,'field:29',0,1,' complete care at prospect heights '),
(48273,'title',0,1,' 2026 03 21 15 46 21 '),
(48274,'alt',0,1,''),
(48274,'extension',0,1,' pdf '),
(48274,'filename',0,1,' resume 2026 03 21 194621 ezph pdf '),
(48274,'kind',0,1,' pdf '),
(48274,'slug',0,1,''),
(48274,'title',0,1,' resume '),
(48305,'field:10',0,1,' i would like a copy of the services given to my mom during her stay her name is marion walker 8 28 1928 '),
(48305,'field:18',0,1,' https cccedargrove com contact '),
(48305,'field:19',0,1,' info cccedargrove com '),
(48305,'field:28',0,1,' complete care at cedar grove '),
(48305,'field:6',0,1,' monique perkins '),
(48305,'field:7',0,1,' momar74427 gmail com '),
(48305,'field:8',0,1,''),
(48305,'field:9',0,1,' general inquiry '),
(48305,'title',0,1,' 2026 03 21 16 29 16 '),
(48329,'field:12',0,1,' kirk g robinson '),
(48329,'field:13',0,1,' boor0220 gmail com '),
(48329,'field:14',0,1,' 18565714124 '),
(48329,'field:15',0,1,''),
(48329,'field:16',0,1,' dietary food service maintenance housekeeping '),
(48329,'field:17',0,1,' my name is kirk robinson i am a retired school law enforcement officer of 28yrs after that ive done sch crossing guard 4 approx 3yrs i thnk moved onto office cleaning which ive done for approximately 5yrs which brings us to the present i am available 4 employment n am willing to do task that are asked of me thnku n hope 2b contacted soon '),
(48329,'field:20',0,1,' https ccvoorhees com careers '),
(48329,'field:21',0,1,' careers ccvoorhees com '),
(48329,'field:29',0,1,' complete care at voorhees '),
(48329,'title',0,1,' 2026 03 21 18 35 28 '),
(48341,'field:10',0,1,' my father has been a patient there in the past i can no longer care for him and would like to know how i would go about him becoming a resident there there wouldnt be any money until his home is sold so i would just like a little more information please '),
(48341,'field:18',0,1,' https mycompletecare com contact '),
(48341,'field:19',0,1,' hlabatch completecaremgmt com '),
(48341,'field:28',0,1,''),
(48341,'field:6',0,1,' ann delgado '),
(48341,'field:7',0,1,' squires1084 comcast net '),
(48341,'field:8',0,1,''),
(48341,'field:9',0,1,' general inquiry '),
(48341,'title',0,1,' 2026 03 21 20 46 10 '),
(48342,'field:12',0,1,' jesus garcia '),
(48342,'field:13',0,1,' chinomya1992 gmail com '),
(48342,'field:14',0,1,' 2672987267 '),
(48342,'field:15',0,1,''),
(48342,'field:16',0,1,' maintenance housekeeping '),
(48342,'field:17',0,1,' thank '),
(48342,'field:20',0,1,' https ccburlingtonwoods com careers '),
(48342,'field:21',0,1,' careers ccburlingtonwoods com '),
(48342,'field:29',0,1,' complete care at burlington woods '),
(48342,'title',0,1,' 2026 03 21 21 08 08 '),
(48351,'field:10',0,1,' hello my name is ted and im a local artist who does guided painting sessions with groups and id love to do a session with your residents i provide all materials and guide participants step by step keeping the atmosphere fun and low pressure many groups enjoy this as a creative and social activity if youre interested please feel free to contact me thank you '),
(48351,'field:18',0,1,' https mycompletecare com contact '),
(48351,'field:19',0,1,' hlabatch completecaremgmt com '),
(48351,'field:28',0,1,' complete care at westfield '),
(48351,'field:6',0,1,' ted garcia '),
(48351,'field:7',0,1,' garciaej012 gmail com '),
(48351,'field:8',0,1,' n a '),
(48351,'field:9',0,1,' general inquiry '),
(48351,'title',0,1,' 2026 03 21 22 39 56 '),
(48543,'field:12',0,1,' shelby livering '),
(48543,'field:13',0,1,' slivering425 gmail com '),
(48543,'field:14',0,1,' 4436956361 '),
(48543,'field:15',0,1,' files resumes resume 2026 03 22 134420 mlld pdf '),
(48543,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(48543,'field:17',0,1,' i love making people happy im a team player and i work hard in the work that i do '),
(48543,'field:20',0,1,' https ccmultimed com careers '),
(48543,'field:21',0,1,' careers ccmultimed com '),
(48543,'field:29',0,1,' complete care at multi medical center '),
(48543,'title',0,1,' 2026 03 22 09 44 20 '),
(48544,'alt',0,1,''),
(48544,'extension',0,1,' pdf '),
(48544,'filename',0,1,' resume 2026 03 22 134420 mlld pdf '),
(48544,'kind',0,1,' pdf '),
(48544,'slug',0,1,''),
(48544,'title',0,1,' resume '),
(48560,'field:12',0,1,' nesma mahgoub '),
(48560,'field:13',0,1,' nesmamahgob gmail com '),
(48560,'field:14',0,1,' 7326984763 '),
(48560,'field:15',0,1,' files resumes new resume pdf '),
(48560,'field:16',0,1,' administrative business office nursing '),
(48560,'field:17',0,1,' looking for cna free program '),
(48560,'field:20',0,1,' http completecareatmadison com careers '),
(48560,'field:21',0,1,' careers completecareatmadison com '),
(48560,'field:29',0,1,' complete care at madison '),
(48560,'title',0,1,' 2026 03 22 10 37 45 '),
(48561,'alt',0,1,''),
(48561,'extension',0,1,' pdf '),
(48561,'filename',0,1,' new resume pdf '),
(48561,'kind',0,1,' pdf '),
(48561,'slug',0,1,''),
(48561,'title',0,1,' new resume '),
(48669,'field:12',0,1,' latoya coleman '),
(48669,'field:13',0,1,' lcc92110 gmail com '),
(48669,'field:14',0,1,' 16093467460 '),
(48669,'field:15',0,1,' files resumes latoya coleman resume snagajob 2 pdf '),
(48669,'field:16',0,1,' administrative business office maintenance housekeeping nursing '),
(48669,'field:17',0,1,' seeking opening position '),
(48669,'field:20',0,1,' https ccmarcella com careers '),
(48669,'field:21',0,1,' careers ccmarcella com '),
(48669,'field:29',0,1,' complete care at marcella '),
(48669,'title',0,1,' 2026 03 22 14 30 12 '),
(48670,'alt',0,1,''),
(48670,'extension',0,1,' pdf '),
(48670,'filename',0,1,' latoya coleman resume snagajob 2 pdf '),
(48670,'kind',0,1,' pdf '),
(48670,'slug',0,1,''),
(48670,'title',0,1,' latoya coleman resume snagajob 2 '),
(48679,'field:12',0,1,' nevaeh darby '),
(48679,'field:13',0,1,' nevaehdarby2006 gmail com '),
(48679,'field:14',0,1,' 18482406195 '),
(48679,'field:15',0,1,' files resumes resume 2026 03 22 193738 hfat pdf '),
(48679,'field:16',0,1,' dietary food service volunteer opportunities '),
(48679,'field:17',0,1,' a college nursing psychology student looking to work '),
(48679,'field:20',0,1,' https completecarebrick com careers '),
(48679,'field:21',0,1,' careers completecarebrick com '),
(48679,'field:29',0,1,' complete care at brick '),
(48679,'title',0,1,' 2026 03 22 15 37 38 '),
(48680,'alt',0,1,''),
(48680,'extension',0,1,' pdf '),
(48680,'filename',0,1,' resume 2026 03 22 193738 hfat pdf '),
(48680,'kind',0,1,' pdf '),
(48680,'slug',0,1,''),
(48680,'title',0,1,' resume '),
(48704,'field:10',0,1,' hello id like to schedule a tour for this week permanent home for my mother she had a stroke in 2018 and theyre still bedbound and paralyzed she is at home with a living caregiver we would like to have her placed somewhere clean with excellent care she has medicaid thank you '),
(48704,'field:18',0,1,' https completecarebarnhill com contact '),
(48704,'field:19',0,1,' info completecarebarnhill com '),
(48704,'field:28',0,1,' complete care at barn hill '),
(48704,'field:6',0,1,' claudette '),
(48704,'field:7',0,1,' claudettetm outlook com '),
(48704,'field:8',0,1,''),
(48704,'field:9',0,1,' other '),
(48704,'title',0,1,' 2026 03 22 18 52 51 '),
(48728,'field:12',0,1,' monique antoinette harris '),
(48728,'field:13',0,1,' moniqueharris1344 gmail com '),
(48728,'field:14',0,1,' 19083619140 '),
(48728,'field:15',0,1,''),
(48728,'field:16',0,1,' dietary food service '),
(48728,'field:17',0,1,' i would love to come work for this company i am a very good worker and love people please give me a chance and call me in for a n interview thank you have a great day '),
(48728,'field:20',0,1,' https mycompletecare com careers '),
(48728,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(48728,'field:29',0,1,' complete care at plainfield '),
(48728,'title',0,1,' 2026 03 22 22 37 31 '),
(48804,'field:10',0,1,' hello i would like to share a few suggestions for your website no cost and no obligation just an opportunity to review how we can improve your website and leads increase organic traffic and boost your ranking visibility would it be okay to send you the suggestions i have in mind thank you in advance olivia solomon '),
(48804,'field:18',0,1,' https mycompletecare com contact '),
(48804,'field:19',0,1,' hlabatch completecaremgmt com '),
(48804,'field:28',0,1,' complete care at christian home '),
(48804,'field:6',0,1,' olivia solomon '),
(48804,'field:7',0,1,' olivia solomon mkt gmail com '),
(48804,'field:8',0,1,''),
(48804,'field:9',0,1,' resident family support '),
(48804,'title',0,1,' 2026 03 23 00 57 11 '),
(48950,'field:12',0,1,' keerra ferrell '),
(48950,'field:13',0,1,' ferrell keerra14 gmail com '),
(48950,'field:14',0,1,' 4109602699 '),
(48950,'field:15',0,1,' files resumes resume202602241045 pdf '),
(48950,'field:16',0,1,' dietary food service '),
(48950,'field:17',0,1,' hi my name is keerra im applying for the dietary aide position i have about 6 months of experience working in nursing homes as a dietary aide and ive also trained as a cook im currently looking for a full time schedule and i have open availability i also have reliable transportation so im able to be on time and consistent with my shifts i enjoy working in healthcare settings and take pride in helping residents with their meals and overall care im dependable hardworking and eager to continue growing in this field thank you for your time and consideration id love the opportunity to be part of your team '),
(48950,'field:20',0,1,' https mycompletecare com careers '),
(48950,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(48950,'field:29',0,1,''),
(48950,'title',0,1,' 2026 03 23 08 34 27 '),
(48951,'alt',0,1,''),
(48951,'extension',0,1,' pdf '),
(48951,'filename',0,1,' resume202602241045 pdf '),
(48951,'kind',0,1,' pdf '),
(48951,'slug',0,1,''),
(48951,'title',0,1,' resume202602241045 '),
(48962,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks david bennett wiki thinkers david wikithinkers org respond with stop to optout '),
(48962,'field:18',0,1,' https mycompletecare com contact '),
(48962,'field:19',0,1,' hlabatch completecaremgmt com '),
(48962,'field:28',0,1,' complete care at silver lake '),
(48962,'field:6',0,1,' david bennett '),
(48962,'field:7',0,1,' david wikithinkers org '),
(48962,'field:8',0,1,' wiki thinkers '),
(48962,'field:9',0,1,' general inquiry '),
(48962,'title',0,1,' 2026 03 23 09 26 20 '),
(48963,'field:10',0,1,' hello good morning i heard about your cna program and i am interested in joining i would love to become a cna i worked in healthcare i have experience if you can please call me or txt back my number is 9082464458 '),
(48963,'field:18',0,1,' https mycompletecare com contact '),
(48963,'field:19',0,1,' hlabatch completecaremgmt com '),
(48963,'field:28',0,1,' complete care at plainfield '),
(48963,'field:6',0,1,' lizbeth marquez '),
(48963,'field:7',0,1,' lmarque05 gmail com '),
(48963,'field:8',0,1,''),
(48963,'field:9',0,1,' careers '),
(48963,'title',0,1,' 2026 03 23 09 40 02 '),
(48965,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks david bennett wiki thinkers david wikithinkers org respond with stop to optout '),
(48965,'field:18',0,1,' https mycompletecare com contact '),
(48965,'field:19',0,1,' hlabatch completecaremgmt com '),
(48965,'field:28',0,1,' complete care at wayne hills rehab and respiratory center '),
(48965,'field:6',0,1,' david bennett '),
(48965,'field:7',0,1,' david wikithinkers org '),
(48965,'field:8',0,1,' wiki thinkers '),
(48965,'field:9',0,1,' general inquiry '),
(48965,'title',0,1,' 2026 03 23 09 50 43 '),
(48966,'field:10',0,1,' i was wondering if in this facilities you have a program or offer care 24 7 for patients with dementia if so what is the process and the pricing thank you '),
(48966,'field:18',0,1,' https completecareheritage com contact '),
(48966,'field:19',0,1,' info completecareheritage com '),
(48966,'field:28',0,1,' complete care at heritage '),
(48966,'field:6',0,1,' marisol segovia '),
(48966,'field:7',0,1,' marisol segoviia gmail com '),
(48966,'field:8',0,1,''),
(48966,'field:9',0,1,' general inquiry '),
(48966,'title',0,1,' 2026 03 23 09 56 33 '),
(48972,'field:12',0,1,' asia l griffin '),
(48972,'field:13',0,1,' asia griffin aim com '),
(48972,'field:14',0,1,' 12626939807 '),
(48972,'field:15',0,1,' files resumes resume 1 2026 03 23 141936 ftgh pdf '),
(48972,'field:16',0,1,' activities recreation nursing '),
(48972,'field:17',0,1,' looking for a partner time cna position for second shift '),
(48972,'field:20',0,1,' https ccglendalewest com careers '),
(48972,'field:21',0,1,' careers ccglendalewest com '),
(48972,'field:29',0,1,' complete care at glendale west '),
(48972,'title',0,1,' 2026 03 23 10 19 36 '),
(48973,'alt',0,1,''),
(48973,'extension',0,1,' pdf '),
(48973,'filename',0,1,' resume 1 2026 03 23 141936 ftgh pdf '),
(48973,'kind',0,1,' pdf '),
(48973,'slug',0,1,''),
(48973,'title',0,1,' resume 1 '),
(48976,'field:12',0,1,' margaret van de kamp '),
(48976,'field:13',0,1,' vandekampm lakeland edu '),
(48976,'field:14',0,1,' 9202875983 '),
(48976,'field:15',0,1,' files resumes scanned document pdf '),
(48976,'field:16',0,1,' nursing '),
(48976,'field:17',0,1,' i know we never met formally despite such we will make a great team when you meet me the wait will be worthwhile my skill set compassion professionalism willing and able to learn able to work alone and with others have a great day margaret van de kamp cna ma c ma sped 920 458 1086 920 287 5983 we all know time waits for no man all of us are not able to be in more than one place at a time it is saddest when we are provided with two equally lovely positions regards margaret van de kamp cna my forte is with widows and the geriatric or rehab individuals as ive taken care of family as we cared for each at home until end of life and or short term rehab '),
(48976,'field:20',0,1,' https mycompletecare com careers '),
(48976,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(48976,'field:29',0,1,' complete care at manitowoc '),
(48976,'title',0,1,' 2026 03 23 10 44 03 '),
(48977,'alt',0,1,''),
(48977,'extension',0,1,' pdf '),
(48977,'filename',0,1,' scanned document pdf '),
(48977,'kind',0,1,' pdf '),
(48977,'slug',0,1,''),
(48977,'title',0,1,' scanned document '),
(48978,'field:10',0,1,' subject application director of labor relations hello i recently applied for the director of labor relations role with complete care and wanted to express my strong interest with 10 years of hr leadership in healthcare and multi site environments i bring experience managing employee relations leading investigations and supporting leadership through complex workforce matters ive partnered closely with operations to navigate grievances ensure compliance and drive structured scalable hr strategies im especially interested in expanding deeper into labor relations strategy including union engagement and negotiation support and contributing to a growing healthcare network like yours if youre part of the hiring team id appreciate the opportunity to connect '),
(48978,'field:18',0,1,' https ccarbors com contact '),
(48978,'field:19',0,1,' info ccarbors com '),
(48978,'field:28',0,1,' complete care at arbors '),
(48978,'field:6',0,1,' quede howard '),
(48978,'field:7',0,1,' quedehoward yahoo com '),
(48978,'field:8',0,1,''),
(48978,'field:9',0,1,' careers '),
(48978,'title',0,1,' 2026 03 23 10 56 09 '),
(48990,'slug',0,1,''),
(48990,'subject',0,1,' contact form submission from thomas nelson '),
(48990,'to',0,1,' info completecareblvd com '),
(48991,'slug',0,1,''),
(48991,'subject',0,1,' contact form submission from ashley adkins '),
(48991,'to',0,1,' info completecareglendale com '),
(48992,'slug',0,1,''),
(48992,'subject',0,1,' contact form submission from carrie boyko '),
(48992,'to',0,1,' info completecareatmadison com '),
(48993,'slug',0,1,''),
(48993,'subject',0,1,' careers form submission from adilene coria '),
(48993,'to',0,1,' careers ccmaplegrove com '),
(48994,'slug',0,1,''),
(48994,'subject',0,1,' careers form submission from daniel bofah '),
(48994,'to',0,1,' careers ccplainfield com '),
(48995,'slug',0,1,''),
(48995,'subject',0,1,' careers form submission from ariel anderson '),
(48995,'to',0,1,' careers ccorangepark com '),
(48996,'slug',0,1,''),
(48996,'subject',0,1,' careers form submission from myasia '),
(48996,'to',0,1,' careers ccmercerville com '),
(48997,'slug',0,1,''),
(48997,'subject',0,1,' careers form submission from makim richards '),
(48997,'to',0,1,' careers completecarehillside com '),
(48998,'slug',0,1,''),
(48998,'subject',0,1,' contact form submission from rebecca blanco '),
(48998,'to',0,1,' hlabatch completecaremgmt com '),
(48999,'slug',0,1,''),
(48999,'subject',0,1,' careers form submission from melvin ayodele '),
(48999,'to',0,1,' careers ccprospectheights com '),
(49000,'slug',0,1,''),
(49000,'subject',0,1,' contact form submission from monique perkins '),
(49000,'to',0,1,' info cccedargrove com '),
(49001,'slug',0,1,''),
(49001,'subject',0,1,' careers form submission from kirk g robinson '),
(49001,'to',0,1,' careers ccvoorhees com '),
(49002,'slug',0,1,''),
(49002,'subject',0,1,' contact form submission from ann delgado '),
(49002,'to',0,1,' hlabatch completecaremgmt com '),
(49003,'slug',0,1,''),
(49003,'subject',0,1,' careers form submission from jesus garcia '),
(49003,'to',0,1,' careers ccburlingtonwoods com '),
(49004,'slug',0,1,''),
(49004,'subject',0,1,' contact form submission from ted garcia '),
(49004,'to',0,1,' hlabatch completecaremgmt com '),
(49005,'slug',0,1,''),
(49005,'subject',0,1,' careers form submission from shelby livering '),
(49005,'to',0,1,' careers ccmultimed com '),
(49006,'slug',0,1,''),
(49006,'subject',0,1,' careers form submission from nesma mahgoub '),
(49006,'to',0,1,' careers completecareatmadison com '),
(49007,'slug',0,1,''),
(49007,'subject',0,1,' careers form submission from latoya coleman '),
(49007,'to',0,1,' careers ccmarcella com '),
(49008,'slug',0,1,''),
(49008,'subject',0,1,' careers form submission from nevaeh darby '),
(49008,'to',0,1,' careers completecarebrick com '),
(49009,'slug',0,1,''),
(49009,'subject',0,1,' contact form submission from claudette '),
(49009,'to',0,1,' info completecarebarnhill com '),
(49010,'slug',0,1,''),
(49010,'subject',0,1,' careers form submission from monique antoinette harris '),
(49010,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(49011,'slug',0,1,''),
(49011,'subject',0,1,' contact form submission from olivia solomon '),
(49011,'to',0,1,' hlabatch completecaremgmt com '),
(49012,'slug',0,1,''),
(49012,'subject',0,1,' careers form submission from keerra ferrell '),
(49012,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(49013,'slug',0,1,''),
(49013,'subject',0,1,' contact form submission from david bennett '),
(49013,'to',0,1,' hlabatch completecaremgmt com '),
(49014,'slug',0,1,''),
(49014,'subject',0,1,' contact form submission from lizbeth marquez '),
(49014,'to',0,1,' hlabatch completecaremgmt com '),
(49015,'slug',0,1,''),
(49015,'subject',0,1,' contact form submission from david bennett '),
(49015,'to',0,1,' hlabatch completecaremgmt com '),
(49016,'slug',0,1,''),
(49016,'subject',0,1,' contact form submission from marisol segovia '),
(49016,'to',0,1,' info completecareheritage com '),
(49017,'slug',0,1,''),
(49017,'subject',0,1,' careers form submission from asia l griffin '),
(49017,'to',0,1,' careers ccglendalewest com '),
(49018,'slug',0,1,''),
(49018,'subject',0,1,' careers form submission from margaret van de kamp '),
(49018,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(49019,'slug',0,1,''),
(49019,'subject',0,1,' contact form submission from quede howard '),
(49019,'to',0,1,' info ccarbors com '),
(49021,'field:10',0,1,' hi i am looking for information about your facility for my mom who has dementia '),
(49021,'field:18',0,1,' https ccbeylea com contact '),
(49021,'field:19',0,1,' info ccbeylea com '),
(49021,'field:28',0,1,' complete care at bey lea '),
(49021,'field:6',0,1,' jennifer martin '),
(49021,'field:7',0,1,' angconjam yahoo com '),
(49021,'field:8',0,1,''),
(49021,'field:9',0,1,' general inquiry '),
(49021,'title',0,1,' 2026 03 23 12 47 52 '),
(49023,'field:10',0,1,' hello my name is ayone white i had interest in the cna training program that you guys offer through wisconsin caregivers i was hoping to get some information on the program if you guys still offer it thanks ayone w '),
(49023,'field:18',0,1,' https mycompletecare com contact '),
(49023,'field:19',0,1,' hlabatch completecaremgmt com '),
(49023,'field:28',0,1,' complete care at maple grove '),
(49023,'field:6',0,1,' ayone white '),
(49023,'field:7',0,1,' yonejonnay 13 icloud com '),
(49023,'field:8',0,1,''),
(49023,'field:9',0,1,' careers '),
(49023,'title',0,1,' 2026 03 23 12 48 31 '),
(49035,'field:12',0,1,' yessica '),
(49035,'field:13',0,1,' yessicadejesus0920 gmail com '),
(49035,'field:14',0,1,' 9738160205 '),
(49035,'field:15',0,1,''),
(49035,'field:16',0,1,' nursing '),
(49035,'field:17',0,1,' h '),
(49035,'field:20',0,1,' https cchamiltonplaza com careers '),
(49035,'field:21',0,1,' careers cchamiltonplaza com '),
(49035,'field:29',0,1,' complete care at hamilton plaza '),
(49035,'title',0,1,' 2026 03 23 13 05 37 '),
(49105,'field:12',0,1,' aristine butler '),
(49105,'field:13',0,1,' aristine butler yahoo com '),
(49105,'field:14',0,1,' 4437605185 '),
(49105,'field:15',0,1,''),
(49105,'field:16',0,1,' nursing '),
(49105,'field:17',0,1,' greetings my name is aristine butler i am currently seeking position as director of nursing with your company in annapolis maryland i have over 20 years of experience in hospital and long term care and would be a great fit for your company please call me 443 760 5185 email aristine bitler yahoo com '),
(49105,'field:20',0,1,' https mycompletecare com careers '),
(49105,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(49105,'field:29',0,1,' complete care at annapolis '),
(49105,'title',0,1,' 2026 03 23 14 33 24 '),
(49107,'field:12',0,1,' aristine butler '),
(49107,'field:13',0,1,' aristine butler yahoo com '),
(49107,'field:14',0,1,' 4437605185 '),
(49107,'field:15',0,1,' files resumes resume march 2026 2026 03 23 183518 zwhg pdf '),
(49107,'field:16',0,1,' nursing '),
(49107,'field:17',0,1,' i sent a previous resume my correct email aristine butler yahoo com thank you '),
(49107,'field:20',0,1,' https mycompletecare com careers '),
(49107,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(49107,'field:29',0,1,' complete care at annapolis '),
(49107,'title',0,1,' 2026 03 23 14 35 19 '),
(49108,'alt',0,1,''),
(49108,'extension',0,1,' pdf '),
(49108,'filename',0,1,' resume march 2026 2026 03 23 183518 zwhg pdf '),
(49108,'kind',0,1,' pdf '),
(49108,'slug',0,1,''),
(49108,'title',0,1,' resume march 2026 '),
(49116,'field:10',0,1,' hi im sonia with truesparkle cleaner helping businesses in hackensack keep their offices clean healthy and professional id be happy to stop by and provide a complimentary cleaning bid no obligation they deep cleaned our floors and ive never seen them look this good very responsive and the price was perfect abby matthews would a quick visit this week work for you best regards sonia lewis business development rep truesparckle cleaner sonia truesparklecleaner com respond with stop to optout '),
(49116,'field:18',0,1,' https ccregent com contact '),
(49116,'field:19',0,1,' info ccregent com '),
(49116,'field:28',0,1,' complete care at regent '),
(49116,'field:6',0,1,' sonia lewis '),
(49116,'field:7',0,1,' sonia truesparklecleaner com '),
(49116,'field:8',0,1,' truesparkle cleaner '),
(49116,'field:9',0,1,' general inquiry '),
(49116,'title',0,1,' 2026 03 23 15 13 46 '),
(49117,'field:10',0,1,' hello we are looking for a short term rehab for my mother she is due to be discharged soon from christiana hospital and will be in need of physical therapy and assistance with entering exiting the bed and restroom regards mark '),
(49117,'field:18',0,1,' https ccbrackenville com contact '),
(49117,'field:19',0,1,' info ccbrackenville com '),
(49117,'field:28',0,1,' complete care at brackenville '),
(49117,'field:6',0,1,' mark manning '),
(49117,'field:7',0,1,' mark manning4 icloud com '),
(49117,'field:8',0,1,''),
(49117,'field:9',0,1,' general inquiry '),
(49117,'title',0,1,' 2026 03 23 15 27 34 '),
(49124,'field:1',0,1,' melissa sierra '),
(49124,'field:2',0,1,' melissamimosasierra gmail com '),
(49124,'field:22',0,1,' https mycompletecare com volunteer '),
(49124,'field:23',0,1,' volunteer completecaremgmt com '),
(49124,'field:3',0,1,' 2625975677 '),
(49124,'field:4',0,1,' complete care at grande prairie '),
(49124,'field:5',0,1,' i would love to volunteer some time with my 2 kids ages 7 and 10 maybe play some games with some people or just spend time with some new friends '),
(49124,'title',0,1,' 2026 03 23 16 13 10 '),
(49132,'field:10',0,1,' hello my name is lydia sperati two of my classmates and i are interested in volunteering at your facility we are all 15 years old and would appreciate any information about available opportunities or requirements thank you for your time '),
(49132,'field:18',0,1,' https ccbrackenville com contact '),
(49132,'field:19',0,1,' info ccbrackenville com '),
(49132,'field:28',0,1,' complete care at brackenville '),
(49132,'field:6',0,1,' lydia '),
(49132,'field:7',0,1,' lydiaesperati gmail com '),
(49132,'field:8',0,1,''),
(49132,'field:9',0,1,' volunteer opportunities '),
(49132,'title',0,1,' 2026 03 23 16 43 49 '),
(49141,'field:10',0,1,' looking for short term rehab for my dad he has a recent broken shoulder needs to regain strength in order to heal along with more cares than can be done at home please let me know if this is possible thank you '),
(49141,'field:18',0,1,' https ccsouthpointe com contact '),
(49141,'field:19',0,1,' info ccsouthpointe com goleary completecaremgmt com '),
(49141,'field:28',0,1,' complete care at southpointe '),
(49141,'field:6',0,1,' melissa madson '),
(49141,'field:7',0,1,' nama charter net '),
(49141,'field:8',0,1,''),
(49141,'field:9',0,1,' general inquiry '),
(49141,'title',0,1,' 2026 03 23 18 48 26 '),
(49148,'field:12',0,1,' kamica sellers '),
(49148,'field:13',0,1,' kamicasellers outlook com '),
(49148,'field:14',0,1,' 2016998624 '),
(49148,'field:15',0,1,' files resumes resume 2026 03 23 232149 leey pdf '),
(49148,'field:16',0,1,' dietary food service '),
(49148,'field:17',0,1,' dear hiring manager im very excited to apply for the dietary food service position and i look forward to a new work friendly professional environment at complete care at inglemoor with my years of experience i am positive i can bring forth all your expectations sincerely kamica sellers '),
(49148,'field:20',0,1,' https ccinglemoor com careers '),
(49148,'field:21',0,1,' careers ccinglemoor com '),
(49148,'field:29',0,1,' complete care at inglemoor '),
(49148,'title',0,1,' 2026 03 23 19 21 49 '),
(49149,'alt',0,1,''),
(49149,'extension',0,1,' pdf '),
(49149,'filename',0,1,' resume 2026 03 23 232149 leey pdf '),
(49149,'kind',0,1,' pdf '),
(49149,'slug',0,1,''),
(49149,'title',0,1,' resume '),
(49150,'field:10',0,1,' would like to tour facility '),
(49150,'field:18',0,1,' https mycompletecare com contact '),
(49150,'field:19',0,1,' hlabatch completecaremgmt com '),
(49150,'field:28',0,1,' complete care at woodlands '),
(49150,'field:6',0,1,' jane carney '),
(49150,'field:7',0,1,' mrsjanecarney gmail com '),
(49150,'field:8',0,1,''),
(49150,'field:9',0,1,' resident family support '),
(49150,'title',0,1,' 2026 03 23 19 28 58 '),
(49156,'field:12',0,1,' audrianna wright '),
(49156,'field:13',0,1,' audriannawright gmail com '),
(49156,'field:14',0,1,' 14149165021 '),
(49156,'field:15',0,1,' files resumes audrianna wright updated resume pdf '),
(49156,'field:16',0,1,' hr staffing nursing '),
(49156,'field:17',0,1,' n a '),
(49156,'field:20',0,1,' https ccglendalewest com careers '),
(49156,'field:21',0,1,' careers ccglendalewest com '),
(49156,'field:29',0,1,' complete care at glendale west '),
(49156,'title',0,1,' 2026 03 23 20 07 08 '),
(49157,'alt',0,1,''),
(49157,'extension',0,1,' pdf '),
(49157,'filename',0,1,' audrianna wright updated resume pdf '),
(49157,'kind',0,1,' pdf '),
(49157,'slug',0,1,''),
(49157,'title',0,1,' audrianna wright updated resume '),
(49171,'field:12',0,1,' belinda n courts '),
(49171,'field:13',0,1,' bcourts1111 gmail com '),
(49171,'field:14',0,1,' 17736630622 '),
(49171,'field:15',0,1,' files resumes belinda courts resume 11 pdf '),
(49171,'field:16',0,1,' activities recreation recruitment social services '),
(49171,'field:17',0,1,' review resume '),
(49171,'field:20',0,1,' https completecareblvd com careers '),
(49171,'field:21',0,1,' careers completecareblvd com '),
(49171,'field:29',0,1,' complete care at the boulevard '),
(49171,'title',0,1,' 2026 03 23 21 15 55 '),
(49172,'alt',0,1,''),
(49172,'extension',0,1,' pdf '),
(49172,'filename',0,1,' belinda courts resume 11 pdf '),
(49172,'kind',0,1,' pdf '),
(49172,'slug',0,1,''),
(49172,'title',0,1,' belinda courts resume 11 '),
(49175,'field:12',0,1,' zinnia dorrell '),
(49175,'field:13',0,1,' zinniadorrell19 gmail com '),
(49175,'field:14',0,1,' 8609334926 '),
(49175,'field:15',0,1,' files resumes zd resume pdf '),
(49175,'field:16',0,1,' dietary food service '),
(49175,'field:17',0,1,' dear hiring manager i am writing to express my interest in the dietary aide or environmental services position at your facility i am highly motivated to begin working as soon as possible and am eager to contribute to a team that provides quality care and support to residents i am a reliable and hardworking individual who is willing to learn quickly and take on any responsibilities needed i am comfortable working in fast paced environments following instructions and maintaining cleanliness and organization i understand the importance of teamwork especially in a healthcare setting and i am committed to helping create a safe and positive environment for both residents and staff although i may be new to this type of role i am very willing to be trained and take my responsibilities seriously i am also flexible with my availability and able to work evenings weekends and holidays if needed thank you for your time and consideration i would appreciate the opportunity to discuss how i can contribute to your team sincerely zinnia dorrell '),
(49175,'field:20',0,1,' https ccmeriden com careers '),
(49175,'field:21',0,1,' careers ccmeriden com '),
(49175,'field:29',0,1,' complete care at meriden '),
(49175,'title',0,1,' 2026 03 23 21 52 43 '),
(49176,'alt',0,1,''),
(49176,'extension',0,1,' pdf '),
(49176,'filename',0,1,' zd resume pdf '),
(49176,'kind',0,1,' pdf '),
(49176,'slug',0,1,''),
(49176,'title',0,1,' zd resume '),
(49177,'field:12',0,1,' zinnia dorrell '),
(49177,'field:13',0,1,' zinniadorrell19 gmail com '),
(49177,'field:14',0,1,' 8609334926 '),
(49177,'field:15',0,1,' files resumes zd resume 2026 03 24 015416 uuxt pdf '),
(49177,'field:16',0,1,' dietary food service '),
(49177,'field:17',0,1,' dear hiring manager i am writing to express my interest in the dietary aide or environmental services position at your facility i am highly motivated to begin working as soon as possible and am eager to contribute to a team that provides quality care and support to residents i am a reliable and hardworking individual who is willing to learn quickly and take on any responsibilities needed i am comfortable working in fast paced environments following instructions and maintaining cleanliness and organization i understand the importance of teamwork especially in a healthcare setting and i am committed to helping create a safe and positive environment for both residents and staff although i may be new to this type of role i am very willing to be trained and take my responsibilities seriously i am also flexible with my availability and able to work evenings weekends and holidays if needed thank you for your time and consideration i would appreciate the opportunity to discuss how i can contribute to your team sincerely zinnia dorrell '),
(49177,'field:20',0,1,' https ccmeriden com careers '),
(49177,'field:21',0,1,' careers ccmeriden com '),
(49177,'field:29',0,1,' complete care at meriden '),
(49177,'title',0,1,' 2026 03 23 21 54 16 '),
(49178,'alt',0,1,''),
(49178,'extension',0,1,' pdf '),
(49178,'filename',0,1,' zd resume 2026 03 24 015416 uuxt pdf '),
(49178,'kind',0,1,' pdf '),
(49178,'slug',0,1,''),
(49178,'title',0,1,' zd resume '),
(49188,'field:10',0,1,' i owe 5 hours of community service i hoping i can volunteer here with you guys i love helping people and am very reliable and am always handy for anything '),
(49188,'field:18',0,1,' https cckensington com contact '),
(49188,'field:19',0,1,' info cckensington com goleary completecaremgmt com '),
(49188,'field:28',0,1,' complete care at kensington '),
(49188,'field:6',0,1,' adonay sanchez '),
(49188,'field:7',0,1,' sewey4life gmail com '),
(49188,'field:8',0,1,''),
(49188,'field:9',0,1,' volunteer opportunities '),
(49188,'title',0,1,' 2026 03 23 22 47 55 '),
(49224,'field:1',0,1,' natalie ortiz '),
(49224,'field:2',0,1,' natalieortiz0711 icloud com '),
(49224,'field:22',0,1,' https mycompletecare com volunteer '),
(49224,'field:23',0,1,' volunteer completecaremgmt com '),
(49224,'field:3',0,1,' 18622902279 '),
(49224,'field:4',0,1,' complete care at chestnut hill '),
(49224,'field:5',0,1,' hello i am currently a junior at montclair state university majoring in public health administration i am reaching out with a genuine interest in volunteering at your multi service senior living community in chestnut hill passaic i have always had a strong passion for helping others and creating meaningful connections within my community whether its making someone smile through a friendly conversation playing a board game or even sharing a story i would also love to contribute by having activities like crafts book readings anything truly that encourages engagement and joy among the residents as someone who was born and raised in passaic giving back to my community is very important to me i am open to helping in any way needed including spending quality time with residents or assisting staff with daily activities additionally i am completing this form as part of a requirement to hopefully find an observational site where i can volunteer for 20 hours however beyond this requirement i am genuinely excited about the opportunity to learn grow and make a positive impact through hands on experience thank you so much for your time and consideration i would truly appreciate the opportunity to contribute to the community and support your residents in any way i can '),
(49224,'title',0,1,' 2026 03 24 00 31 28 '),
(49331,'field:12',0,1,' christine jones '),
(49331,'field:13',0,1,' christjones1158 gmail com '),
(49331,'field:14',0,1,' 17159663579 '),
(49331,'field:15',0,1,' files resumes img 1105 png files resumes img 0871 jpeg '),
(49331,'field:16',0,1,' activities recreation nursing '),
(49331,'field:17',0,1,' please contact with any questions '),
(49331,'field:20',0,1,' https cckensington com careers '),
(49331,'field:21',0,1,' careers cckensington com '),
(49331,'field:29',0,1,' complete care at kensington '),
(49331,'title',0,1,' 2026 03 24 03 03 09 '),
(49332,'alt',0,1,''),
(49332,'extension',0,1,' png '),
(49332,'filename',0,1,' img 1105 png '),
(49332,'kind',0,1,' image '),
(49332,'slug',0,1,''),
(49332,'title',0,1,' img 1105 '),
(49333,'alt',0,1,''),
(49333,'extension',0,1,' jpeg '),
(49333,'filename',0,1,' img 0871 jpeg '),
(49333,'kind',0,1,' image '),
(49333,'slug',0,1,''),
(49333,'title',0,1,' img 0871 '),
(49425,'field:12',0,1,' mary navarro '),
(49425,'field:13',0,1,' maryjoylumanog26 gmail com '),
(49425,'field:14',0,1,' 639158592215 '),
(49425,'field:15',0,1,' files resumes mary navarro pdf '),
(49425,'field:16',0,1,' administrative business office '),
(49425,'field:17',0,1,' good day by any chance do you need any help with the following insurance verification authorizations customer service front desk tasks medical billing coding collect and verify demographics insurance info and id monitor and manage incoming faxes md orders data entry virtual assistant tasks calendar management email management billing payroll google suite and microsoft skills knowledgeable hipaa regulations and healthcare privacy practices if so i worked with over 7 us physical therapy clinic and home health dme providers and other healthcare facilities as an expert in this industry i always bring out creative and fresh ideas that convert it as actual sales please see my attached resume link lets get down to business mary '),
(49425,'field:20',0,1,' https ccmultimed com careers '),
(49425,'field:21',0,1,' careers ccmultimed com '),
(49425,'field:29',0,1,' complete care at multi medical center '),
(49425,'title',0,1,' 2026 03 24 06 38 38 '),
(49426,'alt',0,1,''),
(49426,'extension',0,1,' pdf '),
(49426,'filename',0,1,' mary navarro pdf '),
(49426,'kind',0,1,' pdf '),
(49426,'slug',0,1,''),
(49426,'title',0,1,' mary navarro '),
(49427,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks amy wilson sales executive pro page profiles amy wilson propageprofiles com reply stop to opt out '),
(49427,'field:18',0,1,' https mycompletecare com contact '),
(49427,'field:19',0,1,' hlabatch completecaremgmt com '),
(49427,'field:28',0,1,' complete care at arbors '),
(49427,'field:6',0,1,' amy wilson '),
(49427,'field:7',0,1,' amy wilson propageprofiles com '),
(49427,'field:8',0,1,' pro page profiles '),
(49427,'field:9',0,1,' general inquiry '),
(49427,'title',0,1,' 2026 03 24 06 38 48 '),
(49444,'field:10',0,1,' hello are you accepting easter basket donations for residents if so do you know how many you would need ill try my best to fulfill one for every resident '),
(49444,'field:18',0,1,' https ccmiddlebury com contact '),
(49444,'field:19',0,1,' info ccmiddlebury com '),
(49444,'field:28',0,1,' complete care at middlebury '),
(49444,'field:6',0,1,' hannah '),
(49444,'field:7',0,1,' hannahv 132 gmail com '),
(49444,'field:8',0,1,''),
(49444,'field:9',0,1,' volunteer opportunities '),
(49444,'title',0,1,' 2026 03 24 08 02 26 '),
(49447,'field:10',0,1,' re seo report hello good morning i was checking your website and see you have a good design and it looks great but its not ranking on google and other major search engines with your permission i would like to send you a seo report with prices showing you a few things to greatly improve these search results for you these things are not difficult and my report will be very specific it will show you exactly what needs to be done to move you up in the rankings dramatically kindly let me know if you would be interested so we can email you more details or schedule a call thanks best regards melissa therrien '),
(49447,'field:18',0,1,' https ccgermantown com contact '),
(49447,'field:19',0,1,' info ccgermantown com '),
(49447,'field:28',0,1,' complete care at germantown '),
(49447,'field:6',0,1,' melissa therrien '),
(49447,'field:7',0,1,' melissatherrien83 gmail com '),
(49447,'field:8',0,1,' seo tech '),
(49447,'field:9',0,1,' general inquiry '),
(49447,'title',0,1,' 2026 03 24 08 43 35 '),
(49451,'field:12',0,1,' kadian brown '),
(49451,'field:13',0,1,' kadianbrown551 gmail com '),
(49451,'field:14',0,1,' 8629448332 '),
(49451,'field:15',0,1,' files resumes kadian brown resume 2026 03 24 132101 tvis pdf '),
(49451,'field:16',0,1,' activities recreation dietary food service '),
(49451,'field:17',0,1,' please dont hesitate to reach out to me if theres any openings thank you '),
(49451,'field:20',0,1,' https ccphillipsburg com careers '),
(49451,'field:21',0,1,' careers ccphillipsburg com '),
(49451,'field:29',0,1,' complete care at phillipsburg '),
(49451,'title',0,1,' 2026 03 24 09 21 01 '),
(49452,'alt',0,1,''),
(49452,'extension',0,1,' pdf '),
(49452,'filename',0,1,' kadian brown resume 2026 03 24 132101 tvis pdf '),
(49452,'kind',0,1,' pdf '),
(49452,'slug',0,1,''),
(49452,'title',0,1,' kadian brown resume '),
(49487,'field:12',0,1,' michael meade '),
(49487,'field:13',0,1,' michael p meade1228 gmail com '),
(49487,'field:14',0,1,' 18053400524 '),
(49487,'field:15',0,1,' files resumes michael meade resume behavioral health careers pdf '),
(49487,'field:16',0,1,' administrative business office admissions marketing hr staffing social services '),
(49487,'field:17',0,1,' hello thank you for taking my resume into consideration i hope to hear from your hiring team soon thank you very much for this opportunity '),
(49487,'field:20',0,1,' https ccmercerville com careers '),
(49487,'field:21',0,1,' careers ccmercerville com '),
(49487,'field:29',0,1,' complete care at mercerville '),
(49487,'title',0,1,' 2026 03 24 11 02 12 '),
(49488,'alt',0,1,''),
(49488,'extension',0,1,' pdf '),
(49488,'filename',0,1,' michael meade resume behavioral health careers pdf '),
(49488,'kind',0,1,' pdf '),
(49488,'slug',0,1,''),
(49488,'title',0,1,' michael meade resume behavioral health careers '),
(49494,'field:10',0,1,' check the status of my application '),
(49494,'field:18',0,1,' https mycompletecare com contact '),
(49494,'field:19',0,1,' hlabatch completecaremgmt com '),
(49494,'field:28',0,1,''),
(49494,'field:6',0,1,' daniel bofah '),
(49494,'field:7',0,1,' jkdanielbofah yahoo co uk '),
(49494,'field:8',0,1,' complete care plainfield '),
(49494,'field:9',0,1,' careers '),
(49494,'title',0,1,' 2026 03 24 11 17 21 '),
(49514,'field:12',0,1,' kelyn shider '),
(49514,'field:13',0,1,' kelyndesigns gmail com '),
(49514,'field:14',0,1,' 16102487794 '),
(49514,'field:15',0,1,' files resumes resume 2026 03 24 161411 jmrf pdf '),
(49514,'field:16',0,1,''),
(49514,'field:17',0,1,' seeking a position which will provide an opportunity for growth and advancement '),
(49514,'field:20',0,1,' https completecareclark com careers '),
(49514,'field:21',0,1,' careers completecareclark com '),
(49514,'field:29',0,1,' complete care at clark '),
(49514,'title',0,1,' 2026 03 24 12 14 11 '),
(49515,'alt',0,1,''),
(49515,'extension',0,1,' pdf '),
(49515,'filename',0,1,' resume 2026 03 24 161411 jmrf pdf '),
(49515,'kind',0,1,' pdf '),
(49515,'slug',0,1,''),
(49515,'title',0,1,' resume '),
(49520,'field:12',0,1,' jasmine alfaro '),
(49520,'field:13',0,1,' jasminealfaro26 gmail com '),
(49520,'field:14',0,1,' 18482411042 '),
(49520,'field:15',0,1,' files resumes resume jasmine alfaro pdf '),
(49520,'field:16',0,1,' activities recreation '),
(49520,'field:17',0,1,' hi this is jasmine alfaro thank you for your time looking at my resume i hope i hear from you soon thank you '),
(49520,'field:20',0,1,' https completecarebrick com careers '),
(49520,'field:21',0,1,' careers completecarebrick com '),
(49520,'field:29',0,1,' complete care at brick '),
(49520,'title',0,1,' 2026 03 24 12 38 10 '),
(49521,'alt',0,1,''),
(49521,'extension',0,1,' pdf '),
(49521,'filename',0,1,' resume jasmine alfaro pdf '),
(49521,'kind',0,1,' pdf '),
(49521,'slug',0,1,''),
(49521,'title',0,1,' resume jasmine alfaro '),
(49522,'field:12',0,1,' mikasha conley '),
(49522,'field:13',0,1,' mikasha conley icloud com '),
(49522,'field:14',0,1,' 4147508359 '),
(49522,'field:15',0,1,' files resumes cbrf prescreen guide pdf '),
(49522,'field:16',0,1,''),
(49522,'field:17',0,1,' caregiver '),
(49522,'field:20',0,1,' https cchalescorners com careers '),
(49522,'field:21',0,1,' info cchalescorners com goleary completecaremgmt com '),
(49522,'field:29',0,1,' complete care at hales corners '),
(49522,'title',0,1,' 2026 03 24 12 39 56 '),
(49523,'alt',0,1,''),
(49523,'extension',0,1,' pdf '),
(49523,'filename',0,1,' cbrf prescreen guide pdf '),
(49523,'kind',0,1,' pdf '),
(49523,'slug',0,1,''),
(49523,'title',0,1,' cbrf prescreen guide '),
(49526,'field:10',0,1,' i am the choir director at wajsh i would like to bring some 7th 8th grade students to perform their solo ensemble pieces we did this last spring in the chapel and it was streamed to the rooms while some listened in person i am wondering if we could come in on april 9th or 10th in the morning 10 30 11 00ish let me know or have the activities director reach out with another option thank you '),
(49526,'field:18',0,1,' https ccchristianhome com contact '),
(49526,'field:19',0,1,' info ccchristianhome com '),
(49526,'field:28',0,1,' complete care at christian home '),
(49526,'field:6',0,1,' becky schultz '),
(49526,'field:7',0,1,' reschultz waupun k12 wi us '),
(49526,'field:8',0,1,' waupun area jr sr high school '),
(49526,'field:9',0,1,' general inquiry '),
(49526,'title',0,1,' 2026 03 24 13 23 30 '),
(49528,'field:12',0,1,' steven michael poe '),
(49528,'field:13',0,1,' stevenpoe298 gmail com '),
(49528,'field:14',0,1,' 2672544924 '),
(49528,'field:15',0,1,' files resumes resume202406260826 1 1 pdf '),
(49528,'field:16',0,1,' maintenance housekeeping '),
(49528,'field:17',0,1,' with over 20 years of progressive evs leadership in healthcare including director and operations manager roles at hospitals and skilled nursing facilities ranging from 175 to 252 beds i am confident i can bring immediate value to your team as district manager i have managed union and non union staffs of 43 overseeing scheduling budgeting supply ordering quality assurance and staff development across multiple accounts simultaneously i am a hands on leader with a proven record of maintaining the highest sanitation and operational standards and i would welcome the opportunity to bring that experience to your organization '),
(49528,'field:20',0,1,' https ccvoorhees com careers '),
(49528,'field:21',0,1,' careers ccvoorhees com '),
(49528,'field:29',0,1,' complete care at voorhees '),
(49528,'title',0,1,' 2026 03 24 13 57 15 '),
(49529,'alt',0,1,''),
(49529,'extension',0,1,' pdf '),
(49529,'filename',0,1,' resume202406260826 1 1 pdf '),
(49529,'kind',0,1,' pdf '),
(49529,'slug',0,1,''),
(49529,'title',0,1,' resume202406260826 1 1 '),
(49531,'field:12',0,1,' million brown '),
(49531,'field:13',0,1,' millionbrown2 gmail com '),
(49531,'field:14',0,1,' 9083916371 '),
(49531,'field:15',0,1,''),
(49531,'field:16',0,1,' activities recreation dietary food service '),
(49531,'field:17',0,1,' dear hiring manager i am applying for the dietary dishwasher position at complete care in brick i am currently finishing high school and have experience working in a similar role at bartley healthcare where i handled dishwashing kept the kitchen clean and helped maintain a safe and organized environment i am reliable work well in fast paced environments and understand the importance of cleanliness in a healthcare facility i am always willing to learn and help wherever needed thank you for your time and consideration i look forward to the opportunity to speak with you sincerely million brown '),
(49531,'field:20',0,1,' https mycompletecare com careers '),
(49531,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(49531,'field:29',0,1,' complete care at brick '),
(49531,'title',0,1,' 2026 03 24 14 04 29 '),
(49534,'field:10',0,1,' hello i have called to request a patients updated medication list but have been unable to speak with anyone do you have a fax number i can send a request thanks '),
(49534,'field:18',0,1,' https ccwheaton com contact '),
(49534,'field:19',0,1,' info ccwheaton com '),
(49534,'field:28',0,1,' complete care at wheaton '),
(49534,'field:6',0,1,' janice hodor '),
(49534,'field:7',0,1,' janice hodor holycrosshealth org '),
(49534,'field:8',0,1,' holy cross cancer center '),
(49534,'field:9',0,1,' general inquiry '),
(49534,'title',0,1,' 2026 03 24 14 09 44 '),
(49557,'field:12',0,1,' taquita johnson '),
(49557,'field:13',0,1,' makitalee35 icloud com '),
(49557,'field:14',0,1,' 9738169736 '),
(49557,'field:15',0,1,' files resumes resume 2 2026 03 24 191114 ucfk pdf '),
(49557,'field:16',0,1,' maintenance housekeeping '),
(49557,'field:17',0,1,' attention housekeeping '),
(49557,'field:20',0,1,' https ccfairlawnedge com careers '),
(49557,'field:21',0,1,' careers ccfairlawnedge com '),
(49557,'field:29',0,1,' complete care at fair lawn edge '),
(49557,'title',0,1,' 2026 03 24 15 11 14 '),
(49558,'alt',0,1,''),
(49558,'extension',0,1,' pdf '),
(49558,'filename',0,1,' resume 2 2026 03 24 191114 ucfk pdf '),
(49558,'kind',0,1,' pdf '),
(49558,'slug',0,1,''),
(49558,'title',0,1,' resume 2 '),
(49560,'field:12',0,1,' taquita johnson '),
(49560,'field:13',0,1,' makitalee35 icloud com '),
(49560,'field:14',0,1,' 9738169736 '),
(49560,'field:15',0,1,' files resumes resume 2 2026 03 24 191400 kjgb pdf '),
(49560,'field:16',0,1,' maintenance housekeeping '),
(49560,'field:17',0,1,' attention housekeeping '),
(49560,'field:20',0,1,' https ccchestnuthill com careers '),
(49560,'field:21',0,1,' info ccchestnuthill com '),
(49560,'field:29',0,1,' complete care at chestnut hill '),
(49560,'title',0,1,' 2026 03 24 15 14 00 '),
(49561,'alt',0,1,''),
(49561,'extension',0,1,' pdf '),
(49561,'filename',0,1,' resume 2 2026 03 24 191400 kjgb pdf '),
(49561,'kind',0,1,' pdf '),
(49561,'slug',0,1,''),
(49561,'title',0,1,' resume 2 '),
(49565,'field:12',0,1,' taquita johnsin '),
(49565,'field:13',0,1,' makitalee35 icloud com '),
(49565,'field:14',0,1,' 9738169436 '),
(49565,'field:15',0,1,' files resumes resume 2 2026 03 24 191621 aueu pdf '),
(49565,'field:16',0,1,' maintenance housekeeping '),
(49565,'field:17',0,1,' attention housekeeping '),
(49565,'field:20',0,1,' https ccprospectheights com careers '),
(49565,'field:21',0,1,' careers ccprospectheights com '),
(49565,'field:29',0,1,' complete care at prospect heights '),
(49565,'title',0,1,' 2026 03 24 15 16 21 '),
(49566,'alt',0,1,''),
(49566,'extension',0,1,' pdf '),
(49566,'filename',0,1,' resume 2 2026 03 24 191621 aueu pdf '),
(49566,'kind',0,1,' pdf '),
(49566,'slug',0,1,''),
(49566,'title',0,1,' resume 2 '),
(49604,'field:10',0,1,' my daughter is a sophomore in stockton universitys nursing program and is looking for a summer job in monmouth county do you have any opportunities for her '),
(49604,'field:18',0,1,' https ccshrewsbury com contact '),
(49604,'field:19',0,1,' info ccshrewsbury com '),
(49604,'field:28',0,1,' complete care at shrewsbury '),
(49604,'field:6',0,1,' priya fox '),
(49604,'field:7',0,1,' priya fox doh nj gov '),
(49604,'field:8',0,1,''),
(49604,'field:9',0,1,' careers '),
(49604,'title',0,1,' 2026 03 24 16 35 14 '),
(49609,'field:10',0,1,' do patients receive mail packages if so how do i go about doing this '),
(49609,'field:18',0,1,' https ccridgewood com contact '),
(49609,'field:19',0,1,' info ccridgewood com '),
(49609,'field:28',0,1,' complete care at ridgewood '),
(49609,'field:6',0,1,' jennifer arnold '),
(49609,'field:7',0,1,' arnoldjennifer242 yahoo com '),
(49609,'field:8',0,1,''),
(49609,'field:9',0,1,' general inquiry '),
(49609,'title',0,1,' 2026 03 24 17 24 25 '),
(49611,'field:10',0,1,' im interested in a kitchen waitress position '),
(49611,'field:18',0,1,' https ccmeriden com contact '),
(49611,'field:19',0,1,' info ccmeriden com '),
(49611,'field:28',0,1,' complete care at meriden '),
(49611,'field:6',0,1,' tianna caldeira '),
(49611,'field:7',0,1,' summergirl 2002 yahoo com '),
(49611,'field:8',0,1,''),
(49611,'field:9',0,1,' careers '),
(49611,'title',0,1,' 2026 03 24 17 28 42 '),
(49617,'field:12',0,1,' liana alba '),
(49617,'field:13',0,1,' lianaalbaaaa gmail com '),
(49617,'field:14',0,1,' 8622766631 '),
(49617,'field:15',0,1,' files resumes resume 2026 03 24 220033 yifo pdf '),
(49617,'field:16',0,1,' activities recreation '),
(49617,'field:17',0,1,' i want to work at complete care because i enjoy helping others and making people feel cared for i am patient friendly and like building connections especially with people who may need extra support i would love to brighten residents days whether thats through conversation or helping with daily tasks this job fits my caring personality and allows me to make a positive impact '),
(49617,'field:20',0,1,' https ccfairlawnedge com careers '),
(49617,'field:21',0,1,' careers ccfairlawnedge com '),
(49617,'field:29',0,1,' complete care at fair lawn edge '),
(49617,'title',0,1,' 2026 03 24 18 00 33 '),
(49618,'alt',0,1,''),
(49618,'extension',0,1,' pdf '),
(49618,'filename',0,1,' resume 2026 03 24 220033 yifo pdf '),
(49618,'kind',0,1,' pdf '),
(49618,'slug',0,1,''),
(49618,'title',0,1,' resume '),
(49633,'field:10',0,1,' my 78 year old mother is going to need assisted living care in the near future for dementia my father was in this facility about 15 years ago im not sure of the process going forward can i set up a visit next week '),
(49633,'field:18',0,1,' https mycompletecare com contact '),
(49633,'field:19',0,1,' hlabatch completecaremgmt com '),
(49633,'field:28',0,1,' complete care at brick '),
(49633,'field:6',0,1,' chuck lazar '),
(49633,'field:7',0,1,' cdlazarjr gmail com '),
(49633,'field:8',0,1,''),
(49633,'field:9',0,1,' general inquiry '),
(49633,'title',0,1,' 2026 03 24 19 30 37 '),
(49647,'field:10',0,1,' good evening i keep leaving messages and no callbacks i was wondering if somebody could please either email me or contact me at 917 681 7975 '),
(49647,'field:18',0,1,' https mycompletecare com contact '),
(49647,'field:19',0,1,' hlabatch completecaremgmt com '),
(49647,'field:28',0,1,''),
(49647,'field:6',0,1,' teresa reeves '),
(49647,'field:7',0,1,' treeves913 aol com '),
(49647,'field:8',0,1,''),
(49647,'field:9',0,1,' resident family support '),
(49647,'title',0,1,' 2026 03 24 20 11 09 '),
(49653,'field:10',0,1,' hi want to look for pricing for my mother please contact me 973 580 6612 '),
(49653,'field:18',0,1,' https mycompletecare com contact '),
(49653,'field:19',0,1,' hlabatch completecaremgmt com '),
(49653,'field:28',0,1,''),
(49653,'field:6',0,1,' lee mcneel '),
(49653,'field:7',0,1,' leemcneel hotmail com '),
(49653,'field:8',0,1,''),
(49653,'field:9',0,1,' general inquiry '),
(49653,'title',0,1,' 2026 03 24 20 48 19 '),
(49666,'field:10',0,1,' i went there for the first time to deliver a patient food as soon as i got off the elevator on the second floor i was met with a horrible stench as i walked the piss scented halls to get to my destination all i heard were screams of desperation patients were pleading for help at the top of their lungs i even heard a weak voice trying to get someones anyones attention coming from one room someone was even begging for death all while the staff was just standing there doing nothing i asked one of the nurses was the patient okay and she responded thats just his behavior that may have been acceptable if the cries were coming from only one room but it was every other room the place is a nightmare someone needs to do something '),
(49666,'field:18',0,1,' https ccburlingtonwoods com contact '),
(49666,'field:19',0,1,' info ccburlingtonwoods com '),
(49666,'field:28',0,1,' complete care at burlington woods '),
(49666,'field:6',0,1,' kinesha whitaker '),
(49666,'field:7',0,1,' kineshaloves icloud com '),
(49666,'field:8',0,1,''),
(49666,'field:9',0,1,' resident family support '),
(49666,'title',0,1,' 2026 03 24 21 57 00 '),
(49698,'field:12',0,1,' imani '),
(49698,'field:13',0,1,' imanifree21 icloud com '),
(49698,'field:14',0,1,' 6097409732 '),
(49698,'field:15',0,1,' files resumes blank 3 pdf '),
(49698,'field:16',0,1,' activities recreation dietary food service maintenance housekeeping '),
(49698,'field:17',0,1,' i was interested in the job hope to hear from you guys '),
(49698,'field:20',0,1,' https ccburlingtonwoods com careers '),
(49698,'field:21',0,1,' careers ccburlingtonwoods com '),
(49698,'field:29',0,1,' complete care at burlington woods '),
(49698,'title',0,1,' 2026 03 24 22 45 47 '),
(49699,'alt',0,1,''),
(49699,'extension',0,1,' pdf '),
(49699,'filename',0,1,' blank 3 pdf '),
(49699,'kind',0,1,' pdf '),
(49699,'slug',0,1,''),
(49699,'title',0,1,' blank 3 '),
(49701,'field:10',0,1,' interestingly my mom worked there a long time ago we are looking for assisted living with maybe snf when medicaid goes thru she is legally blind ckd stage 5 copd hypothyroidism status post lung cancer stage 1 surgery removed it all can you please advise of prices be nice if her years working there would benefit her now she needs assistance lol thx for any information cindy hahn '),
(49701,'field:18',0,1,' https mycompletecare com contact '),
(49701,'field:19',0,1,' hlabatch completecaremgmt com '),
(49701,'field:28',0,1,' complete care at silver lake '),
(49701,'field:6',0,1,' cindy hahn '),
(49701,'field:7',0,1,' thekid1892 icloud com '),
(49701,'field:8',0,1,''),
(49701,'field:9',0,1,' other '),
(49701,'title',0,1,' 2026 03 24 22 47 38 '),
(49719,'field:10',0,1,' i am looking for assisted living for my mom a place where she can stay when she needs more care she is 90 '),
(49719,'field:18',0,1,' https mycompletecare com contact '),
(49719,'field:19',0,1,' hlabatch completecaremgmt com '),
(49719,'field:28',0,1,' complete care at manitowoc '),
(49719,'field:6',0,1,' diane paquette '),
(49719,'field:7',0,1,' paquettes2 live com '),
(49719,'field:8',0,1,''),
(49719,'field:9',0,1,' resident family support '),
(49719,'title',0,1,' 2026 03 24 23 15 34 '),
(49729,'field:10',0,1,' hi my name is dr sweta goel and i am the founder of prime neurology in fair lawn we recently saw a patient from your facility and upon looking up online we noticed that our office is located quite close to your facility hence i wanted to reach out to introduce myself and learn more about your team and the care you provide maybe we can have a brief chat with the medical director or the don at your facility and see how prime neurology can be a resource for you i look forward to connecting best regards dr sweta goel personal cell 339 293 7686 prime neurology 15 01 broadway suite 32 fair lawn nj 07410 office phone 551 252 5316 primeneurologynj com '),
(49729,'field:18',0,1,' https mycompletecare com contact '),
(49729,'field:19',0,1,' hlabatch completecaremgmt com '),
(49729,'field:28',0,1,' complete care at fair lawn edge '),
(49729,'field:6',0,1,' sweta goel '),
(49729,'field:7',0,1,' sgoel primeneurologynj com '),
(49729,'field:8',0,1,' prime neurology '),
(49729,'field:9',0,1,' other '),
(49729,'title',0,1,' 2026 03 24 23 41 34 '),
(49807,'field:10',0,1,' hey your websites design is absolutely brilliant the visuals really enhance your message and the content compels action i have forwarded it to a few of my contacts who i think could benefit from your services when i was looking at your website though i noticed a slight issue re your seo that i thought you might not be aware of it is a relatively simple fix would you like me to write it up or share issue with you if this is a priority i can also get on a call regards gloria mueller '),
(49807,'field:18',0,1,' https completecareglendale com contact '),
(49807,'field:19',0,1,' info completecareglendale com '),
(49807,'field:28',0,1,' complete care at glendale '),
(49807,'field:6',0,1,' gloria mueller '),
(49807,'field:7',0,1,' muellergloriamkt gmail com '),
(49807,'field:8',0,1,''),
(49807,'field:9',0,1,' general inquiry '),
(49807,'title',0,1,' 2026 03 25 05 10 45 '),
(49843,'field:12',0,1,' penelope e mauer '),
(49843,'field:13',0,1,' penelopemauer gmail com '),
(49843,'field:14',0,1,' 12155847122 '),
(49843,'field:15',0,1,' files resumes resume 2025 2 pdf '),
(49843,'field:16',0,1,' social services '),
(49843,'field:17',0,1,' goodmorning i am interested in a full time social work position at complete care i hold my lcsw and have many years of patient care experience including discharge planning thank you penelope mauer lcsw '),
(49843,'field:20',0,1,' https ccmercerville com careers '),
(49843,'field:21',0,1,' careers ccmercerville com '),
(49843,'field:29',0,1,' complete care at mercerville '),
(49843,'title',0,1,' 2026 03 25 08 17 39 '),
(49844,'alt',0,1,''),
(49844,'extension',0,1,' pdf '),
(49844,'filename',0,1,' resume 2025 2 pdf '),
(49844,'kind',0,1,' pdf '),
(49844,'slug',0,1,''),
(49844,'title',0,1,' resume 2025 2 '),
(49845,'field:10',0,1,' hi i hope youre doing well at one o seven rcm were dedicated to helping healthcare practices whether new or established streamline medical billing credentialing and revenue cycle management our goal is to reduce your administrative burden while keeping costs efficient 50% off credentialing services billing services at 2 49% of monthly collections would you be open to a quick call or virtual meeting to see how we can support your practices growth '),
(49845,'field:18',0,1,' https mycompletecare com contact '),
(49845,'field:19',0,1,' hlabatch completecaremgmt com '),
(49845,'field:28',0,1,''),
(49845,'field:6',0,1,' joe patrick '),
(49845,'field:7',0,1,' joe oneosevenrcm com '),
(49845,'field:8',0,1,' one o seven rcm credentialing medical billing services '),
(49845,'field:9',0,1,' general inquiry '),
(49845,'title',0,1,' 2026 03 25 08 20 10 '),
(49848,'field:10',0,1,' hi i was recently visiting clients in groton and came across your business so i wanted to reach out we help local companies keep their facilities clean with reliable service and detailed inspections would you be open to a no obligation cleaning quote have a great day wilma tyer business development rep purevibe janitorial wtyer purevibejanitorial com respond with stop to optout '),
(49848,'field:18',0,1,' https mycompletecare com contact '),
(49848,'field:19',0,1,' hlabatch completecaremgmt com '),
(49848,'field:28',0,1,' complete care at arbors '),
(49848,'field:6',0,1,' wilma tyer '),
(49848,'field:7',0,1,' wtyer purevibejanitorial com '),
(49848,'field:8',0,1,' purevibe janitorial '),
(49848,'field:9',0,1,' general inquiry '),
(49848,'title',0,1,' 2026 03 25 08 44 44 '),
(49882,'field:12',0,1,' jermani washington '),
(49882,'field:13',0,1,' jermaniwashington49 gmail com '),
(49882,'field:14',0,1,' 2159108903 '),
(49882,'field:15',0,1,''),
(49882,'field:16',0,1,' nursing '),
(49882,'field:17',0,1,' hi my name is jermani im 20 i been a health aid for 2 years '),
(49882,'field:20',0,1,' https completecarehillside com careers '),
(49882,'field:21',0,1,' careers completecarehillside com '),
(49882,'field:29',0,1,' complete care at hillside '),
(49882,'title',0,1,' 2026 03 25 09 33 07 '),
(49951,'field:10',0,1,' im looking for a nursing home for my mother she is bed bound on a feeding tube do you have a facility in the annapolis area that has room she would be self pay '),
(49951,'field:18',0,1,' https mycompletecare com contact '),
(49951,'field:19',0,1,' hlabatch completecaremgmt com '),
(49951,'field:28',0,1,''),
(49951,'field:6',0,1,' julia barker '),
(49951,'field:7',0,1,' juliamaebarker gmail com '),
(49951,'field:8',0,1,''),
(49951,'field:9',0,1,' resident family support '),
(49951,'title',0,1,' 2026 03 25 10 25 07 '),
(49962,'field:12',0,1,' penelope e mauer '),
(49962,'field:13',0,1,' penelopemauer gmail com '),
(49962,'field:14',0,1,' 12155847122 '),
(49962,'field:15',0,1,' files resumes resume 2025 2026 03 25 143245 pavs pdf '),
(49962,'field:16',0,1,' social services '),
(49962,'field:17',0,1,' hello i hold my lcsw and have many years of experience in patient care and discharge planning i am interested in a full time social work position please review my resume for open positions thank you penelope mauer lcsw '),
(49962,'field:20',0,1,' https ccvoorhees com careers '),
(49962,'field:21',0,1,' careers ccvoorhees com '),
(49962,'field:29',0,1,' complete care at voorhees '),
(49962,'title',0,1,' 2026 03 25 10 32 45 '),
(49963,'alt',0,1,''),
(49963,'extension',0,1,' pdf '),
(49963,'filename',0,1,' resume 2025 2026 03 25 143245 pavs pdf '),
(49963,'kind',0,1,' pdf '),
(49963,'slug',0,1,''),
(49963,'title',0,1,' resume 2025 '),
(49973,'field:12',0,1,' penelope e mauer '),
(49973,'field:13',0,1,' penelopemauer gmail com '),
(49973,'field:14',0,1,' 12155847122 '),
(49973,'field:15',0,1,' files resumes resume 2025 2026 03 25 143659 hcmz pdf '),
(49973,'field:16',0,1,' social services '),
(49973,'field:17',0,1,' hello i hold my lcsw in nj i have many years of experience in patient care and discharge planning please review my resume for full time social work position thank you penelope mauer lcsw '),
(49973,'field:20',0,1,' https ccparkplace com careers '),
(49973,'field:21',0,1,' careers ccparkplace com '),
(49973,'field:29',0,1,' complete care at park place '),
(49973,'title',0,1,' 2026 03 25 10 36 59 '),
(49974,'alt',0,1,''),
(49974,'extension',0,1,' pdf '),
(49974,'filename',0,1,' resume 2025 2026 03 25 143659 hcmz pdf '),
(49974,'kind',0,1,' pdf '),
(49974,'slug',0,1,''),
(49974,'title',0,1,' resume 2025 '),
(49981,'field:12',0,1,' anny tapia '),
(49981,'field:13',0,1,' annytapia85 gmail com '),
(49981,'field:14',0,1,' 9734380141 '),
(49981,'field:15',0,1,''),
(49981,'field:16',0,1,' activities recreation '),
(49981,'field:17',0,1,' thanks for the opportunity '),
(49981,'field:20',0,1,' https mycompletecare com careers '),
(49981,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(49981,'field:29',0,1,' complete care at chestnut hill '),
(49981,'title',0,1,' 2026 03 25 10 42 36 '),
(49985,'field:12',0,1,' anny tapia '),
(49985,'field:13',0,1,' annytapia85 gmail com '),
(49985,'field:14',0,1,' 9734380141 '),
(49985,'field:15',0,1,''),
(49985,'field:16',0,1,' activities recreation maintenance housekeeping '),
(49985,'field:17',0,1,' thank for opportunity '),
(49985,'field:20',0,1,' https mycompletecare com careers '),
(49985,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(49985,'field:29',0,1,' chestnut hill residences by complete care '),
(49985,'title',0,1,' 2026 03 25 10 45 34 '),
(50003,'field:10',0,1,' hello my step daughter lives at the facility in shrewsbury jennifer giampetro i am wondering what possible services are available on the television infrastructure for example jenny has requested netflix is netflix available if i purchase a subscription is disney available if i purchase a subscription thanks very much kind regards shari '),
(50003,'field:18',0,1,' https ccshrewsbury com contact '),
(50003,'field:19',0,1,' info ccshrewsbury com '),
(50003,'field:28',0,1,' complete care at shrewsbury '),
(50003,'field:6',0,1,' shari kinsman '),
(50003,'field:7',0,1,' sharikinsman gmail com '),
(50003,'field:8',0,1,''),
(50003,'field:9',0,1,' general inquiry '),
(50003,'title',0,1,' 2026 03 25 11 03 12 '),
(50012,'field:12',0,1,' doug alford '),
(50012,'field:13',0,1,' dougkalford1 gmail com '),
(50012,'field:14',0,1,' 4452846323 '),
(50012,'field:15',0,1,' files resumes img 1367 jpeg '),
(50012,'field:16',0,1,' dietary food service maintenance housekeeping '),
(50012,'field:17',0,1,' looking for a part time job in either dietary or housekeeping '),
(50012,'field:20',0,1,' https cckressonview com careers '),
(50012,'field:21',0,1,' careers cckressonview com '),
(50012,'field:29',0,1,' complete care at kresson view '),
(50012,'title',0,1,' 2026 03 25 12 41 37 '),
(50013,'alt',0,1,''),
(50013,'extension',0,1,' jpeg '),
(50013,'filename',0,1,' img 1367 jpeg '),
(50013,'kind',0,1,' image '),
(50013,'slug',0,1,''),
(50013,'title',0,1,' img 1367 '),
(50014,'field:12',0,1,' lainey rickard '),
(50014,'field:13',0,1,' lrickard2345 gmail com '),
(50014,'field:14',0,1,' 6085745392 '),
(50014,'field:15',0,1,' files resumes resume 1774456950276 pdf '),
(50014,'field:16',0,1,' nursing '),
(50014,'field:17',0,1,' i am writing to you today to apply as a cna at complete care nazareth house i am a hard working dedicated cna continually striving to provide a high level of care to patients residents as a cna i have worked with a variety of patients of different ages and conditions i am highly organized and dependable with the ability to provide compassionate care i am knowledgeable with patient care and i am also able to easily communicate with patients and families '),
(50014,'field:20',0,1,' https ccnazareth com careers '),
(50014,'field:21',0,1,' careers ccnazareth com '),
(50014,'field:29',0,1,' complete care at nazareth '),
(50014,'title',0,1,' 2026 03 25 12 55 27 '),
(50015,'alt',0,1,''),
(50015,'extension',0,1,' pdf '),
(50015,'filename',0,1,' resume 1774456950276 pdf '),
(50015,'kind',0,1,' pdf '),
(50015,'slug',0,1,''),
(50015,'title',0,1,' resume 1774456950276 '),
(50023,'field:10',0,1,' good afternoon we recently visited your facility community options is seeking referrals for new development in atlantic and cape may counties our agency provides supported community housing for individuals with intellectual and developmental disabilities we are seeking referrals specifically for those transitioning from a skilled nursing facility hospital or developmental center ive attached images of our newest regional homes i would be happy to discuss further and offer any support in facilitating any referrals for community placements '),
(50023,'field:18',0,1,' https mycompletecare com contact '),
(50023,'field:19',0,1,' hlabatch completecaremgmt com '),
(50023,'field:28',0,1,''),
(50023,'field:6',0,1,' cristine chickadel '),
(50023,'field:7',0,1,' cristine chickadel comop org '),
(50023,'field:8',0,1,' community options inc '),
(50023,'field:9',0,1,' other '),
(50023,'title',0,1,' 2026 03 25 13 44 04 '),
(50047,'field:12',0,1,' andrea napenas '),
(50047,'field:13',0,1,' naenapenas gmail com '),
(50047,'field:14',0,1,' 2013348333 '),
(50047,'field:15',0,1,' files resumes andrea napenas resume updated pdf '),
(50047,'field:16',0,1,' administrative business office dietary food service '),
(50047,'field:17',0,1,' dear hiring manager i am writing to express my interest in the dietary food service or administrative business office position at your facility with my previous experience working in a fast paced restaurant environment as a supervisor i have developed strong skills in food preparation cleanliness teamwork and customer service and office work i am a dependable and hardworking individual who takes pride in following food safety standards and helping provide quality meals to customers i am also very comfortable working in a team office environment staying organized during busy hours and making sure tasks are completed efficiently i would greatly appreciate the opportunity to join your team and contribute my skills and positive attitude to your food service department thank you for your time and consideration and i look forward to hearing from you sincerely andrea napenas '),
(50047,'field:20',0,1,' https ccinglemoor com careers '),
(50047,'field:21',0,1,' careers ccinglemoor com '),
(50047,'field:29',0,1,' complete care at inglemoor '),
(50047,'title',0,1,' 2026 03 25 14 13 49 '),
(50048,'alt',0,1,''),
(50048,'extension',0,1,' pdf '),
(50048,'filename',0,1,' andrea napenas resume updated pdf '),
(50048,'kind',0,1,' pdf '),
(50048,'slug',0,1,''),
(50048,'title',0,1,' andrea napenas resume updated '),
(50064,'field:12',0,1,' donna van seeters '),
(50064,'field:13',0,1,' donnavanseeters gmail com '),
(50064,'field:14',0,1,' 8625919048 '),
(50064,'field:15',0,1,' files resumes updated resume doc pdf '),
(50064,'field:16',0,1,' administrative business office admissions marketing '),
(50064,'field:17',0,1,' hello im looking for something part time or full time im currently retired my company moved out of state in 2021 so i retired early from my job i would like to get back into the work force if you have any open positions you feel would be a good fit for me i would appreciate hearing from you thank you for your time best regards donna van seeters '),
(50064,'field:20',0,1,' https ccmilfordmanor com careers '),
(50064,'field:21',0,1,' careers ccmilfordmanor com '),
(50064,'field:29',0,1,' complete care at milford manor '),
(50064,'title',0,1,' 2026 03 25 14 44 17 '),
(50065,'alt',0,1,''),
(50065,'extension',0,1,' pdf '),
(50065,'filename',0,1,' updated resume doc pdf '),
(50065,'kind',0,1,' pdf '),
(50065,'slug',0,1,''),
(50065,'title',0,1,' updated resume doc '),
(50067,'slug',0,1,''),
(50067,'subject',0,1,' contact form submission from jennifer martin '),
(50067,'to',0,1,' info ccbeylea com '),
(50068,'slug',0,1,''),
(50068,'subject',0,1,' contact form submission from ayone white '),
(50068,'to',0,1,' hlabatch completecaremgmt com '),
(50069,'slug',0,1,''),
(50069,'subject',0,1,' careers form submission from yessica '),
(50069,'to',0,1,' careers cchamiltonplaza com '),
(50070,'slug',0,1,''),
(50070,'subject',0,1,' careers form submission from aristine butler '),
(50070,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(50071,'slug',0,1,''),
(50071,'subject',0,1,' careers form submission from aristine butler '),
(50071,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(50072,'slug',0,1,''),
(50072,'subject',0,1,' contact form submission from sonia lewis '),
(50072,'to',0,1,' info ccregent com '),
(50073,'slug',0,1,''),
(50073,'subject',0,1,' contact form submission from mark manning '),
(50073,'to',0,1,' info ccbrackenville com '),
(50074,'slug',0,1,''),
(50074,'subject',0,1,' volunteer form submission from melissa sierra '),
(50074,'to',0,1,' volunteer completecaremgmt com '),
(50075,'slug',0,1,''),
(50075,'subject',0,1,' contact form submission from lydia '),
(50075,'to',0,1,' info ccbrackenville com '),
(50076,'slug',0,1,''),
(50076,'subject',0,1,' contact form submission from melissa madson '),
(50076,'to',0,1,' info ccsouthpointe com goleary completecaremgmt com '),
(50077,'slug',0,1,''),
(50077,'subject',0,1,' careers form submission from kamica sellers '),
(50077,'to',0,1,' careers ccinglemoor com '),
(50078,'slug',0,1,''),
(50078,'subject',0,1,' contact form submission from jane carney '),
(50078,'to',0,1,' hlabatch completecaremgmt com '),
(50079,'slug',0,1,''),
(50079,'subject',0,1,' careers form submission from audrianna wright '),
(50079,'to',0,1,' careers ccglendalewest com '),
(50080,'slug',0,1,''),
(50080,'subject',0,1,' careers form submission from belinda n courts '),
(50080,'to',0,1,' careers completecareblvd com '),
(50081,'slug',0,1,''),
(50081,'subject',0,1,' careers form submission from zinnia dorrell '),
(50081,'to',0,1,' careers ccmeriden com '),
(50082,'slug',0,1,''),
(50082,'subject',0,1,' careers form submission from zinnia dorrell '),
(50082,'to',0,1,' careers ccmeriden com '),
(50083,'slug',0,1,''),
(50083,'subject',0,1,' contact form submission from adonay sanchez '),
(50083,'to',0,1,' info cckensington com goleary completecaremgmt com '),
(50084,'slug',0,1,''),
(50084,'subject',0,1,' volunteer form submission from natalie ortiz '),
(50084,'to',0,1,' volunteer completecaremgmt com '),
(50085,'slug',0,1,''),
(50085,'subject',0,1,' careers form submission from christine jones '),
(50085,'to',0,1,' careers cckensington com '),
(50086,'slug',0,1,''),
(50086,'subject',0,1,' careers form submission from mary navarro '),
(50086,'to',0,1,' careers ccmultimed com '),
(50087,'slug',0,1,''),
(50087,'subject',0,1,' contact form submission from amy wilson '),
(50087,'to',0,1,' hlabatch completecaremgmt com '),
(50088,'slug',0,1,''),
(50088,'subject',0,1,' contact form submission from hannah '),
(50088,'to',0,1,' info ccmiddlebury com '),
(50089,'slug',0,1,''),
(50089,'subject',0,1,' contact form submission from melissa therrien '),
(50089,'to',0,1,' info ccgermantown com '),
(50090,'slug',0,1,''),
(50090,'subject',0,1,' careers form submission from kadian brown '),
(50090,'to',0,1,' careers ccphillipsburg com '),
(50091,'slug',0,1,''),
(50091,'subject',0,1,' careers form submission from michael meade '),
(50091,'to',0,1,' careers ccmercerville com '),
(50092,'slug',0,1,''),
(50092,'subject',0,1,' contact form submission from daniel bofah '),
(50092,'to',0,1,' hlabatch completecaremgmt com '),
(50093,'slug',0,1,''),
(50093,'subject',0,1,' careers form submission from kelyn shider '),
(50093,'to',0,1,' careers completecareclark com '),
(50094,'slug',0,1,''),
(50094,'subject',0,1,' careers form submission from jasmine alfaro '),
(50094,'to',0,1,' careers completecarebrick com '),
(50095,'slug',0,1,''),
(50095,'subject',0,1,' careers form submission from mikasha conley '),
(50095,'to',0,1,' info cchalescorners com goleary completecaremgmt com '),
(50096,'slug',0,1,''),
(50096,'subject',0,1,' contact form submission from becky schultz '),
(50096,'to',0,1,' info ccchristianhome com '),
(50097,'slug',0,1,''),
(50097,'subject',0,1,' careers form submission from steven michael poe '),
(50097,'to',0,1,' careers ccvoorhees com '),
(50098,'slug',0,1,''),
(50098,'subject',0,1,' careers form submission from million brown '),
(50098,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(50099,'slug',0,1,''),
(50099,'subject',0,1,' contact form submission from janice hodor '),
(50099,'to',0,1,' info ccwheaton com '),
(50100,'slug',0,1,''),
(50100,'subject',0,1,' careers form submission from taquita johnson '),
(50100,'to',0,1,' careers ccfairlawnedge com '),
(50101,'slug',0,1,''),
(50101,'subject',0,1,' careers form submission from taquita johnson '),
(50101,'to',0,1,' info ccchestnuthill com '),
(50102,'slug',0,1,''),
(50102,'subject',0,1,' careers form submission from taquita johnsin '),
(50102,'to',0,1,' careers ccprospectheights com '),
(50103,'slug',0,1,''),
(50103,'subject',0,1,' contact form submission from priya fox '),
(50103,'to',0,1,' info ccshrewsbury com '),
(50104,'slug',0,1,''),
(50104,'subject',0,1,' contact form submission from jennifer arnold '),
(50104,'to',0,1,' info ccridgewood com '),
(50105,'slug',0,1,''),
(50105,'subject',0,1,' contact form submission from tianna caldeira '),
(50105,'to',0,1,' info ccmeriden com '),
(50106,'slug',0,1,''),
(50106,'subject',0,1,' careers form submission from liana alba '),
(50106,'to',0,1,' careers ccfairlawnedge com '),
(50107,'slug',0,1,''),
(50107,'subject',0,1,' contact form submission from chuck lazar '),
(50107,'to',0,1,' hlabatch completecaremgmt com '),
(50108,'slug',0,1,''),
(50108,'subject',0,1,' contact form submission from teresa reeves '),
(50108,'to',0,1,' hlabatch completecaremgmt com '),
(50109,'slug',0,1,''),
(50109,'subject',0,1,' contact form submission from lee mcneel '),
(50109,'to',0,1,' hlabatch completecaremgmt com '),
(50110,'slug',0,1,''),
(50110,'subject',0,1,' contact form submission from kinesha whitaker '),
(50110,'to',0,1,' info ccburlingtonwoods com '),
(50111,'slug',0,1,''),
(50111,'subject',0,1,' careers form submission from imani '),
(50111,'to',0,1,' careers ccburlingtonwoods com '),
(50112,'slug',0,1,''),
(50112,'subject',0,1,' contact form submission from cindy hahn '),
(50112,'to',0,1,' hlabatch completecaremgmt com '),
(50113,'slug',0,1,''),
(50113,'subject',0,1,' contact form submission from diane paquette '),
(50113,'to',0,1,' hlabatch completecaremgmt com '),
(50114,'slug',0,1,''),
(50114,'subject',0,1,' contact form submission from sweta goel '),
(50114,'to',0,1,' hlabatch completecaremgmt com '),
(50115,'slug',0,1,''),
(50115,'subject',0,1,' contact form submission from gloria mueller '),
(50115,'to',0,1,' info completecareglendale com '),
(50116,'slug',0,1,''),
(50116,'subject',0,1,' careers form submission from penelope e mauer '),
(50116,'to',0,1,' careers ccmercerville com '),
(50117,'slug',0,1,''),
(50117,'subject',0,1,' contact form submission from joe patrick '),
(50117,'to',0,1,' hlabatch completecaremgmt com '),
(50118,'slug',0,1,''),
(50118,'subject',0,1,' contact form submission from wilma tyer '),
(50118,'to',0,1,' hlabatch completecaremgmt com '),
(50119,'slug',0,1,''),
(50119,'subject',0,1,' careers form submission from jermani washington '),
(50119,'to',0,1,' careers completecarehillside com '),
(50120,'slug',0,1,''),
(50120,'subject',0,1,' contact form submission from julia barker '),
(50120,'to',0,1,' hlabatch completecaremgmt com '),
(50121,'slug',0,1,''),
(50121,'subject',0,1,' careers form submission from penelope e mauer '),
(50121,'to',0,1,' careers ccvoorhees com '),
(50122,'slug',0,1,''),
(50122,'subject',0,1,' careers form submission from penelope e mauer '),
(50122,'to',0,1,' careers ccparkplace com '),
(50123,'slug',0,1,''),
(50123,'subject',0,1,' careers form submission from anny tapia '),
(50123,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(50124,'slug',0,1,''),
(50124,'subject',0,1,' careers form submission from anny tapia '),
(50124,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(50125,'slug',0,1,''),
(50125,'subject',0,1,' contact form submission from shari kinsman '),
(50125,'to',0,1,' info ccshrewsbury com '),
(50126,'slug',0,1,''),
(50126,'subject',0,1,' careers form submission from doug alford '),
(50126,'to',0,1,' careers cckressonview com '),
(50127,'slug',0,1,''),
(50127,'subject',0,1,' careers form submission from lainey rickard '),
(50127,'to',0,1,' careers ccnazareth com '),
(50128,'slug',0,1,''),
(50128,'subject',0,1,' contact form submission from cristine chickadel '),
(50128,'to',0,1,' hlabatch completecaremgmt com '),
(50129,'slug',0,1,''),
(50129,'subject',0,1,' careers form submission from andrea napenas '),
(50129,'to',0,1,' careers ccinglemoor com '),
(50130,'slug',0,1,''),
(50130,'subject',0,1,' careers form submission from donna van seeters '),
(50130,'to',0,1,' careers ccmilfordmanor com '),
(50141,'alt',0,1,''),
(50141,'extension',0,1,' pdf '),
(50141,'filename',0,1,' de notice of availability poster pdf '),
(50141,'kind',0,1,' pdf '),
(50141,'slug',0,1,''),
(50141,'title',0,1,' de notice of availability poster '),
(50142,'slug',0,1,' notice of availability '),
(50142,'title',0,1,' notice of availability '),
(50152,'alt',0,1,''),
(50152,'extension',0,1,' pdf '),
(50152,'filename',0,1,' de notice of availability pdf '),
(50152,'kind',0,1,' pdf '),
(50152,'slug',0,1,''),
(50152,'title',0,1,' de notice of availability '),
(50164,'slug',0,1,' notice of availability '),
(50164,'title',0,1,' notice of availability '),
(50170,'slug',0,1,' notice of availability '),
(50170,'title',0,1,' notice of availability '),
(50174,'field:12',0,1,' jonathan allen '),
(50174,'field:13',0,1,' johnny101985 icloud com '),
(50174,'field:14',0,1,' 9737675445 '),
(50174,'field:15',0,1,' files resumes img 4613 png '),
(50174,'field:16',0,1,' maintenance housekeeping '),
(50174,'field:17',0,1,' experienced maintenance worker '),
(50174,'field:20',0,1,' https ccchestnuthill com careers '),
(50174,'field:21',0,1,' info ccchestnuthill com '),
(50174,'field:29',0,1,' complete care at chestnut hill '),
(50174,'title',0,1,' 2026 03 25 14 58 37 '),
(50175,'alt',0,1,''),
(50175,'extension',0,1,' png '),
(50175,'filename',0,1,' img 4613 png '),
(50175,'kind',0,1,' image '),
(50175,'slug',0,1,''),
(50175,'title',0,1,' img 4613 '),
(50177,'slug',0,1,''),
(50177,'subject',0,1,' careers form submission from jonathan allen '),
(50177,'to',0,1,' info ccchestnuthill com '),
(50180,'alt',0,1,''),
(50180,'extension',0,1,' pdf '),
(50180,'filename',0,1,' il notice of availability pdf '),
(50180,'kind',0,1,' pdf '),
(50180,'slug',0,1,''),
(50180,'title',0,1,' il notice of availability '),
(50181,'slug',0,1,' notice of availability '),
(50181,'title',0,1,' notice of availability '),
(50187,'slug',0,1,' notice of availability '),
(50187,'title',0,1,' notice of availability '),
(50194,'slug',0,1,' notice of availability '),
(50194,'title',0,1,' notice of availability '),
(50217,'alt',0,1,''),
(50217,'extension',0,1,' pdf '),
(50217,'filename',0,1,' ct notice of availability pdf '),
(50217,'kind',0,1,' pdf '),
(50217,'slug',0,1,''),
(50217,'title',0,1,' ct notice of availability '),
(50218,'slug',0,1,' notice of availability '),
(50218,'title',0,1,' notice of availability '),
(50224,'slug',0,1,' notice of availability '),
(50224,'title',0,1,' notice of availability '),
(50230,'slug',0,1,' notice of availability '),
(50230,'title',0,1,' notice of availability '),
(50238,'slug',0,1,' notice of availability '),
(50238,'title',0,1,' notice of availability '),
(50243,'slug',0,1,' notice of availability '),
(50243,'title',0,1,' notice of availability '),
(50248,'slug',0,1,' notice of availability '),
(50248,'title',0,1,' notice of availability '),
(50253,'slug',0,1,' notice of availability '),
(50253,'title',0,1,' notice of availability '),
(50258,'slug',0,1,' notice of availability '),
(50258,'title',0,1,' notice of availability '),
(50264,'slug',0,1,' notice of availability '),
(50264,'title',0,1,' notice of availability '),
(50269,'field:10',0,1,' im interested in a kitchen position '),
(50269,'field:18',0,1,' https mycompletecare com contact '),
(50269,'field:19',0,1,' hlabatch completecaremgmt com '),
(50269,'field:28',0,1,' complete care at meriden '),
(50269,'field:6',0,1,' tianna caldeira '),
(50269,'field:7',0,1,' summergirl 2002 yahoo com '),
(50269,'field:8',0,1,''),
(50269,'field:9',0,1,' careers '),
(50269,'title',0,1,' 2026 03 25 15 32 09 '),
(50271,'slug',0,1,''),
(50271,'subject',0,1,' contact form submission from tianna caldeira '),
(50271,'to',0,1,' hlabatch completecaremgmt com '),
(50274,'alt',0,1,''),
(50274,'extension',0,1,' pdf '),
(50274,'filename',0,1,' nj notice of availability pdf '),
(50274,'kind',0,1,' pdf '),
(50274,'slug',0,1,''),
(50274,'title',0,1,' nj notice of availability '),
(50275,'slug',0,1,' notice of availability '),
(50275,'title',0,1,' notice of availability '),
(50280,'slug',0,1,' notice of availability '),
(50280,'title',0,1,' notice of availability '),
(50285,'slug',0,1,' notice of availability '),
(50285,'title',0,1,' notice of availability '),
(50290,'slug',0,1,' notice of availability '),
(50290,'title',0,1,' notice of availability '),
(50295,'slug',0,1,' notice of availability '),
(50295,'title',0,1,' notice of availability '),
(50300,'slug',0,1,' notice of availability '),
(50300,'title',0,1,' notice of availability '),
(50305,'slug',0,1,' notice of availability '),
(50305,'title',0,1,' notice of availability '),
(50310,'slug',0,1,' notice of availability '),
(50310,'title',0,1,' notice of availability '),
(50316,'slug',0,1,' notice of availability '),
(50316,'title',0,1,' notice of availability '),
(50321,'slug',0,1,' notice of availability '),
(50321,'title',0,1,' notice of availability '),
(50326,'slug',0,1,' notice of availability '),
(50326,'title',0,1,' notice of availability '),
(50331,'slug',0,1,' notice of availability '),
(50331,'title',0,1,' notice of availability '),
(50337,'slug',0,1,' notice of availability '),
(50337,'title',0,1,' notice of availability '),
(50344,'slug',0,1,' notice of availability '),
(50344,'title',0,1,' notice of availability '),
(50350,'slug',0,1,' notice of availability '),
(50350,'title',0,1,' notice of availability '),
(50355,'slug',0,1,' notice of availability '),
(50355,'title',0,1,' notice of availability '),
(50362,'slug',0,1,' notice of availability '),
(50362,'title',0,1,' notice of availability '),
(50368,'slug',0,1,' notice of availability '),
(50368,'title',0,1,' notice of availability '),
(50373,'slug',0,1,' notice of availability '),
(50373,'title',0,1,' notice of availability '),
(50378,'slug',0,1,' notice of availability '),
(50378,'title',0,1,' notice of availability '),
(50384,'slug',0,1,' notice of availability '),
(50384,'title',0,1,' notice of availability '),
(50389,'slug',0,1,' notice of availability '),
(50389,'title',0,1,' notice of availability '),
(50394,'slug',0,1,' notice of availability '),
(50394,'title',0,1,' notice of availability '),
(50399,'slug',0,1,' notice of availability '),
(50399,'title',0,1,' notice of availability '),
(50404,'slug',0,1,' notice of availability '),
(50404,'title',0,1,' notice of availability '),
(50409,'slug',0,1,' notice of availability '),
(50409,'title',0,1,' notice of availability '),
(50414,'slug',0,1,' notice of availability '),
(50414,'title',0,1,' notice of availability '),
(50419,'slug',0,1,' notice of availability '),
(50419,'title',0,1,' notice of availability '),
(50424,'slug',0,1,' notice of availability '),
(50424,'title',0,1,' notice of availability '),
(50429,'slug',0,1,' notice of availability '),
(50429,'title',0,1,' notice of availability '),
(50435,'slug',0,1,' notice of availability '),
(50435,'title',0,1,' notice of availability '),
(50441,'slug',0,1,' notice of availability '),
(50441,'title',0,1,' notice of availability '),
(50450,'slug',0,1,' notice of availability '),
(50450,'title',0,1,' notice of availability '),
(50455,'slug',0,1,' notice of availability '),
(50455,'title',0,1,' notice of availability '),
(50460,'slug',0,1,' notice of availability '),
(50460,'title',0,1,' notice of availability '),
(50466,'slug',0,1,' notice of availability '),
(50466,'title',0,1,' notice of availability '),
(50471,'slug',0,1,' notice of availability '),
(50471,'title',0,1,' notice of availability '),
(50476,'slug',0,1,' notice of availability '),
(50476,'title',0,1,' notice of availability '),
(50481,'slug',0,1,' notice of availability '),
(50481,'title',0,1,' notice of availability '),
(50487,'slug',0,1,' notice of availability '),
(50487,'title',0,1,' notice of availability '),
(50492,'slug',0,1,' notice of availability '),
(50492,'title',0,1,' notice of availability '),
(50497,'slug',0,1,' notice of availability '),
(50497,'title',0,1,' notice of availability '),
(50502,'slug',0,1,' notice of availability '),
(50502,'title',0,1,' notice of availability '),
(50508,'slug',0,1,' notice of availability '),
(50508,'title',0,1,' notice of availability '),
(50514,'slug',0,1,' notice of availability '),
(50514,'title',0,1,' notice of availability '),
(50519,'slug',0,1,' notice of availability '),
(50519,'title',0,1,' notice of availability '),
(50524,'alt',0,1,''),
(50524,'extension',0,1,' pdf '),
(50524,'filename',0,1,' wi notice of availability pdf '),
(50524,'kind',0,1,' pdf '),
(50524,'slug',0,1,''),
(50524,'title',0,1,' wi notice of availability '),
(50525,'slug',0,1,' notice of availability '),
(50525,'title',0,1,' notice of availability '),
(50530,'slug',0,1,' notice of availability '),
(50530,'title',0,1,' notice of availability '),
(50535,'slug',0,1,' notice of availability '),
(50535,'title',0,1,' notice of availability '),
(50540,'slug',0,1,' notice of availability '),
(50540,'title',0,1,' notice of availability '),
(50546,'slug',0,1,' notice of availability '),
(50546,'title',0,1,' notice of availability '),
(50551,'slug',0,1,' notice of availability '),
(50551,'title',0,1,' notice of availability '),
(50556,'slug',0,1,' notice of availability '),
(50556,'title',0,1,' notice of availability '),
(50561,'slug',0,1,' notice of availability '),
(50561,'title',0,1,' notice of availability '),
(50566,'slug',0,1,' notice of availability '),
(50566,'title',0,1,' notice of availability '),
(50571,'slug',0,1,' notice of availability '),
(50571,'title',0,1,' notice of availability '),
(50576,'slug',0,1,' notice of availability '),
(50576,'title',0,1,' notice of availability '),
(50581,'slug',0,1,' notice of availability '),
(50581,'title',0,1,' notice of availability '),
(50587,'slug',0,1,' notice of availability '),
(50587,'title',0,1,' notice of availability '),
(50592,'alt',0,1,''),
(50592,'extension',0,1,' pdf '),
(50592,'filename',0,1,' md notice of availability pdf '),
(50592,'kind',0,1,' pdf '),
(50592,'slug',0,1,''),
(50592,'title',0,1,' md notice of availability '),
(50593,'slug',0,1,' notice of availability '),
(50593,'title',0,1,' notice of availability '),
(50598,'slug',0,1,' notice of availability '),
(50598,'title',0,1,' notice of availability '),
(50603,'slug',0,1,' notice of availability '),
(50603,'title',0,1,' notice of availability '),
(50608,'slug',0,1,' notice of availability '),
(50608,'title',0,1,' notice of availability '),
(50614,'slug',0,1,' notice of availability '),
(50614,'title',0,1,' notice of availability '),
(50619,'slug',0,1,' notice of availability '),
(50619,'title',0,1,' notice of availability '),
(50624,'slug',0,1,' notice of availability '),
(50624,'title',0,1,' notice of availability '),
(50629,'slug',0,1,' notice of availability '),
(50629,'title',0,1,' notice of availability '),
(50634,'slug',0,1,' notice of availability '),
(50634,'title',0,1,' notice of availability '),
(50639,'slug',0,1,' notice of availability '),
(50639,'title',0,1,' notice of availability '),
(50646,'alt',0,1,''),
(50646,'extension',0,1,' pdf '),
(50646,'filename',0,1,' wv notice of availability pdf '),
(50646,'kind',0,1,' pdf '),
(50646,'slug',0,1,''),
(50646,'title',0,1,' wv notice of availability '),
(50647,'slug',0,1,' notice of availability '),
(50647,'title',0,1,' notice of availability '),
(50652,'slug',0,1,' notice of availability '),
(50652,'title',0,1,' notice of availability '),
(50663,'alt',0,1,''),
(50663,'extension',0,1,' pdf '),
(50663,'filename',0,1,' pa notice of availability pdf '),
(50663,'kind',0,1,' pdf '),
(50663,'slug',0,1,''),
(50663,'title',0,1,' pa notice of availability '),
(50664,'slug',0,1,' notice of availability '),
(50664,'title',0,1,' notice of availability '),
(50670,'slug',0,1,' notice of availability '),
(50670,'title',0,1,' notice of availability '),
(50676,'slug',0,1,' notice of availability '),
(50676,'title',0,1,' notice of availability '),
(50748,'field:12',0,1,' tara lowery fleming '),
(50748,'field:13',0,1,' taralamonica yahoo com '),
(50748,'field:14',0,1,' 4845606263 '),
(50748,'field:15',0,1,' files resumes img 3743 jpeg '),
(50748,'field:16',0,1,' nursing '),
(50748,'field:17',0,1,' n a '),
(50748,'field:20',0,1,' https cclehigh com careers '),
(50748,'field:21',0,1,' careers cclehigh com '),
(50748,'field:29',0,1,' complete care at lehigh '),
(50748,'title',0,1,' 2026 03 25 18 49 02 '),
(50749,'alt',0,1,''),
(50749,'extension',0,1,' jpeg '),
(50749,'filename',0,1,' img 3743 jpeg '),
(50749,'kind',0,1,' image '),
(50749,'slug',0,1,''),
(50749,'title',0,1,' img 3743 '),
(50763,'field:12',0,1,' sonya bridges '),
(50763,'field:13',0,1,' sonyblade2018 gmail com '),
(50763,'field:14',0,1,' 3129982024 '),
(50763,'field:15',0,1,' files resumes resume 2 2026 03 25 232912 hynr pdf '),
(50763,'field:16',0,1,' activities recreation administrative business office dietary food service '),
(50763,'field:17',0,1,' currently i am in search of a part time weekend position experience with long term and short term rehabilitation facilities '),
(50763,'field:20',0,1,' https completecareblvd com careers '),
(50763,'field:21',0,1,' careers completecareblvd com '),
(50763,'field:29',0,1,' complete care at the boulevard '),
(50763,'title',0,1,' 2026 03 25 19 29 12 '),
(50764,'alt',0,1,''),
(50764,'extension',0,1,' pdf '),
(50764,'filename',0,1,' resume 2 2026 03 25 232912 hynr pdf '),
(50764,'kind',0,1,' pdf '),
(50764,'slug',0,1,''),
(50764,'title',0,1,' resume 2 '),
(50767,'field:12',0,1,' ogechi uduji '),
(50767,'field:13',0,1,' preshbest25 gmail com '),
(50767,'field:14',0,1,' 19086194871 '),
(50767,'field:15',0,1,' files resumes blank pdf '),
(50767,'field:16',0,1,' nursing '),
(50767,'field:17',0,1,' registered nurse '),
(50767,'field:20',0,1,' https ccplainfield com careers '),
(50767,'field:21',0,1,' careers ccplainfield com '),
(50767,'field:29',0,1,' complete care at plainfield '),
(50767,'title',0,1,' 2026 03 25 19 41 26 '),
(50768,'alt',0,1,''),
(50768,'extension',0,1,' pdf '),
(50768,'filename',0,1,' blank pdf '),
(50768,'kind',0,1,' pdf '),
(50768,'slug',0,1,''),
(50768,'title',0,1,' blank '),
(50792,'field:12',0,1,' destiny wilks '),
(50792,'field:13',0,1,' wilksdestiny475 gmail com '),
(50792,'field:14',0,1,' 2625368844 '),
(50792,'field:15',0,1,''),
(50792,'field:16',0,1,' nursing '),
(50792,'field:17',0,1,' i worked in food service ive worked at a few nursing facilities im trying to move my step up by becoming a nurse in training '),
(50792,'field:20',0,1,' https ccglendalewest com careers '),
(50792,'field:21',0,1,' careers ccglendalewest com '),
(50792,'field:29',0,1,' complete care at glendale west '),
(50792,'title',0,1,' 2026 03 25 21 12 04 '),
(50795,'alt',0,1,''),
(50795,'extension',0,1,' pdf '),
(50795,'filename',0,1,' resume 2026 03 26 011418 pkxu pdf '),
(50795,'kind',0,1,' pdf '),
(50795,'slug',0,1,''),
(50795,'title',0,1,' resume '),
(50834,'field:12',0,1,' marvianna williams '),
(50834,'field:13',0,1,' marviannawilliams51 gmail com '),
(50834,'field:14',0,1,' 1 414 435 6276 '),
(50834,'field:15',0,1,' files resumes img 3506 png '),
(50834,'field:16',0,1,' dietary food service maintenance housekeeping '),
(50834,'field:17',0,1,' looking to start immediately '),
(50834,'field:20',0,1,' https mycompletecare com careers '),
(50834,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(50834,'field:29',0,1,' complete care at glendale '),
(50834,'title',0,1,' 2026 03 25 23 23 29 '),
(50835,'alt',0,1,''),
(50835,'extension',0,1,' png '),
(50835,'filename',0,1,' img 3506 png '),
(50835,'kind',0,1,' image '),
(50835,'slug',0,1,''),
(50835,'title',0,1,' img 3506 '),
(50839,'field:12',0,1,' barbara k chacaga '),
(50839,'field:13',0,1,' barbarachacaga gmail com '),
(50839,'field:14',0,1,' 18602727335 '),
(50839,'field:15',0,1,' files resumes screenshot 20260325 224731 chrome jpg '),
(50839,'field:16',0,1,' nursing '),
(50839,'field:17',0,1,' cna job '),
(50839,'field:20',0,1,' https completecarekhs com careers '),
(50839,'field:21',0,1,' careers completecarekhs com '),
(50839,'field:29',0,1,' complete care at kimberly hall south '),
(50839,'title',0,1,' 2026 03 25 23 38 00 '),
(50840,'alt',0,1,''),
(50840,'extension',0,1,' jpg '),
(50840,'filename',0,1,' screenshot 20260325 224731 chrome jpg '),
(50840,'kind',0,1,' image '),
(50840,'slug',0,1,''),
(50840,'title',0,1,' screenshot 20260325 224731 chrome '),
(50891,'field:12',0,1,' marie stewart '),
(50891,'field:13',0,1,' mariestewart219 gmail com '),
(50891,'field:14',0,1,' 3125222903 '),
(50891,'field:15',0,1,' files resumes resume feb 2026 pdf '),
(50891,'field:16',0,1,' nursing '),
(50891,'field:17',0,1,' cna '),
(50891,'field:20',0,1,' https completecareblvd com careers '),
(50891,'field:21',0,1,' careers completecareblvd com '),
(50891,'field:29',0,1,' complete care at the boulevard '),
(50891,'title',0,1,' 2026 03 26 02 54 05 '),
(50892,'alt',0,1,''),
(50892,'extension',0,1,' pdf '),
(50892,'filename',0,1,' resume feb 2026 pdf '),
(50892,'kind',0,1,' pdf '),
(50892,'slug',0,1,''),
(50892,'title',0,1,' resume feb 2026 '),
(51002,'field:12',0,1,' shanique campbell '),
(51002,'field:13',0,1,' shani bee icloud com '),
(51002,'field:14',0,1,' 7182007379 '),
(51002,'field:15',0,1,' files resumes shanique campbell resume updated pdf '),
(51002,'field:16',0,1,' admissions marketing hr staffing maintenance housekeeping recruitment '),
(51002,'field:17',0,1,' 7 years experience in assisted living '),
(51002,'field:20',0,1,' https ccburlingtonwoods com careers '),
(51002,'field:21',0,1,' careers ccburlingtonwoods com '),
(51002,'field:29',0,1,' complete care at burlington woods '),
(51002,'title',0,1,' 2026 03 26 08 11 08 '),
(51003,'alt',0,1,''),
(51003,'extension',0,1,' pdf '),
(51003,'filename',0,1,' shanique campbell resume updated pdf '),
(51003,'kind',0,1,' pdf '),
(51003,'slug',0,1,''),
(51003,'title',0,1,' shanique campbell resume updated '),
(51012,'field:12',0,1,' jenniffer morales vasquez '),
(51012,'field:13',0,1,' moralesrjenniffer gmail com '),
(51012,'field:14',0,1,' 7326449677 '),
(51012,'field:15',0,1,''),
(51012,'field:16',0,1,' activities recreation maintenance housekeeping '),
(51012,'field:17',0,1,' good morning i would like to apply for any position available at the rout 70 offices to clean the building i appreciate all information and help '),
(51012,'field:20',0,1,' https mycompletecare com careers '),
(51012,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(51012,'field:29',0,1,''),
(51012,'title',0,1,' 2026 03 26 08 54 56 '),
(51014,'field:12',0,1,' jenniffer morales '),
(51014,'field:13',0,1,' moralesrjenniffer gmail com '),
(51014,'field:14',0,1,' 7326449677 '),
(51014,'field:15',0,1,' files resumes resume jenn 2026 03 26 125604 jjap pdf '),
(51014,'field:16',0,1,' maintenance housekeeping '),
(51014,'field:17',0,1,' good morning '),
(51014,'field:20',0,1,' https mycompletecare com careers '),
(51014,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(51014,'field:29',0,1,''),
(51014,'title',0,1,' 2026 03 26 08 56 04 '),
(51015,'alt',0,1,''),
(51015,'extension',0,1,' pdf '),
(51015,'filename',0,1,' resume jenn 2026 03 26 125604 jjap pdf '),
(51015,'kind',0,1,' pdf '),
(51015,'slug',0,1,''),
(51015,'title',0,1,' resume jenn '),
(51022,'field:10',0,1,' wikipedia is considered to be the worlds most significant tool for reference material the wiki links show up on the 1st page of google 97% of the time with a page on one of the most revered reference tools you are sure to get yourself or your business noticed so if youre thinking of getting a wikipedia page created its the best time of the year if you are interested in getting more information just respond back to this email thanks amy wilson sales executive pro page profiles amywilson propageprofiles com reply stop to opt out '),
(51022,'field:18',0,1,' https mycompletecare com contact '),
(51022,'field:19',0,1,' hlabatch completecaremgmt com '),
(51022,'field:28',0,1,' complete care at arbors '),
(51022,'field:6',0,1,' amy wilson '),
(51022,'field:7',0,1,' amywilson propageprofiles com '),
(51022,'field:8',0,1,' pro page profiles '),
(51022,'field:9',0,1,' general inquiry '),
(51022,'title',0,1,' 2026 03 26 09 01 47 '),
(51045,'field:12',0,1,' derrick a jones '),
(51045,'field:13',0,1,' sonofman040 gmail com '),
(51045,'field:14',0,1,' 15515879459 '),
(51045,'field:15',0,1,' files resumes resume 2 1 pdf '),
(51045,'field:16',0,1,' maintenance housekeeping '),
(51045,'field:17',0,1,' to whom it my concern my name is derrick jones i am submitting my resume in hopes to pursue gainful employment with the company i am hard working and competent individual that believes in compliance with care it would be a great opportunity and pleasure for me to be able to use my knowledge and skills to assist you with the company goals in providing quality care to the public and patients i hope we can work together and i think i will be a good fit and asset to the company thank you derrick jones '),
(51045,'field:20',0,1,' https ccinglemoor com careers '),
(51045,'field:21',0,1,' careers ccinglemoor com '),
(51045,'field:29',0,1,' complete care at inglemoor '),
(51045,'title',0,1,' 2026 03 26 09 59 38 '),
(51046,'alt',0,1,''),
(51046,'extension',0,1,' pdf '),
(51046,'filename',0,1,' resume 2 1 pdf '),
(51046,'kind',0,1,' pdf '),
(51046,'slug',0,1,''),
(51046,'title',0,1,' resume 2 1 '),
(51048,'field:12',0,1,' tasha toaltoan '),
(51048,'field:13',0,1,' tasha toaltoan icloud com '),
(51048,'field:14',0,1,' 267 421 0976 '),
(51048,'field:15',0,1,' files resumes resume 2026 03 26 141812 bofp pdf '),
(51048,'field:16',0,1,' nursing '),
(51048,'field:17',0,1,' please accept this letter and the enclosed resume as an expression of my strong interest in the certified nursing assistant position at reading complete care facility with 12 years of dedicated healthcare experience i have developed a comprehensive foundation in patient centered care clinical support and multidisciplinary collaboration in my current and previous roles with organizations such as hickory house nursing home and through contract work with shift med and clipboard i have honed my ability to quickly adapt to new clinical environments and effectively manage care for multiple patients my clinical competencies span across vital signs monitoring safe patient transfers using hoyer lifts and specialized needs including catheter catheter care i take pride in delivering empathetic support for activities of daily living adls while maintaining strict infection control and accurate ehr documentation beyond my hands on cna experience i am deeply committed to advancing my clinical expertise i am currently enrolled as a practical nursing lpn student at the lancaster county career and technology center actively preparing for my ati and nclex pn exams with an expected graduation in december 2026 this rigorous ongoing training enhances my daily clinical practice allowing me to bring a higher level of critical thinking attention to detail and medical knowledge to the bedside i would welcome the opportunity to discuss how my blend of extensive hands on experience compassionate care and dedication to the nursing profession aligns with the needs of your team thank you for your time and consideration '),
(51048,'field:20',0,1,' https cclehigh com careers '),
(51048,'field:21',0,1,' careers cclehigh com '),
(51048,'field:29',0,1,' complete care at lehigh '),
(51048,'title',0,1,' 2026 03 26 10 18 12 '),
(51049,'alt',0,1,''),
(51049,'extension',0,1,' pdf '),
(51049,'filename',0,1,' resume 2026 03 26 141812 bofp pdf '),
(51049,'kind',0,1,' pdf '),
(51049,'slug',0,1,''),
(51049,'title',0,1,' resume '),
(51113,'field:10',0,1,' our adult son has quadriplegic cerebral palsy we are exploring possibilities of long term placement for him when that time comes we live in dodge county wi and want to have him reasonably close to family '),
(51113,'field:18',0,1,' https mycompletecare com contact '),
(51113,'field:19',0,1,' hlabatch completecaremgmt com '),
(51113,'field:28',0,1,' complete care at christian home '),
(51113,'field:6',0,1,' regan or mary anne wickersham '),
(51113,'field:7',0,1,' mwick watching gmail com '),
(51113,'field:8',0,1,''),
(51113,'field:9',0,1,' other '),
(51113,'title',0,1,' 2026 03 26 11 47 43 '),
(51121,'field:10',0,1,' hi i like to know if you are hiring for dietary aid '),
(51121,'field:18',0,1,' https mycompletecare com contact '),
(51121,'field:19',0,1,' hlabatch completecaremgmt com '),
(51121,'field:28',0,1,' complete care at burlington woods '),
(51121,'field:6',0,1,' carol lynn wurst '),
(51121,'field:7',0,1,' cwurst28oct gmail com '),
(51121,'field:8',0,1,''),
(51121,'field:9',0,1,' general inquiry '),
(51121,'title',0,1,' 2026 03 26 11 55 50 '),
(51170,'field:10',0,1,' hello my name is elsa sanz owner mobile phlebotomist of blessing hands mobile services llc we are fully registered insured and have an active npi we provide on site phlebotomy specimen collection vitals and ekg services at moderate competitive rates and would love the opportunity to partner with your facility credentials and documentation are available upon request or during a meeting i would welcome the opportunity to schedule a brief meeting to discuss how we can support your facility thank you for your time and consideration i look forward to speaking with you '),
(51170,'field:18',0,1,' https ccbrakeleypark com contact '),
(51170,'field:19',0,1,' info ccbrakeleypark com '),
(51170,'field:28',0,1,' complete care at brakeley park '),
(51170,'field:6',0,1,' elsa sanz '),
(51170,'field:7',0,1,' info blessinghandsmobile com '),
(51170,'field:8',0,1,' blessing hands mobile services llc '),
(51170,'field:9',0,1,' other '),
(51170,'title',0,1,' 2026 03 26 12 57 22 '),
(51173,'field:12',0,1,' parul d shah '),
(51173,'field:13',0,1,' parulshah1217 gmail com '),
(51173,'field:14',0,1,' 732 895 2084 '),
(51173,'field:15',0,1,' files resumes parul d shah resume pdf '),
(51173,'field:16',0,1,' recruitment '),
(51173,'field:17',0,1,' no cover letter '),
(51173,'field:20',0,1,' https mycompletecare com careers '),
(51173,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(51173,'field:29',0,1,' complete care at whispering woods '),
(51173,'title',0,1,' 2026 03 26 13 03 48 '),
(51174,'alt',0,1,''),
(51174,'extension',0,1,' pdf '),
(51174,'filename',0,1,' parul d shah resume pdf '),
(51174,'kind',0,1,' pdf '),
(51174,'slug',0,1,''),
(51174,'title',0,1,' parul d shah resume '),
(51179,'field:12',0,1,' najiya hines '),
(51179,'field:13',0,1,' hinesnajiya gmail com '),
(51179,'field:14',0,1,' 4436806120 '),
(51179,'field:15',0,1,' files resumes najiya hines cna resume pdf '),
(51179,'field:16',0,1,' nursing '),
(51179,'field:17',0,1,' hello im currently an cna doing home health care but would love to go into the nursing home for experience i have my cna but in the process of getting my gna license '),
(51179,'field:20',0,1,' https completecareheritage com careers '),
(51179,'field:21',0,1,' careers completecareheritage com '),
(51179,'field:29',0,1,' complete care at heritage '),
(51179,'title',0,1,' 2026 03 26 13 14 46 '),
(51180,'alt',0,1,''),
(51180,'extension',0,1,' pdf '),
(51180,'filename',0,1,' najiya hines cna resume pdf '),
(51180,'kind',0,1,' pdf '),
(51180,'slug',0,1,''),
(51180,'title',0,1,' najiya hines cna resume '),
(51182,'field:10',0,1,' my name is brian salamanca im a student in passaic academy science and engineering my group has been trying to reach for collaboration for a school project weve been trying to contact you for a response and plan this out together and host engaging activities for your residents we understand that your staff is busy but if theres a person that we could speak to please let us know even if its a bit of your time we want to discuss this and surely plan this out '),
(51182,'field:18',0,1,' https mycompletecare com contact '),
(51182,'field:19',0,1,' hlabatch completecaremgmt com '),
(51182,'field:28',0,1,' complete care at chestnut hill '),
(51182,'field:6',0,1,' brian salamanca '),
(51182,'field:7',0,1,' brian10021 student passaicschools org '),
(51182,'field:8',0,1,''),
(51182,'field:9',0,1,' other '),
(51182,'title',0,1,' 2026 03 26 13 18 12 '),
(51184,'field:12',0,1,' savior deleon '),
(51184,'field:13',0,1,' saviordeleon2 gmail com '),
(51184,'field:14',0,1,' 7329484142 '),
(51184,'field:15',0,1,''),
(51184,'field:16',0,1,' dietary food service '),
(51184,'field:17',0,1,' i was working at bartley health care about a month ago so i know my way around a kitchen and am familiar with the timing of the job '),
(51184,'field:20',0,1,' https completecarebrick com careers '),
(51184,'field:21',0,1,' careers completecarebrick com '),
(51184,'field:29',0,1,' complete care at brick '),
(51184,'title',0,1,' 2026 03 26 13 24 21 '),
(51216,'field:10',0,1,' hello i am reaching out to obtain your contact information to send a referral feel free to reach out via email kimberly west4 va gov or 2027458000 ext 55259 '),
(51216,'field:18',0,1,' https cccorsicahills com contact '),
(51216,'field:19',0,1,' info cccorsicahills com '),
(51216,'field:28',0,1,' complete care at corsica hills '),
(51216,'field:6',0,1,' kimberly west '),
(51216,'field:7',0,1,' kimberly west4 va gov '),
(51216,'field:8',0,1,' vamc '),
(51216,'field:9',0,1,' general inquiry '),
(51216,'title',0,1,' 2026 03 26 15 04 44 '),
(51219,'field:12',0,1,' najiya hines '),
(51219,'field:13',0,1,' najiyahines yahoo com '),
(51219,'field:14',0,1,' 4436806120 '),
(51219,'field:15',0,1,' files resumes najiya hines cna resume 2026 03 26 191938 essa pdf '),
(51219,'field:16',0,1,' nursing '),
(51219,'field:17',0,1,' cna thats currently in the process of receiving my gna i would love to apply for this position to gain more experience in the nursing homes im currently a cna working doing home health care as a one on one aid '),
(51219,'field:20',0,1,' https completecareheritage com careers '),
(51219,'field:21',0,1,' careers completecareheritage com '),
(51219,'field:29',0,1,' complete care at heritage '),
(51219,'title',0,1,' 2026 03 26 15 19 38 '),
(51220,'alt',0,1,''),
(51220,'extension',0,1,' pdf '),
(51220,'filename',0,1,' najiya hines cna resume 2026 03 26 191938 essa pdf '),
(51220,'kind',0,1,' pdf '),
(51220,'slug',0,1,''),
(51220,'title',0,1,' najiya hines cna resume '),
(51244,'field:12',0,1,' penelope e mauer '),
(51244,'field:13',0,1,' penelopemauer gmail com '),
(51244,'field:14',0,1,' 12155847122 '),
(51244,'field:15',0,1,' files resumes resume 2025 2026 03 26 202739 dmmu pdf '),
(51244,'field:16',0,1,' social services '),
(51244,'field:17',0,1,' hello i have 30 years of experience working with patients and families i am interested in a full time social work position with complete care i look forward to hearing from you penelope mauer lcsw '),
(51244,'field:20',0,1,' https ccvoorhees com careers '),
(51244,'field:21',0,1,' careers ccvoorhees com '),
(51244,'field:29',0,1,' complete care at voorhees '),
(51244,'title',0,1,' 2026 03 26 16 27 39 '),
(51245,'alt',0,1,''),
(51245,'extension',0,1,' pdf '),
(51245,'filename',0,1,' resume 2025 2026 03 26 202739 dmmu pdf '),
(51245,'kind',0,1,' pdf '),
(51245,'slug',0,1,''),
(51245,'title',0,1,' resume 2025 '),
(51247,'field:12',0,1,' susan hall '),
(51247,'field:13',0,1,' susanhall4504 comcast net '),
(51247,'field:14',0,1,' 8623684721 '),
(51247,'field:15',0,1,' files resumes susan hall resume one page pdf '),
(51247,'field:16',0,1,' dietary food service '),
(51247,'field:17',0,1,' i am applying for the dietary food service position at complete care at inglemoor i have hands on experience in food handling meal coordination and supporting individuals with access to nutritious meals through my work with suha foundation '),
(51247,'field:20',0,1,' https ccinglemoor com careers '),
(51247,'field:21',0,1,' careers ccinglemoor com '),
(51247,'field:29',0,1,' complete care at inglemoor '),
(51247,'title',0,1,' 2026 03 26 16 33 34 '),
(51248,'alt',0,1,''),
(51248,'extension',0,1,' pdf '),
(51248,'filename',0,1,' susan hall resume one page pdf '),
(51248,'kind',0,1,' pdf '),
(51248,'slug',0,1,''),
(51248,'title',0,1,' susan hall resume one page '),
(51408,'field:12',0,1,' jeremy brown '),
(51408,'field:13',0,1,' big j brown 1973 gmail com '),
(51408,'field:14',0,1,' 15168055296 '),
(51408,'field:15',0,1,' files resumes b6fb009c a425 430b 8edf 4bfdf421d066 jpeg '),
(51408,'field:16',0,1,' dietary food service '),
(51408,'field:17',0,1,' i here by apple for the position of food service '),
(51408,'field:20',0,1,' https cclehigh com careers '),
(51408,'field:21',0,1,' careers cclehigh com '),
(51408,'field:29',0,1,' complete care at lehigh '),
(51408,'title',0,1,' 2026 03 27 01 11 05 '),
(51409,'alt',0,1,''),
(51409,'extension',0,1,' jpeg '),
(51409,'filename',0,1,' b6fb009c a425 430b 8edf 4bfdf421d066 jpeg '),
(51409,'kind',0,1,' image '),
(51409,'slug',0,1,''),
(51409,'title',0,1,' b6fb009c a425 430b 8edf 4bfdf421d066 '),
(51435,'field:10',0,1,' hello i would like to share a few suggestions for your website no cost and no obligation just an opportunity to review how we can improve your website and leads increase organic traffic and boost your ranking visibility would it be okay to send you the suggestions i have in mind thank you in advance alice wilson '),
(51435,'field:18',0,1,' https mycompletecare com contact '),
(51435,'field:19',0,1,' hlabatch completecaremgmt com '),
(51435,'field:28',0,1,' complete care at cedar grove '),
(51435,'field:6',0,1,' alice wilson '),
(51435,'field:7',0,1,' alice lead mkt gmail com '),
(51435,'field:8',0,1,''),
(51435,'field:9',0,1,' general inquiry '),
(51435,'title',0,1,' 2026 03 27 02 25 04 '),
(51650,'field:10',0,1,' please email me '),
(51650,'field:18',0,1,' https completecarebarnhill com contact '),
(51650,'field:19',0,1,' info completecarebarnhill com '),
(51650,'field:28',0,1,' complete care at barn hill '),
(51650,'field:6',0,1,' chris fox '),
(51650,'field:7',0,1,' foxhomesnj gmail com '),
(51650,'field:8',0,1,''),
(51650,'field:9',0,1,' resident family support '),
(51650,'title',0,1,' 2026 03 27 08 23 11 '),
(51665,'field:10',0,1,' hi i am local and provide service in orlando and work for others in the community i was hoping i could come by and offer a complimentary cleaning bid thank you in advance for your response with best andrea fisher business development manager office oasis pros andrea officeoasispros com respond with stop to optout '),
(51665,'field:18',0,1,' https mycompletecare com contact '),
(51665,'field:19',0,1,' hlabatch completecaremgmt com '),
(51665,'field:28',0,1,' complete care at kensington '),
(51665,'field:6',0,1,' andrea fisher '),
(51665,'field:7',0,1,' michelle primewavejanitorial com '),
(51665,'field:8',0,1,' primewave janitorial '),
(51665,'field:9',0,1,' general inquiry '),
(51665,'title',0,1,' 2026 03 27 08 44 36 '),
(51668,'field:10',0,1,' our director of operations is a former google maps beta tester and current google premier partner he is looking for one law firm to be featured in the top 3 google maps positions while simultaneously optimizing visibility across ai driven discovery platforms we guarantee a top three position for your practice area in writing this is an exclusive service one law firm per city per practice area are you interested '),
(51668,'field:18',0,1,' https mycompletecare com contact '),
(51668,'field:19',0,1,' hlabatch completecaremgmt com '),
(51668,'field:28',0,1,' complete care at brick '),
(51668,'field:6',0,1,' melissa saia '),
(51668,'field:7',0,1,' msaia damg com '),
(51668,'field:8',0,1,' usattorneys com '),
(51668,'field:9',0,1,' other '),
(51668,'title',0,1,' 2026 03 27 08 46 03 '),
(51670,'field:12',0,1,' jeremy brown '),
(51670,'field:13',0,1,' big j brown 1973 gmail com '),
(51670,'field:14',0,1,' 15168055296 '),
(51670,'field:15',0,1,' files resumes b6fb009c a425 430b 8edf 4bfdf421d066 2026 03 27 124652 babj jpeg '),
(51670,'field:16',0,1,' dietary food service '),
(51670,'field:17',0,1,' i hereby applying for the roll of an dietary food service worker my experience in restaurants will ably me to carry out my function in orderly ways '),
(51670,'field:20',0,1,' https cclehigh com careers '),
(51670,'field:21',0,1,' careers cclehigh com '),
(51670,'field:29',0,1,' complete care at lehigh '),
(51670,'title',0,1,' 2026 03 27 08 46 52 '),
(51671,'alt',0,1,''),
(51671,'extension',0,1,' jpeg '),
(51671,'filename',0,1,' b6fb009c a425 430b 8edf 4bfdf421d066 2026 03 27 124652 babj jpeg '),
(51671,'kind',0,1,' image '),
(51671,'slug',0,1,''),
(51671,'title',0,1,' b6fb009c a425 430b 8edf 4bfdf421d066 '),
(51693,'field:10',0,1,' hi quick one i was just in windsor helping a few local businesses with their cleaning and had a thought to reach out if youve ever considered switching or just getting a better handle on cleaning quality we can put together a fast no pressure quote open to taking a look best amanda smith business development representative executive elegance pros amanda metroshinefacilitygroup com respond with stop to optout '),
(51693,'field:18',0,1,' https mycompletecare com contact '),
(51693,'field:19',0,1,' hlabatch completecaremgmt com '),
(51693,'field:28',0,1,' complete care at arbors '),
(51693,'field:6',0,1,' amanda smith '),
(51693,'field:7',0,1,' amanda metroshinefacilitygroup com '),
(51693,'field:8',0,1,' executive elegance pros '),
(51693,'field:9',0,1,' general inquiry '),
(51693,'title',0,1,' 2026 03 27 09 48 46 '),
(51718,'field:12',0,1,' malik hill '),
(51718,'field:13',0,1,' malik hill11 yahoo com '),
(51718,'field:14',0,1,' 5513297529 '),
(51718,'field:15',0,1,' files resumes hill malik resume pdf '),
(51718,'field:16',0,1,' dietary food service maintenance housekeeping '),
(51718,'field:17',0,1,' n a '),
(51718,'field:20',0,1,' https ccwaynehills com careers '),
(51718,'field:21',0,1,' careers ccwaynehills com '),
(51718,'field:29',0,1,' complete care at wayne hills rehab and respiratory center '),
(51718,'title',0,1,' 2026 03 27 10 06 25 '),
(51719,'alt',0,1,''),
(51719,'extension',0,1,' pdf '),
(51719,'filename',0,1,' hill malik resume pdf '),
(51719,'kind',0,1,' pdf '),
(51719,'slug',0,1,''),
(51719,'title',0,1,' hill malik resume '),
(51763,'field:10',0,1,' hello i recently applied for the receptionist position and wanted to re express my strong interest i am very keen on joining the complete care at clark team i know this is a busy time for hiring but i wanted to briefly check on the status of my application thank you for your time and consideration '),
(51763,'field:18',0,1,' https mycompletecare com contact '),
(51763,'field:19',0,1,' hlabatch completecaremgmt com '),
(51763,'field:28',0,1,' complete care at clark '),
(51763,'field:6',0,1,' cindy lazo '),
(51763,'field:7',0,1,' lazo cindy99 gmail com '),
(51763,'field:8',0,1,''),
(51763,'field:9',0,1,' careers '),
(51763,'title',0,1,' 2026 03 27 10 47 31 '),
(51786,'field:10',0,1,' dear ms lori my name is myra salcedo and i am the niece of mr jose vazquez i hope you are doing well i am reaching out because our family is planning a small reunion on saturday april 4th with relatives traveling in from out of state we would love the opportunity to have mr vazquez join us for a few hours as this gathering includes a very special moment he will be seeing his brother for the first time in over 30 years and we are hoping to surprise them both could you please advise on the process for arranging a temporary outing for him specifically we would appreciate guidance on any required permissions coordination steps and the appropriate return time to the facility i apologize for the short notice and truly appreciate any assistance you can provide in helping us make this meaningful visit possible please feel free to contact me at 856 353 0513 or via email at myrasalcedo30 gmail com thank you very much for your time and consideration sincerely myra salcedo '),
(51786,'field:18',0,1,' https mycompletecare com contact '),
(51786,'field:19',0,1,' hlabatch completecaremgmt com '),
(51786,'field:28',0,1,' complete care at burlington woods '),
(51786,'field:6',0,1,' myra salcedo '),
(51786,'field:7',0,1,' myrasalcedo30 yahoo com '),
(51786,'field:8',0,1,''),
(51786,'field:9',0,1,' other '),
(51786,'title',0,1,' 2026 03 27 11 20 28 '),
(51791,'field:10',0,1,' hi i would like to reach out to paige about my dad and his most recent evaluation please have her contact me at the following number 732 539 5618 i dont know her schedule or if shes available weekends please let me know at your earliest convenience '),
(51791,'field:18',0,1,' https completecarebrick com contact '),
(51791,'field:19',0,1,' info completecarebrick com '),
(51791,'field:28',0,1,' complete care at brick '),
(51791,'field:6',0,1,' christina apicelli '),
(51791,'field:7',0,1,' tjbk1234 aol com '),
(51791,'field:8',0,1,''),
(51791,'field:9',0,1,' resident family support '),
(51791,'title',0,1,' 2026 03 27 11 34 29 '),
(51793,'alt',0,1,''),
(51793,'extension',0,1,' pdf '),
(51793,'filename',0,1,' bagnol20resume pdf '),
(51793,'kind',0,1,' pdf '),
(51793,'slug',0,1,''),
(51793,'title',0,1,' bagnol20 resume '),
(51827,'field:10',0,1,' if i do not receive an explanation i will post this in the bergen record '),
(51827,'field:18',0,1,' https ccregent com contact '),
(51827,'field:19',0,1,' info ccregent com '),
(51827,'field:28',0,1,' complete care at regent '),
(51827,'field:6',0,1,' kyra s sinkowsky '),
(51827,'field:7',0,1,' sinkowks uhnj org '),
(51827,'field:8',0,1,' university hospital '),
(51827,'field:9',0,1,' media inquiry '),
(51827,'title',0,1,' 2026 03 27 12 12 09 '),
(51854,'field:1',0,1,' marcela de moura miranda '),
(51854,'field:2',0,1,' marcelamiranda gmail com '),
(51854,'field:22',0,1,' https mycompletecare com volunteer '),
(51854,'field:23',0,1,' volunteer completecaremgmt com '),
(51854,'field:3',0,1,' 9950527775 '),
(51854,'field:4',0,1,' complete care at brackenville '),
(51854,'field:5',0,1,' ola eu sou a marcela queira saber como funciona ai '),
(51854,'title',0,1,' 2026 03 27 13 06 20 '),
(51859,'field:10',0,1,' hi team this is sean from the business team at we care staffing a trusted healthcare staffing provider we specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments as well as permanent placements we support esteemed msps hospitals behavioural health facilities rehabilitation centres clinics snfs ltacs acute care facilities correctional facilities and many other healthcare systems nationwide we specialize in a range of staffing needs including registered nurses rns licensed practical nurses lpns cnas cmas allied healthcare professionals nurse practitioners nps physicians we maintain a large candidate database that is systematically stored and regularly updated in our ats system including resumes licenses and required credentials this allows our team to efficiently match and submit the most suitable candidates for your positions let us know a convenient time for a meeting to discuss this potential collaboration we look forward to working together to meet your staffing needs thank you for considering we care staffing as a partner warm regards '),
(51859,'field:18',0,1,' https mycompletecare com contact '),
(51859,'field:19',0,1,' hlabatch completecaremgmt com '),
(51859,'field:28',0,1,' complete care at barn hill '),
(51859,'field:6',0,1,' sean peters '),
(51859,'field:7',0,1,' sean peters we carestaffing com '),
(51859,'field:8',0,1,' wecarestaffingmd llc '),
(51859,'field:9',0,1,' careers '),
(51859,'title',0,1,' 2026 03 27 13 32 38 '),
(51861,'field:10',0,1,' hi team this is sean from the business team at we care staffing a trusted healthcare staffing provider we specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments as well as permanent placements we support esteemed msps hospitals behavioural health facilities rehabilitation centres clinics snfs ltacs acute care facilities correctional facilities and many other healthcare systems nationwide we specialize in a range of staffing needs including registered nurses rns licensed practical nurses lpns cnas cmas allied healthcare professionals nurse practitioners nps physicians we maintain a large candidate database that is systematically stored and regularly updated in our ats system including resumes licenses and required credentials this allows our team to efficiently match and submit the most suitable candidates for your positions let us know a convenient time for a meeting to discuss this potential collaboration we look forward to working together to meet your staffing needs thank you for considering we care staffing as a partner warm regards '),
(51861,'field:18',0,1,' https mycompletecare com contact '),
(51861,'field:19',0,1,' hlabatch completecaremgmt com '),
(51861,'field:28',0,1,' complete care at whispering woods '),
(51861,'field:6',0,1,' sean peters '),
(51861,'field:7',0,1,' sean peters we carestaffing com '),
(51861,'field:8',0,1,' wecarestaffingmd llc '),
(51861,'field:9',0,1,' general inquiry '),
(51861,'title',0,1,' 2026 03 27 13 38 13 '),
(51862,'field:10',0,1,' hi team this is sean from the business team at we care staffing a trusted healthcare staffing provider we specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments as well as permanent placements we support esteemed msps hospitals behavioural health facilities rehabilitation centres clinics snfs ltacs acute care facilities correctional facilities and many other healthcare systems nationwide we specialize in a range of staffing needs including registered nurses rns licensed practical nurses lpns cnas cmas allied healthcare professionals nurse practitioners nps physicians we maintain a large candidate database that is systematically stored and regularly updated in our ats system including resumes licenses and required credentials this allows our team to efficiently match and submit the most suitable candidates for your positions let us know a convenient time for a meeting to discuss this potential collaboration we look forward to working together to meet your staffing needs thank you for considering we care staffing as a partner warm regards '),
(51862,'field:18',0,1,' https mycompletecare com contact '),
(51862,'field:19',0,1,' hlabatch completecaremgmt com '),
(51862,'field:28',0,1,' complete care at brick '),
(51862,'field:6',0,1,' sean peters '),
(51862,'field:7',0,1,' sean peters we carestaffing com '),
(51862,'field:8',0,1,' wecarestaffingmd llc '),
(51862,'field:9',0,1,' careers '),
(51862,'title',0,1,' 2026 03 27 13 42 18 '),
(51864,'field:10',0,1,' hi im tony lewis co owner of a local veteran owned smart vending business we place fully stocked customizable snack and beverage machines right in your workplace at no cost to you we handle everything and tailor the products to your teams preferences its an easy way to boost morale and add convenience without any extra work on your end open to a quick call or a brief visit to see if this could fit your space please visit taventovending com or give us a call 640 291 0078 or 640 291 0102 best regards tony and tanya lewis owners tavento vending u s army retired '),
(51864,'field:18',0,1,' https mycompletecare com contact '),
(51864,'field:19',0,1,' hlabatch completecaremgmt com '),
(51864,'field:28',0,1,' complete care at burlington woods '),
(51864,'field:6',0,1,' tony lewis '),
(51864,'field:7',0,1,' taventovending gmail com '),
(51864,'field:8',0,1,' tavento vending llc '),
(51864,'field:9',0,1,' other '),
(51864,'title',0,1,' 2026 03 27 13 52 25 '),
(51867,'field:10',0,1,' hello i would like to visit your facility i am particularly interested in discussing long term care options for a parent kind regards lori crestani '),
(51867,'field:18',0,1,' https ccbrackenville com contact '),
(51867,'field:19',0,1,' info ccbrackenville com '),
(51867,'field:28',0,1,' complete care at brackenville '),
(51867,'field:6',0,1,' lori crestani '),
(51867,'field:7',0,1,' loricrestani aol com '),
(51867,'field:8',0,1,''),
(51867,'field:9',0,1,' general inquiry '),
(51867,'title',0,1,' 2026 03 27 14 05 49 '),
(51869,'field:12',0,1,' linda iris laboy '),
(51869,'field:13',0,1,' lindairis laboy gmail com '),
(51869,'field:14',0,1,' 19085878342 '),
(51869,'field:15',0,1,' files resumes linda i laboy resume pdf '),
(51869,'field:16',0,1,' nursing '),
(51869,'field:17',0,1,' dear hiring team at complete care my name is linda iris laboy and i am writing to express my strong interest in the cna position at your orange park facility with my certification and a genuine passion for providing high quality compassionate bedside care i am confident in my ability to support your residents and nursing team effectively i pride myself on my reliability attention to detail and my ability to maintain a patient centered approach even in fast paced environments i am eager to bring my skills to the complete care team and help maintain the high standard of care your facility is known for thank you for your time and consideration sincerely linda iris laboy '),
(51869,'field:20',0,1,' https ccorangepark com careers '),
(51869,'field:21',0,1,' careers ccorangepark com '),
(51869,'field:29',0,1,' complete care at orange park '),
(51869,'title',0,1,' 2026 03 27 14 27 22 '),
(51870,'alt',0,1,''),
(51870,'extension',0,1,' pdf '),
(51870,'filename',0,1,' linda i laboy resume pdf '),
(51870,'kind',0,1,' pdf '),
(51870,'slug',0,1,''),
(51870,'title',0,1,' linda i la boy resume '),
(51871,'field:1',0,1,' sloane kathleen rudometkin '),
(51871,'field:2',0,1,' sloanerudometkin gmail com '),
(51871,'field:22',0,1,' https mycompletecare com volunteer '),
(51871,'field:23',0,1,' volunteer completecaremgmt com '),
(51871,'field:3',0,1,' 13029837471 '),
(51871,'field:4',0,1,' complete care at hillside '),
(51871,'field:5',0,1,' i am a 22 year old woman who just graduated college i am burned out from having to navigate my education finances and career and i want to find more meaningful ways to spend my time i am looking to volunteer at complete care hillside to help the residents and staff whether its doing dishes or having a conversation i want to make connections build relationships and see people smile i am also willing to volunteer more than just 1 hour a month i can give 5 10 hours a month or more if needed '),
(51871,'title',0,1,' 2026 03 27 14 29 32 '),
(51895,'field:10',0,1,' hi team this is sean from the business team at we care staffing a trusted healthcare staffing provider we specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments as well as permanent placements we support esteemed msps hospitals behavioural health facilities rehabilitation centres clinics snfs ltacs acute care facilities correctional facilities and many other healthcare systems nationwide we specialize in a range of staffing needs including registered nurses rns licensed practical nurses lpns cnas cmas allied healthcare professionals nurse practitioners nps physicians we maintain a large candidate database that is systematically stored and regularly updated in our ats system including resumes licenses and required credentials this allows our team to efficiently match and submit the most suitable candidates for your positions let us know a convenient time for a meeting to discuss this potential collaboration we look forward to working together to meet your staffing needs thank you for considering we care staffing as a partner warm regards '),
(51895,'field:18',0,1,' https mycompletecare com contact '),
(51895,'field:19',0,1,' hlabatch completecaremgmt com '),
(51895,'field:28',0,1,' complete care at annapolis '),
(51895,'field:6',0,1,' sean peters '),
(51895,'field:7',0,1,' sean peters we carestaffing com '),
(51895,'field:8',0,1,' wecarestaffingmd llc '),
(51895,'field:9',0,1,' general inquiry '),
(51895,'title',0,1,' 2026 03 27 15 06 04 '),
(51906,'field:10',0,1,' this is just a follow up to a message given to the receptionist regarding a client al snyder in room 208 and a request for bed railings because he has fallen out of bed twice now and has limited mobility thank you for addressing this matter before it becomes a more serious issue '),
(51906,'field:18',0,1,' https mycompletecare com contact '),
(51906,'field:19',0,1,' hlabatch completecaremgmt com '),
(51906,'field:28',0,1,' complete care at shrewsbury '),
(51906,'field:6',0,1,' jeter bentley '),
(51906,'field:7',0,1,' jeterearl gmail com '),
(51906,'field:8',0,1,''),
(51906,'field:9',0,1,' resident family support '),
(51906,'title',0,1,' 2026 03 27 15 15 52 '),
(51907,'field:10',0,1,' hi team this is sean from the business team at we care staffing a trusted healthcare staffing provider we specialize in supplying qualified nursing and allied healthcare professionals for travel and local contract assignments as well as permanent placements we support esteemed msps hospitals behavioural health facilities rehabilitation centres clinics snfs ltacs acute care facilities correctional facilities and many other healthcare systems nationwide we specialize in a range of staffing needs including registered nurses rns licensed practical nurses lpns cnas cmas allied healthcare professionals nurse practitioners nps physicians we maintain a large candidate database that is systematically stored and regularly updated in our ats system including resumes licenses and required credentials this allows our team to efficiently match and submit the most suitable candidates for your positions let us know a convenient time for a meeting to discuss this potential collaboration we look forward to working together to meet your staffing needs thank you for considering we care staffing as a partner warm regards '),
(51907,'field:18',0,1,' https mycompletecare com contact '),
(51907,'field:19',0,1,' hlabatch completecaremgmt com '),
(51907,'field:28',0,1,' complete care at bayshore '),
(51907,'field:6',0,1,' sean peters '),
(51907,'field:7',0,1,' sean peters we carestaffing com '),
(51907,'field:8',0,1,' wecarestaffingmd llc '),
(51907,'field:9',0,1,' general inquiry '),
(51907,'title',0,1,' 2026 03 27 15 16 32 '),
(51964,'field:10',0,1,' dear admissions coordinator my name is mary radner and i am writing regarding cecilia torres my mother an 86 year old medicare and medicaid recipient who has resided at autumn lake healthcare at west hartford in connecticut for the past five years ms torres has multiple chronic health conditions including congestive heart failure severe osteoporosis with compression fractures at t11 t12 and l1 asthma anxiety depression and high blood pressure she currently receives social security benefits due to advancing age and a recent fall she has experienced a significant decline in independence and requires continued skilled nursing care i am seeking to transfer her to a facility closer to my home in longmeadow massachusetts to be able to support her more easily i would greatly appreciate the opportunity to discuss potential admission and the transfer process to your facility please contact me at your earliest convenience at 413 626 0642 or legaleagles comcast net thank you for your time and consideration '),
(51964,'field:18',0,1,' https completecarekhn com contact '),
(51964,'field:19',0,1,' info completecarekhn com '),
(51964,'field:28',0,1,' complete care at kimberly hall north '),
(51964,'field:6',0,1,' mary radner '),
(51964,'field:7',0,1,' legaleagles comcast net '),
(51964,'field:8',0,1,''),
(51964,'field:9',0,1,' other '),
(51964,'title',0,1,' 2026 03 27 16 28 12 '),
(52077,'field:12',0,1,' tiffany wolfe '),
(52077,'field:13',0,1,' tiffwolfe3688 gmail com '),
(52077,'field:14',0,1,' 3047905606 '),
(52077,'field:15',0,1,' files resumes resume 2026 03 27 230137 anrk pdf '),
(52077,'field:16',0,1,' nursing '),
(52077,'field:17',0,1,' interested in cna class '),
(52077,'field:20',0,1,' https ccdawnview com careers '),
(52077,'field:21',0,1,' careers ccdawnview com '),
(52077,'field:29',0,1,' complete care at dawnview '),
(52077,'title',0,1,' 2026 03 27 19 01 37 '),
(52078,'alt',0,1,''),
(52078,'extension',0,1,' pdf '),
(52078,'filename',0,1,' resume 2026 03 27 230137 anrk pdf '),
(52078,'kind',0,1,' pdf '),
(52078,'slug',0,1,''),
(52078,'title',0,1,' resume '),
(52100,'field:10',0,1,' hello my name is jennifer armer i applied for the housekeeping position today march 27 i wanted to know who i can contact in regards of an update on my application '),
(52100,'field:18',0,1,' https completecareberkshire com contact '),
(52100,'field:19',0,1,' info completecareberkshire com '),
(52100,'field:28',0,1,' complete care at berkshire '),
(52100,'field:6',0,1,' jennifer armer '),
(52100,'field:7',0,1,' armer466 gmail com '),
(52100,'field:8',0,1,''),
(52100,'field:9',0,1,' careers '),
(52100,'title',0,1,' 2026 03 27 19 18 52 '),
(52140,'field:10',0,1,' do you accept wellcare my uncle a vietnam veteran had a stroke and requires speech therapy wed like acute care to help him asap thank you 908 419 7878 '),
(52140,'field:18',0,1,' https completecareclark com contact '),
(52140,'field:19',0,1,' info completecareclark com '),
(52140,'field:28',0,1,' complete care at clark '),
(52140,'field:6',0,1,' jeffrey ephraim '),
(52140,'field:7',0,1,' jephraim gmail com '),
(52140,'field:8',0,1,''),
(52140,'field:9',0,1,' general inquiry '),
(52140,'title',0,1,' 2026 03 27 22 26 22 '),
(52485,'field:12',0,1,' tisha nicole lumague '),
(52485,'field:13',0,1,' tishalumague gmail com '),
(52485,'field:14',0,1,' 9084170477 '),
(52485,'field:15',0,1,' files resumes lumague tisha resume copy pdf '),
(52485,'field:16',0,1,' activities recreation administrative business office admissions marketing hr staffing social services volunteer opportunities '),
(52485,'field:17',0,1,' dear hiring manager i am writing to express my interest in an accounting position within your organization with a strong background in financial reporting tax compliance and operational accounting i bring a proven ability to deliver accurate financial insights and improve business processes in my recent role as a senior associate in tax and accounting at edt co cpas i prepared and analyzed monthly and annual financial statements in compliance with gaap and ifrs ensuring accuracy and timeliness i also streamlined accounts payable and receivable processes which enhanced cash flow management and reduced delays my experience includes leading month end closing performing general ledger reconciliations and supporting both internal and external audits through well prepared documentation previously as a cost accountant and operations admin at atkins import and export resources inc i focused on cost analysis budgeting and operational efficiency i developed cost reports conducted variance analyses and implemented cost saving measures that improved profitability additionally i supported cross functional teams by ensuring compliance and maintaining accurate financial and operational records in addition to my accounting experience i have recently taken on a receptionist role in a nursing home where i manage front desk operations assist residents and visitors handle administrative tasks and ensure smooth daily coordination this role has strengthened my communication skills attention to detail and the ability to provide excellent service in a fast paced environment i am highly proficient in microsoft excel and experienced with erp systems such as sap oracle and quickbooks beyond technical skills i am known for my analytical thinking attention to detail and ability to manage multiple priorities effectively i also take pride in mentoring team members and contributing to a collaborative work environment i am excited about the opportunity to bring my expertise and dedication to your team i would welcome the chance to discuss how my background aligns with your organizations needs thank you for your time and consideration '),
(52485,'field:20',0,1,' https mycompletecare com careers '),
(52485,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(52485,'field:29',0,1,' complete care at green acres '),
(52485,'title',0,1,' 2026 03 28 09 29 47 '),
(52486,'alt',0,1,''),
(52486,'extension',0,1,' pdf '),
(52486,'filename',0,1,' lumague tisha resume copy pdf '),
(52486,'kind',0,1,' pdf '),
(52486,'slug',0,1,''),
(52486,'title',0,1,' lumague tisha resume copy '),
(52779,'field:10',0,1,' needs assistance '),
(52779,'field:18',0,1,' https mycompletecare com contact '),
(52779,'field:19',0,1,' hlabatch completecaremgmt com '),
(52779,'field:28',0,1,' complete care at burlington woods '),
(52779,'field:6',0,1,' shawn roberts '),
(52779,'field:7',0,1,' shawnr1994 yahoo com '),
(52779,'field:8',0,1,''),
(52779,'field:9',0,1,' other '),
(52779,'title',0,1,' 2026 03 28 15 20 32 '),
(52787,'field:12',0,1,' brian figuereo '),
(52787,'field:13',0,1,' brianfiguereo2001 gmail com '),
(52787,'field:14',0,1,' 2016874949 '),
(52787,'field:15',0,1,' files resumes resume update pdf '),
(52787,'field:16',0,1,' hr staffing maintenance housekeeping '),
(52787,'field:17',0,1,' hey i sending my resume in case any position be open i will appreciate if you guys let me know thank you '),
(52787,'field:20',0,1,' https mycompletecare com careers '),
(52787,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(52787,'field:29',0,1,''),
(52787,'title',0,1,' 2026 03 28 15 50 05 '),
(52788,'alt',0,1,''),
(52788,'extension',0,1,' pdf '),
(52788,'filename',0,1,' resume update pdf '),
(52788,'kind',0,1,' pdf '),
(52788,'slug',0,1,''),
(52788,'title',0,1,' resume update '),
(52791,'field:10',0,1,' good evening i would like find out if your facility has free cna program that train your on the job are there religious exemption for covid 19 shot what are the timing and commitment required for this program thank you for your time sincerely amra '),
(52791,'field:18',0,1,' https mycompletecare com contact '),
(52791,'field:19',0,1,' hlabatch completecaremgmt com '),
(52791,'field:28',0,1,' roosevelt care centers edison '),
(52791,'field:6',0,1,' amra butt '),
(52791,'field:7',0,1,' amrabutt01 gmail com '),
(52791,'field:8',0,1,''),
(52791,'field:9',0,1,' general inquiry '),
(52791,'title',0,1,' 2026 03 28 15 57 55 '),
(52797,'field:12',0,1,' sarah m carey '),
(52797,'field:13',0,1,' damiensmama2010 gmail com '),
(52797,'field:14',0,1,' 13023933664 '),
(52797,'field:15',0,1,' files resumes sarah m carey resume ats pdf '),
(52797,'field:16',0,1,' nursing '),
(52797,'field:17',0,1,' cna with 18 years experience '),
(52797,'field:20',0,1,' https mycompletecare com careers '),
(52797,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(52797,'field:29',0,1,' complete care at silver lake '),
(52797,'title',0,1,' 2026 03 28 16 03 58 '),
(52798,'alt',0,1,''),
(52798,'extension',0,1,' pdf '),
(52798,'filename',0,1,' sarah m carey resume ats pdf '),
(52798,'kind',0,1,' pdf '),
(52798,'slug',0,1,''),
(52798,'title',0,1,' sarah m carey resume ats '),
(52806,'field:12',0,1,' destiny smith '),
(52806,'field:13',0,1,' desichanelle8701 gmail com '),
(52806,'field:14',0,1,' 9738732464 '),
(52806,'field:15',0,1,' files resumes img 2944 jpeg '),
(52806,'field:16',0,1,' nursing '),
(52806,'field:17',0,1,' certified nurses assistant '),
(52806,'field:20',0,1,' https mycompletecare com careers '),
(52806,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(52806,'field:29',0,1,' complete care at fair lawn edge '),
(52806,'title',0,1,' 2026 03 28 16 21 41 '),
(52807,'alt',0,1,''),
(52807,'extension',0,1,' jpeg '),
(52807,'filename',0,1,' img 2944 jpeg '),
(52807,'kind',0,1,' image '),
(52807,'slug',0,1,''),
(52807,'title',0,1,' img 2944 '),
(52811,'field:12',0,1,' jahnea lindsey '),
(52811,'field:13',0,1,' luvj4h9109 gmail com '),
(52811,'field:14',0,1,' 6093317361 '),
(52811,'field:15',0,1,' files resumes jahnea lindsey resume pdf '),
(52811,'field:16',0,1,' dietary food service '),
(52811,'field:17',0,1,' march 28 2026 jahnea lindsey full time culinary arts and hospitality high school student 2601 e evesham rd voorhees township nj 08043 info cckressonview com dear rita degore i am looking to get into the workforce although i have no professional experience i have experience in food preparation and service through my school and additional volunteer work these experiences have taught me skills such as good teamwork time management adaptability sanitation and food safety all very important for a good back of house employee throughout the two years ive been in my current high school i have participated in school events where i would serve food to students staff and or visitors depending on the event other events i have both cooked or baked for in class we get hands on cooking and baking experience almost daily we are set to take our servesafe management certification this june and osha 10 next year recently i volunteered to work back of house for our homecoming dance outside of school ive volunteered to serve food at a local pta meeting i am excited to prove that im a strong fit for this role i excel with teamwork and sharing tasks as in school we usually work in pairs or small groups time efficiency is a virtue i learned as we had 80 minutes to cook a meal and clean up after all before our next class along with this hands on culinary training i have upcoming servesafe management certification we learn proper sanitation procedures and food safety protocols everyday to ensure the kitchen is clean safe and reliable i am eager to bring my passion and strong work ethic to complete care i would love an opportunity to assure you that my background will greatly benefit your team thank you for considering my application sincerely jahnea lindsey '),
(52811,'field:20',0,1,' https cckressonview com careers '),
(52811,'field:21',0,1,' careers cckressonview com '),
(52811,'field:29',0,1,' complete care at kresson view '),
(52811,'title',0,1,' 2026 03 28 16 56 59 '),
(52812,'alt',0,1,''),
(52812,'extension',0,1,' pdf '),
(52812,'filename',0,1,' jahnea lindsey resume pdf '),
(52812,'kind',0,1,' pdf '),
(52812,'slug',0,1,''),
(52812,'title',0,1,' jahnea lindsey resume '),
(52814,'field:10',0,1,' hello my father is 92 and had lewy body dementia he is now at the point he can no longer live by himself is there availability at this location for him to enter please contact me about availability '),
(52814,'field:18',0,1,' https mycompletecare com contact '),
(52814,'field:19',0,1,' hlabatch completecaremgmt com '),
(52814,'field:28',0,1,' complete care at manitowoc '),
(52814,'field:6',0,1,' tammy shedal '),
(52814,'field:7',0,1,' tammyshedal gmail com '),
(52814,'field:8',0,1,''),
(52814,'field:9',0,1,' general inquiry '),
(52814,'title',0,1,' 2026 03 28 17 10 14 '),
(52826,'field:10',0,1,' sub acute care '),
(52826,'field:18',0,1,' https ccbayshore com contact '),
(52826,'field:19',0,1,' info ccbayshore com '),
(52826,'field:28',0,1,' complete care at bayshore '),
(52826,'field:6',0,1,' laura gonzalez '),
(52826,'field:7',0,1,' mybaby817 aol com '),
(52826,'field:8',0,1,''),
(52826,'field:9',0,1,' other '),
(52826,'title',0,1,' 2026 03 28 18 27 27 '),
(52831,'field:10',0,1,' looking for pricing in the north bergen nj location for my mother '),
(52831,'field:18',0,1,' https mycompletecare com contact '),
(52831,'field:19',0,1,' hlabatch completecaremgmt com '),
(52831,'field:28',0,1,' complete care at harborage '),
(52831,'field:6',0,1,' shana lee '),
(52831,'field:7',0,1,' shanalee gmail com '),
(52831,'field:8',0,1,''),
(52831,'field:9',0,1,' resident family support '),
(52831,'title',0,1,' 2026 03 28 18 48 51 '),
(52832,'field:10',0,1,' looking fur pricing at the north bergen nj facility for my mom '),
(52832,'field:18',0,1,' https mycompletecare com contact '),
(52832,'field:19',0,1,' hlabatch completecaremgmt com '),
(52832,'field:28',0,1,' complete care at harborage '),
(52832,'field:6',0,1,' shana lee '),
(52832,'field:7',0,1,' shanalee gmail com '),
(52832,'field:8',0,1,''),
(52832,'field:9',0,1,' resident family support '),
(52832,'title',0,1,' 2026 03 28 18 50 25 '),
(52845,'field:10',0,1,' hello my name is amanda and im the founder of neighborsnest a local service based in vernon focused on helping seniors feel more confident using their phones and tablets for everyday tasks im reaching out to see if i could connect with your activities director regarding small group technology workshops for residents these are simple hands on sessions designed to help with things like grocery and prescription delivery setup smartphone and tablet basics telehealth and patient portals everyday online tasks and safety the workshops are relaxed supportive and designed to meet participants at their comfort level if this sounds like something your residents might benefit from id be happy to share a brief overview or coordinate a time to connect thank you so much for your time i truly appreciate it amanda neighborsnest a safe place to land '),
(52845,'field:18',0,1,' https mycompletecare com contact '),
(52845,'field:19',0,1,' hlabatch completecaremgmt com '),
(52845,'field:28',0,1,' complete care at fox hill '),
(52845,'field:6',0,1,' amanda schook '),
(52845,'field:7',0,1,' neighborsnestcares gmail com '),
(52845,'field:8',0,1,' neighborsnest '),
(52845,'field:9',0,1,' resident family support '),
(52845,'title',0,1,' 2026 03 28 20 59 52 '),
(52847,'field:12',0,1,' steve vosper '),
(52847,'field:13',0,1,' stevevosper msn com '),
(52847,'field:14',0,1,' 16098273010 '),
(52847,'field:15',0,1,' files resumes stephen vosper patient accounts representative resume pdf '),
(52847,'field:16',0,1,' administrative business office admissions marketing '),
(52847,'field:17',0,1,' steve vosper 3700 new jersey avenue 503 wildwood nj 08260 609 827 3010 stevevosper msn com march 28 2026 hiring manager patient financial services completecare health network dear hiring manager i am writing to express my strong interest in the patient accounts representative position at completecare health network in the wildwood nj office with over 12 years of experience in financial operations billing payment processing and customer account management i am confident i can contribute immediately to your patient financial services team as office manager at aa heart of wildwood motels since 2012 i manage billing payments refunds and reconciliations for a multi property operation i process high volume credit card and cash transactions with exceptional accuracy resolve customer billing questions and maintain detailed financial records my implementation of automated systems reduced costs by $10 000 annually while improving accuracy and efficiency my experience directly translates to healthcare patient accounts at congress hall hotel i processed credit card settlements and financial audits for eight properties demonstrating my ability to handle complex multi location financial operations as a home energy assistance coordinator i processed financial assistance applications verified eligibility requirements and provided empathetic customer service skills essential for patient financial counseling i excel at maintaining confidentiality establishing compliant procedures and training staff on financial protocols and systems i am eager to bring my billing expertise customer service excellence and commitment to accuracy to completecare health network i would welcome the opportunity to discuss how omy experience can benefit your team thank you for your consideration sincerely stephen steve vosper '),
(52847,'field:20',0,1,' https mycompletecare com careers '),
(52847,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(52847,'field:29',0,1,''),
(52847,'title',0,1,' 2026 03 28 21 14 46 '),
(52848,'alt',0,1,''),
(52848,'extension',0,1,' pdf '),
(52848,'filename',0,1,' stephen vosper patient accounts representative resume pdf '),
(52848,'kind',0,1,' pdf '),
(52848,'slug',0,1,''),
(52848,'title',0,1,' stephen vosper patient accounts representative resume '),
(52861,'field:1',0,1,' sunila maheshwari '),
(52861,'field:2',0,1,' tech sunila gmail com '),
(52861,'field:22',0,1,' https mycompletecare com volunteer '),
(52861,'field:23',0,1,' volunteer completecaremgmt com '),
(52861,'field:3',0,1,' 18323671517 '),
(52861,'field:4',0,1,' complete care at monmouth '),
(52861,'field:5',0,1,' i would like to vounteer for any of these services like share a friendly chat or board game perform music dance or other creative talent lend a hand at special events and holiday celebrations '),
(52861,'title',0,1,' 2026 03 28 23 07 26 '),
(52877,'field:10',0,1,' hello to whom it may concern im emailing to make a complaint about an employee at complete care at berkshire your employee megan mcmahon has been contacting me endlessly since 3 9 2026 i was interested in the position but now im not i feel harassed and its very irritating the last voicemail she sent was very unprofessional and i can provide proof if needed thank you '),
(52877,'field:18',0,1,' https completecareberkshire com contact '),
(52877,'field:19',0,1,' info completecareberkshire com '),
(52877,'field:28',0,1,' complete care at berkshire '),
(52877,'field:6',0,1,' mariah burks '),
(52877,'field:7',0,1,' burksmariah123 gmail com '),
(52877,'field:8',0,1,' complete care at berkshire '),
(52877,'field:9',0,1,' other '),
(52877,'title',0,1,' 2026 03 29 01 35 23 '),
(53003,'field:10',0,1,' hello i was so saddened to learn of glens death 2 months ago i am a friend of glen deans family from way back i lived in quebec city growing up with my good friends janet and john glens siblings i spent a lot of time with the dean family and seeing glen grow up as a toddler including the close relationship i maintained with his parents lois and richard over the years i lost contact with janet and john is there a way that you can reach out to them and ask them to contact me if possible id like to offer them my condolences i appreciate your assistance regards philippe martin '),
(53003,'field:18',0,1,' http ccarbors com contact '),
(53003,'field:19',0,1,' info ccarbors com '),
(53003,'field:28',0,1,' complete care at arbors '),
(53003,'field:6',0,1,' philippe martin '),
(53003,'field:7',0,1,' philippe martin rocketmail com '),
(53003,'field:8',0,1,' friend of the family '),
(53003,'field:9',0,1,' other '),
(53003,'title',0,1,' 2026 03 29 05 07 07 '),
(53015,'field:10',0,1,' my name is isaiah i wanted to know if you guys had any dietary aide positions available i have 4 years of experience '),
(53015,'field:18',0,1,' https mycompletecare com contact '),
(53015,'field:19',0,1,' hlabatch completecaremgmt com '),
(53015,'field:28',0,1,' complete care at la plata '),
(53015,'field:6',0,1,' isaiah '),
(53015,'field:7',0,1,' isaiahmackall99 gmail com '),
(53015,'field:8',0,1,''),
(53015,'field:9',0,1,' careers '),
(53015,'title',0,1,' 2026 03 29 07 51 06 '),
(53017,'alt',0,1,''),
(53017,'extension',0,1,' pdf '),
(53017,'filename',0,1,' resume 2026 03 29 115212 pwsn pdf '),
(53017,'kind',0,1,' pdf '),
(53017,'slug',0,1,''),
(53017,'title',0,1,' resume '),
(53018,'field:10',0,1,' my name is isaiah i wanted to know if you guys had any dietary aide positions available i have 4 years of experience '),
(53018,'field:18',0,1,' https mycompletecare com contact '),
(53018,'field:19',0,1,' hlabatch completecaremgmt com '),
(53018,'field:28',0,1,' complete care at annapolis '),
(53018,'field:6',0,1,' isaiah '),
(53018,'field:7',0,1,' isaiahmackall99 gmail com '),
(53018,'field:8',0,1,''),
(53018,'field:9',0,1,' careers '),
(53018,'title',0,1,' 2026 03 29 07 59 12 '),
(53102,'field:12',0,1,' imani mansfield '),
(53102,'field:13',0,1,' mansfieldimani20 gmail com '),
(53102,'field:14',0,1,' 917 297 7033 '),
(53102,'field:15',0,1,' files resumes imani mansfield resume 10 pdf '),
(53102,'field:16',0,1,' dietary food service maintenance housekeeping '),
(53102,'field:17',0,1,' i am interested in the dietary food service and housekeeping opportunities at complete care and would appreciate consideration for any current openings i have hands on experience working in a long term care facility dietary department where i assist with meal preparation tray line cleaning and following safety and sanitation guidelines while supporting residents with respect and patience i am reliable willing to learn and comfortable working evenings weekends and holidays as needed to support the team and residents thank you for reviewing my application i would welcome the chance to discuss how i can contribute to your facilitys caring environment '),
(53102,'field:20',0,1,' https cccedargrove com careers '),
(53102,'field:21',0,1,' info cccedargrove com '),
(53102,'field:29',0,1,' complete care at cedar grove '),
(53102,'title',0,1,' 2026 03 29 10 20 29 '),
(53103,'alt',0,1,''),
(53103,'extension',0,1,' pdf '),
(53103,'filename',0,1,' imani mansfield resume 10 pdf '),
(53103,'kind',0,1,' pdf '),
(53103,'slug',0,1,''),
(53103,'title',0,1,' imani mansfield resume 10 '),
(53105,'field:12',0,1,' allison '),
(53105,'field:13',0,1,' allieson387 gmail com '),
(53105,'field:14',0,1,' 17326788773 '),
(53105,'field:15',0,1,' files resumes allison dwyer resume 42925 1 pdf '),
(53105,'field:16',0,1,' activities recreation maintenance housekeeping volunteer opportunities '),
(53105,'field:17',0,1,' i need a job i harder work ing i get the job done looking for part time work days and full time work '),
(53105,'field:20',0,1,' https ccbeylea com careers '),
(53105,'field:21',0,1,' careers ccbeylea com '),
(53105,'field:29',0,1,' complete care at bey lea '),
(53105,'title',0,1,' 2026 03 29 10 29 00 '),
(53106,'alt',0,1,''),
(53106,'extension',0,1,' pdf '),
(53106,'filename',0,1,' allison dwyer resume 42925 1 pdf '),
(53106,'kind',0,1,' pdf '),
(53106,'slug',0,1,''),
(53106,'title',0,1,' allison dwyer resume 42925 1 '),
(53112,'field:10',0,1,' hello i tried to fill the application out online but it does not let me save at the end and everything is filled out so is there an email of which i can send my resume i am interested in the bom position i have 24 years experience in snf business office tasks thank you '),
(53112,'field:18',0,1,' https ccphillipsburg com contact '),
(53112,'field:19',0,1,' info ccphillipsburg com '),
(53112,'field:28',0,1,' complete care at phillipsburg '),
(53112,'field:6',0,1,' stephanie ann lilly '),
(53112,'field:7',0,1,' stephanielilly1979 gmail com '),
(53112,'field:8',0,1,''),
(53112,'field:9',0,1,' careers '),
(53112,'title',0,1,' 2026 03 29 10 33 31 '),
(53113,'field:12',0,1,' allison m dwyer '),
(53113,'field:13',0,1,' allieson387 gmail com '),
(53113,'field:14',0,1,' 17326788773 '),
(53113,'field:15',0,1,' files resumes allison dwyer resume 42925 1 2026 03 29 143444 onws pdf '),
(53113,'field:16',0,1,' activities recreation maintenance housekeeping volunteer opportunities '),
(53113,'field:17',0,1,' iam looking for part time work days and full time work '),
(53113,'field:20',0,1,' https ccatgreenacres com careers '),
(53113,'field:21',0,1,' careers ccatgreenacres com '),
(53113,'field:29',0,1,' complete care at green acres '),
(53113,'title',0,1,' 2026 03 29 10 34 44 '),
(53114,'alt',0,1,''),
(53114,'extension',0,1,' pdf '),
(53114,'filename',0,1,' allison dwyer resume 42925 1 2026 03 29 143444 onws pdf '),
(53114,'kind',0,1,' pdf '),
(53114,'slug',0,1,''),
(53114,'title',0,1,' allison dwyer resume 42925 1 '),
(53148,'field:10',0,1,' i would like to inquire how about maybe becoming a resident in your facility i have spoken with one of your nurses and she provided me with really good reviews im looking for a soft place to land i have issues with my heart and diabetes as well i am 51 years old and social security approved i can be reached at 312 937 6150 also by email at johnkurylo42 gmail com i would really appreciate it if you could get back to me at your earliest convenience thank you have a great day '),
(53148,'field:18',0,1,' https ccmargatepark com contact '),
(53148,'field:19',0,1,' info ccmargatepark com '),
(53148,'field:28',0,1,' complete care at margate park '),
(53148,'field:6',0,1,' john kurylo '),
(53148,'field:7',0,1,' johnkurylo42 gmail com '),
(53148,'field:8',0,1,''),
(53148,'field:9',0,1,' general inquiry '),
(53148,'title',0,1,' 2026 03 29 12 15 43 '),
(53165,'field:12',0,1,' kayla arndt '),
(53165,'field:13',0,1,' kaylaarndt94 gmail com '),
(53165,'field:14',0,1,' 6083338606 '),
(53165,'field:15',0,1,' files resumes resume kayla arndt pdf '),
(53165,'field:16',0,1,' activities recreation administrative business office admissions marketing hr staffing recruitment social services '),
(53165,'field:17',0,1,' i worked for nazareth many years ago and was there for 9 years i worked as a dietary aid as i dont want wish to be a dietary aid but would do anything office related i am back in school for my associates degree in human resources which is all online '),
(53165,'field:20',0,1,' https ccnazareth com careers '),
(53165,'field:21',0,1,' careers ccnazareth com '),
(53165,'field:29',0,1,' complete care at nazareth '),
(53165,'title',0,1,' 2026 03 29 13 09 14 '),
(53166,'alt',0,1,''),
(53166,'extension',0,1,' pdf '),
(53166,'filename',0,1,' resume kayla arndt pdf '),
(53166,'kind',0,1,' pdf '),
(53166,'slug',0,1,''),
(53166,'title',0,1,' resume kayla arndt '),
(53170,'field:10',0,1,' why is it taking over 24 hours to get some simple pain med '),
(53170,'field:18',0,1,' https ccwheaton com contact '),
(53170,'field:19',0,1,' info ccwheaton com '),
(53170,'field:28',0,1,' complete care at wheaton '),
(53170,'field:6',0,1,' richard boulton '),
(53170,'field:7',0,1,' rickboulton01 gmail com '),
(53170,'field:8',0,1,''),
(53170,'field:9',0,1,' general inquiry '),
(53170,'title',0,1,' 2026 03 29 13 38 35 '),
(53171,'field:10',0,1,' this place sucks this place sucks '),
(53171,'field:18',0,1,' https ccwheaton com contact '),
(53171,'field:19',0,1,' info ccwheaton com '),
(53171,'field:28',0,1,' complete care at wheaton '),
(53171,'field:6',0,1,' richard boulton '),
(53171,'field:7',0,1,' rickboulron01 gmail com '),
(53171,'field:8',0,1,''),
(53171,'field:9',0,1,' general inquiry '),
(53171,'title',0,1,' 2026 03 29 13 44 41 '),
(53174,'field:10',0,1,' dont use this place patient care sucks '),
(53174,'field:18',0,1,' https ccwheaton com contact '),
(53174,'field:19',0,1,' info ccwheaton com '),
(53174,'field:28',0,1,' complete care at wheaton '),
(53174,'field:6',0,1,' richard boulton '),
(53174,'field:7',0,1,' rickboulton01 gmail com '),
(53174,'field:8',0,1,''),
(53174,'field:9',0,1,' general inquiry '),
(53174,'title',0,1,' 2026 03 29 13 59 52 '),
(53179,'field:10',0,1,' im looking for a long term home for my 87 yr old mother she has dementia y son and i have been trying to care for her it is just too much his number is 681 534 5231 '),
(53179,'field:18',0,1,' https mycompletecare com contact '),
(53179,'field:19',0,1,' hlabatch completecaremgmt com '),
(53179,'field:28',0,1,' complete care at dawnview '),
(53179,'field:6',0,1,' marcia bise '),
(53179,'field:7',0,1,' marciaann076 gmail com '),
(53179,'field:8',0,1,''),
(53179,'field:9',0,1,' resident family support '),
(53179,'title',0,1,' 2026 03 29 14 16 54 '),
(53200,'field:12',0,1,' akila whitley '),
(53200,'field:13',0,1,' akilawhitley gmail com '),
(53200,'field:14',0,1,' 17325327203 '),
(53200,'field:15',0,1,' files resumes awhitley resume docx pdf '),
(53200,'field:16',0,1,' dietary food service '),
(53200,'field:17',0,1,' i am a fast learner and i work well under pressure id like to discuss more in person for an interview id also like to say i have experience with the elderly as i do take care of my grandfather '),
(53200,'field:20',0,1,' https mycompletecare com careers '),
(53200,'field:21',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(53200,'field:29',0,1,' complete care at monmouth '),
(53200,'title',0,1,' 2026 03 29 15 07 11 '),
(53201,'alt',0,1,''),
(53201,'extension',0,1,' pdf '),
(53201,'filename',0,1,' awhitley resume docx pdf '),
(53201,'kind',0,1,' pdf '),
(53201,'slug',0,1,''),
(53201,'title',0,1,' a whitley resume docx '),
(53637,'field:12',0,1,' karia cooper '),
(53637,'field:13',0,1,' thanoshatesme gmail com '),
(53637,'field:14',0,1,' 8487579522 '),
(53637,'field:15',0,1,' files resumes img 9915 jpeg '),
(53637,'field:16',0,1,' dietary food service '),
(53637,'field:17',0,1,' looking to see if any dietary food service positions are open im a college student looking for work '),
(53637,'field:20',0,1,' https ccmonmouth com careers '),
(53637,'field:21',0,1,' careers ccmonmouth com '),
(53637,'field:29',0,1,' complete care at monmouth '),
(53637,'title',0,1,' 2026 03 29 17 02 10 '),
(53638,'alt',0,1,''),
(53638,'extension',0,1,' jpeg '),
(53638,'filename',0,1,' img 9915 jpeg '),
(53638,'kind',0,1,' image '),
(53638,'slug',0,1,''),
(53638,'title',0,1,' img 9915 '),
(53650,'field:10',0,1,' looking for long term for my mom 75 and is bedwriden nerve pain where we need hospice care 732 735 6324 '),
(53650,'field:18',0,1,' https ccatgreenacres com contact '),
(53650,'field:19',0,1,' info ccatgreenacres com '),
(53650,'field:28',0,1,' complete care at green acres '),
(53650,'field:6',0,1,' jeff '),
(53650,'field:7',0,1,' jedixon1215 gmail com '),
(53650,'field:8',0,1,''),
(53650,'field:9',0,1,' resident family support '),
(53650,'title',0,1,' 2026 03 29 17 44 36 '),
(54054,'field:10',0,1,' good morning disa global solutions is verifying employment for an applicant listing complete care hillside center wilmington de as an employer please have human resources contact me regarding your process for obtaining verification to ensure applicant privacy pii has not been provided in this inquiry please provide case 4678231 thank you '),
(54054,'field:18',0,1,' https completecarehillside com contact '),
(54054,'field:19',0,1,' info completecarehillside com '),
(54054,'field:28',0,1,' complete care at hillside '),
(54054,'field:6',0,1,' jenna pack '),
(54054,'field:7',0,1,' jenna pack disa com '),
(54054,'field:8',0,1,' disa global solutions '),
(54054,'field:9',0,1,' general inquiry '),
(54054,'title',0,1,' 2026 03 30 07 58 20 '),
(54061,'field:1',0,1,' chase wilson '),
(54061,'field:2',0,1,' wilsoncha cau edu '),
(54061,'field:22',0,1,' https mycompletecare com volunteer '),
(54061,'field:23',0,1,' volunteer completecaremgmt com '),
(54061,'field:3',0,1,' 1 240 412 8105 '),
(54061,'field:4',0,1,' complete care at la plata '),
(54061,'field:5',0,1,' my name is chase wilson and i am a student pursuing a bachelor of science in psychological brain sciences with a minor in biology expected to graduate in may 2027 i am very interested in gaining hands on experience in a healthcare setting and would love the opportunity to volunteer at complete care in la plata i have completed coursework in brain behavior cognitive psychology sensation perception clinical psychology human anatomy physiology general biology general chemistry introductory statistics for psychology and research methods in psychology i believe this academic background has prepared me to contribute meaningfully and learn from the team thank you very much for your time and consideration '),
(54061,'title',0,1,' 2026 03 30 08 34 39 '),
(54062,'field:12',0,1,' eliav sacknovitz '),
(54062,'field:13',0,1,' sack eliav gmail com '),
(54062,'field:14',0,1,' 5162400362 '),
(54062,'field:15',0,1,' files resumes resume eliavsacknovitz pdf '),
(54062,'field:16',0,1,' administrative business office '),
(54062,'field:17',0,1,' hi i hope you are doing well my name is eliav sacknovitz and i wanted to reach out to introduce myself and connect regarding opportunities to continue developing my experience in a skilled nursing facility setting i graduated from yeshiva university with a degree in business analytics and i am currently working as the interim administrator in training at emerald peek a carerite facility where i am filling in during a maternity leave in this role i began by shadowing each department head to develop a strong understanding of how the various departments work together to support a well functioning facility i now work closely with the administrator on a daily basis assisting with survey preparation and overall operations i am a hardworking and committed individual who is eager to continue growing in healthcare administration and further develop my experience as i move forward in the licensing process i would greatly appreciate the opportunity to connect and learn more about your facility as well as discuss any opportunities where i may be able to contribute and continue gaining experience thank you for your time and consideration i look forward to speaking with you all the best eliav sacknovitz '),
(54062,'field:20',0,1,' https ccwestfield com careers '),
(54062,'field:21',0,1,' careers ccwestfield com '),
(54062,'field:29',0,1,' complete care at westfield '),
(54062,'title',0,1,' 2026 03 30 08 40 04 '),
(54063,'alt',0,1,''),
(54063,'extension',0,1,' pdf '),
(54063,'filename',0,1,' resume eliavsacknovitz pdf '),
(54063,'kind',0,1,' pdf '),
(54063,'slug',0,1,''),
(54063,'title',0,1,' resume eliav sacknovitz '),
(54069,'slug',0,1,''),
(54069,'subject',0,1,' careers form submission from tara lowery fleming '),
(54069,'to',0,1,' careers cclehigh com '),
(54070,'slug',0,1,''),
(54070,'subject',0,1,' careers form submission from sonya bridges '),
(54070,'to',0,1,' careers completecareblvd com '),
(54071,'slug',0,1,''),
(54071,'subject',0,1,' careers form submission from ogechi uduji '),
(54071,'to',0,1,' careers ccplainfield com '),
(54072,'slug',0,1,''),
(54072,'subject',0,1,' careers form submission from destiny wilks '),
(54072,'to',0,1,' careers ccglendalewest com '),
(54073,'slug',0,1,''),
(54073,'subject',0,1,' careers form submission from marvianna williams '),
(54073,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(54074,'slug',0,1,''),
(54074,'subject',0,1,' careers form submission from barbara k chacaga '),
(54074,'to',0,1,' careers completecarekhs com '),
(54075,'slug',0,1,''),
(54075,'subject',0,1,' careers form submission from marie stewart '),
(54075,'to',0,1,' careers completecareblvd com '),
(54076,'slug',0,1,''),
(54076,'subject',0,1,' careers form submission from shanique campbell '),
(54076,'to',0,1,' careers ccburlingtonwoods com '),
(54077,'slug',0,1,''),
(54077,'subject',0,1,' careers form submission from jenniffer morales vasquez '),
(54077,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(54078,'slug',0,1,''),
(54078,'subject',0,1,' careers form submission from jenniffer morales '),
(54078,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(54079,'slug',0,1,''),
(54079,'subject',0,1,' contact form submission from amy wilson '),
(54079,'to',0,1,' hlabatch completecaremgmt com '),
(54080,'slug',0,1,''),
(54080,'subject',0,1,' careers form submission from derrick a jones '),
(54080,'to',0,1,' careers ccinglemoor com '),
(54081,'slug',0,1,''),
(54081,'subject',0,1,' careers form submission from tasha toaltoan '),
(54081,'to',0,1,' careers cclehigh com '),
(54082,'slug',0,1,''),
(54082,'subject',0,1,' contact form submission from regan or mary anne wickersham '),
(54082,'to',0,1,' hlabatch completecaremgmt com '),
(54083,'slug',0,1,''),
(54083,'subject',0,1,' contact form submission from carol lynn wurst '),
(54083,'to',0,1,' hlabatch completecaremgmt com '),
(54084,'slug',0,1,''),
(54084,'subject',0,1,' contact form submission from elsa sanz '),
(54084,'to',0,1,' info ccbrakeleypark com '),
(54085,'slug',0,1,''),
(54085,'subject',0,1,' careers form submission from parul d shah '),
(54085,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(54086,'slug',0,1,''),
(54086,'subject',0,1,' careers form submission from najiya hines '),
(54086,'to',0,1,' careers completecareheritage com '),
(54087,'slug',0,1,''),
(54087,'subject',0,1,' contact form submission from brian salamanca '),
(54087,'to',0,1,' hlabatch completecaremgmt com '),
(54088,'slug',0,1,''),
(54088,'subject',0,1,' careers form submission from savior deleon '),
(54088,'to',0,1,' careers completecarebrick com '),
(54089,'slug',0,1,''),
(54089,'subject',0,1,' contact form submission from kimberly west '),
(54089,'to',0,1,' info cccorsicahills com '),
(54090,'slug',0,1,''),
(54090,'subject',0,1,' careers form submission from najiya hines '),
(54090,'to',0,1,' careers completecareheritage com '),
(54091,'slug',0,1,''),
(54091,'subject',0,1,' careers form submission from penelope e mauer '),
(54091,'to',0,1,' careers ccvoorhees com '),
(54092,'slug',0,1,''),
(54092,'subject',0,1,' careers form submission from susan hall '),
(54092,'to',0,1,' careers ccinglemoor com '),
(54093,'slug',0,1,''),
(54093,'subject',0,1,' careers form submission from jeremy brown '),
(54093,'to',0,1,' careers cclehigh com '),
(54094,'slug',0,1,''),
(54094,'subject',0,1,' contact form submission from alice wilson '),
(54094,'to',0,1,' hlabatch completecaremgmt com '),
(54095,'slug',0,1,''),
(54095,'subject',0,1,' contact form submission from chris fox '),
(54095,'to',0,1,' info completecarebarnhill com '),
(54096,'slug',0,1,''),
(54096,'subject',0,1,' contact form submission from andrea fisher '),
(54096,'to',0,1,' hlabatch completecaremgmt com '),
(54097,'slug',0,1,''),
(54097,'subject',0,1,' contact form submission from melissa saia '),
(54097,'to',0,1,' hlabatch completecaremgmt com '),
(54098,'slug',0,1,''),
(54098,'subject',0,1,' careers form submission from jeremy brown '),
(54098,'to',0,1,' careers cclehigh com '),
(54099,'slug',0,1,''),
(54099,'subject',0,1,' contact form submission from amanda smith '),
(54099,'to',0,1,' hlabatch completecaremgmt com '),
(54100,'slug',0,1,''),
(54100,'subject',0,1,' careers form submission from malik hill '),
(54100,'to',0,1,' careers ccwaynehills com '),
(54101,'slug',0,1,''),
(54101,'subject',0,1,' contact form submission from cindy lazo '),
(54101,'to',0,1,' hlabatch completecaremgmt com '),
(54102,'slug',0,1,''),
(54102,'subject',0,1,' contact form submission from myra salcedo '),
(54102,'to',0,1,' hlabatch completecaremgmt com '),
(54103,'slug',0,1,''),
(54103,'subject',0,1,' contact form submission from christina apicelli '),
(54103,'to',0,1,' info completecarebrick com '),
(54104,'slug',0,1,''),
(54104,'subject',0,1,' contact form submission from kyra s sinkowsky '),
(54104,'to',0,1,' info ccregent com '),
(54105,'slug',0,1,''),
(54105,'subject',0,1,' volunteer form submission from marcela de moura miranda '),
(54105,'to',0,1,' volunteer completecaremgmt com '),
(54106,'slug',0,1,''),
(54106,'subject',0,1,' contact form submission from sean peters '),
(54106,'to',0,1,' hlabatch completecaremgmt com '),
(54107,'slug',0,1,''),
(54107,'subject',0,1,' contact form submission from sean peters '),
(54107,'to',0,1,' hlabatch completecaremgmt com '),
(54108,'slug',0,1,''),
(54108,'subject',0,1,' contact form submission from sean peters '),
(54108,'to',0,1,' hlabatch completecaremgmt com '),
(54109,'slug',0,1,''),
(54109,'subject',0,1,' contact form submission from tony lewis '),
(54109,'to',0,1,' hlabatch completecaremgmt com '),
(54110,'slug',0,1,''),
(54110,'subject',0,1,' contact form submission from lori crestani '),
(54110,'to',0,1,' info ccbrackenville com '),
(54111,'slug',0,1,''),
(54111,'subject',0,1,' careers form submission from linda iris laboy '),
(54111,'to',0,1,' careers ccorangepark com '),
(54112,'slug',0,1,''),
(54112,'subject',0,1,' volunteer form submission from sloane kathleen rudometkin '),
(54112,'to',0,1,' volunteer completecaremgmt com '),
(54113,'slug',0,1,''),
(54113,'subject',0,1,' contact form submission from sean peters '),
(54113,'to',0,1,' hlabatch completecaremgmt com '),
(54114,'slug',0,1,''),
(54114,'subject',0,1,' contact form submission from jeter bentley '),
(54114,'to',0,1,' hlabatch completecaremgmt com '),
(54115,'slug',0,1,''),
(54115,'subject',0,1,' contact form submission from sean peters '),
(54115,'to',0,1,' hlabatch completecaremgmt com '),
(54116,'slug',0,1,''),
(54116,'subject',0,1,' contact form submission from mary radner '),
(54116,'to',0,1,' info completecarekhn com '),
(54117,'slug',0,1,''),
(54117,'subject',0,1,' careers form submission from tiffany wolfe '),
(54117,'to',0,1,' careers ccdawnview com '),
(54118,'slug',0,1,''),
(54118,'subject',0,1,' contact form submission from jennifer armer '),
(54118,'to',0,1,' info completecareberkshire com '),
(54119,'slug',0,1,''),
(54119,'subject',0,1,' contact form submission from jeffrey ephraim '),
(54119,'to',0,1,' info completecareclark com '),
(54120,'slug',0,1,''),
(54120,'subject',0,1,' careers form submission from tisha nicole lumague '),
(54120,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(54121,'slug',0,1,''),
(54121,'subject',0,1,' contact form submission from shawn roberts '),
(54121,'to',0,1,' hlabatch completecaremgmt com '),
(54122,'slug',0,1,''),
(54122,'subject',0,1,' careers form submission from brian figuereo '),
(54122,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(54123,'slug',0,1,''),
(54123,'subject',0,1,' contact form submission from amra butt '),
(54123,'to',0,1,' hlabatch completecaremgmt com '),
(54124,'slug',0,1,''),
(54124,'subject',0,1,' careers form submission from sarah m carey '),
(54124,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(54125,'slug',0,1,''),
(54125,'subject',0,1,' careers form submission from destiny smith '),
(54125,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(54126,'slug',0,1,''),
(54126,'subject',0,1,' careers form submission from jahnea lindsey '),
(54126,'to',0,1,' careers cckressonview com '),
(54127,'slug',0,1,''),
(54127,'subject',0,1,' contact form submission from tammy shedal '),
(54127,'to',0,1,' hlabatch completecaremgmt com '),
(54128,'slug',0,1,''),
(54128,'subject',0,1,' contact form submission from laura gonzalez '),
(54128,'to',0,1,' info ccbayshore com '),
(54129,'slug',0,1,''),
(54129,'subject',0,1,' contact form submission from shana lee '),
(54129,'to',0,1,' hlabatch completecaremgmt com '),
(54130,'slug',0,1,''),
(54130,'subject',0,1,' contact form submission from shana lee '),
(54130,'to',0,1,' hlabatch completecaremgmt com '),
(54131,'slug',0,1,''),
(54131,'subject',0,1,' contact form submission from amanda schook '),
(54131,'to',0,1,' hlabatch completecaremgmt com '),
(54132,'slug',0,1,''),
(54132,'subject',0,1,' careers form submission from steve vosper '),
(54132,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(54133,'slug',0,1,''),
(54133,'subject',0,1,' volunteer form submission from sunila maheshwari '),
(54133,'to',0,1,' volunteer completecaremgmt com '),
(54134,'slug',0,1,''),
(54134,'subject',0,1,' contact form submission from mariah burks '),
(54134,'to',0,1,' info completecareberkshire com '),
(54135,'slug',0,1,''),
(54135,'subject',0,1,' contact form submission from philippe martin '),
(54135,'to',0,1,' info ccarbors com '),
(54136,'slug',0,1,''),
(54136,'subject',0,1,' contact form submission from isaiah '),
(54136,'to',0,1,' hlabatch completecaremgmt com '),
(54137,'slug',0,1,''),
(54137,'subject',0,1,' contact form submission from isaiah '),
(54137,'to',0,1,' hlabatch completecaremgmt com '),
(54138,'slug',0,1,''),
(54138,'subject',0,1,' careers form submission from imani mansfield '),
(54138,'to',0,1,' info cccedargrove com '),
(54139,'slug',0,1,''),
(54139,'subject',0,1,' careers form submission from allison '),
(54139,'to',0,1,' careers ccbeylea com '),
(54140,'slug',0,1,''),
(54140,'subject',0,1,' contact form submission from stephanie ann lilly '),
(54140,'to',0,1,' info ccphillipsburg com '),
(54141,'slug',0,1,''),
(54141,'subject',0,1,' careers form submission from allison m dwyer '),
(54141,'to',0,1,' careers ccatgreenacres com '),
(54142,'slug',0,1,''),
(54142,'subject',0,1,' contact form submission from john kurylo '),
(54142,'to',0,1,' info ccmargatepark com '),
(54143,'slug',0,1,''),
(54143,'subject',0,1,' careers form submission from kayla arndt '),
(54143,'to',0,1,' careers ccnazareth com '),
(54144,'slug',0,1,''),
(54144,'subject',0,1,' contact form submission from richard boulton '),
(54144,'to',0,1,' info ccwheaton com '),
(54145,'slug',0,1,''),
(54145,'subject',0,1,' contact form submission from richard boulton '),
(54145,'to',0,1,' info ccwheaton com '),
(54146,'slug',0,1,''),
(54146,'subject',0,1,' contact form submission from richard boulton '),
(54146,'to',0,1,' info ccwheaton com '),
(54147,'slug',0,1,''),
(54147,'subject',0,1,' contact form submission from marcia bise '),
(54147,'to',0,1,' hlabatch completecaremgmt com '),
(54148,'slug',0,1,''),
(54148,'subject',0,1,' careers form submission from akila whitley '),
(54148,'to',0,1,' rfishman completecaremgmt com lallen completecaremgmt com '),
(54149,'slug',0,1,''),
(54149,'subject',0,1,' careers form submission from karia cooper '),
(54149,'to',0,1,' careers ccmonmouth com '),
(54150,'slug',0,1,''),
(54150,'subject',0,1,' contact form submission from jeff '),
(54150,'to',0,1,' info ccatgreenacres com '),
(54151,'slug',0,1,''),
(54151,'subject',0,1,' contact form submission from jenna pack '),
(54151,'to',0,1,' info completecarehillside com '),
(54152,'slug',0,1,''),
(54152,'subject',0,1,' volunteer form submission from chase wilson '),
(54152,'to',0,1,' volunteer completecaremgmt com '),
(54153,'slug',0,1,''),
(54153,'subject',0,1,' careers form submission from eliav sacknovitz '),
(54153,'to',0,1,' careers ccwestfield com '),
(54159,'field:1',0,1,' katelyn rodriguez '),
(54159,'field:2',0,1,' katiebug9302003 gmail com '),
(54159,'field:22',0,1,' https mycompletecare com volunteer '),
(54159,'field:23',0,1,' volunteer completecaremgmt com '),
(54159,'field:3',0,1,' 3522725113 '),
(54159,'field:4',0,1,' complete care at groton regency '),
(54159,'field:5',0,1,' hello im a student a southern connecticut state university my major is speech language and hearing disorders i would love to come volunteer '),
(54159,'title',0,1,' 2026 03 30 09 56 48 '),
(54169,'field:10',0,1,' i need a w2 forms of 2025 income so i can send it to hr block tax accountment at cole rd '),
(54169,'field:18',0,1,' https mycompletecare com cchagerstown contact utm source=copilot com '),
(54169,'field:19',0,1,' info cchagerstown com '),
(54169,'field:28',0,1,' complete care at hagerstown '),
(54169,'field:6',0,1,' julia burkholder '),
(54169,'field:7',0,1,' juliaburkholder72 gmail com '),
(54169,'field:8',0,1,' healthcare services '),
(54169,'field:9',0,1,' other '),
(54169,'title',0,1,' 2026 03 30 10 59 42 '),
(54182,'field:12',0,1,' laura komidar '),
(54182,'field:13',0,1,' lkomidar outlook com '),
(54182,'field:14',0,1,' 860 995 7952 '),
(54182,'field:15',0,1,' files resumes khresumeandcl pdf '),
(54182,'field:16',0,1,' activities recreation administrative business office '),
(54182,'field:17',0,1,' see attached resume and cover letter '),
(54182,'field:20',0,1,' https completecarekhn com careers '),
(54182,'field:21',0,1,' careers completecarekhn com '),
(54182,'field:29',0,1,' complete care at kimberly hall north '),
(54182,'title',0,1,' 2026 03 30 11 19 27 '),
(54183,'alt',0,1,''),
(54183,'extension',0,1,' pdf '),
(54183,'filename',0,1,' khresumeandcl pdf '),
(54183,'kind',0,1,' pdf '),
(54183,'slug',0,1,''),
(54183,'title',0,1,' kh resumeand cl '),
(54187,'field:10',0,1,' i am once again contacting you as the daughter of one of your patients my sister was in last week regarding various issues at that 5 star facility i filed a complaint with the state of nj additionally i have contacted an investigative reporter in addition to the items my sister went over with you i am inquiring about why my mother was so cold on saturday evening because you had no additional blankets why are the employees not all of them but several so nasty these people do not belong working with people if they have such horrible attitudes many of these people are elderly and do not need to be treated so badly i cannot even imagine a health facility that doesnt have enough blankets or toilet secure seats or a nursing staff that is so vile you need to take a hard look at the people working there and the supplies you have on hand the managers need to re evaluate the policies and attitudes of the staff many of those people do not have anyone to speak for them but my mother does and we will continue we just want her to be treated with kindness and dignity the woman is 95 and does not need to be talked to the way she was this morning or yesterday '),
(54187,'field:18',0,1,' https ccgreenknoll com contact '),
(54187,'field:19',0,1,' info ccgreenknoll com '),
(54187,'field:28',0,1,' complete care at green knoll '),
(54187,'field:6',0,1,' donna l guida '),
(54187,'field:7',0,1,' dguida8190 gmail com '),
(54187,'field:8',0,1,''),
(54187,'field:9',0,1,' other '),
(54187,'title',0,1,' 2026 03 30 11 22 52 '),
(54189,'field:10',0,1,' looking for a skilled nursing facility for my mother she is currently in the hospital and scheduled to be discharged this week she had been staying in abode care but needs more care offered by a skilled nursing facility she suffers from dementia diabetes is wheelchair bound potentially bedbound and needs help eating '),
(54189,'field:18',0,1,' https mycompletecare com contact '),
(54189,'field:19',0,1,' hlabatch completecaremgmt com '),
(54189,'field:28',0,1,' complete care at lehigh '),
(54189,'field:6',0,1,' dion santo '),
(54189,'field:7',0,1,' dionsanto gmail com '),
(54189,'field:8',0,1,''),
(54189,'field:9',0,1,' resident family support '),
(54189,'title',0,1,' 2026 03 30 11 23 44 '),
(54225,'field:10',0,1,' can you please provide me with a fax number to send a referral for admission to complete care at harston hall thank you '),
(54225,'field:18',0,1,' https ccharstonhall com contact '),
(54225,'field:19',0,1,' info ccharstonhall com '),
(54225,'field:28',0,1,' complete care at harston hall '),
(54225,'field:6',0,1,' katie kelly '),
(54225,'field:7',0,1,' cxk391 jeffersonn edu '),
(54225,'field:8',0,1,' mosrehab '),
(54225,'field:9',0,1,' other '),
(54225,'title',0,1,' 2026 03 30 12 10 13 '),
(54272,'slug',0,1,''),
(54272,'subject',0,1,' volunteer form submission from katelyn rodriguez '),
(54272,'to',0,1,' volunteer completecaremgmt com '),
(54273,'slug',0,1,''),
(54273,'subject',0,1,' contact form submission from julia burkholder '),
(54273,'to',0,1,' info cchagerstown com '),
(54274,'slug',0,1,''),
(54274,'subject',0,1,' careers form submission from laura komidar '),
(54274,'to',0,1,' careers completecarekhn com '),
(54275,'slug',0,1,''),
(54275,'subject',0,1,' contact form submission from donna l guida '),
(54275,'to',0,1,' info ccgreenknoll com '),
(54276,'slug',0,1,''),
(54276,'subject',0,1,' contact form submission from dion santo '),
(54276,'to',0,1,' hlabatch completecaremgmt com '),
(54277,'slug',0,1,''),
(54277,'subject',0,1,' contact form submission from katie kelly '),
(54277,'to',0,1,' info ccharstonhall com '),
(54278,'alt',0,1,''),
(54278,'extension',0,1,' pdf '),
(54278,'filename',0,1,' ct pulmonary progress flyer pdf '),
(54278,'kind',0,1,' pdf '),
(54278,'slug',0,1,''),
(54278,'title',0,1,' ct pulmonary progress flyer ');
/*!40000 ALTER TABLE `searchindex` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `searchindexqueue`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `searchindexqueue` WRITE;
/*!40000 ALTER TABLE `searchindexqueue` DISABLE KEYS */;
/*!40000 ALTER TABLE `searchindexqueue` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `searchindexqueue_fields`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `searchindexqueue_fields` WRITE;
/*!40000 ALTER TABLE `searchindexqueue_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `searchindexqueue_fields` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `sections`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `sections` WRITE;
/*!40000 ALTER TABLE `sections` DISABLE KEYS */;
INSERT INTO `sections` VALUES
(1,NULL,'Locations','locations','channel',1,1,'all','end','[{\"label\": \"Primary entry page\", \"refresh\": \"1\", \"urlFormat\": \"{url}\"}]','2025-04-18 17:02:19','2025-04-18 17:02:19',NULL,'18ba8dad-e4b1-48f0-8ffa-542f478f87ae'),
(3,1,'Amenities (Unused)','amenities','structure',1,1,'all','end','[{\"label\": \"Primary entry page\", \"refresh\": \"1\", \"urlFormat\": \"{url}\"}]','2025-04-18 18:37:05','2026-01-06 21:31:52',NULL,'3fadc618-9442-45c0-af44-10fde8f6a0db'),
(4,NULL,'Resources','resources','channel',1,1,'all','end','[{\"label\": \"Primary entry page\", \"refresh\": \"1\", \"urlFormat\": \"{url}\"}]','2025-07-30 21:00:26','2025-07-30 21:00:26',NULL,'def96f72-2f27-4f70-9cfd-2015d7c81b26'),
(5,2,'FAQ','faq','structure',1,1,'all','end','[{\"label\": \"Primary entry page\", \"refresh\": \"1\", \"urlFormat\": \"{url}\"}]','2025-08-01 17:59:08','2025-08-01 18:17:24',NULL,'8ac3564d-3011-43d8-b6c5-5d95f01cf844'),
(6,3,'FAQ Sections','faqSections','structure',1,1,'all','end','[{\"label\": \"Primary entry page\", \"refresh\": \"1\", \"urlFormat\": \"{url}\"}]','2025-08-01 18:01:47','2025-08-01 18:01:47',NULL,'d9c1e8cf-5131-47e5-a788-544636e9310c'),
(7,5,'Services','services','structure',1,1,'all','end','[{\"label\": \"Primary entry page\", \"refresh\": \"1\", \"urlFormat\": \"{url}\"}]','2025-08-20 21:58:31','2025-08-20 21:58:31',NULL,'268484a1-5b08-4919-b708-83d848af1f81'),
(8,6,'Advanced Programs','advancedServices','structure',1,1,'all','end','[{\"label\": \"Primary entry page\", \"refresh\": \"1\", \"urlFormat\": \"{url}\"}]','2025-08-20 22:11:54','2025-09-26 18:00:28',NULL,'125b64c8-3562-4408-be2f-a4938ac4d403'),
(9,7,'Awards','awards','structure',1,1,'all','end','[{\"label\": \"Primary entry page\", \"refresh\": \"1\", \"urlFormat\": \"{url}\"}]','2025-09-03 21:47:41','2025-09-03 21:47:41',NULL,'51dad8d7-a530-45be-ad34-d6c3512d35ea'),
(10,8,'Resources Categories','resourcesCategories','structure',1,1,'all','end','[{\"label\":\"Primary entry page\",\"urlFormat\":\"{url}\",\"refresh\":\"1\"}]','2025-09-19 18:49:12','2025-09-19 18:49:12',NULL,'a89fe614-b20b-4da6-89a4-aeaa99b16003'),
(11,9,'Resources Topics','resourcesTopics','structure',1,1,'all','end','[{\"label\":\"Primary entry page\",\"urlFormat\":\"{url}\",\"refresh\":\"1\"}]','2025-09-19 18:49:12','2025-09-19 18:49:12',NULL,'35c8d955-1942-40c5-bb74-a49cfb451be2'),
(12,10,'Clinical Capabilities','clinicalCapabilities','structure',1,1,'all','end','[{\"label\":\"Primary entry page\",\"urlFormat\":\"{url}\",\"refresh\":\"1\"}]','2025-09-19 19:05:21','2025-09-19 19:05:21',NULL,'6f5b79ab-3d7f-4d92-af86-78f65b61b547'),
(13,11,'Job Positions','jobPositions','structure',1,1,'all','end','[{\"label\":\"Primary entry page\",\"urlFormat\":\"{url}\",\"refresh\":\"1\"}]','2025-10-08 22:16:36','2025-10-08 22:16:36',NULL,'ac400876-b015-45b7-af6e-824d47462c81');
/*!40000 ALTER TABLE `sections` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `sections_entrytypes`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `sections_entrytypes` WRITE;
/*!40000 ALTER TABLE `sections_entrytypes` DISABLE KEYS */;
INSERT INTO `sections_entrytypes` VALUES
(1,1,1,NULL,NULL,NULL),
(3,7,1,NULL,NULL,NULL),
(4,8,1,NULL,NULL,NULL),
(5,9,1,NULL,NULL,NULL),
(6,10,1,NULL,NULL,NULL),
(7,6,1,NULL,NULL,NULL),
(8,6,1,NULL,NULL,NULL),
(9,5,1,NULL,NULL,NULL),
(10,11,1,NULL,NULL,NULL),
(11,12,1,NULL,NULL,NULL),
(12,13,1,NULL,NULL,NULL),
(13,15,1,NULL,NULL,NULL);
/*!40000 ALTER TABLE `sections_entrytypes` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `sections_sites`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `sections_sites` WRITE;
/*!40000 ALTER TABLE `sections_sites` DISABLE KEYS */;
INSERT INTO `sections_sites` VALUES
(1,1,1,1,'{slug}','location/_location.twig',1,'2025-04-18 17:02:19','2025-08-20 17:52:54','03e83fe2-ae4b-4726-99dd-a5df57527158'),
(3,3,1,0,NULL,NULL,1,'2025-04-18 18:37:05','2025-04-18 18:37:05','133e4736-401f-4d3a-b810-cbba3cab4904'),
(4,4,1,1,'resources/{slug}','resources/_article.twig',1,'2025-07-30 21:00:26','2025-07-30 21:00:26','9595cacd-1f44-41e8-9c1f-2455985a3550'),
(5,5,1,0,NULL,NULL,1,'2025-08-01 17:59:08','2025-08-01 17:59:08','1155559d-283e-4b9d-bf9f-e0123fb187da'),
(6,6,1,0,NULL,NULL,1,'2025-08-01 18:01:47','2025-08-01 18:01:47','a052e25c-025e-441b-ba3e-ab2c9c0c331f'),
(7,7,1,0,NULL,NULL,1,'2025-08-20 21:58:31','2025-08-20 21:58:31','2b7bc2f2-bf96-4deb-9092-95b0ef3f0d57'),
(8,8,1,0,NULL,NULL,1,'2025-08-20 22:11:54','2025-08-20 22:11:54','33eea8b9-4fac-4b67-803a-44d3bb5df78d'),
(9,9,1,0,NULL,NULL,1,'2025-09-03 21:47:41','2025-09-03 21:47:41','2b5c7411-6be2-4c97-a18e-4cbdbf19ae2e'),
(10,10,1,0,NULL,NULL,1,'2025-09-19 18:49:12','2025-09-19 18:49:12','157239c1-b06b-4448-b16b-b89572b3215e'),
(11,11,1,0,NULL,NULL,1,'2025-09-19 18:49:12','2025-09-19 18:49:12','2ff7bc52-1176-4ce2-81c5-665ab36d5085'),
(12,12,1,0,NULL,NULL,1,'2025-09-19 19:05:21','2025-09-19 19:05:21','835298c1-17e6-4a36-b8ff-1d0138c38e38'),
(13,13,1,0,NULL,NULL,1,'2025-10-08 22:16:36','2025-10-08 22:16:36','fd908da4-9476-442a-b594-63b5c3dc8740');
/*!40000 ALTER TABLE `sections_sites` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `sequences`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `sequences` WRITE;
/*!40000 ALTER TABLE `sequences` DISABLE KEYS */;
/*!40000 ALTER TABLE `sequences` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `shunnedmessages`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `shunnedmessages` WRITE;
/*!40000 ALTER TABLE `shunnedmessages` DISABLE KEYS */;
/*!40000 ALTER TABLE `shunnedmessages` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `sitegroups`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `sitegroups` WRITE;
/*!40000 ALTER TABLE `sitegroups` DISABLE KEYS */;
INSERT INTO `sitegroups` VALUES
(1,'Complete Care','2025-04-18 16:59:46','2025-04-18 16:59:46',NULL,'b98e4a52-3d3f-42b4-86fb-00585d3ebaf0');
/*!40000 ALTER TABLE `sitegroups` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `sites`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `sites` WRITE;
/*!40000 ALTER TABLE `sites` DISABLE KEYS */;
INSERT INTO `sites` VALUES
(1,1,1,'true','Complete Care','default','en-US',1,'$PRIMARY_SITE_URL',1,'2025-04-18 16:59:46','2025-04-18 16:59:46',NULL,'9e0a209f-7953-4701-bca1-219ccb2b5b03');
/*!40000 ALTER TABLE `sites` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `sso_identities`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `sso_identities` WRITE;
/*!40000 ALTER TABLE `sso_identities` DISABLE KEYS */;
/*!40000 ALTER TABLE `sso_identities` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `structureelements`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `structureelements` WRITE;
/*!40000 ALTER TABLE `structureelements` DISABLE KEYS */;
INSERT INTO `structureelements` VALUES
(1,1,NULL,1,1,20,0,'2025-04-18 18:38:34','2025-12-05 19:01:55','d58e25b6-bc56-4cbc-b52b-58e762ed5362'),
(2,1,111,1,2,3,1,'2025-04-18 18:38:34','2025-04-18 18:38:34','6689a8dc-2eaa-4fbb-9cbf-12701ddea56a'),
(3,1,113,1,4,5,1,'2025-04-18 18:38:44','2025-04-18 18:38:44','9dda52c3-54e1-4eb7-97c1-370c9963e6a4'),
(4,1,115,1,6,7,1,'2025-04-18 18:38:49','2025-04-18 18:38:49','d2b4291e-f3f4-4f19-bf9d-4985e466b4f1'),
(5,1,117,1,8,9,1,'2025-04-18 18:38:54','2025-04-18 18:38:54','85f37286-9bd5-4338-8192-a6450cea7ebd'),
(6,1,119,1,10,11,1,'2025-04-18 18:38:58','2025-04-18 18:38:58','98aafb13-f97e-4be5-b1c4-787fd8d78dc1'),
(7,1,121,1,12,13,1,'2025-04-18 18:39:03','2025-04-18 18:39:03','a7ae0fc0-1693-49ad-8b79-0c623ae32ddf'),
(8,2,NULL,8,1,80,0,'2025-08-01 17:59:15','2026-01-18 00:35:26','fdbf2a62-e5a3-4901-8cde-5aa47447a3b5'),
(10,2,325,8,2,3,1,'2025-08-01 17:59:34','2025-08-01 18:04:08','27359b0e-a6a8-42ca-96ad-b3a3cc9b3ab9'),
(11,3,NULL,11,1,18,0,'2025-08-01 18:04:51','2025-08-01 18:05:24','8d325c73-d43a-4f5a-9942-ec1a257213ae'),
(12,3,329,11,2,3,1,'2025-08-01 18:04:51','2025-08-01 18:04:51','2175f0d2-c91c-468a-86b9-d3189a186177'),
(13,3,331,11,4,5,1,'2025-08-01 18:04:57','2025-08-01 18:04:57','2fe0249e-e9bc-449d-958b-07195e45561a'),
(14,3,333,11,6,7,1,'2025-08-01 18:05:01','2025-08-01 18:05:01','dce5746f-57c9-40ee-b721-a1fa17c67092'),
(15,3,335,11,8,9,1,'2025-08-01 18:05:04','2025-08-01 18:05:04','48b1ba28-c94a-425c-99bf-553a0566304c'),
(16,3,337,11,10,11,1,'2025-08-01 18:05:08','2025-08-01 18:05:08','9e826197-09a5-4af3-904a-a5d1694d6ad9'),
(17,3,339,11,12,13,1,'2025-08-01 18:05:10','2025-08-01 18:05:10','b62b3b5a-566c-4509-9ddf-5f82de690572'),
(18,3,341,11,14,15,1,'2025-08-01 18:05:15','2025-08-01 18:05:15','667d46f4-c3d1-49d3-b173-1f13fa22c39d'),
(19,3,343,11,16,17,1,'2025-08-01 18:05:18','2025-08-01 18:05:18','f786fb70-4471-45d7-a408-693191b8bc36'),
(21,2,348,8,4,5,1,'2025-08-01 18:06:11','2025-08-01 18:06:11','fe9c7f0b-8208-41f1-8c18-c03d3dfaed01'),
(22,2,350,8,6,7,1,'2025-08-01 18:06:22','2025-08-01 18:06:22','b6213c52-31aa-464c-b1bc-b622302f74c6'),
(23,2,352,8,8,9,1,'2025-08-01 18:07:13','2025-08-01 18:07:13','e04f7ebe-c8e9-4a13-b296-00ccdbd198da'),
(24,2,354,8,10,11,1,'2025-08-01 18:07:25','2025-08-01 18:07:25','7e6e55dd-2d16-46dd-994c-443ddb761c7f'),
(25,2,356,8,12,13,1,'2025-08-01 18:07:35','2025-08-01 18:07:35','05ea3159-c60c-41b4-8a20-a1f161295e59'),
(26,2,358,8,14,15,1,'2025-08-01 18:07:51','2025-08-01 18:07:51','3f7892ac-5519-4afa-9742-7100a9c16192'),
(27,2,360,8,16,17,1,'2025-08-01 18:08:01','2025-08-01 18:08:01','ccdd3b25-7424-48aa-b1de-fe9257d47a53'),
(28,2,362,8,18,19,1,'2025-08-01 18:08:10','2025-08-01 18:08:10','48e828bf-cc31-4292-9871-6591bff631eb'),
(29,2,364,8,20,21,1,'2025-08-01 18:08:21','2025-08-01 18:08:21','d89e8971-291e-49a2-ab42-e978cbee0ad7'),
(30,2,366,8,22,23,1,'2025-08-01 18:08:41','2025-08-01 18:08:41','faae182e-3f08-4297-bc98-f721670d7f8d'),
(31,2,368,8,24,25,1,'2025-08-01 18:09:02','2025-08-01 18:09:02','9e8c3ada-038e-4708-a93c-a895bfea34a4'),
(32,2,370,8,28,29,1,'2025-08-01 18:09:12','2026-01-17 18:31:04','2c18c772-6f91-4430-8919-4bbc316a1b17'),
(33,2,372,8,30,31,1,'2025-08-01 18:09:33','2026-01-17 18:31:04','a150159b-ab6a-4e0f-a3f8-bd280c705c94'),
(34,2,374,8,34,35,1,'2025-08-01 18:09:44','2026-01-17 18:35:53','bcc64301-22b6-4f1a-950a-00df16446255'),
(35,2,376,8,36,37,1,'2025-08-01 18:10:00','2026-01-17 18:35:53','280d4dc7-43bf-4ad9-ba48-568ad6fa76f5'),
(36,2,378,8,40,41,1,'2025-08-01 18:10:07','2026-01-17 18:35:53','16aa5b5f-65de-48d9-82b0-27610046342c'),
(38,2,382,8,42,43,1,'2025-08-01 18:10:45','2026-01-17 18:35:53','b9e866fc-d5f8-4c3a-b5ce-0f0fcc706ee5'),
(39,2,384,8,44,45,1,'2025-08-01 18:10:57','2026-01-17 18:35:53','e194e817-bc05-440f-80dd-3978442d15a8'),
(40,2,386,8,46,47,1,'2025-08-01 18:11:07','2026-01-17 18:35:53','ca6f19a7-623a-4c8d-ac47-e8057bf8858b'),
(41,2,388,8,48,49,1,'2025-08-01 18:11:20','2026-01-17 18:35:53','cdf081fc-db8e-4808-8765-8d4524df7b16'),
(42,2,390,8,50,51,1,'2025-08-01 18:11:35','2026-01-17 18:35:53','e41c64c7-a373-4fe7-b20e-2e739b975ccf'),
(43,2,392,8,52,53,1,'2025-08-01 18:11:48','2026-01-17 18:35:53','cc051396-333e-4979-8c10-f4c122a90120'),
(44,2,394,8,54,55,1,'2025-08-01 18:12:03','2026-01-17 18:35:53','e4bbb5cc-88fb-4958-8fae-5725470f2d59'),
(45,2,396,8,56,57,1,'2025-08-01 18:12:14','2026-01-17 18:35:53','54feb350-b6d1-4a25-8261-d2d71883ca74'),
(46,2,398,8,60,61,1,'2025-08-01 18:12:26','2026-01-17 18:35:53','cc217a00-52e7-4b3a-986d-72e5672612be'),
(47,2,400,8,62,63,1,'2025-08-01 18:12:46','2026-01-17 18:35:53','e36359e5-de7a-4b20-84f9-04f88b67b45d'),
(48,2,402,8,64,65,1,'2025-08-01 18:12:57','2026-01-17 18:35:53','96ce308d-ddb2-4d3d-9827-e64c5473e4f7'),
(49,2,404,8,66,67,1,'2025-08-01 18:13:07','2026-01-17 18:35:53','4439e706-0c20-49b6-8336-9c0c4926007f'),
(50,2,406,8,68,69,1,'2025-08-01 18:13:20','2026-01-17 18:35:53','1a27b55f-7d98-4c72-aa6b-2c26fa92c948'),
(51,2,408,8,70,71,1,'2025-08-01 18:13:33','2026-01-17 18:35:53','84d2117d-01f7-4dc4-b1b8-642c6bce922b'),
(52,2,410,8,72,73,1,'2025-08-01 18:13:42','2026-01-17 18:35:53','4b8597ec-d007-41d1-8d67-e78f9901d262'),
(53,2,412,8,74,75,1,'2025-08-01 18:13:53','2026-01-17 18:35:53','aafd64ea-ebf1-44f8-9a11-dc9671c35482'),
(54,2,414,8,76,77,1,'2025-08-01 18:14:03','2026-01-17 18:35:53','91610a2d-45aa-4eba-913d-5dec3f99c8a7'),
(55,4,NULL,55,1,6,0,'2025-08-20 21:55:00','2025-08-20 21:57:26','72a6396c-b2e4-4ec0-aa3c-31d27ed9ec4d'),
(68,5,NULL,68,1,46,0,'2025-08-20 21:58:35','2026-01-21 01:51:16','30490775-4673-4c6f-a7db-a7573f8b6dad'),
(69,5,457,68,29,30,2,'2025-08-20 21:58:35','2026-01-21 01:51:16','67278e1c-8aa8-4e50-a80c-a8c62a11a509'),
(70,5,459,68,26,33,1,'2025-08-20 21:58:47','2026-01-21 01:51:16','5980bd17-d8c5-494c-ac28-baadfc11df19'),
(71,5,461,68,27,28,2,'2025-08-20 21:59:02','2026-01-21 01:51:16','7b6bc8f2-81fb-4923-b428-7585e7d20c68'),
(72,5,463,68,31,32,2,'2025-08-20 21:59:10','2026-01-21 01:51:16','de04b672-bcbb-45a6-8e63-c7beb6071f73'),
(73,5,465,68,4,25,1,'2025-08-20 21:59:23','2026-01-21 01:51:16','f2635f27-61bf-4fef-8976-dfea2685322c'),
(74,5,467,68,5,6,2,'2025-08-20 21:59:39','2026-01-21 01:51:16','2f76b618-e64f-4220-9cfd-7963ca9a0d12'),
(75,5,469,68,7,8,2,'2025-08-20 21:59:56','2026-01-21 01:51:16','0bdd4005-c407-4014-a7a0-70654daf1972'),
(76,5,471,68,9,10,2,'2025-08-20 22:00:03','2026-01-21 01:51:16','da47c96a-729f-4c7b-b2d4-34b818f66890'),
(77,5,473,68,11,12,2,'2025-08-20 22:00:11','2026-01-21 01:51:16','c492844f-2a8a-42b4-b785-509b1b204eb8'),
(78,5,475,68,13,14,2,'2025-08-20 22:00:31','2026-01-21 01:51:16','bf81bbaf-d852-4c62-a552-b92e24e1cb90'),
(79,5,477,68,15,16,2,'2025-08-20 22:00:42','2026-01-21 01:51:16','390feefa-bb16-4ef6-856f-d5bdabc24f62'),
(80,5,479,68,17,18,2,'2025-08-20 22:00:52','2026-01-21 01:51:16','4b8e79f2-5c79-4b7f-8d48-642e6d8664fc'),
(81,5,481,68,19,20,2,'2025-08-20 22:01:02','2026-01-21 01:51:16','f3f41adf-4612-4e33-b57a-a5798103cc82'),
(82,5,483,68,21,22,2,'2025-08-20 22:01:12','2026-01-21 01:51:16','a422ebd0-4708-4978-a745-18a12f612623'),
(83,5,485,68,23,24,2,'2025-08-20 22:01:22','2026-01-21 01:51:16','9bbdd5fd-6b65-4168-aa8b-2e6b3aa7caae'),
(84,5,487,68,34,43,1,'2025-08-20 22:01:56','2026-01-21 01:51:16','50d0b19b-7772-41dc-ad56-fba714d97ce1'),
(85,5,489,68,35,36,2,'2025-08-20 22:02:05','2026-01-21 01:51:16','a2f7dbe4-8a46-48e4-ae93-cf6774dbd18e'),
(86,5,491,68,37,38,2,'2025-08-20 22:02:13','2026-01-21 01:51:16','5eee5ed6-7d7b-4ec7-9193-b6a30dc58961'),
(87,5,493,68,39,40,2,'2025-08-20 22:02:23','2026-01-21 01:51:16','8b4bd88a-1574-487d-b0c9-195fc751e78f'),
(88,5,495,68,41,42,2,'2025-08-20 22:02:28','2026-01-21 01:51:16','42fedd32-7d63-41b6-a052-aed7251dae9c'),
(89,5,497,68,2,3,1,'2025-08-20 22:02:53','2026-01-20 20:34:20','f2b8d695-f97d-4c60-bb81-9687844307a8'),
(90,6,NULL,90,1,16,0,'2025-08-20 22:12:20','2026-02-20 06:50:32','d807d7ce-a457-4c01-b90c-7d3d3b4198f1'),
(109,1,555,1,14,15,1,'2025-09-02 22:24:40','2025-09-02 22:24:40','452df997-79c5-40cf-9d1a-9a9bd6d575ac'),
(110,1,557,1,16,17,1,'2025-09-02 22:24:46','2025-09-02 22:24:46','7a40ba81-a6c1-4c6b-8498-76e92b433ddc'),
(111,1,559,1,18,19,1,'2025-09-02 22:24:52','2025-09-02 22:24:52','618fe309-cc28-472e-85e6-7fa18ff1672e'),
(114,7,NULL,114,1,44,0,'2025-09-03 21:48:04','2026-03-19 17:05:49','9a380714-4246-4085-adc8-e443ceb3f498'),
(115,7,601,114,4,5,1,'2025-09-03 21:48:04','2026-01-17 18:15:22','aa5343b5-4d84-44a1-9309-c0dc0c90e779'),
(117,7,605,114,32,33,1,'2025-09-03 21:48:47','2026-01-20 10:32:33','c4cde4f5-bb50-487c-ad37-09c3b3e10284'),
(118,7,617,114,10,11,1,'2025-09-03 21:56:43','2026-01-17 19:36:15','e96b5291-f50a-4e15-a2d4-e2db285b98e1'),
(121,8,NULL,121,1,10,0,'2025-09-19 18:50:07','2025-09-19 18:50:18','beb97012-f224-46d5-9009-8739dfb6a546'),
(122,8,2553,121,2,3,1,'2025-09-19 18:50:07','2025-09-19 18:50:07','42b1fd25-ee53-47ea-888d-2fd13341f125'),
(123,8,2555,121,4,5,1,'2025-09-19 18:50:13','2025-09-19 18:50:13','b24708d9-3b9f-452b-ad61-fc504a3960ea'),
(124,8,2557,121,6,7,1,'2025-09-19 18:50:15','2025-09-19 18:50:15','f9f390a3-9160-4332-a718-86c1c050e9c8'),
(125,8,2559,121,8,9,1,'2025-09-19 18:50:18','2025-09-19 18:50:18','c8f45d58-4ee5-4272-8fce-7018da1dab78'),
(126,9,NULL,126,1,18,0,'2025-09-19 18:50:37','2025-09-19 18:51:06','657bca45-20c9-4cd1-b803-271999514903'),
(127,9,2561,126,2,3,1,'2025-09-19 18:50:37','2025-09-19 18:50:37','2488cb6b-dbda-450a-a026-f89820d19666'),
(128,9,2563,126,4,5,1,'2025-09-19 18:50:45','2025-09-19 18:50:45','cc217940-cc7c-4892-9b15-505bb6fa5c2f'),
(129,9,2565,126,6,7,1,'2025-09-19 18:50:48','2025-09-19 18:50:48','d32aa548-8d69-40f3-b2dd-da21f5730bc5'),
(130,9,2567,126,8,9,1,'2025-09-19 18:50:50','2025-09-19 18:50:50','74c07136-cd1c-4c8c-86a9-ae2ff8388a53'),
(131,9,2569,126,10,11,1,'2025-09-19 18:50:52','2025-09-19 18:50:52','761b4fee-ee59-4e6d-8047-4c9d09f34b3a'),
(132,9,2571,126,12,13,1,'2025-09-19 18:50:55','2025-09-19 18:50:55','3f42cac2-5e43-40c8-8c4e-9bdf139d082b'),
(133,9,2573,126,14,15,1,'2025-09-19 18:50:59','2025-09-19 18:50:59','903e0aac-b49a-4575-a140-79089e12a2e8'),
(134,9,2576,126,16,17,1,'2025-09-19 18:51:06','2025-09-19 18:51:06','7ef92fcd-b32f-46fe-b1e0-cf31b831d726'),
(135,10,NULL,135,1,28,0,'2025-09-19 19:05:39','2025-09-26 16:12:24','5dc8620f-22f4-40b1-b793-d0af16ac8ea1'),
(136,10,2596,135,16,17,1,'2025-09-19 19:05:39','2025-09-22 17:36:14','da50d166-3e58-4a87-bcad-6de0a8005756'),
(137,10,2598,135,8,9,1,'2025-09-19 19:06:52','2025-09-19 19:08:22','8587b716-e0d6-4e00-b0be-81a284abaefd'),
(138,10,2600,135,14,15,1,'2025-09-19 19:06:57','2025-09-19 19:08:31','08d08ce3-b154-4e65-957f-bf6581a8f9e6'),
(139,10,2602,135,18,19,1,'2025-09-19 19:07:03','2025-09-26 16:12:24','a060c72f-8516-4971-93eb-1803d07b5b24'),
(140,10,2604,135,26,27,1,'2025-09-19 19:07:09','2025-09-26 16:12:24','504cc5b7-2d9f-4ec5-baf8-b75eb9b14e59'),
(141,10,2606,135,20,21,1,'2025-09-19 19:07:13','2025-09-26 16:12:24','5863210e-ba32-4730-97e9-0ab685510e41'),
(142,10,2608,135,10,11,1,'2025-09-19 19:07:17','2025-09-19 19:08:22','d76a73bb-b542-4071-a198-f538b8e2518c'),
(143,10,2610,135,4,5,1,'2025-09-19 19:07:23','2025-09-19 19:08:22','c5e2bd28-50b4-411f-9495-e1af4e75a4a0'),
(144,10,2612,135,22,23,1,'2025-09-19 19:07:27','2025-09-26 16:12:24','8ddf89f4-2507-44c2-ab0c-b56fd8259e49'),
(145,10,2614,135,2,3,1,'2025-09-19 19:07:36','2025-09-19 19:08:11','be1e5950-5930-4d6d-a5c1-6fcc65c1084c'),
(147,10,2618,135,24,25,1,'2025-09-19 19:07:47','2025-09-26 16:12:24','ea7b14f7-95d7-4236-93aa-7b283333b64b'),
(149,10,2622,135,6,7,1,'2025-09-19 19:07:53','2025-09-19 19:08:22','38088ff7-974d-4556-9dae-8c1c9f2c05b1'),
(150,10,2624,135,12,13,1,'2025-09-19 19:07:55','2025-09-19 19:08:22','8e9f0608-f6b6-48e0-a9ab-9e5952d1e7b6'),
(151,6,2891,90,2,3,1,'2025-09-26 17:59:45','2026-01-20 10:32:33','3e1eafc1-1b19-4f6e-a60a-cf6c21b3e8a0'),
(152,7,2969,114,8,9,1,'2025-10-06 17:45:32','2026-01-17 18:15:27','f606c8e0-1d78-4d9a-8d80-3373f0ac1908'),
(153,7,2972,114,14,15,1,'2025-10-06 17:46:14','2026-01-20 10:32:33','de1f9e16-a7ec-422b-8bfd-3f8669c43794'),
(154,7,2974,114,24,25,1,'2025-10-06 17:46:46','2026-01-20 10:32:33','3ee55d45-f065-46bd-a259-9abf7ff682f0'),
(160,7,3027,114,28,29,1,'2025-10-08 18:35:57','2026-01-20 10:32:33','aacec584-14a8-4b91-9914-ea6ce4af4b24'),
(162,7,3093,114,26,27,1,'2025-10-08 18:55:36','2026-01-20 10:32:33','1402a00b-293b-4ac6-8ed8-f79da211b73d'),
(164,11,NULL,164,1,22,0,'2025-10-08 22:18:49','2025-10-08 22:19:18','f02c5420-9e3d-45d8-b562-e914122227dd'),
(165,11,3192,164,2,3,1,'2025-10-08 22:18:49','2025-10-08 22:18:49','ff309eec-fb59-4a79-a837-d2564e7d7899'),
(166,11,3194,164,4,5,1,'2025-10-08 22:18:56','2025-10-08 22:18:56','11cdceec-b373-482a-898f-b5a699568110'),
(167,11,3196,164,6,7,1,'2025-10-08 22:18:59','2025-10-08 22:18:59','cf1f9ac4-4c99-4601-a577-808d3018cb66'),
(168,11,3198,164,8,9,1,'2025-10-08 22:19:01','2025-10-08 22:19:01','1a54b249-c8bf-42b2-929f-863c66305bc0'),
(169,11,3200,164,10,11,1,'2025-10-08 22:19:04','2025-10-08 22:19:04','11fd8a6a-a949-416f-ae7c-b8494b3d029c'),
(170,11,3202,164,12,13,1,'2025-10-08 22:19:06','2025-10-08 22:19:06','6ff9d00b-3e86-4d54-9a9b-60411ce71ed9'),
(171,11,3204,164,14,15,1,'2025-10-08 22:19:10','2025-10-08 22:19:10','35324f62-e185-4231-aaae-23c2a32bfef1'),
(172,11,3206,164,16,17,1,'2025-10-08 22:19:13','2025-10-08 22:19:13','232b7472-cf38-40a6-b7bd-3cc80643d9eb'),
(173,11,3208,164,18,19,1,'2025-10-08 22:19:15','2025-10-08 22:19:15','7616f628-dd14-4700-8cdd-10b72f8f1ee0'),
(174,11,3210,164,20,21,1,'2025-10-08 22:19:18','2025-10-08 22:19:18','65c1b831-5eec-4dbc-8467-021490d05584'),
(175,7,3468,114,6,7,1,'2025-10-09 16:33:29','2026-01-17 18:15:22','eb7e4432-f120-401c-8fee-05d9f4619133'),
(176,6,3697,90,4,5,1,'2025-10-09 20:46:06','2026-01-20 10:32:33','0517b206-f1b9-420d-91bf-f712678616e5'),
(177,6,4403,90,6,7,1,'2025-10-14 16:52:31','2026-01-20 10:32:33','ffd01007-e599-4941-9a5b-25637528cb1d'),
(178,7,6547,114,2,3,1,'2025-12-15 19:54:35','2026-01-17 18:15:22','0d3ab646-214c-44eb-a3af-799f43c49a93'),
(180,5,6722,68,44,45,1,'2025-12-23 19:18:46','2026-01-21 01:51:16','b9a07c86-399c-4285-bd00-d97ac863e90a'),
(182,6,7369,90,8,9,1,'2026-01-08 19:56:05','2026-01-20 10:32:33','96e87801-74d6-4ebe-93ad-4f1ffe6e4b5b'),
(183,6,7377,90,10,11,1,'2026-01-08 19:58:31','2026-01-20 10:32:33','8366815b-8c66-4b9f-b69f-5e5e69358fac'),
(184,6,7379,90,12,13,1,'2026-01-08 19:58:57','2026-01-20 10:32:33','ab21d9cd-2695-481e-8ca8-1d04f286321f'),
(185,6,7381,90,14,15,1,'2026-01-08 19:59:18','2026-01-20 10:32:33','b38adb9b-1704-4d21-b96d-dfe1c98111c4'),
(186,7,9549,114,30,31,1,'2026-01-17 16:31:53','2026-01-20 10:32:33','6b1aac48-bb1e-466b-8a91-3780bc3da4f7'),
(187,7,9552,114,34,35,1,'2026-01-17 16:32:15','2026-01-20 10:32:33','e7bd5d1d-0de4-4386-a9c6-f3d68911743f'),
(188,7,9555,114,36,37,1,'2026-01-17 16:32:33','2026-01-20 10:32:33','ca003fbf-6857-48b7-a976-b5f4cc21d0bc'),
(189,7,9558,114,38,39,1,'2026-01-17 16:32:56','2026-01-20 10:32:33','70e0ce0e-c59a-4201-9792-48186b58a3ed'),
(190,7,9640,114,12,13,1,'2026-01-17 18:13:48','2026-01-17 20:00:28','feda3e11-3b27-412b-a46b-9328948e9f3f'),
(191,2,9648,8,26,27,1,'2026-01-17 18:24:45','2026-01-17 18:31:04','f2cc5956-b999-4825-8764-235232bb76b4'),
(192,2,9650,8,38,39,1,'2026-01-17 18:27:12','2026-01-17 18:35:53','4d94b59b-d5b6-45a2-bf84-1102251f1f5f'),
(193,2,9652,8,58,59,1,'2026-01-17 18:28:40','2026-01-17 18:35:53','9fbb7832-39cb-4a2e-8340-a8822d6e02d4'),
(194,2,9656,8,32,33,1,'2026-01-17 18:33:15','2026-01-17 18:35:53','3ffe81e2-6b71-41dd-985b-c721fd13b223'),
(202,7,9724,114,22,23,1,'2026-01-17 19:59:46','2026-01-20 10:32:33','0a4cca01-3fc1-4c49-9517-fd5279d21a10'),
(203,7,9727,114,20,21,1,'2026-01-17 20:00:30','2026-01-20 10:32:33','edab2327-529e-44cb-987b-c72c9301d5e4'),
(204,7,9732,114,16,17,1,'2026-01-17 20:02:14','2026-01-20 10:32:33','05d7fc63-4eae-4375-9dcb-1d3195a59aa0'),
(205,7,9735,114,18,19,1,'2026-01-17 20:02:37','2026-01-20 10:32:33','9a26c293-15f5-49e9-aa5e-9902eec62993'),
(206,2,10144,8,78,79,1,'2026-01-18 00:35:26','2026-01-18 00:35:26','4a6b1743-c87f-4924-a4a8-0ec11181f71f'),
(211,7,28766,114,40,41,1,'2026-02-13 16:44:07','2026-03-16 00:07:50','e1cd03f6-20b3-41fa-a20c-7379e05c785e'),
(212,7,47364,114,42,43,1,'2026-03-19 17:05:49','2026-03-19 17:05:49','1673dc27-56c2-4472-893f-4e2c587cb101');
/*!40000 ALTER TABLE `structureelements` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `structures`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `structures` WRITE;
/*!40000 ALTER TABLE `structures` DISABLE KEYS */;
INSERT INTO `structures` VALUES
(1,1,'2025-04-18 18:37:11','2025-04-18 18:39:36',NULL,'4cab9b0b-da30-47f7-aff5-a4c2f390bfab'),
(2,1,'2025-08-01 17:59:08','2025-08-01 18:02:29',NULL,'f741aa65-85bd-4096-bbdf-81974423062a'),
(3,1,'2025-08-01 18:01:47','2025-08-01 18:01:47',NULL,'c98ee9a9-8dba-4a60-9a93-c2bfc31375b5'),
(4,2,'2025-08-20 21:55:00','2025-08-20 21:55:00','2025-08-20 21:58:20','55ee0d48-e819-4b1e-8a17-a3d4caf30b3e'),
(5,2,'2025-08-20 21:58:31','2025-08-20 21:58:31',NULL,'21fe916b-0ed3-46b6-acce-586dd775d130'),
(6,1,'2025-08-20 22:11:54','2025-08-20 22:11:54',NULL,'3030bf30-21b2-44ee-8792-d9d941da0bc7'),
(7,1,'2025-09-03 21:47:41','2025-09-03 21:47:41',NULL,'c6429b69-afd2-4311-bc9c-0554d874942e'),
(8,1,'2025-09-19 18:49:12','2025-09-19 18:49:12',NULL,'45edd757-7afe-4602-bbc5-c4be1ce54ecb'),
(9,1,'2025-09-19 18:49:12','2025-09-19 18:49:12',NULL,'cef4f479-ecec-4ebe-8d05-854750ed9ee5'),
(10,1,'2025-09-19 19:05:21','2025-09-19 19:05:21',NULL,'78130b59-18fe-46e7-959b-0b49bcee06b4'),
(11,1,'2025-10-08 22:16:36','2025-10-08 22:16:36',NULL,'b4070cfb-e8cb-47e1-8e21-59416dde0dcf');
/*!40000 ALTER TABLE `structures` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `systemmessages`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `systemmessages` WRITE;
/*!40000 ALTER TABLE `systemmessages` DISABLE KEYS */;
/*!40000 ALTER TABLE `systemmessages` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `taggroups`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `taggroups` WRITE;
/*!40000 ALTER TABLE `taggroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `taggroups` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `tags`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `tags` WRITE;
/*!40000 ALTER TABLE `tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `tags` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `tokens`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `tokens` WRITE;
/*!40000 ALTER TABLE `tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `tokens` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `usergroups`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `usergroups` WRITE;
/*!40000 ALTER TABLE `usergroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `usergroups` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `usergroups_users`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `usergroups_users` WRITE;
/*!40000 ALTER TABLE `usergroups_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `usergroups_users` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `userpermissions`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `userpermissions` WRITE;
/*!40000 ALTER TABLE `userpermissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `userpermissions` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `userpermissions_usergroups`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `userpermissions_usergroups` WRITE;
/*!40000 ALTER TABLE `userpermissions_usergroups` DISABLE KEYS */;
/*!40000 ALTER TABLE `userpermissions_usergroups` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `userpermissions_users`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `userpermissions_users` WRITE;
/*!40000 ALTER TABLE `userpermissions_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `userpermissions_users` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `userpreferences`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `userpreferences` WRITE;
/*!40000 ALTER TABLE `userpreferences` DISABLE KEYS */;
INSERT INTO `userpreferences` VALUES
(1,'{\"language\": \"en-US\"}');
/*!40000 ALTER TABLE `userpreferences` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `users`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES
(1,NULL,NULL,1,0,0,0,1,'admin',NULL,NULL,NULL,'kaden@aftonkleingroup.com','$2y$13$iZ7XEaCHpT5WkL9xOkcSI.fQ9Co8R.qmmhbhn8AaoKG/m9UNK3f5i','2026-03-30 18:35:29',NULL,NULL,NULL,'2026-01-21 01:10:59',NULL,1,NULL,NULL,NULL,0,'2025-04-18 16:59:46','2025-04-18 16:59:46','2026-03-30 18:35:29');
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `volumefolders`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `volumefolders` WRITE;
/*!40000 ALTER TABLE `volumefolders` DISABLE KEYS */;
INSERT INTO `volumefolders` VALUES
(2,NULL,2,'Location Images',NULL,'2025-04-18 18:23:05','2025-10-08 22:16:35','4c5b951f-6e16-407a-80fc-fe70a5dde7fd'),
(3,NULL,3,'Location Files',NULL,'2025-04-18 18:23:43','2025-10-08 22:16:35','1f532f0f-6df2-4542-9bb4-71c3a3755eb1'),
(4,NULL,4,'Team Images',NULL,'2025-04-18 18:24:09','2025-10-08 22:16:35','ba651541-0e73-4808-acc5-72c494489eec'),
(5,NULL,NULL,'Temporary Uploads',NULL,'2025-04-18 18:26:15','2025-04-18 18:26:15','deeffd6e-727e-4dac-b0b7-f8fa07a53712'),
(7,NULL,5,'Article Images',NULL,'2025-07-30 21:01:15','2025-10-08 22:16:35','cbed9bdc-f386-46c7-9390-fa0606ac8b64'),
(8,NULL,6,'Award Images',NULL,'2025-09-03 21:56:07','2025-09-03 21:56:25','3b48846f-5593-4930-bed3-78f38827d3d2'),
(9,NULL,7,'Global Images',NULL,'2025-09-23 21:13:00','2025-09-23 21:13:00','b497d951-c76c-4caa-95ea-378825c04b8a'),
(10,NULL,8,'Resumes',NULL,'2025-10-08 22:16:36','2025-10-08 22:16:36','8a8c151b-b7e4-4f3c-ac74-7556e3da15fa'),
(13,NULL,9,'Legal Documents',NULL,'2025-11-05 17:39:56','2025-12-05 18:56:12','fb046a7f-7c2f-4910-912d-041ff77398fb'),
(97222,5,NULL,'user_7a38ae86329c771d190d3c6da1e384f49d688bf5','user_7a38ae86329c771d190d3c6da1e384f49d688bf5/','2026-03-29 16:56:00','2026-03-29 16:56:00','4e4fe949-7610-4b59-a8de-f30221bd9207'),
(97223,5,NULL,'user_7f28eb382045530e28cd09f7945c43f54c2b6815','user_7f28eb382045530e28cd09f7945c43f54c2b6815/','2026-03-29 16:57:31','2026-03-29 16:57:31','f9a7ac45-22df-4972-b212-9486fe9d1412'),
(97224,5,NULL,'user_7b2d0317b61f9cd1f9aa93c39b52b6ae3029919c','user_7b2d0317b61f9cd1f9aa93c39b52b6ae3029919c/','2026-03-29 16:59:04','2026-03-29 16:59:04','f31d6497-bc8b-4b6f-8371-70d801244631'),
(97225,5,NULL,'user_6df1f587afbd11bec5d6938268cafdd6df3bf557','user_6df1f587afbd11bec5d6938268cafdd6df3bf557/','2026-03-29 16:59:07','2026-03-29 16:59:07','4820cd1e-b355-4741-bd80-62c3df0f5a5b'),
(97226,5,NULL,'user_126b72dc198914a5cfb5c461ef14725f7bb25770','user_126b72dc198914a5cfb5c461ef14725f7bb25770/','2026-03-29 17:03:13','2026-03-29 17:03:13','d188cd68-5b58-4853-a299-a2b880c274a5'),
(97227,5,NULL,'user_f06dee7de100fc6b274f63bda2c72d4f4ee015f9','user_f06dee7de100fc6b274f63bda2c72d4f4ee015f9/','2026-03-29 17:03:17','2026-03-29 17:03:17','fc7db816-2913-4eed-b571-69116e1e2ac8'),
(97228,5,NULL,'user_ffaf604bdae23bac1f6108a4cb1c29000e36f5cc','user_ffaf604bdae23bac1f6108a4cb1c29000e36f5cc/','2026-03-29 17:05:42','2026-03-29 17:05:42','0df20eb2-25a4-4fa4-ad9c-71e059db548d'),
(97229,5,NULL,'user_d0b1cf2779545fa4368b418bac372be945e63248','user_d0b1cf2779545fa4368b418bac372be945e63248/','2026-03-29 17:12:01','2026-03-29 17:12:01','9af16bd3-4f41-4848-909e-92a923e2f837'),
(97230,5,NULL,'user_91521fc60e83cc5c3fed5fd4cd0d21da8fbe130b','user_91521fc60e83cc5c3fed5fd4cd0d21da8fbe130b/','2026-03-29 17:13:43','2026-03-29 17:13:43','bc28df32-6a63-4a09-a0c7-18ff601fb523'),
(97231,5,NULL,'user_d9e2ff0c50ea656030389a90af952b65b27aae9a','user_d9e2ff0c50ea656030389a90af952b65b27aae9a/','2026-03-29 17:14:23','2026-03-29 17:14:23','ed5ea2ad-7e61-428b-8d42-61aa4409f060'),
(97232,5,NULL,'user_e3ef40c4ec13a8bc19b49f72de05a71d58eb803f','user_e3ef40c4ec13a8bc19b49f72de05a71d58eb803f/','2026-03-29 17:15:58','2026-03-29 17:15:58','b77f49a7-5bd4-4de3-bd6c-19b49c1e4658'),
(97233,5,NULL,'user_fec0bbbabe87b3de98cd880fcbf65d9d9e59fd58','user_fec0bbbabe87b3de98cd880fcbf65d9d9e59fd58/','2026-03-29 17:18:08','2026-03-29 17:18:08','1993fa39-8018-4842-97c5-2015cc82bd5f'),
(97234,5,NULL,'user_a4816bf830b2c8e75ef5753807be65f34580a504','user_a4816bf830b2c8e75ef5753807be65f34580a504/','2026-03-29 17:18:52','2026-03-29 17:18:52','34ee6589-6ac5-4244-a506-7ac4139810d4'),
(97235,5,NULL,'user_c026ac62ce92683b16251fbcab9f23e06f1d5fa2','user_c026ac62ce92683b16251fbcab9f23e06f1d5fa2/','2026-03-29 17:20:30','2026-03-29 17:20:30','c1439580-8839-43b2-b8ad-aa91d37b5b6a'),
(97236,5,NULL,'user_4aa581d489701e42440541827e33f166732b1b59','user_4aa581d489701e42440541827e33f166732b1b59/','2026-03-29 17:23:42','2026-03-29 17:23:42','84be8c43-e63a-4577-8f28-ed049d5b689d'),
(97237,5,NULL,'user_e1248a3651af145d67fd411354664a3f7bcb1d51','user_e1248a3651af145d67fd411354664a3f7bcb1d51/','2026-03-29 17:24:56','2026-03-29 17:24:56','deca412a-c5db-45a8-abbe-04243e9f2304'),
(97238,5,NULL,'user_accbe900d2260015f17c75910a20f942b0ce0ddd','user_accbe900d2260015f17c75910a20f942b0ce0ddd/','2026-03-29 17:25:00','2026-03-29 17:25:00','6c442a7f-4e81-498d-83a2-61cf87a21360'),
(97239,5,NULL,'user_8d1868d5898882095f133df5ba0ee2cb4fb91804','user_8d1868d5898882095f133df5ba0ee2cb4fb91804/','2026-03-29 17:26:21','2026-03-29 17:26:21','5d75a6d8-7834-45d5-b27c-657bb42cc67d'),
(97240,5,NULL,'user_ab64861ae75c5fd460acabbc665040e619bd9818','user_ab64861ae75c5fd460acabbc665040e619bd9818/','2026-03-29 17:27:21','2026-03-29 17:27:21','024123cb-14e5-4a37-a3f8-2b7696e78d6e'),
(97241,5,NULL,'user_a50b82c8b0f187dca9784cef5258c3da42ba2869','user_a50b82c8b0f187dca9784cef5258c3da42ba2869/','2026-03-29 17:30:08','2026-03-29 17:30:08','60037f4c-2d00-4aef-9042-a7fb459ea2ae'),
(97242,5,NULL,'user_448f4827d012fe360adca17d583eedb488a27ffe','user_448f4827d012fe360adca17d583eedb488a27ffe/','2026-03-29 17:30:20','2026-03-29 17:30:20','2b422d5d-dc92-4b75-afe4-2f3af6b9321b'),
(97243,5,NULL,'user_18c75a0b76db2744442c9699aced377729fd8c18','user_18c75a0b76db2744442c9699aced377729fd8c18/','2026-03-29 17:32:06','2026-03-29 17:32:06','eddd5416-e916-4fb3-a6ce-9cfe59f486d3'),
(97244,5,NULL,'user_0e3ba4013a5247007d4f995fdaa4dd68b0df0fe5','user_0e3ba4013a5247007d4f995fdaa4dd68b0df0fe5/','2026-03-29 17:34:46','2026-03-29 17:34:46','aead9205-9e33-4f3f-a3ee-466dd915616e'),
(97245,5,NULL,'user_b70050f53c97fff7ed1ff6ce48851f829a56cb7f','user_b70050f53c97fff7ed1ff6ce48851f829a56cb7f/','2026-03-29 17:35:28','2026-03-29 17:35:28','31b47f0b-0cb0-409b-b920-a0a0ee4a7da8'),
(97246,5,NULL,'user_5d0099c96b128b98433547f4d89b32b582218600','user_5d0099c96b128b98433547f4d89b32b582218600/','2026-03-29 17:36:21','2026-03-29 17:36:21','ae4fd5e5-87c4-46c5-87c9-cde4a256811c'),
(97247,5,NULL,'user_7f19600520cec9a9b884143f4521501496dcc4d7','user_7f19600520cec9a9b884143f4521501496dcc4d7/','2026-03-29 17:37:27','2026-03-29 17:37:27','10bcfe00-f627-40b7-8ee9-8fefee64aeb2'),
(97248,5,NULL,'user_206cf1f8273c677871d3987160ccd72347996fb9','user_206cf1f8273c677871d3987160ccd72347996fb9/','2026-03-29 17:40:50','2026-03-29 17:40:50','7b7c2735-09d7-44c5-85c6-a487448e9d29'),
(97249,5,NULL,'user_3fe7e77612dd0206966cb3f4651ff738db0306bc','user_3fe7e77612dd0206966cb3f4651ff738db0306bc/','2026-03-29 17:41:06','2026-03-29 17:41:06','06eec4df-2b2f-40aa-bc43-125e8c77ea43'),
(97250,5,NULL,'user_35d93761beab57ac2438e9d71f1767edfbd99a09','user_35d93761beab57ac2438e9d71f1767edfbd99a09/','2026-03-29 17:42:18','2026-03-29 17:42:18','73542b12-bbd6-4e3f-b266-88a609a02b15'),
(97251,5,NULL,'user_2a211997fe77b00b0b1094e6f8aa298600d3bcc5','user_2a211997fe77b00b0b1094e6f8aa298600d3bcc5/','2026-03-29 17:49:16','2026-03-29 17:49:16','e18d03ae-f567-40b7-937d-b340f79e5e80'),
(97252,5,NULL,'user_bca05216a26e45c4c8743b342504a1a91ab91c9a','user_bca05216a26e45c4c8743b342504a1a91ab91c9a/','2026-03-29 17:50:21','2026-03-29 17:50:21','5046a957-3543-4355-a4e3-5b82f9dffafd'),
(97253,5,NULL,'user_84e9d8e4b479b55861a5f70d9c87bf2091383d21','user_84e9d8e4b479b55861a5f70d9c87bf2091383d21/','2026-03-29 17:51:17','2026-03-29 17:51:17','26f50e88-2d17-44ea-b077-27338e598b36'),
(97254,5,NULL,'user_ec7f4425299d7b1ac6218273db4a3954c8129ccf','user_ec7f4425299d7b1ac6218273db4a3954c8129ccf/','2026-03-29 17:51:18','2026-03-29 17:51:18','bc7a1896-34e3-494a-bef4-e030214c3852'),
(97255,5,NULL,'user_875067ebcb9e67b7fe71295eda49ea273e6d69fd','user_875067ebcb9e67b7fe71295eda49ea273e6d69fd/','2026-03-29 17:52:43','2026-03-29 17:52:43','ae0e325d-b24e-4b09-8a96-f83051a7dc7e'),
(97256,5,NULL,'user_e1ce4a8939f4ba79d98c83aa63e594e90f56136c','user_e1ce4a8939f4ba79d98c83aa63e594e90f56136c/','2026-03-29 17:53:31','2026-03-29 17:53:31','d299997d-e100-4729-92ff-6a6741fc6c04'),
(97257,5,NULL,'user_a401aac9df382d0b83213f695da29a9614e52856','user_a401aac9df382d0b83213f695da29a9614e52856/','2026-03-29 17:53:59','2026-03-29 17:53:59','0402510b-9eea-4b85-8b5a-bda0f0992843'),
(97258,5,NULL,'user_734ee277308057fe6f70e5b54af2413360c820e6','user_734ee277308057fe6f70e5b54af2413360c820e6/','2026-03-29 17:55:42','2026-03-29 17:55:42','fc39c81e-f412-4b9d-8a98-2de78dca99b8'),
(97259,5,NULL,'user_127729ece8a070d9dd26d5475524cc736a1633b6','user_127729ece8a070d9dd26d5475524cc736a1633b6/','2026-03-29 17:58:01','2026-03-29 17:58:01','7dba929b-f915-4928-827c-791c18568f93'),
(97260,5,NULL,'user_85dbd26afd769df17dac5badaf655b35250b101b','user_85dbd26afd769df17dac5badaf655b35250b101b/','2026-03-29 17:59:16','2026-03-29 17:59:16','10b66a0c-4431-4b18-8724-d6eaac77a4aa'),
(97261,5,NULL,'user_f7f68e3d9524dba304abf5701453e585dc4def72','user_f7f68e3d9524dba304abf5701453e585dc4def72/','2026-03-29 17:59:51','2026-03-29 17:59:51','ca225af6-160f-432d-a239-d88876b315cf'),
(97262,5,NULL,'user_a5f08f7a6458994d406f490b297826707db8f64b','user_a5f08f7a6458994d406f490b297826707db8f64b/','2026-03-29 18:02:13','2026-03-29 18:02:13','9a47ed49-ddc2-4f31-9067-4ae9a034798d'),
(97263,5,NULL,'user_7cec836fbed69d7e26e518e782de619e6a801965','user_7cec836fbed69d7e26e518e782de619e6a801965/','2026-03-29 18:02:46','2026-03-29 18:02:46','f617adfb-a976-43f9-8759-e0370283159f'),
(97264,5,NULL,'user_c9dfd924571134ba41c0b1dfdaf20b5425c720ca','user_c9dfd924571134ba41c0b1dfdaf20b5425c720ca/','2026-03-29 18:03:02','2026-03-29 18:03:02','257efdf1-37b9-46bb-9826-2c51d903e2f0'),
(97265,5,NULL,'user_5623caca004dd1187a7c3f58ce1f5f222a3c39c7','user_5623caca004dd1187a7c3f58ce1f5f222a3c39c7/','2026-03-29 18:04:22','2026-03-29 18:04:22','4e1ce12d-1595-4683-9e91-0b666dcd5e27'),
(97266,5,NULL,'user_c33f002b126aba03a3e6813c033e4a67921ea993','user_c33f002b126aba03a3e6813c033e4a67921ea993/','2026-03-29 18:06:00','2026-03-29 18:06:00','ba04cd04-0e6d-4164-ac42-0270b9c9a5dd'),
(97267,5,NULL,'user_b03a13750b1ddcfbc3c92e449d36115b79bfc7a7','user_b03a13750b1ddcfbc3c92e449d36115b79bfc7a7/','2026-03-29 18:09:51','2026-03-29 18:09:51','35c8b444-db49-44de-a053-574d89cfd60f'),
(97268,5,NULL,'user_d60cecc345d14b46730fe03e3f41d10893b30435','user_d60cecc345d14b46730fe03e3f41d10893b30435/','2026-03-29 18:12:41','2026-03-29 18:12:41','d125cd41-5a0a-40e4-b9f7-ec35db2c33af'),
(97269,5,NULL,'user_0b3b486b373b4a3ba08a9e153a26f6ce60d16ec7','user_0b3b486b373b4a3ba08a9e153a26f6ce60d16ec7/','2026-03-29 18:13:25','2026-03-29 18:13:25','d5a0d672-c67e-4427-822e-ed22bfeca480'),
(97270,5,NULL,'user_a592cdd771873dea4283bfffecb305ee63e8d92b','user_a592cdd771873dea4283bfffecb305ee63e8d92b/','2026-03-29 18:15:34','2026-03-29 18:15:34','e75749ee-d81f-443d-9e5c-e5376081e90a'),
(97271,5,NULL,'user_3f8b4dc9f730a6ab6fd1df7d20be6bd9922dec0f','user_3f8b4dc9f730a6ab6fd1df7d20be6bd9922dec0f/','2026-03-29 18:16:12','2026-03-29 18:16:12','d5364f64-79fa-4360-b05d-20b26b4481cd'),
(97272,5,NULL,'user_8a9d9b914629c8317e7a2cb16883a4662044cd79','user_8a9d9b914629c8317e7a2cb16883a4662044cd79/','2026-03-29 18:16:33','2026-03-29 18:16:33','bd7e4d67-9e05-4827-9d97-bd43f6208b2e'),
(97273,5,NULL,'user_7aba57b9e0b87f646755c13ef54d66af11ca949c','user_7aba57b9e0b87f646755c13ef54d66af11ca949c/','2026-03-29 18:16:59','2026-03-29 18:16:59','fc951dbe-daf9-4ebe-ada7-1baf44eca352'),
(97274,5,NULL,'user_e99bb623afe51340c0dead877b2991ce6bbdb614','user_e99bb623afe51340c0dead877b2991ce6bbdb614/','2026-03-29 18:17:13','2026-03-29 18:17:13','b79034ac-97d6-49dc-90ad-3d5d50224a68'),
(97275,5,NULL,'user_3b4b9b187cadd514d3f8435c113bb418d51045d0','user_3b4b9b187cadd514d3f8435c113bb418d51045d0/','2026-03-29 18:17:40','2026-03-29 18:17:40','6bbceda2-3cb4-483f-8f81-d9878337d870'),
(97276,5,NULL,'user_99332ec6b53a9fc365fdf2a440d3a217286ce9a0','user_99332ec6b53a9fc365fdf2a440d3a217286ce9a0/','2026-03-29 18:17:42','2026-03-29 18:17:42','fe880b00-d085-43ed-bf2e-fcd666929274'),
(97277,5,NULL,'user_92c31fc0c567ca830485098b7fc6e76087430a58','user_92c31fc0c567ca830485098b7fc6e76087430a58/','2026-03-29 18:18:32','2026-03-29 18:18:32','29dcf3fe-7bf7-4511-9504-bf15cdd2a2d6'),
(97278,5,NULL,'user_b258ff024413fd21ea083dcbf272c71ae0e0fcd2','user_b258ff024413fd21ea083dcbf272c71ae0e0fcd2/','2026-03-29 18:21:07','2026-03-29 18:21:07','365113d3-581f-45f4-9525-09626dc92bb4'),
(97279,5,NULL,'user_d9b8b087725cb5429b0193596a8545db4ce7d933','user_d9b8b087725cb5429b0193596a8545db4ce7d933/','2026-03-29 18:21:42','2026-03-29 18:21:42','bf80dd48-5064-4c19-a880-7c42ec825899'),
(97280,5,NULL,'user_a813e445480dff6e950443d6b67a99c604694085','user_a813e445480dff6e950443d6b67a99c604694085/','2026-03-29 18:21:43','2026-03-29 18:21:43','37db66f7-3ef8-4da3-b960-bcc555cd4d22'),
(97281,5,NULL,'user_14b8f93e6a76495cb3ff8c64986f292a86a5f9ee','user_14b8f93e6a76495cb3ff8c64986f292a86a5f9ee/','2026-03-29 18:21:54','2026-03-29 18:21:54','37170d68-753e-4a8e-af3e-42fc517ea43a'),
(97282,5,NULL,'user_2764f4bd97137c3d451025a4f11fcb3bad90281e','user_2764f4bd97137c3d451025a4f11fcb3bad90281e/','2026-03-29 18:21:56','2026-03-29 18:21:56','a6f7d947-7fb3-4adc-8807-eac38e41aa4e'),
(97283,5,NULL,'user_ab54788b25c0053c07979ebe09081d891e848b4c','user_ab54788b25c0053c07979ebe09081d891e848b4c/','2026-03-29 18:21:57','2026-03-29 18:21:57','6ac29067-ca48-4908-82c6-d8baafdf0c9c'),
(97284,5,NULL,'user_8042eb8195a911599b78ae1515c8e903bd40b455','user_8042eb8195a911599b78ae1515c8e903bd40b455/','2026-03-29 18:24:28','2026-03-29 18:24:28','085d1d55-85fa-4d42-a2b2-70d294b08b2d'),
(97285,5,NULL,'user_47cbb45a86def903fe51df14c82381c9a2b19da5','user_47cbb45a86def903fe51df14c82381c9a2b19da5/','2026-03-29 18:25:09','2026-03-29 18:25:09','75f84e53-0d09-4417-9f20-660595beb53b'),
(97286,5,NULL,'user_68807b4cbb519e8d02fcd2e790d716000a475b35','user_68807b4cbb519e8d02fcd2e790d716000a475b35/','2026-03-29 18:25:19','2026-03-29 18:25:19','fa10d37f-3d17-47a3-ae9d-e63454680332'),
(97287,5,NULL,'user_f7402d94e5e4e5ed3a1551411a1d9db108c6bc78','user_f7402d94e5e4e5ed3a1551411a1d9db108c6bc78/','2026-03-29 18:25:55','2026-03-29 18:25:55','11b29bbb-7a8d-4335-9b9f-2e841dd923d3'),
(97288,5,NULL,'user_b701a3b1c701b6b402bc55416c1f187339ab6325','user_b701a3b1c701b6b402bc55416c1f187339ab6325/','2026-03-29 18:26:13','2026-03-29 18:26:13','74bccc0d-a72e-4d2c-a374-e687d872d5b4'),
(97289,5,NULL,'user_eee66d5c105576bd342528d888fca97d28ed333c','user_eee66d5c105576bd342528d888fca97d28ed333c/','2026-03-29 18:26:37','2026-03-29 18:26:37','c00999a3-0dca-48dc-bce0-26f76aac47aa'),
(97290,5,NULL,'user_fcd74c3626fc7a6a8271471223d4c88aaba53f28','user_fcd74c3626fc7a6a8271471223d4c88aaba53f28/','2026-03-29 18:27:29','2026-03-29 18:27:29','8b7d4fd5-bf61-443e-af31-2839a05e5be0'),
(97291,5,NULL,'user_f2fc1ebb86995b316ca92a58c07d6c64a44aadbd','user_f2fc1ebb86995b316ca92a58c07d6c64a44aadbd/','2026-03-29 18:29:04','2026-03-29 18:29:04','ebd2cea8-ae64-41ce-af49-e38e2ecf9bfd'),
(97292,5,NULL,'user_83d1234c543d9f4885a40737f39f022494ed3115','user_83d1234c543d9f4885a40737f39f022494ed3115/','2026-03-29 18:31:40','2026-03-29 18:31:40','abf90167-8696-4fed-83c0-154b39ce385d'),
(97293,5,NULL,'user_9b9c7c1cc06b78ac40c877b1e7d913822dfe557c','user_9b9c7c1cc06b78ac40c877b1e7d913822dfe557c/','2026-03-29 18:32:03','2026-03-29 18:32:03','982053c2-768c-4b0b-9971-e0ef1dc996b0'),
(97294,5,NULL,'user_ab629770b358dd48815a2838fe62e6b18f00349b','user_ab629770b358dd48815a2838fe62e6b18f00349b/','2026-03-29 18:34:00','2026-03-29 18:34:00','6ede78b4-bc2b-4751-b1c6-b4e76ad378c2'),
(97295,5,NULL,'user_ed07923d871b571223a28d19c80a827a6cd1d5ee','user_ed07923d871b571223a28d19c80a827a6cd1d5ee/','2026-03-29 18:34:03','2026-03-29 18:34:03','06133db8-08a2-4c64-a700-7227eca4e13f'),
(97296,5,NULL,'user_9e20288090b5ef5cb74767c8ca765650e4cf9c08','user_9e20288090b5ef5cb74767c8ca765650e4cf9c08/','2026-03-29 18:36:01','2026-03-29 18:36:01','f514170f-10e2-477b-bb22-c03e003ed03e'),
(97297,5,NULL,'user_3be3e13ccb6db8f0cb988c4bec4121e9bda5151f','user_3be3e13ccb6db8f0cb988c4bec4121e9bda5151f/','2026-03-29 18:37:10','2026-03-29 18:37:10','6f20281b-986f-4f32-9012-cc43f953430c'),
(97298,5,NULL,'user_f9297b81923870e54b19351a3f7dc1784030db30','user_f9297b81923870e54b19351a3f7dc1784030db30/','2026-03-29 18:40:19','2026-03-29 18:40:19','4fdcce34-5226-417f-8708-78fbaf493a06'),
(97299,5,NULL,'user_d00af6890561f430fb5cacb4fb733b3972865198','user_d00af6890561f430fb5cacb4fb733b3972865198/','2026-03-29 18:43:03','2026-03-29 18:43:03','ede76f5e-fabd-4dfd-b543-c06ee5502c73'),
(97300,5,NULL,'user_b2ad43fb1b4660d11fc853658954545efcf499e6','user_b2ad43fb1b4660d11fc853658954545efcf499e6/','2026-03-29 18:44:58','2026-03-29 18:44:58','8d1bb765-5828-435a-b86f-655b699dc4aa'),
(97301,5,NULL,'user_f1e7e8ecb0ccc6ba3dab98c378522b79ac08facd','user_f1e7e8ecb0ccc6ba3dab98c378522b79ac08facd/','2026-03-29 18:45:15','2026-03-29 18:45:15','9ea035fe-ce45-42d3-9b14-2e7857e70144'),
(97302,5,NULL,'user_aa31199b209275fdd092a85e11f03690b4c6374f','user_aa31199b209275fdd092a85e11f03690b4c6374f/','2026-03-29 18:45:39','2026-03-29 18:45:39','f543640d-48e6-4b2b-90f2-e7c43086a16b'),
(97303,5,NULL,'user_7ff2b3302d2ea5e66f6a42f21be96f755c5e6856','user_7ff2b3302d2ea5e66f6a42f21be96f755c5e6856/','2026-03-29 18:48:32','2026-03-29 18:48:32','5d1d07fc-37e4-4c52-ae22-460ba2e8e06b'),
(97304,5,NULL,'user_ae766c9a8c3903b5b05b7f9f664658d7cbcbbced','user_ae766c9a8c3903b5b05b7f9f664658d7cbcbbced/','2026-03-29 18:49:23','2026-03-29 18:49:23','d1e90f5b-94d3-43eb-91fe-f03b2d45881f'),
(97305,5,NULL,'user_2b1b06477acfb808719539591969d407d4844ef0','user_2b1b06477acfb808719539591969d407d4844ef0/','2026-03-29 18:49:23','2026-03-29 18:49:23','5a036e3d-8344-4a80-975b-addc096e122a'),
(97306,5,NULL,'user_e7811f6a128e7dd697bfd0c029b2227340d9a4dd','user_e7811f6a128e7dd697bfd0c029b2227340d9a4dd/','2026-03-29 18:49:34','2026-03-29 18:49:34','1ce66411-27e3-4702-9a03-bb160f442d5a'),
(97307,5,NULL,'user_cf2ec320ea9e16e8126c9a8ca9062493d1c84374','user_cf2ec320ea9e16e8126c9a8ca9062493d1c84374/','2026-03-29 18:51:03','2026-03-29 18:51:03','83ac99a6-6b6f-4c2d-9161-13c61df2330c'),
(97308,5,NULL,'user_b0f71f694ee54ae2100f340aa5ff2fff0f11309e','user_b0f71f694ee54ae2100f340aa5ff2fff0f11309e/','2026-03-29 18:51:05','2026-03-29 18:51:05','2b0bf7b0-65ca-4863-8585-8d9a7c315040'),
(97309,5,NULL,'user_1422a2be4851784b73a48fa3b63868c4d730f431','user_1422a2be4851784b73a48fa3b63868c4d730f431/','2026-03-29 18:51:54','2026-03-29 18:51:54','776e0166-6757-4b46-b062-d7c077aecf4d'),
(97310,5,NULL,'user_ed58b04152108e929cf3275801fca1dc570c0c04','user_ed58b04152108e929cf3275801fca1dc570c0c04/','2026-03-29 18:53:21','2026-03-29 18:53:21','7afe60e8-4670-4146-b500-934d104c50f9'),
(97311,5,NULL,'user_09ac8de4d6fea078b488db876b65b27b10c6d434','user_09ac8de4d6fea078b488db876b65b27b10c6d434/','2026-03-29 18:54:12','2026-03-29 18:54:12','05ffd211-5e81-4750-bb1a-2c9c4f1dabc0'),
(97312,5,NULL,'user_18cd97174ae147cf4fc1c0de7cc69f6926bc9794','user_18cd97174ae147cf4fc1c0de7cc69f6926bc9794/','2026-03-29 18:55:52','2026-03-29 18:55:52','fd1163bf-9d24-423f-b699-7d63e97fd320'),
(97313,5,NULL,'user_12633a6f74b55014f4d98dcd2c66d68a5f61e934','user_12633a6f74b55014f4d98dcd2c66d68a5f61e934/','2026-03-29 18:56:20','2026-03-29 18:56:20','85b71812-dbf8-466a-ae0d-15402d62a53d'),
(97314,5,NULL,'user_93b044f56d01b297a7b57a59cdb2cb47d47bc1a1','user_93b044f56d01b297a7b57a59cdb2cb47d47bc1a1/','2026-03-29 18:59:32','2026-03-29 18:59:32','49711c66-8b6b-49d6-aca8-e0e7ca19a9c5'),
(97315,5,NULL,'user_ee0cbe88830932d7f19ca9fc89c42c6b554d9830','user_ee0cbe88830932d7f19ca9fc89c42c6b554d9830/','2026-03-29 19:00:11','2026-03-29 19:00:11','f2e88fa2-f9e7-41a8-82e0-32521421d372'),
(97316,5,NULL,'user_c49ece42f4697c112375268eecd20c0f996d34bd','user_c49ece42f4697c112375268eecd20c0f996d34bd/','2026-03-29 19:02:04','2026-03-29 19:02:04','4c170e55-2880-4f8d-9e74-4105cb5ff7e3'),
(97317,5,NULL,'user_b667a8d06d479f68cf848ce3ee8a1b13ab42bed2','user_b667a8d06d479f68cf848ce3ee8a1b13ab42bed2/','2026-03-29 19:07:11','2026-03-29 19:07:11','3af710ae-da7b-48b0-b1fa-33cf6caa8d07'),
(97318,5,NULL,'user_415c142310550a7a76591c7a04cce9b6052ad300','user_415c142310550a7a76591c7a04cce9b6052ad300/','2026-03-29 19:08:29','2026-03-29 19:08:29','c06703b4-a114-4fa8-ac14-af7807832ebc'),
(97319,5,NULL,'user_c1f8cd9d041437c174afbf9d9c884ecfe952fa70','user_c1f8cd9d041437c174afbf9d9c884ecfe952fa70/','2026-03-29 19:08:50','2026-03-29 19:08:50','ce0dabd2-ee61-4ddb-8014-30af83675f59'),
(97320,5,NULL,'user_4be50e5cbcac7d3f1435b23c1ac3cb8582e13f04','user_4be50e5cbcac7d3f1435b23c1ac3cb8582e13f04/','2026-03-29 19:10:08','2026-03-29 19:10:08','0c341537-59cb-4ad1-9a4c-766a6a2aa625'),
(97321,5,NULL,'user_e2b241b15c01ae74c8e2c4098454566a8e8fa1d3','user_e2b241b15c01ae74c8e2c4098454566a8e8fa1d3/','2026-03-29 19:11:09','2026-03-29 19:11:09','d68f199a-a6de-495c-a237-517642939aec'),
(97322,5,NULL,'user_ecf9632163ee059424188dba93612e3b3ab2a9b3','user_ecf9632163ee059424188dba93612e3b3ab2a9b3/','2026-03-29 19:11:20','2026-03-29 19:11:20','6a445589-a44e-41fc-9a9b-db9a5115fda3'),
(97323,5,NULL,'user_013888009bf305e7be231e403af587ec34f529fc','user_013888009bf305e7be231e403af587ec34f529fc/','2026-03-29 19:12:57','2026-03-29 19:12:57','a8a6ba90-12db-45cd-9a28-3b58455dfef6'),
(97324,5,NULL,'user_a7f000018e79fa00b3657df9286ec8a1107ae6f7','user_a7f000018e79fa00b3657df9286ec8a1107ae6f7/','2026-03-29 19:13:14','2026-03-29 19:13:14','9437e6f6-831b-493e-8da7-7e36dd44ea7c'),
(97325,5,NULL,'user_2302386c19b557dd42795b7de8bb5a4e64d5e2b9','user_2302386c19b557dd42795b7de8bb5a4e64d5e2b9/','2026-03-29 19:13:53','2026-03-29 19:13:53','9d747086-5f8b-4e70-83c9-97ed7dab2d0d'),
(97326,5,NULL,'user_5ca0e3898b90ba456e1a1016ea8138a990e477a2','user_5ca0e3898b90ba456e1a1016ea8138a990e477a2/','2026-03-29 19:15:04','2026-03-29 19:15:04','d1ea949a-754d-4637-8b6d-a8faf235a66d'),
(97327,5,NULL,'user_9ede409446d89c847d84e9031dd857a8ceba3bb2','user_9ede409446d89c847d84e9031dd857a8ceba3bb2/','2026-03-29 19:20:48','2026-03-29 19:20:48','70549a11-db3a-4cf7-971f-1e4e082cb93e'),
(97328,5,NULL,'user_47ef0a966c5ccaea5def8bf8e6c678d87b608369','user_47ef0a966c5ccaea5def8bf8e6c678d87b608369/','2026-03-29 19:21:04','2026-03-29 19:21:04','d883dcf5-337d-4de6-845a-6f8b80dfeb4b'),
(97329,5,NULL,'user_55cd28aa57b514328d89229aecfc98697d519cc8','user_55cd28aa57b514328d89229aecfc98697d519cc8/','2026-03-29 19:24:54','2026-03-29 19:24:54','fdcdb960-0a3a-4b98-a598-8e2d78e62463'),
(97330,5,NULL,'user_9a1b2555557bd1995efc8e3a340839a0c4761cd1','user_9a1b2555557bd1995efc8e3a340839a0c4761cd1/','2026-03-29 19:25:35','2026-03-29 19:25:35','aae76996-b4bd-4945-9396-cede356e5942'),
(97331,5,NULL,'user_36cc4301b656ab0e7b17eaa693e88748b425ad96','user_36cc4301b656ab0e7b17eaa693e88748b425ad96/','2026-03-29 19:28:48','2026-03-29 19:28:48','221c0505-c683-40ec-95c7-23dfea7a5a4d'),
(97332,5,NULL,'user_a552ce06000d84eab40e294ae39940e3ddbf83e9','user_a552ce06000d84eab40e294ae39940e3ddbf83e9/','2026-03-29 19:28:55','2026-03-29 19:28:55','3fc3462f-5f23-4f46-9c9f-cf3207ab2eb1'),
(97333,5,NULL,'user_deab29c81ba46f31ebac44f0ea7ad37e3f848e70','user_deab29c81ba46f31ebac44f0ea7ad37e3f848e70/','2026-03-29 19:31:26','2026-03-29 19:31:26','30911ee6-c188-4bd6-90ef-ba632b6fe70c'),
(97334,5,NULL,'user_08e61d7bbc2f74e27ffd314f1a5aa8ecd54a064c','user_08e61d7bbc2f74e27ffd314f1a5aa8ecd54a064c/','2026-03-29 19:44:43','2026-03-29 19:44:43','df62b490-01bd-4f1d-8b72-1ce7c2aa8fa7'),
(97335,5,NULL,'user_57561cd1a561e9633006546cb2628b3ed48e3ba9','user_57561cd1a561e9633006546cb2628b3ed48e3ba9/','2026-03-29 19:45:04','2026-03-29 19:45:04','31adff5a-281f-47cc-909a-6cf38481bc05'),
(97336,5,NULL,'user_16349ff2821823d35cc2762fb61a6974cf2e9ddc','user_16349ff2821823d35cc2762fb61a6974cf2e9ddc/','2026-03-29 19:45:05','2026-03-29 19:45:05','1033123a-602a-4e2b-8ac6-130aefb0c84a'),
(97337,5,NULL,'user_87a9661c5cd6a7e482f8222946d36e004fcb302c','user_87a9661c5cd6a7e482f8222946d36e004fcb302c/','2026-03-29 19:45:05','2026-03-29 19:45:05','1f00d320-04ba-44a5-8de2-2cb967d147a3'),
(97338,5,NULL,'user_33360fc721436edba2476fc13c27d861ba662278','user_33360fc721436edba2476fc13c27d861ba662278/','2026-03-29 19:45:05','2026-03-29 19:45:05','d1d07fb4-b574-4630-abf6-9241350eaaf0'),
(97339,5,NULL,'user_80d9a2c0822ae6faf102c8fc1f2a73dc5cddc69e','user_80d9a2c0822ae6faf102c8fc1f2a73dc5cddc69e/','2026-03-29 19:46:08','2026-03-29 19:46:08','5629ce76-30ae-41ab-ada7-34b64d000011'),
(97340,5,NULL,'user_8f28e3e4f165b70ee764793818f76e6327698c1c','user_8f28e3e4f165b70ee764793818f76e6327698c1c/','2026-03-29 19:49:15','2026-03-29 19:49:15','8b810ad4-0b1c-4589-b2ed-d5ccc3a3add9'),
(97341,5,NULL,'user_2d15cf2333d279ce3dfa7cf6ababdde69baf76c9','user_2d15cf2333d279ce3dfa7cf6ababdde69baf76c9/','2026-03-29 19:49:18','2026-03-29 19:49:18','6e01eb81-951d-47a3-ac8f-354eb1a72f28'),
(97342,5,NULL,'user_d0a4447c290e5d43af12e5cd1d5c2271bbdf10dc','user_d0a4447c290e5d43af12e5cd1d5c2271bbdf10dc/','2026-03-29 19:54:07','2026-03-29 19:54:07','49a04959-2937-4ea2-b293-f3126daa92f6'),
(97343,5,NULL,'user_c441df79ae0686fa4aec6fcb28d4a7d6fcfd5427','user_c441df79ae0686fa4aec6fcb28d4a7d6fcfd5427/','2026-03-29 19:55:01','2026-03-29 19:55:01','530c701a-feb1-4cd0-b300-8e04bd806023'),
(97344,5,NULL,'user_46a0edb1cf1edb0f3cf6acc1237ef34fa464d25a','user_46a0edb1cf1edb0f3cf6acc1237ef34fa464d25a/','2026-03-29 19:59:22','2026-03-29 19:59:22','ab30b68a-6778-4d1c-8bde-1640f7830d7f'),
(97345,5,NULL,'user_6117048d37bd447fc0e900fcc1bacdb1b2548194','user_6117048d37bd447fc0e900fcc1bacdb1b2548194/','2026-03-29 20:00:46','2026-03-29 20:00:46','378d8f00-3127-4435-a36e-68736da422b7'),
(97346,5,NULL,'user_a96d8336eb749e79c1960b376356bf78a342c356','user_a96d8336eb749e79c1960b376356bf78a342c356/','2026-03-29 20:02:12','2026-03-29 20:02:12','3212ef3d-f039-4879-a591-4b817fb10514'),
(97347,5,NULL,'user_0e19d7fc4ad6961118ca819820a88215afe4a94e','user_0e19d7fc4ad6961118ca819820a88215afe4a94e/','2026-03-29 20:03:28','2026-03-29 20:03:28','49d71378-0ce3-4a08-9cfe-810397d4671a'),
(97348,5,NULL,'user_b558c76af081ae6120314e45ccbd8fdd0221440c','user_b558c76af081ae6120314e45ccbd8fdd0221440c/','2026-03-29 20:05:24','2026-03-29 20:05:24','8ecc68b9-ad7d-42f0-ab04-31dfbac854c9'),
(97349,5,NULL,'user_aa484b4047e2318e21b55f8aa2cf5f91b5f60d1a','user_aa484b4047e2318e21b55f8aa2cf5f91b5f60d1a/','2026-03-29 20:05:27','2026-03-29 20:05:27','dacda1e0-f533-4295-8e70-18f36d151df4'),
(97350,5,NULL,'user_bb4e750a8727a494a1fe49b69da7c0856ba68a48','user_bb4e750a8727a494a1fe49b69da7c0856ba68a48/','2026-03-29 20:05:49','2026-03-29 20:05:49','dbef3945-2877-4436-b204-c35aea422437'),
(97351,5,NULL,'user_0f8ea3f6c2c9a0066c36fd735cb02bade112a6b1','user_0f8ea3f6c2c9a0066c36fd735cb02bade112a6b1/','2026-03-29 20:07:46','2026-03-29 20:07:46','18e6c498-869f-4287-a33e-b502d2bc9380'),
(97352,5,NULL,'user_38cd2020525c859a13ea376dc9b8906292252185','user_38cd2020525c859a13ea376dc9b8906292252185/','2026-03-29 20:07:46','2026-03-29 20:07:46','65715593-f5ba-4469-ba33-53381be17df8'),
(97353,5,NULL,'user_ab526e033e0c3c6c2504b2cfa20dd8f0c4d06ad0','user_ab526e033e0c3c6c2504b2cfa20dd8f0c4d06ad0/','2026-03-29 20:08:02','2026-03-29 20:08:02','2ac90547-bfb5-4303-b13b-26e1f5ca7245'),
(97354,5,NULL,'user_54877df5f918d78a6226098e60f43dc83fad9def','user_54877df5f918d78a6226098e60f43dc83fad9def/','2026-03-29 20:09:13','2026-03-29 20:09:13','9e86681c-44cf-401a-9135-d5ab478742e8'),
(97355,5,NULL,'user_44a4816b7cfc11d5e4e410875208f7000eaffd89','user_44a4816b7cfc11d5e4e410875208f7000eaffd89/','2026-03-29 20:11:51','2026-03-29 20:11:51','8a20231a-a8ab-4e08-9f36-d50b79a8cc8c'),
(97356,5,NULL,'user_9480d5f4ddfcd661d5782ff768db4d19ac59cb7a','user_9480d5f4ddfcd661d5782ff768db4d19ac59cb7a/','2026-03-29 20:11:55','2026-03-29 20:11:55','e3227ac4-6394-4484-ae67-706011b28b6f'),
(97357,5,NULL,'user_a6d97fdbd4f0cdbc2ebcc60bd8e39bfa80b7b2ba','user_a6d97fdbd4f0cdbc2ebcc60bd8e39bfa80b7b2ba/','2026-03-29 20:12:01','2026-03-29 20:12:01','a80e882c-747b-4e85-b4e3-ca0740cecf43'),
(97358,5,NULL,'user_93b5611849dabcf6752f8d9ec85c21d1868ad2d7','user_93b5611849dabcf6752f8d9ec85c21d1868ad2d7/','2026-03-29 20:12:11','2026-03-29 20:12:11','e1a7cb61-d483-49c9-8644-caf3f0e509e8'),
(97359,5,NULL,'user_ff9308d33c8643139478810aaca08ccb09700440','user_ff9308d33c8643139478810aaca08ccb09700440/','2026-03-29 20:12:11','2026-03-29 20:12:11','9643fbfa-2ff8-4541-a78f-3fba96973a4d'),
(97360,5,NULL,'user_3f6229ff9ed9dd301e3c5b0568744a0321910809','user_3f6229ff9ed9dd301e3c5b0568744a0321910809/','2026-03-29 20:12:13','2026-03-29 20:12:13','c9879c7a-f3c2-4cfe-a701-8017da0d38d7'),
(97361,5,NULL,'user_51855239e778cd2a585232f922a26ee95dd8f253','user_51855239e778cd2a585232f922a26ee95dd8f253/','2026-03-29 20:12:19','2026-03-29 20:12:19','c5b7d980-425b-4c20-8f72-786f78f976ff'),
(97362,5,NULL,'user_12e18327c0ff984c64ccf48578ca7711fd3ce37f','user_12e18327c0ff984c64ccf48578ca7711fd3ce37f/','2026-03-29 20:12:48','2026-03-29 20:12:48','43b30019-5cba-46cc-9d8c-c7ed21c501b0'),
(97363,5,NULL,'user_10f86aeea246b82506154f30865621c5fd57332a','user_10f86aeea246b82506154f30865621c5fd57332a/','2026-03-29 20:14:29','2026-03-29 20:14:29','cda7aa87-13be-497b-90a9-f01947181935'),
(97364,5,NULL,'user_c95d4addc5dcf1ee0a4450321b156e454fcfb91f','user_c95d4addc5dcf1ee0a4450321b156e454fcfb91f/','2026-03-29 20:14:51','2026-03-29 20:14:51','c78dae47-7160-4ec6-9d32-709352ffffdd'),
(97365,5,NULL,'user_9f9ec48e3b82434e066468a66f609dcca43e897c','user_9f9ec48e3b82434e066468a66f609dcca43e897c/','2026-03-29 20:18:33','2026-03-29 20:18:33','a0056992-4193-47ea-8041-baa9df8ad228'),
(97366,5,NULL,'user_5e534f94648211d184f8a38273c70cca7ce5298a','user_5e534f94648211d184f8a38273c70cca7ce5298a/','2026-03-29 20:19:14','2026-03-29 20:19:14','caf1b681-13a1-4318-a038-f4b99d066430'),
(97367,5,NULL,'user_55d3e75f6dded51cbbb1a16c7e4d154682d717c1','user_55d3e75f6dded51cbbb1a16c7e4d154682d717c1/','2026-03-29 20:19:17','2026-03-29 20:19:17','2264edb4-705c-447a-a01d-94ea0f0c42de'),
(97368,5,NULL,'user_dcf71fb5c9bf9e37f6fb0d99271a6818fb72421c','user_dcf71fb5c9bf9e37f6fb0d99271a6818fb72421c/','2026-03-29 20:20:02','2026-03-29 20:20:02','17fd427b-527e-4202-9030-ee814921dd37'),
(97369,5,NULL,'user_162cda2fc5cb426821b27668adaad50866e3fc55','user_162cda2fc5cb426821b27668adaad50866e3fc55/','2026-03-29 20:22:38','2026-03-29 20:22:38','b8998023-4138-481d-8f3d-3fcd72f5817a'),
(97370,5,NULL,'user_c08cb4d327a5ea63c8544bc8cb9915d55de49b23','user_c08cb4d327a5ea63c8544bc8cb9915d55de49b23/','2026-03-29 20:28:27','2026-03-29 20:28:27','8b65f540-c3e0-48b4-be0c-f8eb6195e2bf'),
(97371,5,NULL,'user_7cf8c5849d6f12e5f766f28d76b2f18ce8ac0cb6','user_7cf8c5849d6f12e5f766f28d76b2f18ce8ac0cb6/','2026-03-29 20:29:23','2026-03-29 20:29:23','d757810c-4b03-4bcf-ad52-f095a22112d7'),
(97372,5,NULL,'user_8097829d801d1ef256209bbe9944c475e4187969','user_8097829d801d1ef256209bbe9944c475e4187969/','2026-03-29 20:29:57','2026-03-29 20:29:57','e4e1b332-e2a6-4adf-a43b-00ea7660ee05'),
(97373,5,NULL,'user_d9a65f993b09a290f65e19195fcef8609236ea8f','user_d9a65f993b09a290f65e19195fcef8609236ea8f/','2026-03-29 20:32:07','2026-03-29 20:32:07','76b5ee84-f91a-4f46-b773-2e750a9dddf6'),
(97374,5,NULL,'user_4ea21dbb9ce053906562d8408eb6bcdccee8ef6a','user_4ea21dbb9ce053906562d8408eb6bcdccee8ef6a/','2026-03-29 20:33:05','2026-03-29 20:33:05','e2cbcd5b-36dc-41f8-bf9f-42a7714a6b33'),
(97375,5,NULL,'user_5134653ae42f11fe1043756e68ba6d6413a6cb76','user_5134653ae42f11fe1043756e68ba6d6413a6cb76/','2026-03-29 20:33:21','2026-03-29 20:33:21','e2227044-c14f-4e09-be63-c87029cf2c1f'),
(97376,5,NULL,'user_28c8839b60e8c6aa6c13815a5a136bdd96f18f3b','user_28c8839b60e8c6aa6c13815a5a136bdd96f18f3b/','2026-03-29 20:34:53','2026-03-29 20:34:53','ea49e78b-a159-45d5-873d-063bb8ea52fb'),
(97377,5,NULL,'user_2f8a380ec2411f7b38742993624b87fbd206a13a','user_2f8a380ec2411f7b38742993624b87fbd206a13a/','2026-03-29 20:35:39','2026-03-29 20:35:39','3374af9d-863a-4084-9c49-8ff2ef91d9b6'),
(97378,5,NULL,'user_85a0e57b08f31698ea4ae6fc8e88179edf62418a','user_85a0e57b08f31698ea4ae6fc8e88179edf62418a/','2026-03-29 20:35:43','2026-03-29 20:35:43','76cc88bc-cbf2-4f33-bad6-2f5667554b2c'),
(97379,5,NULL,'user_b27ee8f314ae7e7ad23ff074015ac8f6b285ef06','user_b27ee8f314ae7e7ad23ff074015ac8f6b285ef06/','2026-03-29 20:35:43','2026-03-29 20:35:43','ca730099-113f-4c51-8f2a-ca29bbbc4fcd'),
(97380,5,NULL,'user_ac328f036db0435606dce0accf8d840dc2cc1ee6','user_ac328f036db0435606dce0accf8d840dc2cc1ee6/','2026-03-29 20:39:45','2026-03-29 20:39:45','e330f39b-26ad-426e-aca6-cd9a14dbba3b'),
(97381,5,NULL,'user_1f0876ae73234932a778afccf45832314a68f1e6','user_1f0876ae73234932a778afccf45832314a68f1e6/','2026-03-29 20:42:11','2026-03-29 20:42:11','862aa6f8-eec2-4610-8c74-f03f7ddca746'),
(97382,5,NULL,'user_d532309cdcaa6369164caeb45adb6be055d3300d','user_d532309cdcaa6369164caeb45adb6be055d3300d/','2026-03-29 20:42:16','2026-03-29 20:42:16','1e280136-2f0e-45c0-8499-d0943262efe9'),
(97383,5,NULL,'user_d415c705c42188838c6773b7f27a18249be87d5d','user_d415c705c42188838c6773b7f27a18249be87d5d/','2026-03-29 20:42:43','2026-03-29 20:42:43','62e02c81-9e93-4044-a615-12e5dc021641'),
(97384,5,NULL,'user_0ba79b72eb9eb256d6fe4e2853c61d1885de519e','user_0ba79b72eb9eb256d6fe4e2853c61d1885de519e/','2026-03-29 20:44:09','2026-03-29 20:44:09','347aceb8-9ed9-4fe0-b05d-61785d783c2a'),
(97385,5,NULL,'user_8cfa2ddeab519bfb1134d353f99b6e2a9d730be3','user_8cfa2ddeab519bfb1134d353f99b6e2a9d730be3/','2026-03-29 20:44:52','2026-03-29 20:44:52','f5bb1606-a26c-4570-bad7-8257b4f58465'),
(97386,5,NULL,'user_7bab0684ec652a2a37987871779e803fba8d891a','user_7bab0684ec652a2a37987871779e803fba8d891a/','2026-03-29 20:45:37','2026-03-29 20:45:37','2caa9ba2-dec0-40b4-bb3f-f180b32debd4'),
(97387,5,NULL,'user_7a08c7de220c695cf7434e5b257413eabd473819','user_7a08c7de220c695cf7434e5b257413eabd473819/','2026-03-29 20:46:16','2026-03-29 20:46:16','fe5c8cfe-ab0a-4540-b6c3-f17be3b02f47'),
(97388,5,NULL,'user_c487af65bfc03db294aa11d107ba372aa4a821bf','user_c487af65bfc03db294aa11d107ba372aa4a821bf/','2026-03-29 20:47:14','2026-03-29 20:47:14','e77f0272-37dc-4cf3-9d17-29593ba8dc2a'),
(97389,5,NULL,'user_aec52b8a1a913e0fbb79882d4126ed1600b6de94','user_aec52b8a1a913e0fbb79882d4126ed1600b6de94/','2026-03-29 20:52:19','2026-03-29 20:52:19','5da5588d-1e50-4c1f-a24c-73e9a7caefde'),
(97390,5,NULL,'user_ea60f345fa4372c67f1d185c1bcab8d1651b20bd','user_ea60f345fa4372c67f1d185c1bcab8d1651b20bd/','2026-03-29 20:52:41','2026-03-29 20:52:41','13d01440-a2dc-43b0-8691-f41c197a1066'),
(97391,5,NULL,'user_6ae25c50dabe90acdd1b0b0b0e7d871c63c542d0','user_6ae25c50dabe90acdd1b0b0b0e7d871c63c542d0/','2026-03-29 20:53:57','2026-03-29 20:53:57','f212fb07-3b8d-4cf7-a8c2-08d934ea75ce'),
(97392,5,NULL,'user_191ee5d074b0d7e9eb27db586b73937bf4a666dd','user_191ee5d074b0d7e9eb27db586b73937bf4a666dd/','2026-03-29 20:55:44','2026-03-29 20:55:44','453f4332-385e-4042-888e-7602492ae815'),
(97393,5,NULL,'user_9b455be1d9744ba7f815757ae06352e4d176ce98','user_9b455be1d9744ba7f815757ae06352e4d176ce98/','2026-03-29 20:56:00','2026-03-29 20:56:00','8c73b540-333c-488a-b699-f9f6b2800c99'),
(97394,5,NULL,'user_1f5dfdf3143b423ad22c55548e46df5e7acbb42f','user_1f5dfdf3143b423ad22c55548e46df5e7acbb42f/','2026-03-29 20:56:44','2026-03-29 20:56:44','7b50f5e9-65cc-409e-87fd-444b2d2f0dad'),
(97395,5,NULL,'user_418483aa0f4a9b440d5e69595caa46303cef7e33','user_418483aa0f4a9b440d5e69595caa46303cef7e33/','2026-03-29 20:57:36','2026-03-29 20:57:36','23dc3e94-4d45-43c2-a1a2-0fcb08c7da37'),
(97396,5,NULL,'user_75ce5c79255e2b80b93d39730d68908af2916a18','user_75ce5c79255e2b80b93d39730d68908af2916a18/','2026-03-29 20:58:12','2026-03-29 20:58:12','de8c1c05-73a8-419f-9932-079819c40ee6'),
(97397,5,NULL,'user_5998e0b4b08d131d4e33f45def423fb084019aba','user_5998e0b4b08d131d4e33f45def423fb084019aba/','2026-03-29 20:58:38','2026-03-29 20:58:38','7990b8fc-a9f4-4242-ae6a-16d52080dece'),
(97398,5,NULL,'user_f95ddbefd577d42fb483d34c5bce8c8d675e0ba0','user_f95ddbefd577d42fb483d34c5bce8c8d675e0ba0/','2026-03-29 20:58:59','2026-03-29 20:58:59','f6ad8f07-f91b-4841-acba-c3596b9c05d9'),
(97399,5,NULL,'user_6d9338f14a7ff392d8dd00184a5e961ce6eed745','user_6d9338f14a7ff392d8dd00184a5e961ce6eed745/','2026-03-29 20:59:01','2026-03-29 20:59:01','2e6ce6ed-1e34-46b4-85cf-e93b1e613e9a'),
(97400,5,NULL,'user_37ebe80e97d234f842f0ca8c4ff6b1809fde258e','user_37ebe80e97d234f842f0ca8c4ff6b1809fde258e/','2026-03-29 20:59:19','2026-03-29 20:59:19','714e778b-4895-4696-baf5-f4d14c4ca73f'),
(97401,5,NULL,'user_93d5b9adcab98fd25d6193a7582c75c15818c69f','user_93d5b9adcab98fd25d6193a7582c75c15818c69f/','2026-03-29 20:59:21','2026-03-29 20:59:21','715646e8-ebf7-4789-a1fe-6d397ca8ec2a'),
(97402,5,NULL,'user_0d6bcffeefea645654e7e43b1f7293de888f5d2f','user_0d6bcffeefea645654e7e43b1f7293de888f5d2f/','2026-03-29 20:59:30','2026-03-29 20:59:30','fbe8c65a-a923-456d-ad63-d65cc92db79d'),
(97403,5,NULL,'user_723e708db4682d673df0d74d264475dff4c0cd48','user_723e708db4682d673df0d74d264475dff4c0cd48/','2026-03-29 21:01:10','2026-03-29 21:01:10','6a1d6a24-c6cf-4db3-8e39-516778188f69'),
(97404,5,NULL,'user_4fd7220c37e7d24889923295fe1238a501fab888','user_4fd7220c37e7d24889923295fe1238a501fab888/','2026-03-29 21:03:35','2026-03-29 21:03:35','8066cb8c-151d-448e-aa3b-002ea3054e77'),
(97405,5,NULL,'user_28cf00c40c9086d70891de0a541ea96483fcf144','user_28cf00c40c9086d70891de0a541ea96483fcf144/','2026-03-29 21:03:51','2026-03-29 21:03:51','c16ebb16-105e-48c9-8616-6f7537cf6eb8'),
(97406,5,NULL,'user_53491a9edcd287658b899fb74a480a7e3176a6e4','user_53491a9edcd287658b899fb74a480a7e3176a6e4/','2026-03-29 21:06:32','2026-03-29 21:06:32','afd07fa4-dcb6-439e-bd2e-1a9f52c3bd34'),
(97407,5,NULL,'user_1a1adf175488cab661e9c1737bde5f824e53d35c','user_1a1adf175488cab661e9c1737bde5f824e53d35c/','2026-03-29 21:07:31','2026-03-29 21:07:31','d38baa89-b5bf-414a-9650-9f8b5a88f053'),
(97408,5,NULL,'user_b50bcfab0de87ff20bff717ac117bdc383464f7d','user_b50bcfab0de87ff20bff717ac117bdc383464f7d/','2026-03-29 21:08:50','2026-03-29 21:08:50','787a5733-ea0b-410c-a144-98e5127adbbd'),
(97409,5,NULL,'user_4b60e4511e70037148696ee3439613eb5c359b77','user_4b60e4511e70037148696ee3439613eb5c359b77/','2026-03-29 21:09:19','2026-03-29 21:09:19','727f6d12-017a-4a79-b019-ba5fc0ac3f64'),
(97410,5,NULL,'user_9375cb8f15be859081b21b478c478f70b8dced36','user_9375cb8f15be859081b21b478c478f70b8dced36/','2026-03-29 21:11:33','2026-03-29 21:11:33','5514aedb-755a-4656-9acf-09e7fe138587'),
(97411,5,NULL,'user_1b6719cf479898cfa21690adec8a37e43174a113','user_1b6719cf479898cfa21690adec8a37e43174a113/','2026-03-29 21:12:51','2026-03-29 21:12:51','b8075544-b871-417d-904c-d2546fd96136'),
(97412,5,NULL,'user_db08a0cb1c5b8ece10fdfa2bb16c3938abd51fda','user_db08a0cb1c5b8ece10fdfa2bb16c3938abd51fda/','2026-03-29 21:15:09','2026-03-29 21:15:09','63f23834-161f-4a64-ba9e-a4894131b9b0'),
(97413,5,NULL,'user_615249e64f8faa824b9881c2a4315ea719f43e20','user_615249e64f8faa824b9881c2a4315ea719f43e20/','2026-03-29 21:15:57','2026-03-29 21:15:57','342b8de5-d68a-4916-a23a-01ccfb4ee51b'),
(97414,5,NULL,'user_0831247840d5fc89c97f0534179019c5ce12c161','user_0831247840d5fc89c97f0534179019c5ce12c161/','2026-03-29 21:15:57','2026-03-29 21:15:57','785d63cb-2ae6-4d60-acfe-b00e12538b09'),
(97415,5,NULL,'user_13090ecb26f6826f2d9f7b83aaeccca537af44e2','user_13090ecb26f6826f2d9f7b83aaeccca537af44e2/','2026-03-29 21:16:39','2026-03-29 21:16:39','7c4898b7-b22c-41b3-a6b0-c5159f635973'),
(97416,5,NULL,'user_da39a3ee5e6b4b0d3255bfef95601890afd80709','user_da39a3ee5e6b4b0d3255bfef95601890afd80709/','2026-03-29 21:17:28','2026-03-29 21:17:28','10f33e83-eeda-49eb-bf44-a6d652fffd19'),
(97417,5,NULL,'user_7962c65505502b11eb46fa8f9e5750cba7833a8b','user_7962c65505502b11eb46fa8f9e5750cba7833a8b/','2026-03-29 21:17:33','2026-03-29 21:17:33','2cd78dd5-45c8-4e57-b878-ce7eb0a0ef9b'),
(97418,5,NULL,'user_5291a9ee9170161ae6d4befd5581fd333da92113','user_5291a9ee9170161ae6d4befd5581fd333da92113/','2026-03-29 21:17:39','2026-03-29 21:17:39','2d2264f3-55e6-4ecc-a0b9-d03e6ee96be4'),
(97419,5,NULL,'user_87cb9bb6e1a0777d6a3b4e7af7e52d1966c3edd0','user_87cb9bb6e1a0777d6a3b4e7af7e52d1966c3edd0/','2026-03-29 21:17:44','2026-03-29 21:17:44','16dc735e-f764-473e-ba52-9829d8eeed47'),
(97420,5,NULL,'user_11216f0fa78d0463588c38ebedfd477e1ef71102','user_11216f0fa78d0463588c38ebedfd477e1ef71102/','2026-03-29 21:17:50','2026-03-29 21:17:50','659d2a74-94c4-48f8-b2a5-78006dcd42fb'),
(97421,5,NULL,'user_85f3e0ba92391bd8d080cd5908ab97800c41894a','user_85f3e0ba92391bd8d080cd5908ab97800c41894a/','2026-03-29 21:17:56','2026-03-29 21:17:56','28c1eff3-04ba-4d30-9b8f-bfdcc278c9ed'),
(97422,5,NULL,'user_8b638a7fe68861e797afc024e9a7c33cfe512d27','user_8b638a7fe68861e797afc024e9a7c33cfe512d27/','2026-03-29 21:18:01','2026-03-29 21:18:01','5df09739-7a8a-494d-9dca-942ba2896419'),
(97423,5,NULL,'user_4ec297a9392d08b55c94638c8ce33013dd38cded','user_4ec297a9392d08b55c94638c8ce33013dd38cded/','2026-03-29 21:18:06','2026-03-29 21:18:06','43de0416-773a-44f4-bdc2-f64df42efb04'),
(97424,5,NULL,'user_8edb4602a05310abfb46567bc0afcce9a5c49804','user_8edb4602a05310abfb46567bc0afcce9a5c49804/','2026-03-29 21:18:10','2026-03-29 21:18:10','9f3922f1-e99b-4ae0-901f-ec5ad2906417'),
(97425,5,NULL,'user_5872393f8ee11587c3bc0564f4c42a9224774d9e','user_5872393f8ee11587c3bc0564f4c42a9224774d9e/','2026-03-29 21:18:11','2026-03-29 21:18:11','0b29bfd7-4c44-4e15-ad51-861f38c5a0c0'),
(97426,5,NULL,'user_cab476c9f84d6df05e6903ecbf74017ff75bdf30','user_cab476c9f84d6df05e6903ecbf74017ff75bdf30/','2026-03-29 21:18:15','2026-03-29 21:18:15','7d783ebe-4e2d-4fb4-b5c7-1c60dbae42b6'),
(97427,5,NULL,'user_802fff9cf732af8ba67f04cceff8773e56563546','user_802fff9cf732af8ba67f04cceff8773e56563546/','2026-03-29 21:18:17','2026-03-29 21:18:17','4868ea27-7f1a-4f18-ad3e-a4d433c93f12'),
(97428,5,NULL,'user_0ec2a5d90c9843f279530d024d37f01ddc0cfa7d','user_0ec2a5d90c9843f279530d024d37f01ddc0cfa7d/','2026-03-29 21:18:18','2026-03-29 21:18:18','8d2a7f23-9a86-4fd4-b581-87d5a766b49e'),
(97429,5,NULL,'user_60d03d86e011f965d968364bd8377f4bd46583ba','user_60d03d86e011f965d968364bd8377f4bd46583ba/','2026-03-29 21:18:21','2026-03-29 21:18:21','02e529a6-2814-41c6-8c0f-7f48d106d8ee'),
(97430,5,NULL,'user_f79b3457abaf5e8189b2f789b01f1bdb45af5362','user_f79b3457abaf5e8189b2f789b01f1bdb45af5362/','2026-03-29 21:18:22','2026-03-29 21:18:22','a3ea251b-9e46-4ffc-9d59-9b1d1f2b0d08'),
(97431,5,NULL,'user_0e96572d2bdc276e670bacbd1711db2c0e89566b','user_0e96572d2bdc276e670bacbd1711db2c0e89566b/','2026-03-29 21:21:03','2026-03-29 21:21:03','b683580e-c196-4fea-a59e-cf290b5d71d6'),
(97432,5,NULL,'user_98b87b06d2929b62dae603c11ec6eeae0d3ec953','user_98b87b06d2929b62dae603c11ec6eeae0d3ec953/','2026-03-29 21:21:08','2026-03-29 21:21:08','a2f041ba-2209-40a0-97b7-ebef5262273d'),
(97433,5,NULL,'user_bdd5d158ab65c8d81c20163433826bdcedd991c9','user_bdd5d158ab65c8d81c20163433826bdcedd991c9/','2026-03-29 21:21:10','2026-03-29 21:21:10','fef2321b-d670-406a-a738-487751ed76c1'),
(97434,5,NULL,'user_eec2ac8c5912c0d4a899596898ea463f9116add2','user_eec2ac8c5912c0d4a899596898ea463f9116add2/','2026-03-29 21:21:12','2026-03-29 21:21:12','a343300d-16e8-4ebb-9f6c-6dfa3149476b'),
(97435,5,NULL,'user_a78664e71396d888185746d8846a13dcd5e8078d','user_a78664e71396d888185746d8846a13dcd5e8078d/','2026-03-29 21:21:14','2026-03-29 21:21:14','9c43561d-0991-4acc-9d97-a3b293599e2c'),
(97436,5,NULL,'user_77a94f86f80a682be5d02a822e5d4108b9d811a9','user_77a94f86f80a682be5d02a822e5d4108b9d811a9/','2026-03-29 21:21:15','2026-03-29 21:21:15','6c31a2ab-1e54-4a5d-a08f-4ab202e9eba3'),
(97437,5,NULL,'user_2f31a3f08db3bf2e88fe0bf963240f4c0cb5971a','user_2f31a3f08db3bf2e88fe0bf963240f4c0cb5971a/','2026-03-29 21:21:17','2026-03-29 21:21:17','24bf6a6a-04bb-4004-a9c3-6e6189d74cbe'),
(97438,5,NULL,'user_ce5ba733d4cafd198f03a163f547905ad711c55f','user_ce5ba733d4cafd198f03a163f547905ad711c55f/','2026-03-29 21:21:18','2026-03-29 21:21:18','0e3e4774-b9b2-428e-9808-2ce442b45e19'),
(97439,5,NULL,'user_b55c673b19e4969abbd0afa6581300b27ed8df0f','user_b55c673b19e4969abbd0afa6581300b27ed8df0f/','2026-03-29 21:21:19','2026-03-29 21:21:19','d59716b4-2c71-4ca7-8bd5-823bf208ce60'),
(97440,5,NULL,'user_13748591d37d3f8aa3340dd74995f41b0bc8e049','user_13748591d37d3f8aa3340dd74995f41b0bc8e049/','2026-03-29 21:21:22','2026-03-29 21:21:22','e5072e42-c70c-441e-8e83-647c26abfd8d'),
(97441,5,NULL,'user_d60155c9315e76b3bf8775b9be7819797d8271b2','user_d60155c9315e76b3bf8775b9be7819797d8271b2/','2026-03-29 21:21:24','2026-03-29 21:21:24','96528557-73b5-4f24-9d77-dd5c26740146'),
(97442,5,NULL,'user_adc5f6bf777842a5c9ea95cb7814bd7769b165fd','user_adc5f6bf777842a5c9ea95cb7814bd7769b165fd/','2026-03-29 21:21:26','2026-03-29 21:21:26','5d04ec04-9285-4dc6-9011-d336974168dc'),
(97443,5,NULL,'user_209c0bb73233a9b6a2c7b1a62c96356be77969c7','user_209c0bb73233a9b6a2c7b1a62c96356be77969c7/','2026-03-29 21:21:29','2026-03-29 21:21:29','2174db67-2692-4f18-968c-fe73b57cd099'),
(97444,5,NULL,'user_5e8916d6af2ffedb6ffa33ce15c167d3a9329cdf','user_5e8916d6af2ffedb6ffa33ce15c167d3a9329cdf/','2026-03-29 21:21:30','2026-03-29 21:21:30','caf9b5e9-a950-4268-9a4b-127a102d5d2d'),
(97445,5,NULL,'user_7b5abe931627b73f1361acb8ca2775a266af3807','user_7b5abe931627b73f1361acb8ca2775a266af3807/','2026-03-29 21:22:34','2026-03-29 21:22:34','22a77ceb-498a-41d2-9f28-c34cb9fbd621'),
(97446,5,NULL,'user_4ba5754b30a646ea3294481a9c691364e23cd4b0','user_4ba5754b30a646ea3294481a9c691364e23cd4b0/','2026-03-29 21:23:18','2026-03-29 21:23:18','83a3a593-f62d-4650-b3b0-ae2f1a51edd8'),
(97447,5,NULL,'user_16aa6ac334012f810ac1cf9d6d9f4ae2e9751ed7','user_16aa6ac334012f810ac1cf9d6d9f4ae2e9751ed7/','2026-03-29 21:24:03','2026-03-29 21:24:03','1ad3bdd9-c0f0-4a90-9337-61a2401aa1f0'),
(97448,5,NULL,'user_46f3680862ee4dd95a61e2cec643ef713004b1ad','user_46f3680862ee4dd95a61e2cec643ef713004b1ad/','2026-03-29 21:26:49','2026-03-29 21:26:49','d3ccac5f-27c8-4c02-bca6-001b2b3167cd'),
(97449,5,NULL,'user_6b7c7629d33b2ec6673ed20c317782a1d29d46f2','user_6b7c7629d33b2ec6673ed20c317782a1d29d46f2/','2026-03-29 21:27:08','2026-03-29 21:27:08','0cec67df-72fa-4101-bef0-4940fe794534'),
(97450,5,NULL,'user_93d7f82441d9cab9b964462998e7dcdc7113fd0d','user_93d7f82441d9cab9b964462998e7dcdc7113fd0d/','2026-03-29 21:27:50','2026-03-29 21:27:50','3b106662-9378-4eb2-b759-7f1232df4f14'),
(97451,5,NULL,'user_f5931d3ae2ef8951574a58b9322d3e59f5523ea6','user_f5931d3ae2ef8951574a58b9322d3e59f5523ea6/','2026-03-29 21:29:20','2026-03-29 21:29:20','5ee00d1e-c8cb-471d-8d7f-ad82e111b8bd'),
(97452,5,NULL,'user_e2751415336ff26b5418101c6d6919e1f0147167','user_e2751415336ff26b5418101c6d6919e1f0147167/','2026-03-29 21:29:47','2026-03-29 21:29:47','b2b978a8-ad1c-4db0-a937-17e6e31759fa'),
(97453,5,NULL,'user_4a692982bd591ccf812be123b0e72485cacecaf0','user_4a692982bd591ccf812be123b0e72485cacecaf0/','2026-03-29 21:30:06','2026-03-29 21:30:06','6ca7eba7-662e-4cdc-984e-d31392614dca'),
(97454,5,NULL,'user_9b2a66ff80d3a7a814d6a4d2b8cd3badf1bfc6f8','user_9b2a66ff80d3a7a814d6a4d2b8cd3badf1bfc6f8/','2026-03-29 21:31:24','2026-03-29 21:31:24','536768d4-2d29-4462-a46c-0d030a6c16ad'),
(97455,5,NULL,'user_9f462b7881b01775824ede4fbd919f70fa271fbf','user_9f462b7881b01775824ede4fbd919f70fa271fbf/','2026-03-29 21:35:49','2026-03-29 21:35:49','cfc54d86-7e27-46cb-9d50-8f26c9f6b7ec'),
(97456,5,NULL,'user_a5f05496dcc4317ef6bbc6b84396bf7039d792d8','user_a5f05496dcc4317ef6bbc6b84396bf7039d792d8/','2026-03-29 21:36:26','2026-03-29 21:36:26','88be1e73-0d5e-410e-bdc5-2568df840581'),
(97457,5,NULL,'user_4b044c6dc64224999a4790e389e04dd046d10bf4','user_4b044c6dc64224999a4790e389e04dd046d10bf4/','2026-03-29 21:39:19','2026-03-29 21:39:19','b42de9d2-c38f-4455-961c-d6bf0dea2ee2'),
(97458,5,NULL,'user_0810ce07eb119167c3b5b980c6a0569865cecb11','user_0810ce07eb119167c3b5b980c6a0569865cecb11/','2026-03-29 21:39:25','2026-03-29 21:39:25','fa05cedc-b16b-424c-aa60-a3dfe0944f24'),
(97459,5,NULL,'user_8ce10b585691e8ff3b44429854f00f611ab7f607','user_8ce10b585691e8ff3b44429854f00f611ab7f607/','2026-03-29 21:42:31','2026-03-29 21:42:31','bd2eaec2-1abc-4070-a7ce-b3f357243b88'),
(97460,5,NULL,'user_a42bbd22592a2b794f58ec18532029955ba93c23','user_a42bbd22592a2b794f58ec18532029955ba93c23/','2026-03-29 21:43:21','2026-03-29 21:43:21','02923fc4-852f-4056-baf8-36b5135a811c'),
(97461,5,NULL,'user_d339da9d07c9ccb28d4be333fe9ac1f8c4d89921','user_d339da9d07c9ccb28d4be333fe9ac1f8c4d89921/','2026-03-29 21:45:52','2026-03-29 21:45:52','9e0ce2c7-65f1-4d04-9b56-b07ecb5f1a8e'),
(97462,5,NULL,'user_55305fc2d286389604db9c8f73a2bcbb9dcd8585','user_55305fc2d286389604db9c8f73a2bcbb9dcd8585/','2026-03-29 21:45:52','2026-03-29 21:45:52','6260b436-fe02-4569-aeb3-85f56324905c'),
(97463,5,NULL,'user_59f6c081d6652dd6628603c79113a443dd95fe4f','user_59f6c081d6652dd6628603c79113a443dd95fe4f/','2026-03-29 21:46:37','2026-03-29 21:46:37','263d6c21-e3f4-47df-8a3d-6b79314ecfdd'),
(97464,5,NULL,'user_9f739db5593ceb837fc904a581f2a5cad412c8dd','user_9f739db5593ceb837fc904a581f2a5cad412c8dd/','2026-03-29 21:46:39','2026-03-29 21:46:39','8b917b25-2046-4339-81f0-7c905f72f5de'),
(97465,5,NULL,'user_f0bfcfd26e0e12c6a9b4dc850b7cdcf00ab9c703','user_f0bfcfd26e0e12c6a9b4dc850b7cdcf00ab9c703/','2026-03-29 21:48:07','2026-03-29 21:48:07','64814f5d-7a6e-46d7-a320-cd5e714caac4'),
(97466,5,NULL,'user_f1d4ef0d63b199e0089e0d69304875dfee680bba','user_f1d4ef0d63b199e0089e0d69304875dfee680bba/','2026-03-29 21:49:51','2026-03-29 21:49:51','248810db-ced2-429f-b240-d6c24d56065e'),
(97467,5,NULL,'user_1b8c294e8e62c31a12a1a322e7bb71fd5d9e13be','user_1b8c294e8e62c31a12a1a322e7bb71fd5d9e13be/','2026-03-29 21:49:52','2026-03-29 21:49:52','48199b3a-da30-4d0d-a0bf-4f9b89430040'),
(97468,5,NULL,'user_69a3aab7d02cdfe27d3e7f3d8b0b99fe1e8b31c8','user_69a3aab7d02cdfe27d3e7f3d8b0b99fe1e8b31c8/','2026-03-29 21:50:14','2026-03-29 21:50:14','bafdf231-33b1-42a8-ac31-d13ecf21720a'),
(97469,5,NULL,'user_bf2dae0bdb7edd0e53bfb2ffac3044a9ea9086c6','user_bf2dae0bdb7edd0e53bfb2ffac3044a9ea9086c6/','2026-03-29 21:52:09','2026-03-29 21:52:09','be3739ca-821a-4186-b97d-5952679f7dff'),
(97470,5,NULL,'user_d6aa4ae28f41298cb84572b2be927ee0e84683bd','user_d6aa4ae28f41298cb84572b2be927ee0e84683bd/','2026-03-29 21:52:44','2026-03-29 21:52:44','c90840aa-bfd6-4e95-9623-b49525599afb'),
(97471,5,NULL,'user_2adf576b25d39e7d2127cc4850aeb237c8b77e75','user_2adf576b25d39e7d2127cc4850aeb237c8b77e75/','2026-03-29 21:52:57','2026-03-29 21:52:57','2821c535-29d1-46fc-a6e3-be8e0ccfd137'),
(97472,5,NULL,'user_7a63dfedcc2d5e94274f66e8e104479e61774dc1','user_7a63dfedcc2d5e94274f66e8e104479e61774dc1/','2026-03-29 21:53:20','2026-03-29 21:53:20','e3b92b70-cfc9-4e8a-9033-027fec153be6'),
(97473,5,NULL,'user_9a5bc6ff955b349552bca22dcd7651dd0f971e92','user_9a5bc6ff955b349552bca22dcd7651dd0f971e92/','2026-03-29 21:53:40','2026-03-29 21:53:40','01e79fa0-a8b2-48d0-87a5-d40706b1642f'),
(97474,5,NULL,'user_9a0fd7aa8f31e5da10abb3de38a204bf73cd8245','user_9a0fd7aa8f31e5da10abb3de38a204bf73cd8245/','2026-03-29 21:56:15','2026-03-29 21:56:15','908f0857-37d3-4022-bfcb-16044ffda007'),
(97475,5,NULL,'user_d7e8c62ca3fe89fe1574f23c1c917337207bad20','user_d7e8c62ca3fe89fe1574f23c1c917337207bad20/','2026-03-29 22:00:04','2026-03-29 22:00:04','74326755-abc5-4f97-a999-d4fe924f22ac'),
(97476,5,NULL,'user_db14b8124ed5741cbdd05132322c4374541bfb40','user_db14b8124ed5741cbdd05132322c4374541bfb40/','2026-03-29 22:01:54','2026-03-29 22:01:54','46b53127-6873-4ecc-a66b-35c6c6d9e5ce'),
(97477,5,NULL,'user_22f4422fa80dceeda15c5a552ca8907ce5964cb2','user_22f4422fa80dceeda15c5a552ca8907ce5964cb2/','2026-03-29 22:02:18','2026-03-29 22:02:18','e9eebc5e-b9db-4f86-982b-a2879319fd71'),
(97478,5,NULL,'user_7cd2aff2f95ac2c2db924e53fd7ab58378b02fb1','user_7cd2aff2f95ac2c2db924e53fd7ab58378b02fb1/','2026-03-29 22:03:12','2026-03-29 22:03:12','e3a6eba0-3114-473b-a1f3-d484a251cc35'),
(97479,5,NULL,'user_e40826d1861076d36a4899e867670f8edbdfce3a','user_e40826d1861076d36a4899e867670f8edbdfce3a/','2026-03-29 22:04:07','2026-03-29 22:04:07','38268f25-9746-4554-97a4-ed70e99fdfa8'),
(97480,5,NULL,'user_90f332c4ae09db7d169aeae68c70ce422e239f09','user_90f332c4ae09db7d169aeae68c70ce422e239f09/','2026-03-29 22:04:11','2026-03-29 22:04:11','887f4b04-dc37-46cf-b395-af7f769a61c9'),
(97481,5,NULL,'user_8d3bb1c06919a05cc086c41d52bfbb8e63c28ef9','user_8d3bb1c06919a05cc086c41d52bfbb8e63c28ef9/','2026-03-29 22:04:25','2026-03-29 22:04:25','0a8fa8f1-ba15-4373-ad9f-ecc7fb1a7def'),
(97482,5,NULL,'user_d999f71fc1b86a44d4e4361dd31015556182e21b','user_d999f71fc1b86a44d4e4361dd31015556182e21b/','2026-03-29 22:04:39','2026-03-29 22:04:39','d704d83d-f2ca-427a-be2a-52c3197aceda'),
(97483,5,NULL,'user_92992668d265fe5d7b2f8302a6a68bb020dd06f8','user_92992668d265fe5d7b2f8302a6a68bb020dd06f8/','2026-03-29 22:07:28','2026-03-29 22:07:28','f4969221-e2c6-4cfa-8a06-d1c98547d5d6'),
(97484,5,NULL,'user_aa0853595fccb519c08f1f2c708ae803dba8df26','user_aa0853595fccb519c08f1f2c708ae803dba8df26/','2026-03-29 22:10:19','2026-03-29 22:10:19','c8f58739-1362-4c8d-85c8-cd2918118eb7'),
(97485,5,NULL,'user_d5a537c8e76c2ace8a7732b0e8773f31cb475503','user_d5a537c8e76c2ace8a7732b0e8773f31cb475503/','2026-03-29 22:10:20','2026-03-29 22:10:20','aaa445a7-1397-45b2-8249-b6128729301f'),
(97486,5,NULL,'user_e33a2c25f71eb5b1452524edec718c2af21f908b','user_e33a2c25f71eb5b1452524edec718c2af21f908b/','2026-03-29 22:10:34','2026-03-29 22:10:34','e8127609-2a8f-4789-8a1e-c91b1eb1cbb0'),
(97487,5,NULL,'user_2916f9ee3a5186478d4ad351f2d65f4b83bb5852','user_2916f9ee3a5186478d4ad351f2d65f4b83bb5852/','2026-03-29 22:10:34','2026-03-29 22:10:34','5824a736-c4c3-4158-a8ee-206b524c2b1a'),
(97488,5,NULL,'user_58eaadace7e88fe1c88a54a5c7d585245d4e10c7','user_58eaadace7e88fe1c88a54a5c7d585245d4e10c7/','2026-03-29 22:12:38','2026-03-29 22:12:38','9a8741db-aa1e-46fa-b9ff-250646633d65'),
(97489,5,NULL,'user_34dd71b78d9042d9c30037b5647a175b7862bfa5','user_34dd71b78d9042d9c30037b5647a175b7862bfa5/','2026-03-29 22:12:40','2026-03-29 22:12:40','2bae70c4-6396-40e8-aff0-7f92613d5fe1'),
(97490,5,NULL,'user_e5cab41d1cc39ff563cd1f1c0bf80ff88e868bde','user_e5cab41d1cc39ff563cd1f1c0bf80ff88e868bde/','2026-03-29 22:12:40','2026-03-29 22:12:40','1d4582f4-0b3c-4cc4-b461-0af3542f702b'),
(97491,5,NULL,'user_7cd53efb550f58d1290816ca7e778edd67a532ff','user_7cd53efb550f58d1290816ca7e778edd67a532ff/','2026-03-29 22:13:22','2026-03-29 22:13:22','79d403a7-0ee0-469b-a6dc-72e9e23dd5e0'),
(97492,5,NULL,'user_5411679edf176e92b6343644ace5e6ebd76f72b7','user_5411679edf176e92b6343644ace5e6ebd76f72b7/','2026-03-29 22:16:05','2026-03-29 22:16:05','fa144c8e-9e9b-4edb-ae0a-1e22610417c4'),
(97493,5,NULL,'user_d6095a881eef6a5d892cf7071d52ca5d925da5a5','user_d6095a881eef6a5d892cf7071d52ca5d925da5a5/','2026-03-29 22:16:07','2026-03-29 22:16:07','246480e9-189b-4557-a3af-92e9e89c1d70'),
(97494,5,NULL,'user_3a2a751201dab6a1927a72ed8cbec889db8e2d30','user_3a2a751201dab6a1927a72ed8cbec889db8e2d30/','2026-03-29 22:16:31','2026-03-29 22:16:31','fe500f56-8be8-4891-a9d2-cef7a7a3e580'),
(97495,5,NULL,'user_d4cd96a938351dc4fc8644cc9ef80b8646c1b131','user_d4cd96a938351dc4fc8644cc9ef80b8646c1b131/','2026-03-29 22:16:38','2026-03-29 22:16:38','b91699ff-5037-49e3-9966-b3376eca28b3'),
(97496,5,NULL,'user_2018a06edcdc788b4f146efd7332e129e7286e24','user_2018a06edcdc788b4f146efd7332e129e7286e24/','2026-03-29 22:18:30','2026-03-29 22:18:30','891a241b-854a-48bf-80d0-d7087fdd0183'),
(97497,5,NULL,'user_39e4c4d3192eae11ecda82086fc08b843588089c','user_39e4c4d3192eae11ecda82086fc08b843588089c/','2026-03-29 22:21:20','2026-03-29 22:21:20','40b8dfdb-a777-469e-9c20-3864278b257b'),
(97498,5,NULL,'user_459cae6486c1f216e63720d63921b91e1e444bd4','user_459cae6486c1f216e63720d63921b91e1e444bd4/','2026-03-29 22:21:21','2026-03-29 22:21:21','fdc84ab7-c23d-481b-ba42-eccb16045063'),
(97499,5,NULL,'user_a081c1b3e7b81f5897f4bd0d6f41cf5fa69d6ed0','user_a081c1b3e7b81f5897f4bd0d6f41cf5fa69d6ed0/','2026-03-29 22:21:55','2026-03-29 22:21:55','e64d61d6-9bb5-4b97-8687-76d7c1d6b901'),
(97500,5,NULL,'user_68dabf813927953f0c3dfe4391559d31be911cec','user_68dabf813927953f0c3dfe4391559d31be911cec/','2026-03-29 22:22:23','2026-03-29 22:22:23','ce2e9410-6c58-4596-90b7-603418f7fe73'),
(97501,5,NULL,'user_7b11efefe5d532d936a9e8d5128c5915dd162e16','user_7b11efefe5d532d936a9e8d5128c5915dd162e16/','2026-03-29 22:22:28','2026-03-29 22:22:28','be7fc5e6-9bbd-4721-ba2f-92d262627da8'),
(97502,5,NULL,'user_9f44201f077fe94eaa9515386e8aa946b68d66a8','user_9f44201f077fe94eaa9515386e8aa946b68d66a8/','2026-03-29 22:23:43','2026-03-29 22:23:43','864b28c6-8924-46ce-a957-692d0897e4cd'),
(97503,5,NULL,'user_9fdbcd04ad0d98baa02916da7ec423bbf3812341','user_9fdbcd04ad0d98baa02916da7ec423bbf3812341/','2026-03-29 22:26:23','2026-03-29 22:26:23','f7b98f6f-e7b9-4ae7-9568-ebb2f8ce90c4'),
(97504,5,NULL,'user_c52e56df05cd599ee8c67fe304a15231b5d5fb9f','user_c52e56df05cd599ee8c67fe304a15231b5d5fb9f/','2026-03-29 22:27:27','2026-03-29 22:27:27','a81bb234-1e82-4b61-97c1-7f835157d68b'),
(97505,5,NULL,'user_b813555b18c95086c0c0190b0db6b2130b6c9359','user_b813555b18c95086c0c0190b0db6b2130b6c9359/','2026-03-29 22:30:46','2026-03-29 22:30:46','7c6ac14f-4539-4b0c-8de4-defa1afd374a'),
(97506,5,NULL,'user_de269d11898123ccec072e3b210eb30d79f83e77','user_de269d11898123ccec072e3b210eb30d79f83e77/','2026-03-29 22:30:51','2026-03-29 22:30:51','d662e7bd-8f3a-4ffe-884f-f89019e7bc82'),
(97507,5,NULL,'user_0663b729cbc414b2e0a215d668a670c734cee10f','user_0663b729cbc414b2e0a215d668a670c734cee10f/','2026-03-29 22:32:17','2026-03-29 22:32:17','a7597149-fd1d-4381-8500-cb33706a77e9'),
(97508,5,NULL,'user_603ff6549eab87194df54301ddf2fb4d367ad468','user_603ff6549eab87194df54301ddf2fb4d367ad468/','2026-03-29 22:33:18','2026-03-29 22:33:18','830359e6-e997-45ec-9564-0b8dd631e9e2'),
(97509,5,NULL,'user_7fead51460b09988a5e9db673438954ee7e2487d','user_7fead51460b09988a5e9db673438954ee7e2487d/','2026-03-29 22:36:21','2026-03-29 22:36:21','a201413e-c2db-456b-83cd-f97e3dc6fe64'),
(97510,5,NULL,'user_5da5556f2aeee509e6795019b21905ee3be9b5ae','user_5da5556f2aeee509e6795019b21905ee3be9b5ae/','2026-03-29 22:36:38','2026-03-29 22:36:38','fc5f02f1-236d-4220-b664-caf5b1d9eb69'),
(97511,5,NULL,'user_f03c3117f308f1803e36cec4c009f2534ab9aeed','user_f03c3117f308f1803e36cec4c009f2534ab9aeed/','2026-03-29 22:38:39','2026-03-29 22:38:39','09b133f5-b1ff-46a5-b7c3-b7f1770b3c4d'),
(97512,5,NULL,'user_b6896ca647c7669bcc30a82ebd6ed6f659504c4a','user_b6896ca647c7669bcc30a82ebd6ed6f659504c4a/','2026-03-29 22:39:03','2026-03-29 22:39:03','4c29d46b-af45-45ff-b65a-00bca96b46e2'),
(97513,5,NULL,'user_e6f14b571bc2812ce2c10bdad41d2bfccb708dbe','user_e6f14b571bc2812ce2c10bdad41d2bfccb708dbe/','2026-03-29 22:39:45','2026-03-29 22:39:45','cba984d8-8dda-4d0e-b8b2-ef9cf1192c05'),
(97514,5,NULL,'user_4e4d95bd2a97a736da64e5a50eaf85ebfcec26f4','user_4e4d95bd2a97a736da64e5a50eaf85ebfcec26f4/','2026-03-29 22:39:45','2026-03-29 22:39:45','80267e6f-0c07-4604-8256-06878db65c5a'),
(97515,5,NULL,'user_55c2d193686fd107830f0a0fd4e79c1d0162a8d2','user_55c2d193686fd107830f0a0fd4e79c1d0162a8d2/','2026-03-29 22:40:14','2026-03-29 22:40:14','b8188231-6954-462b-bc87-1ada5480c7a0'),
(97516,5,NULL,'user_66b724f1cd9baf24cab6dc0f239dc11d259aed4c','user_66b724f1cd9baf24cab6dc0f239dc11d259aed4c/','2026-03-29 22:41:30','2026-03-29 22:41:30','f1d15712-1eb8-4191-a54c-6c1bcce8815c'),
(97517,5,NULL,'user_2f3c694b4d44bf97556474a1dc32eb29167cbd7e','user_2f3c694b4d44bf97556474a1dc32eb29167cbd7e/','2026-03-29 22:45:00','2026-03-29 22:45:00','89e4eeef-f5e2-467e-8cdc-87612598891f'),
(97518,5,NULL,'user_14d6c7a95f36803b9f9476b3a5749ed706f933fc','user_14d6c7a95f36803b9f9476b3a5749ed706f933fc/','2026-03-29 22:46:07','2026-03-29 22:46:07','04c8c8bd-a317-4be6-bef2-811e6cec93f7'),
(97519,5,NULL,'user_1c9d4d2ee8d00815de30a8d9f2818c8fc824da24','user_1c9d4d2ee8d00815de30a8d9f2818c8fc824da24/','2026-03-29 22:46:36','2026-03-29 22:46:36','e377e9d7-3510-4261-b054-52aebc338c1c'),
(97520,5,NULL,'user_54b621956911b992c598b4ebaf9b6502e77d5371','user_54b621956911b992c598b4ebaf9b6502e77d5371/','2026-03-29 22:47:19','2026-03-29 22:47:19','1c633b54-18e3-4c06-963a-8c076426900d'),
(97521,5,NULL,'user_237d26e632711b5ff08305b0bb94f0844dd1d1f0','user_237d26e632711b5ff08305b0bb94f0844dd1d1f0/','2026-03-29 22:48:15','2026-03-29 22:48:15','c9c51c25-42c5-4f11-b880-928b3c2784be'),
(97522,5,NULL,'user_c941ca819ae0bfe377dc209f1cc36b3c421bec14','user_c941ca819ae0bfe377dc209f1cc36b3c421bec14/','2026-03-29 22:48:59','2026-03-29 22:48:59','21bdea1d-4d02-419f-aa75-550fbdd39de0'),
(97523,5,NULL,'user_135c6c6b41b4b8b6985d49da1756633b0eb30147','user_135c6c6b41b4b8b6985d49da1756633b0eb30147/','2026-03-29 22:49:51','2026-03-29 22:49:51','1d0ecb75-7875-4d2a-8381-6bb235d3e1bd'),
(97524,5,NULL,'user_7d201949c81e15e48ddabc1fabfdff1a3304278c','user_7d201949c81e15e48ddabc1fabfdff1a3304278c/','2026-03-29 22:50:42','2026-03-29 22:50:42','ada1dcbd-8076-4f24-ae1a-384a6d8b7953'),
(97525,5,NULL,'user_25022ac3b2e04195a1846264d56b52f2dbaea579','user_25022ac3b2e04195a1846264d56b52f2dbaea579/','2026-03-29 22:50:55','2026-03-29 22:50:55','12af6483-e874-4d2b-8df9-e46d093816f2'),
(97526,5,NULL,'user_a8a4c3568f131ec37709373d3fbefdd8a7290552','user_a8a4c3568f131ec37709373d3fbefdd8a7290552/','2026-03-29 22:52:42','2026-03-29 22:52:42','1387b43c-66e8-4741-a8c6-1916d9589190'),
(97527,5,NULL,'user_b416a4c2a2794e5bbacb1a8c959686d9b572d952','user_b416a4c2a2794e5bbacb1a8c959686d9b572d952/','2026-03-29 22:52:43','2026-03-29 22:52:43','bd883cb9-06eb-4c9b-b418-0b9400e1c12f'),
(97528,5,NULL,'user_80efad7d089280027a52a280efd624d9d0250939','user_80efad7d089280027a52a280efd624d9d0250939/','2026-03-29 22:54:10','2026-03-29 22:54:10','e63e9d5e-4228-4bfa-9621-8475c27da264'),
(97529,5,NULL,'user_e787993c1977c43131834925015dfa56c38c3e8c','user_e787993c1977c43131834925015dfa56c38c3e8c/','2026-03-29 22:54:28','2026-03-29 22:54:28','818911dd-e763-44ce-bf69-45846ea0912a'),
(97530,5,NULL,'user_fd45b77c944ceaa14545fb7f0c5a1c0d032fb391','user_fd45b77c944ceaa14545fb7f0c5a1c0d032fb391/','2026-03-29 22:56:46','2026-03-29 22:56:46','e537a834-872a-4dd1-9c86-d6e03c83d512'),
(97531,5,NULL,'user_d41cb364a0f2eba92fac4524c5b6e4429d210961','user_d41cb364a0f2eba92fac4524c5b6e4429d210961/','2026-03-29 23:00:22','2026-03-29 23:00:22','292fd62b-1d9a-492a-bdb7-89f31f69b709'),
(97532,5,NULL,'user_d9a569ca79ad310080369821762e07b5dfbcdf5e','user_d9a569ca79ad310080369821762e07b5dfbcdf5e/','2026-03-29 23:00:24','2026-03-29 23:00:24','38362b8e-9280-4469-a8fa-92e1d40c91ad'),
(97533,5,NULL,'user_0c54e1dac6c17e47d4e7c88e6ef2aa4d3eabaa0d','user_0c54e1dac6c17e47d4e7c88e6ef2aa4d3eabaa0d/','2026-03-29 23:00:59','2026-03-29 23:00:59','e280ae91-a57b-4cc3-886d-0c82ff575157'),
(97534,5,NULL,'user_f842aef45e80d9e5bdc701caad53eadce9408fa0','user_f842aef45e80d9e5bdc701caad53eadce9408fa0/','2026-03-29 23:02:21','2026-03-29 23:02:21','ba40d7a8-fa5c-4e19-a65e-e16b07fe41a1'),
(97535,5,NULL,'user_7d73c6841e172e4380f1bcf2f95eab867743dbcf','user_7d73c6841e172e4380f1bcf2f95eab867743dbcf/','2026-03-29 23:05:31','2026-03-29 23:05:31','5be99bd4-ce65-4570-a018-d577a9ad4dec'),
(97536,5,NULL,'user_b201da2e2b939898c599be32c3f3c1d6b035a7be','user_b201da2e2b939898c599be32c3f3c1d6b035a7be/','2026-03-29 23:07:04','2026-03-29 23:07:04','1db2d021-9a86-4285-b653-e83ecbc4b13d'),
(97537,5,NULL,'user_b5d8d0c2d858321e5ea246d027fde953630b4f1c','user_b5d8d0c2d858321e5ea246d027fde953630b4f1c/','2026-03-29 23:07:24','2026-03-29 23:07:24','ff54dec7-6cec-4701-9e8f-4780ad5c4e6d'),
(97538,5,NULL,'user_dc654851734360aac486e071f36b0e42a8afff28','user_dc654851734360aac486e071f36b0e42a8afff28/','2026-03-29 23:10:33','2026-03-29 23:10:33','319c6697-10f2-4472-86e9-4e6dc6b976eb'),
(97539,5,NULL,'user_f8aa2ff6862049423f1517c35919ba5905496878','user_f8aa2ff6862049423f1517c35919ba5905496878/','2026-03-29 23:11:47','2026-03-29 23:11:47','42ac492c-a856-4952-947d-1cf6c84639e5'),
(97540,5,NULL,'user_ffcf7063ef13163ef4fe44be1498266e38afc80c','user_ffcf7063ef13163ef4fe44be1498266e38afc80c/','2026-03-29 23:13:47','2026-03-29 23:13:47','b0591d66-cdc4-45ca-a92b-3cd042349941'),
(97541,5,NULL,'user_84018c3485881a289cbbd62df92b3ab2c81920b6','user_84018c3485881a289cbbd62df92b3ab2c81920b6/','2026-03-29 23:13:48','2026-03-29 23:13:48','1eb8c9a8-2c10-4f3e-aa68-2bc975640748'),
(97542,5,NULL,'user_133d0f56c9966b9044ffb00bed349c4750d5e549','user_133d0f56c9966b9044ffb00bed349c4750d5e549/','2026-03-29 23:13:55','2026-03-29 23:13:55','aa19221b-ee1b-41b0-bebb-6799a5e4e08f'),
(97543,5,NULL,'user_8d232e042a9e2180affc27baf5ebbd1e3cf9460e','user_8d232e042a9e2180affc27baf5ebbd1e3cf9460e/','2026-03-29 23:14:21','2026-03-29 23:14:21','98ba901e-0b49-43ce-b639-0972a293cb00'),
(97544,5,NULL,'user_134afa06a9fa8dc07e18c4be7db7b64543a571b2','user_134afa06a9fa8dc07e18c4be7db7b64543a571b2/','2026-03-29 23:14:47','2026-03-29 23:14:47','9c86634f-3550-4669-818c-5fc89f4eae69'),
(97545,5,NULL,'user_942fab473cbdfdb83bbb2839f6889aad21b42c7e','user_942fab473cbdfdb83bbb2839f6889aad21b42c7e/','2026-03-29 23:19:27','2026-03-29 23:19:27','3f6f8e8a-d785-4ba0-a551-247273972282'),
(97546,5,NULL,'user_95215bc400750ebd1c1d9f262febafcafd1501d6','user_95215bc400750ebd1c1d9f262febafcafd1501d6/','2026-03-29 23:22:07','2026-03-29 23:22:07','3da7ba07-d1d3-4b1c-8036-fde9b43a1927'),
(97547,5,NULL,'user_466b4bafc8c8ffb5599312b80b86b620ed0be1af','user_466b4bafc8c8ffb5599312b80b86b620ed0be1af/','2026-03-29 23:23:28','2026-03-29 23:23:28','8cdba26f-18aa-4871-805d-bd51164dc79a'),
(97548,5,NULL,'user_704aa3bd3a02f06618928865614feb4176c96378','user_704aa3bd3a02f06618928865614feb4176c96378/','2026-03-29 23:25:42','2026-03-29 23:25:42','fa300987-72c4-4d6a-9e4a-46ee12d1033a'),
(97549,5,NULL,'user_587f4ddcf2b718732c0d03fdb142e5a49eda8f4f','user_587f4ddcf2b718732c0d03fdb142e5a49eda8f4f/','2026-03-29 23:25:46','2026-03-29 23:25:46','243232c1-7140-467e-957a-772377d67b93'),
(97550,5,NULL,'user_76a5b3b675f948e16a2e7172cb1290289df4a478','user_76a5b3b675f948e16a2e7172cb1290289df4a478/','2026-03-29 23:29:36','2026-03-29 23:29:36','32fba05a-6e5b-436d-8ff8-f64e51bbecb9'),
(97551,5,NULL,'user_592262364c4403d2095afe1e204c9464d121a941','user_592262364c4403d2095afe1e204c9464d121a941/','2026-03-29 23:31:16','2026-03-29 23:31:16','9e75da2c-5426-4609-ae18-ecf0ff8d5097'),
(97552,5,NULL,'user_e53d0050e40466491f7a9d1bbfe98dd1b679c8ee','user_e53d0050e40466491f7a9d1bbfe98dd1b679c8ee/','2026-03-29 23:32:14','2026-03-29 23:32:14','bf6c3953-53a3-4e9d-9e8c-2d629d6e171e'),
(97553,5,NULL,'user_80e5287bcc7ce3ae7dcfb71d968d69fd44c5a5b2','user_80e5287bcc7ce3ae7dcfb71d968d69fd44c5a5b2/','2026-03-29 23:32:37','2026-03-29 23:32:37','8a68fe0d-b928-4b3f-8a2e-017eb199772e'),
(97554,5,NULL,'user_cda431c94c0b807795dc70bbe827337f05eaf339','user_cda431c94c0b807795dc70bbe827337f05eaf339/','2026-03-29 23:33:12','2026-03-29 23:33:12','a0020ebc-a73e-4692-804f-1b8019fe708d'),
(97555,5,NULL,'user_171fe789a3e258ac1b5dc70796241ab9a1851522','user_171fe789a3e258ac1b5dc70796241ab9a1851522/','2026-03-29 23:34:23','2026-03-29 23:34:23','6597ccc2-0272-427a-8858-67c02850021f'),
(97556,5,NULL,'user_3b1df43908d9c4284c07103d6709736650b5a7d7','user_3b1df43908d9c4284c07103d6709736650b5a7d7/','2026-03-29 23:34:50','2026-03-29 23:34:50','ea0bd48b-10b8-4a16-a3ce-599d75f9bcf4'),
(97557,5,NULL,'user_298508343782f88e542c1d17f040a66af113ba19','user_298508343782f88e542c1d17f040a66af113ba19/','2026-03-29 23:34:58','2026-03-29 23:34:58','e5712ca2-cdec-4559-a557-e4450342a78f'),
(97558,5,NULL,'user_dd1a58268c7e59dd217394869a1d2de64eed6295','user_dd1a58268c7e59dd217394869a1d2de64eed6295/','2026-03-29 23:35:25','2026-03-29 23:35:25','5814ce8b-0409-4b23-8adb-8557b2153d62'),
(97559,5,NULL,'user_56113104d2bf45ae111a89e083fe21a9f563964d','user_56113104d2bf45ae111a89e083fe21a9f563964d/','2026-03-29 23:35:29','2026-03-29 23:35:29','2ba2cd13-2391-4781-9bea-dc3535732d1f'),
(97560,5,NULL,'user_89cea6f7a3e3e57a333c5eb51683616fe7104d0a','user_89cea6f7a3e3e57a333c5eb51683616fe7104d0a/','2026-03-29 23:39:53','2026-03-29 23:39:53','82c3933d-2349-4b4c-b859-72eed9ffbd74'),
(97561,5,NULL,'user_6cc3995f8fe3bea2a5feee2028225611fd281b38','user_6cc3995f8fe3bea2a5feee2028225611fd281b38/','2026-03-29 23:40:34','2026-03-29 23:40:34','a555ed8a-9271-4e11-96a7-281bcc9b5b0c'),
(97562,5,NULL,'user_3837a738adc85bb533356f5f612e1b75fd190bfe','user_3837a738adc85bb533356f5f612e1b75fd190bfe/','2026-03-29 23:41:02','2026-03-29 23:41:02','858931a6-1bcb-44c7-b695-08e1835af743'),
(97563,5,NULL,'user_5c4608af3cc9ac150a7f0cd16299db5803c7feb1','user_5c4608af3cc9ac150a7f0cd16299db5803c7feb1/','2026-03-29 23:42:24','2026-03-29 23:42:24','abe72170-6c56-4b28-8177-e714aa08e489'),
(97564,5,NULL,'user_25207c73ac31730ada71685d330dda62b303e70c','user_25207c73ac31730ada71685d330dda62b303e70c/','2026-03-29 23:44:39','2026-03-29 23:44:39','836fe546-3161-49be-973e-5702f3d96404'),
(97565,5,NULL,'user_0422061ee0381572a5c928abf069bf14fdbdb389','user_0422061ee0381572a5c928abf069bf14fdbdb389/','2026-03-29 23:45:07','2026-03-29 23:45:07','163a44c1-87a4-42ed-879a-aa147044a3ff'),
(97566,5,NULL,'user_aa4b20ad2e4742dbb5b17c03ea9220bbfc5248b4','user_aa4b20ad2e4742dbb5b17c03ea9220bbfc5248b4/','2026-03-29 23:45:09','2026-03-29 23:45:09','cb283ba7-2211-4154-9e31-14048491df20'),
(97567,5,NULL,'user_ab605ce8b35a3d109ab30c670dbf1a896b3105f5','user_ab605ce8b35a3d109ab30c670dbf1a896b3105f5/','2026-03-29 23:45:35','2026-03-29 23:45:35','f0d2774b-da25-4d0a-893b-cf2c6fea28b4'),
(97568,5,NULL,'user_28a02e73980f1c5d793f1728e807bb518088602c','user_28a02e73980f1c5d793f1728e807bb518088602c/','2026-03-29 23:46:16','2026-03-29 23:46:16','93d5652a-d32c-4a2a-b356-ec95c4bfe51d'),
(97569,5,NULL,'user_14c656bd335c98326a710a2544b9830b14add356','user_14c656bd335c98326a710a2544b9830b14add356/','2026-03-29 23:48:04','2026-03-29 23:48:04','50cbb87c-ddce-406b-aa7f-0944830b803a'),
(97570,5,NULL,'user_11e6e516471ceea9b67638def49243ddbf7edd7a','user_11e6e516471ceea9b67638def49243ddbf7edd7a/','2026-03-29 23:48:25','2026-03-29 23:48:25','3ddcaf58-6a04-4068-a50b-7e33d7648b4d'),
(97571,5,NULL,'user_e95eb7573e7114cbb1f94200ea4e901a78e3fe66','user_e95eb7573e7114cbb1f94200ea4e901a78e3fe66/','2026-03-29 23:50:11','2026-03-29 23:50:11','690f6c74-82a2-41a6-9861-f84dcf104484'),
(97572,5,NULL,'user_70edd2617f27b4eb8ab73aba6d999412df728780','user_70edd2617f27b4eb8ab73aba6d999412df728780/','2026-03-29 23:50:27','2026-03-29 23:50:27','4ed5311e-121c-4285-b201-20e46f8905c9'),
(97573,5,NULL,'user_dcfb1e66432f50d8b679ee43afe66f72f41d0fc4','user_dcfb1e66432f50d8b679ee43afe66f72f41d0fc4/','2026-03-29 23:50:44','2026-03-29 23:50:44','9bab56ee-612f-4379-926c-284cb78fdac5'),
(97574,5,NULL,'user_a8713cebff714891a79b14518343c220ec3ff260','user_a8713cebff714891a79b14518343c220ec3ff260/','2026-03-29 23:50:44','2026-03-29 23:50:44','3fd130ee-cb6e-4d76-b5b0-217b22eca9e4'),
(97575,5,NULL,'user_92f212682616bc55d245f2f987a436f24f992928','user_92f212682616bc55d245f2f987a436f24f992928/','2026-03-29 23:51:52','2026-03-29 23:51:52','67f8b4eb-6d4c-45b0-8d8e-343a84bbb9fd'),
(97576,5,NULL,'user_89f0b62877cfc5cb61a9bfb4b8bb03b07dac426f','user_89f0b62877cfc5cb61a9bfb4b8bb03b07dac426f/','2026-03-29 23:53:29','2026-03-29 23:53:29','e8e74476-fe7b-4b8a-aeaa-e1626a6df637'),
(97577,5,NULL,'user_7f575bb5a5171bd9a03e52df2a08b011458ae9c9','user_7f575bb5a5171bd9a03e52df2a08b011458ae9c9/','2026-03-29 23:53:50','2026-03-29 23:53:50','1ff15398-2018-4107-876c-cdb30782ff30'),
(97578,5,NULL,'user_eeb46a2586540481a05b96cb2bab3bba1847fe16','user_eeb46a2586540481a05b96cb2bab3bba1847fe16/','2026-03-29 23:54:06','2026-03-29 23:54:06','3543df7a-61b3-49fe-b9ec-994c0bc990e5'),
(97579,5,NULL,'user_290bce0fde561989fd7732989695d2593192f9d3','user_290bce0fde561989fd7732989695d2593192f9d3/','2026-03-29 23:54:13','2026-03-29 23:54:13','03d1afa8-592b-4881-8a9b-d309bdac11d8'),
(97580,5,NULL,'user_eaa2476f6f533ed9295a3df38f6cfaf80e1b984c','user_eaa2476f6f533ed9295a3df38f6cfaf80e1b984c/','2026-03-29 23:54:15','2026-03-29 23:54:15','b981b593-9026-41ac-b8cf-d6dcc8ea1249'),
(97581,5,NULL,'user_745783a14fc8a9e5ec2815da7b3d249dd3783174','user_745783a14fc8a9e5ec2815da7b3d249dd3783174/','2026-03-29 23:54:25','2026-03-29 23:54:25','6cb4d1ad-b499-4743-8ecb-18b7d0633dba'),
(97582,5,NULL,'user_ed47e33e5cd90fd65d886a8bf0b24ed6c7aeb98c','user_ed47e33e5cd90fd65d886a8bf0b24ed6c7aeb98c/','2026-03-29 23:54:49','2026-03-29 23:54:49','6e5395e8-faa3-4e8c-b2ee-c9f4027e2e8e'),
(97583,5,NULL,'user_95b7d0efe3997fc4f7c9d1a3856514b899592fdd','user_95b7d0efe3997fc4f7c9d1a3856514b899592fdd/','2026-03-29 23:57:07','2026-03-29 23:57:07','91360c29-6589-41df-bced-0686fc3bc05a'),
(97584,5,NULL,'user_ae3bd53ba81e79ec9550567e39108090b1983d50','user_ae3bd53ba81e79ec9550567e39108090b1983d50/','2026-03-29 23:59:48','2026-03-29 23:59:48','e30fc93f-1d61-402e-9ee2-77843da45546'),
(97585,5,NULL,'user_36bae9a4eac4cdc76d27c38fbbdb13f1587e289d','user_36bae9a4eac4cdc76d27c38fbbdb13f1587e289d/','2026-03-30 00:02:46','2026-03-30 00:02:46','b2a389bb-50e9-4417-8bd9-f9e6b89b5e8a'),
(97586,5,NULL,'user_e5b2302eaf72cf7e04a84d95c9e3171e7735fd7b','user_e5b2302eaf72cf7e04a84d95c9e3171e7735fd7b/','2026-03-30 00:02:47','2026-03-30 00:02:47','df267d23-db9b-41c6-b00a-d3887961ae49'),
(97587,5,NULL,'user_4e17308407cf93ab670aa9d1a4c0307ebbe320e0','user_4e17308407cf93ab670aa9d1a4c0307ebbe320e0/','2026-03-30 00:04:12','2026-03-30 00:04:12','e2d517bb-74e5-4400-8a2a-9e97b001d25a'),
(97588,5,NULL,'user_45379a9c94ce580a1c7acb6dbe89f19af6bcad45','user_45379a9c94ce580a1c7acb6dbe89f19af6bcad45/','2026-03-30 00:04:12','2026-03-30 00:04:12','fc6f9a9c-0b0d-4874-a735-916a93a3943d'),
(97589,5,NULL,'user_9d3873d76c6a3461655c5400edd58b5abe4bb8d4','user_9d3873d76c6a3461655c5400edd58b5abe4bb8d4/','2026-03-30 00:04:18','2026-03-30 00:04:18','902aea3d-7a44-4e9b-b0d0-67583fec5ff4'),
(97590,5,NULL,'user_0f27acbcfac31f71eb6e2a29055325fc7d3c8208','user_0f27acbcfac31f71eb6e2a29055325fc7d3c8208/','2026-03-30 00:04:36','2026-03-30 00:04:36','1c7d664f-b48e-41cf-afcd-128a592b7b12'),
(97591,5,NULL,'user_8cf8853f8e62288f8d0f705f9d0a8b5c023913aa','user_8cf8853f8e62288f8d0f705f9d0a8b5c023913aa/','2026-03-30 00:04:48','2026-03-30 00:04:48','1dc08abf-7510-4781-b3a1-6ecd57a26c8f'),
(97592,5,NULL,'user_0950ecfbd5b238c5a5021991e34e8804ebf29a31','user_0950ecfbd5b238c5a5021991e34e8804ebf29a31/','2026-03-30 00:05:45','2026-03-30 00:05:45','e19369ad-c298-458f-a976-4970bdc34ef9'),
(97593,5,NULL,'user_dc87f9ec94e3b2fd43d6c18dfe9c0125f387038a','user_dc87f9ec94e3b2fd43d6c18dfe9c0125f387038a/','2026-03-30 00:06:39','2026-03-30 00:06:39','e2beeac7-45c8-4702-a120-3dcab6372f87'),
(97594,5,NULL,'user_1ec66b8c7681a8a25da1e5c4c57aad8fa2c9bf2e','user_1ec66b8c7681a8a25da1e5c4c57aad8fa2c9bf2e/','2026-03-30 00:06:57','2026-03-30 00:06:57','1036a1ba-baeb-48cb-be5b-c55e9af34107'),
(97595,5,NULL,'user_609af3dca8bbed4f2c0666949ef6e29c8e8ca24e','user_609af3dca8bbed4f2c0666949ef6e29c8e8ca24e/','2026-03-30 00:09:50','2026-03-30 00:09:50','007e7eb0-a4aa-4576-b79c-ac71ac405216'),
(97596,5,NULL,'user_1d856f583c7208bd21a09f51e4fa948e437647cc','user_1d856f583c7208bd21a09f51e4fa948e437647cc/','2026-03-30 00:10:31','2026-03-30 00:10:31','e709b46a-a36e-458c-af24-38b84283ae82'),
(97597,5,NULL,'user_fbda6182ab0b6ad67e80bfe4fe6255d491ca82b5','user_fbda6182ab0b6ad67e80bfe4fe6255d491ca82b5/','2026-03-30 00:11:15','2026-03-30 00:11:15','2c5d3fca-8042-4857-a495-b2010cbf1c3e'),
(97598,5,NULL,'user_86f269d475603ebec2f873df4434de0a81f971d5','user_86f269d475603ebec2f873df4434de0a81f971d5/','2026-03-30 00:11:35','2026-03-30 00:11:35','f51935b5-a866-4cdf-95a3-283029112ac6'),
(97599,5,NULL,'user_961d20fd82a9bc03842178a3a2905d483e990763','user_961d20fd82a9bc03842178a3a2905d483e990763/','2026-03-30 00:12:51','2026-03-30 00:12:51','da198c0e-c47d-473a-8762-ff3f6d51b996'),
(97600,5,NULL,'user_e6f4cea5893fd06dd3096974ba7b8452cc83ca94','user_e6f4cea5893fd06dd3096974ba7b8452cc83ca94/','2026-03-30 00:13:48','2026-03-30 00:13:48','64e9c478-eff6-479d-b18c-cb7f651d9fac'),
(97601,5,NULL,'user_9ffbf7d210f67429a0153fcaa85df6e91f631de4','user_9ffbf7d210f67429a0153fcaa85df6e91f631de4/','2026-03-30 00:15:28','2026-03-30 00:15:28','632311d5-3c5f-43ed-a832-e88976f3bc7a'),
(97602,5,NULL,'user_d377c4d3f351a96c01e41208e507dc50da20698e','user_d377c4d3f351a96c01e41208e507dc50da20698e/','2026-03-30 00:17:04','2026-03-30 00:17:04','2f82e170-75a1-45cd-99fb-86690cf91f3e'),
(97603,5,NULL,'user_a0e3f6a14f7c7d5c6d43ce67e1eedcdb9321409b','user_a0e3f6a14f7c7d5c6d43ce67e1eedcdb9321409b/','2026-03-30 00:17:36','2026-03-30 00:17:36','f9dc59ad-ebf7-44a9-a9c0-f5e718a1f48c'),
(97604,5,NULL,'user_4040cf19ed23022e03a37db4b5e3e91272d1120b','user_4040cf19ed23022e03a37db4b5e3e91272d1120b/','2026-03-30 00:20:12','2026-03-30 00:20:12','8e38eeee-aeab-4d31-9d4c-5816b785aace'),
(97605,5,NULL,'user_9a948f918c652321336372256fe0e56e36da1c4c','user_9a948f918c652321336372256fe0e56e36da1c4c/','2026-03-30 00:20:41','2026-03-30 00:20:41','de61435c-b592-46f5-8283-21478258e7b2'),
(97606,5,NULL,'user_b90d5da827f7c0b4d563238b731c9fe05520c086','user_b90d5da827f7c0b4d563238b731c9fe05520c086/','2026-03-30 00:22:02','2026-03-30 00:22:02','da2cb34c-0c5f-4035-8185-41c8809810dc'),
(97607,5,NULL,'user_5b48edceeaa74d3116bd1de97af930ff11d1fdc2','user_5b48edceeaa74d3116bd1de97af930ff11d1fdc2/','2026-03-30 00:22:34','2026-03-30 00:22:34','07c12f86-02f7-457d-897c-4f113204bfd3'),
(97608,5,NULL,'user_6cb8c6592aae11ae133bb7447dc73d5814d852f5','user_6cb8c6592aae11ae133bb7447dc73d5814d852f5/','2026-03-30 00:22:53','2026-03-30 00:22:53','d345ebc9-78d0-4bf0-9101-4d9011ce5f09'),
(97609,5,NULL,'user_d0ee2b4d00d4b39922c6de6bfd7a22729b2addd6','user_d0ee2b4d00d4b39922c6de6bfd7a22729b2addd6/','2026-03-30 00:22:55','2026-03-30 00:22:55','90e4efb8-c6cc-4b55-afc9-c28d8c5cbe74'),
(97610,5,NULL,'user_f1baae5bf0fb9e4dc605a9bf7152e220e10a7e93','user_f1baae5bf0fb9e4dc605a9bf7152e220e10a7e93/','2026-03-30 00:22:58','2026-03-30 00:22:58','2c9cf1c0-a08e-4736-b1f6-2d26ad83326f'),
(97611,5,NULL,'user_bdd21f6a098b36509b2d3f43313f42f89890b30f','user_bdd21f6a098b36509b2d3f43313f42f89890b30f/','2026-03-30 00:23:19','2026-03-30 00:23:19','90ec256e-e0dd-4afd-95db-4e8f0ab18b59'),
(97612,5,NULL,'user_e039fa2cdc343b77baa73c44bf9d681a3cc45c04','user_e039fa2cdc343b77baa73c44bf9d681a3cc45c04/','2026-03-30 00:23:23','2026-03-30 00:23:23','3bbcf3a5-77c3-4f01-8bac-f7f28e1e5934'),
(97613,5,NULL,'user_c0c4e4b736536e54e8146347b8526e3333519b9d','user_c0c4e4b736536e54e8146347b8526e3333519b9d/','2026-03-30 00:26:17','2026-03-30 00:26:17','8b0b853b-dfef-450a-aaa8-016ddc8a1c77'),
(97614,5,NULL,'user_cf69afa7aaea70577799853dab104981e2f7347a','user_cf69afa7aaea70577799853dab104981e2f7347a/','2026-03-30 00:26:52','2026-03-30 00:26:52','951c9324-8b4e-4f8e-9b64-cad4a98e428b'),
(97615,5,NULL,'user_cc297914afa57233104b66e47c69ffa26f8a4286','user_cc297914afa57233104b66e47c69ffa26f8a4286/','2026-03-30 00:32:11','2026-03-30 00:32:11','36891afa-fe8e-451a-8115-258724199829'),
(97616,5,NULL,'user_035f67f094251b65a649fd531c8c8a562601e9d1','user_035f67f094251b65a649fd531c8c8a562601e9d1/','2026-03-30 00:35:09','2026-03-30 00:35:09','c1d2064b-b40e-4333-90e6-9af752f6ef46'),
(97617,5,NULL,'user_08c2d76ea734830ab269b1bac4ea791bed5a0b08','user_08c2d76ea734830ab269b1bac4ea791bed5a0b08/','2026-03-30 00:35:15','2026-03-30 00:35:15','39aaf4e9-3b55-4be1-92b7-44091815e35c'),
(97618,5,NULL,'user_d605b5e6e75be3bb191ba026ba421b92019c08d6','user_d605b5e6e75be3bb191ba026ba421b92019c08d6/','2026-03-30 00:36:29','2026-03-30 00:36:29','cd56559f-7029-41a1-858e-64d586e35f7a'),
(97619,5,NULL,'user_cd8d8f09878a2f799195b257e823a312cc6266c5','user_cd8d8f09878a2f799195b257e823a312cc6266c5/','2026-03-30 00:36:46','2026-03-30 00:36:46','d19ce8e1-ed14-407e-9493-29ae6b3c378a'),
(97620,5,NULL,'user_ddb0106cb50baf9576eb7d5380deb1f23ea62401','user_ddb0106cb50baf9576eb7d5380deb1f23ea62401/','2026-03-30 00:37:11','2026-03-30 00:37:11','c76d2014-9240-406c-b616-ed01e86adb56'),
(97621,5,NULL,'user_99460e5c6b00ac6104bdc536d1ef735a1ba5f767','user_99460e5c6b00ac6104bdc536d1ef735a1ba5f767/','2026-03-30 00:38:27','2026-03-30 00:38:27','ab6f18d4-1fda-4e1b-8d1f-7a7e93540f09'),
(97622,5,NULL,'user_7c315d1a2d2ba26d376beb12811a3399fa5aa7da','user_7c315d1a2d2ba26d376beb12811a3399fa5aa7da/','2026-03-30 00:38:27','2026-03-30 00:38:27','2a9f86ee-f79d-4f91-bb12-634ab5010a1f'),
(97623,5,NULL,'user_6ab021ec683bd619eaf1bd8c75fc476849ce2819','user_6ab021ec683bd619eaf1bd8c75fc476849ce2819/','2026-03-30 00:38:41','2026-03-30 00:38:41','e136c626-a931-4abf-8cba-1f11256795d1'),
(97624,5,NULL,'user_11a083ac17fe17cf4e688ce8664e2f45dede176b','user_11a083ac17fe17cf4e688ce8664e2f45dede176b/','2026-03-30 00:39:40','2026-03-30 00:39:40','2033788b-1b49-4095-8407-dd83df3f4e1f'),
(97625,5,NULL,'user_b35fe5e486a84c6ad6f7bfa3e747a0defaf6f9f2','user_b35fe5e486a84c6ad6f7bfa3e747a0defaf6f9f2/','2026-03-30 00:39:56','2026-03-30 00:39:56','5cdc4851-085c-4c38-80f5-ce462ed1612e'),
(97626,5,NULL,'user_276d8a3caccce6ebafb9558362513f81d46c07c2','user_276d8a3caccce6ebafb9558362513f81d46c07c2/','2026-03-30 00:41:03','2026-03-30 00:41:03','3ff8d281-dcf2-4d88-aa4d-546deb32bb6f'),
(97627,5,NULL,'user_74a231aff09c8c17bb28a4e4a77a6dc78381e28b','user_74a231aff09c8c17bb28a4e4a77a6dc78381e28b/','2026-03-30 00:44:24','2026-03-30 00:44:24','24088eb1-18e5-411c-a520-381f6c4618dc'),
(97628,5,NULL,'user_80fc47cdddeb4112213490d3db02e61de8dd092e','user_80fc47cdddeb4112213490d3db02e61de8dd092e/','2026-03-30 00:44:44','2026-03-30 00:44:44','9805769d-be15-4b57-8545-2606b840869d'),
(97629,5,NULL,'user_9ba7f1eccc8fa05d07a532148c74be931ab127cc','user_9ba7f1eccc8fa05d07a532148c74be931ab127cc/','2026-03-30 00:47:06','2026-03-30 00:47:06','2ef40f58-e4d4-440d-b286-a186da10b202'),
(97630,5,NULL,'user_16d29a566ee07f32f2c1ade15eef302bf8ac35d1','user_16d29a566ee07f32f2c1ade15eef302bf8ac35d1/','2026-03-30 00:47:29','2026-03-30 00:47:29','adfd3520-f7eb-4dd6-a5ac-77ba85e07edf'),
(97631,5,NULL,'user_516c73b4cd5292ff84703724fad568f1bf90ac20','user_516c73b4cd5292ff84703724fad568f1bf90ac20/','2026-03-30 00:48:06','2026-03-30 00:48:06','fc1b28db-6c15-4845-af83-19ea0612e96e'),
(97632,5,NULL,'user_99b97e153cd6b82423c1d0e5e2b88a9fc0466719','user_99b97e153cd6b82423c1d0e5e2b88a9fc0466719/','2026-03-30 00:50:39','2026-03-30 00:50:39','19a3f6fe-c13b-4f06-a0df-0af9cf557912'),
(97633,5,NULL,'user_f9238b682e96be769751073ce200f75ee8426d00','user_f9238b682e96be769751073ce200f75ee8426d00/','2026-03-30 00:50:54','2026-03-30 00:50:54','d0a008f5-b977-4857-96ca-44e20993d1ac'),
(97634,5,NULL,'user_c54a240ebbfdf5bbc737b8217feeaa11cdf88126','user_c54a240ebbfdf5bbc737b8217feeaa11cdf88126/','2026-03-30 00:52:40','2026-03-30 00:52:40','7e7349a6-89e1-4915-a32d-fbe7c5c113d8'),
(97635,5,NULL,'user_4910ccfa5d04de2386cbc21e2e9f5685c28ae3ec','user_4910ccfa5d04de2386cbc21e2e9f5685c28ae3ec/','2026-03-30 00:53:27','2026-03-30 00:53:27','b8b7daa9-9387-4c50-aefc-f9f8ccbd830f'),
(97636,5,NULL,'user_add9f1926df16b38cf3368d1f5638faefb3abf48','user_add9f1926df16b38cf3368d1f5638faefb3abf48/','2026-03-30 00:53:46','2026-03-30 00:53:46','2970fd5b-2f65-403a-b102-cf750c56da59'),
(97637,5,NULL,'user_5b896ee6b36e8c03dbcd7c8e63dab9f51ab10574','user_5b896ee6b36e8c03dbcd7c8e63dab9f51ab10574/','2026-03-30 00:54:06','2026-03-30 00:54:06','d247637d-8cf3-47a4-8fca-4cc157354ff0'),
(97638,5,NULL,'user_1598058ad2169cd2680c55eae23e3331ff9ab5b7','user_1598058ad2169cd2680c55eae23e3331ff9ab5b7/','2026-03-30 00:54:07','2026-03-30 00:54:07','a95c8dd4-cef0-46eb-998f-f3dc4fd4d78c'),
(97639,5,NULL,'user_634344cc4018005813b725c0bf7c965c0d03a89f','user_634344cc4018005813b725c0bf7c965c0d03a89f/','2026-03-30 00:54:10','2026-03-30 00:54:10','ffe2ef24-ea19-4a91-8d23-af6f40749200'),
(97640,5,NULL,'user_808531da432e45bdebcda210b8dfd1e8ede7d439','user_808531da432e45bdebcda210b8dfd1e8ede7d439/','2026-03-30 01:00:41','2026-03-30 01:00:41','a853ec51-7833-4765-b9a7-0ea7243da703'),
(97641,5,NULL,'user_bb443fae7ac8127d160830dcab77d3e1949ce618','user_bb443fae7ac8127d160830dcab77d3e1949ce618/','2026-03-30 01:01:52','2026-03-30 01:01:52','081deea0-99c2-4a74-b0b6-a93b2832077b'),
(97642,5,NULL,'user_ad30e8097413192f810ca0039391be276278c5c9','user_ad30e8097413192f810ca0039391be276278c5c9/','2026-03-30 01:01:56','2026-03-30 01:01:56','df200035-fa43-494c-b5c1-089a5ea80e9f'),
(97643,5,NULL,'user_7aa1c15258207953875f10d1a897cc4ca812f32a','user_7aa1c15258207953875f10d1a897cc4ca812f32a/','2026-03-30 01:02:39','2026-03-30 01:02:39','d431fffe-7168-44b9-9841-5891b1bdbe5a'),
(97644,5,NULL,'user_5b385b55f2f654f642a836241c651718589889d3','user_5b385b55f2f654f642a836241c651718589889d3/','2026-03-30 01:04:16','2026-03-30 01:04:16','d1689039-6a69-41fd-9ce3-f4e8668b4783'),
(97645,5,NULL,'user_2da3206dc50cadca8def0cc456a0330e4c33f309','user_2da3206dc50cadca8def0cc456a0330e4c33f309/','2026-03-30 01:06:00','2026-03-30 01:06:00','bc31812d-46dd-4043-aa66-d8c949bcc6e2'),
(97646,5,NULL,'user_0ae6b4583c339a4811c851b4cd220d8717b220f2','user_0ae6b4583c339a4811c851b4cd220d8717b220f2/','2026-03-30 01:08:15','2026-03-30 01:08:15','6228829a-eb74-4eba-928f-adf3112d421a'),
(97647,5,NULL,'user_bab283969b53c504fd920cbc1b78645a7ae34413','user_bab283969b53c504fd920cbc1b78645a7ae34413/','2026-03-30 01:08:28','2026-03-30 01:08:28','87baf19e-6e53-4c87-a5b4-1d4f72c509de'),
(97648,5,NULL,'user_cb7dfaac81b73e155d1d35ae335f1ada1327ed6e','user_cb7dfaac81b73e155d1d35ae335f1ada1327ed6e/','2026-03-30 01:08:43','2026-03-30 01:08:43','6649edb4-eaeb-4059-b17a-5429a9f21fdb'),
(97649,5,NULL,'user_af883b7604256dbfb529021b19336060a5d9bcab','user_af883b7604256dbfb529021b19336060a5d9bcab/','2026-03-30 01:11:06','2026-03-30 01:11:06','7cb6a040-d4c9-45fe-b973-18cad2ae8fd3'),
(97650,5,NULL,'user_14093e529b4736d88caa790b8cadafbc60cef9fd','user_14093e529b4736d88caa790b8cadafbc60cef9fd/','2026-03-30 01:11:10','2026-03-30 01:11:10','04054481-9da9-457e-a94d-3001f3158bba'),
(97651,5,NULL,'user_c59a8780f7562437395fba4e10c7576646cb45aa','user_c59a8780f7562437395fba4e10c7576646cb45aa/','2026-03-30 01:11:12','2026-03-30 01:11:12','2373f11c-2c68-4d59-91b4-aeeb26c426ad'),
(97652,5,NULL,'user_a280567461d516b0a19bdc0565ea19607455f461','user_a280567461d516b0a19bdc0565ea19607455f461/','2026-03-30 01:14:18','2026-03-30 01:14:18','e4eab3a4-6953-493d-8058-68ea87f1bd4a'),
(97653,5,NULL,'user_210dee3be61bfc8ce6242cc8225d9f6401d0c249','user_210dee3be61bfc8ce6242cc8225d9f6401d0c249/','2026-03-30 01:15:16','2026-03-30 01:15:16','97381408-027c-4f91-8100-e7256a424a29'),
(97654,5,NULL,'user_8f28dc2fe71a6d16956c9f978f4f0d13b6c0bb52','user_8f28dc2fe71a6d16956c9f978f4f0d13b6c0bb52/','2026-03-30 01:16:03','2026-03-30 01:16:03','a25703f9-7f02-4625-91c5-7da9e889412b'),
(97655,5,NULL,'user_6b1946fbf28f3bb43862d2c67da3b3eec24c0da4','user_6b1946fbf28f3bb43862d2c67da3b3eec24c0da4/','2026-03-30 01:17:09','2026-03-30 01:17:09','b0658c2f-b81e-4fe5-9791-cc393f470f16'),
(97656,5,NULL,'user_da39a51091d833c01d19a7d5521ee2bb682a0131','user_da39a51091d833c01d19a7d5521ee2bb682a0131/','2026-03-30 01:17:30','2026-03-30 01:17:30','f25ae56b-16bf-4d87-bc64-60735cae641b'),
(97657,5,NULL,'user_346859764f2f4bb081bd49b72cfe771f32a6d560','user_346859764f2f4bb081bd49b72cfe771f32a6d560/','2026-03-30 01:18:25','2026-03-30 01:18:25','f5866407-5c50-4d1a-95db-67cc04100c4c'),
(97658,5,NULL,'user_7216d187f10b0f9f3ef5efe845b9020302c44b4e','user_7216d187f10b0f9f3ef5efe845b9020302c44b4e/','2026-03-30 01:19:52','2026-03-30 01:19:52','c2671c25-11a7-4a79-ac69-c7b08cf8b573'),
(97659,5,NULL,'user_f3b33cb4e9f2deaf93111650a4ff26cf922ff74e','user_f3b33cb4e9f2deaf93111650a4ff26cf922ff74e/','2026-03-30 01:20:55','2026-03-30 01:20:55','7b9cc263-a104-49e0-aa8d-6273c6acb892'),
(97660,5,NULL,'user_3bbd8f54c384a021dd3d311292e771968f387db9','user_3bbd8f54c384a021dd3d311292e771968f387db9/','2026-03-30 01:23:11','2026-03-30 01:23:11','a2a98971-6fad-4c78-8649-c5acb19c27a5'),
(97661,5,NULL,'user_d9a133979ad820557e7229447f7c56747ebc594c','user_d9a133979ad820557e7229447f7c56747ebc594c/','2026-03-30 01:23:18','2026-03-30 01:23:18','691397f4-832b-49d2-bf4a-2a371209bea8'),
(97662,5,NULL,'user_2e2b97b1b12983f4530ffe52715003cff93acfa2','user_2e2b97b1b12983f4530ffe52715003cff93acfa2/','2026-03-30 01:23:42','2026-03-30 01:23:42','e7592045-5a58-4ffc-970c-15cebfd7d202'),
(97663,5,NULL,'user_dbe150f9a47714c7dacca271637671b52b6b127a','user_dbe150f9a47714c7dacca271637671b52b6b127a/','2026-03-30 01:23:56','2026-03-30 01:23:56','ed81f9cd-c495-4f6d-bdae-cdf9e8643547'),
(97664,5,NULL,'user_ecb5ff5f05bf9f40940fd921df912d6a02f02bc9','user_ecb5ff5f05bf9f40940fd921df912d6a02f02bc9/','2026-03-30 01:25:05','2026-03-30 01:25:05','9ce1d2ed-e692-4663-b442-7370aa6ae82e'),
(97665,5,NULL,'user_278ec7a78e7ed74caa70c9423c7248d31acc25c5','user_278ec7a78e7ed74caa70c9423c7248d31acc25c5/','2026-03-30 01:26:15','2026-03-30 01:26:15','71d2a2c4-a7f0-4b59-b909-a353c087c1b4'),
(97666,5,NULL,'user_6f18a5be4ff616b4726496a5930900666d889ff2','user_6f18a5be4ff616b4726496a5930900666d889ff2/','2026-03-30 01:27:51','2026-03-30 01:27:51','7d67afbc-9d2e-4fcc-96a4-5f80c5381a62'),
(97667,5,NULL,'user_885339210cdcf3083974a9c5f8d4959e84479eeb','user_885339210cdcf3083974a9c5f8d4959e84479eeb/','2026-03-30 01:30:32','2026-03-30 01:30:32','2aad4c08-4ace-4b72-bb57-f36b0647161d'),
(97668,5,NULL,'user_640c80ad433394e381f9e7d5ce71dbcbcf5f943d','user_640c80ad433394e381f9e7d5ce71dbcbcf5f943d/','2026-03-30 01:31:48','2026-03-30 01:31:48','866ab71f-f3ae-4b18-b468-84024a9a1b00'),
(97669,5,NULL,'user_277fe463801f2dcb2b78810a7b2e5ba3da72f836','user_277fe463801f2dcb2b78810a7b2e5ba3da72f836/','2026-03-30 01:33:16','2026-03-30 01:33:16','22f54b69-315e-450e-8745-de0b3c85e25c'),
(97670,5,NULL,'user_c2e279ab395082f095e89733065424d316e13ecd','user_c2e279ab395082f095e89733065424d316e13ecd/','2026-03-30 01:33:31','2026-03-30 01:33:31','166f6b44-3cae-4238-ad8c-07346a2efaec'),
(97671,5,NULL,'user_5f48d86c54b4f5152ed99ae2b211b60691efdb14','user_5f48d86c54b4f5152ed99ae2b211b60691efdb14/','2026-03-30 01:34:17','2026-03-30 01:34:17','023bad7c-3d75-49ad-86c8-f2dae4a418cd'),
(97672,5,NULL,'user_a18fd00cc56390457ed5108d6b09b03ef218069b','user_a18fd00cc56390457ed5108d6b09b03ef218069b/','2026-03-30 01:35:49','2026-03-30 01:35:49','f060b599-5eef-41fb-8c1d-b5c2c9237aed'),
(97673,5,NULL,'user_b689de9d4c0d661ff88cfab9bca4bf660b2c5d2f','user_b689de9d4c0d661ff88cfab9bca4bf660b2c5d2f/','2026-03-30 01:35:54','2026-03-30 01:35:54','fee3a847-f016-46e8-8158-f781bb3b5703'),
(97674,5,NULL,'user_3d291ca27691539cdcbc7e5f13e58976d914e7a9','user_3d291ca27691539cdcbc7e5f13e58976d914e7a9/','2026-03-30 01:35:55','2026-03-30 01:35:55','439fe949-d036-44db-b88c-72804c41b8f5'),
(97675,5,NULL,'user_fb5f7f61eccad96df4e4b054960cabcf5f3a80dc','user_fb5f7f61eccad96df4e4b054960cabcf5f3a80dc/','2026-03-30 01:35:58','2026-03-30 01:35:58','44365eba-43c2-49f0-94cb-34c51d86283a'),
(97676,5,NULL,'user_2088fb0d12a75407a72c994c0d6243e76ed15688','user_2088fb0d12a75407a72c994c0d6243e76ed15688/','2026-03-30 01:36:20','2026-03-30 01:36:20','9712008c-cfb0-45fe-8d73-06d4b8bb5e52'),
(97677,5,NULL,'user_66dc535ee1cdec8809a4d177d1c9a49b9da8b3eb','user_66dc535ee1cdec8809a4d177d1c9a49b9da8b3eb/','2026-03-30 01:37:04','2026-03-30 01:37:04','acf89108-ccd7-4b52-9b39-71df7c9e1fde'),
(97678,5,NULL,'user_b6544a5c886615f969cb47410cff0dc41fec0276','user_b6544a5c886615f969cb47410cff0dc41fec0276/','2026-03-30 01:37:30','2026-03-30 01:37:30','21923c20-cf6e-4e49-a9c8-453e238b44f0'),
(97679,5,NULL,'user_e18a59d242b928b730bad3825cc6f8b94006a430','user_e18a59d242b928b730bad3825cc6f8b94006a430/','2026-03-30 01:37:43','2026-03-30 01:37:43','35e62fb7-9fd7-4e86-b6f3-b3dba19f8264'),
(97680,5,NULL,'user_0b1e7ae867b9a5f0e9d108810d390ed0eb624c49','user_0b1e7ae867b9a5f0e9d108810d390ed0eb624c49/','2026-03-30 01:38:03','2026-03-30 01:38:03','c4cb4bf9-3b2e-4bff-9300-1078d899393b'),
(97681,5,NULL,'user_e7ff218942c31738b50b84190b6717fc5920e5d5','user_e7ff218942c31738b50b84190b6717fc5920e5d5/','2026-03-30 01:38:05','2026-03-30 01:38:05','6bcd8571-9061-4ee5-bd32-664dfaf565b4'),
(97682,5,NULL,'user_37aee6c4aa27f475649c07eda544d4b139e93e90','user_37aee6c4aa27f475649c07eda544d4b139e93e90/','2026-03-30 01:38:05','2026-03-30 01:38:05','3ae9e81e-b6c0-442b-ad80-82ab17d1cead'),
(97683,5,NULL,'user_2f4703199e1815ab295a66182efc14dbaf276a08','user_2f4703199e1815ab295a66182efc14dbaf276a08/','2026-03-30 01:38:30','2026-03-30 01:38:30','762ccf47-0349-49f5-b3e0-199be44cb63f'),
(97684,5,NULL,'user_17b36b7116519200ebba5f931e1252772ee7c74e','user_17b36b7116519200ebba5f931e1252772ee7c74e/','2026-03-30 01:41:02','2026-03-30 01:41:02','c664f6e3-a526-43f1-af45-074c5b87d092'),
(97685,5,NULL,'user_5db3bd3c012777d27fd2ebbb8199b1368deb934e','user_5db3bd3c012777d27fd2ebbb8199b1368deb934e/','2026-03-30 01:41:35','2026-03-30 01:41:35','e7d5cee1-2a11-4963-bc92-4860bdf14b0e'),
(97686,5,NULL,'user_9a51d336793e057875ee24d10c79655377199929','user_9a51d336793e057875ee24d10c79655377199929/','2026-03-30 01:45:11','2026-03-30 01:45:11','03f4b13b-045a-4971-9e34-85f02926e60a'),
(97687,5,NULL,'user_f822587e6c805dbc0295ee58a9fb3dcf89e47062','user_f822587e6c805dbc0295ee58a9fb3dcf89e47062/','2026-03-30 01:45:48','2026-03-30 01:45:48','f2cf37d1-a35d-4739-b830-5368a840d25f'),
(97688,5,NULL,'user_e86385051e77999662cfcdcce2d34cd40edeeecd','user_e86385051e77999662cfcdcce2d34cd40edeeecd/','2026-03-30 01:46:11','2026-03-30 01:46:11','02cfec2f-c18a-421f-9adb-7921278c031b'),
(97689,5,NULL,'user_9d3aae115299654c738c751f795d972d8d578092','user_9d3aae115299654c738c751f795d972d8d578092/','2026-03-30 01:47:19','2026-03-30 01:47:19','ae1abf4e-d75f-461c-be98-59848948c6c8'),
(97690,5,NULL,'user_294ad5d560d403693a0580f8626378dbca3b512a','user_294ad5d560d403693a0580f8626378dbca3b512a/','2026-03-30 01:50:02','2026-03-30 01:50:02','73a57365-9d6e-408d-ba50-c86c792ca650'),
(97691,5,NULL,'user_b9495f3fee30c12538946d70ba03b90a40cabbbc','user_b9495f3fee30c12538946d70ba03b90a40cabbbc/','2026-03-30 01:50:06','2026-03-30 01:50:06','277b2ad5-b68c-408b-b659-ea281b180fc1'),
(97692,5,NULL,'user_e10b3c89f09077f42a91ac0d00b3f0627c0b443f','user_e10b3c89f09077f42a91ac0d00b3f0627c0b443f/','2026-03-30 01:51:55','2026-03-30 01:51:55','862553b9-9bb6-4229-bc63-2323db1fee52'),
(97693,5,NULL,'user_1b9759f1a56dce2771a833bbdc50c14699d4eecd','user_1b9759f1a56dce2771a833bbdc50c14699d4eecd/','2026-03-30 01:51:56','2026-03-30 01:51:56','4ebc329b-a063-4507-8316-3c89e0e79bae'),
(97694,5,NULL,'user_8de004516d1c687d1d3b7410e221a5952a45f963','user_8de004516d1c687d1d3b7410e221a5952a45f963/','2026-03-30 01:53:04','2026-03-30 01:53:04','0444fae0-feb3-4b91-99bc-a0edcbae42ac'),
(97695,5,NULL,'user_83d17575dc8491cb6c6bf3d03fa08ceefc1681f4','user_83d17575dc8491cb6c6bf3d03fa08ceefc1681f4/','2026-03-30 01:53:20','2026-03-30 01:53:20','79ba5c94-3942-4ab8-bd62-20e6cfa20556'),
(97696,5,NULL,'user_34bbf99ae30cbbaebaab5dafb9171ecd0b78be51','user_34bbf99ae30cbbaebaab5dafb9171ecd0b78be51/','2026-03-30 01:53:43','2026-03-30 01:53:43','55b78dd2-5c32-465e-aa38-47cbaa85d98c'),
(97697,5,NULL,'user_9a75a02e52666a87b994a82c204ddd9387f7936b','user_9a75a02e52666a87b994a82c204ddd9387f7936b/','2026-03-30 01:56:06','2026-03-30 01:56:06','bb89c456-3ffb-40d4-803b-731c50370bed'),
(97698,5,NULL,'user_bf662e65f879f529d979a84c1666c5cb168cf8c1','user_bf662e65f879f529d979a84c1666c5cb168cf8c1/','2026-03-30 01:57:09','2026-03-30 01:57:09','a3f15e1d-63f3-4e12-a969-f9392c117dd6'),
(97699,5,NULL,'user_c85f648d4a4dfae3a8ec2299300585d5faf75a10','user_c85f648d4a4dfae3a8ec2299300585d5faf75a10/','2026-03-30 02:00:58','2026-03-30 02:00:58','0e8b9093-da01-4089-9ff3-b66e6c671b78'),
(97700,5,NULL,'user_24c875272d1c0c44932ebd0c0641f14c15659593','user_24c875272d1c0c44932ebd0c0641f14c15659593/','2026-03-30 02:01:08','2026-03-30 02:01:08','6c27c072-843b-4df2-beac-7af6e4e958ab'),
(97701,5,NULL,'user_6615462907b3e72457bca747685750f6ae23a478','user_6615462907b3e72457bca747685750f6ae23a478/','2026-03-30 02:01:11','2026-03-30 02:01:11','ae136f19-5eed-4c0c-a925-2bc6ced34315'),
(97702,5,NULL,'user_6f3cb5338aa1dc2bee59c95ea6bb22b1b49f43a1','user_6f3cb5338aa1dc2bee59c95ea6bb22b1b49f43a1/','2026-03-30 02:01:47','2026-03-30 02:01:47','809c6f59-dce1-4f75-94ee-17f7549a1e52'),
(97703,5,NULL,'user_2db3a84a5ac7528a404eda5b51d01dac54eb489a','user_2db3a84a5ac7528a404eda5b51d01dac54eb489a/','2026-03-30 02:02:00','2026-03-30 02:02:00','6509f821-2be1-42d9-b6c6-7c36d0f91f74'),
(97704,5,NULL,'user_9ad03198fa34503169172b869408e76c8ead6eb8','user_9ad03198fa34503169172b869408e76c8ead6eb8/','2026-03-30 02:02:34','2026-03-30 02:02:34','35eb1c2a-b18d-4f41-9dfc-cf8b4e190d14'),
(97705,5,NULL,'user_386ebc107ef4a2b4ffc812eb46bc1523712e4202','user_386ebc107ef4a2b4ffc812eb46bc1523712e4202/','2026-03-30 02:04:49','2026-03-30 02:04:49','d4c1e077-a7e4-4854-8ca4-a62b090c49bb'),
(97706,5,NULL,'user_94fb91041167d09525e87747492db4e6b5402815','user_94fb91041167d09525e87747492db4e6b5402815/','2026-03-30 02:06:21','2026-03-30 02:06:21','88299d18-61c4-430f-bc66-838167b64b90'),
(97707,5,NULL,'user_fa9d1ff91f162a14fc20b0a018483d8afa701c04','user_fa9d1ff91f162a14fc20b0a018483d8afa701c04/','2026-03-30 02:08:18','2026-03-30 02:08:18','8c8e61d5-d400-4b35-90b0-8f9b082fe35b'),
(97708,5,NULL,'user_4c5b379df41684477db4fbab47c86f02e6028f1f','user_4c5b379df41684477db4fbab47c86f02e6028f1f/','2026-03-30 02:09:10','2026-03-30 02:09:10','ae0a324a-867d-4612-88cc-02e774bc3327'),
(97709,5,NULL,'user_15ce8f08559eb07763bc18c79e1e14e9b7a47e80','user_15ce8f08559eb07763bc18c79e1e14e9b7a47e80/','2026-03-30 02:09:16','2026-03-30 02:09:16','ba44391f-ce91-4b65-a49e-f197f0449e23'),
(97710,5,NULL,'user_a2df3fd6b2da29e0a791fc4508f14d77ee86574e','user_a2df3fd6b2da29e0a791fc4508f14d77ee86574e/','2026-03-30 02:10:46','2026-03-30 02:10:46','729ecd67-5fa0-4f6f-b5b6-905391c76058'),
(97711,5,NULL,'user_d3d2ce4bbddd6c784dd992cf0872d4ffb4539e02','user_d3d2ce4bbddd6c784dd992cf0872d4ffb4539e02/','2026-03-30 02:11:25','2026-03-30 02:11:25','a5014871-f9a5-40f6-b2c4-bbcb6847fd74'),
(97712,5,NULL,'user_d24795b3fba030fd79232c25ce1896d6d6be5b2c','user_d24795b3fba030fd79232c25ce1896d6d6be5b2c/','2026-03-30 02:19:27','2026-03-30 02:19:27','d1f87441-c4c4-41e3-98e0-0462cf480aa1'),
(97713,5,NULL,'user_8b3ad768c16e92d5400823f08e53b2536c4bb045','user_8b3ad768c16e92d5400823f08e53b2536c4bb045/','2026-03-30 02:21:11','2026-03-30 02:21:11','442d5098-3dfc-4d10-82dd-a7ab5fb888aa'),
(97714,5,NULL,'user_4c11d06999f4db3212997911371326ecddf8c27f','user_4c11d06999f4db3212997911371326ecddf8c27f/','2026-03-30 02:22:27','2026-03-30 02:22:27','cebb92f9-95c4-45e3-8f00-7af4bd3e6aa0'),
(97715,5,NULL,'user_86468ebac5ce6f2077a1c964d141c8983bd5c98d','user_86468ebac5ce6f2077a1c964d141c8983bd5c98d/','2026-03-30 02:23:15','2026-03-30 02:23:15','62fcc9bc-5f94-431a-8f10-57df32cdd153'),
(97716,5,NULL,'user_b54b8cfa8fb8b32c3cfbd29cd8f3e02fc4c69a99','user_b54b8cfa8fb8b32c3cfbd29cd8f3e02fc4c69a99/','2026-03-30 02:26:36','2026-03-30 02:26:36','df34c05f-4f15-4d25-bf79-31da85a354b4'),
(97717,5,NULL,'user_d7bec18ea3c968a4ac3f73740edd83272a91d3b3','user_d7bec18ea3c968a4ac3f73740edd83272a91d3b3/','2026-03-30 02:26:36','2026-03-30 02:26:36','9d791902-962d-427f-adc7-016daebbb33a'),
(97718,5,NULL,'user_0bf55e2af0cdf093cc34f397718ea3492afeade9','user_0bf55e2af0cdf093cc34f397718ea3492afeade9/','2026-03-30 02:26:40','2026-03-30 02:26:40','cd9c2f3b-b1d9-42a4-9c2d-fc5fef5c4f33'),
(97719,5,NULL,'user_498ff909d55ac1728ab0d9ca165ac9d4195b6825','user_498ff909d55ac1728ab0d9ca165ac9d4195b6825/','2026-03-30 02:29:30','2026-03-30 02:29:30','0e1a918f-df1a-4ab8-a152-a14d99bbd7e6'),
(97720,5,NULL,'user_841c971fb847eb178a0e30b1d987e46f8b53b314','user_841c971fb847eb178a0e30b1d987e46f8b53b314/','2026-03-30 02:31:29','2026-03-30 02:31:29','78f30489-6eda-4094-952e-67e57afee578'),
(97721,5,NULL,'user_ce6c8c2bac357594eb0e473912801ffe197cad28','user_ce6c8c2bac357594eb0e473912801ffe197cad28/','2026-03-30 02:38:21','2026-03-30 02:38:21','348feee0-5d6c-4ce3-94dd-06e01a05d08c'),
(97722,5,NULL,'user_a0ce269b52c95de40b249efcfb4769f6fb368184','user_a0ce269b52c95de40b249efcfb4769f6fb368184/','2026-03-30 02:41:28','2026-03-30 02:41:28','7a84ef4d-075b-4d26-97e9-931f4adb0fce'),
(97723,5,NULL,'user_4886c48c0f531cb36a5cf21bcf05a9108d4178fe','user_4886c48c0f531cb36a5cf21bcf05a9108d4178fe/','2026-03-30 02:41:35','2026-03-30 02:41:35','02024e47-73bf-41a5-befe-5e69b66ef6f9'),
(97724,5,NULL,'user_7c9e33ad6bc1ffbf1c38044ef81db58c245a7d01','user_7c9e33ad6bc1ffbf1c38044ef81db58c245a7d01/','2026-03-30 02:42:01','2026-03-30 02:42:01','8f2b0aa2-5a87-407a-b4c7-7bbf5fe92192'),
(97725,5,NULL,'user_7754ee9625d9d72f9d2fe4715566f2ef81932c67','user_7754ee9625d9d72f9d2fe4715566f2ef81932c67/','2026-03-30 02:42:35','2026-03-30 02:42:35','e7931825-4dcf-44e2-bd77-dce82c7cdccb'),
(97726,5,NULL,'user_7ccd389af11f7f4653760ca289cd49171d922397','user_7ccd389af11f7f4653760ca289cd49171d922397/','2026-03-30 02:42:37','2026-03-30 02:42:37','897eff31-37c7-41cd-9c49-5a0b106cabba'),
(97727,5,NULL,'user_b71ceaa02181fac08690e1d83aac607ccb4b0c45','user_b71ceaa02181fac08690e1d83aac607ccb4b0c45/','2026-03-30 02:43:43','2026-03-30 02:43:43','09861662-887e-4d53-9631-a8e12a427963'),
(97728,5,NULL,'user_8a4b39342965bf982f3d61076e8c19c35f96356b','user_8a4b39342965bf982f3d61076e8c19c35f96356b/','2026-03-30 02:43:49','2026-03-30 02:43:49','0defb78c-26f3-4cb8-acbc-2cfb8f17db14'),
(97729,5,NULL,'user_f412a63423dd946db86dc9223a01f6e91ac2982c','user_f412a63423dd946db86dc9223a01f6e91ac2982c/','2026-03-30 02:43:53','2026-03-30 02:43:53','b4de8afc-a004-4932-937b-cc37fe4afb8a'),
(97730,5,NULL,'user_1da7c6b02aff04560c7f750318ede2d33547523b','user_1da7c6b02aff04560c7f750318ede2d33547523b/','2026-03-30 02:44:09','2026-03-30 02:44:09','0c219946-8bc0-4d1d-b24b-cb5eb4e851e0'),
(97731,5,NULL,'user_2bc883d3222d5768e5fa0328d9bcfc47041cf778','user_2bc883d3222d5768e5fa0328d9bcfc47041cf778/','2026-03-30 02:48:07','2026-03-30 02:48:07','1385a245-a125-4473-9915-418bc5d4395d'),
(97732,5,NULL,'user_ee126ead0f8465f0ca4ea50ec641f9ba572d08e5','user_ee126ead0f8465f0ca4ea50ec641f9ba572d08e5/','2026-03-30 02:48:25','2026-03-30 02:48:25','24830834-7207-44d0-a592-f3444ffe8851'),
(97733,5,NULL,'user_cba62fb424c7b883b4ac1de7e644c2563fed158f','user_cba62fb424c7b883b4ac1de7e644c2563fed158f/','2026-03-30 02:51:35','2026-03-30 02:51:35','56e53f1d-e614-4125-97cc-e3cf257311eb'),
(97734,5,NULL,'user_8989d12a8f5575273c867b8eb3ddd9d62ee51c74','user_8989d12a8f5575273c867b8eb3ddd9d62ee51c74/','2026-03-30 02:52:03','2026-03-30 02:52:03','26c84603-9452-4de9-b002-07d6e3af4cfe'),
(97735,5,NULL,'user_0cb1f6fca65e83ef3cce4f9d40c18b2907661b18','user_0cb1f6fca65e83ef3cce4f9d40c18b2907661b18/','2026-03-30 02:58:24','2026-03-30 02:58:24','0595f45d-168c-435c-b596-7ded179f5036'),
(97736,5,NULL,'user_7d16f5b68502c2e430cd72fc809395d15768f965','user_7d16f5b68502c2e430cd72fc809395d15768f965/','2026-03-30 03:01:22','2026-03-30 03:01:22','4ed5df9b-373c-423d-b256-b699ee0818a7'),
(97737,5,NULL,'user_d2537590938d9668a4b454d3119289acd2522b00','user_d2537590938d9668a4b454d3119289acd2522b00/','2026-03-30 03:01:36','2026-03-30 03:01:36','e9a598fb-5217-4c4a-9203-d4df8ae86a3c'),
(97738,5,NULL,'user_1f165b13ef10dd6d45ee04ac7265a9897ab202d0','user_1f165b13ef10dd6d45ee04ac7265a9897ab202d0/','2026-03-30 03:02:29','2026-03-30 03:02:29','02187b48-4f86-482c-840b-03e653e24e68'),
(97739,5,NULL,'user_3e4a025e13e277aea5c2e90685bca3fd0706637d','user_3e4a025e13e277aea5c2e90685bca3fd0706637d/','2026-03-30 03:02:30','2026-03-30 03:02:30','41d3dde5-6776-4b87-95d6-9a33637e93b2'),
(97740,5,NULL,'user_b9d0251e8530b55cbbeb1edcc1e2f008342f8822','user_b9d0251e8530b55cbbeb1edcc1e2f008342f8822/','2026-03-30 03:06:01','2026-03-30 03:06:01','91874d69-3c7b-41f0-bad1-59c6b8b18da5'),
(97741,5,NULL,'user_34f255cc31b5b61d90d73e24382ad7b01dcfca50','user_34f255cc31b5b61d90d73e24382ad7b01dcfca50/','2026-03-30 03:06:21','2026-03-30 03:06:21','ccd03c3f-9ea6-4c29-abb6-18b97f86074e'),
(97742,5,NULL,'user_401f89bc6cc1b4b7547b518795fe819219ad0e9e','user_401f89bc6cc1b4b7547b518795fe819219ad0e9e/','2026-03-30 03:06:23','2026-03-30 03:06:23','8e060358-63c9-4972-98cb-1826e840fdb1'),
(97743,5,NULL,'user_43c63554614120b6fb6c00617f0b5e988a2b9223','user_43c63554614120b6fb6c00617f0b5e988a2b9223/','2026-03-30 03:07:11','2026-03-30 03:07:11','0427ba7e-7617-4c4e-b2f6-79dfb636a307'),
(97744,5,NULL,'user_7a563afbba6a3a0ea58254a5c50d2b01adca1473','user_7a563afbba6a3a0ea58254a5c50d2b01adca1473/','2026-03-30 03:08:10','2026-03-30 03:08:10','856fe507-c8ee-49b0-979d-03c24af16c4d'),
(97745,5,NULL,'user_f54230a3e1d8d8c7ebf717e52b791225daccedd4','user_f54230a3e1d8d8c7ebf717e52b791225daccedd4/','2026-03-30 03:08:17','2026-03-30 03:08:17','6a882c62-9c1b-4ae0-aee0-b41127feba8a'),
(97746,5,NULL,'user_f96c2a4c9497009fb14c243c8a5ce7247dcdf0cc','user_f96c2a4c9497009fb14c243c8a5ce7247dcdf0cc/','2026-03-30 03:09:19','2026-03-30 03:09:19','da2ba750-431c-4847-93ea-e2741ddc211d'),
(97747,5,NULL,'user_26af5346312fbf1030fff966084239db4bb8ad43','user_26af5346312fbf1030fff966084239db4bb8ad43/','2026-03-30 03:09:42','2026-03-30 03:09:42','0fb2a724-e831-49d5-bf07-5ffb03b69b76'),
(97748,5,NULL,'user_9904941a080afacc888f3e6fd4117537859b9213','user_9904941a080afacc888f3e6fd4117537859b9213/','2026-03-30 03:13:12','2026-03-30 03:13:12','ebd62ea2-9acc-4b28-aefd-3635ecf8c850'),
(97749,5,NULL,'user_7f8a0a18b802bcafe7781a0b630db2683a490041','user_7f8a0a18b802bcafe7781a0b630db2683a490041/','2026-03-30 03:14:06','2026-03-30 03:14:06','d567999a-caab-462e-a120-d55be3a33047'),
(97750,5,NULL,'user_2fa448a8b2a49326de291c1591b8ee09875b3766','user_2fa448a8b2a49326de291c1591b8ee09875b3766/','2026-03-30 03:16:05','2026-03-30 03:16:05','f8fdadd2-7fdf-4d30-a074-0f92bce2b3fc'),
(97751,5,NULL,'user_868fcfcf445c66098a709e36490cb23c0680cc49','user_868fcfcf445c66098a709e36490cb23c0680cc49/','2026-03-30 03:16:20','2026-03-30 03:16:20','18a7791c-8c0d-475d-b990-89ce7d30d4fb'),
(97752,5,NULL,'user_657d228dc1c6b8a2d9b8a55f0877daeb89209ae7','user_657d228dc1c6b8a2d9b8a55f0877daeb89209ae7/','2026-03-30 03:17:47','2026-03-30 03:17:47','4bba1c11-f6d1-4efc-885c-ca039d77b1c5'),
(97753,5,NULL,'user_8b57abd3a4f89f154e5086dd525280234027a192','user_8b57abd3a4f89f154e5086dd525280234027a192/','2026-03-30 03:18:53','2026-03-30 03:18:53','8d84115b-b831-42c3-a5b3-a60a92edf644'),
(97754,5,NULL,'user_8a39ce54640b1de6cb6dc7724ab5e2e7ecd5772a','user_8a39ce54640b1de6cb6dc7724ab5e2e7ecd5772a/','2026-03-30 03:20:50','2026-03-30 03:20:50','a4ce2c07-f9f9-41f2-bbc7-ab7b9866b335'),
(97755,5,NULL,'user_8aafec992cab07f19fab301d0e412eba58530e18','user_8aafec992cab07f19fab301d0e412eba58530e18/','2026-03-30 03:22:07','2026-03-30 03:22:07','2e3b90a1-c5fd-4467-89bd-1da5af6547ad'),
(97756,5,NULL,'user_0b63f2a98ec092a3a6b12b9a8b10a36342367a06','user_0b63f2a98ec092a3a6b12b9a8b10a36342367a06/','2026-03-30 03:25:56','2026-03-30 03:25:56','de729753-1c4d-4fb0-8213-56068e935c28'),
(97757,5,NULL,'user_525f3e58469792fe624bd492b2d8a83eabb99d94','user_525f3e58469792fe624bd492b2d8a83eabb99d94/','2026-03-30 03:26:14','2026-03-30 03:26:14','45855b2b-45c3-40cc-947c-039635080b26'),
(97758,5,NULL,'user_78b119ba41395ba99f8e3ea98aca2250bbaad847','user_78b119ba41395ba99f8e3ea98aca2250bbaad847/','2026-03-30 03:26:44','2026-03-30 03:26:44','2bccb52b-d0ca-48fd-9e32-ad485c1facfe'),
(97759,5,NULL,'user_7a4e70315502464e1936d0a62f71741c7e78956c','user_7a4e70315502464e1936d0a62f71741c7e78956c/','2026-03-30 03:28:49','2026-03-30 03:28:49','0f855387-7c3b-40c9-b8e7-e59c7fcf4dd0'),
(97760,5,NULL,'user_55cd045bab1707c982f37e2a091dd55c3907ed8f','user_55cd045bab1707c982f37e2a091dd55c3907ed8f/','2026-03-30 03:28:54','2026-03-30 03:28:54','d57dff34-0f6e-4577-b131-5752774899b2'),
(97761,5,NULL,'user_7125341f25e92fe7eaf6eddd4b776bd36cc0d90a','user_7125341f25e92fe7eaf6eddd4b776bd36cc0d90a/','2026-03-30 03:29:29','2026-03-30 03:29:29','319c2dd1-9537-426f-9c27-3b9386a58f7c'),
(97762,5,NULL,'user_34908c5bb8cee7e48bf89e1eb4b686ea94b19a09','user_34908c5bb8cee7e48bf89e1eb4b686ea94b19a09/','2026-03-30 03:33:06','2026-03-30 03:33:06','80f66b9c-81d6-45da-8c71-fba29beea54f'),
(97763,5,NULL,'user_f9146ddce7fe080412dac2c17c4b44ed51f22179','user_f9146ddce7fe080412dac2c17c4b44ed51f22179/','2026-03-30 03:34:23','2026-03-30 03:34:23','4f971875-309f-4b76-8b21-2973f08aa908'),
(97764,5,NULL,'user_b661210734851f648bb6e360f57e1c9e77168b81','user_b661210734851f648bb6e360f57e1c9e77168b81/','2026-03-30 03:34:42','2026-03-30 03:34:42','dfb21fcb-20f8-4d44-86fd-c092f6652880'),
(97765,5,NULL,'user_09f81519a607ed206edbc9d575074f1539634f37','user_09f81519a607ed206edbc9d575074f1539634f37/','2026-03-30 03:35:44','2026-03-30 03:35:44','6f8d6959-ca51-42a3-b7e4-6447b52f1aac'),
(97766,5,NULL,'user_aca35f27a87f691d561225ba9b836542376f4d6d','user_aca35f27a87f691d561225ba9b836542376f4d6d/','2026-03-30 03:35:57','2026-03-30 03:35:57','d09ab974-3d89-4125-b149-3b353e201238'),
(97767,5,NULL,'user_9c126f40db97190dfffe9370dab65b6798aaef62','user_9c126f40db97190dfffe9370dab65b6798aaef62/','2026-03-30 03:40:54','2026-03-30 03:40:54','cec19796-204f-48f0-a6ad-d95842b3ba0c'),
(97768,5,NULL,'user_0dab6fcc54b33cb075e69bab887e16c017b61301','user_0dab6fcc54b33cb075e69bab887e16c017b61301/','2026-03-30 03:43:23','2026-03-30 03:43:23','24bf1f06-4da8-4cd2-b822-9dfeac08f082'),
(97769,5,NULL,'user_703502f92e694998b89cb01a759403d065f80f23','user_703502f92e694998b89cb01a759403d065f80f23/','2026-03-30 03:43:56','2026-03-30 03:43:56','ac78d9a1-12f1-4cbf-a34c-aa793a44769b'),
(97770,5,NULL,'user_c5e0c71c66c00c7df556708c182ca8581355f6fb','user_c5e0c71c66c00c7df556708c182ca8581355f6fb/','2026-03-30 03:44:10','2026-03-30 03:44:10','3592d2d9-8a45-40e2-9a61-2b12d7741e36'),
(97771,5,NULL,'user_7157135a61e2bdf6f33e18b3d29551e0374f04c7','user_7157135a61e2bdf6f33e18b3d29551e0374f04c7/','2026-03-30 03:44:20','2026-03-30 03:44:20','5fc9d678-60b2-4b3a-8033-476a57d95955'),
(97772,5,NULL,'user_3ca9e6903ccfc2b6ef3ad02c54b4e9a34f3595e9','user_3ca9e6903ccfc2b6ef3ad02c54b4e9a34f3595e9/','2026-03-30 03:48:36','2026-03-30 03:48:36','fc3d9362-e1a0-466d-8fc0-b0c713da7fa0'),
(97773,5,NULL,'user_84f07827464a261b9ab26fea34b01f2c20216da7','user_84f07827464a261b9ab26fea34b01f2c20216da7/','2026-03-30 03:51:42','2026-03-30 03:51:42','669f39e9-aa9a-41f1-a5cc-083a06432e6a'),
(97774,5,NULL,'user_4eddee9c079b6eb275c379b6c996610c7c83c97b','user_4eddee9c079b6eb275c379b6c996610c7c83c97b/','2026-03-30 03:54:25','2026-03-30 03:54:25','355f1449-888d-4bec-afd8-db99230a0c66'),
(97775,5,NULL,'user_bd5b8483c6ebfdacd8b1248ec145353b1632c23c','user_bd5b8483c6ebfdacd8b1248ec145353b1632c23c/','2026-03-30 03:55:39','2026-03-30 03:55:39','4228b931-46c7-4139-9475-7047075e4581'),
(97776,5,NULL,'user_7abe5969663dde1bd328d379dfc2554e13ed09c6','user_7abe5969663dde1bd328d379dfc2554e13ed09c6/','2026-03-30 03:59:39','2026-03-30 03:59:39','b3822801-babe-4bf2-a0aa-6272d449512d'),
(97777,5,NULL,'user_50426946f37283d362ee03b3de10b575b670efc7','user_50426946f37283d362ee03b3de10b575b670efc7/','2026-03-30 04:02:40','2026-03-30 04:02:40','feaf354c-6b35-49ca-a2bc-900909579c0c'),
(97778,5,NULL,'user_bd9b41ea1b10ff3d254df69db24d783ba46eab00','user_bd9b41ea1b10ff3d254df69db24d783ba46eab00/','2026-03-30 04:04:09','2026-03-30 04:04:09','a4ccab28-03e5-4b28-947b-4bafd4db2d7a'),
(97779,5,NULL,'user_473a2c22fd3bb6a9fbe6cda60ca7042b41f7fdaa','user_473a2c22fd3bb6a9fbe6cda60ca7042b41f7fdaa/','2026-03-30 04:04:26','2026-03-30 04:04:26','4b9d8d65-0820-46b8-a726-40ec125fbe25'),
(97780,5,NULL,'user_e9ba1c61f6a0b68ab4d5ea0573f41747cc65df2f','user_e9ba1c61f6a0b68ab4d5ea0573f41747cc65df2f/','2026-03-30 04:05:37','2026-03-30 04:05:37','6acd1633-bef3-4aa4-8619-dea772a634e3'),
(97781,5,NULL,'user_d02f514a6c261c7b8ed669e303dc4d9b33cde827','user_d02f514a6c261c7b8ed669e303dc4d9b33cde827/','2026-03-30 04:06:53','2026-03-30 04:06:53','e5c6fd6d-ff61-4233-a932-564edac9d5c0'),
(97782,5,NULL,'user_376878298840ca23452196148dcb3a44feb0823c','user_376878298840ca23452196148dcb3a44feb0823c/','2026-03-30 04:07:07','2026-03-30 04:07:07','04f1f17d-7b5c-41bf-b5c9-df457ed29ad0'),
(97783,5,NULL,'user_5336759a9bfaf0477dbe59c9bfa8e9953eab16ab','user_5336759a9bfaf0477dbe59c9bfa8e9953eab16ab/','2026-03-30 04:07:37','2026-03-30 04:07:37','8d550390-a121-4b04-956f-1a4dae8b2f49'),
(97784,5,NULL,'user_d6de363554aa14a7aba61e754e95fe12a3d39005','user_d6de363554aa14a7aba61e754e95fe12a3d39005/','2026-03-30 04:10:32','2026-03-30 04:10:32','4a5efb66-c7ee-4e08-b163-2c8c30dfac81'),
(97785,5,NULL,'user_5a05487340e43e83c1cd53c2f410b435f139e21f','user_5a05487340e43e83c1cd53c2f410b435f139e21f/','2026-03-30 04:11:53','2026-03-30 04:11:53','e7aceb33-3231-437c-a34a-306506546288'),
(97786,5,NULL,'user_1d93a342f7cd35c0cd4b111eb539568f961234b3','user_1d93a342f7cd35c0cd4b111eb539568f961234b3/','2026-03-30 04:12:27','2026-03-30 04:12:27','6a074b6c-1220-4310-a967-b9ca9192a565'),
(97787,5,NULL,'user_9a37bdc08eee030e5a490ac6153aa52c0a3583c0','user_9a37bdc08eee030e5a490ac6153aa52c0a3583c0/','2026-03-30 04:14:53','2026-03-30 04:14:53','5a768ba4-bcc3-45e6-ad75-48c5a9331db2'),
(97788,5,NULL,'user_044125e2099e3a101115c454987e126eefe31d22','user_044125e2099e3a101115c454987e126eefe31d22/','2026-03-30 04:14:59','2026-03-30 04:14:59','29b9d193-b4a0-4647-b728-a55de088d197'),
(97789,5,NULL,'user_f094c27fd42977e8488bc39020775b7af60a73c8','user_f094c27fd42977e8488bc39020775b7af60a73c8/','2026-03-30 04:20:22','2026-03-30 04:20:22','2d2dca32-6884-465a-aca2-189612f508f6'),
(97790,5,NULL,'user_c3cd7b5d63545fc2dab1456ca1af4e54dab5962f','user_c3cd7b5d63545fc2dab1456ca1af4e54dab5962f/','2026-03-30 04:27:07','2026-03-30 04:27:07','e41eef6a-c344-411f-a58a-b354180eb1c1'),
(97791,5,NULL,'user_e535458e753fa7ea9dbdb18b0cdf82473c9130ca','user_e535458e753fa7ea9dbdb18b0cdf82473c9130ca/','2026-03-30 04:30:05','2026-03-30 04:30:05','90caa88b-fae7-4e73-be32-c091afeb4269'),
(97792,5,NULL,'user_ada5f146994e8f1b6a8360d0afb2a3b7ab84ae60','user_ada5f146994e8f1b6a8360d0afb2a3b7ab84ae60/','2026-03-30 04:31:35','2026-03-30 04:31:35','c7895272-d698-4777-87c2-ee2296ade026'),
(97793,5,NULL,'user_4f4e28ef1e54cff3c2e99643fc3922f376db29ef','user_4f4e28ef1e54cff3c2e99643fc3922f376db29ef/','2026-03-30 04:34:06','2026-03-30 04:34:06','c3f9587d-64a1-4fda-8408-df4196dfa40e'),
(97794,5,NULL,'user_5edc41d8c5e7aa26eea7082ca9f75ba5229b053c','user_5edc41d8c5e7aa26eea7082ca9f75ba5229b053c/','2026-03-30 04:35:17','2026-03-30 04:35:17','1d2dc1d1-c5ef-4367-a5e9-dcf6331984fe'),
(97795,5,NULL,'user_abf2f68bd39e9d550bd12c422a25c66d3dae7cbd','user_abf2f68bd39e9d550bd12c422a25c66d3dae7cbd/','2026-03-30 04:40:39','2026-03-30 04:40:39','758c7b14-0a16-4311-b8df-8f7e2ca29413'),
(97796,5,NULL,'user_c7f94ae82c4ba60d891f86e9b3ba13671ca718b1','user_c7f94ae82c4ba60d891f86e9b3ba13671ca718b1/','2026-03-30 04:41:57','2026-03-30 04:41:57','3a7bd2ce-a3ea-4f39-ab74-08ccfb186002'),
(97797,5,NULL,'user_bc1a7fddc63601da66fcaf3a7e0ae3bb6b51338e','user_bc1a7fddc63601da66fcaf3a7e0ae3bb6b51338e/','2026-03-30 04:42:05','2026-03-30 04:42:05','f0895fc8-cd8d-49ab-9d23-58e79ef468bf'),
(97798,5,NULL,'user_b047c970eb0b2f288f0df5673cded7d17f7a2f0e','user_b047c970eb0b2f288f0df5673cded7d17f7a2f0e/','2026-03-30 04:42:48','2026-03-30 04:42:48','c6aa100a-7254-45e0-96df-6c5b6c9741d9'),
(97799,5,NULL,'user_051a33996a30522fab1d683c492c1f171d096392','user_051a33996a30522fab1d683c492c1f171d096392/','2026-03-30 04:44:11','2026-03-30 04:44:11','ba3621e4-dc3f-40b2-8e98-753785708b06'),
(97800,5,NULL,'user_d03d10765b62ee951b148f8ce24ae865a25da343','user_d03d10765b62ee951b148f8ce24ae865a25da343/','2026-03-30 04:45:44','2026-03-30 04:45:44','7a54b2e3-9e6e-4263-9eb8-4d980367c76f'),
(97801,5,NULL,'user_5d5e994fe199e5d039a484c27538460dfddde5c5','user_5d5e994fe199e5d039a484c27538460dfddde5c5/','2026-03-30 04:46:41','2026-03-30 04:46:41','a2b9aac5-711b-4426-86d1-ce2a4039ce12'),
(97802,5,NULL,'user_34e2a2951066e0d2f73ca8eb369ea432f77f57fd','user_34e2a2951066e0d2f73ca8eb369ea432f77f57fd/','2026-03-30 04:51:54','2026-03-30 04:51:54','b1c80cfb-ad56-40c5-acb9-226bee6a29e8'),
(97803,5,NULL,'user_ad1399c8c2f8d15e64df21fc70d2d8fe26710066','user_ad1399c8c2f8d15e64df21fc70d2d8fe26710066/','2026-03-30 04:52:46','2026-03-30 04:52:46','c5bde3fd-2b82-443b-9477-deaa8c42c0a6'),
(97804,5,NULL,'user_371890431db2db1dd77092672497d83a5c143957','user_371890431db2db1dd77092672497d83a5c143957/','2026-03-30 04:56:27','2026-03-30 04:56:27','f5c8053a-66e9-467c-b22e-e8d23abb8d7a'),
(97805,5,NULL,'user_90098ec1249400e17853025ad3c22fb70629e85f','user_90098ec1249400e17853025ad3c22fb70629e85f/','2026-03-30 04:56:35','2026-03-30 04:56:35','506b1963-7421-47a8-a346-d1bbf33267ad'),
(97806,5,NULL,'user_a620d1daff4c35d4f8917aabf1a110cf73f1fab1','user_a620d1daff4c35d4f8917aabf1a110cf73f1fab1/','2026-03-30 04:56:42','2026-03-30 04:56:42','7551631a-77c3-454c-8903-b2646cd1adc3'),
(97807,5,NULL,'user_35a41df909d964ab69311057f0194c700fcbfccc','user_35a41df909d964ab69311057f0194c700fcbfccc/','2026-03-30 04:56:56','2026-03-30 04:56:56','250f5047-53b4-40f6-b4c2-a2346319624b'),
(97808,5,NULL,'user_2cfc8e92bb2a2e2df67d5d210ceb6cbe94ac30f1','user_2cfc8e92bb2a2e2df67d5d210ceb6cbe94ac30f1/','2026-03-30 04:57:11','2026-03-30 04:57:11','853483b5-2415-40d5-a459-f5bd2103f547'),
(97809,5,NULL,'user_2bceb062a96df2e3e183e71b630d83bda5c170bc','user_2bceb062a96df2e3e183e71b630d83bda5c170bc/','2026-03-30 04:57:35','2026-03-30 04:57:35','b2930d2a-de54-4673-a8c3-eefd8fb4a268'),
(97810,5,NULL,'user_b782b8ec508ac83e409967a1a96813aeabfcf5e6','user_b782b8ec508ac83e409967a1a96813aeabfcf5e6/','2026-03-30 04:57:36','2026-03-30 04:57:36','4c91d51f-2acb-468f-97fc-9e4c98c2f639'),
(97811,5,NULL,'user_78a57e03cf96e9753e7d91a0f9794eb6eee6d296','user_78a57e03cf96e9753e7d91a0f9794eb6eee6d296/','2026-03-30 04:57:58','2026-03-30 04:57:58','05b52efb-e213-49cb-9bce-147a5e0afb57'),
(97812,5,NULL,'user_022d92a2a711a6467ee71ef92cb031554c369aea','user_022d92a2a711a6467ee71ef92cb031554c369aea/','2026-03-30 04:58:24','2026-03-30 04:58:24','7bcea904-01e9-4b54-8c82-8646f66d0c33'),
(97813,5,NULL,'user_3ae2aca5c11c2fda6f4e8b5d4c961e5a118d4bc8','user_3ae2aca5c11c2fda6f4e8b5d4c961e5a118d4bc8/','2026-03-30 05:00:42','2026-03-30 05:00:42','7c20a4fd-3cb7-4758-bd95-abec7192118b'),
(97814,5,NULL,'user_25bfb4a8b322ba72604a5ba299a8b825d79d1443','user_25bfb4a8b322ba72604a5ba299a8b825d79d1443/','2026-03-30 05:02:06','2026-03-30 05:02:06','fd9c78d4-4e44-42f5-9f29-108d30d41b35'),
(97815,5,NULL,'user_3b1cfaa921942b9540c9d2501c0fb72e7818a2fd','user_3b1cfaa921942b9540c9d2501c0fb72e7818a2fd/','2026-03-30 05:02:12','2026-03-30 05:02:12','2636c172-26f8-4eb1-be79-683bc6564a8d'),
(97816,5,NULL,'user_a54f773420656a50bc8f8c52f55142fca32cee8a','user_a54f773420656a50bc8f8c52f55142fca32cee8a/','2026-03-30 05:02:50','2026-03-30 05:02:50','155fc0de-05d7-49ba-a14f-3dc326b9f1da'),
(97817,5,NULL,'user_678c310859ea055e97a9d42ee07f1e426bbdd3ad','user_678c310859ea055e97a9d42ee07f1e426bbdd3ad/','2026-03-30 05:05:36','2026-03-30 05:05:36','9fee2908-f5fd-4162-8203-649778f3e454'),
(97818,5,NULL,'user_c1339263de9c0b7665ecd285d9623a330a7e9f97','user_c1339263de9c0b7665ecd285d9623a330a7e9f97/','2026-03-30 05:06:53','2026-03-30 05:06:53','d801ff4f-9ce4-4227-a970-7f7348b199e8'),
(97819,5,NULL,'user_f51f8282dca789d84940eb2f2a44db0b2a859e1c','user_f51f8282dca789d84940eb2f2a44db0b2a859e1c/','2026-03-30 05:07:52','2026-03-30 05:07:52','0520e4ba-fff8-4904-9c8e-ee2ccda93301'),
(97820,5,NULL,'user_3288a2d42ce5440f19360d4dd225c9e2509a1153','user_3288a2d42ce5440f19360d4dd225c9e2509a1153/','2026-03-30 05:13:40','2026-03-30 05:13:40','3abb3a52-a234-4574-b41f-abc5d4cee786'),
(97821,5,NULL,'user_11b982542050dc4d6ff5d9b771dfb889b1a102da','user_11b982542050dc4d6ff5d9b771dfb889b1a102da/','2026-03-30 05:18:07','2026-03-30 05:18:07','d876e6b5-f134-4142-9137-ce9c847b4419'),
(97822,5,NULL,'user_47e48b4a321982edc3480cd214f1551060ee1d62','user_47e48b4a321982edc3480cd214f1551060ee1d62/','2026-03-30 05:18:55','2026-03-30 05:18:55','7eb92a62-c251-40f5-9b7c-b074d22e04a7'),
(97823,5,NULL,'user_2cb674d619110f7833c1cdcc0f56a78ba134fb10','user_2cb674d619110f7833c1cdcc0f56a78ba134fb10/','2026-03-30 05:18:58','2026-03-30 05:18:58','290a456e-7d77-4a61-9864-4423bda318d9'),
(97824,5,NULL,'user_95c4ca3e59157e2f36a682e939f0ff67c090e5ff','user_95c4ca3e59157e2f36a682e939f0ff67c090e5ff/','2026-03-30 05:19:33','2026-03-30 05:19:33','986774b6-9c82-445e-8042-7e28753b6622'),
(97825,5,NULL,'user_07b196d7a54742a1292549915a205d28d1f5f58d','user_07b196d7a54742a1292549915a205d28d1f5f58d/','2026-03-30 05:19:58','2026-03-30 05:19:58','4468b71b-8dfe-499d-8251-669574c5dedc'),
(97826,5,NULL,'user_cf8f176c007c67ceb5f7fbc55feb6ee2a85bc0ff','user_cf8f176c007c67ceb5f7fbc55feb6ee2a85bc0ff/','2026-03-30 05:19:59','2026-03-30 05:19:59','4d0c6140-a896-4a00-b17b-67405d7f6490'),
(97827,5,NULL,'user_a020bbacbc2bcbb28933e158efbaea2ea58ebc30','user_a020bbacbc2bcbb28933e158efbaea2ea58ebc30/','2026-03-30 05:21:40','2026-03-30 05:21:40','ee20906a-e313-4d5a-928f-03311ce7be04'),
(97828,5,NULL,'user_d7a5a49497714753c64c111e9ee9c3a91084f70c','user_d7a5a49497714753c64c111e9ee9c3a91084f70c/','2026-03-30 05:23:04','2026-03-30 05:23:04','8c0709de-fd3a-429e-a362-b4ad79a0f1c3'),
(97829,5,NULL,'user_269831c597b23ff02c2da4e2778d691126dc9658','user_269831c597b23ff02c2da4e2778d691126dc9658/','2026-03-30 05:25:40','2026-03-30 05:25:40','737a8072-60d0-48ff-a228-aee20928f604'),
(97830,5,NULL,'user_098bbd5222dbc2f79930c8fae9d96b0ecc0b34f4','user_098bbd5222dbc2f79930c8fae9d96b0ecc0b34f4/','2026-03-30 05:30:58','2026-03-30 05:30:58','d806bf51-a610-46e6-b049-d8a7d193fb19'),
(97831,5,NULL,'user_efb4d23e9fc427667d6471909a4d84f0152279a1','user_efb4d23e9fc427667d6471909a4d84f0152279a1/','2026-03-30 05:31:04','2026-03-30 05:31:04','934a258c-f6f1-4bb7-ac1c-9dbc5a58a65a'),
(97832,5,NULL,'user_2d1f5c39b19a46afbefe200dc355a98fc7e4625c','user_2d1f5c39b19a46afbefe200dc355a98fc7e4625c/','2026-03-30 05:32:44','2026-03-30 05:32:44','dd0c516f-b2be-4249-88ea-2799d93ee0e2'),
(97833,5,NULL,'user_a24e3b024ac403e54d01785f88290ab806c2bc11','user_a24e3b024ac403e54d01785f88290ab806c2bc11/','2026-03-30 05:32:45','2026-03-30 05:32:45','f9040db1-7f13-48da-859a-dc76c0440951'),
(97834,5,NULL,'user_31d9dde434a206877787d77f1da6b296b11cbf46','user_31d9dde434a206877787d77f1da6b296b11cbf46/','2026-03-30 05:34:36','2026-03-30 05:34:36','9aac83ea-2e36-4496-a194-55a73e998127'),
(97835,5,NULL,'user_1d6c059daf1fb3796a86ded62b34b4527242419b','user_1d6c059daf1fb3796a86ded62b34b4527242419b/','2026-03-30 05:34:50','2026-03-30 05:34:50','916cdb40-4603-474c-bd6d-0db70e4fdfed'),
(97836,5,NULL,'user_54e22207d0068dcb71fe5b08fcaffa55a3ff9ba5','user_54e22207d0068dcb71fe5b08fcaffa55a3ff9ba5/','2026-03-30 05:35:18','2026-03-30 05:35:18','26b275b6-fcc0-4317-80c5-8ece616bae4c'),
(97837,5,NULL,'user_4854ac0085daee7cb11f664f925728c6d3f46ede','user_4854ac0085daee7cb11f664f925728c6d3f46ede/','2026-03-30 05:35:39','2026-03-30 05:35:39','774e313b-b90e-4213-93aa-a32e639a88c5'),
(97838,5,NULL,'user_760e79cadec2850d8e4283cc1e350e581b200040','user_760e79cadec2850d8e4283cc1e350e581b200040/','2026-03-30 05:40:21','2026-03-30 05:40:21','c98bd336-bf34-444b-a54f-a8640ec976d8'),
(97839,5,NULL,'user_d551c9b8cc25e245836000e45d6fd0109e84f5b3','user_d551c9b8cc25e245836000e45d6fd0109e84f5b3/','2026-03-30 05:40:59','2026-03-30 05:40:59','faef3a0b-8dff-4e71-9c3d-fe76fc16dea3'),
(97840,5,NULL,'user_bedc9017dd6b6f67ac34b39ed6a101b6cd80792c','user_bedc9017dd6b6f67ac34b39ed6a101b6cd80792c/','2026-03-30 05:42:57','2026-03-30 05:42:57','048de493-35ba-4a1d-a6a4-151f75626fee'),
(97841,5,NULL,'user_99916c06c626b5198c4a8ba478040e80c50a840e','user_99916c06c626b5198c4a8ba478040e80c50a840e/','2026-03-30 05:48:48','2026-03-30 05:48:48','ca04137d-58e0-4746-a45d-e1665d0fcc8f'),
(97842,5,NULL,'user_77fb930a4d34dc80851a50a37dcd002e370b1080','user_77fb930a4d34dc80851a50a37dcd002e370b1080/','2026-03-30 05:52:23','2026-03-30 05:52:23','74f2b178-870e-40be-8eb2-61d8c6c29b84'),
(97843,5,NULL,'user_894f73d4787d64a02a24d90dbd41d73ed46c1a05','user_894f73d4787d64a02a24d90dbd41d73ed46c1a05/','2026-03-30 05:53:36','2026-03-30 05:53:36','47a235a6-8a00-4c32-9a8e-27a96a1c8601'),
(97844,5,NULL,'user_71de58b1402ec0f44e6b1564cb29d19cf519a2bc','user_71de58b1402ec0f44e6b1564cb29d19cf519a2bc/','2026-03-30 05:54:42','2026-03-30 05:54:42','78ca3c8f-724d-4489-8b2f-fa7f6e3428c2'),
(97845,5,NULL,'user_63b6d52af858a085a5dadd8abed34f130e02e275','user_63b6d52af858a085a5dadd8abed34f130e02e275/','2026-03-30 05:54:51','2026-03-30 05:54:51','6767271e-370f-465d-b333-ee3de3cee5f4'),
(97846,5,NULL,'user_61d692673ea768c633015b9236017f1a126ab0a4','user_61d692673ea768c633015b9236017f1a126ab0a4/','2026-03-30 05:55:40','2026-03-30 05:55:40','19e69736-4573-4876-bba7-9eef7504aa06'),
(97847,5,NULL,'user_236d4c8e61d4392f2a246c299f29f64366fa44f6','user_236d4c8e61d4392f2a246c299f29f64366fa44f6/','2026-03-30 05:58:05','2026-03-30 05:58:05','f7fc0b77-933e-45ca-bed5-259065d2a41e'),
(97848,5,NULL,'user_957417ea32aae638ce1a1607b789475307fd7bca','user_957417ea32aae638ce1a1607b789475307fd7bca/','2026-03-30 05:59:34','2026-03-30 05:59:34','9721d2a8-8886-4691-8176-36f347646fff'),
(97849,5,NULL,'user_4f64972357eabb7505193637478546d3f4ebbea0','user_4f64972357eabb7505193637478546d3f4ebbea0/','2026-03-30 05:59:38','2026-03-30 05:59:38','df567110-4b01-4f63-ada5-316b41927c84'),
(97850,5,NULL,'user_0d40e5fb52cd350d207d5ef0201bb02947cbef70','user_0d40e5fb52cd350d207d5ef0201bb02947cbef70/','2026-03-30 05:59:50','2026-03-30 05:59:50','0e2a64a6-9cde-4041-a19d-ca075f0e29c6'),
(97851,5,NULL,'user_3aed70aaf74828dac5adcfe75fa3620a94efbea6','user_3aed70aaf74828dac5adcfe75fa3620a94efbea6/','2026-03-30 06:00:16','2026-03-30 06:00:16','eda19e29-d9f1-422a-956e-8b95e256ffea'),
(97852,5,NULL,'user_9c86faea4b09f426802364104a06f72e878136b6','user_9c86faea4b09f426802364104a06f72e878136b6/','2026-03-30 06:03:27','2026-03-30 06:03:27','05db9491-d68d-458c-ae43-105cffc8df43'),
(97853,5,NULL,'user_38d59882d3df6335eb5bdbb9242bb99b39bddc1d','user_38d59882d3df6335eb5bdbb9242bb99b39bddc1d/','2026-03-30 06:07:38','2026-03-30 06:07:38','181cfdef-a263-4a86-9473-b427d735e114'),
(97854,5,NULL,'user_49b425262bc2bb5a57f79065cf40b5880721c9d6','user_49b425262bc2bb5a57f79065cf40b5880721c9d6/','2026-03-30 06:07:51','2026-03-30 06:07:51','90d59eb8-1e9b-4da7-add7-7dc3f1f6bb21'),
(97855,5,NULL,'user_ad9b6b7addd67a44eff89ddfdebee17f170f63ed','user_ad9b6b7addd67a44eff89ddfdebee17f170f63ed/','2026-03-30 06:17:52','2026-03-30 06:17:52','3a81d51d-d80b-42df-87eb-b0d1f56ee7d8'),
(97856,5,NULL,'user_1855ff9a0691e8dc815c1132f4d6130a1559aed5','user_1855ff9a0691e8dc815c1132f4d6130a1559aed5/','2026-03-30 06:18:39','2026-03-30 06:18:39','262dbb4a-5aaa-4814-90b0-ac280620e34b'),
(97857,5,NULL,'user_8bc78a6d7d2c5ab702adaf997e5be67cfe87ac1a','user_8bc78a6d7d2c5ab702adaf997e5be67cfe87ac1a/','2026-03-30 06:25:15','2026-03-30 06:25:15','9e353584-229e-4f95-ba87-9e61f5ddae9d'),
(97858,5,NULL,'user_5ed9b60b143c72a158a875d34ccf47f4d61a1102','user_5ed9b60b143c72a158a875d34ccf47f4d61a1102/','2026-03-30 06:29:48','2026-03-30 06:29:48','a607727e-dd72-4fdb-97a3-77cc2a6e06f6'),
(97859,5,NULL,'user_8ef5629fa7e4dea27150683eb6e7385de1d0af75','user_8ef5629fa7e4dea27150683eb6e7385de1d0af75/','2026-03-30 06:37:22','2026-03-30 06:37:22','ae2693e9-7bf5-427a-a79e-978bf23c0cf5'),
(97860,5,NULL,'user_a8553675797ac0911d4ed64b1d6c8c106f50b524','user_a8553675797ac0911d4ed64b1d6c8c106f50b524/','2026-03-30 06:42:02','2026-03-30 06:42:02','beb78a5a-1158-4660-aec8-0e1a01e1ac8c'),
(97861,5,NULL,'user_731e7a8a6b3b31d133ea956de4801c2d8575cde9','user_731e7a8a6b3b31d133ea956de4801c2d8575cde9/','2026-03-30 06:42:45','2026-03-30 06:42:45','2baefb32-772a-4d27-b260-989e8f99bfee'),
(97862,5,NULL,'user_4ec8085862e2499bece8d55cdcdbd30cd3ee58bf','user_4ec8085862e2499bece8d55cdcdbd30cd3ee58bf/','2026-03-30 06:44:08','2026-03-30 06:44:08','42726aa9-23b6-4ed7-9a46-753671cde7e2'),
(97863,5,NULL,'user_c240ea8ea5e664480e0e47831937717b08828857','user_c240ea8ea5e664480e0e47831937717b08828857/','2026-03-30 06:44:09','2026-03-30 06:44:09','7b058099-5a17-4a70-b2dc-0cf9d7fd977a'),
(97864,5,NULL,'user_3292620a38e0996c707b6d9a08dd94e4bec3627a','user_3292620a38e0996c707b6d9a08dd94e4bec3627a/','2026-03-30 06:47:09','2026-03-30 06:47:09','77ac196d-1833-4286-be1f-6611973643c1'),
(97865,5,NULL,'user_b5b3be73ed41c705fc37986579afd42aa188b22b','user_b5b3be73ed41c705fc37986579afd42aa188b22b/','2026-03-30 06:48:18','2026-03-30 06:48:18','ffeae09e-7821-469e-a91c-42a52794c4aa'),
(97866,5,NULL,'user_48c30099a32285ae84e6f0ade4abdde13347faf3','user_48c30099a32285ae84e6f0ade4abdde13347faf3/','2026-03-30 06:48:30','2026-03-30 06:48:30','4932da64-218e-4ea1-a791-e41fc22b2adc'),
(97867,5,NULL,'user_ac591b5eb172d62fca8cedfc2376985eca836d3f','user_ac591b5eb172d62fca8cedfc2376985eca836d3f/','2026-03-30 06:49:26','2026-03-30 06:49:26','379bdb32-2b13-4256-9543-6f062c6adf98'),
(97868,5,NULL,'user_5caea4e6d4158509dfd1981d19bc4850ba6f4f04','user_5caea4e6d4158509dfd1981d19bc4850ba6f4f04/','2026-03-30 06:51:09','2026-03-30 06:51:09','ba571f68-ba6f-4409-a5f2-cebf521bbac3'),
(97869,5,NULL,'user_866a10203522a40f997ccf2419ae4b911b8fbb80','user_866a10203522a40f997ccf2419ae4b911b8fbb80/','2026-03-30 06:51:40','2026-03-30 06:51:40','ff1f4cc0-2550-4947-b049-f4ea83a6d7b5'),
(97870,5,NULL,'user_a53ee61c58acbb2c6dbb9ac3a3166f9c90048a2d','user_a53ee61c58acbb2c6dbb9ac3a3166f9c90048a2d/','2026-03-30 06:51:41','2026-03-30 06:51:41','3d3bd313-b43c-41c8-9f4c-5f5999e06a7e'),
(97871,5,NULL,'user_280314b13ac1c6a4a6c44fabb9d07327e17264b2','user_280314b13ac1c6a4a6c44fabb9d07327e17264b2/','2026-03-30 06:55:02','2026-03-30 06:55:02','5daebffd-27ff-4812-a3b9-fb42e7ebafee'),
(97872,5,NULL,'user_e29abd2cbd519ca48273e42853646fcb4a88b61e','user_e29abd2cbd519ca48273e42853646fcb4a88b61e/','2026-03-30 06:57:48','2026-03-30 06:57:48','f4b58ebf-1018-40d6-8af8-a38fa29e932e'),
(97873,5,NULL,'user_c5b853d4bd758d774511763416e36ad0fe3d5cd8','user_c5b853d4bd758d774511763416e36ad0fe3d5cd8/','2026-03-30 06:58:25','2026-03-30 06:58:25','a519560f-93a4-492a-830e-eef66f1b57da'),
(97874,5,NULL,'user_da05d4ff1f46d9340b783457c726bcc4b6f7ed69','user_da05d4ff1f46d9340b783457c726bcc4b6f7ed69/','2026-03-30 07:06:04','2026-03-30 07:06:04','2f8327ab-21ac-419a-b8c4-b3a2e036a09a'),
(97875,5,NULL,'user_cd4a77cba07e939a01fe38a8fc7677183e21bcf4','user_cd4a77cba07e939a01fe38a8fc7677183e21bcf4/','2026-03-30 07:09:36','2026-03-30 07:09:36','b9ba6657-370d-4d3f-8e7d-1881af56e007'),
(97876,5,NULL,'user_dd3adc34d257b514741be2af971d832cd72d6558','user_dd3adc34d257b514741be2af971d832cd72d6558/','2026-03-30 07:10:12','2026-03-30 07:10:12','ff62a036-bbd1-4d7c-a4af-3c330ef4c89c'),
(97877,5,NULL,'user_44a90b38c09784ed0e60785cf111afb961106158','user_44a90b38c09784ed0e60785cf111afb961106158/','2026-03-30 07:17:17','2026-03-30 07:17:17','aa93ada0-f0b4-49b7-80c8-fda24b760ad9'),
(97878,5,NULL,'user_1c0af310c61d05589634aedbf5f54a16cb24a712','user_1c0af310c61d05589634aedbf5f54a16cb24a712/','2026-03-30 07:20:23','2026-03-30 07:20:23','03c3e0fd-e017-4c87-87d9-7d9fe063c0b3'),
(97879,5,NULL,'user_2498eb59075bbb40527a6a453454927538dd9b04','user_2498eb59075bbb40527a6a453454927538dd9b04/','2026-03-30 07:21:28','2026-03-30 07:21:28','3888eb7a-aa04-4a13-ba48-1d1daf7e13fa'),
(97880,5,NULL,'user_7d4ebb5839d2ce6039dfb09e7a801a8746450388','user_7d4ebb5839d2ce6039dfb09e7a801a8746450388/','2026-03-30 07:21:43','2026-03-30 07:21:43','9a576640-d7b6-4dd4-9e8f-b95b8a8b90a7'),
(97881,5,NULL,'user_3564fe7ec765b63aa56578b6f9ebbbb68cef5793','user_3564fe7ec765b63aa56578b6f9ebbbb68cef5793/','2026-03-30 07:28:15','2026-03-30 07:28:15','9ba2d282-dead-47ac-882b-da304904fcef'),
(97882,5,NULL,'user_28792f0829d7e4d759f97193e620716d18f44532','user_28792f0829d7e4d759f97193e620716d18f44532/','2026-03-30 07:28:23','2026-03-30 07:28:23','f6776b77-0c91-4166-8351-73c3770af2fb'),
(97883,5,NULL,'user_45ed50dcc185588475a86a568d86662e49e153cc','user_45ed50dcc185588475a86a568d86662e49e153cc/','2026-03-30 07:30:44','2026-03-30 07:30:44','db66a79b-794a-48f2-b099-c7934319ae1b'),
(97884,5,NULL,'user_296d868d432fabc6d5f5dae2696bc9081a5df4d8','user_296d868d432fabc6d5f5dae2696bc9081a5df4d8/','2026-03-30 07:32:05','2026-03-30 07:32:05','0b559617-eba4-4e8b-b8c7-96ded7b6f173'),
(97885,5,NULL,'user_93a5811f8e06bbd9a6527473f266582e26c8ca93','user_93a5811f8e06bbd9a6527473f266582e26c8ca93/','2026-03-30 07:32:48','2026-03-30 07:32:48','79004c36-1888-46da-9291-ffb699a76fd1'),
(97886,5,NULL,'user_7d028298a7e9acadf8372d6181898514d2852dcb','user_7d028298a7e9acadf8372d6181898514d2852dcb/','2026-03-30 07:34:17','2026-03-30 07:34:17','25614bad-9396-436f-a3d0-538f72f7a85e'),
(97887,5,NULL,'user_d037a7a7d912fd47c16736e13bfaffec80762ff3','user_d037a7a7d912fd47c16736e13bfaffec80762ff3/','2026-03-30 07:37:32','2026-03-30 07:37:32','3fa27904-7083-4fd9-84ce-6d41f22a74d0'),
(97888,5,NULL,'user_6af50187a572d80d68e69b1643125b2fd3d15c7c','user_6af50187a572d80d68e69b1643125b2fd3d15c7c/','2026-03-30 07:42:40','2026-03-30 07:42:40','205a50aa-ccb7-49e0-9302-91686c846d64'),
(97889,5,NULL,'user_f950ec5100b5080e7f99dbb32aea65d49de84182','user_f950ec5100b5080e7f99dbb32aea65d49de84182/','2026-03-30 07:43:59','2026-03-30 07:43:59','731eb8a5-bc11-4ce7-abd6-26144027ecab'),
(97890,5,NULL,'user_6aa1df53d2c740ba1ca14b86f671ffc28b942801','user_6aa1df53d2c740ba1ca14b86f671ffc28b942801/','2026-03-30 07:46:51','2026-03-30 07:46:51','9ce11c0a-fdf9-4265-b50b-8d05deeaf4a6'),
(97891,5,NULL,'user_8110c19fd57756869d8fa430788a80e2f8ed38bf','user_8110c19fd57756869d8fa430788a80e2f8ed38bf/','2026-03-30 07:48:20','2026-03-30 07:48:20','11819601-3c0f-434e-9bf4-309348fa1af4'),
(97892,5,NULL,'user_20e2ef26c0c5d494b46a1338d3ba4803038f64e7','user_20e2ef26c0c5d494b46a1338d3ba4803038f64e7/','2026-03-30 07:49:02','2026-03-30 07:49:02','0b880371-40fd-4903-a3e6-e04a4af5772c'),
(97893,5,NULL,'user_9e8afe72a113d8b2cb7bbcff97408b1ae2ad6541','user_9e8afe72a113d8b2cb7bbcff97408b1ae2ad6541/','2026-03-30 07:53:09','2026-03-30 07:53:09','9bc5ede5-2bac-437a-b33d-663eea690eaf'),
(97894,5,NULL,'user_096b941dfd316cbf8fbdf277676266043831fe3f','user_096b941dfd316cbf8fbdf277676266043831fe3f/','2026-03-30 07:54:16','2026-03-30 07:54:16','e2bad441-db6a-4b8a-8e01-24e00e6d093e'),
(97895,5,NULL,'user_e0f0995ebf0563ee6d9fce36de8958756c4d8913','user_e0f0995ebf0563ee6d9fce36de8958756c4d8913/','2026-03-30 07:59:43','2026-03-30 07:59:43','a357813c-a22a-45dd-8615-018727b51640'),
(97896,5,NULL,'user_2c90388b8416ab8bccfc46dd900ec646d1380f25','user_2c90388b8416ab8bccfc46dd900ec646d1380f25/','2026-03-30 08:00:16','2026-03-30 08:00:16','f1b1ac62-4cc4-40f7-8023-19999acbe967'),
(97897,5,NULL,'user_bcf1f55d85ee2d8bab8c74e429266c11ab66db8a','user_bcf1f55d85ee2d8bab8c74e429266c11ab66db8a/','2026-03-30 08:00:58','2026-03-30 08:00:58','dec636bc-314f-4a4f-bbd4-5849783eab10'),
(97898,5,NULL,'user_8eb69f12dc07f23df5f8f7f0b0cd2563206d4f30','user_8eb69f12dc07f23df5f8f7f0b0cd2563206d4f30/','2026-03-30 08:02:00','2026-03-30 08:02:00','5e4d77aa-b5ed-4814-bfb0-65e1fc762279'),
(97899,5,NULL,'user_9e0d2514bd4c7289f64647b4d3a25bb6430bf781','user_9e0d2514bd4c7289f64647b4d3a25bb6430bf781/','2026-03-30 08:04:30','2026-03-30 08:04:30','1133945e-5252-473f-96cb-4f455180814b'),
(97900,5,NULL,'user_d7ef3a66193dd7a47bb1b59c874650e5e58a67c7','user_d7ef3a66193dd7a47bb1b59c874650e5e58a67c7/','2026-03-30 08:08:11','2026-03-30 08:08:11','633d4db8-98e5-4cc1-8034-73dd14e0fc2f'),
(97901,5,NULL,'user_ed598258f6dc4126b5b499b72109557228a6c6eb','user_ed598258f6dc4126b5b499b72109557228a6c6eb/','2026-03-30 08:12:26','2026-03-30 08:12:26','a361b5a5-3b87-46b0-ba08-854f7c40fdd4'),
(97902,5,NULL,'user_615971461de80d5d085f34ec13c9095f4fd42228','user_615971461de80d5d085f34ec13c9095f4fd42228/','2026-03-30 08:14:19','2026-03-30 08:14:19','1d70bcea-7a37-4d80-a9ec-65278435c220'),
(97903,5,NULL,'user_4da9982a0a9e71faa7ea665772d072d314eb0c12','user_4da9982a0a9e71faa7ea665772d072d314eb0c12/','2026-03-30 08:15:44','2026-03-30 08:15:44','bc9c42b4-8b6c-48b3-8fa2-72e0c9d5a0a6'),
(97904,5,NULL,'user_7139eb55def8dabcf733b9c96d4713f9b6c57ad6','user_7139eb55def8dabcf733b9c96d4713f9b6c57ad6/','2026-03-30 08:16:54','2026-03-30 08:16:54','922de66c-7ec8-41c1-ba11-c82dc4733e66'),
(97905,5,NULL,'user_9aebe3c2ef35f1c1374ee3c1f4dd4d09f5d91d77','user_9aebe3c2ef35f1c1374ee3c1f4dd4d09f5d91d77/','2026-03-30 08:22:06','2026-03-30 08:22:06','3fd0c0ff-c133-42b4-abca-2a60b68b7d90'),
(97906,5,NULL,'user_8930a96a29563d8bcb4d931d9b852d02fb6a8c8b','user_8930a96a29563d8bcb4d931d9b852d02fb6a8c8b/','2026-03-30 08:22:55','2026-03-30 08:22:55','8d8aebeb-e4a9-4120-903e-cdbc8bdb288a'),
(97907,5,NULL,'user_a9a94cfd2353809d86f843e999ed285e8e638086','user_a9a94cfd2353809d86f843e999ed285e8e638086/','2026-03-30 08:27:01','2026-03-30 08:27:01','a3e1fb3d-8724-4e4d-ab43-bee536e77d3d'),
(97908,5,NULL,'user_ad858fb25d87611e42e7ac4f1017581326d888a2','user_ad858fb25d87611e42e7ac4f1017581326d888a2/','2026-03-30 08:31:17','2026-03-30 08:31:17','e02a11ae-131c-4e2b-88ac-a598ee90bd19'),
(97909,5,NULL,'user_c980f2685876993e4dcd883b66affbfd17f9f2f1','user_c980f2685876993e4dcd883b66affbfd17f9f2f1/','2026-03-30 08:35:40','2026-03-30 08:35:40','0680ff08-28fb-428e-ad30-98b8a6a7a737'),
(97910,5,NULL,'user_f38f73eb07c16cc959d100f5bdcb2bae1bb99afd','user_f38f73eb07c16cc959d100f5bdcb2bae1bb99afd/','2026-03-30 08:37:15','2026-03-30 08:37:15','42e3b756-bcec-4516-9c7a-940269f9e788'),
(97911,5,NULL,'user_7fa22962026103f8a07676eca7d8e23a311670db','user_7fa22962026103f8a07676eca7d8e23a311670db/','2026-03-30 08:37:32','2026-03-30 08:37:32','392ba16c-c847-4723-ac89-68ed57cce8c1'),
(97912,5,NULL,'user_242d29f0e8c930da2eeb32564edacce8ee682312','user_242d29f0e8c930da2eeb32564edacce8ee682312/','2026-03-30 08:37:50','2026-03-30 08:37:50','8d4c88d0-2b44-4d40-9016-89aa65b6f29f'),
(97913,5,NULL,'user_d8691f3cba0dec4d6017aebec25fbafb2d3a0629','user_d8691f3cba0dec4d6017aebec25fbafb2d3a0629/','2026-03-30 08:41:06','2026-03-30 08:41:06','7eadad94-2bcb-4bd4-9e30-fde0814278fb'),
(97914,5,NULL,'user_33fad12daf6e9b6ea3bd07cce72417ef223fdb3d','user_33fad12daf6e9b6ea3bd07cce72417ef223fdb3d/','2026-03-30 08:42:08','2026-03-30 08:42:08','b7b1a162-bfb5-4016-8ddf-18a73a512356'),
(97915,5,NULL,'user_2850b4b85a1c93ea7a1ca08518fa48419ba3b889','user_2850b4b85a1c93ea7a1ca08518fa48419ba3b889/','2026-03-30 08:44:02','2026-03-30 08:44:02','e6f1024c-7856-4185-a043-fd0a0b4431ce'),
(97916,5,NULL,'user_6f58bb25b4ae673921a711283614ff592301fb2d','user_6f58bb25b4ae673921a711283614ff592301fb2d/','2026-03-30 08:46:18','2026-03-30 08:46:18','79f60e8e-5170-4b88-a4d7-21691676cd6b'),
(97917,5,NULL,'user_8240b2f92a612b5094e7eac3e7cb9289c53e5dee','user_8240b2f92a612b5094e7eac3e7cb9289c53e5dee/','2026-03-30 08:46:59','2026-03-30 08:46:59','3f215627-076b-45b3-bb00-1e0376b214d7'),
(97918,5,NULL,'user_346baa4895d4fbb62c220b61a105d60b3f3bf453','user_346baa4895d4fbb62c220b61a105d60b3f3bf453/','2026-03-30 08:47:24','2026-03-30 08:47:24','686a8924-0b53-4759-819d-fbb3020636a9'),
(97919,5,NULL,'user_d2f98c817b64e42aafdeacba18d920b578fe3b58','user_d2f98c817b64e42aafdeacba18d920b578fe3b58/','2026-03-30 08:47:26','2026-03-30 08:47:26','fefc5cac-d8f5-4703-a39d-c353704104df'),
(97920,5,NULL,'user_bca09999063b4eaa187c4804ef0ffc89ca5babba','user_bca09999063b4eaa187c4804ef0ffc89ca5babba/','2026-03-30 08:47:42','2026-03-30 08:47:42','06f41e16-b062-42c5-b5cf-5df2575c3ca4'),
(97921,5,NULL,'user_4cec182de670732fc6d154dfdb2ea76c79ab7a9a','user_4cec182de670732fc6d154dfdb2ea76c79ab7a9a/','2026-03-30 08:47:47','2026-03-30 08:47:47','92c0c1d2-10f4-4b9c-9b82-6d476f821be0'),
(97922,5,NULL,'user_4502d92cb1681ce0d89065c1303152b0246d7221','user_4502d92cb1681ce0d89065c1303152b0246d7221/','2026-03-30 08:48:50','2026-03-30 08:48:50','41a1743f-68c4-4c5f-b293-9e70dc19c657'),
(97923,5,NULL,'user_f4e4e4e2aa8b33dd4d171eee8bac145cba6193d3','user_f4e4e4e2aa8b33dd4d171eee8bac145cba6193d3/','2026-03-30 08:49:22','2026-03-30 08:49:22','db4af385-f23d-4cd4-9d94-a30d181c3863'),
(97924,5,NULL,'user_c444c176f2623be4382f6581d8ca3cf3647b2f53','user_c444c176f2623be4382f6581d8ca3cf3647b2f53/','2026-03-30 08:51:10','2026-03-30 08:51:10','219365bd-3376-4efb-9a05-8dcaec08fc3e'),
(97925,5,NULL,'user_30b8614c20c45a288c3ecd774d06a2503086947e','user_30b8614c20c45a288c3ecd774d06a2503086947e/','2026-03-30 08:58:30','2026-03-30 08:58:30','6c1fd4da-8d6c-493f-806d-401822bf6f71'),
(97926,5,NULL,'user_ee60a0e792c6aae5bbcac4e02dd85b20c63de2b1','user_ee60a0e792c6aae5bbcac4e02dd85b20c63de2b1/','2026-03-30 08:59:58','2026-03-30 08:59:58','40b768d9-9124-4b1c-a40b-5d713f1ccc3d'),
(97927,5,NULL,'user_ffd902ed103bedff60f83e3e0300524934b3c199','user_ffd902ed103bedff60f83e3e0300524934b3c199/','2026-03-30 09:02:01','2026-03-30 09:02:01','ab558877-3649-427e-a7c4-590f84f9d67c'),
(97928,5,NULL,'user_fa8fda1fcd43d8df0988760814fc7676688df6c4','user_fa8fda1fcd43d8df0988760814fc7676688df6c4/','2026-03-30 09:04:31','2026-03-30 09:04:31','b0c8fbac-bb23-4098-a984-fe6169d87b01'),
(97929,5,NULL,'user_e3aaa28a80701f8049bfc1f3f2016a36d52d9f32','user_e3aaa28a80701f8049bfc1f3f2016a36d52d9f32/','2026-03-30 09:06:32','2026-03-30 09:06:32','ccce6060-04d9-4990-a5e0-5f21bf896121'),
(97930,5,NULL,'user_7b794c4c7ef9690a8fb79271ea5083aeeeea395f','user_7b794c4c7ef9690a8fb79271ea5083aeeeea395f/','2026-03-30 09:07:34','2026-03-30 09:07:34','f08e2a1e-1d69-4ee1-993a-7fe3b8bb0539'),
(97931,5,NULL,'user_ce7d8ad0fd30f4612cf1c679cc7cf7bf4ab40d9e','user_ce7d8ad0fd30f4612cf1c679cc7cf7bf4ab40d9e/','2026-03-30 09:08:04','2026-03-30 09:08:04','9d05e1c5-64da-4cb8-8ddd-2a76acf6dabf'),
(97932,5,NULL,'user_bb3e5079dbf5996757a74b6b34803673f95be976','user_bb3e5079dbf5996757a74b6b34803673f95be976/','2026-03-30 09:13:52','2026-03-30 09:13:52','9795f984-3eb8-439e-b59e-7d1ca68b3930'),
(97933,5,NULL,'user_6a94ad7028b2ff73707047be9b0ea0ab62d99290','user_6a94ad7028b2ff73707047be9b0ea0ab62d99290/','2026-03-30 09:18:00','2026-03-30 09:18:00','88d0b6ff-e3da-48be-a6f0-43706e8b7550'),
(97934,5,NULL,'user_b24ac02424afa289ff1205bb11223582a0966add','user_b24ac02424afa289ff1205bb11223582a0966add/','2026-03-30 09:19:20','2026-03-30 09:19:20','7c007248-63d2-426e-911e-30445b3cd694'),
(97935,5,NULL,'user_eee9167fe5aff810048fde53c287c5bc0fd80422','user_eee9167fe5aff810048fde53c287c5bc0fd80422/','2026-03-30 09:19:32','2026-03-30 09:19:32','857ef114-8122-4009-b078-4cb4dfd5166d'),
(97936,5,NULL,'user_87e84f12269dfdc769b9e39c4bc664ad8d4b64fd','user_87e84f12269dfdc769b9e39c4bc664ad8d4b64fd/','2026-03-30 09:20:05','2026-03-30 09:20:05','d8ee93fa-29a1-4eb4-98a0-9baf8672beaf'),
(97937,5,NULL,'user_40b91043fef0c65a41d5cc6d1539cfb85090d6fc','user_40b91043fef0c65a41d5cc6d1539cfb85090d6fc/','2026-03-30 09:20:48','2026-03-30 09:20:48','fcd51a65-21cc-4edb-ba9e-a35d2ef5c74a'),
(97938,5,NULL,'user_a166a20845884e555cfbaefa0ef52133520481a4','user_a166a20845884e555cfbaefa0ef52133520481a4/','2026-03-30 09:25:03','2026-03-30 09:25:03','d198e0f2-f5aa-4ec7-b37e-40ed02cd39ea'),
(97939,5,NULL,'user_38e7dd466325a65a54f71cc053b0946408db8410','user_38e7dd466325a65a54f71cc053b0946408db8410/','2026-03-30 09:29:29','2026-03-30 09:29:29','c91ab867-547b-4b56-93f6-431d78c5f701'),
(97940,5,NULL,'user_76b8cc887f5be4a6f88056e37c8e3231a4ae077e','user_76b8cc887f5be4a6f88056e37c8e3231a4ae077e/','2026-03-30 09:32:02','2026-03-30 09:32:02','35cb73dc-c8c1-4a69-bca3-e6a31a71d5db'),
(97941,5,NULL,'user_d740872343707a13f1b7259f9a0b17466acbed60','user_d740872343707a13f1b7259f9a0b17466acbed60/','2026-03-30 09:32:06','2026-03-30 09:32:06','e903391e-39e9-40cf-b9eb-9ae6f76183b4'),
(97942,5,NULL,'user_ab2c8109c9e7077679347cd22f98057d0782f102','user_ab2c8109c9e7077679347cd22f98057d0782f102/','2026-03-30 09:34:10','2026-03-30 09:34:10','9654d9b8-15a3-4dc3-8922-ff9a5ce01464'),
(97943,5,NULL,'user_25f873e58bdfc384d7ae85c6006582a9b0103f46','user_25f873e58bdfc384d7ae85c6006582a9b0103f46/','2026-03-30 09:35:27','2026-03-30 09:35:27','64cb5cb3-2713-460a-b7d7-8a8c8ea5d714'),
(97944,5,NULL,'user_348cdab468ff7bdda56fa2a5d1c8a6098de17522','user_348cdab468ff7bdda56fa2a5d1c8a6098de17522/','2026-03-30 09:39:57','2026-03-30 09:39:57','bf2df83b-772b-4a46-a637-9a483314662f'),
(97945,5,NULL,'user_a2114e33f862a638afe032cf45c3dc412191125a','user_a2114e33f862a638afe032cf45c3dc412191125a/','2026-03-30 09:40:08','2026-03-30 09:40:08','adb4b543-0a65-4e6d-963c-1acdefdb6dc6'),
(97946,5,NULL,'user_4a974bf733aaf75bbaa81c2b49467da825753834','user_4a974bf733aaf75bbaa81c2b49467da825753834/','2026-03-30 09:42:30','2026-03-30 09:42:30','db595809-eeb7-4b62-ad08-5912d0b0499d'),
(97947,5,NULL,'user_bfc117196fbc7a8bec45095ce5c7bb4a98439954','user_bfc117196fbc7a8bec45095ce5c7bb4a98439954/','2026-03-30 09:43:22','2026-03-30 09:43:22','33908ad5-1557-4bd0-a13f-4059d5420355'),
(97948,5,NULL,'user_f9bacba0aaedb8c24c0529c843db1a5190665d3d','user_f9bacba0aaedb8c24c0529c843db1a5190665d3d/','2026-03-30 09:43:46','2026-03-30 09:43:46','2360b282-3efb-43a1-971e-f4c50147a7ed'),
(97949,5,NULL,'user_66260a4cf61deaf8750396a630c6d2f16a9129d2','user_66260a4cf61deaf8750396a630c6d2f16a9129d2/','2026-03-30 09:43:59','2026-03-30 09:43:59','33c96273-f758-45c2-8895-06b9673a6014'),
(97950,5,NULL,'user_bb867027d34e84c625416e23754b5aadd18fc97e','user_bb867027d34e84c625416e23754b5aadd18fc97e/','2026-03-30 09:44:18','2026-03-30 09:44:18','0567af5c-0ab6-43e9-a38e-bc55a605dc70'),
(97951,5,NULL,'user_e479b0d3d22583a650e9ecaa2059bc476447bd8a','user_e479b0d3d22583a650e9ecaa2059bc476447bd8a/','2026-03-30 09:44:31','2026-03-30 09:44:31','666bf008-6adc-4a0f-b664-6ad1f2d60431'),
(97952,5,NULL,'user_2739c35ce52cac4a9affd0f7ff5a0586fa5e6673','user_2739c35ce52cac4a9affd0f7ff5a0586fa5e6673/','2026-03-30 09:46:41','2026-03-30 09:46:41','625c6000-b5a8-4574-a035-21fb316772ba'),
(97953,5,NULL,'user_3fd031fb08342be79bc687ce24c37c118c9d64d5','user_3fd031fb08342be79bc687ce24c37c118c9d64d5/','2026-03-30 09:46:41','2026-03-30 09:46:41','bec88dd1-44d5-4a13-bf03-0098fa509f3d'),
(97954,5,NULL,'user_6e2c5c230eeeec24fbd8bb958d609249969fb797','user_6e2c5c230eeeec24fbd8bb958d609249969fb797/','2026-03-30 09:47:11','2026-03-30 09:47:11','f8f13c80-f78a-4d1e-9359-d3adbd498fe1'),
(97955,5,NULL,'user_b18b5ea30c7c79eb5eccc8c4972fa840698afa4e','user_b18b5ea30c7c79eb5eccc8c4972fa840698afa4e/','2026-03-30 09:47:23','2026-03-30 09:47:23','d5a1a808-4997-48d8-a3f6-95dd3d8ee85e'),
(97956,5,NULL,'user_2334d91ce7b4abd376d2cd8bea8ca53f2259f12a','user_2334d91ce7b4abd376d2cd8bea8ca53f2259f12a/','2026-03-30 09:48:50','2026-03-30 09:48:50','5c8631ed-7895-4023-a4a3-321298365169'),
(97957,5,NULL,'user_d69d03ad1e6b874f101f533ae50f88c08954e9d4','user_d69d03ad1e6b874f101f533ae50f88c08954e9d4/','2026-03-30 09:51:12','2026-03-30 09:51:12','f3f55489-762b-4d25-b6f4-a1d6b0dd0e43'),
(97958,5,NULL,'user_3dc36ee46a86c545501486564f95db5c92911449','user_3dc36ee46a86c545501486564f95db5c92911449/','2026-03-30 09:51:14','2026-03-30 09:51:14','382764ad-d2e0-4abd-8f5b-b01eae1e0513'),
(97959,5,NULL,'user_8b8e8cbd616287bccb4d52788857fcb7617ad48d','user_8b8e8cbd616287bccb4d52788857fcb7617ad48d/','2026-03-30 09:56:52','2026-03-30 09:56:52','99a29053-23d4-427f-a04d-4f3391191666'),
(97960,5,NULL,'user_2672bab5b6e74089667d85ac0cbb14118d3f9f15','user_2672bab5b6e74089667d85ac0cbb14118d3f9f15/','2026-03-30 09:58:25','2026-03-30 09:58:25','d6373468-9ac7-40d1-815a-10e2d798fcfe'),
(97961,5,NULL,'user_782c78da3176d5d80aa75578c3c971aa894a8c9c','user_782c78da3176d5d80aa75578c3c971aa894a8c9c/','2026-03-30 10:04:58','2026-03-30 10:04:58','1d03a729-0749-4eb8-9b9b-0d8e792e1939'),
(97962,5,NULL,'user_ae13201d34d18e3eac8553f142ac34e62e71ca59','user_ae13201d34d18e3eac8553f142ac34e62e71ca59/','2026-03-30 10:06:22','2026-03-30 10:06:22','09769b18-608a-4470-828d-37a6774e6175'),
(97963,5,NULL,'user_f359787f527781c7887aff78918c66f20f1882ff','user_f359787f527781c7887aff78918c66f20f1882ff/','2026-03-30 10:09:04','2026-03-30 10:09:04','c28a62d0-7459-490f-89f8-95dc2a388950'),
(97964,5,NULL,'user_6549cd981b0165a023f0f175b9c2cc04d495f12e','user_6549cd981b0165a023f0f175b9c2cc04d495f12e/','2026-03-30 10:10:54','2026-03-30 10:10:54','20d80402-4f19-4bec-bf42-bf054dc51596'),
(97965,5,NULL,'user_e03d01bf001b8eb4bd7627b8640b8ef713e0afb4','user_e03d01bf001b8eb4bd7627b8640b8ef713e0afb4/','2026-03-30 10:15:29','2026-03-30 10:15:29','e2add954-4221-40ce-b43e-6a0b714876ac'),
(97966,5,NULL,'user_cf77f0ef09ba595594c1c0a1cdb5db6afb075860','user_cf77f0ef09ba595594c1c0a1cdb5db6afb075860/','2026-03-30 10:17:45','2026-03-30 10:17:45','37a7fcd4-dd57-4107-8c88-57e01d024b3a'),
(97967,5,NULL,'user_756650b4d7b589b49bb55f7d4793053df168bf71','user_756650b4d7b589b49bb55f7d4793053df168bf71/','2026-03-30 10:18:24','2026-03-30 10:18:24','f2ba7f9a-9e15-49a5-a41a-4b725340c7bc'),
(97968,5,NULL,'user_4a95d989781f99763d15a0e8e101321d71404efc','user_4a95d989781f99763d15a0e8e101321d71404efc/','2026-03-30 10:20:36','2026-03-30 10:20:36','44c8e919-89e7-4b44-b706-53342ff2a11e'),
(97969,5,NULL,'user_69436d05df8849fa397ce70e74d093af02f8d0fa','user_69436d05df8849fa397ce70e74d093af02f8d0fa/','2026-03-30 10:22:15','2026-03-30 10:22:15','da8a197d-cba1-4ebc-8b6e-ce415db96e73'),
(97970,5,NULL,'user_64717d49a4ead33c5cb758984911f153da485d19','user_64717d49a4ead33c5cb758984911f153da485d19/','2026-03-30 10:23:31','2026-03-30 10:23:31','a25a47ae-450f-4b8f-a6dd-51110d5bd597'),
(97971,5,NULL,'user_dc120a8be0522e1a54d59926f30e45780f85b4a9','user_dc120a8be0522e1a54d59926f30e45780f85b4a9/','2026-03-30 10:25:41','2026-03-30 10:25:41','75e7ab90-5346-4edd-9543-2ef4e6091550'),
(97972,5,NULL,'user_608eee5916a97ab9d6e955ac11a80e68da107157','user_608eee5916a97ab9d6e955ac11a80e68da107157/','2026-03-30 10:26:04','2026-03-30 10:26:04','f775c983-beb7-4734-a9f4-6964f6086f9f'),
(97973,5,NULL,'user_236a72af9ae29534d91f0ae1202aa7149d0615bd','user_236a72af9ae29534d91f0ae1202aa7149d0615bd/','2026-03-30 10:31:19','2026-03-30 10:31:19','faf86a4c-13d8-4322-b98f-e5fabc2290dc'),
(97974,5,NULL,'user_317cbc93e5ea34699317910ec9f9bc3e632572df','user_317cbc93e5ea34699317910ec9f9bc3e632572df/','2026-03-30 10:31:44','2026-03-30 10:31:44','dcead778-01dc-4f19-bb28-e8515cb4a217'),
(97975,5,NULL,'user_a297ae4c67c450e78386ff528ea161d9b685747f','user_a297ae4c67c450e78386ff528ea161d9b685747f/','2026-03-30 10:33:16','2026-03-30 10:33:16','a722f5c2-3b67-4aad-9752-afd45917ccac'),
(97976,5,NULL,'user_a66b859e92ac809b13f3aa93ea7c4d80840e963b','user_a66b859e92ac809b13f3aa93ea7c4d80840e963b/','2026-03-30 10:35:59','2026-03-30 10:35:59','0996cab6-517b-4b2a-9f5a-7aeaeb1b90de'),
(97977,5,NULL,'user_04fb443893fa87409bacad52dceb83add7cff075','user_04fb443893fa87409bacad52dceb83add7cff075/','2026-03-30 10:36:22','2026-03-30 10:36:22','9611f745-d77a-4993-b3bf-aba85e5131e6'),
(97978,5,NULL,'user_1a237185641dbc5b5885f77b65f808982abef74c','user_1a237185641dbc5b5885f77b65f808982abef74c/','2026-03-30 10:36:33','2026-03-30 10:36:33','bbe58120-9fde-40ff-96a9-e9e7fdaedddf'),
(97979,5,NULL,'user_7631d6f9b4685ad1f278de5fc6448e01b4be3be3','user_7631d6f9b4685ad1f278de5fc6448e01b4be3be3/','2026-03-30 10:38:08','2026-03-30 10:38:08','ddfc6c99-79f5-42df-b417-5515f6d693de'),
(97980,5,NULL,'user_e750a078cc745fcf83026b2cea2d5ad591fc2f07','user_e750a078cc745fcf83026b2cea2d5ad591fc2f07/','2026-03-30 10:39:35','2026-03-30 10:39:35','6c9321df-7cd2-4b41-9c7c-13a5d8ace43f'),
(97981,5,NULL,'user_84f6470d05eafd9fef66c304a5032dfdda845a0f','user_84f6470d05eafd9fef66c304a5032dfdda845a0f/','2026-03-30 10:39:38','2026-03-30 10:39:38','750a8754-d49e-439d-93c3-ee95d96284b6'),
(97982,5,NULL,'user_0725cb8fd0b18b899db3b48176e44a8c5e6c1c8e','user_0725cb8fd0b18b899db3b48176e44a8c5e6c1c8e/','2026-03-30 10:43:10','2026-03-30 10:43:10','f8ea2618-ba37-4ab5-84d2-a821da0315e9'),
(97983,5,NULL,'user_7991ceb4baf6d166a62f0b25a3c43554ae219b53','user_7991ceb4baf6d166a62f0b25a3c43554ae219b53/','2026-03-30 10:43:52','2026-03-30 10:43:52','fd7081c7-c111-4d59-bf0a-d732babe72f3'),
(97984,5,NULL,'user_ed81e0561394557baef81cd06b26e9cc68ce61d7','user_ed81e0561394557baef81cd06b26e9cc68ce61d7/','2026-03-30 10:47:38','2026-03-30 10:47:38','3135487e-dc49-4422-836c-d9b52bbe0b89'),
(97985,5,NULL,'user_6f1ed591a769dc4507fb7104391946aece5be9ce','user_6f1ed591a769dc4507fb7104391946aece5be9ce/','2026-03-30 10:48:08','2026-03-30 10:48:08','ecc17037-b2be-45b9-b566-7fa6fa002f91'),
(97986,5,NULL,'user_8f7bf45e3a00a13130fe5a983f7eb2bc084838a0','user_8f7bf45e3a00a13130fe5a983f7eb2bc084838a0/','2026-03-30 10:49:50','2026-03-30 10:49:50','8a89893c-e480-4d24-9184-eb0091934535'),
(97987,5,NULL,'user_c8f3799de70d0d3f8c20e8954167e4d393d37786','user_c8f3799de70d0d3f8c20e8954167e4d393d37786/','2026-03-30 10:50:06','2026-03-30 10:50:06','a0a773e6-a603-4434-ad83-431b46db26f0'),
(97988,5,NULL,'user_aa408c1359d5edbebfec8a7d5b326dcda9a2964c','user_aa408c1359d5edbebfec8a7d5b326dcda9a2964c/','2026-03-30 10:50:36','2026-03-30 10:50:36','96f7cb70-551c-4578-8196-399653eb47cc'),
(97989,5,NULL,'user_e895547f45d96c21b0f12f78853cc34dcf3d75a5','user_e895547f45d96c21b0f12f78853cc34dcf3d75a5/','2026-03-30 10:52:33','2026-03-30 10:52:33','e59431e9-9067-4bfc-b94f-29f86cf78a46'),
(97990,5,NULL,'user_394687ddadffd8f62d9c8ba10b46967df35bd6fd','user_394687ddadffd8f62d9c8ba10b46967df35bd6fd/','2026-03-30 10:52:56','2026-03-30 10:52:56','bbd90df9-7885-48d3-af4b-13436b77067b'),
(97991,5,NULL,'user_d478a5a5b6e2ab5a7b4bad26f0014089212ea34d','user_d478a5a5b6e2ab5a7b4bad26f0014089212ea34d/','2026-03-30 10:53:45','2026-03-30 10:53:45','d83025d6-b144-4aeb-a654-24d2ed4e7ac9'),
(97992,5,NULL,'user_8fd9ae304df31317ac631ddf16c57fc1c81c401c','user_8fd9ae304df31317ac631ddf16c57fc1c81c401c/','2026-03-30 10:54:47','2026-03-30 10:54:47','c5cf2e25-f7af-43c0-8d72-902916eebcd3'),
(97993,5,NULL,'user_eef96c1ebb133b5da322ae0f6a22d4b10460ab65','user_eef96c1ebb133b5da322ae0f6a22d4b10460ab65/','2026-03-30 10:54:50','2026-03-30 10:54:50','8a4711a8-35a7-4083-90ce-e19520f39a41'),
(97994,5,NULL,'user_ea00328e6f226243fc5a140da477688ea24d115a','user_ea00328e6f226243fc5a140da477688ea24d115a/','2026-03-30 10:56:57','2026-03-30 10:56:57','90f85c37-a7e0-4a96-a3c5-fca6e71b0387'),
(97995,5,NULL,'user_8527073f3dd4591a05996402f7ab1cc4801ad5a6','user_8527073f3dd4591a05996402f7ab1cc4801ad5a6/','2026-03-30 10:58:56','2026-03-30 10:58:56','4bc73325-4f2a-443c-8453-02862151088e'),
(97996,5,NULL,'user_97ae4e14782b6662e26ffff443afa628a271e902','user_97ae4e14782b6662e26ffff443afa628a271e902/','2026-03-30 10:59:08','2026-03-30 10:59:08','26006be7-9cab-4981-a3dd-5c963661036f'),
(97997,5,NULL,'user_891f8edfee4a4f40563cfae0ae28010292143cb6','user_891f8edfee4a4f40563cfae0ae28010292143cb6/','2026-03-30 10:59:48','2026-03-30 10:59:48','56c4a9a8-ecb5-4c4c-8e7a-65da68dffa80'),
(97998,5,NULL,'user_fc450f80bee525e0216398ccfb5e63358e06f84c','user_fc450f80bee525e0216398ccfb5e63358e06f84c/','2026-03-30 11:01:15','2026-03-30 11:01:15','aa4b7205-7023-4100-89bc-2a9708185d57'),
(97999,5,NULL,'user_99fdfe0d356db86237d1ca4a0553026c2a047fd8','user_99fdfe0d356db86237d1ca4a0553026c2a047fd8/','2026-03-30 11:04:46','2026-03-30 11:04:46','a4a95149-ee04-4d9f-863f-21f630762328'),
(98000,5,NULL,'user_be72c9d0e892aa1ee13bd01efac1d3babddfa372','user_be72c9d0e892aa1ee13bd01efac1d3babddfa372/','2026-03-30 11:04:51','2026-03-30 11:04:51','13b4e9f8-70bb-48b1-960d-68a97a4e71e0'),
(98001,5,NULL,'user_35120948cd064231641779f903721726c429e817','user_35120948cd064231641779f903721726c429e817/','2026-03-30 11:05:24','2026-03-30 11:05:24','190ff968-6bed-4a4a-8b6c-c0f4d75e02c5'),
(98002,5,NULL,'user_4299eea833e0667e23d1a90e3dce3374a0fba2a1','user_4299eea833e0667e23d1a90e3dce3374a0fba2a1/','2026-03-30 11:12:12','2026-03-30 11:12:12','0b0c60bf-c95e-4e69-98bd-cfbd0d70ab9f'),
(98003,5,NULL,'user_40f4818179de56e8c8673bfacff0c4cd80a4909a','user_40f4818179de56e8c8673bfacff0c4cd80a4909a/','2026-03-30 11:14:16','2026-03-30 11:14:16','2e66b04d-c873-4d5e-a250-8450dfadfde8'),
(98004,5,NULL,'user_1abaacbae3257e9f899e3ff82dcd7099cf7da473','user_1abaacbae3257e9f899e3ff82dcd7099cf7da473/','2026-03-30 11:14:42','2026-03-30 11:14:42','09c64f06-3e4d-4013-9444-f97dbdbf3f03'),
(98005,5,NULL,'user_852560ca9de31ef9a0383f349c5dc633afc84088','user_852560ca9de31ef9a0383f349c5dc633afc84088/','2026-03-30 11:15:17','2026-03-30 11:15:17','75d3d0cc-51f4-4ed6-8b4b-1ddc698b027a'),
(98006,5,NULL,'user_924c8311edc8ba158645054f2813118d64320a9b','user_924c8311edc8ba158645054f2813118d64320a9b/','2026-03-30 11:16:47','2026-03-30 11:16:47','020ed022-e86c-4109-bbc9-9dd9556bc29d'),
(98007,5,NULL,'user_1e6fc58ce8ae287789096454e5029cc041666b19','user_1e6fc58ce8ae287789096454e5029cc041666b19/','2026-03-30 11:21:33','2026-03-30 11:21:33','4f3164b9-0f62-41bb-a4a1-4ef22ad63ef1'),
(98008,5,NULL,'user_4624070458527f23a7a70aa31bd34828e31d88d9','user_4624070458527f23a7a70aa31bd34828e31d88d9/','2026-03-30 11:25:04','2026-03-30 11:25:04','0668e357-9c67-4da1-af3b-eb6eb9db3923'),
(98009,5,NULL,'user_74c2f5ee27197c33d08570b5cb13f3b5f2e040dd','user_74c2f5ee27197c33d08570b5cb13f3b5f2e040dd/','2026-03-30 11:25:32','2026-03-30 11:25:32','2d075fbb-ce02-461f-8b51-ccc7f346804e'),
(98010,5,NULL,'user_2515da8ec351f24a198eeebf958a67eb1d150764','user_2515da8ec351f24a198eeebf958a67eb1d150764/','2026-03-30 11:25:46','2026-03-30 11:25:46','eec60911-c20d-47b6-b4ae-42b8395ed81c'),
(98011,5,NULL,'user_15872550d7b1f47fb083729da3d564dab1f76f0a','user_15872550d7b1f47fb083729da3d564dab1f76f0a/','2026-03-30 11:26:09','2026-03-30 11:26:09','8b7171b5-b575-48ff-8967-9de86ef5a656'),
(98012,5,NULL,'user_d2618035cf6a5a0e1c060118118020bbae384e39','user_d2618035cf6a5a0e1c060118118020bbae384e39/','2026-03-30 11:28:46','2026-03-30 11:28:46','f612e8ac-d954-4985-86b1-5f4487200f7a'),
(98013,5,NULL,'user_2698e4bb21441d42d588d9f27fdf3c211bfb2e44','user_2698e4bb21441d42d588d9f27fdf3c211bfb2e44/','2026-03-30 11:29:34','2026-03-30 11:29:34','873b1b9a-aa0d-4809-8901-0b7be26b7e41'),
(98014,5,NULL,'user_39d7c835d2c0fbc563e1c8b7b25ae555dbe15bde','user_39d7c835d2c0fbc563e1c8b7b25ae555dbe15bde/','2026-03-30 11:34:52','2026-03-30 11:34:52','a0d82936-fe0f-4dfe-816b-cd7f776f5626'),
(98015,5,NULL,'user_d0d571d3ed6b267b1f3dc954fe4778128847dc44','user_d0d571d3ed6b267b1f3dc954fe4778128847dc44/','2026-03-30 11:35:04','2026-03-30 11:35:04','a7ecc4da-8c06-4876-ac0e-6880ebf29f29'),
(98016,5,NULL,'user_faf2f7cd9712a5f2e8621ca6590741dd31f5bbb5','user_faf2f7cd9712a5f2e8621ca6590741dd31f5bbb5/','2026-03-30 11:35:49','2026-03-30 11:35:49','ea5d4dd0-32a9-44f7-a586-11e7e9725d67'),
(98017,5,NULL,'user_cdb9978eb6a716336abaf156586bba38ce51e864','user_cdb9978eb6a716336abaf156586bba38ce51e864/','2026-03-30 11:37:38','2026-03-30 11:37:38','38ecb469-4d38-4958-b706-45c6c72e061b'),
(98018,5,NULL,'user_6c4c9be70a6da08c36f87430cc775eda98f57d5f','user_6c4c9be70a6da08c36f87430cc775eda98f57d5f/','2026-03-30 11:38:02','2026-03-30 11:38:02','b9f183a5-3242-49ed-83e6-1635adc11ab4'),
(98019,5,NULL,'user_48e9c7bb814deaebdff62277315a7dafc066966c','user_48e9c7bb814deaebdff62277315a7dafc066966c/','2026-03-30 11:47:33','2026-03-30 11:47:33','c64fb66c-f248-430b-a38e-8f79f1cf6ac1'),
(98020,5,NULL,'user_78ad8439678c181c724b79c821a0931abd2b522a','user_78ad8439678c181c724b79c821a0931abd2b522a/','2026-03-30 11:48:05','2026-03-30 11:48:05','bc1c4e72-c175-4482-b477-6a41c380ac66'),
(98021,5,NULL,'user_ea70fe9057c938bbd834991577c021c2aaf43768','user_ea70fe9057c938bbd834991577c021c2aaf43768/','2026-03-30 11:52:34','2026-03-30 11:52:34','1763eef3-5f15-4e7c-8b98-c0d56e9c84ef'),
(98022,5,NULL,'user_af96e0463a345d15abf47a7d81168391b8930676','user_af96e0463a345d15abf47a7d81168391b8930676/','2026-03-30 11:53:32','2026-03-30 11:53:32','d6371062-474c-43f8-a202-86f438c99a6f'),
(98023,5,NULL,'user_8e48759ae228eacdba15663367d11d279a9dc7a8','user_8e48759ae228eacdba15663367d11d279a9dc7a8/','2026-03-30 11:55:47','2026-03-30 11:55:47','de9f7a67-c3f3-4f38-8c69-c35b505bb712'),
(98024,5,NULL,'user_5651480f190008ee54536892bcf5d54fe01029af','user_5651480f190008ee54536892bcf5d54fe01029af/','2026-03-30 11:55:48','2026-03-30 11:55:48','79b5329a-72bd-4452-849b-b37d583ca9d4'),
(98025,5,NULL,'user_cf098c0a0c246ffd4f3a5df5185f093b57340b95','user_cf098c0a0c246ffd4f3a5df5185f093b57340b95/','2026-03-30 11:55:56','2026-03-30 11:55:56','4786e01f-9a2f-47bd-b389-eebe03bcdebb'),
(98026,5,NULL,'user_8736a21954573bf45588abd71190de2e5702ae27','user_8736a21954573bf45588abd71190de2e5702ae27/','2026-03-30 11:56:33','2026-03-30 11:56:33','641b29c9-1dad-431f-8d6f-f1a01d321ce5'),
(98027,5,NULL,'user_c4f1c7c051c9c528a6f24efb70be256fcc7f8d0f','user_c4f1c7c051c9c528a6f24efb70be256fcc7f8d0f/','2026-03-30 11:56:53','2026-03-30 11:56:53','8ea07150-44db-4b60-9479-f77d5a3f3fab'),
(98028,5,NULL,'user_bfbf5542c3689936bcd574309eafa823e84632f7','user_bfbf5542c3689936bcd574309eafa823e84632f7/','2026-03-30 12:00:27','2026-03-30 12:00:27','1d21f48c-3884-48f5-bc27-326b516b64c1'),
(98029,5,NULL,'user_321d5e3ba943bc9ad4383b0b8246078f0df94900','user_321d5e3ba943bc9ad4383b0b8246078f0df94900/','2026-03-30 12:00:49','2026-03-30 12:00:49','dec1a5bf-e339-4cce-8a15-fa502e306206'),
(98030,5,NULL,'user_b41c64a940eaff82593f758b1c3380f038c399c8','user_b41c64a940eaff82593f758b1c3380f038c399c8/','2026-03-30 12:01:59','2026-03-30 12:01:59','c235fb21-c796-4f07-a4c3-a0f868228ce0'),
(98031,5,NULL,'user_ba2fe3d2141ad3358d4bfdaf500c6be1fb9a4216','user_ba2fe3d2141ad3358d4bfdaf500c6be1fb9a4216/','2026-03-30 12:03:18','2026-03-30 12:03:18','c1dede48-7be1-4835-ba41-958b41c83e46'),
(98032,5,NULL,'user_c264611efbdf178028c098e6ccdbd79d43591f2a','user_c264611efbdf178028c098e6ccdbd79d43591f2a/','2026-03-30 12:03:45','2026-03-30 12:03:45','cfa09c84-9d02-4756-adea-38678ad3b3c9'),
(98033,5,NULL,'user_1e37f82defa1db572f2cbd69b64da3193daa5c96','user_1e37f82defa1db572f2cbd69b64da3193daa5c96/','2026-03-30 12:04:57','2026-03-30 12:04:57','01fa0bad-2459-4fe1-8c28-1d13f5a60fd6'),
(98034,5,NULL,'user_11c6c293a2a22952ec6b7c4bae343b79b102853a','user_11c6c293a2a22952ec6b7c4bae343b79b102853a/','2026-03-30 12:05:00','2026-03-30 12:05:00','7797172d-cf96-4bd4-b4fd-5261c5950f55'),
(98035,5,NULL,'user_74fad08777b2e83a0f9368c7201c10f5c3b9db66','user_74fad08777b2e83a0f9368c7201c10f5c3b9db66/','2026-03-30 12:05:46','2026-03-30 12:05:46','71504f30-76b3-4031-bfd0-0ed1471d96a1'),
(98036,5,NULL,'user_4d697b72b2d770ed1be8268012b6681701f14651','user_4d697b72b2d770ed1be8268012b6681701f14651/','2026-03-30 12:06:30','2026-03-30 12:06:30','1fcbc3de-ed5a-49a7-b05d-fa8a62067bd9'),
(98037,5,NULL,'user_8b14880c37e991f9a84b94dca9499f6c260a5660','user_8b14880c37e991f9a84b94dca9499f6c260a5660/','2026-03-30 12:06:37','2026-03-30 12:06:37','62605c3d-5fca-4d0c-a9c2-7c8f6432051a'),
(98038,5,NULL,'user_aa3d85fa1fbaaa88cd95c00d07a96c17a205d58a','user_aa3d85fa1fbaaa88cd95c00d07a96c17a205d58a/','2026-03-30 12:07:04','2026-03-30 12:07:04','933e135a-6965-4012-8d61-c8cbb68c1597'),
(98039,5,NULL,'user_9d9c6c117337354f84023b2f4942d3eb552b8c40','user_9d9c6c117337354f84023b2f4942d3eb552b8c40/','2026-03-30 12:07:27','2026-03-30 12:07:27','ba44a255-eba4-412f-b8ce-f9bdb828c507'),
(98040,5,NULL,'user_0b9799b17c98b1bc4e8ba8bd7067e4e2b2d8671e','user_0b9799b17c98b1bc4e8ba8bd7067e4e2b2d8671e/','2026-03-30 12:10:27','2026-03-30 12:10:27','c1478ce6-38d3-49fd-9a76-a36991dacc0e'),
(98041,5,NULL,'user_d8b8409a8209431656befb0e8f4246a5dd1ba35a','user_d8b8409a8209431656befb0e8f4246a5dd1ba35a/','2026-03-30 12:10:55','2026-03-30 12:10:55','a1262bc6-f898-4dee-937a-d7ac5064a95a'),
(98042,5,NULL,'user_fbf13c9612e427ac2ff305e170b65edab58f72cf','user_fbf13c9612e427ac2ff305e170b65edab58f72cf/','2026-03-30 12:11:23','2026-03-30 12:11:23','c807fb03-1008-45ed-853e-fbda9e662118'),
(98043,5,NULL,'user_9bef71e086fd3d8719b7cf9d6b72dfa4a9ae70d0','user_9bef71e086fd3d8719b7cf9d6b72dfa4a9ae70d0/','2026-03-30 12:12:33','2026-03-30 12:12:33','93873d9c-2dee-408f-9ba8-72309cf3bf55'),
(98044,5,NULL,'user_6bf321c378afb9f38685a75c1ef64ccc775a996d','user_6bf321c378afb9f38685a75c1ef64ccc775a996d/','2026-03-30 12:13:29','2026-03-30 12:13:29','2ce24934-e49e-45a7-b8eb-aae20d4bde61'),
(98045,5,NULL,'user_6787a9a1a44c47c0b0c3ffeae7a88c974151dc30','user_6787a9a1a44c47c0b0c3ffeae7a88c974151dc30/','2026-03-30 12:13:31','2026-03-30 12:13:31','f7e6dcb5-3017-4b9c-9bcc-cb7bcaac8c53'),
(98046,5,NULL,'user_0967e92a222c6b1407779ff96d27f35d1d4cefd8','user_0967e92a222c6b1407779ff96d27f35d1d4cefd8/','2026-03-30 12:13:32','2026-03-30 12:13:32','73653aaf-dc9f-4956-b7e0-441e21f31282'),
(98047,5,NULL,'user_19b5705a019d38b6fd0fba482e0695159dbb137e','user_19b5705a019d38b6fd0fba482e0695159dbb137e/','2026-03-30 12:13:36','2026-03-30 12:13:36','acf34f4f-cf57-4475-9aa8-d3ebeda1391c'),
(98048,5,NULL,'user_95712550d9567d9ca36c53e761e95749b2547080','user_95712550d9567d9ca36c53e761e95749b2547080/','2026-03-30 12:17:02','2026-03-30 12:17:02','4789aad2-1968-49a7-8148-701501595429'),
(98049,5,NULL,'user_2bef443fca2e9701cd285c162072ee5ee21074b4','user_2bef443fca2e9701cd285c162072ee5ee21074b4/','2026-03-30 12:18:47','2026-03-30 12:18:47','7ebab963-c42a-415b-87d2-6d30e6b32e2b'),
(98050,5,NULL,'user_d1d9e2fca52fe652006639cd3825ab53a97e64f7','user_d1d9e2fca52fe652006639cd3825ab53a97e64f7/','2026-03-30 12:26:08','2026-03-30 12:26:08','b8e31fd5-ea24-417a-a98b-3d3e7234a0ec'),
(98051,5,NULL,'user_0aa178544f1ee6db58050fef9981f4df9c8fb879','user_0aa178544f1ee6db58050fef9981f4df9c8fb879/','2026-03-30 12:31:46','2026-03-30 12:31:46','ba1822d8-7567-4c63-8e16-1bd23b29cc3d'),
(98052,5,NULL,'user_a448e2cee7ff69178adb7adbdb13f40a688cc55f','user_a448e2cee7ff69178adb7adbdb13f40a688cc55f/','2026-03-30 12:33:25','2026-03-30 12:33:25','994cffc3-8c24-4f29-a8cd-32d1158c11c4'),
(98053,5,NULL,'user_f1da84b7804e8352760d40f91c850079c959a8c9','user_f1da84b7804e8352760d40f91c850079c959a8c9/','2026-03-30 12:34:16','2026-03-30 12:34:16','c60f8161-bbb3-4e4a-ba65-016af6e489de'),
(98054,5,NULL,'user_d3324a791acdafec76fb81c0e5d97d13b3848518','user_d3324a791acdafec76fb81c0e5d97d13b3848518/','2026-03-30 12:34:40','2026-03-30 12:34:40','cbec18e6-50a2-4534-90b9-149df4a982de'),
(98055,5,NULL,'user_9594d5ab7a74db28889cf2ad98a285bd227588e7','user_9594d5ab7a74db28889cf2ad98a285bd227588e7/','2026-03-30 12:34:47','2026-03-30 12:34:47','7ae65cd0-b9c6-4756-8840-9572a3b21d8e'),
(98056,5,NULL,'user_32f7cbe898ea594aa84e452f29dea48bc8b51767','user_32f7cbe898ea594aa84e452f29dea48bc8b51767/','2026-03-30 12:36:49','2026-03-30 12:36:49','2fe4506b-6ac0-417a-8447-4d34fe57725c'),
(98057,5,NULL,'user_6e98bc6417a433fb07dcd895710650bb3d38164c','user_6e98bc6417a433fb07dcd895710650bb3d38164c/','2026-03-30 12:37:09','2026-03-30 12:37:09','044fd859-31d2-44cf-a018-9f2fff703a53'),
(98058,5,NULL,'user_6131a00ffafb6db999441896f05b7e13c7b4aa21','user_6131a00ffafb6db999441896f05b7e13c7b4aa21/','2026-03-30 12:37:39','2026-03-30 12:37:39','29e83905-7528-4992-a537-1c00e4d4eaa2'),
(98059,5,NULL,'user_ce021154e9326700a8aff7f91ee1a0b8b3d9d086','user_ce021154e9326700a8aff7f91ee1a0b8b3d9d086/','2026-03-30 12:38:17','2026-03-30 12:38:17','c8cb5b39-9a63-4895-81ab-059181bce11a'),
(98060,5,NULL,'user_d13fe41e2ab4e4bec15d8a11d9f28ce6e1cfa689','user_d13fe41e2ab4e4bec15d8a11d9f28ce6e1cfa689/','2026-03-30 12:38:50','2026-03-30 12:38:50','05c75094-3eda-4885-8eb0-c4224b9ac652'),
(98061,5,NULL,'user_0c005d5d437b2c98287c16a7dd43bf623b2823dd','user_0c005d5d437b2c98287c16a7dd43bf623b2823dd/','2026-03-30 12:39:12','2026-03-30 12:39:12','1d64f066-31be-4724-ae08-427cac6be699'),
(98062,5,NULL,'user_9ca11b57c09107cf5dc344338020e15cf6580df7','user_9ca11b57c09107cf5dc344338020e15cf6580df7/','2026-03-30 12:39:19','2026-03-30 12:39:19','c800e542-f541-4730-9043-d74997635d11'),
(98063,5,NULL,'user_bd67a894f07d403972b325162442399b7c010db8','user_bd67a894f07d403972b325162442399b7c010db8/','2026-03-30 12:39:56','2026-03-30 12:39:56','6df99339-54cf-4162-9de8-d670f70a9b22'),
(98064,5,NULL,'user_7546a3713436ebf1054340dd95e55099be745dcf','user_7546a3713436ebf1054340dd95e55099be745dcf/','2026-03-30 12:40:28','2026-03-30 12:40:28','57c82155-ed0b-4491-9ef0-e64ebc78cbaa'),
(98065,5,NULL,'user_34af3558ae7b65a18b81e855c5e8beee23729b55','user_34af3558ae7b65a18b81e855c5e8beee23729b55/','2026-03-30 12:41:25','2026-03-30 12:41:25','dbecd1b4-481a-4038-bf04-cb892c19677f'),
(98066,5,NULL,'user_c831014947bf404e4431f8640453bb2b511244ac','user_c831014947bf404e4431f8640453bb2b511244ac/','2026-03-30 12:42:22','2026-03-30 12:42:22','cf6064fc-fac7-4d58-afc1-d8caa3f47c9a'),
(98067,5,NULL,'user_470f3e9c1cd49613e1e115b1f5588048fe4f5c2b','user_470f3e9c1cd49613e1e115b1f5588048fe4f5c2b/','2026-03-30 12:43:19','2026-03-30 12:43:19','6f46fc6e-2db9-45a2-8ba3-4fa904001b09'),
(98068,5,NULL,'user_2972379a92f9565c93fa213e2422b2fa09b4bc88','user_2972379a92f9565c93fa213e2422b2fa09b4bc88/','2026-03-30 12:44:01','2026-03-30 12:44:01','326c591b-af52-4c72-a116-9726cee200b2'),
(98069,5,NULL,'user_2938054cc087ca2ecc3175c913eb1f92cbc9bd4d','user_2938054cc087ca2ecc3175c913eb1f92cbc9bd4d/','2026-03-30 12:45:06','2026-03-30 12:45:06','f16f179c-6a09-4673-bb9d-7432da076d15'),
(98070,5,NULL,'user_d8c9784b403f27a1f6f331a3f273053b919e1bf2','user_d8c9784b403f27a1f6f331a3f273053b919e1bf2/','2026-03-30 12:45:09','2026-03-30 12:45:09','a1ced992-098b-4ffc-a6e3-913381d4cbd7'),
(98071,5,NULL,'user_273824ffb8202a5c7643469c1a5477af1de8bd8d','user_273824ffb8202a5c7643469c1a5477af1de8bd8d/','2026-03-30 12:45:44','2026-03-30 12:45:44','b52dfa5c-3080-411c-a299-a5e45ad6ac8e'),
(98072,5,NULL,'user_1d1fafe29785421d1e17b68c0ef55a6d7ee711a8','user_1d1fafe29785421d1e17b68c0ef55a6d7ee711a8/','2026-03-30 12:48:27','2026-03-30 12:48:27','de0a8e3a-453a-42bc-b68d-77358520e678'),
(98073,5,NULL,'user_7ffd343f02c3ac615f420e7409aa96d327725499','user_7ffd343f02c3ac615f420e7409aa96d327725499/','2026-03-30 12:49:53','2026-03-30 12:49:53','bc1ca1e8-f549-4926-bd9c-4f670b811592'),
(98074,5,NULL,'user_a8c2011ce992d4f9fb411b78a2bce0c1d2b5f4cf','user_a8c2011ce992d4f9fb411b78a2bce0c1d2b5f4cf/','2026-03-30 12:50:31','2026-03-30 12:50:31','685daf74-4adb-4374-9fe8-0bc1f8702652'),
(98075,5,NULL,'user_6102a1c5b702e4f72cf49d82e5f5ad8445fbee56','user_6102a1c5b702e4f72cf49d82e5f5ad8445fbee56/','2026-03-30 12:52:10','2026-03-30 12:52:10','a15d6e8a-3ddc-4fb8-ab57-47802603219f'),
(98076,5,NULL,'user_70abe52f52cfd4975a2cf91634bdd5f9740c278b','user_70abe52f52cfd4975a2cf91634bdd5f9740c278b/','2026-03-30 12:52:14','2026-03-30 12:52:14','d0c1599a-ccc2-4e99-92ac-170b91a9c873'),
(98077,5,NULL,'user_2d45b7be84191ebc6edc084010faf95bc2533b84','user_2d45b7be84191ebc6edc084010faf95bc2533b84/','2026-03-30 12:54:45','2026-03-30 12:54:45','035242dd-9484-4a85-b0af-4b8a72dcc3a5'),
(98078,5,NULL,'user_194c84164bfa3f3d67a917cdaf92c7be882bdfa8','user_194c84164bfa3f3d67a917cdaf92c7be882bdfa8/','2026-03-30 12:55:30','2026-03-30 12:55:30','8f6c22c7-b5f1-4912-b7b4-4e8973bef9d9'),
(98079,5,NULL,'user_78ff512f571959734f41e01ffd5c67cd72954dd8','user_78ff512f571959734f41e01ffd5c67cd72954dd8/','2026-03-30 12:56:41','2026-03-30 12:56:41','aff2fcb1-dd12-4c71-9b40-70ccbd798a7d'),
(98080,5,NULL,'user_38f3490bb4273d0f9ad020825c69ad4340055420','user_38f3490bb4273d0f9ad020825c69ad4340055420/','2026-03-30 12:57:47','2026-03-30 12:57:47','bcd48a00-2fdc-485c-b1d8-3ff78a3d1082'),
(98081,5,NULL,'user_d9eb7ed390ef06552624fe85140ee4587e7a7ffa','user_d9eb7ed390ef06552624fe85140ee4587e7a7ffa/','2026-03-30 13:01:14','2026-03-30 13:01:14','8f9736fe-f7f6-45f3-8813-e0942768e2d8'),
(98082,5,NULL,'user_ac29c5e1991d26613952fc7e2445619d6736e8d2','user_ac29c5e1991d26613952fc7e2445619d6736e8d2/','2026-03-30 13:02:49','2026-03-30 13:02:49','1eaf62fe-74cb-452a-95f6-127f0e2a18f3'),
(98083,5,NULL,'user_b80de5a46b1f445db000d4615cbf0cef1c09758e','user_b80de5a46b1f445db000d4615cbf0cef1c09758e/','2026-03-30 13:03:03','2026-03-30 13:03:03','2ad2ae8e-be7f-4f30-9591-488401a2b5be'),
(98084,5,NULL,'user_6d80a6016d23d8a51390fd16b7b69f366c3f22fb','user_6d80a6016d23d8a51390fd16b7b69f366c3f22fb/','2026-03-30 13:03:04','2026-03-30 13:03:04','6eaf8f0d-3981-4723-90c0-5d5343a39a88'),
(98085,5,NULL,'user_551ec29bf703ba070f641de521e9f48cf1b75a20','user_551ec29bf703ba070f641de521e9f48cf1b75a20/','2026-03-30 13:10:30','2026-03-30 13:10:30','5f1c6ccd-57b8-4a6f-84d0-0293f5894467'),
(98086,5,NULL,'user_d5cc2d223108dadb0048b0dba8c529bb88ad064e','user_d5cc2d223108dadb0048b0dba8c529bb88ad064e/','2026-03-30 13:11:53','2026-03-30 13:11:53','9fec1dec-8e08-420a-ba35-9562966dc43e'),
(98087,5,NULL,'user_ea56968e2cff88dc6abe764f8c3621adc0b3eedf','user_ea56968e2cff88dc6abe764f8c3621adc0b3eedf/','2026-03-30 13:12:57','2026-03-30 13:12:57','f6e04672-6fc0-4139-8fec-e3258393c2e4'),
(98088,5,NULL,'user_c3320750e2bd408de4c3bc7d9ca047a18302f71a','user_c3320750e2bd408de4c3bc7d9ca047a18302f71a/','2026-03-30 13:13:25','2026-03-30 13:13:25','dad756ac-64fd-4e86-b5e7-412b64a331c7'),
(98089,5,NULL,'user_3bcabcff7a2a9567e3d957f7bd8d0298ffcc9304','user_3bcabcff7a2a9567e3d957f7bd8d0298ffcc9304/','2026-03-30 13:15:40','2026-03-30 13:15:40','8257e131-407d-45e5-8411-d3791257c883'),
(98090,5,NULL,'user_efafca78cae087f37ec8e75b9957252267694804','user_efafca78cae087f37ec8e75b9957252267694804/','2026-03-30 13:16:08','2026-03-30 13:16:08','5a395cc1-4c6e-48d6-ab1b-20aadc1644ea'),
(98091,5,NULL,'user_0d961f70d3a1c5928f3dfdf68d0fee1b2d855c0c','user_0d961f70d3a1c5928f3dfdf68d0fee1b2d855c0c/','2026-03-30 13:16:25','2026-03-30 13:16:25','70b5a12e-4e8f-4561-b518-3577775b3d68'),
(98092,5,NULL,'user_5f340cff147c5d8685da7653bcf499edff180aae','user_5f340cff147c5d8685da7653bcf499edff180aae/','2026-03-30 13:21:06','2026-03-30 13:21:06','e7ed5166-d695-4673-ad90-a376aa12de12'),
(98093,5,NULL,'user_da42aef42fd1d66b806e0713895b6b37a8481671','user_da42aef42fd1d66b806e0713895b6b37a8481671/','2026-03-30 13:21:16','2026-03-30 13:21:16','c5d1ea81-5b07-437d-aad5-1cc5a09625be'),
(98094,5,NULL,'user_34cdb918a57c7764f917b1c316090879027cec8a','user_34cdb918a57c7764f917b1c316090879027cec8a/','2026-03-30 13:27:33','2026-03-30 13:27:33','fe211d7d-1e76-40c1-be6e-54574aae5b7c'),
(98095,5,NULL,'user_2289b51fcce4b1a3ab92473399d65fdefb2acfad','user_2289b51fcce4b1a3ab92473399d65fdefb2acfad/','2026-03-30 13:28:33','2026-03-30 13:28:33','e73dfdad-747d-4263-a3ea-0abf1f46d890'),
(98096,5,NULL,'user_483e6aafc1e619f11194f20858fbcd88e143d993','user_483e6aafc1e619f11194f20858fbcd88e143d993/','2026-03-30 13:29:39','2026-03-30 13:29:39','382da62e-3c1c-4246-a682-c386d016d84f'),
(98097,5,NULL,'user_fbab1d17fd9539d7d42c08df16c0614e7b8f11f2','user_fbab1d17fd9539d7d42c08df16c0614e7b8f11f2/','2026-03-30 13:29:52','2026-03-30 13:29:52','82ebffe9-e0df-418b-a52d-88bfe0dc3dc5'),
(98098,5,NULL,'user_bb293b69aeb141f89d97c334ec289ebb115528f4','user_bb293b69aeb141f89d97c334ec289ebb115528f4/','2026-03-30 13:30:16','2026-03-30 13:30:16','92ab7332-93f1-4b21-9e7f-f424ad5aa419'),
(98099,5,NULL,'user_f3edddc141e8f1031d989f6d7b92169fda2572f7','user_f3edddc141e8f1031d989f6d7b92169fda2572f7/','2026-03-30 13:31:28','2026-03-30 13:31:28','619c81bf-6f42-4421-a88a-022cffffb79a'),
(98100,5,NULL,'user_69998697076f75ddedd828ebe2fe6380a7df8f38','user_69998697076f75ddedd828ebe2fe6380a7df8f38/','2026-03-30 13:32:08','2026-03-30 13:32:08','f4a36359-365f-49ef-bb7d-c392adaf0dad'),
(98101,5,NULL,'user_6841ed1b51abebbc93481bce40300bf14ae29a7e','user_6841ed1b51abebbc93481bce40300bf14ae29a7e/','2026-03-30 13:33:07','2026-03-30 13:33:07','349e1f60-f4db-47bb-ae1d-98afdffd1e95'),
(98102,5,NULL,'user_27b5c4d3b94d6eb4a7c4ec0ab7cef474c81b300d','user_27b5c4d3b94d6eb4a7c4ec0ab7cef474c81b300d/','2026-03-30 13:35:14','2026-03-30 13:35:14','b02a1002-4ef5-4684-ba06-3854a513f11f'),
(98103,5,NULL,'user_379c7a854b063ca0087aec87e182c89bba7bcea3','user_379c7a854b063ca0087aec87e182c89bba7bcea3/','2026-03-30 13:35:38','2026-03-30 13:35:38','150c2e79-1c15-414b-9fd3-e4c1156eacae'),
(98104,5,NULL,'user_ddbe1636fc9a4f558965764ef6724efae47bd472','user_ddbe1636fc9a4f558965764ef6724efae47bd472/','2026-03-30 13:36:48','2026-03-30 13:36:48','30e26dc3-a446-4a4f-8f48-01ef797e5b3c'),
(98105,5,NULL,'user_d4cd0cfe671e70d34be654f8a416354770aebbc5','user_d4cd0cfe671e70d34be654f8a416354770aebbc5/','2026-03-30 13:37:07','2026-03-30 13:37:07','88a32cb6-b8f6-4220-a2db-89f639c66993'),
(98106,5,NULL,'user_60e8037e689fb375ea972b49071f7c8d85c560cb','user_60e8037e689fb375ea972b49071f7c8d85c560cb/','2026-03-30 13:40:28','2026-03-30 13:40:28','7a53ed8b-e526-4951-a532-0ab07ab123fd'),
(98107,5,NULL,'user_4fcba6114bf2da69e0a809902b8e09e342097ec5','user_4fcba6114bf2da69e0a809902b8e09e342097ec5/','2026-03-30 13:40:33','2026-03-30 13:40:33','13b7a4da-de14-4d32-8150-e7464b53565f'),
(98108,5,NULL,'user_4c50c026bfae47c2657f1c8e530a9afe39cb4f90','user_4c50c026bfae47c2657f1c8e530a9afe39cb4f90/','2026-03-30 13:40:34','2026-03-30 13:40:34','50137ba0-787c-463f-8810-1bc423740925'),
(98109,5,NULL,'user_6669570fa516291b2af206ac4c907da812afe920','user_6669570fa516291b2af206ac4c907da812afe920/','2026-03-30 13:44:13','2026-03-30 13:44:13','4081b11b-5e6e-4089-b1e4-aecfbf7ca9df'),
(98110,5,NULL,'user_06ea11306506a9cc8850f92b83b55aeb5b17fce7','user_06ea11306506a9cc8850f92b83b55aeb5b17fce7/','2026-03-30 13:48:28','2026-03-30 13:48:28','999e9006-2b10-4061-b5f8-2edc02be8485'),
(98111,5,NULL,'user_751c2e9256304b9238fdb782dce62c6985bd7665','user_751c2e9256304b9238fdb782dce62c6985bd7665/','2026-03-30 13:48:40','2026-03-30 13:48:40','39aa1dce-5252-4274-9f82-808d9d70ccdc'),
(98112,5,NULL,'user_f47eaa9ca4b352ba5bc9f61318ef147455d807ac','user_f47eaa9ca4b352ba5bc9f61318ef147455d807ac/','2026-03-30 13:49:03','2026-03-30 13:49:03','47a542b0-c2fa-4612-9d70-caafaf0275bf'),
(98113,5,NULL,'user_1','user_1/','2026-03-30 13:49:57','2026-03-30 13:49:57','a47b8615-0132-4bed-a7c3-403c7bf10636'),
(98114,5,NULL,'user_e032f164bfbef2abb8eec7f3809510596586f35f','user_e032f164bfbef2abb8eec7f3809510596586f35f/','2026-03-30 13:50:49','2026-03-30 13:50:49','26cb52f0-1ccf-46f0-abc4-12f45db77bdd'),
(98115,5,NULL,'user_3e8aac04f06a9f57e8289e540bfa0df48d88a434','user_3e8aac04f06a9f57e8289e540bfa0df48d88a434/','2026-03-30 13:50:57','2026-03-30 13:50:57','db342230-082c-482c-9f80-d44038e834f8'),
(98116,5,NULL,'user_aeb41d96b6f513b18cdd67f4938b7908b0047670','user_aeb41d96b6f513b18cdd67f4938b7908b0047670/','2026-03-30 13:51:01','2026-03-30 13:51:01','d172fa07-ceea-4348-8530-46161b9f8f13'),
(98117,5,NULL,'user_c71a0112c3aad721b31d86e8e79879ac3afd5c2d','user_c71a0112c3aad721b31d86e8e79879ac3afd5c2d/','2026-03-30 13:51:04','2026-03-30 13:51:04','c7bb28c5-6ceb-45e6-8a9e-97e86cafc44a'),
(98118,5,NULL,'user_7c87017a0c797254380c2658ece37eb295436e06','user_7c87017a0c797254380c2658ece37eb295436e06/','2026-03-30 13:51:09','2026-03-30 13:51:09','b5f3386a-4ac8-4d13-a7e1-a73533f74348'),
(98119,5,NULL,'user_8d1d9008d54fbfbf0dd5957e89d26bc68bc2d40b','user_8d1d9008d54fbfbf0dd5957e89d26bc68bc2d40b/','2026-03-30 13:51:40','2026-03-30 13:51:40','059ad7c4-6d03-4a0a-9b6d-3f9db80b0245'),
(98120,5,NULL,'user_e5c00a09aa0bff7e214ff983b4a40c6eb163fa20','user_e5c00a09aa0bff7e214ff983b4a40c6eb163fa20/','2026-03-30 13:51:57','2026-03-30 13:51:57','13ea3e52-08d5-41e4-8e8d-d827a70666a5'),
(98121,5,NULL,'user_128b2c4f66b5bea04ba188bea98d179cf1f7a05b','user_128b2c4f66b5bea04ba188bea98d179cf1f7a05b/','2026-03-30 13:51:58','2026-03-30 13:51:58','491c43a1-4904-4afb-a9fb-1cffd49cb92f'),
(98122,5,NULL,'user_02f5dc39288ea4e5191ddbe7459e028d73b6c40d','user_02f5dc39288ea4e5191ddbe7459e028d73b6c40d/','2026-03-30 13:52:53','2026-03-30 13:52:53','d5daab80-c06c-4b67-a8a9-514fc39c0fc7'),
(98123,5,NULL,'user_c9bb443fbabd5e956de2f44127fbb65202b07a23','user_c9bb443fbabd5e956de2f44127fbb65202b07a23/','2026-03-30 13:53:03','2026-03-30 13:53:03','f37b8a1e-c5bd-4751-9f6d-e39028bac4a7'),
(98124,5,NULL,'user_52a14846d18715d0a85ffc537a62de3f1bc91c22','user_52a14846d18715d0a85ffc537a62de3f1bc91c22/','2026-03-30 13:53:21','2026-03-30 13:53:21','0b9a6e81-36b8-4a02-bc85-a40f05af759d'),
(98125,5,NULL,'user_dd0ce3cb5a8b43ebd70123a81a71f16f25c33322','user_dd0ce3cb5a8b43ebd70123a81a71f16f25c33322/','2026-03-30 13:53:38','2026-03-30 13:53:38','ffaf40de-2597-4475-b146-b6b23403a0ef'),
(98126,5,NULL,'user_08fce672c30ef0b9b8c27836bc4cc3ecd897e376','user_08fce672c30ef0b9b8c27836bc4cc3ecd897e376/','2026-03-30 13:54:02','2026-03-30 13:54:02','b8d02d9e-bfeb-4711-b125-193436d7e3dc'),
(98127,5,NULL,'user_bec86418060dc633811865237eaac62d3e313e60','user_bec86418060dc633811865237eaac62d3e313e60/','2026-03-30 13:54:05','2026-03-30 13:54:05','a8986f60-c478-417b-94de-8f94fa41ff3d'),
(98128,5,NULL,'user_ecc32ea1864cca4a8fe643962b7f95627c7d1f52','user_ecc32ea1864cca4a8fe643962b7f95627c7d1f52/','2026-03-30 13:56:19','2026-03-30 13:56:19','a1b1894d-cf3d-46f3-b614-1bdf28db10a4'),
(98129,5,NULL,'user_17611a5ebfb5f5322ae93fe6c5cb2a55a70afcdd','user_17611a5ebfb5f5322ae93fe6c5cb2a55a70afcdd/','2026-03-30 13:57:37','2026-03-30 13:57:37','378110df-8498-420d-a55a-012de3055623'),
(98130,5,NULL,'user_5b1072d36e2c7a8b8c4c59034561d37c6ddb170e','user_5b1072d36e2c7a8b8c4c59034561d37c6ddb170e/','2026-03-30 13:57:39','2026-03-30 13:57:39','85829eaf-a441-41f0-880e-1cef76bbedb6'),
(98131,5,NULL,'user_7da342f3178f350a4e5aa6402b2f380b999b34dc','user_7da342f3178f350a4e5aa6402b2f380b999b34dc/','2026-03-30 13:58:52','2026-03-30 13:58:52','5c61c2f6-f7bc-4bdb-b385-c3474b0767ce'),
(98132,5,NULL,'user_493179e363ca6d524d447e37394c7f4aa3c20b05','user_493179e363ca6d524d447e37394c7f4aa3c20b05/','2026-03-30 13:59:12','2026-03-30 13:59:12','33554780-722b-4c06-963a-758663f2eac3'),
(98133,5,NULL,'user_4c6b6394959d2b1646be3ec9d12d5db64127c2fc','user_4c6b6394959d2b1646be3ec9d12d5db64127c2fc/','2026-03-30 14:00:10','2026-03-30 14:00:10','9b336fee-ce3b-402a-ae02-17a5b5804326'),
(98134,5,NULL,'user_1d6bf3d06cc173079b642d2c8899bba16f5ea02d','user_1d6bf3d06cc173079b642d2c8899bba16f5ea02d/','2026-03-30 14:01:24','2026-03-30 14:01:24','dfa65a9f-7efa-4e87-ba92-d3d6df980ecc'),
(98135,5,NULL,'user_8c6c7eb249dba2f941d181d300a352fc78a5ab55','user_8c6c7eb249dba2f941d181d300a352fc78a5ab55/','2026-03-30 14:01:38','2026-03-30 14:01:38','db61ca32-d178-40b9-acd0-3565db945eeb'),
(98136,5,NULL,'user_88d3d3bf1e6e954c7583a08c18e86adaa3314ad3','user_88d3d3bf1e6e954c7583a08c18e86adaa3314ad3/','2026-03-30 14:02:44','2026-03-30 14:02:44','d448093b-9588-4dd7-a7b0-3c8442678660'),
(98137,5,NULL,'user_f5674600cb08a63e6430a89663c6ca1cf09c2f44','user_f5674600cb08a63e6430a89663c6ca1cf09c2f44/','2026-03-30 14:06:08','2026-03-30 14:06:08','6916ea76-8ef1-44ad-bcc2-767c4a40f222'),
(98138,5,NULL,'user_2ad8afc815e9e4c37293b9918352eff913853006','user_2ad8afc815e9e4c37293b9918352eff913853006/','2026-03-30 14:07:40','2026-03-30 14:07:40','425b5973-19ac-46d0-b31f-dce3ddf9286f'),
(98139,5,NULL,'user_e69c2e09c8a0a3bf311880bb7ee47b91dac97cfa','user_e69c2e09c8a0a3bf311880bb7ee47b91dac97cfa/','2026-03-30 14:08:18','2026-03-30 14:08:18','60432e1e-92c6-4275-a1f3-a882d106b561'),
(98140,5,NULL,'user_8900e2f3fe623a452615c557bd8015e794c2f0f5','user_8900e2f3fe623a452615c557bd8015e794c2f0f5/','2026-03-30 14:08:19','2026-03-30 14:08:19','0fa34894-2289-4c2c-8155-56151ef2bd78'),
(98141,5,NULL,'user_b5dea9f7a5bbe5d27f9bde4d1fc231b44374c87c','user_b5dea9f7a5bbe5d27f9bde4d1fc231b44374c87c/','2026-03-30 14:08:48','2026-03-30 14:08:48','2361a46f-7cb5-4ff1-847d-a112a07da040'),
(98142,5,NULL,'user_17524be1822bdf06fca82cd9185e335c744b2ee2','user_17524be1822bdf06fca82cd9185e335c744b2ee2/','2026-03-30 14:08:49','2026-03-30 14:08:49','ce6ca0a3-c546-43a3-ba0f-adabbbb74422'),
(98143,5,NULL,'user_6e4e27ae7a07e5324dc461b6a80737b70a6d7aae','user_6e4e27ae7a07e5324dc461b6a80737b70a6d7aae/','2026-03-30 14:09:07','2026-03-30 14:09:07','4c844fac-c49b-4109-80c8-d0597199526a'),
(98144,5,NULL,'user_5f53f94f2072dd5cee431c8740ef3a099d6faa7f','user_5f53f94f2072dd5cee431c8740ef3a099d6faa7f/','2026-03-30 14:09:30','2026-03-30 14:09:30','46e0fb23-7bd4-4d5b-8b03-05cf4cfd62fc'),
(98145,5,NULL,'user_ec59653e083812b7c38d194d987d4122af65577f','user_ec59653e083812b7c38d194d987d4122af65577f/','2026-03-30 14:09:37','2026-03-30 14:09:37','bce74893-44d2-4cda-85df-8c67f1a23f12'),
(98146,5,NULL,'user_f480d27b6a2bbd460d2fdc0c0245966563836049','user_f480d27b6a2bbd460d2fdc0c0245966563836049/','2026-03-30 14:09:57','2026-03-30 14:09:57','5b4804d8-d653-4271-b9cd-0fdd9312e70f'),
(98147,5,NULL,'user_1dbb1e097b03311564438348341275a4a3669b6d','user_1dbb1e097b03311564438348341275a4a3669b6d/','2026-03-30 14:11:57','2026-03-30 14:11:57','500dc266-e99b-4df1-b2e5-ed1114164f03'),
(98148,5,NULL,'user_bd4f9055722070ba9d0a1e93f2adef4df63d568c','user_bd4f9055722070ba9d0a1e93f2adef4df63d568c/','2026-03-30 14:14:11','2026-03-30 14:14:11','da5d6ad8-12ba-42e4-895d-e24902032b42'),
(98149,5,NULL,'user_31575fd471294d5e570a1e127521db8c80d94e8e','user_31575fd471294d5e570a1e127521db8c80d94e8e/','2026-03-30 14:14:21','2026-03-30 14:14:21','e2c7a426-dd6c-4762-a73c-bd91c560b960'),
(98150,5,NULL,'user_47b2f740e1669eb01e19e7a16410af3ae40dc781','user_47b2f740e1669eb01e19e7a16410af3ae40dc781/','2026-03-30 14:14:49','2026-03-30 14:14:49','edbf9bcc-035a-4cd6-9412-dcd3ba8c1c4c'),
(98151,5,NULL,'user_d3942cab593f41f434469edc6e541e8400ff806a','user_d3942cab593f41f434469edc6e541e8400ff806a/','2026-03-30 14:15:16','2026-03-30 14:15:16','41c7cff6-715e-49cd-a53c-be53398cfd68'),
(98152,5,NULL,'user_ed3efb023690f84639e7edb870a8f1dc439dced7','user_ed3efb023690f84639e7edb870a8f1dc439dced7/','2026-03-30 14:16:00','2026-03-30 14:16:00','7abc7fb6-d1d2-4b29-8a34-b0b377cdcf5c'),
(98153,5,NULL,'user_1e75755bf643dbdafbcf8b675a2ca9d83aa54400','user_1e75755bf643dbdafbcf8b675a2ca9d83aa54400/','2026-03-30 14:16:05','2026-03-30 14:16:05','245c63d4-b190-4135-9ed5-fea3bfe3311f'),
(98154,5,NULL,'user_89867d199f7b79457bc6a9f242a32cfa63e8ad3b','user_89867d199f7b79457bc6a9f242a32cfa63e8ad3b/','2026-03-30 14:16:19','2026-03-30 14:16:19','24f781fb-cf11-4c0b-acff-7f8d8012055f'),
(98155,5,NULL,'user_ff731787a10f1ec19e16fc3aa08d96cc3a7799db','user_ff731787a10f1ec19e16fc3aa08d96cc3a7799db/','2026-03-30 14:17:47','2026-03-30 14:17:47','d380620a-6e9f-42fa-86e9-622b3ae61b42'),
(98156,5,NULL,'user_fec505d22d2a32fc3252da510f2fe0bdf1a422fd','user_fec505d22d2a32fc3252da510f2fe0bdf1a422fd/','2026-03-30 14:18:28','2026-03-30 14:18:28','fe035e94-dc2c-4d28-a375-c2b1959f513b'),
(98157,5,NULL,'user_bb61a6eb9be2c4dd1389cab01062019ffc656cc1','user_bb61a6eb9be2c4dd1389cab01062019ffc656cc1/','2026-03-30 14:19:31','2026-03-30 14:19:31','a5262b83-9edc-4d1b-b2ff-6b6fd02b48c5'),
(98158,5,NULL,'user_2786ace3ae4cdbae57f266dd69ea911ae63bf6c8','user_2786ace3ae4cdbae57f266dd69ea911ae63bf6c8/','2026-03-30 14:23:30','2026-03-30 14:23:30','ad883558-07eb-40a5-a409-f5684c354620'),
(98159,5,NULL,'user_6ca63716ac02a5976e5d8481b050b63cb4fbe13b','user_6ca63716ac02a5976e5d8481b050b63cb4fbe13b/','2026-03-30 14:24:40','2026-03-30 14:24:40','c49a46f0-2833-4033-bd13-e3d6d52c79c1'),
(98160,5,NULL,'user_f0b5f728e08706fac7ed08983d86a794dc1f163a','user_f0b5f728e08706fac7ed08983d86a794dc1f163a/','2026-03-30 14:25:23','2026-03-30 14:25:23','d6dcbc55-2272-4b0f-b0d4-933c02a4dec1'),
(98161,5,NULL,'user_4cc135e1df7d2e5f5fb0e4168531e73ddc4e4e1b','user_4cc135e1df7d2e5f5fb0e4168531e73ddc4e4e1b/','2026-03-30 14:26:14','2026-03-30 14:26:14','109ed536-ae63-47e6-99f5-0f946b0696fc'),
(98162,5,NULL,'user_66c2fbdf09e8cfbad2f74a567f46fd3f921096b3','user_66c2fbdf09e8cfbad2f74a567f46fd3f921096b3/','2026-03-30 14:28:19','2026-03-30 14:28:19','f621bbc4-60c8-4178-ad49-95f9b95ebf6a'),
(98163,5,NULL,'user_f65fea54046f2910714b2b6e7b8a15ea6e7a501e','user_f65fea54046f2910714b2b6e7b8a15ea6e7a501e/','2026-03-30 14:29:08','2026-03-30 14:29:08','29b8a6eb-8482-4b4d-ae2e-1b29e2fabadc'),
(98164,5,NULL,'user_15842f511ac2e2b0ba4763e93fd0d2e3ebbf86c9','user_15842f511ac2e2b0ba4763e93fd0d2e3ebbf86c9/','2026-03-30 14:29:33','2026-03-30 14:29:33','2b08a1b1-ef71-4465-9a63-84e04a9235a2'),
(98165,5,NULL,'user_ae12b7341f8b75edcb127624ffa1099ff7734027','user_ae12b7341f8b75edcb127624ffa1099ff7734027/','2026-03-30 14:30:09','2026-03-30 14:30:09','2388b1f3-5b39-45b4-9004-aa236e6fe2bc'),
(98166,5,NULL,'user_ad98fb2f6424a43f63066e3538e4369a1da4ae7e','user_ad98fb2f6424a43f63066e3538e4369a1da4ae7e/','2026-03-30 14:30:21','2026-03-30 14:30:21','10dcf03e-25ac-4714-8365-87fa494faaf4'),
(98167,5,NULL,'user_748fbc81eb5fc113f4ba73c21e1ee1fc1ad697d6','user_748fbc81eb5fc113f4ba73c21e1ee1fc1ad697d6/','2026-03-30 14:31:43','2026-03-30 14:31:43','bfc4b073-a573-4ce2-a6eb-7a602a82fd6a'),
(98168,5,NULL,'user_9bef562072dc3e723204070a1dda68a4c60c5f0e','user_9bef562072dc3e723204070a1dda68a4c60c5f0e/','2026-03-30 14:31:47','2026-03-30 14:31:47','996496b1-22a9-48f6-9199-65e8db570678'),
(98169,5,NULL,'user_b79b12c772c73a438f5ac5ae9b3b6e667763501c','user_b79b12c772c73a438f5ac5ae9b3b6e667763501c/','2026-03-30 14:31:53','2026-03-30 14:31:53','795fbe99-05be-4865-b57e-5d4a7c7dfb91'),
(98170,5,NULL,'user_3ec72c2002a224e382731ed24dceec809c36eb51','user_3ec72c2002a224e382731ed24dceec809c36eb51/','2026-03-30 14:31:59','2026-03-30 14:31:59','bf114bd8-c1f4-4aea-8055-cb2d0905c11b'),
(98171,5,NULL,'user_cd16408fc02a2e365d8d7e633a85d968da024ad7','user_cd16408fc02a2e365d8d7e633a85d968da024ad7/','2026-03-30 14:32:01','2026-03-30 14:32:01','5b3c7e75-eb59-4662-96c4-c84762e5ba8d'),
(98172,5,NULL,'user_447ddcf5e0fab23355eb5f8d9047b17507fa5e1d','user_447ddcf5e0fab23355eb5f8d9047b17507fa5e1d/','2026-03-30 14:33:01','2026-03-30 14:33:01','9f43c9b4-c886-42cf-86c9-746e198179d4'),
(98173,5,NULL,'user_9b099bdc715616c486634d6d5ea12994e476a0e3','user_9b099bdc715616c486634d6d5ea12994e476a0e3/','2026-03-30 14:33:03','2026-03-30 14:33:03','671cf06a-3a4b-4992-b800-42cb97825aee'),
(98174,5,NULL,'user_9cdc4e3ee36290a0d45d96c4054aa38587eb5b7b','user_9cdc4e3ee36290a0d45d96c4054aa38587eb5b7b/','2026-03-30 14:33:28','2026-03-30 14:33:28','7592d4d0-e1c6-41da-955c-3440eed061fb'),
(98175,5,NULL,'user_e9bef2bc0e008ece31b37cebdb7cf3a0c0428f60','user_e9bef2bc0e008ece31b37cebdb7cf3a0c0428f60/','2026-03-30 14:33:51','2026-03-30 14:33:51','861cc33e-4392-49e5-a6cc-09057552e1fd'),
(98176,5,NULL,'user_8a264fa278de76838ab53b328b235b5e79c66956','user_8a264fa278de76838ab53b328b235b5e79c66956/','2026-03-30 14:34:11','2026-03-30 14:34:11','f7be92c6-b7e9-40e8-8b3a-12723fc90c18'),
(98177,5,NULL,'user_e5527e6c23ad778d80a033477da72b85f224330a','user_e5527e6c23ad778d80a033477da72b85f224330a/','2026-03-30 14:34:58','2026-03-30 14:34:58','76028585-8184-4e83-9237-7d3d7c16ffdd'),
(98178,5,NULL,'user_8476e7876bb20858dc270d073d5e0e1f9f77ff0e','user_8476e7876bb20858dc270d073d5e0e1f9f77ff0e/','2026-03-30 14:34:59','2026-03-30 14:34:59','b1673c97-1224-4655-b19b-c6569d1aadb8'),
(98179,5,NULL,'user_7a1a8976cdce8d1f072503123bf07d38c802e190','user_7a1a8976cdce8d1f072503123bf07d38c802e190/','2026-03-30 14:35:38','2026-03-30 14:35:38','29fabcd2-63c2-4e58-a3ff-f0fc8132a99b'),
(98180,5,NULL,'user_940a28a12e72e4d86825de2d2f8bcf792c53037b','user_940a28a12e72e4d86825de2d2f8bcf792c53037b/','2026-03-30 14:36:20','2026-03-30 14:36:20','db5272d0-3614-4b9a-aafa-d90a6f9b2945'),
(98181,5,NULL,'user_a2f5141e9dc88283da375d73e11fe165c319d02c','user_a2f5141e9dc88283da375d73e11fe165c319d02c/','2026-03-30 14:36:49','2026-03-30 14:36:49','bd0b70d5-237a-40b4-a02a-e2aed2361bb6'),
(98182,5,NULL,'user_3701bcaab7150b76756e8242aaa33eec66401fa0','user_3701bcaab7150b76756e8242aaa33eec66401fa0/','2026-03-30 14:38:44','2026-03-30 14:38:44','e2bd0208-c50e-4aab-8c32-4aee5296b704'),
(98183,5,NULL,'user_66d98df7ca3012195bbfde4e5f176e0ac60b9876','user_66d98df7ca3012195bbfde4e5f176e0ac60b9876/','2026-03-30 14:38:47','2026-03-30 14:38:47','d1240387-fd47-4ea1-959b-b87a1d945e6a'),
(98184,5,NULL,'user_c0538ea9ce43877e7c136bc6b4ef205928280b22','user_c0538ea9ce43877e7c136bc6b4ef205928280b22/','2026-03-30 14:39:31','2026-03-30 14:39:31','14a8f513-1334-4a86-9520-9ee87975f81d'),
(98185,5,NULL,'user_4a9af8f5d3c5d77835ddfb8490039cc2848ccfdd','user_4a9af8f5d3c5d77835ddfb8490039cc2848ccfdd/','2026-03-30 14:40:30','2026-03-30 14:40:30','908fa720-fb9d-437f-a87d-52794dc9210e'),
(98186,5,NULL,'user_af417b0a3be30d91a0b325b4c54bd75cd2202455','user_af417b0a3be30d91a0b325b4c54bd75cd2202455/','2026-03-30 14:40:55','2026-03-30 14:40:55','81d412e8-3998-4311-ab0a-e8a4bbfb700b'),
(98187,5,NULL,'user_b7667827cb3eb20f467a96674659a47ac09ad16a','user_b7667827cb3eb20f467a96674659a47ac09ad16a/','2026-03-30 14:40:57','2026-03-30 14:40:57','f47a7e64-9d5c-4352-bf6f-cbb8c8e16608'),
(98188,5,NULL,'user_6952a26a188dc858dcd0d77e8ed934ccbd5e4340','user_6952a26a188dc858dcd0d77e8ed934ccbd5e4340/','2026-03-30 14:41:02','2026-03-30 14:41:02','666944e0-d5ee-453c-917a-22638f00ef8b'),
(98189,5,NULL,'user_7c5a5cc76018cd9c0784fdd938c3a939942c2ef2','user_7c5a5cc76018cd9c0784fdd938c3a939942c2ef2/','2026-03-30 14:41:58','2026-03-30 14:41:58','2cfd94f8-73d5-4e3f-872c-fac1e72bcbb3'),
(98190,5,NULL,'user_6ca111798823b91b41dc0995bc73950554639b69','user_6ca111798823b91b41dc0995bc73950554639b69/','2026-03-30 14:43:22','2026-03-30 14:43:22','ab58c04c-3b18-4d57-91b2-97d508ab670f'),
(98191,5,NULL,'user_a027dbe65b6d60825887a49adbd4fe9a36fb806e','user_a027dbe65b6d60825887a49adbd4fe9a36fb806e/','2026-03-30 14:43:26','2026-03-30 14:43:26','f026d436-6fe8-44df-9a6c-709ae3bbd816'),
(98192,5,NULL,'user_cd93759394eda8d0169090cdb327ae37c71b26fd','user_cd93759394eda8d0169090cdb327ae37c71b26fd/','2026-03-30 14:43:37','2026-03-30 14:43:37','43b21872-ab76-4f59-b3ba-856ab87e32f2'),
(98193,5,NULL,'user_49ec5866db6f5264a5e816b4b4f49f44507a1349','user_49ec5866db6f5264a5e816b4b4f49f44507a1349/','2026-03-30 14:45:08','2026-03-30 14:45:08','e930a2cf-57f3-497d-85e1-b6fce3eadf9a'),
(98194,5,NULL,'user_5a45f4f49ce17cb0b77cf03184deb9703ef697a2','user_5a45f4f49ce17cb0b77cf03184deb9703ef697a2/','2026-03-30 14:45:23','2026-03-30 14:45:23','2618dc89-114c-48b8-9d64-ebc21c876690'),
(98195,5,NULL,'user_8877e486b7ddb51151dfd4c354811553644b64c2','user_8877e486b7ddb51151dfd4c354811553644b64c2/','2026-03-30 14:46:03','2026-03-30 14:46:03','02b2a8b9-f95c-4249-b48c-5bbf2f1e4730'),
(98196,5,NULL,'user_7e864ef0b2723509f3fad352e89dffac316da3b1','user_7e864ef0b2723509f3fad352e89dffac316da3b1/','2026-03-30 14:46:18','2026-03-30 14:46:18','f3cf65a4-3893-4569-99f6-915d61b62992'),
(98197,5,NULL,'user_99796354c892c20a5f38e131f592cda0bb0c94fa','user_99796354c892c20a5f38e131f592cda0bb0c94fa/','2026-03-30 14:47:51','2026-03-30 14:47:51','8013154e-012c-47d8-a42a-93f5ebc2ea77'),
(98198,5,NULL,'user_f57b56e7d0c1828b4fdcb1315af1359f2ec86d0e','user_f57b56e7d0c1828b4fdcb1315af1359f2ec86d0e/','2026-03-30 14:48:01','2026-03-30 14:48:01','2b11188e-e66b-4ef2-b40b-479dea4abfa3'),
(98199,5,NULL,'user_4c263a36927e241a6562ca3c1008e0072d5d76e9','user_4c263a36927e241a6562ca3c1008e0072d5d76e9/','2026-03-30 14:48:12','2026-03-30 14:48:12','f2e7e8f7-a497-4d76-b919-f76ee61bfcad'),
(98200,5,NULL,'user_0785b0839ca701496f5945a92dd3d2e8f7c276fa','user_0785b0839ca701496f5945a92dd3d2e8f7c276fa/','2026-03-30 14:48:55','2026-03-30 14:48:55','2818bb47-0b5a-4965-a54a-4050e445ff42'),
(98201,5,NULL,'user_52378336f56b5b9ff9d2972120b30994216b0f46','user_52378336f56b5b9ff9d2972120b30994216b0f46/','2026-03-30 14:49:00','2026-03-30 14:49:00','89309978-414a-4ee4-8394-8ac8416816b7'),
(98202,5,NULL,'user_0887f92461e8f5c05545b057374cf7c1213b05bd','user_0887f92461e8f5c05545b057374cf7c1213b05bd/','2026-03-30 14:49:13','2026-03-30 14:49:13','e732d0d4-16f3-4f77-a7d7-bd1d19e63506'),
(98203,5,NULL,'user_f14cb88ddef2b5034139919a0fad918ece707dcc','user_f14cb88ddef2b5034139919a0fad918ece707dcc/','2026-03-30 14:49:25','2026-03-30 14:49:25','52424d0e-01c9-458b-b588-142a55e99356'),
(98204,5,NULL,'user_9ee3ca7cce75466ae4cf00db10ec4950867b6c99','user_9ee3ca7cce75466ae4cf00db10ec4950867b6c99/','2026-03-30 14:53:58','2026-03-30 14:53:58','35cba6e6-e570-4a2a-a1b8-9d2b86911eca'),
(98205,5,NULL,'user_c7268ed9ba39f5f3584c49785ef9f6b9d268be0d','user_c7268ed9ba39f5f3584c49785ef9f6b9d268be0d/','2026-03-30 14:54:06','2026-03-30 14:54:06','42726960-4254-41db-afde-4311ee07593e'),
(98206,5,NULL,'user_d47c56569a508991c477c0b318d7f6b3030ff669','user_d47c56569a508991c477c0b318d7f6b3030ff669/','2026-03-30 14:54:12','2026-03-30 14:54:12','55546b3d-2ffb-4814-9736-16ef2f6fb586'),
(98207,5,NULL,'user_f7b6a04e135c3f87a4ca780fabeb2eac1c05e538','user_f7b6a04e135c3f87a4ca780fabeb2eac1c05e538/','2026-03-30 14:54:19','2026-03-30 14:54:19','64e5f09f-202d-40f6-a7a7-e1cc78e4c203'),
(98208,5,NULL,'user_7b20fa947a395626bdf8e3f504b35276eac4b612','user_7b20fa947a395626bdf8e3f504b35276eac4b612/','2026-03-30 14:55:36','2026-03-30 14:55:36','0a968eef-cb01-4a5d-9bd0-c9e15900c8c7'),
(98209,5,NULL,'user_cbf679662c8d889f339280e4c6ca5a80a95258bf','user_cbf679662c8d889f339280e4c6ca5a80a95258bf/','2026-03-30 14:57:12','2026-03-30 14:57:12','6b4de9b1-1269-47d0-8dfc-e75db90414c9'),
(98210,5,NULL,'user_957bafa91e33384acfea7195e49c4d86ec7a7bb1','user_957bafa91e33384acfea7195e49c4d86ec7a7bb1/','2026-03-30 14:57:51','2026-03-30 14:57:51','4b312e70-8161-4b1b-8d9b-0a6fb2abccd1'),
(98211,5,NULL,'user_ded837822dcecf1a90396c0cb3c662524343fe36','user_ded837822dcecf1a90396c0cb3c662524343fe36/','2026-03-30 14:58:34','2026-03-30 14:58:34','038c40d7-a14e-493a-b866-0eaa6b71844f'),
(98212,5,NULL,'user_2a76892b31f4f413a6d403e40562ab5c186cd955','user_2a76892b31f4f413a6d403e40562ab5c186cd955/','2026-03-30 14:58:49','2026-03-30 14:58:49','155f36d2-6b08-4634-aa70-43f9b0843a36'),
(98213,5,NULL,'user_6a80b3a2bbb27e171fba009815c5f41bbe3990a2','user_6a80b3a2bbb27e171fba009815c5f41bbe3990a2/','2026-03-30 14:58:50','2026-03-30 14:58:50','0e0f2e1e-b5f2-4257-93af-1a9d4933594d'),
(98214,5,NULL,'user_f0892a5148559b2e2ce43a54688462c580be5380','user_f0892a5148559b2e2ce43a54688462c580be5380/','2026-03-30 14:59:03','2026-03-30 14:59:03','9f209d4c-571a-4b8a-a4f2-efda2fed1227'),
(98215,5,NULL,'user_21a30a95e1d3c3770f19b535f515a08f7f31027f','user_21a30a95e1d3c3770f19b535f515a08f7f31027f/','2026-03-30 15:01:05','2026-03-30 15:01:05','bcc808b2-18e8-479c-8d44-1934ea465805'),
(98216,5,NULL,'user_9e87f87d336aad59c16ed88b6fd6bbea93d2c429','user_9e87f87d336aad59c16ed88b6fd6bbea93d2c429/','2026-03-30 15:01:08','2026-03-30 15:01:08','48191b8f-925e-4316-9f8f-4d4c8b5925bb'),
(98217,5,NULL,'user_ddf100898b8d4eb512951aea924f6dffc3b49879','user_ddf100898b8d4eb512951aea924f6dffc3b49879/','2026-03-30 15:01:51','2026-03-30 15:01:51','8d59748c-6de0-4752-acc8-e702f232a1ac'),
(98218,5,NULL,'user_765de34b18dfd0fa97fb543e51d8f3938f19060f','user_765de34b18dfd0fa97fb543e51d8f3938f19060f/','2026-03-30 15:03:54','2026-03-30 15:03:54','c21950c2-b85f-49ef-acf3-c2d2f5bab1d3'),
(98219,5,NULL,'user_37401a275e0a412aef2e4ca77b0595813aa7bcab','user_37401a275e0a412aef2e4ca77b0595813aa7bcab/','2026-03-30 15:03:56','2026-03-30 15:03:56','3108fa77-2104-44e2-a70f-afb287d4e99b'),
(98220,5,NULL,'user_dac9f39a242de6aebdd9d3ced4f38918c6c15d95','user_dac9f39a242de6aebdd9d3ced4f38918c6c15d95/','2026-03-30 15:03:56','2026-03-30 15:03:56','3d53ed1e-a06e-4a15-a9bc-5e6464a75583'),
(98221,5,NULL,'user_30af63926eb010981a2bccb98f495baa13ac447d','user_30af63926eb010981a2bccb98f495baa13ac447d/','2026-03-30 15:04:32','2026-03-30 15:04:32','1dc08e7a-65d6-482e-8d00-05d1db9f9021'),
(98222,5,NULL,'user_9b27c1b4ddc001037e5613ad08b795b9f64ae37f','user_9b27c1b4ddc001037e5613ad08b795b9f64ae37f/','2026-03-30 15:05:20','2026-03-30 15:05:20','0e4c1ce3-1305-4ef0-9174-8ac2d8712df9'),
(98223,5,NULL,'user_1c4f5f157f5def737f6f536d83562349f2a1399d','user_1c4f5f157f5def737f6f536d83562349f2a1399d/','2026-03-30 15:05:54','2026-03-30 15:05:54','64d02b96-2d9f-48de-8090-2bb60c4edd8d'),
(98224,5,NULL,'user_9dfb69d50df4fe2d69d8541ac307718bd3ebeada','user_9dfb69d50df4fe2d69d8541ac307718bd3ebeada/','2026-03-30 15:05:54','2026-03-30 15:05:54','b6e919cc-860d-494b-97e0-d2baeda804db'),
(98225,5,NULL,'user_e0806ed2a40764dbfb108fda46084743b77c4ecd','user_e0806ed2a40764dbfb108fda46084743b77c4ecd/','2026-03-30 15:06:14','2026-03-30 15:06:14','6c4618ae-445c-44b3-9791-11734f88919c'),
(98226,5,NULL,'user_6eb6ac13650bcbb8f8993c5332faa89eb73de69f','user_6eb6ac13650bcbb8f8993c5332faa89eb73de69f/','2026-03-30 15:06:28','2026-03-30 15:06:28','fabeb2b3-1335-4695-94a3-97ad1106060f'),
(98227,5,NULL,'user_53f0db16dfdef65fe7c09421ccdfd9846af835fa','user_53f0db16dfdef65fe7c09421ccdfd9846af835fa/','2026-03-30 15:07:29','2026-03-30 15:07:29','4d99c8f3-6ca1-4eae-96f0-4cfde7912b26'),
(98228,5,NULL,'user_9eaceae29d166d020c2d4252220ad733ff0cf4a2','user_9eaceae29d166d020c2d4252220ad733ff0cf4a2/','2026-03-30 15:08:00','2026-03-30 15:08:00','94c52bb5-1a9b-41fd-890f-cae10e909e06'),
(98229,5,NULL,'user_37187f7da8eaff30d4a7f2cf0b950ef7faa407f1','user_37187f7da8eaff30d4a7f2cf0b950ef7faa407f1/','2026-03-30 15:10:05','2026-03-30 15:10:05','c42a1aa4-fb26-474c-a252-1b84a96a08c8'),
(98230,5,NULL,'user_cc2049e50812de11432851b6f34038d89dbc10d6','user_cc2049e50812de11432851b6f34038d89dbc10d6/','2026-03-30 15:10:10','2026-03-30 15:10:10','f79aeeb1-9db0-45d7-b837-1a6526557e5f'),
(98231,5,NULL,'user_86863a7b7ea05126ac34063e4ed6ead8731ab613','user_86863a7b7ea05126ac34063e4ed6ead8731ab613/','2026-03-30 15:10:17','2026-03-30 15:10:17','62385f22-c293-4b76-9538-886249870359'),
(98232,5,NULL,'user_0aafa90aa7151790ad932f51e8ec53144b885d10','user_0aafa90aa7151790ad932f51e8ec53144b885d10/','2026-03-30 15:10:28','2026-03-30 15:10:28','35ffe7c9-7600-44bb-a8dd-0c8d1339eb62'),
(98233,5,NULL,'user_d66f88cdb70bad8831d34416b52e29fcbc66d769','user_d66f88cdb70bad8831d34416b52e29fcbc66d769/','2026-03-30 15:11:09','2026-03-30 15:11:09','ab7cb6bf-47de-4980-8484-c1ff4a8127f6'),
(98234,5,NULL,'user_cb13f08442b9d33afb20c571f98fd7fe2b5790f1','user_cb13f08442b9d33afb20c571f98fd7fe2b5790f1/','2026-03-30 15:11:40','2026-03-30 15:11:40','199650e6-e41e-45f1-a656-33f213f236cb'),
(98235,5,NULL,'user_5dc333888052c911ef020cc5d289f7fd21bb508a','user_5dc333888052c911ef020cc5d289f7fd21bb508a/','2026-03-30 15:11:46','2026-03-30 15:11:46','15e78578-f5da-4e9d-a7ab-e234b6bb7b47'),
(98236,5,NULL,'user_40dcc3817ad926df1e0f481431acad15ddd187d0','user_40dcc3817ad926df1e0f481431acad15ddd187d0/','2026-03-30 15:12:08','2026-03-30 15:12:08','25f653d3-1676-443c-b68e-6ba2b9419647'),
(98237,5,NULL,'user_217d0c1c6ad53ddfea9972cf39fb1aa82ba9d4db','user_217d0c1c6ad53ddfea9972cf39fb1aa82ba9d4db/','2026-03-30 15:13:15','2026-03-30 15:13:15','4ab06d0a-c781-4e67-ba47-b3744955908f'),
(98238,5,NULL,'user_94ac48451232eacdbfe82f5e21756fe6d7087e82','user_94ac48451232eacdbfe82f5e21756fe6d7087e82/','2026-03-30 15:14:00','2026-03-30 15:14:00','881ac18a-0d20-4fad-b93d-704c073568d3'),
(98239,5,NULL,'user_49253f9f0cfc6e8eadd0982023b4371e3d15ad5c','user_49253f9f0cfc6e8eadd0982023b4371e3d15ad5c/','2026-03-30 15:14:59','2026-03-30 15:14:59','ef438c72-9cdb-43d8-a08b-4f0a310fea8d'),
(98240,5,NULL,'user_c8bc4c63e17d59623aef73f916f8e6c60b631569','user_c8bc4c63e17d59623aef73f916f8e6c60b631569/','2026-03-30 15:15:45','2026-03-30 15:15:45','2623f3f6-3ca7-4ba2-956e-3e9cbabbc196'),
(98241,5,NULL,'user_bcff81b27232414df68735f3735f4023f1ecebd3','user_bcff81b27232414df68735f3735f4023f1ecebd3/','2026-03-30 15:16:26','2026-03-30 15:16:26','08510b98-b62d-45ad-a295-1be0ba425e3a'),
(98242,5,NULL,'user_fdd4d93141aac2f54a84a103a9bc9a08dbb40267','user_fdd4d93141aac2f54a84a103a9bc9a08dbb40267/','2026-03-30 15:16:27','2026-03-30 15:16:27','8a8fe445-8148-4444-b784-8bbc9d1e5e5b'),
(98243,5,NULL,'user_9288d263ef957902d3bf30fe6369e0ba5c697652','user_9288d263ef957902d3bf30fe6369e0ba5c697652/','2026-03-30 15:16:33','2026-03-30 15:16:33','7ac726cc-4da6-4f3c-a2fa-f4f7ff15a56b'),
(98244,5,NULL,'user_ff7c9c537ec3040f6d890dd4d5628a51ccb00c0e','user_ff7c9c537ec3040f6d890dd4d5628a51ccb00c0e/','2026-03-30 15:16:52','2026-03-30 15:16:52','69aa2876-e195-4a93-8fb5-157ea49f2a9f'),
(98245,5,NULL,'user_cde8ad499ed9cf9b7c11d4d2ad38b25bad218ee6','user_cde8ad499ed9cf9b7c11d4d2ad38b25bad218ee6/','2026-03-30 15:17:10','2026-03-30 15:17:10','84c5c68e-c657-4182-bb50-7a9232d4475d'),
(98246,5,NULL,'user_b0720b7da410c4df527096090b63f77f76c1c05e','user_b0720b7da410c4df527096090b63f77f76c1c05e/','2026-03-30 15:17:43','2026-03-30 15:17:43','5e1bd0cb-7e3c-4bed-84f4-3e35beb8a586'),
(98247,5,NULL,'user_0e3f09d9cd5942bf9b645845e4ee058b884492a0','user_0e3f09d9cd5942bf9b645845e4ee058b884492a0/','2026-03-30 15:17:48','2026-03-30 15:17:48','a9b73611-5c49-4ed7-a6f5-62be1734742d'),
(98248,5,NULL,'user_4d3b3211da46238280ea3f957c3bbd06f2dffd04','user_4d3b3211da46238280ea3f957c3bbd06f2dffd04/','2026-03-30 15:17:58','2026-03-30 15:17:58','27a0e04a-6957-4c42-a1af-2854919e7a09'),
(98249,5,NULL,'user_e2ca3733dbb6d3faf6ecaf6dabcf08e1a99288ee','user_e2ca3733dbb6d3faf6ecaf6dabcf08e1a99288ee/','2026-03-30 15:18:21','2026-03-30 15:18:21','6f7033ae-6ad6-4e62-92a2-a6e313e0f254'),
(98250,5,NULL,'user_25e060070571f05106d669e0a6f1e201e2b70331','user_25e060070571f05106d669e0a6f1e201e2b70331/','2026-03-30 15:18:52','2026-03-30 15:18:52','1056f5f6-2a88-4170-8571-0d1d12b7ff08'),
(98251,5,NULL,'user_da9095ecf19c1cadf3c5699f977f8e72bec50be7','user_da9095ecf19c1cadf3c5699f977f8e72bec50be7/','2026-03-30 15:18:54','2026-03-30 15:18:54','a95f8fe9-74e7-48eb-9d03-49b4af871376'),
(98252,5,NULL,'user_4e5c18e5f5a4bbd2607fe9f8e689db8038b43b30','user_4e5c18e5f5a4bbd2607fe9f8e689db8038b43b30/','2026-03-30 15:19:00','2026-03-30 15:19:00','5f3f3654-fe68-4493-8e85-5eac862f309a'),
(98253,5,NULL,'user_5698fb6d1e4ad652af49196f4fd0619aa31d6c08','user_5698fb6d1e4ad652af49196f4fd0619aa31d6c08/','2026-03-30 15:20:23','2026-03-30 15:20:23','663d4636-bc34-4d86-9fd8-7e05aed8bef2'),
(98254,5,NULL,'user_425395a2402e8d5c5ffe30d3e3a62ede1d8b0046','user_425395a2402e8d5c5ffe30d3e3a62ede1d8b0046/','2026-03-30 15:20:54','2026-03-30 15:20:54','048ddfb6-fd5d-4f23-9c27-09395a6af810'),
(98255,5,NULL,'user_86ceb5ed45a780517a2ffe81f4cd2c2fabbc2201','user_86ceb5ed45a780517a2ffe81f4cd2c2fabbc2201/','2026-03-30 15:21:29','2026-03-30 15:21:29','47bb18f7-e214-43cd-9c49-249787a68804'),
(98256,5,NULL,'user_0bff56bb52dc903b3361f558ee3933a049fa0857','user_0bff56bb52dc903b3361f558ee3933a049fa0857/','2026-03-30 15:22:01','2026-03-30 15:22:01','a2977939-8e5a-4a09-b413-573bf97d30a2'),
(98257,5,NULL,'user_a396b62b807a836ce1f3cef7d8e18d89b218e3c0','user_a396b62b807a836ce1f3cef7d8e18d89b218e3c0/','2026-03-30 15:22:34','2026-03-30 15:22:34','2a167c7e-a576-4f68-8c03-1621bfe807e4'),
(98258,5,NULL,'user_ba41331dca9150de7290befaac2e95eb0d885b99','user_ba41331dca9150de7290befaac2e95eb0d885b99/','2026-03-30 15:22:37','2026-03-30 15:22:37','72a3aeec-e300-42c0-be17-9cc4d02bdae0'),
(98259,5,NULL,'user_8994b5f874be49b2125d059686d701c8db8c7340','user_8994b5f874be49b2125d059686d701c8db8c7340/','2026-03-30 15:23:48','2026-03-30 15:23:48','c6425fe9-5485-4e1c-a0ae-993bf5b689d1'),
(98260,5,NULL,'user_272a052619e0f71a7d7609249d88ae9b4dfd1e35','user_272a052619e0f71a7d7609249d88ae9b4dfd1e35/','2026-03-30 15:24:54','2026-03-30 15:24:54','8f4ec468-5ed7-493d-9059-a7271c38093b'),
(98261,5,NULL,'user_5b55bdbb9bad134cb583d612924849419b7cb341','user_5b55bdbb9bad134cb583d612924849419b7cb341/','2026-03-30 15:24:54','2026-03-30 15:24:54','60bfd25e-0eeb-4355-a965-65a238d9b59e'),
(98262,5,NULL,'user_33cb615b641736edc4929530162b8edfb0c3f613','user_33cb615b641736edc4929530162b8edfb0c3f613/','2026-03-30 15:24:56','2026-03-30 15:24:56','dd17689d-ee19-4788-bb82-4aca15014dc9'),
(98263,5,NULL,'user_30729b98c4dfbf9f53663bfe47719b348918adfb','user_30729b98c4dfbf9f53663bfe47719b348918adfb/','2026-03-30 15:24:56','2026-03-30 15:24:56','e80beb6c-576b-45d8-9508-9c70dfef479c'),
(98264,5,NULL,'user_afb440091f4859f1057349a9ddd0d04d93aacea6','user_afb440091f4859f1057349a9ddd0d04d93aacea6/','2026-03-30 15:25:58','2026-03-30 15:25:58','db7cee56-e910-45ba-8257-fcd18c423932'),
(98265,5,NULL,'user_365c727a906f520a905f5f79bbd7d806ea35fb19','user_365c727a906f520a905f5f79bbd7d806ea35fb19/','2026-03-30 15:26:30','2026-03-30 15:26:30','b44f7b81-337c-4f81-b1a3-aef1028cf6b4'),
(98266,5,NULL,'user_5ffe43f695caa270d461ffb74658a4011c701ac0','user_5ffe43f695caa270d461ffb74658a4011c701ac0/','2026-03-30 15:26:32','2026-03-30 15:26:32','1613c29f-7d35-428d-9317-33db3cbb6e2d'),
(98267,5,NULL,'user_822e1eba1d39e7acadd78f6e0101d68429680cda','user_822e1eba1d39e7acadd78f6e0101d68429680cda/','2026-03-30 15:27:00','2026-03-30 15:27:00','00788ec4-5b2e-4381-ad3a-e0e08df9df2a'),
(98268,5,NULL,'user_3aebf1e11b63a5fa66cd8031e58c62e3a94bb8a9','user_3aebf1e11b63a5fa66cd8031e58c62e3a94bb8a9/','2026-03-30 15:29:08','2026-03-30 15:29:08','03ef7c27-f3db-4c3d-b807-70ee08161dbf'),
(98269,5,NULL,'user_009911c89848a50afe6124acf3e5aac38c9e952b','user_009911c89848a50afe6124acf3e5aac38c9e952b/','2026-03-30 15:30:03','2026-03-30 15:30:03','bc1f6bc8-9b92-432c-be1c-8085bf424016'),
(98270,5,NULL,'user_17d89efa2370a45d29ebe9fc1d51f0e46569940d','user_17d89efa2370a45d29ebe9fc1d51f0e46569940d/','2026-03-30 15:30:14','2026-03-30 15:30:14','4b08e416-adf1-48d7-8ed7-8480017033a7'),
(98271,5,NULL,'user_e124d481a202a5eb571992b20b03bb9103ef0bcc','user_e124d481a202a5eb571992b20b03bb9103ef0bcc/','2026-03-30 15:30:19','2026-03-30 15:30:19','b8f81378-7589-47b8-b36f-3441ddfac0ef'),
(98272,5,NULL,'user_8dc48169060541b15d8b1134a5cbbd11109ddacb','user_8dc48169060541b15d8b1134a5cbbd11109ddacb/','2026-03-30 15:30:35','2026-03-30 15:30:35','631f9b3f-114b-428c-8670-46ea7ad90c9b'),
(98273,5,NULL,'user_0240a0e733c1bf5cb73ad1c24f73fd4c22eda018','user_0240a0e733c1bf5cb73ad1c24f73fd4c22eda018/','2026-03-30 15:30:36','2026-03-30 15:30:36','02f70a4a-4c0f-496a-8d59-36e72560cfb4'),
(98274,5,NULL,'user_751e2d689c6be1b087d0bba70205e5c586fee116','user_751e2d689c6be1b087d0bba70205e5c586fee116/','2026-03-30 15:31:07','2026-03-30 15:31:07','6440d075-915b-4eb6-846c-91512cb0a632'),
(98275,5,NULL,'user_16f7bd93b65240aa78fc9ba275c61f8c692194ce','user_16f7bd93b65240aa78fc9ba275c61f8c692194ce/','2026-03-30 15:31:39','2026-03-30 15:31:39','83226831-662d-4808-a07b-b36143dbcbfc'),
(98276,5,NULL,'user_68ad8e49faabd3545c405549ec276be60df6dea9','user_68ad8e49faabd3545c405549ec276be60df6dea9/','2026-03-30 15:32:52','2026-03-30 15:32:52','f3591a2e-89c7-4363-8da2-7ae3cc91c312'),
(98277,5,NULL,'user_d36290c252eb5d383e4ee45271bc97ef95597381','user_d36290c252eb5d383e4ee45271bc97ef95597381/','2026-03-30 15:34:58','2026-03-30 15:34:58','bc6090cf-c20f-4056-a5bf-e09a71854bbe'),
(98278,5,NULL,'user_973612f0c44a0a3c9001d24a87bf6ec39233f2ca','user_973612f0c44a0a3c9001d24a87bf6ec39233f2ca/','2026-03-30 15:35:48','2026-03-30 15:35:48','69da292e-28ad-4601-9ff8-958757422e19'),
(98279,5,NULL,'user_3d54c198d1c2b3abd2f38529be45661acd6b3512','user_3d54c198d1c2b3abd2f38529be45661acd6b3512/','2026-03-30 15:36:38','2026-03-30 15:36:38','ce28a989-1569-42ee-a03f-e41f76a3d1c7'),
(98280,5,NULL,'user_be58172222182d64c84b2550d580f4c64eabe0e8','user_be58172222182d64c84b2550d580f4c64eabe0e8/','2026-03-30 15:37:52','2026-03-30 15:37:52','6b631036-d03b-4a74-b871-ec5ce322a1e9'),
(98281,5,NULL,'user_800190b9ef80db14d446652098f6389b4367dc24','user_800190b9ef80db14d446652098f6389b4367dc24/','2026-03-30 15:38:21','2026-03-30 15:38:21','f1fce506-2c14-4a35-82be-f27c0c305486'),
(98282,5,NULL,'user_31926132e3feb4df7d98de55fc37605e03dec559','user_31926132e3feb4df7d98de55fc37605e03dec559/','2026-03-30 15:38:54','2026-03-30 15:38:54','8f3358c8-28f1-4904-9f55-dbeae3ece247'),
(98283,5,NULL,'user_e596e062ebc5add489f8e81c74a58698bc6b6117','user_e596e062ebc5add489f8e81c74a58698bc6b6117/','2026-03-30 15:39:05','2026-03-30 15:39:05','fcf1d73b-8529-41e5-87b8-0df8577c921f'),
(98284,5,NULL,'user_44e1e980089fd18252491f7478f31b19c40c84e5','user_44e1e980089fd18252491f7478f31b19c40c84e5/','2026-03-30 15:40:41','2026-03-30 15:40:41','23a210a5-babd-401d-9182-d0b22d21ffd4'),
(98285,5,NULL,'user_55aab8c66caa7f74350af5932f112998e3ef4483','user_55aab8c66caa7f74350af5932f112998e3ef4483/','2026-03-30 15:42:25','2026-03-30 15:42:25','babfe224-dd96-425b-a8ff-17514911973d'),
(98286,5,NULL,'user_48ef1edd2db3d52507fd4299a11ddd1512d6361d','user_48ef1edd2db3d52507fd4299a11ddd1512d6361d/','2026-03-30 15:43:17','2026-03-30 15:43:17','a00d26e3-c342-42be-8266-8d4c27b6df81'),
(98287,5,NULL,'user_e8a6e1c786696637359ec0ea8e72b7b4f4acdb3b','user_e8a6e1c786696637359ec0ea8e72b7b4f4acdb3b/','2026-03-30 15:43:23','2026-03-30 15:43:23','9130bad0-1385-48d3-8505-a53432c23094'),
(98288,5,NULL,'user_39fab4458ca4ceec7a97a38a3029e9a482a9000f','user_39fab4458ca4ceec7a97a38a3029e9a482a9000f/','2026-03-30 15:43:25','2026-03-30 15:43:25','4c1e6a11-6708-4da4-a04c-fe335dc21204'),
(98289,5,NULL,'user_90ddfcae8d5086a369b130271b56e8e92dc5be08','user_90ddfcae8d5086a369b130271b56e8e92dc5be08/','2026-03-30 15:45:14','2026-03-30 15:45:14','ad77c2c2-32fb-49f8-aae7-637ecd62fded'),
(98290,5,NULL,'user_d892e7fbe111832bda4484343d80598b1d8ab180','user_d892e7fbe111832bda4484343d80598b1d8ab180/','2026-03-30 15:45:38','2026-03-30 15:45:38','9c4c639e-d679-4731-b488-8ae894f95d3f'),
(98291,5,NULL,'user_d48bdb6eed77b8073f066dccff0c8c55928a0c0d','user_d48bdb6eed77b8073f066dccff0c8c55928a0c0d/','2026-03-30 15:46:45','2026-03-30 15:46:45','60c6405a-ef41-484c-8e8e-eea4656ae262'),
(98292,5,NULL,'user_5cd9c17431a722c22d46d58ebfe66c56eb463205','user_5cd9c17431a722c22d46d58ebfe66c56eb463205/','2026-03-30 15:47:56','2026-03-30 15:47:56','e42fee2d-c771-4b83-86c7-a5ea19f7bb51'),
(98293,5,NULL,'user_9667f790ae4743ca63196e979697d45a33e57a1c','user_9667f790ae4743ca63196e979697d45a33e57a1c/','2026-03-30 15:48:29','2026-03-30 15:48:29','40d5add2-1215-4c86-b111-ba1d3c09d45c'),
(98294,5,NULL,'user_ea670a83696c1985b1ca192f630d5c9560b21ce3','user_ea670a83696c1985b1ca192f630d5c9560b21ce3/','2026-03-30 15:48:54','2026-03-30 15:48:54','0e1961e3-100f-449d-91da-78f5aaffc388'),
(98295,5,NULL,'user_6080f77d6ebc8ff84948eb22d9dfef597d46d306','user_6080f77d6ebc8ff84948eb22d9dfef597d46d306/','2026-03-30 15:49:41','2026-03-30 15:49:41','2c436c86-3c59-487c-8b79-73a4042593fd'),
(98296,5,NULL,'user_84c0933439399d532d15dcd2b1fccf6fcc409028','user_84c0933439399d532d15dcd2b1fccf6fcc409028/','2026-03-30 15:50:26','2026-03-30 15:50:26','8f616744-600b-4d24-a868-16d816a540a8'),
(98297,5,NULL,'user_6f7fff9e0d53cb948c4e9e287dae7e09824c0da3','user_6f7fff9e0d53cb948c4e9e287dae7e09824c0da3/','2026-03-30 15:53:30','2026-03-30 15:53:30','d50233f2-5994-4e64-8fb3-1b48ba783c7f'),
(98298,5,NULL,'user_f6492102c6350224b39ef606be369ff23f97baaa','user_f6492102c6350224b39ef606be369ff23f97baaa/','2026-03-30 15:53:56','2026-03-30 15:53:56','0a8aadda-6f2e-42f0-a612-bc59d12bbd9f'),
(98299,5,NULL,'user_b7ab4138181d553bb62a8e344b4022580e62e65c','user_b7ab4138181d553bb62a8e344b4022580e62e65c/','2026-03-30 15:53:59','2026-03-30 15:53:59','23969071-9918-4e33-9e9b-07832c502040'),
(98300,5,NULL,'user_cdd469b4ca1adba21452eadceb9d463386e0b7ce','user_cdd469b4ca1adba21452eadceb9d463386e0b7ce/','2026-03-30 15:54:00','2026-03-30 15:54:00','fcff3a70-8b28-4f31-904c-5c1a1dfe6eb5'),
(98301,5,NULL,'user_ef9563ba3b1d669265307d594e8f9d1469d7d81f','user_ef9563ba3b1d669265307d594e8f9d1469d7d81f/','2026-03-30 15:54:58','2026-03-30 15:54:58','30962269-575d-436f-9462-033f340e547e'),
(98302,5,NULL,'user_32b0703c911fc063daebec4dc588a8d8942c4818','user_32b0703c911fc063daebec4dc588a8d8942c4818/','2026-03-30 15:56:15','2026-03-30 15:56:15','9045a2c4-2866-48a6-9bb1-fc9a2d13aed5'),
(98303,5,NULL,'user_c6eb2031210d38f6339b0713b6aea66ceea0def1','user_c6eb2031210d38f6339b0713b6aea66ceea0def1/','2026-03-30 15:56:42','2026-03-30 15:56:42','1d044039-9e09-4fdf-b63d-c8daa260fa4a'),
(98304,5,NULL,'user_ccd2ca1a115a1e6f21a3138658a1b8e2c984ac48','user_ccd2ca1a115a1e6f21a3138658a1b8e2c984ac48/','2026-03-30 15:57:56','2026-03-30 15:57:56','c07329ee-a923-4903-a5c6-36d040206148'),
(98305,5,NULL,'user_1d80f48e425aacc3a2520c623cd851150add37cb','user_1d80f48e425aacc3a2520c623cd851150add37cb/','2026-03-30 15:58:22','2026-03-30 15:58:22','4d02ccac-6d27-47a9-a66a-3f4a0e343a1b'),
(98306,5,NULL,'user_fcdcd1962873a89de35705f2c15495b606243743','user_fcdcd1962873a89de35705f2c15495b606243743/','2026-03-30 15:58:29','2026-03-30 15:58:29','1331e331-1867-4bb1-8b52-18ee9d27507b'),
(98307,5,NULL,'user_8d7beac9d2eb0db43db7aeda1cca06065edc844a','user_8d7beac9d2eb0db43db7aeda1cca06065edc844a/','2026-03-30 15:59:03','2026-03-30 15:59:03','e6c41c5b-7510-4eb2-8392-0f19e5973ed9'),
(98308,5,NULL,'user_6d773c19789f234953f3c13baf6c0a52441a7712','user_6d773c19789f234953f3c13baf6c0a52441a7712/','2026-03-30 15:59:03','2026-03-30 15:59:03','a89218e8-9f6f-4010-a1fb-f2958436c2e8'),
(98309,5,NULL,'user_43a7afb398c3779d7851e6ce94ad4d21faa53b2d','user_43a7afb398c3779d7851e6ce94ad4d21faa53b2d/','2026-03-30 15:59:18','2026-03-30 15:59:18','405e7422-4947-434b-bbf2-08097b112002'),
(98310,5,NULL,'user_b095ca59ac756065c43145e151724154e259eacc','user_b095ca59ac756065c43145e151724154e259eacc/','2026-03-30 15:59:20','2026-03-30 15:59:20','d88ae572-f9e4-4c13-a011-d80e7e3cb176'),
(98311,5,NULL,'user_7388015faa1e9e3217eb3df34435d196dd82e1f5','user_7388015faa1e9e3217eb3df34435d196dd82e1f5/','2026-03-30 15:59:32','2026-03-30 15:59:32','b224ea2e-8040-4b26-bbbd-39cd88ccfc33'),
(98312,5,NULL,'user_67c01d15c7e1c1cdea106a9068c4682f1b40e8bb','user_67c01d15c7e1c1cdea106a9068c4682f1b40e8bb/','2026-03-30 15:59:48','2026-03-30 15:59:48','6f113765-34e8-4fb3-8fa5-f43e630e0950'),
(98313,5,NULL,'user_c718493b5bd24186a65a04b63df8330a0628640c','user_c718493b5bd24186a65a04b63df8330a0628640c/','2026-03-30 16:00:00','2026-03-30 16:00:00','a439cdc2-b9fe-4a0f-861d-0bc289c211db'),
(98314,5,NULL,'user_fcead3e5cba77b6f07644686d88e28b1e97b1f59','user_fcead3e5cba77b6f07644686d88e28b1e97b1f59/','2026-03-30 16:00:53','2026-03-30 16:00:53','dc80e8cc-8979-4e71-96ca-52df55acbc33'),
(98315,5,NULL,'user_18285769a503c09eddff51810bafd7a4bc2b3703','user_18285769a503c09eddff51810bafd7a4bc2b3703/','2026-03-30 16:01:02','2026-03-30 16:01:02','aee3a3d8-36c2-4312-990b-d8f9393aaa0d'),
(98316,5,NULL,'user_e9d0ec1a30bd05b80ed2c2ccf0bac4b949b3ecfe','user_e9d0ec1a30bd05b80ed2c2ccf0bac4b949b3ecfe/','2026-03-30 16:01:14','2026-03-30 16:01:14','fc4feeac-d7a5-4fdd-98fc-89e48b147e7e'),
(98317,5,NULL,'user_02cab47a5a36ec3fa250f9a104ff82f8c193c829','user_02cab47a5a36ec3fa250f9a104ff82f8c193c829/','2026-03-30 16:02:49','2026-03-30 16:02:49','95573e98-0720-4134-93d1-281553cb4fa0'),
(98318,5,NULL,'user_38c027de97ff791a7603bf1b17b591b7b5e700d4','user_38c027de97ff791a7603bf1b17b591b7b5e700d4/','2026-03-30 16:02:59','2026-03-30 16:02:59','507f1f23-18ba-4ae4-a345-866a9698a97e'),
(98319,5,NULL,'user_e1cc08da2d2a3cfa705a17469db135c08202b6cb','user_e1cc08da2d2a3cfa705a17469db135c08202b6cb/','2026-03-30 16:03:54','2026-03-30 16:03:54','30f54da8-523b-487e-ac27-0fa5019735b5'),
(98320,5,NULL,'user_31a05955472769788b1b19617ebcf02193786d57','user_31a05955472769788b1b19617ebcf02193786d57/','2026-03-30 16:03:56','2026-03-30 16:03:56','3c38bc11-9df4-416f-b8bd-dff028c1874f'),
(98321,5,NULL,'user_f78464397ca5ebccb3673d1c99c492bba2db4113','user_f78464397ca5ebccb3673d1c99c492bba2db4113/','2026-03-30 16:05:29','2026-03-30 16:05:29','3371a0b9-a89f-41bb-b143-8126d8693e89'),
(98322,5,NULL,'user_2a680733b730d3b25c2b0d29062480a018de9b96','user_2a680733b730d3b25c2b0d29062480a018de9b96/','2026-03-30 16:05:48','2026-03-30 16:05:48','379c8e6f-f6c5-4f9b-9f7c-2e3358e86465'),
(98323,5,NULL,'user_275797e98b09cdba7576d5ad3911348c21071975','user_275797e98b09cdba7576d5ad3911348c21071975/','2026-03-30 16:06:18','2026-03-30 16:06:18','75a6c426-9f86-4708-b88f-f3c0eb8ae59f'),
(98324,5,NULL,'user_25d5972fc7659109dff77ef20365e7e54f968a27','user_25d5972fc7659109dff77ef20365e7e54f968a27/','2026-03-30 16:06:57','2026-03-30 16:06:57','dac30d90-a833-4820-b024-42c06b2cefca'),
(98325,5,NULL,'user_6ce5fc16539aaab4b77b95323b70c3c97f136b86','user_6ce5fc16539aaab4b77b95323b70c3c97f136b86/','2026-03-30 16:09:10','2026-03-30 16:09:10','2efc2d45-2041-4dc4-b43e-2114e17a2776'),
(98326,5,NULL,'user_be3eb0abbe19e5fc091441ed65bb8395261296bf','user_be3eb0abbe19e5fc091441ed65bb8395261296bf/','2026-03-30 16:10:41','2026-03-30 16:10:41','094c4327-49e4-473b-adab-dc2a0f573557'),
(98327,5,NULL,'user_83f14728fa2b2be81f3267f93be7b8ce0e266ab5','user_83f14728fa2b2be81f3267f93be7b8ce0e266ab5/','2026-03-30 16:11:35','2026-03-30 16:11:35','8fbda545-7c4a-47a8-9240-e6cea8d94e09'),
(98328,5,NULL,'user_7b795d6cf05b76a6828db5e05e5535835637b23e','user_7b795d6cf05b76a6828db5e05e5535835637b23e/','2026-03-30 16:11:45','2026-03-30 16:11:45','ddd346b2-84be-495c-8149-956ae574b6e2'),
(98329,5,NULL,'user_177dee6cf3073fa2a2e55d341685e23eca709fb6','user_177dee6cf3073fa2a2e55d341685e23eca709fb6/','2026-03-30 16:11:48','2026-03-30 16:11:48','95fde158-9a0e-4fed-8d9e-62f9818ca5dc'),
(98330,5,NULL,'user_80a8abcf99147913ec61721aeb0d7e42e54fb889','user_80a8abcf99147913ec61721aeb0d7e42e54fb889/','2026-03-30 16:11:53','2026-03-30 16:11:53','6fcdf454-6db2-4e8b-8629-4cbe3b4693f0'),
(98331,5,NULL,'user_d042b29fa4bee733c14b57e3b0c201ba6c615121','user_d042b29fa4bee733c14b57e3b0c201ba6c615121/','2026-03-30 16:11:54','2026-03-30 16:11:54','bde5de54-9986-4a60-920f-ee9867e2d379'),
(98332,5,NULL,'user_04587e6aa192dfaa214c33140786826805f29032','user_04587e6aa192dfaa214c33140786826805f29032/','2026-03-30 16:11:55','2026-03-30 16:11:55','090b9f6a-92c7-4929-b881-36512dc26cb4'),
(98333,5,NULL,'user_d5989c4c99d19aff6cc10d7b4bb9ad931df4ea13','user_d5989c4c99d19aff6cc10d7b4bb9ad931df4ea13/','2026-03-30 16:11:59','2026-03-30 16:11:59','9b9526dc-e623-4be4-bca0-11b37f5c6b9d'),
(98334,5,NULL,'user_6d8f3aa338030459a75c1c3b11388250e7d2eb60','user_6d8f3aa338030459a75c1c3b11388250e7d2eb60/','2026-03-30 16:12:02','2026-03-30 16:12:02','1f8e1bde-8aa8-4672-836b-b5eadb87eb2e'),
(98335,5,NULL,'user_3b8e1f0de739146888dc5b0becfe0a173492c212','user_3b8e1f0de739146888dc5b0becfe0a173492c212/','2026-03-30 16:12:02','2026-03-30 16:12:02','f2826af3-3768-426f-bbfb-21f898f16064'),
(98336,5,NULL,'user_7fa2097e877b594c2fa0559412440606dae6fb42','user_7fa2097e877b594c2fa0559412440606dae6fb42/','2026-03-30 16:12:33','2026-03-30 16:12:33','6d313eb8-a726-4726-9b82-76925abf4ac4'),
(98337,5,NULL,'user_93443278c23d21c5b29357dc3103678966cb0041','user_93443278c23d21c5b29357dc3103678966cb0041/','2026-03-30 16:12:36','2026-03-30 16:12:36','6f14e8ed-b84d-4e0e-876a-972ce4985803'),
(98338,5,NULL,'user_e1f4756533bed7c815c47af072134a04f1323050','user_e1f4756533bed7c815c47af072134a04f1323050/','2026-03-30 16:12:42','2026-03-30 16:12:42','8705587b-0e79-434f-9122-5d784ae8931f'),
(98339,5,NULL,'user_631431cfb35e367b5e56b1e3a63fd3b87328a4e3','user_631431cfb35e367b5e56b1e3a63fd3b87328a4e3/','2026-03-30 16:12:44','2026-03-30 16:12:44','05d56a00-1019-40da-b037-177a818ad21a'),
(98340,5,NULL,'user_f8381bab4d67dc622380aa9ca4f9596b4ae3fc64','user_f8381bab4d67dc622380aa9ca4f9596b4ae3fc64/','2026-03-30 16:13:16','2026-03-30 16:13:16','70a88adf-5648-47d9-9999-391f34c2ac69'),
(98341,5,NULL,'user_cce06f73047e31e86699edb1827bb33e9483e0dd','user_cce06f73047e31e86699edb1827bb33e9483e0dd/','2026-03-30 16:13:33','2026-03-30 16:13:33','b6b0fe49-3245-48e6-b93e-d5b394e1516f'),
(98342,5,NULL,'user_42cc635bc69dff2478a5d9c8e18561c69d8f8666','user_42cc635bc69dff2478a5d9c8e18561c69d8f8666/','2026-03-30 16:14:49','2026-03-30 16:14:49','493e4c61-1359-455a-b8e3-aebee4ddf517'),
(98343,5,NULL,'user_ec33e711b65ccacdf17cfa299d90d8a8299b9beb','user_ec33e711b65ccacdf17cfa299d90d8a8299b9beb/','2026-03-30 16:14:51','2026-03-30 16:14:51','eaf9c725-6d3e-4d69-a8b6-8e60505a3479'),
(98344,5,NULL,'user_fde93940ba03488f67f7d894795a18ecdba63907','user_fde93940ba03488f67f7d894795a18ecdba63907/','2026-03-30 16:14:51','2026-03-30 16:14:51','7d99f50b-5f5e-49ba-9262-101ccd6471b2'),
(98345,5,NULL,'user_37a88ccd693535102107b3b1e6aa99c49e3025d9','user_37a88ccd693535102107b3b1e6aa99c49e3025d9/','2026-03-30 16:14:57','2026-03-30 16:14:57','f4a21030-6c02-4a6f-8278-dec5887e1dfd'),
(98346,5,NULL,'user_bd18fc2244ff951337176864856ac92bbd057ab3','user_bd18fc2244ff951337176864856ac92bbd057ab3/','2026-03-30 16:15:05','2026-03-30 16:15:05','e08b3c6c-47ce-47c1-9808-da525c3ce740'),
(98347,5,NULL,'user_8039f52bf42e5d3231c7e0788a3ef0cbb9cf928e','user_8039f52bf42e5d3231c7e0788a3ef0cbb9cf928e/','2026-03-30 16:15:09','2026-03-30 16:15:09','ced6951b-17ff-4536-a14f-2d3ad6072055'),
(98348,5,NULL,'user_896c8486ab1f42cb7e329983e3e418cc446c82ff','user_896c8486ab1f42cb7e329983e3e418cc446c82ff/','2026-03-30 16:15:19','2026-03-30 16:15:19','7f3eb59d-e36c-45ff-9072-5f77bfb6b9fb'),
(98349,5,NULL,'user_fbe5abf467eab19027da764494c25df0271b624b','user_fbe5abf467eab19027da764494c25df0271b624b/','2026-03-30 16:15:36','2026-03-30 16:15:36','7d1e985f-04b6-44bc-b7d0-815c2b35da8e'),
(98350,5,NULL,'user_cc13c464d863de4a1ea78c42801f9dd73c69881c','user_cc13c464d863de4a1ea78c42801f9dd73c69881c/','2026-03-30 16:15:37','2026-03-30 16:15:37','16242d1f-2e0f-45e5-b069-35560f4f4ccd'),
(98351,5,NULL,'user_e05e7df1f72592150cbd94cc85f9e45f5c9e531d','user_e05e7df1f72592150cbd94cc85f9e45f5c9e531d/','2026-03-30 16:17:28','2026-03-30 16:17:28','8b33c46f-21e2-4ecb-860e-f99d4ef68c8d'),
(98352,5,NULL,'user_7fe40dd47a338fa215d252b25cbacd66f85c25f7','user_7fe40dd47a338fa215d252b25cbacd66f85c25f7/','2026-03-30 16:18:09','2026-03-30 16:18:09','e5f0c187-cf80-465d-a363-4a2f64dc7860'),
(98353,5,NULL,'user_9ea2909743a134c3828b7fa6f6d432f25bb9d744','user_9ea2909743a134c3828b7fa6f6d432f25bb9d744/','2026-03-30 16:20:09','2026-03-30 16:20:09','ae204112-9095-4a14-b3e0-26b2e2ed18ad'),
(98354,5,NULL,'user_f75537d98615d6616e8a6e5367c01e4f9b435817','user_f75537d98615d6616e8a6e5367c01e4f9b435817/','2026-03-30 16:20:14','2026-03-30 16:20:14','d988f6e7-6968-4a52-b69d-e54f87f92079'),
(98355,5,NULL,'user_2b435614baf30e69ac053181da57ef2cc451910c','user_2b435614baf30e69ac053181da57ef2cc451910c/','2026-03-30 16:22:42','2026-03-30 16:22:42','99196189-caa2-46f1-be74-2d33d28f50cb'),
(98356,5,NULL,'user_add05858e29073efbca842c83baf0c33b7193347','user_add05858e29073efbca842c83baf0c33b7193347/','2026-03-30 16:25:09','2026-03-30 16:25:09','711ba706-b270-4d5d-93d4-f456061bf7cb'),
(98357,5,NULL,'user_2961c2b8b9f8f8d95bea5ba1fd4f111e21833cc0','user_2961c2b8b9f8f8d95bea5ba1fd4f111e21833cc0/','2026-03-30 16:25:14','2026-03-30 16:25:14','ffd2ab0b-ed40-4ed3-bf55-fe0d8691f18c'),
(98358,5,NULL,'user_4f063e5bc5baf985baaa34e7b14a5fb7369fd770','user_4f063e5bc5baf985baaa34e7b14a5fb7369fd770/','2026-03-30 16:25:14','2026-03-30 16:25:14','21fb8bc7-61e7-466d-bd0e-84b388c05d0b'),
(98359,5,NULL,'user_d53bdf9a9124dc365f8c98f7ab7c0d59ede3060d','user_d53bdf9a9124dc365f8c98f7ab7c0d59ede3060d/','2026-03-30 16:26:24','2026-03-30 16:26:24','dfd48d0f-167b-4f06-97ed-73c0c40cfed3'),
(98360,5,NULL,'user_c84402375220590f791d82d5a545cd260584b32b','user_c84402375220590f791d82d5a545cd260584b32b/','2026-03-30 16:28:22','2026-03-30 16:28:22','3e63c25c-afa7-4f88-aa77-e95c2325267e'),
(98361,5,NULL,'user_213637d6c0654e5f7178390bb8613b213f5e9478','user_213637d6c0654e5f7178390bb8613b213f5e9478/','2026-03-30 16:29:11','2026-03-30 16:29:11','7281f4bd-13f0-48ab-b747-4354ccb63b48'),
(98362,5,NULL,'user_fbb75b4c18477afbb4798ad74fa6eb303f60b452','user_fbb75b4c18477afbb4798ad74fa6eb303f60b452/','2026-03-30 16:29:17','2026-03-30 16:29:17','6e7d2cda-2e6e-413f-85d3-e4f7a9a1fe4f'),
(98363,5,NULL,'user_d5658f4a2b98505d75b503dc84361743f77cbc05','user_d5658f4a2b98505d75b503dc84361743f77cbc05/','2026-03-30 16:29:32','2026-03-30 16:29:32','9e1895ba-7bfa-4cd5-9c02-1d8a049b688a'),
(98364,5,NULL,'user_456c7a47cfc4805b7b1e8fc4fc5102afc17078fe','user_456c7a47cfc4805b7b1e8fc4fc5102afc17078fe/','2026-03-30 16:29:37','2026-03-30 16:29:37','61a91bfd-7f32-4633-914e-523a583ce5bd'),
(98365,5,NULL,'user_2985309ed0c5cbf00c6f11f1232b19dfcea45679','user_2985309ed0c5cbf00c6f11f1232b19dfcea45679/','2026-03-30 16:30:46','2026-03-30 16:30:46','5be03c6e-30e1-4d1a-a795-5d2fced8b39a'),
(98366,5,NULL,'user_6f940000e29f3c3f109a1db673ebcc7480b20a8b','user_6f940000e29f3c3f109a1db673ebcc7480b20a8b/','2026-03-30 16:30:48','2026-03-30 16:30:48','cfdd8b96-63cb-4353-9869-3bbb2b73f940'),
(98367,5,NULL,'user_0a3dd90c7b66409c39cd824019b25dd1d7fc8558','user_0a3dd90c7b66409c39cd824019b25dd1d7fc8558/','2026-03-30 16:30:56','2026-03-30 16:30:56','a790037a-fc1c-4ca1-870e-dfab457e336a'),
(98368,5,NULL,'user_0649793bdb42c1c4432cc275c0d2a1437e171edf','user_0649793bdb42c1c4432cc275c0d2a1437e171edf/','2026-03-30 16:32:15','2026-03-30 16:32:15','b6b81542-6ad4-4132-93d2-80287ccde4bf'),
(98369,5,NULL,'user_856697b0a986de51340c794f65a90486737654fc','user_856697b0a986de51340c794f65a90486737654fc/','2026-03-30 16:32:21','2026-03-30 16:32:21','69950f96-76a4-4e0b-ae6b-deb1fccc0ef2'),
(98370,5,NULL,'user_b3b885aff61026c6b5010fad85d1f099a1b8d175','user_b3b885aff61026c6b5010fad85d1f099a1b8d175/','2026-03-30 16:32:47','2026-03-30 16:32:47','da862712-cd85-4040-a95c-7a46661d1761'),
(98371,5,NULL,'user_4a2f58486d4a0e93c4bc1ed00f64e0e045e433f3','user_4a2f58486d4a0e93c4bc1ed00f64e0e045e433f3/','2026-03-30 16:33:33','2026-03-30 16:33:33','9b619ad5-62ec-46ee-80ae-2fcaa7b619bc'),
(98372,5,NULL,'user_d782bdfda959ebd041d1234ee354b89828f90d7d','user_d782bdfda959ebd041d1234ee354b89828f90d7d/','2026-03-30 16:34:41','2026-03-30 16:34:41','d192be00-0611-4876-8af7-1b102183a8f4'),
(98373,5,NULL,'user_342746285790499d2cda7f70f8b9387601e0f240','user_342746285790499d2cda7f70f8b9387601e0f240/','2026-03-30 16:35:14','2026-03-30 16:35:14','12de4c39-1453-4a63-91bb-f3cbbe686091'),
(98374,5,NULL,'user_a1ff2075cb16556a7190cc19a22237a648c208ca','user_a1ff2075cb16556a7190cc19a22237a648c208ca/','2026-03-30 16:35:54','2026-03-30 16:35:54','899fb840-f6b9-4db6-8e5c-190b45e79f2e'),
(98375,5,NULL,'user_da144b48458f81bbfd087f34950df8d44170f69c','user_da144b48458f81bbfd087f34950df8d44170f69c/','2026-03-30 16:37:05','2026-03-30 16:37:05','f943b290-4b8c-4acd-8e94-c9e137118dcc'),
(98376,5,NULL,'user_bdb1635d6444f0b79efd8799bcf4b84b63f3c222','user_bdb1635d6444f0b79efd8799bcf4b84b63f3c222/','2026-03-30 16:37:59','2026-03-30 16:37:59','4f2c2b00-c0d7-472e-866b-3b784bbc3f42'),
(98377,5,NULL,'user_f0924f7b2224734274f7c4a4f09eb7389aa002ec','user_f0924f7b2224734274f7c4a4f09eb7389aa002ec/','2026-03-30 16:39:09','2026-03-30 16:39:09','7f6c3299-2144-4208-94ae-4dce0f573665'),
(98378,5,NULL,'user_b24d9af8e73284c2884b3e7a30acbf3ce4d65cb2','user_b24d9af8e73284c2884b3e7a30acbf3ce4d65cb2/','2026-03-30 16:39:26','2026-03-30 16:39:26','d4587351-a5f6-400c-b2f7-2a59f379a4cf'),
(98379,5,NULL,'user_a3cc0a0bfc0a79854d83ee4a3ed0340c55a44f0c','user_a3cc0a0bfc0a79854d83ee4a3ed0340c55a44f0c/','2026-03-30 16:40:32','2026-03-30 16:40:32','30b1e436-2b90-4f9f-a3ee-8700984d5198'),
(98380,5,NULL,'user_5ae621482cf27e409b35016e1adcda4da1440f55','user_5ae621482cf27e409b35016e1adcda4da1440f55/','2026-03-30 16:43:09','2026-03-30 16:43:09','a500037d-348c-4485-8d74-6eac75af125e'),
(98381,5,NULL,'user_4af2ac2e2869189a42c1e08d91f84f2dcd4ab280','user_4af2ac2e2869189a42c1e08d91f84f2dcd4ab280/','2026-03-30 16:43:16','2026-03-30 16:43:16','e7ae6672-8ef2-42cc-a3eb-9f7b1ab2fe76'),
(98382,5,NULL,'user_515d05806b39a0a7f931ffdc2f535614b4940b09','user_515d05806b39a0a7f931ffdc2f535614b4940b09/','2026-03-30 16:43:48','2026-03-30 16:43:48','69cefa93-97b5-4ce9-ad05-b42a86756818'),
(98383,5,NULL,'user_797a4af7e41d191b4dfc433153785489dbdc52c3','user_797a4af7e41d191b4dfc433153785489dbdc52c3/','2026-03-30 16:47:32','2026-03-30 16:47:32','4956e598-7d39-4cbc-8fba-a2e865d38c07'),
(98384,5,NULL,'user_15f15f60b4813160c1442b9cc49ee22d7aa9b047','user_15f15f60b4813160c1442b9cc49ee22d7aa9b047/','2026-03-30 16:49:46','2026-03-30 16:49:46','199bbc9c-64d7-4fd0-96e3-446df6116b96'),
(98385,5,NULL,'user_0d8e068d2cf96603b904029bb6c0de37d1f0396d','user_0d8e068d2cf96603b904029bb6c0de37d1f0396d/','2026-03-30 16:50:54','2026-03-30 16:50:54','4d16ea65-71dd-4b3e-8dd5-651c2f976ed0'),
(98386,5,NULL,'user_557ae3a606c567da28406259fe913fb295f32cf4','user_557ae3a606c567da28406259fe913fb295f32cf4/','2026-03-30 16:51:00','2026-03-30 16:51:00','cbd8e4ec-294a-4dc7-8698-c8090a7d4d6d'),
(98387,5,NULL,'user_e590a8a5492a9033f09ed6e4cb16720d1e3c6813','user_e590a8a5492a9033f09ed6e4cb16720d1e3c6813/','2026-03-30 16:51:37','2026-03-30 16:51:37','7f941d53-cf8f-4d46-88d9-f3efb519d0ef'),
(98388,5,NULL,'user_1abb9aec2dd84467138212c99eae5ee4b650c562','user_1abb9aec2dd84467138212c99eae5ee4b650c562/','2026-03-30 16:51:40','2026-03-30 16:51:40','520841b3-8812-4fd6-8600-0ea8bf6e7dd4'),
(98389,5,NULL,'user_6d2907dd6873e2c574937893260a912049f1c6f3','user_6d2907dd6873e2c574937893260a912049f1c6f3/','2026-03-30 16:51:50','2026-03-30 16:51:50','dfbc86f6-5ab4-4f9b-a74d-d292278d2947'),
(98390,5,NULL,'user_0370dc97ef79fa79d92db030e219054632813315','user_0370dc97ef79fa79d92db030e219054632813315/','2026-03-30 16:52:46','2026-03-30 16:52:46','bd86aa30-60d7-487a-9532-d3ff2177feaa'),
(98391,5,NULL,'user_7fcbc0a330ed13ada75c3683ad559ddeeb0c4fde','user_7fcbc0a330ed13ada75c3683ad559ddeeb0c4fde/','2026-03-30 16:52:49','2026-03-30 16:52:49','8a1f1caf-c608-4db0-9f89-da33e5a4c849'),
(98392,5,NULL,'user_c0d50bfe42edbb5b6ff63a6c749e16060ef1131d','user_c0d50bfe42edbb5b6ff63a6c749e16060ef1131d/','2026-03-30 16:53:29','2026-03-30 16:53:29','c9a854d6-947d-427b-b2d0-e79ed3740e95'),
(98393,5,NULL,'user_f7ae3af4c83a96818222bf073e09db55dd0fe59a','user_f7ae3af4c83a96818222bf073e09db55dd0fe59a/','2026-03-30 16:54:29','2026-03-30 16:54:29','7856befa-0bec-4e8f-987a-73ea0d3c3401'),
(98394,5,NULL,'user_397c92cdaf4686fbc435f8eed8b2aa5c589dde5a','user_397c92cdaf4686fbc435f8eed8b2aa5c589dde5a/','2026-03-30 16:54:35','2026-03-30 16:54:35','0882ca10-64de-41ea-83f7-84c1e862ed04'),
(98395,5,NULL,'user_0a7a9dcaa6d3651e8ce939303f6a66b70514c8fe','user_0a7a9dcaa6d3651e8ce939303f6a66b70514c8fe/','2026-03-30 16:54:37','2026-03-30 16:54:37','bcf5f75f-0670-404c-89f3-05ff270ffedd'),
(98396,5,NULL,'user_88aedfdabcbf5481ed733a26c001b8563b453618','user_88aedfdabcbf5481ed733a26c001b8563b453618/','2026-03-30 16:55:21','2026-03-30 16:55:21','4617d7de-31c6-4ce7-a06e-cad6a3caed65'),
(98397,5,NULL,'user_d1e64531d07962bc8436c0255361315ca95fb6b8','user_d1e64531d07962bc8436c0255361315ca95fb6b8/','2026-03-30 16:55:56','2026-03-30 16:55:56','3cd3ce79-fb7a-461e-95fc-8b6202a1e68d'),
(98398,5,NULL,'user_d05ebd0c92fb69cc5cd978e2e87e0f5abcc4f8ab','user_d05ebd0c92fb69cc5cd978e2e87e0f5abcc4f8ab/','2026-03-30 16:56:04','2026-03-30 16:56:04','0ce229d2-aaf2-4f10-a23a-b08fbe615949'),
(98399,5,NULL,'user_6826ec530a0aab68aee114a892b61209606d17c0','user_6826ec530a0aab68aee114a892b61209606d17c0/','2026-03-30 16:56:06','2026-03-30 16:56:06','6ec36286-9054-48c8-a5f9-076a2ba1321e'),
(98400,5,NULL,'user_1a1fadcb058312d89fba98483d7e8ad93d9ee25f','user_1a1fadcb058312d89fba98483d7e8ad93d9ee25f/','2026-03-30 16:56:20','2026-03-30 16:56:20','de7e8b41-c689-4f55-ad2c-4220b4bff8e6'),
(98401,5,NULL,'user_3b543b72a383363cdb3e7948496d6fce06738540','user_3b543b72a383363cdb3e7948496d6fce06738540/','2026-03-30 16:56:22','2026-03-30 16:56:22','9e0e90c4-677f-47ad-80de-00921a1d422f'),
(98402,5,NULL,'user_0371e55134978ace07a69945372b7dca1724733d','user_0371e55134978ace07a69945372b7dca1724733d/','2026-03-30 16:56:23','2026-03-30 16:56:23','59d580d0-75dc-441a-b927-ce28d3938825'),
(98403,5,NULL,'user_989cfcf4950fc7d2302a2fb422aedba5cb1783c4','user_989cfcf4950fc7d2302a2fb422aedba5cb1783c4/','2026-03-30 16:56:24','2026-03-30 16:56:24','0fa314fa-8609-4822-a844-3b1a8182d4b7'),
(98404,5,NULL,'user_8e749b5c4a9720329e7844bbec80cf748672e2c5','user_8e749b5c4a9720329e7844bbec80cf748672e2c5/','2026-03-30 16:56:35','2026-03-30 16:56:35','19a33dfa-0550-4682-b3cc-7bcc913999c7'),
(98405,5,NULL,'user_206e3f47c7c9295673cc144f0179f52d211607d2','user_206e3f47c7c9295673cc144f0179f52d211607d2/','2026-03-30 16:56:42','2026-03-30 16:56:42','af82a22b-a4e1-4321-8ad8-eaefa11627ca'),
(98406,5,NULL,'user_8ab14ce3159b15bc8659d62aec10a2d1d6f6c16b','user_8ab14ce3159b15bc8659d62aec10a2d1d6f6c16b/','2026-03-30 16:57:23','2026-03-30 16:57:23','2a34e66f-1586-4520-8f17-0a73717b1c98'),
(98407,5,NULL,'user_669d4f58f8b650b2da9934e80fcffb18cfe0d845','user_669d4f58f8b650b2da9934e80fcffb18cfe0d845/','2026-03-30 16:57:46','2026-03-30 16:57:46','4f9d8a5a-200f-4ae9-980a-019fb48a6f54'),
(98408,5,NULL,'user_05c712fc6ca742aad57c49d1d3bdd041a6c14f57','user_05c712fc6ca742aad57c49d1d3bdd041a6c14f57/','2026-03-30 17:00:16','2026-03-30 17:00:16','25f129ac-5e95-49c9-a467-0e15566a6e72'),
(98409,5,NULL,'user_ac2ad1d94c6a3c1fed4baea8ee7dbdb1adc94c30','user_ac2ad1d94c6a3c1fed4baea8ee7dbdb1adc94c30/','2026-03-30 17:00:47','2026-03-30 17:00:47','e1297ac0-0fa5-4c42-884d-84927f6ec24a'),
(98410,5,NULL,'user_f7ffc158336942cd86fd93d8101daa6d14e9c0d2','user_f7ffc158336942cd86fd93d8101daa6d14e9c0d2/','2026-03-30 17:00:47','2026-03-30 17:00:47','36fab200-79c1-4d7a-a727-7ec7315da734'),
(98411,5,NULL,'user_ba99ddbed50d71bcbfb5b09089aea76abe308aa1','user_ba99ddbed50d71bcbfb5b09089aea76abe308aa1/','2026-03-30 17:00:48','2026-03-30 17:00:48','3b31255f-5bc4-4f80-b298-1be77f7d1185'),
(98412,5,NULL,'user_e61d273d9129e0423703c99fad4b9f0e534ffd38','user_e61d273d9129e0423703c99fad4b9f0e534ffd38/','2026-03-30 17:01:53','2026-03-30 17:01:53','bcd66645-da2a-4687-a36f-b1b2214aafa2'),
(98413,5,NULL,'user_f1d03b7027ce6ef4cde91f9394d1434e0a5d0cca','user_f1d03b7027ce6ef4cde91f9394d1434e0a5d0cca/','2026-03-30 17:03:03','2026-03-30 17:03:03','080c59ab-9c1a-4c37-bce9-7771a9fa5e9d'),
(98414,5,NULL,'user_21c535b0b549d29a08618b2e717623f229fe8467','user_21c535b0b549d29a08618b2e717623f229fe8467/','2026-03-30 17:03:07','2026-03-30 17:03:07','ce0160e1-4a9a-46ab-be8c-342267e315cb'),
(98415,5,NULL,'user_6aedfc3a4a071f10fab589d92927cf4d9c9ebfa3','user_6aedfc3a4a071f10fab589d92927cf4d9c9ebfa3/','2026-03-30 17:03:16','2026-03-30 17:03:16','d6ffcd09-5c5d-4a69-a4b3-e0c74937e2a4'),
(98416,5,NULL,'user_7762f75c9c3239b23b5eb3e2017f76479304e5bf','user_7762f75c9c3239b23b5eb3e2017f76479304e5bf/','2026-03-30 17:03:33','2026-03-30 17:03:33','fcfb69ab-7348-4352-ae48-a7d04372976d'),
(98417,5,NULL,'user_a1cc1e3828b2670e71c599d24857856197afc27f','user_a1cc1e3828b2670e71c599d24857856197afc27f/','2026-03-30 17:06:06','2026-03-30 17:06:06','72b41f71-5b74-4e84-aacf-aae5c5e14fd4'),
(98418,5,NULL,'user_e41944906266e9acedd5ab0b4da4861af628e9d2','user_e41944906266e9acedd5ab0b4da4861af628e9d2/','2026-03-30 17:06:14','2026-03-30 17:06:14','04857bf0-5d08-4888-ba9d-460a42abaa62'),
(98419,5,NULL,'user_003c2745c513e557c0e6dfbb2037068a11f90a09','user_003c2745c513e557c0e6dfbb2037068a11f90a09/','2026-03-30 17:07:46','2026-03-30 17:07:46','395b1454-cf8a-4b31-93b5-aedac1003bd4'),
(98420,5,NULL,'user_236f8732825128ef85126615b7c598a983bf04e0','user_236f8732825128ef85126615b7c598a983bf04e0/','2026-03-30 17:10:17','2026-03-30 17:10:17','24f8f9f5-0d58-4afe-9306-fd7db8ca06e6'),
(98421,5,NULL,'user_67b5ed4699c5fc56c52e3ca7744d0d1e9fa91fe9','user_67b5ed4699c5fc56c52e3ca7744d0d1e9fa91fe9/','2026-03-30 17:10:51','2026-03-30 17:10:51','f1008154-6007-4d84-936c-c98e7500a509'),
(98422,5,NULL,'user_eb68d018e3a9636d711c0fa99d0868d60638042d','user_eb68d018e3a9636d711c0fa99d0868d60638042d/','2026-03-30 17:10:51','2026-03-30 17:10:51','c08a7d33-14c5-4fa3-a347-0cbdd8593c7e'),
(98423,5,NULL,'user_1e8ff298059fa2c0c26cb46af9e790d47c2fe9a8','user_1e8ff298059fa2c0c26cb46af9e790d47c2fe9a8/','2026-03-30 17:11:26','2026-03-30 17:11:26','3df24d7c-d573-4555-b0fb-9601d5cc7495'),
(98424,5,NULL,'user_400c422a8d8751ada3dbe78dedc46312a40611cd','user_400c422a8d8751ada3dbe78dedc46312a40611cd/','2026-03-30 17:12:48','2026-03-30 17:12:48','3e9cb939-b3ab-4f6d-83d3-58fc394afcaa'),
(98425,5,NULL,'user_05bb89f5e76162ea143893c7bf926a82b4cb9058','user_05bb89f5e76162ea143893c7bf926a82b4cb9058/','2026-03-30 17:13:10','2026-03-30 17:13:10','b7b66285-a247-48e7-a14f-29c2bb697383'),
(98426,5,NULL,'user_8ebd794bcda5f23382d66b7835c2c3d323a9ae25','user_8ebd794bcda5f23382d66b7835c2c3d323a9ae25/','2026-03-30 17:13:16','2026-03-30 17:13:16','b7d96309-0b72-4f55-9fcb-7cacb28839cd'),
(98427,5,NULL,'user_2c09edded17a507c4d49f0c3362dca177bb9f830','user_2c09edded17a507c4d49f0c3362dca177bb9f830/','2026-03-30 17:13:30','2026-03-30 17:13:30','8a84bd02-205c-46d9-b05e-208b3d1f4053'),
(98428,5,NULL,'user_8b841e58a1052441b4e01dc8ebe86cdab960608f','user_8b841e58a1052441b4e01dc8ebe86cdab960608f/','2026-03-30 17:14:30','2026-03-30 17:14:30','8cf74609-e572-43ba-aa2c-1e0da1710290'),
(98429,5,NULL,'user_98d0e64949674c8fd4ceb90251d0a1c13fdc8d24','user_98d0e64949674c8fd4ceb90251d0a1c13fdc8d24/','2026-03-30 17:14:42','2026-03-30 17:14:42','7270d04b-1329-4e92-96b3-902fe6481b00'),
(98430,5,NULL,'user_3e4bd29c962c5caa2128473d42ec1dffb193606f','user_3e4bd29c962c5caa2128473d42ec1dffb193606f/','2026-03-30 17:14:45','2026-03-30 17:14:45','d2df9ba5-1f9f-45ef-ac89-04eb61022085'),
(98431,5,NULL,'user_4f497b4909a0f51269ed13b6c8956d6e2db328db','user_4f497b4909a0f51269ed13b6c8956d6e2db328db/','2026-03-30 17:14:50','2026-03-30 17:14:50','dd7ad6ae-2cb3-4141-92e4-27126aef71a0'),
(98432,5,NULL,'user_5116b065b635dd6636e2e42b8dfc206b5a213b51','user_5116b065b635dd6636e2e42b8dfc206b5a213b51/','2026-03-30 17:14:55','2026-03-30 17:14:55','44dd5017-c4fc-4fd7-ae05-bae6cf264c84'),
(98433,5,NULL,'user_64450bd3338d020fabfd563c27e8f76e99a60fda','user_64450bd3338d020fabfd563c27e8f76e99a60fda/','2026-03-30 17:15:12','2026-03-30 17:15:12','969cb421-0712-4db9-bf4a-2840e37e1b3a'),
(98434,5,NULL,'user_937fa61471f19082bc3c6afa76633020010c5784','user_937fa61471f19082bc3c6afa76633020010c5784/','2026-03-30 17:16:18','2026-03-30 17:16:18','70eb63c7-edc1-43bf-9945-a16b6d7bade4'),
(98435,5,NULL,'user_65edf0173e87d9af210dc433066291397c4c20ae','user_65edf0173e87d9af210dc433066291397c4c20ae/','2026-03-30 17:17:19','2026-03-30 17:17:19','7964d284-b164-4b04-a4a3-e991d88c370c'),
(98436,5,NULL,'user_a1daa63efdd350f6ac23e0e6d3454f6a8307418f','user_a1daa63efdd350f6ac23e0e6d3454f6a8307418f/','2026-03-30 17:17:45','2026-03-30 17:17:45','cea37e6a-d8d6-4771-b355-8d2b1b281605'),
(98437,5,NULL,'user_b4475e7a8fc441e70a1e13adbd652e58ba25ffea','user_b4475e7a8fc441e70a1e13adbd652e58ba25ffea/','2026-03-30 17:18:57','2026-03-30 17:18:57','30d4f9e6-9a3d-4c10-aff1-3107f631e21b'),
(98438,5,NULL,'user_a6bf4723f87a2a8192d92ba349deb6e36a2e3d04','user_a6bf4723f87a2a8192d92ba349deb6e36a2e3d04/','2026-03-30 17:19:08','2026-03-30 17:19:08','35059d45-680f-4256-abbb-77bfbc2d36db'),
(98439,5,NULL,'user_4fdb90cea19e414d4af8e2dd38afa9525faf7688','user_4fdb90cea19e414d4af8e2dd38afa9525faf7688/','2026-03-30 17:19:18','2026-03-30 17:19:18','4348f3e3-d66b-4a6b-8b85-8fde0423bbaf'),
(98440,5,NULL,'user_b5d5640639d25218ecd3845a0dd61b9cb1a37626','user_b5d5640639d25218ecd3845a0dd61b9cb1a37626/','2026-03-30 17:19:21','2026-03-30 17:19:21','c2ac7536-16a6-4dc3-9a75-c04e4de1fc90'),
(98441,5,NULL,'user_ca893637ab3f3763d79ef6027040bb36285e8dbf','user_ca893637ab3f3763d79ef6027040bb36285e8dbf/','2026-03-30 17:20:00','2026-03-30 17:20:00','de0ced7e-f4f2-4758-99b7-b871a33baa08'),
(98442,5,NULL,'user_0eaa1855b86727f6bf55fddc2dba03a42952906c','user_0eaa1855b86727f6bf55fddc2dba03a42952906c/','2026-03-30 17:20:23','2026-03-30 17:20:23','6464c11f-7121-412e-8781-85cab9c3ef09'),
(98443,5,NULL,'user_7ea94bc2fbd75a28060d8e27a20ad570cff44de0','user_7ea94bc2fbd75a28060d8e27a20ad570cff44de0/','2026-03-30 17:21:30','2026-03-30 17:21:30','4c55fe78-4a99-4c1d-957a-fbf6d21f6f78'),
(98444,5,NULL,'user_e87987ad494c6a492c63de6135b41f42fa3cce8e','user_e87987ad494c6a492c63de6135b41f42fa3cce8e/','2026-03-30 17:21:35','2026-03-30 17:21:35','5bf0e408-f858-4deb-a7cd-86795b1727e0'),
(98445,5,NULL,'user_c2bafc34fec2fa082077318d784de62ea92a7cc5','user_c2bafc34fec2fa082077318d784de62ea92a7cc5/','2026-03-30 17:22:19','2026-03-30 17:22:19','4fcda1f1-6685-4d79-ac64-7c4a9cc54362'),
(98446,5,NULL,'user_2bc05dd86960c93467823ac3c8da5b86c2aed49f','user_2bc05dd86960c93467823ac3c8da5b86c2aed49f/','2026-03-30 17:22:19','2026-03-30 17:22:19','d21412d0-ede2-4096-9f15-a8c4ca9fb4ca'),
(98447,5,NULL,'user_386ad8016eac920e6d0170e9855f3924b22702d1','user_386ad8016eac920e6d0170e9855f3924b22702d1/','2026-03-30 17:22:33','2026-03-30 17:22:33','bebb90f4-d3e7-4c30-9dad-db16c9f49910'),
(98448,5,NULL,'user_b09320b5ea7a0b17cdd2a47f9cf22c07425f561a','user_b09320b5ea7a0b17cdd2a47f9cf22c07425f561a/','2026-03-30 17:23:56','2026-03-30 17:23:56','929df33f-609b-47d2-992d-5d8027ace78c'),
(98449,5,NULL,'user_8d416ba1023c22d1338e73afb1347ab1ec5f63ff','user_8d416ba1023c22d1338e73afb1347ab1ec5f63ff/','2026-03-30 17:25:09','2026-03-30 17:25:09','03b8df81-450f-4287-a5ff-c2c5fd8aabda'),
(98450,5,NULL,'user_b2217769939e5db67e7541b2692690e80321558f','user_b2217769939e5db67e7541b2692690e80321558f/','2026-03-30 17:25:19','2026-03-30 17:25:19','8ccc454c-b6e7-4aee-a1cf-f1e94776c037'),
(98451,5,NULL,'user_7eb5c1a482e4e6f182cbf5a075c10f9d95a7d3b3','user_7eb5c1a482e4e6f182cbf5a075c10f9d95a7d3b3/','2026-03-30 17:25:42','2026-03-30 17:25:42','81131710-571b-49d0-b4a8-ac321a530fef'),
(98452,5,NULL,'user_ddaba97eba34586c3ba25c6ccfa325a80c5ee2f6','user_ddaba97eba34586c3ba25c6ccfa325a80c5ee2f6/','2026-03-30 17:26:59','2026-03-30 17:26:59','3ce9fe28-f2f1-429c-a653-e90d00a6391c'),
(98453,5,NULL,'user_5c286296f15d8a3fe072997f0bf9ec26ab8c6ade','user_5c286296f15d8a3fe072997f0bf9ec26ab8c6ade/','2026-03-30 17:26:59','2026-03-30 17:26:59','253971d4-74c9-40c6-a6ac-d3bcbbe3cdde'),
(98454,5,NULL,'user_4e844d7dfee7eaeddaf301d931e0e94699d6f71a','user_4e844d7dfee7eaeddaf301d931e0e94699d6f71a/','2026-03-30 17:27:00','2026-03-30 17:27:00','db757c57-076e-4083-8f20-50ffe1c4015c'),
(98455,5,NULL,'user_e2b7632a7cc701407f118e7dcd5eccf090de27d7','user_e2b7632a7cc701407f118e7dcd5eccf090de27d7/','2026-03-30 17:27:19','2026-03-30 17:27:19','83d828f2-13bc-40e4-84ff-a9c4d8054c04'),
(98456,5,NULL,'user_640dc604b821d1a5c3eb6c44f91038c6093021ea','user_640dc604b821d1a5c3eb6c44f91038c6093021ea/','2026-03-30 17:27:47','2026-03-30 17:27:47','9a4db227-a5a7-4a1f-a3f5-3a61a2f8f2b1'),
(98457,5,NULL,'user_2fda13274af2dd596b1ff4a982282216d3051896','user_2fda13274af2dd596b1ff4a982282216d3051896/','2026-03-30 17:27:59','2026-03-30 17:27:59','c458ce4f-7ac6-45b2-b370-003ef3245e03'),
(98458,5,NULL,'user_239d203b15915bb4a1a3dc33cffc28074ab259ea','user_239d203b15915bb4a1a3dc33cffc28074ab259ea/','2026-03-30 17:28:13','2026-03-30 17:28:13','3a656f1f-36b0-42a7-a9f6-665ae7657998'),
(98459,5,NULL,'user_a5e0a21158267e0294f398b781e3fd526416281a','user_a5e0a21158267e0294f398b781e3fd526416281a/','2026-03-30 17:29:05','2026-03-30 17:29:05','ba8e8f2c-d7d0-4caa-8d69-2475d2811741'),
(98460,5,NULL,'user_54a140ad29dee07660581752eab30c563e72642a','user_54a140ad29dee07660581752eab30c563e72642a/','2026-03-30 17:29:23','2026-03-30 17:29:23','dd582474-cdce-4723-a457-90710a3036cf'),
(98461,5,NULL,'user_0d5b13253e10059d9b8b2f9936fbcafd7717f655','user_0d5b13253e10059d9b8b2f9936fbcafd7717f655/','2026-03-30 17:29:34','2026-03-30 17:29:34','5bfebbff-bf7d-4a0c-8f5e-e84689ca69b6'),
(98462,5,NULL,'user_2b5dbea50d38acae34d4b435497861653fc347a1','user_2b5dbea50d38acae34d4b435497861653fc347a1/','2026-03-30 17:29:52','2026-03-30 17:29:52','89f0bf3f-4936-4011-8ffe-f0ce532466cb'),
(98463,5,NULL,'user_57b07ff821ebd8ed2516ce960d4d6781f41ba973','user_57b07ff821ebd8ed2516ce960d4d6781f41ba973/','2026-03-30 17:31:14','2026-03-30 17:31:14','e0e59e87-a4bb-4393-a574-eb0c328fef7d'),
(98464,5,NULL,'user_80af74d4cda1b8d48cad6dbdf2023e41f191f430','user_80af74d4cda1b8d48cad6dbdf2023e41f191f430/','2026-03-30 17:31:25','2026-03-30 17:31:25','b302ef14-7a6b-4a47-828b-f91c87da06fa'),
(98465,5,NULL,'user_45ff2b9421604f987369f8220764ebc35b6de41c','user_45ff2b9421604f987369f8220764ebc35b6de41c/','2026-03-30 17:32:10','2026-03-30 17:32:10','57c3b9bc-f507-49a4-a85e-a8932208ad9e'),
(98466,5,NULL,'user_e267f716b25bed7c22ce4ccedd8a999b87969ff6','user_e267f716b25bed7c22ce4ccedd8a999b87969ff6/','2026-03-30 17:32:21','2026-03-30 17:32:21','f857634f-9db8-4163-b840-0c427d78f38a'),
(98467,5,NULL,'user_16bc53626e8e091e4c76c2acd2af5e5eaf027002','user_16bc53626e8e091e4c76c2acd2af5e5eaf027002/','2026-03-30 17:32:52','2026-03-30 17:32:52','d123c342-8954-4881-8992-4cdbccc6eba8'),
(98468,5,NULL,'user_813cc4788884740c4b3d29257f39653f8eaa84db','user_813cc4788884740c4b3d29257f39653f8eaa84db/','2026-03-30 17:33:17','2026-03-30 17:33:17','6740e7d8-a443-426c-963b-2bf0760d2561'),
(98469,5,NULL,'user_c461bcdb56918b56804416d68b2cce97174aecb5','user_c461bcdb56918b56804416d68b2cce97174aecb5/','2026-03-30 17:33:28','2026-03-30 17:33:28','50fbaa8e-eed9-4b89-a59f-251e54a3d831'),
(98470,5,NULL,'user_57454a2a545070660d87f20554f0b7535d191d4b','user_57454a2a545070660d87f20554f0b7535d191d4b/','2026-03-30 17:33:29','2026-03-30 17:33:29','034c1195-57c3-4971-9dd9-0befa4a5e6ac'),
(98471,5,NULL,'user_86734aa9bc61d94c80b3c52dc47c9a6268e4b72f','user_86734aa9bc61d94c80b3c52dc47c9a6268e4b72f/','2026-03-30 17:34:23','2026-03-30 17:34:23','1ea2f1e8-0644-43c4-9561-27d0b98255aa'),
(98472,5,NULL,'user_0cbe2f90ad8a62aaa39c5a0b5ea732a34c58f4b8','user_0cbe2f90ad8a62aaa39c5a0b5ea732a34c58f4b8/','2026-03-30 17:34:45','2026-03-30 17:34:45','8bbf5d36-a5ce-4d42-a600-65b976f92391'),
(98473,5,NULL,'user_318f1de6d3c53f23492796954ee3765429d7ecfe','user_318f1de6d3c53f23492796954ee3765429d7ecfe/','2026-03-30 17:34:50','2026-03-30 17:34:50','b62075e1-b785-47ac-a8d1-90e7dca9ce72'),
(98474,5,NULL,'user_9d57a213d8d843ca9e621d7cea06df7a164a3b52','user_9d57a213d8d843ca9e621d7cea06df7a164a3b52/','2026-03-30 17:35:18','2026-03-30 17:35:18','f15779f0-b11e-4f72-a923-5ff089cfb28f'),
(98475,5,NULL,'user_33da1f369772ff26692ae5bbb6626894843e63dd','user_33da1f369772ff26692ae5bbb6626894843e63dd/','2026-03-30 17:35:19','2026-03-30 17:35:19','9f7842d1-fb8d-4e5b-8c15-0c298366a18a'),
(98476,5,NULL,'user_e4103f7ad862265943399a4a459163577c9e438f','user_e4103f7ad862265943399a4a459163577c9e438f/','2026-03-30 17:35:21','2026-03-30 17:35:21','8cce1ee0-cd3d-4022-a092-113cb05b4581'),
(98477,5,NULL,'user_61e4c740b643a9a0ff32151dfe79dc036daa3891','user_61e4c740b643a9a0ff32151dfe79dc036daa3891/','2026-03-30 17:35:27','2026-03-30 17:35:27','95fbb57e-5fe0-4a4d-af4e-7f9ac06b1cf8'),
(98478,5,NULL,'user_905084c72735dbdaff1a4cfaceeb8744e29a7c42','user_905084c72735dbdaff1a4cfaceeb8744e29a7c42/','2026-03-30 17:35:38','2026-03-30 17:35:38','2f6bff71-1969-4eb8-80d0-5da4953410c6'),
(98479,5,NULL,'user_61807181f495804c463923e5726c4e6f650441f3','user_61807181f495804c463923e5726c4e6f650441f3/','2026-03-30 17:35:56','2026-03-30 17:35:56','acf0dac8-a4be-4008-9d44-c548d7ce6624'),
(98480,5,NULL,'user_ed0b270423f25239e7ef49940b7445ed1d8a1250','user_ed0b270423f25239e7ef49940b7445ed1d8a1250/','2026-03-30 17:36:26','2026-03-30 17:36:26','40611a73-f908-4bfb-9f76-bb92759535af'),
(98481,5,NULL,'user_bd1c17497da66a2aa17ade797c4e3067c149ac36','user_bd1c17497da66a2aa17ade797c4e3067c149ac36/','2026-03-30 17:36:43','2026-03-30 17:36:43','f7efbc65-62bc-4e62-82b0-eb658b63b50a'),
(98482,5,NULL,'user_884745e74e5313454df2d5d0b2eb94636aef6b46','user_884745e74e5313454df2d5d0b2eb94636aef6b46/','2026-03-30 17:37:49','2026-03-30 17:37:49','db370e19-4f93-47db-a96d-de7ca3073828'),
(98483,5,NULL,'user_b848ddac2ce246cf4874b3561f9c1b5666aafced','user_b848ddac2ce246cf4874b3561f9c1b5666aafced/','2026-03-30 17:38:33','2026-03-30 17:38:33','883f7e9b-ccfd-497a-8c79-85fd6245fb37'),
(98484,5,NULL,'user_c6018cb393bbe17f0f1231495ee906859e4485b5','user_c6018cb393bbe17f0f1231495ee906859e4485b5/','2026-03-30 17:38:46','2026-03-30 17:38:46','e0dc42e8-ffea-482d-8d94-366a018e80a8'),
(98485,5,NULL,'user_9583eecf19a576929bb4cffa6425d246403d86f2','user_9583eecf19a576929bb4cffa6425d246403d86f2/','2026-03-30 17:38:56','2026-03-30 17:38:56','56b952d3-25be-4594-9355-cd40d6f2b566'),
(98486,5,NULL,'user_ba0d2e76c7c03695ffc04414a091db1259b0aec1','user_ba0d2e76c7c03695ffc04414a091db1259b0aec1/','2026-03-30 17:39:24','2026-03-30 17:39:24','f2ed7452-44e6-4261-b92a-c7690ab81daa'),
(98487,5,NULL,'user_1fde8f87f4eb1e0235dfe40b172ff192dc625ffa','user_1fde8f87f4eb1e0235dfe40b172ff192dc625ffa/','2026-03-30 17:39:35','2026-03-30 17:39:35','e00fa6f3-f392-4c06-85fd-039ab373f3b3'),
(98488,5,NULL,'user_567a4f3f771ea3bf9654e223f4eda857d7e51356','user_567a4f3f771ea3bf9654e223f4eda857d7e51356/','2026-03-30 17:40:56','2026-03-30 17:40:56','ec984b28-f413-4cac-82b7-d45c14b87489'),
(98489,5,NULL,'user_a4db2d7ee355e3935eda04ea2f15d8feb9b5d686','user_a4db2d7ee355e3935eda04ea2f15d8feb9b5d686/','2026-03-30 17:41:04','2026-03-30 17:41:04','1991d571-81a2-46ca-963f-c682edda4804'),
(98490,5,NULL,'user_94211a6b903df74aad063d6d0cbe6546157ccf43','user_94211a6b903df74aad063d6d0cbe6546157ccf43/','2026-03-30 17:41:13','2026-03-30 17:41:13','5ed258e5-0345-487c-b8da-684bf0d8a85c'),
(98491,5,NULL,'user_910a4c40dcaefe2b6814c35bfda92fed1e470a3c','user_910a4c40dcaefe2b6814c35bfda92fed1e470a3c/','2026-03-30 17:42:00','2026-03-30 17:42:00','492724f3-576c-4aab-9e4f-9a88b865b5a2'),
(98492,5,NULL,'user_78a786af1a2ed780d4c6922c4339c96053863129','user_78a786af1a2ed780d4c6922c4339c96053863129/','2026-03-30 17:42:10','2026-03-30 17:42:10','ab006b60-ac84-4df6-947c-d7a03ec884ad'),
(98493,5,NULL,'user_bea920967b112f299219ed74d7dfdc3296fb9a84','user_bea920967b112f299219ed74d7dfdc3296fb9a84/','2026-03-30 17:42:15','2026-03-30 17:42:15','dedaf3fb-dd76-47d4-8543-1944e0e1f960'),
(98494,5,NULL,'user_443529554ad2c0db7806349220e0707fd2eb88d9','user_443529554ad2c0db7806349220e0707fd2eb88d9/','2026-03-30 17:42:23','2026-03-30 17:42:23','dccc737f-0bf3-4aa0-b582-be22d0b2799c'),
(98495,5,NULL,'user_722b003b9bba29e5c1634bbb1f1ca04000d525b8','user_722b003b9bba29e5c1634bbb1f1ca04000d525b8/','2026-03-30 17:43:02','2026-03-30 17:43:02','fbdbb16e-a26f-4cc5-b0f7-91dee6791851'),
(98496,5,NULL,'user_761714c9c310223a6ad90a79fed4b4f32f9f4a4d','user_761714c9c310223a6ad90a79fed4b4f32f9f4a4d/','2026-03-30 17:43:15','2026-03-30 17:43:15','be494f8d-bb3a-4893-89a5-4152dd525fd5'),
(98497,5,NULL,'user_e119fbf546f6ab5612dd8f89d46447d6786a8a30','user_e119fbf546f6ab5612dd8f89d46447d6786a8a30/','2026-03-30 17:43:52','2026-03-30 17:43:52','cf832ccf-f824-422e-aecf-dcd906b46493'),
(98498,5,NULL,'user_b4487af8b0ea766a0dca50c2213ad6d58d830f2d','user_b4487af8b0ea766a0dca50c2213ad6d58d830f2d/','2026-03-30 17:44:06','2026-03-30 17:44:06','e94f7565-751c-4a25-ae3a-32103801ec24'),
(98499,5,NULL,'user_f035a45681c9f37052c424f0bcebef21a1b89e0e','user_f035a45681c9f37052c424f0bcebef21a1b89e0e/','2026-03-30 17:44:51','2026-03-30 17:44:51','2b6e1032-0aed-4d16-8d24-9dd814a6eda6'),
(98500,5,NULL,'user_c5fb615036989372a89802537cd8cc944f96d064','user_c5fb615036989372a89802537cd8cc944f96d064/','2026-03-30 17:44:54','2026-03-30 17:44:54','169c8292-5ca3-4b30-83a0-eb7e15f57097'),
(98501,5,NULL,'user_dbd811de896226d0328bea9ffeb62d5cbbcfeb94','user_dbd811de896226d0328bea9ffeb62d5cbbcfeb94/','2026-03-30 17:45:06','2026-03-30 17:45:06','3fffae52-b5de-4e9e-a28c-a3f803f790d3'),
(98502,5,NULL,'user_61bbc0a168d18adbadeb8b3c83b4f5ee8371fe07','user_61bbc0a168d18adbadeb8b3c83b4f5ee8371fe07/','2026-03-30 17:45:58','2026-03-30 17:45:58','26bbd008-2133-494d-9b0a-f8ef4b7b3228'),
(98503,5,NULL,'user_55f1eaaddd48acf1b1a947a88767bdeeda9963a0','user_55f1eaaddd48acf1b1a947a88767bdeeda9963a0/','2026-03-30 17:46:07','2026-03-30 17:46:07','542b400c-f1dd-4554-978b-da9c2f501df9'),
(98504,5,NULL,'user_d33954e79230251fab747dfbc4396ff3f123e8b9','user_d33954e79230251fab747dfbc4396ff3f123e8b9/','2026-03-30 17:46:44','2026-03-30 17:46:44','a63436c1-ebd1-40fe-82a6-f692459d9a71'),
(98505,5,NULL,'user_aa3bf1f0cc434185ce14de94f15e922cf3b3f319','user_aa3bf1f0cc434185ce14de94f15e922cf3b3f319/','2026-03-30 17:47:30','2026-03-30 17:47:30','972ebc4a-5143-4c7b-92ef-e87ade1e45b7'),
(98506,5,NULL,'user_e5fcf74c4e93ab868927852d202c0639476f8fea','user_e5fcf74c4e93ab868927852d202c0639476f8fea/','2026-03-30 17:47:49','2026-03-30 17:47:49','9a6c4895-d7df-4d09-96ea-b47e684e666f'),
(98507,5,NULL,'user_e3ace4b8ddfc3a1059b56401152ca9d3f602d372','user_e3ace4b8ddfc3a1059b56401152ca9d3f602d372/','2026-03-30 17:48:15','2026-03-30 17:48:15','da8cc8ec-3d30-448c-af23-0b7fb202287e'),
(98508,5,NULL,'user_adb431f30c9cbfe5dff7b73e0f16f82cb0f1b9e0','user_adb431f30c9cbfe5dff7b73e0f16f82cb0f1b9e0/','2026-03-30 17:48:23','2026-03-30 17:48:23','ff750770-0730-4d1e-97d3-e26029de8956'),
(98509,5,NULL,'user_f06088c1a3291c8b987bd37357b9118ff25b8eb5','user_f06088c1a3291c8b987bd37357b9118ff25b8eb5/','2026-03-30 17:48:48','2026-03-30 17:48:48','f8d1f670-39d0-49f6-b496-255dd18ced7e'),
(98510,5,NULL,'user_55af7d0199374425e01d78b234a03d1d530469b2','user_55af7d0199374425e01d78b234a03d1d530469b2/','2026-03-30 17:50:01','2026-03-30 17:50:01','c357e4f2-a8d2-432a-a90a-bf4b00b9b090'),
(98511,5,NULL,'user_e774b3bb7098e2a6a183fd69a76ef060a07693fc','user_e774b3bb7098e2a6a183fd69a76ef060a07693fc/','2026-03-30 17:51:52','2026-03-30 17:51:52','ce449cf5-67ca-4f54-9fe7-9f72afc42c0d'),
(98512,5,NULL,'user_d6323e628a25abf0117e45f49dae854b13df6c46','user_d6323e628a25abf0117e45f49dae854b13df6c46/','2026-03-30 17:53:32','2026-03-30 17:53:32','9e0a4c96-350a-4be2-b1ea-964e62a35159'),
(98513,5,NULL,'user_cb9bf995af9e4f36eb33a7a50abe05db1b4e561a','user_cb9bf995af9e4f36eb33a7a50abe05db1b4e561a/','2026-03-30 17:53:36','2026-03-30 17:53:36','f3f2b733-e062-4908-a048-d9ab0423ebb9'),
(98514,5,NULL,'user_ab4ba99953f51ba9209293db6bf5873db778e785','user_ab4ba99953f51ba9209293db6bf5873db778e785/','2026-03-30 17:53:44','2026-03-30 17:53:44','e56b6872-7dce-49d4-87b8-36e3fb8c46ad'),
(98515,5,NULL,'user_18e35589431602294955abe4013773d2d1a8838e','user_18e35589431602294955abe4013773d2d1a8838e/','2026-03-30 17:53:47','2026-03-30 17:53:47','87b106a1-e63e-4d3d-8d34-26a3ddd7202a'),
(98516,5,NULL,'user_70223c6c1434d46efab8f4547804878e8d55dab5','user_70223c6c1434d46efab8f4547804878e8d55dab5/','2026-03-30 17:53:58','2026-03-30 17:53:58','a2da223c-96e9-46df-ac45-54207aa35366'),
(98517,5,NULL,'user_3bf4e3f53264afd688778fd14b8afdb5b1f85de7','user_3bf4e3f53264afd688778fd14b8afdb5b1f85de7/','2026-03-30 17:54:24','2026-03-30 17:54:24','bc5e79bf-ac26-4116-9a09-9927608c2954'),
(98518,5,NULL,'user_8d70d6e58299c43cd97977a0ad8b3a482eb80a37','user_8d70d6e58299c43cd97977a0ad8b3a482eb80a37/','2026-03-30 17:54:28','2026-03-30 17:54:28','f73533bf-5629-4a45-a4b8-3c9cddf70e94'),
(98519,5,NULL,'user_8cf1be367185bc8d44bafb6726cd0ee08d19802f','user_8cf1be367185bc8d44bafb6726cd0ee08d19802f/','2026-03-30 17:54:33','2026-03-30 17:54:33','063828b6-ce59-4538-ae22-166f3866d2cf'),
(98520,5,NULL,'user_cda7593b3b9d99a9360b48c2ee3d68e8ee14d0a3','user_cda7593b3b9d99a9360b48c2ee3d68e8ee14d0a3/','2026-03-30 17:55:13','2026-03-30 17:55:13','4864c02b-8314-47c5-aa64-0b8c136015db'),
(98521,5,NULL,'user_5652359b51c5813dde41846a4ef70a30f5af5dcd','user_5652359b51c5813dde41846a4ef70a30f5af5dcd/','2026-03-30 17:55:53','2026-03-30 17:55:53','f295074b-e65e-46ba-9a30-6faf90790c26'),
(98522,5,NULL,'user_e09cbd77872a1cf50e59a1d156751def82bc4f13','user_e09cbd77872a1cf50e59a1d156751def82bc4f13/','2026-03-30 17:55:56','2026-03-30 17:55:56','b7f092ca-b9f5-4c7a-9583-4be561a22d9f'),
(98523,5,NULL,'user_6d918af38a603e39c1c196194ac6924022fb044e','user_6d918af38a603e39c1c196194ac6924022fb044e/','2026-03-30 17:55:57','2026-03-30 17:55:57','2634f845-c557-4193-9f63-ce7c06de0c40'),
(98524,5,NULL,'user_aaea669ff7ea4aaf0c348866a48ba7ccd26f5f7a','user_aaea669ff7ea4aaf0c348866a48ba7ccd26f5f7a/','2026-03-30 17:56:48','2026-03-30 17:56:48','28c755e0-2321-446c-9229-974dc74df453'),
(98525,5,NULL,'user_39e5ba4c57295f7c2a798afd2bbc1e9ae37ac465','user_39e5ba4c57295f7c2a798afd2bbc1e9ae37ac465/','2026-03-30 17:56:48','2026-03-30 17:56:48','a03b96e9-8308-428f-9676-62f01ed13f00'),
(98526,5,NULL,'user_23da630ecf49b8d81e274822b1d2c4dfe156ad89','user_23da630ecf49b8d81e274822b1d2c4dfe156ad89/','2026-03-30 17:56:56','2026-03-30 17:56:56','febe4864-2635-4e9b-ac8d-f923dbc805e1'),
(98527,5,NULL,'user_b4e318f586491540e7ac994834a870527711d07b','user_b4e318f586491540e7ac994834a870527711d07b/','2026-03-30 17:57:21','2026-03-30 17:57:21','a86489d3-0097-492e-a822-1c9cf812e21a'),
(98528,5,NULL,'user_576aa3115a223ca4d9df44e5a0d5112533c341ea','user_576aa3115a223ca4d9df44e5a0d5112533c341ea/','2026-03-30 17:58:33','2026-03-30 17:58:33','a2006fb5-5b5b-48d6-ac3b-f15e2e6b9679'),
(98529,5,NULL,'user_7c0e088bbc42951ee07afff450c2a4efca56d716','user_7c0e088bbc42951ee07afff450c2a4efca56d716/','2026-03-30 17:59:07','2026-03-30 17:59:07','98fe50e8-04a7-40d6-8865-6db12beeb4ce'),
(98530,5,NULL,'user_d0c421054efb622fe6145f01d77e6c3ac530d80d','user_d0c421054efb622fe6145f01d77e6c3ac530d80d/','2026-03-30 17:59:51','2026-03-30 17:59:51','47a744b5-9ae0-4592-a156-2a74bed4ef3e'),
(98531,5,NULL,'user_28d99a7ca9422561203e45e35d82b49f024f1647','user_28d99a7ca9422561203e45e35d82b49f024f1647/','2026-03-30 18:00:05','2026-03-30 18:00:05','d0ae29ea-b70d-4c38-9e24-eef8e6fa768f'),
(98532,5,NULL,'user_904c9456853d25a56e9524e6cf945696b12ebecc','user_904c9456853d25a56e9524e6cf945696b12ebecc/','2026-03-30 18:00:41','2026-03-30 18:00:41','b69284aa-a024-4d6e-9136-4595c8924ac2'),
(98533,5,NULL,'user_e76da75b48c263e3329a22fb557192376b3de181','user_e76da75b48c263e3329a22fb557192376b3de181/','2026-03-30 18:01:18','2026-03-30 18:01:18','d1fce56e-9402-494f-8c67-5c447ec9ece4'),
(98534,5,NULL,'user_9d8b4d87984a218b85a8802521d64035614b5a93','user_9d8b4d87984a218b85a8802521d64035614b5a93/','2026-03-30 18:02:20','2026-03-30 18:02:20','ac18a3fd-e5b5-4c7d-8e18-bea1a542914e'),
(98535,5,NULL,'user_c3974d33ce44c107fcdd98881eaa6e0d5e915388','user_c3974d33ce44c107fcdd98881eaa6e0d5e915388/','2026-03-30 18:02:27','2026-03-30 18:02:27','bc8f4ee5-d0b2-45cc-b0aa-16df7819ee6e'),
(98536,5,NULL,'user_cbc4ea64e270575a9aab5e1610016dd91f95732c','user_cbc4ea64e270575a9aab5e1610016dd91f95732c/','2026-03-30 18:02:55','2026-03-30 18:02:55','3ecdff8d-16e6-455d-89cd-ce8896affa15'),
(98537,5,NULL,'user_6aed9a0c97996ab576a5e7f24e2d905daacb8ade','user_6aed9a0c97996ab576a5e7f24e2d905daacb8ade/','2026-03-30 18:05:05','2026-03-30 18:05:05','66c3b3db-5697-4589-b002-473dc32bbd69'),
(98538,5,NULL,'user_edca4da34c362b277d06867ae090ebd034885455','user_edca4da34c362b277d06867ae090ebd034885455/','2026-03-30 18:05:06','2026-03-30 18:05:06','d220b44a-5951-4f9b-bd4f-fa7a0636d52d'),
(98539,5,NULL,'user_0c6f1a947a3c50bbacd5d66234a5164b946d414a','user_0c6f1a947a3c50bbacd5d66234a5164b946d414a/','2026-03-30 18:05:20','2026-03-30 18:05:20','799d1945-8d07-4da2-a2d1-c466f852b7d7'),
(98540,5,NULL,'user_09fac50291b3db6618000e7cfdccfc860a09ef92','user_09fac50291b3db6618000e7cfdccfc860a09ef92/','2026-03-30 18:05:37','2026-03-30 18:05:37','77d443d7-3030-4a16-aa62-7c1d12c9fbe6'),
(98541,5,NULL,'user_f75fbe0e52c46d650296fb97f4bda19460cfb1f4','user_f75fbe0e52c46d650296fb97f4bda19460cfb1f4/','2026-03-30 18:07:37','2026-03-30 18:07:37','4d45a841-eb79-4895-8899-a7dc0fba3193'),
(98542,5,NULL,'user_1fc9fd015e3d4d61c02473745c0ee099e852bc69','user_1fc9fd015e3d4d61c02473745c0ee099e852bc69/','2026-03-30 18:07:39','2026-03-30 18:07:39','302429ec-95dc-4598-a551-833fa8b38e9c'),
(98543,5,NULL,'user_6461b689e00696630f0d137d62a099488f0aa488','user_6461b689e00696630f0d137d62a099488f0aa488/','2026-03-30 18:07:53','2026-03-30 18:07:53','0d592596-28a5-4009-9777-84028c18cb2d'),
(98544,5,NULL,'user_bcf4cde33451d2ceccbfed30013984252102314f','user_bcf4cde33451d2ceccbfed30013984252102314f/','2026-03-30 18:09:10','2026-03-30 18:09:10','c1915b1e-9ac6-4d49-9851-07524a072e51'),
(98545,5,NULL,'user_0994456434bd1e5b1d5276e842d4de9ab463ffb3','user_0994456434bd1e5b1d5276e842d4de9ab463ffb3/','2026-03-30 18:10:04','2026-03-30 18:10:04','1d59bbe6-9d7d-439a-b615-d1339d99969d'),
(98546,5,NULL,'user_550b041312452d6d1b90dd63c1e357b67d010e79','user_550b041312452d6d1b90dd63c1e357b67d010e79/','2026-03-30 18:10:14','2026-03-30 18:10:14','65d7035c-a7ea-453d-a9a1-90527dd1e8cc'),
(98547,5,NULL,'user_17331e4a8398da07854dec62479965002185c8e2','user_17331e4a8398da07854dec62479965002185c8e2/','2026-03-30 18:11:19','2026-03-30 18:11:19','b90e9fa2-974e-41e1-bd2b-62af32dc3bcc'),
(98548,5,NULL,'user_8f7b01d5d3155df4dd376fde455882eac830172b','user_8f7b01d5d3155df4dd376fde455882eac830172b/','2026-03-30 18:11:34','2026-03-30 18:11:34','84132602-bc59-45bb-80e1-7324dccf99b3'),
(98549,5,NULL,'user_c4db9fc7b15ab452f69e4cb55cd592285a5bba30','user_c4db9fc7b15ab452f69e4cb55cd592285a5bba30/','2026-03-30 18:13:00','2026-03-30 18:13:00','c30d555c-e05a-4243-b5f8-f022456cad9a'),
(98550,5,NULL,'user_cec3a041b435e7085c5803488e8e03d59736c5be','user_cec3a041b435e7085c5803488e8e03d59736c5be/','2026-03-30 18:13:40','2026-03-30 18:13:40','052f59ff-f489-41f7-8131-0e19c2139cce'),
(98551,5,NULL,'user_88249469549883009a4a26fc80a7bb50ecb36730','user_88249469549883009a4a26fc80a7bb50ecb36730/','2026-03-30 18:14:04','2026-03-30 18:14:04','e6c07669-1911-4f20-9527-9b60bda1b7c1'),
(98552,5,NULL,'user_0b4c8d37190c22d0b79332e9f06fd313a37386a3','user_0b4c8d37190c22d0b79332e9f06fd313a37386a3/','2026-03-30 18:14:53','2026-03-30 18:14:53','ec764aeb-4eed-4664-9664-1c786add7dea'),
(98553,5,NULL,'user_ffa2e87746ec456a29c18e527b9f935d178b6008','user_ffa2e87746ec456a29c18e527b9f935d178b6008/','2026-03-30 18:15:08','2026-03-30 18:15:08','e2244a86-9643-4422-b203-f4e7c6f11419'),
(98554,5,NULL,'user_ad8062f6a6313d194da642a45daebba324be5b8e','user_ad8062f6a6313d194da642a45daebba324be5b8e/','2026-03-30 18:15:55','2026-03-30 18:15:55','a6be2751-4fe5-481d-8835-96af9d5d0d0a'),
(98555,5,NULL,'user_4f58537b7fcd13ed4889fbb1acef634380014ece','user_4f58537b7fcd13ed4889fbb1acef634380014ece/','2026-03-30 18:16:40','2026-03-30 18:16:40','310a40da-2a79-4d5d-9a74-b979e7c29095'),
(98556,5,NULL,'user_55b3714fcf5367fba96792f357413aa7a48cf24d','user_55b3714fcf5367fba96792f357413aa7a48cf24d/','2026-03-30 18:17:15','2026-03-30 18:17:15','cbf02d8d-fd5c-42b0-987b-4fbd37886ed9'),
(98557,5,NULL,'user_8feeedf7d0b680c8df8f8740aa04a68e8ad44742','user_8feeedf7d0b680c8df8f8740aa04a68e8ad44742/','2026-03-30 18:17:21','2026-03-30 18:17:21','eb7d05be-cd68-409b-971d-5974f6098f63'),
(98558,5,NULL,'user_ccdff619f43e469d1f44116587d5f9775bb65c7c','user_ccdff619f43e469d1f44116587d5f9775bb65c7c/','2026-03-30 18:17:24','2026-03-30 18:17:24','e195857d-0082-4ace-adbc-b4f858bbab5a'),
(98559,5,NULL,'user_c20162f3604669496a83cf779f2f190a911bf8dc','user_c20162f3604669496a83cf779f2f190a911bf8dc/','2026-03-30 18:18:02','2026-03-30 18:18:02','8a7ecd81-2a93-4363-950e-20d2caf0a3ba'),
(98560,5,NULL,'user_65cb0f4a4013514a9f21cbcf738e27a42877b4ef','user_65cb0f4a4013514a9f21cbcf738e27a42877b4ef/','2026-03-30 18:20:17','2026-03-30 18:20:17','bf5a1a07-16a2-49c7-b4b5-4bbfd86e19f4'),
(98561,5,NULL,'user_196c41beeb1e355a4f230ceca86eae1012e123ce','user_196c41beeb1e355a4f230ceca86eae1012e123ce/','2026-03-30 18:21:02','2026-03-30 18:21:02','8b40bac5-9f8c-44af-aba6-d0cbe5c7625a'),
(98562,5,NULL,'user_86fcc85e5a9a7fde3eaba0fac8d6016c0a614c93','user_86fcc85e5a9a7fde3eaba0fac8d6016c0a614c93/','2026-03-30 18:21:12','2026-03-30 18:21:12','99e46990-bfe4-43bd-a228-46b7f425a0eb'),
(98563,5,NULL,'user_3db21e39116481a74d4472be86189d396e684b9e','user_3db21e39116481a74d4472be86189d396e684b9e/','2026-03-30 18:22:09','2026-03-30 18:22:09','6113db0e-7051-4acc-9340-72f9806538cf'),
(98564,5,NULL,'user_98e753f13da3c24bb6f764af1e2df6895b956d58','user_98e753f13da3c24bb6f764af1e2df6895b956d58/','2026-03-30 18:22:28','2026-03-30 18:22:28','501c16fb-678b-4eaa-b0da-3e7901eb1d6a'),
(98565,5,NULL,'user_e4bb3441843938f291b39b708eaf31ac239f560d','user_e4bb3441843938f291b39b708eaf31ac239f560d/','2026-03-30 18:22:44','2026-03-30 18:22:44','1f2f8c79-198c-46c8-8d46-c898c25046fd'),
(98566,5,NULL,'user_dc492c296a1c90a16f1a0e499284d92ea21f5925','user_dc492c296a1c90a16f1a0e499284d92ea21f5925/','2026-03-30 18:22:48','2026-03-30 18:22:48','6b96205e-8ee8-41c7-b407-b2eda8078c93'),
(98567,5,NULL,'user_0d34d9120defd5b6f21df3b7ff0aabc9039f73e5','user_0d34d9120defd5b6f21df3b7ff0aabc9039f73e5/','2026-03-30 18:22:55','2026-03-30 18:22:55','621251c5-0637-48da-b7e3-45b217e5380a'),
(98568,5,NULL,'user_f6f5130045dad358f67f5295515547d36c770d70','user_f6f5130045dad358f67f5295515547d36c770d70/','2026-03-30 18:25:09','2026-03-30 18:25:09','7b9416e7-8bae-44bb-abca-f15220e9ccbb'),
(98569,5,NULL,'user_78581298180fd25813edf462367cf1e692b4f376','user_78581298180fd25813edf462367cf1e692b4f376/','2026-03-30 18:26:18','2026-03-30 18:26:18','e3029ee3-e0e9-40be-b4de-ed4d27ee3647'),
(98570,5,NULL,'user_5d6aff4ab46d41bdfb6c78d0b40858b30a0ef067','user_5d6aff4ab46d41bdfb6c78d0b40858b30a0ef067/','2026-03-30 18:26:45','2026-03-30 18:26:45','3439b990-5baa-47e4-9187-5c42bd4b8c92'),
(98571,5,NULL,'user_8a5b4386c85edfe6d5ac6f8ffed1949effd62007','user_8a5b4386c85edfe6d5ac6f8ffed1949effd62007/','2026-03-30 18:27:36','2026-03-30 18:27:36','d1b4ddcb-2c34-409d-a073-6104cbd3bc77'),
(98572,5,NULL,'user_7e0701bf2db76db268cd6aee5f8c6eb17a59362e','user_7e0701bf2db76db268cd6aee5f8c6eb17a59362e/','2026-03-30 18:27:53','2026-03-30 18:27:53','0719a2bf-f3f6-4ac2-9e10-c6e9a045a828'),
(98573,5,NULL,'user_0e9be2402cd19a5cc79de33da30b71cd82abfa18','user_0e9be2402cd19a5cc79de33da30b71cd82abfa18/','2026-03-30 18:29:55','2026-03-30 18:29:55','c41065b2-67df-495a-9219-2ad8ac578ce5'),
(98574,5,NULL,'user_1ed80a856d570a54c4c4ede50598d403dff153f9','user_1ed80a856d570a54c4c4ede50598d403dff153f9/','2026-03-30 18:30:23','2026-03-30 18:30:23','db1b2d15-81ea-4aed-9dda-c8fa9539ca0a'),
(98575,5,NULL,'user_8562136e91a20bd6de2a6fe48b7e48f32e01c189','user_8562136e91a20bd6de2a6fe48b7e48f32e01c189/','2026-03-30 18:30:29','2026-03-30 18:30:29','115332a0-a711-4b8f-9ca6-969962f477c1'),
(98576,5,NULL,'user_f4ff220bd951067ffbadb5687abc641bef2e1a59','user_f4ff220bd951067ffbadb5687abc641bef2e1a59/','2026-03-30 18:32:16','2026-03-30 18:32:16','3e488732-bf5e-4d38-b3a5-20c345650e29'),
(98577,5,NULL,'user_eda6aba37676f2d621d4756654d18e4b14833e7e','user_eda6aba37676f2d621d4756654d18e4b14833e7e/','2026-03-30 18:32:53','2026-03-30 18:32:53','1960003e-8d69-4276-8553-55ff57977be6'),
(98578,5,NULL,'user_45f994250d1815a0bd2710e385c330ca02cea7a1','user_45f994250d1815a0bd2710e385c330ca02cea7a1/','2026-03-30 18:32:53','2026-03-30 18:32:53','26f6b198-5742-4c80-85ab-170539fbbd5d'),
(98579,5,NULL,'user_4bb2026b12200d4862d1cff316c6948c2b967faf','user_4bb2026b12200d4862d1cff316c6948c2b967faf/','2026-03-30 18:33:29','2026-03-30 18:33:29','9d5aa848-9807-443a-8f56-a78f4a09c4b1'),
(98580,5,NULL,'user_6070500562e76c809cdee5d8df6783cf4d9c678b','user_6070500562e76c809cdee5d8df6783cf4d9c678b/','2026-03-30 18:34:38','2026-03-30 18:34:38','a4fb6e96-573e-4a12-b93f-ecb53a5585bb'),
(98581,5,NULL,'user_facd7b9a6d60793a1fcc88383298f2173870de77','user_facd7b9a6d60793a1fcc88383298f2173870de77/','2026-03-30 18:34:51','2026-03-30 18:34:51','b361c43b-365b-4e20-adfe-f42f94d6197b'),
(98582,5,NULL,'user_3ea2ce7cfab98e617cf84837aa8c34c24fe98796','user_3ea2ce7cfab98e617cf84837aa8c34c24fe98796/','2026-03-30 18:35:06','2026-03-30 18:35:06','44733192-3c52-4ac8-be9d-a82920c1a18f'),
(98583,5,NULL,'user_ce704d89ce3a575207871da9bb11d3138d2ae0e0','user_ce704d89ce3a575207871da9bb11d3138d2ae0e0/','2026-03-30 18:36:24','2026-03-30 18:36:24','81da2c3a-d2e2-4980-91e5-0bde5d847dbc'),
(98584,5,NULL,'user_842d4a3c3ad35e93dc94704f338277acd5576e2c','user_842d4a3c3ad35e93dc94704f338277acd5576e2c/','2026-03-30 18:36:34','2026-03-30 18:36:34','0d000b63-f875-4495-ad0e-7db978406a23'),
(98585,5,NULL,'user_30993ff0232ae44d6d22836f09428090acd6da96','user_30993ff0232ae44d6d22836f09428090acd6da96/','2026-03-30 18:37:05','2026-03-30 18:37:05','e48633e0-2cc8-49a4-b703-35d8a67663c5'),
(98586,5,NULL,'user_688f61fa8c6638c9f49be1b365b851d1ead165c2','user_688f61fa8c6638c9f49be1b365b851d1ead165c2/','2026-03-30 18:37:19','2026-03-30 18:37:19','90bd399f-bf98-4bc2-8617-44af5c5b065b'),
(98587,5,NULL,'user_036110d3456e85303eb5b03cb98e85c20ded9c6d','user_036110d3456e85303eb5b03cb98e85c20ded9c6d/','2026-03-30 18:38:49','2026-03-30 18:38:49','b4b24267-869f-4c3a-a2c7-a7e4ad1975d4'),
(98588,5,NULL,'user_3d4aa7ad2ee9455906b1f78245d8b776492d5106','user_3d4aa7ad2ee9455906b1f78245d8b776492d5106/','2026-03-30 18:39:20','2026-03-30 18:39:20','18ed9a89-b9fd-4d04-a525-be6e936c3e9c'),
(98589,5,NULL,'user_026ee518845121a9a6f8613eab4f73863ff4ee68','user_026ee518845121a9a6f8613eab4f73863ff4ee68/','2026-03-30 18:39:30','2026-03-30 18:39:30','71f5ecb1-23aa-4d70-b4aa-340d891ca9db'),
(98590,5,NULL,'user_0a0ced9dca3619d41f109b5f5f51a868358b6b63','user_0a0ced9dca3619d41f109b5f5f51a868358b6b63/','2026-03-30 18:40:33','2026-03-30 18:40:33','168a8064-cbb1-4b82-97f7-e8e201eb33d4'),
(98591,5,NULL,'user_6180e99a32a31a29b6db160a553b5c6781dc8b0d','user_6180e99a32a31a29b6db160a553b5c6781dc8b0d/','2026-03-30 18:40:33','2026-03-30 18:40:33','e6b88100-5141-4638-ad0a-318ff403693b'),
(98592,5,NULL,'user_d25445cb7a2d1a6306c144b5045f6bf5c3779dee','user_d25445cb7a2d1a6306c144b5045f6bf5c3779dee/','2026-03-30 18:40:35','2026-03-30 18:40:35','5a0bb4e8-95f1-4abb-bd18-2adaf3717159'),
(98593,5,NULL,'user_7df1ec7c75c301c901f0624afe3c07bbf035f2c4','user_7df1ec7c75c301c901f0624afe3c07bbf035f2c4/','2026-03-30 18:40:54','2026-03-30 18:40:54','00c51320-9210-4857-b160-d37cfb966ec7'),
(98594,5,NULL,'user_39e32ee9382c81d5f78cb41d74faefcf8ab7e588','user_39e32ee9382c81d5f78cb41d74faefcf8ab7e588/','2026-03-30 18:41:18','2026-03-30 18:41:18','f272ef08-a0a3-4259-addf-14a94f413e3f'),
(98595,5,NULL,'user_147219fc6df4a2715b3c1726b7b03ee1ed0121d6','user_147219fc6df4a2715b3c1726b7b03ee1ed0121d6/','2026-03-30 18:42:10','2026-03-30 18:42:10','ba9ee1af-f240-480e-a034-b8525e4d13dc'),
(98596,5,NULL,'user_2948e23e703bd092a22762756f86da3635430047','user_2948e23e703bd092a22762756f86da3635430047/','2026-03-30 18:42:23','2026-03-30 18:42:23','343b58c3-e228-4252-8979-5ef86c816cb8');
/*!40000 ALTER TABLE `volumefolders` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `volumes`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `volumes` WRITE;
/*!40000 ALTER TABLE `volumes` DISABLE KEYS */;
INSERT INTO `volumes` VALUES
(2,8,'Location Images','locationImages','images','locations','transforms','','site',NULL,'none',NULL,2,'2025-04-18 18:23:05','2025-04-18 18:23:05',NULL,'8ae79ca8-15a8-46e4-91c5-3eccea802ee7'),
(3,9,'Location Files','locationFiles','Files','locations','transforms','','site',NULL,'none',NULL,3,'2025-04-18 18:23:43','2025-04-18 18:23:43',NULL,'7b9c112b-8ef6-4649-a55d-01432a7fa533'),
(4,10,'Team Images','teamImages','images','team','transforms','','site',NULL,'none',NULL,4,'2025-04-18 18:24:09','2025-04-18 18:24:09',NULL,'2d194696-8755-440c-84b4-86aa817e2edc'),
(5,13,'Article Images','articleImages','images','resources','transforms','','site',NULL,'none',NULL,5,'2025-07-30 21:01:15','2025-07-30 21:01:15',NULL,'24150b0d-5fb2-445d-96d5-60583c2adcae'),
(6,17,'Award Images','awards','images','awards','transforms','','site',NULL,'none',NULL,6,'2025-09-03 21:56:07','2025-09-03 21:56:25',NULL,'9e9d35a0-4282-47e5-b4bd-17b167a746a7'),
(7,22,'Global Images','globalImages','images','global','transforms','','site',NULL,'none',NULL,7,'2025-09-23 21:13:00','2025-09-23 21:13:00',NULL,'26cf8547-50c3-47c9-b86a-32e1a7b2c146'),
(8,24,'Resumes','resumes','Files','resumes','','','site',NULL,'none',NULL,8,'2025-10-08 22:16:36','2025-10-08 22:16:36',NULL,'55fa9cc9-badf-4600-8d51-e678ad9becf8'),
(9,25,'Legal Documents','legalDocuments','Files','legal','transforms','','site',NULL,'none',NULL,9,'2025-11-05 17:39:56','2025-11-05 17:39:56',NULL,'19c8484a-d355-4296-9e46-757d9d673a5b');
/*!40000 ALTER TABLE `volumes` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `webauthn`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `webauthn` WRITE;
/*!40000 ALTER TABLE `webauthn` DISABLE KEYS */;
/*!40000 ALTER TABLE `webauthn` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping data for table `widgets`
--

SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0;
LOCK TABLES `widgets` WRITE;
/*!40000 ALTER TABLE `widgets` DISABLE KEYS */;
INSERT INTO `widgets` VALUES
(1,1,'craft\\widgets\\RecentEntries',1,NULL,'{\"limit\": 10, \"siteId\": 1, \"section\": \"*\"}','2025-04-18 17:00:11','2025-04-18 17:00:11','9f2db3c4-b179-441f-bf8e-fe5730879b67'),
(2,1,'craft\\widgets\\CraftSupport',2,NULL,'[]','2025-04-18 17:00:11','2025-04-18 17:00:11','2e9e5d12-2c94-4917-9313-b8e39ac7ad74'),
(3,1,'craft\\widgets\\Updates',3,NULL,'[]','2025-04-18 17:00:11','2025-04-18 17:00:11','f4495b09-f82f-4c4a-8e3e-48297d008718'),
(4,1,'craft\\widgets\\Feed',4,NULL,'{\"url\": \"https://craftcms.com/news.rss\", \"limit\": 5, \"title\": \"Craft News\"}','2025-04-18 17:00:11','2025-04-18 17:00:11','1fd3b1ab-4b25-4d05-84bf-d902af99e1c9');
/*!40000 ALTER TABLE `widgets` ENABLE KEYS */;
UNLOCK TABLES;
COMMIT;
SET AUTOCOMMIT=@OLD_AUTOCOMMIT;

--
-- Dumping routines for database 'akg_craft'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-03-30 13:42:57
